nsf
changeset 57:0caab6fd7e51
.
| author | bshanks@bshanks-salk.dyndns.org | 
|---|---|
| date | Sun Apr 19 01:01:21 2009 -0700 (16 years ago) | 
| parents | 1a2a8d08b7c3 | 
| children | c4f0ea8379f1 | 
| files | holeExample_2682_SS_gray.eps holeExample_2682_SS_jet.eps | 
   line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/holeExample_2682_SS_gray.eps	Sun Apr 19 01:01:21 2009 -0700
     1.3 @@ -0,0 +1,800 @@
     1.4 +%!PS-Adobe-2.0 EPSF-2.0
     1.5 +%%Title: holeExample_2682_SS_gray.eps
     1.6 +%%Creator: gnuplot 4.2 patchlevel 2 
     1.7 +%%CreationDate: Sun Apr 19 01:00:29 2009
     1.8 +%%DocumentFonts: (atend)
     1.9 +%%BoundingBox: 50 50 410 302
    1.10 +%%EndComments
    1.11 +%%BeginProlog
    1.12 +/gnudict 256 dict def
    1.13 +gnudict begin
    1.14 +%
    1.15 +% The following 6 true/false flags may be edited by hand if required
    1.16 +% The unit line width may also be changed
    1.17 +%
    1.18 +/Color true def
    1.19 +/Blacktext false def
    1.20 +/Solid true def
    1.21 +/Dashlength 1 def
    1.22 +/Landscape false def
    1.23 +/Level1 false def
    1.24 +/Rounded false def
    1.25 +/TransparentPatterns false def
    1.26 +/gnulinewidth 5.000 def
    1.27 +/userlinewidth gnulinewidth def
    1.28 +%
    1.29 +/vshift -46 def
    1.30 +/dl1 {
    1.31 +  10.0 Dashlength mul mul
    1.32 +  Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
    1.33 +} def
    1.34 +/dl2 {
    1.35 +  10.0 Dashlength mul mul
    1.36 +  Rounded { currentlinewidth 0.75 mul add } if
    1.37 +} def
    1.38 +/hpt_ 31.5 def
    1.39 +/vpt_ 31.5 def
    1.40 +/hpt hpt_ def
    1.41 +/vpt vpt_ def
    1.42 +Level1 {} {
    1.43 +/SDict 10 dict def
    1.44 +systemdict /pdfmark known not {
    1.45 +  userdict /pdfmark systemdict /cleartomark get put
    1.46 +} if
    1.47 +SDict begin [
    1.48 +  /Title (holeExample_2682_SS_gray.eps)
    1.49 +  /Subject (gnuplot plot)
    1.50 +  /Creator (gnuplot 4.2 patchlevel 2 )
    1.51 +  /Author (Bayle Shanks,,,)
    1.52 +%  /Producer (gnuplot)
    1.53 +%  /Keywords ()
    1.54 +  /CreationDate (Sun Apr 19 01:00:29 2009)
    1.55 +  /DOCINFO pdfmark
    1.56 +end
    1.57 +} ifelse
    1.58 +%
    1.59 +% Gnuplot Prolog Version 4.2 (August 2006)
    1.60 +%
    1.61 +/M {moveto} bind def
    1.62 +/L {lineto} bind def
    1.63 +/R {rmoveto} bind def
    1.64 +/V {rlineto} bind def
    1.65 +/N {newpath moveto} bind def
    1.66 +/Z {closepath} bind def
    1.67 +/C {setrgbcolor} bind def
    1.68 +/f {rlineto fill} bind def
    1.69 +/vpt2 vpt 2 mul def
    1.70 +/hpt2 hpt 2 mul def
    1.71 +/Lshow {currentpoint stroke M 0 vshift R 
    1.72 +	Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
    1.73 +/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
    1.74 +	Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
    1.75 +/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R 
    1.76 +	Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
    1.77 +/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
    1.78 +  /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
    1.79 +/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
    1.80 + {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
    1.81 +/BL {stroke userlinewidth 2 mul setlinewidth
    1.82 +	Rounded {1 setlinejoin 1 setlinecap} if} def
    1.83 +/AL {stroke userlinewidth 2 div setlinewidth
    1.84 +	Rounded {1 setlinejoin 1 setlinecap} if} def
    1.85 +/UL {dup gnulinewidth mul /userlinewidth exch def
    1.86 +	dup 1 lt {pop 1} if 10 mul /udl exch def} def
    1.87 +/PL {stroke userlinewidth setlinewidth
    1.88 +	Rounded {1 setlinejoin 1 setlinecap} if} def
    1.89 +% Default Line colors
    1.90 +/LCw {1 1 1} def
    1.91 +/LCb {0 0 0} def
    1.92 +/LCa {0 0 0} def
    1.93 +/LC0 {1 0 0} def
    1.94 +/LC1 {0 1 0} def
    1.95 +/LC2 {0 0 1} def
    1.96 +/LC3 {1 0 1} def
    1.97 +/LC4 {0 1 1} def
    1.98 +/LC5 {1 1 0} def
    1.99 +/LC6 {0 0 0} def
   1.100 +/LC7 {1 0.3 0} def
   1.101 +/LC8 {0.5 0.5 0.5} def
   1.102 +% Default Line Types
   1.103 +/LTw {PL [] 1 setgray} def
   1.104 +/LTb {BL [] LCb DL} def
   1.105 +/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
   1.106 +/LT0 {PL [] LC0 DL} def
   1.107 +/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
   1.108 +/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
   1.109 +/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
   1.110 +/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
   1.111 +/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
   1.112 +/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
   1.113 +/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
   1.114 +/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
   1.115 +/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
   1.116 +/Dia {stroke [] 0 setdash 2 copy vpt add M
   1.117 +  hpt neg vpt neg V hpt vpt neg V
   1.118 +  hpt vpt V hpt neg vpt V closepath stroke
   1.119 +  Pnt} def
   1.120 +/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
   1.121 +  currentpoint stroke M
   1.122 +  hpt neg vpt neg R hpt2 0 V stroke
   1.123 + } def
   1.124 +/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
   1.125 +  0 vpt2 neg V hpt2 0 V 0 vpt2 V
   1.126 +  hpt2 neg 0 V closepath stroke
   1.127 +  Pnt} def
   1.128 +/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
   1.129 +  hpt2 vpt2 neg V currentpoint stroke M
   1.130 +  hpt2 neg 0 R hpt2 vpt2 V stroke} def
   1.131 +/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
   1.132 +  hpt neg vpt -1.62 mul V
   1.133 +  hpt 2 mul 0 V
   1.134 +  hpt neg vpt 1.62 mul V closepath stroke
   1.135 +  Pnt} def
   1.136 +/Star {2 copy Pls Crs} def
   1.137 +/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
   1.138 +  0 vpt2 neg V hpt2 0 V 0 vpt2 V
   1.139 +  hpt2 neg 0 V closepath fill} def
   1.140 +/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
   1.141 +  hpt neg vpt -1.62 mul V
   1.142 +  hpt 2 mul 0 V
   1.143 +  hpt neg vpt 1.62 mul V closepath fill} def
   1.144 +/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
   1.145 +  hpt neg vpt 1.62 mul V
   1.146 +  hpt 2 mul 0 V
   1.147 +  hpt neg vpt -1.62 mul V closepath stroke
   1.148 +  Pnt} def
   1.149 +/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
   1.150 +  hpt neg vpt 1.62 mul V
   1.151 +  hpt 2 mul 0 V
   1.152 +  hpt neg vpt -1.62 mul V closepath fill} def
   1.153 +/DiaF {stroke [] 0 setdash vpt add M
   1.154 +  hpt neg vpt neg V hpt vpt neg V
   1.155 +  hpt vpt V hpt neg vpt V closepath fill} def
   1.156 +/Pent {stroke [] 0 setdash 2 copy gsave
   1.157 +  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
   1.158 +  closepath stroke grestore Pnt} def
   1.159 +/PentF {stroke [] 0 setdash gsave
   1.160 +  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
   1.161 +  closepath fill grestore} def
   1.162 +/Circle {stroke [] 0 setdash 2 copy
   1.163 +  hpt 0 360 arc stroke Pnt} def
   1.164 +/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
   1.165 +/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
   1.166 +/C1 {BL [] 0 setdash 2 copy moveto
   1.167 +	2 copy vpt 0 90 arc closepath fill
   1.168 +	vpt 0 360 arc closepath} bind def
   1.169 +/C2 {BL [] 0 setdash 2 copy moveto
   1.170 +	2 copy vpt 90 180 arc closepath fill
   1.171 +	vpt 0 360 arc closepath} bind def
   1.172 +/C3 {BL [] 0 setdash 2 copy moveto
   1.173 +	2 copy vpt 0 180 arc closepath fill
   1.174 +	vpt 0 360 arc closepath} bind def
   1.175 +/C4 {BL [] 0 setdash 2 copy moveto
   1.176 +	2 copy vpt 180 270 arc closepath fill
   1.177 +	vpt 0 360 arc closepath} bind def
   1.178 +/C5 {BL [] 0 setdash 2 copy moveto
   1.179 +	2 copy vpt 0 90 arc
   1.180 +	2 copy moveto
   1.181 +	2 copy vpt 180 270 arc closepath fill
   1.182 +	vpt 0 360 arc} bind def
   1.183 +/C6 {BL [] 0 setdash 2 copy moveto
   1.184 +	2 copy vpt 90 270 arc closepath fill
   1.185 +	vpt 0 360 arc closepath} bind def
   1.186 +/C7 {BL [] 0 setdash 2 copy moveto
   1.187 +	2 copy vpt 0 270 arc closepath fill
   1.188 +	vpt 0 360 arc closepath} bind def
   1.189 +/C8 {BL [] 0 setdash 2 copy moveto
   1.190 +	2 copy vpt 270 360 arc closepath fill
   1.191 +	vpt 0 360 arc closepath} bind def
   1.192 +/C9 {BL [] 0 setdash 2 copy moveto
   1.193 +	2 copy vpt 270 450 arc closepath fill
   1.194 +	vpt 0 360 arc closepath} bind def
   1.195 +/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
   1.196 +	2 copy moveto
   1.197 +	2 copy vpt 90 180 arc closepath fill
   1.198 +	vpt 0 360 arc closepath} bind def
   1.199 +/C11 {BL [] 0 setdash 2 copy moveto
   1.200 +	2 copy vpt 0 180 arc closepath fill
   1.201 +	2 copy moveto
   1.202 +	2 copy vpt 270 360 arc closepath fill
   1.203 +	vpt 0 360 arc closepath} bind def
   1.204 +/C12 {BL [] 0 setdash 2 copy moveto
   1.205 +	2 copy vpt 180 360 arc closepath fill
   1.206 +	vpt 0 360 arc closepath} bind def
   1.207 +/C13 {BL [] 0 setdash 2 copy moveto
   1.208 +	2 copy vpt 0 90 arc closepath fill
   1.209 +	2 copy moveto
   1.210 +	2 copy vpt 180 360 arc closepath fill
   1.211 +	vpt 0 360 arc closepath} bind def
   1.212 +/C14 {BL [] 0 setdash 2 copy moveto
   1.213 +	2 copy vpt 90 360 arc closepath fill
   1.214 +	vpt 0 360 arc} bind def
   1.215 +/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
   1.216 +	vpt 0 360 arc closepath} bind def
   1.217 +/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
   1.218 +	neg 0 rlineto closepath} bind def
   1.219 +/Square {dup Rec} bind def
   1.220 +/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
   1.221 +/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
   1.222 +/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
   1.223 +/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
   1.224 +/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
   1.225 +/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
   1.226 +/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
   1.227 +	exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
   1.228 +/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
   1.229 +/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
   1.230 +	2 copy vpt Square fill Bsquare} bind def
   1.231 +/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
   1.232 +/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
   1.233 +/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
   1.234 +	Bsquare} bind def
   1.235 +/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
   1.236 +	Bsquare} bind def
   1.237 +/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
   1.238 +/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
   1.239 +	2 copy vpt Square fill Bsquare} bind def
   1.240 +/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
   1.241 +	2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
   1.242 +/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
   1.243 +/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
   1.244 +/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
   1.245 +/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
   1.246 +/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
   1.247 +/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
   1.248 +/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
   1.249 +/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
   1.250 +/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
   1.251 +/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
   1.252 +/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
   1.253 +/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
   1.254 +/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
   1.255 +/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
   1.256 +/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
   1.257 +/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
   1.258 +/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
   1.259 +/DiaE {stroke [] 0 setdash vpt add M
   1.260 +  hpt neg vpt neg V hpt vpt neg V
   1.261 +  hpt vpt V hpt neg vpt V closepath stroke} def
   1.262 +/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
   1.263 +  0 vpt2 neg V hpt2 0 V 0 vpt2 V
   1.264 +  hpt2 neg 0 V closepath stroke} def
   1.265 +/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
   1.266 +  hpt neg vpt -1.62 mul V
   1.267 +  hpt 2 mul 0 V
   1.268 +  hpt neg vpt 1.62 mul V closepath stroke} def
   1.269 +/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
   1.270 +  hpt neg vpt 1.62 mul V
   1.271 +  hpt 2 mul 0 V
   1.272 +  hpt neg vpt -1.62 mul V closepath stroke} def
   1.273 +/PentE {stroke [] 0 setdash gsave
   1.274 +  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
   1.275 +  closepath stroke grestore} def
   1.276 +/CircE {stroke [] 0 setdash 
   1.277 +  hpt 0 360 arc stroke} def
   1.278 +/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
   1.279 +/DiaW {stroke [] 0 setdash vpt add M
   1.280 +  hpt neg vpt neg V hpt vpt neg V
   1.281 +  hpt vpt V hpt neg vpt V Opaque stroke} def
   1.282 +/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
   1.283 +  0 vpt2 neg V hpt2 0 V 0 vpt2 V
   1.284 +  hpt2 neg 0 V Opaque stroke} def
   1.285 +/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
   1.286 +  hpt neg vpt -1.62 mul V
   1.287 +  hpt 2 mul 0 V
   1.288 +  hpt neg vpt 1.62 mul V Opaque stroke} def
   1.289 +/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
   1.290 +  hpt neg vpt 1.62 mul V
   1.291 +  hpt 2 mul 0 V
   1.292 +  hpt neg vpt -1.62 mul V Opaque stroke} def
   1.293 +/PentW {stroke [] 0 setdash gsave
   1.294 +  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
   1.295 +  Opaque stroke grestore} def
   1.296 +/CircW {stroke [] 0 setdash 
   1.297 +  hpt 0 360 arc Opaque stroke} def
   1.298 +/BoxFill {gsave Rec 1 setgray fill grestore} def
   1.299 +/Density {
   1.300 +  /Fillden exch def
   1.301 +  currentrgbcolor
   1.302 +  /ColB exch def /ColG exch def /ColR exch def
   1.303 +  /ColR ColR Fillden mul Fillden sub 1 add def
   1.304 +  /ColG ColG Fillden mul Fillden sub 1 add def
   1.305 +  /ColB ColB Fillden mul Fillden sub 1 add def
   1.306 +  ColR ColG ColB setrgbcolor} def
   1.307 +/BoxColFill {gsave Rec PolyFill} def
   1.308 +/PolyFill {gsave Density fill grestore grestore} def
   1.309 +/h {rlineto rlineto rlineto gsave fill grestore} bind def
   1.310 +%
   1.311 +% PostScript Level 1 Pattern Fill routine for rectangles
   1.312 +% Usage: x y w h s a XX PatternFill
   1.313 +%	x,y = lower left corner of box to be filled
   1.314 +%	w,h = width and height of box
   1.315 +%	  a = angle in degrees between lines and x-axis
   1.316 +%	 XX = 0/1 for no/yes cross-hatch
   1.317 +%
   1.318 +/PatternFill {gsave /PFa [ 9 2 roll ] def
   1.319 +  PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
   1.320 +  PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
   1.321 +  gsave 1 setgray fill grestore clip
   1.322 +  currentlinewidth 0.5 mul setlinewidth
   1.323 +  /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
   1.324 +  0 0 M PFa 5 get rotate PFs -2 div dup translate
   1.325 +  0 1 PFs PFa 4 get div 1 add floor cvi
   1.326 +	{PFa 4 get mul 0 M 0 PFs V} for
   1.327 +  0 PFa 6 get ne {
   1.328 +	0 1 PFs PFa 4 get div 1 add floor cvi
   1.329 +	{PFa 4 get mul 0 2 1 roll M PFs 0 V} for
   1.330 + } if
   1.331 +  stroke grestore} def
   1.332 +%
   1.333 +/languagelevel where
   1.334 + {pop languagelevel} {1} ifelse
   1.335 + 2 lt
   1.336 +	{/InterpretLevel1 true def}
   1.337 +	{/InterpretLevel1 Level1 def}
   1.338 + ifelse
   1.339 +%
   1.340 +% PostScript level 2 pattern fill definitions
   1.341 +%
   1.342 +/Level2PatternFill {
   1.343 +/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
   1.344 +	bind def
   1.345 +/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
   1.346 +<< Tile8x8
   1.347 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke} 
   1.348 +>> matrix makepattern
   1.349 +/Pat1 exch def
   1.350 +<< Tile8x8
   1.351 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
   1.352 +	0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
   1.353 +>> matrix makepattern
   1.354 +/Pat2 exch def
   1.355 +<< Tile8x8
   1.356 + /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
   1.357 +	8 8 L 8 0 L 0 0 L fill}
   1.358 +>> matrix makepattern
   1.359 +/Pat3 exch def
   1.360 +<< Tile8x8
   1.361 + /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
   1.362 +	0 12 M 12 0 L stroke}
   1.363 +>> matrix makepattern
   1.364 +/Pat4 exch def
   1.365 +<< Tile8x8
   1.366 + /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
   1.367 +	0 -4 M 12 8 L stroke}
   1.368 +>> matrix makepattern
   1.369 +/Pat5 exch def
   1.370 +<< Tile8x8
   1.371 + /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
   1.372 +	0 12 M 8 -4 L 4 12 M 10 0 L stroke}
   1.373 +>> matrix makepattern
   1.374 +/Pat6 exch def
   1.375 +<< Tile8x8
   1.376 + /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
   1.377 +	0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
   1.378 +>> matrix makepattern
   1.379 +/Pat7 exch def
   1.380 +<< Tile8x8
   1.381 + /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
   1.382 +	12 0 M -4 8 L 12 4 M 0 10 L stroke}
   1.383 +>> matrix makepattern
   1.384 +/Pat8 exch def
   1.385 +<< Tile8x8
   1.386 + /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
   1.387 +	-4 0 M 12 8 L -4 4 M 8 10 L stroke}
   1.388 +>> matrix makepattern
   1.389 +/Pat9 exch def
   1.390 +/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
   1.391 +/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
   1.392 +/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
   1.393 +/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
   1.394 +/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
   1.395 +/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
   1.396 +/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
   1.397 +} def
   1.398 +%
   1.399 +%
   1.400 +%End of PostScript Level 2 code
   1.401 +%
   1.402 +/PatternBgnd {
   1.403 +  TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
   1.404 +} def
   1.405 +%
   1.406 +% Substitute for Level 2 pattern fill codes with
   1.407 +% grayscale if Level 2 support is not selected.
   1.408 +%
   1.409 +/Level1PatternFill {
   1.410 +/Pattern1 {0.250 Density} bind def
   1.411 +/Pattern2 {0.500 Density} bind def
   1.412 +/Pattern3 {0.750 Density} bind def
   1.413 +/Pattern4 {0.125 Density} bind def
   1.414 +/Pattern5 {0.375 Density} bind def
   1.415 +/Pattern6 {0.625 Density} bind def
   1.416 +/Pattern7 {0.875 Density} bind def
   1.417 +} def
   1.418 +%
   1.419 +% Now test for support of Level 2 code
   1.420 +%
   1.421 +Level1 {Level1PatternFill} {Level2PatternFill} ifelse
   1.422 +%
   1.423 +/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
   1.424 +dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
   1.425 +currentdict end definefont pop
   1.426 +/MFshow {
   1.427 +   { dup 5 get 3 ge
   1.428 +     { 5 get 3 eq {gsave} {grestore} ifelse }
   1.429 +     {dup dup 0 get findfont exch 1 get scalefont setfont
   1.430 +     [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
   1.431 +     get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
   1.432 +     {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
   1.433 +     get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
   1.434 +     dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
   1.435 +     show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
   1.436 +     pop aload pop M} ifelse }ifelse }ifelse }
   1.437 +     ifelse }
   1.438 +   forall} bind def
   1.439 +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse }
   1.440 + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
   1.441 +     6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def
   1.442 +/MLshow { currentpoint stroke M
   1.443 +  0 exch R
   1.444 +  Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
   1.445 +/MRshow { currentpoint stroke M
   1.446 +  exch dup MFwidth neg 3 -1 roll R
   1.447 +  Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
   1.448 +/MCshow { currentpoint stroke M
   1.449 +  exch dup MFwidth -2 div 3 -1 roll R
   1.450 +  Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
   1.451 +/XYsave    { [( ) 1 2 true false 3 ()] } bind def
   1.452 +/XYrestore { [( ) 1 2 true false 4 ()] } bind def
   1.453 +end
   1.454 +%%EndProlog
   1.455 +gnudict begin
   1.456 +gsave
   1.457 +50 50 translate
   1.458 +0.050 0.050 scale
   1.459 +0 setgray
   1.460 +newpath
   1.461 +(Helvetica) findfont 140 scalefont setfont
   1.462 +gsave % colour palette begin
   1.463 +/maxcolors 64 def
   1.464 +/HSV2RGB {  exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
   1.465 +  { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
   1.466 +     /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
   1.467 +	 /HSVq HSVv 1.0 HSVs HSVf mul sub mul def 
   1.468 +	 /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
   1.469 +	 /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
   1.470 +	 {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
   1.471 +	 {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
   1.472 +	 {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
   1.473 +  } ifelse} def
   1.474 +/Constrain {
   1.475 +  dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
   1.476 +/YIQ2RGB {
   1.477 +  3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
   1.478 +  3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
   1.479 +  0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
   1.480 +/CMY2RGB {  1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
   1.481 +/XYZ2RGB {  3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
   1.482 +  Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
   1.483 +  -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
   1.484 +  exch 1.91 mul exch add Constrain 3 1 roll} def
   1.485 +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
   1.486 +  XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
   1.487 +  if} ifelse} ifelse} ifelse} def
   1.488 +/InterpolatedColor true def
   1.489 +/grayindex {/gidx 0 def
   1.490 +  {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def
   1.491 +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get
   1.492 +  GrayA gidx get sub div} def 
   1.493 +/redvalue {RedA gidx get RedA gidx 1 sub get
   1.494 +  RedA gidx get sub dgdxval mul add} def
   1.495 +/greenvalue {GreenA gidx get GreenA gidx 1 sub get
   1.496 +  GreenA gidx get sub dgdxval mul add} def
   1.497 +/bluevalue {BlueA gidx get BlueA gidx 1 sub get
   1.498 +  BlueA gidx get sub dgdxval mul add} def
   1.499 +/interpolate {
   1.500 +  grayindex grayv GrayA gidx get sub abs 1e-5 le
   1.501 +    {RedA gidx get GreenA gidx get BlueA gidx get}
   1.502 +    {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def
   1.503 +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746 
   1.504 +  .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651 
   1.505 +  .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556 
   1.506 +  .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746 
   1.507 +  .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365 
   1.508 +  .9524 .9683 .9841 1 ] def
   1.509 +/RedA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746 
   1.510 +  .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651 
   1.511 +  .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556 
   1.512 +  .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746 
   1.513 +  .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365 
   1.514 +  .9524 .9683 .9841 1 ] def
   1.515 +/GreenA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746 
   1.516 +  .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651 
   1.517 +  .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556 
   1.518 +  .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746 
   1.519 +  .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365 
   1.520 +  .9524 .9683 .9841 1 ] def
   1.521 +/BlueA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746 
   1.522 +  .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651 
   1.523 +  .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556 
   1.524 +  .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746 
   1.525 +  .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365 
   1.526 +  .9524 .9683 .9841 1 ] def
   1.527 +/pm3dround {maxcolors 0 gt {dup 1 ge
   1.528 +	{pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
   1.529 +/pm3dGamma 1.0 1.5 div def
   1.530 +/ColorSpace (RGB) def
   1.531 +Color true and { % COLOUR vs. GRAY map
   1.532 +  InterpolatedColor { %% Interpolation vs. RGB-Formula
   1.533 +    /g {stroke pm3dround /grayv exch def interpolate
   1.534 +        SelectSpace setrgbcolor} bind def
   1.535 +  }{
   1.536 +  /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain 
   1.537 +       SelectSpace setrgbcolor} bind def
   1.538 +  } ifelse
   1.539 +}{
   1.540 +  /g {stroke pm3dround pm3dGamma exp setgray} bind def
   1.541 +} ifelse
   1.542 +1.000 UP
   1.543 +1.000 UL
   1.544 +LTb
   1.545 +1.000 UL
   1.546 +LT0
   1.547 +LTb
   1.548 +%%%%BeginImage
   1.549 +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip
   1.550 +InterpretLevel1 {
   1.551 +  %% Construct a box instead of image
   1.552 +  LTb
   1.553 +  876 4852 M
   1.554 +  5292 0 V
   1.555 +  0 -4429 V
   1.556 +  -5292 0 V
   1.557 +  876 4852 L
   1.558 +  40 -110 R
   1.559 +  (PS level 2 image) Lshow
   1.560 +  % Read data but ignore it
   1.561 +  /imagebuf 15215 string def
   1.562 +  currentfile imagebuf readstring
   1.563 +} {
   1.564 +gsave
   1.565 +876 4852 translate
   1.566 +5292 -4429 scale
   1.567 +%%%%BeginPalette
   1.568 +[ /Indexed
   1.569 +  /DeviceRGB 63
   1.570 +  <
   1.571 +   000000 040404 080808 0c0c0c 101010 141414 181818 1c1c1c
   1.572 +   202020 242424 282828 2d2d2d 313131 353535 393939 3d3d3d
   1.573 +   414141 454545 494949 4d4d4d 515151 555555 595959 5d5d5d
   1.574 +   616161 656565 696969 6d6d6d 717171 757575 797979 7d7d7d
   1.575 +   828282 868686 8a8a8a 8e8e8e 929292 969696 9a9a9a 9e9e9e
   1.576 +   a2a2a2 a6a6a6 aaaaaa aeaeae b2b2b2 b6b6b6 bababa bebebe
   1.577 +   c2c2c2 c6c6c6 cacaca cecece d2d2d2 d7d7d7 dbdbdb dfdfdf
   1.578 +   e3e3e3 e7e7e7 ebebeb efefef f3f3f3 f7f7f7 fbfbfb ffffff
   1.579 +  >
   1.580 +] setcolorspace
   1.581 +%%%%EndPalette
   1.582 +<<
   1.583 +  /ImageType 1
   1.584 +  /Width 135
   1.585 +  /Height 113
   1.586 +  /BitsPerComponent 8
   1.587 +  /ImageMatrix [ 135 0 0 113 0 0 ]
   1.588 +  /Decode [ 0 255 ]
   1.589 +  /DataSource currentfile /ASCII85Decode filter
   1.590 +  /MultipleDataSources false
   1.591 +  /Interpolate false
   1.592 +>>
   1.593 +image
   1.594 +} ifelse
   1.595 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
   1.596 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
   1.597 +hSb//hSb//hSb/!WW3#zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol)zzzzzzzzzzzzzzzzzzzzzz
   1.598 +zzzzzzzzzzz/hR/)zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cbqPzzzzzzzzzzzzzzzzzzzz
   1.599 +zzzzzzzzzzzz!!"W(!WW3#zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol)zzzzzzzzzzzzzzzzzzz
   1.600 +zzzzzzzzzzzzzz/hR2*zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cl"Qzzzzzzzzzzzzzzzzz
   1.601 +zzzzzzzzzzzzzzz!!"W(!WW3#zzzzzzzzzzzzzzzzzz!!30("98E%zzzzzzzzzzzz!%ol(zzzzzzzz
   1.602 +zzzzzzzzzzz!s/T.zzzzzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzz!!!3+!sK#3zzzzzzzzzzzz!!!!
   1.603 +O/cc%Szzzzz!#Yb:zzzzzzzzzzzz!!`]1":+u-zzzzzzzzzzzz!!"W(!<E<'zzzz!!!!@*uk7\zzzz
   1.604 +zzzzzzz!!!!*#R:J8":5&.zzzzzzzzzzzz!%ol)!<WE(zzzz!!"/c*rl9@zzzzzzzzzzz!"92@#R:M
   1.605 +:%hJ^@zzzzzzzzzzzz/hR,-!s/`<zzzz,9nEV+<UXazzzzzz!"]bX'EA+5zzz%h&dO#R:P=&-)\1zz
   1.606 +zzzzzzzzz!!!!O/cYkW#R_+U'`\46zz!!!!@+<r'S+<1@]!!!!2&J>cnzzzz%hKBg&eP`izz!##qT%
   1.607 +1<ON#RLqJzzzzzzzzzzzz!!"W(!!!<3%h]Tt,U!-fzz!$WO(+<`!S*>]G*'+b`f&el)szzz!!!!0&e
   1.608 +Yll&JGfo(]XO9z'G:rg%h&jQ#RLnLzzzzzzzzzzzz!%ol(!!!EG'GhW0)^$=L-ia5I!!!!G-6F<O+<
   1.609 +i$N(`!bs&.8sY%h]]q('"=7zz!"]\T'GM2n',23!)?9a;!#64a&eYcf%LijS$OmX\zzzzzzzzzzzz/
   1.610 +hR,(!!",\)B:%I*?uaZ0.m5)!$`^8,9e9R+sJ'G(D[Yq%giIJ&Jc/u(B=F8zz&J5]l'bh;o',23#)#
   1.611 +tNk(Ddl%'+tlg%h9'Y$Om[^'EA+5zzzzzzzzzz!!!!O/cYkO!!";h+=AZh.4H_t/h8Ft,U4NZ,9e6R
   1.612 ++X.sG(DRMk"pG8C'Gqc,)&iPU!!!`I!!!]H'c%T#().Jt()[u.)AsD0(`!f!&eP]e&.]<^%1<OO&HD
   1.613 +e2zzzzzzzzzz!!"W(z!!"Am.4Qr'/1N/#.P)qk+!`*T+s@sJ+<DXA'b:`Z%1<jc*#p"?*ZQ.<)Aa/(
   1.614 +'GVB!()Rl*(Ddl)(`F;0(`4)*()7Ms&ePZd&.fB`$OdFRzzzzzzzzzzz!%ol(z!%03E/ho%6/h\n3/
   1.615 +1Vne+X%sQ+WqdJ+<hmD((h)m'-%u5*ZcCF*ZZ4=)Aj;,()If*)&X;0)&X>1)]BS4)&O,*'bqAq&eP]
   1.616 +f&.fB_%1EUPzzzzzzzzzzz/hR,(z-n$]'2)6pC0JP46/L;M`+Wr!O+s7sJ+X/!E)'0h?*?6+A+!2OE
   1.617 +*?6":)&O2-(`=20)B0V7*#fk;*#fn=*#TS/().Dq&eYii&J>Wb$k3[Tzzzzzzzzzz!!!!O/cYkO!!!
   1.618 +!I.krn=2E!HM1G:C1-6aWX*[;^J+r_UI+!DjO+<VaJ*Zc@D*??+>)]BV4)&O5/)&X>2)]Ke;*??.@+
   1.619 +<VaI*?#e4'c%Js&ebli&J#<Y$OmOSzzzzzzzzzz!!"W(z!!";p0Jk^I3&WWK0JG"--R0cV+X%jK'c\
   1.620 +A;+<D[L+<M[I*ZQ4A*?6":)&aA1)&X;0)&X>2*#ot?*ZlLK+sS<U*?5q6(DRZ!'GM2o&.K$U$k!@Mz
   1.621 +zzzzzzzzz!%ol(z!!";p0fCsL3&WQJ0J=q+-6OET+<DRB',)<,*[)RH*Zc@B*#oq;)]BV4)&X;0)&O
   1.622 +2.)&X;2*$$+D+XA<Z,pX][+<;@;(`*r&'GV;p%LidQ$471Pzzzzzzzzzz/hR,(z!$ER?1H%-L2Dm?I
   1.623 +1+t./,U4NW+<_pL*$?@J+s7sL*??(=)]K\5)AsD1)&X8.(`=2/)&X;1*$6:I,UFca-7'o^*ZQ%7(`*
   1.624 +u''bh8l%1N[Q$4.%Jzzzzzzzzz!!!!O/cYkOz+=Jir1c@6M2Dm?I1+k76.OlVb+sS3O+WqmO+WqjJ*
   1.625 +?6%=*#fe7)&X;/(`*r((`+#+(`=53*[2dQ-71)f,pXcZ*ul4;(`4&('G:uh%LidR#mgnG$47.@zzzz
   1.626 +zzzz!!"W(zz,:bN)2)[BP2E!EL0etI:0.nV$-RC,d+sS3R+WqjJ*?6%=)]BV4(`*u''bqH!()@]'(`
   1.627 +=;8+sJ3X-RgJm,pji^+<2@=(`*o$&ePWb%1N[P#mgqG$4@4L$NL/,zzzzzzz!%ol(z!!!!B-SI542`
   1.628 +EZS2E!BK1,C[?0et=5-n6Ym-mKr]+<M[I*ZQ+;)Aj8,()7Mt',)#n()@]%(`OP?+sJ9[.4Qes.46Jd
   1.629 +*ZZ.9(D[Ys&J5Qc%1<ON$47+J$O[:L%1<.9zzzzzzz/hR,(z!$NX;0JkUF2`EZR2Dm<J1c$pD1,1I:
   1.630 +.Olem-RU5d+sA$N*#fb5(D[c#'GD,m&eP`j'G_H$)]^(F+s\Td.k</%.k)bf*?,k5'bqAq&J5Qa%1E
   1.631 +UP$k*OQ%1ERN$46b5zzzzzz!!!!O/cYkOz,U=fj1H%3O2`EZR2)I0I1G^jD1bpd<0e=n,.4HMe+s.j
   1.632 +H)]9J/()7Ms',(uk&J>]i'c%W(*?QFK,:=oj/M/P*.O?2X*#TP.'bqDq&.]6[$k*OQ%1WgV%1<LM#m
   1.633 +^h;$k*XHzzzzz!!"W(z!!!!G-7U`-2`E]U2`<NM1c7*G1c70K2)I0H1bgX9.O?;^*uu=>(`*r%'+to
   1.634 +j&eP]f&J>]j'GhZ,*ZlRQ-7:;p/M/P*-6jQO)&F&(().An%h9'Z%1NaV%LrsW$k*LO$OI1J%1Wje,9
   1.635 +mg*#ljr*zzz!%ol(z!!"Dq-n[863&iiT2)I0J1bpgC2)R9M2`ETN2)$^8,pa`V*?,n5().Gr&J5Qc&
   1.636 +.oKc&.oNg(+pIE*?ldV-n6c".Ouno+WMF>)&O,)'+kff%hB0\%hB0\%LrpV$k!FN#mq(N%i$#s((LZ
   1.637 +[(B=F8zzz/hR,(z!!"As0/YXH2`EWQ2)R6K1,C^B1c.'J2)I0I1G::,,Tn'H(`4#('b_2k%hB0]%hB
   1.638 +3_&.oO-/hS%[*$HOP-RUAm.4$2^+<2=>)&F#$&eYff&.]<`&.fB`%LijT$O[:J#n%:U'GM5s&JQ*!*
   1.639 +rl9@zz!!!!O/cYkOz!%]TM1,_$K2)[<K2Dm9G1,LdC1GgjB0JkR@/hJ@n+<2=;(`!f!&J,H_%h9'[%
   1.640 +hC9F/hRbL'.tmT(E=J@,UXrd,U4HT*uu7:(`4&('GD,n&J,Nd&J,K`%1EXQ$OdCP$l'Ks(D@,b&eG^
   1.641 +)+!i9bzz!!"W(zz0.AM-1G^mF2)@'E1G^gB1,LaB1,1F91,:R8.OQG^*#]Y1'b_2l%hB-[%PB@d/e9
   1.642 +QG&.oKd&eZfL(`OVA+s.mK+<VgM*#]_6)&X5+()@Ps',(uj&J,H^$k*LP%LipZ',q])*Z,S'().l7(
   1.643 +a:I[zz!%ol(z!!!!P.k35-1,1O=0JP780JYC>1GUaA0ekI>0eOn',p+-H)&O)&'+kd./hSb/%hC9'%
   1.644 +hB0]%hK6]%hK:)'cS)5*$-.C+<V^G)]Te:*#]S0()@W"',(uj&.T-X$k*RT%M''_',)3"(`OG?,UFT
   1.645 +_-Qacbzz/hR,(z!!"Z"-S@#*0/,%50.nb-/h\q71,LdB1,:R:.jlVe*?5t7(D[\u&eGQa/e8I&%Lrs
   1.646 +Y%LrpX%LrpW%M'.(&JQ&u)BU%B*Zc@C*uuCA)]BS2(DRZ!'GD&h%LigS$O[CP%1s9h(De,/-6so]+"
   1.647 +&?X,:>#nz!!!!O/cYkOz!&#]L/1rM,/1`A'.P!&%0/54:1,:O?1GCF3-R0cR)]0A-'b_5n&2"M)%Lr
   1.648 +sZ%LrpX%1EUQ%1NaW%h('$&.oZn(`OG8*ZuUJ+<VdK*?#e3(D[\u&ePZc%hB-\%1WjX&f2H&*[iEg.
   1.649 +P`>"+<r!X.46\rz!!"W(zz-n$Gl/1`>&/1W2#.P*#%/hSe31,UpG0eOn$+W_R?(`*r&',)uN&.]9]%
   1.650 +LrsX%1N^T$O[:K$k*IM$4AHs&eYrs)&aJ:+X&!Q+X8*N*#fb3'bh;p&J,Ka%h9*\%hB9i(E=SM/i#4
   1.651 +80/bX@-R^/X-n-GBz!%ol(z!!!!I,UOuj.k2ts-n-Pm.Oco#/2&\51c$sB/1;_c*ZH"8(`!i=/eJX*
   1.652 +%h9'Z%1N^T$k*LO$47(G$47(G#qcSq&/#]q)&jV>+X83W,9\*I)&O/)'GM5p&ePWa%Ls![&JcB4+"]
   1.653 +<*2`NTQ.4?Jr0e=Up.O"imz/hR,(z!!"2g,Ub&i.4HYm-71&f.P!#"/hf%:0et=0,U"3K)Aj;,'eU.
   1.654 +3&.f?^%LijV$k*OP$O[:J#mgnD#mgnE#qcVs&eu6$)BBqF,U=Z]+W_XB(DRVu'GD,n&eYce&/#Qi)B
   1.655 +gO\2DdBO3&WQH.P3>/1GC=//-#YM!!!!O/cYkOz!%]?@,pk#f-mp>f,pjuf-n$Mr/1`D)-n$Ab*ZQ(
   1.656 +8()@St/eJX*%LrpW%1EXQ$OR7K$4."F#m^eB#RC\B/dr1!',DH))]g1K,UFZY+<279(D[]!'bhAt'G
   1.657 +_E!(`=G?,:bN/4?PYa2Dd6F0J5%60eb75/cYkO!!"W(zz-n$;c-71)d,U=T[,UXoc-RL2i.Ouqo+sJ
   1.658 +*K)&O)&'+uo0&.]9]%LigT$k!FN$4.%G#mgnE#mgkD#mgqk$OmUV',VW+*ZuXP,9e9Q*Z5b0()@W#(
   1.659 +`!r,*Zl@F,9\<a2)dQZ5!D(g3]&cN1,(C90J5"1z!%ol(zz+sA*T,:+T[,9e?W,UOf`,pt,i-mp5_*
   1.660 +uc%5().Dp&M=V*%LrsX$k*OP$O[:K#mgnE#mgnE#mgnE#mgqk$OdIU'G_Q++<_mP+sA'M)]BS2(`4)
   1.661 +-)^-:H,U+K[-ndD73BTDf5!:th3]8lO/1`D,/hJY,z/hR,(z!!",a*[)XN+sA-S+sJ3T,UF]_-RU;h
   1.662 +-R0`S)As>,'b_34&J,H`%LijU$k*LO$47(G#mgnE#mgnE$47+I$47+m$OdLW'G_K(*[)^N*uu@A*#T
   1.663 +Y6)B0b@+s\K_-R^Go0/bdP4?Yei4?GP_2)?s=.kNA*/M&IR!!!!O/cYkOz!!!rZ*ZcFG*ZuOH+<M^L
   1.664 +,9nK^-R^5b,U"0H)&F&''J:"1&J,H_%1EXR$O[:K#mgnE#mgnE#mgnF$47+J$47+m%1Wm]'G_T.+s\
   1.665 +BX+<_dI*#ot=+<i'V-RgGm.k<;12E<i\4$,Ja3&riO0JG(//M&J(/1W4N!!"W(zz)B'P6*Zc=B*?6%
   1.666 +>*?QFK,9nN_,pOZ\+W_R?(D[];'+tlh&.]9\$k*LO$OI+F#RC\A#mgnE#mq"G$4."G#mgtl%Ls$`(E
   1.667 +=PA,:"KY+s7mH*?QFL,UY#i/1W;)/MJt>3BB,[2`EZQ2)-U5-nQr!.P*,%-n#&q!%ol(z!!!!9)&X;
   1.668 +3*#fk:)]K_9*?Q@I+s\H\,9n<R*#TP/'eV*O&J,Ha%h9$W$OR4H#RCY?#6tJ>#RC_C#m^hC#RLeD#m
   1.669 +gtl%M9Hp*?cUP-71#`+sA0V,9nK^.4m,)0J>+81GgsI2`<KM1c.!A.O6&V+!)p_/1`;#,ldoF/hR,(
   1.670 +z!!!oS(`F>4)]K_8)B0Y8*$-.B+WqgM+<DL>'bh8m&2"M($k3XS$47(F#RC\@"pP89"pYA<#RC\A#6
   1.671 +tM?#RC\B$4@:q&f)?(*?ZIM,pjre-n-Pl-RUDq0/#%71,:U?1G^jD1c.!D0eb:2.iBHW-S$_u.k<,!
   1.672 +!!!!O/cYkOz!#cUi)&aG5)]BV5)B'P6*$$%@*ZQ1=(_mc!&eGR+%1<ON$4."F#m^eA#6tG;"U,)7"p
   1.673 +YA<#6tJ=#6tM?#71_E$P"d&(`=>6*?c[V.kE2#.Ocbp.P*/)0JG1:1GLU=0f1^C1Ggg>/1i>#.4ZYf
   1.674 +.P*,%.k</%!!"W(zz(`4),)&jM6)]K\5)B9\9*?6%>*#]\3((q/i%h1-"$OR1H#mgnD#RCY>"pP57"
   1.675 +U,&6"pP;;#6tJ=#RC\A$47.L&/$T1(`F>7+snci/1`;$.Ochu/M8\21G^jD1GCL9/hJ_20eOq+-mU2
   1.676 +i-m^&b.4Zr"/1N(K!%ol(z!!!!;'c.]+)]Kb:)]K\6)]Tk=*#ot=)]BP-&eGQ`/dr*q$4."F#mgkC#
   1.677 +R1J;"U,&5"U,)7"pYA<#RC\B$47+I%1NaV&2"\9*?67N.4Zr$/1`;#.P*,%0etRC2)I-E0/"q0.k2u
   1.678 +#.k2ng*@N3X-R0c\.jlhs.N\Wj/hR,(z!!!lQ(Dn&0*#ot=*#ot=*#ot>)]Te7)&X5(%h:3E$k!CL$
   1.679 +4."G#mghA#6k>8"U,&5"U5/8#6tJ>#mgnF$474P%1NdY/hS%_,:+W`.4Qet.Olnu/MAe51Gq'K2)I$
   1.680 +</1N(s,pOc],9e?\,9IjI,9e9V-R^>j+X$h</cYkOz!#HFf(`F;4*??.@*?H7D*ZlID*#fb5(DRSq/
   1.681 +hRSA$O[=L$4."F#RCY?"pP57"U5/8"pYA=#RLeD$47.K%1WgV&J>^/()\;C.46Ji-n-So.4Qo%0/,.
   1.682 +<2)[BN1+t1--6jWS)]Bb=+<;OB)':"I+!2UM,:+W[*WRfFzz(Ddf%)&jS:*ZcCE*ZuRK+X%pK*?5q7
   1.683 +()/AR%h9!U$k!CL$4."E#R:S="pP89"pP8:#6tM?#mgqG$O[CR%Ls*c'GE)9)''tN-RC)d-R^Dn/1i
   1.684 +M.0JbRE2`<KI.O?5Y)B0S3(`4/2)&F/1*$#q9)B9hD+sJ!H(+q3>z!!!!8'bhB#)BBh>+!;[L+X&!R
   1.685 +,U4HT*uZ"5(+p42&.T-X$k*LO$47(G#R:S="pP8:#6tJ=#7(SA$4.(J$k<aW%M]]n'G`;=*?lgV,U=
   1.686 +T\-RgMs/hSe30f([E0eOn',9@a@(Dmu*(`4)+()If*)&X5-)''b?+<2:3/hR,(z!!!ZE',DB&)]Tk@
   1.687 ++sJ-P+sS?Y,pOTV*ZQ"L()%8k&.T-Y%1EXQ$47%E#6tJ<#6tJ=#6tJ>#RLeD#mq%K%1Wm\'G_As(+p
   1.688 +LF+<r0X+sJ<].P*,%/M8\21,1F4-mg)Z*#]\3(Ddl((`4#('GhQ&(`+&.*$$%?*>TDC/cYkOz!"KJO
   1.689 +'GhW+)B^4J+s8!Q,U=Z^,U+ES*%i'D'G:rg%h9'Y$k!CK#m^eA#6tJ=#6tM?#RC\A#RLeE$4@:Q%hB
   1.690 +9e()7Q$)D3'S,:+W\+X8<_/1`>(/M8\..k2bg+W_XC)Aj;.(`*u*(`*u$)&X;-(E",2*??+<(B?'?z
   1.691 +z%1Ng^()Ro-*[2dP+WqpR,UF`_+sJ*K/f,38&ePZc%LijU$OR4I#RC\@#7(P?#RC\A#RC\B#mgqH$k
   1.692 +3^Y&/#]o()7T%/hS4h,:"KX+X\`j/1`;%.k)kk+sJ'M*?6":)&X8.(Ddl((D[f()&X5-)B'V:*#on5
   1.693 +!%ol(z!!!!+$kEsd)&aG7+<hpO+<_sT,UF`]*uusN()%>m&.]9\$k*OO$4."E#6tM?#RC_C#mgnD#m
   1.694 +gnF$471M%1a!]&Jc)q'G_N<*?ZON,9e<U,Ub/n.k2qp+sA*M*?#h7)B'G0)&O2,(Ddi%'c7c*)Aa51
   1.695 +)]]q>*>nhW/hR,(z!!!?5&JGlq)B'S=+s7sM+<i$U,pa]U*%i!@'G:rf%h9$W$k*IM#m^eA#6tM@#m
   1.696 +gnE#mgnF#mq"H$OdIR%M''^'G;&n/hS"]*ZuUK+!DgS-n6Vm,p=EO)]Te8(`=/-(`*u((D[f'()7Jt
   1.697 +(D[l*(E=>5*$$(?)uosk/cYkOz!!`i@&JQ$"*$$(C+<M[K+X/-U,U+?`/f#-6&ePZb%LrpV$k!CK#m
   1.698 +^eA#RC_C#mgqG$47+I$4@4M$k3XU%M'-`/hSak()\)5+<hpM+X89]-RL#\*ZQ+;)AsA/(Ddl((D[c%
   1.699 +(Ddi$'GD/q(`4).)]Kb;*$$"!!!"W(zz"UYVK'c.f1*Zc@D*??7F+X/*T+WqgY(D@Dn&J,H^%LidS$
   1.700 +OR1H#RC\A#RLeD#mgnE#mgqG$4@7N$k3[U%M16(&ebom(E"26+<_jL,UOi`,9\$G)AsD1)&F))()I`
   1.701 +%()@Z$()7Pu'GhT')&aD3)]Tk>*#\eW!%ol(z!!!!'"q(kN',V]0*ZZ=B*?H=G+<_mN+"eHJ'b_,i&
   1.702 +.]6\%1EXQ$4."E#RC\A#RC\B#mgkD#RLeD#n.4N$k*RT/hR\H&ebur)&jV?+sA'S-7'l[*?6"9)&O2
   1.703 +,(Ddl((Ddi&()@Z#'c%N!(E",0)B0Y:*$$%<)?9a;/hR,(z!!!3/#n.=V'Gqc1*$$%>*#p(D+X%s\/
   1.704 +f>H?&eGTb%h9'Y%1<ON#m^eA#7(S@#RC\A#RC\@#7(SA$4@4L$OdFR/eAR,',;<")&s_B,9nBX,U4B
   1.705 +N)]BS3(`4),(Ddl((Ddi&()7Q!'c%W))]Te9*??.A*??$u!!!!O/cYkOz!!!94%M03a(E420'bqT**
   1.706 +$67F+X%p[)Aj5)'+YTa%hB-Z$O[:J#RCY?#7(S?#RCY?"pY>:#6tPA#mq"H$k!Ir&.]<a',;?&*?QI
   1.707 +M,9e<U+<DOB)AsD1)&O5.(`=/,(`*u(()I`$()Rr0*?H7C*Zc=A*#nqY!!"W(zz"pbPE%hT?g)]BY5
   1.708 +)&=22*?H:F+<N3V)AX,'&eGTc%hB*W$jm=J#RCY?#R:S>#6kA9"U,&6"pP>>#mq%J/hR\H%hK?e'c@
   1.709 +r2*[2jT+sJ3Q*ul4<)B'J3)B'J2)&X8.(`=2.(`!i')B9e>*Zc@D*?6";z!%ol(zz#7(YJ&eY`j(De
   1.710 +,3()[r-(`aV<*ZcpP(_m\s&.fB`%LigS$OR.F#R:S>#6kD;"pG/6"U,&6"thM\/hSab$k<gZ&/,cs)
   1.711 +]Tk?+=&0V+sJ0O*?5t9)B0V6)B'M4)B'M4)&aA1(D[i+*$-1B*?H4?*#]^qz/hR,(z!!!!'#R_+S'b
   1.712 +M)o'GD5q()Ri((`=83/fPZE'+tlg%hB0\%1EUO#m^b@#6tJ="pP88"U,&5"U,)_/dVjl/di's&J5Nb
   1.713 +'H%u8+<_mO,U=WZ,9\*J*#on:)B0S5)B'M4)B'J2)&X;/(`=85*??+>)]KV2(E!2Q!!!!O/cYkOz!!
   1.714 +!91$OmX\'b_8p',2)o(Ddl))&aDG)&O,'&J,H`%hB-Y$k!CJ#6tJ=#6kA:"pP57"U,&5"U6Ra$47.K
   1.715 +$k*[[&.fEn+<DUI+X&'X-7'o^-6aKN*#fh9)B'M4)B'M4)AsG2)&X;0)]K_8)]9M3(Ddo)'`\46!!"
   1.716 +W(zz!!!<5%1j0f(`!i!'+trn'c.]()D3WZ(DRVs&.]<_%h9!V$OR.E#6tJ="pP89"pG/6"U,&6/dVj
   1.717 +l$k*OR%h]Kd&fi/<*$-4H,:"]d-RC&c+s%^C)]BV5)B'J3)&X;0)&X>1)&X>3)Aj8,(Ddl'()I_dz!
   1.718 +%ol(zz!!ruA%M9Bj(Ddc!&ebup()If*)D2jC().Do&.fB`%1EXQ$47%D#RCY>"pP88"pG28#6ujf#n
   1.719 +.4O%1Ws_'GD,q,9n0L+X/6[-n-_t-mg8f*?5t8)&aA1)&X;0)&X;0)&X8-(`F2-(Dmu*()I`&(B=F8
   1.720 +z/hR,(zz!!ioA&/,`m()@Su'bqN#(Dn&0/f>QD'b_2l&.f?_%1E[R$OI(F#RCY?"pP8:#7(P@/hRM>
   1.721 +%hB3^&JGor'G_N2+rqaM,q(/j/2&M&-6scU)B'J2)&X;/(`=2-)&X;.(Ddl))&X5-)B0P1(E"%iz!!
   1.722 +!!O/cYkOzz#7:qP&el&t(`!i'(`=/.)B0Y9/hSb/()%<5/hSae%LrmT$OR4I#m^eA#7(S@$4.%l$k3
   1.723 +^Y&el#q(E+/,*?cXK+<i*Z.Ocu(0.SFs*uu:=)&X;/(`4&*(Ddi(()@]&(Dn&0*#]\8*ul.9)&N>Rz
   1.724 +!!"W(zz!!!!($4[X]'c.c-(`+,0(`F>5*??.@)]K\J/hRhN&eZfL%hB'W$OR4I#mgnD#m^hE$SDr!&
   1.725 +JGiq(`484*?5tC,U+<U-7LDq.5E\6/h&+f)]Kb6(`*u)()@Z#'c%T%(Ddo*(E"24*#p%E+rhLB*WQ0
   1.726 +?z!%ol(zz!!!62%M09h)B9e:)B9\6*#ot?+!2OE*#feK'bqJt&eYd//e&7!$O[:K$47(H$4@1n&.oT
   1.727 +j()If+*??.?*$$1F+<W!\/1iP21c-p<-6jNK)B0G-(DRZ!'bqH!(Dmu+(`4),)&aD3)]]k<*Z5jrzz
   1.728 +/hR,(zz"UGGF&/5s"*$6.=)]BV6*?H:F+<V^F*#on6(Ddi#',2#j/hRVC$k!FN$OdCO%5'7F'G_N(*
   1.729 +$-1D+!)IG+<_mP,Uk5q/i#7@1G:.$*uZ"8*#0/$'GD/p'G_K%()@]&(`4,/)]K_9*#on8)'8hYz!!!
   1.730 +!O/cYkOz!!!!&#n.:U'Gh]/+!2C?)B9e@+sS?W+sJ'L+!)I@)]BP.()%>p&2#Rf%LimX%h0!Y/eJd5
   1.731 +(E4;5*ZlOL+<i$U,:4fe/1iM/1,CaC/0c5V(`450',)&n',;2r()I`&(Ddo*(`FA6*??.A*uZ%?+TM
   1.732 +KBz!!"W(zz!!!3-$kEsb(E=M?+W_XF+!DpW-R^>g-70l\+sJ'L*?5n5(_mc#&J>X-%hK6`/hR\f'G_
   1.733 +Q()]Tk@+X/3W,UOic-n?f"/hf"71,:R9,Tn'E)&3i!'GD,n'bhE"(D[f'(Dn#.)]Th<*ZlIE)]BkCz
   1.734 +z!%ol(zz!!``=&JGip+!`'T*?H@I,UFcb-n-Vr.4HMf,:"HR*#on9(`*u&'GD-4/hSai&hXk6()Ru1
   1.735 +*?QFK,:4`a-R^Do/hJS)/ho%70eXt!*?,q8',)#l'+trn'GV>u()Ic()&aG5)]^"C+WqjF)BpC+zz/
   1.736 +hR,(zz#RCqR'G_Q0,UFWV+X/-W,UFcb-n-Vr.OZPe+sJ!H*#fe6(Ddi&().Jt/e\p5'c%W')B9b=+!
   1.737 +DmT,pald-RgPu/1N,#/h\q7.3p&[*?5h.',)#l&eu)p'GV>u(Ddo+)]Kb;*ZlLK,9IaD+TMKBz!!!!
   1.738 +O/cYkOz!!!!*#n[jd(`OVD-7'l[+<_pQ,9nEY,UOld-7'l[+<MRB)]KV2(Ddi&'bqDt'GM8t(Dn#.*
   1.739 +$$(B+<r-X,:+]a-7:5m.Ocl#0/5(,-R9fO(_dVs',2)m',)#n'bqK"(Dn#.*$$(B+!;^O*Z?:Ozz!!
   1.740 +"W(zz!!rr?&Ju<$)^$@N,9@mI*??.E,9nEX-71&b,pXWT*?5t9)&F&('c%Q#'bqGu'bqH!(Dn&1*$$
   1.741 +%B+sS<U+X86W,pt/l.4[#'/g_nn+WV@6'bh>q'+trl',)#p'bqH!(Dn&0*$-.C+<haG*$P@_zz!%ol
   1.742 +(zz#mq(T)As>-(`a_?)B'M6*?6(@+X/*T,pai^+Wh^D)B'J0'bqGu'bqGu'GM5q'GM8t(`=51*#fh>
   1.743 ++<VgM+X80T,pk)k.k2qq,paiX)As;*'GM5p&eYfj&ebuo'GM8t(`4,0*??4E+W_mL,U<?izz/hR,(z
   1.744 +!!!!+$Ommj)AX)'(Dn,1(`4,.*?-%A+s\K],U4ES*#fb5)&F&''GM5p'GD/o',2)n'GV>t(Dn#.)&a
   1.745 +P;*ZuOH+sJ-P+=/B`-RU5d,pF<K(`*o$'GD,m&eblk',)#m'GM8t()@c,)]TqA+!DaT-ia5Iz!!!!O
   1.746 +/cYkOz!"0/E&/H*"(D[`"'c%W%(`!o,+!;aQ-6scY*ZuXL)AsP4()7Jr',)#m'GD)m',)#n'GM5r(D
   1.747 +dl))&jP:*?H4C+<VgN,:+`d-RU5g,p49I()7Mt'GM2o',)&n',2)n',)&o'c.W'(`se>*??4%zz!!"
   1.748 +W(zz%M'!\',D?"()7Mu()I]$(Dn#0*$-4G+X%sN,9RpC*$#q5().Dr',2)m&eYfi&J>`j',)&o()If
   1.749 +))&aJ7*??.A+X83X-7LAl.4?Pg+WV@8'c%Q"'GM5s'GhQ$'bqDs',)&n'GM<")]0J6'I!MWzz!%ol(
   1.750 +z!!!!1%M9<e()I]$'bh>s()7T$(`FA7*ZuUM+WqmL*#]\5)&<u&',)#l'+toj&eP]e&J5Tf&eboo()
   1.751 +Rl+)B'S9*uu@E+seQb.4HYp.4->`*#TP2(`*r)(`+#,(Ddi%'c%Q!'GM2o',;2q'HA)6+ohTCzz/hR
   1.752 +,(zz'bhAu()Ri'(_mf'()If+*ZuXP-RgMk,pjfW*#fb3'bqAp&eYfi&eYfh&J5Qc&.fEd',22t(Dn#
   1.753 +-)B0\=+!2[P-7LGq.k3"s-RU)W)]K_6(Dn&/)]BV2)&O8/(`+#)()@Ps&ebup)&X:lzz!!!!O/cYkO
   1.754 +z!!!!8()Ic&'c.]&(E").)AsJ9+s\Wi/h\h,.OZD]*ZGt4()7Jr&eYcg&J5Te&J5Qc&.oNg'bqK#(`
   1.755 +=52)]^"C+s\Nb.P*,%.k3"r,TRpG*#]b6)]BV6)]Th>*$#t9)&X>1(DRSs'GD)p'`\46zz!!"W(zz!
   1.756 +!!!:)&X;,'GhN#)&aG7+s/!U-nHu*1,:I5.jH/Y*ZGq5(DIPs'+toj&J5Wf&J5Te&J>]i'G_K%)&aG
   1.757 +7+!DdQ-7C>p/1iG*.k)hl+W_[D*#fk;)]Th<*ZlIE)]Te8)&=&''GM2n&J5Zizzz!%ol(zz!!!!:)A
   1.758 +sA/()e&/)]U%J,q(/m.kWM.0eY+/,U"9Q*#fe6(DRVu'+toj&eYfi&J5Tf&eYil()If+*$$%B+seTc
   1.759 +.kNA,/MA_,.4?Gd+!2OF*??.A+!)OJ+WqmL*#]_4'bqK!'b_2l&eb6Fzzz/hR,(zz!!!oU)B'G2)As
   1.760 +J6+t4rk.4Zr%0.nh//hSY%+sJ0M*#f_3(_mc"',2,o'+toi&eYfi'GV?!(`FG;*[)aR-7CDt0ekF=0
   1.761 +J>"/-6s`Y+!;XH*ZlLJ+X/*R+!)C?)Aa5-(`F2*'bV,k&HDe2zz!!!!O/cYkOzz!!!oU)B'M4)]g1N
   1.762 +.ki\/.OZi#0/"q1/1;eg+<_^E)AsD0(D[c$'bqDr',2,n',)&o()Il/*$?IQ,paog/M8\41,:R<0J>
   1.763 +",,U=QX+WhgL+<i$S+sA'N*ZH(9'cS#1*Zc79'+tlWzzz!!"W(zzz!#cao)B'P7*[)j]0ek10.P!)(
   1.764 +0/,"/-R9lZ*uu@@)&X8-()@Z#'bqGu'bh>s'c%Q%)&aV@,Uk/j.P*8/1GUaA1,1I;0/"h(-R9r_+sJ
   1.765 +6V,9nBU+!)RG+<2CA+!)LH*ul.7'+t9Fzzz!%ol(zzz!#cdq)]KnC,qUi+0JOt'-n6_u0.e\&-6s`V
   1.766 +*ZZ1<)&O/*()I`%()Rl(()Ri'(Dn&1*?Z^Y.P!,*1,C^B1c$pC0etL=0.SM"-RU/b,U=W[,9e9S+X&
   1.767 +!P+WhdK+W_dM*uc(5zzzz/hR,(zzz!#ljr*?HOW/ho"3/hSOt.4H\n-71)c+s.mK*ZZ4=)&F)*(D[c
   1.768 +&)&X;0)&aG5)^$=O-RgMp.kWP31G^gC1c$mB1,:O;/h/>"-mg5c,9e<U+X&!O+<M^M,9n<U+sJ3S*?
   1.769 +5stzzz!!!!O/cYkOzzz!#ljt,:+or0J5%1/1Del-m^/a+sJ3S+WhdI*#]\4(`4)+(Dn#,)&aG5*$$"
   1.770 +A+XAB_.P*2)0JYC?1GgpF1GU^@0ek=4.4Qbn,paf\!!!!B+WhaH+<_pQ,U4T\,U4HT+<CL_zzz!!"W
   1.771 +(zzzz)]]qA-S@220eY%-.k<"q-6sf[+WqmK)]Tk;)&X;.(Ddl))&O2.)&aG7*?Q@H,UFff/MAe61G^
   1.772 +jE2)R3H1GU^?/L`%r.4$5b,U39hz!$34)+X/*Y-RL,c,U=KUzzzz!%ol(zzzz!$NL80f(U@/L`&!.O
   1.773 +c_m-7:&a,9.XA)]BP2'c%Q#(Ddo*(`=21)]Ke>+sJ6X,pt2q0/>=>1GgsH1c.!D0eOn&-RU;h,pWHj
   1.774 +zz+!2[N+sSHb-71&c,pai;zzzz/hR,(zzzz!$NdD1G^^:-m^)b-6jc`.4?Mg)&=#*()@W!'bhAs()I
   1.775 +`')&aJ8*ZcCI,paoe.kWG.1,:XB1c7*H1GLR8/L`(s-RU5@zzz*[2jS,V(Dp-RU;j.0'>Jzzz!!!!O
   1.776 +/cYkOzzzz!$NgI0eY"%,9e9U,:+W^+<;I?(`*l#'+trk'+trm'c%T&)&jP9*ZuUO-71/l/M8_31,C^
   1.777 +B1,C[>0.SP%.4?Smzzz!!!!?+=&3Y.P!"s.P*+Nzzzz!!"W(zzzzz+t,&q.jcSf+s.sP+sS9Q)]TY.
   1.778 +',2&k&J5Tf&J5Zk'c%T&)B'P8*ZuXP,q(/l/MA_21,1L=0/,(2zzzzzz+seNb/hJM'/M7#'zzzz!%o
   1.779 +l(zzzzz!!"Jt,pFKT*uuII+<;IA)]'5+'G1le%hK9`&J5Wh'GVAt)&O>4*ZuXP-7:2j.kWD+/h\e*/
   1.780 +H>bNzzzzz!!!!F-6t<"/1N>,zzzzz/hR,(zzzzz!!"Dn+s7mE)B9h?*#on8(Ddl'&ebcf&.fBb&J>c
   1.781 +m'GV;t(`=53*?QFK,U=`^,q:Aq/1N(Kzzzzzz!!!!F,r./(/2.&(zzzz!!!!O/cYkOzzzzz!$ij6*Z
   1.782 +>n7)]BY6(`*r(()7Mt',)#m&eYfi'GV>u'c%Pb)&aIpz,U4N[zzzzzzzz!!!!D0JFq,0)ttPzzzz!!
   1.783 +"W(zzzzzz+<r$N(`4/1)&X5-()@]%'`\46z!!!!5zzzzzzzzzzzzz!!"5q.kE1Nzzzzz!%ol(zzzzz
   1.784 +!!!!>+<MR?(`+#+(Ddi%'bp]Kzzzzzzzzzzzzzzzzzzzzzzz/hR,(zzzzz!!!rY*Z>n6(`<;i().Gs
   1.785 +'EA+5zzzzzzzzzzzzzzzzzzzzzz!!!!O/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
   1.786 +hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb
   1.787 +//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSa~>
   1.788 +InterpretLevel1 not {
   1.789 +  grestore
   1.790 +} if
   1.791 +grestore
   1.792 +%%%%EndImage
   1.793 +1.000 UL
   1.794 +LTb
   1.795 +1.000 UP
   1.796 +1.000 UL
   1.797 +LTb
   1.798 +stroke
   1.799 +grestore
   1.800 +end
   1.801 +showpage
   1.802 +%%Trailer
   1.803 +%%DocumentFonts: Helvetica
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/holeExample_2682_SS_jet.eps	Sun Apr 19 01:01:21 2009 -0700
     2.3 @@ -0,0 +1,794 @@
     2.4 +%!PS-Adobe-2.0 EPSF-2.0
     2.5 +%%Title: holeExample_2682_SS_jet.eps
     2.6 +%%Creator: gnuplot 4.2 patchlevel 2 
     2.7 +%%CreationDate: Sun Apr 19 01:00:29 2009
     2.8 +%%DocumentFonts: (atend)
     2.9 +%%BoundingBox: 50 50 410 302
    2.10 +%%EndComments
    2.11 +%%BeginProlog
    2.12 +/gnudict 256 dict def
    2.13 +gnudict begin
    2.14 +%
    2.15 +% The following 6 true/false flags may be edited by hand if required
    2.16 +% The unit line width may also be changed
    2.17 +%
    2.18 +/Color true def
    2.19 +/Blacktext false def
    2.20 +/Solid true def
    2.21 +/Dashlength 1 def
    2.22 +/Landscape false def
    2.23 +/Level1 false def
    2.24 +/Rounded false def
    2.25 +/TransparentPatterns false def
    2.26 +/gnulinewidth 5.000 def
    2.27 +/userlinewidth gnulinewidth def
    2.28 +%
    2.29 +/vshift -46 def
    2.30 +/dl1 {
    2.31 +  10.0 Dashlength mul mul
    2.32 +  Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
    2.33 +} def
    2.34 +/dl2 {
    2.35 +  10.0 Dashlength mul mul
    2.36 +  Rounded { currentlinewidth 0.75 mul add } if
    2.37 +} def
    2.38 +/hpt_ 31.5 def
    2.39 +/vpt_ 31.5 def
    2.40 +/hpt hpt_ def
    2.41 +/vpt vpt_ def
    2.42 +Level1 {} {
    2.43 +/SDict 10 dict def
    2.44 +systemdict /pdfmark known not {
    2.45 +  userdict /pdfmark systemdict /cleartomark get put
    2.46 +} if
    2.47 +SDict begin [
    2.48 +  /Title (holeExample_2682_SS_jet.eps)
    2.49 +  /Subject (gnuplot plot)
    2.50 +  /Creator (gnuplot 4.2 patchlevel 2 )
    2.51 +  /Author (Bayle Shanks,,,)
    2.52 +%  /Producer (gnuplot)
    2.53 +%  /Keywords ()
    2.54 +  /CreationDate (Sun Apr 19 01:00:29 2009)
    2.55 +  /DOCINFO pdfmark
    2.56 +end
    2.57 +} ifelse
    2.58 +%
    2.59 +% Gnuplot Prolog Version 4.2 (August 2006)
    2.60 +%
    2.61 +/M {moveto} bind def
    2.62 +/L {lineto} bind def
    2.63 +/R {rmoveto} bind def
    2.64 +/V {rlineto} bind def
    2.65 +/N {newpath moveto} bind def
    2.66 +/Z {closepath} bind def
    2.67 +/C {setrgbcolor} bind def
    2.68 +/f {rlineto fill} bind def
    2.69 +/vpt2 vpt 2 mul def
    2.70 +/hpt2 hpt 2 mul def
    2.71 +/Lshow {currentpoint stroke M 0 vshift R 
    2.72 +	Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
    2.73 +/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
    2.74 +	Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
    2.75 +/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R 
    2.76 +	Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
    2.77 +/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
    2.78 +  /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
    2.79 +/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
    2.80 + {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
    2.81 +/BL {stroke userlinewidth 2 mul setlinewidth
    2.82 +	Rounded {1 setlinejoin 1 setlinecap} if} def
    2.83 +/AL {stroke userlinewidth 2 div setlinewidth
    2.84 +	Rounded {1 setlinejoin 1 setlinecap} if} def
    2.85 +/UL {dup gnulinewidth mul /userlinewidth exch def
    2.86 +	dup 1 lt {pop 1} if 10 mul /udl exch def} def
    2.87 +/PL {stroke userlinewidth setlinewidth
    2.88 +	Rounded {1 setlinejoin 1 setlinecap} if} def
    2.89 +% Default Line colors
    2.90 +/LCw {1 1 1} def
    2.91 +/LCb {0 0 0} def
    2.92 +/LCa {0 0 0} def
    2.93 +/LC0 {1 0 0} def
    2.94 +/LC1 {0 1 0} def
    2.95 +/LC2 {0 0 1} def
    2.96 +/LC3 {1 0 1} def
    2.97 +/LC4 {0 1 1} def
    2.98 +/LC5 {1 1 0} def
    2.99 +/LC6 {0 0 0} def
   2.100 +/LC7 {1 0.3 0} def
   2.101 +/LC8 {0.5 0.5 0.5} def
   2.102 +% Default Line Types
   2.103 +/LTw {PL [] 1 setgray} def
   2.104 +/LTb {BL [] LCb DL} def
   2.105 +/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
   2.106 +/LT0 {PL [] LC0 DL} def
   2.107 +/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
   2.108 +/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
   2.109 +/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
   2.110 +/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
   2.111 +/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
   2.112 +/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
   2.113 +/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
   2.114 +/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
   2.115 +/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
   2.116 +/Dia {stroke [] 0 setdash 2 copy vpt add M
   2.117 +  hpt neg vpt neg V hpt vpt neg V
   2.118 +  hpt vpt V hpt neg vpt V closepath stroke
   2.119 +  Pnt} def
   2.120 +/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
   2.121 +  currentpoint stroke M
   2.122 +  hpt neg vpt neg R hpt2 0 V stroke
   2.123 + } def
   2.124 +/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
   2.125 +  0 vpt2 neg V hpt2 0 V 0 vpt2 V
   2.126 +  hpt2 neg 0 V closepath stroke
   2.127 +  Pnt} def
   2.128 +/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
   2.129 +  hpt2 vpt2 neg V currentpoint stroke M
   2.130 +  hpt2 neg 0 R hpt2 vpt2 V stroke} def
   2.131 +/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
   2.132 +  hpt neg vpt -1.62 mul V
   2.133 +  hpt 2 mul 0 V
   2.134 +  hpt neg vpt 1.62 mul V closepath stroke
   2.135 +  Pnt} def
   2.136 +/Star {2 copy Pls Crs} def
   2.137 +/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
   2.138 +  0 vpt2 neg V hpt2 0 V 0 vpt2 V
   2.139 +  hpt2 neg 0 V closepath fill} def
   2.140 +/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
   2.141 +  hpt neg vpt -1.62 mul V
   2.142 +  hpt 2 mul 0 V
   2.143 +  hpt neg vpt 1.62 mul V closepath fill} def
   2.144 +/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
   2.145 +  hpt neg vpt 1.62 mul V
   2.146 +  hpt 2 mul 0 V
   2.147 +  hpt neg vpt -1.62 mul V closepath stroke
   2.148 +  Pnt} def
   2.149 +/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
   2.150 +  hpt neg vpt 1.62 mul V
   2.151 +  hpt 2 mul 0 V
   2.152 +  hpt neg vpt -1.62 mul V closepath fill} def
   2.153 +/DiaF {stroke [] 0 setdash vpt add M
   2.154 +  hpt neg vpt neg V hpt vpt neg V
   2.155 +  hpt vpt V hpt neg vpt V closepath fill} def
   2.156 +/Pent {stroke [] 0 setdash 2 copy gsave
   2.157 +  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
   2.158 +  closepath stroke grestore Pnt} def
   2.159 +/PentF {stroke [] 0 setdash gsave
   2.160 +  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
   2.161 +  closepath fill grestore} def
   2.162 +/Circle {stroke [] 0 setdash 2 copy
   2.163 +  hpt 0 360 arc stroke Pnt} def
   2.164 +/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
   2.165 +/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
   2.166 +/C1 {BL [] 0 setdash 2 copy moveto
   2.167 +	2 copy vpt 0 90 arc closepath fill
   2.168 +	vpt 0 360 arc closepath} bind def
   2.169 +/C2 {BL [] 0 setdash 2 copy moveto
   2.170 +	2 copy vpt 90 180 arc closepath fill
   2.171 +	vpt 0 360 arc closepath} bind def
   2.172 +/C3 {BL [] 0 setdash 2 copy moveto
   2.173 +	2 copy vpt 0 180 arc closepath fill
   2.174 +	vpt 0 360 arc closepath} bind def
   2.175 +/C4 {BL [] 0 setdash 2 copy moveto
   2.176 +	2 copy vpt 180 270 arc closepath fill
   2.177 +	vpt 0 360 arc closepath} bind def
   2.178 +/C5 {BL [] 0 setdash 2 copy moveto
   2.179 +	2 copy vpt 0 90 arc
   2.180 +	2 copy moveto
   2.181 +	2 copy vpt 180 270 arc closepath fill
   2.182 +	vpt 0 360 arc} bind def
   2.183 +/C6 {BL [] 0 setdash 2 copy moveto
   2.184 +	2 copy vpt 90 270 arc closepath fill
   2.185 +	vpt 0 360 arc closepath} bind def
   2.186 +/C7 {BL [] 0 setdash 2 copy moveto
   2.187 +	2 copy vpt 0 270 arc closepath fill
   2.188 +	vpt 0 360 arc closepath} bind def
   2.189 +/C8 {BL [] 0 setdash 2 copy moveto
   2.190 +	2 copy vpt 270 360 arc closepath fill
   2.191 +	vpt 0 360 arc closepath} bind def
   2.192 +/C9 {BL [] 0 setdash 2 copy moveto
   2.193 +	2 copy vpt 270 450 arc closepath fill
   2.194 +	vpt 0 360 arc closepath} bind def
   2.195 +/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
   2.196 +	2 copy moveto
   2.197 +	2 copy vpt 90 180 arc closepath fill
   2.198 +	vpt 0 360 arc closepath} bind def
   2.199 +/C11 {BL [] 0 setdash 2 copy moveto
   2.200 +	2 copy vpt 0 180 arc closepath fill
   2.201 +	2 copy moveto
   2.202 +	2 copy vpt 270 360 arc closepath fill
   2.203 +	vpt 0 360 arc closepath} bind def
   2.204 +/C12 {BL [] 0 setdash 2 copy moveto
   2.205 +	2 copy vpt 180 360 arc closepath fill
   2.206 +	vpt 0 360 arc closepath} bind def
   2.207 +/C13 {BL [] 0 setdash 2 copy moveto
   2.208 +	2 copy vpt 0 90 arc closepath fill
   2.209 +	2 copy moveto
   2.210 +	2 copy vpt 180 360 arc closepath fill
   2.211 +	vpt 0 360 arc closepath} bind def
   2.212 +/C14 {BL [] 0 setdash 2 copy moveto
   2.213 +	2 copy vpt 90 360 arc closepath fill
   2.214 +	vpt 0 360 arc} bind def
   2.215 +/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
   2.216 +	vpt 0 360 arc closepath} bind def
   2.217 +/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
   2.218 +	neg 0 rlineto closepath} bind def
   2.219 +/Square {dup Rec} bind def
   2.220 +/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
   2.221 +/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
   2.222 +/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
   2.223 +/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
   2.224 +/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
   2.225 +/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
   2.226 +/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
   2.227 +	exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
   2.228 +/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
   2.229 +/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
   2.230 +	2 copy vpt Square fill Bsquare} bind def
   2.231 +/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
   2.232 +/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
   2.233 +/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
   2.234 +	Bsquare} bind def
   2.235 +/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
   2.236 +	Bsquare} bind def
   2.237 +/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
   2.238 +/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
   2.239 +	2 copy vpt Square fill Bsquare} bind def
   2.240 +/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
   2.241 +	2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
   2.242 +/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
   2.243 +/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
   2.244 +/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
   2.245 +/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
   2.246 +/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
   2.247 +/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
   2.248 +/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
   2.249 +/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
   2.250 +/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
   2.251 +/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
   2.252 +/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
   2.253 +/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
   2.254 +/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
   2.255 +/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
   2.256 +/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
   2.257 +/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
   2.258 +/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
   2.259 +/DiaE {stroke [] 0 setdash vpt add M
   2.260 +  hpt neg vpt neg V hpt vpt neg V
   2.261 +  hpt vpt V hpt neg vpt V closepath stroke} def
   2.262 +/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
   2.263 +  0 vpt2 neg V hpt2 0 V 0 vpt2 V
   2.264 +  hpt2 neg 0 V closepath stroke} def
   2.265 +/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
   2.266 +  hpt neg vpt -1.62 mul V
   2.267 +  hpt 2 mul 0 V
   2.268 +  hpt neg vpt 1.62 mul V closepath stroke} def
   2.269 +/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
   2.270 +  hpt neg vpt 1.62 mul V
   2.271 +  hpt 2 mul 0 V
   2.272 +  hpt neg vpt -1.62 mul V closepath stroke} def
   2.273 +/PentE {stroke [] 0 setdash gsave
   2.274 +  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
   2.275 +  closepath stroke grestore} def
   2.276 +/CircE {stroke [] 0 setdash 
   2.277 +  hpt 0 360 arc stroke} def
   2.278 +/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
   2.279 +/DiaW {stroke [] 0 setdash vpt add M
   2.280 +  hpt neg vpt neg V hpt vpt neg V
   2.281 +  hpt vpt V hpt neg vpt V Opaque stroke} def
   2.282 +/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
   2.283 +  0 vpt2 neg V hpt2 0 V 0 vpt2 V
   2.284 +  hpt2 neg 0 V Opaque stroke} def
   2.285 +/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
   2.286 +  hpt neg vpt -1.62 mul V
   2.287 +  hpt 2 mul 0 V
   2.288 +  hpt neg vpt 1.62 mul V Opaque stroke} def
   2.289 +/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
   2.290 +  hpt neg vpt 1.62 mul V
   2.291 +  hpt 2 mul 0 V
   2.292 +  hpt neg vpt -1.62 mul V Opaque stroke} def
   2.293 +/PentW {stroke [] 0 setdash gsave
   2.294 +  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
   2.295 +  Opaque stroke grestore} def
   2.296 +/CircW {stroke [] 0 setdash 
   2.297 +  hpt 0 360 arc Opaque stroke} def
   2.298 +/BoxFill {gsave Rec 1 setgray fill grestore} def
   2.299 +/Density {
   2.300 +  /Fillden exch def
   2.301 +  currentrgbcolor
   2.302 +  /ColB exch def /ColG exch def /ColR exch def
   2.303 +  /ColR ColR Fillden mul Fillden sub 1 add def
   2.304 +  /ColG ColG Fillden mul Fillden sub 1 add def
   2.305 +  /ColB ColB Fillden mul Fillden sub 1 add def
   2.306 +  ColR ColG ColB setrgbcolor} def
   2.307 +/BoxColFill {gsave Rec PolyFill} def
   2.308 +/PolyFill {gsave Density fill grestore grestore} def
   2.309 +/h {rlineto rlineto rlineto gsave fill grestore} bind def
   2.310 +%
   2.311 +% PostScript Level 1 Pattern Fill routine for rectangles
   2.312 +% Usage: x y w h s a XX PatternFill
   2.313 +%	x,y = lower left corner of box to be filled
   2.314 +%	w,h = width and height of box
   2.315 +%	  a = angle in degrees between lines and x-axis
   2.316 +%	 XX = 0/1 for no/yes cross-hatch
   2.317 +%
   2.318 +/PatternFill {gsave /PFa [ 9 2 roll ] def
   2.319 +  PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
   2.320 +  PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
   2.321 +  gsave 1 setgray fill grestore clip
   2.322 +  currentlinewidth 0.5 mul setlinewidth
   2.323 +  /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
   2.324 +  0 0 M PFa 5 get rotate PFs -2 div dup translate
   2.325 +  0 1 PFs PFa 4 get div 1 add floor cvi
   2.326 +	{PFa 4 get mul 0 M 0 PFs V} for
   2.327 +  0 PFa 6 get ne {
   2.328 +	0 1 PFs PFa 4 get div 1 add floor cvi
   2.329 +	{PFa 4 get mul 0 2 1 roll M PFs 0 V} for
   2.330 + } if
   2.331 +  stroke grestore} def
   2.332 +%
   2.333 +/languagelevel where
   2.334 + {pop languagelevel} {1} ifelse
   2.335 + 2 lt
   2.336 +	{/InterpretLevel1 true def}
   2.337 +	{/InterpretLevel1 Level1 def}
   2.338 + ifelse
   2.339 +%
   2.340 +% PostScript level 2 pattern fill definitions
   2.341 +%
   2.342 +/Level2PatternFill {
   2.343 +/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
   2.344 +	bind def
   2.345 +/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
   2.346 +<< Tile8x8
   2.347 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke} 
   2.348 +>> matrix makepattern
   2.349 +/Pat1 exch def
   2.350 +<< Tile8x8
   2.351 + /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
   2.352 +	0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
   2.353 +>> matrix makepattern
   2.354 +/Pat2 exch def
   2.355 +<< Tile8x8
   2.356 + /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
   2.357 +	8 8 L 8 0 L 0 0 L fill}
   2.358 +>> matrix makepattern
   2.359 +/Pat3 exch def
   2.360 +<< Tile8x8
   2.361 + /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
   2.362 +	0 12 M 12 0 L stroke}
   2.363 +>> matrix makepattern
   2.364 +/Pat4 exch def
   2.365 +<< Tile8x8
   2.366 + /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
   2.367 +	0 -4 M 12 8 L stroke}
   2.368 +>> matrix makepattern
   2.369 +/Pat5 exch def
   2.370 +<< Tile8x8
   2.371 + /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
   2.372 +	0 12 M 8 -4 L 4 12 M 10 0 L stroke}
   2.373 +>> matrix makepattern
   2.374 +/Pat6 exch def
   2.375 +<< Tile8x8
   2.376 + /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
   2.377 +	0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
   2.378 +>> matrix makepattern
   2.379 +/Pat7 exch def
   2.380 +<< Tile8x8
   2.381 + /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
   2.382 +	12 0 M -4 8 L 12 4 M 0 10 L stroke}
   2.383 +>> matrix makepattern
   2.384 +/Pat8 exch def
   2.385 +<< Tile8x8
   2.386 + /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
   2.387 +	-4 0 M 12 8 L -4 4 M 8 10 L stroke}
   2.388 +>> matrix makepattern
   2.389 +/Pat9 exch def
   2.390 +/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
   2.391 +/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
   2.392 +/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
   2.393 +/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
   2.394 +/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
   2.395 +/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
   2.396 +/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
   2.397 +} def
   2.398 +%
   2.399 +%
   2.400 +%End of PostScript Level 2 code
   2.401 +%
   2.402 +/PatternBgnd {
   2.403 +  TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
   2.404 +} def
   2.405 +%
   2.406 +% Substitute for Level 2 pattern fill codes with
   2.407 +% grayscale if Level 2 support is not selected.
   2.408 +%
   2.409 +/Level1PatternFill {
   2.410 +/Pattern1 {0.250 Density} bind def
   2.411 +/Pattern2 {0.500 Density} bind def
   2.412 +/Pattern3 {0.750 Density} bind def
   2.413 +/Pattern4 {0.125 Density} bind def
   2.414 +/Pattern5 {0.375 Density} bind def
   2.415 +/Pattern6 {0.625 Density} bind def
   2.416 +/Pattern7 {0.875 Density} bind def
   2.417 +} def
   2.418 +%
   2.419 +% Now test for support of Level 2 code
   2.420 +%
   2.421 +Level1 {Level1PatternFill} {Level2PatternFill} ifelse
   2.422 +%
   2.423 +/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
   2.424 +dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
   2.425 +currentdict end definefont pop
   2.426 +/MFshow {
   2.427 +   { dup 5 get 3 ge
   2.428 +     { 5 get 3 eq {gsave} {grestore} ifelse }
   2.429 +     {dup dup 0 get findfont exch 1 get scalefont setfont
   2.430 +     [ currentpoint ] exch dup 2 get 0 exch R dup 5 get 2 ne {dup dup 6
   2.431 +     get exch 4 get {show} {stringwidth pop 0 R} ifelse }if dup 5 get 0 eq
   2.432 +     {dup 3 get {2 get neg 0 exch R pop} {pop aload pop M} ifelse} {dup 5
   2.433 +     get 1 eq {dup 2 get exch dup 3 get exch 6 get stringwidth pop -2 div
   2.434 +     dup 0 R} {dup 6 get stringwidth pop -2 div 0 R 6 get
   2.435 +     show 2 index {aload pop M neg 3 -1 roll neg R pop pop} {pop pop pop
   2.436 +     pop aload pop M} ifelse }ifelse }ifelse }
   2.437 +     ifelse }
   2.438 +   forall} bind def
   2.439 +/MFwidth {0 exch { dup 5 get 3 ge { 5 get 3 eq { 0 } { pop } ifelse }
   2.440 + {dup 3 get{dup dup 0 get findfont exch 1 get scalefont setfont
   2.441 +     6 get stringwidth pop add} {pop} ifelse} ifelse} forall} bind def
   2.442 +/MLshow { currentpoint stroke M
   2.443 +  0 exch R
   2.444 +  Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
   2.445 +/MRshow { currentpoint stroke M
   2.446 +  exch dup MFwidth neg 3 -1 roll R
   2.447 +  Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
   2.448 +/MCshow { currentpoint stroke M
   2.449 +  exch dup MFwidth -2 div 3 -1 roll R
   2.450 +  Blacktext {gsave 0 setgray MFshow grestore} {MFshow} ifelse } bind def
   2.451 +/XYsave    { [( ) 1 2 true false 3 ()] } bind def
   2.452 +/XYrestore { [( ) 1 2 true false 4 ()] } bind def
   2.453 +end
   2.454 +%%EndProlog
   2.455 +gnudict begin
   2.456 +gsave
   2.457 +50 50 translate
   2.458 +0.050 0.050 scale
   2.459 +0 setgray
   2.460 +newpath
   2.461 +(Helvetica) findfont 140 scalefont setfont
   2.462 +gsave % colour palette begin
   2.463 +/maxcolors 64 def
   2.464 +/HSV2RGB {  exch dup 0.0 eq {pop exch pop dup dup} % achromatic gray
   2.465 +  { /HSVs exch def /HSVv exch def 6.0 mul dup floor dup 3 1 roll sub
   2.466 +     /HSVf exch def /HSVi exch cvi def /HSVp HSVv 1.0 HSVs sub mul def
   2.467 +	 /HSVq HSVv 1.0 HSVs HSVf mul sub mul def 
   2.468 +	 /HSVt HSVv 1.0 HSVs 1.0 HSVf sub mul sub mul def
   2.469 +	 /HSVi HSVi 6 mod def 0 HSVi eq {HSVv HSVt HSVp}
   2.470 +	 {1 HSVi eq {HSVq HSVv HSVp}{2 HSVi eq {HSVp HSVv HSVt}
   2.471 +	 {3 HSVi eq {HSVp HSVq HSVv}{4 HSVi eq {HSVt HSVp HSVv}
   2.472 +	 {HSVv HSVp HSVq} ifelse} ifelse} ifelse} ifelse} ifelse
   2.473 +  } ifelse} def
   2.474 +/Constrain {
   2.475 +  dup 0 lt {0 exch pop}{dup 1 gt {1 exch pop} if} ifelse} def
   2.476 +/YIQ2RGB {
   2.477 +  3 copy -1.702 mul exch -1.105 mul add add Constrain 4 1 roll
   2.478 +  3 copy -0.647 mul exch -0.272 mul add add Constrain 5 1 roll
   2.479 +  0.621 mul exch -0.956 mul add add Constrain 3 1 roll } def
   2.480 +/CMY2RGB {  1 exch sub exch 1 exch sub 3 2 roll 1 exch sub 3 1 roll exch } def
   2.481 +/XYZ2RGB {  3 copy -0.9017 mul exch -0.1187 mul add exch 0.0585 mul exch add
   2.482 +  Constrain 4 1 roll 3 copy -0.0279 mul exch 1.999 mul add exch
   2.483 +  -0.9844 mul add Constrain 5 1 roll -0.2891 mul exch -0.5338 mul add
   2.484 +  exch 1.91 mul exch add Constrain 3 1 roll} def
   2.485 +/SelectSpace {ColorSpace (HSV) eq {HSV2RGB}{ColorSpace (XYZ) eq {
   2.486 +  XYZ2RGB}{ColorSpace (CMY) eq {CMY2RGB}{ColorSpace (YIQ) eq {YIQ2RGB}
   2.487 +  if} ifelse} ifelse} ifelse} def
   2.488 +/InterpolatedColor true def
   2.489 +/grayindex {/gidx 0 def
   2.490 +  {GrayA gidx get grayv ge {exit} if /gidx gidx 1 add def} loop} def
   2.491 +/dgdx {grayv GrayA gidx get sub GrayA gidx 1 sub get
   2.492 +  GrayA gidx get sub div} def 
   2.493 +/redvalue {RedA gidx get RedA gidx 1 sub get
   2.494 +  RedA gidx get sub dgdxval mul add} def
   2.495 +/greenvalue {GreenA gidx get GreenA gidx 1 sub get
   2.496 +  GreenA gidx get sub dgdxval mul add} def
   2.497 +/bluevalue {BlueA gidx get BlueA gidx 1 sub get
   2.498 +  BlueA gidx get sub dgdxval mul add} def
   2.499 +/interpolate {
   2.500 +  grayindex grayv GrayA gidx get sub abs 1e-5 le
   2.501 +    {RedA gidx get GreenA gidx get BlueA gidx get}
   2.502 +    {/dgdxval dgdx def redvalue greenvalue bluevalue} ifelse} def
   2.503 +/GrayA [0 .0159 .0317 .0476 .0635 .0794 .0952 .1111 .127 .1429 .1587 .1746 
   2.504 +  .1905 .2063 .2222 .2381 .254 .2698 .2857 .3016 .3175 .3333 .3492 .3651 
   2.505 +  .381 .3968 .4127 .4286 .4444 .4603 .4762 .4921 .5079 .5238 .5397 .5556 
   2.506 +  .5714 .5873 .6032 .619 .6349 .6508 .6667 .6825 .6984 .7143 .7302 .746 
   2.507 +  .7619 .7778 .7937 .8095 .8254 .8413 .8571 .873 .8889 .9048 .9206 .9365 
   2.508 +  .9524 .9683 .9841 1 ] def
   2.509 +/RedA [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .0238 .0873 .1508 
   2.510 +  .2143 .2778 .3413 .4048 .4683 .5317 .5952 .6587 .7222 .7857 .8492 .9127 
   2.511 +  .9762 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 .9444 .881 .8175 .754 .6905 .627 
   2.512 +  .5635 .5 ] def
   2.513 +/GreenA [0 0 0 0 0 0 0 0 .0079 .0714 .1349 .1984 .2619 .3254 .3889 .4524 
   2.514 +  .5159 .5794 .6429 .7063 .7698 .8333 .8968 .9603 1 1 1 1 1 1 1 1 1 1 1 1 1 
   2.515 +  1 1 1 .9603 .8968 .8333 .7698 .7063 .6429 .5794 .5159 .4524 .3889 .3254 
   2.516 +  .2619 .1984 .1349 .0714 .0079 0 0 0 0 0 0 0 0 ] def
   2.517 +/BlueA [.5 .5635 .627 .6905 .754 .8175 .881 .9444 1 1 1 1 1 1 1 1 1 1 1 1 1 
   2.518 +  1 1 1 .9762 .9127 .8492 .7857 .7222 .6587 .5952 .5317 .4683 .4048 .3413 
   2.519 +  .2778 .2143 .1508 .0873 .0238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
   2.520 +  0 0 ] def
   2.521 +/pm3dround {maxcolors 0 gt {dup 1 ge
   2.522 +	{pop 1} {maxcolors mul floor maxcolors 1 sub div} ifelse} if} def
   2.523 +/pm3dGamma 1.0 1.5 div def
   2.524 +/ColorSpace (RGB) def
   2.525 +Color true and { % COLOUR vs. GRAY map
   2.526 +  InterpolatedColor { %% Interpolation vs. RGB-Formula
   2.527 +    /g {stroke pm3dround /grayv exch def interpolate
   2.528 +        SelectSpace setrgbcolor} bind def
   2.529 +  }{
   2.530 +  /g {stroke pm3dround dup cF7 Constrain exch dup cF5 Constrain exch cF15 Constrain 
   2.531 +       SelectSpace setrgbcolor} bind def
   2.532 +  } ifelse
   2.533 +}{
   2.534 +  /g {stroke pm3dround pm3dGamma exp setgray} bind def
   2.535 +} ifelse
   2.536 +1.000 UP
   2.537 +1.000 UL
   2.538 +LTb
   2.539 +1.000 UL
   2.540 +LT0
   2.541 +LTb
   2.542 +%%%%BeginImage
   2.543 +gsave 856 168 N 856 4872 L 6344 4872 L 6344 168 L Z clip
   2.544 +InterpretLevel1 {
   2.545 +  %% Construct a box instead of image
   2.546 +  LTb
   2.547 +  876 4852 M
   2.548 +  5292 0 V
   2.549 +  0 -4429 V
   2.550 +  -5292 0 V
   2.551 +  876 4852 L
   2.552 +  40 -110 R
   2.553 +  (PS level 2 image) Lshow
   2.554 +  % Read data but ignore it
   2.555 +  /imagebuf 15215 string def
   2.556 +  currentfile imagebuf readstring
   2.557 +} {
   2.558 +gsave
   2.559 +876 4852 translate
   2.560 +5292 -4429 scale
   2.561 +%%%%BeginPalette
   2.562 +[ /Indexed
   2.563 +  /DeviceRGB 63
   2.564 +  <
   2.565 +   000080 000090 0000a0 0000b0 0000c0 0000d0 0000e1 0000f1
   2.566 +   0002ff 0012ff 0022ff 0033ff 0043ff 0053ff 0063ff 0073ff
   2.567 +   0084ff 0094ff 00a4ff 00b4ff 00c4ff 00d4ff 00e5ff 00f5ff
   2.568 +   06fff9 16ffe9 26ffd9 37ffc8 47ffb8 57ffa8 67ff98 77ff88
   2.569 +   88ff77 98ff67 a8ff57 b8ff47 c8ff37 d9ff26 e9ff16 f9ff06
   2.570 +   fff500 ffe500 ffd400 ffc400 ffb400 ffa400 ff9400 ff8400
   2.571 +   ff7300 ff6300 ff5300 ff4300 ff3300 ff2200 ff1200 ff0200
   2.572 +   f10000 e10000 d00000 c00000 b00000 a00000 900000 800000
   2.573 +  >
   2.574 +] setcolorspace
   2.575 +%%%%EndPalette
   2.576 +<<
   2.577 +  /ImageType 1
   2.578 +  /Width 135
   2.579 +  /Height 113
   2.580 +  /BitsPerComponent 8
   2.581 +  /ImageMatrix [ 135 0 0 113 0 0 ]
   2.582 +  /Decode [ 0 255 ]
   2.583 +  /DataSource currentfile /ASCII85Decode filter
   2.584 +  /MultipleDataSources false
   2.585 +  /Interpolate false
   2.586 +>>
   2.587 +image
   2.588 +} ifelse
   2.589 +/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hS
   2.590 +b//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
   2.591 +hSb//hSb//hSb/!WW3#zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol)zzzzzzzzzzzzzzzzzzzzzz
   2.592 +zzzzzzzzzzz/hR/)zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cbqPzzzzzzzzzzzzzzzzzzzz
   2.593 +zzzzzzzzzzzz!!"W(!WW3#zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!%ol)zzzzzzzzzzzzzzzzzzz
   2.594 +zzzzzzzzzzzzzz/hR2*zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz!!!!O/cl"Qzzzzzzzzzzzzzzzzz
   2.595 +zzzzzzzzzzzzzzz!!"W(!WW3#zzzzzzzzzzzzzzzzzz!!30("98E%zzzzzzzzzzzz!%ol(zzzzzzzz
   2.596 +zzzzzzzzzzz!s/T.zzzzzzzzzzzzz/hR,(zzzzzzzzzzzzzzzzzz!!!3+!sK#3zzzzzzzzzzzz!!!!
   2.597 +O/cc%Szzzzz!#Yb:zzzzzzzzzzzz!!`]1":+u-zzzzzzzzzzzz!!"W(!<E<'zzzz!!!!@*uk7\zzzz
   2.598 +zzzzzzz!!!!*#R:J8":5&.zzzzzzzzzzzz!%ol)!<WE(zzzz!!"/c*rl9@zzzzzzzzzzz!"92@#R:M
   2.599 +:%hJ^@zzzzzzzzzzzz/hR,-!s/`<zzzz,9nEV+<UXazzzzzz!"]bX'EA+5zzz%h&dO#R:P=&-)\1zz
   2.600 +zzzzzzzzz!!!!O/cYkW#R_+U'`\46zz!!!!@+<r'S+<1@]!!!!2&J>cnzzzz%hKBg&eP`izz!##qT%
   2.601 +1<ON#RLqJzzzzzzzzzzzz!!"W(!!!<3%h]Tt,U!-fzz!$WO(+<`!S*>]G*'+b`f&el)szzz!!!!0&e
   2.602 +Yll&JGfo(]XO9z'G:rg%h&jQ#RLnLzzzzzzzzzzzz!%ol(!!!EG'GhW0)^$=L-ia5I!!!!G-6F<O+<
   2.603 +i$N(`!bs&.8sY%h]]q('"=7zz!"]\T'GM2n',23!)?9a;!#64a&eYcf%LijS$OmX\zzzzzzzzzzzz/
   2.604 +hR,(!!",\)B:%I*?uaZ0.m5)!$`^8,9e9R+sJ'G(D[Yq%giIJ&Jc/u(B=F8zz&J5]l'bh;o',23#)#
   2.605 +tNk(Ddl%'+tlg%h9'Y$Om[^'EA+5zzzzzzzzzz!!!!O/cYkO!!";h+=AZh.4H_t/h8Ft,U4NZ,9e6R
   2.606 ++X.sG(DRMk"pG8C'Gqc,)&iPU!!!`I!!!]H'c%T#().Jt()[u.)AsD0(`!f!&eP]e&.]<^%1<OO&HD
   2.607 +e2zzzzzzzzzz!!"W(z!!"Am.4Qr'/1N/#.P)qk+!`*T+s@sJ+<DXA'b:`Z%1<jc*#p"?*ZQ.<)Aa/(
   2.608 +'GVB!()Rl*(Ddl)(`F;0(`4)*()7Ms&ePZd&.fB`$OdFRzzzzzzzzzzz!%ol(z!%03E/ho%6/h\n3/
   2.609 +1Vne+X%sQ+WqdJ+<hmD((h)m'-%u5*ZcCF*ZZ4=)Aj;,()If*)&X;0)&X>1)]BS4)&O,*'bqAq&eP]
   2.610 +f&.fB_%1EUPzzzzzzzzzzz/hR,(z-n$]'2)6pC0JP46/L;M`+Wr!O+s7sJ+X/!E)'0h?*?6+A+!2OE
   2.611 +*?6":)&O2-(`=20)B0V7*#fk;*#fn=*#TS/().Dq&eYii&J>Wb$k3[Tzzzzzzzzzz!!!!O/cYkO!!!
   2.612 +!I.krn=2E!HM1G:C1-6aWX*[;^J+r_UI+!DjO+<VaJ*Zc@D*??+>)]BV4)&O5/)&X>2)]Ke;*??.@+
   2.613 +<VaI*?#e4'c%Js&ebli&J#<Y$OmOSzzzzzzzzzz!!"W(z!!";p0Jk^I3&WWK0JG"--R0cV+X%jK'c\
   2.614 +A;+<D[L+<M[I*ZQ4A*?6":)&aA1)&X;0)&X>2*#ot?*ZlLK+sS<U*?5q6(DRZ!'GM2o&.K$U$k!@Mz
   2.615 +zzzzzzzzz!%ol(z!!";p0fCsL3&WQJ0J=q+-6OET+<DRB',)<,*[)RH*Zc@B*#oq;)]BV4)&X;0)&O
   2.616 +2.)&X;2*$$+D+XA<Z,pX][+<;@;(`*r&'GV;p%LidQ$471Pzzzzzzzzzz/hR,(z!$ER?1H%-L2Dm?I
   2.617 +1+t./,U4NW+<_pL*$?@J+s7sL*??(=)]K\5)AsD1)&X8.(`=2/)&X;1*$6:I,UFca-7'o^*ZQ%7(`*
   2.618 +u''bh8l%1N[Q$4.%Jzzzzzzzzz!!!!O/cYkOz+=Jir1c@6M2Dm?I1+k76.OlVb+sS3O+WqmO+WqjJ*
   2.619 +?6%=*#fe7)&X;/(`*r((`+#+(`=53*[2dQ-71)f,pXcZ*ul4;(`4&('G:uh%LidR#mgnG$47.@zzzz
   2.620 +zzzz!!"W(zz,:bN)2)[BP2E!EL0etI:0.nV$-RC,d+sS3R+WqjJ*?6%=)]BV4(`*u''bqH!()@]'(`
   2.621 +=;8+sJ3X-RgJm,pji^+<2@=(`*o$&ePWb%1N[P#mgqG$4@4L$NL/,zzzzzzz!%ol(z!!!!B-SI542`
   2.622 +EZS2E!BK1,C[?0et=5-n6Ym-mKr]+<M[I*ZQ+;)Aj8,()7Mt',)#n()@]%(`OP?+sJ9[.4Qes.46Jd
   2.623 +*ZZ.9(D[Ys&J5Qc%1<ON$47+J$O[:L%1<.9zzzzzzz/hR,(z!$NX;0JkUF2`EZR2Dm<J1c$pD1,1I:
   2.624 +.Olem-RU5d+sA$N*#fb5(D[c#'GD,m&eP`j'G_H$)]^(F+s\Td.k</%.k)bf*?,k5'bqAq&J5Qa%1E
   2.625 +UP$k*OQ%1ERN$46b5zzzzzz!!!!O/cYkOz,U=fj1H%3O2`EZR2)I0I1G^jD1bpd<0e=n,.4HMe+s.j
   2.626 +H)]9J/()7Ms',(uk&J>]i'c%W(*?QFK,:=oj/M/P*.O?2X*#TP.'bqDq&.]6[$k*OQ%1WgV%1<LM#m
   2.627 +^h;$k*XHzzzzz!!"W(z!!!!G-7U`-2`E]U2`<NM1c7*G1c70K2)I0H1bgX9.O?;^*uu=>(`*r%'+to
   2.628 +j&eP]f&J>]j'GhZ,*ZlRQ-7:;p/M/P*-6jQO)&F&(().An%h9'Z%1NaV%LrsW$k*LO$OI1J%1Wje,9
   2.629 +mg*#ljr*zzz!%ol(z!!"Dq-n[863&iiT2)I0J1bpgC2)R9M2`ETN2)$^8,pa`V*?,n5().Gr&J5Qc&
   2.630 +.oKc&.oNg(+pIE*?ldV-n6c".Ouno+WMF>)&O,)'+kff%hB0\%hB0\%LrpV$k!FN#mq(N%i$#s((LZ
   2.631 +[(B=F8zzz/hR,(z!!"As0/YXH2`EWQ2)R6K1,C^B1c.'J2)I0I1G::,,Tn'H(`4#('b_2k%hB0]%hB
   2.632 +3_&.oO-/hS%[*$HOP-RUAm.4$2^+<2=>)&F#$&eYff&.]<`&.fB`%LijT$O[:J#n%:U'GM5s&JQ*!*
   2.633 +rl9@zz!!!!O/cYkOz!%]TM1,_$K2)[<K2Dm9G1,LdC1GgjB0JkR@/hJ@n+<2=;(`!f!&J,H_%h9'[%
   2.634 +hC9F/hRbL'.tmT(E=J@,UXrd,U4HT*uu7:(`4&('GD,n&J,Nd&J,K`%1EXQ$OdCP$l'Ks(D@,b&eG^
   2.635 +)+!i9bzz!!"W(zz0.AM-1G^mF2)@'E1G^gB1,LaB1,1F91,:R8.OQG^*#]Y1'b_2l%hB-[%PB@d/e9
   2.636 +QG&.oKd&eZfL(`OVA+s.mK+<VgM*#]_6)&X5+()@Ps',(uj&J,H^$k*LP%LipZ',q])*Z,S'().l7(
   2.637 +a:I[zz!%ol(z!!!!P.k35-1,1O=0JP780JYC>1GUaA0ekI>0eOn',p+-H)&O)&'+kd./hSb/%hC9'%
   2.638 +hB0]%hK6]%hK:)'cS)5*$-.C+<V^G)]Te:*#]S0()@W"',(uj&.T-X$k*RT%M''_',)3"(`OG?,UFT
   2.639 +_-Qacbzz/hR,(z!!"Z"-S@#*0/,%50.nb-/h\q71,LdB1,:R:.jlVe*?5t7(D[\u&eGQa/e8I&%Lrs
   2.640 +Y%LrpX%LrpW%M'.(&JQ&u)BU%B*Zc@C*uuCA)]BS2(DRZ!'GD&h%LigS$O[CP%1s9h(De,/-6so]+"
   2.641 +&?X,:>#nz!!!!O/cYkOz!&#]L/1rM,/1`A'.P!&%0/54:1,:O?1GCF3-R0cR)]0A-'b_5n&2"M)%Lr
   2.642 +sZ%LrpX%1EUQ%1NaW%h('$&.oZn(`OG8*ZuUJ+<VdK*?#e3(D[\u&ePZc%hB-\%1WjX&f2H&*[iEg.
   2.643 +P`>"+<r!X.46\rz!!"W(zz-n$Gl/1`>&/1W2#.P*#%/hSe31,UpG0eOn$+W_R?(`*r&',)uN&.]9]%
   2.644 +LrsX%1N^T$O[:K$k*IM$4AHs&eYrs)&aJ:+X&!Q+X8*N*#fb3'bh;p&J,Ka%h9*\%hB9i(E=SM/i#4
   2.645 +80/bX@-R^/X-n-GBz!%ol(z!!!!I,UOuj.k2ts-n-Pm.Oco#/2&\51c$sB/1;_c*ZH"8(`!i=/eJX*
   2.646 +%h9'Z%1N^T$k*LO$47(G$47(G#qcSq&/#]q)&jV>+X83W,9\*I)&O/)'GM5p&ePWa%Ls![&JcB4+"]
   2.647 +<*2`NTQ.4?Jr0e=Up.O"imz/hR,(z!!"2g,Ub&i.4HYm-71&f.P!#"/hf%:0et=0,U"3K)Aj;,'eU.
   2.648 +3&.f?^%LijV$k*OP$O[:J#mgnD#mgnE#qcVs&eu6$)BBqF,U=Z]+W_XB(DRVu'GD,n&eYce&/#Qi)B
   2.649 +gO\2DdBO3&WQH.P3>/1GC=//-#YM!!!!O/cYkOz!%]?@,pk#f-mp>f,pjuf-n$Mr/1`D)-n$Ab*ZQ(
   2.650 +8()@St/eJX*%LrpW%1EXQ$OR7K$4."F#m^eB#RC\B/dr1!',DH))]g1K,UFZY+<279(D[]!'bhAt'G
   2.651 +_E!(`=G?,:bN/4?PYa2Dd6F0J5%60eb75/cYkO!!"W(zz-n$;c-71)d,U=T[,UXoc-RL2i.Ouqo+sJ
   2.652 +*K)&O)&'+uo0&.]9]%LigT$k!FN$4.%G#mgnE#mgkD#mgqk$OmUV',VW+*ZuXP,9e9Q*Z5b0()@W#(
   2.653 +`!r,*Zl@F,9\<a2)dQZ5!D(g3]&cN1,(C90J5"1z!%ol(zz+sA*T,:+T[,9e?W,UOf`,pt,i-mp5_*
   2.654 +uc%5().Dp&M=V*%LrsX$k*OP$O[:K#mgnE#mgnE#mgnE#mgqk$OdIU'G_Q++<_mP+sA'M)]BS2(`4)
   2.655 +-)^-:H,U+K[-ndD73BTDf5!:th3]8lO/1`D,/hJY,z/hR,(z!!",a*[)XN+sA-S+sJ3T,UF]_-RU;h
   2.656 +-R0`S)As>,'b_34&J,H`%LijU$k*LO$47(G#mgnE#mgnE$47+I$47+m$OdLW'G_K(*[)^N*uu@A*#T
   2.657 +Y6)B0b@+s\K_-R^Go0/bdP4?Yei4?GP_2)?s=.kNA*/M&IR!!!!O/cYkOz!!!rZ*ZcFG*ZuOH+<M^L
   2.658 +,9nK^-R^5b,U"0H)&F&''J:"1&J,H_%1EXR$O[:K#mgnE#mgnE#mgnF$47+J$47+m%1Wm]'G_T.+s\
   2.659 +BX+<_dI*#ot=+<i'V-RgGm.k<;12E<i\4$,Ja3&riO0JG(//M&J(/1W4N!!"W(zz)B'P6*Zc=B*?6%
   2.660 +>*?QFK,9nN_,pOZ\+W_R?(D[];'+tlh&.]9\$k*LO$OI+F#RC\A#mgnE#mq"G$4."G#mgtl%Ls$`(E
   2.661 +=PA,:"KY+s7mH*?QFL,UY#i/1W;)/MJt>3BB,[2`EZQ2)-U5-nQr!.P*,%-n#&q!%ol(z!!!!9)&X;
   2.662 +3*#fk:)]K_9*?Q@I+s\H\,9n<R*#TP/'eV*O&J,Ha%h9$W$OR4H#RCY?#6tJ>#RC_C#m^hC#RLeD#m
   2.663 +gtl%M9Hp*?cUP-71#`+sA0V,9nK^.4m,)0J>+81GgsI2`<KM1c.!A.O6&V+!)p_/1`;#,ldoF/hR,(
   2.664 +z!!!oS(`F>4)]K_8)B0Y8*$-.B+WqgM+<DL>'bh8m&2"M($k3XS$47(F#RC\@"pP89"pYA<#RC\A#6
   2.665 +tM?#RC\B$4@:q&f)?(*?ZIM,pjre-n-Pl-RUDq0/#%71,:U?1G^jD1c.!D0eb:2.iBHW-S$_u.k<,!
   2.666 +!!!!O/cYkOz!#cUi)&aG5)]BV5)B'P6*$$%@*ZQ1=(_mc!&eGR+%1<ON$4."F#m^eA#6tG;"U,)7"p
   2.667 +YA<#6tJ=#6tM?#71_E$P"d&(`=>6*?c[V.kE2#.Ocbp.P*/)0JG1:1GLU=0f1^C1Ggg>/1i>#.4ZYf
   2.668 +.P*,%.k</%!!"W(zz(`4),)&jM6)]K\5)B9\9*?6%>*#]\3((q/i%h1-"$OR1H#mgnD#RCY>"pP57"
   2.669 +U,&6"pP;;#6tJ=#RC\A$47.L&/$T1(`F>7+snci/1`;$.Ochu/M8\21G^jD1GCL9/hJ_20eOq+-mU2
   2.670 +i-m^&b.4Zr"/1N(K!%ol(z!!!!;'c.]+)]Kb:)]K\6)]Tk=*#ot=)]BP-&eGQ`/dr*q$4."F#mgkC#
   2.671 +R1J;"U,&5"U,)7"pYA<#RC\B$47+I%1NaV&2"\9*?67N.4Zr$/1`;#.P*,%0etRC2)I-E0/"q0.k2u
   2.672 +#.k2ng*@N3X-R0c\.jlhs.N\Wj/hR,(z!!!lQ(Dn&0*#ot=*#ot=*#ot>)]Te7)&X5(%h:3E$k!CL$
   2.673 +4."G#mghA#6k>8"U,&5"U5/8#6tJ>#mgnF$474P%1NdY/hS%_,:+W`.4Qet.Olnu/MAe51Gq'K2)I$
   2.674 +</1N(s,pOc],9e?\,9IjI,9e9V-R^>j+X$h</cYkOz!#HFf(`F;4*??.@*?H7D*ZlID*#fb5(DRSq/
   2.675 +hRSA$O[=L$4."F#RCY?"pP57"U5/8"pYA=#RLeD$47.K%1WgV&J>^/()\;C.46Ji-n-So.4Qo%0/,.
   2.676 +<2)[BN1+t1--6jWS)]Bb=+<;OB)':"I+!2UM,:+W[*WRfFzz(Ddf%)&jS:*ZcCE*ZuRK+X%pK*?5q7
   2.677 +()/AR%h9!U$k!CL$4."E#R:S="pP89"pP8:#6tM?#mgqG$O[CR%Ls*c'GE)9)''tN-RC)d-R^Dn/1i
   2.678 +M.0JbRE2`<KI.O?5Y)B0S3(`4/2)&F/1*$#q9)B9hD+sJ!H(+q3>z!!!!8'bhB#)BBh>+!;[L+X&!R
   2.679 +,U4HT*uZ"5(+p42&.T-X$k*LO$47(G#R:S="pP8:#6tJ=#7(SA$4.(J$k<aW%M]]n'G`;=*?lgV,U=
   2.680 +T\-RgMs/hSe30f([E0eOn',9@a@(Dmu*(`4)+()If*)&X5-)''b?+<2:3/hR,(z!!!ZE',DB&)]Tk@
   2.681 ++sJ-P+sS?Y,pOTV*ZQ"L()%8k&.T-Y%1EXQ$47%E#6tJ<#6tJ=#6tJ>#RLeD#mq%K%1Wm\'G_As(+p
   2.682 +LF+<r0X+sJ<].P*,%/M8\21,1F4-mg)Z*#]\3(Ddl((`4#('GhQ&(`+&.*$$%?*>TDC/cYkOz!"KJO
   2.683 +'GhW+)B^4J+s8!Q,U=Z^,U+ES*%i'D'G:rg%h9'Y$k!CK#m^eA#6tJ=#6tM?#RC\A#RLeE$4@:Q%hB
   2.684 +9e()7Q$)D3'S,:+W\+X8<_/1`>(/M8\..k2bg+W_XC)Aj;.(`*u*(`*u$)&X;-(E",2*??+<(B?'?z
   2.685 +z%1Ng^()Ro-*[2dP+WqpR,UF`_+sJ*K/f,38&ePZc%LijU$OR4I#RC\@#7(P?#RC\A#RC\B#mgqH$k
   2.686 +3^Y&/#]o()7T%/hS4h,:"KX+X\`j/1`;%.k)kk+sJ'M*?6":)&X8.(Ddl((D[f()&X5-)B'V:*#on5
   2.687 +!%ol(z!!!!+$kEsd)&aG7+<hpO+<_sT,UF`]*uusN()%>m&.]9\$k*OO$4."E#6tM?#RC_C#mgnD#m
   2.688 +gnF$471M%1a!]&Jc)q'G_N<*?ZON,9e<U,Ub/n.k2qp+sA*M*?#h7)B'G0)&O2,(Ddi%'c7c*)Aa51
   2.689 +)]]q>*>nhW/hR,(z!!!?5&JGlq)B'S=+s7sM+<i$U,pa]U*%i!@'G:rf%h9$W$k*IM#m^eA#6tM@#m
   2.690 +gnE#mgnF#mq"H$OdIR%M''^'G;&n/hS"]*ZuUK+!DgS-n6Vm,p=EO)]Te8(`=/-(`*u((D[f'()7Jt
   2.691 +(D[l*(E=>5*$$(?)uosk/cYkOz!!`i@&JQ$"*$$(C+<M[K+X/-U,U+?`/f#-6&ePZb%LrpV$k!CK#m
   2.692 +^eA#RC_C#mgqG$47+I$4@4M$k3XU%M'-`/hSak()\)5+<hpM+X89]-RL#\*ZQ+;)AsA/(Ddl((D[c%
   2.693 +(Ddi$'GD/q(`4).)]Kb;*$$"!!!"W(zz"UYVK'c.f1*Zc@D*??7F+X/*T+WqgY(D@Dn&J,H^%LidS$
   2.694 +OR1H#RC\A#RLeD#mgnE#mgqG$4@7N$k3[U%M16(&ebom(E"26+<_jL,UOi`,9\$G)AsD1)&F))()I`
   2.695 +%()@Z$()7Pu'GhT')&aD3)]Tk>*#\eW!%ol(z!!!!'"q(kN',V]0*ZZ=B*?H=G+<_mN+"eHJ'b_,i&
   2.696 +.]6\%1EXQ$4."E#RC\A#RC\B#mgkD#RLeD#n.4N$k*RT/hR\H&ebur)&jV?+sA'S-7'l[*?6"9)&O2
   2.697 +,(Ddl((Ddi&()@Z#'c%N!(E",0)B0Y:*$$%<)?9a;/hR,(z!!!3/#n.=V'Gqc1*$$%>*#p(D+X%s\/
   2.698 +f>H?&eGTb%h9'Y%1<ON#m^eA#7(S@#RC\A#RC\@#7(SA$4@4L$OdFR/eAR,',;<")&s_B,9nBX,U4B
   2.699 +N)]BS3(`4),(Ddl((Ddi&()7Q!'c%W))]Te9*??.A*??$u!!!!O/cYkOz!!!94%M03a(E420'bqT**
   2.700 +$67F+X%p[)Aj5)'+YTa%hB-Z$O[:J#RCY?#7(S?#RCY?"pY>:#6tPA#mq"H$k!Ir&.]<a',;?&*?QI
   2.701 +M,9e<U+<DOB)AsD1)&O5.(`=/,(`*u(()I`$()Rr0*?H7C*Zc=A*#nqY!!"W(zz"pbPE%hT?g)]BY5
   2.702 +)&=22*?H:F+<N3V)AX,'&eGTc%hB*W$jm=J#RCY?#R:S>#6kA9"U,&6"pP>>#mq%J/hR\H%hK?e'c@
   2.703 +r2*[2jT+sJ3Q*ul4<)B'J3)B'J2)&X8.(`=2.(`!i')B9e>*Zc@D*?6";z!%ol(zz#7(YJ&eY`j(De
   2.704 +,3()[r-(`aV<*ZcpP(_m\s&.fB`%LigS$OR.F#R:S>#6kD;"pG/6"U,&6"thM\/hSab$k<gZ&/,cs)
   2.705 +]Tk?+=&0V+sJ0O*?5t9)B0V6)B'M4)B'M4)&aA1(D[i+*$-1B*?H4?*#]^qz/hR,(z!!!!'#R_+S'b
   2.706 +M)o'GD5q()Ri((`=83/fPZE'+tlg%hB0\%1EUO#m^b@#6tJ="pP88"U,&5"U,)_/dVjl/di's&J5Nb
   2.707 +'H%u8+<_mO,U=WZ,9\*J*#on:)B0S5)B'M4)B'J2)&X;/(`=85*??+>)]KV2(E!2Q!!!!O/cYkOz!!
   2.708 +!91$OmX\'b_8p',2)o(Ddl))&aDG)&O,'&J,H`%hB-Y$k!CJ#6tJ=#6kA:"pP57"U,&5"U6Ra$47.K
   2.709 +$k*[[&.fEn+<DUI+X&'X-7'o^-6aKN*#fh9)B'M4)B'M4)AsG2)&X;0)]K_8)]9M3(Ddo)'`\46!!"
   2.710 +W(zz!!!<5%1j0f(`!i!'+trn'c.]()D3WZ(DRVs&.]<_%h9!V$OR.E#6tJ="pP89"pG/6"U,&6/dVj
   2.711 +l$k*OR%h]Kd&fi/<*$-4H,:"]d-RC&c+s%^C)]BV5)B'J3)&X;0)&X>1)&X>3)Aj8,(Ddl'()I_dz!
   2.712 +%ol(zz!!ruA%M9Bj(Ddc!&ebup()If*)D2jC().Do&.fB`%1EXQ$47%D#RCY>"pP88"pG28#6ujf#n
   2.713 +.4O%1Ws_'GD,q,9n0L+X/6[-n-_t-mg8f*?5t8)&aA1)&X;0)&X;0)&X8-(`F2-(Dmu*()I`&(B=F8
   2.714 +z/hR,(zz!!ioA&/,`m()@Su'bqN#(Dn&0/f>QD'b_2l&.f?_%1E[R$OI(F#RCY?"pP8:#7(P@/hRM>
   2.715 +%hB3^&JGor'G_N2+rqaM,q(/j/2&M&-6scU)B'J2)&X;/(`=2-)&X;.(Ddl))&X5-)B0P1(E"%iz!!
   2.716 +!!O/cYkOzz#7:qP&el&t(`!i'(`=/.)B0Y9/hSb/()%<5/hSae%LrmT$OR4I#m^eA#7(S@$4.%l$k3
   2.717 +^Y&el#q(E+/,*?cXK+<i*Z.Ocu(0.SFs*uu:=)&X;/(`4&*(Ddi(()@]&(Dn&0*#]\8*ul.9)&N>Rz
   2.718 +!!"W(zz!!!!($4[X]'c.c-(`+,0(`F>5*??.@)]K\J/hRhN&eZfL%hB'W$OR4I#mgnD#m^hE$SDr!&
   2.719 +JGiq(`484*?5tC,U+<U-7LDq.5E\6/h&+f)]Kb6(`*u)()@Z#'c%T%(Ddo*(E"24*#p%E+rhLB*WQ0
   2.720 +?z!%ol(zz!!!62%M09h)B9e:)B9\6*#ot?+!2OE*#feK'bqJt&eYd//e&7!$O[:K$47(H$4@1n&.oT
   2.721 +j()If+*??.?*$$1F+<W!\/1iP21c-p<-6jNK)B0G-(DRZ!'bqH!(Dmu+(`4),)&aD3)]]k<*Z5jrzz
   2.722 +/hR,(zz"UGGF&/5s"*$6.=)]BV6*?H:F+<V^F*#on6(Ddi#',2#j/hRVC$k!FN$OdCO%5'7F'G_N(*
   2.723 +$-1D+!)IG+<_mP,Uk5q/i#7@1G:.$*uZ"8*#0/$'GD/p'G_K%()@]&(`4,/)]K_9*#on8)'8hYz!!!
   2.724 +!O/cYkOz!!!!&#n.:U'Gh]/+!2C?)B9e@+sS?W+sJ'L+!)I@)]BP.()%>p&2#Rf%LimX%h0!Y/eJd5
   2.725 +(E4;5*ZlOL+<i$U,:4fe/1iM/1,CaC/0c5V(`450',)&n',;2r()I`&(Ddo*(`FA6*??.A*uZ%?+TM
   2.726 +KBz!!"W(zz!!!3-$kEsb(E=M?+W_XF+!DpW-R^>g-70l\+sJ'L*?5n5(_mc#&J>X-%hK6`/hR\f'G_
   2.727 +Q()]Tk@+X/3W,UOic-n?f"/hf"71,:R9,Tn'E)&3i!'GD,n'bhE"(D[f'(Dn#.)]Th<*ZlIE)]BkCz
   2.728 +z!%ol(zz!!``=&JGip+!`'T*?H@I,UFcb-n-Vr.4HMf,:"HR*#on9(`*u&'GD-4/hSai&hXk6()Ru1
   2.729 +*?QFK,:4`a-R^Do/hJS)/ho%70eXt!*?,q8',)#l'+trn'GV>u()Ic()&aG5)]^"C+WqjF)BpC+zz/
   2.730 +hR,(zz#RCqR'G_Q0,UFWV+X/-W,UFcb-n-Vr.OZPe+sJ!H*#fe6(Ddi&().Jt/e\p5'c%W')B9b=+!
   2.731 +DmT,pald-RgPu/1N,#/h\q7.3p&[*?5h.',)#l&eu)p'GV>u(Ddo+)]Kb;*ZlLK,9IaD+TMKBz!!!!
   2.732 +O/cYkOz!!!!*#n[jd(`OVD-7'l[+<_pQ,9nEY,UOld-7'l[+<MRB)]KV2(Ddi&'bqDt'GM8t(Dn#.*
   2.733 +$$(B+<r-X,:+]a-7:5m.Ocl#0/5(,-R9fO(_dVs',2)m',)#n'bqK"(Dn#.*$$(B+!;^O*Z?:Ozz!!
   2.734 +"W(zz!!rr?&Ju<$)^$@N,9@mI*??.E,9nEX-71&b,pXWT*?5t9)&F&('c%Q#'bqGu'bqH!(Dn&1*$$
   2.735 +%B+sS<U+X86W,pt/l.4[#'/g_nn+WV@6'bh>q'+trl',)#p'bqH!(Dn&0*$-.C+<haG*$P@_zz!%ol
   2.736 +(zz#mq(T)As>-(`a_?)B'M6*?6(@+X/*T,pai^+Wh^D)B'J0'bqGu'bqGu'GM5q'GM8t(`=51*#fh>
   2.737 ++<VgM+X80T,pk)k.k2qq,paiX)As;*'GM5p&eYfj&ebuo'GM8t(`4,0*??4E+W_mL,U<?izz/hR,(z
   2.738 +!!!!+$Ommj)AX)'(Dn,1(`4,.*?-%A+s\K],U4ES*#fb5)&F&''GM5p'GD/o',2)n'GV>t(Dn#.)&a
   2.739 +P;*ZuOH+sJ-P+=/B`-RU5d,pF<K(`*o$'GD,m&eblk',)#m'GM8t()@c,)]TqA+!DaT-ia5Iz!!!!O
   2.740 +/cYkOz!"0/E&/H*"(D[`"'c%W%(`!o,+!;aQ-6scY*ZuXL)AsP4()7Jr',)#m'GD)m',)#n'GM5r(D
   2.741 +dl))&jP:*?H4C+<VgN,:+`d-RU5g,p49I()7Mt'GM2o',)&n',2)n',)&o'c.W'(`se>*??4%zz!!"
   2.742 +W(zz%M'!\',D?"()7Mu()I]$(Dn#0*$-4G+X%sN,9RpC*$#q5().Dr',2)m&eYfi&J>`j',)&o()If
   2.743 +))&aJ7*??.A+X83X-7LAl.4?Pg+WV@8'c%Q"'GM5s'GhQ$'bqDs',)&n'GM<")]0J6'I!MWzz!%ol(
   2.744 +z!!!!1%M9<e()I]$'bh>s()7T$(`FA7*ZuUM+WqmL*#]\5)&<u&',)#l'+toj&eP]e&J5Tf&eboo()
   2.745 +Rl+)B'S9*uu@E+seQb.4HYp.4->`*#TP2(`*r)(`+#,(Ddi%'c%Q!'GM2o',;2q'HA)6+ohTCzz/hR
   2.746 +,(zz'bhAu()Ri'(_mf'()If+*ZuXP-RgMk,pjfW*#fb3'bqAp&eYfi&eYfh&J5Qc&.fEd',22t(Dn#
   2.747 +-)B0\=+!2[P-7LGq.k3"s-RU)W)]K_6(Dn&/)]BV2)&O8/(`+#)()@Ps&ebup)&X:lzz!!!!O/cYkO
   2.748 +z!!!!8()Ic&'c.]&(E").)AsJ9+s\Wi/h\h,.OZD]*ZGt4()7Jr&eYcg&J5Te&J5Qc&.oNg'bqK#(`
   2.749 +=52)]^"C+s\Nb.P*,%.k3"r,TRpG*#]b6)]BV6)]Th>*$#t9)&X>1(DRSs'GD)p'`\46zz!!"W(zz!
   2.750 +!!!:)&X;,'GhN#)&aG7+s/!U-nHu*1,:I5.jH/Y*ZGq5(DIPs'+toj&J5Wf&J5Te&J>]i'G_K%)&aG
   2.751 +7+!DdQ-7C>p/1iG*.k)hl+W_[D*#fk;)]Th<*ZlIE)]Te8)&=&''GM2n&J5Zizzz!%ol(zz!!!!:)A
   2.752 +sA/()e&/)]U%J,q(/m.kWM.0eY+/,U"9Q*#fe6(DRVu'+toj&eYfi&J5Tf&eYil()If+*$$%B+seTc
   2.753 +.kNA,/MA_,.4?Gd+!2OF*??.A+!)OJ+WqmL*#]_4'bqK!'b_2l&eb6Fzzz/hR,(zz!!!oU)B'G2)As
   2.754 +J6+t4rk.4Zr%0.nh//hSY%+sJ0M*#f_3(_mc"',2,o'+toi&eYfi'GV?!(`FG;*[)aR-7CDt0ekF=0
   2.755 +J>"/-6s`Y+!;XH*ZlLJ+X/*R+!)C?)Aa5-(`F2*'bV,k&HDe2zz!!!!O/cYkOzz!!!oU)B'M4)]g1N
   2.756 +.ki\/.OZi#0/"q1/1;eg+<_^E)AsD0(D[c$'bqDr',2,n',)&o()Il/*$?IQ,paog/M8\41,:R<0J>
   2.757 +",,U=QX+WhgL+<i$S+sA'N*ZH(9'cS#1*Zc79'+tlWzzz!!"W(zzz!#cao)B'P7*[)j]0ek10.P!)(
   2.758 +0/,"/-R9lZ*uu@@)&X8-()@Z#'bqGu'bh>s'c%Q%)&aV@,Uk/j.P*8/1GUaA1,1I;0/"h(-R9r_+sJ
   2.759 +6V,9nBU+!)RG+<2CA+!)LH*ul.7'+t9Fzzz!%ol(zzz!#cdq)]KnC,qUi+0JOt'-n6_u0.e\&-6s`V
   2.760 +*ZZ1<)&O/*()I`%()Rl(()Ri'(Dn&1*?Z^Y.P!,*1,C^B1c$pC0etL=0.SM"-RU/b,U=W[,9e9S+X&
   2.761 +!P+WhdK+W_dM*uc(5zzzz/hR,(zzz!#ljr*?HOW/ho"3/hSOt.4H\n-71)c+s.mK*ZZ4=)&F)*(D[c
   2.762 +&)&X;0)&aG5)^$=O-RgMp.kWP31G^gC1c$mB1,:O;/h/>"-mg5c,9e<U+X&!O+<M^M,9n<U+sJ3S*?
   2.763 +5stzzz!!!!O/cYkOzzz!#ljt,:+or0J5%1/1Del-m^/a+sJ3S+WhdI*#]\4(`4)+(Dn#,)&aG5*$$"
   2.764 +A+XAB_.P*2)0JYC?1GgpF1GU^@0ek=4.4Qbn,paf\!!!!B+WhaH+<_pQ,U4T\,U4HT+<CL_zzz!!"W
   2.765 +(zzzz)]]qA-S@220eY%-.k<"q-6sf[+WqmK)]Tk;)&X;.(Ddl))&O2.)&aG7*?Q@H,UFff/MAe61G^
   2.766 +jE2)R3H1GU^?/L`%r.4$5b,U39hz!$34)+X/*Y-RL,c,U=KUzzzz!%ol(zzzz!$NL80f(U@/L`&!.O
   2.767 +c_m-7:&a,9.XA)]BP2'c%Q#(Ddo*(`=21)]Ke>+sJ6X,pt2q0/>=>1GgsH1c.!D0eOn&-RU;h,pWHj
   2.768 +zz+!2[N+sSHb-71&c,pai;zzzz/hR,(zzzz!$NdD1G^^:-m^)b-6jc`.4?Mg)&=#*()@W!'bhAs()I
   2.769 +`')&aJ8*ZcCI,paoe.kWG.1,:XB1c7*H1GLR8/L`(s-RU5@zzz*[2jS,V(Dp-RU;j.0'>Jzzz!!!!O
   2.770 +/cYkOzzzz!$NgI0eY"%,9e9U,:+W^+<;I?(`*l#'+trk'+trm'c%T&)&jP9*ZuUO-71/l/M8_31,C^
   2.771 +B1,C[>0.SP%.4?Smzzz!!!!?+=&3Y.P!"s.P*+Nzzzz!!"W(zzzzz+t,&q.jcSf+s.sP+sS9Q)]TY.
   2.772 +',2&k&J5Tf&J5Zk'c%T&)B'P8*ZuXP,q(/l/MA_21,1L=0/,(2zzzzzz+seNb/hJM'/M7#'zzzz!%o
   2.773 +l(zzzzz!!"Jt,pFKT*uuII+<;IA)]'5+'G1le%hK9`&J5Wh'GVAt)&O>4*ZuXP-7:2j.kWD+/h\e*/
   2.774 +H>bNzzzzz!!!!F-6t<"/1N>,zzzzz/hR,(zzzzz!!"Dn+s7mE)B9h?*#on8(Ddl'&ebcf&.fBb&J>c
   2.775 +m'GV;t(`=53*?QFK,U=`^,q:Aq/1N(Kzzzzzz!!!!F,r./(/2.&(zzzz!!!!O/cYkOzzzzz!$ij6*Z
   2.776 +>n7)]BY6(`*r(()7Mt',)#m&eYfi'GV>u'c%Pb)&aIpz,U4N[zzzzzzzz!!!!D0JFq,0)ttPzzzz!!
   2.777 +"W(zzzzzz+<r$N(`4/1)&X5-()@]%'`\46z!!!!5zzzzzzzzzzzzz!!"5q.kE1Nzzzzz!%ol(zzzzz
   2.778 +!!!!>+<MR?(`+#+(Ddi%'bp]Kzzzzzzzzzzzzzzzzzzzzzzz/hR,(zzzzz!!!rY*Z>n6(`<;i().Gs
   2.779 +'EA+5zzzzzzzzzzzzzzzzzzzzzz!!!!O/hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//
   2.780 +hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb
   2.781 +//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSb//hSa~>
   2.782 +InterpretLevel1 not {
   2.783 +  grestore
   2.784 +} if
   2.785 +grestore
   2.786 +%%%%EndImage
   2.787 +1.000 UL
   2.788 +LTb
   2.789 +1.000 UP
   2.790 +1.000 UL
   2.791 +LTb
   2.792 +stroke
   2.793 +grestore
   2.794 +end
   2.795 +showpage
   2.796 +%%Trailer
   2.797 +%%DocumentFonts: Helvetica
