blob: 3f3604a9370a5ac1c36e99bd3003f32f6a9c609b [file] [log] [blame]
Anbang Xu4da15b22013-08-25 19:42:37 -07001%!PS-Adobe-3.0
2%%Creator: graphviz version 2.26.3 (20100126.1600)
3%%Title: G
4%%Pages: (atend)
5%%BoundingBox: (atend)
6%%EndComments
7save
8%%BeginProlog
9/DotDict 200 dict def
10DotDict begin
11
12/setupLatin1 {
13mark
14/EncodingVector 256 array def
15 EncodingVector 0
16
17ISOLatin1Encoding 0 255 getinterval putinterval
18EncodingVector 45 /hyphen put
19
20% Set up ISO Latin 1 character encoding
21/starnetISO {
22 dup dup findfont dup length dict begin
23 { 1 index /FID ne { def }{ pop pop } ifelse
24 } forall
25 /Encoding EncodingVector def
26 currentdict end definefont
27} def
28/Times-Roman starnetISO def
29/Times-Italic starnetISO def
30/Times-Bold starnetISO def
31/Times-BoldItalic starnetISO def
32/Helvetica starnetISO def
33/Helvetica-Oblique starnetISO def
34/Helvetica-Bold starnetISO def
35/Helvetica-BoldOblique starnetISO def
36/Courier starnetISO def
37/Courier-Oblique starnetISO def
38/Courier-Bold starnetISO def
39/Courier-BoldOblique starnetISO def
40cleartomark
41} bind def
42
43%%BeginResource: procset graphviz 0 0
44/coord-font-family /Times-Roman def
45/default-font-family /Times-Roman def
46/coordfont coord-font-family findfont 8 scalefont def
47
48/InvScaleFactor 1.0 def
49/set_scale {
50 dup 1 exch div /InvScaleFactor exch def
51 scale
52} bind def
53
54% styles
55/solid { [] 0 setdash } bind def
56/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
57/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
58/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
59/bold { 2 setlinewidth } bind def
60/filled { } bind def
61/unfilled { } bind def
62/rounded { } bind def
63/diagonals { } bind def
64
65% hooks for setting color
66/nodecolor { sethsbcolor } bind def
67/edgecolor { sethsbcolor } bind def
68/graphcolor { sethsbcolor } bind def
69/nopcolor {pop pop pop} bind def
70
71/beginpage { % i j npages
72 /npages exch def
73 /j exch def
74 /i exch def
75 /str 10 string def
76 npages 1 gt {
77 gsave
78 coordfont setfont
79 0 0 moveto
80 (\() show i str cvs show (,) show j str cvs show (\)) show
81 grestore
82 } if
83} bind def
84
85/set_font {
86 findfont exch
87 scalefont setfont
88} def
89
90% draw text fitted to its expected width
91/alignedtext { % width text
92 /text exch def
93 /width exch def
94 gsave
95 width 0 gt {
96 [] 0 setdash
97 text stringwidth pop width exch sub text length div 0 text ashow
98 } if
99 grestore
100} def
101
102/boxprim { % xcorner ycorner xsize ysize
103 4 2 roll
104 moveto
105 2 copy
106 exch 0 rlineto
107 0 exch rlineto
108 pop neg 0 rlineto
109 closepath
110} bind def
111
112/ellipse_path {
113 /ry exch def
114 /rx exch def
115 /y exch def
116 /x exch def
117 matrix currentmatrix
118 newpath
119 x y translate
120 rx ry scale
121 0 0 1 0 360 arc
122 setmatrix
123} bind def
124
125/endpage { showpage } bind def
126/showpage { } def
127
128/layercolorseq
129 [ % layer color sequence - darkest to lightest
130 [0 0 0]
131 [.2 .8 .8]
132 [.4 .8 .8]
133 [.6 .8 .8]
134 [.8 .8 .8]
135 ]
136def
137
138/layerlen layercolorseq length def
139
140/setlayer {/maxlayer exch def /curlayer exch def
141 layercolorseq curlayer 1 sub layerlen mod get
142 aload pop sethsbcolor
143 /nodecolor {nopcolor} def
144 /edgecolor {nopcolor} def
145 /graphcolor {nopcolor} def
146} bind def
147
148/onlayer { curlayer ne {invis} if } def
149
150/onlayers {
151 /myupper exch def
152 /mylower exch def
153 curlayer mylower lt
154 curlayer myupper gt
155 or
156 {invis} if
157} def
158
159/curlayer 0 def
160
161%%EndResource
162%%EndProlog
163%%BeginSetup
16414 default-font-family set_font
1651 setmiterlimit
166% /arrowlength 10 def
167% /arrowwidth 5 def
168
169% make sure pdfmark is harmless for PS-interpreters other than Distiller
170/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
171% make '<<' and '>>' safe on PS Level 1 devices
172/languagelevel where {pop languagelevel}{1} ifelse
1732 lt {
174 userdict (<<) cvn ([) cvn load put
175 userdict (>>) cvn ([) cvn load put
176} if
177
178%%EndSetup
179setupLatin1
180%%Page: 1 1
181%%PageBoundingBox: 36 36 658 408
182%%PageOrientation: Portrait
1830 0 1 beginpage
184gsave
18536 36 622 372 boxprim clip newpath
1861 1 set_scale 0 rotate 40 41 translate
187% AAA
188gsave
1891 setlinewidth
1900 0 0 nodecolor
191newpath 0 0 moveto
1920 130 lineto
19356 130 lineto
19456 0 lineto
195closepath stroke
1960 0 0 nodecolor
19714 /Times-Roman set_font
19812.5 113.4 moveto 31 (AAA) alignedtext
1991 setlinewidth
2000 0 0 nodecolor
201newpath 0 104 moveto
20256 104 lineto
203stroke
2040 0 0 nodecolor
20514 /Times-Roman set_font
20614 87.4 moveto 28 (5':[]) alignedtext
2071 setlinewidth
2080 0 0 nodecolor
209newpath 0 78 moveto
21056 78 lineto
211stroke
2120 0 0 nodecolor
21314 /Times-Roman set_font
2148 61.4 moveto 40 (~5':[]) alignedtext
2151 setlinewidth
2160 0 0 nodecolor
217newpath 0 52 moveto
21856 52 lineto
219stroke
2200 0 0 nodecolor
22114 /Times-Roman set_font
22216.5 35.4 moveto 23 (1.0) alignedtext
2231 setlinewidth
2240 0 0 nodecolor
225newpath 0 26 moveto
22656 26 lineto
227stroke
2280 0 0 nodecolor
22914 /Times-Roman set_font
23012.5 9.4 moveto 31 (AAA) alignedtext
231grestore
232% AAC
233gsave
2341 setlinewidth
2350 0 0 nodecolor
236newpath 140 93 moveto
237140 223 lineto
238196 223 lineto
239196 93 lineto
240closepath stroke
2410 0 0 nodecolor
24214 /Times-Roman set_font
243152.5 206.4 moveto 31 (AAC) alignedtext
2441 setlinewidth
2450 0 0 nodecolor
246newpath 140 197 moveto
247196 197 lineto
248stroke
2490 0 0 nodecolor
25014 /Times-Roman set_font
251154 180.4 moveto 28 (5':[]) alignedtext
2521 setlinewidth
2530 0 0 nodecolor
254newpath 140 171 moveto
255196 171 lineto
256stroke
2570 0 0 nodecolor
25814 /Times-Roman set_font
259148 154.4 moveto 40 (~5':[]) alignedtext
2601 setlinewidth
2610 0 0 nodecolor
262newpath 140 145 moveto
263196 145 lineto
264stroke
2650 0 0 nodecolor
26614 /Times-Roman set_font
267156.5 128.4 moveto 23 (1.0) alignedtext
2681 setlinewidth
2690 0 0 nodecolor
270newpath 140 119 moveto
271196 119 lineto
272stroke
2730 0 0 nodecolor
27414 /Times-Roman set_font
275152.5 102.4 moveto 31 (AAC) alignedtext
276grestore
277% AAA->AAC
278gsave
2791 setlinewidth
2800 0 0 edgecolor
281newpath 56.39 92.05 moveto
28262.04 96.93 68.07 101.79 74 106 curveto
28391.88 118.67 113.15 130.67 130.94 139.94 curveto
284stroke
2850 0 0 edgecolor
286newpath 129.38 143.08 moveto
287139.88 144.53 lineto
288132.58 136.85 lineto
289closepath fill
2901 setlinewidth
291solid
2920 0 0 edgecolor
293newpath 129.38 143.08 moveto
294139.88 144.53 lineto
295132.58 136.85 lineto
296closepath stroke
2970 0 0 edgecolor
29814 /Times-Roman set_font
29975.5 139.4 moveto 45 (FF: [1]) alignedtext
300grestore
301% CAA
302gsave
3030 0 0.75294 nodecolor
304newpath 420 112 moveto
305420 242 lineto
306476 242 lineto
307476 112 lineto
308closepath fill
3091 setlinewidth
310filled
3110 0 0 nodecolor
312newpath 420 112 moveto
313420 242 lineto
314476 242 lineto
315476 112 lineto
316closepath stroke
3170 0 0 nodecolor
31814 /Times-Roman set_font
319432.5 225.4 moveto 31 (CAA) alignedtext
3201 setlinewidth
321filled
3220 0 0 nodecolor
323newpath 420 216 moveto
324476 216 lineto
325stroke
3260 0 0 nodecolor
32714 /Times-Roman set_font
328429.5 199.4 moveto 37 (5':[1]) alignedtext
3291 setlinewidth
330filled
3310 0 0 nodecolor
332newpath 420 190 moveto
333476 190 lineto
334stroke
3350 0 0 nodecolor
33614 /Times-Roman set_font
337428 173.4 moveto 40 (~5':[]) alignedtext
3381 setlinewidth
339filled
3400 0 0 nodecolor
341newpath 420 164 moveto
342476 164 lineto
343stroke
3440 0 0 nodecolor
34514 /Times-Roman set_font
346436.5 147.4 moveto 23 (1.0) alignedtext
3471 setlinewidth
348filled
3490 0 0 nodecolor
350newpath 420 138 moveto
351476 138 lineto
352stroke
3530 0 0 nodecolor
35414 /Times-Roman set_font
355432.5 121.4 moveto 31 (CAA) alignedtext
356grestore
357% AAA->CAA
358gsave
3591 setlinewidth
3600 1 1 edgecolor
361newpath 56.38 57.14 moveto
362123.23 40.42 293.18 8.54 402 82 curveto
363410.12 87.48 416.85 94.81 422.42 102.98 curveto
364stroke
3650 1 1 edgecolor
366newpath 419.6 105.07 moveto
367427.82 111.76 lineto
368425.56 101.41 lineto
369closepath fill
3701 setlinewidth
371solid
3720 1 1 edgecolor
373newpath 419.6 105.07 moveto
374427.82 111.76 lineto
375425.56 101.41 lineto
376closepath stroke
3770 0 0 edgecolor
37814 /Times-Roman set_font
379214 42.4 moveto 48 (RR: [1]) alignedtext
380grestore
381% AAC->AAA
382gsave
3831 setlinewidth
3840 1 1 edgecolor
385newpath 139.81 101.19 moveto
386134.63 94.65 128.71 88.66 122 84 curveto
387105.81 72.75 84.48 67.85 66.24 65.82 curveto
388stroke
3890 1 1 edgecolor
390newpath 66.46 62.33 moveto
39156.19 64.95 lineto
39265.85 69.3 lineto
393closepath fill
3941 setlinewidth
395solid
3960 1 1 edgecolor
397newpath 66.46 62.33 moveto
39856.19 64.95 lineto
39965.85 69.3 lineto
400closepath stroke
4010 0 0 edgecolor
40214 /Times-Roman set_font
40374 89.4 moveto 48 (RR: [1]) alignedtext
404grestore
405% AGA
406gsave
4071 setlinewidth
4080 0 0 nodecolor
409newpath 558 234 moveto
410558 364 lineto
411614 364 lineto
412614 234 lineto
413closepath stroke
4140 0 0 nodecolor
41514 /Times-Roman set_font
416570.5 347.4 moveto 31 (AGA) alignedtext
4171 setlinewidth
4180 0 0 nodecolor
419newpath 558 338 moveto
420614 338 lineto
421stroke
4220 0 0 nodecolor
42314 /Times-Roman set_font
424572 321.4 moveto 28 (5':[]) alignedtext
4251 setlinewidth
4260 0 0 nodecolor
427newpath 558 312 moveto
428614 312 lineto
429stroke
4300 0 0 nodecolor
43114 /Times-Roman set_font
432566 295.4 moveto 40 (~5':[]) alignedtext
4331 setlinewidth
4340 0 0 nodecolor
435newpath 558 286 moveto
436614 286 lineto
437stroke
4380 0 0 nodecolor
43914 /Times-Roman set_font
440574.5 269.4 moveto 23 (2.0) alignedtext
4411 setlinewidth
4420 0 0 nodecolor
443newpath 558 260 moveto
444614 260 lineto
445stroke
4460 0 0 nodecolor
44714 /Times-Roman set_font
448570.5 243.4 moveto 31 (AGA) alignedtext
449grestore
450% AAC->AGA
451gsave
4521 setlinewidth
4530 1 1 edgecolor
454newpath 186.26 223.21 moveto
455193 238.44 202.02 253.54 214 265 curveto
456261.84 310.79 288.72 304.87 354 316 curveto
457383.7 321.07 470.34 325.59 540 314 curveto
458542.54 313.58 545.13 313.04 547.72 312.43 curveto
459stroke
4600 1 1 edgecolor
461newpath 548.9 315.73 moveto
462557.62 309.72 lineto
463547.05 308.98 lineto
464closepath fill
4651 setlinewidth
466solid
4670 1 1 edgecolor
468newpath 548.9 315.73 moveto
469557.62 309.72 lineto
470547.05 308.98 lineto
471closepath stroke
4720 0 0 edgecolor
47314 /Times-Roman set_font
474354 325.4 moveto 48 (RR: [0]) alignedtext
475grestore
476% CCC
477gsave
4781 setlinewidth
4790 0 0 nodecolor
480newpath 558 63 moveto
481558 193 lineto
482614 193 lineto
483614 63 lineto
484closepath stroke
4850 0 0 nodecolor
48614 /Times-Roman set_font
487571 176.4 moveto 30 (CCC) alignedtext
4881 setlinewidth
4890 0 0 nodecolor
490newpath 558 167 moveto
491614 167 lineto
492stroke
4930 0 0 nodecolor
49414 /Times-Roman set_font
495572 150.4 moveto 28 (5':[]) alignedtext
4961 setlinewidth
4970 0 0 nodecolor
498newpath 558 141 moveto
499614 141 lineto
500stroke
5010 0 0 nodecolor
50214 /Times-Roman set_font
503566 124.4 moveto 40 (~5':[]) alignedtext
5041 setlinewidth
5050 0 0 nodecolor
506newpath 558 115 moveto
507614 115 lineto
508stroke
5090 0 0 nodecolor
51014 /Times-Roman set_font
511574.5 98.4 moveto 23 (2.0) alignedtext
5121 setlinewidth
5130 0 0 nodecolor
514newpath 558 89 moveto
515614 89 lineto
516stroke
5170 0 0 nodecolor
51814 /Times-Roman set_font
519571 72.4 moveto 30 (CCC) alignedtext
520grestore
521% AAC->CCC
522gsave
5231 setlinewidth
5240 1 1 edgecolor
525newpath 196.11 139.68 moveto
526217.98 126.58 249.62 110.06 280 103 curveto
527392.6 76.84 427.74 82.41 540 110 curveto
528542.64 110.65 545.33 111.41 548.03 112.26 curveto
529stroke
5300 1 1 edgecolor
531newpath 547.07 115.63 moveto
532557.67 115.57 lineto
533549.35 109.01 lineto
534closepath fill
5351 setlinewidth
536solid
5370 1 1 edgecolor
538newpath 547.07 115.63 moveto
539557.67 115.57 lineto
540549.35 109.01 lineto
541closepath stroke
5420 0 0 edgecolor
54314 /Times-Roman set_font
544354 93.4 moveto 48 (RR: [0]) alignedtext
545grestore
546% CCT
547gsave
5481 setlinewidth
5490 0 0 nodecolor
550newpath 280 112 moveto
551280 242 lineto
552336 242 lineto
553336 112 lineto
554closepath stroke
5550 0 0 nodecolor
55614 /Times-Roman set_font
557293.5 225.4 moveto 29 (CCT) alignedtext
5581 setlinewidth
5590 0 0 nodecolor
560newpath 280 216 moveto
561336 216 lineto
562stroke
5630 0 0 nodecolor
56414 /Times-Roman set_font
565294 199.4 moveto 28 (5':[]) alignedtext
5661 setlinewidth
5670 0 0 nodecolor
568newpath 280 190 moveto
569336 190 lineto
570stroke
5710 0 0 nodecolor
57214 /Times-Roman set_font
573288 173.4 moveto 40 (~5':[]) alignedtext
5741 setlinewidth
5750 0 0 nodecolor
576newpath 280 164 moveto
577336 164 lineto
578stroke
5790 0 0 nodecolor
58014 /Times-Roman set_font
581296.5 147.4 moveto 23 (1.0) alignedtext
5821 setlinewidth
5830 0 0 nodecolor
584newpath 280 138 moveto
585336 138 lineto
586stroke
5870 0 0 nodecolor
58814 /Times-Roman set_font
589293.5 121.4 moveto 29 (CCT) alignedtext
590grestore
591% AAC->CCT
592gsave
5931 setlinewidth
5940 1 1 edgecolor
595newpath 196.18 163.16 moveto
596202.06 164.16 208.22 165.16 214 166 curveto
597232.31 168.66 252.71 171.11 269.8 173.02 curveto
598stroke
5990 1 1 edgecolor
600newpath 269.66 176.52 moveto
601279.98 174.13 lineto
602270.42 169.56 lineto
603closepath fill
6041 setlinewidth
605solid
6060 1 1 edgecolor
607newpath 269.66 176.52 moveto
608279.98 174.13 lineto
609270.42 169.56 lineto
610closepath stroke
6110 0 0 edgecolor
61214 /Times-Roman set_font
613214 176.4 moveto 48 (RR: [0]) alignedtext
614grestore
615% CAA->AAA
616gsave
6171 setlinewidth
6180 0 0 edgecolor
619newpath 436.14 111.72 moveto
620429.34 90.49 418.68 68.44 402 53 curveto
621354.52 9.04 326.09 21.98 262 13 curveto
622178.4 1.29 153.46 11.52 74 40 curveto
62371.1 41.04 68.16 42.24 65.24 43.55 curveto
624stroke
6250 0 0 edgecolor
626newpath 63.55 40.48 moveto
62756.08 47.99 lineto
62866.6 46.78 lineto
629closepath fill
6301 setlinewidth
631solid
6320 0 0 edgecolor
633newpath 63.55 40.48 moveto
63456.08 47.99 lineto
63566.6 46.78 lineto
636closepath stroke
6370 0 0 edgecolor
63814 /Times-Roman set_font
639215.5 18.4 moveto 45 (FF: [1]) alignedtext
640grestore
641% CAA->AGA
642gsave
6431 setlinewidth
6440 0 0 edgecolor
645newpath 476.17 176.33 moveto
646495.99 177.29 522.08 181.59 540 196 curveto
647549.63 203.75 557.31 213.94 563.42 224.89 curveto
648stroke
6490 0 0 edgecolor
650newpath 560.31 226.5 moveto
651567.98 233.81 lineto
652566.54 223.31 lineto
653closepath fill
6541 setlinewidth
655solid
6560 0 0 edgecolor
657newpath 560.31 226.5 moveto
658567.98 233.81 lineto
659566.54 223.31 lineto
660closepath stroke
6610 0 0 edgecolor
66214 /Times-Roman set_font
663494.5 201.4 moveto 45 (FF: [0]) alignedtext
664grestore
665% CAA->CCC
666gsave
6671 setlinewidth
6680 0 0 edgecolor
669newpath 476.14 165.74 moveto
670482.02 163.46 488.2 161.11 494 159 curveto
671511.58 152.6 531.2 145.93 547.8 140.42 curveto
672stroke
6730 0 0 edgecolor
674newpath 549.29 143.61 moveto
675557.69 137.15 lineto
676547.1 136.96 lineto
677closepath fill
6781 setlinewidth
679solid
6800 0 0 edgecolor
681newpath 549.29 143.61 moveto
682557.69 137.15 lineto
683547.1 136.96 lineto
684closepath stroke
6850 0 0 edgecolor
68614 /Times-Roman set_font
687494.5 164.4 moveto 45 (FF: [0]) alignedtext
688grestore
689% CAA->CCT
690gsave
6911 setlinewidth
6920 0 0 edgecolor
693newpath 419.89 162.63 moveto
694414.11 160.3 407.97 158.24 402 157 curveto
695381.11 152.66 374.89 152.66 354 157 curveto
696351.2 157.58 348.37 158.34 345.55 159.23 curveto
697stroke
6980 0 0 edgecolor
699newpath 344.33 155.95 moveto
700336.11 162.63 lineto
701346.71 162.53 lineto
702closepath fill
7031 setlinewidth
704solid
7050 0 0 edgecolor
706newpath 344.33 155.95 moveto
707336.11 162.63 lineto
708346.71 162.53 lineto
709closepath stroke
7100 0 0 edgecolor
71114 /Times-Roman set_font
712355.5 162.4 moveto 45 (FF: [0]) alignedtext
713grestore
714% AGA->AAC
715gsave
7161 setlinewidth
7170 0 0 edgecolor
718newpath 557.68 300.43 moveto
719502.6 302.3 377.84 302.1 280 269 curveto
720249.48 258.67 237.78 260.74 214 239 curveto
721209.72 235.09 205.73 230.68 202.04 225.99 curveto
722stroke
7230 0 0 edgecolor
724newpath 204.84 223.89 moveto
725196.12 217.88 lineto
726199.19 228.02 lineto
727closepath fill
7281 setlinewidth
729solid
7300 0 0 edgecolor
731newpath 204.84 223.89 moveto
732196.12 217.88 lineto
733199.19 228.02 lineto
734closepath stroke
7350 0 0 edgecolor
73614 /Times-Roman set_font
737360 299.4 moveto 36 (FF: []) alignedtext
738grestore
739% AGA->CAA
740gsave
7411 setlinewidth
7420 1 1 edgecolor
743newpath 557.78 274.23 moveto
744539.55 258.22 515.35 236.91 494 218 curveto
745490.67 215.05 487.2 211.97 483.73 208.89 curveto
746stroke
7470 1 1 edgecolor
748newpath 485.99 206.21 moveto
749476.2 202.18 lineto
750481.34 211.44 lineto
751closepath fill
7521 setlinewidth
753solid
7540 1 1 edgecolor
755newpath 485.99 206.21 moveto
756476.2 202.18 lineto
757481.34 211.44 lineto
758closepath stroke
7590 0 0 edgecolor
76014 /Times-Roman set_font
761497.5 262.4 moveto 39 (RR: []) alignedtext
762grestore
763% CCC->AAC
764gsave
7651 setlinewidth
7660 0 0 edgecolor
767newpath 566.78 193.12 moveto
768557.08 223.81 546.1 254.68 540 259 curveto
769516.42 275.71 307 261.32 280 251 curveto
770250.77 239.83 223.62 217.71 203.38 197.85 curveto
771stroke
7720 0 0 edgecolor
773newpath 205.77 195.29 moveto
774196.24 190.66 lineto
775200.8 200.22 lineto
776closepath fill
7771 setlinewidth
778solid
7790 0 0 edgecolor
780newpath 205.77 195.29 moveto
781196.24 190.66 lineto
782200.8 200.22 lineto
783closepath stroke
7840 0 0 edgecolor
78514 /Times-Roman set_font
786360 269.4 moveto 36 (FF: []) alignedtext
787grestore
788% CCC->CAA
789gsave
7901 setlinewidth
7910 1 1 edgecolor
792newpath 557.7 118.79 moveto
793538.79 114.29 513.84 111.62 494 121 curveto
794490.39 122.71 486.97 124.85 483.75 127.29 curveto
795stroke
7960 1 1 edgecolor
797newpath 481.39 124.71 moveto
798476.15 133.92 lineto
799485.98 129.99 lineto
800closepath fill
8011 setlinewidth
802solid
8030 1 1 edgecolor
804newpath 481.39 124.71 moveto
805476.15 133.92 lineto
806485.98 129.99 lineto
807closepath stroke
8080 0 0 edgecolor
80914 /Times-Roman set_font
810497.5 126.4 moveto 39 (RR: []) alignedtext
811grestore
812% CCT->AAC
813gsave
8141 setlinewidth
8150 0 0 edgecolor
816newpath 279.8 152.73 moveto
817274.22 149.14 268.18 145.99 262 144 curveto
818244.01 138.21 223.31 140.41 205.91 144.6 curveto
819stroke
8200 0 0 edgecolor
821newpath 204.84 141.26 moveto
822196.1 147.25 lineto
823206.67 148.02 lineto
824closepath fill
8251 setlinewidth
826solid
8270 0 0 edgecolor
828newpath 204.84 141.26 moveto
829196.1 147.25 lineto
830206.67 148.02 lineto
831closepath stroke
8320 0 0 edgecolor
83314 /Times-Roman set_font
834220 149.4 moveto 36 (FF: []) alignedtext
835grestore
836% CCT->CAA
837gsave
8381 setlinewidth
8390 1 1 edgecolor
840newpath 336.33 177 moveto
841357.39 177 386.37 177 409.53 177 curveto
842stroke
8430 1 1 edgecolor
844newpath 409.71 180.5 moveto
845419.71 177 lineto
846409.71 173.5 lineto
847closepath fill
8481 setlinewidth
849solid
8500 1 1 edgecolor
851newpath 409.71 180.5 moveto
852419.71 177 lineto
853409.71 173.5 lineto
854closepath stroke
8550 0 0 edgecolor
85614 /Times-Roman set_font
857358.5 182.4 moveto 39 (RR: []) alignedtext
858grestore
859endpage
860showpage
861grestore
862%%PageTrailer
863%%EndPage: 1
864%%Trailer
865%%Pages: 1
866%%BoundingBox: 36 36 658 408
867end
868restore
869%%EOF