]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/formal_topology/bin/graphs/G4.ps
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / formal_topology / bin / graphs / G4.ps
1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Creator: Graphviz version 2.20.2 (Sun Oct 12 22:28:10 UTC 2008)
3 %%For: (claudio) claudio,,,
4 %%Title: G
5 %%Pages: (atend)
6 %%BoundingBox: (atend)
7 %%EndComments
8 save
9 %%BeginProlog
10 /DotDict 200 dict def
11 DotDict begin
12
13 /setupLatin1 {
14 mark
15 /EncodingVector 256 array def
16  EncodingVector 0
17
18 ISOLatin1Encoding 0 255 getinterval putinterval
19 EncodingVector 45 /hyphen put
20
21 % Set up ISO Latin 1 character encoding
22 /starnetISO {
23         dup dup findfont dup length dict begin
24         { 1 index /FID ne { def }{ pop pop } ifelse
25         } forall
26         /Encoding EncodingVector def
27         currentdict end definefont
28 } def
29 /Times-Roman starnetISO def
30 /Times-Italic starnetISO def
31 /Times-Bold starnetISO def
32 /Times-BoldItalic starnetISO def
33 /Helvetica starnetISO def
34 /Helvetica-Oblique starnetISO def
35 /Helvetica-Bold starnetISO def
36 /Helvetica-BoldOblique starnetISO def
37 /Courier starnetISO def
38 /Courier-Oblique starnetISO def
39 /Courier-Bold starnetISO def
40 /Courier-BoldOblique starnetISO def
41 cleartomark
42 } bind def
43
44 %%BeginResource: procset graphviz 0 0
45 /coord-font-family /Times-Roman def
46 /default-font-family /Times-Roman def
47 /coordfont coord-font-family findfont 8 scalefont def
48
49 /InvScaleFactor 1.0 def
50 /set_scale {
51        dup 1 exch div /InvScaleFactor exch def
52        scale
53 } bind def
54
55 % styles
56 /solid { [] 0 setdash } bind def
57 /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
58 /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
59 /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
60 /bold { 2 setlinewidth } bind def
61 /filled { } bind def
62 /unfilled { } bind def
63 /rounded { } bind def
64 /diagonals { } bind def
65
66 % hooks for setting color 
67 /nodecolor { sethsbcolor } bind def
68 /edgecolor { sethsbcolor } bind def
69 /graphcolor { sethsbcolor } bind def
70 /nopcolor {pop pop pop} bind def
71
72 /beginpage {    % i j npages
73         /npages exch def
74         /j exch def
75         /i exch def
76         /str 10 string def
77         npages 1 gt {
78                 gsave
79                         coordfont setfont
80                         0 0 moveto
81                         (\() show i str cvs show (,) show j str cvs show (\)) show
82                 grestore
83         } if
84 } bind def
85
86 /set_font {
87         findfont exch
88         scalefont setfont
89 } def
90
91 % draw text fitted to its expected width
92 /alignedtext {                  % width text
93         /text exch def
94         /width exch def
95         gsave
96                 width 0 gt {
97                         [] 0 setdash
98                         text stringwidth pop width exch sub text length div 0 text ashow
99                 } if
100         grestore
101 } def
102
103 /boxprim {                              % xcorner ycorner xsize ysize
104                 4 2 roll
105                 moveto
106                 2 copy
107                 exch 0 rlineto
108                 0 exch rlineto
109                 pop neg 0 rlineto
110                 closepath
111 } bind def
112
113 /ellipse_path {
114         /ry exch def
115         /rx exch def
116         /y exch def
117         /x exch def
118         matrix currentmatrix
119         newpath
120         x y translate
121         rx ry scale
122         0 0 1 0 360 arc
123         setmatrix
124 } bind def
125
126 /endpage { showpage } bind def
127 /showpage { } def
128
129 /layercolorseq
130         [       % layer color sequence - darkest to lightest
131                 [0 0 0]
132                 [.2 .8 .8]
133                 [.4 .8 .8]
134                 [.6 .8 .8]
135                 [.8 .8 .8]
136         ]
137 def
138
139 /layerlen layercolorseq length def
140
141 /setlayer {/maxlayer exch def /curlayer exch def
142         layercolorseq curlayer 1 sub layerlen mod get
143         aload pop sethsbcolor
144         /nodecolor {nopcolor} def
145         /edgecolor {nopcolor} def
146         /graphcolor {nopcolor} def
147 } bind def
148
149 /onlayer { curlayer ne {invis} if } def
150
151 /onlayers {
152         /myupper exch def
153         /mylower exch def
154         curlayer mylower lt
155         curlayer myupper gt
156         or
157         {invis} if
158 } def
159
160 /curlayer 0 def
161
162 %%EndResource
163 %%EndProlog
164 %%BeginSetup
165 14 default-font-family set_font
166 1 setmiterlimit
167 % /arrowlength 10 def
168 % /arrowwidth 5 def
169
170 % make sure pdfmark is harmless for PS-interpreters other than Distiller
171 /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
172 % make '<<' and '>>' safe on PS Level 1 devices
173 /languagelevel where {pop languagelevel}{1} ifelse
174 2 lt {
175     userdict (<<) cvn ([) cvn load put
176     userdict (>>) cvn ([) cvn load put
177 } if
178
179 %%EndSetup
180 setupLatin1
181 %%Page: 1 1
182 %%PageBoundingBox: 36 36 13957 2528
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 13921 2492 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % cicmcmcic
189 gsave
190 1 setlinewidth
191 0.000 0.000 0.000 nodecolor
192 7265 1746 45.17 18 ellipse_path stroke
193 0.000 0.000 0.000 nodecolor
194 14 /Times-Roman set_font
195 7240.5 1741.9 moveto 49 (cic-c-cic) alignedtext
196 grestore
197 % cicmcmc_ccicmcmc
198 gsave
199 1 setlinewidth
200 0.000 0.000 0.000 nodecolor
201 7597 1602 75.24 18 ellipse_path stroke
202 0.000 0.000 0.000 nodecolor
203 14 /Times-Roman set_font
204 7550.5 1597.9 moveto 93 (cic-c-c=ccic-c-c) alignedtext
205 grestore
206 % cicmcmcic->cicmcmc_ccicmcmc
207 gsave
208 1 setlinewidth
209 0.000 0.000 0.000 edgecolor
210 newpath 7299 1734 moveto
211 7307 1732 7316 1730 7324 1728 curveto
212 7403 1712 7631 1751 7686 1692 curveto
213 7696 1680 7693 1669 7686 1656 curveto
214 7678 1641 7664 1630 7649 1622 curveto
215 stroke
216 0.000 0.000 0.000 edgecolor
217 newpath 7650.44 1618.8 moveto
218 7640 1617 lineto
219 7647.04 1624.92 lineto
220 closepath fill
221 1 setlinewidth
222 solid
223 0.000 0.000 0.000 edgecolor
224 newpath 7650.44 1618.8 moveto
225 7640 1617 lineto
226 7647.04 1624.92 lineto
227 closepath stroke
228 grestore
229 % cicmmcic_ccicmmcic
230 gsave
231 1 setlinewidth
232 0.000 0.000 0.000 nodecolor
233 7996 1602 79.91 18 ellipse_path stroke
234 0.000 0.000 0.000 nodecolor
235 14 /Times-Roman set_font
236 7946.5 1597.9 moveto 99 (cic--cic=ccic--cic) alignedtext
237 grestore
238 % cicmcmcic->cicmmcic_ccicmmcic
239 gsave
240 1 setlinewidth
241 0.000 0.000 0.000 edgecolor
242 newpath 7302 1736 moveto
243 7313 1733 7326 1730 7338 1728 curveto
244 7498 1700 7543 1727 7702 1692 curveto
245 7749 1681 7758 1670 7805 1656 curveto
246 7848 1642 7896 1628 7934 1619 curveto
247 stroke
248 0.000 0.000 0.000 edgecolor
249 newpath 7935.43 1622.23 moveto
250 7944 1616 lineto
251 7933.42 1615.52 lineto
252 closepath fill
253 1 setlinewidth
254 solid
255 0.000 0.000 0.000 edgecolor
256 newpath 7935.43 1622.23 moveto
257 7944 1616 lineto
258 7933.42 1615.52 lineto
259 closepath stroke
260 grestore
261 % cmcmcic_ccmcmcic
262 gsave
263 1 setlinewidth
264 0.000 0.000 0.000 nodecolor
265 1985 1602 75.24 18 ellipse_path stroke
266 0.000 0.000 0.000 nodecolor
267 14 /Times-Roman set_font
268 1938.5 1597.9 moveto 93 (c-c-cic=cc-c-cic) alignedtext
269 grestore
270 % cicmcmcic->cmcmcic_ccmcmcic
271 gsave
272 1 setlinewidth
273 0.000 0.000 0.000 edgecolor
274 newpath 7222 1741 moveto
275 7150 1731 7000 1712 6874 1692 curveto
276 6786 1677 6766 1664 6679 1656 curveto
277 6177 1608 2648 1650 2145 1620 curveto
278 2118 1618 2088 1615 2061 1612 curveto
279 stroke
280 0.000 0.000 0.000 edgecolor
281 newpath 2061.3 1608.51 moveto
282 2051 1611 lineto
283 2060.6 1615.48 lineto
284 closepath fill
285 1 setlinewidth
286 solid
287 0.000 0.000 0.000 edgecolor
288 newpath 2061.3 1608.51 moveto
289 2051 1611 lineto
290 2060.6 1615.48 lineto
291 closepath stroke
292 grestore
293 % cicmcmcmm
294 gsave
295 1 setlinewidth
296 0.000 0.000 0.000 nodecolor
297 8064 1386 43.97 18 ellipse_path stroke
298 0.000 0.000 0.000 nodecolor
299 14 /Times-Roman set_font
300 8040 1381.9 moveto 48 (cic-c-c--) alignedtext
301 grestore
302 % cicmcmc_ccicmcmc->cicmcmcmm
303 gsave
304 1 setlinewidth
305 0.000 0.000 0.000 edgecolor
306 newpath 7659 1592 moveto
307 7678 1589 7699 1586 7719 1584 curveto
308 7894 1563 7942 1589 8114 1548 curveto
309 8124 1545 8286 1484 8293 1476 curveto
310 8366 1366 8235 1433 8122 1404 curveto
311 8117 1403 8113 1402 8108 1400 curveto
312 stroke
313 0.000 0.000 0.000 edgecolor
314 newpath 8108.58 1396.52 moveto
315 8098 1397 lineto
316 8106.57 1403.23 lineto
317 closepath fill
318 1 setlinewidth
319 solid
320 0.000 0.000 0.000 edgecolor
321 newpath 8108.58 1396.52 moveto
322 8098 1397 lineto
323 8106.57 1403.23 lineto
324 closepath stroke
325 grestore
326 % cimmcmcmc
327 gsave
328 1 setlinewidth
329 0.000 0.000 0.000 nodecolor
330 3248 1458 43.97 18 ellipse_path stroke
331 0.000 0.000 0.000 nodecolor
332 14 /Times-Roman set_font
333 3224 1453.9 moveto 48 (ci--c-c-c) alignedtext
334 grestore
335 % cicmcmc_ccicmcmc->cimmcmcmc
336 gsave
337 1 setlinewidth
338 0.000 0.000 0.000 edgecolor
339 newpath 7532 1593 moveto
340 7503 1589 7468 1586 7437 1584 curveto
341 7271 1572 6104 1586 5943 1548 curveto
342 5906 1539 5903 1520 5867 1512 curveto
343 5590 1447 3582 1524 3301 1476 curveto
344 3297 1475 3293 1475 3290 1473 curveto
345 stroke
346 0.000 0.000 0.000 edgecolor
347 newpath 3290.58 1469.52 moveto
348 3280 1470 lineto
349 3288.57 1476.23 lineto
350 closepath fill
351 1 setlinewidth
352 solid
353 0.000 0.000 0.000 edgecolor
354 newpath 3290.58 1469.52 moveto
355 3280 1470 lineto
356 3288.57 1476.23 lineto
357 closepath stroke
358 grestore
359 % cicmmc_ccicmmc
360 gsave
361 1 setlinewidth
362 0.000 0.000 0.000 nodecolor
363 8294 1530 66.21 18 ellipse_path stroke
364 0.000 0.000 0.000 nodecolor
365 14 /Times-Roman set_font
366 8254 1525.9 moveto 80 (cic--c=ccic--c) alignedtext
367 grestore
368 % cicmcmc_ccicmcmc->cicmmc_ccicmmc
369 gsave
370 1 setlinewidth
371 0.000 0.000 0.000 edgecolor
372 newpath 7659 1592 moveto
373 7678 1589 7699 1586 7719 1584 curveto
374 7921 1561 7973 1571 8176 1548 curveto
375 8193 1545 8210 1543 8227 1540 curveto
376 stroke
377 0.000 0.000 0.000 edgecolor
378 newpath 8227.4 1543.48 moveto
379 8237 1539 lineto
380 8226.7 1536.51 lineto
381 closepath fill
382 1 setlinewidth
383 solid
384 0.000 0.000 0.000 edgecolor
385 newpath 8227.4 1543.48 moveto
386 8237 1539 lineto
387 8226.7 1536.51 lineto
388 closepath stroke
389 grestore
390 % cmmicmcmc
391 gsave
392 1 setlinewidth
393 0.000 0.000 0.000 nodecolor
394 4890 1458 43.97 18 ellipse_path stroke
395 0.000 0.000 0.000 nodecolor
396 14 /Times-Roman set_font
397 4866 1453.9 moveto 48 (c--ic-c-c) alignedtext
398 grestore
399 % cicmcmc_ccicmcmc->cmmicmcmc
400 gsave
401 1 setlinewidth
402 0.000 0.000 0.000 edgecolor
403 newpath 7531 1593 moveto
404 7502 1590 7468 1586 7437 1584 curveto
405 7286 1571 6897 1607 6759 1548 curveto
406 6737 1538 6742 1520 6721 1512 curveto
407 6633 1476 5114 1483 5019 1476 curveto
408 4994 1473 4965 1470 4941 1467 curveto
409 stroke
410 0.000 0.000 0.000 edgecolor
411 newpath 4941.49 1463.53 moveto
412 4931 1465 lineto
413 4940.12 1470.39 lineto
414 closepath fill
415 1 setlinewidth
416 solid
417 0.000 0.000 0.000 edgecolor
418 newpath 4941.49 1463.53 moveto
419 4931 1465 lineto
420 4940.12 1470.39 lineto
421 closepath stroke
422 grestore
423 % mmcicmcmc
424 gsave
425 1 setlinewidth
426 0.000 0.000 0.000 nodecolor
427 4705 1386 43.97 18 ellipse_path stroke
428 0.000 0.000 0.000 nodecolor
429 14 /Times-Roman set_font
430 4681 1381.9 moveto 48 (--cic-c-c) alignedtext
431 grestore
432 % cicmcmc_ccicmcmc->mmcicmcmc
433 gsave
434 1 setlinewidth
435 0.000 0.000 0.000 edgecolor
436 newpath 7650 1589 moveto
437 7658 1587 7667 1585 7676 1584 curveto
438 7782 1563 7982 1593 7910 1512 curveto
439 7862 1458 7661 1485 7591 1476 curveto
440 7487 1462 7462 1448 7358 1440 curveto
441 6824 1394 5484 1427 4948 1404 curveto
442 4883 1401 4808 1395 4758 1391 curveto
443 stroke
444 0.000 0.000 0.000 edgecolor
445 newpath 4758.3 1387.51 moveto
446 4748 1390 lineto
447 4757.6 1394.48 lineto
448 closepath fill
449 1 setlinewidth
450 solid
451 0.000 0.000 0.000 edgecolor
452 newpath 4758.3 1387.51 moveto
453 4748 1390 lineto
454 4757.6 1394.48 lineto
455 closepath stroke
456 grestore
457 % cmcmc_ccmcmc
458 gsave
459 1 setlinewidth
460 0.000 0.000 0.000 nodecolor
461 1940 1386 62.04 18 ellipse_path stroke
462 0.000 0.000 0.000 nodecolor
463 14 /Times-Roman set_font
464 1903 1381.9 moveto 74 (c-c-c=cc-c-c) alignedtext
465 grestore
466 % cicmcmc_ccicmcmc->cmcmc_ccmcmc
467 gsave
468 1 setlinewidth
469 0.000 0.000 0.000 edgecolor
470 newpath 7647 1589 moveto
471 7693 1576 7756 1557 7763 1548 curveto
472 7772 1535 7773 1523 7763 1512 curveto
473 7732 1478 7402 1485 7358 1476 curveto
474 7308 1465 7299 1448 7249 1440 curveto
475 6972 1394 2482 1414 2201 1404 curveto
476 2136 1401 2063 1396 2010 1392 curveto
477 stroke
478 0.000 0.000 0.000 edgecolor
479 newpath 2010.3 1388.51 moveto
480 2000 1391 lineto
481 2009.6 1395.48 lineto
482 closepath fill
483 1 setlinewidth
484 solid
485 0.000 0.000 0.000 edgecolor
486 newpath 2010.3 1388.51 moveto
487 2000 1391 lineto
488 2009.6 1395.48 lineto
489 closepath stroke
490 grestore
491 % cimimic_ccimimic
492 gsave
493 1 setlinewidth
494 0.000 0.000 0.000 nodecolor
495 6615 1458 64.82 18 ellipse_path stroke
496 0.000 0.000 0.000 nodecolor
497 14 /Times-Roman set_font
498 6576 1453.9 moveto 78 (ci-i-ic=cci-i-ic) alignedtext
499 grestore
500 % cicmmcic_ccicmmcic->cimimic_ccimimic
501 gsave
502 1 setlinewidth
503 0.000 0.000 0.000 edgecolor
504 newpath 7963 1585 moveto
505 7919 1564 7837 1527 7763 1512 curveto
506 7529 1464 6925 1508 6689 1476 curveto
507 6683 1475 6677 1474 6671 1473 curveto
508 stroke
509 0.000 0.000 0.000 edgecolor
510 newpath 6671.49 1469.53 moveto
511 6661 1471 lineto
512 6670.12 1476.39 lineto
513 closepath fill
514 1 setlinewidth
515 solid
516 0.000 0.000 0.000 edgecolor
517 newpath 6671.49 1469.53 moveto
518 6661 1471 lineto
519 6670.12 1476.39 lineto
520 closepath stroke
521 grestore
522 % cicmmcic_ccicmmcic->cicmmc_ccicmmc
523 gsave
524 1 setlinewidth
525 0.000 0.000 0.000 edgecolor
526 newpath 8051 1589 moveto
527 8103 1577 8181 1558 8234 1544 curveto
528 stroke
529 0.000 0.000 0.000 edgecolor
530 newpath 8234.88 1547.39 moveto
531 8244 1542 lineto
532 8233.51 1540.53 lineto
533 closepath fill
534 1 setlinewidth
535 solid
536 0.000 0.000 0.000 edgecolor
537 newpath 8234.88 1547.39 moveto
538 8244 1542 lineto
539 8233.51 1540.53 lineto
540 closepath stroke
541 grestore
542 % cmmcic_ccmmcic
543 gsave
544 1 setlinewidth
545 0.000 0.000 0.000 nodecolor
546 4232 1530 66.21 18 ellipse_path stroke
547 0.000 0.000 0.000 nodecolor
548 14 /Times-Roman set_font
549 4192 1525.9 moveto 80 (c--cic=cc--cic) alignedtext
550 grestore
551 % cicmmcic_ccicmmcic->cmmcic_ccmmcic
552 gsave
553 1 setlinewidth
554 0.000 0.000 0.000 edgecolor
555 newpath 7940 1589 moveto
556 7929 1587 7918 1585 7907 1584 curveto
557 7530 1544 4876 1562 4497 1548 curveto
558 4432 1545 4359 1540 4305 1536 curveto
559 stroke
560 0.000 0.000 0.000 edgecolor
561 newpath 4305.3 1532.51 moveto
562 4295 1535 lineto
563 4304.6 1539.48 lineto
564 closepath fill
565 1 setlinewidth
566 solid
567 0.000 0.000 0.000 edgecolor
568 newpath 4305.3 1532.51 moveto
569 4295 1535 lineto
570 4304.6 1539.48 lineto
571 closepath stroke
572 grestore
573 % cmcmcic_ccmcmcic->cmcmc_ccmcmc
574 gsave
575 1 setlinewidth
576 0.000 0.000 0.000 edgecolor
577 newpath 1930 1590 moveto
578 1920 1588 1910 1586 1901 1584 curveto
579 1858 1575 1735 1581 1706 1548 curveto
580 1648 1478 1796 1424 1882 1401 curveto
581 stroke
582 0.000 0.000 0.000 edgecolor
583 newpath 1883.43 1404.23 moveto
584 1892 1398 lineto
585 1881.42 1397.52 lineto
586 closepath fill
587 1 setlinewidth
588 solid
589 0.000 0.000 0.000 edgecolor
590 newpath 1883.43 1404.23 moveto
591 1892 1398 lineto
592 1881.42 1397.52 lineto
593 closepath stroke
594 grestore
595 % cmcmcic_ccmcmcic->cmmcic_ccmmcic
596 gsave
597 1 setlinewidth
598 0.000 0.000 0.000 edgecolor
599 newpath 2050 1593 moveto
600 2079 1589 2114 1586 2145 1584 curveto
601 2987 1528 3201 1596 4043 1548 curveto
602 4082 1545 4125 1542 4161 1538 curveto
603 stroke
604 0.000 0.000 0.000 edgecolor
605 newpath 4161.4 1541.48 moveto
606 4171 1537 lineto
607 4160.7 1534.51 lineto
608 closepath fill
609 1 setlinewidth
610 solid
611 0.000 0.000 0.000 edgecolor
612 newpath 4161.4 1541.48 moveto
613 4171 1537 lineto
614 4160.7 1534.51 lineto
615 closepath stroke
616 grestore
617 % cmcmcicmm
618 gsave
619 1 setlinewidth
620 0.000 0.000 0.000 nodecolor
621 1592 1386 43.97 18 ellipse_path stroke
622 0.000 0.000 0.000 nodecolor
623 14 /Times-Roman set_font
624 1568 1381.9 moveto 48 (c-c-cic--) alignedtext
625 grestore
626 % cmcmcic_ccmcmcic->cmcmcicmm
627 gsave
628 1 setlinewidth
629 0.000 0.000 0.000 edgecolor
630 newpath 1932 1589 moveto
631 1921 1587 1911 1585 1901 1584 curveto
632 1802 1569 1530 1608 1449 1548 curveto
633 1410 1518 1393 1479 1422 1440 curveto
634 1424 1437 1497 1415 1547 1400 curveto
635 stroke
636 0.000 0.000 0.000 edgecolor
637 newpath 1548.43 1403.23 moveto
638 1557 1397 lineto
639 1546.42 1396.52 lineto
640 closepath fill
641 1 setlinewidth
642 solid
643 0.000 0.000 0.000 edgecolor
644 newpath 1548.43 1403.23 moveto
645 1557 1397 lineto
646 1546.42 1396.52 lineto
647 closepath stroke
648 grestore
649 % cmcmcimmc
650 gsave
651 1 setlinewidth
652 0.000 0.000 0.000 nodecolor
653 1260 1458 43.97 18 ellipse_path stroke
654 0.000 0.000 0.000 nodecolor
655 14 /Times-Roman set_font
656 1236 1453.9 moveto 48 (c-c-ci--c) alignedtext
657 grestore
658 % cmcmcic_ccmcmcic->cmcmcimmc
659 gsave
660 1 setlinewidth
661 0.000 0.000 0.000 edgecolor
662 newpath 1932 1589 moveto
663 1921 1587 1911 1585 1901 1584 curveto
664 1795 1568 1517 1588 1416 1548 curveto
665 1393 1538 1394 1525 1373 1512 curveto
666 1350 1497 1324 1484 1301 1474 curveto
667 stroke
668 0.000 0.000 0.000 edgecolor
669 newpath 1302.56 1470.86 moveto
670 1292 1470 lineto
671 1299.72 1477.26 lineto
672 closepath fill
673 1 setlinewidth
674 solid
675 0.000 0.000 0.000 edgecolor
676 newpath 1302.56 1470.86 moveto
677 1292 1470 lineto
678 1299.72 1477.26 lineto
679 closepath stroke
680 grestore
681 % cmcmcmmic
682 gsave
683 1 setlinewidth
684 0.000 0.000 0.000 nodecolor
685 2978 1458 43.97 18 ellipse_path stroke
686 0.000 0.000 0.000 nodecolor
687 14 /Times-Roman set_font
688 2954 1453.9 moveto 48 (c-c-c--ic) alignedtext
689 grestore
690 % cmcmcic_ccmcmcic->cmcmcmmic
691 gsave
692 1 setlinewidth
693 0.000 0.000 0.000 edgecolor
694 newpath 1981 1584 moveto
695 1978 1563 1977 1530 1996 1512 curveto
696 2034 1477 2870 1484 2920 1476 curveto
697 2925 1475 2930 1474 2934 1473 curveto
698 stroke
699 0.000 0.000 0.000 edgecolor
700 newpath 2935.43 1476.23 moveto
701 2944 1470 lineto
702 2933.42 1469.52 lineto
703 closepath fill
704 1 setlinewidth
705 solid
706 0.000 0.000 0.000 edgecolor
707 newpath 2935.43 1476.23 moveto
708 2944 1470 lineto
709 2933.42 1469.52 lineto
710 closepath stroke
711 grestore
712 % mmcmcmcic
713 gsave
714 1 setlinewidth
715 0.000 0.000 0.000 nodecolor
716 2986 1386 43.97 18 ellipse_path stroke
717 0.000 0.000 0.000 nodecolor
718 14 /Times-Roman set_font
719 2962 1381.9 moveto 48 (--c-c-cic) alignedtext
720 grestore
721 % cmcmcic_ccmcmcic->mmcmcmcic
722 gsave
723 1 setlinewidth
724 0.000 0.000 0.000 edgecolor
725 newpath 1930 1590 moveto
726 1863 1575 1758 1551 1755 1548 curveto
727 1746 1535 1745 1524 1755 1512 curveto
728 1773 1491 2205 1442 2231 1440 curveto
729 2492 1412 2559 1426 2819 1404 curveto
730 2858 1400 2901 1396 2933 1392 curveto
731 stroke
732 0.000 0.000 0.000 edgecolor
733 newpath 2933.4 1395.48 moveto
734 2943 1391 lineto
735 2932.7 1388.51 lineto
736 closepath fill
737 1 setlinewidth
738 solid
739 0.000 0.000 0.000 edgecolor
740 newpath 2933.4 1395.48 moveto
741 2943 1391 lineto
742 2932.7 1388.51 lineto
743 closepath stroke
744 grestore
745 % cicmcmci_ccicmcmci
746 gsave
747 1 setlinewidth
748 0.000 0.000 0.000 nodecolor
749 7178 1818 79.91 18 ellipse_path stroke
750 0.000 0.000 0.000 nodecolor
751 14 /Times-Roman set_font
752 7128.5 1813.9 moveto 99 (cic-c-ci=ccic-c-ci) alignedtext
753 grestore
754 % cicmcmci_ccicmcmci->cicmcmcic
755 gsave
756 1 setlinewidth
757 0.000 0.000 0.000 edgecolor
758 newpath 7199 1801 moveto
759 7210 1791 7225 1779 7237 1769 curveto
760 stroke
761 0.000 0.000 0.000 edgecolor
762 newpath 7239.78 1771.22 moveto
763 7245 1762 lineto
764 7235.17 1765.95 lineto
765 closepath fill
766 1 setlinewidth
767 solid
768 0.000 0.000 0.000 edgecolor
769 newpath 7239.78 1771.22 moveto
770 7245 1762 lineto
771 7235.17 1765.95 lineto
772 closepath stroke
773 grestore
774 % cicmmci_ccicmmci
775 gsave
776 1 setlinewidth
777 0.000 0.000 0.000 nodecolor
778 7885 1674 70.88 18 ellipse_path stroke
779 0.000 0.000 0.000 nodecolor
780 14 /Times-Roman set_font
781 7842 1669.9 moveto 86 (cic--ci=ccic--ci) alignedtext
782 grestore
783 % cicmcmci_ccicmcmci->cicmmci_ccicmmci
784 gsave
785 1 setlinewidth
786 0.000 0.000 0.000 edgecolor
787 newpath 7222 1803 moveto
788 7281 1783 7392 1747 7490 1728 curveto
789 7625 1700 7663 1714 7800 1692 curveto
790 7807 1691 7814 1689 7821 1688 curveto
791 stroke
792 0.000 0.000 0.000 edgecolor
793 newpath 7821.88 1691.39 moveto
794 7831 1686 lineto
795 7820.51 1684.53 lineto
796 closepath fill
797 1 setlinewidth
798 solid
799 0.000 0.000 0.000 edgecolor
800 newpath 7821.88 1691.39 moveto
801 7831 1686 lineto
802 7820.51 1684.53 lineto
803 closepath stroke
804 grestore
805 % cmcmci_ccmcmci
806 gsave
807 1 setlinewidth
808 0.000 0.000 0.000 nodecolor
809 2326 1674 66.21 18 ellipse_path stroke
810 0.000 0.000 0.000 nodecolor
811 14 /Times-Roman set_font
812 2286 1669.9 moveto 80 (c-c-ci=cc-c-ci) alignedtext
813 grestore
814 % cicmcmci_ccicmcmci->cmcmci_ccmcmci
815 gsave
816 1 setlinewidth
817 0.000 0.000 0.000 edgecolor
818 newpath 7114 1807 moveto
819 7094 1804 7071 1801 7051 1800 curveto
820 6184 1734 4007 1819 3139 1764 curveto
821 3004 1755 2971 1741 2835 1728 curveto
822 2643 1708 2593 1722 2401 1692 curveto
823 2395 1691 2390 1690 2384 1688 curveto
824 stroke
825 0.000 0.000 0.000 edgecolor
826 newpath 2384.49 1684.53 moveto
827 2374 1686 lineto
828 2383.12 1691.39 lineto
829 closepath fill
830 1 setlinewidth
831 solid
832 0.000 0.000 0.000 edgecolor
833 newpath 2384.49 1684.53 moveto
834 2374 1686 lineto
835 2383.12 1691.39 lineto
836 closepath stroke
837 grestore
838 % cicmmci_ccicmmci->cicmmcic_ccicmmcic
839 gsave
840 1 setlinewidth
841 0.000 0.000 0.000 edgecolor
842 newpath 7911 1657 moveto
843 7926 1648 7945 1636 7961 1625 curveto
844 stroke
845 0.000 0.000 0.000 edgecolor
846 newpath 7963.62 1627.46 moveto
847 7970 1619 lineto
848 7959.74 1621.63 lineto
849 closepath fill
850 1 setlinewidth
851 solid
852 0.000 0.000 0.000 edgecolor
853 newpath 7963.62 1627.46 moveto
854 7970 1619 lineto
855 7959.74 1621.63 lineto
856 closepath stroke
857 grestore
858 % cicmmcimm
859 gsave
860 1 setlinewidth
861 0.000 0.000 0.000 nodecolor
862 6671 1530 41.19 18 ellipse_path stroke
863 0.000 0.000 0.000 nodecolor
864 14 /Times-Roman set_font
865 6649 1525.9 moveto 44 (cic--ci--) alignedtext
866 grestore
867 % cicmmci_ccicmmci->cicmmcimm
868 gsave
869 1 setlinewidth
870 0.000 0.000 0.000 edgecolor
871 newpath 7949 1666 moveto
872 8024 1655 8130 1630 8085 1584 curveto
873 8033 1531 6832 1556 6759 1548 curveto
874 6745 1546 6731 1544 6717 1541 curveto
875 stroke
876 0.000 0.000 0.000 edgecolor
877 newpath 6717.49 1537.53 moveto
878 6707 1539 lineto
879 6716.12 1544.39 lineto
880 closepath fill
881 1 setlinewidth
882 solid
883 0.000 0.000 0.000 edgecolor
884 newpath 6717.49 1537.53 moveto
885 6707 1539 lineto
886 6716.12 1544.39 lineto
887 closepath stroke
888 grestore
889 % cicmmcmmi
890 gsave
891 1 setlinewidth
892 0.000 0.000 0.000 nodecolor
893 6895 1602 41.19 18 ellipse_path stroke
894 0.000 0.000 0.000 nodecolor
895 14 /Times-Roman set_font
896 6873 1597.9 moveto 44 (cic--c--i) alignedtext
897 grestore
898 % cicmmci_ccicmmci->cicmmcmmi
899 gsave
900 1 setlinewidth
901 0.000 0.000 0.000 edgecolor
902 newpath 7817 1668 moveto
903 7771 1665 7708 1660 7653 1656 curveto
904 7422 1639 7365 1636 7135 1620 curveto
905 7070 1615 6994 1610 6946 1606 curveto
906 stroke
907 0.000 0.000 0.000 edgecolor
908 newpath 6946.3 1602.51 moveto
909 6936 1605 lineto
910 6945.6 1609.48 lineto
911 closepath fill
912 1 setlinewidth
913 solid
914 0.000 0.000 0.000 edgecolor
915 newpath 6946.3 1602.51 moveto
916 6936 1605 lineto
917 6945.6 1609.48 lineto
918 closepath stroke
919 grestore
920 % cimmcmmci
921 gsave
922 1 setlinewidth
923 0.000 0.000 0.000 nodecolor
924 5233 1602 41.19 18 ellipse_path stroke
925 0.000 0.000 0.000 nodecolor
926 14 /Times-Roman set_font
927 5211 1597.9 moveto 44 (ci--c--ci) alignedtext
928 grestore
929 % cicmmci_ccicmmci->cimmcmmci
930 gsave
931 1 setlinewidth
932 0.000 0.000 0.000 edgecolor
933 newpath 7819 1667 moveto
934 7772 1663 7709 1658 7653 1656 curveto
935 7135 1631 5836 1676 5321 1620 curveto
936 5307 1618 5293 1616 5279 1613 curveto
937 stroke
938 0.000 0.000 0.000 edgecolor
939 newpath 5279.49 1609.53 moveto
940 5269 1611 lineto
941 5278.12 1616.39 lineto
942 closepath fill
943 1 setlinewidth
944 solid
945 0.000 0.000 0.000 edgecolor
946 newpath 5279.49 1609.53 moveto
947 5269 1611 lineto
948 5278.12 1616.39 lineto
949 closepath stroke
950 grestore
951 % cmmicmmci
952 gsave
953 1 setlinewidth
954 0.000 0.000 0.000 nodecolor
955 6809 1530 41.19 18 ellipse_path stroke
956 0.000 0.000 0.000 nodecolor
957 14 /Times-Roman set_font
958 6787 1525.9 moveto 44 (c--ic--ci) alignedtext
959 grestore
960 % cicmmci_ccicmmci->cmmicmmci
961 gsave
962 1 setlinewidth
963 0.000 0.000 0.000 edgecolor
964 newpath 7948 1666 moveto
965 8023 1655 8142 1636 8156 1620 curveto
966 8166 1607 8167 1595 8156 1584 curveto
967 8105 1532 6929 1561 6859 1548 curveto
968 6855 1547 6852 1547 6848 1546 curveto
969 stroke
970 0.000 0.000 0.000 edgecolor
971 newpath 6849.56 1542.86 moveto
972 6839 1542 lineto
973 6846.72 1549.26 lineto
974 closepath fill
975 1 setlinewidth
976 solid
977 0.000 0.000 0.000 edgecolor
978 newpath 6849.56 1542.86 moveto
979 6839 1542 lineto
980 6846.72 1549.26 lineto
981 closepath stroke
982 grestore
983 % mmcicmmci
984 gsave
985 1 setlinewidth
986 0.000 0.000 0.000 nodecolor
987 6909 1530 41.19 18 ellipse_path stroke
988 0.000 0.000 0.000 nodecolor
989 14 /Times-Roman set_font
990 6887 1525.9 moveto 44 (--cic--ci) alignedtext
991 grestore
992 % cicmmci_ccicmmci->mmcicmmci
993 gsave
994 1 setlinewidth
995 0.000 0.000 0.000 edgecolor
996 newpath 7951 1667 moveto
997 8036 1657 8178 1638 8194 1620 curveto
998 8204 1607 8205 1595 8194 1584 curveto
999 8149 1537 7099 1553 7035 1548 curveto
1000 7009 1545 6980 1542 6957 1539 curveto
1001 stroke
1002 0.000 0.000 0.000 edgecolor
1003 newpath 6957.49 1535.53 moveto
1004 6947 1537 lineto
1005 6956.12 1542.39 lineto
1006 closepath fill
1007 1 setlinewidth
1008 solid
1009 0.000 0.000 0.000 edgecolor
1010 newpath 6957.49 1535.53 moveto
1011 6947 1537 lineto
1012 6956.12 1542.39 lineto
1013 closepath stroke
1014 grestore
1015 % cmmci_ccmmci
1016 gsave
1017 1 setlinewidth
1018 0.000 0.000 0.000 nodecolor
1019 3823 1602 56.98 18 ellipse_path stroke
1020 0.000 0.000 0.000 nodecolor
1021 14 /Times-Roman set_font
1022 3790 1597.9 moveto 66 (c--ci=cc--ci) alignedtext
1023 grestore
1024 % cicmmci_ccicmmci->cmmci_ccmmci
1025 gsave
1026 1 setlinewidth
1027 0.000 0.000 0.000 edgecolor
1028 newpath 7819 1667 moveto
1029 7772 1663 7709 1658 7653 1656 curveto
1030 6049 1585 5645 1694 4041 1620 curveto
1031 3989 1617 3931 1613 3888 1608 curveto
1032 stroke
1033 0.000 0.000 0.000 edgecolor
1034 newpath 3888.3 1604.51 moveto
1035 3878 1607 lineto
1036 3887.6 1611.48 lineto
1037 closepath fill
1038 1 setlinewidth
1039 solid
1040 0.000 0.000 0.000 edgecolor
1041 newpath 3888.3 1604.51 moveto
1042 3878 1607 lineto
1043 3887.6 1611.48 lineto
1044 closepath stroke
1045 grestore
1046 % cmcmci_ccmcmci->cmcmcic_ccmcmcic
1047 gsave
1048 1 setlinewidth
1049 0.000 0.000 0.000 edgecolor
1050 newpath 2276 1662 moveto
1051 2266 1660 2256 1658 2246 1656 curveto
1052 2181 1641 2106 1626 2053 1615 curveto
1053 stroke
1054 0.000 0.000 0.000 edgecolor
1055 newpath 2053.49 1611.53 moveto
1056 2043 1613 lineto
1057 2052.12 1618.39 lineto
1058 closepath fill
1059 1 setlinewidth
1060 solid
1061 0.000 0.000 0.000 edgecolor
1062 newpath 2053.49 1611.53 moveto
1063 2043 1613 lineto
1064 2052.12 1618.39 lineto
1065 closepath stroke
1066 grestore
1067 % cmcmci_ccmcmci->cmmci_ccmmci
1068 gsave
1069 1 setlinewidth
1070 0.000 0.000 0.000 edgecolor
1071 newpath 2373 1661 moveto
1072 2382 1659 2392 1657 2401 1656 curveto
1073 2963 1581 3111 1662 3676 1620 curveto
1074 3704 1618 3735 1614 3761 1611 curveto
1075 stroke
1076 0.000 0.000 0.000 edgecolor
1077 newpath 3761.4 1614.48 moveto
1078 3771 1610 lineto
1079 3760.7 1607.51 lineto
1080 closepath fill
1081 1 setlinewidth
1082 solid
1083 0.000 0.000 0.000 edgecolor
1084 newpath 3761.4 1614.48 moveto
1085 3771 1610 lineto
1086 3760.7 1607.51 lineto
1087 closepath stroke
1088 grestore
1089 % cmcmcimmi
1090 gsave
1091 1 setlinewidth
1092 0.000 0.000 0.000 nodecolor
1093 1851 1602 41.19 18 ellipse_path stroke
1094 0.000 0.000 0.000 nodecolor
1095 14 /Times-Roman set_font
1096 1829 1597.9 moveto 44 (c-c-ci--i) alignedtext
1097 grestore
1098 % cmcmci_ccmcmci->cmcmcimmi
1099 gsave
1100 1 setlinewidth
1101 0.000 0.000 0.000 edgecolor
1102 newpath 2278 1662 moveto
1103 2267 1660 2256 1657 2246 1656 curveto
1104 2094 1631 2052 1654 1901 1620 curveto
1105 1898 1619 1895 1618 1892 1617 curveto
1106 stroke
1107 0.000 0.000 0.000 edgecolor
1108 newpath 1892.58 1613.52 moveto
1109 1882 1614 lineto
1110 1890.57 1620.23 lineto
1111 closepath fill
1112 1 setlinewidth
1113 solid
1114 0.000 0.000 0.000 edgecolor
1115 newpath 1892.58 1613.52 moveto
1116 1882 1614 lineto
1117 1890.57 1620.23 lineto
1118 closepath stroke
1119 grestore
1120 % mmcmcmci
1121 gsave
1122 1 setlinewidth
1123 0.000 0.000 0.000 nodecolor
1124 2839 1458 39.11 18 ellipse_path stroke
1125 0.000 0.000 0.000 nodecolor
1126 14 /Times-Roman set_font
1127 2818.5 1453.9 moveto 41 (--c-c-ci) alignedtext
1128 grestore
1129 % cmcmci_ccmcmci->mmcmcmci
1130 gsave
1131 1 setlinewidth
1132 0.000 0.000 0.000 edgecolor
1133 newpath 2272 1663 moveto
1134 2219 1652 2140 1634 2112 1620 curveto
1135 2090 1608 2092 1593 2069 1584 curveto
1136 1947 1530 1685 1608 1777 1512 curveto
1137 1812 1475 2628 1479 2677 1476 curveto
1138 2716 1472 2759 1468 2791 1464 curveto
1139 stroke
1140 0.000 0.000 0.000 edgecolor
1141 newpath 2791.4 1467.48 moveto
1142 2801 1463 lineto
1143 2790.7 1460.51 lineto
1144 closepath fill
1145 1 setlinewidth
1146 solid
1147 0.000 0.000 0.000 edgecolor
1148 newpath 2791.4 1467.48 moveto
1149 2801 1463 lineto
1150 2790.7 1460.51 lineto
1151 closepath stroke
1152 grestore
1153 % cimimicmm
1154 gsave
1155 1 setlinewidth
1156 0.000 0.000 0.000 nodecolor
1157 6181 1386 39.11 18 ellipse_path stroke
1158 0.000 0.000 0.000 nodecolor
1159 14 /Times-Roman set_font
1160 6160.5 1381.9 moveto 41 (ci-i-ic--) alignedtext
1161 grestore
1162 % cimimic_ccimimic->cimimicmm
1163 gsave
1164 1 setlinewidth
1165 0.000 0.000 0.000 edgecolor
1166 newpath 6568 1445 moveto
1167 6559 1443 6550 1441 6541 1440 curveto
1168 6405 1415 6368 1434 6234 1404 curveto
1169 6229 1403 6225 1402 6221 1400 curveto
1170 stroke
1171 0.000 0.000 0.000 edgecolor
1172 newpath 6221.58 1396.52 moveto
1173 6211 1397 lineto
1174 6219.57 1403.23 lineto
1175 closepath fill
1176 1 setlinewidth
1177 solid
1178 0.000 0.000 0.000 edgecolor
1179 newpath 6221.58 1396.52 moveto
1180 6211 1397 lineto
1181 6219.57 1403.23 lineto
1182 closepath stroke
1183 grestore
1184 % cimimimmc
1185 gsave
1186 1 setlinewidth
1187 0.000 0.000 0.000 nodecolor
1188 6085 1386 39.11 18 ellipse_path stroke
1189 0.000 0.000 0.000 nodecolor
1190 14 /Times-Roman set_font
1191 6064.5 1381.9 moveto 41 (ci-i-i--c) alignedtext
1192 grestore
1193 % cimimic_ccimimic->cimimimmc
1194 gsave
1195 1 setlinewidth
1196 0.000 0.000 0.000 edgecolor
1197 newpath 6568 1445 moveto
1198 6559 1443 6550 1441 6541 1440 curveto
1199 6361 1410 6310 1444 6133 1404 curveto
1200 6130 1403 6127 1402 6124 1401 curveto
1201 stroke
1202 0.000 0.000 0.000 edgecolor
1203 newpath 6124.58 1397.52 moveto
1204 6114 1398 lineto
1205 6122.57 1404.23 lineto
1206 closepath fill
1207 1 setlinewidth
1208 solid
1209 0.000 0.000 0.000 edgecolor
1210 newpath 6124.58 1397.52 moveto
1211 6114 1398 lineto
1212 6122.57 1404.23 lineto
1213 closepath stroke
1214 grestore
1215 % cmmimimic
1216 gsave
1217 1 setlinewidth
1218 0.000 0.000 0.000 nodecolor
1219 5668 1386 39.11 18 ellipse_path stroke
1220 0.000 0.000 0.000 nodecolor
1221 14 /Times-Roman set_font
1222 5647.5 1381.9 moveto 41 (c--i-i-ic) alignedtext
1223 grestore
1224 % cimimic_ccimimic->cmmimimic
1225 gsave
1226 1 setlinewidth
1227 0.000 0.000 0.000 edgecolor
1228 newpath 6569 1445 moveto
1229 6560 1443 6550 1441 6541 1440 curveto
1230 6177 1388 6075 1477 5716 1404 curveto
1231 5713 1404 5710 1403 5706 1401 curveto
1232 stroke
1233 0.000 0.000 0.000 edgecolor
1234 newpath 5707.59 1397.84 moveto
1235 5697 1398 lineto
1236 5705.38 1404.48 lineto
1237 closepath fill
1238 1 setlinewidth
1239 solid
1240 0.000 0.000 0.000 edgecolor
1241 newpath 5707.59 1397.84 moveto
1242 5697 1398 lineto
1243 5705.38 1404.48 lineto
1244 closepath stroke
1245 grestore
1246 % mmcimimic
1247 gsave
1248 1 setlinewidth
1249 0.000 0.000 0.000 nodecolor
1250 5764 1386 39.11 18 ellipse_path stroke
1251 0.000 0.000 0.000 nodecolor
1252 14 /Times-Roman set_font
1253 5743.5 1381.9 moveto 41 (--ci-i-ic) alignedtext
1254 grestore
1255 % cimimic_ccimimic->mmcimimic
1256 gsave
1257 1 setlinewidth
1258 0.000 0.000 0.000 edgecolor
1259 newpath 6568 1445 moveto
1260 6559 1443 6550 1441 6541 1440 curveto
1261 6522 1437 5980 1401 5813 1390 curveto
1262 stroke
1263 0.000 0.000 0.000 edgecolor
1264 newpath 5813.3 1386.51 moveto
1265 5803 1389 lineto
1266 5812.6 1393.48 lineto
1267 closepath fill
1268 1 setlinewidth
1269 solid
1270 0.000 0.000 0.000 edgecolor
1271 newpath 5813.3 1386.51 moveto
1272 5803 1389 lineto
1273 5812.6 1393.48 lineto
1274 closepath stroke
1275 grestore
1276 % cimicmcmm
1277 gsave
1278 1 setlinewidth
1279 0.000 0.000 0.000 nodecolor
1280 7153 1098 41.19 18 ellipse_path stroke
1281 0.000 0.000 0.000 nodecolor
1282 14 /Times-Roman set_font
1283 7131 1093.9 moveto 44 (ci-ic-c--) alignedtext
1284 grestore
1285 % cimimicmm->cimicmcmm
1286 gsave
1287 1 setlinewidth
1288 0.000 0.000 0.000 edgecolor
1289 newpath 6192 1369 moveto
1290 6216 1335 6273 1260 6341 1224 curveto
1291 6412 1185 6442 1213 6520 1188 curveto
1292 6555 1176 6560 1161 6597 1152 curveto
1293 6796 1099 6855 1143 7060 1116 curveto
1294 7075 1114 7091 1110 7106 1108 curveto
1295 stroke
1296 0.000 0.000 0.000 edgecolor
1297 newpath 7106.88 1111.39 moveto
1298 7116 1106 lineto
1299 7105.51 1104.53 lineto
1300 closepath fill
1301 1 setlinewidth
1302 solid
1303 0.000 0.000 0.000 edgecolor
1304 newpath 7106.88 1111.39 moveto
1305 7116 1106 lineto
1306 7105.51 1104.53 lineto
1307 closepath stroke
1308 grestore
1309 % cmcimicmm
1310 gsave
1311 1 setlinewidth
1312 0.000 0.000 0.000 nodecolor
1313 3098 1026 41.19 18 ellipse_path stroke
1314 0.000 0.000 0.000 nodecolor
1315 14 /Times-Roman set_font
1316 3076 1021.9 moveto 44 (c-ci-ic--) alignedtext
1317 grestore
1318 % cimimicmm->cmcimicmm
1319 gsave
1320 1 setlinewidth
1321 0.000 0.000 0.000 edgecolor
1322 newpath 6152 1374 moveto
1323 6146 1372 6139 1369 6133 1368 curveto
1324 5956 1327 5905 1364 5727 1332 curveto
1325 5580 1305 5225 1177 5077 1152 curveto
1326 4632 1075 4515 1104 4063 1080 curveto
1327 3860 1068 3348 1082 3148 1044 curveto
1328 3144 1043 3141 1042 3138 1041 curveto
1329 stroke
1330 0.000 0.000 0.000 edgecolor
1331 newpath 3138.58 1037.52 moveto
1332 3128 1038 lineto
1333 3136.57 1044.23 lineto
1334 closepath fill
1335 1 setlinewidth
1336 solid
1337 0.000 0.000 0.000 edgecolor
1338 newpath 3138.58 1037.52 moveto
1339 3128 1038 lineto
1340 3136.57 1044.23 lineto
1341 closepath stroke
1342 grestore
1343 % cimimmcmc
1344 gsave
1345 1 setlinewidth
1346 0.000 0.000 0.000 nodecolor
1347 7001 1242 41.19 18 ellipse_path stroke
1348 0.000 0.000 0.000 nodecolor
1349 14 /Times-Roman set_font
1350 6979 1237.9 moveto 44 (ci-i--c-c) alignedtext
1351 grestore
1352 % cimimimmc->cimimmcmc
1353 gsave
1354 1 setlinewidth
1355 0.000 0.000 0.000 edgecolor
1356 newpath 6113 1373 moveto
1357 6120 1371 6126 1369 6133 1368 curveto
1358 6200 1354 7319 1381 7367 1332 curveto
1359 7378 1320 7377 1307 7367 1296 curveto
1360 7320 1244 7123 1274 7056 1260 curveto
1361 7052 1259 7047 1258 7043 1257 curveto
1362 stroke
1363 0.000 0.000 0.000 edgecolor
1364 newpath 7043.58 1253.52 moveto
1365 7033 1254 lineto
1366 7041.57 1260.23 lineto
1367 closepath fill
1368 1 setlinewidth
1369 solid
1370 0.000 0.000 0.000 edgecolor
1371 newpath 7043.58 1253.52 moveto
1372 7033 1254 lineto
1373 7041.57 1260.23 lineto
1374 closepath stroke
1375 grestore
1376 % cmcimimmc
1377 gsave
1378 1 setlinewidth
1379 0.000 0.000 0.000 nodecolor
1380 3399 1098 41.19 18 ellipse_path stroke
1381 0.000 0.000 0.000 nodecolor
1382 14 /Times-Roman set_font
1383 3377 1093.9 moveto 44 (c-ci-i--c) alignedtext
1384 grestore
1385 % cimimimmc->cmcimimmc
1386 gsave
1387 1 setlinewidth
1388 0.000 0.000 0.000 edgecolor
1389 newpath 6055 1374 moveto
1390 6047 1372 6040 1370 6032 1368 curveto
1391 5853 1330 5803 1364 5624 1332 curveto
1392 5480 1305 5132 1173 4986 1152 curveto
1393 4649 1101 3785 1178 3449 1116 curveto
1394 3445 1115 3442 1114 3439 1113 curveto
1395 stroke
1396 0.000 0.000 0.000 edgecolor
1397 newpath 3439.58 1109.52 moveto
1398 3429 1110 lineto
1399 3437.57 1116.23 lineto
1400 closepath fill
1401 1 setlinewidth
1402 solid
1403 0.000 0.000 0.000 edgecolor
1404 newpath 3439.58 1109.52 moveto
1405 3429 1110 lineto
1406 3437.57 1116.23 lineto
1407 closepath stroke
1408 grestore
1409 % cmmimicmc
1410 gsave
1411 1 setlinewidth
1412 0.000 0.000 0.000 nodecolor
1413 5724 1098 41.19 18 ellipse_path stroke
1414 0.000 0.000 0.000 nodecolor
1415 14 /Times-Roman set_font
1416 5702 1093.9 moveto 44 (c--i-ic-c) alignedtext
1417 grestore
1418 % cmmimimic->cmmimicmc
1419 gsave
1420 1 setlinewidth
1421 0.000 0.000 0.000 edgecolor
1422 newpath 5694 1373 moveto
1423 5742 1348 5841 1294 5858 1260 curveto
1424 5879 1215 5866 1189 5834 1152 curveto
1425 5817 1132 5791 1119 5769 1110 curveto
1426 stroke
1427 0.000 0.000 0.000 edgecolor
1428 newpath 5769.58 1106.52 moveto
1429 5759 1107 lineto
1430 5767.57 1113.23 lineto
1431 closepath fill
1432 1 setlinewidth
1433 solid
1434 0.000 0.000 0.000 edgecolor
1435 newpath 5769.58 1106.52 moveto
1436 5759 1107 lineto
1437 5767.57 1113.23 lineto
1438 closepath stroke
1439 grestore
1440 % cmcmmimic
1441 gsave
1442 1 setlinewidth
1443 0.000 0.000 0.000 nodecolor
1444 3303 1242 41.19 18 ellipse_path stroke
1445 0.000 0.000 0.000 nodecolor
1446 14 /Times-Roman set_font
1447 3281 1237.9 moveto 44 (c-c--i-ic) alignedtext
1448 grestore
1449 % cmmimimic->cmcmmimic
1450 gsave
1451 1 setlinewidth
1452 0.000 0.000 0.000 edgecolor
1453 newpath 5630 1382 moveto
1454 5590 1378 5525 1371 5468 1368 curveto
1455 4999 1338 4880 1370 4411 1332 curveto
1456 4290 1321 4262 1306 4140 1296 curveto
1457 3792 1264 3697 1328 3353 1260 curveto
1458 3349 1259 3346 1258 3343 1257 curveto
1459 stroke
1460 0.000 0.000 0.000 edgecolor
1461 newpath 3343.58 1253.52 moveto
1462 3333 1254 lineto
1463 3341.57 1260.23 lineto
1464 closepath fill
1465 1 setlinewidth
1466 solid
1467 0.000 0.000 0.000 edgecolor
1468 newpath 3343.58 1253.52 moveto
1469 3333 1254 lineto
1470 3341.57 1260.23 lineto
1471 closepath stroke
1472 grestore
1473 % mmcimicmc
1474 gsave
1475 1 setlinewidth
1476 0.000 0.000 0.000 nodecolor
1477 4970 1026 41.19 18 ellipse_path stroke
1478 0.000 0.000 0.000 nodecolor
1479 14 /Times-Roman set_font
1480 4948 1021.9 moveto 44 (--ci-ic-c) alignedtext
1481 grestore
1482 % mmcimimic->mmcimicmc
1483 gsave
1484 1 setlinewidth
1485 0.000 0.000 0.000 edgecolor
1486 newpath 5736 1373 moveto
1487 5615 1318 5146 1105 5008 1043 curveto
1488 stroke
1489 0.000 0.000 0.000 edgecolor
1490 newpath 5009.56 1039.86 moveto
1491 4999 1039 lineto
1492 5006.72 1046.26 lineto
1493 closepath fill
1494 1 setlinewidth
1495 solid
1496 0.000 0.000 0.000 edgecolor
1497 newpath 5009.56 1039.86 moveto
1498 4999 1039 lineto
1499 5006.72 1046.26 lineto
1500 closepath stroke
1501 grestore
1502 % mmcmcimic
1503 gsave
1504 1 setlinewidth
1505 0.000 0.000 0.000 nodecolor
1506 3049 1098 41.19 18 ellipse_path stroke
1507 0.000 0.000 0.000 nodecolor
1508 14 /Times-Roman set_font
1509 3027 1093.9 moveto 44 (--c-ci-ic) alignedtext
1510 grestore
1511 % mmcimimic->mmcmcimic
1512 gsave
1513 1 setlinewidth
1514 0.000 0.000 0.000 edgecolor
1515 newpath 5735 1374 moveto
1516 5729 1372 5722 1369 5716 1368 curveto
1517 5627 1343 5602 1349 5510 1332 curveto
1518 5349 1301 5309 1294 5148 1260 curveto
1519 5079 1245 5063 1236 4993 1224 curveto
1520 4766 1181 4708 1171 4477 1152 curveto
1521 3886 1102 3733 1179 3143 1116 curveto
1522 3128 1114 3111 1111 3096 1108 curveto
1523 stroke
1524 0.000 0.000 0.000 edgecolor
1525 newpath 3096.49 1104.53 moveto
1526 3086 1106 lineto
1527 3095.12 1111.39 lineto
1528 closepath fill
1529 1 setlinewidth
1530 solid
1531 0.000 0.000 0.000 edgecolor
1532 newpath 3096.49 1104.53 moveto
1533 3086 1106 lineto
1534 3095.12 1111.39 lineto
1535 closepath stroke
1536 grestore
1537 % cimimi_ccimimi
1538 gsave
1539 1 setlinewidth
1540 0.000 0.000 0.000 nodecolor
1541 6480 1530 55.79 18 ellipse_path stroke
1542 0.000 0.000 0.000 nodecolor
1543 14 /Times-Roman set_font
1544 6447.5 1525.9 moveto 65 (ci-i-i=cci-i-i) alignedtext
1545 grestore
1546 % cimimi_ccimimi->cimimic_ccimimic
1547 gsave
1548 1 setlinewidth
1549 0.000 0.000 0.000 edgecolor
1550 newpath 6509 1515 moveto
1551 6529 1505 6555 1490 6576 1479 curveto
1552 stroke
1553 0.000 0.000 0.000 edgecolor
1554 newpath 6577.96 1481.92 moveto
1555 6585 1474 lineto
1556 6574.56 1475.8 lineto
1557 closepath fill
1558 1 setlinewidth
1559 solid
1560 0.000 0.000 0.000 edgecolor
1561 newpath 6577.96 1481.92 moveto
1562 6585 1474 lineto
1563 6574.56 1475.8 lineto
1564 closepath stroke
1565 grestore
1566 % cimimimm_ccimimimm
1567 gsave
1568 1 setlinewidth
1569 0.000 0.000 0.000 nodecolor
1570 6767 1458 68.79 18 ellipse_path stroke
1571 0.000 0.000 0.000 nodecolor
1572 14 /Times-Roman set_font
1573 6725.5 1453.9 moveto 83 (ci-i-i--=cci-i-i--) alignedtext
1574 grestore
1575 % cimimi_ccimimi->cimimimm_ccimimimm
1576 gsave
1577 1 setlinewidth
1578 0.000 0.000 0.000 edgecolor
1579 newpath 6523 1518 moveto
1580 6532 1516 6541 1514 6550 1512 curveto
1581 6603 1498 6663 1483 6706 1472 curveto
1582 stroke
1583 0.000 0.000 0.000 edgecolor
1584 newpath 6706.88 1475.39 moveto
1585 6716 1470 lineto
1586 6705.51 1468.53 lineto
1587 closepath fill
1588 1 setlinewidth
1589 solid
1590 0.000 0.000 0.000 edgecolor
1591 newpath 6706.88 1475.39 moveto
1592 6716 1470 lineto
1593 6705.51 1468.53 lineto
1594 closepath stroke
1595 grestore
1596 % cmmimimi_ccmmimimi
1597 gsave
1598 1 setlinewidth
1599 0.000 0.000 0.000 nodecolor
1600 5827 1458 68.79 18 ellipse_path stroke
1601 0.000 0.000 0.000 nodecolor
1602 14 /Times-Roman set_font
1603 5785.5 1453.9 moveto 83 (c--i-i-i=cc--i-i-i) alignedtext
1604 grestore
1605 % cimimi_ccimimi->cmmimimi_ccmmimimi
1606 gsave
1607 1 setlinewidth
1608 0.000 0.000 0.000 edgecolor
1609 newpath 6432 1520 moveto
1610 6415 1517 6395 1514 6377 1512 curveto
1611 6170 1486 6115 1506 5910 1476 curveto
1612 5903 1475 5896 1473 5888 1472 curveto
1613 stroke
1614 0.000 0.000 0.000 edgecolor
1615 newpath 5888.49 1468.53 moveto
1616 5878 1470 lineto
1617 5887.12 1475.39 lineto
1618 closepath fill
1619 1 setlinewidth
1620 solid
1621 0.000 0.000 0.000 edgecolor
1622 newpath 5888.49 1468.53 moveto
1623 5878 1470 lineto
1624 5887.12 1475.39 lineto
1625 closepath stroke
1626 grestore
1627 % mmcimimi
1628 gsave
1629 1 setlinewidth
1630 0.000 0.000 0.000 nodecolor
1631 6498 1458 34.24 18 ellipse_path stroke
1632 0.000 0.000 0.000 nodecolor
1633 14 /Times-Roman set_font
1634 6481 1453.9 moveto 34 (--ci-i-i) alignedtext
1635 grestore
1636 % cimimi_ccimimi->mmcimimi
1637 gsave
1638 1 setlinewidth
1639 0.000 0.000 0.000 edgecolor
1640 newpath 6485 1512 moveto
1641 6487 1504 6489 1495 6491 1486 curveto
1642 stroke
1643 0.000 0.000 0.000 edgecolor
1644 newpath 6494.48 1486.58 moveto
1645 6494 1476 lineto
1646 6487.77 1484.57 lineto
1647 closepath fill
1648 1 setlinewidth
1649 solid
1650 0.000 0.000 0.000 edgecolor
1651 newpath 6494.48 1486.58 moveto
1652 6494 1476 lineto
1653 6487.77 1484.57 lineto
1654 closepath stroke
1655 grestore
1656 % cimimimm_ccimimimm->cimimicmm
1657 gsave
1658 1 setlinewidth
1659 0.000 0.000 0.000 edgecolor
1660 newpath 6718 1445 moveto
1661 6708 1443 6698 1441 6689 1440 curveto
1662 6488 1409 6432 1444 6234 1404 curveto
1663 6229 1403 6225 1402 6221 1400 curveto
1664 stroke
1665 0.000 0.000 0.000 edgecolor
1666 newpath 6221.58 1396.52 moveto
1667 6211 1397 lineto
1668 6219.57 1403.23 lineto
1669 closepath fill
1670 1 setlinewidth
1671 solid
1672 0.000 0.000 0.000 edgecolor
1673 newpath 6221.58 1396.52 moveto
1674 6211 1397 lineto
1675 6219.57 1403.23 lineto
1676 closepath stroke
1677 grestore
1678 % cimimimm_ccimimimm->cimimimmc
1679 gsave
1680 1 setlinewidth
1681 0.000 0.000 0.000 edgecolor
1682 newpath 6718 1445 moveto
1683 6708 1443 6698 1441 6689 1440 curveto
1684 6443 1404 6375 1456 6133 1404 curveto
1685 6130 1404 6127 1403 6124 1402 curveto
1686 stroke
1687 0.000 0.000 0.000 edgecolor
1688 newpath 6124.58 1398.46 moveto
1689 6114 1398 lineto
1690 6121.98 1404.96 lineto
1691 closepath fill
1692 1 setlinewidth
1693 solid
1694 0.000 0.000 0.000 edgecolor
1695 newpath 6124.58 1398.46 moveto
1696 6114 1398 lineto
1697 6121.98 1404.96 lineto
1698 closepath stroke
1699 grestore
1700 % cimicmmcm
1701 gsave
1702 1 setlinewidth
1703 0.000 0.000 0.000 nodecolor
1704 6645 1386 41.19 18 ellipse_path stroke
1705 0.000 0.000 0.000 nodecolor
1706 14 /Times-Roman set_font
1707 6623 1381.9 moveto 44 (ci-ic--c-) alignedtext
1708 grestore
1709 % cimimimm_ccimimimm->cimicmmcm
1710 gsave
1711 1 setlinewidth
1712 0.000 0.000 0.000 edgecolor
1713 newpath 6739 1441 moveto
1714 6721 1431 6698 1417 6679 1406 curveto
1715 stroke
1716 0.000 0.000 0.000 edgecolor
1717 newpath 6680.44 1402.8 moveto
1718 6670 1401 lineto
1719 6677.04 1408.92 lineto
1720 closepath fill
1721 1 setlinewidth
1722 solid
1723 0.000 0.000 0.000 edgecolor
1724 newpath 6680.44 1402.8 moveto
1725 6670 1401 lineto
1726 6677.04 1408.92 lineto
1727 closepath stroke
1728 grestore
1729 % cmcimimm_ccmcimimm
1730 gsave
1731 1 setlinewidth
1732 0.000 0.000 0.000 nodecolor
1733 3627 1170 73.16 18 ellipse_path stroke
1734 0.000 0.000 0.000 nodecolor
1735 14 /Times-Roman set_font
1736 3582 1165.9 moveto 90 (c-ci-i--=cc-ci-i--) alignedtext
1737 grestore
1738 % cimimimm_ccimimimm->cmcimimm_ccmcimimm
1739 gsave
1740 1 setlinewidth
1741 0.000 0.000 0.000 edgecolor
1742 newpath 6718 1445 moveto
1743 6708 1443 6698 1441 6689 1440 curveto
1744 6521 1412 6473 1446 6310 1404 curveto
1745 6271 1394 6267 1377 6229 1368 curveto
1746 6033 1318 5976 1351 5776 1332 curveto
1747 5374 1291 5276 1254 4872 1224 curveto
1748 4357 1185 4223 1251 3709 1188 curveto
1749 3702 1187 3696 1186 3689 1185 curveto
1750 stroke
1751 0.000 0.000 0.000 edgecolor
1752 newpath 3689.49 1181.53 moveto
1753 3679 1183 lineto
1754 3688.12 1188.39 lineto
1755 closepath fill
1756 1 setlinewidth
1757 solid
1758 0.000 0.000 0.000 edgecolor
1759 newpath 3689.49 1181.53 moveto
1760 3679 1183 lineto
1761 3688.12 1188.39 lineto
1762 closepath stroke
1763 grestore
1764 % cmmimimi_ccmmimimi->cmmimimic
1765 gsave
1766 1 setlinewidth
1767 0.000 0.000 0.000 edgecolor
1768 newpath 5792 1442 moveto
1769 5767 1430 5732 1415 5705 1403 curveto
1770 stroke
1771 0.000 0.000 0.000 edgecolor
1772 newpath 5706.56 1399.86 moveto
1773 5696 1399 lineto
1774 5703.72 1406.26 lineto
1775 closepath fill
1776 1 setlinewidth
1777 solid
1778 0.000 0.000 0.000 edgecolor
1779 newpath 5706.56 1399.86 moveto
1780 5696 1399 lineto
1781 5703.72 1406.26 lineto
1782 closepath stroke
1783 grestore
1784 % cmmimicm_ccmmimicm
1785 gsave
1786 1 setlinewidth
1787 0.000 0.000 0.000 nodecolor
1788 5660 1170 73.16 18 ellipse_path stroke
1789 0.000 0.000 0.000 nodecolor
1790 14 /Times-Roman set_font
1791 5615 1165.9 moveto 90 (c--i-ic-=cc--i-ic-) alignedtext
1792 grestore
1793 % cmmimimi_ccmmimimi->cmmimicm_ccmmimicm
1794 gsave
1795 1 setlinewidth
1796 0.000 0.000 0.000 edgecolor
1797 newpath 5829 1440 moveto
1798 5832 1397 5834 1289 5782 1224 curveto
1799 5767 1206 5746 1194 5725 1185 curveto
1800 stroke
1801 0.000 0.000 0.000 edgecolor
1802 newpath 5725.58 1181.52 moveto
1803 5715 1182 lineto
1804 5723.57 1188.23 lineto
1805 closepath fill
1806 1 setlinewidth
1807 solid
1808 0.000 0.000 0.000 edgecolor
1809 newpath 5725.58 1181.52 moveto
1810 5715 1182 lineto
1811 5723.57 1188.23 lineto
1812 closepath stroke
1813 grestore
1814 % cmcmmcimi
1815 gsave
1816 1 setlinewidth
1817 0.000 0.000 0.000 nodecolor
1818 2437 1386 41.19 18 ellipse_path stroke
1819 0.000 0.000 0.000 nodecolor
1820 14 /Times-Roman set_font
1821 2415 1381.9 moveto 44 (c-c--ci-i) alignedtext
1822 grestore
1823 % cmmimimi_ccmmimimi->cmcmmcimi
1824 gsave
1825 1 setlinewidth
1826 0.000 0.000 0.000 edgecolor
1827 newpath 5767 1449 moveto
1828 5738 1446 5704 1442 5673 1440 curveto
1829 5320 1417 2836 1466 2487 1404 curveto
1830 2483 1403 2480 1402 2477 1401 curveto
1831 stroke
1832 0.000 0.000 0.000 edgecolor
1833 newpath 2477.58 1397.52 moveto
1834 2467 1398 lineto
1835 2475.57 1404.23 lineto
1836 closepath fill
1837 1 setlinewidth
1838 solid
1839 0.000 0.000 0.000 edgecolor
1840 newpath 2477.58 1397.52 moveto
1841 2467 1398 lineto
1842 2475.57 1404.23 lineto
1843 closepath stroke
1844 grestore
1845 % cmmcimimi
1846 gsave
1847 1 setlinewidth
1848 0.000 0.000 0.000 nodecolor
1849 4996 1386 39.11 18 ellipse_path stroke
1850 0.000 0.000 0.000 nodecolor
1851 14 /Times-Roman set_font
1852 4975.5 1381.9 moveto 41 (c--ci-i-i) alignedtext
1853 grestore
1854 % cmmimimi_ccmmimimi->cmmcimimi
1855 gsave
1856 1 setlinewidth
1857 0.000 0.000 0.000 edgecolor
1858 newpath 5769 1448 moveto
1859 5749 1445 5727 1442 5706 1440 curveto
1860 5432 1411 5361 1438 5087 1404 curveto
1861 5073 1402 5056 1399 5042 1396 curveto
1862 stroke
1863 0.000 0.000 0.000 edgecolor
1864 newpath 5042.49 1392.53 moveto
1865 5032 1394 lineto
1866 5041.12 1399.39 lineto
1867 closepath fill
1868 1 setlinewidth
1869 solid
1870 0.000 0.000 0.000 edgecolor
1871 newpath 5042.49 1392.53 moveto
1872 5032 1394 lineto
1873 5041.12 1399.39 lineto
1874 closepath stroke
1875 grestore
1876 % mmcimimi->mmcimimic
1877 gsave
1878 1 setlinewidth
1879 0.000 0.000 0.000 edgecolor
1880 newpath 6472 1446 moveto
1881 6465 1444 6457 1441 6450 1440 curveto
1882 6174 1381 6093 1457 5817 1404 curveto
1883 5813 1403 5808 1402 5804 1401 curveto
1884 stroke
1885 0.000 0.000 0.000 edgecolor
1886 newpath 5804.58 1397.52 moveto
1887 5794 1398 lineto
1888 5802.57 1404.23 lineto
1889 closepath fill
1890 1 setlinewidth
1891 solid
1892 0.000 0.000 0.000 edgecolor
1893 newpath 5804.58 1397.52 moveto
1894 5794 1398 lineto
1895 5802.57 1404.23 lineto
1896 closepath stroke
1897 grestore
1898 % mmcimicm
1899 gsave
1900 1 setlinewidth
1901 0.000 0.000 0.000 nodecolor
1902 4883 1098 37.02 18 ellipse_path stroke
1903 0.000 0.000 0.000 nodecolor
1904 14 /Times-Roman set_font
1905 4864 1093.9 moveto 38 (--ci-ic-) alignedtext
1906 grestore
1907 % mmcimimi->mmcimicm
1908 gsave
1909 1 setlinewidth
1910 0.000 0.000 0.000 edgecolor
1911 newpath 6471 1447 moveto
1912 6465 1444 6457 1442 6450 1440 curveto
1913 6270 1399 6217 1441 6037 1404 curveto
1914 5988 1393 5979 1378 5931 1368 curveto
1915 5796 1337 5758 1361 5624 1332 curveto
1916 5368 1276 5313 1229 5062 1152 curveto
1917 5015 1137 4961 1121 4925 1110 curveto
1918 stroke
1919 0.000 0.000 0.000 edgecolor
1920 newpath 4925.58 1106.52 moveto
1921 4915 1107 lineto
1922 4923.57 1113.23 lineto
1923 closepath fill
1924 1 setlinewidth
1925 solid
1926 0.000 0.000 0.000 edgecolor
1927 newpath 4925.58 1106.52 moveto
1928 4915 1107 lineto
1929 4923.57 1113.23 lineto
1930 closepath stroke
1931 grestore
1932 % mmcmcimi
1933 gsave
1934 1 setlinewidth
1935 0.000 0.000 0.000 nodecolor
1936 2944 1170 37.02 18 ellipse_path stroke
1937 0.000 0.000 0.000 nodecolor
1938 14 /Times-Roman set_font
1939 2925 1165.9 moveto 38 (--c-ci-i) alignedtext
1940 grestore
1941 % mmcimimi->mmcmcimi
1942 gsave
1943 1 setlinewidth
1944 0.000 0.000 0.000 edgecolor
1945 newpath 6472 1446 moveto
1946 6465 1444 6457 1441 6450 1440 curveto
1947 6255 1396 6201 1430 6004 1404 curveto
1948 5917 1392 5897 1380 5812 1368 curveto
1949 5668 1346 5631 1348 5486 1332 curveto
1950 5469 1330 4888 1267 4872 1260 curveto
1951 4853 1250 4859 1232 4839 1224 curveto
1952 4750 1183 3177 1195 3079 1188 curveto
1953 3049 1185 3015 1181 2989 1177 curveto
1954 stroke
1955 0.000 0.000 0.000 edgecolor
1956 newpath 2989.3 1173.51 moveto
1957 2979 1176 lineto
1958 2988.6 1180.48 lineto
1959 closepath fill
1960 1 setlinewidth
1961 solid
1962 0.000 0.000 0.000 edgecolor
1963 newpath 2989.3 1173.51 moveto
1964 2979 1176 lineto
1965 2988.6 1180.48 lineto
1966 closepath stroke
1967 grestore
1968 % mmcimimi->cmmcimimi
1969 gsave
1970 1 setlinewidth
1971 0.000 0.000 0.000 edgecolor
1972 newpath 6468 1450 moveto
1973 6452 1446 6434 1442 6417 1440 curveto
1974 5861 1370 5717 1442 5158 1404 curveto
1975 5119 1400 5076 1396 5044 1392 curveto
1976 stroke
1977 0.000 0.000 0.000 edgecolor
1978 newpath 5044.3 1388.51 moveto
1979 5034 1391 lineto
1980 5043.6 1395.48 lineto
1981 closepath fill
1982 1 setlinewidth
1983 solid
1984 0.000 0.000 0.000 edgecolor
1985 newpath 5044.3 1388.51 moveto
1986 5034 1391 lineto
1987 5043.6 1395.48 lineto
1988 closepath stroke
1989 grestore
1990 % icmcmcic_iicmcmcic
1991 gsave
1992 1 setlinewidth
1993 0.000 0.000 0.000 nodecolor
1994 6965 1818 77.13 18 ellipse_path stroke
1995 0.000 0.000 0.000 nodecolor
1996 14 /Times-Roman set_font
1997 6917.5 1813.9 moveto 95 (ic-c-cic=iic-c-cic) alignedtext
1998 grestore
1999 % icmcmcic_iicmcmcic->cicmcmcic
2000 gsave
2001 1 setlinewidth
2002 0.000 0.000 0.000 edgecolor
2003 newpath 7019 1805 moveto
2004 7075 1791 7162 1771 7216 1757 curveto
2005 stroke
2006 0.000 0.000 0.000 edgecolor
2007 newpath 7216.88 1760.39 moveto
2008 7226 1755 lineto
2009 7215.51 1753.53 lineto
2010 closepath fill
2011 1 setlinewidth
2012 solid
2013 0.000 0.000 0.000 edgecolor
2014 newpath 7216.88 1760.39 moveto
2015 7226 1755 lineto
2016 7215.51 1753.53 lineto
2017 closepath stroke
2018 grestore
2019 % icmcmc_iicmcmc_icicmcmc
2020 gsave
2021 1 setlinewidth
2022 0.000 0.000 0.000 nodecolor
2023 7280 1674 98.17 18 ellipse_path stroke
2024 0.000 0.000 0.000 nodecolor
2025 14 /Times-Roman set_font
2026 7217 1669.9 moveto 126 (ic-c-c=iic-c-c=icic-c-c) alignedtext
2027 grestore
2028 % icmcmcic_iicmcmcic->icmcmc_iicmcmc_icicmcmc
2029 gsave
2030 1 setlinewidth
2031 0.000 0.000 0.000 edgecolor
2032 newpath 7007 1803 moveto
2033 7032 1793 7064 1779 7092 1764 curveto
2034 7115 1750 7116 1740 7140 1728 curveto
2035 7165 1714 7194 1702 7219 1693 curveto
2036 stroke
2037 0.000 0.000 0.000 edgecolor
2038 newpath 7220.43 1696.23 moveto
2039 7229 1690 lineto
2040 7218.42 1689.52 lineto
2041 closepath fill
2042 1 setlinewidth
2043 solid
2044 0.000 0.000 0.000 edgecolor
2045 newpath 7220.43 1696.23 moveto
2046 7229 1690 lineto
2047 7218.42 1689.52 lineto
2048 closepath stroke
2049 grestore
2050 % icmmcic_iicmmcic_icicmmcic
2051 gsave
2052 1 setlinewidth
2053 0.000 0.000 0.000 nodecolor
2054 7539 1674 104.93 18 ellipse_path stroke
2055 0.000 0.000 0.000 nodecolor
2056 14 /Times-Roman set_font
2057 7471.5 1669.9 moveto 135 (ic--cic=iic--cic=icic--cic) alignedtext
2058 grestore
2059 % icmcmcic_iicmcmcic->icmmcic_iicmmcic_icicmmcic
2060 gsave
2061 1 setlinewidth
2062 0.000 0.000 0.000 edgecolor
2063 newpath 7017 1805 moveto
2064 7050 1795 7092 1782 7127 1764 curveto
2065 7151 1751 7152 1738 7178 1728 curveto
2066 7202 1717 7345 1698 7443 1685 curveto
2067 stroke
2068 0.000 0.000 0.000 edgecolor
2069 newpath 7443.4 1688.48 moveto
2070 7453 1684 lineto
2071 7442.7 1681.51 lineto
2072 closepath fill
2073 1 setlinewidth
2074 solid
2075 0.000 0.000 0.000 edgecolor
2076 newpath 7443.4 1688.48 moveto
2077 7453 1684 lineto
2078 7442.7 1681.51 lineto
2079 closepath stroke
2080 grestore
2081 % icmcmc_iicmcmc_icicmcmc->cicmcmc_ccicmcmc
2082 gsave
2083 1 setlinewidth
2084 0.000 0.000 0.000 edgecolor
2085 newpath 7342 1660 moveto
2086 7397 1648 7477 1629 7532 1616 curveto
2087 stroke
2088 0.000 0.000 0.000 edgecolor
2089 newpath 7532.88 1619.39 moveto
2090 7542 1614 lineto
2091 7531.51 1612.53 lineto
2092 closepath fill
2093 1 setlinewidth
2094 solid
2095 0.000 0.000 0.000 edgecolor
2096 newpath 7532.88 1619.39 moveto
2097 7542 1614 lineto
2098 7531.51 1612.53 lineto
2099 closepath stroke
2100 grestore
2101 % icmcmcmm_iicmcmcmm
2102 gsave
2103 1 setlinewidth
2104 0.000 0.000 0.000 nodecolor
2105 7748 1458 75.94 18 ellipse_path stroke
2106 0.000 0.000 0.000 nodecolor
2107 14 /Times-Roman set_font
2108 7701 1453.9 moveto 94 (ic-c-c--=iic-c-c--) alignedtext
2109 grestore
2110 % icmcmc_iicmcmc_icicmcmc->icmcmcmm_iicmcmcmm
2111 gsave
2112 1 setlinewidth
2113 0.000 0.000 0.000 edgecolor
2114 newpath 7361 1664 moveto
2115 7475 1649 7673 1623 7681 1620 curveto
2116 7701 1609 7698 1594 7719 1584 curveto
2117 7811 1538 7881 1626 7948 1548 curveto
2118 7958 1535 7957 1524 7948 1512 curveto
2119 7933 1491 7874 1478 7824 1469 curveto
2120 stroke
2121 0.000 0.000 0.000 edgecolor
2122 newpath 7824.49 1465.53 moveto
2123 7814 1467 lineto
2124 7823.12 1472.39 lineto
2125 closepath fill
2126 1 setlinewidth
2127 solid
2128 0.000 0.000 0.000 edgecolor
2129 newpath 7824.49 1465.53 moveto
2130 7814 1467 lineto
2131 7823.12 1472.39 lineto
2132 closepath stroke
2133 grestore
2134 % immicmcmc
2135 gsave
2136 1 setlinewidth
2137 0.000 0.000 0.000 nodecolor
2138 4797 1602 41.19 18 ellipse_path stroke
2139 0.000 0.000 0.000 nodecolor
2140 14 /Times-Roman set_font
2141 4775 1597.9 moveto 44 (i--ic-c-c) alignedtext
2142 grestore
2143 % icmcmc_iicmcmc_icicmcmc->immicmcmc
2144 gsave
2145 1 setlinewidth
2146 0.000 0.000 0.000 edgecolor
2147 newpath 7202 1663 moveto
2148 7179 1660 7153 1657 7130 1656 curveto
2149 6151 1589 5900 1697 4923 1620 curveto
2150 4898 1617 4869 1614 4845 1611 curveto
2151 stroke
2152 0.000 0.000 0.000 edgecolor
2153 newpath 4845.49 1607.53 moveto
2154 4835 1609 lineto
2155 4844.12 1614.39 lineto
2156 closepath fill
2157 1 setlinewidth
2158 solid
2159 0.000 0.000 0.000 edgecolor
2160 newpath 4845.49 1607.53 moveto
2161 4835 1609 lineto
2162 4844.12 1614.39 lineto
2163 closepath stroke
2164 grestore
2165 % icmmc_iicmmc_icicmmc
2166 gsave
2167 1 setlinewidth
2168 0.000 0.000 0.000 nodecolor
2169 7813 1602 84.78 18 ellipse_path stroke
2170 0.000 0.000 0.000 nodecolor
2171 14 /Times-Roman set_font
2172 7760 1597.9 moveto 106 (ic--c=iic--c=icic--c) alignedtext
2173 grestore
2174 % icmcmc_iicmcmc_icicmcmc->icmmc_iicmmc_icicmmc
2175 gsave
2176 1 setlinewidth
2177 0.000 0.000 0.000 edgecolor
2178 newpath 7361 1664 moveto
2179 7486 1648 7711 1620 7714 1620 curveto
2180 7722 1619 7731 1617 7739 1616 curveto
2181 stroke
2182 0.000 0.000 0.000 edgecolor
2183 newpath 7739.88 1619.39 moveto
2184 7749 1614 lineto
2185 7738.51 1612.53 lineto
2186 closepath fill
2187 1 setlinewidth
2188 solid
2189 0.000 0.000 0.000 edgecolor
2190 newpath 7739.88 1619.39 moveto
2191 7749 1614 lineto
2192 7738.51 1612.53 lineto
2193 closepath stroke
2194 grestore
2195 % icmmcic_iicmmcic_icicmmcic->cicmmcic_ccicmmcic
2196 gsave
2197 1 setlinewidth
2198 0.000 0.000 0.000 edgecolor
2199 newpath 7622 1663 moveto
2200 7697 1653 7809 1637 7907 1620 curveto
2201 7914 1619 7920 1617 7927 1616 curveto
2202 stroke
2203 0.000 0.000 0.000 edgecolor
2204 newpath 7927.88 1619.39 moveto
2205 7937 1614 lineto
2206 7926.51 1612.53 lineto
2207 closepath fill
2208 1 setlinewidth
2209 solid
2210 0.000 0.000 0.000 edgecolor
2211 newpath 7927.88 1619.39 moveto
2212 7937 1614 lineto
2213 7926.51 1612.53 lineto
2214 closepath stroke
2215 grestore
2216 % icmmcic_iicmmcic_icicmmcic->icmmc_iicmmc_icicmmc
2217 gsave
2218 1 setlinewidth
2219 0.000 0.000 0.000 edgecolor
2220 newpath 7596 1659 moveto
2221 7641 1647 7703 1631 7749 1619 curveto
2222 stroke
2223 0.000 0.000 0.000 edgecolor
2224 newpath 7750.43 1622.23 moveto
2225 7759 1616 lineto
2226 7748.42 1615.52 lineto
2227 closepath fill
2228 1 setlinewidth
2229 solid
2230 0.000 0.000 0.000 edgecolor
2231 newpath 7750.43 1622.23 moveto
2232 7759 1616 lineto
2233 7748.42 1615.52 lineto
2234 closepath stroke
2235 grestore
2236 % icmmcicmm
2237 gsave
2238 1 setlinewidth
2239 0.000 0.000 0.000 nodecolor
2240 5817 1530 41.19 18 ellipse_path stroke
2241 0.000 0.000 0.000 nodecolor
2242 14 /Times-Roman set_font
2243 5795 1525.9 moveto 44 (ic--cic--) alignedtext
2244 grestore
2245 % icmmcic_iicmmcic_icicmmcic->icmmcicmm
2246 gsave
2247 1 setlinewidth
2248 0.000 0.000 0.000 edgecolor
2249 newpath 7464 1661 moveto
2250 7450 1659 7434 1657 7420 1656 curveto
2251 7165 1628 7100 1638 6845 1620 curveto
2252 6659 1606 6612 1598 6427 1584 curveto
2253 6197 1566 6138 1577 5910 1548 curveto
2254 5895 1546 5878 1542 5864 1540 curveto
2255 stroke
2256 0.000 0.000 0.000 edgecolor
2257 newpath 5864.49 1536.53 moveto
2258 5854 1538 lineto
2259 5863.12 1543.39 lineto
2260 closepath fill
2261 1 setlinewidth
2262 solid
2263 0.000 0.000 0.000 edgecolor
2264 newpath 5864.49 1536.53 moveto
2265 5854 1538 lineto
2266 5863.12 1543.39 lineto
2267 closepath stroke
2268 grestore
2269 % icmmcimmc
2270 gsave
2271 1 setlinewidth
2272 0.000 0.000 0.000 nodecolor
2273 7575 1530 41.19 18 ellipse_path stroke
2274 0.000 0.000 0.000 nodecolor
2275 14 /Times-Roman set_font
2276 7553 1525.9 moveto 44 (ic--ci--c) alignedtext
2277 grestore
2278 % icmmcic_iicmmcic_icicmmcic->icmmcimmc
2279 gsave
2280 1 setlinewidth
2281 0.000 0.000 0.000 edgecolor
2282 newpath 7465 1661 moveto
2283 7388 1648 7279 1627 7273 1620 curveto
2284 7262 1607 7262 1596 7273 1584 curveto
2285 7309 1542 7465 1560 7520 1548 curveto
2286 7525 1547 7529 1546 7533 1544 curveto
2287 stroke
2288 0.000 0.000 0.000 edgecolor
2289 newpath 7534.43 1547.23 moveto
2290 7543 1541 lineto
2291 7532.42 1540.52 lineto
2292 closepath fill
2293 1 setlinewidth
2294 solid
2295 0.000 0.000 0.000 edgecolor
2296 newpath 7534.43 1547.23 moveto
2297 7543 1541 lineto
2298 7532.42 1540.52 lineto
2299 closepath stroke
2300 grestore
2301 % icmmcmmic
2302 gsave
2303 1 setlinewidth
2304 0.000 0.000 0.000 nodecolor
2305 7185 1602 41.19 18 ellipse_path stroke
2306 0.000 0.000 0.000 nodecolor
2307 14 /Times-Roman set_font
2308 7163 1597.9 moveto 44 (ic--c--ic) alignedtext
2309 grestore
2310 % icmmcic_iicmmcic_icicmmcic->icmmcmmic
2311 gsave
2312 1 setlinewidth
2313 0.000 0.000 0.000 edgecolor
2314 newpath 7463 1661 moveto
2315 7389 1649 7281 1630 7240 1620 curveto
2316 7236 1619 7231 1617 7227 1616 curveto
2317 stroke
2318 0.000 0.000 0.000 edgecolor
2319 newpath 7227.58 1612.52 moveto
2320 7217 1613 lineto
2321 7225.57 1619.23 lineto
2322 closepath fill
2323 1 setlinewidth
2324 solid
2325 0.000 0.000 0.000 edgecolor
2326 newpath 7227.58 1612.52 moveto
2327 7217 1613 lineto
2328 7225.57 1619.23 lineto
2329 closepath stroke
2330 grestore
2331 % immcmmcic
2332 gsave
2333 1 setlinewidth
2334 0.000 0.000 0.000 nodecolor
2335 4545 1602 41.19 18 ellipse_path stroke
2336 0.000 0.000 0.000 nodecolor
2337 14 /Times-Roman set_font
2338 4523 1597.9 moveto 44 (i--c--cic) alignedtext
2339 grestore
2340 % icmmcic_iicmmcic_icicmmcic->immcmmcic
2341 gsave
2342 1 setlinewidth
2343 0.000 0.000 0.000 edgecolor
2344 newpath 7458 1663 moveto
2345 7435 1660 7410 1657 7387 1656 curveto
2346 6216 1578 5918 1680 4747 1620 curveto
2347 4695 1617 4636 1612 4595 1607 curveto
2348 stroke
2349 0.000 0.000 0.000 edgecolor
2350 newpath 4595.3 1603.51 moveto
2351 4585 1606 lineto
2352 4594.6 1610.48 lineto
2353 closepath fill
2354 1 setlinewidth
2355 solid
2356 0.000 0.000 0.000 edgecolor
2357 newpath 4595.3 1603.51 moveto
2358 4585 1606 lineto
2359 4594.6 1610.48 lineto
2360 closepath stroke
2361 grestore
2362 % mmicmmcic
2363 gsave
2364 1 setlinewidth
2365 0.000 0.000 0.000 nodecolor
2366 5171 1530 41.19 18 ellipse_path stroke
2367 0.000 0.000 0.000 nodecolor
2368 14 /Times-Roman set_font
2369 5149 1525.9 moveto 44 (--ic--cic) alignedtext
2370 grestore
2371 % icmmcic_iicmmcic_icicmmcic->mmicmmcic
2372 gsave
2373 1 setlinewidth
2374 0.000 0.000 0.000 edgecolor
2375 newpath 7465 1661 moveto
2376 7450 1659 7435 1657 7420 1656 curveto
2377 7248 1641 6038 1657 5871 1620 curveto
2378 5832 1611 5828 1593 5790 1584 curveto
2379 5561 1527 5494 1579 5259 1548 curveto
2380 5245 1546 5231 1543 5217 1540 curveto
2381 stroke
2382 0.000 0.000 0.000 edgecolor
2383 newpath 5217.49 1536.53 moveto
2384 5207 1538 lineto
2385 5216.12 1543.39 lineto
2386 closepath fill
2387 1 setlinewidth
2388 solid
2389 0.000 0.000 0.000 edgecolor
2390 newpath 5217.49 1536.53 moveto
2391 5207 1538 lineto
2392 5216.12 1543.39 lineto
2393 closepath stroke
2394 grestore
2395 % icmcmci_iicmcmci_icicmcmci
2396 gsave
2397 1 setlinewidth
2398 0.000 0.000 0.000 nodecolor
2399 6264 2034 104.93 18 ellipse_path stroke
2400 0.000 0.000 0.000 nodecolor
2401 14 /Times-Roman set_font
2402 6196.5 2029.9 moveto 135 (ic-c-ci=iic-c-ci=icic-c-ci) alignedtext
2403 grestore
2404 % icmcmci_iicmcmci_icicmcmci->cicmcmci_ccicmcmci
2405 gsave
2406 1 setlinewidth
2407 0.000 0.000 0.000 edgecolor
2408 newpath 6358 2026 moveto
2409 6447 2018 6584 2003 6702 1980 curveto
2410 6825 1956 6856 1949 6975 1908 curveto
2411 7032 1888 7095 1859 7136 1839 curveto
2412 stroke
2413 0.000 0.000 0.000 edgecolor
2414 newpath 7137.28 1842.26 moveto
2415 7145 1835 lineto
2416 7134.44 1835.86 lineto
2417 closepath fill
2418 1 setlinewidth
2419 solid
2420 0.000 0.000 0.000 edgecolor
2421 newpath 7137.28 1842.26 moveto
2422 7145 1835 lineto
2423 7134.44 1835.86 lineto
2424 closepath stroke
2425 grestore
2426 % icmcmci_iicmcmci_icicmcmci->icmcmcic_iicmcmcic
2427 gsave
2428 1 setlinewidth
2429 0.000 0.000 0.000 edgecolor
2430 newpath 6347 2023 moveto
2431 6418 2013 6525 1997 6617 1980 curveto
2432 6687 1966 6703 1958 6774 1944 curveto
2433 6855 1926 6901 1969 6957 1908 curveto
2434 6971 1892 6972 1866 6970 1846 curveto
2435 stroke
2436 0.000 0.000 0.000 edgecolor
2437 newpath 6973.48 1845.6 moveto
2438 6969 1836 lineto
2439 6966.51 1846.3 lineto
2440 closepath fill
2441 1 setlinewidth
2442 solid
2443 0.000 0.000 0.000 edgecolor
2444 newpath 6973.48 1845.6 moveto
2445 6969 1836 lineto
2446 6966.51 1846.3 lineto
2447 closepath stroke
2448 grestore
2449 % icmcmcmmi
2450 gsave
2451 1 setlinewidth
2452 0.000 0.000 0.000 nodecolor
2453 6339 1890 41.19 18 ellipse_path stroke
2454 0.000 0.000 0.000 nodecolor
2455 14 /Times-Roman set_font
2456 6317 1885.9 moveto 44 (ic-c-c--i) alignedtext
2457 grestore
2458 % icmcmci_iicmcmci_icicmcmci->icmcmcmmi
2459 gsave
2460 1 setlinewidth
2461 0.000 0.000 0.000 edgecolor
2462 newpath 6265 2016 moveto
2463 6266 1997 6270 1966 6283 1944 curveto
2464 6289 1932 6299 1921 6309 1912 curveto
2465 stroke
2466 0.000 0.000 0.000 edgecolor
2467 newpath 6311.78 1914.22 moveto
2468 6317 1905 lineto
2469 6307.17 1908.95 lineto
2470 closepath fill
2471 1 setlinewidth
2472 solid
2473 0.000 0.000 0.000 edgecolor
2474 newpath 6311.78 1914.22 moveto
2475 6317 1905 lineto
2476 6307.17 1908.95 lineto
2477 closepath stroke
2478 grestore
2479 % immcmcmci
2480 gsave
2481 1 setlinewidth
2482 0.000 0.000 0.000 nodecolor
2483 3082 1890 41.19 18 ellipse_path stroke
2484 0.000 0.000 0.000 nodecolor
2485 14 /Times-Roman set_font
2486 3060 1885.9 moveto 44 (i--c-c-ci) alignedtext
2487 grestore
2488 % icmcmci_iicmcmci_icicmcmci->immcmcmci
2489 gsave
2490 1 setlinewidth
2491 0.000 0.000 0.000 edgecolor
2492 newpath 6161 2031 moveto
2493 5789 2020 4544 1982 4502 1980 curveto
2494 3966 1954 3317 1908 3133 1894 curveto
2495 stroke
2496 0.000 0.000 0.000 edgecolor
2497 newpath 3133.3 1890.51 moveto
2498 3123 1893 lineto
2499 3132.6 1897.48 lineto
2500 closepath fill
2501 1 setlinewidth
2502 solid
2503 0.000 0.000 0.000 edgecolor
2504 newpath 3133.3 1890.51 moveto
2505 3123 1893 lineto
2506 3132.6 1897.48 lineto
2507 closepath stroke
2508 grestore
2509 % icmcmcimm
2510 gsave
2511 1 setlinewidth
2512 0.000 0.000 0.000 nodecolor
2513 5496 1746 41.19 18 ellipse_path stroke
2514 0.000 0.000 0.000 nodecolor
2515 14 /Times-Roman set_font
2516 5474 1741.9 moveto 44 (ic-c-ci--) alignedtext
2517 grestore
2518 % icmcmci_iicmcmci_icicmcmci->icmcmcimm
2519 gsave
2520 1 setlinewidth
2521 0.000 0.000 0.000 edgecolor
2522 newpath 6173 2025 moveto
2523 6120 2018 6054 2004 5999 1980 curveto
2524 5949 1958 5944 1941 5902 1908 curveto
2525 5882 1892 5880 1884 5859 1872 curveto
2526 5754 1812 5615 1774 5543 1756 curveto
2527 stroke
2528 0.000 0.000 0.000 edgecolor
2529 newpath 5543.49 1752.53 moveto
2530 5533 1754 lineto
2531 5542.12 1759.39 lineto
2532 closepath fill
2533 1 setlinewidth
2534 solid
2535 0.000 0.000 0.000 edgecolor
2536 newpath 5543.49 1752.53 moveto
2537 5533 1754 lineto
2538 5542.12 1759.39 lineto
2539 closepath stroke
2540 grestore
2541 % icmmci_iicmmci_icicmmci
2542 gsave
2543 1 setlinewidth
2544 0.000 0.000 0.000 nodecolor
2545 6517 1962 91.03 18 ellipse_path stroke
2546 0.000 0.000 0.000 nodecolor
2547 14 /Times-Roman set_font
2548 6459.5 1957.9 moveto 115 (ic--ci=iic--ci=icic--ci) alignedtext
2549 grestore
2550 % icmcmci_iicmcmci_icicmcmci->icmmci_iicmmci_icicmmci
2551 gsave
2552 1 setlinewidth
2553 0.000 0.000 0.000 edgecolor
2554 newpath 6318 2019 moveto
2555 6359 2007 6413 1992 6455 1980 curveto
2556 stroke
2557 0.000 0.000 0.000 edgecolor
2558 newpath 6456.43 1983.23 moveto
2559 6465 1977 lineto
2560 6454.42 1976.52 lineto
2561 closepath fill
2562 1 setlinewidth
2563 solid
2564 0.000 0.000 0.000 edgecolor
2565 newpath 6456.43 1983.23 moveto
2566 6465 1977 lineto
2567 6454.42 1976.52 lineto
2568 closepath stroke
2569 grestore
2570 % mmicmcmci
2571 gsave
2572 1 setlinewidth
2573 0.000 0.000 0.000 nodecolor
2574 4469 1746 41.19 18 ellipse_path stroke
2575 0.000 0.000 0.000 nodecolor
2576 14 /Times-Roman set_font
2577 4447 1741.9 moveto 44 (--ic-c-ci) alignedtext
2578 grestore
2579 % icmcmci_iicmcmci_icicmcmci->mmicmcmci
2580 gsave
2581 1 setlinewidth
2582 0.000 0.000 0.000 edgecolor
2583 newpath 6165 2028 moveto
2584 5919 2011 5281 1965 5076 1908 curveto
2585 5041 1897 5037 1881 5000 1872 curveto
2586 4824 1824 4758 1910 4591 1836 curveto
2587 4570 1826 4572 1814 4553 1800 curveto
2588 4538 1787 4519 1775 4503 1765 curveto
2589 stroke
2590 0.000 0.000 0.000 edgecolor
2591 newpath 4504.44 1761.8 moveto
2592 4494 1760 lineto
2593 4501.04 1767.92 lineto
2594 closepath fill
2595 1 setlinewidth
2596 solid
2597 0.000 0.000 0.000 edgecolor
2598 newpath 4504.44 1761.8 moveto
2599 4494 1760 lineto
2600 4501.04 1767.92 lineto
2601 closepath stroke
2602 grestore
2603 % icmcmcmcm
2604 gsave
2605 1 setlinewidth
2606 0.000 0.000 0.000 nodecolor
2607 7358 1530 43.97 18 ellipse_path stroke
2608 0.000 0.000 0.000 nodecolor
2609 14 /Times-Roman set_font
2610 7334 1525.9 moveto 48 (ic-c-c-c-) alignedtext
2611 grestore
2612 % icmcmcmmi->icmcmcmcm
2613 gsave
2614 1 setlinewidth
2615 0.000 0.000 0.000 edgecolor
2616 newpath 6378 1884 moveto
2617 6504 1863 6896 1795 6945 1764 curveto
2618 6989 1734 7032 1698 6999 1656 curveto
2619 6955 1600 6888 1675 6845 1620 curveto
2620 6835 1607 6834 1595 6845 1584 curveto
2621 6879 1547 7246 1557 7296 1548 curveto
2622 7302 1547 7308 1545 7313 1544 curveto
2623 stroke
2624 0.000 0.000 0.000 edgecolor
2625 newpath 7314.43 1547.23 moveto
2626 7323 1541 lineto
2627 7312.42 1540.52 lineto
2628 closepath fill
2629 1 setlinewidth
2630 solid
2631 0.000 0.000 0.000 edgecolor
2632 newpath 7314.43 1547.23 moveto
2633 7323 1541 lineto
2634 7312.42 1540.52 lineto
2635 closepath stroke
2636 grestore
2637 % icmmcmmi_iicmmcmmi
2638 gsave
2639 1 setlinewidth
2640 0.000 0.000 0.000 nodecolor
2641 6153 1818 70.88 18 ellipse_path stroke
2642 0.000 0.000 0.000 nodecolor
2643 14 /Times-Roman set_font
2644 6110 1813.9 moveto 86 (ic--c--i=iic--c--i) alignedtext
2645 grestore
2646 % icmcmcmmi->icmmcmmi_iicmmcmmi
2647 gsave
2648 1 setlinewidth
2649 0.000 0.000 0.000 edgecolor
2650 newpath 6308 1878 moveto
2651 6279 1866 6236 1849 6202 1837 curveto
2652 stroke
2653 0.000 0.000 0.000 edgecolor
2654 newpath 6202.58 1833.46 moveto
2655 6192 1833 lineto
2656 6199.98 1839.96 lineto
2657 closepath fill
2658 1 setlinewidth
2659 solid
2660 0.000 0.000 0.000 edgecolor
2661 newpath 6202.58 1833.46 moveto
2662 6192 1833 lineto
2663 6199.98 1839.96 lineto
2664 closepath stroke
2665 grestore
2666 % cmcmcmmi_ccmcmcmmi
2667 gsave
2668 1 setlinewidth
2669 0.000 0.000 0.000 nodecolor
2670 1865 1530 79.22 18 ellipse_path stroke
2671 0.000 0.000 0.000 nodecolor
2672 14 /Times-Roman set_font
2673 1816 1525.9 moveto 98 (c-c-c--i=cc-c-c--i) alignedtext
2674 grestore
2675 % icmcmcmmi->cmcmcmmi_ccmcmcmmi
2676 gsave
2677 1 setlinewidth
2678 0.000 0.000 0.000 edgecolor
2679 newpath 6375 1882 moveto
2680 6390 1878 6406 1875 6421 1872 curveto
2681 6506 1854 6544 1889 6613 1836 curveto
2682 6640 1814 6671 1726 6679 1692 curveto
2683 6682 1676 6690 1667 6679 1656 curveto
2684 6650 1627 3798 1621 3757 1620 curveto
2685 3487 1610 3420 1596 3149 1584 curveto
2686 2652 1561 2526 1583 2029 1548 curveto
2687 2002 1545 1972 1543 1945 1540 curveto
2688 stroke
2689 0.000 0.000 0.000 edgecolor
2690 newpath 1945.3 1536.51 moveto
2691 1935 1539 lineto
2692 1944.6 1543.48 lineto
2693 closepath fill
2694 1 setlinewidth
2695 solid
2696 0.000 0.000 0.000 edgecolor
2697 newpath 1945.3 1536.51 moveto
2698 1935 1539 lineto
2699 1944.6 1543.48 lineto
2700 closepath stroke
2701 grestore
2702 % immcmcmc_imcmcmcmc_iimmcmcmc
2703 gsave
2704 1 setlinewidth
2705 0.000 0.000 0.000 nodecolor
2706 2925 1530 114.85 18 ellipse_path stroke
2707 0.000 0.000 0.000 nodecolor
2708 14 /Times-Roman set_font
2709 2850 1525.9 moveto 150 (i--c-c-c=i-c-c-c-c=ii--c-c-c) alignedtext
2710 grestore
2711 % immcmcmci->immcmcmc_imcmcmcmc_iimmcmcmc
2712 gsave
2713 1 setlinewidth
2714 0.000 0.000 0.000 edgecolor
2715 newpath 3071 1872 moveto
2716 3047 1831 2995 1723 3043 1656 curveto
2717 3072 1615 3121 1660 3149 1620 curveto
2718 3159 1606 3159 1596 3149 1584 curveto
2719 3140 1573 3071 1557 3012 1545 curveto
2720 stroke
2721 0.000 0.000 0.000 edgecolor
2722 newpath 3012.49 1541.53 moveto
2723 3002 1543 lineto
2724 3011.12 1548.39 lineto
2725 closepath fill
2726 1 setlinewidth
2727 solid
2728 0.000 0.000 0.000 edgecolor
2729 newpath 3012.49 1541.53 moveto
2730 3002 1543 lineto
2731 3011.12 1548.39 lineto
2732 closepath stroke
2733 grestore
2734 % immcmmci_imcmcmmci_iimmcmmci
2735 gsave
2736 1 setlinewidth
2737 0.000 0.000 0.000 nodecolor
2738 4707 1818 107.21 18 ellipse_path stroke
2739 0.000 0.000 0.000 nodecolor
2740 14 /Times-Roman set_font
2741 4637.5 1813.9 moveto 139 (i--c--ci=i-c-c--ci=ii--c--ci) alignedtext
2742 grestore
2743 % immcmcmci->immcmmci_imcmcmmci_iimmcmmci
2744 gsave
2745 1 setlinewidth
2746 0.000 0.000 0.000 edgecolor
2747 newpath 3123 1890 moveto
2748 3297 1888 3988 1879 4553 1836 curveto
2749 4572 1834 4592 1832 4612 1830 curveto
2750 stroke
2751 0.000 0.000 0.000 edgecolor
2752 newpath 4612.4 1833.48 moveto
2753 4622 1829 lineto
2754 4611.7 1826.51 lineto
2755 closepath fill
2756 1 setlinewidth
2757 solid
2758 0.000 0.000 0.000 edgecolor
2759 newpath 4612.4 1833.48 moveto
2760 4622 1829 lineto
2761 4611.7 1826.51 lineto
2762 closepath stroke
2763 grestore
2764 % mcmcmcmci
2765 gsave
2766 1 setlinewidth
2767 0.000 0.000 0.000 nodecolor
2768 2556 1530 43.97 18 ellipse_path stroke
2769 0.000 0.000 0.000 nodecolor
2770 14 /Times-Roman set_font
2771 2532 1525.9 moveto 48 (-c-c-c-ci) alignedtext
2772 grestore
2773 % immcmcmci->mcmcmcmci
2774 gsave
2775 1 setlinewidth
2776 0.000 0.000 0.000 edgecolor
2777 newpath 3065 1873 moveto
2778 3013 1823 2852 1673 2695 1584 curveto
2779 2679 1574 2634 1557 2600 1545 curveto
2780 stroke
2781 0.000 0.000 0.000 edgecolor
2782 newpath 2600.58 1541.52 moveto
2783 2590 1542 lineto
2784 2598.57 1548.23 lineto
2785 closepath fill
2786 1 setlinewidth
2787 solid
2788 0.000 0.000 0.000 edgecolor
2789 newpath 2600.58 1541.52 moveto
2790 2590 1542 lineto
2791 2598.57 1548.23 lineto
2792 closepath stroke
2793 grestore
2794 % icmcmcimm->icmcmcmcm
2795 gsave
2796 1 setlinewidth
2797 0.000 0.000 0.000 edgecolor
2798 newpath 5537 1746 moveto
2799 5658 1744 6006 1735 6110 1692 curveto
2800 6133 1682 6129 1665 6153 1656 curveto
2801 6239 1620 6480 1631 6574 1620 curveto
2802 6680 1607 6705 1595 6812 1584 curveto
2803 7026 1559 7083 1586 7296 1548 curveto
2804 7302 1547 7308 1545 7313 1544 curveto
2805 stroke
2806 0.000 0.000 0.000 edgecolor
2807 newpath 7314.43 1547.23 moveto
2808 7323 1541 lineto
2809 7312.42 1540.52 lineto
2810 closepath fill
2811 1 setlinewidth
2812 solid
2813 0.000 0.000 0.000 edgecolor
2814 newpath 7314.43 1547.23 moveto
2815 7323 1541 lineto
2816 7312.42 1540.52 lineto
2817 closepath stroke
2818 grestore
2819 % icmmcimm_iicmmcimm
2820 gsave
2821 1 setlinewidth
2822 0.000 0.000 0.000 nodecolor
2823 6233 1674 70.88 18 ellipse_path stroke
2824 0.000 0.000 0.000 nodecolor
2825 14 /Times-Roman set_font
2826 6190 1669.9 moveto 86 (ic--ci--=iic--ci--) alignedtext
2827 grestore
2828 % icmcmcimm->icmmcimm_iicmmcimm
2829 gsave
2830 1 setlinewidth
2831 0.000 0.000 0.000 edgecolor
2832 newpath 5537 1744 moveto
2833 5640 1740 5918 1726 6148 1692 curveto
2834 6155 1691 6162 1689 6170 1688 curveto
2835 stroke
2836 0.000 0.000 0.000 edgecolor
2837 newpath 6170.88 1691.39 moveto
2838 6180 1686 lineto
2839 6169.51 1684.53 lineto
2840 closepath fill
2841 1 setlinewidth
2842 solid
2843 0.000 0.000 0.000 edgecolor
2844 newpath 6170.88 1691.39 moveto
2845 6180 1686 lineto
2846 6169.51 1684.53 lineto
2847 closepath stroke
2848 grestore
2849 % cmcmcimm_ccmcmcimm
2850 gsave
2851 1 setlinewidth
2852 0.000 0.000 0.000 nodecolor
2853 1537 1530 79.22 18 ellipse_path stroke
2854 0.000 0.000 0.000 nodecolor
2855 14 /Times-Roman set_font
2856 1488 1525.9 moveto 98 (c-c-ci--=cc-c-ci--) alignedtext
2857 grestore
2858 % icmcmcimm->cmcmcimm_ccmcmcimm
2859 gsave
2860 1 setlinewidth
2861 0.000 0.000 0.000 edgecolor
2862 newpath 5455 1744 moveto
2863 5268 1737 4496 1706 4388 1692 curveto
2864 4318 1682 4303 1664 4231 1656 curveto
2865 3918 1616 3121 1672 2809 1620 curveto
2866 2757 1611 2748 1593 2695 1584 curveto
2867 2494 1548 1981 1559 1777 1548 curveto
2868 1726 1544 1668 1541 1622 1537 curveto
2869 stroke
2870 0.000 0.000 0.000 edgecolor
2871 newpath 1622.3 1533.51 moveto
2872 1612 1536 lineto
2873 1621.6 1540.48 lineto
2874 closepath fill
2875 1 setlinewidth
2876 solid
2877 0.000 0.000 0.000 edgecolor
2878 newpath 1622.3 1533.51 moveto
2879 1612 1536 lineto
2880 1621.6 1540.48 lineto
2881 closepath stroke
2882 grestore
2883 % icmmci_iicmmci_icicmmci->cicmmci_ccicmmci
2884 gsave
2885 1 setlinewidth
2886 0.000 0.000 0.000 edgecolor
2887 newpath 6581 1949 moveto
2888 6591 1947 6602 1945 6612 1944 curveto
2889 6779 1920 6822 1925 6991 1908 curveto
2890 7136 1893 7171 1885 7317 1872 curveto
2891 7370 1867 7754 1865 7799 1836 curveto
2892 7823 1819 7857 1744 7874 1701 curveto
2893 stroke
2894 0.000 0.000 0.000 edgecolor
2895 newpath 7877.14 1702.56 moveto
2896 7878 1692 lineto
2897 7870.74 1699.72 lineto
2898 closepath fill
2899 1 setlinewidth
2900 solid
2901 0.000 0.000 0.000 edgecolor
2902 newpath 7877.14 1702.56 moveto
2903 7878 1692 lineto
2904 7870.74 1699.72 lineto
2905 closepath stroke
2906 grestore
2907 % icmmci_iicmmci_icicmmci->icmmcic_iicmmcic_icicmmcic
2908 gsave
2909 1 setlinewidth
2910 0.000 0.000 0.000 edgecolor
2911 newpath 6581 1949 moveto
2912 6591 1947 6602 1945 6612 1944 curveto
2913 6764 1921 6813 1965 6957 1908 curveto
2914 6969 1903 7040 1844 7051 1836 curveto
2915 7068 1820 7069 1813 7089 1800 curveto
2916 7119 1779 7131 1783 7163 1764 curveto
2917 7185 1750 7186 1738 7211 1728 curveto
2918 7232 1718 7357 1699 7447 1686 curveto
2919 stroke
2920 0.000 0.000 0.000 edgecolor
2921 newpath 7447.4 1689.48 moveto
2922 7457 1685 lineto
2923 7446.7 1682.51 lineto
2924 closepath fill
2925 1 setlinewidth
2926 solid
2927 0.000 0.000 0.000 edgecolor
2928 newpath 7447.4 1689.48 moveto
2929 7457 1685 lineto
2930 7446.7 1682.51 lineto
2931 closepath stroke
2932 grestore
2933 % icmmcimmi
2934 gsave
2935 1 setlinewidth
2936 0.000 0.000 0.000 nodecolor
2937 5529 1890 39.11 18 ellipse_path stroke
2938 0.000 0.000 0.000 nodecolor
2939 14 /Times-Roman set_font
2940 5508.5 1885.9 moveto 41 (ic--ci--i) alignedtext
2941 grestore
2942 % icmmci_iicmmci_icicmmci->icmmcimmi
2943 gsave
2944 1 setlinewidth
2945 0.000 0.000 0.000 edgecolor
2946 newpath 6444 1951 moveto
2947 6423 1948 6400 1946 6379 1944 curveto
2948 6025 1913 5930 1973 5582 1908 curveto
2949 5577 1907 5573 1906 5569 1905 curveto
2950 stroke
2951 0.000 0.000 0.000 edgecolor
2952 newpath 5569.58 1901.52 moveto
2953 5559 1902 lineto
2954 5567.57 1908.23 lineto
2955 closepath fill
2956 1 setlinewidth
2957 solid
2958 0.000 0.000 0.000 edgecolor
2959 newpath 5569.58 1901.52 moveto
2960 5559 1902 lineto
2961 5567.57 1908.23 lineto
2962 closepath stroke
2963 grestore
2964 % immicmmci
2965 gsave
2966 1 setlinewidth
2967 0.000 0.000 0.000 nodecolor
2968 5124 1890 39.11 18 ellipse_path stroke
2969 0.000 0.000 0.000 nodecolor
2970 14 /Times-Roman set_font
2971 5103.5 1885.9 moveto 41 (i--ic--ci) alignedtext
2972 grestore
2973 % icmmci_iicmmci_icicmmci->immicmmci
2974 gsave
2975 1 setlinewidth
2976 0.000 0.000 0.000 edgecolor
2977 newpath 6444 1951 moveto
2978 6423 1948 6400 1946 6379 1944 curveto
2979 5981 1910 5880 1926 5481 1908 curveto
2980 5372 1902 5242 1896 5173 1892 curveto
2981 stroke
2982 0.000 0.000 0.000 edgecolor
2983 newpath 5173 1888.5 moveto
2984 5163 1892 lineto
2985 5173 1895.5 lineto
2986 closepath fill
2987 1 setlinewidth
2988 solid
2989 0.000 0.000 0.000 edgecolor
2990 newpath 5173 1888.5 moveto
2991 5163 1892 lineto
2992 5173 1895.5 lineto
2993 closepath stroke
2994 grestore
2995 % mmicmcmci->mcmcmcmci
2996 gsave
2997 1 setlinewidth
2998 0.000 0.000 0.000 edgecolor
2999 newpath 4440 1733 moveto
3000 4386 1708 4272 1656 4270 1656 curveto
3001 3992 1591 3263 1686 2985 1620 curveto
3002 2949 1611 2945 1594 2909 1584 curveto
3003 2780 1546 2740 1577 2609 1548 curveto
3004 2605 1547 2602 1546 2599 1545 curveto
3005 stroke
3006 0.000 0.000 0.000 edgecolor
3007 newpath 2599.58 1541.52 moveto
3008 2589 1542 lineto
3009 2597.57 1548.23 lineto
3010 closepath fill
3011 1 setlinewidth
3012 solid
3013 0.000 0.000 0.000 edgecolor
3014 newpath 2599.58 1541.52 moveto
3015 2589 1542 lineto
3016 2597.57 1548.23 lineto
3017 closepath stroke
3018 grestore
3019 % mmicmcmc
3020 gsave
3021 1 setlinewidth
3022 0.000 0.000 0.000 nodecolor
3023 4545 1530 39.11 18 ellipse_path stroke
3024 0.000 0.000 0.000 nodecolor
3025 14 /Times-Roman set_font
3026 4524.5 1525.9 moveto 41 (--ic-c-c) alignedtext
3027 grestore
3028 % mmicmcmci->mmicmcmc
3029 gsave
3030 1 setlinewidth
3031 0.000 0.000 0.000 edgecolor
3032 newpath 4499 1734 moveto
3033 4505 1732 4510 1730 4515 1728 curveto
3034 4552 1714 4825 1651 4847 1620 curveto
3035 4950 1478 4971 1644 4593 1548 curveto
3036 4590 1547 4587 1546 4584 1545 curveto
3037 stroke
3038 0.000 0.000 0.000 edgecolor
3039 newpath 4584.58 1541.52 moveto
3040 4574 1542 lineto
3041 4582.57 1548.23 lineto
3042 closepath fill
3043 1 setlinewidth
3044 solid
3045 0.000 0.000 0.000 edgecolor
3046 newpath 4584.58 1541.52 moveto
3047 4574 1542 lineto
3048 4582.57 1548.23 lineto
3049 closepath stroke
3050 grestore
3051 % mmicmmci
3052 gsave
3053 1 setlinewidth
3054 0.000 0.000 0.000 nodecolor
3055 5157 1674 37.02 18 ellipse_path stroke
3056 0.000 0.000 0.000 nodecolor
3057 14 /Times-Roman set_font
3058 5138 1669.9 moveto 38 (--ic--ci) alignedtext
3059 grestore
3060 % mmicmcmci->mmicmmci
3061 gsave
3062 1 setlinewidth
3063 0.000 0.000 0.000 edgecolor
3064 newpath 4506 1738 moveto
3065 4523 1734 4544 1730 4562 1728 curveto
3066 4755 1701 4804 1710 4997 1692 curveto
3067 5036 1688 5079 1683 5111 1679 curveto
3068 stroke
3069 0.000 0.000 0.000 edgecolor
3070 newpath 5111.4 1682.48 moveto
3071 5121 1678 lineto
3072 5110.7 1675.51 lineto
3073 closepath fill
3074 1 setlinewidth
3075 solid
3076 0.000 0.000 0.000 edgecolor
3077 newpath 5111.4 1682.48 moveto
3078 5121 1678 lineto
3079 5110.7 1675.51 lineto
3080 closepath stroke
3081 grestore
3082 % cmcmcmcm_ccmcmcmcm
3083 gsave
3084 1 setlinewidth
3085 0.000 0.000 0.000 nodecolor
3086 1738 1386 84.08 18 ellipse_path stroke
3087 0.000 0.000 0.000 nodecolor
3088 14 /Times-Roman set_font
3089 1685.5 1381.9 moveto 105 (c-c-c-c-=cc-c-c-c-) alignedtext
3090 grestore
3091 % icmcmcmcm->cmcmcmcm_ccmcmcmcm
3092 gsave
3093 1 setlinewidth
3094 0.000 0.000 0.000 edgecolor
3095 newpath 7320 1521 moveto
3096 7303 1517 7284 1514 7267 1512 curveto
3097 6396 1418 6168 1565 5297 1476 curveto
3098 5212 1467 5193 1448 5107 1440 curveto
3099 4391 1368 2587 1457 1869 1404 curveto
3100 1852 1402 1833 1400 1816 1398 curveto
3101 stroke
3102 0.000 0.000 0.000 edgecolor
3103 newpath 1816.3 1394.51 moveto
3104 1806 1397 lineto
3105 1815.6 1401.48 lineto
3106 closepath fill
3107 1 setlinewidth
3108 solid
3109 0.000 0.000 0.000 edgecolor
3110 newpath 1816.3 1394.51 moveto
3111 1806 1397 lineto
3112 1815.6 1401.48 lineto
3113 closepath stroke
3114 grestore
3115 % icmcmcmcm->icmcmcmm_iicmcmcmm
3116 gsave
3117 1 setlinewidth
3118 0.000 0.000 0.000 edgecolor
3119 newpath 7398 1522 moveto
3120 7415 1519 7436 1515 7454 1512 curveto
3121 7546 1495 7570 1493 7663 1476 curveto
3122 7669 1475 7675 1473 7681 1472 curveto
3123 stroke
3124 0.000 0.000 0.000 edgecolor
3125 newpath 7681.88 1475.39 moveto
3126 7691 1470 lineto
3127 7680.51 1468.53 lineto
3128 closepath fill
3129 1 setlinewidth
3130 solid
3131 0.000 0.000 0.000 edgecolor
3132 newpath 7681.88 1475.39 moveto
3133 7691 1470 lineto
3134 7680.51 1468.53 lineto
3135 closepath stroke
3136 grestore
3137 % icmmcmcm_iicmmcmcm
3138 gsave
3139 1 setlinewidth
3140 0.000 0.000 0.000 nodecolor
3141 7956 1458 75.94 18 ellipse_path stroke
3142 0.000 0.000 0.000 nodecolor
3143 14 /Times-Roman set_font
3144 7909 1453.9 moveto 94 (ic--c-c-=iic--c-c-) alignedtext
3145 grestore
3146 % icmcmcmcm->icmmcmcm_iicmmcmcm
3147 gsave
3148 1 setlinewidth
3149 0.000 0.000 0.000 edgecolor
3150 newpath 7400 1524 moveto
3151 7426 1520 7461 1516 7492 1512 curveto
3152 7643 1493 7681 1495 7833 1476 curveto
3153 7849 1474 7866 1472 7882 1470 curveto
3154 stroke
3155 0.000 0.000 0.000 edgecolor
3156 newpath 7882.88 1473.39 moveto
3157 7892 1468 lineto
3158 7881.51 1466.53 lineto
3159 closepath fill
3160 1 setlinewidth
3161 solid
3162 0.000 0.000 0.000 edgecolor
3163 newpath 7882.88 1473.39 moveto
3164 7892 1468 lineto
3165 7881.51 1466.53 lineto
3166 closepath stroke
3167 grestore
3168 % imicmcmcm
3169 gsave
3170 1 setlinewidth
3171 0.000 0.000 0.000 nodecolor
3172 7199 1458 41.19 18 ellipse_path stroke
3173 0.000 0.000 0.000 nodecolor
3174 14 /Times-Roman set_font
3175 7177 1453.9 moveto 44 (i-ic-c-c-) alignedtext
3176 grestore
3177 % icmcmcmcm->imicmcmcm
3178 gsave
3179 1 setlinewidth
3180 0.000 0.000 0.000 edgecolor
3181 newpath 7328 1517 moveto
3182 7302 1505 7265 1488 7236 1475 curveto
3183 stroke
3184 0.000 0.000 0.000 edgecolor
3185 newpath 7237.56 1471.86 moveto
3186 7227 1471 lineto
3187 7234.72 1478.26 lineto
3188 closepath fill
3189 1 setlinewidth
3190 solid
3191 0.000 0.000 0.000 edgecolor
3192 newpath 7237.56 1471.86 moveto
3193 7227 1471 lineto
3194 7234.72 1478.26 lineto
3195 closepath stroke
3196 grestore
3197 % icmmcmmi_iicmmcmmi->icmmcmcm_iicmmcmcm
3198 gsave
3199 1 setlinewidth
3200 0.000 0.000 0.000 edgecolor
3201 newpath 6200 1804 moveto
3202 6232 1795 6276 1780 6314 1764 curveto
3203 6344 1750 6349 1741 6380 1728 curveto
3204 6421 1708 6435 1712 6477 1692 curveto
3205 6504 1678 6506 1665 6536 1656 curveto
3206 6737 1591 6802 1657 7010 1620 curveto
3207 7066 1609 7078 1593 7135 1584 curveto
3208 7410 1537 7491 1616 7763 1548 curveto
3209 7820 1533 7882 1502 7919 1480 curveto
3210 stroke
3211 0.000 0.000 0.000 edgecolor
3212 newpath 7920.96 1482.92 moveto
3213 7928 1475 lineto
3214 7917.56 1476.8 lineto
3215 closepath fill
3216 1 setlinewidth
3217 solid
3218 0.000 0.000 0.000 edgecolor
3219 newpath 7920.96 1482.92 moveto
3220 7928 1475 lineto
3221 7917.56 1476.8 lineto
3222 closepath stroke
3223 grestore
3224 % icmmcmmi_iicmmcmmi->cicmmcmmi
3225 gsave
3226 1 setlinewidth
3227 0.000 0.000 0.000 edgecolor
3228 newpath 6187 1802 moveto
3229 6268 1763 6474 1666 6508 1656 curveto
3230 6512 1654 6742 1623 6846 1608 curveto
3231 stroke
3232 0.000 0.000 0.000 edgecolor
3233 newpath 6846.4 1611.48 moveto
3234 6856 1607 lineto
3235 6845.7 1604.51 lineto
3236 closepath fill
3237 1 setlinewidth
3238 solid
3239 0.000 0.000 0.000 edgecolor
3240 newpath 6846.4 1611.48 moveto
3241 6856 1607 lineto
3242 6845.7 1604.51 lineto
3243 closepath stroke
3244 grestore
3245 % icmmcmmi_iicmmcmmi->icmmcmmic
3246 gsave
3247 1 setlinewidth
3248 0.000 0.000 0.000 edgecolor
3249 newpath 6204 1805 moveto
3250 6212 1803 6220 1802 6228 1800 curveto
3251 6295 1783 6318 1797 6380 1764 curveto
3252 6400 1752 6397 1739 6418 1728 curveto
3253 6465 1700 6487 1718 6536 1692 curveto
3254 6557 1680 6555 1665 6579 1656 curveto
3255 6677 1616 6948 1631 7054 1620 curveto
3256 7081 1617 7111 1612 7136 1609 curveto
3257 stroke
3258 0.000 0.000 0.000 edgecolor
3259 newpath 7136.4 1612.48 moveto
3260 7146 1608 lineto
3261 7135.7 1605.51 lineto
3262 closepath fill
3263 1 setlinewidth
3264 solid
3265 0.000 0.000 0.000 edgecolor
3266 newpath 7136.4 1612.48 moveto
3267 7146 1608 lineto
3268 7135.7 1605.51 lineto
3269 closepath stroke
3270 grestore
3271 % icmmcmmci
3272 gsave
3273 1 setlinewidth
3274 0.000 0.000 0.000 nodecolor
3275 6153 1746 41.19 18 ellipse_path stroke
3276 0.000 0.000 0.000 nodecolor
3277 14 /Times-Roman set_font
3278 6131 1741.9 moveto 44 (ic--c--ci) alignedtext
3279 grestore
3280 % icmmcmmi_iicmmcmmi->icmmcmmci
3281 gsave
3282 1 setlinewidth
3283 0.000 0.000 0.000 edgecolor
3284 newpath 6153 1800 moveto
3285 6153 1792 6153 1783 6153 1774 curveto
3286 stroke
3287 0.000 0.000 0.000 edgecolor
3288 newpath 6156.5 1774 moveto
3289 6153 1764 lineto
3290 6149.5 1774 lineto
3291 closepath fill
3292 1 setlinewidth
3293 solid
3294 0.000 0.000 0.000 edgecolor
3295 newpath 6156.5 1774 moveto
3296 6153 1764 lineto
3297 6149.5 1774 lineto
3298 closepath stroke
3299 grestore
3300 % cmcmcmmi_ccmcmcmmi->cmcmcmcm_ccmcmcmcm
3301 gsave
3302 1 setlinewidth
3303 0.000 0.000 0.000 edgecolor
3304 newpath 1790 1524 moveto
3305 1690 1515 1522 1497 1503 1476 curveto
3306 1493 1463 1494 1452 1503 1440 curveto
3307 1509 1433 1599 1414 1666 1400 curveto
3308 stroke
3309 0.000 0.000 0.000 edgecolor
3310 newpath 1666.88 1403.39 moveto
3311 1676 1398 lineto
3312 1665.51 1396.53 lineto
3313 closepath fill
3314 1 setlinewidth
3315 solid
3316 0.000 0.000 0.000 edgecolor
3317 newpath 1666.88 1403.39 moveto
3318 1676 1398 lineto
3319 1665.51 1396.53 lineto
3320 closepath stroke
3321 grestore
3322 % cmmcmmi_ccmmcmmi
3323 gsave
3324 1 setlinewidth
3325 0.000 0.000 0.000 nodecolor
3326 2741 1386 68.99 18 ellipse_path stroke
3327 0.000 0.000 0.000 nodecolor
3328 14 /Times-Roman set_font
3329 2699 1381.9 moveto 84 (c--c--i=cc--c--i) alignedtext
3330 grestore
3331 % cmcmcmmi_ccmcmcmmi->cmmcmmi_ccmmcmmi
3332 gsave
3333 1 setlinewidth
3334 0.000 0.000 0.000 edgecolor
3335 newpath 1913 1516 moveto
3336 1983 1496 2116 1460 2231 1440 curveto
3337 2388 1412 2429 1421 2587 1404 curveto
3338 2613 1401 2642 1398 2668 1394 curveto
3339 stroke
3340 0.000 0.000 0.000 edgecolor
3341 newpath 2668.4 1397.48 moveto
3342 2678 1393 lineto
3343 2667.7 1390.51 lineto
3344 closepath fill
3345 1 setlinewidth
3346 solid
3347 0.000 0.000 0.000 edgecolor
3348 newpath 2668.4 1397.48 moveto
3349 2678 1393 lineto
3350 2667.7 1390.51 lineto
3351 closepath stroke
3352 grestore
3353 % cmcmcmmci
3354 gsave
3355 1 setlinewidth
3356 0.000 0.000 0.000 nodecolor
3357 4448 1386 43.97 18 ellipse_path stroke
3358 0.000 0.000 0.000 nodecolor
3359 14 /Times-Roman set_font
3360 4424 1381.9 moveto 48 (c-c-c--ci) alignedtext
3361 grestore
3362 % cmcmcmmi_ccmcmcmmi->cmcmcmmci
3363 gsave
3364 1 setlinewidth
3365 0.000 0.000 0.000 edgecolor
3366 newpath 1927 1519 moveto
3367 1944 1516 1961 1514 1978 1512 curveto
3368 2079 1502 2794 1515 2887 1476 curveto
3369 2909 1466 2904 1448 2925 1440 curveto
3370 3069 1380 4165 1416 4319 1404 curveto
3371 4345 1401 4374 1398 4397 1395 curveto
3372 stroke
3373 0.000 0.000 0.000 edgecolor
3374 newpath 4397.88 1398.39 moveto
3375 4407 1393 lineto
3376 4396.51 1391.53 lineto
3377 closepath fill
3378 1 setlinewidth
3379 solid
3380 0.000 0.000 0.000 edgecolor
3381 newpath 4397.88 1398.39 moveto
3382 4407 1393 lineto
3383 4396.51 1391.53 lineto
3384 closepath stroke
3385 grestore
3386 % cmcmcmmi_ccmcmcmmi->cmcmcmmic
3387 gsave
3388 1 setlinewidth
3389 0.000 0.000 0.000 edgecolor
3390 newpath 1922 1517 moveto
3391 1934 1515 1946 1513 1958 1512 curveto
3392 2384 1463 2499 1548 2920 1476 curveto
3393 2925 1475 2930 1474 2934 1473 curveto
3394 stroke
3395 0.000 0.000 0.000 edgecolor
3396 newpath 2935.43 1476.23 moveto
3397 2944 1470 lineto
3398 2933.42 1469.52 lineto
3399 closepath fill
3400 1 setlinewidth
3401 solid
3402 0.000 0.000 0.000 edgecolor
3403 newpath 2935.43 1476.23 moveto
3404 2944 1470 lineto
3405 2933.42 1469.52 lineto
3406 closepath stroke
3407 grestore
3408 % imimic_imcimic_iimimic_icmcimic_icimimic_immimimic_imcmmimic
3409 gsave
3410 1 setlinewidth
3411 0.000 0.000 0.000 nodecolor
3412 6160 1530 207.96 18 ellipse_path stroke
3413 0.000 0.000 0.000 nodecolor
3414 14 /Times-Roman set_font
3415 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
3416 grestore
3417 % imimic_imcimic_iimimic_icmcimic_icimimic_immimimic_imcmmimic->cimimic_ccimimic
3418 gsave
3419 1 setlinewidth
3420 0.000 0.000 0.000 edgecolor
3421 newpath 6284 1515 moveto
3422 6358 1506 6456 1492 6541 1476 curveto
3423 6546 1475 6551 1474 6557 1472 curveto
3424 stroke
3425 0.000 0.000 0.000 edgecolor
3426 newpath 6557.88 1475.39 moveto
3427 6567 1470 lineto
3428 6556.51 1468.53 lineto
3429 closepath fill
3430 1 setlinewidth
3431 solid
3432 0.000 0.000 0.000 edgecolor
3433 newpath 6557.88 1475.39 moveto
3434 6567 1470 lineto
3435 6556.51 1468.53 lineto
3436 closepath stroke
3437 grestore
3438 % imimicmm_imcimicmm_iimimicmm
3439 gsave
3440 1 setlinewidth
3441 0.000 0.000 0.000 nodecolor
3442 6052 1458 100.06 18 ellipse_path stroke
3443 0.000 0.000 0.000 nodecolor
3444 14 /Times-Roman set_font
3445 5988 1453.9 moveto 128 (i-i-ic--=i-ci-ic--=ii-i-ic--) alignedtext
3446 grestore
3447 % imimic_imcimic_iimimic_icmcimic_icimimic_immimimic_imcmmimic->imimicmm_imcimicmm_iimimicmm
3448 gsave
3449 1 setlinewidth
3450 0.000 0.000 0.000 edgecolor
3451 newpath 6133 1512 moveto
3452 6119 1503 6102 1492 6087 1482 curveto
3453 stroke
3454 0.000 0.000 0.000 edgecolor
3455 newpath 6088.26 1478.63 moveto
3456 6078 1476 lineto
3457 6084.38 1484.46 lineto
3458 closepath fill
3459 1 setlinewidth
3460 solid
3461 0.000 0.000 0.000 edgecolor
3462 newpath 6088.26 1478.63 moveto
3463 6078 1476 lineto
3464 6084.38 1484.46 lineto
3465 closepath stroke
3466 grestore
3467 % imimimmc_imcimimmc_iimimimmc
3468 gsave
3469 1 setlinewidth
3470 0.000 0.000 0.000 nodecolor
3471 6308 1458 100.06 18 ellipse_path stroke
3472 0.000 0.000 0.000 nodecolor
3473 14 /Times-Roman set_font
3474 6244 1453.9 moveto 128 (i-i-i--c=i-ci-i--c=ii-i-i--c) alignedtext
3475 grestore
3476 % imimic_imcimic_iimimic_icmcimic_icimimic_immimimic_imcmmimic->imimimmc_imcimimmc_iimimimmc
3477 gsave
3478 1 setlinewidth
3479 0.000 0.000 0.000 edgecolor
3480 newpath 6197 1512 moveto
3481 6217 1502 6242 1490 6264 1479 curveto
3482 stroke
3483 0.000 0.000 0.000 edgecolor
3484 newpath 6265.28 1482.26 moveto
3485 6273 1475 lineto
3486 6262.44 1475.86 lineto
3487 closepath fill
3488 1 setlinewidth
3489 solid
3490 0.000 0.000 0.000 edgecolor
3491 newpath 6265.28 1482.26 moveto
3492 6273 1475 lineto
3493 6262.44 1475.86 lineto
3494 closepath stroke
3495 grestore
3496 % mmimimic
3497 gsave
3498 1 setlinewidth
3499 0.000 0.000 0.000 nodecolor
3500 5630 1458 34.24 18 ellipse_path stroke
3501 0.000 0.000 0.000 nodecolor
3502 14 /Times-Roman set_font
3503 5613 1453.9 moveto 34 (--i-i-ic) alignedtext
3504 grestore
3505 % imimic_imcimic_iimimic_icmcimic_icimimic_immimimic_imcmmimic->mmimimic
3506 gsave
3507 1 setlinewidth
3508 0.000 0.000 0.000 edgecolor
3509 newpath 6011 1517 moveto
3510 5893 1507 5739 1491 5678 1476 curveto
3511 5674 1475 5670 1474 5667 1473 curveto
3512 stroke
3513 0.000 0.000 0.000 edgecolor
3514 newpath 5667.58 1469.46 moveto
3515 5657 1469 lineto
3516 5664.98 1475.96 lineto
3517 closepath fill
3518 1 setlinewidth
3519 solid
3520 0.000 0.000 0.000 edgecolor
3521 newpath 5667.58 1469.46 moveto
3522 5657 1469 lineto
3523 5664.98 1475.96 lineto
3524 closepath stroke
3525 grestore
3526 % imimicmm_imcimicmm_iimimicmm->cimimicmm
3527 gsave
3528 1 setlinewidth
3529 0.000 0.000 0.000 edgecolor
3530 newpath 6083 1441 moveto
3531 6102 1430 6127 1416 6147 1405 curveto
3532 stroke
3533 0.000 0.000 0.000 edgecolor
3534 newpath 6148.96 1407.92 moveto
3535 6156 1400 lineto
3536 6145.56 1401.8 lineto
3537 closepath fill
3538 1 setlinewidth
3539 solid
3540 0.000 0.000 0.000 edgecolor
3541 newpath 6148.96 1407.92 moveto
3542 6156 1400 lineto
3543 6145.56 1401.8 lineto
3544 closepath stroke
3545 grestore
3546 % imicmcmm_imcicmcmm_iimicmcmm
3547 gsave
3548 1 setlinewidth
3549 0.000 0.000 0.000 nodecolor
3550 6404 1170 107.21 18 ellipse_path stroke
3551 0.000 0.000 0.000 nodecolor
3552 14 /Times-Roman set_font
3553 6334.5 1165.9 moveto 139 (i-ic-c--=i-cic-c--=ii-ic-c--) alignedtext
3554 grestore
3555 % imimicmm_imcimicmm_iimimicmm->imicmcmm_imcicmcmm_iimicmcmm
3556 gsave
3557 1 setlinewidth
3558 0.000 0.000 0.000 edgecolor
3559 newpath 6043 1440 moveto
3560 6035 1421 6026 1391 6037 1368 curveto
3561 6056 1324 6079 1324 6118 1296 curveto
3562 6165 1259 6177 1249 6232 1224 curveto
3563 6264 1209 6301 1196 6333 1188 curveto
3564 stroke
3565 0.000 0.000 0.000 edgecolor
3566 newpath 6334.43 1191.23 moveto
3567 6343 1185 lineto
3568 6332.42 1184.52 lineto
3569 closepath fill
3570 1 setlinewidth
3571 solid
3572 0.000 0.000 0.000 edgecolor
3573 newpath 6334.43 1191.23 moveto
3574 6343 1185 lineto
3575 6332.42 1184.52 lineto
3576 closepath stroke
3577 grestore
3578 % imimicmmc
3579 gsave
3580 1 setlinewidth
3581 0.000 0.000 0.000 nodecolor
3582 5206 1386 39.11 18 ellipse_path stroke
3583 0.000 0.000 0.000 nodecolor
3584 14 /Times-Roman set_font
3585 5185.5 1381.9 moveto 41 (i-i-ic--c) alignedtext
3586 grestore
3587 % imimicmm_imcimicmm_iimimicmm->imimicmmc
3588 gsave
3589 1 setlinewidth
3590 0.000 0.000 0.000 edgecolor
3591 newpath 5980 1445 moveto
3592 5966 1443 5952 1441 5938 1440 curveto
3593 5638 1408 5556 1461 5259 1404 curveto
3594 5254 1403 5250 1402 5246 1401 curveto
3595 stroke
3596 0.000 0.000 0.000 edgecolor
3597 newpath 5246.58 1397.52 moveto
3598 5236 1398 lineto
3599 5244.57 1404.23 lineto
3600 closepath fill
3601 1 setlinewidth
3602 solid
3603 0.000 0.000 0.000 edgecolor
3604 newpath 5246.58 1397.52 moveto
3605 5236 1398 lineto
3606 5244.57 1404.23 lineto
3607 closepath stroke
3608 grestore
3609 % mcimicmm
3610 gsave
3611 1 setlinewidth
3612 0.000 0.000 0.000 nodecolor
3613 3189 1098 37.02 18 ellipse_path stroke
3614 0.000 0.000 0.000 nodecolor
3615 14 /Times-Roman set_font
3616 3170 1093.9 moveto 38 (-ci-ic--) alignedtext
3617 grestore
3618 % imimicmm_imcimicmm_iimimicmm->mcimicmm
3619 gsave
3620 1 setlinewidth
3621 0.000 0.000 0.000 edgecolor
3622 newpath 5980 1445 moveto
3623 5966 1443 5952 1441 5938 1440 curveto
3624 5765 1422 5327 1445 5158 1404 curveto
3625 5086 1385 5074 1364 5006 1332 curveto
3626 4974 1316 4969 1306 4934 1296 curveto
3627 4814 1259 4766 1316 4652 1260 curveto
3628 4633 1250 4638 1233 4617 1224 curveto
3629 4499 1171 3574 1236 3453 1188 curveto
3630 3431 1179 3435 1163 3413 1152 curveto
3631 3398 1143 3294 1121 3233 1107 curveto
3632 stroke
3633 0.000 0.000 0.000 edgecolor
3634 newpath 3233.49 1103.53 moveto
3635 3223 1105 lineto
3636 3232.12 1110.39 lineto
3637 closepath fill
3638 1 setlinewidth
3639 solid
3640 0.000 0.000 0.000 edgecolor
3641 newpath 3233.49 1103.53 moveto
3642 3223 1105 lineto
3643 3232.12 1110.39 lineto
3644 closepath stroke
3645 grestore
3646 % imimimmc_imcimimmc_iimimimmc->cimimimmc
3647 gsave
3648 1 setlinewidth
3649 0.000 0.000 0.000 edgecolor
3650 newpath 6256 1443 moveto
3651 6221 1432 6174 1418 6133 1404 curveto
3652 6130 1403 6127 1402 6124 1401 curveto
3653 stroke
3654 0.000 0.000 0.000 edgecolor
3655 newpath 6125.56 1397.86 moveto
3656 6115 1397 lineto
3657 6122.72 1404.26 lineto
3658 closepath fill
3659 1 setlinewidth
3660 solid
3661 0.000 0.000 0.000 edgecolor
3662 newpath 6125.56 1397.86 moveto
3663 6115 1397 lineto
3664 6122.72 1404.26 lineto
3665 closepath stroke
3666 grestore
3667 % imicmmcmc
3668 gsave
3669 1 setlinewidth
3670 0.000 0.000 0.000 nodecolor
3671 6507 1386 41.19 18 ellipse_path stroke
3672 0.000 0.000 0.000 nodecolor
3673 14 /Times-Roman set_font
3674 6485 1381.9 moveto 44 (i-ic--c-c) alignedtext
3675 grestore
3676 % imimimmc_imcimimmc_iimimimmc->imicmmcmc
3677 gsave
3678 1 setlinewidth
3679 0.000 0.000 0.000 edgecolor
3680 newpath 6353 1442 moveto
3681 6387 1430 6432 1414 6465 1402 curveto
3682 stroke
3683 0.000 0.000 0.000 edgecolor
3684 newpath 6467.02 1404.96 moveto
3685 6475 1398 lineto
3686 6464.42 1398.46 lineto
3687 closepath fill
3688 1 setlinewidth
3689 solid
3690 0.000 0.000 0.000 edgecolor
3691 newpath 6467.02 1404.96 moveto
3692 6475 1398 lineto
3693 6464.42 1398.46 lineto
3694 closepath stroke
3695 grestore
3696 % imimimmc_imcimimmc_iimimimmc->imimicmmc
3697 gsave
3698 1 setlinewidth
3699 0.000 0.000 0.000 edgecolor
3700 newpath 6229 1447 moveto
3701 6207 1444 6183 1442 6161 1440 curveto
3702 5761 1407 5654 1477 5259 1404 curveto
3703 5254 1403 5250 1402 5246 1401 curveto
3704 stroke
3705 0.000 0.000 0.000 edgecolor
3706 newpath 5246.58 1397.52 moveto
3707 5236 1398 lineto
3708 5244.57 1404.23 lineto
3709 closepath fill
3710 1 setlinewidth
3711 solid
3712 0.000 0.000 0.000 edgecolor
3713 newpath 5246.58 1397.52 moveto
3714 5236 1398 lineto
3715 5244.57 1404.23 lineto
3716 closepath stroke
3717 grestore
3718 % mcimimmc
3719 gsave
3720 1 setlinewidth
3721 0.000 0.000 0.000 nodecolor
3722 3499 1170 37.02 18 ellipse_path stroke
3723 0.000 0.000 0.000 nodecolor
3724 14 /Times-Roman set_font
3725 3480 1165.9 moveto 38 (-ci-i--c) alignedtext
3726 grestore
3727 % imimimmc_imcimimmc_iimimimmc->mcimimmc
3728 gsave
3729 1 setlinewidth
3730 0.000 0.000 0.000 edgecolor
3731 newpath 6229 1447 moveto
3732 6207 1444 6183 1442 6161 1440 curveto
3733 6064 1432 5382 1441 5292 1404 curveto
3734 5271 1394 5275 1378 5254 1368 curveto
3735 5184 1331 5154 1358 5078 1332 curveto
3736 5045 1320 5041 1306 5006 1296 curveto
3737 4889 1260 4851 1293 4733 1260 curveto
3738 4696 1249 4691 1232 4652 1224 curveto
3739 4413 1168 3787 1237 3545 1188 curveto
3740 3542 1187 3539 1186 3536 1185 curveto
3741 stroke
3742 0.000 0.000 0.000 edgecolor
3743 newpath 3536.58 1181.52 moveto
3744 3526 1182 lineto
3745 3534.57 1188.23 lineto
3746 closepath fill
3747 1 setlinewidth
3748 solid
3749 0.000 0.000 0.000 edgecolor
3750 newpath 3536.58 1181.52 moveto
3751 3526 1182 lineto
3752 3534.57 1188.23 lineto
3753 closepath stroke
3754 grestore
3755 % mmimimic->cmmimimic
3756 gsave
3757 1 setlinewidth
3758 0.000 0.000 0.000 edgecolor
3759 newpath 5639 1441 moveto
3760 5644 1432 5649 1422 5654 1412 curveto
3761 stroke
3762 0.000 0.000 0.000 edgecolor
3763 newpath 5657.2 1413.44 moveto
3764 5659 1403 lineto
3765 5651.08 1410.04 lineto
3766 closepath fill
3767 1 setlinewidth
3768 solid
3769 0.000 0.000 0.000 edgecolor
3770 newpath 5657.2 1413.44 moveto
3771 5659 1403 lineto
3772 5651.08 1410.04 lineto
3773 closepath stroke
3774 grestore
3775 % mmimimic->mmcimimic
3776 gsave
3777 1 setlinewidth
3778 0.000 0.000 0.000 edgecolor
3779 newpath 5654 1445 moveto
3780 5674 1434 5706 1417 5729 1405 curveto
3781 stroke
3782 0.000 0.000 0.000 edgecolor
3783 newpath 5730.96 1407.92 moveto
3784 5738 1400 lineto
3785 5727.56 1401.8 lineto
3786 closepath fill
3787 1 setlinewidth
3788 solid
3789 0.000 0.000 0.000 edgecolor
3790 newpath 5730.96 1407.92 moveto
3791 5738 1400 lineto
3792 5727.56 1401.8 lineto
3793 closepath stroke
3794 grestore
3795 % mmimicmc
3796 gsave
3797 1 setlinewidth
3798 0.000 0.000 0.000 nodecolor
3799 5788 1170 37.02 18 ellipse_path stroke
3800 0.000 0.000 0.000 nodecolor
3801 14 /Times-Roman set_font
3802 5769 1165.9 moveto 38 (--i-ic-c) alignedtext
3803 grestore
3804 % mmimimic->mmimicmc
3805 gsave
3806 1 setlinewidth
3807 0.000 0.000 0.000 edgecolor
3808 newpath 5622 1440 moveto
3809 5614 1421 5605 1389 5620 1368 curveto
3810 5650 1326 5685 1358 5728 1332 curveto
3811 5748 1320 5748 1310 5766 1296 curveto
3812 5788 1278 5806 1285 5820 1260 curveto
3813 5831 1239 5820 1214 5808 1195 curveto
3814 stroke
3815 0.000 0.000 0.000 edgecolor
3816 newpath 5810.8 1192.9 moveto
3817 5802 1187 lineto
3818 5805.2 1197.1 lineto
3819 closepath fill
3820 1 setlinewidth
3821 solid
3822 0.000 0.000 0.000 edgecolor
3823 newpath 5810.8 1192.9 moveto
3824 5802 1187 lineto
3825 5805.2 1197.1 lineto
3826 closepath stroke
3827 grestore
3828 % mcmmcimic
3829 gsave
3830 1 setlinewidth
3831 0.000 0.000 0.000 nodecolor
3832 2537 1386 41.19 18 ellipse_path stroke
3833 0.000 0.000 0.000 nodecolor
3834 14 /Times-Roman set_font
3835 2515 1381.9 moveto 44 (-c--ci-ic) alignedtext
3836 grestore
3837 % mmimimic->mcmmcimic
3838 gsave
3839 1 setlinewidth
3840 0.000 0.000 0.000 edgecolor
3841 newpath 5597 1455 moveto
3842 5551 1450 5468 1443 5397 1440 curveto
3843 4791 1412 3269 1451 2663 1404 curveto
3844 2638 1401 2609 1398 2585 1395 curveto
3845 stroke
3846 0.000 0.000 0.000 edgecolor
3847 newpath 2585.49 1391.53 moveto
3848 2575 1393 lineto
3849 2584.12 1398.39 lineto
3850 closepath fill
3851 1 setlinewidth
3852 solid
3853 0.000 0.000 0.000 edgecolor
3854 newpath 2585.49 1391.53 moveto
3855 2575 1393 lineto
3856 2584.12 1398.39 lineto
3857 closepath stroke
3858 grestore
3859 % imimi_imcimi_iimimi_icmcimi_icimimi_immimimi_imcmmimi_immcmcimi_immcimimi_imcmmcimi_icmmimimi_icmcmmimi
3860 gsave
3861 1 setlinewidth
3862 0.000 0.000 0.000 nodecolor
3863 5728 1674 339.8 18 ellipse_path stroke
3864 0.000 0.000 0.000 nodecolor
3865 14 /Times-Roman set_font
3866 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
3867 grestore
3868 % imimi_imcimi_iimimi_icmcimi_icimimi_immimimi_imcmmimi_immcmcimi_immcimimi_imcmmcimi_icmmimimi_icmcmmimi->cimimi_ccimimi
3869 gsave
3870 1 setlinewidth
3871 0.000 0.000 0.000 edgecolor
3872 newpath 5962 1661 moveto
3873 6157 1649 6407 1632 6427 1620 curveto
3874 6449 1605 6464 1578 6472 1558 curveto
3875 stroke
3876 0.000 0.000 0.000 edgecolor
3877 newpath 6475.48 1558.58 moveto
3878 6475 1548 lineto
3879 6468.77 1556.57 lineto
3880 closepath fill
3881 1 setlinewidth
3882 solid
3883 0.000 0.000 0.000 edgecolor
3884 newpath 6475.48 1558.58 moveto
3885 6475 1548 lineto
3886 6468.77 1556.57 lineto
3887 closepath stroke
3888 grestore
3889 % imimi_imcimi_iimimi_icmcimi_icimimi_immimimi_imcmmimi_immcmcimi_immcimimi_imcmmcimi_icmmimimi_icmcmmimi->imimic_imcimic_iimimic_icmcimic_icimimic_immimimic_imcmmimic
3890 gsave
3891 1 setlinewidth
3892 0.000 0.000 0.000 edgecolor
3893 newpath 5751 1656 moveto
3894 5778 1635 5825 1602 5871 1584 curveto
3895 5917 1566 5969 1554 6017 1546 curveto
3896 stroke
3897 0.000 0.000 0.000 edgecolor
3898 newpath 6017.88 1549.39 moveto
3899 6027 1544 lineto
3900 6016.51 1542.53 lineto
3901 closepath fill
3902 1 setlinewidth
3903 solid
3904 0.000 0.000 0.000 edgecolor
3905 newpath 6017.88 1549.39 moveto
3906 6027 1544 lineto
3907 6016.51 1542.53 lineto
3908 closepath stroke
3909 grestore
3910 % imimimm_imcimimm_iimimimm_icmcimimm_icimimimm
3911 gsave
3912 1 setlinewidth
3913 0.000 0.000 0.000 nodecolor
3914 6031 1602 150.79 18 ellipse_path stroke
3915 0.000 0.000 0.000 nodecolor
3916 14 /Times-Roman set_font
3917 5930.5 1597.9 moveto 201 (i-i-i--=i-ci-i--=ii-i-i--=ic-ci-i--=ici-i-i--) alignedtext
3918 grestore
3919 % imimi_imcimi_iimimi_icmcimi_icimimi_immimimi_imcmmimi_immcmcimi_immcimimi_imcmmcimi_icmmimimi_icmcmmimi->imimimm_imcimimm_iimimimm_icmcimimm_icimimimm
3920 gsave
3921 1 setlinewidth
3922 0.000 0.000 0.000 edgecolor
3923 newpath 5802 1656 moveto
3924 5848 1645 5907 1631 5953 1620 curveto
3925 stroke
3926 0.000 0.000 0.000 edgecolor
3927 newpath 5953.88 1623.39 moveto
3928 5963 1618 lineto
3929 5952.51 1616.53 lineto
3930 closepath fill
3931 1 setlinewidth
3932 solid
3933 0.000 0.000 0.000 edgecolor
3934 newpath 5953.88 1623.39 moveto
3935 5963 1618 lineto
3936 5952.51 1616.53 lineto
3937 closepath stroke
3938 grestore
3939 % mmimimi
3940 gsave
3941 1 setlinewidth
3942 0.000 0.000 0.000 nodecolor
3943 5566 1602 29.88 18 ellipse_path stroke
3944 0.000 0.000 0.000 nodecolor
3945 14 /Times-Roman set_font
3946 5552.5 1597.9 moveto 27 (--i-i-i) alignedtext
3947 grestore
3948 % imimi_imcimi_iimimi_icmcimi_icimimi_immimimi_imcmmimi_immcmcimi_immcimimi_imcmmcimi_icmmimimi_icmcmmimi->mmimimi
3949 gsave
3950 1 setlinewidth
3951 0.000 0.000 0.000 edgecolor
3952 newpath 5688 1656 moveto
3953 5661 1645 5625 1628 5600 1617 curveto
3954 stroke
3955 0.000 0.000 0.000 edgecolor
3956 newpath 5601.56 1613.86 moveto
3957 5591 1613 lineto
3958 5598.72 1620.26 lineto
3959 closepath fill
3960 1 setlinewidth
3961 solid
3962 0.000 0.000 0.000 edgecolor
3963 newpath 5601.56 1613.86 moveto
3964 5591 1613 lineto
3965 5598.72 1620.26 lineto
3966 closepath stroke
3967 grestore
3968 % imimimm_imcimimm_iimimimm_icmcimimm_icimimimm->cimimimm_ccimimimm
3969 gsave
3970 1 setlinewidth
3971 0.000 0.000 0.000 edgecolor
3972 newpath 6141 1590 moveto
3973 6159 1588 6178 1586 6196 1584 curveto
3974 6351 1567 6394 1589 6545 1548 curveto
3975 6580 1537 6586 1526 6621 1512 curveto
3976 6652 1499 6687 1486 6716 1475 curveto
3977 stroke
3978 0.000 0.000 0.000 edgecolor
3979 newpath 6716.62 1478.48 moveto
3980 6725 1472 lineto
3981 6714.41 1471.84 lineto
3982 closepath fill
3983 1 setlinewidth
3984 solid
3985 0.000 0.000 0.000 edgecolor
3986 newpath 6716.62 1478.48 moveto
3987 6725 1472 lineto
3988 6714.41 1471.84 lineto
3989 closepath stroke
3990 grestore
3991 % imimimm_imcimimm_iimimimm_icmcimimm_icimimimm->imimimmc_imcimimmc_iimimimmc
3992 gsave
3993 1 setlinewidth
3994 0.000 0.000 0.000 edgecolor
3995 newpath 6135 1589 moveto
3996 6234 1576 6369 1557 6377 1548 curveto
3997 6387 1535 6384 1526 6377 1512 curveto
3998 6371 1499 6360 1489 6349 1481 curveto
3999 stroke
4000 0.000 0.000 0.000 edgecolor
4001 newpath 6351.1 1478.2 moveto
4002 6341 1475 lineto
4003 6346.9 1483.8 lineto
4004 closepath fill
4005 1 setlinewidth
4006 solid
4007 0.000 0.000 0.000 edgecolor
4008 newpath 6351.1 1478.2 moveto
4009 6341 1475 lineto
4010 6346.9 1483.8 lineto
4011 closepath stroke
4012 grestore
4013 % imicmmcm_imcicmmcm_iimicmmcm
4014 gsave
4015 1 setlinewidth
4016 0.000 0.000 0.000 nodecolor
4017 7151 1530 107.21 18 ellipse_path stroke
4018 0.000 0.000 0.000 nodecolor
4019 14 /Times-Roman set_font
4020 7081.5 1525.9 moveto 139 (i-ic--c-=i-cic--c-=ii-ic--c-) alignedtext
4021 grestore
4022 % imimimm_imcimimm_iimimimm_icmcimimm_icimimimm->imicmmcm_imcicmmcm_iimicmmcm
4023 gsave
4024 1 setlinewidth
4025 0.000 0.000 0.000 edgecolor
4026 newpath 6155 1592 moveto
4027 6191 1589 6231 1586 6267 1584 curveto
4028 6574 1564 6651 1570 6959 1548 curveto
4029 6988 1545 7019 1543 7049 1540 curveto
4030 stroke
4031 0.000 0.000 0.000 edgecolor
4032 newpath 7049.4 1543.48 moveto
4033 7059 1539 lineto
4034 7048.7 1536.51 lineto
4035 closepath fill
4036 1 setlinewidth
4037 solid
4038 0.000 0.000 0.000 edgecolor
4039 newpath 7049.4 1543.48 moveto
4040 7059 1539 lineto
4041 7048.7 1536.51 lineto
4042 closepath stroke
4043 grestore
4044 % imimicmcm
4045 gsave
4046 1 setlinewidth
4047 0.000 0.000 0.000 nodecolor
4048 5719 1530 39.11 18 ellipse_path stroke
4049 0.000 0.000 0.000 nodecolor
4050 14 /Times-Roman set_font
4051 5698.5 1525.9 moveto 41 (i-i-ic-c-) alignedtext
4052 grestore
4053 % imimimm_imcimimm_iimimimm_icmcimimm_icimimimm->imimicmcm
4054 gsave
4055 1 setlinewidth
4056 0.000 0.000 0.000 edgecolor
4057 newpath 5942 1587 moveto
4058 5891 1578 5825 1565 5767 1548 curveto
4059 5764 1547 5761 1546 5759 1545 curveto
4060 stroke
4061 0.000 0.000 0.000 edgecolor
4062 newpath 5759.58 1541.52 moveto
4063 5749 1542 lineto
4064 5757.57 1548.23 lineto
4065 closepath fill
4066 1 setlinewidth
4067 solid
4068 0.000 0.000 0.000 edgecolor
4069 newpath 5759.58 1541.52 moveto
4070 5749 1542 lineto
4071 5757.57 1548.23 lineto
4072 closepath stroke
4073 grestore
4074 % mcimimm
4075 gsave
4076 1 setlinewidth
4077 0.000 0.000 0.000 nodecolor
4078 3676 1242 32.16 18 ellipse_path stroke
4079 0.000 0.000 0.000 nodecolor
4080 14 /Times-Roman set_font
4081 3660.5 1237.9 moveto 31 (-ci-i--) alignedtext
4082 grestore
4083 % imimimm_imcimimm_iimimimm_icmcimimm_icimimimm->mcimimm
4084 gsave
4085 1 setlinewidth
4086 0.000 0.000 0.000 edgecolor
4087 newpath 5920 1590 moveto
4088 5848 1581 5753 1567 5671 1548 curveto
4089 5620 1536 5609 1523 5557 1512 curveto
4090 5429 1484 5392 1506 5264 1476 curveto
4091 5219 1465 5210 1451 5164 1440 curveto
4092 5039 1410 5003 1430 4877 1404 curveto
4093 4823 1392 4813 1378 4758 1368 curveto
4094 4606 1337 4565 1352 4411 1332 curveto
4095 4312 1318 4287 1309 4187 1296 curveto
4096 4013 1272 3805 1253 3718 1246 curveto
4097 stroke
4098 0.000 0.000 0.000 edgecolor
4099 newpath 3718.3 1242.51 moveto
4100 3708 1245 lineto
4101 3717.6 1249.48 lineto
4102 closepath fill
4103 1 setlinewidth
4104 solid
4105 0.000 0.000 0.000 edgecolor
4106 newpath 3718.3 1242.51 moveto
4107 3708 1245 lineto
4108 3717.6 1249.48 lineto
4109 closepath stroke
4110 grestore
4111 % mmimimi->cmmimimi_ccmmimimi
4112 gsave
4113 1 setlinewidth
4114 0.000 0.000 0.000 edgecolor
4115 newpath 5581 1586 moveto
4116 5600 1566 5635 1532 5671 1512 curveto
4117 5701 1495 5737 1482 5766 1473 curveto
4118 stroke
4119 0.000 0.000 0.000 edgecolor
4120 newpath 5767.43 1476.23 moveto
4121 5776 1470 lineto
4122 5765.42 1469.52 lineto
4123 closepath fill
4124 1 setlinewidth
4125 solid
4126 0.000 0.000 0.000 edgecolor
4127 newpath 5767.43 1476.23 moveto
4128 5776 1470 lineto
4129 5765.42 1469.52 lineto
4130 closepath stroke
4131 grestore
4132 % mmimimi->mmimimic
4133 gsave
4134 1 setlinewidth
4135 0.000 0.000 0.000 edgecolor
4136 newpath 5574 1584 moveto
4137 5585 1560 5605 1514 5618 1485 curveto
4138 stroke
4139 0.000 0.000 0.000 edgecolor
4140 newpath 5621.14 1486.56 moveto
4141 5622 1476 lineto
4142 5614.74 1483.72 lineto
4143 closepath fill
4144 1 setlinewidth
4145 solid
4146 0.000 0.000 0.000 edgecolor
4147 newpath 5621.14 1486.56 moveto
4148 5622 1476 lineto
4149 5614.74 1483.72 lineto
4150 closepath stroke
4151 grestore
4152 % mmimicm
4153 gsave
4154 1 setlinewidth
4155 0.000 0.000 0.000 nodecolor
4156 5564 1242 32.16 18 ellipse_path stroke
4157 0.000 0.000 0.000 nodecolor
4158 14 /Times-Roman set_font
4159 5548.5 1237.9 moveto 31 (--i-ic-) alignedtext
4160 grestore
4161 % mmimimi->mmimicm
4162 gsave
4163 1 setlinewidth
4164 0.000 0.000 0.000 edgecolor
4165 newpath 5596 1600 moveto
4166 5651 1597 5771 1589 5871 1584 curveto
4167 6020 1575 6399 1584 6545 1548 curveto
4168 6581 1538 6585 1523 6621 1512 curveto
4169 6669 1497 6812 1514 6845 1476 curveto
4170 6855 1463 6855 1451 6845 1440 curveto
4171 6810 1402 6435 1414 6386 1404 curveto
4172 6340 1394 6333 1378 6288 1368 curveto
4173 6114 1329 6065 1362 5890 1332 curveto
4174 5763 1310 5733 1299 5610 1260 curveto
4175 5607 1259 5603 1258 5600 1256 curveto
4176 stroke
4177 0.000 0.000 0.000 edgecolor
4178 newpath 5600.58 1252.52 moveto
4179 5590 1253 lineto
4180 5598.57 1259.23 lineto
4181 closepath fill
4182 1 setlinewidth
4183 solid
4184 0.000 0.000 0.000 edgecolor
4185 newpath 5600.58 1252.52 moveto
4186 5590 1253 lineto
4187 5598.57 1259.23 lineto
4188 closepath stroke
4189 grestore
4190 % mcmcimimi
4191 gsave
4192 1 setlinewidth
4193 0.000 0.000 0.000 nodecolor
4194 1087 1530 39.11 18 ellipse_path stroke
4195 0.000 0.000 0.000 nodecolor
4196 14 /Times-Roman set_font
4197 1066.5 1525.9 moveto 41 (-c-ci-i-i) alignedtext
4198 grestore
4199 % mmimimi->mcmcimimi
4200 gsave
4201 1 setlinewidth
4202 0.000 0.000 0.000 edgecolor
4203 newpath 5537 1598 moveto
4204 5506 1593 5457 1587 5413 1584 curveto
4205 5176 1569 1369 1591 1135 1548 curveto
4206 1132 1548 1129 1547 1125 1545 curveto
4207 stroke
4208 0.000 0.000 0.000 edgecolor
4209 newpath 1126.59 1541.84 moveto
4210 1116 1542 lineto
4211 1124.38 1548.48 lineto
4212 closepath fill
4213 1 setlinewidth
4214 solid
4215 0.000 0.000 0.000 edgecolor
4216 newpath 1126.59 1541.84 moveto
4217 1116 1542 lineto
4218 1124.38 1548.48 lineto
4219 closepath stroke
4220 grestore
4221 % mcmmcimi
4222 gsave
4223 1 setlinewidth
4224 0.000 0.000 0.000 nodecolor
4225 2419 1530 37.02 18 ellipse_path stroke
4226 0.000 0.000 0.000 nodecolor
4227 14 /Times-Roman set_font
4228 2400 1525.9 moveto 38 (-c--ci-i) alignedtext
4229 grestore
4230 % mmimimi->mcmmcimi
4231 gsave
4232 1 setlinewidth
4233 0.000 0.000 0.000 edgecolor
4234 newpath 5537 1598 moveto
4235 5506 1593 5457 1587 5413 1584 curveto
4236 4768 1542 3146 1620 2503 1548 curveto
4237 2489 1546 2475 1544 2462 1540 curveto
4238 stroke
4239 0.000 0.000 0.000 edgecolor
4240 newpath 2462.49 1536.53 moveto
4241 2452 1538 lineto
4242 2461.12 1543.39 lineto
4243 closepath fill
4244 1 setlinewidth
4245 solid
4246 0.000 0.000 0.000 edgecolor
4247 newpath 2462.49 1536.53 moveto
4248 2452 1538 lineto
4249 2461.12 1543.39 lineto
4250 closepath stroke
4251 grestore
4252 % immcmcmc_imcmcmcmc_iimmcmcmc->cimmcmcmc
4253 gsave
4254 1 setlinewidth
4255 0.000 0.000 0.000 edgecolor
4256 newpath 3001 1516 moveto
4257 3054 1506 3127 1492 3190 1476 curveto
4258 3195 1475 3199 1474 3204 1472 curveto
4259 stroke
4260 0.000 0.000 0.000 edgecolor
4261 newpath 3205.43 1475.23 moveto
4262 3214 1469 lineto
4263 3203.42 1468.52 lineto
4264 closepath fill
4265 1 setlinewidth
4266 solid
4267 0.000 0.000 0.000 edgecolor
4268 newpath 3205.43 1475.23 moveto
4269 3214 1469 lineto
4270 3203.42 1468.52 lineto
4271 closepath stroke
4272 grestore
4273 % icmmcmcmc
4274 gsave
4275 1 setlinewidth
4276 0.000 0.000 0.000 nodecolor
4277 7958 1386 43.97 18 ellipse_path stroke
4278 0.000 0.000 0.000 nodecolor
4279 14 /Times-Roman set_font
4280 7934 1381.9 moveto 48 (ic--c-c-c) alignedtext
4281 grestore
4282 % immcmcmc_imcmcmcmc_iimmcmcmc->icmmcmcmc
4283 gsave
4284 1 setlinewidth
4285 0.000 0.000 0.000 edgecolor
4286 newpath 3005 1517 moveto
4287 3020 1515 3035 1513 3049 1512 curveto
4288 3334 1483 3407 1506 3691 1476 curveto
4289 3794 1465 3817 1448 3919 1440 curveto
4290 4361 1403 7468 1478 7905 1404 curveto
4291 7909 1403 7913 1403 7916 1401 curveto
4292 stroke
4293 0.000 0.000 0.000 edgecolor
4294 newpath 7917.43 1404.23 moveto
4295 7926 1398 lineto
4296 7915.42 1397.52 lineto
4297 closepath fill
4298 1 setlinewidth
4299 solid
4300 0.000 0.000 0.000 edgecolor
4301 newpath 7917.43 1404.23 moveto
4302 7926 1398 lineto
4303 7915.42 1397.52 lineto
4304 closepath stroke
4305 grestore
4306 % immcmmc_imcmcmmc_iimmcmmc
4307 gsave
4308 1 setlinewidth
4309 0.000 0.000 0.000 nodecolor
4310 1315 1386 100.95 18 ellipse_path stroke
4311 0.000 0.000 0.000 nodecolor
4312 14 /Times-Roman set_font
4313 1250 1381.9 moveto 130 (i--c--c=i-c-c--c=ii--c--c) alignedtext
4314 grestore
4315 % immcmcmc_imcmcmcmc_iimmcmcmc->immcmmc_imcmcmmc_iimmcmmc
4316 gsave
4317 1 setlinewidth
4318 0.000 0.000 0.000 edgecolor
4319 newpath 2843 1517 moveto
4320 2829 1515 2815 1513 2801 1512 curveto
4321 2646 1492 2604 1506 2450 1476 curveto
4322 2396 1465 2386 1449 2331 1440 curveto
4323 1984 1380 1891 1426 1539 1404 curveto
4324 1499 1401 1455 1398 1416 1395 curveto
4325 stroke
4326 0.000 0.000 0.000 edgecolor
4327 newpath 1416.3 1391.51 moveto
4328 1406 1394 lineto
4329 1415.6 1398.48 lineto
4330 closepath fill
4331 1 setlinewidth
4332 solid
4333 0.000 0.000 0.000 edgecolor
4334 newpath 1416.3 1391.51 moveto
4335 1406 1394 lineto
4336 1415.6 1398.48 lineto
4337 closepath stroke
4338 grestore
4339 % mcmcmcmc
4340 gsave
4341 1 setlinewidth
4342 0.000 0.000 0.000 nodecolor
4343 2252 1386 41.89 18 ellipse_path stroke
4344 0.000 0.000 0.000 nodecolor
4345 14 /Times-Roman set_font
4346 2229.5 1381.9 moveto 45 (-c-c-c-c) alignedtext
4347 grestore
4348 % immcmcmc_imcmcmcmc_iimmcmcmc->mcmcmcmc
4349 gsave
4350 1 setlinewidth
4351 0.000 0.000 0.000 edgecolor
4352 newpath 2842 1517 moveto
4353 2828 1516 2814 1514 2801 1512 curveto
4354 2677 1494 2644 1505 2521 1476 curveto
4355 2475 1464 2465 1455 2419 1440 curveto
4356 2368 1423 2355 1420 2303 1404 curveto
4357 2300 1403 2297 1402 2294 1401 curveto
4358 stroke
4359 0.000 0.000 0.000 edgecolor
4360 newpath 2295.56 1397.86 moveto
4361 2285 1397 lineto
4362 2292.72 1404.26 lineto
4363 closepath fill
4364 1 setlinewidth
4365 solid
4366 0.000 0.000 0.000 edgecolor
4367 newpath 2295.56 1397.86 moveto
4368 2285 1397 lineto
4369 2292.72 1404.26 lineto
4370 closepath stroke
4371 grestore
4372 % immcmmci_imcmcmmci_iimmcmmci->cimmcmmci
4373 gsave
4374 1 setlinewidth
4375 0.000 0.000 0.000 edgecolor
4376 newpath 4802 1810 moveto
4377 4851 1802 4911 1789 4959 1764 curveto
4378 5023 1731 5017 1692 5078 1656 curveto
4379 5112 1635 5155 1621 5186 1613 curveto
4380 stroke
4381 0.000 0.000 0.000 edgecolor
4382 newpath 5187.43 1616.23 moveto
4383 5196 1610 lineto
4384 5185.42 1609.52 lineto
4385 closepath fill
4386 1 setlinewidth
4387 solid
4388 0.000 0.000 0.000 edgecolor
4389 newpath 5187.43 1616.23 moveto
4390 5196 1610 lineto
4391 5185.42 1609.52 lineto
4392 closepath stroke
4393 grestore
4394 % immcmmci_imcmcmmci_iimmcmmci->immcmmcic
4395 gsave
4396 1 setlinewidth
4397 0.000 0.000 0.000 edgecolor
4398 newpath 4651 1803 moveto
4399 4632 1794 4612 1782 4600 1764 curveto
4400 4575 1723 4616 1700 4597 1656 curveto
4401 4592 1644 4583 1633 4574 1624 curveto
4402 stroke
4403 0.000 0.000 0.000 edgecolor
4404 newpath 4575.83 1620.95 moveto
4405 4566 1617 lineto
4406 4571.22 1626.22 lineto
4407 closepath fill
4408 1 setlinewidth
4409 solid
4410 0.000 0.000 0.000 edgecolor
4411 newpath 4575.83 1620.95 moveto
4412 4566 1617 lineto
4413 4571.22 1626.22 lineto
4414 closepath stroke
4415 grestore
4416 % immcmmci_imcmcmmci_iimmcmmci->icmmcmmci
4417 gsave
4418 1 setlinewidth
4419 0.000 0.000 0.000 edgecolor
4420 newpath 4810 1813 moveto
4421 5095 1798 5892 1759 6102 1749 curveto
4422 stroke
4423 0.000 0.000 0.000 edgecolor
4424 newpath 6102.4 1752.48 moveto
4425 6112 1748 lineto
4426 6101.7 1745.51 lineto
4427 closepath fill
4428 1 setlinewidth
4429 solid
4430 0.000 0.000 0.000 edgecolor
4431 newpath 6102.4 1752.48 moveto
4432 6112 1748 lineto
4433 6101.7 1745.51 lineto
4434 closepath stroke
4435 grestore
4436 % mcmcmmci
4437 gsave
4438 1 setlinewidth
4439 0.000 0.000 0.000 nodecolor
4440 4143 1458 39.11 18 ellipse_path stroke
4441 0.000 0.000 0.000 nodecolor
4442 14 /Times-Roman set_font
4443 4122.5 1453.9 moveto 41 (-c-c--ci) alignedtext
4444 grestore
4445 % immcmmci_imcmcmmci_iimmcmmci->mcmcmmci
4446 gsave
4447 1 setlinewidth
4448 0.000 0.000 0.000 edgecolor
4449 newpath 4673 1801 moveto
4450 4659 1792 4643 1779 4633 1764 curveto
4451 4591 1694 4656 1638 4595 1584 curveto
4452 4525 1520 4470 1590 4384 1548 curveto
4453 4364 1537 4367 1523 4346 1512 curveto
4454 4320 1497 4240 1478 4189 1467 curveto
4455 stroke
4456 0.000 0.000 0.000 edgecolor
4457 newpath 4189.49 1463.53 moveto
4458 4179 1465 lineto
4459 4188.12 1470.39 lineto
4460 closepath fill
4461 1 setlinewidth
4462 solid
4463 0.000 0.000 0.000 edgecolor
4464 newpath 4189.49 1463.53 moveto
4465 4179 1465 lineto
4466 4188.12 1470.39 lineto
4467 closepath stroke
4468 grestore
4469 % mcmcmcmci->mcmcmcmc
4470 gsave
4471 1 setlinewidth
4472 0.000 0.000 0.000 edgecolor
4473 newpath 2527 1516 moveto
4474 2472 1489 2352 1433 2290 1404 curveto
4475 stroke
4476 0.000 0.000 0.000 edgecolor
4477 newpath 2291.56 1400.86 moveto
4478 2281 1400 lineto
4479 2288.72 1407.26 lineto
4480 closepath fill
4481 1 setlinewidth
4482 solid
4483 0.000 0.000 0.000 edgecolor
4484 newpath 2291.56 1400.86 moveto
4485 2281 1400 lineto
4486 2288.72 1407.26 lineto
4487 closepath stroke
4488 grestore
4489 % mcmcmcmci->mcmcmmci
4490 gsave
4491 1 setlinewidth
4492 0.000 0.000 0.000 edgecolor
4493 newpath 2588 1517 moveto
4494 2595 1515 2602 1513 2609 1512 curveto
4495 2918 1456 3707 1502 4019 1476 curveto
4496 4045 1473 4073 1469 4096 1466 curveto
4497 stroke
4498 0.000 0.000 0.000 edgecolor
4499 newpath 4096.88 1469.39 moveto
4500 4106 1464 lineto
4501 4095.51 1462.53 lineto
4502 closepath fill
4503 1 setlinewidth
4504 solid
4505 0.000 0.000 0.000 edgecolor
4506 newpath 4096.88 1469.39 moveto
4507 4106 1464 lineto
4508 4095.51 1462.53 lineto
4509 closepath stroke
4510 grestore
4511 % mcmcmcmci->mmcmcmci
4512 gsave
4513 1 setlinewidth
4514 0.000 0.000 0.000 edgecolor
4515 newpath 2589 1518 moveto
4516 2596 1516 2603 1514 2609 1512 curveto
4517 2672 1493 2747 1477 2793 1467 curveto
4518 stroke
4519 0.000 0.000 0.000 edgecolor
4520 newpath 2793.88 1470.39 moveto
4521 2803 1465 lineto
4522 2792.51 1463.53 lineto
4523 closepath fill
4524 1 setlinewidth
4525 solid
4526 0.000 0.000 0.000 edgecolor
4527 newpath 2793.88 1470.39 moveto
4528 2803 1465 lineto
4529 2792.51 1463.53 lineto
4530 closepath stroke
4531 grestore
4532 % mcmcmcimi
4533 gsave
4534 1 setlinewidth
4535 0.000 0.000 0.000 nodecolor
4536 2281 1458 41.19 18 ellipse_path stroke
4537 0.000 0.000 0.000 nodecolor
4538 14 /Times-Roman set_font
4539 2259 1453.9 moveto 44 (-c-c-ci-i) alignedtext
4540 grestore
4541 % mcmcmcmci->mcmcmcimi
4542 gsave
4543 1 setlinewidth
4544 0.000 0.000 0.000 edgecolor
4545 newpath 2517 1521 moveto
4546 2473 1511 2399 1494 2336 1476 curveto
4547 2332 1475 2328 1473 2324 1472 curveto
4548 stroke
4549 0.000 0.000 0.000 edgecolor
4550 newpath 2324.58 1468.52 moveto
4551 2314 1469 lineto
4552 2322.57 1475.23 lineto
4553 closepath fill
4554 1 setlinewidth
4555 solid
4556 0.000 0.000 0.000 edgecolor
4557 newpath 2324.58 1468.52 moveto
4558 2314 1469 lineto
4559 2322.57 1475.23 lineto
4560 closepath stroke
4561 grestore
4562 % cicmcmcmm->cimicmcmm
4563 gsave
4564 1 setlinewidth
4565 0.000 0.000 0.000 edgecolor
4566 newpath 8069 1368 moveto
4567 8076 1335 8086 1263 8048 1224 curveto
4568 7988 1162 7384 1115 7204 1102 curveto
4569 stroke
4570 0.000 0.000 0.000 edgecolor
4571 newpath 7204.3 1098.51 moveto
4572 7194 1101 lineto
4573 7203.6 1105.48 lineto
4574 closepath fill
4575 1 setlinewidth
4576 solid
4577 0.000 0.000 0.000 edgecolor
4578 newpath 7204.3 1098.51 moveto
4579 7194 1101 lineto
4580 7203.6 1105.48 lineto
4581 closepath stroke
4582 grestore
4583 % cicmmcmm_ccicmmcmm
4584 gsave
4585 1 setlinewidth
4586 0.000 0.000 0.000 nodecolor
4587 7889 1314 79.22 18 ellipse_path stroke
4588 0.000 0.000 0.000 nodecolor
4589 14 /Times-Roman set_font
4590 7840 1309.9 moveto 98 (cic--c--=ccic--c--) alignedtext
4591 grestore
4592 % cicmcmcmm->cicmmcmm_ccicmmcmm
4593 gsave
4594 1 setlinewidth
4595 0.000 0.000 0.000 edgecolor
4596 newpath 8033 1373 moveto
4597 8006 1362 7967 1346 7937 1334 curveto
4598 stroke
4599 0.000 0.000 0.000 edgecolor
4600 newpath 7938.56 1330.86 moveto
4601 7928 1330 lineto
4602 7935.72 1337.26 lineto
4603 closepath fill
4604 1 setlinewidth
4605 solid
4606 0.000 0.000 0.000 edgecolor
4607 newpath 7938.56 1330.86 moveto
4608 7928 1330 lineto
4609 7935.72 1337.26 lineto
4610 closepath stroke
4611 grestore
4612 % cmcmcmm_ccmcmcmm
4613 gsave
4614 1 setlinewidth
4615 0.000 0.000 0.000 nodecolor
4616 1737 1314 75.05 18 ellipse_path stroke
4617 0.000 0.000 0.000 nodecolor
4618 14 /Times-Roman set_font
4619 1691 1309.9 moveto 92 (c-c-c--=cc-c-c--) alignedtext
4620 grestore
4621 % cicmcmcmm->cmcmcmm_ccmcmcmm
4622 gsave
4623 1 setlinewidth
4624 0.000 0.000 0.000 edgecolor
4625 newpath 8032 1373 moveto
4626 8025 1371 8018 1369 8011 1368 curveto
4627 7692 1314 2524 1339 2201 1332 curveto
4628 2068 1329 1914 1323 1821 1318 curveto
4629 stroke
4630 0.000 0.000 0.000 edgecolor
4631 newpath 1821 1314.5 moveto
4632 1811 1318 lineto
4633 1821 1321.5 lineto
4634 closepath fill
4635 1 setlinewidth
4636 solid
4637 0.000 0.000 0.000 edgecolor
4638 newpath 1821 1314.5 moveto
4639 1811 1318 lineto
4640 1821 1321.5 lineto
4641 closepath stroke
4642 grestore
4643 % cimim_ccimim
4644 gsave
4645 1 setlinewidth
4646 0.000 0.000 0.000 nodecolor
4647 6100 954 52.12 18 ellipse_path stroke
4648 0.000 0.000 0.000 nodecolor
4649 14 /Times-Roman set_font
4650 6070.5 949.9 moveto 59 (ci-i-=cci-i-) alignedtext
4651 grestore
4652 % cimicmcmm->cimim_ccimim
4653 gsave
4654 1 setlinewidth
4655 0.000 0.000 0.000 edgecolor
4656 newpath 7120 1087 moveto
4657 7088 1076 7037 1059 6994 1044 curveto
4658 6947 1028 6937 1017 6890 1008 curveto
4659 6751 979 6323 962 6162 956 curveto
4660 stroke
4661 0.000 0.000 0.000 edgecolor
4662 newpath 6162 952.5 moveto
4663 6152 956 lineto
4664 6162 959.5 lineto
4665 closepath fill
4666 1 setlinewidth
4667 solid
4668 0.000 0.000 0.000 edgecolor
4669 newpath 6162 952.5 moveto
4670 6152 956 lineto
4671 6162 959.5 lineto
4672 closepath stroke
4673 grestore
4674 % cmcicmcmm
4675 gsave
4676 1 setlinewidth
4677 0.000 0.000 0.000 nodecolor
4678 2302 594 43.97 18 ellipse_path stroke
4679 0.000 0.000 0.000 nodecolor
4680 14 /Times-Roman set_font
4681 2278 589.9 moveto 48 (c-cic-c--) alignedtext
4682 grestore
4683 % cimicmcmm->cmcicmcmm
4684 gsave
4685 1 setlinewidth
4686 0.000 0.000 0.000 edgecolor
4687 newpath 7131 1083 moveto
4688 7082 1049 6961 972 6848 936 curveto
4689 6607 859 6535 894 6285 864 curveto
4690 5451 762 5245 703 4405 648 curveto
4691 4178 632 2580 651 2355 612 curveto
4692 2351 611 2347 611 2344 609 curveto
4693 stroke
4694 0.000 0.000 0.000 edgecolor
4695 newpath 2344.58 605.52 moveto
4696 2334 606 lineto
4697 2342.57 612.23 lineto
4698 closepath fill
4699 1 setlinewidth
4700 solid
4701 0.000 0.000 0.000 edgecolor
4702 newpath 2344.58 605.52 moveto
4703 2334 606 lineto
4704 2342.57 612.23 lineto
4705 closepath stroke
4706 grestore
4707 % cicmmcmmc
4708 gsave
4709 1 setlinewidth
4710 0.000 0.000 0.000 nodecolor
4711 6131 1098 43.97 18 ellipse_path stroke
4712 0.000 0.000 0.000 nodecolor
4713 14 /Times-Roman set_font
4714 6107 1093.9 moveto 48 (cic--c--c) alignedtext
4715 grestore
4716 % cicmmcmm_ccicmmcmm->cicmmcmmc
4717 gsave
4718 1 setlinewidth
4719 0.000 0.000 0.000 edgecolor
4720 newpath 7832 1301 moveto
4721 7821 1299 7811 1298 7801 1296 curveto
4722 7570 1256 6989 1178 6757 1152 curveto
4723 6545 1128 6293 1109 6185 1102 curveto
4724 stroke
4725 0.000 0.000 0.000 edgecolor
4726 newpath 6185.3 1098.51 moveto
4727 6175 1101 lineto
4728 6184.6 1105.48 lineto
4729 closepath fill
4730 1 setlinewidth
4731 solid
4732 0.000 0.000 0.000 edgecolor
4733 newpath 6185.3 1098.51 moveto
4734 6175 1101 lineto
4735 6184.6 1105.48 lineto
4736 closepath stroke
4737 grestore
4738 % cmmcmm_ccmmcmm
4739 gsave
4740 1 setlinewidth
4741 0.000 0.000 0.000 nodecolor
4742 3981 1242 64.82 18 ellipse_path stroke
4743 0.000 0.000 0.000 nodecolor
4744 14 /Times-Roman set_font
4745 3942 1237.9 moveto 78 (c--c--=cc--c--) alignedtext
4746 grestore
4747 % cicmmcmm_ccicmmcmm->cmmcmm_ccmmcmm
4748 gsave
4749 1 setlinewidth
4750 0.000 0.000 0.000 edgecolor
4751 newpath 7834 1301 moveto
4752 7823 1299 7812 1297 7801 1296 curveto
4753 7387 1252 4469 1311 4055 1260 curveto
4754 4049 1259 4044 1258 4038 1257 curveto
4755 stroke
4756 0.000 0.000 0.000 edgecolor
4757 newpath 4038.49 1253.53 moveto
4758 4028 1255 lineto
4759 4037.12 1260.39 lineto
4760 closepath fill
4761 1 setlinewidth
4762 solid
4763 0.000 0.000 0.000 edgecolor
4764 newpath 4038.49 1253.53 moveto
4765 4028 1255 lineto
4766 4037.12 1260.39 lineto
4767 closepath stroke
4768 grestore
4769 % cmcmcmm_ccmcmcmm->cmcicmcmm
4770 gsave
4771 1 setlinewidth
4772 0.000 0.000 0.000 edgecolor
4773 newpath 1665 1309 moveto
4774 1602 1303 1510 1290 1435 1260 curveto
4775 1156 1148 928 1111 928 810 curveto
4776 928 810 928 810 928 738 curveto
4777 928 697 916 674 947 648 curveto
4778 998 605 2001 596 2248 594 curveto
4779 stroke
4780 0.000 0.000 0.000 edgecolor
4781 newpath 2248 597.5 moveto
4782 2258 594 lineto
4783 2248 590.5 lineto
4784 closepath fill
4785 1 setlinewidth
4786 solid
4787 0.000 0.000 0.000 edgecolor
4788 newpath 2248 597.5 moveto
4789 2258 594 lineto
4790 2248 590.5 lineto
4791 closepath stroke
4792 grestore
4793 % cmcmcmmc_ccmcmcmmc
4794 gsave
4795 1 setlinewidth
4796 0.000 0.000 0.000 nodecolor
4797 4384 1170 84.08 18 ellipse_path stroke
4798 0.000 0.000 0.000 nodecolor
4799 14 /Times-Roman set_font
4800 4331.5 1165.9 moveto 105 (c-c-c--c=cc-c-c--c) alignedtext
4801 grestore
4802 % cmcmcmm_ccmcmcmm->cmcmcmmc_ccmcmcmmc
4803 gsave
4804 1 setlinewidth
4805 0.000 0.000 0.000 edgecolor
4806 newpath 1811 1311 moveto
4807 2024 1302 2623 1276 2662 1260 curveto
4808 2684 1250 2679 1232 2700 1224 curveto
4809 2780 1191 4167 1194 4253 1188 curveto
4810 4271 1186 4289 1184 4306 1182 curveto
4811 stroke
4812 0.000 0.000 0.000 edgecolor
4813 newpath 4306.4 1185.48 moveto
4814 4316 1181 lineto
4815 4305.7 1178.51 lineto
4816 closepath fill
4817 1 setlinewidth
4818 solid
4819 0.000 0.000 0.000 edgecolor
4820 newpath 4306.4 1185.48 moveto
4821 4316 1181 lineto
4822 4305.7 1178.51 lineto
4823 closepath stroke
4824 grestore
4825 % cmcmcmm_ccmcmcmm->cmmcmm_ccmmcmm
4826 gsave
4827 1 setlinewidth
4828 0.000 0.000 0.000 edgecolor
4829 newpath 1811 1311 moveto
4830 1903 1307 2063 1300 2201 1296 curveto
4831 2875 1274 3044 1290 3717 1260 curveto
4832 3782 1256 3855 1252 3908 1248 curveto
4833 stroke
4834 0.000 0.000 0.000 edgecolor
4835 newpath 3908.4 1251.48 moveto
4836 3918 1247 lineto
4837 3907.7 1244.51 lineto
4838 closepath fill
4839 1 setlinewidth
4840 solid
4841 0.000 0.000 0.000 edgecolor
4842 newpath 3908.4 1251.48 moveto
4843 3918 1247 lineto
4844 3907.7 1244.51 lineto
4845 closepath stroke
4846 grestore
4847 % cimmcmcmc->cimimmcmc
4848 gsave
4849 1 setlinewidth
4850 0.000 0.000 0.000 edgecolor
4851 newpath 3281 1446 moveto
4852 3288 1444 3294 1442 3301 1440 curveto
4853 3381 1418 3584 1379 3665 1368 curveto
4854 3861 1340 3911 1351 4107 1332 curveto
4855 4243 1318 4276 1304 4411 1296 curveto
4856 4693 1277 6673 1310 6951 1260 curveto
4857 6955 1259 6958 1258 6961 1257 curveto
4858 stroke
4859 0.000 0.000 0.000 edgecolor
4860 newpath 6962.43 1260.23 moveto
4861 6971 1254 lineto
4862 6960.42 1253.52 lineto
4863 closepath fill
4864 1 setlinewidth
4865 solid
4866 0.000 0.000 0.000 edgecolor
4867 newpath 6962.43 1260.23 moveto
4868 6971 1254 lineto
4869 6960.42 1253.52 lineto
4870 closepath stroke
4871 grestore
4872 % cimmcmmc_ccimmcmmc
4873 gsave
4874 1 setlinewidth
4875 0.000 0.000 0.000 nodecolor
4876 4455 1242 79.22 18 ellipse_path stroke
4877 0.000 0.000 0.000 nodecolor
4878 14 /Times-Roman set_font
4879 4406 1237.9 moveto 98 (ci--c--c=cci--c--c) alignedtext
4880 grestore
4881 % cimmcmcmc->cimmcmmc_ccimmcmmc
4882 gsave
4883 1 setlinewidth
4884 0.000 0.000 0.000 edgecolor
4885 newpath 3280 1445 moveto
4886 3359 1414 3574 1332 3761 1296 curveto
4887 3819 1284 4196 1259 4369 1248 curveto
4888 stroke
4889 0.000 0.000 0.000 edgecolor
4890 newpath 4369.4 1251.48 moveto
4891 4379 1247 lineto
4892 4368.7 1244.51 lineto
4893 closepath fill
4894 1 setlinewidth
4895 solid
4896 0.000 0.000 0.000 edgecolor
4897 newpath 4369.4 1251.48 moveto
4898 4379 1247 lineto
4899 4368.7 1244.51 lineto
4900 closepath stroke
4901 grestore
4902 % cmcmcmcmc
4903 gsave
4904 1 setlinewidth
4905 0.000 0.000 0.000 nodecolor
4906 2433 1314 46.75 18 ellipse_path stroke
4907 0.000 0.000 0.000 nodecolor
4908 14 /Times-Roman set_font
4909 2407 1309.9 moveto 52 (c-c-c-c-c) alignedtext
4910 grestore
4911 % cimmcmcmc->cmcmcmcmc
4912 gsave
4913 1 setlinewidth
4914 0.000 0.000 0.000 edgecolor
4915 newpath 3209 1449 moveto
4916 3192 1446 3171 1442 3152 1440 curveto
4917 3044 1425 2763 1449 2663 1404 curveto
4918 2643 1394 2647 1379 2627 1368 curveto
4919 2604 1354 2533 1336 2484 1325 curveto
4920 stroke
4921 0.000 0.000 0.000 edgecolor
4922 newpath 2484.49 1321.53 moveto
4923 2474 1323 lineto
4924 2483.12 1328.39 lineto
4925 closepath fill
4926 1 setlinewidth
4927 solid
4928 0.000 0.000 0.000 edgecolor
4929 newpath 2484.49 1321.53 moveto
4930 2474 1323 lineto
4931 2483.12 1328.39 lineto
4932 closepath stroke
4933 grestore
4934 % cicmmc_ccicmmc->cicmmcmm_ccicmmcmm
4935 gsave
4936 1 setlinewidth
4937 0.000 0.000 0.000 edgecolor
4938 newpath 8355 1523 moveto
4939 8414 1515 8496 1500 8516 1476 curveto
4940 8525 1463 8525 1452 8516 1440 curveto
4941 8450 1357 8133 1327 7977 1318 curveto
4942 stroke
4943 0.000 0.000 0.000 edgecolor
4944 newpath 7977.3 1314.51 moveto
4945 7967 1317 lineto
4946 7976.6 1321.48 lineto
4947 closepath fill
4948 1 setlinewidth
4949 solid
4950 0.000 0.000 0.000 edgecolor
4951 newpath 7977.3 1314.51 moveto
4952 7967 1317 lineto
4953 7976.6 1321.48 lineto
4954 closepath stroke
4955 grestore
4956 % cimmicmmc
4957 gsave
4958 1 setlinewidth
4959 0.000 0.000 0.000 nodecolor
4960 8243 1458 41.19 18 ellipse_path stroke
4961 0.000 0.000 0.000 nodecolor
4962 14 /Times-Roman set_font
4963 8221 1453.9 moveto 44 (ci--ic--c) alignedtext
4964 grestore
4965 % cicmmc_ccicmmc->cimmicmmc
4966 gsave
4967 1 setlinewidth
4968 0.000 0.000 0.000 edgecolor
4969 newpath 8281 1512 moveto
4970 8275 1504 8268 1493 8261 1484 curveto
4971 stroke
4972 0.000 0.000 0.000 edgecolor
4973 newpath 8263.8 1481.9 moveto
4974 8255 1476 lineto
4975 8258.2 1486.1 lineto
4976 closepath fill
4977 1 setlinewidth
4978 solid
4979 0.000 0.000 0.000 edgecolor
4980 newpath 8263.8 1481.9 moveto
4981 8255 1476 lineto
4982 8258.2 1486.1 lineto
4983 closepath stroke
4984 grestore
4985 % mmcicmmc
4986 gsave
4987 1 setlinewidth
4988 0.000 0.000 0.000 nodecolor
4989 4697 1314 39.11 18 ellipse_path stroke
4990 0.000 0.000 0.000 nodecolor
4991 14 /Times-Roman set_font
4992 4676.5 1309.9 moveto 41 (--cic--c) alignedtext
4993 grestore
4994 % cicmmc_ccicmmc->mmcicmmc
4995 gsave
4996 1 setlinewidth
4997 0.000 0.000 0.000 edgecolor
4998 newpath 8354 1522 moveto
4999 8421 1511 8516 1487 8478 1440 curveto
5000 8454 1410 8187 1372 8150 1368 curveto
5001 7973 1346 5155 1318 4746 1314 curveto
5002 stroke
5003 0.000 0.000 0.000 edgecolor
5004 newpath 4746 1310.5 moveto
5005 4736 1314 lineto
5006 4746 1317.5 lineto
5007 closepath fill
5008 1 setlinewidth
5009 solid
5010 0.000 0.000 0.000 edgecolor
5011 newpath 4746 1310.5 moveto
5012 4736 1314 lineto
5013 4746 1317.5 lineto
5014 closepath stroke
5015 grestore
5016 % cmmc_ccmmc
5017 gsave
5018 1 setlinewidth
5019 0.000 0.000 0.000 nodecolor
5020 4473 1314 52.81 18 ellipse_path stroke
5021 0.000 0.000 0.000 nodecolor
5022 14 /Times-Roman set_font
5023 4443 1309.9 moveto 60 (c--c=cc--c) alignedtext
5024 grestore
5025 % cicmmc_ccicmmc->cmmc_ccmmc
5026 gsave
5027 1 setlinewidth
5028 0.000 0.000 0.000 edgecolor
5029 newpath 8304 1512 moveto
5030 8314 1492 8324 1460 8308 1440 curveto
5031 8263 1383 8212 1440 8150 1404 curveto
5032 8131 1393 8136 1376 8117 1368 curveto
5033 8029 1328 4746 1337 4649 1332 curveto
5034 4611 1329 4567 1325 4533 1321 curveto
5035 stroke
5036 0.000 0.000 0.000 edgecolor
5037 newpath 4533.3 1317.51 moveto
5038 4523 1320 lineto
5039 4532.6 1324.48 lineto
5040 closepath fill
5041 1 setlinewidth
5042 solid
5043 0.000 0.000 0.000 edgecolor
5044 newpath 4533.3 1317.51 moveto
5045 4523 1320 lineto
5046 4532.6 1324.48 lineto
5047 closepath stroke
5048 grestore
5049 % cmmicmcmc->cmmimicmc
5050 gsave
5051 1 setlinewidth
5052 0.000 0.000 0.000 edgecolor
5053 newpath 4925 1447 moveto
5054 4956 1436 5004 1420 5044 1404 curveto
5055 5287 1304 5337 1253 5578 1152 curveto
5056 5613 1138 5653 1122 5682 1112 curveto
5057 stroke
5058 0.000 0.000 0.000 edgecolor
5059 newpath 5683.43 1115.23 moveto
5060 5692 1109 lineto
5061 5681.42 1108.52 lineto
5062 closepath fill
5063 1 setlinewidth
5064 solid
5065 0.000 0.000 0.000 edgecolor
5066 newpath 5683.43 1115.23 moveto
5067 5692 1109 lineto
5068 5681.42 1108.52 lineto
5069 closepath stroke
5070 grestore
5071 % cmmicmcmc->cmcmcmcmc
5072 gsave
5073 1 setlinewidth
5074 0.000 0.000 0.000 edgecolor
5075 newpath 4852 1449 moveto
5076 4836 1446 4816 1442 4799 1440 curveto
5077 4621 1414 4569 1451 4395 1404 curveto
5078 4359 1394 4356 1376 4319 1368 curveto
5079 4126 1322 2726 1352 2527 1332 curveto
5080 2513 1330 2498 1328 2484 1325 curveto
5081 stroke
5082 0.000 0.000 0.000 edgecolor
5083 newpath 2484.49 1321.53 moveto
5084 2474 1323 lineto
5085 2483.12 1328.39 lineto
5086 closepath fill
5087 1 setlinewidth
5088 solid
5089 0.000 0.000 0.000 edgecolor
5090 newpath 2484.49 1321.53 moveto
5091 2474 1323 lineto
5092 2483.12 1328.39 lineto
5093 closepath stroke
5094 grestore
5095 % cmmicmmc_ccmmicmmc
5096 gsave
5097 1 setlinewidth
5098 0.000 0.000 0.000 nodecolor
5099 5380 1386 79.22 18 ellipse_path stroke
5100 0.000 0.000 0.000 nodecolor
5101 14 /Times-Roman set_font
5102 5331 1381.9 moveto 98 (c--ic--c=cc--ic--c) alignedtext
5103 grestore
5104 % cmmicmcmc->cmmicmmc_ccmmicmmc
5105 gsave
5106 1 setlinewidth
5107 0.000 0.000 0.000 edgecolor
5108 newpath 4932 1452 moveto
5109 5014 1439 5199 1413 5303 1397 curveto
5110 stroke
5111 0.000 0.000 0.000 edgecolor
5112 newpath 5303.4 1400.48 moveto
5113 5313 1396 lineto
5114 5302.7 1393.51 lineto
5115 closepath fill
5116 1 setlinewidth
5117 solid
5118 0.000 0.000 0.000 edgecolor
5119 newpath 5303.4 1400.48 moveto
5120 5313 1396 lineto
5121 5302.7 1393.51 lineto
5122 closepath stroke
5123 grestore
5124 % mimicmcmc
5125 gsave
5126 1 setlinewidth
5127 0.000 0.000 0.000 nodecolor
5128 4337 810 41.19 18 ellipse_path stroke
5129 0.000 0.000 0.000 nodecolor
5130 14 /Times-Roman set_font
5131 4315 805.9 moveto 44 (-i-ic-c-c) alignedtext
5132 grestore
5133 % cmmicmcmc->mimicmcmc
5134 gsave
5135 1 setlinewidth
5136 0.000 0.000 0.000 edgecolor
5137 newpath 4890 1440 moveto
5138 4890 1399 4887 1300 4857 1224 curveto
5139 4843 1187 4833 1181 4807 1152 curveto
5140 4674 998 4627 967 4451 864 curveto
5141 4427 850 4399 836 4376 826 curveto
5142 stroke
5143 0.000 0.000 0.000 edgecolor
5144 newpath 4377.56 822.86 moveto
5145 4367 822 lineto
5146 4374.72 829.26 lineto
5147 closepath fill
5148 1 setlinewidth
5149 solid
5150 0.000 0.000 0.000 edgecolor
5151 newpath 4377.56 822.86 moveto
5152 4367 822 lineto
5153 4374.72 829.26 lineto
5154 closepath stroke
5155 grestore
5156 % mmcicmcmc->mmcimicmc
5157 gsave
5158 1 setlinewidth
5159 0.000 0.000 0.000 edgecolor
5160 newpath 4743 1377 moveto
5161 4820 1357 4992 1308 5024 1260 curveto
5162 5069 1194 5017 1097 4988 1051 curveto
5163 stroke
5164 0.000 0.000 0.000 edgecolor
5165 newpath 4990.8 1048.9 moveto
5166 4982 1043 lineto
5167 4985.2 1053.1 lineto
5168 closepath fill
5169 1 setlinewidth
5170 solid
5171 0.000 0.000 0.000 edgecolor
5172 newpath 4990.8 1048.9 moveto
5173 4982 1043 lineto
5174 4985.2 1053.1 lineto
5175 closepath stroke
5176 grestore
5177 % mmcicmcmc->mmcicmmc
5178 gsave
5179 1 setlinewidth
5180 0.000 0.000 0.000 edgecolor
5181 newpath 4703 1368 moveto
5182 4702 1360 4701 1351 4700 1342 curveto
5183 stroke
5184 0.000 0.000 0.000 edgecolor
5185 newpath 4703.48 1341.6 moveto
5186 4699 1332 lineto
5187 4696.51 1342.3 lineto
5188 closepath fill
5189 1 setlinewidth
5190 solid
5191 0.000 0.000 0.000 edgecolor
5192 newpath 4703.48 1341.6 moveto
5193 4699 1332 lineto
5194 4696.51 1342.3 lineto
5195 closepath stroke
5196 grestore
5197 % mmcicmcmc->mimicmcmc
5198 gsave
5199 1 setlinewidth
5200 0.000 0.000 0.000 edgecolor
5201 newpath 4733 1372 moveto
5202 4780 1346 4869 1287 4839 1224 curveto
5203 4814 1168 4470 909 4366 832 curveto
5204 stroke
5205 0.000 0.000 0.000 edgecolor
5206 newpath 4368.1 829.2 moveto
5207 4358 826 lineto
5208 4363.9 834.8 lineto
5209 closepath fill
5210 1 setlinewidth
5211 solid
5212 0.000 0.000 0.000 edgecolor
5213 newpath 4368.1 829.2 moveto
5214 4358 826 lineto
5215 4363.9 834.8 lineto
5216 closepath stroke
5217 grestore
5218 % mmcmcmc
5219 gsave
5220 1 setlinewidth
5221 0.000 0.000 0.000 nodecolor
5222 2573 1314 37.02 18 ellipse_path stroke
5223 0.000 0.000 0.000 nodecolor
5224 14 /Times-Roman set_font
5225 2554 1309.9 moveto 38 (--c-c-c) alignedtext
5226 grestore
5227 % mmcicmcmc->mmcmcmc
5228 gsave
5229 1 setlinewidth
5230 0.000 0.000 0.000 edgecolor
5231 newpath 4667 1377 moveto
5232 4650 1373 4630 1370 4611 1368 curveto
5233 4391 1345 2837 1375 2619 1332 curveto
5234 2616 1331 2613 1330 2610 1329 curveto
5235 stroke
5236 0.000 0.000 0.000 edgecolor
5237 newpath 2610.58 1325.52 moveto
5238 2600 1326 lineto
5239 2608.57 1332.23 lineto
5240 closepath fill
5241 1 setlinewidth
5242 solid
5243 0.000 0.000 0.000 edgecolor
5244 newpath 2610.58 1325.52 moveto
5245 2600 1326 lineto
5246 2608.57 1332.23 lineto
5247 closepath stroke
5248 grestore
5249 % cmcmc_ccmcmc->cmcmcmm_ccmcmcmm
5250 gsave
5251 1 setlinewidth
5252 0.000 0.000 0.000 edgecolor
5253 newpath 1900 1372 moveto
5254 1868 1361 1823 1345 1789 1332 curveto
5255 stroke
5256 0.000 0.000 0.000 edgecolor
5257 newpath 1789.58 1328.52 moveto
5258 1779 1329 lineto
5259 1787.57 1335.23 lineto
5260 closepath fill
5261 1 setlinewidth
5262 solid
5263 0.000 0.000 0.000 edgecolor
5264 newpath 1789.58 1328.52 moveto
5265 1779 1329 lineto
5266 1787.57 1335.23 lineto
5267 closepath stroke
5268 grestore
5269 % cmcmc_ccmcmc->cmmc_ccmmc
5270 gsave
5271 1 setlinewidth
5272 0.000 0.000 0.000 edgecolor
5273 newpath 2000 1381 moveto
5274 2053 1377 2132 1371 2201 1368 curveto
5275 3048 1330 3261 1360 4107 1332 curveto
5276 4214 1328 4338 1322 4411 1318 curveto
5277 stroke
5278 0.000 0.000 0.000 edgecolor
5279 newpath 4411.4 1321.48 moveto
5280 4421 1317 lineto
5281 4410.7 1314.51 lineto
5282 closepath fill
5283 1 setlinewidth
5284 solid
5285 0.000 0.000 0.000 edgecolor
5286 newpath 4411.4 1321.48 moveto
5287 4421 1317 lineto
5288 4410.7 1314.51 lineto
5289 closepath stroke
5290 grestore
5291 % cmcicmc_ccmcicmc
5292 gsave
5293 1 setlinewidth
5294 0.000 0.000 0.000 nodecolor
5295 1885 666 75.24 18 ellipse_path stroke
5296 0.000 0.000 0.000 nodecolor
5297 14 /Times-Roman set_font
5298 1838.5 661.9 moveto 93 (c-cic-c=cc-cic-c) alignedtext
5299 grestore
5300 % cmcmc_ccmcmc->cmcicmc_ccmcicmc
5301 gsave
5302 1 setlinewidth
5303 0.000 0.000 0.000 edgecolor
5304 newpath 1916 1369 moveto
5305 1901 1359 1881 1345 1864 1332 curveto
5306 1845 1316 1844 1306 1821 1296 curveto
5307 1714 1248 1674 1289 1560 1260 curveto
5308 1476 1237 1447 1240 1377 1188 curveto
5309 1272 1109 1196 1085 1196 954 curveto
5310 1196 954 1196 954 1196 810 curveto
5311 1196 768 1189 746 1220 720 curveto
5312 1226 715 1626 685 1803 672 curveto
5313 stroke
5314 0.000 0.000 0.000 edgecolor
5315 newpath 1803.4 675.48 moveto
5316 1813 671 lineto
5317 1802.7 668.51 lineto
5318 closepath fill
5319 1 setlinewidth
5320 solid
5321 0.000 0.000 0.000 edgecolor
5322 newpath 1803.4 675.48 moveto
5323 1813 671 lineto
5324 1802.7 668.51 lineto
5325 closepath stroke
5326 grestore
5327 % cmcmc_ccmcmc->mmcmcmc
5328 gsave
5329 1 setlinewidth
5330 0.000 0.000 0.000 edgecolor
5331 newpath 2001 1382 moveto
5332 2102 1375 2313 1359 2489 1332 curveto
5333 2503 1330 2517 1327 2530 1324 curveto
5334 stroke
5335 0.000 0.000 0.000 edgecolor
5336 newpath 2530.88 1327.39 moveto
5337 2540 1322 lineto
5338 2529.51 1320.53 lineto
5339 closepath fill
5340 1 setlinewidth
5341 solid
5342 0.000 0.000 0.000 edgecolor
5343 newpath 2530.88 1327.39 moveto
5344 2540 1322 lineto
5345 2529.51 1320.53 lineto
5346 closepath stroke
5347 grestore
5348 % cicmcmmcm
5349 gsave
5350 1 setlinewidth
5351 0.000 0.000 0.000 nodecolor
5352 6324 1818 43.97 18 ellipse_path stroke
5353 0.000 0.000 0.000 nodecolor
5354 14 /Times-Roman set_font
5355 6300 1813.9 moveto 48 (cic-c--c-) alignedtext
5356 grestore
5357 % cicmcm_ccicmcm
5358 gsave
5359 1 setlinewidth
5360 0.000 0.000 0.000 nodecolor
5361 6870 1746 66.21 18 ellipse_path stroke
5362 0.000 0.000 0.000 nodecolor
5363 14 /Times-Roman set_font
5364 6830 1741.9 moveto 80 (cic-c-=ccic-c-) alignedtext
5365 grestore
5366 % cicmcmmcm->cicmcm_ccicmcm
5367 gsave
5368 1 setlinewidth
5369 0.000 0.000 0.000 edgecolor
5370 newpath 6366 1812 moveto
5371 6391 1808 6424 1804 6453 1800 curveto
5372 6604 1781 6644 1789 6795 1764 curveto
5373 6801 1763 6806 1762 6812 1760 curveto
5374 stroke
5375 0.000 0.000 0.000 edgecolor
5376 newpath 6812.88 1763.39 moveto
5377 6822 1758 lineto
5378 6811.51 1756.53 lineto
5379 closepath fill
5380 1 setlinewidth
5381 solid
5382 0.000 0.000 0.000 edgecolor
5383 newpath 6812.88 1763.39 moveto
5384 6822 1758 lineto
5385 6811.51 1756.53 lineto
5386 closepath stroke
5387 grestore
5388 % cicmcmmcm->cimicmmcm
5389 gsave
5390 1 setlinewidth
5391 0.000 0.000 0.000 edgecolor
5392 newpath 6358 1807 moveto
5393 6451 1776 6714 1693 6940 1656 curveto
5394 7049 1637 7337 1668 7437 1620 curveto
5395 7456 1610 7450 1593 7470 1584 curveto
5396 7528 1553 7719 1597 7763 1548 curveto
5397 7773 1536 7773 1524 7763 1512 curveto
5398 7713 1451 7666 1495 7591 1476 curveto
5399 7537 1462 7527 1449 7473 1440 curveto
5400 7130 1380 7031 1476 6691 1404 curveto
5401 6688 1404 6686 1403 6684 1402 curveto
5402 stroke
5403 0.000 0.000 0.000 edgecolor
5404 newpath 6684.58 1398.52 moveto
5405 6674 1399 lineto
5406 6682.57 1405.23 lineto
5407 closepath fill
5408 1 setlinewidth
5409 solid
5410 0.000 0.000 0.000 edgecolor
5411 newpath 6684.58 1398.52 moveto
5412 6674 1399 lineto
5413 6682.57 1405.23 lineto
5414 closepath stroke
5415 grestore
5416 % cmcmmcm_ccmcmmcm
5417 gsave
5418 1 setlinewidth
5419 0.000 0.000 0.000 nodecolor
5420 2251 1530 75.05 18 ellipse_path stroke
5421 0.000 0.000 0.000 nodecolor
5422 14 /Times-Roman set_font
5423 2205 1525.9 moveto 92 (c-c--c-=cc-c--c-) alignedtext
5424 grestore
5425 % cicmcmmcm->cmcmmcm_ccmcmmcm
5426 gsave
5427 1 setlinewidth
5428 0.000 0.000 0.000 edgecolor
5429 newpath 6285 1809 moveto
5430 6269 1806 6250 1802 6233 1800 curveto
5431 5960 1765 5881 1835 5617 1764 curveto
5432 5583 1754 5581 1736 5546 1728 curveto
5433 5321 1669 4729 1721 4497 1692 curveto
5434 4424 1682 4409 1665 4335 1656 curveto
5435 3993 1610 3903 1643 3558 1620 curveto
5436 3376 1607 3332 1596 3149 1584 curveto
5437 2805 1560 2717 1581 2373 1548 curveto
5438 2357 1546 2340 1544 2323 1541 curveto
5439 stroke
5440 0.000 0.000 0.000 edgecolor
5441 newpath 2323.3 1537.51 moveto
5442 2313 1540 lineto
5443 2322.6 1544.48 lineto
5444 closepath fill
5445 1 setlinewidth
5446 solid
5447 0.000 0.000 0.000 edgecolor
5448 newpath 2323.3 1537.51 moveto
5449 2313 1540 lineto
5450 2322.6 1544.48 lineto
5451 closepath stroke
5452 grestore
5453 % cicmcm_ccicmcm->cicmcmc_ccicmcmc
5454 gsave
5455 1 setlinewidth
5456 0.000 0.000 0.000 edgecolor
5457 newpath 6935 1743 moveto
5458 7120 1733 7641 1704 7653 1692 curveto
5459 7672 1672 7650 1645 7629 1626 curveto
5460 stroke
5461 0.000 0.000 0.000 edgecolor
5462 newpath 7630.83 1622.95 moveto
5463 7621 1619 lineto
5464 7626.22 1628.22 lineto
5465 closepath fill
5466 1 setlinewidth
5467 solid
5468 0.000 0.000 0.000 edgecolor
5469 newpath 7630.83 1622.95 moveto
5470 7621 1619 lineto
5471 7626.22 1628.22 lineto
5472 closepath stroke
5473 grestore
5474 % cimmicmcm
5475 gsave
5476 1 setlinewidth
5477 0.000 0.000 0.000 nodecolor
5478 4547 1674 41.19 18 ellipse_path stroke
5479 0.000 0.000 0.000 nodecolor
5480 14 /Times-Roman set_font
5481 4525 1669.9 moveto 44 (ci--ic-c-) alignedtext
5482 grestore
5483 % cicmcm_ccicmcm->cimmicmcm
5484 gsave
5485 1 setlinewidth
5486 0.000 0.000 0.000 edgecolor
5487 newpath 6824 1733 moveto
5488 6814 1731 6804 1729 6795 1728 curveto
5489 6377 1674 5322 1706 4901 1692 curveto
5490 4794 1688 4667 1681 4598 1677 curveto
5491 stroke
5492 0.000 0.000 0.000 edgecolor
5493 newpath 4598.3 1673.51 moveto
5494 4588 1676 lineto
5495 4597.6 1680.48 lineto
5496 closepath fill
5497 1 setlinewidth
5498 solid
5499 0.000 0.000 0.000 edgecolor
5500 newpath 4598.3 1673.51 moveto
5501 4588 1676 lineto
5502 4597.6 1680.48 lineto
5503 closepath stroke
5504 grestore
5505 % cicmm_ccicmm
5506 gsave
5507 1 setlinewidth
5508 0.000 0.000 0.000 nodecolor
5509 8145 1674 56.98 18 ellipse_path stroke
5510 0.000 0.000 0.000 nodecolor
5511 14 /Times-Roman set_font
5512 8112 1669.9 moveto 66 (cic--=ccic--) alignedtext
5513 grestore
5514 % cicmcm_ccicmcm->cicmm_ccicmm
5515 gsave
5516 1 setlinewidth
5517 0.000 0.000 0.000 edgecolor
5518 newpath 6935 1742 moveto
5519 7003 1738 7115 1732 7211 1728 curveto
5520 7546 1711 7630 1716 7965 1692 curveto
5521 8003 1689 8046 1685 8081 1681 curveto
5522 stroke
5523 0.000 0.000 0.000 edgecolor
5524 newpath 8081.4 1684.48 moveto
5525 8091 1680 lineto
5526 8080.7 1677.51 lineto
5527 closepath fill
5528 1 setlinewidth
5529 solid
5530 0.000 0.000 0.000 edgecolor
5531 newpath 8081.4 1684.48 moveto
5532 8091 1680 lineto
5533 8080.7 1677.51 lineto
5534 closepath stroke
5535 grestore
5536 % mmcicmcm
5537 gsave
5538 1 setlinewidth
5539 0.000 0.000 0.000 nodecolor
5540 3349 1458 39.11 18 ellipse_path stroke
5541 0.000 0.000 0.000 nodecolor
5542 14 /Times-Roman set_font
5543 3328.5 1453.9 moveto 41 (--cic-c-) alignedtext
5544 grestore
5545 % cicmcm_ccicmcm->mmcicmcm
5546 gsave
5547 1 setlinewidth
5548 0.000 0.000 0.000 edgecolor
5549 newpath 6875 1728 moveto
5550 6879 1707 6882 1674 6864 1656 curveto
5551 6821 1614 5848 1634 5790 1620 curveto
5552 5754 1611 5751 1593 5714 1584 curveto
5553 5459 1518 5383 1586 5121 1548 curveto
5554 5053 1537 5038 1520 4969 1512 curveto
5555 4293 1424 4113 1554 3435 1476 curveto
5556 3421 1474 3407 1472 3394 1469 curveto
5557 stroke
5558 0.000 0.000 0.000 edgecolor
5559 newpath 3394.49 1465.53 moveto
5560 3384 1467 lineto
5561 3393.12 1472.39 lineto
5562 closepath fill
5563 1 setlinewidth
5564 solid
5565 0.000 0.000 0.000 edgecolor
5566 newpath 3394.49 1465.53 moveto
5567 3384 1467 lineto
5568 3393.12 1472.39 lineto
5569 closepath stroke
5570 grestore
5571 % cmcm_ccmcm
5572 gsave
5573 1 setlinewidth
5574 0.000 0.000 0.000 nodecolor
5575 1865 1458 52.81 18 ellipse_path stroke
5576 0.000 0.000 0.000 nodecolor
5577 14 /Times-Roman set_font
5578 1835 1453.9 moveto 60 (c-c-=cc-c-) alignedtext
5579 grestore
5580 % cicmcm_ccicmcm->cmcm_ccmcm
5581 gsave
5582 1 setlinewidth
5583 0.000 0.000 0.000 edgecolor
5584 newpath 6867 1728 moveto
5585 6862 1706 6851 1672 6826 1656 curveto
5586 6722 1588 5834 1649 5714 1620 curveto
5587 5678 1611 5675 1592 5638 1584 curveto
5588 5212 1483 4094 1642 3665 1548 curveto
5589 3627 1539 3623 1520 3584 1512 curveto
5590 3438 1478 2382 1481 2231 1476 curveto
5591 2125 1471 2001 1466 1928 1462 curveto
5592 stroke
5593 0.000 0.000 0.000 edgecolor
5594 newpath 1928.3 1458.51 moveto
5595 1918 1461 lineto
5596 1927.6 1465.48 lineto
5597 closepath fill
5598 1 setlinewidth
5599 solid
5600 0.000 0.000 0.000 edgecolor
5601 newpath 1928.3 1458.51 moveto
5602 1918 1461 lineto
5603 1927.6 1465.48 lineto
5604 closepath stroke
5605 grestore
5606 % cimimmcm_ccimimmcm
5607 gsave
5608 1 setlinewidth
5609 0.000 0.000 0.000 nodecolor
5610 7487 1314 73.16 18 ellipse_path stroke
5611 0.000 0.000 0.000 nodecolor
5612 14 /Times-Roman set_font
5613 7442 1309.9 moveto 90 (ci-i--c-=cci-i--c-) alignedtext
5614 grestore
5615 % cimicmmcm->cimimmcm_ccimimmcm
5616 gsave
5617 1 setlinewidth
5618 0.000 0.000 0.000 edgecolor
5619 newpath 6686 1385 moveto
5620 6800 1382 7129 1369 7400 1332 curveto
5621 7408 1331 7415 1329 7423 1328 curveto
5622 stroke
5623 0.000 0.000 0.000 edgecolor
5624 newpath 7423.88 1331.39 moveto
5625 7433 1326 lineto
5626 7422.51 1324.53 lineto
5627 closepath fill
5628 1 setlinewidth
5629 solid
5630 0.000 0.000 0.000 edgecolor
5631 newpath 7423.88 1331.39 moveto
5632 7433 1326 lineto
5633 7422.51 1324.53 lineto
5634 closepath stroke
5635 grestore
5636 % cmcicmmcm
5637 gsave
5638 1 setlinewidth
5639 0.000 0.000 0.000 nodecolor
5640 3790 1098 43.97 18 ellipse_path stroke
5641 0.000 0.000 0.000 nodecolor
5642 14 /Times-Roman set_font
5643 3766 1093.9 moveto 48 (c-cic--c-) alignedtext
5644 grestore
5645 % cimicmmcm->cmcicmmcm
5646 gsave
5647 1 setlinewidth
5648 0.000 0.000 0.000 edgecolor
5649 newpath 6614 1374 moveto
5650 6606 1372 6598 1370 6590 1368 curveto
5651 6458 1338 6416 1374 6288 1332 curveto
5652 6226 1311 6088 1226 6037 1188 curveto
5653 6018 1174 6020 1160 5999 1152 curveto
5654 5893 1109 4071 1123 3957 1116 curveto
5655 3919 1113 3875 1109 3842 1104 curveto
5656 stroke
5657 0.000 0.000 0.000 edgecolor
5658 newpath 3842.3 1100.51 moveto
5659 3832 1103 lineto
5660 3841.6 1107.48 lineto
5661 closepath fill
5662 1 setlinewidth
5663 solid
5664 0.000 0.000 0.000 edgecolor
5665 newpath 3842.3 1100.51 moveto
5666 3832 1103 lineto
5667 3841.6 1107.48 lineto
5668 closepath stroke
5669 grestore
5670 % cmcmmcm_ccmcmmcm->cmcm_ccmcm
5671 gsave
5672 1 setlinewidth
5673 0.000 0.000 0.000 edgecolor
5674 newpath 2194 1518 moveto
5675 2184 1516 2172 1514 2162 1512 curveto
5676 2061 1493 2034 1497 1932 1476 curveto
5677 1927 1475 1921 1473 1916 1472 curveto
5678 stroke
5679 0.000 0.000 0.000 edgecolor
5680 newpath 1916.58 1468.52 moveto
5681 1906 1469 lineto
5682 1914.57 1475.23 lineto
5683 closepath fill
5684 1 setlinewidth
5685 solid
5686 0.000 0.000 0.000 edgecolor
5687 newpath 1916.58 1468.52 moveto
5688 1906 1469 lineto
5689 1914.57 1475.23 lineto
5690 closepath stroke
5691 grestore
5692 % cmcmmcm_ccmcmmcm->cmcicmmcm
5693 gsave
5694 1 setlinewidth
5695 0.000 0.000 0.000 edgecolor
5696 newpath 2215 1514 moveto
5697 2199 1505 2183 1493 2174 1476 curveto
5698 2151 1430 2144 1362 2201 1296 curveto
5699 2269 1219 2536 1169 2636 1152 curveto
5700 2861 1111 3434 1135 3661 1116 curveto
5701 3687 1113 3716 1109 3739 1106 curveto
5702 stroke
5703 0.000 0.000 0.000 edgecolor
5704 newpath 3739.4 1109.48 moveto
5705 3749 1105 lineto
5706 3738.7 1102.51 lineto
5707 closepath fill
5708 1 setlinewidth
5709 solid
5710 0.000 0.000 0.000 edgecolor
5711 newpath 3739.4 1109.48 moveto
5712 3749 1105 lineto
5713 3738.7 1102.51 lineto
5714 closepath stroke
5715 grestore
5716 % cmcmmcm_ccmcmmcm->cmcmcmcm_ccmcmcmcm
5717 gsave
5718 1 setlinewidth
5719 0.000 0.000 0.000 edgecolor
5720 newpath 2196 1518 moveto
5721 2185 1515 2173 1513 2162 1512 curveto
5722 2076 1499 1840 1529 1770 1476 curveto
5723 1751 1461 1743 1434 1740 1414 curveto
5724 stroke
5725 0.000 0.000 0.000 edgecolor
5726 newpath 1743.48 1413.6 moveto
5727 1739 1404 lineto
5728 1736.51 1414.3 lineto
5729 closepath fill
5730 1 setlinewidth
5731 solid
5732 0.000 0.000 0.000 edgecolor
5733 newpath 1743.48 1413.6 moveto
5734 1739 1404 lineto
5735 1736.51 1414.3 lineto
5736 closepath stroke
5737 grestore
5738 % cmcmmcmc_ccmcmmcmc
5739 gsave
5740 1 setlinewidth
5741 0.000 0.000 0.000 nodecolor
5742 1596 1458 84.08 18 ellipse_path stroke
5743 0.000 0.000 0.000 nodecolor
5744 14 /Times-Roman set_font
5745 1543.5 1453.9 moveto 105 (c-c--c-c=cc-c--c-c) alignedtext
5746 grestore
5747 % cmcmmcm_ccmcmmcm->cmcmmcmc_ccmcmmcmc
5748 gsave
5749 1 setlinewidth
5750 0.000 0.000 0.000 edgecolor
5751 newpath 2196 1518 moveto
5752 2185 1515 2173 1513 2162 1512 curveto
5753 1956 1483 1901 1502 1694 1476 curveto
5754 1685 1475 1677 1473 1668 1472 curveto
5755 stroke
5756 0.000 0.000 0.000 edgecolor
5757 newpath 1668.49 1468.53 moveto
5758 1658 1470 lineto
5759 1667.12 1475.39 lineto
5760 closepath fill
5761 1 setlinewidth
5762 solid
5763 0.000 0.000 0.000 edgecolor
5764 newpath 1668.49 1468.53 moveto
5765 1658 1470 lineto
5766 1667.12 1475.39 lineto
5767 closepath stroke
5768 grestore
5769 % cmcmmcicm
5770 gsave
5771 1 setlinewidth
5772 0.000 0.000 0.000 nodecolor
5773 2093 1098 43.97 18 ellipse_path stroke
5774 0.000 0.000 0.000 nodecolor
5775 14 /Times-Roman set_font
5776 2069 1093.9 moveto 48 (c-c--cic-) alignedtext
5777 grestore
5778 % cmcmmcm_ccmcmmcm->cmcmmcicm
5779 gsave
5780 1 setlinewidth
5781 0.000 0.000 0.000 edgecolor
5782 newpath 2195 1518 moveto
5783 2186 1516 2175 1514 2166 1512 curveto
5784 2123 1503 1999 1510 1970 1476 curveto
5785 1921 1416 2044 1405 2044 1404 curveto
5786 2053 1390 2046 1383 2044 1368 curveto
5787 2034 1270 1957 1237 2004 1152 curveto
5788 2014 1134 2031 1122 2049 1114 curveto
5789 stroke
5790 0.000 0.000 0.000 edgecolor
5791 newpath 2050.96 1116.92 moveto
5792 2058 1109 lineto
5793 2047.56 1110.8 lineto
5794 closepath fill
5795 1 setlinewidth
5796 solid
5797 0.000 0.000 0.000 edgecolor
5798 newpath 2050.96 1116.92 moveto
5799 2058 1109 lineto
5800 2047.56 1110.8 lineto
5801 closepath stroke
5802 grestore
5803 % cimmcmcm_ccimmcmcm
5804 gsave
5805 1 setlinewidth
5806 0.000 0.000 0.000 nodecolor
5807 3233 1530 79.22 18 ellipse_path stroke
5808 0.000 0.000 0.000 nodecolor
5809 14 /Times-Roman set_font
5810 3184 1525.9 moveto 98 (ci--c-c-=cci--c-c-) alignedtext
5811 grestore
5812 % cimmicmcm->cimmcmcm_ccimmcmcm
5813 gsave
5814 1 setlinewidth
5815 0.000 0.000 0.000 edgecolor
5816 newpath 4509 1668 moveto
5817 4483 1664 4447 1659 4416 1656 curveto
5818 4125 1628 4049 1654 3757 1620 curveto
5819 3670 1609 3649 1598 3562 1584 curveto
5820 3454 1566 3426 1567 3317 1548 curveto
5821 3311 1547 3306 1546 3300 1544 curveto
5822 stroke
5823 0.000 0.000 0.000 edgecolor
5824 newpath 3300.3 1540.51 moveto
5825 3290 1543 lineto
5826 3299.6 1547.48 lineto
5827 closepath fill
5828 1 setlinewidth
5829 solid
5830 0.000 0.000 0.000 edgecolor
5831 newpath 3300.3 1540.51 moveto
5832 3290 1543 lineto
5833 3299.6 1547.48 lineto
5834 closepath stroke
5835 grestore
5836 % cimmicmm_ccimmicmm
5837 gsave
5838 1 setlinewidth
5839 0.000 0.000 0.000 nodecolor
5840 7355 1602 73.16 18 ellipse_path stroke
5841 0.000 0.000 0.000 nodecolor
5842 14 /Times-Roman set_font
5843 7310 1597.9 moveto 90 (ci--ic--=cci--ic--) alignedtext
5844 grestore
5845 % cimmicmcm->cimmicmm_ccimmicmm
5846 gsave
5847 1 setlinewidth
5848 0.000 0.000 0.000 edgecolor
5849 newpath 4588 1671 moveto
5850 4654 1667 4788 1660 4901 1656 curveto
5851 5420 1638 6718 1662 7235 1620 curveto
5852 7251 1618 7269 1616 7285 1614 curveto
5853 stroke
5854 0.000 0.000 0.000 edgecolor
5855 newpath 7285.88 1617.39 moveto
5856 7295 1612 lineto
5857 7284.51 1610.53 lineto
5858 closepath fill
5859 1 setlinewidth
5860 solid
5861 0.000 0.000 0.000 edgecolor
5862 newpath 7285.88 1617.39 moveto
5863 7295 1612 lineto
5864 7284.51 1610.53 lineto
5865 closepath stroke
5866 grestore
5867 % cmmicmcm_ccmmicmcm
5868 gsave
5869 1 setlinewidth
5870 0.000 0.000 0.000 nodecolor
5871 3955 1530 79.22 18 ellipse_path stroke
5872 0.000 0.000 0.000 nodecolor
5873 14 /Times-Roman set_font
5874 3906 1525.9 moveto 98 (c--ic-c-=cc--ic-c-) alignedtext
5875 grestore
5876 % cimmicmcm->cmmicmcm_ccmmicmcm
5877 gsave
5878 1 setlinewidth
5879 0.000 0.000 0.000 edgecolor
5880 newpath 4515 1663 moveto
5881 4507 1660 4500 1658 4492 1656 curveto
5882 4422 1636 4401 1643 4331 1620 curveto
5883 4294 1607 4288 1595 4250 1584 curveto
5884 4211 1572 4104 1554 4031 1542 curveto
5885 stroke
5886 0.000 0.000 0.000 edgecolor
5887 newpath 4031.49 1538.53 moveto
5888 4021 1540 lineto
5889 4030.12 1545.39 lineto
5890 closepath fill
5891 1 setlinewidth
5892 solid
5893 0.000 0.000 0.000 edgecolor
5894 newpath 4031.49 1538.53 moveto
5895 4021 1540 lineto
5896 4030.12 1545.39 lineto
5897 closepath stroke
5898 grestore
5899 % cicmm_ccicmm->cicmmc_ccicmmc
5900 gsave
5901 1 setlinewidth
5902 0.000 0.000 0.000 edgecolor
5903 newpath 8193 1664 moveto
5904 8219 1656 8250 1643 8270 1620 curveto
5905 8284 1602 8290 1577 8293 1558 curveto
5906 stroke
5907 0.000 0.000 0.000 edgecolor
5908 newpath 8296.49 1558.3 moveto
5909 8294 1548 lineto
5910 8289.52 1557.6 lineto
5911 closepath fill
5912 1 setlinewidth
5913 solid
5914 0.000 0.000 0.000 edgecolor
5915 newpath 8296.49 1558.3 moveto
5916 8294 1548 lineto
5917 8289.52 1557.6 lineto
5918 closepath stroke
5919 grestore
5920 % cicmm_ccicmm->cimmicmm_ccimmicmm
5921 gsave
5922 1 setlinewidth
5923 0.000 0.000 0.000 edgecolor
5924 newpath 8092 1667 moveto
5925 8064 1663 8029 1659 7998 1656 curveto
5926 7782 1634 7728 1640 7513 1620 curveto
5927 7486 1617 7457 1614 7431 1611 curveto
5928 stroke
5929 0.000 0.000 0.000 edgecolor
5930 newpath 7431.3 1607.51 moveto
5931 7421 1610 lineto
5932 7430.6 1614.48 lineto
5933 closepath fill
5934 1 setlinewidth
5935 solid
5936 0.000 0.000 0.000 edgecolor
5937 newpath 7431.3 1607.51 moveto
5938 7421 1610 lineto
5939 7430.6 1614.48 lineto
5940 closepath stroke
5941 grestore
5942 % mmcicmm
5943 gsave
5944 1 setlinewidth
5945 0.000 0.000 0.000 nodecolor
5946 3867 1386 34.94 18 ellipse_path stroke
5947 0.000 0.000 0.000 nodecolor
5948 14 /Times-Roman set_font
5949 3849.5 1381.9 moveto 35 (--cic--) alignedtext
5950 grestore
5951 % cicmm_ccicmm->mmcicmm
5952 gsave
5953 1 setlinewidth
5954 0.000 0.000 0.000 edgecolor
5955 newpath 8193 1664 moveto
5956 8249 1650 8338 1617 8369 1548 curveto
5957 8375 1533 8375 1526 8369 1512 curveto
5958 8358 1489 8344 1493 8326 1476 curveto
5959 8310 1461 8312 1448 8293 1440 curveto
5960 8182 1390 4069 1417 3949 1404 curveto
5961 3935 1402 3921 1400 3908 1396 curveto
5962 stroke
5963 0.000 0.000 0.000 edgecolor
5964 newpath 3908.49 1392.53 moveto
5965 3898 1394 lineto
5966 3907.12 1399.39 lineto
5967 closepath fill
5968 1 setlinewidth
5969 solid
5970 0.000 0.000 0.000 edgecolor
5971 newpath 3908.49 1392.53 moveto
5972 3898 1394 lineto
5973 3907.12 1399.39 lineto
5974 closepath stroke
5975 grestore
5976 % cmm_ccmm
5977 gsave
5978 1 setlinewidth
5979 0.000 0.000 0.000 nodecolor
5980 7214 1386 43.78 18 ellipse_path stroke
5981 0.000 0.000 0.000 nodecolor
5982 14 /Times-Roman set_font
5983 7190.5 1381.9 moveto 47 (c--=cc--) alignedtext
5984 grestore
5985 % cicmm_ccicmm->cmm_ccmm
5986 gsave
5987 1 setlinewidth
5988 0.000 0.000 0.000 edgecolor
5989 newpath 8201 1670 moveto
5990 8269 1664 8377 1650 8402 1620 curveto
5991 8456 1552 8406 1473 8326 1440 curveto
5992 8217 1394 7382 1425 7267 1404 curveto
5993 7263 1403 7259 1403 7256 1401 curveto
5994 stroke
5995 0.000 0.000 0.000 edgecolor
5996 newpath 7256.58 1397.52 moveto
5997 7246 1398 lineto
5998 7254.57 1404.23 lineto
5999 closepath fill
6000 1 setlinewidth
6001 solid
6002 0.000 0.000 0.000 edgecolor
6003 newpath 7256.58 1397.52 moveto
6004 7246 1398 lineto
6005 7254.57 1404.23 lineto
6006 closepath stroke
6007 grestore
6008 % mmcicmcm->mmcicmcmc
6009 gsave
6010 1 setlinewidth
6011 0.000 0.000 0.000 edgecolor
6012 newpath 3383 1449 moveto
6013 3399 1446 3418 1442 3435 1440 curveto
6014 3955 1378 4092 1461 4611 1404 curveto
6015 4626 1402 4642 1399 4656 1397 curveto
6016 stroke
6017 0.000 0.000 0.000 edgecolor
6018 newpath 4656.88 1400.39 moveto
6019 4666 1395 lineto
6020 4655.51 1393.53 lineto
6021 closepath fill
6022 1 setlinewidth
6023 solid
6024 0.000 0.000 0.000 edgecolor
6025 newpath 4656.88 1400.39 moveto
6026 4666 1395 lineto
6027 4655.51 1393.53 lineto
6028 closepath stroke
6029 grestore
6030 % mmcicmcm->mmcimicm
6031 gsave
6032 1 setlinewidth
6033 0.000 0.000 0.000 edgecolor
6034 newpath 3374 1444 moveto
6035 3451 1402 3691 1274 3907 1224 curveto
6036 4155 1166 4226 1223 4477 1188 curveto
6037 4613 1169 4768 1129 4841 1110 curveto
6038 stroke
6039 0.000 0.000 0.000 edgecolor
6040 newpath 4842.43 1113.23 moveto
6041 4851 1107 lineto
6042 4840.42 1106.52 lineto
6043 closepath fill
6044 1 setlinewidth
6045 solid
6046 0.000 0.000 0.000 edgecolor
6047 newpath 4842.43 1113.23 moveto
6048 4851 1107 lineto
6049 4840.42 1106.52 lineto
6050 closepath stroke
6051 grestore
6052 % mmcicmcm->mmcicmm
6053 gsave
6054 1 setlinewidth
6055 0.000 0.000 0.000 edgecolor
6056 newpath 3379 1446 moveto
6057 3387 1444 3394 1442 3402 1440 curveto
6058 3564 1405 3608 1427 3771 1404 curveto
6059 3788 1402 3807 1398 3824 1395 curveto
6060 stroke
6061 0.000 0.000 0.000 edgecolor
6062 newpath 3824.88 1398.39 moveto
6063 3834 1393 lineto
6064 3823.51 1391.53 lineto
6065 closepath fill
6066 1 setlinewidth
6067 solid
6068 0.000 0.000 0.000 edgecolor
6069 newpath 3824.88 1398.39 moveto
6070 3834 1393 lineto
6071 3823.51 1391.53 lineto
6072 closepath stroke
6073 grestore
6074 % cmmcicmcm
6075 gsave
6076 1 setlinewidth
6077 0.000 0.000 0.000 nodecolor
6078 3718 1386 43.97 18 ellipse_path stroke
6079 0.000 0.000 0.000 nodecolor
6080 14 /Times-Roman set_font
6081 3694 1381.9 moveto 48 (c--cic-c-) alignedtext
6082 grestore
6083 % mmcicmcm->cmmcicmcm
6084 gsave
6085 1 setlinewidth
6086 0.000 0.000 0.000 edgecolor
6087 newpath 3380 1447 moveto
6088 3387 1444 3395 1442 3402 1440 curveto
6089 3499 1415 3525 1421 3622 1404 curveto
6090 3637 1402 3653 1398 3668 1396 curveto
6091 stroke
6092 0.000 0.000 0.000 edgecolor
6093 newpath 3668.88 1399.39 moveto
6094 3678 1394 lineto
6095 3667.51 1392.53 lineto
6096 closepath fill
6097 1 setlinewidth
6098 solid
6099 0.000 0.000 0.000 edgecolor
6100 newpath 3668.88 1399.39 moveto
6101 3678 1394 lineto
6102 3667.51 1392.53 lineto
6103 closepath stroke
6104 grestore
6105 % mmcmcm
6106 gsave
6107 1 setlinewidth
6108 0.000 0.000 0.000 nodecolor
6109 2345 1386 32.86 18 ellipse_path stroke
6110 0.000 0.000 0.000 nodecolor
6111 14 /Times-Roman set_font
6112 2329 1381.9 moveto 32 (--c-c-) alignedtext
6113 grestore
6114 % mmcicmcm->mmcmcm
6115 gsave
6116 1 setlinewidth
6117 0.000 0.000 0.000 edgecolor
6118 newpath 3321 1445 moveto
6119 3314 1443 3308 1441 3301 1440 curveto
6120 2903 1359 2784 1493 2387 1404 curveto
6121 2384 1404 2382 1403 2379 1402 curveto
6122 stroke
6123 0.000 0.000 0.000 edgecolor
6124 newpath 2380.56 1398.86 moveto
6125 2370 1398 lineto
6126 2377.72 1405.26 lineto
6127 closepath fill
6128 1 setlinewidth
6129 solid
6130 0.000 0.000 0.000 edgecolor
6131 newpath 2380.56 1398.86 moveto
6132 2370 1398 lineto
6133 2377.72 1405.26 lineto
6134 closepath stroke
6135 grestore
6136 % cmcm_ccmcm->cmcmc_ccmcmc
6137 gsave
6138 1 setlinewidth
6139 0.000 0.000 0.000 edgecolor
6140 newpath 1883 1441 moveto
6141 1893 1432 1904 1421 1915 1410 curveto
6142 stroke
6143 0.000 0.000 0.000 edgecolor
6144 newpath 1917.4 1412.55 moveto
6145 1922 1403 lineto
6146 1912.45 1407.6 lineto
6147 closepath fill
6148 1 setlinewidth
6149 solid
6150 0.000 0.000 0.000 edgecolor
6151 newpath 1917.4 1412.55 moveto
6152 1922 1403 lineto
6153 1912.45 1407.6 lineto
6154 closepath stroke
6155 grestore
6156 % cmcm_ccmcm->cmm_ccmm
6157 gsave
6158 1 setlinewidth
6159 0.000 0.000 0.000 edgecolor
6160 newpath 1917 1455 moveto
6161 1988 1450 2120 1443 2231 1440 curveto
6162 2505 1432 6890 1449 7161 1404 curveto
6163 7165 1403 7169 1403 7172 1401 curveto
6164 stroke
6165 0.000 0.000 0.000 edgecolor
6166 newpath 7173.43 1404.23 moveto
6167 7182 1398 lineto
6168 7171.42 1397.52 lineto
6169 closepath fill
6170 1 setlinewidth
6171 solid
6172 0.000 0.000 0.000 edgecolor
6173 newpath 7173.43 1404.23 moveto
6174 7182 1398 lineto
6175 7171.42 1397.52 lineto
6176 closepath stroke
6177 grestore
6178 % cmcicm_ccmcicm
6179 gsave
6180 1 setlinewidth
6181 0.000 0.000 0.000 nodecolor
6182 1510 738 66.21 18 ellipse_path stroke
6183 0.000 0.000 0.000 nodecolor
6184 14 /Times-Roman set_font
6185 1470 733.9 moveto 80 (c-cic-=cc-cic-) alignedtext
6186 grestore
6187 % cmcm_ccmcm->cmcicm_ccmcicm
6188 gsave
6189 1 setlinewidth
6190 0.000 0.000 0.000 edgecolor
6191 newpath 1909 1448 moveto
6192 1947 1437 1999 1421 2011 1404 curveto
6193 2021 1390 2020 1381 2011 1368 curveto
6194 1910 1206 1767 1343 1595 1260 curveto
6195 1554 1239 1546 1227 1521 1188 curveto
6196 1436 1050 1481 841 1501 766 curveto
6197 stroke
6198 0.000 0.000 0.000 edgecolor
6199 newpath 1504.48 766.58 moveto
6200 1504 756 lineto
6201 1497.77 764.57 lineto
6202 closepath fill
6203 1 setlinewidth
6204 solid
6205 0.000 0.000 0.000 edgecolor
6206 newpath 1504.48 766.58 moveto
6207 1504 756 lineto
6208 1497.77 764.57 lineto
6209 closepath stroke
6210 grestore
6211 % cmcm_ccmcm->mmcmcm
6212 gsave
6213 1 setlinewidth
6214 0.000 0.000 0.000 edgecolor
6215 newpath 1916 1452 moveto
6216 2023 1441 2267 1413 2303 1404 curveto
6217 2306 1403 2308 1402 2310 1401 curveto
6218 stroke
6219 0.000 0.000 0.000 edgecolor
6220 newpath 2311.43 1404.23 moveto
6221 2320 1398 lineto
6222 2309.42 1397.52 lineto
6223 closepath fill
6224 1 setlinewidth
6225 solid
6226 0.000 0.000 0.000 edgecolor
6227 newpath 2311.43 1404.23 moveto
6228 2320 1398 lineto
6229 2309.42 1397.52 lineto
6230 closepath stroke
6231 grestore
6232 % cicmmcmcm
6233 gsave
6234 1 setlinewidth
6235 0.000 0.000 0.000 nodecolor
6236 7108 1386 43.97 18 ellipse_path stroke
6237 0.000 0.000 0.000 nodecolor
6238 14 /Times-Roman set_font
6239 7084 1381.9 moveto 48 (cic--c-c-) alignedtext
6240 grestore
6241 % cicmmcmcm->cicmmcmm_ccicmmcmm
6242 gsave
6243 1 setlinewidth
6244 0.000 0.000 0.000 edgecolor
6245 newpath 7140 1373 moveto
6246 7146 1371 7154 1369 7161 1368 curveto
6247 7440 1313 7518 1368 7801 1332 curveto
6248 7808 1331 7815 1330 7822 1329 curveto
6249 stroke
6250 0.000 0.000 0.000 edgecolor
6251 newpath 7822.88 1332.39 moveto
6252 7832 1327 lineto
6253 7821.51 1325.53 lineto
6254 closepath fill
6255 1 setlinewidth
6256 solid
6257 0.000 0.000 0.000 edgecolor
6258 newpath 7822.88 1332.39 moveto
6259 7832 1327 lineto
6260 7821.51 1325.53 lineto
6261 closepath stroke
6262 grestore
6263 % cicmmcmcm->cimimmcm_ccimimmcm
6264 gsave
6265 1 setlinewidth
6266 0.000 0.000 0.000 edgecolor
6267 newpath 7140 1374 moveto
6268 7147 1371 7154 1369 7161 1368 curveto
6269 7265 1342 7294 1350 7400 1332 curveto
6270 7407 1331 7414 1329 7421 1328 curveto
6271 stroke
6272 0.000 0.000 0.000 edgecolor
6273 newpath 7421.88 1331.39 moveto
6274 7431 1326 lineto
6275 7420.51 1324.53 lineto
6276 closepath fill
6277 1 setlinewidth
6278 solid
6279 0.000 0.000 0.000 edgecolor
6280 newpath 7421.88 1331.39 moveto
6281 7431 1326 lineto
6282 7420.51 1324.53 lineto
6283 closepath stroke
6284 grestore
6285 % cmmcmcm_ccmmcmcm
6286 gsave
6287 1 setlinewidth
6288 0.000 0.000 0.000 nodecolor
6289 2703 1314 75.05 18 ellipse_path stroke
6290 0.000 0.000 0.000 nodecolor
6291 14 /Times-Roman set_font
6292 2657 1309.9 moveto 92 (c--c-c-=cc--c-c-) alignedtext
6293 grestore
6294 % cicmmcmcm->cmmcmcm_ccmmcmcm
6295 gsave
6296 1 setlinewidth
6297 0.000 0.000 0.000 edgecolor
6298 newpath 7064 1383 moveto
6299 6989 1379 6829 1371 6695 1368 curveto
6300 6260 1356 3219 1379 2787 1332 curveto
6301 2780 1331 2773 1330 2766 1329 curveto
6302 stroke
6303 0.000 0.000 0.000 edgecolor
6304 newpath 2766.49 1325.53 moveto
6305 2756 1327 lineto
6306 2765.12 1332.39 lineto
6307 closepath fill
6308 1 setlinewidth
6309 solid
6310 0.000 0.000 0.000 edgecolor
6311 newpath 2766.49 1325.53 moveto
6312 2756 1327 lineto
6313 2765.12 1332.39 lineto
6314 closepath stroke
6315 grestore
6316 % cimicm_ccimicm
6317 gsave
6318 1 setlinewidth
6319 0.000 0.000 0.000 nodecolor
6320 6411 1242 61.15 18 ellipse_path stroke
6321 0.000 0.000 0.000 nodecolor
6322 14 /Times-Roman set_font
6323 6375 1237.9 moveto 72 (ci-ic-=cci-ic-) alignedtext
6324 grestore
6325 % cimimmcm_ccimimmcm->cimicm_ccimicm
6326 gsave
6327 1 setlinewidth
6328 0.000 0.000 0.000 edgecolor
6329 newpath 7427 1304 moveto
6330 7408 1301 7386 1298 7367 1296 curveto
6331 6974 1258 6870 1317 6481 1260 curveto
6332 6476 1259 6470 1258 6465 1257 curveto
6333 stroke
6334 0.000 0.000 0.000 edgecolor
6335 newpath 6465.49 1253.53 moveto
6336 6455 1255 lineto
6337 6464.12 1260.39 lineto
6338 closepath fill
6339 1 setlinewidth
6340 solid
6341 0.000 0.000 0.000 edgecolor
6342 newpath 6465.49 1253.53 moveto
6343 6455 1255 lineto
6344 6464.12 1260.39 lineto
6345 closepath stroke
6346 grestore
6347 % cimimmcm_ccimimmcm->cimimmcmc
6348 gsave
6349 1 setlinewidth
6350 0.000 0.000 0.000 edgecolor
6351 newpath 7433 1302 moveto
6352 7422 1300 7411 1298 7400 1296 curveto
6353 7248 1272 7206 1292 7056 1260 curveto
6354 7052 1259 7047 1258 7043 1257 curveto
6355 stroke
6356 0.000 0.000 0.000 edgecolor
6357 newpath 7043.58 1253.52 moveto
6358 7033 1254 lineto
6359 7041.57 1260.23 lineto
6360 closepath fill
6361 1 setlinewidth
6362 solid
6363 0.000 0.000 0.000 edgecolor
6364 newpath 7043.58 1253.52 moveto
6365 7033 1254 lineto
6366 7041.57 1260.23 lineto
6367 closepath stroke
6368 grestore
6369 % cmcimmcm_ccmcimmcm
6370 gsave
6371 1 setlinewidth
6372 0.000 0.000 0.000 nodecolor
6373 4331 954 79.22 18 ellipse_path stroke
6374 0.000 0.000 0.000 nodecolor
6375 14 /Times-Roman set_font
6376 4282 949.9 moveto 98 (c-ci--c-=cc-ci--c-) alignedtext
6377 grestore
6378 % cimimmcm_ccimimmcm->cmcimmcm_ccmcimmcm
6379 gsave
6380 1 setlinewidth
6381 0.000 0.000 0.000 edgecolor
6382 newpath 7428 1303 moveto
6383 7413 1301 7397 1298 7382 1296 curveto
6384 7271 1278 7239 1291 7132 1260 curveto
6385 7094 1249 7088 1236 7051 1224 curveto
6386 6923 1180 6888 1178 6757 1152 curveto
6387 6563 1112 6515 1099 6319 1080 curveto
6388 5879 1036 5764 1090 5325 1044 curveto
6389 5234 1034 5213 1019 5122 1008 curveto
6390 4869 977 4567 963 4419 957 curveto
6391 stroke
6392 0.000 0.000 0.000 edgecolor
6393 newpath 4419 953.5 moveto
6394 4409 957 lineto
6395 4419 960.5 lineto
6396 closepath fill
6397 1 setlinewidth
6398 solid
6399 0.000 0.000 0.000 edgecolor
6400 newpath 4419 953.5 moveto
6401 4409 957 lineto
6402 4419 960.5 lineto
6403 closepath stroke
6404 grestore
6405 % cmmcmcmc_ccmmcmcmc
6406 gsave
6407 1 setlinewidth
6408 0.000 0.000 0.000 nodecolor
6409 2729 1170 84.08 18 ellipse_path stroke
6410 0.000 0.000 0.000 nodecolor
6411 14 /Times-Roman set_font
6412 2676.5 1165.9 moveto 105 (c--c-c-c=cc--c-c-c) alignedtext
6413 grestore
6414 % cmmcmcm_ccmmcmcm->cmmcmcmc_ccmmcmcmc
6415 gsave
6416 1 setlinewidth
6417 0.000 0.000 0.000 edgecolor
6418 newpath 2737 1298 moveto
6419 2752 1289 2768 1276 2776 1260 curveto
6420 2784 1245 2782 1238 2776 1224 curveto
6421 2772 1214 2765 1204 2758 1195 curveto
6422 stroke
6423 0.000 0.000 0.000 edgecolor
6424 newpath 2759.83 1191.95 moveto
6425 2750 1188 lineto
6426 2755.22 1197.22 lineto
6427 closepath fill
6428 1 setlinewidth
6429 solid
6430 0.000 0.000 0.000 edgecolor
6431 newpath 2759.83 1191.95 moveto
6432 2750 1188 lineto
6433 2755.22 1197.22 lineto
6434 closepath stroke
6435 grestore
6436 % cmmcmcm_ccmmcmcm->cmmcmm_ccmmcmm
6437 gsave
6438 1 setlinewidth
6439 0.000 0.000 0.000 edgecolor
6440 newpath 2756 1301 moveto
6441 2766 1299 2777 1297 2787 1296 curveto
6442 3198 1244 3304 1282 3717 1260 curveto
6443 3782 1256 3855 1251 3908 1248 curveto
6444 stroke
6445 0.000 0.000 0.000 edgecolor
6446 newpath 3908.4 1251.48 moveto
6447 3918 1247 lineto
6448 3907.7 1244.51 lineto
6449 closepath fill
6450 1 setlinewidth
6451 solid
6452 0.000 0.000 0.000 edgecolor
6453 newpath 3908.4 1251.48 moveto
6454 3918 1247 lineto
6455 3907.7 1244.51 lineto
6456 closepath stroke
6457 grestore
6458 % cmmcmcicm
6459 gsave
6460 1 setlinewidth
6461 0.000 0.000 0.000 nodecolor
6462 2814 594 43.97 18 ellipse_path stroke
6463 0.000 0.000 0.000 nodecolor
6464 14 /Times-Roman set_font
6465 2790 589.9 moveto 48 (c--c-cic-) alignedtext
6466 grestore
6467 % cmmcmcm_ccmmcmcm->cmmcmcicm
6468 gsave
6469 1 setlinewidth
6470 0.000 0.000 0.000 edgecolor
6471 newpath 2650 1301 moveto
6472 2639 1299 2629 1297 2619 1296 curveto
6473 2421 1266 2368 1287 2168 1260 curveto
6474 2088 1248 2069 1236 1988 1224 curveto
6475 1923 1213 1745 1229 1693 1188 curveto
6476 1603 1114 1587 1048 1619 936 curveto
6477 1651 827 1659 779 1755 720 curveto
6478 1910 625 1999 764 2161 684 curveto
6479 2181 674 2175 657 2194 648 curveto
6480 2308 593 2638 636 2761 612 curveto
6481 2765 611 2769 611 2772 609 curveto
6482 stroke
6483 0.000 0.000 0.000 edgecolor
6484 newpath 2773.43 612.23 moveto
6485 2782 606 lineto
6486 2771.42 605.52 lineto
6487 closepath fill
6488 1 setlinewidth
6489 solid
6490 0.000 0.000 0.000 edgecolor
6491 newpath 2773.43 612.23 moveto
6492 2782 606 lineto
6493 2771.42 605.52 lineto
6494 closepath stroke
6495 grestore
6496 % mimmcm_cmimmcm
6497 gsave
6498 1 setlinewidth
6499 0.000 0.000 0.000 nodecolor
6500 2910 666 59.96 18 ellipse_path stroke
6501 0.000 0.000 0.000 nodecolor
6502 14 /Times-Roman set_font
6503 2874.5 661.9 moveto 71 (-i--c-=c-i--c-) alignedtext
6504 grestore
6505 % cmmcmcm_ccmmcmcm->mimmcm_cmimmcm
6506 gsave
6507 1 setlinewidth
6508 0.000 0.000 0.000 edgecolor
6509 newpath 2648 1302 moveto
6510 2638 1300 2628 1298 2619 1296 curveto
6511 2420 1258 2370 1248 2168 1224 curveto
6512 2118 1218 1751 1223 1714 1188 curveto
6513 1680 1154 1703 1127 1706 1080 curveto
6514 1717 950 1660 882 1753 792 curveto
6515 1832 716 2602 678 2840 668 curveto
6516 stroke
6517 0.000 0.000 0.000 edgecolor
6518 newpath 2840 671.5 moveto
6519 2850 668 lineto
6520 2840 664.5 lineto
6521 closepath fill
6522 1 setlinewidth
6523 solid
6524 0.000 0.000 0.000 edgecolor
6525 newpath 2840 671.5 moveto
6526 2850 668 lineto
6527 2840 664.5 lineto
6528 closepath stroke
6529 grestore
6530 % cmmimim_ccmmimim
6531 gsave
6532 1 setlinewidth
6533 0.000 0.000 0.000 nodecolor
6534 5100 882 64.12 18 ellipse_path stroke
6535 0.000 0.000 0.000 nodecolor
6536 14 /Times-Roman set_font
6537 5061.5 877.9 moveto 77 (c--i-i-=cc--i-i-) alignedtext
6538 grestore
6539 % cimim_ccimim->cmmimim_ccmmimim
6540 gsave
6541 1 setlinewidth
6542 0.000 0.000 0.000 edgecolor
6543 newpath 6048 952 moveto
6544 5879 946 5349 924 5178 900 curveto
6545 5171 899 5165 897 5158 896 curveto
6546 stroke
6547 0.000 0.000 0.000 edgecolor
6548 newpath 5158.49 892.53 moveto
6549 5148 894 lineto
6550 5157.12 899.39 lineto
6551 closepath fill
6552 1 setlinewidth
6553 solid
6554 0.000 0.000 0.000 edgecolor
6555 newpath 5158.49 892.53 moveto
6556 5148 894 lineto
6557 5157.12 899.39 lineto
6558 closepath stroke
6559 grestore
6560 % mmcimim
6561 gsave
6562 1 setlinewidth
6563 0.000 0.000 0.000 nodecolor
6564 4790 810 32.16 18 ellipse_path stroke
6565 0.000 0.000 0.000 nodecolor
6566 14 /Times-Roman set_font
6567 4774.5 805.9 moveto 31 (--ci-i-) alignedtext
6568 grestore
6569 % cimim_ccimim->mmcimim
6570 gsave
6571 1 setlinewidth
6572 0.000 0.000 0.000 edgecolor
6573 newpath 6048 953 moveto
6574 5870 948 5294 930 5216 900 curveto
6575 5193 890 5196 873 5173 864 curveto
6576 5051 810 5007 850 4874 828 curveto
6577 4860 826 4844 822 4830 819 curveto
6578 stroke
6579 0.000 0.000 0.000 edgecolor
6580 newpath 4830.49 815.53 moveto
6581 4820 817 lineto
6582 4829.12 822.39 lineto
6583 closepath fill
6584 1 setlinewidth
6585 solid
6586 0.000 0.000 0.000 edgecolor
6587 newpath 4830.49 815.53 moveto
6588 4820 817 lineto
6589 4829.12 822.39 lineto
6590 closepath stroke
6591 grestore
6592 % cmcicmmim
6593 gsave
6594 1 setlinewidth
6595 0.000 0.000 0.000 nodecolor
6596 2707 450 41.19 18 ellipse_path stroke
6597 0.000 0.000 0.000 nodecolor
6598 14 /Times-Roman set_font
6599 2685 445.9 moveto 44 (c-cic--i-) alignedtext
6600 grestore
6601 % cmcicmcmm->cmcicmmim
6602 gsave
6603 1 setlinewidth
6604 0.000 0.000 0.000 edgecolor
6605 newpath 2336 582 moveto
6606 2342 580 2349 578 2355 576 curveto
6607 2419 557 2442 571 2500 540 curveto
6608 2521 528 2518 515 2538 504 curveto
6609 2584 477 2602 484 2652 468 curveto
6610 2656 467 2660 465 2664 464 curveto
6611 stroke
6612 0.000 0.000 0.000 edgecolor
6613 newpath 2665.43 467.23 moveto
6614 2674 461 lineto
6615 2663.42 460.52 lineto
6616 closepath fill
6617 1 setlinewidth
6618 solid
6619 0.000 0.000 0.000 edgecolor
6620 newpath 2665.43 467.23 moveto
6621 2674 461 lineto
6622 2663.42 460.52 lineto
6623 closepath stroke
6624 grestore
6625 % micmcmm_cmicmcmm
6626 gsave
6627 1 setlinewidth
6628 0.000 0.000 0.000 nodecolor
6629 3847 306 68.99 18 ellipse_path stroke
6630 0.000 0.000 0.000 nodecolor
6631 14 /Times-Roman set_font
6632 3805 301.9 moveto 84 (-ic-c--=c-ic-c--) alignedtext
6633 grestore
6634 % cmcicmcmm->micmcmm_cmicmcmm
6635 gsave
6636 1 setlinewidth
6637 0.000 0.000 0.000 edgecolor
6638 newpath 2325 578 moveto
6639 2393 534 2596 408 2785 360 curveto
6640 2880 335 3538 315 3768 308 curveto
6641 stroke
6642 0.000 0.000 0.000 edgecolor
6643 newpath 3768 311.5 moveto
6644 3778 308 lineto
6645 3768 304.5 lineto
6646 closepath fill
6647 1 setlinewidth
6648 solid
6649 0.000 0.000 0.000 edgecolor
6650 newpath 3768 311.5 moveto
6651 3778 308 lineto
6652 3768 304.5 lineto
6653 closepath stroke
6654 grestore
6655 % cimicmc_ccimicmc
6656 gsave
6657 1 setlinewidth
6658 0.000 0.000 0.000 nodecolor
6659 6677 1170 70.88 18 ellipse_path stroke
6660 0.000 0.000 0.000 nodecolor
6661 14 /Times-Roman set_font
6662 6634 1165.9 moveto 86 (ci-ic-c=cci-ic-c) alignedtext
6663 grestore
6664 % cimicmc_ccimicmc->cimicmcmm
6665 gsave
6666 1 setlinewidth
6667 0.000 0.000 0.000 edgecolor
6668 newpath 6741 1162 moveto
6669 6817 1152 6948 1134 7060 1116 curveto
6670 7075 1114 7091 1110 7106 1108 curveto
6671 stroke
6672 0.000 0.000 0.000 edgecolor
6673 newpath 7106.88 1111.39 moveto
6674 7116 1106 lineto
6675 7105.51 1104.53 lineto
6676 closepath fill
6677 1 setlinewidth
6678 solid
6679 0.000 0.000 0.000 edgecolor
6680 newpath 7106.88 1111.39 moveto
6681 7116 1106 lineto
6682 7105.51 1104.53 lineto
6683 closepath stroke
6684 grestore
6685 % cimicmc_ccimicmc->cmmimicmc
6686 gsave
6687 1 setlinewidth
6688 0.000 0.000 0.000 edgecolor
6689 newpath 6613 1162 moveto
6690 6585 1158 6550 1155 6520 1152 curveto
6691 6239 1126 5901 1107 5775 1101 curveto
6692 stroke
6693 0.000 0.000 0.000 edgecolor
6694 newpath 5775.3 1097.51 moveto
6695 5765 1100 lineto
6696 5774.6 1104.48 lineto
6697 closepath fill
6698 1 setlinewidth
6699 solid
6700 0.000 0.000 0.000 edgecolor
6701 newpath 5775.3 1097.51 moveto
6702 5765 1100 lineto
6703 5774.6 1104.48 lineto
6704 closepath stroke
6705 grestore
6706 % cimicmc_ccimicmc->mmcimicmc
6707 gsave
6708 1 setlinewidth
6709 0.000 0.000 0.000 edgecolor
6710 newpath 6624 1158 moveto
6711 6535 1138 6346 1098 6184 1080 curveto
6712 5740 1031 5625 1071 5178 1044 curveto
6713 5124 1040 5062 1035 5020 1031 curveto
6714 stroke
6715 0.000 0.000 0.000 edgecolor
6716 newpath 5020.3 1027.51 moveto
6717 5010 1030 lineto
6718 5019.6 1034.48 lineto
6719 closepath fill
6720 1 setlinewidth
6721 solid
6722 0.000 0.000 0.000 edgecolor
6723 newpath 5020.3 1027.51 moveto
6724 5010 1030 lineto
6725 5019.6 1034.48 lineto
6726 closepath stroke
6727 grestore
6728 % cmmimicmc->cmmimim_ccmmimim
6729 gsave
6730 1 setlinewidth
6731 0.000 0.000 0.000 edgecolor
6732 newpath 5685 1092 moveto
6733 5663 1088 5635 1083 5609 1080 curveto
6734 5484 1062 5444 1090 5325 1044 curveto
6735 5304 1035 5187 948 5130 905 curveto
6736 stroke
6737 0.000 0.000 0.000 edgecolor
6738 newpath 5132.1 902.2 moveto
6739 5122 899 lineto
6740 5127.9 907.8 lineto
6741 closepath fill
6742 1 setlinewidth
6743 solid
6744 0.000 0.000 0.000 edgecolor
6745 newpath 5132.1 902.2 moveto
6746 5122 899 lineto
6747 5127.9 907.8 lineto
6748 closepath stroke
6749 grestore
6750 % cmcmmicmc
6751 gsave
6752 1 setlinewidth
6753 0.000 0.000 0.000 nodecolor
6754 2367 882 43.97 18 ellipse_path stroke
6755 0.000 0.000 0.000 nodecolor
6756 14 /Times-Roman set_font
6757 2343 877.9 moveto 48 (c-c--ic-c) alignedtext
6758 grestore
6759 % cmmimicmc->cmcmmicmc
6760 gsave
6761 1 setlinewidth
6762 0.000 0.000 0.000 edgecolor
6763 newpath 5686 1091 moveto
6764 5664 1087 5635 1083 5609 1080 curveto
6765 5419 1057 5368 1073 5178 1044 curveto
6766 5107 1032 5092 1017 5020 1008 curveto
6767 4619 954 4513 1012 4109 972 curveto
6768 4009 961 3985 945 3884 936 curveto
6769 3412 890 3292 917 2817 900 curveto
6770 2674 894 2506 888 2421 884 curveto
6771 stroke
6772 0.000 0.000 0.000 edgecolor
6773 newpath 2421 880.5 moveto
6774 2411 884 lineto
6775 2421 887.5 lineto
6776 closepath fill
6777 1 setlinewidth
6778 solid
6779 0.000 0.000 0.000 edgecolor
6780 newpath 2421 880.5 moveto
6781 2411 884 lineto
6782 2421 887.5 lineto
6783 closepath stroke
6784 grestore
6785 % mimimicmc
6786 gsave
6787 1 setlinewidth
6788 0.000 0.000 0.000 nodecolor
6789 4669 738 39.11 18 ellipse_path stroke
6790 0.000 0.000 0.000 nodecolor
6791 14 /Times-Roman set_font
6792 4648.5 733.9 moveto 41 (-i-i-ic-c) alignedtext
6793 grestore
6794 % cmmimicmc->mimimicmc
6795 gsave
6796 1 setlinewidth
6797 0.000 0.000 0.000 edgecolor
6798 newpath 5765 1096 moveto
6799 5831 1092 5964 1085 6078 1080 curveto
6800 6122 1077 6844 1076 6875 1044 curveto
6801 6886 1032 6885 1019 6875 1008 curveto
6802 6837 965 5037 776 4717 743 curveto
6803 stroke
6804 0.000 0.000 0.000 edgecolor
6805 newpath 4717.3 739.51 moveto
6806 4707 742 lineto
6807 4716.6 746.48 lineto
6808 closepath fill
6809 1 setlinewidth
6810 solid
6811 0.000 0.000 0.000 edgecolor
6812 newpath 4717.3 739.51 moveto
6813 4707 742 lineto
6814 4716.6 746.48 lineto
6815 closepath stroke
6816 grestore
6817 % mmcimicmc->mmcimim
6818 gsave
6819 1 setlinewidth
6820 0.000 0.000 0.000 edgecolor
6821 newpath 4956 1009 moveto
6822 4924 970 4847 879 4811 835 curveto
6823 stroke
6824 0.000 0.000 0.000 edgecolor
6825 newpath 4813.22 832.22 moveto
6826 4804 827 lineto
6827 4807.95 836.83 lineto
6828 closepath fill
6829 1 setlinewidth
6830 solid
6831 0.000 0.000 0.000 edgecolor
6832 newpath 4813.22 832.22 moveto
6833 4804 827 lineto
6834 4807.95 836.83 lineto
6835 closepath stroke
6836 grestore
6837 % mmcmcicmc
6838 gsave
6839 1 setlinewidth
6840 0.000 0.000 0.000 nodecolor
6841 2564 594 43.97 18 ellipse_path stroke
6842 0.000 0.000 0.000 nodecolor
6843 14 /Times-Roman set_font
6844 2540 589.9 moveto 48 (--c-cic-c) alignedtext
6845 grestore
6846 % mmcimicmc->mmcmcicmc
6847 gsave
6848 1 setlinewidth
6849 0.000 0.000 0.000 edgecolor
6850 newpath 4970 1008 moveto
6851 4970 989 4969 960 4961 936 curveto
6852 4940 862 4926 839 4865 792 curveto
6853 4697 659 4618 674 4405 648 curveto
6854 3634 552 3429 695 2655 612 curveto
6855 2641 610 2627 608 2613 605 curveto
6856 stroke
6857 0.000 0.000 0.000 edgecolor
6858 newpath 2613.49 601.53 moveto
6859 2603 603 lineto
6860 2612.12 608.39 lineto
6861 closepath fill
6862 1 setlinewidth
6863 solid
6864 0.000 0.000 0.000 edgecolor
6865 newpath 2613.49 601.53 moveto
6866 2603 603 lineto
6867 2612.12 608.39 lineto
6868 closepath stroke
6869 grestore
6870 % mmcimicmc->mimimicmc
6871 gsave
6872 1 setlinewidth
6873 0.000 0.000 0.000 edgecolor
6874 newpath 4965 1008 moveto
6875 4950 964 4908 850 4831 792 curveto
6876 4791 761 4771 772 4722 756 curveto
6877 4718 755 4714 754 4711 752 curveto
6878 stroke
6879 0.000 0.000 0.000 edgecolor
6880 newpath 4711.58 748.52 moveto
6881 4701 749 lineto
6882 4709.57 755.23 lineto
6883 closepath fill
6884 1 setlinewidth
6885 solid
6886 0.000 0.000 0.000 edgecolor
6887 newpath 4711.58 748.52 moveto
6888 4701 749 lineto
6889 4709.57 755.23 lineto
6890 closepath stroke
6891 grestore
6892 % cmcicmmcm->cmcimmcm_ccmcimmcm
6893 gsave
6894 1 setlinewidth
6895 0.000 0.000 0.000 edgecolor
6896 newpath 3833 1093 moveto
6897 3931 1083 4168 1057 4201 1044 curveto
6898 4241 1029 4279 1000 4304 979 curveto
6899 stroke
6900 0.000 0.000 0.000 edgecolor
6901 newpath 4306.78 981.22 moveto
6902 4312 972 lineto
6903 4302.17 975.95 lineto
6904 closepath fill
6905 1 setlinewidth
6906 solid
6907 0.000 0.000 0.000 edgecolor
6908 newpath 4306.78 981.22 moveto
6909 4312 972 lineto
6910 4302.17 975.95 lineto
6911 closepath stroke
6912 grestore
6913 % micmmcm_cmicmmcm
6914 gsave
6915 1 setlinewidth
6916 0.000 0.000 0.000 nodecolor
6917 3413 882 68.99 18 ellipse_path stroke
6918 0.000 0.000 0.000 nodecolor
6919 14 /Times-Roman set_font
6920 3371 877.9 moveto 84 (-ic--c-=c-ic--c-) alignedtext
6921 grestore
6922 % cmcicmmcm->micmmcm_cmicmmcm
6923 gsave
6924 1 setlinewidth
6925 0.000 0.000 0.000 edgecolor
6926 newpath 3750 1091 moveto
6927 3712 1083 3654 1068 3608 1044 curveto
6928 3539 1007 3471 943 3437 908 curveto
6929 stroke
6930 0.000 0.000 0.000 edgecolor
6931 newpath 3439.22 905.22 moveto
6932 3430 900 lineto
6933 3433.95 909.83 lineto
6934 closepath fill
6935 1 setlinewidth
6936 solid
6937 0.000 0.000 0.000 edgecolor
6938 newpath 3439.22 905.22 moveto
6939 3430 900 lineto
6940 3433.95 909.83 lineto
6941 closepath stroke
6942 grestore
6943 % cimicm_ccimicm->cimicmc_ccimicmc
6944 gsave
6945 1 setlinewidth
6946 0.000 0.000 0.000 edgecolor
6947 newpath 6456 1230 moveto
6948 6501 1218 6569 1199 6618 1186 curveto
6949 stroke
6950 0.000 0.000 0.000 edgecolor
6951 newpath 6619.43 1189.23 moveto
6952 6628 1183 lineto
6953 6617.42 1182.52 lineto
6954 closepath fill
6955 1 setlinewidth
6956 solid
6957 0.000 0.000 0.000 edgecolor
6958 newpath 6619.43 1189.23 moveto
6959 6628 1183 lineto
6960 6617.42 1182.52 lineto
6961 closepath stroke
6962 grestore
6963 % cimicm_ccimicm->cmmimicm_ccmmimicm
6964 gsave
6965 1 setlinewidth
6966 0.000 0.000 0.000 edgecolor
6967 newpath 6350 1240 moveto
6968 6232 1235 5965 1221 5742 1188 curveto
6969 5736 1187 5729 1186 5723 1184 curveto
6970 stroke
6971 0.000 0.000 0.000 edgecolor
6972 newpath 5723.49 1180.53 moveto
6973 5713 1182 lineto
6974 5722.12 1187.39 lineto
6975 closepath fill
6976 1 setlinewidth
6977 solid
6978 0.000 0.000 0.000 edgecolor
6979 newpath 5723.49 1180.53 moveto
6980 5713 1182 lineto
6981 5722.12 1187.39 lineto
6982 closepath stroke
6983 grestore
6984 % cimicm_ccimicm->mmcimicm
6985 gsave
6986 1 setlinewidth
6987 0.000 0.000 0.000 edgecolor
6988 newpath 6354 1236 moveto
6989 6294 1228 6198 1213 6118 1188 curveto
6990 6080 1176 6075 1161 6037 1152 curveto
6991 5928 1125 5133 1105 4930 1099 curveto
6992 stroke
6993 0.000 0.000 0.000 edgecolor
6994 newpath 4930 1095.5 moveto
6995 4920 1099 lineto
6996 4930 1102.5 lineto
6997 closepath fill
6998 1 setlinewidth
6999 solid
7000 0.000 0.000 0.000 edgecolor
7001 newpath 4930 1095.5 moveto
7002 4920 1099 lineto
7003 4930 1102.5 lineto
7004 closepath stroke
7005 grestore
7006 % cmmimicm_ccmmimicm->cmmimicmc
7007 gsave
7008 1 setlinewidth
7009 0.000 0.000 0.000 edgecolor
7010 newpath 5676 1152 moveto
7011 5684 1143 5693 1132 5702 1123 curveto
7012 stroke
7013 0.000 0.000 0.000 edgecolor
7014 newpath 5705.05 1124.83 moveto
7015 5709 1115 lineto
7016 5699.78 1120.22 lineto
7017 closepath fill
7018 1 setlinewidth
7019 solid
7020 0.000 0.000 0.000 edgecolor
7021 newpath 5705.05 1124.83 moveto
7022 5709 1115 lineto
7023 5699.78 1120.22 lineto
7024 closepath stroke
7025 grestore
7026 % cmmimicm_ccmmimicm->cmcmmcicm
7027 gsave
7028 1 setlinewidth
7029 0.000 0.000 0.000 edgecolor
7030 newpath 5587 1169 moveto
7031 5092 1161 2244 1117 2222 1116 curveto
7032 2197 1113 2168 1110 2144 1107 curveto
7033 stroke
7034 0.000 0.000 0.000 edgecolor
7035 newpath 2144.49 1103.53 moveto
7036 2134 1105 lineto
7037 2143.12 1110.39 lineto
7038 closepath fill
7039 1 setlinewidth
7040 solid
7041 0.000 0.000 0.000 edgecolor
7042 newpath 2144.49 1103.53 moveto
7043 2134 1105 lineto
7044 2143.12 1110.39 lineto
7045 closepath stroke
7046 grestore
7047 % cmmcimicm
7048 gsave
7049 1 setlinewidth
7050 0.000 0.000 0.000 nodecolor
7051 4870 1026 41.19 18 ellipse_path stroke
7052 0.000 0.000 0.000 nodecolor
7053 14 /Times-Roman set_font
7054 4848 1021.9 moveto 44 (c--ci-ic-) alignedtext
7055 grestore
7056 % cmmimicm_ccmmimicm->cmmcimicm
7057 gsave
7058 1 setlinewidth
7059 0.000 0.000 0.000 edgecolor
7060 newpath 5592 1164 moveto
7061 5512 1155 5377 1140 5262 1116 curveto
7062 5206 1104 5194 1092 5138 1080 curveto
7063 5043 1058 5016 1068 4920 1044 curveto
7064 4917 1043 4914 1042 4911 1041 curveto
7065 stroke
7066 0.000 0.000 0.000 edgecolor
7067 newpath 4911.58 1037.52 moveto
7068 4901 1038 lineto
7069 4909.57 1044.23 lineto
7070 closepath fill
7071 1 setlinewidth
7072 solid
7073 0.000 0.000 0.000 edgecolor
7074 newpath 4911.58 1037.52 moveto
7075 4901 1038 lineto
7076 4909.57 1044.23 lineto
7077 closepath stroke
7078 grestore
7079 % mmcimicm->mmcimicmc
7080 gsave
7081 1 setlinewidth
7082 0.000 0.000 0.000 edgecolor
7083 newpath 4902 1082 moveto
7084 4914 1072 4929 1059 4942 1049 curveto
7085 stroke
7086 0.000 0.000 0.000 edgecolor
7087 newpath 4944.78 1051.22 moveto
7088 4950 1042 lineto
7089 4940.17 1045.95 lineto
7090 closepath fill
7091 1 setlinewidth
7092 solid
7093 0.000 0.000 0.000 edgecolor
7094 newpath 4944.78 1051.22 moveto
7095 4950 1042 lineto
7096 4940.17 1045.95 lineto
7097 closepath stroke
7098 grestore
7099 % mmcmcicm
7100 gsave
7101 1 setlinewidth
7102 0.000 0.000 0.000 nodecolor
7103 2113 666 39.11 18 ellipse_path stroke
7104 0.000 0.000 0.000 nodecolor
7105 14 /Times-Roman set_font
7106 2092.5 661.9 moveto 41 (--c-cic-) alignedtext
7107 grestore
7108 % mmcimicm->mmcmcicm
7109 gsave
7110 1 setlinewidth
7111 0.000 0.000 0.000 edgecolor
7112 newpath 4864 1082 moveto
7113 4851 1072 4834 1057 4820 1044 curveto
7114 4704 935 4703 873 4566 792 curveto
7115 4523 765 4501 782 4457 756 curveto
7116 4438 744 4441 728 4419 720 curveto
7117 4315 677 2497 688 2383 684 curveto
7118 2306 680 2216 674 2162 670 curveto
7119 stroke
7120 0.000 0.000 0.000 edgecolor
7121 newpath 2162.3 666.51 moveto
7122 2152 669 lineto
7123 2161.6 673.48 lineto
7124 closepath fill
7125 1 setlinewidth
7126 solid
7127 0.000 0.000 0.000 edgecolor
7128 newpath 2162.3 666.51 moveto
7129 2152 669 lineto
7130 2161.6 673.48 lineto
7131 closepath stroke
7132 grestore
7133 % mmcimicm->cmmcimicm
7134 gsave
7135 1 setlinewidth
7136 0.000 0.000 0.000 edgecolor
7137 newpath 4880 1080 moveto
7138 4879 1072 4877 1063 4875 1054 curveto
7139 stroke
7140 0.000 0.000 0.000 edgecolor
7141 newpath 4878.39 1053.12 moveto
7142 4873 1044 lineto
7143 4871.53 1054.49 lineto
7144 closepath fill
7145 1 setlinewidth
7146 solid
7147 0.000 0.000 0.000 edgecolor
7148 newpath 4878.39 1053.12 moveto
7149 4873 1044 lineto
7150 4871.53 1054.49 lineto
7151 closepath stroke
7152 grestore
7153 % cmcimicmm->cmcicmcmm
7154 gsave
7155 1 setlinewidth
7156 0.000 0.000 0.000 edgecolor
7157 newpath 3089 1008 moveto
7158 3071 976 3029 906 2976 864 curveto
7159 2790 714 2709 726 2483 648 curveto
7160 2428 628 2412 629 2355 612 curveto
7161 2352 611 2349 610 2346 609 curveto
7162 stroke
7163 0.000 0.000 0.000 edgecolor
7164 newpath 2346.58 605.52 moveto
7165 2336 606 lineto
7166 2344.57 612.23 lineto
7167 closepath fill
7168 1 setlinewidth
7169 solid
7170 0.000 0.000 0.000 edgecolor
7171 newpath 2346.58 605.52 moveto
7172 2336 606 lineto
7173 2344.57 612.23 lineto
7174 closepath stroke
7175 grestore
7176 % cmcimimim
7177 gsave
7178 1 setlinewidth
7179 0.000 0.000 0.000 nodecolor
7180 3115 738 39.11 18 ellipse_path stroke
7181 0.000 0.000 0.000 nodecolor
7182 14 /Times-Roman set_font
7183 3094.5 733.9 moveto 41 (c-ci-i-i-) alignedtext
7184 grestore
7185 % cmcimicmm->cmcimimim
7186 gsave
7187 1 setlinewidth
7188 0.000 0.000 0.000 edgecolor
7189 newpath 3107 1008 moveto
7190 3112 998 3117 985 3119 972 curveto
7191 3134 898 3126 810 3119 766 curveto
7192 stroke
7193 0.000 0.000 0.000 edgecolor
7194 newpath 3122.48 765.6 moveto
7195 3118 756 lineto
7196 3115.51 766.3 lineto
7197 closepath fill
7198 1 setlinewidth
7199 solid
7200 0.000 0.000 0.000 edgecolor
7201 newpath 3122.48 765.6 moveto
7202 3118 756 lineto
7203 3115.51 766.3 lineto
7204 closepath stroke
7205 grestore
7206 % mimicmm_cmimicmm
7207 gsave
7208 1 setlinewidth
7209 0.000 0.000 0.000 nodecolor
7210 3798 810 64.12 18 ellipse_path stroke
7211 0.000 0.000 0.000 nodecolor
7212 14 /Times-Roman set_font
7213 3759.5 805.9 moveto 77 (-i-ic--=c-i-ic--) alignedtext
7214 grestore
7215 % cmcimicmm->mimicmm_cmimicmm
7216 gsave
7217 1 setlinewidth
7218 0.000 0.000 0.000 edgecolor
7219 newpath 3129 1014 moveto
7220 3136 1012 3142 1010 3148 1008 curveto
7221 3367 934 3631 858 3743 826 curveto
7222 stroke
7223 0.000 0.000 0.000 edgecolor
7224 newpath 3744.43 829.23 moveto
7225 3753 823 lineto
7226 3742.42 822.52 lineto
7227 closepath fill
7228 1 setlinewidth
7229 solid
7230 0.000 0.000 0.000 edgecolor
7231 newpath 3744.43 829.23 moveto
7232 3753 823 lineto
7233 3742.42 822.52 lineto
7234 closepath stroke
7235 grestore
7236 % cimimmcmc->cimicmc_ccimicmc
7237 gsave
7238 1 setlinewidth
7239 0.000 0.000 0.000 edgecolor
7240 newpath 6970 1230 moveto
7241 6964 1228 6957 1226 6951 1224 curveto
7242 6883 1205 6804 1190 6748 1181 curveto
7243 stroke
7244 0.000 0.000 0.000 edgecolor
7245 newpath 6748.49 1177.53 moveto
7246 6738 1179 lineto
7247 6747.12 1184.39 lineto
7248 closepath fill
7249 1 setlinewidth
7250 solid
7251 0.000 0.000 0.000 edgecolor
7252 newpath 6748.49 1177.53 moveto
7253 6738 1179 lineto
7254 6747.12 1184.39 lineto
7255 closepath stroke
7256 grestore
7257 % cmcimmcmc
7258 gsave
7259 1 setlinewidth
7260 0.000 0.000 0.000 nodecolor
7261 4196 882 43.97 18 ellipse_path stroke
7262 0.000 0.000 0.000 nodecolor
7263 14 /Times-Roman set_font
7264 4172 877.9 moveto 48 (c-ci--c-c) alignedtext
7265 grestore
7266 % cimimmcmc->cmcimmcmc
7267 gsave
7268 1 setlinewidth
7269 0.000 0.000 0.000 edgecolor
7270 newpath 7035 1232 moveto
7271 7106 1209 7257 1151 7203 1080 curveto
7272 7134 988 7068 1029 6957 1008 curveto
7273 6608 941 6515 956 6161 936 curveto
7274 5965 924 4547 891 4250 883 curveto
7275 stroke
7276 0.000 0.000 0.000 edgecolor
7277 newpath 4250 879.5 moveto
7278 4240 883 lineto
7279 4250 886.5 lineto
7280 closepath fill
7281 1 setlinewidth
7282 solid
7283 0.000 0.000 0.000 edgecolor
7284 newpath 4250 879.5 moveto
7285 4240 883 lineto
7286 4250 886.5 lineto
7287 closepath stroke
7288 grestore
7289 % cmcimimmc->cmcimmcmc
7290 gsave
7291 1 setlinewidth
7292 0.000 0.000 0.000 edgecolor
7293 newpath 3429 1085 moveto
7294 3435 1083 3442 1081 3449 1080 curveto
7295 3669 1033 3732 1082 3952 1044 curveto
7296 3981 1038 4188 995 4205 972 curveto
7297 4219 954 4215 928 4209 910 curveto
7298 stroke
7299 0.000 0.000 0.000 edgecolor
7300 newpath 4211.96 907.98 moveto
7301 4205 900 lineto
7302 4205.46 910.58 lineto
7303 closepath fill
7304 1 setlinewidth
7305 solid
7306 0.000 0.000 0.000 edgecolor
7307 newpath 4211.96 907.98 moveto
7308 4205 900 lineto
7309 4205.46 910.58 lineto
7310 closepath stroke
7311 grestore
7312 % cmcimimmc->cmcimimim
7313 gsave
7314 1 setlinewidth
7315 0.000 0.000 0.000 edgecolor
7316 newpath 3385 1081 moveto
7317 3340 1023 3190 832 3135 763 curveto
7318 stroke
7319 0.000 0.000 0.000 edgecolor
7320 newpath 3137.8 760.9 moveto
7321 3129 755 lineto
7322 3132.2 765.1 lineto
7323 closepath fill
7324 1 setlinewidth
7325 solid
7326 0.000 0.000 0.000 edgecolor
7327 newpath 3137.8 760.9 moveto
7328 3129 755 lineto
7329 3132.2 765.1 lineto
7330 closepath stroke
7331 grestore
7332 % mimimmc_cmimimmc
7333 gsave
7334 1 setlinewidth
7335 0.000 0.000 0.000 nodecolor
7336 3754 882 64.12 18 ellipse_path stroke
7337 0.000 0.000 0.000 nodecolor
7338 14 /Times-Roman set_font
7339 3715.5 877.9 moveto 77 (-i-i--c=c-i-i--c) alignedtext
7340 grestore
7341 % cmcimimmc->mimimmc_cmimimmc
7342 gsave
7343 1 setlinewidth
7344 0.000 0.000 0.000 edgecolor
7345 newpath 3414 1081 moveto
7346 3442 1048 3510 976 3580 936 curveto
7347 3615 917 3657 904 3691 895 curveto
7348 stroke
7349 0.000 0.000 0.000 edgecolor
7350 newpath 3692.43 898.23 moveto
7351 3701 892 lineto
7352 3690.42 891.52 lineto
7353 closepath fill
7354 1 setlinewidth
7355 solid
7356 0.000 0.000 0.000 edgecolor
7357 newpath 3692.43 898.23 moveto
7358 3701 892 lineto
7359 3690.42 891.52 lineto
7360 closepath stroke
7361 grestore
7362 % cmcimimm_ccmcimimm->cmcicmmcm
7363 gsave
7364 1 setlinewidth
7365 0.000 0.000 0.000 edgecolor
7366 newpath 3663 1154 moveto
7367 3689 1142 3724 1127 3751 1115 curveto
7368 stroke
7369 0.000 0.000 0.000 edgecolor
7370 newpath 3752.28 1118.26 moveto
7371 3760 1111 lineto
7372 3749.44 1111.86 lineto
7373 closepath fill
7374 1 setlinewidth
7375 solid
7376 0.000 0.000 0.000 edgecolor
7377 newpath 3752.28 1118.26 moveto
7378 3760 1111 lineto
7379 3749.44 1111.86 lineto
7380 closepath stroke
7381 grestore
7382 % cmcimimm_ccmcimimm->cmcimicmm
7383 gsave
7384 1 setlinewidth
7385 0.000 0.000 0.000 edgecolor
7386 newpath 3573 1158 moveto
7387 3564 1156 3554 1154 3545 1152 curveto
7388 3459 1134 3435 1139 3349 1116 curveto
7389 3258 1091 3238 1076 3148 1044 curveto
7390 3145 1043 3142 1042 3139 1041 curveto
7391 stroke
7392 0.000 0.000 0.000 edgecolor
7393 newpath 3140.56 1037.86 moveto
7394 3130 1037 lineto
7395 3137.72 1044.26 lineto
7396 closepath fill
7397 1 setlinewidth
7398 solid
7399 0.000 0.000 0.000 edgecolor
7400 newpath 3140.56 1037.86 moveto
7401 3130 1037 lineto
7402 3137.72 1044.26 lineto
7403 closepath stroke
7404 grestore
7405 % cmcimimm_ccmcimimm->cmcimimmc
7406 gsave
7407 1 setlinewidth
7408 0.000 0.000 0.000 edgecolor
7409 newpath 3579 1156 moveto
7410 3543 1146 3493 1131 3449 1116 curveto
7411 3446 1115 3443 1114 3440 1113 curveto
7412 stroke
7413 0.000 0.000 0.000 edgecolor
7414 newpath 3441.56 1109.86 moveto
7415 3431 1109 lineto
7416 3438.72 1116.26 lineto
7417 closepath fill
7418 1 setlinewidth
7419 solid
7420 0.000 0.000 0.000 edgecolor
7421 newpath 3441.56 1109.86 moveto
7422 3431 1109 lineto
7423 3438.72 1116.26 lineto
7424 closepath stroke
7425 grestore
7426 % mimimm_cmimimm
7427 gsave
7428 1 setlinewidth
7429 0.000 0.000 0.000 nodecolor
7430 3820 954 54.9 18 ellipse_path stroke
7431 0.000 0.000 0.000 nodecolor
7432 14 /Times-Roman set_font
7433 3788.5 949.9 moveto 63 (-i-i--=c-i-i--) alignedtext
7434 grestore
7435 % cmcimimm_ccmcimimm->mimimm_cmimimm
7436 gsave
7437 1 setlinewidth
7438 0.000 0.000 0.000 edgecolor
7439 newpath 3649 1153 moveto
7440 3678 1130 3729 1087 3764 1044 curveto
7441 3781 1024 3796 1000 3806 981 curveto
7442 stroke
7443 0.000 0.000 0.000 edgecolor
7444 newpath 3809.2 982.44 moveto
7445 3811 972 lineto
7446 3803.08 979.04 lineto
7447 closepath fill
7448 1 setlinewidth
7449 solid
7450 0.000 0.000 0.000 edgecolor
7451 newpath 3809.2 982.44 moveto
7452 3811 972 lineto
7453 3803.08 979.04 lineto
7454 closepath stroke
7455 grestore
7456 % cmcimmcim
7457 gsave
7458 1 setlinewidth
7459 0.000 0.000 0.000 nodecolor
7460 3359 594 41.19 18 ellipse_path stroke
7461 0.000 0.000 0.000 nodecolor
7462 14 /Times-Roman set_font
7463 3337 589.9 moveto 44 (c-ci--ci-) alignedtext
7464 grestore
7465 % cmcimmcmc->cmcimmcim
7466 gsave
7467 1 setlinewidth
7468 0.000 0.000 0.000 edgecolor
7469 newpath 4198 864 moveto
7470 4201 819 4203 702 4136 648 curveto
7471 4074 596 3489 627 3409 612 curveto
7472 3405 611 3402 610 3399 609 curveto
7473 stroke
7474 0.000 0.000 0.000 edgecolor
7475 newpath 3399.58 605.52 moveto
7476 3389 606 lineto
7477 3397.57 612.23 lineto
7478 closepath fill
7479 1 setlinewidth
7480 solid
7481 0.000 0.000 0.000 edgecolor
7482 newpath 3399.58 605.52 moveto
7483 3389 606 lineto
7484 3397.57 612.23 lineto
7485 closepath stroke
7486 grestore
7487 % cmcimmcmc->cmcicmc_ccmcicmc
7488 gsave
7489 1 setlinewidth
7490 0.000 0.000 0.000 edgecolor
7491 newpath 4156 874 moveto
7492 4096 863 3985 841 3947 828 curveto
7493 3912 815 3908 801 3871 792 curveto
7494 3599 722 3512 825 3239 756 curveto
7495 3203 746 3200 728 3163 720 curveto
7496 2905 657 2233 715 1969 684 curveto
7497 1962 683 1955 682 1948 681 curveto
7498 stroke
7499 0.000 0.000 0.000 edgecolor
7500 newpath 1948.49 677.53 moveto
7501 1938 679 lineto
7502 1947.12 684.39 lineto
7503 closepath fill
7504 1 setlinewidth
7505 solid
7506 0.000 0.000 0.000 edgecolor
7507 newpath 1948.49 677.53 moveto
7508 1938 679 lineto
7509 1947.12 684.39 lineto
7510 closepath stroke
7511 grestore
7512 % micimmcmc
7513 gsave
7514 1 setlinewidth
7515 0.000 0.000 0.000 nodecolor
7516 3795 666 41.19 18 ellipse_path stroke
7517 0.000 0.000 0.000 nodecolor
7518 14 /Times-Roman set_font
7519 3773 661.9 moveto 44 (-ici--c-c) alignedtext
7520 grestore
7521 % cmcimmcmc->micimmcmc
7522 gsave
7523 1 setlinewidth
7524 0.000 0.000 0.000 edgecolor
7525 newpath 4182 865 moveto
7526 4165 845 4135 812 4103 792 curveto
7527 4018 736 3902 697 3840 678 curveto
7528 stroke
7529 0.000 0.000 0.000 edgecolor
7530 newpath 3840.58 674.52 moveto
7531 3830 675 lineto
7532 3838.57 681.23 lineto
7533 closepath fill
7534 1 setlinewidth
7535 solid
7536 0.000 0.000 0.000 edgecolor
7537 newpath 3840.58 674.52 moveto
7538 3830 675 lineto
7539 3838.57 681.23 lineto
7540 closepath stroke
7541 grestore
7542 % cmcimmcm_ccmcimmcm->cmcimmcmc
7543 gsave
7544 1 setlinewidth
7545 0.000 0.000 0.000 edgecolor
7546 newpath 4300 937 moveto
7547 4280 927 4253 912 4232 901 curveto
7548 stroke
7549 0.000 0.000 0.000 edgecolor
7550 newpath 4233.44 897.8 moveto
7551 4223 896 lineto
7552 4230.04 903.92 lineto
7553 closepath fill
7554 1 setlinewidth
7555 solid
7556 0.000 0.000 0.000 edgecolor
7557 newpath 4233.44 897.8 moveto
7558 4223 896 lineto
7559 4230.04 903.92 lineto
7560 closepath stroke
7561 grestore
7562 % cmcimmicm
7563 gsave
7564 1 setlinewidth
7565 0.000 0.000 0.000 nodecolor
7566 2175 810 41.19 18 ellipse_path stroke
7567 0.000 0.000 0.000 nodecolor
7568 14 /Times-Roman set_font
7569 2153 805.9 moveto 44 (c-ci--ic-) alignedtext
7570 grestore
7571 % cmcimmcm_ccmcimmcm->cmcimmicm
7572 gsave
7573 1 setlinewidth
7574 0.000 0.000 0.000 edgecolor
7575 newpath 4265 944 moveto
7576 4246 941 4225 938 4205 936 curveto
7577 4071 918 4025 958 3903 900 curveto
7578 3883 890 3888 872 3866 864 curveto
7579 3797 834 2579 831 2503 828 curveto
7580 2405 824 2291 817 2226 814 curveto
7581 stroke
7582 0.000 0.000 0.000 edgecolor
7583 newpath 2226.3 810.51 moveto
7584 2216 813 lineto
7585 2225.6 817.48 lineto
7586 closepath fill
7587 1 setlinewidth
7588 solid
7589 0.000 0.000 0.000 edgecolor
7590 newpath 2226.3 810.51 moveto
7591 2216 813 lineto
7592 2225.6 817.48 lineto
7593 closepath stroke
7594 grestore
7595 % micimmcm_cmicimmcm
7596 gsave
7597 1 setlinewidth
7598 0.000 0.000 0.000 nodecolor
7599 3728 738 73.16 18 ellipse_path stroke
7600 0.000 0.000 0.000 nodecolor
7601 14 /Times-Roman set_font
7602 3683 733.9 moveto 90 (-ici--c-=c-ici--c-) alignedtext
7603 grestore
7604 % cmcimmcm_ccmcimmcm->micimmcm_cmicimmcm
7605 gsave
7606 1 setlinewidth
7607 0.000 0.000 0.000 edgecolor
7608 newpath 4318 936 moveto
7609 4304 916 4278 885 4249 864 curveto
7610 4235 853 4121 797 4103 792 curveto
7611 3978 754 3940 778 3810 756 curveto
7612 3804 755 3798 753 3792 752 curveto
7613 stroke
7614 0.000 0.000 0.000 edgecolor
7615 newpath 3792.49 748.53 moveto
7616 3782 750 lineto
7617 3791.12 755.39 lineto
7618 closepath fill
7619 1 setlinewidth
7620 solid
7621 0.000 0.000 0.000 edgecolor
7622 newpath 3792.49 748.53 moveto
7623 3782 750 lineto
7624 3791.12 755.39 lineto
7625 closepath stroke
7626 grestore
7627 % cmcmcimim
7628 gsave
7629 1 setlinewidth
7630 0.000 0.000 0.000 nodecolor
7631 1937 810 41.19 18 ellipse_path stroke
7632 0.000 0.000 0.000 nodecolor
7633 14 /Times-Roman set_font
7634 1915 805.9 moveto 44 (c-c-ci-i-) alignedtext
7635 grestore
7636 % cmmimim_ccmmimim->cmcmcimim
7637 gsave
7638 1 setlinewidth
7639 0.000 0.000 0.000 edgecolor
7640 newpath 5036 881 moveto
7641 4894 877 4544 869 4249 864 curveto
7642 3755 854 2517 881 2025 828 curveto
7643 2011 826 1997 824 1983 821 curveto
7644 stroke
7645 0.000 0.000 0.000 edgecolor
7646 newpath 1983.49 817.53 moveto
7647 1973 819 lineto
7648 1982.12 824.39 lineto
7649 closepath fill
7650 1 setlinewidth
7651 solid
7652 0.000 0.000 0.000 edgecolor
7653 newpath 1983.49 817.53 moveto
7654 1973 819 lineto
7655 1982.12 824.39 lineto
7656 closepath stroke
7657 grestore
7658 % cmcmmcim_ccmcmmcim
7659 gsave
7660 1 setlinewidth
7661 0.000 0.000 0.000 nodecolor
7662 2591 810 79.22 18 ellipse_path stroke
7663 0.000 0.000 0.000 nodecolor
7664 14 /Times-Roman set_font
7665 2542 805.9 moveto 98 (c-c--ci-=cc-c--ci-) alignedtext
7666 grestore
7667 % cmmimim_ccmmimim->cmcmmcim_ccmcmmcim
7668 gsave
7669 1 setlinewidth
7670 0.000 0.000 0.000 edgecolor
7671 newpath 5036 881 moveto
7672 4728 873 3398 842 2983 828 curveto
7673 2878 824 2758 818 2678 815 curveto
7674 stroke
7675 0.000 0.000 0.000 edgecolor
7676 newpath 2678.3 811.51 moveto
7677 2668 814 lineto
7678 2677.6 818.48 lineto
7679 closepath fill
7680 1 setlinewidth
7681 solid
7682 0.000 0.000 0.000 edgecolor
7683 newpath 2678.3 811.51 moveto
7684 2668 814 lineto
7685 2677.6 818.48 lineto
7686 closepath stroke
7687 grestore
7688 % mmcmcim
7689 gsave
7690 1 setlinewidth
7691 0.000 0.000 0.000 nodecolor
7692 2862 306 34.94 18 ellipse_path stroke
7693 0.000 0.000 0.000 nodecolor
7694 14 /Times-Roman set_font
7695 2844.5 301.9 moveto 35 (--c-ci-) alignedtext
7696 grestore
7697 % mmcimim->mmcmcim
7698 gsave
7699 1 setlinewidth
7700 0.000 0.000 0.000 edgecolor
7701 newpath 4780 793 moveto
7702 4767 773 4744 740 4717 720 curveto
7703 4537 579 4460 594 4250 504 curveto
7704 4172 470 4154 455 4072 432 curveto
7705 3904 382 3858 381 3683 360 curveto
7706 3390 323 3032 311 2907 307 curveto
7707 stroke
7708 0.000 0.000 0.000 edgecolor
7709 newpath 2907 303.5 moveto
7710 2897 307 lineto
7711 2907 310.5 lineto
7712 closepath fill
7713 1 setlinewidth
7714 solid
7715 0.000 0.000 0.000 edgecolor
7716 newpath 2907 303.5 moveto
7717 2897 307 lineto
7718 2907 310.5 lineto
7719 closepath stroke
7720 grestore
7721 % cmmcimim_ccmmcimim
7722 gsave
7723 1 setlinewidth
7724 0.000 0.000 0.000 nodecolor
7725 4539 738 73.16 18 ellipse_path stroke
7726 0.000 0.000 0.000 nodecolor
7727 14 /Times-Roman set_font
7728 4494 733.9 moveto 90 (c--ci-i-=cc--ci-i-) alignedtext
7729 grestore
7730 % mmcimim->cmmcimim_ccmmcimim
7731 gsave
7732 1 setlinewidth
7733 0.000 0.000 0.000 edgecolor
7734 newpath 4761 802 moveto
7735 4721 791 4648 770 4597 755 curveto
7736 stroke
7737 0.000 0.000 0.000 edgecolor
7738 newpath 4597.58 751.52 moveto
7739 4587 752 lineto
7740 4595.57 758.23 lineto
7741 closepath fill
7742 1 setlinewidth
7743 solid
7744 0.000 0.000 0.000 edgecolor
7745 newpath 4597.58 751.52 moveto
7746 4587 752 lineto
7747 4595.57 758.23 lineto
7748 closepath stroke
7749 grestore
7750 % cimmcmmc_ccimmcmmc->cmcmcmmc_ccmcmcmmc
7751 gsave
7752 1 setlinewidth
7753 0.000 0.000 0.000 edgecolor
7754 newpath 4437 1224 moveto
7755 4428 1215 4418 1205 4409 1196 curveto
7756 stroke
7757 0.000 0.000 0.000 edgecolor
7758 newpath 4411.22 1193.22 moveto
7759 4402 1188 lineto
7760 4405.95 1197.83 lineto
7761 closepath fill
7762 1 setlinewidth
7763 solid
7764 0.000 0.000 0.000 edgecolor
7765 newpath 4411.22 1193.22 moveto
7766 4402 1188 lineto
7767 4405.95 1197.83 lineto
7768 closepath stroke
7769 grestore
7770 % cimmcmmc_ccimmcmmc->cicmmcmmc
7771 gsave
7772 1 setlinewidth
7773 0.000 0.000 0.000 edgecolor
7774 newpath 4529 1236 moveto
7775 4814 1211 5833 1124 6078 1103 curveto
7776 stroke
7777 0.000 0.000 0.000 edgecolor
7778 newpath 6078.4 1106.48 moveto
7779 6088 1102 lineto
7780 6077.7 1099.51 lineto
7781 closepath fill
7782 1 setlinewidth
7783 solid
7784 0.000 0.000 0.000 edgecolor
7785 newpath 6078.4 1106.48 moveto
7786 6088 1102 lineto
7787 6077.7 1099.51 lineto
7788 closepath stroke
7789 grestore
7790 % cmcmcmcmc->cmcimmcmc
7791 gsave
7792 1 setlinewidth
7793 0.000 0.000 0.000 edgecolor
7794 newpath 2442 1296 moveto
7795 2465 1249 2535 1124 2637 1080 curveto
7796 2762 1025 3117 1079 3248 1044 curveto
7797 3283 1034 3287 1020 3319 1008 curveto
7798 3348 997 3551 941 3580 936 curveto
7799 3794 898 3852 923 4067 900 curveto
7800 4092 897 4121 893 4144 890 curveto
7801 stroke
7802 0.000 0.000 0.000 edgecolor
7803 newpath 4144.88 893.39 moveto
7804 4154 888 lineto
7805 4143.51 886.53 lineto
7806 closepath fill
7807 1 setlinewidth
7808 solid
7809 0.000 0.000 0.000 edgecolor
7810 newpath 4144.88 893.39 moveto
7811 4154 888 lineto
7812 4143.51 886.53 lineto
7813 closepath stroke
7814 grestore
7815 % cmcmcmcmc->cmcmcmmc_ccmcmcmmc
7816 gsave
7817 1 setlinewidth
7818 0.000 0.000 0.000 edgecolor
7819 newpath 2475 1306 moveto
7820 2539 1293 2658 1270 2700 1260 curveto
7821 2754 1246 2765 1232 2819 1224 curveto
7822 3134 1173 3936 1213 4253 1188 curveto
7823 4271 1186 4289 1184 4306 1182 curveto
7824 stroke
7825 0.000 0.000 0.000 edgecolor
7826 newpath 4306.4 1185.48 moveto
7827 4316 1181 lineto
7828 4305.7 1178.51 lineto
7829 closepath fill
7830 1 setlinewidth
7831 solid
7832 0.000 0.000 0.000 edgecolor
7833 newpath 4306.4 1185.48 moveto
7834 4316 1181 lineto
7835 4305.7 1178.51 lineto
7836 closepath stroke
7837 grestore
7838 % cmcmcmcmc->cmmcmcmc_ccmmcmcmc
7839 gsave
7840 1 setlinewidth
7841 0.000 0.000 0.000 edgecolor
7842 newpath 2462 1300 moveto
7843 2514 1274 2625 1221 2686 1191 curveto
7844 stroke
7845 0.000 0.000 0.000 edgecolor
7846 newpath 2687.28 1194.26 moveto
7847 2695 1187 lineto
7848 2684.44 1187.86 lineto
7849 closepath fill
7850 1 setlinewidth
7851 solid
7852 0.000 0.000 0.000 edgecolor
7853 newpath 2687.28 1194.26 moveto
7854 2695 1187 lineto
7855 2684.44 1187.86 lineto
7856 closepath stroke
7857 grestore
7858 % cmcmcmcim
7859 gsave
7860 1 setlinewidth
7861 0.000 0.000 0.000 nodecolor
7862 2480 738 43.97 18 ellipse_path stroke
7863 0.000 0.000 0.000 nodecolor
7864 14 /Times-Roman set_font
7865 2456 733.9 moveto 48 (c-c-c-ci-) alignedtext
7866 grestore
7867 % cmcmcmcmc->cmcmcmcim
7868 gsave
7869 1 setlinewidth
7870 0.000 0.000 0.000 edgecolor
7871 newpath 2422 1296 moveto
7872 2416 1286 2409 1273 2406 1260 curveto
7873 2403 1245 2407 1171 2409 1152 curveto
7874 2425 1005 2460 832 2474 766 curveto
7875 stroke
7876 0.000 0.000 0.000 edgecolor
7877 newpath 2477.47 766.49 moveto
7878 2476 756 lineto
7879 2470.61 765.12 lineto
7880 closepath fill
7881 1 setlinewidth
7882 solid
7883 0.000 0.000 0.000 edgecolor
7884 newpath 2477.47 766.49 moveto
7885 2476 756 lineto
7886 2470.61 765.12 lineto
7887 closepath stroke
7888 grestore
7889 % cmcmcmcmc->cmcmmicmc
7890 gsave
7891 1 setlinewidth
7892 0.000 0.000 0.000 edgecolor
7893 newpath 2394 1304 moveto
7894 2356 1294 2304 1277 2292 1260 curveto
7895 2283 1246 2289 1239 2292 1224 curveto
7896 2309 1139 2349 1128 2366 1044 curveto
7897 2376 997 2373 942 2370 910 curveto
7898 stroke
7899 0.000 0.000 0.000 edgecolor
7900 newpath 2373.48 909.6 moveto
7901 2369 900 lineto
7902 2366.51 910.3 lineto
7903 closepath fill
7904 1 setlinewidth
7905 solid
7906 0.000 0.000 0.000 edgecolor
7907 newpath 2373.48 909.6 moveto
7908 2369 900 lineto
7909 2366.51 910.3 lineto
7910 closepath stroke
7911 grestore
7912 % micmcmcmc
7913 gsave
7914 1 setlinewidth
7915 0.000 0.000 0.000 nodecolor
7916 3863 738 43.97 18 ellipse_path stroke
7917 0.000 0.000 0.000 nodecolor
7918 14 /Times-Roman set_font
7919 3839 733.9 moveto 48 (-ic-c-c-c) alignedtext
7920 grestore
7921 % cmcmcmcmc->micmcmcmc
7922 gsave
7923 1 setlinewidth
7924 0.000 0.000 0.000 edgecolor
7925 newpath 2436 1296 moveto
7926 2440 1277 2447 1247 2458 1224 curveto
7927 2493 1149 2502 1117 2575 1080 curveto
7928 2685 1024 2732 1082 2848 1044 curveto
7929 3066 971 3078 857 3297 792 curveto
7930 3516 726 3586 801 3810 756 curveto
7931 3814 755 3818 755 3821 753 curveto
7932 stroke
7933 0.000 0.000 0.000 edgecolor
7934 newpath 3822.43 756.23 moveto
7935 3831 750 lineto
7936 3820.42 749.52 lineto
7937 closepath fill
7938 1 setlinewidth
7939 solid
7940 0.000 0.000 0.000 edgecolor
7941 newpath 3822.43 756.23 moveto
7942 3831 750 lineto
7943 3820.42 749.52 lineto
7944 closepath stroke
7945 grestore
7946 % cimmcmcm_ccimmcmcm->cimmcmcmc
7947 gsave
7948 1 setlinewidth
7949 0.000 0.000 0.000 edgecolor
7950 newpath 3237 1512 moveto
7951 3238 1504 3240 1495 3242 1486 curveto
7952 stroke
7953 0.000 0.000 0.000 edgecolor
7954 newpath 3245.47 1486.49 moveto
7955 3244 1476 lineto
7956 3238.61 1485.12 lineto
7957 closepath fill
7958 1 setlinewidth
7959 solid
7960 0.000 0.000 0.000 edgecolor
7961 newpath 3245.47 1486.49 moveto
7962 3244 1476 lineto
7963 3238.61 1485.12 lineto
7964 closepath stroke
7965 grestore
7966 % cimmcmcm_ccimmcmcm->cicmmcmcm
7967 gsave
7968 1 setlinewidth
7969 0.000 0.000 0.000 edgecolor
7970 newpath 3305 1522 moveto
7971 3395 1512 3555 1494 3691 1476 curveto
7972 3793 1461 3817 1448 3919 1440 curveto
7973 4534 1387 6078 1421 6695 1404 curveto
7974 6823 1400 6975 1393 7054 1389 curveto
7975 stroke
7976 0.000 0.000 0.000 edgecolor
7977 newpath 7054.4 1392.48 moveto
7978 7064 1388 lineto
7979 7053.7 1385.51 lineto
7980 closepath fill
7981 1 setlinewidth
7982 solid
7983 0.000 0.000 0.000 edgecolor
7984 newpath 7054.4 1392.48 moveto
7985 7064 1388 lineto
7986 7053.7 1385.51 lineto
7987 closepath stroke
7988 grestore
7989 % cimmcmm_ccimmcmm_cicimmcmm
7990 gsave
7991 1 setlinewidth
7992 0.000 0.000 0.000 nodecolor
7993 4470 1458 105.82 18 ellipse_path stroke
7994 0.000 0.000 0.000 nodecolor
7995 14 /Times-Roman set_font
7996 4401.5 1453.9 moveto 137 (ci--c--=cci--c--=cici--c--) alignedtext
7997 grestore
7998 % cimmcmcm_ccimmcmcm->cimmcmm_ccimmcmm_cicimmcmm
7999 gsave
8000 1 setlinewidth
8001 0.000 0.000 0.000 edgecolor
8002 newpath 3305 1522 moveto
8003 3344 1519 3392 1514 3435 1512 curveto
8004 3827 1486 3926 1506 4317 1476 curveto
8005 4336 1474 4356 1472 4375 1470 curveto
8006 stroke
8007 0.000 0.000 0.000 edgecolor
8008 newpath 4375.4 1473.48 moveto
8009 4385 1469 lineto
8010 4374.7 1466.51 lineto
8011 closepath fill
8012 1 setlinewidth
8013 solid
8014 0.000 0.000 0.000 edgecolor
8015 newpath 4375.4 1473.48 moveto
8016 4385 1469 lineto
8017 4374.7 1466.51 lineto
8018 closepath stroke
8019 grestore
8020 % cimmcmcm_ccimmcmcm->cmcmcmcm_ccmcmcmcm
8021 gsave
8022 1 setlinewidth
8023 0.000 0.000 0.000 edgecolor
8024 newpath 3178 1517 moveto
8025 3167 1515 3156 1513 3145 1512 curveto
8026 3071 1503 1869 1510 1803 1476 curveto
8027 1790 1469 1769 1437 1754 1413 curveto
8028 stroke
8029 0.000 0.000 0.000 edgecolor
8030 newpath 1756.92 1411.04 moveto
8031 1749 1404 lineto
8032 1750.8 1414.44 lineto
8033 closepath fill
8034 1 setlinewidth
8035 solid
8036 0.000 0.000 0.000 edgecolor
8037 newpath 1756.92 1411.04 moveto
8038 1749 1404 lineto
8039 1750.8 1414.44 lineto
8040 closepath stroke
8041 grestore
8042 % cimmcmm_ccimmcmm_cicimmcmm->cicmcmcmm
8043 gsave
8044 1 setlinewidth
8045 0.000 0.000 0.000 edgecolor
8046 newpath 4562 1449 moveto
8047 4604 1446 4654 1442 4699 1440 curveto
8048 5067 1423 7648 1465 8011 1404 curveto
8049 8015 1403 8019 1403 8022 1401 curveto
8050 stroke
8051 0.000 0.000 0.000 edgecolor
8052 newpath 8023.43 1404.23 moveto
8053 8032 1398 lineto
8054 8021.42 1397.52 lineto
8055 closepath fill
8056 1 setlinewidth
8057 solid
8058 0.000 0.000 0.000 edgecolor
8059 newpath 8023.43 1404.23 moveto
8060 8032 1398 lineto
8061 8021.42 1397.52 lineto
8062 closepath stroke
8063 grestore
8064 % cimmcmm_ccimmcmm_cicimmcmm->cimmcmmc_ccimmcmmc
8065 gsave
8066 1 setlinewidth
8067 0.000 0.000 0.000 edgecolor
8068 newpath 4528 1443 moveto
8069 4562 1433 4601 1418 4611 1404 curveto
8070 4621 1390 4612 1383 4611 1368 curveto
8071 4610 1335 4626 1321 4606 1296 curveto
8072 4595 1281 4556 1268 4521 1258 curveto
8073 stroke
8074 0.000 0.000 0.000 edgecolor
8075 newpath 4521.58 1254.52 moveto
8076 4511 1255 lineto
8077 4519.57 1261.23 lineto
8078 closepath fill
8079 1 setlinewidth
8080 solid
8081 0.000 0.000 0.000 edgecolor
8082 newpath 4521.58 1254.52 moveto
8083 4511 1255 lineto
8084 4519.57 1261.23 lineto
8085 closepath stroke
8086 grestore
8087 % cmcmcmcm_ccmcmcmcm->cmcmcmm_ccmcmcmm
8088 gsave
8089 1 setlinewidth
8090 0.000 0.000 0.000 edgecolor
8091 newpath 1738 1368 moveto
8092 1737 1360 1737 1351 1737 1342 curveto
8093 stroke
8094 0.000 0.000 0.000 edgecolor
8095 newpath 1740.5 1342 moveto
8096 1737 1332 lineto
8097 1733.5 1342 lineto
8098 closepath fill
8099 1 setlinewidth
8100 solid
8101 0.000 0.000 0.000 edgecolor
8102 newpath 1740.5 1342 moveto
8103 1737 1332 lineto
8104 1733.5 1342 lineto
8105 closepath stroke
8106 grestore
8107 % cmcmcmcm_ccmcmcmcm->cmmcmcm_ccmmcmcm
8108 gsave
8109 1 setlinewidth
8110 0.000 0.000 0.000 edgecolor
8111 newpath 1806 1375 moveto
8112 1826 1373 1849 1370 1869 1368 curveto
8113 2202 1337 2289 1375 2619 1332 curveto
8114 2626 1331 2633 1330 2640 1329 curveto
8115 stroke
8116 0.000 0.000 0.000 edgecolor
8117 newpath 2640.88 1332.39 moveto
8118 2650 1327 lineto
8119 2639.51 1325.53 lineto
8120 closepath fill
8121 1 setlinewidth
8122 solid
8123 0.000 0.000 0.000 edgecolor
8124 newpath 2640.88 1332.39 moveto
8125 2650 1327 lineto
8126 2639.51 1325.53 lineto
8127 closepath stroke
8128 grestore
8129 % cmcmcmcm_ccmcmcmcm->cmcimmcm_ccmcimmcm
8130 gsave
8131 1 setlinewidth
8132 0.000 0.000 0.000 edgecolor
8133 newpath 1697 1370 moveto
8134 1680 1362 1663 1349 1653 1332 curveto
8135 1646 1317 1645 1309 1653 1296 curveto
8136 1673 1264 1696 1277 1728 1260 curveto
8137 1870 1185 1887 1124 2040 1080 curveto
8138 2207 1031 2648 1061 2820 1044 curveto
8139 2923 1033 2946 1017 3048 1008 curveto
8140 3561 959 3693 1016 4205 972 curveto
8141 4222 970 4240 968 4257 966 curveto
8142 stroke
8143 0.000 0.000 0.000 edgecolor
8144 newpath 4257.4 969.48 moveto
8145 4267 965 lineto
8146 4256.7 962.51 lineto
8147 closepath fill
8148 1 setlinewidth
8149 solid
8150 0.000 0.000 0.000 edgecolor
8151 newpath 4257.4 969.48 moveto
8152 4267 965 lineto
8153 4256.7 962.51 lineto
8154 closepath stroke
8155 grestore
8156 % cmcmcmcm_ccmcmcmcm->cmcmcmcmc
8157 gsave
8158 1 setlinewidth
8159 0.000 0.000 0.000 edgecolor
8160 newpath 1799 1374 moveto
8161 1811 1371 1824 1369 1836 1368 curveto
8162 2057 1339 2114 1359 2334 1332 curveto
8163 2350 1330 2367 1327 2382 1324 curveto
8164 stroke
8165 0.000 0.000 0.000 edgecolor
8166 newpath 2382.88 1327.39 moveto
8167 2392 1322 lineto
8168 2381.51 1320.53 lineto
8169 closepath fill
8170 1 setlinewidth
8171 solid
8172 0.000 0.000 0.000 edgecolor
8173 newpath 2382.88 1327.39 moveto
8174 2392 1322 lineto
8175 2381.51 1320.53 lineto
8176 closepath stroke
8177 grestore
8178 % cmcmmicm_ccmcmmicm
8179 gsave
8180 1 setlinewidth
8181 0.000 0.000 0.000 nodecolor
8182 2116 954 79.22 18 ellipse_path stroke
8183 0.000 0.000 0.000 nodecolor
8184 14 /Times-Roman set_font
8185 2067 949.9 moveto 98 (c-c--ic-=cc-c--ic-) alignedtext
8186 grestore
8187 % cmcmcmcm_ccmcmcmcm->cmcmmicm_ccmcmmicm
8188 gsave
8189 1 setlinewidth
8190 0.000 0.000 0.000 edgecolor
8191 newpath 1679 1373 moveto
8192 1657 1365 1634 1352 1620 1332 curveto
8193 1570 1253 1503 1249 1706 1080 curveto
8194 1768 1028 1806 1066 1883 1044 curveto
8195 1949 1024 2024 994 2071 974 curveto
8196 stroke
8197 0.000 0.000 0.000 edgecolor
8198 newpath 2072.28 977.26 moveto
8199 2080 970 lineto
8200 2069.44 970.86 lineto
8201 closepath fill
8202 1 setlinewidth
8203 solid
8204 0.000 0.000 0.000 edgecolor
8205 newpath 2072.28 977.26 moveto
8206 2080 970 lineto
8207 2069.44 970.86 lineto
8208 closepath stroke
8209 grestore
8210 % micmcmcm_cmicmcmcm
8211 gsave
8212 1 setlinewidth
8213 0.000 0.000 0.000 nodecolor
8214 3599 810 79.22 18 ellipse_path stroke
8215 0.000 0.000 0.000 nodecolor
8216 14 /Times-Roman set_font
8217 3550 805.9 moveto 98 (-ic-c-c-=c-ic-c-c-) alignedtext
8218 grestore
8219 % cmcmcmcm_ccmcmcmcm->micmcmcm_cmicmcmcm
8220 gsave
8221 1 setlinewidth
8222 0.000 0.000 0.000 edgecolor
8223 newpath 1674 1374 moveto
8224 1646 1366 1615 1353 1593 1332 curveto
8225 1537 1275 1549 1219 1591 1152 curveto
8226 1616 1113 1626 1104 1663 1080 curveto
8227 1809 984 1860 981 2028 936 curveto
8228 2134 907 2172 944 2271 900 curveto
8229 2294 889 2291 872 2314 864 curveto
8230 2435 818 3345 839 3473 828 curveto
8231 3490 826 3508 824 3525 822 curveto
8232 stroke
8233 0.000 0.000 0.000 edgecolor
8234 newpath 3525.4 825.48 moveto
8235 3535 821 lineto
8236 3524.7 818.51 lineto
8237 closepath fill
8238 1 setlinewidth
8239 solid
8240 0.000 0.000 0.000 edgecolor
8241 newpath 3525.4 825.48 moveto
8242 3535 821 lineto
8243 3524.7 818.51 lineto
8244 closepath stroke
8245 grestore
8246 % cimmicmm_ccimmicmm->cimmicmmc
8247 gsave
8248 1 setlinewidth
8249 0.000 0.000 0.000 edgecolor
8250 newpath 7420 1594 moveto
8251 7448 1590 7482 1587 7513 1584 curveto
8252 7756 1562 7825 1611 8062 1548 curveto
8253 8091 1540 8165 1501 8208 1477 curveto
8254 stroke
8255 0.000 0.000 0.000 edgecolor
8256 newpath 8209.96 1479.92 moveto
8257 8217 1472 lineto
8258 8206.56 1473.8 lineto
8259 closepath fill
8260 1 setlinewidth
8261 solid
8262 0.000 0.000 0.000 edgecolor
8263 newpath 8209.96 1479.92 moveto
8264 8217 1472 lineto
8265 8206.56 1473.8 lineto
8266 closepath stroke
8267 grestore
8268 % cicmmicmm
8269 gsave
8270 1 setlinewidth
8271 0.000 0.000 0.000 nodecolor
8272 7713 1530 41.19 18 ellipse_path stroke
8273 0.000 0.000 0.000 nodecolor
8274 14 /Times-Roman set_font
8275 7691 1525.9 moveto 44 (cic--ic--) alignedtext
8276 grestore
8277 % cimmicmm_ccimmicmm->cicmmicmm
8278 gsave
8279 1 setlinewidth
8280 0.000 0.000 0.000 edgecolor
8281 newpath 7410 1590 moveto
8282 7421 1588 7432 1586 7442 1584 curveto
8283 7537 1566 7563 1571 7658 1548 curveto
8284 7662 1547 7667 1545 7671 1544 curveto
8285 stroke
8286 0.000 0.000 0.000 edgecolor
8287 newpath 7672.43 1547.23 moveto
8288 7681 1541 lineto
8289 7670.42 1540.52 lineto
8290 closepath fill
8291 1 setlinewidth
8292 solid
8293 0.000 0.000 0.000 edgecolor
8294 newpath 7672.43 1547.23 moveto
8295 7681 1541 lineto
8296 7670.42 1540.52 lineto
8297 closepath stroke
8298 grestore
8299 % cimmcicmm
8300 gsave
8301 1 setlinewidth
8302 0.000 0.000 0.000 nodecolor
8303 4781 1530 41.19 18 ellipse_path stroke
8304 0.000 0.000 0.000 nodecolor
8305 14 /Times-Roman set_font
8306 4759 1525.9 moveto 44 (ci--cic--) alignedtext
8307 grestore
8308 % cimmicmm_ccimmicmm->cimmcicmm
8309 gsave
8310 1 setlinewidth
8311 0.000 0.000 0.000 edgecolor
8312 newpath 7296 1591 moveto
8313 7276 1588 7255 1585 7235 1584 curveto
8314 6710 1540 5392 1604 4869 1548 curveto
8315 4855 1546 4841 1544 4827 1541 curveto
8316 stroke
8317 0.000 0.000 0.000 edgecolor
8318 newpath 4827.49 1537.53 moveto
8319 4817 1539 lineto
8320 4826.12 1544.39 lineto
8321 closepath fill
8322 1 setlinewidth
8323 solid
8324 0.000 0.000 0.000 edgecolor
8325 newpath 4827.49 1537.53 moveto
8326 4817 1539 lineto
8327 4826.12 1544.39 lineto
8328 closepath stroke
8329 grestore
8330 % cmmicmcm_ccmmicmcm->cmmicmcmc
8331 gsave
8332 1 setlinewidth
8333 0.000 0.000 0.000 edgecolor
8334 newpath 4028 1523 moveto
8335 4066 1519 4114 1515 4157 1512 curveto
8336 4443 1491 4516 1511 4799 1476 curveto
8337 4813 1474 4827 1471 4841 1469 curveto
8338 stroke
8339 0.000 0.000 0.000 edgecolor
8340 newpath 4841.88 1472.39 moveto
8341 4851 1467 lineto
8342 4840.51 1465.53 lineto
8343 closepath fill
8344 1 setlinewidth
8345 solid
8346 0.000 0.000 0.000 edgecolor
8347 newpath 4841.88 1472.39 moveto
8348 4851 1467 lineto
8349 4840.51 1465.53 lineto
8350 closepath stroke
8351 grestore
8352 % cmmicmcm_ccmmicmcm->cmmimicm_ccmmimicm
8353 gsave
8354 1 setlinewidth
8355 0.000 0.000 0.000 edgecolor
8356 newpath 4027 1522 moveto
8357 4066 1519 4114 1514 4157 1512 curveto
8358 4226 1507 5335 1504 5397 1476 curveto
8359 5417 1466 5413 1453 5430 1440 curveto
8360 5459 1418 5473 1424 5501 1404 curveto
8361 5521 1390 5521 1381 5539 1368 curveto
8362 5591 1329 5606 1324 5663 1296 curveto
8363 5701 1277 5727 1294 5749 1260 curveto
8364 5757 1246 5757 1237 5749 1224 curveto
8365 5741 1209 5727 1198 5712 1190 curveto
8366 stroke
8367 0.000 0.000 0.000 edgecolor
8368 newpath 5713.44 1186.8 moveto
8369 5703 1185 lineto
8370 5710.04 1192.92 lineto
8371 closepath fill
8372 1 setlinewidth
8373 solid
8374 0.000 0.000 0.000 edgecolor
8375 newpath 5713.44 1186.8 moveto
8376 5703 1185 lineto
8377 5710.04 1192.92 lineto
8378 closepath stroke
8379 grestore
8380 % cmmicmcm_ccmmicmcm->cmcmcmcm_ccmcmcmcm
8381 gsave
8382 1 setlinewidth
8383 0.000 0.000 0.000 edgecolor
8384 newpath 3892 1519 moveto
8385 3872 1516 3850 1513 3829 1512 curveto
8386 3370 1471 3246 1554 2791 1476 curveto
8387 2739 1466 2730 1449 2677 1440 curveto
8388 2324 1377 2227 1436 1869 1404 curveto
8389 1852 1402 1834 1400 1817 1397 curveto
8390 stroke
8391 0.000 0.000 0.000 edgecolor
8392 newpath 1817.3 1393.51 moveto
8393 1807 1396 lineto
8394 1816.6 1400.48 lineto
8395 closepath fill
8396 1 setlinewidth
8397 solid
8398 0.000 0.000 0.000 edgecolor
8399 newpath 1817.3 1393.51 moveto
8400 1807 1396 lineto
8401 1816.6 1400.48 lineto
8402 closepath stroke
8403 grestore
8404 % cmmicmm_ccmmicmm
8405 gsave
8406 1 setlinewidth
8407 0.000 0.000 0.000 nodecolor
8408 2599 1458 68.99 18 ellipse_path stroke
8409 0.000 0.000 0.000 nodecolor
8410 14 /Times-Roman set_font
8411 2557 1453.9 moveto 84 (c--ic--=cc--ic--) alignedtext
8412 grestore
8413 % cmmicmcm_ccmmicmcm->cmmicmm_ccmmicmm
8414 gsave
8415 1 setlinewidth
8416 0.000 0.000 0.000 edgecolor
8417 newpath 3892 1519 moveto
8418 3872 1516 3850 1513 3829 1512 curveto
8419 3355 1470 3233 1510 2758 1476 curveto
8420 2729 1473 2699 1470 2671 1467 curveto
8421 stroke
8422 0.000 0.000 0.000 edgecolor
8423 newpath 2671.3 1463.51 moveto
8424 2661 1466 lineto
8425 2670.6 1470.48 lineto
8426 closepath fill
8427 1 setlinewidth
8428 solid
8429 0.000 0.000 0.000 edgecolor
8430 newpath 2671.3 1463.51 moveto
8431 2661 1466 lineto
8432 2670.6 1470.48 lineto
8433 closepath stroke
8434 grestore
8435 % cmmicmcm_ccmmicmcm->cmmcicmcm
8436 gsave
8437 1 setlinewidth
8438 0.000 0.000 0.000 edgecolor
8439 newpath 3904 1516 moveto
8440 3875 1507 3839 1494 3810 1476 curveto
8441 3782 1458 3756 1431 3739 1411 curveto
8442 stroke
8443 0.000 0.000 0.000 edgecolor
8444 newpath 3741.22 1408.22 moveto
8445 3732 1403 lineto
8446 3735.95 1412.83 lineto
8447 closepath fill
8448 1 setlinewidth
8449 solid
8450 0.000 0.000 0.000 edgecolor
8451 newpath 3741.22 1408.22 moveto
8452 3732 1403 lineto
8453 3735.95 1412.83 lineto
8454 closepath stroke
8455 grestore
8456 % icimmcmcm
8457 gsave
8458 1 setlinewidth
8459 0.000 0.000 0.000 nodecolor
8460 1675 1602 41.19 18 ellipse_path stroke
8461 0.000 0.000 0.000 nodecolor
8462 14 /Times-Roman set_font
8463 1653 1597.9 moveto 44 (ici--c-c-) alignedtext
8464 grestore
8465 % icimmcmcm->icmcmcmcm
8466 gsave
8467 1 setlinewidth
8468 0.000 0.000 0.000 edgecolor
8469 newpath 1713 1595 moveto
8470 1738 1591 1771 1586 1801 1584 curveto
8471 2407 1538 6662 1609 7267 1548 curveto
8472 7281 1546 7296 1544 7310 1541 curveto
8473 stroke
8474 0.000 0.000 0.000 edgecolor
8475 newpath 7310.88 1544.39 moveto
8476 7320 1539 lineto
8477 7309.51 1537.53 lineto
8478 closepath fill
8479 1 setlinewidth
8480 solid
8481 0.000 0.000 0.000 edgecolor
8482 newpath 7310.88 1544.39 moveto
8483 7320 1539 lineto
8484 7309.51 1537.53 lineto
8485 closepath stroke
8486 grestore
8487 % icimmcmcm->cimmcmcm_ccimmcmcm
8488 gsave
8489 1 setlinewidth
8490 0.000 0.000 0.000 edgecolor
8491 newpath 1713 1595 moveto
8492 1738 1591 1771 1586 1801 1584 curveto
8493 2397 1533 2552 1616 3145 1548 curveto
8494 3152 1547 3159 1546 3167 1545 curveto
8495 stroke
8496 0.000 0.000 0.000 edgecolor
8497 newpath 3167.88 1548.39 moveto
8498 3177 1543 lineto
8499 3166.51 1541.53 lineto
8500 closepath fill
8501 1 setlinewidth
8502 solid
8503 0.000 0.000 0.000 edgecolor
8504 newpath 3167.88 1548.39 moveto
8505 3177 1543 lineto
8506 3166.51 1541.53 lineto
8507 closepath stroke
8508 grestore
8509 % icimmcmm_iicimmcmm
8510 gsave
8511 1 setlinewidth
8512 0.000 0.000 0.000 nodecolor
8513 1293 1530 70.88 18 ellipse_path stroke
8514 0.000 0.000 0.000 nodecolor
8515 14 /Times-Roman set_font
8516 1250 1525.9 moveto 86 (ici--c--=iici--c--) alignedtext
8517 grestore
8518 % icimmcmcm->icimmcmm_iicimmcmm
8519 gsave
8520 1 setlinewidth
8521 0.000 0.000 0.000 edgecolor
8522 newpath 1645 1590 moveto
8523 1638 1588 1632 1585 1625 1584 curveto
8524 1518 1557 1488 1567 1378 1548 curveto
8525 1371 1547 1364 1545 1357 1544 curveto
8526 stroke
8527 0.000 0.000 0.000 edgecolor
8528 newpath 1357.49 1540.53 moveto
8529 1347 1542 lineto
8530 1356.12 1547.39 lineto
8531 closepath fill
8532 1 setlinewidth
8533 solid
8534 0.000 0.000 0.000 edgecolor
8535 newpath 1357.49 1540.53 moveto
8536 1347 1542 lineto
8537 1356.12 1547.39 lineto
8538 closepath stroke
8539 grestore
8540 % icimmcmm_iicimmcmm->cimmcmm_ccimmcmm_cicimmcmm
8541 gsave
8542 1 setlinewidth
8543 0.000 0.000 0.000 edgecolor
8544 newpath 1355 1521 moveto
8545 1384 1518 1418 1514 1449 1512 curveto
8546 2722 1430 3045 1558 4317 1476 curveto
8547 4337 1474 4357 1473 4377 1470 curveto
8548 stroke
8549 0.000 0.000 0.000 edgecolor
8550 newpath 4377.4 1473.48 moveto
8551 4387 1469 lineto
8552 4376.7 1466.51 lineto
8553 closepath fill
8554 1 setlinewidth
8555 solid
8556 0.000 0.000 0.000 edgecolor
8557 newpath 4377.4 1473.48 moveto
8558 4387 1469 lineto
8559 4376.7 1466.51 lineto
8560 closepath stroke
8561 grestore
8562 % icimmcmm_iicimmcmm->icmcmcmm_iicmcmcmm
8563 gsave
8564 1 setlinewidth
8565 0.000 0.000 0.000 edgecolor
8566 newpath 1355 1521 moveto
8567 1384 1518 1418 1514 1449 1512 curveto
8568 2139 1470 6976 1549 7663 1476 curveto
8569 7670 1475 7677 1474 7684 1473 curveto
8570 stroke
8571 0.000 0.000 0.000 edgecolor
8572 newpath 7684.88 1476.39 moveto
8573 7694 1471 lineto
8574 7683.51 1469.53 lineto
8575 closepath fill
8576 1 setlinewidth
8577 solid
8578 0.000 0.000 0.000 edgecolor
8579 newpath 7684.88 1476.39 moveto
8580 7694 1471 lineto
8581 7683.51 1469.53 lineto
8582 closepath stroke
8583 grestore
8584 % icimmcmmc
8585 gsave
8586 1 setlinewidth
8587 0.000 0.000 0.000 nodecolor
8588 2251 1314 41.19 18 ellipse_path stroke
8589 0.000 0.000 0.000 nodecolor
8590 14 /Times-Roman set_font
8591 2229 1309.9 moveto 44 (ici--c--c) alignedtext
8592 grestore
8593 % icimmcmm_iicimmcmm->icimmcmmc
8594 gsave
8595 1 setlinewidth
8596 0.000 0.000 0.000 edgecolor
8597 newpath 1253 1515 moveto
8598 1236 1506 1217 1494 1207 1476 curveto
8599 1200 1461 1197 1452 1207 1440 curveto
8600 1271 1365 1333 1436 1425 1404 curveto
8601 1456 1393 1458 1377 1489 1368 curveto
8602 1557 1347 2041 1324 2200 1316 curveto
8603 stroke
8604 0.000 0.000 0.000 edgecolor
8605 newpath 2200 1319.5 moveto
8606 2210 1316 lineto
8607 2200 1312.5 lineto
8608 closepath fill
8609 1 setlinewidth
8610 solid
8611 0.000 0.000 0.000 edgecolor
8612 newpath 2200 1319.5 moveto
8613 2210 1316 lineto
8614 2200 1312.5 lineto
8615 closepath stroke
8616 grestore
8617 % icmmcimm_iicmmcimm->imimimm_imcimimm_iimimimm_icmcimimm_icimimimm
8618 gsave
8619 1 setlinewidth
8620 0.000 0.000 0.000 edgecolor
8621 newpath 6192 1659 moveto
8622 6163 1648 6122 1634 6089 1622 curveto
8623 stroke
8624 0.000 0.000 0.000 edgecolor
8625 newpath 6090.59 1618.84 moveto
8626 6080 1619 lineto
8627 6088.38 1625.48 lineto
8628 closepath fill
8629 1 setlinewidth
8630 solid
8631 0.000 0.000 0.000 edgecolor
8632 newpath 6090.59 1618.84 moveto
8633 6080 1619 lineto
8634 6088.38 1625.48 lineto
8635 closepath stroke
8636 grestore
8637 % icmmcimm_iicmmcimm->icmmcmcm_iicmmcmcm
8638 gsave
8639 1 setlinewidth
8640 0.000 0.000 0.000 edgecolor
8641 newpath 6302 1669 moveto
8642 6478 1658 6931 1626 6945 1620 curveto
8643 6964 1610 6958 1593 6978 1584 curveto
8644 7180 1486 7273 1632 7482 1548 curveto
8645 7505 1538 7502 1521 7525 1512 curveto
8646 7658 1454 7706 1496 7850 1476 curveto
8647 7862 1474 7873 1472 7885 1470 curveto
8648 stroke
8649 0.000 0.000 0.000 edgecolor
8650 newpath 7885.4 1473.48 moveto
8651 7895 1469 lineto
8652 7884.7 1466.51 lineto
8653 closepath fill
8654 1 setlinewidth
8655 solid
8656 0.000 0.000 0.000 edgecolor
8657 newpath 7885.4 1473.48 moveto
8658 7895 1469 lineto
8659 7884.7 1466.51 lineto
8660 closepath stroke
8661 grestore
8662 % icmmcimm_iicmmcimm->cicmmcimm
8663 gsave
8664 1 setlinewidth
8665 0.000 0.000 0.000 edgecolor
8666 newpath 6287 1662 moveto
8667 6297 1660 6308 1658 6318 1656 curveto
8668 6397 1639 6421 1647 6498 1620 curveto
8669 6549 1602 6605 1571 6638 1550 curveto
8670 stroke
8671 0.000 0.000 0.000 edgecolor
8672 newpath 6639.96 1552.92 moveto
8673 6647 1545 lineto
8674 6636.56 1546.8 lineto
8675 closepath fill
8676 1 setlinewidth
8677 solid
8678 0.000 0.000 0.000 edgecolor
8679 newpath 6639.96 1552.92 moveto
8680 6647 1545 lineto
8681 6636.56 1546.8 lineto
8682 closepath stroke
8683 grestore
8684 % icmmcimm_iicmmcimm->icmmcicmm
8685 gsave
8686 1 setlinewidth
8687 0.000 0.000 0.000 edgecolor
8688 newpath 6169 1666 moveto
8689 6068 1653 5883 1628 5871 1620 curveto
8690 5849 1605 5834 1578 5826 1558 curveto
8691 stroke
8692 0.000 0.000 0.000 edgecolor
8693 newpath 5829.23 1556.57 moveto
8694 5823 1548 lineto
8695 5822.52 1558.58 lineto
8696 closepath fill
8697 1 setlinewidth
8698 solid
8699 0.000 0.000 0.000 edgecolor
8700 newpath 5829.23 1556.57 moveto
8701 5823 1548 lineto
8702 5822.52 1558.58 lineto
8703 closepath stroke
8704 grestore
8705 % icmmcimm_iicmmcimm->icmmcimmc
8706 gsave
8707 1 setlinewidth
8708 0.000 0.000 0.000 edgecolor
8709 newpath 6302 1669 moveto
8710 6484 1658 6962 1626 6978 1620 curveto
8711 7002 1610 7001 1593 7026 1584 curveto
8712 7232 1506 7304 1590 7520 1548 curveto
8713 7525 1547 7530 1546 7534 1544 curveto
8714 stroke
8715 0.000 0.000 0.000 edgecolor
8716 newpath 7534.88 1547.39 moveto
8717 7544 1542 lineto
8718 7533.51 1540.53 lineto
8719 closepath fill
8720 1 setlinewidth
8721 solid
8722 0.000 0.000 0.000 edgecolor
8723 newpath 7534.88 1547.39 moveto
8724 7544 1542 lineto
8725 7533.51 1540.53 lineto
8726 closepath stroke
8727 grestore
8728 % cmcmcimm_ccmcmcimm->cmcimimm_ccmcimimm
8729 gsave
8730 1 setlinewidth
8731 0.000 0.000 0.000 edgecolor
8732 newpath 1500 1514 moveto
8733 1455 1495 1379 1464 1313 1440 curveto
8734 1266 1422 1235 1445 1205 1404 curveto
8735 1196 1391 1198 1381 1205 1368 curveto
8736 1221 1340 1297 1304 1327 1296 curveto
8737 1556 1229 2166 1316 2396 1260 curveto
8738 2433 1251 2436 1232 2472 1224 curveto
8739 2704 1167 3309 1217 3545 1188 curveto
8740 3552 1187 3558 1186 3565 1185 curveto
8741 stroke
8742 0.000 0.000 0.000 edgecolor
8743 newpath 3565.88 1188.39 moveto
8744 3575 1183 lineto
8745 3564.51 1181.53 lineto
8746 closepath fill
8747 1 setlinewidth
8748 solid
8749 0.000 0.000 0.000 edgecolor
8750 newpath 3565.88 1188.39 moveto
8751 3575 1183 lineto
8752 3564.51 1181.53 lineto
8753 closepath stroke
8754 grestore
8755 % cmcmcimm_ccmcmcimm->cmcmcmcm_ccmcmcmcm
8756 gsave
8757 1 setlinewidth
8758 0.000 0.000 0.000 edgecolor
8759 newpath 1518 1512 moveto
8760 1499 1493 1476 1462 1493 1440 curveto
8761 1496 1436 1595 1415 1667 1400 curveto
8762 stroke
8763 0.000 0.000 0.000 edgecolor
8764 newpath 1667.88 1403.39 moveto
8765 1677 1398 lineto
8766 1666.51 1396.53 lineto
8767 closepath fill
8768 1 setlinewidth
8769 solid
8770 0.000 0.000 0.000 edgecolor
8771 newpath 1667.88 1403.39 moveto
8772 1677 1398 lineto
8773 1666.51 1396.53 lineto
8774 closepath stroke
8775 grestore
8776 % cmmcimm_ccmmcimm
8777 gsave
8778 1 setlinewidth
8779 0.000 0.000 0.000 nodecolor
8780 3513 1458 68.99 18 ellipse_path stroke
8781 0.000 0.000 0.000 nodecolor
8782 14 /Times-Roman set_font
8783 3471 1453.9 moveto 84 (c--ci--=cc--ci--) alignedtext
8784 grestore
8785 % cmcmcimm_ccmcmcimm->cmmcimm_ccmmcimm
8786 gsave
8787 1 setlinewidth
8788 0.000 0.000 0.000 edgecolor
8789 newpath 1611 1523 moveto
8790 1658 1519 1722 1515 1777 1512 curveto
8791 2497 1477 2680 1539 3397 1476 curveto
8792 3413 1474 3430 1472 3446 1470 curveto
8793 stroke
8794 0.000 0.000 0.000 edgecolor
8795 newpath 3446.88 1473.39 moveto
8796 3456 1468 lineto
8797 3445.51 1466.53 lineto
8798 closepath fill
8799 1 setlinewidth
8800 solid
8801 0.000 0.000 0.000 edgecolor
8802 newpath 3446.88 1473.39 moveto
8803 3456 1468 lineto
8804 3445.51 1466.53 lineto
8805 closepath stroke
8806 grestore
8807 % cmcmcimm_ccmcmcimm->cmcmcicmm
8808 gsave
8809 1 setlinewidth
8810 0.000 0.000 0.000 edgecolor
8811 newpath 1486 1516 moveto
8812 1466 1508 1444 1495 1432 1476 curveto
8813 1424 1462 1423 1452 1432 1440 curveto
8814 1434 1437 1501 1415 1547 1400 curveto
8815 stroke
8816 0.000 0.000 0.000 edgecolor
8817 newpath 1548.43 1403.23 moveto
8818 1557 1397 lineto
8819 1546.42 1396.52 lineto
8820 closepath fill
8821 1 setlinewidth
8822 solid
8823 0.000 0.000 0.000 edgecolor
8824 newpath 1548.43 1403.23 moveto
8825 1557 1397 lineto
8826 1546.42 1396.52 lineto
8827 closepath stroke
8828 grestore
8829 % cmcmcimm_ccmcmcimm->cmcmcimmc
8830 gsave
8831 1 setlinewidth
8832 0.000 0.000 0.000 edgecolor
8833 newpath 1485 1516 moveto
8834 1434 1503 1357 1483 1307 1470 curveto
8835 stroke
8836 0.000 0.000 0.000 edgecolor
8837 newpath 1307.49 1466.53 moveto
8838 1297 1468 lineto
8839 1306.12 1473.39 lineto
8840 closepath fill
8841 1 setlinewidth
8842 solid
8843 0.000 0.000 0.000 edgecolor
8844 newpath 1307.49 1466.53 moveto
8845 1297 1468 lineto
8846 1306.12 1473.39 lineto
8847 closepath stroke
8848 grestore
8849 % icmcmcmm_iicmcmcmm->cicmcmcmm
8850 gsave
8851 1 setlinewidth
8852 0.000 0.000 0.000 edgecolor
8853 newpath 7810 1447 moveto
8854 7863 1438 7943 1422 8011 1404 curveto
8855 8014 1403 8018 1402 8021 1401 curveto
8856 stroke
8857 0.000 0.000 0.000 edgecolor
8858 newpath 8022.43 1404.23 moveto
8859 8031 1398 lineto
8860 8020.42 1397.52 lineto
8861 closepath fill
8862 1 setlinewidth
8863 solid
8864 0.000 0.000 0.000 edgecolor
8865 newpath 8022.43 1404.23 moveto
8866 8031 1398 lineto
8867 8020.42 1397.52 lineto
8868 closepath stroke
8869 grestore
8870 % icmcmcmmc
8871 gsave
8872 1 setlinewidth
8873 0.000 0.000 0.000 nodecolor
8874 5696 1242 43.97 18 ellipse_path stroke
8875 0.000 0.000 0.000 nodecolor
8876 14 /Times-Roman set_font
8877 5672 1237.9 moveto 48 (ic-c-c--c) alignedtext
8878 grestore
8879 % icmcmcmm_iicmcmcmm->icmcmcmmc
8880 gsave
8881 1 setlinewidth
8882 0.000 0.000 0.000 edgecolor
8883 newpath 7695 1445 moveto
8884 7684 1443 7673 1441 7663 1440 curveto
8885 7560 1427 6833 1440 6738 1404 curveto
8886 6714 1395 6718 1377 6695 1368 curveto
8887 6611 1333 6378 1342 6288 1332 curveto
8888 6086 1308 5848 1269 5747 1251 curveto
8889 stroke
8890 0.000 0.000 0.000 edgecolor
8891 newpath 5747.49 1247.53 moveto
8892 5737 1249 lineto
8893 5746.12 1254.39 lineto
8894 closepath fill
8895 1 setlinewidth
8896 solid
8897 0.000 0.000 0.000 edgecolor
8898 newpath 5747.49 1247.53 moveto
8899 5737 1249 lineto
8900 5746.12 1254.39 lineto
8901 closepath stroke
8902 grestore
8903 % icmcmcmm_iicmcmcmm->imicmcmm_imcicmcmm_iimicmcmm
8904 gsave
8905 1 setlinewidth
8906 0.000 0.000 0.000 edgecolor
8907 newpath 7694 1445 moveto
8908 7684 1443 7673 1441 7663 1440 curveto
8909 7394 1403 7324 1427 7055 1404 curveto
8910 6911 1391 6875 1382 6732 1368 curveto
8911 6688 1363 6370 1364 6341 1332 curveto
8912 6308 1296 6320 1267 6341 1224 curveto
8913 6347 1212 6356 1202 6366 1193 curveto
8914 stroke
8915 0.000 0.000 0.000 edgecolor
8916 newpath 6368.1 1195.8 moveto
8917 6374 1187 lineto
8918 6363.9 1190.2 lineto
8919 closepath fill
8920 1 setlinewidth
8921 solid
8922 0.000 0.000 0.000 edgecolor
8923 newpath 6368.1 1195.8 moveto
8924 6374 1187 lineto
8925 6363.9 1190.2 lineto
8926 closepath stroke
8927 grestore
8928 % icmmcmm_iicmmcmm_icicmmcmm
8929 gsave
8930 1 setlinewidth
8931 0.000 0.000 0.000 nodecolor
8932 7379 1386 103.04 18 ellipse_path stroke
8933 0.000 0.000 0.000 nodecolor
8934 14 /Times-Roman set_font
8935 7312.5 1381.9 moveto 133 (ic--c--=iic--c--=icic--c--) alignedtext
8936 grestore
8937 % icmcmcmm_iicmcmcmm->icmmcmm_iicmmcmm_icicmmcmm
8938 gsave
8939 1 setlinewidth
8940 0.000 0.000 0.000 edgecolor
8941 newpath 7692 1446 moveto
8942 7682 1444 7672 1442 7663 1440 curveto
8943 7595 1426 7517 1412 7461 1401 curveto
8944 stroke
8945 0.000 0.000 0.000 edgecolor
8946 newpath 7461.49 1397.53 moveto
8947 7451 1399 lineto
8948 7460.12 1404.39 lineto
8949 closepath fill
8950 1 setlinewidth
8951 solid
8952 0.000 0.000 0.000 edgecolor
8953 newpath 7461.49 1397.53 moveto
8954 7451 1399 lineto
8955 7460.12 1404.39 lineto
8956 closepath stroke
8957 grestore
8958 % icmmcmcm_iicmmcmcm->cicmmcmcm
8959 gsave
8960 1 setlinewidth
8961 0.000 0.000 0.000 edgecolor
8962 newpath 7900 1446 moveto
8963 7889 1443 7877 1441 7866 1440 curveto
8964 7554 1401 7469 1463 7161 1404 curveto
8965 7157 1403 7153 1403 7150 1401 curveto
8966 stroke
8967 0.000 0.000 0.000 edgecolor
8968 newpath 7150.58 1397.52 moveto
8969 7140 1398 lineto
8970 7148.57 1404.23 lineto
8971 closepath fill
8972 1 setlinewidth
8973 solid
8974 0.000 0.000 0.000 edgecolor
8975 newpath 7150.58 1397.52 moveto
8976 7140 1398 lineto
8977 7148.57 1404.23 lineto
8978 closepath stroke
8979 grestore
8980 % icmmcmcm_iicmmcmcm->icmmcmm_iicmmcmm_icicmmcmm
8981 gsave
8982 1 setlinewidth
8983 0.000 0.000 0.000 edgecolor
8984 newpath 7900 1446 moveto
8985 7889 1443 7877 1441 7866 1440 curveto
8986 7700 1415 7657 1425 7491 1404 curveto
8987 7482 1403 7473 1401 7463 1400 curveto
8988 stroke
8989 0.000 0.000 0.000 edgecolor
8990 newpath 7463.49 1396.53 moveto
8991 7453 1398 lineto
8992 7462.12 1403.39 lineto
8993 closepath fill
8994 1 setlinewidth
8995 solid
8996 0.000 0.000 0.000 edgecolor
8997 newpath 7463.49 1396.53 moveto
8998 7453 1398 lineto
8999 7462.12 1403.39 lineto
9000 closepath stroke
9001 grestore
9002 % icmmcmcm_iicmmcmcm->icmmcmcmc
9003 gsave
9004 1 setlinewidth
9005 0.000 0.000 0.000 edgecolor
9006 newpath 7957 1440 moveto
9007 7957 1432 7957 1423 7957 1414 curveto
9008 stroke
9009 0.000 0.000 0.000 edgecolor
9010 newpath 7960.49 1414.3 moveto
9011 7958 1404 lineto
9012 7953.52 1413.6 lineto
9013 closepath fill
9014 1 setlinewidth
9015 solid
9016 0.000 0.000 0.000 edgecolor
9017 newpath 7960.49 1414.3 moveto
9018 7958 1404 lineto
9019 7953.52 1413.6 lineto
9020 closepath stroke
9021 grestore
9022 % imimmcm_imcimmcm_iimimmcm_imicimmcm_icmcimmcm_icimimmcm
9023 gsave
9024 1 setlinewidth
9025 0.000 0.000 0.000 nodecolor
9026 7698 1386 198.04 18 ellipse_path stroke
9027 0.000 0.000 0.000 nodecolor
9028 14 /Times-Roman set_font
9029 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
9030 grestore
9031 % icmmcmcm_iicmmcmcm->imimmcm_imcimmcm_iimimmcm_imicimmcm_icmcimmcm_icimimmcm
9032 gsave
9033 1 setlinewidth
9034 0.000 0.000 0.000 edgecolor
9035 newpath 7907 1444 moveto
9036 7868 1433 7813 1418 7770 1406 curveto
9037 stroke
9038 0.000 0.000 0.000 edgecolor
9039 newpath 7770.58 1402.52 moveto
9040 7760 1403 lineto
9041 7768.57 1409.23 lineto
9042 closepath fill
9043 1 setlinewidth
9044 solid
9045 0.000 0.000 0.000 edgecolor
9046 newpath 7770.58 1402.52 moveto
9047 7760 1403 lineto
9048 7768.57 1409.23 lineto
9049 closepath stroke
9050 grestore
9051 % imicmcmcm->imimmcm_imcimmcm_iimimmcm_imicimmcm_icmcimmcm_icimimmcm
9052 gsave
9053 1 setlinewidth
9054 0.000 0.000 0.000 edgecolor
9055 newpath 7238 1452 moveto
9056 7312 1441 7471 1418 7582 1402 curveto
9057 stroke
9058 0.000 0.000 0.000 edgecolor
9059 newpath 7582.4 1405.48 moveto
9060 7592 1401 lineto
9061 7581.7 1398.51 lineto
9062 closepath fill
9063 1 setlinewidth
9064 solid
9065 0.000 0.000 0.000 edgecolor
9066 newpath 7582.4 1405.48 moveto
9067 7592 1401 lineto
9068 7581.7 1398.51 lineto
9069 closepath stroke
9070 grestore
9071 % mcicmcmcm
9072 gsave
9073 1 setlinewidth
9074 0.000 0.000 0.000 nodecolor
9075 3608 1098 43.97 18 ellipse_path stroke
9076 0.000 0.000 0.000 nodecolor
9077 14 /Times-Roman set_font
9078 3584 1093.9 moveto 48 (-cic-c-c-) alignedtext
9079 grestore
9080 % imicmcmcm->mcicmcmcm
9081 gsave
9082 1 setlinewidth
9083 0.000 0.000 0.000 edgecolor
9084 newpath 7162 1450 moveto
9085 7145 1446 7123 1442 7104 1440 curveto
9086 6991 1425 6698 1449 6595 1404 curveto
9087 6573 1394 6578 1377 6557 1368 curveto
9088 6415 1302 6356 1378 6208 1332 curveto
9089 6050 1282 6041 1194 5882 1152 curveto
9090 5652 1090 3975 1134 3737 1116 curveto
9091 3712 1113 3683 1110 3659 1107 curveto
9092 stroke
9093 0.000 0.000 0.000 edgecolor
9094 newpath 3659.49 1103.53 moveto
9095 3649 1105 lineto
9096 3658.12 1110.39 lineto
9097 closepath fill
9098 1 setlinewidth
9099 solid
9100 0.000 0.000 0.000 edgecolor
9101 newpath 3659.49 1103.53 moveto
9102 3649 1105 lineto
9103 3658.12 1110.39 lineto
9104 closepath stroke
9105 grestore
9106 % imicmcmmc
9107 gsave
9108 1 setlinewidth
9109 0.000 0.000 0.000 nodecolor
9110 5559 1098 41.19 18 ellipse_path stroke
9111 0.000 0.000 0.000 nodecolor
9112 14 /Times-Roman set_font
9113 5537 1093.9 moveto 44 (i-ic-c--c) alignedtext
9114 grestore
9115 % icmcmcmmc->imicmcmmc
9116 gsave
9117 1 setlinewidth
9118 0.000 0.000 0.000 edgecolor
9119 newpath 5663 1230 moveto
9120 5632 1219 5590 1202 5578 1188 curveto
9121 5564 1170 5560 1145 5559 1126 curveto
9122 stroke
9123 0.000 0.000 0.000 edgecolor
9124 newpath 5562.48 1125.6 moveto
9125 5558 1116 lineto
9126 5555.51 1126.3 lineto
9127 closepath fill
9128 1 setlinewidth
9129 solid
9130 0.000 0.000 0.000 edgecolor
9131 newpath 5562.48 1125.6 moveto
9132 5558 1116 lineto
9133 5555.51 1126.3 lineto
9134 closepath stroke
9135 grestore
9136 % icmmcmmc_iicmmcmmc
9137 gsave
9138 1 setlinewidth
9139 0.000 0.000 0.000 nodecolor
9140 6203 1170 75.94 18 ellipse_path stroke
9141 0.000 0.000 0.000 nodecolor
9142 14 /Times-Roman set_font
9143 6156 1165.9 moveto 94 (ic--c--c=iic--c--c) alignedtext
9144 grestore
9145 % icmcmcmmc->icmmcmmc_iicmmcmmc
9146 gsave
9147 1 setlinewidth
9148 0.000 0.000 0.000 edgecolor
9149 newpath 5738 1236 moveto
9150 5823 1224 6019 1196 6128 1180 curveto
9151 stroke
9152 0.000 0.000 0.000 edgecolor
9153 newpath 6128.4 1183.48 moveto
9154 6138 1179 lineto
9155 6127.7 1176.51 lineto
9156 closepath fill
9157 1 setlinewidth
9158 solid
9159 0.000 0.000 0.000 edgecolor
9160 newpath 6128.4 1183.48 moveto
9161 6138 1179 lineto
9162 6127.7 1176.51 lineto
9163 closepath stroke
9164 grestore
9165 % icmcmcmmc->cmcmcmmc_ccmcmcmmc
9166 gsave
9167 1 setlinewidth
9168 0.000 0.000 0.000 edgecolor
9169 newpath 5663 1230 moveto
9170 5655 1227 5646 1225 5638 1224 curveto
9171 5416 1186 4731 1173 4478 1171 curveto
9172 stroke
9173 0.000 0.000 0.000 edgecolor
9174 newpath 4478 1167.5 moveto
9175 4468 1171 lineto
9176 4478 1174.5 lineto
9177 closepath fill
9178 1 setlinewidth
9179 solid
9180 0.000 0.000 0.000 edgecolor
9181 newpath 4478 1167.5 moveto
9182 4468 1171 lineto
9183 4478 1174.5 lineto
9184 closepath stroke
9185 grestore
9186 % 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
9187 gsave
9188 1 setlinewidth
9189 0.000 0.000 0.000 nodecolor
9190 6100 1026 765.96 18 ellipse_path stroke
9191 0.000 0.000 0.000 nodecolor
9192 14 /Times-Roman set_font
9193 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
9194 grestore
9195 % 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
9196 gsave
9197 1 setlinewidth
9198 0.000 0.000 0.000 edgecolor
9199 newpath 5597 1092 moveto
9200 5620 1088 5648 1084 5674 1080 curveto
9201 5761 1068 5860 1055 5941 1045 curveto
9202 stroke
9203 0.000 0.000 0.000 edgecolor
9204 newpath 5941.4 1048.48 moveto
9205 5951 1044 lineto
9206 5940.7 1041.51 lineto
9207 closepath fill
9208 1 setlinewidth
9209 solid
9210 0.000 0.000 0.000 edgecolor
9211 newpath 5941.4 1048.48 moveto
9212 5951 1044 lineto
9213 5940.7 1041.51 lineto
9214 closepath stroke
9215 grestore
9216 % mcicmcmmc
9217 gsave
9218 1 setlinewidth
9219 0.000 0.000 0.000 nodecolor
9220 2708 594 43.97 18 ellipse_path stroke
9221 0.000 0.000 0.000 nodecolor
9222 14 /Times-Roman set_font
9223 2684 589.9 moveto 48 (-cic-c--c) alignedtext
9224 grestore
9225 % imicmcmmc->mcicmcmmc
9226 gsave
9227 1 setlinewidth
9228 0.000 0.000 0.000 edgecolor
9229 newpath 5520 1092 moveto
9230 5463 1082 5358 1063 5325 1044 curveto
9231 5236 989 5259 924 5173 864 curveto
9232 5030 761 4971 776 4804 720 curveto
9233 4695 682 4669 665 4554 648 curveto
9234 4160 588 3154 680 2761 612 curveto
9235 2757 611 2753 611 2750 609 curveto
9236 stroke
9237 0.000 0.000 0.000 edgecolor
9238 newpath 2750.58 605.52 moveto
9239 2740 606 lineto
9240 2748.57 612.23 lineto
9241 closepath fill
9242 1 setlinewidth
9243 solid
9244 0.000 0.000 0.000 edgecolor
9245 newpath 2750.58 605.52 moveto
9246 2740 606 lineto
9247 2748.57 612.23 lineto
9248 closepath stroke
9249 grestore
9250 % 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
9251 gsave
9252 1 setlinewidth
9253 0.000 0.000 0.000 edgecolor
9254 newpath 6203 1152 moveto
9255 6202 1132 6199 1101 6184 1080 curveto
9256 6175 1068 6163 1058 6151 1049 curveto
9257 stroke
9258 0.000 0.000 0.000 edgecolor
9259 newpath 6152.44 1045.8 moveto
9260 6142 1044 lineto
9261 6149.04 1051.92 lineto
9262 closepath fill
9263 1 setlinewidth
9264 solid
9265 0.000 0.000 0.000 edgecolor
9266 newpath 6152.44 1045.8 moveto
9267 6142 1044 lineto
9268 6149.04 1051.92 lineto
9269 closepath stroke
9270 grestore
9271 % icmmcmmc_iicmmcmmc->cicmmcmmc
9272 gsave
9273 1 setlinewidth
9274 0.000 0.000 0.000 edgecolor
9275 newpath 6185 1152 moveto
9276 6176 1143 6165 1132 6155 1122 curveto
9277 stroke
9278 0.000 0.000 0.000 edgecolor
9279 newpath 6157.55 1119.6 moveto
9280 6148 1115 lineto
9281 6152.6 1124.55 lineto
9282 closepath fill
9283 1 setlinewidth
9284 solid
9285 0.000 0.000 0.000 edgecolor
9286 newpath 6157.55 1119.6 moveto
9287 6148 1115 lineto
9288 6152.6 1124.55 lineto
9289 closepath stroke
9290 grestore
9291 % cmmcmmc_ccmmcmmc
9292 gsave
9293 1 setlinewidth
9294 0.000 0.000 0.000 nodecolor
9295 4360 1026 75.05 18 ellipse_path stroke
9296 0.000 0.000 0.000 nodecolor
9297 14 /Times-Roman set_font
9298 4314 1021.9 moveto 92 (c--c--c=cc--c--c) alignedtext
9299 grestore
9300 % cmcmcmmc_ccmcmcmmc->cmmcmmc_ccmmcmmc
9301 gsave
9302 1 setlinewidth
9303 0.000 0.000 0.000 edgecolor
9304 newpath 4381 1152 moveto
9305 4377 1127 4370 1083 4365 1054 curveto
9306 stroke
9307 0.000 0.000 0.000 edgecolor
9308 newpath 4368.39 1053.12 moveto
9309 4363 1044 lineto
9310 4361.53 1054.49 lineto
9311 closepath fill
9312 1 setlinewidth
9313 solid
9314 0.000 0.000 0.000 edgecolor
9315 newpath 4368.39 1053.12 moveto
9316 4363 1044 lineto
9317 4361.53 1054.49 lineto
9318 closepath stroke
9319 grestore
9320 % cmcmmim_ccmcmmim
9321 gsave
9322 1 setlinewidth
9323 0.000 0.000 0.000 nodecolor
9324 2433 594 68.99 18 ellipse_path stroke
9325 0.000 0.000 0.000 nodecolor
9326 14 /Times-Roman set_font
9327 2391 589.9 moveto 84 (c-c--i-=cc-c--i-) alignedtext
9328 grestore
9329 % cmcmcmmc_ccmcmcmmc->cmcmmim_ccmcmmim
9330 gsave
9331 1 setlinewidth
9332 0.000 0.000 0.000 edgecolor
9333 newpath 4396 1152 moveto
9334 4411 1128 4435 1085 4444 1044 curveto
9335 4455 995 4451 973 4419 936 curveto
9336 4328 826 3985 677 3845 648 curveto
9337 3555 586 2806 649 2511 612 curveto
9338 2505 611 2499 610 2492 609 curveto
9339 stroke
9340 0.000 0.000 0.000 edgecolor
9341 newpath 2492.49 605.53 moveto
9342 2482 607 lineto
9343 2491.12 612.39 lineto
9344 closepath fill
9345 1 setlinewidth
9346 solid
9347 0.000 0.000 0.000 edgecolor
9348 newpath 2492.49 605.53 moveto
9349 2482 607 lineto
9350 2491.12 612.39 lineto
9351 closepath stroke
9352 grestore
9353 % micmcmmc_cmicmcmmc
9354 gsave
9355 1 setlinewidth
9356 0.000 0.000 0.000 nodecolor
9357 4330 234 79.22 18 ellipse_path stroke
9358 0.000 0.000 0.000 nodecolor
9359 14 /Times-Roman set_font
9360 4281 229.9 moveto 98 (-ic-c--c=c-ic-c--c) alignedtext
9361 grestore
9362 % cmcmcmmc_ccmcmcmmc->micmcmmc_cmicmcmmc
9363 gsave
9364 1 setlinewidth
9365 0.000 0.000 0.000 edgecolor
9366 newpath 4415 1153 moveto
9367 4495 1110 4707 984 4831 828 curveto
9368 4936 696 4812 618 4812 450 curveto
9369 4812 450 4812 450 4812 378 curveto
9370 4812 296 4552 257 4414 242 curveto
9371 stroke
9372 0.000 0.000 0.000 edgecolor
9373 newpath 4414.3 238.51 moveto
9374 4404 241 lineto
9375 4413.6 245.48 lineto
9376 closepath fill
9377 1 setlinewidth
9378 solid
9379 0.000 0.000 0.000 edgecolor
9380 newpath 4414.3 238.51 moveto
9381 4404 241 lineto
9382 4413.6 245.48 lineto
9383 closepath stroke
9384 grestore
9385 % imicmcmm_imcicmcmm_iimicmcmm->cimicmcmm
9386 gsave
9387 1 setlinewidth
9388 0.000 0.000 0.000 edgecolor
9389 newpath 6480 1157 moveto
9390 6495 1155 6510 1153 6525 1152 curveto
9391 6761 1126 6823 1146 7060 1116 curveto
9392 7075 1114 7091 1110 7106 1108 curveto
9393 stroke
9394 0.000 0.000 0.000 edgecolor
9395 newpath 7106.88 1111.39 moveto
9396 7116 1106 lineto
9397 7105.51 1104.53 lineto
9398 closepath fill
9399 1 setlinewidth
9400 solid
9401 0.000 0.000 0.000 edgecolor
9402 newpath 7106.88 1111.39 moveto
9403 7116 1106 lineto
9404 7105.51 1104.53 lineto
9405 closepath stroke
9406 grestore
9407 % imicmcmm_imcicmcmm_iimicmcmm->imicmcmmc
9408 gsave
9409 1 setlinewidth
9410 0.000 0.000 0.000 edgecolor
9411 newpath 6329 1157 moveto
9412 6315 1155 6301 1153 6288 1152 curveto
9413 6016 1123 5945 1145 5674 1116 curveto
9414 5652 1113 5628 1109 5607 1106 curveto
9415 stroke
9416 0.000 0.000 0.000 edgecolor
9417 newpath 5607.3 1102.51 moveto
9418 5597 1105 lineto
9419 5606.6 1109.48 lineto
9420 closepath fill
9421 1 setlinewidth
9422 solid
9423 0.000 0.000 0.000 edgecolor
9424 newpath 5607.3 1102.51 moveto
9425 5597 1105 lineto
9426 5606.6 1109.48 lineto
9427 closepath stroke
9428 grestore
9429 % mcicmcmm
9430 gsave
9431 1 setlinewidth
9432 0.000 0.000 0.000 nodecolor
9433 2017 666 39.11 18 ellipse_path stroke
9434 0.000 0.000 0.000 nodecolor
9435 14 /Times-Roman set_font
9436 1996.5 661.9 moveto 41 (-cic-c--) alignedtext
9437 grestore
9438 % imicmcmm_imcicmcmm_iimicmcmm->mcicmcmm
9439 gsave
9440 1 setlinewidth
9441 0.000 0.000 0.000 edgecolor
9442 newpath 6475 1157 moveto
9443 6604 1131 6864 1077 6890 1044 curveto
9444 6899 1031 6899 1020 6890 1008 curveto
9445 6789 880 6923 969 5369 792 curveto
9446 5080 758 5008 737 4717 720 curveto
9447 4423 701 2355 738 2065 684 curveto
9448 2062 684 2059 683 2055 681 curveto
9449 stroke
9450 0.000 0.000 0.000 edgecolor
9451 newpath 2056.59 677.84 moveto
9452 2046 678 lineto
9453 2054.38 684.48 lineto
9454 closepath fill
9455 1 setlinewidth
9456 solid
9457 0.000 0.000 0.000 edgecolor
9458 newpath 2056.59 677.84 moveto
9459 2046 678 lineto
9460 2054.38 684.48 lineto
9461 closepath stroke
9462 grestore
9463 % icmmcmm_iicmmcmm_icicmmcmm->cicmmcmm_ccicmmcmm
9464 gsave
9465 1 setlinewidth
9466 0.000 0.000 0.000 edgecolor
9467 newpath 7452 1373 moveto
9468 7465 1371 7479 1370 7491 1368 curveto
9469 7628 1348 7664 1353 7801 1332 curveto
9470 7808 1331 7814 1329 7821 1328 curveto
9471 stroke
9472 0.000 0.000 0.000 edgecolor
9473 newpath 7821.88 1331.39 moveto
9474 7831 1326 lineto
9475 7820.51 1324.53 lineto
9476 closepath fill
9477 1 setlinewidth
9478 solid
9479 0.000 0.000 0.000 edgecolor
9480 newpath 7821.88 1331.39 moveto
9481 7831 1326 lineto
9482 7820.51 1324.53 lineto
9483 closepath stroke
9484 grestore
9485 % icmmcmm_iicmmcmm_icicmmcmm->icmmcmmc_iicmmcmmc
9486 gsave
9487 1 setlinewidth
9488 0.000 0.000 0.000 edgecolor
9489 newpath 7308 1373 moveto
9490 7295 1371 7280 1369 7267 1368 curveto
9491 7164 1357 6433 1376 6341 1332 curveto
9492 6281 1303 6237 1235 6217 1197 curveto
9493 stroke
9494 0.000 0.000 0.000 edgecolor
9495 newpath 6219.92 1195.04 moveto
9496 6212 1188 lineto
9497 6213.8 1198.44 lineto
9498 closepath fill
9499 1 setlinewidth
9500 solid
9501 0.000 0.000 0.000 edgecolor
9502 newpath 6219.92 1195.04 moveto
9503 6212 1188 lineto
9504 6213.8 1198.44 lineto
9505 closepath stroke
9506 grestore
9507 % immicmcmc->immcmcmc_imcmcmcmc_iimmcmcmc
9508 gsave
9509 1 setlinewidth
9510 0.000 0.000 0.000 edgecolor
9511 newpath 4757 1598 moveto
9512 4716 1593 4651 1587 4595 1584 curveto
9513 3909 1545 3734 1605 3049 1548 curveto
9514 3038 1547 3027 1546 3015 1544 curveto
9515 stroke
9516 0.000 0.000 0.000 edgecolor
9517 newpath 3015.3 1540.51 moveto
9518 3005 1543 lineto
9519 3014.6 1547.48 lineto
9520 closepath fill
9521 1 setlinewidth
9522 solid
9523 0.000 0.000 0.000 edgecolor
9524 newpath 3015.3 1540.51 moveto
9525 3005 1543 lineto
9526 3014.6 1547.48 lineto
9527 closepath stroke
9528 grestore
9529 % immicmmc_iimmicmmc
9530 gsave
9531 1 setlinewidth
9532 0.000 0.000 0.000 nodecolor
9533 5477 1530 70.88 18 ellipse_path stroke
9534 0.000 0.000 0.000 nodecolor
9535 14 /Times-Roman set_font
9536 5434 1525.9 moveto 86 (i--ic--c=ii--ic--c) alignedtext
9537 grestore
9538 % immicmcmc->immicmmc_iimmicmmc
9539 gsave
9540 1 setlinewidth
9541 0.000 0.000 0.000 edgecolor
9542 newpath 4836 1596 moveto
9543 4861 1592 4894 1587 4923 1584 curveto
9544 5131 1561 5186 1577 5392 1548 curveto
9545 5399 1547 5407 1545 5414 1544 curveto
9546 stroke
9547 0.000 0.000 0.000 edgecolor
9548 newpath 5414.88 1547.39 moveto
9549 5424 1542 lineto
9550 5413.51 1540.53 lineto
9551 closepath fill
9552 1 setlinewidth
9553 solid
9554 0.000 0.000 0.000 edgecolor
9555 newpath 5414.88 1547.39 moveto
9556 5424 1542 lineto
9557 5413.51 1540.53 lineto
9558 closepath stroke
9559 grestore
9560 % immicmcmc->mmicmcmc
9561 gsave
9562 1 setlinewidth
9563 0.000 0.000 0.000 edgecolor
9564 newpath 4765 1591 moveto
9565 4757 1589 4749 1586 4742 1584 curveto
9566 4677 1565 4659 1567 4593 1548 curveto
9567 4590 1547 4587 1546 4585 1545 curveto
9568 stroke
9569 0.000 0.000 0.000 edgecolor
9570 newpath 4585.58 1541.52 moveto
9571 4575 1542 lineto
9572 4583.57 1548.23 lineto
9573 closepath fill
9574 1 setlinewidth
9575 solid
9576 0.000 0.000 0.000 edgecolor
9577 newpath 4585.58 1541.52 moveto
9578 4575 1542 lineto
9579 4583.57 1548.23 lineto
9580 closepath stroke
9581 grestore
9582 % icmmc_iicmmc_icicmmc->cicmmc_ccicmmc
9583 gsave
9584 1 setlinewidth
9585 0.000 0.000 0.000 edgecolor
9586 newpath 7874 1589 moveto
9587 7885 1587 7896 1586 7907 1584 curveto
9588 8042 1563 8078 1571 8214 1548 curveto
9589 8220 1547 8227 1545 8233 1544 curveto
9590 stroke
9591 0.000 0.000 0.000 edgecolor
9592 newpath 8233.88 1547.39 moveto
9593 8243 1542 lineto
9594 8232.51 1540.53 lineto
9595 closepath fill
9596 1 setlinewidth
9597 solid
9598 0.000 0.000 0.000 edgecolor
9599 newpath 8233.88 1547.39 moveto
9600 8243 1542 lineto
9601 8232.51 1540.53 lineto
9602 closepath stroke
9603 grestore
9604 % icmmc_iicmmc_icicmmc->icmmcmm_iicmmcmm_icicmmcmm
9605 gsave
9606 1 setlinewidth
9607 0.000 0.000 0.000 edgecolor
9608 newpath 7875 1590 moveto
9609 7886 1588 7897 1586 7907 1584 curveto
9610 7998 1567 8024 1573 8114 1548 curveto
9611 8134 1542 8280 1493 8293 1476 curveto
9612 8301 1462 8304 1451 8293 1440 curveto
9613 8262 1407 7535 1408 7491 1404 curveto
9614 7481 1403 7472 1402 7462 1401 curveto
9615 stroke
9616 0.000 0.000 0.000 edgecolor
9617 newpath 7462.49 1397.53 moveto
9618 7452 1399 lineto
9619 7461.12 1404.39 lineto
9620 closepath fill
9621 1 setlinewidth
9622 solid
9623 0.000 0.000 0.000 edgecolor
9624 newpath 7462.49 1397.53 moveto
9625 7452 1399 lineto
9626 7461.12 1404.39 lineto
9627 closepath stroke
9628 grestore
9629 % icmmc_iicmmc_icicmmc->immicmmc_iimmicmmc
9630 gsave
9631 1 setlinewidth
9632 0.000 0.000 0.000 edgecolor
9633 newpath 7745 1591 moveto
9634 7725 1588 7702 1585 7681 1584 curveto
9635 6790 1515 6563 1597 5671 1548 curveto
9636 5632 1546 5588 1542 5552 1538 curveto
9637 stroke
9638 0.000 0.000 0.000 edgecolor
9639 newpath 5552.3 1534.51 moveto
9640 5542 1537 lineto
9641 5551.6 1541.48 lineto
9642 closepath fill
9643 1 setlinewidth
9644 solid
9645 0.000 0.000 0.000 edgecolor
9646 newpath 5552.3 1534.51 moveto
9647 5542 1537 lineto
9648 5551.6 1541.48 lineto
9649 closepath stroke
9650 grestore
9651 % icmcmmcmc
9652 gsave
9653 1 setlinewidth
9654 0.000 0.000 0.000 nodecolor
9655 6742 1746 43.97 18 ellipse_path stroke
9656 0.000 0.000 0.000 nodecolor
9657 14 /Times-Roman set_font
9658 6718 1741.9 moveto 48 (ic-c--c-c) alignedtext
9659 grestore
9660 % icmcmmcmc->icmcmc_iicmcmc_icicmcmc
9661 gsave
9662 1 setlinewidth
9663 0.000 0.000 0.000 edgecolor
9664 newpath 6774 1734 moveto
9665 6781 1731 6788 1729 6795 1728 curveto
9666 6957 1692 7002 1713 7168 1692 curveto
9667 7178 1691 7187 1689 7197 1688 curveto
9668 stroke
9669 0.000 0.000 0.000 edgecolor
9670 newpath 7197.88 1691.39 moveto
9671 7207 1686 lineto
9672 7196.51 1684.53 lineto
9673 closepath fill
9674 1 setlinewidth
9675 solid
9676 0.000 0.000 0.000 edgecolor
9677 newpath 7197.88 1691.39 moveto
9678 7207 1686 lineto
9679 7196.51 1684.53 lineto
9680 closepath stroke
9681 grestore
9682 % icmcmmcmc->imicmmcmc
9683 gsave
9684 1 setlinewidth
9685 0.000 0.000 0.000 edgecolor
9686 newpath 6775 1734 moveto
9687 6781 1732 6788 1730 6795 1728 curveto
9688 6960 1684 7004 1682 7173 1656 curveto
9689 7304 1635 7347 1672 7470 1620 curveto
9690 7492 1610 7490 1594 7513 1584 curveto
9691 7618 1536 7835 1601 7763 1512 curveto
9692 7713 1451 7666 1495 7591 1476 curveto
9693 7537 1462 7527 1449 7473 1440 curveto
9694 7087 1374 6982 1451 6595 1404 curveto
9695 6581 1402 6567 1400 6553 1397 curveto
9696 stroke
9697 0.000 0.000 0.000 edgecolor
9698 newpath 6553.49 1393.53 moveto
9699 6543 1395 lineto
9700 6552.12 1400.39 lineto
9701 closepath fill
9702 1 setlinewidth
9703 solid
9704 0.000 0.000 0.000 edgecolor
9705 newpath 6553.49 1393.53 moveto
9706 6543 1395 lineto
9707 6552.12 1400.39 lineto
9708 closepath stroke
9709 grestore
9710 % icmcmmcmc->cmcmmcmc_ccmcmmcmc
9711 gsave
9712 1 setlinewidth
9713 0.000 0.000 0.000 edgecolor
9714 newpath 6761 1730 moveto
9715 6782 1710 6809 1677 6788 1656 curveto
9716 6743 1610 5697 1646 5638 1620 curveto
9717 5619 1610 5625 1592 5605 1584 curveto
9718 5503 1537 3693 1575 3584 1548 curveto
9719 3550 1539 3548 1520 3513 1512 curveto
9720 3329 1465 1993 1486 1803 1476 curveto
9721 1764 1474 1719 1471 1682 1467 curveto
9722 stroke
9723 0.000 0.000 0.000 edgecolor
9724 newpath 1682.3 1463.51 moveto
9725 1672 1466 lineto
9726 1681.6 1470.48 lineto
9727 closepath fill
9728 1 setlinewidth
9729 solid
9730 0.000 0.000 0.000 edgecolor
9731 newpath 1682.3 1463.51 moveto
9732 1672 1466 lineto
9733 1681.6 1470.48 lineto
9734 closepath stroke
9735 grestore
9736 % imimmcmc_imcimmcmc_iimimmcmc
9737 gsave
9738 1 setlinewidth
9739 0.000 0.000 0.000 nodecolor
9740 7685 1314 107.21 18 ellipse_path stroke
9741 0.000 0.000 0.000 nodecolor
9742 14 /Times-Roman set_font
9743 7615.5 1309.9 moveto 139 (i-i--c-c=i-ci--c-c=ii-i--c-c) alignedtext
9744 grestore
9745 % imicmmcmc->imimmcmc_imcimmcmc_iimimmcmc
9746 gsave
9747 1 setlinewidth
9748 0.000 0.000 0.000 edgecolor
9749 newpath 6543 1377 moveto
9750 6558 1373 6578 1370 6595 1368 curveto
9751 7025 1316 7137 1373 7569 1332 curveto
9752 7579 1331 7589 1330 7600 1328 curveto
9753 stroke
9754 0.000 0.000 0.000 edgecolor
9755 newpath 7600.4 1331.48 moveto
9756 7610 1327 lineto
9757 7599.7 1324.51 lineto
9758 closepath fill
9759 1 setlinewidth
9760 solid
9761 0.000 0.000 0.000 edgecolor
9762 newpath 7600.4 1331.48 moveto
9763 7610 1327 lineto
9764 7599.7 1324.51 lineto
9765 closepath stroke
9766 grestore
9767 % mcicmmcmc
9768 gsave
9769 1 setlinewidth
9770 0.000 0.000 0.000 nodecolor
9771 3502 1098 43.97 18 ellipse_path stroke
9772 0.000 0.000 0.000 nodecolor
9773 14 /Times-Roman set_font
9774 3478 1093.9 moveto 48 (-cic--c-c) alignedtext
9775 grestore
9776 % imicmmcmc->mcicmmcmc
9777 gsave
9778 1 setlinewidth
9779 0.000 0.000 0.000 edgecolor
9780 newpath 6476 1374 moveto
9781 6468 1372 6460 1370 6452 1368 curveto
9782 6289 1333 6235 1391 6080 1332 curveto
9783 5953 1283 5962 1195 5834 1152 curveto
9784 5594 1071 3805 1159 3555 1116 curveto
9785 3551 1115 3547 1115 3544 1113 curveto
9786 stroke
9787 0.000 0.000 0.000 edgecolor
9788 newpath 3544.58 1109.52 moveto
9789 3534 1110 lineto
9790 3542.57 1116.23 lineto
9791 closepath fill
9792 1 setlinewidth
9793 solid
9794 0.000 0.000 0.000 edgecolor
9795 newpath 3544.58 1109.52 moveto
9796 3534 1110 lineto
9797 3542.57 1116.23 lineto
9798 closepath stroke
9799 grestore
9800 % cmcmmcmc_ccmcmmcmc->cmcmc_ccmcmc
9801 gsave
9802 1 setlinewidth
9803 0.000 0.000 0.000 edgecolor
9804 newpath 1659 1446 moveto
9805 1713 1435 1794 1419 1864 1404 curveto
9806 1870 1403 1876 1401 1882 1400 curveto
9807 stroke
9808 0.000 0.000 0.000 edgecolor
9809 newpath 1883.43 1403.23 moveto
9810 1892 1397 lineto
9811 1881.42 1396.52 lineto
9812 closepath fill
9813 1 setlinewidth
9814 solid
9815 0.000 0.000 0.000 edgecolor
9816 newpath 1883.43 1403.23 moveto
9817 1892 1397 lineto
9818 1881.42 1396.52 lineto
9819 closepath stroke
9820 grestore
9821 % cmcmmcmc_ccmcmmcmc->cmcmcmcmc
9822 gsave
9823 1 setlinewidth
9824 0.000 0.000 0.000 edgecolor
9825 newpath 1673 1451 moveto
9826 1721 1444 1782 1430 1831 1404 curveto
9827 1852 1393 1848 1377 1869 1368 curveto
9828 1964 1325 2232 1345 2334 1332 curveto
9829 2350 1330 2367 1327 2382 1324 curveto
9830 stroke
9831 0.000 0.000 0.000 edgecolor
9832 newpath 2382.88 1327.39 moveto
9833 2392 1322 lineto
9834 2381.51 1320.53 lineto
9835 closepath fill
9836 1 setlinewidth
9837 solid
9838 0.000 0.000 0.000 edgecolor
9839 newpath 2382.88 1327.39 moveto
9840 2392 1322 lineto
9841 2381.51 1320.53 lineto
9842 closepath stroke
9843 grestore
9844 % cmcmmcmc_ccmcmmcmc->cmcmmcim_ccmcmmcim
9845 gsave
9846 1 setlinewidth
9847 0.000 0.000 0.000 edgecolor
9848 newpath 1516 1452 moveto
9849 1353 1440 994 1413 985 1404 curveto
9850 975 1392 980 1383 985 1368 curveto
9851 1023 1254 1049 1220 1147 1152 curveto
9852 1420 961 1539 1006 1863 936 curveto
9853 1978 911 2009 921 2124 900 curveto
9854 2191 887 2206 877 2272 864 curveto
9855 2355 847 2450 831 2514 821 curveto
9856 stroke
9857 0.000 0.000 0.000 edgecolor
9858 newpath 2514.4 824.48 moveto
9859 2524 820 lineto
9860 2513.7 817.51 lineto
9861 closepath fill
9862 1 setlinewidth
9863 solid
9864 0.000 0.000 0.000 edgecolor
9865 newpath 2514.4 824.48 moveto
9866 2524 820 lineto
9867 2513.7 817.51 lineto
9868 closepath stroke
9869 grestore
9870 % micmmcmc_cmicmmcmc
9871 gsave
9872 1 setlinewidth
9873 0.000 0.000 0.000 nodecolor
9874 3385 810 79.22 18 ellipse_path stroke
9875 0.000 0.000 0.000 nodecolor
9876 14 /Times-Roman set_font
9877 3336 805.9 moveto 98 (-ic--c-c=c-ic--c-c) alignedtext
9878 grestore
9879 % cmcmmcmc_ccmcmmcmc->micmmcmc_cmicmmcmc
9880 gsave
9881 1 setlinewidth
9882 0.000 0.000 0.000 edgecolor
9883 newpath 1516 1452 moveto
9884 1407 1444 1225 1427 1205 1404 curveto
9885 1195 1391 1199 1382 1205 1368 curveto
9886 1277 1202 1717 980 1891 936 curveto
9887 2028 901 2072 942 2205 900 curveto
9888 2237 889 2239 872 2271 864 curveto
9889 2442 816 2892 837 3069 828 curveto
9890 3147 823 3234 819 3298 815 curveto
9891 stroke
9892 0.000 0.000 0.000 edgecolor
9893 newpath 3298.4 818.48 moveto
9894 3308 814 lineto
9895 3297.7 811.51 lineto
9896 closepath fill
9897 1 setlinewidth
9898 solid
9899 0.000 0.000 0.000 edgecolor
9900 newpath 3298.4 818.48 moveto
9901 3308 814 lineto
9902 3297.7 811.51 lineto
9903 closepath stroke
9904 grestore
9905 % icmcmmcm_iicmcmmcm
9906 gsave
9907 1 setlinewidth
9908 0.000 0.000 0.000 nodecolor
9909 6084 1962 75.94 18 ellipse_path stroke
9910 0.000 0.000 0.000 nodecolor
9911 14 /Times-Roman set_font
9912 6037 1957.9 moveto 94 (ic-c--c-=iic-c--c-) alignedtext
9913 grestore
9914 % icmcmmcm_iicmcmmcm->cicmcmmcm
9915 gsave
9916 1 setlinewidth
9917 0.000 0.000 0.000 edgecolor
9918 newpath 6091 1944 moveto
9919 6099 1923 6116 1890 6142 1872 curveto
9920 6188 1837 6211 1852 6266 1836 curveto
9921 6270 1835 6275 1833 6279 1832 curveto
9922 stroke
9923 0.000 0.000 0.000 edgecolor
9924 newpath 6280.43 1835.23 moveto
9925 6289 1829 lineto
9926 6278.42 1828.52 lineto
9927 closepath fill
9928 1 setlinewidth
9929 solid
9930 0.000 0.000 0.000 edgecolor
9931 newpath 6280.43 1835.23 moveto
9932 6289 1829 lineto
9933 6278.42 1828.52 lineto
9934 closepath stroke
9935 grestore
9936 % icmcmmcm_iicmcmmcm->icmcmmcmc
9937 gsave
9938 1 setlinewidth
9939 0.000 0.000 0.000 edgecolor
9940 newpath 6112 1945 moveto
9941 6128 1935 6151 1921 6170 1908 curveto
9942 6191 1892 6193 1882 6218 1872 curveto
9943 6297 1837 6331 1873 6410 1836 curveto
9944 6432 1825 6430 1810 6453 1800 curveto
9945 6494 1781 6618 1762 6690 1752 curveto
9946 stroke
9947 0.000 0.000 0.000 edgecolor
9948 newpath 6690.4 1755.48 moveto
9949 6700 1751 lineto
9950 6689.7 1748.51 lineto
9951 closepath fill
9952 1 setlinewidth
9953 solid
9954 0.000 0.000 0.000 edgecolor
9955 newpath 6690.4 1755.48 moveto
9956 6700 1751 lineto
9957 6689.7 1748.51 lineto
9958 closepath stroke
9959 grestore
9960 % icmcm_iicmcm_icicmcm
9961 gsave
9962 1 setlinewidth
9963 0.000 0.000 0.000 nodecolor
9964 6843 1890 84.78 18 ellipse_path stroke
9965 0.000 0.000 0.000 nodecolor
9966 14 /Times-Roman set_font
9967 6790 1885.9 moveto 106 (ic-c-=iic-c-=icic-c-) alignedtext
9968 grestore
9969 % icmcmmcm_iicmcmmcm->icmcm_iicmcm_icicmcm
9970 gsave
9971 1 setlinewidth
9972 0.000 0.000 0.000 edgecolor
9973 newpath 6155 1955 moveto
9974 6193 1952 6240 1947 6283 1944 curveto
9975 6473 1927 6521 1928 6711 1908 curveto
9976 6728 1906 6745 1904 6762 1901 curveto
9977 stroke
9978 0.000 0.000 0.000 edgecolor
9979 newpath 6762.4 1904.48 moveto
9980 6772 1900 lineto
9981 6761.7 1897.51 lineto
9982 closepath fill
9983 1 setlinewidth
9984 solid
9985 0.000 0.000 0.000 edgecolor
9986 newpath 6762.4 1904.48 moveto
9987 6772 1900 lineto
9988 6761.7 1897.51 lineto
9989 closepath stroke
9990 grestore
9991 % icmcmmcm_iicmcmmcm->imicmmcm_imcicmmcm_iimicmmcm
9992 gsave
9993 1 setlinewidth
9994 0.000 0.000 0.000 edgecolor
9995 newpath 6103 1944 moveto
9996 6113 1934 6127 1921 6139 1908 curveto
9997 6153 1892 6151 1882 6170 1872 curveto
9998 6251 1825 6295 1880 6377 1836 curveto
9999 6396 1825 6394 1815 6410 1800 curveto
10000 6481 1731 6490 1698 6579 1656 curveto
10001 6654 1619 6685 1647 6764 1620 curveto
10002 6796 1608 6799 1594 6832 1584 curveto
10003 6853 1576 6974 1557 7061 1544 curveto
10004 stroke
10005 0.000 0.000 0.000 edgecolor
10006 newpath 7061.88 1547.39 moveto
10007 7071 1542 lineto
10008 7060.51 1540.53 lineto
10009 closepath fill
10010 1 setlinewidth
10011 solid
10012 0.000 0.000 0.000 edgecolor
10013 newpath 7061.88 1547.39 moveto
10014 7071 1542 lineto
10015 7060.51 1540.53 lineto
10016 closepath stroke
10017 grestore
10018 % icmcm_iicmcm_icicmcm->icmcmc_iicmcmc_icicmcmc
10019 gsave
10020 1 setlinewidth
10021 0.000 0.000 0.000 edgecolor
10022 newpath 6845 1872 moveto
10023 6848 1851 6857 1818 6879 1800 curveto
10024 6939 1749 6983 1800 7054 1764 curveto
10025 7074 1753 7071 1739 7092 1728 curveto
10026 7124 1709 7163 1696 7197 1688 curveto
10027 stroke
10028 0.000 0.000 0.000 edgecolor
10029 newpath 7197.88 1691.39 moveto
10030 7207 1686 lineto
10031 7196.51 1684.53 lineto
10032 closepath fill
10033 1 setlinewidth
10034 solid
10035 0.000 0.000 0.000 edgecolor
10036 newpath 7197.88 1691.39 moveto
10037 7207 1686 lineto
10038 7196.51 1684.53 lineto
10039 closepath stroke
10040 grestore
10041 % icmcm_iicmcm_icicmcm->cicmcm_ccicmcm
10042 gsave
10043 1 setlinewidth
10044 0.000 0.000 0.000 edgecolor
10045 newpath 6842 1872 moveto
10046 6841 1853 6840 1824 6846 1800 curveto
10047 6847 1791 6851 1781 6855 1773 curveto
10048 stroke
10049 0.000 0.000 0.000 edgecolor
10050 newpath 6858.14 1774.56 moveto
10051 6859 1764 lineto
10052 6851.74 1771.72 lineto
10053 closepath fill
10054 1 setlinewidth
10055 solid
10056 0.000 0.000 0.000 edgecolor
10057 newpath 6858.14 1774.56 moveto
10058 6859 1764 lineto
10059 6851.74 1771.72 lineto
10060 closepath stroke
10061 grestore
10062 % immicmcm_iimmicmcm
10063 gsave
10064 1 setlinewidth
10065 0.000 0.000 0.000 nodecolor
10066 3799 1818 70.88 18 ellipse_path stroke
10067 0.000 0.000 0.000 nodecolor
10068 14 /Times-Roman set_font
10069 3756 1813.9 moveto 86 (i--ic-c-=ii--ic-c-) alignedtext
10070 grestore
10071 % icmcm_iicmcm_icicmcm->immicmcm_iimmicmcm
10072 gsave
10073 1 setlinewidth
10074 0.000 0.000 0.000 edgecolor
10075 newpath 6775 1879 moveto
10076 6755 1876 6732 1873 6711 1872 curveto
10077 6083 1825 4505 1909 3879 1836 curveto
10078 3873 1835 3866 1834 3860 1833 curveto
10079 stroke
10080 0.000 0.000 0.000 edgecolor
10081 newpath 3860.49 1829.53 moveto
10082 3850 1831 lineto
10083 3859.12 1836.39 lineto
10084 closepath fill
10085 1 setlinewidth
10086 solid
10087 0.000 0.000 0.000 edgecolor
10088 newpath 3860.49 1829.53 moveto
10089 3850 1831 lineto
10090 3859.12 1836.39 lineto
10091 closepath stroke
10092 grestore
10093 % icmm_iicmm_icicmm
10094 gsave
10095 1 setlinewidth
10096 0.000 0.000 0.000 nodecolor
10097 7719 1818 70.88 18 ellipse_path stroke
10098 0.000 0.000 0.000 nodecolor
10099 14 /Times-Roman set_font
10100 7676 1813.9 moveto 86 (ic--=iic--=icic--) alignedtext
10101 grestore
10102 % icmcm_iicmcm_icicmcm->icmm_iicmm_icicmm
10103 gsave
10104 1 setlinewidth
10105 0.000 0.000 0.000 edgecolor
10106 newpath 6923 1884 moveto
10107 7050 1874 7306 1854 7523 1836 curveto
10108 7562 1832 7606 1829 7642 1825 curveto
10109 stroke
10110 0.000 0.000 0.000 edgecolor
10111 newpath 7642.4 1828.48 moveto
10112 7652 1824 lineto
10113 7641.7 1821.51 lineto
10114 closepath fill
10115 1 setlinewidth
10116 solid
10117 0.000 0.000 0.000 edgecolor
10118 newpath 7642.4 1828.48 moveto
10119 7652 1824 lineto
10120 7641.7 1821.51 lineto
10121 closepath stroke
10122 grestore
10123 % imicmmcm_imcicmmcm_iimicmmcm->cimicmmcm
10124 gsave
10125 1 setlinewidth
10126 0.000 0.000 0.000 edgecolor
10127 newpath 7201 1514 moveto
10128 7220 1506 7238 1493 7249 1476 curveto
10129 7257 1462 7259 1451 7249 1440 curveto
10130 7207 1395 6760 1415 6700 1404 curveto
10131 6695 1403 6691 1402 6686 1400 curveto
10132 stroke
10133 0.000 0.000 0.000 edgecolor
10134 newpath 6686.49 1396.53 moveto
10135 6676 1398 lineto
10136 6685.12 1403.39 lineto
10137 closepath fill
10138 1 setlinewidth
10139 solid
10140 0.000 0.000 0.000 edgecolor
10141 newpath 6686.49 1396.53 moveto
10142 6676 1398 lineto
10143 6685.12 1403.39 lineto
10144 closepath stroke
10145 grestore
10146 % imicmmcm_imcicmmcm_iimicmmcm->imicmcmcm
10147 gsave
10148 1 setlinewidth
10149 0.000 0.000 0.000 edgecolor
10150 newpath 7163 1512 moveto
10151 7168 1504 7175 1494 7181 1484 curveto
10152 stroke
10153 0.000 0.000 0.000 edgecolor
10154 newpath 7183.8 1486.1 moveto
10155 7187 1476 lineto
10156 7178.2 1481.9 lineto
10157 closepath fill
10158 1 setlinewidth
10159 solid
10160 0.000 0.000 0.000 edgecolor
10161 newpath 7183.8 1486.1 moveto
10162 7187 1476 lineto
10163 7178.2 1481.9 lineto
10164 closepath stroke
10165 grestore
10166 % imicmmcm_imcicmmcm_iimicmmcm->imicmmcmc
10167 gsave
10168 1 setlinewidth
10169 0.000 0.000 0.000 edgecolor
10170 newpath 7140 1512 moveto
10171 7127 1490 7101 1455 7068 1440 curveto
10172 6966 1391 6672 1425 6562 1404 curveto
10173 6557 1403 6553 1402 6548 1400 curveto
10174 stroke
10175 0.000 0.000 0.000 edgecolor
10176 newpath 6548.49 1396.53 moveto
10177 6538 1398 lineto
10178 6547.12 1403.39 lineto
10179 closepath fill
10180 1 setlinewidth
10181 solid
10182 0.000 0.000 0.000 edgecolor
10183 newpath 6548.49 1396.53 moveto
10184 6538 1398 lineto
10185 6547.12 1403.39 lineto
10186 closepath stroke
10187 grestore
10188 % mcicmmcm
10189 gsave
10190 1 setlinewidth
10191 0.000 0.000 0.000 nodecolor
10192 3757 1170 39.11 18 ellipse_path stroke
10193 0.000 0.000 0.000 nodecolor
10194 14 /Times-Roman set_font
10195 3736.5 1165.9 moveto 41 (-cic--c-) alignedtext
10196 grestore
10197 % imicmmcm_imcicmmcm_iimicmmcm->mcicmmcm
10198 gsave
10199 1 setlinewidth
10200 0.000 0.000 0.000 edgecolor
10201 newpath 7124 1513 moveto
10202 7086 1489 7019 1448 6992 1440 curveto
10203 6763 1371 6689 1454 6457 1404 curveto
10204 6412 1394 6405 1378 6361 1368 curveto
10205 6209 1332 6166 1355 6013 1332 curveto
10206 5931 1319 5911 1311 5830 1296 curveto
10207 5747 1279 5719 1298 5643 1260 curveto
10208 5623 1249 5627 1232 5605 1224 curveto
10209 5527 1191 4162 1191 4077 1188 curveto
10210 3982 1184 3869 1177 3806 1174 curveto
10211 stroke
10212 0.000 0.000 0.000 edgecolor
10213 newpath 3806.3 1170.51 moveto
10214 3796 1173 lineto
10215 3805.6 1177.48 lineto
10216 closepath fill
10217 1 setlinewidth
10218 solid
10219 0.000 0.000 0.000 edgecolor
10220 newpath 3806.3 1170.51 moveto
10221 3796 1173 lineto
10222 3805.6 1177.48 lineto
10223 closepath stroke
10224 grestore
10225 % immicmcm_iimmicmcm->cimmicmcm
10226 gsave
10227 1 setlinewidth
10228 0.000 0.000 0.000 edgecolor
10229 newpath 3850 1805 moveto
10230 3860 1803 3870 1801 3879 1800 curveto
10231 4028 1775 4081 1831 4215 1764 curveto
10232 4235 1754 4229 1738 4248 1728 curveto
10233 4291 1704 4423 1688 4497 1679 curveto
10234 stroke
10235 0.000 0.000 0.000 edgecolor
10236 newpath 4497.4 1682.48 moveto
10237 4507 1678 lineto
10238 4496.7 1675.51 lineto
10239 closepath fill
10240 1 setlinewidth
10241 solid
10242 0.000 0.000 0.000 edgecolor
10243 newpath 4497.4 1682.48 moveto
10244 4507 1678 lineto
10245 4496.7 1675.51 lineto
10246 closepath stroke
10247 grestore
10248 % immicmcm_iimmicmcm->immicmcmc
10249 gsave
10250 1 setlinewidth
10251 0.000 0.000 0.000 edgecolor
10252 newpath 3850 1805 moveto
10253 3894 1794 3956 1776 3978 1764 curveto
10254 4042 1728 4035 1683 4102 1656 curveto
10255 4219 1608 4542 1632 4666 1620 curveto
10256 4693 1617 4723 1613 4748 1610 curveto
10257 stroke
10258 0.000 0.000 0.000 edgecolor
10259 newpath 4748.88 1613.39 moveto
10260 4758 1608 lineto
10261 4747.51 1606.53 lineto
10262 closepath fill
10263 1 setlinewidth
10264 solid
10265 0.000 0.000 0.000 edgecolor
10266 newpath 4748.88 1613.39 moveto
10267 4758 1608 lineto
10268 4747.51 1606.53 lineto
10269 closepath stroke
10270 grestore
10271 % icmmicmcm
10272 gsave
10273 1 setlinewidth
10274 0.000 0.000 0.000 nodecolor
10275 5329 1674 41.19 18 ellipse_path stroke
10276 0.000 0.000 0.000 nodecolor
10277 14 /Times-Roman set_font
10278 5307 1669.9 moveto 44 (ic--ic-c-) alignedtext
10279 grestore
10280 % immicmcm_iimmicmcm->icmmicmcm
10281 gsave
10282 1 setlinewidth
10283 0.000 0.000 0.000 edgecolor
10284 newpath 3850 1805 moveto
10285 3859 1803 3869 1801 3879 1800 curveto
10286 4162 1760 4239 1815 4519 1764 curveto
10287 4572 1754 4581 1737 4633 1728 curveto
10288 4883 1681 4951 1717 5203 1692 curveto
10289 5229 1689 5257 1685 5280 1682 curveto
10290 stroke
10291 0.000 0.000 0.000 edgecolor
10292 newpath 5280.88 1685.39 moveto
10293 5290 1680 lineto
10294 5279.51 1678.53 lineto
10295 closepath fill
10296 1 setlinewidth
10297 solid
10298 0.000 0.000 0.000 edgecolor
10299 newpath 5280.88 1685.39 moveto
10300 5290 1680 lineto
10301 5279.51 1678.53 lineto
10302 closepath stroke
10303 grestore
10304 % immcicmcm
10305 gsave
10306 1 setlinewidth
10307 0.000 0.000 0.000 nodecolor
10308 1457 1746 41.19 18 ellipse_path stroke
10309 0.000 0.000 0.000 nodecolor
10310 14 /Times-Roman set_font
10311 1435 1741.9 moveto 44 (i--cic-c-) alignedtext
10312 grestore
10313 % immicmcm_iimmicmcm->immcicmcm
10314 gsave
10315 1 setlinewidth
10316 0.000 0.000 0.000 edgecolor
10317 newpath 3728 1815 moveto
10318 3628 1811 3438 1804 3276 1800 curveto
10319 2892 1789 1928 1806 1545 1764 curveto
10320 1531 1762 1517 1760 1503 1757 curveto
10321 stroke
10322 0.000 0.000 0.000 edgecolor
10323 newpath 1503.49 1753.53 moveto
10324 1493 1755 lineto
10325 1502.12 1760.39 lineto
10326 closepath fill
10327 1 setlinewidth
10328 solid
10329 0.000 0.000 0.000 edgecolor
10330 newpath 1503.49 1753.53 moveto
10331 1493 1755 lineto
10332 1502.12 1760.39 lineto
10333 closepath stroke
10334 grestore
10335 % immicmm_iimmicmm
10336 gsave
10337 1 setlinewidth
10338 0.000 0.000 0.000 nodecolor
10339 4144 1746 61.84 18 ellipse_path stroke
10340 0.000 0.000 0.000 nodecolor
10341 14 /Times-Roman set_font
10342 4107.5 1741.9 moveto 73 (i--ic--=ii--ic--) alignedtext
10343 grestore
10344 % immicmcm_iimmicmcm->immicmm_iimmicmm
10345 gsave
10346 1 setlinewidth
10347 0.000 0.000 0.000 edgecolor
10348 newpath 3852 1806 moveto
10349 3861 1804 3870 1802 3879 1800 curveto
10350 3949 1785 4029 1769 4082 1758 curveto
10351 stroke
10352 0.000 0.000 0.000 edgecolor
10353 newpath 4082.88 1761.39 moveto
10354 4092 1756 lineto
10355 4081.51 1754.53 lineto
10356 closepath fill
10357 1 setlinewidth
10358 solid
10359 0.000 0.000 0.000 edgecolor
10360 newpath 4082.88 1761.39 moveto
10361 4092 1756 lineto
10362 4081.51 1754.53 lineto
10363 closepath stroke
10364 grestore
10365 % mmicmcm
10366 gsave
10367 1 setlinewidth
10368 0.000 0.000 0.000 nodecolor
10369 1581 1602 34.94 18 ellipse_path stroke
10370 0.000 0.000 0.000 nodecolor
10371 14 /Times-Roman set_font
10372 1563.5 1597.9 moveto 35 (--ic-c-) alignedtext
10373 grestore
10374 % immicmcm_iimmicmcm->mmicmcm
10375 gsave
10376 1 setlinewidth
10377 0.000 0.000 0.000 edgecolor
10378 newpath 3728 1816 moveto
10379 3479 1807 2650 1778 2531 1764 curveto
10380 2373 1744 2335 1730 2180 1692 curveto
10381 2125 1678 2113 1666 2056 1656 curveto
10382 1867 1621 1812 1664 1625 1620 curveto
10383 1622 1620 1619 1619 1617 1618 curveto
10384 stroke
10385 0.000 0.000 0.000 edgecolor
10386 newpath 1617.58 1614.46 moveto
10387 1607 1614 lineto
10388 1614.98 1620.96 lineto
10389 closepath fill
10390 1 setlinewidth
10391 solid
10392 0.000 0.000 0.000 edgecolor
10393 newpath 1617.58 1614.46 moveto
10394 1607 1614 lineto
10395 1614.98 1620.96 lineto
10396 closepath stroke
10397 grestore
10398 % icmm_iicmm_icicmm->cicmm_ccicmm
10399 gsave
10400 1 setlinewidth
10401 0.000 0.000 0.000 edgecolor
10402 newpath 7759 1803 moveto
10403 7809 1785 7896 1753 7972 1728 curveto
10404 8012 1714 8059 1700 8093 1689 curveto
10405 stroke
10406 0.000 0.000 0.000 edgecolor
10407 newpath 8094.43 1692.23 moveto
10408 8103 1686 lineto
10409 8092.42 1685.52 lineto
10410 closepath fill
10411 1 setlinewidth
10412 solid
10413 0.000 0.000 0.000 edgecolor
10414 newpath 8094.43 1692.23 moveto
10415 8103 1686 lineto
10416 8092.42 1685.52 lineto
10417 closepath stroke
10418 grestore
10419 % icmm_iicmm_icicmm->icmmc_iicmmc_icicmmc
10420 gsave
10421 1 setlinewidth
10422 0.000 0.000 0.000 edgecolor
10423 newpath 7727 1800 moveto
10424 7743 1762 7781 1674 7801 1629 curveto
10425 stroke
10426 0.000 0.000 0.000 edgecolor
10427 newpath 7804.14 1630.56 moveto
10428 7805 1620 lineto
10429 7797.74 1627.72 lineto
10430 closepath fill
10431 1 setlinewidth
10432 solid
10433 0.000 0.000 0.000 edgecolor
10434 newpath 7804.14 1630.56 moveto
10435 7805 1620 lineto
10436 7797.74 1627.72 lineto
10437 closepath stroke
10438 grestore
10439 % icmm_iicmm_icicmm->immicmm_iimmicmm
10440 gsave
10441 1 setlinewidth
10442 0.000 0.000 0.000 edgecolor
10443 newpath 7654 1811 moveto
10444 7616 1807 7567 1802 7523 1800 curveto
10445 6145 1728 5797 1817 4419 1764 curveto
10446 4349 1761 4270 1756 4214 1752 curveto
10447 stroke
10448 0.000 0.000 0.000 edgecolor
10449 newpath 4214.3 1748.51 moveto
10450 4204 1751 lineto
10451 4213.6 1755.48 lineto
10452 closepath fill
10453 1 setlinewidth
10454 solid
10455 0.000 0.000 0.000 edgecolor
10456 newpath 4214.3 1748.51 moveto
10457 4204 1751 lineto
10458 4213.6 1755.48 lineto
10459 closepath stroke
10460 grestore
10461 % icmmcmcmc->icmmcmmc_iicmmcmmc
10462 gsave
10463 1 setlinewidth
10464 0.000 0.000 0.000 edgecolor
10465 newpath 7979 1370 moveto
10466 8001 1350 8031 1318 8010 1296 curveto
10467 7869 1144 7290 1236 7084 1224 curveto
10468 6730 1202 6639 1232 6288 1188 curveto
10469 6281 1187 6274 1186 6267 1185 curveto
10470 stroke
10471 0.000 0.000 0.000 edgecolor
10472 newpath 6267.49 1181.53 moveto
10473 6257 1183 lineto
10474 6266.12 1188.39 lineto
10475 closepath fill
10476 1 setlinewidth
10477 solid
10478 0.000 0.000 0.000 edgecolor
10479 newpath 6267.49 1181.53 moveto
10480 6257 1183 lineto
10481 6266.12 1188.39 lineto
10482 closepath stroke
10483 grestore
10484 % icmmcmcmc->imimmcmc_imcimmcmc_iimimmcmc
10485 gsave
10486 1 setlinewidth
10487 0.000 0.000 0.000 edgecolor
10488 newpath 7925 1374 moveto
10489 7918 1372 7911 1370 7905 1368 curveto
10490 7857 1354 7803 1340 7761 1330 curveto
10491 stroke
10492 0.000 0.000 0.000 edgecolor
10493 newpath 7761.49 1326.53 moveto
10494 7751 1328 lineto
10495 7760.12 1333.39 lineto
10496 closepath fill
10497 1 setlinewidth
10498 solid
10499 0.000 0.000 0.000 edgecolor
10500 newpath 7761.49 1326.53 moveto
10501 7751 1328 lineto
10502 7760.12 1333.39 lineto
10503 closepath stroke
10504 grestore
10505 % icmmcmcmc->cmmcmcmc_ccmmcmcmc
10506 gsave
10507 1 setlinewidth
10508 0.000 0.000 0.000 edgecolor
10509 newpath 7969 1369 moveto
10510 7981 1348 7995 1315 7977 1296 curveto
10511 7908 1224 7174 1301 7084 1260 curveto
10512 7064 1250 7070 1232 7051 1224 curveto
10513 6945 1177 3014 1194 2898 1188 curveto
10514 2870 1186 2840 1183 2812 1180 curveto
10515 stroke
10516 0.000 0.000 0.000 edgecolor
10517 newpath 2812.3 1176.51 moveto
10518 2802 1179 lineto
10519 2811.6 1183.48 lineto
10520 closepath fill
10521 1 setlinewidth
10522 solid
10523 0.000 0.000 0.000 edgecolor
10524 newpath 2812.3 1176.51 moveto
10525 2802 1179 lineto
10526 2811.6 1183.48 lineto
10527 closepath stroke
10528 grestore
10529 % imimmcmc_imcimmcmc_iimimmcmc->cimimmcmc
10530 gsave
10531 1 setlinewidth
10532 0.000 0.000 0.000 edgecolor
10533 newpath 7610 1301 moveto
10534 7596 1299 7582 1297 7569 1296 curveto
10535 7341 1270 7280 1303 7056 1260 curveto
10536 7051 1259 7047 1258 7042 1256 curveto
10537 stroke
10538 0.000 0.000 0.000 edgecolor
10539 newpath 7042.49 1252.53 moveto
10540 7032 1254 lineto
10541 7041.12 1259.39 lineto
10542 closepath fill
10543 1 setlinewidth
10544 solid
10545 0.000 0.000 0.000 edgecolor
10546 newpath 7042.49 1252.53 moveto
10547 7032 1254 lineto
10548 7041.12 1259.39 lineto
10549 closepath stroke
10550 grestore
10551 % imicmc_imcicmc_iimicmc_icmcicmc_icimicmc_immimicmc_imcmmicmc
10552 gsave
10553 1 setlinewidth
10554 0.000 0.000 0.000 nodecolor
10555 6716 1242 226.03 18 ellipse_path stroke
10556 0.000 0.000 0.000 nodecolor
10557 14 /Times-Roman set_font
10558 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
10559 grestore
10560 % imimmcmc_imcimmcmc_iimimmcmc->imicmc_imcicmc_iimicmc_icmcicmc_icimicmc_immimicmc_imcmmicmc
10561 gsave
10562 1 setlinewidth
10563 0.000 0.000 0.000 edgecolor
10564 newpath 7610 1301 moveto
10565 7596 1299 7582 1297 7569 1296 curveto
10566 7295 1266 7225 1278 6951 1260 curveto
10567 6931 1258 6910 1257 6889 1255 curveto
10568 stroke
10569 0.000 0.000 0.000 edgecolor
10570 newpath 6889.3 1251.51 moveto
10571 6879 1254 lineto
10572 6888.6 1258.48 lineto
10573 closepath fill
10574 1 setlinewidth
10575 solid
10576 0.000 0.000 0.000 edgecolor
10577 newpath 6889.3 1251.51 moveto
10578 6879 1254 lineto
10579 6888.6 1258.48 lineto
10580 closepath stroke
10581 grestore
10582 % mcimmcmc
10583 gsave
10584 1 setlinewidth
10585 0.000 0.000 0.000 nodecolor
10586 4157 954 39.11 18 ellipse_path stroke
10587 0.000 0.000 0.000 nodecolor
10588 14 /Times-Roman set_font
10589 4136.5 949.9 moveto 41 (-ci--c-c) alignedtext
10590 grestore
10591 % imimmcmc_imcimmcmc_iimimmcmc->mcimmcmc
10592 gsave
10593 1 setlinewidth
10594 0.000 0.000 0.000 edgecolor
10595 newpath 7612 1301 moveto
10596 7455 1273 7075 1205 6757 1152 curveto
10597 6562 1119 6515 1099 6319 1080 curveto
10598 5879 1036 5764 1090 5325 1044 curveto
10599 5234 1034 5214 1017 5122 1008 curveto
10600 4734 965 4632 1020 4243 972 curveto
10601 4229 970 4215 968 4202 965 curveto
10602 stroke
10603 0.000 0.000 0.000 edgecolor
10604 newpath 4202.49 961.53 moveto
10605 4192 963 lineto
10606 4201.12 968.39 lineto
10607 closepath fill
10608 1 setlinewidth
10609 solid
10610 0.000 0.000 0.000 edgecolor
10611 newpath 4202.49 961.53 moveto
10612 4192 963 lineto
10613 4201.12 968.39 lineto
10614 closepath stroke
10615 grestore
10616 % cmmcmcmc_ccmmcmcmc->cmmcmmc_ccmmcmmc
10617 gsave
10618 1 setlinewidth
10619 0.000 0.000 0.000 edgecolor
10620 newpath 2802 1161 moveto
10621 2832 1158 2867 1154 2898 1152 curveto
10622 3068 1139 3497 1157 3661 1116 curveto
10623 3698 1106 3701 1089 3737 1080 curveto
10624 3937 1026 3996 1063 4201 1044 curveto
10625 4227 1041 4257 1038 4283 1035 curveto
10626 stroke
10627 0.000 0.000 0.000 edgecolor
10628 newpath 4283.4 1038.48 moveto
10629 4293 1034 lineto
10630 4282.7 1031.51 lineto
10631 closepath fill
10632 1 setlinewidth
10633 solid
10634 0.000 0.000 0.000 edgecolor
10635 newpath 4283.4 1038.48 moveto
10636 4293 1034 lineto
10637 4282.7 1031.51 lineto
10638 closepath stroke
10639 grestore
10640 % cmmcmcim_ccmmcmcim
10641 gsave
10642 1 setlinewidth
10643 0.000 0.000 0.000 nodecolor
10644 3058 234 79.22 18 ellipse_path stroke
10645 0.000 0.000 0.000 nodecolor
10646 14 /Times-Roman set_font
10647 3009 229.9 moveto 98 (c--c-ci-=cc--c-ci-) alignedtext
10648 grestore
10649 % cmmcmcmc_ccmmcmcmc->cmmcmcim_ccmmcmcim
10650 gsave
10651 1 setlinewidth
10652 0.000 0.000 0.000 edgecolor
10653 newpath 2692 1154 moveto
10654 2674 1145 2653 1132 2638 1116 curveto
10655 2532 1002 2417 922 2503 792 curveto
10656 2549 723 2765 675 2841 648 curveto
10657 2895 628 2915 640 2963 612 curveto
10658 3014 582 3058 580 3058 522 curveto
10659 3058 522 3058 522 3058 378 curveto
10660 3058 338 3058 291 3058 262 curveto
10661 stroke
10662 0.000 0.000 0.000 edgecolor
10663 newpath 3061.5 262 moveto
10664 3058 252 lineto
10665 3054.5 262 lineto
10666 closepath fill
10667 1 setlinewidth
10668 solid
10669 0.000 0.000 0.000 edgecolor
10670 newpath 3061.5 262 moveto
10671 3058 252 lineto
10672 3054.5 262 lineto
10673 closepath stroke
10674 grestore
10675 % mimmcmc_cmimmcmc
10676 gsave
10677 1 setlinewidth
10678 0.000 0.000 0.000 nodecolor
10679 3231 594 68.99 18 ellipse_path stroke
10680 0.000 0.000 0.000 nodecolor
10681 14 /Times-Roman set_font
10682 3189 589.9 moveto 84 (-i--c-c=c-i--c-c) alignedtext
10683 grestore
10684 % cmmcmcmc_ccmmcmcmc->mimmcmc_cmimmcmc
10685 gsave
10686 1 setlinewidth
10687 0.000 0.000 0.000 edgecolor
10688 newpath 2708 1152 moveto
10689 2663 1113 2567 1015 2610 936 curveto
10690 2729 715 2864 746 3093 648 curveto
10691 3122 636 3155 622 3181 613 curveto
10692 stroke
10693 0.000 0.000 0.000 edgecolor
10694 newpath 3183.02 615.96 moveto
10695 3191 609 lineto
10696 3180.42 609.46 lineto
10697 closepath fill
10698 1 setlinewidth
10699 solid
10700 0.000 0.000 0.000 edgecolor
10701 newpath 3183.02 615.96 moveto
10702 3191 609 lineto
10703 3180.42 609.46 lineto
10704 closepath stroke
10705 grestore
10706 % imimmcm_imcimmcm_iimimmcm_imicimmcm_icmcimmcm_icimimmcm->cimimmcm_ccimimmcm
10707 gsave
10708 1 setlinewidth
10709 0.000 0.000 0.000 edgecolor
10710 newpath 7647 1369 moveto
10711 7614 1357 7573 1343 7540 1332 curveto
10712 stroke
10713 0.000 0.000 0.000 edgecolor
10714 newpath 7540.58 1328.52 moveto
10715 7530 1329 lineto
10716 7538.57 1335.23 lineto
10717 closepath fill
10718 1 setlinewidth
10719 solid
10720 0.000 0.000 0.000 edgecolor
10721 newpath 7540.58 1328.52 moveto
10722 7530 1329 lineto
10723 7538.57 1335.23 lineto
10724 closepath stroke
10725 grestore
10726 % imimmcm_imcimmcm_iimimmcm_imicimmcm_icmcimmcm_icimimmcm->imimmcmc_imcimmcmc_iimimmcmc
10727 gsave
10728 1 setlinewidth
10729 0.000 0.000 0.000 edgecolor
10730 newpath 7695 1368 moveto
10731 7694 1360 7692 1351 7690 1342 curveto
10732 stroke
10733 0.000 0.000 0.000 edgecolor
10734 newpath 7693.39 1341.12 moveto
10735 7688 1332 lineto
10736 7686.53 1342.49 lineto
10737 closepath fill
10738 1 setlinewidth
10739 solid
10740 0.000 0.000 0.000 edgecolor
10741 newpath 7693.39 1341.12 moveto
10742 7688 1332 lineto
10743 7686.53 1342.49 lineto
10744 closepath stroke
10745 grestore
10746 % imicm_imcicm_iimicm_icmcicm_icimicm_immimicm_imcmmicm_immcmcicm_immcimicm_imimmcicm_imimimicm_imicmmicm_imcmmcicm_imcimmicm_icmmimicm_icmcmmicm
10747 gsave
10748 1 setlinewidth
10749 0.000 0.000 0.000 nodecolor
10750 6854 1314 503.79 18 ellipse_path stroke
10751 0.000 0.000 0.000 nodecolor
10752 14 /Times-Roman set_font
10753 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
10754 grestore
10755 % imimmcm_imcimmcm_iimimmcm_imicimmcm_icmcimmcm_icimimmcm->imicm_imcicm_iimicm_icmcicm_icimicm_immimicm_imcmmicm_immcmcicm_immcimicm_imimmcicm_imimimicm_imicmmicm_imcmmcicm_imcimmicm_icmmimicm_icmcmmicm
10756 gsave
10757 1 setlinewidth
10758 0.000 0.000 0.000 edgecolor
10759 newpath 7557 1373 moveto
10760 7535 1371 7512 1370 7491 1368 curveto
10761 7348 1355 7188 1342 7063 1332 curveto
10762 stroke
10763 0.000 0.000 0.000 edgecolor
10764 newpath 7063.3 1328.51 moveto
10765 7053 1331 lineto
10766 7062.6 1335.48 lineto
10767 closepath fill
10768 1 setlinewidth
10769 solid
10770 0.000 0.000 0.000 edgecolor
10771 newpath 7063.3 1328.51 moveto
10772 7053 1331 lineto
10773 7062.6 1335.48 lineto
10774 closepath stroke
10775 grestore
10776 % mcimmcm
10777 gsave
10778 1 setlinewidth
10779 0.000 0.000 0.000 nodecolor
10780 4157 1026 34.94 18 ellipse_path stroke
10781 0.000 0.000 0.000 nodecolor
10782 14 /Times-Roman set_font
10783 4139.5 1021.9 moveto 35 (-ci--c-) alignedtext
10784 grestore
10785 % imimmcm_imcimmcm_iimimmcm_imicimmcm_icmcimmcm_icimimmcm->mcimmcm
10786 gsave
10787 1 setlinewidth
10788 0.000 0.000 0.000 edgecolor
10789 newpath 7846 1374 moveto
10790 7903 1366 7959 1353 7977 1332 curveto
10791 7987 1319 7987 1308 7977 1296 curveto
10792 7827 1123 7694 1254 7468 1224 curveto
10793 7224 1190 7164 1179 6920 1152 curveto
10794 6593 1114 6512 1099 6184 1080 curveto
10795 5338 1030 5122 1115 4276 1044 curveto
10796 4251 1041 4223 1037 4200 1034 curveto
10797 stroke
10798 0.000 0.000 0.000 edgecolor
10799 newpath 4200.49 1030.53 moveto
10800 4190 1032 lineto
10801 4199.12 1037.39 lineto
10802 closepath fill
10803 1 setlinewidth
10804 solid
10805 0.000 0.000 0.000 edgecolor
10806 newpath 4200.49 1030.53 moveto
10807 4190 1032 lineto
10808 4199.12 1037.39 lineto
10809 closepath stroke
10810 grestore
10811 % icmmicmcm->icmcmcmcm
10812 gsave
10813 1 setlinewidth
10814 0.000 0.000 0.000 edgecolor
10815 newpath 5359 1661 moveto
10816 5365 1659 5372 1657 5379 1656 curveto
10817 5608 1612 6194 1639 6427 1620 curveto
10818 6548 1609 6577 1595 6698 1584 curveto
10819 6963 1558 7033 1593 7296 1548 curveto
10820 7302 1547 7308 1545 7314 1544 curveto
10821 stroke
10822 0.000 0.000 0.000 edgecolor
10823 newpath 7315.43 1547.23 moveto
10824 7324 1541 lineto
10825 7313.42 1540.52 lineto
10826 closepath fill
10827 1 setlinewidth
10828 solid
10829 0.000 0.000 0.000 edgecolor
10830 newpath 7315.43 1547.23 moveto
10831 7324 1541 lineto
10832 7313.42 1540.52 lineto
10833 closepath stroke
10834 grestore
10835 % icmmicmcm->cmmicmcm_ccmmicmcm
10836 gsave
10837 1 setlinewidth
10838 0.000 0.000 0.000 edgecolor
10839 newpath 5290 1668 moveto
10840 5265 1664 5233 1660 5203 1656 curveto
10841 5079 1639 5044 1655 4923 1620 curveto
10842 4888 1609 4884 1593 4847 1584 curveto
10843 4683 1542 4255 1563 4086 1548 curveto
10844 4068 1546 4049 1544 4031 1541 curveto
10845 stroke
10846 0.000 0.000 0.000 edgecolor
10847 newpath 4031.3 1537.51 moveto
10848 4021 1540 lineto
10849 4030.6 1544.48 lineto
10850 closepath fill
10851 1 setlinewidth
10852 solid
10853 0.000 0.000 0.000 edgecolor
10854 newpath 4031.3 1537.51 moveto
10855 4021 1540 lineto
10856 4030.6 1544.48 lineto
10857 closepath stroke
10858 grestore
10859 % icmmicmcm->imimicmcm
10860 gsave
10861 1 setlinewidth
10862 0.000 0.000 0.000 edgecolor
10863 newpath 5359 1662 moveto
10864 5366 1660 5373 1657 5379 1656 curveto
10865 5478 1630 5512 1660 5605 1620 curveto
10866 5642 1604 5675 1575 5697 1554 curveto
10867 stroke
10868 0.000 0.000 0.000 edgecolor
10869 newpath 5699.4 1556.55 moveto
10870 5704 1547 lineto
10871 5694.45 1551.6 lineto
10872 closepath fill
10873 1 setlinewidth
10874 solid
10875 0.000 0.000 0.000 edgecolor
10876 newpath 5699.4 1556.55 moveto
10877 5704 1547 lineto
10878 5694.45 1551.6 lineto
10879 closepath stroke
10880 grestore
10881 % icmmicmm_iicmmicmm
10882 gsave
10883 1 setlinewidth
10884 0.000 0.000 0.000 nodecolor
10885 6347 1602 70.88 18 ellipse_path stroke
10886 0.000 0.000 0.000 nodecolor
10887 14 /Times-Roman set_font
10888 6304 1597.9 moveto 86 (ic--ic--=iic--ic--) alignedtext
10889 grestore
10890 % icmmicmcm->icmmicmm_iicmmicmm
10891 gsave
10892 1 setlinewidth
10893 0.000 0.000 0.000 edgecolor
10894 newpath 5359 1661 moveto
10895 5365 1659 5372 1657 5379 1656 curveto
10896 5764 1580 5872 1668 6262 1620 curveto
10897 6270 1619 6277 1618 6285 1616 curveto
10898 stroke
10899 0.000 0.000 0.000 edgecolor
10900 newpath 6285.88 1619.39 moveto
10901 6295 1614 lineto
10902 6284.51 1612.53 lineto
10903 closepath fill
10904 1 setlinewidth
10905 solid
10906 0.000 0.000 0.000 edgecolor
10907 newpath 6285.88 1619.39 moveto
10908 6295 1614 lineto
10909 6284.51 1612.53 lineto
10910 closepath stroke
10911 grestore
10912 % imimicmcm->imimicmm_imcimicmm_iimimicmm
10913 gsave
10914 1 setlinewidth
10915 0.000 0.000 0.000 edgecolor
10916 newpath 5749 1518 moveto
10917 5755 1516 5761 1514 5767 1512 curveto
10918 5832 1494 5906 1480 5963 1471 curveto
10919 stroke
10920 0.000 0.000 0.000 edgecolor
10921 newpath 5963.88 1474.39 moveto
10922 5973 1469 lineto
10923 5962.51 1467.53 lineto
10924 closepath fill
10925 1 setlinewidth
10926 solid
10927 0.000 0.000 0.000 edgecolor
10928 newpath 5963.88 1474.39 moveto
10929 5973 1469 lineto
10930 5962.51 1467.53 lineto
10931 closepath stroke
10932 grestore
10933 % imimicmcm->imicmcmcm
10934 gsave
10935 1 setlinewidth
10936 0.000 0.000 0.000 edgecolor
10937 newpath 5747 1517 moveto
10938 5754 1515 5761 1513 5767 1512 curveto
10939 6002 1465 6605 1486 6845 1476 curveto
10940 6952 1471 7079 1465 7148 1461 curveto
10941 stroke
10942 0.000 0.000 0.000 edgecolor
10943 newpath 7148.4 1464.48 moveto
10944 7158 1460 lineto
10945 7147.7 1457.51 lineto
10946 closepath fill
10947 1 setlinewidth
10948 solid
10949 0.000 0.000 0.000 edgecolor
10950 newpath 7148.4 1464.48 moveto
10951 7158 1460 lineto
10952 7147.7 1457.51 lineto
10953 closepath stroke
10954 grestore
10955 % mcimicmcm
10956 gsave
10957 1 setlinewidth
10958 0.000 0.000 0.000 nodecolor
10959 3327 1170 41.19 18 ellipse_path stroke
10960 0.000 0.000 0.000 nodecolor
10961 14 /Times-Roman set_font
10962 3305 1165.9 moveto 44 (-ci-ic-c-) alignedtext
10963 grestore
10964 % imimicmcm->mcimicmcm
10965 gsave
10966 1 setlinewidth
10967 0.000 0.000 0.000 edgecolor
10968 newpath 5684 1522 moveto
10969 5670 1518 5652 1515 5636 1512 curveto
10970 5487 1487 5442 1522 5297 1476 curveto
10971 5267 1466 5265 1450 5234 1440 curveto
10972 5113 1399 5068 1449 4948 1404 curveto
10973 4868 1373 4868 1327 4788 1296 curveto
10974 4700 1260 4660 1305 4576 1260 curveto
10975 4557 1249 4563 1233 4543 1224 curveto
10976 4425 1169 3501 1214 3373 1188 curveto
10977 3371 1188 3368 1187 3366 1186 curveto
10978 stroke
10979 0.000 0.000 0.000 edgecolor
10980 newpath 3366.58 1182.52 moveto
10981 3356 1183 lineto
10982 3364.57 1189.23 lineto
10983 closepath fill
10984 1 setlinewidth
10985 solid
10986 0.000 0.000 0.000 edgecolor
10987 newpath 3366.58 1182.52 moveto
10988 3356 1183 lineto
10989 3364.57 1189.23 lineto
10990 closepath stroke
10991 grestore
10992 % icmmicmm_iicmmicmm->icmcmcmm_iicmcmcmm
10993 gsave
10994 1 setlinewidth
10995 0.000 0.000 0.000 edgecolor
10996 newpath 6398 1589 moveto
10997 6409 1587 6421 1585 6432 1584 curveto
10998 6524 1572 7181 1584 7267 1548 curveto
10999 7288 1538 7283 1521 7305 1512 curveto
11000 7450 1445 7504 1500 7663 1476 curveto
11001 7670 1475 7676 1474 7683 1473 curveto
11002 stroke
11003 0.000 0.000 0.000 edgecolor
11004 newpath 7683.88 1476.39 moveto
11005 7693 1471 lineto
11006 7682.51 1469.53 lineto
11007 closepath fill
11008 1 setlinewidth
11009 solid
11010 0.000 0.000 0.000 edgecolor
11011 newpath 7683.88 1476.39 moveto
11012 7693 1471 lineto
11013 7682.51 1469.53 lineto
11014 closepath stroke
11015 grestore
11016 % icmmicmm_iicmmicmm->cicmmicmm
11017 gsave
11018 1 setlinewidth
11019 0.000 0.000 0.000 edgecolor
11020 newpath 6417 1599 moveto
11021 6676 1589 7564 1555 7625 1548 curveto
11022 7639 1546 7653 1544 7667 1541 curveto
11023 stroke
11024 0.000 0.000 0.000 edgecolor
11025 newpath 7667.88 1544.39 moveto
11026 7677 1539 lineto
11027 7666.51 1537.53 lineto
11028 closepath fill
11029 1 setlinewidth
11030 solid
11031 0.000 0.000 0.000 edgecolor
11032 newpath 7667.88 1544.39 moveto
11033 7677 1539 lineto
11034 7666.51 1537.53 lineto
11035 closepath stroke
11036 grestore
11037 % icmmicmm_iicmmicmm->icmmcicmm
11038 gsave
11039 1 setlinewidth
11040 0.000 0.000 0.000 edgecolor
11041 newpath 6283 1594 moveto
11042 6255 1591 6221 1587 6191 1584 curveto
11043 6049 1567 6011 1578 5872 1548 curveto
11044 5868 1547 5863 1546 5859 1545 curveto
11045 stroke
11046 0.000 0.000 0.000 edgecolor
11047 newpath 5859.58 1541.52 moveto
11048 5849 1542 lineto
11049 5857.57 1548.23 lineto
11050 closepath fill
11051 1 setlinewidth
11052 solid
11053 0.000 0.000 0.000 edgecolor
11054 newpath 5859.58 1541.52 moveto
11055 5849 1542 lineto
11056 5857.57 1548.23 lineto
11057 closepath stroke
11058 grestore
11059 % icmmicmmc
11060 gsave
11061 1 setlinewidth
11062 0.000 0.000 0.000 nodecolor
11063 5347 1458 41.19 18 ellipse_path stroke
11064 0.000 0.000 0.000 nodecolor
11065 14 /Times-Roman set_font
11066 5325 1453.9 moveto 44 (ic--ic--c) alignedtext
11067 grestore
11068 % icmmicmm_iicmmicmm->icmmicmmc
11069 gsave
11070 1 setlinewidth
11071 0.000 0.000 0.000 edgecolor
11072 newpath 6282 1594 moveto
11073 6177 1582 5974 1557 5943 1548 curveto
11074 5907 1537 5902 1522 5867 1512 curveto
11075 5822 1499 5519 1473 5397 1462 curveto
11076 stroke
11077 0.000 0.000 0.000 edgecolor
11078 newpath 5397.3 1458.51 moveto
11079 5387 1461 lineto
11080 5396.6 1465.48 lineto
11081 closepath fill
11082 1 setlinewidth
11083 solid
11084 0.000 0.000 0.000 edgecolor
11085 newpath 5397.3 1458.51 moveto
11086 5387 1461 lineto
11087 5396.6 1465.48 lineto
11088 closepath stroke
11089 grestore
11090 % mcicmcmcm->mcimmcm
11091 gsave
11092 1 setlinewidth
11093 0.000 0.000 0.000 edgecolor
11094 newpath 3648 1090 moveto
11095 3665 1086 3686 1083 3704 1080 curveto
11096 3848 1058 3885 1062 4028 1044 curveto
11097 4057 1041 4088 1035 4113 1032 curveto
11098 stroke
11099 0.000 0.000 0.000 edgecolor
11100 newpath 4113.4 1035.48 moveto
11101 4123 1031 lineto
11102 4112.7 1028.51 lineto
11103 closepath fill
11104 1 setlinewidth
11105 solid
11106 0.000 0.000 0.000 edgecolor
11107 newpath 4113.4 1035.48 moveto
11108 4123 1031 lineto
11109 4112.7 1028.51 lineto
11110 closepath stroke
11111 grestore
11112 % mcicmcmcm->micmcmcm_cmicmcmcm
11113 gsave
11114 1 setlinewidth
11115 0.000 0.000 0.000 edgecolor
11116 newpath 3603 1080 moveto
11117 3596 1056 3585 1011 3580 972 curveto
11118 3576 924 3585 870 3592 838 curveto
11119 stroke
11120 0.000 0.000 0.000 edgecolor
11121 newpath 3595.47 838.49 moveto
11122 3594 828 lineto
11123 3588.61 837.12 lineto
11124 closepath fill
11125 1 setlinewidth
11126 solid
11127 0.000 0.000 0.000 edgecolor
11128 newpath 3595.47 838.49 moveto
11129 3594 828 lineto
11130 3588.61 837.12 lineto
11131 closepath stroke
11132 grestore
11133 % mcicmmicm
11134 gsave
11135 1 setlinewidth
11136 0.000 0.000 0.000 nodecolor
11137 2660 954 41.19 18 ellipse_path stroke
11138 0.000 0.000 0.000 nodecolor
11139 14 /Times-Roman set_font
11140 2638 949.9 moveto 44 (-cic--ic-) alignedtext
11141 grestore
11142 % mcicmcmcm->mcicmmicm
11143 gsave
11144 1 setlinewidth
11145 0.000 0.000 0.000 edgecolor
11146 newpath 3576 1085 moveto
11147 3570 1083 3562 1081 3555 1080 curveto
11148 3465 1062 2806 1088 2724 1044 curveto
11149 2699 1030 2681 1002 2671 981 curveto
11150 stroke
11151 0.000 0.000 0.000 edgecolor
11152 newpath 2674.26 979.72 moveto
11153 2667 972 lineto
11154 2667.86 982.56 lineto
11155 closepath fill
11156 1 setlinewidth
11157 solid
11158 0.000 0.000 0.000 edgecolor
11159 newpath 2674.26 979.72 moveto
11160 2667 972 lineto
11161 2667.86 982.56 lineto
11162 closepath stroke
11163 grestore
11164 % 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
11165 gsave
11166 1 setlinewidth
11167 0.000 0.000 0.000 edgecolor
11168 newpath 6100 1008 moveto
11169 6100 1000 6100 991 6100 982 curveto
11170 stroke
11171 0.000 0.000 0.000 edgecolor
11172 newpath 6103.5 982 moveto
11173 6100 972 lineto
11174 6096.5 982 lineto
11175 closepath fill
11176 1 setlinewidth
11177 solid
11178 0.000 0.000 0.000 edgecolor
11179 newpath 6103.5 982 moveto
11180 6100 972 lineto
11181 6096.5 982 lineto
11182 closepath stroke
11183 grestore
11184 % mmimim
11185 gsave
11186 1 setlinewidth
11187 0.000 0.000 0.000 nodecolor
11188 5088 954 27.8 18 ellipse_path stroke
11189 0.000 0.000 0.000 nodecolor
11190 14 /Times-Roman set_font
11191 5076 949.9 moveto 24 (--i-i-) alignedtext
11192 grestore
11193 % 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
11194 gsave
11195 1 setlinewidth
11196 0.000 0.000 0.000 edgecolor
11197 newpath 5860 1009 moveto
11198 5611 992 5244 966 5126 957 curveto
11199 stroke
11200 0.000 0.000 0.000 edgecolor
11201 newpath 5126.3 953.51 moveto
11202 5116 956 lineto
11203 5125.6 960.48 lineto
11204 closepath fill
11205 1 setlinewidth
11206 solid
11207 0.000 0.000 0.000 edgecolor
11208 newpath 5126.3 953.51 moveto
11209 5116 956 lineto
11210 5125.6 960.48 lineto
11211 closepath stroke
11212 grestore
11213 % mcicmmim
11214 gsave
11215 1 setlinewidth
11216 0.000 0.000 0.000 nodecolor
11217 2708 522 37.02 18 ellipse_path stroke
11218 0.000 0.000 0.000 nodecolor
11219 14 /Times-Roman set_font
11220 2689 517.9 moveto 38 (-cic--i-) alignedtext
11221 grestore
11222 % mcicmcmmc->mcicmmim
11223 gsave
11224 1 setlinewidth
11225 0.000 0.000 0.000 edgecolor
11226 newpath 2708 576 moveto
11227 2708 568 2708 559 2708 550 curveto
11228 stroke
11229 0.000 0.000 0.000 edgecolor
11230 newpath 2711.5 550 moveto
11231 2708 540 lineto
11232 2704.5 550 lineto
11233 closepath fill
11234 1 setlinewidth
11235 solid
11236 0.000 0.000 0.000 edgecolor
11237 newpath 2711.5 550 moveto
11238 2708 540 lineto
11239 2704.5 550 lineto
11240 closepath stroke
11241 grestore
11242 % mcicmcmmc->micmcmmc_cmicmcmmc
11243 gsave
11244 1 setlinewidth
11245 0.000 0.000 0.000 edgecolor
11246 newpath 2733 579 moveto
11247 2788 547 2923 472 3044 432 curveto
11248 3478 286 4030 247 4242 237 curveto
11249 stroke
11250 0.000 0.000 0.000 edgecolor
11251 newpath 4242 240.5 moveto
11252 4252 237 lineto
11253 4242 233.5 lineto
11254 closepath fill
11255 1 setlinewidth
11256 solid
11257 0.000 0.000 0.000 edgecolor
11258 newpath 4242 240.5 moveto
11259 4252 237 lineto
11260 4242 233.5 lineto
11261 closepath stroke
11262 grestore
11263 % mcicmcmm->cmcicmcmm
11264 gsave
11265 1 setlinewidth
11266 0.000 0.000 0.000 edgecolor
11267 newpath 2047 654 moveto
11268 2053 652 2059 650 2065 648 curveto
11269 2128 628 2203 612 2251 603 curveto
11270 stroke
11271 0.000 0.000 0.000 edgecolor
11272 newpath 2251.88 606.39 moveto
11273 2261 601 lineto
11274 2250.51 599.53 lineto
11275 closepath fill
11276 1 setlinewidth
11277 solid
11278 0.000 0.000 0.000 edgecolor
11279 newpath 2251.88 606.39 moveto
11280 2261 601 lineto
11281 2250.51 599.53 lineto
11282 closepath stroke
11283 grestore
11284 % mcicmcmm->mcicmcmmc
11285 gsave
11286 1 setlinewidth
11287 0.000 0.000 0.000 edgecolor
11288 newpath 2045 653 moveto
11289 2052 651 2059 649 2065 648 curveto
11290 2306 596 2374 643 2617 612 curveto
11291 2631 610 2645 607 2659 605 curveto
11292 stroke
11293 0.000 0.000 0.000 edgecolor
11294 newpath 2659.88 608.39 moveto
11295 2669 603 lineto
11296 2658.51 601.53 lineto
11297 closepath fill
11298 1 setlinewidth
11299 solid
11300 0.000 0.000 0.000 edgecolor
11301 newpath 2659.88 608.39 moveto
11302 2669 603 lineto
11303 2658.51 601.53 lineto
11304 closepath stroke
11305 grestore
11306 % imicmc_imcicmc_iimicmc_icmcicmc_icimicmc_immimicmc_imcmmicmc->cimicmc_ccimicmc
11307 gsave
11308 1 setlinewidth
11309 0.000 0.000 0.000 edgecolor
11310 newpath 6706 1224 moveto
11311 6702 1216 6697 1206 6692 1197 curveto
11312 stroke
11313 0.000 0.000 0.000 edgecolor
11314 newpath 6694.92 1195.04 moveto
11315 6687 1188 lineto
11316 6688.8 1198.44 lineto
11317 closepath fill
11318 1 setlinewidth
11319 solid
11320 0.000 0.000 0.000 edgecolor
11321 newpath 6694.92 1195.04 moveto
11322 6687 1188 lineto
11323 6688.8 1198.44 lineto
11324 closepath stroke
11325 grestore
11326 % imicmc_imcicmc_iimicmc_icmcicmc_icimicmc_immimicmc_imcmmicmc->imicmcmm_imcicmcmm_iimicmcmm
11327 gsave
11328 1 setlinewidth
11329 0.000 0.000 0.000 edgecolor
11330 newpath 6642 1225 moveto
11331 6592 1214 6527 1198 6477 1187 curveto
11332 stroke
11333 0.000 0.000 0.000 edgecolor
11334 newpath 6477.49 1183.53 moveto
11335 6467 1185 lineto
11336 6476.12 1190.39 lineto
11337 closepath fill
11338 1 setlinewidth
11339 solid
11340 0.000 0.000 0.000 edgecolor
11341 newpath 6477.49 1183.53 moveto
11342 6467 1185 lineto
11343 6476.12 1190.39 lineto
11344 closepath stroke
11345 grestore
11346 % imicmc_imcicmc_iimicmc_icmcicmc_icimicmc_immimicmc_imcmmicmc->mmimicmc
11347 gsave
11348 1 setlinewidth
11349 0.000 0.000 0.000 edgecolor
11350 newpath 6554 1229 moveto
11351 6337 1212 5965 1184 5835 1174 curveto
11352 stroke
11353 0.000 0.000 0.000 edgecolor
11354 newpath 5835.3 1170.51 moveto
11355 5825 1173 lineto
11356 5834.6 1177.48 lineto
11357 closepath fill
11358 1 setlinewidth
11359 solid
11360 0.000 0.000 0.000 edgecolor
11361 newpath 5835.3 1170.51 moveto
11362 5825 1173 lineto
11363 5834.6 1177.48 lineto
11364 closepath stroke
11365 grestore
11366 % mmimicmc->cmmimicmc
11367 gsave
11368 1 setlinewidth
11369 0.000 0.000 0.000 edgecolor
11370 newpath 5773 1153 moveto
11371 5765 1144 5755 1133 5746 1123 curveto
11372 stroke
11373 0.000 0.000 0.000 edgecolor
11374 newpath 5748.22 1120.22 moveto
11375 5739 1115 lineto
11376 5742.95 1124.83 lineto
11377 closepath fill
11378 1 setlinewidth
11379 solid
11380 0.000 0.000 0.000 edgecolor
11381 newpath 5748.22 1120.22 moveto
11382 5739 1115 lineto
11383 5742.95 1124.83 lineto
11384 closepath stroke
11385 grestore
11386 % mmimicmc->mmcimicmc
11387 gsave
11388 1 setlinewidth
11389 0.000 0.000 0.000 edgecolor
11390 newpath 5761 1158 moveto
11391 5755 1155 5748 1153 5742 1152 curveto
11392 5550 1107 5491 1165 5300 1116 curveto
11393 5263 1106 5258 1091 5220 1080 curveto
11394 5136 1053 5111 1065 5025 1044 curveto
11395 5021 1043 5016 1041 5012 1040 curveto
11396 stroke
11397 0.000 0.000 0.000 edgecolor
11398 newpath 5012.58 1036.52 moveto
11399 5002 1037 lineto
11400 5010.57 1043.23 lineto
11401 closepath fill
11402 1 setlinewidth
11403 solid
11404 0.000 0.000 0.000 edgecolor
11405 newpath 5012.58 1036.52 moveto
11406 5002 1037 lineto
11407 5010.57 1043.23 lineto
11408 closepath stroke
11409 grestore
11410 % mmimicmc->mmimim
11411 gsave
11412 1 setlinewidth
11413 0.000 0.000 0.000 edgecolor
11414 newpath 5761 1158 moveto
11415 5754 1156 5748 1153 5742 1152 curveto
11416 5641 1124 5612 1138 5509 1116 curveto
11417 5394 1090 5364 1088 5254 1044 curveto
11418 5204 1023 5149 992 5117 972 curveto
11419 stroke
11420 0.000 0.000 0.000 edgecolor
11421 newpath 5118.44 968.8 moveto
11422 5108 967 lineto
11423 5115.04 974.92 lineto
11424 closepath fill
11425 1 setlinewidth
11426 solid
11427 0.000 0.000 0.000 edgecolor
11428 newpath 5118.44 968.8 moveto
11429 5108 967 lineto
11430 5115.04 974.92 lineto
11431 closepath stroke
11432 grestore
11433 % mcmmcicmc
11434 gsave
11435 1 setlinewidth
11436 0.000 0.000 0.000 nodecolor
11437 2275 1098 43.97 18 ellipse_path stroke
11438 0.000 0.000 0.000 nodecolor
11439 14 /Times-Roman set_font
11440 2251 1093.9 moveto 48 (-c--cic-c) alignedtext
11441 grestore
11442 % mmimicmc->mcmmcicmc
11443 gsave
11444 1 setlinewidth
11445 0.000 0.000 0.000 edgecolor
11446 newpath 5761 1158 moveto
11447 5755 1155 5748 1153 5742 1152 curveto
11448 5587 1121 3053 1119 2894 1116 curveto
11449 2685 1111 2437 1104 2329 1099 curveto
11450 stroke
11451 0.000 0.000 0.000 edgecolor
11452 newpath 2329 1095.5 moveto
11453 2319 1099 lineto
11454 2329 1102.5 lineto
11455 closepath fill
11456 1 setlinewidth
11457 solid
11458 0.000 0.000 0.000 edgecolor
11459 newpath 2329 1095.5 moveto
11460 2319 1099 lineto
11461 2329 1102.5 lineto
11462 closepath stroke
11463 grestore
11464 % mcicmmcmc->mcimmcmc
11465 gsave
11466 1 setlinewidth
11467 0.000 0.000 0.000 edgecolor
11468 newpath 3534 1086 moveto
11469 3541 1083 3548 1081 3555 1080 curveto
11470 3729 1043 3781 1088 3952 1044 curveto
11471 4016 1027 4084 994 4123 973 curveto
11472 stroke
11473 0.000 0.000 0.000 edgecolor
11474 newpath 4124.96 975.92 moveto
11475 4132 968 lineto
11476 4121.56 969.8 lineto
11477 closepath fill
11478 1 setlinewidth
11479 solid
11480 0.000 0.000 0.000 edgecolor
11481 newpath 4124.96 975.92 moveto
11482 4132 968 lineto
11483 4121.56 969.8 lineto
11484 closepath stroke
11485 grestore
11486 % mcicmmcim
11487 gsave
11488 1 setlinewidth
11489 0.000 0.000 0.000 nodecolor
11490 3289 738 41.19 18 ellipse_path stroke
11491 0.000 0.000 0.000 nodecolor
11492 14 /Times-Roman set_font
11493 3267 733.9 moveto 44 (-cic--ci-) alignedtext
11494 grestore
11495 % mcicmmcmc->mcicmmcim
11496 gsave
11497 1 setlinewidth
11498 0.000 0.000 0.000 edgecolor
11499 newpath 3470 1085 moveto
11500 3450 1076 3423 1062 3403 1044 curveto
11501 3374 1017 3370 1006 3351 972 curveto
11502 3319 911 3313 894 3297 828 curveto
11503 3293 807 3291 784 3290 766 curveto
11504 stroke
11505 0.000 0.000 0.000 edgecolor
11506 newpath 3293.48 765.6 moveto
11507 3289 756 lineto
11508 3286.51 766.3 lineto
11509 closepath fill
11510 1 setlinewidth
11511 solid
11512 0.000 0.000 0.000 edgecolor
11513 newpath 3293.48 765.6 moveto
11514 3289 756 lineto
11515 3286.51 766.3 lineto
11516 closepath stroke
11517 grestore
11518 % mcicmmcmc->micmmcmc_cmicmmcmc
11519 gsave
11520 1 setlinewidth
11521 0.000 0.000 0.000 edgecolor
11522 newpath 3481 1082 moveto
11523 3444 1052 3365 981 3335 900 curveto
11524 3330 884 3330 878 3335 864 curveto
11525 3340 853 3347 843 3355 834 curveto
11526 stroke
11527 0.000 0.000 0.000 edgecolor
11528 newpath 3357.4 836.55 moveto
11529 3362 827 lineto
11530 3352.45 831.6 lineto
11531 closepath fill
11532 1 setlinewidth
11533 solid
11534 0.000 0.000 0.000 edgecolor
11535 newpath 3357.4 836.55 moveto
11536 3362 827 lineto
11537 3352.45 831.6 lineto
11538 closepath stroke
11539 grestore
11540 % mcicmmcm->cmcicmmcm
11541 gsave
11542 1 setlinewidth
11543 0.000 0.000 0.000 edgecolor
11544 newpath 3765 1152 moveto
11545 3769 1144 3773 1134 3778 1125 curveto
11546 stroke
11547 0.000 0.000 0.000 edgecolor
11548 newpath 3781.14 1126.56 moveto
11549 3782 1116 lineto
11550 3774.74 1123.72 lineto
11551 closepath fill
11552 1 setlinewidth
11553 solid
11554 0.000 0.000 0.000 edgecolor
11555 newpath 3781.14 1126.56 moveto
11556 3782 1116 lineto
11557 3774.74 1123.72 lineto
11558 closepath stroke
11559 grestore
11560 % mcicmmcm->mcicmcmcm
11561 gsave
11562 1 setlinewidth
11563 0.000 0.000 0.000 edgecolor
11564 newpath 3730 1157 moveto
11565 3707 1145 3672 1129 3646 1116 curveto
11566 stroke
11567 0.000 0.000 0.000 edgecolor
11568 newpath 3647.56 1112.86 moveto
11569 3637 1112 lineto
11570 3644.72 1119.26 lineto
11571 closepath fill
11572 1 setlinewidth
11573 solid
11574 0.000 0.000 0.000 edgecolor
11575 newpath 3647.56 1112.86 moveto
11576 3637 1112 lineto
11577 3644.72 1119.26 lineto
11578 closepath stroke
11579 grestore
11580 % mcicmmcm->mcicmmcmc
11581 gsave
11582 1 setlinewidth
11583 0.000 0.000 0.000 edgecolor
11584 newpath 3728 1158 moveto
11585 3722 1156 3715 1154 3709 1152 curveto
11586 3642 1131 3623 1135 3555 1116 curveto
11587 3552 1115 3549 1114 3546 1113 curveto
11588 stroke
11589 0.000 0.000 0.000 edgecolor
11590 newpath 3546.58 1109.52 moveto
11591 3536 1110 lineto
11592 3544.57 1116.23 lineto
11593 closepath fill
11594 1 setlinewidth
11595 solid
11596 0.000 0.000 0.000 edgecolor
11597 newpath 3546.58 1109.52 moveto
11598 3536 1110 lineto
11599 3544.57 1116.23 lineto
11600 closepath stroke
11601 grestore
11602 % imicm_imcicm_iimicm_icmcicm_icimicm_immimicm_imcmmicm_immcmcicm_immcimicm_imimmcicm_imimimicm_imicmmicm_imcmmcicm_imcimmicm_icmmimicm_icmcmmicm->cimicm_ccimicm
11603 gsave
11604 1 setlinewidth
11605 0.000 0.000 0.000 edgecolor
11606 newpath 6712 1297 moveto
11607 6642 1287 6557 1275 6481 1260 curveto
11608 6476 1259 6471 1258 6466 1256 curveto
11609 stroke
11610 0.000 0.000 0.000 edgecolor
11611 newpath 6466.49 1252.53 moveto
11612 6456 1254 lineto
11613 6465.12 1259.39 lineto
11614 closepath fill
11615 1 setlinewidth
11616 solid
11617 0.000 0.000 0.000 edgecolor
11618 newpath 6466.49 1252.53 moveto
11619 6456 1254 lineto
11620 6465.12 1259.39 lineto
11621 closepath stroke
11622 grestore
11623 % imicm_imcicm_iimicm_icmcicm_icimicm_immimicm_imcmmicm_immcmcicm_immcimicm_imimmcicm_imimimicm_imicmmicm_imcmmcicm_imcimmicm_icmmimicm_icmcmmicm->imicmc_imcicmc_iimicmc_icmcicmc_icimicmc_immimicmc_imcmmicmc
11624 gsave
11625 1 setlinewidth
11626 0.000 0.000 0.000 edgecolor
11627 newpath 6820 1296 moveto
11628 6802 1287 6779 1275 6759 1265 curveto
11629 stroke
11630 0.000 0.000 0.000 edgecolor
11631 newpath 6760.44 1261.8 moveto
11632 6750 1260 lineto
11633 6757.04 1267.92 lineto
11634 closepath fill
11635 1 setlinewidth
11636 solid
11637 0.000 0.000 0.000 edgecolor
11638 newpath 6760.44 1261.8 moveto
11639 6750 1260 lineto
11640 6757.04 1267.92 lineto
11641 closepath stroke
11642 grestore
11643 % imicm_imcicm_iimicm_icmcicm_icimicm_immimicm_imcmmicm_immcmcicm_immcimicm_imimmcicm_imimimicm_imicmmicm_imcmmcicm_imcimmicm_icmmimicm_icmcmmicm->mmimicm
11644 gsave
11645 1 setlinewidth
11646 0.000 0.000 0.000 edgecolor
11647 newpath 6444 1304 moveto
11648 6154 1295 5792 1280 5643 1260 curveto
11649 5630 1258 5616 1255 5603 1252 curveto
11650 stroke
11651 0.000 0.000 0.000 edgecolor
11652 newpath 5603.49 1248.53 moveto
11653 5593 1250 lineto
11654 5602.12 1255.39 lineto
11655 closepath fill
11656 1 setlinewidth
11657 solid
11658 0.000 0.000 0.000 edgecolor
11659 newpath 5603.49 1248.53 moveto
11660 5593 1250 lineto
11661 5602.12 1255.39 lineto
11662 closepath stroke
11663 grestore
11664 % mmimicm->cmmimicm_ccmmimicm
11665 gsave
11666 1 setlinewidth
11667 0.000 0.000 0.000 edgecolor
11668 newpath 5583 1227 moveto
11669 5596 1217 5613 1204 5629 1193 curveto
11670 stroke
11671 0.000 0.000 0.000 edgecolor
11672 newpath 5631.1 1195.8 moveto
11673 5637 1187 lineto
11674 5626.9 1190.2 lineto
11675 closepath fill
11676 1 setlinewidth
11677 solid
11678 0.000 0.000 0.000 edgecolor
11679 newpath 5631.1 1195.8 moveto
11680 5637 1187 lineto
11681 5626.9 1190.2 lineto
11682 closepath stroke
11683 grestore
11684 % mmimicm->mmimicmc
11685 gsave
11686 1 setlinewidth
11687 0.000 0.000 0.000 edgecolor
11688 newpath 5593 1234 moveto
11689 5628 1224 5690 1206 5742 1188 curveto
11690 5744 1187 5747 1186 5750 1185 curveto
11691 stroke
11692 0.000 0.000 0.000 edgecolor
11693 newpath 5751.28 1188.26 moveto
11694 5759 1181 lineto
11695 5748.44 1181.86 lineto
11696 closepath fill
11697 1 setlinewidth
11698 solid
11699 0.000 0.000 0.000 edgecolor
11700 newpath 5751.28 1188.26 moveto
11701 5759 1181 lineto
11702 5748.44 1181.86 lineto
11703 closepath stroke
11704 grestore
11705 % mcmcimicm
11706 gsave
11707 1 setlinewidth
11708 0.000 0.000 0.000 nodecolor
11709 1764 1170 41.19 18 ellipse_path stroke
11710 0.000 0.000 0.000 nodecolor
11711 14 /Times-Roman set_font
11712 1742 1165.9 moveto 44 (-c-ci-ic-) alignedtext
11713 grestore
11714 % mmimicm->mcmcimicm
11715 gsave
11716 1 setlinewidth
11717 0.000 0.000 0.000 edgecolor
11718 newpath 5532 1241 moveto
11719 5430 1238 5107 1229 4839 1224 curveto
11720 3580 1200 3263 1243 2004 1188 curveto
11721 1939 1185 1863 1179 1814 1175 curveto
11722 stroke
11723 0.000 0.000 0.000 edgecolor
11724 newpath 1814.3 1171.51 moveto
11725 1804 1174 lineto
11726 1813.6 1178.48 lineto
11727 closepath fill
11728 1 setlinewidth
11729 solid
11730 0.000 0.000 0.000 edgecolor
11731 newpath 1814.3 1171.51 moveto
11732 1804 1174 lineto
11733 1813.6 1178.48 lineto
11734 closepath stroke
11735 grestore
11736 % mcmmcicm
11737 gsave
11738 1 setlinewidth
11739 0.000 0.000 0.000 nodecolor
11740 2052 1170 39.11 18 ellipse_path stroke
11741 0.000 0.000 0.000 nodecolor
11742 14 /Times-Roman set_font
11743 2031.5 1165.9 moveto 41 (-c--cic-) alignedtext
11744 grestore
11745 % mmimicm->mcmmcicm
11746 gsave
11747 1 setlinewidth
11748 0.000 0.000 0.000 edgecolor
11749 newpath 5532 1241 moveto
11750 5430 1238 5107 1229 4839 1224 curveto
11751 3860 1203 3615 1211 2636 1188 curveto
11752 2438 1182 2202 1175 2101 1171 curveto
11753 stroke
11754 0.000 0.000 0.000 edgecolor
11755 newpath 2101 1167.5 moveto
11756 2091 1171 lineto
11757 2101 1174.5 lineto
11758 closepath fill
11759 1 setlinewidth
11760 solid
11761 0.000 0.000 0.000 edgecolor
11762 newpath 2101 1167.5 moveto
11763 2091 1171 lineto
11764 2101 1174.5 lineto
11765 closepath stroke
11766 grestore
11767 % mcimicmcm->mcicmcmcm
11768 gsave
11769 1 setlinewidth
11770 0.000 0.000 0.000 edgecolor
11771 newpath 3364 1162 moveto
11772 3409 1152 3488 1135 3555 1116 curveto
11773 3558 1115 3562 1114 3565 1113 curveto
11774 stroke
11775 0.000 0.000 0.000 edgecolor
11776 newpath 3566.43 1116.23 moveto
11777 3575 1110 lineto
11778 3564.42 1109.52 lineto
11779 closepath fill
11780 1 setlinewidth
11781 solid
11782 0.000 0.000 0.000 edgecolor
11783 newpath 3566.43 1116.23 moveto
11784 3575 1110 lineto
11785 3564.42 1109.52 lineto
11786 closepath stroke
11787 grestore
11788 % mcimicmcm->mcimicmm
11789 gsave
11790 1 setlinewidth
11791 0.000 0.000 0.000 edgecolor
11792 newpath 3300 1156 moveto
11793 3278 1144 3247 1128 3223 1116 curveto
11794 stroke
11795 0.000 0.000 0.000 edgecolor
11796 newpath 3224.44 1112.8 moveto
11797 3214 1111 lineto
11798 3221.04 1118.92 lineto
11799 closepath fill
11800 1 setlinewidth
11801 solid
11802 0.000 0.000 0.000 edgecolor
11803 newpath 3224.44 1112.8 moveto
11804 3214 1111 lineto
11805 3221.04 1118.92 lineto
11806 closepath stroke
11807 grestore
11808 % mimicmcm_cmimicmcm
11809 gsave
11810 1 setlinewidth
11811 0.000 0.000 0.000 nodecolor
11812 3985 882 73.16 18 ellipse_path stroke
11813 0.000 0.000 0.000 nodecolor
11814 14 /Times-Roman set_font
11815 3940 877.9 moveto 90 (-i-ic-c-=c-i-ic-c-) alignedtext
11816 grestore
11817 % mcimicmcm->mimicmcm_cmimicmcm
11818 gsave
11819 1 setlinewidth
11820 0.000 0.000 0.000 edgecolor
11821 newpath 3326 1152 moveto
11822 3326 1131 3329 1097 3349 1080 curveto
11823 3420 1019 3676 1072 3764 1044 curveto
11824 3824 1024 3834 1008 3884 972 curveto
11825 3899 961 3934 929 3959 907 curveto
11826 stroke
11827 0.000 0.000 0.000 edgecolor
11828 newpath 3961.4 909.55 moveto
11829 3966 900 lineto
11830 3956.45 904.6 lineto
11831 closepath fill
11832 1 setlinewidth
11833 solid
11834 0.000 0.000 0.000 edgecolor
11835 newpath 3961.4 909.55 moveto
11836 3966 900 lineto
11837 3956.45 904.6 lineto
11838 closepath stroke
11839 grestore
11840 % mcimimicm
11841 gsave
11842 1 setlinewidth
11843 0.000 0.000 0.000 nodecolor
11844 2772 1026 39.11 18 ellipse_path stroke
11845 0.000 0.000 0.000 nodecolor
11846 14 /Times-Roman set_font
11847 2751.5 1021.9 moveto 41 (-ci-i-ic-) alignedtext
11848 grestore
11849 % mcimicmcm->mcimimicm
11850 gsave
11851 1 setlinewidth
11852 0.000 0.000 0.000 edgecolor
11853 newpath 3291 1162 moveto
11854 3275 1158 3256 1155 3239 1152 curveto
11855 3087 1128 3038 1171 2894 1116 curveto
11856 2856 1101 2820 1071 2797 1050 curveto
11857 stroke
11858 0.000 0.000 0.000 edgecolor
11859 newpath 2798.83 1046.95 moveto
11860 2789 1043 lineto
11861 2794.22 1052.22 lineto
11862 closepath fill
11863 1 setlinewidth
11864 solid
11865 0.000 0.000 0.000 edgecolor
11866 newpath 2798.83 1046.95 moveto
11867 2789 1043 lineto
11868 2794.22 1052.22 lineto
11869 closepath stroke
11870 grestore
11871 % imimicmmc->imicmcmmc
11872 gsave
11873 1 setlinewidth
11874 0.000 0.000 0.000 edgecolor
11875 newpath 5235 1374 moveto
11876 5256 1364 5286 1349 5310 1332 curveto
11877 5402 1265 5406 1227 5490 1152 curveto
11878 5503 1141 5517 1129 5530 1120 curveto
11879 stroke
11880 0.000 0.000 0.000 edgecolor
11881 newpath 5532.1 1122.8 moveto
11882 5538 1114 lineto
11883 5527.9 1117.2 lineto
11884 closepath fill
11885 1 setlinewidth
11886 solid
11887 0.000 0.000 0.000 edgecolor
11888 newpath 5532.1 1122.8 moveto
11889 5538 1114 lineto
11890 5527.9 1117.2 lineto
11891 closepath stroke
11892 grestore
11893 % mcimicmmc
11894 gsave
11895 1 setlinewidth
11896 0.000 0.000 0.000 nodecolor
11897 3198 1026 41.19 18 ellipse_path stroke
11898 0.000 0.000 0.000 nodecolor
11899 14 /Times-Roman set_font
11900 3176 1021.9 moveto 44 (-ci-ic--c) alignedtext
11901 grestore
11902 % imimicmmc->mcimicmmc
11903 gsave
11904 1 setlinewidth
11905 0.000 0.000 0.000 edgecolor
11906 newpath 5177 1374 moveto
11907 5152 1363 5115 1346 5082 1332 curveto
11908 5048 1316 5042 1306 5006 1296 curveto
11909 4889 1261 4851 1293 4733 1260 curveto
11910 4696 1249 4690 1237 4652 1224 curveto
11911 4593 1203 4570 1219 4514 1188 curveto
11912 4495 1176 4498 1162 4477 1152 curveto
11913 4311 1067 4249 1101 4063 1080 curveto
11914 3904 1060 3409 1036 3249 1028 curveto
11915 stroke
11916 0.000 0.000 0.000 edgecolor
11917 newpath 3249 1024.5 moveto
11918 3239 1028 lineto
11919 3249 1031.5 lineto
11920 closepath fill
11921 1 setlinewidth
11922 solid
11923 0.000 0.000 0.000 edgecolor
11924 newpath 3249 1024.5 moveto
11925 3239 1028 lineto
11926 3249 1031.5 lineto
11927 closepath stroke
11928 grestore
11929 % mcimicmmc->mcicmcmmc
11930 gsave
11931 1 setlinewidth
11932 0.000 0.000 0.000 edgecolor
11933 newpath 3203 1008 moveto
11934 3215 955 3243 799 3163 720 curveto
11935 3113 669 2909 708 2841 684 curveto
11936 2800 669 2760 639 2734 618 curveto
11937 stroke
11938 0.000 0.000 0.000 edgecolor
11939 newpath 2735.83 614.95 moveto
11940 2726 611 lineto
11941 2731.22 620.22 lineto
11942 closepath fill
11943 1 setlinewidth
11944 solid
11945 0.000 0.000 0.000 edgecolor
11946 newpath 2735.83 614.95 moveto
11947 2726 611 lineto
11948 2731.22 620.22 lineto
11949 closepath stroke
11950 grestore
11951 % mcimimim
11952 gsave
11953 1 setlinewidth
11954 0.000 0.000 0.000 nodecolor
11955 3026 810 34.24 18 ellipse_path stroke
11956 0.000 0.000 0.000 nodecolor
11957 14 /Times-Roman set_font
11958 3009 805.9 moveto 34 (-ci-i-i-) alignedtext
11959 grestore
11960 % mcimicmmc->mcimimim
11961 gsave
11962 1 setlinewidth
11963 0.000 0.000 0.000 edgecolor
11964 newpath 3184 1009 moveto
11965 3153 970 3081 879 3045 835 curveto
11966 stroke
11967 0.000 0.000 0.000 edgecolor
11968 newpath 3047.8 832.9 moveto
11969 3039 827 lineto
11970 3042.2 837.1 lineto
11971 closepath fill
11972 1 setlinewidth
11973 solid
11974 0.000 0.000 0.000 edgecolor
11975 newpath 3047.8 832.9 moveto
11976 3039 827 lineto
11977 3042.2 837.1 lineto
11978 closepath stroke
11979 grestore
11980 % mimicmmc_cmimicmmc
11981 gsave
11982 1 setlinewidth
11983 0.000 0.000 0.000 nodecolor
11984 4337 738 73.16 18 ellipse_path stroke
11985 0.000 0.000 0.000 nodecolor
11986 14 /Times-Roman set_font
11987 4292 733.9 moveto 90 (-i-ic--c=c-i-ic--c) alignedtext
11988 grestore
11989 % mcimicmmc->mimicmmc_cmimicmmc
11990 gsave
11991 1 setlinewidth
11992 0.000 0.000 0.000 edgecolor
11993 newpath 3233 1017 moveto
11994 3316 993 3531 928 3687 828 curveto
11995 3707 815 3704 801 3725 792 curveto
11996 3773 770 4100 750 4255 742 curveto
11997 stroke
11998 0.000 0.000 0.000 edgecolor
11999 newpath 4255 745.5 moveto
12000 4265 742 lineto
12001 4255 738.5 lineto
12002 closepath fill
12003 1 setlinewidth
12004 solid
12005 0.000 0.000 0.000 edgecolor
12006 newpath 4255 745.5 moveto
12007 4265 742 lineto
12008 4255 738.5 lineto
12009 closepath stroke
12010 grestore
12011 % mcimicmm->cmcimicmm
12012 gsave
12013 1 setlinewidth
12014 0.000 0.000 0.000 edgecolor
12015 newpath 3169 1082 moveto
12016 3157 1072 3140 1059 3126 1049 curveto
12017 stroke
12018 0.000 0.000 0.000 edgecolor
12019 newpath 3127.83 1045.95 moveto
12020 3118 1042 lineto
12021 3123.22 1051.22 lineto
12022 closepath fill
12023 1 setlinewidth
12024 solid
12025 0.000 0.000 0.000 edgecolor
12026 newpath 3127.83 1045.95 moveto
12027 3118 1042 lineto
12028 3123.22 1051.22 lineto
12029 closepath stroke
12030 grestore
12031 % mcimicmm->mcicmcmm
12032 gsave
12033 1 setlinewidth
12034 0.000 0.000 0.000 edgecolor
12035 newpath 3155 1090 moveto
12036 3125 1082 3081 1067 3048 1044 curveto
12037 2966 983 2988 924 2905 864 curveto
12038 2763 758 2706 759 2533 720 curveto
12039 2330 673 2269 729 2065 684 curveto
12040 2062 684 2059 683 2055 681 curveto
12041 stroke
12042 0.000 0.000 0.000 edgecolor
12043 newpath 2056.59 677.84 moveto
12044 2046 678 lineto
12045 2054.38 684.48 lineto
12046 closepath fill
12047 1 setlinewidth
12048 solid
12049 0.000 0.000 0.000 edgecolor
12050 newpath 2056.59 677.84 moveto
12051 2046 678 lineto
12052 2054.38 684.48 lineto
12053 closepath stroke
12054 grestore
12055 % mcimicmm->mcimicmmc
12056 gsave
12057 1 setlinewidth
12058 0.000 0.000 0.000 edgecolor
12059 newpath 3191 1080 moveto
12060 3192 1072 3193 1063 3194 1054 curveto
12061 stroke
12062 0.000 0.000 0.000 edgecolor
12063 newpath 3197.47 1054.49 moveto
12064 3196 1044 lineto
12065 3190.61 1053.12 lineto
12066 closepath fill
12067 1 setlinewidth
12068 solid
12069 0.000 0.000 0.000 edgecolor
12070 newpath 3197.47 1054.49 moveto
12071 3196 1044 lineto
12072 3190.61 1053.12 lineto
12073 closepath stroke
12074 grestore
12075 % mcimimmc->cmcimimmc
12076 gsave
12077 1 setlinewidth
12078 0.000 0.000 0.000 edgecolor
12079 newpath 3478 1155 moveto
12080 3464 1145 3444 1131 3428 1119 curveto
12081 stroke
12082 0.000 0.000 0.000 edgecolor
12083 newpath 3430.1 1116.2 moveto
12084 3420 1113 lineto
12085 3425.9 1121.8 lineto
12086 closepath fill
12087 1 setlinewidth
12088 solid
12089 0.000 0.000 0.000 edgecolor
12090 newpath 3430.1 1116.2 moveto
12091 3420 1113 lineto
12092 3425.9 1121.8 lineto
12093 closepath stroke
12094 grestore
12095 % mcimimmc->mcicmmcmc
12096 gsave
12097 1 setlinewidth
12098 0.000 0.000 0.000 edgecolor
12099 newpath 3500 1152 moveto
12100 3501 1144 3501 1135 3501 1126 curveto
12101 stroke
12102 0.000 0.000 0.000 edgecolor
12103 newpath 3504.5 1126 moveto
12104 3501 1116 lineto
12105 3497.5 1126 lineto
12106 closepath fill
12107 1 setlinewidth
12108 solid
12109 0.000 0.000 0.000 edgecolor
12110 newpath 3504.5 1126 moveto
12111 3501 1116 lineto
12112 3497.5 1126 lineto
12113 closepath stroke
12114 grestore
12115 % mcimimmc->mcimicmmc
12116 gsave
12117 1 setlinewidth
12118 0.000 0.000 0.000 edgecolor
12119 newpath 3469 1159 moveto
12120 3427 1144 3355 1118 3349 1116 curveto
12121 3306 1095 3260 1066 3230 1047 curveto
12122 stroke
12123 0.000 0.000 0.000 edgecolor
12124 newpath 3231.26 1043.63 moveto
12125 3221 1041 lineto
12126 3227.38 1049.46 lineto
12127 closepath fill
12128 1 setlinewidth
12129 solid
12130 0.000 0.000 0.000 edgecolor
12131 newpath 3231.26 1043.63 moveto
12132 3221 1041 lineto
12133 3227.38 1049.46 lineto
12134 closepath stroke
12135 grestore
12136 % mcimimm->cmcimimm_ccmcimimm
12137 gsave
12138 1 setlinewidth
12139 0.000 0.000 0.000 edgecolor
12140 newpath 3664 1225 moveto
12141 3659 1217 3652 1206 3645 1196 curveto
12142 stroke
12143 0.000 0.000 0.000 edgecolor
12144 newpath 3647.8 1193.9 moveto
12145 3639 1188 lineto
12146 3642.2 1198.1 lineto
12147 closepath fill
12148 1 setlinewidth
12149 solid
12150 0.000 0.000 0.000 edgecolor
12151 newpath 3647.8 1193.9 moveto
12152 3639 1188 lineto
12153 3642.2 1198.1 lineto
12154 closepath stroke
12155 grestore
12156 % mcimimm->mcicmmcm
12157 gsave
12158 1 setlinewidth
12159 0.000 0.000 0.000 edgecolor
12160 newpath 3693 1227 moveto
12161 3705 1217 3719 1204 3731 1193 curveto
12162 stroke
12163 0.000 0.000 0.000 edgecolor
12164 newpath 3733.78 1195.22 moveto
12165 3739 1186 lineto
12166 3729.17 1189.95 lineto
12167 closepath fill
12168 1 setlinewidth
12169 solid
12170 0.000 0.000 0.000 edgecolor
12171 newpath 3733.78 1195.22 moveto
12172 3739 1186 lineto
12173 3729.17 1189.95 lineto
12174 closepath stroke
12175 grestore
12176 % mcimimm->mcimicmcm
12177 gsave
12178 1 setlinewidth
12179 0.000 0.000 0.000 edgecolor
12180 newpath 3652 1230 moveto
12181 3647 1228 3641 1225 3635 1224 curveto
12182 3526 1192 3493 1213 3382 1188 curveto
12183 3377 1187 3373 1186 3369 1184 curveto
12184 stroke
12185 0.000 0.000 0.000 edgecolor
12186 newpath 3369.58 1180.52 moveto
12187 3359 1181 lineto
12188 3367.57 1187.23 lineto
12189 closepath fill
12190 1 setlinewidth
12191 solid
12192 0.000 0.000 0.000 edgecolor
12193 newpath 3369.58 1180.52 moveto
12194 3359 1181 lineto
12195 3367.57 1187.23 lineto
12196 closepath stroke
12197 grestore
12198 % mcimimm->mcimimmc
12199 gsave
12200 1 setlinewidth
12201 0.000 0.000 0.000 edgecolor
12202 newpath 3651 1231 moveto
12203 3646 1228 3640 1226 3635 1224 curveto
12204 3617 1216 3571 1198 3538 1185 curveto
12205 stroke
12206 0.000 0.000 0.000 edgecolor
12207 newpath 3538.58 1181.46 moveto
12208 3528 1181 lineto
12209 3535.98 1187.96 lineto
12210 closepath fill
12211 1 setlinewidth
12212 solid
12213 0.000 0.000 0.000 edgecolor
12214 newpath 3538.58 1181.46 moveto
12215 3528 1181 lineto
12216 3535.98 1187.96 lineto
12217 closepath stroke
12218 grestore
12219 % mcimmcmc->cmcimmcmc
12220 gsave
12221 1 setlinewidth
12222 0.000 0.000 0.000 edgecolor
12223 newpath 4167 936 moveto
12224 4171 928 4176 918 4181 909 curveto
12225 stroke
12226 0.000 0.000 0.000 edgecolor
12227 newpath 4184.2 910.44 moveto
12228 4186 900 lineto
12229 4178.08 907.04 lineto
12230 closepath fill
12231 1 setlinewidth
12232 solid
12233 0.000 0.000 0.000 edgecolor
12234 newpath 4184.2 910.44 moveto
12235 4186 900 lineto
12236 4178.08 907.04 lineto
12237 closepath stroke
12238 grestore
12239 % mcimmcim
12240 gsave
12241 1 setlinewidth
12242 0.000 0.000 0.000 nodecolor
12243 3139 666 37.02 18 ellipse_path stroke
12244 0.000 0.000 0.000 nodecolor
12245 14 /Times-Roman set_font
12246 3120 661.9 moveto 38 (-ci--ci-) alignedtext
12247 grestore
12248 % mcimmcmc->mcimmcim
12249 gsave
12250 1 setlinewidth
12251 0.000 0.000 0.000 edgecolor
12252 newpath 4151 936 moveto
12253 4142 915 4126 882 4100 864 curveto
12254 4044 823 4013 851 3947 828 curveto
12255 3912 815 3907 802 3871 792 curveto
12256 3732 752 3690 779 3546 756 curveto
12257 3412 733 3256 696 3182 677 curveto
12258 stroke
12259 0.000 0.000 0.000 edgecolor
12260 newpath 3182.58 673.52 moveto
12261 3172 674 lineto
12262 3180.57 680.23 lineto
12263 closepath fill
12264 1 setlinewidth
12265 solid
12266 0.000 0.000 0.000 edgecolor
12267 newpath 3182.58 673.52 moveto
12268 3172 674 lineto
12269 3180.57 680.23 lineto
12270 closepath stroke
12271 grestore
12272 % mcimmicmc
12273 gsave
12274 1 setlinewidth
12275 0.000 0.000 0.000 nodecolor
12276 2075 810 41.19 18 ellipse_path stroke
12277 0.000 0.000 0.000 nodecolor
12278 14 /Times-Roman set_font
12279 2053 805.9 moveto 44 (-ci--ic-c) alignedtext
12280 grestore
12281 % mcimmcmc->mcimmicmc
12282 gsave
12283 1 setlinewidth
12284 0.000 0.000 0.000 edgecolor
12285 newpath 4127 942 moveto
12286 4120 940 4112 938 4104 936 curveto
12287 4002 910 3966 943 3870 900 curveto
12288 3848 889 3851 872 3827 864 curveto
12289 3650 797 2311 862 2125 828 curveto
12290 2121 827 2118 826 2115 825 curveto
12291 stroke
12292 0.000 0.000 0.000 edgecolor
12293 newpath 2115.58 821.52 moveto
12294 2105 822 lineto
12295 2113.57 828.23 lineto
12296 closepath fill
12297 1 setlinewidth
12298 solid
12299 0.000 0.000 0.000 edgecolor
12300 newpath 2115.58 821.52 moveto
12301 2105 822 lineto
12302 2113.57 828.23 lineto
12303 closepath stroke
12304 grestore
12305 % mcimmcm->cmcimmcm_ccmcimmcm
12306 gsave
12307 1 setlinewidth
12308 0.000 0.000 0.000 edgecolor
12309 newpath 4185 1015 moveto
12310 4211 1004 4252 987 4283 974 curveto
12311 stroke
12312 0.000 0.000 0.000 edgecolor
12313 newpath 4285.02 976.96 moveto
12314 4293 970 lineto
12315 4282.42 970.46 lineto
12316 closepath fill
12317 1 setlinewidth
12318 solid
12319 0.000 0.000 0.000 edgecolor
12320 newpath 4285.02 976.96 moveto
12321 4293 970 lineto
12322 4282.42 970.46 lineto
12323 closepath stroke
12324 grestore
12325 % mcimmcm->mcimmcmc
12326 gsave
12327 1 setlinewidth
12328 0.000 0.000 0.000 edgecolor
12329 newpath 4157 1008 moveto
12330 4157 1000 4157 991 4157 982 curveto
12331 stroke
12332 0.000 0.000 0.000 edgecolor
12333 newpath 4160.5 982 moveto
12334 4157 972 lineto
12335 4153.5 982 lineto
12336 closepath fill
12337 1 setlinewidth
12338 solid
12339 0.000 0.000 0.000 edgecolor
12340 newpath 4160.5 982 moveto
12341 4157 972 lineto
12342 4153.5 982 lineto
12343 closepath stroke
12344 grestore
12345 % mcimmcicm
12346 gsave
12347 1 setlinewidth
12348 0.000 0.000 0.000 nodecolor
12349 2760 954 41.19 18 ellipse_path stroke
12350 0.000 0.000 0.000 nodecolor
12351 14 /Times-Roman set_font
12352 2738 949.9 moveto 44 (-ci--cic-) alignedtext
12353 grestore
12354 % mcimmcm->mcimmcicm
12355 gsave
12356 1 setlinewidth
12357 0.000 0.000 0.000 edgecolor
12358 newpath 4122 1024 moveto
12359 3933 1014 3036 968 2811 957 curveto
12360 stroke
12361 0.000 0.000 0.000 edgecolor
12362 newpath 2811.3 953.51 moveto
12363 2801 956 lineto
12364 2810.6 960.48 lineto
12365 closepath fill
12366 1 setlinewidth
12367 solid
12368 0.000 0.000 0.000 edgecolor
12369 newpath 2811.3 953.51 moveto
12370 2801 956 lineto
12371 2810.6 960.48 lineto
12372 closepath stroke
12373 grestore
12374 % mmimim->cmmimim_ccmmimim
12375 gsave
12376 1 setlinewidth
12377 0.000 0.000 0.000 edgecolor
12378 newpath 5091 936 moveto
12379 5092 928 5094 919 5095 910 curveto
12380 stroke
12381 0.000 0.000 0.000 edgecolor
12382 newpath 5098.47 910.49 moveto
12383 5097 900 lineto
12384 5091.61 909.12 lineto
12385 closepath fill
12386 1 setlinewidth
12387 solid
12388 0.000 0.000 0.000 edgecolor
12389 newpath 5098.47 910.49 moveto
12390 5097 900 lineto
12391 5091.61 909.12 lineto
12392 closepath stroke
12393 grestore
12394 % mcmcimim
12395 gsave
12396 1 setlinewidth
12397 0.000 0.000 0.000 nodecolor
12398 1910 882 37.02 18 ellipse_path stroke
12399 0.000 0.000 0.000 nodecolor
12400 14 /Times-Roman set_font
12401 1891 877.9 moveto 38 (-c-ci-i-) alignedtext
12402 grestore
12403 % mmimim->mcmcimim
12404 gsave
12405 1 setlinewidth
12406 0.000 0.000 0.000 edgecolor
12407 newpath 5060 953 moveto
12408 4968 950 4668 941 4419 936 curveto
12409 3889 924 2561 942 2032 900 curveto
12410 2007 897 1978 893 1955 890 curveto
12411 stroke
12412 0.000 0.000 0.000 edgecolor
12413 newpath 1955.49 886.53 moveto
12414 1945 888 lineto
12415 1954.12 893.39 lineto
12416 closepath fill
12417 1 setlinewidth
12418 solid
12419 0.000 0.000 0.000 edgecolor
12420 newpath 1955.49 886.53 moveto
12421 1945 888 lineto
12422 1954.12 893.39 lineto
12423 closepath stroke
12424 grestore
12425 % mcmmcim
12426 gsave
12427 1 setlinewidth
12428 0.000 0.000 0.000 nodecolor
12429 2861 882 34.94 18 ellipse_path stroke
12430 0.000 0.000 0.000 nodecolor
12431 14 /Times-Roman set_font
12432 2843.5 877.9 moveto 35 (-c--ci-) alignedtext
12433 grestore
12434 % mmimim->mcmmcim
12435 gsave
12436 1 setlinewidth
12437 0.000 0.000 0.000 edgecolor
12438 newpath 5060 953 moveto
12439 4895 948 4037 923 3335 900 curveto
12440 3178 894 2991 887 2906 883 curveto
12441 stroke
12442 0.000 0.000 0.000 edgecolor
12443 newpath 2906 879.5 moveto
12444 2896 883 lineto
12445 2906 886.5 lineto
12446 closepath fill
12447 1 setlinewidth
12448 solid
12449 0.000 0.000 0.000 edgecolor
12450 newpath 2906 879.5 moveto
12451 2896 883 lineto
12452 2906 886.5 lineto
12453 closepath stroke
12454 grestore
12455 % immcicmcm->imimicmcm
12456 gsave
12457 1 setlinewidth
12458 0.000 0.000 0.000 edgecolor
12459 newpath 1493 1737 moveto
12460 1534 1727 1602 1709 1661 1692 curveto
12461 1713 1677 1723 1664 1775 1656 curveto
12462 2077 1605 2844 1633 3149 1620 curveto
12463 3420 1608 3487 1594 3757 1584 curveto
12464 4557 1552 4759 1600 5557 1548 curveto
12465 5596 1545 5639 1540 5671 1536 curveto
12466 stroke
12467 0.000 0.000 0.000 edgecolor
12468 newpath 5671.4 1539.48 moveto
12469 5681 1535 lineto
12470 5670.7 1532.51 lineto
12471 closepath fill
12472 1 setlinewidth
12473 solid
12474 0.000 0.000 0.000 edgecolor
12475 newpath 5671.4 1539.48 moveto
12476 5681 1535 lineto
12477 5670.7 1532.51 lineto
12478 closepath stroke
12479 grestore
12480 % immcmcm_imcmcmcm_iimmcmcm
12481 gsave
12482 1 setlinewidth
12483 0.000 0.000 0.000 nodecolor
12484 745 1674 100.95 18 ellipse_path stroke
12485 0.000 0.000 0.000 nodecolor
12486 14 /Times-Roman set_font
12487 680 1669.9 moveto 130 (i--c-c-=i-c-c-c-=ii--c-c-) alignedtext
12488 grestore
12489 % immcicmcm->immcmcm_imcmcmcm_iimmcmcm
12490 gsave
12491 1 setlinewidth
12492 0.000 0.000 0.000 edgecolor
12493 newpath 1417 1742 moveto
12494 1324 1734 1090 1713 893 1692 curveto
12495 875 1689 857 1688 839 1685 curveto
12496 stroke
12497 0.000 0.000 0.000 edgecolor
12498 newpath 839.3 1681.51 moveto
12499 829 1684 lineto
12500 838.6 1688.48 lineto
12501 closepath fill
12502 1 setlinewidth
12503 solid
12504 0.000 0.000 0.000 edgecolor
12505 newpath 839.3 1681.51 moveto
12506 829 1684 lineto
12507 838.6 1688.48 lineto
12508 closepath stroke
12509 grestore
12510 % immcicmm_imcmcicmm_iimmcicmm
12511 gsave
12512 1 setlinewidth
12513 0.000 0.000 0.000 nodecolor
12514 1545 1674 107.21 18 ellipse_path stroke
12515 0.000 0.000 0.000 nodecolor
12516 14 /Times-Roman set_font
12517 1475.5 1669.9 moveto 139 (i--cic--=i-c-cic--=ii--cic--) alignedtext
12518 grestore
12519 % immcicmcm->immcicmm_imcmcicmm_iimmcicmm
12520 gsave
12521 1 setlinewidth
12522 0.000 0.000 0.000 edgecolor
12523 newpath 1477 1730 moveto
12524 1488 1721 1502 1709 1515 1699 curveto
12525 stroke
12526 0.000 0.000 0.000 edgecolor
12527 newpath 1517.78 1701.22 moveto
12528 1523 1692 lineto
12529 1513.17 1695.95 lineto
12530 closepath fill
12531 1 setlinewidth
12532 solid
12533 0.000 0.000 0.000 edgecolor
12534 newpath 1517.78 1701.22 moveto
12535 1523 1692 lineto
12536 1513.17 1695.95 lineto
12537 closepath stroke
12538 grestore
12539 % mcmcicmcm
12540 gsave
12541 1 setlinewidth
12542 0.000 0.000 0.000 nodecolor
12543 662 1530 43.97 18 ellipse_path stroke
12544 0.000 0.000 0.000 nodecolor
12545 14 /Times-Roman set_font
12546 638 1525.9 moveto 48 (-c-cic-c-) alignedtext
12547 grestore
12548 % immcicmcm->mcmcicmcm
12549 gsave
12550 1 setlinewidth
12551 0.000 0.000 0.000 edgecolor
12552 newpath 1418 1740 moveto
12553 1392 1737 1357 1732 1326 1728 curveto
12554 1207 1711 1173 1724 1056 1692 curveto
12555 1019 1681 1013 1666 975 1656 curveto
12556 913 1638 735 1662 686 1620 curveto
12557 669 1605 664 1578 662 1558 curveto
12558 stroke
12559 0.000 0.000 0.000 edgecolor
12560 newpath 665.48 1557.6 moveto
12561 661 1548 lineto
12562 658.51 1558.3 lineto
12563 closepath fill
12564 1 setlinewidth
12565 solid
12566 0.000 0.000 0.000 edgecolor
12567 newpath 665.48 1557.6 moveto
12568 661 1548 lineto
12569 658.51 1558.3 lineto
12570 closepath stroke
12571 grestore
12572 % immcmcm_imcmcmcm_iimmcmcm->immcmcmc_imcmcmcmc_iimmcmcmc
12573 gsave
12574 1 setlinewidth
12575 0.000 0.000 0.000 edgecolor
12576 newpath 784 1657 moveto
12577 837 1636 935 1598 1023 1584 curveto
12578 1413 1518 2408 1580 2801 1548 curveto
12579 2812 1547 2823 1546 2835 1544 curveto
12580 stroke
12581 0.000 0.000 0.000 edgecolor
12582 newpath 2835.4 1547.48 moveto
12583 2845 1543 lineto
12584 2834.7 1540.51 lineto
12585 closepath fill
12586 1 setlinewidth
12587 solid
12588 0.000 0.000 0.000 edgecolor
12589 newpath 2835.4 1547.48 moveto
12590 2845 1543 lineto
12591 2834.7 1540.51 lineto
12592 closepath stroke
12593 grestore
12594 % immcmcm_imcmcmcm_iimmcmcm->icimmcmcm
12595 gsave
12596 1 setlinewidth
12597 0.000 0.000 0.000 edgecolor
12598 newpath 825 1663 moveto
12599 847 1660 871 1658 893 1656 curveto
12600 1218 1628 1306 1683 1625 1620 curveto
12601 1629 1619 1632 1619 1636 1618 curveto
12602 stroke
12603 0.000 0.000 0.000 edgecolor
12604 newpath 1637.28 1621.26 moveto
12605 1645 1614 lineto
12606 1634.44 1614.86 lineto
12607 closepath fill
12608 1 setlinewidth
12609 solid
12610 0.000 0.000 0.000 edgecolor
12611 newpath 1637.28 1621.26 moveto
12612 1645 1614 lineto
12613 1634.44 1614.86 lineto
12614 closepath stroke
12615 grestore
12616 % immcmm_imcmcmm_iimmcmm
12617 gsave
12618 1 setlinewidth
12619 0.000 0.000 0.000 nodecolor
12620 307 1602 87.05 18 ellipse_path stroke
12621 0.000 0.000 0.000 nodecolor
12622 14 /Times-Roman set_font
12623 252 1597.9 moveto 110 (i--c--=i-c-c--=ii--c--) alignedtext
12624 grestore
12625 % immcmcm_imcmcmcm_iimmcmcm->immcmm_imcmcmm_iimmcmm
12626 gsave
12627 1 setlinewidth
12628 0.000 0.000 0.000 edgecolor
12629 newpath 672 1662 moveto
12630 659 1660 647 1658 635 1656 curveto
12631 535 1639 509 1636 408 1620 curveto
12632 400 1619 392 1617 383 1616 curveto
12633 stroke
12634 0.000 0.000 0.000 edgecolor
12635 newpath 383.49 1612.53 moveto
12636 373 1614 lineto
12637 382.12 1619.39 lineto
12638 closepath fill
12639 1 setlinewidth
12640 solid
12641 0.000 0.000 0.000 edgecolor
12642 newpath 383.49 1612.53 moveto
12643 373 1614 lineto
12644 382.12 1619.39 lineto
12645 closepath stroke
12646 grestore
12647 % mcmcmcm
12648 gsave
12649 1 setlinewidth
12650 0.000 0.000 0.000 nodecolor
12651 585 1458 37.02 18 ellipse_path stroke
12652 0.000 0.000 0.000 nodecolor
12653 14 /Times-Roman set_font
12654 566 1453.9 moveto 38 (-c-c-c-) alignedtext
12655 grestore
12656 % immcmcm_imcmcmcm_iimmcmcm->mcmcmcm
12657 gsave
12658 1 setlinewidth
12659 0.000 0.000 0.000 edgecolor
12660 newpath 673 1661 moveto
12661 610 1650 527 1632 517 1620 curveto
12662 484 1576 530 1515 561 1481 curveto
12663 stroke
12664 0.000 0.000 0.000 edgecolor
12665 newpath 563.4 1483.55 moveto
12666 568 1474 lineto
12667 558.45 1478.6 lineto
12668 closepath fill
12669 1 setlinewidth
12670 solid
12671 0.000 0.000 0.000 edgecolor
12672 newpath 563.4 1483.55 moveto
12673 568 1474 lineto
12674 558.45 1478.6 lineto
12675 closepath stroke
12676 grestore
12677 % immcicmm_imcmcicmm_iimmcicmm->immcmm_imcmcmm_iimmcmm
12678 gsave
12679 1 setlinewidth
12680 0.000 0.000 0.000 edgecolor
12681 newpath 1470 1661 moveto
12682 1457 1659 1442 1657 1429 1656 curveto
12683 1026 1616 922 1645 517 1620 curveto
12684 478 1617 434 1614 396 1611 curveto
12685 stroke
12686 0.000 0.000 0.000 edgecolor
12687 newpath 396.3 1607.51 moveto
12688 386 1610 lineto
12689 395.6 1614.48 lineto
12690 closepath fill
12691 1 setlinewidth
12692 solid
12693 0.000 0.000 0.000 edgecolor
12694 newpath 396.3 1607.51 moveto
12695 386 1610 lineto
12696 395.6 1614.48 lineto
12697 closepath stroke
12698 grestore
12699 % immcicmm_imcmcicmm_iimmcicmm->cimmcicmm
12700 gsave
12701 1 setlinewidth
12702 0.000 0.000 0.000 edgecolor
12703 newpath 1620 1661 moveto
12704 1635 1659 1651 1657 1666 1656 curveto
12705 1942 1631 2641 1684 2909 1620 curveto
12706 2946 1611 2949 1592 2985 1584 curveto
12707 3170 1540 4505 1569 4693 1548 curveto
12708 4707 1546 4721 1544 4735 1541 curveto
12709 stroke
12710 0.000 0.000 0.000 edgecolor
12711 newpath 4735.88 1544.39 moveto
12712 4745 1539 lineto
12713 4734.51 1537.53 lineto
12714 closepath fill
12715 1 setlinewidth
12716 solid
12717 0.000 0.000 0.000 edgecolor
12718 newpath 4735.88 1544.39 moveto
12719 4745 1539 lineto
12720 4734.51 1537.53 lineto
12721 closepath stroke
12722 grestore
12723 % immcicmm_imcmcicmm_iimmcicmm->icmmcicmm
12724 gsave
12725 1 setlinewidth
12726 0.000 0.000 0.000 edgecolor
12727 newpath 1639 1665 moveto
12728 1681 1662 1730 1658 1775 1656 curveto
12729 2386 1624 2539 1646 3149 1620 curveto
12730 3420 1608 3487 1594 3757 1584 curveto
12731 3981 1575 5548 1588 5767 1548 curveto
12732 5771 1547 5774 1546 5777 1545 curveto
12733 stroke
12734 0.000 0.000 0.000 edgecolor
12735 newpath 5778.43 1548.23 moveto
12736 5787 1542 lineto
12737 5776.42 1541.52 lineto
12738 closepath fill
12739 1 setlinewidth
12740 solid
12741 0.000 0.000 0.000 edgecolor
12742 newpath 5778.43 1548.23 moveto
12743 5787 1542 lineto
12744 5776.42 1541.52 lineto
12745 closepath stroke
12746 grestore
12747 % immcicmmc
12748 gsave
12749 1 setlinewidth
12750 0.000 0.000 0.000 nodecolor
12751 1043 1458 41.19 18 ellipse_path stroke
12752 0.000 0.000 0.000 nodecolor
12753 14 /Times-Roman set_font
12754 1021 1453.9 moveto 44 (i--cic--c) alignedtext
12755 grestore
12756 % immcicmm_imcmcicmm_iimmcicmm->immcicmmc
12757 gsave
12758 1 setlinewidth
12759 0.000 0.000 0.000 edgecolor
12760 newpath 1469 1661 moveto
12761 1456 1659 1442 1657 1429 1656 curveto
12762 1250 1634 1194 1681 1023 1620 curveto
12763 961 1597 884 1567 920 1512 curveto
12764 930 1498 968 1482 999 1471 curveto
12765 stroke
12766 0.000 0.000 0.000 edgecolor
12767 newpath 1000.43 1474.23 moveto
12768 1009 1468 lineto
12769 998.42 1467.52 lineto
12770 closepath fill
12771 1 setlinewidth
12772 solid
12773 0.000 0.000 0.000 edgecolor
12774 newpath 1000.43 1474.23 moveto
12775 1009 1468 lineto
12776 998.42 1467.52 lineto
12777 closepath stroke
12778 grestore
12779 % mcmcicmm
12780 gsave
12781 1 setlinewidth
12782 0.000 0.000 0.000 nodecolor
12783 831 1458 39.11 18 ellipse_path stroke
12784 0.000 0.000 0.000 nodecolor
12785 14 /Times-Roman set_font
12786 810.5 1453.9 moveto 41 (-c-cic--) alignedtext
12787 grestore
12788 % immcicmm_imcmcicmm_iimmcicmm->mcmcicmm
12789 gsave
12790 1 setlinewidth
12791 0.000 0.000 0.000 edgecolor
12792 newpath 1470 1661 moveto
12793 1457 1659 1442 1657 1429 1656 curveto
12794 1214 1631 1154 1667 942 1620 curveto
12795 921 1615 766 1566 753 1548 curveto
12796 744 1534 746 1526 753 1512 curveto
12797 761 1495 777 1484 792 1475 curveto
12798 stroke
12799 0.000 0.000 0.000 edgecolor
12800 newpath 793.96 1477.92 moveto
12801 801 1470 lineto
12802 790.56 1471.8 lineto
12803 closepath fill
12804 1 setlinewidth
12805 solid
12806 0.000 0.000 0.000 edgecolor
12807 newpath 793.96 1477.92 moveto
12808 801 1470 lineto
12809 790.56 1471.8 lineto
12810 closepath stroke
12811 grestore
12812 % mcmcicmcm->mmcicmcm
12813 gsave
12814 1 setlinewidth
12815 0.000 0.000 0.000 edgecolor
12816 newpath 700 1521 moveto
12817 716 1517 735 1514 753 1512 curveto
12818 1035 1482 3023 1528 3301 1476 curveto
12819 3304 1476 3307 1475 3310 1474 curveto
12820 stroke
12821 0.000 0.000 0.000 edgecolor
12822 newpath 3312.02 1476.96 moveto
12823 3320 1470 lineto
12824 3309.42 1470.46 lineto
12825 closepath fill
12826 1 setlinewidth
12827 solid
12828 0.000 0.000 0.000 edgecolor
12829 newpath 3312.02 1476.96 moveto
12830 3320 1470 lineto
12831 3309.42 1470.46 lineto
12832 closepath stroke
12833 grestore
12834 % mcmcicmcm->mcimicmcm
12835 gsave
12836 1 setlinewidth
12837 0.000 0.000 0.000 edgecolor
12838 newpath 681 1513 moveto
12839 704 1494 745 1462 783 1440 curveto
12840 960 1338 1018 1329 1218 1296 curveto
12841 1724 1212 1857 1250 2368 1224 curveto
12842 2755 1203 2855 1234 3239 1188 curveto
12843 3253 1186 3267 1184 3281 1181 curveto
12844 stroke
12845 0.000 0.000 0.000 edgecolor
12846 newpath 3281.88 1184.39 moveto
12847 3291 1179 lineto
12848 3280.51 1177.53 lineto
12849 closepath fill
12850 1 setlinewidth
12851 solid
12852 0.000 0.000 0.000 edgecolor
12853 newpath 3281.88 1184.39 moveto
12854 3291 1179 lineto
12855 3280.51 1177.53 lineto
12856 closepath stroke
12857 grestore
12858 % mcmcicmcm->mcmcmcm
12859 gsave
12860 1 setlinewidth
12861 0.000 0.000 0.000 edgecolor
12862 newpath 644 1513 moveto
12863 633 1503 620 1492 609 1481 curveto
12864 stroke
12865 0.000 0.000 0.000 edgecolor
12866 newpath 611.55 1478.6 moveto
12867 602 1474 lineto
12868 606.6 1483.55 lineto
12869 closepath fill
12870 1 setlinewidth
12871 solid
12872 0.000 0.000 0.000 edgecolor
12873 newpath 611.55 1478.6 moveto
12874 602 1474 lineto
12875 606.6 1483.55 lineto
12876 closepath stroke
12877 grestore
12878 % mcmcicmcm->mcmcicmm
12879 gsave
12880 1 setlinewidth
12881 0.000 0.000 0.000 edgecolor
12882 newpath 693 1517 moveto
12883 721 1505 763 1487 793 1474 curveto
12884 stroke
12885 0.000 0.000 0.000 edgecolor
12886 newpath 794.28 1477.26 moveto
12887 802 1470 lineto
12888 791.44 1470.86 lineto
12889 closepath fill
12890 1 setlinewidth
12891 solid
12892 0.000 0.000 0.000 edgecolor
12893 newpath 794.28 1477.26 moveto
12894 802 1470 lineto
12895 791.44 1470.86 lineto
12896 closepath stroke
12897 grestore
12898 % mcmcicmcm->mcmcimicm
12899 gsave
12900 1 setlinewidth
12901 0.000 0.000 0.000 edgecolor
12902 newpath 660 1512 moveto
12903 656 1479 654 1408 691 1368 curveto
12904 734 1321 773 1362 828 1332 curveto
12905 849 1320 846 1306 866 1296 curveto
12906 974 1244 1016 1286 1132 1260 curveto
12907 1184 1248 1194 1234 1246 1224 curveto
12908 1292 1214 1592 1186 1714 1175 curveto
12909 stroke
12910 0.000 0.000 0.000 edgecolor
12911 newpath 1714.4 1178.48 moveto
12912 1724 1174 lineto
12913 1713.7 1171.51 lineto
12914 closepath fill
12915 1 setlinewidth
12916 solid
12917 0.000 0.000 0.000 edgecolor
12918 newpath 1714.4 1178.48 moveto
12919 1724 1174 lineto
12920 1713.7 1171.51 lineto
12921 closepath stroke
12922 grestore
12923 % immcmmc_imcmcmmc_iimmcmmc->icimmcmmc
12924 gsave
12925 1 setlinewidth
12926 0.000 0.000 0.000 edgecolor
12927 newpath 1387 1373 moveto
12928 1402 1371 1416 1369 1430 1368 curveto
12929 1721 1335 2070 1321 2200 1315 curveto
12930 stroke
12931 0.000 0.000 0.000 edgecolor
12932 newpath 2200 1318.5 moveto
12933 2210 1315 lineto
12934 2200 1311.5 lineto
12935 closepath fill
12936 1 setlinewidth
12937 solid
12938 0.000 0.000 0.000 edgecolor
12939 newpath 2200 1318.5 moveto
12940 2210 1315 lineto
12941 2200 1311.5 lineto
12942 closepath stroke
12943 grestore
12944 % mcmcmmc
12945 gsave
12946 1 setlinewidth
12947 0.000 0.000 0.000 nodecolor
12948 1373 1314 37.02 18 ellipse_path stroke
12949 0.000 0.000 0.000 nodecolor
12950 14 /Times-Roman set_font
12951 1354 1309.9 moveto 38 (-c-c--c) alignedtext
12952 grestore
12953 % immcmmc_imcmcmmc_iimmcmmc->mcmcmmc
12954 gsave
12955 1 setlinewidth
12956 0.000 0.000 0.000 edgecolor
12957 newpath 1330 1368 moveto
12958 1337 1360 1346 1349 1353 1339 curveto
12959 stroke
12960 0.000 0.000 0.000 edgecolor
12961 newpath 1355.8 1341.1 moveto
12962 1359 1331 lineto
12963 1350.2 1336.9 lineto
12964 closepath fill
12965 1 setlinewidth
12966 solid
12967 0.000 0.000 0.000 edgecolor
12968 newpath 1355.8 1341.1 moveto
12969 1359 1331 lineto
12970 1350.2 1336.9 lineto
12971 closepath stroke
12972 grestore
12973 % mcmcmcmc->cmcmcmcmc
12974 gsave
12975 1 setlinewidth
12976 0.000 0.000 0.000 edgecolor
12977 newpath 2283 1374 moveto
12978 2313 1362 2358 1344 2391 1331 curveto
12979 stroke
12980 0.000 0.000 0.000 edgecolor
12981 newpath 2392.28 1334.26 moveto
12982 2400 1327 lineto
12983 2389.44 1327.86 lineto
12984 closepath fill
12985 1 setlinewidth
12986 solid
12987 0.000 0.000 0.000 edgecolor
12988 newpath 2392.28 1334.26 moveto
12989 2400 1327 lineto
12990 2389.44 1327.86 lineto
12991 closepath stroke
12992 grestore
12993 % mcmcmcmc->mcimmcmc
12994 gsave
12995 1 setlinewidth
12996 0.000 0.000 0.000 edgecolor
12997 newpath 2283 1374 moveto
12998 2290 1372 2297 1370 2303 1368 curveto
12999 2385 1345 2417 1375 2489 1332 curveto
13000 2534 1305 2593 1180 2636 1152 curveto
13001 2736 1086 2777 1098 2894 1080 curveto
13002 3277 1019 3381 1095 3764 1044 curveto
13003 3832 1034 4026 987 4113 965 curveto
13004 stroke
13005 0.000 0.000 0.000 edgecolor
13006 newpath 4113.88 968.39 moveto
13007 4123 963 lineto
13008 4112.51 961.53 lineto
13009 closepath fill
13010 1 setlinewidth
13011 solid
13012 0.000 0.000 0.000 edgecolor
13013 newpath 4113.88 968.39 moveto
13014 4123 963 lineto
13015 4112.51 961.53 lineto
13016 closepath stroke
13017 grestore
13018 % mcmcmcmc->mcmcmmc
13019 gsave
13020 1 setlinewidth
13021 0.000 0.000 0.000 edgecolor
13022 newpath 2210 1383 moveto
13023 2064 1370 1574 1331 1420 1318 curveto
13024 stroke
13025 0.000 0.000 0.000 edgecolor
13026 newpath 1420.3 1314.51 moveto
13027 1410 1317 lineto
13028 1419.6 1321.48 lineto
13029 closepath fill
13030 1 setlinewidth
13031 solid
13032 0.000 0.000 0.000 edgecolor
13033 newpath 1420.3 1314.51 moveto
13034 1410 1317 lineto
13035 1419.6 1321.48 lineto
13036 closepath stroke
13037 grestore
13038 % mcmcmcim
13039 gsave
13040 1 setlinewidth
13041 0.000 0.000 0.000 nodecolor
13042 1801 810 39.11 18 ellipse_path stroke
13043 0.000 0.000 0.000 nodecolor
13044 14 /Times-Roman set_font
13045 1780.5 805.9 moveto 41 (-c-c-ci-) alignedtext
13046 grestore
13047 % mcmcmcmc->mcmcmcim
13048 gsave
13049 1 setlinewidth
13050 0.000 0.000 0.000 edgecolor
13051 newpath 2225 1372 moveto
13052 2206 1362 2180 1347 2159 1332 curveto
13053 2084 1276 2062 1262 2004 1188 curveto
13054 1912 1068 1839 902 1812 837 curveto
13055 stroke
13056 0.000 0.000 0.000 edgecolor
13057 newpath 1815.26 835.72 moveto
13058 1808 828 lineto
13059 1808.86 838.56 lineto
13060 closepath fill
13061 1 setlinewidth
13062 solid
13063 0.000 0.000 0.000 edgecolor
13064 newpath 1815.26 835.72 moveto
13065 1808 828 lineto
13066 1808.86 838.56 lineto
13067 closepath stroke
13068 grestore
13069 % mcmmicmc
13070 gsave
13071 1 setlinewidth
13072 0.000 0.000 0.000 nodecolor
13073 2290 954 39.11 18 ellipse_path stroke
13074 0.000 0.000 0.000 nodecolor
13075 14 /Times-Roman set_font
13076 2269.5 949.9 moveto 41 (-c--ic-c) alignedtext
13077 grestore
13078 % mcmcmcmc->mcmmicmc
13079 gsave
13080 1 setlinewidth
13081 0.000 0.000 0.000 edgecolor
13082 newpath 2219 1375 moveto
13083 2200 1366 2177 1352 2166 1332 curveto
13084 2159 1317 2164 1311 2166 1296 curveto
13085 2179 1197 2186 1172 2222 1080 curveto
13086 2236 1044 2258 1005 2274 981 curveto
13087 stroke
13088 0.000 0.000 0.000 edgecolor
13089 newpath 2277.2 982.44 moveto
13090 2279 972 lineto
13091 2271.08 979.04 lineto
13092 closepath fill
13093 1 setlinewidth
13094 solid
13095 0.000 0.000 0.000 edgecolor
13096 newpath 2277.2 982.44 moveto
13097 2279 972 lineto
13098 2271.08 979.04 lineto
13099 closepath stroke
13100 grestore
13101 % mcmcmcmc->mmcmcmc
13102 gsave
13103 1 setlinewidth
13104 0.000 0.000 0.000 edgecolor
13105 newpath 2283 1374 moveto
13106 2289 1372 2296 1369 2303 1368 curveto
13107 2399 1343 2427 1356 2522 1332 curveto
13108 2526 1331 2530 1330 2534 1328 curveto
13109 stroke
13110 0.000 0.000 0.000 edgecolor
13111 newpath 2535.43 1331.23 moveto
13112 2544 1325 lineto
13113 2533.42 1324.52 lineto
13114 closepath fill
13115 1 setlinewidth
13116 solid
13117 0.000 0.000 0.000 edgecolor
13118 newpath 2535.43 1331.23 moveto
13119 2544 1325 lineto
13120 2533.42 1324.52 lineto
13121 closepath stroke
13122 grestore
13123 % immcmm_imcmcmm_iimmcmm->icimmcmm_iicimmcmm
13124 gsave
13125 1 setlinewidth
13126 0.000 0.000 0.000 edgecolor
13127 newpath 378 1591 moveto
13128 400 1589 424 1586 446 1584 curveto
13129 786 1554 875 1593 1213 1548 curveto
13130 1219 1547 1226 1546 1232 1545 curveto
13131 stroke
13132 0.000 0.000 0.000 edgecolor
13133 newpath 1232.88 1548.39 moveto
13134 1242 1543 lineto
13135 1231.51 1541.53 lineto
13136 closepath fill
13137 1 setlinewidth
13138 solid
13139 0.000 0.000 0.000 edgecolor
13140 newpath 1232.88 1548.39 moveto
13141 1242 1543 lineto
13142 1231.51 1541.53 lineto
13143 closepath stroke
13144 grestore
13145 % immcmm_imcmcmm_iimmcmm->immcmmc_imcmcmmc_iimmcmmc
13146 gsave
13147 1 setlinewidth
13148 0.000 0.000 0.000 edgecolor
13149 newpath 335 1585 moveto
13150 352 1574 374 1561 393 1548 curveto
13151 438 1517 448 1508 491 1476 curveto
13152 513 1460 514 1449 539 1440 curveto
13153 655 1397 969 1412 1091 1404 curveto
13154 1130 1401 1174 1398 1213 1394 curveto
13155 stroke
13156 0.000 0.000 0.000 edgecolor
13157 newpath 1213.4 1397.48 moveto
13158 1223 1393 lineto
13159 1212.7 1390.51 lineto
13160 closepath fill
13161 1 setlinewidth
13162 solid
13163 0.000 0.000 0.000 edgecolor
13164 newpath 1213.4 1397.48 moveto
13165 1223 1393 lineto
13166 1212.7 1390.51 lineto
13167 closepath stroke
13168 grestore
13169 % mcmcmm
13170 gsave
13171 1 setlinewidth
13172 0.000 0.000 0.000 nodecolor
13173 753 1386 32.86 18 ellipse_path stroke
13174 0.000 0.000 0.000 nodecolor
13175 14 /Times-Roman set_font
13176 737 1381.9 moveto 32 (-c-c--) alignedtext
13177 grestore
13178 % immcmm_imcmcmm_iimmcmm->mcmcmm
13179 gsave
13180 1 setlinewidth
13181 0.000 0.000 0.000 edgecolor
13182 newpath 323 1584 moveto
13183 355 1550 429 1477 506 1440 curveto
13184 573 1407 659 1395 710 1389 curveto
13185 stroke
13186 0.000 0.000 0.000 edgecolor
13187 newpath 710.4 1392.48 moveto
13188 720 1388 lineto
13189 709.7 1385.51 lineto
13190 closepath fill
13191 1 setlinewidth
13192 solid
13193 0.000 0.000 0.000 edgecolor
13194 newpath 710.4 1392.48 moveto
13195 720 1388 lineto
13196 709.7 1385.51 lineto
13197 closepath stroke
13198 grestore
13199 % mcmcmcm->cmcmcmcm_ccmcmcmcm
13200 gsave
13201 1 setlinewidth
13202 0.000 0.000 0.000 edgecolor
13203 newpath 618 1450 moveto
13204 635 1446 655 1442 674 1440 curveto
13205 1103 1389 1216 1453 1645 1404 curveto
13206 1653 1403 1661 1402 1669 1401 curveto
13207 stroke
13208 0.000 0.000 0.000 edgecolor
13209 newpath 1669.88 1404.39 moveto
13210 1679 1399 lineto
13211 1668.51 1397.53 lineto
13212 closepath fill
13213 1 setlinewidth
13214 solid
13215 0.000 0.000 0.000 edgecolor
13216 newpath 1669.88 1404.39 moveto
13217 1679 1399 lineto
13218 1668.51 1397.53 lineto
13219 closepath stroke
13220 grestore
13221 % mcmcmcm->mcicmcmcm
13222 gsave
13223 1 setlinewidth
13224 0.000 0.000 0.000 edgecolor
13225 newpath 597 1441 moveto
13226 612 1421 638 1388 666 1368 curveto
13227 730 1321 753 1317 828 1296 curveto
13228 943 1263 987 1311 1094 1260 curveto
13229 1115 1249 1111 1233 1132 1224 curveto
13230 1259 1165 1305 1205 1443 1188 curveto
13231 1564 1173 1593 1161 1714 1152 curveto
13232 2123 1121 3152 1186 3555 1116 curveto
13233 3559 1115 3563 1115 3566 1113 curveto
13234 stroke
13235 0.000 0.000 0.000 edgecolor
13236 newpath 3567.43 1116.23 moveto
13237 3576 1110 lineto
13238 3565.42 1109.52 lineto
13239 closepath fill
13240 1 setlinewidth
13241 solid
13242 0.000 0.000 0.000 edgecolor
13243 newpath 3567.43 1116.23 moveto
13244 3576 1110 lineto
13245 3565.42 1109.52 lineto
13246 closepath stroke
13247 grestore
13248 % mcmcmcm->mcmcmcmc
13249 gsave
13250 1 setlinewidth
13251 0.000 0.000 0.000 edgecolor
13252 newpath 618 1450 moveto
13253 635 1446 655 1442 674 1440 curveto
13254 1265 1372 1418 1434 2011 1404 curveto
13255 2076 1400 2152 1395 2200 1391 curveto
13256 stroke
13257 0.000 0.000 0.000 edgecolor
13258 newpath 2200.4 1394.48 moveto
13259 2210 1390 lineto
13260 2199.7 1387.51 lineto
13261 closepath fill
13262 1 setlinewidth
13263 solid
13264 0.000 0.000 0.000 edgecolor
13265 newpath 2200.4 1394.48 moveto
13266 2210 1390 lineto
13267 2199.7 1387.51 lineto
13268 closepath stroke
13269 grestore
13270 % mcmcmcm->mcmcmm
13271 gsave
13272 1 setlinewidth
13273 0.000 0.000 0.000 edgecolor
13274 newpath 613 1446 moveto
13275 642 1433 686 1414 717 1401 curveto
13276 stroke
13277 0.000 0.000 0.000 edgecolor
13278 newpath 719.02 1403.96 moveto
13279 727 1397 lineto
13280 716.42 1397.46 lineto
13281 closepath fill
13282 1 setlinewidth
13283 solid
13284 0.000 0.000 0.000 edgecolor
13285 newpath 719.02 1403.96 moveto
13286 727 1397 lineto
13287 716.42 1397.46 lineto
13288 closepath stroke
13289 grestore
13290 % mcmcmcicm
13291 gsave
13292 1 setlinewidth
13293 0.000 0.000 0.000 nodecolor
13294 1759 1098 43.97 18 ellipse_path stroke
13295 0.000 0.000 0.000 nodecolor
13296 14 /Times-Roman set_font
13297 1735 1093.9 moveto 48 (-c-c-cic-) alignedtext
13298 grestore
13299 % mcmcmcm->mcmcmcicm
13300 gsave
13301 1 setlinewidth
13302 0.000 0.000 0.000 edgecolor
13303 newpath 573 1441 moveto
13304 562 1421 548 1390 564 1368 curveto
13305 758 1106 945 1217 1263 1152 curveto
13306 1422 1119 1613 1105 1705 1100 curveto
13307 stroke
13308 0.000 0.000 0.000 edgecolor
13309 newpath 1705 1103.5 moveto
13310 1715 1100 lineto
13311 1705 1096.5 lineto
13312 closepath fill
13313 1 setlinewidth
13314 solid
13315 0.000 0.000 0.000 edgecolor
13316 newpath 1705 1103.5 moveto
13317 1715 1100 lineto
13318 1705 1096.5 lineto
13319 closepath stroke
13320 grestore
13321 % mcmcmcm->mmcmcm
13322 gsave
13323 1 setlinewidth
13324 0.000 0.000 0.000 edgecolor
13325 newpath 618 1450 moveto
13326 635 1446 655 1442 674 1440 curveto
13327 1034 1399 1950 1480 2303 1404 curveto
13328 2306 1404 2308 1403 2311 1402 curveto
13329 stroke
13330 0.000 0.000 0.000 edgecolor
13331 newpath 2312.28 1405.26 moveto
13332 2320 1398 lineto
13333 2309.44 1398.86 lineto
13334 closepath fill
13335 1 setlinewidth
13336 solid
13337 0.000 0.000 0.000 edgecolor
13338 newpath 2312.28 1405.26 moveto
13339 2320 1398 lineto
13340 2309.44 1398.86 lineto
13341 closepath stroke
13342 grestore
13343 % immicmmc_iimmicmmc->cimmicmmc
13344 gsave
13345 1 setlinewidth
13346 0.000 0.000 0.000 edgecolor
13347 newpath 5542 1523 moveto
13348 5579 1519 5628 1514 5671 1512 curveto
13349 6722 1455 6988 1530 8041 1476 curveto
13350 8093 1473 8152 1468 8193 1463 curveto
13351 stroke
13352 0.000 0.000 0.000 edgecolor
13353 newpath 8193.4 1466.48 moveto
13354 8203 1462 lineto
13355 8192.7 1459.51 lineto
13356 closepath fill
13357 1 setlinewidth
13358 solid
13359 0.000 0.000 0.000 edgecolor
13360 newpath 8193.4 1466.48 moveto
13361 8203 1462 lineto
13362 8192.7 1459.51 lineto
13363 closepath stroke
13364 grestore
13365 % immicmmc_iimmicmmc->icmmicmmc
13366 gsave
13367 1 setlinewidth
13368 0.000 0.000 0.000 edgecolor
13369 newpath 5447 1513 moveto
13370 5428 1503 5402 1488 5382 1477 curveto
13371 stroke
13372 0.000 0.000 0.000 edgecolor
13373 newpath 5383.44 1473.8 moveto
13374 5373 1472 lineto
13375 5380.04 1479.92 lineto
13376 closepath fill
13377 1 setlinewidth
13378 solid
13379 0.000 0.000 0.000 edgecolor
13380 newpath 5383.44 1473.8 moveto
13381 5373 1472 lineto
13382 5380.04 1479.92 lineto
13383 closepath stroke
13384 grestore
13385 % immicmmc_iimmicmmc->immcicmmc
13386 gsave
13387 1 setlinewidth
13388 0.000 0.000 0.000 edgecolor
13389 newpath 5419 1519 moveto
13390 5400 1516 5379 1513 5359 1512 curveto
13391 4440 1438 2129 1530 1207 1476 curveto
13392 1168 1473 1125 1468 1092 1464 curveto
13393 stroke
13394 0.000 0.000 0.000 edgecolor
13395 newpath 1092.3 1460.51 moveto
13396 1082 1463 lineto
13397 1091.6 1467.48 lineto
13398 closepath fill
13399 1 setlinewidth
13400 solid
13401 0.000 0.000 0.000 edgecolor
13402 newpath 1092.3 1460.51 moveto
13403 1082 1463 lineto
13404 1091.6 1467.48 lineto
13405 closepath stroke
13406 grestore
13407 % mmicmmc
13408 gsave
13409 1 setlinewidth
13410 0.000 0.000 0.000 nodecolor
13411 5063 1458 34.94 18 ellipse_path stroke
13412 0.000 0.000 0.000 nodecolor
13413 14 /Times-Roman set_font
13414 5045.5 1453.9 moveto 35 (--ic--c) alignedtext
13415 grestore
13416 % immicmmc_iimmicmmc->mmicmmc
13417 gsave
13418 1 setlinewidth
13419 0.000 0.000 0.000 edgecolor
13420 newpath 5417 1520 moveto
13421 5398 1518 5378 1515 5359 1512 curveto
13422 5250 1495 5220 1503 5112 1476 curveto
13423 5108 1475 5104 1474 5101 1473 curveto
13424 stroke
13425 0.000 0.000 0.000 edgecolor
13426 newpath 5101.58 1469.46 moveto
13427 5091 1469 lineto
13428 5098.98 1475.96 lineto
13429 closepath fill
13430 1 setlinewidth
13431 solid
13432 0.000 0.000 0.000 edgecolor
13433 newpath 5101.58 1469.46 moveto
13434 5091 1469 lineto
13435 5098.98 1475.96 lineto
13436 closepath stroke
13437 grestore
13438 % mmicmcmc->cmmicmcmc
13439 gsave
13440 1 setlinewidth
13441 0.000 0.000 0.000 edgecolor
13442 newpath 4574 1518 moveto
13443 4580 1516 4587 1513 4593 1512 curveto
13444 4697 1484 4728 1499 4832 1476 curveto
13445 4837 1475 4841 1474 4846 1472 curveto
13446 stroke
13447 0.000 0.000 0.000 edgecolor
13448 newpath 4847.43 1475.23 moveto
13449 4856 1469 lineto
13450 4845.42 1468.52 lineto
13451 closepath fill
13452 1 setlinewidth
13453 solid
13454 0.000 0.000 0.000 edgecolor
13455 newpath 4847.43 1475.23 moveto
13456 4856 1469 lineto
13457 4845.42 1468.52 lineto
13458 closepath stroke
13459 grestore
13460 % mmicmcmc->mmcicmcmc
13461 gsave
13462 1 setlinewidth
13463 0.000 0.000 0.000 edgecolor
13464 newpath 4574 1518 moveto
13465 4580 1516 4587 1513 4593 1512 curveto
13466 4638 1499 4770 1511 4799 1476 curveto
13467 4810 1463 4808 1453 4799 1440 curveto
13468 4789 1421 4769 1409 4750 1400 curveto
13469 stroke
13470 0.000 0.000 0.000 edgecolor
13471 newpath 4751.56 1396.86 moveto
13472 4741 1396 lineto
13473 4748.72 1403.26 lineto
13474 closepath fill
13475 1 setlinewidth
13476 solid
13477 0.000 0.000 0.000 edgecolor
13478 newpath 4751.56 1396.86 moveto
13479 4741 1396 lineto
13480 4748.72 1403.26 lineto
13481 closepath stroke
13482 grestore
13483 % mmicmcmc->mmimicmc
13484 gsave
13485 1 setlinewidth
13486 0.000 0.000 0.000 edgecolor
13487 newpath 4573 1517 moveto
13488 4580 1515 4587 1513 4593 1512 curveto
13489 4776 1474 5259 1548 5430 1476 curveto
13490 5452 1466 5449 1453 5468 1440 curveto
13491 5497 1419 5508 1421 5539 1404 curveto
13492 5553 1396 5773 1273 5782 1260 curveto
13493 5793 1242 5794 1217 5792 1198 curveto
13494 stroke
13495 0.000 0.000 0.000 edgecolor
13496 newpath 5795.48 1197.6 moveto
13497 5791 1188 lineto
13498 5788.51 1198.3 lineto
13499 closepath fill
13500 1 setlinewidth
13501 solid
13502 0.000 0.000 0.000 edgecolor
13503 newpath 5795.48 1197.6 moveto
13504 5791 1188 lineto
13505 5788.51 1198.3 lineto
13506 closepath stroke
13507 grestore
13508 % mmicmcmc->mcmcmcmc
13509 gsave
13510 1 setlinewidth
13511 0.000 0.000 0.000 edgecolor
13512 newpath 4507 1526 moveto
13513 4460 1522 4378 1515 4307 1512 curveto
13514 4061 1498 3436 1534 3195 1476 curveto
13515 3159 1467 3156 1449 3119 1440 curveto
13516 2767 1352 2660 1473 2303 1404 curveto
13517 2299 1404 2296 1403 2293 1401 curveto
13518 stroke
13519 0.000 0.000 0.000 edgecolor
13520 newpath 2293.58 1397.52 moveto
13521 2283 1398 lineto
13522 2291.57 1404.23 lineto
13523 closepath fill
13524 1 setlinewidth
13525 solid
13526 0.000 0.000 0.000 edgecolor
13527 newpath 2293.58 1397.52 moveto
13528 2283 1398 lineto
13529 2291.57 1404.23 lineto
13530 closepath stroke
13531 grestore
13532 % mmicmcmc->mmicmmc
13533 gsave
13534 1 setlinewidth
13535 0.000 0.000 0.000 edgecolor
13536 newpath 4574 1518 moveto
13537 4580 1516 4587 1513 4593 1512 curveto
13538 4746 1476 4788 1495 4943 1476 curveto
13539 4968 1473 4996 1468 5019 1465 curveto
13540 stroke
13541 0.000 0.000 0.000 edgecolor
13542 newpath 5019.88 1468.39 moveto
13543 5029 1463 lineto
13544 5018.51 1461.53 lineto
13545 closepath fill
13546 1 setlinewidth
13547 solid
13548 0.000 0.000 0.000 edgecolor
13549 newpath 5019.88 1468.39 moveto
13550 5029 1463 lineto
13551 5018.51 1461.53 lineto
13552 closepath stroke
13553 grestore
13554 % immicmm_iimmicmm->immcicmm_imcmcicmm_iimmcicmm
13555 gsave
13556 1 setlinewidth
13557 0.000 0.000 0.000 edgecolor
13558 newpath 4082 1745 moveto
13559 3732 1738 2011 1704 1775 1692 curveto
13560 1734 1689 1690 1686 1650 1683 curveto
13561 stroke
13562 0.000 0.000 0.000 edgecolor
13563 newpath 1650.3 1679.51 moveto
13564 1640 1682 lineto
13565 1649.6 1686.48 lineto
13566 closepath fill
13567 1 setlinewidth
13568 solid
13569 0.000 0.000 0.000 edgecolor
13570 newpath 1650.3 1679.51 moveto
13571 1640 1682 lineto
13572 1649.6 1686.48 lineto
13573 closepath stroke
13574 grestore
13575 % immicmm_iimmicmm->immicmmc_iimmicmmc
13576 gsave
13577 1 setlinewidth
13578 0.000 0.000 0.000 edgecolor
13579 newpath 4135 1728 moveto
13580 4126 1707 4117 1674 4135 1656 curveto
13581 4185 1605 5351 1653 5413 1620 curveto
13582 5438 1606 5456 1579 5466 1557 curveto
13583 stroke
13584 0.000 0.000 0.000 edgecolor
13585 newpath 5469.14 1558.56 moveto
13586 5470 1548 lineto
13587 5462.74 1555.72 lineto
13588 closepath fill
13589 1 setlinewidth
13590 solid
13591 0.000 0.000 0.000 edgecolor
13592 newpath 5469.14 1558.56 moveto
13593 5470 1548 lineto
13594 5462.74 1555.72 lineto
13595 closepath stroke
13596 grestore
13597 % icimmicmm
13598 gsave
13599 1 setlinewidth
13600 0.000 0.000 0.000 nodecolor
13601 4183 1674 39.11 18 ellipse_path stroke
13602 0.000 0.000 0.000 nodecolor
13603 14 /Times-Roman set_font
13604 4162.5 1669.9 moveto 41 (ici--ic--) alignedtext
13605 grestore
13606 % immicmm_iimmicmm->icimmicmm
13607 gsave
13608 1 setlinewidth
13609 0.000 0.000 0.000 edgecolor
13610 newpath 4154 1728 moveto
13611 4158 1720 4163 1710 4168 1701 curveto
13612 stroke
13613 0.000 0.000 0.000 edgecolor
13614 newpath 4171.2 1702.44 moveto
13615 4173 1692 lineto
13616 4165.08 1699.04 lineto
13617 closepath fill
13618 1 setlinewidth
13619 solid
13620 0.000 0.000 0.000 edgecolor
13621 newpath 4171.2 1702.44 moveto
13622 4173 1692 lineto
13623 4165.08 1699.04 lineto
13624 closepath stroke
13625 grestore
13626 % mmicmm
13627 gsave
13628 1 setlinewidth
13629 0.000 0.000 0.000 nodecolor
13630 1174 1530 30.07 18 ellipse_path stroke
13631 0.000 0.000 0.000 nodecolor
13632 14 /Times-Roman set_font
13633 1160 1525.9 moveto 28 (--ic--) alignedtext
13634 grestore
13635 % immicmm_iimmicmm->mmicmm
13636 gsave
13637 1 setlinewidth
13638 0.000 0.000 0.000 edgecolor
13639 newpath 4127 1729 moveto
13640 4104 1707 4062 1670 4016 1656 curveto
13641 3844 1599 2557 1664 2380 1620 curveto
13642 2346 1611 2344 1592 2309 1584 curveto
13643 2073 1523 1451 1604 1213 1548 curveto
13644 1211 1548 1209 1547 1206 1546 curveto
13645 stroke
13646 0.000 0.000 0.000 edgecolor
13647 newpath 1207.56 1542.86 moveto
13648 1197 1542 lineto
13649 1204.72 1549.26 lineto
13650 closepath fill
13651 1 setlinewidth
13652 solid
13653 0.000 0.000 0.000 edgecolor
13654 newpath 1207.56 1542.86 moveto
13655 1197 1542 lineto
13656 1204.72 1549.26 lineto
13657 closepath stroke
13658 grestore
13659 % mmicmcm->cmmicmcm_ccmmicmcm
13660 gsave
13661 1 setlinewidth
13662 0.000 0.000 0.000 edgecolor
13663 newpath 1607 1590 moveto
13664 1613 1587 1619 1585 1625 1584 curveto
13665 1865 1534 3585 1567 3829 1548 curveto
13666 3846 1546 3864 1544 3881 1542 curveto
13667 stroke
13668 0.000 0.000 0.000 edgecolor
13669 newpath 3881.4 1545.48 moveto
13670 3891 1541 lineto
13671 3880.7 1538.51 lineto
13672 closepath fill
13673 1 setlinewidth
13674 solid
13675 0.000 0.000 0.000 edgecolor
13676 newpath 3881.4 1545.48 moveto
13677 3891 1541 lineto
13678 3880.7 1538.51 lineto
13679 closepath stroke
13680 grestore
13681 % mmicmcm->mmimicm
13682 gsave
13683 1 setlinewidth
13684 0.000 0.000 0.000 edgecolor
13685 newpath 1548 1596 moveto
13686 1523 1593 1488 1587 1457 1584 curveto
13687 1411 1578 1071 1582 1039 1548 curveto
13688 1029 1536 1031 1525 1039 1512 curveto
13689 1062 1478 1169 1451 1207 1440 curveto
13690 1302 1412 1332 1434 1425 1404 curveto
13691 1459 1392 1462 1376 1496 1368 curveto
13692 1843 1276 1954 1418 2301 1332 curveto
13693 2338 1322 2341 1304 2377 1296 curveto
13694 2511 1265 4703 1262 4839 1260 curveto
13695 5099 1254 5410 1246 5522 1243 curveto
13696 stroke
13697 0.000 0.000 0.000 edgecolor
13698 newpath 5522 1246.5 moveto
13699 5532 1243 lineto
13700 5522 1239.5 lineto
13701 closepath fill
13702 1 setlinewidth
13703 solid
13704 0.000 0.000 0.000 edgecolor
13705 newpath 5522 1246.5 moveto
13706 5532 1243 lineto
13707 5522 1239.5 lineto
13708 closepath stroke
13709 grestore
13710 % mmicmcm->mcmcicmcm
13711 gsave
13712 1 setlinewidth
13713 0.000 0.000 0.000 edgecolor
13714 newpath 1547 1597 moveto
13715 1515 1593 1466 1587 1423 1584 curveto
13716 1126 1559 1049 1585 753 1548 curveto
13717 739 1546 725 1543 711 1541 curveto
13718 stroke
13719 0.000 0.000 0.000 edgecolor
13720 newpath 711.49 1537.53 moveto
13721 701 1539 lineto
13722 710.12 1544.39 lineto
13723 closepath fill
13724 1 setlinewidth
13725 solid
13726 0.000 0.000 0.000 edgecolor
13727 newpath 711.49 1537.53 moveto
13728 701 1539 lineto
13729 710.12 1544.39 lineto
13730 closepath stroke
13731 grestore
13732 % mmicmcm->mmicmcmc
13733 gsave
13734 1 setlinewidth
13735 0.000 0.000 0.000 edgecolor
13736 newpath 1607 1590 moveto
13737 1613 1587 1619 1585 1625 1584 curveto
13738 1918 1524 4010 1561 4307 1548 curveto
13739 4373 1545 4449 1539 4497 1535 curveto
13740 stroke
13741 0.000 0.000 0.000 edgecolor
13742 newpath 4497.4 1538.48 moveto
13743 4507 1534 lineto
13744 4496.7 1531.51 lineto
13745 closepath fill
13746 1 setlinewidth
13747 solid
13748 0.000 0.000 0.000 edgecolor
13749 newpath 4497.4 1538.48 moveto
13750 4507 1534 lineto
13751 4496.7 1531.51 lineto
13752 closepath stroke
13753 grestore
13754 % mmicmcm->mmicmm
13755 gsave
13756 1 setlinewidth
13757 0.000 0.000 0.000 edgecolor
13758 newpath 1554 1590 moveto
13759 1547 1588 1539 1586 1532 1584 curveto
13760 1394 1551 1351 1586 1213 1548 curveto
13761 1211 1547 1209 1546 1207 1546 curveto
13762 stroke
13763 0.000 0.000 0.000 edgecolor
13764 newpath 1207.58 1542.46 moveto
13765 1197 1542 lineto
13766 1204.98 1548.96 lineto
13767 closepath fill
13768 1 setlinewidth
13769 solid
13770 0.000 0.000 0.000 edgecolor
13771 newpath 1207.58 1542.46 moveto
13772 1197 1542 lineto
13773 1204.98 1548.96 lineto
13774 closepath stroke
13775 grestore
13776 % cicmcmcim
13777 gsave
13778 1 setlinewidth
13779 0.000 0.000 0.000 nodecolor
13780 10735 1818 43.78 18 ellipse_path stroke
13781 0.000 0.000 0.000 nodecolor
13782 14 /Times-Roman set_font
13783 10711.5 1813.9 moveto 47 (cic-c-ci-) alignedtext
13784 grestore
13785 % cicmcmcmc
13786 gsave
13787 1 setlinewidth
13788 0.000 0.000 0.000 nodecolor
13789 11523 1602 45.86 18 ellipse_path stroke
13790 0.000 0.000 0.000 nodecolor
13791 14 /Times-Roman set_font
13792 11498 1597.9 moveto 50 (cic-c-c-c) alignedtext
13793 grestore
13794 % cicmcmcim->cicmcmcmc
13795 gsave
13796 1 setlinewidth
13797 0.000 0.000 0.000 edgecolor
13798 newpath 10761 1803 moveto
13799 10798 1783 10872 1746 10939 1728 curveto
13800 11086 1688 11142 1755 11281 1692 curveto
13801 11302 1682 11298 1667 11319 1656 curveto
13802 11378 1623 11402 1638 11468 1620 curveto
13803 11471 1619 11475 1618 11478 1617 curveto
13804 stroke
13805 0.000 0.000 0.000 edgecolor
13806 newpath 11479.43 1620.23 moveto
13807 11488 1614 lineto
13808 11477.42 1613.52 lineto
13809 closepath fill
13810 1 setlinewidth
13811 solid
13812 0.000 0.000 0.000 edgecolor
13813 newpath 11479.43 1620.23 moveto
13814 11488 1614 lineto
13815 11477.42 1613.52 lineto
13816 closepath stroke
13817 grestore
13818 % cicmmcim_ccicmmcim
13819 gsave
13820 1 setlinewidth
13821 0.000 0.000 0.000 nodecolor
13822 11623 1746 77.13 18 ellipse_path stroke
13823 0.000 0.000 0.000 nodecolor
13824 14 /Times-Roman set_font
13825 11575.5 1741.9 moveto 95 (cic--ci-=ccic--ci-) alignedtext
13826 grestore
13827 % cicmcmcim->cicmmcim_ccicmmcim
13828 gsave
13829 1 setlinewidth
13830 0.000 0.000 0.000 edgecolor
13831 newpath 10773 1809 moveto
13832 10789 1806 10809 1802 10826 1800 curveto
13833 11140 1761 11223 1804 11537 1764 curveto
13834 11544 1763 11550 1762 11557 1760 curveto
13835 stroke
13836 0.000 0.000 0.000 edgecolor
13837 newpath 11557.88 1763.39 moveto
13838 11567 1758 lineto
13839 11556.51 1756.53 lineto
13840 closepath fill
13841 1 setlinewidth
13842 solid
13843 0.000 0.000 0.000 edgecolor
13844 newpath 11557.88 1763.39 moveto
13845 11567 1758 lineto
13846 11556.51 1756.53 lineto
13847 closepath stroke
13848 grestore
13849 % cmcmcim_ccmcmcim
13850 gsave
13851 1 setlinewidth
13852 0.000 0.000 0.000 nodecolor
13853 10045 1674 72.96 18 ellipse_path stroke
13854 0.000 0.000 0.000 nodecolor
13855 14 /Times-Roman set_font
13856 10000.5 1669.9 moveto 89 (c-c-ci-=cc-c-ci-) alignedtext
13857 grestore
13858 % cicmcmcim->cmcmcim_ccmcmcim
13859 gsave
13860 1 setlinewidth
13861 0.000 0.000 0.000 edgecolor
13862 newpath 10720 1801 moveto
13863 10700 1780 10663 1744 10623 1728 curveto
13864 10536 1693 10296 1701 10203 1692 curveto
13865 10177 1689 10148 1686 10122 1683 curveto
13866 stroke
13867 0.000 0.000 0.000 edgecolor
13868 newpath 10122.3 1679.51 moveto
13869 10112 1682 lineto
13870 10121.6 1686.48 lineto
13871 closepath fill
13872 1 setlinewidth
13873 solid
13874 0.000 0.000 0.000 edgecolor
13875 newpath 10122.3 1679.51 moveto
13876 10112 1682 lineto
13877 10121.6 1686.48 lineto
13878 closepath stroke
13879 grestore
13880 % cicmcmcm_ccicmcmcm
13881 gsave
13882 1 setlinewidth
13883 0.000 0.000 0.000 nodecolor
13884 11674 1530 82 18 ellipse_path stroke
13885 0.000 0.000 0.000 nodecolor
13886 14 /Times-Roman set_font
13887 11623 1525.9 moveto 102 (cic-c-c-=ccic-c-c-) alignedtext
13888 grestore
13889 % cicmcmcmc->cicmcmcm_ccicmcmcm
13890 gsave
13891 1 setlinewidth
13892 0.000 0.000 0.000 edgecolor
13893 newpath 11552 1588 moveto
13894 11574 1577 11605 1563 11630 1551 curveto
13895 stroke
13896 0.000 0.000 0.000 edgecolor
13897 newpath 11631.96 1553.92 moveto
13898 11639 1546 lineto
13899 11628.56 1547.8 lineto
13900 closepath fill
13901 1 setlinewidth
13902 solid
13903 0.000 0.000 0.000 edgecolor
13904 newpath 11631.96 1553.92 moveto
13905 11639 1546 lineto
13906 11628.56 1547.8 lineto
13907 closepath stroke
13908 grestore
13909 % cicmmcmc_ccicmmcmc
13910 gsave
13911 1 setlinewidth
13912 0.000 0.000 0.000 nodecolor
13913 12649 1530 82 18 ellipse_path stroke
13914 0.000 0.000 0.000 nodecolor
13915 14 /Times-Roman set_font
13916 12598 1525.9 moveto 102 (cic--c-c=ccic--c-c) alignedtext
13917 grestore
13918 % cicmcmcmc->cicmmcmc_ccicmmcmc
13919 gsave
13920 1 setlinewidth
13921 0.000 0.000 0.000 edgecolor
13922 newpath 11556 1589 moveto
13923 11563 1587 11571 1585 11578 1584 curveto
13924 12007 1507 12125 1598 12558 1548 curveto
13925 12565 1547 12573 1546 12581 1545 curveto
13926 stroke
13927 0.000 0.000 0.000 edgecolor
13928 newpath 12581.88 1548.39 moveto
13929 12591 1543 lineto
13930 12580.51 1541.53 lineto
13931 closepath fill
13932 1 setlinewidth
13933 solid
13934 0.000 0.000 0.000 edgecolor
13935 newpath 12581.88 1548.39 moveto
13936 12591 1543 lineto
13937 12580.51 1541.53 lineto
13938 closepath stroke
13939 grestore
13940 % cimicmcmc
13941 gsave
13942 1 setlinewidth
13943 0.000 0.000 0.000 nodecolor
13944 11856 1530 43.78 18 ellipse_path stroke
13945 0.000 0.000 0.000 nodecolor
13946 14 /Times-Roman set_font
13947 11832.5 1525.9 moveto 47 (ci-ic-c-c) alignedtext
13948 grestore
13949 % cicmcmcmc->cimicmcmc
13950 gsave
13951 1 setlinewidth
13952 0.000 0.000 0.000 edgecolor
13953 newpath 11557 1590 moveto
13954 11564 1588 11571 1586 11578 1584 curveto
13955 11659 1562 11681 1564 11765 1548 curveto
13956 11779 1546 11793 1543 11806 1540 curveto
13957 stroke
13958 0.000 0.000 0.000 edgecolor
13959 newpath 11806.88 1543.39 moveto
13960 11816 1538 lineto
13961 11805.51 1536.53 lineto
13962 closepath fill
13963 1 setlinewidth
13964 solid
13965 0.000 0.000 0.000 edgecolor
13966 newpath 11806.88 1543.39 moveto
13967 11816 1538 lineto
13968 11805.51 1536.53 lineto
13969 closepath stroke
13970 grestore
13971 % cmcmcmc_ccmcmcmc
13972 gsave
13973 1 setlinewidth
13974 0.000 0.000 0.000 nodecolor
13975 9970 1530 77.83 18 ellipse_path stroke
13976 0.000 0.000 0.000 nodecolor
13977 14 /Times-Roman set_font
13978 9922 1525.9 moveto 96 (c-c-c-c=cc-c-c-c) alignedtext
13979 grestore
13980 % cicmcmcmc->cmcmcmc_ccmcmcmc
13981 gsave
13982 1 setlinewidth
13983 0.000 0.000 0.000 edgecolor
13984 newpath 11490 1589 moveto
13985 11483 1587 11475 1585 11468 1584 curveto
13986 11158 1530 10368 1583 10057 1548 curveto
13987 10050 1547 10043 1546 10035 1545 curveto
13988 stroke
13989 0.000 0.000 0.000 edgecolor
13990 newpath 10035.49 1541.53 moveto
13991 10025 1543 lineto
13992 10034.12 1548.39 lineto
13993 closepath fill
13994 1 setlinewidth
13995 solid
13996 0.000 0.000 0.000 edgecolor
13997 newpath 10035.49 1541.53 moveto
13998 10025 1543 lineto
13999 10034.12 1548.39 lineto
14000 closepath stroke
14001 grestore
14002 % cicmmcim_ccicmmcim->cicmmcmc_ccicmmcmc
14003 gsave
14004 1 setlinewidth
14005 0.000 0.000 0.000 edgecolor
14006 newpath 11678 1733 moveto
14007 11688 1731 11699 1729 11709 1728 curveto
14008 11932 1696 11991 1719 12215 1692 curveto
14009 12261 1686 12598 1652 12632 1620 curveto
14010 12648 1604 12651 1578 12651 1558 curveto
14011 stroke
14012 0.000 0.000 0.000 edgecolor
14013 newpath 12654.5 1558 moveto
14014 12651 1548 lineto
14015 12647.5 1558 lineto
14016 closepath fill
14017 1 setlinewidth
14018 solid
14019 0.000 0.000 0.000 edgecolor
14020 newpath 12654.5 1558 moveto
14021 12651 1548 lineto
14022 12647.5 1558 lineto
14023 closepath stroke
14024 grestore
14025 % cicmmcicm
14026 gsave
14027 1 setlinewidth
14028 0.000 0.000 0.000 nodecolor
14029 11769 1602 43.78 18 ellipse_path stroke
14030 0.000 0.000 0.000 nodecolor
14031 14 /Times-Roman set_font
14032 11745.5 1597.9 moveto 47 (cic--cic-) alignedtext
14033 grestore
14034 % cicmmcim_ccicmmcim->cicmmcicm
14035 gsave
14036 1 setlinewidth
14037 0.000 0.000 0.000 edgecolor
14038 newpath 11669 1732 moveto
14039 11690 1723 11715 1710 11732 1692 curveto
14040 11748 1674 11758 1649 11763 1630 curveto
14041 stroke
14042 0.000 0.000 0.000 edgecolor
14043 newpath 11766.47 1630.49 moveto
14044 11765 1620 lineto
14045 11759.61 1629.12 lineto
14046 closepath fill
14047 1 setlinewidth
14048 solid
14049 0.000 0.000 0.000 edgecolor
14050 newpath 11766.47 1630.49 moveto
14051 11765 1620 lineto
14052 11759.61 1629.12 lineto
14053 closepath stroke
14054 grestore
14055 % cimimim_ccimimim
14056 gsave
14057 1 setlinewidth
14058 0.000 0.000 0.000 nodecolor
14059 11628 1674 62.04 18 ellipse_path stroke
14060 0.000 0.000 0.000 nodecolor
14061 14 /Times-Roman set_font
14062 11591 1669.9 moveto 74 (ci-i-i-=cci-i-i-) alignedtext
14063 grestore
14064 % cicmmcim_ccicmmcim->cimimim_ccimimim
14065 gsave
14066 1 setlinewidth
14067 0.000 0.000 0.000 edgecolor
14068 newpath 11624 1728 moveto
14069 11625 1720 11625 1711 11626 1702 curveto
14070 stroke
14071 0.000 0.000 0.000 edgecolor
14072 newpath 11629.49 1702.3 moveto
14073 11627 1692 lineto
14074 11622.52 1701.6 lineto
14075 closepath fill
14076 1 setlinewidth
14077 solid
14078 0.000 0.000 0.000 edgecolor
14079 newpath 11629.49 1702.3 moveto
14080 11627 1692 lineto
14081 11622.52 1701.6 lineto
14082 closepath stroke
14083 grestore
14084 % cmmcim_ccmmcim
14085 gsave
14086 1 setlinewidth
14087 0.000 0.000 0.000 nodecolor
14088 10148 1602 63.23 18 ellipse_path stroke
14089 0.000 0.000 0.000 nodecolor
14090 14 /Times-Roman set_font
14091 10110.5 1597.9 moveto 75 (c--ci-=cc--ci-) alignedtext
14092 grestore
14093 % cicmmcim_ccicmmcim->cmmcim_ccmmcim
14094 gsave
14095 1 setlinewidth
14096 0.000 0.000 0.000 edgecolor
14097 newpath 11567 1734 moveto
14098 11557 1731 11547 1730 11537 1728 curveto
14099 11390 1704 11339 1754 11205 1692 curveto
14100 11183 1682 11188 1665 11167 1656 curveto
14101 11083 1620 10446 1625 10356 1620 curveto
14102 10310 1616 10259 1612 10218 1609 curveto
14103 stroke
14104 0.000 0.000 0.000 edgecolor
14105 newpath 10218.3 1605.51 moveto
14106 10208 1608 lineto
14107 10217.6 1612.48 lineto
14108 closepath fill
14109 1 setlinewidth
14110 solid
14111 0.000 0.000 0.000 edgecolor
14112 newpath 10218.3 1605.51 moveto
14113 10208 1608 lineto
14114 10217.6 1612.48 lineto
14115 closepath stroke
14116 grestore
14117 % cmcmcim_ccmcmcim->cmmcim_ccmmcim
14118 gsave
14119 1 setlinewidth
14120 0.000 0.000 0.000 edgecolor
14121 newpath 10069 1657 moveto
14122 10083 1648 10101 1635 10116 1625 curveto
14123 stroke
14124 0.000 0.000 0.000 edgecolor
14125 newpath 10118.1 1627.8 moveto
14126 10124 1619 lineto
14127 10113.9 1622.2 lineto
14128 closepath fill
14129 1 setlinewidth
14130 solid
14131 0.000 0.000 0.000 edgecolor
14132 newpath 10118.1 1627.8 moveto
14133 10124 1619 lineto
14134 10113.9 1622.2 lineto
14135 closepath stroke
14136 grestore
14137 % cmcimim_ccmcimim
14138 gsave
14139 1 setlinewidth
14140 0.000 0.000 0.000 nodecolor
14141 10524 1602 66.9 18 ellipse_path stroke
14142 0.000 0.000 0.000 nodecolor
14143 14 /Times-Roman set_font
14144 10483.5 1597.9 moveto 81 (c-ci-i-=cc-ci-i-) alignedtext
14145 grestore
14146 % cmcmcim_ccmcmcim->cmcimim_ccmcimim
14147 gsave
14148 1 setlinewidth
14149 0.000 0.000 0.000 edgecolor
14150 newpath 10099 1662 moveto
14151 10110 1660 10121 1658 10132 1656 curveto
14152 10271 1633 10308 1644 10448 1620 curveto
14153 10454 1619 10460 1618 10465 1617 curveto
14154 stroke
14155 0.000 0.000 0.000 edgecolor
14156 newpath 10466.43 1620.23 moveto
14157 10475 1614 lineto
14158 10464.42 1613.52 lineto
14159 closepath fill
14160 1 setlinewidth
14161 solid
14162 0.000 0.000 0.000 edgecolor
14163 newpath 10466.43 1620.23 moveto
14164 10475 1614 lineto
14165 10464.42 1613.52 lineto
14166 closepath stroke
14167 grestore
14168 % cmcmcicmc
14169 gsave
14170 1 setlinewidth
14171 0.000 0.000 0.000 nodecolor
14172 9986 1602 45.86 18 ellipse_path stroke
14173 0.000 0.000 0.000 nodecolor
14174 14 /Times-Roman set_font
14175 9961 1597.9 moveto 50 (c-c-cic-c) alignedtext
14176 grestore
14177 % cmcmcim_ccmcmcim->cmcmcicmc
14178 gsave
14179 1 setlinewidth
14180 0.000 0.000 0.000 edgecolor
14181 newpath 10030 1656 moveto
14182 10023 1647 10014 1637 10007 1628 curveto
14183 stroke
14184 0.000 0.000 0.000 edgecolor
14185 newpath 10009.22 1625.22 moveto
14186 10000 1620 lineto
14187 10003.95 1629.83 lineto
14188 closepath fill
14189 1 setlinewidth
14190 solid
14191 0.000 0.000 0.000 edgecolor
14192 newpath 10009.22 1625.22 moveto
14193 10000 1620 lineto
14194 10003.95 1629.83 lineto
14195 closepath stroke
14196 grestore
14197 % cicmmcm_ccicmmcm
14198 gsave
14199 1 setlinewidth
14200 0.000 0.000 0.000 nodecolor
14201 13217 1458 72.96 18 ellipse_path stroke
14202 0.000 0.000 0.000 nodecolor
14203 14 /Times-Roman set_font
14204 13172.5 1453.9 moveto 89 (cic--c-=ccic--c-) alignedtext
14205 grestore
14206 % cicmcmcm_ccicmcmcm->cicmmcm_ccicmmcm
14207 gsave
14208 1 setlinewidth
14209 0.000 0.000 0.000 edgecolor
14210 newpath 11739 1519 moveto
14211 11760 1516 11782 1513 11803 1512 curveto
14212 12393 1463 12547 1547 13135 1476 curveto
14213 13142 1475 13148 1474 13155 1473 curveto
14214 stroke
14215 0.000 0.000 0.000 edgecolor
14216 newpath 13155.88 1476.39 moveto
14217 13165 1471 lineto
14218 13154.51 1469.53 lineto
14219 closepath fill
14220 1 setlinewidth
14221 solid
14222 0.000 0.000 0.000 edgecolor
14223 newpath 13155.88 1476.39 moveto
14224 13165 1471 lineto
14225 13154.51 1469.53 lineto
14226 closepath stroke
14227 grestore
14228 % cimicmcm_ccimicmcm
14229 gsave
14230 1 setlinewidth
14231 0.000 0.000 0.000 nodecolor
14232 13049 1458 77.13 18 ellipse_path stroke
14233 0.000 0.000 0.000 nodecolor
14234 14 /Times-Roman set_font
14235 13001.5 1453.9 moveto 95 (ci-ic-c-=cci-ic-c-) alignedtext
14236 grestore
14237 % cicmcmcm_ccicmcmcm->cimicmcm_ccimicmcm
14238 gsave
14239 1 setlinewidth
14240 0.000 0.000 0.000 edgecolor
14241 newpath 11739 1519 moveto
14242 11760 1516 11782 1513 11803 1512 curveto
14243 12314 1468 12447 1534 12958 1476 curveto
14244 12966 1475 12975 1474 12983 1472 curveto
14245 stroke
14246 0.000 0.000 0.000 edgecolor
14247 newpath 12983.88 1475.39 moveto
14248 12993 1470 lineto
14249 12982.51 1468.53 lineto
14250 closepath fill
14251 1 setlinewidth
14252 solid
14253 0.000 0.000 0.000 edgecolor
14254 newpath 12983.88 1475.39 moveto
14255 12993 1470 lineto
14256 12982.51 1468.53 lineto
14257 closepath stroke
14258 grestore
14259 % cmcmcm_ccmcmcm
14260 gsave
14261 1 setlinewidth
14262 0.000 0.000 0.000 nodecolor
14263 9527 1458 68.79 18 ellipse_path stroke
14264 0.000 0.000 0.000 nodecolor
14265 14 /Times-Roman set_font
14266 9485.5 1453.9 moveto 83 (c-c-c-=cc-c-c-) alignedtext
14267 grestore
14268 % cicmcmcm_ccicmcmcm->cmcmcm_ccmcmcm
14269 gsave
14270 1 setlinewidth
14271 0.000 0.000 0.000 edgecolor
14272 newpath 11617 1517 moveto
14273 11606 1515 11594 1513 11583 1512 curveto
14274 10725 1419 10502 1550 9643 1476 curveto
14275 9627 1474 9610 1472 9594 1470 curveto
14276 stroke
14277 0.000 0.000 0.000 edgecolor
14278 newpath 9594.49 1466.53 moveto
14279 9584 1468 lineto
14280 9593.12 1473.39 lineto
14281 closepath fill
14282 1 setlinewidth
14283 solid
14284 0.000 0.000 0.000 edgecolor
14285 newpath 9594.49 1466.53 moveto
14286 9584 1468 lineto
14287 9593.12 1473.39 lineto
14288 closepath stroke
14289 grestore
14290 % cicmmcmc_ccicmmcmc->cicmmcm_ccicmmcm
14291 gsave
14292 1 setlinewidth
14293 0.000 0.000 0.000 edgecolor
14294 newpath 12707 1517 moveto
14295 12718 1515 12729 1513 12740 1512 curveto
14296 12914 1486 12960 1502 13135 1476 curveto
14297 13141 1475 13148 1474 13154 1472 curveto
14298 stroke
14299 0.000 0.000 0.000 edgecolor
14300 newpath 13154.88 1475.39 moveto
14301 13164 1470 lineto
14302 13153.51 1468.53 lineto
14303 closepath fill
14304 1 setlinewidth
14305 solid
14306 0.000 0.000 0.000 edgecolor
14307 newpath 13154.88 1475.39 moveto
14308 13164 1470 lineto
14309 13153.51 1468.53 lineto
14310 closepath stroke
14311 grestore
14312 % cimimmc_ccimimmc
14313 gsave
14314 1 setlinewidth
14315 0.000 0.000 0.000 nodecolor
14316 13375 1458 66.9 18 ellipse_path stroke
14317 0.000 0.000 0.000 nodecolor
14318 14 /Times-Roman set_font
14319 13334.5 1453.9 moveto 81 (ci-i--c=cci-i--c) alignedtext
14320 grestore
14321 % cicmmcmc_ccicmmcmc->cimimmc_ccimimmc
14322 gsave
14323 1 setlinewidth
14324 0.000 0.000 0.000 edgecolor
14325 newpath 12707 1517 moveto
14326 12718 1515 12729 1513 12740 1512 curveto
14327 12986 1479 13052 1512 13299 1476 curveto
14328 13305 1475 13311 1474 13316 1473 curveto
14329 stroke
14330 0.000 0.000 0.000 edgecolor
14331 newpath 13317.43 1476.23 moveto
14332 13326 1470 lineto
14333 13315.42 1469.52 lineto
14334 closepath fill
14335 1 setlinewidth
14336 solid
14337 0.000 0.000 0.000 edgecolor
14338 newpath 13317.43 1476.23 moveto
14339 13326 1470 lineto
14340 13315.42 1469.52 lineto
14341 closepath stroke
14342 grestore
14343 % cmmcmc_ccmmcmc
14344 gsave
14345 1 setlinewidth
14346 0.000 0.000 0.000 nodecolor
14347 9999 1458 68.79 18 ellipse_path stroke
14348 0.000 0.000 0.000 nodecolor
14349 14 /Times-Roman set_font
14350 9957.5 1453.9 moveto 83 (c--c-c=cc--c-c) alignedtext
14351 grestore
14352 % cicmmcmc_ccicmmcmc->cmmcmc_ccmmcmc
14353 gsave
14354 1 setlinewidth
14355 0.000 0.000 0.000 edgecolor
14356 newpath 12592 1517 moveto
14357 12581 1515 12569 1513 12558 1512 curveto
14358 12018 1455 10656 1521 10115 1476 curveto
14359 10099 1474 10082 1472 10066 1470 curveto
14360 stroke
14361 0.000 0.000 0.000 edgecolor
14362 newpath 10066.49 1466.53 moveto
14363 10056 1468 lineto
14364 10065.12 1473.39 lineto
14365 closepath fill
14366 1 setlinewidth
14367 solid
14368 0.000 0.000 0.000 edgecolor
14369 newpath 10066.49 1466.53 moveto
14370 10056 1468 lineto
14371 10065.12 1473.39 lineto
14372 closepath stroke
14373 grestore
14374 % cimicmcmc->cimicmcm_ccimicmcm
14375 gsave
14376 1 setlinewidth
14377 0.000 0.000 0.000 edgecolor
14378 newpath 11888 1517 moveto
14379 11894 1515 11902 1513 11909 1512 curveto
14380 12367 1428 12494 1529 12958 1476 curveto
14381 12966 1475 12975 1474 12983 1472 curveto
14382 stroke
14383 0.000 0.000 0.000 edgecolor
14384 newpath 12983.88 1475.39 moveto
14385 12993 1470 lineto
14386 12982.51 1468.53 lineto
14387 closepath fill
14388 1 setlinewidth
14389 solid
14390 0.000 0.000 0.000 edgecolor
14391 newpath 12983.88 1475.39 moveto
14392 12993 1470 lineto
14393 12982.51 1468.53 lineto
14394 closepath stroke
14395 grestore
14396 % cimicmcmc->cimimmc_ccimimmc
14397 gsave
14398 1 setlinewidth
14399 0.000 0.000 0.000 edgecolor
14400 newpath 11888 1517 moveto
14401 11894 1515 11902 1513 11909 1512 curveto
14402 12213 1457 12992 1515 13299 1476 curveto
14403 13305 1475 13311 1474 13317 1473 curveto
14404 stroke
14405 0.000 0.000 0.000 edgecolor
14406 newpath 13317.88 1476.39 moveto
14407 13327 1471 lineto
14408 13316.51 1469.53 lineto
14409 closepath fill
14410 1 setlinewidth
14411 solid
14412 0.000 0.000 0.000 edgecolor
14413 newpath 13317.88 1476.39 moveto
14414 13327 1471 lineto
14415 13316.51 1469.53 lineto
14416 closepath stroke
14417 grestore
14418 % cmcicmcmc
14419 gsave
14420 1 setlinewidth
14421 0.000 0.000 0.000 nodecolor
14422 10706 1458 45.86 18 ellipse_path stroke
14423 0.000 0.000 0.000 nodecolor
14424 14 /Times-Roman set_font
14425 10681 1453.9 moveto 50 (c-cic-c-c) alignedtext
14426 grestore
14427 % cimicmcmc->cmcicmcmc
14428 gsave
14429 1 setlinewidth
14430 0.000 0.000 0.000 edgecolor
14431 newpath 11823 1518 moveto
14432 11815 1515 11806 1513 11798 1512 curveto
14433 11360 1437 11240 1526 10799 1476 curveto
14434 10785 1474 10770 1472 10756 1469 curveto
14435 stroke
14436 0.000 0.000 0.000 edgecolor
14437 newpath 10756.49 1465.53 moveto
14438 10746 1467 lineto
14439 10755.12 1472.39 lineto
14440 closepath fill
14441 1 setlinewidth
14442 solid
14443 0.000 0.000 0.000 edgecolor
14444 newpath 10756.49 1465.53 moveto
14445 10746 1467 lineto
14446 10755.12 1472.39 lineto
14447 closepath stroke
14448 grestore
14449 % cmcmcmc_ccmcmcmc->cmcmcm_ccmcmcm
14450 gsave
14451 1 setlinewidth
14452 0.000 0.000 0.000 edgecolor
14453 newpath 9902 1521 moveto
14454 9830 1511 9711 1494 9610 1476 curveto
14455 9603 1475 9596 1473 9589 1472 curveto
14456 stroke
14457 0.000 0.000 0.000 edgecolor
14458 newpath 9589.49 1468.53 moveto
14459 9579 1470 lineto
14460 9588.12 1475.39 lineto
14461 closepath fill
14462 1 setlinewidth
14463 solid
14464 0.000 0.000 0.000 edgecolor
14465 newpath 9589.49 1468.53 moveto
14466 9579 1470 lineto
14467 9588.12 1475.39 lineto
14468 closepath stroke
14469 grestore
14470 % cmcmcmc_ccmcmcmc->cmmcmc_ccmmcmc
14471 gsave
14472 1 setlinewidth
14473 0.000 0.000 0.000 edgecolor
14474 newpath 9977 1512 moveto
14475 9981 1504 9984 1494 9988 1485 curveto
14476 stroke
14477 0.000 0.000 0.000 edgecolor
14478 newpath 9991.14 1486.56 moveto
14479 9992 1476 lineto
14480 9984.74 1483.72 lineto
14481 closepath fill
14482 1 setlinewidth
14483 solid
14484 0.000 0.000 0.000 edgecolor
14485 newpath 9991.14 1486.56 moveto
14486 9992 1476 lineto
14487 9984.74 1483.72 lineto
14488 closepath stroke
14489 grestore
14490 % cmcmcmc_ccmcmcmc->cmcicmcmc
14491 gsave
14492 1 setlinewidth
14493 0.000 0.000 0.000 edgecolor
14494 newpath 10025 1517 moveto
14495 10036 1515 10047 1513 10057 1512 curveto
14496 10302 1478 10367 1507 10613 1476 curveto
14497 10627 1474 10642 1471 10656 1469 curveto
14498 stroke
14499 0.000 0.000 0.000 edgecolor
14500 newpath 10656.88 1472.39 moveto
14501 10666 1467 lineto
14502 10655.51 1465.53 lineto
14503 closepath fill
14504 1 setlinewidth
14505 solid
14506 0.000 0.000 0.000 edgecolor
14507 newpath 10656.88 1472.39 moveto
14508 10666 1467 lineto
14509 10655.51 1465.53 lineto
14510 closepath stroke
14511 grestore
14512 % cmcmcmcic
14513 gsave
14514 1 setlinewidth
14515 0.000 0.000 0.000 nodecolor
14516 9340 1170 45.86 18 ellipse_path stroke
14517 0.000 0.000 0.000 nodecolor
14518 14 /Times-Roman set_font
14519 9315 1165.9 moveto 50 (c-c-c-cic) alignedtext
14520 grestore
14521 % cmcmcmc_ccmcmcmc->cmcmcmcic
14522 gsave
14523 1 setlinewidth
14524 0.000 0.000 0.000 edgecolor
14525 newpath 9950 1513 moveto
14526 9939 1503 9928 1490 9921 1476 curveto
14527 9869 1374 9955 1300 9871 1224 curveto
14528 9862 1216 9530 1187 9395 1175 curveto
14529 stroke
14530 0.000 0.000 0.000 edgecolor
14531 newpath 9395.3 1171.51 moveto
14532 9385 1174 lineto
14533 9394.6 1178.48 lineto
14534 closepath fill
14535 1 setlinewidth
14536 solid
14537 0.000 0.000 0.000 edgecolor
14538 newpath 9395.3 1171.51 moveto
14539 9385 1174 lineto
14540 9394.6 1178.48 lineto
14541 closepath stroke
14542 grestore
14543 % cimimm_ccimimm
14544 gsave
14545 1 setlinewidth
14546 0.000 0.000 0.000 nodecolor
14547 13602 1386 57.87 18 ellipse_path stroke
14548 0.000 0.000 0.000 nodecolor
14549 14 /Times-Roman set_font
14550 13568 1381.9 moveto 68 (ci-i--=cci-i--) alignedtext
14551 grestore
14552 % cicmmcm_ccicmmcm->cimimm_ccimimm
14553 gsave
14554 1 setlinewidth
14555 0.000 0.000 0.000 edgecolor
14556 newpath 13270 1446 moveto
14557 13279 1443 13289 1442 13299 1440 curveto
14558 13401 1420 13428 1424 13530 1404 curveto
14559 13536 1403 13541 1402 13547 1400 curveto
14560 stroke
14561 0.000 0.000 0.000 edgecolor
14562 newpath 13547.88 1403.39 moveto
14563 13557 1398 lineto
14564 13546.51 1396.53 lineto
14565 closepath fill
14566 1 setlinewidth
14567 solid
14568 0.000 0.000 0.000 edgecolor
14569 newpath 13547.88 1403.39 moveto
14570 13557 1398 lineto
14571 13546.51 1396.53 lineto
14572 closepath stroke
14573 grestore
14574 % cmmcm_ccmmcm
14575 gsave
14576 1 setlinewidth
14577 0.000 0.000 0.000 nodecolor
14578 9527 1386 59.06 18 ellipse_path stroke
14579 0.000 0.000 0.000 nodecolor
14580 14 /Times-Roman set_font
14581 9492.5 1381.9 moveto 69 (c--c-=cc--c-) alignedtext
14582 grestore
14583 % cicmmcm_ccicmmcm->cmmcm_ccmmcm
14584 gsave
14585 1 setlinewidth
14586 0.000 0.000 0.000 edgecolor
14587 newpath 13166 1445 moveto
14588 13156 1443 13145 1441 13135 1440 curveto
14589 12361 1352 10408 1473 9633 1404 curveto
14590 9618 1402 9602 1400 9587 1398 curveto
14591 stroke
14592 0.000 0.000 0.000 edgecolor
14593 newpath 9587.49 1394.53 moveto
14594 9577 1396 lineto
14595 9586.12 1401.39 lineto
14596 closepath fill
14597 1 setlinewidth
14598 solid
14599 0.000 0.000 0.000 edgecolor
14600 newpath 9587.49 1394.53 moveto
14601 9577 1396 lineto
14602 9586.12 1401.39 lineto
14603 closepath stroke
14604 grestore
14605 % cimicmcm_ccimicmcm->cimimm_ccimimm
14606 gsave
14607 1 setlinewidth
14608 0.000 0.000 0.000 edgecolor
14609 newpath 13104 1445 moveto
14610 13114 1443 13125 1441 13135 1440 curveto
14611 13309 1413 13356 1433 13530 1404 curveto
14612 13536 1403 13542 1401 13548 1400 curveto
14613 stroke
14614 0.000 0.000 0.000 edgecolor
14615 newpath 13548.88 1403.39 moveto
14616 13558 1398 lineto
14617 13547.51 1396.53 lineto
14618 closepath fill
14619 1 setlinewidth
14620 solid
14621 0.000 0.000 0.000 edgecolor
14622 newpath 13548.88 1403.39 moveto
14623 13558 1398 lineto
14624 13547.51 1396.53 lineto
14625 closepath stroke
14626 grestore
14627 % cmcicmcm_ccmcicmcm
14628 gsave
14629 1 setlinewidth
14630 0.000 0.000 0.000 nodecolor
14631 10728 1386 82 18 ellipse_path stroke
14632 0.000 0.000 0.000 nodecolor
14633 14 /Times-Roman set_font
14634 10677 1381.9 moveto 102 (c-cic-c-=cc-cic-c-) alignedtext
14635 grestore
14636 % cimicmcm_ccimicmcm->cmcicmcm_ccmcicmcm
14637 gsave
14638 1 setlinewidth
14639 0.000 0.000 0.000 edgecolor
14640 newpath 12979 1450 moveto
14641 12941 1446 12892 1442 12849 1440 curveto
14642 12398 1415 11267 1451 10819 1404 curveto
14643 10811 1403 10804 1402 10796 1401 curveto
14644 stroke
14645 0.000 0.000 0.000 edgecolor
14646 newpath 10796.49 1397.53 moveto
14647 10786 1399 lineto
14648 10795.12 1404.39 lineto
14649 closepath fill
14650 1 setlinewidth
14651 solid
14652 0.000 0.000 0.000 edgecolor
14653 newpath 10796.49 1397.53 moveto
14654 10786 1399 lineto
14655 10795.12 1404.39 lineto
14656 closepath stroke
14657 grestore
14658 % cmcmcm_ccmcmcm->cmmcm_ccmmcm
14659 gsave
14660 1 setlinewidth
14661 0.000 0.000 0.000 edgecolor
14662 newpath 9527 1440 moveto
14663 9527 1432 9527 1423 9527 1414 curveto
14664 stroke
14665 0.000 0.000 0.000 edgecolor
14666 newpath 9530.5 1414 moveto
14667 9527 1404 lineto
14668 9523.5 1414 lineto
14669 closepath fill
14670 1 setlinewidth
14671 solid
14672 0.000 0.000 0.000 edgecolor
14673 newpath 9530.5 1414 moveto
14674 9527 1404 lineto
14675 9523.5 1414 lineto
14676 closepath stroke
14677 grestore
14678 % cmcmcm_ccmcmcm->cmcicmcm_ccmcicmcm
14679 gsave
14680 1 setlinewidth
14681 0.000 0.000 0.000 edgecolor
14682 newpath 9584 1448 moveto
14683 9603 1445 9624 1442 9643 1440 curveto
14684 10049 1400 10153 1433 10561 1404 curveto
14685 10589 1401 10619 1399 10646 1396 curveto
14686 stroke
14687 0.000 0.000 0.000 edgecolor
14688 newpath 10646.4 1399.48 moveto
14689 10656 1395 lineto
14690 10645.7 1392.51 lineto
14691 closepath fill
14692 1 setlinewidth
14693 solid
14694 0.000 0.000 0.000 edgecolor
14695 newpath 10646.4 1399.48 moveto
14696 10656 1395 lineto
14697 10645.7 1392.51 lineto
14698 closepath stroke
14699 grestore
14700 % cmcmmi_ccmcmmi
14701 gsave
14702 1 setlinewidth
14703 0.000 0.000 0.000 nodecolor
14704 9399 954 63.23 18 ellipse_path stroke
14705 0.000 0.000 0.000 nodecolor
14706 14 /Times-Roman set_font
14707 9361.5 949.9 moveto 75 (c-c--i=cc-c--i) alignedtext
14708 grestore
14709 % cmcmcm_ccmcmcm->cmcmmi_ccmcmmi
14710 gsave
14711 1 setlinewidth
14712 0.000 0.000 0.000 edgecolor
14713 newpath 9463 1451 moveto
14714 9294 1432 8848 1376 8848 1314 curveto
14715 8848 1314 8848 1314 8848 1098 curveto
14716 8848 987 9219 993 9327 972 curveto
14717 9332 971 9337 970 9342 968 curveto
14718 stroke
14719 0.000 0.000 0.000 edgecolor
14720 newpath 9342.88 971.39 moveto
14721 9352 966 lineto
14722 9341.51 964.53 lineto
14723 closepath fill
14724 1 setlinewidth
14725 solid
14726 0.000 0.000 0.000 edgecolor
14727 newpath 9342.88 971.39 moveto
14728 9352 966 lineto
14729 9341.51 964.53 lineto
14730 closepath stroke
14731 grestore
14732 % cicmcmmc_ccicmcmmc
14733 gsave
14734 1 setlinewidth
14735 0.000 0.000 0.000 nodecolor
14736 9329 2034 82 18 ellipse_path stroke
14737 0.000 0.000 0.000 nodecolor
14738 14 /Times-Roman set_font
14739 9278 2029.9 moveto 102 (cic-c--c=ccic-c--c) alignedtext
14740 grestore
14741 % cicmcmm_ccicmcmm
14742 gsave
14743 1 setlinewidth
14744 0.000 0.000 0.000 nodecolor
14745 9346 1962 72.96 18 ellipse_path stroke
14746 0.000 0.000 0.000 nodecolor
14747 14 /Times-Roman set_font
14748 9301.5 1957.9 moveto 89 (cic-c--=ccic-c--) alignedtext
14749 grestore
14750 % cicmcmmc_ccicmcmmc->cicmcmm_ccicmcmm
14751 gsave
14752 1 setlinewidth
14753 0.000 0.000 0.000 edgecolor
14754 newpath 9333 2016 moveto
14755 9335 2008 9337 1999 9339 1990 curveto
14756 stroke
14757 0.000 0.000 0.000 edgecolor
14758 newpath 9342.48 1990.58 moveto
14759 9342 1980 lineto
14760 9335.77 1988.57 lineto
14761 closepath fill
14762 1 setlinewidth
14763 solid
14764 0.000 0.000 0.000 edgecolor
14765 newpath 9342.48 1990.58 moveto
14766 9342 1980 lineto
14767 9335.77 1988.57 lineto
14768 closepath stroke
14769 grestore
14770 % cimicmmc_ccimicmmc
14771 gsave
14772 1 setlinewidth
14773 0.000 0.000 0.000 nodecolor
14774 11000 1602 77.13 18 ellipse_path stroke
14775 0.000 0.000 0.000 nodecolor
14776 14 /Times-Roman set_font
14777 10952.5 1597.9 moveto 95 (ci-ic--c=cci-ic--c) alignedtext
14778 grestore
14779 % cicmcmmc_ccicmcmmc->cimicmmc_ccimicmmc
14780 gsave
14781 1 setlinewidth
14782 0.000 0.000 0.000 edgecolor
14783 newpath 9370 2018 moveto
14784 9456 1986 9658 1909 9825 1836 curveto
14785 9826 1835 10201 1656 10203 1656 curveto
14786 10509 1578 10600 1660 10914 1620 curveto
14787 10921 1619 10927 1618 10934 1616 curveto
14788 stroke
14789 0.000 0.000 0.000 edgecolor
14790 newpath 10934.88 1619.39 moveto
14791 10944 1614 lineto
14792 10933.51 1612.53 lineto
14793 closepath fill
14794 1 setlinewidth
14795 solid
14796 0.000 0.000 0.000 edgecolor
14797 newpath 10934.88 1619.39 moveto
14798 10944 1614 lineto
14799 10933.51 1612.53 lineto
14800 closepath stroke
14801 grestore
14802 % cmcmmc_ccmcmmc
14803 gsave
14804 1 setlinewidth
14805 0.000 0.000 0.000 nodecolor
14806 9059 1746 68.79 18 ellipse_path stroke
14807 0.000 0.000 0.000 nodecolor
14808 14 /Times-Roman set_font
14809 9017.5 1741.9 moveto 83 (c-c--c=cc-c--c) alignedtext
14810 grestore
14811 % cicmcmmc_ccicmcmmc->cmcmmc_ccmcmmc
14812 gsave
14813 1 setlinewidth
14814 0.000 0.000 0.000 edgecolor
14815 newpath 9304 2017 moveto
14816 9290 2007 9275 1994 9264 1980 curveto
14817 9208 1909 9238 1862 9175 1800 curveto
14818 9159 1784 9136 1772 9115 1763 curveto
14819 stroke
14820 0.000 0.000 0.000 edgecolor
14821 newpath 9116.56 1759.86 moveto
14822 9106 1759 lineto
14823 9113.72 1766.26 lineto
14824 closepath fill
14825 1 setlinewidth
14826 solid
14827 0.000 0.000 0.000 edgecolor
14828 newpath 9116.56 1759.86 moveto
14829 9106 1759 lineto
14830 9113.72 1766.26 lineto
14831 closepath stroke
14832 grestore
14833 % cimicmm_ccimicmm
14834 gsave
14835 1 setlinewidth
14836 0.000 0.000 0.000 nodecolor
14837 10757 1530 66.9 18 ellipse_path stroke
14838 0.000 0.000 0.000 nodecolor
14839 14 /Times-Roman set_font
14840 10716.5 1525.9 moveto 81 (ci-ic--=cci-ic--) alignedtext
14841 grestore
14842 % cicmcmm_ccicmcmm->cimicmm_ccimicmm
14843 gsave
14844 1 setlinewidth
14845 0.000 0.000 0.000 edgecolor
14846 newpath 9346 1944 moveto
14847 9346 1916 9346 1863 9346 1818 curveto
14848 9346 1818 9346 1818 9346 1746 curveto
14849 9346 1705 9335 1683 9365 1656 curveto
14850 9409 1614 9576 1637 9635 1620 curveto
14851 9670 1609 9674 1592 9711 1584 curveto
14852 9906 1535 10416 1564 10617 1548 curveto
14853 10640 1545 10665 1543 10688 1539 curveto
14854 stroke
14855 0.000 0.000 0.000 edgecolor
14856 newpath 10688.4 1542.48 moveto
14857 10698 1538 lineto
14858 10687.7 1535.51 lineto
14859 closepath fill
14860 1 setlinewidth
14861 solid
14862 0.000 0.000 0.000 edgecolor
14863 newpath 10688.4 1542.48 moveto
14864 10698 1538 lineto
14865 10687.7 1535.51 lineto
14866 closepath stroke
14867 grestore
14868 % cmcmm_ccmcmm
14869 gsave
14870 1 setlinewidth
14871 0.000 0.000 0.000 nodecolor
14872 8879 1674 59.06 18 ellipse_path stroke
14873 0.000 0.000 0.000 nodecolor
14874 14 /Times-Roman set_font
14875 8844.5 1669.9 moveto 69 (c-c--=cc-c--) alignedtext
14876 grestore
14877 % cicmcmm_ccicmcmm->cmcmm_ccmcmm
14878 gsave
14879 1 setlinewidth
14880 0.000 0.000 0.000 edgecolor
14881 newpath 9275 1957 moveto
14882 9217 1952 9133 1938 9065 1908 curveto
14883 8978 1869 8955 1846 8909 1764 curveto
14884 8898 1745 8890 1720 8885 1702 curveto
14885 stroke
14886 0.000 0.000 0.000 edgecolor
14887 newpath 8888.39 1701.12 moveto
14888 8883 1692 lineto
14889 8881.53 1702.49 lineto
14890 closepath fill
14891 1 setlinewidth
14892 solid
14893 0.000 0.000 0.000 edgecolor
14894 newpath 8888.39 1701.12 moveto
14895 8883 1692 lineto
14896 8881.53 1702.49 lineto
14897 closepath stroke
14898 grestore
14899 % cicmc_ccicmc
14900 gsave
14901 1 setlinewidth
14902 0.000 0.000 0.000 nodecolor
14903 9434 1890 59.96 18 ellipse_path stroke
14904 0.000 0.000 0.000 nodecolor
14905 14 /Times-Roman set_font
14906 9398.5 1885.9 moveto 71 (cic-c=ccic-c) alignedtext
14907 grestore
14908 % cicmcmm_ccicmcmm->cicmc_ccicmc
14909 gsave
14910 1 setlinewidth
14911 0.000 0.000 0.000 edgecolor
14912 newpath 9367 1945 moveto
14913 9378 1935 9393 1923 9405 1913 curveto
14914 stroke
14915 0.000 0.000 0.000 edgecolor
14916 newpath 9407.1 1915.8 moveto
14917 9413 1907 lineto
14918 9402.9 1910.2 lineto
14919 closepath fill
14920 1 setlinewidth
14921 solid
14922 0.000 0.000 0.000 edgecolor
14923 newpath 9407.1 1915.8 moveto
14924 9413 1907 lineto
14925 9402.9 1910.2 lineto
14926 closepath stroke
14927 grestore
14928 % cimicmmc_ccimicmmc->cimicmcmc
14929 gsave
14930 1 setlinewidth
14931 0.000 0.000 0.000 edgecolor
14932 newpath 11063 1592 moveto
14933 11082 1589 11104 1586 11124 1584 curveto
14934 11407 1555 11481 1583 11765 1548 curveto
14935 11779 1546 11793 1543 11807 1541 curveto
14936 stroke
14937 0.000 0.000 0.000 edgecolor
14938 newpath 11807.88 1544.39 moveto
14939 11817 1539 lineto
14940 11806.51 1537.53 lineto
14941 closepath fill
14942 1 setlinewidth
14943 solid
14944 0.000 0.000 0.000 edgecolor
14945 newpath 11807.88 1544.39 moveto
14946 11817 1539 lineto
14947 11806.51 1537.53 lineto
14948 closepath stroke
14949 grestore
14950 % cimicmmc_ccimicmmc->cimicmm_ccimicmm
14951 gsave
14952 1 setlinewidth
14953 0.000 0.000 0.000 edgecolor
14954 newpath 10952 1588 moveto
14955 10912 1576 10854 1559 10812 1546 curveto
14956 stroke
14957 0.000 0.000 0.000 edgecolor
14958 newpath 10812.58 1542.52 moveto
14959 10802 1543 lineto
14960 10810.57 1549.23 lineto
14961 closepath fill
14962 1 setlinewidth
14963 solid
14964 0.000 0.000 0.000 edgecolor
14965 newpath 10812.58 1542.52 moveto
14966 10802 1543 lineto
14967 10810.57 1549.23 lineto
14968 closepath stroke
14969 grestore
14970 % cmcicmmc_ccmcicmmc
14971 gsave
14972 1 setlinewidth
14973 0.000 0.000 0.000 nodecolor
14974 10412 1530 82 18 ellipse_path stroke
14975 0.000 0.000 0.000 nodecolor
14976 14 /Times-Roman set_font
14977 10361 1525.9 moveto 102 (c-cic--c=cc-cic--c) alignedtext
14978 grestore
14979 % cimicmmc_ccimicmmc->cmcicmmc_ccmcicmmc
14980 gsave
14981 1 setlinewidth
14982 0.000 0.000 0.000 edgecolor
14983 newpath 10945 1589 moveto
14984 10935 1587 10924 1585 10914 1584 curveto
14985 10732 1557 10684 1573 10503 1548 curveto
14986 10496 1547 10489 1546 10481 1545 curveto
14987 stroke
14988 0.000 0.000 0.000 edgecolor
14989 newpath 10481.49 1541.53 moveto
14990 10471 1543 lineto
14991 10480.12 1548.39 lineto
14992 closepath fill
14993 1 setlinewidth
14994 solid
14995 0.000 0.000 0.000 edgecolor
14996 newpath 10481.49 1541.53 moveto
14997 10471 1543 lineto
14998 10480.12 1548.39 lineto
14999 closepath stroke
15000 grestore
15001 % cmcmmc_ccmcmmc->cmcmcmc_ccmcmcmc
15002 gsave
15003 1 setlinewidth
15004 0.000 0.000 0.000 edgecolor
15005 newpath 9066 1728 moveto
15006 9080 1693 9116 1616 9175 1584 curveto
15007 9236 1550 9736 1553 9807 1548 curveto
15008 9834 1545 9863 1542 9890 1539 curveto
15009 stroke
15010 0.000 0.000 0.000 edgecolor
15011 newpath 9890.4 1542.48 moveto
15012 9900 1538 lineto
15013 9889.7 1535.51 lineto
15014 closepath fill
15015 1 setlinewidth
15016 solid
15017 0.000 0.000 0.000 edgecolor
15018 newpath 9890.4 1542.48 moveto
15019 9900 1538 lineto
15020 9889.7 1535.51 lineto
15021 closepath stroke
15022 grestore
15023 % cmcmmc_ccmcmmc->cmcmm_ccmcmm
15024 gsave
15025 1 setlinewidth
15026 0.000 0.000 0.000 edgecolor
15027 newpath 9021 1731 moveto
15028 8993 1720 8954 1704 8924 1692 curveto
15029 stroke
15030 0.000 0.000 0.000 edgecolor
15031 newpath 8925.56 1688.86 moveto
15032 8915 1688 lineto
15033 8922.72 1695.26 lineto
15034 closepath fill
15035 1 setlinewidth
15036 solid
15037 0.000 0.000 0.000 edgecolor
15038 newpath 8925.56 1688.86 moveto
15039 8915 1688 lineto
15040 8922.72 1695.26 lineto
15041 closepath stroke
15042 grestore
15043 % cmcmmc_ccmcmmc->cmcicmmc_ccmcicmmc
15044 gsave
15045 1 setlinewidth
15046 0.000 0.000 0.000 edgecolor
15047 newpath 9087 1730 moveto
15048 9123 1709 9188 1674 9248 1656 curveto
15049 9348 1624 9382 1653 9483 1620 curveto
15050 9514 1609 9516 1593 9549 1584 curveto
15051 9714 1537 10150 1568 10321 1548 curveto
15052 10328 1547 10336 1546 10344 1545 curveto
15053 stroke
15054 0.000 0.000 0.000 edgecolor
15055 newpath 10344.88 1548.39 moveto
15056 10354 1543 lineto
15057 10343.51 1541.53 lineto
15058 closepath fill
15059 1 setlinewidth
15060 solid
15061 0.000 0.000 0.000 edgecolor
15062 newpath 10344.88 1548.39 moveto
15063 10354 1543 lineto
15064 10343.51 1541.53 lineto
15065 closepath stroke
15066 grestore
15067 % cmcmmcic_ccmcmmcic
15068 gsave
15069 1 setlinewidth
15070 0.000 0.000 0.000 nodecolor
15071 8996 1242 82 18 ellipse_path stroke
15072 0.000 0.000 0.000 nodecolor
15073 14 /Times-Roman set_font
15074 8945 1237.9 moveto 102 (c-c--cic=cc-c--cic) alignedtext
15075 grestore
15076 % cmcmmc_ccmcmmc->cmcmmcic_ccmcmmcic
15077 gsave
15078 1 setlinewidth
15079 0.000 0.000 0.000 edgecolor
15080 newpath 9050 1728 moveto
15081 9033 1694 8997 1617 8985 1548 curveto
15082 8966 1447 8982 1324 8991 1270 curveto
15083 stroke
15084 0.000 0.000 0.000 edgecolor
15085 newpath 8994.47 1270.49 moveto
15086 8993 1260 lineto
15087 8987.61 1269.12 lineto
15088 closepath fill
15089 1 setlinewidth
15090 solid
15091 0.000 0.000 0.000 edgecolor
15092 newpath 8994.47 1270.49 moveto
15093 8993 1260 lineto
15094 8987.61 1269.12 lineto
15095 closepath stroke
15096 grestore
15097 % cimicmm_ccimicmm->cimicmcm_ccimicmcm
15098 gsave
15099 1 setlinewidth
15100 0.000 0.000 0.000 edgecolor
15101 newpath 10804 1517 moveto
15102 10813 1515 10823 1513 10833 1512 curveto
15103 11277 1456 12401 1500 12849 1476 curveto
15104 12888 1474 12932 1470 12969 1466 curveto
15105 stroke
15106 0.000 0.000 0.000 edgecolor
15107 newpath 12969.4 1469.48 moveto
15108 12979 1465 lineto
15109 12968.7 1462.51 lineto
15110 closepath fill
15111 1 setlinewidth
15112 solid
15113 0.000 0.000 0.000 edgecolor
15114 newpath 12969.4 1469.48 moveto
15115 12979 1465 lineto
15116 12968.7 1462.51 lineto
15117 closepath stroke
15118 grestore
15119 % cmcicmm_ccmcicmm
15120 gsave
15121 1 setlinewidth
15122 0.000 0.000 0.000 nodecolor
15123 10197 1458 72.96 18 ellipse_path stroke
15124 0.000 0.000 0.000 nodecolor
15125 14 /Times-Roman set_font
15126 10152.5 1453.9 moveto 89 (c-cic--=cc-cic--) alignedtext
15127 grestore
15128 % cimicmm_ccimicmm->cmcicmm_ccmcicmm
15129 gsave
15130 1 setlinewidth
15131 0.000 0.000 0.000 edgecolor
15132 newpath 10697 1522 moveto
15133 10672 1519 10643 1515 10617 1512 curveto
15134 10466 1494 10428 1500 10279 1476 curveto
15135 10273 1475 10266 1474 10260 1473 curveto
15136 stroke
15137 0.000 0.000 0.000 edgecolor
15138 newpath 10260.58 1469.52 moveto
15139 10250 1470 lineto
15140 10258.57 1476.23 lineto
15141 closepath fill
15142 1 setlinewidth
15143 solid
15144 0.000 0.000 0.000 edgecolor
15145 newpath 10260.58 1469.52 moveto
15146 10250 1470 lineto
15147 10258.57 1476.23 lineto
15148 closepath stroke
15149 grestore
15150 % cimic_ccimic
15151 gsave
15152 1 setlinewidth
15153 0.000 0.000 0.000 nodecolor
15154 10883 1386 54.9 18 ellipse_path stroke
15155 0.000 0.000 0.000 nodecolor
15156 14 /Times-Roman set_font
15157 10851.5 1381.9 moveto 63 (ci-ic=cci-ic) alignedtext
15158 grestore
15159 % cimicmm_ccimicmm->cimic_ccimic
15160 gsave
15161 1 setlinewidth
15162 0.000 0.000 0.000 edgecolor
15163 newpath 10762 1512 moveto
15164 10768 1493 10780 1461 10799 1440 curveto
15165 10811 1426 10827 1415 10842 1406 curveto
15166 stroke
15167 0.000 0.000 0.000 edgecolor
15168 newpath 10843.96 1408.92 moveto
15169 10851 1401 lineto
15170 10840.56 1402.8 lineto
15171 closepath fill
15172 1 setlinewidth
15173 solid
15174 0.000 0.000 0.000 edgecolor
15175 newpath 10843.96 1408.92 moveto
15176 10851 1401 lineto
15177 10840.56 1402.8 lineto
15178 closepath stroke
15179 grestore
15180 % cmcmm_ccmcmm->cmcmcm_ccmcmcm
15181 gsave
15182 1 setlinewidth
15183 0.000 0.000 0.000 edgecolor
15184 newpath 8889 1656 moveto
15185 8913 1616 8970 1521 8985 1512 curveto
15186 9023 1488 9309 1470 9449 1462 curveto
15187 stroke
15188 0.000 0.000 0.000 edgecolor
15189 newpath 9449.4 1465.48 moveto
15190 9459 1461 lineto
15191 9448.7 1458.51 lineto
15192 closepath fill
15193 1 setlinewidth
15194 solid
15195 0.000 0.000 0.000 edgecolor
15196 newpath 9449.4 1465.48 moveto
15197 9459 1461 lineto
15198 9448.7 1458.51 lineto
15199 closepath stroke
15200 grestore
15201 % cmcmm_ccmcmm->cmcicmm_ccmcicmm
15202 gsave
15203 1 setlinewidth
15204 0.000 0.000 0.000 edgecolor
15205 newpath 8909 1658 moveto
15206 8947 1639 9016 1606 9077 1584 curveto
15207 9497 1432 9632 1520 10077 1476 curveto
15208 10093 1474 10110 1472 10126 1470 curveto
15209 stroke
15210 0.000 0.000 0.000 edgecolor
15211 newpath 10126.88 1473.39 moveto
15212 10136 1468 lineto
15213 10125.51 1466.53 lineto
15214 closepath fill
15215 1 setlinewidth
15216 solid
15217 0.000 0.000 0.000 edgecolor
15218 newpath 10126.88 1473.39 moveto
15219 10136 1468 lineto
15220 10125.51 1466.53 lineto
15221 closepath stroke
15222 grestore
15223 % cmc_ccmc
15224 gsave
15225 1 setlinewidth
15226 0.000 0.000 0.000 nodecolor
15227 8854 1602 46.06 18 ellipse_path stroke
15228 0.000 0.000 0.000 nodecolor
15229 14 /Times-Roman set_font
15230 8828.5 1597.9 moveto 51 (c-c=cc-c) alignedtext
15231 grestore
15232 % cmcmm_ccmcmm->cmc_ccmc
15233 gsave
15234 1 setlinewidth
15235 0.000 0.000 0.000 edgecolor
15236 newpath 8873 1656 moveto
15237 8870 1648 8867 1638 8863 1630 curveto
15238 stroke
15239 0.000 0.000 0.000 edgecolor
15240 newpath 8866.23 1628.57 moveto
15241 8860 1620 lineto
15242 8859.52 1630.58 lineto
15243 closepath fill
15244 1 setlinewidth
15245 solid
15246 0.000 0.000 0.000 edgecolor
15247 newpath 8866.23 1628.57 moveto
15248 8860 1620 lineto
15249 8859.52 1630.58 lineto
15250 closepath stroke
15251 grestore
15252 % cimmicmc_ccimmicmc
15253 gsave
15254 1 setlinewidth
15255 0.000 0.000 0.000 nodecolor
15256 10144 1818 77.13 18 ellipse_path stroke
15257 0.000 0.000 0.000 nodecolor
15258 14 /Times-Roman set_font
15259 10096.5 1813.9 moveto 95 (ci--ic-c=cci--ic-c) alignedtext
15260 grestore
15261 % cicmc_ccicmc->cimmicmc_ccimmicmc
15262 gsave
15263 1 setlinewidth
15264 0.000 0.000 0.000 edgecolor
15265 newpath 9491 1884 moveto
15266 9616 1871 9917 1840 10063 1826 curveto
15267 stroke
15268 0.000 0.000 0.000 edgecolor
15269 newpath 10063.4 1829.48 moveto
15270 10073 1825 lineto
15271 10062.7 1822.51 lineto
15272 closepath fill
15273 1 setlinewidth
15274 solid
15275 0.000 0.000 0.000 edgecolor
15276 newpath 10063.4 1829.48 moveto
15277 10073 1825 lineto
15278 10062.7 1822.51 lineto
15279 closepath stroke
15280 grestore
15281 % cicm_ccicm
15282 gsave
15283 1 setlinewidth
15284 0.000 0.000 0.000 nodecolor
15285 9434 1818 50.22 18 ellipse_path stroke
15286 0.000 0.000 0.000 nodecolor
15287 14 /Times-Roman set_font
15288 9405.5 1813.9 moveto 57 (cic-=ccic-) alignedtext
15289 grestore
15290 % cicmc_ccicmc->cicm_ccicm
15291 gsave
15292 1 setlinewidth
15293 0.000 0.000 0.000 edgecolor
15294 newpath 9434 1872 moveto
15295 9434 1864 9434 1855 9434 1846 curveto
15296 stroke
15297 0.000 0.000 0.000 edgecolor
15298 newpath 9437.5 1846 moveto
15299 9434 1836 lineto
15300 9430.5 1846 lineto
15301 closepath fill
15302 1 setlinewidth
15303 solid
15304 0.000 0.000 0.000 edgecolor
15305 newpath 9437.5 1846 moveto
15306 9434 1836 lineto
15307 9430.5 1846 lineto
15308 closepath stroke
15309 grestore
15310 % cicmc_ccicmc->cmc_ccmc
15311 gsave
15312 1 setlinewidth
15313 0.000 0.000 0.000 edgecolor
15314 newpath 9406 1874 moveto
15315 9354 1844 9238 1778 9137 1728 curveto
15316 9052 1686 8951 1642 8896 1619 curveto
15317 stroke
15318 0.000 0.000 0.000 edgecolor
15319 newpath 8896.58 1615.46 moveto
15320 8886 1615 lineto
15321 8893.98 1621.96 lineto
15322 closepath fill
15323 1 setlinewidth
15324 solid
15325 0.000 0.000 0.000 edgecolor
15326 newpath 8896.58 1615.46 moveto
15327 8886 1615 lineto
15328 8893.98 1621.96 lineto
15329 closepath stroke
15330 grestore
15331 % mmcicmc
15332 gsave
15333 1 setlinewidth
15334 0.000 0.000 0.000 nodecolor
15335 9221 1602 36.83 18 ellipse_path stroke
15336 0.000 0.000 0.000 nodecolor
15337 14 /Times-Roman set_font
15338 9202.5 1597.9 moveto 37 (--cic-c) alignedtext
15339 grestore
15340 % cicmc_ccicmc->mmcicmc
15341 gsave
15342 1 setlinewidth
15343 0.000 0.000 0.000 edgecolor
15344 newpath 9413 1873 moveto
15345 9401 1863 9386 1849 9375 1836 curveto
15346 9315 1766 9261 1673 9235 1628 curveto
15347 stroke
15348 0.000 0.000 0.000 edgecolor
15349 newpath 9237.92 1626.04 moveto
15350 9230 1619 lineto
15351 9231.8 1629.44 lineto
15352 closepath fill
15353 1 setlinewidth
15354 solid
15355 0.000 0.000 0.000 edgecolor
15356 newpath 9237.92 1626.04 moveto
15357 9230 1619 lineto
15358 9231.8 1629.44 lineto
15359 closepath stroke
15360 grestore
15361 % cicmmcicm->cicmmcm_ccicmmcm
15362 gsave
15363 1 setlinewidth
15364 0.000 0.000 0.000 edgecolor
15365 newpath 11801 1590 moveto
15366 11808 1587 11815 1585 11822 1584 curveto
15367 11929 1558 11960 1570 12069 1548 curveto
15368 12127 1535 12139 1521 12198 1512 curveto
15369 12609 1447 12721 1528 13135 1476 curveto
15370 13142 1475 13148 1474 13155 1473 curveto
15371 stroke
15372 0.000 0.000 0.000 edgecolor
15373 newpath 13155.88 1476.39 moveto
15374 13165 1471 lineto
15375 13154.51 1469.53 lineto
15376 closepath fill
15377 1 setlinewidth
15378 solid
15379 0.000 0.000 0.000 edgecolor
15380 newpath 13155.88 1476.39 moveto
15381 13165 1471 lineto
15382 13154.51 1469.53 lineto
15383 closepath stroke
15384 grestore
15385 % cimimicm_ccimimicm
15386 gsave
15387 1 setlinewidth
15388 0.000 0.000 0.000 nodecolor
15389 11989 1530 71.07 18 ellipse_path stroke
15390 0.000 0.000 0.000 nodecolor
15391 14 /Times-Roman set_font
15392 11945.5 1525.9 moveto 87 (ci-i-ic-=cci-i-ic-) alignedtext
15393 grestore
15394 % cicmmcicm->cimimicm_ccimimicm
15395 gsave
15396 1 setlinewidth
15397 0.000 0.000 0.000 edgecolor
15398 newpath 11802 1590 moveto
15399 11809 1588 11816 1586 11822 1584 curveto
15400 11859 1571 11902 1558 11934 1547 curveto
15401 stroke
15402 0.000 0.000 0.000 edgecolor
15403 newpath 11935.43 1550.23 moveto
15404 11944 1544 lineto
15405 11933.42 1543.52 lineto
15406 closepath fill
15407 1 setlinewidth
15408 solid
15409 0.000 0.000 0.000 edgecolor
15410 newpath 11935.43 1550.23 moveto
15411 11944 1544 lineto
15412 11933.42 1543.52 lineto
15413 closepath stroke
15414 grestore
15415 % cmmcicm_ccmmcicm
15416 gsave
15417 1 setlinewidth
15418 0.000 0.000 0.000 nodecolor
15419 9725 1458 72.96 18 ellipse_path stroke
15420 0.000 0.000 0.000 nodecolor
15421 14 /Times-Roman set_font
15422 9680.5 1453.9 moveto 89 (c--cic-=cc--cic-) alignedtext
15423 grestore
15424 % cicmmcicm->cmmcicm_ccmmcicm
15425 gsave
15426 1 setlinewidth
15427 0.000 0.000 0.000 edgecolor
15428 newpath 11774 1584 moveto
15429 11779 1563 11783 1530 11765 1512 curveto
15430 11728 1476 9972 1478 9921 1476 curveto
15431 9882 1474 9838 1470 9802 1466 curveto
15432 stroke
15433 0.000 0.000 0.000 edgecolor
15434 newpath 9802.3 1462.51 moveto
15435 9792 1465 lineto
15436 9801.6 1469.48 lineto
15437 closepath fill
15438 1 setlinewidth
15439 solid
15440 0.000 0.000 0.000 edgecolor
15441 newpath 9802.3 1462.51 moveto
15442 9792 1465 lineto
15443 9801.6 1469.48 lineto
15444 closepath stroke
15445 grestore
15446 % cimimicm_ccimimicm->cimicmcm_ccimicmcm
15447 gsave
15448 1 setlinewidth
15449 0.000 0.000 0.000 edgecolor
15450 newpath 12049 1520 moveto
15451 12072 1517 12097 1514 12121 1512 curveto
15452 12491 1478 12588 1520 12958 1476 curveto
15453 12966 1475 12975 1474 12983 1472 curveto
15454 stroke
15455 0.000 0.000 0.000 edgecolor
15456 newpath 12983.88 1475.39 moveto
15457 12993 1470 lineto
15458 12982.51 1468.53 lineto
15459 closepath fill
15460 1 setlinewidth
15461 solid
15462 0.000 0.000 0.000 edgecolor
15463 newpath 12983.88 1475.39 moveto
15464 12993 1470 lineto
15465 12982.51 1468.53 lineto
15466 closepath stroke
15467 grestore
15468 % cmcimicm_ccmcimicm
15469 gsave
15470 1 setlinewidth
15471 0.000 0.000 0.000 nodecolor
15472 10885 1458 77.13 18 ellipse_path stroke
15473 0.000 0.000 0.000 nodecolor
15474 14 /Times-Roman set_font
15475 10837.5 1453.9 moveto 95 (c-ci-ic-=cc-ci-ic-) alignedtext
15476 grestore
15477 % cimimicm_ccimimicm->cmcimicm_ccmcimicm
15478 gsave
15479 1 setlinewidth
15480 0.000 0.000 0.000 edgecolor
15481 newpath 11939 1517 moveto
15482 11929 1515 11919 1513 11909 1512 curveto
15483 11495 1457 11385 1526 10971 1476 curveto
15484 10964 1475 10957 1474 10950 1473 curveto
15485 stroke
15486 0.000 0.000 0.000 edgecolor
15487 newpath 10950.49 1469.53 moveto
15488 10940 1471 lineto
15489 10949.12 1476.39 lineto
15490 closepath fill
15491 1 setlinewidth
15492 solid
15493 0.000 0.000 0.000 edgecolor
15494 newpath 10950.49 1469.53 moveto
15495 10940 1471 lineto
15496 10949.12 1476.39 lineto
15497 closepath stroke
15498 grestore
15499 % cmmcicm_ccmmcicm->cmmcm_ccmmcm
15500 gsave
15501 1 setlinewidth
15502 0.000 0.000 0.000 edgecolor
15503 newpath 9684 1443 moveto
15504 9652 1431 9608 1415 9575 1403 curveto
15505 stroke
15506 0.000 0.000 0.000 edgecolor
15507 newpath 9575.58 1399.52 moveto
15508 9565 1400 lineto
15509 9573.57 1406.23 lineto
15510 closepath fill
15511 1 setlinewidth
15512 solid
15513 0.000 0.000 0.000 edgecolor
15514 newpath 9575.58 1399.52 moveto
15515 9565 1400 lineto
15516 9573.57 1406.23 lineto
15517 closepath stroke
15518 grestore
15519 % mimicm_cmimicm
15520 gsave
15521 1 setlinewidth
15522 0.000 0.000 0.000 nodecolor
15523 10494 1386 57.87 18 ellipse_path stroke
15524 0.000 0.000 0.000 nodecolor
15525 14 /Times-Roman set_font
15526 10460 1381.9 moveto 68 (-i-ic-=c-i-ic-) alignedtext
15527 grestore
15528 % cmmcicm_ccmmcicm->mimicm_cmimicm
15529 gsave
15530 1 setlinewidth
15531 0.000 0.000 0.000 edgecolor
15532 newpath 9793 1451 moveto
15533 9831 1448 9878 1443 9921 1440 curveto
15534 10145 1421 10204 1441 10427 1404 curveto
15535 10432 1403 10437 1402 10442 1400 curveto
15536 stroke
15537 0.000 0.000 0.000 edgecolor
15538 newpath 10442.88 1403.39 moveto
15539 10452 1398 lineto
15540 10441.51 1396.53 lineto
15541 closepath fill
15542 1 setlinewidth
15543 solid
15544 0.000 0.000 0.000 edgecolor
15545 newpath 10442.88 1403.39 moveto
15546 10452 1398 lineto
15547 10441.51 1396.53 lineto
15548 closepath stroke
15549 grestore
15550 % cmmcimi_ccmmcimi
15551 gsave
15552 1 setlinewidth
15553 0.000 0.000 0.000 nodecolor
15554 9709 1098 66.9 18 ellipse_path stroke
15555 0.000 0.000 0.000 nodecolor
15556 14 /Times-Roman set_font
15557 9668.5 1093.9 moveto 81 (c--ci-i=cc--ci-i) alignedtext
15558 grestore
15559 % cmmcicm_ccmmcicm->cmmcimi_ccmmcimi
15560 gsave
15561 1 setlinewidth
15562 0.000 0.000 0.000 edgecolor
15563 newpath 9669 1446 moveto
15564 9659 1444 9648 1442 9638 1440 curveto
15565 9558 1423 9527 1447 9459 1404 curveto
15566 9391 1361 9377 1335 9352 1260 curveto
15567 9346 1244 9342 1237 9352 1224 curveto
15568 9378 1186 9503 1167 9547 1152 curveto
15569 9583 1138 9624 1125 9655 1115 curveto
15570 stroke
15571 0.000 0.000 0.000 edgecolor
15572 newpath 9656.43 1118.23 moveto
15573 9665 1112 lineto
15574 9654.42 1111.52 lineto
15575 closepath fill
15576 1 setlinewidth
15577 solid
15578 0.000 0.000 0.000 edgecolor
15579 newpath 9656.43 1118.23 moveto
15580 9665 1112 lineto
15581 9654.42 1111.52 lineto
15582 closepath stroke
15583 grestore
15584 % cimimim_ccimimim->cimicmmc_ccimicmmc
15585 gsave
15586 1 setlinewidth
15587 0.000 0.000 0.000 edgecolor
15588 newpath 11583 1661 moveto
15589 11575 1659 11566 1657 11557 1656 curveto
15590 11366 1624 11315 1641 11124 1620 curveto
15591 11108 1618 11091 1616 11075 1614 curveto
15592 stroke
15593 0.000 0.000 0.000 edgecolor
15594 newpath 11075.49 1610.53 moveto
15595 11065 1612 lineto
15596 11074.12 1617.39 lineto
15597 closepath fill
15598 1 setlinewidth
15599 solid
15600 0.000 0.000 0.000 edgecolor
15601 newpath 11075.49 1610.53 moveto
15602 11065 1612 lineto
15603 11074.12 1617.39 lineto
15604 closepath stroke
15605 grestore
15606 % cimimicmc
15607 gsave
15608 1 setlinewidth
15609 0.000 0.000 0.000 nodecolor
15610 11628 1602 41 18 ellipse_path stroke
15611 0.000 0.000 0.000 nodecolor
15612 14 /Times-Roman set_font
15613 11606.5 1597.9 moveto 43 (ci-i-ic-c) alignedtext
15614 grestore
15615 % cimimim_ccimimim->cimimicmc
15616 gsave
15617 1 setlinewidth
15618 0.000 0.000 0.000 edgecolor
15619 newpath 11628 1656 moveto
15620 11628 1648 11628 1639 11628 1630 curveto
15621 stroke
15622 0.000 0.000 0.000 edgecolor
15623 newpath 11631.5 1630 moveto
15624 11628 1620 lineto
15625 11624.5 1630 lineto
15626 closepath fill
15627 1 setlinewidth
15628 solid
15629 0.000 0.000 0.000 edgecolor
15630 newpath 11631.5 1630 moveto
15631 11628 1620 lineto
15632 11624.5 1630 lineto
15633 closepath stroke
15634 grestore
15635 % cimimim_ccimimim->cmcimim_ccmcimim
15636 gsave
15637 1 setlinewidth
15638 0.000 0.000 0.000 edgecolor
15639 newpath 11584 1661 moveto
15640 11575 1659 11566 1657 11557 1656 curveto
15641 11135 1595 11021 1677 10600 1620 curveto
15642 10594 1619 10588 1618 10582 1617 curveto
15643 stroke
15644 0.000 0.000 0.000 edgecolor
15645 newpath 10582.49 1613.53 moveto
15646 10572 1615 lineto
15647 10581.12 1620.39 lineto
15648 closepath fill
15649 1 setlinewidth
15650 solid
15651 0.000 0.000 0.000 edgecolor
15652 newpath 10582.49 1613.53 moveto
15653 10572 1615 lineto
15654 10581.12 1620.39 lineto
15655 closepath stroke
15656 grestore
15657 % cmmcicmc_ccmmcicmc
15658 gsave
15659 1 setlinewidth
15660 0.000 0.000 0.000 nodecolor
15661 10148 1530 82 18 ellipse_path stroke
15662 0.000 0.000 0.000 nodecolor
15663 14 /Times-Roman set_font
15664 10097 1525.9 moveto 102 (c--cic-c=cc--cic-c) alignedtext
15665 grestore
15666 % cmmcim_ccmmcim->cmmcicmc_ccmmcicmc
15667 gsave
15668 1 setlinewidth
15669 0.000 0.000 0.000 edgecolor
15670 newpath 10148 1584 moveto
15671 10148 1576 10148 1567 10148 1558 curveto
15672 stroke
15673 0.000 0.000 0.000 edgecolor
15674 newpath 10151.5 1558 moveto
15675 10148 1548 lineto
15676 10144.5 1558 lineto
15677 closepath fill
15678 1 setlinewidth
15679 solid
15680 0.000 0.000 0.000 edgecolor
15681 newpath 10151.5 1558 moveto
15682 10148 1548 lineto
15683 10144.5 1558 lineto
15684 closepath stroke
15685 grestore
15686 % mimim_cmimim
15687 gsave
15688 1 setlinewidth
15689 0.000 0.000 0.000 nodecolor
15690 10560 1530 48.14 18 ellipse_path stroke
15691 0.000 0.000 0.000 nodecolor
15692 14 /Times-Roman set_font
15693 10533 1525.9 moveto 54 (-i-i-=c-i-i-) alignedtext
15694 grestore
15695 % cmmcim_ccmmcim->mimim_cmimim
15696 gsave
15697 1 setlinewidth
15698 0.000 0.000 0.000 edgecolor
15699 newpath 10207 1596 moveto
15700 10278 1588 10400 1572 10503 1548 curveto
15701 10507 1547 10510 1546 10514 1545 curveto
15702 stroke
15703 0.000 0.000 0.000 edgecolor
15704 newpath 10515.43 1548.23 moveto
15705 10524 1542 lineto
15706 10513.42 1541.52 lineto
15707 closepath fill
15708 1 setlinewidth
15709 solid
15710 0.000 0.000 0.000 edgecolor
15711 newpath 10515.43 1548.23 moveto
15712 10524 1542 lineto
15713 10513.42 1541.52 lineto
15714 closepath stroke
15715 grestore
15716 % cimimmc_ccimimmc->cimimm_ccimimm
15717 gsave
15718 1 setlinewidth
15719 0.000 0.000 0.000 edgecolor
15720 newpath 13418 1444 moveto
15721 13456 1432 13511 1415 13551 1402 curveto
15722 stroke
15723 0.000 0.000 0.000 edgecolor
15724 newpath 13552.43 1405.23 moveto
15725 13561 1399 lineto
15726 13550.42 1398.52 lineto
15727 closepath fill
15728 1 setlinewidth
15729 solid
15730 0.000 0.000 0.000 edgecolor
15731 newpath 13552.43 1405.23 moveto
15732 13561 1399 lineto
15733 13550.42 1398.52 lineto
15734 closepath stroke
15735 grestore
15736 % cimimmc_ccimimmc->cimic_ccimic
15737 gsave
15738 1 setlinewidth
15739 0.000 0.000 0.000 edgecolor
15740 newpath 13328 1445 moveto
15741 13318 1443 13308 1441 13299 1440 curveto
15742 12780 1375 11464 1479 10947 1404 curveto
15743 10942 1403 10938 1402 10933 1401 curveto
15744 stroke
15745 0.000 0.000 0.000 edgecolor
15746 newpath 10933.49 1397.53 moveto
15747 10923 1399 lineto
15748 10932.12 1404.39 lineto
15749 closepath fill
15750 1 setlinewidth
15751 solid
15752 0.000 0.000 0.000 edgecolor
15753 newpath 10933.49 1397.53 moveto
15754 10923 1399 lineto
15755 10932.12 1404.39 lineto
15756 closepath stroke
15757 grestore
15758 % cmcimmc_ccmcimmc
15759 gsave
15760 1 setlinewidth
15761 0.000 0.000 0.000 nodecolor
15762 13751 1386 72.96 18 ellipse_path stroke
15763 0.000 0.000 0.000 nodecolor
15764 14 /Times-Roman set_font
15765 13706.5 1381.9 moveto 89 (c-ci--c=cc-ci--c) alignedtext
15766 grestore
15767 % cimimmc_ccimimmc->cmcimmc_ccmcimmc
15768 gsave
15769 1 setlinewidth
15770 0.000 0.000 0.000 edgecolor
15771 newpath 13424 1446 moveto
15772 13433 1443 13442 1442 13451 1440 curveto
15773 13547 1420 13572 1422 13669 1404 curveto
15774 13675 1403 13680 1402 13686 1400 curveto
15775 stroke
15776 0.000 0.000 0.000 edgecolor
15777 newpath 13686.88 1403.39 moveto
15778 13696 1398 lineto
15779 13685.51 1396.53 lineto
15780 closepath fill
15781 1 setlinewidth
15782 solid
15783 0.000 0.000 0.000 edgecolor
15784 newpath 13686.88 1403.39 moveto
15785 13696 1398 lineto
15786 13685.51 1396.53 lineto
15787 closepath stroke
15788 grestore
15789 % cmmcmc_ccmmcmc->cmmcm_ccmmcm
15790 gsave
15791 1 setlinewidth
15792 0.000 0.000 0.000 edgecolor
15793 newpath 9935 1451 moveto
15794 9855 1443 9717 1426 9600 1404 curveto
15795 9594 1403 9588 1401 9582 1400 curveto
15796 stroke
15797 0.000 0.000 0.000 edgecolor
15798 newpath 9582.49 1396.53 moveto
15799 9572 1398 lineto
15800 9581.12 1403.39 lineto
15801 closepath fill
15802 1 setlinewidth
15803 solid
15804 0.000 0.000 0.000 edgecolor
15805 newpath 9582.49 1396.53 moveto
15806 9572 1398 lineto
15807 9581.12 1403.39 lineto
15808 closepath stroke
15809 grestore
15810 % mimmc_cmimmc
15811 gsave
15812 1 setlinewidth
15813 0.000 0.000 0.000 nodecolor
15814 10124 1242 54.2 18 ellipse_path stroke
15815 0.000 0.000 0.000 nodecolor
15816 14 /Times-Roman set_font
15817 10093 1237.9 moveto 62 (-i--c=c-i--c) alignedtext
15818 grestore
15819 % cmmcmc_ccmmcmc->mimmc_cmimmc
15820 gsave
15821 1 setlinewidth
15822 0.000 0.000 0.000 edgecolor
15823 newpath 10001 1440 moveto
15824 10005 1421 10011 1391 10023 1368 curveto
15825 10043 1328 10076 1290 10099 1266 curveto
15826 stroke
15827 0.000 0.000 0.000 edgecolor
15828 newpath 10101.4 1268.55 moveto
15829 10106 1259 lineto
15830 10096.45 1263.6 lineto
15831 closepath fill
15832 1 setlinewidth
15833 solid
15834 0.000 0.000 0.000 edgecolor
15835 newpath 10101.4 1268.55 moveto
15836 10106 1259 lineto
15837 10096.45 1263.6 lineto
15838 closepath stroke
15839 grestore
15840 % cmmcmcic_ccmmcmcic
15841 gsave
15842 1 setlinewidth
15843 0.000 0.000 0.000 nodecolor
15844 9900 738 82 18 ellipse_path stroke
15845 0.000 0.000 0.000 nodecolor
15846 14 /Times-Roman set_font
15847 9849 733.9 moveto 102 (c--c-cic=cc--c-cic) alignedtext
15848 grestore
15849 % cmmcmc_ccmmcmc->cmmcmcic_ccmmcmcic
15850 gsave
15851 1 setlinewidth
15852 0.000 0.000 0.000 edgecolor
15853 newpath 9997 1440 moveto
15854 9993 1393 9980 1261 9967 1152 curveto
15855 9956 1063 9940 1042 9940 954 curveto
15856 9940 954 9940 954 9940 882 curveto
15857 9940 840 9924 794 9912 765 curveto
15858 stroke
15859 0.000 0.000 0.000 edgecolor
15860 newpath 9915.26 763.72 moveto
15861 9908 756 lineto
15862 9908.86 766.56 lineto
15863 closepath fill
15864 1 setlinewidth
15865 solid
15866 0.000 0.000 0.000 edgecolor
15867 newpath 9915.26 763.72 moveto
15868 9908 756 lineto
15869 9908.86 766.56 lineto
15870 closepath stroke
15871 grestore
15872 % cmcimm_ccmcimm
15873 gsave
15874 1 setlinewidth
15875 0.000 0.000 0.000 nodecolor
15876 13585 1314 63.23 18 ellipse_path stroke
15877 0.000 0.000 0.000 nodecolor
15878 14 /Times-Roman set_font
15879 13547.5 1309.9 moveto 75 (c-ci--=cc-ci--) alignedtext
15880 grestore
15881 % cimimm_ccimimm->cmcimm_ccmcimm
15882 gsave
15883 1 setlinewidth
15884 0.000 0.000 0.000 edgecolor
15885 newpath 13598 1368 moveto
15886 13596 1360 13594 1351 13592 1342 curveto
15887 stroke
15888 0.000 0.000 0.000 edgecolor
15889 newpath 13595.23 1340.57 moveto
15890 13589 1332 lineto
15891 13588.52 1342.58 lineto
15892 closepath fill
15893 1 setlinewidth
15894 solid
15895 0.000 0.000 0.000 edgecolor
15896 newpath 13595.23 1340.57 moveto
15897 13589 1332 lineto
15898 13588.52 1342.58 lineto
15899 closepath stroke
15900 grestore
15901 % cimi_ccimi
15902 gsave
15903 1 setlinewidth
15904 0.000 0.000 0.000 nodecolor
15905 11392 1314 45.86 18 ellipse_path stroke
15906 0.000 0.000 0.000 nodecolor
15907 14 /Times-Roman set_font
15908 11367 1309.9 moveto 50 (ci-i=cci-i) alignedtext
15909 grestore
15910 % cimimm_ccimimm->cimi_ccimi
15911 gsave
15912 1 setlinewidth
15913 0.000 0.000 0.000 edgecolor
15914 newpath 13545 1382 moveto
15915 13479 1378 13366 1372 13269 1368 curveto
15916 12550 1337 11675 1320 11448 1315 curveto
15917 stroke
15918 0.000 0.000 0.000 edgecolor
15919 newpath 11448 1311.5 moveto
15920 11438 1315 lineto
15921 11448 1318.5 lineto
15922 closepath fill
15923 1 setlinewidth
15924 solid
15925 0.000 0.000 0.000 edgecolor
15926 newpath 11448 1311.5 moveto
15927 11438 1315 lineto
15928 11448 1318.5 lineto
15929 closepath stroke
15930 grestore
15931 % mimm_cmimm
15932 gsave
15933 1 setlinewidth
15934 0.000 0.000 0.000 nodecolor
15935 10096 1170 43.97 18 ellipse_path stroke
15936 0.000 0.000 0.000 nodecolor
15937 14 /Times-Roman set_font
15938 10072 1165.9 moveto 48 (-i--=c-i--) alignedtext
15939 grestore
15940 % cmmcm_ccmmcm->mimm_cmimm
15941 gsave
15942 1 setlinewidth
15943 0.000 0.000 0.000 edgecolor
15944 newpath 9500 1370 moveto
15945 9487 1361 9472 1348 9465 1332 curveto
15946 9458 1317 9456 1309 9465 1296 curveto
15947 9489 1260 9518 1283 9555 1260 curveto
15948 9574 1247 9571 1233 9593 1224 curveto
15949 9668 1189 9884 1197 9967 1188 curveto
15950 9992 1185 10021 1181 10044 1178 curveto
15951 stroke
15952 0.000 0.000 0.000 edgecolor
15953 newpath 10044.88 1181.39 moveto
15954 10054 1176 lineto
15955 10043.51 1174.53 lineto
15956 closepath fill
15957 1 setlinewidth
15958 solid
15959 0.000 0.000 0.000 edgecolor
15960 newpath 10044.88 1181.39 moveto
15961 10054 1176 lineto
15962 10043.51 1174.53 lineto
15963 closepath stroke
15964 grestore
15965 % cicmmicim
15966 gsave
15967 1 setlinewidth
15968 0.000 0.000 0.000 nodecolor
15969 10158 1890 41 18 ellipse_path stroke
15970 0.000 0.000 0.000 nodecolor
15971 14 /Times-Roman set_font
15972 10136.5 1885.9 moveto 43 (cic--ici-) alignedtext
15973 grestore
15974 % cicmmicim->cicmcmcim
15975 gsave
15976 1 setlinewidth
15977 0.000 0.000 0.000 edgecolor
15978 newpath 10187 1877 moveto
15979 10194 1875 10201 1873 10208 1872 curveto
15980 10414 1827 10475 1878 10682 1836 curveto
15981 10686 1835 10690 1835 10693 1833 curveto
15982 stroke
15983 0.000 0.000 0.000 edgecolor
15984 newpath 10694.43 1836.23 moveto
15985 10703 1830 lineto
15986 10692.42 1829.52 lineto
15987 closepath fill
15988 1 setlinewidth
15989 solid
15990 0.000 0.000 0.000 edgecolor
15991 newpath 10694.43 1836.23 moveto
15992 10703 1830 lineto
15993 10692.42 1829.52 lineto
15994 closepath stroke
15995 grestore
15996 % cicmmicmc
15997 gsave
15998 1 setlinewidth
15999 0.000 0.000 0.000 nodecolor
16000 10363 1746 43.78 18 ellipse_path stroke
16001 0.000 0.000 0.000 nodecolor
16002 14 /Times-Roman set_font
16003 10339.5 1741.9 moveto 47 (cic--ic-c) alignedtext
16004 grestore
16005 % cicmmicim->cicmmicmc
16006 gsave
16007 1 setlinewidth
16008 0.000 0.000 0.000 edgecolor
16009 newpath 10180 1875 moveto
16010 10216 1849 10290 1797 10333 1768 curveto
16011 stroke
16012 0.000 0.000 0.000 edgecolor
16013 newpath 10335.1 1770.8 moveto
16014 10341 1762 lineto
16015 10330.9 1765.2 lineto
16016 closepath fill
16017 1 setlinewidth
16018 solid
16019 0.000 0.000 0.000 edgecolor
16020 newpath 10335.1 1770.8 moveto
16021 10341 1762 lineto
16022 10330.9 1765.2 lineto
16023 closepath stroke
16024 grestore
16025 % cmmicim_ccmmicim
16026 gsave
16027 1 setlinewidth
16028 0.000 0.000 0.000 nodecolor
16029 9896 1746 66.9 18 ellipse_path stroke
16030 0.000 0.000 0.000 nodecolor
16031 14 /Times-Roman set_font
16032 9855.5 1741.9 moveto 81 (c--ici-=cc--ici-) alignedtext
16033 grestore
16034 % cicmmicim->cmmicim_ccmmicim
16035 gsave
16036 1 setlinewidth
16037 0.000 0.000 0.000 edgecolor
16038 newpath 10125 1880 moveto
16039 10096 1870 10054 1854 10020 1836 curveto
16040 9985 1816 9948 1789 9924 1769 curveto
16041 stroke
16042 0.000 0.000 0.000 edgecolor
16043 newpath 9926.1 1766.2 moveto
16044 9916 1763 lineto
16045 9921.9 1771.8 lineto
16046 closepath fill
16047 1 setlinewidth
16048 solid
16049 0.000 0.000 0.000 edgecolor
16050 newpath 9926.1 1766.2 moveto
16051 9916 1763 lineto
16052 9921.9 1771.8 lineto
16053 closepath stroke
16054 grestore
16055 % cicmmicmc->cicmcmcmc
16056 gsave
16057 1 setlinewidth
16058 0.000 0.000 0.000 edgecolor
16059 newpath 10396 1734 moveto
16060 10403 1732 10410 1730 10416 1728 curveto
16061 10473 1710 10490 1712 10547 1692 curveto
16062 10584 1678 10589 1665 10628 1656 curveto
16063 10991 1570 11100 1686 11468 1620 curveto
16064 11472 1619 11476 1619 11480 1617 curveto
16065 stroke
16066 0.000 0.000 0.000 edgecolor
16067 newpath 11481.43 1620.23 moveto
16068 11490 1614 lineto
16069 11479.42 1613.52 lineto
16070 closepath fill
16071 1 setlinewidth
16072 solid
16073 0.000 0.000 0.000 edgecolor
16074 newpath 11481.43 1620.23 moveto
16075 11490 1614 lineto
16076 11479.42 1613.52 lineto
16077 closepath stroke
16078 grestore
16079 % cicmmicm_ccicmmicm
16080 gsave
16081 1 setlinewidth
16082 0.000 0.000 0.000 nodecolor
16083 10289 1674 77.13 18 ellipse_path stroke
16084 0.000 0.000 0.000 nodecolor
16085 14 /Times-Roman set_font
16086 10241.5 1669.9 moveto 95 (cic--ic-=ccic--ic-) alignedtext
16087 grestore
16088 % cicmmicmc->cicmmicm_ccicmmicm
16089 gsave
16090 1 setlinewidth
16091 0.000 0.000 0.000 edgecolor
16092 newpath 10346 1729 moveto
16093 10336 1720 10325 1709 10314 1699 curveto
16094 stroke
16095 0.000 0.000 0.000 edgecolor
16096 newpath 10316.55 1696.6 moveto
16097 10307 1692 lineto
16098 10311.6 1701.55 lineto
16099 closepath fill
16100 1 setlinewidth
16101 solid
16102 0.000 0.000 0.000 edgecolor
16103 newpath 10316.55 1696.6 moveto
16104 10307 1692 lineto
16105 10311.6 1701.55 lineto
16106 closepath stroke
16107 grestore
16108 % cicmmicmc->cimimicmc
16109 gsave
16110 1 setlinewidth
16111 0.000 0.000 0.000 edgecolor
16112 newpath 10396 1734 moveto
16113 10402 1732 10409 1730 10416 1728 curveto
16114 10495 1706 10520 1720 10597 1692 curveto
16115 10627 1680 10629 1664 10661 1656 curveto
16116 10857 1600 11377 1658 11578 1620 curveto
16117 11582 1619 11585 1618 11588 1617 curveto
16118 stroke
16119 0.000 0.000 0.000 edgecolor
16120 newpath 11589.43 1620.23 moveto
16121 11598 1614 lineto
16122 11587.42 1613.52 lineto
16123 closepath fill
16124 1 setlinewidth
16125 solid
16126 0.000 0.000 0.000 edgecolor
16127 newpath 11589.43 1620.23 moveto
16128 11598 1614 lineto
16129 11587.42 1613.52 lineto
16130 closepath stroke
16131 grestore
16132 % cmmicmc_ccmmicmc
16133 gsave
16134 1 setlinewidth
16135 0.000 0.000 0.000 nodecolor
16136 9767 1674 72.96 18 ellipse_path stroke
16137 0.000 0.000 0.000 nodecolor
16138 14 /Times-Roman set_font
16139 9722.5 1669.9 moveto 89 (c--ic-c=cc--ic-c) alignedtext
16140 grestore
16141 % cicmmicmc->cmmicmc_ccmmicmc
16142 gsave
16143 1 setlinewidth
16144 0.000 0.000 0.000 edgecolor
16145 newpath 10331 1734 moveto
16146 10324 1731 10317 1729 10310 1728 curveto
16147 10110 1686 10055 1720 9854 1692 curveto
16148 9846 1691 9839 1689 9831 1688 curveto
16149 stroke
16150 0.000 0.000 0.000 edgecolor
16151 newpath 9831.49 1684.53 moveto
16152 9821 1686 lineto
16153 9830.12 1691.39 lineto
16154 closepath fill
16155 1 setlinewidth
16156 solid
16157 0.000 0.000 0.000 edgecolor
16158 newpath 9831.49 1684.53 moveto
16159 9821 1686 lineto
16160 9830.12 1691.39 lineto
16161 closepath stroke
16162 grestore
16163 % cmmicim_ccmmicim->cmcmcim_ccmcmcim
16164 gsave
16165 1 setlinewidth
16166 0.000 0.000 0.000 edgecolor
16167 newpath 9929 1730 moveto
16168 9951 1719 9979 1706 10003 1694 curveto
16169 stroke
16170 0.000 0.000 0.000 edgecolor
16171 newpath 10004.28 1697.26 moveto
16172 10012 1690 lineto
16173 10001.44 1690.86 lineto
16174 closepath fill
16175 1 setlinewidth
16176 solid
16177 0.000 0.000 0.000 edgecolor
16178 newpath 10004.28 1697.26 moveto
16179 10012 1690 lineto
16180 10001.44 1690.86 lineto
16181 closepath stroke
16182 grestore
16183 % cmmicim_ccmmicim->cmmicmc_ccmmicmc
16184 gsave
16185 1 setlinewidth
16186 0.000 0.000 0.000 edgecolor
16187 newpath 9867 1730 moveto
16188 9849 1720 9826 1706 9806 1696 curveto
16189 stroke
16190 0.000 0.000 0.000 edgecolor
16191 newpath 9807.44 1692.8 moveto
16192 9797 1691 lineto
16193 9804.04 1698.92 lineto
16194 closepath fill
16195 1 setlinewidth
16196 solid
16197 0.000 0.000 0.000 edgecolor
16198 newpath 9807.44 1692.8 moveto
16199 9797 1691 lineto
16200 9804.04 1698.92 lineto
16201 closepath stroke
16202 grestore
16203 % cicmmicm_ccicmmicm->cicmcmcm_ccicmcmcm
16204 gsave
16205 1 setlinewidth
16206 0.000 0.000 0.000 edgecolor
16207 newpath 10344 1661 moveto
16208 10354 1659 10365 1657 10375 1656 curveto
16209 10531 1635 10940 1682 11086 1620 curveto
16210 11107 1610 11102 1593 11124 1584 curveto
16211 11217 1542 11481 1561 11583 1548 curveto
16212 11590 1547 11597 1546 11605 1545 curveto
16213 stroke
16214 0.000 0.000 0.000 edgecolor
16215 newpath 11605.88 1548.39 moveto
16216 11615 1543 lineto
16217 11604.51 1541.53 lineto
16218 closepath fill
16219 1 setlinewidth
16220 solid
16221 0.000 0.000 0.000 edgecolor
16222 newpath 11605.88 1548.39 moveto
16223 11615 1543 lineto
16224 11604.51 1541.53 lineto
16225 closepath stroke
16226 grestore
16227 % cicmmicm_ccicmmicm->cicmmcicm
16228 gsave
16229 1 setlinewidth
16230 0.000 0.000 0.000 edgecolor
16231 newpath 10343 1661 moveto
16232 10353 1659 10364 1657 10375 1656 curveto
16233 10950 1588 11102 1684 11678 1620 curveto
16234 11692 1618 11706 1616 11720 1613 curveto
16235 stroke
16236 0.000 0.000 0.000 edgecolor
16237 newpath 11720.88 1616.39 moveto
16238 11730 1611 lineto
16239 11719.51 1609.53 lineto
16240 closepath fill
16241 1 setlinewidth
16242 solid
16243 0.000 0.000 0.000 edgecolor
16244 newpath 11720.88 1616.39 moveto
16245 11730 1611 lineto
16246 11719.51 1609.53 lineto
16247 closepath stroke
16248 grestore
16249 % cmmicm_ccmmicm
16250 gsave
16251 1 setlinewidth
16252 0.000 0.000 0.000 nodecolor
16253 9783 1602 63.23 18 ellipse_path stroke
16254 0.000 0.000 0.000 nodecolor
16255 14 /Times-Roman set_font
16256 9745.5 1597.9 moveto 75 (c--ic-=cc--ic-) alignedtext
16257 grestore
16258 % cicmmicm_ccicmmicm->cmmicm_ccmmicm
16259 gsave
16260 1 setlinewidth
16261 0.000 0.000 0.000 edgecolor
16262 newpath 10222 1665 moveto
16263 10144 1654 10011 1636 9898 1620 curveto
16264 9881 1618 9864 1615 9848 1613 curveto
16265 stroke
16266 0.000 0.000 0.000 edgecolor
16267 newpath 9848.49 1609.53 moveto
16268 9838 1611 lineto
16269 9847.12 1616.39 lineto
16270 closepath fill
16271 1 setlinewidth
16272 solid
16273 0.000 0.000 0.000 edgecolor
16274 newpath 9848.49 1609.53 moveto
16275 9838 1611 lineto
16276 9847.12 1616.39 lineto
16277 closepath stroke
16278 grestore
16279 % cimimicmc->cimicmcmc
16280 gsave
16281 1 setlinewidth
16282 0.000 0.000 0.000 edgecolor
16283 newpath 11662 1591 moveto
16284 11701 1579 11767 1558 11811 1544 curveto
16285 stroke
16286 0.000 0.000 0.000 edgecolor
16287 newpath 11812.43 1547.23 moveto
16288 11821 1541 lineto
16289 11810.42 1540.52 lineto
16290 closepath fill
16291 1 setlinewidth
16292 solid
16293 0.000 0.000 0.000 edgecolor
16294 newpath 11812.43 1547.23 moveto
16295 11821 1541 lineto
16296 11810.42 1540.52 lineto
16297 closepath stroke
16298 grestore
16299 % cimimicmc->cimimicm_ccimimicm
16300 gsave
16301 1 setlinewidth
16302 0.000 0.000 0.000 edgecolor
16303 newpath 11665 1594 moveto
16304 11680 1591 11699 1587 11716 1584 curveto
16305 11801 1567 11823 1565 11909 1548 curveto
16306 11914 1547 11919 1546 11925 1544 curveto
16307 stroke
16308 0.000 0.000 0.000 edgecolor
16309 newpath 11925.88 1547.39 moveto
16310 11935 1542 lineto
16311 11924.51 1540.53 lineto
16312 closepath fill
16313 1 setlinewidth
16314 solid
16315 0.000 0.000 0.000 edgecolor
16316 newpath 11925.88 1547.39 moveto
16317 11935 1542 lineto
16318 11924.51 1540.53 lineto
16319 closepath stroke
16320 grestore
16321 % cmcimicmc
16322 gsave
16323 1 setlinewidth
16324 0.000 0.000 0.000 nodecolor
16325 10886 1530 43.78 18 ellipse_path stroke
16326 0.000 0.000 0.000 nodecolor
16327 14 /Times-Roman set_font
16328 10862.5 1525.9 moveto 47 (c-ci-ic-c) alignedtext
16329 grestore
16330 % cimimicmc->cmcimicmc
16331 gsave
16332 1 setlinewidth
16333 0.000 0.000 0.000 edgecolor
16334 newpath 11598 1589 moveto
16335 11592 1587 11585 1585 11578 1584 curveto
16336 11456 1558 11081 1539 10940 1532 curveto
16337 stroke
16338 0.000 0.000 0.000 edgecolor
16339 newpath 10940 1528.5 moveto
16340 10930 1532 lineto
16341 10940 1535.5 lineto
16342 closepath fill
16343 1 setlinewidth
16344 solid
16345 0.000 0.000 0.000 edgecolor
16346 newpath 10940 1528.5 moveto
16347 10930 1532 lineto
16348 10940 1535.5 lineto
16349 closepath stroke
16350 grestore
16351 % cmmicmc_ccmmicmc->cmmicm_ccmmicm
16352 gsave
16353 1 setlinewidth
16354 0.000 0.000 0.000 edgecolor
16355 newpath 9771 1656 moveto
16356 9773 1648 9775 1639 9777 1630 curveto
16357 stroke
16358 0.000 0.000 0.000 edgecolor
16359 newpath 9780.47 1630.49 moveto
16360 9779 1620 lineto
16361 9773.61 1629.12 lineto
16362 closepath fill
16363 1 setlinewidth
16364 solid
16365 0.000 0.000 0.000 edgecolor
16366 newpath 9780.47 1630.49 moveto
16367 9779 1620 lineto
16368 9773.61 1629.12 lineto
16369 closepath stroke
16370 grestore
16371 % cmmicmc_ccmmicmc->cmcmcicmc
16372 gsave
16373 1 setlinewidth
16374 0.000 0.000 0.000 edgecolor
16375 newpath 9811 1660 moveto
16376 9849 1647 9902 1629 9940 1617 curveto
16377 stroke
16378 0.000 0.000 0.000 edgecolor
16379 newpath 9941.43 1620.23 moveto
16380 9950 1614 lineto
16381 9939.42 1613.52 lineto
16382 closepath fill
16383 1 setlinewidth
16384 solid
16385 0.000 0.000 0.000 edgecolor
16386 newpath 9941.43 1620.23 moveto
16387 9950 1614 lineto
16388 9939.42 1613.52 lineto
16389 closepath stroke
16390 grestore
16391 % cmmimic_ccmmimic
16392 gsave
16393 1 setlinewidth
16394 0.000 0.000 0.000 nodecolor
16395 9541 1314 66.9 18 ellipse_path stroke
16396 0.000 0.000 0.000 nodecolor
16397 14 /Times-Roman set_font
16398 9500.5 1309.9 moveto 81 (c--i-ic=cc--i-ic) alignedtext
16399 grestore
16400 % cmmicmc_ccmmicmc->cmmimic_ccmmimic
16401 gsave
16402 1 setlinewidth
16403 0.000 0.000 0.000 edgecolor
16404 newpath 9746 1657 moveto
16405 9721 1636 9677 1603 9635 1584 curveto
16406 9581 1558 9556 1578 9506 1548 curveto
16407 9468 1525 9454 1516 9439 1476 curveto
16408 9432 1460 9429 1385 9440 1368 curveto
16409 9450 1351 9467 1339 9485 1331 curveto
16410 stroke
16411 0.000 0.000 0.000 edgecolor
16412 newpath 9486.28 1334.26 moveto
16413 9494 1327 lineto
16414 9483.44 1327.86 lineto
16415 closepath fill
16416 1 setlinewidth
16417 solid
16418 0.000 0.000 0.000 edgecolor
16419 newpath 9486.28 1334.26 moveto
16420 9494 1327 lineto
16421 9483.44 1327.86 lineto
16422 closepath stroke
16423 grestore
16424 % cmcmcicm_ccmcmcicm
16425 gsave
16426 1 setlinewidth
16427 0.000 0.000 0.000 nodecolor
16428 9716 1530 82 18 ellipse_path stroke
16429 0.000 0.000 0.000 nodecolor
16430 14 /Times-Roman set_font
16431 9665 1525.9 moveto 102 (c-c-cic-=cc-c-cic-) alignedtext
16432 grestore
16433 % cmmicm_ccmmicm->cmcmcicm_ccmcmcicm
16434 gsave
16435 1 setlinewidth
16436 0.000 0.000 0.000 edgecolor
16437 newpath 9767 1585 moveto
16438 9759 1576 9749 1565 9740 1556 curveto
16439 stroke
16440 0.000 0.000 0.000 edgecolor
16441 newpath 9742.22 1553.22 moveto
16442 9733 1548 lineto
16443 9736.95 1557.83 lineto
16444 closepath fill
16445 1 setlinewidth
16446 solid
16447 0.000 0.000 0.000 edgecolor
16448 newpath 9742.22 1553.22 moveto
16449 9733 1548 lineto
16450 9736.95 1557.83 lineto
16451 closepath stroke
16452 grestore
16453 % cmmimi_ccmmimi
16454 gsave
16455 1 setlinewidth
16456 0.000 0.000 0.000 nodecolor
16457 9804 1242 57.87 18 ellipse_path stroke
16458 0.000 0.000 0.000 nodecolor
16459 14 /Times-Roman set_font
16460 9770 1237.9 moveto 68 (c--i-i=cc--i-i) alignedtext
16461 grestore
16462 % cmmicm_ccmmicm->cmmimi_ccmmimi
16463 gsave
16464 1 setlinewidth
16465 0.000 0.000 0.000 edgecolor
16466 newpath 9741 1588 moveto
16467 9709 1578 9664 1563 9625 1548 curveto
16468 9585 1533 9472 1511 9449 1476 curveto
16469 9440 1462 9447 1455 9449 1440 curveto
16470 9451 1407 9435 1390 9459 1368 curveto
16471 9563 1266 9676 1429 9785 1332 curveto
16472 9802 1317 9806 1290 9806 1270 curveto
16473 stroke
16474 0.000 0.000 0.000 edgecolor
16475 newpath 9809.5 1270 moveto
16476 9806 1260 lineto
16477 9802.5 1270 lineto
16478 closepath fill
16479 1 setlinewidth
16480 solid
16481 0.000 0.000 0.000 edgecolor
16482 newpath 9809.5 1270 moveto
16483 9806 1260 lineto
16484 9802.5 1270 lineto
16485 closepath stroke
16486 grestore
16487 % cicmmim_ccicmmim
16488 gsave
16489 1 setlinewidth
16490 0.000 0.000 0.000 nodecolor
16491 9316 2106 66.9 18 ellipse_path stroke
16492 0.000 0.000 0.000 nodecolor
16493 14 /Times-Roman set_font
16494 9275.5 2101.9 moveto 81 (cic--i-=ccic--i-) alignedtext
16495 grestore
16496 % cicmmim_ccicmmim->cicmcmmc_ccicmcmmc
16497 gsave
16498 1 setlinewidth
16499 0.000 0.000 0.000 edgecolor
16500 newpath 9319 2088 moveto
16501 9320 2080 9322 2071 9324 2062 curveto
16502 stroke
16503 0.000 0.000 0.000 edgecolor
16504 newpath 9327.47 2062.49 moveto
16505 9326 2052 lineto
16506 9320.61 2061.12 lineto
16507 closepath fill
16508 1 setlinewidth
16509 solid
16510 0.000 0.000 0.000 edgecolor
16511 newpath 9327.47 2062.49 moveto
16512 9326 2052 lineto
16513 9320.61 2061.12 lineto
16514 closepath stroke
16515 grestore
16516 % cicmmim_ccicmmim->cicmmicim
16517 gsave
16518 1 setlinewidth
16519 0.000 0.000 0.000 edgecolor
16520 newpath 9346 2090 moveto
16521 9409 2056 9560 1980 9697 1944 curveto
16522 9842 1906 10020 1895 10107 1891 curveto
16523 stroke
16524 0.000 0.000 0.000 edgecolor
16525 newpath 10107 1894.5 moveto
16526 10117 1891 lineto
16527 10107 1887.5 lineto
16528 closepath fill
16529 1 setlinewidth
16530 solid
16531 0.000 0.000 0.000 edgecolor
16532 newpath 10107 1894.5 moveto
16533 10117 1891 lineto
16534 10107 1887.5 lineto
16535 closepath stroke
16536 grestore
16537 % cmmim_ccmmim
16538 gsave
16539 1 setlinewidth
16540 0.000 0.000 0.000 nodecolor
16541 9112 1818 54.2 18 ellipse_path stroke
16542 0.000 0.000 0.000 nodecolor
16543 14 /Times-Roman set_font
16544 9081 1813.9 moveto 62 (c--i-=cc--i-) alignedtext
16545 grestore
16546 % cicmmim_ccicmmim->cmmim_ccmmim
16547 gsave
16548 1 setlinewidth
16549 0.000 0.000 0.000 edgecolor
16550 newpath 9286 2090 moveto
16551 9270 2080 9252 2067 9238 2052 curveto
16552 9208 2018 9150 1899 9124 1845 curveto
16553 stroke
16554 0.000 0.000 0.000 edgecolor
16555 newpath 9127.26 1843.72 moveto
16556 9120 1836 lineto
16557 9120.86 1846.56 lineto
16558 closepath fill
16559 1 setlinewidth
16560 solid
16561 0.000 0.000 0.000 edgecolor
16562 newpath 9127.26 1843.72 moveto
16563 9120 1836 lineto
16564 9120.86 1846.56 lineto
16565 closepath stroke
16566 grestore
16567 % cmmim_ccmmim->cmcmmc_ccmcmmc
16568 gsave
16569 1 setlinewidth
16570 0.000 0.000 0.000 edgecolor
16571 newpath 9099 1800 moveto
16572 9093 1792 9085 1781 9078 1772 curveto
16573 stroke
16574 0.000 0.000 0.000 edgecolor
16575 newpath 9080.8 1769.9 moveto
16576 9072 1764 lineto
16577 9075.2 1774.1 lineto
16578 closepath fill
16579 1 setlinewidth
16580 solid
16581 0.000 0.000 0.000 edgecolor
16582 newpath 9080.8 1769.9 moveto
16583 9072 1764 lineto
16584 9075.2 1774.1 lineto
16585 closepath stroke
16586 grestore
16587 % cmmim_ccmmim->cmmicim_ccmmicim
16588 gsave
16589 1 setlinewidth
16590 0.000 0.000 0.000 edgecolor
16591 newpath 9165 1814 moveto
16592 9319 1804 9756 1774 9820 1764 curveto
16593 9826 1763 9832 1762 9837 1761 curveto
16594 stroke
16595 0.000 0.000 0.000 edgecolor
16596 newpath 9838.43 1764.23 moveto
16597 9847 1758 lineto
16598 9836.42 1757.52 lineto
16599 closepath fill
16600 1 setlinewidth
16601 solid
16602 0.000 0.000 0.000 edgecolor
16603 newpath 9838.43 1764.23 moveto
16604 9847 1758 lineto
16605 9836.42 1757.52 lineto
16606 closepath stroke
16607 grestore
16608 % cmcicmcmc->cmcicmcm_ccmcicmcm
16609 gsave
16610 1 setlinewidth
16611 0.000 0.000 0.000 edgecolor
16612 newpath 10712 1440 moveto
16613 10714 1432 10717 1422 10720 1414 curveto
16614 stroke
16615 0.000 0.000 0.000 edgecolor
16616 newpath 10723.48 1414.58 moveto
16617 10723 1404 lineto
16618 10716.77 1412.57 lineto
16619 closepath fill
16620 1 setlinewidth
16621 solid
16622 0.000 0.000 0.000 edgecolor
16623 newpath 10723.48 1414.58 moveto
16624 10723 1404 lineto
16625 10716.77 1412.57 lineto
16626 closepath stroke
16627 grestore
16628 % cmcicmcmc->cmcimmc_ccmcimmc
16629 gsave
16630 1 setlinewidth
16631 0.000 0.000 0.000 edgecolor
16632 newpath 10746 1449 moveto
16633 10762 1445 10781 1442 10799 1440 curveto
16634 11433 1375 13035 1476 13669 1404 curveto
16635 13676 1403 13682 1402 13689 1401 curveto
16636 stroke
16637 0.000 0.000 0.000 edgecolor
16638 newpath 13689.88 1404.39 moveto
16639 13699 1399 lineto
16640 13688.51 1397.53 lineto
16641 closepath fill
16642 1 setlinewidth
16643 solid
16644 0.000 0.000 0.000 edgecolor
16645 newpath 13689.88 1404.39 moveto
16646 13699 1399 lineto
16647 13688.51 1397.53 lineto
16648 closepath stroke
16649 grestore
16650 % cmcicmmic
16651 gsave
16652 1 setlinewidth
16653 0.000 0.000 0.000 nodecolor
16654 10862 1026 43.78 18 ellipse_path stroke
16655 0.000 0.000 0.000 nodecolor
16656 14 /Times-Roman set_font
16657 10838.5 1021.9 moveto 47 (c-cic--ic) alignedtext
16658 grestore
16659 % cmcicmcmc->cmcicmmic
16660 gsave
16661 1 setlinewidth
16662 0.000 0.000 0.000 edgecolor
16663 newpath 10677 1444 moveto
16664 10662 1435 10645 1421 10637 1404 curveto
16665 10629 1389 10629 1382 10637 1368 curveto
16666 10727 1199 10909 1291 10985 1116 curveto
16667 10991 1101 10993 1093 10985 1080 curveto
16668 10980 1073 10938 1055 10905 1042 curveto
16669 stroke
16670 0.000 0.000 0.000 edgecolor
16671 newpath 10905.58 1038.46 moveto
16672 10895 1038 lineto
16673 10902.98 1044.96 lineto
16674 closepath fill
16675 1 setlinewidth
16676 solid
16677 0.000 0.000 0.000 edgecolor
16678 newpath 10905.58 1038.46 moveto
16679 10895 1038 lineto
16680 10902.98 1044.96 lineto
16681 closepath stroke
16682 grestore
16683 % micmcmc_cmicmcmc
16684 gsave
16685 1 setlinewidth
16686 0.000 0.000 0.000 nodecolor
16687 10345 1386 72.96 18 ellipse_path stroke
16688 0.000 0.000 0.000 nodecolor
16689 14 /Times-Roman set_font
16690 10300.5 1381.9 moveto 89 (-ic-c-c=c-ic-c-c) alignedtext
16691 grestore
16692 % cmcicmcmc->micmcmc_cmicmcmc
16693 gsave
16694 1 setlinewidth
16695 0.000 0.000 0.000 edgecolor
16696 newpath 10665 1450 moveto
16697 10587 1435 10427 1404 10427 1404 curveto
16698 10421 1403 10415 1401 10409 1400 curveto
16699 stroke
16700 0.000 0.000 0.000 edgecolor
16701 newpath 10409.49 1396.53 moveto
16702 10399 1398 lineto
16703 10408.12 1403.39 lineto
16704 closepath fill
16705 1 setlinewidth
16706 solid
16707 0.000 0.000 0.000 edgecolor
16708 newpath 10409.49 1396.53 moveto
16709 10399 1398 lineto
16710 10408.12 1403.39 lineto
16711 closepath stroke
16712 grestore
16713 % cmcicmcm_ccmcicmcm->cmcimm_ccmcimm
16714 gsave
16715 1 setlinewidth
16716 0.000 0.000 0.000 edgecolor
16717 newpath 10785 1373 moveto
16718 10796 1371 10808 1369 10819 1368 curveto
16719 11372 1309 12766 1355 13323 1332 curveto
16720 13388 1329 13461 1324 13514 1320 curveto
16721 stroke
16722 0.000 0.000 0.000 edgecolor
16723 newpath 13514.4 1323.48 moveto
16724 13524 1319 lineto
16725 13513.7 1316.51 lineto
16726 closepath fill
16727 1 setlinewidth
16728 solid
16729 0.000 0.000 0.000 edgecolor
16730 newpath 13514.4 1323.48 moveto
16731 13524 1319 lineto
16732 13513.7 1316.51 lineto
16733 closepath stroke
16734 grestore
16735 % cmcicmmi_ccmcicmmi
16736 gsave
16737 1 setlinewidth
16738 0.000 0.000 0.000 nodecolor
16739 10595 810 77.13 18 ellipse_path stroke
16740 0.000 0.000 0.000 nodecolor
16741 14 /Times-Roman set_font
16742 10547.5 805.9 moveto 95 (c-cic--i=cc-cic--i) alignedtext
16743 grestore
16744 % cmcicmcm_ccmcicmcm->cmcicmmi_ccmcicmmi
16745 gsave
16746 1 setlinewidth
16747 0.000 0.000 0.000 edgecolor
16748 newpath 10786 1373 moveto
16749 10935 1340 11318 1255 11318 1242 curveto
16750 11318 1242 11318 1242 11318 954 curveto
16751 11318 907 11303 888 11263 864 curveto
16752 11207 830 10745 836 10681 828 curveto
16753 10674 827 10668 826 10661 825 curveto
16754 stroke
16755 0.000 0.000 0.000 edgecolor
16756 newpath 10661.49 821.53 moveto
16757 10651 823 lineto
16758 10660.12 828.39 lineto
16759 closepath fill
16760 1 setlinewidth
16761 solid
16762 0.000 0.000 0.000 edgecolor
16763 newpath 10661.49 821.53 moveto
16764 10651 823 lineto
16765 10660.12 828.39 lineto
16766 closepath stroke
16767 grestore
16768 % micmcm_cmicmcm
16769 gsave
16770 1 setlinewidth
16771 0.000 0.000 0.000 nodecolor
16772 10378 1314 63.23 18 ellipse_path stroke
16773 0.000 0.000 0.000 nodecolor
16774 14 /Times-Roman set_font
16775 10340.5 1309.9 moveto 75 (-ic-c-=c-ic-c-) alignedtext
16776 grestore
16777 % cmcicmcm_ccmcicmcm->micmcm_cmicmcm
16778 gsave
16779 1 setlinewidth
16780 0.000 0.000 0.000 edgecolor
16781 newpath 10666 1374 moveto
16782 10610 1364 10527 1348 10455 1332 curveto
16783 10449 1331 10443 1329 10437 1328 curveto
16784 stroke
16785 0.000 0.000 0.000 edgecolor
16786 newpath 10437.49 1324.53 moveto
16787 10427 1326 lineto
16788 10436.12 1331.39 lineto
16789 closepath fill
16790 1 setlinewidth
16791 solid
16792 0.000 0.000 0.000 edgecolor
16793 newpath 10437.49 1324.53 moveto
16794 10427 1326 lineto
16795 10436.12 1331.39 lineto
16796 closepath stroke
16797 grestore
16798 % cmcicmmc_ccmcicmmc->cmcicmcmc
16799 gsave
16800 1 setlinewidth
16801 0.000 0.000 0.000 edgecolor
16802 newpath 10467 1517 moveto
16803 10521 1504 10604 1483 10657 1470 curveto
16804 stroke
16805 0.000 0.000 0.000 edgecolor
16806 newpath 10657.88 1473.39 moveto
16807 10667 1468 lineto
16808 10656.51 1466.53 lineto
16809 closepath fill
16810 1 setlinewidth
16811 solid
16812 0.000 0.000 0.000 edgecolor
16813 newpath 10657.88 1473.39 moveto
16814 10667 1468 lineto
16815 10656.51 1466.53 lineto
16816 closepath stroke
16817 grestore
16818 % cmcicmmc_ccmcicmmc->cmcicmm_ccmcicmm
16819 gsave
16820 1 setlinewidth
16821 0.000 0.000 0.000 edgecolor
16822 newpath 10367 1515 moveto
16823 10333 1504 10286 1488 10250 1476 curveto
16824 stroke
16825 0.000 0.000 0.000 edgecolor
16826 newpath 10250.58 1472.52 moveto
16827 10240 1473 lineto
16828 10248.57 1479.23 lineto
16829 closepath fill
16830 1 setlinewidth
16831 solid
16832 0.000 0.000 0.000 edgecolor
16833 newpath 10250.58 1472.52 moveto
16834 10240 1473 lineto
16835 10248.57 1479.23 lineto
16836 closepath stroke
16837 grestore
16838 % cmcicmmci
16839 gsave
16840 1 setlinewidth
16841 0.000 0.000 0.000 nodecolor
16842 10612 1026 43.78 18 ellipse_path stroke
16843 0.000 0.000 0.000 nodecolor
16844 14 /Times-Roman set_font
16845 10588.5 1021.9 moveto 47 (c-cic--ci) alignedtext
16846 grestore
16847 % cmcicmmc_ccmcicmmc->cmcicmmci
16848 gsave
16849 1 setlinewidth
16850 0.000 0.000 0.000 edgecolor
16851 newpath 10421 1512 moveto
16852 10430 1492 10439 1460 10423 1440 curveto
16853 10377 1383 10308 1460 10263 1404 curveto
16854 10253 1391 10258 1383 10263 1368 curveto
16855 10307 1204 10494 1088 10575 1045 curveto
16856 stroke
16857 0.000 0.000 0.000 edgecolor
16858 newpath 10576.96 1047.92 moveto
16859 10584 1040 lineto
16860 10573.56 1041.8 lineto
16861 closepath fill
16862 1 setlinewidth
16863 solid
16864 0.000 0.000 0.000 edgecolor
16865 newpath 10576.96 1047.92 moveto
16866 10584 1040 lineto
16867 10573.56 1041.8 lineto
16868 closepath stroke
16869 grestore
16870 % micmmc_cmicmmc
16871 gsave
16872 1 setlinewidth
16873 0.000 0.000 0.000 nodecolor
16874 10351 1458 63.23 18 ellipse_path stroke
16875 0.000 0.000 0.000 nodecolor
16876 14 /Times-Roman set_font
16877 10313.5 1453.9 moveto 75 (-ic--c=c-ic--c) alignedtext
16878 grestore
16879 % cmcicmmc_ccmcicmmc->micmmc_cmicmmc
16880 gsave
16881 1 setlinewidth
16882 0.000 0.000 0.000 edgecolor
16883 newpath 10397 1512 moveto
16884 10390 1503 10381 1493 10373 1484 curveto
16885 stroke
16886 0.000 0.000 0.000 edgecolor
16887 newpath 10375.22 1481.22 moveto
16888 10366 1476 lineto
16889 10369.95 1485.83 lineto
16890 closepath fill
16891 1 setlinewidth
16892 solid
16893 0.000 0.000 0.000 edgecolor
16894 newpath 10375.22 1481.22 moveto
16895 10366 1476 lineto
16896 10369.95 1485.83 lineto
16897 closepath stroke
16898 grestore
16899 % cmcicmm_ccmcicmm->cmcicmcm_ccmcicmcm
16900 gsave
16901 1 setlinewidth
16902 0.000 0.000 0.000 edgecolor
16903 newpath 10250 1446 moveto
16904 10259 1443 10269 1442 10279 1440 curveto
16905 10347 1428 10534 1407 10644 1395 curveto
16906 stroke
16907 0.000 0.000 0.000 edgecolor
16908 newpath 10644.4 1398.48 moveto
16909 10654 1394 lineto
16910 10643.7 1391.51 lineto
16911 closepath fill
16912 1 setlinewidth
16913 solid
16914 0.000 0.000 0.000 edgecolor
16915 newpath 10644.4 1398.48 moveto
16916 10654 1394 lineto
16917 10643.7 1391.51 lineto
16918 closepath stroke
16919 grestore
16920 % cmcic_ccmcic
16921 gsave
16922 1 setlinewidth
16923 0.000 0.000 0.000 nodecolor
16924 9358 882 59.96 18 ellipse_path stroke
16925 0.000 0.000 0.000 nodecolor
16926 14 /Times-Roman set_font
16927 9322.5 877.9 moveto 71 (c-cic=cc-cic) alignedtext
16928 grestore
16929 % cmcicmm_ccmcicmm->cmcic_ccmcic
16930 gsave
16931 1 setlinewidth
16932 0.000 0.000 0.000 edgecolor
16933 newpath 10136 1448 moveto
16934 10117 1445 10096 1442 10077 1440 curveto
16935 9978 1428 9723 1444 9633 1404 curveto
16936 9611 1394 9616 1377 9595 1368 curveto
16937 9478 1317 9146 1369 9025 1332 curveto
16938 8965 1313 8938 1312 8905 1260 curveto
16939 8844 1165 8813 1097 8882 1008 curveto
16940 8932 943 9173 905 9291 889 curveto
16941 stroke
16942 0.000 0.000 0.000 edgecolor
16943 newpath 9291.4 892.48 moveto
16944 9301 888 lineto
16945 9290.7 885.51 lineto
16946 closepath fill
16947 1 setlinewidth
16948 solid
16949 0.000 0.000 0.000 edgecolor
16950 newpath 9291.4 892.48 moveto
16951 9301 888 lineto
16952 9290.7 885.51 lineto
16953 closepath stroke
16954 grestore
16955 % micmm_cmicmm
16956 gsave
16957 1 setlinewidth
16958 0.000 0.000 0.000 nodecolor
16959 10086 1386 54.2 18 ellipse_path stroke
16960 0.000 0.000 0.000 nodecolor
16961 14 /Times-Roman set_font
16962 10055 1381.9 moveto 62 (-ic--=c-ic--) alignedtext
16963 grestore
16964 % cmcicmm_ccmcicmm->micmm_cmicmm
16965 gsave
16966 1 setlinewidth
16967 0.000 0.000 0.000 edgecolor
16968 newpath 10171 1441 moveto
16969 10156 1431 10136 1418 10119 1408 curveto
16970 stroke
16971 0.000 0.000 0.000 edgecolor
16972 newpath 10121.1 1405.2 moveto
16973 10111 1402 lineto
16974 10116.9 1410.8 lineto
16975 closepath fill
16976 1 setlinewidth
16977 solid
16978 0.000 0.000 0.000 edgecolor
16979 newpath 10121.1 1405.2 moveto
16980 10111 1402 lineto
16981 10116.9 1410.8 lineto
16982 closepath stroke
16983 grestore
16984 % cimic_ccimic->cimi_ccimi
16985 gsave
16986 1 setlinewidth
16987 0.000 0.000 0.000 edgecolor
16988 newpath 10923 1373 moveto
16989 10931 1371 10939 1369 10947 1368 curveto
16990 11115 1336 11163 1364 11332 1332 curveto
16991 11337 1331 11342 1330 11347 1328 curveto
16992 stroke
16993 0.000 0.000 0.000 edgecolor
16994 newpath 11347.88 1331.39 moveto
16995 11357 1326 lineto
16996 11346.51 1324.53 lineto
16997 closepath fill
16998 1 setlinewidth
16999 solid
17000 0.000 0.000 0.000 edgecolor
17001 newpath 11347.88 1331.39 moveto
17002 11357 1326 lineto
17003 11346.51 1324.53 lineto
17004 closepath stroke
17005 grestore
17006 % cimic_ccimic->cmmimic_ccmmimic
17007 gsave
17008 1 setlinewidth
17009 0.000 0.000 0.000 edgecolor
17010 newpath 10844 1373 moveto
17011 10836 1371 10827 1369 10819 1368 curveto
17012 10290 1287 10146 1401 9617 1332 curveto
17013 9611 1331 9605 1330 9599 1329 curveto
17014 stroke
17015 0.000 0.000 0.000 edgecolor
17016 newpath 9599.49 1325.53 moveto
17017 9589 1327 lineto
17018 9598.12 1332.39 lineto
17019 closepath fill
17020 1 setlinewidth
17021 solid
17022 0.000 0.000 0.000 edgecolor
17023 newpath 9599.49 1325.53 moveto
17024 9589 1327 lineto
17025 9598.12 1332.39 lineto
17026 closepath stroke
17027 grestore
17028 % mmcimic
17029 gsave
17030 1 setlinewidth
17031 0.000 0.000 0.000 nodecolor
17032 9512 1242 34.05 18 ellipse_path stroke
17033 0.000 0.000 0.000 nodecolor
17034 14 /Times-Roman set_font
17035 9495.5 1237.9 moveto 33 (--ci-ic) alignedtext
17036 grestore
17037 % cimic_ccimic->mmcimic
17038 gsave
17039 1 setlinewidth
17040 0.000 0.000 0.000 edgecolor
17041 newpath 10843 1374 moveto
17042 10835 1372 10827 1370 10819 1368 curveto
17043 10656 1329 10615 1315 10450 1296 curveto
17044 10071 1251 9970 1309 9593 1260 curveto
17045 9580 1258 9566 1256 9553 1253 curveto
17046 stroke
17047 0.000 0.000 0.000 edgecolor
17048 newpath 9553.58 1249.52 moveto
17049 9543 1250 lineto
17050 9551.57 1256.23 lineto
17051 closepath fill
17052 1 setlinewidth
17053 solid
17054 0.000 0.000 0.000 edgecolor
17055 newpath 9553.58 1249.52 moveto
17056 9543 1250 lineto
17057 9551.57 1256.23 lineto
17058 closepath stroke
17059 grestore
17060 % cmcimicmc->cmcicmcmc
17061 gsave
17062 1 setlinewidth
17063 0.000 0.000 0.000 edgecolor
17064 newpath 10854 1517 moveto
17065 10825 1505 10780 1488 10748 1475 curveto
17066 stroke
17067 0.000 0.000 0.000 edgecolor
17068 newpath 10748.58 1471.46 moveto
17069 10738 1471 lineto
17070 10745.98 1477.96 lineto
17071 closepath fill
17072 1 setlinewidth
17073 solid
17074 0.000 0.000 0.000 edgecolor
17075 newpath 10748.58 1471.46 moveto
17076 10738 1471 lineto
17077 10745.98 1477.96 lineto
17078 closepath stroke
17079 grestore
17080 % cmcimicmc->cmcimicm_ccmcimicm
17081 gsave
17082 1 setlinewidth
17083 0.000 0.000 0.000 edgecolor
17084 newpath 10886 1512 moveto
17085 10885 1504 10885 1495 10885 1486 curveto
17086 stroke
17087 0.000 0.000 0.000 edgecolor
17088 newpath 10888.5 1486 moveto
17089 10885 1476 lineto
17090 10881.5 1486 lineto
17091 closepath fill
17092 1 setlinewidth
17093 solid
17094 0.000 0.000 0.000 edgecolor
17095 newpath 10888.5 1486 moveto
17096 10885 1476 lineto
17097 10881.5 1486 lineto
17098 closepath stroke
17099 grestore
17100 % cmcimimic
17101 gsave
17102 1 setlinewidth
17103 0.000 0.000 0.000 nodecolor
17104 10672 1170 41 18 ellipse_path stroke
17105 0.000 0.000 0.000 nodecolor
17106 14 /Times-Roman set_font
17107 10650.5 1165.9 moveto 43 (c-ci-i-ic) alignedtext
17108 grestore
17109 % cmcimicmc->cmcimimic
17110 gsave
17111 1 setlinewidth
17112 0.000 0.000 0.000 edgecolor
17113 newpath 10930 1528 moveto
17114 11018 1525 11224 1517 11397 1512 curveto
17115 11539 1507 12542 1509 12681 1476 curveto
17116 12717 1467 12720 1449 12757 1440 curveto
17117 12867 1411 13168 1458 13269 1404 curveto
17118 13347 1361 13418 1287 13356 1224 curveto
17119 13305 1172 10841 1195 10770 1188 curveto
17120 10753 1186 10735 1183 10719 1180 curveto
17121 stroke
17122 0.000 0.000 0.000 edgecolor
17123 newpath 10719.49 1176.53 moveto
17124 10709 1178 lineto
17125 10718.12 1183.39 lineto
17126 closepath fill
17127 1 setlinewidth
17128 solid
17129 0.000 0.000 0.000 edgecolor
17130 newpath 10719.49 1176.53 moveto
17131 10709 1178 lineto
17132 10718.12 1183.39 lineto
17133 closepath stroke
17134 grestore
17135 % mimicmc_cmimicmc
17136 gsave
17137 1 setlinewidth
17138 0.000 0.000 0.000 nodecolor
17139 10537 1458 66.9 18 ellipse_path stroke
17140 0.000 0.000 0.000 nodecolor
17141 14 /Times-Roman set_font
17142 10496.5 1453.9 moveto 81 (-i-ic-c=c-i-ic-c) alignedtext
17143 grestore
17144 % cmcimicmc->mimicmc_cmimicmc
17145 gsave
17146 1 setlinewidth
17147 0.000 0.000 0.000 edgecolor
17148 newpath 10853 1518 moveto
17149 10846 1516 10840 1514 10833 1512 curveto
17150 10791 1501 10678 1482 10604 1469 curveto
17151 stroke
17152 0.000 0.000 0.000 edgecolor
17153 newpath 10604.49 1465.53 moveto
17154 10594 1467 lineto
17155 10603.12 1472.39 lineto
17156 closepath fill
17157 1 setlinewidth
17158 solid
17159 0.000 0.000 0.000 edgecolor
17160 newpath 10604.49 1465.53 moveto
17161 10594 1467 lineto
17162 10603.12 1472.39 lineto
17163 closepath stroke
17164 grestore
17165 % cmcimicm_ccmcimicm->cmcicmcm_ccmcicmcm
17166 gsave
17167 1 setlinewidth
17168 0.000 0.000 0.000 edgecolor
17169 newpath 10850 1442 moveto
17170 10827 1431 10797 1418 10772 1406 curveto
17171 stroke
17172 0.000 0.000 0.000 edgecolor
17173 newpath 10773.56 1402.86 moveto
17174 10763 1402 lineto
17175 10770.72 1409.26 lineto
17176 closepath fill
17177 1 setlinewidth
17178 solid
17179 0.000 0.000 0.000 edgecolor
17180 newpath 10773.56 1402.86 moveto
17181 10763 1402 lineto
17182 10770.72 1409.26 lineto
17183 closepath stroke
17184 grestore
17185 % cmcimimi_ccmcimimi
17186 gsave
17187 1 setlinewidth
17188 0.000 0.000 0.000 nodecolor
17189 10599 1098 71.07 18 ellipse_path stroke
17190 0.000 0.000 0.000 nodecolor
17191 14 /Times-Roman set_font
17192 10555.5 1093.9 moveto 87 (c-ci-i-i=cc-ci-i-i) alignedtext
17193 grestore
17194 % cmcimicm_ccmcimicm->cmcimimi_ccmcimimi
17195 gsave
17196 1 setlinewidth
17197 0.000 0.000 0.000 edgecolor
17198 newpath 10939 1445 moveto
17199 10949 1443 10960 1441 10971 1440 curveto
17200 11097 1425 13155 1461 13269 1404 curveto
17201 13348 1363 13418 1287 13356 1224 curveto
17202 13306 1173 10872 1203 10803 1188 curveto
17203 10764 1179 10758 1167 10722 1152 curveto
17204 10697 1141 10668 1128 10644 1118 curveto
17205 stroke
17206 0.000 0.000 0.000 edgecolor
17207 newpath 10645.56 1114.86 moveto
17208 10635 1114 lineto
17209 10642.72 1121.26 lineto
17210 closepath fill
17211 1 setlinewidth
17212 solid
17213 0.000 0.000 0.000 edgecolor
17214 newpath 10645.56 1114.86 moveto
17215 10635 1114 lineto
17216 10642.72 1121.26 lineto
17217 closepath stroke
17218 grestore
17219 % cmcimicm_ccmcimicm->mimicm_cmimicm
17220 gsave
17221 1 setlinewidth
17222 0.000 0.000 0.000 edgecolor
17223 newpath 10824 1447 moveto
17224 10750 1434 10628 1411 10554 1397 curveto
17225 stroke
17226 0.000 0.000 0.000 edgecolor
17227 newpath 10554.49 1393.53 moveto
17228 10544 1395 lineto
17229 10553.12 1400.39 lineto
17230 closepath fill
17231 1 setlinewidth
17232 solid
17233 0.000 0.000 0.000 edgecolor
17234 newpath 10554.49 1393.53 moveto
17235 10544 1395 lineto
17236 10553.12 1400.39 lineto
17237 closepath stroke
17238 grestore
17239 % cmcimim_ccmcimim->cmcicmmc_ccmcicmmc
17240 gsave
17241 1 setlinewidth
17242 0.000 0.000 0.000 edgecolor
17243 newpath 10498 1585 moveto
17244 10483 1576 10464 1564 10448 1553 curveto
17245 stroke
17246 0.000 0.000 0.000 edgecolor
17247 newpath 10449.26 1549.63 moveto
17248 10439 1547 lineto
17249 10445.38 1555.46 lineto
17250 closepath fill
17251 1 setlinewidth
17252 solid
17253 0.000 0.000 0.000 edgecolor
17254 newpath 10449.26 1549.63 moveto
17255 10439 1547 lineto
17256 10445.38 1555.46 lineto
17257 closepath stroke
17258 grestore
17259 % cmcimim_ccmcimim->cmcimicmc
17260 gsave
17261 1 setlinewidth
17262 0.000 0.000 0.000 edgecolor
17263 newpath 10573 1590 moveto
17264 10582 1587 10591 1586 10600 1584 curveto
17265 10702 1563 10731 1572 10833 1548 curveto
17266 10837 1547 10840 1546 10843 1545 curveto
17267 stroke
17268 0.000 0.000 0.000 edgecolor
17269 newpath 10844.43 1548.23 moveto
17270 10853 1542 lineto
17271 10842.42 1541.52 lineto
17272 closepath fill
17273 1 setlinewidth
17274 solid
17275 0.000 0.000 0.000 edgecolor
17276 newpath 10844.43 1548.23 moveto
17277 10853 1542 lineto
17278 10842.42 1541.52 lineto
17279 closepath stroke
17280 grestore
17281 % cmcimim_ccmcimim->mimim_cmimim
17282 gsave
17283 1 setlinewidth
17284 0.000 0.000 0.000 edgecolor
17285 newpath 10533 1584 moveto
17286 10537 1576 10542 1566 10547 1557 curveto
17287 stroke
17288 0.000 0.000 0.000 edgecolor
17289 newpath 10550.14 1558.56 moveto
17290 10551 1548 lineto
17291 10543.74 1555.72 lineto
17292 closepath fill
17293 1 setlinewidth
17294 solid
17295 0.000 0.000 0.000 edgecolor
17296 newpath 10550.14 1558.56 moveto
17297 10551 1548 lineto
17298 10543.74 1555.72 lineto
17299 closepath stroke
17300 grestore
17301 % cmcimmc_ccmcimmc->cmcimm_ccmcimm
17302 gsave
17303 1 setlinewidth
17304 0.000 0.000 0.000 edgecolor
17305 newpath 13715 1370 moveto
17306 13690 1359 13656 1345 13629 1333 curveto
17307 stroke
17308 0.000 0.000 0.000 edgecolor
17309 newpath 13630.56 1329.86 moveto
17310 13620 1329 lineto
17311 13627.72 1336.26 lineto
17312 closepath fill
17313 1 setlinewidth
17314 solid
17315 0.000 0.000 0.000 edgecolor
17316 newpath 13630.56 1329.86 moveto
17317 13620 1329 lineto
17318 13627.72 1336.26 lineto
17319 closepath stroke
17320 grestore
17321 % cmcimmcic
17322 gsave
17323 1 setlinewidth
17324 0.000 0.000 0.000 nodecolor
17325 11054 1026 43.78 18 ellipse_path stroke
17326 0.000 0.000 0.000 nodecolor
17327 14 /Times-Roman set_font
17328 11030.5 1021.9 moveto 47 (c-ci--cic) alignedtext
17329 grestore
17330 % cmcimmc_ccmcimmc->cmcimmcic
17331 gsave
17332 1 setlinewidth
17333 0.000 0.000 0.000 edgecolor
17334 newpath 13736 1368 moveto
17335 13718 1348 13687 1317 13657 1296 curveto
17336 13449 1152 13358 1181 13108 1152 curveto
17337 12247 1051 12022 1139 11162 1044 curveto
17338 11143 1041 11122 1038 11104 1036 curveto
17339 stroke
17340 0.000 0.000 0.000 edgecolor
17341 newpath 11104.49 1032.53 moveto
17342 11094 1034 lineto
17343 11103.12 1039.39 lineto
17344 closepath fill
17345 1 setlinewidth
17346 solid
17347 0.000 0.000 0.000 edgecolor
17348 newpath 11104.49 1032.53 moveto
17349 11094 1034 lineto
17350 11103.12 1039.39 lineto
17351 closepath stroke
17352 grestore
17353 % micimmc_cmicimmc
17354 gsave
17355 1 setlinewidth
17356 0.000 0.000 0.000 nodecolor
17357 13247 1314 66.9 18 ellipse_path stroke
17358 0.000 0.000 0.000 nodecolor
17359 14 /Times-Roman set_font
17360 13206.5 1309.9 moveto 81 (-ici--c=c-ici--c) alignedtext
17361 grestore
17362 % cmcimmc_ccmcimmc->micimmc_cmicimmc
17363 gsave
17364 1 setlinewidth
17365 0.000 0.000 0.000 edgecolor
17366 newpath 13698 1374 moveto
17367 13688 1371 13678 1370 13669 1368 curveto
17368 13547 1347 13405 1330 13320 1321 curveto
17369 stroke
17370 0.000 0.000 0.000 edgecolor
17371 newpath 13320.3 1317.51 moveto
17372 13310 1320 lineto
17373 13319.6 1324.48 lineto
17374 closepath fill
17375 1 setlinewidth
17376 solid
17377 0.000 0.000 0.000 edgecolor
17378 newpath 13320.3 1317.51 moveto
17379 13310 1320 lineto
17380 13319.6 1324.48 lineto
17381 closepath stroke
17382 grestore
17383 % cmcimmi_ccmcimmi
17384 gsave
17385 1 setlinewidth
17386 0.000 0.000 0.000 nodecolor
17387 11088 738 66.9 18 ellipse_path stroke
17388 0.000 0.000 0.000 nodecolor
17389 14 /Times-Roman set_font
17390 11047.5 733.9 moveto 81 (c-ci--i=cc-ci--i) alignedtext
17391 grestore
17392 % cmcimm_ccmcimm->cmcimmi_ccmcimmi
17393 gsave
17394 1 setlinewidth
17395 0.000 0.000 0.000 edgecolor
17396 newpath 13585 1296 moveto
17397 13585 1268 13585 1215 13585 1170 curveto
17398 13585 1170 13585 1170 13585 882 curveto
17399 13585 758 11587 740 11165 738 curveto
17400 stroke
17401 0.000 0.000 0.000 edgecolor
17402 newpath 11165 734.5 moveto
17403 11155 738 lineto
17404 11165 741.5 lineto
17405 closepath fill
17406 1 setlinewidth
17407 solid
17408 0.000 0.000 0.000 edgecolor
17409 newpath 11165 734.5 moveto
17410 11155 738 lineto
17411 11165 741.5 lineto
17412 closepath stroke
17413 grestore
17414 % micimm_cmicimm
17415 gsave
17416 1 setlinewidth
17417 0.000 0.000 0.000 nodecolor
17418 13218 1242 57.87 18 ellipse_path stroke
17419 0.000 0.000 0.000 nodecolor
17420 14 /Times-Roman set_font
17421 13184 1237.9 moveto 68 (-ici--=c-ici--) alignedtext
17422 grestore
17423 % cmcimm_ccmcimm->micimm_cmicimm
17424 gsave
17425 1 setlinewidth
17426 0.000 0.000 0.000 edgecolor
17427 newpath 13533 1304 moveto
17428 13465 1291 13348 1267 13277 1254 curveto
17429 stroke
17430 0.000 0.000 0.000 edgecolor
17431 newpath 13277.49 1250.53 moveto
17432 13267 1252 lineto
17433 13276.12 1257.39 lineto
17434 closepath fill
17435 1 setlinewidth
17436 solid
17437 0.000 0.000 0.000 edgecolor
17438 newpath 13277.49 1250.53 moveto
17439 13267 1252 lineto
17440 13276.12 1257.39 lineto
17441 closepath stroke
17442 grestore
17443 % cimi_ccimi->cmmimi_ccmmimi
17444 gsave
17445 1 setlinewidth
17446 0.000 0.000 0.000 edgecolor
17447 newpath 11346 1313 moveto
17448 11128 1309 10202 1288 9914 1260 curveto
17449 9898 1258 9880 1256 9864 1253 curveto
17450 stroke
17451 0.000 0.000 0.000 edgecolor
17452 newpath 9864.49 1249.53 moveto
17453 9854 1251 lineto
17454 9863.12 1256.39 lineto
17455 closepath fill
17456 1 setlinewidth
17457 solid
17458 0.000 0.000 0.000 edgecolor
17459 newpath 9864.49 1249.53 moveto
17460 9854 1251 lineto
17461 9863.12 1256.39 lineto
17462 closepath stroke
17463 grestore
17464 % mmcimi
17465 gsave
17466 1 setlinewidth
17467 0.000 0.000 0.000 nodecolor
17468 9585 1170 29.19 18 ellipse_path stroke
17469 0.000 0.000 0.000 nodecolor
17470 14 /Times-Roman set_font
17471 9572 1165.9 moveto 26 (--ci-i) alignedtext
17472 grestore
17473 % cimi_ccimi->mmcimi
17474 gsave
17475 1 setlinewidth
17476 0.000 0.000 0.000 edgecolor
17477 newpath 11346 1313 moveto
17478 11141 1310 10317 1294 10061 1260 curveto
17479 9990 1250 9974 1236 9904 1224 curveto
17480 9780 1201 9743 1223 9623 1188 curveto
17481 9621 1187 9619 1186 9617 1186 curveto
17482 stroke
17483 0.000 0.000 0.000 edgecolor
17484 newpath 9617.58 1182.46 moveto
17485 9607 1182 lineto
17486 9614.98 1188.96 lineto
17487 closepath fill
17488 1 setlinewidth
17489 solid
17490 0.000 0.000 0.000 edgecolor
17491 newpath 9617.58 1182.46 moveto
17492 9607 1182 lineto
17493 9614.98 1188.96 lineto
17494 closepath stroke
17495 grestore
17496 % cimmcicmc
17497 gsave
17498 1 setlinewidth
17499 0.000 0.000 0.000 nodecolor
17500 10992 1746 43.78 18 ellipse_path stroke
17501 0.000 0.000 0.000 nodecolor
17502 14 /Times-Roman set_font
17503 10968.5 1741.9 moveto 47 (ci--cic-c) alignedtext
17504 grestore
17505 % cimmcicmc->cimimicmc
17506 gsave
17507 1 setlinewidth
17508 0.000 0.000 0.000 edgecolor
17509 newpath 11030 1737 moveto
17510 11046 1734 11066 1730 11083 1728 curveto
17511 11151 1719 11651 1741 11699 1692 curveto
17512 11709 1680 11706 1670 11699 1656 curveto
17513 11692 1641 11678 1629 11665 1620 curveto
17514 stroke
17515 0.000 0.000 0.000 edgecolor
17516 newpath 11666.44 1616.8 moveto
17517 11656 1615 lineto
17518 11663.04 1622.92 lineto
17519 closepath fill
17520 1 setlinewidth
17521 solid
17522 0.000 0.000 0.000 edgecolor
17523 newpath 11666.44 1616.8 moveto
17524 11656 1615 lineto
17525 11663.04 1622.92 lineto
17526 closepath stroke
17527 grestore
17528 % cimmcicm_ccimmcicm
17529 gsave
17530 1 setlinewidth
17531 0.000 0.000 0.000 nodecolor
17532 10461 1674 77.13 18 ellipse_path stroke
17533 0.000 0.000 0.000 nodecolor
17534 14 /Times-Roman set_font
17535 10413.5 1669.9 moveto 95 (ci--cic-=cci--cic-) alignedtext
17536 grestore
17537 % cimmcicmc->cimmcicm_ccimmcicm
17538 gsave
17539 1 setlinewidth
17540 0.000 0.000 0.000 edgecolor
17541 newpath 10950 1740 moveto
17542 10877 1731 10721 1710 10590 1692 curveto
17543 10572 1689 10554 1687 10537 1684 curveto
17544 stroke
17545 0.000 0.000 0.000 edgecolor
17546 newpath 10537.3 1680.51 moveto
17547 10527 1683 lineto
17548 10536.6 1687.48 lineto
17549 closepath fill
17550 1 setlinewidth
17551 solid
17552 0.000 0.000 0.000 edgecolor
17553 newpath 10537.3 1680.51 moveto
17554 10527 1683 lineto
17555 10536.6 1687.48 lineto
17556 closepath stroke
17557 grestore
17558 % cimmcmc_ccimmcmc_cicimmcmc
17559 gsave
17560 1 setlinewidth
17561 0.000 0.000 0.000 nodecolor
17562 11438 1674 109.99 18 ellipse_path stroke
17563 0.000 0.000 0.000 nodecolor
17564 14 /Times-Roman set_font
17565 11366.5 1669.9 moveto 143 (ci--c-c=cci--c-c=cici--c-c) alignedtext
17566 grestore
17567 % cimmcicmc->cimmcmc_ccimmcmc_cicimmcmc
17568 gsave
17569 1 setlinewidth
17570 0.000 0.000 0.000 edgecolor
17571 newpath 11031 1738 moveto
17572 11047 1735 11066 1731 11083 1728 curveto
17573 11132 1719 11257 1700 11346 1687 curveto
17574 stroke
17575 0.000 0.000 0.000 edgecolor
17576 newpath 11346.4 1690.48 moveto
17577 11356 1686 lineto
17578 11345.7 1683.51 lineto
17579 closepath fill
17580 1 setlinewidth
17581 solid
17582 0.000 0.000 0.000 edgecolor
17583 newpath 11346.4 1690.48 moveto
17584 11356 1686 lineto
17585 11345.7 1683.51 lineto
17586 closepath stroke
17587 grestore
17588 % cimmcicmc->cmcmcicmc
17589 gsave
17590 1 setlinewidth
17591 0.000 0.000 0.000 edgecolor
17592 newpath 10950 1741 moveto
17593 10886 1733 10763 1716 10661 1692 curveto
17594 10609 1679 10599 1666 10547 1656 curveto
17595 10340 1616 10283 1648 10076 1620 curveto
17596 10063 1618 10049 1616 10036 1613 curveto
17597 stroke
17598 0.000 0.000 0.000 edgecolor
17599 newpath 10036.49 1609.53 moveto
17600 10026 1611 lineto
17601 10035.12 1616.39 lineto
17602 closepath fill
17603 1 setlinewidth
17604 solid
17605 0.000 0.000 0.000 edgecolor
17606 newpath 10036.49 1609.53 moveto
17607 10026 1611 lineto
17608 10035.12 1616.39 lineto
17609 closepath stroke
17610 grestore
17611 % cimmcicm_ccimmcicm->cicmmcicm
17612 gsave
17613 1 setlinewidth
17614 0.000 0.000 0.000 edgecolor
17615 newpath 10531 1666 moveto
17616 10570 1663 10618 1658 10661 1656 curveto
17617 11112 1627 11228 1672 11678 1620 curveto
17618 11692 1618 11706 1616 11720 1613 curveto
17619 stroke
17620 0.000 0.000 0.000 edgecolor
17621 newpath 11720.88 1616.39 moveto
17622 11730 1611 lineto
17623 11719.51 1609.53 lineto
17624 closepath fill
17625 1 setlinewidth
17626 solid
17627 0.000 0.000 0.000 edgecolor
17628 newpath 11720.88 1616.39 moveto
17629 11730 1611 lineto
17630 11719.51 1609.53 lineto
17631 closepath stroke
17632 grestore
17633 % cimmcm_ccimmcm_cicimmcm
17634 gsave
17635 1 setlinewidth
17636 0.000 0.000 0.000 nodecolor
17637 11229 1602 96.09 18 ellipse_path stroke
17638 0.000 0.000 0.000 nodecolor
17639 14 /Times-Roman set_font
17640 11167.5 1597.9 moveto 123 (ci--c-=cci--c-=cici--c-) alignedtext
17641 grestore
17642 % cimmcicm_ccimmcicm->cimmcm_ccimmcm_cicimmcm
17643 gsave
17644 1 setlinewidth
17645 0.000 0.000 0.000 edgecolor
17646 newpath 10517 1662 moveto
17647 10529 1659 10541 1657 10552 1656 curveto
17648 10802 1623 10868 1648 11119 1620 curveto
17649 11129 1619 11139 1617 11149 1616 curveto
17650 stroke
17651 0.000 0.000 0.000 edgecolor
17652 newpath 11149.88 1619.39 moveto
17653 11159 1614 lineto
17654 11148.51 1612.53 lineto
17655 closepath fill
17656 1 setlinewidth
17657 solid
17658 0.000 0.000 0.000 edgecolor
17659 newpath 11149.88 1619.39 moveto
17660 11159 1614 lineto
17661 11148.51 1612.53 lineto
17662 closepath stroke
17663 grestore
17664 % cimmcicm_ccimmcicm->cmcmcicm_ccmcmcicm
17665 gsave
17666 1 setlinewidth
17667 0.000 0.000 0.000 edgecolor
17668 newpath 10406 1661 moveto
17669 10396 1659 10385 1657 10375 1656 curveto
17670 10179 1627 10122 1671 9931 1620 curveto
17671 9894 1610 9889 1598 9855 1584 curveto
17672 9827 1572 9794 1559 9769 1549 curveto
17673 stroke
17674 0.000 0.000 0.000 edgecolor
17675 newpath 9769.58 1545.46 moveto
17676 9759 1545 lineto
17677 9766.98 1551.96 lineto
17678 closepath fill
17679 1 setlinewidth
17680 solid
17681 0.000 0.000 0.000 edgecolor
17682 newpath 9769.58 1545.46 moveto
17683 9759 1545 lineto
17684 9766.98 1551.96 lineto
17685 closepath stroke
17686 grestore
17687 % cimmcmc_ccimmcmc_cicimmcmc->cicmcmcmc
17688 gsave
17689 1 setlinewidth
17690 0.000 0.000 0.000 edgecolor
17691 newpath 11459 1656 moveto
17692 11470 1647 11484 1635 11496 1625 curveto
17693 stroke
17694 0.000 0.000 0.000 edgecolor
17695 newpath 11498.78 1627.22 moveto
17696 11504 1618 lineto
17697 11494.17 1621.95 lineto
17698 closepath fill
17699 1 setlinewidth
17700 solid
17701 0.000 0.000 0.000 edgecolor
17702 newpath 11498.78 1627.22 moveto
17703 11504 1618 lineto
17704 11494.17 1621.95 lineto
17705 closepath stroke
17706 grestore
17707 % cimmcmc_ccimmcmc_cicimmcmc->cimmcm_ccimmcm_cicimmcm
17708 gsave
17709 1 setlinewidth
17710 0.000 0.000 0.000 edgecolor
17711 newpath 11391 1658 moveto
17712 11359 1647 11318 1633 11285 1621 curveto
17713 stroke
17714 0.000 0.000 0.000 edgecolor
17715 newpath 11285.58 1617.52 moveto
17716 11275 1618 lineto
17717 11283.57 1624.23 lineto
17718 closepath fill
17719 1 setlinewidth
17720 solid
17721 0.000 0.000 0.000 edgecolor
17722 newpath 11285.58 1617.52 moveto
17723 11275 1618 lineto
17724 11283.57 1624.23 lineto
17725 closepath stroke
17726 grestore
17727 % cmcmcicmc->cmcmcmc_ccmcmcmc
17728 gsave
17729 1 setlinewidth
17730 0.000 0.000 0.000 edgecolor
17731 newpath 9982 1584 moveto
17732 9980 1576 9978 1567 9976 1558 curveto
17733 stroke
17734 0.000 0.000 0.000 edgecolor
17735 newpath 9979.39 1557.12 moveto
17736 9974 1548 lineto
17737 9972.53 1558.49 lineto
17738 closepath fill
17739 1 setlinewidth
17740 solid
17741 0.000 0.000 0.000 edgecolor
17742 newpath 9979.39 1557.12 moveto
17743 9974 1548 lineto
17744 9972.53 1558.49 lineto
17745 closepath stroke
17746 grestore
17747 % cmcmcicmc->cmcimicmc
17748 gsave
17749 1 setlinewidth
17750 0.000 0.000 0.000 edgecolor
17751 newpath 10025 1592 moveto
17752 10041 1589 10059 1586 10076 1584 curveto
17753 10410 1542 10502 1610 10833 1548 curveto
17754 10837 1547 10841 1547 10844 1545 curveto
17755 stroke
17756 0.000 0.000 0.000 edgecolor
17757 newpath 10845.43 1548.23 moveto
17758 10854 1542 lineto
17759 10843.42 1541.52 lineto
17760 closepath fill
17761 1 setlinewidth
17762 solid
17763 0.000 0.000 0.000 edgecolor
17764 newpath 10845.43 1548.23 moveto
17765 10854 1542 lineto
17766 10843.42 1541.52 lineto
17767 closepath stroke
17768 grestore
17769 % cmcmcicmc->cmcmcicm_ccmcmcicm
17770 gsave
17771 1 setlinewidth
17772 0.000 0.000 0.000 edgecolor
17773 newpath 9950 1591 moveto
17774 9942 1588 9934 1586 9926 1584 curveto
17775 9878 1570 9822 1556 9781 1546 curveto
17776 stroke
17777 0.000 0.000 0.000 edgecolor
17778 newpath 9781.58 1542.52 moveto
17779 9771 1543 lineto
17780 9779.57 1549.23 lineto
17781 closepath fill
17782 1 setlinewidth
17783 solid
17784 0.000 0.000 0.000 edgecolor
17785 newpath 9781.58 1542.52 moveto
17786 9771 1543 lineto
17787 9779.57 1549.23 lineto
17788 closepath stroke
17789 grestore
17790 % cmcmcicmc->cmmcicmc_ccmmcicmc
17791 gsave
17792 1 setlinewidth
17793 0.000 0.000 0.000 edgecolor
17794 newpath 10016 1588 moveto
17795 10040 1577 10075 1562 10103 1550 curveto
17796 stroke
17797 0.000 0.000 0.000 edgecolor
17798 newpath 10104.28 1553.26 moveto
17799 10112 1546 lineto
17800 10101.44 1546.86 lineto
17801 closepath fill
17802 1 setlinewidth
17803 solid
17804 0.000 0.000 0.000 edgecolor
17805 newpath 10104.28 1553.26 moveto
17806 10112 1546 lineto
17807 10101.44 1546.86 lineto
17808 closepath stroke
17809 grestore
17810 % cmcmcimic
17811 gsave
17812 1 setlinewidth
17813 0.000 0.000 0.000 nodecolor
17814 9646 1242 43.78 18 ellipse_path stroke
17815 0.000 0.000 0.000 nodecolor
17816 14 /Times-Roman set_font
17817 9622.5 1237.9 moveto 47 (c-c-ci-ic) alignedtext
17818 grestore
17819 % cmcmcicmc->cmcmcimic
17820 gsave
17821 1 setlinewidth
17822 0.000 0.000 0.000 edgecolor
17823 newpath 9950 1590 moveto
17824 9928 1582 9901 1568 9883 1548 curveto
17825 9802 1458 9869 1380 9785 1296 curveto
17826 9761 1272 9726 1259 9697 1251 curveto
17827 stroke
17828 0.000 0.000 0.000 edgecolor
17829 newpath 9697.49 1247.53 moveto
17830 9687 1249 lineto
17831 9696.12 1254.39 lineto
17832 closepath fill
17833 1 setlinewidth
17834 solid
17835 0.000 0.000 0.000 edgecolor
17836 newpath 9697.49 1247.53 moveto
17837 9687 1249 lineto
17838 9696.12 1254.39 lineto
17839 closepath stroke
17840 grestore
17841 % cimmcm_ccimmcm_cicimmcm->cicmcmcm_ccicmcmcm
17842 gsave
17843 1 setlinewidth
17844 0.000 0.000 0.000 edgecolor
17845 newpath 11306 1591 moveto
17846 11378 1581 11488 1564 11583 1548 curveto
17847 11590 1547 11596 1545 11603 1544 curveto
17848 stroke
17849 0.000 0.000 0.000 edgecolor
17850 newpath 11603.88 1547.39 moveto
17851 11613 1542 lineto
17852 11602.51 1540.53 lineto
17853 closepath fill
17854 1 setlinewidth
17855 solid
17856 0.000 0.000 0.000 edgecolor
17857 newpath 11603.88 1547.39 moveto
17858 11613 1542 lineto
17859 11602.51 1540.53 lineto
17860 closepath stroke
17861 grestore
17862 % cmcmcicm_ccmcmcicm->cmcmcm_ccmcmcm
17863 gsave
17864 1 setlinewidth
17865 0.000 0.000 0.000 edgecolor
17866 newpath 9675 1514 moveto
17867 9646 1503 9607 1488 9576 1477 curveto
17868 stroke
17869 0.000 0.000 0.000 edgecolor
17870 newpath 9576.58 1473.46 moveto
17871 9566 1473 lineto
17872 9573.98 1479.96 lineto
17873 closepath fill
17874 1 setlinewidth
17875 solid
17876 0.000 0.000 0.000 edgecolor
17877 newpath 9576.58 1473.46 moveto
17878 9566 1473 lineto
17879 9573.98 1479.96 lineto
17880 closepath stroke
17881 grestore
17882 % cmcmcicm_ccmcmcicm->cmmcicm_ccmmcicm
17883 gsave
17884 1 setlinewidth
17885 0.000 0.000 0.000 edgecolor
17886 newpath 9718 1512 moveto
17887 9719 1504 9720 1495 9721 1486 curveto
17888 stroke
17889 0.000 0.000 0.000 edgecolor
17890 newpath 9724.47 1486.49 moveto
17891 9723 1476 lineto
17892 9717.61 1485.12 lineto
17893 closepath fill
17894 1 setlinewidth
17895 solid
17896 0.000 0.000 0.000 edgecolor
17897 newpath 9724.47 1486.49 moveto
17898 9723 1476 lineto
17899 9717.61 1485.12 lineto
17900 closepath stroke
17901 grestore
17902 % cmcmcicm_ccmcmcicm->cmcimicm_ccmcimicm
17903 gsave
17904 1 setlinewidth
17905 0.000 0.000 0.000 edgecolor
17906 newpath 9787 1521 moveto
17907 9817 1518 9851 1514 9883 1512 curveto
17908 10272 1483 10372 1512 10761 1476 curveto
17909 10778 1474 10795 1472 10811 1470 curveto
17910 stroke
17911 0.000 0.000 0.000 edgecolor
17912 newpath 10811.88 1473.39 moveto
17913 10821 1468 lineto
17914 10810.51 1466.53 lineto
17915 closepath fill
17916 1 setlinewidth
17917 solid
17918 0.000 0.000 0.000 edgecolor
17919 newpath 10811.88 1473.39 moveto
17920 10821 1468 lineto
17921 10810.51 1466.53 lineto
17922 closepath stroke
17923 grestore
17924 % cmcmcimi_ccmcmcimi
17925 gsave
17926 1 setlinewidth
17927 0.000 0.000 0.000 nodecolor
17928 9709 1170 77.13 18 ellipse_path stroke
17929 0.000 0.000 0.000 nodecolor
17930 14 /Times-Roman set_font
17931 9661.5 1165.9 moveto 95 (c-c-ci-i=cc-c-ci-i) alignedtext
17932 grestore
17933 % cmcmcicm_ccmcmcicm->cmcmcimi_ccmcmcimi
17934 gsave
17935 1 setlinewidth
17936 0.000 0.000 0.000 edgecolor
17937 newpath 9640 1523 moveto
17938 9571 1515 9476 1501 9449 1476 curveto
17939 9363 1398 9307 1311 9383 1224 curveto
17940 9418 1183 9569 1197 9623 1188 curveto
17941 9629 1187 9636 1185 9642 1184 curveto
17942 stroke
17943 0.000 0.000 0.000 edgecolor
17944 newpath 9642.88 1187.39 moveto
17945 9652 1182 lineto
17946 9641.51 1180.53 lineto
17947 closepath fill
17948 1 setlinewidth
17949 solid
17950 0.000 0.000 0.000 edgecolor
17951 newpath 9642.88 1187.39 moveto
17952 9652 1182 lineto
17953 9641.51 1180.53 lineto
17954 closepath stroke
17955 grestore
17956 % cimmcim_ccimmcim_cicimmcim
17957 gsave
17958 1 setlinewidth
17959 0.000 0.000 0.000 nodecolor
17960 10804 1890 102.84 18 ellipse_path stroke
17961 0.000 0.000 0.000 nodecolor
17962 14 /Times-Roman set_font
17963 10738 1885.9 moveto 132 (ci--ci-=cci--ci-=cici--ci-) alignedtext
17964 grestore
17965 % cimmcim_ccimmcim_cicimmcim->cicmcmcim
17966 gsave
17967 1 setlinewidth
17968 0.000 0.000 0.000 edgecolor
17969 newpath 10787 1872 moveto
17970 10778 1863 10768 1852 10759 1842 curveto
17971 stroke
17972 0.000 0.000 0.000 edgecolor
17973 newpath 10761.55 1839.6 moveto
17974 10752 1835 lineto
17975 10756.6 1844.55 lineto
17976 closepath fill
17977 1 setlinewidth
17978 solid
17979 0.000 0.000 0.000 edgecolor
17980 newpath 10761.55 1839.6 moveto
17981 10752 1835 lineto
17982 10756.6 1844.55 lineto
17983 closepath stroke
17984 grestore
17985 % cimmcim_ccimmcim_cicimmcim->cimmcicmc
17986 gsave
17987 1 setlinewidth
17988 0.000 0.000 0.000 edgecolor
17989 newpath 10803 1872 moveto
17990 10804 1852 10807 1819 10826 1800 curveto
17991 10828 1797 10898 1775 10947 1760 curveto
17992 stroke
17993 0.000 0.000 0.000 edgecolor
17994 newpath 10948.43 1763.23 moveto
17995 10957 1757 lineto
17996 10946.42 1756.52 lineto
17997 closepath fill
17998 1 setlinewidth
17999 solid
18000 0.000 0.000 0.000 edgecolor
18001 newpath 10948.43 1763.23 moveto
18002 10957 1757 lineto
18003 10946.42 1756.52 lineto
18004 closepath stroke
18005 grestore
18006 % cimmicim_ccimmicim
18007 gsave
18008 1 setlinewidth
18009 0.000 0.000 0.000 nodecolor
18010 10158 1962 71.07 18 ellipse_path stroke
18011 0.000 0.000 0.000 nodecolor
18012 14 /Times-Roman set_font
18013 10114.5 1957.9 moveto 87 (ci--ici-=cci--ici-) alignedtext
18014 grestore
18015 % cimmicim_ccimmicim->cicmmicim
18016 gsave
18017 1 setlinewidth
18018 0.000 0.000 0.000 edgecolor
18019 newpath 10158 1944 moveto
18020 10158 1936 10158 1927 10158 1918 curveto
18021 stroke
18022 0.000 0.000 0.000 edgecolor
18023 newpath 10161.5 1918 moveto
18024 10158 1908 lineto
18025 10154.5 1918 lineto
18026 closepath fill
18027 1 setlinewidth
18028 solid
18029 0.000 0.000 0.000 edgecolor
18030 newpath 10161.5 1918 moveto
18031 10158 1908 lineto
18032 10154.5 1918 lineto
18033 closepath stroke
18034 grestore
18035 % cimmicim_ccimmicim->cimmcim_ccimmcim_cicimmcim
18036 gsave
18037 1 setlinewidth
18038 0.000 0.000 0.000 edgecolor
18039 newpath 10215 1951 moveto
18040 10230 1949 10246 1946 10261 1944 curveto
18041 10434 1920 10479 1926 10654 1908 curveto
18042 10672 1905 10691 1904 10709 1901 curveto
18043 stroke
18044 0.000 0.000 0.000 edgecolor
18045 newpath 10709.4 1904.48 moveto
18046 10719 1900 lineto
18047 10708.7 1897.51 lineto
18048 closepath fill
18049 1 setlinewidth
18050 solid
18051 0.000 0.000 0.000 edgecolor
18052 newpath 10709.4 1904.48 moveto
18053 10719 1900 lineto
18054 10708.7 1897.51 lineto
18055 closepath stroke
18056 grestore
18057 % cimmicim_ccimmicim->cimmicmc_ccimmicmc
18058 gsave
18059 1 setlinewidth
18060 0.000 0.000 0.000 edgecolor
18061 newpath 10136 1945 moveto
18062 10125 1935 10113 1922 10108 1908 curveto
18063 10102 1893 10103 1887 10108 1872 curveto
18064 10111 1862 10116 1853 10122 1844 curveto
18065 stroke
18066 0.000 0.000 0.000 edgecolor
18067 newpath 10124.8 1846.1 moveto
18068 10128 1836 lineto
18069 10119.2 1841.9 lineto
18070 closepath fill
18071 1 setlinewidth
18072 solid
18073 0.000 0.000 0.000 edgecolor
18074 newpath 10124.8 1846.1 moveto
18075 10128 1836 lineto
18076 10119.2 1841.9 lineto
18077 closepath stroke
18078 grestore
18079 % cimmicmc_ccimmicmc->cicmmicmc
18080 gsave
18081 1 setlinewidth
18082 0.000 0.000 0.000 edgecolor
18083 newpath 10189 1803 moveto
18084 10222 1792 10269 1777 10310 1764 curveto
18085 10313 1763 10316 1762 10319 1761 curveto
18086 stroke
18087 0.000 0.000 0.000 edgecolor
18088 newpath 10320.43 1764.23 moveto
18089 10329 1758 lineto
18090 10318.42 1757.52 lineto
18091 closepath fill
18092 1 setlinewidth
18093 solid
18094 0.000 0.000 0.000 edgecolor
18095 newpath 10320.43 1764.23 moveto
18096 10329 1758 lineto
18097 10318.42 1757.52 lineto
18098 closepath stroke
18099 grestore
18100 % cimmicmc_ccimmicmc->cimmcicmc
18101 gsave
18102 1 setlinewidth
18103 0.000 0.000 0.000 edgecolor
18104 newpath 10217 1812 moveto
18105 10384 1797 10792 1763 10939 1751 curveto
18106 stroke
18107 0.000 0.000 0.000 edgecolor
18108 newpath 10939.4 1754.48 moveto
18109 10949 1750 lineto
18110 10938.7 1747.51 lineto
18111 closepath fill
18112 1 setlinewidth
18113 solid
18114 0.000 0.000 0.000 edgecolor
18115 newpath 10939.4 1754.48 moveto
18116 10949 1750 lineto
18117 10938.7 1747.51 lineto
18118 closepath stroke
18119 grestore
18120 % cimmicm_ccimmicm_cicimmicm
18121 gsave
18122 1 setlinewidth
18123 0.000 0.000 0.000 nodecolor
18124 10198 1746 102.84 18 ellipse_path stroke
18125 0.000 0.000 0.000 nodecolor
18126 14 /Times-Roman set_font
18127 10132 1741.9 moveto 132 (ci--ic-=cci--ic-=cici--ic-) alignedtext
18128 grestore
18129 % cimmicmc_ccimmicmc->cimmicm_ccimmicm_cicimmicm
18130 gsave
18131 1 setlinewidth
18132 0.000 0.000 0.000 edgecolor
18133 newpath 10157 1800 moveto
18134 10163 1792 10171 1781 10178 1772 curveto
18135 stroke
18136 0.000 0.000 0.000 edgecolor
18137 newpath 10180.8 1774.1 moveto
18138 10184 1764 lineto
18139 10175.2 1769.9 lineto
18140 closepath fill
18141 1 setlinewidth
18142 solid
18143 0.000 0.000 0.000 edgecolor
18144 newpath 10180.8 1774.1 moveto
18145 10184 1764 lineto
18146 10175.2 1769.9 lineto
18147 closepath stroke
18148 grestore
18149 % cimmicm_ccimmicm_cicimmicm->cicmmicm_ccicmmicm
18150 gsave
18151 1 setlinewidth
18152 0.000 0.000 0.000 edgecolor
18153 newpath 10220 1728 moveto
18154 10231 1719 10246 1708 10259 1698 curveto
18155 stroke
18156 0.000 0.000 0.000 edgecolor
18157 newpath 10261.78 1700.22 moveto
18158 10267 1691 lineto
18159 10257.17 1694.95 lineto
18160 closepath fill
18161 1 setlinewidth
18162 solid
18163 0.000 0.000 0.000 edgecolor
18164 newpath 10261.78 1700.22 moveto
18165 10267 1691 lineto
18166 10257.17 1694.95 lineto
18167 closepath stroke
18168 grestore
18169 % cimmicm_ccimmicm_cicimmicm->cimmcicm_ccimmcicm
18170 gsave
18171 1 setlinewidth
18172 0.000 0.000 0.000 edgecolor
18173 newpath 10253 1731 moveto
18174 10297 1719 10357 1703 10401 1691 curveto
18175 stroke
18176 0.000 0.000 0.000 edgecolor
18177 newpath 10402.43 1694.23 moveto
18178 10411 1688 lineto
18179 10400.42 1687.52 lineto
18180 closepath fill
18181 1 setlinewidth
18182 solid
18183 0.000 0.000 0.000 edgecolor
18184 newpath 10402.43 1694.23 moveto
18185 10411 1688 lineto
18186 10400.42 1687.52 lineto
18187 closepath stroke
18188 grestore
18189 % cim_ccim_cicim
18190 gsave
18191 1 setlinewidth
18192 0.000 0.000 0.000 nodecolor
18193 9317 2178 63.93 18 ellipse_path stroke
18194 0.000 0.000 0.000 nodecolor
18195 14 /Times-Roman set_font
18196 9279 2173.9 moveto 76 (ci-=cci-=cici-) alignedtext
18197 grestore
18198 % cim_ccim_cicim->cicmmim_ccicmmim
18199 gsave
18200 1 setlinewidth
18201 0.000 0.000 0.000 edgecolor
18202 newpath 9317 2160 moveto
18203 9316 2152 9316 2143 9316 2134 curveto
18204 stroke
18205 0.000 0.000 0.000 edgecolor
18206 newpath 9319.5 2134 moveto
18207 9316 2124 lineto
18208 9312.5 2134 lineto
18209 closepath fill
18210 1 setlinewidth
18211 solid
18212 0.000 0.000 0.000 edgecolor
18213 newpath 9319.5 2134 moveto
18214 9316 2124 lineto
18215 9312.5 2134 lineto
18216 closepath stroke
18217 grestore
18218 % cim_ccim_cicim->cimmicim_ccimmicim
18219 gsave
18220 1 setlinewidth
18221 0.000 0.000 0.000 edgecolor
18222 newpath 9345 2162 moveto
18223 9381 2142 9446 2108 9506 2088 curveto
18224 9578 2063 9601 2076 9674 2052 curveto
18225 9709 2040 9714 2026 9750 2016 curveto
18226 9860 1983 9994 1970 10078 1966 curveto
18227 stroke
18228 0.000 0.000 0.000 edgecolor
18229 newpath 10078.4 1969.48 moveto
18230 10088 1965 lineto
18231 10077.7 1962.51 lineto
18232 closepath fill
18233 1 setlinewidth
18234 solid
18235 0.000 0.000 0.000 edgecolor
18236 newpath 10078.4 1969.48 moveto
18237 10088 1965 lineto
18238 10077.7 1962.51 lineto
18239 closepath stroke
18240 grestore
18241 % mmcim
18242 gsave
18243 1 setlinewidth
18244 0.000 0.000 0.000 nodecolor
18245 9401 1674 27.1 18 ellipse_path stroke
18246 0.000 0.000 0.000 nodecolor
18247 14 /Times-Roman set_font
18248 9389.5 1669.9 moveto 23 (--ci-) alignedtext
18249 grestore
18250 % cim_ccim_cicim->mmcim
18251 gsave
18252 1 setlinewidth
18253 0.000 0.000 0.000 edgecolor
18254 newpath 9282 2163 moveto
18255 9266 2154 9249 2141 9240 2124 curveto
18256 9217 2081 9229 2063 9238 2016 curveto
18257 9261 1887 9346 1753 9383 1698 curveto
18258 stroke
18259 0.000 0.000 0.000 edgecolor
18260 newpath 9385.8 1700.1 moveto
18261 9389 1690 lineto
18262 9380.2 1695.9 lineto
18263 closepath fill
18264 1 setlinewidth
18265 solid
18266 0.000 0.000 0.000 edgecolor
18267 newpath 9385.8 1700.1 moveto
18268 9389 1690 lineto
18269 9380.2 1695.9 lineto
18270 closepath stroke
18271 grestore
18272 % mmcim->cmmcim_ccmmcim
18273 gsave
18274 1 setlinewidth
18275 0.000 0.000 0.000 edgecolor
18276 newpath 9421 1662 moveto
18277 9426 1659 9432 1657 9437 1656 curveto
18278 9696 1586 9773 1650 10041 1620 curveto
18279 10055 1618 10070 1616 10085 1614 curveto
18280 stroke
18281 0.000 0.000 0.000 edgecolor
18282 newpath 10085.88 1617.39 moveto
18283 10095 1612 lineto
18284 10084.51 1610.53 lineto
18285 closepath fill
18286 1 setlinewidth
18287 solid
18288 0.000 0.000 0.000 edgecolor
18289 newpath 10085.88 1617.39 moveto
18290 10095 1612 lineto
18291 10084.51 1610.53 lineto
18292 closepath stroke
18293 grestore
18294 % mmcim->mmcicmc
18295 gsave
18296 1 setlinewidth
18297 0.000 0.000 0.000 edgecolor
18298 newpath 9378 1665 moveto
18299 9348 1653 9295 1632 9260 1617 curveto
18300 stroke
18301 0.000 0.000 0.000 edgecolor
18302 newpath 9260.58 1613.46 moveto
18303 9250 1613 lineto
18304 9257.98 1619.96 lineto
18305 closepath fill
18306 1 setlinewidth
18307 solid
18308 0.000 0.000 0.000 edgecolor
18309 newpath 9260.58 1613.46 moveto
18310 9250 1613 lineto
18311 9257.98 1619.96 lineto
18312 closepath stroke
18313 grestore
18314 % icimmcicm
18315 gsave
18316 1 setlinewidth
18317 0.000 0.000 0.000 nodecolor
18318 10632 1818 41 18 ellipse_path stroke
18319 0.000 0.000 0.000 nodecolor
18320 14 /Times-Roman set_font
18321 10610.5 1813.9 moveto 43 (ici--cic-) alignedtext
18322 grestore
18323 % icimmcicm->cimmcicm_ccimmcicm
18324 gsave
18325 1 setlinewidth
18326 0.000 0.000 0.000 edgecolor
18327 newpath 10635 1800 moveto
18328 10638 1780 10639 1748 10623 1728 curveto
18329 10610 1712 10567 1698 10528 1688 curveto
18330 stroke
18331 0.000 0.000 0.000 edgecolor
18332 newpath 10528.49 1684.53 moveto
18333 10518 1686 lineto
18334 10527.12 1691.39 lineto
18335 closepath fill
18336 1 setlinewidth
18337 solid
18338 0.000 0.000 0.000 edgecolor
18339 newpath 10528.49 1684.53 moveto
18340 10518 1686 lineto
18341 10527.12 1691.39 lineto
18342 closepath stroke
18343 grestore
18344 % icimmcm_iicimmcm
18345 gsave
18346 1 setlinewidth
18347 0.000 0.000 0.000 nodecolor
18348 11094 1674 64.12 18 ellipse_path stroke
18349 0.000 0.000 0.000 nodecolor
18350 14 /Times-Roman set_font
18351 11055.5 1669.9 moveto 77 (ici--c-=iici--c-) alignedtext
18352 grestore
18353 % icimmcicm->icimmcm_iicimmcm
18354 gsave
18355 1 setlinewidth
18356 0.000 0.000 0.000 edgecolor
18357 newpath 10663 1806 moveto
18358 10669 1804 10676 1802 10682 1800 curveto
18359 10780 1766 10805 1758 10906 1728 curveto
18360 10950 1714 11001 1700 11038 1690 curveto
18361 stroke
18362 0.000 0.000 0.000 edgecolor
18363 newpath 11039.43 1693.23 moveto
18364 11048 1687 lineto
18365 11037.42 1686.52 lineto
18366 closepath fill
18367 1 setlinewidth
18368 solid
18369 0.000 0.000 0.000 edgecolor
18370 newpath 11039.43 1693.23 moveto
18371 11048 1687 lineto
18372 11037.42 1686.52 lineto
18373 closepath stroke
18374 grestore
18375 % icmcmcicm
18376 gsave
18377 1 setlinewidth
18378 0.000 0.000 0.000 nodecolor
18379 11762 1746 43.78 18 ellipse_path stroke
18380 0.000 0.000 0.000 nodecolor
18381 14 /Times-Roman set_font
18382 11738.5 1741.9 moveto 47 (ic-c-cic-) alignedtext
18383 grestore
18384 % icimmcicm->icmcmcicm
18385 gsave
18386 1 setlinewidth
18387 0.000 0.000 0.000 edgecolor
18388 newpath 10661 1805 moveto
18389 10668 1803 10675 1801 10682 1800 curveto
18390 11130 1713 11259 1846 11709 1764 curveto
18391 11713 1763 11717 1763 11720 1761 curveto
18392 stroke
18393 0.000 0.000 0.000 edgecolor
18394 newpath 11721.43 1764.23 moveto
18395 11730 1758 lineto
18396 11719.42 1757.52 lineto
18397 closepath fill
18398 1 setlinewidth
18399 solid
18400 0.000 0.000 0.000 edgecolor
18401 newpath 11721.43 1764.23 moveto
18402 11730 1758 lineto
18403 11719.42 1757.52 lineto
18404 closepath stroke
18405 grestore
18406 % icimmcm_iicimmcm->cimmcm_ccimmcm_cicimmcm
18407 gsave
18408 1 setlinewidth
18409 0.000 0.000 0.000 edgecolor
18410 newpath 11124 1658 moveto
18411 11143 1648 11168 1635 11188 1624 curveto
18412 stroke
18413 0.000 0.000 0.000 edgecolor
18414 newpath 11189.96 1626.92 moveto
18415 11197 1619 lineto
18416 11186.56 1620.8 lineto
18417 closepath fill
18418 1 setlinewidth
18419 solid
18420 0.000 0.000 0.000 edgecolor
18421 newpath 11189.96 1626.92 moveto
18422 11197 1619 lineto
18423 11186.56 1620.8 lineto
18424 closepath stroke
18425 grestore
18426 % icmcmcm_iicmcmcm_icicmcmcm
18427 gsave
18428 1 setlinewidth
18429 0.000 0.000 0.000 nodecolor
18430 12515 1602 107.9 18 ellipse_path stroke
18431 0.000 0.000 0.000 nodecolor
18432 14 /Times-Roman set_font
18433 12445 1597.9 moveto 140 (ic-c-c-=iic-c-c-=icic-c-c-) alignedtext
18434 grestore
18435 % icimmcm_iicimmcm->icmcmcm_iicmcmcm_icicmcmcm
18436 gsave
18437 1 setlinewidth
18438 0.000 0.000 0.000 edgecolor
18439 newpath 11147 1664 moveto
18440 11165 1661 11186 1658 11205 1656 curveto
18441 11733 1605 11869 1668 12398 1620 curveto
18442 12408 1619 12419 1618 12429 1616 curveto
18443 stroke
18444 0.000 0.000 0.000 edgecolor
18445 newpath 12429.4 1619.48 moveto
18446 12439 1615 lineto
18447 12428.7 1612.51 lineto
18448 closepath fill
18449 1 setlinewidth
18450 solid
18451 0.000 0.000 0.000 edgecolor
18452 newpath 12429.4 1619.48 moveto
18453 12439 1615 lineto
18454 12428.7 1612.51 lineto
18455 closepath stroke
18456 grestore
18457 % icmcmcicm->cmcmcicm_ccmcmcicm
18458 gsave
18459 1 setlinewidth
18460 0.000 0.000 0.000 edgecolor
18461 newpath 11755 1728 moveto
18462 11746 1707 11727 1672 11699 1656 curveto
18463 11573 1581 11504 1681 11372 1620 curveto
18464 11350 1610 11355 1592 11334 1584 curveto
18465 11259 1553 9963 1553 9883 1548 curveto
18466 9855 1546 9824 1543 9797 1540 curveto
18467 stroke
18468 0.000 0.000 0.000 edgecolor
18469 newpath 9797.3 1536.51 moveto
18470 9787 1539 lineto
18471 9796.6 1543.48 lineto
18472 closepath fill
18473 1 setlinewidth
18474 solid
18475 0.000 0.000 0.000 edgecolor
18476 newpath 9797.3 1536.51 moveto
18477 9787 1539 lineto
18478 9796.6 1543.48 lineto
18479 closepath stroke
18480 grestore
18481 % icmcmcicm->icmcmcm_iicmcmcm_icicmcmcm
18482 gsave
18483 1 setlinewidth
18484 0.000 0.000 0.000 edgecolor
18485 newpath 11804 1740 moveto
18486 11829 1736 11862 1732 11891 1728 curveto
18487 12034 1709 12073 1720 12215 1692 curveto
18488 12302 1674 12400 1643 12460 1621 curveto
18489 stroke
18490 0.000 0.000 0.000 edgecolor
18491 newpath 12461.43 1624.23 moveto
18492 12470 1618 lineto
18493 12459.42 1617.52 lineto
18494 closepath fill
18495 1 setlinewidth
18496 solid
18497 0.000 0.000 0.000 edgecolor
18498 newpath 12461.43 1624.23 moveto
18499 12470 1618 lineto
18500 12459.42 1617.52 lineto
18501 closepath stroke
18502 grestore
18503 % icmmcicm_iicmmcicm
18504 gsave
18505 1 setlinewidth
18506 0.000 0.000 0.000 nodecolor
18507 12609 1674 73.85 18 ellipse_path stroke
18508 0.000 0.000 0.000 nodecolor
18509 14 /Times-Roman set_font
18510 12563.5 1669.9 moveto 91 (ic--cic-=iic--cic-) alignedtext
18511 grestore
18512 % icmcmcicm->icmmcicm_iicmmcicm
18513 gsave
18514 1 setlinewidth
18515 0.000 0.000 0.000 edgecolor
18516 newpath 11803 1739 moveto
18517 11828 1735 11861 1731 11891 1728 curveto
18518 12170 1700 12242 1728 12521 1692 curveto
18519 12529 1691 12536 1689 12544 1688 curveto
18520 stroke
18521 0.000 0.000 0.000 edgecolor
18522 newpath 12544.88 1691.39 moveto
18523 12554 1686 lineto
18524 12543.51 1684.53 lineto
18525 closepath fill
18526 1 setlinewidth
18527 solid
18528 0.000 0.000 0.000 edgecolor
18529 newpath 12544.88 1691.39 moveto
18530 12554 1686 lineto
18531 12543.51 1684.53 lineto
18532 closepath stroke
18533 grestore
18534 % icimmcim_iicimmcim
18535 gsave
18536 1 setlinewidth
18537 0.000 0.000 0.000 nodecolor
18538 10754 1962 68.79 18 ellipse_path stroke
18539 0.000 0.000 0.000 nodecolor
18540 14 /Times-Roman set_font
18541 10712.5 1957.9 moveto 83 (ici--ci-=iici--ci-) alignedtext
18542 grestore
18543 % icimmcim_iicimmcim->cimmcim_ccimmcim_cicimmcim
18544 gsave
18545 1 setlinewidth
18546 0.000 0.000 0.000 edgecolor
18547 newpath 10766 1944 moveto
18548 10772 1936 10779 1926 10785 1916 curveto
18549 stroke
18550 0.000 0.000 0.000 edgecolor
18551 newpath 10787.8 1918.1 moveto
18552 10791 1908 lineto
18553 10782.2 1913.9 lineto
18554 closepath fill
18555 1 setlinewidth
18556 solid
18557 0.000 0.000 0.000 edgecolor
18558 newpath 10787.8 1918.1 moveto
18559 10791 1908 lineto
18560 10782.2 1913.9 lineto
18561 closepath stroke
18562 grestore
18563 % icimmcim_iicimmcim->icimmcicm
18564 gsave
18565 1 setlinewidth
18566 0.000 0.000 0.000 edgecolor
18567 newpath 10732 1945 moveto
18568 10719 1935 10704 1921 10692 1908 curveto
18569 10675 1888 10659 1863 10647 1845 curveto
18570 stroke
18571 0.000 0.000 0.000 edgecolor
18572 newpath 10649.92 1843.04 moveto
18573 10642 1836 lineto
18574 10643.8 1846.44 lineto
18575 closepath fill
18576 1 setlinewidth
18577 solid
18578 0.000 0.000 0.000 edgecolor
18579 newpath 10649.92 1843.04 moveto
18580 10642 1836 lineto
18581 10643.8 1846.44 lineto
18582 closepath stroke
18583 grestore
18584 % icimmcmc_iicimmcmc
18585 gsave
18586 1 setlinewidth
18587 0.000 0.000 0.000 nodecolor
18588 11166 1746 73.85 18 ellipse_path stroke
18589 0.000 0.000 0.000 nodecolor
18590 14 /Times-Roman set_font
18591 11120.5 1741.9 moveto 91 (ici--c-c=iici--c-c) alignedtext
18592 grestore
18593 % icimmcim_iicimmcim->icimmcmc_iicimmcmc
18594 gsave
18595 1 setlinewidth
18596 0.000 0.000 0.000 edgecolor
18597 newpath 10817 1955 moveto
18598 10929 1941 11152 1914 11158 1908 curveto
18599 11191 1872 11183 1810 11174 1774 curveto
18600 stroke
18601 0.000 0.000 0.000 edgecolor
18602 newpath 11177.39 1773.12 moveto
18603 11172 1764 lineto
18604 11170.53 1774.49 lineto
18605 closepath fill
18606 1 setlinewidth
18607 solid
18608 0.000 0.000 0.000 edgecolor
18609 newpath 11177.39 1773.12 moveto
18610 11172 1764 lineto
18611 11170.53 1774.49 lineto
18612 closepath stroke
18613 grestore
18614 % icmcmcim_iicmcmcim
18615 gsave
18616 1 setlinewidth
18617 0.000 0.000 0.000 nodecolor
18618 11279 1890 73.85 18 ellipse_path stroke
18619 0.000 0.000 0.000 nodecolor
18620 14 /Times-Roman set_font
18621 11233.5 1885.9 moveto 91 (ic-c-ci-=iic-c-ci-) alignedtext
18622 grestore
18623 % icimmcim_iicimmcim->icmcmcim_iicmcmcim
18624 gsave
18625 1 setlinewidth
18626 0.000 0.000 0.000 edgecolor
18627 newpath 10817 1955 moveto
18628 10920 1943 11120 1919 11191 1908 curveto
18629 11198 1907 11205 1905 11213 1904 curveto
18630 stroke
18631 0.000 0.000 0.000 edgecolor
18632 newpath 11213.88 1907.39 moveto
18633 11223 1902 lineto
18634 11212.51 1900.53 lineto
18635 closepath fill
18636 1 setlinewidth
18637 solid
18638 0.000 0.000 0.000 edgecolor
18639 newpath 11213.88 1907.39 moveto
18640 11223 1902 lineto
18641 11212.51 1900.53 lineto
18642 closepath stroke
18643 grestore
18644 % icimmcmc_iicimmcmc->cimmcmc_ccimmcmc_cicimmcmc
18645 gsave
18646 1 setlinewidth
18647 0.000 0.000 0.000 edgecolor
18648 newpath 11216 1733 moveto
18649 11260 1722 11322 1704 11370 1692 curveto
18650 stroke
18651 0.000 0.000 0.000 edgecolor
18652 newpath 11371.43 1695.23 moveto
18653 11380 1689 lineto
18654 11369.42 1688.52 lineto
18655 closepath fill
18656 1 setlinewidth
18657 solid
18658 0.000 0.000 0.000 edgecolor
18659 newpath 11371.43 1695.23 moveto
18660 11380 1689 lineto
18661 11369.42 1688.52 lineto
18662 closepath stroke
18663 grestore
18664 % icimmcmc_iicimmcmc->icimmcm_iicimmcm
18665 gsave
18666 1 setlinewidth
18667 0.000 0.000 0.000 edgecolor
18668 newpath 11148 1728 moveto
18669 11139 1719 11129 1709 11119 1699 curveto
18670 stroke
18671 0.000 0.000 0.000 edgecolor
18672 newpath 11121.55 1696.6 moveto
18673 11112 1692 lineto
18674 11116.6 1701.55 lineto
18675 closepath fill
18676 1 setlinewidth
18677 solid
18678 0.000 0.000 0.000 edgecolor
18679 newpath 11121.55 1696.6 moveto
18680 11112 1692 lineto
18681 11116.6 1701.55 lineto
18682 closepath stroke
18683 grestore
18684 % icmcmcmc_iicmcmcmc
18685 gsave
18686 1 setlinewidth
18687 0.000 0.000 0.000 nodecolor
18688 12127 1674 79.22 18 ellipse_path stroke
18689 0.000 0.000 0.000 nodecolor
18690 14 /Times-Roman set_font
18691 12078 1669.9 moveto 98 (ic-c-c-c=iic-c-c-c) alignedtext
18692 grestore
18693 % icimmcmc_iicimmcmc->icmcmcmc_iicmcmcmc
18694 gsave
18695 1 setlinewidth
18696 0.000 0.000 0.000 edgecolor
18697 newpath 11218 1733 moveto
18698 11228 1731 11239 1729 11249 1728 curveto
18699 11597 1682 11690 1735 12039 1692 curveto
18700 12046 1691 12053 1690 12061 1689 curveto
18701 stroke
18702 0.000 0.000 0.000 edgecolor
18703 newpath 12061.88 1692.39 moveto
18704 12071 1687 lineto
18705 12060.51 1685.53 lineto
18706 closepath fill
18707 1 setlinewidth
18708 solid
18709 0.000 0.000 0.000 edgecolor
18710 newpath 12061.88 1692.39 moveto
18711 12071 1687 lineto
18712 12060.51 1685.53 lineto
18713 closepath stroke
18714 grestore
18715 % icmcmcim_iicmcmcim->cicmcmcim
18716 gsave
18717 1 setlinewidth
18718 0.000 0.000 0.000 edgecolor
18719 newpath 11217 1880 moveto
18720 11198 1877 11177 1874 11158 1872 curveto
18721 11010 1853 10972 1858 10826 1836 curveto
18722 10812 1834 10798 1831 10784 1828 curveto
18723 stroke
18724 0.000 0.000 0.000 edgecolor
18725 newpath 10784.49 1824.53 moveto
18726 10774 1826 lineto
18727 10783.12 1831.39 lineto
18728 closepath fill
18729 1 setlinewidth
18730 solid
18731 0.000 0.000 0.000 edgecolor
18732 newpath 10784.49 1824.53 moveto
18733 10774 1826 lineto
18734 10783.12 1831.39 lineto
18735 closepath stroke
18736 grestore
18737 % icmcmcim_iicmcmcim->icmcmcicm
18738 gsave
18739 1 setlinewidth
18740 0.000 0.000 0.000 edgecolor
18741 newpath 11334 1878 moveto
18742 11345 1876 11356 1874 11367 1872 curveto
18743 11477 1852 11511 1874 11617 1836 curveto
18744 11661 1820 11706 1789 11734 1768 curveto
18745 stroke
18746 0.000 0.000 0.000 edgecolor
18747 newpath 11736.1 1770.8 moveto
18748 11742 1762 lineto
18749 11731.9 1765.2 lineto
18750 closepath fill
18751 1 setlinewidth
18752 solid
18753 0.000 0.000 0.000 edgecolor
18754 newpath 11736.1 1770.8 moveto
18755 11742 1762 lineto
18756 11731.9 1765.2 lineto
18757 closepath stroke
18758 grestore
18759 % icmcmcim_iicmcmcim->icmcmcmc_iicmcmcmc
18760 gsave
18761 1 setlinewidth
18762 0.000 0.000 0.000 edgecolor
18763 newpath 11334 1878 moveto
18764 11345 1876 11356 1874 11367 1872 curveto
18765 11496 1850 11532 1867 11659 1836 curveto
18766 11746 1814 11770 1809 11848 1764 curveto
18767 11869 1751 11868 1739 11891 1728 curveto
18768 11906 1720 11993 1701 12058 1688 curveto
18769 stroke
18770 0.000 0.000 0.000 edgecolor
18771 newpath 12058.88 1691.39 moveto
18772 12068 1686 lineto
18773 12057.51 1684.53 lineto
18774 closepath fill
18775 1 setlinewidth
18776 solid
18777 0.000 0.000 0.000 edgecolor
18778 newpath 12058.88 1691.39 moveto
18779 12068 1686 lineto
18780 12057.51 1684.53 lineto
18781 closepath stroke
18782 grestore
18783 % icmmcim_iicmmcim_icicmmcim
18784 gsave
18785 1 setlinewidth
18786 0.000 0.000 0.000 nodecolor
18787 11508 1818 100.06 18 ellipse_path stroke
18788 0.000 0.000 0.000 nodecolor
18789 14 /Times-Roman set_font
18790 11444 1813.9 moveto 128 (ic--ci-=iic--ci-=icic--ci-) alignedtext
18791 grestore
18792 % icmcmcim_iicmcmcim->icmmcim_iicmmcim_icicmmcim
18793 gsave
18794 1 setlinewidth
18795 0.000 0.000 0.000 edgecolor
18796 newpath 11325 1876 moveto
18797 11360 1865 11410 1849 11449 1837 curveto
18798 stroke
18799 0.000 0.000 0.000 edgecolor
18800 newpath 11450.43 1840.23 moveto
18801 11459 1834 lineto
18802 11448.42 1833.52 lineto
18803 closepath fill
18804 1 setlinewidth
18805 solid
18806 0.000 0.000 0.000 edgecolor
18807 newpath 11450.43 1840.23 moveto
18808 11459 1834 lineto
18809 11448.42 1833.52 lineto
18810 closepath stroke
18811 grestore
18812 % icmcmcmc_iicmcmcmc->cicmcmcmc
18813 gsave
18814 1 setlinewidth
18815 0.000 0.000 0.000 edgecolor
18816 newpath 12071 1661 moveto
18817 12060 1659 12049 1657 12039 1656 curveto
18818 11835 1627 11779 1660 11578 1620 curveto
18819 11574 1619 11571 1618 11567 1617 curveto
18820 stroke
18821 0.000 0.000 0.000 edgecolor
18822 newpath 11567.58 1613.52 moveto
18823 11557 1614 lineto
18824 11565.57 1620.23 lineto
18825 closepath fill
18826 1 setlinewidth
18827 solid
18828 0.000 0.000 0.000 edgecolor
18829 newpath 11567.58 1613.52 moveto
18830 11557 1614 lineto
18831 11565.57 1620.23 lineto
18832 closepath stroke
18833 grestore
18834 % icmcmcmc_iicmcmcmc->icmcmcm_iicmcmcm_icicmcmcm
18835 gsave
18836 1 setlinewidth
18837 0.000 0.000 0.000 edgecolor
18838 newpath 12188 1663 moveto
18839 12254 1651 12359 1631 12433 1617 curveto
18840 stroke
18841 0.000 0.000 0.000 edgecolor
18842 newpath 12433.88 1620.39 moveto
18843 12443 1615 lineto
18844 12432.51 1613.53 lineto
18845 closepath fill
18846 1 setlinewidth
18847 solid
18848 0.000 0.000 0.000 edgecolor
18849 newpath 12433.88 1620.39 moveto
18850 12443 1615 lineto
18851 12432.51 1613.53 lineto
18852 closepath stroke
18853 grestore
18854 % icmmcmc_iicmmcmc_icicmmcmc
18855 gsave
18856 1 setlinewidth
18857 0.000 0.000 0.000 nodecolor
18858 12787 1602 107.9 18 ellipse_path stroke
18859 0.000 0.000 0.000 nodecolor
18860 14 /Times-Roman set_font
18861 12717 1597.9 moveto 140 (ic--c-c=iic--c-c=icic--c-c) alignedtext
18862 grestore
18863 % icmcmcmc_iicmcmcmc->icmmcmc_iicmmcmc_icicmmcmc
18864 gsave
18865 1 setlinewidth
18866 0.000 0.000 0.000 edgecolor
18867 newpath 12199 1666 moveto
18868 12297 1656 12478 1637 12632 1620 curveto
18869 12650 1618 12669 1616 12688 1613 curveto
18870 stroke
18871 0.000 0.000 0.000 edgecolor
18872 newpath 12688.4 1616.48 moveto
18873 12698 1612 lineto
18874 12687.7 1609.51 lineto
18875 closepath fill
18876 1 setlinewidth
18877 solid
18878 0.000 0.000 0.000 edgecolor
18879 newpath 12688.4 1616.48 moveto
18880 12698 1612 lineto
18881 12687.7 1609.51 lineto
18882 closepath stroke
18883 grestore
18884 % imicmcmc_imcicmcmc_iimicmcmc
18885 gsave
18886 1 setlinewidth
18887 0.000 0.000 0.000 nodecolor
18888 12277 1602 112.07 18 ellipse_path stroke
18889 0.000 0.000 0.000 nodecolor
18890 14 /Times-Roman set_font
18891 12204 1597.9 moveto 146 (i-ic-c-c=i-cic-c-c=ii-ic-c-c) alignedtext
18892 grestore
18893 % icmcmcmc_iicmcmcmc->imicmcmc_imcicmcmc_iimicmcmc
18894 gsave
18895 1 setlinewidth
18896 0.000 0.000 0.000 edgecolor
18897 newpath 12161 1658 moveto
18898 12182 1647 12209 1635 12232 1623 curveto
18899 stroke
18900 0.000 0.000 0.000 edgecolor
18901 newpath 12233.28 1626.26 moveto
18902 12241 1619 lineto
18903 12230.44 1619.86 lineto
18904 closepath fill
18905 1 setlinewidth
18906 solid
18907 0.000 0.000 0.000 edgecolor
18908 newpath 12233.28 1626.26 moveto
18909 12241 1619 lineto
18910 12230.44 1619.86 lineto
18911 closepath stroke
18912 grestore
18913 % icmcmcm_iicmcmcm_icicmcmcm->cicmcmcm_ccicmcmcm
18914 gsave
18915 1 setlinewidth
18916 0.000 0.000 0.000 edgecolor
18917 newpath 12439 1589 moveto
18918 12426 1587 12411 1585 12398 1584 curveto
18919 12134 1555 12066 1574 11803 1548 curveto
18920 11786 1546 11768 1544 11751 1541 curveto
18921 stroke
18922 0.000 0.000 0.000 edgecolor
18923 newpath 11751.3 1537.51 moveto
18924 11741 1540 lineto
18925 11750.6 1544.48 lineto
18926 closepath fill
18927 1 setlinewidth
18928 solid
18929 0.000 0.000 0.000 edgecolor
18930 newpath 11751.3 1537.51 moveto
18931 11741 1540 lineto
18932 11750.6 1544.48 lineto
18933 closepath stroke
18934 grestore
18935 % icmmcm_iicmmcm_icicmmcm
18936 gsave
18937 1 setlinewidth
18938 0.000 0.000 0.000 nodecolor
18939 13219 1530 93.81 18 ellipse_path stroke
18940 0.000 0.000 0.000 nodecolor
18941 14 /Times-Roman set_font
18942 13159.5 1525.9 moveto 119 (ic--c-=iic--c-=icic--c-) alignedtext
18943 grestore
18944 % icmcmcm_iicmcmcm_icicmcmcm->icmmcm_iicmmcm_icicmmcm
18945 gsave
18946 1 setlinewidth
18947 0.000 0.000 0.000 edgecolor
18948 newpath 12601 1591 moveto
18949 12623 1588 12647 1586 12670 1584 curveto
18950 12867 1564 12918 1573 13116 1548 curveto
18951 13125 1547 13133 1546 13142 1544 curveto
18952 stroke
18953 0.000 0.000 0.000 edgecolor
18954 newpath 13142.4 1547.48 moveto
18955 13152 1543 lineto
18956 13141.7 1540.51 lineto
18957 closepath fill
18958 1 setlinewidth
18959 solid
18960 0.000 0.000 0.000 edgecolor
18961 newpath 13142.4 1547.48 moveto
18962 13152 1543 lineto
18963 13141.7 1540.51 lineto
18964 closepath stroke
18965 grestore
18966 % imicmcm_imcicmcm_iimicmcm_icmcicmcm_icimicmcm
18967 gsave
18968 1 setlinewidth
18969 0.000 0.000 0.000 nodecolor
18970 12378 1530 171.14 18 ellipse_path stroke
18971 0.000 0.000 0.000 nodecolor
18972 14 /Times-Roman set_font
18973 12262.5 1525.9 moveto 231 (i-ic-c-=i-cic-c-=ii-ic-c-=ic-cic-c-=ici-ic-c-) alignedtext
18974 grestore
18975 % icmcmcm_iicmcmcm_icicmcmcm->imicmcm_imcicmcm_iimicmcm_icmcicmcm_icimicmcm
18976 gsave
18977 1 setlinewidth
18978 0.000 0.000 0.000 edgecolor
18979 newpath 12482 1585 moveto
18980 12464 1575 12441 1563 12421 1553 curveto
18981 stroke
18982 0.000 0.000 0.000 edgecolor
18983 newpath 12422.44 1549.8 moveto
18984 12412 1548 lineto
18985 12419.04 1555.92 lineto
18986 closepath fill
18987 1 setlinewidth
18988 solid
18989 0.000 0.000 0.000 edgecolor
18990 newpath 12422.44 1549.8 moveto
18991 12412 1548 lineto
18992 12419.04 1555.92 lineto
18993 closepath stroke
18994 grestore
18995 % icimmicim
18996 gsave
18997 1 setlinewidth
18998 0.000 0.000 0.000 nodecolor
18999 10576 2034 38.22 18 ellipse_path stroke
19000 0.000 0.000 0.000 nodecolor
19001 14 /Times-Roman set_font
19002 10556.5 2029.9 moveto 39 (ici--ici-) alignedtext
19003 grestore
19004 % icimmicim->cimmicim_ccimmicim
19005 gsave
19006 1 setlinewidth
19007 0.000 0.000 0.000 edgecolor
19008 newpath 10541 2027 moveto
19009 10521 2024 10496 2019 10475 2016 curveto
19010 10379 1999 10356 1996 10261 1980 curveto
19011 10250 1978 10238 1976 10226 1974 curveto
19012 stroke
19013 0.000 0.000 0.000 edgecolor
19014 newpath 10226.49 1970.53 moveto
19015 10216 1972 lineto
19016 10225.12 1977.39 lineto
19017 closepath fill
19018 1 setlinewidth
19019 solid
19020 0.000 0.000 0.000 edgecolor
19021 newpath 10226.49 1970.53 moveto
19022 10216 1972 lineto
19023 10225.12 1977.39 lineto
19024 closepath stroke
19025 grestore
19026 % icimmicim->icimmcim_iicimmcim
19027 gsave
19028 1 setlinewidth
19029 0.000 0.000 0.000 edgecolor
19030 newpath 10605 2022 moveto
19031 10632 2011 10675 1994 10708 1981 curveto
19032 stroke
19033 0.000 0.000 0.000 edgecolor
19034 newpath 10709.28 1984.26 moveto
19035 10717 1977 lineto
19036 10706.44 1977.86 lineto
19037 closepath fill
19038 1 setlinewidth
19039 solid
19040 0.000 0.000 0.000 edgecolor
19041 newpath 10709.28 1984.26 moveto
19042 10717 1977 lineto
19043 10706.44 1977.86 lineto
19044 closepath stroke
19045 grestore
19046 % icimmicmc
19047 gsave
19048 1 setlinewidth
19049 0.000 0.000 0.000 nodecolor
19050 10576 1962 41 18 ellipse_path stroke
19051 0.000 0.000 0.000 nodecolor
19052 14 /Times-Roman set_font
19053 10554.5 1957.9 moveto 43 (ici--ic-c) alignedtext
19054 grestore
19055 % icimmicim->icimmicmc
19056 gsave
19057 1 setlinewidth
19058 0.000 0.000 0.000 edgecolor
19059 newpath 10576 2016 moveto
19060 10576 2008 10576 1999 10576 1990 curveto
19061 stroke
19062 0.000 0.000 0.000 edgecolor
19063 newpath 10579.5 1990 moveto
19064 10576 1980 lineto
19065 10572.5 1990 lineto
19066 closepath fill
19067 1 setlinewidth
19068 solid
19069 0.000 0.000 0.000 edgecolor
19070 newpath 10579.5 1990 moveto
19071 10576 1980 lineto
19072 10572.5 1990 lineto
19073 closepath stroke
19074 grestore
19075 % icmmicim_iicmmicim
19076 gsave
19077 1 setlinewidth
19078 0.000 0.000 0.000 nodecolor
19079 10992 1962 68.79 18 ellipse_path stroke
19080 0.000 0.000 0.000 nodecolor
19081 14 /Times-Roman set_font
19082 10950.5 1957.9 moveto 83 (ic--ici-=iic--ici-) alignedtext
19083 grestore
19084 % icimmicim->icmmicim_iicmmicim
19085 gsave
19086 1 setlinewidth
19087 0.000 0.000 0.000 edgecolor
19088 newpath 10612 2028 moveto
19089 10681 2015 10835 1989 10924 1974 curveto
19090 stroke
19091 0.000 0.000 0.000 edgecolor
19092 newpath 10924.88 1977.39 moveto
19093 10934 1972 lineto
19094 10923.51 1970.53 lineto
19095 closepath fill
19096 1 setlinewidth
19097 solid
19098 0.000 0.000 0.000 edgecolor
19099 newpath 10924.88 1977.39 moveto
19100 10934 1972 lineto
19101 10923.51 1970.53 lineto
19102 closepath stroke
19103 grestore
19104 % icimmicmc->cimmicmc_ccimmicmc
19105 gsave
19106 1 setlinewidth
19107 0.000 0.000 0.000 edgecolor
19108 newpath 10555 1946 moveto
19109 10526 1926 10473 1890 10422 1872 curveto
19110 10386 1858 10288 1841 10219 1830 curveto
19111 stroke
19112 0.000 0.000 0.000 edgecolor
19113 newpath 10219.49 1826.53 moveto
19114 10209 1828 lineto
19115 10218.12 1833.39 lineto
19116 closepath fill
19117 1 setlinewidth
19118 solid
19119 0.000 0.000 0.000 edgecolor
19120 newpath 10219.49 1826.53 moveto
19121 10209 1828 lineto
19122 10218.12 1833.39 lineto
19123 closepath stroke
19124 grestore
19125 % icimmicmc->icimmcmc_iicimmcmc
19126 gsave
19127 1 setlinewidth
19128 0.000 0.000 0.000 edgecolor
19129 newpath 10613 1954 moveto
19130 10632 1951 10655 1947 10676 1944 curveto
19131 10796 1925 10836 1957 10949 1908 curveto
19132 10971 1897 10970 1885 10992 1872 curveto
19133 11027 1850 11043 1859 11077 1836 curveto
19134 11103 1818 11128 1791 11145 1772 curveto
19135 stroke
19136 0.000 0.000 0.000 edgecolor
19137 newpath 11148.05 1773.83 moveto
19138 11152 1764 lineto
19139 11142.78 1769.22 lineto
19140 closepath fill
19141 1 setlinewidth
19142 solid
19143 0.000 0.000 0.000 edgecolor
19144 newpath 11148.05 1773.83 moveto
19145 11152 1764 lineto
19146 11142.78 1769.22 lineto
19147 closepath stroke
19148 grestore
19149 % icimmicm_iicimmicm
19150 gsave
19151 1 setlinewidth
19152 0.000 0.000 0.000 nodecolor
19153 10576 1890 68.79 18 ellipse_path stroke
19154 0.000 0.000 0.000 nodecolor
19155 14 /Times-Roman set_font
19156 10534.5 1885.9 moveto 83 (ici--ic-=iici--ic-) alignedtext
19157 grestore
19158 % icimmicmc->icimmicm_iicimmicm
19159 gsave
19160 1 setlinewidth
19161 0.000 0.000 0.000 edgecolor
19162 newpath 10576 1944 moveto
19163 10576 1936 10576 1927 10576 1918 curveto
19164 stroke
19165 0.000 0.000 0.000 edgecolor
19166 newpath 10579.5 1918 moveto
19167 10576 1908 lineto
19168 10572.5 1918 lineto
19169 closepath fill
19170 1 setlinewidth
19171 solid
19172 0.000 0.000 0.000 edgecolor
19173 newpath 10579.5 1918 moveto
19174 10576 1908 lineto
19175 10572.5 1918 lineto
19176 closepath stroke
19177 grestore
19178 % icmmicmc_iicmmicmc
19179 gsave
19180 1 setlinewidth
19181 0.000 0.000 0.000 nodecolor
19182 11075 1890 73.85 18 ellipse_path stroke
19183 0.000 0.000 0.000 nodecolor
19184 14 /Times-Roman set_font
19185 11029.5 1885.9 moveto 91 (ic--ic-c=iic--ic-c) alignedtext
19186 grestore
19187 % icimmicmc->icmmicmc_iicmmicmc
19188 gsave
19189 1 setlinewidth
19190 0.000 0.000 0.000 edgecolor
19191 newpath 10613 1954 moveto
19192 10632 1951 10655 1947 10676 1944 curveto
19193 10813 1923 10849 1929 10987 1908 curveto
19194 10994 1907 11001 1905 11009 1904 curveto
19195 stroke
19196 0.000 0.000 0.000 edgecolor
19197 newpath 11009.88 1907.39 moveto
19198 11019 1902 lineto
19199 11008.51 1900.53 lineto
19200 closepath fill
19201 1 setlinewidth
19202 solid
19203 0.000 0.000 0.000 edgecolor
19204 newpath 11009.88 1907.39 moveto
19205 11019 1902 lineto
19206 11008.51 1900.53 lineto
19207 closepath stroke
19208 grestore
19209 % icmmicim_iicmmicim->cicmmicim
19210 gsave
19211 1 setlinewidth
19212 0.000 0.000 0.000 edgecolor
19213 newpath 10930 1954 moveto
19214 10900 1951 10864 1947 10832 1944 curveto
19215 10555 1920 10480 1963 10208 1908 curveto
19216 10204 1907 10201 1907 10197 1906 curveto
19217 stroke
19218 0.000 0.000 0.000 edgecolor
19219 newpath 10198.56 1902.86 moveto
19220 10188 1902 lineto
19221 10195.72 1909.26 lineto
19222 closepath fill
19223 1 setlinewidth
19224 solid
19225 0.000 0.000 0.000 edgecolor
19226 newpath 10198.56 1902.86 moveto
19227 10188 1902 lineto
19228 10195.72 1909.26 lineto
19229 closepath stroke
19230 grestore
19231 % icmmicim_iicmmicim->icmcmcim_iicmcmcim
19232 gsave
19233 1 setlinewidth
19234 0.000 0.000 0.000 edgecolor
19235 newpath 11042 1949 moveto
19236 11091 1937 11165 1918 11217 1905 curveto
19237 stroke
19238 0.000 0.000 0.000 edgecolor
19239 newpath 11217.88 1908.39 moveto
19240 11227 1903 lineto
19241 11216.51 1901.53 lineto
19242 closepath fill
19243 1 setlinewidth
19244 solid
19245 0.000 0.000 0.000 edgecolor
19246 newpath 11217.88 1908.39 moveto
19247 11227 1903 lineto
19248 11216.51 1901.53 lineto
19249 closepath stroke
19250 grestore
19251 % icmmicim_iicmmicim->icmmicmc_iicmmicmc
19252 gsave
19253 1 setlinewidth
19254 0.000 0.000 0.000 edgecolor
19255 newpath 11012 1945 moveto
19256 11023 1935 11036 1924 11047 1914 curveto
19257 stroke
19258 0.000 0.000 0.000 edgecolor
19259 newpath 11049.78 1916.22 moveto
19260 11055 1907 lineto
19261 11045.17 1910.95 lineto
19262 closepath fill
19263 1 setlinewidth
19264 solid
19265 0.000 0.000 0.000 edgecolor
19266 newpath 11049.78 1916.22 moveto
19267 11055 1907 lineto
19268 11045.17 1910.95 lineto
19269 closepath stroke
19270 grestore
19271 % icimmicm_iicimmicm->cimmicm_ccimmicm_cicimmicm
19272 gsave
19273 1 setlinewidth
19274 0.000 0.000 0.000 edgecolor
19275 newpath 10517 1881 moveto
19276 10470 1872 10404 1858 10349 1836 curveto
19277 10305 1818 10260 1790 10230 1770 curveto
19278 stroke
19279 0.000 0.000 0.000 edgecolor
19280 newpath 10232.1 1767.2 moveto
19281 10222 1764 lineto
19282 10227.9 1772.8 lineto
19283 closepath fill
19284 1 setlinewidth
19285 solid
19286 0.000 0.000 0.000 edgecolor
19287 newpath 10232.1 1767.2 moveto
19288 10222 1764 lineto
19289 10227.9 1772.8 lineto
19290 closepath stroke
19291 grestore
19292 % icimmicm_iicimmicm->icimmcicm
19293 gsave
19294 1 setlinewidth
19295 0.000 0.000 0.000 edgecolor
19296 newpath 10590 1872 moveto
19297 10597 1863 10605 1853 10613 1843 curveto
19298 stroke
19299 0.000 0.000 0.000 edgecolor
19300 newpath 10615.8 1845.1 moveto
19301 10619 1835 lineto
19302 10610.2 1840.9 lineto
19303 closepath fill
19304 1 setlinewidth
19305 solid
19306 0.000 0.000 0.000 edgecolor
19307 newpath 10615.8 1845.1 moveto
19308 10619 1835 lineto
19309 10610.2 1840.9 lineto
19310 closepath stroke
19311 grestore
19312 % icmmicm_iicmmicm_icicmmicm
19313 gsave
19314 1 setlinewidth
19315 0.000 0.000 0.000 nodecolor
19316 10935 1818 100.06 18 ellipse_path stroke
19317 0.000 0.000 0.000 nodecolor
19318 14 /Times-Roman set_font
19319 10871 1813.9 moveto 128 (ic--ic-=iic--ic-=icic--ic-) alignedtext
19320 grestore
19321 % icimmicm_iicimmicm->icmmicm_iicmmicm_icicmmicm
19322 gsave
19323 1 setlinewidth
19324 0.000 0.000 0.000 edgecolor
19325 newpath 10631 1879 moveto
19326 10691 1867 10790 1847 10858 1833 curveto
19327 stroke
19328 0.000 0.000 0.000 edgecolor
19329 newpath 10858.88 1836.39 moveto
19330 10868 1831 lineto
19331 10857.51 1829.53 lineto
19332 closepath fill
19333 1 setlinewidth
19334 solid
19335 0.000 0.000 0.000 edgecolor
19336 newpath 10858.88 1836.39 moveto
19337 10868 1831 lineto
19338 10857.51 1829.53 lineto
19339 closepath stroke
19340 grestore
19341 % icmmicmc_iicmmicmc->cicmmicmc
19342 gsave
19343 1 setlinewidth
19344 0.000 0.000 0.000 edgecolor
19345 newpath 11009 1882 moveto
19346 10980 1878 10946 1875 10916 1872 curveto
19347 10856 1866 10426 1874 10382 1836 curveto
19348 10365 1821 10361 1794 10361 1774 curveto
19349 stroke
19350 0.000 0.000 0.000 edgecolor
19351 newpath 10364.5 1774 moveto
19352 10361 1764 lineto
19353 10357.5 1774 lineto
19354 closepath fill
19355 1 setlinewidth
19356 solid
19357 0.000 0.000 0.000 edgecolor
19358 newpath 10364.5 1774 moveto
19359 10361 1764 lineto
19360 10357.5 1774 lineto
19361 closepath stroke
19362 grestore
19363 % icmmicmc_iicmmicmc->icmcmcmc_iicmcmcmc
19364 gsave
19365 1 setlinewidth
19366 0.000 0.000 0.000 edgecolor
19367 newpath 11136 1880 moveto
19368 11155 1877 11176 1874 11196 1872 curveto
19369 11382 1850 11433 1876 11617 1836 curveto
19370 11708 1815 11737 1816 11815 1764 curveto
19371 11833 1751 11829 1738 11848 1728 curveto
19372 11923 1686 11954 1708 12039 1692 curveto
19373 12045 1691 12052 1689 12058 1688 curveto
19374 stroke
19375 0.000 0.000 0.000 edgecolor
19376 newpath 12058.88 1691.39 moveto
19377 12068 1686 lineto
19378 12057.51 1684.53 lineto
19379 closepath fill
19380 1 setlinewidth
19381 solid
19382 0.000 0.000 0.000 edgecolor
19383 newpath 12058.88 1691.39 moveto
19384 12068 1686 lineto
19385 12057.51 1684.53 lineto
19386 closepath stroke
19387 grestore
19388 % icmmicmc_iicmmicmc->icmmicm_iicmmicm_icicmmicm
19389 gsave
19390 1 setlinewidth
19391 0.000 0.000 0.000 edgecolor
19392 newpath 11043 1874 moveto
19393 11024 1864 10999 1851 10978 1840 curveto
19394 stroke
19395 0.000 0.000 0.000 edgecolor
19396 newpath 10979.44 1836.8 moveto
19397 10969 1835 lineto
19398 10976.04 1842.92 lineto
19399 closepath fill
19400 1 setlinewidth
19401 solid
19402 0.000 0.000 0.000 edgecolor
19403 newpath 10979.44 1836.8 moveto
19404 10969 1835 lineto
19405 10976.04 1842.92 lineto
19406 closepath stroke
19407 grestore
19408 % icmmcicmc
19409 gsave
19410 1 setlinewidth
19411 0.000 0.000 0.000 nodecolor
19412 11944 1746 43.78 18 ellipse_path stroke
19413 0.000 0.000 0.000 nodecolor
19414 14 /Times-Roman set_font
19415 11920.5 1741.9 moveto 47 (ic--cic-c) alignedtext
19416 grestore
19417 % icmmicmc_iicmmicmc->icmmcicmc
19418 gsave
19419 1 setlinewidth
19420 0.000 0.000 0.000 edgecolor
19421 newpath 11136 1880 moveto
19422 11155 1877 11176 1874 11196 1872 curveto
19423 11451 1845 11524 1904 11772 1836 curveto
19424 11825 1820 11880 1789 11914 1767 curveto
19425 stroke
19426 0.000 0.000 0.000 edgecolor
19427 newpath 11915.38 1770.27 moveto
19428 11922 1762 lineto
19429 11911.66 1764.33 lineto
19430 closepath fill
19431 1 setlinewidth
19432 solid
19433 0.000 0.000 0.000 edgecolor
19434 newpath 11915.38 1770.27 moveto
19435 11922 1762 lineto
19436 11911.66 1764.33 lineto
19437 closepath stroke
19438 grestore
19439 % icmmicm_iicmmicm_icicmmicm->cicmmicm_ccicmmicm
19440 gsave
19441 1 setlinewidth
19442 0.000 0.000 0.000 edgecolor
19443 newpath 10907 1801 moveto
19444 10871 1779 10806 1744 10746 1728 curveto
19445 10586 1683 10538 1717 10375 1692 curveto
19446 10368 1691 10362 1690 10355 1689 curveto
19447 stroke
19448 0.000 0.000 0.000 edgecolor
19449 newpath 10355.49 1685.53 moveto
19450 10345 1687 lineto
19451 10354.12 1692.39 lineto
19452 closepath fill
19453 1 setlinewidth
19454 solid
19455 0.000 0.000 0.000 edgecolor
19456 newpath 10355.49 1685.53 moveto
19457 10345 1687 lineto
19458 10354.12 1692.39 lineto
19459 closepath stroke
19460 grestore
19461 % icmmicm_iicmmicm_icicmmicm->icmcmcicm
19462 gsave
19463 1 setlinewidth
19464 0.000 0.000 0.000 edgecolor
19465 newpath 11033 1814 moveto
19466 11211 1807 11582 1789 11709 1764 curveto
19467 11713 1763 11717 1763 11720 1761 curveto
19468 stroke
19469 0.000 0.000 0.000 edgecolor
19470 newpath 11721.43 1764.23 moveto
19471 11730 1758 lineto
19472 11719.42 1757.52 lineto
19473 closepath fill
19474 1 setlinewidth
19475 solid
19476 0.000 0.000 0.000 edgecolor
19477 newpath 11721.43 1764.23 moveto
19478 11730 1758 lineto
19479 11719.42 1757.52 lineto
19480 closepath stroke
19481 grestore
19482 % icmmcicm_iicmmcicm->cicmmcicm
19483 gsave
19484 1 setlinewidth
19485 0.000 0.000 0.000 edgecolor
19486 newpath 12537 1670 moveto
19487 12355 1660 11890 1634 11822 1620 curveto
19488 11818 1619 11814 1619 11811 1617 curveto
19489 stroke
19490 0.000 0.000 0.000 edgecolor
19491 newpath 11811.58 1613.52 moveto
19492 11801 1614 lineto
19493 11809.57 1620.23 lineto
19494 closepath fill
19495 1 setlinewidth
19496 solid
19497 0.000 0.000 0.000 edgecolor
19498 newpath 11811.58 1613.52 moveto
19499 11801 1614 lineto
19500 11809.57 1620.23 lineto
19501 closepath stroke
19502 grestore
19503 % icmmcicm_iicmmcicm->icmmcm_iicmmcm_icicmmcm
19504 gsave
19505 1 setlinewidth
19506 0.000 0.000 0.000 edgecolor
19507 newpath 12671 1664 moveto
19508 12731 1655 12824 1638 12904 1620 curveto
19509 12994 1598 13097 1567 13160 1548 curveto
19510 stroke
19511 0.000 0.000 0.000 edgecolor
19512 newpath 13161.43 1551.23 moveto
19513 13170 1545 lineto
19514 13159.42 1544.52 lineto
19515 closepath fill
19516 1 setlinewidth
19517 solid
19518 0.000 0.000 0.000 edgecolor
19519 newpath 13161.43 1551.23 moveto
19520 13170 1545 lineto
19521 13159.42 1544.52 lineto
19522 closepath stroke
19523 grestore
19524 % imimicm_imcimicm_iimimicm_icmcimicm_icimimicm
19525 gsave
19526 1 setlinewidth
19527 0.000 0.000 0.000 nodecolor
19528 11989 1602 157.93 18 ellipse_path stroke
19529 0.000 0.000 0.000 nodecolor
19530 14 /Times-Roman set_font
19531 11883 1597.9 moveto 212 (i-i-ic-=i-ci-ic-=ii-i-ic-=ic-ci-ic-=ici-i-ic-) alignedtext
19532 grestore
19533 % icmmcicm_iicmmcicm->imimicm_imcimicm_iimimicm_icmcimicm_icimimicm
19534 gsave
19535 1 setlinewidth
19536 0.000 0.000 0.000 edgecolor
19537 newpath 12542 1666 moveto
19538 12439 1654 12238 1631 12109 1616 curveto
19539 stroke
19540 0.000 0.000 0.000 edgecolor
19541 newpath 12109.3 1612.51 moveto
19542 12099 1615 lineto
19543 12108.6 1619.48 lineto
19544 closepath fill
19545 1 setlinewidth
19546 solid
19547 0.000 0.000 0.000 edgecolor
19548 newpath 12109.3 1612.51 moveto
19549 12099 1615 lineto
19550 12108.6 1619.48 lineto
19551 closepath stroke
19552 grestore
19553 % icmmcim_iicmmcim_icicmmcim->cicmmcim_ccicmmcim
19554 gsave
19555 1 setlinewidth
19556 0.000 0.000 0.000 edgecolor
19557 newpath 11536 1801 moveto
19558 11551 1791 11571 1779 11587 1768 curveto
19559 stroke
19560 0.000 0.000 0.000 edgecolor
19561 newpath 11588.96 1770.92 moveto
19562 11596 1763 lineto
19563 11585.56 1764.8 lineto
19564 closepath fill
19565 1 setlinewidth
19566 solid
19567 0.000 0.000 0.000 edgecolor
19568 newpath 11588.96 1770.92 moveto
19569 11596 1763 lineto
19570 11585.56 1764.8 lineto
19571 closepath stroke
19572 grestore
19573 % icmmcim_iicmmcim_icicmmcim->icmmcicmc
19574 gsave
19575 1 setlinewidth
19576 0.000 0.000 0.000 edgecolor
19577 newpath 11582 1806 moveto
19578 11670 1791 11816 1767 11893 1755 curveto
19579 stroke
19580 0.000 0.000 0.000 edgecolor
19581 newpath 11893.88 1758.39 moveto
19582 11903 1753 lineto
19583 11892.51 1751.53 lineto
19584 closepath fill
19585 1 setlinewidth
19586 solid
19587 0.000 0.000 0.000 edgecolor
19588 newpath 11893.88 1758.39 moveto
19589 11903 1753 lineto
19590 11892.51 1751.53 lineto
19591 closepath stroke
19592 grestore
19593 % imimim_imcimim_iimimim_icmcimim_icimimim
19594 gsave
19595 1 setlinewidth
19596 0.000 0.000 0.000 nodecolor
19597 11393 1746 135 18 ellipse_path stroke
19598 0.000 0.000 0.000 nodecolor
19599 14 /Times-Roman set_font
19600 11303.5 1741.9 moveto 179 (i-i-i-=i-ci-i-=ii-i-i-=ic-ci-i-=ici-i-i-) alignedtext
19601 grestore
19602 % icmmcim_iicmmcim_icicmmcim->imimim_imcimim_iimimim_icmcimim_icimimim
19603 gsave
19604 1 setlinewidth
19605 0.000 0.000 0.000 edgecolor
19606 newpath 11480 1801 moveto
19607 11465 1791 11446 1779 11430 1769 curveto
19608 stroke
19609 0.000 0.000 0.000 edgecolor
19610 newpath 11431.44 1765.8 moveto
19611 11421 1764 lineto
19612 11428.04 1771.92 lineto
19613 closepath fill
19614 1 setlinewidth
19615 solid
19616 0.000 0.000 0.000 edgecolor
19617 newpath 11431.44 1765.8 moveto
19618 11421 1764 lineto
19619 11428.04 1771.92 lineto
19620 closepath stroke
19621 grestore
19622 % icmmcmc_iicmmcmc_icicmmcmc->cicmmcmc_ccicmmcmc
19623 gsave
19624 1 setlinewidth
19625 0.000 0.000 0.000 edgecolor
19626 newpath 12754 1585 moveto
19627 12735 1575 12711 1562 12690 1552 curveto
19628 stroke
19629 0.000 0.000 0.000 edgecolor
19630 newpath 12691.44 1548.8 moveto
19631 12681 1547 lineto
19632 12688.04 1554.92 lineto
19633 closepath fill
19634 1 setlinewidth
19635 solid
19636 0.000 0.000 0.000 edgecolor
19637 newpath 12691.44 1548.8 moveto
19638 12681 1547 lineto
19639 12688.04 1554.92 lineto
19640 closepath stroke
19641 grestore
19642 % icmmcmc_iicmmcmc_icicmmcmc->icmmcm_iicmmcm_icicmmcm
19643 gsave
19644 1 setlinewidth
19645 0.000 0.000 0.000 edgecolor
19646 newpath 12864 1589 moveto
19647 12930 1578 13029 1562 13116 1548 curveto
19648 13124 1547 13131 1545 13139 1544 curveto
19649 stroke
19650 0.000 0.000 0.000 edgecolor
19651 newpath 13139.88 1547.39 moveto
19652 13149 1542 lineto
19653 13138.51 1540.53 lineto
19654 closepath fill
19655 1 setlinewidth
19656 solid
19657 0.000 0.000 0.000 edgecolor
19658 newpath 13139.88 1547.39 moveto
19659 13149 1542 lineto
19660 13138.51 1540.53 lineto
19661 closepath stroke
19662 grestore
19663 % imimmc_imcimmc_iimimmc_imicimmc_icmcimmc_icimimmc
19664 gsave
19665 1 setlinewidth
19666 0.000 0.000 0.000 nodecolor
19667 12928 1530 178.78 18 ellipse_path stroke
19668 0.000 0.000 0.000 nodecolor
19669 14 /Times-Roman set_font
19670 12807 1525.9 moveto 242 (i-i--c=i-ci--c=ii-i--c=i-ici--c=ic-ci--c=ici-i--c) alignedtext
19671 grestore
19672 % icmmcmc_iicmmcmc_icicmmcmc->imimmc_imcimmc_iimimmc_imicimmc_icmcimmc_icimimmc
19673 gsave
19674 1 setlinewidth
19675 0.000 0.000 0.000 edgecolor
19676 newpath 12821 1585 moveto
19677 12839 1575 12863 1563 12884 1553 curveto
19678 stroke
19679 0.000 0.000 0.000 edgecolor
19680 newpath 12885.96 1555.92 moveto
19681 12893 1548 lineto
19682 12882.56 1549.8 lineto
19683 closepath fill
19684 1 setlinewidth
19685 solid
19686 0.000 0.000 0.000 edgecolor
19687 newpath 12885.96 1555.92 moveto
19688 12893 1548 lineto
19689 12882.56 1549.8 lineto
19690 closepath stroke
19691 grestore
19692 % imicmcmc_imcicmcmc_iimicmcmc->cimicmcmc
19693 gsave
19694 1 setlinewidth
19695 0.000 0.000 0.000 edgecolor
19696 newpath 12196 1590 moveto
19697 12182 1588 12169 1586 12156 1584 curveto
19698 12046 1567 12016 1573 11909 1548 curveto
19699 11906 1547 11902 1546 11899 1545 curveto
19700 stroke
19701 0.000 0.000 0.000 edgecolor
19702 newpath 11899.58 1541.52 moveto
19703 11889 1542 lineto
19704 11897.57 1548.23 lineto
19705 closepath fill
19706 1 setlinewidth
19707 solid
19708 0.000 0.000 0.000 edgecolor
19709 newpath 11899.58 1541.52 moveto
19710 11889 1542 lineto
19711 11897.57 1548.23 lineto
19712 closepath stroke
19713 grestore
19714 % imicmcmc_imcicmcmc_iimicmcmc->imicmcm_imcicmcm_iimicmcm_icmcicmcm_icimicmcm
19715 gsave
19716 1 setlinewidth
19717 0.000 0.000 0.000 edgecolor
19718 newpath 12302 1584 moveto
19719 12315 1575 12331 1564 12345 1554 curveto
19720 stroke
19721 0.000 0.000 0.000 edgecolor
19722 newpath 12347.1 1556.8 moveto
19723 12353 1548 lineto
19724 12342.9 1551.2 lineto
19725 closepath fill
19726 1 setlinewidth
19727 solid
19728 0.000 0.000 0.000 edgecolor
19729 newpath 12347.1 1556.8 moveto
19730 12353 1548 lineto
19731 12342.9 1551.2 lineto
19732 closepath stroke
19733 grestore
19734 % imicmcmc_imcicmcmc_iimicmcmc->imimmc_imcimmc_iimimmc_imicimmc_icmcimmc_icimimmc
19735 gsave
19736 1 setlinewidth
19737 0.000 0.000 0.000 edgecolor
19738 newpath 12357 1589 moveto
19739 12370 1587 12385 1585 12398 1584 curveto
19740 12470 1574 12657 1556 12788 1543 curveto
19741 stroke
19742 0.000 0.000 0.000 edgecolor
19743 newpath 12788.4 1546.48 moveto
19744 12798 1542 lineto
19745 12787.7 1539.51 lineto
19746 closepath fill
19747 1 setlinewidth
19748 solid
19749 0.000 0.000 0.000 edgecolor
19750 newpath 12788.4 1546.48 moveto
19751 12798 1542 lineto
19752 12787.7 1539.51 lineto
19753 closepath stroke
19754 grestore
19755 % mcicmcmc
19756 gsave
19757 1 setlinewidth
19758 0.000 0.000 0.000 nodecolor
19759 11533 1530 41.19 18 ellipse_path stroke
19760 0.000 0.000 0.000 nodecolor
19761 14 /Times-Roman set_font
19762 11511 1525.9 moveto 44 (-cic-c-c) alignedtext
19763 grestore
19764 % imicmcmc_imcicmcmc_iimicmcmc->mcicmcmc
19765 gsave
19766 1 setlinewidth
19767 0.000 0.000 0.000 edgecolor
19768 newpath 12199 1589 moveto
19769 12184 1587 12170 1585 12156 1584 curveto
19770 11902 1557 11832 1599 11583 1548 curveto
19771 11579 1547 11576 1547 11572 1546 curveto
19772 stroke
19773 0.000 0.000 0.000 edgecolor
19774 newpath 11573.56 1542.86 moveto
19775 11563 1542 lineto
19776 11570.72 1549.26 lineto
19777 closepath fill
19778 1 setlinewidth
19779 solid
19780 0.000 0.000 0.000 edgecolor
19781 newpath 11573.56 1542.86 moveto
19782 11563 1542 lineto
19783 11570.72 1549.26 lineto
19784 closepath stroke
19785 grestore
19786 % icmmcm_iicmmcm_icicmmcm->cicmmcm_ccicmmcm
19787 gsave
19788 1 setlinewidth
19789 0.000 0.000 0.000 edgecolor
19790 newpath 13218 1512 moveto
19791 13218 1504 13218 1495 13218 1486 curveto
19792 stroke
19793 0.000 0.000 0.000 edgecolor
19794 newpath 13221.48 1485.6 moveto
19795 13217 1476 lineto
19796 13214.51 1486.3 lineto
19797 closepath fill
19798 1 setlinewidth
19799 solid
19800 0.000 0.000 0.000 edgecolor
19801 newpath 13221.48 1485.6 moveto
19802 13217 1476 lineto
19803 13214.51 1486.3 lineto
19804 closepath stroke
19805 grestore
19806 % imimm_imcimm_iimimm_imicimm_icmcimm_icimimm
19807 gsave
19808 1 setlinewidth
19809 0.000 0.000 0.000 nodecolor
19810 13611 1458 150.79 18 ellipse_path stroke
19811 0.000 0.000 0.000 nodecolor
19812 14 /Times-Roman set_font
19813 13510.5 1453.9 moveto 201 (i-i--=i-ci--=ii-i--=i-ici--=ic-ci--=ici-i--) alignedtext
19814 grestore
19815 % icmmcm_iicmmcm_icicmmcm->imimm_imcimm_iimimm_imicimm_icmcimm_icimimm
19816 gsave
19817 1 setlinewidth
19818 0.000 0.000 0.000 edgecolor
19819 newpath 13287 1517 moveto
19820 13352 1506 13448 1488 13519 1475 curveto
19821 stroke
19822 0.000 0.000 0.000 edgecolor
19823 newpath 13519.88 1478.39 moveto
19824 13529 1473 lineto
19825 13518.51 1471.53 lineto
19826 closepath fill
19827 1 setlinewidth
19828 solid
19829 0.000 0.000 0.000 edgecolor
19830 newpath 13519.88 1478.39 moveto
19831 13529 1473 lineto
19832 13518.51 1471.53 lineto
19833 closepath stroke
19834 grestore
19835 % imicmcm_imcicmcm_iimicmcm_icmcicmcm_icimicmcm->cimicmcm_ccimicmcm
19836 gsave
19837 1 setlinewidth
19838 0.000 0.000 0.000 edgecolor
19839 newpath 12500 1517 moveto
19840 12519 1515 12539 1514 12558 1512 curveto
19841 12735 1495 12781 1501 12958 1476 curveto
19842 12966 1475 12974 1473 12982 1472 curveto
19843 stroke
19844 0.000 0.000 0.000 edgecolor
19845 newpath 12982.88 1475.39 moveto
19846 12992 1470 lineto
19847 12981.51 1468.53 lineto
19848 closepath fill
19849 1 setlinewidth
19850 solid
19851 0.000 0.000 0.000 edgecolor
19852 newpath 12982.88 1475.39 moveto
19853 12992 1470 lineto
19854 12981.51 1468.53 lineto
19855 closepath stroke
19856 grestore
19857 % imicmcm_imcicmcm_iimicmcm_icmcicmcm_icimicmcm->imimm_imcimm_iimimm_imicimm_icmcimm_icimimm
19858 gsave
19859 1 setlinewidth
19860 0.000 0.000 0.000 edgecolor
19861 newpath 12496 1517 moveto
19862 12516 1515 12538 1513 12558 1512 curveto
19863 12954 1484 13054 1506 13451 1476 curveto
19864 13465 1475 13480 1474 13495 1472 curveto
19865 stroke
19866 0.000 0.000 0.000 edgecolor
19867 newpath 13495.4 1475.48 moveto
19868 13505 1471 lineto
19869 13494.7 1468.51 lineto
19870 closepath fill
19871 1 setlinewidth
19872 solid
19873 0.000 0.000 0.000 edgecolor
19874 newpath 13495.4 1475.48 moveto
19875 13505 1471 lineto
19876 13494.7 1468.51 lineto
19877 closepath stroke
19878 grestore
19879 % mcicmcm
19880 gsave
19881 1 setlinewidth
19882 0.000 0.000 0.000 nodecolor
19883 12803 1458 36.83 18 ellipse_path stroke
19884 0.000 0.000 0.000 nodecolor
19885 14 /Times-Roman set_font
19886 12784.5 1453.9 moveto 37 (-cic-c-) alignedtext
19887 grestore
19888 % imicmcm_imcicmcm_iimicmcm_icmcicmcm_icimicmcm->mcicmcm
19889 gsave
19890 1 setlinewidth
19891 0.000 0.000 0.000 edgecolor
19892 newpath 12505 1518 moveto
19893 12578 1509 12670 1496 12752 1476 curveto
19894 12756 1475 12760 1474 12764 1472 curveto
19895 stroke
19896 0.000 0.000 0.000 edgecolor
19897 newpath 12765.43 1475.23 moveto
19898 12774 1469 lineto
19899 12763.42 1468.52 lineto
19900 closepath fill
19901 1 setlinewidth
19902 solid
19903 0.000 0.000 0.000 edgecolor
19904 newpath 12765.43 1475.23 moveto
19905 12774 1469 lineto
19906 12763.42 1468.52 lineto
19907 closepath stroke
19908 grestore
19909 % icmcmmc_iicmcmmc_icicmcmmc
19910 gsave
19911 1 setlinewidth
19912 0.000 0.000 0.000 nodecolor
19913 9564 2250 107.9 18 ellipse_path stroke
19914 0.000 0.000 0.000 nodecolor
19915 14 /Times-Roman set_font
19916 9494 2245.9 moveto 140 (ic-c--c=iic-c--c=icic-c--c) alignedtext
19917 grestore
19918 % icmcmmc_iicmcmmc_icicmcmmc->cicmcmmc_ccicmcmmc
19919 gsave
19920 1 setlinewidth
19921 0.000 0.000 0.000 edgecolor
19922 newpath 9531 2233 moveto
19923 9514 2223 9494 2210 9478 2196 curveto
19924 9432 2155 9434 2132 9392 2088 curveto
19925 9382 2078 9370 2066 9359 2057 curveto
19926 stroke
19927 0.000 0.000 0.000 edgecolor
19928 newpath 9361.1 2054.2 moveto
19929 9351 2051 lineto
19930 9356.9 2059.8 lineto
19931 closepath fill
19932 1 setlinewidth
19933 solid
19934 0.000 0.000 0.000 edgecolor
19935 newpath 9361.1 2054.2 moveto
19936 9351 2051 lineto
19937 9356.9 2059.8 lineto
19938 closepath stroke
19939 grestore
19940 % icmcmm_iicmcmm_icicmcmm
19941 gsave
19942 1 setlinewidth
19943 0.000 0.000 0.000 nodecolor
19944 9581 2178 93.81 18 ellipse_path stroke
19945 0.000 0.000 0.000 nodecolor
19946 14 /Times-Roman set_font
19947 9521.5 2173.9 moveto 119 (ic-c--=iic-c--=icic-c--) alignedtext
19948 grestore
19949 % icmcmmc_iicmcmmc_icicmcmmc->icmcmm_iicmcmm_icicmcmm
19950 gsave
19951 1 setlinewidth
19952 0.000 0.000 0.000 edgecolor
19953 newpath 9568 2232 moveto
19954 9570 2224 9572 2215 9574 2206 curveto
19955 stroke
19956 0.000 0.000 0.000 edgecolor
19957 newpath 9577.48 2206.58 moveto
19958 9577 2196 lineto
19959 9570.77 2204.57 lineto
19960 closepath fill
19961 1 setlinewidth
19962 solid
19963 0.000 0.000 0.000 edgecolor
19964 newpath 9577.48 2206.58 moveto
19965 9577 2196 lineto
19966 9570.77 2204.57 lineto
19967 closepath stroke
19968 grestore
19969 % imicmmc_imcicmmc_iimicmmc_icmcicmmc_icimicmmc
19970 gsave
19971 1 setlinewidth
19972 0.000 0.000 0.000 nodecolor
19973 10841 1674 171.14 18 ellipse_path stroke
19974 0.000 0.000 0.000 nodecolor
19975 14 /Times-Roman set_font
19976 10725.5 1669.9 moveto 231 (i-ic--c=i-cic--c=ii-ic--c=ic-cic--c=ici-ic--c) alignedtext
19977 grestore
19978 % icmcmmc_iicmcmmc_icicmcmmc->imicmmc_imcicmmc_iimicmmc_icmcicmmc_icimicmmc
19979 gsave
19980 1 setlinewidth
19981 0.000 0.000 0.000 edgecolor
19982 newpath 9653 2240 moveto
19983 10002 2200 11254 2046 11362 1908 curveto
19984 11371 1895 11371 1885 11362 1872 curveto
19985 11286 1762 11195 1835 11083 1764 curveto
19986 11063 1751 11065 1739 11045 1728 curveto
19987 11015 1711 10979 1699 10947 1691 curveto
19988 stroke
19989 0.000 0.000 0.000 edgecolor
19990 newpath 10947.49 1687.53 moveto
19991 10937 1689 lineto
19992 10946.12 1694.39 lineto
19993 closepath fill
19994 1 setlinewidth
19995 solid
19996 0.000 0.000 0.000 edgecolor
19997 newpath 10947.49 1687.53 moveto
19998 10937 1689 lineto
19999 10946.12 1694.39 lineto
20000 closepath stroke
20001 grestore
20002 % icmcmm_iicmcmm_icicmcmm->cicmcmm_ccicmcmm
20003 gsave
20004 1 setlinewidth
20005 0.000 0.000 0.000 edgecolor
20006 newpath 9553 2161 moveto
20007 9538 2151 9520 2138 9506 2124 curveto
20008 9461 2081 9464 2058 9420 2016 curveto
20009 9408 2005 9394 1994 9381 1985 curveto
20010 stroke
20011 0.000 0.000 0.000 edgecolor
20012 newpath 9383.1 1982.2 moveto
20013 9373 1979 lineto
20014 9378.9 1987.8 lineto
20015 closepath fill
20016 1 setlinewidth
20017 solid
20018 0.000 0.000 0.000 edgecolor
20019 newpath 9383.1 1982.2 moveto
20020 9373 1979 lineto
20021 9378.9 1987.8 lineto
20022 closepath stroke
20023 grestore
20024 % icmc_iicmc_icicmc
20025 gsave
20026 1 setlinewidth
20027 0.000 0.000 0.000 nodecolor
20028 9590 2106 75.05 18 ellipse_path stroke
20029 0.000 0.000 0.000 nodecolor
20030 14 /Times-Roman set_font
20031 9544 2101.9 moveto 92 (ic-c=iic-c=icic-c) alignedtext
20032 grestore
20033 % icmcmm_iicmcmm_icicmcmm->icmc_iicmc_icicmc
20034 gsave
20035 1 setlinewidth
20036 0.000 0.000 0.000 edgecolor
20037 newpath 9583 2160 moveto
20038 9584 2152 9585 2143 9586 2134 curveto
20039 stroke
20040 0.000 0.000 0.000 edgecolor
20041 newpath 9589.47 2134.49 moveto
20042 9588 2124 lineto
20043 9582.61 2133.12 lineto
20044 closepath fill
20045 1 setlinewidth
20046 solid
20047 0.000 0.000 0.000 edgecolor
20048 newpath 9589.47 2134.49 moveto
20049 9588 2124 lineto
20050 9582.61 2133.12 lineto
20051 closepath stroke
20052 grestore
20053 % imicmm_imcicmm_iimicmm_icmcicmm_icimicmm
20054 gsave
20055 1 setlinewidth
20056 0.000 0.000 0.000 nodecolor
20057 10757 1602 148.01 18 ellipse_path stroke
20058 0.000 0.000 0.000 nodecolor
20059 14 /Times-Roman set_font
20060 10658.5 1597.9 moveto 197 (i-ic--=i-cic--=ii-ic--=ic-cic--=ici-ic--) alignedtext
20061 grestore
20062 % icmcmm_iicmcmm_icicmcmm->imicmm_imcicmm_iimicmm_icmcicmm_icimicmm
20063 gsave
20064 1 setlinewidth
20065 0.000 0.000 0.000 edgecolor
20066 newpath 9625 2162 moveto
20067 9643 2153 9662 2141 9674 2124 curveto
20068 9718 2056 9652 2011 9697 1944 curveto
20069 9715 1917 10172 1665 10203 1656 curveto
20070 10372 1602 10423 1638 10600 1620 curveto
20071 10613 1618 10626 1617 10639 1615 curveto
20072 stroke
20073 0.000 0.000 0.000 edgecolor
20074 newpath 10639.4 1618.48 moveto
20075 10649 1614 lineto
20076 10638.7 1611.51 lineto
20077 closepath fill
20078 1 setlinewidth
20079 solid
20080 0.000 0.000 0.000 edgecolor
20081 newpath 10639.4 1618.48 moveto
20082 10649 1614 lineto
20083 10638.7 1611.51 lineto
20084 closepath stroke
20085 grestore
20086 % imicmmc_imcicmmc_iimicmmc_icmcicmmc_icimicmmc->cimicmmc_ccimicmmc
20087 gsave
20088 1 setlinewidth
20089 0.000 0.000 0.000 edgecolor
20090 newpath 10880 1656 moveto
20091 10903 1645 10931 1632 10956 1622 curveto
20092 stroke
20093 0.000 0.000 0.000 edgecolor
20094 newpath 10957.28 1625.26 moveto
20095 10965 1618 lineto
20096 10954.44 1618.86 lineto
20097 closepath fill
20098 1 setlinewidth
20099 solid
20100 0.000 0.000 0.000 edgecolor
20101 newpath 10957.28 1625.26 moveto
20102 10965 1618 lineto
20103 10954.44 1618.86 lineto
20104 closepath stroke
20105 grestore
20106 % imicmmc_imcicmmc_iimicmmc_icmcicmmc_icimicmmc->imicmcmc_imcicmcmc_iimicmcmc
20107 gsave
20108 1 setlinewidth
20109 0.000 0.000 0.000 edgecolor
20110 newpath 10959 1661 moveto
20111 10979 1659 11001 1657 11021 1656 curveto
20112 11524 1622 11653 1665 12156 1620 curveto
20113 12167 1619 12178 1618 12189 1616 curveto
20114 stroke
20115 0.000 0.000 0.000 edgecolor
20116 newpath 12189.4 1619.48 moveto
20117 12199 1615 lineto
20118 12188.7 1612.51 lineto
20119 closepath fill
20120 1 setlinewidth
20121 solid
20122 0.000 0.000 0.000 edgecolor
20123 newpath 12189.4 1619.48 moveto
20124 12199 1615 lineto
20125 12188.7 1612.51 lineto
20126 closepath stroke
20127 grestore
20128 % imicmmc_imcicmmc_iimicmmc_icmcicmmc_icimicmmc->imicmm_imcicmm_iimicmm_icmcicmm_icimicmm
20129 gsave
20130 1 setlinewidth
20131 0.000 0.000 0.000 edgecolor
20132 newpath 10820 1656 moveto
20133 10810 1647 10797 1636 10786 1627 curveto
20134 stroke
20135 0.000 0.000 0.000 edgecolor
20136 newpath 10787.83 1623.95 moveto
20137 10778 1620 lineto
20138 10783.22 1629.22 lineto
20139 closepath fill
20140 1 setlinewidth
20141 solid
20142 0.000 0.000 0.000 edgecolor
20143 newpath 10787.83 1623.95 moveto
20144 10778 1620 lineto
20145 10783.22 1629.22 lineto
20146 closepath stroke
20147 grestore
20148 % mcicmmc
20149 gsave
20150 1 setlinewidth
20151 0.000 0.000 0.000 nodecolor
20152 10402 1602 36.83 18 ellipse_path stroke
20153 0.000 0.000 0.000 nodecolor
20154 14 /Times-Roman set_font
20155 10383.5 1597.9 moveto 37 (-cic--c) alignedtext
20156 grestore
20157 % imicmmc_imcicmmc_iimicmmc_icmcicmmc_icimicmmc->mcicmmc
20158 gsave
20159 1 setlinewidth
20160 0.000 0.000 0.000 edgecolor
20161 newpath 10705 1663 moveto
20162 10628 1655 10532 1642 10448 1620 curveto
20163 10445 1619 10442 1618 10440 1617 curveto
20164 stroke
20165 0.000 0.000 0.000 edgecolor
20166 newpath 10440.58 1613.52 moveto
20167 10430 1614 lineto
20168 10438.57 1620.23 lineto
20169 closepath fill
20170 1 setlinewidth
20171 solid
20172 0.000 0.000 0.000 edgecolor
20173 newpath 10440.58 1613.52 moveto
20174 10430 1614 lineto
20175 10438.57 1620.23 lineto
20176 closepath stroke
20177 grestore
20178 % icmc_iicmc_icicmc->cicmc_ccicmc
20179 gsave
20180 1 setlinewidth
20181 0.000 0.000 0.000 edgecolor
20182 newpath 9570 2089 moveto
20183 9558 2078 9544 2065 9534 2052 curveto
20184 9498 2008 9465 1951 9448 1917 curveto
20185 stroke
20186 0.000 0.000 0.000 edgecolor
20187 newpath 9450.92 1915.04 moveto
20188 9443 1908 lineto
20189 9444.8 1918.44 lineto
20190 closepath fill
20191 1 setlinewidth
20192 solid
20193 0.000 0.000 0.000 edgecolor
20194 newpath 9450.92 1915.04 moveto
20195 9443 1908 lineto
20196 9444.8 1918.44 lineto
20197 closepath stroke
20198 grestore
20199 % icm_iicm_icicm
20200 gsave
20201 1 setlinewidth
20202 0.000 0.000 0.000 nodecolor
20203 9604 2034 61.15 18 ellipse_path stroke
20204 0.000 0.000 0.000 nodecolor
20205 14 /Times-Roman set_font
20206 9568 2029.9 moveto 72 (ic-=iic-=icic-) alignedtext
20207 grestore
20208 % icmc_iicmc_icicmc->icm_iicm_icicm
20209 gsave
20210 1 setlinewidth
20211 0.000 0.000 0.000 edgecolor
20212 newpath 9594 2088 moveto
20213 9595 2080 9597 2071 9599 2062 curveto
20214 stroke
20215 0.000 0.000 0.000 edgecolor
20216 newpath 9602.47 2062.49 moveto
20217 9601 2052 lineto
20218 9595.61 2061.12 lineto
20219 closepath fill
20220 1 setlinewidth
20221 solid
20222 0.000 0.000 0.000 edgecolor
20223 newpath 9602.47 2062.49 moveto
20224 9601 2052 lineto
20225 9595.61 2061.12 lineto
20226 closepath stroke
20227 grestore
20228 % immicmc_iimmicmc
20229 gsave
20230 1 setlinewidth
20231 0.000 0.000 0.000 nodecolor
20232 9823 2034 64.12 18 ellipse_path stroke
20233 0.000 0.000 0.000 nodecolor
20234 14 /Times-Roman set_font
20235 9784.5 2029.9 moveto 77 (i--ic-c=ii--ic-c) alignedtext
20236 grestore
20237 % icmc_iicmc_icicmc->immicmc_iimmicmc
20238 gsave
20239 1 setlinewidth
20240 0.000 0.000 0.000 edgecolor
20241 newpath 9636 2092 moveto
20242 9675 2080 9730 2063 9770 2050 curveto
20243 stroke
20244 0.000 0.000 0.000 edgecolor
20245 newpath 9771.43 2053.23 moveto
20246 9780 2047 lineto
20247 9769.42 2046.52 lineto
20248 closepath fill
20249 1 setlinewidth
20250 solid
20251 0.000 0.000 0.000 edgecolor
20252 newpath 9771.43 2053.23 moveto
20253 9780 2047 lineto
20254 9769.42 2046.52 lineto
20255 closepath stroke
20256 grestore
20257 % imicmm_imcicmm_iimicmm_icmcicmm_icimicmm->cimicmm_ccimicmm
20258 gsave
20259 1 setlinewidth
20260 0.000 0.000 0.000 edgecolor
20261 newpath 10757 1584 moveto
20262 10757 1576 10757 1567 10757 1558 curveto
20263 stroke
20264 0.000 0.000 0.000 edgecolor
20265 newpath 10760.5 1558 moveto
20266 10757 1548 lineto
20267 10753.5 1558 lineto
20268 closepath fill
20269 1 setlinewidth
20270 solid
20271 0.000 0.000 0.000 edgecolor
20272 newpath 10760.5 1558 moveto
20273 10757 1548 lineto
20274 10753.5 1558 lineto
20275 closepath stroke
20276 grestore
20277 % imicmm_imcicmm_iimicmm_icmcicmm_icimicmm->imicmcm_imcicmcm_iimicmcm_icmcicmcm_icimicmcm
20278 gsave
20279 1 setlinewidth
20280 0.000 0.000 0.000 edgecolor
20281 newpath 10859 1589 moveto
20282 10877 1587 10896 1585 10914 1584 curveto
20283 11426 1546 11555 1570 12069 1548 curveto
20284 12118 1545 12171 1542 12220 1540 curveto
20285 stroke
20286 0.000 0.000 0.000 edgecolor
20287 newpath 12220.4 1543.48 moveto
20288 12230 1539 lineto
20289 12219.7 1536.51 lineto
20290 closepath fill
20291 1 setlinewidth
20292 solid
20293 0.000 0.000 0.000 edgecolor
20294 newpath 12220.4 1543.48 moveto
20295 12230 1539 lineto
20296 12219.7 1536.51 lineto
20297 closepath stroke
20298 grestore
20299 % 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
20300 gsave
20301 1 setlinewidth
20302 0.000 0.000 0.000 nodecolor
20303 11826 1458 845.87 18 ellipse_path stroke
20304 0.000 0.000 0.000 nodecolor
20305 14 /Times-Roman set_font
20306 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
20307 grestore
20308 % 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
20309 gsave
20310 1 setlinewidth
20311 0.000 0.000 0.000 edgecolor
20312 newpath 10846 1588 moveto
20313 10965 1569 11179 1536 11364 1512 curveto
20314 11458 1499 11565 1487 11651 1477 curveto
20315 stroke
20316 0.000 0.000 0.000 edgecolor
20317 newpath 11651.4 1480.48 moveto
20318 11661 1476 lineto
20319 11650.7 1473.51 lineto
20320 closepath fill
20321 1 setlinewidth
20322 solid
20323 0.000 0.000 0.000 edgecolor
20324 newpath 11651.4 1480.48 moveto
20325 11661 1476 lineto
20326 11650.7 1473.51 lineto
20327 closepath stroke
20328 grestore
20329 % mcicmm
20330 gsave
20331 1 setlinewidth
20332 0.000 0.000 0.000 nodecolor
20333 10280 1530 31.96 18 ellipse_path stroke
20334 0.000 0.000 0.000 nodecolor
20335 14 /Times-Roman set_font
20336 10265 1525.9 moveto 30 (-cic--) alignedtext
20337 grestore
20338 % imicmm_imcicmm_iimicmm_icmcicmm_icimicmm->mcicmm
20339 gsave
20340 1 setlinewidth
20341 0.000 0.000 0.000 edgecolor
20342 newpath 10650 1589 moveto
20343 10526 1575 10336 1552 10321 1548 curveto
20344 10318 1547 10316 1546 10314 1545 curveto
20345 stroke
20346 0.000 0.000 0.000 edgecolor
20347 newpath 10314.58 1541.52 moveto
20348 10304 1542 lineto
20349 10312.57 1548.23 lineto
20350 closepath fill
20351 1 setlinewidth
20352 solid
20353 0.000 0.000 0.000 edgecolor
20354 newpath 10314.58 1541.52 moveto
20355 10304 1542 lineto
20356 10312.57 1548.23 lineto
20357 closepath stroke
20358 grestore
20359 % immicm_iimmicm
20360 gsave
20361 1 setlinewidth
20362 0.000 0.000 0.000 nodecolor
20363 9761 1962 55.09 18 ellipse_path stroke
20364 0.000 0.000 0.000 nodecolor
20365 14 /Times-Roman set_font
20366 9729 1957.9 moveto 64 (i--ic-=ii--ic-) alignedtext
20367 grestore
20368 % icm_iicm_icicm->immicm_iimmicm
20369 gsave
20370 1 setlinewidth
20371 0.000 0.000 0.000 edgecolor
20372 newpath 9637 2019 moveto
20373 9661 2008 9694 1993 9720 1981 curveto
20374 stroke
20375 0.000 0.000 0.000 edgecolor
20376 newpath 9721.28 1984.26 moveto
20377 9729 1977 lineto
20378 9718.44 1977.86 lineto
20379 closepath fill
20380 1 setlinewidth
20381 solid
20382 0.000 0.000 0.000 edgecolor
20383 newpath 9721.28 1984.26 moveto
20384 9729 1977 lineto
20385 9718.44 1977.86 lineto
20386 closepath stroke
20387 grestore
20388 % icm_iicm_icicm->cicm_ccicm
20389 gsave
20390 1 setlinewidth
20391 0.000 0.000 0.000 edgecolor
20392 newpath 9595 2016 moveto
20393 9580 1985 9544 1919 9503 1872 curveto
20394 9492 1860 9478 1849 9466 1840 curveto
20395 stroke
20396 0.000 0.000 0.000 edgecolor
20397 newpath 9468.1 1837.2 moveto
20398 9458 1834 lineto
20399 9463.9 1842.8 lineto
20400 closepath fill
20401 1 setlinewidth
20402 solid
20403 0.000 0.000 0.000 edgecolor
20404 newpath 9468.1 1837.2 moveto
20405 9458 1834 lineto
20406 9463.9 1842.8 lineto
20407 closepath stroke
20408 grestore
20409 % immicmc_iimmicmc->icimmicmc
20410 gsave
20411 1 setlinewidth
20412 0.000 0.000 0.000 edgecolor
20413 newpath 9887 2032 moveto
20414 10008 2028 10278 2016 10503 1980 curveto
20415 10512 1979 10522 1976 10531 1974 curveto
20416 stroke
20417 0.000 0.000 0.000 edgecolor
20418 newpath 10532.43 1977.23 moveto
20419 10541 1971 lineto
20420 10530.42 1970.52 lineto
20421 closepath fill
20422 1 setlinewidth
20423 solid
20424 0.000 0.000 0.000 edgecolor
20425 newpath 10532.43 1977.23 moveto
20426 10541 1971 lineto
20427 10530.42 1970.52 lineto
20428 closepath stroke
20429 grestore
20430 % immicmc_iimmicmc->immicm_iimmicm
20431 gsave
20432 1 setlinewidth
20433 0.000 0.000 0.000 edgecolor
20434 newpath 9808 2016 moveto
20435 9800 2007 9791 1997 9783 1988 curveto
20436 stroke
20437 0.000 0.000 0.000 edgecolor
20438 newpath 9785.22 1985.22 moveto
20439 9776 1980 lineto
20440 9779.95 1989.83 lineto
20441 closepath fill
20442 1 setlinewidth
20443 solid
20444 0.000 0.000 0.000 edgecolor
20445 newpath 9785.22 1985.22 moveto
20446 9776 1980 lineto
20447 9779.95 1989.83 lineto
20448 closepath stroke
20449 grestore
20450 % immcicmc_imcmcicmc_iimmcicmc
20451 gsave
20452 1 setlinewidth
20453 0.000 0.000 0.000 nodecolor
20454 10382 1962 112.07 18 ellipse_path stroke
20455 0.000 0.000 0.000 nodecolor
20456 14 /Times-Roman set_font
20457 10309 1957.9 moveto 146 (i--cic-c=i-c-cic-c=ii--cic-c) alignedtext
20458 grestore
20459 % immicmc_iimmicmc->immcicmc_imcmcicmc_iimmcicmc
20460 gsave
20461 1 setlinewidth
20462 0.000 0.000 0.000 edgecolor
20463 newpath 9881 2026 moveto
20464 9976 2014 10168 1989 10284 1974 curveto
20465 stroke
20466 0.000 0.000 0.000 edgecolor
20467 newpath 10284.4 1977.48 moveto
20468 10294 1973 lineto
20469 10283.7 1970.51 lineto
20470 closepath fill
20471 1 setlinewidth
20472 solid
20473 0.000 0.000 0.000 edgecolor
20474 newpath 10284.4 1977.48 moveto
20475 10294 1973 lineto
20476 10283.7 1970.51 lineto
20477 closepath stroke
20478 grestore
20479 % mmicmc
20480 gsave
20481 1 setlinewidth
20482 0.000 0.000 0.000 nodecolor
20483 9621 1746 31.96 18 ellipse_path stroke
20484 0.000 0.000 0.000 nodecolor
20485 14 /Times-Roman set_font
20486 9606 1741.9 moveto 30 (--ic-c) alignedtext
20487 grestore
20488 % immicmc_iimmicmc->mmicmc
20489 gsave
20490 1 setlinewidth
20491 0.000 0.000 0.000 edgecolor
20492 newpath 9828 2016 moveto
20493 9832 1997 9835 1967 9825 1944 curveto
20494 9814 1921 9801 1924 9783 1908 curveto
20495 9731 1860 9674 1801 9643 1769 curveto
20496 stroke
20497 0.000 0.000 0.000 edgecolor
20498 newpath 9645.55 1766.6 moveto
20499 9636 1762 lineto
20500 9640.6 1771.55 lineto
20501 closepath fill
20502 1 setlinewidth
20503 solid
20504 0.000 0.000 0.000 edgecolor
20505 newpath 9645.55 1766.6 moveto
20506 9636 1762 lineto
20507 9640.6 1771.55 lineto
20508 closepath stroke
20509 grestore
20510 % icmmcicmc->icmmcicm_iicmmcicm
20511 gsave
20512 1 setlinewidth
20513 0.000 0.000 0.000 edgecolor
20514 newpath 11988 1743 moveto
20515 12084 1737 12323 1721 12521 1692 curveto
20516 12529 1691 12536 1689 12544 1688 curveto
20517 stroke
20518 0.000 0.000 0.000 edgecolor
20519 newpath 12544.88 1691.39 moveto
20520 12554 1686 lineto
20521 12543.51 1684.53 lineto
20522 closepath fill
20523 1 setlinewidth
20524 solid
20525 0.000 0.000 0.000 edgecolor
20526 newpath 12544.88 1691.39 moveto
20527 12554 1686 lineto
20528 12543.51 1684.53 lineto
20529 closepath stroke
20530 grestore
20531 % icmmcicmc->icmmcmc_iicmmcmc_icicmmcmc
20532 gsave
20533 1 setlinewidth
20534 0.000 0.000 0.000 edgecolor
20535 newpath 11988 1745 moveto
20536 12139 1739 12627 1720 12692 1692 curveto
20537 12723 1678 12751 1649 12768 1628 curveto
20538 stroke
20539 0.000 0.000 0.000 edgecolor
20540 newpath 12770.8 1630.1 moveto
20541 12774 1620 lineto
20542 12765.2 1625.9 lineto
20543 closepath fill
20544 1 setlinewidth
20545 solid
20546 0.000 0.000 0.000 edgecolor
20547 newpath 12770.8 1630.1 moveto
20548 12774 1620 lineto
20549 12765.2 1625.9 lineto
20550 closepath stroke
20551 grestore
20552 % imimicmc_imcimicmc_iimimicmc
20553 gsave
20554 1 setlinewidth
20555 0.000 0.000 0.000 nodecolor
20556 11926 1674 104.23 18 ellipse_path stroke
20557 0.000 0.000 0.000 nodecolor
20558 14 /Times-Roman set_font
20559 11859 1669.9 moveto 134 (i-i-ic-c=i-ci-ic-c=ii-i-ic-c) alignedtext
20560 grestore
20561 % icmmcicmc->imimicmc_imcimicmc_iimimicmc
20562 gsave
20563 1 setlinewidth
20564 0.000 0.000 0.000 edgecolor
20565 newpath 11939 1728 moveto
20566 11937 1720 11935 1711 11933 1702 curveto
20567 stroke
20568 0.000 0.000 0.000 edgecolor
20569 newpath 11936.23 1700.57 moveto
20570 11930 1692 lineto
20571 11929.52 1702.58 lineto
20572 closepath fill
20573 1 setlinewidth
20574 solid
20575 0.000 0.000 0.000 edgecolor
20576 newpath 11936.23 1700.57 moveto
20577 11930 1692 lineto
20578 11929.52 1702.58 lineto
20579 closepath stroke
20580 grestore
20581 % icmmcicmc->cmmcicmc_ccmmcicmc
20582 gsave
20583 1 setlinewidth
20584 0.000 0.000 0.000 edgecolor
20585 newpath 11988 1744 moveto
20586 12057 1739 12187 1726 12215 1692 curveto
20587 12225 1679 12225 1667 12215 1656 curveto
20588 12139 1574 11817 1664 11716 1620 curveto
20589 11694 1610 11699 1592 11678 1584 curveto
20590 11530 1522 10397 1565 10239 1548 curveto
20591 10231 1547 10224 1546 10216 1545 curveto
20592 stroke
20593 0.000 0.000 0.000 edgecolor
20594 newpath 10216.49 1541.53 moveto
20595 10206 1543 lineto
20596 10215.12 1548.39 lineto
20597 closepath fill
20598 1 setlinewidth
20599 solid
20600 0.000 0.000 0.000 edgecolor
20601 newpath 10216.49 1541.53 moveto
20602 10206 1543 lineto
20603 10215.12 1548.39 lineto
20604 closepath stroke
20605 grestore
20606 % imimicmc_imcimicmc_iimimicmc->cimimicmc
20607 gsave
20608 1 setlinewidth
20609 0.000 0.000 0.000 edgecolor
20610 newpath 11857 1661 moveto
20611 11808 1650 11741 1636 11683 1620 curveto
20612 11679 1619 11674 1617 11670 1616 curveto
20613 stroke
20614 0.000 0.000 0.000 edgecolor
20615 newpath 11670.58 1612.52 moveto
20616 11660 1613 lineto
20617 11668.57 1619.23 lineto
20618 closepath fill
20619 1 setlinewidth
20620 solid
20621 0.000 0.000 0.000 edgecolor
20622 newpath 11670.58 1612.52 moveto
20623 11660 1613 lineto
20624 11668.57 1619.23 lineto
20625 closepath stroke
20626 grestore
20627 % imimicmc_imcimicmc_iimimicmc->imicmcmc_imcicmcmc_iimicmcmc
20628 gsave
20629 1 setlinewidth
20630 0.000 0.000 0.000 edgecolor
20631 newpath 11993 1660 moveto
20632 12052 1648 12136 1631 12197 1618 curveto
20633 stroke
20634 0.000 0.000 0.000 edgecolor
20635 newpath 12197.88 1621.39 moveto
20636 12207 1616 lineto
20637 12196.51 1614.53 lineto
20638 closepath fill
20639 1 setlinewidth
20640 solid
20641 0.000 0.000 0.000 edgecolor
20642 newpath 12197.88 1621.39 moveto
20643 12207 1616 lineto
20644 12196.51 1614.53 lineto
20645 closepath stroke
20646 grestore
20647 % imimicmc_imcimicmc_iimimicmc->imimicm_imcimicm_iimimicm_icmcimicm_icimimicm
20648 gsave
20649 1 setlinewidth
20650 0.000 0.000 0.000 edgecolor
20651 newpath 11942 1656 moveto
20652 11949 1647 11958 1637 11966 1628 curveto
20653 stroke
20654 0.000 0.000 0.000 edgecolor
20655 newpath 11969.05 1629.83 moveto
20656 11973 1620 lineto
20657 11963.78 1625.22 lineto
20658 closepath fill
20659 1 setlinewidth
20660 solid
20661 0.000 0.000 0.000 edgecolor
20662 newpath 11969.05 1629.83 moveto
20663 11973 1620 lineto
20664 11963.78 1625.22 lineto
20665 closepath stroke
20666 grestore
20667 % mcimicmc
20668 gsave
20669 1 setlinewidth
20670 0.000 0.000 0.000 nodecolor
20671 11420 1602 38.91 18 ellipse_path stroke
20672 0.000 0.000 0.000 nodecolor
20673 14 /Times-Roman set_font
20674 11400 1597.9 moveto 40 (-ci-ic-c) alignedtext
20675 grestore
20676 % imimicmc_imcimicmc_iimimicmc->mcimicmc
20677 gsave
20678 1 setlinewidth
20679 0.000 0.000 0.000 edgecolor
20680 newpath 11840 1664 moveto
20681 11708 1648 11472 1621 11468 1620 curveto
20682 11465 1619 11462 1618 11459 1617 curveto
20683 stroke
20684 0.000 0.000 0.000 edgecolor
20685 newpath 11459.58 1613.52 moveto
20686 11449 1614 lineto
20687 11457.57 1620.23 lineto
20688 closepath fill
20689 1 setlinewidth
20690 solid
20691 0.000 0.000 0.000 edgecolor
20692 newpath 11459.58 1613.52 moveto
20693 11449 1614 lineto
20694 11457.57 1620.23 lineto
20695 closepath stroke
20696 grestore
20697 % cmmcicmc_ccmmcicmc->cmmcicm_ccmmcicm
20698 gsave
20699 1 setlinewidth
20700 0.000 0.000 0.000 edgecolor
20701 newpath 10088 1518 moveto
20702 10077 1516 10067 1514 10057 1512 curveto
20703 9968 1496 9865 1480 9797 1469 curveto
20704 stroke
20705 0.000 0.000 0.000 edgecolor
20706 newpath 9797.49 1465.53 moveto
20707 9787 1467 lineto
20708 9796.12 1472.39 lineto
20709 closepath fill
20710 1 setlinewidth
20711 solid
20712 0.000 0.000 0.000 edgecolor
20713 newpath 9797.49 1465.53 moveto
20714 9787 1467 lineto
20715 9796.12 1472.39 lineto
20716 closepath stroke
20717 grestore
20718 % cmmcicmc_ccmmcicmc->cmmcmc_ccmmcmc
20719 gsave
20720 1 setlinewidth
20721 0.000 0.000 0.000 edgecolor
20722 newpath 10114 1513 moveto
20723 10092 1502 10064 1489 10041 1478 curveto
20724 stroke
20725 0.000 0.000 0.000 edgecolor
20726 newpath 10042.56 1474.86 moveto
20727 10032 1474 lineto
20728 10039.72 1481.26 lineto
20729 closepath fill
20730 1 setlinewidth
20731 solid
20732 0.000 0.000 0.000 edgecolor
20733 newpath 10042.56 1474.86 moveto
20734 10032 1474 lineto
20735 10039.72 1481.26 lineto
20736 closepath stroke
20737 grestore
20738 % cmmcicmc_ccmmcicmc->mimicmc_cmimicmc
20739 gsave
20740 1 setlinewidth
20741 0.000 0.000 0.000 edgecolor
20742 newpath 10208 1518 moveto
20743 10218 1516 10229 1514 10239 1512 curveto
20744 10318 1496 10409 1480 10470 1470 curveto
20745 stroke
20746 0.000 0.000 0.000 edgecolor
20747 newpath 10470.88 1473.39 moveto
20748 10480 1468 lineto
20749 10469.51 1466.53 lineto
20750 closepath fill
20751 1 setlinewidth
20752 solid
20753 0.000 0.000 0.000 edgecolor
20754 newpath 10470.88 1473.39 moveto
20755 10480 1468 lineto
20756 10469.51 1466.53 lineto
20757 closepath stroke
20758 grestore
20759 % cmmcimic_ccmmcimic
20760 gsave
20761 1 setlinewidth
20762 0.000 0.000 0.000 nodecolor
20763 9881 1170 77.13 18 ellipse_path stroke
20764 0.000 0.000 0.000 nodecolor
20765 14 /Times-Roman set_font
20766 9833.5 1165.9 moveto 95 (c--ci-ic=cc--ci-ic) alignedtext
20767 grestore
20768 % cmmcicmc_ccmmcicmc->cmmcimic_ccmmcimic
20769 gsave
20770 1 setlinewidth
20771 0.000 0.000 0.000 edgecolor
20772 newpath 10136 1512 moveto
20773 10123 1493 10101 1462 10077 1440 curveto
20774 10055 1420 10042 1424 10023 1404 curveto
20775 9960 1340 9914 1244 9893 1197 curveto
20776 stroke
20777 0.000 0.000 0.000 edgecolor
20778 newpath 9896.26 1195.72 moveto
20779 9889 1188 lineto
20780 9889.86 1198.56 lineto
20781 closepath fill
20782 1 setlinewidth
20783 solid
20784 0.000 0.000 0.000 edgecolor
20785 newpath 9896.26 1195.72 moveto
20786 9889 1188 lineto
20787 9889.86 1198.56 lineto
20788 closepath stroke
20789 grestore
20790 % imimicm_imcimicm_iimimicm_icmcimicm_icimimicm->cimimicm_ccimimicm
20791 gsave
20792 1 setlinewidth
20793 0.000 0.000 0.000 edgecolor
20794 newpath 11989 1584 moveto
20795 11989 1576 11989 1567 11989 1558 curveto
20796 stroke
20797 0.000 0.000 0.000 edgecolor
20798 newpath 11992.5 1558 moveto
20799 11989 1548 lineto
20800 11985.5 1558 lineto
20801 closepath fill
20802 1 setlinewidth
20803 solid
20804 0.000 0.000 0.000 edgecolor
20805 newpath 11992.5 1558 moveto
20806 11989 1548 lineto
20807 11985.5 1558 lineto
20808 closepath stroke
20809 grestore
20810 % imimicm_imcimicm_iimimicm_icmcimicm_icimimicm->imicmcm_imcicmcm_iimicmcm_icmcicmcm_icimicmcm
20811 gsave
20812 1 setlinewidth
20813 0.000 0.000 0.000 edgecolor
20814 newpath 12072 1587 moveto
20815 12134 1575 12218 1560 12283 1548 curveto
20816 stroke
20817 0.000 0.000 0.000 edgecolor
20818 newpath 12283.88 1551.39 moveto
20819 12293 1546 lineto
20820 12282.51 1544.53 lineto
20821 closepath fill
20822 1 setlinewidth
20823 solid
20824 0.000 0.000 0.000 edgecolor
20825 newpath 12283.88 1551.39 moveto
20826 12293 1546 lineto
20827 12282.51 1544.53 lineto
20828 closepath stroke
20829 grestore
20830 % mcimicm
20831 gsave
20832 1 setlinewidth
20833 0.000 0.000 0.000 nodecolor
20834 11440 1530 34.05 18 ellipse_path stroke
20835 0.000 0.000 0.000 nodecolor
20836 14 /Times-Roman set_font
20837 11423.5 1525.9 moveto 33 (-ci-ic-) alignedtext
20838 grestore
20839 % imimicm_imcimicm_iimimicm_icmcimicm_icimimicm->mcimicm
20840 gsave
20841 1 setlinewidth
20842 0.000 0.000 0.000 edgecolor
20843 newpath 11876 1589 moveto
20844 11858 1588 11839 1586 11822 1584 curveto
20845 11671 1567 11629 1585 11483 1548 curveto
20846 11480 1547 11478 1546 11475 1545 curveto
20847 stroke
20848 0.000 0.000 0.000 edgecolor
20849 newpath 11476.59 1541.84 moveto
20850 11466 1542 lineto
20851 11474.38 1548.48 lineto
20852 closepath fill
20853 1 setlinewidth
20854 solid
20855 0.000 0.000 0.000 edgecolor
20856 newpath 11476.59 1541.84 moveto
20857 11466 1542 lineto
20858 11474.38 1548.48 lineto
20859 closepath stroke
20860 grestore
20861 % imimim_imcimim_iimimim_icmcimim_icimimim->cimimim_ccimimim
20862 gsave
20863 1 setlinewidth
20864 0.000 0.000 0.000 edgecolor
20865 newpath 11447 1729 moveto
20866 11486 1717 11537 1702 11575 1690 curveto
20867 stroke
20868 0.000 0.000 0.000 edgecolor
20869 newpath 11576.43 1693.23 moveto
20870 11585 1687 lineto
20871 11574.42 1686.52 lineto
20872 closepath fill
20873 1 setlinewidth
20874 solid
20875 0.000 0.000 0.000 edgecolor
20876 newpath 11576.43 1693.23 moveto
20877 11585 1687 lineto
20878 11574.42 1686.52 lineto
20879 closepath stroke
20880 grestore
20881 % imimim_imcimim_iimimim_icmcimim_icimimim->imicmmc_imcicmmc_iimicmmc_icmcicmmc_icimicmmc
20882 gsave
20883 1 setlinewidth
20884 0.000 0.000 0.000 edgecolor
20885 newpath 11296 1733 moveto
20886 11202 1721 11059 1702 10959 1689 curveto
20887 stroke
20888 0.000 0.000 0.000 edgecolor
20889 newpath 10959.3 1685.51 moveto
20890 10949 1688 lineto
20891 10958.6 1692.48 lineto
20892 closepath fill
20893 1 setlinewidth
20894 solid
20895 0.000 0.000 0.000 edgecolor
20896 newpath 10959.3 1685.51 moveto
20897 10949 1688 lineto
20898 10958.6 1692.48 lineto
20899 closepath stroke
20900 grestore
20901 % imimim_imcimim_iimimim_icmcimim_icimimim->imimicmc_imcimicmc_iimimicmc
20902 gsave
20903 1 setlinewidth
20904 0.000 0.000 0.000 edgecolor
20905 newpath 11488 1733 moveto
20906 11586 1719 11737 1699 11834 1686 curveto
20907 stroke
20908 0.000 0.000 0.000 edgecolor
20909 newpath 11834.4 1689.48 moveto
20910 11844 1685 lineto
20911 11833.7 1682.51 lineto
20912 closepath fill
20913 1 setlinewidth
20914 solid
20915 0.000 0.000 0.000 edgecolor
20916 newpath 11834.4 1689.48 moveto
20917 11844 1685 lineto
20918 11833.7 1682.51 lineto
20919 closepath stroke
20920 grestore
20921 % mcimim
20922 gsave
20923 1 setlinewidth
20924 0.000 0.000 0.000 nodecolor
20925 11243 1674 29.19 18 ellipse_path stroke
20926 0.000 0.000 0.000 nodecolor
20927 14 /Times-Roman set_font
20928 11230 1669.9 moveto 26 (-ci-i-) alignedtext
20929 grestore
20930 % imimim_imcimim_iimimim_icmcimim_icimimim->mcimim
20931 gsave
20932 1 setlinewidth
20933 0.000 0.000 0.000 edgecolor
20934 newpath 11357 1729 moveto
20935 11332 1717 11299 1701 11275 1689 curveto
20936 stroke
20937 0.000 0.000 0.000 edgecolor
20938 newpath 11276.56 1685.86 moveto
20939 11266 1685 lineto
20940 11273.72 1692.26 lineto
20941 closepath fill
20942 1 setlinewidth
20943 solid
20944 0.000 0.000 0.000 edgecolor
20945 newpath 11276.56 1685.86 moveto
20946 11266 1685 lineto
20947 11273.72 1692.26 lineto
20948 closepath stroke
20949 grestore
20950 % imimmc_imcimmc_iimimmc_imicimmc_icmcimmc_icimimmc->cimimmc_ccimimmc
20951 gsave
20952 1 setlinewidth
20953 0.000 0.000 0.000 edgecolor
20954 newpath 13042 1516 moveto
20955 13115 1506 13213 1492 13299 1476 curveto
20956 13304 1475 13310 1474 13315 1472 curveto
20957 stroke
20958 0.000 0.000 0.000 edgecolor
20959 newpath 13315.88 1475.39 moveto
20960 13325 1470 lineto
20961 13314.51 1468.53 lineto
20962 closepath fill
20963 1 setlinewidth
20964 solid
20965 0.000 0.000 0.000 edgecolor
20966 newpath 13315.88 1475.39 moveto
20967 13325 1470 lineto
20968 13314.51 1468.53 lineto
20969 closepath stroke
20970 grestore
20971 % imimmc_imcimmc_iimimmc_imicimmc_icmcimmc_icimimmc->imimm_imcimm_iimimm_imicimm_icmcimm_icimimm
20972 gsave
20973 1 setlinewidth
20974 0.000 0.000 0.000 edgecolor
20975 newpath 13054 1517 moveto
20976 13160 1506 13315 1491 13451 1476 curveto
20977 13464 1474 13477 1473 13491 1471 curveto
20978 stroke
20979 0.000 0.000 0.000 edgecolor
20980 newpath 13491.4 1474.48 moveto
20981 13501 1470 lineto
20982 13490.7 1467.51 lineto
20983 closepath fill
20984 1 setlinewidth
20985 solid
20986 0.000 0.000 0.000 edgecolor
20987 newpath 13491.4 1474.48 moveto
20988 13501 1470 lineto
20989 13490.7 1467.51 lineto
20990 closepath stroke
20991 grestore
20992 % 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
20993 gsave
20994 1 setlinewidth
20995 0.000 0.000 0.000 edgecolor
20996 newpath 12802 1517 moveto
20997 12781 1515 12760 1513 12740 1512 curveto
20998 12552 1497 12341 1485 12170 1476 curveto
20999 stroke
21000 0.000 0.000 0.000 edgecolor
21001 newpath 12170.3 1472.51 moveto
21002 12160 1475 lineto
21003 12169.6 1479.48 lineto
21004 closepath fill
21005 1 setlinewidth
21006 solid
21007 0.000 0.000 0.000 edgecolor
21008 newpath 12170.3 1472.51 moveto
21009 12160 1475 lineto
21010 12169.6 1479.48 lineto
21011 closepath stroke
21012 grestore
21013 % mcimmc
21014 gsave
21015 1 setlinewidth
21016 0.000 0.000 0.000 nodecolor
21017 13812 1458 31.96 18 ellipse_path stroke
21018 0.000 0.000 0.000 nodecolor
21019 14 /Times-Roman set_font
21020 13797 1453.9 moveto 30 (-ci--c) alignedtext
21021 grestore
21022 % imimmc_imcimmc_iimimmc_imicimmc_icmcimmc_icimimmc->mcimmc
21023 gsave
21024 1 setlinewidth
21025 0.000 0.000 0.000 edgecolor
21026 newpath 13053 1517 moveto
21027 13074 1515 13096 1513 13116 1512 curveto
21028 13406 1490 13487 1543 13771 1476 curveto
21029 13774 1476 13776 1475 13779 1474 curveto
21030 stroke
21031 0.000 0.000 0.000 edgecolor
21032 newpath 13780.28 1477.26 moveto
21033 13788 1470 lineto
21034 13777.44 1470.86 lineto
21035 closepath fill
21036 1 setlinewidth
21037 solid
21038 0.000 0.000 0.000 edgecolor
21039 newpath 13780.28 1477.26 moveto
21040 13788 1470 lineto
21041 13777.44 1470.86 lineto
21042 closepath stroke
21043 grestore
21044 % imimm_imcimm_iimimm_imicimm_icmcimm_icimimm->cimimm_ccimimm
21045 gsave
21046 1 setlinewidth
21047 0.000 0.000 0.000 edgecolor
21048 newpath 13609 1440 moveto
21049 13608 1432 13607 1423 13606 1414 curveto
21050 stroke
21051 0.000 0.000 0.000 edgecolor
21052 newpath 13609.39 1413.12 moveto
21053 13604 1404 lineto
21054 13602.53 1414.49 lineto
21055 closepath fill
21056 1 setlinewidth
21057 solid
21058 0.000 0.000 0.000 edgecolor
21059 newpath 13609.39 1413.12 moveto
21060 13604 1404 lineto
21061 13602.53 1414.49 lineto
21062 closepath stroke
21063 grestore
21064 % 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
21065 gsave
21066 1 setlinewidth
21067 0.000 0.000 0.000 nodecolor
21068 12108 1386 1152.11 18 ellipse_path stroke
21069 0.000 0.000 0.000 nodecolor
21070 14 /Times-Roman set_font
21071 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
21072 grestore
21073 % 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
21074 gsave
21075 1 setlinewidth
21076 0.000 0.000 0.000 edgecolor
21077 newpath 13506 1445 moveto
21078 13488 1443 13469 1441 13451 1440 curveto
21079 13217 1422 12960 1409 12733 1401 curveto
21080 stroke
21081 0.000 0.000 0.000 edgecolor
21082 newpath 12733 1397.5 moveto
21083 12723 1401 lineto
21084 12733 1404.5 lineto
21085 closepath fill
21086 1 setlinewidth
21087 solid
21088 0.000 0.000 0.000 edgecolor
21089 newpath 12733 1397.5 moveto
21090 12723 1401 lineto
21091 12733 1404.5 lineto
21092 closepath stroke
21093 grestore
21094 % mcimm
21095 gsave
21096 1 setlinewidth
21097 0.000 0.000 0.000 nodecolor
21098 13869 1386 27.1 18 ellipse_path stroke
21099 0.000 0.000 0.000 nodecolor
21100 14 /Times-Roman set_font
21101 13857.5 1381.9 moveto 23 (-ci--) alignedtext
21102 grestore
21103 % imimm_imcimm_iimimm_imicimm_icmcimm_icimimm->mcimm
21104 gsave
21105 1 setlinewidth
21106 0.000 0.000 0.000 edgecolor
21107 newpath 13691 1443 moveto
21108 13734 1433 13787 1420 13833 1404 curveto
21109 13835 1403 13837 1402 13839 1401 curveto
21110 stroke
21111 0.000 0.000 0.000 edgecolor
21112 newpath 13840.28 1404.26 moveto
21113 13848 1397 lineto
21114 13837.44 1397.86 lineto
21115 closepath fill
21116 1 setlinewidth
21117 solid
21118 0.000 0.000 0.000 edgecolor
21119 newpath 13840.28 1404.26 moveto
21120 13848 1397 lineto
21121 13837.44 1397.86 lineto
21122 closepath stroke
21123 grestore
21124 % icmmim_iicmmim_icicmmim
21125 gsave
21126 1 setlinewidth
21127 0.000 0.000 0.000 nodecolor
21128 9511 2322 86.17 18 ellipse_path stroke
21129 0.000 0.000 0.000 nodecolor
21130 14 /Times-Roman set_font
21131 9457 2317.9 moveto 108 (ic--i-=iic--i-=icic--i-) alignedtext
21132 grestore
21133 % icmmim_iicmmim_icicmmim->cicmmim_ccicmmim
21134 gsave
21135 1 setlinewidth
21136 0.000 0.000 0.000 edgecolor
21137 newpath 9486 2305 moveto
21138 9474 2295 9458 2282 9447 2268 curveto
21139 9412 2225 9425 2201 9390 2160 curveto
21140 9380 2148 9366 2137 9354 2129 curveto
21141 stroke
21142 0.000 0.000 0.000 edgecolor
21143 newpath 9355.26 2125.63 moveto
21144 9345 2123 lineto
21145 9351.38 2131.46 lineto
21146 closepath fill
21147 1 setlinewidth
21148 solid
21149 0.000 0.000 0.000 edgecolor
21150 newpath 9355.26 2125.63 moveto
21151 9345 2123 lineto
21152 9351.38 2131.46 lineto
21153 closepath stroke
21154 grestore
21155 % icmmim_iicmmim_icicmmim->icmmicim_iicmmicim
21156 gsave
21157 1 setlinewidth
21158 0.000 0.000 0.000 edgecolor
21159 newpath 9576 2310 moveto
21160 9729 2282 10125 2207 10451 2124 curveto
21161 10632 2078 10843 2011 10939 1979 curveto
21162 stroke
21163 0.000 0.000 0.000 edgecolor
21164 newpath 10940.43 1982.23 moveto
21165 10949 1976 lineto
21166 10938.42 1975.52 lineto
21167 closepath fill
21168 1 setlinewidth
21169 solid
21170 0.000 0.000 0.000 edgecolor
21171 newpath 10940.43 1982.23 moveto
21172 10949 1976 lineto
21173 10938.42 1975.52 lineto
21174 closepath stroke
21175 grestore
21176 % icmmim_iicmmim_icicmmim->icmcmmc_iicmcmmc_icicmcmmc
21177 gsave
21178 1 setlinewidth
21179 0.000 0.000 0.000 edgecolor
21180 newpath 9524 2304 moveto
21181 9530 2296 9538 2285 9545 2276 curveto
21182 stroke
21183 0.000 0.000 0.000 edgecolor
21184 newpath 9547.8 2278.1 moveto
21185 9551 2268 lineto
21186 9542.2 2273.9 lineto
21187 closepath fill
21188 1 setlinewidth
21189 solid
21190 0.000 0.000 0.000 edgecolor
21191 newpath 9547.8 2278.1 moveto
21192 9551 2268 lineto
21193 9542.2 2273.9 lineto
21194 closepath stroke
21195 grestore
21196 % immicm_iimmicm->icimmicm_iicimmicm
21197 gsave
21198 1 setlinewidth
21199 0.000 0.000 0.000 edgecolor
21200 newpath 9815 1958 moveto
21201 9928 1950 10196 1930 10422 1908 curveto
21202 10448 1905 10477 1902 10503 1899 curveto
21203 stroke
21204 0.000 0.000 0.000 edgecolor
21205 newpath 10503.4 1902.48 moveto
21206 10513 1898 lineto
21207 10502.7 1895.51 lineto
21208 closepath fill
21209 1 setlinewidth
21210 solid
21211 0.000 0.000 0.000 edgecolor
21212 newpath 10503.4 1902.48 moveto
21213 10513 1898 lineto
21214 10502.7 1895.51 lineto
21215 closepath stroke
21216 grestore
21217 % immcicm_imcmcicm_iimmcicm
21218 gsave
21219 1 setlinewidth
21220 0.000 0.000 0.000 nodecolor
21221 10315 1890 97.98 18 ellipse_path stroke
21222 0.000 0.000 0.000 nodecolor
21223 14 /Times-Roman set_font
21224 10252.5 1885.9 moveto 125 (i--cic-=i-c-cic-=ii--cic-) alignedtext
21225 grestore
21226 % immicm_iimmicm->immcicm_imcmcicm_iimmcicm
21227 gsave
21228 1 setlinewidth
21229 0.000 0.000 0.000 edgecolor
21230 newpath 9813 1956 moveto
21231 9897 1947 10065 1928 10208 1908 curveto
21232 10216 1907 10225 1905 10234 1904 curveto
21233 stroke
21234 0.000 0.000 0.000 edgecolor
21235 newpath 10234.88 1907.39 moveto
21236 10244 1902 lineto
21237 10233.51 1900.53 lineto
21238 closepath fill
21239 1 setlinewidth
21240 solid
21241 0.000 0.000 0.000 edgecolor
21242 newpath 10234.88 1907.39 moveto
21243 10244 1902 lineto
21244 10233.51 1900.53 lineto
21245 closepath stroke
21246 grestore
21247 % mmicm
21248 gsave
21249 1 setlinewidth
21250 0.000 0.000 0.000 nodecolor
21251 9473 1674 27.1 18 ellipse_path stroke
21252 0.000 0.000 0.000 nodecolor
21253 14 /Times-Roman set_font
21254 9461.5 1669.9 moveto 23 (--ic-) alignedtext
21255 grestore
21256 % immicm_iimmicm->mmicm
21257 gsave
21258 1 setlinewidth
21259 0.000 0.000 0.000 edgecolor
21260 newpath 9744 1945 moveto
21261 9694 1895 9552 1753 9495 1696 curveto
21262 stroke
21263 0.000 0.000 0.000 edgecolor
21264 newpath 9497.55 1693.6 moveto
21265 9488 1689 lineto
21266 9492.6 1698.55 lineto
21267 closepath fill
21268 1 setlinewidth
21269 solid
21270 0.000 0.000 0.000 edgecolor
21271 newpath 9497.55 1693.6 moveto
21272 9488 1689 lineto
21273 9492.6 1698.55 lineto
21274 closepath stroke
21275 grestore
21276 % cicm_ccicm->cimmicm_ccimmicm_cicimmicm
21277 gsave
21278 1 setlinewidth
21279 0.000 0.000 0.000 edgecolor
21280 newpath 9482 1813 moveto
21281 9604 1802 9930 1771 10097 1756 curveto
21282 stroke
21283 0.000 0.000 0.000 edgecolor
21284 newpath 10097.4 1759.48 moveto
21285 10107 1755 lineto
21286 10096.7 1752.51 lineto
21287 closepath fill
21288 1 setlinewidth
21289 solid
21290 0.000 0.000 0.000 edgecolor
21291 newpath 10097.4 1759.48 moveto
21292 10107 1755 lineto
21293 10096.7 1752.51 lineto
21294 closepath stroke
21295 grestore
21296 % mmcicm
21297 gsave
21298 1 setlinewidth
21299 0.000 0.000 0.000 nodecolor
21300 9104 1530 31.96 18 ellipse_path stroke
21301 0.000 0.000 0.000 nodecolor
21302 14 /Times-Roman set_font
21303 9089 1525.9 moveto 30 (--cic-) alignedtext
21304 grestore
21305 % cicm_ccicm->mmcicm
21306 gsave
21307 1 setlinewidth
21308 0.000 0.000 0.000 edgecolor
21309 newpath 9410 1802 moveto
21310 9362 1771 9253 1697 9175 1620 curveto
21311 9154 1600 9134 1574 9121 1555 curveto
21312 stroke
21313 0.000 0.000 0.000 edgecolor
21314 newpath 9123.8 1552.9 moveto
21315 9115 1547 lineto
21316 9118.2 1557.1 lineto
21317 closepath fill
21318 1 setlinewidth
21319 solid
21320 0.000 0.000 0.000 edgecolor
21321 newpath 9123.8 1552.9 moveto
21322 9115 1547 lineto
21323 9118.2 1557.1 lineto
21324 closepath stroke
21325 grestore
21326 % cm_ccm
21327 gsave
21328 1 setlinewidth
21329 0.000 0.000 0.000 nodecolor
21330 8859 1530 37.02 18 ellipse_path stroke
21331 0.000 0.000 0.000 nodecolor
21332 14 /Times-Roman set_font
21333 8840 1525.9 moveto 38 (c-=cc-) alignedtext
21334 grestore
21335 % cicm_ccicm->cm_ccm
21336 gsave
21337 1 setlinewidth
21338 0.000 0.000 0.000 edgecolor
21339 newpath 9399 1805 moveto
21340 9372 1794 9334 1779 9301 1764 curveto
21341 9144 1691 8964 1590 8892 1549 curveto
21342 stroke
21343 0.000 0.000 0.000 edgecolor
21344 newpath 8893.44 1545.8 moveto
21345 8883 1544 lineto
21346 8890.04 1551.92 lineto
21347 closepath fill
21348 1 setlinewidth
21349 solid
21350 0.000 0.000 0.000 edgecolor
21351 newpath 8893.44 1545.8 moveto
21352 8883 1544 lineto
21353 8890.04 1551.92 lineto
21354 closepath stroke
21355 grestore
21356 % mcicmcmc->cmcicmcmc
21357 gsave
21358 1 setlinewidth
21359 0.000 0.000 0.000 edgecolor
21360 newpath 11503 1517 moveto
21361 11497 1515 11490 1513 11483 1512 curveto
21362 11184 1451 11101 1513 10799 1476 curveto
21363 10785 1474 10770 1471 10756 1469 curveto
21364 stroke
21365 0.000 0.000 0.000 edgecolor
21366 newpath 10756.49 1465.53 moveto
21367 10746 1467 lineto
21368 10755.12 1472.39 lineto
21369 closepath fill
21370 1 setlinewidth
21371 solid
21372 0.000 0.000 0.000 edgecolor
21373 newpath 10756.49 1465.53 moveto
21374 10746 1467 lineto
21375 10755.12 1472.39 lineto
21376 closepath stroke
21377 grestore
21378 % mcicmcmc->mcicmcm
21379 gsave
21380 1 setlinewidth
21381 0.000 0.000 0.000 edgecolor
21382 newpath 11562 1517 moveto
21383 11569 1515 11576 1513 11583 1512 curveto
21384 12093 1414 12241 1571 12752 1476 curveto
21385 12756 1475 12760 1474 12764 1473 curveto
21386 stroke
21387 0.000 0.000 0.000 edgecolor
21388 newpath 12765.43 1476.23 moveto
21389 12774 1470 lineto
21390 12763.42 1469.52 lineto
21391 closepath fill
21392 1 setlinewidth
21393 solid
21394 0.000 0.000 0.000 edgecolor
21395 newpath 12765.43 1476.23 moveto
21396 12774 1470 lineto
21397 12763.42 1469.52 lineto
21398 closepath stroke
21399 grestore
21400 % mcicmcmc->mcimmc
21401 gsave
21402 1 setlinewidth
21403 0.000 0.000 0.000 edgecolor
21404 newpath 11562 1517 moveto
21405 11569 1515 11576 1513 11583 1512 curveto
21406 11822 1468 13533 1527 13771 1476 curveto
21407 13774 1476 13776 1475 13779 1474 curveto
21408 stroke
21409 0.000 0.000 0.000 edgecolor
21410 newpath 13780.28 1477.26 moveto
21411 13788 1470 lineto
21412 13777.44 1470.86 lineto
21413 closepath fill
21414 1 setlinewidth
21415 solid
21416 0.000 0.000 0.000 edgecolor
21417 newpath 13780.28 1477.26 moveto
21418 13788 1470 lineto
21419 13777.44 1470.86 lineto
21420 closepath stroke
21421 grestore
21422 % mcicmcmci
21423 gsave
21424 1 setlinewidth
21425 0.000 0.000 0.000 nodecolor
21426 10718 1026 43.78 18 ellipse_path stroke
21427 0.000 0.000 0.000 nodecolor
21428 14 /Times-Roman set_font
21429 10694.5 1021.9 moveto 47 (-cic-c-ci) alignedtext
21430 grestore
21431 % mcicmcmc->mcicmcmci
21432 gsave
21433 1 setlinewidth
21434 0.000 0.000 0.000 edgecolor
21435 newpath 11562 1517 moveto
21436 11569 1515 11576 1513 11583 1512 curveto
21437 11724 1485 12744 1528 12879 1476 curveto
21438 12901 1467 12897 1449 12920 1440 curveto
21439 13077 1371 13148 1475 13305 1404 curveto
21440 13383 1367 13440 1286 13380 1224 curveto
21441 13334 1177 12276 1190 12212 1188 curveto
21442 11623 1162 11456 1272 10889 1116 curveto
21443 10875 1112 10799 1071 10753 1046 curveto
21444 stroke
21445 0.000 0.000 0.000 edgecolor
21446 newpath 10754.44 1042.8 moveto
21447 10744 1041 lineto
21448 10751.04 1048.92 lineto
21449 closepath fill
21450 1 setlinewidth
21451 solid
21452 0.000 0.000 0.000 edgecolor
21453 newpath 10754.44 1042.8 moveto
21454 10744 1041 lineto
21455 10751.04 1048.92 lineto
21456 closepath stroke
21457 grestore
21458 % mcicmmic
21459 gsave
21460 1 setlinewidth
21461 0.000 0.000 0.000 nodecolor
21462 10937 1098 38.91 18 ellipse_path stroke
21463 0.000 0.000 0.000 nodecolor
21464 14 /Times-Roman set_font
21465 10917 1093.9 moveto 40 (-cic--ic) alignedtext
21466 grestore
21467 % mcicmcmc->mcicmmic
21468 gsave
21469 1 setlinewidth
21470 0.000 0.000 0.000 edgecolor
21471 newpath 11562 1517 moveto
21472 11569 1515 11576 1513 11583 1512 curveto
21473 11729 1484 12781 1528 12920 1476 curveto
21474 12943 1467 12939 1449 12963 1440 curveto
21475 13017 1418 13451 1447 13492 1404 curveto
21476 13509 1385 13524 1272 13470 1224 curveto
21477 13420 1179 11127 1122 11061 1116 curveto
21478 11035 1113 11007 1109 10984 1106 curveto
21479 stroke
21480 0.000 0.000 0.000 edgecolor
21481 newpath 10984.49 1102.53 moveto
21482 10974 1104 lineto
21483 10983.12 1109.39 lineto
21484 closepath fill
21485 1 setlinewidth
21486 solid
21487 0.000 0.000 0.000 edgecolor
21488 newpath 10984.49 1102.53 moveto
21489 10974 1104 lineto
21490 10983.12 1109.39 lineto
21491 closepath stroke
21492 grestore
21493 % mcicmcm->cmcicmcm_ccmcicmcm
21494 gsave
21495 1 setlinewidth
21496 0.000 0.000 0.000 edgecolor
21497 newpath 12768 1452 moveto
21498 12744 1447 12710 1442 12681 1440 curveto
21499 11856 1371 11641 1492 10819 1404 curveto
21500 10811 1403 10804 1402 10796 1401 curveto
21501 stroke
21502 0.000 0.000 0.000 edgecolor
21503 newpath 10796.49 1397.53 moveto
21504 10786 1399 lineto
21505 10795.12 1404.39 lineto
21506 closepath fill
21507 1 setlinewidth
21508 solid
21509 0.000 0.000 0.000 edgecolor
21510 newpath 10796.49 1397.53 moveto
21511 10786 1399 lineto
21512 10795.12 1404.39 lineto
21513 closepath stroke
21514 grestore
21515 % mcicmcm->mcimm
21516 gsave
21517 1 setlinewidth
21518 0.000 0.000 0.000 edgecolor
21519 newpath 12839 1453 moveto
21520 12871 1449 12920 1443 12963 1440 curveto
21521 13155 1425 13645 1452 13833 1404 curveto
21522 13835 1403 13837 1402 13839 1402 curveto
21523 stroke
21524 0.000 0.000 0.000 edgecolor
21525 newpath 13841.02 1404.96 moveto
21526 13849 1398 lineto
21527 13838.42 1398.46 lineto
21528 closepath fill
21529 1 setlinewidth
21530 solid
21531 0.000 0.000 0.000 edgecolor
21532 newpath 13841.02 1404.96 moveto
21533 13849 1398 lineto
21534 13838.42 1398.46 lineto
21535 closepath stroke
21536 grestore
21537 % mcicmmi
21538 gsave
21539 1 setlinewidth
21540 0.000 0.000 0.000 nodecolor
21541 10744 882 34.05 18 ellipse_path stroke
21542 0.000 0.000 0.000 nodecolor
21543 14 /Times-Roman set_font
21544 10727.5 877.9 moveto 33 (-cic--i) alignedtext
21545 grestore
21546 % mcicmcm->mcicmmi
21547 gsave
21548 1 setlinewidth
21549 0.000 0.000 0.000 edgecolor
21550 newpath 12829 1445 moveto
21551 12834 1443 12839 1441 12844 1440 curveto
21552 12891 1427 13251 1440 13285 1404 curveto
21553 13295 1392 13295 1380 13285 1368 curveto
21554 13260 1338 12983 1302 12946 1296 curveto
21555 12207 1170 11985 1293 11279 1044 curveto
21556 11162 1002 11141 971 11023 936 curveto
21557 10979 923 10854 900 10787 889 curveto
21558 stroke
21559 0.000 0.000 0.000 edgecolor
21560 newpath 10787.49 885.53 moveto
21561 10777 887 lineto
21562 10786.12 892.39 lineto
21563 closepath fill
21564 1 setlinewidth
21565 solid
21566 0.000 0.000 0.000 edgecolor
21567 newpath 10787.49 885.53 moveto
21568 10777 887 lineto
21569 10786.12 892.39 lineto
21570 closepath stroke
21571 grestore
21572 % mcicmmc->cmcicmmc_ccmcicmmc
21573 gsave
21574 1 setlinewidth
21575 0.000 0.000 0.000 edgecolor
21576 newpath 10405 1584 moveto
21577 10406 1576 10407 1567 10408 1558 curveto
21578 stroke
21579 0.000 0.000 0.000 edgecolor
21580 newpath 10411.49 1558.3 moveto
21581 10409 1548 lineto
21582 10404.52 1557.6 lineto
21583 closepath fill
21584 1 setlinewidth
21585 solid
21586 0.000 0.000 0.000 edgecolor
21587 newpath 10411.49 1558.3 moveto
21588 10409 1548 lineto
21589 10404.52 1557.6 lineto
21590 closepath stroke
21591 grestore
21592 % mcicmmc->mcicmcmc
21593 gsave
21594 1 setlinewidth
21595 0.000 0.000 0.000 edgecolor
21596 newpath 10429 1589 moveto
21597 10435 1587 10442 1585 10448 1584 curveto
21598 10898 1490 11031 1635 11483 1548 curveto
21599 11487 1547 11490 1546 11493 1545 curveto
21600 stroke
21601 0.000 0.000 0.000 edgecolor
21602 newpath 11494.43 1548.23 moveto
21603 11503 1542 lineto
21604 11492.42 1541.52 lineto
21605 closepath fill
21606 1 setlinewidth
21607 solid
21608 0.000 0.000 0.000 edgecolor
21609 newpath 11494.43 1548.23 moveto
21610 11503 1542 lineto
21611 11492.42 1541.52 lineto
21612 closepath stroke
21613 grestore
21614 % mcicmmc->mcicmm
21615 gsave
21616 1 setlinewidth
21617 0.000 0.000 0.000 edgecolor
21618 newpath 10378 1588 moveto
21619 10359 1577 10332 1561 10311 1548 curveto
21620 stroke
21621 0.000 0.000 0.000 edgecolor
21622 newpath 10312.44 1544.8 moveto
21623 10302 1543 lineto
21624 10309.04 1550.92 lineto
21625 closepath fill
21626 1 setlinewidth
21627 solid
21628 0.000 0.000 0.000 edgecolor
21629 newpath 10312.44 1544.8 moveto
21630 10302 1543 lineto
21631 10309.04 1550.92 lineto
21632 closepath stroke
21633 grestore
21634 % mcicmmcic
21635 gsave
21636 1 setlinewidth
21637 0.000 0.000 0.000 nodecolor
21638 10856 1170 43.78 18 ellipse_path stroke
21639 0.000 0.000 0.000 nodecolor
21640 14 /Times-Roman set_font
21641 10832.5 1165.9 moveto 47 (-cic--cic) alignedtext
21642 grestore
21643 % mcicmmc->mcicmmcic
21644 gsave
21645 1 setlinewidth
21646 0.000 0.000 0.000 edgecolor
21647 newpath 10430 1590 moveto
21648 10436 1588 10442 1586 10448 1584 curveto
21649 10521 1561 10567 1606 10617 1548 curveto
21650 10668 1487 10609 1446 10626 1368 curveto
21651 10633 1334 10632 1322 10654 1296 curveto
21652 10696 1243 10768 1205 10814 1186 curveto
21653 stroke
21654 0.000 0.000 0.000 edgecolor
21655 newpath 10815.28 1189.26 moveto
21656 10823 1182 lineto
21657 10812.44 1182.86 lineto
21658 closepath fill
21659 1 setlinewidth
21660 solid
21661 0.000 0.000 0.000 edgecolor
21662 newpath 10815.28 1189.26 moveto
21663 10823 1182 lineto
21664 10812.44 1182.86 lineto
21665 closepath stroke
21666 grestore
21667 % 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
21668 gsave
21669 1 setlinewidth
21670 0.000 0.000 0.000 edgecolor
21671 newpath 11438 1442 moveto
21672 11248 1433 11040 1419 10947 1404 curveto
21673 10942 1403 10938 1402 10933 1401 curveto
21674 stroke
21675 0.000 0.000 0.000 edgecolor
21676 newpath 10933.49 1397.53 moveto
21677 10923 1399 lineto
21678 10932.12 1404.39 lineto
21679 closepath fill
21680 1 setlinewidth
21681 solid
21682 0.000 0.000 0.000 edgecolor
21683 newpath 10933.49 1397.53 moveto
21684 10923 1399 lineto
21685 10932.12 1404.39 lineto
21686 closepath stroke
21687 grestore
21688 % 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
21689 gsave
21690 1 setlinewidth
21691 0.000 0.000 0.000 edgecolor
21692 newpath 11896 1440 moveto
21693 11936 1430 11987 1417 12028 1406 curveto
21694 stroke
21695 0.000 0.000 0.000 edgecolor
21696 newpath 12028.88 1409.39 moveto
21697 12038 1404 lineto
21698 12027.51 1402.53 lineto
21699 closepath fill
21700 1 setlinewidth
21701 solid
21702 0.000 0.000 0.000 edgecolor
21703 newpath 12028.88 1409.39 moveto
21704 12038 1404 lineto
21705 12027.51 1402.53 lineto
21706 closepath stroke
21707 grestore
21708 % mmimic
21709 gsave
21710 1 setlinewidth
21711 0.000 0.000 0.000 nodecolor
21712 9671 1386 29.19 18 ellipse_path stroke
21713 0.000 0.000 0.000 nodecolor
21714 14 /Times-Roman set_font
21715 9658 1381.9 moveto 26 (--i-ic) alignedtext
21716 grestore
21717 % 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
21718 gsave
21719 1 setlinewidth
21720 0.000 0.000 0.000 edgecolor
21721 newpath 11275 1444 moveto
21722 10918 1435 10443 1421 10023 1404 curveto
21723 9909 1399 9775 1392 9710 1389 curveto
21724 stroke
21725 0.000 0.000 0.000 edgecolor
21726 newpath 9710.3 1385.51 moveto
21727 9700 1388 lineto
21728 9709.6 1392.48 lineto
21729 closepath fill
21730 1 setlinewidth
21731 solid
21732 0.000 0.000 0.000 edgecolor
21733 newpath 9710.3 1385.51 moveto
21734 9700 1388 lineto
21735 9709.6 1392.48 lineto
21736 closepath stroke
21737 grestore
21738 % mcicmm->cmcicmm_ccmcicmm
21739 gsave
21740 1 setlinewidth
21741 0.000 0.000 0.000 edgecolor
21742 newpath 10262 1515 moveto
21743 10251 1506 10237 1493 10225 1482 curveto
21744 stroke
21745 0.000 0.000 0.000 edgecolor
21746 newpath 10226.83 1478.95 moveto
21747 10217 1475 lineto
21748 10222.22 1484.22 lineto
21749 closepath fill
21750 1 setlinewidth
21751 solid
21752 0.000 0.000 0.000 edgecolor
21753 newpath 10226.83 1478.95 moveto
21754 10217 1475 lineto
21755 10222.22 1484.22 lineto
21756 closepath stroke
21757 grestore
21758 % mcicmm->mcicmcm
21759 gsave
21760 1 setlinewidth
21761 0.000 0.000 0.000 edgecolor
21762 newpath 10303 1518 moveto
21763 10309 1515 10315 1513 10321 1512 curveto
21764 10577 1456 12419 1497 12681 1476 curveto
21765 12706 1473 12735 1469 12758 1466 curveto
21766 stroke
21767 0.000 0.000 0.000 edgecolor
21768 newpath 12758.88 1469.39 moveto
21769 12768 1464 lineto
21770 12757.51 1462.53 lineto
21771 closepath fill
21772 1 setlinewidth
21773 solid
21774 0.000 0.000 0.000 edgecolor
21775 newpath 12758.88 1469.39 moveto
21776 12768 1464 lineto
21777 12757.51 1462.53 lineto
21778 closepath stroke
21779 grestore
21780 % mcic_mmmcic
21781 gsave
21782 1 setlinewidth
21783 0.000 0.000 0.000 nodecolor
21784 9266 954 52.12 18 ellipse_path stroke
21785 0.000 0.000 0.000 nodecolor
21786 14 /Times-Roman set_font
21787 9236.5 949.9 moveto 59 (-cic=---cic) alignedtext
21788 grestore
21789 % mcicmm->mcic_mmmcic
21790 gsave
21791 1 setlinewidth
21792 0.000 0.000 0.000 edgecolor
21793 newpath 10256 1518 moveto
21794 10251 1515 10245 1513 10239 1512 curveto
21795 10110 1480 9764 1528 9643 1476 curveto
21796 9621 1466 9625 1450 9605 1440 curveto
21797 9536 1406 8995 1371 8931 1332 curveto
21798 8806 1256 8758 1085 8882 1008 curveto
21799 8934 975 9110 962 9204 957 curveto
21800 stroke
21801 0.000 0.000 0.000 edgecolor
21802 newpath 9204.4 960.48 moveto
21803 9214 956 lineto
21804 9203.7 953.51 lineto
21805 closepath fill
21806 1 setlinewidth
21807 solid
21808 0.000 0.000 0.000 edgecolor
21809 newpath 9204.4 960.48 moveto
21810 9214 956 lineto
21811 9203.7 953.51 lineto
21812 closepath stroke
21813 grestore
21814 % 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
21815 gsave
21816 1 setlinewidth
21817 0.000 0.000 0.000 edgecolor
21818 newpath 11931 1368 moveto
21819 11772 1353 11549 1330 11447 1320 curveto
21820 stroke
21821 0.000 0.000 0.000 edgecolor
21822 newpath 11447.3 1316.51 moveto
21823 11437 1319 lineto
21824 11446.6 1323.48 lineto
21825 closepath fill
21826 1 setlinewidth
21827 solid
21828 0.000 0.000 0.000 edgecolor
21829 newpath 11447.3 1316.51 moveto
21830 11437 1319 lineto
21831 11446.6 1323.48 lineto
21832 closepath stroke
21833 grestore
21834 % mmimi
21835 gsave
21836 1 setlinewidth
21837 0.000 0.000 0.000 nodecolor
21838 9653 1314 27 18 ellipse_path stroke
21839 0.000 0.000 0.000 nodecolor
21840 14 /Times-Roman set_font
21841 9643 1309.9 moveto 20 (--i-i) alignedtext
21842 grestore
21843 % 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
21844 gsave
21845 1 setlinewidth
21846 0.000 0.000 0.000 edgecolor
21847 newpath 11334 1373 moveto
21848 10642 1360 9729 1342 9689 1332 curveto
21849 9687 1332 9685 1331 9682 1330 curveto
21850 stroke
21851 0.000 0.000 0.000 edgecolor
21852 newpath 9683.56 1326.86 moveto
21853 9673 1326 lineto
21854 9680.72 1333.26 lineto
21855 closepath fill
21856 1 setlinewidth
21857 solid
21858 0.000 0.000 0.000 edgecolor
21859 newpath 9683.56 1326.86 moveto
21860 9673 1326 lineto
21861 9680.72 1333.26 lineto
21862 closepath stroke
21863 grestore
21864 % mmimic->mmimi
21865 gsave
21866 1 setlinewidth
21867 0.000 0.000 0.000 edgecolor
21868 newpath 9667 1368 moveto
21869 9665 1360 9662 1351 9660 1342 curveto
21870 stroke
21871 0.000 0.000 0.000 edgecolor
21872 newpath 9663.23 1340.57 moveto
21873 9657 1332 lineto
21874 9656.52 1342.58 lineto
21875 closepath fill
21876 1 setlinewidth
21877 solid
21878 0.000 0.000 0.000 edgecolor
21879 newpath 9663.23 1340.57 moveto
21880 9657 1332 lineto
21881 9656.52 1342.58 lineto
21882 closepath stroke
21883 grestore
21884 % mmimic->cmmimic_ccmmimic
21885 gsave
21886 1 setlinewidth
21887 0.000 0.000 0.000 edgecolor
21888 newpath 9649 1374 moveto
21889 9630 1363 9602 1347 9580 1335 curveto
21890 stroke
21891 0.000 0.000 0.000 edgecolor
21892 newpath 9581.44 1331.8 moveto
21893 9571 1330 lineto
21894 9578.04 1337.92 lineto
21895 closepath fill
21896 1 setlinewidth
21897 solid
21898 0.000 0.000 0.000 edgecolor
21899 newpath 9581.44 1331.8 moveto
21900 9571 1330 lineto
21901 9578.04 1337.92 lineto
21902 closepath stroke
21903 grestore
21904 % mcmcimic
21905 gsave
21906 1 setlinewidth
21907 0.000 0.000 0.000 nodecolor
21908 9737 1314 38.91 18 ellipse_path stroke
21909 0.000 0.000 0.000 nodecolor
21910 14 /Times-Roman set_font
21911 9717 1309.9 moveto 40 (-c-ci-ic) alignedtext
21912 grestore
21913 % mmimic->mcmcimic
21914 gsave
21915 1 setlinewidth
21916 0.000 0.000 0.000 edgecolor
21917 newpath 9686 1370 moveto
21918 9694 1360 9705 1349 9715 1338 curveto
21919 stroke
21920 0.000 0.000 0.000 edgecolor
21921 newpath 9717.4 1340.55 moveto
21922 9722 1331 lineto
21923 9712.45 1335.6 lineto
21924 closepath fill
21925 1 setlinewidth
21926 solid
21927 0.000 0.000 0.000 edgecolor
21928 newpath 9717.4 1340.55 moveto
21929 9722 1331 lineto
21930 9712.45 1335.6 lineto
21931 closepath stroke
21932 grestore
21933 % mcmmcic
21934 gsave
21935 1 setlinewidth
21936 0.000 0.000 0.000 nodecolor
21937 9071 1314 36.83 18 ellipse_path stroke
21938 0.000 0.000 0.000 nodecolor
21939 14 /Times-Roman set_font
21940 9052.5 1309.9 moveto 37 (-c--cic) alignedtext
21941 grestore
21942 % mmimic->mcmmcic
21943 gsave
21944 1 setlinewidth
21945 0.000 0.000 0.000 edgecolor
21946 newpath 9648 1375 moveto
21947 9641 1372 9635 1370 9628 1368 curveto
21948 9532 1344 9234 1323 9118 1317 curveto
21949 stroke
21950 0.000 0.000 0.000 edgecolor
21951 newpath 9118.3 1313.51 moveto
21952 9108 1316 lineto
21953 9117.6 1320.48 lineto
21954 closepath fill
21955 1 setlinewidth
21956 solid
21957 0.000 0.000 0.000 edgecolor
21958 newpath 9118.3 1313.51 moveto
21959 9108 1316 lineto
21960 9117.6 1320.48 lineto
21961 closepath stroke
21962 grestore
21963 % mcimicmc->cmcimicmc
21964 gsave
21965 1 setlinewidth
21966 0.000 0.000 0.000 edgecolor
21967 newpath 11390 1590 moveto
21968 11382 1588 11375 1586 11367 1584 curveto
21969 11214 1550 11030 1537 10940 1532 curveto
21970 stroke
21971 0.000 0.000 0.000 edgecolor
21972 newpath 10940 1528.5 moveto
21973 10930 1532 lineto
21974 10940 1535.5 lineto
21975 closepath fill
21976 1 setlinewidth
21977 solid
21978 0.000 0.000 0.000 edgecolor
21979 newpath 10940 1528.5 moveto
21980 10930 1532 lineto
21981 10940 1535.5 lineto
21982 closepath stroke
21983 grestore
21984 % mcimicmc->mcicmcmc
21985 gsave
21986 1 setlinewidth
21987 0.000 0.000 0.000 edgecolor
21988 newpath 11443 1587 moveto
21989 11459 1577 11482 1562 11501 1550 curveto
21990 stroke
21991 0.000 0.000 0.000 edgecolor
21992 newpath 11502.38 1553.27 moveto
21993 11509 1545 lineto
21994 11498.66 1547.33 lineto
21995 closepath fill
21996 1 setlinewidth
21997 solid
21998 0.000 0.000 0.000 edgecolor
21999 newpath 11502.38 1553.27 moveto
22000 11509 1545 lineto
22001 11498.66 1547.33 lineto
22002 closepath stroke
22003 grestore
22004 % mcimicmc->mcimicm
22005 gsave
22006 1 setlinewidth
22007 0.000 0.000 0.000 edgecolor
22008 newpath 11425 1584 moveto
22009 11427 1576 11430 1567 11432 1558 curveto
22010 stroke
22011 0.000 0.000 0.000 edgecolor
22012 newpath 11435.48 1558.58 moveto
22013 11435 1548 lineto
22014 11428.77 1556.57 lineto
22015 closepath fill
22016 1 setlinewidth
22017 solid
22018 0.000 0.000 0.000 edgecolor
22019 newpath 11435.48 1558.58 moveto
22020 11435 1548 lineto
22021 11428.77 1556.57 lineto
22022 closepath stroke
22023 grestore
22024 % mcimimic
22025 gsave
22026 1 setlinewidth
22027 0.000 0.000 0.000 nodecolor
22028 10573 1242 36.13 18 ellipse_path stroke
22029 0.000 0.000 0.000 nodecolor
22030 14 /Times-Roman set_font
22031 10555 1237.9 moveto 36 (-ci-i-ic) alignedtext
22032 grestore
22033 % mcimicmc->mcimimic
22034 gsave
22035 1 setlinewidth
22036 0.000 0.000 0.000 edgecolor
22037 newpath 11407 1585 moveto
22038 11394 1565 11378 1531 11397 1512 curveto
22039 11446 1460 12611 1492 12681 1476 curveto
22040 12717 1467 12720 1449 12757 1440 curveto
22041 12812 1425 13230 1445 13269 1404 curveto
22042 13279 1392 13280 1379 13269 1368 curveto
22043 13173 1268 10968 1245 10619 1242 curveto
22044 stroke
22045 0.000 0.000 0.000 edgecolor
22046 newpath 10619 1238.5 moveto
22047 10609 1242 lineto
22048 10619 1245.5 lineto
22049 closepath fill
22050 1 setlinewidth
22051 solid
22052 0.000 0.000 0.000 edgecolor
22053 newpath 10619 1238.5 moveto
22054 10609 1242 lineto
22055 10619 1245.5 lineto
22056 closepath stroke
22057 grestore
22058 % mcimicm->cmcimicm_ccmcimicm
22059 gsave
22060 1 setlinewidth
22061 0.000 0.000 0.000 edgecolor
22062 newpath 11406 1527 moveto
22063 11329 1520 11133 1502 10971 1476 curveto
22064 10965 1475 10958 1473 10952 1472 curveto
22065 stroke
22066 0.000 0.000 0.000 edgecolor
22067 newpath 10952.49 1468.53 moveto
22068 10942 1470 lineto
22069 10951.12 1475.39 lineto
22070 closepath fill
22071 1 setlinewidth
22072 solid
22073 0.000 0.000 0.000 edgecolor
22074 newpath 10952.49 1468.53 moveto
22075 10942 1470 lineto
22076 10951.12 1475.39 lineto
22077 closepath stroke
22078 grestore
22079 % mcimicm->mcicmcm
22080 gsave
22081 1 setlinewidth
22082 0.000 0.000 0.000 edgecolor
22083 newpath 11465 1518 moveto
22084 11470 1515 11477 1513 11483 1512 curveto
22085 11758 1452 12474 1527 12752 1476 curveto
22086 12756 1475 12760 1474 12764 1473 curveto
22087 stroke
22088 0.000 0.000 0.000 edgecolor
22089 newpath 12765.43 1476.23 moveto
22090 12774 1470 lineto
22091 12763.42 1469.52 lineto
22092 closepath fill
22093 1 setlinewidth
22094 solid
22095 0.000 0.000 0.000 edgecolor
22096 newpath 12765.43 1476.23 moveto
22097 12774 1470 lineto
22098 12763.42 1469.52 lineto
22099 closepath stroke
22100 grestore
22101 % mcimimi
22102 gsave
22103 1 setlinewidth
22104 0.000 0.000 0.000 nodecolor
22105 10582 1170 30.77 18 ellipse_path stroke
22106 0.000 0.000 0.000 nodecolor
22107 14 /Times-Roman set_font
22108 10567.5 1165.9 moveto 29 (-ci-i-i) alignedtext
22109 grestore
22110 % mcimicm->mcimimi
22111 gsave
22112 1 setlinewidth
22113 0.000 0.000 0.000 edgecolor
22114 newpath 11465 1518 moveto
22115 11470 1515 11477 1513 11483 1512 curveto
22116 11631 1480 12706 1529 12849 1476 curveto
22117 12872 1467 12868 1449 12892 1440 curveto
22118 12984 1402 13272 1477 13340 1404 curveto
22119 13356 1386 13329 1314 13323 1296 curveto
22120 13310 1262 13315 1242 13285 1224 curveto
22121 13221 1185 10694 1204 10622 1188 curveto
22122 10619 1188 10617 1187 10614 1186 curveto
22123 stroke
22124 0.000 0.000 0.000 edgecolor
22125 newpath 10615.56 1182.86 moveto
22126 10605 1182 lineto
22127 10612.72 1189.26 lineto
22128 closepath fill
22129 1 setlinewidth
22130 solid
22131 0.000 0.000 0.000 edgecolor
22132 newpath 10615.56 1182.86 moveto
22133 10605 1182 lineto
22134 10612.72 1189.26 lineto
22135 closepath stroke
22136 grestore
22137 % mcimim->cmcimim_ccmcimim
22138 gsave
22139 1 setlinewidth
22140 0.000 0.000 0.000 edgecolor
22141 newpath 11220 1663 moveto
22142 11214 1660 11207 1657 11200 1656 curveto
22143 10939 1595 10864 1658 10600 1620 curveto
22144 10594 1619 10588 1618 10583 1617 curveto
22145 stroke
22146 0.000 0.000 0.000 edgecolor
22147 newpath 10583.58 1613.52 moveto
22148 10573 1614 lineto
22149 10581.57 1620.23 lineto
22150 closepath fill
22151 1 setlinewidth
22152 solid
22153 0.000 0.000 0.000 edgecolor
22154 newpath 10583.58 1613.52 moveto
22155 10573 1614 lineto
22156 10581.57 1620.23 lineto
22157 closepath stroke
22158 grestore
22159 % mcimim->mcicmmc
22160 gsave
22161 1 setlinewidth
22162 0.000 0.000 0.000 edgecolor
22163 newpath 11220 1663 moveto
22164 11214 1660 11207 1657 11200 1656 curveto
22165 10873 1582 10775 1689 10448 1620 curveto
22166 10445 1620 10442 1619 10439 1618 curveto
22167 stroke
22168 0.000 0.000 0.000 edgecolor
22169 newpath 10440.56 1614.86 moveto
22170 10430 1614 lineto
22171 10437.72 1621.26 lineto
22172 closepath fill
22173 1 setlinewidth
22174 solid
22175 0.000 0.000 0.000 edgecolor
22176 newpath 10440.56 1614.86 moveto
22177 10430 1614 lineto
22178 10437.72 1621.26 lineto
22179 closepath stroke
22180 grestore
22181 % mcimim->mcimicmc
22182 gsave
22183 1 setlinewidth
22184 0.000 0.000 0.000 edgecolor
22185 newpath 11267 1663 moveto
22186 11273 1661 11280 1658 11286 1656 curveto
22187 11317 1643 11354 1628 11381 1618 curveto
22188 stroke
22189 0.000 0.000 0.000 edgecolor
22190 newpath 11382.28 1621.26 moveto
22191 11390 1614 lineto
22192 11379.44 1614.86 lineto
22193 closepath fill
22194 1 setlinewidth
22195 solid
22196 0.000 0.000 0.000 edgecolor
22197 newpath 11382.28 1621.26 moveto
22198 11390 1614 lineto
22199 11379.44 1614.86 lineto
22200 closepath stroke
22201 grestore
22202 % mcimmc->cmcimmc_ccmcimmc
22203 gsave
22204 1 setlinewidth
22205 0.000 0.000 0.000 edgecolor
22206 newpath 13798 1442 moveto
22207 13790 1433 13781 1421 13773 1412 curveto
22208 stroke
22209 0.000 0.000 0.000 edgecolor
22210 newpath 13775.22 1409.22 moveto
22211 13766 1404 lineto
22212 13769.95 1413.83 lineto
22213 closepath fill
22214 1 setlinewidth
22215 solid
22216 0.000 0.000 0.000 edgecolor
22217 newpath 13775.22 1409.22 moveto
22218 13766 1404 lineto
22219 13769.95 1413.83 lineto
22220 closepath stroke
22221 grestore
22222 % mcimmc->mcimm
22223 gsave
22224 1 setlinewidth
22225 0.000 0.000 0.000 edgecolor
22226 newpath 13825 1441 moveto
22227 13832 1432 13842 1420 13850 1410 curveto
22228 stroke
22229 0.000 0.000 0.000 edgecolor
22230 newpath 13852.8 1412.1 moveto
22231 13856 1402 lineto
22232 13847.2 1407.9 lineto
22233 closepath fill
22234 1 setlinewidth
22235 solid
22236 0.000 0.000 0.000 edgecolor
22237 newpath 13852.8 1412.1 moveto
22238 13856 1402 lineto
22239 13847.2 1407.9 lineto
22240 closepath stroke
22241 grestore
22242 % mcimmcic
22243 gsave
22244 1 setlinewidth
22245 0.000 0.000 0.000 nodecolor
22246 11109 1098 38.91 18 ellipse_path stroke
22247 0.000 0.000 0.000 nodecolor
22248 14 /Times-Roman set_font
22249 11089 1093.9 moveto 40 (-ci--cic) alignedtext
22250 grestore
22251 % mcimmc->mcimmcic
22252 gsave
22253 1 setlinewidth
22254 0.000 0.000 0.000 edgecolor
22255 newpath 13841 1450 moveto
22256 13863 1442 13891 1428 13905 1404 curveto
22257 13912 1390 13914 1381 13905 1368 curveto
22258 13799 1217 13290 1170 13108 1152 curveto
22259 12712 1111 11427 1100 11158 1098 curveto
22260 stroke
22261 0.000 0.000 0.000 edgecolor
22262 newpath 11158 1094.5 moveto
22263 11148 1098 lineto
22264 11158 1101.5 lineto
22265 closepath fill
22266 1 setlinewidth
22267 solid
22268 0.000 0.000 0.000 edgecolor
22269 newpath 11158 1094.5 moveto
22270 11148 1098 lineto
22271 11158 1101.5 lineto
22272 closepath stroke
22273 grestore
22274 % mcimm->cmcimm_ccmcimm
22275 gsave
22276 1 setlinewidth
22277 0.000 0.000 0.000 edgecolor
22278 newpath 13848 1374 moveto
22279 13843 1372 13838 1370 13833 1368 curveto
22280 13773 1346 13702 1332 13652 1324 curveto
22281 stroke
22282 0.000 0.000 0.000 edgecolor
22283 newpath 13652.49 1320.53 moveto
22284 13642 1322 lineto
22285 13651.12 1327.39 lineto
22286 closepath fill
22287 1 setlinewidth
22288 solid
22289 0.000 0.000 0.000 edgecolor
22290 newpath 13652.49 1320.53 moveto
22291 13642 1322 lineto
22292 13651.12 1327.39 lineto
22293 closepath stroke
22294 grestore
22295 % mcimmi
22296 gsave
22297 1 setlinewidth
22298 0.000 0.000 0.000 nodecolor
22299 11177 810 29.19 18 ellipse_path stroke
22300 0.000 0.000 0.000 nodecolor
22301 14 /Times-Roman set_font
22302 11164 805.9 moveto 26 (-ci--i) alignedtext
22303 grestore
22304 % mcimm->mcimmi
22305 gsave
22306 1 setlinewidth
22307 0.000 0.000 0.000 edgecolor
22308 newpath 13851 1373 moveto
22309 13807 1342 13691 1263 13584 1224 curveto
22310 13426 1165 13378 1181 13214 1152 curveto
22311 12408 1006 11419 848 11215 816 curveto
22312 stroke
22313 0.000 0.000 0.000 edgecolor
22314 newpath 11215.49 812.53 moveto
22315 11205 814 lineto
22316 11214.12 819.39 lineto
22317 closepath fill
22318 1 setlinewidth
22319 solid
22320 0.000 0.000 0.000 edgecolor
22321 newpath 11215.49 812.53 moveto
22322 11205 814 lineto
22323 11214.12 819.39 lineto
22324 closepath stroke
22325 grestore
22326 % mmimi->cmmimi_ccmmimi
22327 gsave
22328 1 setlinewidth
22329 0.000 0.000 0.000 edgecolor
22330 newpath 9674 1303 moveto
22331 9679 1300 9684 1298 9689 1296 curveto
22332 9713 1284 9740 1272 9762 1261 curveto
22333 stroke
22334 0.000 0.000 0.000 edgecolor
22335 newpath 9763.28 1264.26 moveto
22336 9771 1257 lineto
22337 9760.44 1257.86 lineto
22338 closepath fill
22339 1 setlinewidth
22340 solid
22341 0.000 0.000 0.000 edgecolor
22342 newpath 9763.28 1264.26 moveto
22343 9771 1257 lineto
22344 9760.44 1257.86 lineto
22345 closepath stroke
22346 grestore
22347 % mcmcimi
22348 gsave
22349 1 setlinewidth
22350 0.000 0.000 0.000 nodecolor
22351 9426 1242 34.05 18 ellipse_path stroke
22352 0.000 0.000 0.000 nodecolor
22353 14 /Times-Roman set_font
22354 9409.5 1237.9 moveto 33 (-c-ci-i) alignedtext
22355 grestore
22356 % mmimi->mcmcimi
22357 gsave
22358 1 setlinewidth
22359 0.000 0.000 0.000 edgecolor
22360 newpath 9632 1302 moveto
22361 9627 1300 9622 1298 9617 1296 curveto
22362 9553 1272 9533 1281 9469 1260 curveto
22363 9467 1259 9464 1258 9462 1257 curveto
22364 stroke
22365 0.000 0.000 0.000 edgecolor
22366 newpath 9462.58 1253.52 moveto
22367 9452 1254 lineto
22368 9460.57 1260.23 lineto
22369 closepath fill
22370 1 setlinewidth
22371 solid
22372 0.000 0.000 0.000 edgecolor
22373 newpath 9462.58 1253.52 moveto
22374 9452 1254 lineto
22375 9460.57 1260.23 lineto
22376 closepath stroke
22377 grestore
22378 % mcmmci
22379 gsave
22380 1 setlinewidth
22381 0.000 0.000 0.000 nodecolor
22382 9128 1242 31.96 18 ellipse_path stroke
22383 0.000 0.000 0.000 nodecolor
22384 14 /Times-Roman set_font
22385 9113 1237.9 moveto 30 (-c--ci) alignedtext
22386 grestore
22387 % mmimi->mcmmci
22388 gsave
22389 1 setlinewidth
22390 0.000 0.000 0.000 edgecolor
22391 newpath 9633 1302 moveto
22392 9628 1299 9622 1297 9617 1296 curveto
22393 9424 1242 9362 1308 9169 1260 curveto
22394 9166 1260 9164 1259 9161 1258 curveto
22395 stroke
22396 0.000 0.000 0.000 edgecolor
22397 newpath 9162.56 1254.86 moveto
22398 9152 1254 lineto
22399 9159.72 1261.26 lineto
22400 closepath fill
22401 1 setlinewidth
22402 solid
22403 0.000 0.000 0.000 edgecolor
22404 newpath 9162.56 1254.86 moveto
22405 9152 1254 lineto
22406 9159.72 1261.26 lineto
22407 closepath stroke
22408 grestore
22409 % immcicmc_imcmcicmc_iimmcicmc->cimmcicmc
22410 gsave
22411 1 setlinewidth
22412 0.000 0.000 0.000 edgecolor
22413 newpath 10468 1950 moveto
22414 10487 1948 10507 1946 10526 1944 curveto
22415 10612 1934 10838 1946 10916 1908 curveto
22416 10935 1898 10931 1884 10949 1872 curveto
22417 10986 1846 11018 1873 11044 1836 curveto
22418 11059 1814 11040 1787 11021 1769 curveto
22419 stroke
22420 0.000 0.000 0.000 edgecolor
22421 newpath 11022.83 1765.95 moveto
22422 11013 1762 lineto
22423 11018.22 1771.22 lineto
22424 closepath fill
22425 1 setlinewidth
22426 solid
22427 0.000 0.000 0.000 edgecolor
22428 newpath 11022.83 1765.95 moveto
22429 11013 1762 lineto
22430 11018.22 1771.22 lineto
22431 closepath stroke
22432 grestore
22433 % immcicmc_imcmcicmc_iimmcicmc->icmmcicmc
22434 gsave
22435 1 setlinewidth
22436 0.000 0.000 0.000 edgecolor
22437 newpath 10466 1950 moveto
22438 10486 1948 10507 1945 10526 1944 curveto
22439 11058 1899 11212 1990 11724 1836 curveto
22440 11789 1816 11863 1784 11906 1764 curveto
22441 stroke
22442 0.000 0.000 0.000 edgecolor
22443 newpath 11907.28 1767.26 moveto
22444 11915 1760 lineto
22445 11904.44 1760.86 lineto
22446 closepath fill
22447 1 setlinewidth
22448 solid
22449 0.000 0.000 0.000 edgecolor
22450 newpath 11907.28 1767.26 moveto
22451 11915 1760 lineto
22452 11904.44 1760.86 lineto
22453 closepath stroke
22454 grestore
22455 % immcicmc_imcmcicmc_iimmcicmc->immcicm_imcmcicm_iimmcicm
22456 gsave
22457 1 setlinewidth
22458 0.000 0.000 0.000 edgecolor
22459 newpath 10365 1944 moveto
22460 10357 1935 10348 1925 10339 1916 curveto
22461 stroke
22462 0.000 0.000 0.000 edgecolor
22463 newpath 10341.22 1913.22 moveto
22464 10332 1908 lineto
22465 10335.95 1917.83 lineto
22466 closepath fill
22467 1 setlinewidth
22468 solid
22469 0.000 0.000 0.000 edgecolor
22470 newpath 10341.22 1913.22 moveto
22471 10332 1908 lineto
22472 10335.95 1917.83 lineto
22473 closepath stroke
22474 grestore
22475 % immcmc_imcmcmc_iimmcmc
22476 gsave
22477 1 setlinewidth
22478 0.000 0.000 0.000 nodecolor
22479 10482 1818 91.22 18 ellipse_path stroke
22480 0.000 0.000 0.000 nodecolor
22481 14 /Times-Roman set_font
22482 10424 1813.9 moveto 116 (i--c-c=i-c-c-c=ii--c-c) alignedtext
22483 grestore
22484 % immcicmc_imcmcicmc_iimmcicmc->immcmc_imcmcmc_iimmcmc
22485 gsave
22486 1 setlinewidth
22487 0.000 0.000 0.000 edgecolor
22488 newpath 10395 1944 moveto
22489 10403 1934 10413 1920 10422 1908 curveto
22490 10436 1887 10452 1863 10464 1845 curveto
22491 stroke
22492 0.000 0.000 0.000 edgecolor
22493 newpath 10467.37 1846.26 moveto
22494 10470 1836 lineto
22495 10461.54 1842.38 lineto
22496 closepath fill
22497 1 setlinewidth
22498 solid
22499 0.000 0.000 0.000 edgecolor
22500 newpath 10467.37 1846.26 moveto
22501 10470 1836 lineto
22502 10461.54 1842.38 lineto
22503 closepath stroke
22504 grestore
22505 % mcmcicmc
22506 gsave
22507 1 setlinewidth
22508 0.000 0.000 0.000 nodecolor
22509 9597 1674 41.19 18 ellipse_path stroke
22510 0.000 0.000 0.000 nodecolor
22511 14 /Times-Roman set_font
22512 9575 1669.9 moveto 44 (-c-cic-c) alignedtext
22513 grestore
22514 % immcicmc_imcmcicmc_iimmcicmc->mcmcicmc
22515 gsave
22516 1 setlinewidth
22517 0.000 0.000 0.000 edgecolor
22518 newpath 10300 1950 moveto
22519 10245 1940 10172 1926 10108 1908 curveto
22520 10086 1901 9757 1773 9738 1764 curveto
22521 9697 1743 9654 1715 9627 1696 curveto
22522 stroke
22523 0.000 0.000 0.000 edgecolor
22524 newpath 9629.1 1693.2 moveto
22525 9619 1690 lineto
22526 9624.9 1698.8 lineto
22527 closepath fill
22528 1 setlinewidth
22529 solid
22530 0.000 0.000 0.000 edgecolor
22531 newpath 9629.1 1693.2 moveto
22532 9619 1690 lineto
22533 9624.9 1698.8 lineto
22534 closepath stroke
22535 grestore
22536 % immcicm_imcmcicm_iimmcicm->icimmcicm
22537 gsave
22538 1 setlinewidth
22539 0.000 0.000 0.000 edgecolor
22540 newpath 10388 1878 moveto
22541 10442 1868 10517 1854 10582 1836 curveto
22542 10585 1835 10588 1834 10591 1833 curveto
22543 stroke
22544 0.000 0.000 0.000 edgecolor
22545 newpath 10592.43 1836.23 moveto
22546 10601 1830 lineto
22547 10590.42 1829.52 lineto
22548 closepath fill
22549 1 setlinewidth
22550 solid
22551 0.000 0.000 0.000 edgecolor
22552 newpath 10592.43 1836.23 moveto
22553 10601 1830 lineto
22554 10590.42 1829.52 lineto
22555 closepath stroke
22556 grestore
22557 % immcm_imcmcm_iimmcm
22558 gsave
22559 1 setlinewidth
22560 0.000 0.000 0.000 nodecolor
22561 10503 1746 77.83 18 ellipse_path stroke
22562 0.000 0.000 0.000 nodecolor
22563 14 /Times-Roman set_font
22564 10455 1741.9 moveto 96 (i--c-=i-c-c-=ii--c-) alignedtext
22565 grestore
22566 % immcicm_imcmcicm_iimmcicm->immcm_imcmcm_iimmcm
22567 gsave
22568 1 setlinewidth
22569 0.000 0.000 0.000 edgecolor
22570 newpath 10325 1872 moveto
22571 10336 1852 10357 1820 10382 1800 curveto
22572 10400 1784 10425 1772 10446 1764 curveto
22573 stroke
22574 0.000 0.000 0.000 edgecolor
22575 newpath 10448.02 1766.96 moveto
22576 10456 1760 lineto
22577 10445.42 1760.46 lineto
22578 closepath fill
22579 1 setlinewidth
22580 solid
22581 0.000 0.000 0.000 edgecolor
22582 newpath 10448.02 1766.96 moveto
22583 10456 1760 lineto
22584 10445.42 1760.46 lineto
22585 closepath stroke
22586 grestore
22587 % mcmcicm
22588 gsave
22589 1 setlinewidth
22590 0.000 0.000 0.000 nodecolor
22591 9389 1602 36.83 18 ellipse_path stroke
22592 0.000 0.000 0.000 nodecolor
22593 14 /Times-Roman set_font
22594 9370.5 1597.9 moveto 37 (-c-cic-) alignedtext
22595 grestore
22596 % immcicm_imcmcicm_iimmcicm->mcmcicm
22597 gsave
22598 1 setlinewidth
22599 0.000 0.000 0.000 edgecolor
22600 newpath 10244 1878 moveto
22601 10173 1865 10073 1846 10058 1836 curveto
22602 10005 1803 10025 1758 9972 1728 curveto
22603 9859 1665 9801 1746 9685 1692 curveto
22604 9663 1682 9667 1666 9647 1656 curveto
22605 9573 1618 9545 1637 9465 1620 curveto
22606 9454 1618 9443 1615 9433 1612 curveto
22607 stroke
22608 0.000 0.000 0.000 edgecolor
22609 newpath 9433.49 1608.53 moveto
22610 9423 1610 lineto
22611 9432.12 1615.39 lineto
22612 closepath fill
22613 1 setlinewidth
22614 solid
22615 0.000 0.000 0.000 edgecolor
22616 newpath 9433.49 1608.53 moveto
22617 9423 1610 lineto
22618 9432.12 1615.39 lineto
22619 closepath stroke
22620 grestore
22621 % immcmc_imcmcmc_iimmcmc->icimmcmc_iicimmcmc
22622 gsave
22623 1 setlinewidth
22624 0.000 0.000 0.000 edgecolor
22625 newpath 10546 1805 moveto
22626 10558 1803 10570 1801 10582 1800 curveto
22627 10786 1773 10839 1787 11045 1764 curveto
22628 11061 1762 11078 1760 11094 1758 curveto
22629 stroke
22630 0.000 0.000 0.000 edgecolor
22631 newpath 11094.88 1761.39 moveto
22632 11104 1756 lineto
22633 11093.51 1754.53 lineto
22634 closepath fill
22635 1 setlinewidth
22636 solid
22637 0.000 0.000 0.000 edgecolor
22638 newpath 11094.88 1761.39 moveto
22639 11104 1756 lineto
22640 11093.51 1754.53 lineto
22641 closepath stroke
22642 grestore
22643 % immcmc_imcmcmc_iimmcmc->immcm_imcmcm_iimmcm
22644 gsave
22645 1 setlinewidth
22646 0.000 0.000 0.000 edgecolor
22647 newpath 10487 1800 moveto
22648 10490 1792 10493 1783 10495 1774 curveto
22649 stroke
22650 0.000 0.000 0.000 edgecolor
22651 newpath 10498.48 1774.58 moveto
22652 10498 1764 lineto
22653 10491.77 1772.57 lineto
22654 closepath fill
22655 1 setlinewidth
22656 solid
22657 0.000 0.000 0.000 edgecolor
22658 newpath 10498.48 1774.58 moveto
22659 10498 1764 lineto
22660 10491.77 1772.57 lineto
22661 closepath stroke
22662 grestore
22663 % mcmcmc
22664 gsave
22665 1 setlinewidth
22666 0.000 0.000 0.000 nodecolor
22667 9592 1602 34.24 18 ellipse_path stroke
22668 0.000 0.000 0.000 nodecolor
22669 14 /Times-Roman set_font
22670 9575 1597.9 moveto 34 (-c-c-c) alignedtext
22671 grestore
22672 % immcmc_imcmcmc_iimmcmc->mcmcmc
22673 gsave
22674 1 setlinewidth
22675 0.000 0.000 0.000 edgecolor
22676 newpath 10537 1804 moveto
22677 10557 1795 10578 1783 10590 1764 curveto
22678 10598 1750 10600 1739 10590 1728 curveto
22679 10542 1677 10030 1708 9963 1692 curveto
22680 9924 1682 9919 1667 9882 1656 curveto
22681 9836 1642 9704 1619 9635 1609 curveto
22682 stroke
22683 0.000 0.000 0.000 edgecolor
22684 newpath 9635.49 1605.53 moveto
22685 9625 1607 lineto
22686 9634.12 1612.39 lineto
22687 closepath fill
22688 1 setlinewidth
22689 solid
22690 0.000 0.000 0.000 edgecolor
22691 newpath 9635.49 1605.53 moveto
22692 9625 1607 lineto
22693 9634.12 1612.39 lineto
22694 closepath stroke
22695 grestore
22696 % mcmcicmc->cmcmcicmc
22697 gsave
22698 1 setlinewidth
22699 0.000 0.000 0.000 edgecolor
22700 newpath 9634 1666 moveto
22701 9649 1663 9668 1659 9685 1656 curveto
22702 9775 1638 9797 1636 9888 1620 curveto
22703 9903 1618 9919 1614 9934 1612 curveto
22704 stroke
22705 0.000 0.000 0.000 edgecolor
22706 newpath 9934.88 1615.39 moveto
22707 9944 1610 lineto
22708 9933.51 1608.53 lineto
22709 closepath fill
22710 1 setlinewidth
22711 solid
22712 0.000 0.000 0.000 edgecolor
22713 newpath 9934.88 1615.39 moveto
22714 9944 1610 lineto
22715 9933.51 1608.53 lineto
22716 closepath stroke
22717 grestore
22718 % mcmcicmc->mcimicmc
22719 gsave
22720 1 setlinewidth
22721 0.000 0.000 0.000 edgecolor
22722 newpath 9633 1665 moveto
22723 9648 1661 9668 1658 9685 1656 curveto
22724 10413 1574 10605 1703 11334 1620 curveto
22725 11348 1618 11362 1616 11375 1613 curveto
22726 stroke
22727 0.000 0.000 0.000 edgecolor
22728 newpath 11375.88 1616.39 moveto
22729 11385 1611 lineto
22730 11374.51 1609.53 lineto
22731 closepath fill
22732 1 setlinewidth
22733 solid
22734 0.000 0.000 0.000 edgecolor
22735 newpath 11375.88 1616.39 moveto
22736 11385 1611 lineto
22737 11374.51 1609.53 lineto
22738 closepath stroke
22739 grestore
22740 % mcmcicmc->mcmcicm
22741 gsave
22742 1 setlinewidth
22743 0.000 0.000 0.000 edgecolor
22744 newpath 9565 1663 moveto
22745 9533 1652 9483 1635 9440 1620 curveto
22746 9436 1619 9432 1618 9429 1616 curveto
22747 stroke
22748 0.000 0.000 0.000 edgecolor
22749 newpath 9429.58 1612.52 moveto
22750 9419 1613 lineto
22751 9427.57 1619.23 lineto
22752 closepath fill
22753 1 setlinewidth
22754 solid
22755 0.000 0.000 0.000 edgecolor
22756 newpath 9429.58 1612.52 moveto
22757 9419 1613 lineto
22758 9427.57 1619.23 lineto
22759 closepath stroke
22760 grestore
22761 % mcmcicmc->mcmcmc
22762 gsave
22763 1 setlinewidth
22764 0.000 0.000 0.000 edgecolor
22765 newpath 9596 1656 moveto
22766 9595 1648 9595 1639 9594 1630 curveto
22767 stroke
22768 0.000 0.000 0.000 edgecolor
22769 newpath 9597.48 1629.6 moveto
22770 9593 1620 lineto
22771 9590.51 1630.3 lineto
22772 closepath fill
22773 1 setlinewidth
22774 solid
22775 0.000 0.000 0.000 edgecolor
22776 newpath 9597.48 1629.6 moveto
22777 9593 1620 lineto
22778 9590.51 1630.3 lineto
22779 closepath stroke
22780 grestore
22781 % mcmcicmc->mcmcimic
22782 gsave
22783 1 setlinewidth
22784 0.000 0.000 0.000 edgecolor
22785 newpath 9634 1666 moveto
22786 9705 1652 9853 1621 9855 1620 curveto
22787 9869 1601 9834 1503 9807 1440 curveto
22788 9791 1403 9769 1365 9753 1340 curveto
22789 stroke
22790 0.000 0.000 0.000 edgecolor
22791 newpath 9755.92 1338.04 moveto
22792 9748 1331 lineto
22793 9749.8 1341.44 lineto
22794 closepath fill
22795 1 setlinewidth
22796 solid
22797 0.000 0.000 0.000 edgecolor
22798 newpath 9755.92 1338.04 moveto
22799 9748 1331 lineto
22800 9749.8 1341.44 lineto
22801 closepath stroke
22802 grestore
22803 % mcmcicmc->mmcicmc
22804 gsave
22805 1 setlinewidth
22806 0.000 0.000 0.000 edgecolor
22807 newpath 9560 1666 moveto
22808 9544 1663 9526 1659 9509 1656 curveto
22809 9423 1638 9323 1620 9266 1610 curveto
22810 stroke
22811 0.000 0.000 0.000 edgecolor
22812 newpath 9266.49 1606.53 moveto
22813 9256 1608 lineto
22814 9265.12 1613.39 lineto
22815 closepath fill
22816 1 setlinewidth
22817 solid
22818 0.000 0.000 0.000 edgecolor
22819 newpath 9266.49 1606.53 moveto
22820 9256 1608 lineto
22821 9265.12 1613.39 lineto
22822 closepath stroke
22823 grestore
22824 % immcm_imcmcm_iimmcm->icimmcm_iicimmcm
22825 gsave
22826 1 setlinewidth
22827 0.000 0.000 0.000 edgecolor
22828 newpath 10573 1738 moveto
22829 10604 1735 10641 1731 10674 1728 curveto
22830 10828 1711 10868 1718 11021 1692 curveto
22831 11026 1691 11031 1690 11037 1688 curveto
22832 stroke
22833 0.000 0.000 0.000 edgecolor
22834 newpath 11037.88 1691.39 moveto
22835 11047 1686 lineto
22836 11036.51 1684.53 lineto
22837 closepath fill
22838 1 setlinewidth
22839 solid
22840 0.000 0.000 0.000 edgecolor
22841 newpath 11037.88 1691.39 moveto
22842 11047 1686 lineto
22843 11036.51 1684.53 lineto
22844 closepath stroke
22845 grestore
22846 % mcmcm
22847 gsave
22848 1 setlinewidth
22849 0.000 0.000 0.000 nodecolor
22850 9382 1530 29.88 18 ellipse_path stroke
22851 0.000 0.000 0.000 nodecolor
22852 14 /Times-Roman set_font
22853 9368.5 1525.9 moveto 27 (-c-c-) alignedtext
22854 grestore
22855 % immcm_imcmcm_iimmcm->mcmcm
22856 gsave
22857 1 setlinewidth
22858 0.000 0.000 0.000 edgecolor
22859 newpath 10447 1733 moveto
22860 10437 1731 10426 1729 10416 1728 curveto
22861 10298 1711 9989 1743 9882 1692 curveto
22862 9862 1682 9868 1665 9849 1656 curveto
22863 9729 1594 9677 1660 9549 1620 curveto
22864 9497 1604 9442 1570 9410 1550 curveto
22865 stroke
22866 0.000 0.000 0.000 edgecolor
22867 newpath 9412.1 1547.2 moveto
22868 9402 1544 lineto
22869 9407.9 1552.8 lineto
22870 closepath fill
22871 1 setlinewidth
22872 solid
22873 0.000 0.000 0.000 edgecolor
22874 newpath 9412.1 1547.2 moveto
22875 9402 1544 lineto
22876 9407.9 1552.8 lineto
22877 closepath stroke
22878 grestore
22879 % mcmcicm->cmcmcicm_ccmcmcicm
22880 gsave
22881 1 setlinewidth
22882 0.000 0.000 0.000 edgecolor
22883 newpath 9423 1595 moveto
22884 9475 1583 9580 1560 9648 1545 curveto
22885 stroke
22886 0.000 0.000 0.000 edgecolor
22887 newpath 9648.88 1548.39 moveto
22888 9658 1543 lineto
22889 9647.51 1541.53 lineto
22890 closepath fill
22891 1 setlinewidth
22892 solid
22893 0.000 0.000 0.000 edgecolor
22894 newpath 9648.88 1548.39 moveto
22895 9658 1543 lineto
22896 9647.51 1541.53 lineto
22897 closepath stroke
22898 grestore
22899 % mcmcicm->mcimicm
22900 gsave
22901 1 setlinewidth
22902 0.000 0.000 0.000 edgecolor
22903 newpath 9425 1597 moveto
22904 9457 1592 9506 1586 9549 1584 curveto
22905 10165 1541 10321 1567 10939 1548 curveto
22906 11107 1542 11309 1535 11396 1531 curveto
22907 stroke
22908 0.000 0.000 0.000 edgecolor
22909 newpath 11396 1534.5 moveto
22910 11406 1531 lineto
22911 11396 1527.5 lineto
22912 closepath fill
22913 1 setlinewidth
22914 solid
22915 0.000 0.000 0.000 edgecolor
22916 newpath 11396 1534.5 moveto
22917 11406 1531 lineto
22918 11396 1527.5 lineto
22919 closepath stroke
22920 grestore
22921 % mcmcicm->mcmcm
22922 gsave
22923 1 setlinewidth
22924 0.000 0.000 0.000 edgecolor
22925 newpath 9387 1584 moveto
22926 9386 1576 9386 1567 9385 1558 curveto
22927 stroke
22928 0.000 0.000 0.000 edgecolor
22929 newpath 9388.48 1557.6 moveto
22930 9384 1548 lineto
22931 9381.51 1558.3 lineto
22932 closepath fill
22933 1 setlinewidth
22934 solid
22935 0.000 0.000 0.000 edgecolor
22936 newpath 9388.48 1557.6 moveto
22937 9384 1548 lineto
22938 9381.51 1558.3 lineto
22939 closepath stroke
22940 grestore
22941 % mcmcicm->mcmcimi
22942 gsave
22943 1 setlinewidth
22944 0.000 0.000 0.000 edgecolor
22945 newpath 9374 1585 moveto
22946 9364 1575 9352 1561 9343 1548 curveto
22947 9321 1517 9311 1511 9302 1476 curveto
22948 9297 1460 9300 1455 9302 1440 curveto
22949 9304 1407 9298 1397 9312 1368 curveto
22950 9331 1325 9371 1286 9398 1263 curveto
22951 stroke
22952 0.000 0.000 0.000 edgecolor
22953 newpath 9400.1 1265.8 moveto
22954 9406 1257 lineto
22955 9395.9 1260.2 lineto
22956 closepath fill
22957 1 setlinewidth
22958 solid
22959 0.000 0.000 0.000 edgecolor
22960 newpath 9400.1 1265.8 moveto
22961 9406 1257 lineto
22962 9395.9 1260.2 lineto
22963 closepath stroke
22964 grestore
22965 % mcmcicm->mmcicm
22966 gsave
22967 1 setlinewidth
22968 0.000 0.000 0.000 edgecolor
22969 newpath 9356 1594 moveto
22970 9303 1581 9200 1554 9143 1540 curveto
22971 stroke
22972 0.000 0.000 0.000 edgecolor
22973 newpath 9143.58 1536.52 moveto
22974 9133 1537 lineto
22975 9141.57 1543.23 lineto
22976 closepath fill
22977 1 setlinewidth
22978 solid
22979 0.000 0.000 0.000 edgecolor
22980 newpath 9143.58 1536.52 moveto
22981 9133 1537 lineto
22982 9141.57 1543.23 lineto
22983 closepath stroke
22984 grestore
22985 % immcim_imcmcim_iimmcim
22986 gsave
22987 1 setlinewidth
22988 0.000 0.000 0.000 nodecolor
22989 10382 2034 84.08 18 ellipse_path stroke
22990 0.000 0.000 0.000 nodecolor
22991 14 /Times-Roman set_font
22992 10329.5 2029.9 moveto 105 (i--ci-=i-c-ci-=ii--ci-) alignedtext
22993 grestore
22994 % immcim_imcmcim_iimmcim->icimmcim_iicimmcim
22995 gsave
22996 1 setlinewidth
22997 0.000 0.000 0.000 edgecolor
22998 newpath 10445 2022 moveto
22999 10513 2009 10620 1988 10688 1975 curveto
23000 stroke
23001 0.000 0.000 0.000 edgecolor
23002 newpath 10688.88 1978.39 moveto
23003 10698 1973 lineto
23004 10687.51 1971.53 lineto
23005 closepath fill
23006 1 setlinewidth
23007 solid
23008 0.000 0.000 0.000 edgecolor
23009 newpath 10688.88 1978.39 moveto
23010 10698 1973 lineto
23011 10687.51 1971.53 lineto
23012 closepath stroke
23013 grestore
23014 % immcim_imcmcim_iimmcim->immcicmc_imcmcicmc_iimmcicmc
23015 gsave
23016 1 setlinewidth
23017 0.000 0.000 0.000 edgecolor
23018 newpath 10382 2016 moveto
23019 10382 2008 10382 1999 10382 1990 curveto
23020 stroke
23021 0.000 0.000 0.000 edgecolor
23022 newpath 10385.5 1990 moveto
23023 10382 1980 lineto
23024 10378.5 1990 lineto
23025 closepath fill
23026 1 setlinewidth
23027 solid
23028 0.000 0.000 0.000 edgecolor
23029 newpath 10385.5 1990 moveto
23030 10382 1980 lineto
23031 10378.5 1990 lineto
23032 closepath stroke
23033 grestore
23034 % mcmcim
23035 gsave
23036 1 setlinewidth
23037 0.000 0.000 0.000 nodecolor
23038 9779 1746 31.96 18 ellipse_path stroke
23039 0.000 0.000 0.000 nodecolor
23040 14 /Times-Roman set_font
23041 9764 1741.9 moveto 30 (-c-ci-) alignedtext
23042 grestore
23043 % immcim_imcmcim_iimmcim->mcmcim
23044 gsave
23045 1 setlinewidth
23046 0.000 0.000 0.000 edgecolor
23047 newpath 10309 2025 moveto
23048 10233 2015 10118 1997 10078 1980 curveto
23049 9960 1927 9847 1818 9801 1770 curveto
23050 stroke
23051 0.000 0.000 0.000 edgecolor
23052 newpath 9803.22 1767.22 moveto
23053 9794 1762 lineto
23054 9797.95 1771.83 lineto
23055 closepath fill
23056 1 setlinewidth
23057 solid
23058 0.000 0.000 0.000 edgecolor
23059 newpath 9803.22 1767.22 moveto
23060 9794 1762 lineto
23061 9797.95 1771.83 lineto
23062 closepath stroke
23063 grestore
23064 % mcmcim->cmcmcim_ccmcmcim
23065 gsave
23066 1 setlinewidth
23067 0.000 0.000 0.000 edgecolor
23068 newpath 9803 1734 moveto
23069 9809 1732 9815 1730 9820 1728 curveto
23070 9871 1710 9932 1696 9977 1687 curveto
23071 stroke
23072 0.000 0.000 0.000 edgecolor
23073 newpath 9977.88 1690.39 moveto
23074 9987 1685 lineto
23075 9976.51 1683.53 lineto
23076 closepath fill
23077 1 setlinewidth
23078 solid
23079 0.000 0.000 0.000 edgecolor
23080 newpath 9977.88 1690.39 moveto
23081 9987 1685 lineto
23082 9976.51 1683.53 lineto
23083 closepath stroke
23084 grestore
23085 % mcmcim->mmcim
23086 gsave
23087 1 setlinewidth
23088 0.000 0.000 0.000 edgecolor
23089 newpath 9748 1741 moveto
23090 9665 1728 9444 1694 9437 1692 curveto
23091 9435 1691 9433 1691 9431 1690 curveto
23092 stroke
23093 0.000 0.000 0.000 edgecolor
23094 newpath 9432.56 1686.86 moveto
23095 9422 1686 lineto
23096 9429.72 1693.26 lineto
23097 closepath fill
23098 1 setlinewidth
23099 solid
23100 0.000 0.000 0.000 edgecolor
23101 newpath 9432.56 1686.86 moveto
23102 9422 1686 lineto
23103 9429.72 1693.26 lineto
23104 closepath stroke
23105 grestore
23106 % mcmcim->mcimim
23107 gsave
23108 1 setlinewidth
23109 0.000 0.000 0.000 edgecolor
23110 newpath 9802 1734 moveto
23111 9808 1731 9814 1729 9820 1728 curveto
23112 10112 1662 10870 1730 11167 1692 curveto
23113 11180 1690 11194 1687 11206 1684 curveto
23114 stroke
23115 0.000 0.000 0.000 edgecolor
23116 newpath 11207.43 1687.23 moveto
23117 11216 1681 lineto
23118 11205.42 1680.52 lineto
23119 closepath fill
23120 1 setlinewidth
23121 solid
23122 0.000 0.000 0.000 edgecolor
23123 newpath 11207.43 1687.23 moveto
23124 11216 1681 lineto
23125 11205.42 1680.52 lineto
23126 closepath stroke
23127 grestore
23128 % mcmcim->mcmcicmc
23129 gsave
23130 1 setlinewidth
23131 0.000 0.000 0.000 edgecolor
23132 newpath 9753 1736 moveto
23133 9722 1724 9672 1704 9636 1690 curveto
23134 stroke
23135 0.000 0.000 0.000 edgecolor
23136 newpath 9637.56 1686.86 moveto
23137 9627 1686 lineto
23138 9634.72 1693.26 lineto
23139 closepath fill
23140 1 setlinewidth
23141 solid
23142 0.000 0.000 0.000 edgecolor
23143 newpath 9637.56 1686.86 moveto
23144 9627 1686 lineto
23145 9634.72 1693.26 lineto
23146 closepath stroke
23147 grestore
23148 % mcmcmc->cmcmcmc_ccmcmcmc
23149 gsave
23150 1 setlinewidth
23151 0.000 0.000 0.000 edgecolor
23152 newpath 9618 1590 moveto
23153 9625 1588 9633 1586 9640 1584 curveto
23154 9723 1561 9821 1546 9888 1538 curveto
23155 stroke
23156 0.000 0.000 0.000 edgecolor
23157 newpath 9888.4 1541.48 moveto
23158 9898 1537 lineto
23159 9887.7 1534.51 lineto
23160 closepath fill
23161 1 setlinewidth
23162 solid
23163 0.000 0.000 0.000 edgecolor
23164 newpath 9888.4 1541.48 moveto
23165 9898 1537 lineto
23166 9887.7 1534.51 lineto
23167 closepath stroke
23168 grestore
23169 % mcmcmc->mcicmcmc
23170 gsave
23171 1 setlinewidth
23172 0.000 0.000 0.000 edgecolor
23173 newpath 9624 1596 moveto
23174 9648 1592 9681 1586 9711 1584 curveto
23175 10103 1550 11095 1619 11483 1548 curveto
23176 11487 1547 11490 1546 11493 1545 curveto
23177 stroke
23178 0.000 0.000 0.000 edgecolor
23179 newpath 11494.43 1548.23 moveto
23180 11503 1542 lineto
23181 11492.42 1541.52 lineto
23182 closepath fill
23183 1 setlinewidth
23184 solid
23185 0.000 0.000 0.000 edgecolor
23186 newpath 11494.43 1548.23 moveto
23187 11503 1542 lineto
23188 11492.42 1541.52 lineto
23189 closepath stroke
23190 grestore
23191 % mcmcmc->mcmcm
23192 gsave
23193 1 setlinewidth
23194 0.000 0.000 0.000 edgecolor
23195 newpath 9562 1593 moveto
23196 9529 1583 9473 1565 9426 1548 curveto
23197 9423 1547 9420 1546 9416 1544 curveto
23198 stroke
23199 0.000 0.000 0.000 edgecolor
23200 newpath 9417.56 1540.86 moveto
23201 9407 1540 lineto
23202 9414.72 1547.26 lineto
23203 closepath fill
23204 1 setlinewidth
23205 solid
23206 0.000 0.000 0.000 edgecolor
23207 newpath 9417.56 1540.86 moveto
23208 9407 1540 lineto
23209 9414.72 1547.26 lineto
23210 closepath stroke
23211 grestore
23212 % mcmcmcic
23213 gsave
23214 1 setlinewidth
23215 0.000 0.000 0.000 nodecolor
23216 9219 1242 41.19 18 ellipse_path stroke
23217 0.000 0.000 0.000 nodecolor
23218 14 /Times-Roman set_font
23219 9197 1237.9 moveto 44 (-c-c-cic) alignedtext
23220 grestore
23221 % mcmcmc->mcmcmcic
23222 gsave
23223 1 setlinewidth
23224 0.000 0.000 0.000 edgecolor
23225 newpath 9561 1595 moveto
23226 9531 1587 9486 1572 9454 1548 curveto
23227 9425 1527 9287 1337 9237 1267 curveto
23228 stroke
23229 0.000 0.000 0.000 edgecolor
23230 newpath 9239.8 1264.9 moveto
23231 9231 1259 lineto
23232 9234.2 1269.1 lineto
23233 closepath fill
23234 1 setlinewidth
23235 solid
23236 0.000 0.000 0.000 edgecolor
23237 newpath 9239.8 1264.9 moveto
23238 9231 1259 lineto
23239 9234.2 1269.1 lineto
23240 closepath stroke
23241 grestore
23242 % mmcmc
23243 gsave
23244 1 setlinewidth
23245 0.000 0.000 0.000 nodecolor
23246 9024 1530 29.88 18 ellipse_path stroke
23247 0.000 0.000 0.000 nodecolor
23248 14 /Times-Roman set_font
23249 9010.5 1525.9 moveto 27 (--c-c) alignedtext
23250 grestore
23251 % mcmcmc->mmcmc
23252 gsave
23253 1 setlinewidth
23254 0.000 0.000 0.000 edgecolor
23255 newpath 9559 1598 moveto
23256 9527 1594 9477 1588 9435 1584 curveto
23257 9269 1566 9223 1591 9063 1548 curveto
23258 9061 1548 9059 1547 9056 1546 curveto
23259 stroke
23260 0.000 0.000 0.000 edgecolor
23261 newpath 9057.56 1542.86 moveto
23262 9047 1542 lineto
23263 9054.72 1549.26 lineto
23264 closepath fill
23265 1 setlinewidth
23266 solid
23267 0.000 0.000 0.000 edgecolor
23268 newpath 9057.56 1542.86 moveto
23269 9047 1542 lineto
23270 9054.72 1549.26 lineto
23271 closepath stroke
23272 grestore
23273 % mcmcm->cmcmcm_ccmcmcm
23274 gsave
23275 1 setlinewidth
23276 0.000 0.000 0.000 edgecolor
23277 newpath 9405 1518 moveto
23278 9426 1507 9460 1491 9486 1478 curveto
23279 stroke
23280 0.000 0.000 0.000 edgecolor
23281 newpath 9487.28 1481.26 moveto
23282 9495 1474 lineto
23283 9484.44 1474.86 lineto
23284 closepath fill
23285 1 setlinewidth
23286 solid
23287 0.000 0.000 0.000 edgecolor
23288 newpath 9487.28 1481.26 moveto
23289 9495 1474 lineto
23290 9484.44 1474.86 lineto
23291 closepath stroke
23292 grestore
23293 % mcmcm->mcicmcm
23294 gsave
23295 1 setlinewidth
23296 0.000 0.000 0.000 edgecolor
23297 newpath 9412 1527 moveto
23298 9457 1523 9548 1515 9625 1512 curveto
23299 10303 1482 12003 1529 12681 1476 curveto
23300 12706 1473 12735 1469 12758 1466 curveto
23301 stroke
23302 0.000 0.000 0.000 edgecolor
23303 newpath 12758.88 1469.39 moveto
23304 12768 1464 lineto
23305 12757.51 1462.53 lineto
23306 closepath fill
23307 1 setlinewidth
23308 solid
23309 0.000 0.000 0.000 edgecolor
23310 newpath 12758.88 1469.39 moveto
23311 12768 1464 lineto
23312 12757.51 1462.53 lineto
23313 closepath stroke
23314 grestore
23315 % mcmmi
23316 gsave
23317 1 setlinewidth
23318 0.000 0.000 0.000 nodecolor
23319 9127 1026 27.1 18 ellipse_path stroke
23320 0.000 0.000 0.000 nodecolor
23321 14 /Times-Roman set_font
23322 9115.5 1021.9 moveto 23 (-c--i) alignedtext
23323 grestore
23324 % mcmcm->mcmmi
23325 gsave
23326 1 setlinewidth
23327 0.000 0.000 0.000 edgecolor
23328 newpath 9355 1522 moveto
23329 9262 1495 8959 1407 8956 1404 curveto
23330 8851 1304 8836 1185 8935 1080 curveto
23331 8956 1057 9041 1039 9090 1032 curveto
23332 stroke
23333 0.000 0.000 0.000 edgecolor
23334 newpath 9090.88 1035.39 moveto
23335 9100 1030 lineto
23336 9089.51 1028.53 lineto
23337 closepath fill
23338 1 setlinewidth
23339 solid
23340 0.000 0.000 0.000 edgecolor
23341 newpath 9090.88 1035.39 moveto
23342 9100 1030 lineto
23343 9089.51 1028.53 lineto
23344 closepath stroke
23345 grestore
23346 % mmcm
23347 gsave
23348 1 setlinewidth
23349 0.000 0.000 0.000 nodecolor
23350 9033 1458 27 18 ellipse_path stroke
23351 0.000 0.000 0.000 nodecolor
23352 14 /Times-Roman set_font
23353 9023 1453.9 moveto 20 (--c-) alignedtext
23354 grestore
23355 % mcmcm->mmcm
23356 gsave
23357 1 setlinewidth
23358 0.000 0.000 0.000 edgecolor
23359 newpath 9353 1524 moveto
23360 9303 1515 9199 1494 9112 1476 curveto
23361 9098 1473 9082 1469 9069 1466 curveto
23362 stroke
23363 0.000 0.000 0.000 edgecolor
23364 newpath 9069.49 1462.53 moveto
23365 9059 1464 lineto
23366 9068.12 1469.39 lineto
23367 closepath fill
23368 1 setlinewidth
23369 solid
23370 0.000 0.000 0.000 edgecolor
23371 newpath 9069.49 1462.53 moveto
23372 9059 1464 lineto
23373 9068.12 1469.39 lineto
23374 closepath stroke
23375 grestore
23376 % immicim_iimmicim
23377 gsave
23378 1 setlinewidth
23379 0.000 0.000 0.000 nodecolor
23380 10382 2106 59.76 18 ellipse_path stroke
23381 0.000 0.000 0.000 nodecolor
23382 14 /Times-Roman set_font
23383 10347 2101.9 moveto 70 (i--ici-=ii--ici-) alignedtext
23384 grestore
23385 % immicim_iimmicim->icimmicim
23386 gsave
23387 1 setlinewidth
23388 0.000 0.000 0.000 edgecolor
23389 newpath 10420 2092 moveto
23390 10454 2079 10502 2062 10536 2049 curveto
23391 stroke
23392 0.000 0.000 0.000 edgecolor
23393 newpath 10538.02 2051.96 moveto
23394 10546 2045 lineto
23395 10535.42 2045.46 lineto
23396 closepath fill
23397 1 setlinewidth
23398 solid
23399 0.000 0.000 0.000 edgecolor
23400 newpath 10538.02 2051.96 moveto
23401 10546 2045 lineto
23402 10535.42 2045.46 lineto
23403 closepath stroke
23404 grestore
23405 % immicim_iimmicim->immicmc_iimmicmc
23406 gsave
23407 1 setlinewidth
23408 0.000 0.000 0.000 edgecolor
23409 newpath 10324 2102 moveto
23410 10233 2094 10052 2078 9901 2052 curveto
23411 9894 2051 9888 2049 9881 2048 curveto
23412 stroke
23413 0.000 0.000 0.000 edgecolor
23414 newpath 9881.49 2044.53 moveto
23415 9871 2046 lineto
23416 9880.12 2051.39 lineto
23417 closepath fill
23418 1 setlinewidth
23419 solid
23420 0.000 0.000 0.000 edgecolor
23421 newpath 9881.49 2044.53 moveto
23422 9871 2046 lineto
23423 9880.12 2051.39 lineto
23424 closepath stroke
23425 grestore
23426 % immicim_iimmicim->immcim_imcmcim_iimmcim
23427 gsave
23428 1 setlinewidth
23429 0.000 0.000 0.000 edgecolor
23430 newpath 10382 2088 moveto
23431 10382 2080 10382 2071 10382 2062 curveto
23432 stroke
23433 0.000 0.000 0.000 edgecolor
23434 newpath 10385.5 2062 moveto
23435 10382 2052 lineto
23436 10378.5 2062 lineto
23437 closepath fill
23438 1 setlinewidth
23439 solid
23440 0.000 0.000 0.000 edgecolor
23441 newpath 10385.5 2062 moveto
23442 10382 2052 lineto
23443 10378.5 2062 lineto
23444 closepath stroke
23445 grestore
23446 % mmicim
23447 gsave
23448 1 setlinewidth
23449 0.000 0.000 0.000 nodecolor
23450 9787 1818 29.19 18 ellipse_path stroke
23451 0.000 0.000 0.000 nodecolor
23452 14 /Times-Roman set_font
23453 9774 1813.9 moveto 26 (--ici-) alignedtext
23454 grestore
23455 % immicim_iimmicim->mmicim
23456 gsave
23457 1 setlinewidth
23458 0.000 0.000 0.000 edgecolor
23459 newpath 10323 2103 moveto
23460 10227 2095 10036 2069 9906 1980 curveto
23461 9855 1944 9818 1881 9799 1844 curveto
23462 stroke
23463 0.000 0.000 0.000 edgecolor
23464 newpath 9802.26 1842.72 moveto
23465 9795 1835 lineto
23466 9795.86 1845.56 lineto
23467 closepath fill
23468 1 setlinewidth
23469 solid
23470 0.000 0.000 0.000 edgecolor
23471 newpath 9802.26 1842.72 moveto
23472 9795 1835 lineto
23473 9795.86 1845.56 lineto
23474 closepath stroke
23475 grestore
23476 % mmicim->cmmicim_ccmmicim
23477 gsave
23478 1 setlinewidth
23479 0.000 0.000 0.000 edgecolor
23480 newpath 9807 1805 moveto
23481 9823 1795 9844 1781 9862 1769 curveto
23482 stroke
23483 0.000 0.000 0.000 edgecolor
23484 newpath 9864.62 1771.46 moveto
23485 9871 1763 lineto
23486 9860.74 1765.63 lineto
23487 closepath fill
23488 1 setlinewidth
23489 solid
23490 0.000 0.000 0.000 edgecolor
23491 newpath 9864.62 1771.46 moveto
23492 9871 1763 lineto
23493 9860.74 1765.63 lineto
23494 closepath stroke
23495 grestore
23496 % mmicim->mcmcim
23497 gsave
23498 1 setlinewidth
23499 0.000 0.000 0.000 edgecolor
23500 newpath 9785 1800 moveto
23501 9784 1792 9783 1783 9782 1774 curveto
23502 stroke
23503 0.000 0.000 0.000 edgecolor
23504 newpath 9785.48 1773.6 moveto
23505 9781 1764 lineto
23506 9778.51 1774.3 lineto
23507 closepath fill
23508 1 setlinewidth
23509 solid
23510 0.000 0.000 0.000 edgecolor
23511 newpath 9785.48 1773.6 moveto
23512 9781 1764 lineto
23513 9778.51 1774.3 lineto
23514 closepath stroke
23515 grestore
23516 % mmicim->mmicmc
23517 gsave
23518 1 setlinewidth
23519 0.000 0.000 0.000 edgecolor
23520 newpath 9763 1808 moveto
23521 9735 1795 9688 1775 9656 1761 curveto
23522 stroke
23523 0.000 0.000 0.000 edgecolor
23524 newpath 9656.58 1757.46 moveto
23525 9646 1757 lineto
23526 9653.98 1763.96 lineto
23527 closepath fill
23528 1 setlinewidth
23529 solid
23530 0.000 0.000 0.000 edgecolor
23531 newpath 9656.58 1757.46 moveto
23532 9646 1757 lineto
23533 9653.98 1763.96 lineto
23534 closepath stroke
23535 grestore
23536 % mmicmc->cmmicmc_ccmmicmc
23537 gsave
23538 1 setlinewidth
23539 0.000 0.000 0.000 edgecolor
23540 newpath 9645 1734 moveto
23541 9667 1723 9700 1708 9725 1695 curveto
23542 stroke
23543 0.000 0.000 0.000 edgecolor
23544 newpath 9726.96 1697.92 moveto
23545 9734 1690 lineto
23546 9723.56 1691.8 lineto
23547 closepath fill
23548 1 setlinewidth
23549 solid
23550 0.000 0.000 0.000 edgecolor
23551 newpath 9726.96 1697.92 moveto
23552 9734 1690 lineto
23553 9723.56 1691.8 lineto
23554 closepath stroke
23555 grestore
23556 % mmicmc->mmimic
23557 gsave
23558 1 setlinewidth
23559 0.000 0.000 0.000 edgecolor
23560 newpath 9600 1732 moveto
23561 9585 1721 9564 1706 9547 1692 curveto
23562 9529 1677 9529 1666 9509 1656 curveto
23563 9442 1620 9390 1678 9343 1620 curveto
23564 9312 1582 9320 1554 9343 1512 curveto
23565 9369 1461 9396 1463 9449 1440 curveto
23566 9453 1438 9571 1409 9633 1394 curveto
23567 stroke
23568 0.000 0.000 0.000 edgecolor
23569 newpath 9633.88 1397.39 moveto
23570 9643 1392 lineto
23571 9632.51 1390.53 lineto
23572 closepath fill
23573 1 setlinewidth
23574 solid
23575 0.000 0.000 0.000 edgecolor
23576 newpath 9633.88 1397.39 moveto
23577 9643 1392 lineto
23578 9632.51 1390.53 lineto
23579 closepath stroke
23580 grestore
23581 % mmicmc->mcmcicmc
23582 gsave
23583 1 setlinewidth
23584 0.000 0.000 0.000 edgecolor
23585 newpath 9615 1728 moveto
23586 9612 1720 9609 1710 9606 1702 curveto
23587 stroke
23588 0.000 0.000 0.000 edgecolor
23589 newpath 9609.23 1700.57 moveto
23590 9603 1692 lineto
23591 9602.52 1702.58 lineto
23592 closepath fill
23593 1 setlinewidth
23594 solid
23595 0.000 0.000 0.000 edgecolor
23596 newpath 9609.23 1700.57 moveto
23597 9603 1692 lineto
23598 9602.52 1702.58 lineto
23599 closepath stroke
23600 grestore
23601 % mmicmc->mmicm
23602 gsave
23603 1 setlinewidth
23604 0.000 0.000 0.000 edgecolor
23605 newpath 9597 1734 moveto
23606 9572 1722 9533 1703 9504 1689 curveto
23607 stroke
23608 0.000 0.000 0.000 edgecolor
23609 newpath 9505.56 1685.86 moveto
23610 9495 1685 lineto
23611 9502.72 1692.26 lineto
23612 closepath fill
23613 1 setlinewidth
23614 solid
23615 0.000 0.000 0.000 edgecolor
23616 newpath 9505.56 1685.86 moveto
23617 9495 1685 lineto
23618 9502.72 1692.26 lineto
23619 closepath stroke
23620 grestore
23621 % mmicm->cmmicm_ccmmicm
23622 gsave
23623 1 setlinewidth
23624 0.000 0.000 0.000 edgecolor
23625 newpath 9498 1667 moveto
23626 9513 1664 9531 1659 9547 1656 curveto
23627 9607 1642 9675 1626 9723 1615 curveto
23628 stroke
23629 0.000 0.000 0.000 edgecolor
23630 newpath 9723.88 1618.39 moveto
23631 9733 1613 lineto
23632 9722.51 1611.53 lineto
23633 closepath fill
23634 1 setlinewidth
23635 solid
23636 0.000 0.000 0.000 edgecolor
23637 newpath 9723.88 1618.39 moveto
23638 9733 1613 lineto
23639 9722.51 1611.53 lineto
23640 closepath stroke
23641 grestore
23642 % mmicm->mmimi
23643 gsave
23644 1 setlinewidth
23645 0.000 0.000 0.000 edgecolor
23646 newpath 9452 1662 moveto
23647 9447 1660 9442 1658 9437 1656 curveto
23648 9386 1635 9351 1664 9319 1620 curveto
23649 9311 1610 9310 1541 9321 1512 curveto
23650 9350 1434 9368 1410 9440 1368 curveto
23651 9508 1326 9541 1358 9617 1332 curveto
23652 9619 1331 9621 1331 9623 1330 curveto
23653 stroke
23654 0.000 0.000 0.000 edgecolor
23655 newpath 9624.28 1333.26 moveto
23656 9632 1326 lineto
23657 9621.44 1326.86 lineto
23658 closepath fill
23659 1 setlinewidth
23660 solid
23661 0.000 0.000 0.000 edgecolor
23662 newpath 9624.28 1333.26 moveto
23663 9632 1326 lineto
23664 9621.44 1326.86 lineto
23665 closepath stroke
23666 grestore
23667 % mmicm->mcmcicm
23668 gsave
23669 1 setlinewidth
23670 0.000 0.000 0.000 edgecolor
23671 newpath 9456 1660 moveto
23672 9444 1650 9428 1636 9415 1624 curveto
23673 stroke
23674 0.000 0.000 0.000 edgecolor
23675 newpath 9417.1 1621.2 moveto
23676 9407 1618 lineto
23677 9412.9 1626.8 lineto
23678 closepath fill
23679 1 setlinewidth
23680 solid
23681 0.000 0.000 0.000 edgecolor
23682 newpath 9417.1 1621.2 moveto
23683 9407 1618 lineto
23684 9412.9 1626.8 lineto
23685 closepath stroke
23686 grestore
23687 % im_imc_iim_immim_imcmm_imcmmc
23688 gsave
23689 1 setlinewidth
23690 0.000 0.000 0.000 nodecolor
23691 9264 2466 112.07 18 ellipse_path stroke
23692 0.000 0.000 0.000 nodecolor
23693 14 /Times-Roman set_font
23694 9191 2461.9 moveto 146 (i-=i-c=ii-=i--i-=i-c--=i-c--c) alignedtext
23695 grestore
23696 % icim_iicim
23697 gsave
23698 1 setlinewidth
23699 0.000 0.000 0.000 nodecolor
23700 9427 2394 43.08 18 ellipse_path stroke
23701 0.000 0.000 0.000 nodecolor
23702 14 /Times-Roman set_font
23703 9404 2389.9 moveto 46 (ici-=iici-) alignedtext
23704 grestore
23705 % im_imc_iim_immim_imcmm_imcmmc->icim_iicim
23706 gsave
23707 1 setlinewidth
23708 0.000 0.000 0.000 edgecolor
23709 newpath 9303 2449 moveto
23710 9329 2437 9362 2423 9388 2411 curveto
23711 stroke
23712 0.000 0.000 0.000 edgecolor
23713 newpath 9389.28 2414.26 moveto
23714 9397 2407 lineto
23715 9386.44 2407.86 lineto
23716 closepath fill
23717 1 setlinewidth
23718 solid
23719 0.000 0.000 0.000 edgecolor
23720 newpath 9389.28 2414.26 moveto
23721 9397 2407 lineto
23722 9386.44 2407.86 lineto
23723 closepath stroke
23724 grestore
23725 % mmim
23726 gsave
23727 1 setlinewidth
23728 0.000 0.000 0.000 nodecolor
23729 9101 1890 27 18 ellipse_path stroke
23730 0.000 0.000 0.000 nodecolor
23731 14 /Times-Roman set_font
23732 9092.5 1885.9 moveto 17 (--i-) alignedtext
23733 grestore
23734 % im_imc_iim_immim_imcmm_imcmmc->mmim
23735 gsave
23736 1 setlinewidth
23737 0.000 0.000 0.000 edgecolor
23738 newpath 9220 2449 moveto
23739 9172 2428 9101 2385 9101 2322 curveto
23740 9101 2322 9101 2322 9101 2034 curveto
23741 9101 1994 9101 1947 9101 1918 curveto
23742 stroke
23743 0.000 0.000 0.000 edgecolor
23744 newpath 9104.5 1918 moveto
23745 9101 1908 lineto
23746 9097.5 1918 lineto
23747 closepath fill
23748 1 setlinewidth
23749 solid
23750 0.000 0.000 0.000 edgecolor
23751 newpath 9104.5 1918 moveto
23752 9101 1908 lineto
23753 9097.5 1918 lineto
23754 closepath stroke
23755 grestore
23756 % icim_iicim->cim_ccim_cicim
23757 gsave
23758 1 setlinewidth
23759 0.000 0.000 0.000 edgecolor
23760 newpath 9418 2376 moveto
23761 9399 2339 9354 2250 9331 2205 curveto
23762 stroke
23763 0.000 0.000 0.000 edgecolor
23764 newpath 9333.92 2203.04 moveto
23765 9326 2196 lineto
23766 9327.8 2206.44 lineto
23767 closepath fill
23768 1 setlinewidth
23769 solid
23770 0.000 0.000 0.000 edgecolor
23771 newpath 9333.92 2203.04 moveto
23772 9326 2196 lineto
23773 9327.8 2206.44 lineto
23774 closepath stroke
23775 grestore
23776 % icim_iicim->icmmim_iicmmim_icicmmim
23777 gsave
23778 1 setlinewidth
23779 0.000 0.000 0.000 edgecolor
23780 newpath 9446 2378 moveto
23781 9457 2368 9470 2357 9482 2347 curveto
23782 stroke
23783 0.000 0.000 0.000 edgecolor
23784 newpath 9484.78 2349.22 moveto
23785 9490 2340 lineto
23786 9480.17 2343.95 lineto
23787 closepath fill
23788 1 setlinewidth
23789 solid
23790 0.000 0.000 0.000 edgecolor
23791 newpath 9484.78 2349.22 moveto
23792 9490 2340 lineto
23793 9480.17 2343.95 lineto
23794 closepath stroke
23795 grestore
23796 % icim_iicim->immicim_iimmicim
23797 gsave
23798 1 setlinewidth
23799 0.000 0.000 0.000 edgecolor
23800 newpath 9462 2383 moveto
23801 9606 2339 10156 2173 10329 2122 curveto
23802 stroke
23803 0.000 0.000 0.000 edgecolor
23804 newpath 10330.43 2125.23 moveto
23805 10339 2119 lineto
23806 10328.42 2118.52 lineto
23807 closepath fill
23808 1 setlinewidth
23809 solid
23810 0.000 0.000 0.000 edgecolor
23811 newpath 10330.43 2125.23 moveto
23812 10339 2119 lineto
23813 10328.42 2118.52 lineto
23814 closepath stroke
23815 grestore
23816 % mmim->cmmim_ccmmim
23817 gsave
23818 1 setlinewidth
23819 0.000 0.000 0.000 edgecolor
23820 newpath 9104 1872 moveto
23821 9105 1864 9107 1855 9108 1846 curveto
23822 stroke
23823 0.000 0.000 0.000 edgecolor
23824 newpath 9111.49 1846.3 moveto
23825 9109 1836 lineto
23826 9104.52 1845.6 lineto
23827 closepath fill
23828 1 setlinewidth
23829 solid
23830 0.000 0.000 0.000 edgecolor
23831 newpath 9111.49 1846.3 moveto
23832 9109 1836 lineto
23833 9104.52 1845.6 lineto
23834 closepath stroke
23835 grestore
23836 % mmim->mmicim
23837 gsave
23838 1 setlinewidth
23839 0.000 0.000 0.000 edgecolor
23840 newpath 9128 1887 moveto
23841 9234 1876 9622 1835 9748 1822 curveto
23842 stroke
23843 0.000 0.000 0.000 edgecolor
23844 newpath 9748.4 1825.48 moveto
23845 9758 1821 lineto
23846 9747.7 1818.51 lineto
23847 closepath fill
23848 1 setlinewidth
23849 solid
23850 0.000 0.000 0.000 edgecolor
23851 newpath 9748.4 1825.48 moveto
23852 9758 1821 lineto
23853 9747.7 1818.51 lineto
23854 closepath stroke
23855 grestore
23856 % mcmmc
23857 gsave
23858 1 setlinewidth
23859 0.000 0.000 0.000 nodecolor
23860 9010 1818 29.88 18 ellipse_path stroke
23861 0.000 0.000 0.000 nodecolor
23862 14 /Times-Roman set_font
23863 8996.5 1813.9 moveto 27 (-c--c) alignedtext
23864 grestore
23865 % mmim->mcmmc
23866 gsave
23867 1 setlinewidth
23868 0.000 0.000 0.000 edgecolor
23869 newpath 9083 1876 moveto
23870 9070 1865 9051 1851 9036 1839 curveto
23871 stroke
23872 0.000 0.000 0.000 edgecolor
23873 newpath 9038.1 1836.2 moveto
23874 9028 1833 lineto
23875 9033.9 1841.8 lineto
23876 closepath fill
23877 1 setlinewidth
23878 solid
23879 0.000 0.000 0.000 edgecolor
23880 newpath 9038.1 1836.2 moveto
23881 9028 1833 lineto
23882 9033.9 1841.8 lineto
23883 closepath stroke
23884 grestore
23885 % cmmcic_ccmmcic->cmmc_ccmmc
23886 gsave
23887 1 setlinewidth
23888 0.000 0.000 0.000 edgecolor
23889 newpath 4226 1512 moveto
23890 4220 1493 4215 1461 4229 1440 curveto
23891 4254 1404 4281 1422 4319 1404 curveto
23892 4363 1383 4409 1355 4439 1335 curveto
23893 stroke
23894 0.000 0.000 0.000 edgecolor
23895 newpath 4440.96 1337.92 moveto
23896 4448 1330 lineto
23897 4437.56 1331.8 lineto
23898 closepath fill
23899 1 setlinewidth
23900 solid
23901 0.000 0.000 0.000 edgecolor
23902 newpath 4440.96 1337.92 moveto
23903 4448 1330 lineto
23904 4437.56 1331.8 lineto
23905 closepath stroke
23906 grestore
23907 % cmmcicmm_ccmmcicmm
23908 gsave
23909 1 setlinewidth
23910 0.000 0.000 0.000 nodecolor
23911 3849 1314 79.22 18 ellipse_path stroke
23912 0.000 0.000 0.000 nodecolor
23913 14 /Times-Roman set_font
23914 3800 1309.9 moveto 98 (c--cic--=cc--cic--) alignedtext
23915 grestore
23916 % cmmcic_ccmmcic->cmmcicmm_ccmmcicmm
23917 gsave
23918 1 setlinewidth
23919 0.000 0.000 0.000 edgecolor
23920 newpath 4175 1521 moveto
23921 4088 1506 3931 1480 3919 1476 curveto
23922 3871 1454 3847 1451 3823 1404 curveto
23923 3814 1383 3822 1359 3831 1341 curveto
23924 stroke
23925 0.000 0.000 0.000 edgecolor
23926 newpath 3834.2 1342.44 moveto
23927 3836 1332 lineto
23928 3828.08 1339.04 lineto
23929 closepath fill
23930 1 setlinewidth
23931 solid
23932 0.000 0.000 0.000 edgecolor
23933 newpath 3834.2 1342.44 moveto
23934 3836 1332 lineto
23935 3828.08 1339.04 lineto
23936 closepath stroke
23937 grestore
23938 % cmmcimmic
23939 gsave
23940 1 setlinewidth
23941 0.000 0.000 0.000 nodecolor
23942 3969 1458 41.19 18 ellipse_path stroke
23943 0.000 0.000 0.000 nodecolor
23944 14 /Times-Roman set_font
23945 3947 1453.9 moveto 44 (c--ci--ic) alignedtext
23946 grestore
23947 % cmmcic_ccmmcic->cmmcimmic
23948 gsave
23949 1 setlinewidth
23950 0.000 0.000 0.000 edgecolor
23951 newpath 4183 1518 moveto
23952 4140 1507 4078 1491 4024 1476 curveto
23953 4020 1475 4016 1473 4012 1472 curveto
23954 stroke
23955 0.000 0.000 0.000 edgecolor
23956 newpath 4012.58 1468.52 moveto
23957 4002 1469 lineto
23958 4010.57 1475.23 lineto
23959 closepath fill
23960 1 setlinewidth
23961 solid
23962 0.000 0.000 0.000 edgecolor
23963 newpath 4012.58 1468.52 moveto
23964 4002 1469 lineto
23965 4010.57 1475.23 lineto
23966 closepath stroke
23967 grestore
23968 % mmcmmcic
23969 gsave
23970 1 setlinewidth
23971 0.000 0.000 0.000 nodecolor
23972 4059 1314 39.11 18 ellipse_path stroke
23973 0.000 0.000 0.000 nodecolor
23974 14 /Times-Roman set_font
23975 4038.5 1309.9 moveto 41 (--c--cic) alignedtext
23976 grestore
23977 % cmmcic_ccmmcic->mmcmmcic
23978 gsave
23979 1 setlinewidth
23980 0.000 0.000 0.000 edgecolor
23981 newpath 4180 1519 moveto
23982 4145 1510 4099 1496 4062 1476 curveto
23983 4041 1464 4040 1453 4019 1440 curveto
23984 3990 1420 3968 1433 3949 1404 curveto
23985 3941 1390 3941 1381 3949 1368 curveto
23986 3954 1361 3991 1344 4021 1330 curveto
23987 stroke
23988 0.000 0.000 0.000 edgecolor
23989 newpath 4022.28 1333.26 moveto
23990 4030 1326 lineto
23991 4019.44 1326.86 lineto
23992 closepath fill
23993 1 setlinewidth
23994 solid
23995 0.000 0.000 0.000 edgecolor
23996 newpath 4022.28 1333.26 moveto
23997 4030 1326 lineto
23998 4019.44 1326.86 lineto
23999 closepath stroke
24000 grestore
24001 % cicmmcimm->cimimimm_ccimimimm
24002 gsave
24003 1 setlinewidth
24004 0.000 0.000 0.000 edgecolor
24005 newpath 6692 1514 moveto
24006 6705 1505 6721 1492 6736 1481 curveto
24007 stroke
24008 0.000 0.000 0.000 edgecolor
24009 newpath 6738.1 1483.8 moveto
24010 6744 1475 lineto
24011 6733.9 1478.2 lineto
24012 closepath fill
24013 1 setlinewidth
24014 solid
24015 0.000 0.000 0.000 edgecolor
24016 newpath 6738.1 1483.8 moveto
24017 6744 1475 lineto
24018 6733.9 1478.2 lineto
24019 closepath stroke
24020 grestore
24021 % cicmmcimm->cicmmcmcm
24022 gsave
24023 1 setlinewidth
24024 0.000 0.000 0.000 edgecolor
24025 newpath 6708 1522 moveto
24026 6771 1509 6896 1482 6916 1476 curveto
24027 6972 1457 7034 1425 7073 1405 curveto
24028 stroke
24029 0.000 0.000 0.000 edgecolor
24030 newpath 7074.96 1407.92 moveto
24031 7082 1400 lineto
24032 7071.56 1401.8 lineto
24033 closepath fill
24034 1 setlinewidth
24035 solid
24036 0.000 0.000 0.000 edgecolor
24037 newpath 7074.96 1407.92 moveto
24038 7082 1400 lineto
24039 7071.56 1401.8 lineto
24040 closepath stroke
24041 grestore
24042 % cicmmcimm->cmmcimm_ccmmcimm
24043 gsave
24044 1 setlinewidth
24045 0.000 0.000 0.000 edgecolor
24046 newpath 6633 1523 moveto
24047 6608 1519 6575 1514 6545 1512 curveto
24048 5890 1461 4243 1554 3591 1476 curveto
24049 3585 1475 3579 1474 3572 1473 curveto
24050 stroke
24051 0.000 0.000 0.000 edgecolor
24052 newpath 3572.49 1469.53 moveto
24053 3562 1471 lineto
24054 3571.12 1476.39 lineto
24055 closepath fill
24056 1 setlinewidth
24057 solid
24058 0.000 0.000 0.000 edgecolor
24059 newpath 3572.49 1469.53 moveto
24060 3562 1471 lineto
24061 3571.12 1476.39 lineto
24062 closepath stroke
24063 grestore
24064 % cmmcimmc_ccmmcimmc
24065 gsave
24066 1 setlinewidth
24067 0.000 0.000 0.000 nodecolor
24068 4231 1386 79.22 18 ellipse_path stroke
24069 0.000 0.000 0.000 nodecolor
24070 14 /Times-Roman set_font
24071 4182 1381.9 moveto 98 (c--ci--c=cc--ci--c) alignedtext
24072 grestore
24073 % cmmcimm_ccmmcimm->cmmcimmc_ccmmcimmc
24074 gsave
24075 1 setlinewidth
24076 0.000 0.000 0.000 edgecolor
24077 newpath 3562 1445 moveto
24078 3572 1443 3582 1441 3591 1440 curveto
24079 3835 1404 3900 1436 4143 1404 curveto
24080 4150 1403 4157 1402 4164 1401 curveto
24081 stroke
24082 0.000 0.000 0.000 edgecolor
24083 newpath 4164.88 1404.39 moveto
24084 4174 1399 lineto
24085 4163.51 1397.53 lineto
24086 closepath fill
24087 1 setlinewidth
24088 solid
24089 0.000 0.000 0.000 edgecolor
24090 newpath 4164.88 1404.39 moveto
24091 4174 1399 lineto
24092 4163.51 1397.53 lineto
24093 closepath stroke
24094 grestore
24095 % cmmcimm_ccmmcimm->mimimm_cmimimm
24096 gsave
24097 1 setlinewidth
24098 0.000 0.000 0.000 edgecolor
24099 newpath 3531 1441 moveto
24100 3571 1401 3673 1302 3761 1224 curveto
24101 3780 1207 3790 1207 3805 1188 curveto
24102 3828 1159 3835 1151 3843 1116 curveto
24103 3855 1069 3841 1014 3830 982 curveto
24104 stroke
24105 0.000 0.000 0.000 edgecolor
24106 newpath 3833.23 980.57 moveto
24107 3827 972 lineto
24108 3826.52 982.58 lineto
24109 closepath fill
24110 1 setlinewidth
24111 solid
24112 0.000 0.000 0.000 edgecolor
24113 newpath 3833.23 980.57 moveto
24114 3827 972 lineto
24115 3826.52 982.58 lineto
24116 closepath stroke
24117 grestore
24118 % cmmcimm_ccmmcimm->cmmcicmcm
24119 gsave
24120 1 setlinewidth
24121 0.000 0.000 0.000 edgecolor
24122 newpath 3554 1443 moveto
24123 3589 1431 3639 1413 3675 1401 curveto
24124 stroke
24125 0.000 0.000 0.000 edgecolor
24126 newpath 3675.62 1404.48 moveto
24127 3684 1398 lineto
24128 3673.41 1397.84 lineto
24129 closepath fill
24130 1 setlinewidth
24131 solid
24132 0.000 0.000 0.000 edgecolor
24133 newpath 3675.62 1404.48 moveto
24134 3684 1398 lineto
24135 3673.41 1397.84 lineto
24136 closepath stroke
24137 grestore
24138 % cicmmcmmi->cimimi_ccimimi
24139 gsave
24140 1 setlinewidth
24141 0.000 0.000 0.000 edgecolor
24142 newpath 6857 1595 moveto
24143 6784 1582 6626 1555 6539 1541 curveto
24144 stroke
24145 0.000 0.000 0.000 edgecolor
24146 newpath 6539.49 1537.53 moveto
24147 6529 1539 lineto
24148 6538.12 1544.39 lineto
24149 closepath fill
24150 1 setlinewidth
24151 solid
24152 0.000 0.000 0.000 edgecolor
24153 newpath 6539.49 1537.53 moveto
24154 6529 1539 lineto
24155 6538.12 1544.39 lineto
24156 closepath stroke
24157 grestore
24158 % cicmmcmmi->cicmmcmcm
24159 gsave
24160 1 setlinewidth
24161 0.000 0.000 0.000 edgecolor
24162 newpath 6926 1590 moveto
24163 6933 1587 6942 1585 6950 1584 curveto
24164 7165 1541 7237 1625 7444 1548 curveto
24165 7468 1538 7467 1521 7492 1512 curveto
24166 7562 1484 7782 1532 7833 1476 curveto
24167 7933 1364 7308 1432 7161 1404 curveto
24168 7157 1403 7153 1403 7150 1401 curveto
24169 stroke
24170 0.000 0.000 0.000 edgecolor
24171 newpath 7150.58 1397.52 moveto
24172 7140 1398 lineto
24173 7148.57 1404.23 lineto
24174 closepath fill
24175 1 setlinewidth
24176 solid
24177 0.000 0.000 0.000 edgecolor
24178 newpath 7150.58 1397.52 moveto
24179 7140 1398 lineto
24180 7148.57 1404.23 lineto
24181 closepath stroke
24182 grestore
24183 % cicmmcmmi->cmmcmmi_ccmmcmmi
24184 gsave
24185 1 setlinewidth
24186 0.000 0.000 0.000 edgecolor
24187 newpath 6923 1589 moveto
24188 6929 1587 6934 1585 6940 1584 curveto
24189 6991 1572 7375 1586 7411 1548 curveto
24190 7421 1536 7420 1524 7411 1512 curveto
24191 7375 1464 7332 1507 7282 1476 curveto
24192 7263 1464 7268 1448 7249 1440 curveto
24193 7139 1391 3053 1410 2933 1404 curveto
24194 2894 1401 2851 1398 2815 1394 curveto
24195 stroke
24196 0.000 0.000 0.000 edgecolor
24197 newpath 2815.3 1390.51 moveto
24198 2805 1393 lineto
24199 2814.6 1397.48 lineto
24200 closepath fill
24201 1 setlinewidth
24202 solid
24203 0.000 0.000 0.000 edgecolor
24204 newpath 2815.3 1390.51 moveto
24205 2805 1393 lineto
24206 2814.6 1397.48 lineto
24207 closepath stroke
24208 grestore
24209 % cimmcmmci->cimimi_ccimimi
24210 gsave
24211 1 setlinewidth
24212 0.000 0.000 0.000 edgecolor
24213 newpath 5269 1593 moveto
24214 5285 1589 5304 1586 5321 1584 curveto
24215 5787 1528 5909 1596 6377 1548 curveto
24216 6391 1546 6407 1544 6422 1542 curveto
24217 stroke
24218 0.000 0.000 0.000 edgecolor
24219 newpath 6422.88 1545.39 moveto
24220 6432 1540 lineto
24221 6421.51 1538.53 lineto
24222 closepath fill
24223 1 setlinewidth
24224 solid
24225 0.000 0.000 0.000 edgecolor
24226 newpath 6422.88 1545.39 moveto
24227 6432 1540 lineto
24228 6421.51 1538.53 lineto
24229 closepath stroke
24230 grestore
24231 % cimmcmmci->cimmcmmc_ccimmcmmc
24232 gsave
24233 1 setlinewidth
24234 0.000 0.000 0.000 edgecolor
24235 newpath 5204 1589 moveto
24236 5181 1579 5148 1563 5121 1548 curveto
24237 5084 1526 5000 1460 4962 1440 curveto
24238 4926 1420 4913 1425 4877 1404 curveto
24239 4813 1364 4814 1327 4745 1296 curveto
24240 4665 1258 4636 1276 4548 1260 curveto
24241 4541 1259 4533 1257 4526 1256 curveto
24242 stroke
24243 0.000 0.000 0.000 edgecolor
24244 newpath 4526.49 1252.53 moveto
24245 4516 1254 lineto
24246 4525.12 1259.39 lineto
24247 closepath fill
24248 1 setlinewidth
24249 solid
24250 0.000 0.000 0.000 edgecolor
24251 newpath 4526.49 1252.53 moveto
24252 4516 1254 lineto
24253 4525.12 1259.39 lineto
24254 closepath stroke
24255 grestore
24256 % cimmcmmci->cmcmcmmci
24257 gsave
24258 1 setlinewidth
24259 0.000 0.000 0.000 edgecolor
24260 newpath 5201 1590 moveto
24261 5172 1580 5127 1563 5088 1548 curveto
24262 5050 1532 5043 1522 5002 1512 curveto
24263 4871 1477 4830 1513 4699 1476 curveto
24264 4664 1465 4658 1453 4623 1440 curveto
24265 4573 1420 4558 1420 4506 1404 curveto
24266 4502 1403 4497 1401 4493 1400 curveto
24267 stroke
24268 0.000 0.000 0.000 edgecolor
24269 newpath 4493.58 1396.52 moveto
24270 4483 1397 lineto
24271 4491.57 1403.23 lineto
24272 closepath fill
24273 1 setlinewidth
24274 solid
24275 0.000 0.000 0.000 edgecolor
24276 newpath 4493.58 1396.52 moveto
24277 4483 1397 lineto
24278 4491.57 1403.23 lineto
24279 closepath stroke
24280 grestore
24281 % cmmicmmci->cmmimimi_ccmmimimi
24282 gsave
24283 1 setlinewidth
24284 0.000 0.000 0.000 edgecolor
24285 newpath 6778 1518 moveto
24286 6770 1516 6762 1513 6754 1512 curveto
24287 6384 1444 6282 1523 5910 1476 curveto
24288 5902 1475 5895 1474 5887 1472 curveto
24289 stroke
24290 0.000 0.000 0.000 edgecolor
24291 newpath 5887.49 1468.53 moveto
24292 5877 1470 lineto
24293 5886.12 1475.39 lineto
24294 closepath fill
24295 1 setlinewidth
24296 solid
24297 0.000 0.000 0.000 edgecolor
24298 newpath 5887.49 1468.53 moveto
24299 5877 1470 lineto
24300 5886.12 1475.39 lineto
24301 closepath stroke
24302 grestore
24303 % cmmicmmci->cmcmcmmci
24304 gsave
24305 1 setlinewidth
24306 0.000 0.000 0.000 edgecolor
24307 newpath 6778 1518 moveto
24308 6770 1516 6762 1513 6754 1512 curveto
24309 6533 1472 5966 1528 5749 1476 curveto
24310 5713 1467 5710 1448 5673 1440 curveto
24311 5428 1380 4790 1432 4539 1404 curveto
24312 4525 1402 4511 1400 4497 1397 curveto
24313 stroke
24314 0.000 0.000 0.000 edgecolor
24315 newpath 4497.49 1393.53 moveto
24316 4487 1395 lineto
24317 4496.12 1400.39 lineto
24318 closepath fill
24319 1 setlinewidth
24320 solid
24321 0.000 0.000 0.000 edgecolor
24322 newpath 4497.49 1393.53 moveto
24323 4487 1395 lineto
24324 4496.12 1400.39 lineto
24325 closepath stroke
24326 grestore
24327 % cmmicmmci->cmmicmmc_ccmmicmmc
24328 gsave
24329 1 setlinewidth
24330 0.000 0.000 0.000 edgecolor
24331 newpath 6778 1518 moveto
24332 6770 1516 6762 1514 6754 1512 curveto
24333 6623 1483 6576 1532 6455 1476 curveto
24334 6433 1466 6438 1449 6417 1440 curveto
24335 6335 1405 5709 1409 5620 1404 curveto
24336 5569 1400 5511 1397 5465 1393 curveto
24337 stroke
24338 0.000 0.000 0.000 edgecolor
24339 newpath 5465.3 1389.51 moveto
24340 5455 1392 lineto
24341 5464.6 1396.48 lineto
24342 closepath fill
24343 1 setlinewidth
24344 solid
24345 0.000 0.000 0.000 edgecolor
24346 newpath 5465.3 1389.51 moveto
24347 5455 1392 lineto
24348 5464.6 1396.48 lineto
24349 closepath stroke
24350 grestore
24351 % mmcicmmci->mmcimimi
24352 gsave
24353 1 setlinewidth
24354 0.000 0.000 0.000 edgecolor
24355 newpath 6879 1518 moveto
24356 6872 1516 6866 1513 6859 1512 curveto
24357 6720 1479 6678 1511 6541 1476 curveto
24358 6538 1475 6536 1474 6533 1473 curveto
24359 stroke
24360 0.000 0.000 0.000 edgecolor
24361 newpath 6534.59 1469.84 moveto
24362 6524 1470 lineto
24363 6532.38 1476.48 lineto
24364 closepath fill
24365 1 setlinewidth
24366 solid
24367 0.000 0.000 0.000 edgecolor
24368 newpath 6534.59 1469.84 moveto
24369 6524 1470 lineto
24370 6532.38 1476.48 lineto
24371 closepath stroke
24372 grestore
24373 % mmcicmmci->mmcicmmc
24374 gsave
24375 1 setlinewidth
24376 0.000 0.000 0.000 edgecolor
24377 newpath 6902 1512 moveto
24378 6892 1490 6873 1455 6845 1440 curveto
24379 6741 1381 6425 1432 6310 1404 curveto
24380 6271 1394 6267 1376 6229 1368 curveto
24381 6082 1333 4992 1317 4746 1314 curveto
24382 stroke
24383 0.000 0.000 0.000 edgecolor
24384 newpath 4746 1310.5 moveto
24385 4736 1314 lineto
24386 4746 1317.5 lineto
24387 closepath fill
24388 1 setlinewidth
24389 solid
24390 0.000 0.000 0.000 edgecolor
24391 newpath 4746 1310.5 moveto
24392 4736 1314 lineto
24393 4746 1317.5 lineto
24394 closepath stroke
24395 grestore
24396 % mmcmmci
24397 gsave
24398 1 setlinewidth
24399 0.000 0.000 0.000 nodecolor
24400 4099 1386 34.94 18 ellipse_path stroke
24401 0.000 0.000 0.000 nodecolor
24402 14 /Times-Roman set_font
24403 4081.5 1381.9 moveto 35 (--c--ci) alignedtext
24404 grestore
24405 % mmcicmmci->mmcmmci
24406 gsave
24407 1 setlinewidth
24408 0.000 0.000 0.000 edgecolor
24409 newpath 6879 1517 moveto
24410 6873 1515 6866 1513 6859 1512 curveto
24411 6659 1473 6130 1555 5943 1476 curveto
24412 5921 1466 5926 1448 5905 1440 curveto
24413 5724 1365 4335 1443 4143 1404 curveto
24414 4140 1404 4137 1403 4135 1402 curveto
24415 stroke
24416 0.000 0.000 0.000 edgecolor
24417 newpath 4135.58 1398.46 moveto
24418 4125 1398 lineto
24419 4132.98 1404.96 lineto
24420 closepath fill
24421 1 setlinewidth
24422 solid
24423 0.000 0.000 0.000 edgecolor
24424 newpath 4135.58 1398.46 moveto
24425 4125 1398 lineto
24426 4132.98 1404.96 lineto
24427 closepath stroke
24428 grestore
24429 % cmmci_ccmmci->cmmcic_ccmmcic
24430 gsave
24431 1 setlinewidth
24432 0.000 0.000 0.000 edgecolor
24433 newpath 3866 1590 moveto
24434 3876 1588 3885 1586 3894 1584 curveto
24435 3986 1565 4094 1549 4162 1539 curveto
24436 stroke
24437 0.000 0.000 0.000 edgecolor
24438 newpath 4162.4 1542.48 moveto
24439 4172 1538 lineto
24440 4161.7 1535.51 lineto
24441 closepath fill
24442 1 setlinewidth
24443 solid
24444 0.000 0.000 0.000 edgecolor
24445 newpath 4162.4 1542.48 moveto
24446 4172 1538 lineto
24447 4161.7 1535.51 lineto
24448 closepath stroke
24449 grestore
24450 % cmmcimmi_ccmmcimmi
24451 gsave
24452 1 setlinewidth
24453 0.000 0.000 0.000 nodecolor
24454 3747 1530 73.16 18 ellipse_path stroke
24455 0.000 0.000 0.000 nodecolor
24456 14 /Times-Roman set_font
24457 3702 1525.9 moveto 90 (c--ci--i=cc--ci--i) alignedtext
24458 grestore
24459 % cmmci_ccmmci->cmmcimmi_ccmmcimmi
24460 gsave
24461 1 setlinewidth
24462 0.000 0.000 0.000 edgecolor
24463 newpath 3805 1585 moveto
24464 3795 1575 3783 1564 3772 1554 curveto
24465 stroke
24466 0.000 0.000 0.000 edgecolor
24467 newpath 3774.55 1551.6 moveto
24468 3765 1547 lineto
24469 3769.6 1556.55 lineto
24470 closepath fill
24471 1 setlinewidth
24472 solid
24473 0.000 0.000 0.000 edgecolor
24474 newpath 3774.55 1551.6 moveto
24475 3765 1547 lineto
24476 3769.6 1556.55 lineto
24477 closepath stroke
24478 grestore
24479 % cmmci_ccmmci->mmcmmci
24480 gsave
24481 1 setlinewidth
24482 0.000 0.000 0.000 edgecolor
24483 newpath 3865 1590 moveto
24484 3871 1588 3878 1586 3885 1584 curveto
24485 3955 1565 3999 1604 4043 1548 curveto
24486 4053 1535 4053 1524 4043 1512 curveto
24487 4009 1466 3954 1521 3919 1476 curveto
24488 3910 1463 3910 1452 3919 1440 curveto
24489 3958 1390 3996 1423 4055 1404 curveto
24490 4058 1403 4060 1402 4063 1401 curveto
24491 stroke
24492 0.000 0.000 0.000 edgecolor
24493 newpath 4063.62 1404.48 moveto
24494 4072 1398 lineto
24495 4061.41 1397.84 lineto
24496 closepath fill
24497 1 setlinewidth
24498 solid
24499 0.000 0.000 0.000 edgecolor
24500 newpath 4063.62 1404.48 moveto
24501 4072 1398 lineto
24502 4061.41 1397.84 lineto
24503 closepath stroke
24504 grestore
24505 % cicmmcmmc->cimim_ccimim
24506 gsave
24507 1 setlinewidth
24508 0.000 0.000 0.000 edgecolor
24509 newpath 6175 1096 moveto
24510 6331 1091 6850 1069 6875 1044 curveto
24511 6885 1032 6885 1019 6875 1008 curveto
24512 6850 982 6342 962 6162 956 curveto
24513 stroke
24514 0.000 0.000 0.000 edgecolor
24515 newpath 6162 952.5 moveto
24516 6152 956 lineto
24517 6162 959.5 lineto
24518 closepath fill
24519 1 setlinewidth
24520 solid
24521 0.000 0.000 0.000 edgecolor
24522 newpath 6162 952.5 moveto
24523 6152 956 lineto
24524 6162 959.5 lineto
24525 closepath stroke
24526 grestore
24527 % cicmmcmmc->cmmcmmc_ccmmcmmc
24528 gsave
24529 1 setlinewidth
24530 0.000 0.000 0.000 edgecolor
24531 newpath 6087 1095 moveto
24532 6020 1092 5886 1084 5774 1080 curveto
24533 5351 1061 5244 1060 4820 1044 curveto
24534 4689 1039 4536 1033 4444 1029 curveto
24535 stroke
24536 0.000 0.000 0.000 edgecolor
24537 newpath 4444 1025.5 moveto
24538 4434 1029 lineto
24539 4444 1032.5 lineto
24540 closepath fill
24541 1 setlinewidth
24542 solid
24543 0.000 0.000 0.000 edgecolor
24544 newpath 4444 1025.5 moveto
24545 4434 1029 lineto
24546 4444 1032.5 lineto
24547 closepath stroke
24548 grestore
24549 % mim_cmim_mmmim
24550 gsave
24551 1 setlinewidth
24552 0.000 0.000 0.000 nodecolor
24553 4609 18 57.87 18 ellipse_path stroke
24554 0.000 0.000 0.000 nodecolor
24555 14 /Times-Roman set_font
24556 4575 13.9 moveto 68 (-i-=c-i-=---i-) alignedtext
24557 grestore
24558 % cmmcmmc_ccmmcmmc->mim_cmim_mmmim
24559 gsave
24560 1 setlinewidth
24561 0.000 0.000 0.000 edgecolor
24562 newpath 4388 1009 moveto
24563 4491 946 4850 723 4850 666 curveto
24564 4850 666 4850 666 4850 162 curveto
24565 4850 79 4743 42 4672 28 curveto
24566 stroke
24567 0.000 0.000 0.000 edgecolor
24568 newpath 4672.49 24.53 moveto
24569 4662 26 lineto
24570 4671.12 31.39 lineto
24571 closepath fill
24572 1 setlinewidth
24573 solid
24574 0.000 0.000 0.000 edgecolor
24575 newpath 4672.49 24.53 moveto
24576 4662 26 lineto
24577 4671.12 31.39 lineto
24578 closepath stroke
24579 grestore
24580 % cmmcmmi_ccmmcmmi->cmmcmcm_ccmmcmcm
24581 gsave
24582 1 setlinewidth
24583 0.000 0.000 0.000 edgecolor
24584 newpath 2731 1368 moveto
24585 2727 1360 2722 1350 2717 1341 curveto
24586 stroke
24587 0.000 0.000 0.000 edgecolor
24588 newpath 2719.92 1339.04 moveto
24589 2712 1332 lineto
24590 2713.8 1342.44 lineto
24591 closepath fill
24592 1 setlinewidth
24593 solid
24594 0.000 0.000 0.000 edgecolor
24595 newpath 2719.92 1339.04 moveto
24596 2712 1332 lineto
24597 2713.8 1342.44 lineto
24598 closepath stroke
24599 grestore
24600 % cmmcmmici
24601 gsave
24602 1 setlinewidth
24603 0.000 0.000 0.000 nodecolor
24604 2837 1314 41.19 18 ellipse_path stroke
24605 0.000 0.000 0.000 nodecolor
24606 14 /Times-Roman set_font
24607 2815 1309.9 moveto 44 (c--c--ici) alignedtext
24608 grestore
24609 % cmmcmmi_ccmmcmmi->cmmcmmici
24610 gsave
24611 1 setlinewidth
24612 0.000 0.000 0.000 edgecolor
24613 newpath 2764 1369 moveto
24614 2777 1359 2794 1346 2808 1336 curveto
24615 stroke
24616 0.000 0.000 0.000 edgecolor
24617 newpath 2810.1 1338.8 moveto
24618 2816 1330 lineto
24619 2805.9 1333.2 lineto
24620 closepath fill
24621 1 setlinewidth
24622 solid
24623 0.000 0.000 0.000 edgecolor
24624 newpath 2810.1 1338.8 moveto
24625 2816 1330 lineto
24626 2805.9 1333.2 lineto
24627 closepath stroke
24628 grestore
24629 % cmmcmm_ccmmcmm->cmmcmmc_ccmmcmmc
24630 gsave
24631 1 setlinewidth
24632 0.000 0.000 0.000 edgecolor
24633 newpath 3996 1224 moveto
24634 4012 1205 4040 1174 4067 1152 curveto
24635 4111 1115 4121 1104 4172 1080 curveto
24636 4210 1062 4255 1048 4292 1039 curveto
24637 stroke
24638 0.000 0.000 0.000 edgecolor
24639 newpath 4292.88 1042.39 moveto
24640 4302 1037 lineto
24641 4291.51 1035.53 lineto
24642 closepath fill
24643 1 setlinewidth
24644 solid
24645 0.000 0.000 0.000 edgecolor
24646 newpath 4292.88 1042.39 moveto
24647 4302 1037 lineto
24648 4291.51 1035.53 lineto
24649 closepath stroke
24650 grestore
24651 % cimmicmmc->cimmcmmc_ccimmcmmc
24652 gsave
24653 1 setlinewidth
24654 0.000 0.000 0.000 edgecolor
24655 newpath 8236 1440 moveto
24656 8228 1420 8212 1387 8188 1368 curveto
24657 8110 1306 8074 1312 7977 1296 curveto
24658 7621 1235 5094 1273 4733 1260 curveto
24659 4668 1257 4595 1253 4540 1249 curveto
24660 stroke
24661 0.000 0.000 0.000 edgecolor
24662 newpath 4540.3 1245.51 moveto
24663 4530 1248 lineto
24664 4539.6 1252.48 lineto
24665 closepath fill
24666 1 setlinewidth
24667 solid
24668 0.000 0.000 0.000 edgecolor
24669 newpath 4540.3 1245.51 moveto
24670 4530 1248 lineto
24671 4539.6 1252.48 lineto
24672 closepath stroke
24673 grestore
24674 % cimmicmmc->cmmicmmc_ccmmicmmc
24675 gsave
24676 1 setlinewidth
24677 0.000 0.000 0.000 edgecolor
24678 newpath 8203 1453 moveto
24679 8162 1449 8097 1443 8041 1440 curveto
24680 6966 1384 6695 1452 5620 1404 curveto
24681 5569 1401 5510 1398 5464 1394 curveto
24682 stroke
24683 0.000 0.000 0.000 edgecolor
24684 newpath 5464.3 1390.51 moveto
24685 5454 1393 lineto
24686 5463.6 1397.48 lineto
24687 closepath fill
24688 1 setlinewidth
24689 solid
24690 0.000 0.000 0.000 edgecolor
24691 newpath 5464.3 1390.51 moveto
24692 5454 1393 lineto
24693 5463.6 1397.48 lineto
24694 closepath stroke
24695 grestore
24696 % mmcicmmc->mmcimim
24697 gsave
24698 1 setlinewidth
24699 0.000 0.000 0.000 edgecolor
24700 newpath 4732 1305 moveto
24701 4770 1295 4827 1278 4839 1260 curveto
24702 4849 1246 4842 1239 4839 1224 curveto
24703 4826 1133 4780 1117 4780 1026 curveto
24704 4780 1026 4780 1026 4780 954 curveto
24705 4780 913 4784 867 4787 838 curveto
24706 stroke
24707 0.000 0.000 0.000 edgecolor
24708 newpath 4790.49 838.3 moveto
24709 4788 828 lineto
24710 4783.52 837.6 lineto
24711 closepath fill
24712 1 setlinewidth
24713 solid
24714 0.000 0.000 0.000 edgecolor
24715 newpath 4790.49 838.3 moveto
24716 4788 828 lineto
24717 4783.52 837.6 lineto
24718 closepath stroke
24719 grestore
24720 % cmmcicmmc
24721 gsave
24722 1 setlinewidth
24723 0.000 0.000 0.000 nodecolor
24724 4786 1242 43.97 18 ellipse_path stroke
24725 0.000 0.000 0.000 nodecolor
24726 14 /Times-Roman set_font
24727 4762 1237.9 moveto 48 (c--cic--c) alignedtext
24728 grestore
24729 % mmcicmmc->cmmcicmmc
24730 gsave
24731 1 setlinewidth
24732 0.000 0.000 0.000 edgecolor
24733 newpath 4717 1298 moveto
24734 4729 1288 4745 1275 4758 1265 curveto
24735 stroke
24736 0.000 0.000 0.000 edgecolor
24737 newpath 4760.78 1267.22 moveto
24738 4766 1258 lineto
24739 4756.17 1261.95 lineto
24740 closepath fill
24741 1 setlinewidth
24742 solid
24743 0.000 0.000 0.000 edgecolor
24744 newpath 4760.78 1267.22 moveto
24745 4766 1258 lineto
24746 4756.17 1261.95 lineto
24747 closepath stroke
24748 grestore
24749 % mmcmmc
24750 gsave
24751 1 setlinewidth
24752 0.000 0.000 0.000 nodecolor
24753 4097 1242 32.86 18 ellipse_path stroke
24754 0.000 0.000 0.000 nodecolor
24755 14 /Times-Roman set_font
24756 4081 1237.9 moveto 32 (--c--c) alignedtext
24757 grestore
24758 % mmcicmmc->mmcmmc
24759 gsave
24760 1 setlinewidth
24761 0.000 0.000 0.000 edgecolor
24762 newpath 4659 1309 moveto
24763 4552 1296 4252 1260 4139 1247 curveto
24764 stroke
24765 0.000 0.000 0.000 edgecolor
24766 newpath 4139.3 1243.51 moveto
24767 4129 1246 lineto
24768 4138.6 1250.48 lineto
24769 closepath fill
24770 1 setlinewidth
24771 solid
24772 0.000 0.000 0.000 edgecolor
24773 newpath 4139.3 1243.51 moveto
24774 4129 1246 lineto
24775 4138.6 1250.48 lineto
24776 closepath stroke
24777 grestore
24778 % cmmc_ccmmc->cmmcmm_ccmmcmm
24779 gsave
24780 1 setlinewidth
24781 0.000 0.000 0.000 edgecolor
24782 newpath 4423 1308 moveto
24783 4316 1294 4074 1263 4055 1260 curveto
24784 4050 1259 4045 1258 4039 1256 curveto
24785 stroke
24786 0.000 0.000 0.000 edgecolor
24787 newpath 4039.49 1252.53 moveto
24788 4029 1254 lineto
24789 4038.12 1259.39 lineto
24790 closepath fill
24791 1 setlinewidth
24792 solid
24793 0.000 0.000 0.000 edgecolor
24794 newpath 4039.49 1252.53 moveto
24795 4029 1254 lineto
24796 4038.12 1259.39 lineto
24797 closepath stroke
24798 grestore
24799 % cmmc_ccmmc->mmcmmc
24800 gsave
24801 1 setlinewidth
24802 0.000 0.000 0.000 edgecolor
24803 newpath 4427 1305 moveto
24804 4353 1291 4209 1264 4138 1250 curveto
24805 stroke
24806 0.000 0.000 0.000 edgecolor
24807 newpath 4138.49 1246.53 moveto
24808 4128 1248 lineto
24809 4137.12 1253.39 lineto
24810 closepath fill
24811 1 setlinewidth
24812 solid
24813 0.000 0.000 0.000 edgecolor
24814 newpath 4138.49 1246.53 moveto
24815 4128 1248 lineto
24816 4137.12 1253.39 lineto
24817 closepath stroke
24818 grestore
24819 % cicmmici_ccicmmici
24820 gsave
24821 1 setlinewidth
24822 0.000 0.000 0.000 nodecolor
24823 7005 1962 75.05 18 ellipse_path stroke
24824 0.000 0.000 0.000 nodecolor
24825 14 /Times-Roman set_font
24826 6959 1957.9 moveto 92 (cic--ici=ccic--ici) alignedtext
24827 grestore
24828 % cicmmici_ccicmmici->cicmcmci_ccicmcmci
24829 gsave
24830 1 setlinewidth
24831 0.000 0.000 0.000 edgecolor
24832 newpath 7031 1945 moveto
24833 7047 1935 7067 1921 7084 1908 curveto
24834 7109 1887 7135 1861 7153 1843 curveto
24835 stroke
24836 0.000 0.000 0.000 edgecolor
24837 newpath 7155.78 1845.22 moveto
24838 7161 1836 lineto
24839 7151.17 1839.95 lineto
24840 closepath fill
24841 1 setlinewidth
24842 solid
24843 0.000 0.000 0.000 edgecolor
24844 newpath 7155.78 1845.22 moveto
24845 7161 1836 lineto
24846 7151.17 1839.95 lineto
24847 closepath stroke
24848 grestore
24849 % cicmmic_ccicmmic
24850 gsave
24851 1 setlinewidth
24852 0.000 0.000 0.000 nodecolor
24853 7443 1818 70.88 18 ellipse_path stroke
24854 0.000 0.000 0.000 nodecolor
24855 14 /Times-Roman set_font
24856 7400 1813.9 moveto 86 (cic--ic=ccic--ic) alignedtext
24857 grestore
24858 % cicmmici_ccicmmici->cicmmic_ccicmmic
24859 gsave
24860 1 setlinewidth
24861 0.000 0.000 0.000 edgecolor
24862 newpath 7056 1949 moveto
24863 7095 1938 7150 1923 7198 1908 curveto
24864 7266 1886 7345 1856 7395 1837 curveto
24865 stroke
24866 0.000 0.000 0.000 edgecolor
24867 newpath 7396.28 1840.26 moveto
24868 7404 1833 lineto
24869 7393.44 1833.86 lineto
24870 closepath fill
24871 1 setlinewidth
24872 solid
24873 0.000 0.000 0.000 edgecolor
24874 newpath 7396.28 1840.26 moveto
24875 7404 1833 lineto
24876 7393.44 1833.86 lineto
24877 closepath stroke
24878 grestore
24879 % cmmici_ccmmici
24880 gsave
24881 1 setlinewidth
24882 0.000 0.000 0.000 nodecolor
24883 2879 1890 61.15 18 ellipse_path stroke
24884 0.000 0.000 0.000 nodecolor
24885 14 /Times-Roman set_font
24886 2843 1885.9 moveto 72 (c--ici=cc--ici) alignedtext
24887 grestore
24888 % cicmmici_ccicmmici->cmmici_ccmmici
24889 gsave
24890 1 setlinewidth
24891 0.000 0.000 0.000 edgecolor
24892 newpath 6932 1958 moveto
24893 6854 1953 6727 1947 6617 1944 curveto
24894 5820 1921 3828 1958 3032 1908 curveto
24895 3004 1906 2971 1902 2944 1899 curveto
24896 stroke
24897 0.000 0.000 0.000 edgecolor
24898 newpath 2944.3 1895.51 moveto
24899 2934 1898 lineto
24900 2943.6 1902.48 lineto
24901 closepath fill
24902 1 setlinewidth
24903 solid
24904 0.000 0.000 0.000 edgecolor
24905 newpath 2944.3 1895.51 moveto
24906 2934 1898 lineto
24907 2943.6 1902.48 lineto
24908 closepath stroke
24909 grestore
24910 % cicmmic_ccicmmic->cicmcmcic
24911 gsave
24912 1 setlinewidth
24913 0.000 0.000 0.000 edgecolor
24914 newpath 7405 1803 moveto
24915 7376 1791 7336 1775 7307 1763 curveto
24916 stroke
24917 0.000 0.000 0.000 edgecolor
24918 newpath 7307.58 1759.46 moveto
24919 7297 1759 lineto
24920 7304.98 1765.96 lineto
24921 closepath fill
24922 1 setlinewidth
24923 solid
24924 0.000 0.000 0.000 edgecolor
24925 newpath 7307.58 1759.46 moveto
24926 7297 1759 lineto
24927 7304.98 1765.96 lineto
24928 closepath stroke
24929 grestore
24930 % cicmmic_ccicmmic->cicmmicmm
24931 gsave
24932 1 setlinewidth
24933 0.000 0.000 0.000 edgecolor
24934 newpath 7496 1806 moveto
24935 7574 1788 7725 1755 7854 1728 curveto
24936 7934 1711 7961 1727 8036 1692 curveto
24937 8058 1681 8056 1667 8079 1656 curveto
24938 8132 1627 8173 1668 8210 1620 curveto
24939 8219 1607 8220 1595 8210 1584 curveto
24940 8180 1551 7884 1536 7764 1531 curveto
24941 stroke
24942 0.000 0.000 0.000 edgecolor
24943 newpath 7764 1527.5 moveto
24944 7754 1531 lineto
24945 7764 1534.5 lineto
24946 closepath fill
24947 1 setlinewidth
24948 solid
24949 0.000 0.000 0.000 edgecolor
24950 newpath 7764 1527.5 moveto
24951 7754 1531 lineto
24952 7764 1534.5 lineto
24953 closepath stroke
24954 grestore
24955 % cicmmimmc
24956 gsave
24957 1 setlinewidth
24958 0.000 0.000 0.000 nodecolor
24959 6629 1674 41.19 18 ellipse_path stroke
24960 0.000 0.000 0.000 nodecolor
24961 14 /Times-Roman set_font
24962 6607 1669.9 moveto 44 (cic--i--c) alignedtext
24963 grestore
24964 % cicmmic_ccicmmic->cicmmimmc
24965 gsave
24966 1 setlinewidth
24967 0.000 0.000 0.000 edgecolor
24968 newpath 7393 1805 moveto
24969 7383 1803 7373 1801 7363 1800 curveto
24970 7288 1789 6754 1801 6689 1764 curveto
24971 6665 1750 6649 1722 6639 1701 curveto
24972 stroke
24973 0.000 0.000 0.000 edgecolor
24974 newpath 6642.26 1699.72 moveto
24975 6635 1692 lineto
24976 6635.86 1702.56 lineto
24977 closepath fill
24978 1 setlinewidth
24979 solid
24980 0.000 0.000 0.000 edgecolor
24981 newpath 6642.26 1699.72 moveto
24982 6635 1692 lineto
24983 6635.86 1702.56 lineto
24984 closepath stroke
24985 grestore
24986 % cimmcmmic
24987 gsave
24988 1 setlinewidth
24989 0.000 0.000 0.000 nodecolor
24990 4091 1602 41.19 18 ellipse_path stroke
24991 0.000 0.000 0.000 nodecolor
24992 14 /Times-Roman set_font
24993 4069 1597.9 moveto 44 (ci--c--ic) alignedtext
24994 grestore
24995 % cicmmic_ccicmmic->cimmcmmic
24996 gsave
24997 1 setlinewidth
24998 0.000 0.000 0.000 edgecolor
24999 newpath 7425 1800 moveto
25000 7402 1779 7361 1745 7319 1728 curveto
25001 7209 1684 6912 1664 6795 1656 curveto
25002 5703 1573 5426 1668 4331 1620 curveto
25003 4266 1617 4190 1611 4141 1607 curveto
25004 stroke
25005 0.000 0.000 0.000 edgecolor
25006 newpath 4141.3 1603.51 moveto
25007 4131 1606 lineto
25008 4140.6 1610.48 lineto
25009 closepath fill
25010 1 setlinewidth
25011 solid
25012 0.000 0.000 0.000 edgecolor
25013 newpath 4141.3 1603.51 moveto
25014 4131 1606 lineto
25015 4140.6 1610.48 lineto
25016 closepath stroke
25017 grestore
25018 % mmcicmmic
25019 gsave
25020 1 setlinewidth
25021 0.000 0.000 0.000 nodecolor
25022 4919 1530 41.19 18 ellipse_path stroke
25023 0.000 0.000 0.000 nodecolor
25024 14 /Times-Roman set_font
25025 4897 1525.9 moveto 44 (--cic--ic) alignedtext
25026 grestore
25027 % cicmmic_ccicmmic->mmcicmmic
25028 gsave
25029 1 setlinewidth
25030 0.000 0.000 0.000 edgecolor
25031 newpath 7476 1802 moveto
25032 7519 1781 7599 1746 7672 1728 curveto
25033 7799 1695 7840 1734 7965 1692 curveto
25034 7979 1686 8077 1633 8085 1620 curveto
25035 8092 1606 8096 1595 8085 1584 curveto
25036 8056 1554 5163 1550 5121 1548 curveto
25037 5069 1545 5010 1540 4969 1535 curveto
25038 stroke
25039 0.000 0.000 0.000 edgecolor
25040 newpath 4969.3 1531.51 moveto
25041 4959 1534 lineto
25042 4968.6 1538.48 lineto
25043 closepath fill
25044 1 setlinewidth
25045 solid
25046 0.000 0.000 0.000 edgecolor
25047 newpath 4969.3 1531.51 moveto
25048 4959 1534 lineto
25049 4968.6 1538.48 lineto
25050 closepath stroke
25051 grestore
25052 % cmmic_ccmmic
25053 gsave
25054 1 setlinewidth
25055 0.000 0.000 0.000 nodecolor
25056 2769 1746 56.98 18 ellipse_path stroke
25057 0.000 0.000 0.000 nodecolor
25058 14 /Times-Roman set_font
25059 2736 1741.9 moveto 66 (c--ic=cc--ic) alignedtext
25060 grestore
25061 % cicmmic_ccicmmic->cmmic_ccmmic
25062 gsave
25063 1 setlinewidth
25064 0.000 0.000 0.000 edgecolor
25065 newpath 7393 1805 moveto
25066 7383 1803 7373 1801 7363 1800 curveto
25067 6896 1746 3609 1777 3139 1764 curveto
25068 3033 1761 2910 1755 2835 1750 curveto
25069 stroke
25070 0.000 0.000 0.000 edgecolor
25071 newpath 2835.3 1746.51 moveto
25072 2825 1749 lineto
25073 2834.6 1753.48 lineto
25074 closepath fill
25075 1 setlinewidth
25076 solid
25077 0.000 0.000 0.000 edgecolor
25078 newpath 2835.3 1746.51 moveto
25079 2825 1749 lineto
25080 2834.6 1753.48 lineto
25081 closepath stroke
25082 grestore
25083 % cmmici_ccmmici->cmmic_ccmmic
25084 gsave
25085 1 setlinewidth
25086 0.000 0.000 0.000 edgecolor
25087 newpath 2866 1872 moveto
25088 2846 1847 2811 1801 2789 1772 curveto
25089 stroke
25090 0.000 0.000 0.000 edgecolor
25091 newpath 2791.8 1769.9 moveto
25092 2783 1764 lineto
25093 2786.2 1774.1 lineto
25094 closepath fill
25095 1 setlinewidth
25096 solid
25097 0.000 0.000 0.000 edgecolor
25098 newpath 2791.8 1769.9 moveto
25099 2783 1764 lineto
25100 2786.2 1774.1 lineto
25101 closepath stroke
25102 grestore
25103 % cmmimmci_ccmmimmci
25104 gsave
25105 1 setlinewidth
25106 0.000 0.000 0.000 nodecolor
25107 4095 1818 73.16 18 ellipse_path stroke
25108 0.000 0.000 0.000 nodecolor
25109 14 /Times-Roman set_font
25110 4050 1813.9 moveto 90 (c--i--ci=cc--i--ci) alignedtext
25111 grestore
25112 % cmmici_ccmmici->cmmimmci_ccmmimmci
25113 gsave
25114 1 setlinewidth
25115 0.000 0.000 0.000 edgecolor
25116 newpath 2934 1882 moveto
25117 2963 1879 3000 1874 3032 1872 curveto
25118 3465 1838 3578 1888 4008 1836 curveto
25119 4016 1835 4024 1834 4032 1832 curveto
25120 stroke
25121 0.000 0.000 0.000 edgecolor
25122 newpath 4032.88 1835.39 moveto
25123 4042 1830 lineto
25124 4031.51 1828.53 lineto
25125 closepath fill
25126 1 setlinewidth
25127 solid
25128 0.000 0.000 0.000 edgecolor
25129 newpath 4032.88 1835.39 moveto
25130 4042 1830 lineto
25131 4031.51 1828.53 lineto
25132 closepath stroke
25133 grestore
25134 % cmmicimmi
25135 gsave
25136 1 setlinewidth
25137 0.000 0.000 0.000 nodecolor
25138 2449 1674 39.11 18 ellipse_path stroke
25139 0.000 0.000 0.000 nodecolor
25140 14 /Times-Roman set_font
25141 2428.5 1669.9 moveto 41 (c--ici--i) alignedtext
25142 grestore
25143 % cmmici_ccmmici->cmmicimmi
25144 gsave
25145 1 setlinewidth
25146 0.000 0.000 0.000 edgecolor
25147 newpath 2829 1880 moveto
25148 2758 1864 2626 1827 2531 1764 curveto
25149 2506 1747 2483 1719 2467 1699 curveto
25150 stroke
25151 0.000 0.000 0.000 edgecolor
25152 newpath 2469.8 1696.9 moveto
25153 2461 1691 lineto
25154 2464.2 1701.1 lineto
25155 closepath fill
25156 1 setlinewidth
25157 solid
25158 0.000 0.000 0.000 edgecolor
25159 newpath 2469.8 1696.9 moveto
25160 2461 1691 lineto
25161 2464.2 1701.1 lineto
25162 closepath stroke
25163 grestore
25164 % mmcmmici
25165 gsave
25166 1 setlinewidth
25167 0.000 0.000 0.000 nodecolor
25168 2655 1530 37.02 18 ellipse_path stroke
25169 0.000 0.000 0.000 nodecolor
25170 14 /Times-Roman set_font
25171 2636 1525.9 moveto 38 (--c--ici) alignedtext
25172 grestore
25173 % cmmici_ccmmici->mmcmmici
25174 gsave
25175 1 setlinewidth
25176 0.000 0.000 0.000 edgecolor
25177 newpath 2877 1872 moveto
25178 2873 1841 2861 1776 2835 1728 curveto
25179 2795 1654 2722 1586 2682 1552 curveto
25180 stroke
25181 0.000 0.000 0.000 edgecolor
25182 newpath 2683.83 1548.95 moveto
25183 2674 1545 lineto
25184 2679.22 1554.22 lineto
25185 closepath fill
25186 1 setlinewidth
25187 solid
25188 0.000 0.000 0.000 edgecolor
25189 newpath 2683.83 1548.95 moveto
25190 2674 1545 lineto
25191 2679.22 1554.22 lineto
25192 closepath stroke
25193 grestore
25194 % cicmmicmm->cimimicmm
25195 gsave
25196 1 setlinewidth
25197 0.000 0.000 0.000 edgecolor
25198 newpath 7681 1519 moveto
25199 7673 1516 7665 1514 7658 1512 curveto
25200 7580 1491 7554 1508 7482 1476 curveto
25201 7457 1465 7459 1448 7434 1440 curveto
25202 7331 1403 6565 1409 6457 1404 curveto
25203 6377 1399 6285 1393 6230 1390 curveto
25204 stroke
25205 0.000 0.000 0.000 edgecolor
25206 newpath 6230.3 1386.51 moveto
25207 6220 1389 lineto
25208 6229.6 1393.48 lineto
25209 closepath fill
25210 1 setlinewidth
25211 solid
25212 0.000 0.000 0.000 edgecolor
25213 newpath 6230.3 1386.51 moveto
25214 6220 1389 lineto
25215 6229.6 1393.48 lineto
25216 closepath stroke
25217 grestore
25218 % cicmmicmm->cicmcmcmm
25219 gsave
25220 1 setlinewidth
25221 0.000 0.000 0.000 edgecolor
25222 newpath 7754 1527 moveto
25223 7843 1519 8053 1499 8074 1476 curveto
25224 8089 1459 8084 1433 8077 1413 curveto
25225 stroke
25226 0.000 0.000 0.000 edgecolor
25227 newpath 8080.26 1411.72 moveto
25228 8073 1404 lineto
25229 8073.86 1414.56 lineto
25230 closepath fill
25231 1 setlinewidth
25232 solid
25233 0.000 0.000 0.000 edgecolor
25234 newpath 8080.26 1411.72 moveto
25235 8073 1404 lineto
25236 8073.86 1414.56 lineto
25237 closepath stroke
25238 grestore
25239 % cicmmicmm->cmmicmm_ccmmicmm
25240 gsave
25241 1 setlinewidth
25242 0.000 0.000 0.000 edgecolor
25243 newpath 7677 1521 moveto
25244 7661 1517 7642 1514 7625 1512 curveto
25245 7090 1455 3328 1503 2791 1476 curveto
25246 2752 1473 2709 1470 2673 1466 curveto
25247 stroke
25248 0.000 0.000 0.000 edgecolor
25249 newpath 2673.3 1462.51 moveto
25250 2663 1465 lineto
25251 2672.6 1469.48 lineto
25252 closepath fill
25253 1 setlinewidth
25254 solid
25255 0.000 0.000 0.000 edgecolor
25256 newpath 2673.3 1462.51 moveto
25257 2663 1465 lineto
25258 2672.6 1469.48 lineto
25259 closepath stroke
25260 grestore
25261 % cmmicmm_ccmmicmm->cmcmcicmm
25262 gsave
25263 1 setlinewidth
25264 0.000 0.000 0.000 edgecolor
25265 newpath 2541 1448 moveto
25266 2521 1445 2499 1442 2478 1440 curveto
25267 2110 1404 2010 1472 1645 1404 curveto
25268 1641 1403 1637 1403 1634 1401 curveto
25269 stroke
25270 0.000 0.000 0.000 edgecolor
25271 newpath 1634.58 1397.52 moveto
25272 1624 1398 lineto
25273 1632.57 1404.23 lineto
25274 closepath fill
25275 1 setlinewidth
25276 solid
25277 0.000 0.000 0.000 edgecolor
25278 newpath 1634.58 1397.52 moveto
25279 1624 1398 lineto
25280 1632.57 1404.23 lineto
25281 closepath stroke
25282 grestore
25283 % cmmicmm_ccmmicmm->cmmicmmc_ccmmicmmc
25284 gsave
25285 1 setlinewidth
25286 0.000 0.000 0.000 edgecolor
25287 newpath 2662 1451 moveto
25288 2700 1447 2748 1442 2791 1440 curveto
25289 3885 1380 4163 1489 5254 1404 curveto
25290 5271 1402 5289 1400 5306 1398 curveto
25291 stroke
25292 0.000 0.000 0.000 edgecolor
25293 newpath 5306.4 1401.48 moveto
25294 5316 1397 lineto
25295 5305.7 1394.51 lineto
25296 closepath fill
25297 1 setlinewidth
25298 solid
25299 0.000 0.000 0.000 edgecolor
25300 newpath 5306.4 1401.48 moveto
25301 5316 1397 lineto
25302 5305.7 1394.51 lineto
25303 closepath stroke
25304 grestore
25305 % cicmmimmc->cicmcmc_ccicmcmc
25306 gsave
25307 1 setlinewidth
25308 0.000 0.000 0.000 edgecolor
25309 newpath 6670 1672 moveto
25310 6788 1666 7143 1646 7437 1620 curveto
25311 7464 1617 7493 1614 7520 1611 curveto
25312 stroke
25313 0.000 0.000 0.000 edgecolor
25314 newpath 7520.4 1614.48 moveto
25315 7530 1610 lineto
25316 7519.7 1607.51 lineto
25317 closepath fill
25318 1 setlinewidth
25319 solid
25320 0.000 0.000 0.000 edgecolor
25321 newpath 7520.4 1614.48 moveto
25322 7530 1610 lineto
25323 7519.7 1607.51 lineto
25324 closepath stroke
25325 grestore
25326 % cicmmimmc->cimimimmc
25327 gsave
25328 1 setlinewidth
25329 0.000 0.000 0.000 edgecolor
25330 newpath 6669 1670 moveto
25331 6739 1663 6887 1646 7010 1620 curveto
25332 7066 1607 7078 1594 7135 1584 curveto
25333 7188 1574 7587 1587 7625 1548 curveto
25334 7635 1536 7635 1524 7625 1512 curveto
25335 7569 1445 7516 1502 7434 1476 curveto
25336 7398 1464 7394 1448 7359 1440 curveto
25337 7094 1375 6400 1456 6133 1404 curveto
25338 6130 1404 6127 1403 6124 1402 curveto
25339 stroke
25340 0.000 0.000 0.000 edgecolor
25341 newpath 6124.58 1398.46 moveto
25342 6114 1398 lineto
25343 6121.98 1404.96 lineto
25344 closepath fill
25345 1 setlinewidth
25346 solid
25347 0.000 0.000 0.000 edgecolor
25348 newpath 6124.58 1398.46 moveto
25349 6114 1398 lineto
25350 6121.98 1404.96 lineto
25351 closepath stroke
25352 grestore
25353 % cmmimmc_ccmmimmc
25354 gsave
25355 1 setlinewidth
25356 0.000 0.000 0.000 nodecolor
25357 2501 1602 68.99 18 ellipse_path stroke
25358 0.000 0.000 0.000 nodecolor
25359 14 /Times-Roman set_font
25360 2459 1597.9 moveto 84 (c--i--c=cc--i--c) alignedtext
25361 grestore
25362 % cicmmimmc->cmmimmc_ccmmimmc
25363 gsave
25364 1 setlinewidth
25365 0.000 0.000 0.000 edgecolor
25366 newpath 6589 1671 moveto
25367 6528 1667 6412 1659 6313 1656 curveto
25368 5493 1628 3436 1687 2617 1620 curveto
25369 2601 1618 2584 1616 2568 1614 curveto
25370 stroke
25371 0.000 0.000 0.000 edgecolor
25372 newpath 2568.49 1610.53 moveto
25373 2558 1612 lineto
25374 2567.12 1617.39 lineto
25375 closepath fill
25376 1 setlinewidth
25377 solid
25378 0.000 0.000 0.000 edgecolor
25379 newpath 2568.49 1610.53 moveto
25380 2558 1612 lineto
25381 2567.12 1617.39 lineto
25382 closepath stroke
25383 grestore
25384 % cimmcmmic->cimimic_ccimimic
25385 gsave
25386 1 setlinewidth
25387 0.000 0.000 0.000 edgecolor
25388 newpath 4131 1598 moveto
25389 4179 1594 4261 1587 4331 1584 curveto
25390 4446 1577 5254 1592 5359 1548 curveto
25391 5381 1539 5376 1520 5397 1512 curveto
25392 5515 1463 6414 1493 6541 1476 curveto
25393 6547 1475 6552 1474 6558 1473 curveto
25394 stroke
25395 0.000 0.000 0.000 edgecolor
25396 newpath 6558.88 1476.39 moveto
25397 6568 1471 lineto
25398 6557.51 1469.53 lineto
25399 closepath fill
25400 1 setlinewidth
25401 solid
25402 0.000 0.000 0.000 edgecolor
25403 newpath 6558.88 1476.39 moveto
25404 6568 1471 lineto
25405 6557.51 1469.53 lineto
25406 closepath stroke
25407 grestore
25408 % cimmcmmic->cimmcmcmc
25409 gsave
25410 1 setlinewidth
25411 0.000 0.000 0.000 edgecolor
25412 newpath 4051 1598 moveto
25413 4010 1594 3945 1588 3889 1584 curveto
25414 3789 1575 3529 1586 3435 1548 curveto
25415 3412 1538 3414 1524 3392 1512 curveto
25416 3384 1506 3330 1487 3292 1473 curveto
25417 stroke
25418 0.000 0.000 0.000 edgecolor
25419 newpath 3292.58 1469.52 moveto
25420 3282 1470 lineto
25421 3290.57 1476.23 lineto
25422 closepath fill
25423 1 setlinewidth
25424 solid
25425 0.000 0.000 0.000 edgecolor
25426 newpath 3292.58 1469.52 moveto
25427 3282 1470 lineto
25428 3290.57 1476.23 lineto
25429 closepath stroke
25430 grestore
25431 % cimmcmmic->cmcmcmmic
25432 gsave
25433 1 setlinewidth
25434 0.000 0.000 0.000 edgecolor
25435 newpath 4051 1598 moveto
25436 4010 1594 3945 1588 3889 1584 curveto
25437 3669 1566 3606 1607 3392 1548 curveto
25438 3358 1538 3355 1522 3321 1512 curveto
25439 3197 1474 3158 1505 3031 1476 curveto
25440 3027 1475 3024 1474 3021 1473 curveto
25441 stroke
25442 0.000 0.000 0.000 edgecolor
25443 newpath 3021.58 1469.52 moveto
25444 3011 1470 lineto
25445 3019.57 1476.23 lineto
25446 closepath fill
25447 1 setlinewidth
25448 solid
25449 0.000 0.000 0.000 edgecolor
25450 newpath 3021.58 1469.52 moveto
25451 3011 1470 lineto
25452 3019.57 1476.23 lineto
25453 closepath stroke
25454 grestore
25455 % mmcicmmic->mmcimimic
25456 gsave
25457 1 setlinewidth
25458 0.000 0.000 0.000 edgecolor
25459 newpath 4959 1526 moveto
25460 5000 1522 5065 1516 5121 1512 curveto
25461 5215 1503 5457 1511 5544 1476 curveto
25462 5568 1466 5565 1451 5587 1440 curveto
25463 5640 1412 5660 1422 5716 1404 curveto
25464 5719 1403 5722 1402 5725 1401 curveto
25465 stroke
25466 0.000 0.000 0.000 edgecolor
25467 newpath 5726.28 1404.26 moveto
25468 5734 1397 lineto
25469 5723.44 1397.86 lineto
25470 closepath fill
25471 1 setlinewidth
25472 solid
25473 0.000 0.000 0.000 edgecolor
25474 newpath 5726.28 1404.26 moveto
25475 5734 1397 lineto
25476 5723.44 1397.86 lineto
25477 closepath stroke
25478 grestore
25479 % mmcicmmic->mmcicmcmc
25480 gsave
25481 1 setlinewidth
25482 0.000 0.000 0.000 edgecolor
25483 newpath 4932 1513 moveto
25484 4945 1493 4961 1461 4943 1440 curveto
25485 4892 1376 4843 1424 4763 1404 curveto
25486 4758 1403 4754 1402 4750 1400 curveto
25487 stroke
25488 0.000 0.000 0.000 edgecolor
25489 newpath 4750.58 1396.52 moveto
25490 4740 1397 lineto
25491 4748.57 1403.23 lineto
25492 closepath fill
25493 1 setlinewidth
25494 solid
25495 0.000 0.000 0.000 edgecolor
25496 newpath 4750.58 1396.52 moveto
25497 4740 1397 lineto
25498 4748.57 1403.23 lineto
25499 closepath stroke
25500 grestore
25501 % mmcmmic
25502 gsave
25503 1 setlinewidth
25504 0.000 0.000 0.000 nodecolor
25505 3075 1458 34.94 18 ellipse_path stroke
25506 0.000 0.000 0.000 nodecolor
25507 14 /Times-Roman set_font
25508 3057.5 1453.9 moveto 35 (--c--ic) alignedtext
25509 grestore
25510 % mmcicmmic->mmcmmic
25511 gsave
25512 1 setlinewidth
25513 0.000 0.000 0.000 edgecolor
25514 newpath 4883 1521 moveto
25515 4868 1517 4848 1514 4831 1512 curveto
25516 4109 1430 3920 1538 3195 1476 curveto
25517 3170 1473 3141 1469 3118 1466 curveto
25518 stroke
25519 0.000 0.000 0.000 edgecolor
25520 newpath 3118.49 1462.53 moveto
25521 3108 1464 lineto
25522 3117.12 1469.39 lineto
25523 closepath fill
25524 1 setlinewidth
25525 solid
25526 0.000 0.000 0.000 edgecolor
25527 newpath 3118.49 1462.53 moveto
25528 3108 1464 lineto
25529 3117.12 1469.39 lineto
25530 closepath stroke
25531 grestore
25532 % cmmic_ccmmic->cmmicmm_ccmmicmm
25533 gsave
25534 1 setlinewidth
25535 0.000 0.000 0.000 edgecolor
25536 newpath 2716 1739 moveto
25537 2690 1735 2657 1731 2627 1728 curveto
25538 2461 1709 2414 1734 2251 1692 curveto
25539 2213 1681 2209 1666 2170 1656 curveto
25540 2091 1634 1872 1663 1801 1620 curveto
25541 1769 1600 1766 1584 1755 1548 curveto
25542 1751 1532 1745 1523 1755 1512 curveto
25543 1799 1465 2268 1480 2331 1476 curveto
25544 2396 1471 2469 1467 2522 1464 curveto
25545 stroke
25546 0.000 0.000 0.000 edgecolor
25547 newpath 2522.4 1467.48 moveto
25548 2532 1463 lineto
25549 2521.7 1460.51 lineto
25550 closepath fill
25551 1 setlinewidth
25552 solid
25553 0.000 0.000 0.000 edgecolor
25554 newpath 2522.4 1467.48 moveto
25555 2532 1463 lineto
25556 2521.7 1460.51 lineto
25557 closepath stroke
25558 grestore
25559 % cmmimmcic
25560 gsave
25561 1 setlinewidth
25562 0.000 0.000 0.000 nodecolor
25563 3895 1674 41.19 18 ellipse_path stroke
25564 0.000 0.000 0.000 nodecolor
25565 14 /Times-Roman set_font
25566 3873 1669.9 moveto 44 (c--i--cic) alignedtext
25567 grestore
25568 % cmmic_ccmmic->cmmimmcic
25569 gsave
25570 1 setlinewidth
25571 0.000 0.000 0.000 edgecolor
25572 newpath 2825 1743 moveto
25573 3045 1732 3828 1694 3840 1692 curveto
25574 3845 1691 3849 1690 3854 1688 curveto
25575 stroke
25576 0.000 0.000 0.000 edgecolor
25577 newpath 3854.88 1691.39 moveto
25578 3864 1686 lineto
25579 3853.51 1684.53 lineto
25580 closepath fill
25581 1 setlinewidth
25582 solid
25583 0.000 0.000 0.000 edgecolor
25584 newpath 3854.88 1691.39 moveto
25585 3864 1686 lineto
25586 3853.51 1684.53 lineto
25587 closepath stroke
25588 grestore
25589 % cmmicmmic
25590 gsave
25591 1 setlinewidth
25592 0.000 0.000 0.000 nodecolor
25593 4643 1530 41.19 18 ellipse_path stroke
25594 0.000 0.000 0.000 nodecolor
25595 14 /Times-Roman set_font
25596 4621 1525.9 moveto 44 (c--ic--ic) alignedtext
25597 grestore
25598 % cmmic_ccmmic->cmmicmmic
25599 gsave
25600 1 setlinewidth
25601 0.000 0.000 0.000 edgecolor
25602 newpath 2823 1740 moveto
25603 2896 1731 3031 1713 3145 1692 curveto
25604 3214 1679 3229 1666 3297 1656 curveto
25605 3558 1617 3629 1658 3889 1620 curveto
25606 3958 1609 3973 1594 4041 1584 curveto
25607 4285 1547 4353 1598 4593 1548 curveto
25608 4597 1547 4600 1547 4604 1546 curveto
25609 stroke
25610 0.000 0.000 0.000 edgecolor
25611 newpath 4605.28 1549.26 moveto
25612 4613 1542 lineto
25613 4602.44 1542.86 lineto
25614 closepath fill
25615 1 setlinewidth
25616 solid
25617 0.000 0.000 0.000 edgecolor
25618 newpath 4605.28 1549.26 moveto
25619 4613 1542 lineto
25620 4602.44 1542.86 lineto
25621 closepath stroke
25622 grestore
25623 % cmmic_ccmmic->mmcmmic
25624 gsave
25625 1 setlinewidth
25626 0.000 0.000 0.000 edgecolor
25627 newpath 2718 1738 moveto
25628 2658 1728 2562 1710 2530 1692 curveto
25629 2512 1681 2517 1665 2497 1656 curveto
25630 2357 1585 2288 1686 2145 1620 curveto
25631 2125 1610 2127 1596 2108 1584 curveto
25632 2077 1562 2050 1580 2029 1548 curveto
25633 2021 1534 2018 1523 2029 1512 curveto
25634 2068 1471 2977 1487 3031 1476 curveto
25635 3034 1476 3037 1475 3039 1474 curveto
25636 stroke
25637 0.000 0.000 0.000 edgecolor
25638 newpath 3041.02 1476.96 moveto
25639 3049 1470 lineto
25640 3038.42 1470.46 lineto
25641 closepath fill
25642 1 setlinewidth
25643 solid
25644 0.000 0.000 0.000 edgecolor
25645 newpath 3041.02 1476.96 moveto
25646 3049 1470 lineto
25647 3038.42 1470.46 lineto
25648 closepath stroke
25649 grestore
25650 % cmmimmc_ccmmimmc->cmcmmcmc_ccmcmmcmc
25651 gsave
25652 1 setlinewidth
25653 0.000 0.000 0.000 edgecolor
25654 newpath 2450 1590 moveto
25655 2439 1588 2428 1586 2418 1584 curveto
25656 2308 1564 2269 1597 2167 1548 curveto
25657 2147 1537 2151 1521 2129 1512 curveto
25658 2051 1476 1831 1485 1745 1476 curveto
25659 1723 1473 1700 1471 1679 1468 curveto
25660 stroke
25661 0.000 0.000 0.000 edgecolor
25662 newpath 1679.3 1464.51 moveto
25663 1669 1467 lineto
25664 1678.6 1471.48 lineto
25665 closepath fill
25666 1 setlinewidth
25667 solid
25668 0.000 0.000 0.000 edgecolor
25669 newpath 1679.3 1464.51 moveto
25670 1669 1467 lineto
25671 1678.6 1471.48 lineto
25672 closepath stroke
25673 grestore
25674 % cmmicimmc
25675 gsave
25676 1 setlinewidth
25677 0.000 0.000 0.000 nodecolor
25678 2079 1530 41.19 18 ellipse_path stroke
25679 0.000 0.000 0.000 nodecolor
25680 14 /Times-Roman set_font
25681 2057 1525.9 moveto 44 (c--ici--c) alignedtext
25682 grestore
25683 % cmmimmc_ccmmimmc->cmmicimmc
25684 gsave
25685 1 setlinewidth
25686 0.000 0.000 0.000 edgecolor
25687 newpath 2450 1590 moveto
25688 2439 1588 2428 1586 2418 1584 curveto
25689 2293 1562 2259 1575 2134 1548 curveto
25690 2129 1547 2125 1546 2121 1544 curveto
25691 stroke
25692 0.000 0.000 0.000 edgecolor
25693 newpath 2121.58 1540.52 moveto
25694 2111 1541 lineto
25695 2119.57 1547.23 lineto
25696 closepath fill
25697 1 setlinewidth
25698 solid
25699 0.000 0.000 0.000 edgecolor
25700 newpath 2121.58 1540.52 moveto
25701 2111 1541 lineto
25702 2119.57 1547.23 lineto
25703 closepath stroke
25704 grestore
25705 % cicmmimm_ccicmmimm
25706 gsave
25707 1 setlinewidth
25708 0.000 0.000 0.000 nodecolor
25709 6017 1890 73.16 18 ellipse_path stroke
25710 0.000 0.000 0.000 nodecolor
25711 14 /Times-Roman set_font
25712 5972 1885.9 moveto 90 (cic--i--=ccic--i--) alignedtext
25713 grestore
25714 % cicmmimm_ccicmmimm->cicmcmmcm
25715 gsave
25716 1 setlinewidth
25717 0.000 0.000 0.000 edgecolor
25718 newpath 6073 1878 moveto
25719 6135 1865 6230 1845 6266 1836 curveto
25720 6271 1835 6275 1834 6279 1832 curveto
25721 stroke
25722 0.000 0.000 0.000 edgecolor
25723 newpath 6280.43 1835.23 moveto
25724 6289 1829 lineto
25725 6278.42 1828.52 lineto
25726 closepath fill
25727 1 setlinewidth
25728 solid
25729 0.000 0.000 0.000 edgecolor
25730 newpath 6280.43 1835.23 moveto
25731 6289 1829 lineto
25732 6278.42 1828.52 lineto
25733 closepath stroke
25734 grestore
25735 % cicmmimm_ccicmmimm->cicmmcimm
25736 gsave
25737 1 setlinewidth
25738 0.000 0.000 0.000 edgecolor
25739 newpath 6021 1872 moveto
25740 6029 1838 6052 1763 6103 1728 curveto
25741 6179 1672 6227 1731 6313 1692 curveto
25742 6335 1681 6333 1666 6356 1656 curveto
25743 6434 1619 6467 1654 6547 1620 curveto
25744 6585 1604 6622 1574 6646 1553 curveto
25745 stroke
25746 0.000 0.000 0.000 edgecolor
25747 newpath 6648.78 1555.22 moveto
25748 6654 1546 lineto
25749 6644.17 1549.95 lineto
25750 closepath fill
25751 1 setlinewidth
25752 solid
25753 0.000 0.000 0.000 edgecolor
25754 newpath 6648.78 1555.22 moveto
25755 6654 1546 lineto
25756 6644.17 1549.95 lineto
25757 closepath stroke
25758 grestore
25759 % cicmmimm_ccicmmimm->cicmmimmc
25760 gsave
25761 1 setlinewidth
25762 0.000 0.000 0.000 edgecolor
25763 newpath 6071 1878 moveto
25764 6130 1864 6219 1843 6233 1836 curveto
25765 6253 1824 6250 1811 6271 1800 curveto
25766 6330 1767 6354 1785 6418 1764 curveto
25767 6427 1760 6532 1715 6589 1691 curveto
25768 stroke
25769 0.000 0.000 0.000 edgecolor
25770 newpath 6591.02 1693.96 moveto
25771 6599 1687 lineto
25772 6588.42 1687.46 lineto
25773 closepath fill
25774 1 setlinewidth
25775 solid
25776 0.000 0.000 0.000 edgecolor
25777 newpath 6591.02 1693.96 moveto
25778 6599 1687 lineto
25779 6588.42 1687.46 lineto
25780 closepath stroke
25781 grestore
25782 % cmmimm_ccmmimm
25783 gsave
25784 1 setlinewidth
25785 0.000 0.000 0.000 nodecolor
25786 2642 1674 59.96 18 ellipse_path stroke
25787 0.000 0.000 0.000 nodecolor
25788 14 /Times-Roman set_font
25789 2606.5 1669.9 moveto 71 (c--i--=cc--i--) alignedtext
25790 grestore
25791 % cicmmimm_ccicmmimm->cmmimm_ccmmimm
25792 gsave
25793 1 setlinewidth
25794 0.000 0.000 0.000 edgecolor
25795 newpath 5953 1881 moveto
25796 5925 1878 5890 1874 5859 1872 curveto
25797 5549 1850 4766 1883 4457 1836 curveto
25798 4400 1827 4389 1808 4331 1800 curveto
25799 3808 1718 3666 1823 3139 1764 curveto
25800 3057 1754 3038 1743 2956 1728 curveto
25801 2870 1712 2768 1695 2705 1685 curveto
25802 stroke
25803 0.000 0.000 0.000 edgecolor
25804 newpath 2705.49 1681.53 moveto
25805 2695 1683 lineto
25806 2704.12 1688.39 lineto
25807 closepath fill
25808 1 setlinewidth
25809 solid
25810 0.000 0.000 0.000 edgecolor
25811 newpath 2705.49 1681.53 moveto
25812 2695 1683 lineto
25813 2704.12 1688.39 lineto
25814 closepath stroke
25815 grestore
25816 % cmmimm_ccmmimm->cmcmmcm_ccmcmmcm
25817 gsave
25818 1 setlinewidth
25819 0.000 0.000 0.000 edgecolor
25820 newpath 2635 1656 moveto
25821 2626 1635 2607 1601 2579 1584 curveto
25822 2488 1527 2446 1566 2340 1548 curveto
25823 2333 1547 2326 1545 2319 1544 curveto
25824 stroke
25825 0.000 0.000 0.000 edgecolor
25826 newpath 2319.49 1540.53 moveto
25827 2309 1542 lineto
25828 2318.12 1547.39 lineto
25829 closepath fill
25830 1 setlinewidth
25831 solid
25832 0.000 0.000 0.000 edgecolor
25833 newpath 2319.49 1540.53 moveto
25834 2309 1542 lineto
25835 2318.12 1547.39 lineto
25836 closepath stroke
25837 grestore
25838 % cmmimm_ccmmimm->cmmimmc_ccmmimmc
25839 gsave
25840 1 setlinewidth
25841 0.000 0.000 0.000 edgecolor
25842 newpath 2611 1658 moveto
25843 2591 1648 2564 1634 2542 1623 curveto
25844 stroke
25845 0.000 0.000 0.000 edgecolor
25846 newpath 2543.44 1619.8 moveto
25847 2533 1618 lineto
25848 2540.04 1625.92 lineto
25849 closepath fill
25850 1 setlinewidth
25851 solid
25852 0.000 0.000 0.000 edgecolor
25853 newpath 2543.44 1619.8 moveto
25854 2533 1618 lineto
25855 2540.04 1625.92 lineto
25856 closepath stroke
25857 grestore
25858 % cmmicimm_ccmmicimm
25859 gsave
25860 1 setlinewidth
25861 0.000 0.000 0.000 nodecolor
25862 2227 1602 73.16 18 ellipse_path stroke
25863 0.000 0.000 0.000 nodecolor
25864 14 /Times-Roman set_font
25865 2182 1597.9 moveto 90 (c--ici--=cc--ici--) alignedtext
25866 grestore
25867 % cmmimm_ccmmimm->cmmicimm_ccmmicimm
25868 gsave
25869 1 setlinewidth
25870 0.000 0.000 0.000 edgecolor
25871 newpath 2597 1662 moveto
25872 2587 1660 2577 1658 2568 1656 curveto
25873 2457 1634 2427 1639 2314 1620 curveto
25874 2307 1619 2300 1617 2293 1616 curveto
25875 stroke
25876 0.000 0.000 0.000 edgecolor
25877 newpath 2293.49 1612.53 moveto
25878 2283 1614 lineto
25879 2292.12 1619.39 lineto
25880 closepath fill
25881 1 setlinewidth
25882 solid
25883 0.000 0.000 0.000 edgecolor
25884 newpath 2293.49 1612.53 moveto
25885 2283 1614 lineto
25886 2292.12 1619.39 lineto
25887 closepath stroke
25888 grestore
25889 % cicmmi_ccicmmi
25890 gsave
25891 1 setlinewidth
25892 0.000 0.000 0.000 nodecolor
25893 7200 2034 61.15 18 ellipse_path stroke
25894 0.000 0.000 0.000 nodecolor
25895 14 /Times-Roman set_font
25896 7164 2029.9 moveto 72 (cic--i=ccic--i) alignedtext
25897 grestore
25898 % cicmmi_ccicmmi->cicmmici_ccicmmici
25899 gsave
25900 1 setlinewidth
25901 0.000 0.000 0.000 edgecolor
25902 newpath 7161 2020 moveto
25903 7131 2009 7089 1993 7055 1981 curveto
25904 stroke
25905 0.000 0.000 0.000 edgecolor
25906 newpath 7056.56 1977.86 moveto
25907 7046 1977 lineto
25908 7053.72 1984.26 lineto
25909 closepath fill
25910 1 setlinewidth
25911 solid
25912 0.000 0.000 0.000 edgecolor
25913 newpath 7056.56 1977.86 moveto
25914 7046 1977 lineto
25915 7053.72 1984.26 lineto
25916 closepath stroke
25917 grestore
25918 % cicmmi_ccicmmi->cicmmimm_ccicmmimm
25919 gsave
25920 1 setlinewidth
25921 0.000 0.000 0.000 edgecolor
25922 newpath 7185 2016 moveto
25923 7166 1995 7129 1959 7089 1944 curveto
25924 7005 1912 6377 1912 6289 1908 curveto
25925 6224 1904 6151 1900 6097 1896 curveto
25926 stroke
25927 0.000 0.000 0.000 edgecolor
25928 newpath 6097.3 1892.51 moveto
25929 6087 1895 lineto
25930 6096.6 1899.48 lineto
25931 closepath fill
25932 1 setlinewidth
25933 solid
25934 0.000 0.000 0.000 edgecolor
25935 newpath 6097.3 1892.51 moveto
25936 6087 1895 lineto
25937 6096.6 1899.48 lineto
25938 closepath stroke
25939 grestore
25940 % cimmicmmi
25941 gsave
25942 1 setlinewidth
25943 0.000 0.000 0.000 nodecolor
25944 7315 1818 39.11 18 ellipse_path stroke
25945 0.000 0.000 0.000 nodecolor
25946 14 /Times-Roman set_font
25947 7294.5 1813.9 moveto 41 (ci--ic--i) alignedtext
25948 grestore
25949 % cicmmi_ccicmmi->cimmicmmi
25950 gsave
25951 1 setlinewidth
25952 0.000 0.000 0.000 edgecolor
25953 newpath 7210 2016 moveto
25954 7230 1978 7277 1889 7301 1845 curveto
25955 stroke
25956 0.000 0.000 0.000 edgecolor
25957 newpath 7304.2 1846.44 moveto
25958 7306 1836 lineto
25959 7298.08 1843.04 lineto
25960 closepath fill
25961 1 setlinewidth
25962 solid
25963 0.000 0.000 0.000 edgecolor
25964 newpath 7304.2 1846.44 moveto
25965 7306 1836 lineto
25966 7298.08 1843.04 lineto
25967 closepath stroke
25968 grestore
25969 % mmcicmmi
25970 gsave
25971 1 setlinewidth
25972 0.000 0.000 0.000 nodecolor
25973 3099 1674 37.02 18 ellipse_path stroke
25974 0.000 0.000 0.000 nodecolor
25975 14 /Times-Roman set_font
25976 3080 1669.9 moveto 38 (--cic--i) alignedtext
25977 grestore
25978 % cicmmi_ccicmmi->mmcicmmi
25979 gsave
25980 1 setlinewidth
25981 0.000 0.000 0.000 edgecolor
25982 newpath 7247 2022 moveto
25983 7329 2001 7490 1955 7523 1908 curveto
25984 7550 1868 7552 1838 7523 1800 curveto
25985 7485 1751 7447 1785 7390 1764 curveto
25986 7356 1751 7353 1736 7319 1728 curveto
25987 7101 1675 3521 1703 3297 1692 curveto
25988 3245 1689 3185 1683 3145 1679 curveto
25989 stroke
25990 0.000 0.000 0.000 edgecolor
25991 newpath 3145.3 1675.51 moveto
25992 3135 1678 lineto
25993 3144.6 1682.48 lineto
25994 closepath fill
25995 1 setlinewidth
25996 solid
25997 0.000 0.000 0.000 edgecolor
25998 newpath 3145.3 1675.51 moveto
25999 3135 1678 lineto
26000 3144.6 1682.48 lineto
26001 closepath stroke
26002 grestore
26003 % cmmi_ccmmi
26004 gsave
26005 1 setlinewidth
26006 0.000 0.000 0.000 nodecolor
26007 2790 1962 47.95 18 ellipse_path stroke
26008 0.000 0.000 0.000 nodecolor
26009 14 /Times-Roman set_font
26010 2763.5 1957.9 moveto 53 (c--i=cc--i) alignedtext
26011 grestore
26012 % cicmmi_ccicmmi->cmmi_ccmmi
26013 gsave
26014 1 setlinewidth
26015 0.000 0.000 0.000 edgecolor
26016 newpath 7157 2021 moveto
26017 7148 2019 7139 2017 7130 2016 curveto
26018 6678 1956 3489 1998 3034 1980 curveto
26019 2971 1977 2897 1971 2847 1967 curveto
26020 stroke
26021 0.000 0.000 0.000 edgecolor
26022 newpath 2847.3 1963.51 moveto
26023 2837 1966 lineto
26024 2846.6 1970.48 lineto
26025 closepath fill
26026 1 setlinewidth
26027 solid
26028 0.000 0.000 0.000 edgecolor
26029 newpath 2847.3 1963.51 moveto
26030 2837 1966 lineto
26031 2846.6 1970.48 lineto
26032 closepath stroke
26033 grestore
26034 % cimmicmmi->cimmicmcm
26035 gsave
26036 1 setlinewidth
26037 0.000 0.000 0.000 edgecolor
26038 newpath 7287 1805 moveto
26039 7280 1803 7273 1801 7267 1800 curveto
26040 7013 1749 6361 1777 6103 1764 curveto
26041 5886 1752 5833 1741 5617 1728 curveto
26042 5299 1708 5220 1708 4901 1692 curveto
26043 4794 1686 4667 1680 4598 1676 curveto
26044 stroke
26045 0.000 0.000 0.000 edgecolor
26046 newpath 4598 1672.5 moveto
26047 4588 1676 lineto
26048 4598 1679.5 lineto
26049 closepath fill
26050 1 setlinewidth
26051 solid
26052 0.000 0.000 0.000 edgecolor
26053 newpath 4598 1672.5 moveto
26054 4588 1676 lineto
26055 4598 1679.5 lineto
26056 closepath stroke
26057 grestore
26058 % cimmcmmi_ccimmcmmi
26059 gsave
26060 1 setlinewidth
26061 0.000 0.000 0.000 nodecolor
26062 3379 1674 73.16 18 ellipse_path stroke
26063 0.000 0.000 0.000 nodecolor
26064 14 /Times-Roman set_font
26065 3334 1669.9 moveto 90 (ci--c--i=cci--c--i) alignedtext
26066 grestore
26067 % cimmicmmi->cimmcmmi_ccimmcmmi
26068 gsave
26069 1 setlinewidth
26070 0.000 0.000 0.000 edgecolor
26071 newpath 7287 1805 moveto
26072 7280 1803 7273 1801 7267 1800 curveto
26073 6918 1734 4428 1786 4073 1764 curveto
26074 3800 1746 3732 1737 3461 1692 curveto
26075 3455 1691 3449 1689 3443 1688 curveto
26076 stroke
26077 0.000 0.000 0.000 edgecolor
26078 newpath 3443.49 1684.53 moveto
26079 3433 1686 lineto
26080 3442.12 1691.39 lineto
26081 closepath fill
26082 1 setlinewidth
26083 solid
26084 0.000 0.000 0.000 edgecolor
26085 newpath 3443.49 1684.53 moveto
26086 3433 1686 lineto
26087 3442.12 1691.39 lineto
26088 closepath stroke
26089 grestore
26090 % cmmicmmi_ccmmicmmi
26091 gsave
26092 1 setlinewidth
26093 0.000 0.000 0.000 nodecolor
26094 4413 1602 73.16 18 ellipse_path stroke
26095 0.000 0.000 0.000 nodecolor
26096 14 /Times-Roman set_font
26097 4368 1597.9 moveto 90 (c--ic--i=cc--ic--i) alignedtext
26098 grestore
26099 % cimmicmmi->cmmicmmi_ccmmicmmi
26100 gsave
26101 1 setlinewidth
26102 0.000 0.000 0.000 edgecolor
26103 newpath 7322 1800 moveto
26104 7329 1780 7336 1748 7319 1728 curveto
26105 7299 1705 6817 1658 6788 1656 curveto
26106 6279 1617 5002 1678 4495 1620 curveto
26107 4488 1619 4482 1618 4475 1617 curveto
26108 stroke
26109 0.000 0.000 0.000 edgecolor
26110 newpath 4475.49 1613.53 moveto
26111 4465 1615 lineto
26112 4474.12 1620.39 lineto
26113 closepath fill
26114 1 setlinewidth
26115 solid
26116 0.000 0.000 0.000 edgecolor
26117 newpath 4475.49 1613.53 moveto
26118 4465 1615 lineto
26119 4474.12 1620.39 lineto
26120 closepath stroke
26121 grestore
26122 % mmcicmmi->mmcicmcm
26123 gsave
26124 1 setlinewidth
26125 0.000 0.000 0.000 edgecolor
26126 newpath 3126 1662 moveto
26127 3179 1637 3294 1582 3321 1548 curveto
26128 3335 1530 3343 1505 3346 1486 curveto
26129 stroke
26130 0.000 0.000 0.000 edgecolor
26131 newpath 3349.49 1486.3 moveto
26132 3347 1476 lineto
26133 3342.52 1485.6 lineto
26134 closepath fill
26135 1 setlinewidth
26136 solid
26137 0.000 0.000 0.000 edgecolor
26138 newpath 3349.49 1486.3 moveto
26139 3347 1476 lineto
26140 3342.52 1485.6 lineto
26141 closepath stroke
26142 grestore
26143 % mmcicmmi->mmcicmmci
26144 gsave
26145 1 setlinewidth
26146 0.000 0.000 0.000 edgecolor
26147 newpath 3135 1670 moveto
26148 3175 1666 3241 1660 3297 1656 curveto
26149 3576 1635 3650 1669 3925 1620 curveto
26150 3979 1610 3988 1592 4041 1584 curveto
26151 4351 1535 6550 1603 6859 1548 curveto
26152 6863 1547 6866 1546 6869 1545 curveto
26153 stroke
26154 0.000 0.000 0.000 edgecolor
26155 newpath 6870.43 1548.23 moveto
26156 6879 1542 lineto
26157 6868.42 1541.52 lineto
26158 closepath fill
26159 1 setlinewidth
26160 solid
26161 0.000 0.000 0.000 edgecolor
26162 newpath 6870.43 1548.23 moveto
26163 6879 1542 lineto
26164 6868.42 1541.52 lineto
26165 closepath stroke
26166 grestore
26167 % mmcicmmi->mmcicmmic
26168 gsave
26169 1 setlinewidth
26170 0.000 0.000 0.000 edgecolor
26171 newpath 3127 1662 moveto
26172 3135 1660 3143 1657 3150 1656 curveto
26173 3312 1624 3736 1679 3889 1620 curveto
26174 3913 1610 3909 1592 3932 1584 curveto
26175 4026 1547 4732 1560 4831 1548 curveto
26176 4845 1546 4859 1544 4873 1541 curveto
26177 stroke
26178 0.000 0.000 0.000 edgecolor
26179 newpath 4873.88 1544.39 moveto
26180 4883 1539 lineto
26181 4872.51 1537.53 lineto
26182 closepath fill
26183 1 setlinewidth
26184 solid
26185 0.000 0.000 0.000 edgecolor
26186 newpath 4873.88 1544.39 moveto
26187 4883 1539 lineto
26188 4872.51 1537.53 lineto
26189 closepath stroke
26190 grestore
26191 % cmmcicmmi
26192 gsave
26193 1 setlinewidth
26194 0.000 0.000 0.000 nodecolor
26195 3641 1458 41.19 18 ellipse_path stroke
26196 0.000 0.000 0.000 nodecolor
26197 14 /Times-Roman set_font
26198 3619 1453.9 moveto 44 (c--cic--i) alignedtext
26199 grestore
26200 % mmcicmmi->cmmcicmmi
26201 gsave
26202 1 setlinewidth
26203 0.000 0.000 0.000 edgecolor
26204 newpath 3129 1663 moveto
26205 3136 1661 3143 1658 3150 1656 curveto
26206 3311 1603 3362 1621 3513 1548 curveto
26207 3551 1529 3589 1501 3614 1480 curveto
26208 stroke
26209 0.000 0.000 0.000 edgecolor
26210 newpath 3616.1 1482.8 moveto
26211 3622 1474 lineto
26212 3611.9 1477.2 lineto
26213 closepath fill
26214 1 setlinewidth
26215 solid
26216 0.000 0.000 0.000 edgecolor
26217 newpath 3616.1 1482.8 moveto
26218 3622 1474 lineto
26219 3611.9 1477.2 lineto
26220 closepath stroke
26221 grestore
26222 % mmcmmi
26223 gsave
26224 1 setlinewidth
26225 0.000 0.000 0.000 nodecolor
26226 2656 1602 30.07 18 ellipse_path stroke
26227 0.000 0.000 0.000 nodecolor
26228 14 /Times-Roman set_font
26229 2642 1597.9 moveto 28 (--c--i) alignedtext
26230 grestore
26231 % mmcicmmi->mmcmmi
26232 gsave
26233 1 setlinewidth
26234 0.000 0.000 0.000 edgecolor
26235 newpath 3062 1672 moveto
26236 2991 1668 2830 1655 2700 1620 curveto
26237 2697 1619 2693 1618 2689 1617 curveto
26238 stroke
26239 0.000 0.000 0.000 edgecolor
26240 newpath 2690.56 1613.86 moveto
26241 2680 1613 lineto
26242 2687.72 1620.26 lineto
26243 closepath fill
26244 1 setlinewidth
26245 solid
26246 0.000 0.000 0.000 edgecolor
26247 newpath 2690.56 1613.86 moveto
26248 2680 1613 lineto
26249 2687.72 1620.26 lineto
26250 closepath stroke
26251 grestore
26252 % cmmi_ccmmi->cmmici_ccmmici
26253 gsave
26254 1 setlinewidth
26255 0.000 0.000 0.000 edgecolor
26256 newpath 2810 1946 moveto
26257 2822 1936 2837 1924 2850 1913 curveto
26258 stroke
26259 0.000 0.000 0.000 edgecolor
26260 newpath 2852.1 1915.8 moveto
26261 2858 1907 lineto
26262 2847.9 1910.2 lineto
26263 closepath fill
26264 1 setlinewidth
26265 solid
26266 0.000 0.000 0.000 edgecolor
26267 newpath 2852.1 1915.8 moveto
26268 2858 1907 lineto
26269 2847.9 1910.2 lineto
26270 closepath stroke
26271 grestore
26272 % cmmi_ccmmi->cmmimm_ccmmimm
26273 gsave
26274 1 setlinewidth
26275 0.000 0.000 0.000 edgecolor
26276 newpath 2784 1944 moveto
26277 2775 1923 2759 1890 2733 1872 curveto
26278 2671 1828 2632 1873 2565 1836 curveto
26279 2527 1814 2514 1804 2498 1764 curveto
26280 2493 1749 2489 1741 2498 1728 curveto
26281 2509 1712 2549 1698 2585 1688 curveto
26282 stroke
26283 0.000 0.000 0.000 edgecolor
26284 newpath 2586.43 1691.23 moveto
26285 2595 1685 lineto
26286 2584.42 1684.52 lineto
26287 closepath fill
26288 1 setlinewidth
26289 solid
26290 0.000 0.000 0.000 edgecolor
26291 newpath 2586.43 1691.23 moveto
26292 2595 1685 lineto
26293 2584.42 1684.52 lineto
26294 closepath stroke
26295 grestore
26296 % cmmi_ccmmi->mmcmmi
26297 gsave
26298 1 setlinewidth
26299 0.000 0.000 0.000 edgecolor
26300 newpath 2789 1944 moveto
26301 2788 1924 2783 1892 2765 1872 curveto
26302 2691 1784 2593 1860 2531 1764 curveto
26303 2523 1750 2521 1740 2531 1728 curveto
26304 2583 1664 2660 1755 2711 1692 curveto
26305 2729 1670 2705 1641 2684 1622 curveto
26306 stroke
26307 0.000 0.000 0.000 edgecolor
26308 newpath 2686.1 1619.2 moveto
26309 2676 1616 lineto
26310 2681.9 1624.8 lineto
26311 closepath fill
26312 1 setlinewidth
26313 solid
26314 0.000 0.000 0.000 edgecolor
26315 newpath 2686.1 1619.2 moveto
26316 2676 1616 lineto
26317 2681.9 1624.8 lineto
26318 closepath stroke
26319 grestore
26320 % mmcicmm->mmcicmmc
26321 gsave
26322 1 setlinewidth
26323 0.000 0.000 0.000 edgecolor
26324 newpath 3898 1378 moveto
26325 3914 1374 3932 1370 3949 1368 curveto
26326 4208 1331 4276 1354 4535 1332 curveto
26327 4574 1328 4617 1323 4649 1320 curveto
26328 stroke
26329 0.000 0.000 0.000 edgecolor
26330 newpath 4649.4 1323.48 moveto
26331 4659 1319 lineto
26332 4648.7 1316.51 lineto
26333 closepath fill
26334 1 setlinewidth
26335 solid
26336 0.000 0.000 0.000 edgecolor
26337 newpath 4649.4 1323.48 moveto
26338 4659 1319 lineto
26339 4648.7 1316.51 lineto
26340 closepath stroke
26341 grestore
26342 % mmcicmm->cmmcicmm_ccmmcicmm
26343 gsave
26344 1 setlinewidth
26345 0.000 0.000 0.000 edgecolor
26346 newpath 3862 1368 moveto
26347 3860 1360 3858 1351 3856 1342 curveto
26348 stroke
26349 0.000 0.000 0.000 edgecolor
26350 newpath 3859.23 1340.57 moveto
26351 3853 1332 lineto
26352 3852.52 1342.58 lineto
26353 closepath fill
26354 1 setlinewidth
26355 solid
26356 0.000 0.000 0.000 edgecolor
26357 newpath 3859.23 1340.57 moveto
26358 3853 1332 lineto
26359 3852.52 1342.58 lineto
26360 closepath stroke
26361 grestore
26362 % mmcmm
26363 gsave
26364 1 setlinewidth
26365 0.000 0.000 0.000 nodecolor
26366 3974 1314 27.99 18 ellipse_path stroke
26367 0.000 0.000 0.000 nodecolor
26368 14 /Times-Roman set_font
26369 3961.5 1309.9 moveto 25 (--c--) alignedtext
26370 grestore
26371 % mmcicmm->mmcmm
26372 gsave
26373 1 setlinewidth
26374 0.000 0.000 0.000 edgecolor
26375 newpath 3888 1372 moveto
26376 3905 1361 3928 1345 3946 1333 curveto
26377 stroke
26378 0.000 0.000 0.000 edgecolor
26379 newpath 3948.62 1335.46 moveto
26380 3955 1327 lineto
26381 3944.74 1329.63 lineto
26382 closepath fill
26383 1 setlinewidth
26384 solid
26385 0.000 0.000 0.000 edgecolor
26386 newpath 3948.62 1335.46 moveto
26387 3955 1327 lineto
26388 3944.74 1329.63 lineto
26389 closepath stroke
26390 grestore
26391 % cmm_ccmm->cmmc_ccmmc
26392 gsave
26393 1 setlinewidth
26394 0.000 0.000 0.000 edgecolor
26395 newpath 7182 1373 moveto
26396 7175 1371 7168 1369 7161 1368 curveto
26397 6885 1320 4928 1348 4649 1332 curveto
26398 4611 1329 4567 1325 4533 1321 curveto
26399 stroke
26400 0.000 0.000 0.000 edgecolor
26401 newpath 4533.3 1317.51 moveto
26402 4523 1320 lineto
26403 4532.6 1324.48 lineto
26404 closepath fill
26405 1 setlinewidth
26406 solid
26407 0.000 0.000 0.000 edgecolor
26408 newpath 4533.3 1317.51 moveto
26409 4523 1320 lineto
26410 4532.6 1324.48 lineto
26411 closepath stroke
26412 grestore
26413 % cmm_ccmm->mmcmm
26414 gsave
26415 1 setlinewidth
26416 0.000 0.000 0.000 edgecolor
26417 newpath 7182 1373 moveto
26418 7175 1371 7168 1369 7161 1368 curveto
26419 6815 1308 4352 1412 4011 1332 curveto
26420 4009 1331 4007 1330 4005 1330 curveto
26421 stroke
26422 0.000 0.000 0.000 edgecolor
26423 newpath 4005.58 1326.46 moveto
26424 3995 1326 lineto
26425 4002.98 1332.96 lineto
26426 closepath fill
26427 1 setlinewidth
26428 solid
26429 0.000 0.000 0.000 edgecolor
26430 newpath 4005.58 1326.46 moveto
26431 3995 1326 lineto
26432 4002.98 1332.96 lineto
26433 closepath stroke
26434 grestore
26435 % cimmcicmm->cimimicmm
26436 gsave
26437 1 setlinewidth
26438 0.000 0.000 0.000 edgecolor
26439 newpath 4817 1521 moveto
26440 4833 1517 4852 1514 4869 1512 curveto
26441 4941 1503 6105 1521 6161 1476 curveto
26442 6178 1461 6183 1434 6183 1414 curveto
26443 stroke
26444 0.000 0.000 0.000 edgecolor
26445 newpath 6186.5 1414 moveto
26446 6183 1404 lineto
26447 6179.5 1414 lineto
26448 closepath fill
26449 1 setlinewidth
26450 solid
26451 0.000 0.000 0.000 edgecolor
26452 newpath 6186.5 1414 moveto
26453 6183 1404 lineto
26454 6179.5 1414 lineto
26455 closepath stroke
26456 grestore
26457 % cimmcicmm->cimmcmm_ccimmcmm_cicimmcmm
26458 gsave
26459 1 setlinewidth
26460 0.000 0.000 0.000 edgecolor
26461 newpath 4749 1519 moveto
26462 4741 1516 4734 1514 4726 1512 curveto
26463 4669 1496 4604 1483 4554 1473 curveto
26464 stroke
26465 0.000 0.000 0.000 edgecolor
26466 newpath 4554.49 1469.53 moveto
26467 4544 1471 lineto
26468 4553.12 1476.39 lineto
26469 closepath fill
26470 1 setlinewidth
26471 solid
26472 0.000 0.000 0.000 edgecolor
26473 newpath 4554.49 1469.53 moveto
26474 4544 1471 lineto
26475 4553.12 1476.39 lineto
26476 closepath stroke
26477 grestore
26478 % cimmcicmm->cmcmcicmm
26479 gsave
26480 1 setlinewidth
26481 0.000 0.000 0.000 edgecolor
26482 newpath 4748 1519 moveto
26483 4707 1505 4639 1481 4628 1476 curveto
26484 4607 1463 4609 1448 4585 1440 curveto
26485 4432 1383 1806 1431 1645 1404 curveto
26486 1641 1403 1637 1403 1634 1401 curveto
26487 stroke
26488 0.000 0.000 0.000 edgecolor
26489 newpath 1634.58 1397.52 moveto
26490 1624 1398 lineto
26491 1632.57 1404.23 lineto
26492 closepath fill
26493 1 setlinewidth
26494 solid
26495 0.000 0.000 0.000 edgecolor
26496 newpath 1634.58 1397.52 moveto
26497 1624 1398 lineto
26498 1632.57 1404.23 lineto
26499 closepath stroke
26500 grestore
26501 % cmcmcicmm->cmcmcmm_ccmcmcmm
26502 gsave
26503 1 setlinewidth
26504 0.000 0.000 0.000 edgecolor
26505 newpath 1620 1372 moveto
26506 1641 1361 1671 1347 1695 1335 curveto
26507 stroke
26508 0.000 0.000 0.000 edgecolor
26509 newpath 1696.96 1337.92 moveto
26510 1704 1330 lineto
26511 1693.56 1331.8 lineto
26512 closepath fill
26513 1 setlinewidth
26514 solid
26515 0.000 0.000 0.000 edgecolor
26516 newpath 1696.96 1337.92 moveto
26517 1704 1330 lineto
26518 1693.56 1331.8 lineto
26519 closepath stroke
26520 grestore
26521 % cmcmcicmm->cmcimicmm
26522 gsave
26523 1 setlinewidth
26524 0.000 0.000 0.000 edgecolor
26525 newpath 1594 1368 moveto
26526 1596 1348 1603 1317 1620 1296 curveto
26527 1631 1283 2011 1087 2040 1080 curveto
26528 2208 1036 2647 1053 2820 1044 curveto
26529 2900 1039 2991 1034 3047 1030 curveto
26530 stroke
26531 0.000 0.000 0.000 edgecolor
26532 newpath 3047.4 1033.48 moveto
26533 3057 1029 lineto
26534 3046.7 1026.51 lineto
26535 closepath fill
26536 1 setlinewidth
26537 solid
26538 0.000 0.000 0.000 edgecolor
26539 newpath 3047.4 1033.48 moveto
26540 3057 1029 lineto
26541 3046.7 1026.51 lineto
26542 closepath stroke
26543 grestore
26544 % cmcmcicmm->cmmcicmm_ccmmcicmm
26545 gsave
26546 1 setlinewidth
26547 0.000 0.000 0.000 edgecolor
26548 newpath 1624 1373 moveto
26549 1631 1371 1638 1369 1645 1368 curveto
26550 1856 1331 3358 1340 3571 1332 curveto
26551 3636 1329 3709 1324 3764 1321 curveto
26552 stroke
26553 0.000 0.000 0.000 edgecolor
26554 newpath 3764.4 1324.48 moveto
26555 3774 1320 lineto
26556 3763.7 1317.51 lineto
26557 closepath fill
26558 1 setlinewidth
26559 solid
26560 0.000 0.000 0.000 edgecolor
26561 newpath 3764.4 1324.48 moveto
26562 3774 1320 lineto
26563 3763.7 1317.51 lineto
26564 closepath stroke
26565 grestore
26566 % cmcmcicmm->cmcmcimim
26567 gsave
26568 1 setlinewidth
26569 0.000 0.000 0.000 edgecolor
26570 newpath 1556 1376 moveto
26571 1528 1367 1491 1352 1462 1332 curveto
26572 1428 1307 1354 1227 1339 1188 curveto
26573 1334 1172 1331 1165 1339 1152 curveto
26574 1372 1095 1776 891 1901 829 curveto
26575 stroke
26576 0.000 0.000 0.000 edgecolor
26577 newpath 1902.96 831.92 moveto
26578 1910 824 lineto
26579 1899.56 825.8 lineto
26580 closepath fill
26581 1 setlinewidth
26582 solid
26583 0.000 0.000 0.000 edgecolor
26584 newpath 1902.96 831.92 moveto
26585 1910 824 lineto
26586 1899.56 825.8 lineto
26587 closepath stroke
26588 grestore
26589 % cimmcic_ccimmcic_cicimmcic
26590 gsave
26591 1 setlinewidth
26592 0.000 0.000 0.000 nodecolor
26593 5300 1818 107.21 18 ellipse_path stroke
26594 0.000 0.000 0.000 nodecolor
26595 14 /Times-Roman set_font
26596 5230.5 1813.9 moveto 139 (ci--cic=cci--cic=cici--cic) alignedtext
26597 grestore
26598 % cimmcic_ccimmcic_cicimmcic->cicmcmcic
26599 gsave
26600 1 setlinewidth
26601 0.000 0.000 0.000 edgecolor
26602 newpath 5406 1815 moveto
26603 5667 1809 6364 1789 6945 1764 curveto
26604 7038 1759 7147 1753 7210 1750 curveto
26605 stroke
26606 0.000 0.000 0.000 edgecolor
26607 newpath 7210.4 1753.48 moveto
26608 7220 1749 lineto
26609 7209.7 1746.51 lineto
26610 closepath fill
26611 1 setlinewidth
26612 solid
26613 0.000 0.000 0.000 edgecolor
26614 newpath 7210.4 1753.48 moveto
26615 7220 1749 lineto
26616 7209.7 1746.51 lineto
26617 closepath stroke
26618 grestore
26619 % cimmcic_ccimmcic_cicimmcic->cimmcmmic
26620 gsave
26621 1 setlinewidth
26622 0.000 0.000 0.000 edgecolor
26623 newpath 5251 1802 moveto
26624 5185 1781 5065 1746 4959 1728 curveto
26625 4756 1693 4700 1730 4497 1692 curveto
26626 4443 1681 4432 1669 4378 1656 curveto
26627 4295 1635 4197 1619 4140 1610 curveto
26628 stroke
26629 0.000 0.000 0.000 edgecolor
26630 newpath 4140.49 1606.53 moveto
26631 4130 1608 lineto
26632 4139.12 1613.39 lineto
26633 closepath fill
26634 1 setlinewidth
26635 solid
26636 0.000 0.000 0.000 edgecolor
26637 newpath 4140.49 1606.53 moveto
26638 4130 1608 lineto
26639 4139.12 1613.39 lineto
26640 closepath stroke
26641 grestore
26642 % cimmcic_ccimmcic_cicimmcic->cimmcicmm
26643 gsave
26644 1 setlinewidth
26645 0.000 0.000 0.000 edgecolor
26646 newpath 5254 1802 moveto
26647 5209 1783 5142 1747 5111 1692 curveto
26648 5088 1650 5139 1619 5107 1584 curveto
26649 5072 1544 4922 1557 4869 1548 curveto
26650 4855 1546 4841 1543 4828 1540 curveto
26651 stroke
26652 0.000 0.000 0.000 edgecolor
26653 newpath 4828.49 1536.53 moveto
26654 4818 1538 lineto
26655 4827.12 1543.39 lineto
26656 closepath fill
26657 1 setlinewidth
26658 solid
26659 0.000 0.000 0.000 edgecolor
26660 newpath 4828.49 1536.53 moveto
26661 4818 1538 lineto
26662 4827.12 1543.39 lineto
26663 closepath stroke
26664 grestore
26665 % cimmc_ccimmc_cicimmc
26666 gsave
26667 1 setlinewidth
26668 0.000 0.000 0.000 nodecolor
26669 4729 1746 87.05 18 ellipse_path stroke
26670 0.000 0.000 0.000 nodecolor
26671 14 /Times-Roman set_font
26672 4674 1741.9 moveto 110 (ci--c=cci--c=cici--c) alignedtext
26673 grestore
26674 % cimmcic_ccimmcic_cicimmcic->cimmc_ccimmc_cicimmc
26675 gsave
26676 1 setlinewidth
26677 0.000 0.000 0.000 edgecolor
26678 newpath 5213 1807 moveto
26679 5125 1797 4985 1780 4863 1764 curveto
26680 4846 1762 4829 1759 4812 1757 curveto
26681 stroke
26682 0.000 0.000 0.000 edgecolor
26683 newpath 4812.3 1753.51 moveto
26684 4802 1756 lineto
26685 4811.6 1760.48 lineto
26686 closepath fill
26687 1 setlinewidth
26688 solid
26689 0.000 0.000 0.000 edgecolor
26690 newpath 4812.3 1753.51 moveto
26691 4802 1756 lineto
26692 4811.6 1760.48 lineto
26693 closepath stroke
26694 grestore
26695 % cimmcic_ccimmcic_cicimmcic->cmmimmcic
26696 gsave
26697 1 setlinewidth
26698 0.000 0.000 0.000 edgecolor
26699 newpath 5196 1814 moveto
26700 4904 1803 4101 1771 4073 1764 curveto
26701 4019 1749 3960 1716 3926 1694 curveto
26702 stroke
26703 0.000 0.000 0.000 edgecolor
26704 newpath 3927.44 1690.8 moveto
26705 3917 1689 lineto
26706 3924.04 1696.92 lineto
26707 closepath fill
26708 1 setlinewidth
26709 solid
26710 0.000 0.000 0.000 edgecolor
26711 newpath 3927.44 1690.8 moveto
26712 3917 1689 lineto
26713 3924.04 1696.92 lineto
26714 closepath stroke
26715 grestore
26716 % mmcimmcic
26717 gsave
26718 1 setlinewidth
26719 0.000 0.000 0.000 nodecolor
26720 5309 1530 41.19 18 ellipse_path stroke
26721 0.000 0.000 0.000 nodecolor
26722 14 /Times-Roman set_font
26723 5287 1525.9 moveto 44 (--ci--cic) alignedtext
26724 grestore
26725 % cimmcic_ccimmcic_cicimmcic->mmcimmcic
26726 gsave
26727 1 setlinewidth
26728 0.000 0.000 0.000 edgecolor
26729 newpath 5290 1800 moveto
26730 5274 1767 5246 1698 5279 1656 curveto
26731 5317 1607 5376 1668 5413 1620 curveto
26732 5423 1607 5422 1597 5413 1584 curveto
26733 5400 1563 5376 1550 5354 1541 curveto
26734 stroke
26735 0.000 0.000 0.000 edgecolor
26736 newpath 5355.59 1537.84 moveto
26737 5345 1538 lineto
26738 5353.38 1544.48 lineto
26739 closepath fill
26740 1 setlinewidth
26741 solid
26742 0.000 0.000 0.000 edgecolor
26743 newpath 5355.59 1537.84 moveto
26744 5345 1538 lineto
26745 5353.38 1544.48 lineto
26746 closepath stroke
26747 grestore
26748 % cimmc_ccimmc_cicimmc->cimmcmm_ccimmcmm_cicimmcmm
26749 gsave
26750 1 setlinewidth
26751 0.000 0.000 0.000 edgecolor
26752 newpath 4732 1728 moveto
26753 4738 1695 4743 1623 4704 1584 curveto
26754 4639 1517 4567 1609 4497 1548 curveto
26755 4480 1533 4473 1506 4471 1486 curveto
26756 stroke
26757 0.000 0.000 0.000 edgecolor
26758 newpath 4474.48 1485.6 moveto
26759 4470 1476 lineto
26760 4467.51 1486.3 lineto
26761 closepath fill
26762 1 setlinewidth
26763 solid
26764 0.000 0.000 0.000 edgecolor
26765 newpath 4474.48 1485.6 moveto
26766 4470 1476 lineto
26767 4467.51 1486.3 lineto
26768 closepath stroke
26769 grestore
26770 % cimmc_ccimmc_cicimmc->cicmmimmc
26771 gsave
26772 1 setlinewidth
26773 0.000 0.000 0.000 edgecolor
26774 newpath 4798 1735 moveto
26775 4819 1732 4842 1729 4863 1728 curveto
26776 5506 1677 5669 1718 6313 1692 curveto
26777 6406 1688 6515 1682 6578 1678 curveto
26778 stroke
26779 0.000 0.000 0.000 edgecolor
26780 newpath 6578.4 1681.48 moveto
26781 6588 1677 lineto
26782 6577.7 1674.51 lineto
26783 closepath fill
26784 1 setlinewidth
26785 solid
26786 0.000 0.000 0.000 edgecolor
26787 newpath 6578.4 1681.48 moveto
26788 6588 1677 lineto
26789 6577.7 1674.51 lineto
26790 closepath stroke
26791 grestore
26792 % cimmcimmc
26793 gsave
26794 1 setlinewidth
26795 0.000 0.000 0.000 nodecolor
26796 2751 1530 41.19 18 ellipse_path stroke
26797 0.000 0.000 0.000 nodecolor
26798 14 /Times-Roman set_font
26799 2729 1525.9 moveto 44 (ci--ci--c) alignedtext
26800 grestore
26801 % cimmc_ccimmc_cicimmc->cimmcimmc
26802 gsave
26803 1 setlinewidth
26804 0.000 0.000 0.000 edgecolor
26805 newpath 4651 1738 moveto
26806 4563 1728 4427 1711 4378 1692 curveto
26807 4353 1681 4354 1665 4327 1656 curveto
26808 4167 1600 3732 1632 3562 1620 curveto
26809 3520 1617 2843 1557 2801 1548 curveto
26810 2798 1547 2795 1546 2792 1545 curveto
26811 stroke
26812 0.000 0.000 0.000 edgecolor
26813 newpath 2792.58 1541.52 moveto
26814 2782 1542 lineto
26815 2790.57 1548.23 lineto
26816 closepath fill
26817 1 setlinewidth
26818 solid
26819 0.000 0.000 0.000 edgecolor
26820 newpath 2792.58 1541.52 moveto
26821 2782 1542 lineto
26822 2790.57 1548.23 lineto
26823 closepath stroke
26824 grestore
26825 % mmcimmc
26826 gsave
26827 1 setlinewidth
26828 0.000 0.000 0.000 nodecolor
26829 4273 1458 34.94 18 ellipse_path stroke
26830 0.000 0.000 0.000 nodecolor
26831 14 /Times-Roman set_font
26832 4255.5 1453.9 moveto 35 (--ci--c) alignedtext
26833 grestore
26834 % cimmc_ccimmc_cicimmc->mmcimmc
26835 gsave
26836 1 setlinewidth
26837 0.000 0.000 0.000 edgecolor
26838 newpath 4723 1728 moveto
26839 4711 1694 4680 1621 4628 1584 curveto
26840 4571 1543 4541 1570 4474 1548 curveto
26841 4414 1527 4347 1495 4307 1476 curveto
26842 stroke
26843 0.000 0.000 0.000 edgecolor
26844 newpath 4308.44 1472.8 moveto
26845 4298 1471 lineto
26846 4305.04 1478.92 lineto
26847 closepath fill
26848 1 setlinewidth
26849 solid
26850 0.000 0.000 0.000 edgecolor
26851 newpath 4308.44 1472.8 moveto
26852 4298 1471 lineto
26853 4305.04 1478.92 lineto
26854 closepath stroke
26855 grestore
26856 % cmmimmcic->cmcmcic_ccmcmcic
26857 gsave
26858 1 setlinewidth
26859 0.000 0.000 0.000 edgecolor
26860 newpath 3857 1667 moveto
26861 3832 1663 3799 1658 3769 1656 curveto
26862 3050 1596 2866 1668 2145 1620 curveto
26863 2118 1618 2088 1615 2061 1612 curveto
26864 stroke
26865 0.000 0.000 0.000 edgecolor
26866 newpath 2061.3 1608.51 moveto
26867 2051 1611 lineto
26868 2060.6 1615.48 lineto
26869 closepath fill
26870 1 setlinewidth
26871 solid
26872 0.000 0.000 0.000 edgecolor
26873 newpath 2061.3 1608.51 moveto
26874 2051 1611 lineto
26875 2060.6 1615.48 lineto
26876 closepath stroke
26877 grestore
26878 % cmmimmcic->cmmimimic
26879 gsave
26880 1 setlinewidth
26881 0.000 0.000 0.000 edgecolor
26882 newpath 3934 1669 moveto
26883 3965 1665 4009 1659 4047 1656 curveto
26884 4291 1633 4355 1663 4595 1620 curveto
26885 4649 1610 4784 1575 4831 1548 curveto
26886 4852 1536 4848 1521 4869 1512 curveto
26887 5000 1455 5376 1532 5506 1476 curveto
26888 5528 1466 5525 1452 5544 1440 curveto
26889 5570 1422 5601 1409 5626 1399 curveto
26890 stroke
26891 0.000 0.000 0.000 edgecolor
26892 newpath 5627.43 1402.23 moveto
26893 5636 1396 lineto
26894 5625.42 1395.52 lineto
26895 closepath fill
26896 1 setlinewidth
26897 solid
26898 0.000 0.000 0.000 edgecolor
26899 newpath 5627.43 1402.23 moveto
26900 5636 1396 lineto
26901 5625.42 1395.52 lineto
26902 closepath stroke
26903 grestore
26904 % cmmimmcic->cmmimmc_ccmmimmc
26905 gsave
26906 1 setlinewidth
26907 0.000 0.000 0.000 edgecolor
26908 newpath 3857 1667 moveto
26909 3832 1663 3799 1658 3769 1656 curveto
26910 3259 1611 3128 1667 2617 1620 curveto
26911 2601 1618 2584 1616 2568 1614 curveto
26912 stroke
26913 0.000 0.000 0.000 edgecolor
26914 newpath 2568.49 1610.53 moveto
26915 2558 1612 lineto
26916 2567.12 1617.39 lineto
26917 closepath fill
26918 1 setlinewidth
26919 solid
26920 0.000 0.000 0.000 edgecolor
26921 newpath 2568.49 1610.53 moveto
26922 2558 1612 lineto
26923 2567.12 1617.39 lineto
26924 closepath stroke
26925 grestore
26926 % mmcimmcic->mmcimimic
26927 gsave
26928 1 setlinewidth
26929 0.000 0.000 0.000 edgecolor
26930 newpath 5340 1518 moveto
26931 5348 1516 5356 1514 5364 1512 curveto
26932 5500 1482 5549 1535 5673 1476 curveto
26933 5704 1461 5730 1432 5746 1411 curveto
26934 stroke
26935 0.000 0.000 0.000 edgecolor
26936 newpath 5748.8 1413.1 moveto
26937 5752 1403 lineto
26938 5743.2 1408.9 lineto
26939 closepath fill
26940 1 setlinewidth
26941 solid
26942 0.000 0.000 0.000 edgecolor
26943 newpath 5748.8 1413.1 moveto
26944 5752 1403 lineto
26945 5743.2 1408.9 lineto
26946 closepath stroke
26947 grestore
26948 % mmcimmcic->mmcimmc
26949 gsave
26950 1 setlinewidth
26951 0.000 0.000 0.000 edgecolor
26952 newpath 5273 1521 moveto
26953 5258 1517 5238 1514 5221 1512 curveto
26954 4839 1465 4738 1525 4355 1476 curveto
26955 4341 1474 4327 1472 4314 1468 curveto
26956 stroke
26957 0.000 0.000 0.000 edgecolor
26958 newpath 4314.49 1464.53 moveto
26959 4304 1466 lineto
26960 4313.12 1471.39 lineto
26961 closepath fill
26962 1 setlinewidth
26963 solid
26964 0.000 0.000 0.000 edgecolor
26965 newpath 4314.49 1464.53 moveto
26966 4304 1466 lineto
26967 4313.12 1471.39 lineto
26968 closepath stroke
26969 grestore
26970 % mmcimmcic->mmcmcmcic
26971 gsave
26972 1 setlinewidth
26973 0.000 0.000 0.000 edgecolor
26974 newpath 5280 1517 moveto
26975 5225 1492 5108 1440 5107 1440 curveto
26976 4911 1396 3498 1411 3296 1404 curveto
26977 3206 1400 3102 1394 3040 1390 curveto
26978 stroke
26979 0.000 0.000 0.000 edgecolor
26980 newpath 3040.3 1386.51 moveto
26981 3030 1389 lineto
26982 3039.6 1393.48 lineto
26983 closepath fill
26984 1 setlinewidth
26985 solid
26986 0.000 0.000 0.000 edgecolor
26987 newpath 3040.3 1386.51 moveto
26988 3030 1389 lineto
26989 3039.6 1393.48 lineto
26990 closepath stroke
26991 grestore
26992 % cimmcimmc->cimimimmc
26993 gsave
26994 1 setlinewidth
26995 0.000 0.000 0.000 edgecolor
26996 newpath 2781 1518 moveto
26997 2788 1516 2794 1513 2801 1512 curveto
26998 2940 1479 2983 1514 3119 1476 curveto
26999 3155 1465 3159 1448 3195 1440 curveto
27000 3337 1407 5667 1409 5812 1404 curveto
27001 5890 1401 5982 1394 6037 1390 curveto
27002 stroke
27003 0.000 0.000 0.000 edgecolor
27004 newpath 6037.4 1393.48 moveto
27005 6047 1389 lineto
27006 6036.7 1386.51 lineto
27007 closepath fill
27008 1 setlinewidth
27009 solid
27010 0.000 0.000 0.000 edgecolor
27011 newpath 6037.4 1393.48 moveto
27012 6047 1389 lineto
27013 6036.7 1386.51 lineto
27014 closepath stroke
27015 grestore
27016 % cimmcimmc->cimmcmcmc
27017 gsave
27018 1 setlinewidth
27019 0.000 0.000 0.000 edgecolor
27020 newpath 2781 1518 moveto
27021 2788 1516 2794 1513 2801 1512 curveto
27022 2971 1474 3020 1509 3190 1476 curveto
27023 3195 1475 3199 1474 3204 1472 curveto
27024 stroke
27025 0.000 0.000 0.000 edgecolor
27026 newpath 3204.88 1475.39 moveto
27027 3214 1470 lineto
27028 3203.51 1468.53 lineto
27029 closepath fill
27030 1 setlinewidth
27031 solid
27032 0.000 0.000 0.000 edgecolor
27033 newpath 3204.88 1475.39 moveto
27034 3214 1470 lineto
27035 3203.51 1468.53 lineto
27036 closepath stroke
27037 grestore
27038 % cimmcimmc->cmcmcimmc
27039 gsave
27040 1 setlinewidth
27041 0.000 0.000 0.000 edgecolor
27042 newpath 2722 1517 moveto
27043 2715 1515 2708 1513 2701 1512 curveto
27044 2440 1462 1769 1489 1503 1476 curveto
27045 1438 1472 1363 1467 1313 1463 curveto
27046 stroke
27047 0.000 0.000 0.000 edgecolor
27048 newpath 1313.3 1459.51 moveto
27049 1303 1462 lineto
27050 1312.6 1466.48 lineto
27051 closepath fill
27052 1 setlinewidth
27053 solid
27054 0.000 0.000 0.000 edgecolor
27055 newpath 1313.3 1459.51 moveto
27056 1303 1462 lineto
27057 1312.6 1466.48 lineto
27058 closepath stroke
27059 grestore
27060 % cmcmcimmc->cmcimimmc
27061 gsave
27062 1 setlinewidth
27063 0.000 0.000 0.000 edgecolor
27064 newpath 1234 1443 moveto
27065 1220 1434 1204 1421 1196 1404 curveto
27066 1175 1356 1198 1323 1242 1296 curveto
27067 1251 1291 2590 1152 2599 1152 curveto
27068 2882 1129 2953 1139 3235 1116 curveto
27069 3274 1112 3317 1108 3349 1104 curveto
27070 stroke
27071 0.000 0.000 0.000 edgecolor
27072 newpath 3349.4 1107.48 moveto
27073 3359 1103 lineto
27074 3348.7 1100.51 lineto
27075 closepath fill
27076 1 setlinewidth
27077 solid
27078 0.000 0.000 0.000 edgecolor
27079 newpath 3349.4 1107.48 moveto
27080 3359 1103 lineto
27081 3348.7 1100.51 lineto
27082 closepath stroke
27083 grestore
27084 % cmcmcimmc->cmcmcmcmc
27085 gsave
27086 1 setlinewidth
27087 0.000 0.000 0.000 edgecolor
27088 newpath 1294 1446 moveto
27089 1302 1444 1310 1442 1318 1440 curveto
27090 1397 1420 1424 1438 1496 1404 curveto
27091 1519 1393 1516 1377 1539 1368 curveto
27092 1704 1303 2159 1351 2334 1332 curveto
27093 2350 1330 2367 1327 2382 1324 curveto
27094 stroke
27095 0.000 0.000 0.000 edgecolor
27096 newpath 2382.88 1327.39 moveto
27097 2392 1322 lineto
27098 2381.51 1320.53 lineto
27099 closepath fill
27100 1 setlinewidth
27101 solid
27102 0.000 0.000 0.000 edgecolor
27103 newpath 2382.88 1327.39 moveto
27104 2392 1322 lineto
27105 2381.51 1320.53 lineto
27106 closepath stroke
27107 grestore
27108 % cmcmcimmc->cmmcimmc_ccmmcimmc
27109 gsave
27110 1 setlinewidth
27111 0.000 0.000 0.000 edgecolor
27112 newpath 1303 1454 moveto
27113 1352 1449 1433 1443 1503 1440 curveto
27114 2090 1414 3560 1467 4143 1404 curveto
27115 4150 1403 4157 1402 4165 1401 curveto
27116 stroke
27117 0.000 0.000 0.000 edgecolor
27118 newpath 4165.88 1404.39 moveto
27119 4175 1399 lineto
27120 4164.51 1397.53 lineto
27121 closepath fill
27122 1 setlinewidth
27123 solid
27124 0.000 0.000 0.000 edgecolor
27125 newpath 4165.88 1404.39 moveto
27126 4175 1399 lineto
27127 4164.51 1397.53 lineto
27128 closepath stroke
27129 grestore
27130 % cmcmcimmc->cmcmcimim
27131 gsave
27132 1 setlinewidth
27133 0.000 0.000 0.000 edgecolor
27134 newpath 1218 1453 moveto
27135 1128 1441 924 1415 914 1404 curveto
27136 862 1343 881 1296 914 1224 curveto
27137 935 1179 956 1177 997 1152 curveto
27138 1015 1141 1319 1015 1338 1008 curveto
27139 1521 937 1568 923 1754 864 curveto
27140 1801 848 1855 833 1892 823 curveto
27141 stroke
27142 0.000 0.000 0.000 edgecolor
27143 newpath 1893.43 826.23 moveto
27144 1902 820 lineto
27145 1891.42 819.52 lineto
27146 closepath fill
27147 1 setlinewidth
27148 solid
27149 0.000 0.000 0.000 edgecolor
27150 newpath 1893.43 826.23 moveto
27151 1902 820 lineto
27152 1891.42 819.52 lineto
27153 closepath stroke
27154 grestore
27155 % cimmcimmi
27156 gsave
27157 1 setlinewidth
27158 0.000 0.000 0.000 nodecolor
27159 2579 1746 39.11 18 ellipse_path stroke
27160 0.000 0.000 0.000 nodecolor
27161 14 /Times-Roman set_font
27162 2558.5 1741.9 moveto 41 (ci--ci--i) alignedtext
27163 grestore
27164 % cimmcimm_ccimmcimm
27165 gsave
27166 1 setlinewidth
27167 0.000 0.000 0.000 nodecolor
27168 3067 1602 73.16 18 ellipse_path stroke
27169 0.000 0.000 0.000 nodecolor
27170 14 /Times-Roman set_font
27171 3022 1597.9 moveto 90 (ci--ci--=cci--ci--) alignedtext
27172 grestore
27173 % cimmcimmi->cimmcimm_ccimmcimm
27174 gsave
27175 1 setlinewidth
27176 0.000 0.000 0.000 edgecolor
27177 newpath 2610 1735 moveto
27178 2617 1732 2625 1730 2632 1728 curveto
27179 2698 1708 2716 1710 2782 1692 curveto
27180 2863 1669 2957 1639 3014 1620 curveto
27181 stroke
27182 0.000 0.000 0.000 edgecolor
27183 newpath 3015.43 1623.23 moveto
27184 3024 1617 lineto
27185 3013.42 1616.52 lineto
27186 closepath fill
27187 1 setlinewidth
27188 solid
27189 0.000 0.000 0.000 edgecolor
27190 newpath 3015.43 1623.23 moveto
27191 3024 1617 lineto
27192 3013.42 1616.52 lineto
27193 closepath stroke
27194 grestore
27195 % cimmcimmi->cimmcmmi_ccimmcmmi
27196 gsave
27197 1 setlinewidth
27198 0.000 0.000 0.000 edgecolor
27199 newpath 2609 1734 moveto
27200 2616 1732 2624 1729 2632 1728 curveto
27201 2871 1680 2936 1710 3178 1692 curveto
27202 3218 1689 3263 1685 3301 1682 curveto
27203 stroke
27204 0.000 0.000 0.000 edgecolor
27205 newpath 3301.4 1685.48 moveto
27206 3311 1681 lineto
27207 3300.7 1678.51 lineto
27208 closepath fill
27209 1 setlinewidth
27210 solid
27211 0.000 0.000 0.000 edgecolor
27212 newpath 3301.4 1685.48 moveto
27213 3311 1681 lineto
27214 3300.7 1678.51 lineto
27215 closepath stroke
27216 grestore
27217 % cimmcimmi->cmcmcimmi
27218 gsave
27219 1 setlinewidth
27220 0.000 0.000 0.000 edgecolor
27221 newpath 2543 1738 moveto
27222 2527 1735 2506 1731 2488 1728 curveto
27223 2384 1709 2354 1721 2251 1692 curveto
27224 2214 1680 2208 1666 2170 1656 curveto
27225 2054 1623 2019 1648 1901 1620 curveto
27226 1898 1619 1895 1618 1892 1617 curveto
27227 stroke
27228 0.000 0.000 0.000 edgecolor
27229 newpath 1892.58 1613.52 moveto
27230 1882 1614 lineto
27231 1890.57 1620.23 lineto
27232 closepath fill
27233 1 setlinewidth
27234 solid
27235 0.000 0.000 0.000 edgecolor
27236 newpath 1892.58 1613.52 moveto
27237 1882 1614 lineto
27238 1890.57 1620.23 lineto
27239 closepath stroke
27240 grestore
27241 % cimmcimm_ccimmcimm->cimmcmcm_ccimmcmcm
27242 gsave
27243 1 setlinewidth
27244 0.000 0.000 0.000 edgecolor
27245 newpath 3103 1586 moveto
27246 3128 1575 3160 1561 3187 1550 curveto
27247 stroke
27248 0.000 0.000 0.000 edgecolor
27249 newpath 3188.28 1553.26 moveto
27250 3196 1546 lineto
27251 3185.44 1546.86 lineto
27252 closepath fill
27253 1 setlinewidth
27254 solid
27255 0.000 0.000 0.000 edgecolor
27256 newpath 3188.28 1553.26 moveto
27257 3196 1546 lineto
27258 3185.44 1546.86 lineto
27259 closepath stroke
27260 grestore
27261 % cimmcimm_ccimmcimm->cmcmcimm_ccmcmcimm
27262 gsave
27263 1 setlinewidth
27264 0.000 0.000 0.000 edgecolor
27265 newpath 3003 1593 moveto
27266 2974 1590 2940 1586 2909 1584 curveto
27267 2407 1547 2280 1574 1777 1548 curveto
27268 1726 1545 1668 1541 1621 1537 curveto
27269 stroke
27270 0.000 0.000 0.000 edgecolor
27271 newpath 1621.3 1533.51 moveto
27272 1611 1536 lineto
27273 1620.6 1540.48 lineto
27274 closepath fill
27275 1 setlinewidth
27276 solid
27277 0.000 0.000 0.000 edgecolor
27278 newpath 1621.3 1533.51 moveto
27279 1611 1536 lineto
27280 1620.6 1540.48 lineto
27281 closepath stroke
27282 grestore
27283 % cimmcimm_ccimmcimm->cicmmcimm
27284 gsave
27285 1 setlinewidth
27286 0.000 0.000 0.000 edgecolor
27287 newpath 3140 1600 moveto
27288 3265 1596 3532 1588 3757 1584 curveto
27289 4377 1571 5927 1595 6545 1548 curveto
27290 6570 1545 6599 1542 6623 1539 curveto
27291 stroke
27292 0.000 0.000 0.000 edgecolor
27293 newpath 6623.88 1542.39 moveto
27294 6633 1537 lineto
27295 6622.51 1535.53 lineto
27296 closepath fill
27297 1 setlinewidth
27298 solid
27299 0.000 0.000 0.000 edgecolor
27300 newpath 6623.88 1542.39 moveto
27301 6633 1537 lineto
27302 6622.51 1535.53 lineto
27303 closepath stroke
27304 grestore
27305 % cimmcimm_ccimmcimm->cimmcicmm
27306 gsave
27307 1 setlinewidth
27308 0.000 0.000 0.000 edgecolor
27309 newpath 3137 1597 moveto
27310 3193 1592 3273 1587 3344 1584 curveto
27311 3944 1556 4098 1616 4693 1548 curveto
27312 4707 1546 4721 1544 4735 1541 curveto
27313 stroke
27314 0.000 0.000 0.000 edgecolor
27315 newpath 4735.88 1544.39 moveto
27316 4745 1539 lineto
27317 4734.51 1537.53 lineto
27318 closepath fill
27319 1 setlinewidth
27320 solid
27321 0.000 0.000 0.000 edgecolor
27322 newpath 4735.88 1544.39 moveto
27323 4745 1539 lineto
27324 4734.51 1537.53 lineto
27325 closepath stroke
27326 grestore
27327 % cimmcimm_ccimmcimm->cimmcimmc
27328 gsave
27329 1 setlinewidth
27330 0.000 0.000 0.000 edgecolor
27331 newpath 3006 1592 moveto
27332 2952 1583 2871 1567 2801 1548 curveto
27333 2798 1547 2795 1546 2792 1545 curveto
27334 stroke
27335 0.000 0.000 0.000 edgecolor
27336 newpath 2792.58 1541.52 moveto
27337 2782 1542 lineto
27338 2790.57 1548.23 lineto
27339 closepath fill
27340 1 setlinewidth
27341 solid
27342 0.000 0.000 0.000 edgecolor
27343 newpath 2792.58 1541.52 moveto
27344 2782 1542 lineto
27345 2790.57 1548.23 lineto
27346 closepath stroke
27347 grestore
27348 % cimmcmmi_ccimmcmmi->cmcmcmmi_ccmcmcmmi
27349 gsave
27350 1 setlinewidth
27351 0.000 0.000 0.000 edgecolor
27352 newpath 3310 1668 moveto
27353 3264 1664 3201 1659 3145 1656 curveto
27354 2825 1635 2740 1676 2423 1620 curveto
27355 2371 1610 2361 1595 2309 1584 curveto
27356 2275 1576 2065 1552 1946 1539 curveto
27357 stroke
27358 0.000 0.000 0.000 edgecolor
27359 newpath 1946.3 1535.51 moveto
27360 1936 1538 lineto
27361 1945.6 1542.48 lineto
27362 closepath fill
27363 1 setlinewidth
27364 solid
27365 0.000 0.000 0.000 edgecolor
27366 newpath 1946.3 1535.51 moveto
27367 1936 1538 lineto
27368 1945.6 1542.48 lineto
27369 closepath stroke
27370 grestore
27371 % cimmcmmi_ccimmcmmi->cimmcmcm_ccimmcmcm
27372 gsave
27373 1 setlinewidth
27374 0.000 0.000 0.000 edgecolor
27375 newpath 3361 1656 moveto
27376 3335 1631 3288 1585 3258 1555 curveto
27377 stroke
27378 0.000 0.000 0.000 edgecolor
27379 newpath 3260.55 1552.6 moveto
27380 3251 1548 lineto
27381 3255.6 1557.55 lineto
27382 closepath fill
27383 1 setlinewidth
27384 solid
27385 0.000 0.000 0.000 edgecolor
27386 newpath 3260.55 1552.6 moveto
27387 3251 1548 lineto
27388 3255.6 1557.55 lineto
27389 closepath stroke
27390 grestore
27391 % cimmcmmi_ccimmcmmi->cicmmcmmi
27392 gsave
27393 1 setlinewidth
27394 0.000 0.000 0.000 edgecolor
27395 newpath 3430 1661 moveto
27396 3440 1659 3451 1657 3461 1656 curveto
27397 3789 1618 6097 1628 6427 1620 curveto
27398 6579 1615 6758 1608 6844 1604 curveto
27399 stroke
27400 0.000 0.000 0.000 edgecolor
27401 newpath 6844 1607.5 moveto
27402 6854 1604 lineto
27403 6844 1600.5 lineto
27404 closepath fill
27405 1 setlinewidth
27406 solid
27407 0.000 0.000 0.000 edgecolor
27408 newpath 6844 1607.5 moveto
27409 6854 1604 lineto
27410 6844 1600.5 lineto
27411 closepath stroke
27412 grestore
27413 % cimmcmmi_ccimmcmmi->cimmcmmci
27414 gsave
27415 1 setlinewidth
27416 0.000 0.000 0.000 edgecolor
27417 newpath 3430 1661 moveto
27418 3440 1659 3451 1657 3461 1656 curveto
27419 4188 1569 4378 1679 5107 1620 curveto
27420 5133 1617 5162 1614 5185 1611 curveto
27421 stroke
27422 0.000 0.000 0.000 edgecolor
27423 newpath 5185.88 1614.39 moveto
27424 5195 1609 lineto
27425 5184.51 1607.53 lineto
27426 closepath fill
27427 1 setlinewidth
27428 solid
27429 0.000 0.000 0.000 edgecolor
27430 newpath 5185.88 1614.39 moveto
27431 5195 1609 lineto
27432 5184.51 1607.53 lineto
27433 closepath stroke
27434 grestore
27435 % cimmcmmi_ccimmcmmi->cimmcmmic
27436 gsave
27437 1 setlinewidth
27438 0.000 0.000 0.000 edgecolor
27439 newpath 3431 1661 moveto
27440 3441 1659 3451 1657 3461 1656 curveto
27441 3715 1620 3785 1668 4036 1620 curveto
27442 4041 1619 4045 1618 4050 1616 curveto
27443 stroke
27444 0.000 0.000 0.000 edgecolor
27445 newpath 4050.88 1619.39 moveto
27446 4060 1614 lineto
27447 4049.51 1612.53 lineto
27448 closepath fill
27449 1 setlinewidth
27450 solid
27451 0.000 0.000 0.000 edgecolor
27452 newpath 4050.88 1619.39 moveto
27453 4060 1614 lineto
27454 4049.51 1612.53 lineto
27455 closepath stroke
27456 grestore
27457 % cmcmcimmi->cmcmcmmi_ccmcmcmmi
27458 gsave
27459 1 setlinewidth
27460 0.000 0.000 0.000 edgecolor
27461 newpath 1855 1584 moveto
27462 1856 1576 1858 1567 1860 1558 curveto
27463 stroke
27464 0.000 0.000 0.000 edgecolor
27465 newpath 1863.47 1558.49 moveto
27466 1862 1548 lineto
27467 1856.61 1557.12 lineto
27468 closepath fill
27469 1 setlinewidth
27470 solid
27471 0.000 0.000 0.000 edgecolor
27472 newpath 1863.47 1558.49 moveto
27473 1862 1548 lineto
27474 1856.61 1557.12 lineto
27475 closepath stroke
27476 grestore
27477 % cmcmcimmi->cmcmcimm_ccmcmcimm
27478 gsave
27479 1 setlinewidth
27480 0.000 0.000 0.000 edgecolor
27481 newpath 1814 1594 moveto
27482 1763 1582 1667 1560 1603 1545 curveto
27483 stroke
27484 0.000 0.000 0.000 edgecolor
27485 newpath 1603.49 1541.53 moveto
27486 1593 1543 lineto
27487 1602.12 1548.39 lineto
27488 closepath fill
27489 1 setlinewidth
27490 solid
27491 0.000 0.000 0.000 edgecolor
27492 newpath 1603.49 1541.53 moveto
27493 1593 1543 lineto
27494 1602.12 1548.39 lineto
27495 closepath stroke
27496 grestore
27497 % cmcmcimmi->cmmcimmi_ccmmcimmi
27498 gsave
27499 1 setlinewidth
27500 0.000 0.000 0.000 edgecolor
27501 newpath 1881 1589 moveto
27502 1887 1587 1894 1585 1901 1584 curveto
27503 2078 1551 3335 1556 3513 1548 curveto
27504 3565 1545 3623 1541 3668 1537 curveto
27505 stroke
27506 0.000 0.000 0.000 edgecolor
27507 newpath 3668.4 1540.48 moveto
27508 3678 1536 lineto
27509 3667.7 1533.51 lineto
27510 closepath fill
27511 1 setlinewidth
27512 solid
27513 0.000 0.000 0.000 edgecolor
27514 newpath 3668.4 1540.48 moveto
27515 3678 1536 lineto
27516 3667.7 1533.51 lineto
27517 closepath stroke
27518 grestore
27519 % cimmci_ccimmci_cicimmci
27520 gsave
27521 1 setlinewidth
27522 0.000 0.000 0.000 nodecolor
27523 5756 1890 93.81 18 ellipse_path stroke
27524 0.000 0.000 0.000 nodecolor
27525 14 /Times-Roman set_font
27526 5696.5 1885.9 moveto 119 (ci--ci=cci--ci=cici--ci) alignedtext
27527 grestore
27528 % cimmci_ccimmci_cicimmci->cicmcmci_ccicmcmci
27529 gsave
27530 1 setlinewidth
27531 0.000 0.000 0.000 edgecolor
27532 newpath 5836 1881 moveto
27533 5867 1877 5903 1874 5935 1872 curveto
27534 6430 1839 6556 1878 7051 1836 curveto
27535 7068 1834 7086 1832 7103 1830 curveto
27536 stroke
27537 0.000 0.000 0.000 edgecolor
27538 newpath 7103.4 1833.48 moveto
27539 7113 1829 lineto
27540 7102.7 1826.51 lineto
27541 closepath fill
27542 1 setlinewidth
27543 solid
27544 0.000 0.000 0.000 edgecolor
27545 newpath 7103.4 1833.48 moveto
27546 7113 1829 lineto
27547 7102.7 1826.51 lineto
27548 closepath stroke
27549 grestore
27550 % cimmci_ccimmci_cicimmci->cimmcic_ccimmcic_cicimmcic
27551 gsave
27552 1 setlinewidth
27553 0.000 0.000 0.000 edgecolor
27554 newpath 5686 1878 moveto
27555 5674 1876 5660 1874 5648 1872 curveto
27556 5560 1858 5460 1842 5390 1832 curveto
27557 stroke
27558 0.000 0.000 0.000 edgecolor
27559 newpath 5390.49 1828.53 moveto
27560 5380 1830 lineto
27561 5389.12 1835.39 lineto
27562 closepath fill
27563 1 setlinewidth
27564 solid
27565 0.000 0.000 0.000 edgecolor
27566 newpath 5390.49 1828.53 moveto
27567 5380 1830 lineto
27568 5389.12 1835.39 lineto
27569 closepath stroke
27570 grestore
27571 % cimmci_ccimmci_cicimmci->cimmcimmi
27572 gsave
27573 1 setlinewidth
27574 0.000 0.000 0.000 edgecolor
27575 newpath 5681 1879 moveto
27576 5659 1876 5633 1873 5610 1872 curveto
27577 5085 1831 4950 1882 4424 1836 curveto
27578 4314 1826 4288 1809 4177 1800 curveto
27579 3525 1744 3356 1819 2703 1764 curveto
27580 2678 1761 2649 1757 2626 1754 curveto
27581 stroke
27582 0.000 0.000 0.000 edgecolor
27583 newpath 2626.49 1750.53 moveto
27584 2616 1752 lineto
27585 2625.12 1757.39 lineto
27586 closepath fill
27587 1 setlinewidth
27588 solid
27589 0.000 0.000 0.000 edgecolor
27590 newpath 2626.49 1750.53 moveto
27591 2616 1752 lineto
27592 2625.12 1757.39 lineto
27593 closepath stroke
27594 grestore
27595 % cimmci_ccimmci_cicimmci->cmmimmci_ccmmimmci
27596 gsave
27597 1 setlinewidth
27598 0.000 0.000 0.000 edgecolor
27599 newpath 5681 1879 moveto
27600 5659 1876 5633 1873 5610 1872 curveto
27601 4977 1825 4813 1908 4182 1836 curveto
27602 4174 1835 4166 1834 4158 1832 curveto
27603 stroke
27604 0.000 0.000 0.000 edgecolor
27605 newpath 4158.49 1828.53 moveto
27606 4148 1830 lineto
27607 4157.12 1835.39 lineto
27608 closepath fill
27609 1 setlinewidth
27610 solid
27611 0.000 0.000 0.000 edgecolor
27612 newpath 4158.49 1828.53 moveto
27613 4148 1830 lineto
27614 4157.12 1835.39 lineto
27615 closepath stroke
27616 grestore
27617 % mmcimmci
27618 gsave
27619 1 setlinewidth
27620 0.000 0.000 0.000 nodecolor
27621 5367 1602 37.02 18 ellipse_path stroke
27622 0.000 0.000 0.000 nodecolor
27623 14 /Times-Roman set_font
27624 5348 1597.9 moveto 38 (--ci--ci) alignedtext
27625 grestore
27626 % cimmci_ccimmci_cicimmci->mmcimmci
27627 gsave
27628 1 setlinewidth
27629 0.000 0.000 0.000 edgecolor
27630 newpath 5740 1872 moveto
27631 5707 1838 5629 1762 5546 1728 curveto
27632 5491 1704 5319 1737 5279 1692 curveto
27633 5269 1679 5272 1669 5279 1656 curveto
27634 5289 1637 5309 1625 5326 1616 curveto
27635 stroke
27636 0.000 0.000 0.000 edgecolor
27637 newpath 5328.02 1618.96 moveto
27638 5336 1612 lineto
27639 5325.42 1612.46 lineto
27640 closepath fill
27641 1 setlinewidth
27642 solid
27643 0.000 0.000 0.000 edgecolor
27644 newpath 5328.02 1618.96 moveto
27645 5336 1612 lineto
27646 5325.42 1612.46 lineto
27647 closepath stroke
27648 grestore
27649 % cmmimmci_ccmmimmci->cmmicmmci
27650 gsave
27651 1 setlinewidth
27652 0.000 0.000 0.000 edgecolor
27653 newpath 4166 1814 moveto
27654 4314 1805 4665 1784 4959 1764 curveto
27655 5176 1749 5230 1742 5446 1728 curveto
27656 5517 1723 6013 1722 6077 1692 curveto
27657 6096 1682 6090 1665 6110 1656 curveto
27658 6246 1587 6300 1646 6451 1620 curveto
27659 6565 1599 6697 1563 6765 1543 curveto
27660 stroke
27661 0.000 0.000 0.000 edgecolor
27662 newpath 6766.43 1546.23 moveto
27663 6775 1540 lineto
27664 6764.42 1539.52 lineto
27665 closepath fill
27666 1 setlinewidth
27667 solid
27668 0.000 0.000 0.000 edgecolor
27669 newpath 6766.43 1546.23 moveto
27670 6775 1540 lineto
27671 6764.42 1539.52 lineto
27672 closepath stroke
27673 grestore
27674 % cmmimmci_ccmmimmci->cmmimmcic
27675 gsave
27676 1 setlinewidth
27677 0.000 0.000 0.000 edgecolor
27678 newpath 4036 1807 moveto
27679 3989 1798 3929 1782 3912 1764 curveto
27680 3897 1747 3894 1722 3893 1702 curveto
27681 stroke
27682 0.000 0.000 0.000 edgecolor
27683 newpath 3896.5 1702 moveto
27684 3893 1692 lineto
27685 3889.5 1702 lineto
27686 closepath fill
27687 1 setlinewidth
27688 solid
27689 0.000 0.000 0.000 edgecolor
27690 newpath 3896.5 1702 moveto
27691 3893 1692 lineto
27692 3889.5 1702 lineto
27693 closepath stroke
27694 grestore
27695 % cmcmmcmci
27696 gsave
27697 1 setlinewidth
27698 0.000 0.000 0.000 nodecolor
27699 2136 1746 43.97 18 ellipse_path stroke
27700 0.000 0.000 0.000 nodecolor
27701 14 /Times-Roman set_font
27702 2112 1741.9 moveto 48 (c-c--c-ci) alignedtext
27703 grestore
27704 % cmmimmci_ccmmimmci->cmcmmcmci
27705 gsave
27706 1 setlinewidth
27707 0.000 0.000 0.000 edgecolor
27708 newpath 4036 1807 moveto
27709 4017 1804 3995 1801 3975 1800 curveto
27710 3336 1744 3173 1786 2531 1764 curveto
27711 2410 1759 2267 1753 2190 1749 curveto
27712 stroke
27713 0.000 0.000 0.000 edgecolor
27714 newpath 2190.3 1745.51 moveto
27715 2180 1748 lineto
27716 2189.6 1752.48 lineto
27717 closepath fill
27718 1 setlinewidth
27719 solid
27720 0.000 0.000 0.000 edgecolor
27721 newpath 2190.3 1745.51 moveto
27722 2180 1748 lineto
27723 2189.6 1752.48 lineto
27724 closepath stroke
27725 grestore
27726 % mmcimmci->mmcicmmci
27727 gsave
27728 1 setlinewidth
27729 0.000 0.000 0.000 edgecolor
27730 newpath 5403 1597 moveto
27731 5435 1592 5484 1586 5527 1584 curveto
27732 5822 1563 6568 1602 6859 1548 curveto
27733 6863 1547 6866 1546 6869 1545 curveto
27734 stroke
27735 0.000 0.000 0.000 edgecolor
27736 newpath 6870.43 1548.23 moveto
27737 6879 1542 lineto
27738 6868.42 1541.52 lineto
27739 closepath fill
27740 1 setlinewidth
27741 solid
27742 0.000 0.000 0.000 edgecolor
27743 newpath 6870.43 1548.23 moveto
27744 6879 1542 lineto
27745 6868.42 1541.52 lineto
27746 closepath stroke
27747 grestore
27748 % mmcimmci->mmcimmcic
27749 gsave
27750 1 setlinewidth
27751 0.000 0.000 0.000 edgecolor
27752 newpath 5353 1585 moveto
27753 5346 1576 5337 1565 5329 1555 curveto
27754 stroke
27755 0.000 0.000 0.000 edgecolor
27756 newpath 5331.8 1552.9 moveto
27757 5323 1547 lineto
27758 5326.2 1557.1 lineto
27759 closepath fill
27760 1 setlinewidth
27761 solid
27762 0.000 0.000 0.000 edgecolor
27763 newpath 5331.8 1552.9 moveto
27764 5323 1547 lineto
27765 5326.2 1557.1 lineto
27766 closepath stroke
27767 grestore
27768 % mmcimmci->mmcmcmci
27769 gsave
27770 1 setlinewidth
27771 0.000 0.000 0.000 edgecolor
27772 newpath 5334 1593 moveto
27773 5319 1590 5300 1586 5283 1584 curveto
27774 4786 1523 4651 1632 4157 1548 curveto
27775 4105 1539 4096 1520 4043 1512 curveto
27776 3553 1428 3419 1535 2925 1476 curveto
27777 2911 1474 2897 1472 2884 1469 curveto
27778 stroke
27779 0.000 0.000 0.000 edgecolor
27780 newpath 2884.49 1465.53 moveto
27781 2874 1467 lineto
27782 2883.12 1472.39 lineto
27783 closepath fill
27784 1 setlinewidth
27785 solid
27786 0.000 0.000 0.000 edgecolor
27787 newpath 2884.49 1465.53 moveto
27788 2874 1467 lineto
27789 2883.12 1472.39 lineto
27790 closepath stroke
27791 grestore
27792 % cmmcimmci
27793 gsave
27794 1 setlinewidth
27795 0.000 0.000 0.000 nodecolor
27796 4749 1458 41.19 18 ellipse_path stroke
27797 0.000 0.000 0.000 nodecolor
27798 14 /Times-Roman set_font
27799 4727 1453.9 moveto 44 (c--ci--ci) alignedtext
27800 grestore
27801 % mmcimmci->cmmcimmci
27802 gsave
27803 1 setlinewidth
27804 0.000 0.000 0.000 edgecolor
27805 newpath 5339 1590 moveto
27806 5316 1580 5284 1565 5259 1548 curveto
27807 5240 1534 5243 1521 5221 1512 curveto
27808 5143 1476 4922 1488 4837 1476 curveto
27809 4823 1474 4809 1471 4795 1468 curveto
27810 stroke
27811 0.000 0.000 0.000 edgecolor
27812 newpath 4795.49 1464.53 moveto
27813 4785 1466 lineto
27814 4794.12 1471.39 lineto
27815 closepath fill
27816 1 setlinewidth
27817 solid
27818 0.000 0.000 0.000 edgecolor
27819 newpath 4795.49 1464.53 moveto
27820 4785 1466 lineto
27821 4794.12 1471.39 lineto
27822 closepath stroke
27823 grestore
27824 % cmcmcmmci->cmcmcmmc_ccmcmcmmc
27825 gsave
27826 1 setlinewidth
27827 0.000 0.000 0.000 edgecolor
27828 newpath 4489 1379 moveto
27829 4517 1372 4551 1359 4568 1332 curveto
27830 4577 1318 4579 1308 4568 1296 curveto
27831 4510 1226 4426 1329 4367 1260 curveto
27832 4352 1242 4359 1217 4368 1197 curveto
27833 stroke
27834 0.000 0.000 0.000 edgecolor
27835 newpath 4371.2 1198.44 moveto
27836 4373 1188 lineto
27837 4365.08 1195.04 lineto
27838 closepath fill
27839 1 setlinewidth
27840 solid
27841 0.000 0.000 0.000 edgecolor
27842 newpath 4371.2 1198.44 moveto
27843 4373 1188 lineto
27844 4365.08 1195.04 lineto
27845 closepath stroke
27846 grestore
27847 % cmmcmmci_ccmmcmmci
27848 gsave
27849 1 setlinewidth
27850 0.000 0.000 0.000 nodecolor
27851 4165 1170 79.22 18 ellipse_path stroke
27852 0.000 0.000 0.000 nodecolor
27853 14 /Times-Roman set_font
27854 4116 1165.9 moveto 98 (c--c--ci=cc--c--ci) alignedtext
27855 grestore
27856 % cmcmcmmci->cmmcmmci_ccmmcmmci
27857 gsave
27858 1 setlinewidth
27859 0.000 0.000 0.000 edgecolor
27860 newpath 4482 1374 moveto
27861 4501 1366 4524 1352 4535 1332 curveto
27862 4543 1318 4546 1308 4535 1296 curveto
27863 4484 1233 4434 1285 4356 1260 curveto
27864 4302 1242 4242 1212 4204 1192 curveto
27865 stroke
27866 0.000 0.000 0.000 edgecolor
27867 newpath 4205.44 1188.8 moveto
27868 4195 1187 lineto
27869 4202.04 1194.92 lineto
27870 closepath fill
27871 1 setlinewidth
27872 solid
27873 0.000 0.000 0.000 edgecolor
27874 newpath 4205.44 1188.8 moveto
27875 4195 1187 lineto
27876 4202.04 1194.92 lineto
27877 closepath stroke
27878 grestore
27879 % cmcmmimi_ccmcmmimi
27880 gsave
27881 1 setlinewidth
27882 0.000 0.000 0.000 nodecolor
27883 3273 1314 73.16 18 ellipse_path stroke
27884 0.000 0.000 0.000 nodecolor
27885 14 /Times-Roman set_font
27886 3228 1309.9 moveto 90 (c-c--i-i=cc-c--i-i) alignedtext
27887 grestore
27888 % cmcmcmmci->cmcmmimi_ccmcmmimi
27889 gsave
27890 1 setlinewidth
27891 0.000 0.000 0.000 edgecolor
27892 newpath 4415 1374 moveto
27893 4407 1371 4398 1369 4390 1368 curveto
27894 3937 1291 3812 1389 3355 1332 curveto
27895 3348 1331 3342 1330 3335 1329 curveto
27896 stroke
27897 0.000 0.000 0.000 edgecolor
27898 newpath 3335.49 1325.53 moveto
27899 3325 1327 lineto
27900 3334.12 1332.39 lineto
27901 closepath fill
27902 1 setlinewidth
27903 solid
27904 0.000 0.000 0.000 edgecolor
27905 newpath 3335.49 1325.53 moveto
27906 3325 1327 lineto
27907 3334.12 1332.39 lineto
27908 closepath stroke
27909 grestore
27910 % cmcmcmmic->cmcmcmcmc
27911 gsave
27912 1 setlinewidth
27913 0.000 0.000 0.000 edgecolor
27914 newpath 2939 1449 moveto
27915 2923 1446 2904 1443 2887 1440 curveto
27916 2774 1420 2736 1450 2630 1404 curveto
27917 2608 1393 2609 1380 2587 1368 curveto
27918 2555 1349 2514 1335 2483 1327 curveto
27919 stroke
27920 0.000 0.000 0.000 edgecolor
27921 newpath 2483.58 1323.52 moveto
27922 2473 1324 lineto
27923 2481.57 1330.23 lineto
27924 closepath fill
27925 1 setlinewidth
27926 solid
27927 0.000 0.000 0.000 edgecolor
27928 newpath 2483.58 1323.52 moveto
27929 2473 1324 lineto
27930 2481.57 1330.23 lineto
27931 closepath stroke
27932 grestore
27933 % cmmcmmic_ccmmcmmic
27934 gsave
27935 1 setlinewidth
27936 0.000 0.000 0.000 nodecolor
27937 3089 1242 79.22 18 ellipse_path stroke
27938 0.000 0.000 0.000 nodecolor
27939 14 /Times-Roman set_font
27940 3040 1237.9 moveto 98 (c--c--ic=cc--c--ic) alignedtext
27941 grestore
27942 % cmcmcmmic->cmmcmmic_ccmmcmmic
27943 gsave
27944 1 setlinewidth
27945 0.000 0.000 0.000 edgecolor
27946 newpath 3001 1442 moveto
27947 3014 1433 3029 1419 3039 1404 curveto
27948 3054 1381 3073 1310 3083 1270 curveto
27949 stroke
27950 0.000 0.000 0.000 edgecolor
27951 newpath 3086.47 1270.49 moveto
27952 3085 1260 lineto
27953 3079.61 1269.12 lineto
27954 closepath fill
27955 1 setlinewidth
27956 solid
27957 0.000 0.000 0.000 edgecolor
27958 newpath 3086.47 1270.49 moveto
27959 3085 1260 lineto
27960 3079.61 1269.12 lineto
27961 closepath stroke
27962 grestore
27963 % cmcmcmmic->cmcmmimic
27964 gsave
27965 1 setlinewidth
27966 0.000 0.000 0.000 edgecolor
27967 newpath 3003 1443 moveto
27968 3020 1433 3043 1418 3062 1404 curveto
27969 3123 1359 3129 1336 3191 1296 curveto
27970 3214 1281 3242 1268 3264 1258 curveto
27971 stroke
27972 0.000 0.000 0.000 edgecolor
27973 newpath 3265.28 1261.26 moveto
27974 3273 1254 lineto
27975 3262.44 1254.86 lineto
27976 closepath fill
27977 1 setlinewidth
27978 solid
27979 0.000 0.000 0.000 edgecolor
27980 newpath 3265.28 1261.26 moveto
27981 3273 1254 lineto
27982 3262.44 1254.86 lineto
27983 closepath stroke
27984 grestore
27985 % mmcimmc->mmcicmcmc
27986 gsave
27987 1 setlinewidth
27988 0.000 0.000 0.000 edgecolor
27989 newpath 4305 1450 moveto
27990 4320 1447 4339 1443 4355 1440 curveto
27991 4469 1419 4498 1422 4611 1404 curveto
27992 4625 1402 4641 1399 4655 1396 curveto
27993 stroke
27994 0.000 0.000 0.000 edgecolor
27995 newpath 4655.88 1399.39 moveto
27996 4665 1394 lineto
27997 4654.51 1392.53 lineto
27998 closepath fill
27999 1 setlinewidth
28000 solid
28001 0.000 0.000 0.000 edgecolor
28002 newpath 4655.88 1399.39 moveto
28003 4665 1394 lineto
28004 4654.51 1392.53 lineto
28005 closepath stroke
28006 grestore
28007 % mmcimmc->cmmcimmc_ccmmcimmc
28008 gsave
28009 1 setlinewidth
28010 0.000 0.000 0.000 edgecolor
28011 newpath 4263 1441 moveto
28012 4258 1433 4252 1422 4246 1413 curveto
28013 stroke
28014 0.000 0.000 0.000 edgecolor
28015 newpath 4248.92 1411.04 moveto
28016 4241 1404 lineto
28017 4242.8 1414.44 lineto
28018 closepath fill
28019 1 setlinewidth
28020 solid
28021 0.000 0.000 0.000 edgecolor
28022 newpath 4248.92 1411.04 moveto
28023 4241 1404 lineto
28024 4242.8 1414.44 lineto
28025 closepath stroke
28026 grestore
28027 % cimmicimm
28028 gsave
28029 1 setlinewidth
28030 0.000 0.000 0.000 nodecolor
28031 3927 1818 39.11 18 ellipse_path stroke
28032 0.000 0.000 0.000 nodecolor
28033 14 /Times-Roman set_font
28034 3906.5 1813.9 moveto 41 (ci--ici--) alignedtext
28035 grestore
28036 % cimmicimm->cimmicmcm
28037 gsave
28038 1 setlinewidth
28039 0.000 0.000 0.000 edgecolor
28040 newpath 3957 1806 moveto
28041 3965 1804 3972 1802 3980 1800 curveto
28042 4098 1772 4131 1789 4248 1764 curveto
28043 4342 1743 4448 1708 4505 1688 curveto
28044 stroke
28045 0.000 0.000 0.000 edgecolor
28046 newpath 4506.43 1691.23 moveto
28047 4515 1685 lineto
28048 4504.42 1684.52 lineto
28049 closepath fill
28050 1 setlinewidth
28051 solid
28052 0.000 0.000 0.000 edgecolor
28053 newpath 4506.43 1691.23 moveto
28054 4515 1685 lineto
28055 4504.42 1684.52 lineto
28056 closepath stroke
28057 grestore
28058 % cimmicimm->cimmcimm_ccimmcimm
28059 gsave
28060 1 setlinewidth
28061 0.000 0.000 0.000 edgecolor
28062 newpath 3899 1805 moveto
28063 3892 1803 3886 1801 3879 1800 curveto
28064 3718 1766 3294 1819 3139 1764 curveto
28065 3089 1745 3067 1739 3043 1692 curveto
28066 3034 1672 3041 1647 3050 1629 curveto
28067 stroke
28068 0.000 0.000 0.000 edgecolor
28069 newpath 3053.2 1630.44 moveto
28070 3055 1620 lineto
28071 3047.08 1627.04 lineto
28072 closepath fill
28073 1 setlinewidth
28074 solid
28075 0.000 0.000 0.000 edgecolor
28076 newpath 3053.2 1630.44 moveto
28077 3055 1620 lineto
28078 3047.08 1627.04 lineto
28079 closepath stroke
28080 grestore
28081 % cimmicimm->cmmicimm_ccmmicimm
28082 gsave
28083 1 setlinewidth
28084 0.000 0.000 0.000 edgecolor
28085 newpath 3899 1805 moveto
28086 3892 1803 3886 1801 3879 1800 curveto
28087 3509 1724 3406 1806 3030 1764 curveto
28088 2943 1754 2923 1742 2835 1728 curveto
28089 2719 1709 2681 1739 2573 1692 curveto
28090 2551 1681 2553 1666 2530 1656 curveto
28091 2438 1613 2405 1639 2305 1620 curveto
28092 2300 1619 2295 1618 2290 1617 curveto
28093 stroke
28094 0.000 0.000 0.000 edgecolor
28095 newpath 2290.49 1613.53 moveto
28096 2280 1615 lineto
28097 2289.12 1620.39 lineto
28098 closepath fill
28099 1 setlinewidth
28100 solid
28101 0.000 0.000 0.000 edgecolor
28102 newpath 2290.49 1613.53 moveto
28103 2280 1615 lineto
28104 2289.12 1620.39 lineto
28105 closepath stroke
28106 grestore
28107 % cmmicimm_ccmmicimm->cmmicmcm_ccmmicmcm
28108 gsave
28109 1 setlinewidth
28110 0.000 0.000 0.000 edgecolor
28111 newpath 2294 1595 moveto
28112 2332 1591 2380 1586 2423 1584 curveto
28113 3048 1547 3207 1600 3829 1548 curveto
28114 3846 1546 3864 1544 3881 1542 curveto
28115 stroke
28116 0.000 0.000 0.000 edgecolor
28117 newpath 3881.4 1545.48 moveto
28118 3891 1541 lineto
28119 3880.7 1538.51 lineto
28120 closepath fill
28121 1 setlinewidth
28122 solid
28123 0.000 0.000 0.000 edgecolor
28124 newpath 3881.4 1545.48 moveto
28125 3891 1541 lineto
28126 3880.7 1538.51 lineto
28127 closepath stroke
28128 grestore
28129 % cmmicimm_ccmmicimm->cmcmcimm_ccmcmcimm
28130 gsave
28131 1 setlinewidth
28132 0.000 0.000 0.000 edgecolor
28133 newpath 2161 1594 moveto
28134 2133 1591 2100 1587 2069 1584 curveto
28135 1910 1567 1724 1548 1620 1538 curveto
28136 stroke
28137 0.000 0.000 0.000 edgecolor
28138 newpath 1620.3 1534.51 moveto
28139 1610 1537 lineto
28140 1619.6 1541.48 lineto
28141 closepath fill
28142 1 setlinewidth
28143 solid
28144 0.000 0.000 0.000 edgecolor
28145 newpath 1620.3 1534.51 moveto
28146 1610 1537 lineto
28147 1619.6 1541.48 lineto
28148 closepath stroke
28149 grestore
28150 % cmmicimm_ccmmicimm->cmmicimmc
28151 gsave
28152 1 setlinewidth
28153 0.000 0.000 0.000 edgecolor
28154 newpath 2194 1586 moveto
28155 2171 1575 2140 1560 2116 1549 curveto
28156 stroke
28157 0.000 0.000 0.000 edgecolor
28158 newpath 2117.44 1545.8 moveto
28159 2107 1544 lineto
28160 2114.04 1551.92 lineto
28161 closepath fill
28162 1 setlinewidth
28163 solid
28164 0.000 0.000 0.000 edgecolor
28165 newpath 2117.44 1545.8 moveto
28166 2107 1544 lineto
28167 2114.04 1551.92 lineto
28168 closepath stroke
28169 grestore
28170 % cimmici_ccimmici_cicimmici
28171 gsave
28172 1 setlinewidth
28173 0.000 0.000 0.000 nodecolor
28174 7021 2034 100.06 18 ellipse_path stroke
28175 0.000 0.000 0.000 nodecolor
28176 14 /Times-Roman set_font
28177 6957 2029.9 moveto 128 (ci--ici=cci--ici=cici--ici) alignedtext
28178 grestore
28179 % cimmici_ccimmici_cicimmici->cicmmici_ccicmmici
28180 gsave
28181 1 setlinewidth
28182 0.000 0.000 0.000 edgecolor
28183 newpath 7017 2016 moveto
28184 7015 2008 7013 1999 7011 1990 curveto
28185 stroke
28186 0.000 0.000 0.000 edgecolor
28187 newpath 7014.39 1989.12 moveto
28188 7009 1980 lineto
28189 7007.53 1990.49 lineto
28190 closepath fill
28191 1 setlinewidth
28192 solid
28193 0.000 0.000 0.000 edgecolor
28194 newpath 7014.39 1989.12 moveto
28195 7009 1980 lineto
28196 7007.53 1990.49 lineto
28197 closepath stroke
28198 grestore
28199 % cimmici_ccimmici_cicimmici->cimmicmmi
28200 gsave
28201 1 setlinewidth
28202 0.000 0.000 0.000 edgecolor
28203 newpath 7045 2016 moveto
28204 7058 2006 7075 1993 7089 1980 curveto
28205 7104 1965 7104 1956 7122 1944 curveto
28206 7152 1921 7166 1927 7198 1908 curveto
28207 7230 1888 7265 1860 7288 1841 curveto
28208 stroke
28209 0.000 0.000 0.000 edgecolor
28210 newpath 7290.78 1843.22 moveto
28211 7296 1834 lineto
28212 7286.17 1837.95 lineto
28213 closepath fill
28214 1 setlinewidth
28215 solid
28216 0.000 0.000 0.000 edgecolor
28217 newpath 7290.78 1843.22 moveto
28218 7296 1834 lineto
28219 7286.17 1837.95 lineto
28220 closepath stroke
28221 grestore
28222 % cimmici_ccimmici_cicimmici->cimmci_ccimmci_cicimmci
28223 gsave
28224 1 setlinewidth
28225 0.000 0.000 0.000 edgecolor
28226 newpath 6984 2017 moveto
28227 6935 1996 6845 1959 6764 1944 curveto
28228 6401 1874 6302 1934 5935 1908 curveto
28229 5907 1906 5876 1903 5847 1900 curveto
28230 stroke
28231 0.000 0.000 0.000 edgecolor
28232 newpath 5847.3 1896.51 moveto
28233 5837 1899 lineto
28234 5846.6 1903.48 lineto
28235 closepath fill
28236 1 setlinewidth
28237 solid
28238 0.000 0.000 0.000 edgecolor
28239 newpath 5847.3 1896.51 moveto
28240 5837 1899 lineto
28241 5846.6 1903.48 lineto
28242 closepath stroke
28243 grestore
28244 % cimmici_ccimmici_cicimmici->cimmicimm
28245 gsave
28246 1 setlinewidth
28247 0.000 0.000 0.000 edgecolor
28248 newpath 6953 2021 moveto
28249 6900 2010 6825 1995 6760 1980 curveto
28250 6696 1965 6681 1953 6617 1944 curveto
28251 6404 1913 5861 1958 5653 1908 curveto
28252 5617 1899 5614 1880 5577 1872 curveto
28253 5408 1831 4186 1855 4013 1836 curveto
28254 3999 1834 3985 1832 3972 1829 curveto
28255 stroke
28256 0.000 0.000 0.000 edgecolor
28257 newpath 3972.49 1825.53 moveto
28258 3962 1827 lineto
28259 3971.12 1832.39 lineto
28260 closepath fill
28261 1 setlinewidth
28262 solid
28263 0.000 0.000 0.000 edgecolor
28264 newpath 3972.49 1825.53 moveto
28265 3962 1827 lineto
28266 3971.12 1832.39 lineto
28267 closepath stroke
28268 grestore
28269 % cimmic_ccimmic_cicimmic
28270 gsave
28271 1 setlinewidth
28272 0.000 0.000 0.000 nodecolor
28273 7420 1890 93.81 18 ellipse_path stroke
28274 0.000 0.000 0.000 nodecolor
28275 14 /Times-Roman set_font
28276 7360.5 1885.9 moveto 119 (ci--ic=cci--ic=cici--ic) alignedtext
28277 grestore
28278 % cimmici_ccimmici_cicimmici->cimmic_ccimmic_cicimmic
28279 gsave
28280 1 setlinewidth
28281 0.000 0.000 0.000 edgecolor
28282 newpath 7052 2017 moveto
28283 7088 1997 7151 1964 7208 1944 curveto
28284 7252 1927 7303 1914 7344 1905 curveto
28285 stroke
28286 0.000 0.000 0.000 edgecolor
28287 newpath 7344.88 1908.39 moveto
28288 7354 1903 lineto
28289 7343.51 1901.53 lineto
28290 closepath fill
28291 1 setlinewidth
28292 solid
28293 0.000 0.000 0.000 edgecolor
28294 newpath 7344.88 1908.39 moveto
28295 7354 1903 lineto
28296 7343.51 1901.53 lineto
28297 closepath stroke
28298 grestore
28299 % mmcimmici
28300 gsave
28301 1 setlinewidth
28302 0.000 0.000 0.000 nodecolor
28303 4949 1674 39.11 18 ellipse_path stroke
28304 0.000 0.000 0.000 nodecolor
28305 14 /Times-Roman set_font
28306 4928.5 1669.9 moveto 41 (--ci--ici) alignedtext
28307 grestore
28308 % cimmici_ccimmici_cicimmici->mmcimmici
28309 gsave
28310 1 setlinewidth
28311 0.000 0.000 0.000 edgecolor
28312 newpath 7092 2021 moveto
28313 7223 1997 7496 1942 7523 1908 curveto
28314 7552 1870 7547 1841 7523 1800 curveto
28315 7488 1742 7455 1745 7390 1728 curveto
28316 7267 1695 5238 1700 5111 1692 curveto
28317 5072 1689 5029 1684 4997 1680 curveto
28318 stroke
28319 0.000 0.000 0.000 edgecolor
28320 newpath 4997.3 1676.51 moveto
28321 4987 1679 lineto
28322 4996.6 1683.48 lineto
28323 closepath fill
28324 1 setlinewidth
28325 solid
28326 0.000 0.000 0.000 edgecolor
28327 newpath 4997.3 1676.51 moveto
28328 4987 1679 lineto
28329 4996.6 1683.48 lineto
28330 closepath stroke
28331 grestore
28332 % cimmic_ccimmic_cicimmic->cimmicmm_ccimmicmm
28333 gsave
28334 1 setlinewidth
28335 0.000 0.000 0.000 edgecolor
28336 newpath 7511 1885 moveto
28337 7615 1878 7777 1864 7832 1836 curveto
28338 7876 1813 7998 1692 7965 1656 curveto
28339 7930 1618 7563 1624 7513 1620 curveto
28340 7486 1617 7457 1614 7431 1611 curveto
28341 stroke
28342 0.000 0.000 0.000 edgecolor
28343 newpath 7431.3 1607.51 moveto
28344 7421 1610 lineto
28345 7430.6 1614.48 lineto
28346 closepath fill
28347 1 setlinewidth
28348 solid
28349 0.000 0.000 0.000 edgecolor
28350 newpath 7431.3 1607.51 moveto
28351 7421 1610 lineto
28352 7430.6 1614.48 lineto
28353 closepath stroke
28354 grestore
28355 % cimmic_ccimmic_cicimmic->cicmmic_ccicmmic
28356 gsave
28357 1 setlinewidth
28358 0.000 0.000 0.000 edgecolor
28359 newpath 7426 1872 moveto
28360 7429 1864 7432 1855 7434 1846 curveto
28361 stroke
28362 0.000 0.000 0.000 edgecolor
28363 newpath 7437.48 1846.58 moveto
28364 7437 1836 lineto
28365 7430.77 1844.57 lineto
28366 closepath fill
28367 1 setlinewidth
28368 solid
28369 0.000 0.000 0.000 edgecolor
28370 newpath 7437.48 1846.58 moveto
28371 7437 1836 lineto
28372 7430.77 1844.57 lineto
28373 closepath stroke
28374 grestore
28375 % cimmic_ccimmic_cicimmic->cimmcic_ccimmcic_cicimmcic
28376 gsave
28377 1 setlinewidth
28378 0.000 0.000 0.000 edgecolor
28379 newpath 7328 1886 moveto
28380 7230 1882 7073 1876 6937 1872 curveto
28381 6365 1851 5683 1830 5415 1821 curveto
28382 stroke
28383 0.000 0.000 0.000 edgecolor
28384 newpath 5415 1817.5 moveto
28385 5405 1821 lineto
28386 5415 1824.5 lineto
28387 closepath fill
28388 1 setlinewidth
28389 solid
28390 0.000 0.000 0.000 edgecolor
28391 newpath 5415 1817.5 moveto
28392 5405 1821 lineto
28393 5415 1824.5 lineto
28394 closepath stroke
28395 grestore
28396 % mmcimmic
28397 gsave
28398 1 setlinewidth
28399 0.000 0.000 0.000 nodecolor
28400 5061 1602 37.02 18 ellipse_path stroke
28401 0.000 0.000 0.000 nodecolor
28402 14 /Times-Roman set_font
28403 5042 1597.9 moveto 38 (--ci--ic) alignedtext
28404 grestore
28405 % cimmic_ccimmic_cicimmic->mmcimmic
28406 gsave
28407 1 setlinewidth
28408 0.000 0.000 0.000 edgecolor
28409 newpath 7473 1875 moveto
28410 7492 1867 7512 1854 7523 1836 curveto
28411 7531 1822 7528 1814 7523 1800 curveto
28412 7518 1789 7397 1660 7387 1656 curveto
28413 7274 1606 5306 1629 5183 1620 curveto
28414 5158 1617 5129 1613 5106 1610 curveto
28415 stroke
28416 0.000 0.000 0.000 edgecolor
28417 newpath 5106.49 1606.53 moveto
28418 5096 1608 lineto
28419 5105.12 1613.39 lineto
28420 closepath fill
28421 1 setlinewidth
28422 solid
28423 0.000 0.000 0.000 edgecolor
28424 newpath 5106.49 1606.53 moveto
28425 5096 1608 lineto
28426 5105.12 1613.39 lineto
28427 closepath stroke
28428 grestore
28429 % mmcimmici->mmcimmci
28430 gsave
28431 1 setlinewidth
28432 0.000 0.000 0.000 edgecolor
28433 newpath 4986 1668 moveto
28434 5048 1659 5176 1640 5283 1620 curveto
28435 5296 1618 5310 1615 5323 1612 curveto
28436 stroke
28437 0.000 0.000 0.000 edgecolor
28438 newpath 5324.43 1615.23 moveto
28439 5333 1609 lineto
28440 5322.42 1608.52 lineto
28441 closepath fill
28442 1 setlinewidth
28443 solid
28444 0.000 0.000 0.000 edgecolor
28445 newpath 5324.43 1615.23 moveto
28446 5333 1609 lineto
28447 5322.42 1608.52 lineto
28448 closepath stroke
28449 grestore
28450 % mmcimmici->mmcimmic
28451 gsave
28452 1 setlinewidth
28453 0.000 0.000 0.000 edgecolor
28454 newpath 4972 1659 moveto
28455 4989 1649 5012 1634 5030 1622 curveto
28456 stroke
28457 0.000 0.000 0.000 edgecolor
28458 newpath 5032.62 1624.46 moveto
28459 5039 1616 lineto
28460 5028.74 1618.63 lineto
28461 closepath fill
28462 1 setlinewidth
28463 solid
28464 0.000 0.000 0.000 edgecolor
28465 newpath 5032.62 1624.46 moveto
28466 5039 1616 lineto
28467 5028.74 1618.63 lineto
28468 closepath stroke
28469 grestore
28470 % mmcimmici->mmcmmici
28471 gsave
28472 1 setlinewidth
28473 0.000 0.000 0.000 edgecolor
28474 newpath 4910 1672 moveto
28475 4845 1668 4711 1661 4597 1656 curveto
28476 4224 1638 4131 1640 3757 1620 curveto
28477 3699 1616 2759 1560 2701 1548 curveto
28478 2698 1547 2695 1546 2692 1545 curveto
28479 stroke
28480 0.000 0.000 0.000 edgecolor
28481 newpath 2692.58 1541.52 moveto
28482 2682 1542 lineto
28483 2690.57 1548.23 lineto
28484 closepath fill
28485 1 setlinewidth
28486 solid
28487 0.000 0.000 0.000 edgecolor
28488 newpath 2692.58 1541.52 moveto
28489 2682 1542 lineto
28490 2690.57 1548.23 lineto
28491 closepath stroke
28492 grestore
28493 % cmmicmmc_ccmmicmmc->cmmimim_ccmmimim
28494 gsave
28495 1 setlinewidth
28496 0.000 0.000 0.000 edgecolor
28497 newpath 5370 1368 moveto
28498 5328 1293 5166 999 5115 909 curveto
28499 stroke
28500 0.000 0.000 0.000 edgecolor
28501 newpath 5117.92 907.04 moveto
28502 5110 900 lineto
28503 5111.8 910.44 lineto
28504 closepath fill
28505 1 setlinewidth
28506 solid
28507 0.000 0.000 0.000 edgecolor
28508 newpath 5117.92 907.04 moveto
28509 5110 900 lineto
28510 5111.8 910.44 lineto
28511 closepath stroke
28512 grestore
28513 % cmmicmmc_ccmmicmmc->cmcmcmmc_ccmcmcmmc
28514 gsave
28515 1 setlinewidth
28516 0.000 0.000 0.000 edgecolor
28517 newpath 5327 1373 moveto
28518 5292 1363 5246 1349 5206 1332 curveto
28519 5177 1319 5173 1307 5142 1296 curveto
28520 4914 1206 4624 1180 4477 1173 curveto
28521 stroke
28522 0.000 0.000 0.000 edgecolor
28523 newpath 4477 1169.5 moveto
28524 4467 1173 lineto
28525 4477 1176.5 lineto
28526 closepath fill
28527 1 setlinewidth
28528 solid
28529 0.000 0.000 0.000 edgecolor
28530 newpath 4477 1169.5 moveto
28531 4467 1173 lineto
28532 4477 1176.5 lineto
28533 closepath stroke
28534 grestore
28535 % cmmicmmc_ccmmicmmc->cmmcicmmc
28536 gsave
28537 1 setlinewidth
28538 0.000 0.000 0.000 edgecolor
28539 newpath 5323 1374 moveto
28540 5280 1364 5220 1349 5168 1332 curveto
28541 5129 1318 5122 1307 5082 1296 curveto
28542 4979 1267 4949 1283 4844 1260 curveto
28543 4839 1259 4835 1258 4831 1256 curveto
28544 stroke
28545 0.000 0.000 0.000 edgecolor
28546 newpath 4831.58 1252.52 moveto
28547 4821 1253 lineto
28548 4829.57 1259.23 lineto
28549 closepath fill
28550 1 setlinewidth
28551 solid
28552 0.000 0.000 0.000 edgecolor
28553 newpath 4831.58 1252.52 moveto
28554 4821 1253 lineto
28555 4829.57 1259.23 lineto
28556 closepath stroke
28557 grestore
28558 % cmmicmmi_ccmmicmmi->cmcmcmmi_ccmcmcmmi
28559 gsave
28560 1 setlinewidth
28561 0.000 0.000 0.000 edgecolor
28562 newpath 4343 1596 moveto
28563 4289 1592 4210 1587 4141 1584 curveto
28564 3204 1544 2966 1607 2029 1548 curveto
28565 2002 1546 1971 1543 1944 1540 curveto
28566 stroke
28567 0.000 0.000 0.000 edgecolor
28568 newpath 1944.3 1536.51 moveto
28569 1934 1539 lineto
28570 1943.6 1543.48 lineto
28571 closepath fill
28572 1 setlinewidth
28573 solid
28574 0.000 0.000 0.000 edgecolor
28575 newpath 1944.3 1536.51 moveto
28576 1934 1539 lineto
28577 1943.6 1543.48 lineto
28578 closepath stroke
28579 grestore
28580 % cmmicmmi_ccmmicmmi->cmmicmcm_ccmmicmcm
28581 gsave
28582 1 setlinewidth
28583 0.000 0.000 0.000 edgecolor
28584 newpath 4351 1592 moveto
28585 4268 1579 4120 1556 4030 1542 curveto
28586 stroke
28587 0.000 0.000 0.000 edgecolor
28588 newpath 4030.49 1538.53 moveto
28589 4020 1540 lineto
28590 4029.12 1545.39 lineto
28591 closepath fill
28592 1 setlinewidth
28593 solid
28594 0.000 0.000 0.000 edgecolor
28595 newpath 4030.49 1538.53 moveto
28596 4020 1540 lineto
28597 4029.12 1545.39 lineto
28598 closepath stroke
28599 grestore
28600 % cmmicmmi_ccmmicmmi->cmmicmmci
28601 gsave
28602 1 setlinewidth
28603 0.000 0.000 0.000 edgecolor
28604 newpath 4464 1589 moveto
28605 4474 1587 4485 1585 4495 1584 curveto
28606 4987 1526 6229 1601 6721 1548 curveto
28607 6735 1546 6749 1544 6763 1541 curveto
28608 stroke
28609 0.000 0.000 0.000 edgecolor
28610 newpath 6763.88 1544.39 moveto
28611 6773 1539 lineto
28612 6762.51 1537.53 lineto
28613 closepath fill
28614 1 setlinewidth
28615 solid
28616 0.000 0.000 0.000 edgecolor
28617 newpath 6763.88 1544.39 moveto
28618 6773 1539 lineto
28619 6762.51 1537.53 lineto
28620 closepath stroke
28621 grestore
28622 % cmmicmmi_ccmmicmmi->cmmcicmmi
28623 gsave
28624 1 setlinewidth
28625 0.000 0.000 0.000 edgecolor
28626 newpath 4355 1591 moveto
28627 4303 1581 4224 1565 4157 1548 curveto
28628 4106 1534 4095 1523 4043 1512 curveto
28629 3978 1497 3783 1474 3691 1463 curveto
28630 stroke
28631 0.000 0.000 0.000 edgecolor
28632 newpath 3691.3 1459.51 moveto
28633 3681 1462 lineto
28634 3690.6 1466.48 lineto
28635 closepath fill
28636 1 setlinewidth
28637 solid
28638 0.000 0.000 0.000 edgecolor
28639 newpath 3691.3 1459.51 moveto
28640 3681 1462 lineto
28641 3690.6 1466.48 lineto
28642 closepath stroke
28643 grestore
28644 % cmmicmmi_ccmmicmmi->cmmicmmic
28645 gsave
28646 1 setlinewidth
28647 0.000 0.000 0.000 edgecolor
28648 newpath 4461 1588 moveto
28649 4498 1578 4549 1563 4593 1548 curveto
28650 4596 1547 4599 1546 4601 1545 curveto
28651 stroke
28652 0.000 0.000 0.000 edgecolor
28653 newpath 4602.43 1548.23 moveto
28654 4611 1542 lineto
28655 4600.42 1541.52 lineto
28656 closepath fill
28657 1 setlinewidth
28658 solid
28659 0.000 0.000 0.000 edgecolor
28660 newpath 4602.43 1548.23 moveto
28661 4611 1542 lineto
28662 4600.42 1541.52 lineto
28663 closepath stroke
28664 grestore
28665 % mmcimmic->mmcicmmic
28666 gsave
28667 1 setlinewidth
28668 0.000 0.000 0.000 edgecolor
28669 newpath 5035 1589 moveto
28670 5013 1577 4980 1561 4955 1549 curveto
28671 stroke
28672 0.000 0.000 0.000 edgecolor
28673 newpath 4956.44 1545.8 moveto
28674 4946 1544 lineto
28675 4953.04 1551.92 lineto
28676 closepath fill
28677 1 setlinewidth
28678 solid
28679 0.000 0.000 0.000 edgecolor
28680 newpath 4956.44 1545.8 moveto
28681 4946 1544 lineto
28682 4953.04 1551.92 lineto
28683 closepath stroke
28684 grestore
28685 % mmcimmic->mmcimmcic
28686 gsave
28687 1 setlinewidth
28688 0.000 0.000 0.000 edgecolor
28689 newpath 5093 1593 moveto
28690 5137 1580 5215 1557 5264 1543 curveto
28691 stroke
28692 0.000 0.000 0.000 edgecolor
28693 newpath 5265.43 1546.23 moveto
28694 5274 1540 lineto
28695 5263.42 1539.52 lineto
28696 closepath fill
28697 1 setlinewidth
28698 solid
28699 0.000 0.000 0.000 edgecolor
28700 newpath 5265.43 1546.23 moveto
28701 5274 1540 lineto
28702 5263.42 1539.52 lineto
28703 closepath stroke
28704 grestore
28705 % mmcimmic->cmmcimmic
28706 gsave
28707 1 setlinewidth
28708 0.000 0.000 0.000 edgecolor
28709 newpath 5033 1590 moveto
28710 5028 1587 5021 1585 5015 1584 curveto
28711 4892 1552 4846 1602 4731 1548 curveto
28712 4710 1538 4715 1521 4693 1512 curveto
28713 4571 1459 4228 1489 4095 1476 curveto
28714 4070 1473 4041 1469 4018 1466 curveto
28715 stroke
28716 0.000 0.000 0.000 edgecolor
28717 newpath 4018.49 1462.53 moveto
28718 4008 1464 lineto
28719 4017.12 1469.39 lineto
28720 closepath fill
28721 1 setlinewidth
28722 solid
28723 0.000 0.000 0.000 edgecolor
28724 newpath 4018.49 1462.53 moveto
28725 4008 1464 lineto
28726 4017.12 1469.39 lineto
28727 closepath stroke
28728 grestore
28729 % cimmi_ccimmi_cicimmi
28730 gsave
28731 1 setlinewidth
28732 0.000 0.000 0.000 nodecolor
28733 7095 2106 79.22 18 ellipse_path stroke
28734 0.000 0.000 0.000 nodecolor
28735 14 /Times-Roman set_font
28736 7046 2101.9 moveto 98 (ci--i=cci--i=cici--i) alignedtext
28737 grestore
28738 % cimmi_ccimmi_cicimmi->cicmmi_ccicmmi
28739 gsave
28740 1 setlinewidth
28741 0.000 0.000 0.000 edgecolor
28742 newpath 7120 2089 moveto
28743 7134 2079 7152 2067 7167 2057 curveto
28744 stroke
28745 0.000 0.000 0.000 edgecolor
28746 newpath 7169.1 2059.8 moveto
28747 7175 2051 lineto
28748 7164.9 2054.2 lineto
28749 closepath fill
28750 1 setlinewidth
28751 solid
28752 0.000 0.000 0.000 edgecolor
28753 newpath 7169.1 2059.8 moveto
28754 7175 2051 lineto
28755 7164.9 2054.2 lineto
28756 closepath stroke
28757 grestore
28758 % cimmi_ccimmi_cicimmi->cimmici_ccimmici_cicimmici
28759 gsave
28760 1 setlinewidth
28761 0.000 0.000 0.000 edgecolor
28762 newpath 7077 2088 moveto
28763 7068 2079 7057 2069 7047 2059 curveto
28764 stroke
28765 0.000 0.000 0.000 edgecolor
28766 newpath 7048.83 2055.95 moveto
28767 7039 2052 lineto
28768 7044.22 2061.22 lineto
28769 closepath fill
28770 1 setlinewidth
28771 solid
28772 0.000 0.000 0.000 edgecolor
28773 newpath 7048.83 2055.95 moveto
28774 7039 2052 lineto
28775 7044.22 2061.22 lineto
28776 closepath stroke
28777 grestore
28778 % cimm_ccimm_cicimm
28779 gsave
28780 1 setlinewidth
28781 0.000 0.000 0.000 nodecolor
28782 4584 1962 72.96 18 ellipse_path stroke
28783 0.000 0.000 0.000 nodecolor
28784 14 /Times-Roman set_font
28785 4539.5 1957.9 moveto 89 (ci--=cci--=cici--) alignedtext
28786 grestore
28787 % cimmi_ccimmi_cicimmi->cimm_ccimm_cicimm
28788 gsave
28789 1 setlinewidth
28790 0.000 0.000 0.000 edgecolor
28791 newpath 7016 2105 moveto
28792 6779 2103 6056 2092 5459 2052 curveto
28793 5162 2031 4810 1990 4659 1971 curveto
28794 stroke
28795 0.000 0.000 0.000 edgecolor
28796 newpath 4659.3 1967.51 moveto
28797 4649 1970 lineto
28798 4658.6 1974.48 lineto
28799 closepath fill
28800 1 setlinewidth
28801 solid
28802 0.000 0.000 0.000 edgecolor
28803 newpath 4659.3 1967.51 moveto
28804 4649 1970 lineto
28805 4658.6 1974.48 lineto
28806 closepath stroke
28807 grestore
28808 % mmcimmi
28809 gsave
28810 1 setlinewidth
28811 0.000 0.000 0.000 nodecolor
28812 3180 1746 32.16 18 ellipse_path stroke
28813 0.000 0.000 0.000 nodecolor
28814 14 /Times-Roman set_font
28815 3164.5 1741.9 moveto 31 (--ci--i) alignedtext
28816 grestore
28817 % cimmi_ccimmi_cicimmi->mmcimmi
28818 gsave
28819 1 setlinewidth
28820 0.000 0.000 0.000 edgecolor
28821 newpath 7163 2097 moveto
28822 7224 2086 7298 2062 7270 2016 curveto
28823 7180 1868 6777 1920 6749 1908 curveto
28824 6727 1898 6728 1886 6711 1872 curveto
28825 6669 1837 6664 1817 6613 1800 curveto
28826 6536 1774 3774 1765 3692 1764 curveto
28827 3518 1759 3310 1752 3222 1747 curveto
28828 stroke
28829 0.000 0.000 0.000 edgecolor
28830 newpath 3222 1743.5 moveto
28831 3212 1747 lineto
28832 3222 1750.5 lineto
28833 closepath fill
28834 1 setlinewidth
28835 solid
28836 0.000 0.000 0.000 edgecolor
28837 newpath 3222 1743.5 moveto
28838 3212 1747 lineto
28839 3222 1750.5 lineto
28840 closepath stroke
28841 grestore
28842 % cimm_ccimm_cicimm->cicmmimm_ccicmmimm
28843 gsave
28844 1 setlinewidth
28845 0.000 0.000 0.000 edgecolor
28846 newpath 4657 1961 moveto
28847 4852 1957 5403 1944 5859 1908 curveto
28848 5886 1905 5915 1903 5942 1899 curveto
28849 stroke
28850 0.000 0.000 0.000 edgecolor
28851 newpath 5942.4 1902.48 moveto
28852 5952 1898 lineto
28853 5941.7 1895.51 lineto
28854 closepath fill
28855 1 setlinewidth
28856 solid
28857 0.000 0.000 0.000 edgecolor
28858 newpath 5942.4 1902.48 moveto
28859 5952 1898 lineto
28860 5941.7 1895.51 lineto
28861 closepath stroke
28862 grestore
28863 % cimm_ccimm_cicimm->cimmc_ccimmc_cicimmc
28864 gsave
28865 1 setlinewidth
28866 0.000 0.000 0.000 edgecolor
28867 newpath 4639 1950 moveto
28868 4697 1935 4783 1901 4823 1836 curveto
28869 4832 1822 4832 1813 4823 1800 curveto
28870 4815 1785 4800 1774 4785 1766 curveto
28871 stroke
28872 0.000 0.000 0.000 edgecolor
28873 newpath 4786.44 1762.8 moveto
28874 4776 1761 lineto
28875 4783.04 1768.92 lineto
28876 closepath fill
28877 1 setlinewidth
28878 solid
28879 0.000 0.000 0.000 edgecolor
28880 newpath 4786.44 1762.8 moveto
28881 4776 1761 lineto
28882 4783.04 1768.92 lineto
28883 closepath stroke
28884 grestore
28885 % cimm_ccimm_cicimm->cimmicimm
28886 gsave
28887 1 setlinewidth
28888 0.000 0.000 0.000 edgecolor
28889 newpath 4529 1950 moveto
28890 4403 1922 4090 1853 3972 1828 curveto
28891 stroke
28892 0.000 0.000 0.000 edgecolor
28893 newpath 3972.49 1824.53 moveto
28894 3962 1826 lineto
28895 3971.12 1831.39 lineto
28896 closepath fill
28897 1 setlinewidth
28898 solid
28899 0.000 0.000 0.000 edgecolor
28900 newpath 3972.49 1824.53 moveto
28901 3962 1826 lineto
28902 3971.12 1831.39 lineto
28903 closepath stroke
28904 grestore
28905 % mmcimm
28906 gsave
28907 1 setlinewidth
28908 0.000 0.000 0.000 nodecolor
28909 3474 1530 30.07 18 ellipse_path stroke
28910 0.000 0.000 0.000 nodecolor
28911 14 /Times-Roman set_font
28912 3460 1525.9 moveto 28 (--ci--) alignedtext
28913 grestore
28914 % cimm_ccimm_cicimm->mmcimm
28915 gsave
28916 1 setlinewidth
28917 0.000 0.000 0.000 edgecolor
28918 newpath 4567 1944 moveto
28919 4499 1875 4245 1624 4141 1584 curveto
28920 4010 1533 3645 1584 3509 1548 curveto
28921 3508 1548 3507 1547 3505 1547 curveto
28922 stroke
28923 0.000 0.000 0.000 edgecolor
28924 newpath 3506.56 1543.86 moveto
28925 3496 1543 lineto
28926 3503.72 1550.26 lineto
28927 closepath fill
28928 1 setlinewidth
28929 solid
28930 0.000 0.000 0.000 edgecolor
28931 newpath 3506.56 1543.86 moveto
28932 3496 1543 lineto
28933 3503.72 1550.26 lineto
28934 closepath stroke
28935 grestore
28936 % mmcimmi->mmcicmmi
28937 gsave
28938 1 setlinewidth
28939 0.000 0.000 0.000 edgecolor
28940 newpath 3163 1731 moveto
28941 3152 1721 3137 1708 3125 1697 curveto
28942 stroke
28943 0.000 0.000 0.000 edgecolor
28944 newpath 3126.83 1693.95 moveto
28945 3117 1690 lineto
28946 3122.22 1699.22 lineto
28947 closepath fill
28948 1 setlinewidth
28949 solid
28950 0.000 0.000 0.000 edgecolor
28951 newpath 3126.83 1693.95 moveto
28952 3117 1690 lineto
28953 3122.22 1699.22 lineto
28954 closepath stroke
28955 grestore
28956 % mmcimmi->mmcimmici
28957 gsave
28958 1 setlinewidth
28959 0.000 0.000 0.000 edgecolor
28960 newpath 3212 1745 moveto
28961 3366 1740 4043 1717 4597 1692 curveto
28962 4705 1687 4832 1681 4900 1677 curveto
28963 stroke
28964 0.000 0.000 0.000 edgecolor
28965 newpath 4900.4 1680.48 moveto
28966 4910 1676 lineto
28967 4899.7 1673.51 lineto
28968 closepath fill
28969 1 setlinewidth
28970 solid
28971 0.000 0.000 0.000 edgecolor
28972 newpath 4900.4 1680.48 moveto
28973 4910 1676 lineto
28974 4899.7 1673.51 lineto
28975 closepath stroke
28976 grestore
28977 % mmcimmi->mmcimm
28978 gsave
28979 1 setlinewidth
28980 0.000 0.000 0.000 edgecolor
28981 newpath 3154 1736 moveto
28982 3118 1721 3057 1696 3053 1692 curveto
28983 3045 1678 3044 1668 3053 1656 curveto
28984 3089 1608 3125 1636 3182 1620 curveto
28985 3275 1593 3383 1559 3437 1541 curveto
28986 stroke
28987 0.000 0.000 0.000 edgecolor
28988 newpath 3438.43 1544.23 moveto
28989 3447 1538 lineto
28990 3436.42 1537.52 lineto
28991 closepath fill
28992 1 setlinewidth
28993 solid
28994 0.000 0.000 0.000 edgecolor
28995 newpath 3438.43 1544.23 moveto
28996 3447 1538 lineto
28997 3436.42 1537.52 lineto
28998 closepath stroke
28999 grestore
29000 % mmcimmi->cmmcimmi_ccmmcimmi
29001 gsave
29002 1 setlinewidth
29003 0.000 0.000 0.000 edgecolor
29004 newpath 3184 1728 moveto
29005 3190 1707 3203 1674 3226 1656 curveto
29006 3231 1652 3546 1578 3684 1545 curveto
29007 stroke
29008 0.000 0.000 0.000 edgecolor
29009 newpath 3684.88 1548.39 moveto
29010 3694 1543 lineto
29011 3683.51 1541.53 lineto
29012 closepath fill
29013 1 setlinewidth
29014 solid
29015 0.000 0.000 0.000 edgecolor
29016 newpath 3684.88 1548.39 moveto
29017 3694 1543 lineto
29018 3683.51 1541.53 lineto
29019 closepath stroke
29020 grestore
29021 % mmcimm->mmcicmcm
29022 gsave
29023 1 setlinewidth
29024 0.000 0.000 0.000 edgecolor
29025 newpath 3452 1517 moveto
29026 3433 1506 3404 1490 3382 1477 curveto
29027 stroke
29028 0.000 0.000 0.000 edgecolor
29029 newpath 3383.44 1473.8 moveto
29030 3373 1472 lineto
29031 3380.04 1479.92 lineto
29032 closepath fill
29033 1 setlinewidth
29034 solid
29035 0.000 0.000 0.000 edgecolor
29036 newpath 3383.44 1473.8 moveto
29037 3373 1472 lineto
29038 3380.04 1479.92 lineto
29039 closepath stroke
29040 grestore
29041 % mmcimm->cmmcimm_ccmmcimm
29042 gsave
29043 1 setlinewidth
29044 0.000 0.000 0.000 edgecolor
29045 newpath 3483 1513 moveto
29046 3487 1505 3493 1494 3498 1485 curveto
29047 stroke
29048 0.000 0.000 0.000 edgecolor
29049 newpath 3501.2 1486.44 moveto
29050 3503 1476 lineto
29051 3495.08 1483.04 lineto
29052 closepath fill
29053 1 setlinewidth
29054 solid
29055 0.000 0.000 0.000 edgecolor
29056 newpath 3501.2 1486.44 moveto
29057 3503 1476 lineto
29058 3495.08 1483.04 lineto
29059 closepath stroke
29060 grestore
29061 % mmcimm->mmcimmc
29062 gsave
29063 1 setlinewidth
29064 0.000 0.000 0.000 edgecolor
29065 newpath 3504 1527 moveto
29066 3541 1523 3608 1516 3665 1512 curveto
29067 3899 1493 3960 1509 4191 1476 curveto
29068 4204 1474 4218 1471 4231 1468 curveto
29069 stroke
29070 0.000 0.000 0.000 edgecolor
29071 newpath 4231.88 1471.39 moveto
29072 4241 1466 lineto
29073 4230.51 1464.53 lineto
29074 closepath fill
29075 1 setlinewidth
29076 solid
29077 0.000 0.000 0.000 edgecolor
29078 newpath 4231.88 1471.39 moveto
29079 4241 1466 lineto
29080 4230.51 1464.53 lineto
29081 closepath stroke
29082 grestore
29083 % icimmcic_iicimmcic
29084 gsave
29085 1 setlinewidth
29086 0.000 0.000 0.000 nodecolor
29087 3635 1962 71.77 18 ellipse_path stroke
29088 0.000 0.000 0.000 nodecolor
29089 14 /Times-Roman set_font
29090 3591 1957.9 moveto 88 (ici--cic=iici--cic) alignedtext
29091 grestore
29092 % icimmcic_iicimmcic->icmcmcic_iicmcmcic
29093 gsave
29094 1 setlinewidth
29095 0.000 0.000 0.000 edgecolor
29096 newpath 3707 1960 moveto
29097 3855 1957 4207 1949 4502 1944 curveto
29098 4570 1942 6882 1948 6937 1908 curveto
29099 6956 1894 6962 1867 6964 1846 curveto
29100 stroke
29101 0.000 0.000 0.000 edgecolor
29102 newpath 6967.49 1846.3 moveto
29103 6965 1836 lineto
29104 6960.52 1845.6 lineto
29105 closepath fill
29106 1 setlinewidth
29107 solid
29108 0.000 0.000 0.000 edgecolor
29109 newpath 6967.49 1846.3 moveto
29110 6965 1836 lineto
29111 6960.52 1845.6 lineto
29112 closepath stroke
29113 grestore
29114 % icimmcic_iicimmcic->cimmcic_ccimmcic_cicimmcic
29115 gsave
29116 1 setlinewidth
29117 0.000 0.000 0.000 edgecolor
29118 newpath 3707 1961 moveto
29119 4001 1955 5103 1931 5172 1908 curveto
29120 5212 1894 5250 1865 5274 1843 curveto
29121 stroke
29122 0.000 0.000 0.000 edgecolor
29123 newpath 5276.78 1845.22 moveto
29124 5282 1836 lineto
29125 5272.17 1839.95 lineto
29126 closepath fill
29127 1 setlinewidth
29128 solid
29129 0.000 0.000 0.000 edgecolor
29130 newpath 5276.78 1845.22 moveto
29131 5282 1836 lineto
29132 5272.17 1839.95 lineto
29133 closepath stroke
29134 grestore
29135 % icimmc_iicimmc
29136 gsave
29137 1 setlinewidth
29138 0.000 0.000 0.000 nodecolor
29139 2666 1890 57.87 18 ellipse_path stroke
29140 0.000 0.000 0.000 nodecolor
29141 14 /Times-Roman set_font
29142 2632 1885.9 moveto 68 (ici--c=iici--c) alignedtext
29143 grestore
29144 % icimmcic_iicimmcic->icimmc_iicimmc
29145 gsave
29146 1 setlinewidth
29147 0.000 0.000 0.000 edgecolor
29148 newpath 3564 1959 moveto
29149 3421 1952 3088 1934 2809 1908 curveto
29150 2784 1905 2754 1902 2730 1898 curveto
29151 stroke
29152 0.000 0.000 0.000 edgecolor
29153 newpath 2730.3 1894.51 moveto
29154 2720 1897 lineto
29155 2729.6 1901.48 lineto
29156 closepath fill
29157 1 setlinewidth
29158 solid
29159 0.000 0.000 0.000 edgecolor
29160 newpath 2730.3 1894.51 moveto
29161 2720 1897 lineto
29162 2729.6 1901.48 lineto
29163 closepath stroke
29164 grestore
29165 % icimmc_iicimmc->icimmcmm_iicimmcmm
29166 gsave
29167 1 setlinewidth
29168 0.000 0.000 0.000 edgecolor
29169 newpath 2625 1877 moveto
29170 2595 1867 2552 1852 2516 1836 curveto
29171 2427 1795 2416 1763 2324 1728 curveto
29172 2259 1702 2236 1718 2170 1692 curveto
29173 2142 1680 2141 1665 2111 1656 curveto
29174 1965 1606 1908 1681 1766 1620 curveto
29175 1744 1610 1748 1593 1725 1584 curveto
29176 1580 1520 1526 1574 1369 1548 curveto
29177 1364 1547 1359 1546 1353 1545 curveto
29178 stroke
29179 0.000 0.000 0.000 edgecolor
29180 newpath 1353.49 1541.53 moveto
29181 1343 1543 lineto
29182 1352.12 1548.39 lineto
29183 closepath fill
29184 1 setlinewidth
29185 solid
29186 0.000 0.000 0.000 edgecolor
29187 newpath 1353.49 1541.53 moveto
29188 1343 1543 lineto
29189 1352.12 1548.39 lineto
29190 closepath stroke
29191 grestore
29192 % icimmc_iicimmc->cimmc_ccimmc_cicimmc
29193 gsave
29194 1 setlinewidth
29195 0.000 0.000 0.000 edgecolor
29196 newpath 2718 1882 moveto
29197 2745 1878 2779 1874 2809 1872 curveto
29198 2939 1861 3856 1885 3975 1836 curveto
29199 3997 1827 3992 1809 4013 1800 curveto
29200 4131 1748 4463 1776 4590 1764 curveto
29201 4609 1762 4629 1760 4647 1757 curveto
29202 stroke
29203 0.000 0.000 0.000 edgecolor
29204 newpath 4647.4 1760.48 moveto
29205 4657 1756 lineto
29206 4646.7 1753.51 lineto
29207 closepath fill
29208 1 setlinewidth
29209 solid
29210 0.000 0.000 0.000 edgecolor
29211 newpath 4647.4 1760.48 moveto
29212 4657 1756 lineto
29213 4646.7 1753.51 lineto
29214 closepath stroke
29215 grestore
29216 % icmmimmc_iicmmimmc
29217 gsave
29218 1 setlinewidth
29219 0.000 0.000 0.000 nodecolor
29220 6533 1818 70.88 18 ellipse_path stroke
29221 0.000 0.000 0.000 nodecolor
29222 14 /Times-Roman set_font
29223 6490 1813.9 moveto 86 (ic--i--c=iic--i--c) alignedtext
29224 grestore
29225 % icimmc_iicimmc->icmmimmc_iicmmimmc
29226 gsave
29227 1 setlinewidth
29228 0.000 0.000 0.000 edgecolor
29229 newpath 2718 1882 moveto
29230 2745 1878 2779 1874 2809 1872 curveto
29231 3601 1818 5586 1885 6377 1836 curveto
29232 6404 1834 6434 1831 6460 1827 curveto
29233 stroke
29234 0.000 0.000 0.000 edgecolor
29235 newpath 6460.4 1830.48 moveto
29236 6470 1826 lineto
29237 6459.7 1823.51 lineto
29238 closepath fill
29239 1 setlinewidth
29240 solid
29241 0.000 0.000 0.000 edgecolor
29242 newpath 6460.4 1830.48 moveto
29243 6470 1826 lineto
29244 6459.7 1823.51 lineto
29245 closepath stroke
29246 grestore
29247 % immicimmc
29248 gsave
29249 1 setlinewidth
29250 0.000 0.000 0.000 nodecolor
29251 1823 1674 39.11 18 ellipse_path stroke
29252 0.000 0.000 0.000 nodecolor
29253 14 /Times-Roman set_font
29254 1802.5 1669.9 moveto 41 (i--ici--c) alignedtext
29255 grestore
29256 % icimmc_iicimmc->immicimmc
29257 gsave
29258 1 setlinewidth
29259 0.000 0.000 0.000 edgecolor
29260 newpath 2615 1881 moveto
29261 2558 1872 2464 1855 2384 1836 curveto
29262 2329 1822 2316 1813 2260 1800 curveto
29263 2183 1780 2155 1801 2083 1764 curveto
29264 2063 1753 2066 1738 2045 1728 curveto
29265 1978 1692 1951 1712 1876 1692 curveto
29266 1872 1691 1868 1689 1864 1688 curveto
29267 stroke
29268 0.000 0.000 0.000 edgecolor
29269 newpath 1864.58 1684.52 moveto
29270 1854 1685 lineto
29271 1862.57 1691.23 lineto
29272 closepath fill
29273 1 setlinewidth
29274 solid
29275 0.000 0.000 0.000 edgecolor
29276 newpath 1864.58 1684.52 moveto
29277 1854 1685 lineto
29278 1862.57 1691.23 lineto
29279 closepath stroke
29280 grestore
29281 % icimmcimm
29282 gsave
29283 1 setlinewidth
29284 0.000 0.000 0.000 nodecolor
29285 1997 1818 39.11 18 ellipse_path stroke
29286 0.000 0.000 0.000 nodecolor
29287 14 /Times-Roman set_font
29288 1976.5 1813.9 moveto 41 (ici--ci--) alignedtext
29289 grestore
29290 % icimmcimm->icmcmcimm
29291 gsave
29292 1 setlinewidth
29293 0.000 0.000 0.000 edgecolor
29294 newpath 2036 1817 moveto
29295 2343 1812 4352 1780 4959 1764 curveto
29296 5137 1759 5349 1752 5445 1747 curveto
29297 stroke
29298 0.000 0.000 0.000 edgecolor
29299 newpath 5445 1750.5 moveto
29300 5455 1747 lineto
29301 5445 1743.5 lineto
29302 closepath fill
29303 1 setlinewidth
29304 solid
29305 0.000 0.000 0.000 edgecolor
29306 newpath 5445 1750.5 moveto
29307 5455 1747 lineto
29308 5445 1743.5 lineto
29309 closepath stroke
29310 grestore
29311 % icimmcimm->icimmcmcm
29312 gsave
29313 1 setlinewidth
29314 0.000 0.000 0.000 edgecolor
29315 newpath 1970 1805 moveto
29316 1952 1795 1931 1781 1916 1764 curveto
29317 1883 1723 1911 1690 1871 1656 curveto
29318 1823 1613 1793 1638 1730 1620 curveto
29319 1726 1619 1722 1617 1718 1616 curveto
29320 stroke
29321 0.000 0.000 0.000 edgecolor
29322 newpath 1718.58 1612.52 moveto
29323 1708 1613 lineto
29324 1716.57 1619.23 lineto
29325 closepath fill
29326 1 setlinewidth
29327 solid
29328 0.000 0.000 0.000 edgecolor
29329 newpath 1718.58 1612.52 moveto
29330 1708 1613 lineto
29331 1716.57 1619.23 lineto
29332 closepath stroke
29333 grestore
29334 % icimmcimm->cimmcimm_ccimmcimm
29335 gsave
29336 1 setlinewidth
29337 0.000 0.000 0.000 edgecolor
29338 newpath 1978 1802 moveto
29339 1957 1783 1928 1750 1949 1728 curveto
29340 2008 1666 2630 1716 2711 1692 curveto
29341 2742 1682 2743 1667 2772 1656 curveto
29342 2783 1652 2913 1629 2997 1614 curveto
29343 stroke
29344 0.000 0.000 0.000 edgecolor
29345 newpath 2997.88 1617.39 moveto
29346 3007 1612 lineto
29347 2996.51 1610.53 lineto
29348 closepath fill
29349 1 setlinewidth
29350 solid
29351 0.000 0.000 0.000 edgecolor
29352 newpath 2997.88 1617.39 moveto
29353 3007 1612 lineto
29354 2996.51 1610.53 lineto
29355 closepath stroke
29356 grestore
29357 % icimmci_iicimmci
29358 gsave
29359 1 setlinewidth
29360 0.000 0.000 0.000 nodecolor
29361 2599 2178 62.04 18 ellipse_path stroke
29362 0.000 0.000 0.000 nodecolor
29363 14 /Times-Roman set_font
29364 2562 2173.9 moveto 74 (ici--ci=iici--ci) alignedtext
29365 grestore
29366 % icimmci_iicimmci->cimmci_ccimmci_cicimmci
29367 gsave
29368 1 setlinewidth
29369 0.000 0.000 0.000 edgecolor
29370 newpath 2661 2177 moveto
29371 2944 2175 4104 2162 4465 2124 curveto
29372 4937 2075 5494 1950 5687 1906 curveto
29373 stroke
29374 0.000 0.000 0.000 edgecolor
29375 newpath 5687.88 1909.39 moveto
29376 5697 1904 lineto
29377 5686.51 1902.53 lineto
29378 closepath fill
29379 1 setlinewidth
29380 solid
29381 0.000 0.000 0.000 edgecolor
29382 newpath 5687.88 1909.39 moveto
29383 5697 1904 lineto
29384 5686.51 1902.53 lineto
29385 closepath stroke
29386 grestore
29387 % icimmci_iicimmci->icimmcic_iicimmcic
29388 gsave
29389 1 setlinewidth
29390 0.000 0.000 0.000 edgecolor
29391 newpath 2617 2161 moveto
29392 2639 2140 2681 2105 2723 2088 curveto
29393 2874 2027 3363 1984 3556 1968 curveto
29394 stroke
29395 0.000 0.000 0.000 edgecolor
29396 newpath 3556.4 1971.48 moveto
29397 3566 1967 lineto
29398 3555.7 1964.51 lineto
29399 closepath fill
29400 1 setlinewidth
29401 solid
29402 0.000 0.000 0.000 edgecolor
29403 newpath 3556.4 1971.48 moveto
29404 3566 1967 lineto
29405 3555.7 1964.51 lineto
29406 closepath stroke
29407 grestore
29408 % icimmci_iicimmci->icimmcimm
29409 gsave
29410 1 setlinewidth
29411 0.000 0.000 0.000 edgecolor
29412 newpath 2562 2163 moveto
29413 2453 2120 2137 1994 2118 1980 curveto
29414 2070 1942 2031 1880 2011 1845 curveto
29415 stroke
29416 0.000 0.000 0.000 edgecolor
29417 newpath 2013.92 1843.04 moveto
29418 2006 1836 lineto
29419 2007.8 1846.44 lineto
29420 closepath fill
29421 1 setlinewidth
29422 solid
29423 0.000 0.000 0.000 edgecolor
29424 newpath 2013.92 1843.04 moveto
29425 2006 1836 lineto
29426 2007.8 1846.44 lineto
29427 closepath stroke
29428 grestore
29429 % icimmcmmi
29430 gsave
29431 1 setlinewidth
29432 0.000 0.000 0.000 nodecolor
29433 2599 1962 39.11 18 ellipse_path stroke
29434 0.000 0.000 0.000 nodecolor
29435 14 /Times-Roman set_font
29436 2578.5 1957.9 moveto 41 (ici--c--i) alignedtext
29437 grestore
29438 % icimmci_iicimmci->icimmcmmi
29439 gsave
29440 1 setlinewidth
29441 0.000 0.000 0.000 edgecolor
29442 newpath 2599 2160 moveto
29443 2599 2122 2599 2035 2599 1990 curveto
29444 stroke
29445 0.000 0.000 0.000 edgecolor
29446 newpath 2602.5 1990 moveto
29447 2599 1980 lineto
29448 2595.5 1990 lineto
29449 closepath fill
29450 1 setlinewidth
29451 solid
29452 0.000 0.000 0.000 edgecolor
29453 newpath 2602.5 1990 moveto
29454 2599 1980 lineto
29455 2595.5 1990 lineto
29456 closepath stroke
29457 grestore
29458 % icmmimmci
29459 gsave
29460 1 setlinewidth
29461 0.000 0.000 0.000 nodecolor
29462 4914 2106 39.11 18 ellipse_path stroke
29463 0.000 0.000 0.000 nodecolor
29464 14 /Times-Roman set_font
29465 4893.5 2101.9 moveto 41 (ic--i--ci) alignedtext
29466 grestore
29467 % icimmci_iicimmci->icmmimmci
29468 gsave
29469 1 setlinewidth
29470 0.000 0.000 0.000 edgecolor
29471 newpath 2661 2178 moveto
29472 2915 2176 3896 2168 4700 2124 curveto
29473 4757 2120 4823 2115 4866 2111 curveto
29474 stroke
29475 0.000 0.000 0.000 edgecolor
29476 newpath 4866.4 2114.48 moveto
29477 4876 2110 lineto
29478 4865.7 2107.51 lineto
29479 closepath fill
29480 1 setlinewidth
29481 solid
29482 0.000 0.000 0.000 edgecolor
29483 newpath 4866.4 2114.48 moveto
29484 4876 2110 lineto
29485 4865.7 2107.51 lineto
29486 closepath stroke
29487 grestore
29488 % immcimmci
29489 gsave
29490 1 setlinewidth
29491 0.000 0.000 0.000 nodecolor
29492 1521 1962 39.11 18 ellipse_path stroke
29493 0.000 0.000 0.000 nodecolor
29494 14 /Times-Roman set_font
29495 1500.5 1957.9 moveto 41 (i--ci--ci) alignedtext
29496 grestore
29497 % icimmci_iicimmci->immcimmci
29498 gsave
29499 1 setlinewidth
29500 0.000 0.000 0.000 edgecolor
29501 newpath 2537 2177 moveto
29502 2343 2173 1755 2159 1677 2124 curveto
29503 1613 2094 1562 2025 1537 1987 curveto
29504 stroke
29505 0.000 0.000 0.000 edgecolor
29506 newpath 1540.27 1985.62 moveto
29507 1532 1979 lineto
29508 1534.33 1989.34 lineto
29509 closepath fill
29510 1 setlinewidth
29511 solid
29512 0.000 0.000 0.000 edgecolor
29513 newpath 1540.27 1985.62 moveto
29514 1532 1979 lineto
29515 1534.33 1989.34 lineto
29516 closepath stroke
29517 grestore
29518 % mmicimmci
29519 gsave
29520 1 setlinewidth
29521 0.000 0.000 0.000 nodecolor
29522 1128 1890 39.11 18 ellipse_path stroke
29523 0.000 0.000 0.000 nodecolor
29524 14 /Times-Roman set_font
29525 1107.5 1885.9 moveto 41 (--ici--ci) alignedtext
29526 grestore
29527 % icimmci_iicimmci->mmicimmci
29528 gsave
29529 1 setlinewidth
29530 0.000 0.000 0.000 edgecolor
29531 newpath 2537 2177 moveto
29532 2351 2174 1799 2160 1623 2124 curveto
29533 1443 2086 1394 2072 1235 1980 curveto
29534 1204 1961 1172 1933 1151 1913 curveto
29535 stroke
29536 0.000 0.000 0.000 edgecolor
29537 newpath 1153.55 1910.6 moveto
29538 1144 1906 lineto
29539 1148.6 1915.55 lineto
29540 closepath fill
29541 1 setlinewidth
29542 solid
29543 0.000 0.000 0.000 edgecolor
29544 newpath 1153.55 1910.6 moveto
29545 1144 1906 lineto
29546 1148.6 1915.55 lineto
29547 closepath stroke
29548 grestore
29549 % icimmcmmi->icmcmcmmi
29550 gsave
29551 1 setlinewidth
29552 0.000 0.000 0.000 edgecolor
29553 newpath 2636 1956 moveto
29554 2663 1951 2700 1946 2733 1944 curveto
29555 3480 1890 5352 1939 6099 1908 curveto
29556 6164 1905 6240 1899 6289 1895 curveto
29557 stroke
29558 0.000 0.000 0.000 edgecolor
29559 newpath 6289.4 1898.48 moveto
29560 6299 1894 lineto
29561 6288.7 1891.51 lineto
29562 closepath fill
29563 1 setlinewidth
29564 solid
29565 0.000 0.000 0.000 edgecolor
29566 newpath 6289.4 1898.48 moveto
29567 6299 1894 lineto
29568 6288.7 1891.51 lineto
29569 closepath stroke
29570 grestore
29571 % icimmcmmi->icimmcmcm
29572 gsave
29573 1 setlinewidth
29574 0.000 0.000 0.000 edgecolor
29575 newpath 2571 1949 moveto
29576 2528 1929 2445 1886 2384 1836 curveto
29577 2335 1795 2343 1761 2288 1728 curveto
29578 2231 1693 2206 1711 2142 1692 curveto
29579 2097 1678 2088 1666 2042 1656 curveto
29580 1907 1624 1867 1649 1730 1620 curveto
29581 1725 1619 1721 1618 1717 1616 curveto
29582 stroke
29583 0.000 0.000 0.000 edgecolor
29584 newpath 1717.58 1612.52 moveto
29585 1707 1613 lineto
29586 1715.57 1619.23 lineto
29587 closepath fill
29588 1 setlinewidth
29589 solid
29590 0.000 0.000 0.000 edgecolor
29591 newpath 1717.58 1612.52 moveto
29592 1707 1613 lineto
29593 1715.57 1619.23 lineto
29594 closepath stroke
29595 grestore
29596 % icimmcmmi->cimmcmmi_ccimmcmmi
29597 gsave
29598 1 setlinewidth
29599 0.000 0.000 0.000 edgecolor
29600 newpath 2593 1944 moveto
29601 2587 1924 2581 1891 2599 1872 curveto
29602 2651 1817 3211 1874 3276 1836 curveto
29603 3327 1806 3357 1740 3371 1702 curveto
29604 stroke
29605 0.000 0.000 0.000 edgecolor
29606 newpath 3374.48 1702.58 moveto
29607 3374 1692 lineto
29608 3367.77 1700.57 lineto
29609 closepath fill
29610 1 setlinewidth
29611 solid
29612 0.000 0.000 0.000 edgecolor
29613 newpath 3374.48 1702.58 moveto
29614 3374 1692 lineto
29615 3367.77 1700.57 lineto
29616 closepath stroke
29617 grestore
29618 % icmmimmci->icmcmci_iicmcmci_icicmcmci
29619 gsave
29620 1 setlinewidth
29621 0.000 0.000 0.000 edgecolor
29622 newpath 4953 2106 moveto
29623 5106 2105 5677 2097 6145 2052 curveto
29624 6156 2050 6167 2049 6178 2047 curveto
29625 stroke
29626 0.000 0.000 0.000 edgecolor
29627 newpath 6178.4 2050.48 moveto
29628 6188 2046 lineto
29629 6177.7 2043.51 lineto
29630 closepath fill
29631 1 setlinewidth
29632 solid
29633 0.000 0.000 0.000 edgecolor
29634 newpath 6178.4 2050.48 moveto
29635 6188 2046 lineto
29636 6177.7 2043.51 lineto
29637 closepath stroke
29638 grestore
29639 % icmmimmci->cmmimmci_ccmmimmci
29640 gsave
29641 1 setlinewidth
29642 0.000 0.000 0.000 edgecolor
29643 newpath 4880 2097 moveto
29644 4810 2077 4641 2028 4502 1980 curveto
29645 4370 1933 4217 1870 4142 1838 curveto
29646 stroke
29647 0.000 0.000 0.000 edgecolor
29648 newpath 4142.58 1834.46 moveto
29649 4132 1834 lineto
29650 4139.98 1840.96 lineto
29651 closepath fill
29652 1 setlinewidth
29653 solid
29654 0.000 0.000 0.000 edgecolor
29655 newpath 4142.58 1834.46 moveto
29656 4132 1834 lineto
29657 4139.98 1840.96 lineto
29658 closepath stroke
29659 grestore
29660 % icmmimmci->icmmimmc_iicmmimmc
29661 gsave
29662 1 setlinewidth
29663 0.000 0.000 0.000 edgecolor
29664 newpath 4953 2104 moveto
29665 5155 2093 6083 2040 6195 1980 curveto
29666 6250 1949 6234 1904 6289 1872 curveto
29667 6297 1867 6397 1845 6467 1831 curveto
29668 stroke
29669 0.000 0.000 0.000 edgecolor
29670 newpath 6467.88 1834.39 moveto
29671 6477 1829 lineto
29672 6466.51 1827.53 lineto
29673 closepath fill
29674 1 setlinewidth
29675 solid
29676 0.000 0.000 0.000 edgecolor
29677 newpath 6467.88 1834.39 moveto
29678 6477 1829 lineto
29679 6466.51 1827.53 lineto
29680 closepath stroke
29681 grestore
29682 % immcimmci->immcmcmci
29683 gsave
29684 1 setlinewidth
29685 0.000 0.000 0.000 edgecolor
29686 newpath 1560 1960 moveto
29687 1626 1956 1764 1948 1881 1944 curveto
29688 2356 1924 2476 1947 2949 1908 curveto
29689 2977 1905 3008 1901 3033 1898 curveto
29690 stroke
29691 0.000 0.000 0.000 edgecolor
29692 newpath 3033.88 1901.39 moveto
29693 3043 1896 lineto
29694 3032.51 1894.53 lineto
29695 closepath fill
29696 1 setlinewidth
29697 solid
29698 0.000 0.000 0.000 edgecolor
29699 newpath 3033.88 1901.39 moveto
29700 3043 1896 lineto
29701 3032.51 1894.53 lineto
29702 closepath stroke
29703 grestore
29704 % immcimmc_imcmcimmc_iimmcimmc
29705 gsave
29706 1 setlinewidth
29707 0.000 0.000 0.000 nodecolor
29708 1307 1602 107.21 18 ellipse_path stroke
29709 0.000 0.000 0.000 nodecolor
29710 14 /Times-Roman set_font
29711 1237.5 1597.9 moveto 139 (i--ci--c=i-c-ci--c=ii--ci--c) alignedtext
29712 grestore
29713 % immcimmci->immcimmc_imcmcimmc_iimmcimmc
29714 gsave
29715 1 setlinewidth
29716 0.000 0.000 0.000 edgecolor
29717 newpath 1486 1954 moveto
29718 1459 1946 1424 1932 1401 1908 curveto
29719 1327 1827 1312 1689 1308 1630 curveto
29720 stroke
29721 0.000 0.000 0.000 edgecolor
29722 newpath 1311.48 1629.6 moveto
29723 1307 1620 lineto
29724 1304.51 1630.3 lineto
29725 closepath fill
29726 1 setlinewidth
29727 solid
29728 0.000 0.000 0.000 edgecolor
29729 newpath 1311.48 1629.6 moveto
29730 1307 1620 lineto
29731 1304.51 1630.3 lineto
29732 closepath stroke
29733 grestore
29734 % mcmcimmci
29735 gsave
29736 1 setlinewidth
29737 0.000 0.000 0.000 nodecolor
29738 585 1674 41.19 18 ellipse_path stroke
29739 0.000 0.000 0.000 nodecolor
29740 14 /Times-Roman set_font
29741 563 1669.9 moveto 44 (-c-ci--ci) alignedtext
29742 grestore
29743 % immcimmci->mcmcimmci
29744 gsave
29745 1 setlinewidth
29746 0.000 0.000 0.000 edgecolor
29747 newpath 1485 1954 moveto
29748 1447 1945 1383 1929 1330 1908 curveto
29749 1180 1845 1166 1776 1010 1728 curveto
29750 851 1677 799 1728 635 1692 curveto
29751 632 1691 629 1690 626 1689 curveto
29752 stroke
29753 0.000 0.000 0.000 edgecolor
29754 newpath 626.58 1685.52 moveto
29755 616 1686 lineto
29756 624.57 1692.23 lineto
29757 closepath fill
29758 1 setlinewidth
29759 solid
29760 0.000 0.000 0.000 edgecolor
29761 newpath 626.58 1685.52 moveto
29762 616 1686 lineto
29763 624.57 1692.23 lineto
29764 closepath stroke
29765 grestore
29766 % mmicimmci->mmicmcmci
29767 gsave
29768 1 setlinewidth
29769 0.000 0.000 0.000 edgecolor
29770 newpath 1166 1885 moveto
29771 1282 1868 1646 1818 1949 1800 curveto
29772 2955 1737 3209 1807 4215 1764 curveto
29773 4286 1761 4368 1755 4419 1751 curveto
29774 stroke
29775 0.000 0.000 0.000 edgecolor
29776 newpath 4419.4 1754.48 moveto
29777 4429 1750 lineto
29778 4418.7 1747.51 lineto
29779 closepath fill
29780 1 setlinewidth
29781 solid
29782 0.000 0.000 0.000 edgecolor
29783 newpath 4419.4 1754.48 moveto
29784 4429 1750 lineto
29785 4418.7 1747.51 lineto
29786 closepath stroke
29787 grestore
29788 % mmicimmci->mcmcimmci
29789 gsave
29790 1 setlinewidth
29791 0.000 0.000 0.000 edgecolor
29792 newpath 1096 1880 moveto
29793 1074 1871 1045 1857 1026 1836 curveto
29794 992 1797 1025 1759 983 1728 curveto
29795 921 1681 711 1709 635 1692 curveto
29796 632 1691 629 1690 626 1689 curveto
29797 stroke
29798 0.000 0.000 0.000 edgecolor
29799 newpath 626.58 1685.52 moveto
29800 616 1686 lineto
29801 624.57 1692.23 lineto
29802 closepath fill
29803 1 setlinewidth
29804 solid
29805 0.000 0.000 0.000 edgecolor
29806 newpath 626.58 1685.52 moveto
29807 616 1686 lineto
29808 624.57 1692.23 lineto
29809 closepath stroke
29810 grestore
29811 % mmicimmc
29812 gsave
29813 1 setlinewidth
29814 0.000 0.000 0.000 nodecolor
29815 1069 1602 37.02 18 ellipse_path stroke
29816 0.000 0.000 0.000 nodecolor
29817 14 /Times-Roman set_font
29818 1050 1597.9 moveto 38 (--ici--c) alignedtext
29819 grestore
29820 % mmicimmci->mmicimmc
29821 gsave
29822 1 setlinewidth
29823 0.000 0.000 0.000 edgecolor
29824 newpath 1120 1872 moveto
29825 1104 1839 1065 1766 1010 1728 curveto
29826 966 1696 926 1735 893 1692 curveto
29827 884 1679 884 1668 893 1656 curveto
29828 909 1635 977 1618 1024 1610 curveto
29829 stroke
29830 0.000 0.000 0.000 edgecolor
29831 newpath 1024.88 1613.39 moveto
29832 1034 1608 lineto
29833 1023.51 1606.53 lineto
29834 closepath fill
29835 1 setlinewidth
29836 solid
29837 0.000 0.000 0.000 edgecolor
29838 newpath 1024.88 1613.39 moveto
29839 1034 1608 lineto
29840 1023.51 1606.53 lineto
29841 closepath stroke
29842 grestore
29843 % icimmcmmc->cimmcmmc_ccimmcmmc
29844 gsave
29845 1 setlinewidth
29846 0.000 0.000 0.000 edgecolor
29847 newpath 2282 1302 moveto
29848 2290 1300 2298 1297 2306 1296 curveto
29849 2507 1261 3936 1267 4139 1260 curveto
29850 4217 1257 4305 1252 4369 1248 curveto
29851 stroke
29852 0.000 0.000 0.000 edgecolor
29853 newpath 4369.4 1251.48 moveto
29854 4379 1247 lineto
29855 4368.7 1244.51 lineto
29856 closepath fill
29857 1 setlinewidth
29858 solid
29859 0.000 0.000 0.000 edgecolor
29860 newpath 4369.4 1251.48 moveto
29861 4379 1247 lineto
29862 4368.7 1244.51 lineto
29863 closepath stroke
29864 grestore
29865 % icimmcmmc->icmcmcmmc
29866 gsave
29867 1 setlinewidth
29868 0.000 0.000 0.000 edgecolor
29869 newpath 2289 1307 moveto
29870 2314 1303 2347 1298 2377 1296 curveto
29871 3093 1241 4892 1333 5605 1260 curveto
29872 5619 1258 5634 1256 5648 1253 curveto
29873 stroke
29874 0.000 0.000 0.000 edgecolor
29875 newpath 5648.88 1256.39 moveto
29876 5658 1251 lineto
29877 5647.51 1249.53 lineto
29878 closepath fill
29879 1 setlinewidth
29880 solid
29881 0.000 0.000 0.000 edgecolor
29882 newpath 5648.88 1256.39 moveto
29883 5658 1251 lineto
29884 5647.51 1249.53 lineto
29885 closepath stroke
29886 grestore
29887 % icmmimmc_iicmmimmc->icmcmmcmc
29888 gsave
29889 1 setlinewidth
29890 0.000 0.000 0.000 edgecolor
29891 newpath 6575 1803 moveto
29892 6611 1791 6662 1773 6698 1761 curveto
29893 stroke
29894 0.000 0.000 0.000 edgecolor
29895 newpath 6699.43 1764.23 moveto
29896 6708 1758 lineto
29897 6697.42 1757.52 lineto
29898 closepath fill
29899 1 setlinewidth
29900 solid
29901 0.000 0.000 0.000 edgecolor
29902 newpath 6699.43 1764.23 moveto
29903 6708 1758 lineto
29904 6697.42 1757.52 lineto
29905 closepath stroke
29906 grestore
29907 % icmmimmc_iicmmimmc->cicmmimmc
29908 gsave
29909 1 setlinewidth
29910 0.000 0.000 0.000 edgecolor
29911 newpath 6541 1800 moveto
29912 6549 1781 6564 1751 6580 1728 curveto
29913 6587 1717 6597 1707 6605 1697 curveto
29914 stroke
29915 0.000 0.000 0.000 edgecolor
29916 newpath 6607.4 1699.55 moveto
29917 6612 1690 lineto
29918 6602.45 1694.6 lineto
29919 closepath fill
29920 1 setlinewidth
29921 solid
29922 0.000 0.000 0.000 edgecolor
29923 newpath 6607.4 1699.55 moveto
29924 6612 1690 lineto
29925 6602.45 1694.6 lineto
29926 closepath stroke
29927 grestore
29928 % icmmimmc_iicmmimmc->icmmcimmc
29929 gsave
29930 1 setlinewidth
29931 0.000 0.000 0.000 edgecolor
29932 newpath 6602 1814 moveto
29933 6703 1807 6885 1792 6945 1764 curveto
29934 7050 1713 7029 1633 7135 1584 curveto
29935 7169 1568 7416 1544 7525 1535 curveto
29936 stroke
29937 0.000 0.000 0.000 edgecolor
29938 newpath 7525.4 1538.48 moveto
29939 7535 1534 lineto
29940 7524.7 1531.51 lineto
29941 closepath fill
29942 1 setlinewidth
29943 solid
29944 0.000 0.000 0.000 edgecolor
29945 newpath 7525.4 1538.48 moveto
29946 7535 1534 lineto
29947 7524.7 1531.51 lineto
29948 closepath stroke
29949 grestore
29950 % immicimmc->immicmcmc
29951 gsave
29952 1 setlinewidth
29953 0.000 0.000 0.000 edgecolor
29954 newpath 1862 1672 moveto
29955 1937 1668 2108 1660 2251 1656 curveto
29956 3293 1626 3555 1674 4595 1620 curveto
29957 4647 1617 4707 1612 4747 1607 curveto
29958 stroke
29959 0.000 0.000 0.000 edgecolor
29960 newpath 4747.4 1610.48 moveto
29961 4757 1606 lineto
29962 4746.7 1603.51 lineto
29963 closepath fill
29964 1 setlinewidth
29965 solid
29966 0.000 0.000 0.000 edgecolor
29967 newpath 4747.4 1610.48 moveto
29968 4757 1606 lineto
29969 4746.7 1603.51 lineto
29970 closepath stroke
29971 grestore
29972 % immicimmc->immcimmc_imcmcimmc_iimmcimmc
29973 gsave
29974 1 setlinewidth
29975 0.000 0.000 0.000 edgecolor
29976 newpath 1793 1662 moveto
29977 1786 1660 1778 1658 1770 1656 curveto
29978 1621 1623 1580 1639 1428 1620 curveto
29979 1418 1618 1407 1617 1396 1615 curveto
29980 stroke
29981 0.000 0.000 0.000 edgecolor
29982 newpath 1396.3 1611.51 moveto
29983 1386 1614 lineto
29984 1395.6 1618.48 lineto
29985 closepath fill
29986 1 setlinewidth
29987 solid
29988 0.000 0.000 0.000 edgecolor
29989 newpath 1396.3 1611.51 moveto
29990 1386 1614 lineto
29991 1395.6 1618.48 lineto
29992 closepath stroke
29993 grestore
29994 % immicimmc->mmicimmc
29995 gsave
29996 1 setlinewidth
29997 0.000 0.000 0.000 edgecolor
29998 newpath 1788 1666 moveto
29999 1771 1662 1751 1658 1732 1656 curveto
30000 1494 1624 1431 1645 1191 1620 curveto
30001 1166 1617 1137 1613 1114 1610 curveto
30002 stroke
30003 0.000 0.000 0.000 edgecolor
30004 newpath 1114.49 1606.53 moveto
30005 1104 1608 lineto
30006 1113.12 1613.39 lineto
30007 closepath fill
30008 1 setlinewidth
30009 solid
30010 0.000 0.000 0.000 edgecolor
30011 newpath 1114.49 1606.53 moveto
30012 1104 1608 lineto
30013 1113.12 1613.39 lineto
30014 closepath stroke
30015 grestore
30016 % icimmici_iicimmici
30017 gsave
30018 1 setlinewidth
30019 0.000 0.000 0.000 nodecolor
30020 2991 2250 66.21 18 ellipse_path stroke
30021 0.000 0.000 0.000 nodecolor
30022 14 /Times-Roman set_font
30023 2951 2245.9 moveto 80 (ici--ici=iici--ici) alignedtext
30024 grestore
30025 % icimmici_iicimmici->cimmici_ccimmici_cicimmici
30026 gsave
30027 1 setlinewidth
30028 0.000 0.000 0.000 edgecolor
30029 newpath 3057 2249 moveto
30030 3555 2241 6699 2186 6889 2124 curveto
30031 6930 2110 6969 2080 6994 2059 curveto
30032 stroke
30033 0.000 0.000 0.000 edgecolor
30034 newpath 6996.78 2061.22 moveto
30035 7002 2052 lineto
30036 6992.17 2055.95 lineto
30037 closepath fill
30038 1 setlinewidth
30039 solid
30040 0.000 0.000 0.000 edgecolor
30041 newpath 6996.78 2061.22 moveto
30042 7002 2052 lineto
30043 6992.17 2055.95 lineto
30044 closepath stroke
30045 grestore
30046 % icimmici_iicimmici->icimmci_iicimmci
30047 gsave
30048 1 setlinewidth
30049 0.000 0.000 0.000 edgecolor
30050 newpath 2936 2240 moveto
30051 2863 2227 2737 2203 2662 2190 curveto
30052 stroke
30053 0.000 0.000 0.000 edgecolor
30054 newpath 2662.49 2186.53 moveto
30055 2652 2188 lineto
30056 2661.12 2193.39 lineto
30057 closepath fill
30058 1 setlinewidth
30059 solid
30060 0.000 0.000 0.000 edgecolor
30061 newpath 2662.49 2186.53 moveto
30062 2652 2188 lineto
30063 2661.12 2193.39 lineto
30064 closepath stroke
30065 grestore
30066 % icimmic_iicimmic
30067 gsave
30068 1 setlinewidth
30069 0.000 0.000 0.000 nodecolor
30070 4248 2034 62.04 18 ellipse_path stroke
30071 0.000 0.000 0.000 nodecolor
30072 14 /Times-Roman set_font
30073 4211 2029.9 moveto 74 (ici--ic=iici--ic) alignedtext
30074 grestore
30075 % icimmici_iicimmici->icimmic_iicimmic
30076 gsave
30077 1 setlinewidth
30078 0.000 0.000 0.000 edgecolor
30079 newpath 3049 2242 moveto
30080 3222 2216 3744 2138 4172 2052 curveto
30081 4178 2051 4185 2049 4191 2048 curveto
30082 stroke
30083 0.000 0.000 0.000 edgecolor
30084 newpath 4191.88 2051.39 moveto
30085 4201 2046 lineto
30086 4190.51 2044.53 lineto
30087 closepath fill
30088 1 setlinewidth
30089 solid
30090 0.000 0.000 0.000 edgecolor
30091 newpath 4191.88 2051.39 moveto
30092 4201 2046 lineto
30093 4190.51 2044.53 lineto
30094 closepath stroke
30095 grestore
30096 % icmmici_iicmmici_icicmmici
30097 gsave
30098 1 setlinewidth
30099 0.000 0.000 0.000 nodecolor
30100 4981 2178 96.78 18 ellipse_path stroke
30101 0.000 0.000 0.000 nodecolor
30102 14 /Times-Roman set_font
30103 4919 2173.9 moveto 124 (ic--ici=iic--ici=icic--ici) alignedtext
30104 grestore
30105 % icimmici_iicimmici->icmmici_iicmmici_icicmmici
30106 gsave
30107 1 setlinewidth
30108 0.000 0.000 0.000 edgecolor
30109 newpath 3057 2250 moveto
30110 3293 2247 4114 2237 4790 2196 curveto
30111 4821 2194 4855 2191 4886 2188 curveto
30112 stroke
30113 0.000 0.000 0.000 edgecolor
30114 newpath 4886.4 2191.48 moveto
30115 4896 2187 lineto
30116 4885.7 2184.51 lineto
30117 closepath fill
30118 1 setlinewidth
30119 solid
30120 0.000 0.000 0.000 edgecolor
30121 newpath 4886.4 2191.48 moveto
30122 4896 2187 lineto
30123 4885.7 2184.51 lineto
30124 closepath stroke
30125 grestore
30126 % icimmic_iicimmic->cimmic_ccimmic_cicimmic
30127 gsave
30128 1 setlinewidth
30129 0.000 0.000 0.000 edgecolor
30130 newpath 4310 2033 moveto
30131 4661 2027 6381 1996 6617 1980 curveto
30132 6752 1970 6785 1959 6921 1944 curveto
30133 7062 1928 7227 1910 7327 1900 curveto
30134 stroke
30135 0.000 0.000 0.000 edgecolor
30136 newpath 7327.4 1903.48 moveto
30137 7337 1899 lineto
30138 7326.7 1896.51 lineto
30139 closepath fill
30140 1 setlinewidth
30141 solid
30142 0.000 0.000 0.000 edgecolor
30143 newpath 7327.4 1903.48 moveto
30144 7337 1899 lineto
30145 7326.7 1896.51 lineto
30146 closepath stroke
30147 grestore
30148 % icimmic_iicimmic->icimmcic_iicimmcic
30149 gsave
30150 1 setlinewidth
30151 0.000 0.000 0.000 edgecolor
30152 newpath 4195 2025 moveto
30153 4176 2022 4154 2018 4134 2016 curveto
30154 3985 1996 3811 1978 3713 1969 curveto
30155 stroke
30156 0.000 0.000 0.000 edgecolor
30157 newpath 3713.3 1965.51 moveto
30158 3703 1968 lineto
30159 3712.6 1972.48 lineto
30160 closepath fill
30161 1 setlinewidth
30162 solid
30163 0.000 0.000 0.000 edgecolor
30164 newpath 3713.3 1965.51 moveto
30165 3703 1968 lineto
30166 3712.6 1972.48 lineto
30167 closepath stroke
30168 grestore
30169 % icimmic_iicimmic->icimmicmm
30170 gsave
30171 1 setlinewidth
30172 0.000 0.000 0.000 edgecolor
30173 newpath 4253 2016 moveto
30174 4260 1988 4272 1935 4272 1890 curveto
30175 4272 1890 4272 1890 4272 1818 curveto
30176 4272 1769 4235 1723 4208 1697 curveto
30177 stroke
30178 0.000 0.000 0.000 edgecolor
30179 newpath 4210.55 1694.6 moveto
30180 4201 1690 lineto
30181 4205.6 1699.55 lineto
30182 closepath fill
30183 1 setlinewidth
30184 solid
30185 0.000 0.000 0.000 edgecolor
30186 newpath 4210.55 1694.6 moveto
30187 4201 1690 lineto
30188 4205.6 1699.55 lineto
30189 closepath stroke
30190 grestore
30191 % icmmic_iicmmic_icicmmic
30192 gsave
30193 1 setlinewidth
30194 0.000 0.000 0.000 nodecolor
30195 6611 1890 91.03 18 ellipse_path stroke
30196 0.000 0.000 0.000 nodecolor
30197 14 /Times-Roman set_font
30198 6553.5 1885.9 moveto 115 (ic--ic=iic--ic=icic--ic) alignedtext
30199 grestore
30200 % icimmic_iicimmic->icmmic_iicmmic_icicmmic
30201 gsave
30202 1 setlinewidth
30203 0.000 0.000 0.000 edgecolor
30204 newpath 4310 2033 moveto
30205 4655 2027 6330 2000 6379 1980 curveto
30206 6400 1971 6396 1955 6417 1944 curveto
30207 6451 1924 6493 1911 6529 1903 curveto
30208 stroke
30209 0.000 0.000 0.000 edgecolor
30210 newpath 6529.88 1906.39 moveto
30211 6539 1901 lineto
30212 6528.51 1899.53 lineto
30213 closepath fill
30214 1 setlinewidth
30215 solid
30216 0.000 0.000 0.000 edgecolor
30217 newpath 6529.88 1906.39 moveto
30218 6539 1901 lineto
30219 6528.51 1899.53 lineto
30220 closepath stroke
30221 grestore
30222 % immcimmic
30223 gsave
30224 1 setlinewidth
30225 0.000 0.000 0.000 nodecolor
30226 1929 1962 39.11 18 ellipse_path stroke
30227 0.000 0.000 0.000 nodecolor
30228 14 /Times-Roman set_font
30229 1908.5 1957.9 moveto 41 (i--ci--ic) alignedtext
30230 grestore
30231 % icimmic_iicimmic->immcimmic
30232 gsave
30233 1 setlinewidth
30234 0.000 0.000 0.000 edgecolor
30235 newpath 4186 2033 moveto
30236 3881 2028 2536 2005 2118 1980 curveto
30237 2070 1976 2015 1971 1977 1967 curveto
30238 stroke
30239 0.000 0.000 0.000 edgecolor
30240 newpath 1977.3 1963.51 moveto
30241 1967 1966 lineto
30242 1976.6 1970.48 lineto
30243 closepath fill
30244 1 setlinewidth
30245 solid
30246 0.000 0.000 0.000 edgecolor
30247 newpath 1977.3 1963.51 moveto
30248 1967 1966 lineto
30249 1976.6 1970.48 lineto
30250 closepath stroke
30251 grestore
30252 % mmicimmic
30253 gsave
30254 1 setlinewidth
30255 0.000 0.000 0.000 nodecolor
30256 1997 1746 39.11 18 ellipse_path stroke
30257 0.000 0.000 0.000 nodecolor
30258 14 /Times-Roman set_font
30259 1976.5 1741.9 moveto 41 (--ici--ic) alignedtext
30260 grestore
30261 % icimmic_iicimmic->mmicimmic
30262 gsave
30263 1 setlinewidth
30264 0.000 0.000 0.000 edgecolor
30265 newpath 4186 2033 moveto
30266 3899 2028 2714 2008 2551 1980 curveto
30267 2448 1962 2424 1947 2327 1908 curveto
30268 2313 1901 2115 1805 2033 1763 curveto
30269 stroke
30270 0.000 0.000 0.000 edgecolor
30271 newpath 2034.56 1759.86 moveto
30272 2024 1759 lineto
30273 2031.72 1766.26 lineto
30274 closepath fill
30275 1 setlinewidth
30276 solid
30277 0.000 0.000 0.000 edgecolor
30278 newpath 2034.56 1759.86 moveto
30279 2024 1759 lineto
30280 2031.72 1766.26 lineto
30281 closepath stroke
30282 grestore
30283 % icmmici_iicmmici_icicmmici->cicmmici_ccicmmici
30284 gsave
30285 1 setlinewidth
30286 0.000 0.000 0.000 edgecolor
30287 newpath 5078 2177 moveto
30288 5459 2171 6832 2150 6869 2124 curveto
30289 6911 2094 6878 2055 6912 2016 curveto
30290 6924 2002 6940 1990 6956 1982 curveto
30291 stroke
30292 0.000 0.000 0.000 edgecolor
30293 newpath 6957.28 1985.26 moveto
30294 6965 1978 lineto
30295 6954.44 1978.86 lineto
30296 closepath fill
30297 1 setlinewidth
30298 solid
30299 0.000 0.000 0.000 edgecolor
30300 newpath 6957.28 1985.26 moveto
30301 6965 1978 lineto
30302 6954.44 1978.86 lineto
30303 closepath stroke
30304 grestore
30305 % icmmici_iicmmici_icicmmici->icmmimmci
30306 gsave
30307 1 setlinewidth
30308 0.000 0.000 0.000 edgecolor
30309 newpath 4964 2160 moveto
30310 4956 2151 4946 2140 4937 2130 curveto
30311 stroke
30312 0.000 0.000 0.000 edgecolor
30313 newpath 4939.55 2127.6 moveto
30314 4930 2123 lineto
30315 4934.6 2132.55 lineto
30316 closepath fill
30317 1 setlinewidth
30318 solid
30319 0.000 0.000 0.000 edgecolor
30320 newpath 4939.55 2127.6 moveto
30321 4930 2123 lineto
30322 4934.6 2132.55 lineto
30323 closepath stroke
30324 grestore
30325 % icmmici_iicmmici_icicmmici->icmmic_iicmmic_icicmmic
30326 gsave
30327 1 setlinewidth
30328 0.000 0.000 0.000 edgecolor
30329 newpath 5075 2174 moveto
30330 5165 2170 5304 2164 5424 2160 curveto
30331 5462 2158 6738 2150 6764 2124 curveto
30332 6819 2066 6810 2009 6764 1944 curveto
30333 6754 1929 6716 1916 6681 1906 curveto
30334 stroke
30335 0.000 0.000 0.000 edgecolor
30336 newpath 6681.49 1902.53 moveto
30337 6671 1904 lineto
30338 6680.12 1909.39 lineto
30339 closepath fill
30340 1 setlinewidth
30341 solid
30342 0.000 0.000 0.000 edgecolor
30343 newpath 6681.49 1902.53 moveto
30344 6671 1904 lineto
30345 6680.12 1909.39 lineto
30346 closepath stroke
30347 grestore
30348 % icmmicimm
30349 gsave
30350 1 setlinewidth
30351 0.000 0.000 0.000 nodecolor
30352 4952 1890 39.11 18 ellipse_path stroke
30353 0.000 0.000 0.000 nodecolor
30354 14 /Times-Roman set_font
30355 4931.5 1885.9 moveto 41 (ic--ici--) alignedtext
30356 grestore
30357 % icmmici_iicmmici_icicmmici->icmmicimm
30358 gsave
30359 1 setlinewidth
30360 0.000 0.000 0.000 edgecolor
30361 newpath 4979 2160 moveto
30362 4974 2111 4961 1977 4955 1918 curveto
30363 stroke
30364 0.000 0.000 0.000 edgecolor
30365 newpath 4958.48 1917.6 moveto
30366 4954 1908 lineto
30367 4951.51 1918.3 lineto
30368 closepath fill
30369 1 setlinewidth
30370 solid
30371 0.000 0.000 0.000 edgecolor
30372 newpath 4958.48 1917.6 moveto
30373 4954 1908 lineto
30374 4951.51 1918.3 lineto
30375 closepath stroke
30376 grestore
30377 % icmmicmmi
30378 gsave
30379 1 setlinewidth
30380 0.000 0.000 0.000 nodecolor
30381 6331 1962 39.11 18 ellipse_path stroke
30382 0.000 0.000 0.000 nodecolor
30383 14 /Times-Roman set_font
30384 6310.5 1957.9 moveto 41 (ic--ic--i) alignedtext
30385 grestore
30386 % icmmici_iicmmici_icicmmici->icmmicmmi
30387 gsave
30388 1 setlinewidth
30389 0.000 0.000 0.000 edgecolor
30390 newpath 5077 2176 moveto
30391 5395 2170 6387 2148 6411 2124 curveto
30392 6444 2089 6433 2058 6411 2016 curveto
30393 6402 1999 6386 1987 6370 1978 curveto
30394 stroke
30395 0.000 0.000 0.000 edgecolor
30396 newpath 6371.56 1974.86 moveto
30397 6361 1974 lineto
30398 6368.72 1981.26 lineto
30399 closepath fill
30400 1 setlinewidth
30401 solid
30402 0.000 0.000 0.000 edgecolor
30403 newpath 6371.56 1974.86 moveto
30404 6361 1974 lineto
30405 6368.72 1981.26 lineto
30406 closepath stroke
30407 grestore
30408 % immcmmici
30409 gsave
30410 1 setlinewidth
30411 0.000 0.000 0.000 nodecolor
30412 3082 1962 39.11 18 ellipse_path stroke
30413 0.000 0.000 0.000 nodecolor
30414 14 /Times-Roman set_font
30415 3061.5 1957.9 moveto 41 (i--c--ici) alignedtext
30416 grestore
30417 % icmmici_iicmmici_icicmmici->immcmmici
30418 gsave
30419 1 setlinewidth
30420 0.000 0.000 0.000 edgecolor
30421 newpath 4898 2169 moveto
30422 4573 2132 3384 1997 3130 1967 curveto
30423 stroke
30424 0.000 0.000 0.000 edgecolor
30425 newpath 3130.3 1963.51 moveto
30426 3120 1966 lineto
30427 3129.6 1970.48 lineto
30428 closepath fill
30429 1 setlinewidth
30430 solid
30431 0.000 0.000 0.000 edgecolor
30432 newpath 3130.3 1963.51 moveto
30433 3120 1966 lineto
30434 3129.6 1970.48 lineto
30435 closepath stroke
30436 grestore
30437 % mmicmmici
30438 gsave
30439 1 setlinewidth
30440 0.000 0.000 0.000 nodecolor
30441 4505 1818 39.11 18 ellipse_path stroke
30442 0.000 0.000 0.000 nodecolor
30443 14 /Times-Roman set_font
30444 4484.5 1813.9 moveto 41 (--ic--ici) alignedtext
30445 grestore
30446 % icmmici_iicmmici_icicmmici->mmicmmici
30447 gsave
30448 1 setlinewidth
30449 0.000 0.000 0.000 edgecolor
30450 newpath 5076 2174 moveto
30451 5166 2170 5304 2164 5424 2160 curveto
30452 5536 2155 6325 2162 6431 2124 curveto
30453 6539 2084 6696 2026 6617 1944 curveto
30454 6579 1905 5706 1920 5653 1908 curveto
30455 5617 1899 5614 1880 5577 1872 curveto
30456 5364 1820 4809 1862 4591 1836 curveto
30457 4577 1834 4563 1832 4550 1829 curveto
30458 stroke
30459 0.000 0.000 0.000 edgecolor
30460 newpath 4550.49 1825.53 moveto
30461 4540 1827 lineto
30462 4549.12 1832.39 lineto
30463 closepath fill
30464 1 setlinewidth
30465 solid
30466 0.000 0.000 0.000 edgecolor
30467 newpath 4550.49 1825.53 moveto
30468 4540 1827 lineto
30469 4549.12 1832.39 lineto
30470 closepath stroke
30471 grestore
30472 % icimmicmm->cimmicmm_ccimmicmm
30473 gsave
30474 1 setlinewidth
30475 0.000 0.000 0.000 edgecolor
30476 newpath 4222 1671 moveto
30477 4281 1667 4398 1659 4497 1656 curveto
30478 5106 1634 6628 1669 7235 1620 curveto
30479 7251 1618 7269 1616 7285 1614 curveto
30480 stroke
30481 0.000 0.000 0.000 edgecolor
30482 newpath 7285.88 1617.39 moveto
30483 7295 1612 lineto
30484 7284.51 1610.53 lineto
30485 closepath fill
30486 1 setlinewidth
30487 solid
30488 0.000 0.000 0.000 edgecolor
30489 newpath 7285.88 1617.39 moveto
30490 7295 1612 lineto
30491 7284.51 1610.53 lineto
30492 closepath stroke
30493 grestore
30494 % icimmicmm->icimmcmm_iicimmcmm
30495 gsave
30496 1 setlinewidth
30497 0.000 0.000 0.000 edgecolor
30498 newpath 4148 1665 moveto
30499 4131 1662 4111 1658 4092 1656 curveto
30500 3908 1635 2597 1685 2423 1620 curveto
30501 2400 1611 2404 1592 2380 1584 curveto
30502 2284 1546 1553 1555 1449 1548 curveto
30503 1423 1545 1393 1543 1367 1539 curveto
30504 stroke
30505 0.000 0.000 0.000 edgecolor
30506 newpath 1367.3 1535.51 moveto
30507 1357 1538 lineto
30508 1366.6 1542.48 lineto
30509 closepath fill
30510 1 setlinewidth
30511 solid
30512 0.000 0.000 0.000 edgecolor
30513 newpath 1367.3 1535.51 moveto
30514 1357 1538 lineto
30515 1366.6 1542.48 lineto
30516 closepath stroke
30517 grestore
30518 % icimmicmm->icmmicmm_iicmmicmm
30519 gsave
30520 1 setlinewidth
30521 0.000 0.000 0.000 edgecolor
30522 newpath 4222 1671 moveto
30523 4281 1667 4398 1660 4497 1656 curveto
30524 5250 1626 5440 1671 6191 1620 curveto
30525 6218 1618 6248 1615 6274 1611 curveto
30526 stroke
30527 0.000 0.000 0.000 edgecolor
30528 newpath 6274.4 1614.48 moveto
30529 6284 1610 lineto
30530 6273.7 1607.51 lineto
30531 closepath fill
30532 1 setlinewidth
30533 solid
30534 0.000 0.000 0.000 edgecolor
30535 newpath 6274.4 1614.48 moveto
30536 6284 1610 lineto
30537 6273.7 1607.51 lineto
30538 closepath stroke
30539 grestore
30540 % icmmic_iicmmic_icicmmic->icmcmcic_iicmcmcic
30541 gsave
30542 1 setlinewidth
30543 0.000 0.000 0.000 edgecolor
30544 newpath 6675 1877 moveto
30545 6738 1864 6833 1845 6897 1832 curveto
30546 stroke
30547 0.000 0.000 0.000 edgecolor
30548 newpath 6897.88 1835.39 moveto
30549 6907 1830 lineto
30550 6896.51 1828.53 lineto
30551 closepath fill
30552 1 setlinewidth
30553 solid
30554 0.000 0.000 0.000 edgecolor
30555 newpath 6897.88 1835.39 moveto
30556 6907 1830 lineto
30557 6896.51 1828.53 lineto
30558 closepath stroke
30559 grestore
30560 % icmmic_iicmmic_icicmmic->icmmicmm_iicmmicmm
30561 gsave
30562 1 setlinewidth
30563 0.000 0.000 0.000 edgecolor
30564 newpath 6653 1874 moveto
30565 6700 1856 6780 1825 6849 1800 curveto
30566 6891 1783 6911 1795 6945 1764 curveto
30567 6981 1729 7012 1692 6978 1656 curveto
30568 6935 1610 6484 1629 6423 1620 curveto
30569 6418 1619 6413 1618 6407 1617 curveto
30570 stroke
30571 0.000 0.000 0.000 edgecolor
30572 newpath 6407.49 1613.53 moveto
30573 6397 1615 lineto
30574 6406.12 1620.39 lineto
30575 closepath fill
30576 1 setlinewidth
30577 solid
30578 0.000 0.000 0.000 edgecolor
30579 newpath 6407.49 1613.53 moveto
30580 6397 1615 lineto
30581 6406.12 1620.39 lineto
30582 closepath stroke
30583 grestore
30584 % icmmic_iicmmic_icicmmic->cicmmic_ccicmmic
30585 gsave
30586 1 setlinewidth
30587 0.000 0.000 0.000 edgecolor
30588 newpath 6684 1879 moveto
30589 6705 1876 6728 1874 6749 1872 curveto
30590 7021 1846 7092 1874 7363 1836 curveto
30591 7369 1835 7376 1834 7382 1832 curveto
30592 stroke
30593 0.000 0.000 0.000 edgecolor
30594 newpath 7382.88 1835.39 moveto
30595 7392 1830 lineto
30596 7381.51 1828.53 lineto
30597 closepath fill
30598 1 setlinewidth
30599 solid
30600 0.000 0.000 0.000 edgecolor
30601 newpath 7382.88 1835.39 moveto
30602 7392 1830 lineto
30603 7381.51 1828.53 lineto
30604 closepath stroke
30605 grestore
30606 % icmmic_iicmmic_icicmmic->icmmimmc_iicmmimmc
30607 gsave
30608 1 setlinewidth
30609 0.000 0.000 0.000 edgecolor
30610 newpath 6592 1872 moveto
30611 6582 1863 6570 1852 6559 1842 curveto
30612 stroke
30613 0.000 0.000 0.000 edgecolor
30614 newpath 6561.55 1839.6 moveto
30615 6552 1835 lineto
30616 6556.6 1844.55 lineto
30617 closepath fill
30618 1 setlinewidth
30619 solid
30620 0.000 0.000 0.000 edgecolor
30621 newpath 6561.55 1839.6 moveto
30622 6552 1835 lineto
30623 6556.6 1844.55 lineto
30624 closepath stroke
30625 grestore
30626 % immicmmic
30627 gsave
30628 1 setlinewidth
30629 0.000 0.000 0.000 nodecolor
30630 4911 1746 39.11 18 ellipse_path stroke
30631 0.000 0.000 0.000 nodecolor
30632 14 /Times-Roman set_font
30633 4890.5 1741.9 moveto 41 (i--ic--ic) alignedtext
30634 grestore
30635 % icmmic_iicmmic_icicmmic->immicmmic
30636 gsave
30637 1 setlinewidth
30638 0.000 0.000 0.000 edgecolor
30639 newpath 6529 1882 moveto
30640 6487 1878 6435 1874 6389 1872 curveto
30641 6121 1857 5448 1882 5184 1836 curveto
30642 5099 1820 5002 1784 4949 1762 curveto
30643 stroke
30644 0.000 0.000 0.000 edgecolor
30645 newpath 4950.56 1758.86 moveto
30646 4940 1758 lineto
30647 4947.72 1765.26 lineto
30648 closepath fill
30649 1 setlinewidth
30650 solid
30651 0.000 0.000 0.000 edgecolor
30652 newpath 4950.56 1758.86 moveto
30653 4940 1758 lineto
30654 4947.72 1765.26 lineto
30655 closepath stroke
30656 grestore
30657 % immcimmic->immcimmc_imcmcimmc_iimmcimmc
30658 gsave
30659 1 setlinewidth
30660 0.000 0.000 0.000 edgecolor
30661 newpath 1912 1946 moveto
30662 1900 1935 1886 1921 1873 1908 curveto
30663 1774 1801 1789 1727 1661 1656 curveto
30664 1567 1602 1527 1636 1419 1620 curveto
30665 1411 1619 1403 1617 1395 1616 curveto
30666 stroke
30667 0.000 0.000 0.000 edgecolor
30668 newpath 1395.49 1612.53 moveto
30669 1385 1614 lineto
30670 1394.12 1619.39 lineto
30671 closepath fill
30672 1 setlinewidth
30673 solid
30674 0.000 0.000 0.000 edgecolor
30675 newpath 1395.49 1612.53 moveto
30676 1385 1614 lineto
30677 1394.12 1619.39 lineto
30678 closepath stroke
30679 grestore
30680 % immcmmic_imcmcmmic_iimmcmmic
30681 gsave
30682 1 setlinewidth
30683 0.000 0.000 0.000 nodecolor
30684 3577 1674 107.21 18 ellipse_path stroke
30685 0.000 0.000 0.000 nodecolor
30686 14 /Times-Roman set_font
30687 3507.5 1669.9 moveto 139 (i--c--ic=i-c-c--ic=ii--c--ic) alignedtext
30688 grestore
30689 % immcimmic->immcmmic_imcmcmmic_iimmcmmic
30690 gsave
30691 1 setlinewidth
30692 0.000 0.000 0.000 edgecolor
30693 newpath 1966 1956 moveto
30694 2020 1947 2122 1929 2208 1908 curveto
30695 2262 1894 2274 1884 2327 1872 curveto
30696 2415 1850 2444 1870 2526 1836 curveto
30697 2577 1814 2584 1797 2627 1764 curveto
30698 2647 1748 2647 1737 2670 1728 curveto
30699 2834 1664 3286 1709 3461 1692 curveto
30700 3471 1691 3481 1690 3491 1688 curveto
30701 stroke
30702 0.000 0.000 0.000 edgecolor
30703 newpath 3491.4 1691.48 moveto
30704 3501 1687 lineto
30705 3490.7 1684.51 lineto
30706 closepath fill
30707 1 setlinewidth
30708 solid
30709 0.000 0.000 0.000 edgecolor
30710 newpath 3491.4 1691.48 moveto
30711 3501 1687 lineto
30712 3490.7 1684.51 lineto
30713 closepath stroke
30714 grestore
30715 % mcmcimmic
30716 gsave
30717 1 setlinewidth
30718 0.000 0.000 0.000 nodecolor
30719 1177 1674 41.19 18 ellipse_path stroke
30720 0.000 0.000 0.000 nodecolor
30721 14 /Times-Roman set_font
30722 1155 1669.9 moveto 44 (-c-ci--ic) alignedtext
30723 grestore
30724 % immcimmic->mcmcimmic
30725 gsave
30726 1 setlinewidth
30727 0.000 0.000 0.000 edgecolor
30728 newpath 1905 1948 moveto
30729 1845 1913 1693 1825 1640 1800 curveto
30730 1600 1780 1584 1787 1545 1764 curveto
30731 1526 1751 1529 1737 1507 1728 curveto
30732 1393 1673 1347 1723 1223 1692 curveto
30733 1221 1692 1219 1691 1217 1690 curveto
30734 stroke
30735 0.000 0.000 0.000 edgecolor
30736 newpath 1217.58 1686.52 moveto
30737 1207 1687 lineto
30738 1215.57 1693.23 lineto
30739 closepath fill
30740 1 setlinewidth
30741 solid
30742 0.000 0.000 0.000 edgecolor
30743 newpath 1217.58 1686.52 moveto
30744 1207 1687 lineto
30745 1215.57 1693.23 lineto
30746 closepath stroke
30747 grestore
30748 % mmicimmic->mcmcimmic
30749 gsave
30750 1 setlinewidth
30751 0.000 0.000 0.000 edgecolor
30752 newpath 1958 1743 moveto
30753 1857 1735 1576 1714 1341 1692 curveto
30754 1303 1687 1260 1683 1227 1679 curveto
30755 stroke
30756 0.000 0.000 0.000 edgecolor
30757 newpath 1227.3 1675.51 moveto
30758 1217 1678 lineto
30759 1226.6 1682.48 lineto
30760 closepath fill
30761 1 setlinewidth
30762 solid
30763 0.000 0.000 0.000 edgecolor
30764 newpath 1227.3 1675.51 moveto
30765 1217 1678 lineto
30766 1226.6 1682.48 lineto
30767 closepath stroke
30768 grestore
30769 % mmicimmic->mmicimmc
30770 gsave
30771 1 setlinewidth
30772 0.000 0.000 0.000 edgecolor
30773 newpath 1962 1738 moveto
30774 1918 1728 1841 1710 1775 1692 curveto
30775 1724 1677 1714 1666 1661 1656 curveto
30776 1456 1616 1400 1643 1191 1620 curveto
30777 1166 1617 1137 1612 1114 1609 curveto
30778 stroke
30779 0.000 0.000 0.000 edgecolor
30780 newpath 1114.3 1605.51 moveto
30781 1104 1608 lineto
30782 1113.6 1612.48 lineto
30783 closepath fill
30784 1 setlinewidth
30785 solid
30786 0.000 0.000 0.000 edgecolor
30787 newpath 1114.3 1605.51 moveto
30788 1104 1608 lineto
30789 1113.6 1612.48 lineto
30790 closepath stroke
30791 grestore
30792 % mmicmmic
30793 gsave
30794 1 setlinewidth
30795 0.000 0.000 0.000 nodecolor
30796 4969 1602 37.02 18 ellipse_path stroke
30797 0.000 0.000 0.000 nodecolor
30798 14 /Times-Roman set_font
30799 4950 1597.9 moveto 38 (--ic--ic) alignedtext
30800 grestore
30801 % mmicimmic->mmicmmic
30802 gsave
30803 1 setlinewidth
30804 0.000 0.000 0.000 edgecolor
30805 newpath 2031 1737 moveto
30806 2047 1734 2066 1730 2083 1728 curveto
30807 2270 1706 3587 1735 3769 1692 curveto
30808 3806 1683 3809 1664 3845 1656 curveto
30809 4062 1603 4626 1640 4847 1620 curveto
30810 4873 1617 4901 1613 4924 1610 curveto
30811 stroke
30812 0.000 0.000 0.000 edgecolor
30813 newpath 4924.88 1613.39 moveto
30814 4934 1608 lineto
30815 4923.51 1606.53 lineto
30816 closepath fill
30817 1 setlinewidth
30818 solid
30819 0.000 0.000 0.000 edgecolor
30820 newpath 4924.88 1613.39 moveto
30821 4934 1608 lineto
30822 4923.51 1606.53 lineto
30823 closepath stroke
30824 grestore
30825 % icimmi_iicimmi
30826 gsave
30827 1 setlinewidth
30828 0.000 0.000 0.000 nodecolor
30829 2991 2322 53.01 18 ellipse_path stroke
30830 0.000 0.000 0.000 nodecolor
30831 14 /Times-Roman set_font
30832 2960.5 2317.9 moveto 61 (ici--i=iici--i) alignedtext
30833 grestore
30834 % icimmi_iicimmi->cimmi_ccimmi_cicimmi
30835 gsave
30836 1 setlinewidth
30837 0.000 0.000 0.000 edgecolor
30838 newpath 3044 2321 moveto
30839 3502 2314 6776 2262 6971 2196 curveto
30840 7010 2183 7047 2152 7070 2131 curveto
30841 stroke
30842 0.000 0.000 0.000 edgecolor
30843 newpath 7072.78 2133.22 moveto
30844 7078 2124 lineto
30845 7068.17 2127.95 lineto
30846 closepath fill
30847 1 setlinewidth
30848 solid
30849 0.000 0.000 0.000 edgecolor
30850 newpath 7072.78 2133.22 moveto
30851 7078 2124 lineto
30852 7068.17 2127.95 lineto
30853 closepath stroke
30854 grestore
30855 % icimmi_iicimmi->icimmici_iicimmici
30856 gsave
30857 1 setlinewidth
30858 0.000 0.000 0.000 edgecolor
30859 newpath 2991 2304 moveto
30860 2991 2296 2991 2287 2991 2278 curveto
30861 stroke
30862 0.000 0.000 0.000 edgecolor
30863 newpath 2994.5 2278 moveto
30864 2991 2268 lineto
30865 2987.5 2278 lineto
30866 closepath fill
30867 1 setlinewidth
30868 solid
30869 0.000 0.000 0.000 edgecolor
30870 newpath 2994.5 2278 moveto
30871 2991 2268 lineto
30872 2987.5 2278 lineto
30873 closepath stroke
30874 grestore
30875 % icimm_iicimm
30876 gsave
30877 1 setlinewidth
30878 0.000 0.000 0.000 nodecolor
30879 2897 2106 48.84 18 ellipse_path stroke
30880 0.000 0.000 0.000 nodecolor
30881 14 /Times-Roman set_font
30882 2869.5 2101.9 moveto 55 (ici--=iici--) alignedtext
30883 grestore
30884 % icimmi_iicimmi->icimm_iicimm
30885 gsave
30886 1 setlinewidth
30887 0.000 0.000 0.000 edgecolor
30888 newpath 2960 2307 moveto
30889 2944 2298 2926 2285 2916 2268 curveto
30890 2893 2226 2892 2169 2894 2134 curveto
30891 stroke
30892 0.000 0.000 0.000 edgecolor
30893 newpath 2897.49 2134.3 moveto
30894 2895 2124 lineto
30895 2890.52 2133.6 lineto
30896 closepath fill
30897 1 setlinewidth
30898 solid
30899 0.000 0.000 0.000 edgecolor
30900 newpath 2897.49 2134.3 moveto
30901 2895 2124 lineto
30902 2890.52 2133.6 lineto
30903 closepath stroke
30904 grestore
30905 % icmmi_iicmmi_icicmmi
30906 gsave
30907 1 setlinewidth
30908 0.000 0.000 0.000 nodecolor
30909 4809 2250 77.13 18 ellipse_path stroke
30910 0.000 0.000 0.000 nodecolor
30911 14 /Times-Roman set_font
30912 4761.5 2245.9 moveto 95 (ic--i=iic--i=icic--i) alignedtext
30913 grestore
30914 % icimmi_iicimmi->icmmi_iicmmi_icicmmi
30915 gsave
30916 1 setlinewidth
30917 0.000 0.000 0.000 edgecolor
30918 newpath 3044 2320 moveto
30919 3299 2310 4405 2266 4723 2253 curveto
30920 stroke
30921 0.000 0.000 0.000 edgecolor
30922 newpath 4723 2256.5 moveto
30923 4733 2253 lineto
30924 4723 2249.5 lineto
30925 closepath fill
30926 1 setlinewidth
30927 solid
30928 0.000 0.000 0.000 edgecolor
30929 newpath 4723 2256.5 moveto
30930 4733 2253 lineto
30931 4723 2249.5 lineto
30932 closepath stroke
30933 grestore
30934 % immicimmi
30935 gsave
30936 1 setlinewidth
30937 0.000 0.000 0.000 nodecolor
30938 2519 2250 36.83 18 ellipse_path stroke
30939 0.000 0.000 0.000 nodecolor
30940 14 /Times-Roman set_font
30941 2500.5 2245.9 moveto 37 (i--ici--i) alignedtext
30942 grestore
30943 % icimmi_iicimmi->immicimmi
30944 gsave
30945 1 setlinewidth
30946 0.000 0.000 0.000 edgecolor
30947 newpath 2942 2315 moveto
30948 2851 2301 2654 2270 2565 2257 curveto
30949 stroke
30950 0.000 0.000 0.000 edgecolor
30951 newpath 2565.49 2253.53 moveto
30952 2555 2255 lineto
30953 2564.12 2260.39 lineto
30954 closepath fill
30955 1 setlinewidth
30956 solid
30957 0.000 0.000 0.000 edgecolor
30958 newpath 2565.49 2253.53 moveto
30959 2555 2255 lineto
30960 2564.12 2260.39 lineto
30961 closepath stroke
30962 grestore
30963 % icimm_iicimm->cimm_ccimm_cicimm
30964 gsave
30965 1 setlinewidth
30966 0.000 0.000 0.000 edgecolor
30967 newpath 2946 2105 moveto
30968 3181 2100 4182 2077 4319 2052 curveto
30969 4399 2037 4487 2003 4539 1982 curveto
30970 stroke
30971 0.000 0.000 0.000 edgecolor
30972 newpath 4540.28 1985.26 moveto
30973 4548 1978 lineto
30974 4537.44 1978.86 lineto
30975 closepath fill
30976 1 setlinewidth
30977 solid
30978 0.000 0.000 0.000 edgecolor
30979 newpath 4540.28 1985.26 moveto
30980 4548 1978 lineto
30981 4537.44 1978.86 lineto
30982 closepath stroke
30983 grestore
30984 % icimm_iicimm->icimmc_iicimmc
30985 gsave
30986 1 setlinewidth
30987 0.000 0.000 0.000 edgecolor
30988 newpath 2873 2090 moveto
30989 2839 2068 2778 2025 2733 1980 curveto
30990 2714 1960 2696 1935 2684 1917 curveto
30991 stroke
30992 0.000 0.000 0.000 edgecolor
30993 newpath 2686.46 1914.38 moveto
30994 2678 1908 lineto
30995 2680.63 1918.26 lineto
30996 closepath fill
30997 1 setlinewidth
30998 solid
30999 0.000 0.000 0.000 edgecolor
31000 newpath 2686.46 1914.38 moveto
31001 2678 1908 lineto
31002 2680.63 1918.26 lineto
31003 closepath stroke
31004 grestore
31005 % icmmimm_iicmmimm_icicmmimm
31006 gsave
31007 1 setlinewidth
31008 0.000 0.000 0.000 nodecolor
31009 5564 2034 95.89 18 ellipse_path stroke
31010 0.000 0.000 0.000 nodecolor
31011 14 /Times-Roman set_font
31012 5503 2029.9 moveto 122 (ic--i--=iic--i--=icic--i--) alignedtext
31013 grestore
31014 % icimm_iicimm->icmmimm_iicmmimm_icicmmimm
31015 gsave
31016 1 setlinewidth
31017 0.000 0.000 0.000 edgecolor
31018 newpath 2946 2105 moveto
31019 3262 2096 5010 2049 5459 2037 curveto
31020 stroke
31021 0.000 0.000 0.000 edgecolor
31022 newpath 5459 2040.5 moveto
31023 5469 2037 lineto
31024 5459 2033.5 lineto
31025 closepath fill
31026 1 setlinewidth
31027 solid
31028 0.000 0.000 0.000 edgecolor
31029 newpath 5459 2040.5 moveto
31030 5469 2037 lineto
31031 5459 2033.5 lineto
31032 closepath stroke
31033 grestore
31034 % immicimm_iimmicimm
31035 gsave
31036 1 setlinewidth
31037 0.000 0.000 0.000 nodecolor
31038 2293 1962 66.01 18 ellipse_path stroke
31039 0.000 0.000 0.000 nodecolor
31040 14 /Times-Roman set_font
31041 2253.5 1957.9 moveto 79 (i--ici--=ii--ici--) alignedtext
31042 grestore
31043 % icimm_iicimm->immicimm_iimmicimm
31044 gsave
31045 1 setlinewidth
31046 0.000 0.000 0.000 edgecolor
31047 newpath 2861 2093 moveto
31048 2854 2091 2846 2089 2839 2088 curveto
31049 2706 2059 2667 2084 2533 2052 curveto
31050 2463 2034 2384 2002 2336 1982 curveto
31051 stroke
31052 0.000 0.000 0.000 edgecolor
31053 newpath 2337.56 1978.86 moveto
31054 2327 1978 lineto
31055 2334.72 1985.26 lineto
31056 closepath fill
31057 1 setlinewidth
31058 solid
31059 0.000 0.000 0.000 edgecolor
31060 newpath 2337.56 1978.86 moveto
31061 2327 1978 lineto
31062 2334.72 1985.26 lineto
31063 closepath stroke
31064 grestore
31065 % icmmi_iicmmi_icicmmi->cicmmi_ccicmmi
31066 gsave
31067 1 setlinewidth
31068 0.000 0.000 0.000 edgecolor
31069 newpath 4886 2249 moveto
31070 5264 2245 6906 2223 6951 2196 curveto
31071 6996 2167 6965 2122 7007 2088 curveto
31072 7012 2083 7089 2063 7144 2048 curveto
31073 stroke
31074 0.000 0.000 0.000 edgecolor
31075 newpath 7144.88 2051.39 moveto
31076 7154 2046 lineto
31077 7143.51 2044.53 lineto
31078 closepath fill
31079 1 setlinewidth
31080 solid
31081 0.000 0.000 0.000 edgecolor
31082 newpath 7144.88 2051.39 moveto
31083 7154 2046 lineto
31084 7143.51 2044.53 lineto
31085 closepath stroke
31086 grestore
31087 % icmmi_iicmmi_icicmmi->icmmici_iicmmici_icicmmici
31088 gsave
31089 1 setlinewidth
31090 0.000 0.000 0.000 edgecolor
31091 newpath 4847 2234 moveto
31092 4872 2223 4905 2209 4931 2198 curveto
31093 stroke
31094 0.000 0.000 0.000 edgecolor
31095 newpath 4933.02 2200.96 moveto
31096 4941 2194 lineto
31097 4930.42 2194.46 lineto
31098 closepath fill
31099 1 setlinewidth
31100 solid
31101 0.000 0.000 0.000 edgecolor
31102 newpath 4933.02 2200.96 moveto
31103 4941 2194 lineto
31104 4930.42 2194.46 lineto
31105 closepath stroke
31106 grestore
31107 % icmmi_iicmmi_icicmmi->icmmimm_iicmmimm_icicmmimm
31108 gsave
31109 1 setlinewidth
31110 0.000 0.000 0.000 edgecolor
31111 newpath 4809 2232 moveto
31112 4811 2198 4821 2123 4866 2088 curveto
31113 4912 2053 5274 2039 5458 2036 curveto
31114 stroke
31115 0.000 0.000 0.000 edgecolor
31116 newpath 5458 2039.5 moveto
31117 5468 2036 lineto
31118 5458 2032.5 lineto
31119 closepath fill
31120 1 setlinewidth
31121 solid
31122 0.000 0.000 0.000 edgecolor
31123 newpath 5458 2039.5 moveto
31124 5468 2036 lineto
31125 5458 2032.5 lineto
31126 closepath stroke
31127 grestore
31128 % immicmmi_iimmicmmi
31129 gsave
31130 1 setlinewidth
31131 0.000 0.000 0.000 nodecolor
31132 4715 2178 66.01 18 ellipse_path stroke
31133 0.000 0.000 0.000 nodecolor
31134 14 /Times-Roman set_font
31135 4675.5 2173.9 moveto 79 (i--ic--i=ii--ic--i) alignedtext
31136 grestore
31137 % icmmi_iicmmi_icicmmi->immicmmi_iimmicmmi
31138 gsave
31139 1 setlinewidth
31140 0.000 0.000 0.000 edgecolor
31141 newpath 4786 2233 moveto
31142 4774 2223 4758 2211 4745 2201 curveto
31143 stroke
31144 0.000 0.000 0.000 edgecolor
31145 newpath 4747.1 2198.2 moveto
31146 4737 2195 lineto
31147 4742.9 2203.8 lineto
31148 closepath fill
31149 1 setlinewidth
31150 solid
31151 0.000 0.000 0.000 edgecolor
31152 newpath 4747.1 2198.2 moveto
31153 4737 2195 lineto
31154 4742.9 2203.8 lineto
31155 closepath stroke
31156 grestore
31157 % immicimmi->immicimm_iimmicimm
31158 gsave
31159 1 setlinewidth
31160 0.000 0.000 0.000 edgecolor
31161 newpath 2506 2233 moveto
31162 2468 2184 2359 2046 2313 1988 curveto
31163 stroke
31164 0.000 0.000 0.000 edgecolor
31165 newpath 2315.8 1985.9 moveto
31166 2307 1980 lineto
31167 2310.2 1990.1 lineto
31168 closepath fill
31169 1 setlinewidth
31170 solid
31171 0.000 0.000 0.000 edgecolor
31172 newpath 2315.8 1985.9 moveto
31173 2307 1980 lineto
31174 2310.2 1990.1 lineto
31175 closepath stroke
31176 grestore
31177 % immicimmi->immicmmi_iimmicmmi
31178 gsave
31179 1 setlinewidth
31180 0.000 0.000 0.000 edgecolor
31181 newpath 2556 2248 moveto
31182 2626 2244 2784 2237 2916 2232 curveto
31183 3584 2206 4391 2186 4639 2180 curveto
31184 stroke
31185 0.000 0.000 0.000 edgecolor
31186 newpath 4639 2183.5 moveto
31187 4649 2180 lineto
31188 4639 2176.5 lineto
31189 closepath fill
31190 1 setlinewidth
31191 solid
31192 0.000 0.000 0.000 edgecolor
31193 newpath 4639 2183.5 moveto
31194 4649 2180 lineto
31195 4639 2176.5 lineto
31196 closepath stroke
31197 grestore
31198 % immcimmi_imcmcimmi_iimmcimmi
31199 gsave
31200 1 setlinewidth
31201 0.000 0.000 0.000 nodecolor
31202 1725 2178 100.06 18 ellipse_path stroke
31203 0.000 0.000 0.000 nodecolor
31204 14 /Times-Roman set_font
31205 1661 2173.9 moveto 128 (i--ci--i=i-c-ci--i=ii--ci--i) alignedtext
31206 grestore
31207 % immicimmi->immcimmi_imcmcimmi_iimmcimmi
31208 gsave
31209 1 setlinewidth
31210 0.000 0.000 0.000 edgecolor
31211 newpath 2482 2246 moveto
31212 2443 2243 2378 2236 2321 2232 curveto
31213 2147 2215 1944 2197 1825 2187 curveto
31214 stroke
31215 0.000 0.000 0.000 edgecolor
31216 newpath 1825.3 2183.51 moveto
31217 1815 2186 lineto
31218 1824.6 2190.48 lineto
31219 closepath fill
31220 1 setlinewidth
31221 solid
31222 0.000 0.000 0.000 edgecolor
31223 newpath 1825.3 2183.51 moveto
31224 1815 2186 lineto
31225 1824.6 2190.48 lineto
31226 closepath stroke
31227 grestore
31228 % mmicimmi
31229 gsave
31230 1 setlinewidth
31231 0.000 0.000 0.000 nodecolor
31232 1278 1962 34.24 18 ellipse_path stroke
31233 0.000 0.000 0.000 nodecolor
31234 14 /Times-Roman set_font
31235 1261 1957.9 moveto 34 (--ici--i) alignedtext
31236 grestore
31237 % immicimmi->mmicimmi
31238 gsave
31239 1 setlinewidth
31240 0.000 0.000 0.000 edgecolor
31241 newpath 2483 2246 moveto
31242 2443 2242 2378 2236 2321 2232 curveto
31243 2009 2209 1925 2255 1616 2196 curveto
31244 1519 2177 1486 2181 1405 2124 curveto
31245 1354 2087 1312 2024 1292 1988 curveto
31246 stroke
31247 0.000 0.000 0.000 edgecolor
31248 newpath 1294.92 1986.04 moveto
31249 1287 1979 lineto
31250 1288.8 1989.44 lineto
31251 closepath fill
31252 1 setlinewidth
31253 solid
31254 0.000 0.000 0.000 edgecolor
31255 newpath 1294.92 1986.04 moveto
31256 1287 1979 lineto
31257 1288.8 1989.44 lineto
31258 closepath stroke
31259 grestore
31260 % icmmimm_iicmmimm_icicmmimm->icmcmmcm_iicmcmmcm
31261 gsave
31262 1 setlinewidth
31263 0.000 0.000 0.000 edgecolor
31264 newpath 5643 2024 moveto
31265 5723 2013 5851 1996 5962 1980 curveto
31266 5977 1978 5994 1975 6009 1973 curveto
31267 stroke
31268 0.000 0.000 0.000 edgecolor
31269 newpath 6009.4 1976.48 moveto
31270 6019 1972 lineto
31271 6008.7 1969.51 lineto
31272 closepath fill
31273 1 setlinewidth
31274 solid
31275 0.000 0.000 0.000 edgecolor
31276 newpath 6009.4 1976.48 moveto
31277 6019 1972 lineto
31278 6008.7 1969.51 lineto
31279 closepath stroke
31280 grestore
31281 % icmmimm_iicmmimm_icicmmimm->cicmmimm_ccicmmimm
31282 gsave
31283 1 setlinewidth
31284 0.000 0.000 0.000 edgecolor
31285 newpath 5613 2018 moveto
31286 5698 1991 5874 1935 5962 1907 curveto
31287 stroke
31288 0.000 0.000 0.000 edgecolor
31289 newpath 5963.43 1910.23 moveto
31290 5972 1904 lineto
31291 5961.42 1903.52 lineto
31292 closepath fill
31293 1 setlinewidth
31294 solid
31295 0.000 0.000 0.000 edgecolor
31296 newpath 5963.43 1910.23 moveto
31297 5972 1904 lineto
31298 5961.42 1903.52 lineto
31299 closepath stroke
31300 grestore
31301 % icmmimm_iicmmimm_icicmmimm->icmmimmc_iicmmimmc
31302 gsave
31303 1 setlinewidth
31304 0.000 0.000 0.000 edgecolor
31305 newpath 5657 2030 moveto
31306 5816 2021 6125 2003 6169 1980 curveto
31307 6223 1950 6203 1903 6256 1872 curveto
31308 6328 1828 6359 1852 6442 1836 curveto
31309 6450 1835 6458 1833 6466 1831 curveto
31310 stroke
31311 0.000 0.000 0.000 edgecolor
31312 newpath 6466.88 1834.39 moveto
31313 6476 1829 lineto
31314 6465.51 1827.53 lineto
31315 closepath fill
31316 1 setlinewidth
31317 solid
31318 0.000 0.000 0.000 edgecolor
31319 newpath 6466.88 1834.39 moveto
31320 6476 1829 lineto
31321 6465.51 1827.53 lineto
31322 closepath stroke
31323 grestore
31324 % icmmimm_iicmmimm_icicmmimm->icmmicimm
31325 gsave
31326 1 setlinewidth
31327 0.000 0.000 0.000 edgecolor
31328 newpath 5469 2032 moveto
31329 5340 2027 5117 2014 5043 1980 curveto
31330 5028 1972 4996 1939 4974 1915 curveto
31331 stroke
31332 0.000 0.000 0.000 edgecolor
31333 newpath 4976.22 1912.22 moveto
31334 4967 1907 lineto
31335 4970.95 1916.83 lineto
31336 closepath fill
31337 1 setlinewidth
31338 solid
31339 0.000 0.000 0.000 edgecolor
31340 newpath 4976.22 1912.22 moveto
31341 4967 1907 lineto
31342 4970.95 1916.83 lineto
31343 closepath stroke
31344 grestore
31345 % immicimm_iimmicimm->immicmcm_iimmicmcm
31346 gsave
31347 1 setlinewidth
31348 0.000 0.000 0.000 edgecolor
31349 newpath 2347 1952 moveto
31350 2386 1943 2438 1929 2480 1908 curveto
31351 2504 1896 2503 1880 2528 1872 curveto
31352 2531 1871 3439 1833 3719 1821 curveto
31353 stroke
31354 0.000 0.000 0.000 edgecolor
31355 newpath 3719 1824.5 moveto
31356 3729 1821 lineto
31357 3719 1817.5 lineto
31358 closepath fill
31359 1 setlinewidth
31360 solid
31361 0.000 0.000 0.000 edgecolor
31362 newpath 3719 1824.5 moveto
31363 3729 1821 lineto
31364 3719 1817.5 lineto
31365 closepath stroke
31366 grestore
31367 % immicimm_iimmicimm->cimmicimm
31368 gsave
31369 1 setlinewidth
31370 0.000 0.000 0.000 edgecolor
31371 newpath 2347 1952 moveto
31372 2393 1942 2460 1927 2517 1908 curveto
31373 2555 1895 2561 1880 2599 1872 curveto
31374 2877 1809 3600 1890 3879 1836 curveto
31375 3882 1836 3885 1835 3888 1834 curveto
31376 stroke
31377 0.000 0.000 0.000 edgecolor
31378 newpath 3890.02 1836.96 moveto
31379 3898 1830 lineto
31380 3887.42 1830.46 lineto
31381 closepath fill
31382 1 setlinewidth
31383 solid
31384 0.000 0.000 0.000 edgecolor
31385 newpath 3890.02 1836.96 moveto
31386 3898 1830 lineto
31387 3887.42 1830.46 lineto
31388 closepath stroke
31389 grestore
31390 % immicimm_iimmicimm->immicimmc
31391 gsave
31392 1 setlinewidth
31393 0.000 0.000 0.000 edgecolor
31394 newpath 2239 1952 moveto
31395 2167 1936 2039 1901 1949 1836 curveto
31396 1899 1799 1858 1736 1837 1701 curveto
31397 stroke
31398 0.000 0.000 0.000 edgecolor
31399 newpath 1839.92 1699.04 moveto
31400 1832 1692 lineto
31401 1833.8 1702.44 lineto
31402 closepath fill
31403 1 setlinewidth
31404 solid
31405 0.000 0.000 0.000 edgecolor
31406 newpath 1839.92 1699.04 moveto
31407 1832 1692 lineto
31408 1833.8 1702.44 lineto
31409 closepath stroke
31410 grestore
31411 % immicimm_iimmicimm->icmmicimm
31412 gsave
31413 1 setlinewidth
31414 0.000 0.000 0.000 edgecolor
31415 newpath 2356 1957 moveto
31416 2409 1952 2485 1947 2551 1944 curveto
31417 3496 1900 4652 1891 4903 1890 curveto
31418 stroke
31419 0.000 0.000 0.000 edgecolor
31420 newpath 4903 1893.5 moveto
31421 4913 1890 lineto
31422 4903 1886.5 lineto
31423 closepath fill
31424 1 setlinewidth
31425 solid
31426 0.000 0.000 0.000 edgecolor
31427 newpath 4903 1893.5 moveto
31428 4913 1890 lineto
31429 4903 1886.5 lineto
31430 closepath stroke
31431 grestore
31432 % immcimm_imcmcimm_iimmcimm
31433 gsave
31434 1 setlinewidth
31435 0.000 0.000 0.000 nodecolor
31436 1504 1890 93.81 18 ellipse_path stroke
31437 0.000 0.000 0.000 nodecolor
31438 14 /Times-Roman set_font
31439 1444.5 1885.9 moveto 119 (i--ci--=i-c-ci--=ii--ci--) alignedtext
31440 grestore
31441 % immicimm_iimmicimm->immcimm_imcmcimm_iimmcimm
31442 gsave
31443 1 setlinewidth
31444 0.000 0.000 0.000 edgecolor
31445 newpath 2240 1951 moveto
31446 2224 1948 2206 1946 2190 1944 curveto
31447 1983 1918 1740 1902 1605 1895 curveto
31448 stroke
31449 0.000 0.000 0.000 edgecolor
31450 newpath 1605.3 1891.51 moveto
31451 1595 1894 lineto
31452 1604.6 1898.48 lineto
31453 closepath fill
31454 1 setlinewidth
31455 solid
31456 0.000 0.000 0.000 edgecolor
31457 newpath 1605.3 1891.51 moveto
31458 1595 1894 lineto
31459 1604.6 1898.48 lineto
31460 closepath stroke
31461 grestore
31462 % mmicimm
31463 gsave
31464 1 setlinewidth
31465 0.000 0.000 0.000 nodecolor
31466 934 1674 32.16 18 ellipse_path stroke
31467 0.000 0.000 0.000 nodecolor
31468 14 /Times-Roman set_font
31469 918.5 1669.9 moveto 31 (--ici--) alignedtext
31470 grestore
31471 % immicimm_iimmicimm->mmicimm
31472 gsave
31473 1 setlinewidth
31474 0.000 0.000 0.000 edgecolor
31475 newpath 2238 1952 moveto
31476 2158 1938 2019 1912 2008 1908 curveto
31477 1986 1897 1988 1882 1965 1872 curveto
31478 1864 1824 1078 1726 971 1692 curveto
31479 970 1691 968 1691 967 1690 curveto
31480 stroke
31481 0.000 0.000 0.000 edgecolor
31482 newpath 968.56 1686.86 moveto
31483 958 1686 lineto
31484 965.72 1693.26 lineto
31485 closepath fill
31486 1 setlinewidth
31487 solid
31488 0.000 0.000 0.000 edgecolor
31489 newpath 968.56 1686.86 moveto
31490 958 1686 lineto
31491 965.72 1693.26 lineto
31492 closepath stroke
31493 grestore
31494 % icmmcicmm->imimicmm_imcimicmm_iimimicmm
31495 gsave
31496 1 setlinewidth
31497 0.000 0.000 0.000 edgecolor
31498 newpath 5851 1520 moveto
31499 5887 1509 5947 1491 5991 1477 curveto
31500 stroke
31501 0.000 0.000 0.000 edgecolor
31502 newpath 5992.43 1480.23 moveto
31503 6001 1474 lineto
31504 5990.42 1473.52 lineto
31505 closepath fill
31506 1 setlinewidth
31507 solid
31508 0.000 0.000 0.000 edgecolor
31509 newpath 5992.43 1480.23 moveto
31510 6001 1474 lineto
31511 5990.42 1473.52 lineto
31512 closepath stroke
31513 grestore
31514 % icmmcicmm->icmmcmm_iicmmcmm_icicmmcmm
31515 gsave
31516 1 setlinewidth
31517 0.000 0.000 0.000 edgecolor
31518 newpath 5855 1523 moveto
31519 5880 1519 5913 1515 5943 1512 curveto
31520 6342 1475 6445 1517 6845 1476 curveto
31521 7010 1459 7200 1422 7303 1402 curveto
31522 stroke
31523 0.000 0.000 0.000 edgecolor
31524 newpath 7303.88 1405.39 moveto
31525 7313 1400 lineto
31526 7302.51 1398.53 lineto
31527 closepath fill
31528 1 setlinewidth
31529 solid
31530 0.000 0.000 0.000 edgecolor
31531 newpath 7303.88 1405.39 moveto
31532 7313 1400 lineto
31533 7302.51 1398.53 lineto
31534 closepath stroke
31535 grestore
31536 % icmmcicmm->cmmcicmm_ccmmcicmm
31537 gsave
31538 1 setlinewidth
31539 0.000 0.000 0.000 edgecolor
31540 newpath 5787 1517 moveto
31541 5781 1515 5774 1513 5767 1512 curveto
31542 5563 1468 5504 1511 5297 1476 curveto
31543 5237 1465 5224 1453 5164 1440 curveto
31544 5069 1419 5044 1421 4948 1404 curveto
31545 4864 1388 4844 1377 4758 1368 curveto
31546 4396 1325 4300 1376 3937 1332 curveto
31547 3930 1331 3923 1330 3915 1329 curveto
31548 stroke
31549 0.000 0.000 0.000 edgecolor
31550 newpath 3915.49 1325.53 moveto
31551 3905 1327 lineto
31552 3914.12 1332.39 lineto
31553 closepath fill
31554 1 setlinewidth
31555 solid
31556 0.000 0.000 0.000 edgecolor
31557 newpath 3915.49 1325.53 moveto
31558 3905 1327 lineto
31559 3914.12 1332.39 lineto
31560 closepath stroke
31561 grestore
31562 % cmmcicmm_ccmmcicmm->cmmcmm_ccmmcmm
31563 gsave
31564 1 setlinewidth
31565 0.000 0.000 0.000 edgecolor
31566 newpath 3880 1297 moveto
31567 3899 1287 3923 1274 3943 1263 curveto
31568 stroke
31569 0.000 0.000 0.000 edgecolor
31570 newpath 3944.96 1265.92 moveto
31571 3952 1258 lineto
31572 3941.56 1259.8 lineto
31573 closepath fill
31574 1 setlinewidth
31575 solid
31576 0.000 0.000 0.000 edgecolor
31577 newpath 3944.96 1265.92 moveto
31578 3952 1258 lineto
31579 3941.56 1259.8 lineto
31580 closepath stroke
31581 grestore
31582 % cmmcicmm_ccmmcicmm->mimicmm_cmimicmm
31583 gsave
31584 1 setlinewidth
31585 0.000 0.000 0.000 edgecolor
31586 newpath 3859 1296 moveto
31587 3872 1272 3896 1227 3914 1188 curveto
31588 3936 1140 3934 1126 3957 1080 curveto
31589 4006 983 4137 946 4067 864 curveto
31590 4039 829 3912 837 3867 828 curveto
31591 3863 827 3859 826 3855 825 curveto
31592 stroke
31593 0.000 0.000 0.000 edgecolor
31594 newpath 3855.49 821.53 moveto
31595 3845 823 lineto
31596 3854.12 828.39 lineto
31597 closepath fill
31598 1 setlinewidth
31599 solid
31600 0.000 0.000 0.000 edgecolor
31601 newpath 3855.49 821.53 moveto
31602 3845 823 lineto
31603 3854.12 828.39 lineto
31604 closepath stroke
31605 grestore
31606 % cmmcicmm_ccmmcicmm->cmmcicmmc
31607 gsave
31608 1 setlinewidth
31609 0.000 0.000 0.000 edgecolor
31610 newpath 3905 1301 moveto
31611 3916 1299 3927 1297 3937 1296 curveto
31612 4205 1260 4274 1277 4543 1260 curveto
31613 4608 1255 4683 1250 4732 1246 curveto
31614 stroke
31615 0.000 0.000 0.000 edgecolor
31616 newpath 4732.4 1249.48 moveto
31617 4742 1245 lineto
31618 4731.7 1242.51 lineto
31619 closepath fill
31620 1 setlinewidth
31621 solid
31622 0.000 0.000 0.000 edgecolor
31623 newpath 4732.4 1249.48 moveto
31624 4742 1245 lineto
31625 4731.7 1242.51 lineto
31626 closepath stroke
31627 grestore
31628 % icmmcimmc->imimimmc_imcimimmc_iimimimmc
31629 gsave
31630 1 setlinewidth
31631 0.000 0.000 0.000 edgecolor
31632 newpath 7536 1525 moveto
31633 7502 1521 7454 1515 7411 1512 curveto
31634 6986 1480 6878 1509 6455 1476 curveto
31635 6436 1474 6417 1472 6399 1470 curveto
31636 stroke
31637 0.000 0.000 0.000 edgecolor
31638 newpath 6399.3 1466.51 moveto
31639 6389 1469 lineto
31640 6398.6 1473.48 lineto
31641 closepath fill
31642 1 setlinewidth
31643 solid
31644 0.000 0.000 0.000 edgecolor
31645 newpath 6399.3 1466.51 moveto
31646 6389 1469 lineto
31647 6398.6 1473.48 lineto
31648 closepath stroke
31649 grestore
31650 % icmmcimmc->icmmcmcmc
31651 gsave
31652 1 setlinewidth
31653 0.000 0.000 0.000 edgecolor
31654 newpath 7611 1521 moveto
31655 7627 1518 7646 1514 7663 1512 curveto
31656 7704 1505 8012 1507 8041 1476 curveto
31657 8051 1464 8048 1454 8041 1440 curveto
31658 8032 1423 8016 1411 8000 1403 curveto
31659 stroke
31660 0.000 0.000 0.000 edgecolor
31661 newpath 8001.44 1399.8 moveto
31662 7991 1398 lineto
31663 7998.04 1405.92 lineto
31664 closepath fill
31665 1 setlinewidth
31666 solid
31667 0.000 0.000 0.000 edgecolor
31668 newpath 8001.44 1399.8 moveto
31669 7991 1398 lineto
31670 7998.04 1405.92 lineto
31671 closepath stroke
31672 grestore
31673 % icmmcimmc->cmmcimmc_ccmmcimmc
31674 gsave
31675 1 setlinewidth
31676 0.000 0.000 0.000 edgecolor
31677 newpath 7542 1519 moveto
31678 7468 1496 7295 1442 7282 1440 curveto
31679 6965 1390 4716 1423 4395 1404 curveto
31680 4368 1402 4337 1399 4310 1396 curveto
31681 stroke
31682 0.000 0.000 0.000 edgecolor
31683 newpath 4310.3 1392.51 moveto
31684 4300 1395 lineto
31685 4309.6 1399.48 lineto
31686 closepath fill
31687 1 setlinewidth
31688 solid
31689 0.000 0.000 0.000 edgecolor
31690 newpath 4310.3 1392.51 moveto
31691 4300 1395 lineto
31692 4309.6 1399.48 lineto
31693 closepath stroke
31694 grestore
31695 % icmmcmmic->imimic_imcimic_iimimic_icmcimic_icimimic_immimimic_imcmmimic
31696 gsave
31697 1 setlinewidth
31698 0.000 0.000 0.000 edgecolor
31699 newpath 7145 1599 moveto
31700 7097 1595 7015 1589 6945 1584 curveto
31701 6709 1567 6650 1564 6415 1548 curveto
31702 6388 1546 6359 1544 6331 1542 curveto
31703 stroke
31704 0.000 0.000 0.000 edgecolor
31705 newpath 6331.3 1538.51 moveto
31706 6321 1541 lineto
31707 6330.6 1545.48 lineto
31708 closepath fill
31709 1 setlinewidth
31710 solid
31711 0.000 0.000 0.000 edgecolor
31712 newpath 6331.3 1538.51 moveto
31713 6321 1541 lineto
31714 6330.6 1545.48 lineto
31715 closepath stroke
31716 grestore
31717 % icmmcmmic->icmmcmcmc
31718 gsave
31719 1 setlinewidth
31720 0.000 0.000 0.000 edgecolor
31721 newpath 7221 1593 moveto
31722 7237 1590 7256 1586 7273 1584 curveto
31723 7447 1560 7949 1615 8056 1476 curveto
31724 8065 1463 8064 1453 8056 1440 curveto
31725 8049 1429 8022 1414 7998 1403 curveto
31726 stroke
31727 0.000 0.000 0.000 edgecolor
31728 newpath 7999.56 1399.86 moveto
31729 7989 1399 lineto
31730 7996.72 1406.26 lineto
31731 closepath fill
31732 1 setlinewidth
31733 solid
31734 0.000 0.000 0.000 edgecolor
31735 newpath 7999.56 1399.86 moveto
31736 7989 1399 lineto
31737 7996.72 1406.26 lineto
31738 closepath stroke
31739 grestore
31740 % icmmcmmic->cmmcmmic_ccmmcmmic
31741 gsave
31742 1 setlinewidth
31743 0.000 0.000 0.000 edgecolor
31744 newpath 7221 1593 moveto
31745 7237 1590 7256 1586 7273 1584 curveto
31746 7426 1564 7819 1592 7968 1548 curveto
31747 8067 1518 8189 1442 8117 1368 curveto
31748 8082 1332 6390 1333 6341 1332 curveto
31749 6298 1331 3296 1262 3253 1260 curveto
31750 3226 1258 3195 1255 3168 1252 curveto
31751 stroke
31752 0.000 0.000 0.000 edgecolor
31753 newpath 3168.3 1248.51 moveto
31754 3158 1251 lineto
31755 3167.6 1255.48 lineto
31756 closepath fill
31757 1 setlinewidth
31758 solid
31759 0.000 0.000 0.000 edgecolor
31760 newpath 3168.3 1248.51 moveto
31761 3158 1251 lineto
31762 3167.6 1255.48 lineto
31763 closepath stroke
31764 grestore
31765 % immcmmcic->imimic_imcimic_iimimic_icmcimic_icimimic_immimimic_imcmmimic
31766 gsave
31767 1 setlinewidth
31768 0.000 0.000 0.000 edgecolor
31769 newpath 4585 1598 moveto
31770 4626 1593 4691 1587 4747 1584 curveto
31771 5245 1553 5370 1571 5867 1548 curveto
31772 5905 1546 5944 1543 5983 1542 curveto
31773 stroke
31774 0.000 0.000 0.000 edgecolor
31775 newpath 5983.4 1545.48 moveto
31776 5993 1541 lineto
31777 5982.7 1538.51 lineto
31778 closepath fill
31779 1 setlinewidth
31780 solid
31781 0.000 0.000 0.000 edgecolor
31782 newpath 5983.4 1545.48 moveto
31783 5993 1541 lineto
31784 5982.7 1538.51 lineto
31785 closepath stroke
31786 grestore
31787 % immcmmcic->immcmmc_imcmcmmc_iimmcmmc
31788 gsave
31789 1 setlinewidth
31790 0.000 0.000 0.000 edgecolor
31791 newpath 4516 1589 moveto
31792 4509 1587 4502 1585 4495 1584 curveto
31793 4133 1512 4031 1598 3665 1548 curveto
31794 3597 1538 3582 1521 3513 1512 curveto
31795 3076 1452 2956 1552 2521 1476 curveto
31796 2470 1466 2462 1449 2410 1440 curveto
31797 2029 1371 1926 1427 1539 1404 curveto
31798 1499 1401 1455 1398 1416 1395 curveto
31799 stroke
31800 0.000 0.000 0.000 edgecolor
31801 newpath 1416.3 1391.51 moveto
31802 1406 1394 lineto
31803 1415.6 1398.48 lineto
31804 closepath fill
31805 1 setlinewidth
31806 solid
31807 0.000 0.000 0.000 edgecolor
31808 newpath 1416.3 1391.51 moveto
31809 1406 1394 lineto
31810 1415.6 1398.48 lineto
31811 closepath stroke
31812 grestore
31813 % mcmcmmcic
31814 gsave
31815 1 setlinewidth
31816 0.000 0.000 0.000 nodecolor
31817 4002 1386 43.97 18 ellipse_path stroke
31818 0.000 0.000 0.000 nodecolor
31819 14 /Times-Roman set_font
31820 3978 1381.9 moveto 48 (-c-c--cic) alignedtext
31821 grestore
31822 % immcmmcic->mcmcmmcic
31823 gsave
31824 1 setlinewidth
31825 0.000 0.000 0.000 edgecolor
31826 newpath 4514 1590 moveto
31827 4508 1588 4501 1586 4495 1584 curveto
31828 4432 1564 4410 1578 4350 1548 curveto
31829 4328 1536 4330 1522 4307 1512 curveto
31830 4221 1471 4181 1519 4095 1476 curveto
31831 4093 1475 4054 1437 4026 1410 curveto
31832 stroke
31833 0.000 0.000 0.000 edgecolor
31834 newpath 4028.55 1407.6 moveto
31835 4019 1403 lineto
31836 4023.6 1412.55 lineto
31837 closepath fill
31838 1 setlinewidth
31839 solid
31840 0.000 0.000 0.000 edgecolor
31841 newpath 4028.55 1407.6 moveto
31842 4019 1403 lineto
31843 4023.6 1412.55 lineto
31844 closepath stroke
31845 grestore
31846 % mmicmmcic->mmimimic
31847 gsave
31848 1 setlinewidth
31849 0.000 0.000 0.000 edgecolor
31850 newpath 5207 1522 moveto
31851 5223 1518 5242 1515 5259 1512 curveto
31852 5402 1489 5442 1509 5582 1476 curveto
31853 5586 1475 5590 1474 5594 1473 curveto
31854 stroke
31855 0.000 0.000 0.000 edgecolor
31856 newpath 5595.28 1476.26 moveto
31857 5603 1469 lineto
31858 5592.44 1469.86 lineto
31859 closepath fill
31860 1 setlinewidth
31861 solid
31862 0.000 0.000 0.000 edgecolor
31863 newpath 5595.28 1476.26 moveto
31864 5603 1469 lineto
31865 5592.44 1469.86 lineto
31866 closepath stroke
31867 grestore
31868 % mmicmmcic->mcmcmmcic
31869 gsave
31870 1 setlinewidth
31871 0.000 0.000 0.000 edgecolor
31872 newpath 5135 1522 moveto
31873 5118 1518 5097 1514 5078 1512 curveto
31874 4911 1487 4863 1518 4699 1476 curveto
31875 4661 1466 4657 1449 4618 1440 curveto
31876 4375 1380 4301 1452 4055 1404 curveto
31877 4051 1403 4047 1403 4044 1401 curveto
31878 stroke
31879 0.000 0.000 0.000 edgecolor
31880 newpath 4044.58 1397.52 moveto
31881 4034 1398 lineto
31882 4042.57 1404.23 lineto
31883 closepath fill
31884 1 setlinewidth
31885 solid
31886 0.000 0.000 0.000 edgecolor
31887 newpath 4044.58 1397.52 moveto
31888 4034 1398 lineto
31889 4042.57 1404.23 lineto
31890 closepath stroke
31891 grestore
31892 % mmicmmcic->mmicmmc
31893 gsave
31894 1 setlinewidth
31895 0.000 0.000 0.000 edgecolor
31896 newpath 5148 1515 moveto
31897 5133 1505 5111 1490 5094 1478 curveto
31898 stroke
31899 0.000 0.000 0.000 edgecolor
31900 newpath 5095.26 1474.63 moveto
31901 5085 1472 lineto
31902 5091.38 1480.46 lineto
31903 closepath fill
31904 1 setlinewidth
31905 solid
31906 0.000 0.000 0.000 edgecolor
31907 newpath 5095.26 1474.63 moveto
31908 5085 1472 lineto
31909 5091.38 1480.46 lineto
31910 closepath stroke
31911 grestore
31912 % cmmcimmc_ccmmcimmc->cmmcmcmc_ccmmcmcmc
31913 gsave
31914 1 setlinewidth
31915 0.000 0.000 0.000 edgecolor
31916 newpath 4227 1368 moveto
31917 4218 1333 4193 1256 4139 1224 curveto
31918 4080 1188 2967 1192 2898 1188 curveto
31919 2871 1186 2840 1183 2813 1180 curveto
31920 stroke
31921 0.000 0.000 0.000 edgecolor
31922 newpath 2813.3 1176.51 moveto
31923 2803 1179 lineto
31924 2812.6 1183.48 lineto
31925 closepath fill
31926 1 setlinewidth
31927 solid
31928 0.000 0.000 0.000 edgecolor
31929 newpath 2813.3 1176.51 moveto
31930 2803 1179 lineto
31931 2812.6 1183.48 lineto
31932 closepath stroke
31933 grestore
31934 % cmmcimmc_ccmmcimmc->mimimmc_cmimimmc
31935 gsave
31936 1 setlinewidth
31937 0.000 0.000 0.000 edgecolor
31938 newpath 4239 1368 moveto
31939 4257 1327 4294 1223 4253 1152 curveto
31940 4206 1069 3970 978 3884 936 curveto
31941 3858 923 3827 910 3802 900 curveto
31942 stroke
31943 0.000 0.000 0.000 edgecolor
31944 newpath 3803.56 896.86 moveto
31945 3793 896 lineto
31946 3800.72 903.26 lineto
31947 closepath fill
31948 1 setlinewidth
31949 solid
31950 0.000 0.000 0.000 edgecolor
31951 newpath 3803.56 896.86 moveto
31952 3793 896 lineto
31953 3800.72 903.26 lineto
31954 closepath stroke
31955 grestore
31956 % cmmcimmc_ccmmcimmc->cmmcicmmc
31957 gsave
31958 1 setlinewidth
31959 0.000 0.000 0.000 edgecolor
31960 newpath 4258 1369 moveto
31961 4292 1348 4354 1313 4411 1296 curveto
31962 4522 1261 4658 1248 4732 1244 curveto
31963 stroke
31964 0.000 0.000 0.000 edgecolor
31965 newpath 4732 1247.5 moveto
31966 4742 1244 lineto
31967 4732 1240.5 lineto
31968 closepath fill
31969 1 setlinewidth
31970 solid
31971 0.000 0.000 0.000 edgecolor
31972 newpath 4732 1247.5 moveto
31973 4742 1244 lineto
31974 4732 1240.5 lineto
31975 closepath stroke
31976 grestore
31977 % icmmcimmi->icmmcmmi_iicmmcmmi
31978 gsave
31979 1 setlinewidth
31980 0.000 0.000 0.000 edgecolor
31981 newpath 5566 1884 moveto
31982 5591 1880 5624 1875 5653 1872 curveto
31983 5733 1861 5958 1838 6077 1826 curveto
31984 stroke
31985 0.000 0.000 0.000 edgecolor
31986 newpath 6077.4 1829.48 moveto
31987 6087 1825 lineto
31988 6076.7 1822.51 lineto
31989 closepath fill
31990 1 setlinewidth
31991 solid
31992 0.000 0.000 0.000 edgecolor
31993 newpath 6077.4 1829.48 moveto
31994 6087 1825 lineto
31995 6076.7 1822.51 lineto
31996 closepath stroke
31997 grestore
31998 % icmmcimmi->icmmcimm_iicmmcimm
31999 gsave
32000 1 setlinewidth
32001 0.000 0.000 0.000 edgecolor
32002 newpath 5562 1880 moveto
32003 5644 1854 5868 1785 6055 1728 curveto
32004 6096 1715 6142 1702 6176 1691 curveto
32005 stroke
32006 0.000 0.000 0.000 edgecolor
32007 newpath 6177.43 1694.23 moveto
32008 6186 1688 lineto
32009 6175.42 1687.52 lineto
32010 closepath fill
32011 1 setlinewidth
32012 solid
32013 0.000 0.000 0.000 edgecolor
32014 newpath 6177.43 1694.23 moveto
32015 6186 1688 lineto
32016 6175.42 1687.52 lineto
32017 closepath stroke
32018 grestore
32019 % icmmcimmi->cmmcimmi_ccmmcimmi
32020 gsave
32021 1 setlinewidth
32022 0.000 0.000 0.000 edgecolor
32023 newpath 5490 1888 moveto
32024 5425 1884 5288 1876 5172 1872 curveto
32025 5132 1870 3748 1864 3719 1836 curveto
32026 3708 1824 3711 1813 3719 1800 curveto
32027 3779 1705 3886 1786 3945 1692 curveto
32028 3954 1678 3956 1668 3945 1656 curveto
32029 3891 1590 3815 1682 3757 1620 curveto
32030 3742 1604 3740 1578 3742 1558 curveto
32031 stroke
32032 0.000 0.000 0.000 edgecolor
32033 newpath 3745.49 1558.3 moveto
32034 3743 1548 lineto
32035 3738.52 1557.6 lineto
32036 closepath fill
32037 1 setlinewidth
32038 solid
32039 0.000 0.000 0.000 edgecolor
32040 newpath 3745.49 1558.3 moveto
32041 3743 1548 lineto
32042 3738.52 1557.6 lineto
32043 closepath stroke
32044 grestore
32045 % cmmcimmi_ccmmcimmi->cmmcimm_ccmmcimm
32046 gsave
32047 1 setlinewidth
32048 0.000 0.000 0.000 edgecolor
32049 newpath 3701 1516 moveto
32050 3663 1504 3608 1487 3568 1475 curveto
32051 stroke
32052 0.000 0.000 0.000 edgecolor
32053 newpath 3568.58 1471.52 moveto
32054 3558 1472 lineto
32055 3566.57 1478.23 lineto
32056 closepath fill
32057 1 setlinewidth
32058 solid
32059 0.000 0.000 0.000 edgecolor
32060 newpath 3568.58 1471.52 moveto
32061 3558 1472 lineto
32062 3566.57 1478.23 lineto
32063 closepath stroke
32064 grestore
32065 % cmmcimmi_ccmmcimmi->cmmcicmmi
32066 gsave
32067 1 setlinewidth
32068 0.000 0.000 0.000 edgecolor
32069 newpath 3722 1513 moveto
32070 3707 1503 3688 1490 3672 1479 curveto
32071 stroke
32072 0.000 0.000 0.000 edgecolor
32073 newpath 3674.1 1476.2 moveto
32074 3664 1473 lineto
32075 3669.9 1481.8 lineto
32076 closepath fill
32077 1 setlinewidth
32078 solid
32079 0.000 0.000 0.000 edgecolor
32080 newpath 3674.1 1476.2 moveto
32081 3664 1473 lineto
32082 3669.9 1481.8 lineto
32083 closepath stroke
32084 grestore
32085 % cmmcimmi_ccmmcimmi->cmmcimmic
32086 gsave
32087 1 setlinewidth
32088 0.000 0.000 0.000 edgecolor
32089 newpath 3791 1516 moveto
32090 3825 1505 3873 1489 3914 1476 curveto
32091 3918 1475 3922 1473 3926 1472 curveto
32092 stroke
32093 0.000 0.000 0.000 edgecolor
32094 newpath 3927.43 1475.23 moveto
32095 3936 1469 lineto
32096 3925.42 1468.52 lineto
32097 closepath fill
32098 1 setlinewidth
32099 solid
32100 0.000 0.000 0.000 edgecolor
32101 newpath 3927.43 1475.23 moveto
32102 3936 1469 lineto
32103 3925.42 1468.52 lineto
32104 closepath stroke
32105 grestore
32106 % cmmcimmi_ccmmcimmi->cmmcimmci
32107 gsave
32108 1 setlinewidth
32109 0.000 0.000 0.000 edgecolor
32110 newpath 3807 1520 moveto
32111 3826 1517 3848 1514 3867 1512 curveto
32112 4185 1480 4267 1501 4585 1476 curveto
32113 4624 1473 4667 1468 4700 1464 curveto
32114 stroke
32115 0.000 0.000 0.000 edgecolor
32116 newpath 4700.4 1467.48 moveto
32117 4710 1463 lineto
32118 4699.7 1460.51 lineto
32119 closepath fill
32120 1 setlinewidth
32121 solid
32122 0.000 0.000 0.000 edgecolor
32123 newpath 4700.4 1467.48 moveto
32124 4710 1463 lineto
32125 4699.7 1460.51 lineto
32126 closepath stroke
32127 grestore
32128 % immicmmci->immcmmci_imcmcmmci_iimmcmmci
32129 gsave
32130 1 setlinewidth
32131 0.000 0.000 0.000 edgecolor
32132 newpath 5094 1878 moveto
32133 5087 1876 5079 1874 5071 1872 curveto
32134 4985 1851 4884 1836 4810 1828 curveto
32135 stroke
32136 0.000 0.000 0.000 edgecolor
32137 newpath 4810.3 1824.51 moveto
32138 4800 1827 lineto
32139 4809.6 1831.48 lineto
32140 closepath fill
32141 1 setlinewidth
32142 solid
32143 0.000 0.000 0.000 edgecolor
32144 newpath 4810.3 1824.51 moveto
32145 4800 1827 lineto
32146 4809.6 1831.48 lineto
32147 closepath stroke
32148 grestore
32149 % immicmmci->immicmmc_iimmicmmc
32150 gsave
32151 1 setlinewidth
32152 0.000 0.000 0.000 edgecolor
32153 newpath 5116 1872 moveto
32154 5097 1829 5056 1717 5111 1656 curveto
32155 5161 1600 5385 1665 5443 1620 curveto
32156 5462 1605 5470 1578 5474 1558 curveto
32157 stroke
32158 0.000 0.000 0.000 edgecolor
32159 newpath 5477.47 1558.49 moveto
32160 5476 1548 lineto
32161 5470.61 1557.12 lineto
32162 closepath fill
32163 1 setlinewidth
32164 solid
32165 0.000 0.000 0.000 edgecolor
32166 newpath 5477.47 1558.49 moveto
32167 5476 1548 lineto
32168 5470.61 1557.12 lineto
32169 closepath stroke
32170 grestore
32171 % immicmmci->mmicmmci
32172 gsave
32173 1 setlinewidth
32174 0.000 0.000 0.000 edgecolor
32175 newpath 5127 1872 moveto
32176 5133 1834 5146 1747 5153 1702 curveto
32177 stroke
32178 0.000 0.000 0.000 edgecolor
32179 newpath 5156.49 1702.3 moveto
32180 5154 1692 lineto
32181 5149.52 1701.6 lineto
32182 closepath fill
32183 1 setlinewidth
32184 solid
32185 0.000 0.000 0.000 edgecolor
32186 newpath 5156.49 1702.3 moveto
32187 5154 1692 lineto
32188 5149.52 1701.6 lineto
32189 closepath stroke
32190 grestore
32191 % icmmcmmci->imimi_imcimi_iimimi_icmcimi_icimimi_immimimi_imcmmimi_immcmcimi_immcimimi_imcmmcimi_icmmimimi_icmcmmimi
32192 gsave
32193 1 setlinewidth
32194 0.000 0.000 0.000 edgecolor
32195 newpath 6115 1739 moveto
32196 6053 1729 5930 1709 5839 1693 curveto
32197 stroke
32198 0.000 0.000 0.000 edgecolor
32199 newpath 5839.49 1689.53 moveto
32200 5829 1691 lineto
32201 5838.12 1696.39 lineto
32202 closepath fill
32203 1 setlinewidth
32204 solid
32205 0.000 0.000 0.000 edgecolor
32206 newpath 5839.49 1689.53 moveto
32207 5829 1691 lineto
32208 5838.12 1696.39 lineto
32209 closepath stroke
32210 grestore
32211 % icmmcmmci->icmmcmmc_iicmmcmmc
32212 gsave
32213 1 setlinewidth
32214 0.000 0.000 0.000 edgecolor
32215 newpath 6191 1739 moveto
32216 6248 1729 6351 1709 6384 1692 curveto
32217 6404 1680 6401 1666 6422 1656 curveto
32218 6529 1604 6573 1653 6688 1620 curveto
32219 6723 1609 6728 1595 6764 1584 curveto
32220 6813 1568 6958 1586 6992 1548 curveto
32221 7023 1511 7024 1475 6992 1440 curveto
32222 6951 1396 6514 1417 6457 1404 curveto
32223 6437 1399 6304 1344 6288 1332 curveto
32224 6254 1307 6248 1296 6229 1260 curveto
32225 6218 1241 6211 1216 6208 1198 curveto
32226 stroke
32227 0.000 0.000 0.000 edgecolor
32228 newpath 6211.39 1197.12 moveto
32229 6206 1188 lineto
32230 6204.53 1198.49 lineto
32231 closepath fill
32232 1 setlinewidth
32233 solid
32234 0.000 0.000 0.000 edgecolor
32235 newpath 6211.39 1197.12 moveto
32236 6206 1188 lineto
32237 6204.53 1198.49 lineto
32238 closepath stroke
32239 grestore
32240 % icmmcmmci->cmmcmmci_ccmmcmmci
32241 gsave
32242 1 setlinewidth
32243 0.000 0.000 0.000 edgecolor
32244 newpath 6192 1740 moveto
32245 6232 1734 6296 1719 6345 1692 curveto
32246 6365 1680 6362 1666 6384 1656 curveto
32247 6465 1615 6497 1643 6585 1620 curveto
32248 6631 1607 6640 1595 6688 1584 curveto
32249 6809 1555 7010 1625 6959 1512 curveto
32250 6939 1468 6922 1458 6878 1440 curveto
32251 6666 1351 6584 1462 6363 1404 curveto
32252 6327 1394 6323 1378 6288 1368 curveto
32253 6255 1358 5105 1226 5071 1224 curveto
32254 4726 1195 4637 1220 4291 1188 curveto
32255 4274 1186 4257 1184 4240 1181 curveto
32256 stroke
32257 0.000 0.000 0.000 edgecolor
32258 newpath 4240.3 1177.51 moveto
32259 4230 1180 lineto
32260 4239.6 1184.48 lineto
32261 closepath fill
32262 1 setlinewidth
32263 solid
32264 0.000 0.000 0.000 edgecolor
32265 newpath 4240.3 1177.51 moveto
32266 4230 1180 lineto
32267 4239.6 1184.48 lineto
32268 closepath stroke
32269 grestore
32270 % mimi_cmimi_mmmimi
32271 gsave
32272 1 setlinewidth
32273 0.000 0.000 0.000 nodecolor
32274 3691 1026 64.12 18 ellipse_path stroke
32275 0.000 0.000 0.000 nodecolor
32276 14 /Times-Roman set_font
32277 3652.5 1021.9 moveto 77 (-i-i=c-i-i=---i-i) alignedtext
32278 grestore
32279 % cmmcmmci_ccmmcmmci->mimi_cmimi_mmmimi
32280 gsave
32281 1 setlinewidth
32282 0.000 0.000 0.000 edgecolor
32283 newpath 4151 1152 moveto
32284 4133 1131 4100 1097 4063 1080 curveto
32285 4012 1055 3857 1039 3763 1032 curveto
32286 stroke
32287 0.000 0.000 0.000 edgecolor
32288 newpath 3763.3 1028.51 moveto
32289 3753 1031 lineto
32290 3762.6 1035.48 lineto
32291 closepath fill
32292 1 setlinewidth
32293 solid
32294 0.000 0.000 0.000 edgecolor
32295 newpath 3763.3 1028.51 moveto
32296 3753 1031 lineto
32297 3762.6 1035.48 lineto
32298 closepath stroke
32299 grestore
32300 % cmmcmmcic
32301 gsave
32302 1 setlinewidth
32303 0.000 0.000 0.000 nodecolor
32304 4010 1098 43.97 18 ellipse_path stroke
32305 0.000 0.000 0.000 nodecolor
32306 14 /Times-Roman set_font
32307 3986 1093.9 moveto 48 (c--c--cic) alignedtext
32308 grestore
32309 % cmmcmmci_ccmmcmmci->cmmcmmcic
32310 gsave
32311 1 setlinewidth
32312 0.000 0.000 0.000 edgecolor
32313 newpath 4130 1154 moveto
32314 4106 1142 4073 1127 4048 1116 curveto
32315 stroke
32316 0.000 0.000 0.000 edgecolor
32317 newpath 4049.56 1112.86 moveto
32318 4039 1112 lineto
32319 4046.72 1119.26 lineto
32320 closepath fill
32321 1 setlinewidth
32322 solid
32323 0.000 0.000 0.000 edgecolor
32324 newpath 4049.56 1112.86 moveto
32325 4039 1112 lineto
32326 4046.72 1119.26 lineto
32327 closepath stroke
32328 grestore
32329 % cmmcmmic_ccmmcmmic->cmmcmcmc_ccmmcmcmc
32330 gsave
32331 1 setlinewidth
32332 0.000 0.000 0.000 edgecolor
32333 newpath 3030 1230 moveto
32334 2966 1218 2867 1198 2800 1184 curveto
32335 stroke
32336 0.000 0.000 0.000 edgecolor
32337 newpath 2800.49 1180.53 moveto
32338 2790 1182 lineto
32339 2799.12 1187.39 lineto
32340 closepath fill
32341 1 setlinewidth
32342 solid
32343 0.000 0.000 0.000 edgecolor
32344 newpath 2800.49 1180.53 moveto
32345 2790 1182 lineto
32346 2799.12 1187.39 lineto
32347 closepath stroke
32348 grestore
32349 % cmmcmmic_ccmmcmmic->cmmcmmcic
32350 gsave
32351 1 setlinewidth
32352 0.000 0.000 0.000 edgecolor
32353 newpath 3159 1233 moveto
32354 3188 1230 3222 1227 3253 1224 curveto
32355 3498 1202 3567 1246 3805 1188 curveto
32356 3868 1172 3935 1139 3975 1118 curveto
32357 stroke
32358 0.000 0.000 0.000 edgecolor
32359 newpath 3976.96 1120.92 moveto
32360 3984 1113 lineto
32361 3973.56 1114.8 lineto
32362 closepath fill
32363 1 setlinewidth
32364 solid
32365 0.000 0.000 0.000 edgecolor
32366 newpath 3976.96 1120.92 moveto
32367 3984 1113 lineto
32368 3973.56 1114.8 lineto
32369 closepath stroke
32370 grestore
32371 % icmmicimm->icmcmcimm
32372 gsave
32373 1 setlinewidth
32374 0.000 0.000 0.000 edgecolor
32375 newpath 4989 1884 moveto
32376 5014 1880 5047 1875 5076 1872 curveto
32377 5159 1862 5380 1882 5449 1836 curveto
32378 5470 1821 5483 1794 5489 1774 curveto
32379 stroke
32380 0.000 0.000 0.000 edgecolor
32381 newpath 5492.48 1774.58 moveto
32382 5492 1764 lineto
32383 5485.77 1772.57 lineto
32384 closepath fill
32385 1 setlinewidth
32386 solid
32387 0.000 0.000 0.000 edgecolor
32388 newpath 5492.48 1774.58 moveto
32389 5492 1764 lineto
32390 5485.77 1772.57 lineto
32391 closepath stroke
32392 grestore
32393 % icmmicimm->icmmicmcm
32394 gsave
32395 1 setlinewidth
32396 0.000 0.000 0.000 edgecolor
32397 newpath 4989 1884 moveto
32398 5014 1880 5047 1875 5076 1872 curveto
32399 5152 1862 5366 1892 5416 1836 curveto
32400 5455 1793 5395 1730 5357 1697 curveto
32401 stroke
32402 0.000 0.000 0.000 edgecolor
32403 newpath 5358.83 1693.95 moveto
32404 5349 1690 lineto
32405 5354.22 1699.22 lineto
32406 closepath fill
32407 1 setlinewidth
32408 solid
32409 0.000 0.000 0.000 edgecolor
32410 newpath 5358.83 1693.95 moveto
32411 5349 1690 lineto
32412 5354.22 1699.22 lineto
32413 closepath stroke
32414 grestore
32415 % icmmicimm->cmmicimm_ccmmicimm
32416 gsave
32417 1 setlinewidth
32418 0.000 0.000 0.000 edgecolor
32419 newpath 4913 1887 moveto
32420 4830 1880 4626 1861 4457 1836 curveto
32421 4372 1823 4152 1801 4073 1764 curveto
32422 4006 1732 4015 1682 3945 1656 curveto
32423 3775 1591 2486 1642 2305 1620 curveto
32424 2299 1619 2294 1618 2288 1617 curveto
32425 stroke
32426 0.000 0.000 0.000 edgecolor
32427 newpath 2288.49 1613.53 moveto
32428 2278 1615 lineto
32429 2287.12 1620.39 lineto
32430 closepath fill
32431 1 setlinewidth
32432 solid
32433 0.000 0.000 0.000 edgecolor
32434 newpath 2288.49 1613.53 moveto
32435 2278 1615 lineto
32436 2287.12 1620.39 lineto
32437 closepath stroke
32438 grestore
32439 % icmmicmmi->icmcmcmmi
32440 gsave
32441 1 setlinewidth
32442 0.000 0.000 0.000 edgecolor
32443 newpath 6333 1944 moveto
32444 6334 1936 6335 1927 6336 1918 curveto
32445 stroke
32446 0.000 0.000 0.000 edgecolor
32447 newpath 6339.49 1918.3 moveto
32448 6337 1908 lineto
32449 6332.52 1917.6 lineto
32450 closepath fill
32451 1 setlinewidth
32452 solid
32453 0.000 0.000 0.000 edgecolor
32454 newpath 6339.49 1918.3 moveto
32455 6337 1908 lineto
32456 6332.52 1917.6 lineto
32457 closepath stroke
32458 grestore
32459 % icmmicmmi->icmmicmcm
32460 gsave
32461 1 setlinewidth
32462 0.000 0.000 0.000 edgecolor
32463 newpath 6293 1957 moveto
32464 6197 1946 5951 1915 5935 1908 curveto
32465 5912 1897 5914 1885 5894 1872 curveto
32466 5771 1790 5736 1772 5595 1728 curveto
32467 5503 1698 5474 1716 5379 1692 curveto
32468 5376 1691 5373 1690 5370 1689 curveto
32469 stroke
32470 0.000 0.000 0.000 edgecolor
32471 newpath 5370.58 1685.52 moveto
32472 5360 1686 lineto
32473 5368.57 1692.23 lineto
32474 closepath fill
32475 1 setlinewidth
32476 solid
32477 0.000 0.000 0.000 edgecolor
32478 newpath 5370.58 1685.52 moveto
32479 5360 1686 lineto
32480 5368.57 1692.23 lineto
32481 closepath stroke
32482 grestore
32483 % icmmicmmi->cmmicmmi_ccmmicmmi
32484 gsave
32485 1 setlinewidth
32486 0.000 0.000 0.000 edgecolor
32487 newpath 6355 1948 moveto
32488 6389 1928 6453 1893 6511 1872 curveto
32489 6569 1850 6599 1877 6646 1836 curveto
32490 6684 1801 6665 1773 6689 1728 curveto
32491 6697 1711 6706 1710 6712 1692 curveto
32492 6716 1676 6723 1667 6712 1656 curveto
32493 6668 1612 4557 1627 4495 1620 curveto
32494 4488 1619 4482 1618 4475 1617 curveto
32495 stroke
32496 0.000 0.000 0.000 edgecolor
32497 newpath 4475.49 1613.53 moveto
32498 4465 1615 lineto
32499 4474.12 1620.39 lineto
32500 closepath fill
32501 1 setlinewidth
32502 solid
32503 0.000 0.000 0.000 edgecolor
32504 newpath 4475.49 1613.53 moveto
32505 4465 1615 lineto
32506 4474.12 1620.39 lineto
32507 closepath stroke
32508 grestore
32509 % immcmmici->immcmcmci
32510 gsave
32511 1 setlinewidth
32512 0.000 0.000 0.000 edgecolor
32513 newpath 3082 1944 moveto
32514 3082 1936 3082 1927 3082 1918 curveto
32515 stroke
32516 0.000 0.000 0.000 edgecolor
32517 newpath 3085.5 1918 moveto
32518 3082 1908 lineto
32519 3078.5 1918 lineto
32520 closepath fill
32521 1 setlinewidth
32522 solid
32523 0.000 0.000 0.000 edgecolor
32524 newpath 3085.5 1918 moveto
32525 3082 1908 lineto
32526 3078.5 1918 lineto
32527 closepath stroke
32528 grestore
32529 % immcmmici->immcmmic_imcmcmmic_iimmcmmic
32530 gsave
32531 1 setlinewidth
32532 0.000 0.000 0.000 edgecolor
32533 newpath 3108 1949 moveto
32534 3152 1926 3244 1879 3319 1836 curveto
32535 3401 1789 3493 1729 3541 1698 curveto
32536 stroke
32537 0.000 0.000 0.000 edgecolor
32538 newpath 3543.62 1700.46 moveto
32539 3550 1692 lineto
32540 3539.74 1694.63 lineto
32541 closepath fill
32542 1 setlinewidth
32543 solid
32544 0.000 0.000 0.000 edgecolor
32545 newpath 3543.62 1700.46 moveto
32546 3550 1692 lineto
32547 3539.74 1694.63 lineto
32548 closepath stroke
32549 grestore
32550 % mcmcmmici
32551 gsave
32552 1 setlinewidth
32553 0.000 0.000 0.000 nodecolor
32554 2859 1602 41.19 18 ellipse_path stroke
32555 0.000 0.000 0.000 nodecolor
32556 14 /Times-Roman set_font
32557 2837 1597.9 moveto 44 (-c-c--ici) alignedtext
32558 grestore
32559 % immcmmici->mcmcmmici
32560 gsave
32561 1 setlinewidth
32562 0.000 0.000 0.000 edgecolor
32563 newpath 3065 1946 moveto
32564 3055 1935 3042 1921 3032 1908 curveto
32565 2961 1811 2898 1684 2871 1629 curveto
32566 stroke
32567 0.000 0.000 0.000 edgecolor
32568 newpath 2874.26 1627.72 moveto
32569 2867 1620 lineto
32570 2867.86 1630.56 lineto
32571 closepath fill
32572 1 setlinewidth
32573 solid
32574 0.000 0.000 0.000 edgecolor
32575 newpath 2874.26 1627.72 moveto
32576 2867 1620 lineto
32577 2867.86 1630.56 lineto
32578 closepath stroke
32579 grestore
32580 % mmicmmici->mmicmcmci
32581 gsave
32582 1 setlinewidth
32583 0.000 0.000 0.000 edgecolor
32584 newpath 4496 1800 moveto
32585 4492 1792 4487 1782 4482 1773 curveto
32586 stroke
32587 0.000 0.000 0.000 edgecolor
32588 newpath 4485.26 1771.72 moveto
32589 4478 1764 lineto
32590 4478.86 1774.56 lineto
32591 closepath fill
32592 1 setlinewidth
32593 solid
32594 0.000 0.000 0.000 edgecolor
32595 newpath 4485.26 1771.72 moveto
32596 4478 1764 lineto
32597 4478.86 1774.56 lineto
32598 closepath stroke
32599 grestore
32600 % mmicmmici->mcmcmmici
32601 gsave
32602 1 setlinewidth
32603 0.000 0.000 0.000 edgecolor
32604 newpath 4477 1805 moveto
32605 4433 1784 4344 1739 4274 1692 curveto
32606 4254 1677 4255 1664 4231 1656 curveto
32607 4095 1604 3059 1645 2914 1620 curveto
32608 2909 1619 2904 1618 2900 1616 curveto
32609 stroke
32610 0.000 0.000 0.000 edgecolor
32611 newpath 2900.49 1612.53 moveto
32612 2890 1614 lineto
32613 2899.12 1619.39 lineto
32614 closepath fill
32615 1 setlinewidth
32616 solid
32617 0.000 0.000 0.000 edgecolor
32618 newpath 2900.49 1612.53 moveto
32619 2890 1614 lineto
32620 2899.12 1619.39 lineto
32621 closepath stroke
32622 grestore
32623 % mmicmmici->mmicmmic
32624 gsave
32625 1 setlinewidth
32626 0.000 0.000 0.000 edgecolor
32627 newpath 4540 1810 moveto
32628 4556 1806 4574 1803 4591 1800 curveto
32629 4695 1781 4738 1822 4825 1764 curveto
32630 4873 1732 4854 1697 4892 1656 curveto
32631 4904 1643 4921 1630 4935 1621 curveto
32632 stroke
32633 0.000 0.000 0.000 edgecolor
32634 newpath 4936.96 1623.92 moveto
32635 4944 1616 lineto
32636 4933.56 1617.8 lineto
32637 closepath fill
32638 1 setlinewidth
32639 solid
32640 0.000 0.000 0.000 edgecolor
32641 newpath 4936.96 1623.92 moveto
32642 4944 1616 lineto
32643 4933.56 1617.8 lineto
32644 closepath stroke
32645 grestore
32646 % icmmicmmc->icmcmcmmc
32647 gsave
32648 1 setlinewidth
32649 0.000 0.000 0.000 edgecolor
32650 newpath 5379 1447 moveto
32651 5405 1437 5440 1422 5468 1404 curveto
32652 5498 1384 5557 1316 5586 1296 curveto
32653 5608 1281 5634 1268 5655 1259 curveto
32654 stroke
32655 0.000 0.000 0.000 edgecolor
32656 newpath 5656.28 1262.26 moveto
32657 5664 1255 lineto
32658 5653.44 1255.86 lineto
32659 closepath fill
32660 1 setlinewidth
32661 solid
32662 0.000 0.000 0.000 edgecolor
32663 newpath 5656.28 1262.26 moveto
32664 5664 1255 lineto
32665 5653.44 1255.86 lineto
32666 closepath stroke
32667 grestore
32668 % icmmicmmc->imimicmmc
32669 gsave
32670 1 setlinewidth
32671 0.000 0.000 0.000 edgecolor
32672 newpath 5320 1444 moveto
32673 5298 1433 5267 1416 5242 1404 curveto
32674 stroke
32675 0.000 0.000 0.000 edgecolor
32676 newpath 5243.56 1400.86 moveto
32677 5233 1400 lineto
32678 5240.72 1407.26 lineto
32679 closepath fill
32680 1 setlinewidth
32681 solid
32682 0.000 0.000 0.000 edgecolor
32683 newpath 5243.56 1400.86 moveto
32684 5233 1400 lineto
32685 5240.72 1407.26 lineto
32686 closepath stroke
32687 grestore
32688 % icmmicmmc->cmmicmmc_ccmmicmmc
32689 gsave
32690 1 setlinewidth
32691 0.000 0.000 0.000 edgecolor
32692 newpath 5355 1440 moveto
32693 5359 1432 5363 1422 5368 1413 curveto
32694 stroke
32695 0.000 0.000 0.000 edgecolor
32696 newpath 5371.14 1414.56 moveto
32697 5372 1404 lineto
32698 5364.74 1411.72 lineto
32699 closepath fill
32700 1 setlinewidth
32701 solid
32702 0.000 0.000 0.000 edgecolor
32703 newpath 5371.14 1414.56 moveto
32704 5372 1404 lineto
32705 5364.74 1411.72 lineto
32706 closepath stroke
32707 grestore
32708 % immicmmic->immicmcmc
32709 gsave
32710 1 setlinewidth
32711 0.000 0.000 0.000 edgecolor
32712 newpath 4897 1729 moveto
32713 4877 1704 4840 1656 4816 1627 curveto
32714 stroke
32715 0.000 0.000 0.000 edgecolor
32716 newpath 4818.8 1624.9 moveto
32717 4810 1619 lineto
32718 4813.2 1629.1 lineto
32719 closepath fill
32720 1 setlinewidth
32721 solid
32722 0.000 0.000 0.000 edgecolor
32723 newpath 4818.8 1624.9 moveto
32724 4810 1619 lineto
32725 4813.2 1629.1 lineto
32726 closepath stroke
32727 grestore
32728 % immicmmic->immcmmic_imcmcmmic_iimmcmmic
32729 gsave
32730 1 setlinewidth
32731 0.000 0.000 0.000 edgecolor
32732 newpath 4877 1737 moveto
32733 4861 1734 4842 1730 4825 1728 curveto
32734 4326 1668 4195 1738 3693 1692 curveto
32735 3683 1691 3673 1690 3662 1688 curveto
32736 stroke
32737 0.000 0.000 0.000 edgecolor
32738 newpath 3662.3 1684.51 moveto
32739 3652 1687 lineto
32740 3661.6 1691.48 lineto
32741 closepath fill
32742 1 setlinewidth
32743 solid
32744 0.000 0.000 0.000 edgecolor
32745 newpath 3662.3 1684.51 moveto
32746 3652 1687 lineto
32747 3661.6 1691.48 lineto
32748 closepath stroke
32749 grestore
32750 % immicmmic->mmicmmic
32751 gsave
32752 1 setlinewidth
32753 0.000 0.000 0.000 edgecolor
32754 newpath 4904 1728 moveto
32755 4897 1709 4890 1679 4901 1656 curveto
32756 4908 1641 4922 1629 4934 1621 curveto
32757 stroke
32758 0.000 0.000 0.000 edgecolor
32759 newpath 4936.62 1623.46 moveto
32760 4943 1615 lineto
32761 4932.74 1617.63 lineto
32762 closepath fill
32763 1 setlinewidth
32764 solid
32765 0.000 0.000 0.000 edgecolor
32766 newpath 4936.62 1623.46 moveto
32767 4943 1615 lineto
32768 4932.74 1617.63 lineto
32769 closepath stroke
32770 grestore
32771 % immicmmi_iimmicmmi->immicmcm_iimmicmcm
32772 gsave
32773 1 setlinewidth
32774 0.000 0.000 0.000 edgecolor
32775 newpath 4679 2163 moveto
32776 4610 2134 4452 2068 4319 2016 curveto
32777 4147 1948 3942 1871 3848 1836 curveto
32778 stroke
32779 0.000 0.000 0.000 edgecolor
32780 newpath 3849.59 1832.84 moveto
32781 3839 1833 lineto
32782 3847.38 1839.48 lineto
32783 closepath fill
32784 1 setlinewidth
32785 solid
32786 0.000 0.000 0.000 edgecolor
32787 newpath 3849.59 1832.84 moveto
32788 3839 1833 lineto
32789 3847.38 1839.48 lineto
32790 closepath stroke
32791 grestore
32792 % immicmmi_iimmicmmi->cimmicmmi
32793 gsave
32794 1 setlinewidth
32795 0.000 0.000 0.000 edgecolor
32796 newpath 4774 2170 moveto
32797 4804 2166 4842 2162 4875 2160 curveto
32798 5456 2119 5607 2199 6184 2124 curveto
32799 6457 2088 6521 2051 6788 1980 curveto
32800 7002 1922 7056 1907 7267 1836 curveto
32801 7270 1835 7273 1834 7276 1833 curveto
32802 stroke
32803 0.000 0.000 0.000 edgecolor
32804 newpath 7277.28 1836.26 moveto
32805 7285 1829 lineto
32806 7274.44 1829.86 lineto
32807 closepath fill
32808 1 setlinewidth
32809 solid
32810 0.000 0.000 0.000 edgecolor
32811 newpath 7277.28 1836.26 moveto
32812 7285 1829 lineto
32813 7274.44 1829.86 lineto
32814 closepath stroke
32815 grestore
32816 % immicmmi_iimmicmmi->immicmmci
32817 gsave
32818 1 setlinewidth
32819 0.000 0.000 0.000 edgecolor
32820 newpath 4737 2161 moveto
32821 4760 2142 4799 2112 4833 2088 curveto
32822 4926 2021 5039 1946 5092 1911 curveto
32823 stroke
32824 0.000 0.000 0.000 edgecolor
32825 newpath 5094.62 1913.46 moveto
32826 5101 1905 lineto
32827 5090.74 1907.63 lineto
32828 closepath fill
32829 1 setlinewidth
32830 solid
32831 0.000 0.000 0.000 edgecolor
32832 newpath 5094.62 1913.46 moveto
32833 5101 1905 lineto
32834 5090.74 1907.63 lineto
32835 closepath stroke
32836 grestore
32837 % immicmmi_iimmicmmi->icmmicmmi
32838 gsave
32839 1 setlinewidth
32840 0.000 0.000 0.000 edgecolor
32841 newpath 4775 2170 moveto
32842 4805 2167 4842 2163 4875 2160 curveto
32843 5042 2144 6263 2174 6378 2052 curveto
32844 6396 2032 6377 2004 6357 1985 curveto
32845 stroke
32846 0.000 0.000 0.000 edgecolor
32847 newpath 6359.55 1982.6 moveto
32848 6350 1978 lineto
32849 6354.6 1987.55 lineto
32850 closepath fill
32851 1 setlinewidth
32852 solid
32853 0.000 0.000 0.000 edgecolor
32854 newpath 6359.55 1982.6 moveto
32855 6350 1978 lineto
32856 6354.6 1987.55 lineto
32857 closepath stroke
32858 grestore
32859 % immicmmi_iimmicmmi->immicmmic
32860 gsave
32861 1 setlinewidth
32862 0.000 0.000 0.000 edgecolor
32863 newpath 4723 2160 moveto
32864 4754 2093 4862 1855 4899 1774 curveto
32865 stroke
32866 0.000 0.000 0.000 edgecolor
32867 newpath 4902.54 1774.58 moveto
32868 4903 1764 lineto
32869 4896.04 1771.98 lineto
32870 closepath fill
32871 1 setlinewidth
32872 solid
32873 0.000 0.000 0.000 edgecolor
32874 newpath 4902.54 1774.58 moveto
32875 4903 1764 lineto
32876 4896.04 1771.98 lineto
32877 closepath stroke
32878 grestore
32879 % immcicmmi
32880 gsave
32881 1 setlinewidth
32882 0.000 0.000 0.000 nodecolor
32883 1725 2106 39.11 18 ellipse_path stroke
32884 0.000 0.000 0.000 nodecolor
32885 14 /Times-Roman set_font
32886 1704.5 2101.9 moveto 41 (i--cic--i) alignedtext
32887 grestore
32888 % immicmmi_iimmicmmi->immcicmmi
32889 gsave
32890 1 setlinewidth
32891 0.000 0.000 0.000 edgecolor
32892 newpath 4649 2176 moveto
32893 4247 2167 2126 2116 1774 2107 curveto
32894 stroke
32895 0.000 0.000 0.000 edgecolor
32896 newpath 1774 2103.5 moveto
32897 1764 2107 lineto
32898 1774 2110.5 lineto
32899 closepath fill
32900 1 setlinewidth
32901 solid
32902 0.000 0.000 0.000 edgecolor
32903 newpath 1774 2103.5 moveto
32904 1764 2107 lineto
32905 1774 2110.5 lineto
32906 closepath stroke
32907 grestore
32908 % mmicmmi
32909 gsave
32910 1 setlinewidth
32911 0.000 0.000 0.000 nodecolor
32912 2368 1890 32.16 18 ellipse_path stroke
32913 0.000 0.000 0.000 nodecolor
32914 14 /Times-Roman set_font
32915 2352.5 1885.9 moveto 31 (--ic--i) alignedtext
32916 grestore
32917 % immicmmi_iimmicmmi->mmicmmi
32918 gsave
32919 1 setlinewidth
32920 0.000 0.000 0.000 edgecolor
32921 newpath 4650 2175 moveto
32922 4334 2161 2962 2095 2551 1980 curveto
32923 2494 1963 2433 1930 2398 1909 curveto
32924 stroke
32925 0.000 0.000 0.000 edgecolor
32926 newpath 2399.44 1905.8 moveto
32927 2389 1904 lineto
32928 2396.04 1911.92 lineto
32929 closepath fill
32930 1 setlinewidth
32931 solid
32932 0.000 0.000 0.000 edgecolor
32933 newpath 2399.44 1905.8 moveto
32934 2389 1904 lineto
32935 2396.04 1911.92 lineto
32936 closepath stroke
32937 grestore
32938 % immcicmmc->imimicmmc
32939 gsave
32940 1 setlinewidth
32941 0.000 0.000 0.000 edgecolor
32942 newpath 1082 1453 moveto
32943 1115 1448 1164 1442 1207 1440 curveto
32944 2910 1338 3342 1506 5044 1404 curveto
32945 5083 1401 5126 1396 5158 1392 curveto
32946 stroke
32947 0.000 0.000 0.000 edgecolor
32948 newpath 5158.4 1395.48 moveto
32949 5168 1391 lineto
32950 5157.7 1388.51 lineto
32951 closepath fill
32952 1 setlinewidth
32953 solid
32954 0.000 0.000 0.000 edgecolor
32955 newpath 5158.4 1395.48 moveto
32956 5168 1391 lineto
32957 5157.7 1388.51 lineto
32958 closepath stroke
32959 grestore
32960 % immcicmmc->immcmmc_imcmcmmc_iimmcmmc
32961 gsave
32962 1 setlinewidth
32963 0.000 0.000 0.000 edgecolor
32964 newpath 1075 1447 moveto
32965 1083 1445 1091 1442 1098 1440 curveto
32966 1146 1426 1200 1412 1242 1402 curveto
32967 stroke
32968 0.000 0.000 0.000 edgecolor
32969 newpath 1242.88 1405.39 moveto
32970 1252 1400 lineto
32971 1241.51 1398.53 lineto
32972 closepath fill
32973 1 setlinewidth
32974 solid
32975 0.000 0.000 0.000 edgecolor
32976 newpath 1242.88 1405.39 moveto
32977 1252 1400 lineto
32978 1241.51 1398.53 lineto
32979 closepath stroke
32980 grestore
32981 % mcmcicmmc
32982 gsave
32983 1 setlinewidth
32984 0.000 0.000 0.000 nodecolor
32985 1038 1386 43.97 18 ellipse_path stroke
32986 0.000 0.000 0.000 nodecolor
32987 14 /Times-Roman set_font
32988 1014 1381.9 moveto 48 (-c-cic--c) alignedtext
32989 grestore
32990 % immcicmmc->mcmcicmmc
32991 gsave
32992 1 setlinewidth
32993 0.000 0.000 0.000 edgecolor
32994 newpath 1042 1440 moveto
32995 1041 1432 1041 1423 1040 1414 curveto
32996 stroke
32997 0.000 0.000 0.000 edgecolor
32998 newpath 1043.48 1413.6 moveto
32999 1039 1404 lineto
33000 1036.51 1414.3 lineto
33001 closepath fill
33002 1 setlinewidth
33003 solid
33004 0.000 0.000 0.000 edgecolor
33005 newpath 1043.48 1413.6 moveto
33006 1039 1404 lineto
33007 1036.51 1414.3 lineto
33008 closepath stroke
33009 grestore
33010 % mcmcicmmc->mcimicmmc
33011 gsave
33012 1 setlinewidth
33013 0.000 0.000 0.000 edgecolor
33014 newpath 1060 1370 moveto
33015 1090 1350 1145 1314 1197 1296 curveto
33016 1329 1249 1682 1230 1814 1188 curveto
33017 1921 1154 1932 1106 2040 1080 curveto
33018 2280 1021 2907 1090 3148 1044 curveto
33019 3152 1043 3155 1043 3159 1042 curveto
33020 stroke
33021 0.000 0.000 0.000 edgecolor
33022 newpath 3160.28 1045.26 moveto
33023 3168 1038 lineto
33024 3157.44 1038.86 lineto
33025 closepath fill
33026 1 setlinewidth
33027 solid
33028 0.000 0.000 0.000 edgecolor
33029 newpath 3160.28 1045.26 moveto
33030 3168 1038 lineto
33031 3157.44 1038.86 lineto
33032 closepath stroke
33033 grestore
33034 % mcmcicmmc->mmcicmmc
33035 gsave
33036 1 setlinewidth
33037 0.000 0.000 0.000 edgecolor
33038 newpath 1080 1380 moveto
33039 1114 1376 1163 1370 1205 1368 curveto
33040 2683 1280 3058 1421 4535 1332 curveto
33041 4574 1329 4617 1324 4649 1320 curveto
33042 stroke
33043 0.000 0.000 0.000 edgecolor
33044 newpath 4649.4 1323.48 moveto
33045 4659 1319 lineto
33046 4648.7 1316.51 lineto
33047 closepath fill
33048 1 setlinewidth
33049 solid
33050 0.000 0.000 0.000 edgecolor
33051 newpath 4649.4 1323.48 moveto
33052 4659 1319 lineto
33053 4648.7 1316.51 lineto
33054 closepath stroke
33055 grestore
33056 % mcmcicmmc->mcmcmmc
33057 gsave
33058 1 setlinewidth
33059 0.000 0.000 0.000 edgecolor
33060 newpath 1080 1380 moveto
33061 1136 1372 1237 1355 1322 1332 curveto
33062 1326 1331 1330 1329 1334 1328 curveto
33063 stroke
33064 0.000 0.000 0.000 edgecolor
33065 newpath 1335.43 1331.23 moveto
33066 1344 1325 lineto
33067 1333.42 1324.52 lineto
33068 closepath fill
33069 1 setlinewidth
33070 solid
33071 0.000 0.000 0.000 edgecolor
33072 newpath 1335.43 1331.23 moveto
33073 1344 1325 lineto
33074 1333.42 1324.52 lineto
33075 closepath stroke
33076 grestore
33077 % mcmcicmmc->mcmcimim
33078 gsave
33079 1 setlinewidth
33080 0.000 0.000 0.000 edgecolor
33081 newpath 1045 1368 moveto
33082 1062 1324 1112 1213 1187 1152 curveto
33083 1403 977 1742 909 1864 889 curveto
33084 stroke
33085 0.000 0.000 0.000 edgecolor
33086 newpath 1864.88 892.39 moveto
33087 1874 887 lineto
33088 1863.51 885.53 lineto
33089 closepath fill
33090 1 setlinewidth
33091 solid
33092 0.000 0.000 0.000 edgecolor
33093 newpath 1864.88 892.39 moveto
33094 1874 887 lineto
33095 1863.51 885.53 lineto
33096 closepath stroke
33097 grestore
33098 % immcicmmi->immcicmcm
33099 gsave
33100 1 setlinewidth
33101 0.000 0.000 0.000 edgecolor
33102 newpath 1704 2090 moveto
33103 1675 2066 1626 2016 1626 1962 curveto
33104 1626 1962 1626 1962 1626 1890 curveto
33105 1626 1854 1540 1796 1491 1766 curveto
33106 stroke
33107 0.000 0.000 0.000 edgecolor
33108 newpath 1492.44 1762.8 moveto
33109 1482 1761 lineto
33110 1489.04 1768.92 lineto
33111 closepath fill
33112 1 setlinewidth
33113 solid
33114 0.000 0.000 0.000 edgecolor
33115 newpath 1492.44 1762.8 moveto
33116 1482 1761 lineto
33117 1489.04 1768.92 lineto
33118 closepath stroke
33119 grestore
33120 % immcmmi_imcmcmmi_iimmcmmi
33121 gsave
33122 1 setlinewidth
33123 0.000 0.000 0.000 nodecolor
33124 1786 2034 93.81 18 ellipse_path stroke
33125 0.000 0.000 0.000 nodecolor
33126 14 /Times-Roman set_font
33127 1726.5 2029.9 moveto 119 (i--c--i=i-c-c--i=ii--c--i) alignedtext
33128 grestore
33129 % immcicmmi->immcmmi_imcmcmmi_iimmcmmi
33130 gsave
33131 1 setlinewidth
33132 0.000 0.000 0.000 edgecolor
33133 newpath 1739 2089 moveto
33134 1746 2080 1756 2069 1764 2060 curveto
33135 stroke
33136 0.000 0.000 0.000 edgecolor
33137 newpath 1767.05 2061.83 moveto
33138 1771 2052 lineto
33139 1761.78 2057.22 lineto
33140 closepath fill
33141 1 setlinewidth
33142 solid
33143 0.000 0.000 0.000 edgecolor
33144 newpath 1767.05 2061.83 moveto
33145 1771 2052 lineto
33146 1761.78 2057.22 lineto
33147 closepath stroke
33148 grestore
33149 % mcmcicmmi
33150 gsave
33151 1 setlinewidth
33152 0.000 0.000 0.000 nodecolor
33153 1595 1746 41.19 18 ellipse_path stroke
33154 0.000 0.000 0.000 nodecolor
33155 14 /Times-Roman set_font
33156 1573 1741.9 moveto 44 (-c-cic--i) alignedtext
33157 grestore
33158 % immcicmmi->mcmcicmmi
33159 gsave
33160 1 setlinewidth
33161 0.000 0.000 0.000 edgecolor
33162 newpath 1709 2089 moveto
33163 1700 2079 1689 2066 1683 2052 curveto
33164 1666 2014 1664 2002 1664 1962 curveto
33165 1664 1962 1664 1962 1664 1890 curveto
33166 1664 1848 1660 1836 1640 1800 curveto
33167 1635 1789 1627 1779 1619 1770 curveto
33168 stroke
33169 0.000 0.000 0.000 edgecolor
33170 newpath 1621.55 1767.6 moveto
33171 1612 1763 lineto
33172 1616.6 1772.55 lineto
33173 closepath fill
33174 1 setlinewidth
33175 solid
33176 0.000 0.000 0.000 edgecolor
33177 newpath 1621.55 1767.6 moveto
33178 1612 1763 lineto
33179 1616.6 1772.55 lineto
33180 closepath stroke
33181 grestore
33182 % immcmmi_imcmcmmi_iimmcmmi->immcmcm_imcmcmcm_iimmcmcm
33183 gsave
33184 1 setlinewidth
33185 0.000 0.000 0.000 edgecolor
33186 newpath 1751 2017 moveto
33187 1709 1997 1635 1965 1569 1944 curveto
33188 1497 1921 1473 1934 1401 1908 curveto
33189 1245 1849 1230 1782 1072 1728 curveto
33190 1031 1713 920 1696 838 1685 curveto
33191 stroke
33192 0.000 0.000 0.000 edgecolor
33193 newpath 838.3 1681.51 moveto
33194 828 1684 lineto
33195 837.6 1688.48 lineto
33196 closepath fill
33197 1 setlinewidth
33198 solid
33199 0.000 0.000 0.000 edgecolor
33200 newpath 838.3 1681.51 moveto
33201 828 1684 lineto
33202 837.6 1688.48 lineto
33203 closepath stroke
33204 grestore
33205 % immcmmi_imcmcmmi_iimmcmmi->icimmcmmi
33206 gsave
33207 1 setlinewidth
33208 0.000 0.000 0.000 edgecolor
33209 newpath 1862 2023 moveto
33210 1883 2021 1906 2018 1927 2016 curveto
33211 2158 1993 2217 2001 2447 1980 curveto
33212 2482 1976 2522 1972 2551 1968 curveto
33213 stroke
33214 0.000 0.000 0.000 edgecolor
33215 newpath 2551.4 1971.48 moveto
33216 2561 1967 lineto
33217 2550.7 1964.51 lineto
33218 closepath fill
33219 1 setlinewidth
33220 solid
33221 0.000 0.000 0.000 edgecolor
33222 newpath 2551.4 1971.48 moveto
33223 2561 1967 lineto
33224 2550.7 1964.51 lineto
33225 closepath stroke
33226 grestore
33227 % immcmmi_imcmcmmi_iimmcmmi->immcmmici
33228 gsave
33229 1 setlinewidth
33230 0.000 0.000 0.000 edgecolor
33231 newpath 1861 2023 moveto
33232 1883 2020 1906 2018 1927 2016 curveto
33233 2335 1982 2439 2003 2847 1980 curveto
33234 2912 1975 2986 1970 3033 1966 curveto
33235 stroke
33236 0.000 0.000 0.000 edgecolor
33237 newpath 3033.4 1969.48 moveto
33238 3043 1965 lineto
33239 3032.7 1962.51 lineto
33240 closepath fill
33241 1 setlinewidth
33242 solid
33243 0.000 0.000 0.000 edgecolor
33244 newpath 3033.4 1969.48 moveto
33245 3043 1965 lineto
33246 3032.7 1962.51 lineto
33247 closepath stroke
33248 grestore
33249 % mcmcmmi
33250 gsave
33251 1 setlinewidth
33252 0.000 0.000 0.000 nodecolor
33253 1385 1674 34.94 18 ellipse_path stroke
33254 0.000 0.000 0.000 nodecolor
33255 14 /Times-Roman set_font
33256 1367.5 1669.9 moveto 35 (-c-c--i) alignedtext
33257 grestore
33258 % immcmmi_imcmcmmi_iimmcmmi->mcmcmmi
33259 gsave
33260 1 setlinewidth
33261 0.000 0.000 0.000 edgecolor
33262 newpath 1761 2017 moveto
33263 1749 2007 1735 1994 1726 1980 curveto
33264 1663 1881 1735 1804 1645 1728 curveto
33265 1572 1664 1523 1718 1429 1692 curveto
33266 1426 1691 1424 1690 1421 1689 curveto
33267 stroke
33268 0.000 0.000 0.000 edgecolor
33269 newpath 1422.59 1685.84 moveto
33270 1412 1686 lineto
33271 1420.38 1692.48 lineto
33272 closepath fill
33273 1 setlinewidth
33274 solid
33275 0.000 0.000 0.000 edgecolor
33276 newpath 1422.59 1685.84 moveto
33277 1412 1686 lineto
33278 1420.38 1692.48 lineto
33279 closepath stroke
33280 grestore
33281 % mcmcicmmi->mcmcicmcm
33282 gsave
33283 1 setlinewidth
33284 0.000 0.000 0.000 edgecolor
33285 newpath 1559 1737 moveto
33286 1543 1734 1524 1730 1507 1728 curveto
33287 1340 1702 1292 1731 1127 1692 curveto
33288 1085 1681 1078 1668 1036 1656 curveto
33289 969 1634 949 1641 881 1620 curveto
33290 816 1599 744 1568 700 1548 curveto
33291 stroke
33292 0.000 0.000 0.000 edgecolor
33293 newpath 701.56 1544.86 moveto
33294 691 1544 lineto
33295 698.72 1551.26 lineto
33296 closepath fill
33297 1 setlinewidth
33298 solid
33299 0.000 0.000 0.000 edgecolor
33300 newpath 701.56 1544.86 moveto
33301 691 1544 lineto
33302 698.72 1551.26 lineto
33303 closepath stroke
33304 grestore
33305 % mcmcicmmi->mmcicmmi
33306 gsave
33307 1 setlinewidth
33308 0.000 0.000 0.000 edgecolor
33309 newpath 1636 1744 moveto
33310 1702 1740 1836 1733 1949 1728 curveto
33311 2170 1717 2865 1685 3052 1676 curveto
33312 stroke
33313 0.000 0.000 0.000 edgecolor
33314 newpath 3052 1679.5 moveto
33315 3062 1676 lineto
33316 3052 1672.5 lineto
33317 closepath fill
33318 1 setlinewidth
33319 solid
33320 0.000 0.000 0.000 edgecolor
33321 newpath 3052 1679.5 moveto
33322 3062 1676 lineto
33323 3052 1672.5 lineto
33324 closepath stroke
33325 grestore
33326 % mcmcicmmi->mcmcmmi
33327 gsave
33328 1 setlinewidth
33329 0.000 0.000 0.000 edgecolor
33330 newpath 1563 1735 moveto
33331 1555 1733 1547 1730 1540 1728 curveto
33332 1491 1711 1478 1709 1429 1692 curveto
33333 1427 1691 1425 1690 1422 1689 curveto
33334 stroke
33335 0.000 0.000 0.000 edgecolor
33336 newpath 1423.56 1685.86 moveto
33337 1413 1685 lineto
33338 1420.72 1692.26 lineto
33339 closepath fill
33340 1 setlinewidth
33341 solid
33342 0.000 0.000 0.000 edgecolor
33343 newpath 1423.56 1685.86 moveto
33344 1413 1685 lineto
33345 1420.72 1692.26 lineto
33346 closepath stroke
33347 grestore
33348 % mcmcicmmi->mcmcimimi
33349 gsave
33350 1 setlinewidth
33351 0.000 0.000 0.000 edgecolor
33352 newpath 1563 1735 moveto
33353 1555 1732 1548 1730 1540 1728 curveto
33354 1453 1705 1429 1713 1341 1692 curveto
33355 1290 1679 1279 1668 1227 1656 curveto
33356 1183 1645 1053 1655 1023 1620 curveto
33357 1004 1598 1031 1569 1056 1551 curveto
33358 stroke
33359 0.000 0.000 0.000 edgecolor
33360 newpath 1058.1 1553.8 moveto
33361 1064 1545 lineto
33362 1053.9 1548.2 lineto
33363 closepath fill
33364 1 setlinewidth
33365 solid
33366 0.000 0.000 0.000 edgecolor
33367 newpath 1058.1 1553.8 moveto
33368 1064 1545 lineto
33369 1053.9 1548.2 lineto
33370 closepath stroke
33371 grestore
33372 % mcmcicmm->mcimicmm
33373 gsave
33374 1 setlinewidth
33375 0.000 0.000 0.000 edgecolor
33376 newpath 849 1442 moveto
33377 871 1421 912 1387 952 1368 curveto
33378 1054 1317 1087 1323 1197 1296 curveto
33379 1275 1276 1471 1234 1550 1224 curveto
33380 1793 1191 1859 1227 2100 1188 curveto
33381 2163 1177 2175 1161 2237 1152 curveto
33382 2617 1094 2719 1161 3099 1116 curveto
33383 3114 1114 3131 1111 3146 1108 curveto
33384 stroke
33385 0.000 0.000 0.000 edgecolor
33386 newpath 3146.88 1111.39 moveto
33387 3156 1106 lineto
33388 3145.51 1104.53 lineto
33389 closepath fill
33390 1 setlinewidth
33391 solid
33392 0.000 0.000 0.000 edgecolor
33393 newpath 3146.88 1111.39 moveto
33394 3156 1106 lineto
33395 3145.51 1104.53 lineto
33396 closepath stroke
33397 grestore
33398 % mcmcicmm->mmcicmm
33399 gsave
33400 1 setlinewidth
33401 0.000 0.000 0.000 edgecolor
33402 newpath 868 1453 moveto
33403 901 1448 950 1442 993 1440 curveto
33404 1610 1401 3157 1465 3771 1404 curveto
33405 3789 1402 3808 1399 3825 1395 curveto
33406 stroke
33407 0.000 0.000 0.000 edgecolor
33408 newpath 3825.88 1398.39 moveto
33409 3835 1393 lineto
33410 3824.51 1391.53 lineto
33411 closepath fill
33412 1 setlinewidth
33413 solid
33414 0.000 0.000 0.000 edgecolor
33415 newpath 3825.88 1398.39 moveto
33416 3835 1393 lineto
33417 3824.51 1391.53 lineto
33418 closepath stroke
33419 grestore
33420 % mcmcicmm->cmcmcicmm
33421 gsave
33422 1 setlinewidth
33423 0.000 0.000 0.000 edgecolor
33424 newpath 868 1452 moveto
33425 894 1448 929 1443 960 1440 curveto
33426 1167 1417 1219 1423 1425 1404 curveto
33427 1464 1400 1507 1396 1539 1392 curveto
33428 stroke
33429 0.000 0.000 0.000 edgecolor
33430 newpath 1539.4 1395.48 moveto
33431 1549 1391 lineto
33432 1538.7 1388.51 lineto
33433 closepath fill
33434 1 setlinewidth
33435 solid
33436 0.000 0.000 0.000 edgecolor
33437 newpath 1539.4 1395.48 moveto
33438 1549 1391 lineto
33439 1538.7 1388.51 lineto
33440 closepath stroke
33441 grestore
33442 % mcmcicmm->mcmcicmmc
33443 gsave
33444 1 setlinewidth
33445 0.000 0.000 0.000 edgecolor
33446 newpath 862 1447 moveto
33447 897 1435 955 1415 994 1401 curveto
33448 stroke
33449 0.000 0.000 0.000 edgecolor
33450 newpath 995.43 1404.23 moveto
33451 1004 1398 lineto
33452 993.42 1397.52 lineto
33453 closepath fill
33454 1 setlinewidth
33455 solid
33456 0.000 0.000 0.000 edgecolor
33457 newpath 995.43 1404.23 moveto
33458 1004 1398 lineto
33459 993.42 1397.52 lineto
33460 closepath stroke
33461 grestore
33462 % mcmcicmm->mcmcmm
33463 gsave
33464 1 setlinewidth
33465 0.000 0.000 0.000 edgecolor
33466 newpath 813 1442 moveto
33467 802 1432 789 1419 778 1409 curveto
33468 stroke
33469 0.000 0.000 0.000 edgecolor
33470 newpath 779.83 1405.95 moveto
33471 770 1402 lineto
33472 775.22 1411.22 lineto
33473 closepath fill
33474 1 setlinewidth
33475 solid
33476 0.000 0.000 0.000 edgecolor
33477 newpath 779.83 1405.95 moveto
33478 770 1402 lineto
33479 775.22 1411.22 lineto
33480 closepath stroke
33481 grestore
33482 % immcic_imcmcic_iimmcic_immimmcic
33483 gsave
33484 1 setlinewidth
33485 0.000 0.000 0.000 nodecolor
33486 2059 2034 122.99 18 ellipse_path stroke
33487 0.000 0.000 0.000 nodecolor
33488 14 /Times-Roman set_font
33489 1978.5 2029.9 moveto 161 (i--cic=i-c-cic=ii--cic=i--i--cic) alignedtext
33490 grestore
33491 % immcic_imcmcic_iimmcic_immimmcic->immcicmm_imcmcicmm_iimmcicmm
33492 gsave
33493 1 setlinewidth
33494 0.000 0.000 0.000 edgecolor
33495 newpath 1994 2019 moveto
33496 1901 1994 1740 1945 1740 1890 curveto
33497 1740 1890 1740 1890 1740 1818 curveto
33498 1740 1752 1668 1713 1612 1692 curveto
33499 stroke
33500 0.000 0.000 0.000 edgecolor
33501 newpath 1612.58 1688.52 moveto
33502 1602 1689 lineto
33503 1610.57 1695.23 lineto
33504 closepath fill
33505 1 setlinewidth
33506 solid
33507 0.000 0.000 0.000 edgecolor
33508 newpath 1612.58 1688.52 moveto
33509 1602 1689 lineto
33510 1610.57 1695.23 lineto
33511 closepath stroke
33512 grestore
33513 % immcic_imcmcic_iimmcic_immimmcic->icimmcic_iicimmcic
33514 gsave
33515 1 setlinewidth
33516 0.000 0.000 0.000 edgecolor
33517 newpath 2176 2029 moveto
33518 2482 2015 3294 1978 3554 1965 curveto
33519 stroke
33520 0.000 0.000 0.000 edgecolor
33521 newpath 3554 1968.5 moveto
33522 3564 1965 lineto
33523 3554 1961.5 lineto
33524 closepath fill
33525 1 setlinewidth
33526 solid
33527 0.000 0.000 0.000 edgecolor
33528 newpath 3554 1968.5 moveto
33529 3564 1965 lineto
33530 3554 1961.5 lineto
33531 closepath stroke
33532 grestore
33533 % immcic_imcmcic_iimmcic_immimmcic->immcimmic
33534 gsave
33535 1 setlinewidth
33536 0.000 0.000 0.000 edgecolor
33537 newpath 2028 2017 moveto
33538 2008 2006 1983 1992 1963 1981 curveto
33539 stroke
33540 0.000 0.000 0.000 edgecolor
33541 newpath 1964.44 1977.8 moveto
33542 1954 1976 lineto
33543 1961.04 1983.92 lineto
33544 closepath fill
33545 1 setlinewidth
33546 solid
33547 0.000 0.000 0.000 edgecolor
33548 newpath 1964.44 1977.8 moveto
33549 1954 1976 lineto
33550 1961.04 1983.92 lineto
33551 closepath stroke
33552 grestore
33553 % immc_imcmc_iimmc_immimmc_imcmmcmc
33554 gsave
33555 1 setlinewidth
33556 0.000 0.000 0.000 nodecolor
33557 557 1962 129.94 18 ellipse_path stroke
33558 0.000 0.000 0.000 nodecolor
33559 14 /Times-Roman set_font
33560 471.5 1957.9 moveto 171 (i--c=i-c-c=ii--c=i--i--c=i-c--c-c) alignedtext
33561 grestore
33562 % immcic_imcmcic_iimmcic_immimmcic->immc_imcmc_iimmc_immimmc_imcmmcmc
33563 gsave
33564 1 setlinewidth
33565 0.000 0.000 0.000 edgecolor
33566 newpath 1964 2023 moveto
33567 1940 2020 1913 2018 1889 2016 curveto
33568 1463 1985 1355 1998 927 1980 curveto
33569 849 1976 761 1971 690 1968 curveto
33570 stroke
33571 0.000 0.000 0.000 edgecolor
33572 newpath 690 1964.5 moveto
33573 680 1968 lineto
33574 690 1971.5 lineto
33575 closepath fill
33576 1 setlinewidth
33577 solid
33578 0.000 0.000 0.000 edgecolor
33579 newpath 690 1964.5 moveto
33580 680 1968 lineto
33581 690 1971.5 lineto
33582 closepath stroke
33583 grestore
33584 % mmimmcic
33585 gsave
33586 1 setlinewidth
33587 0.000 0.000 0.000 nodecolor
33588 1919 1890 37.02 18 ellipse_path stroke
33589 0.000 0.000 0.000 nodecolor
33590 14 /Times-Roman set_font
33591 1900 1885.9 moveto 38 (--i--cic) alignedtext
33592 grestore
33593 % immcic_imcmcic_iimmcic_immimmcic->mmimmcic
33594 gsave
33595 1 setlinewidth
33596 0.000 0.000 0.000 edgecolor
33597 newpath 2044 2016 moveto
33598 2028 1997 2002 1968 1977 1944 curveto
33599 1967 1933 1955 1922 1945 1913 curveto
33600 stroke
33601 0.000 0.000 0.000 edgecolor
33602 newpath 1946.83 1909.95 moveto
33603 1937 1906 lineto
33604 1942.22 1915.22 lineto
33605 closepath fill
33606 1 setlinewidth
33607 solid
33608 0.000 0.000 0.000 edgecolor
33609 newpath 1946.83 1909.95 moveto
33610 1937 1906 lineto
33611 1942.22 1915.22 lineto
33612 closepath stroke
33613 grestore
33614 % immc_imcmc_iimmc_immimmc_imcmmcmc->immcmm_imcmcmm_iimmcmm
33615 gsave
33616 1 setlinewidth
33617 0.000 0.000 0.000 edgecolor
33618 newpath 468 1949 moveto
33619 402 1934 315 1902 272 1836 curveto
33620 229 1768 250 1732 272 1656 curveto
33621 275 1646 280 1637 286 1628 curveto
33622 stroke
33623 0.000 0.000 0.000 edgecolor
33624 newpath 288.8 1630.1 moveto
33625 292 1620 lineto
33626 283.2 1625.9 lineto
33627 closepath fill
33628 1 setlinewidth
33629 solid
33630 0.000 0.000 0.000 edgecolor
33631 newpath 288.8 1630.1 moveto
33632 292 1620 lineto
33633 283.2 1625.9 lineto
33634 closepath stroke
33635 grestore
33636 % immc_imcmc_iimmc_immimmc_imcmmcmc->icimmc_iicimmc
33637 gsave
33638 1 setlinewidth
33639 0.000 0.000 0.000 edgecolor
33640 newpath 677 1955 moveto
33641 750 1951 844 1947 927 1944 curveto
33642 1586 1919 1751 1939 2409 1908 curveto
33643 2475 1904 2548 1900 2600 1896 curveto
33644 stroke
33645 0.000 0.000 0.000 edgecolor
33646 newpath 2600.4 1899.48 moveto
33647 2610 1895 lineto
33648 2599.7 1892.51 lineto
33649 closepath fill
33650 1 setlinewidth
33651 solid
33652 0.000 0.000 0.000 edgecolor
33653 newpath 2600.4 1899.48 moveto
33654 2610 1895 lineto
33655 2599.7 1892.51 lineto
33656 closepath stroke
33657 grestore
33658 % mmimmc
33659 gsave
33660 1 setlinewidth
33661 0.000 0.000 0.000 nodecolor
33662 344 1674 30.07 18 ellipse_path stroke
33663 0.000 0.000 0.000 nodecolor
33664 14 /Times-Roman set_font
33665 330 1669.9 moveto 28 (--i--c) alignedtext
33666 grestore
33667 % immc_imcmc_iimmc_immimmc_imcmmcmc->mmimmc
33668 gsave
33669 1 setlinewidth
33670 0.000 0.000 0.000 edgecolor
33671 newpath 549 1944 moveto
33672 531 1902 481 1798 417 1728 curveto
33673 405 1714 388 1702 375 1693 curveto
33674 stroke
33675 0.000 0.000 0.000 edgecolor
33676 newpath 376.26 1689.63 moveto
33677 366 1687 lineto
33678 372.38 1695.46 lineto
33679 closepath fill
33680 1 setlinewidth
33681 solid
33682 0.000 0.000 0.000 edgecolor
33683 newpath 376.26 1689.63 moveto
33684 366 1687 lineto
33685 372.38 1695.46 lineto
33686 closepath stroke
33687 grestore
33688 % mmimmcic->cmmimmcic
33689 gsave
33690 1 setlinewidth
33691 0.000 0.000 0.000 edgecolor
33692 newpath 1956 1888 moveto
33693 2028 1885 2190 1877 2327 1872 curveto
33694 2749 1854 2859 1896 3276 1836 curveto
33695 3498 1804 3754 1722 3853 1688 curveto
33696 stroke
33697 0.000 0.000 0.000 edgecolor
33698 newpath 3854.43 1691.23 moveto
33699 3863 1685 lineto
33700 3852.42 1684.52 lineto
33701 closepath fill
33702 1 setlinewidth
33703 solid
33704 0.000 0.000 0.000 edgecolor
33705 newpath 3854.43 1691.23 moveto
33706 3863 1685 lineto
33707 3852.42 1684.52 lineto
33708 closepath stroke
33709 grestore
33710 % mmimmcic->mmicmmcic
33711 gsave
33712 1 setlinewidth
33713 0.000 0.000 0.000 edgecolor
33714 newpath 1949 1880 moveto
33715 2038 1850 2304 1764 2531 1728 curveto
33716 2801 1684 2875 1731 3145 1692 curveto
33717 3214 1681 3229 1666 3297 1656 curveto
33718 3574 1615 3650 1669 3925 1620 curveto
33719 3979 1610 3988 1593 4041 1584 curveto
33720 4448 1514 4558 1574 4969 1548 curveto
33721 5021 1544 5080 1539 5121 1535 curveto
33722 stroke
33723 0.000 0.000 0.000 edgecolor
33724 newpath 5121.4 1538.48 moveto
33725 5131 1534 lineto
33726 5120.7 1531.51 lineto
33727 closepath fill
33728 1 setlinewidth
33729 solid
33730 0.000 0.000 0.000 edgecolor
33731 newpath 5121.4 1538.48 moveto
33732 5131 1534 lineto
33733 5120.7 1531.51 lineto
33734 closepath stroke
33735 grestore
33736 % mmimmcic->mmimmc
33737 gsave
33738 1 setlinewidth
33739 0.000 0.000 0.000 edgecolor
33740 newpath 1882 1886 moveto
33741 1744 1873 1242 1821 829 1764 curveto
33742 633 1736 580 1745 388 1692 curveto
33743 385 1691 381 1690 377 1689 curveto
33744 stroke
33745 0.000 0.000 0.000 edgecolor
33746 newpath 378.56 1685.86 moveto
33747 368 1685 lineto
33748 375.72 1692.26 lineto
33749 closepath fill
33750 1 setlinewidth
33751 solid
33752 0.000 0.000 0.000 edgecolor
33753 newpath 378.56 1685.86 moveto
33754 368 1685 lineto
33755 375.72 1692.26 lineto
33756 closepath stroke
33757 grestore
33758 % mcmmcmcic
33759 gsave
33760 1 setlinewidth
33761 0.000 0.000 0.000 nodecolor
33762 752 1818 43.97 18 ellipse_path stroke
33763 0.000 0.000 0.000 nodecolor
33764 14 /Times-Roman set_font
33765 728 1813.9 moveto 48 (-c--c-cic) alignedtext
33766 grestore
33767 % mmimmcic->mcmmcmcic
33768 gsave
33769 1 setlinewidth
33770 0.000 0.000 0.000 edgecolor
33771 newpath 1882 1888 moveto
33772 1824 1884 1707 1877 1607 1872 curveto
33773 1429 1862 981 1869 805 1836 curveto
33774 801 1835 797 1835 794 1833 curveto
33775 stroke
33776 0.000 0.000 0.000 edgecolor
33777 newpath 794.58 1829.52 moveto
33778 784 1830 lineto
33779 792.57 1836.23 lineto
33780 closepath fill
33781 1 setlinewidth
33782 solid
33783 0.000 0.000 0.000 edgecolor
33784 newpath 794.58 1829.52 moveto
33785 784 1830 lineto
33786 792.57 1836.23 lineto
33787 closepath stroke
33788 grestore
33789 % immcimmc_imcmcimmc_iimmcimmc->immcmcmc_imcmcmcmc_iimmcmcmc
33790 gsave
33791 1 setlinewidth
33792 0.000 0.000 0.000 edgecolor
33793 newpath 1401 1593 moveto
33794 1443 1590 1492 1586 1537 1584 curveto
33795 2099 1554 2242 1596 2801 1548 curveto
33796 2812 1547 2823 1546 2835 1544 curveto
33797 stroke
33798 0.000 0.000 0.000 edgecolor
33799 newpath 2835.4 1547.48 moveto
33800 2845 1543 lineto
33801 2834.7 1540.51 lineto
33802 closepath fill
33803 1 setlinewidth
33804 solid
33805 0.000 0.000 0.000 edgecolor
33806 newpath 2835.4 1547.48 moveto
33807 2845 1543 lineto
33808 2834.7 1540.51 lineto
33809 closepath stroke
33810 grestore
33811 % immcimmc_imcmcimmc_iimmcimmc->cimmcimmc
33812 gsave
33813 1 setlinewidth
33814 0.000 0.000 0.000 edgecolor
33815 newpath 1401 1593 moveto
33816 1443 1590 1492 1586 1537 1584 curveto
33817 1796 1569 2447 1596 2701 1548 curveto
33818 2705 1547 2708 1547 2712 1546 curveto
33819 stroke
33820 0.000 0.000 0.000 edgecolor
33821 newpath 2713.28 1549.26 moveto
33822 2721 1542 lineto
33823 2710.44 1542.86 lineto
33824 closepath fill
33825 1 setlinewidth
33826 solid
33827 0.000 0.000 0.000 edgecolor
33828 newpath 2713.28 1549.26 moveto
33829 2721 1542 lineto
33830 2710.44 1542.86 lineto
33831 closepath stroke
33832 grestore
33833 % immcimmc_imcmcimmc_iimmcimmc->icmmcimmc
33834 gsave
33835 1 setlinewidth
33836 0.000 0.000 0.000 edgecolor
33837 newpath 1400 1593 moveto
33838 1442 1589 1492 1586 1537 1584 curveto
33839 2842 1529 6107 1623 7411 1548 curveto
33840 7450 1545 7493 1540 7526 1536 curveto
33841 stroke
33842 0.000 0.000 0.000 edgecolor
33843 newpath 7526.4 1539.48 moveto
33844 7536 1535 lineto
33845 7525.7 1532.51 lineto
33846 closepath fill
33847 1 setlinewidth
33848 solid
33849 0.000 0.000 0.000 edgecolor
33850 newpath 7526.4 1539.48 moveto
33851 7536 1535 lineto
33852 7525.7 1532.51 lineto
33853 closepath stroke
33854 grestore
33855 % immcimmc_imcmcimmc_iimmcimmc->immcicmmc
33856 gsave
33857 1 setlinewidth
33858 0.000 0.000 0.000 edgecolor
33859 newpath 1218 1592 moveto
33860 1109 1579 939 1558 930 1548 curveto
33861 920 1535 922 1525 930 1512 curveto
33862 938 1499 972 1483 1001 1473 curveto
33863 stroke
33864 0.000 0.000 0.000 edgecolor
33865 newpath 1002.28 1476.26 moveto
33866 1010 1469 lineto
33867 999.44 1469.86 lineto
33868 closepath fill
33869 1 setlinewidth
33870 solid
33871 0.000 0.000 0.000 edgecolor
33872 newpath 1002.28 1476.26 moveto
33873 1010 1469 lineto
33874 999.44 1469.86 lineto
33875 closepath stroke
33876 grestore
33877 % mcmcimmc
33878 gsave
33879 1 setlinewidth
33880 0.000 0.000 0.000 nodecolor
33881 801 1530 39.11 18 ellipse_path stroke
33882 0.000 0.000 0.000 nodecolor
33883 14 /Times-Roman set_font
33884 780.5 1525.9 moveto 41 (-c-ci--c) alignedtext
33885 grestore
33886 % immcimmc_imcmcimmc_iimmcimmc->mcmcimmc
33887 gsave
33888 1 setlinewidth
33889 0.000 0.000 0.000 edgecolor
33890 newpath 1217 1592 moveto
33891 1133 1582 1004 1566 892 1548 curveto
33892 878 1546 861 1543 847 1539 curveto
33893 stroke
33894 0.000 0.000 0.000 edgecolor
33895 newpath 847.49 1535.53 moveto
33896 837 1537 lineto
33897 846.12 1542.39 lineto
33898 closepath fill
33899 1 setlinewidth
33900 solid
33901 0.000 0.000 0.000 edgecolor
33902 newpath 847.49 1535.53 moveto
33903 837 1537 lineto
33904 846.12 1542.39 lineto
33905 closepath stroke
33906 grestore
33907 % mcmcimmci->mcmcmcmci
33908 gsave
33909 1 setlinewidth
33910 0.000 0.000 0.000 edgecolor
33911 newpath 616 1662 moveto
33912 622 1660 629 1658 635 1656 curveto
33913 718 1633 743 1644 825 1620 curveto
33914 866 1607 873 1592 914 1584 curveto
33915 1252 1514 2123 1585 2465 1548 curveto
33916 2479 1546 2494 1544 2508 1541 curveto
33917 stroke
33918 0.000 0.000 0.000 edgecolor
33919 newpath 2508.88 1544.39 moveto
33920 2518 1539 lineto
33921 2507.51 1537.53 lineto
33922 closepath fill
33923 1 setlinewidth
33924 solid
33925 0.000 0.000 0.000 edgecolor
33926 newpath 2508.88 1544.39 moveto
33927 2518 1539 lineto
33928 2507.51 1537.53 lineto
33929 closepath stroke
33930 grestore
33931 % mcmcimmci->mmcimmci
33932 gsave
33933 1 setlinewidth
33934 0.000 0.000 0.000 edgecolor
33935 newpath 615 1661 moveto
33936 621 1659 628 1657 635 1656 curveto
33937 890 1610 5027 1648 5283 1620 curveto
33938 5296 1618 5311 1616 5324 1613 curveto
33939 stroke
33940 0.000 0.000 0.000 edgecolor
33941 newpath 5325.43 1616.23 moveto
33942 5334 1610 lineto
33943 5323.42 1609.52 lineto
33944 closepath fill
33945 1 setlinewidth
33946 solid
33947 0.000 0.000 0.000 edgecolor
33948 newpath 5325.43 1616.23 moveto
33949 5334 1610 lineto
33950 5323.42 1609.52 lineto
33951 closepath stroke
33952 grestore
33953 % mcmcimmci->mcmcimmc
33954 gsave
33955 1 setlinewidth
33956 0.000 0.000 0.000 edgecolor
33957 newpath 608 1659 moveto
33958 646 1633 726 1580 771 1551 curveto
33959 stroke
33960 0.000 0.000 0.000 edgecolor
33961 newpath 773.1 1553.8 moveto
33962 779 1545 lineto
33963 768.9 1548.2 lineto
33964 closepath fill
33965 1 setlinewidth
33966 solid
33967 0.000 0.000 0.000 edgecolor
33968 newpath 773.1 1553.8 moveto
33969 779 1545 lineto
33970 768.9 1548.2 lineto
33971 closepath stroke
33972 grestore
33973 % mcmcimmci->mcmcimimi
33974 gsave
33975 1 setlinewidth
33976 0.000 0.000 0.000 edgecolor
33977 newpath 616 1662 moveto
33978 623 1660 629 1658 635 1656 curveto
33979 742 1621 769 1613 876 1584 curveto
33980 933 1568 1000 1552 1042 1541 curveto
33981 stroke
33982 0.000 0.000 0.000 edgecolor
33983 newpath 1043.43 1544.23 moveto
33984 1052 1538 lineto
33985 1041.42 1537.52 lineto
33986 closepath fill
33987 1 setlinewidth
33988 solid
33989 0.000 0.000 0.000 edgecolor
33990 newpath 1043.43 1544.23 moveto
33991 1052 1538 lineto
33992 1041.42 1537.52 lineto
33993 closepath stroke
33994 grestore
33995 % mcmcimmc->mcimimmc
33996 gsave
33997 1 setlinewidth
33998 0.000 0.000 0.000 edgecolor
33999 newpath 825 1515 moveto
34000 841 1505 862 1491 879 1476 curveto
34001 896 1461 897 1455 912 1440 curveto
34002 944 1407 946 1390 985 1368 curveto
34003 1045 1334 1070 1350 1135 1332 curveto
34004 1185 1317 1196 1305 1246 1296 curveto
34005 1545 1240 1626 1279 1929 1260 curveto
34006 2137 1246 2189 1235 2396 1224 curveto
34007 2832 1199 2943 1227 3377 1188 curveto
34008 3403 1185 3431 1181 3454 1178 curveto
34009 stroke
34010 0.000 0.000 0.000 edgecolor
34011 newpath 3454.88 1181.39 moveto
34012 3464 1176 lineto
34013 3453.51 1174.53 lineto
34014 closepath fill
34015 1 setlinewidth
34016 solid
34017 0.000 0.000 0.000 edgecolor
34018 newpath 3454.88 1181.39 moveto
34019 3464 1176 lineto
34020 3453.51 1174.53 lineto
34021 closepath stroke
34022 grestore
34023 % mcmcimmc->mcmcmcmc
34024 gsave
34025 1 setlinewidth
34026 0.000 0.000 0.000 edgecolor
34027 newpath 833 1519 moveto
34028 873 1505 940 1482 950 1476 curveto
34029 972 1463 970 1448 993 1440 curveto
34030 1099 1399 1898 1410 2011 1404 curveto
34031 2076 1400 2152 1395 2200 1391 curveto
34032 stroke
34033 0.000 0.000 0.000 edgecolor
34034 newpath 2200.4 1394.48 moveto
34035 2210 1390 lineto
34036 2199.7 1387.51 lineto
34037 closepath fill
34038 1 setlinewidth
34039 solid
34040 0.000 0.000 0.000 edgecolor
34041 newpath 2200.4 1394.48 moveto
34042 2210 1390 lineto
34043 2199.7 1387.51 lineto
34044 closepath stroke
34045 grestore
34046 % mcmcimmc->cmcmcimmc
34047 gsave
34048 1 setlinewidth
34049 0.000 0.000 0.000 edgecolor
34050 newpath 838 1524 moveto
34051 920 1511 1115 1480 1209 1466 curveto
34052 stroke
34053 0.000 0.000 0.000 edgecolor
34054 newpath 1209.88 1469.39 moveto
34055 1219 1464 lineto
34056 1208.51 1462.53 lineto
34057 closepath fill
34058 1 setlinewidth
34059 solid
34060 0.000 0.000 0.000 edgecolor
34061 newpath 1209.88 1469.39 moveto
34062 1219 1464 lineto
34063 1208.51 1462.53 lineto
34064 closepath stroke
34065 grestore
34066 % mcmcimmc->mmcimmc
34067 gsave
34068 1 setlinewidth
34069 0.000 0.000 0.000 edgecolor
34070 newpath 840 1526 moveto
34071 887 1522 969 1515 1039 1512 curveto
34072 1389 1496 3844 1515 4191 1476 curveto
34073 4204 1474 4219 1472 4232 1469 curveto
34074 stroke
34075 0.000 0.000 0.000 edgecolor
34076 newpath 4233.43 1472.23 moveto
34077 4242 1466 lineto
34078 4231.42 1465.52 lineto
34079 closepath fill
34080 1 setlinewidth
34081 solid
34082 0.000 0.000 0.000 edgecolor
34083 newpath 4233.43 1472.23 moveto
34084 4242 1466 lineto
34085 4231.42 1465.52 lineto
34086 closepath stroke
34087 grestore
34088 % mcmcimmc->mcmcicmmc
34089 gsave
34090 1 setlinewidth
34091 0.000 0.000 0.000 edgecolor
34092 newpath 830 1518 moveto
34093 853 1507 886 1492 912 1476 curveto
34094 935 1462 939 1455 960 1440 curveto
34095 976 1429 993 1417 1007 1407 curveto
34096 stroke
34097 0.000 0.000 0.000 edgecolor
34098 newpath 1009.1 1409.8 moveto
34099 1015 1401 lineto
34100 1004.9 1404.2 lineto
34101 closepath fill
34102 1 setlinewidth
34103 solid
34104 0.000 0.000 0.000 edgecolor
34105 newpath 1009.1 1409.8 moveto
34106 1015 1401 lineto
34107 1004.9 1404.2 lineto
34108 closepath stroke
34109 grestore
34110 % immcmmic_imcmcmmic_iimmcmmic->immcmcmc_imcmcmcmc_iimmcmcmc
34111 gsave
34112 1 setlinewidth
34113 0.000 0.000 0.000 edgecolor
34114 newpath 3512 1660 moveto
34115 3463 1649 3394 1633 3334 1620 curveto
34116 3267 1604 3250 1599 3182 1584 curveto
34117 3124 1571 3057 1557 3006 1546 curveto
34118 stroke
34119 0.000 0.000 0.000 edgecolor
34120 newpath 3006.49 1542.53 moveto
34121 2996 1544 lineto
34122 3005.12 1549.39 lineto
34123 closepath fill
34124 1 setlinewidth
34125 solid
34126 0.000 0.000 0.000 edgecolor
34127 newpath 3006.49 1542.53 moveto
34128 2996 1544 lineto
34129 3005.12 1549.39 lineto
34130 closepath stroke
34131 grestore
34132 % immcmmic_imcmcmmic_iimmcmmic->cimmcmmic
34133 gsave
34134 1 setlinewidth
34135 0.000 0.000 0.000 edgecolor
34136 newpath 3653 1661 moveto
34137 3667 1659 3680 1658 3693 1656 curveto
34138 3846 1636 3887 1652 4036 1620 curveto
34139 4040 1619 4045 1618 4049 1617 curveto
34140 stroke
34141 0.000 0.000 0.000 edgecolor
34142 newpath 4050.43 1620.23 moveto
34143 4059 1614 lineto
34144 4048.42 1613.52 lineto
34145 closepath fill
34146 1 setlinewidth
34147 solid
34148 0.000 0.000 0.000 edgecolor
34149 newpath 4050.43 1620.23 moveto
34150 4059 1614 lineto
34151 4048.42 1613.52 lineto
34152 closepath stroke
34153 grestore
34154 % immcmmic_imcmcmmic_iimmcmmic->icmmcmmic
34155 gsave
34156 1 setlinewidth
34157 0.000 0.000 0.000 edgecolor
34158 newpath 3651 1661 moveto
34159 3665 1659 3679 1657 3693 1656 curveto
34160 4414 1596 6222 1651 6945 1620 curveto
34161 7010 1617 7086 1611 7135 1607 curveto
34162 stroke
34163 0.000 0.000 0.000 edgecolor
34164 newpath 7135.4 1610.48 moveto
34165 7145 1606 lineto
34166 7134.7 1603.51 lineto
34167 closepath fill
34168 1 setlinewidth
34169 solid
34170 0.000 0.000 0.000 edgecolor
34171 newpath 7135.4 1610.48 moveto
34172 7145 1606 lineto
34173 7134.7 1603.51 lineto
34174 closepath stroke
34175 grestore
34176 % immcmmic_imcmcmmic_iimmcmmic->immcmmcic
34177 gsave
34178 1 setlinewidth
34179 0.000 0.000 0.000 edgecolor
34180 newpath 3652 1661 moveto
34181 3666 1659 3680 1657 3693 1656 curveto
34182 4049 1620 4145 1689 4495 1620 curveto
34183 4499 1619 4502 1619 4506 1618 curveto
34184 stroke
34185 0.000 0.000 0.000 edgecolor
34186 newpath 4507.28 1621.26 moveto
34187 4515 1614 lineto
34188 4504.44 1614.86 lineto
34189 closepath fill
34190 1 setlinewidth
34191 solid
34192 0.000 0.000 0.000 edgecolor
34193 newpath 4507.28 1621.26 moveto
34194 4515 1614 lineto
34195 4504.44 1614.86 lineto
34196 closepath stroke
34197 grestore
34198 % mcmcmmic
34199 gsave
34200 1 setlinewidth
34201 0.000 0.000 0.000 nodecolor
34202 3097 1530 39.11 18 ellipse_path stroke
34203 0.000 0.000 0.000 nodecolor
34204 14 /Times-Roman set_font
34205 3076.5 1525.9 moveto 41 (-c-c--ic) alignedtext
34206 grestore
34207 % immcmmic_imcmcmmic_iimmcmmic->mcmcmmic
34208 gsave
34209 1 setlinewidth
34210 0.000 0.000 0.000 edgecolor
34211 newpath 3538 1657 moveto
34212 3491 1637 3408 1604 3334 1584 curveto
34213 3252 1561 3228 1571 3145 1548 curveto
34214 3142 1547 3139 1546 3137 1545 curveto
34215 stroke
34216 0.000 0.000 0.000 edgecolor
34217 newpath 3137.58 1541.52 moveto
34218 3127 1542 lineto
34219 3135.57 1548.23 lineto
34220 closepath fill
34221 1 setlinewidth
34222 solid
34223 0.000 0.000 0.000 edgecolor
34224 newpath 3137.58 1541.52 moveto
34225 3127 1542 lineto
34226 3135.57 1548.23 lineto
34227 closepath stroke
34228 grestore
34229 % mcmcimmic->mmcimmic
34230 gsave
34231 1 setlinewidth
34232 0.000 0.000 0.000 edgecolor
34233 newpath 1216 1669 moveto
34234 1249 1664 1298 1658 1341 1656 curveto
34235 1545 1643 4815 1658 5015 1620 curveto
34236 5018 1620 5021 1619 5024 1618 curveto
34237 stroke
34238 0.000 0.000 0.000 edgecolor
34239 newpath 5025.28 1621.26 moveto
34240 5033 1614 lineto
34241 5022.44 1614.86 lineto
34242 closepath fill
34243 1 setlinewidth
34244 solid
34245 0.000 0.000 0.000 edgecolor
34246 newpath 5025.28 1621.26 moveto
34247 5033 1614 lineto
34248 5022.44 1614.86 lineto
34249 closepath stroke
34250 grestore
34251 % mcmcimmic->mcmcimmc
34252 gsave
34253 1 setlinewidth
34254 0.000 0.000 0.000 edgecolor
34255 newpath 1140 1666 moveto
34256 1085 1655 986 1633 952 1620 curveto
34257 908 1601 860 1571 831 1551 curveto
34258 stroke
34259 0.000 0.000 0.000 edgecolor
34260 newpath 832.26 1547.63 moveto
34261 822 1545 lineto
34262 828.38 1553.46 lineto
34263 closepath fill
34264 1 setlinewidth
34265 solid
34266 0.000 0.000 0.000 edgecolor
34267 newpath 832.26 1547.63 moveto
34268 822 1545 lineto
34269 828.38 1553.46 lineto
34270 closepath stroke
34271 grestore
34272 % mcmcimmic->mcmcmmic
34273 gsave
34274 1 setlinewidth
34275 0.000 0.000 0.000 edgecolor
34276 newpath 1174 1656 moveto
34277 1171 1635 1171 1601 1191 1584 curveto
34278 1230 1550 2999 1557 3049 1548 curveto
34279 3052 1548 3055 1547 3058 1546 curveto
34280 stroke
34281 0.000 0.000 0.000 edgecolor
34282 newpath 3060.02 1548.96 moveto
34283 3068 1542 lineto
34284 3057.42 1542.46 lineto
34285 closepath fill
34286 1 setlinewidth
34287 solid
34288 0.000 0.000 0.000 edgecolor
34289 newpath 3060.02 1548.96 moveto
34290 3068 1542 lineto
34291 3057.42 1542.46 lineto
34292 closepath stroke
34293 grestore
34294 % immcimmi_imcmcimmi_iimmcimmi->cimmcimmi
34295 gsave
34296 1 setlinewidth
34297 0.000 0.000 0.000 edgecolor
34298 newpath 1658 2165 moveto
34299 1612 2154 1556 2140 1538 2124 curveto
34300 1474 2068 1416 2006 1473 1944 curveto
34301 1511 1903 1911 1917 1965 1908 curveto
34302 2185 1871 2440 1792 2537 1760 curveto
34303 stroke
34304 0.000 0.000 0.000 edgecolor
34305 newpath 2538.43 1763.23 moveto
34306 2547 1757 lineto
34307 2536.42 1756.52 lineto
34308 closepath fill
34309 1 setlinewidth
34310 solid
34311 0.000 0.000 0.000 edgecolor
34312 newpath 2538.43 1763.23 moveto
34313 2547 1757 lineto
34314 2536.42 1756.52 lineto
34315 closepath stroke
34316 grestore
34317 % immcimmi_imcmcimmi_iimmcimmi->immcimmci
34318 gsave
34319 1 setlinewidth
34320 0.000 0.000 0.000 edgecolor
34321 newpath 1664 2164 moveto
34322 1624 2153 1577 2139 1563 2124 curveto
34323 1529 2087 1522 2026 1521 1990 curveto
34324 stroke
34325 0.000 0.000 0.000 edgecolor
34326 newpath 1524.5 1990 moveto
34327 1521 1980 lineto
34328 1517.5 1990 lineto
34329 closepath fill
34330 1 setlinewidth
34331 solid
34332 0.000 0.000 0.000 edgecolor
34333 newpath 1524.5 1990 moveto
34334 1521 1980 lineto
34335 1517.5 1990 lineto
34336 closepath stroke
34337 grestore
34338 % immcimmi_imcmcimmi_iimmcimmi->immcimmic
34339 gsave
34340 1 setlinewidth
34341 0.000 0.000 0.000 edgecolor
34342 newpath 1756 2161 moveto
34343 1792 2139 1852 2100 1889 2052 curveto
34344 1904 2033 1914 2008 1921 1990 curveto
34345 stroke
34346 0.000 0.000 0.000 edgecolor
34347 newpath 1924.48 1990.58 moveto
34348 1924 1980 lineto
34349 1917.77 1988.57 lineto
34350 closepath fill
34351 1 setlinewidth
34352 solid
34353 0.000 0.000 0.000 edgecolor
34354 newpath 1924.48 1990.58 moveto
34355 1924 1980 lineto
34356 1917.77 1988.57 lineto
34357 closepath stroke
34358 grestore
34359 % immcimmi_imcmcimmi_iimmcimmi->icmmcimmi
34360 gsave
34361 1 setlinewidth
34362 0.000 0.000 0.000 edgecolor
34363 newpath 1823 2175 moveto
34364 2242 2160 3879 2101 4392 2052 curveto
34365 4818 2011 5328 1925 5482 1898 curveto
34366 stroke
34367 0.000 0.000 0.000 edgecolor
34368 newpath 5482.88 1901.39 moveto
34369 5492 1896 lineto
34370 5481.51 1894.53 lineto
34371 closepath fill
34372 1 setlinewidth
34373 solid
34374 0.000 0.000 0.000 edgecolor
34375 newpath 5482.88 1901.39 moveto
34376 5492 1896 lineto
34377 5481.51 1894.53 lineto
34378 closepath stroke
34379 grestore
34380 % immcimmi_imcmcimmi_iimmcimmi->immcicmmi
34381 gsave
34382 1 setlinewidth
34383 0.000 0.000 0.000 edgecolor
34384 newpath 1725 2160 moveto
34385 1725 2152 1725 2143 1725 2134 curveto
34386 stroke
34387 0.000 0.000 0.000 edgecolor
34388 newpath 1728.5 2134 moveto
34389 1725 2124 lineto
34390 1721.5 2134 lineto
34391 closepath fill
34392 1 setlinewidth
34393 solid
34394 0.000 0.000 0.000 edgecolor
34395 newpath 1728.5 2134 moveto
34396 1725 2124 lineto
34397 1721.5 2134 lineto
34398 closepath stroke
34399 grestore
34400 % immcimmi_imcmcimmi_iimmcimmi->immcimm_imcmcimm_iimmcimm
34401 gsave
34402 1 setlinewidth
34403 0.000 0.000 0.000 edgecolor
34404 newpath 1632 2171 moveto
34405 1560 2164 1466 2150 1438 2124 curveto
34406 1379 2068 1360 2013 1402 1944 curveto
34407 1411 1929 1427 1917 1443 1909 curveto
34408 stroke
34409 0.000 0.000 0.000 edgecolor
34410 newpath 1444.28 1912.26 moveto
34411 1452 1905 lineto
34412 1441.44 1905.86 lineto
34413 closepath fill
34414 1 setlinewidth
34415 solid
34416 0.000 0.000 0.000 edgecolor
34417 newpath 1444.28 1912.26 moveto
34418 1452 1905 lineto
34419 1441.44 1905.86 lineto
34420 closepath stroke
34421 grestore
34422 % mcmcimmi
34423 gsave
34424 1 setlinewidth
34425 0.000 0.000 0.000 nodecolor
34426 851 1818 37.02 18 ellipse_path stroke
34427 0.000 0.000 0.000 nodecolor
34428 14 /Times-Roman set_font
34429 832 1813.9 moveto 38 (-c-ci--i) alignedtext
34430 grestore
34431 % immcimmi_imcmcimmi_iimmcimmi->mcmcimmi
34432 gsave
34433 1 setlinewidth
34434 0.000 0.000 0.000 edgecolor
34435 newpath 1630 2172 moveto
34436 1404 2157 851 2112 851 2034 curveto
34437 851 2034 851 2034 851 1962 curveto
34438 851 1922 851 1875 851 1846 curveto
34439 stroke
34440 0.000 0.000 0.000 edgecolor
34441 newpath 854.5 1846 moveto
34442 851 1836 lineto
34443 847.5 1846 lineto
34444 closepath fill
34445 1 setlinewidth
34446 solid
34447 0.000 0.000 0.000 edgecolor
34448 newpath 854.5 1846 moveto
34449 851 1836 lineto
34450 847.5 1846 lineto
34451 closepath stroke
34452 grestore
34453 % immcimm_imcmcimm_iimmcimm->immcicmcm
34454 gsave
34455 1 setlinewidth
34456 0.000 0.000 0.000 edgecolor
34457 newpath 1498 1872 moveto
34458 1490 1847 1475 1803 1466 1774 curveto
34459 stroke
34460 0.000 0.000 0.000 edgecolor
34461 newpath 1469.23 1772.57 moveto
34462 1463 1764 lineto
34463 1462.52 1774.58 lineto
34464 closepath fill
34465 1 setlinewidth
34466 solid
34467 0.000 0.000 0.000 edgecolor
34468 newpath 1469.23 1772.57 moveto
34469 1463 1764 lineto
34470 1462.52 1774.58 lineto
34471 closepath stroke
34472 grestore
34473 % immcimm_imcmcimm_iimmcimm->icimmcimm
34474 gsave
34475 1 setlinewidth
34476 0.000 0.000 0.000 edgecolor
34477 newpath 1579 1879 moveto
34478 1682 1864 1864 1837 1950 1824 curveto
34479 stroke
34480 0.000 0.000 0.000 edgecolor
34481 newpath 1950.4 1827.48 moveto
34482 1960 1823 lineto
34483 1949.7 1820.51 lineto
34484 closepath fill
34485 1 setlinewidth
34486 solid
34487 0.000 0.000 0.000 edgecolor
34488 newpath 1950.4 1827.48 moveto
34489 1960 1823 lineto
34490 1949.7 1820.51 lineto
34491 closepath stroke
34492 grestore
34493 % immcimm_imcmcimm_iimmcimm->immcimmc_imcmcimmc_iimmcimmc
34494 gsave
34495 1 setlinewidth
34496 0.000 0.000 0.000 edgecolor
34497 newpath 1491 1872 moveto
34498 1477 1854 1455 1825 1434 1800 curveto
34499 1394 1750 1374 1746 1341 1692 curveto
34500 1330 1673 1321 1648 1315 1630 curveto
34501 stroke
34502 0.000 0.000 0.000 edgecolor
34503 newpath 1318.23 1628.57 moveto
34504 1312 1620 lineto
34505 1311.52 1630.58 lineto
34506 closepath fill
34507 1 setlinewidth
34508 solid
34509 0.000 0.000 0.000 edgecolor
34510 newpath 1318.23 1628.57 moveto
34511 1312 1620 lineto
34512 1311.52 1630.58 lineto
34513 closepath stroke
34514 grestore
34515 % mcmcimm
34516 gsave
34517 1 setlinewidth
34518 0.000 0.000 0.000 nodecolor
34519 561 1602 34.94 18 ellipse_path stroke
34520 0.000 0.000 0.000 nodecolor
34521 14 /Times-Roman set_font
34522 543.5 1597.9 moveto 35 (-c-ci--) alignedtext
34523 grestore
34524 % immcimm_imcmcimm_iimmcimm->mcmcimm
34525 gsave
34526 1 setlinewidth
34527 0.000 0.000 0.000 edgecolor
34528 newpath 1463 1874 moveto
34529 1376 1840 1167 1763 983 1728 curveto
34530 934 1718 569 1728 535 1692 curveto
34531 519 1675 530 1648 542 1628 curveto
34532 stroke
34533 0.000 0.000 0.000 edgecolor
34534 newpath 545.37 1629.26 moveto
34535 548 1619 lineto
34536 539.54 1625.38 lineto
34537 closepath fill
34538 1 setlinewidth
34539 solid
34540 0.000 0.000 0.000 edgecolor
34541 newpath 545.37 1629.26 moveto
34542 548 1619 lineto
34543 539.54 1625.38 lineto
34544 closepath stroke
34545 grestore
34546 % mcmcimmi->cmcmcimmi
34547 gsave
34548 1 setlinewidth
34549 0.000 0.000 0.000 edgecolor
34550 newpath 839 1801 moveto
34551 827 1781 813 1749 829 1728 curveto
34552 871 1675 917 1723 975 1692 curveto
34553 996 1680 993 1665 1014 1656 curveto
34554 1160 1594 1568 1635 1725 1620 curveto
34555 1751 1617 1779 1613 1802 1610 curveto
34556 stroke
34557 0.000 0.000 0.000 edgecolor
34558 newpath 1802.88 1613.39 moveto
34559 1812 1608 lineto
34560 1801.51 1606.53 lineto
34561 closepath fill
34562 1 setlinewidth
34563 solid
34564 0.000 0.000 0.000 edgecolor
34565 newpath 1802.88 1613.39 moveto
34566 1812 1608 lineto
34567 1801.51 1606.53 lineto
34568 closepath stroke
34569 grestore
34570 % mcmcimmi->mmcimmi
34571 gsave
34572 1 setlinewidth
34573 0.000 0.000 0.000 edgecolor
34574 newpath 888 1816 moveto
34575 969 1813 1166 1805 1330 1800 curveto
34576 1999 1779 2167 1789 2835 1764 curveto
34577 2944 1760 3073 1753 3138 1749 curveto
34578 stroke
34579 0.000 0.000 0.000 edgecolor
34580 newpath 3138.4 1752.48 moveto
34581 3148 1748 lineto
34582 3137.7 1745.51 lineto
34583 closepath fill
34584 1 setlinewidth
34585 solid
34586 0.000 0.000 0.000 edgecolor
34587 newpath 3138.4 1752.48 moveto
34588 3148 1748 lineto
34589 3137.7 1745.51 lineto
34590 closepath stroke
34591 grestore
34592 % mcmcimmi->mcmcicmmi
34593 gsave
34594 1 setlinewidth
34595 0.000 0.000 0.000 edgecolor
34596 newpath 888 1816 moveto
34597 989 1812 1273 1797 1507 1764 curveto
34598 1521 1762 1535 1759 1549 1756 curveto
34599 stroke
34600 0.000 0.000 0.000 edgecolor
34601 newpath 1549.88 1759.39 moveto
34602 1559 1754 lineto
34603 1548.51 1752.53 lineto
34604 closepath fill
34605 1 setlinewidth
34606 solid
34607 0.000 0.000 0.000 edgecolor
34608 newpath 1549.88 1759.39 moveto
34609 1559 1754 lineto
34610 1548.51 1752.53 lineto
34611 closepath stroke
34612 grestore
34613 % mcmcimmi->mcmcimmci
34614 gsave
34615 1 setlinewidth
34616 0.000 0.000 0.000 edgecolor
34617 newpath 826 1804 moveto
34618 779 1778 674 1723 620 1693 curveto
34619 stroke
34620 0.000 0.000 0.000 edgecolor
34621 newpath 621.44 1689.8 moveto
34622 611 1688 lineto
34623 618.04 1695.92 lineto
34624 closepath fill
34625 1 setlinewidth
34626 solid
34627 0.000 0.000 0.000 edgecolor
34628 newpath 621.44 1689.8 moveto
34629 611 1688 lineto
34630 618.04 1695.92 lineto
34631 closepath stroke
34632 grestore
34633 % mcmcimmi->mcmcimmic
34634 gsave
34635 1 setlinewidth
34636 0.000 0.000 0.000 edgecolor
34637 newpath 880 1807 moveto
34638 907 1796 948 1779 983 1764 curveto
34639 1038 1739 1101 1710 1140 1691 curveto
34640 stroke
34641 0.000 0.000 0.000 edgecolor
34642 newpath 1141.28 1694.26 moveto
34643 1149 1687 lineto
34644 1138.44 1687.86 lineto
34645 closepath fill
34646 1 setlinewidth
34647 solid
34648 0.000 0.000 0.000 edgecolor
34649 newpath 1141.28 1694.26 moveto
34650 1149 1687 lineto
34651 1138.44 1687.86 lineto
34652 closepath stroke
34653 grestore
34654 % mcmcimmi->mcmcimm
34655 gsave
34656 1 setlinewidth
34657 0.000 0.000 0.000 edgecolor
34658 newpath 823 1806 moveto
34659 817 1804 811 1802 805 1800 curveto
34660 670 1753 583 1810 502 1692 curveto
34661 494 1678 496 1670 502 1656 curveto
34662 508 1642 519 1631 530 1622 curveto
34663 stroke
34664 0.000 0.000 0.000 edgecolor
34665 newpath 532.1 1624.8 moveto
34666 538 1616 lineto
34667 527.9 1619.2 lineto
34668 closepath fill
34669 1 setlinewidth
34670 solid
34671 0.000 0.000 0.000 edgecolor
34672 newpath 532.1 1624.8 moveto
34673 538 1616 lineto
34674 527.9 1619.2 lineto
34675 closepath stroke
34676 grestore
34677 % mcmcimm->cmcmcimm_ccmcmcimm
34678 gsave
34679 1 setlinewidth
34680 0.000 0.000 0.000 edgecolor
34681 newpath 596 1600 moveto
34682 731 1591 1218 1561 1373 1548 curveto
34683 1400 1545 1430 1542 1456 1539 curveto
34684 stroke
34685 0.000 0.000 0.000 edgecolor
34686 newpath 1456.4 1542.48 moveto
34687 1466 1538 lineto
34688 1455.7 1535.51 lineto
34689 closepath fill
34690 1 setlinewidth
34691 solid
34692 0.000 0.000 0.000 edgecolor
34693 newpath 1456.4 1542.48 moveto
34694 1466 1538 lineto
34695 1455.7 1535.51 lineto
34696 closepath stroke
34697 grestore
34698 % mcmcimm->mcimimm
34699 gsave
34700 1 setlinewidth
34701 0.000 0.000 0.000 edgecolor
34702 newpath 552 1585 moveto
34703 536 1553 509 1485 539 1440 curveto
34704 585 1371 631 1389 711 1368 curveto
34705 845 1333 1190 1305 1327 1296 curveto
34706 1583 1279 3385 1314 3635 1260 curveto
34707 3638 1260 3640 1259 3643 1258 curveto
34708 stroke
34709 0.000 0.000 0.000 edgecolor
34710 newpath 3644.28 1261.26 moveto
34711 3652 1254 lineto
34712 3641.44 1254.86 lineto
34713 closepath fill
34714 1 setlinewidth
34715 solid
34716 0.000 0.000 0.000 edgecolor
34717 newpath 3644.28 1261.26 moveto
34718 3652 1254 lineto
34719 3641.44 1254.86 lineto
34720 closepath stroke
34721 grestore
34722 % mcmcimm->mcmcicmcm
34723 gsave
34724 1 setlinewidth
34725 0.000 0.000 0.000 edgecolor
34726 newpath 582 1587 moveto
34727 596 1577 616 1563 632 1552 curveto
34728 stroke
34729 0.000 0.000 0.000 edgecolor
34730 newpath 634.1 1554.8 moveto
34731 640 1546 lineto
34732 629.9 1549.2 lineto
34733 closepath fill
34734 1 setlinewidth
34735 solid
34736 0.000 0.000 0.000 edgecolor
34737 newpath 634.1 1554.8 moveto
34738 640 1546 lineto
34739 629.9 1549.2 lineto
34740 closepath stroke
34741 grestore
34742 % mcmcimm->mmcimm
34743 gsave
34744 1 setlinewidth
34745 0.000 0.000 0.000 edgecolor
34746 newpath 596 1600 moveto
34747 673 1597 864 1588 1023 1584 curveto
34748 2045 1556 2302 1615 3321 1548 curveto
34749 3361 1545 3404 1540 3435 1536 curveto
34750 stroke
34751 0.000 0.000 0.000 edgecolor
34752 newpath 3435.88 1539.39 moveto
34753 3445 1534 lineto
34754 3434.51 1532.53 lineto
34755 closepath fill
34756 1 setlinewidth
34757 solid
34758 0.000 0.000 0.000 edgecolor
34759 newpath 3435.88 1539.39 moveto
34760 3445 1534 lineto
34761 3434.51 1532.53 lineto
34762 closepath stroke
34763 grestore
34764 % mcmcimm->mcmcimmc
34765 gsave
34766 1 setlinewidth
34767 0.000 0.000 0.000 edgecolor
34768 newpath 591 1593 moveto
34769 634 1581 710 1557 758 1543 curveto
34770 stroke
34771 0.000 0.000 0.000 edgecolor
34772 newpath 759.43 1546.23 moveto
34773 768 1540 lineto
34774 757.42 1539.52 lineto
34775 closepath fill
34776 1 setlinewidth
34777 solid
34778 0.000 0.000 0.000 edgecolor
34779 newpath 759.43 1546.23 moveto
34780 768 1540 lineto
34781 757.42 1539.52 lineto
34782 closepath stroke
34783 grestore
34784 % immci_imcmci_iimmci_immimmci_imcmmcmci
34785 gsave
34786 1 setlinewidth
34787 0.000 0.000 0.000 nodecolor
34788 2172 2250 139.87 18 ellipse_path stroke
34789 0.000 0.000 0.000 nodecolor
34790 14 /Times-Roman set_font
34791 2079 2245.9 moveto 186 (i--ci=i-c-ci=ii--ci=i--i--ci=i-c--c-ci) alignedtext
34792 grestore
34793 % immci_imcmci_iimmci_immimmci_imcmmcmci->icimmci_iicimmci
34794 gsave
34795 1 setlinewidth
34796 0.000 0.000 0.000 edgecolor
34797 newpath 2257 2236 moveto
34798 2339 2223 2461 2201 2535 2189 curveto
34799 stroke
34800 0.000 0.000 0.000 edgecolor
34801 newpath 2535.88 2192.39 moveto
34802 2545 2187 lineto
34803 2534.51 2185.53 lineto
34804 closepath fill
34805 1 setlinewidth
34806 solid
34807 0.000 0.000 0.000 edgecolor
34808 newpath 2535.88 2192.39 moveto
34809 2545 2187 lineto
34810 2534.51 2185.53 lineto
34811 closepath stroke
34812 grestore
34813 % immci_imcmci_iimmci_immimmci_imcmmcmci->immcic_imcmcic_iimmcic_immimmcic
34814 gsave
34815 1 setlinewidth
34816 0.000 0.000 0.000 edgecolor
34817 newpath 2163 2232 moveto
34818 2142 2194 2097 2106 2073 2061 curveto
34819 stroke
34820 0.000 0.000 0.000 edgecolor
34821 newpath 2075.92 2059.04 moveto
34822 2068 2052 lineto
34823 2069.8 2062.44 lineto
34824 closepath fill
34825 1 setlinewidth
34826 solid
34827 0.000 0.000 0.000 edgecolor
34828 newpath 2075.92 2059.04 moveto
34829 2068 2052 lineto
34830 2069.8 2062.44 lineto
34831 closepath stroke
34832 grestore
34833 % immci_imcmci_iimmci_immimmci_imcmmcmci->immcimmi_imcmcimmi_iimmcimmi
34834 gsave
34835 1 setlinewidth
34836 0.000 0.000 0.000 edgecolor
34837 newpath 2084 2236 moveto
34838 2005 2224 1888 2205 1810 2192 curveto
34839 stroke
34840 0.000 0.000 0.000 edgecolor
34841 newpath 1810.49 2188.53 moveto
34842 1800 2190 lineto
34843 1809.12 2195.39 lineto
34844 closepath fill
34845 1 setlinewidth
34846 solid
34847 0.000 0.000 0.000 edgecolor
34848 newpath 1810.49 2188.53 moveto
34849 1800 2190 lineto
34850 1809.12 2195.39 lineto
34851 closepath stroke
34852 grestore
34853 % mmimmci
34854 gsave
34855 1 setlinewidth
34856 0.000 0.000 0.000 nodecolor
34857 1202 2034 32.16 18 ellipse_path stroke
34858 0.000 0.000 0.000 nodecolor
34859 14 /Times-Roman set_font
34860 1186.5 2029.9 moveto 31 (--i--ci) alignedtext
34861 grestore
34862 % immci_imcmci_iimmci_immimmci_imcmmcmci->mmimmci
34863 gsave
34864 1 setlinewidth
34865 0.000 0.000 0.000 edgecolor
34866 newpath 2037 2245 moveto
34867 1796 2237 1317 2217 1286 2196 curveto
34868 1244 2165 1266 2133 1240 2088 curveto
34869 1235 2078 1228 2068 1221 2059 curveto
34870 stroke
34871 0.000 0.000 0.000 edgecolor
34872 newpath 1223.8 2056.9 moveto
34873 1215 2051 lineto
34874 1218.2 2061.1 lineto
34875 closepath fill
34876 1 setlinewidth
34877 solid
34878 0.000 0.000 0.000 edgecolor
34879 newpath 1223.8 2056.9 moveto
34880 1215 2051 lineto
34881 1218.2 2061.1 lineto
34882 closepath stroke
34883 grestore
34884 % mmimmci->cmmimmci_ccmmimmci
34885 gsave
34886 1 setlinewidth
34887 0.000 0.000 0.000 edgecolor
34888 newpath 1234 2033 moveto
34889 1410 2026 2253 1993 2368 1980 curveto
34890 2451 1970 2469 1954 2551 1944 curveto
34891 2808 1910 2874 1926 3132 1908 curveto
34892 3521 1879 3620 1890 4005 1836 curveto
34893 4013 1835 4022 1833 4030 1832 curveto
34894 stroke
34895 0.000 0.000 0.000 edgecolor
34896 newpath 4030.88 1835.39 moveto
34897 4040 1830 lineto
34898 4029.51 1828.53 lineto
34899 closepath fill
34900 1 setlinewidth
34901 solid
34902 0.000 0.000 0.000 edgecolor
34903 newpath 4030.88 1835.39 moveto
34904 4040 1830 lineto
34905 4029.51 1828.53 lineto
34906 closepath stroke
34907 grestore
34908 % mmimmci->mmicimmci
34909 gsave
34910 1 setlinewidth
34911 0.000 0.000 0.000 edgecolor
34912 newpath 1193 2017 moveto
34913 1180 1992 1157 1947 1142 1917 curveto
34914 stroke
34915 0.000 0.000 0.000 edgecolor
34916 newpath 1144.92 1915.04 moveto
34917 1137 1908 lineto
34918 1138.8 1918.44 lineto
34919 closepath fill
34920 1 setlinewidth
34921 solid
34922 0.000 0.000 0.000 edgecolor
34923 newpath 1144.92 1915.04 moveto
34924 1137 1908 lineto
34925 1138.8 1918.44 lineto
34926 closepath stroke
34927 grestore
34928 % mmimmci->mmimmcic
34929 gsave
34930 1 setlinewidth
34931 0.000 0.000 0.000 edgecolor
34932 newpath 1227 2023 moveto
34933 1280 1998 1400 1944 1402 1944 curveto
34934 1587 1896 1642 1934 1830 1908 curveto
34935 1844 1906 1861 1903 1875 1900 curveto
34936 stroke
34937 0.000 0.000 0.000 edgecolor
34938 newpath 1875.88 1903.39 moveto
34939 1885 1898 lineto
34940 1874.51 1896.53 lineto
34941 closepath fill
34942 1 setlinewidth
34943 solid
34944 0.000 0.000 0.000 edgecolor
34945 newpath 1875.88 1903.39 moveto
34946 1885 1898 lineto
34947 1874.51 1896.53 lineto
34948 closepath stroke
34949 grestore
34950 % mcmmcmci
34951 gsave
34952 1 setlinewidth
34953 0.000 0.000 0.000 nodecolor
34954 975 1962 39.11 18 ellipse_path stroke
34955 0.000 0.000 0.000 nodecolor
34956 14 /Times-Roman set_font
34957 954.5 1957.9 moveto 41 (-c--c-ci) alignedtext
34958 grestore
34959 % mmimmci->mcmmcmci
34960 gsave
34961 1 setlinewidth
34962 0.000 0.000 0.000 edgecolor
34963 newpath 1174 2025 moveto
34964 1135 2013 1063 1989 1017 1975 curveto
34965 stroke
34966 0.000 0.000 0.000 edgecolor
34967 newpath 1017.58 1971.52 moveto
34968 1007 1972 lineto
34969 1015.57 1978.23 lineto
34970 closepath fill
34971 1 setlinewidth
34972 solid
34973 0.000 0.000 0.000 edgecolor
34974 newpath 1017.58 1971.52 moveto
34975 1007 1972 lineto
34976 1015.57 1978.23 lineto
34977 closepath stroke
34978 grestore
34979 % mcmcmmcic->mcmcmmc
34980 gsave
34981 1 setlinewidth
34982 0.000 0.000 0.000 edgecolor
34983 newpath 3964 1377 moveto
34984 3948 1373 3929 1370 3911 1368 curveto
34985 3412 1315 2155 1352 1653 1332 curveto
34986 1571 1328 1475 1322 1420 1318 curveto
34987 stroke
34988 0.000 0.000 0.000 edgecolor
34989 newpath 1420.3 1314.51 moveto
34990 1410 1317 lineto
34991 1419.6 1321.48 lineto
34992 closepath fill
34993 1 setlinewidth
34994 solid
34995 0.000 0.000 0.000 edgecolor
34996 newpath 1420.3 1314.51 moveto
34997 1410 1317 lineto
34998 1419.6 1321.48 lineto
34999 closepath stroke
35000 grestore
35001 % mcmcmmcic->mmcmmcic
35002 gsave
35003 1 setlinewidth
35004 0.000 0.000 0.000 edgecolor
35005 newpath 4016 1369 moveto
35006 4023 1360 4032 1349 4039 1339 curveto
35007 stroke
35008 0.000 0.000 0.000 edgecolor
35009 newpath 4041.8 1341.1 moveto
35010 4045 1331 lineto
35011 4036.2 1336.9 lineto
35012 closepath fill
35013 1 setlinewidth
35014 solid
35015 0.000 0.000 0.000 edgecolor
35016 newpath 4041.8 1341.1 moveto
35017 4045 1331 lineto
35018 4036.2 1336.9 lineto
35019 closepath stroke
35020 grestore
35021 % mcmmimic
35022 gsave
35023 1 setlinewidth
35024 0.000 0.000 0.000 nodecolor
35025 3401 1314 37.02 18 ellipse_path stroke
35026 0.000 0.000 0.000 nodecolor
35027 14 /Times-Roman set_font
35028 3382 1309.9 moveto 38 (-c--i-ic) alignedtext
35029 grestore
35030 % mcmcmmcic->mcmmimic
35031 gsave
35032 1 setlinewidth
35033 0.000 0.000 0.000 edgecolor
35034 newpath 3964 1377 moveto
35035 3948 1374 3928 1370 3911 1368 curveto
35036 3707 1339 3649 1378 3447 1332 curveto
35037 3444 1331 3441 1330 3438 1329 curveto
35038 stroke
35039 0.000 0.000 0.000 edgecolor
35040 newpath 3438.58 1325.52 moveto
35041 3428 1326 lineto
35042 3436.57 1332.23 lineto
35043 closepath fill
35044 1 setlinewidth
35045 solid
35046 0.000 0.000 0.000 edgecolor
35047 newpath 3438.58 1325.52 moveto
35048 3428 1326 lineto
35049 3436.57 1332.23 lineto
35050 closepath stroke
35051 grestore
35052 % mcmcmmci->cmcmcmmci
35053 gsave
35054 1 setlinewidth
35055 0.000 0.000 0.000 edgecolor
35056 newpath 4178 1450 moveto
35057 4232 1437 4338 1412 4400 1397 curveto
35058 stroke
35059 0.000 0.000 0.000 edgecolor
35060 newpath 4400.88 1400.39 moveto
35061 4410 1395 lineto
35062 4399.51 1393.53 lineto
35063 closepath fill
35064 1 setlinewidth
35065 solid
35066 0.000 0.000 0.000 edgecolor
35067 newpath 4400.88 1400.39 moveto
35068 4410 1395 lineto
35069 4399.51 1393.53 lineto
35070 closepath stroke
35071 grestore
35072 % mcmcmmci->mcmcmmcic
35073 gsave
35074 1 setlinewidth
35075 0.000 0.000 0.000 edgecolor
35076 newpath 4117 1445 moveto
35077 4095 1433 4063 1417 4038 1405 curveto
35078 stroke
35079 0.000 0.000 0.000 edgecolor
35080 newpath 4039.44 1401.8 moveto
35081 4029 1400 lineto
35082 4036.04 1407.92 lineto
35083 closepath fill
35084 1 setlinewidth
35085 solid
35086 0.000 0.000 0.000 edgecolor
35087 newpath 4039.44 1401.8 moveto
35088 4029 1400 lineto
35089 4036.04 1407.92 lineto
35090 closepath stroke
35091 grestore
35092 % mcmmimi
35093 gsave
35094 1 setlinewidth
35095 0.000 0.000 0.000 nodecolor
35096 3337 1386 32.16 18 ellipse_path stroke
35097 0.000 0.000 0.000 nodecolor
35098 14 /Times-Roman set_font
35099 3321.5 1381.9 moveto 31 (-c--i-i) alignedtext
35100 grestore
35101 % mcmcmmci->mcmmimi
35102 gsave
35103 1 setlinewidth
35104 0.000 0.000 0.000 edgecolor
35105 newpath 4106 1452 moveto
35106 4082 1448 4049 1443 4019 1440 curveto
35107 3777 1413 3486 1394 3379 1389 curveto
35108 stroke
35109 0.000 0.000 0.000 edgecolor
35110 newpath 3379.3 1385.51 moveto
35111 3369 1388 lineto
35112 3378.6 1392.48 lineto
35113 closepath fill
35114 1 setlinewidth
35115 solid
35116 0.000 0.000 0.000 edgecolor
35117 newpath 3379.3 1385.51 moveto
35118 3369 1388 lineto
35119 3378.6 1392.48 lineto
35120 closepath stroke
35121 grestore
35122 % mcmcmmci->mmcmmci
35123 gsave
35124 1 setlinewidth
35125 0.000 0.000 0.000 edgecolor
35126 newpath 4132 1441 moveto
35127 4127 1432 4120 1421 4114 1412 curveto
35128 stroke
35129 0.000 0.000 0.000 edgecolor
35130 newpath 4116.92 1410.04 moveto
35131 4109 1403 lineto
35132 4110.8 1413.44 lineto
35133 closepath fill
35134 1 setlinewidth
35135 solid
35136 0.000 0.000 0.000 edgecolor
35137 newpath 4116.92 1410.04 moveto
35138 4109 1403 lineto
35139 4110.8 1413.44 lineto
35140 closepath stroke
35141 grestore
35142 % mcmcmmc->cmcmcmmc_ccmcmcmmc
35143 gsave
35144 1 setlinewidth
35145 0.000 0.000 0.000 edgecolor
35146 newpath 1410 1311 moveto
35147 1463 1307 1566 1300 1653 1296 curveto
35148 2017 1276 2111 1302 2472 1260 curveto
35149 2558 1250 2577 1233 2662 1224 curveto
35150 3366 1149 3548 1244 4253 1188 curveto
35151 4271 1186 4289 1184 4306 1182 curveto
35152 stroke
35153 0.000 0.000 0.000 edgecolor
35154 newpath 4306.4 1185.48 moveto
35155 4316 1181 lineto
35156 4305.7 1178.51 lineto
35157 closepath fill
35158 1 setlinewidth
35159 solid
35160 0.000 0.000 0.000 edgecolor
35161 newpath 4306.4 1185.48 moveto
35162 4316 1181 lineto
35163 4305.7 1178.51 lineto
35164 closepath stroke
35165 grestore
35166 % mcmcmmc->mcicmcmmc
35167 gsave
35168 1 setlinewidth
35169 0.000 0.000 0.000 edgecolor
35170 newpath 1337 1310 moveto
35171 1284 1303 1185 1288 1105 1260 curveto
35172 1040 1236 1016 1237 967 1188 curveto
35173 840 1058 945 925 1068 792 curveto
35174 1304 537 2273 653 2617 612 curveto
35175 2631 610 2646 608 2660 605 curveto
35176 stroke
35177 0.000 0.000 0.000 edgecolor
35178 newpath 2660.88 608.39 moveto
35179 2670 603 lineto
35180 2659.51 601.53 lineto
35181 closepath fill
35182 1 setlinewidth
35183 solid
35184 0.000 0.000 0.000 edgecolor
35185 newpath 2660.88 608.39 moveto
35186 2670 603 lineto
35187 2659.51 601.53 lineto
35188 closepath stroke
35189 grestore
35190 % mcmmim
35191 gsave
35192 1 setlinewidth
35193 0.000 0.000 0.000 nodecolor
35194 986 666 30.07 18 ellipse_path stroke
35195 0.000 0.000 0.000 nodecolor
35196 14 /Times-Roman set_font
35197 972 661.9 moveto 28 (-c--i-) alignedtext
35198 grestore
35199 % mcmcmmc->mcmmim
35200 gsave
35201 1 setlinewidth
35202 0.000 0.000 0.000 edgecolor
35203 newpath 1340 1305 moveto
35204 1238 1278 935 1188 935 1098 curveto
35205 935 1098 935 1098 935 1026 curveto
35206 935 901 965 754 980 694 curveto
35207 stroke
35208 0.000 0.000 0.000 edgecolor
35209 newpath 983.47 694.49 moveto
35210 982 684 lineto
35211 976.61 693.12 lineto
35212 closepath fill
35213 1 setlinewidth
35214 solid
35215 0.000 0.000 0.000 edgecolor
35216 newpath 983.47 694.49 moveto
35217 982 684 lineto
35218 976.61 693.12 lineto
35219 closepath stroke
35220 grestore
35221 % mcmcmmc->mmcmmc
35222 gsave
35223 1 setlinewidth
35224 0.000 0.000 0.000 edgecolor
35225 newpath 1410 1311 moveto
35226 1463 1307 1566 1299 1653 1296 curveto
35227 1920 1285 3794 1315 4055 1260 curveto
35228 4058 1260 4060 1259 4063 1258 curveto
35229 stroke
35230 0.000 0.000 0.000 edgecolor
35231 newpath 4064.28 1261.26 moveto
35232 4072 1254 lineto
35233 4061.44 1254.86 lineto
35234 closepath fill
35235 1 setlinewidth
35236 solid
35237 0.000 0.000 0.000 edgecolor
35238 newpath 4064.28 1261.26 moveto
35239 4072 1254 lineto
35240 4061.44 1254.86 lineto
35241 closepath stroke
35242 grestore
35243 % mcmcmmici->mcmcmcmci
35244 gsave
35245 1 setlinewidth
35246 0.000 0.000 0.000 edgecolor
35247 newpath 2827 1591 moveto
35248 2819 1588 2812 1586 2804 1584 curveto
35249 2719 1562 2695 1570 2609 1548 curveto
35250 2606 1547 2602 1546 2599 1545 curveto
35251 stroke
35252 0.000 0.000 0.000 edgecolor
35253 newpath 2599.58 1541.52 moveto
35254 2589 1542 lineto
35255 2597.57 1548.23 lineto
35256 closepath fill
35257 1 setlinewidth
35258 solid
35259 0.000 0.000 0.000 edgecolor
35260 newpath 2599.58 1541.52 moveto
35261 2589 1542 lineto
35262 2597.57 1548.23 lineto
35263 closepath stroke
35264 grestore
35265 % mcmcmmici->mcmcmmic
35266 gsave
35267 1 setlinewidth
35268 0.000 0.000 0.000 edgecolor
35269 newpath 2894 1593 moveto
35270 2933 1583 2996 1565 3049 1548 curveto
35271 3052 1547 3055 1546 3058 1545 curveto
35272 stroke
35273 0.000 0.000 0.000 edgecolor
35274 newpath 3059.28 1548.26 moveto
35275 3067 1541 lineto
35276 3056.44 1541.86 lineto
35277 closepath fill
35278 1 setlinewidth
35279 solid
35280 0.000 0.000 0.000 edgecolor
35281 newpath 3059.28 1548.26 moveto
35282 3067 1541 lineto
35283 3056.44 1541.86 lineto
35284 closepath stroke
35285 grestore
35286 % mcmcmmici->mmcmmici
35287 gsave
35288 1 setlinewidth
35289 0.000 0.000 0.000 edgecolor
35290 newpath 2826 1591 moveto
35291 2794 1580 2744 1563 2701 1548 curveto
35292 2699 1547 2696 1546 2693 1545 curveto
35293 stroke
35294 0.000 0.000 0.000 edgecolor
35295 newpath 2694.56 1541.86 moveto
35296 2684 1541 lineto
35297 2691.72 1548.26 lineto
35298 closepath fill
35299 1 setlinewidth
35300 solid
35301 0.000 0.000 0.000 edgecolor
35302 newpath 2694.56 1541.86 moveto
35303 2684 1541 lineto
35304 2691.72 1548.26 lineto
35305 closepath stroke
35306 grestore
35307 % mcmcmmic->mcmcmcmc
35308 gsave
35309 1 setlinewidth
35310 0.000 0.000 0.000 edgecolor
35311 newpath 3068 1518 moveto
35312 3062 1515 3055 1513 3049 1512 curveto
35313 2937 1483 2904 1501 2791 1476 curveto
35314 2740 1464 2730 1450 2677 1440 curveto
35315 2514 1406 2467 1440 2303 1404 curveto
35316 2300 1403 2296 1402 2293 1401 curveto
35317 stroke
35318 0.000 0.000 0.000 edgecolor
35319 newpath 2293.58 1397.52 moveto
35320 2283 1398 lineto
35321 2291.57 1404.23 lineto
35322 closepath fill
35323 1 setlinewidth
35324 solid
35325 0.000 0.000 0.000 edgecolor
35326 newpath 2293.58 1397.52 moveto
35327 2283 1398 lineto
35328 2291.57 1404.23 lineto
35329 closepath stroke
35330 grestore
35331 % mcmcmmic->cmcmcmmic
35332 gsave
35333 1 setlinewidth
35334 0.000 0.000 0.000 edgecolor
35335 newpath 3073 1516 moveto
35336 3055 1506 3031 1491 3011 1478 curveto
35337 stroke
35338 0.000 0.000 0.000 edgecolor
35339 newpath 3012.44 1474.8 moveto
35340 3002 1473 lineto
35341 3009.04 1480.92 lineto
35342 closepath fill
35343 1 setlinewidth
35344 solid
35345 0.000 0.000 0.000 edgecolor
35346 newpath 3012.44 1474.8 moveto
35347 3002 1473 lineto
35348 3009.04 1480.92 lineto
35349 closepath stroke
35350 grestore
35351 % mcmcmmic->mcmcmmcic
35352 gsave
35353 1 setlinewidth
35354 0.000 0.000 0.000 edgecolor
35355 newpath 3126 1518 moveto
35356 3132 1516 3139 1513 3145 1512 curveto
35357 3255 1483 3296 1525 3397 1476 curveto
35358 3418 1465 3414 1449 3435 1440 curveto
35359 3532 1397 3806 1418 3911 1404 curveto
35360 3925 1402 3939 1399 3953 1397 curveto
35361 stroke
35362 0.000 0.000 0.000 edgecolor
35363 newpath 3953.88 1400.39 moveto
35364 3963 1395 lineto
35365 3952.51 1393.53 lineto
35366 closepath fill
35367 1 setlinewidth
35368 solid
35369 0.000 0.000 0.000 edgecolor
35370 newpath 3953.88 1400.39 moveto
35371 3963 1395 lineto
35372 3952.51 1393.53 lineto
35373 closepath stroke
35374 grestore
35375 % mcmcmmic->mmcmmic
35376 gsave
35377 1 setlinewidth
35378 0.000 0.000 0.000 edgecolor
35379 newpath 3091 1512 moveto
35380 3089 1504 3086 1494 3083 1486 curveto
35381 stroke
35382 0.000 0.000 0.000 edgecolor
35383 newpath 3086.23 1484.57 moveto
35384 3080 1476 lineto
35385 3079.52 1486.58 lineto
35386 closepath fill
35387 1 setlinewidth
35388 solid
35389 0.000 0.000 0.000 edgecolor
35390 newpath 3086.23 1484.57 moveto
35391 3080 1476 lineto
35392 3079.52 1486.58 lineto
35393 closepath stroke
35394 grestore
35395 % mcmcmmi->cmcmcmmi_ccmcmcmmi
35396 gsave
35397 1 setlinewidth
35398 0.000 0.000 0.000 edgecolor
35399 newpath 1351 1670 moveto
35400 1283 1662 1142 1637 1191 1584 curveto
35401 1194 1581 1600 1550 1780 1537 curveto
35402 stroke
35403 0.000 0.000 0.000 edgecolor
35404 newpath 1780.4 1540.48 moveto
35405 1790 1536 lineto
35406 1779.7 1533.51 lineto
35407 closepath fill
35408 1 setlinewidth
35409 solid
35410 0.000 0.000 0.000 edgecolor
35411 newpath 1780.4 1540.48 moveto
35412 1790 1536 lineto
35413 1779.7 1533.51 lineto
35414 closepath stroke
35415 grestore
35416 % mcmcmmi->mcmcmcm
35417 gsave
35418 1 setlinewidth
35419 0.000 0.000 0.000 edgecolor
35420 newpath 1351 1670 moveto
35421 1319 1666 1270 1660 1227 1656 curveto
35422 1051 1637 1004 1655 830 1620 curveto
35423 729 1599 681 1623 609 1548 curveto
35424 594 1531 588 1506 586 1486 curveto
35425 stroke
35426 0.000 0.000 0.000 edgecolor
35427 newpath 589.48 1485.6 moveto
35428 585 1476 lineto
35429 582.51 1486.3 lineto
35430 closepath fill
35431 1 setlinewidth
35432 solid
35433 0.000 0.000 0.000 edgecolor
35434 newpath 589.48 1485.6 moveto
35435 585 1476 lineto
35436 582.51 1486.3 lineto
35437 closepath stroke
35438 grestore
35439 % mcmcmmi->mcmcmmici
35440 gsave
35441 1 setlinewidth
35442 0.000 0.000 0.000 edgecolor
35443 newpath 1411 1662 moveto
35444 1417 1659 1423 1657 1429 1656 curveto
35445 1705 1597 2415 1639 2695 1620 curveto
35446 2734 1617 2777 1612 2810 1608 curveto
35447 stroke
35448 0.000 0.000 0.000 edgecolor
35449 newpath 2810.4 1611.48 moveto
35450 2820 1607 lineto
35451 2809.7 1604.51 lineto
35452 closepath fill
35453 1 setlinewidth
35454 solid
35455 0.000 0.000 0.000 edgecolor
35456 newpath 2810.4 1611.48 moveto
35457 2820 1607 lineto
35458 2809.7 1604.51 lineto
35459 closepath stroke
35460 grestore
35461 % mcmcmmi->mmcmmi
35462 gsave
35463 1 setlinewidth
35464 0.000 0.000 0.000 edgecolor
35465 newpath 1411 1662 moveto
35466 1417 1659 1423 1657 1429 1656 curveto
35467 1680 1602 2326 1653 2579 1620 curveto
35468 2592 1618 2606 1615 2619 1612 curveto
35469 stroke
35470 0.000 0.000 0.000 edgecolor
35471 newpath 2619.88 1615.39 moveto
35472 2629 1610 lineto
35473 2618.51 1608.53 lineto
35474 closepath fill
35475 1 setlinewidth
35476 solid
35477 0.000 0.000 0.000 edgecolor
35478 newpath 2619.88 1615.39 moveto
35479 2629 1610 lineto
35480 2618.51 1608.53 lineto
35481 closepath stroke
35482 grestore
35483 % mcmcmm->cmcmcmm_ccmcmcmm
35484 gsave
35485 1 setlinewidth
35486 0.000 0.000 0.000 edgecolor
35487 newpath 786 1383 moveto
35488 831 1380 914 1373 985 1368 curveto
35489 1229 1349 1517 1329 1655 1320 curveto
35490 stroke
35491 0.000 0.000 0.000 edgecolor
35492 newpath 1655.4 1323.48 moveto
35493 1665 1319 lineto
35494 1654.7 1316.51 lineto
35495 closepath fill
35496 1 setlinewidth
35497 solid
35498 0.000 0.000 0.000 edgecolor
35499 newpath 1655.4 1323.48 moveto
35500 1665 1319 lineto
35501 1654.7 1316.51 lineto
35502 closepath stroke
35503 grestore
35504 % mcmcmm->mcicmcmm
35505 gsave
35506 1 setlinewidth
35507 0.000 0.000 0.000 edgecolor
35508 newpath 764 1369 moveto
35509 789 1328 859 1222 935 1152 curveto
35510 994 1097 1234 1033 1234 954 curveto
35511 1234 954 1234 954 1234 810 curveto
35512 1234 764 1244 744 1281 720 curveto
35513 1346 678 1895 699 1969 684 curveto
35514 1972 684 1975 683 1978 682 curveto
35515 stroke
35516 0.000 0.000 0.000 edgecolor
35517 newpath 1980.02 684.96 moveto
35518 1988 678 lineto
35519 1977.42 678.46 lineto
35520 closepath fill
35521 1 setlinewidth
35522 solid
35523 0.000 0.000 0.000 edgecolor
35524 newpath 1980.02 684.96 moveto
35525 1988 678 lineto
35526 1977.42 678.46 lineto
35527 closepath stroke
35528 grestore
35529 % mcmcmm->mcmcmmc
35530 gsave
35531 1 setlinewidth
35532 0.000 0.000 0.000 edgecolor
35533 newpath 786 1383 moveto
35534 899 1374 1270 1343 1322 1332 curveto
35535 1326 1331 1330 1330 1334 1328 curveto
35536 stroke
35537 0.000 0.000 0.000 edgecolor
35538 newpath 1335.43 1331.23 moveto
35539 1344 1325 lineto
35540 1333.42 1324.52 lineto
35541 closepath fill
35542 1 setlinewidth
35543 solid
35544 0.000 0.000 0.000 edgecolor
35545 newpath 1335.43 1331.23 moveto
35546 1344 1325 lineto
35547 1333.42 1324.52 lineto
35548 closepath stroke
35549 grestore
35550 % mcmcmm->mmcmm
35551 gsave
35552 1 setlinewidth
35553 0.000 0.000 0.000 edgecolor
35554 newpath 786 1383 moveto
35555 831 1378 914 1371 985 1368 curveto
35556 1149 1360 3778 1369 3937 1332 curveto
35557 3939 1332 3941 1331 3944 1330 curveto
35558 stroke
35559 0.000 0.000 0.000 edgecolor
35560 newpath 3945.28 1333.26 moveto
35561 3953 1326 lineto
35562 3942.44 1326.86 lineto
35563 closepath fill
35564 1 setlinewidth
35565 solid
35566 0.000 0.000 0.000 edgecolor
35567 newpath 3945.28 1333.26 moveto
35568 3953 1326 lineto
35569 3942.44 1326.86 lineto
35570 closepath stroke
35571 grestore
35572 % mmimmc->cmmimmc_ccmmimmc
35573 gsave
35574 1 setlinewidth
35575 0.000 0.000 0.000 edgecolor
35576 newpath 373 1670 moveto
35577 411 1666 478 1659 535 1656 curveto
35578 1323 1610 1522 1664 2309 1620 curveto
35579 2348 1618 2391 1614 2427 1610 curveto
35580 stroke
35581 0.000 0.000 0.000 edgecolor
35582 newpath 2427.4 1613.48 moveto
35583 2437 1609 lineto
35584 2426.7 1606.51 lineto
35585 closepath fill
35586 1 setlinewidth
35587 solid
35588 0.000 0.000 0.000 edgecolor
35589 newpath 2427.4 1613.48 moveto
35590 2437 1609 lineto
35591 2426.7 1606.51 lineto
35592 closepath stroke
35593 grestore
35594 % mmimmc->mmicimmc
35595 gsave
35596 1 setlinewidth
35597 0.000 0.000 0.000 edgecolor
35598 newpath 374 1671 moveto
35599 486 1659 886 1620 1023 1607 curveto
35600 stroke
35601 0.000 0.000 0.000 edgecolor
35602 newpath 1023.4 1610.48 moveto
35603 1033 1606 lineto
35604 1022.7 1603.51 lineto
35605 closepath fill
35606 1 setlinewidth
35607 solid
35608 0.000 0.000 0.000 edgecolor
35609 newpath 1023.4 1610.48 moveto
35610 1033 1606 lineto
35611 1022.7 1603.51 lineto
35612 closepath stroke
35613 grestore
35614 % mcmmcmc
35615 gsave
35616 1 setlinewidth
35617 0.000 0.000 0.000 nodecolor
35618 37 1530 37.02 18 ellipse_path stroke
35619 0.000 0.000 0.000 nodecolor
35620 14 /Times-Roman set_font
35621 18 1525.9 moveto 38 (-c--c-c) alignedtext
35622 grestore
35623 % mmimmc->mcmmcmc
35624 gsave
35625 1 setlinewidth
35626 0.000 0.000 0.000 edgecolor
35627 newpath 314 1670 moveto
35628 244 1662 70 1638 51 1620 curveto
35629 36 1603 33 1578 33 1558 curveto
35630 stroke
35631 0.000 0.000 0.000 edgecolor
35632 newpath 36.49 1558.3 moveto
35633 34 1548 lineto
35634 29.52 1557.6 lineto
35635 closepath fill
35636 1 setlinewidth
35637 solid
35638 0.000 0.000 0.000 edgecolor
35639 newpath 36.49 1558.3 moveto
35640 34 1548 lineto
35641 29.52 1557.6 lineto
35642 closepath stroke
35643 grestore
35644 % mmicimmc->mmicmcmc
35645 gsave
35646 1 setlinewidth
35647 0.000 0.000 0.000 edgecolor
35648 newpath 1104 1596 moveto
35649 1128 1591 1162 1586 1191 1584 curveto
35650 1882 1529 3616 1578 4307 1548 curveto
35651 4373 1545 4449 1539 4497 1535 curveto
35652 stroke
35653 0.000 0.000 0.000 edgecolor
35654 newpath 4497.4 1538.48 moveto
35655 4507 1534 lineto
35656 4496.7 1531.51 lineto
35657 closepath fill
35658 1 setlinewidth
35659 solid
35660 0.000 0.000 0.000 edgecolor
35661 newpath 4497.4 1538.48 moveto
35662 4507 1534 lineto
35663 4496.7 1531.51 lineto
35664 closepath stroke
35665 grestore
35666 % mmicimmc->mcmcimmc
35667 gsave
35668 1 setlinewidth
35669 0.000 0.000 0.000 edgecolor
35670 newpath 1036 1593 moveto
35671 988 1580 899 1556 845 1542 curveto
35672 stroke
35673 0.000 0.000 0.000 edgecolor
35674 newpath 845.58 1538.52 moveto
35675 835 1539 lineto
35676 843.57 1545.23 lineto
35677 closepath fill
35678 1 setlinewidth
35679 solid
35680 0.000 0.000 0.000 edgecolor
35681 newpath 845.58 1538.52 moveto
35682 835 1539 lineto
35683 843.57 1545.23 lineto
35684 closepath stroke
35685 grestore
35686 % mmicimmc->cmmicimmc
35687 gsave
35688 1 setlinewidth
35689 0.000 0.000 0.000 edgecolor
35690 newpath 1097 1590 moveto
35691 1105 1588 1113 1585 1120 1584 curveto
35692 1484 1513 1585 1582 1953 1548 curveto
35693 1979 1545 2007 1541 2030 1538 curveto
35694 stroke
35695 0.000 0.000 0.000 edgecolor
35696 newpath 2030.88 1541.39 moveto
35697 2040 1536 lineto
35698 2029.51 1534.53 lineto
35699 closepath fill
35700 1 setlinewidth
35701 solid
35702 0.000 0.000 0.000 edgecolor
35703 newpath 2030.88 1541.39 moveto
35704 2040 1536 lineto
35705 2029.51 1534.53 lineto
35706 closepath stroke
35707 grestore
35708 % mmicimmi->mmicimmci
35709 gsave
35710 1 setlinewidth
35711 0.000 0.000 0.000 edgecolor
35712 newpath 1253 1950 moveto
35713 1229 1938 1192 1920 1164 1907 curveto
35714 stroke
35715 0.000 0.000 0.000 edgecolor
35716 newpath 1165.56 1903.86 moveto
35717 1155 1903 lineto
35718 1162.72 1910.26 lineto
35719 closepath fill
35720 1 setlinewidth
35721 solid
35722 0.000 0.000 0.000 edgecolor
35723 newpath 1165.56 1903.86 moveto
35724 1155 1903 lineto
35725 1162.72 1910.26 lineto
35726 closepath stroke
35727 grestore
35728 % mmicimmi->mmicimmic
35729 gsave
35730 1 setlinewidth
35731 0.000 0.000 0.000 edgecolor
35732 newpath 1302 1949 moveto
35733 1307 1947 1311 1945 1316 1944 curveto
35734 1442 1907 1479 1926 1607 1908 curveto
35735 1632 1904 2030 1854 2045 1836 curveto
35736 2063 1816 2043 1788 2023 1769 curveto
35737 stroke
35738 0.000 0.000 0.000 edgecolor
35739 newpath 2025.55 1766.6 moveto
35740 2016 1762 lineto
35741 2020.6 1771.55 lineto
35742 closepath fill
35743 1 setlinewidth
35744 solid
35745 0.000 0.000 0.000 edgecolor
35746 newpath 2025.55 1766.6 moveto
35747 2016 1762 lineto
35748 2020.6 1771.55 lineto
35749 closepath stroke
35750 grestore
35751 % mmicimmi->mcmcimmi
35752 gsave
35753 1 setlinewidth
35754 0.000 0.000 0.000 edgecolor
35755 newpath 1244 1961 moveto
35756 1163 1957 963 1944 908 1908 curveto
35757 886 1893 870 1866 861 1845 curveto
35758 stroke
35759 0.000 0.000 0.000 edgecolor
35760 newpath 864.26 1843.72 moveto
35761 857 1836 lineto
35762 857.86 1846.56 lineto
35763 closepath fill
35764 1 setlinewidth
35765 solid
35766 0.000 0.000 0.000 edgecolor
35767 newpath 864.26 1843.72 moveto
35768 857 1836 lineto
35769 857.86 1846.56 lineto
35770 closepath stroke
35771 grestore
35772 % mmicimmi->mmicimm
35773 gsave
35774 1 setlinewidth
35775 0.000 0.000 0.000 edgecolor
35776 newpath 1265 1945 moveto
35777 1232 1904 1141 1796 1045 1728 curveto
35778 1045 1727 1000 1705 968 1690 curveto
35779 stroke
35780 0.000 0.000 0.000 edgecolor
35781 newpath 969.56 1686.86 moveto
35782 959 1686 lineto
35783 966.72 1693.26 lineto
35784 closepath fill
35785 1 setlinewidth
35786 solid
35787 0.000 0.000 0.000 edgecolor
35788 newpath 969.56 1686.86 moveto
35789 959 1686 lineto
35790 966.72 1693.26 lineto
35791 closepath stroke
35792 grestore
35793 % mmicimmi->mmicmmi
35794 gsave
35795 1 setlinewidth
35796 0.000 0.000 0.000 edgecolor
35797 newpath 1311 1958 moveto
35798 1344 1954 1395 1948 1440 1944 curveto
35799 1782 1915 2195 1897 2326 1891 curveto
35800 stroke
35801 0.000 0.000 0.000 edgecolor
35802 newpath 2326 1894.5 moveto
35803 2336 1891 lineto
35804 2326 1887.5 lineto
35805 closepath fill
35806 1 setlinewidth
35807 solid
35808 0.000 0.000 0.000 edgecolor
35809 newpath 2326 1894.5 moveto
35810 2336 1891 lineto
35811 2326 1887.5 lineto
35812 closepath stroke
35813 grestore
35814 % mmicimmi->cmmicimmi
35815 gsave
35816 1 setlinewidth
35817 0.000 0.000 0.000 edgecolor
35818 newpath 1295 1946 moveto
35819 1318 1926 1360 1892 1401 1872 curveto
35820 1513 1818 1818 1748 1939 1728 curveto
35821 2142 1693 2200 1736 2401 1692 curveto
35822 2404 1692 2407 1691 2410 1690 curveto
35823 stroke
35824 0.000 0.000 0.000 edgecolor
35825 newpath 2412.02 1692.96 moveto
35826 2420 1686 lineto
35827 2409.42 1686.46 lineto
35828 closepath fill
35829 1 setlinewidth
35830 solid
35831 0.000 0.000 0.000 edgecolor
35832 newpath 2412.02 1692.96 moveto
35833 2420 1686 lineto
35834 2409.42 1686.46 lineto
35835 closepath stroke
35836 grestore
35837 % mmicimm->mmicmcm
35838 gsave
35839 1 setlinewidth
35840 0.000 0.000 0.000 edgecolor
35841 newpath 959 1662 moveto
35842 966 1660 973 1657 980 1656 curveto
35843 1173 1611 1227 1639 1423 1620 curveto
35844 1462 1616 1505 1611 1537 1607 curveto
35845 stroke
35846 0.000 0.000 0.000 edgecolor
35847 newpath 1537.4 1610.48 moveto
35848 1547 1606 lineto
35849 1536.7 1603.51 lineto
35850 closepath fill
35851 1 setlinewidth
35852 solid
35853 0.000 0.000 0.000 edgecolor
35854 newpath 1537.4 1610.48 moveto
35855 1547 1606 lineto
35856 1536.7 1603.51 lineto
35857 closepath stroke
35858 grestore
35859 % mmicimm->cmmicimm_ccmmicimm
35860 gsave
35861 1 setlinewidth
35862 0.000 0.000 0.000 edgecolor
35863 newpath 966 1670 moveto
35864 1004 1666 1071 1659 1127 1656 curveto
35865 1546 1628 1652 1651 2069 1620 curveto
35866 2096 1617 2126 1615 2152 1611 curveto
35867 stroke
35868 0.000 0.000 0.000 edgecolor
35869 newpath 2152.4 1614.48 moveto
35870 2162 1610 lineto
35871 2151.7 1607.51 lineto
35872 closepath fill
35873 1 setlinewidth
35874 solid
35875 0.000 0.000 0.000 edgecolor
35876 newpath 2152.4 1614.48 moveto
35877 2162 1610 lineto
35878 2151.7 1607.51 lineto
35879 closepath stroke
35880 grestore
35881 % mmicimm->mcmcimm
35882 gsave
35883 1 setlinewidth
35884 0.000 0.000 0.000 edgecolor
35885 newpath 905 1666 moveto
35886 890 1663 872 1659 855 1656 curveto
35887 747 1635 717 1647 610 1620 curveto
35888 606 1619 602 1618 599 1617 curveto
35889 stroke
35890 0.000 0.000 0.000 edgecolor
35891 newpath 599.58 1613.46 moveto
35892 589 1613 lineto
35893 596.98 1619.96 lineto
35894 closepath fill
35895 1 setlinewidth
35896 solid
35897 0.000 0.000 0.000 edgecolor
35898 newpath 599.58 1613.46 moveto
35899 589 1613 lineto
35900 596.98 1619.96 lineto
35901 closepath stroke
35902 grestore
35903 % mmicimm->mmicimmc
35904 gsave
35905 1 setlinewidth
35906 0.000 0.000 0.000 edgecolor
35907 newpath 958 1661 moveto
35908 979 1650 1011 1633 1035 1620 curveto
35909 stroke
35910 0.000 0.000 0.000 edgecolor
35911 newpath 1036.96 1622.92 moveto
35912 1044 1615 lineto
35913 1033.56 1616.8 lineto
35914 closepath fill
35915 1 setlinewidth
35916 solid
35917 0.000 0.000 0.000 edgecolor
35918 newpath 1036.96 1622.92 moveto
35919 1044 1615 lineto
35920 1033.56 1616.8 lineto
35921 closepath stroke
35922 grestore
35923 % immici_iimmici
35924 gsave
35925 1 setlinewidth
35926 0.000 0.000 0.000 nodecolor
35927 2627 2322 53.01 18 ellipse_path stroke
35928 0.000 0.000 0.000 nodecolor
35929 14 /Times-Roman set_font
35930 2596.5 2317.9 moveto 61 (i--ici=ii--ici) alignedtext
35931 grestore
35932 % immici_iimmici->icimmici_iicimmici
35933 gsave
35934 1 setlinewidth
35935 0.000 0.000 0.000 edgecolor
35936 newpath 2673 2313 moveto
35937 2738 2301 2855 2277 2928 2263 curveto
35938 stroke
35939 0.000 0.000 0.000 edgecolor
35940 newpath 2928.88 2266.39 moveto
35941 2938 2261 lineto
35942 2927.51 2259.53 lineto
35943 closepath fill
35944 1 setlinewidth
35945 solid
35946 0.000 0.000 0.000 edgecolor
35947 newpath 2928.88 2266.39 moveto
35948 2938 2261 lineto
35949 2927.51 2259.53 lineto
35950 closepath stroke
35951 grestore
35952 % immici_iimmici->immicimmi
35953 gsave
35954 1 setlinewidth
35955 0.000 0.000 0.000 edgecolor
35956 newpath 2603 2306 moveto
35957 2587 2296 2566 2282 2549 2271 curveto
35958 stroke
35959 0.000 0.000 0.000 edgecolor
35960 newpath 2551.1 2268.2 moveto
35961 2541 2265 lineto
35962 2546.9 2273.8 lineto
35963 closepath fill
35964 1 setlinewidth
35965 solid
35966 0.000 0.000 0.000 edgecolor
35967 newpath 2551.1 2268.2 moveto
35968 2541 2265 lineto
35969 2546.9 2273.8 lineto
35970 closepath stroke
35971 grestore
35972 % immici_iimmici->immci_imcmci_iimmci_immimmci_imcmmcmci
35973 gsave
35974 1 setlinewidth
35975 0.000 0.000 0.000 edgecolor
35976 newpath 2579 2314 moveto
35977 2506 2302 2365 2281 2270 2266 curveto
35978 stroke
35979 0.000 0.000 0.000 edgecolor
35980 newpath 2270.49 2262.53 moveto
35981 2260 2264 lineto
35982 2269.12 2269.39 lineto
35983 closepath fill
35984 1 setlinewidth
35985 solid
35986 0.000 0.000 0.000 edgecolor
35987 newpath 2270.49 2262.53 moveto
35988 2260 2264 lineto
35989 2269.12 2269.39 lineto
35990 closepath stroke
35991 grestore
35992 % immic_iimmic
35993 gsave
35994 1 setlinewidth
35995 0.000 0.000 0.000 nodecolor
35996 2781 2106 48.84 18 ellipse_path stroke
35997 0.000 0.000 0.000 nodecolor
35998 14 /Times-Roman set_font
35999 2753.5 2101.9 moveto 55 (i--ic=ii--ic) alignedtext
36000 grestore
36001 % immici_iimmici->immic_iimmic
36002 gsave
36003 1 setlinewidth
36004 0.000 0.000 0.000 edgecolor
36005 newpath 2640 2304 moveto
36006 2666 2267 2730 2176 2762 2132 curveto
36007 stroke
36008 0.000 0.000 0.000 edgecolor
36009 newpath 2764.8 2134.1 moveto
36010 2768 2124 lineto
36011 2759.2 2129.9 lineto
36012 closepath fill
36013 1 setlinewidth
36014 solid
36015 0.000 0.000 0.000 edgecolor
36016 newpath 2764.8 2134.1 moveto
36017 2768 2124 lineto
36018 2759.2 2129.9 lineto
36019 closepath stroke
36020 grestore
36021 % mmici
36022 gsave
36023 1 setlinewidth
36024 0.000 0.000 0.000 nodecolor
36025 1204 2106 27 18 ellipse_path stroke
36026 0.000 0.000 0.000 nodecolor
36027 14 /Times-Roman set_font
36028 1193 2101.9 moveto 22 (--ici) alignedtext
36029 grestore
36030 % immici_iimmici->mmici
36031 gsave
36032 1 setlinewidth
36033 0.000 0.000 0.000 edgecolor
36034 newpath 2574 2320 moveto
36035 2337 2310 1372 2267 1258 2196 curveto
36036 1236 2181 1221 2154 1213 2134 curveto
36037 stroke
36038 0.000 0.000 0.000 edgecolor
36039 newpath 1215.96 2131.98 moveto
36040 1209 2124 lineto
36041 1209.46 2134.58 lineto
36042 closepath fill
36043 1 setlinewidth
36044 solid
36045 0.000 0.000 0.000 edgecolor
36046 newpath 1215.96 2131.98 moveto
36047 1209 2124 lineto
36048 1209.46 2134.58 lineto
36049 closepath stroke
36050 grestore
36051 % immic_iimmic->immicmm_iimmicmm
36052 gsave
36053 1 setlinewidth
36054 0.000 0.000 0.000 edgecolor
36055 newpath 2817 2094 moveto
36056 2824 2091 2832 2089 2839 2088 curveto
36057 3223 2005 3333 2062 3716 1980 curveto
36058 3926 1934 4050 2008 4177 1836 curveto
36059 4192 1816 4179 1791 4166 1771 curveto
36060 stroke
36061 0.000 0.000 0.000 edgecolor
36062 newpath 4168.8 1768.9 moveto
36063 4160 1763 lineto
36064 4163.2 1773.1 lineto
36065 closepath fill
36066 1 setlinewidth
36067 solid
36068 0.000 0.000 0.000 edgecolor
36069 newpath 4168.8 1768.9 moveto
36070 4160 1763 lineto
36071 4163.2 1773.1 lineto
36072 closepath stroke
36073 grestore
36074 % immic_iimmic->icimmic_iicimmic
36075 gsave
36076 1 setlinewidth
36077 0.000 0.000 0.000 edgecolor
36078 newpath 2816 2093 moveto
36079 2824 2091 2832 2089 2839 2088 curveto
36080 3132 2039 3879 2090 4172 2052 curveto
36081 4179 2051 4185 2050 4192 2048 curveto
36082 stroke
36083 0.000 0.000 0.000 edgecolor
36084 newpath 4192.88 2051.39 moveto
36085 4202 2046 lineto
36086 4191.51 2044.53 lineto
36087 closepath fill
36088 1 setlinewidth
36089 solid
36090 0.000 0.000 0.000 edgecolor
36091 newpath 4192.88 2051.39 moveto
36092 4202 2046 lineto
36093 4191.51 2044.53 lineto
36094 closepath stroke
36095 grestore
36096 % immic_iimmic->immcic_imcmcic_iimmcic_immimmcic
36097 gsave
36098 1 setlinewidth
36099 0.000 0.000 0.000 edgecolor
36100 newpath 2734 2101 moveto
36101 2620 2089 2332 2061 2171 2045 curveto
36102 stroke
36103 0.000 0.000 0.000 edgecolor
36104 newpath 2171.3 2041.51 moveto
36105 2161 2044 lineto
36106 2170.6 2048.48 lineto
36107 closepath fill
36108 1 setlinewidth
36109 solid
36110 0.000 0.000 0.000 edgecolor
36111 newpath 2171.3 2041.51 moveto
36112 2161 2044 lineto
36113 2170.6 2048.48 lineto
36114 closepath stroke
36115 grestore
36116 % mmic
36117 gsave
36118 1 setlinewidth
36119 0.000 0.000 0.000 nodecolor
36120 2154 1962 27 18 ellipse_path stroke
36121 0.000 0.000 0.000 nodecolor
36122 14 /Times-Roman set_font
36123 2144.5 1957.9 moveto 19 (--ic) alignedtext
36124 grestore
36125 % immic_iimmic->mmic
36126 gsave
36127 1 setlinewidth
36128 0.000 0.000 0.000 edgecolor
36129 newpath 2733 2101 moveto
36130 2664 2094 2533 2078 2423 2052 curveto
36131 2337 2030 2237 1994 2186 1975 curveto
36132 stroke
36133 0.000 0.000 0.000 edgecolor
36134 newpath 2187.56 1971.86 moveto
36135 2177 1971 lineto
36136 2184.72 1978.26 lineto
36137 closepath fill
36138 1 setlinewidth
36139 solid
36140 0.000 0.000 0.000 edgecolor
36141 newpath 2187.56 1971.86 moveto
36142 2177 1971 lineto
36143 2184.72 1978.26 lineto
36144 closepath stroke
36145 grestore
36146 % mmici->cmmici_ccmmici
36147 gsave
36148 1 setlinewidth
36149 0.000 0.000 0.000 edgecolor
36150 newpath 1221 2092 moveto
36151 1261 2058 1368 1975 1473 1944 curveto
36152 1608 1904 2594 1918 2733 1908 curveto
36153 2760 1906 2789 1903 2814 1899 curveto
36154 stroke
36155 0.000 0.000 0.000 edgecolor
36156 newpath 2814.4 1902.48 moveto
36157 2824 1898 lineto
36158 2813.7 1895.51 lineto
36159 closepath fill
36160 1 setlinewidth
36161 solid
36162 0.000 0.000 0.000 edgecolor
36163 newpath 2814.4 1902.48 moveto
36164 2824 1898 lineto
36165 2813.7 1895.51 lineto
36166 closepath stroke
36167 grestore
36168 % mmici->mmimmci
36169 gsave
36170 1 setlinewidth
36171 0.000 0.000 0.000 edgecolor
36172 newpath 1203 2088 moveto
36173 1203 2080 1203 2071 1203 2062 curveto
36174 stroke
36175 0.000 0.000 0.000 edgecolor
36176 newpath 1206.48 2061.6 moveto
36177 1202 2052 lineto
36178 1199.51 2062.3 lineto
36179 closepath fill
36180 1 setlinewidth
36181 solid
36182 0.000 0.000 0.000 edgecolor
36183 newpath 1206.48 2061.6 moveto
36184 1202 2052 lineto
36185 1199.51 2062.3 lineto
36186 closepath stroke
36187 grestore
36188 % mmici->mmicimmi
36189 gsave
36190 1 setlinewidth
36191 0.000 0.000 0.000 edgecolor
36192 newpath 1188 2091 moveto
36193 1170 2073 1146 2041 1161 2016 curveto
36194 1177 1990 1209 1976 1235 1969 curveto
36195 stroke
36196 0.000 0.000 0.000 edgecolor
36197 newpath 1235.88 1972.39 moveto
36198 1245 1967 lineto
36199 1234.51 1965.53 lineto
36200 closepath fill
36201 1 setlinewidth
36202 solid
36203 0.000 0.000 0.000 edgecolor
36204 newpath 1235.88 1972.39 moveto
36205 1245 1967 lineto
36206 1234.51 1965.53 lineto
36207 closepath stroke
36208 grestore
36209 % mmici->mmic
36210 gsave
36211 1 setlinewidth
36212 0.000 0.000 0.000 edgecolor
36213 newpath 1230 2100 moveto
36214 1302 2085 1509 2042 1683 2016 curveto
36215 1768 2003 2022 1976 2117 1966 curveto
36216 stroke
36217 0.000 0.000 0.000 edgecolor
36218 newpath 2117.4 1969.48 moveto
36219 2127 1965 lineto
36220 2116.7 1962.51 lineto
36221 closepath fill
36222 1 setlinewidth
36223 solid
36224 0.000 0.000 0.000 edgecolor
36225 newpath 2117.4 1969.48 moveto
36226 2127 1965 lineto
36227 2116.7 1962.51 lineto
36228 closepath stroke
36229 grestore
36230 % mmicmmci->mmimimi
36231 gsave
36232 1 setlinewidth
36233 0.000 0.000 0.000 edgecolor
36234 newpath 5193 1669 moveto
36235 5284 1655 5521 1620 5522 1620 curveto
36236 5526 1619 5529 1618 5533 1617 curveto
36237 stroke
36238 0.000 0.000 0.000 edgecolor
36239 newpath 5534.28 1620.26 moveto
36240 5542 1613 lineto
36241 5531.44 1613.86 lineto
36242 closepath fill
36243 1 setlinewidth
36244 solid
36245 0.000 0.000 0.000 edgecolor
36246 newpath 5534.28 1620.26 moveto
36247 5542 1613 lineto
36248 5531.44 1613.86 lineto
36249 closepath stroke
36250 grestore
36251 % mmicmmci->cmmicmmci
36252 gsave
36253 1 setlinewidth
36254 0.000 0.000 0.000 edgecolor
36255 newpath 5192 1668 moveto
36256 5216 1664 5250 1659 5279 1656 curveto
36257 5380 1646 6096 1656 6191 1620 curveto
36258 6214 1611 6210 1593 6234 1584 curveto
36259 6334 1543 6613 1562 6721 1548 curveto
36260 6735 1546 6749 1543 6763 1540 curveto
36261 stroke
36262 0.000 0.000 0.000 edgecolor
36263 newpath 6763.88 1543.39 moveto
36264 6773 1538 lineto
36265 6762.51 1536.53 lineto
36266 closepath fill
36267 1 setlinewidth
36268 solid
36269 0.000 0.000 0.000 edgecolor
36270 newpath 6763.88 1543.39 moveto
36271 6773 1538 lineto
36272 6762.51 1536.53 lineto
36273 closepath stroke
36274 grestore
36275 % mmicmmci->mmcicmmci
36276 gsave
36277 1 setlinewidth
36278 0.000 0.000 0.000 edgecolor
36279 newpath 5192 1668 moveto
36280 5216 1664 5250 1659 5279 1656 curveto
36281 5384 1646 6123 1656 6222 1620 curveto
36282 6246 1611 6243 1593 6267 1584 curveto
36283 6389 1536 6729 1574 6859 1548 curveto
36284 6863 1547 6866 1546 6869 1545 curveto
36285 stroke
36286 0.000 0.000 0.000 edgecolor
36287 newpath 6870.43 1548.23 moveto
36288 6879 1542 lineto
36289 6868.42 1541.52 lineto
36290 closepath fill
36291 1 setlinewidth
36292 solid
36293 0.000 0.000 0.000 edgecolor
36294 newpath 6870.43 1548.23 moveto
36295 6879 1542 lineto
36296 6868.42 1541.52 lineto
36297 closepath stroke
36298 grestore
36299 % mmicmmci->mmicmmcic
36300 gsave
36301 1 setlinewidth
36302 0.000 0.000 0.000 edgecolor
36303 newpath 5187 1663 moveto
36304 5222 1650 5278 1628 5283 1620 curveto
36305 5292 1606 5292 1597 5283 1584 curveto
36306 5275 1571 5241 1556 5214 1545 curveto
36307 stroke
36308 0.000 0.000 0.000 edgecolor
36309 newpath 5214.58 1541.46 moveto
36310 5204 1541 lineto
36311 5211.98 1547.96 lineto
36312 closepath fill
36313 1 setlinewidth
36314 solid
36315 0.000 0.000 0.000 edgecolor
36316 newpath 5214.58 1541.46 moveto
36317 5204 1541 lineto
36318 5211.98 1547.96 lineto
36319 closepath stroke
36320 grestore
36321 % mmicmmci->mcmcmmci
36322 gsave
36323 1 setlinewidth
36324 0.000 0.000 0.000 edgecolor
36325 newpath 5159 1656 moveto
36326 5160 1635 5158 1603 5140 1584 curveto
36327 5097 1537 5057 1580 5002 1548 curveto
36328 4984 1536 4989 1521 4969 1512 curveto
36329 4895 1477 4311 1486 4229 1476 curveto
36330 4215 1474 4201 1472 4188 1469 curveto
36331 stroke
36332 0.000 0.000 0.000 edgecolor
36333 newpath 4188.49 1465.53 moveto
36334 4178 1467 lineto
36335 4187.12 1472.39 lineto
36336 closepath fill
36337 1 setlinewidth
36338 solid
36339 0.000 0.000 0.000 edgecolor
36340 newpath 4188.49 1465.53 moveto
36341 4178 1467 lineto
36342 4187.12 1472.39 lineto
36343 closepath stroke
36344 grestore
36345 % mmicmmc->mmimim
36346 gsave
36347 1 setlinewidth
36348 0.000 0.000 0.000 edgecolor
36349 newpath 5074 1441 moveto
36350 5095 1407 5140 1331 5156 1260 curveto
36351 5180 1156 5128 1033 5102 980 curveto
36352 stroke
36353 0.000 0.000 0.000 edgecolor
36354 newpath 5104.92 978.04 moveto
36355 5097 971 lineto
36356 5098.8 981.44 lineto
36357 closepath fill
36358 1 setlinewidth
36359 solid
36360 0.000 0.000 0.000 edgecolor
36361 newpath 5104.92 978.04 moveto
36362 5097 971 lineto
36363 5098.8 981.44 lineto
36364 closepath stroke
36365 grestore
36366 % mmicmmc->cmmicmmc_ccmmicmmc
36367 gsave
36368 1 setlinewidth
36369 0.000 0.000 0.000 edgecolor
36370 newpath 5095 1451 moveto
36371 5146 1439 5247 1416 5314 1401 curveto
36372 stroke
36373 0.000 0.000 0.000 edgecolor
36374 newpath 5314.88 1404.39 moveto
36375 5324 1399 lineto
36376 5313.51 1397.53 lineto
36377 closepath fill
36378 1 setlinewidth
36379 solid
36380 0.000 0.000 0.000 edgecolor
36381 newpath 5314.88 1404.39 moveto
36382 5324 1399 lineto
36383 5313.51 1397.53 lineto
36384 closepath stroke
36385 grestore
36386 % mmicmmc->mcmcicmmc
36387 gsave
36388 1 setlinewidth
36389 0.000 0.000 0.000 edgecolor
36390 newpath 5030 1452 moveto
36391 5006 1447 4973 1442 4943 1440 curveto
36392 4115 1374 2035 1452 1205 1404 curveto
36393 1167 1401 1123 1397 1090 1392 curveto
36394 stroke
36395 0.000 0.000 0.000 edgecolor
36396 newpath 1090.3 1388.51 moveto
36397 1080 1391 lineto
36398 1089.6 1395.48 lineto
36399 closepath fill
36400 1 setlinewidth
36401 solid
36402 0.000 0.000 0.000 edgecolor
36403 newpath 1090.3 1388.51 moveto
36404 1080 1391 lineto
36405 1089.6 1395.48 lineto
36406 closepath stroke
36407 grestore
36408 % mmicmmic->mmicmcmc
36409 gsave
36410 1 setlinewidth
36411 0.000 0.000 0.000 edgecolor
36412 newpath 4940 1590 moveto
36413 4933 1588 4925 1586 4918 1584 curveto
36414 4777 1551 4735 1581 4593 1548 curveto
36415 4590 1547 4587 1546 4584 1545 curveto
36416 stroke
36417 0.000 0.000 0.000 edgecolor
36418 newpath 4584.58 1541.52 moveto
36419 4574 1542 lineto
36420 4582.57 1548.23 lineto
36421 closepath fill
36422 1 setlinewidth
36423 solid
36424 0.000 0.000 0.000 edgecolor
36425 newpath 4584.58 1541.52 moveto
36426 4574 1542 lineto
36427 4582.57 1548.23 lineto
36428 closepath stroke
36429 grestore
36430 % mmicmmic->mmcicmmic
36431 gsave
36432 1 setlinewidth
36433 0.000 0.000 0.000 edgecolor
36434 newpath 4957 1585 moveto
36435 4951 1577 4944 1566 4937 1556 curveto
36436 stroke
36437 0.000 0.000 0.000 edgecolor
36438 newpath 4939.8 1553.9 moveto
36439 4931 1548 lineto
36440 4934.2 1558.1 lineto
36441 closepath fill
36442 1 setlinewidth
36443 solid
36444 0.000 0.000 0.000 edgecolor
36445 newpath 4939.8 1553.9 moveto
36446 4931 1548 lineto
36447 4934.2 1558.1 lineto
36448 closepath stroke
36449 grestore
36450 % mmicmmic->mmicmmcic
36451 gsave
36452 1 setlinewidth
36453 0.000 0.000 0.000 edgecolor
36454 newpath 4998 1590 moveto
36455 5004 1588 5010 1586 5015 1584 curveto
36456 5053 1570 5096 1554 5128 1544 curveto
36457 stroke
36458 0.000 0.000 0.000 edgecolor
36459 newpath 5129.43 1547.23 moveto
36460 5138 1541 lineto
36461 5127.42 1540.52 lineto
36462 closepath fill
36463 1 setlinewidth
36464 solid
36465 0.000 0.000 0.000 edgecolor
36466 newpath 5129.43 1547.23 moveto
36467 5138 1541 lineto
36468 5127.42 1540.52 lineto
36469 closepath stroke
36470 grestore
36471 % mmicmmic->mcmcmmic
36472 gsave
36473 1 setlinewidth
36474 0.000 0.000 0.000 edgecolor
36475 newpath 4934 1595 moveto
36476 4910 1591 4877 1586 4847 1584 curveto
36477 4471 1552 3517 1619 3145 1548 curveto
36478 3142 1548 3139 1547 3135 1545 curveto
36479 stroke
36480 0.000 0.000 0.000 edgecolor
36481 newpath 3136.59 1541.84 moveto
36482 3126 1542 lineto
36483 3134.38 1548.48 lineto
36484 closepath fill
36485 1 setlinewidth
36486 solid
36487 0.000 0.000 0.000 edgecolor
36488 newpath 3136.59 1541.84 moveto
36489 3126 1542 lineto
36490 3134.38 1548.48 lineto
36491 closepath stroke
36492 grestore
36493 % mmicmmic->cmmicmmic
36494 gsave
36495 1 setlinewidth
36496 0.000 0.000 0.000 edgecolor
36497 newpath 4940 1590 moveto
36498 4933 1588 4925 1586 4918 1584 curveto
36499 4823 1559 4795 1571 4698 1548 curveto
36500 4694 1547 4689 1545 4685 1544 curveto
36501 stroke
36502 0.000 0.000 0.000 edgecolor
36503 newpath 4685.58 1540.52 moveto
36504 4675 1541 lineto
36505 4683.57 1547.23 lineto
36506 closepath fill
36507 1 setlinewidth
36508 solid
36509 0.000 0.000 0.000 edgecolor
36510 newpath 4685.58 1540.52 moveto
36511 4675 1541 lineto
36512 4683.57 1547.23 lineto
36513 closepath stroke
36514 grestore
36515 % mmicmmi->mmicmcm
36516 gsave
36517 1 setlinewidth
36518 0.000 0.000 0.000 edgecolor
36519 newpath 2349 1876 moveto
36520 2336 1866 2320 1851 2308 1836 curveto
36521 2278 1793 2302 1760 2260 1728 curveto
36522 2192 1673 2151 1717 2066 1692 curveto
36523 2027 1680 2021 1666 1980 1656 curveto
36524 1827 1616 1779 1658 1625 1620 curveto
36525 1622 1619 1620 1618 1617 1617 curveto
36526 stroke
36527 0.000 0.000 0.000 edgecolor
36528 newpath 1618.59 1613.84 moveto
36529 1608 1614 lineto
36530 1616.38 1620.48 lineto
36531 closepath fill
36532 1 setlinewidth
36533 solid
36534 0.000 0.000 0.000 edgecolor
36535 newpath 1618.59 1613.84 moveto
36536 1608 1614 lineto
36537 1616.38 1620.48 lineto
36538 closepath stroke
36539 grestore
36540 % mmicmmi->cmmicmmi_ccmmicmmi
36541 gsave
36542 1 setlinewidth
36543 0.000 0.000 0.000 edgecolor
36544 newpath 2391 1877 moveto
36545 2395 1875 2400 1873 2404 1872 curveto
36546 2475 1847 2501 1867 2568 1836 curveto
36547 2617 1813 2623 1797 2663 1764 curveto
36548 2682 1748 2681 1736 2703 1728 curveto
36549 2813 1683 3654 1719 3769 1692 curveto
36550 3806 1683 3809 1665 3845 1656 curveto
36551 4020 1608 4071 1637 4250 1620 curveto
36552 4278 1617 4309 1614 4336 1610 curveto
36553 stroke
36554 0.000 0.000 0.000 edgecolor
36555 newpath 4336.4 1613.48 moveto
36556 4346 1609 lineto
36557 4335.7 1606.51 lineto
36558 closepath fill
36559 1 setlinewidth
36560 solid
36561 0.000 0.000 0.000 edgecolor
36562 newpath 4336.4 1613.48 moveto
36563 4346 1609 lineto
36564 4335.7 1606.51 lineto
36565 closepath stroke
36566 grestore
36567 % mmicmmi->mmicmmici
36568 gsave
36569 1 setlinewidth
36570 0.000 0.000 0.000 edgecolor
36571 newpath 2400 1887 moveto
36572 2445 1883 2528 1875 2599 1872 curveto
36573 3300 1836 3477 1863 4177 1836 curveto
36574 4276 1832 4392 1825 4456 1821 curveto
36575 stroke
36576 0.000 0.000 0.000 edgecolor
36577 newpath 4456.4 1824.48 moveto
36578 4466 1820 lineto
36579 4455.7 1817.51 lineto
36580 closepath fill
36581 1 setlinewidth
36582 solid
36583 0.000 0.000 0.000 edgecolor
36584 newpath 4456.4 1824.48 moveto
36585 4466 1820 lineto
36586 4455.7 1817.51 lineto
36587 closepath stroke
36588 grestore
36589 % mmicmmi->mcmcicmmi
36590 gsave
36591 1 setlinewidth
36592 0.000 0.000 0.000 edgecolor
36593 newpath 2336 1888 moveto
36594 2266 1882 2092 1866 1949 1836 curveto
36595 1895 1824 1884 1814 1830 1800 curveto
36596 1766 1782 1690 1765 1642 1756 curveto
36597 stroke
36598 0.000 0.000 0.000 edgecolor
36599 newpath 1642.49 1752.53 moveto
36600 1632 1754 lineto
36601 1641.12 1759.39 lineto
36602 closepath fill
36603 1 setlinewidth
36604 solid
36605 0.000 0.000 0.000 edgecolor
36606 newpath 1642.49 1752.53 moveto
36607 1632 1754 lineto
36608 1641.12 1759.39 lineto
36609 closepath stroke
36610 grestore
36611 % mmicmm->cmmicmm_ccmmicmm
36612 gsave
36613 1 setlinewidth
36614 0.000 0.000 0.000 edgecolor
36615 newpath 1196 1518 moveto
36616 1202 1515 1208 1513 1213 1512 curveto
36617 1455 1454 2083 1488 2331 1476 curveto
36618 2396 1473 2469 1468 2523 1464 curveto
36619 stroke
36620 0.000 0.000 0.000 edgecolor
36621 newpath 2523.4 1467.48 moveto
36622 2533 1463 lineto
36623 2522.7 1460.51 lineto
36624 closepath fill
36625 1 setlinewidth
36626 solid
36627 0.000 0.000 0.000 edgecolor
36628 newpath 2523.4 1467.48 moveto
36629 2533 1463 lineto
36630 2522.7 1460.51 lineto
36631 closepath stroke
36632 grestore
36633 % mmicmm->mcmcicmm
36634 gsave
36635 1 setlinewidth
36636 0.000 0.000 0.000 edgecolor
36637 newpath 1151 1518 moveto
36638 1146 1516 1140 1513 1135 1512 curveto
36639 1048 1484 941 1469 879 1462 curveto
36640 stroke
36641 0.000 0.000 0.000 edgecolor
36642 newpath 879.3 1458.51 moveto
36643 869 1461 lineto
36644 878.6 1465.48 lineto
36645 closepath fill
36646 1 setlinewidth
36647 solid
36648 0.000 0.000 0.000 edgecolor
36649 newpath 879.3 1458.51 moveto
36650 869 1461 lineto
36651 878.6 1465.48 lineto
36652 closepath stroke
36653 grestore
36654 % mmicmm->mmicmmc
36655 gsave
36656 1 setlinewidth
36657 0.000 0.000 0.000 edgecolor
36658 newpath 1196 1518 moveto
36659 1202 1515 1208 1513 1213 1512 curveto
36660 1416 1466 4737 1492 4943 1476 curveto
36661 4969 1473 4997 1469 5020 1466 curveto
36662 stroke
36663 0.000 0.000 0.000 edgecolor
36664 newpath 5020.88 1469.39 moveto
36665 5030 1464 lineto
36666 5019.51 1462.53 lineto
36667 closepath fill
36668 1 setlinewidth
36669 solid
36670 0.000 0.000 0.000 edgecolor
36671 newpath 5020.88 1469.39 moveto
36672 5030 1464 lineto
36673 5019.51 1462.53 lineto
36674 closepath stroke
36675 grestore
36676 % imm_imcm_iimm_immimm_imcmmcm
36677 gsave
36678 1 setlinewidth
36679 0.000 0.000 0.000 nodecolor
36680 555 2178 105.82 18 ellipse_path stroke
36681 0.000 0.000 0.000 nodecolor
36682 14 /Times-Roman set_font
36683 486.5 2173.9 moveto 137 (i--=i-c-=ii--=i--i--=i-c--c-) alignedtext
36684 grestore
36685 % imm_imcm_iimm_immimm_imcmmcm->icimm_iicimm
36686 gsave
36687 1 setlinewidth
36688 0.000 0.000 0.000 edgecolor
36689 newpath 659 2174 moveto
36690 775 2170 968 2164 1133 2160 curveto
36691 1323 2155 2652 2154 2839 2124 curveto
36692 2843 2123 2847 2123 2851 2122 curveto
36693 stroke
36694 0.000 0.000 0.000 edgecolor
36695 newpath 2852.43 2125.23 moveto
36696 2861 2119 lineto
36697 2850.42 2118.52 lineto
36698 closepath fill
36699 1 setlinewidth
36700 solid
36701 0.000 0.000 0.000 edgecolor
36702 newpath 2852.43 2125.23 moveto
36703 2861 2119 lineto
36704 2850.42 2118.52 lineto
36705 closepath stroke
36706 grestore
36707 % imm_imcm_iimm_immimm_imcmmcm->immc_imcmc_iimmc_immimmc_imcmmcmc
36708 gsave
36709 1 setlinewidth
36710 0.000 0.000 0.000 edgecolor
36711 newpath 555 2160 moveto
36712 556 2122 557 2035 557 1990 curveto
36713 stroke
36714 0.000 0.000 0.000 edgecolor
36715 newpath 560.5 1990 moveto
36716 557 1980 lineto
36717 553.5 1990 lineto
36718 closepath fill
36719 1 setlinewidth
36720 solid
36721 0.000 0.000 0.000 edgecolor
36722 newpath 560.5 1990 moveto
36723 557 1980 lineto
36724 553.5 1990 lineto
36725 closepath stroke
36726 grestore
36727 % mmimm
36728 gsave
36729 1 setlinewidth
36730 0.000 0.000 0.000 nodecolor
36731 381 1746 27 18 ellipse_path stroke
36732 0.000 0.000 0.000 nodecolor
36733 14 /Times-Roman set_font
36734 370.5 1741.9 moveto 21 (--i--) alignedtext
36735 grestore
36736 % imm_imcm_iimm_immimm_imcmmcm->mmimm
36737 gsave
36738 1 setlinewidth
36739 0.000 0.000 0.000 edgecolor
36740 newpath 483 2165 moveto
36741 415 2148 323 2110 323 2034 curveto
36742 323 2034 323 2034 323 1962 curveto
36743 323 1891 352 1812 369 1772 curveto
36744 stroke
36745 0.000 0.000 0.000 edgecolor
36746 newpath 372.14 1773.56 moveto
36747 373 1763 lineto
36748 365.74 1770.72 lineto
36749 closepath fill
36750 1 setlinewidth
36751 solid
36752 0.000 0.000 0.000 edgecolor
36753 newpath 372.14 1773.56 moveto
36754 373 1763 lineto
36755 365.74 1770.72 lineto
36756 closepath stroke
36757 grestore
36758 % mmimm->cmmimm_ccmmimm
36759 gsave
36760 1 setlinewidth
36761 0.000 0.000 0.000 edgecolor
36762 newpath 408 1745 moveto
36763 478 1741 669 1733 829 1728 curveto
36764 1571 1705 1758 1745 2497 1692 curveto
36765 2523 1690 2553 1687 2578 1683 curveto
36766 stroke
36767 0.000 0.000 0.000 edgecolor
36768 newpath 2578.4 1686.48 moveto
36769 2588 1682 lineto
36770 2577.7 1679.51 lineto
36771 closepath fill
36772 1 setlinewidth
36773 solid
36774 0.000 0.000 0.000 edgecolor
36775 newpath 2578.4 1686.48 moveto
36776 2588 1682 lineto
36777 2577.7 1679.51 lineto
36778 closepath stroke
36779 grestore
36780 % mmimm->mmimmc
36781 gsave
36782 1 setlinewidth
36783 0.000 0.000 0.000 edgecolor
36784 newpath 372 1729 moveto
36785 367 1721 362 1710 358 1701 curveto
36786 stroke
36787 0.000 0.000 0.000 edgecolor
36788 newpath 360.92 1699.04 moveto
36789 353 1692 lineto
36790 354.8 1702.44 lineto
36791 closepath fill
36792 1 setlinewidth
36793 solid
36794 0.000 0.000 0.000 edgecolor
36795 newpath 360.92 1699.04 moveto
36796 353 1692 lineto
36797 354.8 1702.44 lineto
36798 closepath stroke
36799 grestore
36800 % mmimm->mmicimm
36801 gsave
36802 1 setlinewidth
36803 0.000 0.000 0.000 edgecolor
36804 newpath 408 1744 moveto
36805 480 1738 686 1720 855 1692 curveto
36806 868 1690 882 1687 894 1684 curveto
36807 stroke
36808 0.000 0.000 0.000 edgecolor
36809 newpath 895.43 1687.23 moveto
36810 904 1681 lineto
36811 893.42 1680.52 lineto
36812 closepath fill
36813 1 setlinewidth
36814 solid
36815 0.000 0.000 0.000 edgecolor
36816 newpath 895.43 1687.23 moveto
36817 904 1681 lineto
36818 893.42 1680.52 lineto
36819 closepath stroke
36820 grestore
36821 % mcmmcm
36822 gsave
36823 1 setlinewidth
36824 0.000 0.000 0.000 nodecolor
36825 93 1602 32.86 18 ellipse_path stroke
36826 0.000 0.000 0.000 nodecolor
36827 14 /Times-Roman set_font
36828 77 1597.9 moveto 32 (-c--c-) alignedtext
36829 grestore
36830 % mmimm->mcmmcm
36831 gsave
36832 1 setlinewidth
36833 0.000 0.000 0.000 edgecolor
36834 newpath 359 1735 moveto
36835 310 1710 186 1649 127 1619 curveto
36836 stroke
36837 0.000 0.000 0.000 edgecolor
36838 newpath 128.44 1615.8 moveto
36839 118 1614 lineto
36840 125.04 1621.92 lineto
36841 closepath fill
36842 1 setlinewidth
36843 solid
36844 0.000 0.000 0.000 edgecolor
36845 newpath 128.44 1615.8 moveto
36846 118 1614 lineto
36847 125.04 1621.92 lineto
36848 closepath stroke
36849 grestore
36850 % cmcim_ccmcim
36851 gsave
36852 1 setlinewidth
36853 0.000 0.000 0.000 nodecolor
36854 2851 378 56.98 18 ellipse_path stroke
36855 0.000 0.000 0.000 nodecolor
36856 14 /Times-Roman set_font
36857 2818 373.9 moveto 66 (c-ci-=cc-ci-) alignedtext
36858 grestore
36859 % cmcimmcim->cmcim_ccmcim
36860 gsave
36861 1 setlinewidth
36862 0.000 0.000 0.000 edgecolor
36863 newpath 3328 582 moveto
36864 3322 580 3315 578 3309 576 curveto
36865 3225 553 3197 571 3115 540 curveto
36866 3023 504 2927 437 2880 401 curveto
36867 stroke
36868 0.000 0.000 0.000 edgecolor
36869 newpath 2882.1 398.2 moveto
36870 2872 395 lineto
36871 2877.9 403.8 lineto
36872 closepath fill
36873 1 setlinewidth
36874 solid
36875 0.000 0.000 0.000 edgecolor
36876 newpath 2882.1 398.2 moveto
36877 2872 395 lineto
36878 2877.9 403.8 lineto
36879 closepath stroke
36880 grestore
36881 % micimmcim
36882 gsave
36883 1 setlinewidth
36884 0.000 0.000 0.000 nodecolor
36885 4024 450 39.11 18 ellipse_path stroke
36886 0.000 0.000 0.000 nodecolor
36887 14 /Times-Roman set_font
36888 4003.5 445.9 moveto 41 (-ici--ci-) alignedtext
36889 grestore
36890 % cmcimmcim->micimmcim
36891 gsave
36892 1 setlinewidth
36893 0.000 0.000 0.000 edgecolor
36894 newpath 3390 582 moveto
36895 3396 580 3403 578 3409 576 curveto
36896 3618 517 3873 474 3977 458 curveto
36897 stroke
36898 0.000 0.000 0.000 edgecolor
36899 newpath 3977.88 461.39 moveto
36900 3987 456 lineto
36901 3976.51 454.53 lineto
36902 closepath fill
36903 1 setlinewidth
36904 solid
36905 0.000 0.000 0.000 edgecolor
36906 newpath 3977.88 461.39 moveto
36907 3987 456 lineto
36908 3976.51 454.53 lineto
36909 closepath stroke
36910 grestore
36911 % cmcim_ccmcim->mmcmcim
36912 gsave
36913 1 setlinewidth
36914 0.000 0.000 0.000 edgecolor
36915 newpath 2854 360 moveto
36916 2855 352 2857 343 2858 334 curveto
36917 stroke
36918 0.000 0.000 0.000 edgecolor
36919 newpath 2861.49 334.3 moveto
36920 2859 324 lineto
36921 2854.52 333.6 lineto
36922 closepath fill
36923 1 setlinewidth
36924 solid
36925 0.000 0.000 0.000 edgecolor
36926 newpath 2861.49 334.3 moveto
36927 2859 324 lineto
36928 2854.52 333.6 lineto
36929 closepath stroke
36930 grestore
36931 % mimmcim_cmimmcim
36932 gsave
36933 1 setlinewidth
36934 0.000 0.000 0.000 nodecolor
36935 4369 162 64.12 18 ellipse_path stroke
36936 0.000 0.000 0.000 nodecolor
36937 14 /Times-Roman set_font
36938 4330.5 157.9 moveto 77 (-i--ci-=c-i--ci-) alignedtext
36939 grestore
36940 % micimmcim->mimmcim_cmimmcim
36941 gsave
36942 1 setlinewidth
36943 0.000 0.000 0.000 edgecolor
36944 newpath 4062 445 moveto
36945 4125 436 4250 417 4288 396 curveto
36946 4363 353 4388 332 4418 252 curveto
36947 4424 237 4424 230 4418 216 curveto
36948 4414 205 4407 194 4399 186 curveto
36949 stroke
36950 0.000 0.000 0.000 edgecolor
36951 newpath 4400.83 182.95 moveto
36952 4391 179 lineto
36953 4396.22 188.22 lineto
36954 closepath fill
36955 1 setlinewidth
36956 solid
36957 0.000 0.000 0.000 edgecolor
36958 newpath 4400.83 182.95 moveto
36959 4391 179 lineto
36960 4396.22 188.22 lineto
36961 closepath stroke
36962 grestore
36963 % mcimmcim->cmcimmcim
36964 gsave
36965 1 setlinewidth
36966 0.000 0.000 0.000 edgecolor
36967 newpath 3169 655 moveto
36968 3176 653 3183 650 3190 648 curveto
36969 3243 630 3257 629 3309 612 curveto
36970 3312 611 3315 610 3317 609 curveto
36971 stroke
36972 0.000 0.000 0.000 edgecolor
36973 newpath 3318.43 612.23 moveto
36974 3327 606 lineto
36975 3316.42 605.52 lineto
36976 closepath fill
36977 1 setlinewidth
36978 solid
36979 0.000 0.000 0.000 edgecolor
36980 newpath 3318.43 612.23 moveto
36981 3327 606 lineto
36982 3316.42 605.52 lineto
36983 closepath stroke
36984 grestore
36985 % mcimmicim
36986 gsave
36987 1 setlinewidth
36988 0.000 0.000 0.000 nodecolor
36989 2915 594 39.11 18 ellipse_path stroke
36990 0.000 0.000 0.000 nodecolor
36991 14 /Times-Roman set_font
36992 2894.5 589.9 moveto 41 (-ci--ici-) alignedtext
36993 grestore
36994 % mcimmcim->mcimmicim
36995 gsave
36996 1 setlinewidth
36997 0.000 0.000 0.000 edgecolor
36998 newpath 3108 656 moveto
36999 3074 645 3017 627 2968 612 curveto
37000 2964 611 2960 610 2957 608 curveto
37001 stroke
37002 0.000 0.000 0.000 edgecolor
37003 newpath 2957.58 604.52 moveto
37004 2947 605 lineto
37005 2955.57 611.23 lineto
37006 closepath fill
37007 1 setlinewidth
37008 solid
37009 0.000 0.000 0.000 edgecolor
37010 newpath 2957.58 604.52 moveto
37011 2947 605 lineto
37012 2955.57 611.23 lineto
37013 closepath stroke
37014 grestore
37015 % mcim_mmmcim
37016 gsave
37017 1 setlinewidth
37018 0.000 0.000 0.000 nodecolor
37019 2853 450 48.84 18 ellipse_path stroke
37020 0.000 0.000 0.000 nodecolor
37021 14 /Times-Roman set_font
37022 2825.5 445.9 moveto 55 (-ci-=---ci-) alignedtext
37023 grestore
37024 % mcimmicim->mcim_mmmcim
37025 gsave
37026 1 setlinewidth
37027 0.000 0.000 0.000 edgecolor
37028 newpath 2907 576 moveto
37029 2896 552 2877 506 2865 477 curveto
37030 stroke
37031 0.000 0.000 0.000 edgecolor
37032 newpath 2868.26 475.72 moveto
37033 2861 468 lineto
37034 2861.86 478.56 lineto
37035 closepath fill
37036 1 setlinewidth
37037 solid
37038 0.000 0.000 0.000 edgecolor
37039 newpath 2868.26 475.72 moveto
37040 2861 468 lineto
37041 2861.86 478.56 lineto
37042 closepath stroke
37043 grestore
37044 % cmcimmci_ccmcimmci
37045 gsave
37046 1 setlinewidth
37047 0.000 0.000 0.000 nodecolor
37048 11049 882 77.13 18 ellipse_path stroke
37049 0.000 0.000 0.000 nodecolor
37050 14 /Times-Roman set_font
37051 11001.5 877.9 moveto 95 (c-ci--ci=cc-ci--ci) alignedtext
37052 grestore
37053 % cmcimmcic->cmcimmci_ccmcimmci
37054 gsave
37055 1 setlinewidth
37056 0.000 0.000 0.000 edgecolor
37057 newpath 11055 1008 moveto
37058 11056 989 11057 960 11056 936 curveto
37059 11055 928 11054 918 11053 910 curveto
37060 stroke
37061 0.000 0.000 0.000 edgecolor
37062 newpath 11056.48 909.6 moveto
37063 11052 900 lineto
37064 11049.51 910.3 lineto
37065 closepath fill
37066 1 setlinewidth
37067 solid
37068 0.000 0.000 0.000 edgecolor
37069 newpath 11056.48 909.6 moveto
37070 11052 900 lineto
37071 11049.51 910.3 lineto
37072 closepath stroke
37073 grestore
37074 % cmcimmic_ccmcimmic
37075 gsave
37076 1 setlinewidth
37077 0.000 0.000 0.000 nodecolor
37078 10937 954 77.13 18 ellipse_path stroke
37079 0.000 0.000 0.000 nodecolor
37080 14 /Times-Roman set_font
37081 10889.5 949.9 moveto 95 (c-ci--ic=cc-ci--ic) alignedtext
37082 grestore
37083 % cmcimmcic->cmcimmic_ccmcimmic
37084 gsave
37085 1 setlinewidth
37086 0.000 0.000 0.000 edgecolor
37087 newpath 11029 1011 moveto
37088 11013 1001 10991 987 10973 976 curveto
37089 stroke
37090 0.000 0.000 0.000 edgecolor
37091 newpath 10974.44 972.8 moveto
37092 10964 971 lineto
37093 10971.04 978.92 lineto
37094 closepath fill
37095 1 setlinewidth
37096 solid
37097 0.000 0.000 0.000 edgecolor
37098 newpath 10974.44 972.8 moveto
37099 10964 971 lineto
37100 10971.04 978.92 lineto
37101 closepath stroke
37102 grestore
37103 % micimmcic
37104 gsave
37105 1 setlinewidth
37106 0.000 0.000 0.000 nodecolor
37107 10913 882 41 18 ellipse_path stroke
37108 0.000 0.000 0.000 nodecolor
37109 14 /Times-Roman set_font
37110 10891.5 877.9 moveto 43 (-ici--cic) alignedtext
37111 grestore
37112 % cmcimmcic->micimmcic
37113 gsave
37114 1 setlinewidth
37115 0.000 0.000 0.000 edgecolor
37116 newpath 11052 1008 moveto
37117 11048 988 11041 956 11023 936 curveto
37118 11012 924 10980 910 10954 898 curveto
37119 stroke
37120 0.000 0.000 0.000 edgecolor
37121 newpath 10954.58 894.46 moveto
37122 10944 894 lineto
37123 10951.98 900.96 lineto
37124 closepath fill
37125 1 setlinewidth
37126 solid
37127 0.000 0.000 0.000 edgecolor
37128 newpath 10954.58 894.46 moveto
37129 10944 894 lineto
37130 10951.98 900.96 lineto
37131 closepath stroke
37132 grestore
37133 % cmcimmici
37134 gsave
37135 1 setlinewidth
37136 0.000 0.000 0.000 nodecolor
37137 11089 810 41 18 ellipse_path stroke
37138 0.000 0.000 0.000 nodecolor
37139 14 /Times-Roman set_font
37140 11067.5 805.9 moveto 43 (c-ci--ici) alignedtext
37141 grestore
37142 % cmcimmci_ccmcimmci->cmcimmici
37143 gsave
37144 1 setlinewidth
37145 0.000 0.000 0.000 edgecolor
37146 newpath 11059 864 moveto
37147 11063 856 11069 846 11074 837 curveto
37148 stroke
37149 0.000 0.000 0.000 edgecolor
37150 newpath 11077.2 838.44 moveto
37151 11079 828 lineto
37152 11071.08 835.04 lineto
37153 closepath fill
37154 1 setlinewidth
37155 solid
37156 0.000 0.000 0.000 edgecolor
37157 newpath 11077.2 838.44 moveto
37158 11079 828 lineto
37159 11071.08 835.04 lineto
37160 closepath stroke
37161 grestore
37162 % micimmci_cmicimmci
37163 gsave
37164 1 setlinewidth
37165 0.000 0.000 0.000 nodecolor
37166 10959 810 71.07 18 ellipse_path stroke
37167 0.000 0.000 0.000 nodecolor
37168 14 /Times-Roman set_font
37169 10915.5 805.9 moveto 87 (-ici--ci=c-ici--ci) alignedtext
37170 grestore
37171 % cmcimmci_ccmcimmci->micimmci_cmicimmci
37172 gsave
37173 1 setlinewidth
37174 0.000 0.000 0.000 edgecolor
37175 newpath 11027 865 moveto
37176 11016 855 11001 844 10989 834 curveto
37177 stroke
37178 0.000 0.000 0.000 edgecolor
37179 newpath 10990.83 830.95 moveto
37180 10981 827 lineto
37181 10986.22 836.22 lineto
37182 closepath fill
37183 1 setlinewidth
37184 solid
37185 0.000 0.000 0.000 edgecolor
37186 newpath 10990.83 830.95 moveto
37187 10981 827 lineto
37188 10986.22 836.22 lineto
37189 closepath stroke
37190 grestore
37191 % cmcimmic_ccmcimmic->cmcimmici
37192 gsave
37193 1 setlinewidth
37194 0.000 0.000 0.000 edgecolor
37195 newpath 11003 945 moveto
37196 11054 936 11119 921 11135 900 curveto
37197 11151 879 11133 852 11115 833 curveto
37198 stroke
37199 0.000 0.000 0.000 edgecolor
37200 newpath 11117.55 830.6 moveto
37201 11108 826 lineto
37202 11112.6 835.55 lineto
37203 closepath fill
37204 1 setlinewidth
37205 solid
37206 0.000 0.000 0.000 edgecolor
37207 newpath 11117.55 830.6 moveto
37208 11108 826 lineto
37209 11112.6 835.55 lineto
37210 closepath stroke
37211 grestore
37212 % micimmic_cmicimmic
37213 gsave
37214 1 setlinewidth
37215 0.000 0.000 0.000 nodecolor
37216 10761 810 71.07 18 ellipse_path stroke
37217 0.000 0.000 0.000 nodecolor
37218 14 /Times-Roman set_font
37219 10717.5 805.9 moveto 87 (-ici--ic=c-ici--ic) alignedtext
37220 grestore
37221 % cmcimmic_ccmcimmic->micimmic_cmicimmic
37222 gsave
37223 1 setlinewidth
37224 0.000 0.000 0.000 edgecolor
37225 newpath 10912 937 moveto
37226 10898 926 10879 913 10863 900 curveto
37227 10836 879 10807 853 10787 834 curveto
37228 stroke
37229 0.000 0.000 0.000 edgecolor
37230 newpath 10789.55 831.6 moveto
37231 10780 827 lineto
37232 10784.6 836.55 lineto
37233 closepath fill
37234 1 setlinewidth
37235 solid
37236 0.000 0.000 0.000 edgecolor
37237 newpath 10789.55 831.6 moveto
37238 10780 827 lineto
37239 10784.6 836.55 lineto
37240 closepath stroke
37241 grestore
37242 % cmcimmic_ccmcimmic->cmcic_ccmcic
37243 gsave
37244 1 setlinewidth
37245 0.000 0.000 0.000 edgecolor
37246 newpath 10867 947 moveto
37247 10828 943 10780 938 10737 936 curveto
37248 10236 904 9631 888 9428 883 curveto
37249 stroke
37250 0.000 0.000 0.000 edgecolor
37251 newpath 9428 879.5 moveto
37252 9418 883 lineto
37253 9428 886.5 lineto
37254 closepath fill
37255 1 setlinewidth
37256 solid
37257 0.000 0.000 0.000 edgecolor
37258 newpath 9428 879.5 moveto
37259 9418 883 lineto
37260 9428 886.5 lineto
37261 closepath stroke
37262 grestore
37263 % micimmcic->micimmci_cmicimmci
37264 gsave
37265 1 setlinewidth
37266 0.000 0.000 0.000 edgecolor
37267 newpath 10924 865 moveto
37268 10929 857 10936 846 10942 836 curveto
37269 stroke
37270 0.000 0.000 0.000 edgecolor
37271 newpath 10944.8 838.1 moveto
37272 10948 828 lineto
37273 10939.2 833.9 lineto
37274 closepath fill
37275 1 setlinewidth
37276 solid
37277 0.000 0.000 0.000 edgecolor
37278 newpath 10944.8 838.1 moveto
37279 10948 828 lineto
37280 10939.2 833.9 lineto
37281 closepath stroke
37282 grestore
37283 % micimmcic->micimmic_cmicimmic
37284 gsave
37285 1 setlinewidth
37286 0.000 0.000 0.000 edgecolor
37287 newpath 10885 869 moveto
37288 10862 858 10830 843 10803 830 curveto
37289 stroke
37290 0.000 0.000 0.000 edgecolor
37291 newpath 10804.56 826.86 moveto
37292 10794 826 lineto
37293 10801.72 833.26 lineto
37294 closepath fill
37295 1 setlinewidth
37296 solid
37297 0.000 0.000 0.000 edgecolor
37298 newpath 10804.56 826.86 moveto
37299 10794 826 lineto
37300 10801.72 833.26 lineto
37301 closepath stroke
37302 grestore
37303 % mimmcic_cmimmcic
37304 gsave
37305 1 setlinewidth
37306 0.000 0.000 0.000 nodecolor
37307 10201 666 66.9 18 ellipse_path stroke
37308 0.000 0.000 0.000 nodecolor
37309 14 /Times-Roman set_font
37310 10160.5 661.9 moveto 81 (-i--cic=c-i--cic) alignedtext
37311 grestore
37312 % micimmcic->mimmcic_cmimmcic
37313 gsave
37314 1 setlinewidth
37315 0.000 0.000 0.000 edgecolor
37316 newpath 10901 865 moveto
37317 10885 841 10856 801 10841 792 curveto
37318 10747 731 10422 690 10274 673 curveto
37319 stroke
37320 0.000 0.000 0.000 edgecolor
37321 newpath 10274.3 669.51 moveto
37322 10264 672 lineto
37323 10273.6 676.48 lineto
37324 closepath fill
37325 1 setlinewidth
37326 solid
37327 0.000 0.000 0.000 edgecolor
37328 newpath 10274.3 669.51 moveto
37329 10264 672 lineto
37330 10273.6 676.48 lineto
37331 closepath stroke
37332 grestore
37333 % cmcimmici->cmcimmi_ccmcimmi
37334 gsave
37335 1 setlinewidth
37336 0.000 0.000 0.000 edgecolor
37337 newpath 11089 792 moveto
37338 11088 784 11088 775 11088 766 curveto
37339 stroke
37340 0.000 0.000 0.000 edgecolor
37341 newpath 11091.5 766 moveto
37342 11088 756 lineto
37343 11084.5 766 lineto
37344 closepath fill
37345 1 setlinewidth
37346 solid
37347 0.000 0.000 0.000 edgecolor
37348 newpath 11091.5 766 moveto
37349 11088 756 lineto
37350 11084.5 766 lineto
37351 closepath stroke
37352 grestore
37353 % micimmici
37354 gsave
37355 1 setlinewidth
37356 0.000 0.000 0.000 nodecolor
37357 10926 738 38.22 18 ellipse_path stroke
37358 0.000 0.000 0.000 nodecolor
37359 14 /Times-Roman set_font
37360 10906.5 733.9 moveto 39 (-ici--ici) alignedtext
37361 grestore
37362 % cmcimmici->micimmici
37363 gsave
37364 1 setlinewidth
37365 0.000 0.000 0.000 edgecolor
37366 newpath 11060 797 moveto
37367 11033 785 10993 767 10963 754 curveto
37368 stroke
37369 0.000 0.000 0.000 edgecolor
37370 newpath 10964.56 750.86 moveto
37371 10954 750 lineto
37372 10961.72 757.26 lineto
37373 closepath fill
37374 1 setlinewidth
37375 solid
37376 0.000 0.000 0.000 edgecolor
37377 newpath 10964.56 750.86 moveto
37378 10954 750 lineto
37379 10961.72 757.26 lineto
37380 closepath stroke
37381 grestore
37382 % micimmci_cmicimmci->micimmici
37383 gsave
37384 1 setlinewidth
37385 0.000 0.000 0.000 edgecolor
37386 newpath 10951 792 moveto
37387 10947 784 10943 774 10938 765 curveto
37388 stroke
37389 0.000 0.000 0.000 edgecolor
37390 newpath 10941.26 763.72 moveto
37391 10934 756 lineto
37392 10934.86 766.56 lineto
37393 closepath fill
37394 1 setlinewidth
37395 solid
37396 0.000 0.000 0.000 edgecolor
37397 newpath 10941.26 763.72 moveto
37398 10934 756 lineto
37399 10934.86 766.56 lineto
37400 closepath stroke
37401 grestore
37402 % mimmci_cmimmci
37403 gsave
37404 1 setlinewidth
37405 0.000 0.000 0.000 nodecolor
37406 10306 450 57.87 18 ellipse_path stroke
37407 0.000 0.000 0.000 nodecolor
37408 14 /Times-Roman set_font
37409 10272 445.9 moveto 68 (-i--ci=c-i--ci) alignedtext
37410 grestore
37411 % micimmci_cmicimmci->mimmci_cmimmci
37412 gsave
37413 1 setlinewidth
37414 0.000 0.000 0.000 edgecolor
37415 newpath 10966 792 moveto
37416 10976 765 10992 712 10992 666 curveto
37417 10992 666 10992 666 10992 594 curveto
37418 10992 531 10543 475 10371 457 curveto
37419 stroke
37420 0.000 0.000 0.000 edgecolor
37421 newpath 10371.3 453.51 moveto
37422 10361 456 lineto
37423 10370.6 460.48 lineto
37424 closepath fill
37425 1 setlinewidth
37426 solid
37427 0.000 0.000 0.000 edgecolor
37428 newpath 10371.3 453.51 moveto
37429 10361 456 lineto
37430 10370.6 460.48 lineto
37431 closepath stroke
37432 grestore
37433 % micimmc_cmicimmc->micimmcic
37434 gsave
37435 1 setlinewidth
37436 0.000 0.000 0.000 edgecolor
37437 newpath 13264 1296 moveto
37438 13280 1278 13299 1248 13285 1224 curveto
37439 13248 1164 13212 1171 13146 1152 curveto
37440 12301 905 11987 1309 11175 972 curveto
37441 11151 962 11154 946 11132 936 curveto
37442 11062 902 11036 921 10963 900 curveto
37443 10960 899 10957 898 10954 897 curveto
37444 stroke
37445 0.000 0.000 0.000 edgecolor
37446 newpath 10954.58 893.52 moveto
37447 10944 894 lineto
37448 10952.57 900.23 lineto
37449 closepath fill
37450 1 setlinewidth
37451 solid
37452 0.000 0.000 0.000 edgecolor
37453 newpath 10954.58 893.52 moveto
37454 10944 894 lineto
37455 10952.57 900.23 lineto
37456 closepath stroke
37457 grestore
37458 % micimmc_cmicimmc->micimm_cmicimm
37459 gsave
37460 1 setlinewidth
37461 0.000 0.000 0.000 edgecolor
37462 newpath 13240 1296 moveto
37463 13236 1288 13233 1278 13229 1269 curveto
37464 stroke
37465 0.000 0.000 0.000 edgecolor
37466 newpath 13232.26 1267.72 moveto
37467 13225 1260 lineto
37468 13225.86 1270.56 lineto
37469 closepath fill
37470 1 setlinewidth
37471 solid
37472 0.000 0.000 0.000 edgecolor
37473 newpath 13232.26 1267.72 moveto
37474 13225 1260 lineto
37475 13225.86 1270.56 lineto
37476 closepath stroke
37477 grestore
37478 % micimmc_cmicimmc->mimmc_cmimmc
37479 gsave
37480 1 setlinewidth
37481 0.000 0.000 0.000 edgecolor
37482 newpath 13180 1313 moveto
37483 12875 1310 11585 1293 10528 1260 curveto
37484 10407 1256 10268 1250 10188 1246 curveto
37485 stroke
37486 0.000 0.000 0.000 edgecolor
37487 newpath 10188.3 1242.51 moveto
37488 10178 1245 lineto
37489 10187.6 1249.48 lineto
37490 closepath fill
37491 1 setlinewidth
37492 solid
37493 0.000 0.000 0.000 edgecolor
37494 newpath 10188.3 1242.51 moveto
37495 10178 1245 lineto
37496 10187.6 1249.48 lineto
37497 closepath stroke
37498 grestore
37499 % mcimmcic->cmcimmcic
37500 gsave
37501 1 setlinewidth
37502 0.000 0.000 0.000 edgecolor
37503 newpath 11096 1081 moveto
37504 11090 1072 11081 1062 11073 1052 curveto
37505 stroke
37506 0.000 0.000 0.000 edgecolor
37507 newpath 11075.8 1049.9 moveto
37508 11067 1044 lineto
37509 11070.2 1054.1 lineto
37510 closepath fill
37511 1 setlinewidth
37512 solid
37513 0.000 0.000 0.000 edgecolor
37514 newpath 11075.8 1049.9 moveto
37515 11067 1044 lineto
37516 11070.2 1054.1 lineto
37517 closepath stroke
37518 grestore
37519 % mcimmci
37520 gsave
37521 1 setlinewidth
37522 0.000 0.000 0.000 nodecolor
37523 11218 954 34.05 18 ellipse_path stroke
37524 0.000 0.000 0.000 nodecolor
37525 14 /Times-Roman set_font
37526 11201.5 949.9 moveto 33 (-ci--ci) alignedtext
37527 grestore
37528 % mcimmcic->mcimmci
37529 gsave
37530 1 setlinewidth
37531 0.000 0.000 0.000 edgecolor
37532 newpath 11122 1081 moveto
37533 11141 1056 11177 1008 11199 979 curveto
37534 stroke
37535 0.000 0.000 0.000 edgecolor
37536 newpath 11201.8 981.1 moveto
37537 11205 971 lineto
37538 11196.2 976.9 lineto
37539 closepath fill
37540 1 setlinewidth
37541 solid
37542 0.000 0.000 0.000 edgecolor
37543 newpath 11201.8 981.1 moveto
37544 11205 971 lineto
37545 11196.2 976.9 lineto
37546 closepath stroke
37547 grestore
37548 % mcimmic
37549 gsave
37550 1 setlinewidth
37551 0.000 0.000 0.000 nodecolor
37552 10958 1026 34.05 18 ellipse_path stroke
37553 0.000 0.000 0.000 nodecolor
37554 14 /Times-Roman set_font
37555 10941.5 1021.9 moveto 33 (-ci--ic) alignedtext
37556 grestore
37557 % mcimmcic->mcimmic
37558 gsave
37559 1 setlinewidth
37560 0.000 0.000 0.000 edgecolor
37561 newpath 11082 1085 moveto
37562 11057 1073 11020 1055 10993 1042 curveto
37563 stroke
37564 0.000 0.000 0.000 edgecolor
37565 newpath 10994.56 1038.86 moveto
37566 10984 1038 lineto
37567 10991.72 1045.26 lineto
37568 closepath fill
37569 1 setlinewidth
37570 solid
37571 0.000 0.000 0.000 edgecolor
37572 newpath 10994.56 1038.86 moveto
37573 10984 1038 lineto
37574 10991.72 1045.26 lineto
37575 closepath stroke
37576 grestore
37577 % mcimmci->cmcimmci_ccmcimmci
37578 gsave
37579 1 setlinewidth
37580 0.000 0.000 0.000 edgecolor
37581 newpath 11191 943 moveto
37582 11166 932 11126 915 11095 902 curveto
37583 stroke
37584 0.000 0.000 0.000 edgecolor
37585 newpath 11096.56 898.86 moveto
37586 11086 898 lineto
37587 11093.72 905.26 lineto
37588 closepath fill
37589 1 setlinewidth
37590 solid
37591 0.000 0.000 0.000 edgecolor
37592 newpath 11096.56 898.86 moveto
37593 11086 898 lineto
37594 11093.72 905.26 lineto
37595 closepath stroke
37596 grestore
37597 % mcimmici
37598 gsave
37599 1 setlinewidth
37600 0.000 0.000 0.000 nodecolor
37601 11218 882 36.13 18 ellipse_path stroke
37602 0.000 0.000 0.000 nodecolor
37603 14 /Times-Roman set_font
37604 11200 877.9 moveto 36 (-ci--ici) alignedtext
37605 grestore
37606 % mcimmci->mcimmici
37607 gsave
37608 1 setlinewidth
37609 0.000 0.000 0.000 edgecolor
37610 newpath 11218 936 moveto
37611 11218 928 11218 919 11218 910 curveto
37612 stroke
37613 0.000 0.000 0.000 edgecolor
37614 newpath 11221.5 910 moveto
37615 11218 900 lineto
37616 11214.5 910 lineto
37617 closepath fill
37618 1 setlinewidth
37619 solid
37620 0.000 0.000 0.000 edgecolor
37621 newpath 11221.5 910 moveto
37622 11218 900 lineto
37623 11214.5 910 lineto
37624 closepath stroke
37625 grestore
37626 % mcimmic->cmcimmic_ccmcimmic
37627 gsave
37628 1 setlinewidth
37629 0.000 0.000 0.000 edgecolor
37630 newpath 10953 1008 moveto
37631 10951 1000 10948 990 10945 982 curveto
37632 stroke
37633 0.000 0.000 0.000 edgecolor
37634 newpath 10948.23 980.57 moveto
37635 10942 972 lineto
37636 10941.52 982.58 lineto
37637 closepath fill
37638 1 setlinewidth
37639 solid
37640 0.000 0.000 0.000 edgecolor
37641 newpath 10948.23 980.57 moveto
37642 10942 972 lineto
37643 10941.52 982.58 lineto
37644 closepath stroke
37645 grestore
37646 % mcimmic->mcimmici
37647 gsave
37648 1 setlinewidth
37649 0.000 0.000 0.000 edgecolor
37650 newpath 10984 1014 moveto
37651 10989 1012 10995 1009 11001 1008 curveto
37652 11057 992 11222 1015 11261 972 curveto
37653 11278 952 11260 925 11243 905 curveto
37654 stroke
37655 0.000 0.000 0.000 edgecolor
37656 newpath 11245.55 902.6 moveto
37657 11236 898 lineto
37658 11240.6 907.55 lineto
37659 closepath fill
37660 1 setlinewidth
37661 solid
37662 0.000 0.000 0.000 edgecolor
37663 newpath 11245.55 902.6 moveto
37664 11236 898 lineto
37665 11240.6 907.55 lineto
37666 closepath stroke
37667 grestore
37668 % mcimmic->mcic_mmmcic
37669 gsave
37670 1 setlinewidth
37671 0.000 0.000 0.000 edgecolor
37672 newpath 10933 1014 moveto
37673 10927 1011 10921 1009 10915 1008 curveto
37674 10569 934 9675 1026 9327 972 curveto
37675 9323 971 9318 971 9314 970 curveto
37676 stroke
37677 0.000 0.000 0.000 edgecolor
37678 newpath 9314.58 966.52 moveto
37679 9304 967 lineto
37680 9312.57 973.23 lineto
37681 closepath fill
37682 1 setlinewidth
37683 solid
37684 0.000 0.000 0.000 edgecolor
37685 newpath 9314.58 966.52 moveto
37686 9304 967 lineto
37687 9312.57 973.23 lineto
37688 closepath stroke
37689 grestore
37690 % mcim_mmmcim->cmcim_ccmcim
37691 gsave
37692 1 setlinewidth
37693 0.000 0.000 0.000 edgecolor
37694 newpath 2852 432 moveto
37695 2852 424 2852 415 2852 406 curveto
37696 stroke
37697 0.000 0.000 0.000 edgecolor
37698 newpath 2855.48 405.6 moveto
37699 2851 396 lineto
37700 2848.51 406.3 lineto
37701 closepath fill
37702 1 setlinewidth
37703 solid
37704 0.000 0.000 0.000 edgecolor
37705 newpath 2855.48 405.6 moveto
37706 2851 396 lineto
37707 2848.51 406.3 lineto
37708 closepath stroke
37709 grestore
37710 % micimmi_cmicimmi
37711 gsave
37712 1 setlinewidth
37713 0.000 0.000 0.000 nodecolor
37714 11082 666 62.04 18 ellipse_path stroke
37715 0.000 0.000 0.000 nodecolor
37716 14 /Times-Roman set_font
37717 11045 661.9 moveto 74 (-ici--i=c-ici--i) alignedtext
37718 grestore
37719 % cmcimmi_ccmcimmi->micimmi_cmicimmi
37720 gsave
37721 1 setlinewidth
37722 0.000 0.000 0.000 edgecolor
37723 newpath 11086 720 moveto
37724 11085 712 11085 703 11084 694 curveto
37725 stroke
37726 0.000 0.000 0.000 edgecolor
37727 newpath 11087.5 694 moveto
37728 11084 684 lineto
37729 11080.5 694 lineto
37730 closepath fill
37731 1 setlinewidth
37732 solid
37733 0.000 0.000 0.000 edgecolor
37734 newpath 11087.5 694 moveto
37735 11084 684 lineto
37736 11080.5 694 lineto
37737 closepath stroke
37738 grestore
37739 % cmci_ccmci
37740 gsave
37741 1 setlinewidth
37742 0.000 0.000 0.000 nodecolor
37743 9741 666 50.22 18 ellipse_path stroke
37744 0.000 0.000 0.000 nodecolor
37745 14 /Times-Roman set_font
37746 9712.5 661.9 moveto 57 (c-ci=cc-ci) alignedtext
37747 grestore
37748 % cmcimmi_ccmcimmi->cmci_ccmci
37749 gsave
37750 1 setlinewidth
37751 0.000 0.000 0.000 edgecolor
37752 newpath 11032 728 moveto
37753 11013 725 10992 722 10973 720 curveto
37754 10597 682 10501 700 10125 684 curveto
37755 10010 678 9877 673 9801 669 curveto
37756 stroke
37757 0.000 0.000 0.000 edgecolor
37758 newpath 9801.3 665.51 moveto
37759 9791 668 lineto
37760 9800.6 672.48 lineto
37761 closepath fill
37762 1 setlinewidth
37763 solid
37764 0.000 0.000 0.000 edgecolor
37765 newpath 9801.3 665.51 moveto
37766 9791 668 lineto
37767 9800.6 672.48 lineto
37768 closepath stroke
37769 grestore
37770 % micimmici->micimmi_cmicimmi
37771 gsave
37772 1 setlinewidth
37773 0.000 0.000 0.000 edgecolor
37774 newpath 10954 725 moveto
37775 10977 714 11013 698 11040 685 curveto
37776 stroke
37777 0.000 0.000 0.000 edgecolor
37778 newpath 11041.28 688.26 moveto
37779 11049 681 lineto
37780 11038.44 681.86 lineto
37781 closepath fill
37782 1 setlinewidth
37783 solid
37784 0.000 0.000 0.000 edgecolor
37785 newpath 11041.28 688.26 moveto
37786 11049 681 lineto
37787 11038.44 681.86 lineto
37788 closepath stroke
37789 grestore
37790 % micimmic_cmicimmic->micimmici
37791 gsave
37792 1 setlinewidth
37793 0.000 0.000 0.000 edgecolor
37794 newpath 10797 794 moveto
37795 10824 782 10861 766 10889 754 curveto
37796 stroke
37797 0.000 0.000 0.000 edgecolor
37798 newpath 10890.28 757.26 moveto
37799 10898 750 lineto
37800 10887.44 750.86 lineto
37801 closepath fill
37802 1 setlinewidth
37803 solid
37804 0.000 0.000 0.000 edgecolor
37805 newpath 10890.28 757.26 moveto
37806 10898 750 lineto
37807 10887.44 750.86 lineto
37808 closepath stroke
37809 grestore
37810 % mic_cmic_mmmic_mimmic
37811 gsave
37812 1 setlinewidth
37813 0.000 0.000 0.000 nodecolor
37814 10201 594 87.05 18 ellipse_path stroke
37815 0.000 0.000 0.000 nodecolor
37816 14 /Times-Roman set_font
37817 10146 589.9 moveto 110 (-ic=c-ic=---ic=-i--ic) alignedtext
37818 grestore
37819 % micimmic_cmicimmic->mic_cmic_mmmic_mimmic
37820 gsave
37821 1 setlinewidth
37822 0.000 0.000 0.000 edgecolor
37823 newpath 10727 794 moveto
37824 10687 775 10618 744 10557 720 curveto
37825 10452 678 10328 636 10258 612 curveto
37826 stroke
37827 0.000 0.000 0.000 edgecolor
37828 newpath 10258.58 608.52 moveto
37829 10248 609 lineto
37830 10256.57 615.23 lineto
37831 closepath fill
37832 1 setlinewidth
37833 solid
37834 0.000 0.000 0.000 edgecolor
37835 newpath 10258.58 608.52 moveto
37836 10248 609 lineto
37837 10256.57 615.23 lineto
37838 closepath stroke
37839 grestore
37840 % cmcic_ccmcic->cmci_ccmci
37841 gsave
37842 1 setlinewidth
37843 0.000 0.000 0.000 edgecolor
37844 newpath 9381 865 moveto
37845 9407 846 9452 815 9492 792 curveto
37846 9563 750 9651 707 9701 684 curveto
37847 stroke
37848 0.000 0.000 0.000 edgecolor
37849 newpath 9702.28 687.26 moveto
37850 9710 680 lineto
37851 9699.44 680.86 lineto
37852 closepath fill
37853 1 setlinewidth
37854 solid
37855 0.000 0.000 0.000 edgecolor
37856 newpath 9702.28 687.26 moveto
37857 9710 680 lineto
37858 9699.44 680.86 lineto
37859 closepath stroke
37860 grestore
37861 % mmcmcic
37862 gsave
37863 1 setlinewidth
37864 0.000 0.000 0.000 nodecolor
37865 9538 810 36.83 18 ellipse_path stroke
37866 0.000 0.000 0.000 nodecolor
37867 14 /Times-Roman set_font
37868 9519.5 805.9 moveto 37 (--c-cic) alignedtext
37869 grestore
37870 % cmcic_ccmcic->mmcmcic
37871 gsave
37872 1 setlinewidth
37873 0.000 0.000 0.000 edgecolor
37874 newpath 9394 867 moveto
37875 9425 855 9468 838 9499 825 curveto
37876 stroke
37877 0.000 0.000 0.000 edgecolor
37878 newpath 9501.02 827.96 moveto
37879 9509 821 lineto
37880 9498.42 821.46 lineto
37881 closepath fill
37882 1 setlinewidth
37883 solid
37884 0.000 0.000 0.000 edgecolor
37885 newpath 9501.02 827.96 moveto
37886 9509 821 lineto
37887 9498.42 821.46 lineto
37888 closepath stroke
37889 grestore
37890 % mcimmici->cmcimmici
37891 gsave
37892 1 setlinewidth
37893 0.000 0.000 0.000 edgecolor
37894 newpath 11194 868 moveto
37895 11174 857 11145 841 11123 829 curveto
37896 stroke
37897 0.000 0.000 0.000 edgecolor
37898 newpath 11124.44 825.8 moveto
37899 11114 824 lineto
37900 11121.04 831.92 lineto
37901 closepath fill
37902 1 setlinewidth
37903 solid
37904 0.000 0.000 0.000 edgecolor
37905 newpath 11124.44 825.8 moveto
37906 11114 824 lineto
37907 11121.04 831.92 lineto
37908 closepath stroke
37909 grestore
37910 % mcimmici->mcimmi
37911 gsave
37912 1 setlinewidth
37913 0.000 0.000 0.000 edgecolor
37914 newpath 11208 865 moveto
37915 11203 856 11197 846 11192 836 curveto
37916 stroke
37917 0.000 0.000 0.000 edgecolor
37918 newpath 11194.92 834.04 moveto
37919 11187 827 lineto
37920 11188.8 837.44 lineto
37921 closepath fill
37922 1 setlinewidth
37923 solid
37924 0.000 0.000 0.000 edgecolor
37925 newpath 11194.92 834.04 moveto
37926 11187 827 lineto
37927 11188.8 837.44 lineto
37928 closepath stroke
37929 grestore
37930 % mcimmi->cmcimmi_ccmcimmi
37931 gsave
37932 1 setlinewidth
37933 0.000 0.000 0.000 edgecolor
37934 newpath 11159 795 moveto
37935 11147 785 11131 772 11117 761 curveto
37936 stroke
37937 0.000 0.000 0.000 edgecolor
37938 newpath 11119.1 758.2 moveto
37939 11109 755 lineto
37940 11114.9 763.8 lineto
37941 closepath fill
37942 1 setlinewidth
37943 solid
37944 0.000 0.000 0.000 edgecolor
37945 newpath 11119.1 758.2 moveto
37946 11109 755 lineto
37947 11114.9 763.8 lineto
37948 closepath stroke
37949 grestore
37950 % mci_mmmci
37951 gsave
37952 1 setlinewidth
37953 0.000 0.000 0.000 nodecolor
37954 9757 738 43.08 18 ellipse_path stroke
37955 0.000 0.000 0.000 nodecolor
37956 14 /Times-Roman set_font
37957 9734 733.9 moveto 46 (-ci=---ci) alignedtext
37958 grestore
37959 % mcimmi->mci_mmmci
37960 gsave
37961 1 setlinewidth
37962 0.000 0.000 0.000 edgecolor
37963 newpath 11155 798 moveto
37964 11150 795 11144 793 11139 792 curveto
37965 10851 723 10099 808 9809 756 curveto
37966 9805 755 9801 755 9798 753 curveto
37967 stroke
37968 0.000 0.000 0.000 edgecolor
37969 newpath 9798.58 749.52 moveto
37970 9788 750 lineto
37971 9796.57 756.23 lineto
37972 closepath fill
37973 1 setlinewidth
37974 solid
37975 0.000 0.000 0.000 edgecolor
37976 newpath 9798.58 749.52 moveto
37977 9788 750 lineto
37978 9796.57 756.23 lineto
37979 closepath stroke
37980 grestore
37981 % mici_cmici_mmmici_mimmici
37982 gsave
37983 1 setlinewidth
37984 0.000 0.000 0.000 nodecolor
37985 10215 378 95.89 18 ellipse_path stroke
37986 0.000 0.000 0.000 nodecolor
37987 14 /Times-Roman set_font
37988 10154 373.9 moveto 122 (-ici=c-ici=---ici=-i--ici) alignedtext
37989 grestore
37990 % micimmi_cmicimmi->mici_cmici_mmmici_mimmici
37991 gsave
37992 1 setlinewidth
37993 0.000 0.000 0.000 edgecolor
37994 newpath 11079 648 moveto
37995 11073 614 11053 539 11006 504 curveto
37996 10899 423 10508 393 10319 383 curveto
37997 stroke
37998 0.000 0.000 0.000 edgecolor
37999 newpath 10319.3 379.51 moveto
38000 10309 382 lineto
38001 10318.6 386.48 lineto
38002 closepath fill
38003 1 setlinewidth
38004 solid
38005 0.000 0.000 0.000 edgecolor
38006 newpath 10319.3 379.51 moveto
38007 10309 382 lineto
38008 10318.6 386.48 lineto
38009 closepath stroke
38010 grestore
38011 % mmcmci
38012 gsave
38013 1 setlinewidth
38014 0.000 0.000 0.000 nodecolor
38015 9588 594 31.96 18 ellipse_path stroke
38016 0.000 0.000 0.000 nodecolor
38017 14 /Times-Roman set_font
38018 9573 589.9 moveto 30 (--c-ci) alignedtext
38019 grestore
38020 % cmci_ccmci->mmcmci
38021 gsave
38022 1 setlinewidth
38023 0.000 0.000 0.000 edgecolor
38024 newpath 9710 652 moveto
38025 9685 640 9648 622 9622 610 curveto
38026 stroke
38027 0.000 0.000 0.000 edgecolor
38028 newpath 9623.56 606.86 moveto
38029 9613 606 lineto
38030 9620.72 613.26 lineto
38031 closepath fill
38032 1 setlinewidth
38033 solid
38034 0.000 0.000 0.000 edgecolor
38035 newpath 9623.56 606.86 moveto
38036 9613 606 lineto
38037 9620.72 613.26 lineto
38038 closepath stroke
38039 grestore
38040 % micimm_cmicimm->micimmi_cmicimmi
38041 gsave
38042 1 setlinewidth
38043 0.000 0.000 0.000 edgecolor
38044 newpath 13271 1234 moveto
38045 13381 1217 13623 1171 13623 1098 curveto
38046 13623 1098 13623 1098 13623 810 curveto
38047 13623 682 11569 668 11154 666 curveto
38048 stroke
38049 0.000 0.000 0.000 edgecolor
38050 newpath 11154 662.5 moveto
38051 11144 666 lineto
38052 11154 669.5 lineto
38053 closepath fill
38054 1 setlinewidth
38055 solid
38056 0.000 0.000 0.000 edgecolor
38057 newpath 11154 662.5 moveto
38058 11144 666 lineto
38059 11154 669.5 lineto
38060 closepath stroke
38061 grestore
38062 % micimm_cmicimm->mimm_cmimm
38063 gsave
38064 1 setlinewidth
38065 0.000 0.000 0.000 edgecolor
38066 newpath 13160 1241 moveto
38067 12874 1237 11592 1219 10542 1188 curveto
38068 10400 1183 10234 1176 10150 1172 curveto
38069 stroke
38070 0.000 0.000 0.000 edgecolor
38071 newpath 10150 1168.5 moveto
38072 10140 1172 lineto
38073 10150 1175.5 lineto
38074 closepath fill
38075 1 setlinewidth
38076 solid
38077 0.000 0.000 0.000 edgecolor
38078 newpath 10150 1168.5 moveto
38079 10140 1172 lineto
38080 10150 1175.5 lineto
38081 closepath stroke
38082 grestore
38083 % mmcmcim->cmmcmcim_ccmmcmcim
38084 gsave
38085 1 setlinewidth
38086 0.000 0.000 0.000 edgecolor
38087 newpath 2891 296 moveto
38088 2921 285 2970 266 3007 253 curveto
38089 stroke
38090 0.000 0.000 0.000 edgecolor
38091 newpath 3009.02 255.96 moveto
38092 3017 249 lineto
38093 3006.42 249.46 lineto
38094 closepath fill
38095 1 setlinewidth
38096 solid
38097 0.000 0.000 0.000 edgecolor
38098 newpath 3009.02 255.96 moveto
38099 3017 249 lineto
38100 3006.42 249.46 lineto
38101 closepath stroke
38102 grestore
38103 % mimmcic_cmimmcic->mic_cmic_mmmic_mimmic
38104 gsave
38105 1 setlinewidth
38106 0.000 0.000 0.000 edgecolor
38107 newpath 10201 648 moveto
38108 10201 640 10201 631 10201 622 curveto
38109 stroke
38110 0.000 0.000 0.000 edgecolor
38111 newpath 10204.5 622 moveto
38112 10201 612 lineto
38113 10197.5 622 lineto
38114 closepath fill
38115 1 setlinewidth
38116 solid
38117 0.000 0.000 0.000 edgecolor
38118 newpath 10204.5 622 moveto
38119 10201 612 lineto
38120 10197.5 622 lineto
38121 closepath stroke
38122 grestore
38123 % mimmcic_cmimmcic->mimmci_cmimmci
38124 gsave
38125 1 setlinewidth
38126 0.000 0.000 0.000 edgecolor
38127 newpath 10245 652 moveto
38128 10264 644 10285 631 10297 612 curveto
38129 10322 570 10318 512 10312 478 curveto
38130 stroke
38131 0.000 0.000 0.000 edgecolor
38132 newpath 10315.39 477.12 moveto
38133 10310 468 lineto
38134 10308.53 478.49 lineto
38135 closepath fill
38136 1 setlinewidth
38137 solid
38138 0.000 0.000 0.000 edgecolor
38139 newpath 10315.39 477.12 moveto
38140 10310 468 lineto
38141 10308.53 478.49 lineto
38142 closepath stroke
38143 grestore
38144 % mic_cmic_mmmic_mimmic->mici_cmici_mmmici_mimmici
38145 gsave
38146 1 setlinewidth
38147 0.000 0.000 0.000 edgecolor
38148 newpath 10202 576 moveto
38149 10205 538 10210 451 10213 406 curveto
38150 stroke
38151 0.000 0.000 0.000 edgecolor
38152 newpath 10216.49 406.3 moveto
38153 10214 396 lineto
38154 10209.52 405.6 lineto
38155 closepath fill
38156 1 setlinewidth
38157 solid
38158 0.000 0.000 0.000 edgecolor
38159 newpath 10216.49 406.3 moveto
38160 10214 396 lineto
38161 10209.52 405.6 lineto
38162 closepath stroke
38163 grestore
38164 % micim_cmicim_mmmicim_mimmicim
38165 gsave
38166 1 setlinewidth
38167 0.000 0.000 0.000 nodecolor
38168 4369 90 107.9 18 ellipse_path stroke
38169 0.000 0.000 0.000 nodecolor
38170 14 /Times-Roman set_font
38171 4299 85.9 moveto 140 (-ici-=c-ici-=---ici-=-i--ici-) alignedtext
38172 grestore
38173 % mimmcim_cmimmcim->micim_cmicim_mmmicim_mimmicim
38174 gsave
38175 1 setlinewidth
38176 0.000 0.000 0.000 edgecolor
38177 newpath 4369 144 moveto
38178 4369 136 4369 127 4369 118 curveto
38179 stroke
38180 0.000 0.000 0.000 edgecolor
38181 newpath 4372.5 118 moveto
38182 4369 108 lineto
38183 4365.5 118 lineto
38184 closepath fill
38185 1 setlinewidth
38186 solid
38187 0.000 0.000 0.000 edgecolor
38188 newpath 4372.5 118 moveto
38189 4369 108 lineto
38190 4365.5 118 lineto
38191 closepath stroke
38192 grestore
38193 % mimmci_cmimmci->mici_cmici_mmmici_mimmici
38194 gsave
38195 1 setlinewidth
38196 0.000 0.000 0.000 edgecolor
38197 newpath 10284 433 moveto
38198 10273 424 10258 412 10245 402 curveto
38199 stroke
38200 0.000 0.000 0.000 edgecolor
38201 newpath 10247.1 399.2 moveto
38202 10237 396 lineto
38203 10242.9 404.8 lineto
38204 closepath fill
38205 1 setlinewidth
38206 solid
38207 0.000 0.000 0.000 edgecolor
38208 newpath 10247.1 399.2 moveto
38209 10237 396 lineto
38210 10242.9 404.8 lineto
38211 closepath stroke
38212 grestore
38213 % mi_cmi_mmmi_mimmi
38214 gsave
38215 1 setlinewidth
38216 0.000 0.000 0.000 nodecolor
38217 10150 306 68.79 18 ellipse_path stroke
38218 0.000 0.000 0.000 nodecolor
38219 14 /Times-Roman set_font
38220 10108.5 301.9 moveto 83 (-i=c-i=---i=-i--i) alignedtext
38221 grestore
38222 % mici_cmici_mmmici_mimmici->mi_cmi_mmmi_mimmi
38223 gsave
38224 1 setlinewidth
38225 0.000 0.000 0.000 edgecolor
38226 newpath 10199 360 moveto
38227 10191 351 10182 341 10173 332 curveto
38228 stroke
38229 0.000 0.000 0.000 edgecolor
38230 newpath 10175.22 329.22 moveto
38231 10166 324 lineto
38232 10169.95 333.83 lineto
38233 closepath fill
38234 1 setlinewidth
38235 solid
38236 0.000 0.000 0.000 edgecolor
38237 newpath 10175.22 329.22 moveto
38238 10166 324 lineto
38239 10169.95 333.83 lineto
38240 closepath stroke
38241 grestore
38242 % mimmc_cmimmc->mimmcic_cmimmcic
38243 gsave
38244 1 setlinewidth
38245 0.000 0.000 0.000 edgecolor
38246 newpath 10133 1224 moveto
38247 10138 1214 10145 1200 10149 1188 curveto
38248 10161 1149 10168 1138 10168 1098 curveto
38249 10168 1098 10168 1098 10168 810 curveto
38250 10168 769 10181 723 10191 694 curveto
38251 stroke
38252 0.000 0.000 0.000 edgecolor
38253 newpath 10194.48 694.58 moveto
38254 10194 684 lineto
38255 10187.77 692.57 lineto
38256 closepath fill
38257 1 setlinewidth
38258 solid
38259 0.000 0.000 0.000 edgecolor
38260 newpath 10194.48 694.58 moveto
38261 10194 684 lineto
38262 10187.77 692.57 lineto
38263 closepath stroke
38264 grestore
38265 % mimmc_cmimmc->mimm_cmimm
38266 gsave
38267 1 setlinewidth
38268 0.000 0.000 0.000 edgecolor
38269 newpath 10117 1224 moveto
38270 10114 1216 10110 1206 10107 1198 curveto
38271 stroke
38272 0.000 0.000 0.000 edgecolor
38273 newpath 10109.96 1195.98 moveto
38274 10103 1188 lineto
38275 10103.46 1198.58 lineto
38276 closepath fill
38277 1 setlinewidth
38278 solid
38279 0.000 0.000 0.000 edgecolor
38280 newpath 10109.96 1195.98 moveto
38281 10103 1188 lineto
38282 10103.46 1198.58 lineto
38283 closepath stroke
38284 grestore
38285 % mimm_cmimm->mi_cmi_mmmi_mimmi
38286 gsave
38287 1 setlinewidth
38288 0.000 0.000 0.000 edgecolor
38289 newpath 10095 1152 moveto
38290 10093 1099 10086 941 10086 810 curveto
38291 10086 810 10086 810 10086 450 curveto
38292 10086 408 10092 397 10110 360 curveto
38293 10115 350 10121 340 10128 332 curveto
38294 stroke
38295 0.000 0.000 0.000 edgecolor
38296 newpath 10130.8 334.1 moveto
38297 10134 324 lineto
38298 10125.2 329.9 lineto
38299 closepath fill
38300 1 setlinewidth
38301 solid
38302 0.000 0.000 0.000 edgecolor
38303 newpath 10130.8 334.1 moveto
38304 10134 324 lineto
38305 10125.2 329.9 lineto
38306 closepath stroke
38307 grestore
38308 % cmmcmcim_ccmmcmcim->mimmcim_cmimmcim
38309 gsave
38310 1 setlinewidth
38311 0.000 0.000 0.000 edgecolor
38312 newpath 3133 229 moveto
38313 3190 225 3270 219 3339 216 curveto
38314 3765 194 3875 239 4296 180 curveto
38315 4302 179 4307 178 4313 177 curveto
38316 stroke
38317 0.000 0.000 0.000 edgecolor
38318 newpath 4313.88 180.39 moveto
38319 4323 175 lineto
38320 4312.51 173.53 lineto
38321 closepath fill
38322 1 setlinewidth
38323 solid
38324 0.000 0.000 0.000 edgecolor
38325 newpath 4313.88 180.39 moveto
38326 4323 175 lineto
38327 4312.51 173.53 lineto
38328 closepath stroke
38329 grestore
38330 % micim_cmicim_mmmicim_mimmicim->mim_cmim_mmmim
38331 gsave
38332 1 setlinewidth
38333 0.000 0.000 0.000 edgecolor
38334 newpath 4422 74 moveto
38335 4462 62 4517 46 4557 34 curveto
38336 stroke
38337 0.000 0.000 0.000 edgecolor
38338 newpath 4558.43 37.23 moveto
38339 4567 31 lineto
38340 4556.42 30.52 lineto
38341 closepath fill
38342 1 setlinewidth
38343 solid
38344 0.000 0.000 0.000 edgecolor
38345 newpath 4558.43 37.23 moveto
38346 4567 31 lineto
38347 4556.42 30.52 lineto
38348 closepath stroke
38349 grestore
38350 % cmmcmcic_ccmmcmcic->mimmcic_cmimmcic
38351 gsave
38352 1 setlinewidth
38353 0.000 0.000 0.000 edgecolor
38354 newpath 9956 725 moveto
38355 10009 713 10087 693 10141 680 curveto
38356 stroke
38357 0.000 0.000 0.000 edgecolor
38358 newpath 10141.88 683.39 moveto
38359 10151 678 lineto
38360 10140.51 676.53 lineto
38361 closepath fill
38362 1 setlinewidth
38363 solid
38364 0.000 0.000 0.000 edgecolor
38365 newpath 10141.88 683.39 moveto
38366 10151 678 lineto
38367 10140.51 676.53 lineto
38368 closepath stroke
38369 grestore
38370 % cmmcmci_ccmmcmci
38371 gsave
38372 1 setlinewidth
38373 0.000 0.000 0.000 nodecolor
38374 9754 522 72.96 18 ellipse_path stroke
38375 0.000 0.000 0.000 nodecolor
38376 14 /Times-Roman set_font
38377 9709.5 517.9 moveto 89 (c--c-ci=cc--c-ci) alignedtext
38378 grestore
38379 % cmmcmcic_ccmmcmcic->cmmcmci_ccmmcmci
38380 gsave
38381 1 setlinewidth
38382 0.000 0.000 0.000 edgecolor
38383 newpath 9888 720 moveto
38384 9863 682 9802 593 9772 548 curveto
38385 stroke
38386 0.000 0.000 0.000 edgecolor
38387 newpath 9774.8 545.9 moveto
38388 9766 540 lineto
38389 9769.2 550.1 lineto
38390 closepath fill
38391 1 setlinewidth
38392 solid
38393 0.000 0.000 0.000 edgecolor
38394 newpath 9774.8 545.9 moveto
38395 9766 540 lineto
38396 9769.2 550.1 lineto
38397 closepath stroke
38398 grestore
38399 % cmmcmci_ccmmcmci->mimmci_cmimmci
38400 gsave
38401 1 setlinewidth
38402 0.000 0.000 0.000 edgecolor
38403 newpath 9819 514 moveto
38404 9924 500 10136 472 10242 458 curveto
38405 stroke
38406 0.000 0.000 0.000 edgecolor
38407 newpath 10242.4 461.48 moveto
38408 10252 457 lineto
38409 10241.7 454.51 lineto
38410 closepath fill
38411 1 setlinewidth
38412 solid
38413 0.000 0.000 0.000 edgecolor
38414 newpath 10242.4 461.48 moveto
38415 10252 457 lineto
38416 10241.7 454.51 lineto
38417 closepath stroke
38418 grestore
38419 % cmcicmmim->cmcim_ccmcim
38420 gsave
38421 1 setlinewidth
38422 0.000 0.000 0.000 edgecolor
38423 newpath 2734 436 moveto
38424 2756 425 2787 410 2812 398 curveto
38425 stroke
38426 0.000 0.000 0.000 edgecolor
38427 newpath 2813.96 400.92 moveto
38428 2821 393 lineto
38429 2810.56 394.8 lineto
38430 closepath fill
38431 1 setlinewidth
38432 solid
38433 0.000 0.000 0.000 edgecolor
38434 newpath 2813.96 400.92 moveto
38435 2821 393 lineto
38436 2810.56 394.8 lineto
38437 closepath stroke
38438 grestore
38439 % micmmim_cmicmmim
38440 gsave
38441 1 setlinewidth
38442 0.000 0.000 0.000 nodecolor
38443 4223 162 64.12 18 ellipse_path stroke
38444 0.000 0.000 0.000 nodecolor
38445 14 /Times-Roman set_font
38446 4184.5 157.9 moveto 77 (-ic--i-=c-ic--i-) alignedtext
38447 grestore
38448 % cmcicmmim->micmmim_cmicmmim
38449 gsave
38450 1 setlinewidth
38451 0.000 0.000 0.000 edgecolor
38452 newpath 2694 433 moveto
38453 2688 423 2680 409 2676 396 curveto
38454 2664 349 2647 325 2676 288 curveto
38455 2760 182 2837 234 2970 216 curveto
38456 3200 182 3916 167 4149 163 curveto
38457 stroke
38458 0.000 0.000 0.000 edgecolor
38459 newpath 4149 166.5 moveto
38460 4159 163 lineto
38461 4149 159.5 lineto
38462 closepath fill
38463 1 setlinewidth
38464 solid
38465 0.000 0.000 0.000 edgecolor
38466 newpath 4149 166.5 moveto
38467 4159 163 lineto
38468 4149 159.5 lineto
38469 closepath stroke
38470 grestore
38471 % micmmim_cmicmmim->micim_cmicim_mmmicim_mimmicim
38472 gsave
38473 1 setlinewidth
38474 0.000 0.000 0.000 edgecolor
38475 newpath 4255 146 moveto
38476 4275 136 4302 123 4325 112 curveto
38477 stroke
38478 0.000 0.000 0.000 edgecolor
38479 newpath 4326.96 114.92 moveto
38480 4334 107 lineto
38481 4323.56 108.8 lineto
38482 closepath fill
38483 1 setlinewidth
38484 solid
38485 0.000 0.000 0.000 edgecolor
38486 newpath 4326.96 114.92 moveto
38487 4334 107 lineto
38488 4323.56 108.8 lineto
38489 closepath stroke
38490 grestore
38491 % cmcimimim->cmcimmcim
38492 gsave
38493 1 setlinewidth
38494 0.000 0.000 0.000 edgecolor
38495 newpath 3139 724 moveto
38496 3183 698 3276 643 3325 613 curveto
38497 stroke
38498 0.000 0.000 0.000 edgecolor
38499 newpath 3326.96 615.92 moveto
38500 3334 608 lineto
38501 3323.56 609.8 lineto
38502 closepath fill
38503 1 setlinewidth
38504 solid
38505 0.000 0.000 0.000 edgecolor
38506 newpath 3326.96 615.92 moveto
38507 3334 608 lineto
38508 3323.56 609.8 lineto
38509 closepath stroke
38510 grestore
38511 % cmcimimim->cmcicmmim
38512 gsave
38513 1 setlinewidth
38514 0.000 0.000 0.000 edgecolor
38515 newpath 3077 734 moveto
38516 2975 722 2701 684 2655 612 curveto
38517 2646 597 2654 523 2662 504 curveto
38518 2667 493 2674 483 2682 474 curveto
38519 stroke
38520 0.000 0.000 0.000 edgecolor
38521 newpath 2684.4 476.55 moveto
38522 2689 467 lineto
38523 2679.45 471.6 lineto
38524 closepath fill
38525 1 setlinewidth
38526 solid
38527 0.000 0.000 0.000 edgecolor
38528 newpath 2684.4 476.55 moveto
38529 2689 467 lineto
38530 2679.45 471.6 lineto
38531 closepath stroke
38532 grestore
38533 % mimimim_cmimimim
38534 gsave
38535 1 setlinewidth
38536 0.000 0.000 0.000 nodecolor
38537 4337 666 59.06 18 ellipse_path stroke
38538 0.000 0.000 0.000 nodecolor
38539 14 /Times-Roman set_font
38540 4302.5 661.9 moveto 69 (-i-i-i-=c-i-i-i-) alignedtext
38541 grestore
38542 % cmcimimim->mimimim_cmimimim
38543 gsave
38544 1 setlinewidth
38545 0.000 0.000 0.000 edgecolor
38546 newpath 3152 732 moveto
38547 3176 728 3210 723 3239 720 curveto
38548 3441 700 4060 676 4268 668 curveto
38549 stroke
38550 0.000 0.000 0.000 edgecolor
38551 newpath 4268 671.5 moveto
38552 4278 668 lineto
38553 4268 664.5 lineto
38554 closepath fill
38555 1 setlinewidth
38556 solid
38557 0.000 0.000 0.000 edgecolor
38558 newpath 4268 671.5 moveto
38559 4278 668 lineto
38560 4268 664.5 lineto
38561 closepath stroke
38562 grestore
38563 % micmmcim_cmicmmcim
38564 gsave
38565 1 setlinewidth
38566 0.000 0.000 0.000 nodecolor
38567 3587 594 73.16 18 ellipse_path stroke
38568 0.000 0.000 0.000 nodecolor
38569 14 /Times-Roman set_font
38570 3542 589.9 moveto 90 (-ic--ci-=c-ic--ci-) alignedtext
38571 grestore
38572 % mimimim_cmimimim->micmmcim_cmicmmcim
38573 gsave
38574 1 setlinewidth
38575 0.000 0.000 0.000 edgecolor
38576 newpath 4282 659 moveto
38577 4251 655 4210 651 4174 648 curveto
38578 3967 628 3914 635 3707 612 curveto
38579 3691 610 3675 608 3659 606 curveto
38580 stroke
38581 0.000 0.000 0.000 edgecolor
38582 newpath 3659.49 602.53 moveto
38583 3649 604 lineto
38584 3658.12 609.39 lineto
38585 closepath fill
38586 1 setlinewidth
38587 solid
38588 0.000 0.000 0.000 edgecolor
38589 newpath 3659.49 602.53 moveto
38590 3649 604 lineto
38591 3658.12 609.39 lineto
38592 closepath stroke
38593 grestore
38594 % cmcmcimim->cmcimimim
38595 gsave
38596 1 setlinewidth
38597 0.000 0.000 0.000 edgecolor
38598 newpath 1968 798 moveto
38599 1976 796 1984 793 1992 792 curveto
38600 1999 790 2851 750 3066 740 curveto
38601 stroke
38602 0.000 0.000 0.000 edgecolor
38603 newpath 3066 743.5 moveto
38604 3076 740 lineto
38605 3066 736.5 lineto
38606 closepath fill
38607 1 setlinewidth
38608 solid
38609 0.000 0.000 0.000 edgecolor
38610 newpath 3066 743.5 moveto
38611 3076 740 lineto
38612 3066 736.5 lineto
38613 closepath stroke
38614 grestore
38615 % cmcmcimim->cmcmcmcim
38616 gsave
38617 1 setlinewidth
38618 0.000 0.000 0.000 edgecolor
38619 newpath 1968 798 moveto
38620 1976 796 1984 794 1992 792 curveto
38621 2147 759 2189 774 2346 756 curveto
38622 2373 753 2403 748 2428 745 curveto
38623 stroke
38624 0.000 0.000 0.000 edgecolor
38625 newpath 2428.4 748.48 moveto
38626 2438 744 lineto
38627 2427.7 741.51 lineto
38628 closepath fill
38629 1 setlinewidth
38630 solid
38631 0.000 0.000 0.000 edgecolor
38632 newpath 2428.4 748.48 moveto
38633 2438 744 lineto
38634 2427.7 741.51 lineto
38635 closepath stroke
38636 grestore
38637 % cmcmcimim->cmmcimim_ccmmcimim
38638 gsave
38639 1 setlinewidth
38640 0.000 0.000 0.000 edgecolor
38641 newpath 1973 801 moveto
38642 1989 797 2008 794 2025 792 curveto
38643 2554 734 3889 799 4419 756 curveto
38644 4436 754 4453 752 4469 750 curveto
38645 stroke
38646 0.000 0.000 0.000 edgecolor
38647 newpath 4469.88 753.39 moveto
38648 4479 748 lineto
38649 4468.51 746.53 lineto
38650 closepath fill
38651 1 setlinewidth
38652 solid
38653 0.000 0.000 0.000 edgecolor
38654 newpath 4469.88 753.39 moveto
38655 4479 748 lineto
38656 4468.51 746.53 lineto
38657 closepath stroke
38658 grestore
38659 % cmcmcmcim->cmcimmcim
38660 gsave
38661 1 setlinewidth
38662 0.000 0.000 0.000 edgecolor
38663 newpath 2520 731 moveto
38664 2541 727 2566 723 2589 720 curveto
38665 2762 697 2819 750 2979 684 curveto
38666 3003 674 3000 657 3022 648 curveto
38667 3140 596 3184 641 3309 612 curveto
38668 3312 611 3315 610 3318 609 curveto
38669 stroke
38670 0.000 0.000 0.000 edgecolor
38671 newpath 3319.43 612.23 moveto
38672 3328 606 lineto
38673 3317.42 605.52 lineto
38674 closepath fill
38675 1 setlinewidth
38676 solid
38677 0.000 0.000 0.000 edgecolor
38678 newpath 3319.43 612.23 moveto
38679 3328 606 lineto
38680 3317.42 605.52 lineto
38681 closepath stroke
38682 grestore
38683 % cmcmmicim
38684 gsave
38685 1 setlinewidth
38686 0.000 0.000 0.000 nodecolor
38687 2433 666 41.19 18 ellipse_path stroke
38688 0.000 0.000 0.000 nodecolor
38689 14 /Times-Roman set_font
38690 2411 661.9 moveto 44 (c-c--ici-) alignedtext
38691 grestore
38692 % cmcmcmcim->cmcmmicim
38693 gsave
38694 1 setlinewidth
38695 0.000 0.000 0.000 edgecolor
38696 newpath 2469 721 moveto
38697 2464 712 2457 701 2450 692 curveto
38698 stroke
38699 0.000 0.000 0.000 edgecolor
38700 newpath 2452.92 690.04 moveto
38701 2445 683 lineto
38702 2446.8 693.44 lineto
38703 closepath fill
38704 1 setlinewidth
38705 solid
38706 0.000 0.000 0.000 edgecolor
38707 newpath 2452.92 690.04 moveto
38708 2445 683 lineto
38709 2446.8 693.44 lineto
38710 closepath stroke
38711 grestore
38712 % micmcmcim
38713 gsave
38714 1 setlinewidth
38715 0.000 0.000 0.000 nodecolor
38716 3826 522 41.19 18 ellipse_path stroke
38717 0.000 0.000 0.000 nodecolor
38718 14 /Times-Roman set_font
38719 3804 517.9 moveto 44 (-ic-c-ci-) alignedtext
38720 grestore
38721 % cmcmcmcim->micmcmcim
38722 gsave
38723 1 setlinewidth
38724 0.000 0.000 0.000 edgecolor
38725 newpath 2515 727 moveto
38726 2522 724 2530 722 2538 720 curveto
38727 2672 683 2706 676 2841 648 curveto
38728 2927 629 2950 632 3034 612 curveto
38729 3088 598 3099 586 3153 576 curveto
38730 3273 554 3639 532 3775 525 curveto
38731 stroke
38732 0.000 0.000 0.000 edgecolor
38733 newpath 3775.4 528.48 moveto
38734 3785 524 lineto
38735 3774.7 521.51 lineto
38736 closepath fill
38737 1 setlinewidth
38738 solid
38739 0.000 0.000 0.000 edgecolor
38740 newpath 3775.4 528.48 moveto
38741 3785 524 lineto
38742 3774.7 521.51 lineto
38743 closepath stroke
38744 grestore
38745 % cmmcimim_ccmmcimim->cmmcmcim_ccmmcmcim
38746 gsave
38747 1 setlinewidth
38748 0.000 0.000 0.000 edgecolor
38749 newpath 4537 720 moveto
38750 4530 658 4497 454 4375 360 curveto
38751 4278 284 3426 247 3146 237 curveto
38752 stroke
38753 0.000 0.000 0.000 edgecolor
38754 newpath 3146 233.5 moveto
38755 3136 237 lineto
38756 3146 240.5 lineto
38757 closepath fill
38758 1 setlinewidth
38759 solid
38760 0.000 0.000 0.000 edgecolor
38761 newpath 3146 233.5 moveto
38762 3136 237 lineto
38763 3146 240.5 lineto
38764 closepath stroke
38765 grestore
38766 % cmmcimim_ccmmcimim->mimimim_cmimimim
38767 gsave
38768 1 setlinewidth
38769 0.000 0.000 0.000 edgecolor
38770 newpath 4497 723 moveto
38771 4464 711 4419 695 4385 683 curveto
38772 stroke
38773 0.000 0.000 0.000 edgecolor
38774 newpath 4385.58 679.52 moveto
38775 4375 680 lineto
38776 4383.57 686.23 lineto
38777 closepath fill
38778 1 setlinewidth
38779 solid
38780 0.000 0.000 0.000 edgecolor
38781 newpath 4385.58 679.52 moveto
38782 4375 680 lineto
38783 4383.57 686.23 lineto
38784 closepath stroke
38785 grestore
38786 % cmcmmicim->cmcmmim_ccmcmmim
38787 gsave
38788 1 setlinewidth
38789 0.000 0.000 0.000 edgecolor
38790 newpath 2433 648 moveto
38791 2433 640 2433 631 2433 622 curveto
38792 stroke
38793 0.000 0.000 0.000 edgecolor
38794 newpath 2436.5 622 moveto
38795 2433 612 lineto
38796 2429.5 622 lineto
38797 closepath fill
38798 1 setlinewidth
38799 solid
38800 0.000 0.000 0.000 edgecolor
38801 newpath 2436.5 622 moveto
38802 2433 612 lineto
38803 2429.5 622 lineto
38804 closepath stroke
38805 grestore
38806 % micmmicim
38807 gsave
38808 1 setlinewidth
38809 0.000 0.000 0.000 nodecolor
38810 3791 450 39.11 18 ellipse_path stroke
38811 0.000 0.000 0.000 nodecolor
38812 14 /Times-Roman set_font
38813 3770.5 445.9 moveto 41 (-ic--ici-) alignedtext
38814 grestore
38815 % cmcmmicim->micmmicim
38816 gsave
38817 1 setlinewidth
38818 0.000 0.000 0.000 edgecolor
38819 newpath 2473 663 moveto
38820 2589 653 2917 625 2963 612 curveto
38821 2997 602 3001 586 3034 576 curveto
38822 3139 542 3171 557 3279 540 curveto
38823 3451 512 3655 475 3745 459 curveto
38824 stroke
38825 0.000 0.000 0.000 edgecolor
38826 newpath 3745.88 462.39 moveto
38827 3755 457 lineto
38828 3744.51 455.53 lineto
38829 closepath fill
38830 1 setlinewidth
38831 solid
38832 0.000 0.000 0.000 edgecolor
38833 newpath 3745.88 462.39 moveto
38834 3755 457 lineto
38835 3744.51 455.53 lineto
38836 closepath stroke
38837 grestore
38838 % micmcmcim->micimmcim
38839 gsave
38840 1 setlinewidth
38841 0.000 0.000 0.000 edgecolor
38842 newpath 3858 510 moveto
38843 3892 498 3947 478 3983 465 curveto
38844 stroke
38845 0.000 0.000 0.000 edgecolor
38846 newpath 3985.02 467.96 moveto
38847 3993 461 lineto
38848 3982.42 461.46 lineto
38849 closepath fill
38850 1 setlinewidth
38851 solid
38852 0.000 0.000 0.000 edgecolor
38853 newpath 3985.02 467.96 moveto
38854 3993 461 lineto
38855 3982.42 461.46 lineto
38856 closepath stroke
38857 grestore
38858 % micmcmcim->micmmicim
38859 gsave
38860 1 setlinewidth
38861 0.000 0.000 0.000 edgecolor
38862 newpath 3817 504 moveto
38863 3813 496 3809 486 3804 477 curveto
38864 stroke
38865 0.000 0.000 0.000 edgecolor
38866 newpath 3807.26 475.72 moveto
38867 3800 468 lineto
38868 3800.86 478.56 lineto
38869 closepath fill
38870 1 setlinewidth
38871 solid
38872 0.000 0.000 0.000 edgecolor
38873 newpath 3807.26 475.72 moveto
38874 3800 468 lineto
38875 3800.86 478.56 lineto
38876 closepath stroke
38877 grestore
38878 % cmcmmcim_ccmcmmcim->cmcmcmcim
38879 gsave
38880 1 setlinewidth
38881 0.000 0.000 0.000 edgecolor
38882 newpath 2565 793 moveto
38883 2549 783 2529 770 2512 759 curveto
38884 stroke
38885 0.000 0.000 0.000 edgecolor
38886 newpath 2514.1 756.2 moveto
38887 2504 753 lineto
38888 2509.9 761.8 lineto
38889 closepath fill
38890 1 setlinewidth
38891 solid
38892 0.000 0.000 0.000 edgecolor
38893 newpath 2514.1 756.2 moveto
38894 2504 753 lineto
38895 2509.9 761.8 lineto
38896 closepath stroke
38897 grestore
38898 % cmcmmcim_ccmcmmcim->micmmcim_cmicmmcim
38899 gsave
38900 1 setlinewidth
38901 0.000 0.000 0.000 edgecolor
38902 newpath 2638 796 moveto
38903 2704 776 2826 741 2931 720 curveto
38904 3043 697 3074 705 3185 684 curveto
38905 3252 671 3267 662 3332 648 curveto
38906 3409 630 3429 628 3505 612 curveto
38907 3511 611 3517 609 3523 608 curveto
38908 stroke
38909 0.000 0.000 0.000 edgecolor
38910 newpath 3523.88 611.39 moveto
38911 3533 606 lineto
38912 3522.51 604.53 lineto
38913 closepath fill
38914 1 setlinewidth
38915 solid
38916 0.000 0.000 0.000 edgecolor
38917 newpath 3523.88 611.39 moveto
38918 3533 606 lineto
38919 3522.51 604.53 lineto
38920 closepath stroke
38921 grestore
38922 % micmmcim_cmicmmcim->micmcmcim
38923 gsave
38924 1 setlinewidth
38925 0.000 0.000 0.000 edgecolor
38926 newpath 3633 580 moveto
38927 3677 567 3741 548 3782 535 curveto
38928 stroke
38929 0.000 0.000 0.000 edgecolor
38930 newpath 3783.43 538.23 moveto
38931 3792 532 lineto
38932 3781.42 531.52 lineto
38933 closepath fill
38934 1 setlinewidth
38935 solid
38936 0.000 0.000 0.000 edgecolor
38937 newpath 3783.43 538.23 moveto
38938 3792 532 lineto
38939 3781.42 531.52 lineto
38940 closepath stroke
38941 grestore
38942 % cmcmmim_ccmcmmim->cmcicmmim
38943 gsave
38944 1 setlinewidth
38945 0.000 0.000 0.000 edgecolor
38946 newpath 2464 578 moveto
38947 2485 567 2514 553 2538 540 curveto
38948 2585 515 2638 487 2672 469 curveto
38949 stroke
38950 0.000 0.000 0.000 edgecolor
38951 newpath 2673.96 471.92 moveto
38952 2681 464 lineto
38953 2670.56 465.8 lineto
38954 closepath fill
38955 1 setlinewidth
38956 solid
38957 0.000 0.000 0.000 edgecolor
38958 newpath 2673.96 471.92 moveto
38959 2681 464 lineto
38960 2670.56 465.8 lineto
38961 closepath stroke
38962 grestore
38963 % micmmicim->micmmim_cmicmmim
38964 gsave
38965 1 setlinewidth
38966 0.000 0.000 0.000 edgecolor
38967 newpath 3813 435 moveto
38968 3884 388 4105 241 4190 185 curveto
38969 stroke
38970 0.000 0.000 0.000 edgecolor
38971 newpath 4192.1 187.8 moveto
38972 4198 179 lineto
38973 4187.9 182.2 lineto
38974 closepath fill
38975 1 setlinewidth
38976 solid
38977 0.000 0.000 0.000 edgecolor
38978 newpath 4192.1 187.8 moveto
38979 4198 179 lineto
38980 4187.9 182.2 lineto
38981 closepath stroke
38982 grestore
38983 % mcicmmcim->mcimmcim
38984 gsave
38985 1 setlinewidth
38986 0.000 0.000 0.000 edgecolor
38987 newpath 3261 725 moveto
38988 3237 713 3202 696 3175 683 curveto
38989 stroke
38990 0.000 0.000 0.000 edgecolor
38991 newpath 3176.56 679.86 moveto
38992 3166 679 lineto
38993 3173.72 686.26 lineto
38994 closepath fill
38995 1 setlinewidth
38996 solid
38997 0.000 0.000 0.000 edgecolor
38998 newpath 3176.56 679.86 moveto
38999 3166 679 lineto
39000 3173.72 686.26 lineto
39001 closepath stroke
39002 grestore
39003 % mcicmmcim->micmmcim_cmicmmcim
39004 gsave
39005 1 setlinewidth
39006 0.000 0.000 0.000 edgecolor
39007 newpath 3302 721 moveto
39008 3318 700 3347 667 3380 648 curveto
39009 3393 640 3468 622 3524 608 curveto
39010 stroke
39011 0.000 0.000 0.000 edgecolor
39012 newpath 3524.88 611.39 moveto
39013 3534 606 lineto
39014 3523.51 604.53 lineto
39015 closepath fill
39016 1 setlinewidth
39017 solid
39018 0.000 0.000 0.000 edgecolor
39019 newpath 3524.88 611.39 moveto
39020 3534 606 lineto
39021 3523.51 604.53 lineto
39022 closepath stroke
39023 grestore
39024 % mcicmmcim->mcicmmim
39025 gsave
39026 1 setlinewidth
39027 0.000 0.000 0.000 edgecolor
39028 newpath 3274 721 moveto
39029 3255 701 3221 668 3185 648 curveto
39030 3042 566 2844 536 2755 526 curveto
39031 stroke
39032 0.000 0.000 0.000 edgecolor
39033 newpath 2755.3 522.51 moveto
39034 2745 525 lineto
39035 2754.6 529.48 lineto
39036 closepath fill
39037 1 setlinewidth
39038 solid
39039 0.000 0.000 0.000 edgecolor
39040 newpath 2755.3 522.51 moveto
39041 2745 525 lineto
39042 2754.6 529.48 lineto
39043 closepath stroke
39044 grestore
39045 % mcicmmim->mcim_mmmcim
39046 gsave
39047 1 setlinewidth
39048 0.000 0.000 0.000 edgecolor
39049 newpath 2734 509 moveto
39050 2756 497 2789 481 2815 468 curveto
39051 stroke
39052 0.000 0.000 0.000 edgecolor
39053 newpath 2816.28 471.26 moveto
39054 2824 464 lineto
39055 2813.44 464.86 lineto
39056 closepath fill
39057 1 setlinewidth
39058 solid
39059 0.000 0.000 0.000 edgecolor
39060 newpath 2816.28 471.26 moveto
39061 2824 464 lineto
39062 2813.44 464.86 lineto
39063 closepath stroke
39064 grestore
39065 % mcicmmim->cmcicmmim
39066 gsave
39067 1 setlinewidth
39068 0.000 0.000 0.000 edgecolor
39069 newpath 2708 504 moveto
39070 2707 496 2707 487 2707 478 curveto
39071 stroke
39072 0.000 0.000 0.000 edgecolor
39073 newpath 2710.5 478 moveto
39074 2707 468 lineto
39075 2703.5 478 lineto
39076 closepath fill
39077 1 setlinewidth
39078 solid
39079 0.000 0.000 0.000 edgecolor
39080 newpath 2710.5 478 moveto
39081 2707 468 lineto
39082 2703.5 478 lineto
39083 closepath stroke
39084 grestore
39085 % mcimimim->cmcimimim
39086 gsave
39087 1 setlinewidth
39088 0.000 0.000 0.000 edgecolor
39089 newpath 3045 795 moveto
39090 3058 785 3074 771 3088 760 curveto
39091 stroke
39092 0.000 0.000 0.000 edgecolor
39093 newpath 3090.1 762.8 moveto
39094 3096 754 lineto
39095 3085.9 757.2 lineto
39096 closepath fill
39097 1 setlinewidth
39098 solid
39099 0.000 0.000 0.000 edgecolor
39100 newpath 3090.1 762.8 moveto
39101 3096 754 lineto
39102 3085.9 757.2 lineto
39103 closepath stroke
39104 grestore
39105 % mcimimim->mcicmmcim
39106 gsave
39107 1 setlinewidth
39108 0.000 0.000 0.000 edgecolor
39109 newpath 3053 799 moveto
39110 3060 796 3067 794 3074 792 curveto
39111 3131 773 3198 758 3242 748 curveto
39112 stroke
39113 0.000 0.000 0.000 edgecolor
39114 newpath 3242.88 751.39 moveto
39115 3252 746 lineto
39116 3241.51 744.53 lineto
39117 closepath fill
39118 1 setlinewidth
39119 solid
39120 0.000 0.000 0.000 edgecolor
39121 newpath 3242.88 751.39 moveto
39122 3252 746 lineto
39123 3241.51 744.53 lineto
39124 closepath stroke
39125 grestore
39126 % mcmcimim->mmcimim
39127 gsave
39128 1 setlinewidth
39129 0.000 0.000 0.000 edgecolor
39130 newpath 1945 876 moveto
39131 1969 871 2003 866 2032 864 curveto
39132 2554 821 3864 843 4387 828 curveto
39133 4519 823 4675 816 4748 812 curveto
39134 stroke
39135 0.000 0.000 0.000 edgecolor
39136 newpath 4748 815.5 moveto
39137 4758 812 lineto
39138 4748 808.5 lineto
39139 closepath fill
39140 1 setlinewidth
39141 solid
39142 0.000 0.000 0.000 edgecolor
39143 newpath 4748 815.5 moveto
39144 4758 812 lineto
39145 4748 808.5 lineto
39146 closepath stroke
39147 grestore
39148 % mcmcimim->cmcmcimim
39149 gsave
39150 1 setlinewidth
39151 0.000 0.000 0.000 edgecolor
39152 newpath 1917 864 moveto
39153 1920 856 1923 846 1927 838 curveto
39154 stroke
39155 0.000 0.000 0.000 edgecolor
39156 newpath 1930.48 838.58 moveto
39157 1930 828 lineto
39158 1923.77 836.57 lineto
39159 closepath fill
39160 1 setlinewidth
39161 solid
39162 0.000 0.000 0.000 edgecolor
39163 newpath 1930.48 838.58 moveto
39164 1930 828 lineto
39165 1923.77 836.57 lineto
39166 closepath stroke
39167 grestore
39168 % mcmcimim->mcimimim
39169 gsave
39170 1 setlinewidth
39171 0.000 0.000 0.000 edgecolor
39172 newpath 1945 876 moveto
39173 1969 872 2003 867 2032 864 curveto
39174 2081 859 2796 821 2982 812 curveto
39175 stroke
39176 0.000 0.000 0.000 edgecolor
39177 newpath 2982 815.5 moveto
39178 2992 812 lineto
39179 2982 808.5 lineto
39180 closepath fill
39181 1 setlinewidth
39182 solid
39183 0.000 0.000 0.000 edgecolor
39184 newpath 2982 815.5 moveto
39185 2992 812 lineto
39186 2982 808.5 lineto
39187 closepath stroke
39188 grestore
39189 % mcmcimim->mcmcmcim
39190 gsave
39191 1 setlinewidth
39192 0.000 0.000 0.000 edgecolor
39193 newpath 1888 867 moveto
39194 1872 857 1851 842 1833 831 curveto
39195 stroke
39196 0.000 0.000 0.000 edgecolor
39197 newpath 1834.26 827.63 moveto
39198 1824 825 lineto
39199 1830.38 833.46 lineto
39200 closepath fill
39201 1 setlinewidth
39202 solid
39203 0.000 0.000 0.000 edgecolor
39204 newpath 1834.26 827.63 moveto
39205 1824 825 lineto
39206 1830.38 833.46 lineto
39207 closepath stroke
39208 grestore
39209 % mcmcmcim->mcimmcim
39210 gsave
39211 1 setlinewidth
39212 0.000 0.000 0.000 edgecolor
39213 newpath 1831 798 moveto
39214 1839 796 1846 794 1854 792 curveto
39215 2053 751 2110 793 2308 756 curveto
39216 2363 745 2373 729 2427 720 curveto
39217 2669 676 2735 705 2979 684 curveto
39218 3018 680 3061 675 3093 671 curveto
39219 stroke
39220 0.000 0.000 0.000 edgecolor
39221 newpath 3093.4 674.48 moveto
39222 3103 670 lineto
39223 3092.7 667.51 lineto
39224 closepath fill
39225 1 setlinewidth
39226 solid
39227 0.000 0.000 0.000 edgecolor
39228 newpath 3093.4 674.48 moveto
39229 3103 670 lineto
39230 3092.7 667.51 lineto
39231 closepath stroke
39232 grestore
39233 % mcmcmcim->cmcmcmcim
39234 gsave
39235 1 setlinewidth
39236 0.000 0.000 0.000 edgecolor
39237 newpath 1831 798 moveto
39238 1838 796 1846 793 1854 792 curveto
39239 2069 748 2128 778 2346 756 curveto
39240 2373 753 2403 749 2428 746 curveto
39241 stroke
39242 0.000 0.000 0.000 edgecolor
39243 newpath 2428.88 749.39 moveto
39244 2438 744 lineto
39245 2427.51 742.53 lineto
39246 closepath fill
39247 1 setlinewidth
39248 solid
39249 0.000 0.000 0.000 edgecolor
39250 newpath 2428.88 749.39 moveto
39251 2438 744 lineto
39252 2427.51 742.53 lineto
39253 closepath stroke
39254 grestore
39255 % mcmmicim
39256 gsave
39257 1 setlinewidth
39258 0.000 0.000 0.000 nodecolor
39259 1801 738 37.02 18 ellipse_path stroke
39260 0.000 0.000 0.000 nodecolor
39261 14 /Times-Roman set_font
39262 1782 733.9 moveto 38 (-c--ici-) alignedtext
39263 grestore
39264 % mcmcmcim->mcmmicim
39265 gsave
39266 1 setlinewidth
39267 0.000 0.000 0.000 edgecolor
39268 newpath 1801 792 moveto
39269 1801 784 1801 775 1801 766 curveto
39270 stroke
39271 0.000 0.000 0.000 edgecolor
39272 newpath 1804.5 766 moveto
39273 1801 756 lineto
39274 1797.5 766 lineto
39275 closepath fill
39276 1 setlinewidth
39277 solid
39278 0.000 0.000 0.000 edgecolor
39279 newpath 1804.5 766 moveto
39280 1801 756 lineto
39281 1797.5 766 lineto
39282 closepath stroke
39283 grestore
39284 % mcmmicim->mcimmicim
39285 gsave
39286 1 setlinewidth
39287 0.000 0.000 0.000 edgecolor
39288 newpath 1838 735 moveto
39289 1923 729 2130 710 2194 684 curveto
39290 2219 673 2217 657 2242 648 curveto
39291 2373 600 2731 640 2867 612 curveto
39292 2870 612 2873 611 2876 610 curveto
39293 stroke
39294 0.000 0.000 0.000 edgecolor
39295 newpath 2878.02 612.96 moveto
39296 2886 606 lineto
39297 2875.42 606.46 lineto
39298 closepath fill
39299 1 setlinewidth
39300 solid
39301 0.000 0.000 0.000 edgecolor
39302 newpath 2878.02 612.96 moveto
39303 2886 606 lineto
39304 2875.42 606.46 lineto
39305 closepath stroke
39306 grestore
39307 % mcmmicim->cmcmmicim
39308 gsave
39309 1 setlinewidth
39310 0.000 0.000 0.000 edgecolor
39311 newpath 1837 734 moveto
39312 1945 722 2260 686 2383 672 curveto
39313 stroke
39314 0.000 0.000 0.000 edgecolor
39315 newpath 2383.4 675.48 moveto
39316 2393 671 lineto
39317 2382.7 668.51 lineto
39318 closepath fill
39319 1 setlinewidth
39320 solid
39321 0.000 0.000 0.000 edgecolor
39322 newpath 2383.4 675.48 moveto
39323 2393 671 lineto
39324 2382.7 668.51 lineto
39325 closepath stroke
39326 grestore
39327 % mcmmicim->mcmmim
39328 gsave
39329 1 setlinewidth
39330 0.000 0.000 0.000 edgecolor
39331 newpath 1764 735 moveto
39332 1630 723 1165 682 1026 670 curveto
39333 stroke
39334 0.000 0.000 0.000 edgecolor
39335 newpath 1026.3 666.51 moveto
39336 1016 669 lineto
39337 1025.6 673.48 lineto
39338 closepath fill
39339 1 setlinewidth
39340 solid
39341 0.000 0.000 0.000 edgecolor
39342 newpath 1026.3 666.51 moveto
39343 1016 669 lineto
39344 1025.6 673.48 lineto
39345 closepath stroke
39346 grestore
39347 % mcmmcim->cmcmmcim_ccmcmmcim
39348 gsave
39349 1 setlinewidth
39350 0.000 0.000 0.000 edgecolor
39351 newpath 2830 874 moveto
39352 2787 863 2708 842 2652 827 curveto
39353 stroke
39354 0.000 0.000 0.000 edgecolor
39355 newpath 2652.58 823.52 moveto
39356 2642 824 lineto
39357 2650.57 830.23 lineto
39358 closepath fill
39359 1 setlinewidth
39360 solid
39361 0.000 0.000 0.000 edgecolor
39362 newpath 2652.58 823.52 moveto
39363 2642 824 lineto
39364 2650.57 830.23 lineto
39365 closepath stroke
39366 grestore
39367 % mcmmcim->mcicmmcim
39368 gsave
39369 1 setlinewidth
39370 0.000 0.000 0.000 edgecolor
39371 newpath 2894 875 moveto
39372 2935 866 3008 848 3069 828 curveto
39373 3135 806 3208 775 3251 755 curveto
39374 stroke
39375 0.000 0.000 0.000 edgecolor
39376 newpath 3252.28 758.26 moveto
39377 3260 751 lineto
39378 3249.44 751.86 lineto
39379 closepath fill
39380 1 setlinewidth
39381 solid
39382 0.000 0.000 0.000 edgecolor
39383 newpath 3252.28 758.26 moveto
39384 3260 751 lineto
39385 3249.44 751.86 lineto
39386 closepath stroke
39387 grestore
39388 % mcmmcim->mcmcmcim
39389 gsave
39390 1 setlinewidth
39391 0.000 0.000 0.000 edgecolor
39392 newpath 2826 881 moveto
39393 2674 875 2074 852 1887 828 curveto
39394 1873 826 1859 823 1846 820 curveto
39395 stroke
39396 0.000 0.000 0.000 edgecolor
39397 newpath 1846.49 816.53 moveto
39398 1836 818 lineto
39399 1845.12 823.39 lineto
39400 closepath fill
39401 1 setlinewidth
39402 solid
39403 0.000 0.000 0.000 edgecolor
39404 newpath 1846.49 816.53 moveto
39405 1836 818 lineto
39406 1845.12 823.39 lineto
39407 closepath stroke
39408 grestore
39409 % mcmmim->cmcmmim_ccmcmmim
39410 gsave
39411 1 setlinewidth
39412 0.000 0.000 0.000 edgecolor
39413 newpath 1010 655 moveto
39414 1016 652 1023 649 1030 648 curveto
39415 1319 587 2063 649 2355 612 curveto
39416 2361 611 2368 610 2374 609 curveto
39417 stroke
39418 0.000 0.000 0.000 edgecolor
39419 newpath 2374.88 612.39 moveto
39420 2384 607 lineto
39421 2373.51 605.53 lineto
39422 closepath fill
39423 1 setlinewidth
39424 solid
39425 0.000 0.000 0.000 edgecolor
39426 newpath 2374.88 612.39 moveto
39427 2384 607 lineto
39428 2373.51 605.53 lineto
39429 closepath stroke
39430 grestore
39431 % mcmmim->mcicmmim
39432 gsave
39433 1 setlinewidth
39434 0.000 0.000 0.000 edgecolor
39435 newpath 1010 655 moveto
39436 1016 652 1023 649 1030 648 curveto
39437 1353 572 2422 531 2661 523 curveto
39438 stroke
39439 0.000 0.000 0.000 edgecolor
39440 newpath 2661 526.5 moveto
39441 2671 523 lineto
39442 2661 519.5 lineto
39443 closepath fill
39444 1 setlinewidth
39445 solid
39446 0.000 0.000 0.000 edgecolor
39447 newpath 2661 526.5 moveto
39448 2671 523 lineto
39449 2661 519.5 lineto
39450 closepath stroke
39451 grestore
39452 % cmcicmmic->cmcimmic_ccmcimmic
39453 gsave
39454 1 setlinewidth
39455 0.000 0.000 0.000 edgecolor
39456 newpath 10879 1009 moveto
39457 10889 1000 10901 989 10912 979 curveto
39458 stroke
39459 0.000 0.000 0.000 edgecolor
39460 newpath 10914.4 981.55 moveto
39461 10919 972 lineto
39462 10909.45 976.6 lineto
39463 closepath fill
39464 1 setlinewidth
39465 solid
39466 0.000 0.000 0.000 edgecolor
39467 newpath 10914.4 981.55 moveto
39468 10919 972 lineto
39469 10909.45 976.6 lineto
39470 closepath stroke
39471 grestore
39472 % cmcicmmic->cmcicmmi_ccmcicmmi
39473 gsave
39474 1 setlinewidth
39475 0.000 0.000 0.000 edgecolor
39476 newpath 10859 1008 moveto
39477 10852 974 10832 902 10787 864 curveto
39478 10777 856 10712 838 10660 825 curveto
39479 stroke
39480 0.000 0.000 0.000 edgecolor
39481 newpath 10660.49 821.53 moveto
39482 10650 823 lineto
39483 10659.12 828.39 lineto
39484 closepath fill
39485 1 setlinewidth
39486 solid
39487 0.000 0.000 0.000 edgecolor
39488 newpath 10660.49 821.53 moveto
39489 10650 823 lineto
39490 10659.12 828.39 lineto
39491 closepath stroke
39492 grestore
39493 % micmmic_cmicmmic
39494 gsave
39495 1 setlinewidth
39496 0.000 0.000 0.000 nodecolor
39497 10587 882 66.9 18 ellipse_path stroke
39498 0.000 0.000 0.000 nodecolor
39499 14 /Times-Roman set_font
39500 10546.5 877.9 moveto 81 (-ic--ic=c-ic--ic) alignedtext
39501 grestore
39502 % cmcicmmic->micmmic_cmicmmic
39503 gsave
39504 1 setlinewidth
39505 0.000 0.000 0.000 edgecolor
39506 newpath 10843 1010 moveto
39507 10819 990 10777 957 10737 936 curveto
39508 10707 920 10672 907 10644 898 curveto
39509 stroke
39510 0.000 0.000 0.000 edgecolor
39511 newpath 10644.58 894.52 moveto
39512 10634 895 lineto
39513 10642.57 901.23 lineto
39514 closepath fill
39515 1 setlinewidth
39516 solid
39517 0.000 0.000 0.000 edgecolor
39518 newpath 10644.58 894.52 moveto
39519 10634 895 lineto
39520 10642.57 901.23 lineto
39521 closepath stroke
39522 grestore
39523 % micmcmc_cmicmcmc->micimmc_cmicimmc
39524 gsave
39525 1 setlinewidth
39526 0.000 0.000 0.000 edgecolor
39527 newpath 10396 1373 moveto
39528 10406 1371 10417 1369 10427 1368 curveto
39529 10706 1335 12746 1318 13170 1314 curveto
39530 stroke
39531 0.000 0.000 0.000 edgecolor
39532 newpath 13170 1317.5 moveto
39533 13180 1314 lineto
39534 13170 1310.5 lineto
39535 closepath fill
39536 1 setlinewidth
39537 solid
39538 0.000 0.000 0.000 edgecolor
39539 newpath 13170 1317.5 moveto
39540 13180 1314 lineto
39541 13170 1310.5 lineto
39542 closepath stroke
39543 grestore
39544 % micmcmc_cmicmcmc->micmcm_cmicmcm
39545 gsave
39546 1 setlinewidth
39547 0.000 0.000 0.000 edgecolor
39548 newpath 10353 1368 moveto
39549 10357 1360 10361 1350 10366 1341 curveto
39550 stroke
39551 0.000 0.000 0.000 edgecolor
39552 newpath 10369.14 1342.56 moveto
39553 10370 1332 lineto
39554 10362.74 1339.72 lineto
39555 closepath fill
39556 1 setlinewidth
39557 solid
39558 0.000 0.000 0.000 edgecolor
39559 newpath 10369.14 1342.56 moveto
39560 10370 1332 lineto
39561 10362.74 1339.72 lineto
39562 closepath stroke
39563 grestore
39564 % micmcmcic
39565 gsave
39566 1 setlinewidth
39567 0.000 0.000 0.000 nodecolor
39568 10351 954 43.78 18 ellipse_path stroke
39569 0.000 0.000 0.000 nodecolor
39570 14 /Times-Roman set_font
39571 10327.5 949.9 moveto 47 (-ic-c-cic) alignedtext
39572 grestore
39573 % micmcmc_cmicmcmc->micmcmcic
39574 gsave
39575 1 setlinewidth
39576 0.000 0.000 0.000 edgecolor
39577 newpath 10329 1368 moveto
39578 10321 1358 10311 1345 10306 1332 curveto
39579 10251 1197 10192 1134 10263 1008 curveto
39580 10272 990 10290 978 10307 970 curveto
39581 stroke
39582 0.000 0.000 0.000 edgecolor
39583 newpath 10308.96 972.92 moveto
39584 10316 965 lineto
39585 10305.56 966.8 lineto
39586 closepath fill
39587 1 setlinewidth
39588 solid
39589 0.000 0.000 0.000 edgecolor
39590 newpath 10308.96 972.92 moveto
39591 10316 965 lineto
39592 10305.56 966.8 lineto
39593 closepath stroke
39594 grestore
39595 % cmcicmmi_ccmcicmmi->cmcimmi_ccmcimmi
39596 gsave
39597 1 setlinewidth
39598 0.000 0.000 0.000 edgecolor
39599 newpath 10651 797 moveto
39600 10661 795 10671 794 10681 792 curveto
39601 10809 770 10843 774 10973 756 curveto
39602 10989 754 11005 751 11020 749 curveto
39603 stroke
39604 0.000 0.000 0.000 edgecolor
39605 newpath 11020.88 752.39 moveto
39606 11030 747 lineto
39607 11019.51 745.53 lineto
39608 closepath fill
39609 1 setlinewidth
39610 solid
39611 0.000 0.000 0.000 edgecolor
39612 newpath 11020.88 752.39 moveto
39613 11030 747 lineto
39614 11019.51 745.53 lineto
39615 closepath stroke
39616 grestore
39617 % micmmi_cmicmmi
39618 gsave
39619 1 setlinewidth
39620 0.000 0.000 0.000 nodecolor
39621 10490 738 57.87 18 ellipse_path stroke
39622 0.000 0.000 0.000 nodecolor
39623 14 /Times-Roman set_font
39624 10456 733.9 moveto 68 (-ic--i=c-ic--i) alignedtext
39625 grestore
39626 % cmcicmmi_ccmcicmmi->micmmi_cmicmmi
39627 gsave
39628 1 setlinewidth
39629 0.000 0.000 0.000 edgecolor
39630 newpath 10570 793 moveto
39631 10556 784 10538 771 10523 761 curveto
39632 stroke
39633 0.000 0.000 0.000 edgecolor
39634 newpath 10524.26 757.63 moveto
39635 10514 755 lineto
39636 10520.38 763.46 lineto
39637 closepath fill
39638 1 setlinewidth
39639 solid
39640 0.000 0.000 0.000 edgecolor
39641 newpath 10524.26 757.63 moveto
39642 10514 755 lineto
39643 10520.38 763.46 lineto
39644 closepath stroke
39645 grestore
39646 % micmcm_cmicmcm->micimm_cmicimm
39647 gsave
39648 1 setlinewidth
39649 0.000 0.000 0.000 edgecolor
39650 newpath 10441 1312 moveto
39651 10817 1303 12759 1254 13150 1243 curveto
39652 stroke
39653 0.000 0.000 0.000 edgecolor
39654 newpath 13150 1246.5 moveto
39655 13160 1243 lineto
39656 13150 1239.5 lineto
39657 closepath fill
39658 1 setlinewidth
39659 solid
39660 0.000 0.000 0.000 edgecolor
39661 newpath 13150 1246.5 moveto
39662 13160 1243 lineto
39663 13150 1239.5 lineto
39664 closepath stroke
39665 grestore
39666 % micmcm_cmicmcm->micmmi_cmicmmi
39667 gsave
39668 1 setlinewidth
39669 0.000 0.000 0.000 edgecolor
39670 newpath 10358 1297 moveto
39671 10323 1265 10251 1194 10225 1116 curveto
39672 10219 1100 10223 1095 10225 1080 curveto
39673 10239 941 10240 879 10349 792 curveto
39674 10373 772 10405 759 10432 751 curveto
39675 stroke
39676 0.000 0.000 0.000 edgecolor
39677 newpath 10433.43 754.23 moveto
39678 10442 748 lineto
39679 10431.42 747.52 lineto
39680 closepath fill
39681 1 setlinewidth
39682 solid
39683 0.000 0.000 0.000 edgecolor
39684 newpath 10433.43 754.23 moveto
39685 10442 748 lineto
39686 10431.42 747.52 lineto
39687 closepath stroke
39688 grestore
39689 % cmcicmmci->cmcimmci_ccmcimmci
39690 gsave
39691 1 setlinewidth
39692 0.000 0.000 0.000 edgecolor
39693 newpath 10643 1013 moveto
39694 10688 994 10775 960 10851 936 curveto
39695 10895 921 10946 907 10985 898 curveto
39696 stroke
39697 0.000 0.000 0.000 edgecolor
39698 newpath 10986.43 901.23 moveto
39699 10995 895 lineto
39700 10984.42 894.52 lineto
39701 closepath fill
39702 1 setlinewidth
39703 solid
39704 0.000 0.000 0.000 edgecolor
39705 newpath 10986.43 901.23 moveto
39706 10995 895 lineto
39707 10984.42 894.52 lineto
39708 closepath stroke
39709 grestore
39710 % cmcicmmci->cmcicmmi_ccmcicmmi
39711 gsave
39712 1 setlinewidth
39713 0.000 0.000 0.000 edgecolor
39714 newpath 10615 1008 moveto
39715 10619 989 10626 959 10637 936 curveto
39716 10645 918 10656 918 10663 900 curveto
39717 10667 884 10669 878 10663 864 curveto
39718 10657 851 10646 841 10635 833 curveto
39719 stroke
39720 0.000 0.000 0.000 edgecolor
39721 newpath 10637.1 830.2 moveto
39722 10627 827 lineto
39723 10632.9 835.8 lineto
39724 closepath fill
39725 1 setlinewidth
39726 solid
39727 0.000 0.000 0.000 edgecolor
39728 newpath 10637.1 830.2 moveto
39729 10627 827 lineto
39730 10632.9 835.8 lineto
39731 closepath stroke
39732 grestore
39733 % micmmci_cmicmmci
39734 gsave
39735 1 setlinewidth
39736 0.000 0.000 0.000 nodecolor
39737 10482 954 66.9 18 ellipse_path stroke
39738 0.000 0.000 0.000 nodecolor
39739 14 /Times-Roman set_font
39740 10441.5 949.9 moveto 81 (-ic--ci=c-ic--ci) alignedtext
39741 grestore
39742 % cmcicmmci->micmmci_cmicmmci
39743 gsave
39744 1 setlinewidth
39745 0.000 0.000 0.000 edgecolor
39746 newpath 10586 1011 moveto
39747 10568 1001 10542 987 10521 975 curveto
39748 stroke
39749 0.000 0.000 0.000 edgecolor
39750 newpath 10522.44 971.8 moveto
39751 10512 970 lineto
39752 10519.04 977.92 lineto
39753 closepath fill
39754 1 setlinewidth
39755 solid
39756 0.000 0.000 0.000 edgecolor
39757 newpath 10522.44 971.8 moveto
39758 10512 970 lineto
39759 10519.04 977.92 lineto
39760 closepath stroke
39761 grestore
39762 % micmcmci_cmicmcmci
39763 gsave
39764 1 setlinewidth
39765 0.000 0.000 0.000 nodecolor
39766 10387 882 77.13 18 ellipse_path stroke
39767 0.000 0.000 0.000 nodecolor
39768 14 /Times-Roman set_font
39769 10339.5 877.9 moveto 95 (-ic-c-ci=c-ic-c-ci) alignedtext
39770 grestore
39771 % micmmci_cmicmmci->micmcmci_cmicmcmci
39772 gsave
39773 1 setlinewidth
39774 0.000 0.000 0.000 edgecolor
39775 newpath 10459 937 moveto
39776 10447 928 10431 916 10417 905 curveto
39777 stroke
39778 0.000 0.000 0.000 edgecolor
39779 newpath 10419.1 902.2 moveto
39780 10409 899 lineto
39781 10414.9 907.8 lineto
39782 closepath fill
39783 1 setlinewidth
39784 solid
39785 0.000 0.000 0.000 edgecolor
39786 newpath 10419.1 902.2 moveto
39787 10409 899 lineto
39788 10414.9 907.8 lineto
39789 closepath stroke
39790 grestore
39791 % micmmc_cmicmmc->micmcmc_cmicmcmc
39792 gsave
39793 1 setlinewidth
39794 0.000 0.000 0.000 edgecolor
39795 newpath 10349 1440 moveto
39796 10348 1432 10348 1423 10347 1414 curveto
39797 stroke
39798 0.000 0.000 0.000 edgecolor
39799 newpath 10350.5 1414 moveto
39800 10347 1404 lineto
39801 10343.5 1414 lineto
39802 closepath fill
39803 1 setlinewidth
39804 solid
39805 0.000 0.000 0.000 edgecolor
39806 newpath 10350.5 1414 moveto
39807 10347 1404 lineto
39808 10343.5 1414 lineto
39809 closepath stroke
39810 grestore
39811 % micmmc_cmicmmc->micmm_cmicmm
39812 gsave
39813 1 setlinewidth
39814 0.000 0.000 0.000 edgecolor
39815 newpath 10305 1446 moveto
39816 10258 1433 10186 1414 10138 1401 curveto
39817 stroke
39818 0.000 0.000 0.000 edgecolor
39819 newpath 10138.58 1397.52 moveto
39820 10128 1398 lineto
39821 10136.57 1404.23 lineto
39822 closepath fill
39823 1 setlinewidth
39824 solid
39825 0.000 0.000 0.000 edgecolor
39826 newpath 10138.58 1397.52 moveto
39827 10128 1398 lineto
39828 10136.57 1404.23 lineto
39829 closepath stroke
39830 grestore
39831 % micmmcic_cmicmmcic
39832 gsave
39833 1 setlinewidth
39834 0.000 0.000 0.000 nodecolor
39835 10349 1026 77.13 18 ellipse_path stroke
39836 0.000 0.000 0.000 nodecolor
39837 14 /Times-Roman set_font
39838 10301.5 1021.9 moveto 95 (-ic--cic=c-ic--cic) alignedtext
39839 grestore
39840 % micmmc_cmicmmc->micmmcic_cmicmmcic
39841 gsave
39842 1 setlinewidth
39843 0.000 0.000 0.000 edgecolor
39844 newpath 10303 1446 moveto
39845 10280 1438 10255 1425 10240 1404 curveto
39846 10212 1364 10227 1343 10233 1296 curveto
39847 10245 1196 10250 1166 10301 1080 curveto
39848 10307 1069 10315 1059 10323 1050 curveto
39849 stroke
39850 0.000 0.000 0.000 edgecolor
39851 newpath 10325.4 1052.55 moveto
39852 10330 1043 lineto
39853 10320.45 1047.6 lineto
39854 closepath fill
39855 1 setlinewidth
39856 solid
39857 0.000 0.000 0.000 edgecolor
39858 newpath 10325.4 1052.55 moveto
39859 10330 1043 lineto
39860 10320.45 1047.6 lineto
39861 closepath stroke
39862 grestore
39863 % micmmic_cmicmmic->micimmic_cmicimmic
39864 gsave
39865 1 setlinewidth
39866 0.000 0.000 0.000 edgecolor
39867 newpath 10624 867 moveto
39868 10650 856 10687 841 10715 829 curveto
39869 stroke
39870 0.000 0.000 0.000 edgecolor
39871 newpath 10716.28 832.26 moveto
39872 10724 825 lineto
39873 10713.44 825.86 lineto
39874 closepath fill
39875 1 setlinewidth
39876 solid
39877 0.000 0.000 0.000 edgecolor
39878 newpath 10716.28 832.26 moveto
39879 10724 825 lineto
39880 10713.44 825.86 lineto
39881 closepath stroke
39882 grestore
39883 % micmmici_cmicmmici
39884 gsave
39885 1 setlinewidth
39886 0.000 0.000 0.000 nodecolor
39887 10429 810 71.07 18 ellipse_path stroke
39888 0.000 0.000 0.000 nodecolor
39889 14 /Times-Roman set_font
39890 10385.5 805.9 moveto 87 (-ic--ici=c-ic--ici) alignedtext
39891 grestore
39892 % micmmic_cmicmmic->micmmici_cmicmmici
39893 gsave
39894 1 setlinewidth
39895 0.000 0.000 0.000 edgecolor
39896 newpath 10553 866 moveto
39897 10529 855 10498 842 10473 830 curveto
39898 stroke
39899 0.000 0.000 0.000 edgecolor
39900 newpath 10474.56 826.86 moveto
39901 10464 826 lineto
39902 10471.72 833.26 lineto
39903 closepath fill
39904 1 setlinewidth
39905 solid
39906 0.000 0.000 0.000 edgecolor
39907 newpath 10474.56 826.86 moveto
39908 10464 826 lineto
39909 10471.72 833.26 lineto
39910 closepath stroke
39911 grestore
39912 % micmmi_cmicmmi->micimmi_cmicimmi
39913 gsave
39914 1 setlinewidth
39915 0.000 0.000 0.000 edgecolor
39916 newpath 10544 731 moveto
39917 10652 718 10896 689 11015 674 curveto
39918 stroke
39919 0.000 0.000 0.000 edgecolor
39920 newpath 11015.4 677.48 moveto
39921 11025 673 lineto
39922 11014.7 670.51 lineto
39923 closepath fill
39924 1 setlinewidth
39925 solid
39926 0.000 0.000 0.000 edgecolor
39927 newpath 11015.4 677.48 moveto
39928 11025 673 lineto
39929 11014.7 670.51 lineto
39930 closepath stroke
39931 grestore
39932 % micmm_cmicmm->mic_cmic_mmmic_mimmic
39933 gsave
39934 1 setlinewidth
39935 0.000 0.000 0.000 edgecolor
39936 newpath 10081 1368 moveto
39937 10072 1333 10053 1255 10043 1188 curveto
39938 10017 1021 10010 978 10010 810 curveto
39939 10010 810 10010 810 10010 738 curveto
39940 10010 672 10083 632 10139 611 curveto
39941 stroke
39942 0.000 0.000 0.000 edgecolor
39943 newpath 10140.43 614.23 moveto
39944 10149 608 lineto
39945 10138.42 607.52 lineto
39946 closepath fill
39947 1 setlinewidth
39948 solid
39949 0.000 0.000 0.000 edgecolor
39950 newpath 10140.43 614.23 moveto
39951 10149 608 lineto
39952 10138.42 607.52 lineto
39953 closepath stroke
39954 grestore
39955 % micmm_cmicmm->micmcm_cmicmcm
39956 gsave
39957 1 setlinewidth
39958 0.000 0.000 0.000 edgecolor
39959 newpath 10130 1375 moveto
39960 10180 1363 10264 1342 10320 1328 curveto
39961 stroke
39962 0.000 0.000 0.000 edgecolor
39963 newpath 10320.88 1331.39 moveto
39964 10330 1326 lineto
39965 10319.51 1324.53 lineto
39966 closepath fill
39967 1 setlinewidth
39968 solid
39969 0.000 0.000 0.000 edgecolor
39970 newpath 10320.88 1331.39 moveto
39971 10330 1326 lineto
39972 10319.51 1324.53 lineto
39973 closepath stroke
39974 grestore
39975 % cmcimimic->cmcimmcic
39976 gsave
39977 1 setlinewidth
39978 0.000 0.000 0.000 edgecolor
39979 newpath 10711 1165 moveto
39980 10790 1154 10961 1130 10985 1116 curveto
39981 11009 1100 11028 1074 11040 1053 curveto
39982 stroke
39983 0.000 0.000 0.000 edgecolor
39984 newpath 11043.2 1054.44 moveto
39985 11045 1044 lineto
39986 11037.08 1051.04 lineto
39987 closepath fill
39988 1 setlinewidth
39989 solid
39990 0.000 0.000 0.000 edgecolor
39991 newpath 11043.2 1054.44 moveto
39992 11045 1044 lineto
39993 11037.08 1051.04 lineto
39994 closepath stroke
39995 grestore
39996 % cmcimimic->cmcicmmic
39997 gsave
39998 1 setlinewidth
39999 0.000 0.000 0.000 edgecolor
40000 newpath 10710 1163 moveto
40001 10741 1156 10783 1142 10813 1116 curveto
40002 10832 1099 10845 1073 10852 1054 curveto
40003 stroke
40004 0.000 0.000 0.000 edgecolor
40005 newpath 10855.54 1054.58 moveto
40006 10856 1044 lineto
40007 10849.04 1051.98 lineto
40008 closepath fill
40009 1 setlinewidth
40010 solid
40011 0.000 0.000 0.000 edgecolor
40012 newpath 10855.54 1054.58 moveto
40013 10856 1044 lineto
40014 10849.04 1051.98 lineto
40015 closepath stroke
40016 grestore
40017 % cmcimimic->cmcimimi_ccmcimimi
40018 gsave
40019 1 setlinewidth
40020 0.000 0.000 0.000 edgecolor
40021 newpath 10655 1153 moveto
40022 10646 1144 10635 1133 10624 1123 curveto
40023 stroke
40024 0.000 0.000 0.000 edgecolor
40025 newpath 10626.55 1120.6 moveto
40026 10617 1116 lineto
40027 10621.6 1125.55 lineto
40028 closepath fill
40029 1 setlinewidth
40030 solid
40031 0.000 0.000 0.000 edgecolor
40032 newpath 10626.55 1120.6 moveto
40033 10617 1116 lineto
40034 10621.6 1125.55 lineto
40035 closepath stroke
40036 grestore
40037 % mimimic_cmimimic
40038 gsave
40039 1 setlinewidth
40040 0.000 0.000 0.000 nodecolor
40041 10372 1098 62.04 18 ellipse_path stroke
40042 0.000 0.000 0.000 nodecolor
40043 14 /Times-Roman set_font
40044 10335 1093.9 moveto 74 (-i-i-ic=c-i-i-ic) alignedtext
40045 grestore
40046 % cmcimimic->mimimic_cmimimic
40047 gsave
40048 1 setlinewidth
40049 0.000 0.000 0.000 edgecolor
40050 newpath 10641 1158 moveto
40051 10635 1156 10628 1154 10622 1152 curveto
40052 10559 1133 10486 1119 10435 1109 curveto
40053 stroke
40054 0.000 0.000 0.000 edgecolor
40055 newpath 10435.49 1105.53 moveto
40056 10425 1107 lineto
40057 10434.12 1112.39 lineto
40058 closepath fill
40059 1 setlinewidth
40060 solid
40061 0.000 0.000 0.000 edgecolor
40062 newpath 10435.49 1105.53 moveto
40063 10425 1107 lineto
40064 10434.12 1112.39 lineto
40065 closepath stroke
40066 grestore
40067 % mimicmc_cmimicmc->micmcmc_cmicmcmc
40068 gsave
40069 1 setlinewidth
40070 0.000 0.000 0.000 edgecolor
40071 newpath 10498 1443 moveto
40072 10468 1432 10427 1416 10394 1404 curveto
40073 stroke
40074 0.000 0.000 0.000 edgecolor
40075 newpath 10395.59 1400.84 moveto
40076 10385 1401 lineto
40077 10393.38 1407.48 lineto
40078 closepath fill
40079 1 setlinewidth
40080 solid
40081 0.000 0.000 0.000 edgecolor
40082 newpath 10395.59 1400.84 moveto
40083 10385 1401 lineto
40084 10393.38 1407.48 lineto
40085 closepath stroke
40086 grestore
40087 % mimicmc_cmimicmc->mimicm_cmimicm
40088 gsave
40089 1 setlinewidth
40090 0.000 0.000 0.000 edgecolor
40091 newpath 10526 1440 moveto
40092 10522 1432 10515 1422 10510 1413 curveto
40093 stroke
40094 0.000 0.000 0.000 edgecolor
40095 newpath 10512.92 1411.04 moveto
40096 10505 1404 lineto
40097 10506.8 1414.44 lineto
40098 closepath fill
40099 1 setlinewidth
40100 solid
40101 0.000 0.000 0.000 edgecolor
40102 newpath 10512.92 1411.04 moveto
40103 10505 1404 lineto
40104 10506.8 1414.44 lineto
40105 closepath stroke
40106 grestore
40107 % mimicmc_cmimicmc->mimimic_cmimimic
40108 gsave
40109 1 setlinewidth
40110 0.000 0.000 0.000 edgecolor
40111 newpath 10480 1448 moveto
40112 10401 1435 10269 1412 10263 1404 curveto
40113 10192 1316 10298 1180 10348 1124 curveto
40114 stroke
40115 0.000 0.000 0.000 edgecolor
40116 newpath 10351.05 1125.83 moveto
40117 10355 1116 lineto
40118 10345.78 1121.22 lineto
40119 closepath fill
40120 1 setlinewidth
40121 solid
40122 0.000 0.000 0.000 edgecolor
40123 newpath 10351.05 1125.83 moveto
40124 10355 1116 lineto
40125 10345.78 1121.22 lineto
40126 closepath stroke
40127 grestore
40128 % cmcimimi_ccmcimimi->cmcicmmci
40129 gsave
40130 1 setlinewidth
40131 0.000 0.000 0.000 edgecolor
40132 newpath 10602 1080 moveto
40133 10603 1072 10605 1063 10607 1054 curveto
40134 stroke
40135 0.000 0.000 0.000 edgecolor
40136 newpath 10610.47 1054.49 moveto
40137 10609 1044 lineto
40138 10603.61 1053.12 lineto
40139 closepath fill
40140 1 setlinewidth
40141 solid
40142 0.000 0.000 0.000 edgecolor
40143 newpath 10610.47 1054.49 moveto
40144 10609 1044 lineto
40145 10603.61 1053.12 lineto
40146 closepath stroke
40147 grestore
40148 % mimimi_cmimimi
40149 gsave
40150 1 setlinewidth
40151 0.000 0.000 0.000 nodecolor
40152 10497 1026 52.81 18 ellipse_path stroke
40153 0.000 0.000 0.000 nodecolor
40154 14 /Times-Roman set_font
40155 10467 1021.9 moveto 60 (-i-i-i=c-i-i-i) alignedtext
40156 grestore
40157 % cmcimimi_ccmcimimi->mimimi_cmimimi
40158 gsave
40159 1 setlinewidth
40160 0.000 0.000 0.000 edgecolor
40161 newpath 10575 1081 moveto
40162 10561 1071 10543 1059 10528 1048 curveto
40163 stroke
40164 0.000 0.000 0.000 edgecolor
40165 newpath 10530.1 1045.2 moveto
40166 10520 1042 lineto
40167 10525.9 1050.8 lineto
40168 closepath fill
40169 1 setlinewidth
40170 solid
40171 0.000 0.000 0.000 edgecolor
40172 newpath 10530.1 1045.2 moveto
40173 10520 1042 lineto
40174 10525.9 1050.8 lineto
40175 closepath stroke
40176 grestore
40177 % mimicm_cmimicm->micmcm_cmicmcm
40178 gsave
40179 1 setlinewidth
40180 0.000 0.000 0.000 edgecolor
40181 newpath 10468 1370 moveto
40182 10452 1360 10431 1346 10413 1335 curveto
40183 stroke
40184 0.000 0.000 0.000 edgecolor
40185 newpath 10414.44 1331.8 moveto
40186 10404 1330 lineto
40187 10411.04 1337.92 lineto
40188 closepath fill
40189 1 setlinewidth
40190 solid
40191 0.000 0.000 0.000 edgecolor
40192 newpath 10414.44 1331.8 moveto
40193 10404 1330 lineto
40194 10411.04 1337.92 lineto
40195 closepath stroke
40196 grestore
40197 % mimicm_cmimicm->mimimi_cmimimi
40198 gsave
40199 1 setlinewidth
40200 0.000 0.000 0.000 edgecolor
40201 newpath 10494 1368 moveto
40202 10495 1309 10496 1125 10497 1054 curveto
40203 stroke
40204 0.000 0.000 0.000 edgecolor
40205 newpath 10500.5 1054 moveto
40206 10497 1044 lineto
40207 10493.5 1054 lineto
40208 closepath fill
40209 1 setlinewidth
40210 solid
40211 0.000 0.000 0.000 edgecolor
40212 newpath 10500.5 1054 moveto
40213 10497 1044 lineto
40214 10493.5 1054 lineto
40215 closepath stroke
40216 grestore
40217 % mimimic_cmimimic->mimimi_cmimimi
40218 gsave
40219 1 setlinewidth
40220 0.000 0.000 0.000 edgecolor
40221 newpath 10400 1082 moveto
40222 10418 1072 10442 1058 10461 1047 curveto
40223 stroke
40224 0.000 0.000 0.000 edgecolor
40225 newpath 10462.96 1049.92 moveto
40226 10470 1042 lineto
40227 10459.56 1043.8 lineto
40228 closepath fill
40229 1 setlinewidth
40230 solid
40231 0.000 0.000 0.000 edgecolor
40232 newpath 10462.96 1049.92 moveto
40233 10470 1042 lineto
40234 10459.56 1043.8 lineto
40235 closepath stroke
40236 grestore
40237 % mimimic_cmimimic->micmmcic_cmicmmcic
40238 gsave
40239 1 setlinewidth
40240 0.000 0.000 0.000 edgecolor
40241 newpath 10366 1080 moveto
40242 10363 1072 10360 1063 10358 1054 curveto
40243 stroke
40244 0.000 0.000 0.000 edgecolor
40245 newpath 10361.23 1052.57 moveto
40246 10355 1044 lineto
40247 10354.52 1054.58 lineto
40248 closepath fill
40249 1 setlinewidth
40250 solid
40251 0.000 0.000 0.000 edgecolor
40252 newpath 10361.23 1052.57 moveto
40253 10355 1044 lineto
40254 10354.52 1054.58 lineto
40255 closepath stroke
40256 grestore
40257 % mimimi_cmimimi->micmmci_cmicmmci
40258 gsave
40259 1 setlinewidth
40260 0.000 0.000 0.000 edgecolor
40261 newpath 10493 1008 moveto
40262 10492 1000 10490 991 10488 982 curveto
40263 stroke
40264 0.000 0.000 0.000 edgecolor
40265 newpath 10491.39 981.12 moveto
40266 10486 972 lineto
40267 10484.53 982.49 lineto
40268 closepath fill
40269 1 setlinewidth
40270 solid
40271 0.000 0.000 0.000 edgecolor
40272 newpath 10491.39 981.12 moveto
40273 10486 972 lineto
40274 10484.53 982.49 lineto
40275 closepath stroke
40276 grestore
40277 % mimim_cmimim->micmmc_cmicmmc
40278 gsave
40279 1 setlinewidth
40280 0.000 0.000 0.000 edgecolor
40281 newpath 10525 1518 moveto
40282 10491 1506 10439 1488 10402 1475 curveto
40283 stroke
40284 0.000 0.000 0.000 edgecolor
40285 newpath 10402.58 1471.52 moveto
40286 10392 1472 lineto
40287 10400.57 1478.23 lineto
40288 closepath fill
40289 1 setlinewidth
40290 solid
40291 0.000 0.000 0.000 edgecolor
40292 newpath 10402.58 1471.52 moveto
40293 10392 1472 lineto
40294 10400.57 1478.23 lineto
40295 closepath stroke
40296 grestore
40297 % mimim_cmimim->mimicmc_cmimicmc
40298 gsave
40299 1 setlinewidth
40300 0.000 0.000 0.000 edgecolor
40301 newpath 10554 1512 moveto
40302 10551 1504 10548 1495 10546 1486 curveto
40303 stroke
40304 0.000 0.000 0.000 edgecolor
40305 newpath 10549.23 1484.57 moveto
40306 10543 1476 lineto
40307 10542.52 1486.58 lineto
40308 closepath fill
40309 1 setlinewidth
40310 solid
40311 0.000 0.000 0.000 edgecolor
40312 newpath 10549.23 1484.57 moveto
40313 10543 1476 lineto
40314 10542.52 1486.58 lineto
40315 closepath stroke
40316 grestore
40317 % cmcmcimic->cmcimimic
40318 gsave
40319 1 setlinewidth
40320 0.000 0.000 0.000 edgecolor
40321 newpath 9679 1230 moveto
40322 9687 1227 9696 1225 9704 1224 curveto
40323 10106 1154 10221 1266 10622 1188 curveto
40324 10626 1187 10629 1186 10632 1185 curveto
40325 stroke
40326 0.000 0.000 0.000 edgecolor
40327 newpath 10633.43 1188.23 moveto
40328 10642 1182 lineto
40329 10631.42 1181.52 lineto
40330 closepath fill
40331 1 setlinewidth
40332 solid
40333 0.000 0.000 0.000 edgecolor
40334 newpath 10633.43 1188.23 moveto
40335 10642 1182 lineto
40336 10631.42 1181.52 lineto
40337 closepath stroke
40338 grestore
40339 % cmcmcimic->cmcmcimi_ccmcmcimi
40340 gsave
40341 1 setlinewidth
40342 0.000 0.000 0.000 edgecolor
40343 newpath 9661 1225 moveto
40344 9669 1216 9678 1205 9687 1196 curveto
40345 stroke
40346 0.000 0.000 0.000 edgecolor
40347 newpath 9690.05 1197.83 moveto
40348 9694 1188 lineto
40349 9684.78 1193.22 lineto
40350 closepath fill
40351 1 setlinewidth
40352 solid
40353 0.000 0.000 0.000 edgecolor
40354 newpath 9690.05 1197.83 moveto
40355 9694 1188 lineto
40356 9684.78 1193.22 lineto
40357 closepath stroke
40358 grestore
40359 % cmcmcimic->cmcmcmcic
40360 gsave
40361 1 setlinewidth
40362 0.000 0.000 0.000 edgecolor
40363 newpath 9608 1233 moveto
40364 9552 1220 9450 1196 9389 1181 curveto
40365 stroke
40366 0.000 0.000 0.000 edgecolor
40367 newpath 9389.49 1177.53 moveto
40368 9379 1179 lineto
40369 9388.12 1184.39 lineto
40370 closepath fill
40371 1 setlinewidth
40372 solid
40373 0.000 0.000 0.000 edgecolor
40374 newpath 9389.49 1177.53 moveto
40375 9379 1179 lineto
40376 9388.12 1184.39 lineto
40377 closepath stroke
40378 grestore
40379 % cmcmcimic->cmmcimic_ccmmcimic
40380 gsave
40381 1 setlinewidth
40382 0.000 0.000 0.000 edgecolor
40383 newpath 9681 1231 moveto
40384 9688 1228 9696 1226 9704 1224 curveto
40385 9743 1211 9788 1198 9823 1187 curveto
40386 stroke
40387 0.000 0.000 0.000 edgecolor
40388 newpath 9824.43 1190.23 moveto
40389 9833 1184 lineto
40390 9822.42 1183.52 lineto
40391 closepath fill
40392 1 setlinewidth
40393 solid
40394 0.000 0.000 0.000 edgecolor
40395 newpath 9824.43 1190.23 moveto
40396 9833 1184 lineto
40397 9822.42 1183.52 lineto
40398 closepath stroke
40399 grestore
40400 % cmcmcimi_ccmcmcimi->cmcimimi_ccmcimimi
40401 gsave
40402 1 setlinewidth
40403 0.000 0.000 0.000 edgecolor
40404 newpath 9764 1157 moveto
40405 9774 1155 9785 1153 9795 1152 curveto
40406 10080 1114 10155 1140 10443 1116 curveto
40407 10469 1113 10499 1111 10525 1107 curveto
40408 stroke
40409 0.000 0.000 0.000 edgecolor
40410 newpath 10525.4 1110.48 moveto
40411 10535 1106 lineto
40412 10524.7 1103.51 lineto
40413 closepath fill
40414 1 setlinewidth
40415 solid
40416 0.000 0.000 0.000 edgecolor
40417 newpath 10525.4 1110.48 moveto
40418 10535 1106 lineto
40419 10524.7 1103.51 lineto
40420 closepath stroke
40421 grestore
40422 % cmcmcmci_ccmcmcmci
40423 gsave
40424 1 setlinewidth
40425 0.000 0.000 0.000 nodecolor
40426 9188 1098 82 18 ellipse_path stroke
40427 0.000 0.000 0.000 nodecolor
40428 14 /Times-Roman set_font
40429 9137 1093.9 moveto 102 (c-c-c-ci=cc-c-c-ci) alignedtext
40430 grestore
40431 % cmcmcimi_ccmcmcimi->cmcmcmci_ccmcmcmci
40432 gsave
40433 1 setlinewidth
40434 0.000 0.000 0.000 edgecolor
40435 newpath 9653 1158 moveto
40436 9643 1155 9633 1154 9623 1152 curveto
40437 9487 1129 9452 1133 9317 1116 curveto
40438 9301 1114 9284 1111 9267 1109 curveto
40439 stroke
40440 0.000 0.000 0.000 edgecolor
40441 newpath 9267.3 1105.51 moveto
40442 9257 1108 lineto
40443 9266.6 1112.48 lineto
40444 closepath fill
40445 1 setlinewidth
40446 solid
40447 0.000 0.000 0.000 edgecolor
40448 newpath 9267.3 1105.51 moveto
40449 9257 1108 lineto
40450 9266.6 1112.48 lineto
40451 closepath stroke
40452 grestore
40453 % cmcmcimi_ccmcmcimi->cmmcimi_ccmmcimi
40454 gsave
40455 1 setlinewidth
40456 0.000 0.000 0.000 edgecolor
40457 newpath 9709 1152 moveto
40458 9709 1144 9709 1135 9709 1126 curveto
40459 stroke
40460 0.000 0.000 0.000 edgecolor
40461 newpath 9712.5 1126 moveto
40462 9709 1116 lineto
40463 9705.5 1126 lineto
40464 closepath fill
40465 1 setlinewidth
40466 solid
40467 0.000 0.000 0.000 edgecolor
40468 newpath 9712.5 1126 moveto
40469 9709 1116 lineto
40470 9705.5 1126 lineto
40471 closepath stroke
40472 grestore
40473 % cmcmcmcic->cmcimmcic
40474 gsave
40475 1 setlinewidth
40476 0.000 0.000 0.000 edgecolor
40477 newpath 9376 1159 moveto
40478 9453 1135 9626 1081 9633 1080 curveto
40479 9933 1030 10701 1097 11001 1044 curveto
40480 11005 1043 11009 1043 11012 1041 curveto
40481 stroke
40482 0.000 0.000 0.000 edgecolor
40483 newpath 11013.43 1044.23 moveto
40484 11022 1038 lineto
40485 11011.42 1037.52 lineto
40486 closepath fill
40487 1 setlinewidth
40488 solid
40489 0.000 0.000 0.000 edgecolor
40490 newpath 11013.43 1044.23 moveto
40491 11022 1038 lineto
40492 11011.42 1037.52 lineto
40493 closepath stroke
40494 grestore
40495 % cmcmcmcic->cmcmcmci_ccmcmcmci
40496 gsave
40497 1 setlinewidth
40498 0.000 0.000 0.000 edgecolor
40499 newpath 9311 1156 moveto
40500 9289 1145 9258 1131 9232 1118 curveto
40501 stroke
40502 0.000 0.000 0.000 edgecolor
40503 newpath 9233.56 1114.86 moveto
40504 9223 1114 lineto
40505 9230.72 1121.26 lineto
40506 closepath fill
40507 1 setlinewidth
40508 solid
40509 0.000 0.000 0.000 edgecolor
40510 newpath 9233.56 1114.86 moveto
40511 9223 1114 lineto
40512 9230.72 1121.26 lineto
40513 closepath stroke
40514 grestore
40515 % cmcmmic_ccmcmmic
40516 gsave
40517 1 setlinewidth
40518 0.000 0.000 0.000 nodecolor
40519 9399 1098 72.96 18 ellipse_path stroke
40520 0.000 0.000 0.000 nodecolor
40521 14 /Times-Roman set_font
40522 9354.5 1093.9 moveto 89 (c-c--ic=cc-c--ic) alignedtext
40523 grestore
40524 % cmcmcmcic->cmcmmic_ccmcmmic
40525 gsave
40526 1 setlinewidth
40527 0.000 0.000 0.000 edgecolor
40528 newpath 9354 1153 moveto
40529 9361 1144 9370 1133 9378 1124 curveto
40530 stroke
40531 0.000 0.000 0.000 edgecolor
40532 newpath 9381.05 1125.83 moveto
40533 9385 1116 lineto
40534 9375.78 1121.22 lineto
40535 closepath fill
40536 1 setlinewidth
40537 solid
40538 0.000 0.000 0.000 edgecolor
40539 newpath 9381.05 1125.83 moveto
40540 9385 1116 lineto
40541 9375.78 1121.22 lineto
40542 closepath stroke
40543 grestore
40544 % cmcmcmcic->micmcmcic
40545 gsave
40546 1 setlinewidth
40547 0.000 0.000 0.000 edgecolor
40548 newpath 9379 1160 moveto
40549 9408 1151 9449 1137 9481 1116 curveto
40550 9498 1103 9494 1089 9514 1080 curveto
40551 9609 1033 9886 1061 9992 1044 curveto
40552 10106 1025 10238 988 10306 968 curveto
40553 stroke
40554 0.000 0.000 0.000 edgecolor
40555 newpath 10307.43 971.23 moveto
40556 10316 965 lineto
40557 10305.42 964.52 lineto
40558 closepath fill
40559 1 setlinewidth
40560 solid
40561 0.000 0.000 0.000 edgecolor
40562 newpath 10307.43 971.23 moveto
40563 10316 965 lineto
40564 10305.42 964.52 lineto
40565 closepath stroke
40566 grestore
40567 % cmmcimic_ccmmcimic->cmmcmcic_ccmmcmcic
40568 gsave
40569 1 setlinewidth
40570 0.000 0.000 0.000 edgecolor
40571 newpath 9882 1152 moveto
40572 9885 1085 9895 848 9899 766 curveto
40573 stroke
40574 0.000 0.000 0.000 edgecolor
40575 newpath 9902.5 766 moveto
40576 9899 756 lineto
40577 9895.5 766 lineto
40578 closepath fill
40579 1 setlinewidth
40580 solid
40581 0.000 0.000 0.000 edgecolor
40582 newpath 9902.5 766 moveto
40583 9899 756 lineto
40584 9895.5 766 lineto
40585 closepath stroke
40586 grestore
40587 % cmmcimic_ccmmcimic->mimimic_cmimimic
40588 gsave
40589 1 setlinewidth
40590 0.000 0.000 0.000 edgecolor
40591 newpath 9946 1160 moveto
40592 10041 1146 10212 1122 10306 1108 curveto
40593 stroke
40594 0.000 0.000 0.000 edgecolor
40595 newpath 10306.88 1111.39 moveto
40596 10316 1106 lineto
40597 10305.51 1104.53 lineto
40598 closepath fill
40599 1 setlinewidth
40600 solid
40601 0.000 0.000 0.000 edgecolor
40602 newpath 10306.88 1111.39 moveto
40603 10316 1106 lineto
40604 10305.51 1104.53 lineto
40605 closepath stroke
40606 grestore
40607 % cmmcimic_ccmmcimic->cmmcimi_ccmmcimi
40608 gsave
40609 1 setlinewidth
40610 0.000 0.000 0.000 edgecolor
40611 newpath 9843 1154 moveto
40612 9817 1143 9782 1129 9755 1117 curveto
40613 stroke
40614 0.000 0.000 0.000 edgecolor
40615 newpath 9756.56 1113.86 moveto
40616 9746 1113 lineto
40617 9753.72 1120.26 lineto
40618 closepath fill
40619 1 setlinewidth
40620 solid
40621 0.000 0.000 0.000 edgecolor
40622 newpath 9756.56 1113.86 moveto
40623 9746 1113 lineto
40624 9753.72 1120.26 lineto
40625 closepath stroke
40626 grestore
40627 % cmcmcmci_ccmcmcmci->cmcimmci_ccmcimmci
40628 gsave
40629 1 setlinewidth
40630 0.000 0.000 0.000 edgecolor
40631 newpath 9245 1085 moveto
40632 9254 1083 9264 1081 9274 1080 curveto
40633 9433 1055 9475 1064 9635 1044 curveto
40634 9931 1005 10001 968 10298 936 curveto
40635 10592 904 10669 938 10963 900 curveto
40636 10970 899 10976 898 10983 896 curveto
40637 stroke
40638 0.000 0.000 0.000 edgecolor
40639 newpath 10983.88 899.39 moveto
40640 10993 894 lineto
40641 10982.51 892.53 lineto
40642 closepath fill
40643 1 setlinewidth
40644 solid
40645 0.000 0.000 0.000 edgecolor
40646 newpath 10983.88 899.39 moveto
40647 10993 894 lineto
40648 10982.51 892.53 lineto
40649 closepath stroke
40650 grestore
40651 % cmcmmici_ccmcmmici
40652 gsave
40653 1 setlinewidth
40654 0.000 0.000 0.000 nodecolor
40655 9399 1026 77.13 18 ellipse_path stroke
40656 0.000 0.000 0.000 nodecolor
40657 14 /Times-Roman set_font
40658 9351.5 1021.9 moveto 95 (c-c--ici=cc-c--ici) alignedtext
40659 grestore
40660 % cmcmcmci_ccmcmcmci->cmcmmici_ccmcmmici
40661 gsave
40662 1 setlinewidth
40663 0.000 0.000 0.000 edgecolor
40664 newpath 9232 1083 moveto
40665 9265 1072 9310 1056 9346 1044 curveto
40666 stroke
40667 0.000 0.000 0.000 edgecolor
40668 newpath 9347.43 1047.23 moveto
40669 9356 1041 lineto
40670 9345.42 1040.52 lineto
40671 closepath fill
40672 1 setlinewidth
40673 solid
40674 0.000 0.000 0.000 edgecolor
40675 newpath 9347.43 1047.23 moveto
40676 9356 1041 lineto
40677 9345.42 1040.52 lineto
40678 closepath stroke
40679 grestore
40680 % cmcmcmci_ccmcmcmci->micmcmci_cmicmcmci
40681 gsave
40682 1 setlinewidth
40683 0.000 0.000 0.000 edgecolor
40684 newpath 9246 1085 moveto
40685 9255 1083 9265 1081 9274 1080 curveto
40686 9591 1022 9674 1031 9992 972 curveto
40687 10110 949 10247 917 10324 898 curveto
40688 stroke
40689 0.000 0.000 0.000 edgecolor
40690 newpath 10325.43 901.23 moveto
40691 10334 895 lineto
40692 10323.42 894.52 lineto
40693 closepath fill
40694 1 setlinewidth
40695 solid
40696 0.000 0.000 0.000 edgecolor
40697 newpath 10325.43 901.23 moveto
40698 10334 895 lineto
40699 10323.42 894.52 lineto
40700 closepath stroke
40701 grestore
40702 % cmmcimi_ccmmcimi->cmmcmci_ccmmcmci
40703 gsave
40704 1 setlinewidth
40705 0.000 0.000 0.000 edgecolor
40706 newpath 9703 1080 moveto
40707 9694 1053 9679 1000 9679 954 curveto
40708 9679 954 9679 954 9679 882 curveto
40709 9679 777 9654 748 9682 648 curveto
40710 9692 610 9716 572 9734 548 curveto
40711 stroke
40712 0.000 0.000 0.000 edgecolor
40713 newpath 9736.8 550.1 moveto
40714 9740 540 lineto
40715 9731.2 545.9 lineto
40716 closepath fill
40717 1 setlinewidth
40718 solid
40719 0.000 0.000 0.000 edgecolor
40720 newpath 9736.8 550.1 moveto
40721 9740 540 lineto
40722 9731.2 545.9 lineto
40723 closepath stroke
40724 grestore
40725 % cmmcimi_ccmmcimi->mimimi_cmimimi
40726 gsave
40727 1 setlinewidth
40728 0.000 0.000 0.000 edgecolor
40729 newpath 9775 1095 moveto
40730 9929 1087 10309 1066 10435 1044 curveto
40731 10439 1043 10443 1042 10448 1041 curveto
40732 stroke
40733 0.000 0.000 0.000 edgecolor
40734 newpath 10449.43 1044.23 moveto
40735 10458 1038 lineto
40736 10447.42 1037.52 lineto
40737 closepath fill
40738 1 setlinewidth
40739 solid
40740 0.000 0.000 0.000 edgecolor
40741 newpath 10449.43 1044.23 moveto
40742 10458 1038 lineto
40743 10447.42 1037.52 lineto
40744 closepath stroke
40745 grestore
40746 % cmcmmic_ccmcmmic->cmcicmmic
40747 gsave
40748 1 setlinewidth
40749 0.000 0.000 0.000 edgecolor
40750 newpath 9464 1090 moveto
40751 9494 1086 9529 1082 9562 1080 curveto
40752 10098 1042 10236 1104 10771 1044 curveto
40753 10785 1042 10799 1040 10813 1037 curveto
40754 stroke
40755 0.000 0.000 0.000 edgecolor
40756 newpath 10813.88 1040.39 moveto
40757 10823 1035 lineto
40758 10812.51 1033.53 lineto
40759 closepath fill
40760 1 setlinewidth
40761 solid
40762 0.000 0.000 0.000 edgecolor
40763 newpath 10813.88 1040.39 moveto
40764 10823 1035 lineto
40765 10812.51 1033.53 lineto
40766 closepath stroke
40767 grestore
40768 % cmcmmic_ccmcmmic->cmcmmici_ccmcmmici
40769 gsave
40770 1 setlinewidth
40771 0.000 0.000 0.000 edgecolor
40772 newpath 9399 1080 moveto
40773 9399 1072 9399 1063 9399 1054 curveto
40774 stroke
40775 0.000 0.000 0.000 edgecolor
40776 newpath 9402.5 1054 moveto
40777 9399 1044 lineto
40778 9395.5 1054 lineto
40779 closepath fill
40780 1 setlinewidth
40781 solid
40782 0.000 0.000 0.000 edgecolor
40783 newpath 9402.5 1054 moveto
40784 9399 1044 lineto
40785 9395.5 1054 lineto
40786 closepath stroke
40787 grestore
40788 % micmcmcic->micimmcic
40789 gsave
40790 1 setlinewidth
40791 0.000 0.000 0.000 edgecolor
40792 newpath 10383 942 moveto
40793 10391 940 10398 937 10406 936 curveto
40794 10572 901 10618 920 10787 900 curveto
40795 10812 897 10841 893 10864 890 curveto
40796 stroke
40797 0.000 0.000 0.000 edgecolor
40798 newpath 10864.88 893.39 moveto
40799 10874 888 lineto
40800 10863.51 886.53 lineto
40801 closepath fill
40802 1 setlinewidth
40803 solid
40804 0.000 0.000 0.000 edgecolor
40805 newpath 10864.88 893.39 moveto
40806 10874 888 lineto
40807 10863.51 886.53 lineto
40808 closepath stroke
40809 grestore
40810 % micmcmcic->micmmic_cmicmmic
40811 gsave
40812 1 setlinewidth
40813 0.000 0.000 0.000 edgecolor
40814 newpath 10385 942 moveto
40815 10392 940 10399 938 10406 936 curveto
40816 10448 922 10495 909 10531 898 curveto
40817 stroke
40818 0.000 0.000 0.000 edgecolor
40819 newpath 10532.43 901.23 moveto
40820 10541 895 lineto
40821 10530.42 894.52 lineto
40822 closepath fill
40823 1 setlinewidth
40824 solid
40825 0.000 0.000 0.000 edgecolor
40826 newpath 10532.43 901.23 moveto
40827 10541 895 lineto
40828 10530.42 894.52 lineto
40829 closepath stroke
40830 grestore
40831 % micmcmcic->micmcmci_cmicmcmci
40832 gsave
40833 1 setlinewidth
40834 0.000 0.000 0.000 edgecolor
40835 newpath 10360 936 moveto
40836 10364 928 10369 918 10374 909 curveto
40837 stroke
40838 0.000 0.000 0.000 edgecolor
40839 newpath 10377.14 910.56 moveto
40840 10378 900 lineto
40841 10370.74 907.72 lineto
40842 closepath fill
40843 1 setlinewidth
40844 solid
40845 0.000 0.000 0.000 edgecolor
40846 newpath 10377.14 910.56 moveto
40847 10378 900 lineto
40848 10370.74 907.72 lineto
40849 closepath stroke
40850 grestore
40851 % cmcmmici_ccmcmmici->cmcimmici
40852 gsave
40853 1 setlinewidth
40854 0.000 0.000 0.000 edgecolor
40855 newpath 9454 1013 moveto
40856 9464 1011 9474 1010 9484 1008 curveto
40857 9599 987 9629 991 9745 972 curveto
40858 9760 969 10285 865 10301 864 curveto
40859 10627 824 10716 892 11039 828 curveto
40860 11043 827 11046 826 11049 825 curveto
40861 stroke
40862 0.000 0.000 0.000 edgecolor
40863 newpath 11050.43 828.23 moveto
40864 11059 822 lineto
40865 11048.42 821.52 lineto
40866 closepath fill
40867 1 setlinewidth
40868 solid
40869 0.000 0.000 0.000 edgecolor
40870 newpath 11050.43 828.23 moveto
40871 11059 822 lineto
40872 11048.42 821.52 lineto
40873 closepath stroke
40874 grestore
40875 % cmcmmici_ccmcmmici->cmcmmi_ccmcmmi
40876 gsave
40877 1 setlinewidth
40878 0.000 0.000 0.000 edgecolor
40879 newpath 9399 1008 moveto
40880 9399 1000 9399 991 9399 982 curveto
40881 stroke
40882 0.000 0.000 0.000 edgecolor
40883 newpath 9402.5 982 moveto
40884 9399 972 lineto
40885 9395.5 982 lineto
40886 closepath fill
40887 1 setlinewidth
40888 solid
40889 0.000 0.000 0.000 edgecolor
40890 newpath 9402.5 982 moveto
40891 9399 972 lineto
40892 9395.5 982 lineto
40893 closepath stroke
40894 grestore
40895 % cmcmmici_ccmcmmici->micmmici_cmicmmici
40896 gsave
40897 1 setlinewidth
40898 0.000 0.000 0.000 edgecolor
40899 newpath 9457 1014 moveto
40900 9635 977 10176 863 10364 824 curveto
40901 stroke
40902 0.000 0.000 0.000 edgecolor
40903 newpath 10364.88 827.39 moveto
40904 10374 822 lineto
40905 10363.51 820.53 lineto
40906 closepath fill
40907 1 setlinewidth
40908 solid
40909 0.000 0.000 0.000 edgecolor
40910 newpath 10364.88 827.39 moveto
40911 10374 822 lineto
40912 10363.51 820.53 lineto
40913 closepath stroke
40914 grestore
40915 % micmcmci_cmicmcmci->micimmci_cmicimmci
40916 gsave
40917 1 setlinewidth
40918 0.000 0.000 0.000 edgecolor
40919 newpath 10452 872 moveto
40920 10471 869 10492 866 10511 864 curveto
40921 10657 845 10694 847 10841 828 curveto
40922 10857 826 10873 823 10889 821 curveto
40923 stroke
40924 0.000 0.000 0.000 edgecolor
40925 newpath 10889.4 824.48 moveto
40926 10899 820 lineto
40927 10888.7 817.51 lineto
40928 closepath fill
40929 1 setlinewidth
40930 solid
40931 0.000 0.000 0.000 edgecolor
40932 newpath 10889.4 824.48 moveto
40933 10899 820 lineto
40934 10888.7 817.51 lineto
40935 closepath stroke
40936 grestore
40937 % micmcmci_cmicmcmci->micmmici_cmicmmici
40938 gsave
40939 1 setlinewidth
40940 0.000 0.000 0.000 edgecolor
40941 newpath 10398 864 moveto
40942 10403 856 10408 846 10414 837 curveto
40943 stroke
40944 0.000 0.000 0.000 edgecolor
40945 newpath 10417.2 838.44 moveto
40946 10419 828 lineto
40947 10411.08 835.04 lineto
40948 closepath fill
40949 1 setlinewidth
40950 solid
40951 0.000 0.000 0.000 edgecolor
40952 newpath 10417.2 838.44 moveto
40953 10419 828 lineto
40954 10411.08 835.04 lineto
40955 closepath stroke
40956 grestore
40957 % cmcmmi_ccmcmmi->cmcicmmi_ccmcicmmi
40958 gsave
40959 1 setlinewidth
40960 0.000 0.000 0.000 edgecolor
40961 newpath 9460 949 moveto
40962 9627 935 10110 891 10509 828 curveto
40963 10515 827 10522 825 10528 824 curveto
40964 stroke
40965 0.000 0.000 0.000 edgecolor
40966 newpath 10528.88 827.39 moveto
40967 10538 822 lineto
40968 10527.51 820.53 lineto
40969 closepath fill
40970 1 setlinewidth
40971 solid
40972 0.000 0.000 0.000 edgecolor
40973 newpath 10528.88 827.39 moveto
40974 10538 822 lineto
40975 10527.51 820.53 lineto
40976 closepath stroke
40977 grestore
40978 % cmcmmcic_ccmcmmcic->cmcmcmcic
40979 gsave
40980 1 setlinewidth
40981 0.000 0.000 0.000 edgecolor
40982 newpath 9056 1230 moveto
40983 9066 1228 9077 1226 9087 1224 curveto
40984 9174 1207 9198 1209 9285 1188 curveto
40985 9288 1187 9292 1186 9295 1185 curveto
40986 stroke
40987 0.000 0.000 0.000 edgecolor
40988 newpath 9296.43 1188.23 moveto
40989 9305 1182 lineto
40990 9294.42 1181.52 lineto
40991 closepath fill
40992 1 setlinewidth
40993 solid
40994 0.000 0.000 0.000 edgecolor
40995 newpath 9296.43 1188.23 moveto
40996 9305 1182 lineto
40997 9294.42 1181.52 lineto
40998 closepath stroke
40999 grestore
41000 % cmcmmci_ccmcmmci
41001 gsave
41002 1 setlinewidth
41003 0.000 0.000 0.000 nodecolor
41004 9029 1170 72.96 18 ellipse_path stroke
41005 0.000 0.000 0.000 nodecolor
41006 14 /Times-Roman set_font
41007 8984.5 1165.9 moveto 89 (c-c--ci=cc-c--ci) alignedtext
41008 grestore
41009 % cmcmmcic_ccmcmmcic->cmcmmci_ccmcmmci
41010 gsave
41011 1 setlinewidth
41012 0.000 0.000 0.000 edgecolor
41013 newpath 9004 1224 moveto
41014 9008 1216 9012 1206 9017 1197 curveto
41015 stroke
41016 0.000 0.000 0.000 edgecolor
41017 newpath 9020.14 1198.56 moveto
41018 9021 1188 lineto
41019 9013.74 1195.72 lineto
41020 closepath fill
41021 1 setlinewidth
41022 solid
41023 0.000 0.000 0.000 edgecolor
41024 newpath 9020.14 1198.56 moveto
41025 9021 1188 lineto
41026 9013.74 1195.72 lineto
41027 closepath stroke
41028 grestore
41029 % cmcmmcic_ccmcmmcic->micmmcic_cmicmmcic
41030 gsave
41031 1 setlinewidth
41032 0.000 0.000 0.000 edgecolor
41033 newpath 8975 1225 moveto
41034 8955 1206 8931 1176 8947 1152 curveto
41035 8966 1120 8991 1137 9021 1116 curveto
41036 9038 1103 9034 1089 9054 1080 curveto
41037 9081 1066 9976 1038 10262 1028 curveto
41038 stroke
41039 0.000 0.000 0.000 edgecolor
41040 newpath 10262 1031.5 moveto
41041 10272 1028 lineto
41042 10262 1024.5 lineto
41043 closepath fill
41044 1 setlinewidth
41045 solid
41046 0.000 0.000 0.000 edgecolor
41047 newpath 10262 1031.5 moveto
41048 10272 1028 lineto
41049 10262 1024.5 lineto
41050 closepath stroke
41051 grestore
41052 % cmcmmci_ccmcmmci->cmcicmmci
41053 gsave
41054 1 setlinewidth
41055 0.000 0.000 0.000 edgecolor
41056 newpath 9036 1152 moveto
41057 9046 1130 9067 1095 9097 1080 curveto
41058 9169 1042 10479 1058 10559 1044 curveto
41059 10563 1043 10567 1043 10570 1041 curveto
41060 stroke
41061 0.000 0.000 0.000 edgecolor
41062 newpath 10571.43 1044.23 moveto
41063 10580 1038 lineto
41064 10569.42 1037.52 lineto
41065 closepath fill
41066 1 setlinewidth
41067 solid
41068 0.000 0.000 0.000 edgecolor
41069 newpath 10571.43 1044.23 moveto
41070 10580 1038 lineto
41071 10569.42 1037.52 lineto
41072 closepath stroke
41073 grestore
41074 % cmcmmci_ccmcmmci->cmcmcmci_ccmcmcmci
41075 gsave
41076 1 setlinewidth
41077 0.000 0.000 0.000 edgecolor
41078 newpath 9064 1154 moveto
41079 9087 1143 9118 1130 9143 1118 curveto
41080 stroke
41081 0.000 0.000 0.000 edgecolor
41082 newpath 9144.28 1121.26 moveto
41083 9152 1114 lineto
41084 9141.44 1114.86 lineto
41085 closepath fill
41086 1 setlinewidth
41087 solid
41088 0.000 0.000 0.000 edgecolor
41089 newpath 9144.28 1121.26 moveto
41090 9152 1114 lineto
41091 9141.44 1114.86 lineto
41092 closepath stroke
41093 grestore
41094 % micmmcic_cmicmmcic->micmmci_cmicmmci
41095 gsave
41096 1 setlinewidth
41097 0.000 0.000 0.000 edgecolor
41098 newpath 10380 1009 moveto
41099 10398 999 10423 986 10443 975 curveto
41100 stroke
41101 0.000 0.000 0.000 edgecolor
41102 newpath 10444.96 977.92 moveto
41103 10452 970 lineto
41104 10441.56 971.8 lineto
41105 closepath fill
41106 1 setlinewidth
41107 solid
41108 0.000 0.000 0.000 edgecolor
41109 newpath 10444.96 977.92 moveto
41110 10452 970 lineto
41111 10441.56 971.8 lineto
41112 closepath stroke
41113 grestore
41114 % micmmcic_cmicmmcic->micmcmcic
41115 gsave
41116 1 setlinewidth
41117 0.000 0.000 0.000 edgecolor
41118 newpath 10350 1008 moveto
41119 10350 1000 10350 991 10350 982 curveto
41120 stroke
41121 0.000 0.000 0.000 edgecolor
41122 newpath 10353.49 982.3 moveto
41123 10351 972 lineto
41124 10346.52 981.6 lineto
41125 closepath fill
41126 1 setlinewidth
41127 solid
41128 0.000 0.000 0.000 edgecolor
41129 newpath 10353.49 982.3 moveto
41130 10351 972 lineto
41131 10346.52 981.6 lineto
41132 closepath stroke
41133 grestore
41134 % micmmici_cmicmmici->micimmici
41135 gsave
41136 1 setlinewidth
41137 0.000 0.000 0.000 edgecolor
41138 newpath 10480 798 moveto
41139 10490 795 10500 794 10509 792 curveto
41140 10642 768 10801 751 10879 743 curveto
41141 stroke
41142 0.000 0.000 0.000 edgecolor
41143 newpath 10879.4 746.48 moveto
41144 10889 742 lineto
41145 10878.7 739.51 lineto
41146 closepath fill
41147 1 setlinewidth
41148 solid
41149 0.000 0.000 0.000 edgecolor
41150 newpath 10879.4 746.48 moveto
41151 10889 742 lineto
41152 10878.7 739.51 lineto
41153 closepath stroke
41154 grestore
41155 % micmmici_cmicmmici->micmmi_cmicmmi
41156 gsave
41157 1 setlinewidth
41158 0.000 0.000 0.000 edgecolor
41159 newpath 10444 792 moveto
41160 10451 783 10460 773 10468 764 curveto
41161 stroke
41162 0.000 0.000 0.000 edgecolor
41163 newpath 10471.05 765.83 moveto
41164 10475 756 lineto
41165 10465.78 761.22 lineto
41166 closepath fill
41167 1 setlinewidth
41168 solid
41169 0.000 0.000 0.000 edgecolor
41170 newpath 10471.05 765.83 moveto
41171 10475 756 lineto
41172 10465.78 761.22 lineto
41173 closepath stroke
41174 grestore
41175 % cmc_ccmc->cmcic_ccmcic
41176 gsave
41177 1 setlinewidth
41178 0.000 0.000 0.000 edgecolor
41179 newpath 8825 1588 moveto
41180 8771 1558 8658 1484 8658 1386 curveto
41181 8658 1386 8658 1386 8658 1170 curveto
41182 8658 1012 8775 989 8923 936 curveto
41183 8988 912 9184 894 9289 887 curveto
41184 stroke
41185 0.000 0.000 0.000 edgecolor
41186 newpath 9289.4 890.48 moveto
41187 9299 886 lineto
41188 9288.7 883.51 lineto
41189 closepath fill
41190 1 setlinewidth
41191 solid
41192 0.000 0.000 0.000 edgecolor
41193 newpath 9289.4 890.48 moveto
41194 9299 886 lineto
41195 9288.7 883.51 lineto
41196 closepath stroke
41197 grestore
41198 % cmc_ccmc->cm_ccm
41199 gsave
41200 1 setlinewidth
41201 0.000 0.000 0.000 edgecolor
41202 newpath 8855 1584 moveto
41203 8856 1576 8856 1567 8857 1558 curveto
41204 stroke
41205 0.000 0.000 0.000 edgecolor
41206 newpath 8860.49 1558.3 moveto
41207 8858 1548 lineto
41208 8853.52 1557.6 lineto
41209 closepath fill
41210 1 setlinewidth
41211 solid
41212 0.000 0.000 0.000 edgecolor
41213 newpath 8860.49 1558.3 moveto
41214 8858 1548 lineto
41215 8853.52 1557.6 lineto
41216 closepath stroke
41217 grestore
41218 % cmc_ccmc->mmcmc
41219 gsave
41220 1 setlinewidth
41221 0.000 0.000 0.000 edgecolor
41222 newpath 8886 1589 moveto
41223 8916 1576 8960 1557 8991 1544 curveto
41224 stroke
41225 0.000 0.000 0.000 edgecolor
41226 newpath 8992.28 1547.26 moveto
41227 9000 1540 lineto
41228 8989.44 1540.86 lineto
41229 closepath fill
41230 1 setlinewidth
41231 solid
41232 0.000 0.000 0.000 edgecolor
41233 newpath 8992.28 1547.26 moveto
41234 9000 1540 lineto
41235 8989.44 1540.86 lineto
41236 closepath stroke
41237 grestore
41238 % cmmimic_ccmmimic->cmcmcimic
41239 gsave
41240 1 setlinewidth
41241 0.000 0.000 0.000 edgecolor
41242 newpath 9566 1297 moveto
41243 9580 1287 9599 1274 9615 1264 curveto
41244 stroke
41245 0.000 0.000 0.000 edgecolor
41246 newpath 9617.1 1266.8 moveto
41247 9623 1258 lineto
41248 9612.9 1261.2 lineto
41249 closepath fill
41250 1 setlinewidth
41251 solid
41252 0.000 0.000 0.000 edgecolor
41253 newpath 9617.1 1266.8 moveto
41254 9623 1258 lineto
41255 9612.9 1261.2 lineto
41256 closepath stroke
41257 grestore
41258 % cmmimic_ccmmimic->cmcmmcic_ccmcmmcic
41259 gsave
41260 1 setlinewidth
41261 0.000 0.000 0.000 edgecolor
41262 newpath 9478 1308 moveto
41263 9390 1299 9225 1281 9087 1260 curveto
41264 9080 1259 9073 1257 9066 1256 curveto
41265 stroke
41266 0.000 0.000 0.000 edgecolor
41267 newpath 9066.49 1252.53 moveto
41268 9056 1254 lineto
41269 9065.12 1259.39 lineto
41270 closepath fill
41271 1 setlinewidth
41272 solid
41273 0.000 0.000 0.000 edgecolor
41274 newpath 9066.49 1252.53 moveto
41275 9056 1254 lineto
41276 9065.12 1259.39 lineto
41277 closepath stroke
41278 grestore
41279 % cmmimic_ccmmimic->cmmimi_ccmmimi
41280 gsave
41281 1 setlinewidth
41282 0.000 0.000 0.000 edgecolor
41283 newpath 9588 1301 moveto
41284 9634 1288 9703 1270 9750 1257 curveto
41285 stroke
41286 0.000 0.000 0.000 edgecolor
41287 newpath 9751.43 1260.23 moveto
41288 9760 1254 lineto
41289 9749.42 1253.52 lineto
41290 closepath fill
41291 1 setlinewidth
41292 solid
41293 0.000 0.000 0.000 edgecolor
41294 newpath 9751.43 1260.23 moveto
41295 9760 1254 lineto
41296 9749.42 1253.52 lineto
41297 closepath stroke
41298 grestore
41299 % cmmimi_ccmmimi->cmcmcimi_ccmcmcimi
41300 gsave
41301 1 setlinewidth
41302 0.000 0.000 0.000 edgecolor
41303 newpath 9782 1225 moveto
41304 9770 1216 9754 1204 9740 1193 curveto
41305 stroke
41306 0.000 0.000 0.000 edgecolor
41307 newpath 9742.1 1190.2 moveto
41308 9732 1187 lineto
41309 9737.9 1195.8 lineto
41310 closepath fill
41311 1 setlinewidth
41312 solid
41313 0.000 0.000 0.000 edgecolor
41314 newpath 9742.1 1190.2 moveto
41315 9732 1187 lineto
41316 9737.9 1195.8 lineto
41317 closepath stroke
41318 grestore
41319 % cmmimi_ccmmimi->cmcmmci_ccmcmmci
41320 gsave
41321 1 setlinewidth
41322 0.000 0.000 0.000 edgecolor
41323 newpath 9755 1232 moveto
41324 9737 1229 9717 1226 9699 1224 curveto
41325 9438 1193 9370 1224 9111 1188 curveto
41326 9105 1187 9098 1186 9092 1185 curveto
41327 stroke
41328 0.000 0.000 0.000 edgecolor
41329 newpath 9092.58 1181.52 moveto
41330 9082 1182 lineto
41331 9090.57 1188.23 lineto
41332 closepath fill
41333 1 setlinewidth
41334 solid
41335 0.000 0.000 0.000 edgecolor
41336 newpath 9092.58 1181.52 moveto
41337 9082 1182 lineto
41338 9090.57 1188.23 lineto
41339 closepath stroke
41340 grestore
41341 % mcicmcmci->mcimmci
41342 gsave
41343 1 setlinewidth
41344 0.000 0.000 0.000 edgecolor
41345 newpath 10757 1017 moveto
41346 10773 1014 10792 1011 10809 1008 curveto
41347 10941 986 11100 967 11175 959 curveto
41348 stroke
41349 0.000 0.000 0.000 edgecolor
41350 newpath 11175.4 962.48 moveto
41351 11185 958 lineto
41352 11174.7 955.51 lineto
41353 closepath fill
41354 1 setlinewidth
41355 solid
41356 0.000 0.000 0.000 edgecolor
41357 newpath 11175.4 962.48 moveto
41358 11185 958 lineto
41359 11174.7 955.51 lineto
41360 closepath stroke
41361 grestore
41362 % mcicmcmci->micmcmci_cmicmcmci
41363 gsave
41364 1 setlinewidth
41365 0.000 0.000 0.000 edgecolor
41366 newpath 10694 1011 moveto
41367 10664 991 10608 958 10558 936 curveto
41368 10523 921 10482 908 10449 898 curveto
41369 stroke
41370 0.000 0.000 0.000 edgecolor
41371 newpath 10449.58 894.52 moveto
41372 10439 895 lineto
41373 10447.57 901.23 lineto
41374 closepath fill
41375 1 setlinewidth
41376 solid
41377 0.000 0.000 0.000 edgecolor
41378 newpath 10449.58 894.52 moveto
41379 10439 895 lineto
41380 10447.57 901.23 lineto
41381 closepath stroke
41382 grestore
41383 % mcicmmici
41384 gsave
41385 1 setlinewidth
41386 0.000 0.000 0.000 nodecolor
41387 10687 954 41 18 ellipse_path stroke
41388 0.000 0.000 0.000 nodecolor
41389 14 /Times-Roman set_font
41390 10665.5 949.9 moveto 43 (-cic--ici) alignedtext
41391 grestore
41392 % mcicmcmci->mcicmmici
41393 gsave
41394 1 setlinewidth
41395 0.000 0.000 0.000 edgecolor
41396 newpath 10710 1008 moveto
41397 10706 1000 10702 990 10699 982 curveto
41398 stroke
41399 0.000 0.000 0.000 edgecolor
41400 newpath 10701.96 979.98 moveto
41401 10695 972 lineto
41402 10695.46 982.58 lineto
41403 closepath fill
41404 1 setlinewidth
41405 solid
41406 0.000 0.000 0.000 edgecolor
41407 newpath 10701.96 979.98 moveto
41408 10695 972 lineto
41409 10695.46 982.58 lineto
41410 closepath stroke
41411 grestore
41412 % mcicmmici->mcimmici
41413 gsave
41414 1 setlinewidth
41415 0.000 0.000 0.000 edgecolor
41416 newpath 10727 950 moveto
41417 10821 939 11057 913 11135 900 curveto
41418 11148 898 11162 895 11175 892 curveto
41419 stroke
41420 0.000 0.000 0.000 edgecolor
41421 newpath 11175.88 895.39 moveto
41422 11185 890 lineto
41423 11174.51 888.53 lineto
41424 closepath fill
41425 1 setlinewidth
41426 solid
41427 0.000 0.000 0.000 edgecolor
41428 newpath 11175.88 895.39 moveto
41429 11185 890 lineto
41430 11174.51 888.53 lineto
41431 closepath stroke
41432 grestore
41433 % mcicmmici->micmmici_cmicmmici
41434 gsave
41435 1 setlinewidth
41436 0.000 0.000 0.000 edgecolor
41437 newpath 10655 943 moveto
41438 10647 941 10639 938 10632 936 curveto
41439 10578 919 10558 929 10511 900 curveto
41440 10497 891 10469 859 10449 836 curveto
41441 stroke
41442 0.000 0.000 0.000 edgecolor
41443 newpath 10451.8 833.9 moveto
41444 10443 828 lineto
41445 10446.2 838.1 lineto
41446 closepath fill
41447 1 setlinewidth
41448 solid
41449 0.000 0.000 0.000 edgecolor
41450 newpath 10451.8 833.9 moveto
41451 10443 828 lineto
41452 10446.2 838.1 lineto
41453 closepath stroke
41454 grestore
41455 % mcicmmici->mcicmmi
41456 gsave
41457 1 setlinewidth
41458 0.000 0.000 0.000 edgecolor
41459 newpath 10701 937 moveto
41460 10708 928 10716 917 10725 907 curveto
41461 stroke
41462 0.000 0.000 0.000 edgecolor
41463 newpath 10727.8 909.1 moveto
41464 10731 899 lineto
41465 10722.2 904.9 lineto
41466 closepath fill
41467 1 setlinewidth
41468 solid
41469 0.000 0.000 0.000 edgecolor
41470 newpath 10727.8 909.1 moveto
41471 10731 899 lineto
41472 10722.2 904.9 lineto
41473 closepath stroke
41474 grestore
41475 % mcicmmic->mcimmic
41476 gsave
41477 1 setlinewidth
41478 0.000 0.000 0.000 edgecolor
41479 newpath 10942 1080 moveto
41480 10945 1072 10948 1063 10950 1054 curveto
41481 stroke
41482 0.000 0.000 0.000 edgecolor
41483 newpath 10953.48 1054.58 moveto
41484 10953 1044 lineto
41485 10946.77 1052.57 lineto
41486 closepath fill
41487 1 setlinewidth
41488 solid
41489 0.000 0.000 0.000 edgecolor
41490 newpath 10953.48 1054.58 moveto
41491 10953 1044 lineto
41492 10946.77 1052.57 lineto
41493 closepath stroke
41494 grestore
41495 % mcicmmic->cmcicmmic
41496 gsave
41497 1 setlinewidth
41498 0.000 0.000 0.000 edgecolor
41499 newpath 10920 1082 moveto
41500 10910 1072 10898 1060 10887 1050 curveto
41501 stroke
41502 0.000 0.000 0.000 edgecolor
41503 newpath 10889.55 1047.6 moveto
41504 10880 1043 lineto
41505 10884.6 1052.55 lineto
41506 closepath fill
41507 1 setlinewidth
41508 solid
41509 0.000 0.000 0.000 edgecolor
41510 newpath 10889.55 1047.6 moveto
41511 10880 1043 lineto
41512 10884.6 1052.55 lineto
41513 closepath stroke
41514 grestore
41515 % mcicmmic->mcicmmici
41516 gsave
41517 1 setlinewidth
41518 0.000 0.000 0.000 edgecolor
41519 newpath 10905 1088 moveto
41520 10878 1079 10839 1063 10809 1044 curveto
41521 10789 1031 10789 1022 10771 1008 curveto
41522 10755 995 10737 983 10721 973 curveto
41523 stroke
41524 0.000 0.000 0.000 edgecolor
41525 newpath 10722.44 969.8 moveto
41526 10712 968 lineto
41527 10719.04 975.92 lineto
41528 closepath fill
41529 1 setlinewidth
41530 solid
41531 0.000 0.000 0.000 edgecolor
41532 newpath 10722.44 969.8 moveto
41533 10712 968 lineto
41534 10719.04 975.92 lineto
41535 closepath stroke
41536 grestore
41537 % mcicmmi->mcimmi
41538 gsave
41539 1 setlinewidth
41540 0.000 0.000 0.000 edgecolor
41541 newpath 10777 877 moveto
41542 10800 873 10834 868 10863 864 curveto
41543 10985 846 11020 862 11139 828 curveto
41544 11141 827 11143 826 11145 826 curveto
41545 stroke
41546 0.000 0.000 0.000 edgecolor
41547 newpath 11147.02 828.96 moveto
41548 11155 822 lineto
41549 11144.42 822.46 lineto
41550 closepath fill
41551 1 setlinewidth
41552 solid
41553 0.000 0.000 0.000 edgecolor
41554 newpath 11147.02 828.96 moveto
41555 11155 822 lineto
41556 11144.42 822.46 lineto
41557 closepath stroke
41558 grestore
41559 % mcicmmi->cmcicmmi_ccmcicmmi
41560 gsave
41561 1 setlinewidth
41562 0.000 0.000 0.000 edgecolor
41563 newpath 10719 870 moveto
41564 10697 859 10664 843 10638 830 curveto
41565 stroke
41566 0.000 0.000 0.000 edgecolor
41567 newpath 10639.56 826.86 moveto
41568 10629 826 lineto
41569 10636.72 833.26 lineto
41570 closepath fill
41571 1 setlinewidth
41572 solid
41573 0.000 0.000 0.000 edgecolor
41574 newpath 10639.56 826.86 moveto
41575 10629 826 lineto
41576 10636.72 833.26 lineto
41577 closepath stroke
41578 grestore
41579 % mcicmmcic->mcimmcic
41580 gsave
41581 1 setlinewidth
41582 0.000 0.000 0.000 edgecolor
41583 newpath 10892 1160 moveto
41584 10938 1147 11017 1124 11066 1111 curveto
41585 stroke
41586 0.000 0.000 0.000 edgecolor
41587 newpath 11067.43 1114.23 moveto
41588 11076 1108 lineto
41589 11065.42 1107.52 lineto
41590 closepath fill
41591 1 setlinewidth
41592 solid
41593 0.000 0.000 0.000 edgecolor
41594 newpath 11067.43 1114.23 moveto
41595 11076 1108 lineto
41596 11065.42 1107.52 lineto
41597 closepath stroke
41598 grestore
41599 % mcicmmcic->micmmcic_cmicmmcic
41600 gsave
41601 1 setlinewidth
41602 0.000 0.000 0.000 edgecolor
41603 newpath 10822 1158 moveto
41604 10787 1146 10734 1127 10717 1116 curveto
41605 10697 1103 10699 1090 10679 1080 curveto
41606 10580 1032 10542 1063 10435 1044 curveto
41607 10429 1043 10422 1041 10416 1040 curveto
41608 stroke
41609 0.000 0.000 0.000 edgecolor
41610 newpath 10416.49 1036.53 moveto
41611 10406 1038 lineto
41612 10415.12 1043.39 lineto
41613 closepath fill
41614 1 setlinewidth
41615 solid
41616 0.000 0.000 0.000 edgecolor
41617 newpath 10416.49 1036.53 moveto
41618 10406 1038 lineto
41619 10415.12 1043.39 lineto
41620 closepath stroke
41621 grestore
41622 % mcicmmcic->mcicmmic
41623 gsave
41624 1 setlinewidth
41625 0.000 0.000 0.000 edgecolor
41626 newpath 10875 1153 moveto
41627 10886 1143 10900 1131 10912 1121 curveto
41628 stroke
41629 0.000 0.000 0.000 edgecolor
41630 newpath 10914.4 1123.55 moveto
41631 10919 1114 lineto
41632 10909.45 1118.6 lineto
41633 closepath fill
41634 1 setlinewidth
41635 solid
41636 0.000 0.000 0.000 edgecolor
41637 newpath 10914.4 1123.55 moveto
41638 10919 1114 lineto
41639 10909.45 1118.6 lineto
41640 closepath stroke
41641 grestore
41642 % mcicmmci
41643 gsave
41644 1 setlinewidth
41645 0.000 0.000 0.000 nodecolor
41646 10765 1098 38.91 18 ellipse_path stroke
41647 0.000 0.000 0.000 nodecolor
41648 14 /Times-Roman set_font
41649 10745 1093.9 moveto 40 (-cic--ci) alignedtext
41650 grestore
41651 % mcicmmcic->mcicmmci
41652 gsave
41653 1 setlinewidth
41654 0.000 0.000 0.000 edgecolor
41655 newpath 10835 1154 moveto
41656 10823 1144 10807 1131 10793 1120 curveto
41657 stroke
41658 0.000 0.000 0.000 edgecolor
41659 newpath 10795.1 1117.2 moveto
41660 10785 1114 lineto
41661 10790.9 1122.8 lineto
41662 closepath fill
41663 1 setlinewidth
41664 solid
41665 0.000 0.000 0.000 edgecolor
41666 newpath 10795.1 1117.2 moveto
41667 10785 1114 lineto
41668 10790.9 1122.8 lineto
41669 closepath stroke
41670 grestore
41671 % mcicmmci->cmcicmmci
41672 gsave
41673 1 setlinewidth
41674 0.000 0.000 0.000 edgecolor
41675 newpath 10738 1085 moveto
41676 10714 1073 10678 1057 10650 1044 curveto
41677 stroke
41678 0.000 0.000 0.000 edgecolor
41679 newpath 10651.56 1040.86 moveto
41680 10641 1040 lineto
41681 10648.72 1047.26 lineto
41682 closepath fill
41683 1 setlinewidth
41684 solid
41685 0.000 0.000 0.000 edgecolor
41686 newpath 10651.56 1040.86 moveto
41687 10641 1040 lineto
41688 10648.72 1047.26 lineto
41689 closepath stroke
41690 grestore
41691 % mcicmmci->mcicmcmci
41692 gsave
41693 1 setlinewidth
41694 0.000 0.000 0.000 edgecolor
41695 newpath 10754 1081 moveto
41696 10749 1072 10742 1061 10735 1052 curveto
41697 stroke
41698 0.000 0.000 0.000 edgecolor
41699 newpath 10737.92 1050.04 moveto
41700 10730 1043 lineto
41701 10731.8 1053.44 lineto
41702 closepath fill
41703 1 setlinewidth
41704 solid
41705 0.000 0.000 0.000 edgecolor
41706 newpath 10737.92 1050.04 moveto
41707 10730 1043 lineto
41708 10731.8 1053.44 lineto
41709 closepath stroke
41710 grestore
41711 % mcic_mmmcic->cmcic_ccmcic
41712 gsave
41713 1 setlinewidth
41714 0.000 0.000 0.000 edgecolor
41715 newpath 9287 937 moveto
41716 9299 928 9315 915 9329 905 curveto
41717 stroke
41718 0.000 0.000 0.000 edgecolor
41719 newpath 9331.1 907.8 moveto
41720 9337 899 lineto
41721 9326.9 902.2 lineto
41722 closepath fill
41723 1 setlinewidth
41724 solid
41725 0.000 0.000 0.000 edgecolor
41726 newpath 9331.1 907.8 moveto
41727 9337 899 lineto
41728 9326.9 902.2 lineto
41729 closepath stroke
41730 grestore
41731 % mcic_mmmcic->mci_mmmci
41732 gsave
41733 1 setlinewidth
41734 0.000 0.000 0.000 edgecolor
41735 newpath 9305 942 moveto
41736 9338 932 9386 916 9427 900 curveto
41737 9537 855 9663 789 9722 757 curveto
41738 stroke
41739 0.000 0.000 0.000 edgecolor
41740 newpath 9723.96 759.92 moveto
41741 9731 752 lineto
41742 9720.56 753.8 lineto
41743 closepath fill
41744 1 setlinewidth
41745 solid
41746 0.000 0.000 0.000 edgecolor
41747 newpath 9723.96 759.92 moveto
41748 9731 752 lineto
41749 9720.56 753.8 lineto
41750 closepath stroke
41751 grestore
41752 % mcimimic->cmcimimic
41753 gsave
41754 1 setlinewidth
41755 0.000 0.000 0.000 edgecolor
41756 newpath 10594 1227 moveto
41757 10608 1217 10627 1203 10643 1192 curveto
41758 stroke
41759 0.000 0.000 0.000 edgecolor
41760 newpath 10645.1 1194.8 moveto
41761 10651 1186 lineto
41762 10640.9 1189.2 lineto
41763 closepath fill
41764 1 setlinewidth
41765 solid
41766 0.000 0.000 0.000 edgecolor
41767 newpath 10645.1 1194.8 moveto
41768 10651 1186 lineto
41769 10640.9 1189.2 lineto
41770 closepath stroke
41771 grestore
41772 % mcimimic->mcicmmcic
41773 gsave
41774 1 setlinewidth
41775 0.000 0.000 0.000 edgecolor
41776 newpath 10601 1231 moveto
41777 10608 1228 10616 1226 10623 1224 curveto
41778 10684 1205 10758 1189 10806 1180 curveto
41779 stroke
41780 0.000 0.000 0.000 edgecolor
41781 newpath 10806.88 1183.39 moveto
41782 10816 1178 lineto
41783 10805.51 1176.53 lineto
41784 closepath fill
41785 1 setlinewidth
41786 solid
41787 0.000 0.000 0.000 edgecolor
41788 newpath 10806.88 1183.39 moveto
41789 10816 1178 lineto
41790 10805.51 1176.53 lineto
41791 closepath stroke
41792 grestore
41793 % mcimimic->mcimimi
41794 gsave
41795 1 setlinewidth
41796 0.000 0.000 0.000 edgecolor
41797 newpath 10575 1224 moveto
41798 10576 1216 10577 1207 10578 1198 curveto
41799 stroke
41800 0.000 0.000 0.000 edgecolor
41801 newpath 10581.47 1198.49 moveto
41802 10580 1188 lineto
41803 10574.61 1197.12 lineto
41804 closepath fill
41805 1 setlinewidth
41806 solid
41807 0.000 0.000 0.000 edgecolor
41808 newpath 10581.47 1198.49 moveto
41809 10580 1188 lineto
41810 10574.61 1197.12 lineto
41811 closepath stroke
41812 grestore
41813 % mcimimi->cmcimimi_ccmcimimi
41814 gsave
41815 1 setlinewidth
41816 0.000 0.000 0.000 edgecolor
41817 newpath 10586 1152 moveto
41818 10588 1144 10590 1135 10592 1126 curveto
41819 stroke
41820 0.000 0.000 0.000 edgecolor
41821 newpath 10595.48 1126.58 moveto
41822 10595 1116 lineto
41823 10588.77 1124.57 lineto
41824 closepath fill
41825 1 setlinewidth
41826 solid
41827 0.000 0.000 0.000 edgecolor
41828 newpath 10595.48 1126.58 moveto
41829 10595 1116 lineto
41830 10588.77 1124.57 lineto
41831 closepath stroke
41832 grestore
41833 % mcimimi->mcicmmci
41834 gsave
41835 1 setlinewidth
41836 0.000 0.000 0.000 edgecolor
41837 newpath 10606 1159 moveto
41838 10611 1156 10617 1154 10622 1152 curveto
41839 10656 1138 10696 1123 10724 1113 curveto
41840 stroke
41841 0.000 0.000 0.000 edgecolor
41842 newpath 10726.02 1115.96 moveto
41843 10734 1109 lineto
41844 10723.42 1109.46 lineto
41845 closepath fill
41846 1 setlinewidth
41847 solid
41848 0.000 0.000 0.000 edgecolor
41849 newpath 10726.02 1115.96 moveto
41850 10734 1109 lineto
41851 10723.42 1109.46 lineto
41852 closepath stroke
41853 grestore
41854 % mcmcimic->cmcmcimic
41855 gsave
41856 1 setlinewidth
41857 0.000 0.000 0.000 edgecolor
41858 newpath 9717 1298 moveto
41859 9704 1288 9688 1275 9674 1264 curveto
41860 stroke
41861 0.000 0.000 0.000 edgecolor
41862 newpath 9676.1 1261.2 moveto
41863 9666 1258 lineto
41864 9671.9 1266.8 lineto
41865 closepath fill
41866 1 setlinewidth
41867 solid
41868 0.000 0.000 0.000 edgecolor
41869 newpath 9676.1 1261.2 moveto
41870 9666 1258 lineto
41871 9671.9 1266.8 lineto
41872 closepath stroke
41873 grestore
41874 % mcmcimic->mcimimic
41875 gsave
41876 1 setlinewidth
41877 0.000 0.000 0.000 edgecolor
41878 newpath 9775 1311 moveto
41879 9912 1299 10378 1259 10527 1246 curveto
41880 stroke
41881 0.000 0.000 0.000 edgecolor
41882 newpath 10527.4 1249.48 moveto
41883 10537 1245 lineto
41884 10526.7 1242.51 lineto
41885 closepath fill
41886 1 setlinewidth
41887 solid
41888 0.000 0.000 0.000 edgecolor
41889 newpath 10527.4 1249.48 moveto
41890 10537 1245 lineto
41891 10526.7 1242.51 lineto
41892 closepath stroke
41893 grestore
41894 % mcmcimic->mcmcimi
41895 gsave
41896 1 setlinewidth
41897 0.000 0.000 0.000 edgecolor
41898 newpath 9708 1302 moveto
41899 9702 1300 9695 1297 9689 1296 curveto
41900 9593 1270 9564 1287 9469 1260 curveto
41901 9466 1259 9464 1258 9462 1257 curveto
41902 stroke
41903 0.000 0.000 0.000 edgecolor
41904 newpath 9462.58 1253.52 moveto
41905 9452 1254 lineto
41906 9460.57 1260.23 lineto
41907 closepath fill
41908 1 setlinewidth
41909 solid
41910 0.000 0.000 0.000 edgecolor
41911 newpath 9462.58 1253.52 moveto
41912 9452 1254 lineto
41913 9460.57 1260.23 lineto
41914 closepath stroke
41915 grestore
41916 % mcmcimic->mcmcmcic
41917 gsave
41918 1 setlinewidth
41919 0.000 0.000 0.000 edgecolor
41920 newpath 9708 1302 moveto
41921 9702 1300 9695 1297 9689 1296 curveto
41922 9678 1293 9388 1261 9269 1247 curveto
41923 stroke
41924 0.000 0.000 0.000 edgecolor
41925 newpath 9269.3 1243.51 moveto
41926 9259 1246 lineto
41927 9268.6 1250.48 lineto
41928 closepath fill
41929 1 setlinewidth
41930 solid
41931 0.000 0.000 0.000 edgecolor
41932 newpath 9269.3 1243.51 moveto
41933 9259 1246 lineto
41934 9268.6 1250.48 lineto
41935 closepath stroke
41936 grestore
41937 % mcmcimic->mmcimic
41938 gsave
41939 1 setlinewidth
41940 0.000 0.000 0.000 edgecolor
41941 newpath 9707 1302 moveto
41942 9701 1300 9695 1298 9689 1296 curveto
41943 9642 1280 9588 1264 9552 1253 curveto
41944 stroke
41945 0.000 0.000 0.000 edgecolor
41946 newpath 9552.58 1249.52 moveto
41947 9542 1250 lineto
41948 9550.57 1256.23 lineto
41949 closepath fill
41950 1 setlinewidth
41951 solid
41952 0.000 0.000 0.000 edgecolor
41953 newpath 9552.58 1249.52 moveto
41954 9542 1250 lineto
41955 9550.57 1256.23 lineto
41956 closepath stroke
41957 grestore
41958 % mmcicmc->cmmcicmc_ccmmcicmc
41959 gsave
41960 1 setlinewidth
41961 0.000 0.000 0.000 edgecolor
41962 newpath 9256 1596 moveto
41963 9280 1592 9313 1587 9343 1584 curveto
41964 9659 1552 9741 1586 10057 1548 curveto
41965 10064 1547 10071 1546 10079 1545 curveto
41966 stroke
41967 0.000 0.000 0.000 edgecolor
41968 newpath 10079.88 1548.39 moveto
41969 10089 1543 lineto
41970 10078.51 1541.53 lineto
41971 closepath fill
41972 1 setlinewidth
41973 solid
41974 0.000 0.000 0.000 edgecolor
41975 newpath 10079.88 1548.39 moveto
41976 10089 1543 lineto
41977 10078.51 1541.53 lineto
41978 closepath stroke
41979 grestore
41980 % mmcicmc->mmcicm
41981 gsave
41982 1 setlinewidth
41983 0.000 0.000 0.000 edgecolor
41984 newpath 9198 1588 moveto
41985 9180 1577 9155 1561 9135 1549 curveto
41986 stroke
41987 0.000 0.000 0.000 edgecolor
41988 newpath 9136.44 1545.8 moveto
41989 9126 1544 lineto
41990 9133.04 1551.92 lineto
41991 closepath fill
41992 1 setlinewidth
41993 solid
41994 0.000 0.000 0.000 edgecolor
41995 newpath 9136.44 1545.8 moveto
41996 9126 1544 lineto
41997 9133.04 1551.92 lineto
41998 closepath stroke
41999 grestore
42000 % mmcicmc->mmcimic
42001 gsave
42002 1 setlinewidth
42003 0.000 0.000 0.000 edgecolor
42004 newpath 9232 1584 moveto
42005 9250 1554 9290 1490 9329 1440 curveto
42006 9380 1372 9394 1356 9453 1296 curveto
42007 9463 1285 9476 1273 9487 1264 curveto
42008 stroke
42009 0.000 0.000 0.000 edgecolor
42010 newpath 9489.4 1266.55 moveto
42011 9494 1257 lineto
42012 9484.45 1261.6 lineto
42013 closepath fill
42014 1 setlinewidth
42015 solid
42016 0.000 0.000 0.000 edgecolor
42017 newpath 9489.4 1266.55 moveto
42018 9494 1257 lineto
42019 9484.45 1261.6 lineto
42020 closepath stroke
42021 grestore
42022 % mmcicmc->mmcmc
42023 gsave
42024 1 setlinewidth
42025 0.000 0.000 0.000 edgecolor
42026 newpath 9190 1592 moveto
42027 9157 1582 9106 1565 9063 1548 curveto
42028 9061 1547 9059 1546 9057 1545 curveto
42029 stroke
42030 0.000 0.000 0.000 edgecolor
42031 newpath 9058.56 1541.86 moveto
42032 9048 1541 lineto
42033 9055.72 1548.26 lineto
42034 closepath fill
42035 1 setlinewidth
42036 solid
42037 0.000 0.000 0.000 edgecolor
42038 newpath 9058.56 1541.86 moveto
42039 9048 1541 lineto
42040 9055.72 1548.26 lineto
42041 closepath stroke
42042 grestore
42043 % mcmcimi->cmcmcimi_ccmcmcimi
42044 gsave
42045 1 setlinewidth
42046 0.000 0.000 0.000 edgecolor
42047 newpath 9452 1230 moveto
42048 9458 1228 9463 1226 9469 1224 curveto
42049 9485 1218 9576 1198 9642 1184 curveto
42050 stroke
42051 0.000 0.000 0.000 edgecolor
42052 newpath 9642.88 1187.39 moveto
42053 9652 1182 lineto
42054 9641.51 1180.53 lineto
42055 closepath fill
42056 1 setlinewidth
42057 solid
42058 0.000 0.000 0.000 edgecolor
42059 newpath 9642.88 1187.39 moveto
42060 9652 1182 lineto
42061 9641.51 1180.53 lineto
42062 closepath stroke
42063 grestore
42064 % mcmcimi->mcimimi
42065 gsave
42066 1 setlinewidth
42067 0.000 0.000 0.000 edgecolor
42068 newpath 9451 1230 moveto
42069 9456 1227 9463 1225 9469 1224 curveto
42070 9496 1218 10343 1180 10541 1171 curveto
42071 stroke
42072 0.000 0.000 0.000 edgecolor
42073 newpath 10541 1174.5 moveto
42074 10551 1171 lineto
42075 10541 1167.5 lineto
42076 closepath fill
42077 1 setlinewidth
42078 solid
42079 0.000 0.000 0.000 edgecolor
42080 newpath 10541 1174.5 moveto
42081 10551 1171 lineto
42082 10541 1167.5 lineto
42083 closepath stroke
42084 grestore
42085 % mcmcmci
42086 gsave
42087 1 setlinewidth
42088 0.000 0.000 0.000 nodecolor
42089 9157 1170 36.83 18 ellipse_path stroke
42090 0.000 0.000 0.000 nodecolor
42091 14 /Times-Roman set_font
42092 9138.5 1165.9 moveto 37 (-c-c-ci) alignedtext
42093 grestore
42094 % mcmcimi->mcmcmci
42095 gsave
42096 1 setlinewidth
42097 0.000 0.000 0.000 edgecolor
42098 newpath 9394 1236 moveto
42099 9351 1227 9270 1209 9203 1188 curveto
42100 9200 1187 9197 1186 9195 1185 curveto
42101 stroke
42102 0.000 0.000 0.000 edgecolor
42103 newpath 9195.58 1181.52 moveto
42104 9185 1182 lineto
42105 9193.57 1188.23 lineto
42106 closepath fill
42107 1 setlinewidth
42108 solid
42109 0.000 0.000 0.000 edgecolor
42110 newpath 9195.58 1181.52 moveto
42111 9185 1182 lineto
42112 9193.57 1188.23 lineto
42113 closepath stroke
42114 grestore
42115 % mcmcimi->mmcimi
42116 gsave
42117 1 setlinewidth
42118 0.000 0.000 0.000 edgecolor
42119 newpath 9452 1230 moveto
42120 9479 1218 9522 1199 9552 1185 curveto
42121 stroke
42122 0.000 0.000 0.000 edgecolor
42123 newpath 9553.28 1188.26 moveto
42124 9561 1181 lineto
42125 9550.44 1181.86 lineto
42126 closepath fill
42127 1 setlinewidth
42128 solid
42129 0.000 0.000 0.000 edgecolor
42130 newpath 9553.28 1188.26 moveto
42131 9561 1181 lineto
42132 9550.44 1181.86 lineto
42133 closepath stroke
42134 grestore
42135 % mmcicm->cmmcicm_ccmmcicm
42136 gsave
42137 1 setlinewidth
42138 0.000 0.000 0.000 edgecolor
42139 newpath 9133 1523 moveto
42140 9149 1519 9170 1514 9188 1512 curveto
42141 9371 1484 9420 1497 9605 1476 curveto
42142 9621 1474 9637 1472 9653 1470 curveto
42143 stroke
42144 0.000 0.000 0.000 edgecolor
42145 newpath 9653.88 1473.39 moveto
42146 9663 1468 lineto
42147 9652.51 1466.53 lineto
42148 closepath fill
42149 1 setlinewidth
42150 solid
42151 0.000 0.000 0.000 edgecolor
42152 newpath 9653.88 1473.39 moveto
42153 9663 1468 lineto
42154 9652.51 1466.53 lineto
42155 closepath stroke
42156 grestore
42157 % mmcicm->mmcimi
42158 gsave
42159 1 setlinewidth
42160 0.000 0.000 0.000 edgecolor
42161 newpath 9113 1512 moveto
42162 9140 1459 9229 1300 9352 1224 curveto
42163 9413 1185 9441 1204 9512 1188 curveto
42164 9524 1185 9536 1182 9548 1179 curveto
42165 stroke
42166 0.000 0.000 0.000 edgecolor
42167 newpath 9548.88 1182.39 moveto
42168 9558 1177 lineto
42169 9547.51 1175.53 lineto
42170 closepath fill
42171 1 setlinewidth
42172 solid
42173 0.000 0.000 0.000 edgecolor
42174 newpath 9548.88 1182.39 moveto
42175 9558 1177 lineto
42176 9547.51 1175.53 lineto
42177 closepath stroke
42178 grestore
42179 % mmcicm->mmcm
42180 gsave
42181 1 setlinewidth
42182 0.000 0.000 0.000 edgecolor
42183 newpath 9088 1514 moveto
42184 9078 1504 9066 1491 9055 1480 curveto
42185 stroke
42186 0.000 0.000 0.000 edgecolor
42187 newpath 9057.55 1477.6 moveto
42188 9048 1473 lineto
42189 9052.6 1482.55 lineto
42190 closepath fill
42191 1 setlinewidth
42192 solid
42193 0.000 0.000 0.000 edgecolor
42194 newpath 9057.55 1477.6 moveto
42195 9048 1473 lineto
42196 9052.6 1482.55 lineto
42197 closepath stroke
42198 grestore
42199 % mcmcmcic->mcimmcic
42200 gsave
42201 1 setlinewidth
42202 0.000 0.000 0.000 edgecolor
42203 newpath 9251 1231 moveto
42204 9259 1228 9266 1226 9274 1224 curveto
42205 9356 1202 9380 1212 9462 1188 curveto
42206 9501 1176 9506 1160 9547 1152 curveto
42207 9859 1084 10666 1143 10985 1116 curveto
42208 11010 1113 11039 1109 11062 1106 curveto
42209 stroke
42210 0.000 0.000 0.000 edgecolor
42211 newpath 11062.88 1109.39 moveto
42212 11072 1104 lineto
42213 11061.51 1102.53 lineto
42214 closepath fill
42215 1 setlinewidth
42216 solid
42217 0.000 0.000 0.000 edgecolor
42218 newpath 11062.88 1109.39 moveto
42219 11072 1104 lineto
42220 11061.51 1102.53 lineto
42221 closepath stroke
42222 grestore
42223 % mcmcmcic->cmcmcmcic
42224 gsave
42225 1 setlinewidth
42226 0.000 0.000 0.000 edgecolor
42227 newpath 9243 1227 moveto
42228 9261 1217 9285 1202 9305 1190 curveto
42229 stroke
42230 0.000 0.000 0.000 edgecolor
42231 newpath 9306.96 1192.92 moveto
42232 9314 1185 lineto
42233 9303.56 1186.8 lineto
42234 closepath fill
42235 1 setlinewidth
42236 solid
42237 0.000 0.000 0.000 edgecolor
42238 newpath 9306.96 1192.92 moveto
42239 9314 1185 lineto
42240 9303.56 1186.8 lineto
42241 closepath stroke
42242 grestore
42243 % mcmcmcic->mcmcmci
42244 gsave
42245 1 setlinewidth
42246 0.000 0.000 0.000 edgecolor
42247 newpath 9204 1225 moveto
42248 9196 1216 9186 1205 9178 1195 curveto
42249 stroke
42250 0.000 0.000 0.000 edgecolor
42251 newpath 9180.8 1192.9 moveto
42252 9172 1187 lineto
42253 9175.2 1197.1 lineto
42254 closepath fill
42255 1 setlinewidth
42256 solid
42257 0.000 0.000 0.000 edgecolor
42258 newpath 9180.8 1192.9 moveto
42259 9172 1187 lineto
42260 9175.2 1197.1 lineto
42261 closepath stroke
42262 grestore
42263 % mcmmic
42264 gsave
42265 1 setlinewidth
42266 0.000 0.000 0.000 nodecolor
42267 9244 1170 31.96 18 ellipse_path stroke
42268 0.000 0.000 0.000 nodecolor
42269 14 /Times-Roman set_font
42270 9229 1165.9 moveto 30 (-c--ic) alignedtext
42271 grestore
42272 % mcmcmcic->mcmmic
42273 gsave
42274 1 setlinewidth
42275 0.000 0.000 0.000 edgecolor
42276 newpath 9225 1224 moveto
42277 9228 1216 9231 1206 9235 1198 curveto
42278 stroke
42279 0.000 0.000 0.000 edgecolor
42280 newpath 9238.48 1198.58 moveto
42281 9238 1188 lineto
42282 9231.77 1196.57 lineto
42283 closepath fill
42284 1 setlinewidth
42285 solid
42286 0.000 0.000 0.000 edgecolor
42287 newpath 9238.48 1198.58 moveto
42288 9238 1188 lineto
42289 9231.77 1196.57 lineto
42290 closepath stroke
42291 grestore
42292 % mmcimic->cmmcimic_ccmmcimic
42293 gsave
42294 1 setlinewidth
42295 0.000 0.000 0.000 edgecolor
42296 newpath 9538 1230 moveto
42297 9545 1228 9553 1226 9560 1224 curveto
42298 9662 1197 9691 1206 9795 1188 curveto
42299 9801 1187 9808 1185 9814 1184 curveto
42300 stroke
42301 0.000 0.000 0.000 edgecolor
42302 newpath 9814.88 1187.39 moveto
42303 9824 1182 lineto
42304 9813.51 1180.53 lineto
42305 closepath fill
42306 1 setlinewidth
42307 solid
42308 0.000 0.000 0.000 edgecolor
42309 newpath 9814.88 1187.39 moveto
42310 9824 1182 lineto
42311 9813.51 1180.53 lineto
42312 closepath stroke
42313 grestore
42314 % mmcimic->mmcimi
42315 gsave
42316 1 setlinewidth
42317 0.000 0.000 0.000 edgecolor
42318 newpath 9528 1226 moveto
42319 9539 1216 9551 1203 9562 1192 curveto
42320 stroke
42321 0.000 0.000 0.000 edgecolor
42322 newpath 9564.4 1194.55 moveto
42323 9569 1185 lineto
42324 9559.45 1189.6 lineto
42325 closepath fill
42326 1 setlinewidth
42327 solid
42328 0.000 0.000 0.000 edgecolor
42329 newpath 9564.4 1194.55 moveto
42330 9569 1185 lineto
42331 9559.45 1189.6 lineto
42332 closepath stroke
42333 grestore
42334 % mmcimic->mmcmcic
42335 gsave
42336 1 setlinewidth
42337 0.000 0.000 0.000 edgecolor
42338 newpath 9516 1224 moveto
42339 9523 1187 9538 1100 9538 1026 curveto
42340 9538 1026 9538 1026 9538 954 curveto
42341 9538 914 9538 867 9538 838 curveto
42342 stroke
42343 0.000 0.000 0.000 edgecolor
42344 newpath 9541.5 838 moveto
42345 9538 828 lineto
42346 9534.5 838 lineto
42347 closepath fill
42348 1 setlinewidth
42349 solid
42350 0.000 0.000 0.000 edgecolor
42351 newpath 9541.5 838 moveto
42352 9538 828 lineto
42353 9534.5 838 lineto
42354 closepath stroke
42355 grestore
42356 % mcmcmci->cmcmcmci_ccmcmcmci
42357 gsave
42358 1 setlinewidth
42359 0.000 0.000 0.000 edgecolor
42360 newpath 9165 1152 moveto
42361 9169 1144 9173 1134 9176 1126 curveto
42362 stroke
42363 0.000 0.000 0.000 edgecolor
42364 newpath 9179.54 1126.58 moveto
42365 9180 1116 lineto
42366 9173.04 1123.98 lineto
42367 closepath fill
42368 1 setlinewidth
42369 solid
42370 0.000 0.000 0.000 edgecolor
42371 newpath 9179.54 1126.58 moveto
42372 9180 1116 lineto
42373 9173.04 1123.98 lineto
42374 closepath stroke
42375 grestore
42376 % mcmcmci->mcicmcmci
42377 gsave
42378 1 setlinewidth
42379 0.000 0.000 0.000 edgecolor
42380 newpath 9186 1159 moveto
42381 9216 1146 9263 1126 9279 1116 curveto
42382 9298 1103 9295 1088 9317 1080 curveto
42383 9455 1022 10517 1070 10665 1044 curveto
42384 10669 1043 10673 1043 10676 1041 curveto
42385 stroke
42386 0.000 0.000 0.000 edgecolor
42387 newpath 10677.43 1044.23 moveto
42388 10686 1038 lineto
42389 10675.42 1037.52 lineto
42390 closepath fill
42391 1 setlinewidth
42392 solid
42393 0.000 0.000 0.000 edgecolor
42394 newpath 10677.43 1044.23 moveto
42395 10686 1038 lineto
42396 10675.42 1037.52 lineto
42397 closepath stroke
42398 grestore
42399 % mcmmici
42400 gsave
42401 1 setlinewidth
42402 0.000 0.000 0.000 nodecolor
42403 8978 1098 34.05 18 ellipse_path stroke
42404 0.000 0.000 0.000 nodecolor
42405 14 /Times-Roman set_font
42406 8961.5 1093.9 moveto 33 (-c--ici) alignedtext
42407 grestore
42408 % mcmcmci->mcmmici
42409 gsave
42410 1 setlinewidth
42411 0.000 0.000 0.000 edgecolor
42412 newpath 9128 1158 moveto
42413 9098 1146 9049 1126 9015 1113 curveto
42414 stroke
42415 0.000 0.000 0.000 edgecolor
42416 newpath 9015.58 1109.46 moveto
42417 9005 1109 lineto
42418 9012.98 1115.96 lineto
42419 closepath fill
42420 1 setlinewidth
42421 solid
42422 0.000 0.000 0.000 edgecolor
42423 newpath 9015.58 1109.46 moveto
42424 9005 1109 lineto
42425 9012.98 1115.96 lineto
42426 closepath stroke
42427 grestore
42428 % mcmmic->cmcmmic_ccmcmmic
42429 gsave
42430 1 setlinewidth
42431 0.000 0.000 0.000 edgecolor
42432 newpath 9269 1158 moveto
42433 9292 1147 9328 1131 9356 1118 curveto
42434 stroke
42435 0.000 0.000 0.000 edgecolor
42436 newpath 9357.28 1121.26 moveto
42437 9365 1114 lineto
42438 9354.44 1114.86 lineto
42439 closepath fill
42440 1 setlinewidth
42441 solid
42442 0.000 0.000 0.000 edgecolor
42443 newpath 9357.28 1121.26 moveto
42444 9365 1114 lineto
42445 9354.44 1114.86 lineto
42446 closepath stroke
42447 grestore
42448 % mcmmic->mcicmmic
42449 gsave
42450 1 setlinewidth
42451 0.000 0.000 0.000 edgecolor
42452 newpath 9267 1158 moveto
42453 9273 1155 9279 1153 9285 1152 curveto
42454 9450 1115 10643 1130 10813 1116 curveto
42455 10838 1113 10867 1109 10890 1106 curveto
42456 stroke
42457 0.000 0.000 0.000 edgecolor
42458 newpath 10890.88 1109.39 moveto
42459 10900 1104 lineto
42460 10889.51 1102.53 lineto
42461 closepath fill
42462 1 setlinewidth
42463 solid
42464 0.000 0.000 0.000 edgecolor
42465 newpath 10890.88 1109.39 moveto
42466 10900 1104 lineto
42467 10889.51 1102.53 lineto
42468 closepath stroke
42469 grestore
42470 % mcmmic->mcmmici
42471 gsave
42472 1 setlinewidth
42473 0.000 0.000 0.000 edgecolor
42474 newpath 9219 1158 moveto
42475 9214 1156 9208 1154 9203 1152 curveto
42476 9141 1131 9066 1114 9020 1106 curveto
42477 stroke
42478 0.000 0.000 0.000 edgecolor
42479 newpath 9020.49 1102.53 moveto
42480 9010 1104 lineto
42481 9019.12 1109.39 lineto
42482 closepath fill
42483 1 setlinewidth
42484 solid
42485 0.000 0.000 0.000 edgecolor
42486 newpath 9020.49 1102.53 moveto
42487 9010 1104 lineto
42488 9019.12 1109.39 lineto
42489 closepath stroke
42490 grestore
42491 % micmcmm_cmicmcmm->micmcmmc_cmicmcmmc
42492 gsave
42493 1 setlinewidth
42494 0.000 0.000 0.000 edgecolor
42495 newpath 3907 297 moveto
42496 3995 284 4157 260 4254 245 curveto
42497 stroke
42498 0.000 0.000 0.000 edgecolor
42499 newpath 4254.4 248.48 moveto
42500 4264 244 lineto
42501 4253.7 241.51 lineto
42502 closepath fill
42503 1 setlinewidth
42504 solid
42505 0.000 0.000 0.000 edgecolor
42506 newpath 4254.4 248.48 moveto
42507 4264 244 lineto
42508 4253.7 241.51 lineto
42509 closepath stroke
42510 grestore
42511 % cmcicmc_ccmcicmc->cmcicmcmm
42512 gsave
42513 1 setlinewidth
42514 0.000 0.000 0.000 edgecolor
42515 newpath 1940 654 moveto
42516 1950 652 1960 650 1969 648 curveto
42517 2069 629 2185 611 2250 601 curveto
42518 stroke
42519 0.000 0.000 0.000 edgecolor
42520 newpath 2250.4 604.48 moveto
42521 2260 600 lineto
42522 2249.7 597.51 lineto
42523 closepath fill
42524 1 setlinewidth
42525 solid
42526 0.000 0.000 0.000 edgecolor
42527 newpath 2250.4 604.48 moveto
42528 2260 600 lineto
42529 2249.7 597.51 lineto
42530 closepath stroke
42531 grestore
42532 % cmcicmc_ccmcicmc->mmcmcicmc
42533 gsave
42534 1 setlinewidth
42535 0.000 0.000 0.000 edgecolor
42536 newpath 1938 653 moveto
42537 1949 651 1959 649 1969 648 curveto
42538 2209 614 2275 659 2511 612 curveto
42539 2515 611 2519 611 2522 609 curveto
42540 stroke
42541 0.000 0.000 0.000 edgecolor
42542 newpath 2523.43 612.23 moveto
42543 2532 606 lineto
42544 2521.42 605.52 lineto
42545 closepath fill
42546 1 setlinewidth
42547 solid
42548 0.000 0.000 0.000 edgecolor
42549 newpath 2523.43 612.23 moveto
42550 2532 606 lineto
42551 2521.42 605.52 lineto
42552 closepath stroke
42553 grestore
42554 % mmcmcicmc->mmcmcim
42555 gsave
42556 1 setlinewidth
42557 0.000 0.000 0.000 edgecolor
42558 newpath 2571 576 moveto
42559 2584 544 2615 476 2657 432 curveto
42560 2707 381 2781 342 2826 321 curveto
42561 stroke
42562 0.000 0.000 0.000 edgecolor
42563 newpath 2827.28 324.26 moveto
42564 2835 317 lineto
42565 2824.44 317.86 lineto
42566 closepath fill
42567 1 setlinewidth
42568 solid
42569 0.000 0.000 0.000 edgecolor
42570 newpath 2827.28 324.26 moveto
42571 2835 317 lineto
42572 2824.44 317.86 lineto
42573 closepath stroke
42574 grestore
42575 % mimmcicmc
42576 gsave
42577 1 setlinewidth
42578 0.000 0.000 0.000 nodecolor
42579 3298 450 41.19 18 ellipse_path stroke
42580 0.000 0.000 0.000 nodecolor
42581 14 /Times-Roman set_font
42582 3276 445.9 moveto 44 (-i--cic-c) alignedtext
42583 grestore
42584 % mmcmcicmc->mimmcicmc
42585 gsave
42586 1 setlinewidth
42587 0.000 0.000 0.000 edgecolor
42588 newpath 2604 586 moveto
42589 2620 583 2638 579 2655 576 curveto
42590 2878 531 3143 479 3250 459 curveto
42591 stroke
42592 0.000 0.000 0.000 edgecolor
42593 newpath 3250.88 462.39 moveto
42594 3260 457 lineto
42595 3249.51 455.53 lineto
42596 closepath fill
42597 1 setlinewidth
42598 solid
42599 0.000 0.000 0.000 edgecolor
42600 newpath 3250.88 462.39 moveto
42601 3260 457 lineto
42602 3249.51 455.53 lineto
42603 closepath stroke
42604 grestore
42605 % micmmcm_cmicmmcm->micmcmcm_cmicmcmcm
42606 gsave
42607 1 setlinewidth
42608 0.000 0.000 0.000 edgecolor
42609 newpath 3452 867 moveto
42610 3481 856 3519 841 3549 830 curveto
42611 stroke
42612 0.000 0.000 0.000 edgecolor
42613 newpath 3551.02 832.96 moveto
42614 3559 826 lineto
42615 3548.42 826.46 lineto
42616 closepath fill
42617 1 setlinewidth
42618 solid
42619 0.000 0.000 0.000 edgecolor
42620 newpath 3551.02 832.96 moveto
42621 3559 826 lineto
42622 3548.42 826.46 lineto
42623 closepath stroke
42624 grestore
42625 % micmmcicm
42626 gsave
42627 1 setlinewidth
42628 0.000 0.000 0.000 nodecolor
42629 3596 738 41.19 18 ellipse_path stroke
42630 0.000 0.000 0.000 nodecolor
42631 14 /Times-Roman set_font
42632 3574 733.9 moveto 44 (-ic--cic-) alignedtext
42633 grestore
42634 % micmmcm_cmicmmcm->micmmcicm
42635 gsave
42636 1 setlinewidth
42637 0.000 0.000 0.000 edgecolor
42638 newpath 3433 864 moveto
42639 3445 854 3460 840 3473 828 curveto
42640 3491 812 3493 806 3511 792 curveto
42641 3527 779 3546 767 3562 757 curveto
42642 stroke
42643 0.000 0.000 0.000 edgecolor
42644 newpath 3563.96 759.92 moveto
42645 3571 752 lineto
42646 3560.56 753.8 lineto
42647 closepath fill
42648 1 setlinewidth
42649 solid
42650 0.000 0.000 0.000 edgecolor
42651 newpath 3563.96 759.92 moveto
42652 3571 752 lineto
42653 3560.56 753.8 lineto
42654 closepath stroke
42655 grestore
42656 % micmmcm_cmicmmcm->micmmcmc_cmicmmcmc
42657 gsave
42658 1 setlinewidth
42659 0.000 0.000 0.000 edgecolor
42660 newpath 3406 864 moveto
42661 3403 856 3399 846 3396 838 curveto
42662 stroke
42663 0.000 0.000 0.000 edgecolor
42664 newpath 3398.96 835.98 moveto
42665 3392 828 lineto
42666 3392.46 838.58 lineto
42667 closepath fill
42668 1 setlinewidth
42669 solid
42670 0.000 0.000 0.000 edgecolor
42671 newpath 3398.96 835.98 moveto
42672 3392 828 lineto
42673 3392.46 838.58 lineto
42674 closepath stroke
42675 grestore
42676 % cmcicm_ccmcicm->cmcicmc_ccmcicmc
42677 gsave
42678 1 setlinewidth
42679 0.000 0.000 0.000 edgecolor
42680 newpath 1561 726 moveto
42681 1570 724 1581 722 1590 720 curveto
42682 1667 704 1754 689 1814 678 curveto
42683 stroke
42684 0.000 0.000 0.000 edgecolor
42685 newpath 1814.88 681.39 moveto
42686 1824 676 lineto
42687 1813.51 674.53 lineto
42688 closepath fill
42689 1 setlinewidth
42690 solid
42691 0.000 0.000 0.000 edgecolor
42692 newpath 1814.88 681.39 moveto
42693 1824 676 lineto
42694 1813.51 674.53 lineto
42695 closepath stroke
42696 grestore
42697 % cmcicm_ccmcicm->mmcmcicm
42698 gsave
42699 1 setlinewidth
42700 0.000 0.000 0.000 edgecolor
42701 newpath 1558 726 moveto
42702 1569 724 1580 721 1590 720 curveto
42703 1800 688 1859 729 2065 684 curveto
42704 2068 684 2071 683 2074 682 curveto
42705 stroke
42706 0.000 0.000 0.000 edgecolor
42707 newpath 2076.02 684.96 moveto
42708 2084 678 lineto
42709 2073.42 678.46 lineto
42710 closepath fill
42711 1 setlinewidth
42712 solid
42713 0.000 0.000 0.000 edgecolor
42714 newpath 2076.02 684.96 moveto
42715 2084 678 lineto
42716 2073.42 678.46 lineto
42717 closepath stroke
42718 grestore
42719 % mmcmcicm->mmcmcicmc
42720 gsave
42721 1 setlinewidth
42722 0.000 0.000 0.000 edgecolor
42723 newpath 2143 654 moveto
42724 2151 652 2158 650 2166 648 curveto
42725 2317 615 2361 644 2511 612 curveto
42726 2514 611 2518 610 2521 609 curveto
42727 stroke
42728 0.000 0.000 0.000 edgecolor
42729 newpath 2522.43 612.23 moveto
42730 2531 606 lineto
42731 2520.42 605.52 lineto
42732 closepath fill
42733 1 setlinewidth
42734 solid
42735 0.000 0.000 0.000 edgecolor
42736 newpath 2522.43 612.23 moveto
42737 2531 606 lineto
42738 2520.42 605.52 lineto
42739 closepath stroke
42740 grestore
42741 % mmcmcicm->cmmcmcicm
42742 gsave
42743 1 setlinewidth
42744 0.000 0.000 0.000 edgecolor
42745 newpath 2143 654 moveto
42746 2150 652 2158 649 2166 648 curveto
42747 2426 596 2502 663 2761 612 curveto
42748 2765 611 2769 611 2772 609 curveto
42749 stroke
42750 0.000 0.000 0.000 edgecolor
42751 newpath 2773.43 612.23 moveto
42752 2782 606 lineto
42753 2771.42 605.52 lineto
42754 closepath fill
42755 1 setlinewidth
42756 solid
42757 0.000 0.000 0.000 edgecolor
42758 newpath 2773.43 612.23 moveto
42759 2782 606 lineto
42760 2771.42 605.52 lineto
42761 closepath stroke
42762 grestore
42763 % mimicmm_cmimicmm->micmcmm_cmicmcmm
42764 gsave
42765 1 setlinewidth
42766 0.000 0.000 0.000 edgecolor
42767 newpath 3858 803 moveto
42768 3977 787 4236 744 4236 666 curveto
42769 4236 666 4236 666 4236 450 curveto
42770 4236 382 4028 337 3917 317 curveto
42771 stroke
42772 0.000 0.000 0.000 edgecolor
42773 newpath 3917.49 313.53 moveto
42774 3907 315 lineto
42775 3916.12 320.39 lineto
42776 closepath fill
42777 1 setlinewidth
42778 solid
42779 0.000 0.000 0.000 edgecolor
42780 newpath 3917.49 313.53 moveto
42781 3907 315 lineto
42782 3916.12 320.39 lineto
42783 closepath stroke
42784 grestore
42785 % mimicmm_cmimicmm->mimicmmc_cmimicmmc
42786 gsave
42787 1 setlinewidth
42788 0.000 0.000 0.000 edgecolor
42789 newpath 3856 803 moveto
42790 3884 799 3917 795 3947 792 curveto
42791 4082 775 4117 777 4250 756 curveto
42792 4257 755 4264 753 4272 752 curveto
42793 stroke
42794 0.000 0.000 0.000 edgecolor
42795 newpath 4272.88 755.39 moveto
42796 4282 750 lineto
42797 4271.51 748.53 lineto
42798 closepath fill
42799 1 setlinewidth
42800 solid
42801 0.000 0.000 0.000 edgecolor
42802 newpath 4272.88 755.39 moveto
42803 4282 750 lineto
42804 4271.51 748.53 lineto
42805 closepath stroke
42806 grestore
42807 % cmcimic_ccmcimic
42808 gsave
42809 1 setlinewidth
42810 0.000 0.000 0.000 nodecolor
42811 3159 1170 70.88 18 ellipse_path stroke
42812 0.000 0.000 0.000 nodecolor
42813 14 /Times-Roman set_font
42814 3116 1165.9 moveto 86 (c-ci-ic=cc-ci-ic) alignedtext
42815 grestore
42816 % cmcimic_ccmcimic->cmcimicmm
42817 gsave
42818 1 setlinewidth
42819 0.000 0.000 0.000 edgecolor
42820 newpath 3151 1152 moveto
42821 3141 1127 3122 1083 3110 1054 curveto
42822 stroke
42823 0.000 0.000 0.000 edgecolor
42824 newpath 3112.96 1051.98 moveto
42825 3106 1044 lineto
42826 3106.46 1054.58 lineto
42827 closepath fill
42828 1 setlinewidth
42829 solid
42830 0.000 0.000 0.000 edgecolor
42831 newpath 3112.96 1051.98 moveto
42832 3106 1044 lineto
42833 3106.46 1054.58 lineto
42834 closepath stroke
42835 grestore
42836 % cmcimic_ccmcimic->cmcimimmc
42837 gsave
42838 1 setlinewidth
42839 0.000 0.000 0.000 edgecolor
42840 newpath 3205 1156 moveto
42841 3249 1143 3313 1124 3355 1111 curveto
42842 stroke
42843 0.000 0.000 0.000 edgecolor
42844 newpath 3356.43 1114.23 moveto
42845 3365 1108 lineto
42846 3354.42 1107.52 lineto
42847 closepath fill
42848 1 setlinewidth
42849 solid
42850 0.000 0.000 0.000 edgecolor
42851 newpath 3356.43 1114.23 moveto
42852 3365 1108 lineto
42853 3354.42 1107.52 lineto
42854 closepath stroke
42855 grestore
42856 % cmcimic_ccmcimic->mmcmcimic
42857 gsave
42858 1 setlinewidth
42859 0.000 0.000 0.000 edgecolor
42860 newpath 3133 1153 moveto
42861 3118 1143 3097 1130 3080 1119 curveto
42862 stroke
42863 0.000 0.000 0.000 edgecolor
42864 newpath 3082.1 1116.2 moveto
42865 3072 1113 lineto
42866 3077.9 1121.8 lineto
42867 closepath fill
42868 1 setlinewidth
42869 solid
42870 0.000 0.000 0.000 edgecolor
42871 newpath 3082.1 1116.2 moveto
42872 3072 1113 lineto
42873 3077.9 1121.8 lineto
42874 closepath stroke
42875 grestore
42876 % mmcmcimic->mmcmcicmc
42877 gsave
42878 1 setlinewidth
42879 0.000 0.000 0.000 edgecolor
42880 newpath 3041 1080 moveto
42881 3021 1039 2969 935 2905 864 curveto
42882 2808 754 2663 656 2598 615 curveto
42883 stroke
42884 0.000 0.000 0.000 edgecolor
42885 newpath 2599.26 611.63 moveto
42886 2589 609 lineto
42887 2595.38 617.46 lineto
42888 closepath fill
42889 1 setlinewidth
42890 solid
42891 0.000 0.000 0.000 edgecolor
42892 newpath 2599.26 611.63 moveto
42893 2589 609 lineto
42894 2595.38 617.46 lineto
42895 closepath stroke
42896 grestore
42897 % mimic_cmimic_mmmimic
42898 gsave
42899 1 setlinewidth
42900 0.000 0.000 0.000 nodecolor
42901 3668 954 79.22 18 ellipse_path stroke
42902 0.000 0.000 0.000 nodecolor
42903 14 /Times-Roman set_font
42904 3619 949.9 moveto 98 (-i-ic=c-i-ic=---i-ic) alignedtext
42905 grestore
42906 % mmcmcimic->mimic_cmimic_mmmimic
42907 gsave
42908 1 setlinewidth
42909 0.000 0.000 0.000 edgecolor
42910 newpath 3087 1091 moveto
42911 3150 1078 3276 1054 3319 1044 curveto
42912 3421 1020 3538 989 3608 971 curveto
42913 stroke
42914 0.000 0.000 0.000 edgecolor
42915 newpath 3609.43 974.23 moveto
42916 3618 968 lineto
42917 3607.42 967.52 lineto
42918 closepath fill
42919 1 setlinewidth
42920 solid
42921 0.000 0.000 0.000 edgecolor
42922 newpath 3609.43 974.23 moveto
42923 3618 968 lineto
42924 3607.42 967.52 lineto
42925 closepath stroke
42926 grestore
42927 % mimimmc_cmimimmc->micmmcmc_cmicmmcmc
42928 gsave
42929 1 setlinewidth
42930 0.000 0.000 0.000 edgecolor
42931 newpath 3701 872 moveto
42932 3636 860 3526 838 3455 824 curveto
42933 stroke
42934 0.000 0.000 0.000 edgecolor
42935 newpath 3455.49 820.53 moveto
42936 3445 822 lineto
42937 3454.12 827.39 lineto
42938 closepath fill
42939 1 setlinewidth
42940 solid
42941 0.000 0.000 0.000 edgecolor
42942 newpath 3455.49 820.53 moveto
42943 3445 822 lineto
42944 3454.12 827.39 lineto
42945 closepath stroke
42946 grestore
42947 % mimimmc_cmimimmc->mimicmcmc
42948 gsave
42949 1 setlinewidth
42950 0.000 0.000 0.000 edgecolor
42951 newpath 3813 875 moveto
42952 3928 860 4180 829 4287 816 curveto
42953 stroke
42954 0.000 0.000 0.000 edgecolor
42955 newpath 4287.4 819.48 moveto
42956 4297 815 lineto
42957 4286.7 812.51 lineto
42958 closepath fill
42959 1 setlinewidth
42960 solid
42961 0.000 0.000 0.000 edgecolor
42962 newpath 4287.4 819.48 moveto
42963 4297 815 lineto
42964 4286.7 812.51 lineto
42965 closepath stroke
42966 grestore
42967 % mimimm_cmimimm->micmmcm_cmicmmcm
42968 gsave
42969 1 setlinewidth
42970 0.000 0.000 0.000 edgecolor
42971 newpath 3780 942 moveto
42972 3772 940 3764 938 3756 936 curveto
42973 3664 916 3556 900 3486 891 curveto
42974 stroke
42975 0.000 0.000 0.000 edgecolor
42976 newpath 3486.3 887.51 moveto
42977 3476 890 lineto
42978 3485.6 894.48 lineto
42979 closepath fill
42980 1 setlinewidth
42981 solid
42982 0.000 0.000 0.000 edgecolor
42983 newpath 3486.3 887.51 moveto
42984 3476 890 lineto
42985 3485.6 894.48 lineto
42986 closepath stroke
42987 grestore
42988 % mimimm_cmimimm->mimimmc_cmimimmc
42989 gsave
42990 1 setlinewidth
42991 0.000 0.000 0.000 edgecolor
42992 newpath 3804 937 moveto
42993 3795 928 3785 917 3777 907 curveto
42994 stroke
42995 0.000 0.000 0.000 edgecolor
42996 newpath 3779.22 904.22 moveto
42997 3770 899 lineto
42998 3773.95 908.83 lineto
42999 closepath fill
43000 1 setlinewidth
43001 solid
43002 0.000 0.000 0.000 edgecolor
43003 newpath 3779.22 904.22 moveto
43004 3770 899 lineto
43005 3773.95 908.83 lineto
43006 closepath stroke
43007 grestore
43008 % mimimm_cmimimm->mimicmcm_cmimicmcm
43009 gsave
43010 1 setlinewidth
43011 0.000 0.000 0.000 edgecolor
43012 newpath 3853 939 moveto
43013 3878 928 3912 914 3940 902 curveto
43014 stroke
43015 0.000 0.000 0.000 edgecolor
43016 newpath 3941.28 905.26 moveto
43017 3949 898 lineto
43018 3938.44 898.86 lineto
43019 closepath fill
43020 1 setlinewidth
43021 solid
43022 0.000 0.000 0.000 edgecolor
43023 newpath 3941.28 905.26 moveto
43024 3949 898 lineto
43025 3938.44 898.86 lineto
43026 closepath stroke
43027 grestore
43028 % cmcimi_ccmcimi
43029 gsave
43030 1 setlinewidth
43031 0.000 0.000 0.000 nodecolor
43032 3423 1242 61.15 18 ellipse_path stroke
43033 0.000 0.000 0.000 nodecolor
43034 14 /Times-Roman set_font
43035 3387 1237.9 moveto 72 (c-ci-i=cc-ci-i) alignedtext
43036 grestore
43037 % cmcimi_ccmcimi->cmcimimm_ccmcimimm
43038 gsave
43039 1 setlinewidth
43040 0.000 0.000 0.000 edgecolor
43041 newpath 3462 1228 moveto
43042 3495 1217 3540 1200 3575 1188 curveto
43043 stroke
43044 0.000 0.000 0.000 edgecolor
43045 newpath 3576.43 1191.23 moveto
43046 3585 1185 lineto
43047 3574.42 1184.52 lineto
43048 closepath fill
43049 1 setlinewidth
43050 solid
43051 0.000 0.000 0.000 edgecolor
43052 newpath 3576.43 1191.23 moveto
43053 3585 1185 lineto
43054 3574.42 1184.52 lineto
43055 closepath stroke
43056 grestore
43057 % cmcimi_ccmcimi->cmcimic_ccmcimic
43058 gsave
43059 1 setlinewidth
43060 0.000 0.000 0.000 edgecolor
43061 newpath 3378 1230 moveto
43062 3334 1218 3266 1199 3218 1186 curveto
43063 stroke
43064 0.000 0.000 0.000 edgecolor
43065 newpath 3218.58 1182.52 moveto
43066 3208 1183 lineto
43067 3216.57 1189.23 lineto
43068 closepath fill
43069 1 setlinewidth
43070 solid
43071 0.000 0.000 0.000 edgecolor
43072 newpath 3218.58 1182.52 moveto
43073 3208 1183 lineto
43074 3216.57 1189.23 lineto
43075 closepath stroke
43076 grestore
43077 % cmcimi_ccmcimi->mmcmcimi
43078 gsave
43079 1 setlinewidth
43080 0.000 0.000 0.000 edgecolor
43081 newpath 3379 1230 moveto
43082 3370 1228 3361 1226 3353 1224 curveto
43083 3233 1200 3201 1204 3079 1188 curveto
43084 3049 1184 3016 1179 2990 1176 curveto
43085 stroke
43086 0.000 0.000 0.000 edgecolor
43087 newpath 2990.3 1172.51 moveto
43088 2980 1175 lineto
43089 2989.6 1179.48 lineto
43090 closepath fill
43091 1 setlinewidth
43092 solid
43093 0.000 0.000 0.000 edgecolor
43094 newpath 2990.3 1172.51 moveto
43095 2980 1175 lineto
43096 2989.6 1179.48 lineto
43097 closepath stroke
43098 grestore
43099 % mmcmcimi->mmcmcicm
43100 gsave
43101 1 setlinewidth
43102 0.000 0.000 0.000 edgecolor
43103 newpath 2916 1158 moveto
43104 2868 1137 2767 1090 2685 1044 curveto
43105 2635 1015 2625 1004 2577 972 curveto
43106 2507 924 2491 910 2420 864 curveto
43107 2321 797 2201 721 2145 686 curveto
43108 stroke
43109 0.000 0.000 0.000 edgecolor
43110 newpath 2146.44 682.8 moveto
43111 2136 681 lineto
43112 2143.04 688.92 lineto
43113 closepath fill
43114 1 setlinewidth
43115 solid
43116 0.000 0.000 0.000 edgecolor
43117 newpath 2146.44 682.8 moveto
43118 2136 681 lineto
43119 2143.04 688.92 lineto
43120 closepath stroke
43121 grestore
43122 % mmcmcimi->mmcmcimic
43123 gsave
43124 1 setlinewidth
43125 0.000 0.000 0.000 edgecolor
43126 newpath 2966 1155 moveto
43127 2980 1145 3001 1130 3019 1119 curveto
43128 stroke
43129 0.000 0.000 0.000 edgecolor
43130 newpath 3021.1 1121.8 moveto
43131 3027 1113 lineto
43132 3016.9 1116.2 lineto
43133 closepath fill
43134 1 setlinewidth
43135 solid
43136 0.000 0.000 0.000 edgecolor
43137 newpath 3021.1 1121.8 moveto
43138 3027 1113 lineto
43139 3016.9 1116.2 lineto
43140 closepath stroke
43141 grestore
43142 % cmmcmcimi
43143 gsave
43144 1 setlinewidth
43145 0.000 0.000 0.000 nodecolor
43146 2944 1098 41.19 18 ellipse_path stroke
43147 0.000 0.000 0.000 nodecolor
43148 14 /Times-Roman set_font
43149 2922 1093.9 moveto 44 (c--c-ci-i) alignedtext
43150 grestore
43151 % mmcmcimi->cmmcmcimi
43152 gsave
43153 1 setlinewidth
43154 0.000 0.000 0.000 edgecolor
43155 newpath 2944 1152 moveto
43156 2944 1144 2944 1135 2944 1126 curveto
43157 stroke
43158 0.000 0.000 0.000 edgecolor
43159 newpath 2947.5 1126 moveto
43160 2944 1116 lineto
43161 2940.5 1126 lineto
43162 closepath fill
43163 1 setlinewidth
43164 solid
43165 0.000 0.000 0.000 edgecolor
43166 newpath 2947.5 1126 moveto
43167 2944 1116 lineto
43168 2940.5 1126 lineto
43169 closepath stroke
43170 grestore
43171 % micimmcmc->micimmcim
43172 gsave
43173 1 setlinewidth
43174 0.000 0.000 0.000 edgecolor
43175 newpath 3813 649 moveto
43176 3853 611 3953 517 4000 473 curveto
43177 stroke
43178 0.000 0.000 0.000 edgecolor
43179 newpath 4002.4 475.55 moveto
43180 4007 466 lineto
43181 3997.45 470.6 lineto
43182 closepath fill
43183 1 setlinewidth
43184 solid
43185 0.000 0.000 0.000 edgecolor
43186 newpath 4002.4 475.55 moveto
43187 4007 466 lineto
43188 3997.45 470.6 lineto
43189 closepath stroke
43190 grestore
43191 % micimmcmc->mimmcmc_cmimmcmc
43192 gsave
43193 1 setlinewidth
43194 0.000 0.000 0.000 edgecolor
43195 newpath 3755 663 moveto
43196 3671 657 3474 640 3309 612 curveto
43197 3303 611 3297 610 3291 609 curveto
43198 stroke
43199 0.000 0.000 0.000 edgecolor
43200 newpath 3291.58 605.52 moveto
43201 3281 606 lineto
43202 3289.57 612.23 lineto
43203 closepath fill
43204 1 setlinewidth
43205 solid
43206 0.000 0.000 0.000 edgecolor
43207 newpath 3291.58 605.52 moveto
43208 3281 606 lineto
43209 3289.57 612.23 lineto
43210 closepath stroke
43211 grestore
43212 % cmcimmicm->cmcicm_ccmcicm
43213 gsave
43214 1 setlinewidth
43215 0.000 0.000 0.000 edgecolor
43216 newpath 2145 798 moveto
43217 2139 795 2132 793 2125 792 curveto
43218 2074 780 1737 754 1584 744 curveto
43219 stroke
43220 0.000 0.000 0.000 edgecolor
43221 newpath 1584.3 740.51 moveto
43222 1574 743 lineto
43223 1583.6 747.48 lineto
43224 closepath fill
43225 1 setlinewidth
43226 solid
43227 0.000 0.000 0.000 edgecolor
43228 newpath 1584.3 740.51 moveto
43229 1574 743 lineto
43230 1583.6 747.48 lineto
43231 closepath stroke
43232 grestore
43233 % micimmicm
43234 gsave
43235 1 setlinewidth
43236 0.000 0.000 0.000 nodecolor
43237 3457 594 39.11 18 ellipse_path stroke
43238 0.000 0.000 0.000 nodecolor
43239 14 /Times-Roman set_font
43240 3436.5 589.9 moveto 41 (-ici--ic-) alignedtext
43241 grestore
43242 % cmcimmicm->micimmicm
43243 gsave
43244 1 setlinewidth
43245 0.000 0.000 0.000 edgecolor
43246 newpath 2214 804 moveto
43247 2379 779 3015 684 3015 684 curveto
43248 3052 673 3057 658 3093 648 curveto
43249 3230 609 3272 645 3409 612 curveto
43250 3412 611 3415 610 3418 609 curveto
43251 stroke
43252 0.000 0.000 0.000 edgecolor
43253 newpath 3419.43 612.23 moveto
43254 3428 606 lineto
43255 3417.42 605.52 lineto
43256 closepath fill
43257 1 setlinewidth
43258 solid
43259 0.000 0.000 0.000 edgecolor
43260 newpath 3419.43 612.23 moveto
43261 3428 606 lineto
43262 3417.42 605.52 lineto
43263 closepath stroke
43264 grestore
43265 % micimmcm_cmicimmcm->micimmcmc
43266 gsave
43267 1 setlinewidth
43268 0.000 0.000 0.000 edgecolor
43269 newpath 3745 720 moveto
43270 3753 711 3763 700 3772 690 curveto
43271 stroke
43272 0.000 0.000 0.000 edgecolor
43273 newpath 3774.4 692.55 moveto
43274 3779 683 lineto
43275 3769.45 687.6 lineto
43276 closepath fill
43277 1 setlinewidth
43278 solid
43279 0.000 0.000 0.000 edgecolor
43280 newpath 3774.4 692.55 moveto
43281 3779 683 lineto
43282 3769.45 687.6 lineto
43283 closepath stroke
43284 grestore
43285 % micimmcm_cmicimmcm->micimmicm
43286 gsave
43287 1 setlinewidth
43288 0.000 0.000 0.000 edgecolor
43289 newpath 3702 721 moveto
43290 3672 702 3622 671 3577 648 curveto
43291 3551 634 3520 620 3496 610 curveto
43292 stroke
43293 0.000 0.000 0.000 edgecolor
43294 newpath 3497.56 606.86 moveto
43295 3487 606 lineto
43296 3494.72 613.26 lineto
43297 closepath fill
43298 1 setlinewidth
43299 solid
43300 0.000 0.000 0.000 edgecolor
43301 newpath 3497.56 606.86 moveto
43302 3487 606 lineto
43303 3494.72 613.26 lineto
43304 closepath stroke
43305 grestore
43306 % micimmcm_cmicimmcm->mimmcm_cmimmcm
43307 gsave
43308 1 setlinewidth
43309 0.000 0.000 0.000 edgecolor
43310 newpath 3676 725 moveto
43311 3666 723 3656 721 3646 720 curveto
43312 3403 685 3339 704 3093 684 curveto
43313 3055 680 3012 677 2977 673 curveto
43314 stroke
43315 0.000 0.000 0.000 edgecolor
43316 newpath 2977.3 669.51 moveto
43317 2967 672 lineto
43318 2976.6 676.48 lineto
43319 closepath fill
43320 1 setlinewidth
43321 solid
43322 0.000 0.000 0.000 edgecolor
43323 newpath 2977.3 669.51 moveto
43324 2967 672 lineto
43325 2976.6 676.48 lineto
43326 closepath stroke
43327 grestore
43328 % micm_cmicm_mmmicm_mimmicm
43329 gsave
43330 1 setlinewidth
43331 0.000 0.000 0.000 nodecolor
43332 3457 450 100.06 18 ellipse_path stroke
43333 0.000 0.000 0.000 nodecolor
43334 14 /Times-Roman set_font
43335 3393 445.9 moveto 128 (-ic-=c-ic-=---ic-=-i--ic-) alignedtext
43336 grestore
43337 % micimmicm->micm_cmicm_mmmicm_mimmicm
43338 gsave
43339 1 setlinewidth
43340 0.000 0.000 0.000 edgecolor
43341 newpath 3457 576 moveto
43342 3457 551 3457 507 3457 478 curveto
43343 stroke
43344 0.000 0.000 0.000 edgecolor
43345 newpath 3460.5 478 moveto
43346 3457 468 lineto
43347 3453.5 478 lineto
43348 closepath fill
43349 1 setlinewidth
43350 solid
43351 0.000 0.000 0.000 edgecolor
43352 newpath 3460.5 478 moveto
43353 3457 468 lineto
43354 3453.5 478 lineto
43355 closepath stroke
43356 grestore
43357 % mmcmcmcic->mmcmcimic
43358 gsave
43359 1 setlinewidth
43360 0.000 0.000 0.000 edgecolor
43361 newpath 2986 1368 moveto
43362 2987 1337 2989 1275 3001 1224 curveto
43363 3010 1189 3025 1150 3036 1125 curveto
43364 stroke
43365 0.000 0.000 0.000 edgecolor
43366 newpath 3039.14 1126.56 moveto
43367 3040 1116 lineto
43368 3032.74 1123.72 lineto
43369 closepath fill
43370 1 setlinewidth
43371 solid
43372 0.000 0.000 0.000 edgecolor
43373 newpath 3039.14 1126.56 moveto
43374 3040 1116 lineto
43375 3032.74 1123.72 lineto
43376 closepath stroke
43377 grestore
43378 % mmcmcmcic->mmcmmcic
43379 gsave
43380 1 setlinewidth
43381 0.000 0.000 0.000 edgecolor
43382 newpath 3030 1383 moveto
43383 3090 1380 3201 1373 3296 1368 curveto
43384 3614 1350 3700 1396 4011 1332 curveto
43385 4014 1332 4017 1331 4020 1330 curveto
43386 stroke
43387 0.000 0.000 0.000 edgecolor
43388 newpath 4022.02 1332.96 moveto
43389 4030 1326 lineto
43390 4019.42 1326.46 lineto
43391 closepath fill
43392 1 setlinewidth
43393 solid
43394 0.000 0.000 0.000 edgecolor
43395 newpath 4022.02 1332.96 moveto
43396 4030 1326 lineto
43397 4019.42 1326.46 lineto
43398 closepath stroke
43399 grestore
43400 % mmcmcmcic->mmcmcmc
43401 gsave
43402 1 setlinewidth
43403 0.000 0.000 0.000 edgecolor
43404 newpath 2943 1381 moveto
43405 2861 1371 2680 1348 2619 1332 curveto
43406 2616 1331 2613 1330 2611 1329 curveto
43407 stroke
43408 0.000 0.000 0.000 edgecolor
43409 newpath 2611.58 1325.52 moveto
43410 2601 1326 lineto
43411 2609.57 1332.23 lineto
43412 closepath fill
43413 1 setlinewidth
43414 solid
43415 0.000 0.000 0.000 edgecolor
43416 newpath 2611.58 1325.52 moveto
43417 2601 1326 lineto
43418 2609.57 1332.23 lineto
43419 closepath stroke
43420 grestore
43421 % mmcmcmci->mmcmcimi
43422 gsave
43423 1 setlinewidth
43424 0.000 0.000 0.000 edgecolor
43425 newpath 2857 1442 moveto
43426 2867 1432 2879 1418 2886 1404 curveto
43427 2923 1335 2937 1244 2942 1198 curveto
43428 stroke
43429 0.000 0.000 0.000 edgecolor
43430 newpath 2945.49 1198.3 moveto
43431 2943 1188 lineto
43432 2938.52 1197.6 lineto
43433 closepath fill
43434 1 setlinewidth
43435 solid
43436 0.000 0.000 0.000 edgecolor
43437 newpath 2945.49 1198.3 moveto
43438 2943 1188 lineto
43439 2938.52 1197.6 lineto
43440 closepath stroke
43441 grestore
43442 % mmcmcmci->mmcmcmcic
43443 gsave
43444 1 setlinewidth
43445 0.000 0.000 0.000 edgecolor
43446 newpath 2866 1445 moveto
43447 2889 1433 2923 1417 2949 1404 curveto
43448 stroke
43449 0.000 0.000 0.000 edgecolor
43450 newpath 2950.28 1407.26 moveto
43451 2958 1400 lineto
43452 2947.44 1400.86 lineto
43453 closepath fill
43454 1 setlinewidth
43455 solid
43456 0.000 0.000 0.000 edgecolor
43457 newpath 2950.28 1407.26 moveto
43458 2958 1400 lineto
43459 2947.44 1400.86 lineto
43460 closepath stroke
43461 grestore
43462 % cmmcmcmci
43463 gsave
43464 1 setlinewidth
43465 0.000 0.000 0.000 nodecolor
43466 2872 1242 43.97 18 ellipse_path stroke
43467 0.000 0.000 0.000 nodecolor
43468 14 /Times-Roman set_font
43469 2848 1237.9 moveto 48 (c--c-c-ci) alignedtext
43470 grestore
43471 % mmcmcmci->cmmcmcmci
43472 gsave
43473 1 setlinewidth
43474 0.000 0.000 0.000 edgecolor
43475 newpath 2848 1440 moveto
43476 2860 1416 2880 1372 2887 1332 curveto
43477 2891 1311 2887 1287 2882 1270 curveto
43478 stroke
43479 0.000 0.000 0.000 edgecolor
43480 newpath 2885.23 1268.57 moveto
43481 2879 1260 lineto
43482 2878.52 1270.58 lineto
43483 closepath fill
43484 1 setlinewidth
43485 solid
43486 0.000 0.000 0.000 edgecolor
43487 newpath 2885.23 1268.57 moveto
43488 2879 1260 lineto
43489 2878.52 1270.58 lineto
43490 closepath stroke
43491 grestore
43492 % mmcmcmci->mmcmmci
43493 gsave
43494 1 setlinewidth
43495 0.000 0.000 0.000 edgecolor
43496 newpath 2869 1446 moveto
43497 2876 1444 2884 1441 2892 1440 curveto
43498 3147 1393 3803 1457 4055 1404 curveto
43499 4058 1404 4061 1403 4063 1402 curveto
43500 stroke
43501 0.000 0.000 0.000 edgecolor
43502 newpath 4065.02 1404.96 moveto
43503 4073 1398 lineto
43504 4062.42 1398.46 lineto
43505 closepath fill
43506 1 setlinewidth
43507 solid
43508 0.000 0.000 0.000 edgecolor
43509 newpath 4065.02 1404.96 moveto
43510 4073 1398 lineto
43511 4062.42 1398.46 lineto
43512 closepath stroke
43513 grestore
43514 % cmcmmicmc->cmcmmicim
43515 gsave
43516 1 setlinewidth
43517 0.000 0.000 0.000 edgecolor
43518 newpath 2373 864 moveto
43519 2384 826 2411 739 2424 694 curveto
43520 stroke
43521 0.000 0.000 0.000 edgecolor
43522 newpath 2427.48 694.58 moveto
43523 2427 684 lineto
43524 2420.77 692.57 lineto
43525 closepath fill
43526 1 setlinewidth
43527 solid
43528 0.000 0.000 0.000 edgecolor
43529 newpath 2427.48 694.58 moveto
43530 2427 684 lineto
43531 2420.77 692.57 lineto
43532 closepath stroke
43533 grestore
43534 % cmcmmicmc->cmcicmc_ccmcicmc
43535 gsave
43536 1 setlinewidth
43537 0.000 0.000 0.000 edgecolor
43538 newpath 2345 866 moveto
43539 2318 847 2270 814 2225 792 curveto
43540 2130 744 2012 705 1943 683 curveto
43541 stroke
43542 0.000 0.000 0.000 edgecolor
43543 newpath 1943.58 679.52 moveto
43544 1933 680 lineto
43545 1941.57 686.23 lineto
43546 closepath fill
43547 1 setlinewidth
43548 solid
43549 0.000 0.000 0.000 edgecolor
43550 newpath 1943.58 679.52 moveto
43551 1933 680 lineto
43552 1941.57 686.23 lineto
43553 closepath stroke
43554 grestore
43555 % micmmicmc
43556 gsave
43557 1 setlinewidth
43558 0.000 0.000 0.000 nodecolor
43559 3757 594 41.19 18 ellipse_path stroke
43560 0.000 0.000 0.000 nodecolor
43561 14 /Times-Roman set_font
43562 3735 589.9 moveto 44 (-ic--ic-c) alignedtext
43563 grestore
43564 % cmcmmicmc->micmmicmc
43565 gsave
43566 1 setlinewidth
43567 0.000 0.000 0.000 edgecolor
43568 newpath 2409 877 moveto
43569 2470 869 2585 853 2679 828 curveto
43570 2713 819 2937 728 2970 720 curveto
43571 3100 688 3137 707 3267 684 curveto
43572 3333 671 3348 660 3413 648 curveto
43573 3526 626 3556 631 3669 612 curveto
43574 3682 610 3697 607 3710 604 curveto
43575 stroke
43576 0.000 0.000 0.000 edgecolor
43577 newpath 3710.88 607.39 moveto
43578 3720 602 lineto
43579 3709.51 600.53 lineto
43580 closepath fill
43581 1 setlinewidth
43582 solid
43583 0.000 0.000 0.000 edgecolor
43584 newpath 3710.88 607.39 moveto
43585 3720 602 lineto
43586 3709.51 600.53 lineto
43587 closepath stroke
43588 grestore
43589 % micmcmcmc->micmcmcim
43590 gsave
43591 1 setlinewidth
43592 0.000 0.000 0.000 edgecolor
43593 newpath 3865 720 moveto
43594 3866 710 3867 696 3867 684 curveto
43595 3868 668 3870 663 3867 648 curveto
43596 3862 613 3848 575 3838 550 curveto
43597 stroke
43598 0.000 0.000 0.000 edgecolor
43599 newpath 3840.96 547.98 moveto
43600 3834 540 lineto
43601 3834.46 550.58 lineto
43602 closepath fill
43603 1 setlinewidth
43604 solid
43605 0.000 0.000 0.000 edgecolor
43606 newpath 3840.96 547.98 moveto
43607 3834 540 lineto
43608 3834.46 550.58 lineto
43609 closepath stroke
43610 grestore
43611 % micmcmcmc->micimmcmc
43612 gsave
43613 1 setlinewidth
43614 0.000 0.000 0.000 edgecolor
43615 newpath 3847 721 moveto
43616 3838 712 3828 701 3818 691 curveto
43617 stroke
43618 0.000 0.000 0.000 edgecolor
43619 newpath 3820.22 688.22 moveto
43620 3811 683 lineto
43621 3814.95 692.83 lineto
43622 closepath fill
43623 1 setlinewidth
43624 solid
43625 0.000 0.000 0.000 edgecolor
43626 newpath 3820.22 688.22 moveto
43627 3811 683 lineto
43628 3814.95 692.83 lineto
43629 closepath stroke
43630 grestore
43631 % micmcmcmc->micmmicmc
43632 gsave
43633 1 setlinewidth
43634 0.000 0.000 0.000 edgecolor
43635 newpath 3864 720 moveto
43636 3863 700 3860 669 3845 648 curveto
43637 3833 631 3815 619 3798 610 curveto
43638 stroke
43639 0.000 0.000 0.000 edgecolor
43640 newpath 3799.56 606.86 moveto
43641 3789 606 lineto
43642 3796.72 613.26 lineto
43643 closepath fill
43644 1 setlinewidth
43645 solid
43646 0.000 0.000 0.000 edgecolor
43647 newpath 3799.56 606.86 moveto
43648 3789 606 lineto
43649 3796.72 613.26 lineto
43650 closepath stroke
43651 grestore
43652 % cmcmmicm_ccmcmmicm->cmcimmicm
43653 gsave
43654 1 setlinewidth
43655 0.000 0.000 0.000 edgecolor
43656 newpath 2123 936 moveto
43657 2133 911 2152 866 2164 837 curveto
43658 stroke
43659 0.000 0.000 0.000 edgecolor
43660 newpath 2167.14 838.56 moveto
43661 2168 828 lineto
43662 2160.74 835.72 lineto
43663 closepath fill
43664 1 setlinewidth
43665 solid
43666 0.000 0.000 0.000 edgecolor
43667 newpath 2167.14 838.56 moveto
43668 2168 828 lineto
43669 2160.74 835.72 lineto
43670 closepath stroke
43671 grestore
43672 % cmcmmicm_ccmcmmicm->cmcmmicmc
43673 gsave
43674 1 setlinewidth
43675 0.000 0.000 0.000 edgecolor
43676 newpath 2167 940 moveto
43677 2206 929 2261 914 2309 900 curveto
43678 2313 899 2318 897 2322 896 curveto
43679 stroke
43680 0.000 0.000 0.000 edgecolor
43681 newpath 2323.43 899.23 moveto
43682 2332 893 lineto
43683 2321.42 892.52 lineto
43684 closepath fill
43685 1 setlinewidth
43686 solid
43687 0.000 0.000 0.000 edgecolor
43688 newpath 2323.43 899.23 moveto
43689 2332 893 lineto
43690 2321.42 892.52 lineto
43691 closepath stroke
43692 grestore
43693 % micmmicm_cmicmmicm
43694 gsave
43695 1 setlinewidth
43696 0.000 0.000 0.000 nodecolor
43697 3495 666 73.16 18 ellipse_path stroke
43698 0.000 0.000 0.000 nodecolor
43699 14 /Times-Roman set_font
43700 3450 661.9 moveto 90 (-ic--ic-=c-ic--ic-) alignedtext
43701 grestore
43702 % cmcmmicm_ccmcmmicm->micmmicm_cmicmmicm
43703 gsave
43704 1 setlinewidth
43705 0.000 0.000 0.000 edgecolor
43706 newpath 2041 948 moveto
43707 1975 941 1887 927 1864 900 curveto
43708 1844 874 1879 798 1887 792 curveto
43709 1944 748 2462 761 2533 756 curveto
43710 2863 732 3255 692 3418 674 curveto
43711 stroke
43712 0.000 0.000 0.000 edgecolor
43713 newpath 3418.4 677.48 moveto
43714 3428 673 lineto
43715 3417.7 670.51 lineto
43716 closepath fill
43717 1 setlinewidth
43718 solid
43719 0.000 0.000 0.000 edgecolor
43720 newpath 3418.4 677.48 moveto
43721 3428 673 lineto
43722 3417.7 670.51 lineto
43723 closepath stroke
43724 grestore
43725 % micmcmcm_cmicmcmcm->micimmcm_cmicimmcm
43726 gsave
43727 1 setlinewidth
43728 0.000 0.000 0.000 edgecolor
43729 newpath 3629 793 moveto
43730 3647 784 3670 770 3689 760 curveto
43731 stroke
43732 0.000 0.000 0.000 edgecolor
43733 newpath 3690.96 762.92 moveto
43734 3698 755 lineto
43735 3687.56 756.8 lineto
43736 closepath fill
43737 1 setlinewidth
43738 solid
43739 0.000 0.000 0.000 edgecolor
43740 newpath 3690.96 762.92 moveto
43741 3698 755 lineto
43742 3687.56 756.8 lineto
43743 closepath stroke
43744 grestore
43745 % micmcmcm_cmicmcmcm->micmcmcmc
43746 gsave
43747 1 setlinewidth
43748 0.000 0.000 0.000 edgecolor
43749 newpath 3654 797 moveto
43750 3697 787 3758 771 3810 756 curveto
43751 3813 755 3816 754 3819 753 curveto
43752 stroke
43753 0.000 0.000 0.000 edgecolor
43754 newpath 3820.43 756.23 moveto
43755 3829 750 lineto
43756 3818.42 749.52 lineto
43757 closepath fill
43758 1 setlinewidth
43759 solid
43760 0.000 0.000 0.000 edgecolor
43761 newpath 3820.43 756.23 moveto
43762 3829 750 lineto
43763 3818.42 749.52 lineto
43764 closepath stroke
43765 grestore
43766 % micmcmcm_cmicmcmcm->micmmicm_cmicmmicm
43767 gsave
43768 1 setlinewidth
43769 0.000 0.000 0.000 edgecolor
43770 newpath 3580 793 moveto
43771 3570 782 3556 769 3546 756 curveto
43772 3532 736 3518 712 3508 693 curveto
43773 stroke
43774 0.000 0.000 0.000 edgecolor
43775 newpath 3511.26 691.72 moveto
43776 3504 684 lineto
43777 3504.86 694.56 lineto
43778 closepath fill
43779 1 setlinewidth
43780 solid
43781 0.000 0.000 0.000 edgecolor
43782 newpath 3511.26 691.72 moveto
43783 3504 684 lineto
43784 3504.86 694.56 lineto
43785 closepath stroke
43786 grestore
43787 % cmcmmimi_ccmcmmimi->cmcimi_ccmcimi
43788 gsave
43789 1 setlinewidth
43790 0.000 0.000 0.000 edgecolor
43791 newpath 3307 1298 moveto
43792 3329 1287 3358 1273 3382 1261 curveto
43793 stroke
43794 0.000 0.000 0.000 edgecolor
43795 newpath 3383.28 1264.26 moveto
43796 3391 1257 lineto
43797 3380.44 1257.86 lineto
43798 closepath fill
43799 1 setlinewidth
43800 solid
43801 0.000 0.000 0.000 edgecolor
43802 newpath 3383.28 1264.26 moveto
43803 3391 1257 lineto
43804 3380.44 1257.86 lineto
43805 closepath stroke
43806 grestore
43807 % cmcmmimi_ccmcmmimi->cmcmmicm_ccmcmmicm
43808 gsave
43809 1 setlinewidth
43810 0.000 0.000 0.000 edgecolor
43811 newpath 3252 1297 moveto
43812 3239 1286 3224 1273 3210 1260 curveto
43813 3195 1244 3197 1233 3177 1224 curveto
43814 3058 1166 2712 1205 2580 1188 curveto
43815 2420 1167 2357 1206 2222 1116 curveto
43816 2174 1082 2142 1018 2126 982 curveto
43817 stroke
43818 0.000 0.000 0.000 edgecolor
43819 newpath 2128.96 979.98 moveto
43820 2122 972 lineto
43821 2122.46 982.58 lineto
43822 closepath fill
43823 1 setlinewidth
43824 solid
43825 0.000 0.000 0.000 edgecolor
43826 newpath 2128.96 979.98 moveto
43827 2122 972 lineto
43828 2122.46 982.58 lineto
43829 closepath stroke
43830 grestore
43831 % cmcmmimi_ccmcmmimi->cmcmmimic
43832 gsave
43833 1 setlinewidth
43834 0.000 0.000 0.000 edgecolor
43835 newpath 3281 1296 moveto
43836 3284 1288 3288 1278 3291 1270 curveto
43837 stroke
43838 0.000 0.000 0.000 edgecolor
43839 newpath 3294.54 1270.58 moveto
43840 3295 1260 lineto
43841 3288.04 1267.98 lineto
43842 closepath fill
43843 1 setlinewidth
43844 solid
43845 0.000 0.000 0.000 edgecolor
43846 newpath 3294.54 1270.58 moveto
43847 3295 1260 lineto
43848 3288.04 1267.98 lineto
43849 closepath stroke
43850 grestore
43851 % micmcmmc_cmicmcmmc->micmmim_cmicmmim
43852 gsave
43853 1 setlinewidth
43854 0.000 0.000 0.000 edgecolor
43855 newpath 4305 217 moveto
43856 4291 208 4272 195 4256 184 curveto
43857 stroke
43858 0.000 0.000 0.000 edgecolor
43859 newpath 4258.34 181.33 moveto
43860 4248 179 lineto
43861 4254.62 187.27 lineto
43862 closepath fill
43863 1 setlinewidth
43864 solid
43865 0.000 0.000 0.000 edgecolor
43866 newpath 4258.34 181.33 moveto
43867 4248 179 lineto
43868 4254.62 187.27 lineto
43869 closepath stroke
43870 grestore
43871 % cmcmmimic->cmcimic_ccmcimic
43872 gsave
43873 1 setlinewidth
43874 0.000 0.000 0.000 edgecolor
43875 newpath 3276 1228 moveto
43876 3255 1217 3224 1203 3200 1191 curveto
43877 stroke
43878 0.000 0.000 0.000 edgecolor
43879 newpath 3201.44 1187.8 moveto
43880 3191 1186 lineto
43881 3198.04 1193.92 lineto
43882 closepath fill
43883 1 setlinewidth
43884 solid
43885 0.000 0.000 0.000 edgecolor
43886 newpath 3201.44 1187.8 moveto
43887 3191 1186 lineto
43888 3198.04 1193.92 lineto
43889 closepath stroke
43890 grestore
43891 % cmcmmimic->cmcmmicmc
43892 gsave
43893 1 setlinewidth
43894 0.000 0.000 0.000 edgecolor
43895 newpath 3272 1230 moveto
43896 3264 1228 3256 1226 3248 1224 curveto
43897 3096 1191 3049 1230 2898 1188 curveto
43898 2863 1177 2858 1164 2822 1152 curveto
43899 2759 1129 2736 1144 2675 1116 curveto
43900 2557 1060 2440 954 2391 906 curveto
43901 stroke
43902 0.000 0.000 0.000 edgecolor
43903 newpath 2393.55 903.6 moveto
43904 2384 899 lineto
43905 2388.6 908.55 lineto
43906 closepath fill
43907 1 setlinewidth
43908 solid
43909 0.000 0.000 0.000 edgecolor
43910 newpath 2393.55 903.6 moveto
43911 2384 899 lineto
43912 2388.6 908.55 lineto
43913 closepath stroke
43914 grestore
43915 % cmcmmcicm->cmcmmcim_ccmcmmcim
43916 gsave
43917 1 setlinewidth
43918 0.000 0.000 0.000 edgecolor
43919 newpath 2108 1081 moveto
43920 2154 1029 2288 877 2314 864 curveto
43921 2348 846 2443 830 2512 820 curveto
43922 stroke
43923 0.000 0.000 0.000 edgecolor
43924 newpath 2512.4 823.48 moveto
43925 2522 819 lineto
43926 2511.7 816.51 lineto
43927 closepath fill
43928 1 setlinewidth
43929 solid
43930 0.000 0.000 0.000 edgecolor
43931 newpath 2512.4 823.48 moveto
43932 2522 819 lineto
43933 2511.7 816.51 lineto
43934 closepath stroke
43935 grestore
43936 % cmcmmcicm->cmcmmicm_ccmcmmicm
43937 gsave
43938 1 setlinewidth
43939 0.000 0.000 0.000 edgecolor
43940 newpath 2096 1080 moveto
43941 2100 1055 2107 1011 2112 982 curveto
43942 stroke
43943 0.000 0.000 0.000 edgecolor
43944 newpath 2115.49 982.3 moveto
43945 2113 972 lineto
43946 2108.52 981.6 lineto
43947 closepath fill
43948 1 setlinewidth
43949 solid
43950 0.000 0.000 0.000 edgecolor
43951 newpath 2115.49 982.3 moveto
43952 2113 972 lineto
43953 2108.52 981.6 lineto
43954 closepath stroke
43955 grestore
43956 % cmcmmcicm->micmmcicm
43957 gsave
43958 1 setlinewidth
43959 0.000 0.000 0.000 edgecolor
43960 newpath 2080 1080 moveto
43961 2043 1028 1944 873 2025 792 curveto
43962 2051 766 3303 757 3339 756 curveto
43963 3411 752 3494 746 3546 742 curveto
43964 stroke
43965 0.000 0.000 0.000 edgecolor
43966 newpath 3546.4 745.48 moveto
43967 3556 741 lineto
43968 3545.7 738.51 lineto
43969 closepath fill
43970 1 setlinewidth
43971 solid
43972 0.000 0.000 0.000 edgecolor
43973 newpath 3546.4 745.48 moveto
43974 3556 741 lineto
43975 3545.7 738.51 lineto
43976 closepath stroke
43977 grestore
43978 % micmmcicm->micmmcim_cmicmmcim
43979 gsave
43980 1 setlinewidth
43981 0.000 0.000 0.000 edgecolor
43982 newpath 3595 720 moveto
43983 3593 695 3591 651 3589 622 curveto
43984 stroke
43985 0.000 0.000 0.000 edgecolor
43986 newpath 3592.48 621.6 moveto
43987 3588 612 lineto
43988 3585.51 622.3 lineto
43989 closepath fill
43990 1 setlinewidth
43991 solid
43992 0.000 0.000 0.000 edgecolor
43993 newpath 3592.48 621.6 moveto
43994 3588 612 lineto
43995 3585.51 622.3 lineto
43996 closepath stroke
43997 grestore
43998 % micmmcicm->micmmicm_cmicmmicm
43999 gsave
44000 1 setlinewidth
44001 0.000 0.000 0.000 edgecolor
44002 newpath 3574 722 moveto
44003 3560 713 3543 700 3527 689 curveto
44004 stroke
44005 0.000 0.000 0.000 edgecolor
44006 newpath 3529.1 686.2 moveto
44007 3519 683 lineto
44008 3524.9 691.8 lineto
44009 closepath fill
44010 1 setlinewidth
44011 solid
44012 0.000 0.000 0.000 edgecolor
44013 newpath 3529.1 686.2 moveto
44014 3519 683 lineto
44015 3524.9 691.8 lineto
44016 closepath stroke
44017 grestore
44018 % mimmcicm_cmimmcicm
44019 gsave
44020 1 setlinewidth
44021 0.000 0.000 0.000 nodecolor
44022 3197 522 73.16 18 ellipse_path stroke
44023 0.000 0.000 0.000 nodecolor
44024 14 /Times-Roman set_font
44025 3152 517.9 moveto 90 (-i--cic-=c-i--cic-) alignedtext
44026 grestore
44027 % micmmcicm->mimmcicm_cmimmcicm
44028 gsave
44029 1 setlinewidth
44030 0.000 0.000 0.000 edgecolor
44031 newpath 3614 722 moveto
44032 3647 690 3709 620 3669 576 curveto
44033 3644 547 3408 532 3279 525 curveto
44034 stroke
44035 0.000 0.000 0.000 edgecolor
44036 newpath 3279 521.5 moveto
44037 3269 525 lineto
44038 3279 528.5 lineto
44039 closepath fill
44040 1 setlinewidth
44041 solid
44042 0.000 0.000 0.000 edgecolor
44043 newpath 3279 521.5 moveto
44044 3269 525 lineto
44045 3279 528.5 lineto
44046 closepath stroke
44047 grestore
44048 % cmcmmcimi->cmcmmimi_ccmcmmimi
44049 gsave
44050 1 setlinewidth
44051 0.000 0.000 0.000 edgecolor
44052 newpath 2467 1373 moveto
44053 2473 1371 2480 1369 2487 1368 curveto
44054 2555 1354 3004 1329 3191 1319 curveto
44055 stroke
44056 0.000 0.000 0.000 edgecolor
44057 newpath 3191.4 1322.48 moveto
44058 3201 1318 lineto
44059 3190.7 1315.51 lineto
44060 closepath fill
44061 1 setlinewidth
44062 solid
44063 0.000 0.000 0.000 edgecolor
44064 newpath 3191.4 1322.48 moveto
44065 3201 1318 lineto
44066 3190.7 1315.51 lineto
44067 closepath stroke
44068 grestore
44069 % cmcmmcimi->cmcmmcicm
44070 gsave
44071 1 setlinewidth
44072 0.000 0.000 0.000 edgecolor
44073 newpath 2406 1374 moveto
44074 2400 1372 2393 1370 2387 1368 curveto
44075 2306 1345 2268 1383 2201 1332 curveto
44076 2134 1279 2107 1175 2098 1126 curveto
44077 stroke
44078 0.000 0.000 0.000 edgecolor
44079 newpath 2101.39 1125.12 moveto
44080 2096 1116 lineto
44081 2094.53 1126.49 lineto
44082 closepath fill
44083 1 setlinewidth
44084 solid
44085 0.000 0.000 0.000 edgecolor
44086 newpath 2101.39 1125.12 moveto
44087 2096 1116 lineto
44088 2094.53 1126.49 lineto
44089 closepath stroke
44090 grestore
44091 % cmcmmcmci->cmcmci_ccmcmci
44092 gsave
44093 1 setlinewidth
44094 0.000 0.000 0.000 edgecolor
44095 newpath 2169 1734 moveto
44096 2199 1722 2243 1705 2277 1693 curveto
44097 stroke
44098 0.000 0.000 0.000 edgecolor
44099 newpath 2279.02 1695.96 moveto
44100 2287 1689 lineto
44101 2276.42 1689.46 lineto
44102 closepath fill
44103 1 setlinewidth
44104 solid
44105 0.000 0.000 0.000 edgecolor
44106 newpath 2279.02 1695.96 moveto
44107 2287 1689 lineto
44108 2276.42 1689.46 lineto
44109 closepath stroke
44110 grestore
44111 % cmcmmcmci->cmcmmcmc_ccmcmmcmc
44112 gsave
44113 1 setlinewidth
44114 0.000 0.000 0.000 edgecolor
44115 newpath 2102 1734 moveto
44116 2095 1732 2088 1730 2081 1728 curveto
44117 2025 1710 2006 1718 1952 1692 curveto
44118 1929 1680 1929 1665 1904 1656 curveto
44119 1738 1592 1671 1683 1504 1620 curveto
44120 1480 1610 1481 1593 1456 1584 curveto
44121 1370 1550 1102 1616 1039 1548 curveto
44122 1029 1536 1029 1523 1039 1512 curveto
44123 1055 1494 1350 1473 1505 1464 curveto
44124 stroke
44125 0.000 0.000 0.000 edgecolor
44126 newpath 1505.4 1467.48 moveto
44127 1515 1463 lineto
44128 1504.7 1460.51 lineto
44129 closepath fill
44130 1 setlinewidth
44131 solid
44132 0.000 0.000 0.000 edgecolor
44133 newpath 1505.4 1467.48 moveto
44134 1515 1463 lineto
44135 1504.7 1460.51 lineto
44136 closepath stroke
44137 grestore
44138 % cmcmmcmci->cmcmmcimi
44139 gsave
44140 1 setlinewidth
44141 0.000 0.000 0.000 edgecolor
44142 newpath 2103 1734 moveto
44143 2096 1732 2088 1730 2081 1728 curveto
44144 2004 1707 1974 1731 1904 1692 curveto
44145 1886 1681 1891 1665 1871 1656 curveto
44146 1705 1574 1623 1701 1456 1620 curveto
44147 1437 1610 1443 1593 1423 1584 curveto
44148 1264 1504 929 1659 1028 1512 curveto
44149 1041 1494 1187 1444 1207 1440 curveto
44150 1464 1386 2130 1453 2387 1404 curveto
44151 2391 1403 2394 1403 2398 1402 curveto
44152 stroke
44153 0.000 0.000 0.000 edgecolor
44154 newpath 2399.28 1405.26 moveto
44155 2407 1398 lineto
44156 2396.44 1398.86 lineto
44157 closepath fill
44158 1 setlinewidth
44159 solid
44160 0.000 0.000 0.000 edgecolor
44161 newpath 2399.28 1405.26 moveto
44162 2407 1398 lineto
44163 2396.44 1398.86 lineto
44164 closepath stroke
44165 grestore
44166 % micmmcmc_cmicmmcmc->micmmcim_cmicmmcim
44167 gsave
44168 1 setlinewidth
44169 0.000 0.000 0.000 edgecolor
44170 newpath 3383 792 moveto
44171 3379 759 3377 688 3413 648 curveto
44172 3421 639 3479 621 3526 609 curveto
44173 stroke
44174 0.000 0.000 0.000 edgecolor
44175 newpath 3526.88 612.39 moveto
44176 3536 607 lineto
44177 3525.51 605.53 lineto
44178 closepath fill
44179 1 setlinewidth
44180 solid
44181 0.000 0.000 0.000 edgecolor
44182 newpath 3526.88 612.39 moveto
44183 3536 607 lineto
44184 3525.51 605.53 lineto
44185 closepath stroke
44186 grestore
44187 % micmmcmc_cmicmmcmc->micmcmcmc
44188 gsave
44189 1 setlinewidth
44190 0.000 0.000 0.000 edgecolor
44191 newpath 3451 800 moveto
44192 3470 797 3492 794 3511 792 curveto
44193 3644 774 3680 785 3810 756 curveto
44194 3813 755 3817 754 3820 753 curveto
44195 stroke
44196 0.000 0.000 0.000 edgecolor
44197 newpath 3821.43 756.23 moveto
44198 3830 750 lineto
44199 3819.42 749.52 lineto
44200 closepath fill
44201 1 setlinewidth
44202 solid
44203 0.000 0.000 0.000 edgecolor
44204 newpath 3821.43 756.23 moveto
44205 3830 750 lineto
44206 3819.42 749.52 lineto
44207 closepath stroke
44208 grestore
44209 % micmmicmc->micmmicim
44210 gsave
44211 1 setlinewidth
44212 0.000 0.000 0.000 edgecolor
44213 newpath 3761 576 moveto
44214 3764 557 3770 528 3776 504 curveto
44215 3778 496 3781 486 3783 478 curveto
44216 stroke
44217 0.000 0.000 0.000 edgecolor
44218 newpath 3786.48 478.58 moveto
44219 3786 468 lineto
44220 3779.77 476.57 lineto
44221 closepath fill
44222 1 setlinewidth
44223 solid
44224 0.000 0.000 0.000 edgecolor
44225 newpath 3786.48 478.58 moveto
44226 3786 468 lineto
44227 3779.77 476.57 lineto
44228 closepath stroke
44229 grestore
44230 % micmc_cmicmc_mmmicmc_mimmicmc
44231 gsave
44232 1 setlinewidth
44233 0.000 0.000 0.000 nodecolor
44234 3555 378 118.82 18 ellipse_path stroke
44235 0.000 0.000 0.000 nodecolor
44236 14 /Times-Roman set_font
44237 3477.5 373.9 moveto 155 (-ic-c=c-ic-c=---ic-c=-i--ic-c) alignedtext
44238 grestore
44239 % micmmicmc->micmc_cmicmc_mmmicmc_mimmicmc
44240 gsave
44241 1 setlinewidth
44242 0.000 0.000 0.000 edgecolor
44243 newpath 3741 577 moveto
44244 3706 539 3620 448 3579 404 curveto
44245 stroke
44246 0.000 0.000 0.000 edgecolor
44247 newpath 3581.22 401.22 moveto
44248 3572 396 lineto
44249 3575.95 405.83 lineto
44250 closepath fill
44251 1 setlinewidth
44252 solid
44253 0.000 0.000 0.000 edgecolor
44254 newpath 3581.22 401.22 moveto
44255 3572 396 lineto
44256 3575.95 405.83 lineto
44257 closepath stroke
44258 grestore
44259 % micmmicm_cmicmmicm->micimmicm
44260 gsave
44261 1 setlinewidth
44262 0.000 0.000 0.000 edgecolor
44263 newpath 3485 648 moveto
44264 3481 640 3476 630 3471 621 curveto
44265 stroke
44266 0.000 0.000 0.000 edgecolor
44267 newpath 3473.92 619.04 moveto
44268 3466 612 lineto
44269 3467.8 622.44 lineto
44270 closepath fill
44271 1 setlinewidth
44272 solid
44273 0.000 0.000 0.000 edgecolor
44274 newpath 3473.92 619.04 moveto
44275 3466 612 lineto
44276 3467.8 622.44 lineto
44277 closepath stroke
44278 grestore
44279 % micmmicm_cmicmmicm->micmmicmc
44280 gsave
44281 1 setlinewidth
44282 0.000 0.000 0.000 edgecolor
44283 newpath 3544 653 moveto
44284 3592 640 3665 619 3712 607 curveto
44285 stroke
44286 0.000 0.000 0.000 edgecolor
44287 newpath 3713.43 610.23 moveto
44288 3722 604 lineto
44289 3711.42 603.52 lineto
44290 closepath fill
44291 1 setlinewidth
44292 solid
44293 0.000 0.000 0.000 edgecolor
44294 newpath 3713.43 610.23 moveto
44295 3722 604 lineto
44296 3711.42 603.52 lineto
44297 closepath stroke
44298 grestore
44299 % cmmcicmcm->cmmcmcm_ccmmcmcm
44300 gsave
44301 1 setlinewidth
44302 0.000 0.000 0.000 edgecolor
44303 newpath 3674 1384 moveto
44304 3496 1374 2832 1337 2787 1332 curveto
44305 2780 1331 2774 1330 2767 1328 curveto
44306 stroke
44307 0.000 0.000 0.000 edgecolor
44308 newpath 2767.49 1324.53 moveto
44309 2757 1326 lineto
44310 2766.12 1331.39 lineto
44311 closepath fill
44312 1 setlinewidth
44313 solid
44314 0.000 0.000 0.000 edgecolor
44315 newpath 2767.49 1324.53 moveto
44316 2757 1326 lineto
44317 2766.12 1331.39 lineto
44318 closepath stroke
44319 grestore
44320 % cmmcicmcm->cmmcicmm_ccmmcicmm
44321 gsave
44322 1 setlinewidth
44323 0.000 0.000 0.000 edgecolor
44324 newpath 3745 1371 moveto
44325 3763 1361 3789 1347 3810 1336 curveto
44326 stroke
44327 0.000 0.000 0.000 edgecolor
44328 newpath 3811.96 1338.92 moveto
44329 3819 1331 lineto
44330 3808.56 1332.8 lineto
44331 closepath fill
44332 1 setlinewidth
44333 solid
44334 0.000 0.000 0.000 edgecolor
44335 newpath 3811.96 1338.92 moveto
44336 3819 1331 lineto
44337 3808.56 1332.8 lineto
44338 closepath stroke
44339 grestore
44340 % cmmcicmcm->cmmcimicm
44341 gsave
44342 1 setlinewidth
44343 0.000 0.000 0.000 edgecolor
44344 newpath 3723 1368 moveto
44345 3729 1348 3741 1316 3761 1296 curveto
44346 3768 1289 3899 1226 3907 1224 curveto
44347 4153 1158 4230 1245 4477 1188 curveto
44348 4616 1156 4768 1080 4835 1045 curveto
44349 stroke
44350 0.000 0.000 0.000 edgecolor
44351 newpath 4836.96 1047.92 moveto
44352 4844 1040 lineto
44353 4833.56 1041.8 lineto
44354 closepath fill
44355 1 setlinewidth
44356 solid
44357 0.000 0.000 0.000 edgecolor
44358 newpath 4836.96 1047.92 moveto
44359 4844 1040 lineto
44360 4833.56 1041.8 lineto
44361 closepath stroke
44362 grestore
44363 % cmmcicmcm->mimicmcm_cmimicmcm
44364 gsave
44365 1 setlinewidth
44366 0.000 0.000 0.000 edgecolor
44367 newpath 3717 1368 moveto
44368 3717 1349 3720 1318 3733 1296 curveto
44369 3775 1227 3829 1252 3876 1188 curveto
44370 3942 1099 3970 967 3980 910 curveto
44371 stroke
44372 0.000 0.000 0.000 edgecolor
44373 newpath 3983.47 910.49 moveto
44374 3982 900 lineto
44375 3976.61 909.12 lineto
44376 closepath fill
44377 1 setlinewidth
44378 solid
44379 0.000 0.000 0.000 edgecolor
44380 newpath 3983.47 910.49 moveto
44381 3982 900 lineto
44382 3976.61 909.12 lineto
44383 closepath stroke
44384 grestore
44385 % cmmcimicm->cmmcimim_ccmmcimim
44386 gsave
44387 1 setlinewidth
44388 0.000 0.000 0.000 edgecolor
44389 newpath 4858 1009 moveto
44390 4828 966 4745 858 4655 792 curveto
44391 4636 777 4612 766 4590 757 curveto
44392 stroke
44393 0.000 0.000 0.000 edgecolor
44394 newpath 4591.56 753.86 moveto
44395 4581 753 lineto
44396 4588.72 760.26 lineto
44397 closepath fill
44398 1 setlinewidth
44399 solid
44400 0.000 0.000 0.000 edgecolor
44401 newpath 4591.56 753.86 moveto
44402 4581 753 lineto
44403 4588.72 760.26 lineto
44404 closepath stroke
44405 grestore
44406 % cmmcimicm->cmmcmcicm
44407 gsave
44408 1 setlinewidth
44409 0.000 0.000 0.000 edgecolor
44410 newpath 4872 1008 moveto
44411 4875 966 4877 860 4831 792 curveto
44412 4721 625 4604 672 4405 648 curveto
44413 4066 605 3204 671 2867 612 curveto
44414 2863 611 2859 611 2856 609 curveto
44415 stroke
44416 0.000 0.000 0.000 edgecolor
44417 newpath 2856.58 605.52 moveto
44418 2846 606 lineto
44419 2854.57 612.23 lineto
44420 closepath fill
44421 1 setlinewidth
44422 solid
44423 0.000 0.000 0.000 edgecolor
44424 newpath 2856.58 605.52 moveto
44425 2846 606 lineto
44426 2854.57 612.23 lineto
44427 closepath stroke
44428 grestore
44429 % mimimicm_cmimimicm
44430 gsave
44431 1 setlinewidth
44432 0.000 0.000 0.000 nodecolor
44433 4025 810 68.79 18 ellipse_path stroke
44434 0.000 0.000 0.000 nodecolor
44435 14 /Times-Roman set_font
44436 3983.5 805.9 moveto 83 (-i-i-ic-=c-i-i-ic-) alignedtext
44437 grestore
44438 % cmmcimicm->mimimicm_cmimimicm
44439 gsave
44440 1 setlinewidth
44441 0.000 0.000 0.000 edgecolor
44442 newpath 4835 1017 moveto
44443 4740 991 4473 920 4249 864 curveto
44444 4194 850 4131 835 4086 824 curveto
44445 stroke
44446 0.000 0.000 0.000 edgecolor
44447 newpath 4086.49 820.53 moveto
44448 4076 822 lineto
44449 4085.12 827.39 lineto
44450 closepath fill
44451 1 setlinewidth
44452 solid
44453 0.000 0.000 0.000 edgecolor
44454 newpath 4086.49 820.53 moveto
44455 4076 822 lineto
44456 4085.12 827.39 lineto
44457 closepath stroke
44458 grestore
44459 % mimicmcm_cmimicmcm->mimicmm_cmimicmm
44460 gsave
44461 1 setlinewidth
44462 0.000 0.000 0.000 edgecolor
44463 newpath 3945 867 moveto
44464 3916 856 3876 840 3845 829 curveto
44465 stroke
44466 0.000 0.000 0.000 edgecolor
44467 newpath 3846.56 825.86 moveto
44468 3836 825 lineto
44469 3843.72 832.26 lineto
44470 closepath fill
44471 1 setlinewidth
44472 solid
44473 0.000 0.000 0.000 edgecolor
44474 newpath 3846.56 825.86 moveto
44475 3836 825 lineto
44476 3843.72 832.26 lineto
44477 closepath stroke
44478 grestore
44479 % mimicmcm_cmimicmcm->micmcmcm_cmicmcmcm
44480 gsave
44481 1 setlinewidth
44482 0.000 0.000 0.000 edgecolor
44483 newpath 3930 870 moveto
44484 3919 868 3908 866 3898 864 curveto
44485 3821 849 3733 833 3672 823 curveto
44486 stroke
44487 0.000 0.000 0.000 edgecolor
44488 newpath 3672.49 819.53 moveto
44489 3662 821 lineto
44490 3671.12 826.39 lineto
44491 closepath fill
44492 1 setlinewidth
44493 solid
44494 0.000 0.000 0.000 edgecolor
44495 newpath 3672.49 819.53 moveto
44496 3662 821 lineto
44497 3671.12 826.39 lineto
44498 closepath stroke
44499 grestore
44500 % mimicmcm_cmimicmcm->mimimicm_cmimimicm
44501 gsave
44502 1 setlinewidth
44503 0.000 0.000 0.000 edgecolor
44504 newpath 3995 864 moveto
44505 3999 856 4005 846 4010 837 curveto
44506 stroke
44507 0.000 0.000 0.000 edgecolor
44508 newpath 4013.2 838.44 moveto
44509 4015 828 lineto
44510 4007.08 835.04 lineto
44511 closepath fill
44512 1 setlinewidth
44513 solid
44514 0.000 0.000 0.000 edgecolor
44515 newpath 4013.2 838.44 moveto
44516 4015 828 lineto
44517 4007.08 835.04 lineto
44518 closepath stroke
44519 grestore
44520 % mimicmcm_cmimicmcm->mimicmcmc
44521 gsave
44522 1 setlinewidth
44523 0.000 0.000 0.000 edgecolor
44524 newpath 4042 870 moveto
44525 4110 856 4226 833 4290 820 curveto
44526 stroke
44527 0.000 0.000 0.000 edgecolor
44528 newpath 4290.88 823.39 moveto
44529 4300 818 lineto
44530 4289.51 816.53 lineto
44531 closepath fill
44532 1 setlinewidth
44533 solid
44534 0.000 0.000 0.000 edgecolor
44535 newpath 4290.88 823.39 moveto
44536 4300 818 lineto
44537 4289.51 816.53 lineto
44538 closepath stroke
44539 grestore
44540 % cmmcicmmc->cmmcmmc_ccmmcmmc
44541 gsave
44542 1 setlinewidth
44543 0.000 0.000 0.000 edgecolor
44544 newpath 4752 1230 moveto
44545 4744 1228 4736 1226 4728 1224 curveto
44546 4654 1204 4628 1221 4558 1188 curveto
44547 4549 1182 4442 1094 4389 1051 curveto
44548 stroke
44549 0.000 0.000 0.000 edgecolor
44550 newpath 4390.83 1047.95 moveto
44551 4381 1044 lineto
44552 4386.22 1053.22 lineto
44553 closepath fill
44554 1 setlinewidth
44555 solid
44556 0.000 0.000 0.000 edgecolor
44557 newpath 4390.83 1047.95 moveto
44558 4381 1044 lineto
44559 4386.22 1053.22 lineto
44560 closepath stroke
44561 grestore
44562 % cmmcicmmc->cmmcimim_ccmmcimim
44563 gsave
44564 1 setlinewidth
44565 0.000 0.000 0.000 edgecolor
44566 newpath 4772 1225 moveto
44567 4746 1191 4688 1115 4652 1044 curveto
44568 4600 938 4612 901 4566 792 curveto
44569 4562 783 4558 774 4553 765 curveto
44570 stroke
44571 0.000 0.000 0.000 edgecolor
44572 newpath 4556.26 763.72 moveto
44573 4549 756 lineto
44574 4549.86 766.56 lineto
44575 closepath fill
44576 1 setlinewidth
44577 solid
44578 0.000 0.000 0.000 edgecolor
44579 newpath 4556.26 763.72 moveto
44580 4549 756 lineto
44581 4549.86 766.56 lineto
44582 closepath stroke
44583 grestore
44584 % cmmcicmmc->mimicmmc_cmimicmmc
44585 gsave
44586 1 setlinewidth
44587 0.000 0.000 0.000 edgecolor
44588 newpath 4754 1230 moveto
44589 4709 1211 4627 1172 4576 1116 curveto
44590 4517 1050 4536 1012 4490 936 curveto
44591 4450 868 4437 852 4387 792 curveto
44592 4379 782 4370 772 4362 763 curveto
44593 stroke
44594 0.000 0.000 0.000 edgecolor
44595 newpath 4364.55 760.6 moveto
44596 4355 756 lineto
44597 4359.6 765.55 lineto
44598 closepath fill
44599 1 setlinewidth
44600 solid
44601 0.000 0.000 0.000 edgecolor
44602 newpath 4364.55 760.6 moveto
44603 4355 756 lineto
44604 4359.6 765.55 lineto
44605 closepath stroke
44606 grestore
44607 % mimicmmc_cmimicmmc->mimimim_cmimimim
44608 gsave
44609 1 setlinewidth
44610 0.000 0.000 0.000 edgecolor
44611 newpath 4337 720 moveto
44612 4337 712 4337 703 4337 694 curveto
44613 stroke
44614 0.000 0.000 0.000 edgecolor
44615 newpath 4340.5 694 moveto
44616 4337 684 lineto
44617 4333.5 694 lineto
44618 closepath fill
44619 1 setlinewidth
44620 solid
44621 0.000 0.000 0.000 edgecolor
44622 newpath 4340.5 694 moveto
44623 4337 684 lineto
44624 4333.5 694 lineto
44625 closepath stroke
44626 grestore
44627 % mimicmmc_cmimicmmc->micmcmmc_cmicmcmmc
44628 gsave
44629 1 setlinewidth
44630 0.000 0.000 0.000 edgecolor
44631 newpath 4370 722 moveto
44632 4411 699 4475 654 4475 594 curveto
44633 4475 594 4475 594 4475 378 curveto
44634 4475 321 4417 278 4375 255 curveto
44635 stroke
44636 0.000 0.000 0.000 edgecolor
44637 newpath 4376.44 251.8 moveto
44638 4366 250 lineto
44639 4373.04 257.92 lineto
44640 closepath fill
44641 1 setlinewidth
44642 solid
44643 0.000 0.000 0.000 edgecolor
44644 newpath 4376.44 251.8 moveto
44645 4366 250 lineto
44646 4373.04 257.92 lineto
44647 closepath stroke
44648 grestore
44649 % cmmcicmmi->cmmcmmi_ccmmcmmi
44650 gsave
44651 1 setlinewidth
44652 0.000 0.000 0.000 edgecolor
44653 newpath 3612 1445 moveto
44654 3605 1443 3598 1441 3591 1440 curveto
44655 3304 1381 3226 1425 2933 1404 curveto
44656 2895 1401 2852 1397 2816 1393 curveto
44657 stroke
44658 0.000 0.000 0.000 edgecolor
44659 newpath 2816.3 1389.51 moveto
44660 2806 1392 lineto
44661 2815.6 1396.48 lineto
44662 closepath fill
44663 1 setlinewidth
44664 solid
44665 0.000 0.000 0.000 edgecolor
44666 newpath 2816.3 1389.51 moveto
44667 2806 1392 lineto
44668 2815.6 1396.48 lineto
44669 closepath stroke
44670 grestore
44671 % cmmcicmmi->cmmcicmcm
44672 gsave
44673 1 setlinewidth
44674 0.000 0.000 0.000 edgecolor
44675 newpath 3658 1442 moveto
44676 3669 1432 3681 1420 3692 1410 curveto
44677 stroke
44678 0.000 0.000 0.000 edgecolor
44679 newpath 3694.78 1412.22 moveto
44680 3700 1403 lineto
44681 3690.17 1406.95 lineto
44682 closepath fill
44683 1 setlinewidth
44684 solid
44685 0.000 0.000 0.000 edgecolor
44686 newpath 3694.78 1412.22 moveto
44687 3700 1403 lineto
44688 3690.17 1406.95 lineto
44689 closepath stroke
44690 grestore
44691 % cmmcicmmi->cmmcimimi
44692 gsave
44693 1 setlinewidth
44694 0.000 0.000 0.000 edgecolor
44695 newpath 3677 1449 moveto
44696 3695 1446 3715 1442 3734 1440 curveto
44697 4187 1388 4304 1429 4758 1404 curveto
44698 4823 1400 4899 1394 4947 1390 curveto
44699 stroke
44700 0.000 0.000 0.000 edgecolor
44701 newpath 4947.4 1393.48 moveto
44702 4957 1389 lineto
44703 4946.7 1386.51 lineto
44704 closepath fill
44705 1 setlinewidth
44706 solid
44707 0.000 0.000 0.000 edgecolor
44708 newpath 4947.4 1393.48 moveto
44709 4957 1389 lineto
44710 4946.7 1386.51 lineto
44711 closepath stroke
44712 grestore
44713 % cmmcimimi->cmmcimicm
44714 gsave
44715 1 setlinewidth
44716 0.000 0.000 0.000 edgecolor
44717 newpath 5024 1373 moveto
44718 5072 1348 5166 1289 5138 1224 curveto
44719 5096 1125 4976 1066 4911 1041 curveto
44720 stroke
44721 0.000 0.000 0.000 edgecolor
44722 newpath 4912.56 1037.86 moveto
44723 4902 1037 lineto
44724 4909.72 1044.26 lineto
44725 closepath fill
44726 1 setlinewidth
44727 solid
44728 0.000 0.000 0.000 edgecolor
44729 newpath 4912.56 1037.86 moveto
44730 4902 1037 lineto
44731 4909.72 1044.26 lineto
44732 closepath stroke
44733 grestore
44734 % cmmcimimi->cmmcmcimi
44735 gsave
44736 1 setlinewidth
44737 0.000 0.000 0.000 edgecolor
44738 newpath 4982 1369 moveto
44739 4964 1348 4930 1313 4892 1296 curveto
44740 4783 1246 4736 1305 4624 1260 curveto
44741 4600 1249 4602 1232 4576 1224 curveto
44742 4334 1138 3661 1279 3420 1188 curveto
44743 3397 1179 3400 1161 3377 1152 curveto
44744 3222 1086 3165 1150 2999 1116 curveto
44745 2994 1115 2990 1114 2986 1112 curveto
44746 stroke
44747 0.000 0.000 0.000 edgecolor
44748 newpath 2986.58 1108.52 moveto
44749 2976 1109 lineto
44750 2984.57 1115.23 lineto
44751 closepath fill
44752 1 setlinewidth
44753 solid
44754 0.000 0.000 0.000 edgecolor
44755 newpath 2986.58 1108.52 moveto
44756 2976 1109 lineto
44757 2984.57 1115.23 lineto
44758 closepath stroke
44759 grestore
44760 % cmmcimmic->cmmcimmc_ccmmcimmc
44761 gsave
44762 1 setlinewidth
44763 0.000 0.000 0.000 edgecolor
44764 newpath 4004 1448 moveto
44765 4046 1437 4119 1417 4170 1403 curveto
44766 stroke
44767 0.000 0.000 0.000 edgecolor
44768 newpath 4171.43 1406.23 moveto
44769 4180 1400 lineto
44770 4169.42 1399.52 lineto
44771 closepath fill
44772 1 setlinewidth
44773 solid
44774 0.000 0.000 0.000 edgecolor
44775 newpath 4171.43 1406.23 moveto
44776 4180 1400 lineto
44777 4169.42 1399.52 lineto
44778 closepath stroke
44779 grestore
44780 % cmmcimmic->cmmcmmic_ccmmcmmic
44781 gsave
44782 1 setlinewidth
44783 0.000 0.000 0.000 edgecolor
44784 newpath 3928 1455 moveto
44785 3787 1446 3326 1414 3296 1404 curveto
44786 3218 1375 3146 1305 3111 1268 curveto
44787 stroke
44788 0.000 0.000 0.000 edgecolor
44789 newpath 3113.22 1265.22 moveto
44790 3104 1260 lineto
44791 3107.95 1269.83 lineto
44792 closepath fill
44793 1 setlinewidth
44794 solid
44795 0.000 0.000 0.000 edgecolor
44796 newpath 3113.22 1265.22 moveto
44797 3104 1260 lineto
44798 3107.95 1269.83 lineto
44799 closepath stroke
44800 grestore
44801 % mmcmmcic->cmmcmmcic
44802 gsave
44803 1 setlinewidth
44804 0.000 0.000 0.000 edgecolor
44805 newpath 4089 1302 moveto
44806 4107 1293 4128 1280 4139 1260 curveto
44807 4147 1245 4147 1237 4139 1224 curveto
44808 4124 1196 4101 1209 4077 1188 curveto
44809 4056 1169 4038 1143 4025 1124 curveto
44810 stroke
44811 0.000 0.000 0.000 edgecolor
44812 newpath 4028.27 1122.62 moveto
44813 4020 1116 lineto
44814 4022.33 1126.34 lineto
44815 closepath fill
44816 1 setlinewidth
44817 solid
44818 0.000 0.000 0.000 edgecolor
44819 newpath 4028.27 1122.62 moveto
44820 4020 1116 lineto
44821 4022.33 1126.34 lineto
44822 closepath stroke
44823 grestore
44824 % mmcmmcic->mmcmmc
44825 gsave
44826 1 setlinewidth
44827 0.000 0.000 0.000 edgecolor
44828 newpath 4068 1296 moveto
44829 4072 1288 4078 1278 4083 1269 curveto
44830 stroke
44831 0.000 0.000 0.000 edgecolor
44832 newpath 4086.2 1270.44 moveto
44833 4088 1260 lineto
44834 4080.08 1267.04 lineto
44835 closepath fill
44836 1 setlinewidth
44837 solid
44838 0.000 0.000 0.000 edgecolor
44839 newpath 4086.2 1270.44 moveto
44840 4088 1260 lineto
44841 4080.08 1267.04 lineto
44842 closepath stroke
44843 grestore
44844 % cmmcmcicm->cmmcmcim_ccmmcmcim
44845 gsave
44846 1 setlinewidth
44847 0.000 0.000 0.000 edgecolor
44848 newpath 2807 576 moveto
44849 2785 522 2731 358 2818 288 curveto
44850 2843 268 2918 253 2978 244 curveto
44851 stroke
44852 0.000 0.000 0.000 edgecolor
44853 newpath 2978.4 247.48 moveto
44854 2988 243 lineto
44855 2977.7 240.51 lineto
44856 closepath fill
44857 1 setlinewidth
44858 solid
44859 0.000 0.000 0.000 edgecolor
44860 newpath 2978.4 247.48 moveto
44861 2988 243 lineto
44862 2977.7 240.51 lineto
44863 closepath stroke
44864 grestore
44865 % cmmcmcicm->mimmcicm_cmimmcicm
44866 gsave
44867 1 setlinewidth
44868 0.000 0.000 0.000 edgecolor
44869 newpath 2846 582 moveto
44870 2853 579 2860 577 2867 576 curveto
44871 2974 550 3003 559 3110 540 curveto
44872 3117 539 3124 537 3132 536 curveto
44873 stroke
44874 0.000 0.000 0.000 edgecolor
44875 newpath 3132.88 539.39 moveto
44876 3142 534 lineto
44877 3131.51 532.53 lineto
44878 closepath fill
44879 1 setlinewidth
44880 solid
44881 0.000 0.000 0.000 edgecolor
44882 newpath 3132.88 539.39 moveto
44883 3142 534 lineto
44884 3131.51 532.53 lineto
44885 closepath stroke
44886 grestore
44887 % mimimicm_cmimimicm->micmmcicm
44888 gsave
44889 1 setlinewidth
44890 0.000 0.000 0.000 edgecolor
44891 newpath 3974 798 moveto
44892 3963 796 3952 794 3942 792 curveto
44893 3812 769 3775 786 3646 756 curveto
44894 3643 755 3640 754 3637 753 curveto
44895 stroke
44896 0.000 0.000 0.000 edgecolor
44897 newpath 3637.58 749.52 moveto
44898 3627 750 lineto
44899 3635.57 756.23 lineto
44900 closepath fill
44901 1 setlinewidth
44902 solid
44903 0.000 0.000 0.000 edgecolor
44904 newpath 3637.58 749.52 moveto
44905 3627 750 lineto
44906 3635.57 756.23 lineto
44907 closepath stroke
44908 grestore
44909 % mimimicm_cmimimicm->mimimicmc
44910 gsave
44911 1 setlinewidth
44912 0.000 0.000 0.000 edgecolor
44913 newpath 4091 805 moveto
44914 4236 794 4571 767 4621 756 curveto
44915 4624 755 4627 754 4630 753 curveto
44916 stroke
44917 0.000 0.000 0.000 edgecolor
44918 newpath 4631.43 756.23 moveto
44919 4640 750 lineto
44920 4629.42 749.52 lineto
44921 closepath fill
44922 1 setlinewidth
44923 solid
44924 0.000 0.000 0.000 edgecolor
44925 newpath 4631.43 756.23 moveto
44926 4640 750 lineto
44927 4629.42 749.52 lineto
44928 closepath stroke
44929 grestore
44930 % cmmcmcimi->cmmcmcicm
44931 gsave
44932 1 setlinewidth
44933 0.000 0.000 0.000 edgecolor
44934 newpath 2942 1080 moveto
44935 2938 1040 2926 943 2905 864 curveto
44936 2884 781 2868 764 2841 684 curveto
44937 2834 663 2828 639 2822 622 curveto
44938 stroke
44939 0.000 0.000 0.000 edgecolor
44940 newpath 2825.23 620.57 moveto
44941 2819 612 lineto
44942 2818.52 622.58 lineto
44943 closepath fill
44944 1 setlinewidth
44945 solid
44946 0.000 0.000 0.000 edgecolor
44947 newpath 2825.23 620.57 moveto
44948 2819 612 lineto
44949 2818.52 622.58 lineto
44950 closepath stroke
44951 grestore
44952 % cmmcmcimi->mimi_cmimi_mmmimi
44953 gsave
44954 1 setlinewidth
44955 0.000 0.000 0.000 edgecolor
44956 newpath 2975 1086 moveto
44957 2983 1084 2991 1082 2999 1080 curveto
44958 3116 1057 3464 1037 3618 1029 curveto
44959 stroke
44960 0.000 0.000 0.000 edgecolor
44961 newpath 3618 1032.5 moveto
44962 3628 1029 lineto
44963 3618 1025.5 lineto
44964 closepath fill
44965 1 setlinewidth
44966 solid
44967 0.000 0.000 0.000 edgecolor
44968 newpath 3618 1032.5 moveto
44969 3628 1029 lineto
44970 3618 1025.5 lineto
44971 closepath stroke
44972 grestore
44973 % cmmcimmci->cmmcimmc_ccmmcimmc
44974 gsave
44975 1 setlinewidth
44976 0.000 0.000 0.000 edgecolor
44977 newpath 4718 1446 moveto
44978 4710 1444 4702 1442 4694 1440 curveto
44979 4549 1408 4510 1422 4362 1404 curveto
44980 4344 1401 4326 1399 4309 1396 curveto
44981 stroke
44982 0.000 0.000 0.000 edgecolor
44983 newpath 4309.3 1392.51 moveto
44984 4299 1395 lineto
44985 4308.6 1399.48 lineto
44986 closepath fill
44987 1 setlinewidth
44988 solid
44989 0.000 0.000 0.000 edgecolor
44990 newpath 4309.3 1392.51 moveto
44991 4299 1395 lineto
44992 4308.6 1399.48 lineto
44993 closepath stroke
44994 grestore
44995 % cmmcimmci->cmmcimimi
44996 gsave
44997 1 setlinewidth
44998 0.000 0.000 0.000 edgecolor
44999 newpath 4783 1448 moveto
45000 4828 1435 4905 1412 4953 1399 curveto
45001 stroke
45002 0.000 0.000 0.000 edgecolor
45003 newpath 4954.43 1402.23 moveto
45004 4963 1396 lineto
45005 4952.42 1395.52 lineto
45006 closepath fill
45007 1 setlinewidth
45008 solid
45009 0.000 0.000 0.000 edgecolor
45010 newpath 4954.43 1402.23 moveto
45011 4963 1396 lineto
45012 4952.42 1395.52 lineto
45013 closepath stroke
45014 grestore
45015 % cmmcimmci->cmmcmcmci
45016 gsave
45017 1 setlinewidth
45018 0.000 0.000 0.000 edgecolor
45019 newpath 4713 1449 moveto
45020 4653 1433 4539 1404 4539 1404 curveto
45021 4519 1392 4523 1377 4501 1368 curveto
45022 4390 1315 4347 1357 4226 1332 curveto
45023 4172 1320 4162 1304 4107 1296 curveto
45024 3622 1216 3492 1302 3001 1260 curveto
45025 2976 1257 2947 1254 2923 1251 curveto
45026 stroke
45027 0.000 0.000 0.000 edgecolor
45028 newpath 2923.49 1247.53 moveto
45029 2913 1249 lineto
45030 2922.12 1254.39 lineto
45031 closepath fill
45032 1 setlinewidth
45033 solid
45034 0.000 0.000 0.000 edgecolor
45035 newpath 2923.49 1247.53 moveto
45036 2913 1249 lineto
45037 2922.12 1254.39 lineto
45038 closepath stroke
45039 grestore
45040 % cmmcmcmci->cmmcmcmc_ccmmcmcmc
45041 gsave
45042 1 setlinewidth
45043 0.000 0.000 0.000 edgecolor
45044 newpath 2844 1228 moveto
45045 2823 1217 2795 1203 2771 1191 curveto
45046 stroke
45047 0.000 0.000 0.000 edgecolor
45048 newpath 2772.56 1187.86 moveto
45049 2762 1187 lineto
45050 2769.72 1194.26 lineto
45051 closepath fill
45052 1 setlinewidth
45053 solid
45054 0.000 0.000 0.000 edgecolor
45055 newpath 2772.56 1187.86 moveto
45056 2762 1187 lineto
45057 2769.72 1194.26 lineto
45058 closepath stroke
45059 grestore
45060 % cmmcmcmci->cmmcmmci_ccmmcmmci
45061 gsave
45062 1 setlinewidth
45063 0.000 0.000 0.000 edgecolor
45064 newpath 2913 1235 moveto
45065 2938 1231 2972 1227 3001 1224 curveto
45066 3358 1191 3448 1204 3805 1188 curveto
45067 3899 1183 4005 1178 4078 1175 curveto
45068 stroke
45069 0.000 0.000 0.000 edgecolor
45070 newpath 4078.4 1178.48 moveto
45071 4088 1174 lineto
45072 4077.7 1171.51 lineto
45073 closepath fill
45074 1 setlinewidth
45075 solid
45076 0.000 0.000 0.000 edgecolor
45077 newpath 4078.4 1178.48 moveto
45078 4088 1174 lineto
45079 4077.7 1171.51 lineto
45080 closepath stroke
45081 grestore
45082 % cmmcmcmci->cmmcmcimi
45083 gsave
45084 1 setlinewidth
45085 0.000 0.000 0.000 edgecolor
45086 newpath 2875 1224 moveto
45087 2879 1205 2886 1175 2898 1152 curveto
45088 2903 1141 2912 1131 2920 1122 curveto
45089 stroke
45090 0.000 0.000 0.000 edgecolor
45091 newpath 2922.4 1124.55 moveto
45092 2927 1115 lineto
45093 2917.45 1119.6 lineto
45094 closepath fill
45095 1 setlinewidth
45096 solid
45097 0.000 0.000 0.000 edgecolor
45098 newpath 2922.4 1124.55 moveto
45099 2927 1115 lineto
45100 2917.45 1119.6 lineto
45101 closepath stroke
45102 grestore
45103 % mimmcicm_cmimmcicm->micm_cmicm_mmmicm_mimmicm
45104 gsave
45105 1 setlinewidth
45106 0.000 0.000 0.000 edgecolor
45107 newpath 3246 509 moveto
45108 3287 498 3347 481 3392 468 curveto
45109 stroke
45110 0.000 0.000 0.000 edgecolor
45111 newpath 3393.43 471.23 moveto
45112 3402 465 lineto
45113 3391.42 464.52 lineto
45114 closepath fill
45115 1 setlinewidth
45116 solid
45117 0.000 0.000 0.000 edgecolor
45118 newpath 3393.43 471.23 moveto
45119 3402 465 lineto
45120 3391.42 464.52 lineto
45121 closepath stroke
45122 grestore
45123 % mimmcicm_cmimmcicm->mimmcicmc
45124 gsave
45125 1 setlinewidth
45126 0.000 0.000 0.000 edgecolor
45127 newpath 3221 505 moveto
45128 3235 495 3253 482 3268 472 curveto
45129 stroke
45130 0.000 0.000 0.000 edgecolor
45131 newpath 3270.1 474.8 moveto
45132 3276 466 lineto
45133 3265.9 469.2 lineto
45134 closepath fill
45135 1 setlinewidth
45136 solid
45137 0.000 0.000 0.000 edgecolor
45138 newpath 3270.1 474.8 moveto
45139 3276 466 lineto
45140 3265.9 469.2 lineto
45141 closepath stroke
45142 grestore
45143 % mimi_cmimi_mmmimi->mimimm_cmimimm
45144 gsave
45145 1 setlinewidth
45146 0.000 0.000 0.000 edgecolor
45147 newpath 3720 1010 moveto
45148 3739 1000 3763 986 3783 975 curveto
45149 stroke
45150 0.000 0.000 0.000 edgecolor
45151 newpath 3784.96 977.92 moveto
45152 3792 970 lineto
45153 3781.56 971.8 lineto
45154 closepath fill
45155 1 setlinewidth
45156 solid
45157 0.000 0.000 0.000 edgecolor
45158 newpath 3784.96 977.92 moveto
45159 3792 970 lineto
45160 3781.56 971.8 lineto
45161 closepath stroke
45162 grestore
45163 % mimi_cmimi_mmmimi->mimic_cmimic_mmmimic
45164 gsave
45165 1 setlinewidth
45166 0.000 0.000 0.000 edgecolor
45167 newpath 3685 1008 moveto
45168 3682 1000 3679 991 3677 982 curveto
45169 stroke
45170 0.000 0.000 0.000 edgecolor
45171 newpath 3680.23 980.57 moveto
45172 3674 972 lineto
45173 3673.52 982.58 lineto
45174 closepath fill
45175 1 setlinewidth
45176 solid
45177 0.000 0.000 0.000 edgecolor
45178 newpath 3680.23 980.57 moveto
45179 3674 972 lineto
45180 3673.52 982.58 lineto
45181 closepath stroke
45182 grestore
45183 % mimmcmc_cmimmcmc->mimmcicmc
45184 gsave
45185 1 setlinewidth
45186 0.000 0.000 0.000 edgecolor
45187 newpath 3251 577 moveto
45188 3261 567 3272 554 3279 540 curveto
45189 3289 521 3293 497 3296 478 curveto
45190 stroke
45191 0.000 0.000 0.000 edgecolor
45192 newpath 3299.49 478.3 moveto
45193 3297 468 lineto
45194 3292.52 477.6 lineto
45195 closepath fill
45196 1 setlinewidth
45197 solid
45198 0.000 0.000 0.000 edgecolor
45199 newpath 3299.49 478.3 moveto
45200 3297 468 lineto
45201 3292.52 477.6 lineto
45202 closepath stroke
45203 grestore
45204 % mimmcm_cmimmcm->mimmcicm_cmimmcicm
45205 gsave
45206 1 setlinewidth
45207 0.000 0.000 0.000 edgecolor
45208 newpath 2956 654 moveto
45209 2990 645 3035 631 3072 612 curveto
45210 3108 593 3144 566 3169 546 curveto
45211 stroke
45212 0.000 0.000 0.000 edgecolor
45213 newpath 3171.1 548.8 moveto
45214 3177 540 lineto
45215 3166.9 543.2 lineto
45216 closepath fill
45217 1 setlinewidth
45218 solid
45219 0.000 0.000 0.000 edgecolor
45220 newpath 3171.1 548.8 moveto
45221 3177 540 lineto
45222 3166.9 543.2 lineto
45223 closepath stroke
45224 grestore
45225 % mimmcm_cmimmcm->mimmcmc_cmimmcmc
45226 gsave
45227 1 setlinewidth
45228 0.000 0.000 0.000 edgecolor
45229 newpath 2956 654 moveto
45230 2965 652 2975 650 2984 648 curveto
45231 3002 643 3101 622 3168 607 curveto
45232 stroke
45233 0.000 0.000 0.000 edgecolor
45234 newpath 3168.88 610.39 moveto
45235 3178 605 lineto
45236 3167.51 603.53 lineto
45237 closepath fill
45238 1 setlinewidth
45239 solid
45240 0.000 0.000 0.000 edgecolor
45241 newpath 3168.88 610.39 moveto
45242 3178 605 lineto
45243 3167.51 603.53 lineto
45244 closepath stroke
45245 grestore
45246 % cmmcmmcic->cmmcmmc_ccmmcmmc
45247 gsave
45248 1 setlinewidth
45249 0.000 0.000 0.000 edgecolor
45250 newpath 4049 1090 moveto
45251 4108 1078 4220 1054 4293 1040 curveto
45252 stroke
45253 0.000 0.000 0.000 edgecolor
45254 newpath 4293.88 1043.39 moveto
45255 4303 1038 lineto
45256 4292.51 1036.53 lineto
45257 closepath fill
45258 1 setlinewidth
45259 solid
45260 0.000 0.000 0.000 edgecolor
45261 newpath 4293.88 1043.39 moveto
45262 4303 1038 lineto
45263 4292.51 1036.53 lineto
45264 closepath stroke
45265 grestore
45266 % cmmcmmcic->mimic_cmimic_mmmimic
45267 gsave
45268 1 setlinewidth
45269 0.000 0.000 0.000 edgecolor
45270 newpath 3967 1094 moveto
45271 3868 1083 3630 1057 3618 1044 curveto
45272 3601 1024 3620 998 3639 978 curveto
45273 stroke
45274 0.000 0.000 0.000 edgecolor
45275 newpath 3641.4 980.55 moveto
45276 3646 971 lineto
45277 3636.45 975.6 lineto
45278 closepath fill
45279 1 setlinewidth
45280 solid
45281 0.000 0.000 0.000 edgecolor
45282 newpath 3641.4 980.55 moveto
45283 3646 971 lineto
45284 3636.45 975.6 lineto
45285 closepath stroke
45286 grestore
45287 % mimic_cmimic_mmmimic->mimicmm_cmimicmm
45288 gsave
45289 1 setlinewidth
45290 0.000 0.000 0.000 edgecolor
45291 newpath 3666 936 moveto
45292 3665 916 3666 885 3681 864 curveto
45293 3695 845 3717 833 3738 824 curveto
45294 stroke
45295 0.000 0.000 0.000 edgecolor
45296 newpath 3739.43 827.23 moveto
45297 3748 821 lineto
45298 3737.42 820.52 lineto
45299 closepath fill
45300 1 setlinewidth
45301 solid
45302 0.000 0.000 0.000 edgecolor
45303 newpath 3739.43 827.23 moveto
45304 3748 821 lineto
45305 3737.42 820.52 lineto
45306 closepath stroke
45307 grestore
45308 % mimic_cmimic_mmmimic->mimimmc_cmimimmc
45309 gsave
45310 1 setlinewidth
45311 0.000 0.000 0.000 edgecolor
45312 newpath 3689 937 moveto
45313 3700 927 3713 916 3725 906 curveto
45314 stroke
45315 0.000 0.000 0.000 edgecolor
45316 newpath 3727.78 908.22 moveto
45317 3733 899 lineto
45318 3723.17 902.95 lineto
45319 closepath fill
45320 1 setlinewidth
45321 solid
45322 0.000 0.000 0.000 edgecolor
45323 newpath 3727.78 908.22 moveto
45324 3733 899 lineto
45325 3723.17 902.95 lineto
45326 closepath stroke
45327 grestore
45328 % cmmcmmici->cmmcmmic_ccmmcmmic
45329 gsave
45330 1 setlinewidth
45331 0.000 0.000 0.000 edgecolor
45332 newpath 2872 1304 moveto
45333 2912 1292 2980 1273 3029 1259 curveto
45334 stroke
45335 0.000 0.000 0.000 edgecolor
45336 newpath 3030.43 1262.23 moveto
45337 3039 1256 lineto
45338 3028.42 1255.52 lineto
45339 closepath fill
45340 1 setlinewidth
45341 solid
45342 0.000 0.000 0.000 edgecolor
45343 newpath 3030.43 1262.23 moveto
45344 3039 1256 lineto
45345 3028.42 1255.52 lineto
45346 closepath stroke
45347 grestore
45348 % cmmcmmici->cmmcmcmci
45349 gsave
45350 1 setlinewidth
45351 0.000 0.000 0.000 edgecolor
45352 newpath 2846 1296 moveto
45353 2850 1288 2854 1278 2859 1269 curveto
45354 stroke
45355 0.000 0.000 0.000 edgecolor
45356 newpath 2862.14 1270.56 moveto
45357 2863 1260 lineto
45358 2855.74 1267.72 lineto
45359 closepath fill
45360 1 setlinewidth
45361 solid
45362 0.000 0.000 0.000 edgecolor
45363 newpath 2862.14 1270.56 moveto
45364 2863 1260 lineto
45365 2855.74 1267.72 lineto
45366 closepath stroke
45367 grestore
45368 % cmmicimmc->cmmicmcmc
45369 gsave
45370 1 setlinewidth
45371 0.000 0.000 0.000 edgecolor
45372 newpath 2115 1521 moveto
45373 2131 1517 2150 1514 2167 1512 curveto
45374 2749 1449 4218 1537 4799 1476 curveto
45375 4813 1474 4828 1472 4842 1469 curveto
45376 stroke
45377 0.000 0.000 0.000 edgecolor
45378 newpath 4842.88 1472.39 moveto
45379 4852 1467 lineto
45380 4841.51 1465.53 lineto
45381 closepath fill
45382 1 setlinewidth
45383 solid
45384 0.000 0.000 0.000 edgecolor
45385 newpath 4842.88 1472.39 moveto
45386 4852 1467 lineto
45387 4841.51 1465.53 lineto
45388 closepath stroke
45389 grestore
45390 % cmmicimmc->cmcmcimmc
45391 gsave
45392 1 setlinewidth
45393 0.000 0.000 0.000 edgecolor
45394 newpath 2040 1524 moveto
45395 2016 1520 1983 1515 1953 1512 curveto
45396 1890 1504 1466 1473 1314 1462 curveto
45397 stroke
45398 0.000 0.000 0.000 edgecolor
45399 newpath 1314.3 1458.51 moveto
45400 1304 1461 lineto
45401 1313.6 1465.48 lineto
45402 closepath fill
45403 1 setlinewidth
45404 solid
45405 0.000 0.000 0.000 edgecolor
45406 newpath 1314.3 1458.51 moveto
45407 1304 1461 lineto
45408 1313.6 1465.48 lineto
45409 closepath stroke
45410 grestore
45411 % cmmicimmi->cmcmcimmi
45412 gsave
45413 1 setlinewidth
45414 0.000 0.000 0.000 edgecolor
45415 newpath 2421 1661 moveto
45416 2414 1659 2408 1657 2401 1656 curveto
45417 2184 1608 2119 1666 1901 1620 curveto
45418 1897 1619 1894 1618 1891 1617 curveto
45419 stroke
45420 0.000 0.000 0.000 edgecolor
45421 newpath 1891.58 1613.52 moveto
45422 1881 1614 lineto
45423 1889.57 1620.23 lineto
45424 closepath fill
45425 1 setlinewidth
45426 solid
45427 0.000 0.000 0.000 edgecolor
45428 newpath 1891.58 1613.52 moveto
45429 1881 1614 lineto
45430 1889.57 1620.23 lineto
45431 closepath stroke
45432 grestore
45433 % cmmicimmi->cmmicimm_ccmmicimm
45434 gsave
45435 1 setlinewidth
45436 0.000 0.000 0.000 edgecolor
45437 newpath 2419 1662 moveto
45438 2413 1660 2407 1658 2401 1656 curveto
45439 2363 1642 2319 1629 2285 1619 curveto
45440 stroke
45441 0.000 0.000 0.000 edgecolor
45442 newpath 2285.58 1615.52 moveto
45443 2275 1616 lineto
45444 2283.57 1622.23 lineto
45445 closepath fill
45446 1 setlinewidth
45447 solid
45448 0.000 0.000 0.000 edgecolor
45449 newpath 2285.58 1615.52 moveto
45450 2275 1616 lineto
45451 2283.57 1622.23 lineto
45452 closepath stroke
45453 grestore
45454 % cmmicimmi->cmmicmmi_ccmmicmmi
45455 gsave
45456 1 setlinewidth
45457 0.000 0.000 0.000 edgecolor
45458 newpath 2485 1667 moveto
45459 2510 1663 2544 1658 2573 1656 curveto
45460 3268 1597 3445 1651 4141 1620 curveto
45461 4206 1617 4279 1612 4333 1608 curveto
45462 stroke
45463 0.000 0.000 0.000 edgecolor
45464 newpath 4333.4 1611.48 moveto
45465 4343 1607 lineto
45466 4332.7 1604.51 lineto
45467 closepath fill
45468 1 setlinewidth
45469 solid
45470 0.000 0.000 0.000 edgecolor
45471 newpath 4333.4 1611.48 moveto
45472 4343 1607 lineto
45473 4332.7 1604.51 lineto
45474 closepath stroke
45475 grestore
45476 % mmcmmici->mmcmcmci
45477 gsave
45478 1 setlinewidth
45479 0.000 0.000 0.000 edgecolor
45480 newpath 2684 1519 moveto
45481 2715 1506 2765 1487 2799 1474 curveto
45482 stroke
45483 0.000 0.000 0.000 edgecolor
45484 newpath 2801.02 1476.96 moveto
45485 2809 1470 lineto
45486 2798.42 1470.46 lineto
45487 closepath fill
45488 1 setlinewidth
45489 solid
45490 0.000 0.000 0.000 edgecolor
45491 newpath 2801.02 1476.96 moveto
45492 2809 1470 lineto
45493 2798.42 1470.46 lineto
45494 closepath stroke
45495 grestore
45496 % mmcmmici->cmmcmmici
45497 gsave
45498 1 setlinewidth
45499 0.000 0.000 0.000 edgecolor
45500 newpath 2682 1517 moveto
45501 2719 1498 2786 1458 2819 1404 curveto
45502 2831 1386 2835 1361 2836 1342 curveto
45503 stroke
45504 0.000 0.000 0.000 edgecolor
45505 newpath 2839.49 1342.3 moveto
45506 2837 1332 lineto
45507 2832.52 1341.6 lineto
45508 closepath fill
45509 1 setlinewidth
45510 solid
45511 0.000 0.000 0.000 edgecolor
45512 newpath 2839.49 1342.3 moveto
45513 2837 1332 lineto
45514 2832.52 1341.6 lineto
45515 closepath stroke
45516 grestore
45517 % mmcmmici->mmcmmic
45518 gsave
45519 1 setlinewidth
45520 0.000 0.000 0.000 edgecolor
45521 newpath 2682 1518 moveto
45522 2689 1516 2695 1513 2701 1512 curveto
45523 2845 1476 2888 1512 3031 1476 curveto
45524 3034 1475 3037 1474 3039 1473 curveto
45525 stroke
45526 0.000 0.000 0.000 edgecolor
45527 newpath 3040.43 1476.23 moveto
45528 3049 1470 lineto
45529 3038.42 1469.52 lineto
45530 closepath fill
45531 1 setlinewidth
45532 solid
45533 0.000 0.000 0.000 edgecolor
45534 newpath 3040.43 1476.23 moveto
45535 3049 1470 lineto
45536 3038.42 1469.52 lineto
45537 closepath stroke
45538 grestore
45539 % mimicmcmc->micmcmcmc
45540 gsave
45541 1 setlinewidth
45542 0.000 0.000 0.000 edgecolor
45543 newpath 4298 804 moveto
45544 4213 791 4010 760 3914 746 curveto
45545 stroke
45546 0.000 0.000 0.000 edgecolor
45547 newpath 3914.49 742.53 moveto
45548 3904 744 lineto
45549 3913.12 749.39 lineto
45550 closepath fill
45551 1 setlinewidth
45552 solid
45553 0.000 0.000 0.000 edgecolor
45554 newpath 3914.49 742.53 moveto
45555 3904 744 lineto
45556 3913.12 749.39 lineto
45557 closepath stroke
45558 grestore
45559 % mimicmcmc->mimicmmc_cmimicmmc
45560 gsave
45561 1 setlinewidth
45562 0.000 0.000 0.000 edgecolor
45563 newpath 4337 792 moveto
45564 4337 784 4337 775 4337 766 curveto
45565 stroke
45566 0.000 0.000 0.000 edgecolor
45567 newpath 4340.5 766 moveto
45568 4337 756 lineto
45569 4333.5 766 lineto
45570 closepath fill
45571 1 setlinewidth
45572 solid
45573 0.000 0.000 0.000 edgecolor
45574 newpath 4340.5 766 moveto
45575 4337 756 lineto
45576 4333.5 766 lineto
45577 closepath stroke
45578 grestore
45579 % mimicmcmc->mimimicmc
45580 gsave
45581 1 setlinewidth
45582 0.000 0.000 0.000 edgecolor
45583 newpath 4376 805 moveto
45584 4432 797 4535 780 4621 756 curveto
45585 4624 755 4627 754 4629 753 curveto
45586 stroke
45587 0.000 0.000 0.000 edgecolor
45588 newpath 4630.43 756.23 moveto
45589 4639 750 lineto
45590 4628.42 749.52 lineto
45591 closepath fill
45592 1 setlinewidth
45593 solid
45594 0.000 0.000 0.000 edgecolor
45595 newpath 4630.43 756.23 moveto
45596 4639 750 lineto
45597 4628.42 749.52 lineto
45598 closepath stroke
45599 grestore
45600 % cmmicmmic->cmmimimic
45601 gsave
45602 1 setlinewidth
45603 0.000 0.000 0.000 edgecolor
45604 newpath 4679 1521 moveto
45605 4695 1517 4714 1514 4731 1512 curveto
45606 4894 1491 5314 1531 5468 1476 curveto
45607 5494 1466 5493 1452 5516 1440 curveto
45608 5551 1421 5593 1407 5624 1398 curveto
45609 stroke
45610 0.000 0.000 0.000 edgecolor
45611 newpath 5625.43 1401.23 moveto
45612 5634 1395 lineto
45613 5623.42 1394.52 lineto
45614 closepath fill
45615 1 setlinewidth
45616 solid
45617 0.000 0.000 0.000 edgecolor
45618 newpath 5625.43 1401.23 moveto
45619 5634 1395 lineto
45620 5623.42 1394.52 lineto
45621 closepath stroke
45622 grestore
45623 % cmmicmmic->cmmicmcmc
45624 gsave
45625 1 setlinewidth
45626 0.000 0.000 0.000 edgecolor
45627 newpath 4678 1520 moveto
45628 4716 1509 4779 1491 4832 1476 curveto
45629 4836 1475 4841 1473 4845 1472 curveto
45630 stroke
45631 0.000 0.000 0.000 edgecolor
45632 newpath 4846.43 1475.23 moveto
45633 4855 1469 lineto
45634 4844.42 1468.52 lineto
45635 closepath fill
45636 1 setlinewidth
45637 solid
45638 0.000 0.000 0.000 edgecolor
45639 newpath 4846.43 1475.23 moveto
45640 4855 1469 lineto
45641 4844.42 1468.52 lineto
45642 closepath stroke
45643 grestore
45644 % cmmicmmic->cmcmcmmic
45645 gsave
45646 1 setlinewidth
45647 0.000 0.000 0.000 edgecolor
45648 newpath 4614 1517 moveto
45649 4607 1515 4600 1513 4593 1512 curveto
45650 4252 1448 3373 1536 3031 1476 curveto
45651 3027 1475 3023 1475 3020 1473 curveto
45652 stroke
45653 0.000 0.000 0.000 edgecolor
45654 newpath 3020.58 1469.52 moveto
45655 3010 1470 lineto
45656 3018.57 1476.23 lineto
45657 closepath fill
45658 1 setlinewidth
45659 solid
45660 0.000 0.000 0.000 edgecolor
45661 newpath 3020.58 1469.52 moveto
45662 3010 1470 lineto
45663 3018.57 1476.23 lineto
45664 closepath stroke
45665 grestore
45666 % mimimicmc->mimimim_cmimimim
45667 gsave
45668 1 setlinewidth
45669 0.000 0.000 0.000 edgecolor
45670 newpath 4640 726 moveto
45671 4634 724 4627 722 4621 720 curveto
45672 4535 696 4511 701 4423 684 curveto
45673 4414 682 4405 680 4396 678 curveto
45674 stroke
45675 0.000 0.000 0.000 edgecolor
45676 newpath 4396.49 674.53 moveto
45677 4386 676 lineto
45678 4395.12 681.39 lineto
45679 closepath fill
45680 1 setlinewidth
45681 solid
45682 0.000 0.000 0.000 edgecolor
45683 newpath 4396.49 674.53 moveto
45684 4386 676 lineto
45685 4395.12 681.39 lineto
45686 closepath stroke
45687 grestore
45688 % mimimicmc->micmmicmc
45689 gsave
45690 1 setlinewidth
45691 0.000 0.000 0.000 edgecolor
45692 newpath 4640 725 moveto
45693 4593 705 4494 665 4405 648 curveto
45694 4291 624 3940 603 3808 597 curveto
45695 stroke
45696 0.000 0.000 0.000 edgecolor
45697 newpath 3808.3 593.51 moveto
45698 3798 596 lineto
45699 3807.6 600.48 lineto
45700 closepath fill
45701 1 setlinewidth
45702 solid
45703 0.000 0.000 0.000 edgecolor
45704 newpath 3808.3 593.51 moveto
45705 3798 596 lineto
45706 3807.6 600.48 lineto
45707 closepath stroke
45708 grestore
45709 % mimimicmc->mimmcicmc
45710 gsave
45711 1 setlinewidth
45712 0.000 0.000 0.000 edgecolor
45713 newpath 4645 724 moveto
45714 4611 704 4546 669 4486 648 curveto
45715 4224 553 4152 545 3876 504 curveto
45716 3644 468 3579 516 3348 468 curveto
45717 3344 467 3341 466 3338 465 curveto
45718 stroke
45719 0.000 0.000 0.000 edgecolor
45720 newpath 3338.58 461.52 moveto
45721 3328 462 lineto
45722 3336.57 468.23 lineto
45723 closepath fill
45724 1 setlinewidth
45725 solid
45726 0.000 0.000 0.000 edgecolor
45727 newpath 3338.58 461.52 moveto
45728 3328 462 lineto
45729 3336.57 468.23 lineto
45730 closepath stroke
45731 grestore
45732 % mcicmmicm->micmmicm_cmicmmicm
45733 gsave
45734 1 setlinewidth
45735 0.000 0.000 0.000 edgecolor
45736 newpath 2683 939 moveto
45737 2711 920 2759 889 2802 864 curveto
45738 2918 796 2940 760 3067 720 curveto
45739 3197 678 3236 701 3370 684 curveto
45740 3387 681 3405 679 3422 676 curveto
45741 stroke
45742 0.000 0.000 0.000 edgecolor
45743 newpath 3422.4 679.48 moveto
45744 3432 675 lineto
45745 3421.7 672.51 lineto
45746 closepath fill
45747 1 setlinewidth
45748 solid
45749 0.000 0.000 0.000 edgecolor
45750 newpath 3422.4 679.48 moveto
45751 3432 675 lineto
45752 3421.7 672.51 lineto
45753 closepath stroke
45754 grestore
45755 % mcimmicm
45756 gsave
45757 1 setlinewidth
45758 0.000 0.000 0.000 nodecolor
45759 2078 882 37.02 18 ellipse_path stroke
45760 0.000 0.000 0.000 nodecolor
45761 14 /Times-Roman set_font
45762 2059 877.9 moveto 38 (-ci--ic-) alignedtext
45763 grestore
45764 % mcicmmicm->mcimmicm
45765 gsave
45766 1 setlinewidth
45767 0.000 0.000 0.000 edgecolor
45768 newpath 2620 949 moveto
45769 2516 936 2235 901 2124 887 curveto
45770 stroke
45771 0.000 0.000 0.000 edgecolor
45772 newpath 2124.3 883.51 moveto
45773 2114 886 lineto
45774 2123.6 890.48 lineto
45775 closepath fill
45776 1 setlinewidth
45777 solid
45778 0.000 0.000 0.000 edgecolor
45779 newpath 2124.3 883.51 moveto
45780 2114 886 lineto
45781 2123.6 890.48 lineto
45782 closepath stroke
45783 grestore
45784 % mcicmc_mmmcicmc
45785 gsave
45786 1 setlinewidth
45787 0.000 0.000 0.000 nodecolor
45788 1358 738 68.1 18 ellipse_path stroke
45789 0.000 0.000 0.000 nodecolor
45790 14 /Times-Roman set_font
45791 1317 733.9 moveto 82 (-cic-c=---cic-c) alignedtext
45792 grestore
45793 % mcicmc_mmmcicmc->mcicmcmm
45794 gsave
45795 1 setlinewidth
45796 0.000 0.000 0.000 edgecolor
45797 newpath 1407 725 moveto
45798 1416 723 1426 721 1435 720 curveto
45799 1671 684 1737 734 1969 684 curveto
45800 1972 684 1975 683 1978 682 curveto
45801 stroke
45802 0.000 0.000 0.000 edgecolor
45803 newpath 1980.02 684.96 moveto
45804 1988 678 lineto
45805 1977.42 678.46 lineto
45806 closepath fill
45807 1 setlinewidth
45808 solid
45809 0.000 0.000 0.000 edgecolor
45810 newpath 1980.02 684.96 moveto
45811 1988 678 lineto
45812 1977.42 678.46 lineto
45813 closepath stroke
45814 grestore
45815 % mcicmc_mmmcicmc->cmcicmc_ccmcicmc
45816 gsave
45817 1 setlinewidth
45818 0.000 0.000 0.000 edgecolor
45819 newpath 1407 726 moveto
45820 1417 724 1426 722 1435 720 curveto
45821 1564 698 1713 681 1804 673 curveto
45822 stroke
45823 0.000 0.000 0.000 edgecolor
45824 newpath 1804.4 676.48 moveto
45825 1814 672 lineto
45826 1803.7 669.51 lineto
45827 closepath fill
45828 1 setlinewidth
45829 solid
45830 0.000 0.000 0.000 edgecolor
45831 newpath 1804.4 676.48 moveto
45832 1814 672 lineto
45833 1803.7 669.51 lineto
45834 closepath stroke
45835 grestore
45836 % mcimmicm->cmcimmicm
45837 gsave
45838 1 setlinewidth
45839 0.000 0.000 0.000 edgecolor
45840 newpath 2099 867 moveto
45841 2112 857 2131 843 2146 832 curveto
45842 stroke
45843 0.000 0.000 0.000 edgecolor
45844 newpath 2148.1 834.8 moveto
45845 2154 826 lineto
45846 2143.9 829.2 lineto
45847 closepath fill
45848 1 setlinewidth
45849 solid
45850 0.000 0.000 0.000 edgecolor
45851 newpath 2148.1 834.8 moveto
45852 2154 826 lineto
45853 2143.9 829.2 lineto
45854 closepath stroke
45855 grestore
45856 % mcicm_mmmcicm
45857 gsave
45858 1 setlinewidth
45859 0.000 0.000 0.000 nodecolor
45860 1358 810 57.87 18 ellipse_path stroke
45861 0.000 0.000 0.000 nodecolor
45862 14 /Times-Roman set_font
45863 1324 805.9 moveto 68 (-cic-=---cic-) alignedtext
45864 grestore
45865 % mcimmicm->mcicm_mmmcicm
45866 gsave
45867 1 setlinewidth
45868 0.000 0.000 0.000 edgecolor
45869 newpath 2043 876 moveto
45870 2019 872 1986 867 1956 864 curveto
45871 1764 841 1535 823 1425 815 curveto
45872 stroke
45873 0.000 0.000 0.000 edgecolor
45874 newpath 1425.3 811.51 moveto
45875 1415 814 lineto
45876 1424.6 818.48 lineto
45877 closepath fill
45878 1 setlinewidth
45879 solid
45880 0.000 0.000 0.000 edgecolor
45881 newpath 1425.3 811.51 moveto
45882 1415 814 lineto
45883 1424.6 818.48 lineto
45884 closepath stroke
45885 grestore
45886 % mcimmicm->mcimmicmc
45887 gsave
45888 1 setlinewidth
45889 0.000 0.000 0.000 edgecolor
45890 newpath 2077 864 moveto
45891 2076 856 2076 847 2076 838 curveto
45892 stroke
45893 0.000 0.000 0.000 edgecolor
45894 newpath 2079.5 838 moveto
45895 2076 828 lineto
45896 2072.5 838 lineto
45897 closepath fill
45898 1 setlinewidth
45899 solid
45900 0.000 0.000 0.000 edgecolor
45901 newpath 2079.5 838 moveto
45902 2076 828 lineto
45903 2072.5 838 lineto
45904 closepath stroke
45905 grestore
45906 % mcicm_mmmcicm->cmcicm_ccmcicm
45907 gsave
45908 1 setlinewidth
45909 0.000 0.000 0.000 edgecolor
45910 newpath 1390 795 moveto
45911 1412 784 1443 770 1468 758 curveto
45912 stroke
45913 0.000 0.000 0.000 edgecolor
45914 newpath 1469.28 761.26 moveto
45915 1477 754 lineto
45916 1466.44 754.86 lineto
45917 closepath fill
45918 1 setlinewidth
45919 solid
45920 0.000 0.000 0.000 edgecolor
45921 newpath 1469.28 761.26 moveto
45922 1477 754 lineto
45923 1466.44 754.86 lineto
45924 closepath stroke
45925 grestore
45926 % mcicm_mmmcicm->mcicmc_mmmcicmc
45927 gsave
45928 1 setlinewidth
45929 0.000 0.000 0.000 edgecolor
45930 newpath 1358 792 moveto
45931 1358 784 1358 775 1358 766 curveto
45932 stroke
45933 0.000 0.000 0.000 edgecolor
45934 newpath 1361.5 766 moveto
45935 1358 756 lineto
45936 1354.5 766 lineto
45937 closepath fill
45938 1 setlinewidth
45939 solid
45940 0.000 0.000 0.000 edgecolor
45941 newpath 1361.5 766 moveto
45942 1358 756 lineto
45943 1354.5 766 lineto
45944 closepath stroke
45945 grestore
45946 % mcimimicm->mcimimim
45947 gsave
45948 1 setlinewidth
45949 0.000 0.000 0.000 edgecolor
45950 newpath 2788 1009 moveto
45951 2796 999 2805 986 2810 972 curveto
45952 2826 926 2787 901 2817 864 curveto
45953 2839 839 2928 823 2983 815 curveto
45954 stroke
45955 0.000 0.000 0.000 edgecolor
45956 newpath 2983.4 818.48 moveto
45957 2993 814 lineto
45958 2982.7 811.51 lineto
45959 closepath fill
45960 1 setlinewidth
45961 solid
45962 0.000 0.000 0.000 edgecolor
45963 newpath 2983.4 818.48 moveto
45964 2993 814 lineto
45965 2982.7 811.51 lineto
45966 closepath stroke
45967 grestore
45968 % mcimimicm->mimimicm_cmimimicm
45969 gsave
45970 1 setlinewidth
45971 0.000 0.000 0.000 edgecolor
45972 newpath 2809 1020 moveto
45973 2915 1002 3230 947 3491 900 curveto
45974 3576 884 3597 878 3681 864 curveto
45975 3775 847 3885 831 3954 821 curveto
45976 stroke
45977 0.000 0.000 0.000 edgecolor
45978 newpath 3954.88 824.39 moveto
45979 3964 819 lineto
45980 3953.51 817.53 lineto
45981 closepath fill
45982 1 setlinewidth
45983 solid
45984 0.000 0.000 0.000 edgecolor
45985 newpath 3954.88 824.39 moveto
45986 3964 819 lineto
45987 3953.51 817.53 lineto
45988 closepath stroke
45989 grestore
45990 % mcimimicm->mcicmmicm
45991 gsave
45992 1 setlinewidth
45993 0.000 0.000 0.000 edgecolor
45994 newpath 2749 1011 moveto
45995 2733 1001 2710 986 2691 974 curveto
45996 stroke
45997 0.000 0.000 0.000 edgecolor
45998 newpath 2693.34 971.33 moveto
45999 2683 969 lineto
46000 2689.62 977.27 lineto
46001 closepath fill
46002 1 setlinewidth
46003 solid
46004 0.000 0.000 0.000 edgecolor
46005 newpath 2693.34 971.33 moveto
46006 2683 969 lineto
46007 2689.62 977.27 lineto
46008 closepath stroke
46009 grestore
46010 % mcimimicm->mcimmcicm
46011 gsave
46012 1 setlinewidth
46013 0.000 0.000 0.000 edgecolor
46014 newpath 2769 1008 moveto
46015 2768 1000 2766 991 2765 982 curveto
46016 stroke
46017 0.000 0.000 0.000 edgecolor
46018 newpath 2768.39 981.12 moveto
46019 2763 972 lineto
46020 2761.53 982.49 lineto
46021 closepath fill
46022 1 setlinewidth
46023 solid
46024 0.000 0.000 0.000 edgecolor
46025 newpath 2768.39 981.12 moveto
46026 2763 972 lineto
46027 2761.53 982.49 lineto
46028 closepath stroke
46029 grestore
46030 % mcimic_mmmcimic
46031 gsave
46032 1 setlinewidth
46033 0.000 0.000 0.000 nodecolor
46034 3564 1242 62.04 18 ellipse_path stroke
46035 0.000 0.000 0.000 nodecolor
46036 14 /Times-Roman set_font
46037 3527 1237.9 moveto 74 (-ci-ic=---ci-ic) alignedtext
46038 grestore
46039 % mcimic_mmmcimic->mcimicmm
46040 gsave
46041 1 setlinewidth
46042 0.000 0.000 0.000 edgecolor
46043 newpath 3519 1230 moveto
46044 3510 1228 3501 1226 3493 1224 curveto
46045 3398 1204 3364 1233 3277 1188 curveto
46046 3269 1183 3235 1147 3211 1123 curveto
46047 stroke
46048 0.000 0.000 0.000 edgecolor
46049 newpath 3213.22 1120.22 moveto
46050 3204 1115 lineto
46051 3207.95 1124.83 lineto
46052 closepath fill
46053 1 setlinewidth
46054 solid
46055 0.000 0.000 0.000 edgecolor
46056 newpath 3213.22 1120.22 moveto
46057 3204 1115 lineto
46058 3207.95 1124.83 lineto
46059 closepath stroke
46060 grestore
46061 % mcimic_mmmcimic->mcimimmc
46062 gsave
46063 1 setlinewidth
46064 0.000 0.000 0.000 edgecolor
46065 newpath 3548 1225 moveto
46066 3540 1216 3530 1204 3521 1194 curveto
46067 stroke
46068 0.000 0.000 0.000 edgecolor
46069 newpath 3523.55 1191.6 moveto
46070 3514 1187 lineto
46071 3518.6 1196.55 lineto
46072 closepath fill
46073 1 setlinewidth
46074 solid
46075 0.000 0.000 0.000 edgecolor
46076 newpath 3523.55 1191.6 moveto
46077 3514 1187 lineto
46078 3518.6 1196.55 lineto
46079 closepath stroke
46080 grestore
46081 % mcimic_mmmcimic->cmcimic_ccmcimic
46082 gsave
46083 1 setlinewidth
46084 0.000 0.000 0.000 edgecolor
46085 newpath 3519 1230 moveto
46086 3510 1228 3501 1226 3493 1224 curveto
46087 3384 1202 3355 1207 3244 1188 curveto
46088 3237 1187 3230 1185 3223 1184 curveto
46089 stroke
46090 0.000 0.000 0.000 edgecolor
46091 newpath 3223.49 1180.53 moveto
46092 3213 1182 lineto
46093 3222.12 1187.39 lineto
46094 closepath fill
46095 1 setlinewidth
46096 solid
46097 0.000 0.000 0.000 edgecolor
46098 newpath 3223.49 1180.53 moveto
46099 3213 1182 lineto
46100 3222.12 1187.39 lineto
46101 closepath stroke
46102 grestore
46103 % mcimmcicm->mcimmcim
46104 gsave
46105 1 setlinewidth
46106 0.000 0.000 0.000 edgecolor
46107 newpath 2765 936 moveto
46108 2771 916 2783 885 2802 864 curveto
46109 2888 769 3031 706 3099 681 curveto
46110 stroke
46111 0.000 0.000 0.000 edgecolor
46112 newpath 3101.02 683.96 moveto
46113 3109 677 lineto
46114 3098.42 677.46 lineto
46115 closepath fill
46116 1 setlinewidth
46117 solid
46118 0.000 0.000 0.000 edgecolor
46119 newpath 3101.02 683.96 moveto
46120 3109 677 lineto
46121 3098.42 677.46 lineto
46122 closepath stroke
46123 grestore
46124 % mcimmcicm->mcimmicm
46125 gsave
46126 1 setlinewidth
46127 0.000 0.000 0.000 edgecolor
46128 newpath 2730 942 moveto
46129 2724 939 2717 937 2710 936 curveto
46130 2682 929 2266 897 2125 886 curveto
46131 stroke
46132 0.000 0.000 0.000 edgecolor
46133 newpath 2125.3 882.51 moveto
46134 2115 885 lineto
46135 2124.6 889.48 lineto
46136 closepath fill
46137 1 setlinewidth
46138 solid
46139 0.000 0.000 0.000 edgecolor
46140 newpath 2125.3 882.51 moveto
46141 2115 885 lineto
46142 2124.6 889.48 lineto
46143 closepath stroke
46144 grestore
46145 % mcimi_mmmcimi
46146 gsave
46147 1 setlinewidth
46148 0.000 0.000 0.000 nodecolor
46149 3509 1314 53.01 18 ellipse_path stroke
46150 0.000 0.000 0.000 nodecolor
46151 14 /Times-Roman set_font
46152 3478.5 1309.9 moveto 61 (-ci-i=---ci-i) alignedtext
46153 grestore
46154 % mcimi_mmmcimi->mcimimm
46155 gsave
46156 1 setlinewidth
46157 0.000 0.000 0.000 edgecolor
46158 newpath 3542 1300 moveto
46159 3568 1289 3604 1274 3635 1260 curveto
46160 3637 1259 3639 1258 3642 1257 curveto
46161 stroke
46162 0.000 0.000 0.000 edgecolor
46163 newpath 3643.28 1260.26 moveto
46164 3651 1253 lineto
46165 3640.44 1253.86 lineto
46166 closepath fill
46167 1 setlinewidth
46168 solid
46169 0.000 0.000 0.000 edgecolor
46170 newpath 3643.28 1260.26 moveto
46171 3651 1253 lineto
46172 3640.44 1253.86 lineto
46173 closepath stroke
46174 grestore
46175 % mcimi_mmmcimi->cmcimi_ccmcimi
46176 gsave
46177 1 setlinewidth
46178 0.000 0.000 0.000 edgecolor
46179 newpath 3489 1297 moveto
46180 3478 1288 3464 1276 3452 1266 curveto
46181 stroke
46182 0.000 0.000 0.000 edgecolor
46183 newpath 3453.83 1262.95 moveto
46184 3444 1259 lineto
46185 3449.22 1268.22 lineto
46186 closepath fill
46187 1 setlinewidth
46188 solid
46189 0.000 0.000 0.000 edgecolor
46190 newpath 3453.83 1262.95 moveto
46191 3444 1259 lineto
46192 3449.22 1268.22 lineto
46193 closepath stroke
46194 grestore
46195 % mcimi_mmmcimi->mcimic_mmmcimic
46196 gsave
46197 1 setlinewidth
46198 0.000 0.000 0.000 edgecolor
46199 newpath 3522 1297 moveto
46200 3529 1288 3537 1277 3545 1268 curveto
46201 stroke
46202 0.000 0.000 0.000 edgecolor
46203 newpath 3547.8 1270.1 moveto
46204 3551 1260 lineto
46205 3542.2 1265.9 lineto
46206 closepath fill
46207 1 setlinewidth
46208 solid
46209 0.000 0.000 0.000 edgecolor
46210 newpath 3547.8 1270.1 moveto
46211 3551 1260 lineto
46212 3542.2 1265.9 lineto
46213 closepath stroke
46214 grestore
46215 % mcimmicmc->mcimmicim
46216 gsave
46217 1 setlinewidth
46218 0.000 0.000 0.000 edgecolor
46219 newpath 2097 795 moveto
46220 2145 761 2268 681 2383 648 curveto
46221 2591 588 2657 658 2867 612 curveto
46222 2870 612 2873 611 2876 610 curveto
46223 stroke
46224 0.000 0.000 0.000 edgecolor
46225 newpath 2878.02 612.96 moveto
46226 2886 606 lineto
46227 2875.42 606.46 lineto
46228 closepath fill
46229 1 setlinewidth
46230 solid
46231 0.000 0.000 0.000 edgecolor
46232 newpath 2878.02 612.96 moveto
46233 2886 606 lineto
46234 2875.42 606.46 lineto
46235 closepath stroke
46236 grestore
46237 % mcimmicmc->mcicmc_mmmcicmc
46238 gsave
46239 1 setlinewidth
46240 0.000 0.000 0.000 edgecolor
46241 newpath 2039 801 moveto
46242 2023 798 2004 794 1987 792 curveto
46243 1744 759 1679 792 1435 756 curveto
46244 1429 755 1423 753 1417 752 curveto
46245 stroke
46246 0.000 0.000 0.000 edgecolor
46247 newpath 1417.49 748.53 moveto
46248 1407 750 lineto
46249 1416.12 755.39 lineto
46250 closepath fill
46251 1 setlinewidth
46252 solid
46253 0.000 0.000 0.000 edgecolor
46254 newpath 1417.49 748.53 moveto
46255 1407 750 lineto
46256 1416.12 755.39 lineto
46257 closepath stroke
46258 grestore
46259 % mcmcimicm->mmcimicm
46260 gsave
46261 1 setlinewidth
46262 0.000 0.000 0.000 edgecolor
46263 newpath 1804 1166 moveto
46264 1852 1162 1934 1155 2004 1152 curveto
46265 2919 1109 3148 1134 4063 1116 curveto
46266 4358 1109 4710 1101 4836 1099 curveto
46267 stroke
46268 0.000 0.000 0.000 edgecolor
46269 newpath 4836 1102.5 moveto
46270 4846 1099 lineto
46271 4836 1095.5 lineto
46272 closepath fill
46273 1 setlinewidth
46274 solid
46275 0.000 0.000 0.000 edgecolor
46276 newpath 4836 1102.5 moveto
46277 4846 1099 lineto
46278 4836 1095.5 lineto
46279 closepath stroke
46280 grestore
46281 % mcmcimicm->mcmcimim
46282 gsave
46283 1 setlinewidth
46284 0.000 0.000 0.000 edgecolor
46285 newpath 1781 1154 moveto
46286 1791 1143 1803 1130 1812 1116 curveto
46287 1857 1046 1888 954 1902 910 curveto
46288 stroke
46289 0.000 0.000 0.000 edgecolor
46290 newpath 1905.48 910.58 moveto
46291 1905 900 lineto
46292 1898.77 908.57 lineto
46293 closepath fill
46294 1 setlinewidth
46295 solid
46296 0.000 0.000 0.000 edgecolor
46297 newpath 1905.48 910.58 moveto
46298 1905 900 lineto
46299 1898.77 908.57 lineto
46300 closepath stroke
46301 grestore
46302 % mcmcimicm->mcimimicm
46303 gsave
46304 1 setlinewidth
46305 0.000 0.000 0.000 edgecolor
46306 newpath 1787 1155 moveto
46307 1803 1144 1826 1129 1845 1116 curveto
46308 1867 1100 1868 1089 1893 1080 curveto
46309 1895 1079 2538 1041 2723 1029 curveto
46310 stroke
46311 0.000 0.000 0.000 edgecolor
46312 newpath 2723.4 1032.48 moveto
46313 2733 1028 lineto
46314 2722.7 1025.51 lineto
46315 closepath fill
46316 1 setlinewidth
46317 solid
46318 0.000 0.000 0.000 edgecolor
46319 newpath 2723.4 1032.48 moveto
46320 2733 1028 lineto
46321 2722.7 1025.51 lineto
46322 closepath stroke
46323 grestore
46324 % mcmcimicm->mcmcmcicm
46325 gsave
46326 1 setlinewidth
46327 0.000 0.000 0.000 edgecolor
46328 newpath 1763 1152 moveto
46329 1762 1144 1762 1135 1761 1126 curveto
46330 stroke
46331 0.000 0.000 0.000 edgecolor
46332 newpath 1764.48 1125.6 moveto
46333 1760 1116 lineto
46334 1757.51 1126.3 lineto
46335 closepath fill
46336 1 setlinewidth
46337 solid
46338 0.000 0.000 0.000 edgecolor
46339 newpath 1764.48 1125.6 moveto
46340 1760 1116 lineto
46341 1757.51 1126.3 lineto
46342 closepath stroke
46343 grestore
46344 % mcmcimimi->mmcimimi
46345 gsave
46346 1 setlinewidth
46347 0.000 0.000 0.000 edgecolor
46348 newpath 1115 1517 moveto
46349 1122 1515 1129 1513 1135 1512 curveto
46350 1424 1458 6125 1509 6417 1476 curveto
46351 6430 1474 6444 1472 6457 1469 curveto
46352 stroke
46353 0.000 0.000 0.000 edgecolor
46354 newpath 6458.43 1472.23 moveto
46355 6467 1466 lineto
46356 6456.42 1465.52 lineto
46357 closepath fill
46358 1 setlinewidth
46359 solid
46360 0.000 0.000 0.000 edgecolor
46361 newpath 6458.43 1472.23 moveto
46362 6467 1466 lineto
46363 6456.42 1465.52 lineto
46364 closepath stroke
46365 grestore
46366 % mcmcimimi->mcmcimicm
46367 gsave
46368 1 setlinewidth
46369 0.000 0.000 0.000 edgecolor
46370 newpath 1048 1528 moveto
46371 934 1519 618 1485 711 1368 curveto
46372 713 1366 1026 1296 1028 1296 curveto
46373 1125 1277 1150 1276 1246 1260 curveto
46374 1419 1230 1624 1195 1716 1179 curveto
46375 stroke
46376 0.000 0.000 0.000 edgecolor
46377 newpath 1716.88 1182.39 moveto
46378 1726 1177 lineto
46379 1715.51 1175.53 lineto
46380 closepath fill
46381 1 setlinewidth
46382 solid
46383 0.000 0.000 0.000 edgecolor
46384 newpath 1716.88 1182.39 moveto
46385 1726 1177 lineto
46386 1715.51 1175.53 lineto
46387 closepath stroke
46388 grestore
46389 % mcmcimimi->mcmcmcimi
46390 gsave
46391 1 setlinewidth
46392 0.000 0.000 0.000 edgecolor
46393 newpath 1115 1517 moveto
46394 1122 1515 1129 1513 1135 1512 curveto
46395 1308 1476 1752 1484 1927 1476 curveto
46396 2035 1470 2161 1464 2230 1460 curveto
46397 stroke
46398 0.000 0.000 0.000 edgecolor
46399 newpath 2230 1463.5 moveto
46400 2240 1460 lineto
46401 2230 1456.5 lineto
46402 closepath fill
46403 1 setlinewidth
46404 solid
46405 0.000 0.000 0.000 edgecolor
46406 newpath 2230 1463.5 moveto
46407 2240 1460 lineto
46408 2230 1456.5 lineto
46409 closepath stroke
46410 grestore
46411 % mcmcic_mmmcmcic
46412 gsave
46413 1 setlinewidth
46414 0.000 0.000 0.000 nodecolor
46415 906 1746 68.1 18 ellipse_path stroke
46416 0.000 0.000 0.000 nodecolor
46417 14 /Times-Roman set_font
46418 865 1741.9 moveto 82 (-c-cic=---c-cic) alignedtext
46419 grestore
46420 % mcmcic_mmmcmcic->cmcmcic_ccmcmcic
46421 gsave
46422 1 setlinewidth
46423 0.000 0.000 0.000 edgecolor
46424 newpath 936 1730 moveto
46425 978 1708 1056 1671 1127 1656 curveto
46426 1464 1581 1560 1664 1901 1620 curveto
46427 1908 1619 1915 1618 1922 1617 curveto
46428 stroke
46429 0.000 0.000 0.000 edgecolor
46430 newpath 1922.88 1620.39 moveto
46431 1932 1615 lineto
46432 1921.51 1613.53 lineto
46433 closepath fill
46434 1 setlinewidth
46435 solid
46436 0.000 0.000 0.000 edgecolor
46437 newpath 1922.88 1620.39 moveto
46438 1932 1615 lineto
46439 1921.51 1613.53 lineto
46440 closepath stroke
46441 grestore
46442 % mcmcic_mmmcmcic->mcmcicmm
46443 gsave
46444 1 setlinewidth
46445 0.000 0.000 0.000 edgecolor
46446 newpath 842 1740 moveto
46447 731 1728 513 1705 502 1692 curveto
46448 441 1621 526 1552 609 1512 curveto
46449 666 1484 736 1470 783 1463 curveto
46450 stroke
46451 0.000 0.000 0.000 edgecolor
46452 newpath 783.4 1466.48 moveto
46453 793 1462 lineto
46454 782.7 1459.51 lineto
46455 closepath fill
46456 1 setlinewidth
46457 solid
46458 0.000 0.000 0.000 edgecolor
46459 newpath 783.4 1466.48 moveto
46460 793 1462 lineto
46461 782.7 1459.51 lineto
46462 closepath stroke
46463 grestore
46464 % mcmcic_mmmcmcic->mcmcimmic
46465 gsave
46466 1 setlinewidth
46467 0.000 0.000 0.000 edgecolor
46468 newpath 957 1734 moveto
46469 1001 1724 1066 1708 1122 1692 curveto
46470 1126 1691 1130 1689 1134 1688 curveto
46471 stroke
46472 0.000 0.000 0.000 edgecolor
46473 newpath 1135.43 1691.23 moveto
46474 1144 1685 lineto
46475 1133.42 1684.52 lineto
46476 closepath fill
46477 1 setlinewidth
46478 solid
46479 0.000 0.000 0.000 edgecolor
46480 newpath 1135.43 1691.23 moveto
46481 1144 1685 lineto
46482 1133.42 1684.52 lineto
46483 closepath stroke
46484 grestore
46485 % mcmc_mmmcmc
46486 gsave
46487 1 setlinewidth
46488 0.000 0.000 0.000 nodecolor
46489 362 1458 54.2 18 ellipse_path stroke
46490 0.000 0.000 0.000 nodecolor
46491 14 /Times-Roman set_font
46492 331 1453.9 moveto 62 (-c-c=---c-c) alignedtext
46493 grestore
46494 % mcmcic_mmmcmcic->mcmc_mmmcmc
46495 gsave
46496 1 setlinewidth
46497 0.000 0.000 0.000 edgecolor
46498 newpath 842 1740 moveto
46499 741 1729 547 1708 480 1692 curveto
46500 436 1681 428 1668 383 1656 curveto
46501 308 1634 266 1675 211 1620 curveto
46502 178 1585 169 1551 197 1512 curveto
46503 204 1503 264 1485 309 1472 curveto
46504 stroke
46505 0.000 0.000 0.000 edgecolor
46506 newpath 310.43 1475.23 moveto
46507 319 1469 lineto
46508 308.42 1468.52 lineto
46509 closepath fill
46510 1 setlinewidth
46511 solid
46512 0.000 0.000 0.000 edgecolor
46513 newpath 310.43 1475.23 moveto
46514 319 1469 lineto
46515 308.42 1468.52 lineto
46516 closepath stroke
46517 grestore
46518 % mmcic
46519 gsave
46520 1 setlinewidth
46521 0.000 0.000 0.000 nodecolor
46522 3731 1674 29.19 18 ellipse_path stroke
46523 0.000 0.000 0.000 nodecolor
46524 14 /Times-Roman set_font
46525 3718 1669.9 moveto 26 (--cic) alignedtext
46526 grestore
46527 % mcmcic_mmmcmcic->mmcic
46528 gsave
46529 1 setlinewidth
46530 0.000 0.000 0.000 edgecolor
46531 newpath 973 1743 moveto
46532 1070 1739 1252 1731 1407 1728 curveto
46533 1534 1724 3570 1720 3693 1692 curveto
46534 3695 1692 3697 1691 3700 1690 curveto
46535 stroke
46536 0.000 0.000 0.000 edgecolor
46537 newpath 3701.28 1693.26 moveto
46538 3709 1686 lineto
46539 3698.44 1686.86 lineto
46540 closepath fill
46541 1 setlinewidth
46542 solid
46543 0.000 0.000 0.000 edgecolor
46544 newpath 3701.28 1693.26 moveto
46545 3709 1686 lineto
46546 3698.44 1686.86 lineto
46547 closepath stroke
46548 grestore
46549 % mcmc_mmmcmc->cmcmc_ccmcmc
46550 gsave
46551 1 setlinewidth
46552 0.000 0.000 0.000 edgecolor
46553 newpath 413 1452 moveto
46554 448 1448 497 1443 539 1440 curveto
46555 1113 1402 1260 1458 1831 1404 curveto
46556 1847 1402 1863 1400 1878 1398 curveto
46557 stroke
46558 0.000 0.000 0.000 edgecolor
46559 newpath 1878.88 1401.39 moveto
46560 1888 1396 lineto
46561 1877.51 1394.53 lineto
46562 closepath fill
46563 1 setlinewidth
46564 solid
46565 0.000 0.000 0.000 edgecolor
46566 newpath 1878.88 1401.39 moveto
46567 1888 1396 lineto
46568 1877.51 1394.53 lineto
46569 closepath stroke
46570 grestore
46571 % mcmc_mmmcmc->mcmcmm
46572 gsave
46573 1 setlinewidth
46574 0.000 0.000 0.000 edgecolor
46575 newpath 410 1449 moveto
46576 487 1435 638 1407 712 1394 curveto
46577 stroke
46578 0.000 0.000 0.000 edgecolor
46579 newpath 712.88 1397.39 moveto
46580 722 1392 lineto
46581 711.51 1390.53 lineto
46582 closepath fill
46583 1 setlinewidth
46584 solid
46585 0.000 0.000 0.000 edgecolor
46586 newpath 712.88 1397.39 moveto
46587 722 1392 lineto
46588 711.51 1390.53 lineto
46589 closepath stroke
46590 grestore
46591 % mcmc_mmmcmc->mcicmc_mmmcicmc
46592 gsave
46593 1 setlinewidth
46594 0.000 0.000 0.000 edgecolor
46595 newpath 383 1441 moveto
46596 433 1402 559 1303 667 1224 curveto
46597 916 1041 1224 829 1325 761 curveto
46598 stroke
46599 0.000 0.000 0.000 edgecolor
46600 newpath 1327.1 763.8 moveto
46601 1333 755 lineto
46602 1322.9 758.2 lineto
46603 closepath fill
46604 1 setlinewidth
46605 solid
46606 0.000 0.000 0.000 edgecolor
46607 newpath 1327.1 763.8 moveto
46608 1333 755 lineto
46609 1322.9 758.2 lineto
46610 closepath stroke
46611 grestore
46612 % mmc
46613 gsave
46614 1 setlinewidth
46615 0.000 0.000 0.000 nodecolor
46616 4575 1386 27 18 ellipse_path stroke
46617 0.000 0.000 0.000 nodecolor
46618 14 /Times-Roman set_font
46619 4567 1381.9 moveto 16 (--c) alignedtext
46620 grestore
46621 % mcmc_mmmcmc->mmc
46622 gsave
46623 1 setlinewidth
46624 0.000 0.000 0.000 edgecolor
46625 newpath 413 1452 moveto
46626 448 1447 497 1442 539 1440 curveto
46627 979 1415 4065 1458 4501 1404 curveto
46628 4514 1402 4528 1399 4540 1396 curveto
46629 stroke
46630 0.000 0.000 0.000 edgecolor
46631 newpath 4541.43 1399.23 moveto
46632 4550 1393 lineto
46633 4539.42 1392.52 lineto
46634 closepath fill
46635 1 setlinewidth
46636 solid
46637 0.000 0.000 0.000 edgecolor
46638 newpath 4541.43 1399.23 moveto
46639 4550 1393 lineto
46640 4539.42 1392.52 lineto
46641 closepath stroke
46642 grestore
46643 % mmcic->cmmcic_ccmmcic
46644 gsave
46645 1 setlinewidth
46646 0.000 0.000 0.000 edgecolor
46647 newpath 3754 1663 moveto
46648 3760 1660 3767 1657 3774 1656 curveto
46649 3861 1634 4098 1666 4174 1620 curveto
46650 4197 1605 4213 1578 4222 1557 curveto
46651 stroke
46652 0.000 0.000 0.000 edgecolor
46653 newpath 4225.14 1558.56 moveto
46654 4226 1548 lineto
46655 4218.74 1555.72 lineto
46656 closepath fill
46657 1 setlinewidth
46658 solid
46659 0.000 0.000 0.000 edgecolor
46660 newpath 4225.14 1558.56 moveto
46661 4226 1548 lineto
46662 4218.74 1555.72 lineto
46663 closepath stroke
46664 grestore
46665 % mmcic->mmcicmm
46666 gsave
46667 1 setlinewidth
46668 0.000 0.000 0.000 edgecolor
46669 newpath 3751 1661 moveto
46670 3756 1659 3760 1657 3764 1656 curveto
46671 3845 1631 4085 1682 4141 1620 curveto
46672 4152 1608 4152 1596 4141 1584 curveto
46673 4061 1491 3948 1640 3867 1548 curveto
46674 3835 1511 3846 1449 3857 1414 curveto
46675 stroke
46676 0.000 0.000 0.000 edgecolor
46677 newpath 3860.48 1414.58 moveto
46678 3860 1404 lineto
46679 3853.77 1412.57 lineto
46680 closepath fill
46681 1 setlinewidth
46682 solid
46683 0.000 0.000 0.000 edgecolor
46684 newpath 3860.48 1414.58 moveto
46685 3860 1404 lineto
46686 3853.77 1412.57 lineto
46687 closepath stroke
46688 grestore
46689 % mmcic->mmcimmic
46690 gsave
46691 1 setlinewidth
46692 0.000 0.000 0.000 edgecolor
46693 newpath 3759 1668 moveto
46694 3782 1664 3816 1658 3845 1656 curveto
46695 4104 1631 4761 1672 5015 1620 curveto
46696 5018 1620 5021 1619 5024 1618 curveto
46697 stroke
46698 0.000 0.000 0.000 edgecolor
46699 newpath 5025.28 1621.26 moveto
46700 5033 1614 lineto
46701 5022.44 1614.86 lineto
46702 closepath fill
46703 1 setlinewidth
46704 solid
46705 0.000 0.000 0.000 edgecolor
46706 newpath 5025.28 1621.26 moveto
46707 5033 1614 lineto
46708 5022.44 1614.86 lineto
46709 closepath stroke
46710 grestore
46711 % mmcic->mmc
46712 gsave
46713 1 setlinewidth
46714 0.000 0.000 0.000 edgecolor
46715 newpath 3751 1661 moveto
46716 3755 1659 3760 1657 3764 1656 curveto
46717 3952 1599 4020 1686 4204 1620 curveto
46718 4257 1601 4272 1591 4307 1548 curveto
46719 4341 1507 4315 1473 4355 1440 curveto
46720 4356 1439 4478 1410 4539 1394 curveto
46721 stroke
46722 0.000 0.000 0.000 edgecolor
46723 newpath 4539.88 1397.39 moveto
46724 4549 1392 lineto
46725 4538.51 1390.53 lineto
46726 closepath fill
46727 1 setlinewidth
46728 solid
46729 0.000 0.000 0.000 edgecolor
46730 newpath 4539.88 1397.39 moveto
46731 4549 1392 lineto
46732 4538.51 1390.53 lineto
46733 closepath stroke
46734 grestore
46735 % mcmcmcicm->mcmcmcim
46736 gsave
46737 1 setlinewidth
46738 0.000 0.000 0.000 edgecolor
46739 newpath 1760 1080 moveto
46740 1764 1040 1772 943 1787 864 curveto
46741 1788 856 1791 846 1793 838 curveto
46742 stroke
46743 0.000 0.000 0.000 edgecolor
46744 newpath 1796.48 838.58 moveto
46745 1796 828 lineto
46746 1789.77 836.57 lineto
46747 closepath fill
46748 1 setlinewidth
46749 solid
46750 0.000 0.000 0.000 edgecolor
46751 newpath 1796.48 838.58 moveto
46752 1796 828 lineto
46753 1789.77 836.57 lineto
46754 closepath stroke
46755 grestore
46756 % mcmcmcicm->mcimmcicm
46757 gsave
46758 1 setlinewidth
46759 0.000 0.000 0.000 edgecolor
46760 newpath 1798 1089 moveto
46761 1815 1086 1836 1082 1855 1080 curveto
46762 2081 1050 2141 1075 2366 1044 curveto
46763 2521 1022 2560 1014 2710 972 curveto
46764 2713 971 2716 970 2719 969 curveto
46765 stroke
46766 0.000 0.000 0.000 edgecolor
46767 newpath 2720.43 972.23 moveto
46768 2729 966 lineto
46769 2718.42 965.52 lineto
46770 closepath fill
46771 1 setlinewidth
46772 solid
46773 0.000 0.000 0.000 edgecolor
46774 newpath 2720.43 972.23 moveto
46775 2729 966 lineto
46776 2718.42 965.52 lineto
46777 closepath stroke
46778 grestore
46779 % mcmmicm
46780 gsave
46781 1 setlinewidth
46782 0.000 0.000 0.000 nodecolor
46783 2322 1026 34.94 18 ellipse_path stroke
46784 0.000 0.000 0.000 nodecolor
46785 14 /Times-Roman set_font
46786 2304.5 1021.9 moveto 35 (-c--ic-) alignedtext
46787 grestore
46788 % mcmcmcicm->mcmmicm
46789 gsave
46790 1 setlinewidth
46791 0.000 0.000 0.000 edgecolor
46792 newpath 1799 1090 moveto
46793 1816 1086 1837 1083 1855 1080 curveto
46794 2009 1056 2194 1038 2277 1030 curveto
46795 stroke
46796 0.000 0.000 0.000 edgecolor
46797 newpath 2277.4 1033.48 moveto
46798 2287 1029 lineto
46799 2276.7 1026.51 lineto
46800 closepath fill
46801 1 setlinewidth
46802 solid
46803 0.000 0.000 0.000 edgecolor
46804 newpath 2277.4 1033.48 moveto
46805 2287 1029 lineto
46806 2276.7 1026.51 lineto
46807 closepath stroke
46808 grestore
46809 % mcmcmcimi->mcmcmcicm
46810 gsave
46811 1 setlinewidth
46812 0.000 0.000 0.000 edgecolor
46813 newpath 2251 1446 moveto
46814 2137 1400 1746 1238 1714 1188 curveto
46815 1701 1166 1717 1140 1734 1122 curveto
46816 stroke
46817 0.000 0.000 0.000 edgecolor
46818 newpath 1737.05 1123.83 moveto
46819 1741 1114 lineto
46820 1731.78 1119.22 lineto
46821 closepath fill
46822 1 setlinewidth
46823 solid
46824 0.000 0.000 0.000 edgecolor
46825 newpath 1737.05 1123.83 moveto
46826 1741 1114 lineto
46827 1731.78 1119.22 lineto
46828 closepath stroke
46829 grestore
46830 % mcmcmcimi->mcmmimi
46831 gsave
46832 1 setlinewidth
46833 0.000 0.000 0.000 edgecolor
46834 newpath 2321 1455 moveto
46835 2369 1451 2451 1445 2521 1440 curveto
46836 2818 1419 3174 1396 3295 1389 curveto
46837 stroke
46838 0.000 0.000 0.000 edgecolor
46839 newpath 3295.4 1392.48 moveto
46840 3305 1388 lineto
46841 3294.7 1385.51 lineto
46842 closepath fill
46843 1 setlinewidth
46844 solid
46845 0.000 0.000 0.000 edgecolor
46846 newpath 3295.4 1392.48 moveto
46847 3305 1388 lineto
46848 3294.7 1385.51 lineto
46849 closepath stroke
46850 grestore
46851 % mcmci_mmmcmci
46852 gsave
46853 1 setlinewidth
46854 0.000 0.000 0.000 nodecolor
46855 975 1890 57.87 18 ellipse_path stroke
46856 0.000 0.000 0.000 nodecolor
46857 14 /Times-Roman set_font
46858 941 1885.9 moveto 68 (-c-ci=---c-ci) alignedtext
46859 grestore
46860 % mcmci_mmmcmci->cmcmci_ccmcmci
46861 gsave
46862 1 setlinewidth
46863 0.000 0.000 0.000 edgecolor
46864 newpath 1006 1875 moveto
46865 1050 1854 1133 1817 1207 1800 curveto
46866 1398 1756 1452 1786 1645 1764 curveto
46867 1750 1751 1775 1742 1878 1728 curveto
46868 2011 1710 2166 1691 2254 1682 curveto
46869 stroke
46870 0.000 0.000 0.000 edgecolor
46871 newpath 2254.4 1685.48 moveto
46872 2264 1681 lineto
46873 2253.7 1678.51 lineto
46874 closepath fill
46875 1 setlinewidth
46876 solid
46877 0.000 0.000 0.000 edgecolor
46878 newpath 2254.4 1685.48 moveto
46879 2264 1681 lineto
46880 2253.7 1678.51 lineto
46881 closepath stroke
46882 grestore
46883 % mcmci_mmmcmci->mcmcimmi
46884 gsave
46885 1 setlinewidth
46886 0.000 0.000 0.000 edgecolor
46887 newpath 947 1874 moveto
46888 929 1864 904 1849 884 1837 curveto
46889 stroke
46890 0.000 0.000 0.000 edgecolor
46891 newpath 885.44 1833.8 moveto
46892 875 1832 lineto
46893 882.04 1839.92 lineto
46894 closepath fill
46895 1 setlinewidth
46896 solid
46897 0.000 0.000 0.000 edgecolor
46898 newpath 885.44 1833.8 moveto
46899 875 1832 lineto
46900 882.04 1839.92 lineto
46901 closepath stroke
46902 grestore
46903 % mcmci_mmmcmci->mcmcic_mmmcmcic
46904 gsave
46905 1 setlinewidth
46906 0.000 0.000 0.000 edgecolor
46907 newpath 966 1872 moveto
46908 954 1847 933 1802 919 1773 curveto
46909 stroke
46910 0.000 0.000 0.000 edgecolor
46911 newpath 922.26 1771.72 moveto
46912 915 1764 lineto
46913 915.86 1774.56 lineto
46914 closepath fill
46915 1 setlinewidth
46916 solid
46917 0.000 0.000 0.000 edgecolor
46918 newpath 922.26 1771.72 moveto
46919 915 1764 lineto
46920 915.86 1774.56 lineto
46921 closepath stroke
46922 grestore
46923 % mmci
46924 gsave
46925 1 setlinewidth
46926 0.000 0.000 0.000 nodecolor
46927 3240 1818 27 18 ellipse_path stroke
46928 0.000 0.000 0.000 nodecolor
46929 14 /Times-Roman set_font
46930 3230.5 1813.9 moveto 19 (--ci) alignedtext
46931 grestore
46932 % mcmci_mmmcmci->mmci
46933 gsave
46934 1 setlinewidth
46935 0.000 0.000 0.000 edgecolor
46936 newpath 1023 1880 moveto
46937 1041 1877 1061 1874 1080 1872 curveto
46938 1299 1850 2934 1823 3203 1818 curveto
46939 stroke
46940 0.000 0.000 0.000 edgecolor
46941 newpath 3203 1821.5 moveto
46942 3213 1818 lineto
46943 3203 1814.5 lineto
46944 closepath fill
46945 1 setlinewidth
46946 solid
46947 0.000 0.000 0.000 edgecolor
46948 newpath 3203 1821.5 moveto
46949 3213 1818 lineto
46950 3203 1814.5 lineto
46951 closepath stroke
46952 grestore
46953 % mmci->cmmci_ccmmci
46954 gsave
46955 1 setlinewidth
46956 0.000 0.000 0.000 edgecolor
46957 newpath 3240 1800 moveto
46958 3242 1766 3252 1691 3297 1656 curveto
46959 3364 1603 3592 1629 3676 1620 curveto
46960 3703 1616 3734 1613 3760 1610 curveto
46961 stroke
46962 0.000 0.000 0.000 edgecolor
46963 newpath 3760.4 1613.48 moveto
46964 3770 1609 lineto
46965 3759.7 1606.51 lineto
46966 closepath fill
46967 1 setlinewidth
46968 solid
46969 0.000 0.000 0.000 edgecolor
46970 newpath 3760.4 1613.48 moveto
46971 3770 1609 lineto
46972 3759.7 1606.51 lineto
46973 closepath stroke
46974 grestore
46975 % mmci->mmcimmi
46976 gsave
46977 1 setlinewidth
46978 0.000 0.000 0.000 edgecolor
46979 newpath 3227 1802 moveto
46980 3219 1792 3209 1780 3200 1770 curveto
46981 stroke
46982 0.000 0.000 0.000 edgecolor
46983 newpath 3202.8 1767.9 moveto
46984 3194 1762 lineto
46985 3197.2 1772.1 lineto
46986 closepath fill
46987 1 setlinewidth
46988 solid
46989 0.000 0.000 0.000 edgecolor
46990 newpath 3202.8 1767.9 moveto
46991 3194 1762 lineto
46992 3197.2 1772.1 lineto
46993 closepath stroke
46994 grestore
46995 % mmci->mmcic
46996 gsave
46997 1 setlinewidth
46998 0.000 0.000 0.000 edgecolor
46999 newpath 3260 1805 moveto
47000 3291 1785 3356 1747 3416 1728 curveto
47001 3535 1691 3574 1727 3693 1692 curveto
47002 3695 1691 3697 1690 3699 1690 curveto
47003 stroke
47004 0.000 0.000 0.000 edgecolor
47005 newpath 3701.02 1692.96 moveto
47006 3709 1686 lineto
47007 3698.42 1686.46 lineto
47008 closepath fill
47009 1 setlinewidth
47010 solid
47011 0.000 0.000 0.000 edgecolor
47012 newpath 3701.02 1692.96 moveto
47013 3709 1686 lineto
47014 3698.42 1686.46 lineto
47015 closepath stroke
47016 grestore
47017 % mcmmicm->cmcmmicm_ccmcmmicm
47018 gsave
47019 1 setlinewidth
47020 0.000 0.000 0.000 edgecolor
47021 newpath 2293 1016 moveto
47022 2261 1005 2208 986 2169 972 curveto
47023 stroke
47024 0.000 0.000 0.000 edgecolor
47025 newpath 2169.58 968.52 moveto
47026 2159 969 lineto
47027 2167.57 975.23 lineto
47028 closepath fill
47029 1 setlinewidth
47030 solid
47031 0.000 0.000 0.000 edgecolor
47032 newpath 2169.58 968.52 moveto
47033 2159 969 lineto
47034 2167.57 975.23 lineto
47035 closepath stroke
47036 grestore
47037 % mcmmicm->mcicmmicm
47038 gsave
47039 1 setlinewidth
47040 0.000 0.000 0.000 edgecolor
47041 newpath 2354 1019 moveto
47042 2414 1007 2543 979 2613 964 curveto
47043 stroke
47044 0.000 0.000 0.000 edgecolor
47045 newpath 2613.88 967.39 moveto
47046 2623 962 lineto
47047 2612.51 960.53 lineto
47048 closepath fill
47049 1 setlinewidth
47050 solid
47051 0.000 0.000 0.000 edgecolor
47052 newpath 2613.88 967.39 moveto
47053 2623 962 lineto
47054 2612.51 960.53 lineto
47055 closepath stroke
47056 grestore
47057 % mcmmicm->mcmmicmc
47058 gsave
47059 1 setlinewidth
47060 0.000 0.000 0.000 edgecolor
47061 newpath 2314 1008 moveto
47062 2310 1000 2306 990 2302 981 curveto
47063 stroke
47064 0.000 0.000 0.000 edgecolor
47065 newpath 2305.26 979.72 moveto
47066 2298 972 lineto
47067 2298.86 982.56 lineto
47068 closepath fill
47069 1 setlinewidth
47070 solid
47071 0.000 0.000 0.000 edgecolor
47072 newpath 2305.26 979.72 moveto
47073 2298 972 lineto
47074 2298.86 982.56 lineto
47075 closepath stroke
47076 grestore
47077 % mcmmimi->cmcmmimi_ccmcmmimi
47078 gsave
47079 1 setlinewidth
47080 0.000 0.000 0.000 edgecolor
47081 newpath 3322 1370 moveto
47082 3314 1361 3305 1349 3296 1340 curveto
47083 stroke
47084 0.000 0.000 0.000 edgecolor
47085 newpath 3298.22 1337.22 moveto
47086 3289 1332 lineto
47087 3292.95 1341.83 lineto
47088 closepath fill
47089 1 setlinewidth
47090 solid
47091 0.000 0.000 0.000 edgecolor
47092 newpath 3298.22 1337.22 moveto
47093 3289 1332 lineto
47094 3292.95 1341.83 lineto
47095 closepath stroke
47096 grestore
47097 % mcmmimi->mcimi_mmmcimi
47098 gsave
47099 1 setlinewidth
47100 0.000 0.000 0.000 edgecolor
47101 newpath 3363 1375 moveto
47102 3390 1364 3434 1346 3466 1332 curveto
47103 stroke
47104 0.000 0.000 0.000 edgecolor
47105 newpath 3467.28 1335.26 moveto
47106 3475 1328 lineto
47107 3464.44 1328.86 lineto
47108 closepath fill
47109 1 setlinewidth
47110 solid
47111 0.000 0.000 0.000 edgecolor
47112 newpath 3467.28 1335.26 moveto
47113 3475 1328 lineto
47114 3464.44 1328.86 lineto
47115 closepath stroke
47116 grestore
47117 % mcmmimi->mcmmicm
47118 gsave
47119 1 setlinewidth
47120 0.000 0.000 0.000 edgecolor
47121 newpath 3307 1380 moveto
47122 3164 1351 2561 1229 2485 1188 curveto
47123 2422 1153 2367 1087 2340 1051 curveto
47124 stroke
47125 0.000 0.000 0.000 edgecolor
47126 newpath 2342.8 1048.9 moveto
47127 2334 1043 lineto
47128 2337.2 1053.1 lineto
47129 closepath fill
47130 1 setlinewidth
47131 solid
47132 0.000 0.000 0.000 edgecolor
47133 newpath 2342.8 1048.9 moveto
47134 2334 1043 lineto
47135 2337.2 1053.1 lineto
47136 closepath stroke
47137 grestore
47138 % mcmmimi->mcmmimic
47139 gsave
47140 1 setlinewidth
47141 0.000 0.000 0.000 edgecolor
47142 newpath 3352 1370 moveto
47143 3360 1361 3370 1349 3379 1339 curveto
47144 stroke
47145 0.000 0.000 0.000 edgecolor
47146 newpath 3382.05 1340.83 moveto
47147 3386 1331 lineto
47148 3376.78 1336.22 lineto
47149 closepath fill
47150 1 setlinewidth
47151 solid
47152 0.000 0.000 0.000 edgecolor
47153 newpath 3382.05 1340.83 moveto
47154 3386 1331 lineto
47155 3376.78 1336.22 lineto
47156 closepath stroke
47157 grestore
47158 % mcmmicmc->mcmmicim
47159 gsave
47160 1 setlinewidth
47161 0.000 0.000 0.000 edgecolor
47162 newpath 2255 946 moveto
47163 2240 942 2221 939 2204 936 curveto
47164 2054 912 2008 950 1864 900 curveto
47165 1809 880 1782 879 1753 828 curveto
47166 1746 813 1748 806 1753 792 curveto
47167 1758 780 1766 769 1774 760 curveto
47168 stroke
47169 0.000 0.000 0.000 edgecolor
47170 newpath 1776.4 762.55 moveto
47171 1781 753 lineto
47172 1771.45 757.6 lineto
47173 closepath fill
47174 1 setlinewidth
47175 solid
47176 0.000 0.000 0.000 edgecolor
47177 newpath 1776.4 762.55 moveto
47178 1781 753 lineto
47179 1771.45 757.6 lineto
47180 closepath stroke
47181 grestore
47182 % mcmmicmc->cmcmmicmc
47183 gsave
47184 1 setlinewidth
47185 0.000 0.000 0.000 edgecolor
47186 newpath 2307 938 moveto
47187 2318 928 2330 916 2341 906 curveto
47188 stroke
47189 0.000 0.000 0.000 edgecolor
47190 newpath 2343.78 908.22 moveto
47191 2349 899 lineto
47192 2339.17 902.95 lineto
47193 closepath fill
47194 1 setlinewidth
47195 solid
47196 0.000 0.000 0.000 edgecolor
47197 newpath 2343.78 908.22 moveto
47198 2349 899 lineto
47199 2339.17 902.95 lineto
47200 closepath stroke
47201 grestore
47202 % mcmmicmc->mcimmicmc
47203 gsave
47204 1 setlinewidth
47205 0.000 0.000 0.000 edgecolor
47206 newpath 2254 947 moveto
47207 2184 932 2032 900 2032 900 curveto
47208 2016 880 2033 853 2050 833 curveto
47209 stroke
47210 0.000 0.000 0.000 edgecolor
47211 newpath 2052.4 835.55 moveto
47212 2057 826 lineto
47213 2047.45 830.6 lineto
47214 closepath fill
47215 1 setlinewidth
47216 solid
47217 0.000 0.000 0.000 edgecolor
47218 newpath 2052.4 835.55 moveto
47219 2057 826 lineto
47220 2047.45 830.6 lineto
47221 closepath stroke
47222 grestore
47223 % mmcmcmc->cmmcmcmc_ccmmcmcmc
47224 gsave
47225 1 setlinewidth
47226 0.000 0.000 0.000 edgecolor
47227 newpath 2590 1298 moveto
47228 2618 1273 2670 1224 2702 1195 curveto
47229 stroke
47230 0.000 0.000 0.000 edgecolor
47231 newpath 2704.78 1197.22 moveto
47232 2710 1188 lineto
47233 2700.17 1191.95 lineto
47234 closepath fill
47235 1 setlinewidth
47236 solid
47237 0.000 0.000 0.000 edgecolor
47238 newpath 2704.78 1197.22 moveto
47239 2710 1188 lineto
47240 2700.17 1191.95 lineto
47241 closepath stroke
47242 grestore
47243 % mmcmcmc->mmcmcicmc
47244 gsave
47245 1 setlinewidth
47246 0.000 0.000 0.000 edgecolor
47247 newpath 2540 1306 moveto
47248 2525 1302 2506 1298 2489 1296 curveto
47249 2335 1271 2295 1279 2140 1260 curveto
47250 1919 1232 1855 1258 1643 1188 curveto
47251 1374 1098 1082 1166 1082 882 curveto
47252 1082 882 1082 882 1082 738 curveto
47253 1082 692 1138 726 1182 720 curveto
47254 1456 679 1525 671 1801 648 curveto
47255 2116 621 2201 671 2511 612 curveto
47256 2515 611 2519 611 2522 609 curveto
47257 stroke
47258 0.000 0.000 0.000 edgecolor
47259 newpath 2523.43 612.23 moveto
47260 2532 606 lineto
47261 2521.42 605.52 lineto
47262 closepath fill
47263 1 setlinewidth
47264 solid
47265 0.000 0.000 0.000 edgecolor
47266 newpath 2523.43 612.23 moveto
47267 2532 606 lineto
47268 2521.42 605.52 lineto
47269 closepath stroke
47270 grestore
47271 % mmcmcmc->mmcmmc
47272 gsave
47273 1 setlinewidth
47274 0.000 0.000 0.000 edgecolor
47275 newpath 2600 1302 moveto
47276 2606 1299 2613 1297 2619 1296 curveto
47277 2932 1232 3744 1328 4055 1260 curveto
47278 4058 1260 4060 1259 4063 1258 curveto
47279 stroke
47280 0.000 0.000 0.000 edgecolor
47281 newpath 4064.28 1261.26 moveto
47282 4072 1254 lineto
47283 4061.44 1254.86 lineto
47284 closepath fill
47285 1 setlinewidth
47286 solid
47287 0.000 0.000 0.000 edgecolor
47288 newpath 4064.28 1261.26 moveto
47289 4072 1254 lineto
47290 4061.44 1254.86 lineto
47291 closepath stroke
47292 grestore
47293 % mmcmcm->cmmcmcm_ccmmcmcm
47294 gsave
47295 1 setlinewidth
47296 0.000 0.000 0.000 edgecolor
47297 newpath 2370 1374 moveto
47298 2375 1372 2381 1369 2387 1368 curveto
47299 2488 1339 2517 1350 2619 1332 curveto
47300 2625 1331 2632 1329 2638 1328 curveto
47301 stroke
47302 0.000 0.000 0.000 edgecolor
47303 newpath 2638.88 1331.39 moveto
47304 2648 1326 lineto
47305 2637.51 1324.53 lineto
47306 closepath fill
47307 1 setlinewidth
47308 solid
47309 0.000 0.000 0.000 edgecolor
47310 newpath 2638.88 1331.39 moveto
47311 2648 1326 lineto
47312 2637.51 1324.53 lineto
47313 closepath stroke
47314 grestore
47315 % mmcmcm->mmcmcicm
47316 gsave
47317 1 setlinewidth
47318 0.000 0.000 0.000 edgecolor
47319 newpath 2320 1374 moveto
47320 2314 1372 2309 1370 2303 1368 curveto
47321 2244 1347 2227 1349 2166 1332 curveto
47322 1852 1241 1497 1352 1497 1026 curveto
47323 1497 1026 1497 1026 1497 954 curveto
47324 1497 816 1579 783 1701 720 curveto
47325 1846 645 1907 720 2065 684 curveto
47326 2068 683 2071 682 2074 681 curveto
47327 stroke
47328 0.000 0.000 0.000 edgecolor
47329 newpath 2075.43 684.23 moveto
47330 2084 678 lineto
47331 2073.42 677.52 lineto
47332 closepath fill
47333 1 setlinewidth
47334 solid
47335 0.000 0.000 0.000 edgecolor
47336 newpath 2075.43 684.23 moveto
47337 2084 678 lineto
47338 2073.42 677.52 lineto
47339 closepath stroke
47340 grestore
47341 % mmcmcm->mmcmcmc
47342 gsave
47343 1 setlinewidth
47344 0.000 0.000 0.000 edgecolor
47345 newpath 2370 1374 moveto
47346 2376 1372 2382 1370 2387 1368 curveto
47347 2446 1347 2463 1350 2522 1332 curveto
47348 2526 1331 2530 1330 2533 1328 curveto
47349 stroke
47350 0.000 0.000 0.000 edgecolor
47351 newpath 2534.43 1331.23 moveto
47352 2543 1325 lineto
47353 2532.42 1324.52 lineto
47354 closepath fill
47355 1 setlinewidth
47356 solid
47357 0.000 0.000 0.000 edgecolor
47358 newpath 2534.43 1331.23 moveto
47359 2543 1325 lineto
47360 2532.42 1324.52 lineto
47361 closepath stroke
47362 grestore
47363 % mmcmcm->mmcmm
47364 gsave
47365 1 setlinewidth
47366 0.000 0.000 0.000 edgecolor
47367 newpath 2369 1374 moveto
47368 2375 1371 2381 1369 2387 1368 curveto
47369 2724 1294 3603 1413 3937 1332 curveto
47370 3939 1332 3941 1331 3944 1330 curveto
47371 stroke
47372 0.000 0.000 0.000 edgecolor
47373 newpath 3945.28 1333.26 moveto
47374 3953 1326 lineto
47375 3942.44 1326.86 lineto
47376 closepath fill
47377 1 setlinewidth
47378 solid
47379 0.000 0.000 0.000 edgecolor
47380 newpath 3945.28 1333.26 moveto
47381 3953 1326 lineto
47382 3942.44 1326.86 lineto
47383 closepath stroke
47384 grestore
47385 % mcmmimic->cmcmmimic
47386 gsave
47387 1 setlinewidth
47388 0.000 0.000 0.000 edgecolor
47389 newpath 3380 1299 moveto
47390 3366 1289 3347 1275 3332 1264 curveto
47391 stroke
47392 0.000 0.000 0.000 edgecolor
47393 newpath 3334.1 1261.2 moveto
47394 3324 1258 lineto
47395 3329.9 1266.8 lineto
47396 closepath fill
47397 1 setlinewidth
47398 solid
47399 0.000 0.000 0.000 edgecolor
47400 newpath 3334.1 1261.2 moveto
47401 3324 1258 lineto
47402 3329.9 1266.8 lineto
47403 closepath stroke
47404 grestore
47405 % mcmmimic->mcimic_mmmcimic
47406 gsave
47407 1 setlinewidth
47408 0.000 0.000 0.000 edgecolor
47409 newpath 3429 1302 moveto
47410 3454 1290 3491 1274 3520 1261 curveto
47411 stroke
47412 0.000 0.000 0.000 edgecolor
47413 newpath 3522.02 1263.96 moveto
47414 3530 1257 lineto
47415 3519.42 1257.46 lineto
47416 closepath fill
47417 1 setlinewidth
47418 solid
47419 0.000 0.000 0.000 edgecolor
47420 newpath 3522.02 1263.96 moveto
47421 3530 1257 lineto
47422 3519.42 1257.46 lineto
47423 closepath stroke
47424 grestore
47425 % mcmmimic->mcmmicmc
47426 gsave
47427 1 setlinewidth
47428 0.000 0.000 0.000 edgecolor
47429 newpath 3373 1302 moveto
47430 3367 1300 3361 1298 3355 1296 curveto
47431 3310 1279 3295 1283 3253 1260 curveto
47432 3232 1247 3234 1233 3210 1224 curveto
47433 2973 1129 2878 1270 2636 1188 curveto
47434 2619 1181 2401 1031 2320 975 curveto
47435 stroke
47436 0.000 0.000 0.000 edgecolor
47437 newpath 2322.1 972.2 moveto
47438 2312 969 lineto
47439 2317.9 977.8 lineto
47440 closepath fill
47441 1 setlinewidth
47442 solid
47443 0.000 0.000 0.000 edgecolor
47444 newpath 2322.1 972.2 moveto
47445 2312 969 lineto
47446 2317.9 977.8 lineto
47447 closepath stroke
47448 grestore
47449 % mmcmmci->cmmcmmci_ccmmcmmci
47450 gsave
47451 1 setlinewidth
47452 0.000 0.000 0.000 edgecolor
47453 newpath 4109 1369 moveto
47454 4123 1345 4147 1301 4157 1260 curveto
47455 4163 1240 4165 1216 4165 1198 curveto
47456 stroke
47457 0.000 0.000 0.000 edgecolor
47458 newpath 4168.5 1198 moveto
47459 4165 1188 lineto
47460 4161.5 1198 lineto
47461 closepath fill
47462 1 setlinewidth
47463 solid
47464 0.000 0.000 0.000 edgecolor
47465 newpath 4168.5 1198 moveto
47466 4165 1188 lineto
47467 4161.5 1198 lineto
47468 closepath stroke
47469 grestore
47470 % mmcmmci->mmcmmcic
47471 gsave
47472 1 setlinewidth
47473 0.000 0.000 0.000 edgecolor
47474 newpath 4089 1369 moveto
47475 4084 1360 4079 1350 4074 1340 curveto
47476 stroke
47477 0.000 0.000 0.000 edgecolor
47478 newpath 4076.92 1338.04 moveto
47479 4069 1331 lineto
47480 4070.8 1341.44 lineto
47481 closepath fill
47482 1 setlinewidth
47483 solid
47484 0.000 0.000 0.000 edgecolor
47485 newpath 4076.92 1338.04 moveto
47486 4069 1331 lineto
47487 4070.8 1341.44 lineto
47488 closepath stroke
47489 grestore
47490 % mmcmmic->cmmcmmic_ccmmcmmic
47491 gsave
47492 1 setlinewidth
47493 0.000 0.000 0.000 edgecolor
47494 newpath 3076 1440 moveto
47495 3079 1402 3084 1315 3087 1270 curveto
47496 stroke
47497 0.000 0.000 0.000 edgecolor
47498 newpath 3090.49 1270.3 moveto
47499 3088 1260 lineto
47500 3083.52 1269.6 lineto
47501 closepath fill
47502 1 setlinewidth
47503 solid
47504 0.000 0.000 0.000 edgecolor
47505 newpath 3090.49 1270.3 moveto
47506 3088 1260 lineto
47507 3083.52 1269.6 lineto
47508 closepath stroke
47509 grestore
47510 % mmcmmic->mmcmcmcic
47511 gsave
47512 1 setlinewidth
47513 0.000 0.000 0.000 edgecolor
47514 newpath 3056 1443 moveto
47515 3044 1433 3028 1420 3014 1409 curveto
47516 stroke
47517 0.000 0.000 0.000 edgecolor
47518 newpath 3015.83 1405.95 moveto
47519 3006 1402 lineto
47520 3011.22 1411.22 lineto
47521 closepath fill
47522 1 setlinewidth
47523 solid
47524 0.000 0.000 0.000 edgecolor
47525 newpath 3015.83 1405.95 moveto
47526 3006 1402 lineto
47527 3011.22 1411.22 lineto
47528 closepath stroke
47529 grestore
47530 % mmcmm->cmmcmm_ccmmcmm
47531 gsave
47532 1 setlinewidth
47533 0.000 0.000 0.000 edgecolor
47534 newpath 3976 1296 moveto
47535 3977 1288 3977 1279 3978 1270 curveto
47536 stroke
47537 0.000 0.000 0.000 edgecolor
47538 newpath 3981.49 1270.3 moveto
47539 3979 1260 lineto
47540 3974.52 1269.6 lineto
47541 closepath fill
47542 1 setlinewidth
47543 solid
47544 0.000 0.000 0.000 edgecolor
47545 newpath 3981.49 1270.3 moveto
47546 3979 1260 lineto
47547 3974.52 1269.6 lineto
47548 closepath stroke
47549 grestore
47550 % mmcmm->mmcmmc
47551 gsave
47552 1 setlinewidth
47553 0.000 0.000 0.000 edgecolor
47554 newpath 3995 1302 moveto
47555 4014 1291 4043 1273 4065 1260 curveto
47556 stroke
47557 0.000 0.000 0.000 edgecolor
47558 newpath 4066.96 1262.92 moveto
47559 4074 1255 lineto
47560 4063.56 1256.8 lineto
47561 closepath fill
47562 1 setlinewidth
47563 solid
47564 0.000 0.000 0.000 edgecolor
47565 newpath 4066.96 1262.92 moveto
47566 4074 1255 lineto
47567 4063.56 1256.8 lineto
47568 closepath stroke
47569 grestore
47570 % mcmmcicmc->mcmmcim
47571 gsave
47572 1 setlinewidth
47573 0.000 0.000 0.000 edgecolor
47574 newpath 2318 1093 moveto
47575 2352 1089 2403 1084 2447 1080 curveto
47576 2530 1071 2757 1098 2820 1044 curveto
47577 2859 1010 2863 947 2863 910 curveto
47578 stroke
47579 0.000 0.000 0.000 edgecolor
47580 newpath 2866.5 910 moveto
47581 2863 900 lineto
47582 2859.5 910 lineto
47583 closepath fill
47584 1 setlinewidth
47585 solid
47586 0.000 0.000 0.000 edgecolor
47587 newpath 2866.5 910 moveto
47588 2863 900 lineto
47589 2859.5 910 lineto
47590 closepath stroke
47591 grestore
47592 % mcmmcicmc->mcmmicmc
47593 gsave
47594 1 setlinewidth
47595 0.000 0.000 0.000 edgecolor
47596 newpath 2275 1080 moveto
47597 2274 1061 2275 1032 2278 1008 curveto
47598 2279 1000 2281 990 2283 982 curveto
47599 stroke
47600 0.000 0.000 0.000 edgecolor
47601 newpath 2286.47 982.49 moveto
47602 2285 972 lineto
47603 2279.61 981.12 lineto
47604 closepath fill
47605 1 setlinewidth
47606 solid
47607 0.000 0.000 0.000 edgecolor
47608 newpath 2286.47 982.49 moveto
47609 2285 972 lineto
47610 2279.61 981.12 lineto
47611 closepath stroke
47612 grestore
47613 % mcmmcicm->cmcmmcicm
47614 gsave
47615 1 setlinewidth
47616 0.000 0.000 0.000 edgecolor
47617 newpath 2062 1153 moveto
47618 2066 1144 2072 1134 2078 1125 curveto
47619 stroke
47620 0.000 0.000 0.000 edgecolor
47621 newpath 2081.2 1126.44 moveto
47622 2083 1116 lineto
47623 2075.08 1123.04 lineto
47624 closepath fill
47625 1 setlinewidth
47626 solid
47627 0.000 0.000 0.000 edgecolor
47628 newpath 2081.2 1126.44 moveto
47629 2083 1116 lineto
47630 2075.08 1123.04 lineto
47631 closepath stroke
47632 grestore
47633 % mcmmcicm->mcmcmcicm
47634 gsave
47635 1 setlinewidth
47636 0.000 0.000 0.000 edgecolor
47637 newpath 2018 1162 moveto
47638 1965 1149 1866 1124 1807 1109 curveto
47639 stroke
47640 0.000 0.000 0.000 edgecolor
47641 newpath 1807.49 1105.53 moveto
47642 1797 1107 lineto
47643 1806.12 1112.39 lineto
47644 closepath fill
47645 1 setlinewidth
47646 solid
47647 0.000 0.000 0.000 edgecolor
47648 newpath 1807.49 1105.53 moveto
47649 1797 1107 lineto
47650 1806.12 1112.39 lineto
47651 closepath stroke
47652 grestore
47653 % mcmmcicm->mcmmcicmc
47654 gsave
47655 1 setlinewidth
47656 0.000 0.000 0.000 edgecolor
47657 newpath 2083 1159 moveto
47658 2090 1157 2098 1154 2105 1152 curveto
47659 2148 1138 2196 1123 2230 1112 curveto
47660 stroke
47661 0.000 0.000 0.000 edgecolor
47662 newpath 2231.43 1115.23 moveto
47663 2240 1109 lineto
47664 2229.42 1108.52 lineto
47665 closepath fill
47666 1 setlinewidth
47667 solid
47668 0.000 0.000 0.000 edgecolor
47669 newpath 2231.43 1115.23 moveto
47670 2240 1109 lineto
47671 2229.42 1108.52 lineto
47672 closepath stroke
47673 grestore
47674 % mcmmcimic->mcmmimic
47675 gsave
47676 1 setlinewidth
47677 0.000 0.000 0.000 edgecolor
47678 newpath 2575 1379 moveto
47679 2600 1375 2634 1371 2663 1368 curveto
47680 2970 1338 3054 1396 3355 1332 curveto
47681 3358 1332 3361 1331 3364 1330 curveto
47682 stroke
47683 0.000 0.000 0.000 edgecolor
47684 newpath 3365.28 1333.26 moveto
47685 3373 1326 lineto
47686 3362.44 1326.86 lineto
47687 closepath fill
47688 1 setlinewidth
47689 solid
47690 0.000 0.000 0.000 edgecolor
47691 newpath 3365.28 1333.26 moveto
47692 3373 1326 lineto
47693 3362.44 1326.86 lineto
47694 closepath stroke
47695 grestore
47696 % mcmmcimic->mcmmcicmc
47697 gsave
47698 1 setlinewidth
47699 0.000 0.000 0.000 edgecolor
47700 newpath 2506 1374 moveto
47701 2500 1372 2493 1370 2487 1368 curveto
47702 2439 1351 2424 1353 2377 1332 curveto
47703 2363 1325 2262 1273 2254 1260 curveto
47704 2230 1217 2248 1159 2262 1126 curveto
47705 stroke
47706 0.000 0.000 0.000 edgecolor
47707 newpath 2265.54 1126.58 moveto
47708 2266 1116 lineto
47709 2259.04 1123.98 lineto
47710 closepath fill
47711 1 setlinewidth
47712 solid
47713 0.000 0.000 0.000 edgecolor
47714 newpath 2265.54 1126.58 moveto
47715 2266 1116 lineto
47716 2259.04 1123.98 lineto
47717 closepath stroke
47718 grestore
47719 % mcmmcimi->cmcmmcimi
47720 gsave
47721 1 setlinewidth
47722 0.000 0.000 0.000 edgecolor
47723 newpath 2390 1519 moveto
47724 2383 1516 2375 1514 2368 1512 curveto
47725 2290 1489 2146 1503 2198 1440 curveto
47726 2253 1374 2305 1426 2387 1404 curveto
47727 2390 1403 2393 1402 2396 1401 curveto
47728 stroke
47729 0.000 0.000 0.000 edgecolor
47730 newpath 2397.43 1404.23 moveto
47731 2406 1398 lineto
47732 2395.42 1397.52 lineto
47733 closepath fill
47734 1 setlinewidth
47735 solid
47736 0.000 0.000 0.000 edgecolor
47737 newpath 2397.43 1404.23 moveto
47738 2406 1398 lineto
47739 2395.42 1397.52 lineto
47740 closepath stroke
47741 grestore
47742 % mcmmcimi->mcmcmcimi
47743 gsave
47744 1 setlinewidth
47745 0.000 0.000 0.000 edgecolor
47746 newpath 2394 1517 moveto
47747 2372 1505 2341 1489 2317 1477 curveto
47748 stroke
47749 0.000 0.000 0.000 edgecolor
47750 newpath 2318.44 1473.8 moveto
47751 2308 1472 lineto
47752 2315.04 1479.92 lineto
47753 closepath fill
47754 1 setlinewidth
47755 solid
47756 0.000 0.000 0.000 edgecolor
47757 newpath 2318.44 1473.8 moveto
47758 2308 1472 lineto
47759 2315.04 1479.92 lineto
47760 closepath stroke
47761 grestore
47762 % mcmmcimi->mcmmcicm
47763 gsave
47764 1 setlinewidth
47765 0.000 0.000 0.000 edgecolor
47766 newpath 2385 1522 moveto
47767 2321 1508 2189 1478 2184 1476 curveto
47768 2135 1443 2045 1316 2026 1260 curveto
47769 2019 1239 2027 1215 2036 1197 curveto
47770 stroke
47771 0.000 0.000 0.000 edgecolor
47772 newpath 2039.2 1198.44 moveto
47773 2041 1188 lineto
47774 2033.08 1195.04 lineto
47775 closepath fill
47776 1 setlinewidth
47777 solid
47778 0.000 0.000 0.000 edgecolor
47779 newpath 2039.2 1198.44 moveto
47780 2041 1188 lineto
47781 2033.08 1195.04 lineto
47782 closepath stroke
47783 grestore
47784 % mcmmcimi->mcmmcimic
47785 gsave
47786 1 setlinewidth
47787 0.000 0.000 0.000 edgecolor
47788 newpath 2389 1519 moveto
47789 2382 1517 2375 1514 2368 1512 curveto
47790 2308 1493 2270 1525 2231 1476 curveto
47791 2222 1463 2221 1452 2231 1440 curveto
47792 2269 1396 2432 1417 2487 1404 curveto
47793 2490 1403 2493 1402 2496 1401 curveto
47794 stroke
47795 0.000 0.000 0.000 edgecolor
47796 newpath 2497.43 1404.23 moveto
47797 2506 1398 lineto
47798 2495.42 1397.52 lineto
47799 closepath fill
47800 1 setlinewidth
47801 solid
47802 0.000 0.000 0.000 edgecolor
47803 newpath 2497.43 1404.23 moveto
47804 2506 1398 lineto
47805 2495.42 1397.52 lineto
47806 closepath stroke
47807 grestore
47808 % mcmmcmcic->mcmcic_mmmcmcic
47809 gsave
47810 1 setlinewidth
47811 0.000 0.000 0.000 edgecolor
47812 newpath 781 1804 moveto
47813 804 1793 837 1778 863 1766 curveto
47814 stroke
47815 0.000 0.000 0.000 edgecolor
47816 newpath 864.28 1769.26 moveto
47817 872 1762 lineto
47818 861.44 1762.86 lineto
47819 closepath fill
47820 1 setlinewidth
47821 solid
47822 0.000 0.000 0.000 edgecolor
47823 newpath 864.28 1769.26 moveto
47824 872 1762 lineto
47825 861.44 1762.86 lineto
47826 closepath stroke
47827 grestore
47828 % mcmmcmcic->mcmmcimic
47829 gsave
47830 1 setlinewidth
47831 0.000 0.000 0.000 edgecolor
47832 newpath 708 1816 moveto
47833 617 1811 408 1796 345 1764 curveto
47834 257 1718 150 1662 211 1584 curveto
47835 217 1577 775 1441 783 1440 curveto
47836 1159 1389 2115 1473 2487 1404 curveto
47837 2491 1403 2494 1403 2498 1402 curveto
47838 stroke
47839 0.000 0.000 0.000 edgecolor
47840 newpath 2499.28 1405.26 moveto
47841 2507 1398 lineto
47842 2496.44 1398.86 lineto
47843 closepath fill
47844 1 setlinewidth
47845 solid
47846 0.000 0.000 0.000 edgecolor
47847 newpath 2499.28 1405.26 moveto
47848 2507 1398 lineto
47849 2496.44 1398.86 lineto
47850 closepath stroke
47851 grestore
47852 % mcmmcmcic->mcmmcmc
47853 gsave
47854 1 setlinewidth
47855 0.000 0.000 0.000 edgecolor
47856 newpath 708 1815 moveto
47857 612 1807 384 1787 310 1764 curveto
47858 178 1722 106 1738 33 1620 curveto
47859 22 1601 24 1576 28 1558 curveto
47860 stroke
47861 0.000 0.000 0.000 edgecolor
47862 newpath 31.48 1558.58 moveto
47863 31 1548 lineto
47864 24.77 1556.57 lineto
47865 closepath fill
47866 1 setlinewidth
47867 solid
47868 0.000 0.000 0.000 edgecolor
47869 newpath 31.48 1558.58 moveto
47870 31 1548 lineto
47871 24.77 1556.57 lineto
47872 closepath stroke
47873 grestore
47874 % mcmmcmc->cmcmmcmc_ccmcmmcmc
47875 gsave
47876 1 setlinewidth
47877 0.000 0.000 0.000 edgecolor
47878 newpath 73 1525 moveto
47879 105 1521 154 1515 197 1512 curveto
47880 692 1476 818 1499 1313 1476 curveto
47881 1378 1472 1450 1468 1506 1464 curveto
47882 stroke
47883 0.000 0.000 0.000 edgecolor
47884 newpath 1506.4 1467.48 moveto
47885 1516 1463 lineto
47886 1505.7 1460.51 lineto
47887 closepath fill
47888 1 setlinewidth
47889 solid
47890 0.000 0.000 0.000 edgecolor
47891 newpath 1506.4 1467.48 moveto
47892 1516 1463 lineto
47893 1505.7 1460.51 lineto
47894 closepath stroke
47895 grestore
47896 % mcmmcmc->mcicmmcmc
47897 gsave
47898 1 setlinewidth
47899 0.000 0.000 0.000 edgecolor
47900 newpath 57 1515 moveto
47901 87 1492 144 1451 165 1440 curveto
47902 251 1395 277 1395 369 1368 curveto
47903 374 1366 667 1296 671 1296 curveto
47904 768 1276 793 1276 889 1260 curveto
47905 912 1256 1271 1192 1293 1188 curveto
47906 1361 1173 1375 1160 1443 1152 curveto
47907 1886 1095 3010 1192 3449 1116 curveto
47908 3453 1115 3457 1115 3460 1113 curveto
47909 stroke
47910 0.000 0.000 0.000 edgecolor
47911 newpath 3461.43 1116.23 moveto
47912 3470 1110 lineto
47913 3459.42 1109.52 lineto
47914 closepath fill
47915 1 setlinewidth
47916 solid
47917 0.000 0.000 0.000 edgecolor
47918 newpath 3461.43 1116.23 moveto
47919 3470 1110 lineto
47920 3459.42 1109.52 lineto
47921 closepath stroke
47922 grestore
47923 % mcmmcmc->mcmcmcmc
47924 gsave
47925 1 setlinewidth
47926 0.000 0.000 0.000 edgecolor
47927 newpath 64 1518 moveto
47928 110 1497 210 1455 299 1440 curveto
47929 487 1406 1821 1413 2011 1404 curveto
47930 2076 1400 2152 1395 2200 1391 curveto
47931 stroke
47932 0.000 0.000 0.000 edgecolor
47933 newpath 2200.4 1394.48 moveto
47934 2210 1390 lineto
47935 2199.7 1387.51 lineto
47936 closepath fill
47937 1 setlinewidth
47938 solid
47939 0.000 0.000 0.000 edgecolor
47940 newpath 2200.4 1394.48 moveto
47941 2210 1390 lineto
47942 2199.7 1387.51 lineto
47943 closepath stroke
47944 grestore
47945 % mcmmcmc->mcmc_mmmcmc
47946 gsave
47947 1 setlinewidth
47948 0.000 0.000 0.000 edgecolor
47949 newpath 71 1522 moveto
47950 127 1510 239 1486 307 1470 curveto
47951 stroke
47952 0.000 0.000 0.000 edgecolor
47953 newpath 307.88 1473.39 moveto
47954 317 1468 lineto
47955 306.51 1466.53 lineto
47956 closepath fill
47957 1 setlinewidth
47958 solid
47959 0.000 0.000 0.000 edgecolor
47960 newpath 307.88 1473.39 moveto
47961 317 1468 lineto
47962 306.51 1466.53 lineto
47963 closepath stroke
47964 grestore
47965 % mcmmcmc->mcmmcicmc
47966 gsave
47967 1 setlinewidth
47968 0.000 0.000 0.000 edgecolor
47969 newpath 48 1513 moveto
47970 61 1492 86 1459 114 1440 curveto
47971 313 1306 399 1345 633 1296 curveto
47972 979 1223 1064 1192 1415 1152 curveto
47973 1739 1114 1823 1146 2146 1116 curveto
47974 2172 1113 2201 1109 2224 1106 curveto
47975 stroke
47976 0.000 0.000 0.000 edgecolor
47977 newpath 2224.4 1109.48 moveto
47978 2234 1105 lineto
47979 2223.7 1102.51 lineto
47980 closepath fill
47981 1 setlinewidth
47982 solid
47983 0.000 0.000 0.000 edgecolor
47984 newpath 2224.4 1109.48 moveto
47985 2234 1105 lineto
47986 2223.7 1102.51 lineto
47987 closepath stroke
47988 grestore
47989 % mcmmcmci->cmcmmcmci
47990 gsave
47991 1 setlinewidth
47992 0.000 0.000 0.000 edgecolor
47993 newpath 995 1947 moveto
47994 1009 1936 1027 1921 1042 1908 curveto
47995 1060 1892 1060 1882 1080 1872 curveto
47996 1174 1826 1439 1811 1542 1800 curveto
47997 1765 1774 1823 1793 2045 1764 curveto
47998 2059 1762 2073 1759 2087 1757 curveto
47999 stroke
48000 0.000 0.000 0.000 edgecolor
48001 newpath 2087.88 1760.39 moveto
48002 2097 1755 lineto
48003 2086.51 1753.53 lineto
48004 closepath fill
48005 1 setlinewidth
48006 solid
48007 0.000 0.000 0.000 edgecolor
48008 newpath 2087.88 1760.39 moveto
48009 2097 1755 lineto
48010 2086.51 1753.53 lineto
48011 closepath stroke
48012 grestore
48013 % mcmmcmci->mcmci_mmmcmci
48014 gsave
48015 1 setlinewidth
48016 0.000 0.000 0.000 edgecolor
48017 newpath 975 1944 moveto
48018 975 1936 975 1927 975 1918 curveto
48019 stroke
48020 0.000 0.000 0.000 edgecolor
48021 newpath 978.5 1918 moveto
48022 975 1908 lineto
48023 971.5 1918 lineto
48024 closepath fill
48025 1 setlinewidth
48026 solid
48027 0.000 0.000 0.000 edgecolor
48028 newpath 978.5 1918 moveto
48029 975 1908 lineto
48030 971.5 1918 lineto
48031 closepath stroke
48032 grestore
48033 % mcmmcmci->mcmmcimi
48034 gsave
48035 1 setlinewidth
48036 0.000 0.000 0.000 edgecolor
48037 newpath 936 1960 moveto
48038 771 1948 139 1888 305 1656 curveto
48039 309 1650 511 1585 517 1584 curveto
48040 916 1514 1934 1594 2335 1548 curveto
48041 2348 1546 2363 1544 2376 1541 curveto
48042 stroke
48043 0.000 0.000 0.000 edgecolor
48044 newpath 2377.43 1544.23 moveto
48045 2386 1538 lineto
48046 2375.42 1537.52 lineto
48047 closepath fill
48048 1 setlinewidth
48049 solid
48050 0.000 0.000 0.000 edgecolor
48051 newpath 2377.43 1544.23 moveto
48052 2386 1538 lineto
48053 2375.42 1537.52 lineto
48054 closepath stroke
48055 grestore
48056 % mcmmcmci->mcmmcmcic
48057 gsave
48058 1 setlinewidth
48059 0.000 0.000 0.000 edgecolor
48060 newpath 949 1949 moveto
48061 928 1938 899 1923 875 1908 curveto
48062 842 1887 805 1859 780 1840 curveto
48063 stroke
48064 0.000 0.000 0.000 edgecolor
48065 newpath 782.1 1837.2 moveto
48066 772 1834 lineto
48067 777.9 1842.8 lineto
48068 closepath fill
48069 1 setlinewidth
48070 solid
48071 0.000 0.000 0.000 edgecolor
48072 newpath 782.1 1837.2 moveto
48073 772 1834 lineto
48074 777.9 1842.8 lineto
48075 closepath stroke
48076 grestore
48077 % micm_cmicm_mmmicm_mimmicm->micmc_cmicmc_mmmicmc_mimmicmc
48078 gsave
48079 1 setlinewidth
48080 0.000 0.000 0.000 edgecolor
48081 newpath 3481 432 moveto
48082 3493 423 3509 412 3523 402 curveto
48083 stroke
48084 0.000 0.000 0.000 edgecolor
48085 newpath 3525.1 404.8 moveto
48086 3531 396 lineto
48087 3520.9 399.2 lineto
48088 closepath fill
48089 1 setlinewidth
48090 solid
48091 0.000 0.000 0.000 edgecolor
48092 newpath 3525.1 404.8 moveto
48093 3531 396 lineto
48094 3520.9 399.2 lineto
48095 closepath stroke
48096 grestore
48097 % micmc_cmicmc_mmmicmc_mimmicmc->micmcmm_cmicmcmm
48098 gsave
48099 1 setlinewidth
48100 0.000 0.000 0.000 edgecolor
48101 newpath 3617 363 moveto
48102 3668 350 3737 333 3786 321 curveto
48103 stroke
48104 0.000 0.000 0.000 edgecolor
48105 newpath 3787.43 324.23 moveto
48106 3796 318 lineto
48107 3785.42 317.52 lineto
48108 closepath fill
48109 1 setlinewidth
48110 solid
48111 0.000 0.000 0.000 edgecolor
48112 newpath 3787.43 324.23 moveto
48113 3796 318 lineto
48114 3785.42 317.52 lineto
48115 closepath stroke
48116 grestore
48117 % mimmcicmc->mimmcim_cmimmcim
48118 gsave
48119 1 setlinewidth
48120 0.000 0.000 0.000 edgecolor
48121 newpath 3316 434 moveto
48122 3340 413 3384 378 3427 360 curveto
48123 3570 298 3617 319 3769 288 curveto
48124 4004 239 4063 232 4296 180 curveto
48125 4301 179 4306 178 4311 176 curveto
48126 stroke
48127 0.000 0.000 0.000 edgecolor
48128 newpath 4311.88 179.39 moveto
48129 4321 174 lineto
48130 4310.51 172.53 lineto
48131 closepath fill
48132 1 setlinewidth
48133 solid
48134 0.000 0.000 0.000 edgecolor
48135 newpath 4311.88 179.39 moveto
48136 4321 174 lineto
48137 4310.51 172.53 lineto
48138 closepath stroke
48139 grestore
48140 % mimmcicmc->micmc_cmicmc_mmmicmc_mimmicmc
48141 gsave
48142 1 setlinewidth
48143 0.000 0.000 0.000 edgecolor
48144 newpath 3329 438 moveto
48145 3335 436 3342 434 3348 432 curveto
48146 3391 418 3441 405 3480 395 curveto
48147 stroke
48148 0.000 0.000 0.000 edgecolor
48149 newpath 3480.88 398.39 moveto
48150 3490 393 lineto
48151 3479.51 391.53 lineto
48152 closepath fill
48153 1 setlinewidth
48154 solid
48155 0.000 0.000 0.000 edgecolor
48156 newpath 3480.88 398.39 moveto
48157 3490 393 lineto
48158 3479.51 391.53 lineto
48159 closepath stroke
48160 grestore
48161 % mmcmmc->cmmcmmc_ccmmcmmc
48162 gsave
48163 1 setlinewidth
48164 0.000 0.000 0.000 edgecolor
48165 newpath 4086 1225 moveto
48166 4075 1205 4062 1174 4077 1152 curveto
48167 4103 1114 4131 1133 4172 1116 curveto
48168 4224 1094 4281 1066 4319 1047 curveto
48169 stroke
48170 0.000 0.000 0.000 edgecolor
48171 newpath 4320.96 1049.92 moveto
48172 4328 1042 lineto
48173 4317.56 1043.8 lineto
48174 closepath fill
48175 1 setlinewidth
48176 solid
48177 0.000 0.000 0.000 edgecolor
48178 newpath 4320.96 1049.92 moveto
48179 4328 1042 lineto
48180 4317.56 1043.8 lineto
48181 closepath stroke
48182 grestore
48183 % mmcmmi->cmmcmmi_ccmmcmmi
48184 gsave
48185 1 setlinewidth
48186 0.000 0.000 0.000 edgecolor
48187 newpath 2632 1591 moveto
48188 2625 1589 2618 1586 2612 1584 curveto
48189 2565 1566 2533 1589 2503 1548 curveto
48190 2487 1524 2514 1447 2521 1440 curveto
48191 2542 1419 2613 1404 2669 1395 curveto
48192 stroke
48193 0.000 0.000 0.000 edgecolor
48194 newpath 2669.4 1398.48 moveto
48195 2679 1394 lineto
48196 2668.7 1391.51 lineto
48197 closepath fill
48198 1 setlinewidth
48199 solid
48200 0.000 0.000 0.000 edgecolor
48201 newpath 2669.4 1398.48 moveto
48202 2679 1394 lineto
48203 2668.7 1391.51 lineto
48204 closepath stroke
48205 grestore
48206 % mmcmmi->mmcmmici
48207 gsave
48208 1 setlinewidth
48209 0.000 0.000 0.000 edgecolor
48210 newpath 2656 1584 moveto
48211 2655 1576 2655 1567 2655 1558 curveto
48212 stroke
48213 0.000 0.000 0.000 edgecolor
48214 newpath 2658.5 1558 moveto
48215 2655 1548 lineto
48216 2651.5 1558 lineto
48217 closepath fill
48218 1 setlinewidth
48219 solid
48220 0.000 0.000 0.000 edgecolor
48221 newpath 2658.5 1558 moveto
48222 2655 1548 lineto
48223 2651.5 1558 lineto
48224 closepath stroke
48225 grestore
48226 % mmcmmi->mmcmcm
48227 gsave
48228 1 setlinewidth
48229 0.000 0.000 0.000 edgecolor
48230 newpath 2632 1591 moveto
48231 2626 1588 2619 1586 2612 1584 curveto
48232 2509 1555 2470 1595 2373 1548 curveto
48233 2353 1537 2356 1523 2335 1512 curveto
48234 2275 1479 2227 1530 2184 1476 curveto
48235 2175 1463 2175 1452 2184 1440 curveto
48236 2217 1395 2252 1422 2303 1404 curveto
48237 2305 1403 2307 1402 2309 1402 curveto
48238 stroke
48239 0.000 0.000 0.000 edgecolor
48240 newpath 2311.02 1404.96 moveto
48241 2319 1398 lineto
48242 2308.42 1398.46 lineto
48243 closepath fill
48244 1 setlinewidth
48245 solid
48246 0.000 0.000 0.000 edgecolor
48247 newpath 2311.02 1404.96 moveto
48248 2319 1398 lineto
48249 2308.42 1398.46 lineto
48250 closepath stroke
48251 grestore
48252 % m_mmm
48253 gsave
48254 1 setlinewidth
48255 0.000 0.000 0.000 nodecolor
48256 8761 1602 29.19 18 ellipse_path stroke
48257 0.000 0.000 0.000 nodecolor
48258 14 /Times-Roman set_font
48259 8748 1597.9 moveto 26 (-=---) alignedtext
48260 grestore
48261 % m_mmm->cm_ccm
48262 gsave
48263 1 setlinewidth
48264 0.000 0.000 0.000 edgecolor
48265 newpath 8780 1588 moveto
48266 8794 1578 8814 1563 8830 1551 curveto
48267 stroke
48268 0.000 0.000 0.000 edgecolor
48269 newpath 8832.1 1553.8 moveto
48270 8838 1545 lineto
48271 8827.9 1548.2 lineto
48272 closepath fill
48273 1 setlinewidth
48274 solid
48275 0.000 0.000 0.000 edgecolor
48276 newpath 8832.1 1553.8 moveto
48277 8838 1545 lineto
48278 8827.9 1548.2 lineto
48279 closepath stroke
48280 grestore
48281 % cm_ccm->mmcm
48282 gsave
48283 1 setlinewidth
48284 0.000 0.000 0.000 edgecolor
48285 newpath 8888 1518 moveto
48286 8915 1507 8956 1491 8992 1476 curveto
48287 8995 1475 8998 1473 9001 1472 curveto
48288 stroke
48289 0.000 0.000 0.000 edgecolor
48290 newpath 9002.28 1475.26 moveto
48291 9010 1468 lineto
48292 8999.44 1468.86 lineto
48293 closepath fill
48294 1 setlinewidth
48295 solid
48296 0.000 0.000 0.000 edgecolor
48297 newpath 9002.28 1475.26 moveto
48298 9010 1468 lineto
48299 8999.44 1468.86 lineto
48300 closepath stroke
48301 grestore
48302 % mm
48303 gsave
48304 1 setlinewidth
48305 0.000 0.000 0.000 nodecolor
48306 7627 1458 27 18 ellipse_path stroke
48307 0.000 0.000 0.000 nodecolor
48308 14 /Times-Roman set_font
48309 7622.5 1453.9 moveto 9 (--) alignedtext
48310 grestore
48311 % mm->cmm_ccmm
48312 gsave
48313 1 setlinewidth
48314 0.000 0.000 0.000 edgecolor
48315 newpath 7605 1447 moveto
48316 7599 1444 7592 1442 7586 1440 curveto
48317 7448 1402 7406 1435 7267 1404 curveto
48318 7264 1403 7260 1402 7257 1401 curveto
48319 stroke
48320 0.000 0.000 0.000 edgecolor
48321 newpath 7257.58 1397.52 moveto
48322 7247 1398 lineto
48323 7255.57 1404.23 lineto
48324 closepath fill
48325 1 setlinewidth
48326 solid
48327 0.000 0.000 0.000 edgecolor
48328 newpath 7257.58 1397.52 moveto
48329 7247 1398 lineto
48330 7255.57 1404.23 lineto
48331 closepath stroke
48332 grestore
48333 % mm->mmc
48334 gsave
48335 1 setlinewidth
48336 0.000 0.000 0.000 edgecolor
48337 newpath 7600 1456 moveto
48338 7552 1451 7446 1443 7358 1440 curveto
48339 7057 1427 4951 1440 4652 1404 curveto
48340 4639 1402 4623 1399 4610 1396 curveto
48341 stroke
48342 0.000 0.000 0.000 edgecolor
48343 newpath 4610.58 1392.52 moveto
48344 4600 1393 lineto
48345 4608.57 1399.23 lineto
48346 closepath fill
48347 1 setlinewidth
48348 solid
48349 0.000 0.000 0.000 edgecolor
48350 newpath 4610.58 1392.52 moveto
48351 4600 1393 lineto
48352 4608.57 1399.23 lineto
48353 closepath stroke
48354 grestore
48355 % mmc->cmmc_ccmmc
48356 gsave
48357 1 setlinewidth
48358 0.000 0.000 0.000 edgecolor
48359 newpath 4556 1373 moveto
48360 4542 1363 4521 1348 4504 1336 curveto
48361 stroke
48362 0.000 0.000 0.000 edgecolor
48363 newpath 4506.1 1333.2 moveto
48364 4496 1330 lineto
48365 4501.9 1338.8 lineto
48366 closepath fill
48367 1 setlinewidth
48368 solid
48369 0.000 0.000 0.000 edgecolor
48370 newpath 4506.1 1333.2 moveto
48371 4496 1330 lineto
48372 4501.9 1338.8 lineto
48373 closepath stroke
48374 grestore
48375 % mmc->mmcmm
48376 gsave
48377 1 setlinewidth
48378 0.000 0.000 0.000 edgecolor
48379 newpath 4550 1379 moveto
48380 4536 1375 4518 1370 4501 1368 curveto
48381 4286 1334 4222 1388 4011 1332 curveto
48382 4009 1331 4007 1330 4005 1330 curveto
48383 stroke
48384 0.000 0.000 0.000 edgecolor
48385 newpath 4005.58 1326.46 moveto
48386 3995 1326 lineto
48387 4002.98 1332.96 lineto
48388 closepath fill
48389 1 setlinewidth
48390 solid
48391 0.000 0.000 0.000 edgecolor
48392 newpath 4005.58 1326.46 moveto
48393 3995 1326 lineto
48394 4002.98 1332.96 lineto
48395 closepath stroke
48396 grestore
48397 % E
48398 gsave
48399 1 setlinewidth
48400 0.000 0.000 0.000 nodecolor
48401 8481 1530 27 18 ellipse_path stroke
48402 0.000 0.000 0.000 nodecolor
48403 14 /Times-Roman set_font
48404 8479 1525.9 moveto 4 (.) alignedtext
48405 grestore
48406 % E->mm
48407 gsave
48408 1 setlinewidth
48409 0.000 0.000 0.000 edgecolor
48410 newpath 8455 1525 moveto
48411 8432 1521 8398 1515 8369 1512 curveto
48412 8212 1495 7814 1515 7663 1476 curveto
48413 7661 1476 7659 1475 7656 1474 curveto
48414 stroke
48415 0.000 0.000 0.000 edgecolor
48416 newpath 7657.56 1470.86 moveto
48417 7647 1470 lineto
48418 7654.72 1477.26 lineto
48419 closepath fill
48420 1 setlinewidth
48421 solid
48422 0.000 0.000 0.000 edgecolor
48423 newpath 7657.56 1470.86 moveto
48424 7647 1470 lineto
48425 7654.72 1477.26 lineto
48426 closepath stroke
48427 grestore
48428 % c_cc
48429 gsave
48430 1 setlinewidth
48431 0.000 0.000 0.000 nodecolor
48432 8599 1458 30.77 18 ellipse_path stroke
48433 0.000 0.000 0.000 nodecolor
48434 14 /Times-Roman set_font
48435 8584.5 1453.9 moveto 29 (c=cc) alignedtext
48436 grestore
48437 % E->c_cc
48438 gsave
48439 1 setlinewidth
48440 0.000 0.000 0.000 edgecolor
48441 newpath 8501 1518 moveto
48442 8519 1507 8547 1489 8568 1476 curveto
48443 stroke
48444 0.000 0.000 0.000 edgecolor
48445 newpath 8569.96 1478.92 moveto
48446 8577 1471 lineto
48447 8566.56 1472.8 lineto
48448 closepath fill
48449 1 setlinewidth
48450 solid
48451 0.000 0.000 0.000 edgecolor
48452 newpath 8569.96 1478.92 moveto
48453 8577 1471 lineto
48454 8566.56 1472.8 lineto
48455 closepath stroke
48456 grestore
48457 % c_cc->cmm_ccmm
48458 gsave
48459 1 setlinewidth
48460 0.000 0.000 0.000 edgecolor
48461 newpath 8568 1455 moveto
48462 8523 1451 8437 1444 8364 1440 curveto
48463 8120 1426 7506 1447 7267 1404 curveto
48464 7263 1403 7259 1403 7256 1401 curveto
48465 stroke
48466 0.000 0.000 0.000 edgecolor
48467 newpath 7256.58 1397.52 moveto
48468 7246 1398 lineto
48469 7254.57 1404.23 lineto
48470 closepath fill
48471 1 setlinewidth
48472 solid
48473 0.000 0.000 0.000 edgecolor
48474 newpath 7256.58 1397.52 moveto
48475 7246 1398 lineto
48476 7254.57 1404.23 lineto
48477 closepath stroke
48478 grestore
48479 % c_cc->mmc
48480 gsave
48481 1 setlinewidth
48482 0.000 0.000 0.000 edgecolor
48483 newpath 8568 1455 moveto
48484 8518 1451 8414 1443 8326 1440 curveto
48485 7918 1424 5058 1452 4652 1404 curveto
48486 4639 1402 4623 1399 4610 1396 curveto
48487 stroke
48488 0.000 0.000 0.000 edgecolor
48489 newpath 4610.58 1392.52 moveto
48490 4600 1393 lineto
48491 4608.57 1399.23 lineto
48492 closepath fill
48493 1 setlinewidth
48494 solid
48495 0.000 0.000 0.000 edgecolor
48496 newpath 4610.58 1392.52 moveto
48497 4600 1393 lineto
48498 4608.57 1399.23 lineto
48499 closepath stroke
48500 grestore
48501 % mmcimi->cmmcimi_ccmmcimi
48502 gsave
48503 1 setlinewidth
48504 0.000 0.000 0.000 edgecolor
48505 newpath 9606 1158 moveto
48506 9624 1148 9650 1132 9672 1120 curveto
48507 stroke
48508 0.000 0.000 0.000 edgecolor
48509 newpath 9673.96 1122.92 moveto
48510 9681 1115 lineto
48511 9670.56 1116.8 lineto
48512 closepath fill
48513 1 setlinewidth
48514 solid
48515 0.000 0.000 0.000 edgecolor
48516 newpath 9673.96 1122.92 moveto
48517 9681 1115 lineto
48518 9670.56 1116.8 lineto
48519 closepath stroke
48520 grestore
48521 % mmcimi->mmcmci
48522 gsave
48523 1 setlinewidth
48524 0.000 0.000 0.000 edgecolor
48525 newpath 9591 1152 moveto
48526 9600 1125 9614 1072 9614 1026 curveto
48527 9614 1026 9614 1026 9614 954 curveto
48528 9614 829 9599 683 9591 622 curveto
48529 stroke
48530 0.000 0.000 0.000 edgecolor
48531 newpath 9594.48 621.6 moveto
48532 9590 612 lineto
48533 9587.51 622.3 lineto
48534 closepath fill
48535 1 setlinewidth
48536 solid
48537 0.000 0.000 0.000 edgecolor
48538 newpath 9594.48 621.6 moveto
48539 9590 612 lineto
48540 9587.51 622.3 lineto
48541 closepath stroke
48542 grestore
48543 % mcmmici->cmcmmici_ccmcmmici
48544 gsave
48545 1 setlinewidth
48546 0.000 0.000 0.000 edgecolor
48547 newpath 9004 1086 moveto
48548 9011 1084 9019 1082 9026 1080 curveto
48549 9124 1055 9240 1040 9316 1033 curveto
48550 stroke
48551 0.000 0.000 0.000 edgecolor
48552 newpath 9316.4 1036.48 moveto
48553 9326 1032 lineto
48554 9315.7 1029.51 lineto
48555 closepath fill
48556 1 setlinewidth
48557 solid
48558 0.000 0.000 0.000 edgecolor
48559 newpath 9316.4 1036.48 moveto
48560 9326 1032 lineto
48561 9315.7 1029.51 lineto
48562 closepath stroke
48563 grestore
48564 % mcmmici->mcicmmici
48565 gsave
48566 1 setlinewidth
48567 0.000 0.000 0.000 edgecolor
48568 newpath 9004 1086 moveto
48569 9011 1084 9019 1081 9026 1080 curveto
48570 9067 1070 10515 976 10558 972 curveto
48571 10584 969 10614 965 10638 962 curveto
48572 stroke
48573 0.000 0.000 0.000 edgecolor
48574 newpath 10638.88 965.39 moveto
48575 10648 960 lineto
48576 10637.51 958.53 lineto
48577 closepath fill
48578 1 setlinewidth
48579 solid
48580 0.000 0.000 0.000 edgecolor
48581 newpath 10638.88 965.39 moveto
48582 10648 960 lineto
48583 10637.51 958.53 lineto
48584 closepath stroke
48585 grestore
48586 % mcmmici->mcmmi
48587 gsave
48588 1 setlinewidth
48589 0.000 0.000 0.000 edgecolor
48590 newpath 9003 1086 moveto
48591 9029 1073 9068 1055 9096 1041 curveto
48592 stroke
48593 0.000 0.000 0.000 edgecolor
48594 newpath 9097.28 1044.26 moveto
48595 9105 1037 lineto
48596 9094.44 1037.86 lineto
48597 closepath fill
48598 1 setlinewidth
48599 solid
48600 0.000 0.000 0.000 edgecolor
48601 newpath 9097.28 1044.26 moveto
48602 9105 1037 lineto
48603 9094.44 1037.86 lineto
48604 closepath stroke
48605 grestore
48606 % mcmmi->cmcmmi_ccmcmmi
48607 gsave
48608 1 setlinewidth
48609 0.000 0.000 0.000 edgecolor
48610 newpath 9152 1019 moveto
48611 9195 1008 9284 985 9343 969 curveto
48612 stroke
48613 0.000 0.000 0.000 edgecolor
48614 newpath 9344.43 972.23 moveto
48615 9353 966 lineto
48616 9342.42 965.52 lineto
48617 closepath fill
48618 1 setlinewidth
48619 solid
48620 0.000 0.000 0.000 edgecolor
48621 newpath 9344.43 972.23 moveto
48622 9353 966 lineto
48623 9342.42 965.52 lineto
48624 closepath stroke
48625 grestore
48626 % mcmmi->mcicmmi
48627 gsave
48628 1 setlinewidth
48629 0.000 0.000 0.000 edgecolor
48630 newpath 9154 1023 moveto
48631 9190 1019 9256 1013 9313 1008 curveto
48632 9703 973 9801 966 10192 936 curveto
48633 10401 919 10455 930 10663 900 curveto
48634 10676 898 10690 895 10703 892 curveto
48635 stroke
48636 0.000 0.000 0.000 edgecolor
48637 newpath 10703.88 895.39 moveto
48638 10713 890 lineto
48639 10702.51 888.53 lineto
48640 closepath fill
48641 1 setlinewidth
48642 solid
48643 0.000 0.000 0.000 edgecolor
48644 newpath 10703.88 895.39 moveto
48645 10713 890 lineto
48646 10702.51 888.53 lineto
48647 closepath stroke
48648 grestore
48649 % mcmmcm->cmcmmcm_ccmcmmcm
48650 gsave
48651 1 setlinewidth
48652 0.000 0.000 0.000 edgecolor
48653 newpath 124 1596 moveto
48654 148 1592 182 1586 211 1584 curveto
48655 1061 1511 1280 1618 2129 1548 curveto
48656 2146 1546 2163 1544 2180 1541 curveto
48657 stroke
48658 0.000 0.000 0.000 edgecolor
48659 newpath 2180.4 1544.48 moveto
48660 2190 1540 lineto
48661 2179.7 1537.51 lineto
48662 closepath fill
48663 1 setlinewidth
48664 solid
48665 0.000 0.000 0.000 edgecolor
48666 newpath 2180.4 1544.48 moveto
48667 2190 1540 lineto
48668 2179.7 1537.51 lineto
48669 closepath stroke
48670 grestore
48671 % mcmmcm->mcicmmcm
48672 gsave
48673 1 setlinewidth
48674 0.000 0.000 0.000 edgecolor
48675 newpath 106 1585 moveto
48676 122 1566 150 1534 178 1512 curveto
48677 203 1492 270 1451 299 1440 curveto
48678 369 1412 391 1420 464 1404 curveto
48679 609 1372 647 1368 790 1332 curveto
48680 848 1317 860 1305 918 1296 curveto
48681 1254 1241 2108 1236 2447 1224 curveto
48682 2728 1213 3434 1241 3709 1188 curveto
48683 3712 1188 3715 1187 3718 1186 curveto
48684 stroke
48685 0.000 0.000 0.000 edgecolor
48686 newpath 3720.02 1188.96 moveto
48687 3728 1182 lineto
48688 3717.42 1182.46 lineto
48689 closepath fill
48690 1 setlinewidth
48691 solid
48692 0.000 0.000 0.000 edgecolor
48693 newpath 3720.02 1188.96 moveto
48694 3728 1182 lineto
48695 3717.42 1182.46 lineto
48696 closepath stroke
48697 grestore
48698 % mcmmcm->mcmcmcm
48699 gsave
48700 1 setlinewidth
48701 0.000 0.000 0.000 edgecolor
48702 newpath 119 1591 moveto
48703 126 1588 133 1586 140 1584 curveto
48704 212 1562 238 1581 305 1548 curveto
48705 328 1537 326 1523 348 1512 curveto
48706 410 1481 489 1468 538 1462 curveto
48707 stroke
48708 0.000 0.000 0.000 edgecolor
48709 newpath 538.4 1465.48 moveto
48710 548 1461 lineto
48711 537.7 1458.51 lineto
48712 closepath fill
48713 1 setlinewidth
48714 solid
48715 0.000 0.000 0.000 edgecolor
48716 newpath 538.4 1465.48 moveto
48717 548 1461 lineto
48718 537.7 1458.51 lineto
48719 closepath stroke
48720 grestore
48721 % mcmmcm->mcmmcicm
48722 gsave
48723 1 setlinewidth
48724 0.000 0.000 0.000 edgecolor
48725 newpath 96 1584 moveto
48726 99 1564 108 1532 126 1512 curveto
48727 189 1441 435 1390 526 1368 curveto
48728 681 1330 720 1324 876 1296 curveto
48729 927 1286 1282 1229 1332 1224 curveto
48730 1546 1199 1600 1204 1814 1188 curveto
48731 1879 1183 1955 1177 2003 1174 curveto
48732 stroke
48733 0.000 0.000 0.000 edgecolor
48734 newpath 2003.4 1177.48 moveto
48735 2013 1173 lineto
48736 2002.7 1170.51 lineto
48737 closepath fill
48738 1 setlinewidth
48739 solid
48740 0.000 0.000 0.000 edgecolor
48741 newpath 2003.4 1177.48 moveto
48742 2013 1173 lineto
48743 2002.7 1170.51 lineto
48744 closepath stroke
48745 grestore
48746 % mcmmcm->mcmmcmc
48747 gsave
48748 1 setlinewidth
48749 0.000 0.000 0.000 edgecolor
48750 newpath 80 1585 moveto
48751 73 1576 64 1565 56 1555 curveto
48752 stroke
48753 0.000 0.000 0.000 edgecolor
48754 newpath 58.8 1552.9 moveto
48755 50 1547 lineto
48756 53.2 1557.1 lineto
48757 closepath fill
48758 1 setlinewidth
48759 solid
48760 0.000 0.000 0.000 edgecolor
48761 newpath 58.8 1552.9 moveto
48762 50 1547 lineto
48763 53.2 1557.1 lineto
48764 closepath stroke
48765 grestore
48766 % mcm_mmmcm
48767 gsave
48768 1 setlinewidth
48769 0.000 0.000 0.000 nodecolor
48770 251 1530 45.17 18 ellipse_path stroke
48771 0.000 0.000 0.000 nodecolor
48772 14 /Times-Roman set_font
48773 226.5 1525.9 moveto 49 (-c-=---c-) alignedtext
48774 grestore
48775 % mcmmcm->mcm_mmmcm
48776 gsave
48777 1 setlinewidth
48778 0.000 0.000 0.000 edgecolor
48779 newpath 118 1590 moveto
48780 143 1578 182 1561 212 1548 curveto
48781 stroke
48782 0.000 0.000 0.000 edgecolor
48783 newpath 213.28 1551.26 moveto
48784 221 1544 lineto
48785 210.44 1544.86 lineto
48786 closepath fill
48787 1 setlinewidth
48788 solid
48789 0.000 0.000 0.000 edgecolor
48790 newpath 213.28 1551.26 moveto
48791 221 1544 lineto
48792 210.44 1544.86 lineto
48793 closepath stroke
48794 grestore
48795 % mmic->cmmic_ccmmic
48796 gsave
48797 1 setlinewidth
48798 0.000 0.000 0.000 edgecolor
48799 newpath 2178 1954 moveto
48800 2190 1951 2205 1947 2218 1944 curveto
48801 2303 1924 2328 1935 2409 1908 curveto
48802 2443 1896 2447 1883 2480 1872 curveto
48803 2571 1842 2609 1882 2691 1836 curveto
48804 2718 1821 2740 1793 2753 1773 curveto
48805 stroke
48806 0.000 0.000 0.000 edgecolor
48807 newpath 2756.37 1774.26 moveto
48808 2759 1764 lineto
48809 2750.54 1770.38 lineto
48810 closepath fill
48811 1 setlinewidth
48812 solid
48813 0.000 0.000 0.000 edgecolor
48814 newpath 2756.37 1774.26 moveto
48815 2759 1764 lineto
48816 2750.54 1770.38 lineto
48817 closepath stroke
48818 grestore
48819 % mmic->mmicimmic
48820 gsave
48821 1 setlinewidth
48822 0.000 0.000 0.000 edgecolor
48823 newpath 2149 1944 moveto
48824 2140 1912 2117 1845 2078 1800 curveto
48825 2065 1786 2049 1774 2033 1764 curveto
48826 stroke
48827 0.000 0.000 0.000 edgecolor
48828 newpath 2034.44 1760.8 moveto
48829 2024 1759 lineto
48830 2031.04 1766.92 lineto
48831 closepath fill
48832 1 setlinewidth
48833 solid
48834 0.000 0.000 0.000 edgecolor
48835 newpath 2034.44 1760.8 moveto
48836 2024 1759 lineto
48837 2031.04 1766.92 lineto
48838 closepath stroke
48839 grestore
48840 % mmic->mmimmcic
48841 gsave
48842 1 setlinewidth
48843 0.000 0.000 0.000 edgecolor
48844 newpath 2129 1955 moveto
48845 2094 1945 2027 1926 1970 1908 curveto
48846 1966 1907 1962 1906 1959 1904 curveto
48847 stroke
48848 0.000 0.000 0.000 edgecolor
48849 newpath 1959.58 1900.52 moveto
48850 1949 1901 lineto
48851 1957.57 1907.23 lineto
48852 closepath fill
48853 1 setlinewidth
48854 solid
48855 0.000 0.000 0.000 edgecolor
48856 newpath 1959.58 1900.52 moveto
48857 1949 1901 lineto
48858 1957.57 1907.23 lineto
48859 closepath stroke
48860 grestore
48861 % mmic->mmicmm
48862 gsave
48863 1 setlinewidth
48864 0.000 0.000 0.000 edgecolor
48865 newpath 2164 1945 moveto
48866 2189 1903 2243 1792 2189 1728 curveto
48867 2129 1655 2064 1735 1980 1692 curveto
48868 1961 1681 1966 1665 1945 1656 curveto
48869 1781 1577 1704 1692 1537 1620 curveto
48870 1516 1610 1519 1593 1497 1584 curveto
48871 1382 1531 1336 1583 1213 1548 curveto
48872 1211 1547 1209 1546 1207 1546 curveto
48873 stroke
48874 0.000 0.000 0.000 edgecolor
48875 newpath 1207.58 1542.46 moveto
48876 1197 1542 lineto
48877 1204.98 1548.96 lineto
48878 closepath fill
48879 1 setlinewidth
48880 solid
48881 0.000 0.000 0.000 edgecolor
48882 newpath 1207.58 1542.46 moveto
48883 1197 1542 lineto
48884 1204.98 1548.96 lineto
48885 closepath stroke
48886 grestore
48887 % mmcmcic->cmmcmcic_ccmmcmcic
48888 gsave
48889 1 setlinewidth
48890 0.000 0.000 0.000 edgecolor
48891 newpath 9572 803 moveto
48892 9631 792 9751 767 9829 752 curveto
48893 stroke
48894 0.000 0.000 0.000 edgecolor
48895 newpath 9829.88 755.39 moveto
48896 9839 750 lineto
48897 9828.51 748.53 lineto
48898 closepath fill
48899 1 setlinewidth
48900 solid
48901 0.000 0.000 0.000 edgecolor
48902 newpath 9829.88 755.39 moveto
48903 9839 750 lineto
48904 9828.51 748.53 lineto
48905 closepath stroke
48906 grestore
48907 % mmcmcic->mmcmci
48908 gsave
48909 1 setlinewidth
48910 0.000 0.000 0.000 edgecolor
48911 newpath 9542 792 moveto
48912 9550 754 9571 667 9582 622 curveto
48913 stroke
48914 0.000 0.000 0.000 edgecolor
48915 newpath 9585.47 622.49 moveto
48916 9584 612 lineto
48917 9578.61 621.12 lineto
48918 closepath fill
48919 1 setlinewidth
48920 solid
48921 0.000 0.000 0.000 edgecolor
48922 newpath 9585.47 622.49 moveto
48923 9584 612 lineto
48924 9578.61 621.12 lineto
48925 closepath stroke
48926 grestore
48927 % mci_mmmci->cmci_ccmci
48928 gsave
48929 1 setlinewidth
48930 0.000 0.000 0.000 edgecolor
48931 newpath 9753 720 moveto
48932 9751 712 9749 703 9747 694 curveto
48933 stroke
48934 0.000 0.000 0.000 edgecolor
48935 newpath 9750.39 693.12 moveto
48936 9745 684 lineto
48937 9743.53 694.49 lineto
48938 closepath fill
48939 1 setlinewidth
48940 solid
48941 0.000 0.000 0.000 edgecolor
48942 newpath 9750.39 693.12 moveto
48943 9745 684 lineto
48944 9743.53 694.49 lineto
48945 closepath stroke
48946 grestore
48947 % mmcmci->cmmcmci_ccmmcmci
48948 gsave
48949 1 setlinewidth
48950 0.000 0.000 0.000 edgecolor
48951 newpath 9614 583 moveto
48952 9639 572 9678 555 9709 542 curveto
48953 stroke
48954 0.000 0.000 0.000 edgecolor
48955 newpath 9710.28 545.26 moveto
48956 9718 538 lineto
48957 9707.44 538.86 lineto
48958 closepath fill
48959 1 setlinewidth
48960 solid
48961 0.000 0.000 0.000 edgecolor
48962 newpath 9710.28 545.26 moveto
48963 9718 538 lineto
48964 9707.44 538.86 lineto
48965 closepath stroke
48966 grestore
48967 % mcmmcic->cmcmmcic_ccmcmmcic
48968 gsave
48969 1 setlinewidth
48970 0.000 0.000 0.000 edgecolor
48971 newpath 9054 1298 moveto
48972 9044 1288 9033 1277 9022 1267 curveto
48973 stroke
48974 0.000 0.000 0.000 edgecolor
48975 newpath 9024.55 1264.6 moveto
48976 9015 1260 lineto
48977 9019.6 1269.55 lineto
48978 closepath fill
48979 1 setlinewidth
48980 solid
48981 0.000 0.000 0.000 edgecolor
48982 newpath 9024.55 1264.6 moveto
48983 9015 1260 lineto
48984 9019.6 1269.55 lineto
48985 closepath stroke
48986 grestore
48987 % mcmmcic->mcicmmcic
48988 gsave
48989 1 setlinewidth
48990 0.000 0.000 0.000 edgecolor
48991 newpath 9108 1312 moveto
48992 9235 1306 9645 1284 9699 1260 curveto
48993 9720 1250 9715 1233 9737 1224 curveto
48994 9837 1181 10612 1197 10722 1188 curveto
48995 10749 1185 10779 1181 10804 1178 curveto
48996 stroke
48997 0.000 0.000 0.000 edgecolor
48998 newpath 10804.88 1181.39 moveto
48999 10814 1176 lineto
49000 10803.51 1174.53 lineto
49001 closepath fill
49002 1 setlinewidth
49003 solid
49004 0.000 0.000 0.000 edgecolor
49005 newpath 10804.88 1181.39 moveto
49006 10814 1176 lineto
49007 10803.51 1174.53 lineto
49008 closepath stroke
49009 grestore
49010 % mcmmcic->mcmcmcic
49011 gsave
49012 1 setlinewidth
49013 0.000 0.000 0.000 edgecolor
49014 newpath 9097 1301 moveto
49015 9121 1289 9155 1272 9182 1259 curveto
49016 stroke
49017 0.000 0.000 0.000 edgecolor
49018 newpath 9183.28 1262.26 moveto
49019 9191 1255 lineto
49020 9180.44 1255.86 lineto
49021 closepath fill
49022 1 setlinewidth
49023 solid
49024 0.000 0.000 0.000 edgecolor
49025 newpath 9183.28 1262.26 moveto
49026 9191 1255 lineto
49027 9180.44 1255.86 lineto
49028 closepath stroke
49029 grestore
49030 % mcmmcic->mcmmci
49031 gsave
49032 1 setlinewidth
49033 0.000 0.000 0.000 edgecolor
49034 newpath 9085 1297 moveto
49035 9092 1288 9101 1277 9109 1267 curveto
49036 stroke
49037 0.000 0.000 0.000 edgecolor
49038 newpath 9111.8 1269.1 moveto
49039 9115 1259 lineto
49040 9106.2 1264.9 lineto
49041 closepath fill
49042 1 setlinewidth
49043 solid
49044 0.000 0.000 0.000 edgecolor
49045 newpath 9111.8 1269.1 moveto
49046 9115 1259 lineto
49047 9106.2 1264.9 lineto
49048 closepath stroke
49049 grestore
49050 % mcmmci->cmcmmci_ccmcmmci
49051 gsave
49052 1 setlinewidth
49053 0.000 0.000 0.000 edgecolor
49054 newpath 9108 1227 moveto
49055 9095 1217 9077 1204 9061 1193 curveto
49056 stroke
49057 0.000 0.000 0.000 edgecolor
49058 newpath 9063.1 1190.2 moveto
49059 9053 1187 lineto
49060 9058.9 1195.8 lineto
49061 closepath fill
49062 1 setlinewidth
49063 solid
49064 0.000 0.000 0.000 edgecolor
49065 newpath 9063.1 1190.2 moveto
49066 9053 1187 lineto
49067 9058.9 1195.8 lineto
49068 closepath stroke
49069 grestore
49070 % mcmmci->mcicmmci
49071 gsave
49072 1 setlinewidth
49073 0.000 0.000 0.000 edgecolor
49074 newpath 9152 1230 moveto
49075 9157 1228 9163 1225 9169 1224 curveto
49076 9266 1195 9295 1210 9395 1188 curveto
49077 9448 1175 9459 1160 9514 1152 curveto
49078 10025 1068 10164 1177 10679 1116 curveto
49079 10693 1114 10707 1112 10720 1109 curveto
49080 stroke
49081 0.000 0.000 0.000 edgecolor
49082 newpath 10720.88 1112.39 moveto
49083 10730 1107 lineto
49084 10719.51 1105.53 lineto
49085 closepath fill
49086 1 setlinewidth
49087 solid
49088 0.000 0.000 0.000 edgecolor
49089 newpath 10720.88 1112.39 moveto
49090 10730 1107 lineto
49091 10719.51 1105.53 lineto
49092 closepath stroke
49093 grestore
49094 % mcmmci->mcmcmci
49095 gsave
49096 1 setlinewidth
49097 0.000 0.000 0.000 edgecolor
49098 newpath 9135 1224 moveto
49099 9139 1216 9142 1206 9146 1197 curveto
49100 stroke
49101 0.000 0.000 0.000 edgecolor
49102 newpath 9149.14 1198.56 moveto
49103 9150 1188 lineto
49104 9142.74 1195.72 lineto
49105 closepath fill
49106 1 setlinewidth
49107 solid
49108 0.000 0.000 0.000 edgecolor
49109 newpath 9149.14 1198.56 moveto
49110 9150 1188 lineto
49111 9142.74 1195.72 lineto
49112 closepath stroke
49113 grestore
49114 % mmcmc->cmmcmc_ccmmcmc
49115 gsave
49116 1 setlinewidth
49117 0.000 0.000 0.000 edgecolor
49118 newpath 9046 1518 moveto
49119 9052 1515 9057 1513 9063 1512 curveto
49120 9223 1472 9641 1487 9807 1476 curveto
49121 9845 1473 9888 1469 9924 1465 curveto
49122 stroke
49123 0.000 0.000 0.000 edgecolor
49124 newpath 9924.4 1468.48 moveto
49125 9934 1464 lineto
49126 9923.7 1461.51 lineto
49127 closepath fill
49128 1 setlinewidth
49129 solid
49130 0.000 0.000 0.000 edgecolor
49131 newpath 9924.4 1468.48 moveto
49132 9934 1464 lineto
49133 9923.7 1461.51 lineto
49134 closepath stroke
49135 grestore
49136 % mmcmc->mmcmcic
49137 gsave
49138 1 setlinewidth
49139 0.000 0.000 0.000 edgecolor
49140 newpath 8996 1523 moveto
49141 8924 1502 8734 1443 8734 1386 curveto
49142 8734 1386 8734 1386 8734 1170 curveto
49143 8734 1036 8805 1000 8923 936 curveto
49144 9022 882 9366 833 9492 816 curveto
49145 stroke
49146 0.000 0.000 0.000 edgecolor
49147 newpath 9492.4 819.48 moveto
49148 9502 815 lineto
49149 9491.7 812.51 lineto
49150 closepath fill
49151 1 setlinewidth
49152 solid
49153 0.000 0.000 0.000 edgecolor
49154 newpath 9492.4 819.48 moveto
49155 9502 815 lineto
49156 9491.7 812.51 lineto
49157 closepath stroke
49158 grestore
49159 % mmcmc->mmcm
49160 gsave
49161 1 setlinewidth
49162 0.000 0.000 0.000 edgecolor
49163 newpath 9026 1512 moveto
49164 9027 1504 9028 1495 9029 1486 curveto
49165 stroke
49166 0.000 0.000 0.000 edgecolor
49167 newpath 9032.47 1486.49 moveto
49168 9031 1476 lineto
49169 9025.61 1485.12 lineto
49170 closepath fill
49171 1 setlinewidth
49172 solid
49173 0.000 0.000 0.000 edgecolor
49174 newpath 9032.47 1486.49 moveto
49175 9031 1476 lineto
49176 9025.61 1485.12 lineto
49177 closepath stroke
49178 grestore
49179 % mmcm->cmmcm_ccmmcm
49180 gsave
49181 1 setlinewidth
49182 0.000 0.000 0.000 edgecolor
49183 newpath 9060 1454 moveto
49184 9136 1443 9355 1411 9464 1395 curveto
49185 stroke
49186 0.000 0.000 0.000 edgecolor
49187 newpath 9464.4 1398.48 moveto
49188 9474 1394 lineto
49189 9463.7 1391.51 lineto
49190 closepath fill
49191 1 setlinewidth
49192 solid
49193 0.000 0.000 0.000 edgecolor
49194 newpath 9464.4 1398.48 moveto
49195 9474 1394 lineto
49196 9463.7 1391.51 lineto
49197 closepath stroke
49198 grestore
49199 % mcm_mmmcm->cmcm_ccmcm
49200 gsave
49201 1 setlinewidth
49202 0.000 0.000 0.000 edgecolor
49203 newpath 296 1527 moveto
49204 363 1524 496 1516 609 1512 curveto
49205 1089 1491 1210 1508 1689 1476 curveto
49206 1728 1473 1771 1469 1805 1465 curveto
49207 stroke
49208 0.000 0.000 0.000 edgecolor
49209 newpath 1805.4 1468.48 moveto
49210 1815 1464 lineto
49211 1804.7 1461.51 lineto
49212 closepath fill
49213 1 setlinewidth
49214 solid
49215 0.000 0.000 0.000 edgecolor
49216 newpath 1805.4 1468.48 moveto
49217 1815 1464 lineto
49218 1804.7 1461.51 lineto
49219 closepath stroke
49220 grestore
49221 % mcm_mmmcm->mcicm_mmmcicm
49222 gsave
49223 1 setlinewidth
49224 0.000 0.000 0.000 edgecolor
49225 newpath 258 1512 moveto
49226 265 1493 280 1461 299 1440 curveto
49227 379 1353 421 1357 521 1296 curveto
49228 826 1108 1203 896 1321 831 curveto
49229 stroke
49230 0.000 0.000 0.000 edgecolor
49231 newpath 1322.96 833.92 moveto
49232 1330 826 lineto
49233 1319.56 827.8 lineto
49234 closepath fill
49235 1 setlinewidth
49236 solid
49237 0.000 0.000 0.000 edgecolor
49238 newpath 1322.96 833.92 moveto
49239 1330 826 lineto
49240 1319.56 827.8 lineto
49241 closepath stroke
49242 grestore
49243 % mcm_mmmcm->mcmc_mmmcmc
49244 gsave
49245 1 setlinewidth
49246 0.000 0.000 0.000 edgecolor
49247 newpath 275 1515 moveto
49248 290 1505 311 1491 328 1480 curveto
49249 stroke
49250 0.000 0.000 0.000 edgecolor
49251 newpath 330.62 1482.46 moveto
49252 337 1474 lineto
49253 326.74 1476.63 lineto
49254 closepath fill
49255 1 setlinewidth
49256 solid
49257 0.000 0.000 0.000 edgecolor
49258 newpath 330.62 1482.46 moveto
49259 337 1474 lineto
49260 326.74 1476.63 lineto
49261 closepath stroke
49262 grestore
49263 % mcm_mmmcm->mm
49264 gsave
49265 1 setlinewidth
49266 0.000 0.000 0.000 edgecolor
49267 newpath 296 1527 moveto
49268 363 1523 496 1515 609 1512 curveto
49269 3560 1429 4299 1554 7249 1476 curveto
49270 7374 1472 7522 1464 7590 1461 curveto
49271 stroke
49272 0.000 0.000 0.000 edgecolor
49273 newpath 7590.4 1464.48 moveto
49274 7600 1460 lineto
49275 7589.7 1457.51 lineto
49276 closepath fill
49277 1 setlinewidth
49278 solid
49279 0.000 0.000 0.000 edgecolor
49280 newpath 7590.4 1464.48 moveto
49281 7600 1460 lineto
49282 7589.7 1457.51 lineto
49283 closepath stroke
49284 grestore
49285 % mcmmc->cmcmmc_ccmcmmc
49286 gsave
49287 1 setlinewidth
49288 0.000 0.000 0.000 edgecolor
49289 newpath 9021 1801 moveto
49290 9027 1793 9034 1782 9041 1772 curveto
49291 stroke
49292 0.000 0.000 0.000 edgecolor
49293 newpath 9043.8 1774.1 moveto
49294 9047 1764 lineto
49295 9038.2 1769.9 lineto
49296 closepath fill
49297 1 setlinewidth
49298 solid
49299 0.000 0.000 0.000 edgecolor
49300 newpath 9043.8 1774.1 moveto
49301 9047 1764 lineto
49302 9038.2 1769.9 lineto
49303 closepath stroke
49304 grestore
49305 % mcmmc->mcicmmc
49306 gsave
49307 1 setlinewidth
49308 0.000 0.000 0.000 edgecolor
49309 newpath 9032 1806 moveto
49310 9038 1803 9043 1801 9049 1800 curveto
49311 9313 1733 9397 1831 9662 1764 curveto
49312 9698 1754 9703 1741 9738 1728 curveto
49313 9744 1725 9956 1657 9963 1656 curveto
49314 10037 1639 10259 1616 10355 1607 curveto
49315 stroke
49316 0.000 0.000 0.000 edgecolor
49317 newpath 10355.4 1610.48 moveto
49318 10365 1606 lineto
49319 10354.7 1603.51 lineto
49320 closepath fill
49321 1 setlinewidth
49322 solid
49323 0.000 0.000 0.000 edgecolor
49324 newpath 10355.4 1610.48 moveto
49325 10365 1606 lineto
49326 10354.7 1603.51 lineto
49327 closepath stroke
49328 grestore
49329 % mcmmc->mcmcmc
49330 gsave
49331 1 setlinewidth
49332 0.000 0.000 0.000 edgecolor
49333 newpath 9034 1807 moveto
49334 9039 1804 9044 1802 9049 1800 curveto
49335 9087 1783 9098 1782 9137 1764 curveto
49336 9226 1721 9238 1688 9332 1656 curveto
49337 9422 1624 9451 1644 9544 1620 curveto
49338 9548 1619 9552 1618 9555 1617 curveto
49339 stroke
49340 0.000 0.000 0.000 edgecolor
49341 newpath 9557.02 1619.96 moveto
49342 9565 1613 lineto
49343 9554.42 1613.46 lineto
49344 closepath fill
49345 1 setlinewidth
49346 solid
49347 0.000 0.000 0.000 edgecolor
49348 newpath 9557.02 1619.96 moveto
49349 9565 1613 lineto
49350 9554.42 1613.46 lineto
49351 closepath stroke
49352 grestore
49353 % mcmmc->mcmmcic
49354 gsave
49355 1 setlinewidth
49356 0.000 0.000 0.000 edgecolor
49357 newpath 8980 1816 moveto
49358 8918 1809 8775 1783 8715 1692 curveto
49359 8706 1678 8714 1671 8715 1656 curveto
49360 8716 1623 8707 1612 8723 1584 curveto
49361 8795 1453 8959 1365 9034 1330 curveto
49362 stroke
49363 0.000 0.000 0.000 edgecolor
49364 newpath 9035.28 1333.26 moveto
49365 9043 1326 lineto
49366 9032.44 1326.86 lineto
49367 closepath fill
49368 1 setlinewidth
49369 solid
49370 0.000 0.000 0.000 edgecolor
49371 newpath 9035.28 1333.26 moveto
49372 9043 1326 lineto
49373 9032.44 1326.86 lineto
49374 closepath stroke
49375 grestore
49376 % mcmm
49377 gsave
49378 1 setlinewidth
49379 0.000 0.000 0.000 nodecolor
49380 8945 1746 27 18 ellipse_path stroke
49381 0.000 0.000 0.000 nodecolor
49382 14 /Times-Roman set_font
49383 8935 1741.9 moveto 20 (-c--) alignedtext
49384 grestore
49385 % mcmmc->mcmm
49386 gsave
49387 1 setlinewidth
49388 0.000 0.000 0.000 edgecolor
49389 newpath 8996 1802 moveto
49390 8987 1792 8976 1779 8966 1769 curveto
49391 stroke
49392 0.000 0.000 0.000 edgecolor
49393 newpath 8968.22 1766.22 moveto
49394 8959 1761 lineto
49395 8962.95 1770.83 lineto
49396 closepath fill
49397 1 setlinewidth
49398 solid
49399 0.000 0.000 0.000 edgecolor
49400 newpath 8968.22 1766.22 moveto
49401 8959 1761 lineto
49402 8962.95 1770.83 lineto
49403 closepath stroke
49404 grestore
49405 % mmi
49406 gsave
49407 1 setlinewidth
49408 0.000 0.000 0.000 nodecolor
49409 1169 2178 27 18 ellipse_path stroke
49410 0.000 0.000 0.000 nodecolor
49411 14 /Times-Roman set_font
49412 1163 2173.9 moveto 12 (--i) alignedtext
49413 grestore
49414 % mmi->cmmi_ccmmi
49415 gsave
49416 1 setlinewidth
49417 0.000 0.000 0.000 edgecolor
49418 newpath 1196 2176 moveto
49419 1281 2171 1551 2151 1773 2124 curveto
49420 2143 2077 2586 2000 2737 1972 curveto
49421 stroke
49422 0.000 0.000 0.000 edgecolor
49423 newpath 2737.88 1975.39 moveto
49424 2747 1970 lineto
49425 2736.51 1968.53 lineto
49426 closepath fill
49427 1 setlinewidth
49428 solid
49429 0.000 0.000 0.000 edgecolor
49430 newpath 2737.88 1975.39 moveto
49431 2747 1970 lineto
49432 2736.51 1968.53 lineto
49433 closepath stroke
49434 grestore
49435 % mmi->mmici
49436 gsave
49437 1 setlinewidth
49438 0.000 0.000 0.000 edgecolor
49439 newpath 1177 2161 moveto
49440 1182 2152 1187 2142 1191 2132 curveto
49441 stroke
49442 0.000 0.000 0.000 edgecolor
49443 newpath 1194.2 2133.44 moveto
49444 1196 2123 lineto
49445 1188.08 2130.04 lineto
49446 closepath fill
49447 1 setlinewidth
49448 solid
49449 0.000 0.000 0.000 edgecolor
49450 newpath 1194.2 2133.44 moveto
49451 1196 2123 lineto
49452 1188.08 2130.04 lineto
49453 closepath stroke
49454 grestore
49455 % mmi->mmimm
49456 gsave
49457 1 setlinewidth
49458 0.000 0.000 0.000 edgecolor
49459 newpath 1142 2176 moveto
49460 1006 2165 399 2111 399 2034 curveto
49461 399 2034 399 2034 399 1890 curveto
49462 399 1849 392 1803 387 1774 curveto
49463 stroke
49464 0.000 0.000 0.000 edgecolor
49465 newpath 390.39 1773.12 moveto
49466 385 1764 lineto
49467 383.53 1774.49 lineto
49468 closepath fill
49469 1 setlinewidth
49470 solid
49471 0.000 0.000 0.000 edgecolor
49472 newpath 390.39 1773.12 moveto
49473 385 1764 lineto
49474 383.53 1774.49 lineto
49475 closepath stroke
49476 grestore
49477 % i_ii
49478 gsave
49479 1 setlinewidth
49480 0.000 0.000 0.000 nodecolor
49481 5059 2466 27 18 ellipse_path stroke
49482 0.000 0.000 0.000 nodecolor
49483 14 /Times-Roman set_font
49484 5050.5 2461.9 moveto 17 (i=ii) alignedtext
49485 grestore
49486 % i_ii->E
49487 gsave
49488 1 setlinewidth
49489 0.000 0.000 0.000 edgecolor
49490 newpath 5086 2466 moveto
49491 5409 2461 8498 2412 8498 2322 curveto
49492 8498 2322 8498 2322 8498 1674 curveto
49493 8498 1633 8492 1587 8487 1558 curveto
49494 stroke
49495 0.000 0.000 0.000 edgecolor
49496 newpath 8490.39 1557.12 moveto
49497 8485 1548 lineto
49498 8483.53 1558.49 lineto
49499 closepath fill
49500 1 setlinewidth
49501 solid
49502 0.000 0.000 0.000 edgecolor
49503 newpath 8490.39 1557.12 moveto
49504 8485 1548 lineto
49505 8483.53 1558.49 lineto
49506 closepath stroke
49507 grestore
49508 % immi_iimmi
49509 gsave
49510 1 setlinewidth
49511 0.000 0.000 0.000 nodecolor
49512 2627 2394 39.11 18 ellipse_path stroke
49513 0.000 0.000 0.000 nodecolor
49514 14 /Times-Roman set_font
49515 2606.5 2389.9 moveto 41 (i--i=ii--i) alignedtext
49516 grestore
49517 % i_ii->immi_iimmi
49518 gsave
49519 1 setlinewidth
49520 0.000 0.000 0.000 edgecolor
49521 newpath 5032 2465 moveto
49522 4788 2458 2998 2405 2676 2395 curveto
49523 stroke
49524 0.000 0.000 0.000 edgecolor
49525 newpath 2676 2391.5 moveto
49526 2666 2395 lineto
49527 2676 2398.5 lineto
49528 closepath fill
49529 1 setlinewidth
49530 solid
49531 0.000 0.000 0.000 edgecolor
49532 newpath 2676 2391.5 moveto
49533 2666 2395 lineto
49534 2676 2398.5 lineto
49535 closepath stroke
49536 grestore
49537 % ici_iici
49538 gsave
49539 1 setlinewidth
49540 0.000 0.000 0.000 nodecolor
49541 5059 2394 36.83 18 ellipse_path stroke
49542 0.000 0.000 0.000 nodecolor
49543 14 /Times-Roman set_font
49544 5040.5 2389.9 moveto 37 (ici=iici) alignedtext
49545 grestore
49546 % i_ii->ici_iici
49547 gsave
49548 1 setlinewidth
49549 0.000 0.000 0.000 edgecolor
49550 newpath 5059 2448 moveto
49551 5059 2440 5059 2431 5059 2422 curveto
49552 stroke
49553 0.000 0.000 0.000 edgecolor
49554 newpath 5062.5 2422 moveto
49555 5059 2412 lineto
49556 5055.5 2422 lineto
49557 closepath fill
49558 1 setlinewidth
49559 solid
49560 0.000 0.000 0.000 edgecolor
49561 newpath 5062.5 2422 moveto
49562 5059 2412 lineto
49563 5055.5 2422 lineto
49564 closepath stroke
49565 grestore
49566 % immi_iimmi->icimmi_iicimmi
49567 gsave
49568 1 setlinewidth
49569 0.000 0.000 0.000 edgecolor
49570 newpath 2663 2387 moveto
49571 2727 2375 2859 2348 2935 2333 curveto
49572 stroke
49573 0.000 0.000 0.000 edgecolor
49574 newpath 2935.88 2336.39 moveto
49575 2945 2331 lineto
49576 2934.51 2329.53 lineto
49577 closepath fill
49578 1 setlinewidth
49579 solid
49580 0.000 0.000 0.000 edgecolor
49581 newpath 2935.88 2336.39 moveto
49582 2945 2331 lineto
49583 2934.51 2329.53 lineto
49584 closepath stroke
49585 grestore
49586 % immi_iimmi->immici_iimmici
49587 gsave
49588 1 setlinewidth
49589 0.000 0.000 0.000 edgecolor
49590 newpath 2627 2376 moveto
49591 2627 2368 2627 2359 2627 2350 curveto
49592 stroke
49593 0.000 0.000 0.000 edgecolor
49594 newpath 2630.5 2350 moveto
49595 2627 2340 lineto
49596 2623.5 2350 lineto
49597 closepath fill
49598 1 setlinewidth
49599 solid
49600 0.000 0.000 0.000 edgecolor
49601 newpath 2630.5 2350 moveto
49602 2627 2340 lineto
49603 2623.5 2350 lineto
49604 closepath stroke
49605 grestore
49606 % immi_iimmi->imm_imcm_iimm_immimm_imcmmcm
49607 gsave
49608 1 setlinewidth
49609 0.000 0.000 0.000 edgecolor
49610 newpath 2588 2393 moveto
49611 2451 2391 1980 2380 1592 2340 curveto
49612 1234 2302 810 2226 636 2193 curveto
49613 stroke
49614 0.000 0.000 0.000 edgecolor
49615 newpath 636.49 2189.53 moveto
49616 626 2191 lineto
49617 635.12 2196.39 lineto
49618 closepath fill
49619 1 setlinewidth
49620 solid
49621 0.000 0.000 0.000 edgecolor
49622 newpath 636.49 2189.53 moveto
49623 626 2191 lineto
49624 635.12 2196.39 lineto
49625 closepath stroke
49626 grestore
49627 % immi_iimmi->mmi
49628 gsave
49629 1 setlinewidth
49630 0.000 0.000 0.000 edgecolor
49631 newpath 2588 2394 moveto
49632 2435 2391 1864 2375 1408 2268 curveto
49633 1332 2249 1246 2213 1200 2192 curveto
49634 stroke
49635 0.000 0.000 0.000 edgecolor
49636 newpath 1201.56 2188.86 moveto
49637 1191 2188 lineto
49638 1198.72 2195.26 lineto
49639 closepath fill
49640 1 setlinewidth
49641 solid
49642 0.000 0.000 0.000 edgecolor
49643 newpath 1201.56 2188.86 moveto
49644 1191 2188 lineto
49645 1198.72 2195.26 lineto
49646 closepath stroke
49647 grestore
49648 % ici_iici->icimmi_iicimmi
49649 gsave
49650 1 setlinewidth
49651 0.000 0.000 0.000 edgecolor
49652 newpath 5022 2393 moveto
49653 4775 2384 3370 2335 3054 2324 curveto
49654 stroke
49655 0.000 0.000 0.000 edgecolor
49656 newpath 3054 2320.5 moveto
49657 3044 2324 lineto
49658 3054 2327.5 lineto
49659 closepath fill
49660 1 setlinewidth
49661 solid
49662 0.000 0.000 0.000 edgecolor
49663 newpath 3054 2320.5 moveto
49664 3044 2324 lineto
49665 3054 2327.5 lineto
49666 closepath stroke
49667 grestore
49668 % ici_iici->immici_iimmici
49669 gsave
49670 1 setlinewidth
49671 0.000 0.000 0.000 edgecolor
49672 newpath 5022 2394 moveto
49673 4814 2391 3777 2376 2929 2340 curveto
49674 2846 2336 2750 2331 2689 2327 curveto
49675 stroke
49676 0.000 0.000 0.000 edgecolor
49677 newpath 2689.3 2323.51 moveto
49678 2679 2326 lineto
49679 2688.6 2330.48 lineto
49680 closepath fill
49681 1 setlinewidth
49682 solid
49683 0.000 0.000 0.000 edgecolor
49684 newpath 2689.3 2323.51 moveto
49685 2679 2326 lineto
49686 2688.6 2330.48 lineto
49687 closepath stroke
49688 grestore
49689 % ic_iic_icic
49690 gsave
49691 1 setlinewidth
49692 0.000 0.000 0.000 nodecolor
49693 7158 2178 52.12 18 ellipse_path stroke
49694 0.000 0.000 0.000 nodecolor
49695 14 /Times-Roman set_font
49696 7128.5 2173.9 moveto 59 (ic=iic=icic) alignedtext
49697 grestore
49698 % ici_iici->ic_iic_icic
49699 gsave
49700 1 setlinewidth
49701 0.000 0.000 0.000 edgecolor
49702 newpath 5096 2393 moveto
49703 5354 2388 6883 2353 7070 2268 curveto
49704 7099 2254 7124 2225 7140 2204 curveto
49705 stroke
49706 0.000 0.000 0.000 edgecolor
49707 newpath 7142.8 2206.1 moveto
49708 7146 2196 lineto
49709 7137.2 2201.9 lineto
49710 closepath fill
49711 1 setlinewidth
49712 solid
49713 0.000 0.000 0.000 edgecolor
49714 newpath 7142.8 2206.1 moveto
49715 7146 2196 lineto
49716 7137.2 2201.9 lineto
49717 closepath stroke
49718 grestore
49719 % ci_cci_cici
49720 gsave
49721 1 setlinewidth
49722 0.000 0.000 0.000 nodecolor
49723 7293 2178 54.2 18 ellipse_path stroke
49724 0.000 0.000 0.000 nodecolor
49725 14 /Times-Roman set_font
49726 7262 2173.9 moveto 62 (ci=cci=cici) alignedtext
49727 grestore
49728 % ici_iici->ci_cci_cici
49729 gsave
49730 1 setlinewidth
49731 0.000 0.000 0.000 edgecolor
49732 newpath 5096 2393 moveto
49733 5307 2390 6359 2372 6682 2340 curveto
49734 6871 2320 6923 2325 7105 2268 curveto
49735 7160 2250 7220 2219 7257 2199 curveto
49736 stroke
49737 0.000 0.000 0.000 edgecolor
49738 newpath 7258.96 2201.92 moveto
49739 7266 2194 lineto
49740 7255.56 2195.8 lineto
49741 closepath fill
49742 1 setlinewidth
49743 solid
49744 0.000 0.000 0.000 edgecolor
49745 newpath 7258.96 2201.92 moveto
49746 7266 2194 lineto
49747 7255.56 2195.8 lineto
49748 closepath stroke
49749 grestore
49750 % cic_ccic
49751 gsave
49752 1 setlinewidth
49753 0.000 0.000 0.000 nodecolor
49754 7875 1962 43.97 18 ellipse_path stroke
49755 0.000 0.000 0.000 nodecolor
49756 14 /Times-Roman set_font
49757 7851 1957.9 moveto 48 (cic=ccic) alignedtext
49758 grestore
49759 % cic_ccic->cicmm_ccicmm
49760 gsave
49761 1 setlinewidth
49762 0.000 0.000 0.000 edgecolor
49763 newpath 7891 1945 moveto
49764 7937 1896 8068 1756 8122 1699 curveto
49765 stroke
49766 0.000 0.000 0.000 edgecolor
49767 newpath 8125.05 1700.83 moveto
49768 8129 1691 lineto
49769 8119.78 1696.22 lineto
49770 closepath fill
49771 1 setlinewidth
49772 solid
49773 0.000 0.000 0.000 edgecolor
49774 newpath 8125.05 1700.83 moveto
49775 8129 1691 lineto
49776 8119.78 1696.22 lineto
49777 closepath stroke
49778 grestore
49779 % cic_ccic->cimmic_ccimmic_cicimmic
49780 gsave
49781 1 setlinewidth
49782 0.000 0.000 0.000 edgecolor
49783 newpath 7834 1955 moveto
49784 7760 1943 7600 1919 7503 1904 curveto
49785 stroke
49786 0.000 0.000 0.000 edgecolor
49787 newpath 7503.49 1900.53 moveto
49788 7493 1902 lineto
49789 7502.12 1907.39 lineto
49790 closepath fill
49791 1 setlinewidth
49792 solid
49793 0.000 0.000 0.000 edgecolor
49794 newpath 7503.49 1900.53 moveto
49795 7493 1902 lineto
49796 7502.12 1907.39 lineto
49797 closepath stroke
49798 grestore
49799 % cic_ccic->mmcic
49800 gsave
49801 1 setlinewidth
49802 0.000 0.000 0.000 edgecolor
49803 newpath 7872 1944 moveto
49804 7866 1910 7846 1836 7799 1800 curveto
49805 7652 1687 7573 1744 7390 1728 curveto
49806 6605 1655 4631 1757 3845 1692 curveto
49807 3820 1689 3791 1685 3769 1681 curveto
49808 stroke
49809 0.000 0.000 0.000 edgecolor
49810 newpath 3769.49 1677.53 moveto
49811 3759 1679 lineto
49812 3768.12 1684.39 lineto
49813 closepath fill
49814 1 setlinewidth
49815 solid
49816 0.000 0.000 0.000 edgecolor
49817 newpath 3769.49 1677.53 moveto
49818 3759 1679 lineto
49819 3768.12 1684.39 lineto
49820 closepath stroke
49821 grestore
49822 % cic_ccic->c_cc
49823 gsave
49824 1 setlinewidth
49825 0.000 0.000 0.000 edgecolor
49826 newpath 7914 1954 moveto
49827 8057 1923 8536 1810 8536 1674 curveto
49828 8536 1674 8536 1674 8536 1602 curveto
49829 8536 1557 8562 1511 8580 1483 curveto
49830 stroke
49831 0.000 0.000 0.000 edgecolor
49832 newpath 8582.8 1485.1 moveto
49833 8586 1475 lineto
49834 8577.2 1480.9 lineto
49835 closepath fill
49836 1 setlinewidth
49837 solid
49838 0.000 0.000 0.000 edgecolor
49839 newpath 8582.8 1485.1 moveto
49840 8586 1475 lineto
49841 8577.2 1480.9 lineto
49842 closepath stroke
49843 grestore
49844 % mcmm->cmcmm_ccmcmm
49845 gsave
49846 1 setlinewidth
49847 0.000 0.000 0.000 edgecolor
49848 newpath 8931 1730 moveto
49849 8922 1721 8912 1709 8902 1699 curveto
49850 stroke
49851 0.000 0.000 0.000 edgecolor
49852 newpath 8904.55 1696.6 moveto
49853 8895 1692 lineto
49854 8899.6 1701.55 lineto
49855 closepath fill
49856 1 setlinewidth
49857 solid
49858 0.000 0.000 0.000 edgecolor
49859 newpath 8904.55 1696.6 moveto
49860 8895 1692 lineto
49861 8899.6 1701.55 lineto
49862 closepath stroke
49863 grestore
49864 % mcmm->mcicmm
49865 gsave
49866 1 setlinewidth
49867 0.000 0.000 0.000 edgecolor
49868 newpath 8966 1735 moveto
49869 8971 1732 8976 1730 8981 1728 curveto
49870 9067 1690 9088 1678 9180 1656 curveto
49871 9291 1628 9324 1651 9435 1620 curveto
49872 9472 1609 9477 1593 9516 1584 curveto
49873 9828 1509 9925 1621 10239 1548 curveto
49874 10242 1548 10244 1547 10247 1546 curveto
49875 stroke
49876 0.000 0.000 0.000 edgecolor
49877 newpath 10248.28 1549.26 moveto
49878 10256 1542 lineto
49879 10245.44 1542.86 lineto
49880 closepath fill
49881 1 setlinewidth
49882 solid
49883 0.000 0.000 0.000 edgecolor
49884 newpath 10248.28 1549.26 moveto
49885 10256 1542 lineto
49886 10245.44 1542.86 lineto
49887 closepath stroke
49888 grestore
49889 % mcmm->mcmcm
49890 gsave
49891 1 setlinewidth
49892 0.000 0.000 0.000 edgecolor
49893 newpath 8959 1730 moveto
49894 8989 1697 9064 1622 9142 1584 curveto
49895 9207 1551 9292 1538 9342 1533 curveto
49896 stroke
49897 0.000 0.000 0.000 edgecolor
49898 newpath 9342.4 1536.48 moveto
49899 9352 1532 lineto
49900 9341.7 1529.51 lineto
49901 closepath fill
49902 1 setlinewidth
49903 solid
49904 0.000 0.000 0.000 edgecolor
49905 newpath 9342.4 1536.48 moveto
49906 9352 1532 lineto
49907 9341.7 1529.51 lineto
49908 closepath stroke
49909 grestore
49910 % mc_mmmc
49911 gsave
49912 1 setlinewidth
49913 0.000 0.000 0.000 nodecolor
49914 8763 1674 38.91 18 ellipse_path stroke
49915 0.000 0.000 0.000 nodecolor
49916 14 /Times-Roman set_font
49917 8743 1669.9 moveto 40 (-c=---c) alignedtext
49918 grestore
49919 % mcmm->mc_mmmc
49920 gsave
49921 1 setlinewidth
49922 0.000 0.000 0.000 edgecolor
49923 newpath 8922 1737 moveto
49924 8892 1725 8839 1704 8802 1690 curveto
49925 stroke
49926 0.000 0.000 0.000 edgecolor
49927 newpath 8803.56 1686.86 moveto
49928 8793 1686 lineto
49929 8800.72 1693.26 lineto
49930 closepath fill
49931 1 setlinewidth
49932 solid
49933 0.000 0.000 0.000 edgecolor
49934 newpath 8803.56 1686.86 moveto
49935 8793 1686 lineto
49936 8800.72 1693.26 lineto
49937 closepath stroke
49938 grestore
49939 % mc_mmmc->cmc_ccmc
49940 gsave
49941 1 setlinewidth
49942 0.000 0.000 0.000 edgecolor
49943 newpath 8783 1658 moveto
49944 8796 1648 8812 1635 8826 1624 curveto
49945 stroke
49946 0.000 0.000 0.000 edgecolor
49947 newpath 8828.1 1626.8 moveto
49948 8834 1618 lineto
49949 8823.9 1621.2 lineto
49950 closepath fill
49951 1 setlinewidth
49952 solid
49953 0.000 0.000 0.000 edgecolor
49954 newpath 8828.1 1626.8 moveto
49955 8834 1618 lineto
49956 8823.9 1621.2 lineto
49957 closepath stroke
49958 grestore
49959 % mc_mmmc->mcic_mmmcic
49960 gsave
49961 1 setlinewidth
49962 0.000 0.000 0.000 edgecolor
49963 newpath 8747 1657 moveto
49964 8738 1647 8728 1634 8723 1620 curveto
49965 8684 1522 8696 1490 8696 1386 curveto
49966 8696 1386 8696 1386 8696 1170 curveto
49967 8696 1075 8750 1052 8834 1008 curveto
49968 8896 974 9100 961 9204 956 curveto
49969 stroke
49970 0.000 0.000 0.000 edgecolor
49971 newpath 9204 959.5 moveto
49972 9214 956 lineto
49973 9204 952.5 lineto
49974 closepath fill
49975 1 setlinewidth
49976 solid
49977 0.000 0.000 0.000 edgecolor
49978 newpath 9204 959.5 moveto
49979 9214 956 lineto
49980 9204 952.5 lineto
49981 closepath stroke
49982 grestore
49983 % mc_mmmc->m_mmm
49984 gsave
49985 1 setlinewidth
49986 0.000 0.000 0.000 edgecolor
49987 newpath 8762 1656 moveto
49988 8762 1648 8762 1639 8762 1630 curveto
49989 stroke
49990 0.000 0.000 0.000 edgecolor
49991 newpath 8765.48 1629.6 moveto
49992 8761 1620 lineto
49993 8758.51 1630.3 lineto
49994 closepath fill
49995 1 setlinewidth
49996 solid
49997 0.000 0.000 0.000 edgecolor
49998 newpath 8765.48 1629.6 moveto
49999 8761 1620 lineto
50000 8758.51 1630.3 lineto
50001 closepath stroke
50002 grestore
50003 % ic_iic_icic->icmm_iicmm_icicmm
50004 gsave
50005 1 setlinewidth
50006 0.000 0.000 0.000 edgecolor
50007 newpath 7200 2167 moveto
50008 7322 2136 7668 2046 7668 2034 curveto
50009 7668 2034 7668 2034 7668 1962 curveto
50010 7668 1919 7688 1873 7703 1845 curveto
50011 stroke
50012 0.000 0.000 0.000 edgecolor
50013 newpath 7706.2 1846.44 moveto
50014 7708 1836 lineto
50015 7700.08 1843.04 lineto
50016 closepath fill
50017 1 setlinewidth
50018 solid
50019 0.000 0.000 0.000 edgecolor
50020 newpath 7706.2 1846.44 moveto
50021 7708 1836 lineto
50022 7700.08 1843.04 lineto
50023 closepath stroke
50024 grestore
50025 % ic_iic_icic->immic_iimmic
50026 gsave
50027 1 setlinewidth
50028 0.000 0.000 0.000 edgecolor
50029 newpath 7106 2178 moveto
50030 6624 2173 2950 2141 2839 2124 curveto
50031 2835 2123 2831 2123 2827 2121 curveto
50032 stroke
50033 0.000 0.000 0.000 edgecolor
50034 newpath 2827.58 2117.52 moveto
50035 2817 2118 lineto
50036 2825.57 2124.23 lineto
50037 closepath fill
50038 1 setlinewidth
50039 solid
50040 0.000 0.000 0.000 edgecolor
50041 newpath 2827.58 2117.52 moveto
50042 2817 2118 lineto
50043 2825.57 2124.23 lineto
50044 closepath stroke
50045 grestore
50046 % ic_iic_icic->cic_ccic
50047 gsave
50048 1 setlinewidth
50049 0.000 0.000 0.000 edgecolor
50050 newpath 7198 2166 moveto
50051 7209 2164 7220 2162 7230 2160 curveto
50052 7329 2143 7588 2162 7682 2124 curveto
50053 7755 2093 7822 2025 7854 1987 curveto
50054 stroke
50055 0.000 0.000 0.000 edgecolor
50056 newpath 7857.05 1988.83 moveto
50057 7861 1979 lineto
50058 7851.78 1984.22 lineto
50059 closepath fill
50060 1 setlinewidth
50061 solid
50062 0.000 0.000 0.000 edgecolor
50063 newpath 7857.05 1988.83 moveto
50064 7861 1979 lineto
50065 7851.78 1984.22 lineto
50066 closepath stroke
50067 grestore
50068 % ci_cci_cici->cimmi_ccimmi_cicimmi
50069 gsave
50070 1 setlinewidth
50071 0.000 0.000 0.000 edgecolor
50072 newpath 7256 2165 moveto
50073 7225 2154 7181 2137 7147 2125 curveto
50074 stroke
50075 0.000 0.000 0.000 edgecolor
50076 newpath 7147.58 2121.46 moveto
50077 7137 2121 lineto
50078 7144.98 2127.96 lineto
50079 closepath fill
50080 1 setlinewidth
50081 solid
50082 0.000 0.000 0.000 edgecolor
50083 newpath 7147.58 2121.46 moveto
50084 7137 2121 lineto
50085 7144.98 2127.96 lineto
50086 closepath stroke
50087 grestore
50088 % ci_cci_cici->mmci
50089 gsave
50090 1 setlinewidth
50091 0.000 0.000 0.000 edgecolor
50092 newpath 7296 2160 moveto
50093 7299 2127 7303 2058 7270 2016 curveto
50094 7216 1947 7173 1961 7089 1944 curveto
50095 6869 1899 5294 1959 5076 1908 curveto
50096 5040 1899 5037 1880 5000 1872 curveto
50097 4861 1838 3853 1840 3709 1836 curveto
50098 3549 1830 3357 1823 3277 1819 curveto
50099 stroke
50100 0.000 0.000 0.000 edgecolor
50101 newpath 3277 1815.5 moveto
50102 3267 1819 lineto
50103 3277 1822.5 lineto
50104 closepath fill
50105 1 setlinewidth
50106 solid
50107 0.000 0.000 0.000 edgecolor
50108 newpath 3277 1815.5 moveto
50109 3267 1819 lineto
50110 3277 1822.5 lineto
50111 closepath stroke
50112 grestore
50113 % ci_cci_cici->cic_ccic
50114 gsave
50115 1 setlinewidth
50116 0.000 0.000 0.000 edgecolor
50117 newpath 7347 2175 moveto
50118 7469 2168 7759 2149 7795 2124 curveto
50119 7840 2092 7861 2027 7870 1990 curveto
50120 stroke
50121 0.000 0.000 0.000 edgecolor
50122 newpath 7873.47 1990.49 moveto
50123 7872 1980 lineto
50124 7866.61 1989.12 lineto
50125 closepath fill
50126 1 setlinewidth
50127 solid
50128 0.000 0.000 0.000 edgecolor
50129 newpath 7873.47 1990.49 moveto
50130 7872 1980 lineto
50131 7866.61 1989.12 lineto
50132 closepath stroke
50133 grestore
50134 endpage
50135 showpage
50136 grestore
50137 %%PageTrailer
50138 %%EndPage: 1
50139 %%Trailer
50140 %%Pages: 1
50141 %%BoundingBox: 36 36 13957 2528
50142 end
50143 restore
50144 %%EOF