RoboSkate-RL / documentation / Report / images / Hardcoded_agent.eps
Hardcoded_agent.eps
Raw
%!PS-Adobe-3.0 EPSF-3.0
%%HiResBoundingBox: 0.000000 0.000000 981.000000 387.000000
%APL_DSC_Encoding: UTF8
%APLProducer: (Version 10.16 (Build 20E241) Quartz PS Context)
%%Title: (Unknown)
%%Creator: (Unknown)
%%CreationDate: (Unknown)
%%For: (Unknown)
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%Pages: 1
%%BoundingBox: 0 0 981 387
%%EndComments
%%BeginProlog
%%BeginFile: cg-pdf.ps
%%Copyright: Copyright 2000-2004 Apple Computer Incorporated.
%%Copyright: All Rights Reserved.
currentpacking true setpacking
/cg_md 141 dict def
cg_md begin
/L3? languagelevel 3 ge def
/bd{bind def}bind def
/ld{load def}bd
/xs{exch store}bd
/xd{exch def}bd
/cmmtx matrix def
mark
/sc/setcolor
/scs/setcolorspace
/dr/defineresource
/fr/findresource
/T/true
/F/false
/d/setdash
/w/setlinewidth
/J/setlinecap
/j/setlinejoin
/M/setmiterlimit
/i/setflat
/rc/rectclip
/rf/rectfill
/rs/rectstroke
/f/fill
/f*/eofill
/sf/selectfont
/s/show
%/as/ashow
/xS/xshow
/yS/yshow
/xyS/xyshow
/S/stroke
/m/moveto
/l/lineto
/c/curveto
/h/closepath
/n/newpath
/q/gsave
/Q/grestore
counttomark 2 idiv
%dup (number of ld's = )print == flush	% *** how many 
{ld}repeat pop
/SC{	% CSname
    /ColorSpace fr scs
}bd
/sopr /setoverprint where{pop/setoverprint}{/pop}ifelse ld
/soprm /setoverprintmode where{pop/setoverprintmode}{/pop}ifelse ld
/cgmtx matrix def
/sdmtx{cgmtx currentmatrix pop}bd
/CM {cgmtx setmatrix}bd		% pop the ctm: our gstate ctm on host is now identity
/cm {cmmtx astore CM concat}bd	% reset the matrix and then concat
/W{clip newpath}bd
/W*{eoclip newpath}bd

statusdict begin product end dup (HP) anchorsearch{
    pop pop pop	% pop off the search results
    true
}{
    pop	% previous search result
   (hp) anchorsearch{
	pop pop true
    }{
	pop false
    }ifelse
}ifelse

{	% HP is the product: we use this method of stroking because of a bug in their clone printers with certain T3 fonts
    { 
	{ % charCode Wx Wy
	    pop pop % charCode
	    (0)dup 0 4 -1 roll put
	    F charpath
	}cshow
    }
}{
    {F charpath}
}ifelse
/cply exch bd
/cps {cply stroke}bd
/pgsave 0 def
/bp{/pgsave save store}bd
/ep{pgsave restore showpage}def		% dont' bind
/re{4 2 roll m 1 index 0 rlineto 0 exch rlineto neg 0 rlineto h}bd

/scrdict 10 dict def
/scrmtx matrix def
/patarray 0 def
/createpat{patarray 3 1 roll put}bd
/makepat{
scrmtx astore pop
gsave
initgraphics
CM 
patarray exch get
scrmtx
makepattern
grestore
setpattern
}bd

/cg_BeginEPSF{
    userdict save/cg_b4_Inc_state exch put
    userdict/cg_endepsf/cg_EndEPSF load put
    count userdict/cg_op_count 3 -1 roll put 
    countdictstack dup array dictstack userdict/cg_dict_array 3 -1 roll put
    3 sub{end}repeat
    /showpage {} def
    0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin
    10 setmiterlimit [] 0 setdash newpath
    false setstrokeadjust false setoverprint	% don't use F
}bd
/cg_EndEPSF{
  countdictstack 3 sub { end } repeat
  cg_dict_array 3 1 index length 3 sub getinterval
  {begin}forall
  count userdict/cg_op_count get sub{pop}repeat
  userdict/cg_b4_Inc_state get restore
  F setpacking
}bd

/cg_biproc{currentfile/RunLengthDecode filter}bd
/cg_aiproc{currentfile/ASCII85Decode filter/RunLengthDecode filter}bd
/ImageDataSource 0 def
L3?{
    /cg_mibiproc{pop pop/ImageDataSource{cg_biproc}def}bd
    /cg_miaiproc{pop pop/ImageDataSource{cg_aiproc}def}bd
}{
    /ImageBandMask 0 def
    /ImageBandData 0 def
    /cg_mibiproc{
	string/ImageBandMask xs
	string/ImageBandData xs
	/ImageDataSource{[currentfile/RunLengthDecode filter dup ImageBandMask/readstring cvx
	    /pop cvx dup ImageBandData/readstring cvx/pop cvx]cvx bind}bd
    }bd
    /cg_miaiproc{	
	string/ImageBandMask xs
	string/ImageBandData xs
	/ImageDataSource{[currentfile/ASCII85Decode filter/RunLengthDecode filter
	    dup ImageBandMask/readstring cvx
	    /pop cvx dup ImageBandData/readstring cvx/pop cvx]cvx bind}bd
    }bd
}ifelse
/imsave 0 def
/BI{save/imsave xd mark}bd
/EI{imsave restore}bd
/ID{
counttomark 2 idiv
dup 2 add	% leave room for imagetype and imagematrix
dict begin
{def} repeat
pop		% remove mark
/ImageType 1 def
/ImageMatrix[Width 0 0 Height neg 0 Height]def
currentdict dup/ImageMask known{ImageMask}{F}ifelse exch
% currentdict on stack
L3?{
    dup/MaskedImage known
    { 
	pop
	<<
	    /ImageType 3
	    /InterleaveType 2
	    /DataDict currentdict
	    /MaskDict
	    <<  /ImageType 1
		/Width Width
		/Height Height
		/ImageMatrix ImageMatrix
		/BitsPerComponent 1
		/Decode [0 1]
		currentdict/Interpolate known
		{/Interpolate Interpolate}if
	    >>
	>>
    }if
}if
exch
{imagemask}{image}ifelse	
end	% pop imagedict from dict stack
}bd

/cguidfix{statusdict begin mark version end
{cvr}stopped{cleartomark 0}{exch pop}ifelse
2012 lt{dup findfont dup length dict begin
{1 index/FID ne 2 index/UniqueID ne and
{def} {pop pop} ifelse}forall
currentdict end definefont pop
}{pop}ifelse
}bd
/t_array 0 def
/t_i 0 def
/t_c 1 string def
/x_proc{ % x y
    exch t_array t_i get add exch moveto
    /t_i t_i 1 add store
}bd
/y_proc{ % x y
    t_array t_i get add moveto
    /t_i t_i 1 add store
}bd
/xy_proc{
        % x y
	t_array t_i 2 copy 1 add get 3 1 roll get 
	4 -1 roll add 3 1 roll add moveto
	/t_i t_i 2 add store
}bd
/sop 0 def		% don't bind sop
/cp_proc/x_proc ld 	% default moveto proc is for xwidths only
/base_charpath		% string array
{
    /t_array xs
    /t_i 0 def
    { % char
	t_c 0 3 -1 roll put
        currentpoint
	t_c cply sop
        cp_proc
    }forall
    /t_array 0 def
}bd
/sop/stroke ld		% default sop is stroke. Done here so we don't bind in /base_charpath 

% default sop is stroke
/nop{}def
/xsp/base_charpath ld
/ysp{/cp_proc/y_proc ld base_charpath/cp_proc/x_proc ld}bd
/xysp{/cp_proc/xy_proc ld base_charpath/cp_proc/x_proc ld}bd
/xmp{/sop/nop ld /cp_proc/x_proc ld base_charpath/sop/stroke ld}bd
/ymp{/sop/nop ld /cp_proc/y_proc ld base_charpath/sop/stroke ld}bd
/xymp{/sop/nop ld /cp_proc/xy_proc ld base_charpath/sop/stroke ld}bd
/refnt{ % newname encoding fontname
findfont dup length dict copy dup
/Encoding 4 -1 roll put 
definefont pop
}bd
/renmfont{ % newname fontname
findfont dup length dict copy definefont pop
}bd

L3? dup dup{save exch}if

% languagelevel2 ONLY code goes here

/Range 0 def
/DataSource 0 def
/val 0 def
/nRange 0 def
/mulRange 0 def
/d0 0 def
/r0 0 def
/di 0 def
/ri 0 def
/a0 0 def
/a1 0 def
/r1 0 def
/r2 0 def
/dx 0 def
/Nsteps 0 def
/sh3tp 0 def
/ymax 0 def
/ymin 0 def
/xmax 0 def
/xmin 0 def

/setupFunEval % funDict -- 	% this calculates and sets up a function dict for evaulation.
{
    begin
	/nRange Range length 2 idiv store
	/mulRange   % precompute the range data needed to map a sample value from the table to a range value
		    % this data looks like [ range0mul range0min range1mul range1min ... rangeN-1mul rangeN-1min ]
	[ 
	    0 1 nRange 1 sub
	    { % index
		    2 mul/nDim2 xd		% 2*dimension# we are dealing with
		    Range nDim2 get		% ymin
		    Range nDim2 1 add get	% ymin ymax 
		    1 index sub			% ymin (ymax-ymin)
						% xmin = 0, xmax = 255 (2^bitspersample - 1)
		    255 div			% ymin (ymax-ymin)/(xmax - xmin)
		    exch			% (ymax-ymin)/(xmax - xmin) ymin
	    }for
	]store
    end
}bd

/FunEval % val1 fundict -> comp1 comp2 ... compN
{
    begin
	% the value passed in is the base index into the table
	nRange mul /val xd	% compute the actual index to the table
				% since there are nRange entries per base index
	0 1 nRange 1 sub
	{
	    dup 2 mul/nDim2 xd % dim
	    val	% base value to use to do our lookup
	    add DataSource exch get %  lookedupval
	    mulRange nDim2 get mul 	% lookedupval*(ymax-ymin)/(xmax-xmin)
	    mulRange nDim2 1 add get % lookedupval*(ymax-ymin)/(xmax-xmin) ymin
	    add % interpolated result
	}for	% comp1 comp2 ... compN
    end
}bd

/max % a b -> max(a, b)
{
	2 copy lt
	{exch pop}{pop}ifelse
}bd

/sh2
{	% emulation of shading type 2. Assumes shading dictionary is top dictionary on the dict stack
	/Coords load aload pop 	% x0 y0 x1 y1
	3 index 3 index translate	% origin is now at beginning point of shading
					% x0 y0 x1 y1
	3 -1 roll sub	% x0 x1 y1-y0
	3 1 roll exch 	% y1-y0 x1 x0
	sub				% y1-y0 x1-x0
	2 copy
	dup mul exch dup mul add sqrt	% length of segment between two points
	dup
	scale  
	atan	% atan (dy/dx)
	%dup (rotation angle = )print ==
	rotate		% now line between 0,0 and 1,0 is the line perpendicular to which the axial lines are drawn					
	
	/Function load setupFunEval	% may need to setup function dictionary by calling setupFunEval
	
	% this is now specific to axial shadings. Compute the maximum bounds to fill
	clippath {pathbbox}stopped {0 0 0 0}if newpath 	% x0 y0 x1 y1
	/ymax xs
	/xmax xs
	/ymin xs
	/xmin xs
	currentdict/Extend known
	{
		/Extend load 0 get
		{	
			0/Function load FunEval sc	% evaluate the function to get a color and set it
			xmin ymin xmin abs ymax ymin sub rectfill
		}if
	}if
	% paint the rects. The sampling frequency is that of our table
	/Nsteps/Function load/Size get 0 get 1 sub store
	/dx 1 Nsteps div store
	gsave
		/di ymax ymin sub store
		/Function load
		% loop Nsteps + 1 times, incrementing the index by 1 each time
		0 1 Nsteps
		{
			1 index FunEval sc
			0 ymin dx di rectfill
			dx 0 translate
		}for
		pop	% pop our function
	grestore	% origin is back to start point
	currentdict/Extend known
	{
		/Extend load 1 get
		{	
			Nsteps/Function load FunEval sc	% last element
			1 ymin xmax 1 sub abs ymax ymin sub rectfill
		}if
	}if
}bd

/shp	% this paints our shape for shading type 3
{	% x1 r1 x0 r0 -
	4 copy

	% fill interior arc
	dup 0 gt{
		0 exch a1 a0 arc
	}{
		pop 0 moveto
	}ifelse

	dup 0 gt{
		0 exch a0 a1 arcn
	}{
		pop 0 lineto
	}ifelse
	
	fill

	% fill exterior arc
	dup 0 gt{
		0 exch a0 a1 arc
	}{
		pop 0 moveto
	}ifelse

	dup 0 gt{
		0 exch a1 a0 arcn
	}{
		pop 0 lineto
	}ifelse
	
	fill
}bd

/calcmaxs
{	% calculate maximum distance vector from origin to corner points
	% of bbox
	xmin dup mul ymin dup mul add sqrt		% (xmin2 + ymin2)
	xmax dup mul ymin dup mul add sqrt		% (xmax2 + ymin2)
	xmin dup mul ymax dup mul add sqrt		% (xmin2 + ymax2)
	xmax dup mul ymax dup mul add sqrt		% (xmax2 + ymax2)
	max max max								% maximum value
}bd

/sh3
{	% emulation of shading type 3. Assumes shading dictionary is top dictionary on the dict stack
	/Coords load aload pop 	% x0 y0 r1 x1 y1 r2
	5 index 5 index translate	% origin is now at first circle origin
	3 -1 roll 6 -1 roll sub		% y0 r1 y1 r2 dx
	3 -1 roll 5 -1 roll sub		% r1 r2 dx dy
	2 copy dup mul exch dup mul add sqrt
	/dx xs						% r1 r2 dx dy
	2 copy 0 ne exch 0 ne or
	{
		% r1 r2 dx dy
		exch atan rotate	% we are now rotated so dy is zero and positive values of dx move us as expected
	}{
		pop pop
	}ifelse
	% r1 r2		
	/r2 xs
	/r1 xs
	/Function load 
	dup/Size get 0 get 1 sub	% this is the size of our table minus 1
	/Nsteps xs		% at some point we should optimize this better so NSteps is based on needed steps for the device
	setupFunEval		% may need to setup function dictionary by calling setupFunEval
	% determine the case:
	% case 0: circle1 inside circle2
	% case 1: circle 2 inside circle 1
	% case 2: r1 = r2 
	% case 3: r1 != r2
	dx r2 add r1 lt{
		% circle 2 inside of circle 1
		0 
	}{
		dx r1 add r2 le
		{ % circle 1 inside of circle 2
			1
		}{ % circles don't contain each other
			r1 r2 eq
			{	% equal
				2
			}{ % r1 != r2
				3
			}ifelse		
		}ifelse
	}ifelse
	/sh3tp xs		% sh3tp has the number of our different cases
	clippath {pathbbox}stopped {0 0 0 0}if 
	newpath 	% x0 y0 x1 y1
	/ymax xs
	/xmax xs
	/ymin xs
	/xmin xs

	% Arc angle atan( sqrt((dx*dx + dy*dy) - dr*dr), dr)
	dx dup mul r2 r1 sub dup mul sub dup 0 gt
	{
		sqrt r2 r1 sub atan
		/a0 exch 180 exch sub store 
		/a1 a0 neg store 
	}{
		pop
		/a0 0 store
		/a1 360 store		
	}ifelse		

	currentdict/Extend known
	{
		/Extend load 0 get r1 0 gt and	% no need to extend if the radius of the first end is 0
		{	
			0/Function load FunEval sc	% evaluate the function to get a color and set it
			% case 0: circle1 inside circle2
			% case 1: circle 2 inside circle 1
			% case 2: circles don't contain each other and r1 == r2
			% case 3: circles don't contain each other and r1 != r2
			{ 
				{	% case 0
					dx 0 r1 360 0 arcn
					xmin ymin moveto
					xmax ymin lineto
					xmax ymax lineto
					xmin ymax lineto
					xmin ymin lineto
					eofill		% for the bigger radius we fill everything except our circle
				}
				{	% case 1
					r1 0 gt{0 0 r1 0 360 arc fill}if
				}
				{	% case 2
					% r1 == r2, extend 0
					% r3 = r, x3 = -(abs(minx) + r), x1 = 0
				
					% x(i+1) r(i+1) x(i) r(i) shp
					0 r1 xmin abs r1 add neg r1 shp
				}
				{	% case 3
					% no containment, r1 != r2
				
					r2 r1 gt{	% the endpoint we are drawing is that with a circle of zero radius
						% x(i+1) r(i+1) x(i) r(i) shp
						0 r1
						r1 neg r2 r1 sub div dx mul	% this is point of beginning circle
						0	% point of ending circle
						shp	% takes x(i+1) r(i+1) x(i) r(i)
					}{	% the first circle is the bigger of the two
						% we find a circle on our line which is outside the bbox in the
						% negative direction
						% x(i+1) r(i+1) x(i) r(i) shp
						0 r1 calcmaxs	% 0 r1 maxs
						dup
						% calculating xs: (-(maxs+r2)*x2)/(x2-(r1-r2))
						r2 add dx mul dx r1 r2 sub sub div
						neg				% maxs xs'
						exch 1 index	% xs' maxs xs'
						abs exch sub
						shp
					}ifelse
				} 
			}sh3tp get exec	% execute the extend at beginning proc for our shading type
		}if
	}if

	% now do the shading
	/d0 0 store
	/r0 r1 store
	/di dx Nsteps div store
	/ri r2 r1 sub Nsteps div store 
	/Function load 
	0 1 Nsteps
	{	% function t(i)
		1 index FunEval sc
		d0 di add r0 ri add d0 r0 shp
		{
		% fill interior arc
		d0 0 r0 a1 a0 arc
		d0 di add 0 r0 ri add a0 a1 arcn
		fill
		
		% fill exterior arc
		d0 0 r0 a0 a1 arc
		d0 di add 0 r0 ri add a1 a0 arcn
		fill
		}pop
		
		% advance to next
		/d0 d0 di add store
		/r0 r0 ri add store
	}for
	pop	% pop our function dict

	% handle Extend
	currentdict/Extend known
	{
		/Extend load 1 get r2 0 gt and	% no need to extend if the radius of the last end is 0
		{	
			Nsteps/Function load FunEval sc	% last element
			% case 0: circle1 inside circle2
			% case 1: circle 2 inside circle 1
			% case 2: circles don't contain each other and r1 == r2
			% case 3: circles don't contain each other and r1 != r2
			{ 
				{
					dx 0 r2 0 360 arc fill
				} 
				{
					dx 0 r2 360 0 arcn
					xmin ymin moveto
					xmax ymin lineto
					xmax ymax lineto
					xmin ymax lineto
					xmin ymin lineto
					eofill		% for the bigger radius we fill everything except our circle
				} 
				{	% r1 == r2, extend 1
					% r3 = r, x3 = (abs(xmax) + r), x1 = dx
					% x(i+1) r(i+1) x(i) r(i) shp
					xmax abs r1 add r1 dx r1 shp
				}	
				{	% no containment, r1 != r2
			
					r2 r1 gt{
						% we find a circle on our line which is outside the bbox in the
						% positive direction
						% x(i+1) r(i+1) x(i) r(i) shp
						calcmaxs dup	% maxs maxs
						% calculating xs: ((maxs+r1)*x2)/(x2-(r2-r1))
						r1 add dx mul dx r2 r1 sub sub div	% maxs xs
						exch 1 index	% xs maxs xs
						exch sub
						dx r2
						shp
					}{	% the endpoint we are drawing is that with a circle of zero radius
						% x(i+1) r(i+1) x(i) r(i) shp
						r1 neg r2 r1 sub div dx mul	% this is point of ending circle
						0		% radius of ending circle
						dx 		% point of starting circle
						r2		% radius of starting circle
						shp
					}ifelse
				}
			}			
			sh3tp get exec	% execute the extend at end proc for our shading type
		}if
	}if
}bd
/sh		% emulation of shfill operator for type 2 and type 3 shadings based on type 0 functions
{	% shadingDict --
	begin
		/ShadingType load dup dup 2 eq exch 3 eq or
		{	% shadingtype
			gsave
				newpath
				/ColorSpace load scs
				currentdict/BBox known
				{
					/BBox load aload pop	% llx lly urx ury
					2 index sub				% llx lly urx ury-lly
					3 index					% llx lly urx ury-lly llx
					3 -1 roll exch sub 
					exch rectclip
				}if
				2 eq
				{sh2}{sh3}ifelse
			grestore
		}{
			% shadingtype
			pop 
			(DEBUG: shading type unimplemented\n)print flush
		}ifelse
	end
}bd

% end of language level 2 ONLY code

{restore}if not dup{save exch}if
% languagelevel3 ONLY code goes here
	L3?{	% we do these loads conditionally or else they will fail on a level 2 printer
		/sh/shfill ld
		/csq/clipsave ld
		/csQ/cliprestore ld
	}if
{restore}if

%currentdict dup maxlength exch length sub (number of extra slots in md = )print == flush	% *** how many entries are free
end
setpacking
% count 0 ne { pstack(***extras on stack during prolog execution***\n)print flush}if	% *** BARK if anything is left on stack
%%EndFile
%%EndProlog
%%BeginSetup
%%EndSetup
%%Page: 1 1
%%PageBoundingBox: 0 0 981 387
%%BeginPageSetup
cg_md begin
bp
sdmtx
%RBIBeginFontSubset: HelveticaNeue
%!FontType1-1.0: HelveticaNeue 1.0000.1.0000
14 dict begin
/FontName /HelveticaNeue def
/PaintType 0 def
/Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
dup 33 /P put
dup 34 /hyphen put
dup 35 /c put
dup 36 /o put
dup 37 /n put
dup 38 /t put
dup 39 /r put
dup 40 /l put
dup 41 /e put
dup 42 /space put
dup 43 /f put
dup 44 /h put
dup 45 /j put
dup 46 /i put
dup 47 /s put
dup 48 /period put
dup 49 /T put
dup 50 /g put
dup 51 /m put
dup 52 /u put
dup 53 /a put
dup 54 /p put
dup 55 /v put
dup 56 /C put
dup 57 /fl put
dup 58 /d put
dup 59 /two put
dup 60 /three put
dup 61 /k put
dup 62 /w put
dup 63 /fi put
dup 64 /D put
dup 65 /x put
dup 66 /y put
dup 67 /S put
dup 68 /one put
readonly def
42/FontType resourcestatus{pop pop false}{true}ifelse
%APLsfntBegin
{currentfile 0(%APLsfntEnd\n)/SubFileDecode filter flushfile}if
/FontType 42 def
/FontMatrix matrix def
/FontBBox[1000 -951 1 index div -481 2 index div 1987 3 index div 1077 5 -1 roll div]cvx def
/sfnts [<
74727565000900000000000063767420000000000000009C000000186670676D00000000000000B400000428676C796600000000000004DC00001BC068656164000000000000209C000000366868656100000000000020D400000024686D747800000000000020F8000000946C6F6361000000000000218C0000004C6D61787000000000000021D8000000207072657000000000000021F80000004D14000014004B005A00000011FF3A000B0205000C02CA0011B800002C4BB800095058B101018E59B801FF85B844001DB9000900035F5E2DB800012C2020456944B001602DB800022CB800012A212DB800032C2046B003254652582359208A208A49648A204620686164B004254620686164525823658A592F20B00053586920B000545821B040591B6920B000545821B0406559593A2DB800042C2046B00425465258238A592046206A6164B0042546206A61645258238A592FFD2DB800052C4B20B0032650585158B080441BB04044591B21212045B0C05058B0C0441B2159592DB800062C2020456944B001602020457D691844B001602DB800072CB800062A2DB800082C4B20B003265358B0801BB040598A8A20B003265358B0022621B0C08A8A1B8A235920B0032653582321B801008A8A1B8A235920B80003265358B0032545B8014050582321B8014023211BB003254523212321591B2159442DB800092C4B535845441B2121592DB8000A2C4BB800095058B101018E59B801FF85B800441DB9000900035F5E2DB8000B2C2020456944B001602DB8000C2CB8000B2A212DB8000D2C2046B003254652582359208A208A49648A204620686164B004254620686164525823658A592F20B00053586920B000545821B040591B6920B000545821B0406559593A2DB8000E2C2046B00425465258238A592046206A6164B0042546206A61645258238A592FFD2DB8000F2C4B20B0032650585158B080441BB04044591B21212045B0C05058B0C0441B2159592DB800102C2020456944B001602020457D691844B001602DB800112CB800102A2DB800122C4B20B003265358B0801BB040598A8A20B0032653582321B0C08A8A1B8A235920B0032653582321B801008A8A1B8A235920B0032653582321B801408A8A1B8A235920B80003265358B0032545B8018050582321B8018023211BB003254523212321591B2159442DB800132C4B535845441B2121592DB800142C4BB800095058B101018E59B801FF85B800441DB9000900035F5E2DB800152C2020456944B001602DB800162CB800152A212DB800172C2046B003254652582359208A208A49648A204620686164B004254620686164525823658A592F20B00053586920B000545821B040591B6920B000545821B0406559593A2DB800182C2046B00425465258238A592046206A6164B0042546

206A61645258238A592FFD2DB800192C4B20B0032650585158B080441BB04044591B21212045B0C05058B0C0441B2159592DB8001A2C2020456944B001602020457D691844B001602DB8001B2CB8001A2A2DB8001C2C4B20B003265358B0401BB000598A8A20B0032653582321B0808A8A1B8A235920B0032653582321B800C08A8A1B8A235920B0032653582321B801008A8A1B8A235920B0032653582321B801408A8A1B8A235920B80003265358B0032545B8018050582321B8018023211BB003254523212321591B2159442DB8001D2C4B535845441B2121592D00020033000101CC02C8000300070065B800142BB800082FB800002FB8000810B80006D0B800062FB900020003F4B8000010B900040003F4B80009DC00B800014558B800042F1BB90004000A3E59B800014558B800052F1BB9000500043E59B8000410B900000002F4B8000510B900020002F4303101211121131121110199FECD013333FE67029AFD950299FD3902C70001003200EE0153013E0003000B00BA0000000100032B303113152135320121013E505000010053000000C2006F0003001BBA0003000000032BB800031000BA0000000100032BB8000010303137153335536F6F6F6F0000000100570000016402C5000A0023BA0001000900032BB800011000B800012FB800002FBA0007000800032BB800071030312111230E03231533110164410726374424B802C528341E0B44FE0400010018000001EE02C5002B0091B8002D2FBA0001000000032BB8000110B8002D10B80022DCB8000BDC410500DA000B00EA000B00025D411B0009000B0019000B0029000B0039000B0049000B0059000B0069000B0079000B0089000B0099000B00A9000B00B9000B00C9000B000D5DB8002210B80016D0B800162FB8000110B80018D0B800182F00BA0018001500032BBA0027000600032BB800271030311333263E0233321E0215140E02070E03072135213E03373E0335342E0223220E022C55010F2235251C322516172D442D254436230501CFFE940627374221213E301D233C512E38583B1C01CA203F321F12222F1D2538302F1C163242593F4B21332C2714152E39482F324C331B26435C000001001DFFF501FE02C5003E0123BA0010001100032BB8001010BA001B000800032BB8001B10410500DA000800EA000800025D411B0009000800190008002900080039000800490008005900080069000800790008008900080099000800A9000800B9000800C90008000D5DBA001F0011001B111239BA00220008001B111239B800222FBA002C00110010111239B8002C2FB8002DDCB8002210B80035DC410500DA003500EA003500025D411B0009003500190035002900350039003500490035005900350069003500790035008900350099003500A9003500B9003500C900

35000D5DB8001B10B80040DC00BA000D001600032BB8000D10BA0027003200032BB8002710BA003A000300032BB8003A10B8000310B80001D0B800012FBA001F0003003A111239B8003A10B8003DD0303113153633321E0215140E022322262723061E0233323E0235342627353E0135342E0223220E020733343E0233321615140E022B01222322DA181B20372818192A381F494C025501213E5836325942273F412A38213A4F2E3551361D02551021332236481625311B12050504019548031123332120332313574537563B1E1B365135405E0E02134A3031482E17223C54331F382A1939391C2C1D0F000001002BFFF002AA02DB0025006DBA001E000B00032BB8001E10411B0006001E0016001E0026001E0036001E0046001E0056001E0066001E0076001E0086001E0096001E00A6001E00B6001E00C6001E000D5D410500D5001E00E5001E00025D00BA0019001000032BB8001910BA0006002300032BB8000610303101332E0323220E0215141E0233323637230E0323222E0235343E0233321602445F08344E6438527F552C29527C53899E0E5F031E35492F405C3B1C1C3B5B404B6D01F339573A1E3B66894E4E88643996872C4C371F30516D3D386851304C0000000002004E0000029A02CA000E0019007DB8001B2FBA0001000F00032BB8000110B8001B10B80016DCB80007DC410500DA000700EA000700025D411B0009000700190007002900070039000700490007005900070069000700790007008900070099000700A9000700B9000700C90007000D5D00BA0000001000032BB8000010BA000F000100032BB8000F103031371133321E0215140E0423031133323E0235342623ADA0425A39191B2A35363010FDF559825428B2A550022A25476540425D3E241305027AFD36325F8B5AACA80000000002004E0000026202CA000800130089B800152FBA0001000900032BB8000110B8001510B80010DCB80005DC410500DA000500EA000500025D411B0009000500190005002900050039000500490005005900050069000500790005008900050099000500A9000500B9000500C90005000D5DB8000110B8000BD000B8000A2FBA0009000100032BB8000910BA0000000C00032BB800001030311311333216151406270111331133163635342623ADBA514B4B51FEE75FDA6C6F6F6C0174010643404044010156FD360124017064646F0000010025FFF0026302DB0039008DBA001E001F00032BB8001E10BA0029001400032BB8002910B8001E10B8000BDC410500DA001400EA001400025D411B0009001400190014002900140039001400490014005900140069001400790014008900140099001400A9001400B9001400C90014000D5DB80032DCB8002910B8003BDC00BA0019002400032BB8001910BA0006003700032BB80006

10303101332E0323220E0215141E0615140E0223222E023523141E0233323E0235342E0635343E0233321601EB5A0229475E37315D492C2741525552412720344120284C39235A2F516B3C31635033274152555241271B2D3A1E4A5F01F93B55381A19334F363141291913121D2E2527321D0C142A412D415F3D1E1733513935462E1B14111A2921232F1C0C45000000000100020000023D02CA00070027BA0003000000032BB800031000B800012FBA0006000700032BB8000610B8000710B80003D030311311331133352115F05FEEFDC5027AFD86027A5050000000020024FFF5020A021100300042015CB800142BBB00380003000D00182BBB002A0003001700182BB8001710B80005D0B800052F4111000600380016003800260038003600380046003800560038006600380076003800085D4105008500380095003800025DB8003810B900200003F4B9001F0003F4B8001710B900300003F4B8001710B80031D0B800312FB8002A10B80044DC00B800014558B800252F1BB9002500083E59B800014558B800022F1BB9000200043E59B800014558B800082F1BB9000800043E59BA000500020025111239B8002510B9001C0002F441050089001C0099001C00025D41110008001C0018001C0028001C0038001C0048001C0058001C0068001C0078001C00085DB8002510B8001FDCB8000210B9002E0002F441110007002E0017002E0027002E0037002E0047002E0057002E0067002E0077002E00085D41050086002E0096002E00025DBA003000020025111239BA003100020025111239B8003DD030312506232226350E0123222E0235343E02373E0335342E0223220607233E0333321E0215111416333237270E0515141E0233323E0235020A16272127235D36233F2E1B1E313F21233F301C152129143648035502243C4D2C2345382207140B0F8A1034393A2E1D111B24142A3C2612020D252A2A25102237272C3823120607070D19181C2212062939304229120A1F382DFEF61E1C05C70C0B0709142520151D12081723291200000000010024FFF501FA021100230079BA001C000B00032BB8001C10411B0006001C0016001C0026001C0036001C0046001C0056001C0066001C0076001C0086001C0096001C00A6001C00B6001C00C6001C000D5D410500D5001C00E5001C00025D00BA0017001000032BB8001710BA0006002100032BB8000610B80000DCB8001010B80014DC303101332E0323220E0215141E0233323637230E0123222E0235343E02333216019F5805263B4D2C3D5C3D1E1F3D5B3B63730E5708473F283A241110253E2E3640015F2E432C152B4B653A3A61462668603C4220354424274938223600000000020024FFF5020E02CA0013002C00BBB8002D2FBA0015001600032BB8001510B8002D10B80022D0B800222F

B80000DC411B0006000000160000002600000036000000460000005600000066000000760000008600000096000000A6000000B6000000C60000000D5D410500D5000000E5000000025DB8001610B8000AD0B8000A2FB8001610B80018D0B800182FB8001610B8002AD0B8002A2FBA002B00220015111239B8001610B8002CD000B800152FBA000F002700032BB8000F10BA001D000500032BB8001D10303137343E0233321E0215140E0223222E0205112311232E0323220E0215141E023332363733157E10243C2B2C3E271211263C2B293D2713019055020E292E2E143B593B1D1E3B593C365A1502FE264838222136472624463722203645DA02CAFEF6171F13082B49623737624A2C262B46000000020024FFF502030211000A0026005BBA0014001F00032BB8001410BA0015000000032BB8001510B8001410B80001D0B8000010B8000CD0B8000C2F00BA000F002400032BB8000F10BA001A000600032BB8001A10BA0001001400032BB8000110B8002410B8000CDC303101213E0333321E0217230E0123222E023721362E0223220E02151E0333323601A7FED702162635212035271754540B45362A3E28120101830215375B4535594124021F3E5B3E587401341E352817172736AE33321C2F3D222F6858392848623B3B644828580001000C0000012902D20017004FBA0003000000032BB8000310B80006D0B8000010B8000DDCB8000010B80014D000B800012FBA0011000A00032BB8001110BA0015000000032BB8001510B8000010B80003D0B8001510B80005D030311311331133352335343633321617352E012322061D01231563556464221F0B1A0B0C1F0C46495701BAFE4601BA4B48221803044A0404413F4D4B0000020024FF2F01FE02110028003C00BDBA002E000C00032BB8002E10BA0001000200032BB8000110B8000210B80038D0B800382FBA000400020038111239B8000210B80015D0411B0006002E0016002E0026002E0036002E0046002E0056002E0066002E0076002E0086002E0096002E00A6002E00B6002E00C6002E000D5D410500D5002E00E5002E00025DBA0021000C002E111239B800212FB80020DCB8000110B8003EDC00BA001B002600032BB8001B10BA0007003300032BB8000710BA0029001100032BB8002910303125112315232E0123220E0215141E02333236373315140E0223222E0227231E0333323627222E0235343E0233321E0215140E0201FE5001175231435C38181D3A563A3259160211263A2A152E271B015502283D4B247C74EE2A38220E11253A292838231011243B2C01D94A2B2B334F612E355F472A2D30222B48331D091420172A3A24107E98233946232544341F20354222244839230000010040000001EC02CA001A0051BA001A000000032BB8001A10BA000E000B00032BB800

0E10B8001A10B80002D0B8001A10B80018D0B800182F00B800002FB800012FB8000C2FBA0013000800032BB8001310BA001900010000111239303113113311343E0233321615113311342E0223220E02072311405513263927313855112A443317312D240A0202CAFD360124233B2C183830FEA201542A45321C0A1521180111000200450000009A02CA00030007002FBA0001000200032BB8000110B8000210B80004D0B8000110B80006D000B800052FBA0001000000032BB800011030311335231D011133119A5555026268685DFDFB0205000002FFF3FF3B009A02CA000300130037BA0004000E00032BB8000410B80000D0B8000410B80002DCB80006D000BA000A001100032BB8000A10BA0001000000032BB80001103031133523151311231114062B0122262715163332369A555555141C120407051417394302626868FD5D0246FDC8281F010149043F0000000100450000020702CA000B0033BA000B000000032BB8000B10B80002D000B800012FB800052FB800002FBA000800010000111239BA000A000100001112393031131133353713330337230711455550B16CDCCD72EC02CAFD36C44AFEF20149BCE201A7000100450000009A02CA00030017BA0003000000032BB800031000B800012FB800002F303113113311455502CAFD3602CA00000000010040000003150211002A00B7BA0003000000032BB8000310B8000DDC4103005F000D00015D4103008F000D00015D41030020000D00015D410300B0000D00015DB80010DCB80018DC4103008F001800015D4103005F001800015D41030020001800015D410300B0001800015DB8001BDCBA0023000D0010111239B8000310B80028D0B800282FBA002900000003111239B8001B10B8002CDC00B800012FB8000E2FB800192FBA0026000800032BB8002610B8000810B80013D0B8002610B80020D0303113113311343E0233321E0215113311343633321E0215113311342E02232206072E01232207233540550F2135251D25160955483F1F27160855192D3F2733551A104E306D3A020205FDFB01420F2D2A1E111F2A19FEAD01423C48121F2A18FEAD017B283924112E2A3028584C00000000010040000001EC021100170045BA0003000000032BB8000310BA000E000B00032BB8000E10B8000310B80015D0B800152FBA00160000000311123900B800012FB8000C2FBA0013000800032BB8001310303113113311343E0233321615113311342E022322072335405513263927313855112A44337335020205FDFB0124233B2C183830FEA201542A45321C5E520000020024FFF5021A02110013002700CBB800282FB800292FB8002810B80014D0B800142FB80000DC411B0006000000160000002600000036000000460000005600000066000000760000008600000096000000A6

000000B6000000C60000000D5D410500D5000000E5000000025DB8002910B8001EDCB8000ADC410500DA000A00EA000A00025D411B0009000A0019000A0029000A0039000A0049000A0059000A0069000A0079000A0089000A0099000A00A9000A00B9000A00C9000A000D5D00BA000F001900032BB8000F10BA0023000500032BB8002310303113343E0233321E0215140E0223222E0227141E0233323E0235342E0223220E027E192C3B21213B2C19192C3B21213B2C195A20405E3D3E5D402020405D3E3D5E402001022F49321A1A32492F2F49311A1A31492F39624929294962393963492A2A4963000000020043FF3B022D02110018002C00ADB8002E2FBA0018000000032BB8001810B80002D0B8001810B80004D0B800042FB8002E10B8000EDCB8001810B80016D0B800162FB8000E10B80019DC410500DA001900EA001900025D411B0009001900190019002900190039001900490019005900190069001900790019008900190099001900A9001900B9001900C90019000D5DB8001810B80023D0B800232F00B800012FBA0013002800032BB8001310BA001E000900032BB8001E10303113113311331E0333323E0235342E0223220607233505140E0223222E0235343E0233321E024355020E292E2F133B593B1D1E3B593C365A1502013B10243B2C2C3E271211263C2B293D27130205FD36010A171F12082A49623737624B2C272B46FE2648382221364726244637222036450000000001003D0000014D0213000E0027BA0003000100032BB8000310B8000DD0B8000D2F00B800012FBA0009000800032BB8000910303113113335343E02333526060723353D55142C4833455A1F020205FDFBE6324D361C5A023C3F6D000001001FFFF501D60211003A00ABBA0000000100032BBA0020001F00032BB8002010BA0031001F0020111239B800312F410500DA003100EA003100025D411B0009003100190031002900310039003100490031005900310069003100790031008900310099003100A9003100B9003100C90031000D5DB8000BDCB8000010B8002ADCB80015DCB8000B10B8003CDC00BA0036000600032BB8003610BA0025001A00032BB8002510B8000610B80000DCB8002510B8001FDC303137231E0333323E0235342E02272E0335343E0233321E0217332E0323220E0215141E0415140E0223222E02745502243C4E2B274F3F271D2F3D201E3C301F142027131529221602550322394A2C22453723324B584B3218252C141A312718A3304329120F263E2F2532211407070D131D1614190F06091421192F3F250F1123382732381F11152221181F10060A1727000100090000011D02A00017005BBA0001000200032BB8000110B8000210B80006D0B8000310B80007D0B8000210B80017DCB8000DD0B8000110B80014D000B8

00012FBA000F000C00032BB8000F10BA0004000500032BB8000410B80000D0B8000510B80015D030311335231523153311141E023B013523222E0235113335B65558580E1D2F21412714190E056702059B9B4BFEB7242C18094B030A120F01414B00000000010040FFF501EC020500180051BA000C000D00032BB8000C10BA0001000200032BB8000110B8000210B80016D0B800162FBA001700020001111239B8000210B80018D0B800182F00B800012FB8000C2FBA0008001300032BB8000810303121112311140E0223222635112311141E0233323637331501EC5513263927313855112A443339541B020205FEDC233B2C183830015EFEAC2A45321B2D30520000000001000E000001E602050007001900B800012FB800052FB800002FBA000400000001111239303121132303230323130129BD598D02915FC00205FE5101AFFDFB00010011000002E50205000F003500B800012FB800052FB800092FB800002FB8000B2FBA000400000001111239BA000800000001111239BA000E000000011112393031211323032303230323032313331333130240A55874026C5D6802755EA65C6802690205FE5901A7FE5901A7FDFB019BFE6500010009000001FD0205000B002700B800072FB8000A2FB800012FB800042FBA000300010007111239BA0009000100071112393031130333371733033723072723CBC26790906DC8B266817C6D0110FEF0D6D60117EEB5B500010008FF3101EC020500160086B800142B00B800014558B800112F1BB9001100083E59B800014558B800152F1BB9001500083E59B800014558B800052F1BB9000500063E59BA000900050011111239B9000C0002F441110007000C0017000C0027000C0037000C0047000C0057000C0067000C0077000C00085D41050086000C0096000C00025DBA0014000500111112393031050E0323222627351E013332363F01033313331333010B0F1D232B1C0F1E0E0B1D0A1A230923CD609702915A452634210F04054E05071917570202FE5901A7000003000C000001C202D200030007001F0095BA000B000800032BB8000B10BA0001000000032BB8000110B8000010B80004D0B8000110B80005D0B8000B10B8000ED0B8000810B80015DCB8000810B8001CD0B8000110B80021DC00B800002FB800092FBA0019001200032BB8001910BA0007000400032BB8000710BA001D000800032BB8001D10B80002D0B8000810B8000BD0B8001D10B8000DD0BA001500040007111239303121331123353335230111331133352335343633321617352E012322061D012315016D55555555FEF6556464221F0B1A0B0C1F0C46495702055D68FEF0FE4601BA4B48221803044A0404413F4D4B0002000C000001C202D20003001B006BBA0007000400032BB8000710BA0003000000032BB8000310

B8000710B8000AD0B8000410B80011DCB8000410B80018D0B8000310B8001DDC00B800012FB800052FBA0015000E00032BB8001510BA0019000400032BB8001910B8000410B80007D0B8001910B80009D03031011133110111331133352335343633321617352E012322061D012315016D55FEA1556464221F0B1A0B0C1F0C46495702CAFD3602CAFEF0FE4601BA4B48221803044A0404413F4D4B000001000000010000D71B1C1E5F0F3CF5011103E800000000B643600000000000DB3521AEFC49FE1F07C304350000000900020000000000000001000003B8FF2B001C08B1FC49FE8007C300010000000000000000000000000000002501F40033011600000185003201160053022C0057022C0018022C001D02D2002B02C0004E0288004E02880025023E0002021900240219002402510024021900240128000C023E0024022C004000DE004500DEFFF30207004500DE004503550040022C0040023E002402510043014D003D01F4001F013B0009022C004001F4000E02F600110206000901F400080206000C0206000C000000480048005A0074009A01220208027602DE034603DA0400050A057C061A068206CE078007D207FC083A086C0886092009680A080AA00ACE0B720BC40C140C340C6E0C9A0D040D7E0DE00001000000250096000900680004000200000000001E00000200042800030001B800142B01BA0002000200162B01BF0003003E0037002B001F00130000001C2B00BF0002004A0037002B001F00130000001C2B00BA00040004001B2BB8000120457D691844B8000A2BB800002B000000
00>] def
/CharStrings 37 dict dup begin
/.notdef 0 def
/space 1 def
/hyphen 2 def
/period 3 def
/one 4 def
/two 5 def
/three 6 def
/C 7 def
/D 8 def
/P 9 def
/S 10 def
/T 11 def
/a 12 def
/c 13 def
/d 14 def
/e 15 def
/f 16 def
/g 17 def
/h 18 def
/i 19 def
/j 20 def
/k 21 def
/l 22 def
/m 23 def
/n 24 def
/o 25 def
/p 26 def
/r 27 def
/s 28 def
/t 29 def
/u 30 def
/v 31 def
/w 32 def
/x 33 def
/y 34 def
/fi 35 def
/fl 36 def
 end readonly def
currentdict dup/FontName get exch definefont pop end
%APLsfntEnd
42/FontType resourcestatus{pop pop true}{false}ifelse
{currentfile 0(%APLT1End\n)/SubFileDecode filter flushfile}if
/FontType 1 def
/FontMatrix [ 0.001 0 0 0.001 0 0 ] readonly def
/FontBBox {-951 -481 1987 1077} readonly def
/UniqueID 4203806 def
currentdict end
currentfile eexec
54544758EC884CF30C3CD503CEDBFF3839C47C3C3333173232E3FDBFF439491DB843E1924E63AA7726BBB0485AB56D93D8C0906F647A47162891E73FFC2A9873C4B1EAC5EEBDFFC4D06084FBD84139DF4583C6E259D10699944D1068C9C45667DCCCFB9B7EA01B606435EDCBD273ABAC093D14085CCBAC149BD7382E842CFE0D7FE4FD2EF589A2471F6074A80A8B675C2F7A50D63AC1EF90D787BADD11633CB01CF6EE3B37AAF9078A69AC4740E9B6525D78BBD839551A1CB80DB8682FA5E87591BBD6EE8B946063A2A58D9CA3685AB305495DC5FB5747EB8A9A059C4976C0FE4EEAB1D56FF47F1E9664ED9F4A7DAB763AF92B2F6CF2FA7DEC24710E0B9096E30F772BA7FEA9BDBE496C42ED2CEB58F54E80BDF57CE7B4DB6CCFE7182F43BF93CCA0767AF95D62C5D2C3DC6AE1E6D139F51A2C63432117F1714C5566572EE9967A715420ABDCD1D7BD74F8450B89965FCC81C6ACA565C5F3CCF91D430D1F953E4F1A645300A98DD8C47CD64555F08F422340A85404EAE0D3229C4F9336B9470CACBD6BBF3395104750A915CC6EAAC197668267B8C62D2764C8CD69FD937CA3C924D997A0EDE7964BEB9EA2F92EF70C5E5DA0AA55675454E59AEC12A68086DDD95476477C46AE143377694529C58844212FC811560E27EEE2CF00BCB280335E18F338643226D8B89C95387AC89B9912B8E22F450DD0DB97407F8FD30001F2FF0FFA7E32ED2F314FE9F4D282BB21989100873AB0CB14E650BC6C64501817D2A9B2C10C1222CF34B0C549B53FA5CDAE215F2577E57D81F4070291743462830AE215F823AAF534870484949738C7352602CD07F02BC74A83B98AD12D59CC1619E0E72B85FE028ADAC5BC61D6456B8C9EA6D06D20648F961FC9153C93819DAEE01222B7B9F6218BA39C213AB5A281D5F6728A9BF43AC118D8718DF3B41AFFDEFD0889DB1EEBCC9409DADA0B06F9CB1B200A7E5EEA3E45693409B131A308140C006AFBDD909738F67BEBFBC9B0D6CBBDB9CEA77B642C8AD02A3C3CF14A74724D50CED937859F447DF5F8A14209BCC4AF0EA5F09344523FBCD166D54661DE6F4299D509584038B87E59A8B6E453AB25DC10A11494D70B365353074887B54811BEB62AD6E7A938689AB0201B29F8927C870AF2630FE6D919BA14D37EC484C46D248ACF79D87CA01108CB05FB37BEAA75DCD3520888EF74BF787927268D5D1A0186E18FE47848096AD9AE5146D6EFC7350FE71C8F3F59B71FE4313145E7407C5C999DF8F720C3C3A5E42223F187519AFD6F1C7F07AB1B87B3C60E5A9CAD05BCAF5DBF46B36902C0C4CC69C57410FB9FCB49FE0DFF05984397C9EB59388FA823BE593953D4248D4E5EE10BDE21AA00AC6A5D6B8CAD233D8F92288D14C4457C449ED119EA5B40347F37F510F798BC8BB617EF70B2B6013F4A5723E780B6B2B806266B791500

E076CF48EF5DEC41138C29169F3DD8F9D3B4FD3191DFC41A2CBB20A60FCDE4D2419F281603069FB5A33DB375A95C0FDF0983CD0A07EC15B2E8180DADF1B83EB37DB60F441DF7FB9CBF42A9CCEE0944B994B54B56B5858D8E914D5C4FD8B2045A59E7CB2D4122E1157FFCADFB6731F21AE7B8043323CB1E6B948C6C4B73E2D286CAABC164C33D0668D46A90133C79D17E0AADCAD0877060067CA6A203B116321F0CF7DDFEB54CE95773154460E3ED3079B5A9127D9430D0505C16B43183D9BF3463AF28049644C61218A279806FAB4DBC46600B38F57FE61583980A33A20AD4CF6A45B729718D7F58206157EEFEC584BC3B7B85DD090E940F9A3D26C320FE5D84FDD2E63FA497F42923B9846BBD8526770155E42A6405EB806550B446981C07FDF8A7A11F4EF8F7A45B5931952DABFA08C5D5ACF9FE3DA3EAF2678AE2194F0FD20D2054C92EE2684ADB64CF1F7D1BAD096F5CCDF22EAE2B4572EA51A903D1BB11ADD360AB0579BF68FF6FC4741847A2E819082387A66CC856E8BAE472AB29E7B258FC0C12C8BF7B43EE6F5F658BCD7A60B85952E6149F9A51C6BB36B88349CEBF7786859872F9679337DCBBBC58F53548B926A242443F352AF37A26A5370DF3725AAE4F56CB6F33BD7B9F42182070F6F62F04EA8FA2B56985E48FE48E12233614AB423CD7DA9C58D2B6338EB1CB1066FC3CBE146DCD2640A83FAE64C7F30BAA1E61B1B64320BD7EEFF921D1E9C14AE7BA1164C0BBA480EC11E598CB7816DA205FD5E75064662FB8215836CD5F5EFFA8EDF1B29F42317BAF27EFB4DFC1184DC314183BA484A9D46618D7EDD1E3C91861C31B85B644B236104BADC51968E7588BD8AF3BF37409BC29660D54A51937276757C6FD37CC2454379936FE25D9CC9D8D94116560E61DBA72E2C6A4D4FE3360E18A2E059B13163E7FB83A3B15C54FEDC75F63005FA43CF8015D7E425CE729C9C4263E04753DBDE456D4CF834E45D1BB4493A698C4EFCCA4DBAC8FC2C6ADCF22882123AEBB63D2F5D28E461B24421AD68BBF9B6EC8E85CC2F53DD449379D6D25F851C9E1AF85B1F00318D8F19067DE89F28AB0DFD0BB631E852312C61505BA313BA062D2A07052998674A57F1270C9E5E6895F06B870BB9687E1142DD910D67D19BFDF940ED5EB224EB991EC0CDE973FBB0061ED0BE58867E028CF681001C7837E889BB68CFED559675070B229D30AD267DB1C818E8F6AD8980061092AAFE601D41793D42C73E1EEC3499842FF0FD89FE2AA4B07B8525F96060FD7EF2FA71E986886FB40D6481662B26B060BA21208819A7D6B98ED21F9443A704C9FD7C19244294EB7FAD8D22FBD496159D6DEE63A7903E697D3DCA4BE70A6F543FBBA6B4D3CB02E6A78978E725D6B9C6F079A3B37BC9C5679AAEA644671E1A42AEB234172B7DBD43D10EB8E10BE62AFD6CD7EDDEE6C8EF8

292B0D0E1B3D876A011963AA044091B858ECC0AED4EE076138E62329BF4B7C123E7F4A645272D4914F3142F66BB109A9B1666284C264B5FC7689912CCDDCE6BE7E1994944D02265C1FF6A5BD119661BF8DD6E252AD2902DBBFC04E4DF1F3876BEC02B83930B304D7F773DA4C28385D38C26FF313824948728D1FFDF9A1E78F38EFBC402FBAA72D599A4F2EF03C87CB42F21C683DA707457C378B77C27D9BBB332BACD9CE14402FD5BA873F819A86FCEAF452020E108B5B3B8AD3884A0BC743FC69C8E3E44844DA597766015E9E93FC9CD306008B5C65F8B570779441A8ED7B49F8721D0DE1A44A0C5C1CE202A38EA310A0F6B7B52E08668F1C538DA0E7D8A437FDA432B670D936A507EF2CB4CAFA6F52362424F07F377B124C300FC6D516E9C917C86591D70A764ACA39840B389BA4F93179F1AE0BC751B4A99F8EFA1873C07711C0163AFDEC3F59547DA4ED98AA0003AF6F7C70BF69B78D4A4B68E3FD0E5E3D5BE9B7276CD25D362CFD6F93C0E94CC54515396E709016EB6932DDE8FF9F03D3A84CFDCE404F42B69511FA949D753B59716F049C5B58420FA25BD9710680DBE29970C34C4324E941D2D8881703621FE82DD463602C92DE1C23FBEAF5AC4EF7D6F20AA97E31019C29ADC7834147FBA8EE05743C41E68D2705714F6C51F71E452D50409ADE5908A3D270E4ED41B63DB5C408E85A8E4C9D9CE0ADEE4F1EDC7940B53672F6912A5F25133211ACC12A089C5EF291EB000A8081942D1583BC0AB0BBBF637FCBF404E7086F4CA4D1681D2D4DD8E8AA88BCD7D77E5E682AC043E922F36919DCC42635B3C29F6D09AC90F07895770333E2373254F26A52CC941F463EB476947DAF12C47C5919B2C21D9E156C0FC5A4530AF62CD995C545BC716107503991C774EC8E1CE5FF57E2DDA781C32A67FD05BC01E5954EE5A8F3DAC3D0CA764FAB3463B4B8EB0A58229F5C1DEC3A637F8BFCAC85BCE52E7FB86CD1BFDA774082EC2910EA5E5F1973B03BD7EF113A843D61C1306A67AE0A0FA95ECE956BD34BF3CDB2B4D2B5D3564086C14CD0EC21ECBA194D9AE0B8F83AB790103017292C70632D776150BF487CC48F3E194C1EC0E3501AF35943CC7054A2E44B59534B1D5385BDFB3867EC65B5C5180F498360C4121539A04C7A51F0013B89BD6B6C825C92CF3730F6F8134035EC81E5B3435BBC1D32A4CFD9DDCC2367261D6F4B294753E7B46CECF3DCEDAF8C18159AB692025BF2AE6EBE9A9AD5363E9914C0BB4A2D9DA703A8D984C49F114C9C58E413C9A4FD8FDF8C1AF5027B7A0E0403188188DC55FD36AEF926D5B2785D1D7B00BB6F69E1BE795ED56442F164A53E497387FA4F3DF34E9D245D2B635364260C50D144B4ACA014123DA6F997E09E8996A124C6C8CCC115DD9BB31DEBED0509F3B6B7CB415FCD9E9420FF97A6DB584946C3E4D0600CD58E56

DA93030EAFE0289E6F266E6C7945EC1CD8C8E83349B98FA0679958CB466D4701D7DB5B45C01CC36E7A3A10F27BF15048B9224FD33294E18533C44E339CE5A8C79629864DE6B61EF138E5593FAEAE02F8DA49AC976558D2CB29CE9B35D8A9A5C9C38936CAED602DBD63FED023CDD9C04CEAB4460A4103CDC6EA015C5D2D42CF38D649EA6952F2451B3A00C9239642C68C0FAA10A9D2A83310D903F687468710928090884012B10C2FADA7FAA461939F60B7649313C3F2ACD83DDC5434987CECAEA07A370D867391FDDFA977CD37F6BB59AF9087DAECCBE7E82139CCEED0492593C356F590405671E6A1D93006A752F805E707DDF90147437CBF468C48397D9293CE821BE88C64B60AEBF9D795F7578ACB3A0B220E7AC4AB32C5AA0FDE9DB0A43B4BD76BA4791EE8A6907229FFD13EADAFE0BF394B84995A9F3E98C471AF68E04E389028EE36808CD4C8139925E4F216B65B6D1F16CC0881390C67DE0AFB1FD92BCBB8A2C736ED2B5744AFA7707133A7677EF64745CF481A3D616F43D3B3F212D4422D651E55D37D89FB3E6D32C66AD0AACA6B6ABD57A11B32EA43C67EB8A90158BDDC550D890CBC37E1E5E701514A0BF455E072D67E375334219A29DBD4BB6742F57CA7856DF4F6D1771968C28FA6DF3811EEE48BA66DF0730E8F3AF1283F8BACA1519BF44786263666B88C9E81C7345D7A37B2E23BFCCDAFE373B0FF0ACCA91751605EB44416DAFA5E70E975F07A4DC78AC085D8A2CCFDD52F3B605C5529DE7422908ED036BDE459D9667A339CF1592CE758F0C6DC9D7939465D9884DFD8701B04BD12E2427BDA7F5B96FE755369C5E062039BF883A95034E7D04195567E2335DEB4EEDDA0B82EC925C3884E45C4E3641F8977C5EB23D2CB0E0229E0B515A93967F08BDEEDF96AB6D6782CADE077CFA1AD447D1316ACF0B4A64EA1C40CC22C4CD7B842E314667ED4571F7DD01B07FB77C75E7BF1384B59F2EE0B8C4FA4BA4C413B9CB85B71FB5FD9EE608E75BCC0F87EA38A0F1BDE94A03E4F385147319658BE20E12B7ABF457AC1FB09DA94045C24EC37FBEE2853D059EC5450A629A0042F047949F188433AA97A2B87542494B822C25730972A47343DE89C71F8CA3B7994D801F96ACD7E2AA7E7E1FBEC3E572E945A09A6A53B9CD077A302C4BEAC30C25B6C6256C99E1FFC14CEA310688575D5E7ABD838D74188E97B8FDDF4C3D00A9424B78ED45538292C3661F54B46B9E9644AB318C1D60C662E7155EF9687AC9DDAFE53CC084CDD8332363BBD35CF7B5F41D6B07F55CCC7ECC3838DEF3CD9B7617A70AC7A3571FC76689F77DB20A69753F2AA16BC6DE513EC7608A4437A6D33D83A4C727BC431C9C040B1211E6B0FDCB7440092ABA3B7B2211B92659D35604FCDDA55E85CA6A0315AC47B170B41E3189F11ADAB082918D5D0C205CFA67E672B985036A9

7F92012ECBA54A56DA1CCF9890E75462664C287D4BDADB7BCEB6795FFA70B3BCBDF34DFA53C7BBD3B1D982939669C82A0DA5D8782CE50DDE20011168ACC8B81DEE25EFC1BA09A3D56DA65F0A97F0218749D6C8500AEA4A34935B6D2781694DBFD4C0AAA78D1B31555021FAFC0EDEF8974FC4901DA8DD21EAA4787296833DDB3D68195E969D96222F0F3887D895C41C8FC51ACAC877EFA5D2317AD5DA967C6384CC59FC7F80FD497403F2B5C50D051A5B0631A651F2ED35CA2048A3FC9460317800D1D1A3038ED30BC5479323CC8329E0CDB615724394E2AF18049059263F71CCA1DCB23D3A76F562BCE6B90C6AA492EDDDC472184C598B1FD3F045FAC2084C6BCC67CAEA5E73FCD9D0C1AE4AF1948F930B1A76D5D3DD62F71BA492B29584C7043625ED724A930C3499FFAAC1FF886AD376C6CB1983C4986E8EAC1C47015FADC845044798E495309151B514C11D8323E6AF92F6C48AC7226CC93A7AA50DB417B0EB7F746D1658189C6BCCDA19DF1F215ECCFC23A591017BF67ED6D4DF194397548606F7AB295FA104A5EFEB0D0580785233AD89743297692514F6B85DAEBF121DB867FC349505F4C04A2DB31AF31CE75C9B5E3936B728E3EF72D1FB5082310DE355711F174BB9807DA411A51293F2A934E894F1B54D089FCE9C24CE179964190781EFF08323832317EFA43A4CFAA300E1E37271B9F02AE4B1522774DDDE2991370237A7A12DDF7B3905AD42BBF2614A3AC32B2477A892D5DC8F71F220BD789D76E177C1E9BF035F4D828D50F40136B9712599243EF6BBBD4731303FEEDC87DA1B47ACAF7F3DB36D03B48E2431CC0F25B94758A5BB8A9940F56631CE2DAA5144A98C4DA97E00BA2E4699418B207B0A77B6DB3F165AB3C98951AB3FE25DF4479000AD2039FEE1C4E63245E36DE138DD65FAC01E1147E0DE7DB1D326FDAA0B810FDA9BDA71B3CF7011DE4C2300106C46873DCF22982D5E99242FEA0D2AC984C6040E1453B4E1ED00E188F28C37C8118E2C1610E88FD6A0E21FACD666E5FD6D76FA50BAD90A4DC3BA71ECF7A471400AE44E7999F2E9FFF6719CC7D23BE14BDC8A5A276207069F67F8C58F4AB31524853F13FB348F80EB9C8F9703242785279BB0A3726BC952011B54600EF0E967BF6212357CEB16228464EE795E81DB4073EDF1E694E8B9E2B417D2ABA96A3AA560ACDCCC544C7D7D4A7F45A77E8E51A78948E984B4D85E35139D044D41ACC4A7DAE51F8E93B77DC9FF69586393CE0929488D5873C19FA73D6D3C42C02B9D33FF482AFFA69BE1AE6ED11FCD2C540C2EB32410EC70CED516BC253CE9AA1571B8FFB6A97DE6CD4AB38705E47EE5C9F20EB4B68E127BA72670A49F2F485457FD4DCE581E2339386E8D9FA3CDFDFB91A56E9A8BB3094C823AB036D32017F72AAA81B43C335EBD963373E3A7AFA000E9C21887F98A487956

0FAD2CDEF2FAECEA6941391EC1D89E4082D99E9B140F54CD974214D60D4F12E57C67B255CC9D461A00594AC8B29E86CFD2DE8573790E5B43BDFB751F253EF29EA436CD3F7CD72D6C28D1A0B9577C3EE7454FA3C0DF5F9F7F29BEF1A00BEEC2C3BF94A718DBEF0A8F6660861D095EA4989484FF6F00833C8AA0FB1603352C51FB780899FC6A31422BD28B303C2B3B2BFAD0C3D148F6C89F5E650EAAAFC7E266D1C120685D751DC799CDB9DDAF7C3A576EEA170927D764317D35645E59D86443C8EF8FA02947F3A45F995C6FA91E5B2AC41EB6C7B6B6300686CA35F60CEB84CCE392538BE0FDD8173E7689C452028496468CEA17DEA1B04436737EC83D78D459E690F24E0A5EED0D7C551CB90FCD99C27AF9553D127D23917998355BB7886C863FB3188C391D5527D6966E641F169C6A5EB5DA5E99B0DEABEEC342B7A61C54290F2400FFCB7B8399C10A6B4BBB4FDD4DAA6551808556EFABEAAE74D41CCA8C1939A4E269FC45A321A07D7BCA6A14DED7ADDBA6FABAB76CE9AED10D1BCE8A50F3A9491A15B3CF2D58A4929B2018E589A685BCB69D460CAE32BA87D3D7DCC1EFEFD7BB4CF7F83642B5C0041378287EB9D8DBDB70B178EA15C82C070B4CAE8BAE20F5BC1A5991B7D34EC9B7435D286EB854AC180A482CA5A8236C4002EA0FE9AC748E987E0F5623785BA34158ED5F91925D1AD86B5079CDCE942CD9AFB5DE153A6B6CFDA0F4F679FD686D1E46A6A3F9BAB8513C906FEF19637D2719580A864E2885F81CDDE4771BC5945DB56A29590CD47E3DA414C0E0AF6DB7C515804EA68041B48BF1C646F9D23FA2D509A004BBA3C424B688603CF46BFD140DA673699921454CB73125FCB1C71FEFF9B50EAAA9925956FF5DA878181CAD40B7AB0F96E62C8DADEF1B24D36EFC28BD0F82883A23FE4E99685EC6CB9102865576F4EDF336AD6F0EE21A4A9B9AE2CAF22889B6EA0D59B9FDC29C42B3685F163AC66F49A763105F88B1B7B17D9102902924F5FFCD826F5826E149F09ECD4EB4ACE292E64F444B361CF3D275352A816BEA7D65FB475A3DA27CAF632AF91A19C534DA943B6D5A6B09D482819693D8276236863E883C04A8BA69A23D8BDB78ECD690771A50C6AAC3CC86F9E6B504FBB5A90073AF9ED8DF23E7531D0F6E40EEC193E3B9290BE44A3EF02FF568F70717BC4DF797FDA9526D9F1BD9B27E6E118D9221B4F5A53BEB156B6121B6F898E3A65CFC9F003CDB74A8AC276D7BBDAB08E5D7564FFC6851197BFD3003CF65019F97A49944CBF872807630FEE283FFAB736681078F5A6FB0D752DD4DCDC6653DB95BF07542F568CFFA43C702C1317389C78F116AAAE7008325E80CBAE6148CAFB208C773C9AC13353860F5BFD2F1009FD92CE1262526E2DAFB8852DE77E3EA09CDD309012DCBA57030E8A3E9DEE5A1CB8CF47CF659C90DF1BA676FF816E0

6674A3F62E049FA2583E5E8C979F250BBF464B7EC84CD7AEBAE4D976FC20401C6A75CCABAD6EA84E50839773302F355ACDA78F615D98EACC4F5AC3056D362627287CA1170AFF023D5AB017D9531855DC14E707B1A401D52D6B13E04DBE6AE5805464FC9F7324F763BE67D908991D213A57C0602D0F4E3B2969AF7E569FC30889308833FBB63EF6B066ACF6266202E569F96B3FED9865E9CB25B5D6BD2E09D64A84AA25D93484554DBA6208B08D56DC157431D267647BF171661FD0D58DB4EF378CF95BD3D963D219358076F4

0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%APLT1End
%RBIEndFontSubset
/HelveticaNeue cguidfix
/F1.1/HelveticaNeue renmfont
[ /CIEBasedABC 4 dict dup begin 
/WhitePoint [ 0.9505 1.0000 1.0891 ] def 
/DecodeABC [ { 1.8008  exp } bind { 1.8008  exp } bind { 1.8008  exp } bind ] def 
/MatrixABC [ 0.4295 0.2318 0.0204 0.3278 0.6722 0.1111 0.1933 0.0960 0.9578 ] def 
/RangeLMN [ 0.0 0.9505 0.0 1.0000 0.0 1.0891 ] def 
end ] /Cs1 exch/ColorSpace dr pop
[ /CIEBasedA 5 dict dup begin /WhitePoint [ 0.9505 1.0000 1.0891 ] def 
/DecodeA { { 1.8008  exp } bind  exec} bind 
def 
/MatrixA [ 0.9642 1.0000 0.8249 ] def 
/RangeLMN [ 0.0 2.0000 0.0 2.0000 0.0 2.0000 ] def 
/DecodeLMN [ { 0.9857  mul} bind { 1.0000  mul} bind { 1.3202  mul} bind ] def 
end ] /Cs2 exch/ColorSpace dr pop
%%EndPageSetup
/Cs1 SC
1 1 1 sc
q
0 0 981 387 rc
0 387 m
981 387 l
981 -452 l
0 -452 l
h
0 387 m
f
684 270 m
909 270 l
909 207 l
684 207 l
h
684 270 m
f
1 J
1 j
0.60000002 i
0 0 0 sc
1 0 0 -1 0 387 cm
684 117 m
909 117 l
909 180 l
684 180 l
h
684 117 m
S
/Cs2 SC
0 sc
0 i
1 0 0 -1 796.5 238.5 cm
/F1.1[ 16 0 0 -16 0 0]sf
-87.407997 -3.447998 m
(!"#$%&'$\(\(\)'*+$'*&,\)*+$'#\)*)[ 10.368000 6.224000 8.592000 9.184000 8.896000 5.040000 5.040000 9.184000 3.552000 3.552000 8.592000 5.328000 4.448000 4.736000 9.184000 5.328000 4.448000 5.040000 8.896000 8.592000 4.448000 4.736000 9.184000 5.040000 8.592000 8.592000 0.000000 ] xS
-70.975998 15 m
(#$%&'$\(*$+*&,\)*-$.%&/0)[ 8.592000 9.184000 8.896000 5.040000 5.040000 9.184000 3.552000 4.448000 9.184000 4.736000 4.448000 5.040000 8.896000 8.592000 4.448000 3.552000 9.184000 3.552000 8.896000 5.040000 8.000000 0.000000 ] xS
/Cs1 SC
1 1 1 sc
CM
324 180 m
522 180 l
522 117 l
324 117 l
h
324 180 m
f
0.60000002 i
0 0 0 sc
1 0 0 -1 0 387 cm
324 207 m
522 207 l
522 270 l
324 270 l
h
324 207 m
S
/Cs2 SC
0 sc
0 i
1 0 0 -1 423 148.5 cm
-84.015999 -12.671997 m
(1'.2$%$3\)&'.#*+4%#&.$%/*)[ 7.712000 5.328000 3.552000 9.184000 9.184000 8.896000 9.184000 13.648000 8.592000 5.040000 5.328000 3.552000 8.592000 4.448000 4.736000 8.896000 8.896000 8.592000 5.040000 3.552000 9.184000 8.896000 8.000000 0.000000 ] xS
-84.744003 5.776001 m
(+$'*2\)%\)'5&.%2*'\)6\)&.&.7\)*)[ 4.736000 9.184000 5.328000 4.448000 9.184000 8.592000 8.896000 8.592000 5.328000 8.592000 5.040000 3.552000 8.896000 9.184000 4.448000 5.040000 8.592000 9.488000 8.592000 5.040000 3.552000 5.040000 3.552000 8.000000 8.592000 0.000000 ] xS
-60.032001 24.223999 m
(5'3*3$7\)3\)%&/0)[ 8.592000 5.328000 13.648000 4.448000 13.648000 9.184000 8.000000 8.592000 13.648000 8.592000 8.896000 5.040000 8.000000 0.000000 ] xS
/Cs1 SC
1 1 1 sc
CM
27 135 m
252 135 l
252 72 l
27 72 l
h
27 135 m
f
0.60000002 i
0 0 0 sc
1 0 0 -1 0 387 cm
27 252 m
252 252 l
252 315 l
27 315 l
h
27 252 m
S
/Cs2 SC
0 sc
0 i
1 0 0 -1 139.5 103.5 cm
-105.056 -3.447998 m
(84''\)%&*6.&#,*5%2\(\)*&$*#$''\)#&*)[ 11.552000 8.896000 5.328000 5.040000 8.592000 8.896000 5.040000 4.448000 9.488000 3.552000 5.040000 8.592000 8.896000 4.448000 8.592000 8.896000 9.184000 3.552000 8.592000 4.448000 5.040000 9.184000 4.448000 8.592000 9.184000 5.328000 5.040000 8.592000 8.592000 5.040000 0.000000 ] xS
-76.456001 15 m
(&,\)*,\).2,&*$+*&,\)*9$$')[ 5.040000 8.896000 8.592000 4.448000 8.896000 8.592000 3.552000 9.184000 8.896000 5.040000 4.448000 9.184000 4.736000 4.448000 5.040000 8.896000 8.592000 4.448000 8.288000 9.184000 9.184000 0.000000 ] xS
0.60000002 i
/Cs1 SC
0 0 0 sc
1 0 0 -1 0 387 cm
252 283.5 m
297 283.5 l
297 279 l
297 250 l
314.10001 250 l
S
0 i
CM
322.10001 137 m
314.10001 140 l
314.10001 134 l
h
322.10001 137 m
f
0 J
0 j
1 0 0 -1 0 387 cm
322.10001 250 m
314.10001 247 l
314.10001 253 l
h
322.10001 250 m
S
1 J
1 j
0.60000002 i
522 238.5 m
648 238.5 l
648 234 l
648 160 l
674.09998 160 l
S
0 i
CM
682.09998 227 m
674.09998 230 l
674.09998 224 l
h
682.09998 227 m
f
0 J
0 j
1 0 0 -1 0 387 cm
682.09998 160 m
674.09998 157 l
674.09998 163 l
h
682.09998 160 m
S
1 1 1 sc
CM
563.25 183.38313 m
732.75 183.38313 l
732.75 136.38313 l
563.25 136.38313 l
h
563.25 183.38313 m
f
/Cs2 SC
0 sc
1 0 0 -1 648 159.88313 cm
-63.855999 -3.447998 m
(:\)/.'\):*5%2\(\)/*+$'*)[ 9.488000 8.592000 8.000000 3.552000 5.040000 8.592000 9.488000 4.448000 8.592000 8.896000 9.184000 3.552000 8.592000 8.000000 4.448000 4.736000 9.184000 5.328000 0.000000 ] xS
-44.167999 15 m
(-$.%&*;*5%:*<)[ 3.552000 9.184000 3.552000 8.896000 5.040000 4.448000 8.896000 4.448000 8.592000 8.896000 9.488000 4.448000 0.000000 ] xS
/Cs1 SC
1 1 1 sc
CM
27 216 m
252 216 l
252 153 l
27 153 l
h
27 216 m
f
1 J
1 j
0.60000002 i
0 0 0 sc
1 0 0 -1 0 387 cm
27 171 m
252 171 l
252 234 l
27 234 l
h
27 171 m
S
/Cs2 SC
0 sc
0 i
1 0 0 -1 139.5 184.5 cm
-82.071999 -3.447998 m
(8\($#=*>.&,*6'\)/#5\(\)'*&$*)[ 11.552000 3.552000 9.184000 8.592000 8.304000 4.448000 12.128000 3.552000 5.040000 8.896000 4.448000 9.488000 5.040000 8.592000 8.000000 8.592000 8.592000 3.552000 8.592000 5.328000 4.448000 5.040000 9.184000 0.000000 ] xS
-97.664001 15 m
(#$%?24'\)*3$7\)3\)%&*/6\)\):*)[ 8.592000 9.184000 8.896000 8.288000 9.184000 8.896000 5.040000 8.592000 4.448000 13.648000 9.184000 8.000000 8.592000 13.648000 8.592000 8.896000 5.040000 4.448000 8.000000 9.488000 8.592000 8.592000 9.488000 0.000000 ] xS
0.60000002 i
/Cs1 SC
0 0 0 sc
1 0 0 -1 0 387 cm
252 202.5 m
297 202.5 l
297 216 l
297 238.5 l
314.10001 238.5 l
S
0 i
CM
322.10001 148.5 m
314.10001 151.5 l
314.10001 145.5 l
h
322.10001 148.5 m
f
0 J
0 j
1 0 0 -1 0 387 cm
322.10001 238.5 m
314.10001 235.5 l
314.10001 241.5 l
h
322.10001 238.5 m
S
1 1 1 sc
CM
324 342 m
522 342 l
522 279 l
324 279 l
h
324 342 m
f
1 J
1 j
0.60000002 i
0 0 0 sc
1 0 0 -1 0 387 cm
324 45 m
522 45 l
522 108 l
324 108 l
h
324 45 m
S
/Cs2 SC
0 sc
0 i
1 0 0 -1 423 310.5 cm
-76.760002 -3.447998 m
(@.'\)#&.$%*&$*'\)5#,*&,\)*)[ 11.264000 3.552000 5.040000 8.592000 8.592000 5.040000 3.552000 9.184000 8.896000 4.448000 5.040000 9.184000 4.448000 5.040000 8.592000 8.592000 8.592000 8.896000 4.448000 5.040000 8.896000 8.592000 0.000000 ] xS
-50.071999 15 m
(%\)A&*>5B6$.%&)[ 8.896000 8.592000 8.288000 5.040000 4.448000 12.128000 8.592000 8.000000 9.488000 9.184000 3.552000 8.896000 0.000000 ] xS
0.60000002 i
/Cs1 SC
0 0 0 sc
1 0 0 -1 0 387 cm
522 76.5 m
648 76.5 l
648 135 l
648 148.5 l
674.09998 148.5 l
S
0 i
CM
682.09998 238.5 m
674.09998 241.5 l
674.09998 235.5 l
h
682.09998 238.5 m
f
0 J
0 j
1 0 0 -1 0 387 cm
682.09998 148.5 m
674.09998 145.5 l
674.09998 151.5 l
h
682.09998 148.5 m
S
1 1 1 sc
CM
553.25 327.80246 m
742.75 327.80246 l
742.75 280.80246 l
553.25 280.80246 l
h
553.25 327.80246 m
f
/Cs2 SC
0 sc
1 0 0 -1 648 304.30246 cm
-61.928001 -3.447998 m
(C&\)\)'.%2*5%2\(\)*5/*)[ 10.368000 5.040000 8.592000 8.592000 5.328000 3.552000 8.896000 9.184000 4.448000 8.592000 8.896000 9.184000 3.552000 8.592000 4.448000 8.592000 8.000000 0.000000 ] xS
-83.863998 15 m
(:\)/.'\):*5%2\(\)*+$'*-$.%&*D)[ 9.488000 8.592000 8.000000 3.552000 5.040000 8.592000 9.488000 4.448000 8.592000 8.896000 9.184000 3.552000 8.592000 4.448000 4.736000 9.184000 5.328000 4.448000 3.552000 9.184000 3.552000 8.896000 5.040000 4.448000 0.000000 ] xS
/Cs1 SC
1 1 1 sc
CM
27 342 m
252 342 l
252 279 l
27 279 l
h
27 342 m
f
1 J
1 j
0.60000002 i
0 0 0 sc
1 0 0 -1 0 387 cm
27 45 m
252 45 l
252 108 l
27 108 l
h
27 45 m
S
/Cs2 SC
0 sc
0 i
1 0 0 -1 139.5 310.5 cm
-101.776 -3.447998 m
(1'5-\)#&$'.\)/*#$%&'$\(*/6\)#.?\)/*)[ 7.712000 5.328000 8.592000 3.552000 8.592000 8.592000 5.040000 9.184000 5.328000 3.552000 8.592000 8.000000 4.448000 8.592000 9.184000 8.896000 5.040000 5.040000 9.184000 3.552000 4.448000 8.000000 9.488000 8.592000 8.592000 3.552000 8.288000 8.592000 8.000000 0.000000 ] xS
-67.559998 15 m
(&,\)*%\)A&*>5B6$.%&/*)[ 5.040000 8.896000 8.592000 4.448000 8.896000 8.592000 8.288000 5.040000 4.448000 12.128000 8.592000 8.000000 9.488000 9.184000 3.552000 8.896000 5.040000 8.000000 0.000000 ] xS
0.60000002 i
/Cs1 SC
0 0 0 sc
1 0 0 -1 0 387 cm
252 76.5 m
281.25 76.5 l
314.10001 76.5 l
S
0 i
CM
322.10001 310.5 m
314.10001 313.5 l
314.10001 307.5 l
h
322.10001 310.5 m
f
0 J
0 j
1 0 0 -1 0 387 cm
322.10001 76.5 m
314.10001 73.5 l
314.10001 79.5 l
h
322.10001 76.5 m
S
ep
end
%%Trailer
%%EOF