| %!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 658 305 |
| %%PageOrientation: Portrait |
| 0 0 1 beginpage |
| gsave |
| 36 36 622 269 boxprim clip newpath |
| 1 1 set_scale 0 rotate 40 41 translate |
| % GAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 61 moveto |
| 0 165 lineto |
| 56 165 lineto |
| 56 61 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 12 148.4 moveto 32 (GAA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 139 moveto |
| 56 139 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 14 122.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 113 moveto |
| 56 113 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 8 96.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 87 moveto |
| 56 87 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 16.5 70.4 moveto 23 (2.0) alignedtext |
| grestore |
| % AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 122 moveto |
| 140 226 lineto |
| 196 226 lineto |
| 196 122 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 152.5 209.4 moveto 31 (AAC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 200 moveto |
| 196 200 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 154 183.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 174 moveto |
| 196 174 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 148 157.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 148 moveto |
| 196 148 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 156.5 131.4 moveto 23 (1.0) alignedtext |
| grestore |
| % GAA->AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 56.1 141.19 moveto |
| 61.69 145.67 67.77 149.85 74 153 curveto |
| 91.22 161.7 112.01 166.82 129.65 169.83 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 129.21 173.3 moveto |
| 139.62 171.36 lineto |
| 130.27 166.38 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 129.21 173.3 moveto |
| 139.62 171.36 lineto |
| 130.27 166.38 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 75.5 173.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % AGA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 0 moveto |
| 140 104 lineto |
| 196 104 lineto |
| 196 0 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 152.5 87.4 moveto 31 (AGA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 78 moveto |
| 196 78 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 154 61.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 52 moveto |
| 196 52 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 148 35.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 26 moveto |
| 196 26 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 156.5 9.4 moveto 23 (1.0) alignedtext |
| grestore |
| % GAA->AGA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 56.33 100.66 moveto |
| 77.68 91.35 107.16 78.51 130.47 68.35 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 131.94 71.53 moveto |
| 139.71 64.33 lineto |
| 129.15 65.11 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 131.94 71.53 moveto |
| 139.71 64.33 lineto |
| 129.15 65.11 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 74 96.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % AAC->GAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 139.97 143.29 moveto |
| 134.42 138.58 128.33 134.22 122 131 curveto |
| 104.79 122.25 83.84 117.73 66.09 115.41 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 66.38 111.92 moveto |
| 56.06 114.28 lineto |
| 65.6 118.88 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 66.38 111.92 moveto |
| 56.06 114.28 lineto |
| 65.6 118.88 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 74 136.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % ACT |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 280 132 moveto |
| 280 236 lineto |
| 336 236 lineto |
| 336 132 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 293.5 219.4 moveto 29 (ACT) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 280 210 moveto |
| 336 210 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 294 193.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 280 184 moveto |
| 336 184 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 288 167.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 280 158 moveto |
| 336 158 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 296.5 141.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AAC->ACT |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 196.33 176.02 moveto |
| 217.39 177.53 246.37 179.6 269.53 181.25 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 269.49 184.76 moveto |
| 279.71 181.98 lineto |
| 269.99 177.78 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 269.49 184.76 moveto |
| 279.71 181.98 lineto |
| 269.99 177.78 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 215.5 185.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % AGA->GAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 139.74 45.17 moveto |
| 120.24 41.97 94.26 40.8 74 51 curveto |
| 70.33 52.85 66.89 55.14 63.66 57.74 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 61.02 55.41 moveto |
| 56.08 64.78 lineto |
| 65.79 60.54 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 61.02 55.41 moveto |
| 56.08 64.78 lineto |
| 65.79 60.54 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 75.5 56.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % CTA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 280 10 moveto |
| 280 114 lineto |
| 336 114 lineto |
| 336 10 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 294 97.4 moveto 28 (CTA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 280 88 moveto |
| 336 88 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 294 71.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 280 62 moveto |
| 336 62 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 288 45.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 280 36 moveto |
| 336 36 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 296.5 19.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AGA->CTA |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 196.17 65.65 moveto |
| 201.94 67.87 208.07 69.82 214 71 curveto |
| 232.11 74.59 252.48 73.28 269.61 70.69 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 270.55 74.08 moveto |
| 279.82 68.94 lineto |
| 269.37 67.18 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 270.55 74.08 moveto |
| 279.82 68.94 lineto |
| 269.37 67.18 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 215 78.4 moveto 46 (RF: [1]) alignedtext |
| grestore |
| % TAA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 558 157 moveto |
| 558 261 lineto |
| 614 261 lineto |
| 614 157 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 558 157 moveto |
| 558 261 lineto |
| 614 261 lineto |
| 614 157 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 571.5 244.4 moveto 29 (TAA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 558 235 moveto |
| 614 235 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 567.5 218.4 moveto 37 (5':[1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 558 209 moveto |
| 614 209 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 566 192.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 558 183 moveto |
| 614 183 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 574.5 166.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AAG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 418 142 moveto |
| 418 246 lineto |
| 474 246 lineto |
| 474 142 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 430 229.4 moveto 32 (AAG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 418 220 moveto |
| 474 220 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 432 203.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 418 194 moveto |
| 474 194 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 426 177.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 418 168 moveto |
| 474 168 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 434.5 151.4 moveto 23 (1.0) alignedtext |
| grestore |
| % TAA->AAG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 557.88 184 moveto |
| 552.3 180.3 546.23 177.05 540 175 curveto |
| 519.74 168.32 512.93 170.85 492 175 curveto |
| 489.31 175.53 486.58 176.23 483.87 177.03 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 482.5 173.8 moveto |
| 474.17 180.35 lineto |
| 484.76 180.42 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 482.5 173.8 moveto |
| 474.17 180.35 lineto |
| 484.76 180.42 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 493.5 180.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % AAG->TAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 474.33 197.04 moveto |
| 495.39 199.29 524.37 202.4 547.53 204.88 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 547.4 208.38 moveto |
| 557.71 205.97 lineto |
| 548.14 201.42 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 547.4 208.38 moveto |
| 557.71 205.97 lineto |
| 548.14 201.42 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 492 208.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % AAG->ACT |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 417.99 172.93 moveto |
| 412.3 169.66 406.17 166.78 400 165 curveto |
| 380.36 159.33 374.05 161.02 354 165 curveto |
| 351.31 165.53 348.58 166.23 345.87 167.03 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 344.5 163.8 moveto |
| 336.17 170.35 lineto |
| 346.76 170.42 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 344.5 163.8 moveto |
| 336.17 170.35 lineto |
| 346.76 170.42 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 354 170.4 moveto 46 (FR: [1]) alignedtext |
| grestore |
| % CTA->AGA |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 279.55 52.65 moveto |
| 273.8 51.13 267.75 49.8 262 49 curveto |
| 243.78 46.48 223.4 46.75 206.29 47.86 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 205.81 44.38 moveto |
| 196.1 48.63 lineto |
| 206.34 51.36 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 205.81 44.38 moveto |
| 196.1 48.63 lineto |
| 206.34 51.36 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 215 54.4 moveto 46 (RF: [1]) alignedtext |
| grestore |
| % ATA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 418 20 moveto |
| 418 124 lineto |
| 474 124 lineto |
| 474 20 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 432 107.4 moveto 28 (ATA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 418 98 moveto |
| 474 98 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 432 81.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 418 72 moveto |
| 474 72 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 426 55.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 418 46 moveto |
| 474 46 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 434.5 29.4 moveto 23 (1.0) alignedtext |
| grestore |
| % CTA->ATA |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 336.17 75.65 moveto |
| 341.94 77.87 348.07 79.82 354 81 curveto |
| 371.47 84.47 391.08 83.24 407.69 80.73 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 408.34 84.17 moveto |
| 417.6 79.04 lineto |
| 407.16 77.27 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 408.34 84.17 moveto |
| 417.6 79.04 lineto |
| 407.16 77.27 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 354 88.4 moveto 46 (FR: [1]) alignedtext |
| grestore |
| % ATA->CTA |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 417.9 65.66 moveto |
| 412.02 64.57 405.83 63.6 400 63 curveto |
| 382.53 61.21 363.1 60.77 346.62 60.86 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 346.22 57.36 moveto |
| 336.26 60.98 lineto |
| 346.3 64.36 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 346.22 57.36 moveto |
| 336.26 60.98 lineto |
| 346.3 64.36 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 354 68.4 moveto 46 (FR: [1]) alignedtext |
| grestore |
| % AAT |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 558 30 moveto |
| 558 134 lineto |
| 614 134 lineto |
| 614 30 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 558 30 moveto |
| 558 134 lineto |
| 614 134 lineto |
| 614 30 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 571.5 117.4 moveto 29 (AAT) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 558 108 moveto |
| 614 108 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 567.5 91.4 moveto 37 (5':[1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 558 82 moveto |
| 614 82 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 566 65.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 558 56 moveto |
| 614 56 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 574.5 39.4 moveto 23 (1.0) alignedtext |
| grestore |
| % ATA->AAT |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 474.17 85.65 moveto |
| 479.94 87.87 486.07 89.82 492 91 curveto |
| 510.11 94.59 530.48 93.28 547.61 90.69 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 548.55 94.08 moveto |
| 557.82 88.94 lineto |
| 547.37 87.18 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 548.55 94.08 moveto |
| 557.82 88.94 lineto |
| 547.37 87.18 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 492 98.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % AAT->ATA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 557.55 72.65 moveto |
| 551.8 71.13 545.75 69.8 540 69 curveto |
| 521.78 66.48 501.4 66.75 484.29 67.86 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 483.81 64.38 moveto |
| 474.1 68.63 lineto |
| 484.34 71.36 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 483.81 64.38 moveto |
| 474.1 68.63 lineto |
| 484.34 71.36 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 493.5 74.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % ACT->AAC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 279.99 162.93 moveto |
| 274.3 159.66 268.17 156.78 262 155 curveto |
| 241.5 149.08 234.93 150.85 214 155 curveto |
| 211.31 155.53 208.58 156.23 205.87 157.03 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 204.5 153.8 moveto |
| 196.17 160.35 lineto |
| 206.76 160.42 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 204.5 153.8 moveto |
| 196.17 160.35 lineto |
| 206.76 160.42 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 214 160.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % ACT->AAG |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 336.26 186.05 moveto |
| 356.82 187.54 384.89 189.57 407.5 191.21 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 407.55 194.72 moveto |
| 417.78 191.95 lineto |
| 408.06 187.74 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 407.55 194.72 moveto |
| 417.78 191.95 lineto |
| 408.06 187.74 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 354 195.4 moveto 46 (FR: [1]) alignedtext |
| grestore |
| endpage |
| showpage |
| grestore |
| %%PageTrailer |
| %%EndPage: 1 |
| %%Trailer |
| %%Pages: 1 |
| %%BoundingBox: 36 36 658 305 |
| end |
| restore |
| %%EOF |