| %!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 1382 370 |
| %%PageOrientation: Portrait |
| 0 0 1 beginpage |
| gsave |
| 36 36 1346 334 boxprim clip newpath |
| 1 1 set_scale 0 rotate 40 41 translate |
| % AAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 112 moveto |
| 0 216 lineto |
| 56 216 lineto |
| 56 112 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 12.5 199.4 moveto 31 (AAA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 190 moveto |
| 56 190 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 14 173.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 164 moveto |
| 56 164 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 8 147.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 138 moveto |
| 56 138 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 16.5 121.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AAT |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 173 moveto |
| 140 277 lineto |
| 196 277 lineto |
| 196 173 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 153.5 260.4 moveto 29 (AAT) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 251 moveto |
| 196 251 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 154 234.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 225 moveto |
| 196 225 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 148 208.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 199 moveto |
| 196 199 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 156.5 182.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AAA->AAT |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 56.1 192.19 moveto |
| 61.69 196.67 67.77 200.85 74 204 curveto |
| 91.22 212.7 112.01 217.82 129.65 220.83 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 129.21 224.3 moveto |
| 139.62 222.36 lineto |
| 130.27 217.38 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 129.21 224.3 moveto |
| 139.62 222.36 lineto |
| 130.27 217.38 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 75.5 224.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % CAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 51 moveto |
| 140 155 lineto |
| 196 155 lineto |
| 196 51 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 152.5 138.4 moveto 31 (CAA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 129 moveto |
| 196 129 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 154 112.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 103 moveto |
| 196 103 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 148 86.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 77 moveto |
| 196 77 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 156.5 60.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AAA->CAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 56.33 151.66 moveto |
| 77.68 142.35 107.16 129.51 130.47 119.35 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 131.94 122.53 moveto |
| 139.71 115.33 lineto |
| 129.15 116.11 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 131.94 122.53 moveto |
| 139.71 115.33 lineto |
| 129.15 116.11 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 74 148.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| % AAT->AAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 139.97 194.29 moveto |
| 134.42 189.58 128.33 185.22 122 182 curveto |
| 104.79 173.25 83.84 168.73 66.09 166.41 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 66.38 162.92 moveto |
| 56.06 165.28 lineto |
| 65.6 169.88 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 66.38 162.92 moveto |
| 56.06 165.28 lineto |
| 65.6 169.88 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 74 187.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| % ATC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 280 188 moveto |
| 280 292 lineto |
| 336 292 lineto |
| 336 188 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 294 275.4 moveto 28 (ATC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 280 266 moveto |
| 336 266 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 294 249.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 280 240 moveto |
| 336 240 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 288 223.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 280 214 moveto |
| 336 214 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 296.5 197.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AAT->ATC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 196.33 228.04 moveto |
| 217.39 230.29 246.37 233.4 269.53 235.88 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 269.4 239.38 moveto |
| 279.71 236.97 lineto |
| 270.14 232.42 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 269.4 239.38 moveto |
| 279.71 236.97 lineto |
| 270.14 232.42 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 215.5 239.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % CAA->AAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 139.77 96.66 moveto |
| 120.27 93.75 94.3 92.88 74 103 curveto |
| 70.36 104.81 66.94 107.06 63.73 109.62 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 61.19 107.21 moveto |
| 56.19 116.55 lineto |
| 65.92 112.36 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 61.19 107.21 moveto |
| 56.19 116.55 lineto |
| 65.92 112.36 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 75.5 108.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % TCA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 280 61 moveto |
| 280 165 lineto |
| 336 165 lineto |
| 336 61 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 294 148.4 moveto 28 (TCA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 280 139 moveto |
| 336 139 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 294 122.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 280 113 moveto |
| 336 113 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 288 96.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 280 87 moveto |
| 336 87 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 296.5 70.4 moveto 23 (2.0) alignedtext |
| grestore |
| % CAA->TCA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 196.17 116.65 moveto |
| 201.94 118.87 208.07 120.82 214 122 curveto |
| 232.11 125.59 252.48 124.28 269.61 121.69 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 270.55 125.08 moveto |
| 279.82 119.94 lineto |
| 269.37 118.18 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 270.55 125.08 moveto |
| 279.82 119.94 lineto |
| 269.37 118.18 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 214 130.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| % TCA->CAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 279.55 103.65 moveto |
| 273.8 102.13 267.75 100.8 262 100 curveto |
| 243.78 97.48 223.4 97.75 206.29 98.86 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 205.81 95.38 moveto |
| 196.1 99.63 lineto |
| 206.34 102.36 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 205.81 95.38 moveto |
| 196.1 99.63 lineto |
| 206.34 102.36 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 215.5 105.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % ATG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 434 122 moveto |
| 434 226 lineto |
| 490 226 lineto |
| 490 122 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 447 209.4 moveto 30 (ATG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 434 200 moveto |
| 490 200 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 448 183.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 434 174 moveto |
| 490 174 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 442 157.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 434 148 moveto |
| 490 148 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 450.5 131.4 moveto 23 (2.0) alignedtext |
| grestore |
| % TCA->ATG |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 336.03 141.33 moveto |
| 341.62 145.8 347.72 149.94 354 153 curveto |
| 375.69 163.58 402.27 168.83 423.63 171.44 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 423.34 174.93 moveto |
| 433.66 172.52 lineto |
| 424.09 167.97 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 423.34 174.93 moveto |
| 433.66 172.52 lineto |
| 424.09 167.97 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 362 176.4 moveto 46 (FR: [1]) alignedtext |
| grestore |
| % CTC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 434 0 moveto |
| 434 104 lineto |
| 490 104 lineto |
| 490 0 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 448 87.4 moveto 28 (CTC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 434 78 moveto |
| 490 78 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 448 61.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 434 52 moveto |
| 490 52 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 442 35.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 434 26 moveto |
| 490 26 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 450.5 9.4 moveto 23 (2.0) alignedtext |
| grestore |
| % TCA->CTC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 336.15 101.18 moveto |
| 342.03 98.77 348.21 96.27 354 94 curveto |
| 381.36 83.28 388.64 81.72 416 71 curveto |
| 418.72 69.94 421.51 68.82 424.33 67.69 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 425.9 70.83 moveto |
| 433.85 63.82 lineto |
| 423.26 64.34 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 425.9 70.83 moveto |
| 433.85 63.82 lineto |
| 423.26 64.34 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 354.5 99.4 moveto 61 (RR: [1,2]) alignedtext |
| grestore |
| % TAA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 1282 95 moveto |
| 1282 199 lineto |
| 1338 199 lineto |
| 1338 95 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1282 95 moveto |
| 1282 199 lineto |
| 1338 199 lineto |
| 1338 95 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1295.5 182.4 moveto 29 (TAA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1282 173 moveto |
| 1338 173 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1291.5 156.4 moveto 37 (5':[3]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1282 147 moveto |
| 1338 147 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1290 130.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 1282 121 moveto |
| 1338 121 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1298.5 104.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1142 85 moveto |
| 1142 189 lineto |
| 1198 189 lineto |
| 1198 85 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1154.5 172.4 moveto 31 (AAC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1142 163 moveto |
| 1198 163 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1156 146.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1142 137 moveto |
| 1198 137 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1150 120.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1142 111 moveto |
| 1198 111 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1158.5 94.4 moveto 23 (1.0) alignedtext |
| grestore |
| % TAA->AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 1281.9 140.66 moveto |
| 1276.02 139.57 1269.83 138.6 1264 138 curveto |
| 1245.71 136.13 1225.32 135.71 1208.22 135.83 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 1208 132.33 moveto |
| 1198.04 135.96 lineto |
| 1208.09 139.33 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 1208 132.33 moveto |
| 1198.04 135.96 lineto |
| 1208.09 139.33 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1217.5 143.4 moveto 45 (FF: [3]) alignedtext |
| grestore |
| % AAC->TAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 1198.17 150.65 moveto |
| 1203.94 152.87 1210.07 154.82 1216 156 curveto |
| 1234.11 159.59 1254.48 158.28 1271.61 155.69 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 1272.55 159.08 moveto |
| 1281.82 153.94 lineto |
| 1271.37 152.18 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 1272.55 159.08 moveto |
| 1281.82 153.94 lineto |
| 1271.37 152.18 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1216 164.4 moveto 48 (RR: [3]) alignedtext |
| grestore |
| % ACG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1002 75 moveto |
| 1002 179 lineto |
| 1058 179 lineto |
| 1058 75 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1014.5 162.4 moveto 31 (ACG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1002 153 moveto |
| 1058 153 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1016 136.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1002 127 moveto |
| 1058 127 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1010 110.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1002 101 moveto |
| 1058 101 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1018.5 84.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AAC->ACG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 1141.9 130.66 moveto |
| 1136.02 129.57 1129.83 128.6 1124 128 curveto |
| 1105.71 126.13 1085.32 125.71 1068.22 125.83 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 1068 122.33 moveto |
| 1058.04 125.96 lineto |
| 1068.09 129.33 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 1068 122.33 moveto |
| 1058.04 125.96 lineto |
| 1068.09 129.33 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1077.5 133.4 moveto 45 (FF: [3]) alignedtext |
| grestore |
| % GCA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 577 137 moveto |
| 577 241 lineto |
| 633 241 lineto |
| 633 137 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 589.5 224.4 moveto 31 (GCA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 577 215 moveto |
| 633 215 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 591 198.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 577 189 moveto |
| 633 189 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 585 172.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 577 163 moveto |
| 633 163 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 593.5 146.4 moveto 23 (1.0) alignedtext |
| grestore |
| % GCA->ATG |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 576.84 166.03 moveto |
| 569.78 161.5 561.94 157.41 554 155 curveto |
| 534.43 149.08 528.05 151.02 508 155 curveto |
| 505.31 155.53 502.58 156.23 499.87 157.03 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 498.5 153.8 moveto |
| 490.17 160.35 lineto |
| 500.76 160.42 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 498.5 153.8 moveto |
| 490.17 160.35 lineto |
| 500.76 160.42 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 508 160.4 moveto 46 (FR: [1]) alignedtext |
| grestore |
| % CGC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 722 136 moveto |
| 722 240 lineto |
| 778 240 lineto |
| 778 136 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 734.5 223.4 moveto 31 (CGC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 722 214 moveto |
| 778 214 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 736 197.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 722 188 moveto |
| 778 188 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 730 171.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 722 162 moveto |
| 778 162 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 738.5 145.4 moveto 23 (1.0) alignedtext |
| grestore |
| % GCA->CGC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 633.3 188.8 moveto |
| 655.66 188.65 687.08 188.43 711.69 188.26 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 711.79 191.76 moveto |
| 721.77 188.19 lineto |
| 711.75 184.76 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 711.79 191.76 moveto |
| 721.77 188.19 lineto |
| 711.75 184.76 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 656 193.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % ATG->TCA |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 433.78 142.94 moveto |
| 428.29 138.33 422.27 134.1 416 131 curveto |
| 394.47 120.37 367.89 115.85 346.48 114 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 346.66 110.5 moveto |
| 336.44 113.29 lineto |
| 346.16 117.48 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 346.66 110.5 moveto |
| 336.44 113.29 lineto |
| 346.16 117.48 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 362 136.4 moveto 46 (FR: [1]) alignedtext |
| grestore |
| % ATG->GCA |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 490.25 176.96 moveto |
| 512.09 179.25 542.55 182.45 566.6 184.97 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 566.5 188.48 moveto |
| 576.81 186.04 lineto |
| 567.23 181.52 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 566.5 188.48 moveto |
| 576.81 186.04 lineto |
| 567.23 181.52 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 508 189.4 moveto 46 (FR: [1]) alignedtext |
| grestore |
| % ATG->ATG |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 449.78 226.2 moveto |
| 451.15 236.59 455.23 244 462 244 curveto |
| 466.34 244 469.57 240.96 471.69 236.04 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 475.12 236.76 moveto |
| 474.22 226.2 lineto |
| 468.34 235.02 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 475.12 236.76 moveto |
| 474.22 226.2 lineto |
| 468.34 235.02 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 439 249.4 moveto 46 (RF: [1]) alignedtext |
| grestore |
| % CGC->GCA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 721.51 171.99 moveto |
| 715.87 169.51 709.87 167.33 704 166 curveto |
| 683.2 161.28 676.86 161.51 656 166 curveto |
| 651.55 166.96 647.03 168.33 642.6 169.94 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 641.09 166.78 moveto |
| 633.13 173.77 lineto |
| 643.71 173.27 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 641.09 166.78 moveto |
| 633.13 173.77 lineto |
| 643.71 173.27 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 657.5 171.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % CCG |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 862 136 moveto |
| 862 240 lineto |
| 918 240 lineto |
| 918 136 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 862 136 moveto |
| 862 240 lineto |
| 918 240 lineto |
| 918 136 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 874.5 223.4 moveto 31 (CCG) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 862 214 moveto |
| 918 214 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 871.5 197.4 moveto 37 (5':[1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 862 188 moveto |
| 918 188 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 870 171.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 862 162 moveto |
| 918 162 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 878.5 145.4 moveto 23 (2.0) alignedtext |
| grestore |
| % CGC->CCG |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 778.33 188 moveto |
| 799.39 188 828.37 188 851.53 188 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 851.71 191.5 moveto |
| 861.71 188 lineto |
| 851.71 184.5 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 851.71 191.5 moveto |
| 861.71 188 lineto |
| 851.71 184.5 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 796 193.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % CTC->TCA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 433.74 44.09 moveto |
| 410.94 39.32 378.7 36.33 354 49 curveto |
| 350.23 50.93 346.7 53.33 343.41 56.06 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 341 53.52 moveto |
| 336.16 62.94 lineto |
| 345.82 58.6 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 341 53.52 moveto |
| 336.16 62.94 lineto |
| 345.82 58.6 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 356 54.4 moveto 58 (FF: [1,2]) alignedtext |
| grestore |
| % AGA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 572.5 10 moveto |
| 572.5 114 lineto |
| 637.5 114 lineto |
| 637.5 10 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 572.5 10 moveto |
| 572.5 114 lineto |
| 637.5 114 lineto |
| 637.5 10 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 589.5 97.4 moveto 31 (AGA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 572.5 88 moveto |
| 637.5 88 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 591 71.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 572.5 62 moveto |
| 637.5 62 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 580.5 45.4 moveto 49 (~5':[2]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 572.5 36 moveto |
| 637.5 36 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 593.5 19.4 moveto 23 (1.0) alignedtext |
| grestore |
| % CTC->AGA |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 490.17 65.65 moveto |
| 495.94 67.87 502.07 69.82 508 71 curveto |
| 525.58 74.49 545.24 73.55 562.23 71.24 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 563.08 74.65 moveto |
| 572.43 69.66 lineto |
| 562.01 67.73 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 563.08 74.65 moveto |
| 572.43 69.66 lineto |
| 562.01 67.73 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 508 79.4 moveto 46 (RF: [2]) alignedtext |
| grestore |
| % AGA->CTC |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 572.46 55.44 moveto |
| 566.35 54.44 560 53.56 554 53 curveto |
| 536.52 51.37 517.09 50.96 500.6 51.02 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 500.21 47.52 moveto |
| 490.25 51.11 lineto |
| 500.28 54.52 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 500.21 47.52 moveto |
| 490.25 51.11 lineto |
| 500.28 54.52 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 508 58.4 moveto 46 (RF: [2]) alignedtext |
| grestore |
| % GGA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1142 207 moveto |
| 1142 311 lineto |
| 1198 311 lineto |
| 1198 207 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1153.5 294.4 moveto 33 (GGA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1142 285 moveto |
| 1198 285 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1156 268.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1142 259 moveto |
| 1198 259 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1150 242.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1142 233 moveto |
| 1198 233 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1158.5 216.4 moveto 23 (1.0) alignedtext |
| grestore |
| % GAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1282 222 moveto |
| 1282 326 lineto |
| 1338 326 lineto |
| 1338 222 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1294.5 309.4 moveto 31 (GAC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1282 300 moveto |
| 1338 300 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1296 283.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1282 274 moveto |
| 1338 274 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1290 257.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1282 248 moveto |
| 1338 248 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1298.5 231.4 moveto 23 (1.0) alignedtext |
| grestore |
| % GGA->GAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 1198.33 262.04 moveto |
| 1219.39 264.29 1248.37 267.4 1271.53 269.88 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 1271.4 273.38 moveto |
| 1281.71 270.97 lineto |
| 1272.14 266.42 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 1271.4 273.38 moveto |
| 1281.71 270.97 lineto |
| 1272.14 266.42 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1217.5 273.4 moveto 45 (FF: [3]) alignedtext |
| grestore |
| % CCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1002 197 moveto |
| 1002 301 lineto |
| 1058 301 lineto |
| 1058 197 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1015 284.4 moveto 30 (CCC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1002 275 moveto |
| 1058 275 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1016 258.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1002 249 moveto |
| 1058 249 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1010 232.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 1002 223 moveto |
| 1058 223 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 1018.5 206.4 moveto 23 (1.0) alignedtext |
| grestore |
| % GGA->CCC |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 1141.99 237.93 moveto |
| 1136.3 234.66 1130.17 231.78 1124 230 curveto |
| 1103.5 224.08 1096.93 225.85 1076 230 curveto |
| 1073.31 230.53 1070.58 231.23 1067.87 232.03 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 1066.5 228.8 moveto |
| 1058.17 235.35 lineto |
| 1068.76 235.42 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 1066.5 228.8 moveto |
| 1058.17 235.35 lineto |
| 1068.76 235.42 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1077 235.4 moveto 46 (RF: [3]) alignedtext |
| grestore |
| % GAC->GGA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 1281.97 250.62 moveto |
| 1276.33 247.07 1270.22 243.95 1264 242 curveto |
| 1246.01 236.36 1225.46 239.08 1208.17 243.85 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 1206.94 240.56 moveto |
| 1198.41 246.85 lineto |
| 1209 247.26 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 1206.94 240.56 moveto |
| 1198.41 246.85 lineto |
| 1209 247.26 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1216 247.4 moveto 48 (RR: [3]) alignedtext |
| grestore |
| % CCC->GGA |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 1058.33 251.02 moveto |
| 1079.39 252.53 1108.37 254.6 1131.53 256.25 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 1131.49 259.76 moveto |
| 1141.71 256.98 lineto |
| 1131.99 252.78 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 1131.49 259.76 moveto |
| 1141.71 256.98 lineto |
| 1131.99 252.78 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1077 260.4 moveto 46 (RF: [3]) alignedtext |
| grestore |
| % CCC->CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 1001.79 221.58 moveto |
| 996.22 217.21 990.17 213.11 984 210 curveto |
| 966.73 201.3 945.94 195.98 928.3 192.75 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 928.78 189.28 moveto |
| 918.34 191.08 lineto |
| 927.62 196.18 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 928.78 189.28 moveto |
| 918.34 191.08 lineto |
| 927.62 196.18 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 937.5 215.4 moveto 45 (FF: [3]) alignedtext |
| grestore |
| % ACG->AAC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 1058.17 140.65 moveto |
| 1063.94 142.87 1070.07 144.82 1076 146 curveto |
| 1094.11 149.59 1114.48 148.28 1131.61 145.69 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 1132.55 149.08 moveto |
| 1141.82 143.94 lineto |
| 1131.37 142.18 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 1132.55 149.08 moveto |
| 1141.82 143.94 lineto |
| 1131.37 142.18 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 1076 154.4 moveto 48 (RR: [3]) alignedtext |
| grestore |
| % ACG->CCG |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 1001.76 121.08 moveto |
| 982.26 118.43 956.29 117.85 936 128 curveto |
| 932.34 129.83 928.89 132.1 925.65 134.69 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 923.05 132.33 moveto |
| 918.04 141.66 lineto |
| 927.78 137.49 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 923.05 132.33 moveto |
| 918.04 141.66 lineto |
| 927.78 137.49 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 937 133.4 moveto 46 (FR: [3]) alignedtext |
| grestore |
| % CCG->CGC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 861.51 171.99 moveto |
| 855.87 169.51 849.87 167.33 844 166 curveto |
| 823.2 161.28 816.8 161.28 796 166 curveto |
| 793.34 166.6 790.65 167.38 787.99 168.28 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 786.53 165.09 moveto |
| 778.49 171.99 lineto |
| 789.08 171.61 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 786.53 165.09 moveto |
| 778.49 171.99 lineto |
| 789.08 171.61 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 797.5 171.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % CCG->CCC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 918.1 216.19 moveto |
| 923.69 220.67 929.77 224.85 936 228 curveto |
| 953.22 236.7 974.01 241.82 991.65 244.83 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 991.21 248.3 moveto |
| 1001.62 246.36 lineto |
| 992.27 241.38 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 991.21 248.3 moveto |
| 1001.62 246.36 lineto |
| 992.27 241.38 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 936 248.4 moveto 48 (RR: [3]) alignedtext |
| grestore |
| % CCG->ACG |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 918.33 175.66 moveto |
| 939.68 166.35 969.16 153.51 992.47 143.35 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 993.94 146.53 moveto |
| 1001.71 139.33 lineto |
| 991.15 140.11 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 993.94 146.53 moveto |
| 1001.71 139.33 lineto |
| 991.15 140.11 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 937 172.4 moveto 46 (FR: [3]) alignedtext |
| grestore |
| % ATC->AAT |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 279.88 215 moveto |
| 274.3 211.3 268.23 208.05 262 206 curveto |
| 241.74 199.32 234.93 201.85 214 206 curveto |
| 211.31 206.53 208.58 207.23 205.87 208.03 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 204.5 204.8 moveto |
| 196.17 211.35 lineto |
| 206.76 211.42 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 204.5 204.8 moveto |
| 196.17 211.35 lineto |
| 206.76 211.42 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 214 211.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| endpage |
| showpage |
| grestore |
| %%PageTrailer |
| %%EndPage: 1 |
| %%Trailer |
| %%Pages: 1 |
| %%BoundingBox: 36 36 1382 370 |
| end |
| restore |
| %%EOF |