blob: f153f0d7701c0ecb8d6ec93e16dcc8b896b67b69 [file] [log] [blame]
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: GNU libplot drawing library 4.1
%%Title: PostScript plot
%%CreationDate: Sat Dec 24 16:36:40 2005
%%DocumentData: Clean7Bit
%%LanguageLevel: 1
%%Pages: 1
%%PageOrder: Ascend
%%Orientation: Portrait
%%BoundingBox: 92 197 497 580
%%DocumentNeededResources: font Helvetica
%%DocumentSuppliedResources: procset GNU_libplot 1.0 0
%%EndComments
%%BeginDefaults
%%PageResources: font Helvetica
%%EndDefaults
%%BeginProlog
%%EndProlog
%%BeginSetup
%%IncludeResource: font Helvetica
/DrawDict 50 dict def
DrawDict begin
/ISOLatin1Encoding [
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
/parenleft/parenright/asterisk/plus/comma/minus/period/slash
/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
/guillemotright/onequarter/onehalf/threequarters/questiondown
/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
/yacute/thorn/ydieresis
] def
/reencodeISO {
dup dup findfont dup length dict begin
{ 1 index /FID ne { def }{ pop pop } ifelse } forall
/Encoding ISOLatin1Encoding def
currentdict end definefont
} def
/Helvetica reencodeISO def
%%BeginResource procset GNU_libplot 1.0 0
/none null def
/numGraphicParameters 17 def
/stringLimit 65535 def
/arrowHeight 8 def
/eoFillRule true def
/Begin { save numGraphicParameters dict begin } def
/End { end restore } def
/SetB {
dup type /nulltype eq {
pop
false /brushRightArrow idef
false /brushLeftArrow idef
true /brushNone idef
} {
/brushDashOffset idef
/brushDashArray idef
0 ne /brushRightArrow idef
0 ne /brushLeftArrow idef
/brushWidth idef
false /brushNone idef
} ifelse
} def
/SetCFg {
/fgblue idef
/fggreen idef
/fgred idef
} def
/SetCBg {
/bgblue idef
/bggreen idef
/bgred idef
} def
/SetF {
/printSize idef
/printFont idef
} def
/SetP {
dup type /nulltype eq {
pop true /patternNone idef
} {
/patternGrayLevel idef
patternGrayLevel -1 eq {
/patternString idef
} if
false /patternNone idef
} ifelse
} def
/BSpl {
0 begin
storexyn
newpath
n 1 gt {
0 0 0 0 0 0 1 1 true subspline
n 2 gt {
0 0 0 0 1 1 2 2 false subspline
1 1 n 3 sub {
/i exch def
i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
} for
n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
} if
n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
brushNone not { istroke } if
0 0 1 1 leftarrow
n 2 sub dup 1 sub dup rightarrow
} if
end
} dup 0 4 dict put def
/Circ {
newpath
0 360 arc
closepath
patternNone not { ifill } if
brushNone not { istroke } if
} def
/CBSpl {
0 begin
dup 2 gt {
storexyn
newpath
n 1 sub dup 0 0 1 1 2 2 true subspline
1 1 n 3 sub {
/i exch def
i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
} for
n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
patternNone not { ifill } if
brushNone not { istroke } if
} {
Poly
} ifelse
end
} dup 0 4 dict put def
/Elli {
0 begin
newpath
4 2 roll
translate
scale
0 0 1 0 360 arc
closepath
patternNone not { ifill } if
brushNone not { istroke } if
end
} dup 0 1 dict put def
/Line {
0 begin
2 storexyn
newpath
x 0 get y 0 get moveto
x 1 get y 1 get lineto
brushNone not { istroke } if
0 0 1 1 leftarrow
0 0 1 1 rightarrow
end
} dup 0 4 dict put def
/MLine {
0 begin
storexyn
newpath
n 1 gt {
x 0 get y 0 get moveto
1 1 n 1 sub {
/i exch def
x i get y i get lineto
} for
patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
brushNone not { istroke } if
0 0 1 1 leftarrow
n 2 sub dup n 1 sub dup rightarrow
} if
end
} dup 0 4 dict put def
/Poly {
3 1 roll
newpath
moveto
-1 add
{ lineto } repeat
closepath
patternNone not { ifill } if
brushNone not { istroke } if
} def
/Rect {
0 begin
/t exch def
/r exch def
/b exch def
/l exch def
newpath
l b moveto
l t lineto
r t lineto
r b lineto
closepath
patternNone not { ifill } if
brushNone not { istroke } if
end
} dup 0 4 dict put def
/Text {
ishow
} def
/idef {
dup where { pop pop pop } { exch def } ifelse
} def
/ifill {
0 begin
gsave
patternGrayLevel -1 ne {
fgred bgred fgred sub patternGrayLevel mul add
fggreen bggreen fggreen sub patternGrayLevel mul add
fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
eoFillRule { eofill } { fill } ifelse
} {
eoFillRule { eoclip } { clip } ifelse
originalCTM setmatrix
pathbbox /t exch def /r exch def /b exch def /l exch def
/w r l sub ceiling cvi def
/h t b sub ceiling cvi def
/imageByteWidth w 8 div ceiling cvi def
/imageHeight h def
bgred bggreen bgblue setrgbcolor
eoFillRule { eofill } { fill } ifelse
fgred fggreen fgblue setrgbcolor
w 0 gt h 0 gt and {
l b translate w h scale
w h true [w 0 0 h neg 0 h] { patternproc } imagemask
} if
} ifelse
grestore
end
} dup 0 8 dict put def
/istroke {
gsave
brushDashOffset -1 eq {
[] 0 setdash
1 setgray
} {
brushDashArray brushDashOffset setdash
fgred fggreen fgblue setrgbcolor
} ifelse
brushWidth setlinewidth
originalCTM setmatrix
stroke
grestore
} def
/ishow {
0 begin
gsave
fgred fggreen fgblue setrgbcolor
/fontDict printFont findfont printSize scalefont dup setfont def
/descender fontDict begin 0 /FontBBox load 1 get FontMatrix end
transform exch pop def
/vertoffset 1 printSize sub descender sub def {
0 vertoffset moveto show
/vertoffset vertoffset printSize sub def
} forall
grestore
end
} dup 0 3 dict put def
/patternproc {
0 begin
/patternByteLength patternString length def
/patternHeight patternByteLength 8 mul sqrt cvi def
/patternWidth patternHeight def
/patternByteWidth patternWidth 8 idiv def
/imageByteMaxLength imageByteWidth imageHeight mul
stringLimit patternByteWidth sub min def
/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
patternHeight mul patternHeight max def
/imageHeight imageHeight imageMaxHeight sub store
/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
0 1 imageMaxHeight 1 sub {
/y exch def
/patternRow y patternByteWidth mul patternByteLength mod def
/patternRowString patternString patternRow patternByteWidth getinterval def
/imageRow y imageByteWidth mul def
0 patternByteWidth imageByteWidth 1 sub {
/x exch def
imageString imageRow x add patternRowString putinterval
} for
} for
imageString
end
} dup 0 12 dict put def
/min {
dup 3 2 roll dup 4 3 roll lt { exch } if pop
} def
/max {
dup 3 2 roll dup 4 3 roll gt { exch } if pop
} def
/midpoint {
0 begin
/y1 exch def
/x1 exch def
/y0 exch def
/x0 exch def
x0 x1 add 2 div
y0 y1 add 2 div
end
} dup 0 4 dict put def
/thirdpoint {
0 begin
/y1 exch def
/x1 exch def
/y0 exch def
/x0 exch def
x0 2 mul x1 add 3 div
y0 2 mul y1 add 3 div
end
} dup 0 4 dict put def
/subspline {
0 begin
/movetoNeeded exch def
y exch get /y3 exch def
x exch get /x3 exch def
y exch get /y2 exch def
x exch get /x2 exch def
y exch get /y1 exch def
x exch get /x1 exch def
y exch get /y0 exch def
x exch get /x0 exch def
x1 y1 x2 y2 thirdpoint
/p1y exch def
/p1x exch def
x2 y2 x1 y1 thirdpoint
/p2y exch def
/p2x exch def
x1 y1 x0 y0 thirdpoint
p1x p1y midpoint
/p0y exch def
/p0x exch def
x2 y2 x3 y3 thirdpoint
p2x p2y midpoint
/p3y exch def
/p3x exch def
movetoNeeded { p0x p0y moveto } if
p1x p1y p2x p2y p3x p3y curveto
end
} dup 0 17 dict put def
/storexyn {
/n exch def
/y n array def
/x n array def
n 1 sub -1 0 {
/i exch def
y i 3 2 roll put
x i 3 2 roll put
} for
} def
/arrowhead {
0 begin
transform originalCTM itransform
/taily exch def
/tailx exch def
transform originalCTM itransform
/tipy exch def
/tipx exch def
/dy tipy taily sub def
/dx tipx tailx sub def
/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
gsave
originalCTM setmatrix
tipx tipy translate
angle rotate
newpath
arrowHeight neg arrowWidth 2 div moveto
0 0 lineto
arrowHeight neg arrowWidth 2 div neg lineto
patternNone not {
originalCTM setmatrix
/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
arrowWidth div def
/padtail brushWidth 2 div def
tipx tipy translate
angle rotate
padtip 0 translate
arrowHeight padtip add padtail add arrowHeight div dup scale
arrowheadpath
ifill
} if
brushNone not {
originalCTM setmatrix
tipx tipy translate
angle rotate
arrowheadpath
istroke
} if
grestore
end
} dup 0 9 dict put def
/arrowheadpath {
newpath
arrowHeight neg arrowWidth 2 div moveto
0 0 lineto
arrowHeight neg arrowWidth 2 div neg lineto
} def
/leftarrow {
0 begin
y exch get /taily exch def
x exch get /tailx exch def
y exch get /tipy exch def
x exch get /tipx exch def
brushLeftArrow { tipx tipy tailx taily arrowhead } if
end
} dup 0 4 dict put def
/rightarrow {
0 begin
y exch get /tipy exch def
x exch get /tipx exch def
y exch get /taily exch def
x exch get /tailx exch def
brushRightArrow { tipx tipy tailx taily arrowhead } if
end
} dup 0 4 dict put def
%%EndResource
%%EndSetup
%%Page: 1 1
%%PageResources: font Helvetica
%%PageBoundingBox: 92 197 497 580
%%BeginPageSetup
%I Idraw 8
Begin
%I b u
%I cfg u
%I cbg u
%I f u
%I p u
%I t
[ 1 0 0 1 0 0 ] concat
/originalCTM matrix currentmatrix def
/trueoriginalCTM matrix currentmatrix def
%%EndPageSetup
Begin %I Rect
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I
2304 2304 9216 9216 Rect
End
Begin %I Text
%I cfg Black
0 0 0 SetCFg
%I f -*-helvetica-medium-r-normal-*-18-*-*-*-*-*-*-*
/Helvetica 18.144000 SetF
%I t
[ 1 0 0 1 115.5459 214.1855 ] concat
%I
[
(0.00)
] Text
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2304 9216
2304 9078
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2304 2304
2304 2442
2 MLine
End
Begin %I Text
%I cfg Black
0 0 0 SetCFg
%I f -*-helvetica-medium-r-normal-*-18-*-*-*-*-*-*-*
/Helvetica 18.144000 SetF
%I t
[ 1 0 0 1 173.1459 214.1855 ] concat
%I
[
(0.05)
] Text
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
3456 9216
3456 9078
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
3456 2304
3456 2442
2 MLine
End
Begin %I Text
%I cfg Black
0 0 0 SetCFg
%I f -*-helvetica-medium-r-normal-*-18-*-*-*-*-*-*-*
/Helvetica 18.144000 SetF
%I t
[ 1 0 0 1 230.7459 214.1855 ] concat
%I
[
(0.10)
] Text
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
4608 9216
4608 9078
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
4608 2304
4608 2442
2 MLine
End
Begin %I Text
%I cfg Black
0 0 0 SetCFg
%I f -*-helvetica-medium-r-normal-*-18-*-*-*-*-*-*-*
/Helvetica 18.144000 SetF
%I t
[ 1 0 0 1 288.3459 214.1855 ] concat
%I
[
(0.15)
] Text
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
5760 9216
5760 9078
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
5760 2304
5760 2442
2 MLine
End
Begin %I Text
%I cfg Black
0 0 0 SetCFg
%I f -*-helvetica-medium-r-normal-*-18-*-*-*-*-*-*-*
/Helvetica 18.144000 SetF
%I t
[ 1 0 0 1 345.9459 214.1855 ] concat
%I
[
(0.20)
] Text
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
6912 9216
6912 9078
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
6912 2304
6912 2442
2 MLine
End
Begin %I Text
%I cfg Black
0 0 0 SetCFg
%I f -*-helvetica-medium-r-normal-*-18-*-*-*-*-*-*-*
/Helvetica 18.144000 SetF
%I t
[ 1 0 0 1 403.5459 214.1855 ] concat
%I
[
(0.25)
] Text
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
8064 9216
8064 9078
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
8064 2304
8064 2442
2 MLine
End
Begin %I Text
%I cfg Black
0 0 0 SetCFg
%I f -*-helvetica-medium-r-normal-*-18-*-*-*-*-*-*-*
/Helvetica 18.144000 SetF
%I t
[ 1 0 0 1 461.1459 214.1855 ] concat
%I
[
(0.30)
] Text
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
9216 9216
9216 9078
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
9216 2304
9216 2442
2 MLine
End
Begin %I Text
%I cfg Black
0 0 0 SetCFg
%I f -*-helvetica-medium-r-normal-*-18-*-*-*-*-*-*-*
/Helvetica 18.144000 SetF
%I t
[ 1 0 0 1 92.19974 229.8568 ] concat
%I
[
(-0.2)
] Text
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
9216 2304
9078 2304
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2304 2304
2442 2304
2 MLine
End
Begin %I Text
%I cfg Black
0 0 0 SetCFg
%I f -*-helvetica-medium-r-normal-*-18-*-*-*-*-*-*-*
/Helvetica 18.144000 SetF
%I t
[ 1 0 0 1 102.7958 298.9768 ] concat
%I
[
(0.0)
] Text
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
9216 3686
9078 3686
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2304 3686
2442 3686
2 MLine
End
Begin %I Text
%I cfg Black
0 0 0 SetCFg
%I f -*-helvetica-medium-r-normal-*-18-*-*-*-*-*-*-*
/Helvetica 18.144000 SetF
%I t
[ 1 0 0 1 102.7958 368.0968 ] concat
%I
[
(0.2)
] Text
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
9216 5069
9078 5069
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2304 5069
2442 5069
2 MLine
End
Begin %I Text
%I cfg Black
0 0 0 SetCFg
%I f -*-helvetica-medium-r-normal-*-18-*-*-*-*-*-*-*
/Helvetica 18.144000 SetF
%I t
[ 1 0 0 1 102.7958 437.2168 ] concat
%I
[
(0.4)
] Text
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
9216 6451
9078 6451
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2304 6451
2442 6451
2 MLine
End
Begin %I Text
%I cfg Black
0 0 0 SetCFg
%I f -*-helvetica-medium-r-normal-*-18-*-*-*-*-*-*-*
/Helvetica 18.144000 SetF
%I t
[ 1 0 0 1 102.7958 506.3368 ] concat
%I
[
(0.6)
] Text
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
9216 7834
9078 7834
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2304 7834
2442 7834
2 MLine
End
Begin %I Text
%I cfg Black
0 0 0 SetCFg
%I f -*-helvetica-medium-r-normal-*-18-*-*-*-*-*-*-*
/Helvetica 18.144000 SetF
%I t
[ 1 0 0 1 102.7958 575.4568 ] concat
%I
[
(0.8)
] Text
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
9216 9216
9078 9216
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2304 9216
2442 9216
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
9216 2304
9161 2304
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2304 2304
2359 2304
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
9216 2995
9161 2995
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2304 2995
2359 2995
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
9216 3686
9161 3686
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2304 3686
2359 3686
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
9216 4378
9161 4378
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2304 4378
2359 4378
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
9216 5069
9161 5069
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2304 5069
2359 5069
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
9216 5760
9161 5760
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2304 5760
2359 5760
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
9216 6451
9161 6451
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2304 6451
2359 6451
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
9216 7142
9161 7142
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2304 7142
2359 7142
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
9216 7834
9161 7834
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2304 7834
2359 7834
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
9216 8525
9161 8525
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2304 8525
2359 8525
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
9216 9216
9161 9216
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2304 9216
2359 9216
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 34952
1 0 0 [ 1.48 4.43 ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2304 3686
9216 3686
2 MLine
End
Begin %I MLine
[0.324 0 0 0.324 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2239 4658
2369 4788
2 MLine
End
Begin %I MLine
[0.324 0 0 0.324 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
2369 4658
2239 4788
2 MLine
End
Begin %I MLine
[0.324 0 0 0.324 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
4543 8460
4673 8590
2 MLine
End
Begin %I MLine
[0.324 0 0 0.324 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
4673 8460
4543 8590
2 MLine
End
Begin %I MLine
[0.324 0 0 0.324 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
8460 2930
8590 3060
2 MLine
End
Begin %I MLine
[0.324 0 0 0.324 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
8590 2930
8460 3060
2 MLine
End
Begin %I MLine
[0.324 0 0 0.324 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
9151 4658
9281 4788
2 MLine
End
Begin %I MLine
[0.324 0 0 0.324 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 2
9281 4658
9151 4788
2 MLine
End
Begin %I MLine
[0.6776471 0 0 0.6776471 0 0 ] trueoriginalCTM originalCTM
concatmatrix pop
0 setlinecap 0 setlinejoin 10.43 setmiterlimit
/eoFillRule true def
%I b 65535
1 0 0 [ ] 0 SetB
%I cfg Black
0 0 0 SetCFg
%I cbg White
1 1 1 SetCBg
%I p
none SetP
%I t
[0.05 0 0 0.05 18 108 ] concat
%I 101
2304 4723
2373 4920
2442 5115
2511 5308
2580 5499
2650 5687
2719 5872
2788 6054
2857 6232
2926 6406
2995 6576
3064 6741
3133 6901
3203 7056
3272 7205
3341 7348
3410 7485
3479 7616
3548 7739
3617 7855
3686 7964
3756 8065
3825 8157
3894 8241
3963 8316
4032 8381
4101 8437
4170 8484
4239 8519
4308 8545
4378 8559
4447 8563
4516 8554
4585 8534
4654 8502
4723 8458
4792 8402
4861 8335
4931 8258
5000 8171
5069 8075
5138 7970
5207 7857
5276 7736
5345 7608
5414 7473
5484 7332
5553 7185
5622 7033
5691 6876
5760 6716
5829 6552
5898 6385
5967 6215
6036 6043
6106 5870
6175 5696
6244 5522
6313 5348
6382 5174
6451 5002
6520 4831
6589 4663
6659 4497
6728 4335
6797 4177
6866 4022
6935 3873
7004 3729
7073 3591
7142 3460
7212 3335
7281 3218
7350 3109
7419 3009
7488 2918
7557 2836
7626 2764
7695 2703
7764 2654
7834 2615
7903 2590
7972 2577
8041 2577
8110 2591
8179 2619
8248 2663
8317 2721
8387 2796
8456 2887
8525 2995
8594 3120
8663 3261
8732 3416
8801 3582
8870 3758
8940 3943
9009 4133
9078 4328
9147 4525
9216 4723
101 MLine
End
%%PageTrailer
End %I eop
showpage
%%Trailer
end
%%EOF