| %!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 656 326 |
| %%PageOrientation: Portrait |
| 0 0 1 beginpage |
| gsave |
| 36 36 620 290 boxprim clip newpath |
| 1 1 set_scale 0 rotate 40 41 translate |
| % GAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 14 moveto |
| 0 144 lineto |
| 56 144 lineto |
| 56 14 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 12 127.4 moveto 32 (GAA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 118 moveto |
| 56 118 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 14 101.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 92 moveto |
| 56 92 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 8 75.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 66 moveto |
| 56 66 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 16.5 49.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 40 moveto |
| 56 40 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 12 23.4 moveto 32 (GAA) alignedtext |
| grestore |
| % AGA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 14 moveto |
| 140 144 lineto |
| 196 144 lineto |
| 196 14 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 152.5 127.4 moveto 31 (AGA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 118 moveto |
| 196 118 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 154 101.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 92 moveto |
| 196 92 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 148 75.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 66 moveto |
| 196 66 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 156.5 49.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 40 moveto |
| 196 40 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 152.5 23.4 moveto 31 (AGA) alignedtext |
| grestore |
| % GAA->AGA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 56.33 79 moveto |
| 77.39 79 106.37 79 129.53 79 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 129.71 82.5 moveto |
| 139.71 79 lineto |
| 129.71 75.5 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 129.71 82.5 moveto |
| 139.71 79 lineto |
| 129.71 75.5 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 74 84.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % AGA->GAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 139.51 62.99 moveto |
| 133.87 60.51 127.87 58.33 122 57 curveto |
| 101.2 52.28 94.8 52.28 74 57 curveto |
| 71.34 57.6 68.65 58.38 65.99 59.28 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 64.53 56.09 moveto |
| 56.49 62.99 lineto |
| 67.08 62.61 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 64.53 56.09 moveto |
| 56.49 62.99 lineto |
| 67.08 62.61 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 75.5 62.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % CTA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 556 0 moveto |
| 556 130 lineto |
| 612 130 lineto |
| 612 0 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 570 113.4 moveto 28 (CTA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 556 104 moveto |
| 612 104 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 570 87.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 556 78 moveto |
| 612 78 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 564 61.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 556 52 moveto |
| 612 52 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 572.5 35.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 556 26 moveto |
| 612 26 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 570 9.4 moveto 28 (CTA) alignedtext |
| grestore |
| % AGA->CTA |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 196.27 78.05 moveto |
| 269.06 75.6 463.02 69.07 545.75 66.29 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 546.09 69.78 moveto |
| 555.97 65.94 lineto |
| 545.86 62.78 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 546.09 69.78 moveto |
| 555.97 65.94 lineto |
| 545.86 62.78 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 352 77.4 moveto 46 (RF: [1]) alignedtext |
| grestore |
| % GTA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 278 91 moveto |
| 278 221 lineto |
| 334 221 lineto |
| 334 91 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 291.5 204.4 moveto 29 (GTA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 278 195 moveto |
| 334 195 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 292 178.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 278 169 moveto |
| 334 169 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 286 152.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 278 143 moveto |
| 334 143 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 294.5 126.4 moveto 23 (0.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 278 117 moveto |
| 334 117 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 292 100.4 moveto 28 (CTA) alignedtext |
| grestore |
| % AGA->GTA |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 196.25 114.72 moveto |
| 201.7 120.06 207.69 125.08 214 129 curveto |
| 230.31 139.14 250.6 145.62 267.97 149.69 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 267.3 153.12 moveto |
| 277.81 151.81 lineto |
| 268.78 146.28 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 267.3 153.12 moveto |
| 277.81 151.81 lineto |
| 268.78 146.28 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 214 152.4 moveto 46 (FR: [0]) alignedtext |
| grestore |
| % ATA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 416 101 moveto |
| 416 231 lineto |
| 472 231 lineto |
| 472 101 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 430 214.4 moveto 28 (ATA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 416 205 moveto |
| 472 205 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 430 188.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 416 179 moveto |
| 472 179 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 424 162.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 416 153 moveto |
| 472 153 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 432.5 136.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 416 127 moveto |
| 472 127 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 430 110.4 moveto 28 (ATA) alignedtext |
| grestore |
| % ATA->CTA |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 472.11 115.15 moveto |
| 477.4 108.41 483.38 102.09 490 97 curveto |
| 506.26 84.5 527.71 76.71 546.01 71.95 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 546.89 75.33 moveto |
| 555.8 69.6 lineto |
| 545.26 68.53 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 546.89 75.33 moveto |
| 555.8 69.6 lineto |
| 545.26 68.53 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 491 102.4 moveto 46 (FR: [1]) alignedtext |
| grestore |
| % ATA->GTA |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 415.89 151.63 moveto |
| 410.11 149.3 403.97 147.24 398 146 curveto |
| 380.54 142.37 360.94 143.77 344.32 146.51 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 343.59 143.09 moveto |
| 334.41 148.36 lineto |
| 344.88 149.97 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 343.59 143.09 moveto |
| 334.41 148.36 lineto |
| 344.88 149.97 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 352 151.4 moveto 46 (FR: [0]) alignedtext |
| grestore |
| % AAT |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 556 152 moveto |
| 556 282 lineto |
| 612 282 lineto |
| 612 152 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 556 152 moveto |
| 556 282 lineto |
| 612 282 lineto |
| 612 152 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 569.5 265.4 moveto 29 (AAT) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 556 256 moveto |
| 612 256 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 565.5 239.4 moveto 37 (5':[1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 556 230 moveto |
| 612 230 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 564 213.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 556 204 moveto |
| 612 204 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 572.5 187.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 556 178 moveto |
| 612 178 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 569.5 161.4 moveto 29 (AAT) alignedtext |
| grestore |
| % ATA->AAT |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 472.23 187.46 moveto |
| 477.9 191.06 483.97 194.44 490 197 curveto |
| 507.43 204.39 527.87 209.16 545.23 212.18 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 545.16 215.71 moveto |
| 555.59 213.84 lineto |
| 546.27 208.8 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 545.16 215.71 moveto |
| 555.59 213.84 lineto |
| 546.27 208.8 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 490 215.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % CTA->AGA |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 555.99 54.5 moveto |
| 550.1 52.51 543.88 50.56 538 49 curveto |
| 457.32 27.61 435.11 15.24 352 23 curveto |
| 289.86 28.8 271.91 25.73 214 49 curveto |
| 210.99 50.21 207.97 51.63 205 53.17 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 203.22 50.16 moveto |
| 196.25 58.14 lineto |
| 206.68 56.24 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 203.22 50.16 moveto |
| 196.25 58.14 lineto |
| 206.68 56.24 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 352 28.4 moveto 46 (RF: [1]) alignedtext |
| grestore |
| % CTA->ATA |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 556 98.57 moveto |
| 550.35 104.4 544.23 110.14 538 115 curveto |
| 532.87 119 505.2 133.89 481.2 146.56 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 479.45 143.53 moveto |
| 472.24 151.28 lineto |
| 482.72 149.72 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 479.45 143.53 moveto |
| 472.24 151.28 lineto |
| 482.72 149.72 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 491 146.4 moveto 46 (FR: [1]) alignedtext |
| grestore |
| % GTA->AGA |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 277.95 124.85 moveto |
| 272.36 119.75 266.27 114.88 260 111 curveto |
| 243.54 100.8 223.39 93.32 206.15 88.17 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 206.96 84.77 moveto |
| 196.39 85.41 lineto |
| 205.06 91.5 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 206.96 84.77 moveto |
| 196.39 85.41 lineto |
| 205.06 91.5 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 214 116.4 moveto 46 (RF: [1]) alignedtext |
| grestore |
| % GTA->ATA |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 334.13 161.58 moveto |
| 340.01 162.55 346.19 163.43 352 164 curveto |
| 369.48 165.7 388.91 166.31 405.39 166.45 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 405.74 169.95 moveto |
| 415.75 166.48 lineto |
| 405.76 162.95 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 405.74 169.95 moveto |
| 415.75 166.48 lineto |
| 405.76 162.95 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 352 171.4 moveto 46 (FR: [1]) alignedtext |
| grestore |
| % AAT->ATA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 555.86 186.3 moveto |
| 550.36 181.84 544.33 177.81 538 175 curveto |
| 520.88 167.4 500.31 164.79 482.78 164.23 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 482.36 160.73 moveto |
| 472.32 164.12 lineto |
| 482.29 167.73 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 482.36 160.73 moveto |
| 472.32 164.12 lineto |
| 482.29 167.73 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 491.5 180.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| endpage |
| showpage |
| grestore |
| %%PageTrailer |
| %%EndPage: 1 |
| %%Trailer |
| %%Pages: 1 |
| %%BoundingBox: 36 36 656 326 |
| end |
| restore |
| %%EOF |