%!PS-Adobe-3.0 %%BoundingBox: (atend) %%Pages: (atend) %%PageOrder: (atend) %%DocumentFonts: (atend) %%Creator: Frame 5.0 %%DocumentData: Clean7Bit %%EndComments %%BeginProlog % % Frame ps_prolog 5.0, for use with Frame 5.0 products % This ps_prolog file is Copyright (c) 1986-1995 Frame Technology % Corporation. All rights reserved. This ps_prolog file may be % freely copied and distributed in conjunction with documents created % using FrameMaker, FrameMaker/SGML and FrameViewer as long as this % copyright notice is preserved. % % FrameMaker users specify the proper paper size for each print job in the % "Print" dialog's "Printer Paper Size" "Width" and "Height~ fields. If the % printer that the PS file is sent to does not support the requested paper % size, or if there is no paper tray of the proper size currently installed, % then the job will not be printed. The following flag, if set to true, will % cause the job to print on the default paper in such cases. /FMAllowPaperSizeMismatch false def % % Frame products normally print colors as their true color on a color printer % or as shades of gray, based on luminance, on a black-and white printer. The % following flag, if set to true, forces all non-white colors to print as pure % black. This has no effect on bitmap images. /FMPrintAllColorsAsBlack false def % % Frame products can either set their own line screens or use a printer's % default settings. Three flags below control this separately for no % separations, spot separations and process separations. If a flag % is true, then the default printer settings will not be changed. If it is % false, Frame products will use their own settings from a table based on % the printer's resolution. /FMUseDefaultNoSeparationScreen true def /FMUseDefaultSpotSeparationScreen true def /FMUseDefaultProcessSeparationScreen false def % % For any given PostScript printer resolution, Frame products have two sets of % screen angles and frequencies for printing process separations, which are % recomended by Adobe. The following variable chooses the higher frequencies % when set to true or the lower frequencies when set to false. This is only % effective if the appropriate FMUseDefault...SeparationScreen flag is false. /FMUseHighFrequencyScreens true def % % The following is a set of predefined optimal frequencies and angles for various % common dpi settings. This is taken from "Advances in Color Separation Using % PostScript Software Technology," from Adobe Systems (3/13/89 P.N. LPS 0043) % and corrolated with information which is in various PPD (4.0) files. % % The "dpiranges" figure is the minimum dots per inch device resolution which % can support this setting. The "low" and "high" values are controlled by the % setting of the FMUseHighFrequencyScreens flag above. The "TDot" flags control % the use of the "Yellow Triple Dot" feature whereby the frequency id divided by % three, but the dot function is "trippled" giving a block of 3x3 dots per cell. % % PatFreq is a compromise pattern frequency for ps Level 2 printers which is close % to the ideal WYSIWYG pattern frequency of 9 repetitions/inch but does not beat % (too badly) against the screen frequencies of any separations for that DPI. /dpiranges [ 2540 2400 1693 1270 1200 635 600 0 ] def /CMLowFreqs [ 100.402 94.8683 89.2289 100.402 94.8683 66.9349 63.2456 47.4342 ] def /YLowFreqs [ 95.25 90.0 84.65 95.25 90.0 70.5556 66.6667 50.0 ] def /KLowFreqs [ 89.8026 84.8528 79.8088 89.8026 84.8528 74.8355 70.7107 53.033 ] def /CLowAngles [ 71.5651 71.5651 71.5651 71.5651 71.5651 71.5651 71.5651 71.5651 ] def /MLowAngles [ 18.4349 18.4349 18.4349 18.4349 18.4349 18.4349 18.4349 18.4349 ] def /YLowTDot [ true true false true true false false false ] def /CMHighFreqs [ 133.87 126.491 133.843 108.503 102.523 100.402 94.8683 63.2456 ] def /YHighFreqs [ 127.0 120.0 126.975 115.455 109.091 95.25 90.0 60.0 ] def /KHighFreqs [ 119.737 113.137 119.713 128.289 121.218 89.8026 84.8528 63.6395 ] def /CHighAngles [ 71.5651 71.5651 71.5651 70.0169 70.0169 71.5651 71.5651 71.5651 ] def /MHighAngles [ 18.4349 18.4349 18.4349 19.9831 19.9831 18.4349 18.4349 18.4349 ] def /YHighTDot [ false false true false false true true false ] def /PatFreq [ 10.5833 10.0 9.4055 10.5833 10.0 10.5833 10.0 9.375 ] def % % PostScript Level 2 printers contain an "Accurate Screens" feature which can % improve process separation rendering at the expense of compute time. This % flag is ignored by PostScript Level 1 printers. /FMUseAcccurateScreens true def % % The following PostScript procedure defines the spot function that Frame % products will use for process separations. You may un-comment-out one of % the alternative functions below, or use your own. % % Dot function /FMSpotFunction {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 sub } {dup mul exch dup mul add 1 exch sub }ifelse } def % % Line function % /FMSpotFunction { pop } def % % Elipse function % /FMSpotFunction { dup 5 mul 8 div mul exch dup mul exch add % sqrt 1 exch sub } def % % /FMversion (5.0) def /fMLevel1 /languagelevel where {pop languagelevel} {1} ifelse 2 lt def /FMPColor fMLevel1 { false /colorimage where {pop pop true} if } { true } ifelse def /FrameDict 400 dict def systemdict /errordict known not {/errordict 10 dict def errordict /rangecheck {stop} put} if % The readline in PS 23.0 doesn't recognize cr's as nl's on AppleTalk FrameDict /tmprangecheck errordict /rangecheck get put errordict /rangecheck {FrameDict /bug true put} put FrameDict /bug false put mark % Some PS machines read past the CR, so keep the following 3 lines together! currentfile 5 string readline 00 0000000000 cleartomark errordict /rangecheck FrameDict /tmprangecheck get put FrameDict /bug get { /readline { /gstring exch def /gfile exch def /gindex 0 def { gfile read pop dup 10 eq {exit} if dup 13 eq {exit} if gstring exch gindex exch put /gindex gindex 1 add def } loop pop gstring 0 gindex getinterval true } bind def } if /FMshowpage /showpage load def /FMquit /quit load def /FMFAILURE { dup = flush FMshowpage /Helvetica findfont 12 scalefont setfont 72 200 moveto show 72 220 moveto show FMshowpage FMquit } def /FMVERSION { FMversion ne { (Frame product version does not match ps_prolog! Check installation;) (also check ~/fminit and ./fminit for old versions) FMFAILURE } if } def /FMBADEPSF { (Adobe's PostScript Language Reference Manual, 2nd Edition, section H.2.4) (says your EPS file is not valid, as it calls X ) dup dup (X) search pop exch pop exch pop length 5 -1 roll putinterval FMFAILURE } def /fmConcatProcs { /proc2 exch cvlit def/proc1 exch cvlit def/newproc proc1 length proc2 length add array def newproc 0 proc1 putinterval newproc proc1 length proc2 putinterval newproc cvx }def FrameDict begin [ /ALDsave /FMdicttop /FMoptop /FMpointsize /FMsaveobject /b /bitmapsave /blut /bpside /bs /bstring /bwidth /c /cf /cs /cynu /depth /edown /fh /fillvals /fw /fx /fy /g /gfile /gindex /grnt /gryt /gstring /height /hh /i /im /indx /is /k /kk /landscape /lb /len /llx /lly /m /magu /manualfeed /n /offbits /onbits /organgle /orgbangle /orgbfreq /orgbproc /orgbxfer /orgfreq /orggangle /orggfreq /orggproc /orggxfer /orgmatrix /orgproc /orgrangle /orgrfreq /orgrproc /orgrxfer /orgxfer /pagesave /paperheight /papersizedict /paperwidth /pos /pwid /r /rad /redt /sl /str /tran /u /urx /ury /val /width /width /ws /ww /x /x1 /x2 /xindex /xpoint /xscale /xx /y /y1 /y2 /yelu /yindex /ypoint /yscale /yy ] { 0 def } forall /FmBD {bind def} bind def systemdict /pdfmark known { /fMAcrobat true def /FmPD /pdfmark load def /FmPT /show load def currentdistillerparams /CoreDistVersion get 2000 ge { /FmPD2 /pdfmark load def /FmPA { mark exch /Dest exch 5 3 roll /View [ /XYZ null 6 -2 roll FmDC exch pop null] /DEST FmPD }FmBD } { /FmPD2 /cleartomark load def /FmPA {pop pop pop}FmBD } ifelse } { /fMAcrobat false def /FmPD /cleartomark load def /FmPD2 /cleartomark load def /FmPT /pop load def /FmPA {pop pop pop}FmBD } ifelse /FmDC { transform fMDefaultMatrix itransform cvi exch cvi exch }FmBD /FmBx { dup 3 index lt {3 1 roll exch} if 1 index 4 index lt {4 -1 roll 3 1 roll exch 4 1 roll} if }FmBD /FMnone 0 def /FMcyan 1 def /FMmagenta 2 def /FMyellow 3 def /FMblack 4 def /FMcustom 5 def /fMNegative false def /FrameSepIs FMnone def /FrameSepBlack 0 def /FrameSepYellow 0 def /FrameSepMagenta 0 def /FrameSepCyan 0 def /FrameSepRed 1 def /FrameSepGreen 1 def /FrameSepBlue 1 def /FrameCurGray 1 def /FrameCurPat null def /FrameCurColors [ 0 0 0 1 0 0 0 ] def /FrameColorEpsilon .001 def /eqepsilon { sub dup 0 lt {neg} if FrameColorEpsilon le } bind def /FrameCmpColorsCMYK { 2 copy 0 get exch 0 get eqepsilon { 2 copy 1 get exch 1 get eqepsilon { 2 copy 2 get exch 2 get eqepsilon { 3 get exch 3 get eqepsilon } {pop pop false} ifelse }{pop pop false} ifelse } {pop pop false} ifelse } bind def /FrameCmpColorsRGB { 2 copy 4 get exch 0 get eqepsilon { 2 copy 5 get exch 1 get eqepsilon { 6 get exch 2 get eqepsilon }{pop pop false} ifelse } {pop pop false} ifelse } bind def /RGBtoCMYK { 1 exch sub 3 1 roll 1 exch sub 3 1 roll 1 exch sub 3 1 roll 3 copy 2 copy le { pop } { exch pop } ifelse 2 copy le { pop } { exch pop } ifelse dup dup dup 6 1 roll 4 1 roll 7 1 roll sub 6 1 roll sub 5 1 roll sub 4 1 roll } bind def /CMYKtoRGB { dup dup 4 -1 roll add 5 1 roll 3 -1 roll add 4 1 roll add 1 exch sub dup 0 lt {pop 0} if 3 1 roll 1 exch sub dup 0 lt {pop 0} if exch 1 exch sub dup 0 lt {pop 0} if exch } bind def /FrameSepInit { 1.0 RealSetgray } bind def /FrameSetSepColor { /FrameSepBlue exch def /FrameSepGreen exch def /FrameSepRed exch def /FrameSepBlack exch def /FrameSepYellow exch def /FrameSepMagenta exch def /FrameSepCyan exch def /FrameSepIs FMcustom def setCurrentScreen } bind def /FrameSetCyan { /FrameSepBlue 1.0 def /FrameSepGreen 1.0 def /FrameSepRed 0.0 def /FrameSepBlack 0.0 def /FrameSepYellow 0.0 def /FrameSepMagenta 0.0 def /FrameSepCyan 1.0 def /FrameSepIs FMcyan def setCurrentScreen } bind def /FrameSetMagenta { /FrameSepBlue 1.0 def /FrameSepGreen 0.0 def /FrameSepRed 1.0 def /FrameSepBlack 0.0 def /FrameSepYellow 0.0 def /FrameSepMagenta 1.0 def /FrameSepCyan 0.0 def /FrameSepIs FMmagenta def setCurrentScreen } bind def /FrameSetYellow { /FrameSepBlue 0.0 def /FrameSepGreen 1.0 def /FrameSepRed 1.0 def /FrameSepBlack 0.0 def /FrameSepYellow 1.0 def /FrameSepMagenta 0.0 def /FrameSepCyan 0.0 def /FrameSepIs FMyellow def setCurrentScreen } bind def /FrameSetBlack { /FrameSepBlue 0.0 def /FrameSepGreen 0.0 def /FrameSepRed 0.0 def /FrameSepBlack 1.0 def /FrameSepYellow 0.0 def /FrameSepMagenta 0.0 def /FrameSepCyan 0.0 def /FrameSepIs FMblack def setCurrentScreen } bind def /FrameNoSep { /FrameSepIs FMnone def setCurrentScreen } bind def /FrameSetSepColors { FrameDict begin [ exch 1 add 1 roll ] /FrameSepColors exch def end } bind def /FrameColorInSepListCMYK { FrameSepColors { exch dup 3 -1 roll FrameCmpColorsCMYK { pop true exit } if } forall dup true ne {pop false} if } bind def /FrameColorInSepListRGB { FrameSepColors { exch dup 3 -1 roll FrameCmpColorsRGB { pop true exit } if } forall dup true ne {pop false} if } bind def /RealSetgray /setgray load def /RealSetrgbcolor /setrgbcolor load def /RealSethsbcolor /sethsbcolor load def end /setgray { FrameDict begin FrameSepIs FMnone eq { RealSetgray } { FrameSepIs FMblack eq { RealSetgray } { FrameSepIs FMcustom eq FrameSepRed 0 eq and FrameSepGreen 0 eq and FrameSepBlue 0 eq and { RealSetgray } { 1 RealSetgray pop } ifelse } ifelse } ifelse end } bind def /setrgbcolor { FrameDict begin FrameSepIs FMnone eq { RealSetrgbcolor } { 3 copy [ 4 1 roll ] FrameColorInSepListRGB { FrameSepBlue eq exch FrameSepGreen eq and exch FrameSepRed eq and { 0 } { 1 } ifelse } { FMPColor { RealSetrgbcolor currentcmykcolor } { RGBtoCMYK } ifelse FrameSepIs FMblack eq {1.0 exch sub 4 1 roll pop pop pop} { FrameSepIs FMyellow eq {pop 1.0 exch sub 3 1 roll pop pop} { FrameSepIs FMmagenta eq {pop pop 1.0 exch sub exch pop } { FrameSepIs FMcyan eq {pop pop pop 1.0 exch sub } {pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse } ifelse RealSetgray } ifelse end } bind def /sethsbcolor { FrameDict begin FrameSepIs FMnone eq { RealSethsbcolor } { RealSethsbcolor currentrgbcolor setrgbcolor } ifelse end } bind def FrameDict begin /setcmykcolor where { pop /RealSetcmykcolor /setcmykcolor load def } { /RealSetcmykcolor { 4 1 roll 3 { 3 index add 0 max 1 min 1 exch sub 3 1 roll} repeat RealSetrgbcolor pop } bind def } ifelse userdict /setcmykcolor { FrameDict begin FrameSepIs FMnone eq { RealSetcmykcolor } { 4 copy [ 5 1 roll ] FrameColorInSepListCMYK { FrameSepBlack eq exch FrameSepYellow eq and exch FrameSepMagenta eq and exch FrameSepCyan eq and { 0 } { 1 } ifelse } { FrameSepIs FMblack eq {1.0 exch sub 4 1 roll pop pop pop} { FrameSepIs FMyellow eq {pop 1.0 exch sub 3 1 roll pop pop} { FrameSepIs FMmagenta eq {pop pop 1.0 exch sub exch pop } { FrameSepIs FMcyan eq {pop pop pop 1.0 exch sub } {pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse } ifelse RealSetgray } ifelse end } bind put fMLevel1 { /patScreenDict 7 dict dup begin <0f1e3c78f0e1c387> [ 45 { pop } {exch pop} .5 2 sqrt] FmBD <0f87c3e1f0783c1e> [ 135 { pop } {exch pop} .5 2 sqrt] FmBD [ 0 { pop } dup .5 2 ] FmBD [ 90 { pop } dup .5 2 ] FmBD <8142241818244281> [ 45 { 2 copy lt {exch} if pop} dup .75 2 sqrt] FmBD <03060c183060c081> [ 45 { pop } {exch pop} .875 2 sqrt] FmBD <8040201008040201> [ 135 { pop } {exch pop} .875 2 sqrt] FmBD end def } { /patProcDict 5 dict dup begin <0f1e3c78f0e1c387> { 3 setlinewidth -1 -1 moveto 9 9 lineto stroke 4 -4 moveto 12 4 lineto stroke -4 4 moveto 4 12 lineto stroke} bind def <0f87c3e1f0783c1e> { 3 setlinewidth -1 9 moveto 9 -1 lineto stroke -4 4 moveto 4 -4 lineto stroke 4 12 moveto 12 4 lineto stroke} bind def <8142241818244281> { 1 setlinewidth -1 9 moveto 9 -1 lineto stroke -1 -1 moveto 9 9 lineto stroke } bind def <03060c183060c081> { 1 setlinewidth -1 -1 moveto 9 9 lineto stroke 4 -4 moveto 12 4 lineto stroke -4 4 moveto 4 12 lineto stroke} bind def <8040201008040201> { 1 setlinewidth -1 9 moveto 9 -1 lineto stroke -4 4 moveto 4 -4 lineto stroke 4 12 moveto 12 4 lineto stroke} bind def end def /patDict 15 dict dup begin /PatternType 1 def /PaintType 2 def /TilingType 3 def /BBox [ 0 0 8 8 ] def /XStep 8 def /YStep 8 def /PaintProc { begin patProcDict bstring known { patProcDict bstring get exec } { 8 8 true [1 0 0 -1 0 8] bstring imagemask } ifelse end } bind def end def } ifelse /combineColor { FrameSepIs FMnone eq { graymode fMLevel1 or not { [/Pattern [/DeviceCMYK]] setcolorspace FrameCurColors 0 4 getinterval aload pop FrameCurPat setcolor } { FrameCurColors 3 get 1.0 ge { FrameCurGray RealSetgray } { fMAcrobat not FMPColor graymode and and { 0 1 3 { FrameCurColors exch get 1 FrameCurGray sub mul } for RealSetcmykcolor } { 4 1 6 { FrameCurColors exch get graymode { 1 exch sub 1 FrameCurGray sub mul 1 exch sub } { 1.0 lt {FrameCurGray} {1} ifelse } ifelse } for RealSetrgbcolor } ifelse } ifelse } ifelse } { FrameCurColors 0 4 getinterval aload FrameColorInSepListCMYK { FrameSepBlack eq exch FrameSepYellow eq and exch FrameSepMagenta eq and exch FrameSepCyan eq and FrameSepIs FMcustom eq and { FrameCurGray } { 1 } ifelse } { FrameSepIs FMblack eq {FrameCurGray 1.0 exch sub mul 1.0 exch sub 4 1 roll pop pop pop} { FrameSepIs FMyellow eq {pop FrameCurGray 1.0 exch sub mul 1.0 exch sub 3 1 roll pop pop} { FrameSepIs FMmagenta eq {pop pop FrameCurGray 1.0 exch sub mul 1.0 exch sub exch pop } { FrameSepIs FMcyan eq {pop pop pop FrameCurGray 1.0 exch sub mul 1.0 exch sub } {pop pop pop pop 1} ifelse } ifelse } ifelse } ifelse } ifelse graymode fMLevel1 or not { [/Pattern [/DeviceGray]] setcolorspace FrameCurPat setcolor } { graymode not fMLevel1 and { dup 1 lt {pop FrameCurGray} if } if RealSetgray } ifelse } ifelse } bind def /savematrix { orgmatrix currentmatrix pop } bind def /restorematrix { orgmatrix setmatrix } bind def /fMDefaultMatrix matrix defaultmatrix def /fMatrix2 matrix def /dpi 72 0 fMDefaultMatrix dtransform dup mul exch dup mul add sqrt def /freq dpi dup 72 div round dup 0 eq {pop 1} if 8 mul div def /sangle 1 0 fMDefaultMatrix dtransform exch atan def sangle fMatrix2 rotate fMDefaultMatrix fMatrix2 concatmatrix dup 0 get /sflipx exch def 3 get /sflipy exch def /screenIndex { 0 1 dpiranges length 1 sub { dup dpiranges exch get 1 sub dpi le {exit} {pop} ifelse } for } bind def /getCyanScreen { FMUseHighFrequencyScreens { CHighAngles CMHighFreqs} {CLowAngles CMLowFreqs} ifelse screenIndex dup 3 1 roll get 3 1 roll get /FMSpotFunction load } bind def /getMagentaScreen { FMUseHighFrequencyScreens { MHighAngles CMHighFreqs } {MLowAngles CMLowFreqs} ifelse screenIndex dup 3 1 roll get 3 1 roll get /FMSpotFunction load } bind def /getYellowScreen { FMUseHighFrequencyScreens { YHighTDot YHighFreqs} { YLowTDot YLowFreqs } ifelse screenIndex dup 3 1 roll get 3 1 roll get { 3 div {2 { 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch} repeat FMSpotFunction } } {/FMSpotFunction load } ifelse 0.0 exch } bind def /getBlackScreen { FMUseHighFrequencyScreens { KHighFreqs } { KLowFreqs } ifelse screenIndex get 45.0 /FMSpotFunction load } bind def /getSpotScreen { getBlackScreen } bind def /getCompositeScreen { getBlackScreen } bind def /FMSetScreen fMLevel1 { /setscreen load }{ { 8 dict begin /HalftoneType 1 def /SpotFunction exch def /Angle exch def /Frequency exch def /AccurateScreens FMUseAcccurateScreens def currentdict end sethalftone } bind } ifelse def /setDefaultScreen { FMPColor { orgrxfer cvx orggxfer cvx orgbxfer cvx orgxfer cvx setcolortransfer } { orgxfer cvx settransfer } ifelse orgfreq organgle orgproc cvx setscreen } bind def /setCurrentScreen { FrameSepIs FMnone eq { FMUseDefaultNoSeparationScreen { setDefaultScreen } { getCompositeScreen FMSetScreen } ifelse } { FrameSepIs FMcustom eq { FMUseDefaultSpotSeparationScreen { setDefaultScreen } { getSpotScreen FMSetScreen } ifelse } { FMUseDefaultProcessSeparationScreen { setDefaultScreen } { FrameSepIs FMcyan eq { getCyanScreen FMSetScreen } { FrameSepIs FMmagenta eq { getMagentaScreen FMSetScreen } { FrameSepIs FMyellow eq { getYellowScreen FMSetScreen } { getBlackScreen FMSetScreen } ifelse } ifelse } ifelse } ifelse } ifelse } ifelse } bind def end /FMDOCUMENT { array /FMfonts exch def /#copies exch def FrameDict begin 0 ne /manualfeed exch def /paperheight exch def /paperwidth exch def 0 ne /fMNegative exch def 0 ne /edown exch def /yscale exch def /xscale exch def fMLevel1 { manualfeed {setmanualfeed} if /FMdicttop countdictstack 1 add def /FMoptop count def setpapername manualfeed {true} {papersize} ifelse {manualpapersize} {false} ifelse {desperatepapersize} {false} ifelse {papersizefailure} if count -1 FMoptop {pop pop} for countdictstack -1 FMdicttop {pop end} for } {2 dict dup /PageSize [paperwidth paperheight] put manualfeed {dup /ManualFeed manualfeed put} if {setpagedevice} stopped {papersizefailure} if } ifelse FMPColor { currentcolorscreen cvlit /orgproc exch def /organgle exch def /orgfreq exch def cvlit /orgbproc exch def /orgbangle exch def /orgbfreq exch def cvlit /orggproc exch def /orggangle exch def /orggfreq exch def cvlit /orgrproc exch def /orgrangle exch def /orgrfreq exch def currentcolortransfer fMNegative { 1 1 4 { pop { 1 exch sub } fmConcatProcs 4 1 roll } for 4 copy setcolortransfer } if cvlit /orgxfer exch def cvlit /orgbxfer exch def cvlit /orggxfer exch def cvlit /orgrxfer exch def } { currentscreen cvlit /orgproc exch def /organgle exch def /orgfreq exch def currenttransfer fMNegative { { 1 exch sub } fmConcatProcs dup settransfer } if cvlit /orgxfer exch def } ifelse end } def /FMBEGINPAGE { FrameDict begin /pagesave save def 3.86 setmiterlimit /landscape exch 0 ne def landscape { 90 rotate 0 exch dup /pwid exch def neg translate pop }{ pop /pwid exch def } ifelse edown { [-1 0 0 1 pwid 0] concat } if 0 0 moveto paperwidth 0 lineto paperwidth paperheight lineto 0 paperheight lineto 0 0 lineto 1 setgray fill xscale yscale scale /orgmatrix matrix def gsave } def /FMENDPAGE { grestore pagesave restore end showpage } def /FMFONTDEFINE { FrameDict begin findfont ReEncode 1 index exch definefont FMfonts 3 1 roll put end } def /FMFILLS { FrameDict begin dup array /fillvals exch def dict /patCache exch def end } def /FMFILL { FrameDict begin fillvals 3 1 roll put end } def /FMNORMALIZEGRAPHICS { newpath 1 setlinewidth 0 setlinecap 0 0 0 sethsbcolor 0 setgray } bind def /FMBEGINEPSF { end /FMEPSF save def /showpage {} def % See Adobe's "PostScript Language Reference Manual, 2nd Edition", page 714. % "...the following operators MUST NOT be used in an EPS file:" (emphasis ours) /banddevice {(banddevice) FMBADEPSF} def /clear {(clear) FMBADEPSF} def /cleardictstack {(cleardictstack) FMBADEPSF} def /copypage {(copypage) FMBADEPSF} def /erasepage {(erasepage) FMBADEPSF} def /exitserver {(exitserver) FMBADEPSF} def /framedevice {(framedevice) FMBADEPSF} def /grestoreall {(grestoreall) FMBADEPSF} def /initclip {(initclip) FMBADEPSF} def /initgraphics {(initgraphics) FMBADEPSF} def /quit {(quit) FMBADEPSF} def /renderbands {(renderbands) FMBADEPSF} def /setglobal {(setglobal) FMBADEPSF} def /setpagedevice {(setpagedevice) FMBADEPSF} def /setshared {(setshared) FMBADEPSF} def /startjob {(startjob) FMBADEPSF} def /lettertray {(lettertray) FMBADEPSF} def /letter {(letter) FMBADEPSF} def /lettersmall {(lettersmall) FMBADEPSF} def /11x17tray {(11x17tray) FMBADEPSF} def /11x17 {(11x17) FMBADEPSF} def /ledgertray {(ledgertray) FMBADEPSF} def /ledger {(ledger) FMBADEPSF} def /legaltray {(legaltray) FMBADEPSF} def /legal {(legal) FMBADEPSF} def /statementtray {(statementtray) FMBADEPSF} def /statement {(statement) FMBADEPSF} def /executivetray {(executivetray) FMBADEPSF} def /executive {(executive) FMBADEPSF} def /a3tray {(a3tray) FMBADEPSF} def /a3 {(a3) FMBADEPSF} def /a4tray {(a4tray) FMBADEPSF} def /a4 {(a4) FMBADEPSF} def /a4small {(a4small) FMBADEPSF} def /b4tray {(b4tray) FMBADEPSF} def /b4 {(b4) FMBADEPSF} def /b5tray {(b5tray) FMBADEPSF} def /b5 {(b5) FMBADEPSF} def FMNORMALIZEGRAPHICS [/fy /fx /fh /fw /ury /urx /lly /llx] {exch def} forall fx fw 2 div add fy fh 2 div add translate rotate fw 2 div neg fh 2 div neg translate fw urx llx sub div fh ury lly sub div scale llx neg lly neg translate /FMdicttop countdictstack 1 add def /FMoptop count def } bind def /FMENDEPSF { count -1 FMoptop {pop pop} for countdictstack -1 FMdicttop {pop end} for FMEPSF restore FrameDict begin } bind def FrameDict begin /setmanualfeed { %%BeginFeature *ManualFeed True statusdict /manualfeed true put %%EndFeature } bind def /max {2 copy lt {exch} if pop} bind def /min {2 copy gt {exch} if pop} bind def /inch {72 mul} def /pagedimen { paperheight sub abs 16 lt exch paperwidth sub abs 16 lt and {/papername exch def} {pop} ifelse } bind def /setpapername { /papersizedict 14 dict def papersizedict begin /papername /unknown def /Letter 8.5 inch 11.0 inch pagedimen /LetterSmall 7.68 inch 10.16 inch pagedimen /Tabloid 11.0 inch 17.0 inch pagedimen /Ledger 17.0 inch 11.0 inch pagedimen /Legal 8.5 inch 14.0 inch pagedimen /Statement 5.5 inch 8.5 inch pagedimen /Executive 7.5 inch 10.0 inch pagedimen /A3 11.69 inch 16.5 inch pagedimen /A4 8.26 inch 11.69 inch pagedimen /A4Small 7.47 inch 10.85 inch pagedimen /B4 10.125 inch 14.33 inch pagedimen /B5 7.16 inch 10.125 inch pagedimen end } bind def /papersize { papersizedict begin /Letter {lettertray letter} def /LetterSmall {lettertray lettersmall} def /Tabloid {11x17tray 11x17} def /Ledger {ledgertray ledger} def /Legal {legaltray legal} def /Statement {statementtray statement} def /Executive {executivetray executive} def /A3 {a3tray a3} def /A4 {a4tray a4} def /A4Small {a4tray a4small} def /B4 {b4tray b4} def /B5 {b5tray b5} def /unknown {unknown} def papersizedict dup papername known {papername} {/unknown} ifelse get end statusdict begin stopped end } bind def /manualpapersize { papersizedict begin /Letter {letter} def /LetterSmall {lettersmall} def /Tabloid {11x17} def /Ledger {ledger} def /Legal {legal} def /Statement {statement} def /Executive {executive} def /A3 {a3} def /A4 {a4} def /A4Small {a4small} def /B4 {b4} def /B5 {b5} def /unknown {unknown} def papersizedict dup papername known {papername} {/unknown} ifelse get end stopped } bind def /desperatepapersize { statusdict /setpageparams known { paperwidth paperheight 0 1 statusdict begin {setpageparams} stopped end } {true} ifelse } bind def /papersizefailure { FMAllowPaperSizeMismatch not { (The requested paper size is not available in any currently-installed tray) (Edit the PS file to "FMAllowPaperSizeMismatch true" to use default tray) FMFAILURE } if } def /DiacriticEncoding [ /.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 /quotesingle /parenleft /parenright /asterisk /plus /comma /hyphen /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 /grave /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 /Adieresis /Aring /Ccedilla /Eacute /Ntilde /Odieresis /Udieresis /aacute /agrave /acircumflex /adieresis /atilde /aring /ccedilla /eacute /egrave /ecircumflex /edieresis /iacute /igrave /icircumflex /idieresis /ntilde /oacute /ograve /ocircumflex /odieresis /otilde /uacute /ugrave /ucircumflex /udieresis /dagger /.notdef /cent /sterling /section /bullet /paragraph /germandbls /registered /copyright /trademark /acute /dieresis /.notdef /AE /Oslash /.notdef /.notdef /.notdef /.notdef /yen /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /ordfeminine /ordmasculine /.notdef /ae /oslash /questiondown /exclamdown /logicalnot /.notdef /florin /.notdef /.notdef /guillemotleft /guillemotright /ellipsis /.notdef /Agrave /Atilde /Otilde /OE /oe /endash /emdash /quotedblleft /quotedblright /quoteleft /quoteright /.notdef /.notdef /ydieresis /Ydieresis /fraction /currency /guilsinglleft /guilsinglright /fi /fl /daggerdbl /periodcentered /quotesinglbase /quotedblbase /perthousand /Acircumflex /Ecircumflex /Aacute /Edieresis /Egrave /Iacute /Icircumflex /Idieresis /Igrave /Oacute /Ocircumflex /.notdef /Ograve /Uacute /Ucircumflex /Ugrave /dotlessi /circumflex /tilde /macron /breve /dotaccent /ring /cedilla /hungarumlaut /ogonek /caron ] def /ReEncode { dup length dict begin { 1 index /FID ne {def} {pop pop} ifelse } forall 0 eq {/Encoding DiacriticEncoding def} if currentdict end } bind def FMPColor { /BEGINBITMAPCOLOR { BITMAPCOLOR} def /BEGINBITMAPCOLORc { BITMAPCOLORc} def /BEGINBITMAPTRUECOLOR { BITMAPTRUECOLOR } def /BEGINBITMAPTRUECOLORc { BITMAPTRUECOLORc } def /BEGINBITMAPCMYK { BITMAPCMYK } def /BEGINBITMAPCMYKc { BITMAPCMYKc } def } { /BEGINBITMAPCOLOR { BITMAPGRAY} def /BEGINBITMAPCOLORc { BITMAPGRAYc} def /BEGINBITMAPTRUECOLOR { BITMAPTRUEGRAY } def /BEGINBITMAPTRUECOLORc { BITMAPTRUEGRAYc } def /BEGINBITMAPCMYK { BITMAPCMYKGRAY } def /BEGINBITMAPCMYKc { BITMAPCMYKGRAYc } def } ifelse /K { FMPrintAllColorsAsBlack { dup 1 eq 2 index 1 eq and 3 index 1 eq and not {7 {pop} repeat 0 0 0 1 0 0 0} if } if FrameCurColors astore pop combineColor } bind def /graymode true def fMLevel1 { /fmGetFlip { fMatrix2 exch get mul 0 lt { -1 } { 1 } ifelse } FmBD } if /setPatternMode { fMLevel1 { 2 index patScreenDict exch known { pop pop patScreenDict exch get aload pop freq mul 5 2 roll fMatrix2 currentmatrix 1 get 0 ne { 3 -1 roll 90 add 3 1 roll sflipx 1 fmGetFlip sflipy 2 fmGetFlip neg mul } { sflipx 0 fmGetFlip sflipy 3 fmGetFlip mul } ifelse 0 lt {exch pop} {pop} ifelse fMNegative { {neg} fmConcatProcs } if bind systemdict /setscreen get exec /FrameCurGray exch def } { /bwidth exch def /bpside exch def /bstring exch def /onbits 0 def /offbits 0 def freq sangle landscape {90 add} if {/ypoint exch def /xpoint exch def /xindex xpoint 1 add 2 div bpside mul cvi def /yindex ypoint 1 add 2 div bpside mul cvi def bstring yindex bwidth mul xindex 8 idiv add get 1 7 xindex 8 mod sub bitshift and 0 ne fMNegative {not} if {/onbits onbits 1 add def 1} {/offbits offbits 1 add def 0} ifelse } setscreen offbits offbits onbits add div fMNegative {1.0 exch sub} if /FrameCurGray exch def } ifelse } { pop pop dup patCache exch known { patCache exch get } { dup patDict /bstring 3 -1 roll put patDict 9 PatFreq screenIndex get div dup matrix scale makepattern dup patCache 4 -1 roll 3 -1 roll put } ifelse /FrameCurGray 0 def /FrameCurPat exch def } ifelse /graymode false def combineColor } bind def /setGrayScaleMode { graymode not { /graymode true def fMLevel1 { setCurrentScreen } if } if /FrameCurGray exch def combineColor } bind def /normalize { transform round exch round exch itransform } bind def /dnormalize { dtransform round exch round exch idtransform } bind def /lnormalize { 0 dtransform exch cvi 2 idiv 2 mul 1 add exch idtransform pop } bind def /H { lnormalize setlinewidth } bind def /Z { setlinecap } bind def /PFill { graymode fMLevel1 or not { gsave 1 setgray eofill grestore } if } bind def /PStroke { graymode fMLevel1 or not { gsave 1 setgray stroke grestore } if stroke } bind def /X { fillvals exch get dup type /stringtype eq {8 1 setPatternMode} {setGrayScaleMode} ifelse } bind def /V { PFill gsave eofill grestore } bind def /Vclip { clip } bind def /Vstrk { currentlinewidth exch setlinewidth PStroke setlinewidth } bind def /N { PStroke } bind def /Nclip { strokepath clip newpath } bind def /Nstrk { currentlinewidth exch setlinewidth PStroke setlinewidth } bind def /M {newpath moveto} bind def /E {lineto} bind def /D {curveto} bind def /O {closepath} bind def /L { /n exch def newpath normalize moveto 2 1 n {pop normalize lineto} for } bind def /Y { L closepath } bind def /R { /y2 exch def /x2 exch def /y1 exch def /x1 exch def x1 y1 x2 y1 x2 y2 x1 y2 4 Y } bind def /rarc {rad arcto } bind def /RR { /rad exch def normalize /y2 exch def /x2 exch def normalize /y1 exch def /x1 exch def mark newpath { x1 y1 rad add moveto x1 y2 x2 y2 rarc x2 y2 x2 y1 rarc x2 y1 x1 y1 rarc x1 y1 x1 y2 rarc closepath } stopped {x1 y1 x2 y2 R} if cleartomark } bind def /RRR { /rad exch def normalize /y4 exch def /x4 exch def normalize /y3 exch def /x3 exch def normalize /y2 exch def /x2 exch def normalize /y1 exch def /x1 exch def newpath normalize moveto mark { x2 y2 x3 y3 rarc x3 y3 x4 y4 rarc x4 y4 x1 y1 rarc x1 y1 x2 y2 rarc closepath } stopped {x1 y1 x2 y2 x3 y3 x4 y4 newpath moveto lineto lineto lineto closepath} if cleartomark } bind def /C { grestore gsave R clip setCurrentScreen } bind def /CP { grestore gsave Y clip setCurrentScreen } bind def /F { FMfonts exch get FMpointsize scalefont setfont } bind def /Q { /FMpointsize exch def F } bind def /T { moveto show } bind def /RF { rotate 0 ne {-1 1 scale} if } bind def /TF { gsave moveto RF show grestore } bind def /P { moveto 0 32 3 2 roll widthshow } bind def /PF { gsave moveto RF 0 32 3 2 roll widthshow grestore } bind def /S { moveto 0 exch ashow } bind def /SF { gsave moveto RF 0 exch ashow grestore } bind def /B { moveto 0 32 4 2 roll 0 exch awidthshow } bind def /BF { gsave moveto RF 0 32 4 2 roll 0 exch awidthshow grestore } bind def /G { gsave newpath normalize translate 0.0 0.0 moveto dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath PFill fill grestore } bind def /Gstrk { savematrix newpath 2 index 2 div add exch 3 index 2 div sub exch normalize 2 index 2 div sub exch 3 index 2 div add exch translate scale 0.0 0.0 1.0 5 3 roll arc restorematrix currentlinewidth exch setlinewidth PStroke setlinewidth } bind def /Gclip { newpath savematrix normalize translate 0.0 0.0 moveto dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath clip newpath restorematrix } bind def /GG { gsave newpath normalize translate 0.0 0.0 moveto rotate dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath PFill fill grestore } bind def /GGclip { savematrix newpath normalize translate 0.0 0.0 moveto rotate dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath clip newpath restorematrix } bind def /GGstrk { savematrix newpath normalize translate 0.0 0.0 moveto rotate dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath restorematrix currentlinewidth exch setlinewidth PStroke setlinewidth } bind def /A { gsave savematrix newpath 2 index 2 div add exch 3 index 2 div sub exch normalize 2 index 2 div sub exch 3 index 2 div add exch translate scale 0.0 0.0 1.0 5 3 roll arc restorematrix PStroke grestore } bind def /Aclip { newpath savematrix normalize translate 0.0 0.0 moveto dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath strokepath clip newpath restorematrix } bind def /Astrk { Gstrk } bind def /AA { gsave savematrix newpath 3 index 2 div add exch 4 index 2 div sub exch normalize 3 index 2 div sub exch 4 index 2 div add exch translate rotate scale 0.0 0.0 1.0 5 3 roll arc restorematrix PStroke grestore } bind def /AAclip { savematrix newpath normalize translate 0.0 0.0 moveto rotate dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath strokepath clip newpath restorematrix } bind def /AAstrk { GGstrk } bind def /BEGINPRINTCODE { /FMdicttop countdictstack 1 add def /FMoptop count 7 sub def /FMsaveobject save def userdict begin /showpage {} def FMNORMALIZEGRAPHICS 3 index neg 3 index neg translate } bind def /ENDPRINTCODE { count -1 FMoptop {pop pop} for countdictstack -1 FMdicttop {pop end} for FMsaveobject restore } bind def /gn { 0 { 46 mul cf read pop 32 sub dup 46 lt {exit} if 46 sub add } loop add } bind def /cfs { /str sl string def 0 1 sl 1 sub {str exch val put} for str def } bind def /ic [ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 0 {0 hx} {1 hx} {2 hx} {3 hx} {4 hx} {5 hx} {6 hx} {7 hx} {8 hx} {9 hx} {10 hx} {11 hx} {12 hx} {13 hx} {14 hx} {15 hx} {16 hx} {17 hx} {18 hx} {19 hx} {gn hx} {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {16} {17} {18} {19} {gn} {0 wh} {1 wh} {2 wh} {3 wh} {4 wh} {5 wh} {6 wh} {7 wh} {8 wh} {9 wh} {10 wh} {11 wh} {12 wh} {13 wh} {14 wh} {gn wh} {0 bl} {1 bl} {2 bl} {3 bl} {4 bl} {5 bl} {6 bl} {7 bl} {8 bl} {9 bl} {10 bl} {11 bl} {12 bl} {13 bl} {14 bl} {gn bl} {0 fl} {1 fl} {2 fl} {3 fl} {4 fl} {5 fl} {6 fl} {7 fl} {8 fl} {9 fl} {10 fl} {11 fl} {12 fl} {13 fl} {14 fl} {gn fl} ] def /ms { /sl exch def /val 255 def /ws cfs /im cfs /val 0 def /bs cfs /cs cfs } bind def 400 ms /ip { is 0 cf cs readline pop { ic exch get exec add } forall pop } bind def /rip { bis ris copy pop is 0 cf cs readline pop { ic exch get exec add } forall pop pop ris gis copy pop dup is exch cf cs readline pop { ic exch get exec add } forall pop pop gis bis copy pop dup add is exch cf cs readline pop { ic exch get exec add } forall pop } bind def /rip4 { kis cis copy pop is 0 cf cs readline pop { ic exch get exec add } forall pop pop cis mis copy pop dup is exch cf cs readline pop { ic exch get exec add } forall pop pop mis yis copy pop dup dup add is exch cf cs readline pop { ic exch get exec add } forall pop pop yis kis copy pop 3 mul is exch cf cs readline pop { ic exch get exec add } forall pop } bind def /wh { /len exch def /pos exch def ws 0 len getinterval im pos len getinterval copy pop pos len } bind def /bl { /len exch def /pos exch def bs 0 len getinterval im pos len getinterval copy pop pos len } bind def /s1 1 string def /fl { /len exch def /pos exch def /val cf s1 readhexstring pop 0 get def pos 1 pos len add 1 sub {im exch val put} for pos len } bind def /hx { 3 copy getinterval cf exch readhexstring pop pop } bind def /wbytes { dup dup 8 gt { pop 8 idiv mul } { 8 eq {pop} {1 eq {7 add 8 idiv} {3 add 4 idiv} ifelse} ifelse } ifelse } bind def /BEGINBITMAPBWc { 1 {} COMMONBITMAPc } bind def /BEGINBITMAPGRAYc { 8 {} COMMONBITMAPc } bind def /BEGINBITMAP2BITc { 2 {} COMMONBITMAPc } bind def /COMMONBITMAPc { /cvtProc exch def /depth exch def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def sl lb lt {lb ms} if /bitmapsave save def cvtProc /is im 0 lb getinterval def ws 0 lb getinterval is copy pop /cf currentfile def width height depth [width 0 0 height neg 0 height] {ip} image bitmapsave restore grestore } bind def /BEGINBITMAPBW { 1 {} COMMONBITMAP } bind def /BEGINBITMAPGRAY { 8 {} COMMONBITMAP } bind def /BEGINBITMAP2BIT { 2 {} COMMONBITMAP } bind def /COMMONBITMAP { /cvtProc exch def /depth exch def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /bitmapsave save def cvtProc /is width depth wbytes string def /cf currentfile def width height depth [width 0 0 height neg 0 height] {cf is readhexstring pop} image bitmapsave restore grestore } bind def /ngrayt 256 array def /nredt 256 array def /nbluet 256 array def /ngreent 256 array def fMLevel1 { /colorsetup { currentcolortransfer /gryt exch def /blut exch def /grnt exch def /redt exch def 0 1 255 { /indx exch def /cynu 1 red indx get 255 div sub def /magu 1 green indx get 255 div sub def /yelu 1 blue indx get 255 div sub def /kk cynu magu min yelu min def /u kk currentundercolorremoval exec def % /u 0 def nredt indx 1 0 cynu u sub max sub redt exec put ngreent indx 1 0 magu u sub max sub grnt exec put nbluet indx 1 0 yelu u sub max sub blut exec put ngrayt indx 1 kk currentblackgeneration exec sub gryt exec put } for {255 mul cvi nredt exch get} {255 mul cvi ngreent exch get} {255 mul cvi nbluet exch get} {255 mul cvi ngrayt exch get} setcolortransfer {pop 0} setundercolorremoval {} setblackgeneration } bind def } { /colorSetup2 { [ /Indexed /DeviceRGB 255 {dup red exch get 255 div exch dup green exch get 255 div exch blue exch get 255 div} ] setcolorspace } bind def } ifelse /fakecolorsetup { /tran 256 string def 0 1 255 {/indx exch def tran indx red indx get 77 mul green indx get 151 mul blue indx get 28 mul add add 256 idiv put} for currenttransfer {255 mul cvi tran exch get 255.0 div} exch fmConcatProcs settransfer } bind def /BITMAPCOLOR { /depth 8 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /bitmapsave save def fMLevel1 { colorsetup /is width depth wbytes string def /cf currentfile def width height depth [width 0 0 height neg 0 height] {cf is readhexstring pop} {is} {is} true 3 colorimage } { colorSetup2 /is width depth wbytes string def /cf currentfile def 7 dict dup begin /ImageType 1 def /Width width def /Height height def /ImageMatrix [width 0 0 height neg 0 height] def /DataSource {cf is readhexstring pop} bind def /BitsPerComponent depth def /Decode [0 255] def end image } ifelse bitmapsave restore grestore } bind def /BITMAPCOLORc { /depth 8 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def sl lb lt {lb ms} if /bitmapsave save def fMLevel1 { colorsetup /is im 0 lb getinterval def ws 0 lb getinterval is copy pop /cf currentfile def width height depth [width 0 0 height neg 0 height] {ip} {is} {is} true 3 colorimage } { colorSetup2 /is im 0 lb getinterval def ws 0 lb getinterval is copy pop /cf currentfile def 7 dict dup begin /ImageType 1 def /Width width def /Height height def /ImageMatrix [width 0 0 height neg 0 height] def /DataSource {ip} bind def /BitsPerComponent depth def /Decode [0 255] def end image } ifelse bitmapsave restore grestore } bind def /BITMAPTRUECOLORc { /depth 24 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def sl lb lt {lb ms} if /bitmapsave save def /is im 0 lb getinterval def /ris im 0 width getinterval def /gis im width width getinterval def /bis im width 2 mul width getinterval def ws 0 lb getinterval is copy pop /cf currentfile def width height 8 [width 0 0 height neg 0 height] {width rip pop ris} {gis} {bis} true 3 colorimage bitmapsave restore grestore } bind def /BITMAPCMYKc { /depth 32 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def sl lb lt {lb ms} if /bitmapsave save def /is im 0 lb getinterval def /cis im 0 width getinterval def /mis im width width getinterval def /yis im width 2 mul width getinterval def /kis im width 3 mul width getinterval def ws 0 lb getinterval is copy pop /cf currentfile def width height 8 [width 0 0 height neg 0 height] {width rip4 pop cis} {mis} {yis} {kis} true 4 colorimage bitmapsave restore grestore } bind def /BITMAPTRUECOLOR { gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /bitmapsave save def /is width string def /gis width string def /bis width string def /cf currentfile def width height 8 [width 0 0 height neg 0 height] { cf is readhexstring pop } { cf gis readhexstring pop } { cf bis readhexstring pop } true 3 colorimage bitmapsave restore grestore } bind def /BITMAPCMYK { gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /bitmapsave save def /is width string def /mis width string def /yis width string def /kis width string def /cf currentfile def width height 8 [width 0 0 height neg 0 height] { cf is readhexstring pop } { cf mis readhexstring pop } { cf yis readhexstring pop } { cf kis readhexstring pop } true 4 colorimage bitmapsave restore grestore } bind def /BITMAPTRUEGRAYc { /depth 24 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def sl lb lt {lb ms} if /bitmapsave save def /is im 0 lb getinterval def /ris im 0 width getinterval def /gis im width width getinterval def /bis im width 2 mul width getinterval def ws 0 lb getinterval is copy pop /cf currentfile def width height 8 [width 0 0 height neg 0 height] {width rip pop ris gis bis width gray} image bitmapsave restore grestore } bind def /BITMAPCMYKGRAYc { /depth 32 def gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /lb width depth wbytes def sl lb lt {lb ms} if /bitmapsave save def /is im 0 lb getinterval def /cis im 0 width getinterval def /mis im width width getinterval def /yis im width 2 mul width getinterval def /kis im width 3 mul width getinterval def ws 0 lb getinterval is copy pop /cf currentfile def width height 8 [width 0 0 height neg 0 height] {width rip pop cis mis yis kis width cgray} image bitmapsave restore grestore } bind def /cgray { /ww exch def /k exch def /y exch def /m exch def /c exch def 0 1 ww 1 sub { /i exch def c i get m i get y i get k i get CMYKtoRGB .144 mul 3 1 roll .587 mul 3 1 roll .299 mul add add c i 3 -1 roll floor cvi put } for c } bind def /gray { /ww exch def /b exch def /g exch def /r exch def 0 1 ww 1 sub { /i exch def r i get .299 mul g i get .587 mul b i get .114 mul add add r i 3 -1 roll floor cvi put } for r } bind def /BITMAPTRUEGRAY { gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /bitmapsave save def /is width string def /gis width string def /bis width string def /cf currentfile def width height 8 [width 0 0 height neg 0 height] { cf is readhexstring pop cf gis readhexstring pop cf bis readhexstring pop width gray} image bitmapsave restore grestore } bind def /BITMAPCMYKGRAY { gsave 3 index 2 div add exch 4 index 2 div add exch translate rotate 1 index 2 div neg 1 index 2 div neg translate scale /height exch def /width exch def /bitmapsave save def /is width string def /yis width string def /mis width string def /kis width string def /cf currentfile def width height 8 [width 0 0 height neg 0 height] { cf is readhexstring pop cf mis readhexstring pop cf yis readhexstring pop cf kis readhexstring pop width cgray} image bitmapsave restore grestore } bind def /BITMAPGRAY { 8 {fakecolorsetup} COMMONBITMAP } bind def /BITMAPGRAYc { 8 {fakecolorsetup} COMMONBITMAPc } bind def /ENDBITMAP { } bind def end /ALDmatrix matrix def ALDmatrix currentmatrix pop /StartALD { /ALDsave save def savematrix ALDmatrix setmatrix } bind def /InALD { restorematrix } bind def /DoneALD { ALDsave restore } bind def /I { setdash } bind def /J { [] 0 setdash } bind def %%EndProlog %%BeginSetup (5.0) FMVERSION 1 1 0 0 612 792 0 1 31 FMDOCUMENT 0 0 /Times-Italic FMFONTDEFINE 1 0 /Palatino-Roman FMFONTDEFINE 2 1 /Symbol FMFONTDEFINE 3 0 /Times-Roman FMFONTDEFINE 4 0 /Times-Bold FMFONTDEFINE 5 0 /LucidaSans-Typewriter FMFONTDEFINE 6 0 /LucidaSans-TypNarr FMFONTDEFINE 7 0 /Helvetica-Bold FMFONTDEFINE 8 0 /Courier FMFONTDEFINE 9 0 /Helvetica FMFONTDEFINE 32 FMFILLS 0 0 FMFILL 1 0.1 FMFILL 2 0.3 FMFILL 3 0.5 FMFILL 4 0.7 FMFILL 5 0.9 FMFILL 6 0.97 FMFILL 7 1 FMFILL 8 <0f1e3c78f0e1c387> FMFILL 9 <0f87c3e1f0783c1e> FMFILL 10 FMFILL 11 FMFILL 12 <8142241818244281> FMFILL 13 <03060c183060c081> FMFILL 14 <8040201008040201> FMFILL 16 1 FMFILL 17 0.9 FMFILL 18 0.7 FMFILL 19 0.5 FMFILL 20 0.3 FMFILL 21 0.1 FMFILL 22 0.03 FMFILL 23 0 FMFILL 24 FMFILL 25 FMFILL 26 <3333333333333333> FMFILL 27 <0000ffff0000ffff> FMFILL 28 <7ebddbe7e7dbbd7e> FMFILL 29 FMFILL 30 <7fbfdfeff7fbfdfe> FMFILL %%EndSetup %%Page: "i" 1 %%BeginPaperSize: Letter %%EndPaperSize 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K J 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (i) 472.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 32 Q -0.64 (J) 170.49 628.7 S -0.64 (ava Media Player) 182.94 628.7 S -0.64 (s) 401.67 628.7 S 1 10 Q (Version .96, May 27, 1997) 236.03 514.37 T (Java Media Framework is being developed by) 190.4 494.37 T (Sun Microsystems, Inc., Silicon Graphics Inc., and Intel Corporation.) 141.04 484.37 T 112.5 117.5 471.46 667.04 C 0 0 0 0 1 1 1 K 112.56 403 471.4 464.04 C 0 0 0 1 0 0 0 K 0 0 0 0 1 1 1 K 112.56 403 471.4 464.04 R 7 X V 0 0 0 1 0 0 0 K 0 146 371 453 506 75.19 33.06 118.27 412.64 FMBEGINEPSF %%BeginDocument: %!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Illustrator(TM) 5.0 %%For: (Noel) (sun micro) %%Title: (SMI Logo.Black.eps) %%CreationDate: (5/13/96) (12:20 PM) %%BoundingBox: 146 371 453 506 %%HiResBoundingBox: 146.2978 371.1483 452.6046 505.0299 %%DocumentProcessColors: Black %%DocumentSuppliedResources: procset Adobe_level2_AI5 1.0 0 %%+ procset Adobe_Illustrator_AI6_vars Adobe_Illustrator_AI6 %%+ procset Adobe_Illustrator_AI5 1.0 0 %AI5_FileFormat 2.0 %AI3_ColorUsage: Black&White %%CMYKCustomColor: 0.6 0.4 0 0.1 (SunBlue) %AI3_TemplateBox: 306 396 306 396 %AI3_TileBox: -59 120 671 672 %AI3_DocumentPreview: Macintosh_ColorPic %AI5_ArtSize: 792 612 %AI5_RulerUnits: 0 %AI5_ArtFlags: 0 0 0 1 0 0 1 1 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 1 %AI5_OpenToView: -198 732 -1 1148 828 58 1 1 2 40 %AI5_OpenViewLayers: 7 %%EndComments %%BeginProlog %%BeginResource: procset Adobe_level2_AI5 1.2 0 %%Title: (Adobe Illustrator (R) Version 5.0 Level 2 Emulation) %%Version: 1.2 %%CreationDate: (04/10/93) () %%Copyright: ((C) 1987-1993 Adobe Systems Incorporated All Rights Reserved) userdict /Adobe_level2_AI5 23 dict dup begin put /packedarray where not { userdict begin /packedarray { array astore readonly } bind def /setpacking /pop load def /currentpacking false def end 0 } if pop userdict /defaultpacking currentpacking put true setpacking /initialize { Adobe_level2_AI5 begin } bind def /terminate { currentdict Adobe_level2_AI5 eq { end } if } bind def mark /setcustomcolor where not { /findcmykcustomcolor { 5 packedarray } bind def /setcustomcolor { exch aload pop pop 4 { 4 index mul 4 1 roll } repeat 5 -1 roll pop setcmykcolor } def } if /gt38? mark {version cvr cvx exec} stopped {cleartomark true} {38 gt exch pop} ifelse def userdict /deviceDPI 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt put userdict /level2? systemdict /languagelevel known dup { pop systemdict /languagelevel get 2 ge } if put /level2ScreenFreq { begin 60 HalftoneType 1 eq { pop Frequency } if HalftoneType 2 eq { pop GrayFrequency } if HalftoneType 5 eq { pop Default level2ScreenFreq } if end } bind def userdict /currentScreenFreq level2? {currenthalftone level2ScreenFreq} {currentscreen pop pop} ifelse put level2? not { /setcmykcolor where not { /setcmykcolor { exch .11 mul add exch .59 mul add exch .3 mul add 1 exch sub setgray } def } if /currentcmykcolor where not { /currentcmykcolor { 0 0 0 1 currentgray sub } def } if /setoverprint where not { /setoverprint /pop load def } if /selectfont where not { /selectfont { exch findfont exch dup type /arraytype eq { makefont } { scalefont } ifelse setfont } bind def } if /cshow where not { /cshow { [ 0 0 5 -1 roll aload pop ] cvx bind forall } bind def } if } if cleartomark /anyColor? { add add add 0 ne } bind def /testColor { gsave setcmykcolor currentcmykcolor grestore } bind def /testCMYKColorThrough { testColor anyColor? } bind def userdict /composite? level2? { gsave 1 1 1 1 setcmykcolor currentcmykcolor grestore add add add 4 eq } { 1 0 0 0 testCMYKColorThrough 0 1 0 0 testCMYKColorThrough 0 0 1 0 testCMYKColorThrough 0 0 0 1 testCMYKColorThrough and and and } ifelse put composite? not { userdict begin gsave /cyan? 1 0 0 0 testCMYKColorThrough def /magenta? 0 1 0 0 testCMYKColorThrough def /yellow? 0 0 1 0 testCMYKColorThrough def /black? 0 0 0 1 testCMYKColorThrough def grestore /isCMYKSep? cyan? magenta? yellow? black? or or or def /customColor? isCMYKSep? not def end } if end defaultpacking setpacking %%EndResource %%BeginProcSet: Adobe_ColorImage_AI6 1.0 0 userdict /Adobe_ColorImage_AI6 known not { userdict /Adobe_ColorImage_AI6 17 dict put } if userdict /Adobe_ColorImage_AI6 get begin /initialize { Adobe_ColorImage_AI6 begin Adobe_ColorImage_AI6 { dup type /arraytype eq { dup xcheck { bind } if } if pop pop } forall } def /terminate { end } def currentdict /Adobe_ColorImage_AI6_Vars known not { /Adobe_ColorImage_AI6_Vars 14 dict def } if Adobe_ColorImage_AI6_Vars begin /channelcount 0 def /sourcecount 0 def /sourcearray 4 array def /plateindex -1 def /XIMask 0 def /XIBinary 0 def /XIChannelCount 0 def /XIBitsPerPixel 0 def /XIImageHeight 0 def /XIImageWidth 0 def /XIImageMatrix null def /XIBuffer null def /XIDataProc null def end /WalkRGBString null def /WalkCMYKString null def /StuffRGBIntoGrayString null def /RGBToGrayImageProc null def /StuffCMYKIntoGrayString null def /CMYKToGrayImageProc null def /ColorImageCompositeEmulator null def /SeparateCMYKImageProc null def /FourEqual null def /TestPlateIndex null def currentdict /_colorimage known not { /colorimage where { /colorimage get /_colorimage exch def } { /_colorimage null def } ifelse } if /_currenttransfer systemdict /currenttransfer get def /colorimage null def /XI null def /WalkRGBString { 0 3 index dup length 1 sub 0 3 3 -1 roll { 3 getinterval { } forall 5 index exec 3 index } for 5 { pop } repeat } def /WalkCMYKString { 0 3 index dup length 1 sub 0 4 3 -1 roll { 4 getinterval { } forall 6 index exec 3 index } for 5 { pop } repeat } def /StuffRGBIntoGrayString { .11 mul exch .59 mul add exch .3 mul add cvi 3 copy put pop 1 add } def /RGBToGrayImageProc { Adobe_ColorImage_AI6_Vars begin sourcearray 0 get exec dup length 3 idiv string dup 3 1 roll /StuffRGBIntoGrayString load exch WalkRGBString end } def /StuffCMYKIntoGrayString { exch .11 mul add exch .59 mul add exch .3 mul add dup 255 gt { pop 255 } if 255 exch sub cvi 3 copy put pop 1 add } def /CMYKToGrayImageProc { Adobe_ColorImage_AI6_Vars begin sourcearray 0 get exec dup length 4 idiv string dup 3 1 roll /StuffCMYKIntoGrayString load exch WalkCMYKString end } def /ColorImageCompositeEmulator { pop true eq { Adobe_ColorImage_AI6_Vars /sourcecount get 5 add { pop } repeat } { Adobe_ColorImage_AI6_Vars /channelcount get 1 ne { Adobe_ColorImage_AI6_Vars begin sourcearray 0 3 -1 roll put channelcount 3 eq { /RGBToGrayImageProc } { /CMYKToGrayImageProc } ifelse load end } if image } ifelse } def /SeparateCMYKImageProc { Adobe_ColorImage_AI6_Vars begin sourcecount 0 ne { sourcearray plateindex get exec } { sourcearray 0 get exec dup length 4 idiv string 0 2 index plateindex 4 2 index length 1 sub { get 255 exch sub 3 copy put pop 1 add 2 index } for pop pop exch pop } ifelse end } def /FourEqual { 4 index ne { pop pop pop false } { 4 index ne { pop pop false } { 4 index ne { pop false } { 4 index eq } ifelse } ifelse } ifelse } def /TestPlateIndex { Adobe_ColorImage_AI6_Vars begin /plateindex -1 def /setcmykcolor where { pop gsave 1 0 0 0 setcmykcolor systemdict /currentgray get exec 1 exch sub 0 1 0 0 setcmykcolor systemdict /currentgray get exec 1 exch sub 0 0 1 0 setcmykcolor systemdict /currentgray get exec 1 exch sub 0 0 0 1 setcmykcolor systemdict /currentgray get exec 1 exch sub grestore 1 0 0 0 FourEqual { /plateindex 0 def } { 0 1 0 0 FourEqual { /plateindex 1 def } { 0 0 1 0 FourEqual { /plateindex 2 def } { 0 0 0 1 FourEqual { /plateindex 3 def } { 0 0 0 0 FourEqual { /plateindex 5 def } if } ifelse } ifelse } ifelse } ifelse pop pop pop pop } if plateindex end } def /colorimage { Adobe_ColorImage_AI6_Vars begin /channelcount 1 index def /sourcecount 2 index 1 eq { channelcount 1 sub } { 0 } ifelse def 4 sourcecount add index dup 8 eq exch 1 eq or not end { /_colorimage load null ne { _colorimage } { Adobe_ColorImage_AI6_Vars /sourcecount get 7 add { pop } repeat } ifelse } { dup 3 eq TestPlateIndex dup -1 eq exch 5 eq or or { /_colorimage load null eq { ColorImageCompositeEmulator } { dup 1 eq { pop pop image } { Adobe_ColorImage_AI6_Vars /plateindex get 5 eq { gsave 0 _currenttransfer exec 1 _currenttransfer exec eq { 0 _currenttransfer exec 0.5 lt } { 0 _currenttransfer exec 1 _currenttransfer exec gt } ifelse { { pop 0 } } { { pop 1 } } ifelse systemdict /settransfer get exec } if _colorimage Adobe_ColorImage_AI6_Vars /plateindex get 5 eq { grestore } if } ifelse } ifelse } { dup 1 eq { pop pop image } { pop pop Adobe_ColorImage_AI6_Vars begin sourcecount -1 0 { exch sourcearray 3 1 roll put } for /SeparateCMYKImageProc load end systemdict /image get exec } ifelse } ifelse } ifelse } def /XI { Adobe_ColorImage_AI6_Vars begin gsave /XIMask exch 0 ne def /XIBinary exch 0 ne def pop pop /XIChannelCount exch def /XIBitsPerPixel exch def /XIImageHeight exch def /XIImageWidth exch def pop pop pop pop /XIImageMatrix exch def XIBitsPerPixel 1 eq { XIImageWidth 8 div ceiling cvi } { XIImageWidth XIChannelCount mul } ifelse /XIBuffer exch string def XIBinary { /XIDataProc { currentfile XIBuffer readstring pop } def currentfile 128 string readline pop pop } { /XIDataProc { currentfile XIBuffer readhexstring pop } def } ifelse 0 0 moveto XIImageMatrix concat XIImageWidth XIImageHeight scale XIMask { XIImageWidth XIImageHeight false [ XIImageWidth 0 0 XIImageHeight neg 0 0 ] /XIDataProc load /_lp /null ddef _fc /_lp /imagemask ddef imagemask } { XIImageWidth XIImageHeight XIBitsPerPixel [ XIImageWidth 0 0 XIImageHeight neg 0 0 ] /XIDataProc load XIChannelCount 1 eq { gsave 0 setgray image grestore } { false XIChannelCount colorimage } ifelse } ifelse grestore end } def end %%EndProcSet %%BeginResource: procset Adobe_Illustrator_AI5 1.1 0 %%Title: (Adobe Illustrator (R) Version 5.0 Full Prolog) %%Version: 1.1 %%CreationDate: (3/7/1994) () %%Copyright: ((C) 1987-1994 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_Illustrator_AI5_vars 81 dict dup begin put /_eo false def /_lp /none def /_pf { } def /_ps { } def /_psf { } def /_pss { } def /_pjsf { } def /_pjss { } def /_pola 0 def /_doClip 0 def /cf currentflat def /_tm matrix def /_renderStart [ /e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0 ] def /_renderEnd [ null null null null /i1 /i1 /i1 /i1 ] def /_render -1 def /_rise 0 def /_ax 0 def /_ay 0 def /_cx 0 def /_cy 0 def /_leading [ 0 0 ] def /_ctm matrix def /_mtx matrix def /_sp 16#020 def /_hyphen (-) def /_fScl 0 def /_cnt 0 def /_hs 1 def /_nativeEncoding 0 def /_useNativeEncoding 0 def /_tempEncode 0 def /_pntr 0 def /_tDict 2 dict def /_wv 0 def /Tx { } def /Tj { } def /CRender { } def /_AI3_savepage { } def /_gf null def /_cf 4 array def /_if null def /_of false def /_fc { } def /_gs null def /_cs 4 array def /_is null def /_os false def /_sc { } def /_pd 1 dict def /_ed 15 dict def /_pm matrix def /_fm null def /_fd null def /_fdd null def /_sm null def /_sd null def /_sdd null def /_i null def /discardSave null def /buffer 256 string def /beginString null def /endString null def /endStringLength null def /layerCnt 1 def /layerCount 1 def /perCent (%) 0 get def /perCentSeen? false def /newBuff null def /newBuffButFirst null def /newBuffLast null def /clipForward? false def end userdict /Adobe_Illustrator_AI5 known not { userdict /Adobe_Illustrator_AI5 91 dict put } if userdict /Adobe_Illustrator_AI5 get begin /initialize { Adobe_Illustrator_AI5 dup begin Adobe_Illustrator_AI5_vars begin discardDict { bind pop pop } forall dup /nc get begin { dup xcheck 1 index type /operatortype ne and { bind } if pop pop } forall end newpath } def /terminate { end end } def /_ null def /ddef { Adobe_Illustrator_AI5_vars 3 1 roll put } def /xput { dup load dup length exch maxlength eq { dup dup load dup length 2 mul dict copy def } if load begin def end } def /npop { { pop } repeat } def /sw { dup length exch stringwidth exch 5 -1 roll 3 index mul add 4 1 roll 3 1 roll mul add } def /swj { dup 4 1 roll dup length exch stringwidth exch 5 -1 roll 3 index mul add 4 1 roll 3 1 roll mul add 6 2 roll /_cnt 0 ddef { 1 index eq { /_cnt _cnt 1 add ddef } if } forall pop exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop } def /ss { 4 1 roll { 2 npop (0) exch 2 copy 0 exch put pop gsave false charpath currentpoint 4 index setmatrix stroke grestore moveto 2 copy rmoveto } exch cshow 3 npop } def /jss { 4 1 roll { 2 npop (0) exch 2 copy 0 exch put gsave _sp eq { exch 6 index 6 index 6 index 5 -1 roll widthshow currentpoint } { false charpath currentpoint 4 index setmatrix stroke } ifelse grestore moveto 2 copy rmoveto } exch cshow 6 npop } def /sp { { 2 npop (0) exch 2 copy 0 exch put pop false charpath 2 copy rmoveto } exch cshow 2 npop } def /jsp { { 2 npop (0) exch 2 copy 0 exch put _sp eq { exch 5 index 5 index 5 index 5 -1 roll widthshow } { false charpath } ifelse 2 copy rmoveto } exch cshow 5 npop } def /pl { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add exch itransform } def /setstrokeadjust where { pop true setstrokeadjust /c { curveto } def /C /c load def /v { currentpoint 6 2 roll curveto } def /V /v load def /y { 2 copy curveto } def /Y /y load def /l { lineto } def /L /l load def /m { moveto } def } { /c { pl curveto } def /C /c load def /v { currentpoint 6 2 roll pl curveto } def /V /v load def /y { pl 2 copy curveto } def /Y /y load def /l { pl lineto } def /L /l load def /m { pl moveto } def } ifelse /d { setdash } def /cf { } def /i { dup 0 eq { pop cf } if setflat } def /j { setlinejoin } def /J { setlinecap } def /M { setmiterlimit } def /w { setlinewidth } def /XR { 0 ne /_eo exch ddef } def /H { } def /h { closepath } def /N { _pola 0 eq { _doClip 1 eq { _eo {eoclip} {clip} ifelse /_doClip 0 ddef } if newpath } { /CRender { N } ddef } ifelse } def /n { N } def /F { _pola 0 eq { _doClip 1 eq { gsave _pf grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _fc /_doClip 0 ddef } { _pf } ifelse } { /CRender { F } ddef } ifelse } def /f { closepath F } def /S { _pola 0 eq { _doClip 1 eq { gsave _ps grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc /_doClip 0 ddef } { _ps } ifelse } { /CRender { S } ddef } ifelse } def /s { closepath S } def /B { _pola 0 eq { _doClip 1 eq gsave F grestore { gsave S grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc /_doClip 0 ddef } { S } ifelse } { /CRender { B } ddef } ifelse } def /b { closepath B } def /W { /_doClip 1 ddef } def /* { count 0 ne { dup type /stringtype eq { pop } if } if newpath } def /u { } def /U { } def /q { _pola 0 eq { gsave } if } def /Q { _pola 0 eq { grestore } if } def /*u { _pola 1 add /_pola exch ddef } def /*U { _pola 1 sub /_pola exch ddef _pola 0 eq { CRender } if } def /D { pop } def /*w { } def /*W { } def /` { /_i save ddef clipForward? { nulldevice } if 6 1 roll 4 npop concat pop userdict begin /showpage { } def 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin 10 setmiterlimit [] 0 setdash /setstrokeadjust where {pop false setstrokeadjust} if newpath 0 setgray false setoverprint } def /~ { end _i restore } def /O { 0 ne /_of exch ddef /_lp /none ddef } def /R { 0 ne /_os exch ddef /_lp /none ddef } def /g { /_gf exch ddef /_fc { _lp /fill ne { _of setoverprint _gf setgray /_lp /fill ddef } if } ddef /_pf { _fc _eo {eofill} {fill} ifelse } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /G { /_gs exch ddef /_sc { _lp /stroke ne { _os setoverprint _gs setgray /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /k { _cf astore pop /_fc { _lp /fill ne { _of setoverprint _cf aload pop setcmykcolor /_lp /fill ddef } if } ddef /_pf { _fc _eo {eofill} {fill} ifelse } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /K { _cs astore pop /_sc { _lp /stroke ne { _os setoverprint _cs aload pop setcmykcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /x { /_gf exch ddef findcmykcustomcolor /_if exch ddef /_fc { _lp /fill ne { _of setoverprint _if _gf 1 exch sub setcustomcolor /_lp /fill ddef } if } ddef /_pf { _fc _eo {eofill} {fill} ifelse } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /X { /_gs exch ddef findcmykcustomcolor /_is exch ddef /_sc { _lp /stroke ne { _os setoverprint _is _gs 1 exch sub setcustomcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /A { pop } def /annotatepage { userdict /annotatepage 2 copy known {get exec} {pop pop} ifelse } def /XT { pop pop } def /discard { save /discardSave exch store discardDict begin /endString exch store gt38? { 2 add } if load stopped pop end discardSave restore } bind def userdict /discardDict 7 dict dup begin put /pre38Initialize { /endStringLength endString length store /newBuff buffer 0 endStringLength getinterval store /newBuffButFirst newBuff 1 endStringLength 1 sub getinterval store /newBuffLast newBuff endStringLength 1 sub 1 getinterval store } def /shiftBuffer { newBuff 0 newBuffButFirst putinterval newBuffLast 0 currentfile read not { stop } if put } def 0 { pre38Initialize mark currentfile newBuff readstring exch pop { { newBuff endString eq { cleartomark stop } if shiftBuffer } loop } { stop } ifelse } def 1 { pre38Initialize /beginString exch store mark currentfile newBuff readstring exch pop { { newBuff beginString eq { /layerCount dup load 1 add store } { newBuff endString eq { /layerCount dup load 1 sub store layerCount 0 eq { cleartomark stop } if } if } ifelse shiftBuffer } loop } if } def 2 { mark { currentfile buffer readline not { stop } if endString eq { cleartomark stop } if } loop } def 3 { /beginString exch store /layerCnt 1 store mark { currentfile buffer readline not { stop } if dup beginString eq { pop /layerCnt dup load 1 add store } { endString eq { layerCnt 1 eq { cleartomark stop } { /layerCnt dup load 1 sub store } ifelse } if } ifelse } loop } def end userdict /clipRenderOff 15 dict dup begin put { /n /N /s /S /f /F /b /B } { { _doClip 1 eq { /_doClip 0 ddef _eo {eoclip} {clip} ifelse } if newpath } def } forall /Tr /pop load def /Bb {} def /BB /pop load def /Bg {12 npop} def /Bm {6 npop} def /Bc /Bm load def /Bh {4 npop} def end /Lb { 4 npop 6 1 roll pop 4 1 roll pop pop pop 0 eq { 0 eq { (%AI5_BeginLayer) 1 (%AI5_EndLayer--) discard } { /clipForward? true def /Tx /pop load def /Tj /pop load def currentdict end clipRenderOff begin begin } ifelse } { 0 eq { save /discardSave exch store } if } ifelse } bind def /LB { discardSave dup null ne { restore } { pop clipForward? { currentdict end end begin /clipForward? false ddef } if } ifelse } bind def /Pb { pop pop 0 (%AI5_EndPalette) discard } bind def /Np { 0 (%AI5_End_NonPrinting--) discard } bind def /Ln /pop load def /Ap /pop load def /Ar { 72 exch div 0 dtransform dup mul exch dup mul add sqrt dup 1 lt { pop 1 } if setflat } def /Mb { q } def /Md { } def /MB { Q } def /nc 3 dict def nc begin /setgray { pop } bind def /setcmykcolor { 4 npop } bind def /setcustomcolor { 2 npop } bind def currentdict readonly pop end end setpacking %%EndResource %%EndProlog %%BeginSetup Adobe_level2_AI5 /initialize get exec Adobe_ColorImage_AI6 /initialize get exec Adobe_Illustrator_AI5 /initialize get exec %AI5_Begin_NonPrinting Np 8 Bn %AI5_BeginGradient: (Black & White) (Black & White) 0 2 Bd [ < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A09080706050403020100 > 0 %_Br [ 0 0 50 100 %_Bs 1 0 50 0 %_Bs BD %AI5_EndGradient %AI5_BeginGradient: (Green & Blue) (Green & Blue) 0 2 Bd [ < 99999A9A9B9B9B9C9C9D9D9D9E9E9F9F9FA0A0A1A1A1A2A2A3A3A3A4A4A5A5A5A6A6A7A7A7A8A8A9 A9A9AAAAABABABACACADADADAEAEAFAFAFB0B0B1B1B1B2B2B3B3B3B4B4B5B5B5B6B6B7B7B7B8B8B9 B9B9BABABBBBBBBCBCBDBDBDBEBEBFBFBFC0C0C1C1C1C2C2C3C3C3C4C4C5C5C5C6C6C7C7C7C8C8C9 C9C9CACACBCBCBCCCCCDCDCDCECECFCFCFD0D0D1D1D1D2D2D3D3D3D4D4D5D5D5D6D6D7D7D7D8D8D9 D9D9DADADBDBDBDCDCDDDDDDDEDEDFDFDFE0E0E1E1E1E2E2E3E3E3E4E4E5E5E5E6E6E7E7E7E8E8E9 E9E9EAEAEBEBEBECECEDEDEDEEEEEFEFEFF0F0F1F1F1F2F2F3F3F3F4F4F5F5F5F6F6F7F7F7F8F8F9 F9F9FAFAFBFBFBFCFCFDFDFDFEFEFFFF > < 000102020304050506070808090A0B0B0C0D0E0E0F101111121314141516171718191A1A1B1C1D1D 1E1F20202122232324252626272829292A2B2C2C2D2E2F2F303132323334353536373838393A3B3B 3C3D3E3E3F404141424344444546474748494A4A4B4C4D4D4E4F5050515253535455565657585959 5A5B5C5C5D5E5F5F606162626364656566676868696A6B6B6C6D6E6E6F7071717273747475767777 78797A7A7B7C7D7D7E7F80808182828384858586878888898A8B8B8C8D8E8E8F9091919293949495 96979798999A9A9B9C9D9D9E9FA0A0A1A2A3A3A4A5A6A6A7A8A9A9AAABACACADAEAFAFB0B1B2B2B3 B4B5B5B6B7B8B8B9BABBBBBCBDBEBEBF > < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A09080706050403020100 > 0 1 %_Br [ 1 0.75 0 0 1 50 100 %_Bs 0.6 0 1 0 1 50 0 %_Bs BD %AI5_EndGradient %AI5_BeginGradient: (Pink, Yellow, Green) (Pink, Yellow, Green) 0 3 Bd [ < 00000000000000000000000000000000000000010101010101010101010101010101010101010101 01010101010202020202020202020202020202020202020202020203030303030303030303030303 03030303030303030404040404040404040404040404040404040404050505050505050505050505 05050505050505060606060606060606060606060606060606060707070707070707070707070707 07070707080808080808080808080808080808080809090909090909090909090909090909090A0A 0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0B0B0B0B0B0B0B0B0B0B0B0B0B0B0B0B0C0C0C0C0C0C0C0C0C 0C0C0C0C0C0C0C0D0D0D0D0D > < 050506060606070708080809090A0A0A0B0B0C0C0D0D0E0E0F0F1010111112121313141415151617 17181819191A1A1B1C1C1D1D1E1F1F202021222223232425252626272828292A2A2B2C2C2D2D2E2F 2F3031313233333435353637373839393A3B3B3C3D3E3E3F4040414242434445454647474849494A 4B4C4C4D4E4F4F505151525354545556575758595A5A5B5C5C5D5E5F5F6061626363646566666768 69696A6B6C6C6D6E6F707071727373747576777778797A7B7B7C7D7E7F7F80818283838485868787 88898A8B8B8C8D8E8F8F9091929394949596979898999A9B9C9D9D9E9FA0A1A2A2A3A4A5A6A7A7A8 A9AAABACADADAEAFB0B1B2B2 > < CCCCCBCBCBCACACAC9C9C8C8C7C7C6C6C5C5C4C4C3C2C2C1C1C0C0BFBEBEBDBDBCBBBBBAB9B9B8B7 B7B6B6B5B4B4B3B2B1B1B0AFAFAEADADACABAAAAA9A8A8A7A6A5A5A4A3A2A2A1A0A09F9E9D9C9C9B 9A999998979696959493929291908F8E8E8D8C8B8A8A8988878686858483828181807F7E7D7C7C7B 7A7978777776757473727171706F6E6D6C6B6A6A69686766656463636261605F5E5D5C5B5B5A5958 5756555453525151504F4E4D4C4B4A49484746464544434241403F3E3D3C3B3A3938383736353433 3231302F2E2D2C2B2A29282726252423222221201F1E1D1C1B1A191817161514131211100F0E0D0C 0B0A09080706050403020100 > 0 1 %_Br < 737271706F6E6D6C6B6A696867666564636261605F5E5D5C5B5B5A59585756555453525150504F4E 4D4C4B4A4949484746454443434241403F3E3E3D3C3B3A3A393837363635343333323130302F2E2D 2D2C2B2A2A29282827262525242323222121201F1F1E1D1D1C1C1B1A1A1918181717161615141413 1312121111100F0F0E0E0D0D0C0C0C0B0B0A0A090908080807070606060505050404040303030202 020201010101010000000000 > < 00000000000000000000000001010101010101010101010101010101010101010101010102020202 02020202020202020202020202020202020202020202030303030303030303030303030303030303 03030303030303030303030303040404040404040404040404040404040404040404040404040404 04040404040404040404050505050505050505050505050505050505050505050505050505050505 050505050505050505050505 > < BFBFBFC0C0C0C0C0C0C0C0C0C1C1C1C1C1C1C1C1C1C2C2C2C2C2C2C2C2C2C2C3C3C3C3C3C3C3C3C3 C3C4C4C4C4C4C4C4C4C4C4C5C5C5C5C5C5C5C5C5C5C5C6C6C6C6C6C6C6C6C6C6C6C6C7C7C7C7C7C7 C7C7C7C7C7C7C8C8C8C8C8C8C8C8C8C8C8C8C8C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9CACACACACACA CACACACACACACACACACACBCBCBCBCBCBCBCBCBCBCBCBCBCBCBCBCBCBCBCBCBCBCCCCCCCCCCCCCCCC CCCCCCCCCCCCCCCCCCCCCCCC > 0 1 %_Br [ 0.05 0.7 0 0 1 50 100 %_Bs 0 0.02 0.8 0 1 57 36 %_Bs 0.45 0 0.75 0 1 37 0 %_Bs BD %AI5_EndGradient %AI5_BeginGradient: (Purple, Red & Yellow) (Purple, Red & Yellow) 0 3 Bd [ 0 < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A > < CCCCCCCDCDCDCDCDCECECECECECFCFCFCFD0D0D0D0D0D1D1D1D1D1D2D2D2D2D2D3D3D3D3D3D4D4D4 D4D5D5D5D5D5D6D6D6D6D6D7D7D7D7D7D8D8D8D8D8D9D9D9D9DADADADADADBDBDBDBDBDCDCDCDCDC DDDDDDDDDDDEDEDEDEDFDFDFDFDFE0E0E0E0E0E1E1E1E1E1E2E2E2E2E2E3E3E3E3E4E4E4E4E4E5E5 E5E5E5E6E6E6E6E6E7E7E7E7E7E8E8E8E8E9E9E9E9E9EAEAEAEAEAEBEBEBEBEBECECECECECEDEDED EDEEEEEEEEEEEFEFEFEFEFF0F0F0F0F0F1F1F1F1F1F2F2F2F2F3F3F3F3F3F4F4F4F4F4F5F5F5F5F5 F6F6F6F6F6F7F7F7F7F8F8F8F8F8F9F9F9F9F9FAFAFAFAFAFBFBFBFBFBFCFCFCFCFDFDFDFDFDFEFE FEFEFEFFFFFF > 0 1 %_Br < E5E4E3E2E1E0DFDEDDDCDBDAD9D8D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBE BDBCBBBAB9B8B7B6B5B4B3B2B1B0AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A99989796 9594939291908F8E8D8C8B8A898887868584838281807F7E7D7C7B7A797877767574737271706F6E 6D6C6B6A696867666564636261605F5E5D5C5B5A595857565554535251504F4E4D4C4B4A49484746 4544434241403F3E3D3C3B3A393837363534333231302F2E2D2C2B2A292827262524232221201F1E 1D1C1B1A191817161514131211100F0E0D0C0B0A09080706050403020100 > < E5E6E6E6E6E6E6E6E6E7E7E7E7E7E7E7E7E7E8E8E8E8E8E8E8E8E8E9E9E9E9E9E9E9E9E9EAEAEAEA EAEAEAEAEAEBEBEBEBEBEBEBEBEBECECECECECECECECECEDEDEDEDEDEDEDEDEDEEEEEEEEEEEEEEEE EEEFEFEFEFEFEFEFEFEFF0F0F0F0F0F0F0F0F0F1F1F1F1F1F1F1F1F1F2F2F2F2F2F2F2F2F2F3F3F3 F3F3F3F3F3F3F4F4F4F4F4F4F4F4F4F5F5F5F5F5F5F5F5F5F6F6F6F6F6F6F6F6F6F7F7F7F7F7F7F7 F7F7F8F8F8F8F8F8F8F8F8F9F9F9F9F9F9F9F9F9FAFAFAFAFAFAFAFAFAFBFBFBFBFBFBFBFBFBFCFC FCFCFCFCFCFCFCFDFDFDFDFDFDFDFDFDFEFEFEFEFEFEFEFEFEFFFFFFFFFF > < 00010203040405060708090A0B0C0C0D0E0F10111213141415161718191A1B1C1D1D1E1F20212223 242525262728292A2B2C2D2D2E2F30313233343535363738393A3B3C3D3D3E3F4041424344454546 4748494A4B4C4D4E4E4F50515253545556565758595A5B5C5D5E5E5F60616263646566666768696A 6B6C6D6E6E6F70717273747576767778797A7B7C7D7E7F7F80818283848586878788898A8B8C8D8E 8F8F90919293949596979798999A9B9C9D9E9F9FA0A1A2A3A4A5A6A7A7A8A9AAABACADAEAFAFB0B1 B2B3B4B5B6B7B8B8B9BABBBCBDBEBFC0C0C1C2C3C4C5C6C7C8C8C9CACBCC > 0 1 %_Br [ 0 0.04 1 0 1 50 100 %_Bs 0 1 0.8 0 1 50 50 %_Bs 0.9 0.9 0 0 1 50 0 %_Bs BD %AI5_EndGradient %AI5_BeginGradient: (Rainbow) (Rainbow) 0 6 Bd [ < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A09080706050403020100 > 1 0 0 1 %_Br 1 < 0708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F202122232425262728292A2B2C2D2E 2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F50515253545556 5758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E 7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6 A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCE CFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6 F7F8F9FAFBFCFDFEFF > 0 0 1 %_Br 1 < 00000000000000000000000000000000000001010101010101010101010101010101010101010101 01010101010101010101010101010202020202020202020202020202020202020202020202020202 02020202020202020202030303030303030303030303030303030303030303030303030303030303 03030303030304040404040404040404040404040404040404040404040404040404040404040404 04040505050505050505050505050505050505050505050505050505050505050505050505050606 06060606060606060606060606060606060606060606060606060606060606060606070707070707 07070707070707070707070707070707 > < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A09080706050403020100 > 0 1 %_Br < 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627 28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F 505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677 78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7 C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF > 0 1 0 1 %_Br 0 < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A09080706050403020100 > 1 0 1 %_Br [ 0 1 0 0 1 50 100 %_Bs 1 1 0 0 1 50 80 %_Bs 1 0.0279 0 0 1 50 60 %_Bs 1 0 1 0 1 50 40 %_Bs 0 0 1 0 1 50 20 %_Bs 0 1 1 0 1 50 0 %_Bs BD %AI5_EndGradient %AI5_BeginGradient: (Steel Bar) (Steel Bar) 0 3 Bd [ < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A09080706050403020100 > 0 %_Br < 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627 28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F 505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677 78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7 C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF > 0 %_Br [ 0 0 50 100 %_Bs 1 0 50 70 %_Bs 0 0 50 0 %_Bs BD %AI5_EndGradient %AI5_BeginGradient: (Yellow & Orange Radial) (Yellow & Orange Radial) 1 2 Bd [ 0 < 0001010203040506060708090A0B0C0C0D0E0F10111213131415161718191A1B1C1D1D1E1F202122 232425262728292A2B2B2C2D2E2F303132333435363738393A3B3C3D3E3E3F404142434445464748 494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F60606162636465666768696A6B6C6D6E6F 707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C > < FFFFFFFFFEFEFEFEFEFEFEFDFDFDFDFDFDFCFCFCFCFCFCFBFBFBFBFBFBFAFAFAFAFAFAF9F9F9F9F9 F9F8F8F8F8F8F8F7F7F7F7F7F7F6F6F6F6F6F6F5F5F5F5F5F5F4F4F4F4F4F3F3F3F3F3F3F2F2F2F2 F2F2F1F1F1F1F1F0F0F0F0F0F0EFEFEFEFEFEFEEEEEEEEEEEDEDEDEDEDEDECECECECECEBEBEBEBEB EBEAEAEAEAEAE9E9E9E9E9E9E8E8E8E8E8E8E7E7E7E7E7E6E6E6E6E6E5 > 0 1 %_Br [ 0 0 1 0 1 52 19 %_Bs 0 0.55 0.9 0 1 50 100 %_Bs BD %AI5_EndGradient %AI5_BeginGradient: (Yellow & Purple Radial) (Yellow & Purple Radial) 1 2 Bd [ < 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627 28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F 505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677 78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7 C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF > < 1415161718191A1B1C1D1E1F1F202122232425262728292A2A2B2C2D2E2F30313233343536363738 393A3B3C3D3E3F40414142434445464748494A4B4C4D4D4E4F50515253545556575858595A5B5C5D 5E5F60616263646465666768696A6B6C6D6E6F6F707172737475767778797A7B7B7C7D7E7F808182 83848586868788898A8B8C8D8E8F90919292939495969798999A9B9C9D9D9E9FA0A1A2A3A4A5A6A7 A8A9A9AAABACADAEAFB0B1B2B3B4B4B5B6B7B8B9BABBBCBDBEBFC0C0C1C2C3C4C5C6C7C8C9CACBCB CCCDCECFD0D1D2D3D4D5D6D7D7D8D9DADBDCDDDEDFE0E1E2E2E3E4E5E6E7E8E9EAEBECEDEEEEEFF0 F1F2F3F4F5F6F7F8F9F9FAFBFCFDFEFF > < ABAAAAA9A8A7A7A6A5A5A4A3A3A2A1A1A09F9F9E9D9D9C9B9B9A9999989797969595949393929191 908F8F8E8D8D8C8B8B8A8989888787868585848383828181807F7F7E7D7D7C7B7B7A797978777776 7575747373727171706F6F6E6D6D6C6B6B6A6969686767666565646362626160605F5E5E5D5C5C5B 5A5A5958585756565554545352525150504F4E4E4D4C4C4B4A4A4948484746464544444342424140 403F3E3E3D3C3C3B3A3A3938383736363534343332323130302F2E2E2D2C2C2B2A2A292828272626 25242423222121201F1F1E1D1D1C1B1B1A1919181717161515141313121111100F0F0E0D0D0C0B0B 0A090908070706050504030302010100 > 0 1 %_Br [ 0 0.08 0.67 0 1 50 14 %_Bs 1 1 0 0 1 50 100 %_Bs BD %AI5_EndGradient %AI5_End_NonPrinting-- %AI5_BeginPalette 0 2 Pb Pn Pc 1 g Pc 0 g Pc 0 0 0 0 k Pc 0.75 g Pc 0.5 g Pc 0.25 g Pc 0 g Pc Bb 2 (Black & White) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0.25 0 0 0 k Pc 0.5 0 0 0 k Pc 0.75 0 0 0 k Pc 1 0 0 0 k Pc 0.25 0.25 0 0 k Pc 0.5 0.5 0 0 k Pc 0.75 0.75 0 0 k Pc 1 1 0 0 k Pc Bb 2 (Pink, Yellow, Green) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0 0.25 0 0 k Pc 0 0.5 0 0 k Pc 0 0.75 0 0 k Pc 0 1 0 0 k Pc 0 0.25 0.25 0 k Pc 0 0.5 0.5 0 k Pc 0 0.75 0.75 0 k Pc 0 1 1 0 k Pc Bb 0 0 0 0 Bh 2 (Yellow & Purple Radial) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0 0 0.25 0 k Pc 0 0 0.5 0 k Pc 0 0 0.75 0 k Pc 0 0 1 0 k Pc 0.25 0 0.25 0 k Pc 0.5 0 0.5 0 k Pc 0.75 0 0.75 0 k Pc 1 0 1 0 k Pc Bb 2 (Rainbow) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0.25 0.125 0 0 k Pc 0.5 0.25 0 0 k Pc 0.75 0.375 0 0 k Pc 1 0.5 0 0 k Pc 0.125 0.25 0 0 k Pc 0.25 0.5 0 0 k Pc 0.375 0.75 0 0 k Pc 0.5 1 0 0 k Pc Bb 2 (Steel Bar) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0 0.25 0.125 0 k Pc 0 0.5 0.25 0 k Pc 0 0.75 0.375 0 k Pc 0 1 0.5 0 k Pc 0 0.125 0.25 0 k Pc 0 0.25 0.5 0 k Pc 0 0.375 0.75 0 k Pc 0 0.5 1 0 k Pc Bb 2 (Purple, Red & Yellow) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0.125 0 0.25 0 k Pc 0.25 0 0.5 0 k Pc 0.375 0 0.75 0 k Pc 0.5 0 1 0 k Pc 0.25 0 0.125 0 k Pc 0.5 0 0.25 0 k Pc 0.75 0 0.375 0 k Pc 1 0 0.5 0 k Pc Bb 2 (Green & Blue) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0.25 0.125 0.125 0 k Pc 0.5 0.25 0.25 0 k Pc 0.75 0.375 0.375 0 k Pc 1 0.5 0.5 0 k Pc 0.25 0.25 0.125 0 k Pc 0.5 0.5 0.25 0 k Pc 0.75 0.75 0.375 0 k Pc 1 1 0.5 0 k Pc Bb 0 0 0 0 Bh 2 (Yellow & Orange Radial) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0.125 0.25 0.125 0 k Pc 0.25 0.5 0.25 0 k Pc 0.375 0.75 0.375 0 k Pc 0.5 1 0.5 0 k Pc 0.125 0.25 0.25 0 k Pc 0.25 0.5 0.5 0 k Pc 0.375 0.75 0.75 0 k Pc 0.5 1 1 0 k Pc 0.55 0.35 0 0.1 k Pc 0.125 0.125 0.25 0 k Pc 0.25 0.25 0.5 0 k Pc 0.375 0.375 0.75 0 k Pc 0.5 0.5 1 0 k Pc 0.25 0.125 0.25 0 k Pc 0.5 0.25 0.5 0 k Pc 0.75 0.375 0.75 0 k Pc 1 0.5 1 0 k Pc PB %AI5_EndPalette %%EndSetup %AI5_BeginLayer 1 1 1 1 0 0 0 79 128 255 Lb (Layer 1) Ln 0 A 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D -4014 134.25 m 4626 134.25 L (N) * -4014 140.25 m 4626 140.25 L (N) * -4014 123.25 m 4626 123.25 L (N) * -4014 422.75 m 4626 422.75 L (N) * -4014 620 m 4626 620 L (N) * u *u 0 O 0 g 1 D 282.3954 471.8429 m 282.0021 451.7409 304.6004 442.2807 304.2062 424.6751 c 304.2062 419.8137 300.5279 407.2 287.6513 407.463 c 281.2134 407.5946 275.0382 411.9303 275.1696 423.0984 C 275.1696 430.9816 L 275.0382 431.6384 275.0382 432.4268 274.5131 433.0836 c 274.119 433.4779 273.3302 433.7405 272.6737 433.4779 c 271.4908 432.8206 271.2281 431.5071 270.7025 430.4561 C 270.0456 427.04 269.2577 423.4922 268.6003 420.0766 c 268.4694 419.8137 268.8635 419.8137 268.6003 419.8137 c 268.0752 417.3173 267.681 414.6894 267.5493 412.193 c 267.4183 410.6164 268.4694 409.3025 269.7828 408.5141 c 274.6441 405.8865 280.8192 404.0471 287.6513 403.9157 c 304.3376 403.653 318.0021 418.2372 318.2653 432.4268 c 318.3955 443.8572 311.9584 450.4269 304.8636 458.9671 c 301.3162 463.4342 294.2209 469.6093 294.4841 477.7557 c 294.4841 484.3248 299.8709 491.6825 309.7244 491.5511 c 322.9952 491.2884 320.8926 477.2301 321.1558 470.7918 c 321.1558 470.1348 321.1558 469.4778 321.6809 469.2148 c 322.2069 468.6895 322.9952 468.5583 323.6521 468.821 c 324.0463 469.2148 324.309 469.4778 324.4404 469.8721 C 327.7247 482.2227 L 328.2506 484.4563 329.3017 486.6899 329.3017 489.3175 c 329.3017 489.9745 328.7758 490.6314 328.1188 491.1568 c 321.1558 494.8354 316.951 495.3613 310.5131 495.4927 c 294.2209 495.7554 282.5276 484.1935 282.3954 471.8429 c f 322.1015 447.4046 m 322.1015 446.7482 322.6274 446.0905 323.4153 446.0905 c 325.1237 446.0905 326.043 449.5069 330.2473 455.1569 C 332.6119 458.7042 335.6342 461.4635 337.2108 461.4635 c 338.3928 461.4635 338.5246 460.5437 338.5246 459.7553 c 338.5246 455.8137 323.5467 424.2809 323.5467 411.9303 c 323.5467 408.1201 325.1237 404.4413 329.9846 404.4413 c 341.5461 404.4413 354.0281 419.0255 362.9624 432.164 c 363.3573 432.5582 363.6193 432.5582 363.4883 431.9013 c 361.6489 426.5145 359.0208 416.2664 359.0208 409.9593 c 359.0208 407.3318 359.5467 404.1784 363.7511 404.1784 c 373.9987 404.1784 387.2695 424.2809 387.2695 429.0108 c 387.2695 429.799 387.0067 430.5873 386.0874 430.5873 c 384.5104 430.5873 383.9849 427.9597 382.2769 425.0692 c 379.1228 420.0766 373.9987 413.5068 371.5024 413.5068 c 370.5831 413.5068 370.5831 414.558 370.5831 415.3461 c 370.5831 422.047 386.6126 465.7992 386.6126 467.113 c 386.6126 468.1641 386.4808 468.821 384.9049 468.821 c 383.8539 468.821 382.145 468.9524 379.7797 468.9524 c 375.444 468.9524 375.1812 468.2955 374.7871 467.5072 c 372.6849 463.4342 369.532 450.4269 363.2251 438.9961 c 354.6859 424.1495 343.1227 412.4557 338.2619 412.4557 c 336.5534 412.4557 335.5023 413.7697 335.5023 415.7408 c 335.5023 422.31 351.4004 456.3394 351.4004 464.6167 c 351.4004 466.5873 350.3493 470.5289 345.6191 470.5289 c 332.8751 470.5289 322.1015 449.7701 322.1015 447.4046 c f 442.3561 470.3976 m 429.6117 470.3976 416.0786 450.1643 411.4801 443.3318 c 411.2177 442.6749 411.0859 442.9377 411.2177 443.4631 c 413.4513 451.6095 416.0786 458.8357 416.0786 464.2225 c 416.0786 467.5072 414.5024 470.7918 410.2976 470.7918 c 401.3634 470.7918 388.3558 453.1861 388.3558 448.8504 c 388.3558 447.9303 388.6186 447.2738 389.276 447.2738 c 390.8522 447.2738 392.1664 450.2957 394.5314 453.4485 c 397.5537 457.1277 401.2324 461.8576 403.466 461.8576 c 403.8598 461.8576 404.2539 461.5947 404.2539 460.281 c 404.2539 454.7626 392.9544 423.624 388.2249 408.1201 c 387.6989 406.4119 388.75 406.0178 393.7427 406.0178 c 397.2909 406.0178 398.9989 405.4924 399.6554 408.2515 c 402.5459 418.6314 407.9327 430.1931 413.8455 440.3099 c 419.2322 449.7701 430.7946 463.4342 437.2325 463.4342 c 438.6777 463.4342 439.597 462.3827 439.597 460.1494 c 439.597 453.5803 422.7797 422.1787 423.3048 410.2223 c 423.4366 406.8062 424.6191 404.3099 428.9552 404.3099 c 438.9401 404.3099 447.7429 418.2372 451.8159 425.5948 c 452.4728 426.7772 453.5239 428.0911 452.6046 429.5363 c 452.3418 430.0619 451.8159 430.3243 451.1594 430.3243 c 450.7648 430.3243 450.3706 429.9305 450.1083 429.5363 c 447.3492 424.6751 441.305 414.032 437.2325 413.7697 c 436.4442 413.7697 436.0496 414.558 436.0496 415.2149 c 436.0496 419.9448 450.7648 450.558 450.7648 460.9375 c 450.7648 467.9013 446.955 470.3976 442.3561 470.3976 c f *U u 0 D 162.8452 441.8819 m 159.059 438.0962 152.9228 438.0977 149.1373 441.8833 c 145.3519 445.6682 145.3511 451.8108 149.1365 455.5964 c 171.5876 478.0446 L 177.592 472.0403 L 154.984 449.4322 L 156.6807 447.7352 L 156.6807 447.7352 L 179.2883 470.3436 L 185.2992 464.3351 L 162.8452 441.8819 L 162.8452 441.8819 L f 180.3284 455.8388 m 184.1139 459.6244 190.2501 459.6239 194.0351 455.8381 c 197.8214 452.0525 197.8222 445.9104 194.0363 442.1245 c 171.586 419.6767 L 165.5804 425.6805 L 188.1889 448.2883 L 186.4918 449.9858 L 186.4918 449.9858 L 163.8845 427.3776 L 157.8745 433.3862 L 180.3284 455.8388 L 180.3284 455.8388 L f 209.4364 409.2571 m 213.2222 405.4715 213.2214 399.3354 209.4352 395.5492 c 205.6502 391.7641 199.5075 391.7633 195.7212 395.5484 c 173.2737 417.9995 L 179.2781 424.0037 L 201.8858 401.3962 L 203.5825 403.0929 L 203.5825 403.0929 L 180.9744 425.701 L 186.9833 431.711 L 209.4364 409.2571 L 209.4364 409.2571 L f 195.4795 426.7403 m 191.6933 430.526 191.6945 436.6623 195.4803 440.4476 c 199.2658 444.2332 205.4077 444.2339 209.1939 440.4484 c 231.6414 417.9978 L 225.6378 411.9929 L 203.0293 434.6011 L 201.3331 432.9036 L 201.3331 432.9036 L 223.9407 410.2964 L 217.9327 404.2863 L 195.4795 426.7403 L 195.4795 426.7403 L f 224.5964 441.8914 m 220.8114 438.1051 214.6748 438.1071 210.889 441.8921 c 207.1035 445.6783 207.1027 451.8203 210.889 455.6062 c 233.3393 478.054 L 239.3437 472.0496 L 216.736 449.4412 L 218.4331 447.7448 L 218.4331 447.7448 L 241.0403 470.3526 L 247.0504 464.3445 L 224.5964 441.8914 L 224.5964 441.8914 L f 242.0805 455.8486 m 245.8651 459.634 252.0013 459.6332 255.7875 455.8474 c 259.573 452.062 259.5738 445.9193 255.7884 442.1339 c 233.338 419.6856 L 227.3328 425.6907 L 249.9409 448.298 L 248.2442 449.995 L 248.2442 449.995 L 225.6358 427.3871 L 219.6257 433.3951 L 242.0805 455.8486 L 242.0805 455.8486 L f 209.4364 470.9994 m 213.2222 467.2143 213.2214 461.0777 209.4352 457.2921 c 205.6502 453.5064 199.5075 453.5056 195.7212 457.2907 c 173.2737 479.7418 L 179.2781 485.7466 L 201.8858 463.1389 L 203.5825 464.8354 L 203.5825 464.8354 L 180.9744 487.4432 L 186.9833 493.4533 L 209.4364 470.9994 L 209.4364 470.9994 L f 195.4795 488.4826 m 191.6933 492.2683 191.6945 498.4046 195.4803 502.1904 c 199.2658 505.9759 205.4077 505.9767 209.1939 502.1909 c 231.6414 479.7401 L 225.6378 473.7358 L 203.0293 496.3438 L 201.3331 494.6471 L 201.3331 494.6471 L 223.9407 472.0391 L 217.9327 466.0286 L 195.4795 488.4826 L 195.4795 488.4826 L f U *u 290.4657 378.081 m 290.4657 386.7877 L 290.4657 388.671 290.0159 389.8719 288.1883 389.8719 c 286.1921 389.8719 284.2803 387.8249 284.2803 384.5496 c 284.2803 378.081 L 281.778 378.081 L 281.778 386.815 L 281.778 388.5072 281.4125 389.8719 279.5006 389.8719 c 277.3638 389.8719 275.5925 387.6611 275.5925 384.5496 c 275.5925 378.081 L 273.0621 378.081 L 273.0621 391.6461 L 275.5082 391.6461 L 275.5082 390.8545 275.4519 389.6263 275.2832 388.8075 c 275.3395 388.7802 L 276.1548 390.6908 277.9542 391.919 280.2035 391.919 c 283.1556 391.919 283.9429 389.9265 284.0553 388.8348 c 284.6458 390.1176 286.1359 391.919 288.835 391.919 c 291.4779 391.919 292.9961 390.527 292.9961 387.4701 c 292.9961 378.081 L 290.4657 378.081 l f *U *u 312.1038 377.8899 m 308.758 377.8899 305.9746 379.4184 305.9746 384.4132 c 305.9746 388.7802 308.2801 391.8644 312.9473 391.8644 c 314.0438 391.8644 315.1403 391.7006 316.1243 391.4277 c 315.8432 389.2715 L 314.9716 389.599 313.9313 389.8447 312.8348 389.8447 c 310.0232 389.8447 308.6456 387.8249 308.6456 384.7407 c 308.6456 382.0932 309.5453 379.9915 312.638 379.9915 c 313.8188 379.9915 315.0559 380.2645 315.9556 380.7285 c 316.1524 378.5995 l 315.2246 378.2447 313.7345 377.8899 312.1038 377.8899 c f *U *u 326.8648 389.4898 m 323.9127 389.9811 322.5069 387.8795 322.5069 383.5398 c 322.5069 378.081 L 319.9765 378.081 L 319.9765 391.6461 L 322.4225 391.6461 L 322.4225 390.7999 322.3382 389.5444 322.1133 388.4254 c 322.1695 388.4254 L 322.7599 390.3087 324.1938 392.1919 326.9773 391.8917 C 326.8648 389.4898 l f *U *u 335.4601 377.8353 m 331.6644 377.8353 329.1903 379.9642 329.1903 384.7407 c 329.1903 388.7256 331.7769 391.8917 335.9943 391.8917 c 339.565 391.8917 342.2922 389.9811 342.2922 385.0955 c 342.2922 381.0014 339.5931 377.8353 335.4601 377.8353 c f 1 D 335.7693 389.8447 m 333.745 389.8447 331.8331 388.3435 331.8331 384.9863 c 331.8331 381.7111 333.2108 379.9097 335.7693 379.9097 c 337.8499 379.9097 339.6493 381.4927 339.6493 384.959 c 339.6493 388.0433 338.356 389.8447 335.7693 389.8447 c f *U *u 0 D 348.8402 377.8353 m 347.8 377.8353 346.7597 377.9172 345.8881 378.081 c 345.9724 380.2645 L 346.844 379.9915 347.9687 379.8005 349.037 379.8005 c 350.8927 379.8005 352.1579 380.6193 352.1579 381.8748 c 352.1579 384.9044 345.6632 383.0485 345.6632 387.8249 c 345.6632 390.1176 347.6031 391.8917 351.2582 391.8917 c 352.1016 391.8917 353.0857 391.7825 353.9292 391.6188 c 353.8729 389.5717 L 353.0014 389.8447 351.9892 390.0084 351.0614 390.0084 c 349.2057 390.0084 348.2779 389.2442 348.2779 388.0706 c 348.2779 385.0955 354.8007 386.7059 354.8007 382.1478 c 354.8007 379.6913 352.5515 377.8353 348.8402 377.8353 c f *U *u 364.1853 376.7163 m 362.5546 372.513 361.2332 371.1483 358.1404 371.1483 c 357.6062 371.1483 356.8752 371.2302 356.3129 371.3121 c 356.5378 373.5229 L 357.1283 373.3318 357.6906 373.2499 358.3372 373.2499 c 359.8836 373.2499 360.699 373.9323 361.683 376.5525 c 362.2734 378.081 L 356.9877 391.6461 L 359.8555 391.6461 L 362.4984 384.6042 L 362.9482 383.376 363.2575 382.3115 363.5668 381.2471 c 363.623 381.2471 L 363.876 382.2024 364.4665 383.9219 365.0007 385.423 c 367.2499 391.6461 L 370.0052 391.6461 L 364.1853 376.7163 l f *U *u 375.2042 377.8353 m 374.1639 377.8353 373.1237 377.9172 372.2521 378.081 c 372.3364 380.2645 L 373.208 379.9915 374.3326 379.8005 375.401 379.8005 c 377.2566 379.8005 378.5219 380.6193 378.5219 381.8748 c 378.5219 384.9044 372.0271 383.0485 372.0271 387.8249 c 372.0271 390.1176 373.9671 391.8917 377.6222 391.8917 c 378.4656 391.8917 379.4497 391.7825 380.2931 391.6188 c 380.2369 389.5717 L 379.3653 389.8447 378.3532 390.0084 377.4253 390.0084 c 375.5697 390.0084 374.6419 389.2442 374.6419 388.0706 c 374.6419 385.0955 381.1647 386.7059 381.1647 382.1478 c 381.1647 379.6913 378.9155 377.8353 375.2042 377.8353 c f *U *u 390.1273 377.8626 m 387.2595 377.8626 386.388 379.009 386.388 381.9294 c 386.388 389.7355 L 383.5202 389.7355 L 383.5202 391.6461 L 386.388 391.6461 L 386.388 396.0404 L 388.9184 396.7227 L 388.9184 391.6461 L 392.8264 391.6461 L 392.8264 389.7355 L 388.9184 389.7355 L 388.9184 382.8028 L 388.9184 380.5647 389.3401 379.9642 390.9146 379.9642 c 391.5612 379.9642 392.2641 380.0734 392.8264 380.2099 c 392.8264 378.1356 l 392.0392 377.9718 391.027 377.8626 390.1273 377.8626 c f *U *u 407.3992 385.0136 m 398.2616 385.0136 L 398.1491 381.3835 399.6955 379.8278 402.6757 379.8278 c 404.1096 379.8278 405.6279 380.1553 406.7525 380.6739 c 406.9774 378.6814 L 405.6279 378.1356 403.9972 377.8353 402.254 377.8353 c 397.9523 377.8353 395.6468 380.0188 395.6468 384.7953 c 395.6468 388.8621 397.9242 391.8917 401.8885 391.8917 c 405.8247 391.8917 407.4835 389.2988 407.4835 386.1873 c 407.4835 385.8598 407.4554 385.4776 407.3992 385.0136 c f 1 D 401.776 390.0903 m 399.9485 390.0903 398.6552 388.7529 398.374 386.7604 c 404.8969 386.7604 l 404.9531 388.7529 403.7441 390.0903 401.776 390.0903 c f *U *u 0 D 428.9066 378.081 m 428.9066 386.7877 L 428.9066 388.671 428.4568 389.8719 426.6293 389.8719 c 424.6331 389.8719 422.7212 387.8249 422.7212 384.5496 c 422.7212 378.081 L 420.2189 378.081 L 420.2189 386.815 L 420.2189 388.5072 419.8534 389.8719 417.9415 389.8719 c 415.8047 389.8719 414.0334 387.6611 414.0334 384.5496 c 414.0334 378.081 L 411.503 378.081 L 411.503 391.6461 L 413.9491 391.6461 L 413.9491 390.8545 413.8929 389.6263 413.7242 388.8075 c 413.7804 388.7802 L 414.5958 390.6908 416.3952 391.919 418.6444 391.919 c 421.5966 391.919 422.3838 389.9265 422.4963 388.8348 c 423.0867 390.1176 424.5768 391.919 427.2759 391.919 c 429.9188 391.919 431.4371 390.527 431.4371 387.4701 c 431.4371 378.081 L 428.9066 378.081 l f *U *u 438.6493 377.8353 m 437.609 377.8353 436.5688 377.9172 435.6972 378.081 c 435.7815 380.2645 L 436.6531 379.9915 437.7777 379.8005 438.8461 379.8005 c 440.7018 379.8005 441.967 380.6193 441.967 381.8748 c 441.967 384.9044 435.4722 383.0485 435.4722 387.8249 c 435.4722 390.1176 437.4122 391.8917 441.0673 391.8917 c 441.9107 391.8917 442.8948 391.7825 443.7383 391.6188 c 443.682 389.5717 L 442.8104 389.8447 441.7983 390.0084 440.8704 390.0084 c 439.0148 390.0084 438.087 389.2442 438.087 388.0706 c 438.087 385.0955 444.6098 386.7059 444.6098 382.1478 c 444.6098 379.6913 442.3606 377.8353 438.6493 377.8353 c f *U u 300.1055 393.8842 m 301.0333 393.8842 301.7924 394.6211 301.7924 395.4945 c 301.7924 396.3952 301.0333 397.0776 300.1055 397.0776 c 299.1777 397.0776 298.4186 396.3679 298.4186 395.4945 c 298.4186 394.5938 299.1777 393.8842 300.1055 393.8842 c f 296.7954 391.6782 m 296.7954 389.7643 L 298.8403 389.7643 L 298.8403 378.081 L 301.3707 378.081 L 301.3707 391.6461 L 296.7954 391.6782 L f U U LB %AI5_EndLayer-- %%PageTrailer gsave annotatepage grestore showpage %%Trailer Adobe_Illustrator_AI5 /terminate get exec Adobe_ColorImage_AI6 /terminate get exec Adobe_level2_AI5 /terminate get exec %%EOF %%EndDocument FMENDEPSF 0 186 390 396 438 250.96 56.72 219.89 412.89 FMBEGINEPSF %%BeginDocument: %!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Illustrator(TM) 5.5 %%For: (silicon graphics) () %%Title: (sgi/cosmo logos) %%CreationDate: (9/16/96) (6:43 PM) %%BoundingBox: 186 390 396 438 %%HiResBoundingBox: 186.4045 390.6303 395.5027 437.3643 %%DocumentProcessColors: Black %%DocumentFiles:zimbabwe:xSupport: Silicon Graphics: SGI 3D Flush left logos:3D flush lft-1" bug:SGI3D bug otln 1x1" 400p %%DocumentSuppliedResources: procset Adobe_level2_AI5 1.0 0 %%+ procset Adobe_IllustratorA_AI5 1.0 0 %AI5_FileFormat 1.2 %AI3_ColorUsage: Black&White %AI3_IncludePlacedImages %AI3_TemplateBox: 306 396 306 396 %AI3_TileBox: 30 31 582 761 %AI3_DocumentPreview: Macintosh_ColorPic %AI5_ArtSize: 612 792 %AI5_RulerUnits: 0 %AI5_ArtFlags: 1 0 0 1 0 0 1 1 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 1 %AI5_OpenToView: -414 864 -1.5 995 672 18 1 1 124 105 %AI5_OpenViewLayers: 7 %%EndComments %%BeginProlog %%BeginResource: procset Adobe_level2_AI5 1.0 0 %%Title: (Adobe Illustrator (R) Version 5.0 Level 2 Emulation) %%Version: 1.0 %%CreationDate: (04/10/93) () %%Copyright: ((C) 1987-1993 Adobe Systems Incorporated All Rights Reserved) userdict /Adobe_level2_AI5 21 dict dup begin put /packedarray where not { userdict begin /packedarray { array astore readonly } bind def /setpacking /pop load def /currentpacking false def end 0 } if pop userdict /defaultpacking currentpacking put true setpacking /initialize { Adobe_level2_AI5 begin } bind def /terminate { currentdict Adobe_level2_AI5 eq { end } if } bind def mark /setcustomcolor where not { /findcmykcustomcolor { 5 packedarray } bind def /setcustomcolor { exch aload pop pop 4 { 4 index mul 4 1 roll } repeat 5 -1 roll pop setcmykcolor } def } if /gt38? mark {version cvx exec} stopped {cleartomark true} {38 gt exch pop} ifelse def userdict /deviceDPI 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt put userdict /level2? systemdict /languagelevel known dup { pop systemdict /languagelevel get 2 ge } if put level2? not { /setcmykcolor where not { /setcmykcolor { exch .11 mul add exch .59 mul add exch .3 mul add 1 exch sub setgray } def } if /currentcmykcolor where not { /currentcmykcolor { 0 0 0 1 currentgray sub } def } if /setoverprint where not { /setoverprint /pop load def } if /selectfont where not { /selectfont { exch findfont exch dup type /arraytype eq { makefont } { scalefont } ifelse setfont } bind def } if /cshow where not { /cshow { [ 0 0 5 -1 roll aload pop ] cvx bind forall } bind def } if } if cleartomark /anyColor? { add add add 0 ne } bind def /testColor { gsave setcmykcolor currentcmykcolor grestore } bind def /testCMYKColorThrough { testColor anyColor? } bind def userdict /composite? level2? { gsave 1 1 1 1 setcmykcolor currentcmykcolor grestore add add add 4 eq } { 1 0 0 0 testCMYKColorThrough 0 1 0 0 testCMYKColorThrough 0 0 1 0 testCMYKColorThrough 0 0 0 1 testCMYKColorThrough and and and } ifelse put composite? not { userdict begin gsave /cyan? 1 0 0 0 testCMYKColorThrough def /magenta? 0 1 0 0 testCMYKColorThrough def /yellow? 0 0 1 0 testCMYKColorThrough def /black? 0 0 0 1 testCMYKColorThrough def grestore /isCMYKSep? cyan? magenta? yellow? black? or or or def /customColor? isCMYKSep? not def end } if end defaultpacking setpacking %%EndResource %%BeginResource: procset Adobe_IllustratorA_AI5 1.1 0 %%Title: (Adobe Illustrator (R) Version 5.0 Abbreviated Prolog) %%Version: 1.1 %%CreationDate: (3/7/1994) () %%Copyright: ((C) 1987-1994 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_IllustratorA_AI5_vars 70 dict dup begin put /_lp /none def /_pf { } def /_ps { } def /_psf { } def /_pss { } def /_pjsf { } def /_pjss { } def /_pola 0 def /_doClip 0 def /cf currentflat def /_tm matrix def /_renderStart [ /e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0 ] def /_renderEnd [ null null null null /i1 /i1 /i1 /i1 ] def /_render -1 def /_rise 0 def /_ax 0 def /_ay 0 def /_cx 0 def /_cy 0 def /_leading [ 0 0 ] def /_ctm matrix def /_mtx matrix def /_sp 16#020 def /_hyphen (-) def /_fScl 0 def /_cnt 0 def /_hs 1 def /_nativeEncoding 0 def /_useNativeEncoding 0 def /_tempEncode 0 def /_pntr 0 def /_tDict 2 dict def /_wv 0 def /Tx { } def /Tj { } def /CRender { } def /_AI3_savepage { } def /_gf null def /_cf 4 array def /_if null def /_of false def /_fc { } def /_gs null def /_cs 4 array def /_is null def /_os false def /_sc { } def /discardSave null def /buffer 256 string def /beginString null def /endString null def /endStringLength null def /layerCnt 1 def /layerCount 1 def /perCent (%) 0 get def /perCentSeen? false def /newBuff null def /newBuffButFirst null def /newBuffLast null def /clipForward? false def end userdict /Adobe_IllustratorA_AI5 74 dict dup begin put /initialize { Adobe_IllustratorA_AI5 dup begin Adobe_IllustratorA_AI5_vars begin discardDict { bind pop pop } forall dup /nc get begin { dup xcheck 1 index type /operatortype ne and { bind } if pop pop } forall end newpath } def /terminate { end end } def /_ null def /ddef { Adobe_IllustratorA_AI5_vars 3 1 roll put } def /xput { dup load dup length exch maxlength eq { dup dup load dup length 2 mul dict copy def } if load begin def end } def /npop { { pop } repeat } def /sw { dup length exch stringwidth exch 5 -1 roll 3 index mul add 4 1 roll 3 1 roll mul add } def /swj { dup 4 1 roll dup length exch stringwidth exch 5 -1 roll 3 index mul add 4 1 roll 3 1 roll mul add 6 2 roll /_cnt 0 ddef { 1 index eq { /_cnt _cnt 1 add ddef } if } forall pop exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop } def /ss { 4 1 roll { 2 npop (0) exch 2 copy 0 exch put pop gsave false charpath currentpoint 4 index setmatrix stroke grestore moveto 2 copy rmoveto } exch cshow 3 npop } def /jss { 4 1 roll { 2 npop (0) exch 2 copy 0 exch put gsave _sp eq { exch 6 index 6 index 6 index 5 -1 roll widthshow currentpoint } { false charpath currentpoint 4 index setmatrix stroke } ifelse grestore moveto 2 copy rmoveto } exch cshow 6 npop } def /sp { { 2 npop (0) exch 2 copy 0 exch put pop false charpath 2 copy rmoveto } exch cshow 2 npop } def /jsp { { 2 npop (0) exch 2 copy 0 exch put _sp eq { exch 5 index 5 index 5 index 5 -1 roll widthshow } { false charpath } ifelse 2 copy rmoveto } exch cshow 5 npop } def /pl { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add exch itransform } def /setstrokeadjust where { pop true setstrokeadjust /c { curveto } def /C /c load def /v { currentpoint 6 2 roll curveto } def /V /v load def /y { 2 copy curveto } def /Y /y load def /l { lineto } def /L /l load def /m { moveto } def } { /c { pl curveto } def /C /c load def /v { currentpoint 6 2 roll pl curveto } def /V /v load def /y { pl 2 copy curveto } def /Y /y load def /l { pl lineto } def /L /l load def /m { pl moveto } def } ifelse /d { setdash } def /cf { } def /i { dup 0 eq { pop cf } if setflat } def /j { setlinejoin } def /J { setlinecap } def /M { setmiterlimit } def /w { setlinewidth } def /H { } def /h { closepath } def /N { _pola 0 eq { _doClip 1 eq { clip /_doClip 0 ddef } if newpath } { /CRender { N } ddef } ifelse } def /n { N } def /F { _pola 0 eq { _doClip 1 eq { gsave _pf grestore clip newpath /_lp /none ddef _fc /_doClip 0 ddef } { _pf } ifelse } { /CRender { F } ddef } ifelse } def /f { closepath F } def /S { _pola 0 eq { _doClip 1 eq { gsave _ps grestore clip newpath /_lp /none ddef _sc /_doClip 0 ddef } { _ps } ifelse } { /CRender { S } ddef } ifelse } def /s { closepath S } def /B { _pola 0 eq { _doClip 1 eq gsave F grestore { gsave S grestore clip newpath /_lp /none ddef _sc /_doClip 0 ddef } { S } ifelse } { /CRender { B } ddef } ifelse } def /b { closepath B } def /W { /_doClip 1 ddef } def /* { count 0 ne { dup type /stringtype eq { pop } if } if newpath } def /u { } def /U { } def /q { _pola 0 eq { gsave } if } def /Q { _pola 0 eq { grestore } if } def /*u { _pola 1 add /_pola exch ddef } def /*U { _pola 1 sub /_pola exch ddef _pola 0 eq { CRender } if } def /D { pop } def /*w { } def /*W { } def /` { /_i save ddef clipForward? { nulldevice } if 6 1 roll 4 npop concat pop userdict begin /showpage { } def 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin 10 setmiterlimit [] 0 setdash /setstrokeadjust where {pop false setstrokeadjust} if newpath 0 setgray false setoverprint } def /~ { end _i restore } def /O { 0 ne /_of exch ddef /_lp /none ddef } def /R { 0 ne /_os exch ddef /_lp /none ddef } def /g { /_gf exch ddef /_fc { _lp /fill ne { _of setoverprint _gf setgray /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /G { /_gs exch ddef /_sc { _lp /stroke ne { _os setoverprint _gs setgray /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /k { _cf astore pop /_fc { _lp /fill ne { _of setoverprint _cf aload pop setcmykcolor /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /K { _cs astore pop /_sc { _lp /stroke ne { _os setoverprint _cs aload pop setcmykcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /x { /_gf exch ddef findcmykcustomcolor /_if exch ddef /_fc { _lp /fill ne { _of setoverprint _if _gf 1 exch sub setcustomcolor /_lp /fill ddef } if } ddef /_pf { _fc fill } ddef /_psf { _fc ashow } ddef /_pjsf { _fc awidthshow } ddef /_lp /none ddef } def /X { /_gs exch ddef findcmykcustomcolor /_is exch ddef /_sc { _lp /stroke ne { _os setoverprint _is _gs 1 exch sub setcustomcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /A { pop } def /annotatepage { userdict /annotatepage 2 copy known {get exec} {pop pop} ifelse } def /discard { save /discardSave exch store discardDict begin /endString exch store gt38? { 2 add } if load stopped pop end discardSave restore } bind def userdict /discardDict 7 dict dup begin put /pre38Initialize { /endStringLength endString length store /newBuff buffer 0 endStringLength getinterval store /newBuffButFirst newBuff 1 endStringLength 1 sub getinterval store /newBuffLast newBuff endStringLength 1 sub 1 getinterval store } def /shiftBuffer { newBuff 0 newBuffButFirst putinterval newBuffLast 0 currentfile read not { stop } if put } def 0 { pre38Initialize mark currentfile newBuff readstring exch pop { { newBuff endString eq { cleartomark stop } if shiftBuffer } loop } { stop } ifelse } def 1 { pre38Initialize /beginString exch store mark currentfile newBuff readstring exch pop { { newBuff beginString eq { /layerCount dup load 1 add store } { newBuff endString eq { /layerCount dup load 1 sub store layerCount 0 eq { cleartomark stop } if } if } ifelse shiftBuffer } loop } { stop } ifelse } def 2 { mark { currentfile buffer readline not { stop } if endString eq { cleartomark stop } if } loop } def 3 { /beginString exch store /layerCnt 1 store mark { currentfile buffer readline not { stop } if dup beginString eq { pop /layerCnt dup load 1 add store } { endString eq { layerCnt 1 eq { cleartomark stop } { /layerCnt dup load 1 sub store } ifelse } if } ifelse } loop } def end userdict /clipRenderOff 15 dict dup begin put { /n /N /s /S /f /F /b /B } { { _doClip 1 eq { /_doClip 0 ddef clip } if newpath } def } forall /Tr /pop load def /Bb {} def /BB /pop load def /Bg {12 npop} def /Bm {6 npop} def /Bc /Bm load def /Bh {4 npop} def end /Lb { 4 npop 6 1 roll pop 4 1 roll pop pop pop 0 eq { 0 eq { (%AI5_BeginLayer) 1 (%AI5_EndLayer--) discard } { /clipForward? true def /Tx /pop load def /Tj /pop load def currentdict end clipRenderOff begin begin } ifelse } { 0 eq { save /discardSave exch store } if } ifelse } bind def /LB { discardSave dup null ne { restore } { pop clipForward? { currentdict end end begin /clipForward? false ddef } if } ifelse } bind def /Pb { pop pop 0 (%AI5_EndPalette) discard } bind def /Np { 0 (%AI5_End_NonPrinting--) discard } bind def /Ln /pop load def /Ap /pop load def /Ar { 72 exch div 0 dtransform dup mul exch dup mul add sqrt dup 1 lt { pop 1 } if setflat } def /Mb { q } def /Md { } def /MB { Q } def /nc 3 dict def nc begin /setgray { pop } bind def /setcmykcolor { 4 npop } bind def /setcustomcolor { 2 npop } bind def currentdict readonly pop end currentdict readonly pop end setpacking %%EndResource %%EndProlog %%BeginSetup Adobe_level2_AI5 /initialize get exec Adobe_IllustratorA_AI5 /initialize get exec %AI5_Begin_NonPrinting Np %AI3_BeginPattern: (Yellow Stripe) (Yellow Stripe) 8.4499 4.6 80.4499 76.6 [ %AI3_Tile (0 O 0 R 0 0.4 1 0 k 0 0.4 1 0 K) @ ( 800 Ar 0 J 0 j 3.6 w 4 M []0 d %AI3_Note: 0 D 8.1999 8.1999 m 80.6999 8.1999 L S 8.1999 22.6 m 80.6999 22.6 L S 8.1999 37.0001 m 80.6999 37.0001 L S 8.1999 51.3999 m 80.6999 51.3999 L S 8.1999 65.8 m 80.6999 65.8 L S 8.1999 15.3999 m 80.6999 15.3999 L S 8.1999 29.8 m 80.6999 29.8 L S 8.1999 44.1999 m 80.6999 44.1999 L S 8.1999 58.6 m 80.6999 58.6 L S 8.1999 73.0001 m 80.6999 73.0001 L S ) & ] E %AI3_EndPattern %AI5_End_NonPrinting-- %AI5_Begin_NonPrinting Np 3 Bn %AI5_BeginGradient: (Black & White) (Black & White) 1 2 Bd [ < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A09080706050403020100 > 0 %_Br [ 1 0 50 0 %_Bs 0 0 50 100 %_Bs BD %AI5_EndGradient %AI5_BeginGradient: (Red & Yellow) (Red & Yellow) 1 2 Bd [ 0 < 4748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F6061626364666768696A6B6C6D6E6F 707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F9091929394959697 98999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBF C0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7 E8E9EAEBECEDEEEFF0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF > < FFFFFFFFFEFEFEFEFEFEFEFEFDFDFDFDFDFDFDFDFCFCFCFCFCFCFCFCFBFBFBFBFBFBFBFBFAFAFAFA FAFAFAFAF9F9F9F9F9F9F9F9F8F8F8F8F8F8F8F8F7F7F7F7F7F7F7F7F6F6F6F6F6F6F6F6F5F5F5F5 F5F5F5F5F4F4F4F4F4F4F4F4F3F3F3F3F3F3F3F3F2F2F2F2F2F2F2F2F1F1F1F1F1F1F1F1F0F0F0F0 F0F0F0F0EFEFEFEFEFEFEFEFEEEEEEEEEEEEEEEEEDEDEDEDEDEDEDEDECECECECECECECECEBEBEBEB EBEBEBEBEAEAEAEAEAEAEAEAE9E9E9E9E9E9E9E9E8E8E8E8 > 0 1 %_Br [ 0 0.28 1 0 1 50 0 %_Bs 0 1 0.91 0 1 50 100 %_Bs BD %AI5_EndGradient %AI5_BeginGradient: (Yellow & Blue Radial) (Yellow & Blue Radial) 1 2 Bd [ < 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627 28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F 505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677 78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7 C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF > < 1415161718191A1B1C1D1E1F1F202122232425262728292A2A2B2C2D2E2F30313233343536363738 393A3B3C3D3E3F40414142434445464748494A4B4C4D4D4E4F50515253545556575858595A5B5C5D 5E5F60616263646465666768696A6B6C6D6E6F6F707172737475767778797A7B7B7C7D7E7F808182 83848586868788898A8B8C8D8E8F90919292939495969798999A9B9C9D9D9E9FA0A1A2A3A4A5A6A7 A8A9A9AAABACADAEAFB0B1B2B3B4B4B5B6B7B8B9BABBBCBDBEBFC0C0C1C2C3C4C5C6C7C8C9CACBCB CCCDCECFD0D1D2D3D4D5D6D7D7D8D9DADBDCDDDEDFE0E1E2E2E3E4E5E6E7E8E9EAEBECEDEEEEEFF0 F1F2F3F4F5F6F7F8F9F9FAFBFCFDFEFF > < ABAAAAA9A8A7A7A6A5A5A4A3A3A2A1A1A09F9F9E9D9D9C9B9B9A9999989797969595949393929191 908F8F8E8D8D8C8B8B8A8989888787868585848383828181807F7F7E7D7D7C7B7B7A797978777776 7575747373727171706F6F6E6D6D6C6B6B6A6969686767666565646362626160605F5E5E5D5C5C5B 5A5A5958585756565554545352525150504F4E4E4D4C4C4B4A4A4948484746464544444342424140 403F3E3E3D3C3C3B3A3A3938383736363534343332323130302F2E2E2D2C2C2B2A2A292828272626 25242423222121201F1F1E1D1D1C1B1B1A1919181717161515141313121111100F0F0E0D0D0C0B0B 0A090908070706050504030302010100 > 0 1 %_Br [ 0 0.08 0.67 0 1 50 14 %_Bs 1 1 0 0 1 50 100 %_Bs BD %AI5_EndGradient %AI5_End_NonPrinting-- %AI5_BeginPalette 0 0 Pb Pn Pc 1 g Pc 0 g Pc 0 0 0 0 k Pc 0.75 g Pc 0.5 g Pc 0.25 g Pc 0 g Pc Bb 0 0 0 0 Bh 2 (Black & White) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0.25 0 0 0 k Pc 0.5 0 0 0 k Pc 0.75 0 0 0 k Pc 1 0 0 0 k Pc 0.25 0.25 0 0 k Pc 0.5 0.5 0 0 k Pc 0.75 0.75 0 0 k Pc 1 1 0 0 k Pc Bb 0 0 0 0 Bh 2 (Red & Yellow) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0 0.25 0 0 k Pc 0 0.5 0 0 k Pc 0 0.75 0 0 k Pc 0 1 0 0 k Pc 0 0.25 0.25 0 k Pc 0 0.5 0.5 0 k Pc 0 0.75 0.75 0 k Pc 0 1 1 0 k Pc Bb 0 0 0 0 Bh 2 (Yellow & Blue Radial) -4014 4716 0 0 1 0 0 1 0 0 Bg 0 BB Pc 0 0 0.25 0 k Pc 0 0 0.5 0 k Pc 0 0 0.75 0 k Pc 0 0 1 0 k Pc 0.25 0 0.25 0 k Pc 0.5 0 0.5 0 k Pc 0.75 0 0.75 0 k Pc 1 0 1 0 k Pc (Yellow Stripe) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p Pc 0.25 0.125 0 0 k Pc 0.5 0.25 0 0 k Pc 0.75 0.375 0 0 k Pc 1 0.5 0 0 k Pc 0.125 0.25 0 0 k Pc 0.25 0.5 0 0 k Pc 0.375 0.75 0 0 k Pc 0.5 1 0 0 k Pc 0 0 0 0 k Pc 0 0.25 0.125 0 k Pc 0 0.5 0.25 0 k Pc 0 0.75 0.375 0 k Pc 0 1 0.5 0 k Pc 0 0.125 0.25 0 k Pc 0 0.25 0.5 0 k Pc 0 0.375 0.75 0 k Pc 0 0.5 1 0 k Pc 0 0 0 0 k Pc 0.125 0 0.25 0 k Pc 0.25 0 0.5 0 k Pc 0.375 0 0.75 0 k Pc 0.5 0 1 0 k Pc 0.25 0 0.125 0 k Pc 0.5 0 0.25 0 k Pc 0.75 0 0.375 0 k Pc 1 0 0.5 0 k Pc 0 0 0 0 k Pc 0.25 0.125 0.125 0 k Pc 0.5 0.25 0.25 0 k Pc 0.75 0.375 0.375 0 k Pc 1 0.5 0.5 0 k Pc 0.25 0.25 0.125 0 k Pc 0.5 0.5 0.25 0 k Pc 0.75 0.75 0.375 0 k Pc 1 1 0.5 0 k Pc 0 0 0 0 k Pc 0.125 0.25 0.125 0 k Pc 0.25 0.5 0.25 0 k Pc 0.375 0.75 0.375 0 k Pc 0.5 1 0.5 0 k Pc 0.125 0.25 0.25 0 k Pc 0.25 0.5 0.5 0 k Pc 0.375 0.75 0.75 0 k Pc 0.5 1 1 0 k Pc 0 0 0 0 k Pc 0.125 0.125 0.25 0 k Pc 0.25 0.25 0.5 0 k Pc 0.375 0.375 0.75 0 k Pc 0.5 0.5 1 0 k Pc 0.25 0.125 0.25 0 k Pc 0.5 0.25 0.5 0 k Pc 0.75 0.375 0.75 0 k Pc 1 0.5 1 0 k Pc PB %AI5_EndPalette %%EndSetup %AI5_BeginLayer 1 1 1 1 0 0 0 79 128 255 Lb (Layer 1) Ln 0 A u u *u 0 O 0 g 800 Ar 0 J 0 j 2.6967 w 4 M []0 d %AI3_Note: 0 D 226.7314 397.27 m 226.8529 397.6512 226.9411 398.0324 226.8456 398.2463 c 226.7501 398.4602 226.4125 398.5346 226.2535 398.5346 c 225.6175 398.5346 225.2395 398.1068 225.1869 398.0138 c 225.1397 397.9394 224.9394 397.772 224.597 396.6189 c 224.0642 394.8243 L 223.5755 393.1783 224.0029 392.983 224.597 392.983 c 224.8312 392.983 225.5699 393.076 225.9676 394.3872 c 226.7624 394.3872 L 226.1665 392.2669 224.8194 392.2669 224.4262 392.2669 c 223.6732 392.2669 222.5351 392.3228 223.3081 394.9266 c 223.8713 396.8235 L 224.4345 398.7206 225.3476 399.26 226.5357 399.26 c 227.7322 399.26 227.988 398.5718 227.5263 397.27 C 226.7314 397.27 l f *U *u 227.2982 394.6847 m 227.7068 396.061 228.1859 397.1955 229.6501 397.1955 c 231.1142 397.1955 230.9196 396.061 230.5111 394.6847 c 229.8954 392.611 229.0959 392.3134 228.2006 392.3134 c 227.3054 392.3134 226.6826 392.611 227.2982 394.6847 c f 1 D 229.8882 395.0102 m 230.2691 396.2935 229.9921 396.5724 229.4651 396.5724 c 228.9379 396.5724 228.4954 396.2935 228.1143 395.0102 c 227.6616 393.4852 227.6744 392.9365 228.3856 392.9365 c 229.0968 392.9365 229.4354 393.4852 229.8882 395.0102 c f *U *u 0 D 232.5334 392.4064 m 233.4996 395.6611 L 233.6405 396.1354 233.6532 396.5724 233.1009 396.5724 c 232.8917 396.5724 232.5658 396.433 232.413 396.2563 c 232.2184 396.0238 232.1021 395.7449 232.0498 395.5682 c 231.1111 392.4064 L 230.425 392.4064 L 231.5292 396.1261 L 231.626 396.4516 231.7058 396.777 231.7774 397.1026 c 232.5053 397.1026 L 232.3314 396.5166 L 232.348 396.5166 L 232.6979 397.0188 233.1102 397.1955 233.6039 397.1955 c 233.9887 397.1955 234.3797 397.0188 234.4116 396.5911 c 234.795 397.0932 235.2103 397.1955 235.5951 397.1955 c 236.0386 397.1955 236.7166 397.0839 236.388 395.9774 c 235.328 392.4064 L 234.6418 392.4064 L 235.6082 395.6611 L 235.7489 396.1354 235.7615 396.5724 235.2093 396.5724 c 234.95 396.5724 234.8719 396.5632 234.6381 396.3958 c 234.3822 396.2098 234.2106 395.7449 234.1582 395.5682 c 233.2195 392.4064 L 232.5334 392.4064 l f *U *u 237.9664 396.5446 m 237.9832 396.5446 L 238.3471 396.9816 238.7035 397.1955 239.1469 397.1955 c 239.8246 397.1955 240.4224 396.898 239.8094 394.8335 c 239.4616 393.6618 239.0279 392.3134 237.6641 392.3134 c 237.2625 392.3134 237.0276 392.5087 236.9038 392.8807 c 236.8787 392.8807 L 236.2105 390.6303 L 235.5245 390.6303 L 237.446 397.1026 L 238.1321 397.1026 L 237.9664 396.5446 l f 1 D 239.09 394.8335 m 239.2998 395.5403 239.6063 396.5724 238.7444 396.5724 c 237.8994 396.5724 237.5882 395.2706 237.3756 394.5545 c 237.1907 393.9315 236.9287 392.9365 237.6901 392.9365 c 238.4264 392.9365 238.7172 393.5781 239.09 394.8335 c f *U *u 0 D 243.3659 397.1026 m 244.0521 397.1026 L 242.9478 393.3829 L 242.8512 393.0574 242.7713 392.7319 242.6998 392.4064 c 241.9718 392.4064 L 242.1403 392.9737 L 242.1151 392.9737 L 241.7622 392.5459 241.2916 392.3134 240.8482 392.3134 c 240.1119 392.3134 239.8317 392.7226 240.0691 393.5224 c 241.1321 397.1026 L 241.8181 397.1026 L 240.8519 393.8478 L 240.6834 393.2806 240.8046 392.8993 241.2898 392.8993 c 241.658 392.8993 242.2093 393.2062 242.4412 393.9873 C 243.3659 397.1026 l f *U *u 245.2365 397.1026 m 245.5043 398.0045 L 246.2925 398.3486 L 245.9226 397.1026 L 246.8429 397.1026 L 246.6718 396.526 L 245.7515 396.526 L 244.8983 393.6526 L 244.8099 393.355 244.6968 392.9737 245.3243 392.9737 c 245.3745 392.9737 245.4888 392.9923 245.6449 393.0109 c 245.471 392.4251 L 245.2395 392.4064 244.9971 392.3507 244.7712 392.3507 c 244.1185 392.3507 243.9141 392.6482 244.0742 393.1876 c 245.0653 396.526 L 244.3709 396.526 L 244.542 397.1026 L 245.2365 397.1026 l f *U *u 247.0881 394.5081 m 246.6988 393.1968 246.9395 392.9365 247.4749 392.9365 c 247.9435 392.9365 248.3103 393.355 248.4762 393.8292 c 249.2292 393.8292 L 248.9117 392.7877 248.1936 392.3134 247.3067 392.3134 c 246.4114 392.3134 245.7886 392.611 246.4042 394.6847 c 246.8129 396.061 247.2919 397.1955 248.7561 397.1955 c 249.961 397.1955 250.044 396.4609 249.583 394.9079 c 249.4643 394.5081 L 247.0881 394.5081 l f 1 D 248.9075 395.0846 m 249.3134 396.4516 249.02 396.6189 248.518 396.6189 c 248.083 396.6189 247.6541 396.3865 247.2593 395.0846 C 248.9075 395.0846 l f *U *u 0 D 251.4099 396.3958 m 251.4266 396.3958 L 251.9237 397.1118 252.2999 397.1955 252.9692 397.1955 c 252.7345 396.405 L 252.6147 396.4237 252.5057 396.4516 252.3802 396.4516 c 251.6188 396.4516 251.236 395.81 251.0482 395.1776 c 250.2255 392.4064 L 249.5394 392.4064 L 250.9336 397.1026 L 251.6197 397.1026 L 251.4099 396.3958 l f *U *u 254.6949 394.4058 m 254.637 394.2105 L 254.3663 393.2991 254.7995 393.0109 255.2932 393.0109 c 255.904 393.0109 256.4581 393.2991 256.6956 394.0989 c 257.1373 395.5867 254.3767 395.4193 254.9758 397.4372 c 255.3292 398.6276 256.2783 399.26 257.2906 399.26 c 258.3951 399.26 258.8376 398.6648 258.3815 397.2978 c 257.5784 397.2978 L 257.8047 398.0324 257.7392 398.516 257.0113 398.516 c 256.5512 398.516 256.0052 398.2556 255.7899 397.5303 c 255.3509 396.0517 258.1253 396.2656 257.493 394.1361 c 257.0734 392.7226 256.0596 392.2669 255.0639 392.2669 c 253.2763 392.2484 253.7264 393.7641 253.9336 394.4058 C 254.6949 394.4058 l f *U *u 259.159 393.2806 m 259.1757 393.2806 L 261.3228 397.1026 L 262.0674 397.1026 L 258.2299 390.6303 L 257.5187 390.6303 L 258.5229 392.4064 L 258.4864 397.1026 L 259.2813 397.1026 L 259.159 393.2806 l f *U *u 262.2637 392.3134 m 261.3517 392.3134 260.9152 392.7597 261.2606 393.8385 c 262.0387 393.8385 L 261.9587 393.5688 261.7792 392.9365 262.4737 392.9365 c 262.8837 392.9365 263.2707 393.1689 263.4142 393.6526 c 263.6626 394.4895 261.5597 394.5081 261.9767 395.9123 c 262.123 396.405 262.6254 397.1955 263.8135 397.1955 c 264.5665 397.1955 265.0919 396.7957 264.7574 395.8657 c 263.996 395.8657 L 264.1507 396.3586 263.9938 396.6189 263.5587 396.6189 c 263.1905 396.6189 262.8398 396.3958 262.7183 395.9866 c 262.4725 395.159 264.5865 395.1776 264.1613 393.7455 c 263.8549 392.7133 263.1003 392.3134 262.2637 392.3134 c f *U *u 266.0984 397.1026 m 266.3661 398.0045 L 267.1545 398.3486 L 266.7845 397.1026 L 267.7048 397.1026 L 267.5336 396.526 L 266.6133 396.526 L 265.7602 393.6526 L 265.6718 393.355 265.5587 392.9737 266.1862 392.9737 c 266.2363 392.9737 266.3506 392.9923 266.5068 393.0109 c 266.3328 392.4251 L 266.1014 392.4064 265.859 392.3507 265.633 392.3507 c 264.9804 392.3507 264.7759 392.6482 264.9361 393.1876 c 265.9271 396.526 L 265.2327 396.526 L 265.4039 397.1026 L 266.0984 397.1026 l f *U *u 267.95 394.5081 m 267.5607 393.1968 267.8014 392.9365 268.3368 392.9365 c 268.8053 392.9365 269.1722 393.355 269.3382 393.8292 c 270.0912 393.8292 L 269.7736 392.7877 269.0554 392.3134 268.1686 392.3134 c 267.2733 392.3134 266.6505 392.611 267.2661 394.6847 c 267.6747 396.061 268.1538 397.1955 269.618 397.1955 c 270.8229 397.1955 270.9059 396.4609 270.4448 394.9079 c 270.3261 394.5081 L 267.95 394.5081 l f 1 D 269.7693 395.0846 m 270.1753 396.4516 269.8819 396.6189 269.3799 396.6189 c 268.9448 396.6189 268.516 396.3865 268.1211 395.0846 C 269.7693 395.0846 l f *U *u 0 D 272.4512 392.4064 m 273.4175 395.6611 L 273.5583 396.1354 273.5709 396.5724 273.0186 396.5724 c 272.8095 396.5724 272.4836 396.433 272.3307 396.2563 c 272.1363 396.0238 272.02 395.7449 271.9675 395.5682 c 271.0289 392.4064 L 270.3428 392.4064 L 271.4471 396.1261 L 271.5437 396.4516 271.6236 396.777 271.6952 397.1026 c 272.423 397.1026 L 272.2491 396.5166 L 272.2658 396.5166 L 272.6157 397.0188 273.0279 397.1955 273.5216 397.1955 c 273.9065 397.1955 274.2974 397.0188 274.3295 396.5911 c 274.7128 397.0932 275.128 397.1955 275.513 397.1955 c 275.9563 397.1955 276.6345 397.0839 276.3059 395.9774 c 275.2457 392.4064 L 274.5596 392.4064 L 275.5259 395.6611 L 275.6667 396.1354 275.6794 396.5724 275.1271 396.5724 c 274.8678 396.5724 274.7898 396.5632 274.556 396.3958 c 274.2999 396.2098 274.1284 395.7449 274.0759 395.5682 c 273.1373 392.4064 L 272.4512 392.4064 l f *U *u 277.1717 392.3134 m 276.2598 392.3134 275.8233 392.7597 276.1686 393.8385 c 276.9468 393.8385 L 276.8668 393.5688 276.6873 392.9365 277.3818 392.9365 c 277.7918 392.9365 278.1787 393.1689 278.3223 393.6526 c 278.5707 394.4895 276.4678 394.5081 276.8848 395.9123 c 277.0311 396.405 277.5335 397.1955 278.7216 397.1955 c 279.4746 397.1955 280.0001 396.7957 279.6655 395.8657 c 278.904 395.8657 L 279.0588 396.3586 278.9019 396.6189 278.4667 396.6189 c 278.0986 396.6189 277.7479 396.3958 277.6264 395.9866 c 277.3806 395.159 279.4946 395.1776 279.0694 393.7455 c 278.763 392.7133 278.0084 392.3134 277.1717 392.3134 c f *U *u 225.3035 402.2544 m 222.8093 402.2544 222.7567 403.7163 223.334 405.3775 c 225.3481 405.3775 L 225.0883 404.4606 224.91 403.6898 226.0169 403.6898 c 226.6971 403.6898 227.1548 404.1283 227.3394 404.7794 c 227.8289 406.5072 223.8043 406.6134 224.6139 409.4708 c 225.0394 410.9725 226.0985 412.1686 228.5527 412.1686 c 230.5133 412.1686 231.2385 411.2915 230.5365 409.2847 c 228.5759 409.2847 L 228.7792 410.0023 228.8662 410.7332 228.0526 410.7332 c 227.399 410.7332 226.9107 410.3744 226.7223 409.71 c 226.2065 407.8893 230.3064 408.0488 229.4516 405.0319 c 228.7475 402.5469 226.8373 402.2544 225.3035 402.2544 c f *U *u 231.5939 402.4139 m 229.7133 402.4139 L 231.6148 409.1252 L 233.4955 409.1252 L 231.5939 402.4139 l f 234.3126 412.0091 m 233.8946 410.5339 L 232.014 410.5339 L 232.432 412.0091 L 234.3126 412.0091 l f *U *u 237.3822 412.0091 m 234.6635 402.4139 L 232.783 402.4139 L 235.5016 412.0091 L 237.3822 412.0091 l f *U *u 237.7332 402.4139 m 235.8526 402.4139 L 237.7542 409.1252 L 239.6348 409.1252 L 237.7332 402.4139 l f 240.4519 412.0091 m 240.034 410.5339 L 238.1533 410.5339 L 238.5712 412.0091 L 240.4519 412.0091 l f *U *u 243.3356 406.7331 m 243.609 407.7298 243.4572 408.0621 242.8946 408.0621 c 242.1273 408.0621 241.8701 407.3577 241.4875 405.9623 c 240.9261 403.9156 240.9721 403.4771 241.637 403.4771 c 242.1997 403.4771 242.614 404.0086 242.8545 404.8859 c 244.6575 404.8859 L 244.1582 403.0652 242.997 402.2811 241.3089 402.2811 c 238.9817 402.2811 239.0795 403.7563 239.6553 405.856 c 240.1583 407.69 240.8441 409.2582 243.2226 409.2582 c 244.8849 409.2582 245.6198 408.4873 245.1387 406.7331 C 243.3356 406.7331 l f *U *u 245.6225 405.856 m 246.142 407.69 246.8531 409.2582 249.334 409.2582 c 251.8149 409.2582 251.6372 407.69 251.1177 405.856 c 250.5227 403.7563 249.7846 402.2811 247.3571 402.2811 c 244.9297 402.2811 245.0275 403.7563 245.6225 405.856 c f 1 D 249.2671 405.9623 m 249.6625 407.3577 249.7954 408.0621 248.9951 408.0621 c 248.1948 408.0621 247.9286 407.3577 247.5333 405.9623 c 246.9533 403.9156 247.0024 403.4771 247.696 403.4771 c 248.3896 403.4771 248.6872 403.9156 249.2671 405.9623 c f *U *u 0 D 254.6973 408.4474 m 254.724 408.4474 L 255.267 409.0455 255.834 409.2582 256.5409 409.2582 c 257.4346 409.2582 258.0708 408.7266 257.8073 407.7963 c 256.2823 402.4139 L 254.4016 402.4139 L 255.712 407.0387 L 255.8815 407.6368 255.9065 408.1019 255.3063 408.1019 c 254.7061 408.1019 254.4676 407.6368 254.2982 407.0387 c 252.9878 402.4139 L 251.1072 402.4139 L 253.0087 409.1252 L 254.8894 409.1252 L 254.6973 408.4474 l f *U *u 263.9951 409.0587 m 264.2711 409.9491 264.3475 410.7332 263.2252 410.7332 c 261.9065 410.7332 261.4099 409.0455 260.8625 407.185 c 259.9788 404.1814 260.131 403.6498 261.3375 403.6498 c 261.6882 403.6498 262.0904 403.7296 262.4444 403.836 c 263.07 405.9623 L 261.9197 405.9623 L 262.3537 407.4375 L 265.6225 407.4375 L 264.1914 402.5734 L 263.5849 402.4671 262.0773 402.2544 261.2356 402.2544 c 257.6723 402.2544 257.6759 403.6498 258.7473 407.2912 c 259.4589 409.71 260.3086 412.1686 263.7738 412.1686 c 265.85 412.1686 266.8162 411.0655 266.0995 409.0587 C 263.9951 409.0587 l f *U *u 269.003 409.1252 m 268.7582 408.2614 L 268.7849 408.2614 L 269.3501 409.0322 270.0543 409.2582 270.8145 409.2582 c 270.3401 407.5836 L 268.7163 407.69 268.4185 406.7331 268.2303 406.0686 c 267.1947 402.4139 L 265.3141 402.4139 L 267.2156 409.1252 L 269.003 409.1252 l f *U *u 274.979 403.6632 m 274.8622 403.2512 274.7951 402.8259 274.7184 402.4139 c 272.9712 402.4139 L 273.1434 403.3043 L 273.1167 403.3043 L 272.5208 402.6134 271.8798 402.2811 271.0662 402.2811 c 269.759 402.2811 269.5538 403.2512 269.8851 404.4207 c 270.5139 406.6401 272.2609 406.7331 274.0006 406.7065 c 274.1474 407.2248 L 274.3094 407.7963 274.3461 408.2081 273.6659 408.2081 c 273.0123 408.2081 272.8197 407.7165 272.669 407.185 c 270.8284 407.185 L 271.0581 407.9956 271.4584 408.5139 271.9851 408.8196 c 272.5023 409.1385 273.1497 409.2582 273.87 409.2582 c 276.2575 409.2582 276.2743 408.2348 275.9279 407.0122 C 274.979 403.6632 l f 1 D 271.7484 404.5004 m 271.6128 404.022 271.5272 403.4373 272.1407 403.4373 c 273.2477 403.4373 273.4961 404.9257 273.7032 405.6566 c 272.7583 405.6167 272.0873 405.6965 271.7484 404.5004 c f *U *u 0 D 279.3719 409.1252 m 279.161 408.3809 L 279.1876 408.3809 L 279.7189 409.0322 280.3031 409.2582 281.0234 409.2582 c 282.9707 409.2582 282.294 407.1052 281.9024 405.723 c 281.5183 404.3676 280.9805 402.2811 279.0865 402.2811 c 278.4063 402.2811 277.9959 402.4804 277.771 403.0518 c 277.7444 403.0518 L 276.7466 399.5301 L 274.8659 399.5301 L 277.5846 409.1252 L 279.3719 409.1252 l f 1 D 280.0919 405.8293 m 280.4722 407.1717 280.7492 408.1019 279.9355 408.1019 c 279.1619 408.1019 278.9118 407.1717 278.5313 405.8293 c 278.0532 404.1416 277.9736 403.4373 278.6138 403.4373 c 279.294 403.4373 279.6136 404.1416 280.0919 405.8293 c f *U *u 0 D 285.1438 402.4139 m 286.4542 407.0387 L 286.6237 407.6368 286.6488 408.1019 286.0486 408.1019 c 285.4483 408.1019 285.2099 407.6368 285.0405 407.0387 c 283.7301 402.4139 L 281.8494 402.4139 L 284.5681 412.0091 L 286.4487 412.0091 L 285.4396 408.4474 L 285.4663 408.4474 L 286.0091 409.0455 286.5762 409.2582 287.2832 409.2582 c 288.1768 409.2582 288.8131 408.7266 288.5495 407.7963 c 287.0244 402.4139 L 285.1438 402.4139 l f *U *u 290.0565 402.4139 m 288.1759 402.4139 L 290.0774 409.1252 L 291.958 409.1252 L 290.0565 402.4139 l f 292.7752 412.0091 m 292.3572 410.5339 L 290.4765 410.5339 L 290.8945 412.0091 L 292.7752 412.0091 l f *U *u 295.6588 406.7331 m 295.9322 407.7298 295.7804 408.0621 295.2178 408.0621 c 294.4505 408.0621 294.1934 407.3577 293.8107 405.9623 c 293.2494 403.9156 293.2953 403.4771 293.9602 403.4771 c 294.5229 403.4771 294.9373 404.0086 295.1778 404.8859 c 296.9808 404.8859 L 296.4815 403.0652 295.3202 402.2811 293.6322 402.2811 c 291.3049 402.2811 291.4027 403.7563 291.9785 405.856 c 292.4815 407.69 293.1674 409.2582 295.5458 409.2582 c 297.2082 409.2582 297.9431 408.4873 297.4618 406.7331 C 295.6588 406.7331 l f *U *u 299.2077 404.5669 m 299.1077 404.2612 299.0383 403.9689 299.0713 403.7563 c 299.1178 403.5435 299.2877 403.4373 299.6612 403.4373 c 300.0346 403.4373 300.4225 403.6765 300.5506 404.1283 c 300.9534 405.5503 297.5553 405.2313 298.1616 407.371 c 298.572 408.8196 300.1367 409.2582 301.3505 409.2582 c 302.6309 409.2582 303.6181 408.6468 303.101 407.1982 c 301.2603 407.1982 L 301.3921 407.6633 301.4178 407.9424 301.3184 408.0621 c 301.2322 408.1816 301.0797 408.2081 300.8796 408.2081 c 300.4662 408.2081 300.1641 407.9424 300.0361 407.4906 c 299.7348 406.4274 303.0576 406.4806 302.4477 404.3276 c 302.1164 403.1582 300.9074 402.2811 299.3469 402.2811 c 297.7064 402.2811 296.7294 402.693 297.367 404.5669 C 299.2077 404.5669 l f *U U %AI5_BeginPlace [0.4 0 0 0.4 186.4045 390.956] 0 0 75.24 76.5 (zimbabwe:xSupport: Silicon Graphics: SGI 3D Flush left logos:3D flush lft-1" bug:SGI3D bug otln 1x1" 400p)` %%BeginDocument: zimbabwe:xSupport: Silicon Graphics: SGI 3D Flush left logos:3D flush lft-1" bug:SGI3D bug otln 1x1" 400p %!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Photoshop Version 3.0 %%Title: SGI3D bug otln 1x1" 400p %%CreationDate: 8/1/95 12:32 PM %%BoundingBox: 0 0 75 77 %%HiResBoundingBox: 0 0 75.24 76.5 %%SuppressDotGainCompensation %%DocumentProcessColors: Black %%EndComments %%BeginProlog %%EndProlog %%BeginSetup %%EndSetup %ImageData: 418 425 8 1 0 418 1 "beginimage" %BeginPhotoshop: 2752 %3842494D03E900000000007800030000004800480000000002DA0228FFE1FFE2 %02F902460347052803FC00020000004800480000000002DA0228000100000064 %000000010003030300000001270F000100010000000000000000000000006808 %0019019000000000100000000000000000000001000000000000000000000000 %000000003842494D03ED00000000001001900000000100010190000000010001 %3842494D03F300000000000800000000000000003842494D271000000000000A %000100000000000000023842494D03F4000000000012003500000001002D0000 %00060000000000003842494D03F700000000001C0000FFFFFFFFFFFFFFFFFFFF %FFFFFFFFFFFFFFFFFFFFFFFF03E800003842494D07D0076F75746C696E650000 %0972000600000000000000000000000000000000000000000000000000000008 %0000000000000000000000000000000000000000000000010072942E00863372 %0072942E008633720072942E008633720001007A1BB500871E9F007E0606008F %8583007E0606008F858300010081F0570088A1AF0087F65D008794360087F65D %00879436000100857F190084844900857F19007FD8CE00857F19007B06200002 %0087FB2E007858310087FB2E007858310081F52800774AB80002007E0AD80070 %66E4007E0AD8007066E4007A20870078CDC80001007298FF0079B8F5007298FF %0079B8F5007298FF0079B8F500010073A6DA007BCA1B0073A6DA007FC5350073 %A6DA0083C04E0003003700000000000000000000000000000000000000000000 %000400522087007FEC6700522087007FEC6700522087007FEC670004004E9697 %00865AA4004E969700865AA4004E969700865AA40004000F7DE400866E3D000F %7DE400866E3D000A85B90086BCA2000500062C930089AF2800045926008C3ACB %00025F2C008F013A0004FFFFCFD00093943600028A8B009A732400028A8B009A %732400040025DAA700E269570025DAA700E269570025DAA700E2695700040029 %D83F00E8F9E000320D4000E8AB7C003A424200E85D170004003D31FF00E2F287 %003E8CF300E10893003E8CF300E1089300040062EAEB00A191C30062EAEB00A1 %91C30062EAEB00A191C3000400698B2500A191C300698B2500A191C300698B25 %00A191C30004006E835000AA470B006E835000AA470B006E835000AA470B0004 %004977DE00EA956F004977DE00EA956F004977DE00EA956F00040045F79100F2 %A909004C545400F97E2A004C545400F97E2A0004004F7DE400FE3D3E00579FA0 %00FEB2D500579FA000FEB2D5000400A3380500F9089300A3380500F9089300A3 %380500F90893000500AB59C000F86BCA00AE835000F13E7800B0C59200EC09CD %000400B02B5F00E85D1700AE835000E4B54800AE835000E4B5480004008FF18B %00AEDEEE008FF18B00AEDEEE008FF18B00AEDEEE00040094C32A00A714D30094 %C32A00A714D30094C32A00A714D30004009A424200A7013A009A424200A7013A %009A424200A7013A000400BB030300DEBCA200BB030300DEBCA200BB030300DE %BCA2000400BE060600E42C1800C627C100E42C1800CC7AE100E42C18000400D0 %B24C00DE6E3D00D0B24C00DE6E3D00D0B24C00DE6E3D000400FA1BB500A12FC5 %00FA1BB500A12FC500FA1BB500A12FC5000401028A8B00977BB700FD1EB8008F %0FEC00F7B2E60086A909000400F1ACE000871E9F00F1ACE000871E9F00F1ACE0 %00871E9F000400A6FBC900871E9F00A6FBC900871E9F00A6FBC900871E9F0004 %00A27C160080000000A27C160080000000A27C1600800000000400A7009A0078 %CDC800A7009A0078CDC800A7009A0078CDC8000500F1B1B20078CDC800F1B1B2 %0078CDC800F1B1B20078CDC8000400F7B7B80079435E00FD238A0070DC7A0102 %8F5C006870B0000500FA2087005EBCA200FA2087005EBCA200FA2087005EBCA2 %000500D0B71E00217E2A00D0B71E00217E2A00D0B71E00217E2A000400CC7FB3 %001BC04E00C62C93001BC04E00BE0AD8001BC04E000500BB07D500212FC500BB %07D500212FC500BB07D500212FC50005009A47140058EB2D009A47140058EB2D %009A47140058EB2D00050094A16E0058D7940094A16E0058D7940094A16E0058 %D7940004008FCFD000510D79008FCFD000510D79008FCFD000510D79000500AE %8822001B371F00AE8822001B371F00B0303000178F50000500B0CA640013E29A %00AE8822000EADEF00AB5E920007809D000400A33CD60006E3D400A33CD60006 %E3D400A33CD60006E3D400050057A471000139920057A47100013992004F82B6 %0001AF280005004C592600066E3D004C592600066E3D00460134000D435E0004 %00495623001556F700495623001556F700495623001556F70004006E74DB0055 %91C3006E74DB005591C3006E74DB005591C3000400698FF6005E470B00698FF6 %005E470B00698FF6005E470B00040062EFBD005E470B0062EFBD005E470B0062 %EFBD005E470B0005003E91C5001EE3D4003E91C5001EE3D4003D36D0001CF9E0 %0004003A471400178F5000321212001740EB0029DD100016F28700040025DF79 %001D83100025DF79001D83100025DF79001D8310000500028F5C006579430002 %8F5C00657943FFFFD973006C58310004000263FE0070EB2D00045DF80073B19C %0006316500763D3E0005000A8A8B00792FC5000F82B600797E2A000F82B60079 %7E2A0004004E9B68007991C3004E9B68007991C3004E9B68007991C300040052 %2559008000000052255900800000005225590080000000030004000000000000 %00000000000000000000000000000000000400B947AE00A629A500B947AE00A6 %29A500B947AE00A629A5000400C6147B00BB19B900C6147B00BB19B900C6147B %00BB19B9000400D4592600A5794300D4592600A5794300D4592600A579430004 %00B947AE00A629A500B947AE00A629A500B947AE00A629A50003000400000000 %0000000000000000000000000000000000000004007FAE1400C9B40F007FAE14 %00C9B40F007FAE1400C9B40F0004008ABF8C00DDBDDB008ABF8C00DDBDDB008A %BF8C00DDBDDB0004007280E700DF0B06007280E700DF0B06007280E700DF0B06 %0004007FAE1400C9B40F007FAE1400C9B40F007FAE1400C9B40F000300040000 %000000000000000000000000000000000000000000040026619500A2CB550026 %619500A2CB550026619500A2CB550004003F3A6E00A27CF0003F3A6E00A27CF0 %003F3A6E00A27CF0000400320D4000BA1AF300320D4000BA1AF300320D4000BA %1AF300040026619500A2CB550026619500A2CB550026619500A2CB5500000003 %00000000000000000000000000000000000000000000000100266666005D2112 %00266666005D211200266666005D21120001003F3F3F005D6F77003F3F3F005D %6F77003F3F3F005D6F770001003212120045D174003212120045D17400321212 %0045D17400000003000000000000000000000000000000000000000000000001 %007FB2E600363858007FB2E600363858007FB2E6003638580001008AC45E0022 %1AF3008AC45E00221AF3008AC45E00221AF30001007285B90020E161007285B9 %0020E161007285B90020E1610000000300000000000000000000000000000000 %000000000000000100B94C800059C2C200B94C800059C2C200B94C800059C2C2 %000100C6194C0044D2AE00C6194C0044D2AE00C6194C0044D2AE000100D45DF8 %005A732400D45DF8005A732400D45DF8005A73243842494D0BB700000000000E %076F75746C696E650000333300013842494D03FD000000000006020100000000 %EndPhotoshop gsave 40 dict begin /_image systemdict /image get def /_setgray systemdict /setgray get def /_currentgray systemdict /currentgray get def /_settransfer systemdict /settransfer get def /_currenttransfer systemdict /currenttransfer get def /blank 0 _currenttransfer exec 1 _currenttransfer exec eq def /negative blank {0 _currenttransfer exec 0.5 lt} {0 _currenttransfer exec 1 _currenttransfer exec gt} ifelse def /inverted? negative def /level2 systemdict /languagelevel known {languagelevel 2 ge} {false} ifelse def gsave /rows 425 def /cols 418 def 72 65536 mul 26214400 div dup cols mul exch rows mul scale /m {moveto} bind def /c {curveto} bind def /n {} bind def /N {} bind def 0.2 setflat newpath 0.350628 0.276176 m 0.350628 0.276176 0.268840 0.226176 0.268840 0.226176 c 0.268840 0.226176 0.353319 0.170441 0.353319 0.170441 c 0.353319 0.170441 0.350628 0.276176 0.350628 0.276176 c n 0.211797 0.501176 m 0.211797 0.501176 0.133224 0.457941 0.133224 0.457941 c 0.133224 0.457941 0.128439 0.552647 0.128439 0.552647 c 0.128439 0.552647 0.211797 0.501176 0.211797 0.501176 c n 0.363786 0.850000 m 0.363786 0.850000 0.364982 0.752941 0.364982 0.752941 c 0.364982 0.752941 0.272727 0.804412 0.272727 0.804412 c 0.272727 0.804412 0.363786 0.850000 0.363786 0.850000 c n 0.635915 0.850074 m 0.635915 0.850074 0.634719 0.753015 0.634719 0.753015 c 0.634719 0.753015 0.726974 0.804485 0.726974 0.804485 c 0.726974 0.804485 0.635915 0.850074 0.635915 0.850074 c N 0.787904 0.501250 m 0.787904 0.501250 0.866178 0.458015 0.866178 0.458015 c 0.866178 0.458015 0.871262 0.552721 0.871262 0.552721 c 0.871262 0.552721 0.787904 0.501250 0.787904 0.501250 c N 0.649073 0.276250 m 0.649073 0.276250 0.730861 0.226250 0.730861 0.226250 c 0.730861 0.226250 0.646382 0.170515 0.646382 0.170515 c 0.646382 0.170515 0.649073 0.276250 0.649073 0.276250 c N 0.499701 0.679191 m 0.499701 0.679191 0.524821 0.693015 0.524821 0.693015 c 0.524821 0.693015 0.525120 0.939485 0.525120 0.939485 c 0.526316 0.958897 0.537829 0.975882 0.547772 0.983015 c 0.558612 0.990735 0.576480 1.000735 0.603319 0.990074 c 0.603319 0.990074 0.884420 0.852132 0.884420 0.852132 c 0.884420 0.852132 0.910063 0.836544 0.908867 0.804485 c 0.907670 0.772426 0.886513 0.760956 0.879037 0.755662 c 0.879037 0.755662 0.631130 0.613603 0.631130 0.613603 c 0.631130 0.613603 0.631130 0.587721 0.631130 0.587721 c 0.631130 0.587721 0.665147 0.568309 0.665147 0.568309 c 0.665147 0.568309 0.916343 0.713015 0.916343 0.713015 c 0.916343 0.713015 0.947892 0.726691 0.974581 0.701838 c 0.974581 0.701838 0.993122 0.689485 0.994916 0.657721 c 0.994916 0.657721 0.972787 0.362426 0.972787 0.362426 c 0.972787 0.362426 0.970395 0.330662 0.942359 0.318309 c 0.922025 0.309485 0.907670 0.311838 0.893391 0.318309 c 0.893391 0.318309 0.683089 0.437721 0.683089 0.437721 c 0.683089 0.437721 0.652661 0.418897 0.652661 0.418897 c 0.652661 0.418897 0.652362 0.397426 0.652362 0.397426 c 0.652362 0.397426 0.870066 0.269485 0.870066 0.269485 c 0.870066 0.269485 0.891298 0.257721 0.891298 0.225956 c 0.891298 0.201250 0.868870 0.184779 0.868870 0.184779 c 0.868870 0.184779 0.629635 0.023015 0.629635 0.023015 c 0.629635 0.023015 0.591731 -0.009926 0.558837 0.011250 c 0.526017 0.032426 0.527811 0.055956 0.527811 0.055956 c 0.527811 0.055956 0.527811 0.347721 0.527811 0.347721 c 0.527811 0.347721 0.500000 0.365294 0.500000 0.365294 c 0.500000 0.365294 0.471890 0.347647 0.471890 0.347647 c 0.471890 0.347647 0.471890 0.055882 0.471890 0.055882 c 0.471890 0.055882 0.473684 0.032353 0.440864 0.011176 c 0.407969 -0.010000 0.370066 0.022941 0.370066 0.022941 c 0.370066 0.022941 0.130831 0.184706 0.130831 0.184706 c 0.130831 0.184706 0.108403 0.201176 0.108403 0.225882 c 0.108403 0.257647 0.129635 0.269412 0.129635 0.269412 c 0.129635 0.269412 0.347339 0.397353 0.347339 0.397353 c 0.347339 0.397353 0.347039 0.419412 0.347039 0.419412 c 0.347039 0.419412 0.316612 0.438235 0.316612 0.438235 c 0.316612 0.438235 0.106310 0.318235 0.106310 0.318235 c 0.092031 0.311765 0.077676 0.309412 0.057342 0.318235 c 0.029306 0.330588 0.026914 0.362353 0.026914 0.362353 c 0.026914 0.362353 0.004785 0.657647 0.004785 0.657647 c 0.006579 0.689412 0.025120 0.701765 0.025120 0.701765 c 0.051809 0.726544 0.083358 0.713529 0.083358 0.713529 c 0.083358 0.713529 0.334255 0.568529 0.334255 0.568529 c 0.334255 0.568529 0.368272 0.587647 0.368272 0.587647 c 0.368272 0.587647 0.368272 0.613529 0.368272 0.613529 c 0.368272 0.613529 0.120664 0.755588 0.120664 0.755588 c 0.113188 0.760882 0.092031 0.772353 0.090834 0.804412 c 0.089638 0.836471 0.115281 0.852059 0.115281 0.852059 c 0.115281 0.852059 0.396382 0.990000 0.396382 0.990000 c 0.423221 1.000588 0.441089 0.990662 0.451929 0.982941 c 0.461872 0.975809 0.473385 0.958824 0.474581 0.939412 c 0.474581 0.939412 0.474880 0.692941 0.474880 0.692941 c 0.474880 0.692941 0.500000 0.679118 0.500000 0.679118 c N 0.524222 0.552426 m 0.524222 0.552426 0.527811 0.523015 0.560631 0.507721 c 0.560631 0.507721 0.533717 0.492426 0.529605 0.468897 c 0.529605 0.468897 0.517644 0.478529 0.499402 0.478529 c 0.480562 0.478529 0.470096 0.468824 0.470096 0.468824 c 0.465984 0.492353 0.439070 0.507647 0.439070 0.507647 c 0.471890 0.522941 0.475478 0.552353 0.475478 0.552353 c 0.475478 0.552353 0.483553 0.548235 0.499103 0.548235 c 0.514653 0.548235 0.524222 0.552426 0.524222 0.552426 c n currentflat dup { gsave { flattenpath eoclip } stopped { grestore 2 mul dup setflat dup 200 ge { pop pop exit } if }{ grestore setflat exit } ifelse } loop flattenpath eoclip setflat newpath level2 { /DeviceGray setcolorspace} if /picstr1 418 string def /readdata {currentfile exch readstring pop} def /image2 level2 {/image load def} {{begin Width Height BitsPerComponent ImageMatrix /DataSource load image end} def} ifelse /beginimage { image2 } def 12 dict begin /ImageType 1 def /Width cols def /Height rows def /ImageMatrix [cols 0 0 rows neg 0 rows] def /BitsPerComponent 8 def /Decode [0 1] def /DataSource {picstr1 readdata} def currentdict end %%BeginBinary: 177661 beginimage ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸³xCCDGFGDGQ§ÞÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþØ®~AFFHGD?FM«òÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿô—C((0555555555)5K¥ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÙk:/%.555555554*9\’ãÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÉ`5-48999999::====:7-G ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ“3)3477999999999972.7Z¸ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÊ]+/79999999:=?CFGGGFCA9+Bµõÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ½P(055577999999999999972/[¸ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÊa+.89999999:=ADINSWZZXSNIB80:æÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿp+-335577799999999999999982/X¸ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÉ`*.89999999:=ADHMU\gqvvvti]RH?49æÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿb&0333457779999999999999999982/[¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÊ_+.89999999:=ADHNU]gq~Š—™–Œ~n]NC59æÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüX)2233345558999999999999999999982/ZºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÌ`+.89999999:=AFIMV]gs~Š˜¦³¿À»³¦‘zePC5:áÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\&22233334557779999999999999999999820Z¶ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÈ`+.89999999:=ADHMU]gs~Œ˜¦´¿ÊÓÙØÒȵ™~dMB3?ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ~(/222333335555778999999999999999999992/X´ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÍa+.89999999:=ADINU]isŒ˜§´ÀÊÓÙàçìçÛÏ»›~`KA2jÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿu%./022233334455557888999999999999999999820Z¸ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÉ`-.89999999:=ADINV]gt€Œ™§´ÀÌÔÛáçíõûüðÞѶ“tWF<.°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ -..0222333333445555778899999999999999999992/X´ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÊ_+.89999999:=ADHNV_gt€Œ™§µÀÌÓÛáçíõûÿÿÿÿíÛȦƒeLA7:÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÙ*&.../02223333333445555578999999999999999999982/[¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÊa+.89999999:=AFHPV_it€Ž›§µÀÌÓÛáèïõûÿÿÿÿÿÿ÷âÏ´qVD<.ˆÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\*...//222223333333445557577999999999999999999992/ZµÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÊ`+.89999999:=ADINV`it€›¨µÂÌÔÛáèð÷üÿÿÿÿÿÿÿÿ÷åÓº˜x\H?7<õÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿë(%)-.../022222333333334455557789999999999999999999820XºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÍb+.89999999:=AFINV`iu€›¨¶ÂÌÔÛáèñ÷üÿÿÿÿÿÿÿÿûõíãÒº™y_L?9/tÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŽ((+..../02222223333333345555578989999999999999999:992/[¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÍa+.89999999<=AFIPV_iu€Žœ¨¸ÃÍÔÜâêñùþÿÿÿÿÿÿÿÿûõíæáÛγ–y_MA:79ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?#(()-...//002222223333333345555777899999999999999999:9800ZºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÏb+-89999999:=AFIPW`ju‚œª¸ÃÍÔÜâêñùþÿÿÿÿÿÿÿÿþ÷ðèáÛÔÏĪŽv\LB99*¯ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÝ+&()+*....///0222222233333334555557789999999999999999:99992/[»ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÎa+-89999999:=AFIPW`iu‚Žœª¶ÃÍÔÜãêòùþÿÿÿÿÿÿÿÿþùñêâÛÖÏÇ»°œ„k[RI>93Vÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ£$&)9B8+...././002222222333333344555558899999999999999:9:9::80/[ºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÓf+.89999999<=AFKPWaku‚ª¸ÄÎÔÜãìôúþÿÿÿÿÿÿÿÿþùñêãÜÖÏǽ°¥™Œtn³`DD:5Fÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ&5Q€f0*.......//022222233333333445555578999999999999:::9::9:83/\½ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÏd++89999999:=AFIPW`ju‚œª¹ÄÎÖÝåìôûÿÿÿÿÿÿÿÿÿÿúñêãÝ×Ñɾ³§™Ž„za¦ðdAD>4Bçÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ*<è®B)-......///0022222223333333445555588899999999999:9999:9:900[»ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÏb+.89999999:=ADIPWaku‚¬¹ÅÏÖÝåìõûÿÿÿÿÿÿÿÿÿþûòêãÝ×ÑÉ¿´¦›‘„zpe`£PBBB3Hòÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ„0?ÿÊQ/(+-......///002222223333333344555577899999999999999:99999820\½ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÏb+.79999999:=AFIPXakvƒž¬¹ÇÏ×ÞæíöûÿÿÿÿÿÿÿÿÿÿûôìåÝ×ÒÉÀ´§œ„zpf\[gbPCGFB0fíÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¥80BœôºR=/()+-........//2222222233333334455557789999999999::::::99:::0/\½ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÏb+.89999999:=AFIQWakv‚ž¬ºÅÏ×ÝæíöüÿÿÿÿÿÿÿÿÿÿûõíçÞÙÒÉÀµ¨‘‡{qi]Z`aUID=uk8l¬âÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÖ¸™AA„´ˆKBB8*(*--........0002222223333333345557578899999999::9:::::::::820\ºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÎb+.79999999:=AFKQWakvƒ‘ž®ºÅÏ×ÝæíöüÿÿÿÿÿÿÿÿÿÿüõíçàÙÓÌÀµªœ‘ˆ{qi_WZ`ZLHD=>\[9‚¸Ñÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº±¨FA[kR>?BC?3((*+-.......///02222223333333344555558899999999999::::9999992/\¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÎa+-79999999:>ADKQXakxƒ‘ ®ºÇÏ×Þæï÷üÿÿÿÿÿÿÿÿÿÿþ÷ïçáÙÓ͸ª’‡}tj`WV\[PHD?HkoFI:nµÏÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº´™>BIUfM8:?BC<.&)++-......////022222223333333455555788999999999::9:::99:::920[¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÍb+-79999999:=AFIPXakvƒ‘ ®»ÇÏ×Þæï÷þÿÿÿÿÿÿÿÿÿÿþùñèáÛÓÍĸ¬ “ˆ~tkbXU[[QID?LjŽ\DLIlµÏÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº´˜>CFMXyP9:?CC9+&)++.......///002222222233333445555558999999999999:::::::::920Z¸ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÍb+.89999999:=AFKQXblv„‘ž®»ÇÑØÞçñùþÿÿÿÿÿÿÿÿÿÿÿùñêáÛÔÍĹ® ”‰~tkaXRV[RID?Mlzk\KAXLdq´Îÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº³œSNK[DKeƒyQ9:ACA4)&)+-.......///002222222333333344555788899999999::::::::::::920[¸ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÌa+-89999999:=AFKQXakx„‘ ¯»ÇÑØàèðùÿÿÿÿÿÿÿÿÿÿÿÿúñêâÛÔÍĺ®¡–‰ukbXRSZULDAPkxbMHLQ=\Lp€±Îÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº±žjUZKBM2(&)+-........///0222222233333334455577899999999:::::::::::::92/Z¶ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÊa+-89999999:=AFKQZbkx„‘ ®»ÇÑØàçðùÿÿÿÿÿÿÿÿÿÿÿÿúòêâÜÖÎÅ»¯¢—Œ€ukbZRRWWMDBPltZ?IMCG_lfK{¢¯Îÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº±¢}ZRb`]?>D=VzyW<:AC<.&()+-........//0022222233333333445557888999999999::9::<:9:::92/[¶ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÊa+.79999999:=AFKQZbny„’¡¯½ÈÏØáêñùÿÿÿÿÿÿÿÿÿÿÿÿúòêãÜÖÏÇ»¯¢—Š€ukdZRPUVMDBRloS?MsxV„ba¡kH~®¯Íÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº°¢…aKˆ”jbgZvV=PtyW<:BC9+&()+-........///02222222333333345555778999999999:9::<<<:::::92/Z¶ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÈ`-.79999999:=AFKQXblx„’ °½ÇÑØáêñúÿÿÿÿÿÿÿÿÿÿÿÿûôëãÝ×ÏÇ»°£—Œ‚vld\SNSWPFBRkjPG_„¡i¬[œlF}¬¯Ìÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº±¡ˆdG€‰ge¨ykœ’jGMnuX=:CB5*&(*+-........//00222223333333344555578899999999:::<<<<<<::::920[¶ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¬b-.89999999:=AFKQZbly…’¡°½ÈÒÙáêòúÿÿÿÿÿÿÿÿÿÿÿÿüõìåÝ×ÏȽ°£—Œ‚xle\SNQVPDCRgePNp—£ŠR‘§¥Š]œoF}¬®Ìÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº³¡ˆdF{„`]¨Ž]„›ž€VPjuX=0(&))+-........//0022222223333333445557899999999::::<<<<<<<<::92/Z´ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¢C)289999999:=AFKQZbnz…”¡°¿ÉÒÙâëòûÿÿÿÿÿÿÿÿÿÿÿÿþöíæÞØÑÉ¿³¦™‚yoe]VPNSRHCSe`Ui£›Š‰™¬´¶tq«‚z‚—oD}¬¯Ìÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº±¡‡]GyyXg¡¨n´¡ˆ}Š¡œy]eoX>AFKQ[dnz‡”£°¿ÊÒÙâëõüÿÿÿÿÿÿÿÿÿÿÿÿþ÷ðçàØÒÊ¿´§›„zof_VNLQRIFRa[Vs™žŽ‰˜¬´³°°´ªŠ—yP”¥}˜jC}¬¯Ìÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº³¢]Gy‚±Qy§yе°±´±¡‰— ‚aelX?=A8*&()*+-........//00222222233333344555578999999:::<<<<<<<<<<<<<930Z±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¡C)388999999:=AFKQZbnz‡”¢±¿ÊÓÛâëõüÿÿÿÿÿÿÿÿÿÿÿÿÿùðèáÛÔÌÀµ¨œ‘…zpf_WPLPRKFQ_XXv››Œ °´±°°°´¦ŒŠj`~´žv—fC}¬°Èÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº³¢]GzŠ®¦ZPv¡ƒ”´°°°³³¨”ˆ“œ…dbkX?>?4)&())+-........//00222222333333444555789999999999:<<<<=<<<<<<::30X´ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¢C)389999999:=AFLRZdozˆ”¢±¿ÊÓÛãìöüÿÿÿÿÿÿÿÿÿÿÿÿÿúñèáÙÓ̵¨’…zpg`WPLMQLFQ_XXz™–Š“§³³±°°°±³¡…{ZU}°³—u˜fC}¬°Äÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº±¢]Gz‡z¬µŠLHe‘€–´°°°°±´®œŠ›‡faiXA>>3(&()*+-......////00222222333333344555589999999::::<<<<<<<<<<<:924BúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿžC)379999999:=AGLR[doz‡”£³¿ÊÓÛãíöþÿÿÿÿÿÿÿÿÿÿÿÿÿúñèáÛÓ̶ª’‡{pg`WPKMQLFP[V\}—“Œ˜¬´³°°°°°±³˜xtZFU™µ±–u˜fC}¬°Äÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº±¢]Gz‡{¬³¯jB?[Šƒ–´±°°°°±³±¡Ž—ˆgagWA>=0(&()++-........//022222223333333455555799999::99<<<<<<<<<<<<<<97.?Žöÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº>)378999999:=AFKR[doz‡–¥³¿ÌÔÛâíöþÿÿÿÿÿÿÿÿÿÿÿÿÿûôêâÛÔ͸«ž’‡}tj`XQLMPLGPXS\~—‘ž°µ±°°°°°°³°Šl}jD?_¬±±–x˜gD}¬°Äÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº±¥”[G~ˆ{¬±±\N>fˆu‘±³°°°°°°³³¦’”‡gaeWA>9.&&()*+-........//00222223333333444555588999999::<<<<<====<<<<<:7.?ŽöÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÂ]-.79999999:>BFLR[eo{ˆ–¥´ÀÌÔÜåíöþÿÿÿÿÿÿÿÿÿÿÿÿÿüöëãÜÔÍŬ¡”ˆ~sjaZRLIMLHNVR]““§³´±°°°°°°°´±’nxyR?:a˜k§±±–v—kF{¬°Åÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº¯§›UFƒˆ®±±„‰ƒCXRdƒaiž¶±°°°°°°°±´¬›Ž‘…j`bUA=8+&&()++-.....././/02222222333333344555799999999:<<<<======<=<<<<7.?ŽöÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀ]-.89999999<=AGLR[do{ˆ–¥³ÀÌÔÜåí÷þÿÿÿÿÿÿÿÿÿÿÿÿÿüõìãÝÖÏź®¡”‰tkaZSLKMMINVS]~—«´³°°°°°°°°±¶¥tp{`BAFa®¡i§±±˜}–kF{¬°Åÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº¯¨UDƒˆ„°±°„‰º~CRUk“‡k°´°°°°°°°°±´¯žŽ„j_aSB=5*&&()++-.....././00022222223333334557579999999::<<<<<=====<=<<::7->õÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀ\-/89999999:=AGKR[ep{ˆ—¥´ÂÌÔÝæïùþÿÿÿÿÿÿÿÿÿÿÿÿÿüõìåÝ×ÏÇ»¯¡–‰tka[SLILLILPQ]{Ž‘›®µ³°°°°°°°°°´±lujG?MUn§¸g¦±±˜{”kF{¬°Åÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº¯¬£SC‰‡°±°ˆŒ´´NSR_‰˜oež¸±°°°°°°°°°³±¢‘‚i_aSA=4)&(()++-.......///0222222233333344555779999999:<<<<<=======<==<:7.?õÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¾\-.79999999:=AFLS[eo{ˆ—¦´ÀÌÖÝåï÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿþöíåÝ×ÏÇ»¯¢—Š€ukbZSLHKLIMPP]z‘ž°µ³°°°°°°°°°±´¢}toN=Lboް´³ j£±±˜z—oF{¬°Äÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº¯¬£SBzˆ¯±°‰Ž±±¶PXZUl”Œd€±µ°°°°°°°°°°³³¥”i__RB<3)&(()++-......///00022222233333344555588999999:<<<<=<========<<:7.?Œòÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ»[+/89999999:=BFLR\fo{ˆ—¦´ÀÌÔÝæðùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ïåÝ×ÑÈ»¯£—Œ€ukb[ULHILIMQP]zŒ“¢±´±°°°°°°°°°°´¬Ž{tW>Idvz‰°³°´›g¥±±žy—pF{¬°Äÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº¯¬£SBzŠ‚¬±°…ޱ°±µ…HR`XVy–sg™µ³°°°°°°°°°°³³¨—~f__RA:0(&(()++-.......///0222222233333334555778999999::<<<====>>>=<==<:5.?Œñÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ»Z-.79999999:>BGLR\ep}‰˜¦´ÀÌÔÝæðùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùïæÞ×ÑȽ±£—Œ€ulb[SMIHKIIMP]xŠ–¥³´±°°°°°°°°°°³±œ…{dCGdxzdt¬³°°´›g¥±±¡y—oF{¬°Äÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº¯¬£SB{‰¬±°„ޱ°°±¶‘LFWaX[‚ˆgy¨¶±°°°°°°°°°°±´ª˜}f]_RA9/(&(()++-.....././/0022222233333334555589999999:<<=====>>>>==<<<<7.>Œïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ»Z-/79999999:=AGLR\fp}‰—¦µÂÌÖÝæðùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùðçÞØÒɾ±¥˜‚xnd\UNHHKIKKK\v‰–§³´°°°°°°°°°°°±´¦Œ‚nHCavzydi°³°°°´›g¥±±¡z—pF{¬°Äÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº¯¬£SB{‰€¬±°…‰±°°°°¸NGHXdXb‡{gŒ³µ°°°°°°°°°°°±´¬œŒyd]\QA8/(&(()++........///0222222233333335555589999999<<<===>>>>>>====<:7.>‰ïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿºZ-.79999999:>BGLR\fp{‰—¦µÂÍÖÝæðùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúñçàØÒÉ¿³¦˜‚xoe\UNIHKKIKKXtˆ—ª´´°°°°°°°°°°°°´®“„uRB\tv~…xU€µ°°°°´œf£±±x—pF{¬°Äÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº¯¬£SBz‰€¬±°‡Œ±°°°°´¢fX[KI]aWj…soœµ³°°°°°°°°°°°±´®Œva\]P?7-&&(()+-........//0002222223333334555557999999:<<====>>>>>>>>==<:7/>ˆíÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿºZ-/79999999:>BHLR\fp}‰˜§µÂÍÖÝæðúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúñèàÙÓÊ¿³¥™Žƒxoe\VNIGIKGGHXsˆ˜«´³°°°°°°°°°°°°³±œ„y[DXtz€‘—q‘X‚´°°°°´žf£±±›t˜oD{¬°Ãÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº¯¬£SB{ˆ~¬±°ˆŽ±°°°°´\„xniMK]_Zs€l}ª¶±°°°°°°°°°°°±´¯žŒv_Z[M?5-&&(()+-........///02222222333333455557899999:<<<===>>>>>>>>>>=<<8.>‰íÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿºZ..79999999:>BGLS\fp}‰˜§µÃÍÖÝæñúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûòêáÛÓÊÀ´¦›Žƒyof]VPKGIKGCDUn‡›®µ³°±°°°°°°°°°°±³¨z_GVsz…”‡bf}±°°°°³¢e¢±±›t˜iD{¬°Âÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº¯¬£SB{…{¬±¯‡±°°°°´›dŠzeŒzgQM]]`yylаµ°°°°°°°°°°°°°´°¡Œq\WZP>4+&&((*+-........//0022222223333334455589999999:<====>>>>>>>>>>==<8/>ˆëÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸Z-.79999999:>BGLS\fq{‰˜¦µÃÍÖÝæñúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûôëáÛÔÌÀ´§›Ž„zof]VPKHHIHDDQk„¯µ±±°°°°°°°°°°°±³¬™‡gIRp…“’ˆ“ªdœty±°°°°³¥k¡±±›t˜iF{¬¯Âÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº¯¬£SB{…{¬±¯ƒŽ±°°°°´–p’y]¢¡Œ{gUP]_dxsq˜´´°°°°°°°°°°°°°³±£ŠpWX\Q>2)&&(()+-........//002222222333333445578999999::<===>>>>>>>>>>>>=<8.=ˆëÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸Z-.79999999:=BGLR\fp}Š™§¶ÃÎÖÝçñûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüôêáÛÔÌÀµ¨›‘„zpf_WPKGHIHFFNgƒž°µ±°°°°°°°°°°°°°³° ŠoNPlŒ–˜œ«´±…ep{±°°°°³¥u¡±±›u—iF{¬¯Ãÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº¯¬£SB{…{¬±¯ƒ”±°°°°µ‘o™{[¡¶±£Ž~oZU]_kxp{¢µ³°°°°°°°°°°°°°³³¦ŒjUX`R>0)&((()+-........//002222223333333445578899999:<====>>>>>?>>>>>==<7/>…èÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸X-.79999999:>BGLR\fp}‰˜§µÃÍ×ÞçñûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüõëâÛÔÌö¨‘…{pg_WPKGHIIGFMbƒž±µ³±±°°°°°°°°°°°±±¥‘tSNk‚–‰¡¯³±°±‚op±°°°°³¢p¡±±œz˜iD{¬¯Âÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿº¯¬£SB{…{¬±¯ˆ˜±°°°°µp™‚` ³°³³¦„z_W\blus„ªµ±°°°°°°°°°°°°°³³¦ŒePXeW=.(&(()*+-........//002222222333333445558999999:<<<>>>>>?AA?>>>>==<8/>…èÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¶X+.79999999:>CHMS\fq}Š™§¸ÄÎ×ÞèòûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüõëãÛÔÍõª‘…zpg_WPKGGIIHFI\~¡³µ±°°°°°°°°°°°°°±³ª—zXNeƒŽ“Š~„®³°°°°³ƒz™q€±°°°°³ži¡±±œ~˜iF{¬¯Âÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹¯¬£SB{ƒ}¯±¯ˆ”°°°°°µ’q–‡i ³°°°³µ–uƒxdX]bptsްµ°°°°°°°°°°°°°°³´§‰aIZi[=-(&(()*+--.......///02222223333333455558999999:<===>>>?AAAA??>>><<8/>„çÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¶W-.79999999:>CHMS\fp}Š˜¨¸ÃÏ×ÞèòûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþöìãÜÔÍö«’‡{qi`XPIGGIIIGDU}¡´µ±°°°°°°°°°°°°°±³®›~_NaƒŽŠsqŽƒ±°°°°°³€x—q°°°°°³ g ³±œ~–iD{«¯Ãÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹®¬£SB{„ƒ°±¯‰“°°°°°µ’q”ƒn¥³°°°°µ“RŽƒxxg\]eqqv—´´°°°°°°°°°°°°°°³´ª‰ZD]qa>*&&(()*+-........//00222222233333455555899999:<<=>>>>>?BBBB???>>=<8/>„çÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ´X-.79999999:>BGLS\fq~Š˜¨¶ÄÏ×ÞèòüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþöíåÜÖÍŬ “‡}si`XQHFKIKKGBKu¡´´³±°°°°°°°°°°°°°³±¡…aP_€…qg§¨y{±°°°°°³€t—t}°±°°°³ kž³±¡~–iF{«¯Àÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹®¬£SB{ŒŒ¯±¯‡±°°°°µ“l‚q¥±°°°°´˜P—®’qqxj]]ispz µ³°°°°°°°°°°°°°°³µ«„L<_yiA(#&(()*+-........//00222222233333444557899999:<==>>>>>ABBBBBA?>>==8/>„çÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿµW+.89999999:>CHLU\fq~Š™¨¸ÅÏ×àèôüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþöíåÝÖÍŬ “ˆ}si`XRHC\vUIHBHn ¶µ±°°±°°°°°°°°°°°³³¥‰gR\}Œdd‰¨µ³¦tx°°°°°°´~x›y¯±°°°³ jž³±£~–jF{«¯¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹®¬£SBzŠŒ¯±¯„’±°°°°µjƒp¥³°°°°´—S–°µ®”zqsj__kol€§¶±°°°°°°°°°°°°°°³¶ª{H>>>ABBBBBBAA?>=<8/>„æÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿë”Z+.58999999+&&(()*--........//002222223333334455589999999<=>>>>?ABBBBBBBAABA?:0?}Äÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ™4%.478799999:<>BDNZj}¢°»ÇÏ×áêôüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùðåÝ×ÏÇ»¯ ”‰~tjaZRKCV{{V?LWq¢¸µ°±±°°°°°°°°°°°°±´¬”oVZt‡z\]ˆ°¶±°°°°¦~„°°°°°°´{{y€¯±°°°³¢q³±¡{™oDz«¯¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹®¬£SBz‡‡®±®‡’±°°°°µq”ƒp£³°°°°µ‘R˜¯°°°°´´¡„vuj_enjo‘±µ°°°°°°°°°°°°°°°³¶«KDZdS:-&&(()*--........//002222222333334455789999999<=====>>>>?ACFHIKHGB=/5zëÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÄQ)/45558899999999899:=DSt›¿ÛêñöüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùðæÝ×ÏÇ»¯¡–‰tjaZRIBUz}WAX ¯¸µ±°°°°°°°°°°°°°°±´¯˜uXWqƒu\a‰®¶±°°°°°°¦{‰±°°°°°´~z™v„¯±°°°³£l™³³v™nCt¬¯½ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹®¬£SB{‡‡®±®‡’±°°°°µs”„p£³°°°°µ“W™¯°°°°°°³´£ˆxoe_gngp˜´´°°°°°°°°°°°°°°°³¶® …bXVL9-&&(()*+-.......///00222222333333445577889:>?=:99999:>BFIPUXZZZRLG?/S£ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ{(+33455578999999::9:::98539MnžÔÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúñæÝ×ÏÇ»¯¢–Šukb[SKCUyXCaª´´³±±±°°°°°°°°°°°±´´±žxZWp}p_mŒ¯µ±°°°°°°°°§y‰±°°°°°´„t—u‚®±°°°³¦i™³³v™oBs¬¯½ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹®¬£SB‚‡…®±¬€“±°°°°´y“‡s£³°°°°´™[™¯°°°°°°°°³´¦„ldajlfvžµ¶³°°°°°°°°°°°°°°±³´¬”sZPG9+&&(()++-........//0222222223333334449>DC>9899999=AFIMS[elqsspf[QF93WÑÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿôg%0333455578999999999:9:::::875>V…Îÿÿÿÿÿÿÿÿÿÿÿÿúñèà×Ñǽ°¢—Œ€ukb[SKBRxZCd“ž‡¡´°°°±°°°°°°°°°±´´«œ”~]Voƒs^}À¶°°°°°°°°°°°¨xƒ¯±°°°°´„s–u®±°°°³£`™³³v™o>s¬¯½ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹®¬£SBƒƒƒ¯±¬€“±°°°°µ‰s‘‚u¦³°°°°³™\™®°°°°°°°°°°¯Ó»¬„jbekkdqЧ¶¶³°°°°°°°°°°°°°°³¡˜™yXLF8+&&(()++-.......//00022222233323598999998799999DGD>8899999:>CGKPV_gp}‡’ ®ºÅÏÒÌŸ€fPC5Rÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿj%222233334555577889999999999::::::::98:P{¹è÷òêáØÒɾ³¦—€vnd\ULBMt„aC\Œ“g?8:vµ³°°°°°°°±³° ŽŽ®ÀžkZo}sf€Äùÿÿÿÿ⳯°°°°°°°°°°ª}…¯°°°°°´‚{œ}ˆ®±°°°³¥]–´±ž}˜jDGF?8799999:>BFINU]foz…‘ª¸ÃÍÓÛáâÜÒ aL?4–ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ§%./222333344555577789999999999:::::::::87=X’ÊàÜÏÈ¿´¦™‚xld]ULCMs…dCXŠ–oD9=:v«¬°°°°°°³±¦”’ªÛñÂuWk€tf‚Áöÿÿÿÿÿÿ䳯°°°°°°°°°°ª{~®±°°°°´„y™~ˆ«±°°°³¥_“´±ž~˜k=q¬°»ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹®®¡LG…ƒ‚¯³ª”±°°°°´Œx”„z¨±°°°°³–]¯°°°°°°°°°°¬ïÿÿÿÿÿÿþà·¬ygkufC.-=`¬¸´°°°°°°°µ«_.0/FuŒqNFB5*&&(()++-......-0:CGFA97899999=BFIMS\dnxƒ›¨µÀÌÓÙáæìôñâÖ¿œy[H<2»ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷=*./022333343445577577889999999:::::::::9:87?f§Óѵ¢˜Žƒyoe]UMCLs‡gCWˆ’pI9<>:7{®¯°°°±³¬œ‘¡ÍûÿÏyUkph‚Àöÿÿÿÿÿÿÿÿ鲯°°°°°°°°°°«{}®±°°°°´u”ˆ«±°°°³¦_´±£–k=q«°ºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹®®¡LG„ƒƒ°³ª}”±°°°°´‡y”‡{¨±°°°°³’\¯°°°°°°°°°°¬ïÿÿÿÿÿÿÿÿüà¶­’qeoxbA/.4N{¢µµ±°°°°°´³t5020Fs‰oNDB7*&&(()++-..-.7BFGA97999999=7D€®±°°³°£”›¾ìÿúÂyXith‚¼öÿÿÿÿÿÿÿÿÿÿ鳯°°°°°°°°°°ª}}®±°°°°´u”zŒ«±°°°³¦`µ±§”l=q¬°»ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹¯¬¡LD€„‰±±ª{–±°°°°³‰z’€}¨±°°°°´[¯°°°°°°°°°°¬ðÿÿÿÿÿÿÿÿÿÿüÞµ¬uisx_=434Dj”°¶³°°°°±¸ŽD.8<9GvŠlLDA5)%&(()*+-5?FGB<7789999BGKPW_is}ˆ”¡¯»ÈÏÖÝãêñ÷ûþÿÿÿþûôáί‡fMB:+œÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ—*....022222333333344555557888999999999:::::::::958[ ÇžZCj‰oFP‚’pMV\L=:7K…±µ±°¥›§ÍññÌ™s]]ssiƒŽ·öÿÿÿÿÿÿÿÿÿÿÿÿÿÿ鳯°°°°°°°°°°«ƒ‰°±°°°°³ˆ{˜’ª±°°°³¥R…µ³¦~”l=q¬°¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹¯¬¡MGƒŠ’°³¥t–±°°°°±’}’ƒ¨±°°°°´Œ[¯°°°°°°°°°°®òÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÙµ¬“xo‚‚U428Fy‰iHCA4)-8BFD=8789999:>BFINS]foz…’ž«¹ÅÎÖÜâêñöûþÿÿÿÿüúôíá϶‘oSF<5?õÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿR!(-.../022222233333433455555788999999999::9:::::::94:j±¹yHN}”vKX‚_AIGAFD>97999999g]KHV~¥µµ±µ®v:.=–]:N~_>DFA9789999992gÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýóí¯&(*...../0022222233333333445555578999999999::::<<<<<::73LޏŽR_”žj=i˜–ª´¦£¹ØÞ¸~Q>BHZy‡xm†¯õÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿé´¯°°°°°°°°°°ªƒ‚ª±°°°°³Š}“~Œ¨±°°°³¦P}µ³¢t—s=q¬°ºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹¯¬¡MG‡…°µ–p±°°°°°Š~–…Œª±°°°°³Ža °°°°°°°°°°¯±ûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùѵ¬’yz‰xI5A?RUIIj–±¶´¶—U/7s¦~B:BDB:7899999:>CGKPW`kt€Š—¥±¾ÊÒÙàæíõûÿÿÿÿÿÿÿúõíçáÙÔÍĹ£‰nVG>97?ùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþøÛɇ(()+....////222222233333333455555588999999999::::<<<<:::55[œ®{dKK€¥¨«¦«ÅÙÃŽX==LLUxˆvl…®õÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿñ³¯°°°°°°°°°°ª‚€¬±°°°°³Œz‘}¨±°°°³¨Vƒ´³£p”t=q¬°¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹¯¬¡LH‡…°µ’o³°°°°±Œ~”‚Œª±°°°°³‰` °°°°°°°°°°¯±üÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùÍ´¬‘z{ŠtMF=>PVKD[…«¸¹®yFQeWADB<7899999:>BGKNV_gs}ˆ”¢¯¾ÉÑ×Þæíõûþÿÿÿÿÿÿü÷ïêâÛÖÏÇ»°£”iUG=95BæÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùÚÁy (((*-.....///0222222223333334455555778999999999:::<<<<<::949j¦˜`sªª¦µÍÎ¥jHI]yˆ}}‡vk†­òÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿñ´¯°°°°°°°°°°ª€„®±°°°°³Œ€“}§±°°°³§Sƒ³³£o“t=q¬°¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹®¬¡MH‡‚а¶f…´°°°°±Š~’~Žª±°°°°³b °°°°°°°°°°¯°üÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùÌ´¬‘u}‘‰zeSNUMDPtžµ½ŽN>?D=7899999:=BGIMU\fpz…’ž®ºÇÏÖÝåëôûÿÿÿÿÿÿÿþúòëåÝØÒÉÀ´§›Žƒt`ND<94Gçÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýß¼u((()+......///00222222233333334555555788999999999::::<<<<::82?y¨Štʸ‡S:Mx‡„ˆ‡‚ul†Ž«òÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿñ´®°°°°°°°°°°«‚„¬±°°°°³Œ‚”ƒŽ§±°°°³§U„±³£n‘t87899999=AFIMR[eny„ª¶ÄÍÖÝãêñùþÿÿÿÿÿÿÿüõïçáÙÓÍĶ«ž’…{qfWIA:94KÔÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÛ¶)&((((+-.......//02222222233333344455577789999999999::<<<<::::73Kˆ‚xR9:Xƒˆs}‚ui†Žªòÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿñµ®°°°°°°°°°°«‡‚«±°°°°³Ž‚”ƒ§±°°°±®g‚°³£kŽsA?97899999DGKPW`juŠ˜¥´ÀÌÓÙáèñùþÿÿÿÿÿÿÿÿúôìãÞ×ÑÈ¿±¥™‚xnd\SNIA:977ž¾ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷Ó·¬%$((((()+--.....///002222222333333344555557899999999999<<::<<<:9948d–‘vt‘}i„ަñÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿñµ¬°°°°°°°°°°«‡ª±°°°°´ˆ~”‰¥³°°°±°q¯³¨nŠoBGKNV_is~‰”¢¯¾ÉÒÙàçð÷üÿÿÿÿÿÿÿÿüöïçáÙÓÌÀµªœ„zpf]VPKGB<99-b¹¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷Ñ·¦¶~(&((((()+-.......///2222222233333334555557789999999999<<<<<<<::983>p“‰tu—§ñÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿñµ¬°°°°°°°°°°«…€¨±°°°°´‡‚‘~ˆ¦±°°°±°p®³«q‰o:94.X®µ¶ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿøÒ·¦°¸“M(%(((()++-.......//0022222223333334455555778999999999:<<<<<<<::983Gz‘ƒ‘Åýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ´¬°°°°°°°°°±®…€¨±°°°°´„‘~ˆ£³°°°±±t{¬³ªn„o=8799999997899999CGKPW`juŒ˜¦´ÀÍÔÛâëôûÿÿÿÿÿÿÿÿÿÿùñêâÛÔÍù«ž’…{qf_WPKGB>:70B~±»´±³±°Äÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýø¯¯°°°°°¶µˆB #(((((*--.......//022222223333333345555578999999999:<<<<<<<<:::94<:8799999:=BFIMU]gs~‰–¢±¿ÊÒÛáèñúÿÿÿÿÿÿÿÿÿÿüôëãÝ×ÏÇ»¯£–ŠtkaXQLHD?<80:oª»´±±±±°«Øÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ³°°°°°°°±¸¯y5%(((()*+-.......//0022222233333334455557578999999999:<<<<<<<:::83Al‚…¿ýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿø´ª°°°°°°°°°±®…¥³°°°°´‰€˜ƒƒ—´°°°°±vq¦´¨`vp8s«°µÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸¬® MHdP„µ³jf£±°°°±¨q„˜€Š¬±°°°°±z_£°°°°°°°°°°°³ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿñ”PaD:<87899999:87899999:>DHKPXbkv‚Ž›ª¶ÄÎÖÝåíöüÿÿÿÿÿÿÿÿÿÿüôìåÝÖÏź¯ ”ˆ}si_WPKGC><70G„´¹³±±±±°°°°°¯¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¯¯°°°°°°°°°°°¶¶F #(((((*+-.......//002222222333333345555578899999999::<<<<<<<<::959Zz}„¤öÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿû³¨°°°°°°°°°±®Š´°°°°µ‡}”‡u®±°°°³}k£µ¥dik9s¬°¶ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸¬¬ MCgQ~´¯`j¨±°°°¶…\‰—ƒ®±°°°±±t\§±°°°°°°°°°¯¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÞoXZA:98899999:>CGKPWaju€Œ˜§µÃÍÔÜåíöüÿÿÿÿÿÿÿÿÿÿþöíçÞØÑȽ°£—Š€ukaZRLHC?<80=t¬º³±±±±°±°°°°°ªÝÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿʬ°°°°°°°°°°°°±¸°{8$(((()++........//022222223333333345555778999999999<<<<<<<<<<::94=b{€…¸ûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ°¨°°°°°°°°°±®Š‚ž´°°°°µ‡˜Œ‡i¥³°°°´ƒj¢µ¢aa]8s¬°¶ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸¬®¡MC`N{´«]o«±°°°¶kX˜„‰¬±°°°±°l_§±°°°°°°°°°°¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿëP`D<978999999=BFINU]gs~‰–£³ÀÌÔÙâêôüÿÿÿÿÿÿÿÿÿÿÿúñêáÛÓÌÀ´¨œŽ„xne[SNIFA=927e¢»´±±±±±±°°°°°°¯¬ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûª°°°°°°°°°°°°°°³¹¨j-&(((()+-.......///02222223333333344555557899999999::<<<<<<<<<<:94Ciz‡Óÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ°¨°°°°°°°°°±¯Šƒ¢³°°°°µ€~™‡ˆi’µ°°°µƒfžµ¢d_U9s¬°¶ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸¬®¡NF_Gp¶¨Xp¬±°°±°PZ‘™…‰¬±°°°±°o[§±°°°°°°°°°°ºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿù¨Q_L<97789999:977999999DGKPXakv‚›ª¸ÄÏ×ÞçðùÿÿÿÿÿÿÿÿÿÿÿÿúñèáÙÓÌÀ´¦™‚xndZRMIF?<80Ay¯º³±±±°°°°°°°°°°°°°«ÉÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÒ«°°°°°°°°°°°°°°°°°±¶±:$(((()++........//02222222333333334555578899999999:<<===<<<<<::95:Zuyƒ´ûÿÿÿÿÿÿÿÿÿÿÿÿÿÿ°ª°°°°°°°°°°°…t´°°°°µqz˜sS¡³°°´Œd™´¥bZQ:s¬°µÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸¬®¡NBULzµRs¯±°°³l.`Ž˜‚„¨±°°°±¬gX§±°°°°°°°°°¯½ÿÿÿÿÿÿÿÿÿÿÿÿÿÿëPUD<97899999:>BGKNV`juŠ˜¦µÂÍÔÝæï÷ÿÿÿÿÿÿÿÿÿÿÿÿûòêâÛÔÍöª‘„zoe]UNKFA=928j¦»´±°°°±°°°°°°°°°°°°¯¯ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ´¯°°°°°°°°°°°°°°°°°°±¹«n/%(((()+--......///02222222333333344555778999999999:<===<<<=<<::94?au~†Æÿÿÿÿÿÿÿÿÿÿÿÿÿ°«°°°°°°°°°°°„yž´°°°°´iy—”{oP…´°°´Žb˜´£][R7s¬°µÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸¬®¡NCMKz¶—Qx¯±°³¦P3`Š—„}£³°°°±¬gX§±°°°°°°°°°°¾ÿÿÿÿÿÿÿÿÿÿÿÿõžO[F>97899999:=BGIMV]gs}‰–£´ÀÌÔÛãíöþÿÿÿÿÿÿÿÿÿÿÿþöíåÝÖÏǺ¬¡“ˆ}qg`WPKGC=:34[›ºµ±±±°°°°°°°°°°°°°°°°¨åÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüª°°°°°°°°°°°°°°°°°°°°³¹ \( &(((()+-.......///022222233333333455557889999999:::<==<==<<<<::85Fgy€‹åÿÿÿÿÿÿÿÿÿÿÿ°¬°°°°°°°°°°°„v¢³°°°±³[u˜ŽtlXe®±°³`–³£[\U5s¬°µÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸¬®¡NFMG{¸’Rx¯±°´‡=9_‘™‚z³°°°±®eX§±°°°°°°°°°¯¿ÿÿÿÿÿÿÿÿÿÿÿ¹QZM>:7899999:_‘™‚}”µ°°°±®eS¦±°°°°°°°°°¯ÀÿÿÿÿÿÿÿÿÿÌaVRB:78899999CGKPWalv‚Žœª¹ÇÏ×ÞèñúÿÿÿÿÿÿÿÿÿÿÿÿþöìãÜÖÎĸ¬‘…zpf]VPIFA=82BFINV_it€Œ˜§µÃÎ×ÞæïùÿÿÿÿÿÿÿÿÿÿÿÿÿùðçÞ×ÏȽ¯¢–ŠtjaXPLHC?:35ažºµ±±±±±±°±µ´ª“ze[ƒ±°°°°°ª¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿý»¯¬°°°±±j&.5F[zœ³¶³°°°°°°³¹¢`(&(((()+-......///0022222223333333455557889999999::<<====<<<<:::95?_t…Ðÿÿÿÿ¶¬¯°°°°°°°°±¯lv˜³°°°µ”5tœqCog[KX¢[Ž®£a]U5s¬¯³ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸«¬ MGMLz¹}L€³i=30pWMœž€qz³°°°±¬]Bœ³°°°°°°°°°¯Çÿÿÿû²OUL>957999999=BFIMU]fs~‰–£´ÀÌÔÝåï÷þÿÿÿÿÿÿÿÿÿÿÿÿûòêáÛÓÊ¿´¦—Œ‚ukbZRMHDA<52R“¹¸±±±±±°°³³§‘tXHA8C˜´°°°°ªÉÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿñó«°°°³±e.357:B\‡ª¸³°°°°°°´¹–P#!(((()++-.......//022222222333333445555788999999:::=========<<<:85Fdt™þÿÿ¶®¯°°°°°°°°³ª\o´°°°¶‰0s¢˜e>\kj]\™œ]¬¥d`U5q«°±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸«®¡NGMK{¸xM„®R:7.„]G˜{lt°±°°³«NH–´°°°°°°°°°¯ÉÿÿÌYRI?:78899999=7.”dA™¡xej«³°°³ªK`¢³°°°°°°°°°¯ÏÞqQNB<87899999<>CHLQZbny„ž¬»ÈÑÙâêôüÿÿÿÿÿÿÿÿÿÿÿÿÿùïåÞ×ÏÅ»®¡“ˆ}qg_VPKGC>92=s¬º³±±°±°±³ª™“¥µ¥}WD9I—¶°°¯ª¾ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüײ­®°³¶‚9/45=B?:Ix¨¸³°°°°°±¹¯v4%(((()+-.......///022222223333333455557789999999::======<==<<::959Sii‡±³³°°°°°°°°±®ao³°°°µo/e¥V:Li‰‰˜›\‡¨£iZL5q¬°±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸«®IGLS¸jQ„IA7/¢i9¥u\e£³°°±±dj¢³°°°°°°°°³³³WTB<87899999:>CGKPXakv€Žœª¹ÅÏØàèòûÿÿÿÿÿÿÿÿÿÿÿÿÿúñèàÙÒɽ°£–ŠukaXPLHD?:37e¢ºµ°±±±°±´¬™™¹×ÍjK>4V¢¶°°«³åÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿöDZ«¯±¸—K.457>DA:L}¬¶±°°°°°³¹¥e*&((()*+-......///02222222333333335555778999999:::<<========<<::95=Xgk~¢³³°°°°°°±®`s¡±°°±³b3[ª R:Gd‚™ž[…¦£iWH7q¬°±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸«®IHIW€¶dR„”GG70¯l4˜ªpUd˜´°°±±no¢³°°°°°°±´®eF:858999999=BFIPV_jtŒ˜§¶ÃÏ×ÝèñúÿÿÿÿÿÿÿÿÿÿÿÿÿþõëâÛÔÌÀµ§›Ž‚xld[SLIDA=42V—º¶±±°±±±´¯™“¸ÜÙ¬uPB98l®µ°¬«Óÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿë¹°¬°¶«f20559AD?9QŠ´µ°°°°°°´¹™R$!(((()++.......//002222222333333344555558999999:::<<=>>=====<<<:95A]ef¥´³°°°°±®`s¡±°°±¬X8Q¦¦Q8F]¢‡gž[„¥¢jWM7q¬°±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸«®IHK\€´]R‰”GQ83µp2–«gMaŒµ°°±±upž³°°°°±´®‘iG=978999999>>=====<<<:87Hbdd„§³±°°±®`o¡±°°³¢U?G¦¢G9CUz£{ažZ‚¦žfUL8s¬°±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸©®IHM`³XSˆ’Id>4ºp/“¯eF]µ°°±±pq´°°±´®”jI>:7899999990?y¯»³±±±°°±´¦Œ™ÍãÊ—dH>75`¢¸°ª¶òÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûѱ«¯¶¨k5/477=CC:Ap§¸±°°°°°±¸¯y7%(((()+-......///002222222333333345555788999999::<<>>>>=====<:::77Meelެ³±±®]o ±°°µ“SI>¡ BCGKQZbly„ž®»ÈÒÙáëõüÿÿÿÿÿÿÿÿÿÿÿÿÿüôêâÛÓÊÀ³¥˜Œ€vka[QLIC?:39j¦»´±±±±°±´¬‘¿ã×§sPB93I‡´´«¯ÜÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿòÁ±¬³¶–U03:88>FA9Kƒ°¶°°°°°°³¹§i+&((()*+-.....././0022222233333333455557899999:::<==>>>>>====<::97:Qeiz™®´¬Xn ±°°¶€[S7œ£M9AIf“fZ ]}¥l[G8t¬¯°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸©®IGKkx«SXŽK”D4ºb5“ªI=bb°±°±°ptµ±¦ˆbF:87899999:>BGKPWaju€œª¹ÇÏØáëôüÿÿÿÿÿÿÿÿÿÿÿÿÿÿöìãÜÔÍöªœ‘„yne\SMIFA<44[›ºµ±±°±°°³°˜Š¯ÞṂWG?4=qª¸¯ªÊÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ嶯­¶±ƒD/7<9:AD>:W“µ´°°°°°°´¹œV$ (((()++-.......//02222222233333334555588999999::<<=>>>>>====<:<:5=SdlЦ«Sj³°°µkka0“¨_>?DX…[W _y£žo]G7s¬¯°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸©®ICNtu¨Q[ŠP¥B2´]A¢¦F9`W¨±°±°pt®˜qM<77899999:=BFINV_jtŒ˜§¶ÄÏ×ÞèñûÿÿÿÿÿÿÿÿÿÿÿÿÿÿùðçÝ×Ïź¬ž“‡{pf]VNKGB=72M¶¸±±±±±°±³ ‰ ÔæÈ’aIC87]œ¶±¨½üÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüÚ²­¯¸¨o90<<9g¡¸³°°°°°°¶¶G #(((()+-.......///0022222233333334555578899999:::<==>>>>>===<<<:95>Pdy’lj›³°°³Wyj+ŠªkRM?NuXX bv£žpdD8t¬¯°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸©®KBP{v£N[‡Q±?2¨WR«¥D7`R´°±°ly‘„aA75899999990C~±¹³±±±±°±´¨“ÇçÖ£oPD=4MŠ´µ«³çÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿö˱¬³¶œ]33=<9>DC:Dz¬¶±°°°°°±¸±}9$((((**-......////00222222333333445555789999999:<<=>>>>>===<<<::85GaNZds¥œpeC7t¬°°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸©®KAQ~vžK[‘ƒM¶>2›Xo®¢D5aQŒµ±´«€~sL848999999>>>>>===<<::979AUo“¬¸2–‚/”¦zS<>BUGVœfo£œpiC5t¬¯°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸¨®I?[ƒu˜H[„Mµ>7’P€®£I5nQx¸³œy_R?37999999:>CGKQZanx„‘ž®»ÉÓÙâìöÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùïåÝÖÏĸª‘„zoe\UMIFA<45`ž»µ±±°°°°³³œˆ§ÛæÅ‘bKB99e¡¶°ªÃÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿá³®®¶¬yA09=:>>>>>>==<<<:::99>Li›‰%4¦y_97459999999=CFKNV`ju€Œ›ª¸ÇÑØáëõüÿÿÿÿÿÿÿÿÿÿÿÿÿÿúòèàØÑÈ»¯¡“‰~sg_VPKGB=72R’¹¸³±±±°°±´¥Š›ÎêÓ¡pQF<5U’µ´ª¶ôÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÕ±¬°¶¢g73<<:=DD>>>>>>>=<<<:::99:G_F®’8£ªzj:9ADBVœje¡›sp?7t¬°±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸¨® M:lŽyˆC\’Kª?8jP™ªªZ2_nZL745789999995G¯µ«°Þÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿôñ¬´µ”V25=<>>>>>>>=<::::9979CtoLª¬{uA8>HAVœn`¢›sv=7tª¯±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸¨®žL:p’z‚:[–L¨A5`]¢«ªbAQH73578999999>>>>>>>==<:::9:983=W˜´~K99GFQ™p]¡œt~?7s¨¯±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸¨®K:t’yz9]˜‚Lœ98Zn§±§`B52479899999:?CGLQZdoz…’¡¯¾ÌÔÝæïùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúñçÞ×Ïź¬ž‘…zqf]UPIFB<37e¢ºµ°±°°±°±³ ‡žÖëÑpSD:8\—µ±¨¾þÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýݲ­¯¶¨q<2:=:=CF<>i¢¶³°°°°°°³¹¡]( &((()++........//0222222233333334455578999999:<==>>>??>>>>==<::<::987Bu}…W<7CGKQZalxƒž®»ÈÒÛâí÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüôêáÙÒɾ¯¢–‰~si_WPKGC>53V–º¶±±°±°°±´§Š’Èëܯ~[H=5Mˆ³µ«´èÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùͱ«±µœ`54=<:?FC:Fz¬¸±°°°°°°µ¸“M#!(((()+--......./0022222233333333455578999999::<=>>>AA>>>>>=<<<<::::74DkdC7:AS™vVœ™zŒC7tª¯±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸§®K8q“yg9dœxP3HSxR0/5778999999=BFINV`jt€›ª¹ÅÑØáëõþÿÿÿÿÿÿÿÿÿÿÿÿÿÿþöìãÜÓÌÀ´¦™‚ukbZRMHD?82Iˆ¶¹±±±°±°°´¯“ˆ¶æç¿ŒdLA7Auª¶®«ÔÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùõòçþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüáœfCFDDFDD=p®ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿñ¼±¬µ³ŒN28=<$((())+-......///0022222223333333455558999999<<===>?AA?>>>>=<<::::9988FNA9CN™yR˜™}”H4t¨¯±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸§®K8q—y`:f—yRƒ5RF4/4788999999>?ABA?>>>>=<<::99:98=CAFL–zP——}–H4t¨¯±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸§®K8q˜vXDDABBA>>>>==<:::::998=AS›N”–}–G5tª¯±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸§®K7p˜oP=q z>?34778999999:>CGKQZboy…‘ °¾ÊÔÜåðùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþõëâÛÓʾ±¥—ŒtjaXQKGC>54[›º¶±±±±°°°´¬Ž¿ì溈aK?7F~®µ«°Þÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¨V+.4789999999:::94/5fàÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀ>$-4778999999::::::<8-!lÓÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõƱ¬³´”W35=<:AFB9Lƒ°¶°°°°°°°´¸—Q$!(((()+--.....///0022222223333334455558999999:<<>>>ABAA?>>>==<<<:::998?b~M‘”}C5sª¯±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸§®K9q›kFAvxF23788899999:>BGKPWakv‚¬»ÈÒÙâì÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ïåÜÔ͵§™Ž‚xkb[SMID?82MŒ¶¸±±±°°°°³±˜‡¬ãíÊ—kQB8=l£¶¯«Îÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¢N+-578999999:=?ACDBA?:0:‘ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ“+-455779999999:::::::<<5)*yõÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ븰¬µ°„H29><>?ABBA?>>>==<<<::::84DK’–}ŽB7tª¯±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸¨®K:seAHF30778999999:3<=:>DF<>i¢¸³°°°°°°±¸¯x4%((()++-......./000222222333333344555799999::<=>>>?BBBA?>>>==<::::99:>Rs‚’B7tª¯±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸§®K:t£]A=975899999997L…¯µ«´êÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿás4.5778999999FC:F{®¸±°°°°°°³¹¦d+&((()+-........//002222223333333455758899999:<=>>?ABBBA?>>>==<::99:>>?XvG4tª¯±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸§®I=ojBB?878899999:?CGLR[dpz‡”¢°ÀÌÖÝæñúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿöíâÛÓÊÀ³¥˜Œ€ukaXRLHC>55_»µ±±°±±°°³¯“‰µêïÇ“iNA7Au§µ®¬Öÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜7*3578899999:=BGLR]iu‚‘‰~n_QF93§ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿáP&2333455789999999:9999:::::=<::5**tñÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿñ¿±¬´³ŒP38=<:BGB9QŒ´µ°°°°°°°´¹™U$!(((()+-........//02222222333333445557899999:<=>>>?BBBBAA?>>=<<<::9:BMMMBx¬¯±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸§¯¢RFGBF<77999999:>CGKQXbny…‘ ¯¾ÌÔÝæðùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùïåÝÖÍöªœŽ‚xlbZSMID?83R‘¹¸³±±±±°°³³‡¥àòÔ¢tUD9:bœµ°ªÇÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ´M-25578:9999:=AFIQZeq~Š˜§´¹³¦”‚lWI>4˜ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿåM%22333455788999999::99999:::DDCA94/%A¡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ嶯®µ¬{C2:=:=CF>>?ABBBBBA>>>=<<:::8B[RIi µ³ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸­®KNUC778999999=BFKPW`kv‚¬»ÈÒÙãíùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüòèÞ×Ïź® ’‡zpf]UNIGB:2Gƒ´º´±±±±±°±´¦‰—Ñôâ±€\H=7S޳³ªº÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÛq0-4339?AC:99FDIoeL5)PÑÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüÚ²­°µ¢j94==9>FD:Aq§¸±°°°°°°±¸±z7%((()++-.......///02222222333333455558999999:<=>>ABBBBBA??>==<<::88BHGU…±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÃ’]F]X=58999999CGKS_ju‚®ºÈÑØàååÜͱ‘sXG:7Òÿÿÿÿÿÿÿÿÿÿÿÿ˜%.022333445557789999999:9::::98ADD‡®ž…`:%)pëÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿöɱ¬³´”X47=<:AGC9Lƒ°¶°°°°°°°³¹§i-&((()+-........//02222222333333445557899999:<=>>?ABBBBBB??>==:::98:AFMsØÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿQ\iI4599999957b¡ºµ±±±°°°°³±˜‡¬æôÒqSC9=j¢µ¯ªÑÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¯L-.0CgŠ£žQCD:=AFKQ[fs~Œ™§¶ÄÎÖÝåìõùñáϱŽoRD7W÷ÿÿÿÿÿÿÿÿÿÿ¹%+/02233333555557899999999::::999ACIŒª§¦”g7 Ažÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¬µ¯„K29=:ABBBBBBBA?>==<:::9CGKQ[dnz…“¢±ÀÌÔÝæñüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúñçÝ×Îĸª‘„yoe[SMIFA83U”º¸±°±±±°°±´¢ˆœØöà¬}ZF:8Z”³±ªÀÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ×p/*0Fu›§¨¡[AG=>CHNWboz‡“£±ÀÌÔÛâêñùþÿÿôáʪƒaLA-vÿÿÿÿÿÿÿÿÿÿH$..0222333334455555899999999::::99ABH…¨£¥¨”b2Hµÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿá²®¯µ§q?3<=:=DF=>i¡¸³°°°°°°°µ¶G #((()*+-.......//00222222333333345575799999:<==>ABBBBBBBBA?>==<<::9:KWo®ÿÿÿÿÿÿÿÿÿÿÿÿÏui~f=2899999:>CGKQXalx„’ž¯¾ÊÔÝåðúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüôêàØÑÈ»®¡“ˆ{pf]VNKFB93H…µº³±±±±°°°´«ŒÉõ뻉bI>8Kƒ®´«µëÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿü‘4(.Ctž¨£¦]BHABGLU_jvƒ‘ž®»ÈÑØàçïùþÿÿÿÿÿíÙ½–qVF98Éÿÿÿÿÿÿÿÿ¡ -..0222333333345555558999999::::999?BDs ¦¢¥§ŽV(#oÞÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÔ±­±´™`75==:?FD:F{¬¸±°°°°°°±¸±~9$((()++........//00222222333333444557889999<<=>?ABBBBBBBBA>><<<<:98>IWx¾ÿÿÿÿÿÿÿÿàŠeypF05999999=BFKPV`ju‚Žœ¬ºÈÒÛãíùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþöìâÙÓÊ¿³£—Štj`WQKGC<2?x¯»´±°°°±°°³°”‰¶íô̘nPA8Ap£´®®×ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¨L++=nœ§£¢§“WCHCFKQ[gs~Œ˜¨¸ÄÏÖÝåìôüÿÿÿÿÿÿÿõàÉ£~`I>3_ÿÿÿÿÿÿÿÿI .../022223333333455555899999999:::99>C?U…¦¥¡¦¨„F!*”ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿôÁ±¬³°‰N38=<:BGB9Q´µ°°°°°°°±¹¨k/&((()+-........//02222222333333355557899999<=>>?BBBBCBBBAA?=<<::989APe‘Óÿÿÿÿô¢qzxP34899999<`›¶³°°°°°°°´¹ž[& &(((**-......////0222222233333344555799999:<==?ABBCBBBBBBA?=<<<::8:CXv çû¶~}}W53999999FF>ABBBCCCBBBB?==<<<::8:Ga…‚‚a92899999:>CGLQZdnz…“¢±¿ÌÔÝçñûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüõëáÙÒȽ¯¡”ˆ}sg_WPKGC:3MЏ¹±±±±°°°°´¯‘Œ¿ôòÈ“kN>8Fu¥´¬±áÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¦I&-?v§¡}…¨—fCLULKQ\fsŒ™ª¶ÅÏÖÝåíöüÿÿÿÿÿÿÿþùñêâÛÖǪŒlSD=3IëÿÿÿÿûV(*..../022222333333334455557889999:::::::?DC?R…›l]Œ¬L#(‘þÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿù˱¬³°W57=<>>ABBCCCBBBBA?=<=<<:98:Lyl?2799999:>BGKPXakvƒ‘ž®½ÊÔÜåðùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùíãÛÓÊÀ³¥—Š€ujaXQLGC=3C{°º³±±±±±°°³±™‡¬êúÖ¡vVC9>d˜³°ªÑÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹R*)7ež§}_… xHDb`NNXdoz‡–£³ÂÍÓÜãëôúÿÿÿÿÿÿÿÿûõíãÞ×Ñȹ …kSF=7>ÂÿÿÿÿâA!()-...///022222233333334555577899999:::::9<:BG?:Z”µ´°°°°°°°±¹«o0%((()+-........//0222222233333344555899999:<=>ABBBCCCCBBBA?>=<<<:89?3599999:=AFIPV_jt€›«ºÇÒÙâí÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúðåÝÖÍõ¨œŽ‚vlbZRMHF>4:k¨»´±±±°°°°±´¢ˆœÛüã°ƒ_F<:UЬ±ªÀÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿãu/(0S‘¨…We™U>[}gMS`kvƒ’ ¯¾ÊÓÙáêñùÿÿÿÿÿÿÿÿüùðçáÙÓÊ¿³¥’{eQD<89›ÿÿÿÿÈK!((+.....//0222222233333334555558999999::::::?DD?Gu—oIk ¡g.V×ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿâ´®¯³¢q?3<=:=DF=>i¡¶³°°°°°°°³¹¡_( &(((*+-.......//00222222333333345555899999:<=>ABBCDDCCBBBA?==<:::79999998Iz¥³¬µíÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ‚3(.D§Ž_X‡™gAL{Š`M\gsŒ›ª¸ÇÏ×àæí÷þÿÿÿÿÿÿÿÿûòëãÜÖÎĹ«‘„p]MC:89œÿÿÿÿº_ (()-......//0222222333333344555558999999::<:9QƒŒXIy¦”S%*vôÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüÕ±­±±˜a84==:?GD:Fy¬¶±°°°°°°°µ¸“M#!((()++-.......//0022222233333344455789999:<==?BBBCDDCCBBAA?==<::9999:>CHMR[dpzˆ–£´ÂÍ×ÞèôüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿöëáÙÒȽ¯¢–‰~qi_WPKGC93P‘¸¸±±°±±°°°³°–‰¶ñùÑœsSA9Bk™±®¯Øÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ´I$-9j¡™e\€›{HBl—}RSdpz‡–£´ÂÍÔÝãìôûÿÿÿÿÿÿÿÿü÷íçàØÑȽ°£–‰~teUIA:7A¢ïÿÿÿ¸z(((*-......//02222222333333344555788999999:<<::?DFBAazIQˆ¨ƒAA¥ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõı­³¯ŒS47=<CGKQXbny…’ °¿ÌÖÝæñûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùïãÛÔÌÀ´¦˜Œ€ukaXRKGD<3D€´º³±±±°°°°±³ž‡¥åÿà«\D9=[Œ¬°«Èÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿà[&)3X”¢pX€¡ŠU>_‘‘`N_lx„‘ ¯¾ÊÔÛáêòúÿÿÿÿÿÿÿÿÿùñêáÛÔÍÀµ¨™‚vkbXLD>93R®ãÿÿü±¡/$(((*-.......//0022223233333334555578899999::<:9<`›¶³°°°°°°°±¹¬t2%(((*+-........//002222233333334455589999::=>?ABBCDDDDCBBB?>:9=BGKPW`jv‚¬»ÉÓÜåïùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúñæÝ×Î͍ƒynd[SMIF?4=q«º´±±±±±°°±´§Š”ÓþíºŠeI<9N~¥±«º÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿü3*.G„¦Vt¦œeAP„›qPWgtŒœª¹ÇÏØàçï÷þÿÿÿÿÿÿÿÿüõíåÝ×Ïź¬ž“…zof\UMG?:9/y¸Øÿÿô®¶l&((()+-......///02222223333333445555789999999:<::=CFD?Q~‡VCl ˜Z()síÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÞ²®¯³¢k<4<=:=FFABBCDDDDDCCBA>AFIMV]gtŒ›ª¹ÇÑÙáì÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþôêáØÑÇ»® ’‡zpf]VNIFA77b¡½¶±±°°°±°°´®’ŠÀ÷÷É—oQ>9Dnœ°®³ãÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¯H#-?ABCCDDDDDBCFIMS\fq~Š—¦µÃÏØáëõþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿöìâÛÓÉ¿°£—Š~si_WPKHC94U”¹¸±±±±±±°°³±›ˆ¬ìþÙ¥{XB:?_Œª°«ÒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÝZ&)4]˜›eWЬ‰Q?d˜’_N_lx„‘¡¯¾ÊÔÛâêòúÿÿÿÿÿÿÿÿÿûôëãÛÔÍ͍œŽ‚xld[RLHD?<8/Cœ¹±Åÿÿ𬰳µ‚< $((()+--......//0222222333333345555578999999:<<<:?BBCDDDDFHMR[doz‡”£±ÀÍÖÝçôþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùðåÝÔÍ´§™Œ€vkbZRMHD=3H…µº³±±±°±±°±´£‡›Ýÿ糈bG<>S}¢°«Âÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùz3*/LŠ£uQx¨™a?UœoNXgt€›ªºÇÑØàçñùÿÿÿÿÿÿÿÿÿþ÷ïçÞØÑÈ»¯¡”ˆ}qg]UNIFA=927e¨º³±Äÿÿñ¬°°±¹¬s2&((()+-......//0022222233333334555578899999::<<<:=CFD?Nz…ZAb˜b+)qâÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿå´®®³¥uB4:=:=FH==i¡¸³°°°°°°°±¹¯v4%((()+-........//002222223333334555589999:<=?ABCCDGLRZblx„‘ ¯¿ÌÔÝæðûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüñçÝ×Ïĸªœ„yoe[SNIF?4?v¯º³±±±±°°°°´«ŽŽÉþôÓlM=:43[™º¶³±°Ãÿÿô®¯°°°³¹¢Z% ((()++.......//0222222233333335555578999999:<<<::?DFCA[„zMDq¡’Q#*–ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüÚ±­°°’d?5==DIPZet„”§¸ÅÏÙáë÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷íãÛÓÊÀ³£—ŠtjaXQKGD95X˜º¶±±±±±°°°±´ ‡¢æÿ⮃_D=CVgSj¦Íÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿöy3)2V‘žkN{«—a?Z– kMZit€›«ºÇÒÙàèñùÿÿÿÿÿÿÿÿÿþùðçáÙÒʾ±£—‰~ti_VPKFB>92:q¬»³±±±±±¬Öÿÿÿ°¯°°°°°°±¸°t/&(((*+-......///02222223333333455555799999:::<<<<>CFFALx‡_AZ‘¢n2 oÜÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŒK`tN7:=:=DH?<`›¶´°°°°°°°°¶µŒD #((()+-........//022222223333334455589999:?GMWbs…™®¿ÎØáëõþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùðåÝÖÍõ§™Ž‚vkbZRMHD<3Lж¹±±±±±±°°±´§Š”Óÿï½iI=BPgn_ƒÃûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¦G#-H‚£}Ng¡¥sFL„¦~QUep{‰—¦µÄÏÖÝåí÷þÿÿÿÿÿÿÿÿÿûôëãÛÔÍõ§›Ž‚xkbZQLGD>:53X»µ±±±±±±±ªãÿÿÿ±¯°°°°°°°°³¹ Z$!((()+--.....///0222222233333334555578999999:<=<<HF?L[y{p¡ëÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÖW&)=n¡ŽWX’¬…PCs¥‘[P`ny…“¡°¿ÌÔÛãëõüÿÿÿÿÿÿÿÿÿþ÷íæÞ×ÑÇ»®¡’‡{pf\UNIF?=80F‡¸¹³±±±°±°°±¨èÿÿÿ±¯°°°°°°°°°°µ¶ŠB$((()+-......///022222233333333455578999999:<<<<<=BFFBCg‰qFHy¢ŠID¯ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¾l9Ux`=8=<:BHC9K‚¯µ±°°°°°°°³¹¨i-&(((*+-......////02222223333334455589kzR8:=<=DIA:W’µ´°°°°°°°°´¹œW% ((()++........//0022222223333344579GH>=g¡¶³°°°°°°°°¶¶H #((()+-........//02222222333333479MXSlŽ—Íÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿæt+(8e›—]N…¯–_Bg¥ dM\ju€Žœ¬ºÈÒÙáêòûÿÿÿÿÿÿÿÿÿÿûõëãÛÔ͵§™€vkbXQKGC>929n«º³±±±°°±°°°°°°°±°±ÿÿÿÿÊ®°°°°°°°°°°°°°°°°±¸®p/&(()*+......///002222233333334555557999999:<<===<>CGFAIs‰fBM¢>SÔÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿï€X”ÖS89=<Z k0)uòÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÎ}ŒÒÉ„H7:=:=FI?<_™¶´°°°°°°°°³¹ \& &(()++........//002222233337:CKWg}”¯ÇØêüÿÿÿÿÿÿÿÿÿÿùïåÜÓÌÀ´¦˜Œ€ukbXRLGC97a »µ±±±±±±±°±´§Š”Öÿò¾“nK=CRVFQy®ûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¶L(-F}¡€M_›®ƒNI„°ŒUPanz…“¢°ÀÍÔÝãíöþÿÿÿÿÿÿÿÿÿÿûòêáÙÓÌ¿±¥—‰ti_WPKGB>80D…¶¹³±±°°°±±°°°°°°°°°±¯±ÿÿÿÿ㦰°°°°°°°°°°°°°°°°°°°µµˆ?$(((*+-....././/22222223333333455555889999::====<=BFGCBb‰yLBg›“U%B£ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ°‰Åç¹pA7=<:AIHZ”åÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÞq+&9j‘WP‰¯”]Do¬ `M\ju‚ެ»ÉÓÛáêôûÿÿÿÿÿÿÿÿÿÿþöìåÝÖÎĶªœŽƒvlbZRLHD?:38n«º³±±±±°°°°°°°°°°°°°°°°³ÿÿÿÿ覰°°°°°°°°°°°°°°°°°°°°±¹®o.&(()+--......//022222222333334555557899999:<<===<=BFFBHqkBIx ƒCRÔÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿú¯¸ìÝ a<8=<GQ_oƒ™³È×ãòþÿÿÿÿÿ÷êà×ÏÇ»® ’‡zof]UNKF>4H„µº³±±±±±°°°³³œ…¬ñÿݬ„]B>FQN8?uÑÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþ~2%3W‘œiIvª£nF\ ¬sMWfq~Š˜§¸ÅÏØÞèñúÿÿÿÿÿÿÿÿÿÿÿùñçÞØÑÈ»¯¡“‡{pf\UNIFA<52W™»¶±±±±±±±°°°°°°°°°°°°°°±µÿÿÿÿꨰ°°°°°°°°°°°°°°°°°°°°°°³¹U#!((()+-......///02222223333334455557899999::<====BKNR>X®ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ°H!.G¡zIa ®‚MMŒµ‰RQboz…“¢±ÀÍÖÝåí÷ÿÿÿÿÿÿÿÿÿÿÿüôëâÛÔÍÀ´§˜Œ€ujaWPLGB>80D„µ¹³±±±±±°°°°°°°°°°°°°°°°°±ºÿÿÿÿאּ°°°°°°°°°°°°°°°°°°°°°°°°µ¶‡=$(()*+......///002222223333333555555899999:<==>===d¶³°°°°°°°°³¹¢`( &())++......../02222359>HP]n~‘¦¹ÉÔÛàããáÝÖÍ´¦™€vkbZRLHC99e£»¶±±±°±±°°°´¬ŽŽÌÿ÷ÈœuN>AGMB8GˆôÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÝZ%):kUSް“[Fx³]M]kv‚¬½ÊÓÛâëõüÿÿÿÿÿÿÿÿÿÿÿ÷íåÞ×Ïź«‘„yod[SLHD?:37k«»³±±±±°±±°°°°°°°°°°°°°°°°°¯Ãÿÿÿÿö®¯°°°°°°°°°°°°°°°°°°°°°°°°°±¹¬n-&(()+-.......//02222222233333445557899999:<<==>==>BFGCHooFFs‡DH¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿØÝljs`C<><>>==><=FKD9L„°µ±°°°°°°°°¶´…?$(((*+-....../2222348=FLWdqœ¨´»¾¾½¸®¢–‡{qf]VPKG>5L‰¸¹³±±±±±±±°±³¡‡¢èÿã´eD>>ACD>>==AFHFC]ˆ€R?\‘—[(*”ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿòØ¡VV\K=?=:>HKA:X“µ´°°°°°°°°±¹¯u3%(()++-.....02222379>FMVbny…™ ¢£¡œ“‰€ti`WPKHB5Ay±»´±±±°°°°°±´¨‰’Öÿô—pL>A=MaSdªÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀR(+:lžˆPU’±“[H¹›ZL]kv‚ž®½ÌÓÛâìõþÿÿÿÿÿÿÿÿÿÿÿùðçÞ×ÏÇ»®ž’‡zoe\SMIDA<38jªº´±±±±±°±°°°°°°°°°°°ª«°°°°°°°°±¨åÿÿÿÿÿ°¯°°°°°°°°°®¦«±°°°°°°°°°°°°°°°°°±¹«k+&(()+-.......//022222233333333455578999999<=>>>>=>BGHDGltHCl›ˆFF³ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŹyXWRA>?<:AII>>g¡¶³°°°°°°°°³¹£d*&(()+-.....0022245:>FLS_gqy‚‡ŠŠˆ„~uldZRMHC972S—º¶±±³±±±±°°°°°°°°°°°¯¦¨°°°°°°°°°°¨çÿÿÿÿÿ±¯°°°°°°°°°±®¢§°±°°°°°°°°°°°°°°°°°´¹›R#!(((*+-......//00222222333333345555789999::<=>>>==?DGGCN{dAK}t5!nÛÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ®´½œpblI?>>:DKQW`glqttsojb\UNIF<7[›»¸±±±°°°°°°³³œ‡«ñÿÞ¯ˆ`B=>A:Kqaz£ïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŒ3(/GƒpGi£¬~MWž¹€MRboz‡”£´ÂÍÖÝåðùÿÿÿÿÿÿÿÿÿÿÿÿùíåÝÖÏĹªœƒynb[RLHD?:2C‚´¹±±±±°±±°°°°°°°°°°°°¬£§°°°°°°°°°°°ªèÿÿÿÿÿ¶°°°°°°°°°°°±®¡£¬°°°°°°°°°°°°°°°°°°°¶µ„<%(()+--.....///002222223333334455558999999<==>>>==AFIGC[‡„U>W˜`)(’ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ°®®³¨ˆˆ‰ZB=>=<>GLC9P‰±µ°°°°°°°°°¶µˆC#()+-.....02223479=CHLQV[]``_\XSPKF=5N¹º³±±±±°°°°±´¥ˆ›àÿ컓lH<9F]>Qft¸«èÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ½M!-:nœ‚LW–³ZLˆ½—WM_kvƒ‘ž®¾ÌÔÛãìöÿÿÿÿÿÿÿÿÿÿÿÿúñêáÙÒɽ¯¡“ˆ{pf]UMIFB<38j¨»´±±±±±°°°°°°°°°°°°±°¨¡¨°°°°°°°°°°°°¬ïÿÿÿÿÿ½°°°°°°°°°°°°°®¢ž¨¯±°°°°°°°°°°°°°°°°°±¹«j+&(()+-.......//02222223333333445557899999:<=>>>>>>CHIFGjŽvIBf˜K D¬ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ°¯°¯¯¦’ˆS>=<=:?KK?:\˜¶´°°°°°°°°±¸¯x7!&*-..../00222358:?CHILPQQPNLID=7G~³º³³°±±±°°°°´¬ŽŽÌÿúÉžyQ=58e’dUu”³´°¨èÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ×[&)4Z”“ZK„° jIq¶«fKZgsŒ™¨¹ÇÑÙáèòþÿÿÿÿÿÿÿÿÿÿÿþõìãÜÔÍÀµ§˜Œ€ukaXQKGB>72R—º¶±±±°±±±°°°°°°°°°°°°¬£¡ª°°°°°°°°°°°°°¯öÿÿÿÿÿÄ®°°°°°°°°°°°°°¯¥ž£¬°°°°°°°°°°°°°°°°°°°´¸™P##(()*+......///00222222233333345555799999:<=>>>>>=>DIHCMzŽgBGvž{9!lÖÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ±¯°°°°«‰¦~?>58<<:CMHACFFFCA<:AV‚®»µ±±±°±°°°°³±˜‡¶úÿب„ZA94R“¡kf’¯µ±°°ªçÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ*(/I„›lFo§¬~N]§»}LSboz‡–¥´ÂÎÖÞæðúÿÿÿÿÿÿÿÿÿÿÿÿùðçÞ×ÏǺ«ž‘„zoe[SMHDA:0B´¹±±±°°°±±°°°°°°°°°°°¯§ ¡«°°°°°°°°°°°°°°°ÿÿÿÿÿÿϬ°°°°°°°°°°°°°°°¨ ž¦¯°°°°°°°°°°°°°°°°°°°¶µƒ:%(()+-.......//0222222333333344555789999::<=>>>>>>AGIHCZ‡‡X?S‡›g3-vôÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ±¯°°°°¶t>p›qV\>29=<=GMF:G}®¶±°°°°°°°°´¸³~aI:0*(&&&)*++-../0237>?>>>CHIFFgzMAa”‘V.F¦ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ±¯°°°±¬M-2Kƒˆ…–\53:=:>IMB9SŽ´µ°°°°°°°°°±µ¸¸±§›ukaZWUUVVZ]fqz…“¢®¶»º¸³±±±±±±±°°±´¨Œ“×ÿô™sM=482R–º¸±±±±±±±°°°°°°°°°°°°¯¦  ¥¯°°°°°°°°°°°°°°°°³ÿÿÿÿÿÿ榰°°°°°°°°°°°°°°°°®¥  ¥®°°°°°°°°°°°°°°°°°°°´º˜N!#(()+-......///0222222233333344555789999:<<>>???>=?DIIDLxŽkDFq›€G)%WÔÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ±¯°°°¶‡25529_}’¬ˆK25<<=a›¶³°°°°°°°°°°°±³µ¶¸¸¸µµ´³³³³´µ¶¸¹¸¸¶´³±±±°°±±±±°°°³¯’ˆÂÿÿÒ¥V?77\º˜\X‘¾´sj°°°°°ªêÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúƒ.0>?A?>>AGIHCW…‰\?N‚›o<)4uêÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ´°°°³¬M0558<5:l‡®¬s?27=<>?ABA>>CHIGFe~N?]‰ˆ[=j}±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸±°´µl/5558=<0uŒd‘ºœ`939=:>KMD9Lƒ°¶±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±´¥ˆ›âÿí»—nH<3Bz°º‘uŒKBV„³Ä¨k[¥¶±°®ðÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÈV+>?AA?>?DIKFKuoGAVuv}—’–Öÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ®³µ§k345559=<0y«WGn¬µ‰R44<=:ALMA9X’µ´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°´«ÍÿûÊ yQ=9Wˆ–aFx¯ªvMk¸»sIUdo{ˆ–¥µÃÏ×ÞèñúÿÿÿÿÿÿÿÿÿÿÿÿûôêáÙÓɾ¯¢”ˆ}qf]UMIFB<2?{´¹³±±±°°±±°°°°°°°°°°°°«£ž §¯±°°°°°°°°°°°°°°°°°°°°¯Çÿÿÿÿÿÿú®¯°°°°°°°°°°°°°°°°°°°°°±¯¨¡ž¢ª°°°°°°°°°°°°°°°°°°°°¶´€8%(()*-.......//02222223333333455558999999<=>>BBA?>BGKIDUƒŠ`CCXou…‘ެìÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿèt<\`D/455559==0q«fK9`‘µ¨xG39=<:DNK==f¡¶°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±±—…¶ûÿÙ¬…[?>?\—¹³“X]“™FCRy§É̯~RMgsX_Ñÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿë ”ˆMu…`Db¡±ˆUZ£ÈŒPP`lx„‘ °¿ÌÔÜåíùÿÿÿÿÿÿÿÿÿÿÿÿÿöíãÝÔ͵§™€ukaXPKGB>47f¥»´±±±±°±±°°°°°°°°°°°°¯¦  ¥¬°°°°°°°°°°°°°°°°°°°°°°°¬Ïÿÿÿÿÿÿÿ¯¯°°°°°°°°°°°°°°°°°°°°°°°°®¥  ¦®°°°°°°°°°°°°°°°°°°°±¹¨f) &()++......///00222222333333445555899999:==>ABBA??CHKHFb€SBG[oeMd‡ºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜+!*225555559==0l¬qR?W{‡¥µ™gA7:=:=HPG9G’¸³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°´¨ˆ£ìÿ縒gF?FGo±¶ ’iLŠ`œ–DDQt¡ÇÓɦ€[FD72:vÛÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿù³“–¡Šs~d?S´™aPŒÈ¥[I[itŒ›ªºÈÒÙâëõþÿÿÿÿÿÿÿÿÿÿÿÿúñçàØÑǺ¬ž‘…zoe[SMIDA82P“º¶±±±±°±±°°°°°°°°°°°°°ª¢ ¡ª°°°°°°°°°°°°°°°°°°°°°°°°°ªÞÿÿÿÿÿÿÿ°¯°°°°°°°°°°°°°°°°°°°°°°°°°°«£ž ¨¯±°°°°°°°°°°°°°°°°°°´¹–K!#())+-.......//02222222333333455557999999<<>?BBBB?AFIKFIs’tKCKbkN>]Íÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¨F#(&-75855555<==0g¬{S:G®Ž“°±‰Z=8<=:ALNB?y°¶±°°°°°°°°°°°°°°°°°°°°°°°°°°°³±˜ŒÑÿõÄœsLCHQMU¢¬–žªdQŒd£AFNo›ÂÖÙÉŠQIF997/:€òÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÓ”’‘zzpHG~°§sMt¿»nHVep{ˆ—¦µÅÏ×àèòüÿÿÿÿÿÿÿÿÿÿÿÿþõëâÛÔÊ¿±£—‰~sg_VNIFB=2?}³¹³±±±±±°±°°°°°°°°°°°°®¥ ¡§¯°°°°°°°°°°°°°°°°°°°°°°°°°±§èÿÿÿÿÿÿÿ±¯°°°°°°°°°°°°°°°°°°°°°°°°°°±¯§¡ ¥¬°°°°°°°°°°°°°°°°°°°°¶³}7%((*+-......///0222222333333345555899999:=>>ABBBBBCGKIDS‚ŽeFDSnfDKq™àÿÿÿÿÿÿÿÿÿÿÿÿÿÿÔR &((&-75555555===2a«ˆN8=}¹³¢‘ ´¥{U>9<<55d¥½´±±±±±±±°°°°°°°°°°°±¯¨¢ £«°°°°°°°°°°°°°°°°°°°°°°°°°°°±ªçÿÿÿÿÿÿÿ³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±ªœ ¢§®°°°°°°°°°°°°°°°°°°°±¹§e) &))+-......///0022222233333334555589999:<=>?BBBBBBDHKHD`„VCLj{ZBa„¯ûÿÿÿÿÿÿÿÿÿÿÜp* &(((((/75555578===2[¨—M47j´±³¯™¬±—‚V?:<:=PS>=_Ž®µ³°°°°°°°°°°°°°°°°°°±µ°™ƒ”Óÿõ¸Œ`FLU[M?t¡€ ³±µ”G]‰u«ˆ>GLd–¶áÛ±WKI><<:::40S±ÿÿÿÿÿÿÿÿÿÿó­’}KDi…qHV–µ—`S–ΠWK\gt€›«ºÉÒÛâëöÿÿÿÿÿÿÿÿÿÿÿÿÿûòêáÙÑÈ»¯¡“‡{pg]SMID?92N’º¶³±±±±±°°°°°°°°°°°°°°«¥¡œ£¯±°°°°°°°°°°°°°°°°°°°°°°°°°°°°ªëÿÿÿÿÿÿÿ¸°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯”s£¢¨°±°°°°°°°°°°°°°°°°°°´¹–I #())*-.......//0222222333333344557799999:==>ABBBBBBFIKFIp’vMC]ˆKKvŽÇÿÿÿÿÿÿÿõy+$(((((((47555555:==:2U¦£i42V°±°°³¬¢¥³¯[MN=:<NŒŽif¥³°¶‡=i~‚«ƒ=GL_“Èêñá¸}RKC===<::93/_ÓÿÿÿÿÿÿûÆ“‹hI[€~SI€³¦oN{ǹjHWfp{‰—¦¶ÅÏØàêôüÿÿÿÿÿÿÿÿÿÿÿÿþöíãÝÔÌÀ³¥˜Œti_WPKFB<2>{³»³±³°±±±°°°°°°°°°°°°°®¦¢ ‘”ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°®ôÿÿÿÿÿÿÿÀ¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯˜g{ž¥£«±°°°°°°°°°°°°°°°°°°°¶³{5%()*+-......//00222222333333345555899999<==?BBBBBBCGKIDQgCI{žqRkvÞÿÿÿÿ£C$(((((((&/75555559=9:H3N£¦>0D£´°°°±±«¡¨œMIXK<:9Mzx\MBW—°°°°°°°°°°°°°°°±§gGŒëüãÀWFN_gI>n’vdfi¡³°µt>==:::92:yáÿÿÿݘ‘XNq]Bk§¯€Rf¶Ê‚IQbly…’¡±ÀÍÖÝæðúÿÿÿÿÿÿÿÿÿÿÿÿÿúñçÞ×ÏŸ«œ„yndZRLHD?55b¥½µ±±±±°°±±°°°°°°°°°°°¯ª¦¥‘~”«±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°ÿÿÿÿÿÿÿÿÈ®°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±›ggvzœ ¥¯±°°°°°°°°°°°°°°°°°°±¹¦b( ())+--.....///0022222233333344555799999:<=?ABBBBBBDHKHD]ŒˆW>Z–že?Psªô´C ((((((((&+5555557<:5M„p0H£¥›S0:Œµ°°°°°´¡o‰¢fASZC98F°°¦uUЬ°°°°°°°°°°°°¬¢X5[§Ê±“gGKWjb?S}‚pgiifž´±±b?ni ªv:GMMUl˜ÉíÿñÀxMFA?>=<=:::7/9”禓ˆkLavbBX˜µ“\W ÒSK]it€Œœ«»ÉÓÛãìöÿÿÿÿÿÿÿÿÿÿÿÿÿþõëâÙÓʾ°¢”ˆ}sf]UNIFA:2N’¸¸±±±±±°°°°°°°°°°°°°°°¬¦¥’o„x˜«±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°ÿÿÿÿÿÿÿÿÓ«°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±ži’o~>ƒ“œ¡¨±±°°°°°°°°°°°°°°°°°°´¹“I #())+-.......//0222222233333345555899999:=>?BBBBBBBFIKFHn’zL?k¡‘P=]€i2!%(((((((()4555558:5Fv‡V34:„¨£n55n¯±°°°°³¡fD”®}FKnS78?‚Ûÿò£e–§¯°°°°°°°°°ª¥b2>Spv\GIR_fKDl~BUpjiif´±¨SHbx¬ž`>DFHKPaŠ¿êÿúÊzLDBA?>==<<:54XŒxaVjaDK…µ£lQ„ζeHWfp{‰—¦¶ÅÏØàêôüÿÿÿÿÿÿÿÿÿÿÿÿÿùïåÝÖε§™€ukaWPKGC=3>z³º³±±±±±±±°°°°°°°°°°°°¯¨£›‚AIŒ}Š™¬±°°°°°°°°°°°°°°°°°°°°°°°°°°°±°³ÿÿÿÿÿÿÿÿÞ§°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¡l’plG ‘‘£¬±°°°°°°°°°°°°°°°°°°°¸³z5%()++.......//0022222233333334555799999:<=?ABBBBBBCGKKDP~’kCGx›yKU{‚W-!&((((()37555585Anˆb4/5735a—lH3\¦³°°°°³¡eG—…–\`‡j773]Ñÿôœv§¨°°°°°°°°«ªƒ48=DFDGMLLMF]ˆfQ9Vojiie˜´µ™HP[‚M>BCCDFILWy¯áÿÿÔ„MBABA?>=97M{‰eP]e]HCs¬¯~Rn¿É}IQaly…“¡±ÀÍ×ÝæðúÿÿÿÿÿÿÿÿÿÿÿÿÿûòèàÙÑǺ¬ž’…zoe[RMID?75b£ºµ±±±±±°°°°°°°°°°°°°°°«¦‚l„:PЉ›®°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³ÿÿÿÿÿÿÿÿ禰°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¥kspV¡®±™Œœ¡¥¯±°°°°°°°°°°°°°°°°°°±¹¥`& ())+-.......///222222233333344555899999:<>?BBBCBBBDHKHD[ŠŒ\>LxˆfVsˆzI$#((()3555554=f‡j9.5555540BBVFL ´°°°°³¡bD”ˆ‰¸ªyj±fA=/A¸sx®±°°°°°°¥…k:7>AKLPLFCW~‚~VUDVlkiie—´¶‡G`LR=ABBCCBBBGIKGGk“P?Qsv_gŠ‘p9#%*3755548\„p>.455558:<:87?]Pž´°°°°´ž`D’ƒµ±³‘…žg]RB5FWUIUgxUM{‰‡€vSUDXnkiie—´¶t__?:ACBAAABBCCDGKX»òÿò¦XAA>AXŒoQPVN?Qе¡jRŽÔ´aGXfp}Š˜§¶ÅÑØáêôþÿÿÿÿÿÿÿÿÿÿÿÿÿúðæÝÖÏ͍œŽ‚vlaXQKGC=3=v°º³±±±±°°°°°°°°°°°°°°±¯«¦’izysg”`M‡‰ž®°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°ºÿÿÿÿÿÿÿÿì«°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¨jŠ‚Zy¦¬±°ªl[£›¢®±°°°°°°°°°°°°°°°°°°°¸±z4%))++......//00022222333333345555789999<=>ABBCDCBCDGKKDN}”oHBUkj\iˆŽ[-055555IusD.35557:<:8758:<=B‡º´°°°´›ZD–z¶°°´¥žª{djlo\le>i§³±°±°}8B_b{y‡’f`’³”~sNSDWikiid—½¬ZBUeVA9>BCCBAABCDDGNižàÿÿ¾jCMx“ƒ\KPPCFv¯®zRuÈÊxHRaly„’¢³ÂÍ×ÞæñûÿÿÿÿÿÿÿÿÿÿÿÿÿþõêáÙÓɽ¯¡“‡{pf]SMIDA75`¢»¶±±±±°±±°°°°°°°°°°°°°¬§›zSH—xzg”\”Ї¡®°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°Àÿÿÿÿÿÿÿÿô®¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°±ªj‡…`¥®±°«yN§°±°°°°°°°°°°°°°°°°°°±¹£_& ())*-.......//00222222333343455558999:<<>?ABCDDDCCFHKHDZŠŽ`DDWaRH_~vN237=VgH/25559<=:7458<<70*$+d¥¹³°´œWCˆ›tµ°°°³®® usv„jjnXv§°µ¯{Id`do…‘¡—s~«´µ€qKQCUjkiig—ŽG+03=Vg\B9=ADCCBBBCDDHU€ÄþÿÊt„ŠlKIPFAe¡µZ`±×“NL_ju€œ¬»ÊÔÜãïùÿÿÿÿÿÿÿÿÿÿÿÿÿÿùíåÝÔÌÀ´¥˜Œtj_WPKGB:2L޹¸±±±±±±°°°°°°°°°°°°°°¯«¡ˆ]`NU›uƒi‘£q–„¢¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°°®Êÿÿÿÿÿÿÿÿÿ¯¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¬lƒ…q¡£¯°°¬xZª¥k…–ž«±±°°°°°°°°°°°°°°°°°°´¸‘G $()*+-.......//022222233333334555899999:<>?BBCDDDDDGKKGGi’‚SCIWXHAWseB9HF325579==97459:82+(&((%5t®¸µœWB„£p´°°°°±±®’oˆzff‚{puŒ–‡Œ›–§¨¡‚{¢¶³°´Ž‚~oHPCSlljl\H-)//00/7QeWA<=?CDCCBBCDDKb¾˜ŽŠxRIIAS޶žgV–ذ]HZfq~‰—§¸ÇÑÙáëõþÿÿÿÿÿÿÿÿÿÿÿÿÿûñèÞ×ÏŹ«„yndZRLHC>3=v°»´±±±±°±±°°°°°°°°°°°°°¬¡ŠnWRoKR’tŠjŠ¥’—Š„¢°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°«×ÿÿÿÿÿÿÿÿÿ°¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°±®o}‡„ ±°±¯zKju™ —£¯±°°°°°°°°°°°°°°°°°°°¸°z4%))+--.....///0022222333333344555899999<=?ABCDDDDDDHKKDMy–qKDLSP<2MgX8/457:==9757884-(&((((((($B‡¸¢R?¬k°±°°°°°±²°Á©™…~}~tgis‚™¯«¨¡¦¾««³°°°´‰ƒ‚lFNBPoqdF+(-.///020.3FMB===?CFDCACBANq{tgRIGBHz°¬xR}ÎÉsGRbny…“¢³ÂÎ×ÝçñûÿÿÿÿÿÿÿÿÿÿÿÿÿþöìãÙÓ̾°£”‰}qf]UNIFA74`¡»´±±°±±±°°°°°°°°°°°°°±¯¦‘ŠqNRy?Wug££˜ˆ…£°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¨æÿÿÿÿÿÿÿÿÿ±¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¯sxŒ„‡–³°±°‚:v”jv¢ÿÒ’Ž›¨°±°°°°°°°°°°°°°°°°°°³¹£_% ())+-.......//022222223333334555789999:<=?ABCDDDDDFHKKDWˆŽbFHPQ>&+K[I78==855785/)&&(((((((((((!#S„R?z³e¬±°°°°°°®·Ð˽µ­§¤¢¢¡£¤£§¯·¿ÁÆÔ®°¯°°°´ˆ‡‚kCKAPkR-%+......//022/27==?CFD?DayjSHFGDBf¥´‰XgºØŽMM_ju‚Žž®»ÊÔÜåïùÿÿÿÿÿÿÿÿÿÿÿÿÿÿùðåÝÖÍ´¦™€uk`XPKGB<2L¹¸±±±±°°°±°°°°°°°°°°°°¯«›‡¦ßknNS}>\‡x”fgˆ¥—‰‡¦°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¨èÿÿÿÿÿÿÿÿÿ±¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¯to’znž³°°±Ž:a‰ju›ÿÿÿ³‰” «±°°°°°°°°°°°°°°°°°°°´¸F$()++-......./0022222333333344557899999<=?ABCDDDDDDGKLHGe’„UFPk_7!+FRH845873-(&((((((((((((((&*0:?Cxºf¦±°°°°°°¨¿ãíäßßÞÞÞÛ×ÞÝÞÛËÁÉÚèñ°°¯°°°´„…ƒgBBAG>4)(*-......//0022024:>?>>=CXjdKCLKIBV’¶›dZ Ý¬ZHZfq}Œ˜¨¸ÇÑÙáëöÿÿÿÿÿÿÿÿÿÿÿÿÿÿüôêáØÑǺ¬ž’„zod[SMHD?4=u±½´±±±±±°±±°°°°°°°°°°°°¬£ˆŽÞÿØkiPUƒ=f„{™f_i¢—ˆˆ¨°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°ªèÿÿÿÿÿÿÿÿÿ´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¯xi˜jg¦³°°±—AP„it–ÿÿÿÿ益—£°±°°°°°°°°°°°°°°°°°°°¸±v3%))+-.......//002222223333334455589999:<=?BCCDDDDDFHLLFLv”tKNq}W0 +CMA4/*(&((((((((((((((&(2=7QŠƒG373))+-.....///02222038<=Ie_B7=NQFL³ªuS„ÖÇoFSblz…“£³ÂÍ×Þèòüÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷íãÜÓÌ¿³£—Šsi_VNIGA84_ ½µ±³±±±±±°°°°°°°°°°°°°¯¨’€¶ÿÿÿÎqbLSBq‚€žfds—™„‰¨°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬íÿÿÿÿÿÿÿÿÿº°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±±{b›gq®±°°±¡K?}ftŽÿÿÿÿÿÿÉ›§³±°°°°°°°°°°°°°°°°°°³¹¢]% ()*+-.......//022222233333334555899999<=>ABCCDDDDDFILKDV‡‘dDX}yN) .HF-$&(((((((((((((&&.:88a—ŽiVa`™³°°°°°°²âøÿÿÿÿÿÿÿÿÿÿÿÿÿþýþÿÿÿî°°°°°³€‡€[9Bl¦t?37/()+.......//02220.=XWA02FnuNi¦µ‡WnÃÛŠIM`ju‚ž®¾ÌÔÜåðúÿÿÿÿÿÿÿÿÿÿÿÿÿÿúñçÝ×ÏĶª›Ž‚xkbXPKGC<3KŒ¸¸±±±±±±±±°°°°°°°°°°°°°¬œ€™òÿÿÿÿÅr]KRy?z„£gd„˜ƒˆ¨°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯÷ÿÿÿÿÿÿÿÿÿï°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±‚[œq€°±°°±¨V4pguˆÿÿÿÿÿÿÿÿ§…œ®³°°°°°°°°°°°°°°°°°°°´¸ŽC$))+-......///002222332333334555788999:<=?ABCDDDDDDGKLIFd‡UF_xoC$!3G>)%(((((((((((&)595U“jNIWxž¬°°°°°°«Ãôþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþú×°°°°³}Œ —oI4Ap¢žf834+(*-......./00.5MU?2/>j…g\”¸˜b]ªâªWH[gs~Œ™¨¹ÇÒÙáëöÿÿÿÿÿÿÿÿÿÿÿÿÿÿþõêâÙÓɽ¯¡’‡{of\SMIF?4ABCCDDFDDGILLGKu–xKFb{g7!$8F8&&(((((((&(2:4Kƒ”oMH\„§´³±°°°°°°¬êüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþë°°°°°›¨´´³ zP4Cz¦“Z532)(*-......+/CPB2/8aŒxV{´¨pUŽÝÇkDUbnz…“¥´ÂÏ×ÞêôüÿÿÿÿÿÿÿÿÿÿÿÿÿÿùïåÝÖÌÀ´¦™Œuj`WPKGB84\ »¶±±±±±±±°°°°°°°°°°°°°°ª’~ªÿÿÿÿÿÿÿÿ²v[ISgKˆ{Œ¦jfvy’Ѝ°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±ÿÿÿÿÿÿÿÿÿÿת°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±‰Qƒ ±°°°±®ƒD`fy}öÿÿÿÿÿÿÿÿÿÿ¹„‚¨´±°°°°°°°°°°°°°°°°°°³¹¢[% ()++-......//002222223333333455589999:<=?ABCDFFFFFGKLKFS„“gFLl]/(=B0%&(((&&-85Au–uKF`‰«µ±°°°°°°°°®ºõÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿö̰°°°³±°°±´´¦‚S5Kƒ¥ŠP33/()+-..-+ABCDDFFFFGHKLIFb‘ŠZBSv}R)-><*%(&)47?ACCDDFFGFGILLGKs—zMD]}sH*%2=4(088[ŒƒPAdޝµ±°°°°°°°°°°°«ÄúþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþïÆ°°°°°°°°°°°°³µ®ŒZ888)*>H:0/=p˜xS€µ¦oW”ãÇiFUdnz…”£´ÂÏØàêôþÿÿÿÿÿÿÿÿÿÿÿÿÿÿúñæÝÖÍõ§™‚vj`XPKGB94[ž½¶±³±±±±±°°°°°°°°°°°°°±¬”s”öÿÿÿÿÿÿÿÿÿÿÿÿšsLIHd€Šz”dfv„y“¬±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¶ÿÿÿÿÿÿÿÿÿÿꨰ°°°°°°°°°°°°°°°°°°°°°°°°°°°°³˜G¯°°°°°°®jbgylãÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ®ztŽ®´°°°°°°°°°°°°°°°°°°°³¹¢Z% ()++-.......//02222222333334455589999:<>ABCDFFFFGGHKLKFR‚”lGG\sjF.+4=?Pƒ‰XB_°µ±°°°°°°°°°°°°®´üþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþúܶ°°°°°°°°°°°°°±µ¯_7CzŽaCHC>309a”ˆVk«´€W{ÓÝ…HN`kvƒ‘ž¯¾ÌÔÝæðúÿÿÿÿÿÿÿÿÿÿÿÿÿÿüôêáÙÑǺ¬ž’…yod[RMHD=3H‰¸¹³±±±±°°°°°°°°°°°°°°°±°¡}}ÌÿÿÿÿÿÿÿÿÿÿÿÿÿÿŽyLHFg„}›Œffz¬‘q”®±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°»ÿÿÿÿÿÿÿÿÿÿאּ°°°°°°°°°°°°°°°°°°°°°°°°°°°°³œF…³°°°°°°¯¢}ieziãÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿâ–ou™´³°°°°°°°°°°°°°°°°°°°µ¶ŒC$))+-.....././022222223333334455789999<>?ACCDFGHGHHIKLIF`]DH\nbI5.8ykD`°µ³±±´¶µ³°°°°°°°¯¬ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþõÕ°°°°°°°°°±µµ³±°±µ¯Ž[9R‡`:5/7V~’a[™º“_f»ê¥SH[gqŒ™ª¹ÈÒÛâí÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùíåÜÔÌ¿³£—Štg_VNIFA5?BCDFGGHHIIKLLGIo—RDK_oiG3/<~¶¸±±´´® ˆ«°°°°°¯ªæÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþðѰ°°°°°°¯¥“–§³¶µ±±µ±ŽI7503KkpXR„¹¥lZžèÅfFVdnz‡–£´ÃÏ×àêõüÿÿÿÿÿÿÿÿÿÿÿÿÿÿûñçÞ×Ï͍›Ž‚vkaXRKGC95[ž½µ±±±±±°°°°°°°°°°°°°°°±®—nƒçÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ~rHFQxŠ{ˆxlf}³‰p˜¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬Ïÿÿÿÿÿÿÿÿÿÿÿ®¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°³¢Fn³°°°°°°±›…Œ`voÉÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿú¡jgޱ´°°°°°°°°°°°°°°°°°°°³¹ X$!(*+-.......//00222222333333455578999:<=?BCCDFGHIHIIKLKFQ€—pKFNbnX=3>x¯¸«“nH5*N§±°°°¯«ÝÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýðÛ°°°°°°±“77H]z”«µ¸¥i94:GakVHs¯³}W‚Ù݃GP`kvƒ‘ ¯¿ÌÔÝçñûÿÿÿÿÿÿÿÿÿÿÿÿÿÿþõëáÙÒȽ¯¡“‡zoe\SMIF=3Gˆ¸¹±±±±±±±°°°°°°°°°°°°°±±¡xnÂÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿtoGFX}‰Žz€qpf³€l–¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°°ªÜÿÿÿÿÿÿÿÿÿÿÿ°¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¥G\±±°°°°°³›~iPvs¾ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿà‘gtžµ³°°°°°°°°°°°°°°°°°°°µ¶ŠA$))+-.......//02222223333334455589999:=>ABCDDGHHIIIKKLIF]Ž`GGUnkKQGQ{‚‰_97W–±°°°®¬ãÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýõà°°°°°³¨R.89>BRy}C3›´°°°°°³¡}_>uv«ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀ~gƒ«µ°°°°°°°°°°°°°°°°°°°±¸®q/&)*+-.......//02222223333334455589999<=>ACCDFHIIIIIKLLGHn—ƒSDMk{uu[Fj³‚83f°¶°°°«µÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýôÚ°°¯°°´ F/9?BCDDGIIIKKKLMLFP~˜tKGb‡‚`VSXP=b«´°°®ªÏÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýôݽ°°°°¶ Q3CPD?GWjqeRv±°zZŠâÞ€GP`kvƒ‘ °¿ÌÔÝæñüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ìãÛÒʽ¯¢”ˆ}pf]SNIF>3Gˆ¸º³±±±±°±±±°°°°°°°°°°°±³¥vd´ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿZ]ICS™}Œxoi{d…¯Rs‡³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°ªêÿÿÿÿÿÿÿÿÿÿÿ¶°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±®W2‚¶°°°°°±¬uBn~’ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÛ‘oy£µ®±´±°°°°°°°°°°°°°°°°µ¶‰A$))+-.......//02222222333334455589999:=>ACDDFHIKKKKLMMKF[’aCM~{UXgd‘´³°ª»÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýõÜ۰¯°¹£VICDRitnWe¡¸Ž]sÌð PI\gsŒ›ªºÉÒÛãïùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúñçÝÖÎõ§™€uk`XPKHB7:o¬½´±±±±°°±°°°°°°°°°°°°°³®‡[’þÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿMWFAj˜yŒynl~b‰ªPv—³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬ðÿÿÿÿÿÿÿÿÿÿÿ¾¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¯]0x¶°°°°°°³zuKg‚Œÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ½„oˆ„}–¬µ³°°°°°°°°°°°°°°°±¸¬p.&)++......////0222222233333445558999:<>?ACDFGIKKKKKLMMHHk–‡U?\„[`pt‰¦¹åÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþ÷äØÒª«œt_X[]ojZZ¹žgb¯òÀbFVeozˆ–¥µÄÏØáëõþÿÿÿÿÿÿÿÿÿÿÿÿÿÿþõëáØÑǺ¬ž‘„znd[SLHD:4Z›ºµ³±±±±±±°°°°°°°°°°°°°³³˜gyÓÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüPRHBsy‰yjp€aŒ£My˜³°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯°úÿÿÿÿÿÿÿÿÿÿÿį°°°°°°°°°°°°°°°°°°°°°°°°°°°°±°b0q¶°°°°°°´ˆeGaƒ‡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿì¬~lkgoЧ´³°°°°°°°°°°°°°°°³¹žV$!(*+-.......///0222222333333455579999:=>ACCDFHKKKKKKLNMGN{—{PDRVoifxƒÇÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþ÷ãͳŽ}gdbg\Ue…¯ªu[‘èÝ~FQ`jx„‘¡°ÀÍÖÝçòþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùíåÜÓÊ¿³£–‰~sg]VNIF?4F…¸º³±±±±±°°°°°°°°°°°°°°±´§s_ªÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïZNMBt…{‡ygsa My›³°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯°ÿÿÿÿÿÿÿÿÿÿÿÿά°°°°°°°°°°°°°°°°°°°°°°°°°°°°±±f0kµ°°°°°°´”jC]ˆ„ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÖª~jjdj…§´±°°°°°°°°°°°°°°°µ¶‰?$)*+-......///0222222333333445578999:==?BCCFGKKKKKKLMMLI\Š›vRMXxz]Vl°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþõØ¿¦‰_bu‘€Wi™°žxlŒÖïNI\gsŒ›«ºÈÓÜåïùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüòèÝ×Ï͍›Ž‚vkbXQLHC7:o¬»´±±±±°±±°°°°°°°°°°°°°³°\~ñÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿé]NLAvy€„zfv€`’™Myœ³°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯±ÿÿÿÿÿÿÿÿÿÿÿÿݨ°°°°°°°°°°°°°°°°°°°°°°°°°°°°±³l0j´°°°°°°³ž}IWŠ‚ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿí³£qiibk®´°°°°°°°°°°°°°°°±¸®n.&*+--.....////0222222333333455589999:<>ABDDFIKKKKKKNV\\\t¡jVX}…`FHŽúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúèÊ®ž\:L}qR±§~y°ëå¥`FWep{‰—¦µÄÑÙáëöÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþöëáÛÒÈ»® ’…zoe\SMHD<4W›½¶±±±°°±±°°°°°°°°°°°°°±´žj8ŽÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßaLIAptˆ€zez}`”‘Mzž±°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯³ÿÿÿÿÿÿÿÿÿÿÿÿ禰°°°°°°°°°°°°°°°°°°°°°°°°°°°±³s0a³±°°°°°±¦‚HRŽ}ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿâx:ˆÂ‘gigds˜³³°°°°°°°°°°°°°°°³¹U$!(*+-.......//02222222333333455789999<=?BCCFHKKKKQX_gputy¥´…j_q‰yP7jÛÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùܱŒ8?u€_R˜ª–vëãPDSakx„’¡°ÀÍ×ÞçòûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúïåÝÖÍÀ´¥˜Œti_WPIG?4F…¸¹³³±±±±±±°°°°°°°°°°°°±µ«~G88\ÄÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÕbKHCgvŽ}ydza”ˆMy ±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°´ÿÿÿÿÿÿÿÿÿÿÿÿè§°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³x2X±±°°°°°±®„ILyûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿú’7+2+S¯µyfiee~£µ±°°°°°°°°°°°°°°°¶¶ˆ>$)++-......///0222222333333445579999:Q_kv‚›¬»ÉÔÛåðùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüôêàØÏŹª„ylb[QLHC9:l¬»´±±±±±±±±°°°°°°°°°°°°³³’V8:<958kÎÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÎbKIC[xzxd~ub™Nv¢±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¸ÿÿÿÿÿÿÿÿÿÿÿÿ몰°°°°°°°°°°°°°°°°°°°°°°°°°°°°³{3S®±°°°°°°´‡BGvïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¦K-278924zº—lgidjŒ®µ°°°°°°°°°°°°°°°±¸¬n-(*+-......////0222222333333455789999<=>ABDIPZep~Œ˜¦°¹¹µÍÓÇ£Ž—ƒqV/Ræÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüç³—ˆ&8kvj}Xo›œ[{_9GUapŽž«¶ÅÏÙáëöÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ìãÛÓʽ¯¢“‡{pf]SMIF=4V™»¸±±±±±°°°°°°°°°°°°°°°±µ¢j>9>=<::829xçÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÂdKKBW€‘yvenje™xRu¦±°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¿ÿÿÿÿÿÿÿÿÿÿÿÿñ¬°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³‚4Nª³°°°°°°´”DFvèÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÊV+/5899998.K–¦nifbs˜³³°°°°°°°°°°°°°°°³¹œS#!(*+-......///0222222233333445579999:<>?FLUao~Ž¡±ÀÌÒÔÓÏÛÝÒÑž~ŒdM/[ùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüìáŽ%/ZiVQ££¬™SCP?:HQ_n€“§¹ÇÏ×ÝèôüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûñæÝÖÍö§™Œ€uj`WPKGA4Dƒ¶¹³±±±±±±°°°°°°°°°°°°°°µ®€H7ABA>=<<::7/G–ûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¾aHMA\Œxufgge™oVu¨±°°°°°°°°°°°°°°°°°°°°°°°°°°°°®Èÿÿÿÿÿÿÿÿÿÿÿÿü®¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°µ‡5G¥´°°°°°°³¥LBŽváÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÓo5/58899999:==?o›Œzlgee~¥´±°°°°°°°°°°°°°°°¶µ…=%*++.......///0222222333333445779999DDCCBA>=<:9940L¦ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ®dFL?f“ˆxsfggeœeXu«±°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬Óÿÿÿÿÿÿÿÿÿÿÿÿÿ¯¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°µŒ7?´°°°°°°±«VAyÝÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿìx5+478999999l˜žvA9:79>HP`q…ž¶ÍÙçõÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùïåÜÓÌ¿³£”ˆ}qf]UNIF=5V™»¶±±±±±±±±±°°°°°°°°°°°±´§{P>CFDDDDDCB?>=<<::40ZÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ«cFI=u—„yqggge™]\x¬±°°°°°°°°°°°°°°°°°°°°°°°°°°°°¨àÿÿÿÿÿÿÿÿÿÿÿÿÿ°¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°´=>–µ°°°°°°±¯X<‰ÛÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿH(378899999>AagK55447:AISdxލÂÔåöÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüòçÞ×Ï͍œ‚vkaXPLHB5Cƒ¶º±±±±°±±±°°°°°°°°°°°°°³°˜uPACDDDDDDDDDCA?><<<:937o×ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿžaFG=‡—€yogggf—W_z¯±°°°°°°°°°°°°°°°°°°°°°°°°°°°°§èÿÿÿÿÿÿÿÿÿÿÿÿÿ°¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°´‘]iŒµ°°°°°°±±]9€‡×ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿªL+088899999:>CHMVaozŠ™¬½ÎÈžzvniedvœ³³°°°°°°°°°°°°°°°¶µ„<%*+-......///002222223333334558:BHRbu‰¡½ÑáöÿÿÿÿÿÿÿÿìÖ½œ{aPC<3tÞÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþöåÔ±š2&.43020./23347:BKVi}”¯ÈÙìÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõëâÙÒÈ»¯ ’…zoe[SMHD9:jª»µ±±°±±°°°°°°°°°°°°°°°±¶§‚iQGBABDDDDDDDDDCBA?><<<:808‰òÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜ZFHA™“~zlgiig˜Qa{°±°°°°°°°°°°°°°°°°°°°°°°°°°°°°¨èÿÿÿÿÿÿÿÿÿÿÿÿÿ´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³”`Їµ°°°°°°±³]7z‰¸ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÌZ*/77899999:>BGLU_ky‡—§¹ÉÖàïöÒ™{klfdf¥µ±°°°°°°°°°°°°°°±¹«k+(**-.......//0022222333333458:?HSbu‰¢¾ÓãùÿÿÿÿÿÿÿÿúáÊ«ˆjRD=5H£ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüïÞãi +.--/022233347:BKXi~”±ÉÜïÿÿÿÿÿÿÿÿÿÿÿÿÿÿùðåÝÔÌÀ³£—Štg_VNIG=5S˜»¶±±±°°±±°°°°°°°°°°°°°°´¬~iXGHKIGA?CCDDDFFFDCCBA>=<:::72K›ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŽWFKC›}ziigii“Nd{±±°°°°°°°°°°°°°°°°°°°°°°°°°°°°«ëÿÿÿÿÿÿÿÿÿÿÿÿÿ¹°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³™\“…µ°°°°°°±³_9yލÿÿÿÿÿÿÿÿÿÿÿÿÿÿÛq5.588999999<<<::40P°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿTGKDœzzgiiijKd}±°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¯õÿÿÿÿÿÿÿÿÿÿÿÿÿ¾¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°³ž[”‡³°°°°°°±³eGP]p…ž¹ÏÞôÿÿÿÿÿÿÿÿþèÔ¸–v\LK?3d´ÿÿÿÿÿÍB>)!%&&)(#$N«ÿÿøçб‹$(72.../022233379AKUfz’«Å×êüÿÿÿÿÿÿÿÿÿÿöíâÙÓɾ¯¡“…zpe\UMID99iª½´±±±±±°°°°°°°°°°°°°°°°°¶¢`I=0557?_o_XXG>BCDDFFFFFDCCB?>=<::933jÉÿÿÿÿÿÿÿÿÿÿÿÿzSFGFœŠv{giggk‰Hdƒ±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÇ®°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¢Z–ˆ±°°°°°°°µi9l› ÿÿÿÿÿÿÿÿÿÿÿžH.278999999<>DHMXdo}Šœ®¾ÏÞçöÿÿÿÿÿÿÿÿÿÿÿÍ“—efeaz£µ±°°°°°°°°°°°°°°±¹ªj* (*+-.......//0222222333585S–»¸³±±±°°±±°°°°°°°°°°°°°°³µ’V<20345544KpqaaWB?BDDFFFFFFDCCA?>==<:929sâÿÿÿÿÿÿÿÿÿÿnRDDHœ‡vzgiggl‚He…±°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÔ«°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¥Z”…¯±°°°°°°µi9b§ÿÿÿÿÿÿÿÿÿ±N+/78999999:>CGMU`lzˆ˜¨ºÌÝçòÿÿÿÿÿÿÿÿÿÿÿÿÿÿò«›”n‡—yjˆ®´°°°°°°°°°°°°°°°´¹˜P!#*++.......///0222223338:AIUey¦¾ÑÞïþÿÿÿÿÿÿñÞÍ´”v]PMH=D˜ØÒ[#*479:99999:999:9. AžÙÅb#7<7-.../02223348=FN\n‚˜±È×åõÿÿÿÿÿÿùëáÙÑǺ«‘„ynbZSMIB5C´º³±±±±±°±°°°°°°°°°°°°°°°µ¬xLC=4233445745RvqeeR?ACDDFFFFFDDDCA?=<<::8.G’öÿÿÿÿÿÿÿÿjPDDK„uzfiggnzGfˆ±°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿâ§°°°°°°°°°°°°°°°°°°°°°°°°°°°°±§[’„®±°°°°°°µq<]ž«ÿÿÿÿÿÿÿÎn/.788999999=AGLR]jx„“¥¶ÇÙæðþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÑ£¢–±£vo˜´³°°°°°°°°°°°°°°°¶´ƒ9%**-......///0222223359>HP_o‚—¯ÄÓàëöþÿÿûñãÖêqZWNGGD™ƒ+(588999999:<<<:::9:8- p³]/?AA7-.../0222337:BKVfxŒ¢¸ÊØåñùÿÿþõêÝÓÉ¿°¢–ˆ}qf]UNKD:9i¨½´±±±±±±±°°°°°°°°°°°°°°°±¸œ{„PBGA52333445529]zpjfL>ACDDFFFFFDDCBA?=<:::40K¡ÿÿÿÿÿÿÿ\PFFK›€uxfiigosHeŒ±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ覰°°°°°°°°°°°°°°°°°°°°°°°°°°°±¨[Žˆª±°°°°°°µs:]¯ÿÿÿÿÿâu5+488999999>=<<<:9::4$=¨q?BRoP/....02222349>GP]l’¦»ÊÖÞæëìêâÛÒͧ™‚ukaWPKG?7S“»¸³±±±±±±°°°°°°°°°°°°°°°°´´„GD82233344553?gzqnbG>BCDFFFFFFDDDBA?==<::40WÃÿÿÿÿÿYNFDN›}xvfiigpkLa³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°µÿÿÿÿÿÿÿÿÿÿÿÿÿÿ訰°°°°°°°°°°°°°°°°°°°°°°°°°°°±ª]ŒŠ¥±°°°°°°µs<\µÿÿÿü“7*377999999GP[j{°ÀÌÔ×ÙÙ×Ñȹ¥vsç€FRNi´k58899999<>DHAA>==<<::9:2a´’G>…Ò…4-.../0222337:BKUaq‚’¦¶ÅÎÔØØØÓÍÀ¯ž’…zoe[SMIC7Bµ»´³±±±±±°°°°°°°°°°°°°°°°±µ¢iD5/2bvNFI<22333345743Gp{sp\B>CDDFFFFFDDCCBA><<::938lÏÿÿÿMLGBP™xytfiggpbMb“³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°ºÿÿÿÿÿÿÿÿÿÿÿÿÿÿí«°°°°°°°°°°°°°°°°°°°°°°°°°°°°±®bzŠ¡³°°°°°°¶~CHMVan{‰˜ª»ÍàìöÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþüüíÙÌÀ°¢˜Šyˆ® ‡ž¶™lsž´±°°°°°°°°°°°°°°°¶´‚8%*+-.......00222347:BIR]kz‰˜§µ¿ÅÇÈŽ±£’gzÔkCLFW¦q<<=:99:>CHQXFBA?>==<>A?7k³u<<:<829zêùSDFAS—tyqgiggo[Qd˜³°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯Âÿÿÿÿÿÿÿÿÿÿÿÿÿÿô®¯°°°°°°°°°°°°°°°°°°°°°°°°°°°±¯i:j¢³°°°°°°¶}9Nœ§¡V+.57999999:=BGLS_jx…”§¸ÉÛëõÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþûþòÜÎͦ—Šsj[eœ±ŽŒ®¯€e‚«µ±°°°°°°°°°°°°°°±¹ªg) (++......./02223489>GMWdp}ˆ”ž¦«¬ª¦“…xkbZQKH?7Q–º¸±³±°±°±±°°°°°°°°°°°°°°°°´¨u\dUHQ:8:5+>uŽnSN8.23333445538[}}vlM>ACDFFGGGFFDCCA?==<::8.IRBG?W–p{oggginUUb±°°°°°°°°°°°°°°°°°°°°°°°°°°°°®Êÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¯¯°°°°°°°°°°°°°°°°°°°°°°°°°°°±°n0Kž´°°°°°°¶{8L—‘&.589899999FKS`o‚VFCBBAA?>FGGˆ£b7SºÛ{<++.....0222247:?GMV`ju~‡Œ’‘…~sg]SMIC8B}´»³±±±±±°°°°°°°°°°°°°°°°°°³¯”ˆbKMUQQQBCDDFFFGGFFDCCA?=<<::5/FNG?V’n{lgggilKWb±°°°°°°°°°°°°°°°°°°°°°°°°°°°°«Øÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¯¯°°°°°°°°°°°°°°°°°°°°°°°°°°°±°q3<–µ°°°°°°¶…9L378999999CMF?IXI.+Q„„q\9.23333445543Doyv`C>CDFFGGGGFFDDCA>=<<:8MPH>[k~kiigikH[a¡±°°°°°°°°°°°°°°°°°°°°°°°°°°°°§æÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ±¯°°°°°°°°°°°°°°°°°°°°°°°°°°°±±v47ж°°°°°°µaK‰¦9899999<>CHMWbo{‰™¬»ÎáðùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþþüíÙÌÄ¿±™„v~€‡…vUX…§°–_a¡¥‰˜¶ldН´°°°°°°°°°°°°°°°±¹§e) (+.....//22233597((*....../2222479>DINSX_aeeeb_ZRMH?7R“º¸±±±±±±±±°°°°°°°°°°°°°³±°µ¬xL‚«®“aB]uxi[Q:7GgdA+/\…ƒeB0/33333445554Nu{xuX??CDFFGHGGFFDCBA>=<8QMI>]‰figigikG_b¥±°°°°°°°°°°°°°°°°°°°°°°°°°°°°¨êÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ³¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°³z45€¶°°°°°°´“ŠL‚°?7999:>BGMU_kx‡—§¸ÉÝíùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüþñÜÎÅÀ¸ ‡{“£ªª¨§£Ž ´fCM]s¡´~ª³‡eq›´³°°°°°°°°°°°°°°°´¹—P*!$*-...//0222358:>CHLNRUUUURNIB<:VgƒLLKQk[GSap‘¢µÅÓÞn?KLLHCABB?HŽWS>u˜sZ.!&+..../00223478ADDFFGHGGFDCCB?>9XLK>[ƒg~ggigiiD`a§±°°°°°°°°°°°°°°°°°°°°°°°°°°°°ªêÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿµ°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³€54x¶°°°°°°´”Lv¹H59:=AGKR]iuƒ’£µÅØëùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüþöâÒÈÀ½¨Œ}‡«¬§¥£¢¡¢°¦pCIat¨°Ž_бdfƒ¨µ±°°°°°°°°°°°°°°°¶´›uN7-(%&)-.02223479<>BDGGDBBBDL\t—ª¦§¢XIqVvfXl{‰°ÀÏØâñv9DHLLKDBB?I¡{Z=„¨§§›uQ8.(&%(*-/0222358:CDFFGGHHGFDCCA=VGH=\~j}fgggifB`eª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬ïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ»°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³„74nµ°°°°°°³–LnÀR45gŒ_bukgdn‘°´°°°°°°°°°°°°°°°±µ¸´¦“€lUB4-**)*++-./247>HWl‚œ«¶»»¯¡¡¥eFqS„zq„–¨»ÌÖÞêõÿ”WFBFKLLGC?LŒœ}NBŽ¥¡¥µ¹µ¨˜‡xbL:0*)(**++-./248>HZoŒ¬º½µ´±±±±°±±°°°°°°°°°°°°°±´—ez‡M=Qbgn~Š{VAeœ®¥ ¡¡¡¡§«—oD<\fL/*K„Z92023333445773DjvuzdD>CDFGHIHHGFDCBSDG=`{n}fiigjeC`iª±°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¯÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿï°°°°°°°°°°°°°°°°°°°°°°°°°°°°±Š94b´±°°°°°³™˜MfÀ_9DHNWdo}Œ›¬½ÎãòÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþüûíÙÍÄ¿¶…y–ª —œ¡¢¡¡¬¯…MBXp¥µ®}G59=:M}lK\iifdx ´³°°°°°°°°°°°°°°°°±³µ¸¸´¬¡„{qgbddenxƒ¨´»»º¹¶´³³¯¡¡¥kCp\ŽŒ¢¶ÇÒÜæñÿÿÿkFaNBDHKLIBK‡ogLH–£ ¨°°±³µ¸¸¶±§˜‰siba\`djt‚ªµ»»º¹¶³±±±±±°°°°°°°°°°°°°°°°°±±ƒb}aAHFAHZefn~‡xMDp£®£ ¡ ™ŽŽ™‘R4DddC+.W…zN50023333445744Mouxy\A?DDGHIKKIGDBSCH=_vqzfiigjbC`k¬±°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¯ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿͬ°°°°°°°°°°°°°°°°°°°°°°°°°°°°±Ž:4Z³±°°°°°´–™Qb¾sAMValzˆ˜¨¹ÊÞðþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþþñÜÎÄû¥Š}qgbWLAN’¦®´‘VARnŠ£´´ŽS78=ACC:/a‰S[igidgˆ«µ°°°°°°°°°°°°°°°°°°°°±±´¶¸¸¸¶µ¶µ¶¸¹¸¸¶´³³³³³±±±±°¢¡¥gGvN“ ¯ÂÏÙâìúÿÿÿÿd)=PNDCFILIQoXDM›¢ ª±°°°°°°°±³µ¶¸¸¸µµ´µµ¶¸¸¸¶µ´³±±±±°°±±±±°°°°°°°°°°°°°°°¯³¬tsv83=CKKDCQagfoz_GK{ª®¦žQ!&.79457Mj_<)4f‰oC30033333445557VstzvS>BCC?:52/+.KBH<\qtvfiigk_D`l¯±°°°°°°°°°°°°°°°°°°°°°°°°°°°¯°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿת°°°°°°°°°°°°°°°°°°°°°°°°°°°°±“<5Q®±°°°°°´”›S_¹…K]jvƒ”¦¶ÇÛìùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþþõáÒÉÀ¾®‘~tf\UKA>d º¹›`CNjˆ¡±¸œb:7W“½Â¥kCIf„¡¯¸¨sB7:?BCB93Mг´¨Ãí³zbdgied~¦´±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£¡¢[Bl„§¾àæòÿÿÿÿÿÿÿÿe)4548?DCCCS_BL™£¡¬°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±±°°±°°°°°°°°°°°°°°¯³ªy}ÖϪ±¶œ]45=CMNFDP_gis{kUCZ’¸¾žZ& ()*+-+:elK/*H{‚W80023333445772:]jlvZ.#&(((&-?BH>Vn{pizgslWH]q¯±°°°°°°°°°°°°°°°°°°°°°°°°°°°°´ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿç§°°°°°°°°°°°°°°°°°°°°°°°°°°°°±›A7C£³°°°°°³›¢XW¨±x®¾ÑåòüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþþûìØÎÄÀ½§‰xlaXQH>M„¸Ã¬xHF_€ž¯¸¬yD7Xk~nn‡f€lSK\y¯±°°°°°°°°°°°°°°°°°°°°°°°°°°°°¶ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ몰°°°°°°°°°°°°°°°°°°°°°°°°°°°±žF7=›µ°°°°°³™¥[WÔ¨ºÊáðùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþþðÝÑÇÀÀ°’zod[RK?Du®Ã´ƒMBZ}°µ°kƒq=CBB?57f¡¶¯«ÔÿÿÿÿÿÿÿÔŽ{idigbuœ´³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢£’GHu¦¥Ñÿÿÿÿÿÿÿÿÿÿÿ]*3334445X”¿À›aAMo—¯´¶£„›åÿö̘V83F€¯µª¶ôÿÿÿÿÿÿÿÿÿÿÿÿÿëµ›n`igdo’®±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬¡¥‘FG´¥àÿÿÿÿÿÿÿÿÿÿùV)233333352I’`oIH”£ ¨±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±®}g¯ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀ¨±µ“U34?U`SFHVgnnƒ˜ŒlUDR…´¿ [& (*++).PxpI/*GyƒU/&&(((((((((&$.FVn]98GCAQl€ey‚k‰jGVV…±°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬Îÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¯¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°¦P73~¶°°°°°´–¥bWyàöúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿüìÙÎÅÂÀ®ŽvkbXQH>M‡¹Ã¦kBGi’®³µ«ŠŽÑÿÿÙ£lC0`Q’°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¨èÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ³°°°°°°°°°°°°°°°°°°°°°°°°°°°°±ª\44]³±°°°°´“¨jSbÊÿÿÿÿÿÿÿÿÿÿÿÿÿþþ÷æ×ÍÄÀ»§‰si`WPF>Z–½¿˜Z8Kz¦´³µ§ˆ˜ÞÿûÒœd?3Bx¬¶¬³êÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ Š°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬¡¥‘DS°¢ÜÿÿÿþõëÝÖÎÀ´\9F8.22222.F¥{fGI–£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°µŽdÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿû½¨´³ŒM04B]vlP>Lq„}‡£uN9G{°¿¡]( (*+)#*NqgD-$>qyN/(&(((((((((&39G?APzzbŒnŽ]=aQ—¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°ªëÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¶°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¬d34R¯±°°°°´”ªlS`»ÿÿÿÿÿÿÿÿÿÿÿþþúëÙÏÇÀ¾¯xlbXQH>N‡µÀ¸v>G:/0222.B¥ŽiDG—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°´“fúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿç´«¶¬zA07FexeI=S~“ƒŽ§™nF5R¶»“L!!(((Wo\>)&KxnC+(&((((((((4//22.C£ªvIC—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°µ’aüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÓ¬¯¶¢g728Llu\C>[ˆŽ‚˜®–d>Blœ¹¶€<$(((%$9`kS7%+Xya9+(&((((((5AP~qgŒgŒŠX=bQœ°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°úÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿů°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬l29B£³°°°°´’«tN[œÿÿÿÿÿÿÿÿüûôáÓÊþ¹¡‚pf]UNCAi¥»¿ÀŽGR޳µ³´¡…¡êÿöÍ“\<2Hƒ°µª¹öÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ«t¯±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬¡¥‘?iž®žºòÞÖÊÀ° ´«{lHP~€G??0.2.B¡µ‡LA—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¶‰WÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŪ±µ“U34:SqpU?Aa‰‡ƒ¡°ZPx¦½®o0%((($(CefK0%4bvR5*&(((((5=D?ALznlb’ŠQ?aR °°°°°°°°°°°°°°°°°°°°°°°°°°°°¯°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿϬ°°°°°°°°°°°°°°°°°°°°°°°°°°°±®p3<<›µ°°°°´’¬vLZŠÿÿÿÿÿÿþùòå×Íþ½¨‰ti_WPF?\˜¹¾Ã£\F}®¸³´ª‰’ØÿÿÙ¥kC3>s¨¶®°áÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¬u¯±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬¡¥‘?i™¬ž¯àÏö¢»¬te]I=U‚”Z—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°´Š]ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ¸ªµ°ƒG05>[ujM>Fjˆƒˆ¨®~Xosа¾¡]( &((&#-MjaD-%=_bH3)&(()4?D>ALukpŒa—ˆMCbU¡°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿݨ°°°°°°°°°°°°°°°°°°°°°°°°°°°±®u2=:”µ°°°°´’®yK[}ÿÿÿÿÿúôçÙÑÈ¿¾°’ylbZQH>P‰¶½Â±o?e£¶³³°“ˆÃÿÿè¸zK57`œ¶°ªÑÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿµ{¬±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬¡¥‘?i—«£¯Íº¬™¡»l_XQC??Qv˜t?B>)?ž±žk<—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°´ŒdÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÞ°¬¸¨p<27CduaH?Lp…°¥lMMl–¸»“M#!(((Xq_<((=ZXB.(&)5BDA?Nqgt‰bžˆHF`V£°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ禰°°°°°°°°°°°°°°°°°°°°°°°°°°±®z2>7ˆ¶°°°°´¯{H\oúÿÿûöêÜÓÊ¿½´™}nf[SL?Hy¯»Àº€LWŒ¶µ³³œ„®õÿõÍV93P³³ªÂÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀ~§±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬¡¥‘?jŽ«˜µž’«µ‡bZSMI?>>>MbŒŒLDC>œ±œi<—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¶ˆfÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿΪ°¶œ_538IikRCASxƒ˜µ—\IRs »¶„=$(((%$:fyZ5(+CXP<-)4AB?>Lkey…d¢ƒCI]Z¥°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯³ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿè§°°°°°°°°°°°°°°°°°°°°°°°°°°°±¯3?5z¶°°°°´Ž°}H_dãÿúðàÔÍ»¸¡ƒqf]VMCBk¦»¾À“W`–µ¶±µ¦ˆ›ãÿþÙ£d>2Cz®¶«¶ïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀƒ§±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬¡¥‘?jƒª”}˜“´¥p\VPKHF?>>>>IVv˜bBW›±œi<—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°´oÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ª´´P24N[_§°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¶ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿꪰ°°°°°°°°°°°°°°°°°°°°°°°°°°±¯„4A5qµ°°°°´±~IbZÓþçØÏÅ»¸¨ŠujaWQF>]˜º½Â£dZ´µ±´¬ŽŽÏÿÿæµuF39g¢¶®¯Ûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ§¨±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬¡¥‘Aj‚«Žn¢´bXRLIFCFB>==>=FPo}H‘³œi<—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°µ„gþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ뵫¶®{B27?XdUGAGb~}‡ª±ŽbHS…³¿¢_( &((&#*Wˆ}K.(7PR9HCB:Lke‚zk«}:SXa§°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿò¬°°°°°°°°°°°°°°°°°°°°°°°°°°°±¯ˆ7B7d´±°°°´Šµ€HeWÂâÒȽ¸®“ylbZRH>Pж»Â°qW„¯µ±³±™‰ºþÿïÄ…N74X”µ±ªÉÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿåli¦³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬¡¥‘Aj€«ˆ„¬tZUMKFFIIKGCDA<>>=Kf”ƒˆ´›i<—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¶}\fÍÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿØ®®¶¥j928F]bPDAHj~}¯¬‡]DX‘º½“M#!(((&!0j‘tA**?7B\e„°–j<—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°µ}f)(yïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿȪ±µ—X349Ka\LA9Pq}}—³¥~U?_¾¶„>$(((%!=zŽe8)8IBA8Nle‰qu¯n8]Qk¨°°°°°°°°°°°°°°°°°°°°°°°°°°°°«Óÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¯¯°°°°°°°°°°°°°°°°°°°°°°°°°°±®Žs¨¶¬³åÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿµHG‡„¡³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬¡¥‘Ajx¦~RUMHCM]XLFACG?ACM[P=:3:F€®‰j=—¢¡ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°µxv_#> ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ºª´±…I27=PaXC4=Vv{€ ±œuI=lªÀ®s2%(((##I€ƒU>MBC8NlfŠl{®e8bMo«°°°°°°°°°°°°°°°°°°°°°°°°°°°°¨àÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ°¯°°°°°°°°°°°°°°°°°°°°°°°°°°±®’˜ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿè³µQ27$(((!5VBB9IgnŠb’£IGyB{¬°°°°°°°°°°°°°°°°°°°°°°°°°°°°«íÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹°°°°°°°°°°°°°°°°°°°°°°°°°°°°®IeÇ”€µ°°±¦p·Gkk`VNBDl§»½À™`ižµ³±´¬‘–×ÿÿã°pD3:j£¶®°ÝÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÓn.&Fƒ¥ƒQBMQzl—´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬¡¥‘AieAWkQDi¥¦¢¡¡¢¥œŽ‰Š—¥«œxLC[q¦xa=—¢ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³\PDS„ªŠGIµÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿò¶ªµ°~C29>B>755>Zuyž°œqD—¡ ¨±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±‰LWVKD_“§v7#lÛÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿܯ®¶¥l:3<==9757Cdzx…¦¯’eS¸ºÀ¸~]„®´±±³¡Š¯õÿùÏ“Z:3K‡±´ª¾üÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¦K(.\˜žkFDQVMGDq‡›´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°®¡¥‘FCXBQ{ª¥¡¡¡¡¡£—i[bxˆ‰…{~Œ£‘foa>—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¥“KHNWSGHn¡ž`(-ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿͪ±µ˜Z35==<8758Kk{yŒ«ª‡X7Q“»½–P#NBD9D]}d£‡7Wp>‡«°°°°°°°°°°°°°°°°°°°°°°°°°°°¯°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿת°°°°°°°°°°°°°°°°°°°°°°°°°°°®¡RR¸¸p«±°´…‚Þ„HqN}°»¾¿‘`v¦µ³±´§žãÿÿݦg?3?t¨¶¬³èÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÎ_)(Iˆ¥~MBMRIGILIu’ž³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°®¡¥‘FF]?I{¦¡¡¡   ¡ž‚adjkvqquy{z~zf–dR?—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°®–KNLIRXPFP§LD®ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþ¿ª´³ˆI29=<:875:Rszz”¯¢}L7a¡¿¸…=>?F98S‚zg¨y5`j?Œ«°°°°°°°°°°°°°°°°°°°°°°°°°°°¯±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ㦰°°°°°°°°°°°°°°°°°°°°°°°°°°®¢UM¯Âp£±°³xâƒF‚§»»Â¡gjœ´³±´®““Îÿÿê¸vH48bž¶¯¬Öÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿìz5&~®«¯°°°°°¯ª£Ž}jaggggt”…uNRBB—¢žª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±ºÒpCQPINUUHGjž¡f+*ŠúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÖ¬¯¶¡d74<<:9757Fezx„¥®’b:F‡¸»UG:7A‰psª]5i`C‘«±°°°°°°°°°°°°°°°°°°°°°°°°°°°µÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ訰°°°°°°°°°°°°°°°°°°°°°°°°°°®¥]FžÑ{´´œg´ç}P¸½„`‚¬´±³³£Š§ïÿþ×_<3F~¯µª¹öÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÉX)(PŽ£yKCMPPo»Ò‰Q_s‚‘¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°®¡¥‘FHk7<„¸±°°°°°°°±¦¥´£ydgiifg‚™…CGHC—¢žª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¶‡BÜ¢IGUMHSXPFN{¦“Q!C¦ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŪ³µ‘R38><:8759MnzxŠ«ªˆV7U}H<8:~lx¥Q8p[D’¬±°°°°°°°°°°°°°°°°°°°°°°°°°°°ºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿí«°°°°°°°°°°°°°°°°°°°°°°°°°°°®¦bB–Ó…ƒµ³ŒkÇèytœbs£µ³°´«›Üÿÿã¯nB3RXMKUULDXŒª‚>WÎÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷¹ªµ¯€D2:=<9875=Usyz”¯£zH9UR?:7fižG=qRH—«±°°°°°°°°°°°°°°°°°°°°°°°°°°¯Äÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ®¯°°°°°°°°°°°°°°°°°°°°°°°°°°®¦f?ŒÔ–v¶¡oyÛèyUk™´´±´¯–ÈÿÿðÀK55\˜µ°ªÑÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ›G#3g —aCGNNVŒÒ¿kMbx‡–¦¸ÊĬ°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°®¡£—HL€G5„¶°°°°°°°«¯áõºª°µ£zdfigsœRKMA—¢žª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°µ˜SMGG’Þ FGaXINWUHFe™¥n/)xíÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿá±®¸¦n:3<=:9755?_vu}¯™k?QA:4Zl…’?AoMK˜«±°°°°°°°°°°°°°°°°°°°°°°°°°°®Ìÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¯¯°°°°°°°°°°°°°°°°°°°°°°°°°°®¦j>„Ò¥l§€oŒê愊°µ±±³žŒ´ùÿúÑ’W:3Lˆ±´ªÀÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸Q(*U“¡qHDMNPuÂÑ„NZsƒ‘¡±ÂÏÜÓ®°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°®¡£–HN…I3„¶°°°°°®¨Çÿÿÿÿݯ¬´±’lbkƒ¦\MMA—£žª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¨³yLLBbÄÑi:UbSKRVQGLu¥˜W$>žÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿѪ°¶™[45=<:9758Hetp‚¦®Ži><5Io€9GqIL™«±°°°°°°°°°°°°°°°°°°°°°°°°°°¨Þÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ³°°°°°°°°°°°°°°°°°°°°°°°°°°°®§l={δgzd¨öᦴ±±´¦Œ¢èÿÿÝ¥d>3Bv«¶«µíÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÜq/%C‚¥‚QBKPNd¬Ø VRk}Œ›¬¾ÌÖàñê®°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°®¡£–GP“M0…¶°°°°ª¶òÿÿÿÿÿÿÿǨ¯µ§by³\RLB—¢žª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°µ‰e¦¨aKGG’Þ¡CB]`NLUULDU‡¨ˆCRÉÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀª´³ŠM28=<9775:PionН G:7B[uk9MpDP«±°°°°°°°°°°°°°°°°°°°°°°°°°°«ìÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÉ®°°°°°°°°°°°°°°°°°°°°°°°°°°®§pXjgp›o7:4R`SUD4ˆØÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿì«Ï XFB—£ž¨±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±±‰ilœfFLH}±‚KDFŠ×žF:Na[R`aSIF\’¨y8#lÙÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿû»ª´°‚G29=<:875:<:ADGKA[¢ª±°°°°°°°°°°°°°°°°°°°°°°°°¯´ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¬¯°°°°°°°°°°°°°°°°°°°°°°°°¯§:Wª»“ÄæÿöùÿúÏS83P‰±³¨ÃÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÎ_)(NŽ¡o`Ž“kVnºÛ—RSk}›±ÛëÝÝíúÿÿÿÿÿÿÿÿÿÿ¦°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°®¡£—?P}B.¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÄÏÇXAB—¢ž¨±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±±e]fdXPFUHGNyd?CDƒÒ¡G7BNQMX]UMBIx§’MF®ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÔ¬¯¶œ_55=<:975:<:?DDFIA_£ª±°°°°°°°°°°°°°°°°°°°°°°°°ªÙÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÏ«°°±³±°°°°°°°°°°°°°°°°°°°¯§„:S º¹ÝöÿÿÿÞ£b>3Cy¬¶«¶òÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿí{4&>{¥‚[€œzZb¢Ý´aMexˆ—§ÊêãÙèöÿÿÿÿÿÿÿÿÿÿÿÿ§°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°®¡£—?LvB/ÀÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÄÌÒ[?B—£ §±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¬zgKMUZIHSDKNbS=A:M§Å\ /ABDNNPF9M‰¨}5#jÓÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿγ³N28=<:85:9=FLHHAb¥ª±°°°°°°°°°°°°°°°°°°°°°°°°¯ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¯°±‡…¯´°°°°°°°°°°°°°°°°°°®§„/ÄÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÄ¿Ù[?B—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³ªLblV[i_QLNDIPWI-)*-.kÄ–0&5AABIQQC9]™¡d(+‰ùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿô¸«µ®{B2:=::77AH:%(&(.+=”¾b *:B?>IWQ<>p¥“MA£ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿà°¬¶£i84<=<97FMID>i¥ª±°°°°°°°°°°°°°°°°°°°°°°®µÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ½¯{ebg…¥±´´´´´´³±°°±±±³µ®§„:U®ãÛÀ“U93Hƒ°´ª¾üÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿçu3&C€¥{[‡ zZf¨à¯\Nfx‡˜§ÅææÜçöÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùæ—¯°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°®¡£–BA]a=Çÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿê×\>B—¢ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°´B:44[‡¢Œ\b\B8>A*&(((*.+Z±˜8$.>Bs§¶¬³èÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿœG#5n \u¢Š`]ØÉpK_q‚“¢¹Ýêàâñüÿÿÿÿÿÿÿÿÿÿÿÿÿÿúðæ×“®°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°®¡£—C=[G>ÍÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿàÏ]>B—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¶–><<9/:kžžbIF=9A7&(((((+-3y®i# &3A?:G\[F8W–£j+*vìÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀª´±‡I2:=5bþ“[‰¨°°°°°°°°°°°°°°°°°°°°°°ªØÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¥l„efbbdeeddjt€{uuqgn¡~4=MkxP88`œ¶¯¬Öÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸R(*Z—›fe™˜lZzÇÛŒNVn}¯ÏêãÞíúÿÿÿÿÿÿÿÿÿÿÿÿÿÿþôèÞÖÊ«±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢¢›G:VBAÏÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÖÃ_>B—¢¡ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¶=AA??9%8u¡~A:<9>2&((((&).+CŽA$)8?<œÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ뵬¶ªt=3:8¥ÿú¨p ¨°°°°°°°°°°°°°°°°°°°°¨Ìÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõž€¦nkyjddeiigeadfffd‰¨V3A>HL0#D…U9::<.&((((((*..WŠd*!%+:?9?RaR9F¨…ARÉÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿØ®®¶œ\52<¶ÿდ£¬°°°°°°°°°°°°°°°°°°ªÈÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿú¢‘Œd„¥‘…}igg€‡jigge§L.79=Pi}¦¬¹öÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþ“8$9t£‡Zz¥”na—ÞÄlL_s‚’£¸Øëâãñþÿÿÿÿÿÿÿÿÿÿÿÿÿÿü÷êÜÑǹ§œ¥±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢¡›G9UGRÃÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿƦ`?B—¢ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¸t04579:HZF&(WŒyG8<<-&(((((((-/8doA$%&/8:9C[aK7R‘¦q0(påÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿȪ³³ˆV42yœs£§°°°°°°°°°°°°°°°°°ªÌÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¬‰yb–¢‚‰ngglsigjfau…USexvy›´áÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ±M&.`›—bi zd€ÎÛ‡MXo}ž°ÌçåáíúÿÿÿÿÿÿÿÿÿÿÿÿÿÿþûñàÔ̽®œŒ…v–µ°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢¢›G8UG[ÍÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀ‘_>B—£¡ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°´b.()-257>W\<#0ki>9:+&((((((()/2B\M-%&(0998Ib_B8d X#>˜ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷º«´°“iLUt  ¦°°°°°°°°°°°°°°°®¨ØÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿΓnaŠƒbeiigggkŽ—Œ‡…‘˜¥‘iy¢ÔÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÓn-&N¡q]‘¦ˆfp¶ã¥WQgyˆ˜«¾×æáè÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿü÷çØÎÀ±¡’„ust¶°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢¢›G8SIWÒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÃ\?B—¡ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³§M.&(&(*/47IbU0#?z…W><)%((((((((+27FI4&&&)088t¦‘KD®ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷׸°®¨¦¦¦¦ª®°¸Ùñÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿôèææççôÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿï}4%B€£}Zƒ§oj£æ¾eLbt‚—¬ÃÖÜÝæòþÿÿÿÿÿÿÿÿÿÿÿÿÿÿþûòáÑŸ¨—‰{odZNGPMIŒs¯¯”®±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢¢›G7ZtvÀÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿĈff=B—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³žUBB+$&((((((((&&=gkH($K€€R.%&(((((((`gP:)%((*287?\lS7Iˆª}7!iÑÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõèççççêûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¢G#5l¡Ž\s¢›xfŒØ×~K[p~¨¿ÒÛÜâïûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿû÷êØÉ½¬œŽ€tg]SFLq_FH˜s®¯…ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢¢›G5]zÄÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÃŽfk=B—¡žª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³¡ZivV0!9p…[0%&((((((((#)PofK/$&()/889Qi\<:o¥–PB£ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿçv3&F…£x[‰¦Žon«èºaLdtƒ›µÉ×ÜÝæòÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþûõæÓŸ§˜Š}pe[PCXŠ‚LZiR5Fƒ¨ƒ<VÌÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿG!8q¢Š[v¥™xi“ÞÔyL\p~‘®ÇÔÛÜâðûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüúìÙʽ¬žŽ€tg]UFK{Ž[Df‡®¶°Îv¢°y¥³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢¢œH5iyxÒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿØœpÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÝq2(LŒ¢q\¦Šnq´êµ_Ldtƒœ¹ÍÙÜÝæôÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþü÷çÔŹ¨˜Œ}pe[QCV‰‚N\®´³±°°¬Óˆ›°t ³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢¡K4vpoÙÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÃŽ™{B—¢ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±Rv‡u¦µµ«’v`PL=)%((((((((%#7i‚b9$-]…j8%%((((((((%$>kya<$%((+387DbgK5P‘§q0(oãÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ±M%/dž”_kžk„Òå‘NUlzЧÂÓÙÜàëùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüúôâÏ´£”‡ylaWLCg‘pLt¡±³³±±°°°°¬Ï––®o´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢¢I<ŽtÖÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÉ“GA—¢ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±Rbk€tŒ®¶´¢ˆtZID3(&(((((((($%GsuQ0$8pƒX-%&((((((((#&LqsW3#&((.778Nia?8d ž\$>˜ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÔo+&Q n_’¦ˆou¹ì¯[MevƒœºÏØÜÝçõÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþûõçÖŹ¨˜Š~pe[QCU‰ƒP`–¯³³±±±±°°°°¬È˜“®n›´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢¢I=Žz”ÖÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀkN?—¢ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°ŒQeiep‚zv˜´¶¯˜€jQD:+&((((((((&#-VtgD*&G~zF(%((((((((�\unK*$&()/874-(((((((((($&GkkN0$4j€W.%&(((((((($(InsZ4#&((-578MgaB7]›¢a(-ûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÏk+)V–žia–£‡pzÂíªWNfv„¿ÖÝÜÝçõÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþûõèÖŹª™Œ~qf[QCS‡…Q]”®³³±±°°°°°°°°°°°¯´‘«g“´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢¢I=‰¦ÑÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÑvžL?—£¡ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±°ˆNkŠqdggen~xv˜³¶¯–€jK72+(((((((((&#.Vo`B*%CxvD(&((((((((�VsoN+#&&&.44:UjX9=q¥’LD¬ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿï}4$D„£yZ‡¦‘uq¦ëÉkK_q”µÏÜÜÝãðüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿü÷ïÜÌ¿° ‘ƒuj_VHHx’aP‚¨±³³±±±°°°°°°°°°°°°«…Œ¨f’´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢¢I=ŠªÒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÜuœL?—£¡ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±°ƒZs`u’…ieifgt}s£µ¶§y]?4.)&((((((((%$:boW8%*V~e5&&((((((((%$:asfA%(./5?DBQinU=N‰¨9!fÑÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ£F!8q …Wt£™}oÝá…LWnz¨ÈÙÝÜàìúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüùôãÒõ¥–‡znbXMCb‘vLnž°³³°±±°°°°°°°°°°°°°±£yŠªfŽ´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢¡I>¬Òÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿã~›L?—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¯ƒb¬Œfb‚“{efifiyzsЬ¶³‡qR93-((((((((((#&IopN/$4gzQ-%&(((((((&#(KoygMFKLLMNMM]upSDdœ£o5.zñÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÌZ%2bŽŒ[b™¢„pÇí§VPgv… ¿ÓÜÛÝèõÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúõê׏ª›Œ~qf\RDR…‰S\’®±³±±°±°°°°°°°°°°°°°°°oŒ¨d´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢¡I>ެÒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿé„™L?—¢ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±®ƒd±µ£z`k‘sdfgfl}vv—³¶®“gG50*(((((((((&#.X{nC)%DtnA)&&(((&)-38:GbyzfLGKKKLMLPevgIHt˜“~F$G£ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ‰0)WyV[¥vx«êÃiLat€—¶Í×ÛÝãñüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûöíÝÌ¿°¡‘ƒvj_VHGu”gQ§±³±±±±°°°°°°°°°°°°°°¯«¿ÀoЦb‰´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢¢I>Ž‘®Ñÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿíž—K?—¢¡ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±®}{ʬ±±”l`x—Šjdigft~s~£µµ§Œx[>5.)&((((((((%#9l‡f9%+WuZ7(&(*/7::<===Lfyv\GHKKLMNLUludXPb”£s7+aÜÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÔR%7tƒUQ‰¢‘y‘¹Ó“KPj{’³ÍÛàÞâíúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüöñãÒô¥–‡znbZNC`’}Rl°³³±±±°°°°°°°°°°°°°°°¬¯Ùÿûoˆ£bˆ´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢¢žK>—®Ïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ힘K?—¢ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±«z›ÿﵬ´ª…dd‡›€feifiy{q‰®¶³„pP83-((((((((((#%Kƒ‰X0%5WbI2/3578899:==?RiysSHKKKLMMMb…x_Rs¦”M+Iªÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ±C$G‚‡Rb–Qs™ÈâÞȨ‰jXUj„§¶ÃåüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùôêØÈº«›Œqf\SDP„Ž\\Ž®³³±±°°°°°°°°°°°°°°°°¯¬Äÿÿÿöp‰¡a„³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢¡¡M>—®Ïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿíž—K?—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±®{›ÿÿÿÖ¬¯´žu_n“›ydfifn}vv—³¶¬”€gF50*&((((((((&!-a“€H*)?\_G524578988:<>DV`gUMKKLNSZ\d}y€s]f˜¦b04‰ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ.%FtHMzRDk³åöÿÿÿÿëÇ™nNDQfip”ÀôÿÿÿÿÿÿÿÿÿÿÿÿúöíÝÌ¿°¡’ƒvk`VHFq–nS~¦°³±±±±°°°°°°°°°°°°°°°«µëÿÿÿÿ÷s‡ a‚³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢¡¡M=‘œ®Îÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿí¢™K?—¢ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±«zžÿÿÿÿÿ¿ª³°j_zž–sdfgfs}t~£¶µ¥zZ=4.)&((((((((%!9v”n?05K]U?33444B?GLHLNSZPIKLQW\dnv{ƒ„ˆ€…€—®g45{ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¥/*<~l`Xv~Xa¸ãëùÿÿÿÿÿÿùܪuQI\g\XbÛÿÿÿÿÿÿÿÿüöñåÒõ¥—‰zodZMB]‘‚Uk›¯±±±°±°°°°°°°°°°°°°°°®®Ôÿÿÿÿÿÿùs€œ`³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢¢¡M=‘ž®Ïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿí£˜K?—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±«{¢ÿÿÿÿÿÿ峬µ§ae‰¦’ndffiy{s‰¬¶±œ…qN83+((((((((((#$M‡Œ]90>SZK:4:R]\XMNPKKHHKLQX_fo{ˆ–«¯¬¹¿°›¸«_83€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÅ9*.j}kŒ¥¬˜SS‚»çôñõôïåØÖèòå¶yNMbjg_`Òÿÿÿÿÿ÷ôêØÈº«œŒ€tf]RDNƒ‘`[«³³±±±°°°°°°°°°°°°°°°¯«Àÿÿÿÿÿÿÿÿúk€›`}³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢¢¡M=‘ž®Îÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ졘K?—£¡ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¬y¢ÿÿÿÿÿÿÿÿΫ°³™q]n˜«‘pdeen~xu–³¶«–€eB52*&((((((()+)3bŠ{N54FUHL]faSLMHGGGHKPU\bkv‚ž®½ÉÌÙàÖÍýK97”ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿèU&/5Œ‘ª§‡I>CIj¨ç÷ÞÀ¦„eQX{¨ÑܹxLRekleu¬ÜòùõïÞÌ¿±¡’…vk`WIDp—sS{¥°±³±±±±°°°°°°°°°°°°°°¬³åÿÿÿÿÿÿÿÿÿüb˜`z±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢¢¡M>‘ž®Íÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ졘K?—£¡ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±ªy¨ÿÿÿÿÿÿÿÿÿú»«³®Šf`{¥°“sddfs~q~¢¶´£yV84/(&((((*-./-)?sˆf>=FRdi\LKGDGHHIMRX_iq{ˆ–¦µÄÎ×ÝÜãæÞÒźfA7C»ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿˆ(-00{¨…]>=BBBDZŽØüÛŽK47758IsªÍ±qMVfnll—ÉÛàÒö¦—ˆ{odZNB\’…Ug™¯³³±±±±°°°°°°°°°°°°°°®¬Îÿÿÿÿÿÿÿÿÿÿÿþay˜av°±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¢¡¡M>‘ž®Íÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿì¡—K?—¢ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±§z°ÿÿÿÿÿÿÿÿÿÿÿݰ®´£{`e‰°³–tdbixzpŠ®¶±œ…lH73+((()-..../*-UVCGXliRIFBGKHGHKNV]gu‚Žž¯¾ÊÔÛãëòìæâÜÒ»pKB2eïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÇD(.005KD85:>?ABACMv¿üïžS::<=:59UŒ¸¥iM[ipn‚¸ÒǬ™€tg]SFM‚–bZŠ«³³±±±±°°°°°°°°°°°°°°¯«½úÿÿÿÿÿÿÿÿÿÿÿÿÿjv”au°±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¡¡¡M=Žž®Ìÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ졘L?—¢ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¨z¶ÿÿÿÿÿÿÿÿÿÿÿÿÿɪ±±–o_o˜¶³–udalysu—³¶«“~bA72(&*-....-/:=?Keq]KFBN\LCBFKQZalzˆ”¦¶ÄÏ×ÞçðùÿÿòáÔÜx\H<:ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ%..020./2335:?ABBAFa£ïÿºb=9<>>=95Gy§—`P_kov¢Ì¿’tjaXKDo™vRx£°±³±±±°°°°°°°°°°°°°°°¬°Þÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿuy‘as¯±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°®¡¢¡N:Œž¯Äÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ좘K?—£¡ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³¨yµÿÿÿÿÿÿÿÿÿÿÿÿÿÿô¸«´«…d`{¥¹°›yednql~£¶µ£ŒxX?9/&(+---4ABBVqiPFCMa`I>BHMU]fs‚Žž®¿ÌÓÜãëõüÿÿÿÿðÜȨ‡gNB3aÝÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÊQ$../2223333337=?BBAAQ…×ÿÖv?8:=>>><5Btž‡WR]jqоÂ]MCZ‘ŠWf˜®±³±±±±°°°°°°°°°°°°°°®«Éÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ}ubp¬±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¡¢¡N:Œž¯ÄÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿꡘK?—¢žª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³£x¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÙ®¯³ x_gŒ˜¯žyddlkkŠ®¸°™ƒlNB9+&(-:B?Hft[HCI\\G9>GLRXbkx‰–¦¶ÅÑØàèñúÿÿÿÿÿÿùãѶ‘pVF9B¨ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¦7(../022233333348>BBBAGk¹üí“H79==>>><5Cv˜ySUbo}¨Ä—Vs™fWˆ«³´±±±±°°°°°°°°°°°°°°¯«¹ñÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ{oˆbo«±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¢¡¡N:Œž¯ÄÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿꡘL?—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³£yÄÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿë³°‘k`pz{—® }eegdq—´¶¨}dID43C??UtjMDDS\F7>>><7H{nUZit‘º¢xQx¥°±³±±±°°°°°°°°°°°°°°°¬¯Ùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿko‡bnª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£¡¡N:Œž¯ÃÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿꡘL?—¢ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³£xÍÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿì´¬´§€dgqkq’¬¡{edee}£¶´ ‰zSHI?DguXFDKPG79AFLQXbkxˆ—¦¶ÇÑÙàêòúÿÿÿÿÿÿÿüöíâѹ™y_L?2zÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÄŽ%)....02222333333337=ABB?HuÌÿÓo<7:=>>>>>=8P‚‰bMWg}¨§lu®¹±±±±°°°°°°°°°°°°°°¯¬Åÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ]jƒbl§³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£¢¡N9Š ¯ÄÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿꢘK?—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³£vÍÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÓ«°³›qbkgdo«¡{eddi‰¬º³vNB=UsgKCHNH:8>DINU]fq ¯¿ÍÖÝåí÷þÿÿÿÿÿÿÿúñèáÙγ”x]L?2p»ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¶ˆ#(-.../022222333333348?BBAB[§÷ðŽC5:<>>>>AB=3K{tRM`o’¬~d—¶´°°°°°°°°°°°°°°°«µëÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ]i€dj¥³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£¡¢R8ˆ ¯Äÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ饙K?—¢ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³¢yâÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿«³®ŒidifdnŽªž{edbs–tG>?<2(!&V}iNWg¥Zz±´°°°°°°°°°°°°®®Ôÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿfg}ij¡³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£¡£U8ˆž¯Äÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿé§™I?—¢ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³¢zçÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ㳬´£{dfigdkŒ§žykiN?89>CINU]fq ¯¿ÍÖÝåïùÿÿÿÿÿÿÿÿûôëáØÒȽ®›‚jVH>3uºÍÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿપ7$*-...//0222222233333347>BBAAd¸ÿÙp97<>>4(&((& /bz_Q_p”žeg¦¶°°°°°°°°°¯«Àÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿldzki ´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£¡£V8ˆ¯Äÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿé§™I?—£¡ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³¡yæÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿΫ±±–pdgifbj‰§vL=CdoUCIMC88—£¡ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³ ~èÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿݰ®´ xfltV:AakRDLI=78CINU]gs€¡³ÀÎ×ÞçñûÿÿÿÿÿÿÿÿþöíãÜÔÊ¿¯ ’ƒvk`VNI?2kºµ³´ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ»¯°°¸4*-......//0022222333333345:AC<8lÖüž9!&(((((((((&!7eo_`s‘[ƒ¬áÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ‘[tzf”´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£¡£V8… ¯Äÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿé§P?—¡ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³žèÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõ Ž]—¢ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³›~êÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÙ˜pK9Ni]HKI<78:>DINU]fs‚¡³ÂÎ×Þèòþÿÿÿÿÿÿÿÿÿ÷íåÝÔÌÀ±¡“…xkaXPIC8G½µ³´±´ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¯°°°°µ´x. *-....././02222222333344.(.4700kÜñ„-!&((((((((((#*UoebtŒv[—õÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ…MueŽ´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¢¡£U7„¥¯Äÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿé§P>—¢ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³~ëÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿö¯Žm>?`gNILA8898f«½´´´³±³ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÖª°°°°°±¹M %+-.....//002222233333-(((*274->œôºF %((((((((((&!5aoeiƒ`sÉÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿˆLt‚eŠ´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£¡£V7ƒ¦°Ãÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿé¦P>—£¡ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³íÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ×…M8PiZHKF9899>CINU]fs‚‘¡´ÂÎØÞèôÿÿÿÿÿÿÿÿÿÿúðæÝÖÍÀ³£”‡ynbXPID8FŒº¸´³³³³±³ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿæ§°°°°°°°¶´v+ *-......//022222233-((((((+372+ZÇÝp%#((((((((((($$Djlivˆo_òÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŒMt„e‡´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¢¡£V5‚¦°ÃÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿꡜP>—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³—€ñÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿô­l??_fPIH=7898dª½´±³±±±±°ºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿù¬¯°°°°°°°±¹›K &+-......//022223+(((((((&)075.3{Ï¡< &(((((((((((!+Snjn‚~`}Êÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ‘Kq…e„´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£¡£U5‚¦°ÂÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿꡜP>—£¡ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³–€ôÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÓ‹TCINU\fs‚‘¡³ÂÏØàêöÿÿÿÿÿÿÿÿÿÿúñçÞ×Îõ£–ˆ{obXPKF9F‰»¹³³³´±±±±ªØÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ±°°°°°°°°°°¶³t. *-.....///0222+(((((((((((+374-B’±`$$(((((((((((%#9`kiz„lj£ðÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ’Goˆe‚³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£¡£U5‚¦°¾ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿêœN>—¢ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±—€öÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿò¨ŽvF?`ePID9799—¢ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±˜€ûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÑŒŒ]>NfZIG=799:>CINU]ftƒ¡´ÃÏÙáêùÿÿÿÿÿÿÿÿÿÿûòèÞ×Îö¥—‰zodXQKD9D‡º¸³³±±±±±°±±°°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ𪌡´±°°°°°°°¶±q+!*--...../+((((((((((((((((*37547\pI)%(((((((((((&#(0Hby‚lt¨ìÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ”>qŽey±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£¡¦]4}§°¾ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿé™N>—£¡ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±”€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿð¦‘}IA_eQHB8899DHMS]gtƒ’¡³ÄÑÙáëúÿÿÿÿÿÿÿÿÿÿüôêàØÏŸ¨˜Š}pe[QKF9C‡º¹´³±±±±±±±°°°°ªõÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿæ~bpbq›´³°°°°°°°¶±n*!*-..+((((((((((((((((((((()07789>?4((((((((((((((&+5C\x€kz¨êÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ™=u”fq®±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢ ¥]4}¦°½ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿª—P?—£¡ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°–‚ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ𤑇RB`ePMF8899—£¡ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°“‚ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÊ‹“nDPiZKLA899:>DIMU\ftƒ’¢´ÄÑÙâëüÿÿÿÿÿÿÿÿÿÿþõëáÙÒŸ¨˜Œ~qe[RKG:C„¹º³³±±³±±±°°°°°°°ªõÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ뉮±‰ebp™´³°°°°°°°¶°n)!(((((((((((((((((((((((((&)/579=:7.(((((((((((((&*37?Zv~p{¡ãÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¢>xœgl¨³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¡¡¦]4{¦°»ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿª“œP>—¡žª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°’ƒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿí¢’ŒXDbfPMK?899DINU\gu„“¢´ÅÒÛâìÿÿÿÿÿÿÿÿÿÿÿÿöìâÙÒǹ«™~qf[RLG:C‚¹º³³±±±°°°°°°°°°°°¯®ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ—fbssigdo˜´³°°°°°°°¸¯l) (((((((((((((((((((((((((()/58:=<7-&(((((((((((()254=Zx}q{—àÿÿÿÿÿÿÿÿÿÿÿÿÿ§7gg¡³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£ ¦]5z¦°ºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¨‘ R>—£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯“‡ÿÿÿÿÿÿÿÿÿÿÿÿ둇]FfgNRSH<89–£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬ÿÿÿÿÿÿÿÿÿÿýËŽuIVq[LZVF:8:>DHMS]iu„“£´ÅÒÙâïÿÿÿÿÿÿÿÿÿÿÿÿ÷íãÛÓȺ¬›€sf]SLGL]dxvZq‡¯ÿÿÿÿÿÿÿÿÿµ3‰žfd“´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£¡¦]7}¦°¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ§…¡U<’£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯°ÿÿÿÿÿÿÿýÁŒŠvNXygZ_fWA8:>DHNS]iu„“£´ÅÒÛâðÿÿÿÿÿÿÿÿÿÿÿÿùïåÜÓÊ»®Ž‚ti]SMH9.((((((&&0>DBBGHH[vksnWqƒ«ÿÿÿÿÿÿè?™edŠ´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¢ ¥\5uª°¸ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¦ƒ¢U<’£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¬ˆ¹ÿÿÿÿû¿…uR[ufslflP99>DIMS]gv„“£µÇÒÛâòÿÿÿÿÿÿÿÿÿÿÿÿûñæÝÔ̾¯ž‚ui_SMH=A}¶º³´´´³±±±±°°°°°°°°°°®«âÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÌybfigigifdt µ±°°°°°°°¹¬f&!(((((((((((((((((((((((((((+38<==3)&((&*8CCBBBBGIFPzfbx]dz‡ÖÿÿÿÿñAŠ—dd…´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£¡¦a4tª°¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¦‚¢U<’£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¬‰»ÿÿÿä—ŠzeMkkXzfinI88-&&.=CBBBCCCBFKHHee]pfXty¦ÿÿÿðA“dd~³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£¡¦b4tª°¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¤€¢U<’£¡ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¬Š¾ÿÿý}oUWq`[f\qjB8>DIMS]ix…”¥µÇÓÜãôÿÿÿÿÿÿÿÿÿÿÿÿûñçÝÖ;¯ ‘ƒvj_VMH=?{¶º´³³±±±±°±°°°°°°°°°°®ª×ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÂpaggigiigbv¡µ±°°°°°°°¸«b%!(((((((((((((((((((((((((((+38<><23<>>ABBCBBCBDIIGS]`okZeu~ÓÿûC‘dey±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£ ¥b4xª°¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ£}¢U<’£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¬‰Ìÿô‘peNao`VQ]za<9AGKPXbp~œ¬¾ÍØàëÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ìâÙÒǸ§˜Š}pe[QKD9V½µ³±±±³±±±°°°°°°°°°°°«¶üÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿíbdigigigdiް´°°°°°°°´¸Œ=&(((((((((((((((((((((((((().79>IH=:=>ABBBCCCBCHKIIZt~n]\sp§ÒFŠdeu°±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£¡¦b5uª°¸ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ£~£V<’¥¡ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±«‰¬¶skVPfx}_He}V8=CHMS]iv…”¥µÅÓÜåõÿÿÿÿÿÿÿÿÿÿÿÿüòèÞÖÍÀ±¡’„xj`VNI=?zµº´³³±±±°°±°°°°°°°°°°¯ªÒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸nafiiiiigdy£µ±°°°°°°°¹«`$!(((((((((((((((((((((((((((*5DKLIB<<>?ABCCCCCCGKKIKv‘u_Pbn\<ŽŠgfp¬±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£¡¦b5uª°¸ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÁ {¥\:’¥¡ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±«‘{bgMWk…ˆQLuxH8AGKPXbpެ¿ÎØàìÿÿÿÿÿÿÿÿÿÿÿÿÿùíâÙÒǺ¨™Œ}qe[QLD9U½¶³±±³±±±°±±°°°°°°°°°«´öÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿãˆbeiiiiiiej‘±³°°°°°°°´¹‰:&(((((((((((((((((((((((((-5ABCCCCCCGIKLGRL>QGS\:އjgl¨±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£¡¦b5tª°¸ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÁ {¥\:’¥¡ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±«‘ƒSHZSM\FQ€o>:CHMS]ix‡”¥µÇÔÝå÷ÿÿÿÿÿÿÿÿÿÿÿÿþôèÞÖγ¢’„xkaVNI>?v´º´³³±±±±±±°±°°°°°°°°¯¨Îÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¯laggddegfbz¥µ±°°°°°°±¹ª`$#(((((((((((((((((((((((/5558>GKKH?<==>BBCCCDCGIB<9758DC<>‚lij£³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¢ ¦b5sª°¶ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÁŸz¥\:’£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±ª”u>QLDBB_]9?GKPXdpŽ®¿ÎÙáíÿÿÿÿÿÿÿÿÿÿÿÿÿúïãÛÓȺ«›Œsf[RLD9Uœ½¶±³±±±±±±°°°°°°°°°°°«±ïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÜ~`o–„odfkbj’³³°°°°°°°´¸‰8&((((((((((((((((((((/445557:DMIHD<<>>?BCCCD<.059<:98::<nif ´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¢ ¦d4n¨°¶ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÁœx¥\:’£ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±§“z>GHCGj}N9BIMS_jx‡–§¶ÇÓÝèôÿÿÿÿÿÿÿÿÿÿÿÿþôêàØÎ³£”…ylaWNI?>v´»´³±±±±±±±±°°°°°°°°°¯¨Çÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ£i‘¶®˜}uuda~§µ±°°°°°°±¹§]$#((((((((((((((((()/433445557GfXKQBAFCAFIC3&%(/5779<999Š{qje›´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£¡¦d4n¨°¶ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÁœy¥\:’£¡ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¦’z>HBIusC=GKPXdp °¿ÑÙãôûÿÿÿÿÿÿÿÿÿÿÿÿûñåÜÓɽ«œ€sg\SMF:S™½¶´´³±±±±±°°°°°°°°°°°¬°æÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÒvzª¹³ ›”k_l”´³°°°°°°°µ¸‡8&(((((((((((((()/33333345554ClpVZMBIQF>4+%&&(-4878=:8…vtkd“´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£¡¦d4n¨°¶ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÁ›x¦]:’¥ ª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¦”ABS€g=?HMS]iu‡›¬¹ÈØáïþÿÿÿÿÿÿÿÿÿÿÿÿÿöëáØÏô¥”‡zlbXPI?>u³»´³³±³±±±°°°°°°°°°°°¯ªÃÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ˜k–´µ±´¦zab¨µ°°°°°°°±¹¦Z##(((((((((((()/32333333445745[~g]ZGxŒfDGV4$%&*39:=:8ƒtvld´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£¡¦b5n¨°¶ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÁšv¦b:’¥ §±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¦—€=f‰[=FKPWaqˆ¢¿ÍÇÑàèùÿÿÿÿÿÿÿÿÿÿÿÿÿûñåÝÔʽ®œŽ€tg]SLF:R™½¶³³³±±±±±±°°°°°°°°°°¬®áÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÉs€«´°µ±i_n˜´³°°°°°°°µ¶„7&((((((((((.2222233333345550Bu}d_Ht« ›¥b7$$)08=<7„sxnd…´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¢ ¦b5n¨°¶ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÁ—u¦b:’£ž£±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¥–ƒsˆN>HMQ[n¯É××ÎØæñÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ìâÙÏŶ§—ˆ{odZPI?>s±»´³³±±±±±°°°°°°°°°°°°ª¾ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿû–uœ³«±¹¦x`dƒ«´°°°°°°°±¹¦Z!#((((((((-2022222233333455544\„lZL]œ¨ ¥¨–g9$$.7:5~ozod}³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¢ ¥f5n¨°¶ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÁ–o¥b9’£ž¡±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³¡¨yFBKMVo“¶ÍÔØÓÓàìüÿÿÿÿÿÿÿÿÿÿÿÿÿüòçÞÔÌ¿¯ ‚ui_UMFq±»´´³³±±±±±±°°°°°°°°°°ª¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿò“jabg{¢¢v_d„¬´°°°°°°°±¹£W!#(((*/..//002222233333345/($$Q„u`Ujž¡Ž—ŽŒœp9&4ulsds®±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¢¡¦i4j¨±¶ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÁ“p£d=—£ ¡±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³¡—‚=Qp½ÂÂÎ×ÔÖáíÿÿÿÿÿÿÿÿÿÿÿÿÿÿþôèÞ×Í¿° ‘ƒuj_UNGp°½´³±±±±±±±°°°°°°°°°°°ªµûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿì‘iegdn–u`e‡®´°°°°°°°±¹¢U!&-.....///0222222333+(((((($$Q‡{fV[‡g?Qpx˜¢ °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³œ‘³¦ÌÓÏÔåòÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿöëàØÎÀ³¢“…xk`VNHn¯½´´³±±±±°±±°°°°°°°°°°«°ìÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÜ{afidk‘”o`gŒ°´°°°°°°°±¹¡Q!&-.....///*(((((((((((((((($#N‰‡qWIl>gg“~ed´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¦ž§x8k§±³ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÁ~¢pB›¢ ž°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³œ×ÏÖæôÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ëáØÏ´£”…ylbWNHkl¡ˆdeu°±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¦ž¦ƒo¦°±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀ€i¡„Z¥¢ž–°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³—ˆÿÿÿÿÿÿÿÿÿÿÿÿÿôèÝÖÌ¿® ‘‚ui]SMD=g«½µ³³³±±±±°°°°°°°°°°°°®«Ùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿o`iidt›Ži`k’´³°°°°°°°³¹›K%((((((((((((((((((((((((((0fq§deo«±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¥ ¥ŽBn§±±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀ€i¡‰f¥ ž—°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°´–‡ÿÿÿÿÿÿÿÿÿÿÿúïãÙÒŶ§—ˆ{ndZPI=IŒº¹´´³±±±°±±°°°°°°°°°°°ª¸ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿôaeiegŒœvab~§µ°°°°°°°°¶³s- (((((((((((((((((((((((((0es«deoª±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¥ž¥Ip§±±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀ€i ’z¥¡ž–°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°´–‡ÿÿÿÿÿÿÿÿÿÿôêÞ×ÍÀ¯ ‚uj]UMC=fª½µ´³±±±±°°±°°°°°°°°°°¯ªÖÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ»n`ggbx‰f`l–³³°°°°°°°³º™I%(((((((((((((((((((((((/ix®’dgn¨±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¦ £‘Qs¦±±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀ€i¡œ¡ “°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³”‡ÿÿÿÿÿÿÿÿûðãÛÒǸ¨˜‰}pe[QI>KŒº¸´´³±±±±±°°°°°°°°°°°°«µùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿë‰beiei‘›uad¨µ°°°°°°°°¶³s- ((((((((((((((((((((((/i} fgl§³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¦ £’Wt¦°±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀ}i¢¡¡¡’°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³”…ÿÿÿÿÿÿÿöêà×ÍÀ± ƒvj_UMD=eª½µ³´±±±±±±±°°°°°°°°°°¯¨Ñÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ³naigez’€ibo—´³°°°°°°°³º™I%((((((((((((((((((((/g‚™Šffj¥³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¦ ¢“]t¦°±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀ|i¢ ¡ œ±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³”ƒÿÿÿÿÿûðåÜÓȺª™‰}pe[QK?I‰º¹´´³³±±±±±°°°°°°°°°°°«³òÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿãˆbfidfx}nee‚ª´°°°°°°°°¶±q+ (((((((((((((((((((/l‡–ˆggj£³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¦ £”iq¥±±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÂ{i¢ ¡¢›±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³”ÿÿÿÿ÷ëáØÎ³¢’„vk`VND=f¨½´³´±±±±±±°°°°°°°°°°°¯ªÊÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¬ddggeinigbp™´³°°°°°°°³º—G%(((((((((((((((((.pŒ‰ifg ³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¦ ¢”kt£±°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÉvg›¢  ¡™ˆ±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³”~ÿÿüñæÝÓɺ«›Œ~qe[QK?H‰º¹´³±±±±±±±±°°°°°°°°°°«°ìÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿà}`giggiiiff„¬´°°°°°°°°¶°p+ ((((((((((((((((.p‘Љjfg¡³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°§ ¢”iv£±°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÉvg™¢ ¡¢–‚±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³˜~úûìáØÏ´¢”…xlaVNF=b§½µ´³³±±±±±±°°°°°°°°°°¯ªÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¥ddgiiiiigdq›´±°°°°°°°³¹—D%((((((((((((((.q–…Škfgž´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±§ž¢”ix¥±°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÈuf—£¡¡£‘³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±—}ìêÝÓÊ»«›Œse\SK?H‡¹¹³±³±±±±°°°°°°°°°°°°°¬¯åÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ×yagiiiiiiee…®´°°°°°°°°¶°l) (((((((((((((-sœ€‰lff´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±ª £”jy¥±°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÅqd–£¡ž¢Œ~³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±˜xÝÛÏõ£”…ylaVNF>b¦½µ´³±±±±±±±°°°°°°°°°°°ªÀÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ deiiiiiigbsµ±°°°°°°°³¸”D%((((((((((&.y¡z‰offœ´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±ª ¢”iz¥±°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÅqb£  ¥‡}³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±˜uÑͽ¬œsg]SLAG‡¹¹³³³³±±±°±±°°°°°°°°°°®¬ÞÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÒvafiiiiiiefˆ®´°°°°°°°°¶°l( (((((((((&.{¢v‰pfe™´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¬ £”jz£±±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÅsbŒ£¡¡£~{³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±œt¸£”‡ynbWPG=a¥½µ³´³±±±±°°°°°°°°°°°°°ª»ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿœdeiiiiiigbt µ±°°°°°°°³¹’B%(((((((&-} qsee˜´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°®¡£”g}£±³ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÅtb{¢¡¡£u}³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°œq«žŽ€tg]SL?G„¹º³´³³³±±±±°°°°°°°°°°°®«ÙÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÊs`giiiiiiegа´°°°°°°°°¸®j(!((((((&-žl‰ted“´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¢£–f¦±³ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÃtek™¢¡ l~³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯l”‰{ndXPG=a¥½µ³±±±±±±±±°°°°°°°°°°°ª¸ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿöbeiiiiiigdv¡´±°°°°°°°³¹’B%((((&+ƒ˜j‡qfd“´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°£¢–_f¨±±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÂqfdˆ¥¢—e}³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯žj€ui]SMAFƒ¸¹´´³±±±°±°°°°°°°°°°°°¯ªÓÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿oagiiiiiieg±´°°°°°°°°¸®g&!(((&+„‘g€ofd´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¦¢‘knª°±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀpef£¦‰`z±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯ indXPG>_£½µ³³±±±±°°±°°°°°°°°°°°ªµùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿñbeiiiiiigdx¢´±°°°°°°°³¹?%(&/ŒŽf}ngdŽ´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±ª¢‰‘¬°±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿qgjsž ob{±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°®¢i\ULAG‚¸º´³³³±±±±°°°°°°°°°°°°®¨Ïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¹nagiiiiiidi°´°°°°°°°°¸¬g&!%.“ˆexlgd´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¬£‡j‰±°±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ½xognxvde{±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¬¦lMH>]£½µ³´³±±±±±°°°°°°°°°°°°«³ñÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿê‰beiiiiiigdz¥µ±°°°°°°°³¹Ž>-“€eskgdŠ´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¦X‡´¯±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ½}se‰pbie{±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬¦j=F¶º´´³³³±±°°°°°°°°°°°°°¯¨Éÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ´nagiggiiiej‘±´°°°°°°°°¸«d#}€enjgd‰´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°§j™´¯±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿºyqf›yiie{±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°®¡RZ¡½µ³³³±±±±±±°°°°°°°°°°°¬°èÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿâ‡beqifiiifdz¦µ±°°°°°°°³¹‡‚eiggd‡´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°« ˜«°¯°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿºzqjœnfiez±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±«™…´º´³³±³±±±°°°°°°°°°°°°¯ªÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ«a€odijgfdk’³³°°°°°°°°¸®zeiigd…´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¡¢°°¯°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþµ}sn›kgiez±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¨¥¹¶´³³³±±±±±°°°°°°°°°°°¬¯ãÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÙzŽ«bk~uedd~§µ±°°°°°°±°}eiigd³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°ª¨±°¯±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿû¨{sq›giiev°±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¨ªµ³³±³±±±±°°°°°°°°°°°°ª¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¡Œ±“ig‡’vd`l”´³°°°°°°³~fiigd³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿôzqx—eiiev°±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±¨¯µ±±±±±±°°°°°°°°°°°°®¬ÝÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÓ—®¦x`z¡˜sbd~¨µ°°°°°´eiigd{³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýé”zq}”diiev°±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¨°±±°±±±±±°°°°°°°°°°ªºÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¯§±Œdg“®‚bdn—³³°°°³£igigdz±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯±ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþß‘yqƒ‘diiev°±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯«³±±°°°°°°°°°°°°°°®ª×ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÒ§±¡sa}¦‰dee€ª´°°±¯teiidy±±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÕ‘upŒŠdiiev°±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¯±±°±°°°°°°°°°°°°ª¸üÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷´¯¨jbl–Œigdo˜´³°´diiev°±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°½ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüÈŠtp“„diiev°±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯±°°°±°°°°°°°°°°¯ªÓÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÏ«‡bee{gieeƒ«´³¨lggeu°±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°«ÏÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüÈŒzp–~eiieu¯±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±±±°°°°°°°°°°°°«´öÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿò´‚dgeiigggdp™´µ‚dkft¯±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°§ãÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþä¹qveiieq®±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±±±°°°°°°°°°°¯¨ÎÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÍ…efiiigiiff„¯¡fnfp¬±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬ñÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúï•p¡qfiifs¯±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°«³ïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿì”eeiigiiigdqœ}ogj¥³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯°ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¸‚¢lfiifs¯±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¨Éÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ±lagiiggiieivtgfž´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°®Çÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ蛣ggiifs¯±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬¯çÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÝ„bfiggiiiggtie˜´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°ªñÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¦ˆeiiies¯±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯ªÃÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¥ediiiiggigid‘´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯µÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÉgfgggeq®±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¬®áÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÖyafiiiiiiid´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¨åÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿû{bfggfo«±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°ª½ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ deggiiggd‰´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°®¶ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþðˆbc‚ten«±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°®«ÛÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÒuafiigie{³±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¨öÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿñ¦i_£‰au¬±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°ª¹ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿœbeigiif˜µ°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°±ªÌÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùØ·y®œa}³±°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°®ª×ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÍq`fiifoª³°°°°°°°°°°°°°°°°°°°°°°°°°°°°°³¨¬ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþùôО°ve›µ°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°«¶ûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿöaeiid}±±°°°°°°°°°°°°°°°°°°°°°°°°°°°³¨”ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþþú±ªˆal¥´°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°¯¨Òÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¾o`ggaƒ±³°°°°°°°°°°°°°°°°°°°°°°°°°´¨ôÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿü㪎ddsª³°°°°°°°°°°°°°°°°°°°°°°°°°°°°«´õÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿðŒanp_}«´°°°°°°°°°°°°°°°°°°°°°°°³¢ŠëÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþñÑ’neet§³°°°°°°°°°°°°°°°°°°°°°°°°°¯¨Íÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¶pˆ€_o›´³°°°°°°°°°°°°°°°°°°°±±œ”öÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüÛŸ~edbv¯±°°°°°°°°°°°°°°°°°°°°°°°«°ìÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿæ‘™’i`‚¥´´±°°°°°°°°°°°°°°³´£”µÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþõÔ«l``‹µ°°°°°°°°°°°°°°°°°°°°°®ªÇÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÈ¢œ{ae˜¨±´´´³±°°°°±³´³¥ ñÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþøáµ™‚j]Šª¯¯°°°°°°°°°°°°°°°°®¨»ôÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿϪ–}b`kz˜¦¯³³³±¬£”{‚Ôÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüé¾—‰vbnލ¯°°°°°°°°°°°°°¬¨¹ïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÜ»›ue`_`bgp{~yql~ ÛÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýðÌ£uihr‹¤¯±±°°°°¯°ª¨¯Ãðÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ溘Šzusos‡‘ªÝÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþþöâÕxmn}™œ›¥§§§«¯¸ÒêÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüûûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþýôØ´•‡“¶ÌÓÓÕáöþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþúõàËËÛîôóõúþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ %%EndBinary grestore end grestore %%EndDocument ~ %AI5_EndPlace U u 1 Ap 1 w 395.5027 392.219 m 395.5027 437.3643 L 352.9973 437.3643 L 352.9973 392.219 L 395.5027 392.219 L f u 1 g 378.3072 405.3229 m 378.6344 405.2804 L 378.7971 405.5765 L 379.1172 405.6084 L 379.0793 405.8667 L 379.1552 406.0522 L 379.1628 406.3768 L 378.8868 406.4835 L 378.6315 406.5365 L 378.4165 406.6777 L 378.1765 406.6728 L 377.9286 406.4786 L 377.6943 406.3548 L 377.4983 406.1955 L 377.3568 406.0622 L 377.3112 405.8721 L 377.5324 405.6873 L 377.606 405.4269 L 377.8695 405.4278 L 378.1 405.4261 L 378.3072 405.3229 L f 381.5292 405.8824 m 381.7362 405.9961 L 381.9678 406.0479 L 382.2384 406.1432 L 382.2786 406.4162 L 382.2306 406.5736 L 382.2016 406.7888 L 382.0528 406.97 L 381.8003 407.0478 L 381.5778 407.1154 L 381.4037 407.0628 L 381.1561 407.067 L 380.8915 407.042 L 380.8097 406.7336 L 380.6162 406.5825 L 380.6435 406.4198 L 380.7022 406.2005 L 380.8882 406.0684 L 381.0851 405.8512 L 381.3373 405.8945 L 381.5292 405.8824 L f 384.3941 406.8957 m 384.6721 406.9611 L 384.9318 407.06 L 384.9623 407.3311 L 385.1447 407.4782 L 384.9109 407.6641 L 384.7505 407.8548 L 384.5184 407.9295 L 384.2899 407.9443 L 384.0223 407.8234 L 383.7854 407.6999 L 383.5466 407.5337 L 383.62 407.3086 L 383.7827 407.1313 L 383.9298 406.9053 L 384.171 406.8805 L 384.3941 406.8957 L f 386.8386 408.0187 m 387.11 408.0825 L 387.3831 408.1859 L 387.393 408.4683 L 387.2825 408.7465 L 387.0092 408.8384 L 386.7654 408.7658 L 386.5074 408.7007 L 386.2791 408.5818 L 386.2381 408.3483 L 386.3923 408.163 L 386.5847 407.9645 L 386.8386 408.0187 L f U u 370.2773 433.1338 m 370.0061 433.0755 L 369.7457 432.9978 L 369.5478 432.8371 L 369.3843 432.6867 L 369.3615 432.4603 L 369.5428 432.2326 L 369.6799 432.0157 L 369.9576 432.0078 L 370.1881 432.0346 L 370.3988 431.8376 L 370.6531 432.0397 L 370.9119 432.1233 L 371.1467 432.2487 L 371.2835 432.4331 L 371.3676 432.672 L 371.121 432.8807 L 370.9527 433.0552 L 370.712 433.1291 L 370.4905 433.1634 L 370.2773 433.1338 L f 367.0703 432.5922 m 366.8264 432.5971 L 366.5646 432.5646 L 366.4561 432.2746 L 366.2714 432.1092 L 366.2731 431.9217 L 366.3881 431.7433 L 366.5571 431.6009 L 366.7977 431.5008 L 367.0112 431.4203 L 367.1891 431.3789 L 367.4333 431.4318 L 367.66 431.5141 L 367.8265 431.7399 L 368.0077 431.9277 L 368.0453 432.118 L 367.8936 432.3249 L 367.7273 432.5117 L 367.4526 432.5022 L 367.2426 432.6407 L 367.0703 432.5922 L f 364.1869 431.629 m 363.9076 431.5639 L 363.6885 431.4156 L 363.6051 431.1972 L 363.5079 431.0405 L 363.687 430.8564 L 363.831 430.6397 L 364.058 430.5693 L 364.3033 430.5576 L 364.5443 430.7356 L 364.7319 430.8956 L 364.9622 431.0038 L 364.96 431.1916 L 364.8347 431.4289 L 364.6448 431.5958 L 364.4107 431.622 L 364.1869 431.629 L f 361.7425 430.481 m 361.4906 430.3977 L 361.3067 430.2436 L 361.1493 430.0453 L 361.3218 429.8024 L 361.5691 429.6708 L 361.8233 429.7025 L 362.1114 429.7313 L 362.3054 429.9265 L 362.2957 430.1603 L 362.2756 430.4625 L 361.9817 430.4941 L 361.7425 430.481 L f U 0 Ap 373.1204 431.0392 m F 392.0715 421.6005 m 391.8661 421.8815 L 392.0088 422.219 L 391.7985 422.5081 L 391.8239 422.8527 L 391.7411 423.0835 L 391.7638 423.3961 L 391.5678 423.7161 L 391.6526 424.0749 L 391.3444 424.3281 L 391.3906 424.57 L 391.2307 424.6109 L 391.3691 424.7223 L 391.324 425.0219 L 390.9357 425.211 L 390.9989 425.5378 L 390.618 425.7333 L 390.5931 425.9878 L 390.496 426.1854 L 390.3997 426.168 L 390.3959 426.1791 L 390.2858 426.4973 L 390.0496 426.7207 L 389.8553 427.0118 L 389.9314 427.348 L 389.7148 427.5966 L 389.5704 427.7586 L 389.4909 427.8229 L 389.4706 427.9159 L 389.2595 428.1652 L 389.0308 428.3999 L 388.8349 428.6532 L 388.389 428.7751 L 388.3221 429.0526 L 388.2015 429.1979 L 387.7341 429.3456 L 387.5105 429.5773 L 387.2615 429.8496 L 387.0751 430.1172 L 386.8114 430.2731 L 386.5574 430.4143 L 386.4387 430.4757 L 386.3891 430.6033 L 386.0244 430.7644 L 385.5852 430.8512 L 385.3255 431.1362 L 384.8601 431.2413 L 384.5583 431.3341 L 384.2606 431.5261 L 383.8911 431.6306 L 383.4581 431.7514 L 383.1426 431.9414 L 382.8691 432.0839 L 382.5131 432.1274 L 382.5529 432.2879 L 382.456 432.3011 L 382.125 432.4634 L 381.7092 432.5956 L 381.2708 432.5798 L 380.903 432.676 L 380.4999 432.7362 L 380.1959 432.8469 L 380.2082 432.9282 L 380.1349 432.8644 L 379.8018 433.0444 L 379.2877 433.0082 L 378.9247 433.1247 L 378.6037 433.3277 L 378.1706 433.3493 L 377.8522 433.3182 L 377.7194 433.3544 L 377.5817 433.4396 L 377.1382 433.4576 L 376.631 433.5071 L 376.1777 433.4922 L 375.7084 433.4476 L 375.3047 433.478 L 374.8959 433.2765 L 374.8791 433.3479 L 374.8543 433.306 L 374.3461 433.4054 L 373.8976 433.3398 L 373.4516 433.4173 L 372.9868 433.2176 L 372.5035 433.2771 L 372.1763 433.262 L 372.2173 432.9522 L 372.0097 432.6162 L 372.1319 432.3433 L 372.0569 432.0403 L 372.0494 431.7577 L 372.5647 431.8683 L 373.0759 431.7903 L 373.5314 431.8809 L 374 431.9511 L 374.4062 431.8749 L 374.7927 431.9375 L 375.2602 431.9067 L 375.732 431.8981 L 376.1424 431.9468 L 376.5414 431.8437 L 376.9746 431.9575 L 377.3244 432.0623 L 377.7735 431.8698 L 378.1643 431.7215 L 378.6024 431.6372 L 379.0082 431.6072 L 379.3998 431.5535 L 379.755 431.3956 L 380.1817 431.3618 L 380.5527 431.2417 L 380.8495 430.9902 L 381.1846 430.9084 L 381.4425 430.896 L 381.8175 430.7766 L 382.1118 430.5737 L 382.5165 430.4851 L 382.9347 430.3985 L 383.253 430.2878 L 383.4495 430.1902 L 383.6867 429.915 L 384.0236 429.7626 L 384.4389 429.7181 L 384.7783 429.5925 L 385.0709 429.4255 L 385.1944 429.122 L 385.4905 428.9249 L 385.8263 428.75 L 386.0461 428.5724 L 386.2594 428.3928 L 386.4514 428.2071 L 386.6665 427.9127 L 386.9517 427.7056 L 387.3264 427.5113 L 387.3723 427.1871 L 387.641 427.0106 L 387.8556 426.7658 L 388.1231 426.5414 L 388.1721 426.2439 L 388.3109 425.9701 L 388.364 425.718 L 388.7115 425.6231 L 388.6726 425.2286 L 388.8079 424.9331 L 388.9454 424.6273 L 389.3539 424.447 L 389.4701 424.2075 L 389.3695 423.8609 L 389.5818 423.5651 L 389.5561 423.2778 L 389.7555 423.0167 L 389.7714 422.7752 L 389.778 422.4657 L 389.8204 422.1731 L 389.9627 421.9118 L 389.96 421.6247 L 389.8121 421.3414 L 389.8123 421.0485 L 389.8911 420.7557 L 389.7202 420.4619 L 389.9695 420.1631 L 389.9021 419.909 L 389.7151 419.7331 L 389.5908 419.4066 L 389.7261 419.115 L 389.7092 418.8343 L 389.6578 418.5546 L 389.6324 418.2659 L 389.3584 418.0356 L 389.2637 417.6872 L 388.9998 417.3584 L 388.7755 417.0597 L 388.8956 416.7271 L 388.557 416.5162 L 388.7112 416.4705 L 388.5498 416.4918 L 388.4623 416.2053 L 388.1891 415.9586 L 388.3058 415.6315 L 387.8738 415.4034 L 387.8179 415.2097 L 387.5427 414.9122 L 387.2278 414.609 L 387.0731 414.2772 L 386.8721 414.017 L 386.66 413.7774 L 386.1997 413.6425 L 386.0081 413.3738 L 385.6886 413.1796 L 385.4601 412.9349 L 385.2252 412.6834 L 385.0086 412.4714 L 384.5911 412.237 L 384.2789 411.9784 L 383.7355 411.9248 L 383.3759 411.6057 L 383.2262 411.6 L 382.8208 411.44 L 382.3354 411.2236 L 382.003 410.9682 L 381.5326 410.8439 L 381.2599 410.623 L 380.7624 410.5919 L 380.4013 410.4203 L 379.9097 410.3961 L 379.5376 410.2257 L 379.1151 410.1482 L 378.7881 410.227 L 378.4686 409.9763 L 378.0952 409.8535 L 377.6838 409.8682 L 377.2937 409.7669 L 376.9301 409.6109 L 376.5624 409.7155 L 376.1341 409.6123 L 375.7216 409.656 L 375.3171 409.6906 L 374.912 409.6525 L 374.4959 409.4934 L 374.0853 409.5541 L 373.7295 409.497 L 373.2635 409.4975 L 372.8191 409.5847 L 372.36 409.6315 L 371.9763 409.7378 L 371.5469 409.6704 L 371.1852 409.6424 L 370.8514 409.8552 L 370.3628 409.8048 L 370.1 410.0877 L 369.6395 410.0697 L 369.2754 410.2127 L 368.9763 410.3461 L 368.622 410.277 L 368.3347 410.545 L 367.9523 410.7057 L 367.6249 410.9291 L 367.3407 411.1212 L 366.9963 411.2684 L 366.652 411.3199 L 366.2905 411.5242 L 366.0099 411.7151 L 365.8575 411.9776 L 365.5925 412.1734 L 365.36 412.398 L 365.1163 412.5773 L 364.7521 412.7811 L 364.7145 413.1553 L 364.2894 413.2718 L 364.1228 413.5238 L 363.9722 413.7939 L 363.6708 413.9362 L 363.4997 414.2306 L 363.4791 414.5826 L 363.2639 414.8259 L 363.2014 415.1467 L 363.2353 415.4472 L 363.158 415.6939 L 363.1334 416.0097 L 362.8797 416.2868 L 362.9324 416.6165 L 362.8161 416.9293 L 362.6538 417.1949 L 362.7981 417.4554 L 362.8884 417.7412 L 362.8083 418.034 L 363.0619 418.354 L 363.0385 418.6409 L 363.0085 418.9306 L 362.9533 419.2313 L 363.191 419.4316 L 363.383 419.7071 L 363.3298 419.9961 L 363.4561 420.3206 L 363.5327 420.6053 L 363.6631 420.8955 L 363.7496 421.0782 L 363.841 421.4006 L 364.0632 421.6927 L 364.3691 421.9611 L 364.6351 422.1918 L 364.7819 422.4728 L 364.7806 422.7709 L 365.2734 422.8916 L 365.4623 423.2284 L 365.8703 423.3719 L 366.0121 423.6647 L 366.4245 423.7997 L 366.5185 424.1292 L 366.7759 424.3649 L 367.255 424.4654 L 367.586 424.725 L 368.0668 424.795 L 368.5352 424.9042 L 368.9091 425.0504 L 369.1382 425.2992 L 369.6305 425.3544 L 370.1116 425.4141 L 370.4971 425.525 L 370.8764 425.6359 L 371.2459 425.7715 L 371.6493 425.8531 L 371.9968 425.9745 L 372.4361 425.9786 L 372.8636 425.9868 L 373.276 425.8758 L 373.7116 426.0453 L 374.0607 426.057 L 374.487 425.993 L 374.7745 426.0885 L 375.1557 425.8798 L 375.6008 425.8645 L 376.0578 425.8557 L 376.4982 425.7414 L 376.8623 425.6786 L 377.2489 425.5397 L 377.5491 425.299 L 378.0543 425.2458 L 378.2822 424.978 L 378.5991 424.9203 L 378.8831 424.6421 L 379.4132 424.5168 L 379.5616 424.1567 L 379.8481 424.0378 L 380.0603 423.8152 L 380.368 423.6217 L 380.3796 423.3222 L 380.6688 423.1139 L 380.7837 422.8687 L 380.7559 422.5241 L 380.9217 422.2241 L 380.9833 421.9437 L 381.0219 421.6478 L 381.1408 421.4908 L 381.0897 421.1989 L 381.2612 420.9218 L 381.2379 420.6395 L 381.1836 420.348 L 381.2433 420.1131 L 381.165 419.7891 L 381.2308 419.5047 L 381.1592 419.2258 L 381.1153 418.9388 L 380.9014 418.6976 L 380.7517 418.347 L 380.5035 418.0677 L 380.3448 417.7376 L 379.9601 417.577 L 379.8176 417.2131 L 379.428 416.9931 L 379.1955 416.6904 L 379.0564 416.5759 L 378.5997 416.2845 L 378.1055 416.0607 L 377.8586 415.8988 L 377.3954 415.8984 L 377.0289 415.7293 L 376.7718 415.6708 L 376.2362 415.5828 L 375.7841 415.4662 L 375.3341 415.5606 L 374.8695 415.5808 L 374.464 415.6093 L 374.0802 415.5295 L 373.5982 415.7131 L 373.2967 415.8179 L 372.9193 415.9059 L 372.6035 416.0827 L 372.2123 416.1228 L 372.0437 416.4006 L 371.9627 416.641 L 371.7469 416.83 L 372.1739 416.5788 L 372.714 416.6535 L 372.9889 416.3997 L 373.4134 416.4431 L 373.7976 416.3789 L 374.1988 416.3027 L 374.5921 416.3929 L 375.0267 416.4191 L 375.4712 416.5942 L 375.9163 416.7245 L 376.3098 416.8375 L 376.5767 417.0864 L 376.8878 417.2731 L 377.3401 417.3739 L 377.6025 417.6121 L 377.7026 417.9042 L 377.6949 417.9053 L 377.7572 417.9799 L 378.0342 418.049 L 378.2303 418.3894 L 378.5277 418.7811 L 378.7798 418.9426 L 378.7196 419.1309 L 378.9095 419.2702 L 378.869 419.5973 L 378.9001 419.9158 L 379.0373 420.2294 L 379.1177 420.5623 L 379.1366 420.8589 L 378.9679 421.0741 L 378.9949 421.2356 L 379.0148 421.4153 L 378.8118 421.6709 L 378.6184 421.9223 L 378.6317 422.2357 L 378.3551 422.4526 L 378.3482 422.7614 L 378.1569 422.9696 L 377.9618 423.2049 L 377.8083 423.3434 L 377.6178 423.5473 L 377.1435 423.7268 L 376.7689 423.8549 L 376.5259 423.9745 L 376.103 424.0415 L 375.8708 424.2402 L 375.4489 424.2127 L 375.1784 424.2882 L 374.9967 424.4523 L 374.7108 424.414 L 374.2658 424.5058 L 373.8263 424.3798 L 373.3979 424.3827 L 372.973 424.4779 L 372.5469 424.3884 L 372.1981 424.332 L 371.8495 424.3681 L 371.5158 424.339 L 371.2725 424.334 L 371.1049 424.1708 L 370.6964 423.9894 L 370.2273 423.9087 L 369.75 423.8418 L 369.4141 423.5502 L 368.9794 423.5184 L 368.6352 423.3311 L 368.3593 423.1288 L 368.0557 423.0869 L 367.889 422.9113 L 367.4985 422.6941 L 367.4707 422.3289 L 367.2001 422.0499 L 366.8003 421.8712 L 366.6655 421.6077 L 366.5667 421.6209 L 366.5561 421.5989 L 366.4126 421.2753 L 366.2823 420.94 L 365.8422 420.7621 L 365.7156 420.4634 L 365.6563 420.2531 L 365.6114 420.1128 L 365.5812 419.9777 L 365.4327 419.6807 L 365.2229 419.3882 L 365.299 419.0888 L 365.2836 418.8418 L 365.3967 418.5925 L 365.2435 418.379 L 365.3073 418.3584 L 365.3056 418.3393 L 365.2147 418.0249 L 365.0821 417.708 L 364.994 417.383 L 365.252 417.1057 L 365.0806 416.828 L 365.1452 416.7186 L 365.1125 416.596 L 365.4093 416.3607 L 365.3041 416.0315 L 365.4968 415.7747 L 365.7082 415.5151 L 365.7773 415.2684 L 365.7892 415.2134 L 365.9042 415.0725 L 365.8866 414.9588 L 366.0843 414.7007 L 366.3311 414.4495 L 366.4286 414.1367 L 366.6057 413.8332 L 366.7308 413.5534 L 366.7454 413.6258 L 366.9848 413.4482 L 367.2455 413.1989 L 367.6628 413.059 L 367.839 412.7296 L 368.1254 412.5344 L 368.3115 412.3383 L 368.5645 412.4442 L 368.6227 412.4083 L 368.9643 412.2639 L 369.225 412.0491 L 369.6402 411.9056 L 369.9103 411.6882 L 370.3011 411.575 L 370.4304 411.3767 L 370.612 411.3073 L 370.821 411.2865 L 371.3138 411.3283 L 371.802 411.3531 L 372.1496 411.1906 L 372.5491 411.1591 L 372.9237 411.0306 L 373.2736 411.0392 L 373.3731 411.0019 L 373.4848 411.0001 L 373.9456 410.9517 L 374.409 411.0024 L 374.8725 411.0688 L 375.3398 411.1079 L 375.7279 410.9738 L 376.1428 411.0453 L 376.5136 410.9644 L 376.6905 411.1179 L 376.833 411.1953 L 377.3194 411.1631 L 377.6791 411.4036 L 378.0868 411.5069 L 378.5268 411.5174 L 378.8957 411.6921 L 379.3484 411.687 L 379.6732 411.8123 L 379.9406 411.951 L 380.0059 412.0132 L 380.1113 412.0068 L 380.4609 412.1904 L 380.9379 412.292 L 381.3472 412.3758 L 381.6391 412.6031 L 382.0197 412.7145 L 382.449 412.7767 L 382.7478 412.9789 L 382.9291 413.0428 L 382.9259 413.2302 L 383.3359 413.4123 L 383.602 413.6687 L 383.9665 413.86 L 384.3091 414.0593 L 384.4529 414.3753 L 384.6731 414.578 L 384.9786 414.7296 L 385.2064 414.9075 L 385.2328 414.9965 L 385.432 415.0163 L 385.5113 415.3285 L 385.7604 415.5724 L 385.8985 415.9053 L 386.1147 416.1576 L 386.3626 416.4022 L 386.5587 416.6763 L 386.7428 416.8453 L 386.7185 416.9773 L 386.871 417.074 L 387.0765 417.3777 L 386.8966 417.7105 L 387.2423 418.0022 L 387.2874 418.3278 L 387.3323 418.6118 L 387.5095 418.8747 L 387.2638 418.9092 L 387.4956 418.9118 L 387.5673 419.2348 L 387.4405 419.564 L 387.4462 419.8856 L 387.7003 420.1989 L 387.6275 420.4828 L 387.6597 420.7685 L 387.674 421.0346 L 387.7984 421.1451 L 387.8268 421.2486 L 387.7604 421.54 L 387.7991 421.8414 L 387.6858 422.1126 L 387.4549 422.362 L 387.5574 422.6687 L 387.4467 422.9508 L 387.2162 423.1171 L 387.3167 423.1585 L 387.3497 423.2256 L 387.3775 423.4659 L 387.1149 423.7389 L 387.1706 424.0392 L 387.0641 424.3558 L 386.7621 424.5868 L 386.8122 424.9043 L 386.5685 425.0465 L 386.6195 425.1855 L 386.5818 425.3161 L 386.2995 425.5359 L 386.0193 425.7501 L 385.7725 425.9777 L 385.6533 426.2729 L 385.3006 426.3866 L 385.3017 426.6835 L 385.1093 426.8408 L 385.0752 426.8584 L 385.0926 426.9061 L 384.6368 427.0311 L 384.358 427.2584 L 384.2528 427.5907 L 383.8977 427.7831 L 383.6812 428.0807 L 383.3106 428.1715 L 383.1752 428.1962 L 383.0715 428.2332 L 382.8575 428.5231 L 382.4475 428.6086 L 382.1229 428.7693 L 381.7752 428.9037 L 381.3917 429.0084 L 381.1486 429.2686 L 380.8553 429.3002 L 380.7873 429.3429 L 380.7672 429.4654 L 380.381 429.6368 L 379.8605 429.596 L 379.5242 429.8339 L 379.0541 429.8799 L 378.6723 429.9562 L 378.3816 430.1897 L 377.987 430.1536 L 377.9031 430.3259 L 377.7149 430.3076 L 377.2893 430.3558 L 376.8645 430.3625 L 376.4335 430.3073 L 376.0131 430.3043 L 375.5915 430.3428 L 375.2109 430.2485 L 374.9824 430.4515 L 374.9102 430.279 L 374.8785 430.3677 L 374.4005 430.2288 L 373.9533 430.424 L 373.4882 430.3868 L 373.0061 430.2298 L 372.6064 430.3205 L 372.1781 430.2093 L 371.8551 430.2252 L 371.7101 430.2679 L 371.577 430.2038 L 371.0707 430.2357 L 370.6603 429.9918 L 370.2451 429.9581 L 369.8129 429.962 L 369.4496 429.733 L 369.1094 429.7878 L 368.7211 429.534 L 368.1953 429.5958 L 367.7933 429.3258 L 367.3706 429.2405 L 366.943 429.1605 L 366.6269 429.0395 L 366.4978 429.0448 L 366.3239 429.0808 L 365.9047 428.9842 L 365.5609 428.8085 L 365.2803 428.5629 L 364.9391 428.3859 L 364.4705 428.3432 L 364.3139 428.0796 L 364.2596 428.0796 L 364.2322 428.0499 L 363.7582 427.9954 L 363.4436 427.7991 L 363.1312 427.6081 L 362.7482 427.4847 L 362.4487 427.2687 L 362.1285 427.1109 L 362.0292 427.0289 L 362.0062 426.9092 L 361.6361 426.6893 L 361.3637 426.4173 L 361.1487 426.1087 L 360.7485 425.9606 L 360.6433 425.6429 L 360.1946 425.5386 L 360.2347 425.4803 L 360.2898 425.4204 L 359.8435 425.2164 L 359.6597 424.9514 L 359.5837 424.6423 L 359.2434 424.3827 L 359.0149 424.1183 L 358.8478 424.0226 L 358.7073 423.9366 L 358.6561 423.7859 L 358.5862 423.4583 L 358.4257 423.1432 L 358.2976 422.8684 L 358.1364 422.5911 L 357.8273 422.4092 L 357.8244 422.099 L 357.6118 421.8413 L 357.3141 421.6063 L 357.2929 421.3078 L 357.2204 421.0115 L 357.0409 420.8359 L 356.9269 420.7269 L 356.8819 420.6365 L 356.9602 420.3151 L 356.7938 420.0001 L 356.6955 419.6952 L 356.5782 419.3746 L 356.6955 419.0844 L 356.7483 418.8039 L 356.618 418.7878 L 356.4894 418.7585 L 356.603 418.4292 L 356.4797 418.1475 L 356.484 417.8163 L 356.3936 417.5274 L 356.5184 417.229 L 356.5228 417.0365 L 356.3301 416.949 L 356.4749 416.8845 L 356.3516 416.5511 L 356.5019 416.2603 L 356.4989 415.7772 L 356.6342 415.6437 L 356.7895 415.399 L 356.6637 415.0702 L 356.867 414.7757 L 356.9503 414.4427 L 357.0631 414.1351 L 357.1469 413.9131 L 357.1039 413.795 L 357.0682 413.7415 L 357.1582 413.4557 L 357.3339 413.2012 L 357.6403 412.9881 L 357.8136 412.7286 L 357.8795 412.4868 L 357.8594 412.2532 L 357.9468 412.2662 L 358.0769 412.2959 L 357.9955 411.9131 L 358.369 411.7361 L 358.4479 411.4061 L 358.6093 411.1499 L 358.9076 410.9288 L 358.8017 410.6824 L 359.001 410.6616 L 358.8903 410.4985 L 359.1996 410.3043 L 359.5877 410.1589 L 359.6952 409.8561 L 360.0724 409.6957 L 360.3249 409.5222 L 360.3138 409.3031 L 360.6296 409.0692 L 360.8803 408.853 L 361.2934 408.6747 L 361.345 408.3299 L 361.66 408.2034 L 361.9507 408.0833 L 362.0513 407.8945 L 362.1907 407.9882 L 362.4756 407.7452 L 362.8676 407.61 L 363.2812 407.4829 L 363.5638 407.1903 L 363.9219 407.1552 L 364.1554 406.8968 L 364.5364 406.8042 L 364.8889 406.5999 L 365.2971 406.506 L 365.6162 406.4108 L 365.8699 406.2613 L 365.9312 406.2102 L 366.0077 406.1715 L 366.3724 406.0617 L 366.8161 405.9728 L 367.2324 405.9544 L 367.5407 405.7655 L 367.8925 405.6255 L 368.2041 405.5268 L 368.3275 405.6669 L 368.3157 405.5839 L 368.7381 405.5711 L 369.1533 405.4224 L 369.4776 405.2333 L 369.9439 405.302 L 370.3062 405.148 L 370.5662 405.0698 L 370.7283 405.0675 L 370.8773 404.9884 L 371.3311 405.0782 L 371.8504 405.156 L 372.2905 405.033 L 372.7582 405.0599 L 373.1646 405.0586 L 373.5515 405.0309 L 373.5888 405.2026 L 373.6043 404.9957 L 374.1187 405.1293 L 374.567 405.1884 L 375.0165 405.2387 L 375.4748 405.1987 L 375.9566 405.0812 L 376.2746 405.2158 L 376.3497 405.5239 L 376.4203 405.8544 L 376.4865 406.1412 L 376.4397 406.4265 L 376.5464 406.6866 L 375.8984 406.6032 L 375.386 406.6284 L 374.9306 406.541 L 374.4619 406.4631 L 374.0551 406.5141 L 373.6681 406.5029 L 373.2075 406.6165 L 372.7316 406.5829 L 372.3249 406.573 L 371.9109 406.5208 L 371.4984 406.6247 L 371.1595 406.4668 L 370.7482 406.7116 L 370.2364 406.6334 L 369.8447 406.8047 L 369.4472 406.85 L 369.1447 407.0564 L 368.6978 407.0603 L 368.2703 407.0928 L 368.0036 407.3752 L 367.5932 407.4499 L 367.2215 407.4749 L 367.0366 407.595 L 366.6992 407.7507 L 366.2602 407.8036 L 365.8887 407.9266 L 365.6509 408.2004 L 365.2783 408.2546 L 365.1469 408.4201 L 364.6484 408.4254 L 364.3054 408.5717 L 364.0693 408.8001 L 363.8127 409.0106 L 363.3557 409.023 L 363.1999 409.3103 L 362.9562 409.5375 L 362.6939 409.7545 L 362.3372 409.8537 L 362.1782 410.0643 L 361.9881 410.2512 L 361.8171 410.5705 L 361.4576 410.736 L 361.3311 411.0694 L 361.1089 411.2948 L 360.7841 411.447 L 360.6581 411.7228 L 360.3694 411.9402 L 360.279 412.2237 L 360.1468 412.4996 L 359.8745 412.6778 L 359.9559 412.9137 L 359.6482 413.1993 L 359.4259 413.4681 L 359.2981 413.7769 L 359.2821 414.078 L 359.2354 414.3171 L 359.1238 414.6154 L 358.8571 414.9029 L 358.9097 415.1943 L 358.934 415.4895 L 358.9004 415.7285 L 358.8564 416.0334 L 358.6869 416.3056 L 358.5974 416.5755 L 358.649 416.8703 L 358.5483 417.1271 L 358.4934 417.4225 L 358.5532 417.7165 L 358.6093 418.0092 L 358.5609 418.3095 L 358.5071 418.5624 L 358.643 418.7416 L 358.6936 418.906 L 358.6264 419.3619 L 358.7574 419.6372 L 358.9067 419.9124 L 358.9377 420.2008 L 359.0436 420.4451 L 359.1142 420.8036 L 359.3889 421.13 L 359.5655 421.4394 L 359.7873 421.6951 L 359.8529 421.9313 L 359.7542 422.0006 L 359.8153 421.9994 L 359.9283 422.2808 L 360.3047 422.5068 L 360.2717 422.8173 L 360.4053 423.1049 L 360.6591 423.2569 L 360.7668 423.6301 L 361.1784 423.8887 L 361.417 424.1819 L 361.6451 424.4295 L 361.8217 424.6848 L 362.1139 424.9103 L 362.4183 425.1177 L 362.7928 425.2819 L 363.0168 425.5291 L 363.128 425.848 L 363.4193 426.0268 L 363.9253 426.1831 L 364.2281 426.4507 L 364.5839 426.6846 L 365.0237 426.7665 L 365.2269 427.0421 L 365.6714 427.1564 L 366.1664 427.2012 L 366.5554 427.3884 L 366.898 427.6666 L 367.2792 427.7125 L 367.6777 427.9402 L 368.1036 427.9387 L 368.5496 428.0847 L 368.9478 428.1856 L 369.3361 428.3541 L 369.6282 428.3688 L 369.9886 428.5107 L 370.385 428.5693 L 370.7828 428.5925 L 371.156 428.741 L 371.5671 428.7646 L 371.9013 428.8983 L 372.328 428.852 L 372.7436 428.8477 L 373.1537 428.8847 L 373.5608 428.9473 L 373.9541 428.8148 L 374.3776 428.9176 L 374.7308 428.9594 L 375.1934 428.9453 L 375.6396 428.868 L 376.0935 428.7942 L 376.4895 428.7512 L 376.9111 428.7795 L 377.2894 428.8564 L 377.583 428.5738 L 378.0446 428.5832 L 378.4007 428.442 L 378.8478 428.4397 L 379.1396 428.1868 L 379.4624 428.0895 L 379.8148 428.1653 L 380.059 427.859 L 380.4679 427.7244 L 380.843 427.5479 L 381.2376 427.4644 L 381.4527 427.1899 L 381.7295 427.0925 L 382.0361 426.8663 L 382.4627 426.7628 L 382.5702 426.4733 L 382.8509 426.287 L 383.1054 426.0755 L 383.2316 425.8313 L 383.5059 425.5848 L 383.7244 425.3044 L 384.0874 425.1557 L 384.3048 424.9301 L 384.5501 424.7091 L 384.7102 424.5619 L 384.7104 424.1868 L 384.9775 423.9225 L 384.95 423.5923 L 385.1157 423.2937 L 385.3905 423.0596 L 385.4419 422.8038 L 385.2744 422.4534 L 385.3432 422.1462 L 385.431 421.8395 L 385.5012 421.5192 L 385.6939 421.2586 L 385.6414 421.0229 L 385.6726 420.7258 L 385.6253 420.4393 L 385.499 420.1129 L 385.6287 419.8206 L 385.3292 419.5474 L 385.3144 419.2501 L 385.237 419.0429 L 385.2541 418.7509 L 385.0936 418.4793 L 385.139 418.1408 L 384.8596 417.8728 L 385.0171 417.5591 L 384.7544 417.3466 L 384.5851 417.0286 L 384.2796 416.8209 L 384.2451 416.4585 L 383.9393 416.2416 L 383.8784 415.9308 L 383.674 415.7049 L 383.2734 415.5315 L 382.8988 415.3029 L 382.7437 415.012 L 382.4545 414.8051 L 382.138 414.6141 L 381.8358 414.406 L 381.636 414.1523 L 381.2796 413.9131 L 380.787 413.8644 L 380.3927 413.6816 L 380.007 413.4645 L 379.6674 413.2735 L 379.3167 413.1872 L 378.847 413.083 L 378.3923 412.9609 L 377.979 412.916 L 377.6168 412.7643 L 377.2085 412.7208 L 376.7969 412.6585 L 376.4769 412.5821 L 376.0241 412.4586 L 375.6091 412.6039 L 375.1772 412.4766 L 374.7646 412.5885 L 374.4049 412.4465 L 373.9778 412.5009 L 373.7132 412.4753 L 373.2619 412.4739 L 372.8537 412.5853 L 372.4158 412.644 L 371.9569 412.7098 L 371.6329 412.8401 L 371.1569 412.8744 L 370.8033 413.0612 L 370.3868 413.204 L 370.0545 413.3664 L 369.7821 413.4843 L 369.4036 413.702 L 369.0853 413.9806 L 368.787 414.2322 L 368.5383 414.3953 L 368.2543 414.6036 L 368.2118 414.9489 L 368.0215 415.1275 L 367.8767 415.3873 L 367.7003 415.6092 L 367.626 415.928 L 367.4193 416.218 L 367.5419 416.5432 L 367.2734 416.7832 L 367.1678 416.9816 L 367.3717 417.2729 L 367.1053 417.548 L 367.2841 417.8335 L 367.3199 418.1246 L 367.3605 418.3582 L 367.3661 418.6845 L 367.5416 418.9608 L 367.3356 419.2454 L 367.4269 419.5314 L 367.5066 419.7851 L 367.7141 420.1237 L 368.0639 420.3676 L 368.1435 420.7252 L 368.3089 420.9683 L 368.6351 421.2628 L 368.8477 421.5541 L 369.343 421.7511 L 369.5218 421.962 L 369.7939 422.2919 L 370.2392 422.4293 L 370.6109 422.563 L 371.054 422.5937 L 371.3963 422.7995 L 371.7224 422.8172 L 372.2272 422.9226 L 372.6747 422.8201 L 373.1272 422.844 L 373.5952 422.985 L 374.0001 422.9291 L 374.4429 423.0805 L 374.7871 422.8262 L 375.2725 422.7813 L 375.6017 422.6356 L 375.8079 422.4877 L 376.2785 422.3638 L 376.4872 422.0465 L 376.641 421.808 L 376.0613 421.8782 L 375.7292 421.9654 L 375.2183 422.01 L 374.7904 422.0712 L 374.3985 422.0491 L 374.016 422.0576 L 373.5401 422.0063 L 373.0842 421.9012 L 372.638 421.6209 L 372.0928 421.5525 L 371.7979 421.4506 L 371.6074 421.1647 L 371.2397 421.0095 L 370.9387 420.8001 L 370.7139 420.6465 L 370.7575 420.5651 L 370.5087 420.3039 L 370.1587 420.0637 L 369.9001 419.7729 L 369.6891 419.5271 L 369.6878 419.351 L 369.7067 419.1967 L 369.6092 418.8792 L 369.5725 418.5609 L 369.4416 418.242 L 369.5266 417.9038 L 369.4858 417.6078 L 369.4509 417.3992 L 369.4448 417.233 L 369.4516 417.0578 L 369.5 416.7519 L 369.6764 416.4949 L 369.8038 416.2273 L 369.9142 416.0084 L 370.1004 415.7579 L 370.2186 415.4857 L 370.4454 415.3011 L 370.5974 415.0922 L 370.9408 415.0391 L 371.2973 414.8788 L 371.5703 414.6293 L 371.9386 414.4995 L 372.3794 414.4537 L 372.599 414.24 L 373.0119 414.2569 L 373.1634 414.039 L 373.5079 414.1224 L 373.7514 414.0325 L 374.1975 413.9913 L 374.635 414.0241 L 375.0633 414.0137 L 375.4877 414.0596 L 375.9159 414.0836 L 376.2639 414.1053 L 376.6158 414.2191 L 376.9478 414.1761 L 377.1496 414.2737 L 377.4072 414.2265 L 377.8658 414.332 L 378.2018 414.614 L 378.6867 414.6693 L 379.1344 414.7919 L 379.4047 414.9121 L 379.7792 415.0538 L 380.0427 415.1931 L 380.5053 415.4698 L 380.6591 415.5262 L 380.8737 415.814 L 381.0712 416.1111 L 381.396 416.4327 L 381.5195 416.6581 L 381.908 416.8196 L 382.0132 417.087 L 381.7423 416.9301 L 382.1101 417.2313 L 382.3971 417.4563 L 382.4872 417.7562 L 382.8302 417.9795 L 382.7976 418.2218 L 382.8953 418.3514 L 382.9018 418.4937 L 383.0753 418.7901 L 383.0398 419.0876 L 383.2696 419.3808 L 383.2393 419.6287 L 383.3428 419.8736 L 383.2657 420.0919 L 383.3038 420.1133 L 383.2761 420.1349 L 383.2675 420.4472 L 383.1832 420.7598 L 383.3049 421.0887 L 383.1908 421.3657 L 383.2299 421.6407 L 383.2039 421.7384 L 383.2925 421.9006 L 383.2802 422.1662 L 382.9896 422.3991 L 383.0646 422.7211 L 382.833 422.9758 L 382.7432 423.2174 L 382.5956 423.3604 L 382.6028 423.4124 L 382.6608 423.4861 L 382.45 423.7966 L 382.1899 424.043 L 382.043 424.3381 L 381.9196 424.6037 L 381.7225 424.915 L 381.6208 424.9557 L 381.6355 425.1374 L 381.2003 425.2604 L 380.8021 425.4141 L 380.5511 425.6894 L 380.1846 425.8266 L 380.1082 425.9421 L 380.0504 426.1571 L 379.8161 426.199 L 379.4958 426.205 L 379.3196 426.505 L 378.774 426.5169 L 378.5232 426.7539 L 378.2308 426.9664 L 378.0405 427.1031 L 377.8115 427.105 L 377.5761 427.0133 L 377.1716 427.2021 L 376.706 427.2361 L 376.3291 427.3222 L 375.9529 427.4143 L 375.5166 427.3818 L 375.177 427.4002 L 375.1069 427.5437 L 374.9842 427.5457 L 374.5077 427.4002 L 374.0565 427.5002 L 373.5929 427.4328 L 373.1361 427.5224 L 372.7346 427.4921 L 372.327 427.5104 L 371.9335 427.3118 L 371.7628 427.414 L 371.5877 427.3767 L 371.1492 427.2957 L 370.7557 427.1352 L 370.3266 427.0825 L 369.9697 426.8755 L 369.5765 426.918 L 369.1314 426.7452 L 368.752 426.7492 L 368.5169 426.5341 L 368.434 426.4982 L 368.3098 426.5199 L 367.8742 426.4485 L 367.4487 426.2796 L 367.2161 425.9653 L 366.8355 425.8536 L 366.4704 425.7221 L 366.1221 425.5542 L 365.6999 425.5131 L 365.5214 425.4398 L 365.4565 425.2887 L 365.1994 425.0176 L 364.9577 424.7469 L 364.6166 424.702 L 364.139 424.3281 L 363.8994 424.1612 L 363.7732 423.9038 L 363.3931 423.7956 L 363.3047 423.5364 L 363.181 423.4978 L 363.085 423.437 L 362.9346 423.1494 L 362.8258 422.8568 L 362.4615 422.6024 L 362.191 422.3689 L 361.9399 422.1254 L 361.7623 421.8449 L 361.8542 421.5802 L 361.6237 421.5195 L 361.4922 421.4062 L 361.5656 421.0797 L 361.4862 420.768 L 361.3548 420.4719 L 361.3716 420.1282 L 361.1633 419.8445 L 361.0656 419.5751 L 360.9649 419.5782 L 361.025 419.5572 L 360.8715 419.2384 L 360.8031 418.919 L 360.9968 418.5874 L 360.8196 418.2783 L 360.7791 417.992 L 360.744 417.7065 L 360.6813 417.4428 L 360.7639 417.3415 L 360.6676 417.2285 L 360.8395 416.9544 L 360.7417 416.6433 L 360.7819 416.3602 L 360.9657 416.1031 L 360.9495 415.8365 L 360.8799 415.4989 L 361.2113 415.3491 L 360.9472 415.2758 L 360.9713 415.2503 L 361.181 414.9923 L 361.1987 414.7009 L 361.2565 414.4251 L 361.3435 414.1042 L 361.6378 413.8716 L 361.6517 413.5679 L 361.8301 413.4117 L 361.7151 413.241 L 361.8805 413.1556 L 362.1589 412.9338 L 362.2998 412.6475 L 362.5766 412.4354 L 362.7629 412.175 L 363.1101 412.0584 L 363.2819 411.8512 L 363.4914 411.7027 L 363.4886 411.6699 L 363.4175 411.5943 L 363.8115 411.4322 L 363.9915 411.1457 L 364.3028 410.9368 L 364.7049 410.7726 L 364.8474 410.4307 L 364.9948 410.2063 L 365.2043 410.2122 L 365.3849 410.2326 L 365.7195 410.0614 L 365.972 409.8209 L 366.3176 409.6808 L 366.6 409.4822 L 367.0615 409.4542 L 367.3818 409.27 L 367.5312 409.0968 L 367.6103 409.0505 L 367.7478 409.086 L 368.1787 408.9825 L 368.5108 408.7372 L 368.9548 408.6629 L 369.3916 408.5663 L 369.7107 408.3948 L 370.1232 408.3463 L 370.4255 408.2422 L 370.641 408.3405 L 370.7525 408.1888 L 371.1924 408.2142 L 371.6226 408.2356 L 372.0366 408.2028 L 372.443 408.1338 L 372.8878 408.2152 L 373.2473 408.201 L 373.4822 408.0308 L 373.5462 408.1472 L 373.5842 408.1051 L 374.059 408.204 L 374.5111 408.0718 L 374.9824 408.1881 L 375.4551 408.2241 L 375.8611 408.2136 L 376.2748 408.138 L 376.6095 408.2719 L 376.763 408.1264 L 376.9103 408.1992 L 377.3381 408.3866 L 377.8359 408.386 L 378.2421 408.445 L 378.5854 408.6896 L 379.0356 408.6758 L 379.2972 408.8404 L 379.7919 408.8034 L 380.2762 408.8522 L 380.7228 409.0033 L 381.13 409.1297 L 381.5353 409.2693 L 381.8323 409.4415 L 382.0234 409.4874 L 382.0499 409.4978 L 382.4726 409.5903 L 382.8341 409.7447 L 383.1374 409.963 L 383.4943 410.121 L 383.9848 410.1374 L 384.2578 410.2607 L 384.3189 410.2678 L 384.2718 410.382 L 384.7233 410.4582 L 384.9692 410.7206 L 385.211 410.9796 L 385.7062 410.995 L 386.0265 411.1909 L 386.2337 411.4575 L 386.4371 411.4402 L 386.549 411.5121 L 386.8913 411.7472 L 387.1016 412.0529 L 387.2909 412.2155 L 387.5226 412.4554 L 387.8599 412.8067 L 388.0618 413.0453 L 388.076 413.0676 L 388.207 413.0355 L 388.6151 413.2572 L 388.608 413.6102 L 388.9929 413.7769 L 389.1682 414.1125 L 389.4859 414.3359 L 389.5812 414.5383 L 389.7787 414.5789 L 389.7364 414.6998 L 389.898 415.0091 L 390.0877 415.3184 L 390.2265 415.591 L 390.3644 415.873 L 390.5311 416.0847 L 390.6658 416.3665 L 390.8121 416.6391 L 391.1403 416.8672 L 391.1873 417.16 L 391.3321 417.4399 L 391.4378 417.6682 L 391.5639 417.7411 L 391.5832 417.835 L 391.5419 418.1547 L 391.4677 418.4735 L 391.6027 418.7841 L 391.6009 419.1103 L 391.8976 419.3812 L 391.7268 419.6672 L 391.8056 419.6881 L 391.9122 419.7129 L 391.9324 420.0427 L 391.9546 420.3241 L 391.8771 420.655 L 391.9068 420.9436 L 391.9648 421.2434 L 391.9816 421.436 L 392.077 421.5166 L 392.0715 421.6005 L f u *u 0 R 0 G 0.16 w 357.5561 397.7361 m 357.5561 396.5075 357.93 396.0955 358.8991 396.0955 c 360.7915 396.0955 L 360.7915 395.1416 L 358.8457 395.1416 L 358.1818 395.1416 357.6705 395.195 357.1364 395.6223 c 356.5717 396.0726 356.297 396.7899 356.297 397.7819 c 356.297 399.7201 357.1135 400.6205 358.8762 400.6205 c 360.7915 400.6205 L 360.7915 399.6819 L 358.8991 399.6819 l 357.93 399.6819 357.5561 399.0944 357.5561 397.7361 c b *U *u 365.5465 400.7274 m 367.4084 400.7274 368.2783 399.8193 368.2783 397.8811 c 368.2783 395.9429 367.4084 395.0271 365.5465 395.0271 c 363.6617 395.0271 362.8147 395.9429 362.8147 397.9345 c 362.8147 399.8193 363.7075 400.7274 365.5465 400.7274 c b 1 D 364.0737 397.9268 m 364.0737 396.5915 364.5163 395.9734 365.5465 395.9734 c 366.5614 395.9734 367.0269 396.5915 367.0269 397.8811 c 367.0269 399.1707 366.5614 399.7888 365.5465 399.7888 c 364.5545 399.7888 364.0737 399.1707 364.0737 397.9268 c b *U *u 0 D 372.3747 399.6438 m 371.7718 399.6438 371.4895 399.4301 371.4895 398.9265 c 371.4895 398.5297 371.7337 398.3313 372.2144 398.3313 c 373.7406 398.3313 L 374.9615 398.3313 375.4881 397.9268 375.4881 396.7822 c 375.4881 395.63 374.8699 395.1416 373.5727 395.1416 c 370.5051 395.1416 L 370.5051 396.1183 L 373.3896 396.1183 L 374 396.1183 374.2824 396.2633 374.2824 396.7364 c 374.2824 397.2248 374.0229 397.3698 373.4659 397.3698 c 372.1076 397.3698 L 370.8562 397.3698 370.2838 397.8429 370.2838 398.9418 c 370.2838 400.1322 370.9019 400.6205 372.2068 400.6205 c 375.221 400.6205 L 375.221 399.6438 L 372.3747 399.6438 l b *U *u 379.5668 400.6205 m 380.9632 396.416 L 382.3596 400.6205 L 384.046 400.6205 L 384.046 395.1416 L 382.9167 395.1416 L 383.0083 399.4072 L 381.6042 395.1416 L 380.3833 395.1416 L 378.9334 399.453 L 379.0478 395.1416 L 377.8727 395.1416 L 377.8727 400.6205 L 379.5668 400.6205 l b *U *u 389.0799 400.7274 m 390.9418 400.7274 391.8117 399.8193 391.8117 397.8811 c 391.8117 395.9429 390.9418 395.0271 389.0799 395.0271 c 387.1951 395.0271 386.3481 395.9429 386.3481 397.9345 c 386.3481 399.8193 387.2409 400.7274 389.0799 400.7274 c b 1 D 387.6072 397.9268 m 387.6072 396.5915 388.0498 395.9734 389.0799 395.9734 c 390.0948 395.9734 390.5603 396.5915 390.5603 397.8811 c 390.5603 399.1707 390.0948 399.7888 389.0799 399.7888 c 388.0879 399.7888 387.6072 399.1707 387.6072 397.9268 c b *U U U 1 w 0 D -4014 62.3333 m 4626 62.3333 L (N) * LB %AI5_EndLayer-- %%PageTrailer gsave annotatepage grestore showpage %%Trailer Adobe_IllustratorA_AI5 /terminate get exec Adobe_level2_AI5 /terminate get exec %%EOF %%EndDocument FMENDEPSF 0 0 0 1 0 0 0 K 375.27 410.93 474.27 473.93 R 0 0 0 1 0 0 0 K V 0.5 H 2 Z N 0 X %%BeginBinary: 8468 1482 723 74.09 36.15 0 386.36 413.19 BEGINBITMAPBWc J" R!E0J" R!FCJ" R!E1J" R!E3J" R!FF 9"f"J"f"J"f" F801O0FE07O*C003 J" R!C0J" R!FF J" R!C0 J" R!FF J" R!C0 9X J% O#F8000003J#8# O"F0000000J#;" O!FC0003J"<# O!80001FJ#=" O F80000J"?" O 800FJ#?" MFC0001J"@# ME0003F9"g>"g"="A"B"cAe" F0FC0F0007F07F9"B"J"B" E07F;FC00J"C" LF01FJ"C" L8007J#C" KFE0001J"D# KF8007FJ"E" KF00FJ"E" KC003J"E" K0001J"F# JFE007FJ"G" JF81FJ"G" JF007J"G" JC003J"G" J8000J"H" J003FJ"I" IFC1FJ"I" IF80FJ"I" IF003J"I" IE001J"I# IC0007FJ"J" I8043FJ"J" I0041FJ"J" HFE50FJ"J" HFC503J"J" HF8501J"J" HF0500J"J" HE067FJ"J" HC063FJ"J" H8061FJ"J" H0060FJ"J" GFE707J$J" E1FFFFC703J"J" GF8701J" O100J"J" GF087FJ"J" GE083FJ"J" GC081FJ" O20FJ" G80J"J" G00807J"J" FFE903J" O201J"J"J" FFC900P"J" J7FE0PIC0J#>"E"J" I01FFF801P9FFJ"?"J" I03FEPIC0J"?" I0FFFJ"@" I1FC0J"@"D" I7FE000J"@" IFFF0J"A" H01F8J"A"J" H07FCPHFFJ"A"J" H0FFEPHC0J"A" H1FFFJ"B"D" H3F807FJ"B" H7FC0J"B" HFFE0J"C" G01F0J" O'F8J" G03J"C"J" G07FCPGFFJ"C"D"J" G0FFE3FP8C0J"C" G1FFF J"D" G3F80J" G7FJ" O(C0J"D"J" GFFE0PFFFJ" R!C0J"E"J" F01F0PFFFJ" R!C0J"E" F03F8 J"J" F07=1FJ" O(FCJ" F0FJ"J" O(FEPFFFJ"J" F1FQ(C0J" R!FFJ"J" O(FFPFC0J" F3F J" O)80J"J" F7FQ(C3J" R!C0J"J" O)C0PEFFJ"J" FFFQ(C0 J" O)E0J" E01 J"J" O)F0PEFFJ"J" E03Q)C0 J" O)F8J"J& E07ODF00000007FJ#9# P;8000001FJ#;# P:C000003FJ#=" P9F00001J#># P8FE00000FJ"@" P8E000J#A" P7FE000FJ"B" P7E000J#C" P6FE001FJ"J"D"J" E0FO>F003O)FFJ"D#J" P680007FO(C0J#E" P5FC000FJ"J"F" O)FCO+E003J"F# P580007FJ#G" P4FC001FJ"H" P4F003J"H"J" P48000O'FFJ#I"J" P3FE003FO&C0J"J"J" P3F840FO&FFJ"J"J" P3E0403O&C0J"J" P380400J#J" P2FC0053FJ"J" P2F860FJ"J" P2E0603J"J" P280600J#J"J" P1FE0077FO$DFJ"J"J" P1F881FO$C0J"J" P1F0807J"J" P1C0803J"J" P100800J"J" P0FE:7FJ"J" P0F8:1FJ"J" P0F0:0FJ"J" P0C0:03J"J" P080:01J#J" P/FE00:00J"J" P/FC<3FJ"J" P/F0<1FJ"J" P/E0<0FJ"J" P/C0<03J"J" P/00<01J"J" P.FE=00J"J" P.FC>7FJ"J"J" P.F0>1FO!FFJ"J"J" P.E0>0FO!C0J"J" P.C0>07J"J" P.80>03J"J" P.00>01J"J" P-FC?00J"J" P-F8@7FJ"J"J" P-F0@3FO FFJ"J"J" P-E0@0FO C0J"J"J" P-C0@07O FFJ"J" P-80@03J"J"J" P-00@01O C0J"J" P,FEA00J"J" P,FCB7FJ"J" P,F8B3FJ" P,F0J"J"J" P,E0B1FMFFJ"J" P,C0B0FJ"J"J" P,80B07MC0J"J" P,00B03J"J" P+FEC01J"J" P+FCC00J"J" P+F8D7FJ"J"J" P+F0D3FLFF J"J" P+E0D1FJ"J"J" P+C0D0FLC0J"J" P+80D07J"J" P+00D03J" P*FEJ" Q"01J"J"J" P*FCE00LFFJ"J" P*F8F7FJ"J"J" P*F0F3FKC0J" R!FFJ"J"J" P*E0F1FKC0J"J"J" P*C0F0FKFFJ"J" P*80ODC0J&F"J" P<07FFFFFF8007KFFJ"F#9"F"J" P*0001FFFE03KC0J"G":#E" P)FE3FFFE001J#;"J" P:03FFFEO-FFJ"F"<#D"J" P)FC1FFFC000KC0J"F"="E"J" P)F8FFF87FJFFJ">" P903FEJ"E">#D" P)F01FFFC03FJ"E"?"J" P)E07FF0O+C0J#?"D" P801FFFC1FJ"D"@"D"J" P)C007FF0FJC3J"D"A"J" P)801FC0O*C0J"A"C"J" P83FE007JFFJ"D"A" P)00FFF8J"B"C"J" P703FC03JC0J"D"B"C" P(FE07FF01J"D"C" P(FC0F80J"C"B" P73FE000J"D"C" P(F87FF0J"C"C"J" P7FFF87FIFFJ"C"D" P(F001FCJ"D"C" P607FE3FJ"C"D"J" P(E00FFFO)C0J"E"B" P61F801FJ"C"E"B" P(C03FC00FJ"E" P67FE0J"C"E"B"J" P(80FFF007IFFJ"F" P501F8J"B"F" P(0003FCJ"F"B"J" P507FE03IC0J"J" P'FE>FFJ"G"A" P50F8001J"C"J" P'FC1FO9FFJ"G"A" P53FC000J"C"G" P'F87FE0J"B"J" PGF07FHC0J" P5FFJ"B"H"B"J" P'F001F83FHFFJ" R!C0J"B"H"J" P'E003FCO'FFJ"H"B" P407FE1F J"B"H"B"J" P'C00FFF0FHC0 J"B"I"J" P'801F80O&FFJ"J" Q&07HC0J"I"J" P43FC0O&FFJ"J" P'00L03J"I"J" P47FE0O&C0J" OM3FJ"C"I"A" P&FEFFF001 J"J" P3014F8J"J"J" P&FCM00HFFJ" P303J"J" OM1FHFCJ"B"J"J" P&F807A7FGCFJ" R!C0J" PHFEJ"I"J" OM0F0FA3FJ"J$>" P&F0O=E0000FFFJ"J& PHFFHFC0000007FJ"I"J"J"9" OM071FA1F;E00FJ"J"9"=" P&E0O<0001C0J"J":# OM03OBFC007FJ"J";" PI80FE00FJ"I"J"J";" OM013FA0F:C007J"J";"<" P&C0O;0001FEJ"J"8';" OM00OAFC0FFFE000007FFFJ'8";" QAF80001FFFFFF3FC1J"C"H"J"A"J$9$;" O@E07F7F5C0079F0000FE0000FC0J"J$9$;" P 3FO@C0003FF80007FFJ";"J$9$;" P 1F80O:8000FFFE0003C0J"J#:$ P 0FO@0003FF8001J"H"J"J$;#;" P 07FFA038FE000FE000FFJ"J$;$ P 03O?FC001FF0007FJ"J"J$;$:" P 01HE0DF8003FF8003FC0J#:"J$;$ P 007F00O9F000FFFE001FJ"J"J#<$:" P!3FO%018E001FF000FFFJ"J#=#:" P!0FO>C0038007C0J"J"=";" P!01O?07C0FFJ#E"J(8# P!007F01O-800FFE0000000FE003J"J#:&:" P"07O=001F007FFFF001C0J%J"J"="8" P"003FFFFEO!007FE0F00J#CjJ";$ P#001F8E3F07FFF8J"G#J$;& O@F00000O9FC007F01FFFC007FJ";$ QAFF00FFFEJ">"8"9" Q?F87F3FFFJ"J"=#;" Q(7F7013FFFC0J":$:" Q?F07FFF801FJ";& Q@03F8001FFF80J"<":" Q?E0FE0FJ";"9" Q@07FFC0J"J"=#8" O@F8OLC0800F07J"<"8" Q@0FC0E0J" Q(3FJ#?#9" Q?801FF003FFJ" R!C0 J" O@FCJ#?# Q?003FF801J# Q(0000J" R!FFJ"J" O@FEP&80J"<" QH1FC0J"<"8":" Q@7F00FCFFJ"=":"9" Q>FEFC00C0J"J$ O@FFP%E0003FJ$>" QD000000FFJ" QH7FJ"<" QHFFC0J"J" OA80P%01J"=" QG07FFJ"=" QG1FC0J"J"=" OAC0P%7FFFJ# QF07FFJ# QD7FE0J"J"<#:"9" OAE0OJFFF00301C0J"?" Q@3FF8J"J#>" OAF0P#F801C3J">" QF00C0J"?" QEFCFFJ"J$=" OAF8P#FE007FC0J"="8# Q?803FF003J"J":" OAFCOL1FFFJ# QF801FJ"J" OAFEP%0FJ#;"9# Q?C00FC0E007J"J# OAFFP$E007J"8" QG03C0J"J#;":"9" OB80OJE007F00FFFJ"J"=" OBC0P$01C0J#;#8# Q?F003F800801FJ"J" OBE0P#FCJ"J"=$ OBF0OK017FFF00J#;"8$ Q?F800FEFE003FJ"J$ OBF8P#FF003FJ"J$<%9" OBFCOJFC007F1FFC007FFFJ"J"=&9" OBFEOJFE801FF800FFC0J"J"<" OBFFOL3F0FJ$;% Q?FF001FC007F001J"J#;% OC80OJ800FE007E003J"J%8$;" OCC0OK07FFFFFFFFFFC0FFJ"J#=# OCE0OJC0038007J"J#=#:" OCF0OJE001000FC0J"J#<$ OCF8OJF000FE001FJ"J$;$:" OCFEOJF8007FFC003FFFJ"J$;"<" OCFFOJFC003FF8C0J"J";$:" OD80OK0FE0007FF8J"J$;$:" ODC0OIFF0007C000FFFFJ"J#;# ODF0OJ80010003J"J$9$;" ODF8OJC0007FFC0007C0J"J$9$ ODFEOJE0001FF0000FJ"J$9$;" ODFFOJF0000380001FFFJ"J*;" OEC0OIFC00007FFFFC00007FC1J"J"8$8";" OEF0OIFE00FE00FFFFJ"J#8"8"<" OEFCOIFF800003C0J"J";" OEFFOJE00FJ"J";" OFE0OIF83FJ"J";" OFF8OIFEFFJ"J#9" OFFFOIFFC0039Y=YGYF"J"ZC"9" E0801O#F81FJ"J"8#=" OGFEOIFF01FFFFJ#J$>" OGFFE0OIFE00FFC0J#J"J#?" OHFF80600O1FFFFFFJ"J" OIFFP%C0J#8P" OJFFFFFCJ# OLFFFFJ" P%FE J"J" P37FO;FFJ" R!C0 J"J" P%FFOIFFJ"J" P33FO;C0J" R!FF J" R!C1J"B"J" P&801FO;C0J" R!FF J" R!C0J"J" P30FO;FFJ" P&C0J" R!C0J" P307J" R!FFJ" P&E0J" P303J" R!C0 J"B" P&F001 J" P300J"J" P&F8OHFFJ" P47FJ" R!C0 J"C" P&FC3F J" P41FJ"J" P&FEOHFFJ"J" P40FO:C0 J"C"I"f"J" P&FF07C001HFFJ" R!C0J" P403J"B"I"J" P'800180O&FFJ" R!C0J"B"I"A" P'C0000003J" R!FFJ"G" P57FFEJ"C"J"J" P'E03F>07HC0J"J" PGFCO'FFJ"C"G" P'F01FF8J"J" P50FO9C0J"B"J" PGF00FHFFJ"C" P'F807J"G"J" P503E0O'C0J"C"G"B" P'FC01C01FJ" R!FFJ"C"G" P'FE0080J"F"B" P67F003FJ"E" P63FFEJ"D"E" P'FF1FFCJ"J"J" P60F=7FHC0J"C"E" P(8007F8J"E"C"J" P603F0FFHC3J"C"E"J" P(C001E0O(FFJ"E" P600C0J"D"D"B"J" P(E07F8001IC0J"D" P73F00J"D"C"C" P(F01FFE03J"D"C" P(F80FFCJ"C"C"J" P707F807IE0J"D"C"J" P(FC03E0O)FFJ"C"C"J" P700C00FIC0J"E"B" P(FE7F80J"A#J" P81FFE00O)FFJ"E"A"D"J" P(FF0FFC1FIC0J"D"A" P)8003F0J"A"D"J" P801C03FIFFJ"D#@" P)C0007F80J"?#D"J" P91FFE007FIC0J"E"?"E" P)E007F8FFJ"E"?"J" P)F001E0O+FFJ#>"D"J" P9007F0001JC0J"F"=" P)F81FFCJ"F"="E"J" P)FC03E003JFFJ#;#J" P:007FFE00O,C0J"G";"F"J" P)FE07E007JFFJ"G#9#F" P)FF007FFC000FJ"8#J" P<00FE00O.C0J"H$H" P*800000001FJ"J" P*C0ODFFJ"J" Q$3FJC0J"J"J" P*E0G7FJF8J"J" P*F0ODFFJ"J" P*F8GFFJ"J" Q#01KC0J" P*FCJ"J"J" P*FEF03KFFJ"J"J" P*FFF07KC0J"J"J" P+80E0FKFFJ" R!C0J"J" P+C0E1FJ"J" P+E0E3FJ"J" P+F0E7FJ"J" P+F8OCFCJ"J"J" P+FCEFFKFFJ"J" P+FED01J"J"J" P+FFD03LC0J"J" Q"07LFFJ"J"J" P,80C0FLCFJ"J" P,C0OBC0J"J"J" P,E0C1FLFFJ"J" P,F0C3FJ"J"J" P,F8C7FLC0J"J" P,FCCFFJ"J"J" P,FEB01MFFJ"J"J" P,FFB03MC0J"J" P-80A07J"J"J" P-C0A0FMC3J"J"J" P-E0A1FMC0J"J"J" P-F0A3FMFFJ"J" P-FCA7FJ"J"J" P-FEAFFMC1J"J"J" P-FF@01O C0J"J"J" P.80?03O FFJ"J"J" P.C0?07O C0J"J" P.E0?0FJ"J"J" P.F0?3FO FFJ"J" P.FC?7FJ"J"J" P.FE?FFO C0J"J" P.FF>01J"J"J" P/80=03O!FFJ"J"J" P/E0=0FO!C0J"J"J" P/F0=1FO!FFJ"J"J" P/F8=3FO!C0J"J" P/FE=7FJ"J# P/FF<01FFJ"J" P0C0;03J"J" P0E0;0FJ"J" P0F0;1FJ"J"J" P0FC;3FO"FFJ"J"J" P0FE;FFO"C0J#J" P0FF80901J"J" P1E0907J"J" P1F091FJ"J"J" P1FC93FO#FFJ"J" P1FF9FFJ"J"J" P280703O$C0J"J" P2E0707J"J"J" P2F871FO$FFJ"J"J" P2FE77FO$C0J#J# P2FF80501FFJ"J"J" P3E0507O%CFJ"J"J" P3F851FO%FFJ"J"J" P3FE57FO%C0J#I#J" P3FF8001FFO%FFJ"I" P4E007J"I"J" P4F81FO&C0J"I"J" P4FFFFO&FFJ"G"J" P5C003O'C0J"G" P5F81FJ"G"J" P5FE7FO'FFJ#E# P5FFC003FFJ"E"J" P6F81FO(C0J"E" P6FFFFJ"C"J" P7E007O)FFJ"C"J" P7FC7FO)C0J#A#J" P7FFC003FFO)FFJ"A" P8FC3FJ#?# P8FFC003FFJ"?"J" P9FE7FO+C0J#=#J" P9FFF01FFFO+DFJ#;#J" P:FFE00FFFO,C3J#9#J" P;FFF83FFFO-C0JPJ" P) 162.54 637.04 T () 162.54 625.04 T 140.54 598.04 499.5 610.04 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 140.54 598.04 499.5 610.04 R 7 X 0 0 0 1 0 0 0 K V 140.54 600.04 500.54 600.04 2 L V 0.25 H 0 Z 0 X N 40.5 63 571.5 729 C 5 9 Q 0 X 0 0 0 1 0 0 0 K () 162.54 613.04 T 3 11 Q (When an user opens a web page containing) 140.54 574.7 T 5 9 Q (PlayerApplet) 333.6 574.7 T 3 11 Q (, the applet loads auto-) 398.61 574.7 T -0.31 (matically and runs in the speci\336ed presentation space, which contains the player\325) 140.54 561.7 P -0.31 (s) 492.78 561.7 P (visual component and def) 140.54 548.7 T (ault controls. The player starts and plays the MPEG) 253.77 548.7 T -0.12 (mo) 140.54 535.7 P -0.12 (vie once. The user can use the def) 154.43 535.7 P -0.12 (ault player controls to stop, restart, or replay) 302.52 535.7 P (the mo) 140.54 522.7 T (vie. If the page containing the applet is closed while the player is playing) 170.62 522.7 T (the mo) 140.54 509.7 T (vie, the player automatically stops and frees the resources it w) 170.62 509.7 T (as using.) 443.93 509.7 T -0.09 (T) 140.54 488.7 P -0.09 (o accomplish this,) 146.38 488.7 P 5 9 Q -0.19 (PlayerApplet) 228.59 488.7 P 3 11 Q -0.09 ( e) 293.61 488.7 P -0.09 (xtends) 300.98 488.7 P 5 9 Q -0.19 (Applet) 332.36 488.7 P 3 11 Q -0.09 ( and implements the) 364.87 488.7 P 5 9 Q -0.19 (Control-) 456.16 488.7 P (lerListener) 140.54 475.7 T 3 11 Q ( interf) 200.13 475.7 T (ace, de\336ning four methods:) 226.6 475.7 T (\245) 152.69 452.7 T 5 9 Q -0.26 (init) 162.54 452.7 P 3 11 Q -0.13 (\321creates a player for the file that was passed in through the) 184.21 452.7 P 3 9 Q -0.11 (P) 449.64 452.7 P -0.11 (ARAM) 453.82 452.7 P 3 11 Q -0.13 ( tag) 480.82 452.7 P (and registers) 162.54 439.7 T 5 9 Q (PlayerApplet) 221.19 439.7 T 3 11 Q ( as a controller listener so that it can observe) 286.2 439.7 T (media events posted by the player. \050) 162.54 426.7 T 5 9 Q (PlayerApplet\325s) 321.09 426.7 T (controllerUpdate) 399.69 426.7 T 3 11 Q (method is called whenever the player posts an event.\051) 162.54 413.7 T (\245) 152.69 395.7 T 5 9 Q (start) 162.54 395.7 T 3 11 Q (\321starts the player when) 189.62 395.7 T 5 9 Q (PlayerApplet) 299.6 395.7 T 3 11 Q ( is started.) 364.62 395.7 T 8 9 Q (\245) 151.13 379.04 T 5 F (stop) 162.54 379.04 T 3 11 Q (\321stops and deallocates the player when the) 184.21 379.04 T 5 9 Q (PlayerApplet) 380.03 379.04 T 3 11 Q ( is stopped.) 445.05 379.04 T (\245) 152.69 362.7 T 5 9 Q (controllerUpdate) 162.54 362.7 T 3 11 Q (\321responds to player events to display the player\325s) 249.22 362.7 T (components.) 162.54 349.7 T 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.10/DEST FmPD2 [/Title(A)/Rect[132 109 508 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "10" 18 %%Page: "11" 19 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Players - PlayerApplet Code Listing) 112.5 682.5 T 4 F (11) 499.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 4 11 Q (2.2) 112.5 659.7 T (PlayerApplet Code Listing) 148.5 659.7 T 113 804/G5.84490 FmPA 112.5 631.04 471.46 643.04 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 112.5 631.04 471.46 643.04 R 7 X 0 0 0 1 0 0 0 K V 112.5 641.04 472.5 641.04 2 L V 0.25 H 0 Z 0 X N 40.5 63 571.5 729 C 5 9 Q 0 X 0 0 0 1 0 0 0 K (PlayerApplet.java:) 134.5 625.04 T (package ExampleMedia) 134.5 613.04 T (import java.applet.*;) 134.5 589.04 T (import java.awt.*;) 134.5 577.04 T (import java.net.*;) 134.5 565.04 T (import java.media.*;) 134.5 553.04 T (public class PlayerApplet extends Applet implements) 134.5 529.04 T (ControllerListener {) 134.5 517.04 T ( Player player = null;) 134.5 505.04 T ( public void init\050\051 {) 134.5 493.04 T ( setLayout\050new BorderLayout\050\051\051;) 134.5 481.04 T ( String mediaFile = getParameter\050\322FILE\323\051;) 134.5 469.04 T ( try {) 134.5 457.04 T ( URL mediaURL = new URL\050getDocumentBase\050\051,) 134.5 445.04 T ( mediaFile\051;) 134.5 433.04 T ( player = Manager.createPlayer\050mediaURL\051;) 134.5 421.04 T ( player.addControllerListener\050this\051;) 134.5 409.04 T ( } catch \050Exception e\051 {) 134.5 397.04 T ( System.err.println\050"Got exception "+e\051;) 134.5 385.04 T ( }) 134.5 373.04 T ( }) 134.5 361.04 T ( public void start\050\051 {) 134.5 349.04 T ( player.start\050\051;) 134.5 337.04 T ( }) 134.5 325.04 T ( public void stop\050\051 {) 134.5 313.04 T ( player.stop\050\051;) 134.5 301.04 T ( player.deallocate\050\051;) 134.5 289.04 T ( }) 134.5 277.04 T ( public synchronized void controllerUpdate\050ControllerEvent) 134.5 265.04 T ( event\051 {) 134.5 253.04 T ( if \050event instanceof RealizeCompleteEvent\051 {) 134.5 241.04 T ( Component comp;) 134.5 229.04 T ( if \050\050comp = player.getVisualComponent\050\051\051 != null\051) 134.5 217.04 T ( add \050"Center", comp\051;) 134.5 205.04 T -1.01 ( if \050\050comp = player.getControlPanelComponent\050\051\051 != null\051) 134.5 193.04 P ( add \050"South", comp\051;) 134.5 181.04 T ( validate\050\051;) 134.5 169.04 T ( }) 134.5 157.04 T ( }) 134.5 145.04 T 112.5 118.04 471.46 130.04 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 112.5 118.04 471.46 130.04 R 7 X 0 0 0 1 0 0 0 K V 112.5 120.04 472.5 120.04 2 L V 0.25 H 0 Z 0 X N 40.5 63 571.5 729 C 5 9 Q 0 X 0 0 0 1 0 0 0 K (}) 134.5 133.04 T 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.11/DEST FmPD2 [/Title(A)/Rect[104 109 480 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "11" 19 %%Page: "12" 20 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Framework \320 Version) 286.52 682.5 T (1.0 Draft May 14,) 414.5 682.5 T ( 1997) 479.25 682.5 T 4 F (12) 103.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 4 11 Q (2.3) 140.54 659.7 T (Initializing the Applet) 176.54 659.7 T 141 804/G5.75080 FmPA 3 F -0.22 (When a Ja) 140.54 638.7 P -0.22 (v) 185.68 638.7 P -0.22 (a applet starts, its) 190.91 638.7 P 5 9 Q -0.44 (init) 269.15 638.7 P 3 11 Q -0.22 ( method is in) 290.83 638.7 P -0.22 (v) 346.86 638.7 P -0.22 (ok) 352.14 638.7 P -0.22 (ed automatically) 363.03 638.7 P -0.22 (. Y) 435.11 638.7 P -0.22 (ou o) 447.12 638.7 P -0.22 (v) 465.99 638.7 P -0.22 (erride) 471.32 638.7 P 5 9 Q (init) 140.54 625.7 T 3 11 Q ( to prepare your applet to be started.) 162.21 625.7 T 5 9 Q (PlayerApplet) 323.81 625.7 T 3 11 Q ( performs four tasks in) 388.82 625.7 T 5 9 Q (init) 140.54 612.7 T 3 11 Q (:) 162.21 612.7 T (1.) 148.29 588.7 T (Retrieves the applet\325s FILE parameter.) 162.54 588.7 T (2.) 148.29 568.7 T 0.26 (Uses the FILE parameter to locate the media file and build a) 162.54 568.7 P 5 9 Q 0.51 (URL) 433.85 568.7 P 3 11 Q 0.26 ( object that) 450.1 568.7 P (describes that media file.) 162.54 554.7 T (3.) 148.29 534.7 T (Creates a player for the media file by calling) 162.54 534.7 T 5 9 Q (Manager) 361.4 534.7 T 3 11 Q (.) 399.33 534.7 T 5 9 Q (createPlayer) 402.08 534.7 T 3 11 Q (.) 467.1 534.7 T (4.) 148.29 514.7 T 1.14 (Registers the applet as a controller listener with the new player) 162.54 514.7 P 1.14 (by calling) 454.66 514.7 P 5 9 Q 0.98 (addControllerListener) 162.54 500.7 P 3 11 Q 0.5 (. Re) 275.71 500.7 P 0.5 (gistering as a listener causes) 293.76 500.7 P 5 9 Q 0.98 (PlayerApplet\325s) 423.65 500.7 P 1.71 (controllerUpdate) 162.54 486.7 P 3 11 Q 0.87 ( method to be called automatically whene) 249.22 486.7 P 0.87 (v) 437.45 486.7 P 0.87 (er the player) 442.79 486.7 P 2.87 (posts a media e) 162.54 472.7 P 2.87 (v) 238.39 472.7 P 2.87 (ent. The player posts media e) 243.72 472.7 P 2.87 (v) 386.71 472.7 P 2.87 (ents whene) 392.05 472.7 P 2.87 (v) 443.82 472.7 P 2.87 (er its state) 449.16 472.7 P 2.84 (changes. This mechanism allo) 162.54 458.7 P 2.84 (ws you to control the player\325) 303.39 458.7 P 2.84 (s transitions) 443.79 458.7 P 0.12 (between states and ensure that the player is in a state in which it can process) 162.54 444.7 P (your requests. \050F) 162.54 430.7 T (or more information, see) 236.61 430.7 T (\322Player States\323 on page) 348.12 430.7 T (6) 455.04 430.7 T (.\051) 460.54 430.7 T 140.54 395.04 499.5 407.04 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 140.54 395.04 499.5 407.04 R 7 X 0 0 0 1 0 0 0 K V 140.54 405.04 500.54 405.04 2 L V 0.25 H 0 Z 0 X N 40.5 63 571.5 729 C 5 9 Q 0 X 0 0 0 1 0 0 0 K (public void init\050\051 {) 162.54 389.04 T ( setLayout\050new BorderLayout\050\051\051;) 162.54 377.04 T ( // 1. Get the FILE parameter.) 162.54 365.04 T ( String mediaFile = getParameter\050\322FILE\323\051;) 162.54 353.04 T ( try {) 162.54 341.04 T ( // 2. Create a URL from the FILE parameter. The URL) 162.54 329.04 T (class is defined in java.net.) 162.54 317.04 T -0.29 ( URL mediaURL = new URL\050getDocumentBase\050\051, mediaFile\051;) 162.54 305.04 P ( // 3. Create a player with the URL object.) 162.54 293.04 T ( player = Manager.createPlayer\050mediaURL\051;) 162.54 281.04 T -0.76 ( // 4. Add PlayerApplet as a listener on the new player.) 162.54 269.04 P ( player.addControllerListener\050this\051;) 162.54 257.04 T ( } catch \050Exception e\051 {) 162.54 245.04 T ( System.err.println\050"Got exception "+e\051;) 162.54 233.04 T ( }) 162.54 221.04 T 140.54 194.04 499.5 206.04 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 140.54 194.04 499.5 206.04 R 7 X 0 0 0 1 0 0 0 K V 140.54 196.04 500.54 196.04 2 L V 0.25 H 0 Z 0 X N 40.5 63 571.5 729 C 5 9 Q 0 X 0 0 0 1 0 0 0 K ( }) 162.54 209.04 T 120.54 427.04 122.54 438.04 R V 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.12/DEST FmPD2 [/Rect[348 428 461 438]/Border[0 0 0]/Page 14/View[/XYZ null 177 766 FmDC exch pop null]/LNK FmPD [/Title(A)/Rect[132 109 508 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "12" 20 %%Page: "13" 21 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Players - Controlling the Player) 112.5 682.5 T 4 F (13) 499.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 4 11 Q (2.4) 112.5 659.7 T (Controlling the Player) 148.5 659.7 T 113 804/G5.84496 FmPA 3 F (The) 112.5 638.7 T 5 9 Q (Applet) 132.35 638.7 T 3 11 Q ( class de\336nes) 164.86 638.7 T 5 9 Q (start) 225.66 638.7 T 3 11 Q ( and) 252.75 638.7 T 5 9 Q (stop) 274.13 638.7 T 3 11 Q ( methods that are called automatically) 295.81 638.7 T (when the page containing the applet is opened and closed. Y) 112.5 625.7 T (ou o) 377.38 625.7 T (v) 396.46 625.7 T (erride these) 401.8 625.7 T (methods to de\336ne what happens each time your applet starts and stops.) 112.5 612.7 T 5 9 Q (PlayerApplet) 112.5 591.7 T 3 11 Q ( implements) 177.52 591.7 T 5 9 Q (start) 234.35 591.7 T 3 11 Q ( to start the player whene) 261.44 591.7 T (v) 372.06 591.7 T (er the applet is) 377.39 591.7 T (started:) 112.5 578.7 T 112.5 550.04 471.46 562.04 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 112.5 550.04 471.46 562.04 R 7 X 0 0 0 1 0 0 0 K V 112.5 560.04 472.5 560.04 2 L V 0.25 H 0 Z 0 X N 40.5 63 571.5 729 C 5 9 Q 0 X 0 0 0 1 0 0 0 K (public void start\050\051 {) 134.5 544.04 T ( player.start\050\051;) 134.5 532.04 T 112.5 505.04 471.46 517.04 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 112.5 505.04 471.46 517.04 R 7 X 0 0 0 1 0 0 0 K V 112.5 507.04 472.5 507.04 2 L V 0.25 H 0 Z 0 X N 40.5 63 571.5 729 C 5 9 Q 0 X 0 0 0 1 0 0 0 K (}) 134.5 520.04 T 3 11 Q (Similarly) 112.5 481.7 T (,) 152.74 481.7 T 5 9 Q (PlayerApplet) 158.24 481.7 T 3 11 Q (o) 228.67 481.7 T (v) 234.01 481.7 T (errides) 239.34 481.7 T 5 9 Q (stop) 272.02 481.7 T 3 11 Q ( to stop and deallocate the player:) 293.7 481.7 T 112.5 453.04 471.46 465.04 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 112.5 453.04 471.46 465.04 R 7 X 0 0 0 1 0 0 0 K V 112.5 463.04 472.5 463.04 2 L V 0.25 H 0 Z 0 X N 40.5 63 571.5 729 C 5 9 Q 0 X 0 0 0 1 0 0 0 K (public void stop\050\051 {) 134.5 447.04 T ( player.stop\050\051;) 134.5 435.04 T ( player.deallocate\050\051;) 134.5 423.04 T 112.5 396.04 471.46 408.04 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 112.5 396.04 471.46 408.04 R 7 X 0 0 0 1 0 0 0 K V 112.5 398.04 472.5 398.04 2 L V 0.25 H 0 Z 0 X N 40.5 63 571.5 729 C 5 9 Q 0 X 0 0 0 1 0 0 0 K (}) 134.5 411.04 T 3 11 Q (Deallocating the player releases an) 112.5 372.7 T (y resources that w) 265.67 372.7 T (ould pre) 345.29 372.7 T (v) 381.37 372.7 T (ent another player) 386.71 372.7 T -0.44 (from being started. F) 112.5 359.7 P -0.44 (or e) 203.28 359.7 P -0.44 (xample, if the player uses a hardw) 219.48 359.7 P -0.44 (are de) 367.33 359.7 P -0.44 (vice to present its) 393.18 359.7 P (media,) 112.5 346.7 T 5 9 Q (deallocate) 144.88 346.7 T 3 11 Q ( frees that de) 199.06 346.7 T (vice so that other players can use it.) 255.3 346.7 T 4 F (2.5) 112.5 314.7 T (Responding to Media Events) 148.5 314.7 T 113 459/G5.84582 FmPA 5 9 Q (PlayerApplet) 112.5 293.7 T 3 11 Q ( re) 177.52 293.7 T (gisters itself as a) 188.65 293.7 T 5 9 Q (ControllerListener) 264.42 293.7 T 3 11 Q ( in its) 361.94 293.7 T 5 9 Q (init) 389.14 293.7 T 3 11 Q ( method so) 410.82 293.7 T (that it recei) 112.5 280.7 T (v) 161.71 280.7 T (es media e) 167.05 280.7 T (v) 213.21 280.7 T (ents from the player) 218.54 280.7 T (. T) 306.22 280.7 T (o respond to these e) 317.56 280.7 T (v) 404.66 280.7 T (ents,) 409.99 280.7 T 5 9 Q (Player-) 433.22 280.7 T (Applet) 112.5 267.7 T 3 11 Q ( implements the) 145.01 267.7 T 5 9 Q (controllerUpdate) 218.04 267.7 T 3 11 Q ( method, which is called automati-) 304.73 267.7 T (cally when the player posts an e) 112.5 254.7 T (v) 252.75 254.7 T (ent.) 258.08 254.7 T 5 9 Q -0.43 (PlayerApplet) 112.5 233.7 P 3 11 Q -0.22 ( responds to one type of e) 177.52 233.7 P -0.22 (v) 288.98 233.7 P -0.22 (ent,) 294.32 233.7 P 5 9 Q -0.43 (RealizeCompleteEvent) 313.04 233.7 P 3 11 Q -0.22 (. When the) 421.4 233.7 P -0.14 (player posts a) 112.5 220.7 P 5 9 Q -0.27 (RealizeCompleteEvent) 175.33 220.7 P 3 11 Q -0.14 (,) 283.69 220.7 P 5 9 Q -0.27 (PlayerApplet) 289.06 220.7 P 3 11 Q -0.14 ( displays the player\325) 354.07 220.7 P -0.14 (s com-) 441.96 220.7 P (ponents:) 112.5 207.7 T 112.5 179.04 471.46 191.04 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 112.5 179.04 471.46 191.04 R 7 X 0 0 0 1 0 0 0 K V 112.5 189.04 472.5 189.04 2 L V 0.25 H 0 Z 0 X N 40.5 63 571.5 729 C 5 9 Q 0 X 0 0 0 1 0 0 0 K (public synchronized void controllerUpdate\050ControllerEvent) 134.5 173.04 T (event\051 {) 134.5 161.04 T ( if \050event instanceof RealizeCompleteEvent\051 {) 134.5 149.04 T ( Component comp;) 134.5 137.04 T ( if \050\050comp = player.getVisualComponent\050\051\051 != null\051) 134.5 125.04 T 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.13/DEST FmPD2 149 466/M5.9.37740.BHead.after.AHead.24.Responding.to.Media.Events FmPA 149 466/I5.1.78653 FmPA [/Title(A)/Rect[104 109 480 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "13" 21 %%Page: "14" 22 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Framework \320 Version) 286.52 682.5 T (1.0 Draft May 14,) 414.5 682.5 T ( 1997) 479.25 682.5 T 4 F (14) 103.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 5 F ( add \050"Center", comp\051;) 162.54 661.04 T -1.01 ( if \050\050comp = player.getControlPanelComponent\050\051\051 != null\051) 162.54 649.04 P ( add \050"South", comp\051;) 162.54 637.04 T ( validate\050\051;) 162.54 625.04 T 140.54 598.04 499.5 610.04 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 140.54 598.04 499.5 610.04 R 7 X 0 0 0 1 0 0 0 K V 140.54 600.04 500.54 600.04 2 L V 0.25 H 0 Z 0 X N 40.5 63 571.5 729 C 5 9 Q 0 X 0 0 0 1 0 0 0 K ( }) 162.54 613.04 T 3 11 Q (A player\325) 140.54 574.7 T (s user) 181.77 574.7 T (-interf) 206.91 574.7 T (ace components cannot be displayed until the player is real-) 234.29 574.7 T -0.28 (ized; an unrealized player doesn\325) 140.54 561.7 P -0.28 (t kno) 284.61 561.7 P -0.28 (w enough about its media stream to pro) 306.37 561.7 P -0.28 (vide) 478.09 561.7 P (access to its user) 140.54 548.7 T (-interf) 213.94 548.7 T (ace components.) 241.32 548.7 T 5 9 Q (PlayerApplet) 317.38 548.7 T 3 11 Q ( w) 382.4 548.7 T (aits for the player to) 392.98 548.7 T (post a) 140.54 535.7 T 5 9 Q (RealizeCompleteEvent) 169.26 535.7 T 3 11 Q ( and then displays the player\325) 277.62 535.7 T (s visual component) 406.24 535.7 T (and def) 140.54 522.7 T (ault control panel by adding them to the applet container) 173.11 522.7 T (. Calling) 421.5 522.7 T 5 9 Q (vali-) 462.14 522.7 T -0 (date) 140.54 509.7 P 3 11 Q -0 ( triggers the layout manager to update the display to include the ne) 162.21 509.7 P -0 (w compo-) 455.2 509.7 P (nents.) 140.54 496.7 T 4 13 Q (3.0) 140.54 458.37 T (Creating and Displaying a Player) 173.54 458.37 T 141 602/G5.84600 FmPA 3 11 Q 0.54 (Y) 140.54 428.7 P 0.54 (ou create a player indirectly through the media) 147.27 428.7 P 5 9 Q 1.06 (Manager) 359.91 428.7 P 3 11 Q 0.54 (. T) 397.23 428.7 P 0.54 (o display the player) 409.11 428.7 P 0.54 (,) 496.75 428.7 P 0.48 (you get the player\325) 140.54 415.7 P 0.48 (s components and add them to the) 224.17 415.7 P 0.48 (applet\325s presentation space) 380.01 415.7 P (or application window.) 140.54 402.7 T 4 F (3.1) 140.54 370.7 T (Creating a Player) 176.54 370.7 T 141 515/G5.83790 FmPA 3 F 2.99 (When you need a ne) 140.54 341.7 P 2.99 (w player) 242.02 341.7 P 2.99 (, you request it from the) 282.75 341.7 P 5 9 Q 5.89 (Manager) 409.15 341.7 P 3 11 Q 2.99 ( by calling) 447.08 341.7 P 5 9 Q 2.06 (createPlayer) 140.54 328.7 P 3 11 Q 1.04 (. The) 204.95 328.7 P 5 9 Q 2.06 (Manager) 232.39 328.7 P 3 11 Q 1.04 ( uses the media URL that you specify to create an) 270.32 328.7 P (appropriate player) 140.54 315.7 T (.) 220.26 315.7 T (This mechanism allo) 140.54 294.7 T (ws ne) 231.92 294.7 T (w players to be inte) 257 294.7 T (grated seamlessly) 342.99 294.7 T (. From the client) 420.18 294.7 T (perspecti) 140.54 281.7 T (v) 179.97 281.7 T (e, a ne) 185.3 281.7 T (w player is al) 213.43 281.7 T (w) 272.28 281.7 T (ays created the same w) 280.11 281.7 T (ay) 381.41 281.7 T (, e) 391.08 281.7 T (v) 401.19 281.7 T (en though the player) 406.53 281.7 T (might actually be constructed from interchangeable parts or dynamically loaded) 140.54 268.7 T (at runtime.) 140.54 255.7 T 4 F (3.2) 140.54 223.7 T (Displaying a Player and Player Controls) 176.54 223.7 T 141 368/G5.79074 FmPA 3 F (JMF speci\336es the timing and rendering model for displaying a media stream, b) 140.54 202.7 T (ut) 487.09 202.7 T (a player\325) 140.54 189.7 T (s interf) 178.72 189.7 T (ace components are actually displayed using) 209.46 189.7 T 5 9 Q (java.awt) 408.03 189.7 T 3 11 Q (, Ja) 451.38 189.7 T (v) 465.82 189.7 T (a\325) 471.05 189.7 T (s) 478.99 189.7 T (core package for screen display) 140.54 176.7 T (. A player can ha) 278.49 176.7 T (v) 353.1 176.7 T (e tw) 358.43 176.7 T (o types of components, its) 376.96 176.7 T (visual component and its control components.) 140.54 163.7 T 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.14/DEST FmPD2 [/Title(A)/Rect[132 109 508 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "14" 22 %%Page: "15" 23 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Players - Displaying a Player and Player Controls) 112.5 682.5 T 4 F (15) 499.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 11 Q (3.2.1) 112.5 659.7 T (Displaying a Player\325s Visual Component) 148.5 659.7 T 113 804/G5.82887 FmPA 3 F (The component in which a player displays its media data is called its visual com-) 112.5 638.7 T (ponent. Ev) 112.5 625.7 T (en an audio player might be associated with a visual component, such) 160 625.7 T (as a speak) 112.5 612.7 T (er icon or an animated character) 156.98 612.7 T (.) 297.8 612.7 T (T) 112.5 591.7 T (o display a player\325) 118.34 591.7 T (s visual component, you:) 199.3 591.7 T (1.) 120.25 567.7 T (Get the component by calling) 134.5 567.7 T 5 9 Q (getVisualComponent) 267.4 567.7 T 3 11 Q (.) 364.93 567.7 T (2.) 120.25 547.7 T (Add it to the applet\325s presentation space or application window.) 134.5 547.7 T (Y) 112.5 516.7 T (ou can access the player\325) 119.23 516.7 T (s display properties, such as its) 228.58 516.7 T 0 F (x) 367.6 516.7 T 3 F ( and) 372.48 516.7 T 0 F (y) 393.87 516.7 T 3 F ( coordinates,) 398.75 516.7 T (through its visual component. The layout of the player components is controlled) 112.5 503.7 T (through the layout manager) 112.5 490.7 T (.) 233.18 490.7 T 0 F (3.2.2) 112.5 458.7 T (Displaying a Player\325s Controls) 148.5 458.7 T 113 603/G5.76352 FmPA 3 F -0.31 (A player is often associated with a control panel that allo) 112.5 437.7 P -0.31 (ws the user to control the) 359.66 437.7 P (media presentation. F) 112.5 424.7 T (or e) 207.35 424.7 T (xample, a player might be associated with a set of b) 223.99 424.7 T (ut-) 451.37 424.7 T (tons to start, stop, and pause the media stream, and with a slider control to adjust) 112.5 411.7 T (the v) 112.5 398.7 T (olume.) 133.97 398.7 T (Ev) 112.5 377.7 T (ery Ja) 124.56 377.7 T (v) 150.3 377.7 T (a Media Player pro) 155.52 377.7 T (vides a def) 239.36 377.7 T (ault control panel. T) 286.9 377.7 T (o display a player\325) 375.23 377.7 T (s) 456.2 377.7 T -0.08 (def) 112.5 364.7 P -0.08 (ault control panel, you get it by calling) 126.44 364.7 P 5 9 Q -0.15 (getControlPanelComponent) 299.05 364.7 P 3 11 Q -0.08 (and add) 434.35 364.7 P -0.08 (it to the applet\325) 112.5 351.7 P -0.08 (s presentation space or application wind) 178.57 351.7 P -0.08 (ow) 354.44 351.7 P -0.08 (. If you prefer to de\336ne) 367.17 351.7 P (a custom user) 112.5 338.7 T (-interf) 172.77 338.7 T (ace, you ha) 200.15 338.7 T (v) 249.71 338.7 T (e access to the interf) 255.05 338.7 T (aces through which the stan-) 344.74 338.7 T (dard control panel is implemented.) 112.5 325.7 T (A player\325) 112.5 304.7 T (s control-panel component is often a client of tw) 153.74 304.7 T (o dif) 366.88 304.7 T (ferent classes of) 387.07 304.7 T -0.13 (objects. F) 112.5 291.7 P -0.13 (or e) 154.98 291.7 P -0.13 (xample, to start and stop the player or set its media time, the control) 171.48 291.7 P -0.08 (panel calls the player directly) 112.5 278.7 P -0.08 (. But man) 240.98 278.7 P -0.08 (y players ha) 283.73 278.7 P -0.08 (v) 336.5 278.7 P -0.08 (e other properties that can be) 341.83 278.7 P (managed by the user) 112.5 265.7 T (. F) 202.62 265.7 T (or e) 214.07 265.7 T (xample, a video player might allo) 230.71 265.7 T (w the user to adjust) 378.3 265.7 T (brightness and contrast, which are not managed through the) 112.5 252.7 T 5 9 Q (Player) 377.68 252.7 T 3 11 Q ( interf) 410.18 252.7 T (ace.T) 436.65 252.7 T (o) 459.89 252.7 T (handle these types of controls, JMF de\336nes the) 112.5 239.7 T 5 9 Q (Control) 321.79 239.7 T 3 11 Q ( interf) 359.71 239.7 T (ace.) 386.18 239.7 T (A media player can ha) 112.5 218.7 T (v) 211.25 218.7 T (e an) 216.58 218.7 T (y number of) 234.43 218.7 T 5 9 Q (Control) 290.95 218.7 T 3 11 Q ( objects that de\336ne control) 328.88 218.7 T (beha) 112.5 205.7 T (viors and ha) 133.05 205.7 T (v) 186.6 205.7 T (e corresponding user interf) 191.93 205.7 T (ace components. Y) 310.04 205.7 T (ou can get these) 392.83 205.7 T (controls by calling) 112.5 192.7 T 5 9 Q (getControls) 197.13 192.7 T 3 11 Q ( on the player) 256.73 192.7 T (. F) 316.31 192.7 T (or e) 327.76 192.7 T (xample, to determine if a) 344.39 192.7 T (player supports the) 112.5 179.7 T 5 9 Q (CachingControl) 198.96 179.7 T 3 11 Q ( interf) 274.81 179.7 T (ace and get the) 301.28 179.7 T 5 9 Q (CachingControl) 369.7 179.7 T 3 11 Q ( if it) 445.55 179.7 T (does, you can call) 112.5 166.7 T 5 9 Q (getControls) 194.07 166.7 T 3 11 Q (:) 253.66 166.7 T 112.5 138.04 471.46 150.04 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 112.5 138.04 471.46 150.04 R 7 X 0 0 0 1 0 0 0 K V 112.5 148.04 472.5 148.04 2 L V 0.25 H 0 Z 0 X N 40.5 63 571.5 729 C 5 9 Q 0 X 0 0 0 1 0 0 0 K (Control[] controls = player.getControls \050\051;) 134.5 132.04 T 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.15/DEST FmPD2 [/Title(A)/Rect[104 109 480 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "15" 23 %%Page: "16" 24 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Framework \320 Version) 286.52 682.5 T (1.0 Draft May 14,) 414.5 682.5 T ( 1997) 479.25 682.5 T 4 F (16) 103.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 5 F ( for \050int i = 0; i < controls.length; i++\051 {) 162.54 661.04 T ( if \050controls[i] instanceof CachingControl\051 {) 162.54 649.04 T ( cachingControl = \050CachingControl\051 controls[i];) 162.54 637.04 T ( }) 162.54 625.04 T 140.54 598.04 499.5 610.04 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 140.54 598.04 499.5 610.04 R 7 X 0 0 0 1 0 0 0 K V 140.54 600.04 500.54 600.04 2 L V 0.25 H 0 Z 0 X N 40.5 63 571.5 729 C 5 9 Q 0 X 0 0 0 1 0 0 0 K ( }) 162.54 613.04 T 3 11 Q (The controls that are supported by a particular player depends on the player) 140.54 574.7 T (implementation.) 140.54 561.7 T 0 F (3.2.3) 140.54 529.7 T (Displaying a Gain Control Component) 176.54 529.7 T 141 674/G5.79152 FmPA 5 9 Q (GainControl) 140.54 508.7 T 3 11 Q ( e) 200.13 508.7 T (xtends the) 207.6 508.7 T 5 9 Q (Control) 255.26 508.7 T 3 11 Q ( interf) 293.19 508.7 T (ace to pro) 319.66 508.7 T (vide a standard API for adjust-) 362.86 508.7 T (ing audio g) 140.54 495.7 T (ain. T) 189.98 495.7 T (o get this control, you must call) 214.76 495.7 T 5 9 Q (getPlayerGainControl) 356.54 495.7 T 3 11 Q (;) 464.9 495.7 T 5 9 Q (get-) 470.71 495.7 T (Controls) 140.54 482.7 T 3 11 Q ( does not return a player\325) 183.88 482.7 T (s) 293.55 482.7 T 5 9 Q (GainControl) 300.58 482.7 T 3 11 Q (.) 360.18 482.7 T 5 9 Q (GainControl) 365.68 482.7 T 3 11 Q ( pro) 425.27 482.7 T (vides) 442.52 482.7 T (methods for adjusting the audio v) 140.54 469.7 T (olume, such as) 287.89 469.7 T 5 9 Q (setLevel) 355.72 469.7 T 3 11 Q ( and) 399.06 469.7 T 5 9 Q (setMute) 420.45 469.7 T 3 11 Q (. Lik) 458.37 469.7 T (e) 479.04 469.7 T (other controls, the) 140.54 456.7 T 5 9 Q (GainControl) 223.02 456.7 T 3 11 Q ( is associated with a GUI component that can be) 282.62 456.7 T (added to an applet\325) 140.54 443.7 T (s presentation space or an application wind) 223.94 443.7 T (ow) 413.35 443.7 T 0 F (3.2.4) 140.54 411.7 T (Displaying a Player\325s Download Progress) 176.54 411.7 T 141 556/G5.75170 FmPA 3 F (Do) 140.54 390.7 T (wnloading media data can be a time consuming process. In cases where the) 153.7 390.7 T -0.19 (user must w) 140.54 377.7 P -0.19 (ait while data is do) 193.21 377.7 P -0.19 (wnloaded, a progress bar is often displayed to reas-) 275.27 377.7 P (sure the user that the do) 140.54 364.7 T (wnload is proceeding and to gi) 245.05 364.7 T (v) 380.11 364.7 T (e some indication of ho) 385.45 364.7 T (w) 488.44 364.7 T -0.2 (long the process will tak) 140.54 351.7 P -0.2 (e. The) 247.17 351.7 P 5 9 Q -0.39 (CachingControl) 277.01 351.7 P 3 11 Q -0.2 ( interf) 352.86 351.7 P -0.2 (ace is a special type of con-) 379.13 351.7 P -0.42 (trol supported by players that can report their do) 140.54 338.7 P -0.42 (wnload progress. Y) 349.55 338.7 P -0.42 (ou can use this) 433.35 338.7 P (interf) 140.54 325.7 T (ace to display a do) 164.25 325.7 T (wnload progress bar to the user) 245.85 325.7 T (.) 383.02 325.7 T (Y) 140.54 304.7 T (ou can call) 147.27 304.7 T 5 9 Q (getControls) 197.67 304.7 T 3 11 Q ( to determine whether or not a player supports the) 257.27 304.7 T 5 9 Q (CachingControl) 140.54 291.7 T 3 11 Q (interf) 221.8 291.7 T (ace. If it does, the player will post a) 245.52 291.7 T 5 9 Q (CachingControlEv-) 405.3 291.7 T (ent) 140.54 278.7 T 3 11 Q ( whene) 156.79 278.7 T (v) 187.97 278.7 T (er the progress bar needs to be updated. If you implement your o) 193.31 278.7 T (wn) 477.45 278.7 T (progress bar component, you can listen for this e) 140.54 265.7 T (v) 354.42 265.7 T (ent and update the do) 359.75 265.7 T (wnload) 453.57 265.7 T (progress whene) 140.54 252.7 T (v) 208.99 252.7 T (er) 214.32 252.7 T 5 9 Q (CachingControlEvent) 225.62 252.7 T 3 11 Q ( is posted.) 328.56 252.7 T (A) 140.54 231.7 T 5 9 Q (CachingControl) 151.23 231.7 T 3 11 Q ( also pro) 227.08 231.7 T (vides a def) 264.8 231.7 T (ault progress bar component that is auto-) 312.34 231.7 T (matically updated as the do) 140.54 218.7 T (wnload progresses. T) 260.63 218.7 T (o use the def) 353.54 218.7 T (ault progress bar in) 409.33 218.7 T (an applet:) 140.54 205.7 T (1.) 148.29 181.7 T 11.8 (Implement the) 162.54 181.7 P 5 9 Q 23.25 (ControllerListener) 252.74 181.7 P 3 11 Q 11.8 ( interface and listen for) 350.27 181.7 P 5 9 Q (CachingControlEvents) 162.54 167.7 T 3 11 Q ( in) 270.89 167.7 T 5 9 Q (controllerUpdate) 284.95 167.7 T 3 11 Q (.) 371.64 167.7 T (2.) 148.29 147.7 T (The first time you receive a) 162.54 147.7 T 5 9 Q (CachingControlEvent:) 286.56 147.7 T 3 11 Q (a. Call) 162.54 127.7 T 5 9 Q (getCachingControl) 194.01 127.7 T 3 11 Q ( on the e) 286.11 127.7 T (v) 323.41 127.7 T (ent to get the caching control.) 328.75 127.7 T 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.16/DEST FmPD2 [/Title(A)/Rect[132 109 508 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "16" 24 %%Page: "17" 25 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Players - Starting a Player) 112.5 682.5 T 4 F (17) 499.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 3 11 Q (b) 134.5 659.7 T (. Call) 139.56 659.7 T 5 9 Q (getProgressBar) 166.15 659.7 T 3 11 Q ( on the) 242 659.7 T 5 9 Q (CachingControl) 274.69 659.7 T 3 11 Q ( to get the def) 350.54 659.7 T (ault progress) 410.92 659.7 T (bar component.) 134.5 646.7 T (c. Add the progress bar component to the applet\325) 134.5 627.7 T (s presentation space.) 348.66 627.7 T (3.) 120.25 608.7 T -0.5 (Each time you receive a) 134.5 608.7 P 5 9 Q -0.98 (CachingControlEvent) 240.45 608.7 P 3 11 Q -0.5 (, check to see if the download) 343.39 608.7 P 5.15 (is complete. When) 134.5 594.7 P 5 9 Q 10.14 (getContentProgress) 234.87 594.7 P 3 11 Q 5.15 ( returns the same value as) 332.4 594.7 P 5 9 Q (getContentLength) 134.5 580.7 T 3 11 Q (, remove the progress bar.) 221.19 580.7 T 4 13 Q (4.0) 112.5 541.37 T (Controlling Media Players) 145.5 541.37 T 113 685/G5.74064 FmPA 3 11 Q 0.72 (The) 112.5 511.7 P 5 9 Q 1.42 (Clock) 133.07 511.7 P 3 11 Q 0.72 ( and) 160.16 511.7 P 5 9 Q 1.42 (Player) 182.99 511.7 P 3 11 Q 0.72 ( interf) 215.5 511.7 P 0.72 (aces de\336ne the methods for starting and stopping a) 242.68 511.7 P (player) 112.5 498.7 T (.) 139.38 498.7 T 4 F (4.1) 112.5 466.7 T (Starting a Playe) 148.5 466.7 T (r) 223.66 466.7 T 113 611/G5.76365 FmPA 3 F (Y) 112.5 445.7 T (ou typically start a player by calling) 119.23 445.7 T 5 9 Q (Player.star) 280.24 445.7 T 3 11 Q (t.T) 339.84 445.7 T (he) 352.37 445.7 T 5 9 Q (s) 365.5 445.7 T (tart) 370.92 445.7 T 3 11 Q ( method tells the) 392.59 445.7 T -0.23 (player to be) 112.5 432.7 P -0.23 (gin presenting media data as soon as possible. If necessary) 163.81 432.7 P -0.23 (,) 418.87 432.7 P 5 9 Q -0.45 (start) 424.14 432.7 P 3 11 Q -0.23 ( pre-) 451.23 432.7 P (pares the player to start by performing the realize and prefetch operations. If) 112.5 419.7 T 5 9 Q (start) 112.5 406.7 T 3 11 Q ( is called on a) 139.59 406.7 T 0 F (Started) 202.83 406.7 T 3 F ( player) 234.61 406.7 T (, the only ef) 264.41 406.7 T (fect is that a) 316.68 406.7 T 5 9 Q (StartEvent) 372.89 406.7 T 3 11 Q ( is posted) 427.07 406.7 T (in ackno) 112.5 393.7 T (wledgment of the method call) 149.8 393.7 T (.) 281.17 393.7 T 1.87 (Clock de\336nes a) 112.5 364.7 P 5 9 Q 3.69 (syncStart) 188.69 364.7 P 3 11 Q 1.87 ( method that can be used for synchronization. S) 237.45 364.7 P 1.87 (ee) 461.7 364.7 P (\322Synchronizing Players\323 on page) 112.5 351.7 T (25) 261.58 351.7 T ( for more information.) 272.58 351.7 T (T) 112.5 330.7 T (o start a player at a speci\336c point in a media stream:) 118.34 330.7 T (1.) 120.25 306.7 T 0.67 (Specify the point in the media stream at which you want to start by calling) 134.5 306.7 P 5 9 Q (setMediaTime) 134.5 292.7 T 3 11 Q (.) 199.52 292.7 T (2.) 120.25 272.7 T (Call) 134.5 272.7 T 5 9 Q (start) 155.59 272.7 T 3 11 Q ( on the player.) 182.68 272.7 T 4 F (4.2) 112.5 239.7 T (Stopping a Player) 148.5 239.7 T 113 384/G5.80562 FmPA 3 F (There are three situations in which a player will stop:) 112.5 210.7 T (\245) 124.65 187.7 T (When the) 134.5 187.7 T 5 9 Q (stop) 179.71 187.7 T 3 11 Q ( method is called on the player.) 201.38 187.7 T (\245) 124.65 169.7 T (When the player has reached the specified stop time.) 134.5 169.7 T (\245) 124.65 151.7 T (When the player has run out of media data.) 134.5 151.7 T 92.5 442.04 94.5 474.04 R V 92.5 348.04 94.5 401.04 R V 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.17/DEST FmPD2 [/Rect[113 349 273 359]/Border[0 0 0]/Page 33/View[/XYZ null 149 575 FmDC exch pop null]/LNK FmPD [/Title(A)/Rect[104 109 480 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "17" 25 %%Page: "18" 26 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Framework \320 Version) 286.52 682.5 T (1.0 Draft May 14,) 414.5 682.5 T ( 1997) 479.25 682.5 T 4 F (18) 103.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 3 11 Q (When a non-broadcast player is stopped, its media time is frozen. If the stopped) 140.54 659.7 T (player is subsequently restarted, media time resumes from the stop time. When) 140.54 646.7 T (you stop a broadcast player) 140.54 633.7 T (, ho) 260.46 633.7 T (we) 276.68 633.7 T (v) 289.23 633.7 T (er) 294.57 633.7 T (, only the receipt of the media data is) 302.67 633.7 T (stopped, the data continues to be broadcast. When you restart the broadcast) 140.54 620.7 T (player) 140.54 607.7 T (, the playback will resume where) 167.58 607.7 T (v) 312.72 607.7 T (er the broadcast is at that point in time.) 318.05 607.7 T (Y) 140.54 586.7 T (ou use the) 147.27 586.7 T 5 9 Q (stop) 194.62 586.7 T 3 11 Q ( method to stop a player immediately) 216.29 586.7 T (. If you call) 379.35 586.7 T 5 9 Q (stop) 432.81 586.7 T 3 11 Q ( on a) 454.48 586.7 T 0 F (Stopped) 140.54 573.7 T 3 F ( player) 175.98 573.7 T (, the only ef) 205.78 573.7 T (fect is that a) 258.05 573.7 T 5 9 Q (StopByRequestEvent) 314.26 573.7 T 3 11 Q ( is posted in) 411.78 573.7 T (ackno) 140.54 560.7 T (wledgment of the method call.) 166.53 560.7 T 0 F (4.2.1) 140.54 528.7 T (Stopping a Player at a Specified Time) 176.54 528.7 T 141 673/G5.76381 FmPA 3 F -0.19 (Y) 140.54 499.7 P -0.19 (ou can call) 147.27 499.7 P 5 9 Q -0.38 (setStopTime) 197.1 499.7 P 3 11 Q -0.19 ( to indicate when a player should stop. The player stops) 256.69 499.7 P 0.14 (when its media time passes) 140.54 486.7 P 0.14 ( t) 260.86 486.7 P 0.14 (he speci\336ed stop time. If the player\325) 266.8 486.7 P 0.14 (s rate is positi) 425.58 486.7 P 0.14 (v) 486.53 486.7 P 0.14 (e,) 491.87 486.7 P -0.1 (the player stops when the media time becomes greater) 140.54 473.7 P -0.1 (or equal to t) 380.65 473.7 P -0.1 (he stop time. If) 433.2 473.7 P 0.73 (the player\325) 140.54 460.7 P 0.73 (s rate is ne) 188.01 460.7 P 0.73 (g) 236.78 460.7 P 0.73 (ati) 242.22 460.7 P 0.73 (v) 252.95 460.7 P 0.73 (e, the player stops when the media time becomes less) 258.28 460.7 P 0.61 (than) 140.54 447.7 P 0.61 ( or equal to t) 159.48 447.7 P 0.61 (he stop time. The player stops immediately if its current media) 217.52 447.7 P (time is already be) 140.54 434.7 T (yond the speci\336ed stop time.) 218.27 434.7 T (F) 140.54 413.7 T (or e) 146.49 413.7 T (xample, assume that media time is 5.0 and the) 163.12 413.7 T 5 9 Q (setStopTime) 368.74 413.7 T 3 11 Q ( is called to set) 428.34 413.7 T (the stop time to 6.0. If the player\325) 140.54 400.7 T (s rate is positi) 287.49 400.7 T (v) 348.03 400.7 T (e, media time is increasing and) 353.36 400.7 T (the player will stop when the media time becomes greater than 6.0. Ho) 140.54 387.7 T (we) 451.26 387.7 T (v) 463.81 387.7 T (er) 469.15 387.7 T (, if) 477.26 387.7 T -0.07 (the player\325) 140.54 374.7 P -0.07 (s rate is ne) 187.2 374.7 P -0.07 (g) 233.57 374.7 P -0.07 (ati) 239.01 374.7 P -0.07 (v) 249.74 374.7 P -0.07 (e, it is playing in re) 255.07 374.7 P -0.07 (v) 339.39 374.7 P -0.07 (erse and the player will stop imme-) 344.72 374.7 P (diately because the media time is already be) 140.54 361.7 T (yond the stop time. \050F) 334.36 361.7 T (or more infor-) 431.06 361.7 T (mation about player rates, see) 140.54 348.7 T (\322Setting a Player\325) 274.34 348.7 T (s Rate\323 on page) 351.94 348.7 T (24) 424.04 348.7 T (.\051) 435.04 348.7 T -0.25 (Y) 140.54 327.7 P -0.25 (ou can al) 147.27 327.7 P -0.25 (w) 186.36 327.7 P -0.25 (ays call) 194.19 327.7 P 5 9 Q -0.5 (setStopTime) 229.74 327.7 P 3 11 Q -0.25 ( on a stopped player) 289.33 327.7 P -0.25 (. Ho) 376.31 327.7 P -0.25 (we) 394.72 327.7 P -0.25 (v) 407.27 327.7 P -0.25 (er) 412.61 327.7 P -0.25 (, you can only set) 420.72 327.7 P (the stop time on a) 140.54 314.7 T 0 F (Started) 221.51 314.7 T 3 F ( player if the stop time is not currently set. If the player) 253.29 314.7 T (already has a stop time,) 140.54 301.7 T 5 9 Q (setStopTime) 246.85 301.7 T 3 11 Q ( thro) 306.45 301.7 T (ws an error) 326.64 301.7 T (.) 375.52 301.7 T (Y) 140.54 280.7 T (ou can call) 147.27 280.7 T 5 9 Q (getStopTime) 197.67 280.7 T 3 11 Q ( to get the currently scheduled stop time. If the clock) 257.27 280.7 T (has no scheduled stop time,) 140.54 267.7 T 5 9 Q (getStopTime) 264.58 267.7 T 3 11 Q ( returns) 324.18 267.7 T 5 9 Q (Long.MAX_VALUE) 360.23 267.7 T 3 11 Q (. T) 436.08 267.7 T (o remo) 447.42 267.7 T (v) 478.11 267.7 T (e) 483.45 267.7 T (the stop time so that the player continues until it reaches end-of-media, call) 140.54 254.7 T 5 9 Q (set-) 474.15 254.7 T (StopTime\050Long.MAX_VALUE\051) 140.54 241.7 T 3 11 Q (.) 270.57 241.7 T 4 13 Q (5.0) 140.54 203.37 T (Managing Player States) 173.54 203.37 T 141 347/G5.83164 FmPA 3 11 Q (The transitions between states are controlled with \336v) 140.54 181.7 T (e methods:) 372.87 181.7 T 5 9 Q (\245) 151.12 162.04 T (realize) 162.54 162.04 T (\245) 151.12 147.04 T (prefetch) 162.54 147.04 T (\245) 151.12 132.04 T (start) 162.54 132.04 T 120.54 470.04 122.54 494.04 R V 120.54 444.04 122.54 455.04 R V 120.54 345.04 122.54 356.04 R V 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.18/DEST FmPD2 [/Rect[274 346 435 356]/Border[0 0 0]/Page 32/View[/XYZ null 177 446 FmDC exch pop null]/LNK FmPD [/Title(A)/Rect[132 109 508 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "18" 26 %%Page: "19" 27 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Players - Preparing a Player to Start) 112.5 682.5 T 4 F (19) 499.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 5 F (\245) 123.08 661.04 T (deallocate) 134.5 661.04 T (\245) 123.08 646.04 T (stop) 134.5 646.04 T 3 11 Q (By controlling when these methods are called, you can manage the state of a) 112.5 621.7 T (player) 112.5 608.7 T (. F) 139.38 608.7 T (or e) 150.84 608.7 T (xample, you might w) 167.47 608.7 T (ant to minimize start-latenc) 260.86 608.7 T (y by preparing the) 381.37 608.7 T (player to start before you actually start it.) 112.5 595.7 T (Y) 112.5 574.7 T (ou can implement the) 119.23 574.7 T 5 9 Q (ControllerListener) 217 574.7 T 3 11 Q ( interf) 314.52 574.7 T (ace to manage these control) 340.99 574.7 T -0.13 (methods in response to changes in the player\325) 112.5 561.7 P -0.13 (s state. Listening for a player\325) 311.69 561.7 P -0.13 (s state) 441.79 561.7 P -0.31 (transitions is also important in other cases. F) 112.5 548.7 P -0.31 (or e) 306.36 548.7 P -0.31 (xample, you cannot get a player\325) 322.69 548.7 P -0.31 (s) 464.74 548.7 P (components until the player has been) 112.5 535.7 T 0 F (Realized) 278.7 535.7 T 3 F (. By listening for a) 316.58 535.7 T 5 9 Q (RealizeCom-) 401.52 535.7 T (pleteEvent) 112.5 522.7 T 3 11 Q ( you can get the components as soon as the player is) 166.68 522.7 T 0 F (Realized) 398.87 522.7 T 3 F (.) 436.75 522.7 T 4 F (5.1) 112.5 490.7 T (Preparing a Player to Start) 148.5 490.7 T 113 635/G5.82076 FmPA 3 F -0.17 (Most media players cannot be started instantly) 112.5 461.7 P -0.17 (. Before the player can start, certain) 315.47 461.7 P 1.45 (hardw) 112.5 448.7 P 1.45 (are and softw) 139.88 448.7 P 1.45 (are conditions must be met. F) 201.92 448.7 P 1.45 (or e) 339.15 448.7 P 1.45 (xample, if the player has) 357.23 448.7 P -0.24 (ne) 112.5 435.7 P -0.24 (v) 122.61 435.7 P -0.24 (er been started, it might be necessary to allocate b) 127.94 435.7 P -0.24 (uf) 344.92 435.7 P -0.24 (fers in memory to store the) 353.81 435.7 P 1.1 (media data. Or if the media data resides on a netw) 112.5 422.7 P 1.1 (ork de) 343.62 422.7 P 1.1 (vice, the player might) 372.24 422.7 P 0.8 (ha) 112.5 409.7 P 0.8 (v) 122.66 409.7 P 0.8 (e to establish a netw) 128 409.7 P 0.8 (ork connection before it can do) 220.3 409.7 P 0.8 (wnload the data. Ev) 361.2 409.7 P 0.8 (en if) 450.81 409.7 P 0.27 (the player has been started before, the b) 112.5 396.7 P 0.27 (uf) 288.92 396.7 P 0.27 (fers might contain data that is not v) 297.81 396.7 P 0.27 (alid) 454.96 396.7 P (for the current media position.) 112.5 383.7 T 0 F (5.1.1) 112.5 351.7 T (Realizing and Prefetching the Player) 148.5 351.7 T 113 496/G5.83807 FmPA 3 F (JMF breaks the process of preparing a player to start into tw) 112.5 330.7 T (o phases,) 377.26 330.7 T 0 F (Realizing) 420.33 330.7 T 3 F (and) 112.5 317.7 T 0 F (Pr) 131.13 317.7 T (efetc) 141.73 317.7 T (hing) 162.33 317.7 T 3 F (. Realizing and prefetching a player before you start it minimizes) 181.89 317.7 T (the time it tak) 112.5 304.7 T (es the player to be) 173.2 304.7 T (gin presenting media when) 253.07 304.7 T 5 9 Q (start) 374.66 304.7 T 3 11 Q ( is called and) 401.75 304.7 T -0.32 (helps create a highly-responsi) 112.5 291.7 P -0.32 (v) 242.32 291.7 P -0.32 (e interacti) 247.65 291.7 P -0.32 (v) 290.74 291.7 P -0.32 (e e) 296.07 291.7 P -0.32 (xperience for the user) 308.1 291.7 P -0.32 (. Implementing) 402.14 291.7 P (the) 112.5 278.7 T 5 9 Q (ControllerListener) 128.69 278.7 T 3 11 Q ( interf) 226.22 278.7 T (ace allo) 252.68 278.7 T (ws you to control when these operations) 286.31 278.7 T (occur) 112.5 265.7 T (.) 136.33 265.7 T (Y) 112.5 244.7 T (ou call) 119.23 244.7 T 5 9 Q (realize) 151.62 244.7 T 3 11 Q (to mo) 194.96 244.7 T (v) 220.16 244.7 T (e the player into the) 225.5 244.7 T 0 F (Realizing) 315.62 244.7 T 3 F ( state and be) 357.18 244.7 T (gin the real-) 411.69 244.7 T (ization process. Y) 112.5 231.7 T (ou call) 190.41 231.7 T 5 9 Q (prefetch) 222.8 231.7 T 3 11 Q ( to mo) 266.14 231.7 T (v) 294.09 231.7 T (e the player into the) 299.43 231.7 T 0 F (Pr) 389.55 231.7 T (efetc) 400.14 231.7 T (hing) 420.75 231.7 T 3 F ( state) 440.3 231.7 T (and initiate the prefetching process.) 112.5 218.7 T (\322Player States\323 on page) 271.97 218.7 T (6) 378.89 218.7 T ( describes the oper-) 384.39 218.7 T (ations that a player performs in each of these states. Y) 112.5 205.7 T (ou cannot synchronously) 349.26 205.7 T -0 (mo) 112.5 192.7 P -0 (v) 126.39 192.7 P -0 (e the player directly into the) 131.73 192.7 P 0 F -0 (Realized) 258.2 192.7 P 3 F -0 ( or) 296.08 192.7 P 0 F -0 (Pr) 310.74 192.7 P -0 (efetc) 321.33 192.7 P -0 (hed) 341.94 192.7 P 3 F -0 ( state. When it completes) 357.82 192.7 P (the operation, the player posts a) 112.5 179.7 T 5 9 Q (RealizeCompleteEvent) 255.17 179.7 T 3 11 Q (or) 368.95 179.7 T 5 9 Q ( PrefetchComple-) 378.11 179.7 T (teEvent) 112.5 166.7 T 3 11 Q (.) 150.43 166.7 T 92.5 215.04 94.5 226.04 R V 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.19/DEST FmPD2 [/Rect[272 216 384 226]/Border[0 0 0]/Page 14/View[/XYZ null 177 766 FmDC exch pop null]/LNK FmPD [/Title(A)/Rect[104 109 480 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "19" 27 %%Page: "20" 28 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Framework \320 Version) 286.52 682.5 T (1.0 Draft May 14,) 414.5 682.5 T ( 1997) 479.25 682.5 T 4 F (20) 103.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 3 11 Q -0.07 (A player in the) 140.54 659.7 P 0 F -0.07 (Pr) 208.68 659.7 P -0.07 (efetc) 219.27 659.7 P -0.07 (hed) 239.87 659.7 P 3 F -0.07 ( state is prepared to start and its start-up latenc) 255.76 659.7 P -0.07 (y cannot) 459.32 659.7 P -0.47 (be further reduced. Ho) 140.54 646.7 P -0.47 (we) 238.41 646.7 P -0.47 (v) 250.96 646.7 P -0.47 (er) 256.3 646.7 P -0.47 (, setting the media time through) 264.4 646.7 P 5 9 Q -0.93 (setMediaTime) 404.26 646.7 P 3 11 Q -0.47 ( might) 469.27 646.7 P (return the player to the) 140.54 633.7 T 0 F (Realized) 243.48 633.7 T 3 F ( state, increasing its start-up latenc) 281.37 633.7 T (y) 433.34 633.7 T (.) 438.13 633.7 T (K) 140.54 612.7 T (eep in mind that a) 148.2 612.7 T 0 F (Pr) 229.78 612.7 T (efetc) 240.37 612.7 T (hed) 260.97 612.7 T 3 F ( player ties up system resources. Because some) 276.86 612.7 T (resources, such as sound cards,) 140.54 599.7 T (might only be usable b) 280.14 599.7 T (y only one program at a) 380.36 599.7 T (time, this might pre) 140.54 586.7 T (v) 226.43 586.7 T (ent other players from starting.) 231.77 586.7 T 0 F (5.1.2) 140.54 554.7 T (Determining a Player\325s Start-up Latency) 176.54 554.7 T 141 699/G5.82368 FmPA 3 F -0.01 (T) 140.54 533.7 P -0.01 (o determine ho) 146.38 533.7 P -0.01 (w much time is required to start a player) 212.07 533.7 P -0.01 (, you can call) 389.37 533.7 P 5 9 Q -0.02 (getStart-) 450.74 533.7 P (Latency) 140.54 520.7 T 3 11 Q (. F) 177.75 520.7 T (or players that ha) 189.2 520.7 T (v) 265.04 520.7 T (e a v) 270.38 520.7 T (ariable start latenc) 290.87 520.7 T (y) 371.35 520.7 T (, the return v) 376.13 520.7 T (alue of) 432.07 520.7 T 5 9 Q (get-) 465.05 520.7 T (StartLatency) 140.54 507.7 T 3 11 Q ( represents the maximum possible start latenc) 205.55 507.7 T (y) 405.81 507.7 T (.) 410.59 507.7 T -0.24 (The start-up latenc) 140.54 486.7 P -0.24 (y reported by) 222.37 486.7 P 5 9 Q -0.47 (getStartLatency) 283.06 486.7 P 3 11 Q -0.24 ( might dif) 364.33 486.7 P -0.24 (fer depending on the) 406.97 486.7 P -0.35 (player\325) 140.54 473.7 P -0.35 (s current state. F) 171.08 473.7 P -0.35 (or e) 242.57 473.7 P -0.35 (xample, after a) 258.85 473.7 P 5 9 Q -0.69 (prefetch) 326.22 473.7 P 3 11 Q -0.35 ( operation, the v) 369.56 473.7 P -0.35 (alue returned) 439.72 473.7 P (by) 140.54 460.7 T 5 9 Q (getStartLatency) 154.29 460.7 T 3 11 Q ( is typically smaller) 235.55 460.7 T (.) 321.42 460.7 T (A player is not guaranteed to start at a speci\336ed time unless you ha) 140.54 439.7 T (v) 434.52 439.7 T (e established) 439.86 439.7 T -0.17 (that the start time is feasible by calling) 140.54 426.7 P 5 9 Q -0.34 (getStartLatency) 312.11 426.7 P 3 11 Q -0.17 (. F) 392.66 426.7 P -0.17 (or some media types,) 403.94 426.7 P 5 9 Q (getStartLatency) 140.54 413.7 T 3 11 Q ( might be unable to return a useful v) 221.8 413.7 T (alue.) 381.01 413.7 T 4 F (5.2) 140.54 381.7 T (Starting and Stopping a Player) 176.54 381.7 T 141 526/G5.82093 FmPA 3 F (Calling) 140.54 360.7 T 5 9 Q (start) 175.68 360.7 T 3 11 Q (m) 205.52 360.7 T (o) 214.08 360.7 T (v) 219.41 360.7 T (es a player into the) 224.75 360.7 T 0 F (Started) 310.59 360.7 T 3 F ( state. As soon as) 342.37 360.7 T 5 9 Q (start) 421.2 360.7 T 3 11 Q ( i) 448.29 360.7 T (s called,) 454.1 360.7 T (methods that are) 140.54 347.7 T (only) 215.99 347.7 T (l) 238.3 347.7 T (e) 241.36 347.7 T (g) 246.08 347.7 T (al) 251.52 347.7 T ( f) 259.47 347.7 T (or stopped players cannot be called until the player) 265.88 347.7 T (has been stopped.) 140.54 334.7 T -0.25 (If) 140.54 313.7 P 5 9 Q -0.48 (start) 150.37 313.7 P 3 11 Q -0.25 ( is called and the player has not been prefetched,) 177.46 313.7 P 5 9 Q -0.48 (start) 391.59 313.7 P 3 11 Q -0.25 ( performs the real-) 418.68 313.7 P -0.33 (ize and prefetch operations as needed to mo) 140.54 300.7 P -0.33 (v) 330.84 300.7 P -0.33 (e the player into the) 336.17 300.7 P 0 F -0.33 (Pr) 424.66 300.7 P -0.33 (efetc) 435.25 300.7 P -0.33 (hed) 455.86 300.7 P 3 F -0.33 ( state.) 471.74 300.7 P (The player posts transition e) 140.54 287.7 T (v) 264.91 287.7 T (ents as it mo) 270.25 287.7 T (v) 325.39 287.7 T (es through each state.) 330.73 287.7 T (When) 140.54 266.7 T 5 9 Q (stop) 169.55 266.7 T 3 11 Q ( is called on a player) 191.23 266.7 T (, the player is considered to be stopped immedi-) 281.51 266.7 T -0.36 (ately;) 140.54 253.7 P 5 9 Q -0.71 (stop) 167.37 253.7 P 3 11 Q -0.36 ( is synchronous. Ho) 189.04 253.7 P -0.36 (we) 275.07 253.7 P -0.36 (v) 287.62 253.7 P -0.36 (er) 292.95 253.7 P -0.36 (, a player can also stop asynchronously when) 301.06 253.7 P (it reaches either the end of its media stream or the stop time pre) 140.54 240.7 T (viously set with) 419.79 240.7 T 5 9 Q (setStopTime) 140.54 227.7 T 3 11 Q (.) 200.13 227.7 T -0.06 (When a player stops, it posts a) 140.54 206.7 P 5 9 Q -0.11 (StopEvent) 277.01 206.7 P 3 11 Q -0.06 (. T) 325.78 206.7 P -0.06 (o determine wh) 337.06 206.7 P -0.06 (y the player stopped,) 405.32 206.7 P (you must listen for the speci\336c stop e) 140.54 193.7 T (v) 304.34 193.7 T (ents:) 309.67 193.7 T 5 9 Q (DeallocateEvent) 333.2 193.7 T 3 11 Q (,) 414.47 193.7 T 5 9 Q (EndOfMediaE-) 419.97 193.7 T (vent) 140.54 180.7 T 3 11 Q (,) 162.21 180.7 T 5 9 Q (Restart) 167.71 180.7 T (ing) 205.63 180.7 T (Event) 221.89 180.7 T 3 11 Q (,) 248.98 180.7 T 5 9 Q (StopAtTimeEvent) 254.48 180.7 T 3 11 Q (, or) 335.75 180.7 T 5 9 Q (StopByRequestEvent) 353.16 180.7 T 3 11 Q (.) 450.68 180.7 T 120.54 596.04 122.54 607.04 R V 120.54 344.04 122.54 368.04 R V 120.54 284.04 122.54 295.04 R V 120.54 177.04 122.54 188.04 R V 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.20/DEST FmPD2 [/Title(A)/Rect[132 109 508 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "20" 28 %%Page: "21" 29 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Players - Releasing Player Resources) 112.5 682.5 T 4 F (21) 499.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 4 11 Q (5.3) 112.5 659.7 T (Releasing Player Resources) 148.5 659.7 T 113 804/G5.82098 FmPA 3 F -0.25 (The) 112.5 638.7 P 5 9 Q -0.49 (deallocate) 132.11 638.7 P 3 11 Q -0.25 ( method tells a player to release an) 186.29 638.7 P -0.25 (y e) 336.82 638.7 P -0.25 (xclusi) 349.54 638.7 P -0.25 (v) 375.54 638.7 P -0.25 (e resources and min-) 380.88 638.7 P (imize its use of non-e) 112.5 625.7 T (xclusi) 207.04 625.7 T (v) 233.05 625.7 T (e resources. Although b) 238.38 625.7 T (uf) 342.64 625.7 T (fering and memory man-) 351.53 625.7 T (agement requirements for players are not speci\336ed, most Ja) 112.5 612.7 T (v) 373.48 612.7 T (a Media Players) 378.7 612.7 T (allocate b) 112.5 599.7 T (uf) 154.74 599.7 T (fers that are lar) 163.63 599.7 T (ge by the standards of Ja) 229.71 599.7 T (v) 337.93 599.7 T (a objects. A well-imple-) 343.16 599.7 T -0.26 (mented player releases as much internal memory as possible when) 112.5 586.7 P 5 9 Q -0.52 (deallocate) 404.97 586.7 P 3 11 Q -0.26 ( is) 459.15 586.7 P (called.) 112.5 573.7 T 2.83 (The) 112.5 544.7 P 5 9 Q 5.57 (deallocate) 135.18 544.7 P 3 11 Q 2.83 ( method can only be called on a) 189.36 544.7 P 0 F 2.83 (Stopped) 354.32 544.7 P 3 F 2.83 ( player) 389.76 544.7 P 2.83 (. T) 422.22 544.7 P 2.83 (o a) 436.39 544.7 P 2.83 (v) 452.13 544.7 P 2.83 (oid) 457.41 544.7 P 5 9 Q 0.16 (ClockStartedErrors) 112.5 531.7 P 3 11 Q 0.08 (, you should call) 210.02 531.7 P 5 9 Q 0.16 (stop) 285.83 531.7 P 3 11 Q 0.08 ( before you call) 307.5 531.7 P 5 9 Q 0.16 (deallocate) 379.31 531.7 P 3 11 Q 0.08 (. Calling) 433.49 531.7 P 5 9 Q 2.7 (deallocate) 112.5 518.7 P 3 11 Q 1.37 ( on a player in the) 166.68 518.7 P 0 F 1.37 (Pr) 256.79 518.7 P 1.37 (efetc) 267.38 518.7 P 1.37 (hing) 287.98 518.7 P 3 F 1.37 ( or) 307.54 518.7 P 0 F 1.37 (Pr) 324.95 518.7 P 1.37 (efetc) 335.54 518.7 P 1.37 (hed) 356.14 518.7 P 3 F 1.37 ( state returns it to the) 372.03 518.7 P 0 F 1.26 (Realized) 112.5 505.7 P 3 F 1.26 ( state. If) 150.38 505.7 P 5 9 Q 2.49 (deallocate) 192.67 505.7 P 3 11 Q 1.26 ( is called while the player is realizing, the player) 246.85 505.7 P 0.29 (posts a) 112.5 492.7 P 5 9 Q 0.57 (deallocateEvent) 146.08 492.7 P 3 11 Q 0.29 ( and returns to the) 227.35 492.7 P 0 F 0.29 (Unr) 310.97 492.7 P 0.29 (ealized) 328.29 492.7 P 3 F 0.29 ( state. \050Once a player has) 359.45 492.7 P (been realized, it can ne) 112.5 479.7 T (v) 213.33 479.7 T (er return to the) 218.66 479.7 T 0 F (Unr) 286.48 479.7 T (ealized) 303.79 479.7 T 3 F ( state.\051) 334.95 479.7 T (Y) 112.5 458.7 T (ou generally call) 119.23 458.7 T 5 9 Q (deallocate) 195.3 458.7 T 3 11 Q ( when the player is not being used. F) 249.48 458.7 T (or e) 410.93 458.7 T (xample,) 427.57 458.7 T (an applet should call) 112.5 445.7 T 5 9 Q (deallocate) 205.99 445.7 T 3 11 Q ( as part of its) 260.17 445.7 T 5 9 Q (stop) 319.74 445.7 T 3 11 Q ( method. By calling) 341.42 445.7 T 5 9 Q (deallo-) 430.95 445.7 T (cate) 112.5 432.7 T 3 11 Q (, the program can maintain references to the player) 134.17 432.7 T (, while freeing other) 357.64 432.7 T (resources for use by the system as a whole. \050JMF does not pre) 112.5 419.7 T (v) 385.04 419.7 T (ent a) 390.37 419.7 T 0 F (Realized) 414.2 419.7 T 3 F -0.28 (player that has formerly been) 112.5 406.7 P 0 F -0.28 (Pr) 242.75 406.7 P -0.28 (efetc) 253.34 406.7 P -0.28 (hed) 273.95 406.7 P 3 F -0.28 ( or) 289.83 406.7 P 0 F -0.28 (Started) 303.93 406.7 P 3 F -0.28 ( from maintaining information) 335.71 406.7 P (that w) 112.5 393.7 T (ould allo) 139.58 393.7 T (w it to be started up more quickly in the future.\051) 178.12 393.7 T 4 F (5.4) 112.5 361.7 T (Implementing the ControllerListener Interface) 148.5 361.7 T 113 506/G5.82251 FmPA 5 9 Q 0.27 (ControllerListener) 112.5 332.7 P 3 11 Q 0.14 ( is an asynchronous interf) 210.02 332.7 P 0.14 (ace for handling e) 323.51 332.7 P 0.14 (v) 402.76 332.7 P 0.14 (ents generated) 408.1 332.7 P -0.16 (by) 112.5 319.7 P 5 9 Q -0.32 (Controller) 126.09 319.7 P 3 11 Q -0.16 ( objects. By implementing the) 180.27 319.7 P 5 9 Q -0.32 (ControllerListener) 314.51 319.7 P 3 11 Q -0.16 ( interf) 412.04 319.7 P -0.16 (ace and) 438.34 319.7 P 0.2 (using the player control methods, you can manage the timing of potentially time-) 112.5 306.7 P (consuming player operations such as prefetching.) 112.5 293.7 T (T) 112.5 272.7 T (o implement the) 118.34 272.7 T 5 9 Q (ControllerListener) 192.59 272.7 T 3 11 Q ( interf) 290.11 272.7 T (ace, you need to:) 316.58 272.7 T (1.) 120.25 248.7 T (Register your class as a listener by calling) 134.5 248.7 T 5 9 Q (addControllerListener) 322.08 248.7 T 3 11 Q (.) 435.86 248.7 T (2.) 120.25 228.7 T (Implement the) 134.5 228.7 T 5 9 Q (controllerUpdate) 201.1 228.7 T 3 11 Q ( method.) 287.79 228.7 T (When a controller posts an e) 112.5 197.7 T (v) 237.78 197.7 T (ent, it calls) 243.11 197.7 T 5 9 Q (controllerUpdate) 293.83 197.7 T 3 11 Q ( on each re) 380.52 197.7 T (gistered) 428.31 197.7 T (listener) 112.5 184.7 T (. T) 144.28 184.7 T (ypically) 155.62 184.7 T (,) 190.35 184.7 T 5 9 Q (controllerUpdate) 195.85 184.7 T 3 11 Q ( is implemented as a series of) 282.54 184.7 T 5 9 Q (if-else) 414.82 184.7 T 3 11 Q (statements of the form:) 112.5 171.7 T 112.5 143.04 471.46 155.04 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 112.5 143.04 471.46 155.04 R 7 X 0 0 0 1 0 0 0 K V 112.5 153.04 472.5 153.04 2 L V 0.25 H 0 Z 0 X N 40.5 63 571.5 729 C 5 9 Q 0 X 0 0 0 1 0 0 0 K (if\050instance) 134.5 137.04 T (o) 194.1 137.04 T (f EventType\051{) 199.52 137.04 T (...) 134.5 125.04 T 92.5 122.04 94.5 143.04 R V 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.21/DEST FmPD2 [/Title(A)/Rect[104 109 480 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "21" 29 %%Page: "22" 30 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Framework \320 Version) 286.52 682.5 T (1.0 Draft May 14,) 414.5 682.5 T ( 1997) 479.25 682.5 T 4 F (22) 103.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 5 F (} else if \050instance) 162.54 661.04 T (o) 265.48 661.04 T (f OtherEventType\051{) 270.89 661.04 T (...) 162.54 649.04 T 140.54 622.04 499.5 634.04 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 140.54 622.04 499.5 634.04 R 7 X 0 0 0 1 0 0 0 K V 140.54 624.04 500.54 624.04 2 L V 0.25 H 0 Z 0 X N 40.5 63 571.5 729 C 5 9 Q 0 X 0 0 0 1 0 0 0 K (}) 162.54 637.04 T 3 11 Q -0.21 (This \336lters out the e) 140.54 598.7 P -0.21 (v) 227.41 598.7 P -0.21 (ents that you are not interested in. If you ha) 232.75 598.7 P -0.21 (v) 421.87 598.7 P -0.21 (e re) 427.21 598.7 P -0.21 (gistered as a) 443.01 598.7 P -0.15 (listener with multiple players, you also need to determine which player generated) 140.54 585.7 P (the e) 140.54 572.7 T (v) 161.34 572.7 T (ent. Controller e) 166.67 572.7 T (v) 238.19 572.7 T (ents come \322stamped\323 with a reference to their source that) 243.53 572.7 T (you can access by calling) 140.54 559.7 T 5 9 Q (getSource) 255.09 559.7 T 3 11 Q (.) 303.85 559.7 T (Y) 140.54 538.7 T (ou should also check the tar) 147.27 538.7 T (get state by calling) 269.58 538.7 T 5 9 Q (getTargetState) 355.12 538.7 T 3 11 Q ( before calling) 430.98 538.7 T -0.41 (an) 140.54 525.7 P -0.41 (y of the methods that are restricted to) 150.75 525.7 P 0 F -0.41 (Stopped) 314.29 525.7 P 3 F -0.41 ( players. If) 349.73 525.7 P 5 9 Q -0.81 (start) 398.6 525.7 P 3 11 Q -0.41 ( has been called,) 425.69 525.7 P (the player is considered to be in the) 140.54 512.7 T 0 F (Started) 299.4 512.7 T 3 F ( state, though it might be posting tran-) 331.18 512.7 T (sition e) 140.54 499.7 T (v) 172.35 499.7 T (ents as it prepares the player to present media.) 177.68 499.7 T (Some classes of controller e) 140.54 478.7 T (v) 263.68 478.7 T (ent are stamped with additional state information.) 269.02 478.7 T (F) 140.54 465.7 T (or e) 146.49 465.7 T (xample, the) 163.12 465.7 T 5 9 Q (StartEvent) 217.19 465.7 T 3 11 Q ( and) 271.37 465.7 T 5 9 Q (StopEvent) 292.76 465.7 T 3 11 Q ( classes each de\336ne a method that) 341.52 465.7 T (allo) 140.54 452.7 T (ws you to retrie) 156.76 452.7 T (v) 225.22 452.7 T (e the media time at which the e) 230.56 452.7 T (v) 367.45 452.7 T (ent occurred.) 372.79 452.7 T 4 13 Q (6.0) 140.54 414.37 T (Managing Timing and Synchronization) 173.54 414.37 T 141 558/G5.83641 FmPA 3 11 Q 0.82 (In man) 140.54 384.7 P 0.82 (y cases, instead of playing a single media stream from be) 172.05 384.7 P 0.82 (ginning to end,) 431.55 384.7 P 0.15 (you w) 140.54 371.7 P 0.15 (ant to play a portion of the stream or synchronize the playback of a stream.) 167.77 371.7 P 0.22 (The JMF) 140.54 358.7 P 5 9 Q 0.43 (TimeBase) 183.75 358.7 P 3 11 Q 0.22 ( and) 227.09 358.7 P 5 9 Q 0.43 (Clock) 248.91 358.7 P 3 11 Q 0.22 ( interf) 276 358.7 P 0.22 (aces de\336ne the mechanism for managing the) 302.68 358.7 P (timing and synchronization of media playback.) 140.54 345.7 T (A) 140.54 324.7 T 0 F ( time base) 148.48 324.7 T 3 F ( represents the \337o) 193.08 324.7 T (w of time. A) 270.71 324.7 T 0 F (time-base time) 329.06 324.7 T 3 F ( cannot be transformed) 393.52 324.7 T -0.16 (or reset. A Ja) 140.54 311.7 P -0.16 (v) 197.86 311.7 P -0.16 (a Media Player uses its time base to k) 203.08 311.7 P -0.16 (eep time in the same w) 367.25 311.7 P -0.16 (ay that) 467.44 311.7 P -0.19 (a quartz w) 140.54 298.7 P -0.19 (atch uses a crystal that vibrates at a kno) 185.87 298.7 P -0.19 (wn frequenc) 358.23 298.7 P -0.19 (y to k) 412.55 298.7 P -0.19 (eep time. The) 437.13 298.7 P (system maintains a master time-base that measures time in nanoseconds from a) 140.54 285.7 T (speci\336ed base time, such as January 1, 1970. The system time-base is dri) 140.54 272.7 T (v) 460.74 272.7 T (en by) 466.08 272.7 T (the system clock and is accessible through the) 140.54 259.7 T 5 9 Q (Manager) 345.84 259.7 T 3 11 Q (.) 383.16 259.7 T 5 9 Q (getSystemTimeBase) 385.91 259.7 T 3 11 Q (method.) 140.54 246.7 T (A player\325) 140.54 225.7 T (s) 181.77 225.7 T 0 F (media time) 188.8 225.7 T 3 F ( represents a) 237.38 225.7 T (point in time w) 295.11 225.7 T (ithin the stream that the player) 362.03 225.7 T -0.06 (is presenting. The media time can be started, stopped, and reset, much lik) 140.54 212.7 P -0.06 (e a stop-) 462.35 212.7 P (w) 140.54 199.7 T (atch.) 148.37 199.7 T (A clock de\336nes the mapping between a time base and the media time.) 140.54 178.7 T 120.54 634.04 122.54 667.04 R V 120.54 222.04 122.54 233.04 R V 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.22/DEST FmPD2 [/Title(A)/Rect[132 109 508 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "22" 30 %%Page: "23" 31 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Players - Setting the Media Time) 112.5 682.5 T 4 F (23) 499.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 3 11 Q 1.12 (A Ja) 112.5 542.67 P 1.12 (v) 133.26 542.67 P 1.12 (a Media Player can answer se) 138.48 542.67 P 1.12 (v) 274.25 542.67 P 1.12 (eral useful timing queries about the media) 279.58 542.67 P 1.2 (source it is presenting. Of course, timing information is subject to the ph) 112.5 529.67 P 1.2 (ysical) 445.8 529.67 P -0.04 (characteristics and limitations of both the media source and of the netw) 112.5 516.67 P -0.04 (ork de) 425.66 516.67 P -0.04 (vice) 453.14 516.67 P (on which it is stored.) 112.5 503.67 T 4 F (6.1) 112.5 471.67 T (Setting the Media Time) 148.5 471.67 T 113 616/G5.81840 FmPA 3 F 1.78 (Setting a player\325) 112.5 442.67 P 1.78 (s media time is equi) 188.16 442.67 P 1.78 (v) 283 442.67 P 1.78 (alent to setting a read position within a) 288.22 442.67 P 0.38 (media stream. F) 112.5 429.67 P 0.38 (or a media data source such as a \336le, the media time is bounded;) 183.66 429.67 P (the maximum media time is de\336ned by the end of the media stream.) 112.5 416.67 T (T) 112.5 395.67 T (o set the media time you call) 118.34 395.67 T 5 9 Q (setMediaTime) 247.58 395.67 T 3 11 Q (, specifying a time in nanoseconds.) 312.6 395.67 T 4 F (6.2) 112.5 363.67 T (Getting the Current Time) 148.5 363.67 T 113 508/G5.80319 FmPA 3 F 0.28 (Calling) 112.5 334.67 P 5 9 Q 0.55 (getMediaTime) 147.93 334.67 P 3 11 Q 0.28 ( returns the player\325) 212.94 334.67 P 0.28 (s current media time in nanoseconds. If) 296.57 334.67 P 2.51 (the player is not presenting media data, this is the point from which media) 112.5 321.67 P 0 (presentation will commence.) 112.5 308.67 P 0 (There is not a one-to-one correspondence between a) 242.05 308.67 P 0.05 (media time and a particular frame. Each frame is presented for a certain period of) 112.5 295.67 P (time, and the media time continues to adv) 112.5 282.67 T (ance during this period.) 296.16 282.67 T (F) 112.5 261.67 T (or e) 118.45 261.67 T (xample, imagine you ha) 135.08 261.67 T (v) 240.57 261.67 T (e a slide sho) 245.91 261.67 T (w player that displays each slide for 5) 299.71 261.67 T (seconds\321the player essentially has a frame rate of 0.2 frames per second.) 112.5 248.67 T 112.5 568 471.46 656.04 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 359.19 596.04 359.19 597.91 363.83 596.04 359.19 594.16 4 Y 0.5 H 0 Z 0 X 0 0 0 1 0 0 0 K N 359.19 596.04 359.19 597.91 363.83 596.04 359.19 594.16 4 Y V 125.59 596.04 358.94 596.04 2 L 2 Z N 287.19 632.04 287.19 633.91 291.83 632.04 287.19 630.16 4 Y 0 Z N 287.19 632.04 287.19 633.91 291.83 632.04 287.19 630.16 4 Y V 148.5 632.04 286.94 632.04 2 L 2 Z N 3 9 Q (time-base time) 379.75 592.04 T (media time) 366 628.04 T 180.25 598.12 180.25 594.12 2 L 1 H N 232.92 598.12 232.92 594.12 2 L N 278.17 598.12 278.17 594.12 2 L N 318.17 598.12 318.17 594.12 2 L N 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (start) 173 584.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (stop) 225.67 584.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (start) 270.5 584.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K (stop) 310.5 584.67 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 148.5 634.12 148.5 630.12 2 L 2 H N 201.17 634.12 201.17 630.12 2 L 1 H N 241.17 634.12 241.17 630.12 2 L N J 148.71 631.75 179.34 596.12 2 L J 148.71 631.75 149.29 631.08 2 L 0.25 H N [1.711 4.156] 1.711 I 149.29 631.08 178.77 596.79 2 L N J 178.77 596.79 179.34 596.12 2 L N J 201.22 631.75 233.09 596.12 2 L J 201.22 631.75 201.8 631.1 2 L N [1.743 4.232] 1.743 I 201.8 631.1 232.51 596.78 2 L N J 232.51 596.78 233.09 596.12 2 L N J 201.22 631.75 277.47 596.12 2 L J 201.22 631.75 202.01 631.38 2 L N [1.753 4.258] 1.753 I 202.01 631.38 276.67 596.49 2 L N J 276.67 596.49 277.47 596.12 2 L N J 241.22 631.75 318.09 596.12 2 L J 241.22 631.75 242.01 631.38 2 L N [1.765 4.288] 1.765 I 242.01 631.38 317.3 596.49 2 L N J 317.3 596.49 318.09 596.12 2 L N J (end of media) 268.5 639.29 T (0) 144.96 639.25 T 90 450 1.56 1.56 294.65 631.44 G 2 H 90 450 1.56 1.56 294.65 631.44 A 40.5 63 571.5 729 C 92.5 245 94.5 316 R 0 X 0 0 0 1 0 0 0 K V 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.23/DEST FmPD2 [/Title(A)/Rect[104 109 480 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "23" 31 %%Page: "24" 32 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Framework \320 Version) 286.52 682.5 T (1.0 Draft May 14,) 414.5 682.5 T ( 1997) 479.25 682.5 T 4 F (24) 103.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 3 11 Q (If you start the player at time 0.0, while the \336rst \322frame\323 is displayed, the media) 140.54 483.27 T -0 (time adv) 140.54 470.27 P -0 (ances from 0.0 to 5.0. If you start at time 2.0, the \336rst frame is displayed) 178.45 470.27 P (for 3 seconds, until time 5.0 is reached.) 140.54 457.27 T (Media time is measured in nanoseconds because dif) 140.54 436.27 T (ferent types of media with) 368.47 436.27 T (v) 140.54 423.27 T (arying frame rates can be presented together) 145.76 423.27 T (.) 340.03 423.27 T (Y) 140.54 402.27 T (ou can get a player\325) 147.27 402.27 T (s current time-base time by getting the player\325) 233.41 402.27 T (s time base) 435.96 402.27 T (and calling) 140.54 389.27 T 5 9 Q (getRefTime) 191.86 389.27 T 3 11 Q (:) 246.04 389.27 T 3 9 Q (myCurrentTBTime = player1.getTimeBase\050\051.getRefTime\050\051;) 162.54 364.61 T 3 11 Q (When a player is running, you can get the time-base time that corresponds to a) 140.54 339.27 T (particular media time by calling) 140.54 326.27 T 5 9 Q (mapToTimeBase) 283.82 326.27 T 3 11 Q (.) 354.26 326.27 T 4 F (6.3) 140.54 294.27 T (Setting a Player\325s Rate) 176.54 294.27 T 141 438/G5.83103 FmPA 3 F 0.86 (The player\325) 140.54 265.27 P 0.86 (s rate determines ho) 191.8 265.27 P 0.86 (w media time changes with respect to time-base) 282.39 265.27 P 0.5 (time; it de\336nes ho) 140.54 252.27 P 0.5 (w man) 220.89 252.27 P 0.5 (y units a player\325) 250.86 252.27 P 0.5 (s media time adv) 322.92 252.27 P 0.5 (ances for e) 398.99 252.27 P 0.5 (v) 447.35 252.27 P 0.5 (ery unit of) 452.68 252.27 P 0.04 (time-base time. The player\325) 140.54 239.27 P 0.04 (s rate can be thought of as a temporal scale f) 261.64 239.27 P 0.04 (actor) 457.46 239.27 P 0.04 (. F) 478.84 239.27 P 0.04 (or) 490.34 239.27 P 0.59 (e) 140.54 226.27 P 0.59 (xample, a rate of 2.0 indicates that media time passes twice as f) 145.25 226.27 P 0.59 (ast as the time-) 431.44 226.27 P (base time when the player is started.) 140.54 213.27 T -0.15 (In theory) 140.54 192.27 P -0.15 (, a player\325) 179.69 192.27 P -0.15 (s rate could be set to an) 223.06 192.27 P -0.15 (y real number) 325.25 192.27 P -0.15 (, with ne) 385.6 192.27 P -0.15 (g) 423.32 192.27 P -0.15 (ati) 428.77 192.27 P -0.15 (v) 439.49 192.27 P -0.15 (e rates inter-) 444.83 192.27 P -0.21 (preted as playing the media in re) 140.54 179.27 P -0.21 (v) 282.56 179.27 P -0.21 (erse.) 287.89 179.27 P -0.21 ( Ho) 308.35 179.27 P -0.21 (we) 324.05 179.27 P -0.21 (v) 336.61 179.27 P -0.21 (er) 341.94 179.27 P -0.21 (, so) 350.05 179.27 P -0.21 (me media formats ha) 365.11 179.27 P -0.21 (v) 456.81 179.27 P -0.21 (e depen-) 462.15 179.27 P (dencies between frames that mak) 140.54 166.27 T (e it impossible or impractical to play them in) 286.44 166.27 T (re) 140.54 153.27 T (v) 148.81 153.27 T (erse, or at non-standard rates.) 154.14 153.27 T 140.54 500.61 499.5 656.04 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 298.13 548.29 298.13 550.42 301.82 548.29 298.13 546.15 4 Y 1 H 0 Z 0 X 0 0 0 1 0 0 0 K N 298.13 548.29 298.13 550.42 301.82 548.29 298.13 546.15 4 Y V 197.82 548.29 297.63 548.29 2 L 2 Z N 226.39 555.43 226.39 541.86 2 L N 255.11 555.43 255.11 541.86 2 L N 281.54 555.43 281.54 541.86 2 L N 9 7 Q (5) 224.45 531.14 T (10) 251.21 531.14 T (15) 277.64 531.14 T 9 28 Q (}) 0 -90 204.39 526 TF (}) 0 -90 257.96 526 TF (}) 0 -90 230.96 526 TF 9 7 Q (fr) 198.29 506.86 T (ame 1) 202.49 506.86 T (fr) 227 506.86 T (ame 2) 231.21 506.86 T (fr) 255.43 506.86 T (ame 3) 259.64 506.86 T (getMediaTime) 148.54 641.14 T (Dur) 301.39 536.14 T (ation) 312.6 536.14 T 197.82 548.29 292.82 643.29 2 L 0.5 H N 197.96 648.45 195.83 648.45 197.96 652.14 200.1 648.45 4 Y 1 H 0 Z N 197.96 648.45 195.83 648.45 197.96 652.14 200.1 648.45 4 Y V 197.96 548.14 197.96 647.95 2 L 2 Z N 190.82 576 204.39 576 2 L N 190.82 604.71 204.39 604.71 2 L N 190.82 632.71 204.39 632.71 2 L N 198.54 548.29 224.96 548.29 2 L 1.5 H N 226.39 576 252.82 576 2 L N 255.11 604.71 281.54 604.71 2 L N (5) 181.16 573.49 T (10) 179.21 602.2 T (15) 179.21 630.2 T 40.5 63 571.5 729 C 120.54 419.61 122.54 667.04 R 0 X 0 0 0 1 0 0 0 K V 120.54 175.61 122.54 186.61 R V 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.24/DEST FmPD2 177 446/M5.9.16188.BHead.after.AHead.63.Setting.a.Players.Rate FmPA 177 446/I5.1.83118 FmPA [/Title(A)/Rect[132 109 508 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "24" 32 %%Page: "25" 33 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Players - Getting a Player\325s Duration) 112.5 682.5 T 4 F (25) 499.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 3 11 Q (When) 112.5 659.7 T 5 9 Q (setRate) 141.52 659.7 T 3 11 Q ( is called on a player) 179.44 659.7 T (, the method returns the rate that is actually) 269.73 659.7 T (set, e) 112.5 646.7 T (v) 134.83 646.7 T (en if it has not changed. Player\325) 140.16 646.7 T (s are only guaranteed to support a rate of) 279.17 646.7 T (1.0.) 112.5 633.7 T 4 F (6.4) 112.5 601.7 T (Getting a Player\325s Duration) 148.5 601.7 T 113 746/G5.85826 FmPA 3 F -0.06 (Since your program might need to determine ho) 112.5 580.7 P -0.06 (w long a gi) 322.92 580.7 P -0.06 (v) 371.66 580.7 P -0.06 (en media stream will) 376.99 580.7 P -0.03 (run, all players implement the) 112.5 567.7 P 5 9 Q -0.06 (Duration) 246.77 567.7 P 3 11 Q -0.03 ( interf) 290.12 567.7 P -0.03 (ace. This interf) 316.55 567.7 P -0.03 (ace comprises a sin-) 382.67 567.7 P (gle method,) 112.5 554.7 T 5 9 Q (getDuration) 167.19 554.7 T 3 11 Q (. Duration represents the length of time that a media) 226.79 554.7 T (object w) 112.5 541.7 T (ould run for) 149.97 541.7 T (, if played at the def) 202.07 541.7 T (ault rate of 1.0. A media stream\325) 289.94 541.7 T (s dura-) 432.3 541.7 T (tion is accessible only through the player itself. The v) 112.5 528.7 T (alue returned by) 348.09 528.7 T 5 9 Q (getDura-) 422.32 528.7 T (tion) 112.5 515.7 T 3 11 Q ( is an absolute v) 134.17 515.7 T (alue that represents time in nanoseconds.) 204.78 515.7 T (If the duration cannot be determined,) 112.5 494.7 T 5 9 Q (getDuration) 278.38 494.7 T 3 11 Q ( returns) 337.98 494.7 T 5 9 Q (DURATION_UNKNOWN) 374.02 494.7 T 3 11 Q (.) 460.71 494.7 T -0.18 (This can happen if the player has not yet reached a state where the duration of the) 112.5 481.7 P -0.23 (media source is a) 112.5 468.7 P -0.23 (v) 187.67 468.7 P -0.23 (ailable, or if the media source does not ha) 192.89 468.7 P -0.23 (v) 374.47 468.7 P -0.23 (e a de\336ned duration,) 379.8 468.7 P (as in the case of a li) 112.5 455.7 T (v) 198.98 455.7 T (e broadcast.) 204.32 455.7 T 4 F (6.5) 112.5 423.7 T (Synchronizing Players) 148.5 423.7 T 113 568/G5.74086 FmPA 3 F (T) 112.5 402.7 T (o synchronize the playback of multiple media streams, you) 118.34 402.7 T (can) 380.47 402.7 T (synchronize the) 398.49 402.7 T -0.04 (players by associating them with the same time base.) 112.5 389.7 P -0.04 (T) 347.97 389.7 P -0.04 (o do this, you use t) 353.81 389.7 P -0.04 (he) 436.7 389.7 P 5 9 Q -0.09 (get-) 449.79 389.7 P (TimeBase) 112.5 376.7 T 3 11 Q ( and) 155.84 376.7 T 5 9 Q (setTimeBase) 177.23 376.7 T 3 11 Q ( methods de\336ned by the) 236.83 376.7 T 5 9 Q (Clock) 344.68 376.7 T 3 11 Q ( interf) 371.77 376.7 T (ace. F) 398.24 376.7 T (or e) 424.34 376.7 T (xam-) 440.97 376.7 T (ple, you could synchronize) 112.5 363.7 T 5 9 Q (player1) 233.79 363.7 T 3 11 Q ( with) 271.71 363.7 T 5 9 Q (player2) 296.77 363.7 T 3 11 Q ( by setting) 334.7 363.7 T 5 9 Q (player1) 383.28 363.7 T 3 11 Q ( to use) 421.21 363.7 T 5 9 Q (player2\325s) 112.5 350.7 T 3 11 Q ( time base:) 161.26 350.7 T 3 9 Q (player1.setTimeBase\050player2.getTimeBase\050\051\051) 134.5 326.04 T (;) 298.96 326.04 T 3 11 Q -0.02 (W) 112.5 300.7 P -0.02 (hen you synchronize players by associating them with the same time base, you) 122.88 300.7 P (must still manage the control of each) 112.5 287.7 T ( player indi) 275.04 287.7 T (vidually) 324.87 287.7 T (. Because managing syn-) 360.21 287.7 T (chronized players in this w) 112.5 274.7 T (ay can be complicated, JMF pro) 230.93 274.7 T (vides a mechanism) 371.9 274.7 T -0.43 (that allo) 112.5 261.7 P -0.43 (ws a) 147.55 261.7 P 5 9 Q -0.84 (Player) 169.29 261.7 P 3 11 Q -0.43 ( to assume control o) 201.8 261.7 P -0.43 (v) 288.53 261.7 P -0.43 (er an) 293.86 261.7 P -0.43 (y) 314.95 261.7 P 5 9 Q -0.84 (C) 322.77 261.7 P -0.84 (ontroller) 328.19 261.7 P 3 11 Q -0.43 (. The player manages) 376.35 261.7 P -0.04 (the states of the controllers automatically) 112.5 248.7 P -0.04 (, allo) 292.74 248.7 P -0.04 (wing you to interact with the entire) 314.42 248.7 P (group through a single point of control. F) 112.5 235.7 T (or more information, see \322Using a) 297.19 235.7 T (Player to Manage and Synchronize other Controllers\323 on page) 112.5 222.7 T (27.) 388.97 222.7 T (In a fe) 112.5 201.7 T (w situations, you might w) 140.32 201.7 T (ant to manage the synchronization of multiple) 254.19 201.7 T -0.17 (players yourself so that you can control the rates or media times independently) 112.5 188.7 P -0.17 (. If) 456.22 188.7 P (you do this, you must:) 112.5 175.7 T (\245) 124.65 152.7 T (Register as a listener for each synchronized player.) 134.5 152.7 T (\245) 124.65 134.7 T (Determine which player\325s time base is going to be used to drive the other) 134.5 134.7 T -0.57 (players and set the time base for the synchronized players. Not all players can) 134.5 121.7 P 92.5 386.04 94.5 410.04 R V 92.5 118.04 94.5 332.04 R V 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.25/DEST FmPD2 149 575/M5.9.21523.BHead.after.AHead.64.Synchronizing.Players FmPA 149 575/I5.1.83124 FmPA [/Rect[409 233 471 243]/Border[0 0 0]/Page 35/View[/XYZ null 146 709 FmDC exch pop null]/LNK FmPD [/Rect[113 220 400 233]/Border[0 0 0]/Page 35/View[/XYZ null 146 709 FmDC exch pop null]/LNK FmPD [/Title(A)/Rect[104 109 480 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "25" 33 %%Page: "26" 34 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Framework \320 Version) 286.52 682.5 T (1.0 Draft May 14,) 414.5 682.5 T ( 1997) 479.25 682.5 T 4 F (26) 103.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 3 11 Q (assume a new time base. For example, if one of the players you want to) 162.54 659.7 T (synchronize has a push data source, that player\325s time base must be used to) 162.54 646.7 T (drive the other players.) 162.54 633.7 T (\245) 152.69 615.7 T (Set the rate for all of the players. If a player cannot support the rate you) 162.54 615.7 T -0.63 (specify, it returns the rate that was used. \050There is no mechanism for querying) 162.54 602.7 P (the rates that a player supports.\051) 162.54 589.7 T (\245) 152.69 571.7 T (Synchronize the players\325 states. \050For example, stop all of the) 162.54 571.7 T (players) 431.99 571.7 T (.\051) 463.76 571.7 T (\245) 152.69 553.7 T (Synchronize the operation of the players:) 162.54 553.7 T 3 4.4 Q (n) 162.54 537.9 T 3 11 Q (Set the media time for each pl) 171.54 535.7 T (ayer) 303.51 535.7 T (.) 322.44 535.7 T 3 4.4 Q (n) 162.54 517.9 T 3 11 Q (Prefetch all of the pl) 171.54 515.7 T (ayers) 261.35 515.7 T (.) 284.56 515.7 T 3 4.4 Q (n) 162.54 497.9 T 3 11 Q (Determine the maximum start latency among the synchronized pl) 171.54 495.7 T (ayers) 459.33 495.7 T (.) 482.54 495.7 T 3 4.4 Q (n) 162.54 477.9 T 3 11 Q (Start the pl) 171.54 475.7 T (ayers) 219.81 475.7 T ( by calling) 243.02 475.7 T 5 9 Q (syncStart) 292.22 475.7 T 3 11 Q ( with a time that takes into account) 340.98 475.7 T (the maximum latency.) 171.54 461.7 T -0.18 (Y) 140.54 439.7 P -0.18 (ou must listen for transition e) 147.27 439.7 P -0.18 (v) 275.36 439.7 P -0.18 (ents for all of the players and k) 280.69 439.7 P -0.18 (eep track of which) 415.9 439.7 P -0.31 (ones ha) 140.54 426.7 P -0.31 (v) 173.3 426.7 P -0.31 (e posted e) 178.64 426.7 P -0.31 (v) 221.73 426.7 P -0.31 (ents. F) 227.07 426.7 P -0.31 (or e) 255.93 426.7 P -0.31 (xample, when you prefetch the players, you need to) 272.25 426.7 P (k) 140.54 413.7 T (eep track of which ones ha) 145.93 413.7 T (v) 263.31 413.7 T (e posted) 268.64 413.7 T 5 9 Q (Pr) 307.75 413.7 T (efetchComplete) 318.58 413.7 T 3 11 Q ( e) 394.43 413.7 T (v) 401.79 413.7 T (ents so that you can) 407.13 413.7 T (be sure all of the players are prefetched before calling) 140.54 400.7 T 5 9 Q (syncStart) 380.01 400.7 T 3 11 Q (. Similarly) 428.77 400.7 T (,) 474.51 400.7 T -0.35 (when you request that the synchronized players stop at a particular time, you need) 140.54 387.7 P (to listen for the stop e) 140.54 374.7 T (v) 235.89 374.7 T (ent posted by each player to determine when all of the) 241.23 374.7 T (players ha) 140.54 361.7 T (v) 185.22 361.7 T (e actually stopped.) 190.55 361.7 T (In some situations, you need to be careful about responding to e) 140.54 340.7 T (v) 421.33 340.7 T (ents posted by) 426.67 340.7 T -0.3 (the synchronized players. T) 140.54 327.7 P -0.3 (o be sure of the players\325 states, you might need to w) 260.34 327.7 P -0.3 (ait) 486.05 327.7 P -0.04 (at certain stages for all of the synchronized players to reach the same state before) 140.54 314.7 P (continuing.) 140.54 301.7 T (F) 140.54 280.7 T (or e) 146.49 280.7 T (xample, assume that you are using one player to dri) 163.12 280.7 T (v) 389.53 280.7 T (e a group of synchro-) 394.87 280.7 T (nized players. A user interacting with that player sets the media time to 10, starts) 140.54 267.7 T (the player) 140.54 254.7 T (, and then changes the media time to 20. Y) 183.78 254.7 T (ou then:) 370.46 254.7 T (\245) 152.69 231.7 T (Pass along the first) 162.54 231.7 T 5 9 Q (setMediaTime) 248.7 231.7 T 3 11 Q ( call to all of the synchronized players) 313.71 231.7 T (\245) 152.69 213.7 T (Call) 162.54 213.7 T 5 9 Q (p) 183.62 213.7 T (refetch) 189.04 213.7 T 3 11 Q ( on the players to prepare them to start) 226.97 213.7 T (\245) 152.69 195.7 T -0.05 (Call) 162.54 195.7 P 5 9 Q -0.09 (s) 183.58 195.7 P -0.09 (top) 188.99 195.7 P 3 11 Q -0.05 ( on the players when the second set media time request is received.) 205.25 195.7 P (\245) 152.69 177.7 T (Call) 162.54 177.7 T 5 9 Q (s) 183.62 177.7 T (etMediaTime) 189.04 177.7 T 3 11 Q ( on the players with the new time.) 248.64 177.7 T (\245) 152.69 159.7 T (Restart the prefetching operation.) 162.54 159.7 T (\245) 152.69 141.7 T (When all of the players have been prefetched, start them by calling) 162.54 141.7 T 5 9 Q (syncStart) 162.54 128.7 T 3 11 Q (, taking into account their start latencies.) 211.3 128.7 T 120.54 125.04 122.54 667.04 R V 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.26/DEST FmPD2 [/Title(A)/Rect[132 109 508 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "26" 34 %%Page: "27" 35 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Players - Synchronizing Players) 112.5 682.5 T 4 F (27) 499.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 3 11 Q -0.41 (In this case, simply listening for) 112.5 659.7 P 5 9 Q -0.8 (Pr) 253.96 659.7 P -0.8 (efetchComplete) 264.8 659.7 P 3 11 Q -0.41 ( e) 340.65 659.7 P -0.41 (v) 347.6 659.7 P -0.41 (ents from all of the players) 352.94 659.7 P -0.41 (before calling) 112.5 646.7 P 5 9 Q -0.8 (syncStart) 175.22 646.7 P 3 11 Q -0.41 ( isn\325) 223.98 646.7 P -0.41 (t suf) 242.63 646.7 P -0.41 (\336cient. Y) 261.2 646.7 P -0.41 (ou can\325) 300.52 646.7 P -0.41 (t tell whether those e) 332.6 646.7 P -0.41 (v) 422.35 646.7 P -0.41 (ents were) 427.68 646.7 P -0.37 (posted in response to the \336rst or second prefetch operation. T) 112.5 633.7 P -0.37 (o a) 377.11 633.7 P -0.37 (v) 389.66 633.7 P -0.37 (oid this problem,) 394.94 633.7 P (you can block when you call) 112.5 620.7 T 5 9 Q (stop) 241.42 620.7 T 3 11 Q ( and w) 263.09 620.7 T (ait for all of the players to post stop) 292.31 620.7 T -0.38 (e) 112.5 607.7 P -0.38 (v) 117.11 607.7 P -0.38 (ents before continuing. This guarantees that the ne) 122.44 607.7 P -0.38 (xt) 341.43 607.7 P 5 9 Q -0.74 (Pr) 352.36 607.7 P -0.74 (efetchComplete) 363.2 607.7 P 3 11 Q -0.38 ( e) 439.05 607.7 P -0.38 (v) 446.04 607.7 P -0.38 (ents) 451.37 607.7 P (you recei) 112.5 594.7 T (v) 152.85 594.7 T (e are the ones you are really interested in.) 158.18 594.7 T 4 13 Q (7.0) 112.5 556.37 T (Using a Player to Manage and Synchronize other) 145.5 556.37 T 113 700/G5.85765 FmPA (Controllers) 145.5 541.37 T 3 11 Q (Synchronizing players manually using) 112.5 519.7 T 5 9 Q (syncStart) 284.21 519.7 T 3 11 Q ( requires that you carefully) 332.97 519.7 T (manage the states of all of the synchronized players. Y) 112.5 506.7 T (ou must control each one) 352.01 506.7 T -0.18 (indi) 112.5 493.7 P -0.18 (vidually) 129.34 493.7 P -0.18 (, listening for e) 164.68 493.7 P -0.18 (v) 230.48 493.7 P -0.18 (ents and calling control methods on them as appropri-) 235.81 493.7 P -0.01 (ate. Ev) 112.5 480.7 P -0.01 (en with only a fe) 145.6 480.7 P -0.01 (w players, this quickly becomes a dif) 219.2 480.7 P -0.01 (\336cult task. Through) 382.29 480.7 P (the) 112.5 467.7 T 5 9 Q (Player) 128.69 467.7 T 3 11 Q ( interf) 161.2 467.7 T (ace, JMF pro) 187.67 467.7 T (vides a simpler solution: a) 245.24 467.7 T 5 9 Q (P) 363.49 467.7 T (layer) 368.91 467.7 T 3 11 Q ( can be used to) 396 467.7 T (manage the operation of an) 112.5 454.7 T (y) 232.08 454.7 T 5 9 Q (C) 240.33 454.7 T (ontroller) 245.75 454.7 T 3 11 Q (.) 293.91 454.7 T (When you interact with a managing) 112.5 433.7 T 5 9 Q (Player) 272.58 433.7 T 3 11 Q (, your instructions are automatically) 304.65 433.7 T (passed along to the managed) 112.5 420.7 T (controllers) 241.73 420.7 T ( as appropriate. The managing) 288.77 420.7 T (pl) 425.02 420.7 T (ayer) 433.58 420.7 T (tak) 112.5 407.7 T (es care of the state management and synchronization for all of the other) 125.83 407.7 T (Con-) 443.23 407.7 T (trollers) 112.5 394.7 T (.) 143.66 394.7 T (This mechanism is implemented through the) 112.5 373.7 T 5 9 Q (Player.addController) 311.11 373.7 T 3 11 Q ( and) 419.46 373.7 T 5 9 Q (Player.removeController) 112.5 360.7 T 3 11 Q ( methods. When you call) 237.11 360.7 T 5 9 Q (addController) 349.55 360.7 T 3 11 Q ( on a) 419.98 360.7 T 5 9 Q -0.88 (Player) 112.5 347.7 P 3 11 Q -0.44 (, the) 144.57 347.7 P 5 9 Q -0.88 (Controller) 165.37 347.7 P 3 11 Q -0.44 ( you specify is added to the list of) 219.55 347.7 P -0.44 (co) 366.79 347.7 P -0.44 (ntrollers) 377.17 347.7 P -0.44 ( managed by) 413.84 347.7 P -0.17 (the) 112.5 334.7 P -0.17 (player) 128.53 334.7 P -0.17 (. Con) 155.41 334.7 P -0.17 (v) 178.64 334.7 P -0.17 (ersely) 183.98 334.7 P -0.17 (, when you call) 209.53 334.7 P 5 9 Q -0.33 (removeController) 278.82 334.7 P 3 11 Q -0.17 (, the speci\336ed) 365.07 334.7 P 5 9 Q -0.33 (Control-) 428.12 334.7 P (ler) 112.5 321.7 T 3 11 Q ( is remo) 128.75 321.7 T (v) 164.03 321.7 T (ed from the list of managed) 169.37 321.7 T (co) 293.4 321.7 T (ntrollers) 303.79 321.7 T (.) 340.45 321.7 T (T) 112.5 300.7 T (ypically when you need to synchronize) 118.34 300.7 T (pl) 293.09 300.7 T (ayers) 301.64 300.7 T ( or other) 324.86 300.7 T (co) 364.87 300.7 T (ntrollers) 375.26 300.7 T (, you should) 411.92 300.7 T -0.42 (use this) 112.5 287.7 P 5 9 Q -0.83 (addController) 147.71 287.7 P 3 11 Q -0.42 ( mechanism. It is simpler) 218.15 287.7 P -0.42 (, f) 326.93 287.7 P -0.42 (aster) 335.56 287.7 P -0.42 (, and less error) 355.89 287.7 P -0.42 (-prone than) 419.16 287.7 P (attempting to manage synchronized players indi) 112.5 274.7 T (vidually) 323.34 274.7 T (.) 358.68 274.7 T (When a) 112.5 253.7 T 5 9 Q (Player) 149.15 253.7 T 3 11 Q ( assumes control of a) 181.66 253.7 T 5 9 Q (Controller) 277.28 253.7 T 3 11 Q (:) 331.46 253.7 T (\245) 124.65 230.7 T (The) 134.5 230.7 T 5 9 Q (C) 154.35 230.7 T (ontroller) 159.77 230.7 T 3 11 Q ( assumes the) 208.54 230.7 T 5 9 Q (Play) 266.89 230.7 T (er\325s) 288.56 230.7 T 3 11 Q ( time-base.) 310.23 230.7 T (\245) 124.65 212.7 T (The) 134.5 212.7 T 5 9 Q (Player\325s) 154.35 212.7 T 3 11 Q (duration becomes the longer of the controller\325s duration and) 203.12 212.7 T (its own. If multiple controllers are placed under a player\325s control, the) 134.5 199.7 T (player\325s duration is the longest of all of their durations.) 134.5 186.7 T (\245) 124.65 168.7 T -0.48 (The Player\325s start latency becomes the longer of the controller\325s duration and) 134.5 168.7 P (its own. If multiple controllers are placed under a player\325s control, the) 134.5 155.7 T (player\325s start latency is the longest of all of their latencies.) 134.5 142.7 T 92.5 139.04 94.5 667.04 R V 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.27/DEST FmPD2 146 709/M5.9.37419.AHead.w.Bhead.following.70.Using.a.Controller.to.Manage.and.Synchronize.Players FmPA 146 709/I5.1.85802 FmPA [/Title(A)/Rect[104 109 480 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "27" 35 %%Page: "28" 36 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Framework \320 Version) 286.52 682.5 T (1.0 Draft May 14,) 414.5 682.5 T ( 1997) 479.25 682.5 T 4 F (28) 103.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 3 11 Q -0.47 (A managing) 140.54 659.7 P 5 9 Q -0.93 (Player) 196.41 659.7 P 3 11 Q -0.47 ( only posts completion e) 228.92 659.7 P -0.47 (v) 334.31 659.7 P -0.47 (ents for asynchronous methods after) 339.65 659.7 P (e) 140.54 646.7 T (v) 145.14 646.7 T (ery added) 150.48 646.7 T 5 9 Q (Controller) 196.29 646.7 T 3 11 Q ( has posted the e) 250.47 646.7 T (v) 322.91 646.7 T (ent. The managing) 328.24 646.7 T 5 9 Q (Player) 413.17 646.7 T 3 11 Q (reposts) 451.1 646.7 T (other e) 140.54 633.7 T (v) 170.5 633.7 T (ents generated by the managed) 175.83 633.7 T 5 9 Q (Controllers) 314.21 633.7 T 3 11 Q ( as appropriate.) 373.81 633.7 T 4 F (7.1) 140.54 601.7 T (Adding a Controller) 176.54 601.7 T 141 746/G5.86051 FmPA 3 F -0.16 (Y) 140.54 580.7 P -0.16 (ou use the) 147.27 580.7 P 5 9 Q -0.31 (Controller.addController) 194.16 580.7 P 3 11 Q -0.16 ( method to add a) 324.19 580.7 P 5 9 Q -0.31 (Controller) 399.49 580.7 P 3 11 Q -0.16 ( to the list) 453.67 580.7 P (of controllers managed by a particular) 140.54 567.7 T 5 9 Q (Player) 310.99 567.7 T 3 11 Q (. T) 342.89 567.7 T (o be added, a) 354.23 567.7 T 5 9 Q (Controller) 415.02 567.7 T 3 11 Q ( must) 469.2 567.7 T (be in the) 140.54 554.7 T 0 F (Realized) 181.17 554.7 T 3 F ( state; otherwise, a) 219.05 554.7 T 5 9 Q (NotRealizedError) 303.68 554.7 T 3 11 Q ( is thro) 390.36 554.7 T (wn. T) 420.65 554.7 T (w) 445.43 554.7 T (o players) 453.26 554.7 T (cannot be placed under control of each other) 140.54 541.7 T (.) 335.73 541.7 T (Once a) 140.54 520.7 T 5 9 Q (Controller) 174.13 520.7 T 3 11 Q ( has been added to a) 228.31 520.7 T 5 9 Q (Player) 319.95 520.7 T 3 11 Q (, do not call methods directly on) 352.02 520.7 T (the added) 140.54 507.7 T 5 9 Q (Controller) 185.74 507.7 T 3 11 Q (. T) 239.32 507.7 T (o control an added) 250.66 507.7 T 5 9 Q (Controller) 334.98 507.7 T 3 11 Q (, you interact with the) 388.72 507.7 T (managing) 140.54 494.7 T 5 9 Q (Player) 186.67 494.7 T 3 11 Q (.) 218.57 494.7 T (T) 140.54 473.7 T (o ha) 146.38 473.7 T (v) 164.79 473.7 T (e) 170.13 473.7 T 5 9 Q (player2) 177.76 473.7 T 3 11 Q ( assume control of) 215.68 473.7 T 5 9 Q (player1) 299.39 473.7 T 3 11 Q (, call:) 337.32 473.7 T 5 9 Q (player2.addController\050player1) 162.54 449.04 T 3 F (\051) 319.66 449.04 T 4 11 Q (7.2) 140.54 416.7 T (Managing the Operation of Added Controllers) 176.54 416.7 T 141 561/G5.86053 FmPA 3 F -0.39 (T) 140.54 395.7 P -0.39 (o control the operation of a group of controllers managed by a particular) 146.38 395.7 P 5 9 Q -0.78 (Player) 462.33 395.7 P 3 11 Q -0.39 (,) 494.39 395.7 P (you interact directly with the managing) 140.54 382.7 T 5 9 Q (Player) 316.51 382.7 T 3 11 Q (. Do not call control methods on) 348.42 382.7 T (the managed controllers directly) 140.54 369.7 T (.) 281.87 369.7 T (F) 140.54 348.7 T (or e) 146.49 348.7 T (xample, to prepare all of the managed) 163.12 348.7 T 5 9 Q (Controllers) 332.35 348.7 T 3 11 Q ( to start, call) 391.95 348.7 T 5 9 Q (prefetch) 449.08 348.7 T 3 11 Q (on the managing) 140.54 335.7 T 5 9 Q (P) 216.61 335.7 T (layer) 222.03 335.7 T 3 11 Q (. Similarly) 248.51 335.7 T (, when you w) 294.25 335.7 T (ant to start them, call) 353.41 335.7 T 5 9 Q (start) 448.74 335.7 T 3 11 Q ( on) 475.83 335.7 T -0.36 (the managing) 140.54 322.7 P 5 9 Q -0.72 (P) 202.13 322.7 P -0.72 (layer) 207.55 322.7 P 3 11 Q -0.36 (. The managing) 234.04 322.7 P 5 9 Q -0.72 (Player) 304.43 322.7 P 3 11 Q -0.36 ( mak) 336.94 322.7 P -0.36 (es sure that all of the controllers) 358.16 322.7 P -0.04 (are) 140.54 309.7 P 0 F -0.04 (Pr) 156.67 309.7 P -0.04 (efetc) 167.27 309.7 P -0.04 (hed) 187.87 309.7 P 3 F -0.04 (, determines the maximum start latenc) 203.75 309.7 P -0.04 (y among the controllers, and) 371.4 309.7 P (calls) 140.54 296.7 T 5 9 Q (syncStart) 163.45 296.7 T 3 11 Q ( to start them, specifying a time that tak) 212.21 296.7 T (es the maximum start) 386.56 296.7 T (latenc) 140.54 283.7 T (y into account.) 166.64 283.7 T -0.17 (When you call a) 140.54 262.7 P 5 9 Q -0.34 (Controller) 214.39 262.7 P 3 11 Q -0.17 ( method on the managing) 268.57 262.7 P 5 9 Q -0.34 (Player) 382.29 262.7 P 3 11 Q -0.17 (, the) 414.35 262.7 P 5 9 Q -0.34 (Player) 435.7 262.7 P 3 11 Q -0.17 ( propa-) 468.21 262.7 P -0.17 (g) 140.54 249.7 P -0.17 (ates the method call to the managed) 145.98 249.7 P 5 9 Q -0.34 (Controllers) 305.15 249.7 P 3 11 Q -0.17 ( as appropriate. Before calling) 364.74 249.7 P (a) 140.54 236.7 T 5 9 Q (Controller) 148.17 236.7 T 3 11 Q ( method on a managed) 202.35 236.7 T 5 9 Q (Controller) 304.69 236.7 T 3 11 Q (, the) 358.43 236.7 T 5 9 Q (Player) 380.12 236.7 T 3 11 Q ( ensures that the) 412.63 236.7 T 5 9 Q (Controller) 140.54 223.7 T 3 11 Q ( is in the proper state. The follo) 194.71 223.7 T (wing table sho) 332.53 223.7 T (ws the) 396.42 223.7 T 5 9 Q (Controller) 427.58 223.7 T 3 11 Q (methods that af) 140.54 210.7 T (fect managed) 208.09 210.7 T 5 9 Q (Controllers) 269.79 210.7 T 3 11 Q (.) 329.38 210.7 T 7 9 Q (Function) 142.65 189.04 T (Stopped Pla) 225.37 189.04 T (y) 277.2 189.04 T (er) 282.11 189.04 T (Star) 360.36 189.04 T (ted Pla) 378.05 189.04 T (y) 407.38 189.04 T (er) 412.29 189.04 T 5 7 Q (setMediaTime) 142.65 172.37 T 3 8.5 Q (Invokes) 225.37 171.37 T 5 7 Q (setMediaTime) 254.4 171.37 T 3 8.5 Q ( on all man-) 304.97 171.37 T (aged Controllers.) 225.37 160.87 T (Stops all managed Controllers, invokes) 360.36 171.37 T 5 7 Q -0.08 (setMediaTime) 360.36 160.87 P 3 8.5 Q -0.04 (, and restarts Controllers.) 410.93 160.87 P 120.54 158.04 122.54 667.04 R V 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.28/DEST FmPD2 [/Title(A)/Rect[132 109 508 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "28" 36 %%Page: "29" 37 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Players - Removing a Controller) 112.5 682.5 T 4 F (29) 499.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 4 11 Q (7.3) 112.5 329.7 T (Removing a Controller) 148.5 329.7 T 113 474/G5.86110 FmPA 3 F (Y) 112.5 308.7 T (ou use the) 119.23 308.7 T 5 9 Q (Controller.removeController) 166.59 308.7 T 3 11 Q ( method to remo) 312.87 308.7 T (v) 385.12 308.7 T (e a) 390.46 308.7 T 5 9 Q (Controller) 405.72 308.7 T 3 11 Q (from the list of controllers managed by a particular) 112.5 295.7 T 5 9 Q (Player) 339.48 295.7 T 3 11 Q (.) 371.39 295.7 T (T) 112.5 274.7 T (o ha) 118.34 274.7 T (v) 136.76 274.7 T (e) 142.09 274.7 T 5 9 Q (player2) 149.72 274.7 T 3 11 Q ( release control of) 187.65 274.7 T 5 9 Q (player1) 269.51 274.7 T 3 11 Q (, call:) 307.44 274.7 T 5 9 Q (player2.removeController\050player1) 134.5 250.04 T 3 F (\051) 307.88 250.04 T 4 13 Q (8.0) 112.5 211.37 T (Extending JMF) 145.5 211.37 T 113 355/G5.87253 FmPA 3 11 Q 1.83 (The JMF architecture allo) 112.5 181.7 P 1.83 (ws adv) 231.66 181.7 P 1.83 (anced de) 264.06 181.7 P 1.83 (v) 304.4 181.7 P 1.83 (elopers to create and inte) 309.74 181.7 P 1.83 (grate ne) 426.85 181.7 P 1.83 (w) 463.52 181.7 P 0.79 (types of controllers and data sources. F) 112.5 168.7 P 0.79 (or e) 289.06 168.7 P 0.79 (xample, you might implement a ne) 306.48 168.7 P 0.79 (w) 463.52 168.7 P 5 9 Q (Player) 112.5 155.7 T 3 11 Q ( that supports a special media format.) 145.01 155.7 T (This section introduces the JMF Player F) 112.5 134.7 T (actory architecture and describes ho) 293.22 134.7 T (w) 451.17 134.7 T (JMF can be e) 112.5 121.7 T (xtended.) 171.29 121.7 T 5 7 Q (setRate) 114.61 656.37 T 3 8.5 Q (Invokes) 197.33 655.37 T 5 7 Q (setRate) 226.37 655.37 T 3 8.5 Q ( on all managed) 255.86 655.37 T (Controllers. Returns the actual rate) 197.33 644.87 T (that was supported by all Controllers) 197.33 634.37 T (and set.) 197.33 623.87 T (Stops all managed Controllers, invokes) 332.33 655.37 T 5 7 Q (setRate) 332.33 644.87 T 3 8.5 Q (, and restarts Controllers. Re-) 361.82 644.87 T (turns the actual rate that was supported) 332.33 634.37 T (by all Controllers and set.) 332.33 623.87 T 5 7 Q (start) 114.61 604.37 T 3 8.5 Q (Ensures all managed Controllers are) 197.33 603.37 T -0.62 (Prefetched and invokes) 197.33 592.87 P 5 7 Q -1.24 (syncStart) 276.9 592.87 P 3 8.5 Q -0.62 ( on) 314.82 592.87 P -0.59 (each of them, taking into account their) 197.33 582.37 P (start latencies.) 197.33 571.87 T (Illegal.) 332.33 603.37 T 5 7 Q (realize) 114.61 552.37 T 3 8.5 Q (Invokes) 197.33 551.37 T 5 7 Q (realize) 226.37 551.37 T 3 8.5 Q ( on all managed) 255.86 551.37 T (Controllers.) 197.33 540.87 T (Illegal.) 332.33 551.37 T 5 7 Q (prefetch) 114.61 521.37 T 3 8.5 Q (Invokes) 197.33 520.37 T 5 7 Q (prefetch) 226.37 520.37 T 3 8.5 Q ( on all managed) 260.08 520.37 T (Controllers.) 197.33 509.87 T (Illegal.) 332.33 520.37 T 5 7 Q (stop) 114.61 490.37 T 3 8.5 Q (No effect.) 197.33 489.37 T (Invokes) 332.33 489.37 T 5 7 Q (stop) 361.36 489.37 T 3 8.5 Q ( on all managed Control-) 378.22 489.37 T (lers.) 332.33 478.87 T 5 7 Q (deallocate) 114.61 459.37 T 3 8.5 Q (Invokes) 197.33 458.37 T 5 7 Q (deallocate) 226.37 458.37 T 3 8.5 Q ( on all managed) 268.51 458.37 T (Controllers.) 197.33 447.87 T (Invokes) 332.33 458.37 T 5 7 Q (deallocate) 361.36 458.37 T 3 8.5 Q ( on all managed) 403.5 458.37 T (Controllers.) 332.33 447.87 T 5 7 Q (setStopTime) 114.61 428.37 T 3 8.5 Q -0.52 (Invokes) 197.33 427.37 P 5 7 Q -1.02 (setStopTime) 225.85 427.37 P 3 8.5 Q -0.52 ( on all managed) 272.2 427.37 P (Controllers. \050) 197.33 416.87 T 5 7 Q (Player) 242.66 416.87 T 3 8.5 Q ( must be) 267.94 416.87 T 0 F (Real-) 298.88 416.87 T (ized) 197.33 406.37 T 3 F (.\051) 211.02 406.37 T (Invokes) 332.33 427.37 T 5 7 Q (setStopTime) 361.36 427.37 T 3 8.5 Q ( on all managed) 407.72 427.37 T (Controllers. \050Can only be set once on a) 332.33 416.87 T 0 F (Started) 332.33 406.37 T 5 7 Q (Player) 361.13 406.37 T 3 8.5 Q (.\051) 386.42 406.37 T 5 7 Q (syncStart) 114.61 386.87 T 3 8.5 Q (Invokes) 197.33 385.87 T 5 7 Q (syncStart) 226.37 385.87 T 3 8.5 Q ( on all managed) 264.29 385.87 T (Controllers. \050) 197.33 375.37 T 5 7 Q (Player) 242.66 375.37 T 3 8.5 Q ( must be) 267.94 375.37 T 0 F (Prefetched) 197.33 364.87 T 3 F (.\051) 234.15 364.87 T (Illegal.) 332.33 385.87 T 92.5 118.04 94.5 661.04 R V 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.29/DEST FmPD2 [/Title(A)/Rect[104 109 480 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "29" 37 %%Page: "30" 38 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Framework \320 Version) 286.52 682.5 T (1.0 Draft May 14,) 414.5 682.5 T ( 1997) 479.25 682.5 T 4 F (30) 103.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 4 11 Q (8.1) 140.54 659.7 T (Understanding the Player Factory Architecture) 176.54 659.7 T 141 804/G5.85767 FmPA 120.54 656.04 122.54 667.04 R V 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.30/DEST FmPD2 [/Dest/L.JavaMediaFramefm/DEST FmPD2 [/Title(A)/Rect[132 109 508 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "30" 38 %%Page: "31" 39 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 4 10 Q 0 X 0 0 0 1 0 0 0 K (31) 474.5 100.79 T 112.5 618 472.5 626 R 0.1 H 0 Z N 113.5 619 471.5 625 R 4 X V 0 X N 472.5 618 471.5 619 113.5 619 112.5 618 4 Y V N 472.5 618.06 471.5 619 471.5 625 472.5 626 4 Y V N 472.5 626 471.5 625 113.5 625 112.5 626 4 Y 4 X V 0 X N 112.5 618.06 113.5 619 113.5 625 112.5 626 4 Y 4 X V 0 X N 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 0 0 0 0 1 1 1 K 0 0 0 1 0 0 0 K 3 48 Q (1) 448.5 634 T 3 30 Q (Appendix A:) 316.68 588 T 113 732/G6.46909 FmPA (Java Media Applet) 245.88 554 T 3 11 Q (This Ja) 112.5 468.67 T (v) 143.75 468.67 T (a Applet demonstrates proper error checking in a Ja) 148.98 468.67 T (v) 376.03 468.67 T (a Media program.) 381.25 468.67 T -0.06 (Lik) 112.5 455.67 P -0.06 (e) 127.67 455.67 P 5 9 Q -0.11 (PlayerApplet) 135.24 455.67 P 3 11 Q -0.06 (, it creates a simple media player with a media e) 200.26 455.67 P -0.06 (v) 411.12 455.67 P -0.06 (ent listener) 416.45 455.67 P -0.06 (.) 464.36 455.67 P -0.41 (When this applet is started, it immediately be) 112.5 434.67 P -0.41 (gins to play the media clip. When the) 308.67 434.67 P (end of media is reached, the clip replays from the be) 112.5 421.67 T (ginning.) 342.97 421.67 T 112.5 393 472.5 405 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 112.5 393 472.5 405 R 7 X 0 0 0 1 0 0 0 K V 112.5 403 472.5 403 2 L V 0.25 H 0 Z 0 X N 40.5 63 571.5 729 C 5 9 Q 0 X 0 0 0 1 0 0 0 K (import java.applet.Applet;) 134.5 387 T (import java.awt.*;) 134.5 375 T (import java.lang.String;) 134.5 363 T (import java.net.URL;) 134.5 351 T (import java.net.MalformedURLException;) 134.5 339 T (import java.io.IOException;) 134.5 327 T (import java.media.*;) 134.5 315 T (/**) 134.5 291 T -1.09 ( * This is a Java Applet that demonstrates how to create a simple) 134.5 279 P ( * media player with a media event listener. It will play the) 134.5 267 T ( * media clip right away and continuously loop.) 134.5 255 T ( *) 134.5 243 T ( * ) 134.5 183 T ( */) 134.5 171 T (public class TypicalPlayerApplet extends Applet implements) 134.5 159 T (ControllerListener {) 134.5 147 T (// media player) 134.5 123 T 201.05 685.5 359.52 724.86 R 7 X V 0.5 H 0 Z N 328.5 630 472.5 666 R V 2 Z N 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.31/DEST FmPD2 [/Dest/F.JavaMediaFrameAfm/DEST FmPD2 352 810/M6.9.Package.javalang FmPA 352 810/I6.1.162 FmPA 317 752/M6.9.30490.Chapter.Title.Appendix.A.Java.Media.Applet FmPA 317 752/I6.1.81519 FmPA [/Title(A)/Rect[320 621 482 675]/ARTICLE FmPD2 [/Title(A)/Rect[104 109 482 617]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "31" 39 %%Page: "32" 40 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Players) 302.53 682.5 T (\320) 379.01 682.5 T (Version 0.95, January 31, 1997) 385.76 682.5 T 4 F (32) 103.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 5 F ( Player player = null;) 162.54 661.04 T ( // component in which video is playing) 162.54 649.04 T ( Component visualComponent = null;) 162.54 637.04 T ( // controls gain, position, start, stop) 162.54 625.04 T ( Component controlComponent = null;) 162.54 613.04 T ( // displays progress during download) 162.54 601.04 T ( Component progressBar = null;) 162.54 589.04 T ( /**) 162.54 577.04 T ( * Read the applet file parameter and create the media) 162.54 565.04 T ( * player.) 162.54 553.04 T ( */) 162.54 541.04 T ( public void init\050\051 {) 162.54 529.04 T ( setLayout\050new BorderLayout\050\051\051;) 162.54 517.04 T ( // input file name from html param) 162.54 505.04 T ( String mediaFile = null;) 162.54 493.04 T ( // URL for our media file) 162.54 481.04 T ( URL url = null;) 162.54 469.04 T ( // URL for doc containing applet) 162.54 457.04 T ( URL codeBase = getDocumentBase\050\051;) 162.54 445.04 T ( // Get the media filename info.) 162.54 421.04 T ( // The applet tag should contain the path to the) 162.54 409.04 T ( // source media file, relative to the html page.) 162.54 397.04 T ( if \050\050mediaFile = getParameter\050"FILE"\051\051 == null\051) 162.54 373.04 T ( Fatal\050"Invalid media file parameter"\051;) 162.54 361.04 T ( try {) 162.54 337.04 T -1.04 ( // Create an url from the file name and the url to the) 162.54 325.04 P ( // document containing this applet.) 162.54 313.04 T ( if \050\050url = new URL\050codeBase, mediaFile\051\051 == null\051) 162.54 289.04 T ( Fatal\050"Can't build URL for " + mediaFile\051;) 162.54 277.04 T ( // Create an instance of a player for this media) 162.54 253.04 T ( if \050\050player = Manager.createPlayer\050url\051\051 == null\051) 162.54 241.04 T ( Fatal\050"Could not create player for "+url\051;) 162.54 229.04 T ( // Add ourselves as a listener for player's events) 162.54 205.04 T ( player.addControllerListener\050this\051;) 162.54 193.04 T ( } catch \050MalformedURLException e\051 {) 162.54 181.04 T ( Fatal\050"Invalid media file URL!"\051;) 162.54 169.04 T ( } catch\050IOException e\051 {) 162.54 157.04 T ( Fatal\050"IO exception creating player for "+url\051;) 162.54 145.04 T ( }) 162.54 133.04 T 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.32/DEST FmPD2 [/Title(A)/Rect[132 109 508 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "32" 40 %%Page: "33" 41 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 4 9 Q 0 X 0 0 0 1 0 0 0 K (33) 499.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 5 F ( // This applet assumes that its start\050\051 calls) 134.5 661.04 T ( // player.start\050\051.This causes the player to become) 134.5 649.04 T ( // Realized. Once Realized, the Applet will get) 134.5 637.04 T ( // the visual and control panel components and add) 134.5 625.04 T ( // them to the Applet. These components are not added) 134.5 613.04 T ( // during init\050\051 because they are long operations that) 134.5 601.04 T ( // would make us appear unresposive to the user.) 134.5 589.04 T ( }) 134.5 577.04 T ( /**) 134.5 553.04 T -0.27 ( * Start media file playback. This function is called the) 134.5 541.04 P ( * first time that the Applet runs and every) 134.5 529.04 T ( * time the user re-enters the page.) 134.5 517.04 T ( */) 134.5 505.04 T ( public void start\050\051 {) 134.5 493.04 T ( // Call start\050\051 to prefetch and start the player.) 134.5 481.04 T ( if \050player != null\051) 134.5 469.04 T ( player.start\050\051;) 134.5 457.04 T ( }) 134.5 445.04 T ( /**) 134.5 421.04 T ( * Stop media file playback and release resources before) 134.5 409.04 T ( * leaving the page.) 134.5 397.04 T ( */) 134.5 385.04 T ( public void stop\050\051 {) 134.5 373.04 T ( if \050player != null\051{) 134.5 361.04 T ( player.stop\050\051;) 134.5 349.04 T ( player.deallocate\050\051;) 134.5 337.04 T ( }) 134.5 325.04 T ( }) 134.5 313.04 T ( /**) 134.5 289.04 T ( * This controllerUpdate function must be defined in order) 134.5 277.04 T ( * to implement a ControllerListener interface. This) 134.5 265.04 T -0.29 ( * function will be called whenever there is a media event.) 134.5 253.04 P ( */) 134.5 241.04 T ( public synchronized void) 134.5 229.04 T -0.58 ( controllerUpdate\050ControllerEvent event\051 {) 134.5 217.04 P ( // If we're getting messages from a dead player,) 134.5 193.04 T ( // just leave) 134.5 181.04 T ( if \050player == null\051) 134.5 169.04 T ( return;) 134.5 157.04 T ( // When the player is Realized, get the visual) 134.5 133.04 T ( // and control components and add them to the Applet) 134.5 121.04 T 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.33/DEST FmPD2 [/Title(A)/Rect[104 109 480 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "33" 41 %%Page: "34" 42 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 0 9 Q 0 X 0 0 0 1 0 0 0 K (Java Media Players) 302.53 682.5 T (\320) 379.01 682.5 T (Version 0.95, January 31, 1997) 385.76 682.5 T 4 F (34) 103.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 5 F ( if \050event instanceof RealizeCompleteEvent\051 {) 162.54 661.04 T ( if \050\050visualComponent =) 162.54 637.04 T -0.67 ( player.getVisualComponent\050\051\051 != null\051) 162.54 625.04 P ( add\050"Center", visualComponent\051;) 162.54 613.04 T ( if \050\050controlComponent =) 162.54 589.04 T -0.63 ( player.getControlPanelComponent\050\051\051 != null\051) 162.54 577.04 P ( add\050"South",controlComponent\051;) 162.54 565.04 T ( // force the applet to draw the components) 162.54 541.04 T ( validate\050\051;) 162.54 529.04 T ( }) 162.54 517.04 T ( else if \050event instanceof CachingControlEvent\051 {) 162.54 493.04 T ( // Put a progress bar up when downloading starts,) 162.54 469.04 T ( // take it down when downloading ends.) 162.54 457.04 T -0.89 ( CachingControlEvent e = \050CachingControlEvent\051 event;) 162.54 433.04 P ( CachingControl cc = e.getCachingControl\050\051;) 162.54 421.04 T ( long cc_progress = e.getContentProgress\050\051;) 162.54 409.04 T ( long cc_length = cc.getContentLength\050\051;) 162.54 397.04 T ( // Add the bar if not already there ...) 162.54 373.04 T ( if \050progressBar == null\051) 162.54 361.04 T ( if \050\050progressBar =) 162.54 349.04 T -0.54 ( cc.getProgressBarComponent\050\051\051 != null\051 {) 162.54 337.04 P ( add\050"North", progressBar\051;) 162.54 325.04 T ( validate\050\051;) 162.54 313.04 T ( }) 162.54 301.04 T ( // Remove bar when finished ownloading) 162.54 277.04 T ( if \050progressBar != null\051) 162.54 265.04 T ( if \050cc_progress == cc_length\051 {) 162.54 253.04 T ( remove \050progressBar\051;) 162.54 241.04 T ( progressBar = null;) 162.54 229.04 T ( validate\050\051;) 162.54 217.04 T ( }) 162.54 205.04 T ( }) 162.54 193.04 T ( else if \050event instanceof EndOfMediaEvent\051 {) 162.54 169.04 T ( // We've reached the end of the media; rewind and) 162.54 157.04 T ( // start over) 162.54 145.04 T ( player.setMediaTime\0500\051;) 162.54 133.04 T ( player.start\050\051;) 162.54 121.04 T 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.34/DEST FmPD2 [/Title(A)/Rect[132 109 508 676]/ARTICLE FmPD2 FMENDPAGE %%EndPage: "34" 42 %%Page: "35" 43 612 792 0 FMBEGINPAGE [0 0 0 1 0 0 0] [ 0 1 1 0 1 0 0] [ 1 0 1 0 0 1 0] [ 1 1 0 0 0 0 1] [ 1 0 0 0 0 1 1] [ 0 1 0 0 1 0 1] [ 0 0 1 0 1 1 0] [ 1 0.4 0.15 0 0 0.6 0.85] [ 0.6 0.4 0 0.1 0.3 0.5 0.9] 9 FrameSetSepColors FrameNoSep 0 0 0 1 0 0 0 K 4 9 Q 0 X 0 0 0 1 0 0 0 K (35) 499.5 682.5 T 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 5 F ( }) 134.5 661.04 T ( else if \050event instanceof ControllerErrorEvent\051 {) 134.5 637.04 T -0.51 ( // Tell TypicalPlayerApplet.start\050\051 to call it a day) 134.5 625.04 P ( player = null;) 134.5 613.04 T -0.34 ( Fatal \050\050\050ControllerErrorEvent\051event\051.getMessage\050\051\051;) 134.5 601.04 P ( }) 134.5 589.04 T ( }) 134.5 577.04 T ( void Fatal \050String s\051 {) 134.5 553.04 T ( // Applications will make various choices about what) 134.5 541.04 T ( // to do here. We print a message and then exit) 134.5 529.04 T ( System.err.println\050"FATAL ERROR: " + s\051;) 134.5 517.04 T ( throw new Error\050s\051; // Invoke the uncaught exception) 134.5 505.04 T -0.59 ( // handler System.exit\050\051 is another) 134.5 493.04 P ( // choice) 134.5 481.04 T ( }) 134.5 469.04 T 112.5 442.04 471.46 454.04 C 0 0 0 1 0 0 0 K 0 0 0 1 0 0 0 K 112.5 442.04 471.46 454.04 R 7 X 0 0 0 1 0 0 0 K V 112.5 444.04 472.5 444.04 2 L V 0.25 H 0 Z 0 X N 40.5 63 571.5 729 C 5 9 Q 0 X 0 0 0 1 0 0 0 K (}) 134.5 457.04 T 0 0 0 1 0 0 0 K [/CropBox[41 63 FmDC 572 729 FmDC FmBx]/PAGE FmPD [/Dest/P.35/DEST FmPD2 [/Dest/L.JavaMediaFrameAfm/DEST FmPD2 [/Title(A)/Rect[104 109 480 676]/ARTICLE FmPD2 [/Page 7/View[/XYZ null 383 752 FmDC exch pop null]/Title(Preface)/Count 3/OUT FmPD [/Page 7/View[/XYZ null 113 552 FmDC exch pop null]/Title(Java Media Players)/OUT FmPD [/Page 7/View[/XYZ null 113 432 FmDC exch pop null]/Title(Status of Future Releases)/OUT FmPD [/Page 8/View[/XYZ null 141 632 FmDC exch pop null]/Title(Contact Information)/Count -3/OUT FmPD [/Page 8/View[/XYZ null 141 598 FmDC exch pop null]/Title(JavaSoft)/OUT FmPD [/Page 8/View[/XYZ null 141 485 FmDC exch pop null]/Title(Silicon Graphics)/OUT FmPD [/Page 8/View[/XYZ null 141 359 FmDC exch pop null]/Title(Intel Corporation)/OUT FmPD [/Page 9/View[/XYZ null 239 752 FmDC exch pop null]/Title(Java Media Players)/Count 8/OUT FmPD [/Page 10/View[/XYZ null 174 516 FmDC exch pop null]/Title(1.0 Overview)/Count -5/OUT FmPD [/Page 10/View[/XYZ null 177 323 FmDC exch pop null]/Title(1.1 Media Sources)/OUT FmPD [/Page 11/View[/XYZ null 149 515 FmDC exch pop null]/Title(1.2 Players)/OUT FmPD [/Page 12/View[/XYZ null 177 638 FmDC exch pop null]/Title(1.3 Media Events)/OUT FmPD [/Page 14/View[/XYZ null 177 766 FmDC exch pop null]/Title(1.4 Player States)/OUT FmPD [/Page 16/View[/XYZ null 177 547 FmDC exch pop null]/Title(1.5 Calling JMF Methods)/OUT FmPD [/Page 17/View[/XYZ null 146 554 FmDC exch pop null]/Title(2.0 Example: Creating an Applet to Play a Media Fi...)/Count -5/OUT FmPD [/Page 17/View[/XYZ null 149 337 FmDC exch pop null]/Title(2.1 Overview of PlayerApplet)/OUT FmPD [/Page 19/View[/XYZ null 149 811 FmDC exch pop null]/Title(2.2 PlayerApplet Code Listing)/OUT FmPD [/Page 20/View[/XYZ null 177 811 FmDC exch pop null]/Title(2.3 Initializing the Applet)/OUT FmPD [/Page 21/View[/XYZ null 149 811 FmDC exch pop null]/Title(2.4 Controlling the Player)/OUT FmPD [/Page 21/View[/XYZ null 149 466 FmDC exch pop null]/Title(2.5 Responding to Media Events)/OUT FmPD [/Page 22/View[/XYZ null 174 611 FmDC exch pop null]/Title(3.0 Creating and Displaying a Player)/Count -2/OUT FmPD [/Page 22/View[/XYZ null 177 522 FmDC exch pop null]/Title(3.1 Creating a Player)/OUT FmPD [/Page 22/View[/XYZ null 177 375 FmDC exch pop null]/Title(3.2 Displaying a Player and Player Controls)/OUT FmPD [/Page 25/View[/XYZ null 146 694 FmDC exch pop null]/Title(4.0 Controlling Media Players)/Count -2/OUT FmPD [/Page 25/View[/XYZ null 149 618 FmDC exch pop null]/Title(4.1 Starting a Player)/OUT FmPD [/Page 25/View[/XYZ null 149 391 FmDC exch pop null]/Title(4.2 Stopping a Player)/OUT FmPD [/Page 26/View[/XYZ null 174 356 FmDC exch pop null]/Title(5.0 Managing Player States)/Count -4/OUT FmPD [/Page 27/View[/XYZ null 149 642 FmDC exch pop null]/Title(5.1 Preparing a Player to Start)/OUT FmPD [/Page 28/View[/XYZ null 177 533 FmDC exch pop null]/Title(5.2 Starting and Stopping a Player)/OUT FmPD [/Page 29/View[/XYZ null 149 811 FmDC exch pop null]/Title(5.3 Releasing Player Resources)/OUT FmPD [/Page 29/View[/XYZ null 149 513 FmDC exch pop null]/Title(5.4 Implementing the ControllerListener Interface)/OUT FmPD [/Page 30/View[/XYZ null 174 567 FmDC exch pop null]/Title(6.0 Managing Timing and Synchronization)/Count -5/OUT FmPD [/Page 31/View[/XYZ null 149 623 FmDC exch pop null]/Title(6.1 Setting the Media Time)/OUT FmPD [/Page 31/View[/XYZ null 149 515 FmDC exch pop null]/Title(6.2 Getting the Current Time)/OUT FmPD [/Page 32/View[/XYZ null 177 446 FmDC exch pop null]/Title(6.3 Setting a Player\220s Rate)/OUT FmPD [/Page 33/View[/XYZ null 149 753 FmDC exch pop null]/Title(6.4 Getting a Player\220s Duration)/OUT FmPD [/Page 33/View[/XYZ null 149 575 FmDC exch pop null]/Title(6.5 Synchronizing Players)/OUT FmPD [/Page 35/View[/XYZ null 146 709 FmDC exch pop null]/Title(7.0 Using a Player to Manage and Synchronize other...)/Count -3/OUT FmPD [/Page 36/View[/XYZ null 177 753 FmDC exch pop null]/Title(7.1 Adding a Controller)/OUT FmPD [/Page 36/View[/XYZ null 177 568 FmDC exch pop null]/Title(7.2 Managing the Operation of Added Controllers)/OUT FmPD [/Page 37/View[/XYZ null 149 481 FmDC exch pop null]/Title(7.3 Removing a Controller)/OUT FmPD [/Page 37/View[/XYZ null 146 364 FmDC exch pop null]/Title(8.0 Extending JMF)/Count -1/OUT FmPD [/Page 38/View[/XYZ null 177 811 FmDC exch pop null]/Title(8.1 Understanding the Player Factory Architecture)/OUT FmPD [/Page 39/View[/XYZ null 317 752 FmDC exch pop null]/Title(Appendix A: Java Media Applet)/OUT FmPD FMENDPAGE %%EndPage: "35" 43 %%Trailer %%BoundingBox: 0 0 612 792 %%PageOrder: Ascend %%Pages: 43 %%DocumentFonts: Times-Italic %%+ Palatino-Roman %%+ Symbol %%+ Times-Roman %%+ Times-Bold %%+ LucidaSans-Typewriter %%+ LucidaSans-TypNarr %%+ Helvetica-Bold %%+ Courier %%+ Helvetica %%EOF .