| %!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 1018 406 |
| %%PageOrientation: Portrait |
| 0 0 1 beginpage |
| gsave |
| 36 36 982 370 boxprim clip newpath |
| 1 1 set_scale 0 rotate 40 41 translate |
| % AAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 136 moveto |
| 0 240 lineto |
| 56 240 lineto |
| 56 136 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 12.5 223.4 moveto 31 (AAA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 214 moveto |
| 56 214 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 14 197.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 188 moveto |
| 56 188 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 8 171.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 162 moveto |
| 56 162 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 16.5 145.4 moveto 23 (3.0) alignedtext |
| grestore |
| % AAT |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 244 moveto |
| 180 348 lineto |
| 236 348 lineto |
| 236 244 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 193.5 331.4 moveto 29 (AAT) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 322 moveto |
| 236 322 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 194 305.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 296 moveto |
| 236 296 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 188 279.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 270 moveto |
| 236 270 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 196.5 253.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AAA->AAT |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 47.28 240.2 moveto |
| 54.02 252.28 62.8 263.94 74 272 curveto |
| 101.77 291.97 140.97 297.03 169.8 297.66 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 169.89 301.16 moveto |
| 179.91 297.71 lineto |
| 169.93 294.16 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 169.89 301.16 moveto |
| 179.91 297.71 lineto |
| 169.93 294.16 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 89.5 301.4 moveto 45 (FF: [3]) alignedtext |
| grestore |
| % AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 122 moveto |
| 180 226 lineto |
| 236 226 lineto |
| 236 122 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 192.5 209.4 moveto 31 (AAC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 200 moveto |
| 236 200 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 194 183.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 174 moveto |
| 236 174 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 188 157.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 180 148 moveto |
| 236 148 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 196.5 131.4 moveto 23 (2.0) alignedtext |
| grestore |
| % AAA->AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 56.21 189.46 moveto |
| 81 190.34 118.01 190.67 150 187 curveto |
| 156.46 186.26 163.25 185.09 169.82 183.76 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 170.86 187.12 moveto |
| 179.88 181.56 lineto |
| 169.37 180.28 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 170.86 187.12 moveto |
| 179.88 181.56 lineto |
| 169.37 180.28 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 83 195.4 moveto 58 (FF: [1,2]) alignedtext |
| grestore |
| % GAA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 168 0 moveto |
| 168 104 lineto |
| 248 104 lineto |
| 248 0 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 168 0 moveto |
| 168 104 lineto |
| 248 104 lineto |
| 248 0 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 192 87.4 moveto 32 (GAA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 168 78 moveto |
| 248 78 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 176 61.4 moveto 64 (5':[2,3,1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 168 52 moveto |
| 248 52 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 188 35.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 168 26 moveto |
| 248 26 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 196.5 9.4 moveto 23 (3.0) alignedtext |
| grestore |
| % AAA->GAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 56.16 154.62 moveto |
| 61.78 148.77 67.86 142.97 74 138 curveto |
| 104.5 113.29 117.06 114.35 150 93 curveto |
| 153.08 91.01 156.23 88.92 159.38 86.79 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 161.44 89.63 moveto |
| 167.72 81.1 lineto |
| 157.49 83.85 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 161.44 89.63 moveto |
| 167.72 81.1 lineto |
| 157.49 83.85 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 74.5 143.4 moveto 75 (RR: [1,2,3]) alignedtext |
| grestore |
| % AAT->AAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 179.96 271.85 moveto |
| 170.72 264.42 160.19 256.49 150 250 curveto |
| 118.15 229.71 107.63 229.18 74 212 curveto |
| 71.11 210.52 68.13 208.99 65.13 207.44 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 66.67 204.3 moveto |
| 56.18 202.8 lineto |
| 63.45 210.51 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 66.67 204.3 moveto |
| 56.18 202.8 lineto |
| 63.45 210.51 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 88 255.4 moveto 48 (RR: [3]) alignedtext |
| grestore |
| % ATC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 346 243 moveto |
| 346 347 lineto |
| 402 347 lineto |
| 402 243 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 360 330.4 moveto 28 (ATC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 346 321 moveto |
| 402 321 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 360 304.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 346 295 moveto |
| 402 295 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 354 278.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 346 269 moveto |
| 402 269 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 362.5 252.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AAT->ATC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 236.16 295.83 moveto |
| 263.55 295.67 305.36 295.41 335.75 295.23 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 336 298.73 moveto |
| 345.98 295.17 lineto |
| 335.96 291.73 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 336 298.73 moveto |
| 345.98 295.17 lineto |
| 335.96 291.73 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 274.5 300.4 moveto 45 (FF: [3]) alignedtext |
| grestore |
| % AAC->AAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 179.89 167.33 moveto |
| 152.49 161.95 109.85 156.54 74 165 curveto |
| 71.32 165.63 68.62 166.45 65.95 167.39 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 64.37 164.25 moveto |
| 56.43 171.26 lineto |
| 67.01 170.73 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 64.37 164.25 moveto |
| 56.43 171.26 lineto |
| 67.01 170.73 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 81.5 170.4 moveto 61 (RR: [1,2]) alignedtext |
| grestore |
| % ACC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 346 121 moveto |
| 346 225 lineto |
| 402 225 lineto |
| 402 121 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 359 208.4 moveto 30 (ACC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 346 199 moveto |
| 402 199 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 360 182.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 346 173 moveto |
| 402 173 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 354 156.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 346 147 moveto |
| 402 147 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 362.5 130.4 moveto 23 (2.0) alignedtext |
| grestore |
| % AAC->ACC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 236.24 178.69 moveto |
| 245.67 180.04 256.26 181.33 266 182 curveto |
| 293.49 183.89 300.57 184.66 328 182 curveto |
| 330.55 181.75 333.17 181.43 335.8 181.05 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 336.61 184.47 moveto |
| 345.91 179.39 lineto |
| 335.47 177.56 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 336.61 184.47 moveto |
| 345.91 179.39 lineto |
| 335.47 177.56 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 268 188.4 moveto 58 (FF: [1,2]) alignedtext |
| grestore |
| % GAA->AAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 167.83 47.65 moveto |
| 138.82 46.71 100.28 50.25 74 71 curveto |
| 56.7 84.66 45.89 105.76 39.14 126.29 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 35.76 125.39 moveto |
| 36.23 135.98 lineto |
| 42.46 127.41 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 35.76 125.39 moveto |
| 36.23 135.98 lineto |
| 42.46 127.41 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 76 76.4 moveto 72 (FF: [1,2,3]) alignedtext |
| grestore |
| % CAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 778 202 moveto |
| 778 306 lineto |
| 834 306 lineto |
| 834 202 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 790.5 289.4 moveto 31 (CAA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 778 280 moveto |
| 834 280 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 792 263.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 778 254 moveto |
| 834 254 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 786 237.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 778 228 moveto |
| 834 228 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 794.5 211.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AAG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 638 192 moveto |
| 638 296 lineto |
| 694 296 lineto |
| 694 192 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 650 279.4 moveto 32 (AAG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 638 270 moveto |
| 694 270 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 652 253.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 638 244 moveto |
| 694 244 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 646 227.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 638 218 moveto |
| 694 218 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 654.5 201.4 moveto 23 (1.0) alignedtext |
| grestore |
| % CAA->AAG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 777.99 232.93 moveto |
| 772.3 229.66 766.17 226.78 760 225 curveto |
| 739.5 219.08 732.93 220.85 712 225 curveto |
| 709.31 225.53 706.58 226.23 703.87 227.03 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 702.5 223.8 moveto |
| 694.17 230.35 lineto |
| 704.76 230.42 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 702.5 223.8 moveto |
| 694.17 230.35 lineto |
| 704.76 230.42 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 713.5 230.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % TCA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 918 217 moveto |
| 918 321 lineto |
| 974 321 lineto |
| 974 217 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 932 304.4 moveto 28 (TCA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 918 295 moveto |
| 974 295 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 932 278.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 918 269 moveto |
| 974 269 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 926 252.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 918 243 moveto |
| 974 243 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 934.5 226.4 moveto 23 (1.0) alignedtext |
| grestore |
| % CAA->TCA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 834.33 257.04 moveto |
| 855.39 259.29 884.37 262.4 907.53 264.88 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 907.4 268.38 moveto |
| 917.71 265.97 lineto |
| 908.14 261.42 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 907.4 268.38 moveto |
| 917.71 265.97 lineto |
| 908.14 261.42 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 852 268.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % AAG->CAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 694.33 246.02 moveto |
| 715.39 247.53 744.37 249.6 767.53 251.25 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 767.49 254.76 moveto |
| 777.71 251.98 lineto |
| 767.99 247.78 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 767.49 254.76 moveto |
| 777.71 251.98 lineto |
| 767.99 247.78 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 712 255.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % AGG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 498 131 moveto |
| 498 235 lineto |
| 554 235 lineto |
| 554 131 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 509.5 218.4 moveto 33 (AGG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 498 209 moveto |
| 554 209 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 512 192.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 498 183 moveto |
| 554 183 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 506 166.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 498 157 moveto |
| 554 157 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 514.5 140.4 moveto 23 (2.0) alignedtext |
| grestore |
| % AAG->AGG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 637.79 216.58 moveto |
| 632.22 212.21 626.17 208.11 620 205 curveto |
| 602.73 196.3 581.94 190.98 564.3 187.75 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 564.78 184.28 moveto |
| 554.34 186.08 lineto |
| 563.62 191.18 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 564.78 184.28 moveto |
| 554.34 186.08 lineto |
| 563.62 191.18 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 573.5 210.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % TCA->CAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 917.97 245.62 moveto |
| 912.33 242.07 906.22 238.95 900 237 curveto |
| 882.01 231.36 861.46 234.08 844.17 238.85 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 842.94 235.56 moveto |
| 834.41 241.85 lineto |
| 845 242.26 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 842.94 235.56 moveto |
| 834.41 241.85 lineto |
| 845 242.26 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 853.5 242.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % CCA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 778 80 moveto |
| 778 184 lineto |
| 834 184 lineto |
| 834 80 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 791 167.4 moveto 30 (CCA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 778 158 moveto |
| 834 158 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 792 141.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 778 132 moveto |
| 834 132 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 786 115.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 778 106 moveto |
| 834 106 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 794.5 89.4 moveto 23 (1.0) alignedtext |
| grestore |
| % CAG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 638 70 moveto |
| 638 174 lineto |
| 694 174 lineto |
| 694 70 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 650.5 157.4 moveto 31 (CAG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 638 148 moveto |
| 694 148 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 652 131.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 638 122 moveto |
| 694 122 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 646 105.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 638 96 moveto |
| 694 96 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 654.5 79.4 moveto 23 (1.0) alignedtext |
| grestore |
| % CCA->CAG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 777.9 125.66 moveto |
| 772.02 124.57 765.83 123.6 760 123 curveto |
| 741.71 121.13 721.32 120.71 704.22 120.83 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 704 117.33 moveto |
| 694.04 120.96 lineto |
| 704.09 124.33 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 704 117.33 moveto |
| 694.04 120.96 lineto |
| 704.09 124.33 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 713.5 128.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % CCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 918 90 moveto |
| 918 194 lineto |
| 974 194 lineto |
| 974 90 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 931 177.4 moveto 30 (CCC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 918 168 moveto |
| 974 168 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 932 151.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 918 142 moveto |
| 974 142 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 926 125.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 918 116 moveto |
| 974 116 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 934.5 99.4 moveto 23 (1.0) alignedtext |
| grestore |
| % CCA->CCC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 834.17 145.65 moveto |
| 839.94 147.87 846.07 149.82 852 151 curveto |
| 870.11 154.59 890.48 153.28 907.61 150.69 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 908.55 154.08 moveto |
| 917.82 148.94 lineto |
| 907.37 147.18 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 908.55 154.08 moveto |
| 917.82 148.94 lineto |
| 907.37 147.18 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 852 158.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| % CAG->CCA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 694.17 135.65 moveto |
| 699.94 137.87 706.07 139.82 712 141 curveto |
| 730.11 144.59 750.48 143.28 767.61 140.69 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 768.55 144.08 moveto |
| 777.82 138.94 lineto |
| 767.37 137.18 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 768.55 144.08 moveto |
| 777.82 138.94 lineto |
| 767.37 137.18 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 712 148.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| % CAG->AGG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 637.76 116.08 moveto |
| 618.26 113.43 592.29 112.85 572 123 curveto |
| 568.34 124.83 564.89 127.1 561.65 129.69 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 559.05 127.33 moveto |
| 554.04 136.66 lineto |
| 563.78 132.49 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 559.05 127.33 moveto |
| 554.04 136.66 lineto |
| 563.78 132.49 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 573.5 128.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % CCC->CCA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 917.55 132.65 moveto |
| 911.8 131.13 905.75 129.8 900 129 curveto |
| 881.78 126.48 861.4 126.75 844.29 127.86 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 843.81 124.38 moveto |
| 834.1 128.63 lineto |
| 844.34 131.36 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 843.81 124.38 moveto |
| 834.1 128.63 lineto |
| 844.34 131.36 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 853.5 134.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % AGA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 498 258 moveto |
| 498 362 lineto |
| 554 362 lineto |
| 554 258 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 510.5 345.4 moveto 31 (AGA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 498 336 moveto |
| 554 336 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 512 319.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 498 310 moveto |
| 554 310 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 506 293.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 498 284 moveto |
| 554 284 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 514.5 267.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AGA->ATC |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 497.88 285 moveto |
| 492.3 281.3 486.23 278.05 480 276 curveto |
| 454.67 267.66 446.16 270.81 420 276 curveto |
| 417.31 276.53 414.58 277.23 411.87 278.03 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 410.5 274.8 moveto |
| 402.17 281.35 lineto |
| 412.76 281.42 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 410.5 274.8 moveto |
| 402.17 281.35 lineto |
| 412.76 281.42 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 427 281.4 moveto 46 (FR: [3]) alignedtext |
| grestore |
| % ATC->AAT |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 345.99 273.93 moveto |
| 340.3 270.66 334.17 267.78 328 266 curveto |
| 301.53 258.35 292.77 259.49 266 266 curveto |
| 259.12 267.67 252.14 270.32 245.52 273.36 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 243.53 270.44 moveto |
| 236.14 278.03 lineto |
| 246.65 276.71 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 243.53 270.44 moveto |
| 236.14 278.03 lineto |
| 246.65 276.71 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 273 271.4 moveto 48 (RR: [3]) alignedtext |
| grestore |
| % ATC->AGA |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 402.23 297.79 moveto |
| 426.34 300.16 461.22 303.61 487.81 306.23 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 487.62 309.73 moveto |
| 497.92 307.23 lineto |
| 488.31 302.76 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 487.62 309.73 moveto |
| 497.92 307.23 lineto |
| 488.31 302.76 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 427 310.4 moveto 46 (FR: [3]) alignedtext |
| grestore |
| % ACC->AAC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 345.55 163.65 moveto |
| 339.8 162.13 333.75 160.8 328 160 curveto |
| 300.71 156.22 293.36 156.74 266 160 curveto |
| 259.52 160.77 252.72 162.01 246.14 163.44 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 245.01 160.11 moveto |
| 236.08 165.81 lineto |
| 246.61 166.93 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 245.01 160.11 moveto |
| 236.08 165.81 lineto |
| 246.61 166.93 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 266.5 165.4 moveto 61 (RR: [1,2]) alignedtext |
| grestore |
| % ACC->AGG |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 402.17 186.65 moveto |
| 407.94 188.87 414.07 190.82 420 192 curveto |
| 442.21 196.41 467.47 194.53 487.75 191.37 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 488.6 194.78 moveto |
| 497.87 189.63 lineto |
| 487.42 187.88 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 488.6 194.78 moveto |
| 497.87 189.63 lineto |
| 487.42 187.88 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 420 199.4 moveto 60 (FR: [1,2]) alignedtext |
| grestore |
| % AGG->AAG |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 554.1 211.19 moveto |
| 559.69 215.67 565.77 219.85 572 223 curveto |
| 589.22 231.7 610.01 236.82 627.65 239.83 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 627.21 243.3 moveto |
| 637.62 241.36 lineto |
| 628.27 236.38 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 627.21 243.3 moveto |
| 637.62 241.36 lineto |
| 628.27 236.38 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 572 243.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % AGG->CAG |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 554.33 170.66 moveto |
| 575.68 161.35 605.16 148.51 628.47 138.35 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 629.94 141.53 moveto |
| 637.71 134.33 lineto |
| 627.15 135.11 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 629.94 141.53 moveto |
| 637.71 134.33 lineto |
| 627.15 135.11 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 572 166.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| % AGG->ACC |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 497.55 173.65 moveto |
| 491.8 172.13 485.75 170.8 480 170 curveto |
| 457.64 166.9 432.38 167.46 412.13 168.88 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 411.72 165.4 moveto |
| 402.04 169.69 lineto |
| 412.28 172.38 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 411.72 165.4 moveto |
| 402.04 169.69 lineto |
| 412.28 172.38 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 420 175.4 moveto 60 (FR: [1,2]) alignedtext |
| grestore |
| endpage |
| showpage |
| grestore |
| %%PageTrailer |
| %%EndPage: 1 |
| %%Trailer |
| %%Pages: 1 |
| %%BoundingBox: 36 36 1018 406 |
| end |
| restore |
| %%EOF |