| 1 | 
%!PS-Adobe-3.0  | 
| 2 | 
%%Creator: MATLAB, The Mathworks, Inc. Version 7.6.0.324 (R2008a). Operating System: Linux 2.6.26.8-57.fc8 #1 SMP Thu Dec 18 18:59:49 EST 2008 x86_64. | 
| 3 | 
%%Title: ./s6t_32x32.ps | 
| 4 | 
%%CreationDate: 05/01/2009  20:51:21 | 
| 5 | 
%%DocumentNeededFonts: Helvetica | 
| 6 | 
%%+ Helvetica-Bold | 
| 7 | 
%%DocumentProcessColors: Cyan Magenta Yellow Black | 
| 8 | 
%%LanguageLevel: 2 | 
| 9 | 
%%Pages: (atend) | 
| 10 | 
%%BoundingBox: (atend) | 
| 11 | 
%%EndComments | 
| 12 | 
 | 
| 13 | 
%%BeginProlog | 
| 14 | 
% MathWorks dictionary | 
| 15 | 
/MathWorks 160 dict begin | 
| 16 | 
% definition operators | 
| 17 | 
/bdef {bind def} bind def | 
| 18 | 
/ldef {load def} bind def | 
| 19 | 
/xdef {exch def} bdef | 
| 20 | 
/xstore {exch store} bdef | 
| 21 | 
% operator abbreviations | 
| 22 | 
/c  /clip ldef | 
| 23 | 
/cc /concat ldef | 
| 24 | 
/cp /closepath ldef | 
| 25 | 
/gr /grestore ldef | 
| 26 | 
/gs /gsave ldef | 
| 27 | 
/mt /moveto ldef | 
| 28 | 
/np /newpath ldef | 
| 29 | 
/cm /currentmatrix ldef | 
| 30 | 
/sm /setmatrix ldef | 
| 31 | 
/rm /rmoveto ldef | 
| 32 | 
/rl /rlineto ldef | 
| 33 | 
/s {show newpath} bdef | 
| 34 | 
/sc {setcmykcolor} bdef | 
| 35 | 
/sr /setrgbcolor ldef | 
| 36 | 
/sg /setgray ldef | 
| 37 | 
/w /setlinewidth ldef | 
| 38 | 
/j /setlinejoin ldef | 
| 39 | 
/cap /setlinecap ldef | 
| 40 | 
/rc {rectclip} bdef | 
| 41 | 
/rf {rectfill} bdef | 
| 42 | 
% page state control | 
| 43 | 
/pgsv () def | 
| 44 | 
/bpage {/pgsv save def} bdef | 
| 45 | 
/epage {pgsv restore} bdef | 
| 46 | 
/bplot /gsave ldef | 
| 47 | 
/eplot {stroke grestore} bdef | 
| 48 | 
% orientation switch | 
| 49 | 
/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def | 
| 50 | 
% coordinate system mappings | 
| 51 | 
/dpi2point 0 def | 
| 52 | 
% font control | 
| 53 | 
/FontSize 0 def | 
| 54 | 
/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0] | 
| 55 | 
  makefont setfont} bdef | 
| 56 | 
/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse | 
| 57 | 
  exch dup 3 1 roll findfont dup length dict begin | 
| 58 | 
  { 1 index /FID ne {def}{pop pop} ifelse } forall | 
| 59 | 
  /Encoding exch def currentdict end definefont pop} bdef | 
| 60 | 
/isroman {findfont /CharStrings get /Agrave known} bdef | 
| 61 | 
/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse | 
| 62 | 
  exch FMS} bdef | 
| 63 | 
/csm {1 dpi2point div -1 dpi2point div scale neg translate | 
| 64 | 
 dup landscapeMode eq {pop -90 rotate} | 
| 65 | 
  {rotateMode eq {90 rotate} if} ifelse} bdef | 
| 66 | 
% line types: solid, dotted, dashed, dotdash | 
| 67 | 
/SO { [] 0 setdash } bdef | 
| 68 | 
/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef | 
| 69 | 
/DA { [6 dpi2point mul] 0 setdash } bdef | 
| 70 | 
/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 | 
| 71 | 
  dpi2point mul] 0 setdash } bdef | 
| 72 | 
% macros for lines and objects | 
| 73 | 
/L {lineto stroke} bdef | 
| 74 | 
/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef | 
| 75 | 
/AP {{rlineto} repeat} bdef | 
| 76 | 
/PDlw -1 def | 
| 77 | 
/W {/PDlw currentlinewidth def setlinewidth} def | 
| 78 | 
/PP {closepath eofill} bdef | 
| 79 | 
/DP {closepath stroke} bdef | 
| 80 | 
/MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto | 
| 81 | 
  neg 0 exch rlineto closepath} bdef | 
| 82 | 
/FR {MR stroke} bdef | 
| 83 | 
/PR {MR fill} bdef | 
| 84 | 
/L1i {{currentfile picstr readhexstring pop} image} bdef | 
| 85 | 
/tMatrix matrix def | 
| 86 | 
/MakeOval {newpath tMatrix currentmatrix pop translate scale | 
| 87 | 
0 0 1 0 360 arc tMatrix setmatrix} bdef | 
| 88 | 
/FO {MakeOval stroke} bdef | 
| 89 | 
/PO {MakeOval fill} bdef | 
| 90 | 
/PD {currentlinewidth 2 div 0 360 arc fill | 
| 91 | 
   PDlw -1 eq not {PDlw w /PDlw -1 def} if} def | 
| 92 | 
/FA {newpath tMatrix currentmatrix pop translate scale | 
| 93 | 
  0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef | 
| 94 | 
/PA {newpath tMatrix currentmatrix pop  translate 0 0 moveto scale | 
| 95 | 
  0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef | 
| 96 | 
/FAn {newpath tMatrix currentmatrix pop translate scale | 
| 97 | 
  0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef | 
| 98 | 
/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale | 
| 99 | 
  0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef | 
| 100 | 
/vradius 0 def /hradius 0 def /lry 0 def | 
| 101 | 
/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def | 
| 102 | 
/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef | 
| 103 | 
  /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly | 
| 104 | 
  vradius add translate hradius vradius scale 0 0 1 180 270 arc  | 
| 105 | 
  tMatrix setmatrix lrx hradius sub uly vradius add translate | 
| 106 | 
  hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix | 
| 107 | 
  lrx hradius sub lry vradius sub translate hradius vradius scale | 
| 108 | 
  0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub | 
| 109 | 
  translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix | 
| 110 | 
  closepath} bdef | 
| 111 | 
/FRR {MRR stroke } bdef | 
| 112 | 
/PRR {MRR fill } bdef | 
| 113 | 
/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def | 
| 114 | 
  newpath tMatrix currentmatrix pop ulx rad add uly rad add translate | 
| 115 | 
  rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad | 
| 116 | 
  sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix | 
| 117 | 
  closepath} bdef | 
| 118 | 
/FlrRR {MlrRR stroke } bdef | 
| 119 | 
/PlrRR {MlrRR fill } bdef | 
| 120 | 
/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def | 
| 121 | 
  newpath tMatrix currentmatrix pop ulx rad add uly rad add translate | 
| 122 | 
  rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad | 
| 123 | 
  sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix | 
| 124 | 
  closepath} bdef | 
| 125 | 
/FtbRR {MtbRR stroke } bdef | 
| 126 | 
/PtbRR {MtbRR fill } bdef | 
| 127 | 
/stri 6 array def /dtri 6 array def | 
| 128 | 
/smat 6 array def /dmat 6 array def | 
| 129 | 
/tmat1 6 array def /tmat2 6 array def /dif 3 array def | 
| 130 | 
/asub {/ind2 exch def /ind1 exch def dup dup | 
| 131 | 
  ind1 get exch ind2 get sub exch } bdef | 
| 132 | 
/tri_to_matrix { | 
| 133 | 
  2 0 asub 3 1 asub 4 0 asub 5 1 asub | 
| 134 | 
  dup 0 get exch 1 get 7 -1 roll astore } bdef | 
| 135 | 
/compute_transform { | 
| 136 | 
  dmat dtri tri_to_matrix tmat1 invertmatrix  | 
| 137 | 
  smat stri tri_to_matrix tmat2 concatmatrix } bdef | 
| 138 | 
/ds {stri astore pop} bdef | 
| 139 | 
/dt {dtri astore pop} bdef | 
| 140 | 
/db {2 copy /cols xdef /rows xdef mul dup 3 mul string | 
| 141 | 
  currentfile  | 
| 142 | 
  3 index 0 eq {/ASCIIHexDecode filter} | 
| 143 | 
  {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if } | 
| 144 | 
  ifelse exch readstring pop | 
| 145 | 
  dup 0 3 index getinterval /rbmap xdef | 
| 146 | 
  dup 2 index dup getinterval /gbmap xdef | 
| 147 | 
  1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef | 
| 148 | 
/it {gs np dtri aload pop moveto lineto lineto cp c | 
| 149 | 
  cols rows 8 compute_transform  | 
| 150 | 
  rbmap gbmap bbmap true 3 colorimage gr}bdef | 
| 151 | 
/il {newpath moveto lineto stroke}bdef | 
| 152 | 
currentdict end def | 
| 153 | 
%%EndProlog | 
| 154 | 
 | 
| 155 | 
%%BeginSetup | 
| 156 | 
MathWorks begin | 
| 157 | 
 | 
| 158 | 
0 cap | 
| 159 | 
 | 
| 160 | 
end | 
| 161 | 
%%EndSetup | 
| 162 | 
 | 
| 163 | 
%%Page: 1 1 | 
| 164 | 
%%BeginPageSetup | 
| 165 | 
%%PageBoundingBox:    73   215   551   589 | 
| 166 | 
MathWorks begin | 
| 167 | 
bpage | 
| 168 | 
%%EndPageSetup | 
| 169 | 
 | 
| 170 | 
%%BeginObject: obj1 | 
| 171 | 
bplot | 
| 172 | 
 | 
| 173 | 
/dpi2point 12 def | 
| 174 | 
portraitMode 0216 7344 csm | 
| 175 | 
 | 
| 176 | 
  664   274  5740  4487 rc | 
| 177 | 
86 dict begin %Colortable dictionary | 
| 178 | 
/c0 { 0.000000 0.000000 0.000000 sr} bdef | 
| 179 | 
/c1 { 1.000000 1.000000 1.000000 sr} bdef | 
| 180 | 
/c2 { 0.900000 0.000000 0.000000 sr} bdef | 
| 181 | 
/c3 { 0.000000 0.820000 0.000000 sr} bdef | 
| 182 | 
/c4 { 0.000000 0.000000 0.800000 sr} bdef | 
| 183 | 
/c5 { 0.910000 0.820000 0.320000 sr} bdef | 
| 184 | 
/c6 { 1.000000 0.260000 0.820000 sr} bdef | 
| 185 | 
/c7 { 0.000000 0.820000 0.820000 sr} bdef | 
| 186 | 
c0 | 
| 187 | 
1 j | 
| 188 | 
1 sg | 
| 189 | 
   0    0 6913 5186 rf | 
| 190 | 
6 w | 
| 191 | 
0 4226 5355 0 0 -4226 899 4615 4 MP | 
| 192 | 
PP | 
| 193 | 
-5355 0 0 4226 5355 0 0 -4226 899 4615 5 MP stroke | 
| 194 | 
4 w | 
| 195 | 
DO | 
| 196 | 
SO | 
| 197 | 
6 w | 
| 198 | 
0 sg | 
| 199 | 
 899 4615 mt 6254 4615 L | 
| 200 | 
 899 4615 mt  899  389 L | 
| 201 | 
 899 4615 mt  899 4561 L | 
| 202 | 
%%IncludeResource: font Helvetica | 
| 203 | 
/Helvetica /ISOLatin1Encoding 120 FMSR | 
| 204 | 
 | 
| 205 | 
 866 4760 mt  | 
| 206 | 
(0) s | 
| 207 | 
1664 4615 mt 1664 4561 L | 
| 208 | 
1598 4760 mt  | 
| 209 | 
(20) s | 
| 210 | 
2429 4615 mt 2429 4561 L | 
| 211 | 
2363 4760 mt  | 
| 212 | 
(40) s | 
| 213 | 
3194 4615 mt 3194 4561 L | 
| 214 | 
3128 4760 mt  | 
| 215 | 
(60) s | 
| 216 | 
3959 4615 mt 3959 4561 L | 
| 217 | 
3893 4760 mt  | 
| 218 | 
(80) s | 
| 219 | 
4724 4615 mt 4724 4561 L | 
| 220 | 
4624 4760 mt  | 
| 221 | 
(100) s | 
| 222 | 
5489 4615 mt 5489 4561 L | 
| 223 | 
5389 4760 mt  | 
| 224 | 
(120) s | 
| 225 | 
6255 4615 mt 6255 4561 L | 
| 226 | 
6155 4760 mt  | 
| 227 | 
(140) s | 
| 228 | 
 899 4615 mt  952 4615 L | 
| 229 | 
 798 4659 mt  | 
| 230 | 
(0) s | 
| 231 | 
 899 4192 mt  952 4192 L | 
| 232 | 
 731 4236 mt  | 
| 233 | 
(10) s | 
| 234 | 
 899 3769 mt  952 3769 L | 
| 235 | 
 731 3813 mt  | 
| 236 | 
(20) s | 
| 237 | 
 899 3347 mt  952 3347 L | 
| 238 | 
 731 3391 mt  | 
| 239 | 
(30) s | 
| 240 | 
 899 2924 mt  952 2924 L | 
| 241 | 
 731 2968 mt  | 
| 242 | 
(40) s | 
| 243 | 
 899 2502 mt  952 2502 L | 
| 244 | 
 731 2546 mt  | 
| 245 | 
(50) s | 
| 246 | 
 899 2079 mt  952 2079 L | 
| 247 | 
 731 2123 mt  | 
| 248 | 
(60) s | 
| 249 | 
 899 1656 mt  952 1656 L | 
| 250 | 
 731 1700 mt  | 
| 251 | 
(70) s | 
| 252 | 
 899 1234 mt  952 1234 L | 
| 253 | 
 731 1278 mt  | 
| 254 | 
(80) s | 
| 255 | 
 899  811 mt  952  811 L | 
| 256 | 
 731  855 mt  | 
| 257 | 
(90) s | 
| 258 | 
 899  389 mt  952  389 L | 
| 259 | 
 664  433 mt  | 
| 260 | 
(100) s | 
| 261 | 
gs 899 389 5357 4227 rc | 
| 262 | 
24 w | 
| 263 | 
/c8 { 1.000000 0.000000 0.000000 sr} bdef | 
| 264 | 
c8 | 
| 265 | 
1186 0 937 4572 2 MP stroke | 
| 266 | 
-1186 0 2123 3262 2 MP stroke | 
| 267 | 
/c9 { 0.000000 1.000000 0.000000 sr} bdef | 
| 268 | 
c9 | 
| 269 | 
0 -1310 2123 4572 2 MP stroke | 
| 270 | 
0 1310 937 3262 2 MP stroke | 
| 271 | 
gr | 
| 272 | 
 | 
| 273 | 
24 w | 
| 274 | 
c9 | 
| 275 | 
0 sg | 
| 276 | 
%%IncludeResource: font Helvetica-Bold | 
| 277 | 
/Helvetica-Bold /ISOLatin1Encoding 168 FMSR | 
| 278 | 
 | 
| 279 | 
1332 3979 mt  | 
| 280 | 
(f1) s | 
| 281 | 
gs 899 389 5357 4227 rc | 
| 282 | 
DA | 
| 283 | 
6 w | 
| 284 | 
0 1310 -1186 0 0 -1310 1186 0 937 4572 5 MP stroke | 
| 285 | 
gr | 
| 286 | 
 | 
| 287 | 
6 w | 
| 288 | 
DA | 
| 289 | 
%%IncludeResource: font Helvetica | 
| 290 | 
/Helvetica /ISOLatin1Encoding 120 FMSR | 
| 291 | 
 | 
| 292 | 
1604 3959 mt  | 
| 293 | 
(t1) s | 
| 294 | 
%%IncludeResource: font Helvetica | 
| 295 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 296 | 
 | 
| 297 | 
1013 3908 mt  | 
| 298 | 
(f5) s | 
| 299 | 
%%IncludeResource: font Helvetica | 
| 300 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 301 | 
 | 
| 302 | 
1093 3956 mt  | 
| 303 | 
(n) s | 
| 304 | 
%%IncludeResource: font Helvetica | 
| 305 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 306 | 
 | 
| 307 | 
1530 3479 mt  | 
| 308 | 
(f3) s | 
| 309 | 
%%IncludeResource: font Helvetica | 
| 310 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 311 | 
 | 
| 312 | 
1610 3527 mt  | 
| 313 | 
(w) s | 
| 314 | 
%%IncludeResource: font Helvetica | 
| 315 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 316 | 
 | 
| 317 | 
1530 4394 mt  | 
| 318 | 
(f6) s | 
| 319 | 
%%IncludeResource: font Helvetica | 
| 320 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 321 | 
 | 
| 322 | 
1610 4442 mt  | 
| 323 | 
(n) s | 
| 324 | 
%%IncludeResource: font Helvetica | 
| 325 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 326 | 
 | 
| 327 | 
1919 3908 mt  | 
| 328 | 
(f2) s | 
| 329 | 
%%IncludeResource: font Helvetica | 
| 330 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 331 | 
 | 
| 332 | 
1999 3956 mt  | 
| 333 | 
(w) s | 
| 334 | 
gs 899 389 5357 4227 rc | 
| 335 | 
SO | 
| 336 | 
24 w | 
| 337 | 
/c10 { 0.000000 0.000000 1.000000 sr} bdef | 
| 338 | 
c10 | 
| 339 | 
1186 0 2161 4572 2 MP stroke | 
| 340 | 
-1186 0 3347 3262 2 MP stroke | 
| 341 | 
c9 | 
| 342 | 
0 -1310 3347 4572 2 MP stroke | 
| 343 | 
0 1310 2161 3262 2 MP stroke | 
| 344 | 
gr | 
| 345 | 
 | 
| 346 | 
24 w | 
| 347 | 
c9 | 
| 348 | 
SO | 
| 349 | 
0 sg | 
| 350 | 
%%IncludeResource: font Helvetica-Bold | 
| 351 | 
/Helvetica-Bold /ISOLatin1Encoding 168 FMSR | 
| 352 | 
 | 
| 353 | 
2556 3979 mt  | 
| 354 | 
(f2) s | 
| 355 | 
gs 899 389 5357 4227 rc | 
| 356 | 
DA | 
| 357 | 
6 w | 
| 358 | 
0 1310 -1186 0 0 -1310 1186 0 2161 4572 5 MP stroke | 
| 359 | 
gr | 
| 360 | 
 | 
| 361 | 
6 w | 
| 362 | 
DA | 
| 363 | 
%%IncludeResource: font Helvetica | 
| 364 | 
/Helvetica /ISOLatin1Encoding 120 FMSR | 
| 365 | 
 | 
| 366 | 
2828 3959 mt  | 
| 367 | 
(t2) s | 
| 368 | 
%%IncludeResource: font Helvetica | 
| 369 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 370 | 
 | 
| 371 | 
2238 3908 mt  | 
| 372 | 
(f1) s | 
| 373 | 
%%IncludeResource: font Helvetica | 
| 374 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 375 | 
 | 
| 376 | 
2318 3956 mt  | 
| 377 | 
(e) s | 
| 378 | 
%%IncludeResource: font Helvetica | 
| 379 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 380 | 
 | 
| 381 | 
2754 3479 mt  | 
| 382 | 
(f3) s | 
| 383 | 
%%IncludeResource: font Helvetica | 
| 384 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 385 | 
 | 
| 386 | 
2834 3527 mt  | 
| 387 | 
(s) s | 
| 388 | 
%%IncludeResource: font Helvetica | 
| 389 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 390 | 
 | 
| 391 | 
2754 4394 mt  | 
| 392 | 
(f6) s | 
| 393 | 
%%IncludeResource: font Helvetica | 
| 394 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 395 | 
 | 
| 396 | 
2834 4442 mt  | 
| 397 | 
(e) s | 
| 398 | 
%%IncludeResource: font Helvetica | 
| 399 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 400 | 
 | 
| 401 | 
3143 3908 mt  | 
| 402 | 
(f4) s | 
| 403 | 
%%IncludeResource: font Helvetica | 
| 404 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 405 | 
 | 
| 406 | 
3223 3956 mt  | 
| 407 | 
(s) s | 
| 408 | 
gs 899 389 5357 4227 rc | 
| 409 | 
SO | 
| 410 | 
24 w | 
| 411 | 
c10 | 
| 412 | 
1186 0 2161 3220 2 MP stroke | 
| 413 | 
-1186 0 3347 1910 2 MP stroke | 
| 414 | 
c8 | 
| 415 | 
0 -1310 3347 3220 2 MP stroke | 
| 416 | 
0 1310 2161 1910 2 MP stroke | 
| 417 | 
gr | 
| 418 | 
 | 
| 419 | 
24 w | 
| 420 | 
c8 | 
| 421 | 
SO | 
| 422 | 
0 sg | 
| 423 | 
%%IncludeResource: font Helvetica-Bold | 
| 424 | 
/Helvetica-Bold /ISOLatin1Encoding 168 FMSR | 
| 425 | 
 | 
| 426 | 
2556 2627 mt  | 
| 427 | 
(f3) s | 
| 428 | 
gs 899 389 5357 4227 rc | 
| 429 | 
DA | 
| 430 | 
6 w | 
| 431 | 
0 1310 -1186 0 0 -1310 1186 0 2161 3220 5 MP stroke | 
| 432 | 
gr | 
| 433 | 
 | 
| 434 | 
6 w | 
| 435 | 
DA | 
| 436 | 
%%IncludeResource: font Helvetica | 
| 437 | 
/Helvetica /ISOLatin1Encoding 120 FMSR | 
| 438 | 
 | 
| 439 | 
2828 2607 mt  | 
| 440 | 
(t3) s | 
| 441 | 
%%IncludeResource: font Helvetica | 
| 442 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 443 | 
 | 
| 444 | 
2238 2556 mt  | 
| 445 | 
(f1) s | 
| 446 | 
%%IncludeResource: font Helvetica | 
| 447 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 448 | 
 | 
| 449 | 
2318 2604 mt  | 
| 450 | 
(n) s | 
| 451 | 
%%IncludeResource: font Helvetica | 
| 452 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 453 | 
 | 
| 454 | 
2754 2126 mt  | 
| 455 | 
(f5) s | 
| 456 | 
%%IncludeResource: font Helvetica | 
| 457 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 458 | 
 | 
| 459 | 
2834 2174 mt  | 
| 460 | 
(w) s | 
| 461 | 
%%IncludeResource: font Helvetica | 
| 462 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 463 | 
 | 
| 464 | 
2754 3042 mt  | 
| 465 | 
(f2) s | 
| 466 | 
%%IncludeResource: font Helvetica | 
| 467 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 468 | 
 | 
| 469 | 
2834 3090 mt  | 
| 470 | 
(n) s | 
| 471 | 
%%IncludeResource: font Helvetica | 
| 472 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 473 | 
 | 
| 474 | 
3143 2556 mt  | 
| 475 | 
(f4) s | 
| 476 | 
%%IncludeResource: font Helvetica | 
| 477 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 478 | 
 | 
| 479 | 
3223 2604 mt  | 
| 480 | 
(w) s | 
| 481 | 
gs 899 389 5357 4227 rc | 
| 482 | 
SO | 
| 483 | 
24 w | 
| 484 | 
c9 | 
| 485 | 
1186 0 3385 3220 2 MP stroke | 
| 486 | 
-1186 0 4571 1910 2 MP stroke | 
| 487 | 
c8 | 
| 488 | 
0 -1310 4571 3220 2 MP stroke | 
| 489 | 
0 1310 3385 1910 2 MP stroke | 
| 490 | 
gr | 
| 491 | 
 | 
| 492 | 
24 w | 
| 493 | 
c8 | 
| 494 | 
SO | 
| 495 | 
0 sg | 
| 496 | 
%%IncludeResource: font Helvetica-Bold | 
| 497 | 
/Helvetica-Bold /ISOLatin1Encoding 168 FMSR | 
| 498 | 
 | 
| 499 | 
3781 2627 mt  | 
| 500 | 
(f4) s | 
| 501 | 
gs 899 389 5357 4227 rc | 
| 502 | 
DA | 
| 503 | 
6 w | 
| 504 | 
0 1310 -1186 0 0 -1310 1186 0 3385 3220 5 MP stroke | 
| 505 | 
gr | 
| 506 | 
 | 
| 507 | 
6 w | 
| 508 | 
DA | 
| 509 | 
%%IncludeResource: font Helvetica | 
| 510 | 
/Helvetica /ISOLatin1Encoding 120 FMSR | 
| 511 | 
 | 
| 512 | 
4052 2607 mt  | 
| 513 | 
(t4) s | 
| 514 | 
%%IncludeResource: font Helvetica | 
| 515 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 516 | 
 | 
| 517 | 
3462 2556 mt  | 
| 518 | 
(f3) s | 
| 519 | 
%%IncludeResource: font Helvetica | 
| 520 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 521 | 
 | 
| 522 | 
3542 2604 mt  | 
| 523 | 
(e) s | 
| 524 | 
%%IncludeResource: font Helvetica | 
| 525 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 526 | 
 | 
| 527 | 
3978 2126 mt  | 
| 528 | 
(f5) s | 
| 529 | 
%%IncludeResource: font Helvetica | 
| 530 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 531 | 
 | 
| 532 | 
4058 2174 mt  | 
| 533 | 
(s) s | 
| 534 | 
%%IncludeResource: font Helvetica | 
| 535 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 536 | 
 | 
| 537 | 
3978 3042 mt  | 
| 538 | 
(f2) s | 
| 539 | 
%%IncludeResource: font Helvetica | 
| 540 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 541 | 
 | 
| 542 | 
4058 3090 mt  | 
| 543 | 
(e) s | 
| 544 | 
%%IncludeResource: font Helvetica | 
| 545 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 546 | 
 | 
| 547 | 
4367 2556 mt  | 
| 548 | 
(f6) s | 
| 549 | 
%%IncludeResource: font Helvetica | 
| 550 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 551 | 
 | 
| 552 | 
4447 2604 mt  | 
| 553 | 
(s) s | 
| 554 | 
gs 899 389 5357 4227 rc | 
| 555 | 
SO | 
| 556 | 
24 w | 
| 557 | 
c9 | 
| 558 | 
1186 0 3385 1868 2 MP stroke | 
| 559 | 
-1186 0 4571 558 2 MP stroke | 
| 560 | 
c10 | 
| 561 | 
0 -1310 4571 1868 2 MP stroke | 
| 562 | 
0 1310 3385 558 2 MP stroke | 
| 563 | 
gr | 
| 564 | 
 | 
| 565 | 
24 w | 
| 566 | 
c10 | 
| 567 | 
SO | 
| 568 | 
0 sg | 
| 569 | 
%%IncludeResource: font Helvetica-Bold | 
| 570 | 
/Helvetica-Bold /ISOLatin1Encoding 168 FMSR | 
| 571 | 
 | 
| 572 | 
3781 1275 mt  | 
| 573 | 
(f5) s | 
| 574 | 
gs 899 389 5357 4227 rc | 
| 575 | 
DA | 
| 576 | 
6 w | 
| 577 | 
0 1310 -1186 0 0 -1310 1186 0 3385 1868 5 MP stroke | 
| 578 | 
gr | 
| 579 | 
 | 
| 580 | 
6 w | 
| 581 | 
DA | 
| 582 | 
%%IncludeResource: font Helvetica | 
| 583 | 
/Helvetica /ISOLatin1Encoding 120 FMSR | 
| 584 | 
 | 
| 585 | 
4052 1255 mt  | 
| 586 | 
(t5) s | 
| 587 | 
%%IncludeResource: font Helvetica | 
| 588 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 589 | 
 | 
| 590 | 
3462 1204 mt  | 
| 591 | 
(f3) s | 
| 592 | 
%%IncludeResource: font Helvetica | 
| 593 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 594 | 
 | 
| 595 | 
3542 1252 mt  | 
| 596 | 
(n) s | 
| 597 | 
%%IncludeResource: font Helvetica | 
| 598 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 599 | 
 | 
| 600 | 
3978  774 mt  | 
| 601 | 
(f1) s | 
| 602 | 
%%IncludeResource: font Helvetica | 
| 603 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 604 | 
 | 
| 605 | 
4058  822 mt  | 
| 606 | 
(w) s | 
| 607 | 
%%IncludeResource: font Helvetica | 
| 608 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 609 | 
 | 
| 610 | 
3978 1690 mt  | 
| 611 | 
(f4) s | 
| 612 | 
%%IncludeResource: font Helvetica | 
| 613 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 614 | 
 | 
| 615 | 
4058 1738 mt  | 
| 616 | 
(n) s | 
| 617 | 
%%IncludeResource: font Helvetica | 
| 618 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 619 | 
 | 
| 620 | 
4367 1204 mt  | 
| 621 | 
(f6) s | 
| 622 | 
%%IncludeResource: font Helvetica | 
| 623 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 624 | 
 | 
| 625 | 
4447 1252 mt  | 
| 626 | 
(w) s | 
| 627 | 
gs 899 389 5357 4227 rc | 
| 628 | 
SO | 
| 629 | 
24 w | 
| 630 | 
c8 | 
| 631 | 
1186 0 4609 1868 2 MP stroke | 
| 632 | 
-1186 0 5795 558 2 MP stroke | 
| 633 | 
c10 | 
| 634 | 
0 -1310 5795 1868 2 MP stroke | 
| 635 | 
0 1310 4609 558 2 MP stroke | 
| 636 | 
gr | 
| 637 | 
 | 
| 638 | 
24 w | 
| 639 | 
c10 | 
| 640 | 
SO | 
| 641 | 
0 sg | 
| 642 | 
%%IncludeResource: font Helvetica-Bold | 
| 643 | 
/Helvetica-Bold /ISOLatin1Encoding 168 FMSR | 
| 644 | 
 | 
| 645 | 
5005 1275 mt  | 
| 646 | 
(f6) s | 
| 647 | 
gs 899 389 5357 4227 rc | 
| 648 | 
DA | 
| 649 | 
6 w | 
| 650 | 
0 1310 -1186 0 0 -1310 1186 0 4609 1868 5 MP stroke | 
| 651 | 
gr | 
| 652 | 
 | 
| 653 | 
6 w | 
| 654 | 
DA | 
| 655 | 
%%IncludeResource: font Helvetica | 
| 656 | 
/Helvetica /ISOLatin1Encoding 120 FMSR | 
| 657 | 
 | 
| 658 | 
5277 1255 mt  | 
| 659 | 
(t6) s | 
| 660 | 
%%IncludeResource: font Helvetica | 
| 661 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 662 | 
 | 
| 663 | 
4686 1204 mt  | 
| 664 | 
(f5) s | 
| 665 | 
%%IncludeResource: font Helvetica | 
| 666 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 667 | 
 | 
| 668 | 
4766 1252 mt  | 
| 669 | 
(e) s | 
| 670 | 
%%IncludeResource: font Helvetica | 
| 671 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 672 | 
 | 
| 673 | 
5202  774 mt  | 
| 674 | 
(f1) s | 
| 675 | 
%%IncludeResource: font Helvetica | 
| 676 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 677 | 
 | 
| 678 | 
5282  822 mt  | 
| 679 | 
(s) s | 
| 680 | 
%%IncludeResource: font Helvetica | 
| 681 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 682 | 
 | 
| 683 | 
5202 1690 mt  | 
| 684 | 
(f4) s | 
| 685 | 
%%IncludeResource: font Helvetica | 
| 686 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 687 | 
 | 
| 688 | 
5282 1738 mt  | 
| 689 | 
(e) s | 
| 690 | 
%%IncludeResource: font Helvetica | 
| 691 | 
/Helvetica /ISOLatin1Encoding 96 FMSR | 
| 692 | 
 | 
| 693 | 
5591 1204 mt  | 
| 694 | 
(f2) s | 
| 695 | 
%%IncludeResource: font Helvetica | 
| 696 | 
/Helvetica /ISOLatin1Encoding 72 FMSR | 
| 697 | 
 | 
| 698 | 
5671 1252 mt  | 
| 699 | 
(s) s | 
| 700 | 
SO | 
| 701 | 
 | 
| 702 | 
end %%Color Dict | 
| 703 | 
 | 
| 704 | 
eplot | 
| 705 | 
%%EndObject | 
| 706 | 
 | 
| 707 | 
epage | 
| 708 | 
end | 
| 709 | 
 | 
| 710 | 
showpage | 
| 711 | 
 | 
| 712 | 
%%Trailer | 
| 713 | 
%%BoundingBox:    73   215   551   589 | 
| 714 | 
%%Pages: 001 | 
| 715 | 
%%EOF |