| %!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 622 411 |
| %%PageOrientation: Portrait |
| 0 0 1 beginpage |
| gsave |
| 36 36 586 375 boxprim clip newpath |
| 1 1 set_scale 0 rotate 40 41 translate |
| % AGC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 76 moveto |
| 0 206 lineto |
| 68 206 lineto |
| 68 76 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 18.5 189.4 moveto 31 (AGC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 180 moveto |
| 68 180 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 20 163.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 154 moveto |
| 68 154 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 14 137.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 128 moveto |
| 68 128 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 22.5 111.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 102 moveto |
| 68 102 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 8 85.4 moveto 52 (AAGCC) alignedtext |
| grestore |
| % CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 166 237 moveto |
| 166 367 lineto |
| 222 367 lineto |
| 222 237 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 178.5 350.4 moveto 31 (CCG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 166 341 moveto |
| 222 341 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 180 324.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 166 315 moveto |
| 222 315 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 174 298.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 166 289 moveto |
| 222 289 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 182.5 272.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 166 263 moveto |
| 222 263 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 178.5 246.4 moveto 31 (CCG) alignedtext |
| grestore |
| % AGC->CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 52.6 206.01 moveto |
| 60.47 224.65 71.31 243.77 86 258 curveto |
| 105.25 276.66 133.48 287.78 156.25 294.18 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 155.39 297.57 moveto |
| 165.95 296.72 lineto |
| 157.16 290.8 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 155.39 297.57 moveto |
| 165.95 296.72 lineto |
| 157.16 290.8 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 94.5 295.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % AGG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 166 89 moveto |
| 166 219 lineto |
| 222 219 lineto |
| 222 89 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 177.5 202.4 moveto 33 (AGG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 166 193 moveto |
| 222 193 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 180 176.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 166 167 moveto |
| 222 167 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 174 150.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 166 141 moveto |
| 222 141 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 182.5 124.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 166 115 moveto |
| 222 115 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 177.5 98.4 moveto 33 (AGG) alignedtext |
| grestore |
| % AGC->AGG |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 68.32 143.79 moveto |
| 94.02 145.88 129.17 148.73 155.77 150.89 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 155.61 154.39 moveto |
| 165.86 151.71 lineto |
| 156.18 147.42 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 155.61 154.39 moveto |
| 165.86 151.71 lineto |
| 156.18 147.42 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 94 155.4 moveto 46 (FR: [4]) alignedtext |
| grestore |
| % TAA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 484.5 0 moveto |
| 484.5 130 lineto |
| 577.5 130 lineto |
| 577.5 0 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 484.5 0 moveto |
| 484.5 130 lineto |
| 577.5 130 lineto |
| 577.5 0 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 516.5 113.4 moveto 29 (TAA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 484.5 104 moveto |
| 577.5 104 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 492.5 87.4 moveto 77 (5':[2,3,4,1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 484.5 78 moveto |
| 577.5 78 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 511 61.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 484.5 52 moveto |
| 577.5 52 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 519.5 35.4 moveto 23 (4.0) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 484.5 26 moveto |
| 577.5 26 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 516.5 9.4 moveto 29 (TAA) alignedtext |
| grestore |
| % AGC->TAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 68.14 120.32 moveto |
| 93.98 105.91 130.9 87.9 166 80 curveto |
| 272.89 55.93 401.73 57.52 474.22 61.09 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 474.33 64.6 moveto |
| 484.5 61.63 lineto |
| 474.7 57.61 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 474.33 64.6 moveto |
| 484.5 61.63 lineto |
| 474.7 57.61 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 240.5 72.4 moveto 61 (RR: [2,4]) alignedtext |
| grestore |
| % CCG->AGC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 165.89 258.12 moveto |
| 160.31 250.47 154.23 242.79 148 236 curveto |
| 126.36 212.41 98.87 189.35 76.31 171.85 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 78.31 168.97 moveto |
| 68.24 165.66 lineto |
| 74.05 174.52 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 78.31 168.97 moveto |
| 68.24 165.66 lineto |
| 74.05 174.52 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 86.5 241.4 moveto 61 (RR: [2,4]) alignedtext |
| grestore |
| % CCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 320 131 moveto |
| 320 261 lineto |
| 386 261 lineto |
| 386 131 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 338 244.4 moveto 30 (CCC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 320 235 moveto |
| 386 235 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 339 218.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 320 209 moveto |
| 386 209 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 333 192.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 320 183 moveto |
| 386 183 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 341.5 166.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 320 157 moveto |
| 386 157 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 328 140.4 moveto 50 (AACCC) alignedtext |
| grestore |
| % CCG->CCC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 222.12 301.63 moveto |
| 245.45 300.04 278.49 294.66 302 278 curveto |
| 305.9 275.24 309.56 272.07 312.99 268.63 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 315.59 270.98 moveto |
| 319.71 261.22 lineto |
| 310.4 266.28 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 315.59 270.98 moveto |
| 319.71 261.22 lineto |
| 310.4 266.28 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 247 304.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % AGG->AGC |
| gsave |
| 1 setlinewidth |
| 0.66667 1 1 edgecolor |
| newpath 165.89 131.34 moveto |
| 160.26 127.91 154.17 124.89 148 123 curveto |
| 121.65 114.95 113.17 118.43 86 123 curveto |
| 83.35 123.45 80.66 124.01 77.97 124.66 curveto |
| stroke |
| 0.66667 1 1 edgecolor |
| newpath 76.97 121.31 moveto |
| 68.26 127.35 lineto |
| 78.84 128.05 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.66667 1 1 edgecolor |
| newpath 76.97 121.31 moveto |
| 68.26 127.35 lineto |
| 78.84 128.05 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 87 128.4 moveto 60 (FR: [2,4]) alignedtext |
| grestore |
| % TAA->AGC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 484.5 54.84 moveto |
| 426.93 43.68 325.98 28.75 240 40 curveto |
| 169.77 49.19 146.07 43.47 86 81 curveto |
| 82.45 83.22 79.01 85.76 75.7 88.5 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 73.31 85.95 moveto |
| 68.24 95.25 lineto |
| 78.01 91.14 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 73.31 85.95 moveto |
| 68.24 95.25 lineto |
| 78.01 91.14 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 242 45.4 moveto 58 (FF: [2,4]) alignedtext |
| grestore |
| % TAA->CCC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 484.45 75.02 moveto |
| 453.6 82.38 416.57 92.83 404 103 curveto |
| 397.21 108.49 391.18 115.14 385.87 122.33 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 382.71 120.75 moveto |
| 379.96 130.99 lineto |
| 388.49 124.7 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 382.71 120.75 moveto |
| 379.96 130.99 lineto |
| 388.49 124.7 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 406 108.4 moveto 58 (FF: [1,3]) alignedtext |
| grestore |
| % CCC->CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 319.91 212.22 moveto |
| 296.72 224.19 265.46 241.53 240 260 curveto |
| 236.65 262.43 233.28 265.07 229.96 267.81 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 227.68 265.14 moveto |
| 222.36 274.3 lineto |
| 232.23 270.47 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 227.68 265.14 moveto |
| 222.36 274.3 lineto |
| 232.23 270.47 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 248.5 265.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % CCC->TAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 386.02 172.31 moveto |
| 391.97 168.15 398.14 163.91 404 160 curveto |
| 431.09 141.94 439.82 140.34 466 121 curveto |
| 469.44 118.46 472.92 115.79 476.39 113.04 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 478.88 115.54 moveto |
| 484.47 106.53 lineto |
| 474.48 110.09 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 478.88 115.54 moveto |
| 484.47 106.53 lineto |
| 474.48 110.09 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 404.5 165.4 moveto 61 (RR: [1,3]) alignedtext |
| grestore |
| % CCA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 503 156 moveto |
| 503 286 lineto |
| 559 286 lineto |
| 559 156 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 516 269.4 moveto 30 (CCA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 503 260 moveto |
| 559 260 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 517 243.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 503 234 moveto |
| 559 234 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 511 217.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 503 208 moveto |
| 559 208 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 519.5 191.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 503 182 moveto |
| 559 182 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 516 165.4 moveto 30 (CCA) alignedtext |
| grestore |
| % CCC->CCA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 386.18 201.32 moveto |
| 392.11 202.23 398.23 203.16 404 204 curveto |
| 433.76 208.33 467.5 212.82 492.73 216.11 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 492.61 219.62 moveto |
| 502.98 217.43 lineto |
| 493.51 212.68 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 492.61 219.62 moveto |
| 502.98 217.43 lineto |
| 493.51 212.68 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 412.5 217.4 moveto 45 (FF: [3]) alignedtext |
| grestore |
| % CCA->CCC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 502.82 201.9 moveto |
| 491.82 195.52 478.8 189.23 466 186 curveto |
| 443.35 180.29 417.44 182.02 396.14 185.51 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 395.3 182.11 moveto |
| 386.09 187.35 lineto |
| 396.56 189 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 395.3 182.11 moveto |
| 386.09 187.35 lineto |
| 396.56 189 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 411 191.4 moveto 48 (RR: [3]) alignedtext |
| grestore |
| endpage |
| showpage |
| grestore |
| %%PageTrailer |
| %%EndPage: 1 |
| %%Trailer |
| %%Pages: 1 |
| %%BoundingBox: 36 36 622 411 |
| end |
| restore |
| %%EOF |