%!PS-Adobe-3.0
%%BoundingBox: (atend)
%%Pages: (atend)
%%PageOrder: (atend)
%%DocumentFonts: (atend)
%%Creator: Frame 4.0
%%DocumentData: Clean7Bit
%%EndComments
%%BeginProlog
%
% Frame ps_prolog 4.0, for use with Frame 4.0 products
% This ps_prolog file is Copyright (c) 1986-1993 Frame Technology
% Corporation.  All rights reserved.  This ps_prolog file may be
% freely copied and distributed in conjunction with documents created
% using FrameMaker, FrameBuilder and FrameViewer as long as this
% copyright notice is preserved.
%
% 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
%
% 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 (4.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 FMshowpage
       FMquit
       } def
/FMVERSION {
       FMversion ne {
               (Frame product version does not match ps_prolog!) FMFAILURE
               } if
       } def
/FMBADEPSF {
       (PostScript Lang. Ref. Man., 2nd Ed., H.2.4 says EPS must not call X              )
       dup dup (X) search pop exch pop exch pop length
       4 -1 roll
       putinterval
       FMFAILURE
       } def
/FMLOCAL {
       FrameDict begin
       0 def
       end
       } def
/concatprocs
       {
       /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
/FMnone 0 def
/FMcyan 1 def
/FMmagenta 2 def
/FMyellow 3 def
/FMblack 4 def
/FMcustom 5 def
/FrameNegative 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
               setrgbcolor 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 not {

       /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
} if
/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
                       } {
                               FMPColor graymode 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
/dmatrix matrix def
/dpi    72 0 dmatrix defaultmatrix 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 dmatrix defaultmatrix dtransform exch atan def
/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
/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
       /gstring FMLOCAL
       /gfile FMLOCAL
       /gindex FMLOCAL
       /orgrxfer FMLOCAL
       /orggxfer FMLOCAL
       /orgbxfer FMLOCAL
       /orgxfer FMLOCAL
       /orgproc FMLOCAL
       /orgrproc FMLOCAL
       /orggproc FMLOCAL
       /orgbproc FMLOCAL
       /organgle FMLOCAL
       /orgrangle FMLOCAL
       /orggangle FMLOCAL
       /orgbangle FMLOCAL
       /orgfreq FMLOCAL
       /orgrfreq FMLOCAL
       /orggfreq FMLOCAL
       /orgbfreq FMLOCAL
       /yscale FMLOCAL
       /xscale FMLOCAL
       /edown FMLOCAL
       /manualfeed FMLOCAL
       /paperheight FMLOCAL
       /paperwidth FMLOCAL
/FMDOCUMENT {
       array /FMfonts exch def
       /#copies exch def
       FrameDict begin
       0 ne /manualfeed exch def
       /paperheight exch def
       /paperwidth exch def
       0 ne /FrameNegative 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
               { (Can't select requested paper size for Frame print job!) FMFAILURE } if
               count -1 FMoptop {pop pop} for
               countdictstack -1 FMdicttop {pop end} for
               }
               {{1 dict dup /PageSize [paperwidth paperheight]put setpagedevice}stopped
               { (Can't select requested paper size for Frame print job!) FMFAILURE } if
                {1 dict dup /ManualFeed manualfeed put setpagedevice } stopped pop }
       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
                       FrameNegative {
                               1 1 4 {
                                       pop { 1 exch sub } concatprocs 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
               FrameNegative {
                       { 1 exch sub } concatprocs
                       dup settransfer
               } if
               cvlit /orgxfer exch def
       } ifelse
       end
} def
/pagesave FMLOCAL
/orgmatrix FMLOCAL
/landscape FMLOCAL
/pwid FMLOCAL
/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
       0.0 0.0 moveto
       1 setlinewidth
       0 setlinecap
       0 0 0 sethsbcolor
       0 setgray
       } bind def
       /fx FMLOCAL
       /fy FMLOCAL
       /fh FMLOCAL
       /fw FMLOCAL
       /llx FMLOCAL
       /lly FMLOCAL
       /urx FMLOCAL
       /ury FMLOCAL
/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
       /initmatrix {(initmatrix) 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
       /papersizedict FMLOCAL
/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
/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
       }

       {
       /BEGINBITMAPCOLOR {
               BITMAPGRAY} def
       /BEGINBITMAPCOLORc {
               BITMAPGRAYc} def
       /BEGINBITMAPTRUECOLOR {
               BITMAPTRUEGRAY } def
       /BEGINBITMAPTRUECOLORc {
               BITMAPTRUEGRAYc } 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
       /bwidth FMLOCAL
       /bpside FMLOCAL
       /bstring FMLOCAL
       /onbits FMLOCAL
       /offbits FMLOCAL
       /xindex FMLOCAL
       /yindex FMLOCAL
       /x FMLOCAL
       /y FMLOCAL
/setPatternMode {
       FMLevel1 {
               /bwidth  exch def
               /bpside  exch def
               /bstring exch def
               /onbits 0 def  /offbits 0 def
               freq sangle landscape {90 add} if
                       {/y exch def
                        /x exch def
                        /xindex x 1 add 2 div bpside mul cvi def
                        /yindex y 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 FrameNegative {not} if
                        {/onbits  onbits  1 add def 1}
                        {/offbits offbits 1 add def 0}
                        ifelse
                       }
                       setscreen
               offbits offbits onbits add div FrameNegative {1.0 exch sub} if
               /FrameCurGray exch def
       } {
               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
       /fillvals FMLOCAL
/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
       /n FMLOCAL
/L {
       /n exch def
       newpath
       normalize
       moveto
       2 1 n {pop normalize lineto} for
       } bind def
/Y {
       L
       closepath
       } bind def
       /x1 FMLOCAL
       /x2 FMLOCAL
       /y1 FMLOCAL
       /y2 FMLOCAL
/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
       /rad FMLOCAL
/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
       /FMpointsize FMLOCAL
/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
       /x FMLOCAL
       /y FMLOCAL
       /w FMLOCAL
       /h FMLOCAL
       /xx FMLOCAL
       /yy FMLOCAL
       /ww FMLOCAL
       /hh FMLOCAL
       /FMsaveobject FMLOCAL
       /FMoptop FMLOCAL
       /FMdicttop FMLOCAL
/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
       /str FMLOCAL
/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
       /sl FMLOCAL
       /val FMLOCAL
       /ws FMLOCAL
       /im FMLOCAL
       /bs FMLOCAL
       /cs FMLOCAL
       /len FMLOCAL
       /pos FMLOCAL
/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
/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
       /h FMLOCAL
       /w FMLOCAL
       /d FMLOCAL
       /lb FMLOCAL
       /bitmapsave FMLOCAL
       /is FMLOCAL
       /cf FMLOCAL
/wbytes {
     dup dup
     24 eq { pop pop 3 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 {

       /r exch def
       /d 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
       /h exch def /w exch def
       /lb w d wbytes def
       sl lb lt {lb ms} if
       /bitmapsave save def
       r
       /is im 0 lb getinterval def
       ws 0 lb getinterval is copy pop
       /cf currentfile def
       w h d [w 0 0 h neg 0 h]
       {ip} image
       bitmapsave restore
       grestore
       } bind def
/BEGINBITMAPBW {
       1 {} COMMONBITMAP
       } bind def
/BEGINBITMAPGRAY {
       8 {} COMMONBITMAP
       } bind def
/BEGINBITMAP2BIT {
       2 {} COMMONBITMAP
       } bind def
/COMMONBITMAP {
       /r exch def
       /d 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
       /h exch def /w exch def
       /bitmapsave save def
       r
       /is w d wbytes string def
       /cf currentfile def
       w h d [w 0 0 h neg 0 h]
       {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
       /gryt FMLOCAL
       /blut FMLOCAL
       /grnt FMLOCAL
       /redt FMLOCAL
       /indx FMLOCAL
       /cynu FMLOCAL
       /magu FMLOCAL
       /yelu FMLOCAL
       /k FMLOCAL
       /u FMLOCAL
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
               /k cynu magu min yelu min def
               /u k 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 k 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
       /tran FMLOCAL
/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 concatprocs settransfer
} bind def
/BITMAPCOLOR {
       /d 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
       /h exch def /w exch def
       /bitmapsave save def
       FMLevel1 {
               colorsetup
               /is w d wbytes string def
               /cf currentfile def
               w h d [w 0 0 h neg 0 h]
               {cf is readhexstring pop} {is} {is} true 3 colorimage
       } {
               colorSetup2
               /is w d wbytes string def
               /cf currentfile def
               7 dict dup begin
                       /ImageType 1 def
                       /Width w def
                       /Height h def
                       /ImageMatrix [w 0 0 h neg 0 h] def
                       /DataSource {cf is readhexstring pop} bind def
                       /BitsPerComponent d def
                       /Decode [0 255] def
               end image
       } ifelse
       bitmapsave restore
       grestore
       } bind def
/BITMAPCOLORc {
       /d 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
       /h exch def /w exch def
       /lb w d 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
               w h d [w 0 0 h neg 0 h]
               {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 w def
                       /Height h def
                       /ImageMatrix [w 0 0 h neg 0 h] def
                       /DataSource {ip} bind def
                       /BitsPerComponent d def
                       /Decode [0 255] def
               end image
       } ifelse
       bitmapsave restore
       grestore
       } bind def
/BITMAPTRUECOLORc {
       /d 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
       /h exch def /w exch def
       /lb w d wbytes def
       sl lb lt {lb ms} if
       /bitmapsave save def

       /is im 0 lb getinterval def
       /ris im 0 w getinterval def
       /gis im w w getinterval def
       /bis im w 2 mul w getinterval def

       ws 0 lb getinterval is copy pop
       /cf currentfile def
       w h 8 [w 0 0 h neg 0 h]
       {w rip pop ris} {gis} {bis} true 3 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
               /h exch def /w exch def
       /bitmapsave save def
       /is w string def
       /gis w string def
       /bis w string def
       /cf currentfile def
       w h 8 [w 0 0 h neg 0 h]
       { cf is readhexstring pop }
       { cf gis readhexstring pop }
       { cf bis readhexstring pop }
       true 3 colorimage
       bitmapsave restore
       grestore
       } bind def
/BITMAPTRUEGRAYc {
       /d 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
       /h exch def /w exch def
       /lb w d wbytes def
       sl lb lt {lb ms} if
       /bitmapsave save def

       /is im 0 lb getinterval def
       /ris im 0 w getinterval def
       /gis im w w getinterval def
       /bis im w 2 mul w getinterval def
       ws 0 lb getinterval is copy pop
       /cf currentfile def
       w h 8 [w 0 0 h neg 0 h]
       {w rip pop ris gis bis w gray} image
       bitmapsave restore
       grestore
       } bind def
/ww FMLOCAL
/r FMLOCAL
/g FMLOCAL
/b FMLOCAL
/i FMLOCAL
/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
               /h exch def /w exch def
       /bitmapsave save def
       /is w string def
       /gis w string def
       /bis w string def
       /cf currentfile def
       w h 8 [w 0 0 h neg 0 h]
       { cf is readhexstring pop
         cf gis readhexstring pop
         cf bis readhexstring pop w gray}  image
       bitmapsave restore
       grestore
       } bind def
/BITMAPGRAY {
       8 {fakecolorsetup} COMMONBITMAP
       } bind def
/BITMAPGRAYc {
       8 {fakecolorsetup} COMMONBITMAPc
       } bind def
/ENDBITMAP {
       } bind def
end
       /ALDsave FMLOCAL
       /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
(4.0) FMVERSION
1 1 0 0 612 792 0 1 9 FMDOCUMENT
0 0 /Times-Roman FMFONTDEFINE
1 0 /Times-Bold 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 <cccccccccccccccc> FMFILL
11 <ffff0000ffff0000> 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 <f0e1c3870f1e3c78> FMFILL
25 <f0783c1e0f87c3e1> FMFILL
26 <3333333333333333> FMFILL
27 <0000ffff0000ffff> FMFILL
28 <7ebddbe7e7dbbd7e> FMFILL
29 <fcf9f3e7cf9f3f7e> FMFILL
30 <7fbfdfeff7fbfdfe> FMFILL
%%EndSetup
%%Page: "1" 1
%%BeginPaperSize: Letter
%%EndPaperSize
612 792 1 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 0 0 0 1 1 1]
[ 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]
8 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
J
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 10 Q
0 X
0 0 0 1 0 0 0 K
(12/12/95) 684.44 749.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(34th IETF Meeting - Dallas, Texas) 72 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(1) 393.5 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
54 234 738 738 18 RR
6 H
0 Z
2 X
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
1 24 Q
0 X
(Internet Security Association and Key Management Pr) 84.25 640 T
(otocol) 646.43 640 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(\050ISAKMP\051) 340.01 576 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(draft-ietf-ipsec-isakmp-03.txt,  .ps) 222.36 512 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 18 Q
(Mark J. Schertler) 333.77 400 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(Of) 229.08 378 T
(\336ce of INFOSEC Research and T) 247.74 378 T
(echnology) 487.93 378 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(National Security Agency) 302.52 356 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(phone: \050301\051 688-0850) 313.01 312 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(email: [email protected]) 297.46 290 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "1" 1
%%Page: "2" 2
612 792 1 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 0 0 0 1 1 1]
[ 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]
8 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 10 Q
0 X
0 0 0 1 0 0 0 K
(12/12/95) 684.44 749.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(34th IETF Meeting - Dallas, Texas) 72 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(2) 393.5 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
54 234 738 738 18 RR
6 H
0 Z
2 X
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
1 24 Q
0 X
(FUNDAMENT) 295.56 704 T
(ALS) 449.76 704 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 22 Q
(\245) 72 657.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(Security Protocol Independence) 90 657.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 18 Q
(- IP ESP / AH) 90 634 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(- Session Layer Security Protocols \050SSL, PCT Record Protocol\051) 90 612 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(- Routing Protocols \050RIP-II Authentication, OSPF Authentication\051) 90 590 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(- Others: IEEE 802.10 Secure Data Exchange \050SDE\051, T) 90 568 T
(ransport Layer Security) 488.27 568 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 20 Q
(BENEFIT) 90 527.67 T
(: A) 171.22 527.67 T
(void Proliferation of Handshake, Authentication, and Key) 194.74 527.67 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(Exchange Protocols on Internet) 90 503.67 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 22 Q
(\245) 72 461.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(Security Policy Independence) 90 461.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 20 Q
(Internal / External / Allies) 90 436.67 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(BENEFIT) 90 395.67 T
(: This Is The Current Government And Corporate Environment) 171.22 395.67 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 22 Q
(\245) 72 353.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(Security Mechanism / Algorithm Independence) 90 353.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 20 Q
(De\336ne Base Security Attributes for NOW) 90 328.67 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(BENEFIT) 90 287.67 T
(: Allows Migration Path for FUTURE) 171.22 287.67 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "2" 2
%%Page: "3" 3
612 792 1 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 0 0 0 1 1 1]
[ 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]
8 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 10 Q
0 X
0 0 0 1 0 0 0 K
(12/12/95) 684.44 749.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(34th IETF Meeting - Dallas, Texas) 72 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(3) 393.5 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
54 234 738 738 18 RR
6 H
0 Z
2 X
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
1 24 Q
0 X
(UPDA) 232.56 704 T
(TES FROM ISAKMP V2) 297.43 704 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 22 Q
(\245) 72 657.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(User Negotiation Protected by Server Established SA) 90 657.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(\245) 72 583.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(Situation) 90 583.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(\245) 72 509.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(Authentication Only Exchange) 90 509.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(\245) 72 435.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(V) 90 435.33 T
(ersion Number) 103.44 435.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "3" 3
%%Page: "4" 4
612 792 1 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 0 0 0 1 1 1]
[ 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]
8 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 10 Q
0 X
0 0 0 1 0 0 0 K
(12/12/95) 684.44 749.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(34th IETF Meeting - Dallas, Texas) 72 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(4) 393.5 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
54 234 738 738 18 RR
6 H
0 Z
2 X
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
1 24 Q
0 X
(PROT) 230.76 704 T
(OCOL COMP) 297 704 T
(ARISIONS) 445.22 704 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 22 Q
(\245) 72 657.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(SKIP - Solution For Connectionless Protocols) 90 657.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 20 Q
(Discovery Protocol Actually Connection Oriented) 90 615.67 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 22 Q
(\245) 72 542.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(Photuris - Solution For ESP and AH) 90 542.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 20 Q
(Single Key Exchange Algorithm and Key Derivation) 90 500.67 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 18 Q
(- Eliminates Use Of Security T) 90 478 T
(okens in Future) 312.21 478 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 22 Q
(\245) 72 405.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(ISAKMP - Solution for Security Protocols on T) 90 405.33 T
(oday\325) 509.52 405.33 T
(s Internet) 558.4 405.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 20 Q
(Can Perform Functions of SKIP Discovery Protocol) 90 363.67 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(Can Perform Photuris Functionality and Key Exchange) 90 339.67 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "4" 4
%%Page: "5" 5
612 792 1 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 0 0 0 1 1 1]
[ 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]
8 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 10 Q
0 X
0 0 0 1 0 0 0 K
(12/12/95) 684.44 749.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(34th IETF Meeting - Dallas, Texas) 72 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(5) 393.5 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
54 234 738 738 18 RR
6 H
0 Z
2 X
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
1 18 Q
0 X
(DEMO HARDW) 174.66 708 T
(ARE / SOFTW) 304.15 708 T
(ARE CONFIGURA) 419.17 708 T
(TION) 571.33 708 T
0 0 0 1 0 0 0 K
72 246 720 702 C
0 0 0 1 0 0 0 K
675 468 108 468 2 L
4 H
2 Z
0 X
0 0 0 1 0 0 0 K
N
144 468 144 423 2 L
N
648 468 648 432 2 L
N
432 531 432 468 2 L
N
468 531 585 594 R
7 X
V
0 12 Q
0 X
(SparcBook -) 468 586 T
1 F
(Janeway) 531.32 586 T
0 F
(SunOS 4.1.3) 468 572 T
(DNS SEC Nameserver) 468 558 T
(Modi\336ed tcpdump) 468 544 T
585 261 702 324 R
7 X
V
0 X
(NEC P/75 -) 585 316 T
1 F
(Thneed) 644 316 T
0 F
(same as Grinch) 585 302 T
207 297 522 450 R
7 X
V
0 X
(NEC P/75 -) 207 442 T
1 F
(Grinch) 266 442 T
0 F
(DT) 207 428 T
(OS 1.1 Microkernel + security server) 222.78 428 T
(Lites 1.1.u2 Server) 207 414 T
(FreeBSD 2.1.0 User Level Programs \050Environment\051) 207 400 T
(ISAKMP) 207 386 T
(ESP / AH added to Lites) 207 372 T
(DT) 207 344 T
(OS \050derived from Mach3 MK83A\051 was developed by SCC) 222.78 344 T
442.87 550.61 378.63 559.76 381.83 557.8 443.79 548.69 4 Y
2 X
V
0.01 H
0 Z
0 X
N
383.96 556.07 384.4 554.46 437.19 545.94 438.42 549.51 437.72 550.72 435.51 549.91 6 Y
V
N
334 526.87 348.63 534.98 372.53 547.11 436.81 536.82 402.67 508.3 5 Y
5 X
V
0 X
N
377.12 550.78 384.4 554.46 441.05 546.24 434.4 541.34 4 Y
5 X
V
0 X
N
377.12 550.78 434.4 541.34 434.4 539.24 377.12 548.91 4 Y
3 X
V
0 X
N
434.4 541.34 441.05 546.24 441.81 544.71 441.81 537.01 436.81 532.13 436.81 538.84 434.4 539.24 7 Y
4 X
V
0 X
N
381.65 551.72 381.65 553.21 381.76 554.17 382.13 554.99 382.71 555.38 383.34 555.52 436.15 548.11
436.62 547.73 436.89 547.24 437.2 545.8 437.1 544.45 435.3 543.2 12 Y
4 X
V
0 X
N
378.63 559.76 442.87 550.61 456.95 599.86 393.94 602.11 4 Y
5 X
V
0 X
N
456.95 599.86 442.87 550.61 443.79 548.69 445.62 548.69 459 596.43 458.29 598.48 6 Y
3 X
V
0 X
N
397.97 594.5 446.67 591.42 437.08 558.04 386.92 564.46 4 Y
7 X
V
0 X
N
442.77 551.99 456.2 599.7 454.84 600.66 391.32 603 386.5 588.97 387.55 586.5 378.65 561.61
379.4 560.93 393.74 600.25 452.58 597.5 448.65 583.48 449.56 579.35 441.86 552.4 13 Y
6 X
V
0 X
N
391.92 602.16 393.74 600.25 379.4 560.93 379.22 561.68 388.1 586.71 387.21 588.79 6 Y
2 X
V
0 X
N
454.84 600.66 454.05 599.81 449.37 582.86 449.95 579.2 442.44 552.54 442.77 551.99 450.76 580.39
456.2 599.7 8 Y
3 X
V
0 X
N
386.92 564.46 397.97 594.5 446.67 591.42 446.29 590.65 399.19 593.6 388.41 564.26 6 Y
V
443.79 548.69 458.29 598.48 2 L
V
2 Z
N
381.76 553.41 433.61 545.22 435.62 545.13 437.2 545.8 4 L
N
384.65 558.31 M
384.65 558.31 384.65 558.31 384.29 557.16 D
383.94 556 383.94 556 383.94 556 D
383.94 556 383.94 556 387.18 555.55 D
390.42 555.11 390.42 555.11 390.42 555.11 D
388.44 554.58 388.31 553.14 388.17 552.03 D
388.17 552.03 388.17 552.03 393.59 551.13 D
399.01 550.23 399.01 550.23 399.01 550.23 D
398.79 551.8 399.4 553.02 401.26 553.69 D
401.26 553.69 401.26 553.69 409.08 552.54 D
416.89 551.38 416.89 551.38 416.89 551.38 D
415.24 550.61 415.01 549.26 414.64 547.92 D
414.64 547.92 414.64 547.92 422.1 546.7 D
429.56 545.48 429.56 545.48 429.56 545.48 D
429.49 547.12 429.76 548.57 431.54 549.33 D
431.54 549.33 431.54 549.33 434.14 548.88 D
436.75 548.43 436.75 548.43 436.75 548.43 D
436.75 548.43 436.75 548.43 437.24 549.59 D
437.73 550.74 437.73 550.74 437.73 550.74 D
437.73 550.74 437.73 550.74 411.19 554.53 D
384.65 558.31 384.65 558.31 384.65 558.31 D
O
5 X
V
0 Z
0 X
N
388.25 552.08 399.03 550.33 399.03 549.32 388.2 551.09 4 Y
3 X
V
0 X
N
414.76 547.9 429.55 545.58 429.55 544.5 414.76 546.96 4 Y
3 X
V
0 X
N
417.14 551.38 431.36 549.26 430.02 548.72 416.82 550.81 4 Y
3 X
V
390.95 555.04 401.08 553.79 399.82 553.41 390.1 554.66 4 Y
V
393.05 555.82 M
392.93 556.19 392.58 556.39 392.26 556.27 D
391.95 556.15 391.79 555.75 391.9 555.38 D
392.02 555.01 392.38 554.8 392.69 554.93 D
393.01 555.05 393.17 555.45 393.05 555.82 D
O
4 X
V
0 X
N
429.73 550.67 M
429.61 551.04 429.26 551.24 428.94 551.12 D
428.63 551 428.46 550.6 428.58 550.23 D
428.7 549.86 429.05 549.66 429.37 549.78 D
429.69 549.9 429.85 550.3 429.73 550.67 D
O
4 X
V
0 X
N
439.51 542.71 441.5 541.92 439.29 534.18 437.16 534.49 436.83 534.6 436.53 534.78 436 535.31
435.5 536.48 435.39 537.43 435.45 538.46 435.56 538.98 435.7 539.5 435.89 540 436.12 540.48 436.38 540.93
436.68 541.34 437 541.71 437.34 542.03 437.69 542.3 438.06 542.51 438.43 542.66 438.8 542.74 439.16 542.76 23 Y
5 X
V
0 X
N
439.36 541.85 439.68 541.91 440.02 541.9 440.35 541.83 440.69 541.71 441.02 541.52 441.34 541.27
441.64 540.98 441.92 540.63 442.17 540.24 442.39 539.82 442.59 539.37 442.74 538.89 442.86 538.4 442.93 537.9
442.96 537.4 442.96 536.91 442.9 536.44 442.81 535.99 442.68 535.57 442.51 535.18 442.3 534.84 442.07 534.55
441.8 534.32 441.51 534.14 441.2 534.02 440.88 533.96 440.55 533.96 440.21 534.03 439.87 534.16 439.54 534.34
439.23 534.59 438.92 534.88 438.64 535.23 438.39 535.62 438.17 536.04 437.98 536.49 437.82 536.97 437.71 537.46
437.63 537.96 437.6 538.46 437.61 538.95 437.66 539.42 437.75 539.88 437.88 540.29 438.05 540.68 438.26 541.02
438.49 541.31 438.76 541.54 439.05 541.72 50 Y
4 X
V
0 X
N
441.5 541.92 441.28 539.33 440.92 537.63 442.77 542.76 443.09 544.28 441.07 544.87 439.51 542.71 7 Y
6 X
V
0 X
N
441.07 544.87 441.45 545.45 442.06 545.53 443.38 545.1 443.82 544.09 443.07 540.05 441.92 537.31
441.74 537.1 441.51 536.91 441.25 536.94 440.95 537.2 440.92 537.63 442.77 542.76 443.09 544.28 14 Y
3 X
V
0 X
N
334 526.87 332.72 524.95 332.72 519.69 333.05 519.14 333.87 518.79 400.2 499.6 400.76 499.5
401.44 499.74 401.44 505.93 402.67 508.3 10 Y
3 X
V
0 X
N
402.67 508.3 436.81 536.82 436.81 531.08 430.31 525.32 429.11 524.58 428.19 523.95 427.33 523.23
426.51 522.51 425.6 521.55 424.63 520.29 401.44 499.74 401.44 505.93 401.24 507.01 401.87 507.88 14 Y
2 X
V
0 X
N
349.74 536.87 416.36 521.76 436.81 538.84 374.3 549.59 4 Y
5 X
V
0 X
N
349.74 536.87 370.75 532.1 373.26 531.84 377.48 531.48 381.31 530.88 385.4 529.8 388.17 528.72
389.5 527.85 416.36 521.76 436.81 538.84 436.81 536.82 415.57 519.08 348.63 534.98 13 Y
3 X
V
0 X
N
368.35 528.47 368.04 527.89 386.28 522.93 388.67 525.23 388.82 525.8 388.67 526.22 388.31 526.72
387.65 527.36 383.66 528.47 376.48 529.82 10 Y
V
N
376.57 528.37 M
373.46 528.69 370.82 527.53 370.67 525.77 D
370.52 524.02 372.92 522.34 376.03 522.02 D
379.14 521.7 381.78 522.86 381.93 524.62 D
382.08 526.37 379.68 528.05 376.57 528.37 D
O
4 X
V
0 X
N
368.39 528.61 372.41 527.47 372.02 526.81 368.04 527.89 4 Y
2 X
V
0 X
N
382.26 524.77 386.44 523.63 386.28 522.93 382.02 524.09 4 Y
2 X
V
0 X
N
376.64 527.63 M
374.45 527.85 372.58 527.03 372.48 525.79 D
372.37 524.55 374.06 523.37 376.26 523.14 D
378.45 522.92 380.32 523.74 380.42 524.98 D
380.53 526.22 378.83 527.4 376.64 527.63 D
O
V
N
370.37 528.04 M
372.36 527.47 372.36 527.47 372.36 527.47 D
372.36 527.47 372.36 527.47 373.1 527.83 D
373.84 528.18 373.84 528.18 374.78 528.47 D
375.71 528.75 375.71 528.75 376.46 528.86 D
377.2 528.97 377.2 528.97 378.02 528.93 D
378.84 528.9 378.84 528.9 379.62 528.75 D
380.4 528.61 380.4 528.61 381.07 528.36 D
381.73 528.11 381.73 528.11 382.16 527.79 D
382.59 527.47 382.59 527.47 382.79 526.97 D
382.98 526.47 382.98 526.47 382.86 525.97 D
382.75 525.48 382.75 525.48 382.47 525.12 D
382.2 524.77 382.2 524.77 382.2 524.77 D
382.2 524.77 382.2 524.77 384.29 524.2 D
386.38 523.63 386.38 523.63 386.38 523.63 D
386.38 523.63 386.35 523.66 387.49 524.63 D
388.67 525.62 388.33 526.61 387.55 527.4 D
387.12 527.9 387.12 527.9 386.14 528.43 D
385.17 528.97 385.17 528.97 383.8 529.43 D
382.43 529.89 382.43 529.89 381.42 530.11 D
380.4 530.32 380.4 530.32 379.11 530.5 D
377.82 530.67 377.82 530.67 376.89 530.71 D
375.95 530.75 375.95 530.75 375.09 530.71 D
374.23 530.67 374.23 530.67 372.86 530.39 D
371.5 530.11 371.5 530.11 369.94 529.36 D
368.39 528.61 368.39 528.61 368.39 528.61 D
368.39 528.61 368.39 528.61 370.37 528.04 D
O
4 X
V
0 X
N
376.81 528.46 M
377.08 528.42 377.08 528.42 377.35 528.35 D
377.62 528.29 377.62 528.29 377.88 528.18 D
378.14 528.07 378.14 528.07 378.38 527.93 D
378.62 527.78 378.62 527.78 378.85 527.61 D
379.07 527.43 379.07 527.43 379.26 527.23 D
379.46 527.02 379.46 527.02 379.63 526.79 D
379.79 526.56 379.79 526.56 379.93 526.31 D
380.06 526.06 380.06 526.06 380.16 525.79 D
380.26 525.52 380.26 525.52 380.32 525.24 D
380.39 524.97 380.39 524.97 380.39 524.97 D
380.4 524.67 380.43 524.36 380.31 524.12 D
379.88 523.35 378.25 522.76 376.54 523.16 D
375 523.51 374 524 373.22 525.01 D
372.72 525.66 372.93 526.34 372.93 526.34 D
372.93 526.34 372.93 526.34 373.07 526.58 D
373.21 526.82 373.21 526.82 373.39 527.04 D
373.56 527.26 373.56 527.26 373.76 527.45 D
373.97 527.64 373.97 527.64 374.19 527.79 D
374.42 527.95 374.42 527.95 374.67 528.08 D
374.91 528.2 374.91 528.2 375.17 528.29 D
375.44 528.37 375.44 528.37 375.71 528.42 D
375.98 528.47 375.98 528.47 376.26 528.48 D
376.53 528.49 376.53 528.49 376.81 528.46 D
O
5 X
V
0 X
N
362.44 521.71 M
362.45 521.36 362.45 521.36 362.81 520.88 D
363.18 520.39 363.18 520.39 364.23 519.74 D
365.29 519.08 365.29 519.08 367.3 518.47 D
369.33 517.86 369.33 517.86 371.18 517.55 D
373.03 517.24 373.03 517.24 374.17 517.17 D
375.3 517.09 375.3 517.09 376.19 517.17 D
377.07 517.24 377.07 517.24 377.83 517.9 D
378.59 518.55 378.59 518.55 378.78 518.74 D
378.97 518.93 378.97 518.93 378.95 519.14 D
378.92 519.36 378.92 519.36 378.92 519.36 D
378.92 519.36 378.92 519.36 377.21 519.67 D
375.5 519.98 375.5 519.98 374.14 519.84 D
372.78 519.7 372.78 519.7 370.25 520.5 D
367.73 521.31 367.73 521.31 365.08 521.68 D
362.43 522.06 362.43 522.06 362.43 522.06 D
362.43 522.06 362.43 522.06 362.44 521.71 D
O
V
N
375.87 523.73 M
375.3 523.78 376.23 523.68 377.32 523.75 D
378.42 523.82 378.42 523.82 379.2 524.37 D
379.98 524.91 379.98 524.91 380.13 525.46 D
380.29 526 380.29 526 380.05 526.36 D
379.82 526.71 379.82 526.71 379.3 527.14 D
378.78 527.56 378.78 527.56 378.29 527.73 D
377.79 527.9 377.79 527.9 377.48 527.87 D
377.17 527.85 377.17 527.85 377.09 527.59 D
377.01 527.33 377.01 527.33 377.27 527.11 D
377.53 526.9 377.53 526.9 377.9 526.92 D
378.26 526.95 378.26 526.95 378.55 526.85 D
378.83 526.76 378.83 526.76 378.96 526.5 D
379.09 526.24 379.09 526.24 378.99 526.02 D
378.88 525.81 378.88 525.81 378.62 525.62 D
378.36 525.43 378.36 525.43 378.21 525.46 D
378.05 525.48 378.05 525.48 378.34 525.22 D
378.62 524.96 378.62 524.96 378.62 524.72 D
378.62 524.48 378.62 524.48 378.42 524.3 D
378.21 524.11 378.21 524.11 377.71 524.01 D
377.22 523.85 376.28 523.69 375.87 523.73 D
O
3 X
V
376.42 528.04 M
376.7 528.13 376.7 528.13 377.25 528.06 D
377.79 527.99 377.79 527.99 378.31 527.52 D
378.83 527.04 378.83 527.04 378.81 526.71 D
378.78 526.38 378.78 526.38 378.52 526.14 D
378.26 525.91 378.26 525.91 377.87 526.02 D
377.48 526.14 377.48 526.14 377.58 526.45 D
377.69 526.76 377.69 526.76 377.25 527.23 D
376.8 527.71 376.8 527.71 376.47 527.83 D
376.13 527.94 376.13 527.94 376.42 528.04 D
O
4 X
V
377.9 527.42 M
377.51 527.47 377.43 527.56 377.01 527.54 D
376.6 527.52 376.6 527.52 376.36 527.42 D
376.13 527.33 376.13 527.33 376.1 527.21 D
376.08 527.09 376.08 527.09 376.31 526.92 D
376.55 526.76 376.55 526.76 376.88 526.83 D
377.22 526.9 377.22 526.9 377.69 526.81 D
378.3 526.43 379.35 527.23 377.9 527.42 D
O
7 X
V
375.19 527.61 M
375.04 527.73 374.31 526.95 374.1 526.71 D
373.89 526.47 373.89 526.47 373.71 526.09 D
373.53 525.72 373.53 525.72 373.48 525.43 D
373.43 525.15 373.43 525.15 373.43 524.86 D
373.43 524.58 373.43 524.58 373.71 524.37 D
374 524.15 374 524.15 374.26 524.08 D
374.52 524.01 374.52 524.01 374.23 524.25 D
373.95 524.48 373.95 524.48 373.97 524.77 D
374 525.05 374 525.05 374.44 525.31 D
374.88 525.57 374.88 525.57 375.27 525.57 D
375.66 525.57 375.66 525.57 375.51 525.79 D
375.35 526 375.35 526 375.04 526.02 D
374.73 526.05 374.73 526.05 374.52 526.07 D
374.31 526.09 374.31 526.09 374.47 526.4 D
374.62 526.71 375.35 527.49 375.19 527.61 D
O
4 X
V
418.3 516.61 424.1 521.59 424.54 521.5 425.07 522.22 425.74 522.94 426.46 523.76 427.57 524.68
428.48 525.4 429.25 525.88 430.17 526.26 429.93 526.55 434.84 531.03 434.84 531.99 418.3 518.15 14 Y
0 X
V
N
362.53 522.2 M
362.34 521.98 362.34 521.98 362.76 521.4 D
363.18 520.82 363.18 520.82 364.23 520.17 D
365.29 519.52 365.29 519.52 367.3 518.91 D
369.33 518.29 369.33 518.29 371.18 517.99 D
373.03 517.68 373.03 517.68 374.17 517.6 D
375.3 517.53 375.3 517.53 376.19 517.6 D
377.07 517.68 377.07 517.68 377.36 518.05 D
377.65 518.42 377.65 518.42 377.99 518.73 D
378.33 519.04 378.33 519.04 378.71 519.24 D
379.09 519.44 379.09 519.44 378.17 519.71 D
377.24 519.98 377.24 519.98 376.25 520.23 D
375.26 520.49 375.26 520.49 374.82 520.31 D
374.38 520.13 374.38 520.13 373.58 520.13 D
372.78 520.13 372.78 520.13 372.15 520.29 D
371.52 520.44 371.52 520.44 370.46 520.71 D
369.41 520.98 369.41 520.98 368.57 521.36 D
367.73 521.75 367.73 521.75 367.3 522.09 D
366.88 522.44 366.88 522.44 366.93 522.7 D
366.97 522.97 366.97 522.97 366.04 523.28 D
365.12 523.59 365.12 523.59 364.7 523.48 D
364.28 523.36 364.28 523.36 363.9 523.22 D
363.52 523.07 363.52 523.07 363.12 522.75 D
362.73 522.42 362.73 522.42 362.53 522.2 D
O
4 X
V
0 X
N
413.65 546.64 411.38 545.13 411.81 545.06 414.05 546.58 4 Y
3 X
V
0 X
N
411.38 545.13 411.38 543.13 411.75 543.07 411.75 545.07 4 Y
V
N
412.54 545.28 414.76 546.8 431.76 544.1 429.23 542.53 4 Y
4 X
V
0 X
N
412.54 545.28 429.23 542.53 429.23 540.45 412.54 543.27 4 Y
2 X
V
0 X
N
431.76 544.1 429.23 542.53 429.23 540.45 429.58 540.69 429.58 542.34 431.73 543.6 6 Y
V
N
433.48 543.49 431.12 541.88 431.12 539.8 3 L
2 Z
N
373.89 548.21 376.53 548.61 377.04 547.68 380.12 547.96 380.7 547.05 384.08 547.26 384.55 546.38
388.11 546.53 388.64 545.66 392.02 545.92 392.68 544.94 395.96 545.18 396.67 544.31 399.96 544.52 400.57 543.59
404.05 543.8 404.76 542.96 408.09 543.07 408.61 542.24 412.06 542.29 412.6 541.52 416.12 541.68 416.84 540.89
420.74 540.83 421.27 540.12 425.74 539.85 426.32 539.11 432.33 538.69 433.32 537.86 415.76 523.78 353.55 537.5
354.77 538.99 359.63 540.84 359.81 541.5 363.18 542.77 363.71 543.68 367.51 545.03 368.02 545.77 370.83 547
371.45 547.7 40 Y
3 X
V
0 Z
0 X
N
429.8 539.38 M
426.75 539.91 426.75 539.91 425.33 538.8 D
423.9 537.69 423.9 537.69 426.92 537.11 D
429.95 536.54 429.95 536.54 431.39 537.7 D
432.84 538.85 432.84 538.85 429.8 539.38 D
O
5 X
V
0 X
N
421.11 538.21 M
423.33 537.79 423.33 537.79 424.76 538.91 D
426.18 540.02 426.18 540.02 423.92 540.41 D
421.67 540.8 421.67 540.8 420.27 539.71 D
418.88 538.62 418.88 538.62 421.11 538.21 D
O
5 X
V
0 X
N
419.11 541.25 M
421.2 540.89 421.2 540.89 419.8 539.8 D
418.41 538.71 418.41 538.71 416.29 539.11 D
414.17 539.51 414.17 539.51 415.6 540.56 D
417.02 541.61 417.02 541.61 419.11 541.25 D
O
5 X
V
0 X
N
414.72 542.02 M
416.6 541.69 416.6 541.69 415.17 540.64 D
413.75 539.58 413.75 539.58 411.87 539.94 D
409.99 540.29 409.99 540.29 411.42 541.32 D
412.84 542.34 412.84 542.34 414.72 542.02 D
O
5 X
V
0 X
N
407.9 540.68 M
409.67 540.35 409.67 540.35 411.06 541.38 D
412.45 542.41 412.45 542.41 410.68 542.72 D
408.91 543.03 408.91 543.03 407.52 542.03 D
406.13 541.02 406.13 541.02 407.9 540.68 D
O
5 X
V
0 X
N
403.52 542.78 M
404.91 543.73 404.91 543.73 406.72 543.42 D
408.52 543.1 408.52 543.1 407.13 542.1 D
405.74 541.09 405.74 541.09 403.93 541.46 D
402.13 541.83 402.13 541.83 403.52 542.78 D
O
5 X
V
0 X
N
402.67 544.13 M
404.52 543.81 404.52 543.81 403.12 542.86 D
401.73 541.91 401.73 541.91 399.89 542.22 D
398.05 542.54 398.05 542.54 399.44 543.49 D
400.83 544.45 400.83 544.45 402.67 544.13 D
O
5 X
V
0 X
N
398.59 544.84 M
400.43 544.52 400.43 544.52 399.05 543.56 D
397.65 542.61 397.65 542.61 395.81 542.96 D
393.97 543.31 393.97 543.31 395.36 544.23 D
396.75 545.16 396.75 545.16 398.59 544.84 D
O
5 X
V
0 X
N
394.62 545.53 M
396.36 545.23 396.36 545.23 394.97 544.3 D
393.58 543.38 393.58 543.38 391.81 543.71 D
390.04 544.05 390.04 544.05 391.46 544.94 D
392.89 545.83 392.89 545.83 394.62 545.53 D
O
5 X
V
0 X
N
390.7 546.22 M
392.51 545.9 392.51 545.9 391.08 545.01 D
389.66 544.11 389.66 544.11 387.92 544.44 D
386.18 544.77 386.18 544.77 387.54 545.65 D
388.9 546.53 388.9 546.53 390.7 546.22 D
O
5 X
V
0 X
N
386.69 546.92 M
388.5 546.6 388.5 546.6 387.14 545.72 D
385.79 544.84 385.79 544.84 383.91 545.2 D
382.04 545.55 382.04 545.55 383.46 546.39 D
384.89 547.23 384.89 547.23 386.69 546.92 D
O
5 X
V
0 X
N
382.69 547.62 M
384.5 547.3 384.5 547.3 383.07 546.46 D
381.65 545.62 381.65 545.62 379.84 545.96 D
378.03 546.3 378.03 546.3 379.46 547.12 D
380.88 547.93 380.88 547.93 382.69 547.62 D
O
5 X
V
0 X
N
378.88 548.28 M
380.52 548 380.52 548 379.09 547.18 D
377.67 546.37 377.67 546.37 376.1 546.69 D
374.54 547 374.54 547 375.89 547.79 D
377.25 548.57 377.25 548.57 378.88 548.28 D
O
5 X
V
0 X
N
375.4 548.89 M
376.91 548.63 376.91 548.63 375.55 547.85 D
374.2 547.07 374.2 547.07 372.63 547.36 D
371.07 547.66 371.07 547.66 372.48 548.41 D
373.9 549.15 373.9 549.15 375.4 548.89 D
O
5 X
V
0 X
N
369.16 546.62 M
370.79 547.48 370.79 547.48 372.77 547.09 D
374.76 546.7 374.76 546.7 373.26 545.81 D
371.77 544.92 371.77 544.92 369.64 545.34 D
367.52 545.76 367.52 545.76 369.16 546.62 D
O
5 X
V
0 X
N
373.66 545.73 M
375.16 546.62 375.16 546.62 376.79 546.31 D
378.42 545.99 378.42 545.99 376.96 545.08 D
375.51 544.16 375.51 544.16 373.84 544.51 D
372.17 544.85 372.17 544.85 373.66 545.73 D
O
5 X
V
0 X
N
377.57 543.75 M
375.87 544.09 375.87 544.09 377.33 545.01 D
378.79 545.93 378.79 545.93 380.49 545.6 D
382.19 545.27 382.19 545.27 380.73 544.34 D
379.27 543.41 379.27 543.41 377.57 543.75 D
O
5 X
V
0 X
N
381.54 542.96 M
379.73 543.32 379.73 543.32 381.15 544.26 D
382.58 545.2 382.58 545.2 384.42 544.85 D
386.26 544.51 386.26 544.51 384.8 543.55 D
383.34 542.6 383.34 542.6 381.54 542.96 D
O
5 X
V
0 X
N
385.57 542.16 M
383.8 542.51 383.8 542.51 385.23 543.47 D
386.65 544.43 386.65 544.43 388.42 544.08 D
390.2 543.74 390.2 543.74 388.77 542.77 D
387.35 541.8 387.35 541.8 385.57 542.16 D
O
5 X
V
0 X
N
389.36 541.38 M
387.72 541.73 387.72 541.73 389.15 542.69 D
390.57 543.66 390.57 543.66 392.31 543.36 D
394.05 543.05 394.05 543.05 392.52 542.04 D
390.99 541.03 390.99 541.03 389.36 541.38 D
O
5 X
V
0 X
N
393.21 540.64 M
391.43 540.99 391.43 540.99 392.96 542.01 D
394.49 543.03 394.49 543.03 396.27 542.66 D
398.04 542.29 398.04 542.29 396.51 541.28 D
394.98 540.28 394.98 540.28 393.21 540.64 D
O
5 X
V
0 X
N
397.21 539.87 M
395.3 540.22 395.3 540.22 396.86 541.21 D
398.43 542.21 398.43 542.21 400.27 541.9 D
402.11 541.6 402.11 541.6 400.62 540.56 D
399.12 539.52 399.12 539.52 397.21 539.87 D
O
5 X
V
0 X
N
401.43 539.03 M
399.52 539.44 399.52 539.44 401.02 540.48 D
402.51 541.52 402.51 541.52 404.32 541.13 D
406.13 540.74 406.13 540.74 404.74 539.68 D
403.35 538.61 403.35 538.61 401.43 539.03 D
O
5 X
V
0 X
N
405.52 538.18 M
403.68 538.55 403.68 538.55 405.1 539.61 D
406.53 540.66 406.53 540.66 408.41 540.31 D
410.28 539.96 410.28 539.96 408.82 538.88 D
407.36 537.81 407.36 537.81 405.52 538.18 D
O
5 X
V
0 X
N
409.67 537.35 M
407.76 537.73 407.76 537.73 409.22 538.8 D
410.68 539.88 410.68 539.88 412.52 539.5 D
414.37 539.12 414.37 539.12 412.98 538.04 D
411.58 536.97 411.58 536.97 409.67 537.35 D
O
5 X
V
0 X
N
413.99 536.48 M
412.01 536.9 412.01 536.9 413.4 537.97 D
414.79 539.03 414.79 539.03 416.8 538.67 D
418.82 538.31 418.82 538.31 417.39 537.18 D
415.97 536.05 415.97 536.05 413.99 536.48 D
O
5 X
V
0 X
N
418.8 535.48 M
416.43 535.96 416.43 535.96 417.86 537.09 D
419.29 538.22 419.29 538.22 421.65 537.76 D
424.01 537.3 424.01 537.3 422.59 536.16 D
421.16 535.01 421.16 535.01 418.8 535.48 D
O
5 X
V
0 X
N
424.23 534.42 M
421.69 534.91 421.69 534.91 423.12 536.06 D
424.54 537.2 424.54 537.2 427.12 536.74 D
429.69 536.28 429.69 536.28 428.23 535.11 D
426.77 533.94 426.77 533.94 424.23 534.42 D
O
5 X
V
0 X
N
422.67 534.41 M
426.32 533.7 426.32 533.7 424.73 532.42 D
423.13 531.14 423.13 531.14 419.51 531.92 D
415.89 532.7 415.89 532.7 417.46 533.91 D
419.02 535.12 419.02 535.12 422.67 534.41 D
O
5 X
V
0 X
N
416.32 535.68 M
418.41 535.25 418.41 535.25 416.84 534.04 D
415.28 532.83 415.28 532.83 413.19 533.28 D
411.11 533.72 411.11 533.72 412.67 534.92 D
414.24 536.11 414.24 536.11 416.32 535.68 D
O
5 X
V
0 X
N
411.7 536.59 M
413.72 536.16 413.72 536.16 412.15 534.96 D
410.59 533.76 410.59 533.76 408.57 534.21 D
406.56 534.67 406.56 534.67 408.12 535.85 D
409.69 537.02 409.69 537.02 411.7 536.59 D
O
5 X
V
0 X
N
407.27 537.5 M
409.26 537.11 409.26 537.11 407.69 535.94 D
406.13 534.76 406.13 534.76 404.15 535.13 D
402.17 535.49 402.17 535.49 403.73 536.69 D
405.29 537.89 405.29 537.89 407.27 537.5 D
O
5 X
V
0 X
N
399.72 536.01 M
401.74 535.58 401.74 535.58 403.3 536.78 D
404.86 537.97 404.86 537.97 402.88 538.37 D
400.9 538.77 400.9 538.77 399.3 537.6 D
397.7 536.44 397.7 536.44 399.72 536.01 D
O
5 X
V
0 X
N
395.37 536.94 M
397.28 536.53 397.28 536.53 398.88 537.7 D
400.48 538.86 400.48 538.86 398.64 539.26 D
396.8 539.66 396.8 539.66 395.13 538.51 D
393.46 537.35 393.46 537.35 395.37 536.94 D
O
5 X
V
0 X
N
391.15 537.77 M
393.04 537.38 393.04 537.38 394.72 538.56 D
396.39 539.73 396.39 539.73 394.45 540.07 D
392.5 540.41 392.5 540.41 390.88 539.29 D
389.26 538.16 389.26 538.16 391.15 537.77 D
O
5 X
V
0 X
N
386.98 538.64 M
388.85 538.25 388.85 538.25 390.47 539.37 D
392.09 540.49 392.09 540.49 390.29 540.89 D
388.48 541.29 388.48 541.29 386.8 540.16 D
385.11 539.02 385.11 539.02 386.98 538.64 D
O
5 X
V
0 X
N
382.62 539.53 M
384.69 539.11 384.69 539.11 386.34 540.22 D
387.99 541.32 387.99 541.32 385.93 541.75 D
383.87 542.17 383.87 542.17 382.21 541.06 D
380.55 539.95 380.55 539.95 382.62 539.53 D
O
5 X
V
0 X
N
378.03 540.48 M
380.1 540.04 380.1 540.04 381.76 541.15 D
383.42 542.26 383.42 542.26 381.42 542.68 D
379.41 543.1 379.41 543.1 377.68 542.01 D
375.95 540.92 375.95 540.92 378.03 540.48 D
O
5 X
V
0 X
N
373.59 541.41 M
375.52 541.01 375.52 541.01 377.26 542.1 D
378.98 543.19 378.98 543.19 377.12 543.57 D
375.27 543.95 375.27 543.95 373.46 542.88 D
371.66 541.81 371.66 541.81 373.59 541.41 D
O
5 X
V
0 X
N
369.27 542.33 M
371.29 541.93 371.29 541.93 373.07 542.99 D
374.85 544.04 374.85 544.04 372.85 544.43 D
370.85 544.82 370.85 544.82 369.05 543.78 D
367.24 542.73 367.24 542.73 369.27 542.33 D
O
5 X
V
0 X
N
365.04 543.17 M
366.8 542.79 366.8 542.79 368.62 543.84 D
370.45 544.9 370.45 544.9 368.78 545.23 D
367.11 545.56 367.11 545.56 365.2 544.55 D
363.29 543.55 363.29 543.55 365.04 543.17 D
O
5 X
V
0 X
N
415.09 529.21 M
419.43 528.27 419.43 528.27 421.07 529.57 D
422.7 530.88 422.7 530.88 418.36 531.82 D
414.01 532.75 414.01 532.75 412.38 531.45 D
410.74 530.15 410.74 530.15 415.09 529.21 D
O
5 X
V
0 X
N
407.82 530.77 M
410.08 530.28 410.08 530.28 411.65 531.56 D
413.23 532.84 413.23 532.84 411.01 533.28 D
408.78 533.72 408.78 533.72 407.17 532.49 D
405.55 531.26 405.55 531.26 407.82 530.77 D
O
5 X
V
0 X
N
402.98 531.84 M
405.09 531.36 405.09 531.36 406.7 532.59 D
408.32 533.82 408.32 533.82 406.27 534.29 D
404.22 534.76 404.22 534.76 402.55 533.54 D
400.88 532.32 400.88 532.32 402.98 531.84 D
O
5 X
V
0 X
N
398.39 532.86 M
400.43 532.45 400.43 532.45 402.11 533.66 D
403.78 534.86 403.78 534.86 401.69 535.23 D
399.61 535.6 399.61 535.6 397.98 534.44 D
396.35 533.27 396.35 533.27 398.39 532.86 D
O
5 X
V
0 X
N
393.96 533.78 M
395.92 533.36 395.92 533.36 397.55 534.53 D
399.18 535.69 399.18 535.69 397.31 536.14 D
395.44 536.6 395.44 536.6 393.72 535.39 D
392.01 534.19 392.01 534.19 393.96 533.78 D
O
5 X
V
0 X
N
389.71 534.71 M
391.64 534.3 391.64 534.3 393.34 535.49 D
395.03 536.68 395.03 536.68 393.12 537.06 D
391.21 537.44 391.21 537.44 389.49 536.27 D
387.77 535.11 387.77 535.11 389.71 534.71 D
O
5 X
V
0 X
N
385.38 535.62 M
387.32 535.21 387.32 535.21 389.05 536.36 D
390.79 537.52 390.79 537.52 388.84 537.93 D
386.88 538.33 386.88 538.33 385.16 537.18 D
383.45 536.03 383.45 536.03 385.38 535.62 D
O
5 X
V
0 X
N
381.12 536.52 M
383.03 536.11 383.03 536.11 384.75 537.27 D
386.47 538.42 386.47 538.42 384.6 538.82 D
382.73 539.22 382.73 539.22 380.97 538.08 D
379.21 536.93 379.21 536.93 381.12 536.52 D
O
5 X
V
0 X
N
376.91 537.45 M
378.85 537.05 378.85 537.05 380.58 538.18 D
382.32 539.31 382.32 539.31 380.41 539.71 D
378.5 540.12 378.5 540.12 376.74 538.99 D
374.98 537.85 374.98 537.85 376.91 537.45 D
O
5 X
V
0 X
N
372.56 538.4 M
374.6 537.97 374.6 537.97 376.34 539.09 D
378.08 540.21 378.08 540.21 376.05 540.62 D
374.04 541.03 374.04 541.03 372.27 539.94 D
370.51 538.84 370.51 538.84 372.56 538.4 D
O
5 X
V
0 X
N
367.87 539.38 M
369.98 538.91 369.98 538.91 371.78 540.01 D
373.59 541.12 373.59 541.12 371.52 541.54 D
369.46 541.96 369.46 541.96 367.61 540.9 D
365.76 539.85 365.76 539.85 367.87 539.38 D
O
5 X
V
0 X
N
362.18 540.64 M
365.17 539.99 365.17 539.99 367.04 541.03 D
368.91 542.07 368.91 542.07 365.96 542.69 D
363.01 543.3 363.01 543.3 361.1 542.3 D
359.19 541.29 359.19 541.29 362.18 540.64 D
O
5 X
V
0 X
N
413.43 525.55 M
415.7 525.05 415.7 525.05 417.49 526.49 D
419.29 527.92 419.29 527.92 417.01 528.42 D
414.72 528.92 414.72 528.92 412.94 527.49 D
411.15 526.05 411.15 526.05 413.43 525.55 D
O
5 X
V
0 X
N
408.67 526.6 M
410.69 526.16 410.69 526.16 412.48 527.59 D
414.26 529.02 414.26 529.02 412.22 529.46 D
410.18 529.9 410.18 529.9 408.42 528.47 D
406.66 527.05 406.66 527.05 408.67 526.6 D
O
5 X
V
0 X
N
403.94 527.64 M
406.2 527.15 406.2 527.15 407.96 528.57 D
409.72 530 409.72 530 407.46 530.49 D
405.2 530.98 405.2 530.98 403.44 529.56 D
401.68 528.14 401.68 528.14 403.94 527.64 D
O
5 X
V
0 X
N
399.16 528.7 M
401.21 528.24 401.21 528.24 402.97 529.66 D
404.73 531.08 404.73 531.08 402.73 531.51 D
400.74 531.95 400.74 531.95 398.92 530.55 D
397.11 529.15 397.11 529.15 399.16 528.7 D
O
5 X
V
0 X
N
394.55 529.71 M
396.67 529.24 396.67 529.24 398.48 530.64 D
400.29 532.04 400.29 532.04 398.25 532.47 D
396.21 532.9 396.21 532.9 394.32 531.54 D
392.43 530.18 392.43 530.18 394.55 529.71 D
O
5 X
V
0 X
N
383.12 532.23 M
391.33 530.42 391.8 530.34 393.69 531.7 D
395.58 533.06 395.11 533.14 386.98 534.92 D
378.86 536.69 378.24 536.78 376.27 535.45 D
374.3 534.13 374.92 534.04 383.12 532.23 D
O
5 X
V
0 X
N
371.7 534.74 M
373.82 534.28 373.82 534.28 375.79 535.6 D
377.75 536.93 377.75 536.93 375.69 537.37 D
373.63 537.8 373.63 537.8 371.6 536.51 D
369.58 535.21 369.58 535.21 371.7 534.74 D
O
5 X
V
0 X
N
366.04 535.99 M
369.03 535.33 369.03 535.33 371.06 536.62 D
373.08 537.92 373.08 537.92 370.22 538.55 D
367.35 539.18 367.35 539.18 365.2 537.92 D
363.05 536.65 363.05 536.65 366.04 535.99 D
O
5 X
V
0 X
N
360.45 537.22 M
362.52 536.77 362.52 536.77 364.65 538.02 D
366.77 539.28 366.77 539.28 364.82 539.71 D
362.86 540.15 362.86 540.15 360.62 538.91 D
358.38 537.68 358.38 537.68 360.45 537.22 D
O
5 X
V
0 X
N
356.31 539.86 M
354.01 538.64 354.01 538.64 355.98 538.21 D
357.96 537.77 357.96 537.77 360.2 539.01 D
362.44 540.25 362.44 540.25 360.53 540.66 D
358.62 541.07 358.62 541.07 356.31 539.86 D
O
5 X
V
0 X
N
383.8 562.59 M
383.69 562.75 383.69 562.75 383.56 562.75 D
383.43 562.76 383.3 562.74 383.19 562.65 D
383.07 562.57 383.07 562.57 382.92 562.58 D
382.77 562.6 382.77 562.6 382.67 562.57 D
382.52 562.53 382.42 562.39 382.39 562.24 D
382.32 562.03 382.43 561.79 382.57 561.63 D
382.69 561.49 382.79 561.27 383 561.28 D
383.18 561.21 383.32 561.39 383.5 561.36 D
383.62 561.35 383.62 561.35 383.71 561.38 D
383.93 561.45 383.98 561.75 384.02 561.94 D
4 X
V
0 X
N
383.9 562.35 M
383.64 562.17 383.75 561.7 384.13 561.7 D
5 X
V
0 X
N
383.42 562.59 M
383.42 562.59 383.42 562.59 383.42 562.59 D
383.38 562.8 383.52 562.99 383.72 563.03 D
383.72 563.03 383.72 563.03 383.72 563.03 D
383.76 562.8 383.64 562.66 383.42 562.59 D
O
4 X
V
0 X
N
402.67 508.3 402.16 507.78 401.73 507.21 401.49 506.58 401.44 505.93 332.72 524.95 332.91 525.83
333.39 526.5 334 526.87 9 Y
4 X
V
0 X
N
401.44 505.93 401.44 503.73 332.72 522.89 332.72 524.95 4 Y
2 X
V
0 X
N
332.72 521.48 401.44 501.94 436.81 533.15 3 L
2 Z
N
415.3 519.35 436.53 537.09 2 L
5 X
N
404.77 551.18 404.61 550.22 404.92 550.19 405.07 551.15 4 Y
0 X
V
0 Z
N
405.33 551.11 405.17 550.15 405.47 550.12 405.62 551.08 4 Y
V
N
405.88 551.04 405.72 550.08 406.02 550.04 406.17 551 4 Y
V
N
406.43 550.96 406.27 550 406.57 549.97 406.72 550.93 4 Y
V
N
406.98 550.86 406.82 549.9 407.12 549.87 407.28 550.83 4 Y
V
N
407.53 550.79 407.37 549.83 407.67 549.8 407.83 550.76 4 Y
V
N
408.08 550.72 407.92 549.76 408.22 549.72 408.38 550.68 4 Y
V
N
408.63 550.64 408.47 549.68 408.78 549.65 408.93 550.61 4 Y
V
N
409.19 550.57 409.02 549.61 409.33 549.58 409.48 550.54 4 Y
V
N
441.45 545.45 442.06 545.53 443.38 545.1 443.11 544.48 441.16 545.01 5 Y
5 X
V
0 X
N
443.11 544.48 443.71 543.54 443.67 543.35 443.07 544.24 4 Y
V
N
417.3 543.53 M
417.3 544.26 417.3 544.26 417.4 544.24 D
417.51 544.21 417.51 544.21 417.51 543.48 D
417.51 542.74 417.51 542.74 417.4 542.77 D
417.3 542.79 417.3 542.79 417.3 543.53 D
O
3 X
V
417.84 543.43 M
417.84 544.16 417.84 544.16 417.95 544.14 D
418.05 544.12 418.05 544.12 418.05 543.38 D
418.05 542.65 418.05 542.65 417.95 542.67 D
417.84 542.7 417.84 542.7 417.84 543.43 D
O
V
418.38 543.31 M
418.38 544.04 418.38 544.04 418.49 544.02 D
418.6 544 418.6 544 418.6 543.26 D
418.6 542.53 418.6 542.53 418.49 542.55 D
418.38 542.58 418.38 542.58 418.38 543.31 D
O
V
418.92 543.21 M
418.92 543.95 418.92 543.95 419.03 543.92 D
419.14 543.9 419.14 543.9 419.14 543.17 D
419.14 542.43 419.14 542.43 419.03 542.46 D
418.92 542.48 418.92 542.48 418.92 543.21 D
O
V
419.46 543.14 M
419.46 543.88 419.46 543.88 419.57 543.85 D
419.68 543.83 419.68 543.83 419.68 543.09 D
419.68 542.36 419.68 542.36 419.57 542.39 D
419.46 542.41 419.46 542.41 419.46 543.14 D
O
V
420.01 543 M
420.01 543.73 420.01 543.73 420.11 543.71 D
420.22 543.68 420.22 543.68 420.22 542.95 D
420.22 542.22 420.22 542.22 420.11 542.24 D
420.01 542.26 420.01 542.26 420.01 543 D
O
V
420.55 542.93 M
420.55 543.66 420.55 543.66 420.66 543.64 D
420.77 543.61 420.77 543.61 420.77 542.88 D
420.77 542.14 420.77 542.14 420.66 542.17 D
420.55 542.19 420.55 542.19 420.55 542.93 D
O
V
421.09 542.83 M
421.09 543.56 421.09 543.56 421.2 543.54 D
421.31 543.52 421.31 543.52 421.31 542.78 D
421.31 542.05 421.31 542.05 421.2 542.07 D
421.09 542.1 421.09 542.1 421.09 542.83 D
O
V
421.63 542.76 M
421.63 543.49 421.63 543.49 421.74 543.47 D
421.85 543.44 421.85 543.44 421.85 542.71 D
421.85 541.98 421.85 541.98 421.74 542 D
421.63 542.02 421.63 542.02 421.63 542.76 D
O
V
422.18 542.66 M
422.18 543.4 422.18 543.4 422.29 543.37 D
422.39 543.35 422.39 543.35 422.39 542.61 D
422.39 541.88 422.39 541.88 422.29 541.9 D
422.18 541.93 422.18 541.93 422.18 542.66 D
O
V
422.72 542.61 M
422.72 543.35 422.72 543.35 422.83 543.32 D
422.94 543.3 422.94 543.3 422.94 542.57 D
422.94 541.83 422.94 541.83 422.83 541.85 D
422.72 541.88 422.72 541.88 422.72 542.61 D
O
V
423.26 542.47 M
423.26 543.2 423.26 543.2 423.37 543.18 D
423.48 543.15 423.48 543.15 423.48 542.42 D
423.48 541.69 423.48 541.69 423.37 541.71 D
423.26 541.73 423.26 541.73 423.26 542.47 D
O
V
434.84 531.27 434.84 533.1 429.93 528.96 429.93 529.87 423.19 524.34 423.19 523.47 418.23 519.09
418.23 516.88 8 Y
V
0 X
N
391.32 603 391.53 601.05 393.29 599.03 452.2 596.14 452.58 597.5 453.6 599.8 454.84 600.66 7 Y
5 X
V
0 X
N
391.53 601.05 453 598.45 452.58 597.5 452.2 596.14 393.29 599.03 392.2 599.6 6 Y
3 X
V
0 X
N
416.36 597.89 426.46 597.4 425.79 598.3 425.69 599.61 425.98 600.81 426.46 601.72 416.55 602.08
415.88 601.29 415.49 600.04 415.49 598.88 10 Y
4 X
V
0 X
N
418.67 602 424.83 601.78 423.38 602.35 420.21 602.44 4 Y
3 X
V
0 X
N
419.03 600.52 423.5 600.3 423.53 600.71 421.82 600.83 420.13 602.25 419.82 602.44 419.46 602.56
418.88 602.66 418.28 602.59 417.82 602.35 417.63 602.01 417.75 601.65 418.59 601.58 13 Y
V
N
416.14 598.5 M
416.52 598.09 416.52 598.09 421.16 597.85 D
425.79 597.61 425.79 597.61 425.66 597.84 D
425.52 598.06 425.52 598.06 425.49 598.51 D
425.45 598.95 425.45 598.95 425.45 599.27 D
425.45 599.58 425.45 599.58 425.21 599.8 D
424.97 600.01 424.97 600.01 424.63 600.24 D
424.3 600.47 424.3 600.47 424.04 600.51 D
423.79 600.54 423.79 600.54 424.12 600.33 D
424.44 600.11 424.44 600.11 424.68 599.87 D
424.92 599.63 424.92 599.63 424.98 599.34 D
425.04 599.05 425.04 599.05 424.77 598.86 D
424.49 598.67 424.49 598.67 423.86 598.56 D
423.24 598.45 423.24 598.45 422.35 598.44 D
421.46 598.42 421.46 598.42 420.72 598.44 D
419.99 598.45 419.99 598.45 419.05 598.53 D
418.11 598.62 418.11 598.62 417.62 598.76 D
417.13 598.91 417.13 598.91 416.92 599.17 D
416.72 599.43 416.72 599.43 416.72 599.69 D
416.72 599.94 416.72 599.94 416.85 600.09 D
416.98 600.23 416.98 600.23 417.37 600.33 D
417.75 600.42 417.75 600.42 418.2 600.57 D
418.64 600.71 418.64 600.71 418.24 600.71 D
417.85 600.71 417.85 600.71 417.32 600.63 D
416.79 600.54 416.79 600.54 416.36 600.34 D
415.92 600.13 415.92 600.13 415.85 599.96 D
415.78 599.8 415.78 599.8 415.77 599.35 D
415.75 598.91 415.75 598.91 416.14 598.5 D
O
2 X
V
428.63 601.1 452.45 600.09 452.35 599.6 451.78 599.32 428.77 600.28 428.29 600.57 6 Y
4 X
V
0 X
N
392.97 602.44 414.05 601.53 413.95 601.05 413.37 600.76 392.87 601.67 392.49 602.11 6 Y
4 X
V
0 X
N
350.81 534.46 336.18 526.28 335.55 525.83 335.31 525.3 335.17 524.68 335.15 524.27 335.15 518.42 7 L
2 Z
N
365.58 519.04 365.01 518.47 368.57 517.51 369.19 518.03 4 Y
V
0 Z
N
90 450 0.19 0.26 431.23 526.91 G
90 450 0.19 0.26 431.23 526.91 A
676.87 384.11 612.63 393.26 615.83 391.3 677.79 382.19 4 Y
2 X
V
0 X
N
617.96 389.57 618.4 387.96 671.19 379.44 672.42 383.01 671.72 384.22 669.51 383.41 6 Y
V
N
568 360.37 582.63 368.48 606.53 380.61 670.81 370.32 636.67 341.8 5 Y
5 X
V
0 X
N
611.12 384.28 618.4 387.96 675.05 379.74 668.4 374.84 4 Y
5 X
V
0 X
N
611.12 384.28 668.4 374.84 668.4 372.74 611.12 382.41 4 Y
3 X
V
0 X
N
668.4 374.84 675.05 379.74 675.81 378.21 675.81 370.51 670.81 365.63 670.81 372.34 668.4 372.74 7 Y
4 X
V
0 X
N
615.65 385.22 615.65 386.71 615.76 387.67 616.13 388.49 616.71 388.88 617.34 389.02 670.15 381.61
670.62 381.23 670.89 380.74 671.2 379.3 671.1 377.95 669.3 376.7 12 Y
4 X
V
0 X
N
612.63 393.26 676.87 384.11 690.95 433.36 627.94 435.61 4 Y
5 X
V
0 X
N
690.95 433.36 676.87 384.11 677.79 382.19 679.62 382.19 693 429.93 692.29 431.98 6 Y
3 X
V
0 X
N
631.97 428 680.67 424.92 671.08 391.54 620.91 397.95 4 Y
7 X
V
0 X
N
676.77 385.49 690.2 433.2 688.84 434.16 625.32 436.5 620.5 422.48 621.55 420 612.65 395.11
613.41 394.43 627.74 433.75 686.58 431 682.66 416.98 683.56 412.85 675.86 385.9 13 Y
6 X
V
0 X
N
625.92 435.66 627.74 433.75 613.41 394.43 613.22 395.18 622.1 420.21 621.22 422.29 6 Y
2 X
V
0 X
N
688.84 434.16 688.05 433.31 683.37 416.36 683.95 412.7 676.44 386.04 676.77 385.49 684.76 413.89
690.2 433.2 8 Y
3 X
V
0 X
N
620.91 397.95 631.97 428 680.67 424.92 680.29 424.15 633.19 427.11 622.41 397.76 6 Y
V
677.79 382.19 692.29 431.98 2 L
V
2 Z
N
615.76 386.9 667.61 378.72 669.62 378.63 671.2 379.3 4 L
N
618.65 391.81 M
618.65 391.81 618.65 391.81 618.29 390.66 D
617.94 389.5 617.94 389.5 617.94 389.5 D
617.94 389.5 617.94 389.5 621.18 389.05 D
624.42 388.61 624.42 388.61 624.42 388.61 D
622.44 388.08 622.31 386.64 622.17 385.52 D
622.17 385.52 622.17 385.52 627.59 384.63 D
633.01 383.73 633.01 383.73 633.01 383.73 D
632.79 385.3 633.4 386.52 635.26 387.19 D
635.26 387.19 635.26 387.19 643.08 386.04 D
650.89 384.88 650.89 384.88 650.89 384.88 D
649.24 384.11 649.01 382.76 648.64 381.42 D
648.64 381.42 648.64 381.42 656.1 380.2 D
663.56 378.98 663.56 378.98 663.56 378.98 D
663.49 380.62 663.76 382.07 665.54 382.83 D
665.54 382.83 665.54 382.83 668.14 382.38 D
670.75 381.93 670.75 381.93 670.75 381.93 D
670.75 381.93 670.75 381.93 671.24 383.09 D
671.73 384.24 671.73 384.24 671.73 384.24 D
671.73 384.24 671.73 384.24 645.19 388.03 D
618.65 391.81 618.65 391.81 618.65 391.81 D
O
5 X
V
0 Z
0 X
N
622.25 385.58 633.03 383.83 633.03 382.82 622.2 384.6 4 Y
3 X
V
0 X
N
648.76 381.4 663.55 379.08 663.55 378 648.76 380.46 4 Y
3 X
V
0 X
N
651.14 384.88 665.36 382.76 664.02 382.22 650.82 384.31 4 Y
3 X
V
624.95 388.54 635.09 387.29 633.82 386.9 624.1 388.16 4 Y
V
627.05 389.33 M
626.93 389.7 626.58 389.9 626.26 389.78 D
625.95 389.66 625.79 389.26 625.91 388.89 D
626.02 388.52 626.38 388.32 626.69 388.44 D
627.01 388.56 627.17 388.96 627.05 389.33 D
O
4 X
V
0 X
N
663.73 384.18 M
663.61 384.55 663.26 384.75 662.94 384.63 D
662.62 384.5 662.46 384.11 662.58 383.73 D
662.7 383.36 663.05 383.16 663.37 383.29 D
663.69 383.41 663.85 383.81 663.73 384.18 D
O
4 X
V
0 X
N
673.51 376.21 675.5 375.42 673.29 367.68 671.16 367.99 670.83 368.1 670.53 368.28 670 368.81
669.5 369.98 669.39 370.93 669.46 371.96 669.56 372.48 669.71 373 669.89 373.5 670.12 373.98 670.38 374.43
670.68 374.84 671 375.21 671.34 375.53 671.69 375.8 672.06 376.01 672.43 376.15 672.8 376.24 673.16 376.26 23 Y
5 X
V
0 X
N
673.35 375.36 673.68 375.42 674.01 375.41 674.35 375.34 674.68 375.22 675.01 375.03 675.33 374.79
675.63 374.49 675.91 374.14 676.17 373.76 676.39 373.33 676.58 372.88 676.74 372.4 676.85 371.91 676.93 371.41
676.96 370.91 676.95 370.42 676.9 369.95 676.81 369.5 676.67 369.08 676.5 368.7 676.3 368.36 676.06 368.07
675.8 367.83 675.51 367.65 675.2 367.53 674.87 367.47 674.54 367.47 674.21 367.54 673.87 367.67 673.54 367.85
673.22 368.1 672.92 368.39 672.64 368.74 672.39 369.13 672.16 369.55 671.97 370.01 671.82 370.48 671.7 370.97
671.62 371.47 671.59 371.97 671.6 372.46 671.65 372.93 671.74 373.39 671.88 373.8 672.05 374.19 672.25 374.53
672.49 374.82 672.76 375.05 673.04 375.24 50 Y
4 X
V
0 X
N
675.5 375.42 675.28 372.83 674.92 371.13 676.77 376.26 677.09 377.78 675.07 378.37 673.51 376.21 7 Y
6 X
V
0 X
N
675.07 378.37 675.45 378.95 676.06 379.03 677.38 378.6 677.82 377.59 677.07 373.55 675.92 370.81
675.74 370.6 675.51 370.41 675.25 370.44 674.96 370.7 674.92 371.13 676.77 376.26 677.09 377.78 14 Y
3 X
V
0 X
N
568 360.37 566.72 358.45 566.72 353.19 567.05 352.64 567.87 352.29 634.2 333.1 634.76 333
635.44 333.24 635.44 339.43 636.67 341.8 10 Y
3 X
V
0 X
N
636.67 341.8 670.81 370.32 670.81 364.58 664.31 358.82 663.11 358.08 662.19 357.45 661.33 356.73
660.51 356.01 659.6 355.05 658.63 353.79 635.44 333.24 635.44 339.43 635.24 340.51 635.87 341.38 14 Y
2 X
V
0 X
N
583.74 370.37 650.36 355.26 670.81 372.34 608.29 383.09 4 Y
5 X
V
0 X
N
583.74 370.37 604.75 365.6 607.26 365.35 611.48 364.98 615.31 364.38 619.4 363.3 622.17 362.22
623.5 361.35 650.36 355.26 670.81 372.34 670.81 370.32 649.57 352.58 582.63 368.48 13 Y
3 X
V
0 X
N
602.35 361.97 602.04 361.39 620.28 356.43 622.66 358.73 622.82 359.3 622.66 359.73 622.31 360.22
621.65 360.86 617.66 361.97 610.48 363.32 10 Y
V
N
610.51 361.89 M
607.4 362.21 604.76 361.05 604.61 359.29 D
604.46 357.54 606.86 355.86 609.97 355.54 D
613.08 355.22 615.72 356.38 615.87 358.14 D
616.02 359.89 613.62 361.57 610.51 361.89 D
O
4 X
V
0 X
N
602.39 362.11 606.41 360.97 606.02 360.31 602.04 361.39 4 Y
2 X
V
0 X
N
616.26 358.27 620.44 357.13 620.28 356.43 616.02 357.59 4 Y
2 X
V
0 X
N
610.58 361.14 M
608.38 361.36 606.52 360.54 606.41 359.3 D
606.31 358.07 608 356.88 610.19 356.65 D
612.39 356.43 614.25 357.25 614.36 358.49 D
614.46 359.73 612.77 360.91 610.58 361.14 D
O
V
N
604.37 361.54 M
606.35 360.97 606.35 360.97 606.35 360.97 D
606.35 360.97 606.35 360.97 607.1 361.33 D
607.84 361.68 607.84 361.68 608.78 361.97 D
609.72 362.25 609.72 362.25 610.46 362.36 D
611.2 362.47 611.2 362.47 612.02 362.43 D
612.84 362.39 612.84 362.39 613.62 362.25 D
614.4 362.11 614.4 362.11 615.07 361.86 D
615.73 361.61 615.73 361.61 616.16 361.29 D
616.59 360.97 616.59 360.97 616.79 360.47 D
616.98 359.97 616.98 359.97 616.86 359.48 D
616.75 358.98 616.75 358.98 616.47 358.62 D
616.2 358.27 616.2 358.27 616.2 358.27 D
616.2 358.27 616.2 358.27 618.29 357.7 D
620.38 357.13 620.38 357.13 620.38 357.13 D
620.38 357.13 620.35 357.16 621.49 358.13 D
622.66 359.12 622.34 360.11 621.55 360.9 D
621.12 361.4 621.12 361.4 620.15 361.93 D
619.17 362.47 619.17 362.47 617.8 362.93 D
616.43 363.39 616.43 363.39 615.42 363.61 D
614.4 363.82 614.4 363.82 613.11 364 D
611.82 364.17 611.82 364.17 610.89 364.21 D
609.95 364.25 609.95 364.25 609.09 364.21 D
608.23 364.17 608.23 364.17 606.86 363.89 D
605.5 363.61 605.5 363.61 603.94 362.86 D
602.39 362.11 602.39 362.11 602.39 362.11 D
602.39 362.11 602.39 362.11 604.37 361.54 D
O
4 X
V
0 X
N
610.8 361.96 M
611.08 361.93 611.08 361.93 611.35 361.86 D
611.62 361.79 611.62 361.79 611.88 361.68 D
612.14 361.58 612.14 361.58 612.38 361.43 D
612.62 361.29 612.62 361.29 612.84 361.11 D
613.06 360.94 613.06 360.94 613.26 360.73 D
613.46 360.53 613.46 360.53 613.62 360.3 D
613.79 360.06 613.79 360.06 613.92 359.81 D
614.06 359.56 614.06 359.56 614.16 359.29 D
614.26 359.03 614.26 359.03 614.32 358.75 D
614.38 358.47 614.38 358.47 614.38 358.47 D
614.39 358.17 614.43 357.86 614.3 357.63 D
613.87 356.86 612.25 356.27 610.53 356.66 D
609 357.01 608 357.51 607.22 358.52 D
606.72 359.17 606.93 359.85 606.93 359.85 D
606.93 359.85 606.93 359.85 607.07 360.09 D
607.21 360.33 607.21 360.33 607.39 360.54 D
607.56 360.76 607.56 360.76 607.76 360.95 D
607.96 361.14 607.96 361.14 608.19 361.3 D
608.42 361.46 608.42 361.46 608.66 361.58 D
608.91 361.7 608.91 361.7 609.17 361.79 D
609.43 361.88 609.43 361.88 609.71 361.92 D
609.98 361.97 609.98 361.97 610.25 361.98 D
610.53 361.99 610.53 361.99 610.8 361.96 D
O
5 X
V
0 X
N
596.44 355.21 M
596.45 354.86 596.45 354.86 596.81 354.38 D
597.18 353.89 597.18 353.89 598.23 353.24 D
599.28 352.58 599.28 352.58 601.3 351.97 D
603.33 351.36 603.33 351.36 605.18 351.05 D
607.03 350.74 607.03 350.74 608.17 350.67 D
609.3 350.59 609.3 350.59 610.19 350.67 D
611.07 350.74 611.07 350.74 611.83 351.39 D
612.59 352.05 612.59 352.05 612.78 352.24 D
612.97 352.43 612.97 352.43 612.95 352.64 D
612.92 352.86 612.92 352.86 612.92 352.86 D
612.92 352.86 612.92 352.86 611.21 353.17 D
609.5 353.48 609.5 353.48 608.14 353.34 D
606.78 353.2 606.78 353.2 604.25 354 D
601.73 354.81 601.73 354.81 599.08 355.18 D
596.43 355.56 596.43 355.56 596.43 355.56 D
596.43 355.56 596.43 355.56 596.44 355.21 D
O
V
N
609.87 357.23 M
609.3 357.27 610.23 357.18 611.32 357.25 D
612.41 357.32 612.41 357.32 613.2 357.87 D
613.97 358.41 613.97 358.41 614.13 358.96 D
614.29 359.5 614.29 359.5 614.05 359.86 D
613.82 360.21 613.82 360.21 613.3 360.64 D
612.78 361.06 612.78 361.06 612.29 361.23 D
611.79 361.39 611.79 361.39 611.48 361.37 D
611.17 361.35 611.17 361.35 611.09 361.09 D
611.01 360.83 611.01 360.83 611.27 360.61 D
611.53 360.4 611.53 360.4 611.9 360.42 D
612.26 360.45 612.26 360.45 612.55 360.35 D
612.83 360.26 612.83 360.26 612.96 360 D
613.09 359.74 613.09 359.74 612.99 359.52 D
612.88 359.31 612.88 359.31 612.62 359.12 D
612.36 358.93 612.36 358.93 612.21 358.96 D
612.05 358.98 612.05 358.98 612.34 358.72 D
612.62 358.46 612.62 358.46 612.62 358.22 D
612.62 357.98 612.62 357.98 612.41 357.8 D
612.21 357.61 612.21 357.61 611.71 357.51 D
611.22 357.35 610.28 357.19 609.87 357.23 D
O
3 X
V
610.41 361.54 M
610.7 361.63 610.7 361.63 611.25 361.56 D
611.79 361.49 611.79 361.49 612.31 361.02 D
612.83 360.54 612.83 360.54 612.81 360.21 D
612.78 359.88 612.78 359.88 612.52 359.64 D
612.26 359.41 612.26 359.41 611.87 359.52 D
611.48 359.64 611.48 359.64 611.58 359.95 D
611.69 360.26 611.69 360.26 611.25 360.73 D
610.8 361.21 610.8 361.21 610.47 361.33 D
610.13 361.44 610.13 361.44 610.41 361.54 D
O
4 X
V
611.9 360.92 M
611.51 360.97 611.43 361.06 611.01 361.04 D
610.6 361.02 610.6 361.02 610.36 360.92 D
610.13 360.83 610.13 360.83 610.1 360.71 D
610.08 360.59 610.08 360.59 610.31 360.42 D
610.54 360.26 610.54 360.26 610.88 360.33 D
611.22 360.4 611.22 360.4 611.69 360.31 D
612.29 359.93 613.35 360.73 611.9 360.92 D
O
7 X
V
609.19 361.11 M
609.04 361.23 608.31 360.45 608.1 360.21 D
607.89 359.97 607.89 359.97 607.71 359.6 D
607.53 359.22 607.53 359.22 607.48 358.93 D
607.43 358.65 607.43 358.65 607.43 358.36 D
607.43 358.08 607.43 358.08 607.71 357.87 D
608 357.65 608 357.65 608.26 357.58 D
608.52 357.51 608.52 357.51 608.23 357.75 D
607.95 357.98 607.95 357.98 607.97 358.27 D
608 358.55 608 358.55 608.44 358.81 D
608.88 359.07 608.88 359.07 609.27 359.07 D
609.66 359.07 609.66 359.07 609.51 359.29 D
609.35 359.5 609.35 359.5 609.04 359.52 D
608.72 359.55 608.72 359.55 608.52 359.57 D
608.31 359.6 608.31 359.6 608.47 359.9 D
608.62 360.21 609.35 360.99 609.19 361.11 D
O
4 X
V
652.3 350.11 658.1 355.1 658.54 355 659.07 355.72 659.74 356.44 660.46 357.26 661.57 358.18
662.48 358.9 663.25 359.38 664.17 359.76 663.93 360.05 668.84 364.53 668.84 365.49 652.3 351.65 14 Y
0 X
V
N
596.53 355.7 M
596.34 355.48 596.34 355.48 596.76 354.9 D
597.18 354.32 597.18 354.32 598.23 353.67 D
599.28 353.02 599.28 353.02 601.3 352.41 D
603.33 351.79 603.33 351.79 605.18 351.49 D
607.03 351.18 607.03 351.18 608.17 351.1 D
609.3 351.02 609.3 351.02 610.19 351.1 D
611.07 351.18 611.07 351.18 611.36 351.55 D
611.66 351.92 611.66 351.92 611.99 352.23 D
612.33 352.54 612.33 352.54 612.71 352.74 D
613.09 352.94 613.09 352.94 612.17 353.21 D
611.24 353.48 611.24 353.48 610.25 353.73 D
609.26 353.99 609.26 353.99 608.82 353.81 D
608.38 353.63 608.38 353.63 607.58 353.63 D
606.78 353.63 606.78 353.63 606.15 353.79 D
605.52 353.94 605.52 353.94 604.46 354.21 D
603.41 354.48 603.41 354.48 602.57 354.86 D
601.73 355.25 601.73 355.25 601.3 355.59 D
600.88 355.94 600.88 355.94 600.93 356.2 D
600.97 356.47 600.97 356.47 600.04 356.78 D
599.12 357.09 599.12 357.09 598.7 356.98 D
598.28 356.86 598.28 356.86 597.9 356.72 D
597.52 356.57 597.52 356.57 597.12 356.25 D
596.72 355.92 596.72 355.92 596.53 355.7 D
O
4 X
V
0 X
N
647.65 380.14 645.38 378.63 645.81 378.56 648.04 380.08 4 Y
3 X
V
0 X
N
645.38 378.63 645.38 376.63 645.75 376.57 645.75 378.57 4 Y
V
N
646.54 378.78 648.76 380.3 665.76 377.6 663.23 376.03 4 Y
4 X
V
0 X
N
646.54 378.78 663.23 376.03 663.23 373.95 646.54 376.77 4 Y
2 X
V
0 X
N
665.76 377.6 663.23 376.03 663.23 373.95 663.58 374.19 663.58 375.84 665.73 377.1 6 Y
V
N
667.48 376.99 665.12 375.38 665.12 373.3 3 L
2 Z
N
607.89 381.71 610.53 382.11 611.04 381.18 614.12 381.46 614.7 380.55 618.08 380.76 618.55 379.88
622.11 380.03 622.64 379.16 626.02 379.42 626.68 378.44 629.96 378.68 630.67 377.81 633.96 378.02 634.57 377.09
638.05 377.3 638.76 376.46 642.09 376.57 642.61 375.74 646.06 375.79 646.6 375.02 650.12 375.18 650.84 374.39
654.74 374.33 655.27 373.62 659.74 373.35 660.32 372.61 666.33 372.19 667.32 371.36 649.76 357.28 587.55 371
588.77 372.49 593.63 374.34 593.81 375 597.18 376.27 597.71 377.18 601.51 378.53 602.02 379.27 604.83 380.5
605.45 381.2 40 Y
3 X
V
0 Z
0 X
N
663.79 372.88 M
660.75 373.41 660.75 373.41 659.33 372.3 D
657.9 371.19 657.9 371.19 660.92 370.61 D
663.95 370.04 663.95 370.04 665.39 371.2 D
666.84 372.35 666.84 372.35 663.79 372.88 D
O
5 X
V
0 X
N
655.11 371.71 M
657.33 371.29 657.33 371.29 658.76 372.41 D
660.18 373.52 660.18 373.52 657.92 373.91 D
655.66 374.3 655.66 374.3 654.28 373.21 D
652.88 372.12 652.88 372.12 655.11 371.71 D
O
5 X
V
0 X
N
653.11 374.75 M
655.2 374.39 655.2 374.39 653.8 373.3 D
652.41 372.2 652.41 372.2 650.29 372.61 D
648.17 373.01 648.17 373.01 649.6 374.06 D
651.02 375.11 651.02 375.11 653.11 374.75 D
O
5 X
V
0 X
N
648.72 375.52 M
650.6 375.19 650.6 375.19 649.17 374.14 D
647.75 373.08 647.75 373.08 645.87 373.44 D
643.99 373.79 643.99 373.79 645.42 374.82 D
646.84 375.85 646.84 375.85 648.72 375.52 D
O
5 X
V
0 X
N
641.9 374.18 M
643.67 373.85 643.67 373.85 645.06 374.88 D
646.46 375.92 646.46 375.92 644.68 376.22 D
642.91 376.53 642.91 376.53 641.52 375.53 D
640.13 374.52 640.13 374.52 641.9 374.18 D
O
5 X
V
0 X
N
637.52 376.28 M
638.91 377.23 638.91 377.23 640.72 376.92 D
642.52 376.6 642.52 376.6 641.13 375.6 D
639.74 374.59 639.74 374.59 637.93 374.96 D
636.13 375.33 636.13 375.33 637.52 376.28 D
O
5 X
V
0 X
N
636.67 377.63 M
638.52 377.31 638.52 377.31 637.12 376.36 D
635.73 375.41 635.73 375.41 633.89 375.72 D
632.05 376.04 632.05 376.04 633.44 376.99 D
634.83 377.95 634.83 377.95 636.67 377.63 D
O
5 X
V
0 X
N
632.59 378.34 M
634.43 378.02 634.43 378.02 633.04 377.06 D
631.66 376.11 631.66 376.11 629.81 376.46 D
627.97 376.81 627.97 376.81 629.36 377.73 D
630.75 378.66 630.75 378.66 632.59 378.34 D
O
5 X
V
0 X
N
628.62 379.03 M
630.36 378.73 630.36 378.73 628.97 377.8 D
627.58 376.88 627.58 376.88 625.81 377.21 D
624.04 377.55 624.04 377.55 625.46 378.44 D
626.89 379.33 626.89 379.33 628.62 379.03 D
O
5 X
V
0 X
N
624.7 379.72 M
626.51 379.4 626.51 379.4 625.09 378.51 D
623.66 377.61 623.66 377.61 621.92 377.94 D
620.18 378.27 620.18 378.27 621.54 379.15 D
622.9 380.03 622.9 380.03 624.7 379.72 D
O
5 X
V
0 X
N
620.69 380.42 M
622.5 380.1 622.5 380.1 621.15 379.22 D
619.79 378.34 619.79 378.34 617.91 378.7 D
616.03 379.05 616.03 379.05 617.46 379.89 D
618.89 380.73 618.89 380.73 620.69 380.42 D
O
5 X
V
0 X
N
616.69 381.12 M
618.5 380.8 618.5 380.8 617.07 379.96 D
615.65 379.12 615.65 379.12 613.84 379.46 D
612.03 379.8 612.03 379.8 613.46 380.62 D
614.88 381.43 614.88 381.43 616.69 381.12 D
O
5 X
V
0 X
N
612.88 381.78 M
614.52 381.5 614.52 381.5 613.09 380.68 D
611.67 379.87 611.67 379.87 610.1 380.19 D
608.54 380.5 608.54 380.5 609.89 381.29 D
611.25 382.07 611.25 382.07 612.88 381.78 D
O
5 X
V
0 X
N
609.4 382.39 M
610.91 382.13 610.91 382.13 609.55 381.35 D
608.2 380.57 608.2 380.57 606.63 380.86 D
605.07 381.16 605.07 381.16 606.48 381.91 D
607.9 382.65 607.9 382.65 609.4 382.39 D
O
5 X
V
0 X
N
603.16 380.12 M
604.79 380.98 604.79 380.98 606.77 380.59 D
608.76 380.2 608.76 380.2 607.26 379.31 D
605.77 378.42 605.77 378.42 603.64 378.84 D
601.52 379.26 601.52 379.26 603.16 380.12 D
O
5 X
V
0 X
N
607.66 379.23 M
609.16 380.12 609.16 380.12 610.79 379.81 D
612.42 379.49 612.42 379.49 610.97 378.58 D
609.51 377.66 609.51 377.66 607.84 378.01 D
606.17 378.35 606.17 378.35 607.66 379.23 D
O
5 X
V
0 X
N
611.57 377.25 M
609.87 377.59 609.87 377.59 611.33 378.51 D
612.79 379.43 612.79 379.43 614.49 379.1 D
616.19 378.77 616.19 378.77 614.73 377.84 D
613.27 376.91 613.27 376.91 611.57 377.25 D
O
5 X
V
0 X
N
615.53 376.46 M
613.73 376.82 613.73 376.82 615.15 377.76 D
616.58 378.7 616.58 378.7 618.42 378.35 D
620.26 378.01 620.26 378.01 618.8 377.05 D
617.34 376.1 617.34 376.1 615.53 376.46 D
O
5 X
V
0 X
N
619.57 375.66 M
617.8 376.01 617.8 376.01 619.23 376.97 D
620.65 377.93 620.65 377.93 622.42 377.58 D
624.2 377.24 624.2 377.24 622.77 376.27 D
621.35 375.3 621.35 375.3 619.57 375.66 D
O
5 X
V
0 X
N
623.36 374.88 M
621.72 375.23 621.72 375.23 623.15 376.19 D
624.57 377.16 624.57 377.16 626.31 376.86 D
628.05 376.55 628.05 376.55 626.52 375.54 D
624.99 374.53 624.99 374.53 623.36 374.88 D
O
5 X
V
0 X
N
627.21 374.14 M
625.43 374.49 625.43 374.49 626.97 375.51 D
628.49 376.53 628.49 376.53 630.27 376.16 D
632.04 375.79 632.04 375.79 630.51 374.78 D
628.98 373.78 628.98 373.78 627.21 374.14 D
O
5 X
V
0 X
N
631.21 373.37 M
629.3 373.72 629.3 373.72 630.86 374.71 D
632.43 375.71 632.43 375.71 634.27 375.4 D
636.11 375.1 636.11 375.1 634.62 374.06 D
633.12 373.02 633.12 373.02 631.21 373.37 D
O
5 X
V
0 X
N
635.43 372.53 M
633.52 372.94 633.52 372.94 635.02 373.98 D
636.51 375.02 636.51 375.02 638.32 374.63 D
640.13 374.24 640.13 374.24 638.74 373.18 D
637.34 372.11 637.34 372.11 635.43 372.53 D
O
5 X
V
0 X
N
639.52 371.68 M
637.68 372.05 637.68 372.05 639.1 373.11 D
640.53 374.16 640.53 374.16 642.41 373.81 D
644.28 373.46 644.28 373.46 642.82 372.38 D
641.36 371.31 641.36 371.31 639.52 371.68 D
O
5 X
V
0 X
N
643.67 370.85 M
641.76 371.23 641.76 371.23 643.22 372.3 D
644.68 373.38 644.68 373.38 646.52 373 D
648.37 372.62 648.37 372.62 646.97 371.54 D
645.58 370.47 645.58 370.47 643.67 370.85 D
O
5 X
V
0 X
N
647.99 369.98 M
646.01 370.4 646.01 370.4 647.4 371.47 D
648.79 372.53 648.79 372.53 650.8 372.17 D
652.82 371.81 652.82 371.81 651.39 370.68 D
649.97 369.55 649.97 369.55 647.99 369.98 D
O
5 X
V
0 X
N
652.8 368.98 M
650.43 369.46 650.43 369.46 651.86 370.59 D
653.29 371.72 653.29 371.72 655.65 371.26 D
658.01 370.8 658.01 370.8 656.59 369.66 D
655.16 368.51 655.16 368.51 652.8 368.98 D
O
5 X
V
0 X
N
658.23 367.92 M
655.69 368.41 655.69 368.41 657.12 369.56 D
658.54 370.7 658.54 370.7 661.12 370.24 D
663.69 369.78 663.69 369.78 662.23 368.61 D
660.77 367.44 660.77 367.44 658.23 367.92 D
O
5 X
V
0 X
N
656.67 367.91 M
660.32 367.2 660.32 367.2 658.73 365.92 D
657.13 364.64 657.13 364.64 653.51 365.42 D
649.9 366.2 649.9 366.2 651.46 367.41 D
653.02 368.62 653.02 368.62 656.67 367.91 D
O
5 X
V
0 X
N
650.32 369.18 M
652.41 368.75 652.41 368.75 650.84 367.54 D
649.28 366.33 649.28 366.33 647.19 366.78 D
645.11 367.22 645.11 367.22 646.67 368.42 D
648.24 369.61 648.24 369.61 650.32 369.18 D
O
5 X
V
0 X
N
645.7 370.09 M
647.72 369.66 647.72 369.66 646.16 368.46 D
644.59 367.26 644.59 367.26 642.57 367.71 D
640.56 368.17 640.56 368.17 642.12 369.35 D
643.69 370.52 643.69 370.52 645.7 370.09 D
O
5 X
V
0 X
N
641.28 371 M
643.26 370.61 643.26 370.61 641.69 369.44 D
640.13 368.26 640.13 368.26 638.15 368.63 D
636.16 368.99 636.16 368.99 637.73 370.19 D
639.29 371.39 639.29 371.39 641.28 371 D
O
5 X
V
0 X
N
633.72 369.51 M
635.74 369.08 635.74 369.08 637.3 370.27 D
638.86 371.48 638.86 371.48 636.88 371.87 D
634.9 372.27 634.9 372.27 633.3 371.11 D
631.7 369.94 631.7 369.94 633.72 369.51 D
O
5 X
V
0 X
N
629.37 370.44 M
631.28 370.03 631.28 370.03 632.88 371.2 D
634.48 372.36 634.48 372.36 632.64 372.76 D
630.8 373.16 630.8 373.16 629.13 372.01 D
627.46 370.85 627.46 370.85 629.37 370.44 D
O
5 X
V
0 X
N
625.15 371.27 M
627.04 370.88 627.04 370.88 628.72 372.06 D
630.4 373.23 630.4 373.23 628.45 373.57 D
626.5 373.91 626.5 373.91 624.88 372.79 D
623.26 371.66 623.26 371.66 625.15 371.27 D
O
5 X
V
0 X
N
620.98 372.14 M
622.85 371.75 622.85 371.75 624.47 372.87 D
626.09 373.99 626.09 373.99 624.28 374.39 D
622.48 374.79 622.48 374.79 620.8 373.65 D
619.11 372.52 619.11 372.52 620.98 372.14 D
O
5 X
V
0 X
N
616.62 373.03 M
618.69 372.61 618.69 372.61 620.34 373.72 D
621.99 374.82 621.99 374.82 619.93 375.25 D
617.87 375.67 617.87 375.67 616.21 374.56 D
614.55 373.45 614.55 373.45 616.62 373.03 D
O
5 X
V
0 X
N
612.03 373.98 M
614.1 373.54 614.1 373.54 615.76 374.65 D
617.42 375.76 617.42 375.76 615.42 376.18 D
613.41 376.6 613.41 376.6 611.68 375.51 D
609.95 374.42 609.95 374.42 612.03 373.98 D
O
5 X
V
0 X
N
607.59 374.91 M
609.53 374.51 609.53 374.51 611.26 375.6 D
612.98 376.69 612.98 376.69 611.12 377.07 D
609.27 377.45 609.27 377.45 607.46 376.38 D
605.66 375.31 605.66 375.31 607.59 374.91 D
O
5 X
V
0 X
N
603.27 375.83 M
605.29 375.43 605.29 375.43 607.07 376.49 D
608.85 377.54 608.85 377.54 606.85 377.93 D
604.85 378.32 604.85 378.32 603.05 377.28 D
601.24 376.23 601.24 376.23 603.27 375.83 D
O
5 X
V
0 X
N
599.04 376.67 M
600.8 376.29 600.8 376.29 602.62 377.34 D
604.45 378.4 604.45 378.4 602.78 378.73 D
601.11 379.06 601.11 379.06 599.2 378.05 D
597.28 377.05 597.28 377.05 599.04 376.67 D
O
5 X
V
0 X
N
649.09 362.71 M
653.43 361.77 653.43 361.77 655.07 363.07 D
656.7 364.38 656.7 364.38 652.35 365.32 D
648.01 366.25 648.01 366.25 646.38 364.95 D
644.74 363.65 644.74 363.65 649.09 362.71 D
O
5 X
V
0 X
N
641.82 364.27 M
644.08 363.78 644.08 363.78 645.65 365.06 D
647.23 366.34 647.23 366.34 645.01 366.78 D
642.78 367.22 642.78 367.22 641.17 365.99 D
639.55 364.76 639.55 364.76 641.82 364.27 D
O
5 X
V
0 X
N
636.98 365.34 M
639.09 364.86 639.09 364.86 640.7 366.1 D
642.32 367.32 642.32 367.32 640.27 367.79 D
638.22 368.26 638.22 368.26 636.55 367.04 D
634.88 365.82 634.88 365.82 636.98 365.34 D
O
5 X
V
0 X
N
632.39 366.36 M
634.43 365.95 634.43 365.95 636.11 367.16 D
637.78 368.36 637.78 368.36 635.69 368.73 D
633.61 369.1 633.61 369.1 631.98 367.94 D
630.35 366.77 630.35 366.77 632.39 366.36 D
O
5 X
V
0 X
N
627.96 367.27 M
629.92 366.86 629.92 366.86 631.55 368.03 D
633.18 369.19 633.18 369.19 631.31 369.64 D
629.44 370.1 629.44 370.1 627.72 368.89 D
626.01 367.69 626.01 367.69 627.96 367.27 D
O
5 X
V
0 X
N
623.71 368.21 M
625.64 367.8 625.64 367.8 627.34 368.99 D
629.03 370.18 629.03 370.18 627.12 370.56 D
625.21 370.94 625.21 370.94 623.49 369.77 D
621.78 368.61 621.78 368.61 623.71 368.21 D
O
5 X
V
0 X
N
619.38 369.12 M
621.32 368.71 621.32 368.71 623.05 369.86 D
624.79 371.02 624.79 371.02 622.84 371.43 D
620.88 371.83 620.88 371.83 619.16 370.68 D
617.45 369.53 617.45 369.53 619.38 369.12 D
O
5 X
V
0 X
N
615.12 370.02 M
617.03 369.61 617.03 369.61 618.75 370.77 D
620.47 371.92 620.47 371.92 618.6 372.32 D
616.73 372.72 616.73 372.72 614.97 371.58 D
613.21 370.43 613.21 370.43 615.12 370.02 D
O
5 X
V
0 X
N
610.91 370.95 M
612.85 370.55 612.85 370.55 614.58 371.68 D
616.32 372.81 616.32 372.81 614.41 373.21 D
612.5 373.62 612.5 373.62 610.74 372.49 D
608.98 371.35 608.98 371.35 610.91 370.95 D
O
5 X
V
0 X
N
606.56 371.9 M
608.6 371.47 608.6 371.47 610.34 372.59 D
612.08 373.71 612.08 373.71 610.05 374.12 D
608.03 374.53 608.03 374.53 606.28 373.44 D
604.51 372.34 604.51 372.34 606.56 371.9 D
O
5 X
V
0 X
N
601.87 372.88 M
603.98 372.41 603.98 372.41 605.78 373.51 D
607.59 374.62 607.59 374.62 605.52 375.04 D
603.46 375.45 603.46 375.45 601.61 374.4 D
599.76 373.35 599.76 373.35 601.87 372.88 D
O
5 X
V
0 X
N
596.18 374.14 M
599.17 373.49 599.17 373.49 601.04 374.53 D
602.91 375.57 602.91 375.57 599.96 376.19 D
597.01 376.8 597.01 376.8 595.1 375.8 D
593.19 374.79 593.19 374.79 596.18 374.14 D
O
5 X
V
0 X
N
647.43 359.05 M
649.7 358.55 649.7 358.55 651.49 359.99 D
653.29 361.42 653.29 361.42 651.01 361.92 D
648.72 362.42 648.72 362.42 646.94 360.99 D
645.15 359.55 645.15 359.55 647.43 359.05 D
O
5 X
V
0 X
N
642.67 360.1 M
644.69 359.66 644.69 359.66 646.48 361.09 D
648.26 362.52 648.26 362.52 646.22 362.96 D
644.18 363.4 644.18 363.4 642.42 361.97 D
640.66 360.55 640.66 360.55 642.67 360.1 D
O
5 X
V
0 X
N
637.94 361.14 M
640.2 360.65 640.2 360.65 641.96 362.07 D
643.72 363.5 643.72 363.5 641.46 363.99 D
639.2 364.48 639.2 364.48 637.44 363.06 D
635.68 361.64 635.68 361.64 637.94 361.14 D
O
5 X
V
0 X
N
633.16 362.2 M
635.21 361.74 635.21 361.74 636.97 363.16 D
638.73 364.58 638.73 364.58 636.73 365.01 D
634.74 365.45 634.74 365.45 632.92 364.05 D
631.11 362.65 631.11 362.65 633.16 362.2 D
O
5 X
V
0 X
N
628.55 363.21 M
630.67 362.74 630.67 362.74 632.48 364.14 D
634.29 365.54 634.29 365.54 632.25 365.97 D
630.21 366.4 630.21 366.4 628.32 365.04 D
626.43 363.68 626.43 363.68 628.55 363.21 D
O
5 X
V
0 X
N
617.12 365.73 M
625.33 363.92 625.8 363.84 627.69 365.2 D
629.58 366.56 629.11 366.64 620.98 368.42 D
612.85 370.19 612.24 370.28 610.27 368.95 D
608.3 367.63 608.92 367.54 617.12 365.73 D
O
5 X
V
0 X
N
605.7 368.24 M
607.82 367.78 607.82 367.78 609.79 369.1 D
611.75 370.43 611.75 370.43 609.69 370.87 D
607.63 371.3 607.63 371.3 605.6 370.01 D
603.58 368.71 603.58 368.71 605.7 368.24 D
O
5 X
V
0 X
N
600.04 369.49 M
603.03 368.83 603.03 368.83 605.06 370.12 D
607.08 371.42 607.08 371.42 604.22 372.05 D
601.35 372.68 601.35 372.68 599.2 371.42 D
597.05 370.15 597.05 370.15 600.04 369.49 D
O
5 X
V
0 X
N
594.45 370.72 M
596.52 370.27 596.52 370.27 598.65 371.52 D
600.77 372.78 600.77 372.78 598.82 373.21 D
596.86 373.65 596.86 373.65 594.62 372.42 D
592.38 371.18 592.38 371.18 594.45 370.72 D
O
5 X
V
0 X
N
590.31 373.36 M
588.01 372.14 588.01 372.14 589.98 371.71 D
591.96 371.27 591.96 371.27 594.2 372.51 D
596.44 373.75 596.44 373.75 594.53 374.16 D
592.62 374.57 592.62 374.57 590.31 373.36 D
O
5 X
V
0 X
N
617.8 396.1 M
617.69 396.26 617.69 396.26 617.57 396.26 D
617.43 396.27 617.3 396.25 617.2 396.15 D
617.07 396.07 617.07 396.07 616.92 396.09 D
616.77 396.1 616.77 396.1 616.67 396.07 D
616.52 396.04 616.42 395.89 616.4 395.75 D
616.32 395.53 616.43 395.3 616.57 395.13 D
616.69 395 616.79 394.78 617 394.78 D
617.18 394.71 617.32 394.9 617.5 394.86 D
617.62 394.86 617.62 394.86 617.72 394.89 D
617.93 394.96 617.98 395.25 618.03 395.45 D
4 X
V
0 X
N
617.9 395.85 M
617.64 395.67 617.75 395.2 618.13 395.2 D
5 X
V
0 X
N
617.42 396.09 M
617.42 396.09 617.42 396.09 617.42 396.09 D
617.38 396.3 617.52 396.49 617.72 396.53 D
617.72 396.53 617.72 396.53 617.72 396.53 D
617.75 396.3 617.64 396.16 617.42 396.09 D
O
4 X
V
0 X
N
636.67 341.8 636.16 341.28 635.72 340.71 635.48 340.08 635.44 339.43 566.72 358.45 566.91 359.33
567.39 360 568 360.37 9 Y
4 X
V
0 X
N
635.44 339.43 635.44 337.23 566.72 356.39 566.72 358.45 4 Y
2 X
V
0 X
N
566.72 354.98 635.44 335.44 670.81 366.65 3 L
2 Z
N
649.29 352.85 670.53 370.59 2 L
5 X
N
638.77 384.68 638.61 383.72 638.92 383.69 639.07 384.65 4 Y
0 X
V
0 Z
N
639.33 384.61 639.16 383.65 639.47 383.62 639.62 384.58 4 Y
V
N
639.88 384.54 639.72 383.58 640.02 383.54 640.17 384.5 4 Y
V
N
640.43 384.46 640.27 383.5 640.57 383.47 640.72 384.43 4 Y
V
N
640.98 384.36 640.82 383.4 641.12 383.37 641.28 384.33 4 Y
V
N
641.53 384.29 641.37 383.33 641.67 383.3 641.83 384.26 4 Y
V
N
642.08 384.22 641.92 383.26 642.22 383.22 642.38 384.18 4 Y
V
N
642.63 384.14 642.47 383.18 642.78 383.15 642.93 384.11 4 Y
V
N
643.19 384.07 643.03 383.11 643.33 383.08 643.48 384.04 4 Y
V
N
675.45 378.95 676.06 379.03 677.38 378.6 677.11 377.98 675.16 378.51 5 Y
5 X
V
0 X
N
677.11 377.98 677.71 377.04 677.67 376.85 677.07 377.74 4 Y
V
N
651.29 377.03 M
651.29 377.76 651.29 377.76 651.4 377.74 D
651.51 377.71 651.51 377.71 651.51 376.98 D
651.51 376.24 651.51 376.24 651.4 376.27 D
651.29 376.29 651.29 376.29 651.29 377.03 D
O
3 X
V
651.84 376.93 M
651.84 377.67 651.84 377.67 651.95 377.64 D
652.05 377.62 652.05 377.62 652.05 376.88 D
652.05 376.15 652.05 376.15 651.95 376.17 D
651.84 376.2 651.84 376.2 651.84 376.93 D
O
V
652.38 376.81 M
652.38 377.55 652.38 377.55 652.49 377.52 D
652.6 377.5 652.6 377.5 652.6 376.76 D
652.6 376.03 652.6 376.03 652.49 376.05 D
652.38 376.08 652.38 376.08 652.38 376.81 D
O
V
652.92 376.71 M
652.92 377.45 652.92 377.45 653.03 377.42 D
653.14 377.4 653.14 377.4 653.14 376.67 D
653.14 375.93 653.14 375.93 653.03 375.96 D
652.92 375.98 652.92 375.98 652.92 376.71 D
O
V
653.46 376.64 M
653.46 377.38 653.46 377.38 653.57 377.35 D
653.68 377.33 653.68 377.33 653.68 376.6 D
653.68 375.86 653.68 375.86 653.57 375.89 D
653.46 375.91 653.46 375.91 653.46 376.64 D
O
V
654.01 376.5 M
654.01 377.23 654.01 377.23 654.11 377.21 D
654.22 377.18 654.22 377.18 654.22 376.45 D
654.22 375.72 654.22 375.72 654.11 375.74 D
654.01 375.76 654.01 375.76 654.01 376.5 D
O
V
654.55 376.43 M
654.55 377.16 654.55 377.16 654.66 377.14 D
654.77 377.11 654.77 377.11 654.77 376.38 D
654.77 375.64 654.77 375.64 654.66 375.67 D
654.55 375.69 654.55 375.69 654.55 376.43 D
O
V
655.09 376.33 M
655.09 377.06 655.09 377.06 655.2 377.04 D
655.31 377.02 655.31 377.02 655.31 376.28 D
655.31 375.55 655.31 375.55 655.2 375.57 D
655.09 375.6 655.09 375.6 655.09 376.33 D
O
V
655.63 376.26 M
655.63 376.99 655.63 376.99 655.74 376.97 D
655.85 376.94 655.85 376.94 655.85 376.21 D
655.85 375.48 655.85 375.48 655.74 375.5 D
655.63 375.52 655.63 375.52 655.63 376.26 D
O
V
656.18 376.16 M
656.18 376.89 656.18 376.89 656.28 376.87 D
656.39 376.85 656.39 376.85 656.39 376.11 D
656.39 375.38 656.39 375.38 656.28 375.4 D
656.18 375.43 656.18 375.43 656.18 376.16 D
O
V
656.72 376.11 M
656.72 376.85 656.72 376.85 656.83 376.82 D
656.94 376.8 656.94 376.8 656.94 376.07 D
656.94 375.33 656.94 375.33 656.83 375.36 D
656.72 375.38 656.72 375.38 656.72 376.11 D
O
V
657.26 375.97 M
657.26 376.7 657.26 376.7 657.37 376.68 D
657.48 376.65 657.48 376.65 657.48 375.92 D
657.48 375.19 657.48 375.19 657.37 375.21 D
657.26 375.23 657.26 375.23 657.26 375.97 D
O
V
668.84 364.77 668.84 366.6 663.93 362.46 663.93 363.37 657.19 357.84 657.19 356.97 652.23 352.59
652.23 350.38 8 Y
V
0 X
N
625.32 436.5 625.53 434.55 627.29 432.53 686.2 429.64 686.58 431 687.6 433.3 688.84 434.16 7 Y
5 X
V
0 X
N
625.53 434.55 687 431.95 686.58 431 686.2 429.64 627.29 432.53 626.2 433.1 6 Y
3 X
V
0 X
N
650.36 431.39 660.46 430.9 659.79 431.8 659.69 433.11 659.98 434.31 660.46 435.22 650.55 435.58
649.88 434.79 649.49 433.54 649.49 432.38 10 Y
4 X
V
0 X
N
652.67 435.5 658.83 435.28 657.38 435.85 654.21 435.94 4 Y
3 X
V
0 X
N
653.03 434.02 657.5 433.8 657.53 434.21 655.82 434.33 654.13 435.75 653.82 435.94 653.46 436.06
652.88 436.16 652.28 436.09 651.82 435.85 651.63 435.51 651.75 435.15 652.59 435.08 13 Y
V
N
650.14 432 M
650.52 431.59 650.52 431.59 655.16 431.35 D
659.79 431.11 659.79 431.11 659.66 431.33 D
659.52 431.56 659.52 431.56 659.49 432.01 D
659.45 432.45 659.45 432.45 659.45 432.77 D
659.45 433.08 659.45 433.08 659.21 433.3 D
658.97 433.51 658.97 433.51 658.63 433.74 D
658.3 433.97 658.3 433.97 658.04 434.01 D
657.79 434.04 657.79 434.04 658.12 433.83 D
658.44 433.61 658.44 433.61 658.68 433.37 D
658.92 433.13 658.92 433.13 658.98 432.84 D
659.04 432.55 659.04 432.55 658.77 432.36 D
658.49 432.17 658.49 432.17 657.86 432.06 D
657.24 431.95 657.24 431.95 656.35 431.94 D
655.46 431.92 655.46 431.92 654.72 431.94 D
653.99 431.95 653.99 431.95 653.05 432.03 D
652.11 432.12 652.11 432.12 651.62 432.26 D
651.13 432.41 651.13 432.41 650.92 432.67 D
650.72 432.93 650.72 432.93 650.72 433.19 D
650.72 433.44 650.72 433.44 650.85 433.58 D
650.98 433.73 650.98 433.73 651.37 433.83 D
651.75 433.92 651.75 433.92 652.2 434.07 D
652.64 434.21 652.64 434.21 652.24 434.21 D
651.85 434.21 651.85 434.21 651.32 434.13 D
650.79 434.04 650.79 434.04 650.36 433.84 D
649.92 433.63 649.92 433.63 649.85 433.46 D
649.78 433.3 649.78 433.3 649.77 432.85 D
649.75 432.41 649.75 432.41 650.14 432 D
O
2 X
V
662.63 434.6 686.45 433.58 686.35 433.1 685.78 432.82 662.77 433.78 662.29 434.07 6 Y
4 X
V
0 X
N
626.97 435.94 648.04 435.03 647.95 434.55 647.37 434.26 626.87 435.17 626.49 435.61 6 Y
4 X
V
0 X
N
584.81 367.96 570.18 359.78 569.55 359.33 569.31 358.8 569.17 358.18 569.15 357.77 569.15 351.92 7 L
2 Z
N
599.58 352.54 599.01 351.97 602.57 351.01 603.19 351.53 4 Y
V
0 Z
N
90 450 0.19 0.26 665.23 360.41 G
90 450 0.19 0.26 665.23 360.41 A
182.16 375.11 117.91 384.26 121.11 382.3 183.07 373.19 4 Y
2 X
V
0 X
N
123.25 380.57 123.68 378.96 176.47 370.44 177.71 374.01 177.01 375.22 174.8 374.41 6 Y
V
N
73.28 351.37 87.92 359.48 111.81 371.61 176.09 361.32 141.96 332.8 5 Y
5 X
V
0 X
N
116.4 375.28 123.68 378.96 180.34 370.74 173.69 365.84 4 Y
5 X
V
0 X
N
116.4 375.28 173.69 365.84 173.69 363.74 116.4 373.41 4 Y
3 X
V
0 X
N
173.69 365.84 180.34 370.74 181.1 369.21 181.1 361.51 176.09 356.63 176.09 363.34 173.69 363.74 7 Y
4 X
V
0 X
N
120.94 376.22 120.94 377.71 121.04 378.67 121.41 379.49 121.99 379.88 122.63 380.02 175.43 372.61
175.9 372.23 176.17 371.74 176.49 370.3 176.38 368.95 174.59 367.7 12 Y
4 X
V
0 X
N
117.91 384.26 182.16 375.11 196.24 424.36 133.22 426.61 4 Y
5 X
V
0 X
N
196.24 424.36 182.16 375.11 183.07 373.19 184.9 373.19 198.28 420.93 197.57 422.98 6 Y
3 X
V
0 X
N
137.26 419 185.96 415.92 176.36 382.54 126.2 388.95 4 Y
7 X
V
0 X
N
182.05 376.49 195.48 424.2 194.12 425.16 130.61 427.5 125.78 413.48 126.84 411 117.94 386.11
118.69 385.43 133.02 424.75 191.86 422 187.94 407.98 188.84 403.85 181.15 376.9 13 Y
6 X
V
0 X
N
131.2 426.66 133.02 424.75 118.69 385.43 118.51 386.18 127.38 411.21 126.5 413.29 6 Y
2 X
V
0 X
N
194.12 425.16 193.34 424.31 188.65 407.36 189.23 403.7 181.72 377.04 182.05 376.49 190.05 404.89
195.48 424.2 8 Y
3 X
V
0 X
N
126.2 388.95 137.26 419 185.96 415.92 185.57 415.15 138.48 418.11 127.7 388.76 6 Y
V
183.07 373.19 197.57 422.98 2 L
V
2 Z
N
121.04 377.9 172.9 369.72 174.9 369.63 176.49 370.3 4 L
N
123.93 382.81 M
123.93 382.81 123.93 382.81 123.58 381.66 D
123.23 380.5 123.23 380.5 123.23 380.5 D
123.23 380.5 123.23 380.5 126.46 380.05 D
129.7 379.61 129.7 379.61 129.7 379.61 D
127.72 379.08 127.59 377.64 127.45 376.52 D
127.45 376.52 127.45 376.52 132.87 375.63 D
138.29 374.73 138.29 374.73 138.29 374.73 D
138.08 376.3 138.68 377.52 140.54 378.19 D
140.54 378.19 140.54 378.19 148.36 377.04 D
156.18 375.88 156.18 375.88 156.18 375.88 D
154.52 375.11 154.29 373.76 153.92 372.42 D
153.92 372.42 153.92 372.42 161.39 371.2 D
168.85 369.98 168.85 369.98 168.85 369.98 D
168.78 371.62 169.04 373.07 170.82 373.83 D
170.82 373.83 170.82 373.83 173.43 373.38 D
176.03 372.93 176.03 372.93 176.03 372.93 D
176.03 372.93 176.03 372.93 176.52 374.09 D
177.02 375.24 177.02 375.24 177.02 375.24 D
177.02 375.24 177.02 375.24 150.47 379.03 D
123.93 382.81 123.93 382.81 123.93 382.81 D
O
5 X
V
0 Z
0 X
N
127.54 376.58 138.31 374.83 138.31 373.82 127.49 375.6 4 Y
3 X
V
0 X
N
154.04 372.4 168.83 370.08 168.83 369 154.04 371.46 4 Y
3 X
V
0 X
N
156.42 375.88 170.64 373.76 169.31 373.22 156.1 375.31 4 Y
3 X
V
130.23 379.54 140.37 378.29 139.1 377.9 129.39 379.16 4 Y
V
132.34 380.32 M
132.22 380.69 131.87 380.89 131.55 380.77 D
131.24 380.64 131.07 380.24 131.19 379.88 D
131.31 379.51 131.66 379.3 131.98 379.43 D
132.3 379.55 132.46 379.95 132.34 380.32 D
O
4 X
V
0 X
N
169.02 375.18 M
168.9 375.55 168.55 375.75 168.23 375.63 D
167.91 375.5 167.76 375.11 167.87 374.73 D
167.99 374.37 168.34 374.16 168.66 374.29 D
168.98 374.41 169.14 374.81 169.02 375.18 D
O
4 X
V
0 X
N
178.79 367.21 180.79 366.42 178.58 358.68 176.45 358.99 176.12 359.1 175.81 359.28 175.29 359.81
174.78 360.98 174.67 361.93 174.74 362.96 174.84 363.48 174.99 364 175.18 364.5 175.41 364.98 175.67 365.43
175.96 365.84 176.28 366.21 176.62 366.53 176.98 366.8 177.34 367.01 177.71 367.15 178.08 367.24 178.45 367.26 23 Y
5 X
V
0 X
N
178.66 366.35 178.98 366.41 179.32 366.41 179.65 366.34 179.99 366.21 180.32 366.02 180.64 365.78
180.94 365.48 181.22 365.14 181.47 364.75 181.7 364.33 181.89 363.87 182.04 363.4 182.16 362.91 182.23 362.41
182.26 361.91 182.26 361.42 182.2 360.95 182.11 360.49 181.98 360.07 181.81 359.69 181.6 359.35 181.37 359.06
181.1 358.82 180.81 358.64 180.5 358.52 180.18 358.46 179.85 358.47 179.51 358.53 179.17 358.66 178.84 358.85
178.52 359.09 178.22 359.39 177.94 359.74 177.69 360.12 177.47 360.55 177.27 361 177.12 361.48 177.01 361.97
176.93 362.47 176.9 362.97 176.91 363.46 176.96 363.93 177.05 364.38 177.18 364.8 177.35 365.18 177.56 365.52
177.79 365.81 178.06 366.05 178.35 366.23 50 Y
4 X
V
0 X
N
180.79 366.42 180.56 363.83 180.21 362.13 182.05 367.26 182.37 368.78 180.36 369.37 178.79 367.21 7 Y
6 X
V
0 X
N
180.36 369.37 180.74 369.95 181.35 370.03 182.66 369.6 183.1 368.59 182.35 364.55 181.2 361.81
181.03 361.6 180.79 361.41 180.53 361.44 180.24 361.7 180.21 362.13 182.05 367.26 182.37 368.78 14 Y
3 X
V
0 X
N
73.28 351.37 72 349.45 72 344.19 72.34 343.64 73.15 343.29 139.49 324.1 140.05 324
140.72 324.24 140.72 330.43 141.96 332.8 10 Y
3 X
V
0 X
N
141.96 332.8 176.09 361.32 176.09 355.58 169.6 349.82 168.39 349.08 167.48 348.45 166.61 347.73
165.79 347.01 164.88 346.05 163.92 344.79 140.72 324.24 140.72 330.43 140.53 331.51 141.15 332.38 14 Y
2 X
V
0 X
N
89.02 361.37 155.65 346.26 176.09 363.34 113.58 374.09 4 Y
5 X
V
0 X
N
89.02 361.37 110.03 356.6 112.54 356.35 116.77 355.98 120.6 355.38 124.69 354.3 127.46 353.22
128.78 352.35 155.65 346.26 176.09 363.34 176.09 361.32 154.85 343.58 87.92 359.48 13 Y
3 X
V
0 X
N
107.64 352.97 107.32 352.39 125.57 347.43 127.95 349.73 128.11 350.3 127.95 350.73 127.6 351.22
126.93 351.86 122.95 352.97 115.76 354.32 10 Y
V
N
115.91 352.92 M
112.8 353.24 110.16 352.07 110.01 350.32 D
109.86 348.57 112.26 346.88 115.37 346.57 D
118.48 346.25 121.12 347.41 121.27 349.17 D
121.42 350.92 119.02 352.6 115.91 352.92 D
O
4 X
V
0 X
N
107.67 353.11 111.7 351.97 111.31 351.31 107.32 352.39 4 Y
2 X
V
0 X
N
121.54 349.27 125.72 348.13 125.57 347.43 121.31 348.59 4 Y
2 X
V
0 X
N
116 352.17 M
113.8 352.4 111.94 351.58 111.83 350.34 D
111.73 349.1 113.42 347.91 115.62 347.69 D
117.81 347.46 119.68 348.29 119.78 349.52 D
119.89 350.76 118.19 351.95 116 352.17 D
O
V
N
109.66 352.54 M
111.64 351.97 111.64 351.97 111.64 351.97 D
111.64 351.97 111.64 351.97 112.38 352.33 D
113.12 352.68 113.12 352.68 114.06 352.97 D
115 353.25 115 353.25 115.74 353.36 D
116.48 353.47 116.48 353.47 117.3 353.43 D
118.12 353.39 118.12 353.39 118.91 353.25 D
119.69 353.11 119.69 353.11 120.35 352.86 D
121.01 352.61 121.01 352.61 121.44 352.29 D
121.88 351.97 121.88 351.97 122.07 351.47 D
122.26 350.97 122.26 350.97 122.15 350.48 D
122.03 349.98 122.03 349.98 121.76 349.62 D
121.48 349.27 121.48 349.27 121.48 349.27 D
121.48 349.27 121.48 349.27 123.57 348.7 D
125.66 348.13 125.66 348.13 125.66 348.13 D
125.66 348.13 125.64 348.16 126.78 349.13 D
127.95 350.12 127.62 351.11 126.84 351.9 D
126.41 352.4 126.41 352.4 125.43 352.93 D
124.45 353.47 124.45 353.47 123.08 353.93 D
121.72 354.39 121.72 354.39 120.7 354.61 D
119.69 354.82 119.69 354.82 118.4 355 D
117.11 355.17 117.11 355.17 116.17 355.21 D
115.23 355.25 115.23 355.25 114.37 355.21 D
113.51 355.17 113.51 355.17 112.15 354.89 D
110.78 354.61 110.78 354.61 109.23 353.86 D
107.67 353.11 107.67 353.11 107.67 353.11 D
107.67 353.11 107.67 353.11 109.66 352.54 D
O
4 X
V
0 X
N
116.1 352.96 M
116.37 352.93 116.37 352.93 116.64 352.86 D
116.91 352.79 116.91 352.79 117.17 352.68 D
117.43 352.57 117.43 352.57 117.67 352.43 D
117.91 352.29 117.91 352.29 118.13 352.11 D
118.36 351.94 118.36 351.94 118.55 351.73 D
118.75 351.53 118.75 351.53 118.91 351.3 D
119.08 351.06 119.08 351.06 119.22 350.81 D
119.35 350.56 119.35 350.56 119.45 350.29 D
119.55 350.03 119.55 350.03 119.61 349.75 D
119.68 349.47 119.68 349.47 119.68 349.47 D
119.68 349.17 119.72 348.86 119.59 348.63 D
119.16 347.86 117.54 347.27 115.82 347.66 D
114.29 348.01 113.29 348.51 112.51 349.52 D
112.01 350.17 112.22 350.85 112.22 350.85 D
112.22 350.85 112.22 350.85 112.36 351.09 D
112.5 351.33 112.5 351.33 112.68 351.54 D
112.85 351.76 112.85 351.76 113.05 351.95 D
113.25 352.14 113.25 352.14 113.48 352.3 D
113.71 352.46 113.71 352.46 113.95 352.58 D
114.2 352.7 114.2 352.7 114.46 352.79 D
114.72 352.88 114.72 352.88 115 352.92 D
115.27 352.97 115.27 352.97 115.54 352.98 D
115.82 352.99 115.82 352.99 116.1 352.96 D
O
5 X
V
0 X
N
101.72 346.21 M
101.73 345.86 101.73 345.86 102.1 345.38 D
102.46 344.89 102.46 344.89 103.52 344.24 D
104.57 343.58 104.57 343.58 106.59 342.97 D
108.61 342.36 108.61 342.36 110.46 342.05 D
112.31 341.74 112.31 341.74 113.45 341.67 D
114.59 341.59 114.59 341.59 115.47 341.67 D
116.36 341.74 116.36 341.74 117.11 342.39 D
117.87 343.05 117.87 343.05 118.06 343.24 D
118.26 343.43 118.26 343.43 118.23 343.64 D
118.2 343.86 118.2 343.86 118.2 343.86 D
118.2 343.86 118.2 343.86 116.49 344.17 D
114.78 344.48 114.78 344.48 113.42 344.34 D
112.06 344.2 112.06 344.2 109.54 345 D
107.01 345.81 107.01 345.81 104.36 346.18 D
101.71 346.56 101.71 346.56 101.71 346.56 D
101.71 346.56 101.71 346.56 101.72 346.21 D
O
V
N
115.15 348.23 M
114.58 348.27 115.52 348.18 116.61 348.25 D
117.7 348.32 117.7 348.32 118.48 348.87 D
119.26 349.41 119.26 349.41 119.42 349.96 D
119.57 350.5 119.57 350.5 119.34 350.86 D
119.1 351.21 119.1 351.21 118.58 351.64 D
118.06 352.06 118.06 352.06 117.57 352.23 D
117.08 352.39 117.08 352.39 116.76 352.37 D
116.45 352.35 116.45 352.35 116.38 352.09 D
116.3 351.83 116.3 351.83 116.56 351.61 D
116.82 351.4 116.82 351.4 117.18 351.42 D
117.54 351.45 117.54 351.45 117.83 351.35 D
118.12 351.26 118.12 351.26 118.25 351 D
118.38 350.74 118.38 350.74 118.27 350.52 D
118.17 350.31 118.17 350.31 117.91 350.12 D
117.65 349.93 117.65 349.93 117.49 349.96 D
117.34 349.98 117.34 349.98 117.62 349.72 D
117.91 349.46 117.91 349.46 117.91 349.22 D
117.91 348.98 117.91 348.98 117.7 348.8 D
117.49 348.61 117.49 348.61 117 348.51 D
116.51 348.35 115.57 348.19 115.15 348.23 D
O
3 X
V
115.7 352.54 M
115.99 352.63 115.99 352.63 116.53 352.56 D
117.08 352.49 117.08 352.49 117.6 352.02 D
118.12 351.54 118.12 351.54 118.09 351.21 D
118.06 350.88 118.06 350.88 117.8 350.64 D
117.54 350.41 117.54 350.41 117.15 350.52 D
116.76 350.64 116.76 350.64 116.87 350.95 D
116.97 351.26 116.97 351.26 116.53 351.73 D
116.09 352.21 116.09 352.21 115.75 352.33 D
115.41 352.44 115.41 352.44 115.7 352.54 D
O
4 X
V
117.18 351.92 M
116.8 351.97 116.71 352.06 116.3 352.04 D
115.88 352.02 115.88 352.02 115.65 351.92 D
115.41 351.83 115.41 351.83 115.39 351.71 D
115.36 351.59 115.36 351.59 115.6 351.42 D
115.83 351.26 115.83 351.26 116.17 351.33 D
116.5 351.4 116.5 351.4 116.97 351.31 D
117.58 350.93 118.64 351.73 117.18 351.92 D
O
7 X
V
114.48 352.11 M
114.32 352.23 113.59 351.45 113.39 351.21 D
113.18 350.97 113.18 350.97 113 350.6 D
112.82 350.22 112.82 350.22 112.76 349.93 D
112.71 349.65 112.71 349.65 112.71 349.36 D
112.71 349.08 112.71 349.08 113 348.87 D
113.28 348.65 113.28 348.65 113.54 348.58 D
113.8 348.51 113.8 348.51 113.52 348.75 D
113.23 348.98 113.23 348.98 113.26 349.27 D
113.28 349.55 113.28 349.55 113.72 349.81 D
114.17 350.07 114.17 350.07 114.56 350.07 D
114.95 350.07 114.95 350.07 114.79 350.29 D
114.63 350.5 114.63 350.5 114.32 350.52 D
114.01 350.55 114.01 350.55 113.8 350.57 D
113.59 350.6 113.59 350.6 113.75 350.9 D
113.9 351.21 114.63 351.99 114.48 352.11 D
O
4 X
V
157.58 341.11 163.39 346.1 163.82 346 164.35 346.72 165.02 347.44 165.75 348.26 166.85 349.18
167.77 349.9 168.54 350.38 169.45 350.76 169.21 351.05 174.12 355.53 174.12 356.49 157.58 342.65 14 Y
0 X
V
N
101.82 346.7 M
101.62 346.48 101.62 346.48 102.04 345.9 D
102.46 345.32 102.46 345.32 103.52 344.67 D
104.57 344.02 104.57 344.02 106.59 343.41 D
108.61 342.79 108.61 342.79 110.46 342.49 D
112.31 342.18 112.31 342.18 113.45 342.1 D
114.59 342.02 114.59 342.02 115.47 342.1 D
116.36 342.18 116.36 342.18 116.65 342.55 D
116.94 342.92 116.94 342.92 117.28 343.23 D
117.62 343.54 117.62 343.54 118 343.74 D
118.38 343.94 118.38 343.94 117.45 344.21 D
116.52 344.48 116.52 344.48 115.53 344.73 D
114.54 344.99 114.54 344.99 114.11 344.81 D
113.67 344.63 113.67 344.63 112.86 344.63 D
112.06 344.63 112.06 344.63 111.43 344.79 D
110.8 344.94 110.8 344.94 109.75 345.21 D
108.69 345.48 108.69 345.48 107.85 345.86 D
107.01 346.25 107.01 346.25 106.59 346.59 D
106.17 346.94 106.17 346.94 106.21 347.2 D
106.25 347.47 106.25 347.47 105.33 347.78 D
104.4 348.09 104.4 348.09 103.98 347.98 D
103.57 347.86 103.57 347.86 103.19 347.72 D
102.81 347.57 102.81 347.57 102.41 347.25 D
102.01 346.92 102.01 346.92 101.82 346.7 D
O
4 X
V
0 X
N
152.94 371.14 150.67 369.63 151.1 369.56 153.33 371.08 4 Y
3 X
V
0 X
N
150.67 369.63 150.67 367.63 151.04 367.57 151.04 369.57 4 Y
V
N
151.83 369.78 154.04 371.3 171.05 368.6 168.51 367.03 4 Y
4 X
V
0 X
N
151.83 369.78 168.51 367.03 168.51 364.95 151.83 367.77 4 Y
2 X
V
0 X
N
171.05 368.6 168.51 367.03 168.51 364.95 168.87 365.19 168.87 366.84 171.01 368.1 6 Y
V
N
172.76 367.99 170.41 366.38 170.41 364.3 3 L
2 Z
N
113.17 372.71 115.81 373.11 116.32 372.18 119.41 372.46 119.98 371.55 123.36 371.76 123.83 370.88
127.39 371.03 127.92 370.16 131.3 370.42 131.96 369.44 135.24 369.68 135.96 368.81 139.24 369.02 139.86 368.09
143.34 368.3 144.04 367.46 147.37 367.57 147.89 366.74 151.35 366.79 151.89 366.02 155.41 366.18 156.12 365.39
160.02 365.33 160.55 364.62 165.03 364.35 165.6 363.61 171.61 363.19 172.6 362.36 155.04 348.28 92.84 362
94.05 363.49 98.91 365.34 99.1 366 102.46 367.27 102.99 368.18 106.79 369.53 107.31 370.27 110.11 371.5
110.73 372.2 40 Y
3 X
V
0 Z
0 X
N
169.08 363.88 M
166.04 364.41 166.04 364.41 164.61 363.3 D
163.18 362.19 163.18 362.19 166.21 361.61 D
169.23 361.04 169.23 361.04 170.68 362.2 D
172.12 363.35 172.12 363.35 169.08 363.88 D
O
5 X
V
0 X
N
160.39 362.71 M
162.62 362.29 162.62 362.29 164.04 363.41 D
165.47 364.52 165.47 364.52 163.21 364.91 D
160.95 365.3 160.95 365.3 159.56 364.21 D
158.17 363.12 158.17 363.12 160.39 362.71 D
O
5 X
V
0 X
N
158.39 365.75 M
160.48 365.39 160.48 365.39 159.09 364.3 D
157.7 363.2 157.7 363.2 155.58 363.61 D
153.46 364.01 153.46 364.01 154.88 365.06 D
156.31 366.11 156.31 366.11 158.39 365.75 D
O
5 X
V
0 X
N
154 366.52 M
155.88 366.19 155.88 366.19 154.46 365.14 D
153.03 364.08 153.03 364.08 151.15 364.44 D
149.28 364.79 149.28 364.79 150.7 365.82 D
152.13 366.85 152.13 366.85 154 366.52 D
O
5 X
V
0 X
N
147.18 365.18 M
148.96 364.85 148.96 364.85 150.35 365.88 D
151.74 366.92 151.74 366.92 149.97 367.22 D
148.19 367.53 148.19 367.53 146.8 366.53 D
145.41 365.52 145.41 365.52 147.18 365.18 D
O
5 X
V
0 X
N
142.8 367.28 M
144.19 368.23 144.19 368.23 146 367.92 D
147.81 367.6 147.81 367.6 146.42 366.6 D
145.03 365.59 145.03 365.59 143.22 365.96 D
141.41 366.33 141.41 366.33 142.8 367.28 D
O
5 X
V
0 X
N
141.96 368.63 M
143.8 368.31 143.8 368.31 142.41 367.36 D
141.02 366.41 141.02 366.41 139.18 366.72 D
137.33 367.04 137.33 367.04 138.73 367.99 D
140.12 368.95 140.12 368.95 141.96 368.63 D
O
5 X
V
0 X
N
137.88 369.34 M
139.72 369.02 139.72 369.02 138.33 368.06 D
136.94 367.11 136.94 367.11 135.1 367.46 D
133.25 367.81 133.25 367.81 134.64 368.73 D
136.04 369.66 136.04 369.66 137.88 369.34 D
O
5 X
V
0 X
N
133.91 370.03 M
135.65 369.73 135.65 369.73 134.26 368.8 D
132.87 367.88 132.87 367.88 131.09 368.21 D
129.32 368.55 129.32 368.55 130.74 369.44 D
132.17 370.33 132.17 370.33 133.91 370.03 D
O
5 X
V
0 X
N
129.99 370.72 M
131.79 370.4 131.79 370.4 130.37 369.51 D
128.95 368.61 128.95 368.61 127.21 368.94 D
125.47 369.27 125.47 369.27 126.82 370.15 D
128.18 371.03 128.18 371.03 129.99 370.72 D
O
5 X
V
0 X
N
125.98 371.42 M
127.79 371.1 127.79 371.1 126.43 370.22 D
125.07 369.34 125.07 369.34 123.2 369.7 D
121.32 370.05 121.32 370.05 122.75 370.89 D
124.17 371.73 124.17 371.73 125.98 371.42 D
O
5 X
V
0 X
N
121.97 372.12 M
123.78 371.8 123.78 371.8 122.36 370.96 D
120.93 370.12 120.93 370.12 119.12 370.46 D
117.32 370.8 117.32 370.8 118.74 371.62 D
120.17 372.43 120.17 372.43 121.97 372.12 D
O
5 X
V
0 X
N
118.17 372.78 M
119.8 372.5 119.8 372.5 118.38 371.68 D
116.95 370.87 116.95 370.87 115.39 371.19 D
113.82 371.5 113.82 371.5 115.18 372.29 D
116.53 373.07 116.53 373.07 118.17 372.78 D
O
5 X
V
0 X
N
114.69 373.39 M
116.19 373.13 116.19 373.13 114.84 372.35 D
113.48 371.57 113.48 371.57 111.92 371.86 D
110.35 372.16 110.35 372.16 111.77 372.91 D
113.18 373.65 113.18 373.65 114.69 373.39 D
O
5 X
V
0 X
N
108.44 371.12 M
110.08 371.98 110.08 371.98 112.06 371.59 D
114.04 371.2 114.04 371.2 112.54 370.31 D
111.05 369.42 111.05 369.42 108.93 369.84 D
106.81 370.26 106.81 370.26 108.44 371.12 D
O
5 X
V
0 X
N
112.95 370.23 M
114.44 371.12 114.44 371.12 116.08 370.81 D
117.71 370.49 117.71 370.49 116.25 369.58 D
114.79 368.66 114.79 368.66 113.12 369.01 D
111.45 369.35 111.45 369.35 112.95 370.23 D
O
5 X
V
0 X
N
116.86 368.25 M
115.15 368.59 115.15 368.59 116.61 369.51 D
118.07 370.43 118.07 370.43 119.78 370.1 D
121.48 369.77 121.48 369.77 120.02 368.84 D
118.56 367.91 118.56 367.91 116.86 368.25 D
O
5 X
V
0 X
N
120.82 367.46 M
119.01 367.82 119.01 367.82 120.44 368.76 D
121.86 369.7 121.86 369.7 123.71 369.35 D
125.55 369.01 125.55 369.01 124.09 368.05 D
122.63 367.1 122.63 367.1 120.82 367.46 D
O
5 X
V
0 X
N
124.86 366.66 M
123.08 367.01 123.08 367.01 124.51 367.97 D
125.94 368.93 125.94 368.93 127.71 368.58 D
129.48 368.24 129.48 368.24 128.06 367.27 D
126.63 366.3 126.63 366.3 124.86 366.66 D
O
5 X
V
0 X
N
128.64 365.88 M
127.01 366.23 127.01 366.23 128.43 367.19 D
129.86 368.16 129.86 368.16 131.6 367.86 D
133.34 367.55 133.34 367.55 131.8 366.54 D
130.27 365.53 130.27 365.53 128.64 365.88 D
O
5 X
V
0 X
N
132.49 365.14 M
130.72 365.49 130.72 365.49 132.25 366.51 D
133.78 367.53 133.78 367.53 135.55 367.16 D
137.33 366.79 137.33 366.79 135.8 365.78 D
134.27 364.78 134.27 364.78 132.49 365.14 D
O
5 X
V
0 X
N
136.49 364.37 M
134.58 364.72 134.58 364.72 136.15 365.71 D
137.71 366.71 137.71 366.71 139.55 366.4 D
141.4 366.1 141.4 366.1 139.9 365.06 D
138.41 364.02 138.41 364.02 136.49 364.37 D
O
5 X
V
0 X
N
140.72 363.53 M
138.81 363.94 138.81 363.94 140.3 364.98 D
141.8 366.02 141.8 366.02 143.6 365.63 D
145.41 365.24 145.41 365.24 144.02 364.18 D
142.63 363.11 142.63 363.11 140.72 363.53 D
O
5 X
V
0 X
N
144.8 362.68 M
142.96 363.05 142.96 363.05 144.39 364.11 D
145.81 365.16 145.81 365.16 147.69 364.81 D
149.57 364.46 149.57 364.46 148.11 363.38 D
146.65 362.31 146.65 362.31 144.8 362.68 D
O
5 X
V
0 X
N
148.96 361.85 M
147.04 362.23 147.04 362.23 148.51 363.3 D
149.96 364.38 149.96 364.38 151.81 364 D
153.65 363.62 153.65 363.62 152.26 362.54 D
150.87 361.47 150.87 361.47 148.96 361.85 D
O
5 X
V
0 X
N
153.27 360.98 M
151.29 361.4 151.29 361.4 152.68 362.47 D
154.07 363.53 154.07 363.53 156.09 363.17 D
158.1 362.81 158.1 362.81 156.68 361.68 D
155.25 360.55 155.25 360.55 153.27 360.98 D
O
5 X
V
0 X
N
158.08 359.98 M
155.72 360.46 155.72 360.46 157.15 361.59 D
158.57 362.72 158.57 362.72 160.93 362.26 D
163.3 361.8 163.3 361.8 161.87 360.66 D
160.45 359.51 160.45 359.51 158.08 359.98 D
O
5 X
V
0 X
N
163.52 358.92 M
160.98 359.41 160.98 359.41 162.4 360.56 D
163.83 361.7 163.83 361.7 166.4 361.24 D
168.97 360.78 168.97 360.78 167.51 359.61 D
166.05 358.44 166.05 358.44 163.52 358.92 D
O
5 X
V
0 X
N
161.96 358.91 M
165.61 358.2 165.61 358.2 164.01 356.92 D
162.41 355.64 162.41 355.64 158.79 356.42 D
155.18 357.2 155.18 357.2 156.74 358.41 D
158.31 359.62 158.31 359.62 161.96 358.91 D
O
5 X
V
0 X
N
155.61 360.18 M
157.69 359.75 157.69 359.75 156.13 358.54 D
154.56 357.33 154.56 357.33 152.48 357.78 D
150.39 358.22 150.39 358.22 151.96 359.42 D
153.52 360.61 153.52 360.61 155.61 360.18 D
O
5 X
V
0 X
N
150.99 361.09 M
153 360.66 153 360.66 151.44 359.46 D
149.87 358.26 149.87 358.26 147.86 358.71 D
145.84 359.17 145.84 359.17 147.41 360.35 D
148.97 361.52 148.97 361.52 150.99 361.09 D
O
5 X
V
0 X
N
146.56 362 M
148.54 361.61 148.54 361.61 146.98 360.44 D
145.41 359.26 145.41 359.26 143.43 359.63 D
141.45 359.99 141.45 359.99 143.01 361.19 D
144.58 362.39 144.58 362.39 146.56 362 D
O
5 X
V
0 X
N
139 360.51 M
141.02 360.08 141.02 360.08 142.58 361.27 D
144.15 362.48 144.15 362.48 142.17 362.87 D
140.18 363.27 140.18 363.27 138.59 362.11 D
136.99 360.94 136.99 360.94 139 360.51 D
O
5 X
V
0 X
N
134.66 361.44 M
136.57 361.03 136.57 361.03 138.17 362.2 D
139.77 363.36 139.77 363.36 137.93 363.76 D
136.08 364.16 136.08 364.16 134.41 363.01 D
132.74 361.85 132.74 361.85 134.66 361.44 D
O
5 X
V
0 X
N
130.43 362.27 M
132.32 361.88 132.32 361.88 134 363.06 D
135.68 364.23 135.68 364.23 133.73 364.57 D
131.79 364.91 131.79 364.91 130.16 363.79 D
128.54 362.66 128.54 362.66 130.43 362.27 D
O
5 X
V
0 X
N
126.27 363.14 M
128.14 362.75 128.14 362.75 129.76 363.87 D
131.38 364.99 131.38 364.99 129.57 365.39 D
127.76 365.79 127.76 365.79 126.08 364.65 D
124.4 363.52 124.4 363.52 126.27 363.14 D
O
5 X
V
0 X
N
121.9 364.03 M
123.98 363.61 123.98 363.61 125.62 364.72 D
127.27 365.82 127.27 365.82 125.21 366.25 D
123.15 366.67 123.15 366.67 121.49 365.56 D
119.83 364.45 119.83 364.45 121.9 364.03 D
O
5 X
V
0 X
N
117.31 364.98 M
119.39 364.54 119.39 364.54 121.05 365.65 D
122.71 366.76 122.71 366.76 120.7 367.18 D
118.69 367.6 118.69 367.6 116.96 366.51 D
115.23 365.42 115.23 365.42 117.31 364.98 D
O
5 X
V
0 X
N
112.88 365.91 M
114.81 365.51 114.81 365.51 116.54 366.6 D
118.27 367.69 118.27 367.69 116.41 368.07 D
114.55 368.45 114.55 368.45 112.75 367.38 D
110.94 366.31 110.94 366.31 112.88 365.91 D
O
5 X
V
0 X
N
108.55 366.83 M
110.57 366.43 110.57 366.43 112.35 367.49 D
114.13 368.54 114.13 368.54 112.14 368.93 D
110.14 369.32 110.14 369.32 108.33 368.28 D
106.53 367.23 106.53 367.23 108.55 366.83 D
O
5 X
V
0 X
N
104.32 367.67 M
106.08 367.29 106.08 367.29 107.91 368.34 D
109.73 369.4 109.73 369.4 108.06 369.73 D
106.39 370.06 106.39 370.06 104.48 369.05 D
102.57 368.05 102.57 368.05 104.32 367.67 D
O
5 X
V
0 X
N
154.37 353.71 M
158.72 352.77 158.72 352.77 160.35 354.07 D
161.99 355.38 161.99 355.38 157.64 356.32 D
153.29 357.25 153.29 357.25 151.66 355.95 D
150.03 354.65 150.03 354.65 154.37 353.71 D
O
5 X
V
0 X
N
147.1 355.27 M
149.36 354.78 149.36 354.78 150.94 356.06 D
152.51 357.34 152.51 357.34 150.29 357.78 D
148.06 358.22 148.06 358.22 146.45 356.99 D
144.84 355.76 144.84 355.76 147.1 355.27 D
O
5 X
V
0 X
N
142.27 356.34 M
144.37 355.86 144.37 355.86 145.99 357.1 D
147.6 358.32 147.6 358.32 145.55 358.79 D
143.51 359.26 143.51 359.26 141.83 358.04 D
140.16 356.82 140.16 356.82 142.27 356.34 D
O
5 X
V
0 X
N
137.68 357.36 M
139.72 356.95 139.72 356.95 141.39 358.16 D
143.07 359.36 143.07 359.36 140.98 359.73 D
138.89 360.1 138.89 360.1 137.26 358.94 D
135.63 357.77 135.63 357.77 137.68 357.36 D
O
5 X
V
0 X
N
133.25 358.27 M
135.2 357.86 135.2 357.86 136.83 359.03 D
138.46 360.19 138.46 360.19 136.59 360.64 D
134.72 361.1 134.72 361.1 133.01 359.89 D
131.29 358.69 131.29 358.69 133.25 358.27 D
O
5 X
V
0 X
N
128.99 359.21 M
130.93 358.8 130.93 358.8 132.62 359.99 D
134.32 361.18 134.32 361.18 132.4 361.56 D
130.49 361.94 130.49 361.94 128.78 360.77 D
127.06 359.61 127.06 359.61 128.99 359.21 D
O
5 X
V
0 X
N
124.67 360.12 M
126.6 359.71 126.6 359.71 128.34 360.86 D
130.08 362.02 130.08 362.02 128.12 362.43 D
126.17 362.83 126.17 362.83 124.45 361.68 D
122.73 360.53 122.73 360.53 124.67 360.12 D
O
5 X
V
0 X
N
120.41 361.02 M
122.32 360.61 122.32 360.61 124.03 361.77 D
125.75 362.92 125.75 362.92 123.88 363.32 D
122.01 363.72 122.01 363.72 120.25 362.58 D
118.49 361.43 118.49 361.43 120.41 361.02 D
O
5 X
V
0 X
N
116.2 361.95 M
118.13 361.55 118.13 361.55 119.87 362.68 D
121.61 363.81 121.61 363.81 119.69 364.21 D
117.78 364.62 117.78 364.62 116.02 363.49 D
114.26 362.35 114.26 362.35 116.2 361.95 D
O
5 X
V
0 X
N
111.84 362.9 M
113.88 362.47 113.88 362.47 115.62 363.59 D
117.36 364.71 117.36 364.71 115.34 365.12 D
113.32 365.53 113.32 365.53 111.56 364.44 D
109.8 363.34 109.8 363.34 111.84 362.9 D
O
5 X
V
0 X
N
107.16 363.88 M
109.26 363.41 109.26 363.41 111.07 364.51 D
112.87 365.62 112.87 365.62 110.81 366.04 D
108.74 366.45 108.74 366.45 106.9 365.4 D
105.05 364.35 105.05 364.35 107.16 363.88 D
O
5 X
V
0 X
N
101.46 365.14 M
104.46 364.49 104.46 364.49 106.33 365.53 D
108.2 366.57 108.2 366.57 105.25 367.19 D
102.29 367.8 102.29 367.8 100.38 366.8 D
98.47 365.79 98.47 365.79 101.46 365.14 D
O
5 X
V
0 X
N
152.71 350.05 M
154.99 349.55 154.99 349.55 156.78 350.99 D
158.57 352.42 158.57 352.42 156.29 352.92 D
154.01 353.42 154.01 353.42 152.22 351.99 D
150.44 350.55 150.44 350.55 152.71 350.05 D
O
5 X
V
0 X
N
147.96 351.1 M
149.98 350.66 149.98 350.66 151.76 352.09 D
153.55 353.52 153.55 353.52 151.51 353.96 D
149.46 354.4 149.46 354.4 147.7 352.97 D
145.94 351.55 145.94 351.55 147.96 351.1 D
O
5 X
V
0 X
N
143.22 352.14 M
145.48 351.65 145.48 351.65 147.24 353.07 D
149 354.5 149 354.5 146.74 354.99 D
144.48 355.48 144.48 355.48 142.72 354.06 D
140.96 352.64 140.96 352.64 143.22 352.14 D
O
5 X
V
0 X
N
138.45 353.2 M
140.5 352.74 140.5 352.74 142.26 354.16 D
144.02 355.58 144.02 355.58 142.02 356.01 D
140.02 356.45 140.02 356.45 138.21 355.05 D
136.4 353.65 136.4 353.65 138.45 353.2 D
O
5 X
V
0 X
N
133.83 354.21 M
135.95 353.74 135.95 353.74 137.77 355.14 D
139.58 356.54 139.58 356.54 137.54 356.97 D
135.49 357.4 135.49 357.4 133.6 356.04 D
131.71 354.68 131.71 354.68 133.83 354.21 D
O
5 X
V
0 X
N
122.41 356.73 M
130.61 354.92 131.08 354.84 132.97 356.2 D
134.86 357.56 134.39 357.64 126.27 359.42 D
118.14 361.19 117.52 361.28 115.55 359.95 D
113.58 358.63 114.2 358.54 122.41 356.73 D
O
5 X
V
0 X
N
110.98 359.24 M
113.1 358.78 113.1 358.78 115.07 360.1 D
117.04 361.43 117.04 361.43 114.97 361.87 D
112.91 362.3 112.91 362.3 110.89 361.01 D
108.86 359.71 108.86 359.71 110.98 359.24 D
O
5 X
V
0 X
N
105.33 360.49 M
108.32 359.83 108.32 359.83 110.34 361.12 D
112.37 362.42 112.37 362.42 109.5 363.05 D
106.63 363.68 106.63 363.68 104.49 362.42 D
102.34 361.15 102.34 361.15 105.33 360.49 D
O
5 X
V
0 X
N
99.74 361.72 M
101.81 361.27 101.81 361.27 103.93 362.52 D
106.06 363.78 106.06 363.78 104.1 364.21 D
102.14 364.65 102.14 364.65 99.91 363.42 D
97.67 362.18 97.67 362.18 99.74 361.72 D
O
5 X
V
0 X
N
95.6 364.36 M
93.29 363.14 93.29 363.14 95.27 362.71 D
97.25 362.27 97.25 362.27 99.48 363.51 D
101.72 364.75 101.72 364.75 99.81 365.16 D
97.91 365.57 97.91 365.57 95.6 364.36 D
O
5 X
V
0 X
N
123.09 387.09 M
122.98 387.25 122.98 387.25 122.85 387.25 D
122.72 387.26 122.58 387.24 122.48 387.15 D
122.36 387.07 122.36 387.07 122.21 387.08 D
122.06 387.1 122.06 387.1 121.96 387.06 D
121.81 387.03 121.7 386.88 121.68 386.74 D
121.61 386.52 121.72 386.29 121.86 386.13 D
121.98 385.99 122.08 385.77 122.29 385.77 D
122.47 385.71 122.61 385.89 122.79 385.86 D
122.91 385.85 122.91 385.85 123 385.88 D
123.22 385.95 123.26 386.24 123.31 386.44 D
4 X
V
0 X
N
123.19 386.85 M
122.93 386.67 123.04 386.2 123.42 386.2 D
5 X
V
0 X
N
122.7 387.09 M
122.7 387.09 122.7 387.09 122.7 387.09 D
122.66 387.3 122.81 387.49 123 387.53 D
123 387.53 123 387.53 123 387.53 D
123.04 387.31 122.92 387.16 122.7 387.09 D
O
4 X
V
0 X
N
141.96 332.8 141.44 332.28 141.01 331.71 140.77 331.08 140.72 330.43 72 349.45 72.19 350.33
72.67 351 73.28 351.37 9 Y
4 X
V
0 X
N
140.72 330.43 140.72 328.23 72 347.39 72 349.45 4 Y
2 X
V
0 X
N
72 345.98 140.72 326.44 176.09 357.65 3 L
2 Z
N
154.58 343.85 175.82 361.59 2 L
5 X
N
144.06 375.68 143.9 374.72 144.2 374.69 144.35 375.65 4 Y
0 X
V
0 Z
N
144.61 375.61 144.45 374.65 144.75 374.62 144.9 375.58 4 Y
V
N
145.16 375.54 145 374.58 145.3 374.54 145.46 375.5 4 Y
V
N
145.71 375.46 145.55 374.5 145.85 374.47 146.01 375.43 4 Y
V
N
146.26 375.36 146.1 374.4 146.41 374.37 146.56 375.33 4 Y
V
N
146.82 375.29 146.65 374.33 146.96 374.3 147.11 375.26 4 Y
V
N
147.37 375.22 147.21 374.26 147.51 374.22 147.66 375.18 4 Y
V
N
147.92 375.14 147.76 374.18 148.06 374.15 148.21 375.11 4 Y
V
N
148.47 375.07 148.31 374.11 148.61 374.08 148.76 375.04 4 Y
V
N
180.74 369.95 181.35 370.03 182.66 369.6 182.4 368.98 180.45 369.51 5 Y
5 X
V
0 X
N
182.4 368.98 183 368.04 182.95 367.85 182.35 368.74 4 Y
V
N
156.58 368.03 M
156.58 368.76 156.58 368.76 156.69 368.74 D
156.79 368.71 156.79 368.71 156.79 367.98 D
156.79 367.24 156.79 367.24 156.69 367.27 D
156.58 367.29 156.58 367.29 156.58 368.03 D
O
3 X
V
157.12 367.93 M
157.12 368.67 157.12 368.67 157.23 368.64 D
157.34 368.62 157.34 368.62 157.34 367.88 D
157.34 367.15 157.34 367.15 157.23 367.17 D
157.12 367.2 157.12 367.2 157.12 367.93 D
O
V
157.66 367.81 M
157.66 368.55 157.66 368.55 157.77 368.52 D
157.88 368.5 157.88 368.5 157.88 367.76 D
157.88 367.03 157.88 367.03 157.77 367.05 D
157.66 367.08 157.66 367.08 157.66 367.81 D
O
V
158.21 367.71 M
158.21 368.45 158.21 368.45 158.31 368.42 D
158.42 368.4 158.42 368.4 158.42 367.67 D
158.42 366.93 158.42 366.93 158.31 366.96 D
158.21 366.98 158.21 366.98 158.21 367.71 D
O
V
158.75 367.64 M
158.75 368.38 158.75 368.38 158.86 368.35 D
158.96 368.33 158.96 368.33 158.96 367.6 D
158.96 366.86 158.96 366.86 158.86 366.89 D
158.75 366.91 158.75 366.91 158.75 367.64 D
O
V
159.29 367.5 M
159.29 368.23 159.29 368.23 159.4 368.21 D
159.51 368.18 159.51 368.18 159.51 367.45 D
159.51 366.72 159.51 366.72 159.4 366.74 D
159.29 366.76 159.29 366.76 159.29 367.5 D
O
V
159.83 367.43 M
159.83 368.16 159.83 368.16 159.94 368.14 D
160.05 368.11 160.05 368.11 160.05 367.38 D
160.05 366.64 160.05 366.64 159.94 366.67 D
159.83 366.69 159.83 366.69 159.83 367.43 D
O
V
160.38 367.33 M
160.38 368.06 160.38 368.06 160.48 368.04 D
160.59 368.02 160.59 368.02 160.59 367.28 D
160.59 366.55 160.59 366.55 160.48 366.57 D
160.38 366.6 160.38 366.6 160.38 367.33 D
O
V
160.92 367.26 M
160.92 367.99 160.92 367.99 161.03 367.97 D
161.13 367.94 161.13 367.94 161.13 367.21 D
161.13 366.48 161.13 366.48 161.03 366.5 D
160.92 366.52 160.92 366.52 160.92 367.26 D
O
V
161.46 367.16 M
161.46 367.89 161.46 367.89 161.57 367.87 D
161.68 367.85 161.68 367.85 161.68 367.11 D
161.68 366.38 161.68 366.38 161.57 366.4 D
161.46 366.43 161.46 366.43 161.46 367.16 D
O
V
162 367.11 M
162 367.85 162 367.85 162.11 367.82 D
162.22 367.8 162.22 367.8 162.22 367.07 D
162.22 366.33 162.22 366.33 162.11 366.36 D
162 366.38 162 366.38 162 367.11 D
O
V
162.55 366.97 M
162.55 367.7 162.55 367.7 162.65 367.68 D
162.76 367.65 162.76 367.65 162.76 366.92 D
162.76 366.19 162.76 366.19 162.65 366.21 D
162.55 366.23 162.55 366.23 162.55 366.97 D
O
V
174.12 355.77 174.12 357.6 169.21 353.46 169.21 354.37 162.47 348.84 162.47 347.97 157.52 343.59
157.52 341.38 8 Y
V
0 X
N
130.61 427.5 130.81 425.55 132.58 423.53 191.48 420.64 191.86 422 192.89 424.3 194.12 425.16 7 Y
5 X
V
0 X
N
130.81 425.55 192.29 422.95 191.86 422 191.48 420.64 132.58 423.53 131.48 424.1 6 Y
3 X
V
0 X
N
155.64 422.39 165.75 421.9 165.07 422.8 164.98 424.11 165.26 425.31 165.75 426.22 155.83 426.58
155.16 425.79 154.77 424.54 154.77 423.38 10 Y
4 X
V
0 X
N
157.95 426.5 164.11 426.28 162.67 426.85 159.49 426.94 4 Y
3 X
V
0 X
N
158.31 425.02 162.79 424.8 162.81 425.21 161.1 425.33 159.42 426.75 159.1 426.94 158.74 427.06
158.17 427.16 157.57 427.09 157.11 426.85 156.91 426.51 157.04 426.15 157.88 426.08 13 Y
V
N
155.42 423 M
155.81 422.59 155.81 422.59 160.44 422.35 D
165.07 422.11 165.07 422.11 164.94 422.33 D
164.81 422.56 164.81 422.56 164.77 423.01 D
164.74 423.45 164.74 423.45 164.74 423.77 D
164.74 424.08 164.74 424.08 164.5 424.3 D
164.26 424.51 164.26 424.51 163.92 424.74 D
163.58 424.97 163.58 424.97 163.33 425.01 D
163.08 425.04 163.08 425.04 163.4 424.83 D
163.73 424.61 163.73 424.61 163.97 424.37 D
164.21 424.13 164.21 424.13 164.27 423.84 D
164.33 423.55 164.33 423.55 164.05 423.36 D
163.77 423.17 163.77 423.17 163.15 423.06 D
162.52 422.95 162.52 422.95 161.63 422.94 D
160.74 422.92 160.74 422.92 160.01 422.94 D
159.27 422.95 159.27 422.95 158.34 423.03 D
157.4 423.12 157.4 423.12 156.9 423.26 D
156.41 423.41 156.41 423.41 156.21 423.67 D
156 423.93 156 423.93 156 424.19 D
156 424.44 156 424.44 156.13 424.58 D
156.27 424.73 156.27 424.73 156.65 424.83 D
157.04 424.92 157.04 424.92 157.48 425.07 D
157.93 425.21 157.93 425.21 157.53 425.21 D
157.13 425.21 157.13 425.21 156.6 425.13 D
156.07 425.04 156.07 425.04 155.64 424.84 D
155.21 424.63 155.21 424.63 155.13 424.46 D
155.06 424.3 155.06 424.3 155.05 423.85 D
155.04 423.41 155.04 423.41 155.42 423 D
O
2 X
V
167.91 425.6 191.73 424.58 191.64 424.1 191.06 423.82 168.06 424.78 167.57 425.07 6 Y
4 X
V
0 X
N
132.25 426.94 153.33 426.03 153.24 425.55 152.66 425.26 132.15 426.17 131.77 426.61 6 Y
4 X
V
0 X
N
90.1 358.96 75.46 350.78 74.84 350.33 74.6 349.8 74.45 349.18 74.44 348.77 74.44 342.92 7 L
2 Z
N
104.87 343.54 104.29 342.97 107.85 342.01 108.48 342.53 4 Y
V
0 Z
N
90 450 0.19 0.26 170.51 351.41 G
90 450 0.19 0.26 170.51 351.41 A
0 0 0 1 0 0 0 K
0 -208 1000 792 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "5" 5
%%Page: "6" 6
612 792 1 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 0 0 0 1 1 1]
[ 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]
8 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 10 Q
0 X
0 0 0 1 0 0 0 K
(12/12/95) 684.44 749.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(34th IETF Meeting - Dallas, Texas) 72 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(6) 393.5 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
54 234 738 738 18 RR
6 H
0 Z
2 X
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
1 18 Q
0 X
(NETWORK ARCHITECTURE) 272.24 708 T
0 0 0 1 0 0 0 K
72 249 720 702 C
0 0 0 1 0 0 0 K
76 515.34 184 627.33 R
7 X
0 0 0 1 0 0 0 K
V
0.5 H
0 Z
0 X
N
7 X
90 450 54 21 130 625 G
2 Z
0 X
90 450 54 21 130 625 A
7 X
90 450 54 21 130 513 G
0 X
90 450 54 21 130 513 A
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
544 536 664.31 564 R
7 X
V
0 Z
0 X
N
356.43 357 664.31 442 R
7 X
V
0 X
N
356.43 442 664.31 476 R
7 X
V
0 X
N
0 14 Q
(TCP / UDP) 478.08 454.23 T
356.43 323 664.31 357 R
7 X
V
0 X
N
(Data Link Layer) 464.11 335.23 T
217.08 626 348.31 702 R
7 X
V
0 X
N
(ESP / AH) 437.25 395.23 T
356 534.01 468.31 567.01 R
7 X
V
0 X
N
(ISAKMP) 385.71 545.74 T
356.27 567.01 467.7 600 R
7 X
V
0 X
N
(Negotiation Server) 358.91 578.73 T
73 362 181 434 R
7 X
V
0 X
N
7 X
90 450 54 13.5 127 432.5 G
2 Z
0 X
90 450 54 13.5 127 432.5 A
7 X
90 450 54 13.5 127 360.5 G
0 X
90 450 54 13.5 127 360.5 A
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(SADB) 108.33 391.73 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
461.21 302.81 467 323 472.79 302.81 467 302.81 4 Y
V
467 302.81 467 283 718 283 3 L
3 H
N
702.81 307.79 723 302 702.81 296.21 702.81 302 4 Y
V
552 321 552 302 702.81 302 3 L
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(Application Protocol) 545.63 545.49 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
544 563.48 664.31 597.48 R
7 X
V
0.5 H
0 Z
0 X
N
(Application) 569.35 584.23 T
J
191.54 582.69 180 586 191.54 589.31 191.54 586 4 Y
V
J
344.46 589.31 356 586 344.46 582.69 344.46 586 4 Y
V
J
191.54 586 344.46 586 2 L
J
191.54 586 195.04 586 2 L
1 H
2 Z
N
[6.949 6.949] 6.949 I
195.04 586 340.96 586 2 L
N
J
340.96 586 344.46 586 2 L
N
J
344.05 404.31 355.58 401 344.05 397.69 344.05 401 4 Y
V
J
192.12 397.69 180.58 401 192.12 404.31 192.12 401 4 Y
V
J
344.05 401 192.12 401 2 L
J
344.05 401 340.3 401 2 L
0.5 H
N
[7.394 6.408] 7.394 I
340.3 401 195.87 401 2 L
N
J
195.87 401 192.12 401 2 L
N
J
(Client/Server) 566.82 570.23 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
J
222 629 344 697 R
7 X
V
0 10 Q
0 X
(Certi\336cate Authority) 222 690.33 T
(- DNSSEC) 222 678.33 T
(- Fortezza Card) 222 666.33 T
(- CA) 222 654.33 T
(W) 240.92 654.33 T
(- PGP Key Ring) 222 642.33 T
359.54 675.69 348 679 359.54 682.31 359.54 679 4 Y
V
419 601 419 679 359.54 679 3 L
1 H
N
405.31 613.54 402 602 398.69 613.54 402 613.54 4 Y
V
348 655 402 655 402 613.54 3 L
N
355.69 476 663.57 512 R
7 X
V
0.5 H
0 Z
0 X
N
0 14 Q
(Socket Layer) 472.5 489.23 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
7 X
90 450 7.5 4 600.27 512 G
2 Z
0 X
90 450 7.5 4 600.27 512 A
600.27 535 600.27 512 2 L
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
355.69 382 574.05 420 R
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(IP) 637.02 425 T
(SPI) 186.96 407 T
(Situation) 479 587 T
(SPI) 508 527 T
(SA) 132 452 T
(Situation) 190 594 T
(SA Proposals) 252 575.45 T
(SA) 330.14 385 T
(Situation) 183 433 T
(SA) 323 492 T
J
79 512 181 603 R
7 X
V
0 10 Q
0 X
(Usage Policy) 79 584.33 T
( - Security) 79 572.33 T
( - Cryptography) 79 560.33 T
( - Authentication) 79 548.33 T
( - Network Access) 79 536.33 T
7 X
90 450 7.5 4 422 512.5 G
0 X
90 450 7.5 4 422 512.5 A
422 535.5 422 512.5 2 L
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
J
344.46 573.7 356 577 347.97 568.09 346.21 570.89 4 Y
V
J
138.54 437.3 127 434 135.03 442.92 136.78 440.11 4 Y
V
J
346.22 570.89 136.78 440.11 2 L
J
346.22 570.89 343.25 569.04 2 L
1 H
N
[6.855 6.855] 6.855 I
343.25 569.04 139.76 441.96 2 L
N
J
139.76 441.96 136.78 440.11 2 L
N
J
343.99 492.97 355.99 493.01 345.84 486.61 344.92 489.79 4 Y
V
J
168 435.04 156 435.01 166.15 441.4 167.08 438.22 4 Y
V
J
344.92 489.79 167.08 438.21 2 L
J
344.92 489.79 341.56 488.81 2 L
N
[7.127 7.127] 7.127 I
341.56 488.81 170.44 439.19 2 L
N
J
170.44 439.19 167.08 438.21 2 L
N
0 0 0 1 0 0 0 K
J
0 0 0 1 0 0 0 K
481.54 580.69 470 584 481.54 587.31 481.54 584 4 Y
V
509.31 523.54 506 512 502.69 523.54 506 523.54 4 Y
V
481.54 584 506 584 506 523.54 3 L
0 Z
N
0 0 0 1 0 0 0 K
0 180 792 792 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "6" 6
%%Page: "7" 7
612 792 1 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 0 0 0 1 1 1]
[ 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]
8 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 10 Q
0 X
0 0 0 1 0 0 0 K
(12/12/95) 684.44 749.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(34th IETF Meeting - Dallas, Texas) 72 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(7) 393.5 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
54 234 738 738 18 RR
6 H
0 Z
2 X
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
1 18 Q
0 X
(NETWORK ST) 139.56 708 T
(ACK MODIFICA) 260.76 708 T
(TIONS - OUTGOING THREAD) 398.91 708 T
0 0 0 1 0 0 0 K
58.5 244 733.5 702 C
0 0 0 1 0 0 0 K
210.09 400.93 533.64 466.5 R
7 X
0 0 0 1 0 0 0 K
V
1 H
0 Z
0 X
N
210.09 285 533.64 400.93 R
7 X
V
0 X
N
0 14 Q
(IP) 361.27 385.98 T
(TCP / UDP / Raw IP) 323.33 406.96 T
279.86 311.31 464.78 380.88 R
7 X
V
0.5 H
0 X
N
(ESP / AH) 342.7 351.86 T
210.48 531.48 533.02 562.65 R
7 X
V
0 X
N
(Sockets - Syscall Interface) 297.3 542.06 T
210.48 467.5 533.02 530.67 R
7 X
V
1 H
0 X
N
(Sockets - Internal Interface) 295.75 486.13 T
495.19 447.54 491.89 436 488.58 447.54 491.89 447.54 4 Y
V
491.89 511 491.89 447.54 2 L
2 Z
N
(SPI \050m->m_pkthdr) 508.89 483.02 T
(.spi and so->sp_spi\051) 614.4 483.02 T
495.19 361.54 491.89 350 488.58 361.54 491.89 361.54 4 Y
V
491.89 425 491.89 361.54 2 L
N
(SPI) 496.89 410.02 T
474.96 338.31 486.5 335 474.96 331.69 474.96 335 4 Y
V
419.5 335 474.96 335 2 L
0.5 H
N
431.04 345.69 419.5 349 431.04 352.31 431.04 349 4 Y
V
484.5 349 431.04 349 2 L
N
(SADB Lookup) 620.23 513 T
(SPI) 554.55 355 T
(SA) 442.5 360 T
602.23 521.08 613.77 517.77 602.23 514.47 602.23 517.77 4 Y
V
508.04 514.47 496.5 517.77 508.04 521.08 508.04 517.77 4 Y
V
602.23 517.77 508.04 517.77 2 L
1 H
0 Z
N
(Situation) 539.5 520 T
J
198.35 587.01 310.65 620.01 R
7 X
V
0.5 H
0 X
N
(ISAKMP) 228.05 598.74 T
198.61 620.01 310.05 653 R
7 X
V
0 X
N
(Negotiation Server) 201.26 631.73 T
(Situation) 327.35 646 T
(SPI) 441.35 506 T
7 X
90 450 17.5 4 254.5 564.5 G
2 Z
0 X
90 450 17.5 4 254.5 564.5 A
254.5 587.5 254.5 564.5 2 L
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(SADB Lookup) 619.63 343 T
601.66 351.08 613.2 347.77 601.66 344.47 601.66 347.77 4 Y
V
508.04 344.47 496.5 347.77 508.04 351.08 508.04 347.77 4 Y
V
601.66 347.77 508.04 347.77 2 L
1 H
0 Z
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
495.81 265.53 492.5 254 489.19 265.53 492.5 265.53 4 Y
V
492.5 334 492.5 265.53 2 L
0.5 H
2 Z
N
J
478.96 521.31 490.5 518 478.96 514.69 478.96 518 4 Y
V
J
323.04 631.69 311.5 635 323.04 638.31 323.04 635 4 Y
V
J
478.96 518 350.11 518 350.11 635 323.04 635 4 L
J
478.96 518 469.21 518 2 L
N
[16.341 5.447 4.609 5.447 4.609 5.447] 16.341 I
469.21 518 359.86 518 2 L
N
J
359.86 518 350.11 518 350.11 527.75 3 L
N
[23.618 7.873 6.661 7.873 6.661 7.873] 23.618 I
350.11 527.75 350.11 625.25 2 L
N
J
350.11 625.25 350.11 635 340.36 635 3 L
N
[4.84 1.613 1.365 1.613 1.365 1.613] 4.84 I
340.36 635 332.79 635 2 L
N
J
332.79 635 323.04 635 2 L
N
J
494.68 532.54 491.37 521 488.06 532.54 491.37 532.54 4 Y
V
491.37 561.53 491.37 532.54 2 L
N
7 X
90 450 15.5 4.27 490.62 563.47 G
0 X
90 450 15.5 4.27 490.62 563.47 A
490.62 588 490.62 563.47 2 L
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
257.81 515.54 254.5 504 251.19 515.54 254.5 515.54 4 Y
V
254.5 561 254.5 515.54 2 L
N
257.81 388.54 254.5 377 251.19 388.54 254.5 388.54 4 Y
V
254.5 497 254.5 388.54 2 L
N
257.81 266.53 254.5 255 251.19 266.53 254.5 266.53 4 Y
V
254.5 369 254.5 266.53 2 L
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
430.35 586 550.65 614 R
7 X
V
0 Z
0 X
N
(Application Protocol) 431.97 595.49 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
430.35 613.48 550.65 647.48 R
7 X
V
0 X
N
(Application) 455.7 634.23 T
(Client/Server) 453.17 620.23 T
0 0 0 1 0 0 0 K
0 180 792 792 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "7" 7
%%Page: "8" 8
612 792 1 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 0 0 0 1 1 1]
[ 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]
8 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 10 Q
0 X
0 0 0 1 0 0 0 K
(12/12/95) 684.44 749.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(34th IETF Meeting - Dallas, Texas) 72 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(8) 393.5 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
54 234 738 738 18 RR
6 H
0 Z
2 X
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
1 18 Q
0 X
(NETWORK ST) 141.07 708 T
(ACK MODIFICA) 262.27 708 T
(TIONS - INCOMING THREAD) 400.42 708 T
0 0 0 1 0 0 0 K
72 244 720 702 C
0 0 0 1 0 0 0 K
223.59 400.93 547.14 467.5 R
7 X
0 0 0 1 0 0 0 K
V
1 H
0 Z
0 X
N
223.59 285 547.14 400.93 R
7 X
V
0 X
N
0 14 Q
(IP) 374.77 385.98 T
(TCP / UDP / Raw IP) 336.83 406.96 T
281.36 298.31 478.28 380.88 R
7 X
V
0.5 H
0 X
N
(ESP / AH) 354.2 304.86 T
223.98 531.48 546.52 562.65 R
7 X
V
0 X
N
(Sockets - Syscall Interface) 310.8 542.06 T
223.98 468.31 546.52 531.49 R
7 X
V
1 H
0 X
N
(Sockets - Internal Interface) 309.25 495.13 T
(SPI) 297 363.04 T
(SA) 438 322 T
434.85 586 555.15 614 R
7 X
V
0.5 H
0 X
N
223.85 591.01 336.15 624.01 R
7 X
V
0 X
N
(ISAKMP) 253.55 602.74 T
224.11 624.01 335.55 657 R
7 X
V
0 X
N
(Negotiation Server) 226.76 635.73 T
(Application Protocol) 436.47 595.49 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
434.85 613.48 555.15 647.48 R
7 X
V
0 X
N
(Application) 460.2 634.23 T
(Client/Server) 457.67 620.23 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
7 X
90 450 17.5 4 269.85 562.5 G
2 Z
0 X
90 450 17.5 4 269.85 562.5 A
269.85 585.5 269.85 562.5 2 L
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(SADB Lookup) 77.13 434 T
256.16 440.08 267.7 436.77 256.16 433.47 256.16 436.77 4 Y
V
177.54 433.47 166 436.77 177.54 440.08 177.54 436.77 4 Y
V
256.16 436.77 177.54 436.77 2 L
1 H
0 Z
N
7 X
90 450 15.5 4.27 497.12 561.47 G
0.5 H
2 Z
0 X
90 450 15.5 4.27 497.12 561.47 A
497.12 586 497.12 561.47 2 L
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
266.69 330.46 270 342 273.31 330.46 270 330.46 4 Y
V
270 246 270 330.46 2 L
N
367.46 338.31 379 335 367.46 331.69 367.46 335 4 Y
V
270 335 367.46 335 2 L
N
266.69 543.46 270 555 273.31 543.46 270 543.46 4 Y
V
270 543.46 270 499 2 L
N
266.69 474.46 270 486 273.31 474.46 270 474.46 4 Y
V
270 474.46 270 443 2 L
N
266.69 422.46 270 434 273.31 422.46 270 422.46 4 Y
V
270 422.46 270 351 2 L
N
493.69 548.46 497 560 500.31 548.46 497 548.46 4 Y
V
284 440 497 440 497 548.46 3 L
N
(Unprotected T) 297 445 T
(raf) 377.77 445 T
(\336c) 393.05 445 T
J
(Protected T) 282 340.04 T
(raf) 346.44 340.04 T
(\336c) 361.73 340.04 T
(SADB Lookup) 601.13 328 T
584.47 338.31 596 335 584.47 331.69 584.47 335 4 Y
V
403.54 331.69 392 335 403.54 338.31 403.54 335 4 Y
V
584.47 335 403.54 335 2 L
1 H
0 Z
N
(SPI) 553.05 340 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
281.54 356.69 270 360 281.54 363.31 281.54 360 4 Y
V
387 333 387 360 281.54 360 3 L
0.5 H
2 Z
N
0 0 0 1 0 0 0 K
0 180 792 792 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "8" 8
%%Page: "9" 9
612 792 1 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 0 0 0 1 1 1]
[ 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]
8 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 10 Q
0 X
0 0 0 1 0 0 0 K
(12/12/95) 684.44 749.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(34th IETF Meeting - Dallas, Texas) 72 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(9) 393.5 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
54 234 738 738 18 RR
6 H
0 Z
2 X
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
1 18 Q
0 X
(NETWORK ST) 153.08 708 T
(ACK MODIFICA) 274.27 708 T
(TIONS - Complete THREAD) 412.42 708 T
0 0 0 1 0 0 0 K
72 244 720 702 C
0 0 0 1 0 0 0 K
223.59 400.93 547.14 466.5 R
7 X
0 0 0 1 0 0 0 K
V
1 H
0 Z
0 X
N
223.59 285 547.14 400.93 R
7 X
V
0 X
N
0 14 Q
(IP) 405.77 387.98 T
(TCP / UDP / Raw IP) 336.83 406.96 T
293.36 298.31 478.28 380.88 R
7 X
V
0.5 H
0 X
N
(ESP / AH) 360.2 307.86 T
223.98 531.48 546.52 562.65 R
7 X
V
0 X
N
(Sockets - Syscall Interface) 310.8 542.06 T
223.98 467.5 546.52 530.67 R
7 X
V
1 H
0 X
N
(Sockets - Internal Interface) 309.25 486.13 T
508.69 447.54 505.39 436 502.08 447.54 505.39 447.54 4 Y
V
505.39 511 505.39 447.54 2 L
2 Z
N
(SPI \050m->m_pkthdr) 522.39 483.02 T
(.spi and so->spi\051) 627.9 483.02 T
508.69 346.54 505.39 335 502.08 346.54 505.39 346.54 4 Y
V
505.39 425 505.39 346.54 2 L
N
(SPI) 510.39 410.02 T
493.46 314.31 505 311 493.46 307.69 493.46 311 4 Y
V
438 311 493.46 311 2 L
0.5 H
N
449.54 328.69 438 332 449.54 335.31 449.54 332 4 Y
V
503 332 449.54 332 2 L
N
(SADB Lookup) 633.73 513 T
(SPI) 566.05 338 T
(SA) 458 336 T
615.73 521.08 627.27 517.77 615.73 514.47 615.73 517.77 4 Y
V
521.53 514.47 510 517.77 521.53 521.08 521.53 517.77 4 Y
V
615.73 517.77 521.53 517.77 2 L
1 H
0 Z
N
(Situation) 553 520 T
J
434.85 586 555.15 614 R
7 X
V
0.5 H
0 X
N
223.85 591.01 336.15 624.01 R
7 X
V
0 X
N
(ISAKMP) 253.55 602.74 T
224.11 624.01 335.55 657 R
7 X
V
0 X
N
(Negotiation Server) 226.76 635.73 T
(Application Protocol) 436.47 595.49 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
434.85 613.48 555.15 647.48 R
7 X
V
0 X
N
(Application) 460.2 634.23 T
(Client/Server) 457.67 620.23 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(Situation) 340.85 646 T
(SPI) 454.85 506 T
7 X
90 450 17.5 4 269.85 562.5 G
2 Z
0 X
90 450 17.5 4 269.85 562.5 A
269.85 585.5 269.85 562.5 2 L
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(SADB Lookup) 633.13 328 T
615.16 336.08 626.7 332.77 615.16 329.47 615.16 332.77 4 Y
V
521.53 329.47 510 332.77 521.53 336.08 521.53 332.77 4 Y
V
615.16 332.77 521.53 332.77 2 L
1 H
0 Z
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
509.31 265.53 506 254 502.69 265.53 506 265.53 4 Y
V
506 306 506 265.53 2 L
0.5 H
2 Z
N
J
492.46 521.31 504 518 492.46 514.69 492.46 518 4 Y
V
J
347.54 631.69 336 635 347.54 638.31 347.54 635 4 Y
V
J
492.46 518 372.23 518 372.23 635 347.54 635 4 L
J
492.46 518 482.71 518 2 L
N
[15.051 5.017 4.245 5.017 4.245 5.017] 15.051 I
482.71 518 381.99 518 2 L
N
J
381.99 518 372.23 518 372.23 527.75 3 L
N
[23.618 7.873 6.661 7.873 6.661 7.873] 23.618 I
372.23 527.75 372.23 625.25 2 L
N
J
372.23 625.25 372.23 635 362.48 635 3 L
N
[3.324 1.108 0.938 1.108 0.938 1.108] 3.324 I
362.48 635 357.29 635 2 L
N
J
357.29 635 347.54 635 2 L
N
J
508.18 532.54 504.87 521 501.56 532.54 504.87 532.54 4 Y
V
504.87 561.53 504.87 532.54 2 L
N
7 X
90 450 15.5 4.27 497.12 561.47 G
0 X
90 450 15.5 4.27 497.12 561.47 A
497.12 586 497.12 561.47 2 L
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
274.69 344.46 278 356 281.31 344.46 278 344.46 4 Y
V
278 253 278 344.46 2 L
N
401.46 352.31 413 349 401.46 345.69 401.46 349 4 Y
V
284 349 401.46 349 2 L
N
265.31 516.54 262 505 258.69 516.54 262 516.54 4 Y
V
262 562 262 516.54 2 L
N
265.31 386.54 262 375 258.69 386.54 262 386.54 4 Y
V
262 495 262 386.54 2 L
N
265.31 264.53 262 253 258.69 264.53 262 264.53 4 Y
V
262 367 262 264.53 2 L
N
274.69 550.46 278 562 281.31 550.46 278 550.46 4 Y
V
278 550.46 278 506 2 L
N
274.69 481.46 278 493 281.31 481.46 278 481.46 4 Y
V
278 481.46 278 450 2 L
N
274.69 429.46 278 441 281.31 429.46 278 429.46 4 Y
V
278 429.46 278 363 2 L
N
486.69 548.46 490 560 493.31 548.46 490 548.46 4 Y
V
284 440 490 440 490 548.46 3 L
N
(Unprotected T) 297 445 T
(raf) 377.77 445 T
(\336c) 393.05 445 T
J
(Protected T) 300 353 T
(raf) 364.44 353 T
(\336c) 379.73 353 T
293.9 369.57 282.36 372.88 293.9 376.18 293.9 372.88 4 Y
V
413.36 359.88 413.36 372.88 293.9 372.88 3 L
N
0 0 0 1 0 0 0 K
0 180 792 792 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "9" 9
%%Page: "10" 10
612 792 1 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 0 0 0 1 1 1]
[ 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]
8 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 10 Q
0 X
0 0 0 1 0 0 0 K
(12/12/95) 684.44 749.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(34th IETF Meeting - Dallas, Texas) 72 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(10) 391 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
54 234 738 738 18 RR
6 H
0 Z
2 X
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
1 18 Q
0 X
(SECURITY ASSOCIA) 234.98 708 T
(TION DA) 411.17 708 T
(T) 486.33 708 T
(ABASE) 497.01 708 T
0 0 0 1 0 0 0 K
72 249 720 702 C
0 0 0 1 0 0 0 K
73 316.01 584 646 R
7 X
0 0 0 1 0 0 0 K
V
0.5 H
0 Z
0 X
N
7 X
90 450 255.5 33 328.5 649 G
2 Z
0 X
90 450 255.5 33 328.5 649 A
7 X
90 450 255.5 30.5 328.5 316.5 G
0 X
90 450 255.5 30.5 328.5 316.5 A
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
82 321 578 587 R
7 X
V
0 14 Q
0 X
(Situation) 82 577.67 T
(Security Context) 323 577.67 T
(SPI) 82 560.67 T
(Destination IP Address) 323 560.67 T
(Peep IPSP IP Address) 82 543.67 T
(Socket T) 324 543.67 T
(ype) 373.18 543.67 T
(Peer SPI) 82 526.67 T
(Services \050e.g. none, esp, ah, esp_ah, ah_esp, esp_tunnel, esp_tunnel_ah\051) 82 492.67 T
(ESP Algorithm Id) 82 475.67 T
(ESP IV Length) 82 458.67 T
(ESP Encryption Key) 82 441.67 T
(ESP Decryption Key) 82 424.67 T
(AH Algorithm ID) 82 407.67 T
(AH Generation Key) 82 390.67 T
(AH V) 82 373.67 T
(eri\336cation Key) 114.27 373.67 T
(AH Checksum Length) 82 356.67 T
0 18 Q
(Security Association Database \050SADB\051) 192.27 645.67 T
J
140 583.84 320 589 320 544 3 Y
5 X
V
0 X
N
548.51 342.5 548.51 328 523.96 356.99 548.51 385.98 548.51 371.49 5 L
7 X
V
0.2 H
0 X
N
548.51 342.5 583.59 342.5 583.59 371.49 548.51 371.49 4 L
7 X
V
0 X
N
0 10 Q
(Situation /) 538.96 359 T
619.08 371.49 619.08 385.98 643.63 356.99 619.08 328 619.08 342.5 5 L
7 X
V
0 X
N
619.08 371.49 584 371.49 584 342.5 619.08 342.5 4 L
7 X
V
0 X
N
(    SA) 587 353 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(SPI) 552.44 349 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
548.48 470.48 548.48 455.98 523.92 484.98 548.48 513.97 548.48 499.47 5 L
7 X
V
0 X
N
548.48 470.48 583.55 470.48 583.55 499.47 548.48 499.47 4 L
7 X
V
0 X
N
(Situation /) 538.92 486.98 T
(SPI) 552.4 476.98 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
548.44 406.49 548.44 391.99 523.89 420.98 548.44 449.98 548.44 435.48 5 L
7 X
V
0 X
N
548.44 406.49 583.51 406.49 583.51 435.48 548.44 435.48 4 L
7 X
V
0 X
N
(situation,) 535.22 423.66 T
548.55 534.47 548.55 519.98 524 548.97 548.55 577.96 548.55 563.47 5 L
7 X
V
0 X
N
548.55 534.47 583.63 534.47 583.63 563.47 548.55 563.47 4 L
7 X
V
0 X
N
(New) 550.26 550.98 T
(SA) 553.31 540.98 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(Attributes) 533.7 413.66 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 18 Q
(SADB) 626.84 616 T
(INTERF) 597 598 T
(ACES) 658.67 598 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 12 Q
(ADD SA) 603 543 T
(DELETE SA) 606 489 T
(- by SPI) 606 477 T
(- by Situation) 606 465 T
(CHANGE SA) 610 418 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(LOOKUP SA) 647 368 T
(- by SPI) 647 356 T
(- by Situation) 647 344 T
0 0 0 1 0 0 0 K
0 180 792 792 C
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "10" 10
%%Page: "11" 11
612 792 1 FMBEGINPAGE
[0 0 0 1 0 0 0]
[ 0 0 0 0 1 1 1]
[ 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]
8 FrameSetSepColors
FrameNoSep
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 10 Q
0 X
0 0 0 1 0 0 0 K
(12/12/95) 684.44 749.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(34th IETF Meeting - Dallas, Texas) 72 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(11) 391 216 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
54 234 738 738 18 RR
6 H
0 Z
2 X
N
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
1 24 Q
0 X
(CONCLUSIONS) 307.99 704 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 22 Q
(\245) 72 657.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(Security Protocol Independence) 90 657.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 18 Q
(- Security Attribute Grouping) 90 617 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(- Protocol Identi\336er for SA groupings) 90 595 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 22 Q
(\245) 72 546.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(Security Policy Independence) 90 546.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 18 Q
(- Situation Identi\336er) 90 506 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(- Security Attribute Grouping) 90 484 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 22 Q
(\245) 72 433.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
(Security Mechanism / Algorithm Independence) 90 433.33 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 18 Q
(- Security Attribute \050e.g. Key Exchange, Authentication\051 Identi\336ers) 90 393 T
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
0 0 0 1 0 0 0 K
FMENDPAGE
%%EndPage: "11" 11
%%Trailer
%%BoundingBox: 0 0 612 792
%%PageOrder: Ascend
%%Pages: 11
%%DocumentFonts: Times-Roman
%%+ Times-Bold
%%EOF