| %!PS-Adobe-3.0 |
| %%Creator: graphviz version 2.26.3 (20100126.1600) |
| %%Title: G |
| %%Pages: (atend) |
| %%BoundingBox: (atend) |
| %%EndComments |
| save |
| %%BeginProlog |
| /DotDict 200 dict def |
| DotDict begin |
| |
| /setupLatin1 { |
| mark |
| /EncodingVector 256 array def |
| EncodingVector 0 |
| |
| ISOLatin1Encoding 0 255 getinterval putinterval |
| EncodingVector 45 /hyphen put |
| |
| % Set up ISO Latin 1 character encoding |
| /starnetISO { |
| dup dup findfont dup length dict begin |
| { 1 index /FID ne { def }{ pop pop } ifelse |
| } forall |
| /Encoding EncodingVector def |
| currentdict end definefont |
| } def |
| /Times-Roman starnetISO def |
| /Times-Italic starnetISO def |
| /Times-Bold starnetISO def |
| /Times-BoldItalic starnetISO def |
| /Helvetica starnetISO def |
| /Helvetica-Oblique starnetISO def |
| /Helvetica-Bold starnetISO def |
| /Helvetica-BoldOblique starnetISO def |
| /Courier starnetISO def |
| /Courier-Oblique starnetISO def |
| /Courier-Bold starnetISO def |
| /Courier-BoldOblique starnetISO def |
| cleartomark |
| } bind def |
| |
| %%BeginResource: procset graphviz 0 0 |
| /coord-font-family /Times-Roman def |
| /default-font-family /Times-Roman def |
| /coordfont coord-font-family findfont 8 scalefont def |
| |
| /InvScaleFactor 1.0 def |
| /set_scale { |
| dup 1 exch div /InvScaleFactor exch def |
| scale |
| } bind def |
| |
| % styles |
| /solid { [] 0 setdash } bind def |
| /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def |
| /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def |
| /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def |
| /bold { 2 setlinewidth } bind def |
| /filled { } bind def |
| /unfilled { } bind def |
| /rounded { } bind def |
| /diagonals { } bind def |
| |
| % hooks for setting color |
| /nodecolor { sethsbcolor } bind def |
| /edgecolor { sethsbcolor } bind def |
| /graphcolor { sethsbcolor } bind def |
| /nopcolor {pop pop pop} bind def |
| |
| /beginpage { % i j npages |
| /npages exch def |
| /j exch def |
| /i exch def |
| /str 10 string def |
| npages 1 gt { |
| gsave |
| coordfont setfont |
| 0 0 moveto |
| (\() show i str cvs show (,) show j str cvs show (\)) show |
| grestore |
| } if |
| } bind def |
| |
| /set_font { |
| findfont exch |
| scalefont setfont |
| } def |
| |
| % draw text fitted to its expected width |
| /alignedtext { % width text |
| /text exch def |
| /width exch def |
| gsave |
| width 0 gt { |
| [] 0 setdash |
| text stringwidth pop width exch sub text length div 0 text ashow |
| } if |
| grestore |
| } def |
| |
| /boxprim { % xcorner ycorner xsize ysize |
| 4 2 roll |
| moveto |
| 2 copy |
| exch 0 rlineto |
| 0 exch rlineto |
| pop neg 0 rlineto |
| closepath |
| } bind def |
| |
| /ellipse_path { |
| /ry exch def |
| /rx exch def |
| /y exch def |
| /x exch def |
| matrix currentmatrix |
| newpath |
| x y translate |
| rx ry scale |
| 0 0 1 0 360 arc |
| setmatrix |
| } bind def |
| |
| /endpage { showpage } bind def |
| /showpage { } def |
| |
| /layercolorseq |
| [ % layer color sequence - darkest to lightest |
| [0 0 0] |
| [.2 .8 .8] |
| [.4 .8 .8] |
| [.6 .8 .8] |
| [.8 .8 .8] |
| ] |
| def |
| |
| /layerlen layercolorseq length def |
| |
| /setlayer {/maxlayer exch def /curlayer exch def |
| layercolorseq curlayer 1 sub layerlen mod get |
| aload pop sethsbcolor |
| /nodecolor {nopcolor} def |
| /edgecolor {nopcolor} def |
| /graphcolor {nopcolor} def |
| } bind def |
| |
| /onlayer { curlayer ne {invis} if } def |
| |
| /onlayers { |
| /myupper exch def |
| /mylower exch def |
| curlayer mylower lt |
| curlayer myupper gt |
| or |
| {invis} if |
| } def |
| |
| /curlayer 0 def |
| |
| %%EndResource |
| %%EndProlog |
| %%BeginSetup |
| 14 default-font-family set_font |
| 1 setmiterlimit |
| % /arrowlength 10 def |
| % /arrowwidth 5 def |
| |
| % make sure pdfmark is harmless for PS-interpreters other than Distiller |
| /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse |
| % make '<<' and '>>' safe on PS Level 1 devices |
| /languagelevel where {pop languagelevel}{1} ifelse |
| 2 lt { |
| userdict (<<) cvn ([) cvn load put |
| userdict (>>) cvn ([) cvn load put |
| } if |
| |
| %%EndSetup |
| setupLatin1 |
| %%Page: 1 1 |
| %%PageBoundingBox: 36 36 966 396 |
| %%PageOrientation: Portrait |
| 0 0 1 beginpage |
| gsave |
| 36 36 930 360 boxprim clip newpath |
| 1 1 set_scale 0 rotate 40 41 translate |
| % AGC |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath .5 38 moveto |
| .5 168 lineto |
| 93.5 168 lineto |
| 93.5 38 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath .5 38 moveto |
| .5 168 lineto |
| 93.5 168 lineto |
| 93.5 38 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 31.5 151.4 moveto 31 (AGC) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath .5 142 moveto |
| 93.5 142 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 8.5 125.4 moveto 77 (5':[6,8,7,5]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath .5 116 moveto |
| 93.5 116 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 27 99.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath .5 90 moveto |
| 93.5 90 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 35.5 73.4 moveto 23 (5.0) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath .5 64 moveto |
| 93.5 64 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 21 47.4 moveto 52 (AAGCC) alignedtext |
| grestore |
| % CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 232.5 136 moveto |
| 232.5 266 lineto |
| 297.5 266 lineto |
| 297.5 136 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 249.5 249.4 moveto 31 (CCG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 232.5 240 moveto |
| 297.5 240 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 251 223.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 232.5 214 moveto |
| 297.5 214 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 245 197.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 232.5 188 moveto |
| 297.5 188 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 253.5 171.4 moveto 23 (3.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 232.5 162 moveto |
| 297.5 162 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 240.5 145.4 moveto 49 (CCGAT) alignedtext |
| grestore |
| % AGC->CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 93.71 136.66 moveto |
| 99.73 140.38 105.92 143.93 112 147 curveto |
| 147.86 165.09 191.23 179.78 222.62 189.24 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 221.79 192.65 moveto |
| 232.37 192.13 lineto |
| 223.78 185.93 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 221.79 192.65 moveto |
| 232.37 192.13 lineto |
| 223.78 185.93 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 140.5 191.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % TAA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 689 0 moveto |
| 689 130 lineto |
| 755 130 lineto |
| 755 0 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 689 0 moveto |
| 689 130 lineto |
| 755 130 lineto |
| 755 0 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 707.5 113.4 moveto 29 (TAA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 689 104 moveto |
| 755 104 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 697 87.4 moveto 50 (5':[2,1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 689 78 moveto |
| 755 78 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 702 61.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 689 52 moveto |
| 755 52 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 710.5 35.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 689 26 moveto |
| 755 26 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 707.5 9.4 moveto 29 (TAA) alignedtext |
| grestore |
| % AGC->TAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 93.84 97.64 moveto |
| 99.94 97.03 106.12 96.47 112 96 curveto |
| 324.36 79.18 579.07 69.67 678.89 66.35 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 679.02 69.85 moveto |
| 688.9 66.02 lineto |
| 678.79 62.85 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 679.02 69.85 moveto |
| 688.9 66.02 lineto |
| 678.79 62.85 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 342 88.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| % CCG->AGC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 232.19 140.7 moveto |
| 226.81 134.64 220.75 129.19 214 125 curveto |
| 181.35 104.74 138.22 99.48 103.96 99.16 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 103.63 95.66 moveto |
| 93.64 99.21 lineto |
| 103.66 102.66 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 103.63 95.66 moveto |
| 93.64 99.21 lineto |
| 103.66 102.66 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 112 130.4 moveto 102 (RR: [2,5,6,7,8]) alignedtext |
| grestore |
| % ATG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 866 222 moveto |
| 866 352 lineto |
| 922 352 lineto |
| 922 222 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 879 335.4 moveto 30 (ATG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 866 326 moveto |
| 922 326 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 880 309.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 866 300 moveto |
| 922 300 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 874 283.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 866 274 moveto |
| 922 274 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 882.5 257.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 866 248 moveto |
| 922 248 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 879 231.4 moveto 30 (ATG) alignedtext |
| grestore |
| % CCG->ATG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 297.7 239.26 moveto |
| 303.4 244.41 309.57 249.21 316 253 curveto |
| 396.25 300.32 425.69 296.44 518 309 curveto |
| 566 315.53 834.76 306.54 848 304 curveto |
| 850.65 303.49 853.35 302.85 856.05 302.11 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 857.2 305.42 moveto |
| 865.71 299.11 lineto |
| 855.12 298.74 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 857.2 305.42 moveto |
| 865.71 299.11 lineto |
| 855.12 298.74 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 558.5 316.4 moveto 45 (FF: [4]) alignedtext |
| grestore |
| % CCC |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 434 121 moveto |
| 434 251 lineto |
| 500 251 lineto |
| 500 121 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 434 121 moveto |
| 434 251 lineto |
| 500 251 lineto |
| 500 121 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 452 234.4 moveto 30 (CCC) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 434 225 moveto |
| 500 225 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 442 208.4 moveto 50 (5':[4,3]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 434 199 moveto |
| 500 199 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 447 182.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 434 173 moveto |
| 500 173 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 455.5 156.4 moveto 23 (3.0) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 434 147 moveto |
| 500 147 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 442 130.4 moveto 50 (AACCC) alignedtext |
| grestore |
| % CCG->CCC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 297.9 198.56 moveto |
| 332.14 196.01 385.91 192.02 423.6 189.22 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 424.06 192.7 moveto |
| 433.77 188.47 lineto |
| 423.54 185.72 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 424.06 192.7 moveto |
| 433.77 188.47 lineto |
| 423.54 185.72 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 335.5 201.4 moveto 61 (RR: [1,4]) alignedtext |
| grestore |
| % TAA->AGC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 688.95 63.71 moveto |
| 632.85 61.59 515.38 57.46 416 56 curveto |
| 371.56 55.35 360.33 52.76 316 56 curveto |
| 224.6 62.68 201.8 67.71 112 86 curveto |
| 109.21 86.57 106.37 87.18 103.5 87.83 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 102.66 84.43 moveto |
| 93.72 90.13 lineto |
| 104.26 91.24 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 102.66 84.43 moveto |
| 93.72 90.13 lineto |
| 104.26 91.24 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 316.5 61.4 moveto 99 (FF: [2,5,6,7,8]) alignedtext |
| grestore |
| % TAA->CCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 688.98 78.21 moveto |
| 675.23 83.35 659.01 88.97 644 93 curveto |
| 589.03 107.78 566.2 85.72 518 116 curveto |
| 514.35 118.29 510.87 120.95 507.58 123.87 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 504.93 121.57 moveto |
| 500.24 131.07 lineto |
| 509.83 126.57 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 504.93 121.57 moveto |
| 500.24 131.07 lineto |
| 509.83 126.57 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 545 121.4 moveto 72 (FF: [1,3,4]) alignedtext |
| grestore |
| % ATG->CCG |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 865.8 288.59 moveto |
| 793.13 292 593.99 296.93 434 260 curveto |
| 389.77 249.79 340.99 232.02 307.25 218.64 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 308.3 215.29 moveto |
| 297.72 214.82 lineto |
| 305.7 221.79 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 308.3 215.29 moveto |
| 297.72 214.82 lineto |
| 305.7 221.79 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 543.5 292.4 moveto 75 (RR: [1,2,4]) alignedtext |
| grestore |
| % AAT |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 662 148 moveto |
| 662 278 lineto |
| 782 278 lineto |
| 782 148 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 662 148 moveto |
| 662 278 lineto |
| 782 278 lineto |
| 782 148 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 707.5 261.4 moveto 29 (AAT) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 662 252 moveto |
| 782 252 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 670 235.4 moveto 104 (5':[12,9,10,11]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 662 226 moveto |
| 782 226 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 702 209.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 662 200 moveto |
| 782 200 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 710.5 183.4 moveto 23 (5.0) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 662 174 moveto |
| 782 174 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 697.5 157.4 moveto 49 (CCAAT) alignedtext |
| grestore |
| % ATG->AAT |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 865.79 242.35 moveto |
| 860.51 236.75 854.56 231.7 848 228 curveto |
| 831.25 218.55 811.27 213.8 792.21 211.65 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 792.32 208.14 moveto |
| 782.04 210.72 lineto |
| 791.69 215.11 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 792.32 208.14 moveto |
| 782.04 210.72 lineto |
| 791.69 215.11 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 800 233.4 moveto 48 (RR: [3]) alignedtext |
| grestore |
| % AAT->ATG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 782.16 238.88 moveto |
| 806.97 249.56 834.94 261.59 856.7 270.95 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 855.36 274.19 moveto |
| 865.93 274.92 lineto |
| 858.13 267.76 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 855.36 274.19 moveto |
| 865.93 274.92 lineto |
| 858.13 267.76 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 801.5 272.4 moveto 45 (FF: [3]) alignedtext |
| grestore |
| % AAT->CCC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 661.65 200.64 moveto |
| 655.7 199.65 649.74 198.74 644 198 curveto |
| 598.55 192.11 546.13 189.01 510.2 187.45 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 510.2 183.95 moveto |
| 500.07 187.03 lineto |
| 509.91 190.94 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 510.2 183.95 moveto |
| 500.07 187.03 lineto |
| 509.91 190.94 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 557 203.4 moveto 48 (RR: [3]) alignedtext |
| grestore |
| % CCC->CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 433.78 170.94 moveto |
| 427.97 168.89 421.89 167.11 416 166 curveto |
| 372.33 157.74 358.45 152.83 316 166 curveto |
| 312.82 166.99 309.66 168.25 306.57 169.7 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 304.67 166.75 moveto |
| 297.52 174.56 lineto |
| 307.98 172.91 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 304.67 166.75 moveto |
| 297.52 174.56 lineto |
| 307.98 172.91 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 337 171.4 moveto 58 (FF: [1,4]) alignedtext |
| grestore |
| % CCC->TAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 500.2 171.49 moveto |
| 506.08 169.17 512.18 166.9 518 165 curveto |
| 572.82 147.08 592.92 160.77 644 134 curveto |
| 657.14 127.11 669.87 117.55 681.11 107.74 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 683.56 110.23 moveto |
| 688.63 100.93 lineto |
| 678.87 105.04 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 683.56 110.23 moveto |
| 688.63 100.93 lineto |
| 678.87 105.04 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 557 170.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % CCC->AAT |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 500.17 208.84 moveto |
| 505.89 211.79 511.95 214.35 518 216 curveto |
| 561.39 227.81 611.91 227.17 651.82 223.53 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 652.39 226.99 moveto |
| 661.99 222.51 lineto |
| 651.69 220.02 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 652.39 226.99 moveto |
| 661.99 222.51 lineto |
| 651.69 220.02 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 518 230.4 moveto 126 (FF: [3,9,10,11,12]) alignedtext |
| grestore |
| endpage |
| showpage |
| grestore |
| %%PageTrailer |
| %%EndPage: 1 |
| %%Trailer |
| %%Pages: 1 |
| %%BoundingBox: 36 36 966 396 |
| end |
| restore |
| %%EOF |