]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/formal_topology/bin/graphs/G2.ps
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / formal_topology / bin / graphs / G2.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 3080 1088
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 3044 1052 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % v0
189 gsave
190 1 setlinewidth
191 0.000 0.000 0.000 nodecolor
192 992 18 38.22 18 ellipse_path stroke
193 0.000 0.000 0.000 nodecolor
194 14 /Times-Roman set_font
195 972.5 13.9 moveto 39 (-i-=c-i-) alignedtext
196 grestore
197 % v1
198 gsave
199 1 setlinewidth
200 0.000 0.000 0.000 nodecolor
201 631 306 52.81 18 ellipse_path stroke
202 0.000 0.000 0.000 nodecolor
203 14 /Times-Roman set_font
204 601 301.9 moveto 60 (c--c=cc--c) alignedtext
205 grestore
206 % v1->v0
207 gsave
208 1 setlinewidth
209 0.000 0.000 0.000 edgecolor
210 newpath 652 289 moveto
211 713 240 895 96 964 40 curveto
212 stroke
213 0.000 0.000 0.000 edgecolor
214 newpath 966.1 42.8 moveto
215 972 34 lineto
216 961.9 37.2 lineto
217 closepath fill
218 1 setlinewidth
219 solid
220 0.000 0.000 0.000 edgecolor
221 newpath 966.1 42.8 moveto
222 972 34 lineto
223 961.9 37.2 lineto
224 closepath stroke
225 grestore
226 % v2
227 gsave
228 1 setlinewidth
229 0.000 0.000 0.000 nodecolor
230 475 378 27 18 ellipse_path stroke
231 0.000 0.000 0.000 nodecolor
232 14 /Times-Roman set_font
233 467 373.9 moveto 16 (--c) alignedtext
234 grestore
235 % v2->v1
236 gsave
237 1 setlinewidth
238 0.000 0.000 0.000 edgecolor
239 newpath 496 367 moveto
240 501 365 506 362 511 360 curveto
241 536 348 566 335 589 324 curveto
242 stroke
243 0.000 0.000 0.000 edgecolor
244 newpath 590.28 327.26 moveto
245 598 320 lineto
246 587.44 320.86 lineto
247 closepath fill
248 1 setlinewidth
249 solid
250 0.000 0.000 0.000 edgecolor
251 newpath 590.28 327.26 moveto
252 598 320 lineto
253 587.44 320.86 lineto
254 closepath stroke
255 grestore
256 % v3
257 gsave
258 1 setlinewidth
259 0.000 0.000 0.000 nodecolor
260 286 378 43.78 18 ellipse_path stroke
261 0.000 0.000 0.000 nodecolor
262 14 /Times-Roman set_font
263 262.5 373.9 moveto 47 (c--=cc--) alignedtext
264 grestore
265 % v3->v1
266 gsave
267 1 setlinewidth
268 0.000 0.000 0.000 edgecolor
269 newpath 325 370 moveto
270 387 357 506 332 576 317 curveto
271 stroke
272 0.000 0.000 0.000 edgecolor
273 newpath 576.88 320.39 moveto
274 586 315 lineto
275 575.51 313.53 lineto
276 closepath fill
277 1 setlinewidth
278 solid
279 0.000 0.000 0.000 edgecolor
280 newpath 576.88 320.39 moveto
281 586 315 lineto
282 575.51 313.53 lineto
283 closepath stroke
284 grestore
285 % v4
286 gsave
287 1 setlinewidth
288 0.000 0.000 0.000 nodecolor
289 98 450 30.77 18 ellipse_path stroke
290 0.000 0.000 0.000 nodecolor
291 14 /Times-Roman set_font
292 83.5 445.9 moveto 29 (c=cc) alignedtext
293 grestore
294 % v4->v2
295 gsave
296 1 setlinewidth
297 0.000 0.000 0.000 edgecolor
298 newpath 124 440 moveto
299 131 437 140 434 148 432 curveto
300 203 418 365 393 438 383 curveto
301 stroke
302 0.000 0.000 0.000 edgecolor
303 newpath 438.4 386.48 moveto
304 448 382 lineto
305 437.7 379.51 lineto
306 closepath fill
307 1 setlinewidth
308 solid
309 0.000 0.000 0.000 edgecolor
310 newpath 438.4 386.48 moveto
311 448 382 lineto
312 437.7 379.51 lineto
313 closepath stroke
314 grestore
315 % v4->v3
316 gsave
317 1 setlinewidth
318 0.000 0.000 0.000 edgecolor
319 newpath 124 440 moveto
320 155 428 207 408 244 394 curveto
321 stroke
322 0.000 0.000 0.000 edgecolor
323 newpath 246.02 396.96 moveto
324 254 390 lineto
325 243.42 390.46 lineto
326 closepath fill
327 1 setlinewidth
328 solid
329 0.000 0.000 0.000 edgecolor
330 newpath 246.02 396.96 moveto
331 254 390 lineto
332 243.42 390.46 lineto
333 closepath stroke
334 grestore
335 % v5
336 gsave
337 1 setlinewidth
338 0.000 0.000 0.000 nodecolor
339 1242 90 52.12 18 ellipse_path stroke
340 0.000 0.000 0.000 nodecolor
341 14 /Times-Roman set_font
342 1212.5 85.9 moveto 59 (-ici-=c-ici-) alignedtext
343 grestore
344 % v5->v0
345 gsave
346 1 setlinewidth
347 0.000 0.000 0.000 edgecolor
348 newpath 1202 78 moveto
349 1156 65 1081 44 1035 30 curveto
350 stroke
351 0.000 0.000 0.000 edgecolor
352 newpath 1035.58 26.52 moveto
353 1025 27 lineto
354 1033.57 33.23 lineto
355 closepath fill
356 1 setlinewidth
357 solid
358 0.000 0.000 0.000 edgecolor
359 newpath 1035.58 26.52 moveto
360 1025 27 lineto
361 1033.57 33.23 lineto
362 closepath stroke
363 grestore
364 % v6
365 gsave
366 1 setlinewidth
367 0.000 0.000 0.000 nodecolor
368 1412 162 56.98 18 ellipse_path stroke
369 0.000 0.000 0.000 nodecolor
370 14 /Times-Roman set_font
371 1379 157.9 moveto 66 (-ic-c=c-ic-c) alignedtext
372 grestore
373 % v6->v5
374 gsave
375 1 setlinewidth
376 0.000 0.000 0.000 edgecolor
377 newpath 1378 147 moveto
378 1351 135 1314 120 1285 108 curveto
379 stroke
380 0.000 0.000 0.000 edgecolor
381 newpath 1285.58 104.46 moveto
382 1275 104 lineto
383 1282.98 110.96 lineto
384 closepath fill
385 1 setlinewidth
386 solid
387 0.000 0.000 0.000 edgecolor
388 newpath 1285.58 104.46 moveto
389 1275 104 lineto
390 1282.98 110.96 lineto
391 closepath stroke
392 grestore
393 % v7
394 gsave
395 1 setlinewidth
396 0.000 0.000 0.000 nodecolor
397 1540 234 52.12 18 ellipse_path stroke
398 0.000 0.000 0.000 nodecolor
399 14 /Times-Roman set_font
400 1510.5 229.9 moveto 59 (-i-ic=c-i-ic) alignedtext
401 grestore
402 % v7->v6
403 gsave
404 1 setlinewidth
405 0.000 0.000 0.000 edgecolor
406 newpath 1513 219 moveto
407 1494 209 1469 194 1449 183 curveto
408 stroke
409 0.000 0.000 0.000 edgecolor
410 newpath 1450.44 179.8 moveto
411 1440 178 lineto
412 1447.04 185.92 lineto
413 closepath fill
414 1 setlinewidth
415 solid
416 0.000 0.000 0.000 edgecolor
417 newpath 1450.44 179.8 moveto
418 1440 178 lineto
419 1447.04 185.92 lineto
420 closepath stroke
421 grestore
422 % v8
423 gsave
424 1 setlinewidth
425 0.000 0.000 0.000 nodecolor
426 1360 378 66.21 18 ellipse_path stroke
427 0.000 0.000 0.000 nodecolor
428 14 /Times-Roman set_font
429 1320 373.9 moveto 80 (c--cic=cc--cic) alignedtext
430 grestore
431 % v8->v1
432 gsave
433 1 setlinewidth
434 0.000 0.000 0.000 edgecolor
435 newpath 1300 370 moveto
436 1273 367 1239 363 1209 360 curveto
437 1021 340 799 320 693 311 curveto
438 stroke
439 0.000 0.000 0.000 edgecolor
440 newpath 693.3 307.51 moveto
441 683 310 lineto
442 692.6 314.48 lineto
443 closepath fill
444 1 setlinewidth
445 solid
446 0.000 0.000 0.000 edgecolor
447 newpath 693.3 307.51 moveto
448 683 310 lineto
449 692.6 314.48 lineto
450 closepath stroke
451 grestore
452 % v8->v7
453 gsave
454 1 setlinewidth
455 0.000 0.000 0.000 edgecolor
456 newpath 1383 361 moveto
457 1397 350 1414 337 1429 324 curveto
458 1447 308 1450 302 1467 288 curveto
459 1480 277 1495 266 1508 256 curveto
460 stroke
461 0.000 0.000 0.000 edgecolor
462 newpath 1510.1 258.8 moveto
463 1516 250 lineto
464 1505.9 253.2 lineto
465 closepath fill
466 1 setlinewidth
467 solid
468 0.000 0.000 0.000 edgecolor
469 newpath 1510.1 258.8 moveto
470 1516 250 lineto
471 1505.9 253.2 lineto
472 closepath stroke
473 grestore
474 % v9
475 gsave
476 1 setlinewidth
477 0.000 0.000 0.000 nodecolor
478 980 450 29.19 18 ellipse_path stroke
479 0.000 0.000 0.000 nodecolor
480 14 /Times-Roman set_font
481 967 445.9 moveto 26 (--cic) alignedtext
482 grestore
483 % v9->v2
484 gsave
485 1 setlinewidth
486 0.000 0.000 0.000 edgecolor
487 newpath 958 438 moveto
488 953 435 948 433 942 432 curveto
489 757 382 697 447 511 396 curveto
490 509 395 507 394 505 394 curveto
491 stroke
492 0.000 0.000 0.000 edgecolor
493 newpath 505.58 390.46 moveto
494 495 390 lineto
495 502.98 396.96 lineto
496 closepath fill
497 1 setlinewidth
498 solid
499 0.000 0.000 0.000 edgecolor
500 newpath 505.58 390.46 moveto
501 495 390 lineto
502 502.98 396.96 lineto
503 closepath stroke
504 grestore
505 % v9->v8
506 gsave
507 1 setlinewidth
508 0.000 0.000 0.000 edgecolor
509 newpath 1002 438 moveto
510 1007 436 1013 434 1018 432 curveto
511 1131 398 1165 416 1280 396 curveto
512 1287 395 1293 393 1300 392 curveto
513 stroke
514 0.000 0.000 0.000 edgecolor
515 newpath 1300.88 395.39 moveto
516 1310 390 lineto
517 1299.51 388.53 lineto
518 closepath fill
519 1 setlinewidth
520 solid
521 0.000 0.000 0.000 edgecolor
522 newpath 1300.88 395.39 moveto
523 1310 390 lineto
524 1299.51 388.53 lineto
525 closepath stroke
526 grestore
527 % v10
528 gsave
529 1 setlinewidth
530 0.000 0.000 0.000 nodecolor
531 1771 234 47.95 18 ellipse_path stroke
532 0.000 0.000 0.000 nodecolor
533 14 /Times-Roman set_font
534 1744.5 229.9 moveto 53 (-ic-=c-ic-) alignedtext
535 grestore
536 % v10->v6
537 gsave
538 1 setlinewidth
539 0.000 0.000 0.000 edgecolor
540 newpath 1728 225 moveto
541 1664 213 1543 188 1470 174 curveto
542 stroke
543 0.000 0.000 0.000 edgecolor
544 newpath 1470.49 170.53 moveto
545 1460 172 lineto
546 1469.12 177.39 lineto
547 closepath fill
548 1 setlinewidth
549 solid
550 0.000 0.000 0.000 edgecolor
551 newpath 1470.49 170.53 moveto
552 1460 172 lineto
553 1469.12 177.39 lineto
554 closepath stroke
555 grestore
556 % v11
557 gsave
558 1 setlinewidth
559 0.000 0.000 0.000 nodecolor
560 1965 306 41.89 18 ellipse_path stroke
561 0.000 0.000 0.000 nodecolor
562 14 /Times-Roman set_font
563 1942.5 301.9 moveto 45 (-i-i=c-i-i) alignedtext
564 grestore
565 % v11->v7
566 gsave
567 1 setlinewidth
568 0.000 0.000 0.000 edgecolor
569 newpath 1926 299 moveto
570 1851 286 1684 258 1597 244 curveto
571 stroke
572 0.000 0.000 0.000 edgecolor
573 newpath 1597.49 240.53 moveto
574 1587 242 lineto
575 1596.12 247.39 lineto
576 closepath fill
577 1 setlinewidth
578 solid
579 0.000 0.000 0.000 edgecolor
580 newpath 1597.49 240.53 moveto
581 1587 242 lineto
582 1596.12 247.39 lineto
583 closepath stroke
584 grestore
585 % v11->v10
586 gsave
587 1 setlinewidth
588 0.000 0.000 0.000 edgecolor
589 newpath 1933 294 moveto
590 1901 282 1851 264 1815 251 curveto
591 stroke
592 0.000 0.000 0.000 edgecolor
593 newpath 1815.58 247.46 moveto
594 1805 247 lineto
595 1812.98 253.96 lineto
596 closepath fill
597 1 setlinewidth
598 solid
599 0.000 0.000 0.000 edgecolor
600 newpath 1815.58 247.46 moveto
601 1805 247 lineto
602 1812.98 253.96 lineto
603 closepath stroke
604 grestore
605 % v12
606 gsave
607 1 setlinewidth
608 0.000 0.000 0.000 nodecolor
609 2130 450 56.98 18 ellipse_path stroke
610 0.000 0.000 0.000 nodecolor
611 14 /Times-Roman set_font
612 2097 445.9 moveto 66 (c--ci=cc--ci) alignedtext
613 grestore
614 % v12->v8
615 gsave
616 1 setlinewidth
617 0.000 0.000 0.000 edgecolor
618 newpath 2089 437 moveto
619 2081 435 2072 433 2064 432 curveto
620 1805 389 1735 424 1473 396 curveto
621 1457 394 1441 392 1426 390 curveto
622 stroke
623 0.000 0.000 0.000 edgecolor
624 newpath 1426.49 386.53 moveto
625 1416 388 lineto
626 1425.12 393.39 lineto
627 closepath fill
628 1 setlinewidth
629 solid
630 0.000 0.000 0.000 edgecolor
631 newpath 1426.49 386.53 moveto
632 1416 388 lineto
633 1425.12 393.39 lineto
634 closepath stroke
635 grestore
636 % v12->v11
637 gsave
638 1 setlinewidth
639 0.000 0.000 0.000 edgecolor
640 newpath 2110 433 moveto
641 2081 407 2025 358 1992 329 curveto
642 stroke
643 0.000 0.000 0.000 edgecolor
644 newpath 1993.83 325.95 moveto
645 1984 322 lineto
646 1989.22 331.22 lineto
647 closepath fill
648 1 setlinewidth
649 solid
650 0.000 0.000 0.000 edgecolor
651 newpath 1993.83 325.95 moveto
652 1984 322 lineto
653 1989.22 331.22 lineto
654 closepath stroke
655 grestore
656 % v13
657 gsave
658 1 setlinewidth
659 0.000 0.000 0.000 nodecolor
660 1915 522 27 18 ellipse_path stroke
661 0.000 0.000 0.000 nodecolor
662 14 /Times-Roman set_font
663 1905.5 517.9 moveto 19 (--ci) alignedtext
664 grestore
665 % v13->v9
666 gsave
667 1 setlinewidth
668 0.000 0.000 0.000 edgecolor
669 newpath 1895 510 moveto
670 1890 507 1884 505 1879 504 curveto
671 1509 408 1390 559 1018 468 curveto
672 1016 468 1014 467 1011 466 curveto
673 stroke
674 0.000 0.000 0.000 edgecolor
675 newpath 1012.56 462.86 moveto
676 1002 462 lineto
677 1009.72 469.26 lineto
678 closepath fill
679 1 setlinewidth
680 solid
681 0.000 0.000 0.000 edgecolor
682 newpath 1012.56 462.86 moveto
683 1002 462 lineto
684 1009.72 469.26 lineto
685 closepath stroke
686 grestore
687 % v13->v12
688 gsave
689 1 setlinewidth
690 0.000 0.000 0.000 edgecolor
691 newpath 1936 510 moveto
692 1941 508 1946 506 1951 504 curveto
693 1974 495 2033 477 2077 465 curveto
694 stroke
695 0.000 0.000 0.000 edgecolor
696 newpath 2078.43 468.23 moveto
697 2087 462 lineto
698 2076.42 461.52 lineto
699 closepath fill
700 1 setlinewidth
701 solid
702 0.000 0.000 0.000 edgecolor
703 newpath 2078.43 468.23 moveto
704 2087 462 lineto
705 2076.42 461.52 lineto
706 closepath stroke
707 grestore
708 % v14
709 gsave
710 1 setlinewidth
711 0.000 0.000 0.000 nodecolor
712 1242 162 56.98 18 ellipse_path stroke
713 0.000 0.000 0.000 nodecolor
714 14 /Times-Roman set_font
715 1209 157.9 moveto 66 (c-ci-=cc-ci-) alignedtext
716 grestore
717 % v14->v5
718 gsave
719 1 setlinewidth
720 0.000 0.000 0.000 edgecolor
721 newpath 1242 144 moveto
722 1242 136 1242 127 1242 118 curveto
723 stroke
724 0.000 0.000 0.000 edgecolor
725 newpath 1245.5 118 moveto
726 1242 108 lineto
727 1238.5 118 lineto
728 closepath fill
729 1 setlinewidth
730 solid
731 0.000 0.000 0.000 edgecolor
732 newpath 1245.5 118 moveto
733 1242 108 lineto
734 1238.5 118 lineto
735 closepath stroke
736 grestore
737 % v15
738 gsave
739 1 setlinewidth
740 0.000 0.000 0.000 nodecolor
741 1387 234 75.24 18 ellipse_path stroke
742 0.000 0.000 0.000 nodecolor
743 14 /Times-Roman set_font
744 1340.5 229.9 moveto 93 (c-cic-c=cc-cic-c) alignedtext
745 grestore
746 % v15->v6
747 gsave
748 1 setlinewidth
749 0.000 0.000 0.000 edgecolor
750 newpath 1393 216 moveto
751 1396 208 1399 198 1403 190 curveto
752 stroke
753 0.000 0.000 0.000 edgecolor
754 newpath 1406.48 190.58 moveto
755 1406 180 lineto
756 1399.77 188.57 lineto
757 closepath fill
758 1 setlinewidth
759 solid
760 0.000 0.000 0.000 edgecolor
761 newpath 1406.48 190.58 moveto
762 1406 180 lineto
763 1399.77 188.57 lineto
764 closepath stroke
765 grestore
766 % v15->v14
767 gsave
768 1 setlinewidth
769 0.000 0.000 0.000 edgecolor
770 newpath 1354 218 moveto
771 1332 207 1304 193 1282 182 curveto
772 stroke
773 0.000 0.000 0.000 edgecolor
774 newpath 1283.44 178.8 moveto
775 1273 177 lineto
776 1280.04 184.92 lineto
777 closepath fill
778 1 setlinewidth
779 solid
780 0.000 0.000 0.000 edgecolor
781 newpath 1283.44 178.8 moveto
782 1273 177 lineto
783 1280.04 184.92 lineto
784 closepath stroke
785 grestore
786 % v16
787 gsave
788 1 setlinewidth
789 0.000 0.000 0.000 nodecolor
790 808 378 62.04 18 ellipse_path stroke
791 0.000 0.000 0.000 nodecolor
792 14 /Times-Roman set_font
793 771 373.9 moveto 74 (c-c-c=cc-c-c) alignedtext
794 grestore
795 % v16->v1
796 gsave
797 1 setlinewidth
798 0.000 0.000 0.000 edgecolor
799 newpath 772 363 moveto
800 744 351 705 335 674 324 curveto
801 stroke
802 0.000 0.000 0.000 edgecolor
803 newpath 675.56 320.86 moveto
804 665 320 lineto
805 672.72 327.26 lineto
806 closepath fill
807 1 setlinewidth
808 solid
809 0.000 0.000 0.000 edgecolor
810 newpath 675.56 320.86 moveto
811 665 320 lineto
812 672.72 327.26 lineto
813 closepath stroke
814 grestore
815 % v16->v15
816 gsave
817 1 setlinewidth
818 0.000 0.000 0.000 edgecolor
819 newpath 854 366 moveto
820 862 364 871 362 879 360 curveto
821 997 337 1039 375 1147 324 curveto
822 1168 313 1165 299 1185 288 curveto
823 1225 266 1272 252 1311 245 curveto
824 stroke
825 0.000 0.000 0.000 edgecolor
826 newpath 1311.88 248.39 moveto
827 1321 243 lineto
828 1310.51 241.53 lineto
829 closepath fill
830 1 setlinewidth
831 solid
832 0.000 0.000 0.000 edgecolor
833 newpath 1311.88 248.39 moveto
834 1321 243 lineto
835 1310.51 241.53 lineto
836 closepath stroke
837 grestore
838 % v17
839 gsave
840 1 setlinewidth
841 0.000 0.000 0.000 nodecolor
842 1547 306 70.88 18 ellipse_path stroke
843 0.000 0.000 0.000 nodecolor
844 14 /Times-Roman set_font
845 1504 301.9 moveto 86 (c-ci-ic=cc-ci-ic) alignedtext
846 grestore
847 % v17->v7
848 gsave
849 1 setlinewidth
850 0.000 0.000 0.000 edgecolor
851 newpath 1545 288 moveto
852 1544 280 1544 271 1543 262 curveto
853 stroke
854 0.000 0.000 0.000 edgecolor
855 newpath 1546.48 261.6 moveto
856 1542 252 lineto
857 1539.51 262.3 lineto
858 closepath fill
859 1 setlinewidth
860 solid
861 0.000 0.000 0.000 edgecolor
862 newpath 1546.48 261.6 moveto
863 1542 252 lineto
864 1539.51 262.3 lineto
865 closepath stroke
866 grestore
867 % v17->v15
868 gsave
869 1 setlinewidth
870 0.000 0.000 0.000 edgecolor
871 newpath 1512 290 moveto
872 1489 279 1457 266 1432 254 curveto
873 stroke
874 0.000 0.000 0.000 edgecolor
875 newpath 1433.56 250.86 moveto
876 1423 250 lineto
877 1430.72 257.26 lineto
878 closepath fill
879 1 setlinewidth
880 solid
881 0.000 0.000 0.000 edgecolor
882 newpath 1433.56 250.86 moveto
883 1423 250 lineto
884 1430.72 257.26 lineto
885 closepath stroke
886 grestore
887 % v18
888 gsave
889 1 setlinewidth
890 0.000 0.000 0.000 nodecolor
891 1280 450 75.24 18 ellipse_path stroke
892 0.000 0.000 0.000 nodecolor
893 14 /Times-Roman set_font
894 1233.5 445.9 moveto 93 (c-c-cic=cc-c-cic) alignedtext
895 grestore
896 % v18->v8
897 gsave
898 1 setlinewidth
899 0.000 0.000 0.000 edgecolor
900 newpath 1299 433 moveto
901 1310 423 1322 412 1333 402 curveto
902 stroke
903 0.000 0.000 0.000 edgecolor
904 newpath 1335.78 404.22 moveto
905 1341 395 lineto
906 1331.17 398.95 lineto
907 closepath fill
908 1 setlinewidth
909 solid
910 0.000 0.000 0.000 edgecolor
911 newpath 1335.78 404.22 moveto
912 1341 395 lineto
913 1331.17 398.95 lineto
914 closepath stroke
915 grestore
916 % v18->v16
917 gsave
918 1 setlinewidth
919 0.000 0.000 0.000 edgecolor
920 newpath 1226 437 moveto
921 1216 435 1206 434 1196 432 curveto
922 1057 409 1019 421 879 396 curveto
923 874 395 869 394 863 392 curveto
924 stroke
925 0.000 0.000 0.000 edgecolor
926 newpath 863.49 388.53 moveto
927 853 390 lineto
928 862.12 395.39 lineto
929 closepath fill
930 1 setlinewidth
931 solid
932 0.000 0.000 0.000 edgecolor
933 newpath 863.49 388.53 moveto
934 853 390 lineto
935 862.12 395.39 lineto
936 closepath stroke
937 grestore
938 % v18->v17
939 gsave
940 1 setlinewidth
941 0.000 0.000 0.000 edgecolor
942 newpath 1333 437 moveto
943 1364 428 1404 415 1435 396 curveto
944 1455 383 1456 374 1473 360 curveto
945 1486 349 1501 338 1514 329 curveto
946 stroke
947 0.000 0.000 0.000 edgecolor
948 newpath 1516.1 331.8 moveto
949 1522 323 lineto
950 1511.9 326.2 lineto
951 closepath fill
952 1 setlinewidth
953 solid
954 0.000 0.000 0.000 edgecolor
955 newpath 1516.1 331.8 moveto
956 1522 323 lineto
957 1511.9 326.2 lineto
958 closepath stroke
959 grestore
960 % v19
961 gsave
962 1 setlinewidth
963 0.000 0.000 0.000 nodecolor
964 1653 522 56.98 18 ellipse_path stroke
965 0.000 0.000 0.000 nodecolor
966 14 /Times-Roman set_font
967 1620 517.9 moveto 66 (c--ic=cc--ic) alignedtext
968 grestore
969 % v19->v18
970 gsave
971 1 setlinewidth
972 0.000 0.000 0.000 edgecolor
973 newpath 1604 513 moveto
974 1546 502 1448 484 1364 468 curveto
975 1358 467 1352 465 1346 464 curveto
976 stroke
977 0.000 0.000 0.000 edgecolor
978 newpath 1346.49 460.53 moveto
979 1336 462 lineto
980 1345.12 467.39 lineto
981 closepath fill
982 1 setlinewidth
983 solid
984 0.000 0.000 0.000 edgecolor
985 newpath 1346.49 460.53 moveto
986 1336 462 lineto
987 1345.12 467.39 lineto
988 closepath stroke
989 grestore
990 % v20
991 gsave
992 1 setlinewidth
993 0.000 0.000 0.000 nodecolor
994 1771 306 66.21 18 ellipse_path stroke
995 0.000 0.000 0.000 nodecolor
996 14 /Times-Roman set_font
997 1731 301.9 moveto 80 (c-cic-=cc-cic-) alignedtext
998 grestore
999 % v20->v10
1000 gsave
1001 1 setlinewidth
1002 0.000 0.000 0.000 edgecolor
1003 newpath 1771 288 moveto
1004 1771 280 1771 271 1771 262 curveto
1005 stroke
1006 0.000 0.000 0.000 edgecolor
1007 newpath 1774.5 262 moveto
1008 1771 252 lineto
1009 1767.5 262 lineto
1010 closepath fill
1011 1 setlinewidth
1012 solid
1013 0.000 0.000 0.000 edgecolor
1014 newpath 1774.5 262 moveto
1015 1771 252 lineto
1016 1767.5 262 lineto
1017 closepath stroke
1018 grestore
1019 % v20->v15
1020 gsave
1021 1 setlinewidth
1022 0.000 0.000 0.000 edgecolor
1023 newpath 1716 296 moveto
1024 1658 285 1562 267 1479 252 curveto
1025 1471 251 1463 249 1455 247 curveto
1026 stroke
1027 0.000 0.000 0.000 edgecolor
1028 newpath 1455.49 243.53 moveto
1029 1445 245 lineto
1030 1454.12 250.39 lineto
1031 closepath fill
1032 1 setlinewidth
1033 solid
1034 0.000 0.000 0.000 edgecolor
1035 newpath 1455.49 243.53 moveto
1036 1445 245 lineto
1037 1454.12 250.39 lineto
1038 closepath stroke
1039 grestore
1040 % v21
1041 gsave
1042 1 setlinewidth
1043 0.000 0.000 0.000 nodecolor
1044 2191 378 61.15 18 ellipse_path stroke
1045 0.000 0.000 0.000 nodecolor
1046 14 /Times-Roman set_font
1047 2155 373.9 moveto 72 (c-ci-i=cc-ci-i) alignedtext
1048 grestore
1049 % v21->v11
1050 gsave
1051 1 setlinewidth
1052 0.000 0.000 0.000 edgecolor
1053 newpath 2150 365 moveto
1054 2109 352 2049 333 2009 320 curveto
1055 stroke
1056 0.000 0.000 0.000 edgecolor
1057 newpath 2009.58 316.52 moveto
1058 1999 317 lineto
1059 2007.57 323.23 lineto
1060 closepath fill
1061 1 setlinewidth
1062 solid
1063 0.000 0.000 0.000 edgecolor
1064 newpath 2009.58 316.52 moveto
1065 1999 317 lineto
1066 2007.57 323.23 lineto
1067 closepath stroke
1068 grestore
1069 % v21->v17
1070 gsave
1071 1 setlinewidth
1072 0.000 0.000 0.000 edgecolor
1073 newpath 2133 372 moveto
1074 2041 362 1854 342 1696 324 curveto
1075 1671 321 1645 318 1621 315 curveto
1076 stroke
1077 0.000 0.000 0.000 edgecolor
1078 newpath 1621.3 311.51 moveto
1079 1611 314 lineto
1080 1620.6 318.48 lineto
1081 closepath fill
1082 1 setlinewidth
1083 solid
1084 0.000 0.000 0.000 edgecolor
1085 newpath 1621.3 311.51 moveto
1086 1611 314 lineto
1087 1620.6 318.48 lineto
1088 closepath stroke
1089 grestore
1090 % v21->v20
1091 gsave
1092 1 setlinewidth
1093 0.000 0.000 0.000 edgecolor
1094 newpath 2138 369 moveto
1095 2061 357 1920 332 1837 318 curveto
1096 stroke
1097 0.000 0.000 0.000 edgecolor
1098 newpath 1837.49 314.53 moveto
1099 1827 316 lineto
1100 1836.12 321.39 lineto
1101 closepath fill
1102 1 setlinewidth
1103 solid
1104 0.000 0.000 0.000 edgecolor
1105 newpath 1837.49 314.53 moveto
1106 1827 316 lineto
1107 1836.12 321.39 lineto
1108 closepath stroke
1109 grestore
1110 % v22
1111 gsave
1112 1 setlinewidth
1113 0.000 0.000 0.000 nodecolor
1114 2282 522 66.21 18 ellipse_path stroke
1115 0.000 0.000 0.000 nodecolor
1116 14 /Times-Roman set_font
1117 2242 517.9 moveto 80 (c-c-ci=cc-c-ci) alignedtext
1118 grestore
1119 % v22->v12
1120 gsave
1121 1 setlinewidth
1122 0.000 0.000 0.000 edgecolor
1123 newpath 2249 506 moveto
1124 2226 495 2195 481 2171 469 curveto
1125 stroke
1126 0.000 0.000 0.000 edgecolor
1127 newpath 2172.56 465.86 moveto
1128 2162 465 lineto
1129 2169.72 472.26 lineto
1130 closepath fill
1131 1 setlinewidth
1132 solid
1133 0.000 0.000 0.000 edgecolor
1134 newpath 2172.56 465.86 moveto
1135 2162 465 lineto
1136 2169.72 472.26 lineto
1137 closepath stroke
1138 grestore
1139 % v22->v18
1140 gsave
1141 1 setlinewidth
1142 0.000 0.000 0.000 edgecolor
1143 newpath 2235 509 moveto
1144 2226 507 2216 505 2207 504 curveto
1145 1836 452 1736 515 1364 468 curveto
1146 1357 467 1350 466 1343 465 curveto
1147 stroke
1148 0.000 0.000 0.000 edgecolor
1149 newpath 1343.49 461.53 moveto
1150 1333 463 lineto
1151 1342.12 468.39 lineto
1152 closepath fill
1153 1 setlinewidth
1154 solid
1155 0.000 0.000 0.000 edgecolor
1156 newpath 1343.49 461.53 moveto
1157 1333 463 lineto
1158 1342.12 468.39 lineto
1159 closepath stroke
1160 grestore
1161 % v22->v21
1162 gsave
1163 1 setlinewidth
1164 0.000 0.000 0.000 edgecolor
1165 newpath 2334 511 moveto
1166 2358 503 2384 490 2398 468 curveto
1167 2406 454 2407 444 2398 432 curveto
1168 2380 409 2311 395 2258 387 curveto
1169 stroke
1170 0.000 0.000 0.000 edgecolor
1171 newpath 2258.49 383.53 moveto
1172 2248 385 lineto
1173 2257.12 390.39 lineto
1174 closepath fill
1175 1 setlinewidth
1176 solid
1177 0.000 0.000 0.000 edgecolor
1178 newpath 2258.49 383.53 moveto
1179 2248 385 lineto
1180 2257.12 390.39 lineto
1181 closepath stroke
1182 grestore
1183 % v23
1184 gsave
1185 1 setlinewidth
1186 0.000 0.000 0.000 nodecolor
1187 2117 594 61.15 18 ellipse_path stroke
1188 0.000 0.000 0.000 nodecolor
1189 14 /Times-Roman set_font
1190 2081 589.9 moveto 72 (c--ici=cc--ici) alignedtext
1191 grestore
1192 % v23->v19
1193 gsave
1194 1 setlinewidth
1195 0.000 0.000 0.000 edgecolor
1196 newpath 2073 581 moveto
1197 2064 579 2055 577 2047 576 curveto
1198 1903 549 1864 567 1719 540 curveto
1199 1714 539 1709 538 1705 536 curveto
1200 stroke
1201 0.000 0.000 0.000 edgecolor
1202 newpath 1705.49 532.53 moveto
1203 1695 534 lineto
1204 1704.12 539.39 lineto
1205 closepath fill
1206 1 setlinewidth
1207 solid
1208 0.000 0.000 0.000 edgecolor
1209 newpath 1705.49 532.53 moveto
1210 1695 534 lineto
1211 1704.12 539.39 lineto
1212 closepath stroke
1213 grestore
1214 % v23->v22
1215 gsave
1216 1 setlinewidth
1217 0.000 0.000 0.000 edgecolor
1218 newpath 2151 579 moveto
1219 2176 568 2211 554 2238 541 curveto
1220 stroke
1221 0.000 0.000 0.000 edgecolor
1222 newpath 2239.28 544.26 moveto
1223 2247 537 lineto
1224 2236.44 537.86 lineto
1225 closepath fill
1226 1 setlinewidth
1227 solid
1228 0.000 0.000 0.000 edgecolor
1229 newpath 2239.28 544.26 moveto
1230 2247 537 lineto
1231 2236.44 537.86 lineto
1232 closepath stroke
1233 grestore
1234 % v24
1235 gsave
1236 1 setlinewidth
1237 0.000 0.000 0.000 nodecolor
1238 1069 234 52.12 18 ellipse_path stroke
1239 0.000 0.000 0.000 nodecolor
1240 14 /Times-Roman set_font
1241 1039.5 229.9 moveto 59 (ci-i-=cci-i-) alignedtext
1242 grestore
1243 % v24->v14
1244 gsave
1245 1 setlinewidth
1246 0.000 0.000 0.000 edgecolor
1247 newpath 1102 220 moveto
1248 1130 208 1168 193 1197 180 curveto
1249 stroke
1250 0.000 0.000 0.000 edgecolor
1251 newpath 1199.02 182.96 moveto
1252 1207 176 lineto
1253 1196.42 176.46 lineto
1254 closepath fill
1255 1 setlinewidth
1256 solid
1257 0.000 0.000 0.000 edgecolor
1258 newpath 1199.02 182.96 moveto
1259 1207 176 lineto
1260 1196.42 176.46 lineto
1261 closepath stroke
1262 grestore
1263 % v25
1264 gsave
1265 1 setlinewidth
1266 0.000 0.000 0.000 nodecolor
1267 586 378 66.21 18 ellipse_path stroke
1268 0.000 0.000 0.000 nodecolor
1269 14 /Times-Roman set_font
1270 546 373.9 moveto 80 (cic--c=ccic--c) alignedtext
1271 grestore
1272 % v25->v1
1273 gsave
1274 1 setlinewidth
1275 0.000 0.000 0.000 edgecolor
1276 newpath 597 360 moveto
1277 602 352 609 342 615 332 curveto
1278 stroke
1279 0.000 0.000 0.000 edgecolor
1280 newpath 617.67 334.34 moveto
1281 620 324 lineto
1282 611.73 330.62 lineto
1283 closepath fill
1284 1 setlinewidth
1285 solid
1286 0.000 0.000 0.000 edgecolor
1287 newpath 617.67 334.34 moveto
1288 620 324 lineto
1289 611.73 330.62 lineto
1290 closepath stroke
1291 grestore
1292 % v25->v24
1293 gsave
1294 1 setlinewidth
1295 0.000 0.000 0.000 edgecolor
1296 newpath 627 364 moveto
1297 682 345 780 312 865 288 curveto
1298 916 272 975 257 1016 247 curveto
1299 stroke
1300 0.000 0.000 0.000 edgecolor
1301 newpath 1017.43 250.23 moveto
1302 1026 244 lineto
1303 1015.42 243.52 lineto
1304 closepath fill
1305 1 setlinewidth
1306 solid
1307 0.000 0.000 0.000 edgecolor
1308 newpath 1017.43 250.23 moveto
1309 1026 244 lineto
1310 1015.42 243.52 lineto
1311 closepath stroke
1312 grestore
1313 % v26
1314 gsave
1315 1 setlinewidth
1316 0.000 0.000 0.000 nodecolor
1317 1265 306 70.88 18 ellipse_path stroke
1318 0.000 0.000 0.000 nodecolor
1319 14 /Times-Roman set_font
1320 1222 301.9 moveto 86 (ci-ic-c=cci-ic-c) alignedtext
1321 grestore
1322 % v26->v15
1323 gsave
1324 1 setlinewidth
1325 0.000 0.000 0.000 edgecolor
1326 newpath 1293 289 moveto
1327 1310 280 1331 267 1349 256 curveto
1328 stroke
1329 0.000 0.000 0.000 edgecolor
1330 newpath 1350.96 258.92 moveto
1331 1358 251 lineto
1332 1347.56 252.8 lineto
1333 closepath fill
1334 1 setlinewidth
1335 solid
1336 0.000 0.000 0.000 edgecolor
1337 newpath 1350.96 258.92 moveto
1338 1358 251 lineto
1339 1347.56 252.8 lineto
1340 closepath stroke
1341 grestore
1342 % v26->v24
1343 gsave
1344 1 setlinewidth
1345 0.000 0.000 0.000 edgecolor
1346 newpath 1224 291 moveto
1347 1192 279 1148 263 1115 251 curveto
1348 stroke
1349 0.000 0.000 0.000 edgecolor
1350 newpath 1115.58 247.46 moveto
1351 1105 247 lineto
1352 1112.98 253.96 lineto
1353 closepath fill
1354 1 setlinewidth
1355 solid
1356 0.000 0.000 0.000 edgecolor
1357 newpath 1115.58 247.46 moveto
1358 1105 247 lineto
1359 1112.98 253.96 lineto
1360 closepath stroke
1361 grestore
1362 % v27
1363 gsave
1364 1 setlinewidth
1365 0.000 0.000 0.000 nodecolor
1366 624 450 75.24 18 ellipse_path stroke
1367 0.000 0.000 0.000 nodecolor
1368 14 /Times-Roman set_font
1369 577.5 445.9 moveto 93 (cic-c-c=ccic-c-c) alignedtext
1370 grestore
1371 % v27->v16
1372 gsave
1373 1 setlinewidth
1374 0.000 0.000 0.000 edgecolor
1375 newpath 663 435 moveto
1376 692 423 731 408 762 396 curveto
1377 stroke
1378 0.000 0.000 0.000 edgecolor
1379 newpath 763.28 399.26 moveto
1380 771 392 lineto
1381 760.44 392.86 lineto
1382 closepath fill
1383 1 setlinewidth
1384 solid
1385 0.000 0.000 0.000 edgecolor
1386 newpath 763.28 399.26 moveto
1387 771 392 lineto
1388 760.44 392.86 lineto
1389 closepath stroke
1390 grestore
1391 % v27->v25
1392 gsave
1393 1 setlinewidth
1394 0.000 0.000 0.000 edgecolor
1395 newpath 614 432 moveto
1396 610 424 605 414 600 405 curveto
1397 stroke
1398 0.000 0.000 0.000 edgecolor
1399 newpath 602.92 403.04 moveto
1400 595 396 lineto
1401 596.8 406.44 lineto
1402 closepath fill
1403 1 setlinewidth
1404 solid
1405 0.000 0.000 0.000 edgecolor
1406 newpath 602.92 403.04 moveto
1407 595 396 lineto
1408 596.8 406.44 lineto
1409 closepath stroke
1410 grestore
1411 % v27->v26
1412 gsave
1413 1 setlinewidth
1414 0.000 0.000 0.000 edgecolor
1415 newpath 647 433 moveto
1416 661 422 680 408 695 396 curveto
1417 715 380 715 369 737 360 curveto
1418 822 324 1057 334 1147 324 curveto
1419 1163 322 1179 319 1195 317 curveto
1420 stroke
1421 0.000 0.000 0.000 edgecolor
1422 newpath 1195.4 320.48 moveto
1423 1205 316 lineto
1424 1194.7 313.51 lineto
1425 closepath fill
1426 1 setlinewidth
1427 solid
1428 0.000 0.000 0.000 edgecolor
1429 newpath 1195.4 320.48 moveto
1430 1205 316 lineto
1431 1194.7 313.51 lineto
1432 closepath stroke
1433 grestore
1434 % v28
1435 gsave
1436 1 setlinewidth
1437 0.000 0.000 0.000 nodecolor
1438 583 522 87.05 18 ellipse_path stroke
1439 0.000 0.000 0.000 nodecolor
1440 14 /Times-Roman set_font
1441 528 517.9 moveto 110 (ci--c=cci--c=cici--c) alignedtext
1442 grestore
1443 % v28->v27
1444 gsave
1445 1 setlinewidth
1446 0.000 0.000 0.000 edgecolor
1447 newpath 593 504 moveto
1448 597 496 603 486 609 477 curveto
1449 stroke
1450 0.000 0.000 0.000 edgecolor
1451 newpath 612.2 478.44 moveto
1452 614 468 lineto
1453 606.08 475.04 lineto
1454 closepath fill
1455 1 setlinewidth
1456 solid
1457 0.000 0.000 0.000 edgecolor
1458 newpath 612.2 478.44 moveto
1459 614 468 lineto
1460 606.08 475.04 lineto
1461 closepath stroke
1462 grestore
1463 % v29
1464 gsave
1465 1 setlinewidth
1466 0.000 0.000 0.000 nodecolor
1467 286 450 56.98 18 ellipse_path stroke
1468 0.000 0.000 0.000 nodecolor
1469 14 /Times-Roman set_font
1470 253 445.9 moveto 66 (cic--=ccic--) alignedtext
1471 grestore
1472 % v29->v3
1473 gsave
1474 1 setlinewidth
1475 0.000 0.000 0.000 edgecolor
1476 newpath 286 432 moveto
1477 286 424 286 415 286 406 curveto
1478 stroke
1479 0.000 0.000 0.000 edgecolor
1480 newpath 289.5 406 moveto
1481 286 396 lineto
1482 282.5 406 lineto
1483 closepath fill
1484 1 setlinewidth
1485 solid
1486 0.000 0.000 0.000 edgecolor
1487 newpath 289.5 406 moveto
1488 286 396 lineto
1489 282.5 406 lineto
1490 closepath stroke
1491 grestore
1492 % v29->v25
1493 gsave
1494 1 setlinewidth
1495 0.000 0.000 0.000 edgecolor
1496 newpath 329 438 moveto
1497 337 436 345 434 352 432 curveto
1498 423 414 441 412 511 396 curveto
1499 516 395 521 394 526 392 curveto
1500 stroke
1501 0.000 0.000 0.000 edgecolor
1502 newpath 526.88 395.39 moveto
1503 536 390 lineto
1504 525.51 388.53 lineto
1505 closepath fill
1506 1 setlinewidth
1507 solid
1508 0.000 0.000 0.000 edgecolor
1509 newpath 526.88 395.39 moveto
1510 536 390 lineto
1511 525.51 388.53 lineto
1512 closepath stroke
1513 grestore
1514 % v30
1515 gsave
1516 1 setlinewidth
1517 0.000 0.000 0.000 nodecolor
1518 1547 378 64.82 18 ellipse_path stroke
1519 0.000 0.000 0.000 nodecolor
1520 14 /Times-Roman set_font
1521 1508 373.9 moveto 78 (ci-i-ic=cci-i-ic) alignedtext
1522 grestore
1523 % v30->v17
1524 gsave
1525 1 setlinewidth
1526 0.000 0.000 0.000 edgecolor
1527 newpath 1547 360 moveto
1528 1547 352 1547 343 1547 334 curveto
1529 stroke
1530 0.000 0.000 0.000 edgecolor
1531 newpath 1550.5 334 moveto
1532 1547 324 lineto
1533 1543.5 334 lineto
1534 closepath fill
1535 1 setlinewidth
1536 solid
1537 0.000 0.000 0.000 edgecolor
1538 newpath 1550.5 334 moveto
1539 1547 324 lineto
1540 1543.5 334 lineto
1541 closepath stroke
1542 grestore
1543 % v30->v26
1544 gsave
1545 1 setlinewidth
1546 0.000 0.000 0.000 edgecolor
1547 newpath 1499 366 moveto
1548 1451 354 1378 335 1326 321 curveto
1549 stroke
1550 0.000 0.000 0.000 edgecolor
1551 newpath 1326.49 317.53 moveto
1552 1316 319 lineto
1553 1325.12 324.39 lineto
1554 closepath fill
1555 1 setlinewidth
1556 solid
1557 0.000 0.000 0.000 edgecolor
1558 newpath 1326.49 317.53 moveto
1559 1316 319 lineto
1560 1325.12 324.39 lineto
1561 closepath stroke
1562 grestore
1563 % v31
1564 gsave
1565 1 setlinewidth
1566 0.000 0.000 0.000 nodecolor
1567 1107 450 79.91 18 ellipse_path stroke
1568 0.000 0.000 0.000 nodecolor
1569 14 /Times-Roman set_font
1570 1057.5 445.9 moveto 99 (cic--cic=ccic--cic) alignedtext
1571 grestore
1572 % v31->v8
1573 gsave
1574 1 setlinewidth
1575 0.000 0.000 0.000 edgecolor
1576 newpath 1157 436 moveto
1577 1199 424 1261 407 1304 394 curveto
1578 stroke
1579 0.000 0.000 0.000 edgecolor
1580 newpath 1305.43 397.23 moveto
1581 1314 391 lineto
1582 1303.42 390.52 lineto
1583 closepath fill
1584 1 setlinewidth
1585 solid
1586 0.000 0.000 0.000 edgecolor
1587 newpath 1305.43 397.23 moveto
1588 1314 391 lineto
1589 1303.42 390.52 lineto
1590 closepath stroke
1591 grestore
1592 % v31->v25
1593 gsave
1594 1 setlinewidth
1595 0.000 0.000 0.000 edgecolor
1596 newpath 1049 437 moveto
1597 1039 435 1028 434 1018 432 curveto
1598 984 426 770 401 656 386 curveto
1599 stroke
1600 0.000 0.000 0.000 edgecolor
1601 newpath 656.3 382.51 moveto
1602 646 385 lineto
1603 655.6 389.48 lineto
1604 closepath fill
1605 1 setlinewidth
1606 solid
1607 0.000 0.000 0.000 edgecolor
1608 newpath 656.3 382.51 moveto
1609 646 385 lineto
1610 655.6 389.48 lineto
1611 closepath stroke
1612 grestore
1613 % v31->v30
1614 gsave
1615 1 setlinewidth
1616 0.000 0.000 0.000 edgecolor
1617 newpath 1166 438 moveto
1618 1176 436 1186 434 1196 432 curveto
1619 1302 413 1329 412 1435 396 curveto
1620 1450 394 1466 391 1481 389 curveto
1621 stroke
1622 0.000 0.000 0.000 edgecolor
1623 newpath 1481.88 392.39 moveto
1624 1491 387 lineto
1625 1480.51 385.53 lineto
1626 closepath fill
1627 1 setlinewidth
1628 solid
1629 0.000 0.000 0.000 edgecolor
1630 newpath 1481.88 392.39 moveto
1631 1491 387 lineto
1632 1480.51 385.53 lineto
1633 closepath stroke
1634 grestore
1635 % v32
1636 gsave
1637 1 setlinewidth
1638 0.000 0.000 0.000 nodecolor
1639 1101 522 89.14 18 ellipse_path stroke
1640 0.000 0.000 0.000 nodecolor
1641 14 /Times-Roman set_font
1642 1044.5 517.9 moveto 113 (cic-c-cic=ccic-c-cic) alignedtext
1643 grestore
1644 % v32->v18
1645 gsave
1646 1 setlinewidth
1647 0.000 0.000 0.000 edgecolor
1648 newpath 1141 506 moveto
1649 1168 495 1204 480 1233 469 curveto
1650 stroke
1651 0.000 0.000 0.000 edgecolor
1652 newpath 1234.28 472.26 moveto
1653 1242 465 lineto
1654 1231.44 465.86 lineto
1655 closepath fill
1656 1 setlinewidth
1657 solid
1658 0.000 0.000 0.000 edgecolor
1659 newpath 1234.28 472.26 moveto
1660 1242 465 lineto
1661 1231.44 465.86 lineto
1662 closepath stroke
1663 grestore
1664 % v32->v27
1665 gsave
1666 1 setlinewidth
1667 0.000 0.000 0.000 edgecolor
1668 newpath 1036 510 moveto
1669 1025 508 1014 506 1003 504 curveto
1670 890 485 861 484 746 468 curveto
1671 730 466 714 463 698 461 curveto
1672 stroke
1673 0.000 0.000 0.000 edgecolor
1674 newpath 698.49 457.53 moveto
1675 688 459 lineto
1676 697.12 464.39 lineto
1677 closepath fill
1678 1 setlinewidth
1679 solid
1680 0.000 0.000 0.000 edgecolor
1681 newpath 698.49 457.53 moveto
1682 688 459 lineto
1683 697.12 464.39 lineto
1684 closepath stroke
1685 grestore
1686 % v32->v31
1687 gsave
1688 1 setlinewidth
1689 0.000 0.000 0.000 edgecolor
1690 newpath 1103 504 moveto
1691 1104 496 1104 487 1105 478 curveto
1692 stroke
1693 0.000 0.000 0.000 edgecolor
1694 newpath 1108.5 478 moveto
1695 1105 468 lineto
1696 1101.5 478 lineto
1697 closepath fill
1698 1 setlinewidth
1699 solid
1700 0.000 0.000 0.000 edgecolor
1701 newpath 1108.5 478 moveto
1702 1105 468 lineto
1703 1101.5 478 lineto
1704 closepath stroke
1705 grestore
1706 % v33
1707 gsave
1708 1 setlinewidth
1709 0.000 0.000 0.000 nodecolor
1710 989 594 107.21 18 ellipse_path stroke
1711 0.000 0.000 0.000 nodecolor
1712 14 /Times-Roman set_font
1713 919.5 589.9 moveto 139 (ci--cic=cci--cic=cici--cic) alignedtext
1714 grestore
1715 % v33->v28
1716 gsave
1717 1 setlinewidth
1718 0.000 0.000 0.000 edgecolor
1719 newpath 915 581 moveto
1720 852 570 760 554 679 540 curveto
1721 672 539 665 537 658 536 curveto
1722 stroke
1723 0.000 0.000 0.000 edgecolor
1724 newpath 658.49 532.53 moveto
1725 648 534 lineto
1726 657.12 539.39 lineto
1727 closepath fill
1728 1 setlinewidth
1729 solid
1730 0.000 0.000 0.000 edgecolor
1731 newpath 658.49 532.53 moveto
1732 648 534 lineto
1733 657.12 539.39 lineto
1734 closepath stroke
1735 grestore
1736 % v33->v32
1737 gsave
1738 1 setlinewidth
1739 0.000 0.000 0.000 edgecolor
1740 newpath 1016 577 moveto
1741 1031 567 1049 555 1065 545 curveto
1742 stroke
1743 0.000 0.000 0.000 edgecolor
1744 newpath 1067.62 547.46 moveto
1745 1074 539 lineto
1746 1063.74 541.63 lineto
1747 closepath fill
1748 1 setlinewidth
1749 solid
1750 0.000 0.000 0.000 edgecolor
1751 newpath 1067.62 547.46 moveto
1752 1074 539 lineto
1753 1063.74 541.63 lineto
1754 closepath stroke
1755 grestore
1756 % v34
1757 gsave
1758 1 setlinewidth
1759 0.000 0.000 0.000 nodecolor
1760 1441 594 70.88 18 ellipse_path stroke
1761 0.000 0.000 0.000 nodecolor
1762 14 /Times-Roman set_font
1763 1398 589.9 moveto 86 (cic--ic=ccic--ic) alignedtext
1764 grestore
1765 % v34->v19
1766 gsave
1767 1 setlinewidth
1768 0.000 0.000 0.000 edgecolor
1769 newpath 1484 580 moveto
1770 1519 568 1568 551 1605 538 curveto
1771 stroke
1772 0.000 0.000 0.000 edgecolor
1773 newpath 1605.62 541.48 moveto
1774 1614 535 lineto
1775 1603.41 534.84 lineto
1776 closepath fill
1777 1 setlinewidth
1778 solid
1779 0.000 0.000 0.000 edgecolor
1780 newpath 1605.62 541.48 moveto
1781 1614 535 lineto
1782 1603.41 534.84 lineto
1783 closepath stroke
1784 grestore
1785 % v34->v32
1786 gsave
1787 1 setlinewidth
1788 0.000 0.000 0.000 edgecolor
1789 newpath 1389 582 moveto
1790 1379 580 1370 578 1361 576 curveto
1791 1298 562 1226 547 1174 537 curveto
1792 stroke
1793 0.000 0.000 0.000 edgecolor
1794 newpath 1174.49 533.53 moveto
1795 1164 535 lineto
1796 1173.12 540.39 lineto
1797 closepath fill
1798 1 setlinewidth
1799 solid
1800 0.000 0.000 0.000 edgecolor
1801 newpath 1174.49 533.53 moveto
1802 1164 535 lineto
1803 1173.12 540.39 lineto
1804 closepath stroke
1805 grestore
1806 % v35
1807 gsave
1808 1 setlinewidth
1809 0.000 0.000 0.000 nodecolor
1810 1048 666 93.81 18 ellipse_path stroke
1811 0.000 0.000 0.000 nodecolor
1812 14 /Times-Roman set_font
1813 988.5 661.9 moveto 119 (ci--ic=cci--ic=cici--ic) alignedtext
1814 grestore
1815 % v35->v33
1816 gsave
1817 1 setlinewidth
1818 0.000 0.000 0.000 edgecolor
1819 newpath 1033 648 moveto
1820 1026 639 1018 629 1010 620 curveto
1821 stroke
1822 0.000 0.000 0.000 edgecolor
1823 newpath 1012.8 617.9 moveto
1824 1004 612 lineto
1825 1007.2 622.1 lineto
1826 closepath fill
1827 1 setlinewidth
1828 solid
1829 0.000 0.000 0.000 edgecolor
1830 newpath 1012.8 617.9 moveto
1831 1004 612 lineto
1832 1007.2 622.1 lineto
1833 closepath stroke
1834 grestore
1835 % v35->v34
1836 gsave
1837 1 setlinewidth
1838 0.000 0.000 0.000 edgecolor
1839 newpath 1117 654 moveto
1840 1128 652 1140 650 1151 648 curveto
1841 1245 631 1269 630 1361 612 curveto
1842 1367 611 1372 610 1378 608 curveto
1843 stroke
1844 0.000 0.000 0.000 edgecolor
1845 newpath 1378.88 611.39 moveto
1846 1388 606 lineto
1847 1377.51 604.53 lineto
1848 closepath fill
1849 1 setlinewidth
1850 solid
1851 0.000 0.000 0.000 edgecolor
1852 newpath 1378.88 611.39 moveto
1853 1388 606 lineto
1854 1377.51 604.53 lineto
1855 closepath stroke
1856 grestore
1857 % v36
1858 gsave
1859 1 setlinewidth
1860 0.000 0.000 0.000 nodecolor
1861 230 738 43.97 18 ellipse_path stroke
1862 0.000 0.000 0.000 nodecolor
1863 14 /Times-Roman set_font
1864 206 733.9 moveto 48 (cic=ccic) alignedtext
1865 grestore
1866 % v36->v4
1867 gsave
1868 1 setlinewidth
1869 0.000 0.000 0.000 edgecolor
1870 newpath 204 723 moveto
1871 189 714 170 700 157 684 curveto
1872 108 623 99 526 98 478 curveto
1873 stroke
1874 0.000 0.000 0.000 edgecolor
1875 newpath 101.5 478 moveto
1876 98 468 lineto
1877 94.5 478 lineto
1878 closepath fill
1879 1 setlinewidth
1880 solid
1881 0.000 0.000 0.000 edgecolor
1882 newpath 101.5 478 moveto
1883 98 468 lineto
1884 94.5 478 lineto
1885 closepath stroke
1886 grestore
1887 % v36->v9
1888 gsave
1889 1 setlinewidth
1890 0.000 0.000 0.000 edgecolor
1891 newpath 225 720 moveto
1892 218 688 208 621 235 576 curveto
1893 252 548 273 559 299 540 curveto
1894 318 526 316 513 337 504 curveto
1895 461 450 812 501 942 468 curveto
1896 944 468 946 467 949 466 curveto
1897 stroke
1898 0.000 0.000 0.000 edgecolor
1899 newpath 950.28 469.26 moveto
1900 958 462 lineto
1901 947.44 462.86 lineto
1902 closepath fill
1903 1 setlinewidth
1904 solid
1905 0.000 0.000 0.000 edgecolor
1906 newpath 950.28 469.26 moveto
1907 958 462 lineto
1908 947.44 462.86 lineto
1909 closepath stroke
1910 grestore
1911 % v36->v29
1912 gsave
1913 1 setlinewidth
1914 0.000 0.000 0.000 edgecolor
1915 newpath 213 721 moveto
1916 175 681 89 576 139 504 curveto
1917 145 495 194 478 234 465 curveto
1918 stroke
1919 0.000 0.000 0.000 edgecolor
1920 newpath 235.43 468.23 moveto
1921 244 462 lineto
1922 233.42 461.52 lineto
1923 closepath fill
1924 1 setlinewidth
1925 solid
1926 0.000 0.000 0.000 edgecolor
1927 newpath 235.43 468.23 moveto
1928 244 462 lineto
1929 233.42 461.52 lineto
1930 closepath stroke
1931 grestore
1932 % v36->v35
1933 gsave
1934 1 setlinewidth
1935 0.000 0.000 0.000 edgecolor
1936 newpath 274 735 moveto
1937 408 727 814 700 945 684 curveto
1938 954 683 962 682 971 681 curveto
1939 stroke
1940 0.000 0.000 0.000 edgecolor
1941 newpath 971.88 684.39 moveto
1942 981 679 lineto
1943 970.51 677.53 lineto
1944 closepath fill
1945 1 setlinewidth
1946 solid
1947 0.000 0.000 0.000 edgecolor
1948 newpath 971.88 684.39 moveto
1949 981 679 lineto
1950 970.51 677.53 lineto
1951 closepath stroke
1952 grestore
1953 % v37
1954 gsave
1955 1 setlinewidth
1956 0.000 0.000 0.000 nodecolor
1957 808 450 52.81 18 ellipse_path stroke
1958 0.000 0.000 0.000 nodecolor
1959 14 /Times-Roman set_font
1960 778 445.9 moveto 60 (c-c-=cc-c-) alignedtext
1961 grestore
1962 % v37->v3
1963 gsave
1964 1 setlinewidth
1965 0.000 0.000 0.000 edgecolor
1966 newpath 762 441 moveto
1967 745 438 726 434 708 432 curveto
1968 639 420 435 396 338 384 curveto
1969 stroke
1970 0.000 0.000 0.000 edgecolor
1971 newpath 338.3 380.51 moveto
1972 328 383 lineto
1973 337.6 387.48 lineto
1974 closepath fill
1975 1 setlinewidth
1976 solid
1977 0.000 0.000 0.000 edgecolor
1978 newpath 338.3 380.51 moveto
1979 328 383 lineto
1980 337.6 387.48 lineto
1981 closepath stroke
1982 grestore
1983 % v37->v16
1984 gsave
1985 1 setlinewidth
1986 0.000 0.000 0.000 edgecolor
1987 newpath 808 432 moveto
1988 808 424 808 415 808 406 curveto
1989 stroke
1990 0.000 0.000 0.000 edgecolor
1991 newpath 811.5 406 moveto
1992 808 396 lineto
1993 804.5 406 lineto
1994 closepath fill
1995 1 setlinewidth
1996 solid
1997 0.000 0.000 0.000 edgecolor
1998 newpath 811.5 406 moveto
1999 808 396 lineto
2000 804.5 406 lineto
2001 closepath stroke
2002 grestore
2003 % v37->v20
2004 gsave
2005 1 setlinewidth
2006 0.000 0.000 0.000 edgecolor
2007 newpath 847 437 moveto
2008 854 435 862 433 870 432 curveto
2009 1019 402 1064 437 1209 396 curveto
2010 1245 385 1250 370 1285 360 curveto
2011 1433 318 1476 341 1627 324 curveto
2012 1651 321 1677 318 1701 315 curveto
2013 stroke
2014 0.000 0.000 0.000 edgecolor
2015 newpath 1701.4 318.48 moveto
2016 1711 314 lineto
2017 1700.7 311.51 lineto
2018 closepath fill
2019 1 setlinewidth
2020 solid
2021 0.000 0.000 0.000 edgecolor
2022 newpath 1701.4 318.48 moveto
2023 1711 314 lineto
2024 1700.7 311.51 lineto
2025 closepath stroke
2026 grestore
2027 % v38
2028 gsave
2029 1 setlinewidth
2030 0.000 0.000 0.000 nodecolor
2031 2086 666 47.95 18 ellipse_path stroke
2032 0.000 0.000 0.000 nodecolor
2033 14 /Times-Roman set_font
2034 2059.5 661.9 moveto 53 (c--i=cc--i) alignedtext
2035 grestore
2036 % v38->v23
2037 gsave
2038 1 setlinewidth
2039 0.000 0.000 0.000 edgecolor
2040 newpath 2094 648 moveto
2041 2098 640 2102 630 2105 622 curveto
2042 stroke
2043 0.000 0.000 0.000 edgecolor
2044 newpath 2108.54 622.58 moveto
2045 2109 612 lineto
2046 2102.04 619.98 lineto
2047 closepath fill
2048 1 setlinewidth
2049 solid
2050 0.000 0.000 0.000 edgecolor
2051 newpath 2108.54 622.58 moveto
2052 2109 612 lineto
2053 2102.04 619.98 lineto
2054 closepath stroke
2055 grestore
2056 % v38->v37
2057 gsave
2058 1 setlinewidth
2059 0.000 0.000 0.000 edgecolor
2060 newpath 2050 654 moveto
2061 2042 652 2033 649 2025 648 curveto
2062 1838 612 1773 687 1597 612 curveto
2063 1576 602 1579 585 1557 576 curveto
2064 1427 517 1367 600 1237 540 curveto
2065 1216 530 1221 513 1199 504 curveto
2066 1066 442 1015 496 870 468 curveto
2067 866 467 862 466 857 465 curveto
2068 stroke
2069 0.000 0.000 0.000 edgecolor
2070 newpath 857.58 461.52 moveto
2071 847 462 lineto
2072 855.57 468.23 lineto
2073 closepath fill
2074 1 setlinewidth
2075 solid
2076 0.000 0.000 0.000 edgecolor
2077 newpath 857.58 461.52 moveto
2078 847 462 lineto
2079 855.57 468.23 lineto
2080 closepath stroke
2081 grestore
2082 % v39
2083 gsave
2084 1 setlinewidth
2085 0.000 0.000 0.000 nodecolor
2086 1771 378 61.15 18 ellipse_path stroke
2087 0.000 0.000 0.000 nodecolor
2088 14 /Times-Roman set_font
2089 1735 373.9 moveto 72 (ci-ic-=cci-ic-) alignedtext
2090 grestore
2091 % v39->v20
2092 gsave
2093 1 setlinewidth
2094 0.000 0.000 0.000 edgecolor
2095 newpath 1771 360 moveto
2096 1771 352 1771 343 1771 334 curveto
2097 stroke
2098 0.000 0.000 0.000 edgecolor
2099 newpath 1774.5 334 moveto
2100 1771 324 lineto
2101 1767.5 334 lineto
2102 closepath fill
2103 1 setlinewidth
2104 solid
2105 0.000 0.000 0.000 edgecolor
2106 newpath 1774.5 334 moveto
2107 1771 324 lineto
2108 1767.5 334 lineto
2109 closepath stroke
2110 grestore
2111 % v39->v26
2112 gsave
2113 1 setlinewidth
2114 0.000 0.000 0.000 edgecolor
2115 newpath 1727 365 moveto
2116 1719 363 1710 361 1701 360 curveto
2117 1545 332 1502 349 1345 324 curveto
2118 1339 323 1333 322 1327 321 curveto
2119 stroke
2120 0.000 0.000 0.000 edgecolor
2121 newpath 1327.58 317.52 moveto
2122 1317 318 lineto
2123 1325.57 324.23 lineto
2124 closepath fill
2125 1 setlinewidth
2126 solid
2127 0.000 0.000 0.000 edgecolor
2128 newpath 1327.58 317.52 moveto
2129 1317 318 lineto
2130 1325.57 324.23 lineto
2131 closepath stroke
2132 grestore
2133 % v40
2134 gsave
2135 1 setlinewidth
2136 0.000 0.000 0.000 nodecolor
2137 412 522 66.21 18 ellipse_path stroke
2138 0.000 0.000 0.000 nodecolor
2139 14 /Times-Roman set_font
2140 372 517.9 moveto 80 (cic-c-=ccic-c-) alignedtext
2141 grestore
2142 % v40->v27
2143 gsave
2144 1 setlinewidth
2145 0.000 0.000 0.000 edgecolor
2146 newpath 453 508 moveto
2147 487 497 534 480 570 468 curveto
2148 stroke
2149 0.000 0.000 0.000 edgecolor
2150 newpath 571.43 471.23 moveto
2151 580 465 lineto
2152 569.42 464.52 lineto
2153 closepath fill
2154 1 setlinewidth
2155 solid
2156 0.000 0.000 0.000 edgecolor
2157 newpath 571.43 471.23 moveto
2158 580 465 lineto
2159 569.42 464.52 lineto
2160 closepath stroke
2161 grestore
2162 % v40->v29
2163 gsave
2164 1 setlinewidth
2165 0.000 0.000 0.000 edgecolor
2166 newpath 383 506 moveto
2167 365 496 342 482 323 471 curveto
2168 stroke
2169 0.000 0.000 0.000 edgecolor
2170 newpath 324.44 467.8 moveto
2171 314 466 lineto
2172 321.04 473.92 lineto
2173 closepath fill
2174 1 setlinewidth
2175 solid
2176 0.000 0.000 0.000 edgecolor
2177 newpath 324.44 467.8 moveto
2178 314 466 lineto
2179 321.04 473.92 lineto
2180 closepath stroke
2181 grestore
2182 % v40->v37
2183 gsave
2184 1 setlinewidth
2185 0.000 0.000 0.000 edgecolor
2186 newpath 460 510 moveto
2187 469 508 478 506 487 504 curveto
2188 585 484 610 484 708 468 curveto
2189 722 466 737 463 751 460 curveto
2190 stroke
2191 0.000 0.000 0.000 edgecolor
2192 newpath 751.88 463.39 moveto
2193 761 458 lineto
2194 750.51 456.53 lineto
2195 closepath fill
2196 1 setlinewidth
2197 solid
2198 0.000 0.000 0.000 edgecolor
2199 newpath 751.88 463.39 moveto
2200 761 458 lineto
2201 750.51 456.53 lineto
2202 closepath stroke
2203 grestore
2204 % v40->v39
2205 gsave
2206 1 setlinewidth
2207 0.000 0.000 0.000 edgecolor
2208 newpath 459 509 moveto
2209 468 507 478 505 487 504 curveto
2210 618 486 1549 522 1668 468 curveto
2211 1688 458 1686 446 1701 432 curveto
2212 1713 421 1727 410 1739 401 curveto
2213 stroke
2214 0.000 0.000 0.000 edgecolor
2215 newpath 1741.1 403.8 moveto
2216 1747 395 lineto
2217 1736.9 398.2 lineto
2218 closepath fill
2219 1 setlinewidth
2220 solid
2221 0.000 0.000 0.000 edgecolor
2222 newpath 1741.1 403.8 moveto
2223 1747 395 lineto
2224 1736.9 398.2 lineto
2225 closepath stroke
2226 grestore
2227 % v41
2228 gsave
2229 1 setlinewidth
2230 0.000 0.000 0.000 nodecolor
2231 317 594 72.96 18 ellipse_path stroke
2232 0.000 0.000 0.000 nodecolor
2233 14 /Times-Roman set_font
2234 272.5 589.9 moveto 89 (ci--=cci--=cici--) alignedtext
2235 grestore
2236 % v41->v28
2237 gsave
2238 1 setlinewidth
2239 0.000 0.000 0.000 edgecolor
2240 newpath 366 581 moveto
2241 410 569 473 551 520 539 curveto
2242 stroke
2243 0.000 0.000 0.000 edgecolor
2244 newpath 521.43 542.23 moveto
2245 530 536 lineto
2246 519.42 535.52 lineto
2247 closepath fill
2248 1 setlinewidth
2249 solid
2250 0.000 0.000 0.000 edgecolor
2251 newpath 521.43 542.23 moveto
2252 530 536 lineto
2253 519.42 535.52 lineto
2254 closepath stroke
2255 grestore
2256 % v41->v40
2257 gsave
2258 1 setlinewidth
2259 0.000 0.000 0.000 edgecolor
2260 newpath 340 577 moveto
2261 352 567 368 555 382 545 curveto
2262 stroke
2263 0.000 0.000 0.000 edgecolor
2264 newpath 384.1 547.8 moveto
2265 390 539 lineto
2266 379.9 542.2 lineto
2267 closepath fill
2268 1 setlinewidth
2269 solid
2270 0.000 0.000 0.000 edgecolor
2271 newpath 384.1 547.8 moveto
2272 390 539 lineto
2273 379.9 542.2 lineto
2274 closepath stroke
2275 grestore
2276 % v42
2277 gsave
2278 1 setlinewidth
2279 0.000 0.000 0.000 nodecolor
2280 2261 450 55.79 18 ellipse_path stroke
2281 0.000 0.000 0.000 nodecolor
2282 14 /Times-Roman set_font
2283 2228.5 445.9 moveto 65 (ci-i-i=cci-i-i) alignedtext
2284 grestore
2285 % v42->v21
2286 gsave
2287 1 setlinewidth
2288 0.000 0.000 0.000 edgecolor
2289 newpath 2244 433 moveto
2290 2235 423 2225 413 2215 403 curveto
2291 stroke
2292 0.000 0.000 0.000 edgecolor
2293 newpath 2217.22 400.22 moveto
2294 2208 395 lineto
2295 2211.95 404.83 lineto
2296 closepath fill
2297 1 setlinewidth
2298 solid
2299 0.000 0.000 0.000 edgecolor
2300 newpath 2217.22 400.22 moveto
2301 2208 395 lineto
2302 2211.95 404.83 lineto
2303 closepath stroke
2304 grestore
2305 % v42->v30
2306 gsave
2307 1 setlinewidth
2308 0.000 0.000 0.000 edgecolor
2309 newpath 2221 437 moveto
2310 2213 435 2204 433 2196 432 curveto
2311 1944 389 1875 434 1621 396 curveto
2312 1615 395 1610 394 1604 392 curveto
2313 stroke
2314 0.000 0.000 0.000 edgecolor
2315 newpath 1604.49 388.53 moveto
2316 1594 390 lineto
2317 1603.12 395.39 lineto
2318 closepath fill
2319 1 setlinewidth
2320 solid
2321 0.000 0.000 0.000 edgecolor
2322 newpath 1604.49 388.53 moveto
2323 1594 390 lineto
2324 1603.12 395.39 lineto
2325 closepath stroke
2326 grestore
2327 % v42->v39
2328 gsave
2329 1 setlinewidth
2330 0.000 0.000 0.000 edgecolor
2331 newpath 2220 437 moveto
2332 2212 435 2204 433 2196 432 curveto
2333 2040 402 1997 423 1841 396 curveto
2334 1836 395 1831 394 1826 392 curveto
2335 stroke
2336 0.000 0.000 0.000 edgecolor
2337 newpath 1826.49 388.53 moveto
2338 1816 390 lineto
2339 1825.12 395.39 lineto
2340 closepath fill
2341 1 setlinewidth
2342 solid
2343 0.000 0.000 0.000 edgecolor
2344 newpath 1826.49 388.53 moveto
2345 1816 390 lineto
2346 1825.12 395.39 lineto
2347 closepath stroke
2348 grestore
2349 % v43
2350 gsave
2351 1 setlinewidth
2352 0.000 0.000 0.000 nodecolor
2353 1799 522 70.88 18 ellipse_path stroke
2354 0.000 0.000 0.000 nodecolor
2355 14 /Times-Roman set_font
2356 1756 517.9 moveto 86 (cic--ci=ccic--ci) alignedtext
2357 grestore
2358 % v43->v12
2359 gsave
2360 1 setlinewidth
2361 0.000 0.000 0.000 edgecolor
2362 newpath 1852 510 moveto
2363 1861 508 1870 506 1879 504 curveto
2364 1961 486 1983 487 2064 468 curveto
2365 2068 467 2072 466 2077 465 curveto
2366 stroke
2367 0.000 0.000 0.000 edgecolor
2368 newpath 2078.43 468.23 moveto
2369 2087 462 lineto
2370 2076.42 461.52 lineto
2371 closepath fill
2372 1 setlinewidth
2373 solid
2374 0.000 0.000 0.000 edgecolor
2375 newpath 2078.43 468.23 moveto
2376 2087 462 lineto
2377 2076.42 461.52 lineto
2378 closepath stroke
2379 grestore
2380 % v43->v31
2381 gsave
2382 1 setlinewidth
2383 0.000 0.000 0.000 edgecolor
2384 newpath 1748 509 moveto
2385 1739 507 1729 505 1719 504 curveto
2386 1489 470 1427 499 1196 468 curveto
2387 1189 467 1182 466 1175 464 curveto
2388 stroke
2389 0.000 0.000 0.000 edgecolor
2390 newpath 1175.49 460.53 moveto
2391 1165 462 lineto
2392 1174.12 467.39 lineto
2393 closepath fill
2394 1 setlinewidth
2395 solid
2396 0.000 0.000 0.000 edgecolor
2397 newpath 1175.49 460.53 moveto
2398 1165 462 lineto
2399 1174.12 467.39 lineto
2400 closepath stroke
2401 grestore
2402 % v43->v42
2403 gsave
2404 1 setlinewidth
2405 0.000 0.000 0.000 edgecolor
2406 newpath 1851 510 moveto
2407 1860 507 1870 506 1879 504 curveto
2408 2018 480 2056 495 2196 468 curveto
2409 2201 467 2206 466 2210 464 curveto
2410 stroke
2411 0.000 0.000 0.000 edgecolor
2412 newpath 2210.88 467.39 moveto
2413 2220 462 lineto
2414 2209.51 460.53 lineto
2415 closepath fill
2416 1 setlinewidth
2417 solid
2418 0.000 0.000 0.000 edgecolor
2419 newpath 2210.88 467.39 moveto
2420 2220 462 lineto
2421 2209.51 460.53 lineto
2422 closepath stroke
2423 grestore
2424 % v44
2425 gsave
2426 1 setlinewidth
2427 0.000 0.000 0.000 nodecolor
2428 1758 594 79.91 18 ellipse_path stroke
2429 0.000 0.000 0.000 nodecolor
2430 14 /Times-Roman set_font
2431 1708.5 589.9 moveto 99 (cic-c-ci=ccic-c-ci) alignedtext
2432 grestore
2433 % v44->v22
2434 gsave
2435 1 setlinewidth
2436 0.000 0.000 0.000 edgecolor
2437 newpath 1816 582 moveto
2438 1826 579 1837 578 1847 576 curveto
2439 2006 552 2048 566 2207 540 curveto
2440 2213 539 2218 538 2224 536 curveto
2441 stroke
2442 0.000 0.000 0.000 edgecolor
2443 newpath 2224.88 539.39 moveto
2444 2234 534 lineto
2445 2223.51 532.53 lineto
2446 closepath fill
2447 1 setlinewidth
2448 solid
2449 0.000 0.000 0.000 edgecolor
2450 newpath 2224.88 539.39 moveto
2451 2234 534 lineto
2452 2223.51 532.53 lineto
2453 closepath stroke
2454 grestore
2455 % v44->v32
2456 gsave
2457 1 setlinewidth
2458 0.000 0.000 0.000 edgecolor
2459 newpath 1701 581 moveto
2460 1691 579 1679 577 1669 576 curveto
2461 1479 548 1429 560 1237 540 curveto
2462 1220 538 1202 536 1185 533 curveto
2463 stroke
2464 0.000 0.000 0.000 edgecolor
2465 newpath 1185.3 529.51 moveto
2466 1175 532 lineto
2467 1184.6 536.48 lineto
2468 closepath fill
2469 1 setlinewidth
2470 solid
2471 0.000 0.000 0.000 edgecolor
2472 newpath 1185.3 529.51 moveto
2473 1175 532 lineto
2474 1184.6 536.48 lineto
2475 closepath stroke
2476 grestore
2477 % v44->v43
2478 gsave
2479 1 setlinewidth
2480 0.000 0.000 0.000 edgecolor
2481 newpath 1768 576 moveto
2482 1772 568 1778 558 1784 549 curveto
2483 stroke
2484 0.000 0.000 0.000 edgecolor
2485 newpath 1787.2 550.44 moveto
2486 1789 540 lineto
2487 1781.08 547.04 lineto
2488 closepath fill
2489 1 setlinewidth
2490 solid
2491 0.000 0.000 0.000 edgecolor
2492 newpath 1787.2 550.44 moveto
2493 1789 540 lineto
2494 1781.08 547.04 lineto
2495 closepath stroke
2496 grestore
2497 % v45
2498 gsave
2499 1 setlinewidth
2500 0.000 0.000 0.000 nodecolor
2501 1492 666 93.81 18 ellipse_path stroke
2502 0.000 0.000 0.000 nodecolor
2503 14 /Times-Roman set_font
2504 1432.5 661.9 moveto 119 (ci--ci=cci--ci=cici--ci) alignedtext
2505 grestore
2506 % v45->v33
2507 gsave
2508 1 setlinewidth
2509 0.000 0.000 0.000 edgecolor
2510 newpath 1415 656 moveto
2511 1337 645 1213 628 1105 612 curveto
2512 1096 611 1087 609 1078 608 curveto
2513 stroke
2514 0.000 0.000 0.000 edgecolor
2515 newpath 1078.49 604.53 moveto
2516 1068 606 lineto
2517 1077.12 611.39 lineto
2518 closepath fill
2519 1 setlinewidth
2520 solid
2521 0.000 0.000 0.000 edgecolor
2522 newpath 1078.49 604.53 moveto
2523 1068 606 lineto
2524 1077.12 611.39 lineto
2525 closepath stroke
2526 grestore
2527 % v45->v44
2528 gsave
2529 1 setlinewidth
2530 0.000 0.000 0.000 edgecolor
2531 newpath 1546 651 moveto
2532 1590 639 1651 622 1696 611 curveto
2533 stroke
2534 0.000 0.000 0.000 edgecolor
2535 newpath 1697.43 614.23 moveto
2536 1706 608 lineto
2537 1695.42 607.52 lineto
2538 closepath fill
2539 1 setlinewidth
2540 solid
2541 0.000 0.000 0.000 edgecolor
2542 newpath 1697.43 614.23 moveto
2543 1706 608 lineto
2544 1695.42 607.52 lineto
2545 closepath stroke
2546 grestore
2547 % v46
2548 gsave
2549 1 setlinewidth
2550 0.000 0.000 0.000 nodecolor
2551 1679 666 75.05 18 ellipse_path stroke
2552 0.000 0.000 0.000 nodecolor
2553 14 /Times-Roman set_font
2554 1633 661.9 moveto 92 (cic--ici=ccic--ici) alignedtext
2555 grestore
2556 % v46->v23
2557 gsave
2558 1 setlinewidth
2559 0.000 0.000 0.000 edgecolor
2560 newpath 1733 654 moveto
2561 1743 651 1753 650 1763 648 curveto
2562 1889 626 1923 635 2047 612 curveto
2563 2052 611 2057 610 2061 608 curveto
2564 stroke
2565 0.000 0.000 0.000 edgecolor
2566 newpath 2061.88 611.39 moveto
2567 2071 606 lineto
2568 2060.51 604.53 lineto
2569 closepath fill
2570 1 setlinewidth
2571 solid
2572 0.000 0.000 0.000 edgecolor
2573 newpath 2061.88 611.39 moveto
2574 2071 606 lineto
2575 2060.51 604.53 lineto
2576 closepath stroke
2577 grestore
2578 % v46->v34
2579 gsave
2580 1 setlinewidth
2581 0.000 0.000 0.000 edgecolor
2582 newpath 1632 652 moveto
2583 1593 640 1538 624 1497 611 curveto
2584 stroke
2585 0.000 0.000 0.000 edgecolor
2586 newpath 1497.58 607.52 moveto
2587 1487 608 lineto
2588 1495.57 614.23 lineto
2589 closepath fill
2590 1 setlinewidth
2591 solid
2592 0.000 0.000 0.000 edgecolor
2593 newpath 1497.58 607.52 moveto
2594 1487 608 lineto
2595 1495.57 614.23 lineto
2596 closepath stroke
2597 grestore
2598 % v46->v44
2599 gsave
2600 1 setlinewidth
2601 0.000 0.000 0.000 edgecolor
2602 newpath 1698 649 moveto
2603 1708 639 1720 628 1731 619 curveto
2604 stroke
2605 0.000 0.000 0.000 edgecolor
2606 newpath 1733.78 621.22 moveto
2607 1739 612 lineto
2608 1729.17 615.95 lineto
2609 closepath fill
2610 1 setlinewidth
2611 solid
2612 0.000 0.000 0.000 edgecolor
2613 newpath 1733.78 621.22 moveto
2614 1739 612 lineto
2615 1729.17 615.95 lineto
2616 closepath stroke
2617 grestore
2618 % v47
2619 gsave
2620 1 setlinewidth
2621 0.000 0.000 0.000 nodecolor
2622 1418 738 61.15 18 ellipse_path stroke
2623 0.000 0.000 0.000 nodecolor
2624 14 /Times-Roman set_font
2625 1382 733.9 moveto 72 (cic--i=ccic--i) alignedtext
2626 grestore
2627 % v47->v38
2628 gsave
2629 1 setlinewidth
2630 0.000 0.000 0.000 edgecolor
2631 newpath 1462 725 moveto
2632 1471 723 1480 721 1488 720 curveto
2633 1710 683 1769 712 1991 684 curveto
2634 2005 682 2020 679 2034 677 curveto
2635 stroke
2636 0.000 0.000 0.000 edgecolor
2637 newpath 2034.88 680.39 moveto
2638 2044 675 lineto
2639 2033.51 673.53 lineto
2640 closepath fill
2641 1 setlinewidth
2642 solid
2643 0.000 0.000 0.000 edgecolor
2644 newpath 2034.88 680.39 moveto
2645 2044 675 lineto
2646 2033.51 673.53 lineto
2647 closepath stroke
2648 grestore
2649 % v47->v40
2650 gsave
2651 1 setlinewidth
2652 0.000 0.000 0.000 edgecolor
2653 newpath 1374 725 moveto
2654 1366 723 1357 721 1348 720 curveto
2655 1028 668 895 793 625 612 curveto
2656 606 598 608 587 587 576 curveto
2657 568 564 514 548 471 537 curveto
2658 stroke
2659 0.000 0.000 0.000 edgecolor
2660 newpath 471.58 533.52 moveto
2661 461 534 lineto
2662 469.57 540.23 lineto
2663 closepath fill
2664 1 setlinewidth
2665 solid
2666 0.000 0.000 0.000 edgecolor
2667 newpath 471.58 533.52 moveto
2668 461 534 lineto
2669 469.57 540.23 lineto
2670 closepath stroke
2671 grestore
2672 % v47->v46
2673 gsave
2674 1 setlinewidth
2675 0.000 0.000 0.000 edgecolor
2676 newpath 1463 726 moveto
2677 1506 714 1572 696 1620 683 curveto
2678 stroke
2679 0.000 0.000 0.000 edgecolor
2680 newpath 1621.43 686.23 moveto
2681 1630 680 lineto
2682 1619.42 679.52 lineto
2683 closepath fill
2684 1 setlinewidth
2685 solid
2686 0.000 0.000 0.000 edgecolor
2687 newpath 1621.43 686.23 moveto
2688 1630 680 lineto
2689 1619.42 679.52 lineto
2690 closepath stroke
2691 grestore
2692 % v48
2693 gsave
2694 1 setlinewidth
2695 0.000 0.000 0.000 nodecolor
2696 1239 738 100.06 18 ellipse_path stroke
2697 0.000 0.000 0.000 nodecolor
2698 14 /Times-Roman set_font
2699 1175 733.9 moveto 128 (ci--ici=cci--ici=cici--ici) alignedtext
2700 grestore
2701 % v48->v35
2702 gsave
2703 1 setlinewidth
2704 0.000 0.000 0.000 edgecolor
2705 newpath 1196 722 moveto
2706 1167 711 1130 697 1100 686 curveto
2707 stroke
2708 0.000 0.000 0.000 edgecolor
2709 newpath 1101.56 682.86 moveto
2710 1091 682 lineto
2711 1098.72 689.26 lineto
2712 closepath fill
2713 1 setlinewidth
2714 solid
2715 0.000 0.000 0.000 edgecolor
2716 newpath 1101.56 682.86 moveto
2717 1091 682 lineto
2718 1098.72 689.26 lineto
2719 closepath stroke
2720 grestore
2721 % v48->v45
2722 gsave
2723 1 setlinewidth
2724 0.000 0.000 0.000 edgecolor
2725 newpath 1293 723 moveto
2726 1333 712 1388 696 1430 684 curveto
2727 stroke
2728 0.000 0.000 0.000 edgecolor
2729 newpath 1431.43 687.23 moveto
2730 1440 681 lineto
2731 1429.42 680.52 lineto
2732 closepath fill
2733 1 setlinewidth
2734 solid
2735 0.000 0.000 0.000 edgecolor
2736 newpath 1431.43 687.23 moveto
2737 1440 681 lineto
2738 1429.42 680.52 lineto
2739 closepath stroke
2740 grestore
2741 % v48->v46
2742 gsave
2743 1 setlinewidth
2744 0.000 0.000 0.000 edgecolor
2745 newpath 1312 726 moveto
2746 1324 724 1336 722 1348 720 curveto
2747 1458 702 1486 703 1595 684 curveto
2748 1601 683 1608 681 1614 680 curveto
2749 stroke
2750 0.000 0.000 0.000 edgecolor
2751 newpath 1614.88 683.39 moveto
2752 1624 678 lineto
2753 1613.51 676.53 lineto
2754 closepath fill
2755 1 setlinewidth
2756 solid
2757 0.000 0.000 0.000 edgecolor
2758 newpath 1614.88 683.39 moveto
2759 1624 678 lineto
2760 1613.51 676.53 lineto
2761 closepath stroke
2762 grestore
2763 % v49
2764 gsave
2765 1 setlinewidth
2766 0.000 0.000 0.000 nodecolor
2767 971 810 79.22 18 ellipse_path stroke
2768 0.000 0.000 0.000 nodecolor
2769 14 /Times-Roman set_font
2770 922 805.9 moveto 98 (ci--i=cci--i=cici--i) alignedtext
2771 grestore
2772 % v49->v41
2773 gsave
2774 1 setlinewidth
2775 0.000 0.000 0.000 edgecolor
2776 newpath 915 797 moveto
2777 904 795 893 793 883 792 curveto
2778 783 777 514 807 426 756 curveto
2779 375 726 342 659 327 621 curveto
2780 stroke
2781 0.000 0.000 0.000 edgecolor
2782 newpath 330.26 619.72 moveto
2783 323 612 lineto
2784 323.86 622.56 lineto
2785 closepath fill
2786 1 setlinewidth
2787 solid
2788 0.000 0.000 0.000 edgecolor
2789 newpath 330.26 619.72 moveto
2790 323 612 lineto
2791 323.86 622.56 lineto
2792 closepath stroke
2793 grestore
2794 % v49->v47
2795 gsave
2796 1 setlinewidth
2797 0.000 0.000 0.000 edgecolor
2798 newpath 1028 797 moveto
2799 1039 795 1049 794 1059 792 curveto
2800 1187 771 1221 780 1348 756 curveto
2801 1353 755 1358 754 1364 752 curveto
2802 stroke
2803 0.000 0.000 0.000 edgecolor
2804 newpath 1364.88 755.39 moveto
2805 1374 750 lineto
2806 1363.51 748.53 lineto
2807 closepath fill
2808 1 setlinewidth
2809 solid
2810 0.000 0.000 0.000 edgecolor
2811 newpath 1364.88 755.39 moveto
2812 1374 750 lineto
2813 1363.51 748.53 lineto
2814 closepath stroke
2815 grestore
2816 % v49->v48
2817 gsave
2818 1 setlinewidth
2819 0.000 0.000 0.000 edgecolor
2820 newpath 1022 796 moveto
2821 1065 785 1126 768 1173 756 curveto
2822 stroke
2823 0.000 0.000 0.000 edgecolor
2824 newpath 1174.43 759.23 moveto
2825 1183 753 lineto
2826 1172.42 752.52 lineto
2827 closepath fill
2828 1 setlinewidth
2829 solid
2830 0.000 0.000 0.000 edgecolor
2831 newpath 1174.43 759.23 moveto
2832 1183 753 lineto
2833 1172.42 752.52 lineto
2834 closepath stroke
2835 grestore
2836 % v50
2837 gsave
2838 1 setlinewidth
2839 0.000 0.000 0.000 nodecolor
2840 509 882 54.2 18 ellipse_path stroke
2841 0.000 0.000 0.000 nodecolor
2842 14 /Times-Roman set_font
2843 478 877.9 moveto 62 (ci=cci=cici) alignedtext
2844 grestore
2845 % v50->v13
2846 gsave
2847 1 setlinewidth
2848 0.000 0.000 0.000 edgecolor
2849 newpath 563 880 moveto
2850 796 869 1707 828 1708 828 curveto
2851 1837 815 2282 867 2282 738 curveto
2852 2282 738 2282 738 2282 666 curveto
2853 2282 625 2293 603 2263 576 curveto
2854 2211 529 2017 559 1951 540 curveto
2855 1949 539 1947 539 1945 538 curveto
2856 stroke
2857 0.000 0.000 0.000 edgecolor
2858 newpath 1946.56 534.86 moveto
2859 1936 534 lineto
2860 1943.72 541.26 lineto
2861 closepath fill
2862 1 setlinewidth
2863 solid
2864 0.000 0.000 0.000 edgecolor
2865 newpath 1946.56 534.86 moveto
2866 1936 534 lineto
2867 1943.72 541.26 lineto
2868 closepath stroke
2869 grestore
2870 % v50->v36
2871 gsave
2872 1 setlinewidth
2873 0.000 0.000 0.000 edgecolor
2874 newpath 480 867 moveto
2875 429 840 323 786 267 757 curveto
2876 stroke
2877 0.000 0.000 0.000 edgecolor
2878 newpath 268.44 753.8 moveto
2879 258 752 lineto
2880 265.04 759.92 lineto
2881 closepath fill
2882 1 setlinewidth
2883 solid
2884 0.000 0.000 0.000 edgecolor
2885 newpath 268.44 753.8 moveto
2886 258 752 lineto
2887 265.04 759.92 lineto
2888 closepath stroke
2889 grestore
2890 % v50->v49
2891 gsave
2892 1 setlinewidth
2893 0.000 0.000 0.000 edgecolor
2894 newpath 559 876 moveto
2895 632 866 768 848 883 828 curveto
2896 890 827 896 825 903 824 curveto
2897 stroke
2898 0.000 0.000 0.000 edgecolor
2899 newpath 903.88 827.39 moveto
2900 913 822 lineto
2901 902.51 820.53 lineto
2902 closepath fill
2903 1 setlinewidth
2904 solid
2905 0.000 0.000 0.000 edgecolor
2906 newpath 903.88 827.39 moveto
2907 913 822 lineto
2908 902.51 820.53 lineto
2909 closepath stroke
2910 grestore
2911 % v51
2912 gsave
2913 1 setlinewidth
2914 0.000 0.000 0.000 nodecolor
2915 1242 234 27 18 ellipse_path stroke
2916 0.000 0.000 0.000 nodecolor
2917 14 /Times-Roman set_font
2918 1232.5 229.9 moveto 19 (-ci-) alignedtext
2919 grestore
2920 % v51->v14
2921 gsave
2922 1 setlinewidth
2923 0.000 0.000 0.000 edgecolor
2924 newpath 1242 216 moveto
2925 1242 208 1242 199 1242 190 curveto
2926 stroke
2927 0.000 0.000 0.000 edgecolor
2928 newpath 1245.5 190 moveto
2929 1242 180 lineto
2930 1238.5 190 lineto
2931 closepath fill
2932 1 setlinewidth
2933 solid
2934 0.000 0.000 0.000 edgecolor
2935 newpath 1245.5 190 moveto
2936 1242 180 lineto
2937 1238.5 190 lineto
2938 closepath stroke
2939 grestore
2940 % v52
2941 gsave
2942 1 setlinewidth
2943 0.000 0.000 0.000 nodecolor
2944 1006 306 132.03 18 ellipse_path stroke
2945 0.000 0.000 0.000 nodecolor
2946 14 /Times-Roman set_font
2947 919 301.9 moveto 174 (i-i-=i-ci-=ii-i-=i-ici-=ic-ci-=ici-i-) alignedtext
2948 grestore
2949 % v52->v24
2950 gsave
2951 1 setlinewidth
2952 0.000 0.000 0.000 edgecolor
2953 newpath 1022 288 moveto
2954 1030 279 1039 269 1047 260 curveto
2955 stroke
2956 0.000 0.000 0.000 edgecolor
2957 newpath 1050.05 261.83 moveto
2958 1054 252 lineto
2959 1044.78 257.22 lineto
2960 closepath fill
2961 1 setlinewidth
2962 solid
2963 0.000 0.000 0.000 edgecolor
2964 newpath 1050.05 261.83 moveto
2965 1054 252 lineto
2966 1044.78 257.22 lineto
2967 closepath stroke
2968 grestore
2969 % v52->v51
2970 gsave
2971 1 setlinewidth
2972 0.000 0.000 0.000 edgecolor
2973 newpath 1060 289 moveto
2974 1106 275 1169 256 1207 244 curveto
2975 stroke
2976 0.000 0.000 0.000 edgecolor
2977 newpath 1208.43 247.23 moveto
2978 1217 241 lineto
2979 1206.42 240.52 lineto
2980 closepath fill
2981 1 setlinewidth
2982 solid
2983 0.000 0.000 0.000 edgecolor
2984 newpath 1208.43 247.23 moveto
2985 1217 241 lineto
2986 1206.42 240.52 lineto
2987 closepath stroke
2988 grestore
2989 % v53
2990 gsave
2991 1 setlinewidth
2992 0.000 0.000 0.000 nodecolor
2993 1387 306 32.86 18 ellipse_path stroke
2994 0.000 0.000 0.000 nodecolor
2995 14 /Times-Roman set_font
2996 1371 301.9 moveto 32 (-cic-c) alignedtext
2997 grestore
2998 % v53->v15
2999 gsave
3000 1 setlinewidth
3001 0.000 0.000 0.000 edgecolor
3002 newpath 1387 288 moveto
3003 1387 280 1387 271 1387 262 curveto
3004 stroke
3005 0.000 0.000 0.000 edgecolor
3006 newpath 1390.5 262 moveto
3007 1387 252 lineto
3008 1383.5 262 lineto
3009 closepath fill
3010 1 setlinewidth
3011 solid
3012 0.000 0.000 0.000 edgecolor
3013 newpath 1390.5 262 moveto
3014 1387 252 lineto
3015 1383.5 262 lineto
3016 closepath stroke
3017 grestore
3018 % v53->v51
3019 gsave
3020 1 setlinewidth
3021 0.000 0.000 0.000 edgecolor
3022 newpath 1362 294 moveto
3023 1338 282 1300 263 1273 250 curveto
3024 stroke
3025 0.000 0.000 0.000 edgecolor
3026 newpath 1274.44 246.8 moveto
3027 1264 245 lineto
3028 1271.04 252.92 lineto
3029 closepath fill
3030 1 setlinewidth
3031 solid
3032 0.000 0.000 0.000 edgecolor
3033 newpath 1274.44 246.8 moveto
3034 1264 245 lineto
3035 1271.04 252.92 lineto
3036 closepath stroke
3037 grestore
3038 % v54
3039 gsave
3040 1 setlinewidth
3041 0.000 0.000 0.000 nodecolor
3042 1879 378 29.19 18 ellipse_path stroke
3043 0.000 0.000 0.000 nodecolor
3044 14 /Times-Roman set_font
3045 1866 373.9 moveto 26 (-cic-) alignedtext
3046 grestore
3047 % v54->v20
3048 gsave
3049 1 setlinewidth
3050 0.000 0.000 0.000 edgecolor
3051 newpath 1859 365 moveto
3052 1844 355 1822 341 1804 329 curveto
3053 stroke
3054 0.000 0.000 0.000 edgecolor
3055 newpath 1806.1 326.2 moveto
3056 1796 323 lineto
3057 1801.9 331.8 lineto
3058 closepath fill
3059 1 setlinewidth
3060 solid
3061 0.000 0.000 0.000 edgecolor
3062 newpath 1806.1 326.2 moveto
3063 1796 323 lineto
3064 1801.9 331.8 lineto
3065 closepath stroke
3066 grestore
3067 % v54->v53
3068 gsave
3069 1 setlinewidth
3070 0.000 0.000 0.000 edgecolor
3071 newpath 1857 366 moveto
3072 1852 363 1847 361 1841 360 curveto
3073 1681 315 1632 350 1467 324 curveto
3074 1454 322 1440 319 1427 316 curveto
3075 stroke
3076 0.000 0.000 0.000 edgecolor
3077 newpath 1427.49 312.53 moveto
3078 1417 314 lineto
3079 1426.12 319.39 lineto
3080 closepath fill
3081 1 setlinewidth
3082 solid
3083 0.000 0.000 0.000 edgecolor
3084 newpath 1427.49 312.53 moveto
3085 1417 314 lineto
3086 1426.12 319.39 lineto
3087 closepath stroke
3088 grestore
3089 % v55
3090 gsave
3091 1 setlinewidth
3092 0.000 0.000 0.000 nodecolor
3093 1044 378 155.85 18 ellipse_path stroke
3094 0.000 0.000 0.000 nodecolor
3095 14 /Times-Roman set_font
3096 939.5 373.9 moveto 209 (i-ic-c=i-cic-c=ii-ic-c=ic-cic-c=ici-ic-c) alignedtext
3097 grestore
3098 % v55->v26
3099 gsave
3100 1 setlinewidth
3101 0.000 0.000 0.000 edgecolor
3102 newpath 1096 361 moveto
3103 1131 350 1176 335 1211 323 curveto
3104 stroke
3105 0.000 0.000 0.000 edgecolor
3106 newpath 1212.43 326.23 moveto
3107 1221 320 lineto
3108 1210.42 319.52 lineto
3109 closepath fill
3110 1 setlinewidth
3111 solid
3112 0.000 0.000 0.000 edgecolor
3113 newpath 1212.43 326.23 moveto
3114 1221 320 lineto
3115 1210.42 319.52 lineto
3116 closepath stroke
3117 grestore
3118 % v55->v52
3119 gsave
3120 1 setlinewidth
3121 0.000 0.000 0.000 edgecolor
3122 newpath 1034 360 moveto
3123 1030 352 1025 342 1020 333 curveto
3124 stroke
3125 0.000 0.000 0.000 edgecolor
3126 newpath 1022.92 331.04 moveto
3127 1015 324 lineto
3128 1016.8 334.44 lineto
3129 closepath fill
3130 1 setlinewidth
3131 solid
3132 0.000 0.000 0.000 edgecolor
3133 newpath 1022.92 331.04 moveto
3134 1015 324 lineto
3135 1016.8 334.44 lineto
3136 closepath stroke
3137 grestore
3138 % v55->v53
3139 gsave
3140 1 setlinewidth
3141 0.000 0.000 0.000 edgecolor
3142 newpath 1151 365 moveto
3143 1209 356 1282 343 1345 324 curveto
3144 1348 323 1350 322 1352 321 curveto
3145 stroke
3146 0.000 0.000 0.000 edgecolor
3147 newpath 1353.43 324.23 moveto
3148 1362 318 lineto
3149 1351.42 317.52 lineto
3150 closepath fill
3151 1 setlinewidth
3152 solid
3153 0.000 0.000 0.000 edgecolor
3154 newpath 1353.43 324.23 moveto
3155 1362 318 lineto
3156 1351.42 317.52 lineto
3157 closepath stroke
3158 grestore
3159 % v56
3160 gsave
3161 1 setlinewidth
3162 0.000 0.000 0.000 nodecolor
3163 1923 450 132.22 18 ellipse_path stroke
3164 0.000 0.000 0.000 nodecolor
3165 14 /Times-Roman set_font
3166 1835.5 445.9 moveto 175 (i-ic-=i-cic-=ii-ic-=ic-cic-=ici-ic-) alignedtext
3167 grestore
3168 % v56->v39
3169 gsave
3170 1 setlinewidth
3171 0.000 0.000 0.000 edgecolor
3172 newpath 1886 433 moveto
3173 1864 422 1836 409 1812 397 curveto
3174 stroke
3175 0.000 0.000 0.000 edgecolor
3176 newpath 1813.56 393.86 moveto
3177 1803 393 lineto
3178 1810.72 400.26 lineto
3179 closepath fill
3180 1 setlinewidth
3181 solid
3182 0.000 0.000 0.000 edgecolor
3183 newpath 1813.56 393.86 moveto
3184 1803 393 lineto
3185 1810.72 400.26 lineto
3186 closepath stroke
3187 grestore
3188 % v56->v54
3189 gsave
3190 1 setlinewidth
3191 0.000 0.000 0.000 edgecolor
3192 newpath 1912 432 moveto
3193 1907 424 1900 413 1894 404 curveto
3194 stroke
3195 0.000 0.000 0.000 edgecolor
3196 newpath 1896.92 402.04 moveto
3197 1889 395 lineto
3198 1890.8 405.44 lineto
3199 closepath fill
3200 1 setlinewidth
3201 solid
3202 0.000 0.000 0.000 edgecolor
3203 newpath 1896.92 402.04 moveto
3204 1889 395 lineto
3205 1890.8 405.44 lineto
3206 closepath stroke
3207 grestore
3208 % v56->v55
3209 gsave
3210 1 setlinewidth
3211 0.000 0.000 0.000 edgecolor
3212 newpath 1809 441 moveto
3213 1648 427 1355 403 1182 389 curveto
3214 stroke
3215 0.000 0.000 0.000 edgecolor
3216 newpath 1182.3 385.51 moveto
3217 1172 388 lineto
3218 1181.6 392.48 lineto
3219 closepath fill
3220 1 setlinewidth
3221 solid
3222 0.000 0.000 0.000 edgecolor
3223 newpath 1182.3 385.51 moveto
3224 1172 388 lineto
3225 1181.6 392.48 lineto
3226 closepath stroke
3227 grestore
3228 % v57
3229 gsave
3230 1 setlinewidth
3231 0.000 0.000 0.000 nodecolor
3232 1661 378 30.77 18 ellipse_path stroke
3233 0.000 0.000 0.000 nodecolor
3234 14 /Times-Roman set_font
3235 1646.5 373.9 moveto 29 (-ci-ic) alignedtext
3236 grestore
3237 % v57->v17
3238 gsave
3239 1 setlinewidth
3240 0.000 0.000 0.000 edgecolor
3241 newpath 1640 365 moveto
3242 1624 355 1601 341 1583 329 curveto
3243 stroke
3244 0.000 0.000 0.000 edgecolor
3245 newpath 1584.26 325.63 moveto
3246 1574 323 lineto
3247 1580.38 331.46 lineto
3248 closepath fill
3249 1 setlinewidth
3250 solid
3251 0.000 0.000 0.000 edgecolor
3252 newpath 1584.26 325.63 moveto
3253 1574 323 lineto
3254 1580.38 331.46 lineto
3255 closepath stroke
3256 grestore
3257 % v57->v53
3258 gsave
3259 1 setlinewidth
3260 0.000 0.000 0.000 edgecolor
3261 newpath 1637 366 moveto
3262 1632 364 1626 362 1621 360 curveto
3263 1612 356 1493 330 1428 315 curveto
3264 stroke
3265 0.000 0.000 0.000 edgecolor
3266 newpath 1428.49 311.53 moveto
3267 1418 313 lineto
3268 1427.12 318.39 lineto
3269 closepath fill
3270 1 setlinewidth
3271 solid
3272 0.000 0.000 0.000 edgecolor
3273 newpath 1428.49 311.53 moveto
3274 1418 313 lineto
3275 1427.12 318.39 lineto
3276 closepath stroke
3277 grestore
3278 % v58
3279 gsave
3280 1 setlinewidth
3281 0.000 0.000 0.000 nodecolor
3282 2362 450 27 18 ellipse_path stroke
3283 0.000 0.000 0.000 nodecolor
3284 14 /Times-Roman set_font
3285 2351 445.9 moveto 22 (-ci-i) alignedtext
3286 grestore
3287 % v58->v21
3288 gsave
3289 1 setlinewidth
3290 0.000 0.000 0.000 edgecolor
3291 newpath 2341 439 moveto
3292 2336 437 2331 434 2326 432 curveto
3293 2298 419 2265 405 2239 396 curveto
3294 stroke
3295 0.000 0.000 0.000 edgecolor
3296 newpath 2239.58 392.46 moveto
3297 2229 392 lineto
3298 2236.98 398.96 lineto
3299 closepath fill
3300 1 setlinewidth
3301 solid
3302 0.000 0.000 0.000 edgecolor
3303 newpath 2239.58 392.46 moveto
3304 2229 392 lineto
3305 2236.98 398.96 lineto
3306 closepath stroke
3307 grestore
3308 % v58->v54
3309 gsave
3310 1 setlinewidth
3311 0.000 0.000 0.000 edgecolor
3312 newpath 2342 438 moveto
3313 2337 436 2331 434 2326 432 curveto
3314 2250 409 2013 389 1918 381 curveto
3315 stroke
3316 0.000 0.000 0.000 edgecolor
3317 newpath 1918.3 377.51 moveto
3318 1908 380 lineto
3319 1917.6 384.48 lineto
3320 closepath fill
3321 1 setlinewidth
3322 solid
3323 0.000 0.000 0.000 edgecolor
3324 newpath 1918.3 377.51 moveto
3325 1908 380 lineto
3326 1917.6 384.48 lineto
3327 closepath stroke
3328 grestore
3329 % v58->v57
3330 gsave
3331 1 setlinewidth
3332 0.000 0.000 0.000 edgecolor
3333 newpath 2342 438 moveto
3334 2337 435 2331 433 2326 432 curveto
3335 2057 360 1972 462 1701 396 curveto
3336 1699 396 1697 395 1694 394 curveto
3337 stroke
3338 0.000 0.000 0.000 edgecolor
3339 newpath 1695.56 390.86 moveto
3340 1685 390 lineto
3341 1692.72 397.26 lineto
3342 closepath fill
3343 1 setlinewidth
3344 solid
3345 0.000 0.000 0.000 edgecolor
3346 newpath 1695.56 390.86 moveto
3347 1685 390 lineto
3348 1692.72 397.26 lineto
3349 closepath stroke
3350 grestore
3351 % v59
3352 gsave
3353 1 setlinewidth
3354 0.000 0.000 0.000 nodecolor
3355 1516 450 143.15 18 ellipse_path stroke
3356 0.000 0.000 0.000 nodecolor
3357 14 /Times-Roman set_font
3358 1421 445.9 moveto 190 (i-i-ic=i-ci-ic=ii-i-ic=ic-ci-ic=ici-i-ic) alignedtext
3359 grestore
3360 % v59->v30
3361 gsave
3362 1 setlinewidth
3363 0.000 0.000 0.000 edgecolor
3364 newpath 1524 432 moveto
3365 1528 424 1532 414 1535 406 curveto
3366 stroke
3367 0.000 0.000 0.000 edgecolor
3368 newpath 1538.54 406.58 moveto
3369 1539 396 lineto
3370 1532.04 403.98 lineto
3371 closepath fill
3372 1 setlinewidth
3373 solid
3374 0.000 0.000 0.000 edgecolor
3375 newpath 1538.54 406.58 moveto
3376 1539 396 lineto
3377 1532.04 403.98 lineto
3378 closepath stroke
3379 grestore
3380 % v59->v55
3381 gsave
3382 1 setlinewidth
3383 0.000 0.000 0.000 edgecolor
3384 newpath 1425 436 moveto
3385 1346 424 1231 406 1148 394 curveto
3386 stroke
3387 0.000 0.000 0.000 edgecolor
3388 newpath 1148.49 390.53 moveto
3389 1138 392 lineto
3390 1147.12 397.39 lineto
3391 closepath fill
3392 1 setlinewidth
3393 solid
3394 0.000 0.000 0.000 edgecolor
3395 newpath 1148.49 390.53 moveto
3396 1138 392 lineto
3397 1147.12 397.39 lineto
3398 closepath stroke
3399 grestore
3400 % v59->v57
3401 gsave
3402 1 setlinewidth
3403 0.000 0.000 0.000 edgecolor
3404 newpath 1551 432 moveto
3405 1575 421 1605 405 1628 394 curveto
3406 stroke
3407 0.000 0.000 0.000 edgecolor
3408 newpath 1629.28 397.26 moveto
3409 1637 390 lineto
3410 1626.44 390.86 lineto
3411 closepath fill
3412 1 setlinewidth
3413 solid
3414 0.000 0.000 0.000 edgecolor
3415 newpath 1629.28 397.26 moveto
3416 1637 390 lineto
3417 1626.44 390.86 lineto
3418 closepath stroke
3419 grestore
3420 % v60
3421 gsave
3422 1 setlinewidth
3423 0.000 0.000 0.000 nodecolor
3424 2079 522 119.02 18 ellipse_path stroke
3425 0.000 0.000 0.000 nodecolor
3426 14 /Times-Roman set_font
3427 2001 517.9 moveto 156 (i-i-i=i-ci-i=ii-i-i=ic-ci-i=ici-i-i) alignedtext
3428 grestore
3429 % v60->v42
3430 gsave
3431 1 setlinewidth
3432 0.000 0.000 0.000 edgecolor
3433 newpath 2122 505 moveto
3434 2150 494 2187 479 2216 468 curveto
3435 stroke
3436 0.000 0.000 0.000 edgecolor
3437 newpath 2218.02 470.96 moveto
3438 2226 464 lineto
3439 2215.42 464.46 lineto
3440 closepath fill
3441 1 setlinewidth
3442 solid
3443 0.000 0.000 0.000 edgecolor
3444 newpath 2218.02 470.96 moveto
3445 2226 464 lineto
3446 2215.42 464.46 lineto
3447 closepath stroke
3448 grestore
3449 % v60->v56
3450 gsave
3451 1 setlinewidth
3452 0.000 0.000 0.000 edgecolor
3453 newpath 2042 505 moveto
3454 2020 494 1993 482 1970 471 curveto
3455 stroke
3456 0.000 0.000 0.000 edgecolor
3457 newpath 1971.56 467.86 moveto
3458 1961 467 lineto
3459 1968.72 474.26 lineto
3460 closepath fill
3461 1 setlinewidth
3462 solid
3463 0.000 0.000 0.000 edgecolor
3464 newpath 1971.56 467.86 moveto
3465 1961 467 lineto
3466 1968.72 474.26 lineto
3467 closepath stroke
3468 grestore
3469 % v60->v58
3470 gsave
3471 1 setlinewidth
3472 0.000 0.000 0.000 edgecolor
3473 newpath 2162 509 moveto
3474 2211 500 2273 487 2326 468 curveto
3475 2328 467 2330 467 2332 466 curveto
3476 stroke
3477 0.000 0.000 0.000 edgecolor
3478 newpath 2333.28 469.26 moveto
3479 2341 462 lineto
3480 2330.44 462.86 lineto
3481 closepath fill
3482 1 setlinewidth
3483 solid
3484 0.000 0.000 0.000 edgecolor
3485 newpath 2333.28 469.26 moveto
3486 2341 462 lineto
3487 2330.44 462.86 lineto
3488 closepath stroke
3489 grestore
3490 % v60->v59
3491 gsave
3492 1 setlinewidth
3493 0.000 0.000 0.000 edgecolor
3494 newpath 1993 510 moveto
3495 1979 508 1964 506 1951 504 curveto
3496 1842 490 1718 474 1630 463 curveto
3497 stroke
3498 0.000 0.000 0.000 edgecolor
3499 newpath 1630.3 459.51 moveto
3500 1620 462 lineto
3501 1629.6 466.48 lineto
3502 closepath fill
3503 1 setlinewidth
3504 solid
3505 0.000 0.000 0.000 edgecolor
3506 newpath 1630.3 459.51 moveto
3507 1620 462 lineto
3508 1629.6 466.48 lineto
3509 closepath stroke
3510 grestore
3511 % v61
3512 gsave
3513 1 setlinewidth
3514 0.000 0.000 0.000 nodecolor
3515 446 450 84.78 18 ellipse_path stroke
3516 0.000 0.000 0.000 nodecolor
3517 14 /Times-Roman set_font
3518 393 445.9 moveto 106 (ic--c=iic--c=icic--c) alignedtext
3519 grestore
3520 % v61->v25
3521 gsave
3522 1 setlinewidth
3523 0.000 0.000 0.000 edgecolor
3524 newpath 478 433 moveto
3525 498 423 524 410 546 399 curveto
3526 stroke
3527 0.000 0.000 0.000 edgecolor
3528 newpath 547.96 401.92 moveto
3529 555 394 lineto
3530 544.56 395.8 lineto
3531 closepath fill
3532 1 setlinewidth
3533 solid
3534 0.000 0.000 0.000 edgecolor
3535 newpath 547.96 401.92 moveto
3536 555 394 lineto
3537 544.56 395.8 lineto
3538 closepath stroke
3539 grestore
3540 % v61->v52
3541 gsave
3542 1 setlinewidth
3543 0.000 0.000 0.000 edgecolor
3544 newpath 508 438 moveto
3545 562 426 635 409 661 396 curveto
3546 684 384 682 370 704 360 curveto
3547 738 344 826 329 897 319 curveto
3548 stroke
3549 0.000 0.000 0.000 edgecolor
3550 newpath 897.4 322.48 moveto
3551 907 318 lineto
3552 896.7 315.51 lineto
3553 closepath fill
3554 1 setlinewidth
3555 solid
3556 0.000 0.000 0.000 edgecolor
3557 newpath 897.4 322.48 moveto
3558 907 318 lineto
3559 896.7 315.51 lineto
3560 closepath stroke
3561 grestore
3562 % v62
3563 gsave
3564 1 setlinewidth
3565 0.000 0.000 0.000 nodecolor
3566 219 522 70.88 18 ellipse_path stroke
3567 0.000 0.000 0.000 nodecolor
3568 14 /Times-Roman set_font
3569 176 517.9 moveto 86 (ic--=iic--=icic--) alignedtext
3570 grestore
3571 % v62->v29
3572 gsave
3573 1 setlinewidth
3574 0.000 0.000 0.000 edgecolor
3575 newpath 236 504 moveto
3576 244 495 254 485 263 475 curveto
3577 stroke
3578 0.000 0.000 0.000 edgecolor
3579 newpath 265.4 477.55 moveto
3580 270 468 lineto
3581 260.45 472.6 lineto
3582 closepath fill
3583 1 setlinewidth
3584 solid
3585 0.000 0.000 0.000 edgecolor
3586 newpath 265.4 477.55 moveto
3587 270 468 lineto
3588 260.45 472.6 lineto
3589 closepath stroke
3590 grestore
3591 % v62->v61
3592 gsave
3593 1 setlinewidth
3594 0.000 0.000 0.000 edgecolor
3595 newpath 264 508 moveto
3596 300 497 350 481 389 468 curveto
3597 stroke
3598 0.000 0.000 0.000 edgecolor
3599 newpath 390.43 471.23 moveto
3600 399 465 lineto
3601 388.42 464.52 lineto
3602 closepath fill
3603 1 setlinewidth
3604 solid
3605 0.000 0.000 0.000 edgecolor
3606 newpath 390.43 471.23 moveto
3607 399 465 lineto
3608 388.42 464.52 lineto
3609 closepath stroke
3610 grestore
3611 % v63
3612 gsave
3613 1 setlinewidth
3614 0.000 0.000 0.000 nodecolor
3615 786 522 98.17 18 ellipse_path stroke
3616 0.000 0.000 0.000 nodecolor
3617 14 /Times-Roman set_font
3618 723 517.9 moveto 126 (ic-c-c=iic-c-c=icic-c-c) alignedtext
3619 grestore
3620 % v63->v27
3621 gsave
3622 1 setlinewidth
3623 0.000 0.000 0.000 edgecolor
3624 newpath 748 505 moveto
3625 725 494 694 481 670 470 curveto
3626 stroke
3627 0.000 0.000 0.000 edgecolor
3628 newpath 670.58 466.46 moveto
3629 660 466 lineto
3630 667.98 472.96 lineto
3631 closepath fill
3632 1 setlinewidth
3633 solid
3634 0.000 0.000 0.000 edgecolor
3635 newpath 670.58 466.46 moveto
3636 660 466 lineto
3637 667.98 472.96 lineto
3638 closepath stroke
3639 grestore
3640 % v63->v55
3641 gsave
3642 1 setlinewidth
3643 0.000 0.000 0.000 edgecolor
3644 newpath 768 504 moveto
3645 750 485 728 453 746 432 curveto
3646 758 418 847 402 925 392 curveto
3647 stroke
3648 0.000 0.000 0.000 edgecolor
3649 newpath 925.4 395.48 moveto
3650 935 391 lineto
3651 924.7 388.51 lineto
3652 closepath fill
3653 1 setlinewidth
3654 solid
3655 0.000 0.000 0.000 edgecolor
3656 newpath 925.4 395.48 moveto
3657 935 391 lineto
3658 924.7 388.51 lineto
3659 closepath stroke
3660 grestore
3661 % v63->v61
3662 gsave
3663 1 setlinewidth
3664 0.000 0.000 0.000 edgecolor
3665 newpath 722 508 moveto
3666 663 496 577 477 517 465 curveto
3667 stroke
3668 0.000 0.000 0.000 edgecolor
3669 newpath 517.49 461.53 moveto
3670 507 463 lineto
3671 516.12 468.39 lineto
3672 closepath fill
3673 1 setlinewidth
3674 solid
3675 0.000 0.000 0.000 edgecolor
3676 newpath 517.49 461.53 moveto
3677 507 463 lineto
3678 516.12 468.39 lineto
3679 closepath stroke
3680 grestore
3681 % v64
3682 gsave
3683 1 setlinewidth
3684 0.000 0.000 0.000 nodecolor
3685 493 594 84.78 18 ellipse_path stroke
3686 0.000 0.000 0.000 nodecolor
3687 14 /Times-Roman set_font
3688 440 589.9 moveto 106 (ic-c-=iic-c-=icic-c-) alignedtext
3689 grestore
3690 % v64->v40
3691 gsave
3692 1 setlinewidth
3693 0.000 0.000 0.000 edgecolor
3694 newpath 473 576 moveto
3695 463 567 450 556 439 546 curveto
3696 stroke
3697 0.000 0.000 0.000 edgecolor
3698 newpath 441.55 543.6 moveto
3699 432 539 lineto
3700 436.6 548.55 lineto
3701 closepath fill
3702 1 setlinewidth
3703 solid
3704 0.000 0.000 0.000 edgecolor
3705 newpath 441.55 543.6 moveto
3706 432 539 lineto
3707 436.6 548.55 lineto
3708 closepath stroke
3709 grestore
3710 % v64->v56
3711 gsave
3712 1 setlinewidth
3713 0.000 0.000 0.000 edgecolor
3714 newpath 562 583 moveto
3715 582 581 605 578 625 576 curveto
3716 728 567 1455 579 1549 540 curveto
3717 1571 530 1567 514 1587 504 curveto
3718 1607 493 1726 476 1817 463 curveto
3719 stroke
3720 0.000 0.000 0.000 edgecolor
3721 newpath 1817.4 466.48 moveto
3722 1827 462 lineto
3723 1816.7 459.51 lineto
3724 closepath fill
3725 1 setlinewidth
3726 solid
3727 0.000 0.000 0.000 edgecolor
3728 newpath 1817.4 466.48 moveto
3729 1827 462 lineto
3730 1816.7 459.51 lineto
3731 closepath stroke
3732 grestore
3733 % v64->v62
3734 gsave
3735 1 setlinewidth
3736 0.000 0.000 0.000 edgecolor
3737 newpath 440 580 moveto
3738 393 568 327 550 279 538 curveto
3739 stroke
3740 0.000 0.000 0.000 edgecolor
3741 newpath 279.58 534.52 moveto
3742 269 535 lineto
3743 277.57 541.23 lineto
3744 closepath fill
3745 1 setlinewidth
3746 solid
3747 0.000 0.000 0.000 edgecolor
3748 newpath 279.58 534.52 moveto
3749 269 535 lineto
3750 277.57 541.23 lineto
3751 closepath stroke
3752 grestore
3753 % v64->v63
3754 gsave
3755 1 setlinewidth
3756 0.000 0.000 0.000 edgecolor
3757 newpath 549 580 moveto
3758 597 568 666 551 717 538 curveto
3759 stroke
3760 0.000 0.000 0.000 edgecolor
3761 newpath 717.88 541.39 moveto
3762 727 536 lineto
3763 716.51 534.53 lineto
3764 closepath fill
3765 1 setlinewidth
3766 solid
3767 0.000 0.000 0.000 edgecolor
3768 newpath 717.88 541.39 moveto
3769 727 536 lineto
3770 716.51 534.53 lineto
3771 closepath stroke
3772 grestore
3773 % v65
3774 gsave
3775 1 setlinewidth
3776 0.000 0.000 0.000 nodecolor
3777 1351 522 104.93 18 ellipse_path stroke
3778 0.000 0.000 0.000 nodecolor
3779 14 /Times-Roman set_font
3780 1283.5 517.9 moveto 135 (ic--cic=iic--cic=icic--cic) alignedtext
3781 grestore
3782 % v65->v31
3783 gsave
3784 1 setlinewidth
3785 0.000 0.000 0.000 edgecolor
3786 newpath 1298 506 moveto
3787 1259 495 1206 479 1166 467 curveto
3788 stroke
3789 0.000 0.000 0.000 edgecolor
3790 newpath 1166.58 463.52 moveto
3791 1156 464 lineto
3792 1164.57 470.23 lineto
3793 closepath fill
3794 1 setlinewidth
3795 solid
3796 0.000 0.000 0.000 edgecolor
3797 newpath 1166.58 463.52 moveto
3798 1156 464 lineto
3799 1164.57 470.23 lineto
3800 closepath stroke
3801 grestore
3802 % v65->v59
3803 gsave
3804 1 setlinewidth
3805 0.000 0.000 0.000 edgecolor
3806 newpath 1390 505 moveto
3807 1413 495 1442 482 1467 471 curveto
3808 stroke
3809 0.000 0.000 0.000 edgecolor
3810 newpath 1468.28 474.26 moveto
3811 1476 467 lineto
3812 1465.44 467.86 lineto
3813 closepath fill
3814 1 setlinewidth
3815 solid
3816 0.000 0.000 0.000 edgecolor
3817 newpath 1468.28 474.26 moveto
3818 1476 467 lineto
3819 1465.44 467.86 lineto
3820 closepath stroke
3821 grestore
3822 % v65->v61
3823 gsave
3824 1 setlinewidth
3825 0.000 0.000 0.000 edgecolor
3826 newpath 1268 511 moveto
3827 1246 508 1222 506 1199 504 curveto
3828 907 478 832 503 540 468 curveto
3829 532 467 525 466 517 465 curveto
3830 stroke
3831 0.000 0.000 0.000 edgecolor
3832 newpath 517.49 461.53 moveto
3833 507 463 lineto
3834 516.12 468.39 lineto
3835 closepath fill
3836 1 setlinewidth
3837 solid
3838 0.000 0.000 0.000 edgecolor
3839 newpath 517.49 461.53 moveto
3840 507 463 lineto
3841 516.12 468.39 lineto
3842 closepath stroke
3843 grestore
3844 % v66
3845 gsave
3846 1 setlinewidth
3847 0.000 0.000 0.000 nodecolor
3848 1233 594 118.82 18 ellipse_path stroke
3849 0.000 0.000 0.000 nodecolor
3850 14 /Times-Roman set_font
3851 1155.5 589.9 moveto 155 (ic-c-cic=iic-c-cic=icic-c-cic) alignedtext
3852 grestore
3853 % v66->v32
3854 gsave
3855 1 setlinewidth
3856 0.000 0.000 0.000 edgecolor
3857 newpath 1201 577 moveto
3858 1183 567 1160 554 1141 544 curveto
3859 stroke
3860 0.000 0.000 0.000 edgecolor
3861 newpath 1142.44 540.8 moveto
3862 1132 539 lineto
3863 1139.04 546.92 lineto
3864 closepath fill
3865 1 setlinewidth
3866 solid
3867 0.000 0.000 0.000 edgecolor
3868 newpath 1142.44 540.8 moveto
3869 1132 539 lineto
3870 1139.04 546.92 lineto
3871 closepath stroke
3872 grestore
3873 % v66->v63
3874 gsave
3875 1 setlinewidth
3876 0.000 0.000 0.000 edgecolor
3877 newpath 1152 581 moveto
3878 1072 568 951 549 870 536 curveto
3879 stroke
3880 0.000 0.000 0.000 edgecolor
3881 newpath 870.49 532.53 moveto
3882 860 534 lineto
3883 869.12 539.39 lineto
3884 closepath fill
3885 1 setlinewidth
3886 solid
3887 0.000 0.000 0.000 edgecolor
3888 newpath 870.49 532.53 moveto
3889 860 534 lineto
3890 869.12 539.39 lineto
3891 closepath stroke
3892 grestore
3893 % v66->v65
3894 gsave
3895 1 setlinewidth
3896 0.000 0.000 0.000 edgecolor
3897 newpath 1262 576 moveto
3898 1277 567 1297 555 1314 544 curveto
3899 stroke
3900 0.000 0.000 0.000 edgecolor
3901 newpath 1315.96 546.92 moveto
3902 1323 539 lineto
3903 1312.56 540.8 lineto
3904 closepath fill
3905 1 setlinewidth
3906 solid
3907 0.000 0.000 0.000 edgecolor
3908 newpath 1315.96 546.92 moveto
3909 1323 539 lineto
3910 1312.56 540.8 lineto
3911 closepath stroke
3912 grestore
3913 % v67
3914 gsave
3915 1 setlinewidth
3916 0.000 0.000 0.000 nodecolor
3917 1251 666 91.03 18 ellipse_path stroke
3918 0.000 0.000 0.000 nodecolor
3919 14 /Times-Roman set_font
3920 1193.5 661.9 moveto 115 (ic--ic=iic--ic=icic--ic) alignedtext
3921 grestore
3922 % v67->v34
3923 gsave
3924 1 setlinewidth
3925 0.000 0.000 0.000 edgecolor
3926 newpath 1293 650 moveto
3927 1322 639 1361 624 1392 613 curveto
3928 stroke
3929 0.000 0.000 0.000 edgecolor
3930 newpath 1393.28 616.26 moveto
3931 1401 609 lineto
3932 1390.44 609.86 lineto
3933 closepath fill
3934 1 setlinewidth
3935 solid
3936 0.000 0.000 0.000 edgecolor
3937 newpath 1393.28 616.26 moveto
3938 1401 609 lineto
3939 1390.44 609.86 lineto
3940 closepath stroke
3941 grestore
3942 % v67->v66
3943 gsave
3944 1 setlinewidth
3945 0.000 0.000 0.000 edgecolor
3946 newpath 1246 648 moveto
3947 1244 640 1242 631 1240 622 curveto
3948 stroke
3949 0.000 0.000 0.000 edgecolor
3950 newpath 1243.23 620.57 moveto
3951 1237 612 lineto
3952 1236.52 622.58 lineto
3953 closepath fill
3954 1 setlinewidth
3955 solid
3956 0.000 0.000 0.000 edgecolor
3957 newpath 1243.23 620.57 moveto
3958 1237 612 lineto
3959 1236.52 622.58 lineto
3960 closepath stroke
3961 grestore
3962 % v68
3963 gsave
3964 1 setlinewidth
3965 0.000 0.000 0.000 nodecolor
3966 1947 594 91.03 18 ellipse_path stroke
3967 0.000 0.000 0.000 nodecolor
3968 14 /Times-Roman set_font
3969 1889.5 589.9 moveto 115 (ic--ci=iic--ci=icic--ci) alignedtext
3970 grestore
3971 % v68->v43
3972 gsave
3973 1 setlinewidth
3974 0.000 0.000 0.000 edgecolor
3975 newpath 1913 577 moveto
3976 1892 566 1864 554 1841 542 curveto
3977 stroke
3978 0.000 0.000 0.000 edgecolor
3979 newpath 1842.56 538.86 moveto
3980 1832 538 lineto
3981 1839.72 545.26 lineto
3982 closepath fill
3983 1 setlinewidth
3984 solid
3985 0.000 0.000 0.000 edgecolor
3986 newpath 1842.56 538.86 moveto
3987 1832 538 lineto
3988 1839.72 545.26 lineto
3989 closepath stroke
3990 grestore
3991 % v68->v60
3992 gsave
3993 1 setlinewidth
3994 0.000 0.000 0.000 edgecolor
3995 newpath 1978 577 moveto
3996 1996 568 2019 555 2038 545 curveto
3997 stroke
3998 0.000 0.000 0.000 edgecolor
3999 newpath 2039.96 547.92 moveto
4000 2047 540 lineto
4001 2036.56 541.8 lineto
4002 closepath fill
4003 1 setlinewidth
4004 solid
4005 0.000 0.000 0.000 edgecolor
4006 newpath 2039.96 547.92 moveto
4007 2047 540 lineto
4008 2036.56 541.8 lineto
4009 closepath stroke
4010 grestore
4011 % v68->v65
4012 gsave
4013 1 setlinewidth
4014 0.000 0.000 0.000 edgecolor
4015 newpath 1882 581 moveto
4016 1870 579 1858 578 1847 576 curveto
4017 1679 552 1635 561 1465 540 curveto
4018 1456 539 1447 537 1437 536 curveto
4019 stroke
4020 0.000 0.000 0.000 edgecolor
4021 newpath 1437.49 532.53 moveto
4022 1427 534 lineto
4023 1436.12 539.39 lineto
4024 closepath fill
4025 1 setlinewidth
4026 solid
4027 0.000 0.000 0.000 edgecolor
4028 newpath 1437.49 532.53 moveto
4029 1427 534 lineto
4030 1436.12 539.39 lineto
4031 closepath stroke
4032 grestore
4033 % v69
4034 gsave
4035 1 setlinewidth
4036 0.000 0.000 0.000 nodecolor
4037 1877 666 104.93 18 ellipse_path stroke
4038 0.000 0.000 0.000 nodecolor
4039 14 /Times-Roman set_font
4040 1809.5 661.9 moveto 135 (ic-c-ci=iic-c-ci=icic-c-ci) alignedtext
4041 grestore
4042 % v69->v44
4043 gsave
4044 1 setlinewidth
4045 0.000 0.000 0.000 edgecolor
4046 newpath 1848 649 moveto
4047 1832 639 1812 626 1795 616 curveto
4048 stroke
4049 0.000 0.000 0.000 edgecolor
4050 newpath 1796.44 612.8 moveto
4051 1786 611 lineto
4052 1793.04 618.92 lineto
4053 closepath fill
4054 1 setlinewidth
4055 solid
4056 0.000 0.000 0.000 edgecolor
4057 newpath 1796.44 612.8 moveto
4058 1786 611 lineto
4059 1793.04 618.92 lineto
4060 closepath stroke
4061 grestore
4062 % v69->v66
4063 gsave
4064 1 setlinewidth
4065 0.000 0.000 0.000 edgecolor
4066 newpath 1802 653 moveto
4067 1789 651 1776 650 1763 648 curveto
4068 1585 625 1540 632 1361 612 curveto
4069 1350 610 1340 609 1329 608 curveto
4070 stroke
4071 0.000 0.000 0.000 edgecolor
4072 newpath 1329.3 604.51 moveto
4073 1319 607 lineto
4074 1328.6 611.48 lineto
4075 closepath fill
4076 1 setlinewidth
4077 solid
4078 0.000 0.000 0.000 edgecolor
4079 newpath 1329.3 604.51 moveto
4080 1319 607 lineto
4081 1328.6 611.48 lineto
4082 closepath stroke
4083 grestore
4084 % v69->v68
4085 gsave
4086 1 setlinewidth
4087 0.000 0.000 0.000 edgecolor
4088 newpath 1894 648 moveto
4089 1903 639 1913 629 1922 620 curveto
4090 stroke
4091 0.000 0.000 0.000 edgecolor
4092 newpath 1925.05 621.83 moveto
4093 1929 612 lineto
4094 1919.78 617.22 lineto
4095 closepath fill
4096 1 setlinewidth
4097 solid
4098 0.000 0.000 0.000 edgecolor
4099 newpath 1925.05 621.83 moveto
4100 1929 612 lineto
4101 1919.78 617.22 lineto
4102 closepath stroke
4103 grestore
4104 % v70
4105 gsave
4106 1 setlinewidth
4107 0.000 0.000 0.000 nodecolor
4108 1594 738 96.78 18 ellipse_path stroke
4109 0.000 0.000 0.000 nodecolor
4110 14 /Times-Roman set_font
4111 1532 733.9 moveto 124 (ic--ici=iic--ici=icic--ici) alignedtext
4112 grestore
4113 % v70->v46
4114 gsave
4115 1 setlinewidth
4116 0.000 0.000 0.000 edgecolor
4117 newpath 1615 720 moveto
4118 1626 711 1639 700 1650 690 curveto
4119 stroke
4120 0.000 0.000 0.000 edgecolor
4121 newpath 1652.78 692.22 moveto
4122 1658 683 lineto
4123 1648.17 686.95 lineto
4124 closepath fill
4125 1 setlinewidth
4126 solid
4127 0.000 0.000 0.000 edgecolor
4128 newpath 1652.78 692.22 moveto
4129 1658 683 lineto
4130 1648.17 686.95 lineto
4131 closepath stroke
4132 grestore
4133 % v70->v67
4134 gsave
4135 1 setlinewidth
4136 0.000 0.000 0.000 edgecolor
4137 newpath 1529 724 moveto
4138 1470 713 1385 694 1323 681 curveto
4139 stroke
4140 0.000 0.000 0.000 edgecolor
4141 newpath 1323.49 677.53 moveto
4142 1313 679 lineto
4143 1322.12 684.39 lineto
4144 closepath fill
4145 1 setlinewidth
4146 solid
4147 0.000 0.000 0.000 edgecolor
4148 newpath 1323.49 677.53 moveto
4149 1313 679 lineto
4150 1322.12 684.39 lineto
4151 closepath stroke
4152 grestore
4153 % v70->v69
4154 gsave
4155 1 setlinewidth
4156 0.000 0.000 0.000 edgecolor
4157 newpath 1651 723 moveto
4158 1697 712 1760 695 1808 683 curveto
4159 stroke
4160 0.000 0.000 0.000 edgecolor
4161 newpath 1808.88 686.39 moveto
4162 1818 681 lineto
4163 1807.51 679.53 lineto
4164 closepath fill
4165 1 setlinewidth
4166 solid
4167 0.000 0.000 0.000 edgecolor
4168 newpath 1808.88 686.39 moveto
4169 1818 681 lineto
4170 1807.51 679.53 lineto
4171 closepath stroke
4172 grestore
4173 % v71
4174 gsave
4175 1 setlinewidth
4176 0.000 0.000 0.000 nodecolor
4177 1145 810 77.13 18 ellipse_path stroke
4178 0.000 0.000 0.000 nodecolor
4179 14 /Times-Roman set_font
4180 1097.5 805.9 moveto 95 (ic--i=iic--i=icic--i) alignedtext
4181 grestore
4182 % v71->v47
4183 gsave
4184 1 setlinewidth
4185 0.000 0.000 0.000 edgecolor
4186 newpath 1196 796 moveto
4187 1244 784 1313 766 1362 753 curveto
4188 stroke
4189 0.000 0.000 0.000 edgecolor
4190 newpath 1363.43 756.23 moveto
4191 1372 750 lineto
4192 1361.42 749.52 lineto
4193 closepath fill
4194 1 setlinewidth
4195 solid
4196 0.000 0.000 0.000 edgecolor
4197 newpath 1363.43 756.23 moveto
4198 1372 750 lineto
4199 1361.42 749.52 lineto
4200 closepath stroke
4201 grestore
4202 % v71->v64
4203 gsave
4204 1 setlinewidth
4205 0.000 0.000 0.000 edgecolor
4206 newpath 1090 797 moveto
4207 1080 795 1069 793 1059 792 curveto
4208 825 759 755 822 528 756 curveto
4209 465 737 431 741 397 684 curveto
4210 389 670 389 661 397 648 curveto
4211 406 633 421 622 436 614 curveto
4212 stroke
4213 0.000 0.000 0.000 edgecolor
4214 newpath 437.96 616.92 moveto
4215 445 609 lineto
4216 434.56 610.8 lineto
4217 closepath fill
4218 1 setlinewidth
4219 solid
4220 0.000 0.000 0.000 edgecolor
4221 newpath 437.96 616.92 moveto
4222 445 609 lineto
4223 434.56 610.8 lineto
4224 closepath stroke
4225 grestore
4226 % v71->v70
4227 gsave
4228 1 setlinewidth
4229 0.000 0.000 0.000 edgecolor
4230 newpath 1201 798 moveto
4231 1211 795 1221 794 1231 792 curveto
4232 1345 772 1375 773 1488 756 curveto
4233 1496 755 1504 753 1513 752 curveto
4234 stroke
4235 0.000 0.000 0.000 edgecolor
4236 newpath 1513.88 755.39 moveto
4237 1523 750 lineto
4238 1512.51 748.53 lineto
4239 closepath fill
4240 1 setlinewidth
4241 solid
4242 0.000 0.000 0.000 edgecolor
4243 newpath 1513.88 755.39 moveto
4244 1523 750 lineto
4245 1512.51 748.53 lineto
4246 closepath stroke
4247 grestore
4248 % v72
4249 gsave
4250 1 setlinewidth
4251 0.000 0.000 0.000 nodecolor
4252 2789 450 31.96 18 ellipse_path stroke
4253 0.000 0.000 0.000 nodecolor
4254 14 /Times-Roman set_font
4255 2774 445.9 moveto 30 (-i=c-i) alignedtext
4256 grestore
4257 % v73
4258 gsave
4259 1 setlinewidth
4260 0.000 0.000 0.000 nodecolor
4261 2883 666 37.02 18 ellipse_path stroke
4262 0.000 0.000 0.000 nodecolor
4263 14 /Times-Roman set_font
4264 2864 661.9 moveto 38 (c-=cc-) alignedtext
4265 grestore
4266 % v73->v72
4267 gsave
4268 1 setlinewidth
4269 0.000 0.000 0.000 edgecolor
4270 newpath 2875 648 moveto
4271 2859 611 2820 522 2801 477 curveto
4272 stroke
4273 0.000 0.000 0.000 edgecolor
4274 newpath 2804.26 475.72 moveto
4275 2797 468 lineto
4276 2797.86 478.56 lineto
4277 closepath fill
4278 1 setlinewidth
4279 solid
4280 0.000 0.000 0.000 edgecolor
4281 newpath 2804.26 475.72 moveto
4282 2797 468 lineto
4283 2797.86 478.56 lineto
4284 closepath stroke
4285 grestore
4286 % v74
4287 gsave
4288 1 setlinewidth
4289 0.000 0.000 0.000 nodecolor
4290 3009 738 27 18 ellipse_path stroke
4291 0.000 0.000 0.000 nodecolor
4292 14 /Times-Roman set_font
4293 3006.5 733.9 moveto 5 (-) alignedtext
4294 grestore
4295 % v74->v73
4296 gsave
4297 1 setlinewidth
4298 0.000 0.000 0.000 edgecolor
4299 newpath 2988 726 moveto
4300 2969 715 2939 698 2916 685 curveto
4301 stroke
4302 0.000 0.000 0.000 edgecolor
4303 newpath 2917.44 681.8 moveto
4304 2907 680 lineto
4305 2914.04 687.92 lineto
4306 closepath fill
4307 1 setlinewidth
4308 solid
4309 0.000 0.000 0.000 edgecolor
4310 newpath 2917.44 681.8 moveto
4311 2907 680 lineto
4312 2914.04 687.92 lineto
4313 closepath stroke
4314 grestore
4315 % v75
4316 gsave
4317 1 setlinewidth
4318 0.000 0.000 0.000 nodecolor
4319 2733 522 45.86 18 ellipse_path stroke
4320 0.000 0.000 0.000 nodecolor
4321 14 /Times-Roman set_font
4322 2708 517.9 moveto 50 (-ici=c-ici) alignedtext
4323 grestore
4324 % v75->v72
4325 gsave
4326 1 setlinewidth
4327 0.000 0.000 0.000 edgecolor
4328 newpath 2747 505 moveto
4329 2754 496 2762 485 2770 475 curveto
4330 stroke
4331 0.000 0.000 0.000 edgecolor
4332 newpath 2772.8 477.1 moveto
4333 2776 467 lineto
4334 2767.2 472.9 lineto
4335 closepath fill
4336 1 setlinewidth
4337 solid
4338 0.000 0.000 0.000 edgecolor
4339 newpath 2772.8 477.1 moveto
4340 2776 467 lineto
4341 2767.2 472.9 lineto
4342 closepath stroke
4343 grestore
4344 % v76
4345 gsave
4346 1 setlinewidth
4347 0.000 0.000 0.000 nodecolor
4348 2733 594 41.19 18 ellipse_path stroke
4349 0.000 0.000 0.000 nodecolor
4350 14 /Times-Roman set_font
4351 2711 589.9 moveto 44 (-ic=c-ic) alignedtext
4352 grestore
4353 % v76->v75
4354 gsave
4355 1 setlinewidth
4356 0.000 0.000 0.000 edgecolor
4357 newpath 2733 576 moveto
4358 2733 568 2733 559 2733 550 curveto
4359 stroke
4360 0.000 0.000 0.000 edgecolor
4361 newpath 2736.5 550 moveto
4362 2733 540 lineto
4363 2729.5 550 lineto
4364 closepath fill
4365 1 setlinewidth
4366 solid
4367 0.000 0.000 0.000 edgecolor
4368 newpath 2736.5 550 moveto
4369 2733 540 lineto
4370 2729.5 550 lineto
4371 closepath stroke
4372 grestore
4373 % v77
4374 gsave
4375 1 setlinewidth
4376 0.000 0.000 0.000 nodecolor
4377 2617 594 50.22 18 ellipse_path stroke
4378 0.000 0.000 0.000 nodecolor
4379 14 /Times-Roman set_font
4380 2588.5 589.9 moveto 57 (c-ci=cc-ci) alignedtext
4381 grestore
4382 % v77->v75
4383 gsave
4384 1 setlinewidth
4385 0.000 0.000 0.000 edgecolor
4386 newpath 2642 578 moveto
4387 2659 568 2681 554 2699 543 curveto
4388 stroke
4389 0.000 0.000 0.000 edgecolor
4390 newpath 2701.62 545.46 moveto
4391 2708 537 lineto
4392 2697.74 539.63 lineto
4393 closepath fill
4394 1 setlinewidth
4395 solid
4396 0.000 0.000 0.000 edgecolor
4397 newpath 2701.62 545.46 moveto
4398 2708 537 lineto
4399 2697.74 539.63 lineto
4400 closepath stroke
4401 grestore
4402 % v78
4403 gsave
4404 1 setlinewidth
4405 0.000 0.000 0.000 nodecolor
4406 2518 666 27 18 ellipse_path stroke
4407 0.000 0.000 0.000 nodecolor
4408 14 /Times-Roman set_font
4409 2511 661.9 moveto 14 (-ci) alignedtext
4410 grestore
4411 % v78->v77
4412 gsave
4413 1 setlinewidth
4414 0.000 0.000 0.000 edgecolor
4415 newpath 2537 652 moveto
4416 2551 643 2570 628 2587 616 curveto
4417 stroke
4418 0.000 0.000 0.000 edgecolor
4419 newpath 2589.1 618.8 moveto
4420 2595 610 lineto
4421 2584.9 613.2 lineto
4422 closepath fill
4423 1 setlinewidth
4424 solid
4425 0.000 0.000 0.000 edgecolor
4426 newpath 2589.1 618.8 moveto
4427 2595 610 lineto
4428 2584.9 613.2 lineto
4429 closepath stroke
4430 grestore
4431 % v79
4432 gsave
4433 1 setlinewidth
4434 0.000 0.000 0.000 nodecolor
4435 2733 666 59.96 18 ellipse_path stroke
4436 0.000 0.000 0.000 nodecolor
4437 14 /Times-Roman set_font
4438 2697.5 661.9 moveto 71 (c-cic=cc-cic) alignedtext
4439 grestore
4440 % v79->v76
4441 gsave
4442 1 setlinewidth
4443 0.000 0.000 0.000 edgecolor
4444 newpath 2733 648 moveto
4445 2733 640 2733 631 2733 622 curveto
4446 stroke
4447 0.000 0.000 0.000 edgecolor
4448 newpath 2736.5 622 moveto
4449 2733 612 lineto
4450 2729.5 622 lineto
4451 closepath fill
4452 1 setlinewidth
4453 solid
4454 0.000 0.000 0.000 edgecolor
4455 newpath 2736.5 622 moveto
4456 2733 612 lineto
4457 2729.5 622 lineto
4458 closepath stroke
4459 grestore
4460 % v79->v77
4461 gsave
4462 1 setlinewidth
4463 0.000 0.000 0.000 edgecolor
4464 newpath 2707 650 moveto
4465 2690 640 2669 626 2651 615 curveto
4466 stroke
4467 0.000 0.000 0.000 edgecolor
4468 newpath 2652.44 611.8 moveto
4469 2642 610 lineto
4470 2649.04 617.92 lineto
4471 closepath fill
4472 1 setlinewidth
4473 solid
4474 0.000 0.000 0.000 edgecolor
4475 newpath 2652.44 611.8 moveto
4476 2642 610 lineto
4477 2649.04 617.92 lineto
4478 closepath stroke
4479 grestore
4480 % v80
4481 gsave
4482 1 setlinewidth
4483 0.000 0.000 0.000 nodecolor
4484 2918 738 46.06 18 ellipse_path stroke
4485 0.000 0.000 0.000 nodecolor
4486 14 /Times-Roman set_font
4487 2892.5 733.9 moveto 51 (c-c=cc-c) alignedtext
4488 grestore
4489 % v80->v73
4490 gsave
4491 1 setlinewidth
4492 0.000 0.000 0.000 edgecolor
4493 newpath 2909 720 moveto
4494 2905 712 2901 702 2896 693 curveto
4495 stroke
4496 0.000 0.000 0.000 edgecolor
4497 newpath 2899.26 691.72 moveto
4498 2892 684 lineto
4499 2892.86 694.56 lineto
4500 closepath fill
4501 1 setlinewidth
4502 solid
4503 0.000 0.000 0.000 edgecolor
4504 newpath 2899.26 691.72 moveto
4505 2892 684 lineto
4506 2892.86 694.56 lineto
4507 closepath stroke
4508 grestore
4509 % v80->v79
4510 gsave
4511 1 setlinewidth
4512 0.000 0.000 0.000 edgecolor
4513 newpath 2885 725 moveto
4514 2856 714 2812 697 2779 684 curveto
4515 stroke
4516 0.000 0.000 0.000 edgecolor
4517 newpath 2780.56 680.86 moveto
4518 2770 680 lineto
4519 2777.72 687.26 lineto
4520 closepath fill
4521 1 setlinewidth
4522 solid
4523 0.000 0.000 0.000 edgecolor
4524 newpath 2780.56 680.86 moveto
4525 2770 680 lineto
4526 2777.72 687.26 lineto
4527 closepath stroke
4528 grestore
4529 % v81
4530 gsave
4531 1 setlinewidth
4532 0.000 0.000 0.000 nodecolor
4533 2709 738 27 18 ellipse_path stroke
4534 0.000 0.000 0.000 nodecolor
4535 14 /Times-Roman set_font
4536 2698.5 733.9 moveto 21 (-cic) alignedtext
4537 grestore
4538 % v81->v78
4539 gsave
4540 1 setlinewidth
4541 0.000 0.000 0.000 edgecolor
4542 newpath 2688 726 moveto
4543 2683 724 2678 722 2673 720 curveto
4544 2621 699 2605 704 2554 684 curveto
4545 2552 683 2550 683 2548 682 curveto
4546 stroke
4547 0.000 0.000 0.000 edgecolor
4548 newpath 2549.44 678.8 moveto
4549 2539 677 lineto
4550 2546.04 684.92 lineto
4551 closepath fill
4552 1 setlinewidth
4553 solid
4554 0.000 0.000 0.000 edgecolor
4555 newpath 2549.44 678.8 moveto
4556 2539 677 lineto
4557 2546.04 684.92 lineto
4558 closepath stroke
4559 grestore
4560 % v81->v79
4561 gsave
4562 1 setlinewidth
4563 0.000 0.000 0.000 edgecolor
4564 newpath 2715 720 moveto
4565 2718 712 2721 702 2724 694 curveto
4566 stroke
4567 0.000 0.000 0.000 edgecolor
4568 newpath 2727.48 694.58 moveto
4569 2727 684 lineto
4570 2720.77 692.57 lineto
4571 closepath fill
4572 1 setlinewidth
4573 solid
4574 0.000 0.000 0.000 edgecolor
4575 newpath 2727.48 694.58 moveto
4576 2727 684 lineto
4577 2720.77 692.57 lineto
4578 closepath stroke
4579 grestore
4580 % v82
4581 gsave
4582 1 setlinewidth
4583 0.000 0.000 0.000 nodecolor
4584 2918 810 27 18 ellipse_path stroke
4585 0.000 0.000 0.000 nodecolor
4586 14 /Times-Roman set_font
4587 2912.5 805.9 moveto 11 (-c) alignedtext
4588 grestore
4589 % v82->v74
4590 gsave
4591 1 setlinewidth
4592 0.000 0.000 0.000 edgecolor
4593 newpath 2936 796 moveto
4594 2950 785 2968 770 2984 758 curveto
4595 stroke
4596 0.000 0.000 0.000 edgecolor
4597 newpath 2986.1 760.8 moveto
4598 2992 752 lineto
4599 2981.9 755.2 lineto
4600 closepath fill
4601 1 setlinewidth
4602 solid
4603 0.000 0.000 0.000 edgecolor
4604 newpath 2986.1 760.8 moveto
4605 2992 752 lineto
4606 2981.9 755.2 lineto
4607 closepath stroke
4608 grestore
4609 % v82->v80
4610 gsave
4611 1 setlinewidth
4612 0.000 0.000 0.000 edgecolor
4613 newpath 2918 792 moveto
4614 2918 784 2918 775 2918 766 curveto
4615 stroke
4616 0.000 0.000 0.000 edgecolor
4617 newpath 2921.5 766 moveto
4618 2918 756 lineto
4619 2914.5 766 lineto
4620 closepath fill
4621 1 setlinewidth
4622 solid
4623 0.000 0.000 0.000 edgecolor
4624 newpath 2921.5 766 moveto
4625 2918 756 lineto
4626 2914.5 766 lineto
4627 closepath stroke
4628 grestore
4629 % v82->v81
4630 gsave
4631 1 setlinewidth
4632 0.000 0.000 0.000 edgecolor
4633 newpath 2896 799 moveto
4634 2890 796 2884 794 2879 792 curveto
4635 2821 771 2802 777 2745 756 curveto
4636 2743 755 2741 755 2739 754 curveto
4637 stroke
4638 0.000 0.000 0.000 edgecolor
4639 newpath 2740.44 750.8 moveto
4640 2730 749 lineto
4641 2737.04 756.92 lineto
4642 closepath fill
4643 1 setlinewidth
4644 solid
4645 0.000 0.000 0.000 edgecolor
4646 newpath 2740.44 750.8 moveto
4647 2730 749 lineto
4648 2737.04 756.92 lineto
4649 closepath stroke
4650 grestore
4651 % v83
4652 gsave
4653 1 setlinewidth
4654 0.000 0.000 0.000 nodecolor
4655 2609 666 45.86 18 ellipse_path stroke
4656 0.000 0.000 0.000 nodecolor
4657 14 /Times-Roman set_font
4658 2584 661.9 moveto 50 (ci-i=cci-i) alignedtext
4659 grestore
4660 % v83->v77
4661 gsave
4662 1 setlinewidth
4663 0.000 0.000 0.000 edgecolor
4664 newpath 2611 648 moveto
4665 2612 640 2613 631 2614 622 curveto
4666 stroke
4667 0.000 0.000 0.000 edgecolor
4668 newpath 2617.49 622.3 moveto
4669 2615 612 lineto
4670 2610.52 621.6 lineto
4671 closepath fill
4672 1 setlinewidth
4673 solid
4674 0.000 0.000 0.000 edgecolor
4675 newpath 2617.49 622.3 moveto
4676 2615 612 lineto
4677 2610.52 621.6 lineto
4678 closepath stroke
4679 grestore
4680 % v84
4681 gsave
4682 1 setlinewidth
4683 0.000 0.000 0.000 nodecolor
4684 2423 738 112.77 18 ellipse_path stroke
4685 0.000 0.000 0.000 nodecolor
4686 14 /Times-Roman set_font
4687 2349.5 733.9 moveto 147 (i-i=i-ci=ii-i=i-ici=ic-ci=ici-i) alignedtext
4688 grestore
4689 % v84->v78
4690 gsave
4691 1 setlinewidth
4692 0.000 0.000 0.000 edgecolor
4693 newpath 2446 720 moveto
4694 2460 710 2478 697 2492 686 curveto
4695 stroke
4696 0.000 0.000 0.000 edgecolor
4697 newpath 2494.1 688.8 moveto
4698 2500 680 lineto
4699 2489.9 683.2 lineto
4700 closepath fill
4701 1 setlinewidth
4702 solid
4703 0.000 0.000 0.000 edgecolor
4704 newpath 2494.1 688.8 moveto
4705 2500 680 lineto
4706 2489.9 683.2 lineto
4707 closepath stroke
4708 grestore
4709 % v84->v83
4710 gsave
4711 1 setlinewidth
4712 0.000 0.000 0.000 edgecolor
4713 newpath 2466 721 moveto
4714 2497 709 2537 694 2566 683 curveto
4715 stroke
4716 0.000 0.000 0.000 edgecolor
4717 newpath 2568.02 685.96 moveto
4718 2576 679 lineto
4719 2565.42 679.46 lineto
4720 closepath fill
4721 1 setlinewidth
4722 solid
4723 0.000 0.000 0.000 edgecolor
4724 newpath 2568.02 685.96 moveto
4725 2576 679 lineto
4726 2565.42 679.46 lineto
4727 closepath stroke
4728 grestore
4729 % v85
4730 gsave
4731 1 setlinewidth
4732 0.000 0.000 0.000 nodecolor
4733 2804 738 50.22 18 ellipse_path stroke
4734 0.000 0.000 0.000 nodecolor
4735 14 /Times-Roman set_font
4736 2775.5 733.9 moveto 57 (cic-=ccic-) alignedtext
4737 grestore
4738 % v85->v73
4739 gsave
4740 1 setlinewidth
4741 0.000 0.000 0.000 edgecolor
4742 newpath 2823 721 moveto
4743 2834 711 2847 700 2858 689 curveto
4744 stroke
4745 0.000 0.000 0.000 edgecolor
4746 newpath 2860.4 691.55 moveto
4747 2865 682 lineto
4748 2855.45 686.6 lineto
4749 closepath fill
4750 1 setlinewidth
4751 solid
4752 0.000 0.000 0.000 edgecolor
4753 newpath 2860.4 691.55 moveto
4754 2865 682 lineto
4755 2855.45 686.6 lineto
4756 closepath stroke
4757 grestore
4758 % v85->v83
4759 gsave
4760 1 setlinewidth
4761 0.000 0.000 0.000 edgecolor
4762 newpath 2769 725 moveto
4763 2736 713 2687 695 2652 682 curveto
4764 stroke
4765 0.000 0.000 0.000 edgecolor
4766 newpath 2653.56 678.86 moveto
4767 2643 678 lineto
4768 2650.72 685.26 lineto
4769 closepath fill
4770 1 setlinewidth
4771 solid
4772 0.000 0.000 0.000 edgecolor
4773 newpath 2653.56 678.86 moveto
4774 2643 678 lineto
4775 2650.72 685.26 lineto
4776 closepath stroke
4777 grestore
4778 % v86
4779 gsave
4780 1 setlinewidth
4781 0.000 0.000 0.000 nodecolor
4782 2609 738 54.9 18 ellipse_path stroke
4783 0.000 0.000 0.000 nodecolor
4784 14 /Times-Roman set_font
4785 2577.5 733.9 moveto 63 (ci-ic=cci-ic) alignedtext
4786 grestore
4787 % v86->v79
4788 gsave
4789 1 setlinewidth
4790 0.000 0.000 0.000 edgecolor
4791 newpath 2636 722 moveto
4792 2654 712 2677 698 2696 687 curveto
4793 stroke
4794 0.000 0.000 0.000 edgecolor
4795 newpath 2697.96 689.92 moveto
4796 2705 682 lineto
4797 2694.56 683.8 lineto
4798 closepath fill
4799 1 setlinewidth
4800 solid
4801 0.000 0.000 0.000 edgecolor
4802 newpath 2697.96 689.92 moveto
4803 2705 682 lineto
4804 2694.56 683.8 lineto
4805 closepath stroke
4806 grestore
4807 % v86->v83
4808 gsave
4809 1 setlinewidth
4810 0.000 0.000 0.000 edgecolor
4811 newpath 2609 720 moveto
4812 2609 712 2609 703 2609 694 curveto
4813 stroke
4814 0.000 0.000 0.000 edgecolor
4815 newpath 2612.5 694 moveto
4816 2609 684 lineto
4817 2605.5 694 lineto
4818 closepath fill
4819 1 setlinewidth
4820 solid
4821 0.000 0.000 0.000 edgecolor
4822 newpath 2612.5 694 moveto
4823 2609 684 lineto
4824 2605.5 694 lineto
4825 closepath stroke
4826 grestore
4827 % v87
4828 gsave
4829 1 setlinewidth
4830 0.000 0.000 0.000 nodecolor
4831 2810 810 59.96 18 ellipse_path stroke
4832 0.000 0.000 0.000 nodecolor
4833 14 /Times-Roman set_font
4834 2774.5 805.9 moveto 71 (cic-c=ccic-c) alignedtext
4835 grestore
4836 % v87->v80
4837 gsave
4838 1 setlinewidth
4839 0.000 0.000 0.000 edgecolor
4840 newpath 2835 793 moveto
4841 2850 783 2870 770 2886 759 curveto
4842 stroke
4843 0.000 0.000 0.000 edgecolor
4844 newpath 2887.96 761.92 moveto
4845 2895 754 lineto
4846 2884.56 755.8 lineto
4847 closepath fill
4848 1 setlinewidth
4849 solid
4850 0.000 0.000 0.000 edgecolor
4851 newpath 2887.96 761.92 moveto
4852 2895 754 lineto
4853 2884.56 755.8 lineto
4854 closepath stroke
4855 grestore
4856 % v87->v85
4857 gsave
4858 1 setlinewidth
4859 0.000 0.000 0.000 edgecolor
4860 newpath 2808 792 moveto
4861 2807 784 2807 775 2806 766 curveto
4862 stroke
4863 0.000 0.000 0.000 edgecolor
4864 newpath 2809.5 766 moveto
4865 2806 756 lineto
4866 2802.5 766 lineto
4867 closepath fill
4868 1 setlinewidth
4869 solid
4870 0.000 0.000 0.000 edgecolor
4871 newpath 2809.5 766 moveto
4872 2806 756 lineto
4873 2802.5 766 lineto
4874 closepath stroke
4875 grestore
4876 % v87->v86
4877 gsave
4878 1 setlinewidth
4879 0.000 0.000 0.000 edgecolor
4880 newpath 2771 796 moveto
4881 2738 784 2691 767 2656 754 curveto
4882 stroke
4883 0.000 0.000 0.000 edgecolor
4884 newpath 2656.58 750.52 moveto
4885 2646 751 lineto
4886 2654.57 757.23 lineto
4887 closepath fill
4888 1 setlinewidth
4889 solid
4890 0.000 0.000 0.000 edgecolor
4891 newpath 2656.58 750.52 moveto
4892 2646 751 lineto
4893 2654.57 757.23 lineto
4894 closepath stroke
4895 grestore
4896 % v88
4897 gsave
4898 1 setlinewidth
4899 0.000 0.000 0.000 nodecolor
4900 2826 882 63.93 18 ellipse_path stroke
4901 0.000 0.000 0.000 nodecolor
4902 14 /Times-Roman set_font
4903 2788 877.9 moveto 76 (ci-=cci-=cici-) alignedtext
4904 grestore
4905 % v88->v87
4906 gsave
4907 1 setlinewidth
4908 0.000 0.000 0.000 edgecolor
4909 newpath 2822 864 moveto
4910 2820 856 2818 847 2816 838 curveto
4911 stroke
4912 0.000 0.000 0.000 edgecolor
4913 newpath 2819.39 837.12 moveto
4914 2814 828 lineto
4915 2812.53 838.49 lineto
4916 closepath fill
4917 1 setlinewidth
4918 solid
4919 0.000 0.000 0.000 edgecolor
4920 newpath 2819.39 837.12 moveto
4921 2814 828 lineto
4922 2812.53 838.49 lineto
4923 closepath stroke
4924 grestore
4925 % v89
4926 gsave
4927 1 setlinewidth
4928 0.000 0.000 0.000 nodecolor
4929 2476 810 116.24 18 ellipse_path stroke
4930 0.000 0.000 0.000 nodecolor
4931 14 /Times-Roman set_font
4932 2400 805.9 moveto 152 (i-ic=i-cic=ii-ic=ic-cic=ici-ic) alignedtext
4933 grestore
4934 % v89->v81
4935 gsave
4936 1 setlinewidth
4937 0.000 0.000 0.000 edgecolor
4938 newpath 2542 795 moveto
4939 2581 786 2630 772 2673 756 curveto
4940 2675 755 2677 754 2679 753 curveto
4941 stroke
4942 0.000 0.000 0.000 edgecolor
4943 newpath 2680.28 756.26 moveto
4944 2688 749 lineto
4945 2677.44 749.86 lineto
4946 closepath fill
4947 1 setlinewidth
4948 solid
4949 0.000 0.000 0.000 edgecolor
4950 newpath 2680.28 756.26 moveto
4951 2688 749 lineto
4952 2677.44 749.86 lineto
4953 closepath stroke
4954 grestore
4955 % v89->v84
4956 gsave
4957 1 setlinewidth
4958 0.000 0.000 0.000 edgecolor
4959 newpath 2463 792 moveto
4960 2457 784 2449 773 2442 764 curveto
4961 stroke
4962 0.000 0.000 0.000 edgecolor
4963 newpath 2444.8 761.9 moveto
4964 2436 756 lineto
4965 2439.2 766.1 lineto
4966 closepath fill
4967 1 setlinewidth
4968 solid
4969 0.000 0.000 0.000 edgecolor
4970 newpath 2444.8 761.9 moveto
4971 2436 756 lineto
4972 2439.2 766.1 lineto
4973 closepath stroke
4974 grestore
4975 % v89->v86
4976 gsave
4977 1 setlinewidth
4978 0.000 0.000 0.000 edgecolor
4979 newpath 2508 793 moveto
4980 2527 783 2551 769 2571 759 curveto
4981 stroke
4982 0.000 0.000 0.000 edgecolor
4983 newpath 2572.96 761.92 moveto
4984 2580 754 lineto
4985 2569.56 755.8 lineto
4986 closepath fill
4987 1 setlinewidth
4988 solid
4989 0.000 0.000 0.000 edgecolor
4990 newpath 2572.96 761.92 moveto
4991 2580 754 lineto
4992 2569.56 755.8 lineto
4993 closepath stroke
4994 grestore
4995 % v90
4996 gsave
4997 1 setlinewidth
4998 0.000 0.000 0.000 nodecolor
4999 2671 810 61.15 18 ellipse_path stroke
5000 0.000 0.000 0.000 nodecolor
5001 14 /Times-Roman set_font
5002 2635 805.9 moveto 72 (ic-=iic-=icic-) alignedtext
5003 grestore
5004 % v90->v84
5005 gsave
5006 1 setlinewidth
5007 0.000 0.000 0.000 edgecolor
5008 newpath 2627 797 moveto
5009 2588 786 2531 770 2487 757 curveto
5010 stroke
5011 0.000 0.000 0.000 edgecolor
5012 newpath 2487.58 753.52 moveto
5013 2477 754 lineto
5014 2485.57 760.23 lineto
5015 closepath fill
5016 1 setlinewidth
5017 solid
5018 0.000 0.000 0.000 edgecolor
5019 newpath 2487.58 753.52 moveto
5020 2477 754 lineto
5021 2485.57 760.23 lineto
5022 closepath stroke
5023 grestore
5024 % v90->v85
5025 gsave
5026 1 setlinewidth
5027 0.000 0.000 0.000 edgecolor
5028 newpath 2701 794 moveto
5029 2720 784 2746 769 2767 758 curveto
5030 stroke
5031 0.000 0.000 0.000 edgecolor
5032 newpath 2768.96 760.92 moveto
5033 2776 753 lineto
5034 2765.56 754.8 lineto
5035 closepath fill
5036 1 setlinewidth
5037 solid
5038 0.000 0.000 0.000 edgecolor
5039 newpath 2768.96 760.92 moveto
5040 2776 753 lineto
5041 2765.56 754.8 lineto
5042 closepath stroke
5043 grestore
5044 % v91
5045 gsave
5046 1 setlinewidth
5047 0.000 0.000 0.000 nodecolor
5048 2669 882 75.05 18 ellipse_path stroke
5049 0.000 0.000 0.000 nodecolor
5050 14 /Times-Roman set_font
5051 2623 877.9 moveto 92 (ic-c=iic-c=icic-c) alignedtext
5052 grestore
5053 % v91->v87
5054 gsave
5055 1 setlinewidth
5056 0.000 0.000 0.000 edgecolor
5057 newpath 2701 866 moveto
5058 2722 856 2748 841 2770 831 curveto
5059 stroke
5060 0.000 0.000 0.000 edgecolor
5061 newpath 2771.96 833.92 moveto
5062 2779 826 lineto
5063 2768.56 827.8 lineto
5064 closepath fill
5065 1 setlinewidth
5066 solid
5067 0.000 0.000 0.000 edgecolor
5068 newpath 2771.96 833.92 moveto
5069 2779 826 lineto
5070 2768.56 827.8 lineto
5071 closepath stroke
5072 grestore
5073 % v91->v89
5074 gsave
5075 1 setlinewidth
5076 0.000 0.000 0.000 edgecolor
5077 newpath 2628 867 moveto
5078 2599 856 2560 842 2530 831 curveto
5079 stroke
5080 0.000 0.000 0.000 edgecolor
5081 newpath 2530.58 827.46 moveto
5082 2520 827 lineto
5083 2527.98 833.96 lineto
5084 closepath fill
5085 1 setlinewidth
5086 solid
5087 0.000 0.000 0.000 edgecolor
5088 newpath 2530.58 827.46 moveto
5089 2520 827 lineto
5090 2527.98 833.96 lineto
5091 closepath stroke
5092 grestore
5093 % v91->v90
5094 gsave
5095 1 setlinewidth
5096 0.000 0.000 0.000 edgecolor
5097 newpath 2670 864 moveto
5098 2670 856 2670 847 2670 838 curveto
5099 stroke
5100 0.000 0.000 0.000 edgecolor
5101 newpath 2673.49 838.3 moveto
5102 2671 828 lineto
5103 2666.52 837.6 lineto
5104 closepath fill
5105 1 setlinewidth
5106 solid
5107 0.000 0.000 0.000 edgecolor
5108 newpath 2673.49 838.3 moveto
5109 2671 828 lineto
5110 2666.52 837.6 lineto
5111 closepath stroke
5112 grestore
5113 % v92
5114 gsave
5115 1 setlinewidth
5116 0.000 0.000 0.000 nodecolor
5117 2826 954 43.08 18 ellipse_path stroke
5118 0.000 0.000 0.000 nodecolor
5119 14 /Times-Roman set_font
5120 2803 949.9 moveto 46 (ici-=iici-) alignedtext
5121 grestore
5122 % v92->v88
5123 gsave
5124 1 setlinewidth
5125 0.000 0.000 0.000 edgecolor
5126 newpath 2826 936 moveto
5127 2826 928 2826 919 2826 910 curveto
5128 stroke
5129 0.000 0.000 0.000 edgecolor
5130 newpath 2829.5 910 moveto
5131 2826 900 lineto
5132 2822.5 910 lineto
5133 closepath fill
5134 1 setlinewidth
5135 solid
5136 0.000 0.000 0.000 edgecolor
5137 newpath 2829.5 910 moveto
5138 2826 900 lineto
5139 2822.5 910 lineto
5140 closepath stroke
5141 grestore
5142 % v92->v91
5143 gsave
5144 1 setlinewidth
5145 0.000 0.000 0.000 edgecolor
5146 newpath 2797 941 moveto
5147 2773 930 2740 915 2713 902 curveto
5148 stroke
5149 0.000 0.000 0.000 edgecolor
5150 newpath 2714.56 898.86 moveto
5151 2704 898 lineto
5152 2711.72 905.26 lineto
5153 closepath fill
5154 1 setlinewidth
5155 solid
5156 0.000 0.000 0.000 edgecolor
5157 newpath 2714.56 898.86 moveto
5158 2704 898 lineto
5159 2711.72 905.26 lineto
5160 closepath stroke
5161 grestore
5162 % v93
5163 gsave
5164 1 setlinewidth
5165 0.000 0.000 0.000 nodecolor
5166 2872 1026 45.17 18 ellipse_path stroke
5167 0.000 0.000 0.000 nodecolor
5168 14 /Times-Roman set_font
5169 2847.5 1021.9 moveto 49 (i-=i-c=ii-) alignedtext
5170 grestore
5171 % v93->v82
5172 gsave
5173 1 setlinewidth
5174 0.000 0.000 0.000 edgecolor
5175 newpath 2876 1008 moveto
5176 2881 984 2891 939 2899 900 curveto
5177 2903 879 2908 856 2912 838 curveto
5178 stroke
5179 0.000 0.000 0.000 edgecolor
5180 newpath 2915.47 838.49 moveto
5181 2914 828 lineto
5182 2908.61 837.12 lineto
5183 closepath fill
5184 1 setlinewidth
5185 solid
5186 0.000 0.000 0.000 edgecolor
5187 newpath 2915.47 838.49 moveto
5188 2914 828 lineto
5189 2908.61 837.12 lineto
5190 closepath stroke
5191 grestore
5192 % v93->v92
5193 gsave
5194 1 setlinewidth
5195 0.000 0.000 0.000 edgecolor
5196 newpath 2861 1008 moveto
5197 2856 1000 2849 990 2843 980 curveto
5198 stroke
5199 0.000 0.000 0.000 edgecolor
5200 newpath 2845.8 977.9 moveto
5201 2837 972 lineto
5202 2840.2 982.1 lineto
5203 closepath fill
5204 1 setlinewidth
5205 solid
5206 0.000 0.000 0.000 edgecolor
5207 newpath 2845.8 977.9 moveto
5208 2837 972 lineto
5209 2840.2 982.1 lineto
5210 closepath stroke
5211 grestore
5212 % v94
5213 gsave
5214 1 setlinewidth
5215 0.000 0.000 0.000 nodecolor
5216 184 450 27 18 ellipse_path stroke
5217 0.000 0.000 0.000 nodecolor
5218 14 /Times-Roman set_font
5219 179.5 445.9 moveto 9 (--) alignedtext
5220 grestore
5221 % v94->v2
5222 gsave
5223 1 setlinewidth
5224 0.000 0.000 0.000 edgecolor
5225 newpath 205 438 moveto
5226 210 436 215 434 220 432 curveto
5227 296 405 388 389 438 382 curveto
5228 stroke
5229 0.000 0.000 0.000 edgecolor
5230 newpath 438.4 385.48 moveto
5231 448 381 lineto
5232 437.7 378.51 lineto
5233 closepath fill
5234 1 setlinewidth
5235 solid
5236 0.000 0.000 0.000 edgecolor
5237 newpath 438.4 385.48 moveto
5238 448 381 lineto
5239 437.7 378.51 lineto
5240 closepath stroke
5241 grestore
5242 % v94->v3
5243 gsave
5244 1 setlinewidth
5245 0.000 0.000 0.000 edgecolor
5246 newpath 203 437 moveto
5247 217 427 238 412 256 400 curveto
5248 stroke
5249 0.000 0.000 0.000 edgecolor
5250 newpath 258.1 402.8 moveto
5251 264 394 lineto
5252 253.9 397.2 lineto
5253 closepath fill
5254 1 setlinewidth
5255 solid
5256 0.000 0.000 0.000 edgecolor
5257 newpath 258.1 402.8 moveto
5258 264 394 lineto
5259 253.9 397.2 lineto
5260 closepath stroke
5261 grestore
5262 % v95
5263 gsave
5264 1 setlinewidth
5265 0.000 0.000 0.000 nodecolor
5266 906 450 27.1 18 ellipse_path stroke
5267 0.000 0.000 0.000 nodecolor
5268 14 /Times-Roman set_font
5269 894.5 445.9 moveto 23 (-c-c) alignedtext
5270 grestore
5271 % v95->v2
5272 gsave
5273 1 setlinewidth
5274 0.000 0.000 0.000 edgecolor
5275 newpath 886 438 moveto
5276 881 435 875 433 870 432 curveto
5277 716 387 666 440 511 396 curveto
5278 509 395 507 394 505 394 curveto
5279 stroke
5280 0.000 0.000 0.000 edgecolor
5281 newpath 505.58 390.46 moveto
5282 495 390 lineto
5283 502.98 396.96 lineto
5284 closepath fill
5285 1 setlinewidth
5286 solid
5287 0.000 0.000 0.000 edgecolor
5288 newpath 505.58 390.46 moveto
5289 495 390 lineto
5290 502.98 396.96 lineto
5291 closepath stroke
5292 grestore
5293 % v95->v16
5294 gsave
5295 1 setlinewidth
5296 0.000 0.000 0.000 edgecolor
5297 newpath 888 436 moveto
5298 874 427 855 413 839 401 curveto
5299 stroke
5300 0.000 0.000 0.000 edgecolor
5301 newpath 841.1 398.2 moveto
5302 831 395 lineto
5303 836.9 403.8 lineto
5304 closepath fill
5305 1 setlinewidth
5306 solid
5307 0.000 0.000 0.000 edgecolor
5308 newpath 841.1 398.2 moveto
5309 831 395 lineto
5310 836.9 403.8 lineto
5311 closepath stroke
5312 grestore
5313 % v95->v53
5314 gsave
5315 1 setlinewidth
5316 0.000 0.000 0.000 edgecolor
5317 newpath 926 438 moveto
5318 931 436 937 434 942 432 curveto
5319 1057 396 1095 431 1209 396 curveto
5320 1225 391 1307 348 1354 324 curveto
5321 stroke
5322 0.000 0.000 0.000 edgecolor
5323 newpath 1355.96 326.92 moveto
5324 1363 319 lineto
5325 1352.56 320.8 lineto
5326 closepath fill
5327 1 setlinewidth
5328 solid
5329 0.000 0.000 0.000 edgecolor
5330 newpath 1355.96 326.92 moveto
5331 1363 319 lineto
5332 1352.56 320.8 lineto
5333 closepath stroke
5334 grestore
5335 % v96
5336 gsave
5337 1 setlinewidth
5338 0.000 0.000 0.000 nodecolor
5339 967 522 27 18 ellipse_path stroke
5340 0.000 0.000 0.000 nodecolor
5341 14 /Times-Roman set_font
5342 959 517.9 moveto 16 (-c-) alignedtext
5343 grestore
5344 % v96->v37
5345 gsave
5346 1 setlinewidth
5347 0.000 0.000 0.000 edgecolor
5348 newpath 945 512 moveto
5349 921 501 880 483 849 468 curveto
5350 stroke
5351 0.000 0.000 0.000 edgecolor
5352 newpath 850.56 464.86 moveto
5353 840 464 lineto
5354 847.72 471.26 lineto
5355 closepath fill
5356 1 setlinewidth
5357 solid
5358 0.000 0.000 0.000 edgecolor
5359 newpath 850.56 464.86 moveto
5360 840 464 lineto
5361 847.72 471.26 lineto
5362 closepath stroke
5363 grestore
5364 % v96->v54
5365 gsave
5366 1 setlinewidth
5367 0.000 0.000 0.000 edgecolor
5368 newpath 987 510 moveto
5369 992 507 998 505 1003 504 curveto
5370 1304 424 1401 547 1701 468 curveto
5371 1731 460 1807 419 1849 395 curveto
5372 stroke
5373 0.000 0.000 0.000 edgecolor
5374 newpath 1850.96 397.92 moveto
5375 1858 390 lineto
5376 1847.56 391.8 lineto
5377 closepath fill
5378 1 setlinewidth
5379 solid
5380 0.000 0.000 0.000 edgecolor
5381 newpath 1850.96 397.92 moveto
5382 1858 390 lineto
5383 1847.56 391.8 lineto
5384 closepath stroke
5385 grestore
5386 % v96->v94
5387 gsave
5388 1 setlinewidth
5389 0.000 0.000 0.000 edgecolor
5390 newpath 942 514 moveto
5391 928 510 910 506 893 504 curveto
5392 597 460 510 544 220 468 curveto
5393 218 467 216 466 214 466 curveto
5394 stroke
5395 0.000 0.000 0.000 edgecolor
5396 newpath 214.58 462.46 moveto
5397 204 462 lineto
5398 211.98 468.96 lineto
5399 closepath fill
5400 1 setlinewidth
5401 solid
5402 0.000 0.000 0.000 edgecolor
5403 newpath 214.58 462.46 moveto
5404 204 462 lineto
5405 211.98 468.96 lineto
5406 closepath stroke
5407 grestore
5408 % v96->v95
5409 gsave
5410 1 setlinewidth
5411 0.000 0.000 0.000 edgecolor
5412 newpath 953 506 moveto
5413 945 496 935 484 926 474 curveto
5414 stroke
5415 0.000 0.000 0.000 edgecolor
5416 newpath 928.22 471.22 moveto
5417 919 466 lineto
5418 922.95 475.83 lineto
5419 closepath fill
5420 1 setlinewidth
5421 solid
5422 0.000 0.000 0.000 edgecolor
5423 newpath 928.22 471.22 moveto
5424 919 466 lineto
5425 922.95 475.83 lineto
5426 closepath stroke
5427 grestore
5428 % v97
5429 gsave
5430 1 setlinewidth
5431 0.000 0.000 0.000 nodecolor
5432 692 594 57.87 18 ellipse_path stroke
5433 0.000 0.000 0.000 nodecolor
5434 14 /Times-Roman set_font
5435 658 589.9 moveto 68 (ici--c=iici--c) alignedtext
5436 grestore
5437 % v97->v28
5438 gsave
5439 1 setlinewidth
5440 0.000 0.000 0.000 edgecolor
5441 newpath 667 578 moveto
5442 653 568 634 556 618 545 curveto
5443 stroke
5444 0.000 0.000 0.000 edgecolor
5445 newpath 619.26 541.63 moveto
5446 609 539 lineto
5447 615.38 547.46 lineto
5448 closepath fill
5449 1 setlinewidth
5450 solid
5451 0.000 0.000 0.000 edgecolor
5452 newpath 619.26 541.63 moveto
5453 609 539 lineto
5454 615.38 547.46 lineto
5455 closepath stroke
5456 grestore
5457 % v97->v63
5458 gsave
5459 1 setlinewidth
5460 0.000 0.000 0.000 edgecolor
5461 newpath 714 577 moveto
5462 726 568 742 556 755 546 curveto
5463 stroke
5464 0.000 0.000 0.000 edgecolor
5465 newpath 757.1 548.8 moveto
5466 763 540 lineto
5467 752.9 543.2 lineto
5468 closepath fill
5469 1 setlinewidth
5470 solid
5471 0.000 0.000 0.000 edgecolor
5472 newpath 757.1 548.8 moveto
5473 763 540 lineto
5474 752.9 543.2 lineto
5475 closepath stroke
5476 grestore
5477 % v98
5478 gsave
5479 1 setlinewidth
5480 0.000 0.000 0.000 nodecolor
5481 591 666 68.79 18 ellipse_path stroke
5482 0.000 0.000 0.000 nodecolor
5483 14 /Times-Roman set_font
5484 549.5 661.9 moveto 83 (i--c=i-c-c=ii--c) alignedtext
5485 grestore
5486 % v98->v95
5487 gsave
5488 1 setlinewidth
5489 0.000 0.000 0.000 edgecolor
5490 newpath 644 654 moveto
5491 678 645 723 632 759 612 curveto
5492 781 599 781 588 802 576 curveto
5493 840 553 867 574 893 540 curveto
5494 907 522 910 497 909 478 curveto
5495 stroke
5496 0.000 0.000 0.000 edgecolor
5497 newpath 912.5 478 moveto
5498 909 468 lineto
5499 905.5 478 lineto
5500 closepath fill
5501 1 setlinewidth
5502 solid
5503 0.000 0.000 0.000 edgecolor
5504 newpath 912.5 478 moveto
5505 909 468 lineto
5506 905.5 478 lineto
5507 closepath stroke
5508 grestore
5509 % v98->v97
5510 gsave
5511 1 setlinewidth
5512 0.000 0.000 0.000 edgecolor
5513 newpath 615 649 moveto
5514 628 640 646 627 661 617 curveto
5515 stroke
5516 0.000 0.000 0.000 edgecolor
5517 newpath 663.1 619.8 moveto
5518 669 611 lineto
5519 658.9 614.2 lineto
5520 closepath fill
5521 1 setlinewidth
5522 solid
5523 0.000 0.000 0.000 edgecolor
5524 newpath 663.1 619.8 moveto
5525 669 611 lineto
5526 658.9 614.2 lineto
5527 closepath stroke
5528 grestore
5529 % v99
5530 gsave
5531 1 setlinewidth
5532 0.000 0.000 0.000 nodecolor
5533 455 666 48.84 18 ellipse_path stroke
5534 0.000 0.000 0.000 nodecolor
5535 14 /Times-Roman set_font
5536 427.5 661.9 moveto 55 (ici--=iici--) alignedtext
5537 grestore
5538 % v99->v41
5539 gsave
5540 1 setlinewidth
5541 0.000 0.000 0.000 edgecolor
5542 newpath 427 651 moveto
5543 407 640 380 627 357 615 curveto
5544 stroke
5545 0.000 0.000 0.000 edgecolor
5546 newpath 358.44 611.8 moveto
5547 348 610 lineto
5548 355.04 617.92 lineto
5549 closepath fill
5550 1 setlinewidth
5551 solid
5552 0.000 0.000 0.000 edgecolor
5553 newpath 358.44 611.8 moveto
5554 348 610 lineto
5555 355.04 617.92 lineto
5556 closepath stroke
5557 grestore
5558 % v99->v64
5559 gsave
5560 1 setlinewidth
5561 0.000 0.000 0.000 edgecolor
5562 newpath 464 648 moveto
5563 468 640 474 630 479 621 curveto
5564 stroke
5565 0.000 0.000 0.000 edgecolor
5566 newpath 482.2 622.44 moveto
5567 484 612 lineto
5568 476.08 619.04 lineto
5569 closepath fill
5570 1 setlinewidth
5571 solid
5572 0.000 0.000 0.000 edgecolor
5573 newpath 482.2 622.44 moveto
5574 484 612 lineto
5575 476.08 619.04 lineto
5576 closepath stroke
5577 grestore
5578 % v99->v97
5579 gsave
5580 1 setlinewidth
5581 0.000 0.000 0.000 edgecolor
5582 newpath 492 654 moveto
5583 499 652 506 650 513 648 curveto
5584 556 634 605 620 640 609 curveto
5585 stroke
5586 0.000 0.000 0.000 edgecolor
5587 newpath 641.43 612.23 moveto
5588 650 606 lineto
5589 639.42 605.52 lineto
5590 closepath fill
5591 1 setlinewidth
5592 solid
5593 0.000 0.000 0.000 edgecolor
5594 newpath 641.43 612.23 moveto
5595 650 606 lineto
5596 639.42 605.52 lineto
5597 closepath stroke
5598 grestore
5599 % v100
5600 gsave
5601 1 setlinewidth
5602 0.000 0.000 0.000 nodecolor
5603 591 738 54.2 18 ellipse_path stroke
5604 0.000 0.000 0.000 nodecolor
5605 14 /Times-Roman set_font
5606 560 733.9 moveto 62 (i--=i-c-=ii--) alignedtext
5607 grestore
5608 % v100->v96
5609 gsave
5610 1 setlinewidth
5611 0.000 0.000 0.000 edgecolor
5612 newpath 618 722 moveto
5613 658 699 733 654 794 612 curveto
5614 816 597 818 589 840 576 curveto
5615 870 558 907 543 934 533 curveto
5616 stroke
5617 0.000 0.000 0.000 edgecolor
5618 newpath 934.62 536.48 moveto
5619 943 530 lineto
5620 932.41 529.84 lineto
5621 closepath fill
5622 1 setlinewidth
5623 solid
5624 0.000 0.000 0.000 edgecolor
5625 newpath 934.62 536.48 moveto
5626 943 530 lineto
5627 932.41 529.84 lineto
5628 closepath stroke
5629 grestore
5630 % v100->v98
5631 gsave
5632 1 setlinewidth
5633 0.000 0.000 0.000 edgecolor
5634 newpath 591 720 moveto
5635 591 712 591 703 591 694 curveto
5636 stroke
5637 0.000 0.000 0.000 edgecolor
5638 newpath 594.5 694 moveto
5639 591 684 lineto
5640 587.5 694 lineto
5641 closepath fill
5642 1 setlinewidth
5643 solid
5644 0.000 0.000 0.000 edgecolor
5645 newpath 594.5 694 moveto
5646 591 684 lineto
5647 587.5 694 lineto
5648 closepath stroke
5649 grestore
5650 % v100->v99
5651 gsave
5652 1 setlinewidth
5653 0.000 0.000 0.000 edgecolor
5654 newpath 562 723 moveto
5655 542 713 514 697 492 686 curveto
5656 stroke
5657 0.000 0.000 0.000 edgecolor
5658 newpath 493.44 682.8 moveto
5659 483 681 lineto
5660 490.04 688.92 lineto
5661 closepath fill
5662 1 setlinewidth
5663 solid
5664 0.000 0.000 0.000 edgecolor
5665 newpath 493.44 682.8 moveto
5666 483 681 lineto
5667 490.04 688.92 lineto
5668 closepath stroke
5669 grestore
5670 % v101
5671 gsave
5672 1 setlinewidth
5673 0.000 0.000 0.000 nodecolor
5674 1507 522 32.86 18 ellipse_path stroke
5675 0.000 0.000 0.000 nodecolor
5676 14 /Times-Roman set_font
5677 1491 517.9 moveto 32 (-c-cic) alignedtext
5678 grestore
5679 % v101->v9
5680 gsave
5681 1 setlinewidth
5682 0.000 0.000 0.000 edgecolor
5683 newpath 1483 510 moveto
5684 1477 507 1471 505 1465 504 curveto
5685 1272 456 1211 519 1018 468 curveto
5686 1016 468 1014 467 1011 466 curveto
5687 stroke
5688 0.000 0.000 0.000 edgecolor
5689 newpath 1012.56 462.86 moveto
5690 1002 462 lineto
5691 1009.72 469.26 lineto
5692 closepath fill
5693 1 setlinewidth
5694 solid
5695 0.000 0.000 0.000 edgecolor
5696 newpath 1012.56 462.86 moveto
5697 1002 462 lineto
5698 1009.72 469.26 lineto
5699 closepath stroke
5700 grestore
5701 % v101->v18
5702 gsave
5703 1 setlinewidth
5704 0.000 0.000 0.000 edgecolor
5705 newpath 1482 510 moveto
5706 1476 508 1471 506 1465 504 curveto
5707 1425 489 1378 476 1341 466 curveto
5708 stroke
5709 0.000 0.000 0.000 edgecolor
5710 newpath 1341.58 462.52 moveto
5711 1331 463 lineto
5712 1339.57 469.23 lineto
5713 closepath fill
5714 1 setlinewidth
5715 solid
5716 0.000 0.000 0.000 edgecolor
5717 newpath 1341.58 462.52 moveto
5718 1331 463 lineto
5719 1339.57 469.23 lineto
5720 closepath stroke
5721 grestore
5722 % v101->v57
5723 gsave
5724 1 setlinewidth
5725 0.000 0.000 0.000 edgecolor
5726 newpath 1534 511 moveto
5727 1540 509 1547 506 1554 504 curveto
5728 1605 486 1637 510 1668 468 curveto
5729 1682 450 1678 424 1672 406 curveto
5730 stroke
5731 0.000 0.000 0.000 edgecolor
5732 newpath 1675.23 404.57 moveto
5733 1669 396 lineto
5734 1668.52 406.58 lineto
5735 closepath fill
5736 1 setlinewidth
5737 solid
5738 0.000 0.000 0.000 edgecolor
5739 newpath 1675.23 404.57 moveto
5740 1669 396 lineto
5741 1668.52 406.58 lineto
5742 closepath stroke
5743 grestore
5744 % v101->v95
5745 gsave
5746 1 setlinewidth
5747 0.000 0.000 0.000 edgecolor
5748 newpath 1483 510 moveto
5749 1477 507 1471 505 1465 504 curveto
5750 1239 449 1167 529 942 468 curveto
5751 940 467 938 466 936 466 curveto
5752 stroke
5753 0.000 0.000 0.000 edgecolor
5754 newpath 936.58 462.46 moveto
5755 926 462 lineto
5756 933.98 468.96 lineto
5757 closepath fill
5758 1 setlinewidth
5759 solid
5760 0.000 0.000 0.000 edgecolor
5761 newpath 936.58 462.46 moveto
5762 926 462 lineto
5763 933.98 468.96 lineto
5764 closepath stroke
5765 grestore
5766 % v102
5767 gsave
5768 1 setlinewidth
5769 0.000 0.000 0.000 nodecolor
5770 1633 594 27 18 ellipse_path stroke
5771 0.000 0.000 0.000 nodecolor
5772 14 /Times-Roman set_font
5773 1623.5 589.9 moveto 19 (--ic) alignedtext
5774 grestore
5775 % v102->v19
5776 gsave
5777 1 setlinewidth
5778 0.000 0.000 0.000 edgecolor
5779 newpath 1638 576 moveto
5780 1640 568 1643 559 1645 550 curveto
5781 stroke
5782 0.000 0.000 0.000 edgecolor
5783 newpath 1648.48 550.58 moveto
5784 1648 540 lineto
5785 1641.77 548.57 lineto
5786 closepath fill
5787 1 setlinewidth
5788 solid
5789 0.000 0.000 0.000 edgecolor
5790 newpath 1648.48 550.58 moveto
5791 1648 540 lineto
5792 1641.77 548.57 lineto
5793 closepath stroke
5794 grestore
5795 % v102->v101
5796 gsave
5797 1 setlinewidth
5798 0.000 0.000 0.000 edgecolor
5799 newpath 1612 582 moveto
5800 1593 571 1562 554 1539 540 curveto
5801 stroke
5802 0.000 0.000 0.000 edgecolor
5803 newpath 1540.44 536.8 moveto
5804 1530 535 lineto
5805 1537.04 542.92 lineto
5806 closepath fill
5807 1 setlinewidth
5808 solid
5809 0.000 0.000 0.000 edgecolor
5810 newpath 1540.44 536.8 moveto
5811 1530 535 lineto
5812 1537.04 542.92 lineto
5813 closepath stroke
5814 grestore
5815 % v103
5816 gsave
5817 1 setlinewidth
5818 0.000 0.000 0.000 nodecolor
5819 2225 594 29.19 18 ellipse_path stroke
5820 0.000 0.000 0.000 nodecolor
5821 14 /Times-Roman set_font
5822 2212 589.9 moveto 26 (-c-ci) alignedtext
5823 grestore
5824 % v103->v13
5825 gsave
5826 1 setlinewidth
5827 0.000 0.000 0.000 edgecolor
5828 newpath 2203 582 moveto
5829 2198 580 2192 578 2187 576 curveto
5830 2085 544 2052 572 1951 540 curveto
5831 1949 539 1947 539 1945 538 curveto
5832 stroke
5833 0.000 0.000 0.000 edgecolor
5834 newpath 1946.56 534.86 moveto
5835 1936 534 lineto
5836 1943.72 541.26 lineto
5837 closepath fill
5838 1 setlinewidth
5839 solid
5840 0.000 0.000 0.000 edgecolor
5841 newpath 1946.56 534.86 moveto
5842 1936 534 lineto
5843 1943.72 541.26 lineto
5844 closepath stroke
5845 grestore
5846 % v103->v22
5847 gsave
5848 1 setlinewidth
5849 0.000 0.000 0.000 edgecolor
5850 newpath 2238 578 moveto
5851 2245 569 2254 558 2261 548 curveto
5852 stroke
5853 0.000 0.000 0.000 edgecolor
5854 newpath 2264.05 549.83 moveto
5855 2268 540 lineto
5856 2258.78 545.22 lineto
5857 closepath fill
5858 1 setlinewidth
5859 solid
5860 0.000 0.000 0.000 edgecolor
5861 newpath 2264.05 549.83 moveto
5862 2268 540 lineto
5863 2258.78 545.22 lineto
5864 closepath stroke
5865 grestore
5866 % v103->v58
5867 gsave
5868 1 setlinewidth
5869 0.000 0.000 0.000 edgecolor
5870 newpath 2254 591 moveto
5871 2285 586 2333 573 2357 540 curveto
5872 2370 522 2370 497 2368 478 curveto
5873 stroke
5874 0.000 0.000 0.000 edgecolor
5875 newpath 2371.39 477.12 moveto
5876 2366 468 lineto
5877 2364.53 478.49 lineto
5878 closepath fill
5879 1 setlinewidth
5880 solid
5881 0.000 0.000 0.000 edgecolor
5882 newpath 2371.39 477.12 moveto
5883 2366 468 lineto
5884 2364.53 478.49 lineto
5885 closepath stroke
5886 grestore
5887 % v103->v101
5888 gsave
5889 1 setlinewidth
5890 0.000 0.000 0.000 edgecolor
5891 newpath 2203 582 moveto
5892 2198 579 2192 577 2187 576 curveto
5893 1929 509 1852 577 1587 540 curveto
5894 1574 538 1560 535 1547 532 curveto
5895 stroke
5896 0.000 0.000 0.000 edgecolor
5897 newpath 1547.49 528.53 moveto
5898 1537 530 lineto
5899 1546.12 535.39 lineto
5900 closepath fill
5901 1 setlinewidth
5902 solid
5903 0.000 0.000 0.000 edgecolor
5904 newpath 1547.49 528.53 moveto
5905 1537 530 lineto
5906 1546.12 535.39 lineto
5907 closepath stroke
5908 grestore
5909 % v104
5910 gsave
5911 1 setlinewidth
5912 0.000 0.000 0.000 nodecolor
5913 2179 666 27 18 ellipse_path stroke
5914 0.000 0.000 0.000 nodecolor
5915 14 /Times-Roman set_font
5916 2168 661.9 moveto 22 (--ici) alignedtext
5917 grestore
5918 % v104->v23
5919 gsave
5920 1 setlinewidth
5921 0.000 0.000 0.000 edgecolor
5922 newpath 2166 650 moveto
5923 2158 641 2148 630 2139 620 curveto
5924 stroke
5925 0.000 0.000 0.000 edgecolor
5926 newpath 2141.22 617.22 moveto
5927 2132 612 lineto
5928 2135.95 621.83 lineto
5929 closepath fill
5930 1 setlinewidth
5931 solid
5932 0.000 0.000 0.000 edgecolor
5933 newpath 2141.22 617.22 moveto
5934 2132 612 lineto
5935 2135.95 621.83 lineto
5936 closepath stroke
5937 grestore
5938 % v104->v102
5939 gsave
5940 1 setlinewidth
5941 0.000 0.000 0.000 edgecolor
5942 newpath 2159 654 moveto
5943 2154 651 2148 649 2143 648 curveto
5944 1940 591 1873 668 1669 612 curveto
5945 1667 611 1665 610 1663 610 curveto
5946 stroke
5947 0.000 0.000 0.000 edgecolor
5948 newpath 1663.58 606.46 moveto
5949 1653 606 lineto
5950 1660.98 612.96 lineto
5951 closepath fill
5952 1 setlinewidth
5953 solid
5954 0.000 0.000 0.000 edgecolor
5955 newpath 1663.58 606.46 moveto
5956 1653 606 lineto
5957 1660.98 612.96 lineto
5958 closepath stroke
5959 grestore
5960 % v104->v103
5961 gsave
5962 1 setlinewidth
5963 0.000 0.000 0.000 edgecolor
5964 newpath 2190 649 moveto
5965 2195 641 2202 630 2209 620 curveto
5966 stroke
5967 0.000 0.000 0.000 edgecolor
5968 newpath 2212.2 621.44 moveto
5969 2214 611 lineto
5970 2206.08 618.04 lineto
5971 closepath fill
5972 1 setlinewidth
5973 solid
5974 0.000 0.000 0.000 edgecolor
5975 newpath 2212.2 621.44 moveto
5976 2214 611 lineto
5977 2206.08 618.04 lineto
5978 closepath stroke
5979 grestore
5980 % v105
5981 gsave
5982 1 setlinewidth
5983 0.000 0.000 0.000 nodecolor
5984 2123 738 27 18 ellipse_path stroke
5985 0.000 0.000 0.000 nodecolor
5986 14 /Times-Roman set_font
5987 2117 733.9 moveto 12 (--i) alignedtext
5988 grestore
5989 % v105->v38
5990 gsave
5991 1 setlinewidth
5992 0.000 0.000 0.000 edgecolor
5993 newpath 2114 721 moveto
5994 2110 713 2104 702 2100 693 curveto
5995 stroke
5996 0.000 0.000 0.000 edgecolor
5997 newpath 2102.92 691.04 moveto
5998 2095 684 lineto
5999 2096.8 694.44 lineto
6000 closepath fill
6001 1 setlinewidth
6002 solid
6003 0.000 0.000 0.000 edgecolor
6004 newpath 2102.92 691.04 moveto
6005 2095 684 lineto
6006 2096.8 694.44 lineto
6007 closepath stroke
6008 grestore
6009 % v105->v96
6010 gsave
6011 1 setlinewidth
6012 0.000 0.000 0.000 edgecolor
6013 newpath 2101 727 moveto
6014 2081 717 2052 701 2029 684 curveto
6015 2010 670 2012 657 1991 648 curveto
6016 1818 570 1741 684 1564 612 curveto
6017 1541 602 1545 585 1521 576 curveto
6018 1307 489 1226 600 1003 540 curveto
6019 1001 539 999 538 997 538 curveto
6020 stroke
6021 0.000 0.000 0.000 edgecolor
6022 newpath 997.58 534.46 moveto
6023 987 534 lineto
6024 994.98 540.96 lineto
6025 closepath fill
6026 1 setlinewidth
6027 solid
6028 0.000 0.000 0.000 edgecolor
6029 newpath 997.58 534.46 moveto
6030 987 534 lineto
6031 994.98 540.96 lineto
6032 closepath stroke
6033 grestore
6034 % v105->v104
6035 gsave
6036 1 setlinewidth
6037 0.000 0.000 0.000 edgecolor
6038 newpath 2136 722 moveto
6039 2143 713 2152 701 2160 690 curveto
6040 stroke
6041 0.000 0.000 0.000 edgecolor
6042 newpath 2162.8 692.1 moveto
6043 2166 682 lineto
6044 2157.2 687.9 lineto
6045 closepath fill
6046 1 setlinewidth
6047 solid
6048 0.000 0.000 0.000 edgecolor
6049 newpath 2162.8 692.1 moveto
6050 2166 682 lineto
6051 2157.2 687.9 lineto
6052 closepath stroke
6053 grestore
6054 % v106
6055 gsave
6056 1 setlinewidth
6057 0.000 0.000 0.000 nodecolor
6058 864 666 71.77 18 ellipse_path stroke
6059 0.000 0.000 0.000 nodecolor
6060 14 /Times-Roman set_font
6061 820 661.9 moveto 88 (ici--cic=iici--cic) alignedtext
6062 grestore
6063 % v106->v33
6064 gsave
6065 1 setlinewidth
6066 0.000 0.000 0.000 edgecolor
6067 newpath 893 649 moveto
6068 910 640 932 627 950 616 curveto
6069 stroke
6070 0.000 0.000 0.000 edgecolor
6071 newpath 951.96 618.92 moveto
6072 959 611 lineto
6073 948.56 612.8 lineto
6074 closepath fill
6075 1 setlinewidth
6076 solid
6077 0.000 0.000 0.000 edgecolor
6078 newpath 951.96 618.92 moveto
6079 959 611 lineto
6080 948.56 612.8 lineto
6081 closepath stroke
6082 grestore
6083 % v106->v66
6084 gsave
6085 1 setlinewidth
6086 0.000 0.000 0.000 edgecolor
6087 newpath 917 654 moveto
6088 926 652 936 650 945 648 curveto
6089 1012 634 1088 620 1145 610 curveto
6090 stroke
6091 0.000 0.000 0.000 edgecolor
6092 newpath 1145.88 613.39 moveto
6093 1155 608 lineto
6094 1144.51 606.53 lineto
6095 closepath fill
6096 1 setlinewidth
6097 solid
6098 0.000 0.000 0.000 edgecolor
6099 newpath 1145.88 613.39 moveto
6100 1155 608 lineto
6101 1144.51 606.53 lineto
6102 closepath stroke
6103 grestore
6104 % v106->v97
6105 gsave
6106 1 setlinewidth
6107 0.000 0.000 0.000 edgecolor
6108 newpath 827 650 moveto
6109 800 639 765 625 737 613 curveto
6110 stroke
6111 0.000 0.000 0.000 edgecolor
6112 newpath 737.58 609.46 moveto
6113 727 609 lineto
6114 734.98 615.96 lineto
6115 closepath fill
6116 1 setlinewidth
6117 solid
6118 0.000 0.000 0.000 edgecolor
6119 newpath 737.58 609.46 moveto
6120 727 609 lineto
6121 734.98 615.96 lineto
6122 closepath stroke
6123 grestore
6124 % v107
6125 gsave
6126 1 setlinewidth
6127 0.000 0.000 0.000 nodecolor
6128 825 738 88.94 18 ellipse_path stroke
6129 0.000 0.000 0.000 nodecolor
6130 14 /Times-Roman set_font
6131 769 733.9 moveto 112 (i--cic=i-c-cic=ii--cic) alignedtext
6132 grestore
6133 % v107->v98
6134 gsave
6135 1 setlinewidth
6136 0.000 0.000 0.000 edgecolor
6137 newpath 776 723 moveto
6138 737 711 685 695 646 683 curveto
6139 stroke
6140 0.000 0.000 0.000 edgecolor
6141 newpath 646.58 679.52 moveto
6142 636 680 lineto
6143 644.57 686.23 lineto
6144 closepath fill
6145 1 setlinewidth
6146 solid
6147 0.000 0.000 0.000 edgecolor
6148 newpath 646.58 679.52 moveto
6149 636 680 lineto
6150 644.57 686.23 lineto
6151 closepath stroke
6152 grestore
6153 % v107->v101
6154 gsave
6155 1 setlinewidth
6156 0.000 0.000 0.000 edgecolor
6157 newpath 806 720 moveto
6158 798 710 788 697 783 684 curveto
6159 778 668 776 662 783 648 curveto
6160 795 624 810 628 830 612 curveto
6161 850 596 850 585 873 576 curveto
6162 996 527 1337 570 1465 540 curveto
6163 1468 540 1470 539 1473 538 curveto
6164 stroke
6165 0.000 0.000 0.000 edgecolor
6166 newpath 1474.28 541.26 moveto
6167 1482 534 lineto
6168 1471.44 534.86 lineto
6169 closepath fill
6170 1 setlinewidth
6171 solid
6172 0.000 0.000 0.000 edgecolor
6173 newpath 1474.28 541.26 moveto
6174 1482 534 lineto
6175 1471.44 534.86 lineto
6176 closepath stroke
6177 grestore
6178 % v107->v106
6179 gsave
6180 1 setlinewidth
6181 0.000 0.000 0.000 edgecolor
6182 newpath 835 720 moveto
6183 839 712 844 702 849 693 curveto
6184 stroke
6185 0.000 0.000 0.000 edgecolor
6186 newpath 852.2 694.44 moveto
6187 854 684 lineto
6188 846.08 691.04 lineto
6189 closepath fill
6190 1 setlinewidth
6191 solid
6192 0.000 0.000 0.000 edgecolor
6193 newpath 852.2 694.44 moveto
6194 854 684 lineto
6195 846.08 691.04 lineto
6196 closepath stroke
6197 grestore
6198 % v108
6199 gsave
6200 1 setlinewidth
6201 0.000 0.000 0.000 nodecolor
6202 1021 738 62.04 18 ellipse_path stroke
6203 0.000 0.000 0.000 nodecolor
6204 14 /Times-Roman set_font
6205 984 733.9 moveto 74 (ici--ic=iici--ic) alignedtext
6206 grestore
6207 % v108->v35
6208 gsave
6209 1 setlinewidth
6210 0.000 0.000 0.000 edgecolor
6211 newpath 1028 720 moveto
6212 1031 712 1034 702 1038 694 curveto
6213 stroke
6214 0.000 0.000 0.000 edgecolor
6215 newpath 1041.48 694.58 moveto
6216 1041 684 lineto
6217 1034.77 692.57 lineto
6218 closepath fill
6219 1 setlinewidth
6220 solid
6221 0.000 0.000 0.000 edgecolor
6222 newpath 1041.48 694.58 moveto
6223 1041 684 lineto
6224 1034.77 692.57 lineto
6225 closepath stroke
6226 grestore
6227 % v108->v67
6228 gsave
6229 1 setlinewidth
6230 0.000 0.000 0.000 edgecolor
6231 newpath 1063 725 moveto
6232 1100 714 1152 697 1192 684 curveto
6233 stroke
6234 0.000 0.000 0.000 edgecolor
6235 newpath 1193.43 687.23 moveto
6236 1202 681 lineto
6237 1191.42 680.52 lineto
6238 closepath fill
6239 1 setlinewidth
6240 solid
6241 0.000 0.000 0.000 edgecolor
6242 newpath 1193.43 687.23 moveto
6243 1202 681 lineto
6244 1191.42 680.52 lineto
6245 closepath stroke
6246 grestore
6247 % v108->v106
6248 gsave
6249 1 setlinewidth
6250 0.000 0.000 0.000 edgecolor
6251 newpath 988 723 moveto
6252 965 712 933 698 907 686 curveto
6253 stroke
6254 0.000 0.000 0.000 edgecolor
6255 newpath 908.56 682.86 moveto
6256 898 682 lineto
6257 905.72 689.26 lineto
6258 closepath fill
6259 1 setlinewidth
6260 solid
6261 0.000 0.000 0.000 edgecolor
6262 newpath 908.56 682.86 moveto
6263 898 682 lineto
6264 905.72 689.26 lineto
6265 closepath stroke
6266 grestore
6267 % v109
6268 gsave
6269 1 setlinewidth
6270 0.000 0.000 0.000 nodecolor
6271 825 810 48.84 18 ellipse_path stroke
6272 0.000 0.000 0.000 nodecolor
6273 14 /Times-Roman set_font
6274 797.5 805.9 moveto 55 (i--ic=ii--ic) alignedtext
6275 grestore
6276 % v109->v102
6277 gsave
6278 1 setlinewidth
6279 0.000 0.000 0.000 edgecolor
6280 newpath 861 798 moveto
6281 869 796 876 794 883 792 curveto
6282 975 769 1008 798 1092 756 curveto
6283 1113 745 1110 730 1130 720 curveto
6284 1220 675 1262 728 1351 684 curveto
6285 1372 673 1369 658 1389 648 curveto
6286 1426 628 1538 608 1597 599 curveto
6287 stroke
6288 0.000 0.000 0.000 edgecolor
6289 newpath 1597.4 602.48 moveto
6290 1607 598 lineto
6291 1596.7 595.51 lineto
6292 closepath fill
6293 1 setlinewidth
6294 solid
6295 0.000 0.000 0.000 edgecolor
6296 newpath 1597.4 602.48 moveto
6297 1607 598 lineto
6298 1596.7 595.51 lineto
6299 closepath stroke
6300 grestore
6301 % v109->v107
6302 gsave
6303 1 setlinewidth
6304 0.000 0.000 0.000 edgecolor
6305 newpath 825 792 moveto
6306 825 784 825 775 825 766 curveto
6307 stroke
6308 0.000 0.000 0.000 edgecolor
6309 newpath 828.5 766 moveto
6310 825 756 lineto
6311 821.5 766 lineto
6312 closepath fill
6313 1 setlinewidth
6314 solid
6315 0.000 0.000 0.000 edgecolor
6316 newpath 828.5 766 moveto
6317 825 756 lineto
6318 821.5 766 lineto
6319 closepath stroke
6320 grestore
6321 % v109->v108
6322 gsave
6323 1 setlinewidth
6324 0.000 0.000 0.000 edgecolor
6325 newpath 860 797 moveto
6326 891 785 937 768 972 755 curveto
6327 stroke
6328 0.000 0.000 0.000 edgecolor
6329 newpath 973.43 758.23 moveto
6330 982 752 lineto
6331 971.42 751.52 lineto
6332 closepath fill
6333 1 setlinewidth
6334 solid
6335 0.000 0.000 0.000 edgecolor
6336 newpath 973.43 758.23 moveto
6337 982 752 lineto
6338 971.42 751.52 lineto
6339 closepath stroke
6340 grestore
6341 % v110
6342 gsave
6343 1 setlinewidth
6344 0.000 0.000 0.000 nodecolor
6345 1771 738 62.04 18 ellipse_path stroke
6346 0.000 0.000 0.000 nodecolor
6347 14 /Times-Roman set_font
6348 1734 733.9 moveto 74 (ici--ci=iici--ci) alignedtext
6349 grestore
6350 % v110->v45
6351 gsave
6352 1 setlinewidth
6353 0.000 0.000 0.000 edgecolor
6354 newpath 1725 726 moveto
6355 1679 715 1609 696 1558 684 curveto
6356 stroke
6357 0.000 0.000 0.000 edgecolor
6358 newpath 1558.58 680.52 moveto
6359 1548 681 lineto
6360 1556.57 687.23 lineto
6361 closepath fill
6362 1 setlinewidth
6363 solid
6364 0.000 0.000 0.000 edgecolor
6365 newpath 1558.58 680.52 moveto
6366 1548 681 lineto
6367 1556.57 687.23 lineto
6368 closepath stroke
6369 grestore
6370 % v110->v69
6371 gsave
6372 1 setlinewidth
6373 0.000 0.000 0.000 edgecolor
6374 newpath 1796 721 moveto
6375 1809 712 1827 700 1842 690 curveto
6376 stroke
6377 0.000 0.000 0.000 edgecolor
6378 newpath 1844.62 692.46 moveto
6379 1851 684 lineto
6380 1840.74 686.63 lineto
6381 closepath fill
6382 1 setlinewidth
6383 solid
6384 0.000 0.000 0.000 edgecolor
6385 newpath 1844.62 692.46 moveto
6386 1851 684 lineto
6387 1840.74 686.63 lineto
6388 closepath stroke
6389 grestore
6390 % v110->v106
6391 gsave
6392 1 setlinewidth
6393 0.000 0.000 0.000 edgecolor
6394 newpath 1727 725 moveto
6395 1718 723 1709 721 1700 720 curveto
6396 1368 670 1278 728 945 684 curveto
6397 938 683 932 682 925 681 curveto
6398 stroke
6399 0.000 0.000 0.000 edgecolor
6400 newpath 925.49 677.53 moveto
6401 915 679 lineto
6402 924.12 684.39 lineto
6403 closepath fill
6404 1 setlinewidth
6405 solid
6406 0.000 0.000 0.000 edgecolor
6407 newpath 925.49 677.53 moveto
6408 915 679 lineto
6409 924.12 684.39 lineto
6410 closepath stroke
6411 grestore
6412 % v111
6413 gsave
6414 1 setlinewidth
6415 0.000 0.000 0.000 nodecolor
6416 1624 810 75.05 18 ellipse_path stroke
6417 0.000 0.000 0.000 nodecolor
6418 14 /Times-Roman set_font
6419 1578 805.9 moveto 92 (i--ci=i-c-ci=ii--ci) alignedtext
6420 grestore
6421 % v111->v103
6422 gsave
6423 1 setlinewidth
6424 0.000 0.000 0.000 edgecolor
6425 newpath 1697 806 moveto
6426 1834 797 2119 777 2159 756 curveto
6427 2194 736 2199 721 2215 684 curveto
6428 2223 664 2225 640 2226 622 curveto
6429 stroke
6430 0.000 0.000 0.000 edgecolor
6431 newpath 2229.5 622 moveto
6432 2226 612 lineto
6433 2222.5 622 lineto
6434 closepath fill
6435 1 setlinewidth
6436 solid
6437 0.000 0.000 0.000 edgecolor
6438 newpath 2229.5 622 moveto
6439 2226 612 lineto
6440 2222.5 622 lineto
6441 closepath stroke
6442 grestore
6443 % v111->v107
6444 gsave
6445 1 setlinewidth
6446 0.000 0.000 0.000 edgecolor
6447 newpath 1552 804 moveto
6448 1391 792 1009 762 950 756 curveto
6449 936 754 921 752 907 750 curveto
6450 stroke
6451 0.000 0.000 0.000 edgecolor
6452 newpath 907.3 746.51 moveto
6453 897 749 lineto
6454 906.6 753.48 lineto
6455 closepath fill
6456 1 setlinewidth
6457 solid
6458 0.000 0.000 0.000 edgecolor
6459 newpath 907.3 746.51 moveto
6460 897 749 lineto
6461 906.6 753.48 lineto
6462 closepath stroke
6463 grestore
6464 % v111->v110
6465 gsave
6466 1 setlinewidth
6467 0.000 0.000 0.000 edgecolor
6468 newpath 1657 794 moveto
6469 1679 783 1707 769 1730 758 curveto
6470 stroke
6471 0.000 0.000 0.000 edgecolor
6472 newpath 1731.28 761.26 moveto
6473 1739 754 lineto
6474 1728.44 754.86 lineto
6475 closepath fill
6476 1 setlinewidth
6477 solid
6478 0.000 0.000 0.000 edgecolor
6479 newpath 1731.28 761.26 moveto
6480 1739 754 lineto
6481 1728.44 754.86 lineto
6482 closepath stroke
6483 grestore
6484 % v112
6485 gsave
6486 1 setlinewidth
6487 0.000 0.000 0.000 nodecolor
6488 1306 810 66.21 18 ellipse_path stroke
6489 0.000 0.000 0.000 nodecolor
6490 14 /Times-Roman set_font
6491 1266 805.9 moveto 80 (ici--ici=iici--ici) alignedtext
6492 grestore
6493 % v112->v48
6494 gsave
6495 1 setlinewidth
6496 0.000 0.000 0.000 edgecolor
6497 newpath 1289 792 moveto
6498 1281 783 1272 773 1263 764 curveto
6499 stroke
6500 0.000 0.000 0.000 edgecolor
6501 newpath 1265.22 761.22 moveto
6502 1256 756 lineto
6503 1259.95 765.83 lineto
6504 closepath fill
6505 1 setlinewidth
6506 solid
6507 0.000 0.000 0.000 edgecolor
6508 newpath 1265.22 761.22 moveto
6509 1256 756 lineto
6510 1259.95 765.83 lineto
6511 closepath stroke
6512 grestore
6513 % v112->v70
6514 gsave
6515 1 setlinewidth
6516 0.000 0.000 0.000 edgecolor
6517 newpath 1355 798 moveto
6518 1402 786 1474 768 1526 755 curveto
6519 stroke
6520 0.000 0.000 0.000 edgecolor
6521 newpath 1527.43 758.23 moveto
6522 1536 752 lineto
6523 1525.42 751.52 lineto
6524 closepath fill
6525 1 setlinewidth
6526 solid
6527 0.000 0.000 0.000 edgecolor
6528 newpath 1527.43 758.23 moveto
6529 1536 752 lineto
6530 1525.42 751.52 lineto
6531 closepath stroke
6532 grestore
6533 % v112->v108
6534 gsave
6535 1 setlinewidth
6536 0.000 0.000 0.000 edgecolor
6537 newpath 1257 798 moveto
6538 1207 785 1130 766 1078 752 curveto
6539 stroke
6540 0.000 0.000 0.000 edgecolor
6541 newpath 1078.49 748.53 moveto
6542 1068 750 lineto
6543 1077.12 755.39 lineto
6544 closepath fill
6545 1 setlinewidth
6546 solid
6547 0.000 0.000 0.000 edgecolor
6548 newpath 1078.49 748.53 moveto
6549 1068 750 lineto
6550 1077.12 755.39 lineto
6551 closepath stroke
6552 grestore
6553 % v112->v110
6554 gsave
6555 1 setlinewidth
6556 0.000 0.000 0.000 edgecolor
6557 newpath 1368 804 moveto
6558 1446 795 1584 778 1700 756 curveto
6559 1705 755 1710 754 1715 752 curveto
6560 stroke
6561 0.000 0.000 0.000 edgecolor
6562 newpath 1715.88 755.39 moveto
6563 1725 750 lineto
6564 1714.51 748.53 lineto
6565 closepath fill
6566 1 setlinewidth
6567 solid
6568 0.000 0.000 0.000 edgecolor
6569 newpath 1715.88 755.39 moveto
6570 1725 750 lineto
6571 1714.51 748.53 lineto
6572 closepath stroke
6573 grestore
6574 % v113
6575 gsave
6576 1 setlinewidth
6577 0.000 0.000 0.000 nodecolor
6578 1200 882 53.01 18 ellipse_path stroke
6579 0.000 0.000 0.000 nodecolor
6580 14 /Times-Roman set_font
6581 1169.5 877.9 moveto 61 (i--ici=ii--ici) alignedtext
6582 grestore
6583 % v113->v104
6584 gsave
6585 1 setlinewidth
6586 0.000 0.000 0.000 edgecolor
6587 newpath 1252 879 moveto
6588 1443 866 2092 818 2159 756 curveto
6589 2175 740 2180 714 2180 694 curveto
6590 stroke
6591 0.000 0.000 0.000 edgecolor
6592 newpath 2183.5 694 moveto
6593 2180 684 lineto
6594 2176.5 694 lineto
6595 closepath fill
6596 1 setlinewidth
6597 solid
6598 0.000 0.000 0.000 edgecolor
6599 newpath 2183.5 694 moveto
6600 2180 684 lineto
6601 2176.5 694 lineto
6602 closepath stroke
6603 grestore
6604 % v113->v109
6605 gsave
6606 1 setlinewidth
6607 0.000 0.000 0.000 edgecolor
6608 newpath 1150 876 moveto
6609 1088 867 977 850 883 828 curveto
6610 879 827 876 826 872 825 curveto
6611 stroke
6612 0.000 0.000 0.000 edgecolor
6613 newpath 872.58 821.52 moveto
6614 862 822 lineto
6615 870.57 828.23 lineto
6616 closepath fill
6617 1 setlinewidth
6618 solid
6619 0.000 0.000 0.000 edgecolor
6620 newpath 872.58 821.52 moveto
6621 862 822 lineto
6622 870.57 828.23 lineto
6623 closepath stroke
6624 grestore
6625 % v113->v111
6626 gsave
6627 1 setlinewidth
6628 0.000 0.000 0.000 edgecolor
6629 newpath 1248 874 moveto
6630 1322 861 1466 837 1553 822 curveto
6631 stroke
6632 0.000 0.000 0.000 edgecolor
6633 newpath 1553.88 825.39 moveto
6634 1563 820 lineto
6635 1552.51 818.53 lineto
6636 closepath fill
6637 1 setlinewidth
6638 solid
6639 0.000 0.000 0.000 edgecolor
6640 newpath 1553.88 825.39 moveto
6641 1563 820 lineto
6642 1552.51 818.53 lineto
6643 closepath stroke
6644 grestore
6645 % v113->v112
6646 gsave
6647 1 setlinewidth
6648 0.000 0.000 0.000 edgecolor
6649 newpath 1224 866 moveto
6650 1238 856 1257 844 1273 833 curveto
6651 stroke
6652 0.000 0.000 0.000 edgecolor
6653 newpath 1275.62 835.46 moveto
6654 1282 827 lineto
6655 1271.74 829.63 lineto
6656 closepath fill
6657 1 setlinewidth
6658 solid
6659 0.000 0.000 0.000 edgecolor
6660 newpath 1275.62 835.46 moveto
6661 1282 827 lineto
6662 1271.74 829.63 lineto
6663 closepath stroke
6664 grestore
6665 % v114
6666 gsave
6667 1 setlinewidth
6668 0.000 0.000 0.000 nodecolor
6669 971 882 53.01 18 ellipse_path stroke
6670 0.000 0.000 0.000 nodecolor
6671 14 /Times-Roman set_font
6672 940.5 877.9 moveto 61 (ici--i=iici--i) alignedtext
6673 grestore
6674 % v114->v49
6675 gsave
6676 1 setlinewidth
6677 0.000 0.000 0.000 edgecolor
6678 newpath 971 864 moveto
6679 971 856 971 847 971 838 curveto
6680 stroke
6681 0.000 0.000 0.000 edgecolor
6682 newpath 974.5 838 moveto
6683 971 828 lineto
6684 967.5 838 lineto
6685 closepath fill
6686 1 setlinewidth
6687 solid
6688 0.000 0.000 0.000 edgecolor
6689 newpath 974.5 838 moveto
6690 971 828 lineto
6691 967.5 838 lineto
6692 closepath stroke
6693 grestore
6694 % v114->v71
6695 gsave
6696 1 setlinewidth
6697 0.000 0.000 0.000 edgecolor
6698 newpath 1005 868 moveto
6699 1031 857 1068 842 1097 830 curveto
6700 stroke
6701 0.000 0.000 0.000 edgecolor
6702 newpath 1099.02 832.96 moveto
6703 1107 826 lineto
6704 1096.42 826.46 lineto
6705 closepath fill
6706 1 setlinewidth
6707 solid
6708 0.000 0.000 0.000 edgecolor
6709 newpath 1099.02 832.96 moveto
6710 1107 826 lineto
6711 1096.42 826.46 lineto
6712 closepath stroke
6713 grestore
6714 % v114->v99
6715 gsave
6716 1 setlinewidth
6717 0.000 0.000 0.000 edgecolor
6718 newpath 919 878 moveto
6719 832 868 652 839 528 756 curveto
6720 504 740 484 713 471 693 curveto
6721 stroke
6722 0.000 0.000 0.000 edgecolor
6723 newpath 473.46 690.38 moveto
6724 465 684 lineto
6725 467.63 694.26 lineto
6726 closepath fill
6727 1 setlinewidth
6728 solid
6729 0.000 0.000 0.000 edgecolor
6730 newpath 473.46 690.38 moveto
6731 465 684 lineto
6732 467.63 694.26 lineto
6733 closepath stroke
6734 grestore
6735 % v114->v112
6736 gsave
6737 1 setlinewidth
6738 0.000 0.000 0.000 edgecolor
6739 newpath 1017 873 moveto
6740 1069 862 1156 844 1231 828 curveto
6741 1236 827 1241 826 1246 824 curveto
6742 stroke
6743 0.000 0.000 0.000 edgecolor
6744 newpath 1246.88 827.39 moveto
6745 1256 822 lineto
6746 1245.51 820.53 lineto
6747 closepath fill
6748 1 setlinewidth
6749 solid
6750 0.000 0.000 0.000 edgecolor
6751 newpath 1246.88 827.39 moveto
6752 1256 822 lineto
6753 1245.51 820.53 lineto
6754 closepath stroke
6755 grestore
6756 % v115
6757 gsave
6758 1 setlinewidth
6759 0.000 0.000 0.000 nodecolor
6760 971 954 39.11 18 ellipse_path stroke
6761 0.000 0.000 0.000 nodecolor
6762 14 /Times-Roman set_font
6763 950.5 949.9 moveto 41 (i--i=ii--i) alignedtext
6764 grestore
6765 % v115->v100
6766 gsave
6767 1 setlinewidth
6768 0.000 0.000 0.000 edgecolor
6769 newpath 946 940 moveto
6770 881 903 704 802 627 759 curveto
6771 stroke
6772 0.000 0.000 0.000 edgecolor
6773 newpath 628.44 755.8 moveto
6774 618 754 lineto
6775 625.04 761.92 lineto
6776 closepath fill
6777 1 setlinewidth
6778 solid
6779 0.000 0.000 0.000 edgecolor
6780 newpath 628.44 755.8 moveto
6781 618 754 lineto
6782 625.04 761.92 lineto
6783 closepath stroke
6784 grestore
6785 % v115->v105
6786 gsave
6787 1 setlinewidth
6788 0.000 0.000 0.000 edgecolor
6789 newpath 1008 948 moveto
6790 1117 931 1441 880 1708 828 curveto
6791 1850 800 2016 763 2087 746 curveto
6792 stroke
6793 0.000 0.000 0.000 edgecolor
6794 newpath 2087.88 749.39 moveto
6795 2097 744 lineto
6796 2086.51 742.53 lineto
6797 closepath fill
6798 1 setlinewidth
6799 solid
6800 0.000 0.000 0.000 edgecolor
6801 newpath 2087.88 749.39 moveto
6802 2097 744 lineto
6803 2086.51 742.53 lineto
6804 closepath stroke
6805 grestore
6806 % v115->v113
6807 gsave
6808 1 setlinewidth
6809 0.000 0.000 0.000 edgecolor
6810 newpath 1003 944 moveto
6811 1041 932 1106 911 1151 897 curveto
6812 stroke
6813 0.000 0.000 0.000 edgecolor
6814 newpath 1152.43 900.23 moveto
6815 1161 894 lineto
6816 1150.42 893.52 lineto
6817 closepath fill
6818 1 setlinewidth
6819 solid
6820 0.000 0.000 0.000 edgecolor
6821 newpath 1152.43 900.23 moveto
6822 1161 894 lineto
6823 1150.42 893.52 lineto
6824 closepath stroke
6825 grestore
6826 % v115->v114
6827 gsave
6828 1 setlinewidth
6829 0.000 0.000 0.000 edgecolor
6830 newpath 971 936 moveto
6831 971 928 971 919 971 910 curveto
6832 stroke
6833 0.000 0.000 0.000 edgecolor
6834 newpath 974.5 910 moveto
6835 971 900 lineto
6836 967.5 910 lineto
6837 closepath fill
6838 1 setlinewidth
6839 solid
6840 0.000 0.000 0.000 edgecolor
6841 newpath 974.5 910 moveto
6842 971 900 lineto
6843 967.5 910 lineto
6844 closepath stroke
6845 grestore
6846 % v116
6847 gsave
6848 1 setlinewidth
6849 0.000 0.000 0.000 nodecolor
6850 27 522 27 18 ellipse_path stroke
6851 0.000 0.000 0.000 nodecolor
6852 14 /Times-Roman set_font
6853 25 517.9 moveto 4 (.) alignedtext
6854 grestore
6855 % v116->v4
6856 gsave
6857 1 setlinewidth
6858 0.000 0.000 0.000 edgecolor
6859 newpath 42 507 moveto
6860 52 497 65 484 76 473 curveto
6861 stroke
6862 0.000 0.000 0.000 edgecolor
6863 newpath 78.4 475.55 moveto
6864 83 466 lineto
6865 73.45 470.6 lineto
6866 closepath fill
6867 1 setlinewidth
6868 solid
6869 0.000 0.000 0.000 edgecolor
6870 newpath 78.4 475.55 moveto
6871 83 466 lineto
6872 73.45 470.6 lineto
6873 closepath stroke
6874 grestore
6875 % v116->v94
6876 gsave
6877 1 setlinewidth
6878 0.000 0.000 0.000 edgecolor
6879 newpath 49 512 moveto
6880 76 499 122 479 153 464 curveto
6881 stroke
6882 0.000 0.000 0.000 edgecolor
6883 newpath 154.28 467.26 moveto
6884 162 460 lineto
6885 151.44 460.86 lineto
6886 closepath fill
6887 1 setlinewidth
6888 solid
6889 0.000 0.000 0.000 edgecolor
6890 newpath 154.28 467.26 moveto
6891 162 460 lineto
6892 151.44 460.86 lineto
6893 closepath stroke
6894 grestore
6895 % v117
6896 gsave
6897 1 setlinewidth
6898 0.000 0.000 0.000 nodecolor
6899 305 882 52.12 18 ellipse_path stroke
6900 0.000 0.000 0.000 nodecolor
6901 14 /Times-Roman set_font
6902 275.5 877.9 moveto 59 (ic=iic=icic) alignedtext
6903 grestore
6904 % v117->v36
6905 gsave
6906 1 setlinewidth
6907 0.000 0.000 0.000 edgecolor
6908 newpath 296 864 moveto
6909 283 839 260 794 244 765 curveto
6910 stroke
6911 0.000 0.000 0.000 edgecolor
6912 newpath 246.92 763.04 moveto
6913 239 756 lineto
6914 240.8 766.44 lineto
6915 closepath fill
6916 1 setlinewidth
6917 solid
6918 0.000 0.000 0.000 edgecolor
6919 newpath 246.92 763.04 moveto
6920 239 756 lineto
6921 240.8 766.44 lineto
6922 closepath stroke
6923 grestore
6924 % v117->v62
6925 gsave
6926 1 setlinewidth
6927 0.000 0.000 0.000 edgecolor
6928 newpath 280 866 moveto
6929 249 845 198 805 177 756 curveto
6930 148 685 183 594 205 549 curveto
6931 stroke
6932 0.000 0.000 0.000 edgecolor
6933 newpath 208.14 550.56 moveto
6934 209 540 lineto
6935 201.74 547.72 lineto
6936 closepath fill
6937 1 setlinewidth
6938 solid
6939 0.000 0.000 0.000 edgecolor
6940 newpath 208.14 550.56 moveto
6941 209 540 lineto
6942 201.74 547.72 lineto
6943 closepath stroke
6944 grestore
6945 % v117->v109
6946 gsave
6947 1 setlinewidth
6948 0.000 0.000 0.000 edgecolor
6949 newpath 353 875 moveto
6950 451 861 666 832 769 817 curveto
6951 stroke
6952 0.000 0.000 0.000 edgecolor
6953 newpath 769.4 820.48 moveto
6954 779 816 lineto
6955 768.7 813.51 lineto
6956 closepath fill
6957 1 setlinewidth
6958 solid
6959 0.000 0.000 0.000 edgecolor
6960 newpath 769.4 820.48 moveto
6961 779 816 lineto
6962 768.7 813.51 lineto
6963 closepath stroke
6964 grestore
6965 % v118
6966 gsave
6967 1 setlinewidth
6968 0.000 0.000 0.000 nodecolor
6969 693 954 36.83 18 ellipse_path stroke
6970 0.000 0.000 0.000 nodecolor
6971 14 /Times-Roman set_font
6972 674.5 949.9 moveto 37 (ici=iici) alignedtext
6973 grestore
6974 % v118->v50
6975 gsave
6976 1 setlinewidth
6977 0.000 0.000 0.000 edgecolor
6978 newpath 664 943 moveto
6979 634 931 588 913 553 900 curveto
6980 stroke
6981 0.000 0.000 0.000 edgecolor
6982 newpath 554.56 896.86 moveto
6983 544 896 lineto
6984 551.72 903.26 lineto
6985 closepath fill
6986 1 setlinewidth
6987 solid
6988 0.000 0.000 0.000 edgecolor
6989 newpath 554.56 896.86 moveto
6990 544 896 lineto
6991 551.72 903.26 lineto
6992 closepath stroke
6993 grestore
6994 % v118->v113
6995 gsave
6996 1 setlinewidth
6997 0.000 0.000 0.000 edgecolor
6998 newpath 729 949 moveto
6999 815 937 1035 906 1141 890 curveto
7000 stroke
7001 0.000 0.000 0.000 edgecolor
7002 newpath 1141.4 893.48 moveto
7003 1151 889 lineto
7004 1140.7 886.51 lineto
7005 closepath fill
7006 1 setlinewidth
7007 solid
7008 0.000 0.000 0.000 edgecolor
7009 newpath 1141.4 893.48 moveto
7010 1151 889 lineto
7011 1140.7 886.51 lineto
7012 closepath stroke
7013 grestore
7014 % v118->v114
7015 gsave
7016 1 setlinewidth
7017 0.000 0.000 0.000 edgecolor
7018 newpath 726 946 moveto
7019 773 933 862 910 918 895 curveto
7020 stroke
7021 0.000 0.000 0.000 edgecolor
7022 newpath 918.88 898.39 moveto
7023 928 893 lineto
7024 917.51 891.53 lineto
7025 closepath fill
7026 1 setlinewidth
7027 solid
7028 0.000 0.000 0.000 edgecolor
7029 newpath 918.88 898.39 moveto
7030 928 893 lineto
7031 917.51 891.53 lineto
7032 closepath stroke
7033 grestore
7034 % v118->v117
7035 gsave
7036 1 setlinewidth
7037 0.000 0.000 0.000 edgecolor
7038 newpath 658 948 moveto
7039 591 936 443 907 361 893 curveto
7040 stroke
7041 0.000 0.000 0.000 edgecolor
7042 newpath 361.49 889.53 moveto
7043 351 891 lineto
7044 360.12 896.39 lineto
7045 closepath fill
7046 1 setlinewidth
7047 solid
7048 0.000 0.000 0.000 edgecolor
7049 newpath 361.49 889.53 moveto
7050 351 891 lineto
7051 360.12 896.39 lineto
7052 closepath stroke
7053 grestore
7054 % v119
7055 gsave
7056 1 setlinewidth
7057 0.000 0.000 0.000 nodecolor
7058 693 1026 27 18 ellipse_path stroke
7059 0.000 0.000 0.000 nodecolor
7060 14 /Times-Roman set_font
7061 684.5 1021.9 moveto 17 (i=ii) alignedtext
7062 grestore
7063 % v119->v115
7064 gsave
7065 1 setlinewidth
7066 0.000 0.000 0.000 edgecolor
7067 newpath 719 1019 moveto
7068 766 1008 868 981 927 966 curveto
7069 stroke
7070 0.000 0.000 0.000 edgecolor
7071 newpath 928.43 969.23 moveto
7072 937 963 lineto
7073 926.42 962.52 lineto
7074 closepath fill
7075 1 setlinewidth
7076 solid
7077 0.000 0.000 0.000 edgecolor
7078 newpath 928.43 969.23 moveto
7079 937 963 lineto
7080 926.42 962.52 lineto
7081 closepath stroke
7082 grestore
7083 % v119->v116
7084 gsave
7085 1 setlinewidth
7086 0.000 0.000 0.000 edgecolor
7087 newpath 666 1023 moveto
7088 542 1009 36 947 36 882 curveto
7089 36 882 36 882 36 666 curveto
7090 36 625 33 579 30 550 curveto
7091 stroke
7092 0.000 0.000 0.000 edgecolor
7093 newpath 33.48 549.6 moveto
7094 29 540 lineto
7095 26.51 550.3 lineto
7096 closepath fill
7097 1 setlinewidth
7098 solid
7099 0.000 0.000 0.000 edgecolor
7100 newpath 33.48 549.6 moveto
7101 29 540 lineto
7102 26.51 550.3 lineto
7103 closepath stroke
7104 grestore
7105 % v119->v118
7106 gsave
7107 1 setlinewidth
7108 0.000 0.000 0.000 edgecolor
7109 newpath 693 1008 moveto
7110 693 1000 693 991 693 982 curveto
7111 stroke
7112 0.000 0.000 0.000 edgecolor
7113 newpath 696.5 982 moveto
7114 693 972 lineto
7115 689.5 982 lineto
7116 closepath fill
7117 1 setlinewidth
7118 solid
7119 0.000 0.000 0.000 edgecolor
7120 newpath 696.5 982 moveto
7121 693 972 lineto
7122 689.5 982 lineto
7123 closepath stroke
7124 grestore
7125 endpage
7126 showpage
7127 grestore
7128 %%PageTrailer
7129 %%EndPage: 1
7130 %%Trailer
7131 %%Pages: 1
7132 %%BoundingBox: 36 36 3080 1088
7133 end
7134 restore
7135 %%EOF