diff --git a/Documentation/XML/VectoVTPReport.png b/Documentation/XML/VectoVTPReport.png
new file mode 100644
index 0000000000000000000000000000000000000000..ba8b4c9ab5b686a1735edf08405d0c5ce769d583
Binary files /dev/null and b/Documentation/XML/VectoVTPReport.png differ
diff --git a/VECTO/File Browser/FileBrowserModule.vb b/VECTO/File Browser/FileBrowserModule.vb
index 253a85419cde24483dcf4fe6d4a3473a298f33d6..31de0ae1c5411180674af979d3a1f8202af35699 100644
--- a/VECTO/File Browser/FileBrowserModule.vb	
+++ b/VECTO/File Browser/FileBrowserModule.vb	
@@ -24,6 +24,7 @@ Public Module FileBrowserModule
 	Public TextFileBrowser As FileBrowser
 	Public VehicleFileBrowser As FileBrowser
 	Public VehicleXMLFileBrowser As FileBrowser
+    public ManRXMLFileBrowser As FileBrowser
 	Public DrivingCycleFileBrowser As FileBrowser
 	Public PTODrivingCycleFileBrowser As FileBrowser
 	Public FuelConsumptionMapFileBrowser As FileBrowser
diff --git a/VECTO/GUI/MainForm.vb b/VECTO/GUI/MainForm.vb
index eccee56f13b8fc010aeb0481703e91cbe849aa18..cdba29c6ed7056d10337b7cef307c8c482d0fb6f 100644
--- a/VECTO/GUI/MainForm.vb
+++ b/VECTO/GUI/MainForm.vb
@@ -116,6 +116,7 @@ Imports TUGraz.VectoCore.Utils
         JobfileFileBrowser = New FileBrowser("vecto")
         VehicleFileBrowser = New FileBrowser("vveh")
         VehicleXMLFileBrowser = New FileBrowser("vveh_xml")
+        ManRXMLFileBrowser = new FileBrowser("xml")
         FuelConsumptionMapFileBrowser = New FileBrowser("vmap")
         DrivingCycleFileBrowser = New FileBrowser("vdri")
         FullLoadCurveFileBrowser = New FileBrowser("vfld")
@@ -144,6 +145,7 @@ Imports TUGraz.VectoCore.Utils
         JobfileFileBrowser.Extensions = New String() {"vecto"}
         VehicleFileBrowser.Extensions = New String() {"vveh"}
         VehicleXMLFileBrowser.Extensions = New String() {"xml"}
+        ManRXMLFileBrowser.Extensions = New String() {"xml"}
         FuelConsumptionMapFileBrowser.Extensions = New String() {"vmap"}
         DrivingCycleFileBrowser.Extensions = New String() {"vdri"}
         FullLoadCurveFileBrowser.Extensions = New String() {"vfld"}
@@ -169,6 +171,7 @@ Imports TUGraz.VectoCore.Utils
         JobfileFileBrowser.Close()
         VehicleFileBrowser.Close()
         VehicleXMLFileBrowser.Close()
+        ManRXMLFileBrowser.Close()
         FuelConsumptionMapFileBrowser.Close()
         DrivingCycleFileBrowser.Close()
         FullLoadCurveFileBrowser.Close()
diff --git a/VECTO/GUI/VectoVTPJobForm.Designer.vb b/VECTO/GUI/VectoVTPJobForm.Designer.vb
index 3f8c030922b68896b0e6e78296b4ab9626d373e9..e48b7747164d954afadc3083e1ba13d31d42ab7a 100644
--- a/VECTO/GUI/VectoVTPJobForm.Designer.vb
+++ b/VECTO/GUI/VectoVTPJobForm.Designer.vb
@@ -69,6 +69,7 @@ Partial Class VectoVTPJobForm
         Me.lblEngineCharacteristics = New System.Windows.Forms.Label()
         Me.PictureBox2 = New System.Windows.Forms.PictureBox()
         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
+        Me.Label7 = New System.Windows.Forms.Label()
         Me.tbFanDiameter = New System.Windows.Forms.TextBox()
         Me.Label6 = New System.Windows.Forms.Label()
         Me.tbC3 = New System.Windows.Forms.TextBox()
@@ -78,7 +79,16 @@ Partial Class VectoVTPJobForm
         Me.tbC1 = New System.Windows.Forms.TextBox()
         Me.Label1 = New System.Windows.Forms.Label()
         Me.Label5 = New System.Windows.Forms.Label()
-        Me.Label7 = New System.Windows.Forms.Label()
+        Me.pnManufacturerRecord = New System.Windows.Forms.Panel()
+        Me.lblMileageUnit = New System.Windows.Forms.Label()
+        Me.tbMileage = New System.Windows.Forms.TextBox()
+        Me.lblMileage = New System.Windows.Forms.Label()
+        Me.lblNCVUnit = New System.Windows.Forms.Label()
+        Me.tbNCV = New System.Windows.Forms.TextBox()
+        Me.lblNCV = New System.Windows.Forms.Label()
+        Me.Label8 = New System.Windows.Forms.Label()
+        Me.tbManufacturerRecord = New System.Windows.Forms.TextBox()
+        Me.ButtonManR = New System.Windows.Forms.Button()
         Me.GrCycles.SuspendLayout
         Me.GrAux.SuspendLayout
         Me.StatusStrip1.SuspendLayout
@@ -89,6 +99,7 @@ Partial Class VectoVTPJobForm
         CType(Me.PicBox,System.ComponentModel.ISupportInitialize).BeginInit
         CType(Me.PictureBox2,System.ComponentModel.ISupportInitialize).BeginInit
         Me.GroupBox1.SuspendLayout
+        Me.pnManufacturerRecord.SuspendLayout
         Me.SuspendLayout
         '
         'GrCycles
@@ -99,7 +110,7 @@ Partial Class VectoVTPJobForm
         Me.GrCycles.Controls.Add(Me.LvCycles)
         Me.GrCycles.Controls.Add(Me.BtDRIrem)
         Me.GrCycles.Controls.Add(Me.BtDRIadd)
-        Me.GrCycles.Location = New System.Drawing.Point(12, 260)
+        Me.GrCycles.Location = New System.Drawing.Point(11, 324)
         Me.GrCycles.Name = "GrCycles"
         Me.GrCycles.Size = New System.Drawing.Size(515, 138)
         Me.GrCycles.TabIndex = 10
@@ -169,7 +180,7 @@ Partial Class VectoVTPJobForm
         Me.GrAux.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left)  _
             Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
         Me.GrAux.Controls.Add(Me.LvAux)
-        Me.GrAux.Location = New System.Drawing.Point(12, 114)
+        Me.GrAux.Location = New System.Drawing.Point(11, 178)
         Me.GrAux.Name = "GrAux"
         Me.GrAux.Size = New System.Drawing.Size(515, 140)
         Me.GrAux.TabIndex = 9
@@ -213,9 +224,9 @@ Partial Class VectoVTPJobForm
         '
         Me.TbVEH.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left)  _
             Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
-        Me.TbVEH.Location = New System.Drawing.Point(90, 86)
+        Me.TbVEH.Location = New System.Drawing.Point(128, 86)
         Me.TbVEH.Name = "TbVEH"
-        Me.TbVEH.Size = New System.Drawing.Size(411, 20)
+        Me.TbVEH.Size = New System.Drawing.Size(373, 20)
         Me.TbVEH.TabIndex = 1
         '
         'ButtonVEH
@@ -232,7 +243,7 @@ Partial Class VectoVTPJobForm
         'StatusStrip1
         '
         Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabelGEN})
-        Me.StatusStrip1.Location = New System.Drawing.Point(0, 568)
+        Me.StatusStrip1.Location = New System.Drawing.Point(0, 609)
         Me.StatusStrip1.Name = "StatusStrip1"
         Me.StatusStrip1.Size = New System.Drawing.Size(944, 22)
         Me.StatusStrip1.SizingGrip = false
@@ -248,7 +259,7 @@ Partial Class VectoVTPJobForm
         'ButOK
         '
         Me.ButOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
-        Me.ButOK.Location = New System.Drawing.Point(778, 541)
+        Me.ButOK.Location = New System.Drawing.Point(778, 582)
         Me.ButOK.Name = "ButOK"
         Me.ButOK.Size = New System.Drawing.Size(75, 23)
         Me.ButOK.TabIndex = 0
@@ -259,7 +270,7 @@ Partial Class VectoVTPJobForm
         '
         Me.ButCancel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
         Me.ButCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
-        Me.ButCancel.Location = New System.Drawing.Point(859, 541)
+        Me.ButCancel.Location = New System.Drawing.Point(859, 582)
         Me.ButCancel.Name = "ButCancel"
         Me.ButCancel.Size = New System.Drawing.Size(75, 23)
         Me.ButCancel.TabIndex = 1
@@ -476,13 +487,22 @@ Partial Class VectoVTPJobForm
         Me.GroupBox1.Controls.Add(Me.tbC1)
         Me.GroupBox1.Controls.Add(Me.Label1)
         Me.GroupBox1.Controls.Add(Me.PictureBox2)
-        Me.GroupBox1.Location = New System.Drawing.Point(11, 404)
+        Me.GroupBox1.Location = New System.Drawing.Point(10, 468)
         Me.GroupBox1.Name = "GroupBox1"
         Me.GroupBox1.Size = New System.Drawing.Size(515, 135)
         Me.GroupBox1.TabIndex = 39
         Me.GroupBox1.TabStop = false
         Me.GroupBox1.Text = "Fan Power"
         '
+        'Label7
+        '
+        Me.Label7.AutoSize = true
+        Me.Label7.Location = New System.Drawing.Point(477, 32)
+        Me.Label7.Name = "Label7"
+        Me.Label7.Size = New System.Drawing.Size(29, 13)
+        Me.Label7.TabIndex = 47
+        Me.Label7.Text = "[mm]"
+        '
         'tbFanDiameter
         '
         Me.tbFanDiameter.Location = New System.Drawing.Point(371, 29)
@@ -556,14 +576,104 @@ Partial Class VectoVTPJobForm
         Me.Label5.TabIndex = 40
         Me.Label5.Text = "Vehicle XML:"
         '
-        'Label7
+        'pnManufacturerRecord
+        '
+        Me.pnManufacturerRecord.Controls.Add(Me.lblMileageUnit)
+        Me.pnManufacturerRecord.Controls.Add(Me.tbMileage)
+        Me.pnManufacturerRecord.Controls.Add(Me.lblMileage)
+        Me.pnManufacturerRecord.Controls.Add(Me.lblNCVUnit)
+        Me.pnManufacturerRecord.Controls.Add(Me.tbNCV)
+        Me.pnManufacturerRecord.Controls.Add(Me.lblNCV)
+        Me.pnManufacturerRecord.Controls.Add(Me.Label8)
+        Me.pnManufacturerRecord.Controls.Add(Me.tbManufacturerRecord)
+        Me.pnManufacturerRecord.Controls.Add(Me.ButtonManR)
+        Me.pnManufacturerRecord.Location = New System.Drawing.Point(11, 112)
+        Me.pnManufacturerRecord.Name = "pnManufacturerRecord"
+        Me.pnManufacturerRecord.Size = New System.Drawing.Size(525, 66)
+        Me.pnManufacturerRecord.TabIndex = 41
+        '
+        'lblMileageUnit
+        '
+        Me.lblMileageUnit.AutoSize = true
+        Me.lblMileageUnit.Location = New System.Drawing.Point(476, 43)
+        Me.lblMileageUnit.Name = "lblMileageUnit"
+        Me.lblMileageUnit.Size = New System.Drawing.Size(27, 13)
+        Me.lblMileageUnit.TabIndex = 49
+        Me.lblMileageUnit.Text = "[km]"
+        '
+        'tbMileage
+        '
+        Me.tbMileage.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left)  _
+            Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
+        Me.tbMileage.Location = New System.Drawing.Point(394, 40)
+        Me.tbMileage.Name = "tbMileage"
+        Me.tbMileage.Size = New System.Drawing.Size(76, 20)
+        Me.tbMileage.TabIndex = 48
         '
-        Me.Label7.AutoSize = true
-        Me.Label7.Location = New System.Drawing.Point(477, 32)
-        Me.Label7.Name = "Label7"
-        Me.Label7.Size = New System.Drawing.Size(29, 13)
-        Me.Label7.TabIndex = 47
-        Me.Label7.Text = "[mm]"
+        'lblMileage
+        '
+        Me.lblMileage.AutoSize = true
+        Me.lblMileage.Location = New System.Drawing.Point(281, 43)
+        Me.lblMileage.Name = "lblMileage"
+        Me.lblMileage.Size = New System.Drawing.Size(47, 13)
+        Me.lblMileage.TabIndex = 47
+        Me.lblMileage.Text = "Mileage:"
+        '
+        'lblNCVUnit
+        '
+        Me.lblNCVUnit.AutoSize = true
+        Me.lblNCVUnit.Location = New System.Drawing.Point(199, 43)
+        Me.lblNCVUnit.Name = "lblNCVUnit"
+        Me.lblNCVUnit.Size = New System.Drawing.Size(44, 13)
+        Me.lblNCVUnit.TabIndex = 46
+        Me.lblNCVUnit.Text = "[MJ/kg]"
+        '
+        'tbNCV
+        '
+        Me.tbNCV.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left)  _
+            Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
+        Me.tbNCV.Location = New System.Drawing.Point(117, 40)
+        Me.tbNCV.Name = "tbNCV"
+        Me.tbNCV.Size = New System.Drawing.Size(76, 20)
+        Me.tbNCV.TabIndex = 45
+        '
+        'lblNCV
+        '
+        Me.lblNCV.AutoSize = true
+        Me.lblNCV.Location = New System.Drawing.Point(4, 43)
+        Me.lblNCV.Name = "lblNCV"
+        Me.lblNCV.Size = New System.Drawing.Size(79, 13)
+        Me.lblNCV.TabIndex = 44
+        Me.lblNCV.Text = "NCV Test Fuel:"
+        '
+        'Label8
+        '
+        Me.Label8.AutoSize = true
+        Me.Label8.Location = New System.Drawing.Point(3, 11)
+        Me.Label8.Name = "Label8"
+        Me.Label8.Size = New System.Drawing.Size(111, 13)
+        Me.Label8.TabIndex = 43
+        Me.Label8.Text = "Manufacturer Record:"
+        '
+        'tbManufacturerRecord
+        '
+        Me.tbManufacturerRecord.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left)  _
+            Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
+        Me.tbManufacturerRecord.Location = New System.Drawing.Point(117, 8)
+        Me.tbManufacturerRecord.Name = "tbManufacturerRecord"
+        Me.tbManufacturerRecord.Size = New System.Drawing.Size(374, 20)
+        Me.tbManufacturerRecord.TabIndex = 41
+        '
+        'ButtonManR
+        '
+        Me.ButtonManR.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
+        Me.ButtonManR.Image = CType(resources.GetObject("ButtonManR.Image"),System.Drawing.Image)
+        Me.ButtonManR.Location = New System.Drawing.Point(492, 6)
+        Me.ButtonManR.Name = "ButtonManR"
+        Me.ButtonManR.Size = New System.Drawing.Size(24, 24)
+        Me.ButtonManR.TabIndex = 42
+        Me.ButtonManR.TabStop = false
+        Me.ButtonManR.UseVisualStyleBackColor = true
         '
         'VectoVTPJobForm
         '
@@ -571,7 +681,8 @@ Partial Class VectoVTPJobForm
         Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 13!)
         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
         Me.CancelButton = Me.ButCancel
-        Me.ClientSize = New System.Drawing.Size(944, 590)
+        Me.ClientSize = New System.Drawing.Size(944, 631)
+        Me.Controls.Add(Me.pnManufacturerRecord)
         Me.Controls.Add(Me.Label5)
         Me.Controls.Add(Me.GroupBox1)
         Me.Controls.Add(Me.GrAux)
@@ -612,6 +723,8 @@ Partial Class VectoVTPJobForm
         CType(Me.PictureBox2,System.ComponentModel.ISupportInitialize).EndInit
         Me.GroupBox1.ResumeLayout(false)
         Me.GroupBox1.PerformLayout
+        Me.pnManufacturerRecord.ResumeLayout(false)
+        Me.pnManufacturerRecord.PerformLayout
         Me.ResumeLayout(false)
         Me.PerformLayout
 
@@ -668,4 +781,14 @@ End Sub
     Friend WithEvents tbFanDiameter As TextBox
     Friend WithEvents Label6 As Label
     Friend WithEvents Label7 As Label
+    Friend WithEvents pnManufacturerRecord As Panel
+    Friend WithEvents Label8 As Label
+    Friend WithEvents tbManufacturerRecord As TextBox
+    Friend WithEvents ButtonManR As Button
+    Friend WithEvents lblMileageUnit As Label
+    Friend WithEvents tbMileage As TextBox
+    Friend WithEvents lblMileage As Label
+    Friend WithEvents lblNCVUnit As Label
+    Friend WithEvents tbNCV As TextBox
+    Friend WithEvents lblNCV As Label
 End Class
diff --git a/VECTO/GUI/VectoVTPJobForm.resx b/VECTO/GUI/VectoVTPJobForm.resx
index 772cde37b8c682d55372aeed731935d7f4247349..1af59968ed8acfa877b95f9880de6db76ae820f2 100644
--- a/VECTO/GUI/VectoVTPJobForm.resx
+++ b/VECTO/GUI/VectoVTPJobForm.resx
@@ -296,6 +296,24 @@
         C8aYB81CY4z5BqQVkREGdf7kRUA5jcELbowxTzQLjTHmW1A2KP9o7WPOA8rPkzzVTz0aY/rQLDTGmF9A
         CuvaoDw5KK/ctiFpjGnSLDTGmF9B2UPpR8icDJTzPG1IGmMmaRYaY8waoGxQ+pFBJwHlRwD5ezPGvKVZ
         aIwxazEaJsq786NkToS/M2PMPP75H/8P3C2RO8+dg8cAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="ButtonManR.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
+        vAAADrwBlbxySQAAAtVJREFUOE+FkmtIk2EYhhc6zU1zyjyAlZn5Q0QS6k/EMDDSQiuzkmxM5wpEA00S
+        zTzbsozQEDUyVKjQbejUPGQSyyjUmofysFRKU/M859J5qORu77s1KX/0wPXju7/vvp4X3o/RVsHv7pDy
+        0VklwIfaCPTXCzHQEPkXn5pEUDWJNH31kRGMf4eUocvF7GAShlqjQZ6H3qZjYUICQGliVfscvc+EGmNt
+        c0hhY/kONpYMrC/cwowqiYowchcYNaKRoa7mDDyfcuFRYpdnrBsEv7S3KT8XCTkUkq/3xGOj9xrQn0Cp
+        qQrGvnJ7uJTuwK58G4VJ8GMhh25eV29Ccp0yDmvd8SZBV7UA7sW2R5wfWsO+0ApO2ewMKlibE2N11siM
+        GCt6SL7YEQtdZxxUShECq7wQ9MQLZKnTfbbcqpQJuwxLDRWsTN+EbiobuslsLBsh+eybK3j/WgBfmQeq
+        1RKcqPalAgexlYIIrNMtQAVLE1lYGs/Cd8JYJrR6SK5ovoCzjTzI1VLE9gjgVsiBYza7jJvHAhGwkpkG
+        gfZrJhZHM6D5QtBf4ed0yKSnENLEg0L3AlHKIBxq2Ik9BRy4FNrA4bFBYJlgbhCQgno4DeqhNMwPpuFb
+        TyICan3waqUF0coAHGtxpwJvuSPcJBwqYBUzwby8TUEF84OpmFOlYnYghR69XcLHUdl+RLX7I6TVc4uA
+        W8aCZZy5hhnO8KECUpzuu4Gpj8lU0FgShuIHgeAVucK/0d0k8KzgwjGXje0xZiPMS/oyGVIgxcme65jo
+        MvyBNUWhqMw/j7ryi+Dlu+KwfDcVcNNYEOfx6E2Ypq0iVKN6GYNxZRLG3iVSQXnOcRSk+EGadxK1j4Jx
+        IMsZPhXOsE+2QnPZOcPmP9MtD+d0SMPkXTVCDLdeRadciPjIg7H6V3sNXzAYtrEMjmW0udxCZFZmjLZO
+        eyX/NDkNOcG9FD9vY/yfYTB+A9kMOLKC3dXwAAAAAElFTkSuQmCC
 </value>
   </data>
   <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
diff --git a/VECTO/GUI/VectoVTPJobForm.vb b/VECTO/GUI/VectoVTPJobForm.vb
index 505917bc9e1ef9b9933cc6bf6d431e386e8e06a4..05e9f9ce6b843cdd908ccb5bf2cfb04c664effaa 100644
--- a/VECTO/GUI/VectoVTPJobForm.vb
+++ b/VECTO/GUI/VectoVTPJobForm.vb
@@ -57,6 +57,8 @@ Public Class VectoVTPJobForm
 
         LvAux.Columns(AuxViewColumns.AuxInputOrTech).Text = "Technology"
 
+        pnManufacturerRecord.Visible = cfg.DeclMode
+
         GrCycles.Enabled = True
 
         _changed = False
@@ -192,11 +194,15 @@ Public Class VectoVTPJobForm
 
         'Files -----------------------------
         TbVEH.Text = GetRelativePath(inputData.JobInputData.Vehicle.Source, _basePath)
+        tbManufacturerRecord.Text = If (cfg.DeclMode, GetRelativePath(inputData.JobInputData.ManufacturerReportInputData.Source, _basePath), "")
 
         Dim auxInput As IAuxiliariesDeclarationInputData = inputData.JobInputData.Vehicle.AuxiliaryInputData()
 
         PopulateAuxiliaryList(auxInput)
 
+        tbMileage.Text = if(Cfg.DeclMode, inputData.JobInputData.Mileage.ConvertToKiloMeter().Value.ToGUIFormat(), "")
+        tbNCV.Text = if (Cfg.DeclMode, inputData.JobInputData.NetCalorificValueTestFuel.ConvertToMegaJoulePerKilogram().Value.ToGUIFormat(), "")
+
         Dim coefficients As Double() = vectoJob.FanPowerCoefficents.ToArray()
         If (coefficients.Length >= 1) Then
             tbC1.Text = coefficients(0).ToGUIFormat()
@@ -268,6 +274,8 @@ Public Class VectoVTPJobForm
         'Files ------------------------------------------------- -----------------
 
         vectoJob.PathVeh = TbVEH.Text
+        vectoJob.ManufacturerRecord = If(cfg.DeclMode,  tbManufacturerRecord.Text, "")
+
 
         For Each lv0 As ListViewItem In LvCycles.Items
             Dim sb As SubPath = New SubPath
@@ -275,6 +283,10 @@ Public Class VectoVTPJobForm
             vectoJob.CycleFiles.Add(sb)
         Next
 
+        vectoJob.Mileage = tbMileage.Text.ToDouble(0).SI(Unit.SI.Kilo.Meter).Cast(of Meter)
+
+        vectoJob.NetCalorificValueTestFuel = tbNCV.Text.ToDouble(0).SI(Unit.SI.Mega.Joule.Per.Kilo.Gramm).Cast(of JoulePerKilogramm)
+
         vectoJob.FanCoefficients = New Double() {
             tbC1.Text.ToDouble(0),
             tbC2.Text.ToDouble(0),
@@ -693,7 +705,13 @@ Public Class VectoVTPJobForm
     Private Sub LvAux_SelectedIndexChanged(sender As Object, e As EventArgs) Handles LvAux.SelectedIndexChanged
     End Sub
 
+    Private Sub ButtonManR_Click(sender As Object, e As EventArgs) Handles ButtonManR.Click
+        If ManRXMLFileBrowser.OpenDialog(FileRepl(tbManufacturerRecord.Text, GetPath(VectoFile))) Then
+            tbManufacturerRecord.Text = GetFilenameWithoutDirectory(ManRXMLFileBrowser.Files(0), GetPath(VectoFile))
+        End If
+    End Sub
 
+ 
 End Class
 
 
diff --git a/VECTO/Input Files/VectoEPTPJob.vb b/VECTO/Input Files/VectoEPTPJob.vb
index 21751d63aabf35957dc16325286cb771ce6160fd..ccac7979eaa23317aadf5943af6d08d0c5624e77 100644
--- a/VECTO/Input Files/VectoEPTPJob.vb	
+++ b/VECTO/Input Files/VectoEPTPJob.vb	
@@ -6,6 +6,7 @@ Imports System.Linq
 Imports System.Xml
 Imports TUGraz.VECTO.Input_Files
 Imports TUGraz.VectoCommon.Exceptions
+Imports TUGraz.VectoCommon.Hashing
 Imports TUGraz.VectoCommon.InputData
 Imports TUGraz.VectoCommon.Models
 Imports TUGraz.VectoCommon.Utils
@@ -19,12 +20,13 @@ Imports TUGraz.VectoHashing
 <CustomValidation(GetType(VectoVTPJob), "ValidateJob")>
 Public Class VectoVTPJob
     Implements IVTPEngineeringInputDataProvider, IVTPEngineeringJobInputData, IVTPDeclarationInputDataProvider,
-               IVTPDeclarationJobInputData
+               IVTPDeclarationJobInputData, IManufacturerReport
 
     Private _sFilePath As String
     Private _myPath As String
 
     Private ReadOnly _vehicleFile As SubPath
+    Private ReadOnly _manufacturerRecord As SubPath
 
     Public ReadOnly CycleFiles As List(Of SubPath)
     Public FanCoefficients As Double()
@@ -34,6 +36,7 @@ Public Class VectoVTPJob
     Public Sub New()
         CycleFiles = New List(Of SubPath)
         _vehicleFile = New SubPath
+        _manufacturerRecord = New SubPath()
     End Sub
 
     Public Property FilePath As String
@@ -117,9 +120,18 @@ Public Class VectoVTPJob
     End Property
 
     Public ReadOnly Property IVTPDeclarationJobInputData_ManufacturerReportInputData As IManufacturerReport Implements IVTPDeclarationJobInputData.ManufacturerReportInputData
+    get
+            Return me
+    End Get
+    End Property
+
+   Public ReadOnly Property VectoJobHash As IVectoHash Implements IVTPDeclarationJobInputData.VectoJobHash
 
-    Public ReadOnly Property VectoJobHash As IVectoHash Implements IVTPDeclarationJobInputData.VectoJobHash
     Public ReadOnly Property VectoManufacturerReportHash As IVectoHash Implements IVTPDeclarationJobInputData.VectoManufacturerReportHash
+    Public Property Mileage As Meter Implements IVTPDeclarationJobInputData.Mileage
+   
+    Public Property NetCalorificValueTestFuel As JoulePerKilogramm Implements IVTPDeclarationJobInputData.NetCalorificValueTestFuel
+
 
     Public ReadOnly Property Cycles As IList(Of ICycleData) Implements IVTPEngineeringJobInputData.Cycles
         Get
@@ -187,4 +199,26 @@ Public Class VectoVTPJob
             return Me
         End Get
     End Property
+
+    Public Property ManufacturerRecord(Optional ByVal original As Boolean = False) As String
+        Get
+            If original Then
+                Return _manufacturerRecord.OriginalPath
+            Else
+                Return _manufacturerRecord.FullPath
+            End If
+        End Get
+        Set(value As String)
+            _manufacturerRecord.Init(_myPath, value)
+        End Set
+    End Property
+
+    Public ReadOnly Property Source As String Implements IManufacturerReport.Source
+    get
+            Return _manufacturerRecord.FullPath
+    End Get
+    End Property
+
+    Public ReadOnly Property ComponentDigests As IDictionary(Of VectoComponents,IList(Of String)) Implements IManufacturerReport.ComponentDigests
+    Public ReadOnly Property JobDigest As DigestData Implements IManufacturerReport.JobDigest
 End Class
diff --git a/VECTO/OutputData/JSONFileWriter.vb b/VECTO/OutputData/JSONFileWriter.vb
index ba8c7151d4c6fa40e863caad6ef9d94098ee8fea..e1060c9e3fa01798f8893ad826b123011556127a 100644
--- a/VECTO/OutputData/JSONFileWriter.vb
+++ b/VECTO/OutputData/JSONFileWriter.vb
@@ -370,6 +370,11 @@ Public Class JSONFileWriter
 		Dim body As Dictionary(Of String, Object) = New Dictionary(Of String, Object)
 		body.Add("SavedInDeclMode", declarationmode)
 		body.Add("DeclarationVehicle", GetRelativePath(job.Vehicle.Source, Path.GetDirectoryName(filename)))
+        if declarationmode Then
+            body.add("ManufacturerRecord", GetRelativePath(job.ManufacturerReportInputData.Source, Path.GetDirectoryName(filename)))
+            body.Add("Mileage", job.Mileage.ConvertToKiloMeter().Value)
+            body.add("NCVTestFuel", job.NetCalorificValueTestFuel.ConvertToMegaJoulePerKilogram().Value())
+        End If
 		body.Add("FanPowerCoefficients", job.FanPowerCoefficents)
 		body.Add("FanDiameter", job.FanDiameter.Value())
 		body.Add("Cycles",
diff --git a/VectoCommon/VectoCommon/InputData/VTPDeclarationInputData.cs b/VectoCommon/VectoCommon/InputData/VTPDeclarationInputData.cs
index 9f7918bb2815abcfbe8ef71b5963e3080805405d..3b7d829092dbb5b80081257c88a045eab5737400 100644
--- a/VectoCommon/VectoCommon/InputData/VTPDeclarationInputData.cs
+++ b/VectoCommon/VectoCommon/InputData/VTPDeclarationInputData.cs
@@ -54,6 +54,10 @@ namespace TUGraz.VectoCommon.InputData
 
 		IVectoHash VectoManufacturerReportHash { get; }
 
+		Meter Mileage { get; }
+
+		JoulePerKilogramm NetCalorificValueTestFuel { get; }
+
 		IList<ICycleData> Cycles { get; }
 
 		IEnumerable<double> FanPowerCoefficents { get; }
@@ -65,6 +69,8 @@ namespace TUGraz.VectoCommon.InputData
 
 	public interface IManufacturerReport
 	{
+		string Source { get; }
+
 		IDictionary<VectoComponents,IList<string>> ComponentDigests { get; }
 
 		DigestData JobDigest { get; }
diff --git a/VectoCommon/VectoCommon/Utils/SIConvertExtensionMethods.cs b/VectoCommon/VectoCommon/Utils/SIConvertExtensionMethods.cs
index 923dc0bfebd89ec8c181ad82225e3a80b1b16ad1..575608ab10ef5b0acc585382321484dcc4dc66e5 100644
--- a/VectoCommon/VectoCommon/Utils/SIConvertExtensionMethods.cs
+++ b/VectoCommon/VectoCommon/Utils/SIConvertExtensionMethods.cs
@@ -201,7 +201,12 @@ namespace TUGraz.VectoCommon.Utils
         {
             return new ConvertedSI(value.Value() * Kilo, "mm");
         }
-    }
+
+		public static ConvertedSI ConvertToMegaJoulePerKilogram(this JoulePerKilogramm value)
+		{
+			return new ConvertedSI(value.Value() / Kilo / Kilo, "MJ/kg");
+		}
+	}
 }
 
 
diff --git a/VectoCommon/VectoCommon/Utils/SIUtils.cs b/VectoCommon/VectoCommon/Utils/SIUtils.cs
index 8516ee8955620793a9109d7560f2d04c270de1d7..c99f8320c1df02b57b49e2b8bf7ac560c70f30a0 100644
--- a/VectoCommon/VectoCommon/Utils/SIUtils.cs
+++ b/VectoCommon/VectoCommon/Utils/SIUtils.cs
@@ -206,6 +206,18 @@ namespace TUGraz.VectoCommon.Utils
 			}
 		}
 
+		/// <summary>
+		/// Quantifier for Mega (1E6).
+		/// </summary>
+		public UnitInstance Mega
+		{
+			get {
+				Factor *= Math.Pow(1E6, _exponent * _reciproc);
+
+				return this;
+			}
+		}
+
 		/// <summary>
 		/// [m]
 		/// </summary>
diff --git a/VectoCore/VectoCore/InputData/FileIO/JSON/JSONInputData.cs b/VectoCore/VectoCore/InputData/FileIO/JSON/JSONInputData.cs
index 4cf83149423388b988f9dd7d36ac14068eb97b81..b31860e425695f1ae77ad4ce00b5365954908bef 100644
--- a/VectoCore/VectoCore/InputData/FileIO/JSON/JSONInputData.cs
+++ b/VectoCore/VectoCore/InputData/FileIO/JSON/JSONInputData.cs
@@ -696,6 +696,18 @@ namespace TUGraz.VectoCore.InputData.FileIO.JSON
 
 		public IVectoHash VectoManufacturerReportHash { get; }
 
+		public Meter Mileage
+		{
+			get { return Body.GetEx<double>("Mileage").SI(Unit.SI.Kilo.Meter).Cast<Meter>(); }
+		}
+
+		public JoulePerKilogramm NetCalorificValueTestFuel
+		{
+			get { return Body.GetEx<double>("NCVTestFuel").SI(Unit.SI.Mega.Joule.Per.Kilo.Gramm).Cast<JoulePerKilogramm>(); }
+		}
+
+		string IManufacturerReport.Source { get { return Body["ManufacturerRecord"].Value<string>(); } }
+
 		public IList<ICycleData> Cycles
 		{
 			get {
diff --git a/VectoCore/VectoCore/InputData/Reader/Impl/DeclarationVTPModeVectoRunDataFactory.cs b/VectoCore/VectoCore/InputData/Reader/Impl/DeclarationVTPModeVectoRunDataFactory.cs
index 74bd09ad7e2fa6d26a4b5e32ddc696a22e7fee87..a209cf9728ad925521462e553e26c6997ae3bef2 100644
--- a/VectoCore/VectoCore/InputData/Reader/Impl/DeclarationVTPModeVectoRunDataFactory.cs
+++ b/VectoCore/VectoCore/InputData/Reader/Impl/DeclarationVTPModeVectoRunDataFactory.cs
@@ -16,7 +16,6 @@ namespace TUGraz.VectoCore.InputData.Reader.Impl
 {
 	internal class DeclarationVTPModeVectoRunDataFactory : IVectoRunDataFactory
 	{
-
 		protected IVTPDeclarationJobInputData JobInputData;
 		private DriverData _driverdata;
 		private AirdragData _airdragData;
@@ -33,8 +32,8 @@ namespace TUGraz.VectoCore.InputData.Reader.Impl
 
 		public IVTPReport Report;
 
-		public DeclarationVTPModeVectoRunDataFactory(IVTPDeclarationInputDataProvider ivtpProvider, IVTPReport report) : this(ivtpProvider.JobInputData, report)
-		{}
+		public DeclarationVTPModeVectoRunDataFactory(IVTPDeclarationInputDataProvider ivtpProvider, IVTPReport report) : this(
+			ivtpProvider.JobInputData, report) { }
 
 		protected DeclarationVTPModeVectoRunDataFactory(IVTPDeclarationJobInputData job, IVTPReport report)
 		{
@@ -54,17 +53,19 @@ namespace TUGraz.VectoCore.InputData.Reader.Impl
 		{
 			var powertrainConfig = new VectoRunData() {
 				VehicleData =
-					_dao.CreateVehicleData(JobInputData.Vehicle, _segment.Missions.First(),
-											_segment.Missions.First().Loadings.First().Value, _segment.MunicipalBodyWeight),
+					_dao.CreateVehicleData(
+						JobInputData.Vehicle, _segment.Missions.First(),
+						_segment.Missions.First().Loadings.First().Value, _segment.MunicipalBodyWeight),
 				AirdragData = _airdragData,
 				EngineData = _engineData,
 				GearboxData = _gearboxData,
 				AxleGearData = _axlegearData,
 				Retarder = _retarderData,
 				Aux =
-					_dao.CreateAuxiliaryData(JobInputData.Vehicle.AuxiliaryInputData(),
-											_segment.Missions.First().MissionType,
-											_segment.VehicleClass),
+					_dao.CreateAuxiliaryData(
+						JobInputData.Vehicle.AuxiliaryInputData(),
+						_segment.Missions.First().MissionType,
+						_segment.VehicleClass),
 			};
 			powertrainConfig.VehicleData.VehicleClass = _segment.VehicleClass;
 			Report.InputDataHash = JobInputData.VectoJobHash;
@@ -138,7 +139,8 @@ namespace TUGraz.VectoCore.InputData.Reader.Impl
 			// simulate the Measured cycle
 			foreach (var cycle in JobInputData.Cycles) {
 				var drivingCycle = DrivingCycleDataReader.ReadFromDataTable(cycle.CycleData, cycle.Name, false);
-				// TODO: MQ 2018-04-23: use correct loading here?
+
+				// Loading is not relevant as we use P_wheel
 				var runData = CreateVectoRunData(_segment, _segment.Missions.First(), 0.SI<Kilogram>());
 				runData.Cycle = new DrivingCycleProxy(drivingCycle, cycle.Name);
 				runData.Aux = _auxVTP;
@@ -151,18 +153,29 @@ namespace TUGraz.VectoCore.InputData.Reader.Impl
 				runData.Mission = new Mission() {
 					MissionType = MissionType.VerificationTest
 				};
+				var ncvStd = DeclarationData.FuelData.Lookup(JobInputData.Vehicle.EngineInputData.FuelType).LowerHeatingValue;
+				var ncvCorrection = ncvStd / JobInputData.NetCalorificValueTestFuel;
+				var mileageCorrection = GetMileagecorrectionFactor(JobInputData.Mileage);
 				runData.VTPData = new VTPData() {
-					CorrectionFactor = 1,
-					FuelNetCalorificValue = 0.SI<JoulePerKilogramm>()
+					CorrectionFactor = ncvCorrection * mileageCorrection,
+					FuelNetCalorificValue = JobInputData.NetCalorificValueTestFuel //0.SI<JoulePerKilogramm>()
 				};
 				yield return runData;
 			}
+		}
+
+		private double GetMileagecorrectionFactor(Meter mileage)
+		{
+			if (mileage > DeclarationData.VTPMode.RunInThreshold) {
+				return 1;
+			}
 
+			return DeclarationData.VTPMode.EvolutionCoefficient + (1 - DeclarationData.VTPMode.EvolutionCoefficient) * mileage /
+					DeclarationData.VTPMode.RunInThreshold;
 		}
 
 		protected VectoRunData CreateVectoRunData(Segment segment, Mission mission, Kilogram loading)
 		{
-			
 			return new VectoRunData {
 				JobName = JobInputData.Vehicle.VIN,
 				EngineData = _engineData,
@@ -181,7 +194,8 @@ namespace TUGraz.VectoCore.InputData.Reader.Impl
 			};
 		}
 
-		protected virtual List<VectoRunData.AuxData> CreateVTPAuxData(DeclarationDataAdapter dao, IVehicleDeclarationInputData vehicle, Segment segment)
+		protected virtual List<VectoRunData.AuxData> CreateVTPAuxData(
+			DeclarationDataAdapter dao, IVehicleDeclarationInputData vehicle, Segment segment)
 		{
 			var auxRD = dao.CreateAuxiliaryData(
 								vehicle.AuxiliaryInputData(), MissionType.RegionalDelivery, segment.VehicleClass)
diff --git a/VectoCore/VectoCore/InputData/Reader/Impl/EngineeringVTPModeVectoRunDataFactory.cs b/VectoCore/VectoCore/InputData/Reader/Impl/EngineeringVTPModeVectoRunDataFactory.cs
index 3f13acac12ad5607da8b0e4b9708ff7f4dee2139..a7adb89460fe66ed6132bfaffaab0b1451dae424 100644
--- a/VectoCore/VectoCore/InputData/Reader/Impl/EngineeringVTPModeVectoRunDataFactory.cs
+++ b/VectoCore/VectoCore/InputData/Reader/Impl/EngineeringVTPModeVectoRunDataFactory.cs
@@ -59,7 +59,7 @@ namespace TUGraz.VectoCore.InputData.Reader.Impl
 			return JobInputData.Cycles.Select(
 				cycle => {
 					var drivingCycle = DrivingCycleDataReader.ReadFromDataTable(cycle.CycleData, cycle.Name, false);
-					// TODO: MQ 2018-04-23: use correct loading here!?
+					// loading is not relevant as we use P_wheel
 					var runData = CreateVectoRunData(_segment, _segment.Missions.First(), 0.SI<Kilogram>());
 					runData.Cycle = new DrivingCycleProxy(drivingCycle, cycle.Name);
 					runData.Aux = _auxVTP;
diff --git a/VectoCore/VectoCore/Models/Declaration/DeclarationData.cs b/VectoCore/VectoCore/Models/Declaration/DeclarationData.cs
index 111825b14a4a5b685ea550c52d9e5059da36866f..f8888def8e6b8946e44a7658d6954a270b2b76bd 100644
--- a/VectoCore/VectoCore/Models/Declaration/DeclarationData.cs
+++ b/VectoCore/VectoCore/Models/Declaration/DeclarationData.cs
@@ -502,6 +502,9 @@ namespace TUGraz.VectoCore.Models.Declaration
 
 		public static class VTPMode
 		{
+			public static readonly Meter RunInThreshold = 15000.SI(Unit.SI.Kilo.Meter).Cast<Meter>();
+			public const double EvolutionCoefficient = 0.98;
+
 			public const MissionType SelectedMission = MissionType.LongHaul;
 			public const LoadingType SelectedLoading = LoadingType.ReferenceLoad;
 		}
diff --git a/VectoCore/VectoCore/OutputData/XML/XMLVTPReport.cs b/VectoCore/VectoCore/OutputData/XML/XMLVTPReport.cs
index 690e99246738a59652c3841d909347dbcf46b198..70ed49896adae3a6749b6d3beeb6d6803a242ba9 100644
--- a/VectoCore/VectoCore/OutputData/XML/XMLVTPReport.cs
+++ b/VectoCore/VectoCore/OutputData/XML/XMLVTPReport.cs
@@ -59,10 +59,15 @@ namespace TUGraz.VectoCore.OutputData.XML
 
 				var aux = data.Auxiliaries.FirstOrDefault(x => x.Key == Constants.Auxiliaries.IDs.Fan);
 				AverageFanPower = data.AuxiliaryWork(aux.Value) / data.Duration();
-				VTPWorkPWheelPos = runData.Cycle.Entries.Select(x => x.PWheel > 0 ? x.PWheel : 0.SI<Watt>()).Sum().Cast<Watt>() *
-									data.Duration();
-
-				VTPFcMeasured = runData.Cycle.Entries.Sum(x => x.Fuelconsumption) * data.Duration();
+				var cycleEntries = runData.Cycle.Entries.Pairwise().Select(
+					x => new {
+						PWheel = x.Item1.PWheel > 0 ? x.Item1.PWheel : 0.SI<Watt>(),
+						dt = x.Item2.Time - x.Item1.Time,
+						FC = x.Item1.Fuelconsumption
+					}).ToArray();
+
+				VTPWorkPWheelPos = cycleEntries.Sum(x => x.PWheel * x.dt).Cast<WattSecond>();
+				VTPFcMeasured = cycleEntries.Sum(x => x.FC * x.dt).Cast<Kilogram>();
 				VTPFcFinalSimulated = data.TimeIntegral<Kilogram>(ModalResultField.FCFinal);
 				VTPFcCorrectionFactor = runData.VTPData.CorrectionFactor;
 				VTPNCV = runData.VTPData.FuelNetCalorificValue;
diff --git a/VectoCore/VectoCoreTest/TestData/Integration/VTPMode/GenericVehicle/class_5_generic vehicle_DECL.vecto b/VectoCore/VectoCoreTest/TestData/Integration/VTPMode/GenericVehicle/class_5_generic vehicle_DECL.vecto
index fdc0895c429808bc2070da15eaf22e7ec3094c5e..2382aa6698270a8f0bf81be52e61c983f740021d 100644
--- a/VectoCore/VectoCoreTest/TestData/Integration/VTPMode/GenericVehicle/class_5_generic vehicle_DECL.vecto	
+++ b/VectoCore/VectoCoreTest/TestData/Integration/VTPMode/GenericVehicle/class_5_generic vehicle_DECL.vecto	
@@ -1,14 +1,16 @@
 {
   "Header": {
     "CreatedBy": "",
-    "Date": "2017-11-20T13:22:33.6138904Z",
+    "Date": "2018-05-02T11:40:41.8847449Z",
     "AppVersion": "3",
     "FileVersion": 4
   },
   "Body": {
     "SavedInDeclMode": true,
     "DeclarationVehicle": "Tractor_4x2_vehicle-class-5_Generic vehicle.xml",
-	"ManufacturerRecord": "Tractor_4x2_vehicle-class-5_Generic vehicle.RSLT_MANUFACTURER.xml",
+    "ManufacturerRecord": "Tractor_4x2_vehicle-class-5_Generic vehicle.RSLT_MANUFACTURER.xml",
+    "Mileage": 10000.0,
+    "NCVTestFuel": 41.0,
     "FanPowerCoefficients": [
       5.5E-07,
       15.0,
diff --git a/VectoCore/VectoCoreTest/TestData/Integration/VTPMode/GenericVehicle/standard values_VTP_rural_2Hz.vmod b/VectoCore/VectoCoreTest/TestData/Integration/VTPMode/GenericVehicle/standard values_VTP_rural_2Hz.vmod
deleted file mode 100644
index 8544d1d97d449806d6e6592a2d02c301baeaaf01..0000000000000000000000000000000000000000
--- a/VectoCore/VectoCoreTest/TestData/Integration/VTPMode/GenericVehicle/standard values_VTP_rural_2Hz.vmod	
+++ /dev/null
@@ -1,4621 +0,0 @@
-# VECTO 3.2.1.1133 - 24.04.2018 17:36
-time [s],dt [s],dist [m],v_act [km/h],v_targ [km/h],acc [m/s^2],grad [%],Gear [-],n_eng_avg [1/min],T_eng_fcmap [Nm],Tq_full [Nm],Tq_drag [Nm],P_eng_fcmap [kW],P_eng_full [kW],P_eng_full_stat [kW],P_eng_drag [kW],P_eng_inertia [kW],P_eng_out [kW],P_clutch_loss [kW],P_clutch_out [kW],P_aux [kW],P_gbx_in [kW],P_gbx_loss [kW],P_gbx_inertia [kW],P_ret_in [kW],P_ret_loss [kW],P_angle_in [kW],P_angle_loss [kW],P_axle_in [kW],P_axle_loss [kW],P_brake_in [kW],P_brake_loss [kW],P_wheel_in [kW],P_wheel_inertia [kW],P_trac [kW],P_slope [kW],P_air [kW],P_roll [kW],P_veh_inertia [kW],n_gbx_out_avg [1/min],T_gbx_out [Nm],P_aux_AC,P_aux_STP,P_aux_ES,P_aux_PS,P_aux_FAN,FC-Map [g/h],FC-AUXc [g/h],FC-WHTCc [g/h],FC-AAUX [g/h],FC-Final [g/h]
-0.2500,0.5000,,0.0000,,,,0,599.7200,93.1157,1187.3378,-137.9930,5.8479,74.5678,74.5678,-8.6663,0.0000,0.0000,0.0000,0.0000,5.8479,0.0000,0.0000,0.0000,0.0000,0.0697,,,-0.0697,0.0597,,,-0.1294,,,,,,,66.5826,0.0000,0.2000,0.4650,1.4286,1.3500,2.4043,2398.8803,2398.8803,2494.8355,2494.8355,2494.8355
-0.7500,0.5000,,0.0000,,,,0,600.2900,93.0272,1188.6859,-138.0073,5.8479,74.7234,74.7234,-8.6754,0.0000,0.0000,0.0000,0.0000,5.8479,0.0000,0.0000,0.0000,0.0000,0.0022,,,-0.0022,0.0017,,,-0.0039,,,,,,,2.0634,0.0000,0.2000,0.4650,1.4286,1.3500,2.4043,2399.5035,2399.5035,2495.4836,2495.4836,2495.4836
-1.2500,0.5000,,0.0000,,,,0,600.1000,92.9955,1188.2365,-138.0025,5.8441,74.6715,74.6715,-8.6724,0.0000,0.0000,0.0000,0.0000,5.8441,0.0000,0.0000,0.0000,0.0000,0.0022,,,-0.0022,0.0017,,,-0.0039,,,,,,,2.0592,0.0000,0.2000,0.4650,1.4286,1.3500,2.4005,2398.2181,2398.2181,2494.1469,2494.1469,2494.1469
-1.7500,0.5000,,0.0000,,,,0,599.9200,92.9742,1187.8108,-137.9980,5.8410,74.6224,74.6224,-8.6695,0.0000,0.0000,0.0000,0.0000,5.8410,0.0000,0.0000,0.0000,0.0000,0.0022,,,-0.0022,0.0017,,,-0.0039,,,,,,,2.0729,0.0000,0.2000,0.4650,1.4286,1.3500,2.3974,2397.4969,2397.4969,2493.3968,2493.3968,2493.3968
-2.2500,0.5000,,0.0000,,,,0,600.1100,92.8957,1188.2602,-138.0028,5.8379,74.6743,74.6743,-8.6726,0.0000,0.0000,0.0000,0.0000,5.8379,0.0000,0.0000,0.0000,0.0000,0.0022,,,-0.0022,0.0017,,,-0.0039,,,,,,,2.0624,0.0000,0.2000,0.4650,1.4286,1.3500,2.3943,2397.2930,2397.2930,2493.1847,2493.1847,2493.1847
-2.7500,0.5000,,0.0000,,,,0,599.7500,92.9061,1187.4088,-137.9938,5.8350,74.5760,74.5760,-8.6668,0.0000,0.0000,0.0000,0.0000,5.8350,0.0000,0.0000,0.0000,0.0000,0.0022,,,-0.0022,0.0017,,,-0.0039,,,,,,,2.0634,0.0000,0.2000,0.4650,1.4286,1.3500,2.3915,2396.8306,2396.8306,2492.7038,2492.7038,2492.7038
-3.2500,0.5000,,0.0000,,,,0,600.2400,92.7404,1188.5676,-138.0060,5.8294,74.7098,74.7098,-8.6746,0.0000,0.0000,0.0000,0.0000,5.8294,0.0000,0.0000,0.0000,0.0000,0.0022,,,-0.0022,0.0017,,,-0.0039,,,,,,,2.0634,0.0000,0.2000,0.4650,1.4286,1.3500,2.3858,2396.4414,2396.4414,2492.2991,2492.2991,2492.2991
-3.7500,0.5000,,0.0000,,,,0,599.9700,92.6679,1187.9291,-137.9993,5.8222,74.6361,74.6361,-8.6703,0.0000,0.0000,0.0000,0.0000,5.8222,0.0000,0.0000,0.0000,0.0000,0.0022,,,-0.0022,0.0017,,,-0.0039,,,,,,,2.0592,0.0000,0.2000,0.4650,1.4286,1.3500,2.3786,2394.5012,2394.5012,2490.2812,2490.2812,2490.2812
-4.2500,0.5000,,0.0000,,,,0,599.5400,92.6347,1186.9121,-137.9885,5.8159,74.5187,74.5187,-8.6634,0.0000,0.0000,0.0000,0.0000,5.8159,0.0000,0.0000,0.0000,0.0000,0.0022,,,-0.0022,0.0017,,,-0.0039,,,,,,,2.0592,0.0000,0.2000,0.4650,1.4286,1.3500,2.3724,2394.1765,2394.1765,2489.9436,2489.9436,2489.9436
-4.7500,0.5000,,0.0000,,,,0,599.9100,92.4775,1187.7872,-137.9978,5.8097,74.6197,74.6197,-8.6694,0.0000,0.0000,0.0000,0.0000,5.8097,0.0000,0.0000,0.0000,0.0000,0.0022,,,-0.0022,0.0017,,,-0.0039,,,,,,,2.0592,0.0000,0.2000,0.4650,1.4286,1.3500,2.3661,2392.6392,2392.6392,2488.3448,2488.3448,2488.3448
-5.2500,0.5000,,0.0000,,,,0,598.7100,92.5285,1184.9492,-137.9678,5.8012,74.2925,74.2925,-8.6501,0.0000,0.0000,0.0000,0.0000,5.8012,0.0000,0.0000,0.0000,0.0000,0.0022,,,-0.0022,0.0017,,,-0.0039,,,,,,,2.0592,0.0000,0.2000,0.4650,1.4286,1.3500,2.3577,2393.1373,2393.1373,2488.8628,2488.8628,2488.8628
-5.7500,0.5000,,0.0000,,,,0,606.6000,91.1612,1203.6090,-138.1650,5.7908,76.4569,76.4569,-8.7767,0.0000,0.0000,0.0000,0.0000,5.7908,0.0000,0.0000,0.0000,0.0000,0.0022,,,-0.0022,0.0017,,,-0.0039,,,,,,,2.0603,0.0000,0.2000,0.4650,1.4286,1.3500,2.3473,2413.6297,2413.6297,2510.1749,2510.1749,2510.1749
-6.2500,0.5000,,0.0000,,,,0,638.1700,87.0691,1278.2721,-138.9543,5.8187,85.4257,85.4257,-9.2862,0.0000,0.0000,0.0000,0.0000,5.8187,0.0000,0.0000,0.0000,0.0000,0.0022,,,-0.0022,0.0017,,,-0.0039,,,,,,,2.0666,0.0000,0.2000,0.4650,1.4286,1.3500,2.3752,2535.5918,2535.5918,2637.0155,2637.0155,2637.0155
-6.7500,0.5000,,3.1800,,,,2,658.4400,444.5593,1326.2106,-139.4610,30.6531,91.4444,91.4444,-9.6161,4.7706,20.0290,1.9552,18.0738,5.8535,18.0738,0.7214,0.0000,17.3523,0.0541,,,17.2983,0.6919,,,16.6064,,,,,,,51.6183,3210.1490,0.2000,0.4650,1.4286,1.3500,2.4100,6746.9479,6746.9479,7016.8258,7016.8258,7016.8258
-7.2500,0.5000,,6.1800,,,,3,922.0200,534.7619,1949.5773,-148.4909,51.6332,188.2389,188.2389,-14.3373,18.3175,27.2597,0.0000,27.2597,6.0561,27.2597,1.0872,0.0000,26.1725,0.1014,,,26.0711,1.0428,,,25.0283,,,,,,,96.8611,2580.2857,0.2000,0.4650,1.4286,1.3500,2.6125,10700.9410,10700.9410,11128.9786,11128.9786,11128.9786
-7.7500,0.5000,,9.4800,,,,3,1356.2400,785.1234,2134.0000,-182.1864,111.5072,303.0816,303.0816,-25.8750,51.5686,53.6081,0.0000,53.6081,6.3306,53.6081,2.1374,0.0000,51.4707,0.1504,,,51.3203,2.0528,,,49.2676,,,,,,,143.0194,3436.6624,0.2000,0.4650,1.4286,1.3500,2.8870,21675.9874,21675.9874,22543.0269,22543.0269,22543.0269
-8.2500,0.5000,,12.6200,,,,3,1696.3200,675.2650,1828.7904,-230.0032,119.9529,324.8631,324.8631,-40.8574,65.3403,48.5471,0.0000,48.5471,6.0654,48.5471,2.4048,0.0000,46.1423,0.1961,,,45.9462,1.8378,,,44.1084,,,,,,,185.6986,2372.8040,0.2000,0.4650,1.4286,1.3500,2.6219,24592.3155,24592.3155,25576.0082,25576.0082,25576.0082
-8.7500,0.5000,,13.1000,,,,4,1464.6400,-196.6960,2067.4208,-196.6960,-30.1686,317.0943,317.0943,-30.1686,-59.5420,23.8490,0.0000,23.8490,5.5244,23.8490,1.6571,0.0000,22.1919,0.1994,,,21.9925,0.8796,,,21.1129,,,,,,,188.7378,1122.8106,0.2000,0.4650,1.4286,1.3500,2.0808,363.8109,363.8109,378.3633,378.3633,378.3633
-9.2500,0.5000,,12.9000,,,,5,1120.8100,-159.8527,2134.0000,-159.8527,-18.7621,250.4696,250.4696,-18.7621,-41.0593,17.1503,0.0000,17.1503,5.1469,17.1503,1.1069,0.0000,16.0435,0.1916,,,15.8518,0.6340,,,15.2178,,,,,,,181.5285,843.9657,0.2000,0.4650,1.4286,1.3500,1.7034,250.6410,250.6410,260.6666,260.6666,260.6666
-9.7500,0.5000,,12.4800,,,,6,862.2900,-124.1904,1808.3159,-145.8031,-11.2142,163.2887,163.2887,-13.1658,-25.4814,9.8340,0.0000,9.8340,4.4331,9.8340,0.7350,0.0000,9.0990,0.1862,,,8.9128,0.3564,,,8.5563,,,,,,,176.4946,492.3040,0.2000,0.4650,1.4286,1.3500,0.9896,509.2390,509.2390,529.6086,529.6086,529.6086
-10.2500,0.5000,,12.7800,,,,6,818.6600,421.9805,1705.1309,-143.8397,36.1763,146.1807,146.1807,-12.3314,3.0215,28.7492,0.0000,28.7492,4.4056,28.7492,1.1472,0.0000,27.6020,0.1944,,,27.4076,1.0962,,,26.3114,,,,,,,184.0563,1432.0605,0.2000,0.4650,1.4286,1.3500,0.9620,7984.3984,7984.3984,8303.7744,8303.7744,8303.7744
-10.7500,0.5000,,15.0400,,,,6,1000.6700,984.4167,2134.0000,-152.0436,103.1569,223.6217,223.6217,-15.9326,16.8433,82.2752,0.0000,82.2752,4.0385,82.2752,3.2870,0.0000,78.9881,0.2348,,,78.7533,3.1500,,,75.6033,,,,,,,221.5287,3404.8908,0.2000,0.4650,1.4286,1.3500,0.5949,20035.4747,20035.4747,20836.8937,20836.8937,20836.8937
-11.2500,0.5000,,18.8400,,,,6,1243.0300,1175.8543,2134.0000,-169.7333,153.0607,277.7823,277.7823,-22.0941,31.7216,117.2913,0.0000,117.2913,4.0478,117.2913,4.6854,0.0000,112.6060,0.2971,,,112.3088,4.4922,,,107.8167,,,,,,,278.7444,3857.6836,0.2000,0.4650,1.4286,1.3500,0.6042,28955.0958,28955.0958,30113.2996,30113.2996,30113.2996
-11.7500,0.5000,,21.6600,,,,6,1340.9200,535.0517,2134.0000,-180.5012,75.1324,299.6580,299.6580,-25.3461,21.3266,49.6818,0.0000,49.6818,4.1241,49.6818,1.9794,0.0000,47.7024,0.3329,,,47.3694,1.8945,,,45.4749,,,,,,,311.3553,1463.0365,0.2000,0.4650,1.4286,1.3500,0.6805,15471.7633,15471.7633,16090.6338,16090.6338,16090.6338
-12.2500,0.5000,,21.3400,,,,7,1125.2959,-160.1442,2134.0000,-160.1442,-18.8715,251.4721,251.4721,-18.8715,-46.8327,23.8369,0.0000,23.8369,4.1243,23.8369,1.1152,0.0000,22.7216,0.3243,,,22.3973,0.8957,,,21.5017,,,,,,,303.5155,714.8750,0.2000,0.4650,1.4286,1.3500,0.6807,251.2729,251.2729,261.3238,261.3238,261.3238
-12.7500,0.5000,,21.0000,,,,8,874.1667,-146.3375,1836.4042,-146.3375,-13.3961,168.1091,168.1091,-13.3961,-25.3734,7.7182,0.0000,7.7182,4.2591,7.7182,0.7459,0.0000,6.9724,0.3161,,,6.6563,0.3251,,,6.3312,,,,,,,296.0327,224.9113,0.2000,0.4650,1.4286,1.3500,0.8155,181.8028,181.8028,189.0749,189.0749,189.0749
-13.2500,0.5000,,20.7800,,,,8,777.2400,371.6547,1607.1726,-142.4310,30.2499,130.8116,130.8116,-11.5928,-0.1167,26.0915,0.0000,26.0915,4.2750,26.0915,1.0411,0.0000,25.0504,0.3155,,,24.7349,0.9892,,,23.7457,,,,,,,295.5419,809.4086,0.2000,0.4650,1.4286,1.3500,0.8315,6862.1925,6862.1925,7136.6802,7136.6802,7136.6802
-13.7500,0.5000,,21.8400,,,,8,832.3700,1065.5768,1737.5551,-144.4567,92.8816,151.4550,151.4550,-12.5916,5.0219,83.5596,0.0000,83.5596,4.3001,83.5596,3.3394,0.0000,80.2201,0.3380,,,79.8821,3.1950,,,76.6871,,,,,,,315.9708,2424.4204,0.2000,0.4650,1.4286,1.3500,0.8565,18084.2100,18084.2100,18807.5785,18807.5785,18807.5785
-14.2500,0.5000,,24.5000,,,,8,929.5700,1366.2543,1967.4331,-148.8307,132.9971,191.5185,191.5185,-14.4878,10.4773,118.2141,0.0000,118.2141,4.3057,118.2141,4.7249,0.0000,113.4892,0.3810,,,113.1082,4.5240,,,108.5842,,,,,,,354.8252,3054.2991,0.2000,0.4650,1.4286,1.3500,0.8621,25445.0810,25445.0810,26462.8843,26462.8843,26462.8843
-14.7500,0.5000,,27.1400,,,,8,1030.0600,1346.2628,2134.0000,-153.9539,145.2182,230.1895,230.1895,-16.6066,11.1557,129.7568,0.0000,129.7568,4.3057,129.7568,5.1858,0.0000,124.5710,0.4225,,,124.1486,4.9656,,,119.1830,,,,,,,391.9846,3034.7258,0.2000,0.4650,1.4286,1.3500,0.8621,27528.2977,27528.2977,28629.4296,28629.4296,28629.4296
-15.2500,0.5000,,30.0800,,,,8,1139.4900,1434.7785,2134.0000,-161.0669,171.2080,254.6441,254.6441,-19.2196,13.9537,152.9486,0.0000,152.9486,4.3057,152.9486,6.1124,0.0000,146.8362,0.4712,,,146.3650,5.8541,,,140.5108,,,,,,,434.0082,3230.7732,0.2000,0.4650,1.4286,1.3500,0.8621,32229.6638,32229.6638,33518.8503,33518.8503,33518.8503
-15.7500,0.5000,,33.1600,,,,8,1257.0400,1543.4808,2134.0000,-171.2744,203.1791,280.9132,280.9132,-22.5460,16.3862,182.4715,0.0000,182.4715,4.3213,182.4715,7.2921,0.0000,175.1794,0.5242,,,174.6552,6.9856,,,167.6696,,,,,,,478.6705,3494.7632,0.2000,0.4650,1.4286,1.3500,0.8777,38127.8388,38127.8388,39652.9523,39652.9523,39652.9523
-16.2500,0.5000,,36.5600,,,,8,1387.3500,1663.8163,2134.0000,-185.6085,241.7241,310.0338,310.0338,-26.9658,19.7906,217.5965,0.0000,217.5965,4.3371,217.5965,8.6957,0.0000,208.9008,0.5832,,,208.3176,8.3320,,,199.9856,,,,,,,527.5950,3781.0359,0.2000,0.4650,1.4286,1.3500,0.8935,45663.2139,45663.2139,47489.7424,47489.7424,47489.7424
-16.7500,0.5000,,40.4600,,,,8,1518.6800,1689.7292,2011.7596,-204.8020,268.7274,319.9418,319.9418,-32.5708,24.1716,240.2187,0.0000,240.2187,4.3371,240.2187,9.5988,0.0000,230.6200,0.6497,,,229.9703,9.1980,,,220.7723,,,,,,,581.7953,3785.2805,0.2000,0.4650,1.4286,1.3500,0.8935,51286.7852,51286.7852,53338.2566,53338.2566,53338.2566
-17.2500,0.5000,,40.8600,,,,8,1447.7900,229.8629,2084.7763,-194.1685,34.8500,316.0776,316.0776,-29.4383,-2.7946,33.3075,0.0000,33.3075,4.3371,33.3075,2.0667,0.0000,31.2408,0.6423,,,30.5985,1.2231,,,29.3754,,,,,,,575.7898,518.1188,0.2000,0.4650,1.4286,1.3500,0.8935,9420.2723,9420.2723,9797.0832,9797.0832,9797.0832
-17.7500,0.5000,,39.6600,,,,9,1164.1500,-162.6697,2134.0000,-162.6698,-19.8310,260.1549,260.1549,-19.8310,-58.7008,34.5610,0.0000,34.5610,4.3088,34.5610,1.3770,0.0000,33.1840,0.6188,,,32.5652,1.3018,,,31.2633,,,,,,,556.7697,569.1470,0.2000,0.4650,1.4286,1.3500,0.8652,256.7457,256.7457,267.0156,267.0156,267.0156
-18.2500,0.5000,,38.5400,,,,10,917.6600,-148.2947,1939.2659,-148.2947,-14.2507,186.3579,186.3579,-14.2507,-31.5279,13.0756,0.0000,13.0756,4.2016,13.0756,0.8635,0.0000,12.2121,0.6007,,,11.6114,0.7124,,,10.8990,,,,,,,541.9788,215.1690,0.2000,0.4650,1.4286,1.3500,0.7580,219.4790,219.4790,228.2582,228.2582,228.2582
-18.7500,0.5000,,38.1000,,,,10,851.0700,585.0797,1781.7806,-145.2982,52.1446,158.7991,158.7991,-12.9495,-0.3550,48.3106,0.0000,48.3106,4.1890,48.3106,1.9293,0.0000,46.3813,0.5980,,,45.7833,1.8306,,,43.9527,,,,,,,539.7396,820.5965,0.2000,0.4650,1.4286,1.3500,0.7454,10684.8137,10684.8137,11112.2063,11112.2063,11112.2063
-19.2500,0.5000,,39.2000,,,,10,881.0400,1354.5991,1852.6596,-146.6468,124.9784,170.9306,170.9306,-13.5300,3.0103,117.8674,0.0000,117.8674,4.1007,117.8674,4.7114,0.0000,113.1560,0.6209,,,112.5351,4.5006,,,108.0345,,,,,,,558.4450,1934.9449,0.2000,0.4650,1.4286,1.3500,0.6572,24005.2110,24005.2110,24965.4195,24965.4195,24965.4195
-19.7500,0.5000,,41.0200,,,,10,921.3300,1569.5750,1947.9455,-148.4599,151.4349,187.9406,187.9406,-14.3236,4.4032,142.9227,0.0000,142.9227,4.1090,142.9227,5.7132,0.0000,137.2095,0.6533,,,136.5561,5.4614,,,131.0948,,,,,,,584.7288,2240.7889,0.2000,0.4650,1.4286,1.3500,0.6654,28996.3187,28996.3187,30156.1714,30156.1714,30156.1714
-20.2500,0.5000,,42.9600,,,,10,966.9500,1650.8491,2055.8368,-150.5128,167.1629,208.1715,208.1715,-15.2407,5.0378,157.7978,0.0000,157.7978,4.3274,157.7978,6.3079,0.0000,151.4899,0.6899,,,150.8000,6.0311,,,144.7689,,,,,,,613.4209,2358.2858,0.2000,0.4650,1.4286,1.3500,0.8838,31790.1534,31790.1534,33061.7596,33061.7596,33061.7596
-20.7500,0.5000,,45.1200,,,,10,1019.4184,1783.1520,2134.0000,-153.2622,190.3573,227.8114,227.8114,-16.3612,6.0289,180.0009,0.0000,180.0009,4.3274,180.0009,7.1956,0.0000,172.8054,0.7333,,,172.0721,6.8818,,,165.1902,,,,,,,646.0851,2554.1059,0.2000,0.4650,1.4286,1.3500,0.8838,36240.9775,36240.9775,37690.6166,37690.6166,37690.6166
-21.2500,0.5000,,48.0600,,,,10,1086.9608,1883.3084,2134.0000,-157.6525,214.3700,242.9053,242.9053,-17.9450,8.4327,201.6159,0.0000,201.6159,4.3214,201.6159,8.0595,0.0000,193.5564,0.7915,,,192.7648,7.7094,,,185.0554,,,,,,,689.1804,2681.9202,0.2000,0.4650,1.4286,1.3500,0.8778,40615.8480,40615.8480,42240.4819,42240.4819,42240.4819
-21.7500,0.5000,,50.9000,,,,10,1146.6700,1857.9496,2134.0000,-161.5336,223.1007,256.2486,256.2486,-19.3968,7.7912,210.9009,0.0000,210.9009,4.4086,210.9009,8.4304,0.0000,202.4705,0.8432,,,201.6273,8.0638,,,193.5635,,,,,,,726.7297,2660.4819,0.2000,0.5025,1.4286,1.4000,0.8775,42158.6433,42158.6433,42580.2298,42580.2298,42580.2298
-22.2500,0.5000,,53.2200,,,,10,1188.0816,1464.4240,2134.0000,-164.2253,182.1972,265.5029,265.5029,-20.4322,6.5503,171.2976,0.0000,171.2976,4.3493,171.2976,6.8458,0.0000,164.4519,0.8854,,,163.5665,6.5412,,,157.0253,,,,,,,756.8584,2074.8923,0.2000,0.5025,1.4286,1.4000,0.8182,34281.0483,34281.0483,34623.8588,34623.8588,34623.8588
-22.7500,0.5000,,54.4800,,,,10,1212.5200,1066.7721,2134.0000,-166.3772,135.4532,270.9642,270.9642,-21.1257,3.5060,127.6202,0.0000,127.6202,4.3270,127.6202,5.0984,0.0000,122.5218,0.9075,,,121.6143,4.8631,,,116.7512,,,,,,,772.5020,1514.5548,0.2000,0.5025,1.4286,1.4000,0.7959,25877.5554,25877.5554,26136.3310,26136.3310,26136.3310
-23.2500,0.5000,,54.8800,,,,10,1219.4400,657.7301,2134.0000,-167.1384,83.9918,272.5106,272.5106,-21.3435,1.0934,78.5488,0.0000,78.5488,4.3496,78.5488,3.1355,0.0000,75.4133,0.9143,,,74.4990,2.9784,,,71.5206,,,,,,,777.3163,926.4490,0.2000,0.5025,1.4286,1.4000,0.8185,16553.6564,16553.6564,16719.1930,16719.1930,16719.1930
-23.7500,0.5000,,55.1200,,,,10,1213.7353,319.8634,2134.0000,-166.5109,40.6553,271.2358,271.2358,-21.1639,-0.0520,36.3447,0.0000,36.3447,4.3625,36.3447,1.4928,0.0000,34.8519,0.9140,,,33.9380,1.3560,,,32.5820,,,,,,,777.0881,428.2801,0.2000,0.5025,1.4286,1.4000,0.8315,9440.6541,9440.6541,9535.0607,9535.0607,9535.0607
-24.2500,0.5000,,54.2000,,,,11,1059.9300,-155.8955,2134.0000,-155.8955,-17.3037,236.8646,236.8646,-17.3037,-33.8744,12.2433,0.0000,12.2433,4.3273,12.2433,1.0310,0.0000,11.2123,0.8942,,,10.3181,1.1516,,,9.1665,,,,,,,763.1255,140.3043,0.2000,0.5025,1.4286,1.4000,0.7963,242.0657,242.0657,244.4863,244.4863,244.4863
-24.7500,0.5000,,53.7000,,,,11,956.2041,95.2663,2030.4227,-150.0292,9.5393,203.3132,203.3132,-15.0229,-1.0761,6.3351,0.0000,6.3351,4.2804,6.3351,1.0157,0.0000,5.3193,0.8835,,,4.4358,1.1352,,,3.3006,,,,,,,755.5706,67.2285,0.2000,0.5025,1.4286,1.4000,0.7493,4193.9771,4193.9771,4235.9169,4235.9169,4235.9169
-25.2500,0.5000,,53.1200,,,,11,928.0000,183.7810,1963.7200,-148.7600,17.8598,190.8342,190.8342,-14.4565,-0.9618,14.5757,0.0000,14.5757,4.2459,14.5757,1.0020,0.0000,13.5737,0.8740,,,12.6997,1.1204,,,11.5793,,,,,,,748.7539,173.1134,0.2000,0.5025,1.4286,1.4000,0.7148,5236.0211,5236.0211,5288.3813,5288.3813,5288.3813
-25.7500,0.5000,,52.6600,,,,11,919.1224,224.7942,1942.7246,-148.3605,21.6365,186.9878,186.9878,-14.2797,-0.8781,18.4150,0.0000,18.4150,4.0997,18.4150,0.9894,0.0000,17.4255,0.8652,,,16.5604,1.1069,,,15.4534,,,,,,,742.4752,224.1175,0.2000,0.5025,1.4286,1.4000,0.5686,5773.5419,5773.5419,5831.2773,5831.2773,5831.2773
-26.2500,0.5000,,52.1400,,,,11,914.0490,378.1922,1930.7259,-148.1322,36.2002,184.8071,184.8071,-14.1791,-0.7934,32.9068,0.0000,32.9068,4.0867,32.9068,1.3125,0.0000,31.5942,0.8572,,,30.7370,1.2281,,,29.5089,,,,,,,736.7567,409.5012,0.2000,0.5025,1.4286,1.4000,0.5557,8190.4128,8190.4128,8272.3169,8272.3169,8272.3169
-26.7500,0.5000,,52.5800,,,,11,925.0102,782.2774,1956.6491,-148.6255,75.7767,189.5344,189.5344,-14.3969,1.1008,70.7489,0.0000,70.7489,3.9271,70.7489,2.8261,0.0000,67.9227,0.8683,,,67.0545,2.6808,,,64.3737,,,,,,,744.6793,870.9983,0.2000,0.5025,1.4286,1.4000,0.3960,14843.6303,14843.6303,14992.0667,14992.0667,14992.0667
-27.2500,0.5000,,53.3200,,,,11,938.8235,933.9285,1989.3176,-149.2471,91.8177,195.5765,195.5765,-14.6730,1.6595,86.2364,0.0000,86.2364,3.9217,86.2364,3.4455,0.0000,82.7909,0.8848,,,81.9061,3.2748,,,78.6313,,,,,,,756.4667,1045.1154,0.2000,0.5025,1.4286,1.4000,0.3906,17964.2696,17964.2696,18143.9123,18143.9123,18143.9123
-27.7500,0.5000,,54.2000,,,,11,953.6735,971.3710,2024.4378,-149.9153,97.0093,202.1775,202.1775,-14.9718,1.6819,91.5082,0.0000,91.5082,3.8193,91.5082,3.6563,0.0000,87.8519,0.9014,,,86.9505,3.4765,,,83.4740,,,,,,,768.2281,1092.0246,0.2000,0.5025,1.4286,1.4000,0.2882,18925.5831,18925.5831,19114.8389,19114.8389,19114.8389
-28.2500,0.5000,,55.0600,,,,11,969.3235,936.1151,2061.4501,-150.6196,95.0225,209.2523,209.2523,-15.2890,1.7553,89.4484,0.0000,89.4484,3.8189,89.4484,3.5738,0.0000,85.8746,0.9185,,,84.9561,3.3967,,,81.5594,,,,,,,780.3138,1050.9134,0.2000,0.5025,1.4286,1.4000,0.2878,18534.3669,18534.3669,18719.7105,18719.7105,18719.7105
-28.7500,0.5000,,56.0000,,,,11,985.4600,924.6586,2099.6129,-151.3457,95.4221,216.6740,216.6740,-15.6184,2.1230,89.5300,0.0000,89.5300,3.7691,89.5300,3.5769,0.0000,85.9532,0.9391,,,85.0141,3.3990,,,81.6152,,,,,,,794.6857,1032.8516,0.2000,0.5025,1.4286,1.4000,0.2380,18570.0827,18570.0827,18755.7835,18755.7835,18755.7835
-29.2500,0.5000,,56.7600,,,,11,999.7200,885.3104,2133.3378,-151.9874,92.6835,223.3401,223.3401,-15.9116,1.5277,87.4143,0.0000,87.4143,3.7415,87.4143,3.4921,0.0000,83.9221,0.9537,,,82.9685,3.3171,,,79.6514,,,,,,,804.8692,995.6865,0.2000,0.5025,1.4286,1.4000,0.2105,18008.6421,18008.6421,18188.7285,18188.7285,18188.7285
-29.7500,0.5000,,57.5400,,,,11,1013.7959,897.0936,2134.0000,-152.8967,95.2395,226.5550,226.5550,-16.2322,1.7275,89.7983,0.0000,89.7983,3.7136,89.7983,3.5874,0.0000,86.2110,0.9700,,,85.2409,3.4080,,,81.8330,,,,,,,816.2315,1008.6035,0.2000,0.5025,1.4286,1.4000,0.1825,18481.6869,18481.6869,18666.5038,18666.5038,18666.5038
-30.2500,0.5000,,58.4600,,,,11,1027.2300,945.7755,2134.0000,-153.7700,101.7383,229.5571,229.5571,-16.5412,1.6512,96.3951,0.0000,96.3951,3.6920,96.3951,3.8511,0.0000,92.5440,0.9856,,,91.5584,3.6606,,,87.8978,,,,,,,826.9457,1068.6672,0.2000,0.5025,1.4286,1.4000,0.1610,19692.8059,19692.8059,19889.7339,19889.7339,19889.7339
-30.7500,0.5000,,59.4400,,,,11,1044.8000,1024.7989,2134.0000,-154.9120,112.1245,233.4835,233.4835,-16.9491,2.2894,106.1535,0.0000,106.1535,3.6815,106.1535,4.2413,0.0000,101.9123,1.0069,,,100.9054,4.0344,,,96.8710,,,,,,,841.5755,1156.3911,0.2000,0.5025,1.4286,1.4000,0.1505,21588.3495,21588.3495,21804.2330,21804.2330,21804.2330
-31.2500,0.5000,,60.2800,,,,11,1059.6961,1002.6924,2134.0000,-155.8802,111.2699,236.8124,236.8124,-17.2982,1.8314,105.7795,0.0000,105.7795,3.6590,105.7795,4.2262,0.0000,101.5533,1.0237,,,100.5296,4.0194,,,96.5102,,,,,,,853.0978,1136.7547,0.2000,0.5025,1.4286,1.4000,0.1280,21447.4842,21447.4842,21661.9590,21661.9590,21661.9590
-31.7500,0.5000,,61.1600,,,,11,1076.7449,1132.8167,2134.0000,-156.9884,127.7324,240.6223,240.6223,-17.7015,2.0384,122.0350,0.0000,122.0350,3.6590,122.0350,4.8763,0.0000,117.1587,1.0423,,,116.1164,4.6428,,,111.4736,,,,,,,865.7424,1292.2820,0.2000,0.5025,1.4286,1.4000,0.1279,24533.9407,24533.9407,24779.2801,24779.2801,24779.2801
-32.2500,0.5000,,62.1800,,,,11,1095.7843,1222.2106,2134.0000,-158.2260,140.2490,244.8771,244.8771,-18.1565,2.6621,133.9487,0.0000,133.9487,3.6382,133.9487,5.3526,0.0000,128.5961,1.0664,,,127.5297,5.0992,,,122.4305,,,,,,,881.9828,1392.3198,0.2000,0.5025,1.4286,1.4000,0.1072,26762.6004,26762.6004,27030.2264,27030.2264,27030.2264
-32.7500,0.5000,,63.4400,,,,11,1116.9800,1298.6438,2134.0000,-159.6037,151.9022,249.6137,249.6137,-18.6688,2.8534,145.4127,0.0000,145.4127,3.6361,145.4127,5.8110,0.0000,139.6018,1.0919,,,138.5099,5.5384,,,132.9715,,,,,,,899.0647,1482.7618,0.2000,0.5025,1.4286,1.4000,0.1050,28792.0877,28792.0877,29080.0086,29080.0086,29080.0086
-33.2500,0.5000,,63.6200,,,,11,1102.2400,340.7373,2134.0000,-158.6456,39.3301,246.3197,246.3197,-18.3119,-0.5082,36.2138,0.0000,36.2138,3.6244,36.2138,1.4430,0.0000,34.7708,1.0874,,,33.6834,1.4569,,,32.2265,,,,,,,896.0461,370.5574,0.2000,0.5025,1.4286,1.4000,0.0934,9163.7960,9163.7960,9255.4340,9255.4340,9255.4340
-33.7500,0.5000,,62.5000,,,,12,955.6327,-150.0035,2029.0712,-150.0035,-15.0114,203.0565,203.0565,-15.0114,-30.5864,11.9528,0.0000,11.9528,3.6222,11.9528,0.6591,0.0000,11.2937,1.0691,,,10.2246,1.4276,,,8.7970,,,,,,,883.8266,122.0229,0.2000,0.5025,1.4286,1.4000,0.0912,227.5755,227.5755,229.8512,229.8512,229.8512
-34.2500,0.5000,,62.2800,,,,12,863.6500,153.5538,1811.5323,-145.8643,13.8876,163.8372,163.8372,-13.1921,-0.7209,10.9935,0.0000,10.9935,3.6151,10.9935,0.6522,0.0000,10.3413,1.0585,,,9.2828,1.4105,,,7.8723,,,,,,,876.6727,112.6441,0.2000,0.5025,1.4286,1.4000,0.0840,4444.2618,4444.2618,4488.7045,4488.7045,4488.7045
-34.7500,0.5000,,62.3200,,,,12,851.3500,683.4717,1782.4428,-145.3108,60.9337,158.9104,158.9104,-12.9549,0.4121,56.9087,0.0000,56.9087,3.6129,56.9087,1.1398,0.0000,55.7689,1.0646,,,54.7043,2.1862,,,52.5181,,,,,,,880.7689,604.6461,0.2000,0.5025,1.4286,1.4000,0.0818,12154.4632,12154.4632,12276.0078,12276.0078,12276.0078
-35.2500,0.5000,,63.2000,,,,12,865.9100,1236.0280,1816.8772,-145.9660,112.0804,164.7506,164.7506,-13.2359,1.5598,106.9100,0.0000,106.9100,3.6106,106.9100,2.1399,0.0000,104.7701,1.0874,,,103.6827,4.1453,,,99.5374,,,,,,,896.1042,1116.4781,0.2000,0.5025,1.4286,1.4000,0.0795,21609.0039,21609.0039,21825.0940,21825.0940,21825.0940
-35.7500,0.5000,,64.3800,,,,12,881.7000,1403.8630,1854.2205,-146.6765,129.6207,171.2028,171.2028,-13.5428,1.7635,124.2480,0.0000,124.2480,3.6091,124.2480,2.4867,0.0000,121.7613,1.1142,,,120.6470,4.8238,,,115.8233,,,,,,,913.1322,1273.3476,0.2000,0.5025,1.4286,1.4000,0.0780,24902.7408,24902.7408,25151.7682,25151.7682,25151.7682
-36.2500,0.5000,,65.7800,,,,12,900.5700,1507.4694,1898.8481,-147.5257,142.1656,179.0756,179.0756,-13.9128,2.0108,136.5471,0.0000,136.5471,3.6078,136.5471,2.7328,0.0000,133.8143,1.1449,,,132.6694,5.3046,,,127.3648,,,,,,,932.1682,1370.8176,0.2000,0.5025,1.4286,1.4000,0.0767,27274.2907,27274.2907,27547.0336,27547.0336,27547.0336
-36.7500,0.5000,,67.2200,,,,12,921.0294,1648.8984,1947.2346,-148.4463,159.0362,187.8107,187.8107,-14.3176,2.3409,153.0893,0.0000,153.0893,3.6060,153.0893,3.0637,0.0000,150.0256,1.1802,,,148.8454,5.9515,,,142.8939,,,,,,,953.8510,1501.9526,0.2000,0.5025,1.4286,1.4000,0.0749,30461.9000,30461.9000,30766.5190,30766.5190,30766.5190
-37.2500,0.5000,,68.6200,,,,12,935.8600,1371.8308,1982.3089,-149.1137,134.4436,194.2723,194.2723,-14.6136,1.9273,128.9103,0.0000,128.9103,3.6061,128.9103,2.5802,0.0000,126.3301,1.2090,,,125.1211,5.0025,,,120.1186,,,,,,,971.3389,1241.9593,0.2000,0.5025,1.4286,1.4000,0.0750,25694.1699,25694.1699,25951.1116,25951.1116,25951.1116
-37.7500,0.5000,,69.1200,,,,12,942.0612,984.0394,1996.9748,-149.3928,97.0779,197.0064,197.0064,-14.7380,0.6799,92.7913,0.0000,92.7913,3.6066,92.7913,1.8578,0.0000,90.9335,1.2190,,,89.7145,3.5862,,,86.1283,,,,,,,977.4336,888.3989,0.2000,0.5025,1.4286,1.4000,0.0756,18904.9441,18904.9441,19093.9935,19093.9935,19093.9935
-38.2500,0.5000,,69.6200,,,,12,949.4300,880.2994,2014.4020,-149.7244,87.5230,200.2801,200.2801,-14.8862,0.7572,83.1593,0.0000,83.1593,3.6064,83.1593,1.6652,0.0000,81.4941,1.2302,,,80.2639,3.2081,,,77.0558,,,,,,,984.1772,790.7228,0.2000,0.5025,1.4286,1.4000,0.0753,17071.1327,17071.1327,17241.8440,17241.8440,17241.8440
-38.7500,0.5000,,69.8000,,,,12,947.4600,534.9947,2009.7429,-149.6357,53.0810,199.4022,199.4022,-14.8465,0.0362,49.4400,0.0000,49.4400,3.6048,49.4400,0.9908,0.0000,48.4492,1.2308,,,47.2184,1.8863,,,45.3321,,,,,,,984.4982,469.9406,0.2000,0.5025,1.4286,1.4000,0.0737,10940.6999,10940.6999,11050.1069,11050.1069,11050.1069
-39.2500,0.5000,,69.6800,,,,12,949.6400,434.9595,2014.8986,-149.7338,43.2550,200.3737,200.3737,-14.8904,0.0070,39.6431,0.0000,39.6431,3.6049,39.6431,0.7949,0.0000,38.8482,1.2309,,,37.6174,1.6775,,,35.9399,,,,,,,984.5605,376.7909,0.2000,0.5025,1.4286,1.4000,0.0738,9421.4897,9421.4897,9515.7046,9515.7046,9515.7046
-39.7500,0.5000,,69.6800,,,,12,948.3400,605.9490,2011.8241,-149.6753,60.1768,199.7941,199.7941,-14.8642,-0.1114,56.6807,0.0000,56.6807,3.6074,56.6807,1.1356,0.0000,55.5450,1.2292,,,54.3158,2.1702,,,52.1456,,,,,,,983.5721,539.2750,0.2000,0.5025,1.4286,1.4000,0.0764,12105.7743,12105.7743,12226.8321,12226.8321,12226.8321
-40.2500,0.5000,,69.7800,,,,12,949.8800,753.4458,2015.4662,-149.7446,74.9462,200.4808,200.4808,-14.8953,0.1145,71.2239,0.0000,71.2239,3.6078,71.2239,1.4265,0.0000,69.7974,1.2309,,,68.5665,2.7402,,,65.8263,,,,,,,984.5880,676.9492,0.2000,0.5025,1.4286,1.4000,0.0767,14664.8898,14664.8898,14811.5387,14811.5387,14811.5387
-40.7500,0.5000,,69.8800,,,,12,953.2000,1055.0325,2023.3180,-149.8940,105.3122,201.9653,201.9653,-14.9622,0.3612,101.3432,0.0000,101.3432,3.6078,101.3432,2.0289,0.0000,99.3143,1.2362,,,98.0780,3.9207,,,94.1574,,,,,,,987.7867,960.1076,0.2000,0.5025,1.4286,1.4000,0.0767,20373.8358,20373.8358,20577.5741,20577.5741,20577.5741
-41.2500,0.5000,,70.3000,,,,12,957.6700,1192.3095,2033.8896,-150.0952,119.5731,203.9726,203.9726,-15.0526,0.5430,114.7491,0.0000,114.7491,4.2810,114.7491,2.2970,0.0000,112.4520,1.2442,,,111.2078,4.4458,,,106.7620,,,,,,,992.5766,1081.8690,0.3500,0.5400,1.7143,1.6000,0.0767,22867.6007,22867.6007,22867.6007,22867.6007,22867.6007
-41.7500,0.5000,,70.5800,,,,12,961.8900,1215.4024,2043.8699,-150.2851,122.4261,205.8767,205.8767,-15.1380,0.5828,117.5612,0.0000,117.5612,4.2821,117.5612,2.3533,0.0000,115.2079,1.2528,,,113.9551,4.5557,,,109.3994,,,,,,,997.6920,1102.6996,0.3500,0.5400,1.7143,1.6000,0.0778,23374.7241,23374.7241,23374.7241,23374.7241,23374.7241
-42.2500,0.5000,,70.8400,,,,12,963.0700,1136.9027,2046.6606,-150.3382,114.6594,206.4107,206.4107,-15.1620,0.4432,109.9332,0.0000,109.9332,4.2830,109.9332,2.2008,0.0000,107.7325,1.2593,,,106.4732,4.2564,,,102.2168,,,,,,,1001.5643,1027.1625,0.3500,0.5400,1.7143,1.6000,0.0787,22009.9506,22009.9506,22009.9506,22009.9506,22009.9506
-42.7500,0.5000,,70.5200,,,,12,959.7600,862.3716,2038.8324,-150.1892,86.6734,204.9145,204.9145,-15.0949,-0.6904,83.0801,0.0000,83.0801,4.2837,83.0801,1.6637,0.0000,81.4164,1.2491,,,80.1673,3.2042,,,76.9631,,,,,,,995.5250,780.9646,0.3500,0.5400,1.7143,1.6000,0.0794,16881.4898,16881.4898,16881.4898,16881.4898,16881.4898
-43.2500,0.5000,,70.4600,,,,12,959.2900,872.0317,2037.7209,-150.1681,87.6013,204.7025,204.7025,-15.0854,-0.0033,83.3204,0.0000,83.3204,4.2843,83.3204,1.6685,0.0000,81.6520,1.2491,,,80.4029,3.2136,,,77.1892,,,,,,,995.4957,783.2467,0.3500,0.5400,1.7143,1.6000,0.0800,17067.2394,17067.2394,17067.2394,17067.2394,17067.2394
-43.7500,0.5000,,70.4600,,,,12,959.5200,805.2320,2038.2648,-150.1784,80.9103,204.8063,204.8063,-15.0900,0.0206,76.6033,0.0000,76.6033,4.2864,76.6033,1.5341,0.0000,75.0692,1.2494,,,73.8198,2.9503,,,70.8695,,,,,,,995.6763,719.9707,0.3500,0.5400,1.7143,1.6000,0.0821,15744.9216,15744.9216,15744.9216,15744.9216,15744.9216
-44.2500,0.5000,,70.5000,,,,12,959.2400,742.5447,2037.6026,-150.1658,74.5896,204.6800,204.6800,-15.0844,0.0135,70.2868,0.0000,70.2868,4.2894,70.2868,1.4078,0.0000,68.8790,1.2496,,,67.6294,2.7027,,,64.9267,,,,,,,995.7943,660.5238,0.3500,0.5400,1.7143,1.6000,0.0851,14596.7656,14596.7656,14596.7656,14596.7656,14596.7656
-44.7500,0.5000,,70.4200,,,,12,957.8200,673.0181,2034.2443,-150.1019,67.5055,204.0401,204.0401,-15.0556,-0.2147,63.4294,0.0000,63.4294,4.2908,63.4294,1.2707,0.0000,62.1588,1.2464,,,60.9123,2.4340,,,58.4783,,,,,,,993.9090,597.2101,0.3500,0.5400,1.7143,1.6000,0.0865,13394.4845,13394.4845,13394.4845,13394.4845,13394.4845
-45.2500,0.5000,,70.3000,,,,12,957.4800,672.6011,2033.4402,-150.0866,67.4397,203.8871,203.8871,-15.0487,-0.0883,63.2345,0.0000,63.2345,4.2935,63.2345,1.2668,0.0000,61.9677,1.2452,,,60.7226,2.4264,,,58.2961,,,,,,,993.1332,595.8397,0.3500,0.5400,1.7143,1.6000,0.0892,13383.1091,13383.1091,13383.1091,13383.1091,13383.1091
-45.7500,0.5000,,70.2600,,,,12,954.2900,623.3252,2025.8959,-149.9431,62.2908,202.4539,202.4539,-14.9843,-0.2813,58.2797,0.0000,58.2797,4.2923,58.2797,1.1677,0.0000,57.1121,1.2410,,,55.8711,2.2324,,,53.6387,,,,,,,990.6563,550.5242,0.3500,0.5400,1.7143,1.6000,0.0880,12487.0382,12487.0382,12487.0382,12487.0382,12487.0382
-46.2500,0.5000,,70.0600,,,,12,953.5600,651.9231,2024.1694,-149.9102,65.0988,202.1266,202.1266,-14.9695,-0.1561,60.9660,0.0000,60.9660,4.2889,60.9660,1.2214,0.0000,59.7447,1.2387,,,58.5060,2.3378,,,56.1682,,,,,,,989.2790,576.7024,0.3500,0.5400,1.7143,1.6000,0.0846,12981.5963,12981.5963,12981.5963,12981.5963,12981.5963
-46.7500,0.5000,,69.9000,,,,12,950.1400,645.4700,2016.0811,-149.7563,64.2232,200.5969,200.5969,-14.9005,-0.3222,60.9295,0.0000,60.9295,3.6160,60.9295,1.2206,0.0000,59.7088,1.2340,,,58.4749,2.3365,,,56.1383,,,,,,,986.4302,578.0211,0.2000,0.5025,1.4286,1.4000,0.0849,12825.5382,12825.5382,12953.7936,12953.7936,12953.7936
-47.2500,0.5000,,69.7200,,,,12,949.4600,572.8423,2014.4729,-149.7257,56.9561,200.2934,200.2934,-14.8868,-0.1338,53.4724,0.0000,53.4724,3.6175,53.4724,1.0715,0.0000,52.4009,1.2320,,,51.1689,2.0443,,,49.1246,,,,,,,985.2451,507.8854,0.2000,0.5025,1.4286,1.4000,0.0864,11541.7064,11541.7064,11657.1235,11657.1235,11657.1235
-47.7500,0.5000,,69.6800,,,,12,945.9200,559.8612,2006.1008,-149.5664,55.4579,198.7173,198.7173,-14.8155,-0.3487,52.1891,0.0000,52.1891,3.6175,52.1891,1.0458,0.0000,51.1433,1.2269,,,49.9164,1.9942,,,47.9222,,,,,,,982.1492,497.2591,0.2000,0.5025,1.4286,1.4000,0.0864,11309.0763,11309.0763,11422.1671,11422.1671,11422.1671
-48.2500,0.5000,,69.2400,,,,12,941.3100,533.0036,1995.1982,-149.3590,52.5402,196.6742,196.6742,-14.7229,-0.6013,49.5246,0.0000,49.5246,3.6168,49.5246,0.9925,0.0000,48.5321,1.2180,,,47.3142,1.8902,,,45.4240,,,,,,,976.7871,474.4613,0.2000,0.5025,1.4286,1.4000,0.0858,10852.9637,10852.9637,10961.4934,10961.4934,10961.4934
-48.7500,0.5000,,69.0400,,,,12,938.2500,544.2864,1987.9613,-149.2213,53.4779,195.3238,195.3238,-14.6615,-0.3317,50.1927,0.0000,50.1927,3.6169,50.1927,1.0058,0.0000,49.1869,1.2131,,,47.9738,1.9166,,,46.0573,,,,,,,973.8163,482.3294,0.2000,0.5025,1.4286,1.4000,0.0858,10998.1879,10998.1879,11108.1698,11108.1698,11108.1698
-49.2500,0.5000,,68.8800,,,,12,937.6200,615.1712,1986.4713,-149.1929,60.4020,195.0463,195.0463,-14.6489,-0.1467,56.9344,0.0000,56.9344,3.6143,56.9344,1.1407,0.0000,55.7938,1.2109,,,54.5829,2.1809,,,52.4019,,,,,,,972.4999,547.8572,0.2000,0.5025,1.4286,1.4000,0.0832,12133.7846,12133.7846,12255.1224,12255.1224,12255.1224
-49.7500,0.5000,,68.7800,,,,12,934.0800,646.8340,1978.0992,-149.0336,63.2711,193.4910,193.4910,-14.5780,-0.2722,59.9291,0.0000,59.9291,3.6143,59.9291,1.2006,0.0000,58.7285,1.2068,,,57.5217,2.2985,,,55.2232,,,,,,,970.0516,578.1304,0.2000,0.5025,1.4286,1.4000,0.0832,12647.8444,12647.8444,12774.3229,12774.3229,12774.3229
-50.2500,0.5000,,68.3400,,,,12,927.3800,555.9251,1962.2537,-148.7321,53.9887,190.5643,190.5643,-14.4441,-0.8607,51.2351,0.0000,51.2351,3.6143,51.2351,1.0266,0.0000,50.2085,1.1940,,,49.0144,1.9583,,,47.0562,,,,,,,962.2705,498.2544,0.2000,0.5025,1.4286,1.4000,0.0832,11076.3836,11076.3836,11187.1474,11187.1474,11187.1474
-50.7500,0.5000,,67.9200,,,,12,922.5900,527.4546,1950.9254,-148.5166,50.9592,188.4855,188.4855,-14.3487,-0.5626,47.9075,0.0000,47.9075,3.6143,47.9075,0.9601,0.0000,46.9475,1.1856,,,45.7619,1.8282,,,43.9337,,,,,,,957.1500,468.3856,0.2000,0.5025,1.4286,1.4000,0.0832,10593.7801,10593.7801,10699.7179,10699.7179,10699.7179
-51.2500,0.5000,,67.6800,,,,12,919.6600,661.9641,1943.9959,-148.3847,63.7515,187.2196,187.2196,-14.2904,-0.3182,60.4565,0.0000,60.4565,3.6132,60.4565,1.2110,0.0000,59.2454,1.1808,,,58.0646,2.3203,,,55.7443,,,,,,,954.2417,592.8815,0.2000,0.5025,1.4286,1.4000,0.0821,12726.7808,12726.7808,12854.0486,12854.0486,12854.0486
-51.7500,0.5000,,67.1800,,,,12,912.0400,731.0355,1925.9746,-148.0418,69.8202,183.9471,183.9471,-14.1393,-0.7813,66.9885,0.0000,66.9885,3.6129,66.9885,1.3416,0.0000,65.6469,1.1691,,,64.4778,2.5769,,,61.9009,,,,,,,947.0636,661.9213,0.2000,0.5025,1.4286,1.4000,0.0818,13807.7421,13807.7421,13945.8196,13945.8196,13945.8196
-52.2500,0.5000,,66.7800,,,,12,908.1300,802.7572,1916.7275,-147.8659,76.3415,182.2792,182.2792,-14.0619,-0.5111,73.2409,0.0000,73.2409,3.6117,73.2409,1.4667,0.0000,71.7742,1.1614,,,70.6128,2.8223,,,67.7905,,,,,,,942.3380,727.3330,0.2000,0.5025,1.4286,1.4000,0.0806,14980.4606,14980.4606,15130.2652,15130.2652,15130.2652
-52.7500,0.5000,,66.6600,,,,12,908.3600,965.5785,1917.2714,-147.8762,91.8490,182.3771,182.3771,-14.0665,-0.1154,88.3532,0.0000,88.3532,3.6111,88.3532,1.7689,0.0000,86.5843,1.1597,,,85.4246,3.4148,,,82.0099,,,,,,,941.2677,878.4104,0.2000,0.5025,1.4286,1.4000,0.0800,17882.5151,17882.5151,18061.3402,18061.3402,18061.3402
-53.2500,0.5000,,66.9000,,,,12,910.7300,1047.1552,1922.8765,-147.9829,99.8687,183.3875,183.3875,-14.1133,0.3389,95.9205,0.0000,95.9205,3.6092,95.9205,1.9203,0.0000,94.0002,1.1648,,,92.8354,3.7112,,,89.1243,,,,,,,944.4077,950.4751,0.2000,0.5025,1.4286,1.4000,0.0782,19353.5523,19353.5523,19547.0879,19547.0879,19547.0879
-53.7500,0.5000,,67.0400,,,,12,913.1200,1081.2425,1928.5288,-148.0904,103.3903,184.4092,184.4092,-14.1607,0.3333,99.4491,0.0000,99.4491,3.6078,99.4491,1.9909,0.0000,97.4583,1.1698,,,96.2885,3.8493,,,92.4392,,,,,,,947.4854,982.2398,0.2000,0.5025,1.4286,1.4000,0.0767,19997.3353,19997.3353,20197.3087,20197.3087,20197.3087
-54.2500,0.5000,,67.4000,,,,12,919.5000,1034.3188,1943.6175,-148.3775,99.5944,187.1506,187.1506,-14.2872,0.6071,95.3798,0.0000,95.3798,3.6075,95.3798,1.9095,0.0000,93.4703,1.1789,,,92.2914,3.6894,,,88.6020,,,,,,,953.0659,936.5308,0.2000,0.5025,1.4286,1.4000,0.0764,19312.1703,19312.1703,19505.2920,19505.2920,19505.2920
-54.7500,0.5000,,67.9600,,,,12,928.4100,1106.9939,1964.6897,-148.7785,107.6251,191.0128,191.0128,-14.4647,0.9244,103.0940,0.0000,103.0940,3.6067,103.0940,2.0638,0.0000,101.0302,1.1928,,,99.8375,3.9912,,,95.8463,,,,,,,961.5007,1003.3977,0.2000,0.5025,1.4286,1.4000,0.0756,20765.7679,20765.7679,20973.4256,20973.4256,20973.4256
-55.2500,0.5000,,68.7000,,,,12,938.4500,1172.8593,1988.4343,-149.2303,115.2619,195.4119,195.4119,-14.6655,1.1731,110.4820,0.0000,110.4820,3.6068,110.4820,2.2116,0.0000,108.2704,1.2102,,,107.0602,4.2800,,,102.7802,,,,,,,972.0987,1063.5817,0.2000,0.5025,1.4286,1.4000,0.0757,22127.5131,22127.5131,22348.7882,22348.7882,22348.7882
-55.7500,0.5000,,69.4000,,,,12,945.7000,1200.2502,2005.5805,-149.5565,118.8649,198.6196,198.6196,-14.8111,0.9091,114.3486,0.0000,114.3486,3.6072,114.3486,2.2890,0.0000,112.0597,1.2237,,,110.8360,4.4310,,,106.4050,,,,,,,980.2331,1091.6699,0.2000,0.5025,1.4286,1.4000,0.0761,22757.7371,22757.7371,22985.3145,22985.3145,22985.3145
-56.2500,0.5000,,69.9000,,,,12,953.5600,1212.7390,2024.1694,-149.9102,121.1000,202.1266,202.1266,-14.9695,0.8576,116.6351,0.0000,116.6351,3.6072,116.6351,2.3347,0.0000,114.3004,1.2363,,,113.0640,4.5201,,,108.5439,,,,,,,987.8458,1104.9174,0.2000,0.5025,1.4286,1.4000,0.0761,23139.7763,23139.7763,23371.1740,23371.1740,23371.1740
-56.7500,0.5000,,70.3600,,,,12,958.7200,1185.3549,2036.3728,-150.1424,119.0060,204.4456,204.4456,-15.0738,0.7014,114.0242,0.0000,114.0242,4.2804,114.0242,2.2826,0.0000,111.7416,1.2466,,,110.4950,4.4173,,,106.0777,,,,,,,994.0281,1073.4645,0.3500,0.5400,1.7143,1.6000,0.0761,22767.6879,22767.6879,22767.6879,22767.6879,22767.6879
-57.2500,0.5000,,70.7400,,,,12,963.7300,1190.9333,2048.2215,-150.3679,120.1909,206.7097,206.7097,-15.1754,0.5356,115.3748,0.0000,115.3748,4.2804,115.3748,2.3096,0.0000,113.0652,1.2545,,,111.8107,4.4699,,,107.3408,,,,,,,998.7236,1081.0732,0.3500,0.5400,1.7143,1.6000,0.0761,22969.5021,22969.5021,22969.5021,22969.5021,22969.5021
-57.7500,0.5000,,70.9600,,,,12,965.2600,1205.6747,2051.8399,-150.4367,121.8718,207.4037,207.4037,-15.2064,0.2240,117.3645,0.0000,117.3645,4.2833,117.3645,2.3494,0.0000,115.0151,1.2578,,,113.7573,4.5478,,,109.2095,,,,,,,1000.6804,1097.5664,0.3500,0.5400,1.7143,1.6000,0.0790,23264.5944,23264.5944,23264.5944,23264.5944,23264.5944
-58.2500,0.5000,,71.0000,,,,12,966.2600,1211.6376,2054.2049,-150.4817,122.6014,207.8578,207.8578,-15.2267,0.0876,118.2301,0.0000,118.2301,4.2836,118.2301,2.3667,0.0000,115.8634,1.2591,,,114.6044,4.5817,,,110.0227,,,,,,,1001.4447,1104.8183,0.3500,0.5400,1.7143,1.6000,0.0794,23405.0246,23405.0246,23405.0246,23405.0246,23405.0246
-58.7500,0.5000,,70.9200,,,,12,965.1300,1205.8419,2051.5325,-150.4309,121.8722,207.3446,207.3446,-15.2038,-0.0292,117.6161,0.0000,117.6161,4.2853,117.6161,2.3544,0.0000,115.2617,1.2586,,,114.0030,4.5576,,,109.4454,,,,,,,1001.1902,1099.3593,0.3500,0.5400,1.7143,1.6000,0.0811,23264.7736,23264.7736,23264.7736,23264.7736,23264.7736
-59.2500,0.5000,,70.8800,,,,12,964.4200,1183.2769,2049.8533,-150.3989,119.5037,207.0225,207.0225,-15.1894,0.0237,115.1939,0.0000,115.1939,4.2861,115.1939,2.3060,0.0000,112.8879,1.2590,,,111.6289,4.4626,,,107.1663,,,,,,,1001.3966,1076.4966,0.3500,0.5400,1.7143,1.6000,0.0818,22849.8194,22849.8194,22849.8194,22849.8194,22849.8194
-59.7500,0.5000,,70.8400,,,,12,963.9500,1153.2986,2048.7418,-150.3778,116.4193,206.8094,206.8094,-15.1798,-0.1739,112.3059,0.0000,112.3059,4.2874,112.3059,2.2482,0.0000,110.0576,1.2564,,,108.8012,4.3495,,,104.4517,,,,,,,999.8784,1051.1010,0.3500,0.5400,1.7143,1.6000,0.0831,22315.2653,22315.2653,22315.2653,22315.2653,22315.2653
-60.2500,0.5000,,70.8800,,,,12,964.8800,1168.9664,2050.9412,-150.4196,118.1147,207.2312,207.2312,-15.1987,0.1730,113.6536,0.0000,113.6536,4.2881,113.6536,2.2752,0.0000,111.3785,1.2590,,,110.1195,4.4023,,,105.7172,,,,,,,1001.3884,1062.1112,0.3500,0.5400,1.7143,1.6000,0.0838,22608.8721,22608.8721,22608.8721,22608.8721,22608.8721
-60.7500,0.5000,,70.9200,,,,12,965.1300,1170.0642,2051.5325,-150.4309,118.2563,207.3446,207.3446,-15.2038,-0.0323,114.0004,0.0000,114.0004,4.2881,114.0004,2.2821,0.0000,111.7183,1.2585,,,110.4598,4.4159,,,106.0440,,,,,,,1001.1067,1065.6521,0.3500,0.5400,1.7143,1.6000,0.0838,22633.2874,22633.2874,22633.2874,22633.2874,22633.2874
-61.2500,0.5000,,70.8800,,,,12,963.6100,1156.6262,2047.9377,-150.3625,116.7140,206.6553,206.6553,-15.1729,-0.1134,112.5394,0.0000,112.5394,4.2881,112.5394,2.2529,0.0000,110.2865,1.2568,,,109.0297,4.3587,,,104.6710,,,,,,,1000.1165,1053.0358,0.3500,0.5400,1.7143,1.6000,0.0838,22366.4466,22366.4466,22366.4466,22366.4466,22366.4466
-61.7500,0.5000,,70.6600,,,,12,962.4100,1136.7094,2045.0997,-150.3085,114.5614,206.1120,206.1120,-15.1486,-0.2030,110.4766,0.0000,110.4766,4.2878,110.4766,2.2116,0.0000,108.2649,1.2539,,,107.0111,4.2779,,,102.7331,,,,,,,998.3419,1035.5712,0.3500,0.5400,1.7143,1.6000,0.0835,21992.8457,21992.8457,21992.8457,21992.8457,21992.8457
-62.2500,0.5000,,70.8000,,,,12,963.7500,1132.3017,2048.2688,-150.3688,114.2760,206.7188,206.7188,-15.1758,0.1354,109.8532,0.0000,109.8532,4.2875,109.8532,2.1992,0.0000,107.6540,1.2558,,,106.3982,4.2534,,,102.1448,,,,,,,999.5256,1028.5080,0.3500,0.5400,1.7143,1.6000,0.0832,21943.5465,21943.5465,21943.5465,21943.5465,21943.5465
-62.7500,0.5000,,70.9200,,,,12,965.6100,1130.7706,2052.6677,-150.4525,114.3418,207.5626,207.5626,-15.2135,0.2123,109.8430,0.0000,109.8430,4.2865,109.8430,2.1990,0.0000,107.6441,1.2589,,,106.3851,4.2529,,,102.1322,,,,,,,1001.3789,1026.5097,0.3500,0.5400,1.7143,1.6000,0.0822,21955.4149,21955.4149,21955.4149,21955.4149,21955.4149
-63.2500,0.5000,,70.9800,,,,12,966.9600,1131.6850,2055.8604,-150.5132,114.5942,208.1760,208.1760,-15.2409,0.1074,110.2019,0.0000,110.2019,4.2849,110.2019,2.2061,0.0000,107.9958,1.2605,,,106.7353,4.2669,,,102.4684,,,,,,,1002.3156,1028.9012,0.3500,0.5400,1.7143,1.6000,0.0806,21999.4906,21999.4906,21999.4906,21999.4906,21999.4906
-63.7500,0.5000,,71.2000,,,,12,968.6100,1139.0889,2059.7627,-150.5875,115.5407,208.9271,208.9271,-15.2745,0.2280,111.0280,0.0000,111.0280,4.2848,111.0280,2.2227,0.0000,108.8053,1.2638,,,107.5414,4.2991,,,103.2423,,,,,,,1004.3001,1034.5653,0.3500,0.5400,1.7143,1.6000,0.0805,22163.4027,22163.4027,22163.4027,22163.4027,22163.4027
-64.2500,0.5000,,71.1000,,,,12,967.7400,1136.0202,2057.7051,-150.5483,115.1260,208.5309,208.5309,-15.2568,-0.0659,110.9070,0.0000,110.9070,4.2849,110.9070,2.2203,0.0000,108.6868,1.2629,,,107.4239,4.2944,,,103.1295,,,,,,,1003.7264,1034.0290,0.3500,0.5400,1.7143,1.6000,0.0806,22091.5966,22091.5966,22091.5966,22091.5966,22091.5966
-64.7500,0.5000,,71.1600,,,,12,968.4400,1119.3797,2059.3606,-150.5798,113.5217,208.8496,208.8496,-15.2710,0.0909,109.1458,0.0000,109.1458,4.2849,109.1458,2.1850,0.0000,106.9608,1.2642,,,105.6966,4.2253,,,101.4712,,,,,,,1004.5174,1016.8070,0.3500,0.5400,1.7143,1.6000,0.0806,21814.8501,21814.8501,21814.8501,21814.8501,21814.8501
-65.2500,0.5000,,71.2800,,,,12,969.5000,1121.2306,2061.8675,-150.6275,113.8338,209.3328,209.3328,-15.2926,0.1747,109.3730,0.0000,109.3730,4.2861,109.3730,2.1896,0.0000,107.1834,1.2668,,,105.9166,4.2341,,,101.6825,,,,,,,1006.0356,1017.3855,0.3500,0.5400,1.7143,1.6000,0.0818,21869.2909,21869.2909,21869.2909,21869.2909,21869.2909
-65.7500,0.5000,,71.1600,,,,12,969.6100,1116.0932,2062.1277,-150.6325,113.3251,209.3829,209.3829,-15.2948,0.0017,109.0373,0.0000,109.0373,4.2861,109.0373,2.1829,0.0000,106.8544,1.2668,,,105.5876,4.2210,,,101.3667,,,,,,,1006.0504,1014.2479,0.3500,0.5400,1.7143,1.6000,0.0818,21781.6440,21781.6440,21781.6440,21781.6440,21781.6440
-66.2500,0.5000,,71.2000,,,,12,969.0300,1124.1070,2060.7560,-150.6064,114.0705,209.1185,209.1185,-15.2830,-0.0588,109.8451,0.0000,109.8451,4.2842,109.8451,2.1990,0.0000,107.6461,1.2659,,,106.3802,4.2527,,,102.1275,,,,,,,1005.5396,1022.2817,0.3500,0.5400,1.7143,1.6000,0.0799,21909.8712,21909.8712,21909.8712,21909.8712,21909.8712
-66.7500,0.5000,,71.1400,,,,12,967.5600,1146.5833,2057.2794,-150.5402,116.1749,208.4490,208.4490,-15.2531,-0.1832,112.0737,0.0000,112.0737,4.2843,112.0737,2.2436,0.0000,109.8302,1.2633,,,108.5669,4.3401,,,104.2268,,,,,,,1003.9466,1044.6779,0.3500,0.5400,1.7143,1.6000,0.0801,22272.7650,22272.7650,22272.7650,22272.7650,22272.7650
-67.2500,0.5000,,70.8800,,,,12,963.2700,1154.3428,2047.1336,-150.3472,116.4425,206.5013,206.5013,-15.1660,-0.5110,112.6663,0.0000,112.6663,4.2872,112.6663,2.2554,0.0000,110.4109,1.2558,,,109.1551,4.3637,,,104.7914,,,,,,,999.4908,1054.8832,0.3500,0.5400,1.7143,1.6000,0.0829,22319.4053,22319.4053,22319.4053,22319.4053,22319.4053
-67.7500,0.5000,,70.4800,,,,12,957.1500,1157.5041,2032.6598,-150.0718,116.0195,203.7386,203.7386,-15.0421,-0.7101,112.4421,0.0000,112.4421,4.2875,112.4421,2.2509,0.0000,110.1912,1.2454,,,108.9458,4.3554,,,104.5905,,,,,,,993.2662,1059.3822,0.3500,0.5400,1.7143,1.6000,0.0832,22247.5050,22247.5050,22247.5050,22247.5050,22247.5050
-68.2500,0.5000,,69.9800,,,,12,949.9300,1158.1877,2015.5845,-149.7469,115.2124,200.5032,200.5032,-14.8963,-0.8386,112.4407,0.0000,112.4407,3.6103,112.4407,2.2508,0.0000,110.1898,1.2330,,,108.9568,4.3558,,,104.6009,,,,,,,985.8642,1067.3227,0.2000,0.5025,1.4286,1.4000,0.0792,22109.3599,22109.3599,22330.4535,22330.4535,22330.4535
-68.7500,0.5000,,69.4000,,,,12,941.6600,1145.5490,1996.0259,-149.3747,112.9630,196.8289,196.8289,-14.7299,-0.9210,110.2755,0.0000,110.2755,3.6085,110.2755,2.2075,0.0000,108.0680,1.2194,,,106.8486,4.2715,,,102.5771,,,,,,,977.6701,1055.5439,0.2000,0.5025,1.4286,1.4000,0.0774,21716.1724,21716.1724,21933.3341,21933.3341,21933.3341
-69.2500,0.5000,,68.8400,,,,12,935.9200,1164.5881,1982.4508,-149.1164,114.1405,194.2986,194.2986,-14.6148,-0.8071,111.3412,0.0000,111.3412,3.6064,111.3412,2.2288,0.0000,109.1124,1.2075,,,107.9049,4.3138,,,103.5911,,,,,,,970.4328,1073.6926,0.2000,0.5025,1.4286,1.4000,0.0753,21930.1212,21930.1212,22149.4224,22149.4224,22149.4224
-69.7500,0.5000,,68.6600,,,,12,933.1600,1340.1965,1975.9234,-148.9922,130.9644,193.0878,193.0878,-14.5596,-0.2614,127.6210,0.0000,127.6210,3.6048,127.6210,2.5544,0.0000,125.0666,1.2036,,,123.8631,4.9522,,,118.9109,,,,,,,968.0769,1233.6814,0.2000,0.5025,1.4286,1.4000,0.0737,25065.6509,25065.6509,25316.3074,25316.3074,25316.3074
-70.2500,0.5000,,68.3800,,,,12,928.9500,1338.7997,1965.9668,-148.8028,130.2377,191.2481,191.2481,-14.4754,-0.3592,126.9927,0.0000,126.9927,3.6042,126.9927,2.5418,0.0000,124.4509,1.1982,,,123.2526,4.9278,,,118.3249,,,,,,,964.8308,1231.7375,0.2000,0.5025,1.4286,1.4000,0.0731,24940.5966,24940.5966,25190.0026,25190.0026,25190.0026
-70.7500,0.5000,,68.0600,,,,12,922.9500,1279.4584,1951.7768,-148.5328,123.6611,188.6414,188.6414,-14.3559,-0.7093,120.7674,0.0000,120.7674,3.6031,120.7674,2.4173,0.0000,118.3501,1.1876,,,117.1624,4.6842,,,112.4783,,,,,,,958.3876,1179.2306,0.2000,0.5025,1.4286,1.4000,0.0720,23701.5283,23701.5283,23938.5436,23938.5436,23938.5436
-71.2500,0.5000,,67.5200,,,,12,918.1600,1276.2865,1940.4484,-148.3172,122.7143,186.5731,186.5731,-14.2606,-0.6053,119.7167,0.0000,119.7167,3.6030,119.7167,2.3962,0.0000,117.3205,1.1786,,,116.1419,4.6434,,,111.4985,,,,,,,952.8547,1175.7593,0.2000,0.5025,1.4286,1.4000,0.0719,23525.5467,23525.5467,23760.8022,23760.8022,23760.8022
-71.7500,0.5000,,67.2400,,,,12,913.6600,1290.0117,1929.8059,-148.1147,123.4261,184.6405,184.6405,-14.1714,-0.5857,120.4093,0.0000,120.4093,3.6024,120.4093,2.4101,0.0000,117.9992,1.1698,,,116.8294,4.6709,,,112.1585,,,,,,,947.4707,1189.2818,0.2000,0.5025,1.4286,1.4000,0.0714,23686.9939,23686.9939,23923.8639,23923.8639,23923.8639
-72.2500,0.5000,,66.8600,,,,12,903.0100,1114.2491,1904.6187,-147.6355,105.3667,180.1064,180.1064,-13.9608,-0.8268,102.5910,0.0000,102.5910,3.6025,102.5910,2.0537,0.0000,100.5373,1.1573,,,99.3800,3.9730,,,95.4070,,,,,,,939.8178,1021.5394,0.2000,0.5025,1.4286,1.4000,0.0714,20364.6826,20364.6826,20568.3295,20568.3295,20568.3295
-72.7500,0.5000,,64.7800,,,,12,996.6300,240.7910,2126.0300,-151.8484,25.1306,221.8870,221.8870,-15.8479,-3.0292,24.5578,0.0000,24.5578,3.6019,24.5578,0.6858,0.0000,23.8720,1.1112,,,22.7608,1.4938,,,21.2670,,,,,,,911.2303,250.1682,0.2000,0.5025,1.4286,1.4000,0.0709,6627.1882,6627.1882,6693.4601,6693.4601,6693.4601
-73.2500,0.5000,,62.7200,,,,11,1156.2800,267.3486,2134.0000,-162.1582,32.3720,258.3962,258.3962,-19.6350,25.1741,3.5960,0.0000,3.5960,3.6018,3.5960,1.2817,0.0000,2.3143,1.0641,,,1.2502,1.4195,,,-0.1693,,,,,,,880.4627,25.1006,0.2000,0.5025,1.4286,1.4000,0.0708,8111.6411,8111.6411,8192.7575,8192.7575,8192.7575
-73.7500,0.5000,,61.4000,,,,11,1082.6100,576.1104,2134.0000,-157.3697,65.3140,241.9330,241.9330,-17.8411,-2.8169,64.5312,0.0000,64.5312,3.5997,64.5312,2.5761,0.0000,61.9551,1.0386,,,60.9164,2.4348,,,58.4816,,,,,,,863.2383,685.3581,0.2000,0.5025,1.4286,1.4000,0.0686,13274.3945,13274.3945,13407.1384,13407.1384,13407.1384
-74.2500,0.5000,,61.2000,,,,11,1066.4900,1146.3805,2134.0000,-156.3219,128.0307,238.3306,238.3306,-17.4584,-0.1942,124.6265,0.0000,124.6265,3.5984,124.6265,4.9800,0.0000,119.6465,1.0369,,,118.6096,4.7425,,,113.8671,,,,,,,862.0382,1325.3938,0.2000,0.5025,1.4286,1.4000,0.0674,24540.7464,24540.7464,24786.1538,24786.1538,24786.1538
-74.7500,0.5000,,60.0600,,,,11,1047.7600,957.7820,2134.0000,-155.1044,105.0890,234.1450,234.1450,-17.0182,-2.4592,103.9508,0.0000,103.9508,3.5973,103.9508,4.1531,0.0000,99.7977,1.0143,,,98.7834,3.9495,,,94.8338,,,,,,,846.6933,1125.5526,0.2000,0.5025,1.4286,1.4000,0.0662,20282.5580,20282.5580,20485.3836,20485.3836,20485.3836
-75.2500,0.5000,,58.9600,,,,11,1020.9400,737.7087,2134.0000,-153.3611,78.8703,228.1515,228.1515,-16.3962,-2.9432,78.2190,0.0000,78.2190,3.5946,78.2190,3.1241,0.0000,75.0949,0.9870,,,74.1079,2.9626,,,71.1453,,,,,,,827.9540,866.1156,0.2000,0.5025,1.4286,1.4000,0.0635,15427.3296,15427.3296,15581.6029,15581.6029,15581.6029
-75.7500,0.5000,,56.7200,,,,11,983.9700,255.7593,2096.0891,-151.2787,26.3537,215.9833,215.9833,-15.5879,-4.7938,27.5530,0.0000,27.5530,3.5945,27.5530,1.0998,0.0000,26.4532,0.9416,,,25.5116,1.2253,,,24.2863,,,,,,,796.4891,317.1539,0.2000,0.5025,1.4286,1.4000,0.0634,6788.6167,6788.6167,6856.5029,6856.5029,6856.5029
-76.2500,0.5000,,55.1600,,,,11,959.2000,420.6404,2037.5080,-150.1640,42.2521,204.6620,204.6620,-15.0836,-3.0453,41.7077,0.0000,41.7077,3.5898,41.7077,1.6642,0.0000,40.0435,0.9122,,,39.1314,1.5637,,,37.5676,,,,,,,775.8379,492.8706,0.2000,0.5025,1.4286,1.4000,0.0587,9283.4792,9283.4792,9376.3140,9376.3140,9376.3140
-76.7500,0.5000,,53.9800,,,,11,939.6300,574.6886,1991.2250,-149.2834,56.5481,195.9322,195.9322,-14.6892,-2.4334,55.3917,0.0000,55.3917,3.5898,55.3917,2.2117,0.0000,53.1800,0.8883,,,52.2917,2.0902,,,50.2015,,,,,,,758.9329,669.1386,0.2000,0.5025,1.4286,1.4000,0.0587,11478.8621,11478.8621,11593.6507,11593.6507,11593.6507
-77.2500,0.5000,,53.1200,,,,11,927.7300,925.9864,1963.0815,-148.7479,89.9611,190.7166,190.7166,-14.4511,-1.4250,87.7985,0.0000,87.7985,3.5876,87.7985,3.5081,0.0000,84.2904,0.8741,,,83.4163,3.3352,,,80.0810,,,,,,,748.8563,1074.8575,0.2000,0.5025,1.4286,1.4000,0.0565,17595.2038,17595.2038,17771.1558,17771.1558,17771.1558
-77.7500,0.5000,,52.6400,,,,11,920.0900,1052.4230,1945.0129,-148.4041,101.4026,187.4051,187.4051,-14.2990,-0.9178,98.7353,0.0000,98.7353,3.5851,98.7353,3.9456,0.0000,94.7897,0.8649,,,93.9248,3.7556,,,90.1692,,,,,,,742.2936,1219.4299,0.2000,0.5025,1.4286,1.4000,0.0541,19639.9663,19639.9663,19836.3660,19836.3660,19836.3660
-78.2500,0.5000,,52.3200,,,,11,914.0800,1115.2447,1930.7992,-148.1336,106.7537,184.8204,184.8204,-14.1797,-0.5925,103.7611,0.0000,103.7611,3.5851,103.7611,4.1467,0.0000,99.6144,0.8590,,,98.7555,3.9488,,,94.8066,,,,,,,738.0257,1288.9085,0.2000,0.5025,1.4286,1.4000,0.0540,20612.2668,20612.2668,20818.3895,20818.3895,20818.3895
-78.7500,0.5000,,52.1600,,,,11,914.3400,1206.1073,1931.4141,-148.1453,115.4841,184.9319,184.9319,-14.1848,-0.1753,112.0752,0.0000,112.0752,3.5842,112.0752,4.4793,0.0000,107.5959,0.8572,,,106.7387,4.2682,,,102.4706,,,,,,,736.7585,1394.5756,0.2000,0.5025,1.4286,1.4000,0.0531,22208.2628,22208.2628,22430.3454,22430.3454,22430.3454
-79.2500,0.5000,,52.3400,,,,11,918.9900,1312.0438,1942.4114,-148.3546,126.2664,186.9307,186.9307,-14.2771,0.5255,122.1567,0.0000,122.1567,3.5842,122.1567,4.8825,0.0000,117.2741,0.8625,,,116.4117,4.6551,,,111.7566,,,,,,,740.5514,1512.2321,0.2000,0.5025,1.4286,1.4000,0.0531,24226.4117,24226.4117,24468.6758,24468.6758,24468.6758
-79.7500,0.5000,,53.0400,,,,11,933.1900,1392.4170,1975.9944,-148.9936,136.0718,193.1009,193.1009,-14.5602,1.4831,131.0058,0.0000,131.0058,3.5828,131.0058,5.2364,0.0000,125.7695,0.8773,,,124.8921,4.9943,,,119.8979,,,,,,,751.1523,1598.8898,0.2000,0.5025,1.4286,1.4000,0.0518,25997.8780,25997.8780,26257.8568,26257.8568,26257.8568
-80.2500,0.5000,,54.1200,,,,11,952.2800,1493.7932,2021.1422,-149.8526,148.9648,201.5534,201.5534,-14.9437,2.1700,143.2130,0.0000,143.2130,3.5818,143.2130,5.7245,0.0000,137.4885,0.8988,,,136.5897,5.4621,,,131.1275,,,,,,,766.3991,1713.0998,0.2000,0.5025,1.4286,1.4000,0.0508,28392.1347,28392.1347,28676.0561,28676.0561,28676.0561
-80.7500,0.5000,,55.0600,,,,11,968.1100,1524.4586,2058.5802,-150.5650,154.5500,208.6994,208.6994,-15.2643,1.8600,149.1084,0.0000,149.1084,3.5816,149.1084,5.9602,0.0000,143.1482,0.9170,,,142.2312,5.6877,,,136.5435,,,,,,,779.2301,1754.2508,0.2000,0.5025,1.4286,1.4000,0.0505,29434.5553,29434.5553,29728.9008,29728.9008,29728.9008
-81.2500,0.5000,,55.7400,,,,11,979.0900,1555.9585,2084.5479,-151.0591,159.5325,213.7288,213.7288,-15.4881,1.4103,154.5427,0.0000,154.5427,3.5795,154.5427,6.1774,0.0000,148.3653,0.9307,,,147.4346,5.8958,,,141.5388,,,,,,,788.8196,1796.0814,0.2000,0.5025,1.4286,1.4000,0.0484,30319.4150,30319.4150,30622.6092,30622.6092,30622.6092
-81.7500,0.5000,,56.3800,,,,11,986.8100,1558.7610,2102.8057,-151.4065,161.0800,217.3008,217.3008,-15.6461,0.9706,156.5299,0.0000,156.5299,3.5795,156.5299,6.2569,0.0000,150.2730,0.9400,,,149.3330,5.9717,,,143.3613,,,,,,,795.3525,1804.2334,0.2000,0.5025,1.4286,1.4000,0.0484,30582.1372,30582.1372,30887.9586,30887.9586,30887.9586
-82.2500,0.5000,,56.6600,,,,11,992.9100,1516.4035,2117.2322,-151.6810,157.6715,220.1441,220.1441,-15.7714,0.8231,153.2686,0.0000,153.2686,3.5798,153.2686,6.1263,0.0000,147.1423,0.9479,,,146.1944,5.8462,,,140.3482,,,,,,,800.8510,1754.5154,0.2000,0.5025,1.4286,1.4000,0.0487,29958.4574,29958.4574,30258.0420,30258.0420,30258.0420
-82.7500,0.5000,,56.6800,,,,11,992.6500,1364.0277,2116.6173,-151.6693,141.7908,220.0225,220.0225,-15.7660,0.0304,138.1804,0.0000,138.1804,3.5800,138.1804,5.5228,0.0000,132.6576,0.9482,,,131.7094,5.2668,,,126.4426,,,,,,,801.0536,1581.4003,0.2000,0.5025,1.4286,1.4000,0.0489,26905.7902,26905.7902,27174.8481,27174.8481,27174.8481
-83.2500,0.5000,,56.4800,,,,11,990.4400,1329.2743,2111.3906,-151.5698,137.8705,218.9905,218.9905,-15.7206,-0.2829,134.5735,0.0000,134.5735,3.5800,134.5735,5.3786,0.0000,129.1949,0.9455,,,128.2494,5.1284,,,123.1211,,,,,,,799.1687,1543.7548,0.2000,0.5025,1.4286,1.4000,0.0489,26233.2877,26233.2877,26495.6206,26495.6206,26495.6206
-83.7500,0.5000,,56.3000,,,,11,980.9600,1166.1201,2088.9704,-151.1432,119.7907,214.5913,214.5913,-15.5263,-1.0049,117.2147,0.0000,117.2147,3.5809,117.2147,4.6843,0.0000,112.5304,0.9358,,,111.5946,4.4622,,,107.1324,,,,,,,792.4367,1356.0535,0.2000,0.5025,1.4286,1.4000,0.0498,22893.3647,22893.3647,23122.2983,23122.2983,23122.2983
-84.2500,0.5000,,55.7000,,,,11,974.8500,1065.4407,2074.5203,-150.8683,108.7666,211.7796,211.7796,-15.4015,-0.8489,106.0346,0.0000,106.0346,3.5809,106.0346,4.2371,0.0000,101.7974,0.9276,,,100.8698,4.0332,,,96.8365,,,,,,,786.7052,1235.6520,0.2000,0.5025,1.4286,1.4000,0.0498,21005.3601,21005.3601,21215.4137,21215.4137,21215.4137
-84.7500,0.5000,,55.4000,,,,11,965.9100,1036.0000,2053.3772,-150.4660,104.7913,207.6988,207.6988,-15.2196,-0.9406,102.1512,0.0000,102.1512,3.5807,102.1512,4.0819,0.0000,98.0693,0.9185,,,97.1508,3.8845,,,93.2663,,,,,,,780.3048,1200.1630,0.2000,0.5025,1.4286,1.4000,0.0496,20306.3808,20306.3808,20509.4446,20509.4446,20509.4446
-85.2500,0.5000,,54.5400,,,,11,948.0600,663.1134,2011.1619,-149.6627,65.8343,199.6694,199.6694,-14.8586,-1.8360,64.0898,0.0000,64.0898,3.5805,64.0898,2.5595,0.0000,61.5303,0.9006,,,60.6297,2.4237,,,58.2060,,,,,,,767.6587,765.4062,0.2000,0.5025,1.4286,1.4000,0.0494,13103.1388,13103.1388,13234.1702,13234.1702,13234.1702
-85.7500,0.5000,,53.1600,,,,11,925.6900,141.5041,1958.2569,-148.6561,13.7171,189.8296,189.8296,-14.4104,-2.6389,12.7755,0.0000,12.7755,3.5805,12.7755,1.0027,0.0000,11.7728,0.8745,,,10.8983,1.1212,,,9.7771,,,,,,,749.1084,150.0743,0.2000,0.5025,1.4286,1.4000,0.0494,4620.2429,4620.2429,4666.4454,4666.4454,4666.4454
-86.2500,0.5000,,52.4200,,,,11,913.8600,140.8922,1930.2789,-148.1237,13.4833,184.7261,184.7261,-14.1753,-1.4917,11.3945,0.0000,11.3945,3.5805,11.3945,0.9814,0.0000,10.4131,0.8595,,,9.5536,1.0982,,,8.4553,,,,,,,738.4164,134.6636,0.2000,0.5025,1.4286,1.4000,0.0494,4523.0710,4523.0710,4568.3017,4568.3017,4568.3017
-86.7500,0.5000,,51.8000,,,,11,904.4400,145.1209,1908.0006,-147.6998,13.7448,180.7120,180.7120,-13.9891,-1.1263,11.2906,0.0000,11.2906,3.5805,11.2906,0.9652,0.0000,10.3254,0.8481,,,9.4773,1.0808,,,8.3965,,,,,,,730.2398,135.0249,0.2000,0.5025,1.4286,1.4000,0.0494,4512.4563,4512.4563,4557.5809,4557.5809,4557.5809
-87.2500,0.5000,,51.3200,,,,11,892.6500,147.5627,1880.1173,-147.1693,13.7939,175.7498,175.7498,-13.7571,-1.0443,11.2582,0.0000,11.2582,3.5800,11.2582,0.9501,0.0000,10.3081,0.8375,,,9.4706,1.0646,,,8.4060,,,,,,,722.5754,136.2283,0.2000,0.5025,1.4286,1.4000,0.0489,4476.5496,4476.5496,4521.3151,4521.3151,4521.3151
-87.7500,0.5000,,50.6400,,,,11,886.7300,-1.3444,1866.1165,-146.9029,-0.1248,173.2841,173.2841,-13.6411,-0.5587,-3.1457,0.0000,-3.1457,3.5795,-3.1457,0.9420,0.0000,-4.0877,0.8317,,,-4.9194,1.0559,,,-5.9754,,,,,,,718.4417,-54.3323,0.2000,0.5025,1.4286,1.4000,0.0484,2347.8163,2347.8163,2371.2944,2371.2944,2371.2944
-88.2500,0.5000,,51.9800,,,,11,920.0600,163.3685,1944.9419,-148.4027,15.7403,187.3922,187.3922,-14.2984,2.3412,9.8196,0.0000,9.8196,3.5795,9.8196,0.9758,0.0000,8.8438,0.8556,,,7.9882,1.0923,,,6.8959,,,,,,,735.6096,114.8052,0.2000,0.5025,1.4286,1.4000,0.0484,4887.6454,4887.6454,4936.5219,4936.5219,4936.5219
-88.7500,0.5000,,52.8400,,,,11,924.6600,110.4349,1955.8209,-148.6097,10.6934,189.3825,189.3825,-14.3899,1.8781,5.2367,0.0000,5.2367,3.5786,5.2367,1.0027,0.0000,4.2340,0.8745,,,3.3596,1.1212,,,2.2384,,,,,,,749.0968,53.9744,0.2000,0.5025,1.4286,1.4000,0.0476,4172.7055,4172.7055,4214.4325,4214.4325,4214.4325
-89.2500,0.5000,,53.4000,,,,11,932.6800,-147.4786,1974.7882,-148.9706,-14.4042,192.8776,192.8776,-14.5500,0.9524,-18.9351,0.0000,-18.9351,3.5786,-18.9351,1.0163,0.0000,-19.9514,0.8839,,,-20.8354,1.1358,,,-21.9711,,,,,,,755.8441,-252.0653,0.2000,0.5025,1.4286,1.4000,0.0475,249.6035,249.6035,252.0996,252.0996,252.0996
-89.7500,0.5000,,53.8600,,,,11,947.0000,-133.5714,2008.6550,-149.6150,-13.2462,199.1975,199.1975,-14.8373,1.0275,-17.8522,0.0000,-17.8522,3.5786,-17.8522,1.0309,0.0000,-18.8831,0.8941,,,-19.7772,1.1514,,,-20.9286,,,,,,,763.0566,-236.3134,0.2000,0.5025,1.4286,1.4000,0.0475,515.2225,515.2225,520.3748,520.3748,520.3748
-90.2500,0.5000,,54.6000,,,,11,960.3600,-142.4027,2040.2514,-150.2162,-14.3213,205.1854,205.1854,-15.1070,1.4491,-19.3489,0.0000,-19.3489,3.5786,-19.3489,1.0514,0.0000,-20.4003,0.9083,,,-21.3086,1.1735,,,-22.4821,,,,,,,773.1145,-251.9789,0.2000,0.5025,1.4286,1.4000,0.0475,369.5680,369.5680,373.2637,373.2637,373.2637
-90.7500,0.5000,,55.6800,,,,11,980.0000,-19.2334,2086.7000,-151.1000,-1.9738,214.1483,214.1483,-15.5067,2.2492,-7.8016,0.0000,-7.8016,3.5786,-7.8016,1.0831,0.0000,-8.8847,0.9302,,,-9.8148,1.2074,,,-11.0223,,,,,,,788.4717,-107.6037,0.2000,0.5025,1.4286,1.4000,0.0475,2459.4742,2459.4742,2484.0690,2484.0690,2484.0690
-91.2500,0.5000,,56.8400,,,,11,1011.5300,226.7756,2134.0000,-152.7495,24.0217,226.0486,226.0486,-16.1803,2.5109,17.9325,0.0000,17.9325,3.5782,17.9325,1.1182,0.0000,16.8143,0.9542,,,15.8601,1.2450,,,14.6150,,,,,,,805.2702,199.3923,0.2000,0.5025,1.4286,1.4000,0.0471,6498.8240,6498.8240,6563.8122,6563.8122,6563.8122
-91.7500,0.5000,,57.7800,,,,11,1015.6000,249.9323,2134.0000,-153.0140,26.5811,226.9581,226.9581,-16.2736,1.8758,21.1272,0.0000,21.1272,3.5782,21.1272,1.1443,0.0000,19.9828,0.9720,,,19.0108,1.2730,,,17.7379,,,,,,,817.5943,233.3944,0.2000,0.5025,1.4286,1.4000,0.0471,6925.5498,6925.5498,6994.8053,6994.8053,6994.8053
-92.2500,0.5000,,59.2800,,,,11,1046.3800,704.3977,2134.0000,-155.0147,77.1855,233.8366,233.8366,-16.9860,3.5907,70.0168,0.0000,70.0168,3.5780,70.0168,2.7958,0.0000,67.2210,1.0056,,,66.2155,2.6468,,,63.5686,,,,,,,840.6819,763.5629,0.2000,0.5025,1.4286,1.4000,0.0469,15189.8798,15189.8798,15341.7786,15341.7786,15341.7786
-92.7500,0.5000,,60.4600,,,,11,1063.0700,661.2112,2134.0000,-156.0996,73.6090,237.5663,237.5663,-17.3777,2.4780,67.5532,0.0000,67.5532,3.5777,67.5532,2.6971,0.0000,64.8561,1.0284,,,63.8278,2.5513,,,61.2765,,,,,,,856.2521,723.3039,0.2000,0.5025,1.4286,1.4000,0.0466,14580.4367,14580.4367,14726.2411,14726.2411,14726.2411
-93.2500,0.5000,,61.4600,,,,11,1080.2800,567.2533,2134.0000,-157.2182,64.1715,241.4123,241.4123,-17.7856,2.2422,58.3516,0.0000,58.3516,3.5777,58.3516,2.3289,0.0000,56.0227,1.0488,,,54.9739,2.1971,,,52.7769,,,,,,,870.1002,614.8459,0.2000,0.5025,1.4286,1.4000,0.0466,13088.3522,13088.3522,13219.2357,13219.2357,13219.2357
-93.7500,0.5000,,62.2000,,,,11,1085.8800,280.0697,2134.0000,-157.5822,31.8476,242.6637,242.6637,-17.9192,1.4585,26.8088,0.0000,26.8088,3.5803,26.8088,1.2784,0.0000,25.5304,1.0620,,,24.4684,1.4160,,,23.0524,,,,,,,878.9912,277.3601,0.2000,0.5025,1.4286,1.4000,0.0492,7992.5700,7992.5700,8072.4957,8072.4957,8072.4957
-94.2500,0.5000,,62.1200,,,,12,974.1600,-150.8372,2072.8884,-150.8372,-15.3875,211.4632,211.4632,-15.3875,-28.1900,9.2211,0.0000,9.2211,3.5814,9.2211,0.6549,0.0000,8.5663,1.0626,,,7.5037,1.4171,,,6.0866,,,,,,,879.4392,93.0161,0.2000,0.5025,1.4286,1.4000,0.0503,231.5258,231.5258,233.8411,233.8411,233.8411
-94.7500,0.5000,,62.6200,,,,12,870.0000,112.8457,1826.5500,-146.1500,10.2809,166.4100,166.4100,-13.3152,0.3056,6.3921,0.0000,6.3921,3.5833,6.3921,0.6578,0.0000,5.7343,1.0671,,,4.6672,1.4243,,,3.2429,,,,,,,882.4688,62.0519,0.2000,0.5025,1.4286,1.4000,0.0522,3893.6176,3893.6176,3932.5537,3932.5537,3932.5537
-95.2500,0.5000,,62.8400,,,,12,857.0100,308.7532,1795.8287,-145.5655,27.7093,161.1682,161.1682,-13.0639,0.5625,23.5592,0.0000,23.5592,3.5876,23.5592,0.6632,0.0000,22.8961,1.0754,,,21.8207,1.4376,,,20.3831,,,,,,,888.0186,246.2125,0.2000,0.5025,1.4286,1.4000,0.0566,6634.3496,6634.3496,6700.6931,6700.6931,6700.6931
-95.7500,0.5000,,63.2600,,,,12,862.7600,414.1633,1809.4274,-145.8242,37.4188,163.4782,163.4782,-13.1749,0.6674,33.1638,0.0000,33.1638,3.5877,33.1638,0.6695,0.0000,32.4943,1.0851,,,31.4091,1.4533,,,29.9558,,,,,,,894.5592,346.8716,0.2000,0.5025,1.4286,1.4000,0.0566,8301.0807,8301.0807,8384.0915,8384.0915,8384.0915
-96.2500,0.5000,,63.4600,,,,12,862.5600,223.6598,1808.9544,-145.8152,20.2025,163.3976,163.3976,-13.1711,0.1056,16.5064,0.0000,16.5064,3.5905,16.5064,0.6705,0.0000,15.8358,1.0867,,,14.7492,1.4558,,,13.2933,,,,,,,895.5902,168.8508,0.2000,0.5025,1.4286,1.4000,0.0595,5324.6265,5324.6265,5377.8727,5377.8727,5377.8727
-96.7500,0.5000,,63.2800,,,,12,860.7500,176.0768,1804.6738,-145.7338,15.8711,162.6688,162.6688,-13.1361,-0.2366,12.5169,0.0000,12.5169,3.5908,12.5169,0.6683,0.0000,11.8486,1.0832,,,10.7654,1.4503,,,9.3152,,,,,,,893.2794,126.6639,0.2000,0.5025,1.4286,1.4000,0.0598,4720.8421,4720.8421,4768.0505,4768.0505,4768.0505
-97.2500,0.5000,,63.2200,,,,12,859.4000,161.0567,1801.4810,-145.6730,14.4945,162.1264,162.1264,-13.1100,-0.1547,11.0563,0.0000,11.0563,3.5929,11.0563,0.6668,0.0000,10.3895,1.0810,,,9.3085,1.4466,,,7.8619,,,,,,,891.7656,111.2536,0.2000,0.5025,1.4286,1.4000,0.0618,4533.0991,4533.0991,4578.4301,4578.4301,4578.4301
-97.7500,0.5000,,62.9200,,,,12,845.9800,-68.5612,1769.7427,-145.0691,-6.0739,156.7830,156.7830,-12.8518,-0.3977,-9.2701,0.0000,-9.2701,3.5940,-9.2701,0.6630,0.0000,-9.9331,1.0751,,,-11.0083,1.4372,,,-12.4455,,,,,,,887.8615,-106.8348,0.2000,0.5025,1.4286,1.4000,0.0629,1340.0422,1340.0422,1353.4426,1353.4426,1353.4426
-98.2500,0.5000,,62.4400,,,,12,849.9800,-125.0513,1779.2027,-145.2491,-11.1308,158.3663,158.3663,-12.9286,-0.5925,-14.1338,0.0000,-14.1338,3.5956,-14.1338,0.6573,0.0000,-14.7912,1.0664,,,-15.8576,1.4232,,,-17.2808,,,,,,,882.0132,-160.1395,0.2000,0.5025,1.4286,1.4000,0.0645,488.6285,488.6285,493.5148,493.5148,493.5148
-98.7500,0.5000,,62.5400,,,,12,852.1000,-122.3011,1784.2165,-145.3445,-10.9131,159.2087,159.2087,-12.9693,0.1835,-14.6944,0.0000,-14.6944,3.5978,-14.6944,0.6591,0.0000,-15.3535,1.0691,,,-16.4227,1.4276,,,-17.8502,,,,,,,883.8285,-165.8867,0.2000,0.5025,1.4286,1.4000,0.0667,531.5080,531.5080,536.8231,536.8231,536.8231
-99.2500,0.5000,,62.8000,,,,12,856.8000,-128.3086,1795.3320,-145.5560,-11.5123,161.0842,161.0842,-13.0598,0.4361,-15.5468,0.0000,-15.5468,3.5983,-15.5468,0.6633,0.0000,-16.2100,1.0755,,,-17.2856,1.4379,,,-18.7234,,,,,,,888.1282,-174.2927,0.2000,0.5025,1.4286,1.4000,0.0672,443.6016,443.6016,448.0376,448.0376,448.0376
-99.7500,0.5000,,63.5000,,,,12,865.7400,-115.5521,1816.4751,-145.9583,-10.4760,164.6818,164.6818,-13.2326,1.0094,-15.0855,0.0000,-15.0855,3.6002,-15.0855,0.6729,0.0000,-15.7584,1.0903,,,-16.8487,1.4617,,,-18.3103,,,,,,,898.0002,-167.5739,0.2000,0.5025,1.4286,1.4000,0.0691,641.9425,641.9425,648.3620,648.3620,648.3620
-100.2500,0.5000,,63.6600,,,,12,867.8300,-134.4909,1821.4180,-146.0524,-12.2224,165.5285,165.5285,-13.2731,0.1483,-15.9708,0.0000,-15.9708,3.6002,-15.9708,0.6743,0.0000,-16.6451,1.0924,,,-17.7375,1.4651,,,-19.2027,,,,,,,899.4411,-176.7198,0.2000,0.5025,1.4286,1.4000,0.0691,356.9603,356.9603,360.5299,360.5299,360.5299
-100.7500,0.5000,,63.9600,,,,12,869.8600,-122.5265,1826.2189,-146.1437,-11.1611,166.3531,166.3531,-13.3125,0.2661,-15.0296,0.0000,-15.0296,3.6024,-15.0296,0.6768,0.0000,-15.7064,1.0965,,,-16.8029,1.4714,,,-18.2743,,,,,,,902.0215,-166.2768,0.2000,0.5025,1.4286,1.4000,0.0713,539.0631,539.0631,544.4537,544.4537,544.4537
-101.2500,0.5000,,63.9800,,,,12,870.3700,-118.6450,1827.4251,-146.1667,-10.8139,166.5605,166.5605,-13.3223,0.0679,-14.4843,0.0000,-14.4843,3.6025,-14.4843,0.6774,0.0000,-15.1618,1.0975,,,-16.2593,1.4730,,,-17.7323,,,,,,,902.6788,-160.3940,0.2000,0.5025,1.4286,1.4000,0.0715,598.0488,598.0488,604.0293,604.0293,604.0293
-101.7500,0.5000,,63.7600,,,,12,866.1000,-131.2609,1817.3265,-145.9745,-11.9051,164.8275,164.8275,-13.2396,-0.3382,-15.1714,0.0000,-15.1714,3.6046,-15.1714,0.6742,0.0000,-15.8457,1.0924,,,-16.9380,1.4650,,,-18.4031,,,,,,,899.4000,-168.2398,0.2000,0.5025,1.4286,1.4000,0.0735,404.7161,404.7161,408.7632,408.7632,408.7632
-102.2500,0.5000,,63.5600,,,,12,865.1800,-113.9230,1815.1507,-145.9331,-10.3216,164.4553,164.4553,-13.2217,-0.2090,-13.7180,0.0000,-13.7180,3.6054,-13.7180,0.6722,0.0000,-14.3903,1.0893,,,-15.4796,1.4601,,,-16.9397,,,,,,,897.3682,-153.1334,0.2000,0.5025,1.4286,1.4000,0.0743,666.2211,666.2211,672.8833,672.8833,672.8833
-102.7500,0.5000,,63.3800,,,,12,859.6800,-132.3709,1802.1432,-145.6856,-11.9168,162.2388,162.2388,-13.1154,-0.4720,-15.0534,0.0000,-15.0534,3.6086,-15.0534,0.6678,0.0000,-15.7212,1.0825,,,-16.8036,1.4490,,,-18.2526,,,,,,,892.7625,-168.1589,0.2000,0.5025,1.4286,1.4000,0.0775,383.9746,383.9746,387.8143,387.8143,387.8143
-103.2500,0.5000,,63.1400,,,,12,859.2600,-130.7139,1801.1499,-145.6667,-11.7618,162.0702,162.0702,-13.1073,-0.1182,-15.2540,0.0000,-15.2540,3.6104,-15.2540,0.6666,0.0000,-15.9206,1.0807,,,-17.0014,1.4462,,,-18.4476,,,,,,,891.6051,-170.5138,0.2000,0.5025,1.4286,1.4000,0.0793,408.7628,408.7628,412.8504,412.8504,412.8504
-103.7500,0.5000,,62.9400,,,,12,854.9000,-145.4705,1790.8385,-145.4705,-13.0232,160.3247,160.3247,-13.0232,-0.3509,-16.2820,0.0000,-16.2820,3.6097,-16.2820,0.6633,0.0000,-16.9453,1.0756,,,-18.0209,1.4380,,,-19.4588,,,,,,,888.1609,-182.1918,0.2000,0.5025,1.4286,1.4000,0.0786,183.0164,183.0164,184.8465,184.8465,184.8465
-104.2500,0.5000,,62.5400,,,,12,850.3300,-145.2649,1780.0305,-145.2649,-12.9353,158.5052,158.5052,-12.9353,-0.6340,-15.9098,0.0000,-15.9098,3.6085,-15.9098,0.6572,0.0000,-16.5671,1.0663,,,-17.6334,1.4230,,,-19.0563,,,,,,,881.9041,-179.3890,0.2000,0.5025,1.4286,1.4000,0.0774,183.3042,183.3042,185.1373,185.1373,185.1373
-104.7500,0.5000,,62.3400,,,,12,847.0300,-145.1164,1772.2260,-145.1164,-12.8719,157.1978,157.1978,-12.8719,-0.2933,-16.1867,0.0000,-16.1867,3.6081,-16.1867,0.6544,0.0000,-16.8411,1.0620,,,-17.9031,1.4160,,,-19.3191,,,,,,,878.9943,-182.9602,0.2000,0.5025,1.4286,1.4000,0.0770,183.5121,183.5121,185.3472,185.3472,185.3472
-105.2500,0.5000,,62.0800,,,,12,843.5200,-144.9584,1763.9248,-144.9584,-12.8046,155.8131,155.8131,-12.8046,-0.3110,-16.1009,0.0000,-16.1009,3.6072,-16.1009,0.6514,0.0000,-16.7523,1.0574,,,-17.8097,1.4087,,,-19.2183,,,,,,,875.8987,-182.6384,0.2000,0.5025,1.4286,1.4000,0.0761,183.7332,183.7332,185.5705,185.5705,185.5705
-105.7500,0.5000,,61.7800,,,,12,839.9900,-144.7996,1755.5764,-144.7996,-12.7371,154.4267,154.4267,-12.7371,-0.3959,-15.9484,0.0000,-15.9484,3.6072,-15.9484,0.6476,0.0000,-16.5960,1.0515,,,-17.6475,1.3993,,,-19.0467,,,,,,,871.9418,-181.7552,0.2000,0.5025,1.4286,1.4000,0.0761,183.9556,183.9556,185.7951,185.7951,185.7951
-106.2500,0.5000,,61.6600,,,,12,838.2500,-144.7213,1751.4613,-144.7213,-12.7038,153.7456,153.7456,-12.7038,-0.2243,-16.0862,0.0000,-16.0862,3.6066,-16.0862,0.6455,0.0000,-16.7317,1.0482,,,-17.7798,1.3939,,,-19.1738,,,,,,,869.6924,-183.7152,0.2000,0.5025,1.4286,1.4000,0.0756,184.0652,184.0652,185.9058,185.9058,185.9058
-106.7500,0.5000,,61.4400,,,,12,836.5200,-71.0411,1747.3698,-144.6434,-6.2232,153.0699,153.0699,-12.6708,-0.1975,-9.6324,0.0000,-9.6324,3.6066,-9.6324,0.6436,0.0000,-10.2760,1.0452,,,-11.3212,1.3892,,,-12.7104,,,,,,,867.7068,-113.0890,0.2000,0.5025,1.4286,1.4000,0.0756,1296.7175,1296.7175,1309.6847,1309.6847,1309.6847
-107.2500,0.5000,,61.7000,,,,12,846.2353,97.3110,1770.3465,-145.0806,8.6235,156.8838,156.8838,-12.8567,0.2440,4.7746,0.0000,4.7746,3.6049,4.7746,0.6459,0.0000,4.1286,1.0489,,,3.0798,1.3950,,,1.6847,,,,,,,870.1600,45.3084,0.2000,0.5025,1.4286,1.4000,0.0738,3577.7407,3577.7407,3613.5181,3613.5181,3613.5181
-107.7500,0.5000,,61.7400,,,,12,843.2900,231.9778,1763.3809,-144.9481,20.4858,155.7226,155.7226,-12.8002,0.2954,16.5855,0.0000,16.5855,3.6048,16.5855,0.6488,0.0000,15.9367,1.0532,,,14.8835,1.4021,,,13.4814,,,,,,,873.1206,174.2997,0.2000,0.5025,1.4286,1.4000,0.0737,5313.6264,5313.6264,5366.7627,5366.7627,5366.7627
-108.2500,0.5000,,62.0600,,,,12,844.6100,283.2126,1766.5027,-145.0075,25.0494,156.2425,156.2425,-12.8255,0.2905,21.1559,0.0000,21.1559,3.6030,21.1559,0.6516,0.0000,20.5044,1.0575,,,19.4468,1.4089,,,18.0379,,,,,,,876.0217,223.5131,0.2000,0.5025,1.4286,1.4000,0.0719,6136.8191,6136.8191,6198.1872,6198.1872,6198.1872
-108.7500,0.5000,,62.1800,,,,12,844.4400,224.2127,1766.1006,-144.9998,19.8270,156.1755,156.1755,-12.8223,0.1254,16.0992,0.0000,16.0992,3.6025,16.0992,0.6528,0.0000,15.4464,1.0594,,,14.3870,1.4119,,,12.9751,,,,,,,877.2709,168.1376,0.2000,0.5025,1.4286,1.4000,0.0714,5198.8853,5198.8853,5250.8741,5250.8741,5250.8741
-109.2500,0.5000,,61.7200,,,,12,831.5800,-89.1033,1735.6867,-144.4211,-7.7594,151.1486,151.1486,-12.5766,-0.4680,-10.8932,0.0000,-10.8932,3.6019,-10.8932,0.6483,0.0000,-11.5415,1.0525,,,-12.5940,1.4008,,,-13.9948,,,,,,,872.5987,-126.3044,0.2000,0.5025,1.4286,1.4000,0.0708,1020.6470,1020.6470,1030.8535,1030.8535,1030.8535
-109.7500,0.5000,,61.5000,,,,12,835.1000,-120.9929,1744.0115,-144.5795,-10.5810,152.5164,152.5164,-12.6437,-0.5480,-13.6344,0.0000,-13.6344,3.6013,-13.6344,0.6430,0.0000,-14.2773,1.0443,,,-15.3217,1.3878,,,-16.7094,,,,,,,867.0964,-157.2356,0.2000,0.5025,1.4286,1.4000,0.0702,540.7893,540.7893,546.1972,546.1972,546.1972
-110.2500,0.5000,,61.0400,,,,12,828.9700,-119.6056,1729.5141,-144.3037,-10.3829,150.1383,150.1383,-12.5269,-0.6145,-13.3695,0.0000,-13.3695,3.6011,-13.3695,0.6370,0.0000,-14.0066,1.0352,,,-15.0417,1.3731,,,-16.4149,,,,,,,860.8842,-155.3669,0.2000,0.5025,1.4286,1.4000,0.0700,557.9752,557.9752,563.5549,563.5549,563.5549
-110.7500,0.5000,,60.6000,,,,12,822.9300,-116.6411,1715.2295,-144.0319,-10.0518,147.8134,147.8134,-12.4122,-0.6171,-13.0354,0.0000,-13.0354,3.6008,-13.0354,0.6310,0.0000,-13.6665,1.0259,,,-14.6924,1.3584,,,-16.0508,,,,,,,854.6002,-152.7090,0.2000,0.5025,1.4286,1.4000,0.0697,599.0579,599.0579,605.0485,605.0485,605.0485
-111.2500,0.5000,,60.1600,,,,12,816.8200,-117.0441,1700.7793,-143.7569,-10.0116,145.4799,145.4799,-12.2966,-0.6169,-12.9954,0.0000,-12.9954,3.6007,-12.9954,0.6250,0.0000,-13.6204,1.0167,,,-14.6371,1.3436,,,-15.9807,,,,,,,848.2716,-153.3302,0.2000,0.5025,1.4286,1.4000,0.0696,589.1947,589.1947,595.0867,595.0867,595.0867
-111.7500,0.5000,,59.6600,,,,12,809.3500,-117.0912,1683.1128,-143.4208,-9.9241,142.6521,142.6521,-12.1556,-0.7176,-12.8073,0.0000,-12.8073,3.6008,-12.8073,0.6180,0.0000,-13.4252,1.0058,,,-14.4310,1.3264,,,-15.7574,,,,,,,840.8506,-152.4663,0.2000,0.5025,1.4286,1.4000,0.0697,583.8726,583.8726,589.7113,589.7113,589.7113
-112.2500,0.5000,,59.0800,,,,12,802.0900,-116.6167,1665.9429,-143.0941,-9.7952,139.9303,139.9303,-12.0191,-0.7282,-12.6677,0.0000,-12.6677,3.6007,-12.6677,0.6108,0.0000,-13.2784,0.9947,,,-14.2732,1.3088,,,-15.5820,,,,,,,833.2513,-152.1747,0.2000,0.5025,1.4286,1.4000,0.0696,586.5635,586.5635,592.4291,592.4291,592.4291
-112.7500,0.5000,,58.5400,,,,12,794.4000,-116.3232,1647.7560,-142.8600,-9.6769,137.0758,137.0758,-11.8844,-0.7338,-12.5448,0.0000,-12.5448,3.6017,-12.5448,0.6035,0.0000,-13.1483,0.9835,,,-14.1318,1.2911,,,-15.4228,,,,,,,825.5235,-152.0935,0.2000,0.5025,1.4286,1.4000,0.0706,586.2545,586.2545,592.1170,592.1170,592.1170
-113.2500,0.5000,,57.8800,,,,12,785.1700,-122.7506,1625.9271,-142.6293,-10.0929,133.6883,133.6883,-11.7274,-0.9095,-12.7852,0.0000,-12.7852,3.6018,-12.7852,0.5945,0.0000,-13.3796,0.9695,,,-14.3491,1.2690,,,-15.6181,,,,,,,815.8434,-156.6060,0.2000,0.5025,1.4286,1.4000,0.0707,483.4026,483.4026,488.2366,488.2366,488.2366
-113.7500,0.5000,,57.2600,,,,12,775.0300,-117.6194,1601.9460,-142.3758,-9.5461,130.0155,130.0155,-11.5554,-0.9248,-12.2215,0.0000,-12.2215,3.6002,-12.2215,0.5852,0.0000,-12.8067,0.9551,,,-13.7618,1.2464,,,-15.0082,,,,,,,805.8811,-151.7527,0.2000,0.5025,1.4286,1.4000,0.0691,525.6667,525.6667,530.9233,530.9233,530.9233
-114.2500,0.5000,,56.3400,,,,12,763.0500,-111.2391,1573.6133,-142.0763,-8.8887,125.7418,125.7418,-11.3528,-1.0640,-11.4237,0.0000,-11.4237,3.5990,-11.4237,0.5744,0.0000,-11.9981,0.9384,,,-12.9366,1.2203,,,-14.1569,,,,,,,794.2652,-144.2513,0.2000,0.5025,1.4286,1.4000,0.0679,552.5284,552.5284,558.0537,558.0537,558.0537
-114.7500,0.5000,,55.7800,,,,12,858.2200,19.3741,1798.6903,-145.6199,1.7412,161.6530,161.6530,-13.0872,-0.7850,-1.0718,0.0000,-1.0718,3.5980,-1.0718,0.5664,0.0000,-1.6382,0.9261,,,-2.5643,1.2010,,,-3.7653,,,,,,,785.5848,-19.9139,0.2000,0.5025,1.4286,1.4000,0.0670,2522.8184,2522.8184,2548.0465,2548.0465,2548.0465
-115.2500,0.5000,,55.3000,,,,11,986.3700,312.5128,2101.7651,-151.3867,32.2802,217.0964,217.0964,-15.6371,21.3207,7.3632,0.0000,7.3632,3.5962,7.3632,1.0597,0.0000,6.3035,0.9141,,,5.3894,1.1824,,,4.2070,,,,,,,777.1764,77.4521,0.2000,0.5025,1.4286,1.4000,0.0652,7777.7829,7777.7829,7855.5607,7855.5607,7855.5607
-115.7500,0.5000,,55.0800,,,,11,969.5500,599.4418,2061.9858,-150.6298,60.8619,209.3556,209.3556,-15.2936,0.3069,56.9588,0.0000,56.9588,3.5962,56.9588,2.2742,0.0000,54.6846,0.9171,,,53.7675,2.1492,,,51.6184,,,,,,,779.2789,670.1062,0.2000,0.5025,1.4286,1.4000,0.0652,12257.4406,12257.4406,12380.0150,12380.0150,12380.0150
-116.2500,0.5000,,55.7000,,,,11,979.2300,961.0305,2084.8790,-151.0654,98.5486,213.7933,213.7933,-15.4910,1.4272,93.5257,0.0000,93.5257,3.5956,93.5257,3.7368,0.0000,89.7890,0.9309,,,88.8581,3.5528,,,85.3053,,,,,,,788.9825,1086.7435,0.2000,0.5025,1.4286,1.4000,0.0646,19204.5905,19204.5905,19396.6364,19396.6364,19396.6364
-116.7500,0.5000,,56.2200,,,,11,985.9600,971.5412,2100.7954,-151.3682,100.3111,216.9061,216.9061,-15.6287,0.8673,95.8482,0.0000,95.8482,3.5956,95.8482,3.8296,0.0000,92.0186,0.9392,,,91.0794,3.6416,,,87.4378,,,,,,,794.8211,1105.5483,0.2000,0.5025,1.4286,1.4000,0.0646,19529.7266,19529.7266,19725.0239,19725.0239,19725.0239
-117.2500,0.5000,,56.4600,,,,11,991.1000,978.5292,2112.9515,-151.5995,101.5593,219.2985,219.2985,-15.7342,0.6344,97.3327,0.0000,97.3327,3.5923,97.3327,3.8889,0.0000,93.4438,0.9453,,,92.4985,3.6983,,,88.8001,,,,,,,799.0646,1116.7089,0.2000,0.5025,1.4286,1.4000,0.0612,19756.9518,19756.9518,19954.5213,19954.5213,19954.5213
-117.7500,0.5000,,56.5400,,,,11,991.4700,903.7432,2113.8266,-151.6162,93.8325,219.4712,219.4712,-15.7418,0.1463,90.0965,0.0000,90.0965,3.5898,90.0965,3.5995,0.0000,86.4970,0.9467,,,85.5503,3.4204,,,82.1299,,,,,,,800.0399,1032.4306,0.2000,0.5025,1.4286,1.4000,0.0587,18245.5600,18245.5600,18428.0156,18428.0156,18428.0156
-118.2500,0.5000,,56.4200,,,,11,982.2600,538.5382,2092.0449,-151.2017,55.3951,215.1920,215.1920,-15.5529,-0.8044,52.6105,0.0000,52.6105,3.5890,52.6105,2.1001,0.0000,50.5104,0.9390,,,49.5714,1.9813,,,47.5901,,,,,,,794.6616,606.9740,0.2000,0.5025,1.4286,1.4000,0.0579,11342.7695,11342.7695,11456.1972,11456.1972,11456.1972
-118.7500,0.5000,,55.4200,,,,11,965.4600,239.4395,2052.3129,-150.4457,24.2080,207.4944,207.4944,-15.2105,-2.1171,22.7399,0.0000,22.7399,3.5852,22.7399,1.0662,0.0000,21.6737,0.9186,,,20.7551,1.1894,,,19.5658,,,,,,,780.3291,265.2325,0.2000,0.5025,1.4286,1.4000,0.0541,6370.8517,6370.8517,6434.5602,6434.5602,6434.5602
-119.2500,0.5000,,54.7800,,,,11,958.3300,393.5735,2035.4505,-150.1249,39.4975,204.2698,204.2698,-15.0659,-1.1403,37.0526,0.0000,37.0526,3.5852,37.0526,1.4780,0.0000,35.5746,0.9075,,,34.6672,1.3852,,,33.2820,,,,,,,772.4994,439.7576,0.2000,0.5025,1.4286,1.4000,0.0541,8845.6940,8845.6940,8934.1509,8934.1509,8934.1509
-119.7500,0.5000,,54.6600,,,,11,957.1200,702.2530,2032.5888,-150.0704,70.3864,203.7251,203.7251,-15.0415,-0.1141,66.9171,0.0000,66.9171,3.5833,66.9171,2.6726,0.0000,64.2445,0.9063,,,63.3382,2.5320,,,60.8062,,,,,,,771.7116,794.9734,0.2000,0.5025,1.4286,1.4000,0.0523,13883.7304,13883.7304,14022.5677,14022.5677,14022.5677
-120.2500,0.5000,,54.6200,,,,11,955.2600,775.6161,2028.1899,-149.9867,77.5884,202.8892,202.8892,-15.0039,-0.1343,74.1400,0.0000,74.1400,3.5828,74.1400,2.9615,0.0000,71.1784,0.9050,,,70.2734,2.8094,,,67.4640,,,,,,,770.7834,881.8353,0.2000,0.5025,1.4286,1.4000,0.0517,15110.1644,15110.1644,15261.2661,15261.2661,15261.2661
-120.7500,0.5000,,54.7200,,,,11,958.3300,934.2570,2035.4505,-150.1249,93.7584,204.2698,204.2698,-15.0659,0.1929,89.9833,0.0000,89.9833,3.5822,89.9833,3.5952,0.0000,86.3880,0.9069,,,85.4811,3.4177,,,82.0634,,,,,,,772.1166,1068.4200,0.2000,0.5025,1.4286,1.4000,0.0511,18313.9472,18313.9472,18497.0866,18497.0866,18497.0866
-121.2500,0.5000,,54.8400,,,,11,960.5100,1071.1640,2040.6062,-150.2230,107.7424,205.2531,205.2531,-15.1101,0.3282,103.8342,0.0000,103.8342,3.5800,103.8342,4.1493,0.0000,99.6850,0.9101,,,98.7749,3.9495,,,94.8254,,,,,,,774.3791,1229.2708,0.2000,0.5025,1.4286,1.4000,0.0489,20806.9660,20806.9660,21015.0357,21015.0357,21015.0357
-121.7500,0.5000,,55.0000,,,,11,963.8500,1171.8866,2048.5053,-150.3733,118.2834,206.7641,206.7641,-15.1778,0.3679,114.3355,0.0000,114.3355,3.5800,114.3355,4.5693,0.0000,109.7662,0.9137,,,108.8525,4.3526,,,104.4999,,,,,,,776.9076,1349.1827,0.2000,0.5025,1.4286,1.4000,0.0489,22638.5761,22638.5761,22864.9619,22864.9619,22864.9619
-122.2500,0.5000,,55.2400,,,,11,968.0500,1163.3488,2058.4383,-150.5623,117.9333,208.6720,208.6720,-15.2631,0.5122,113.8425,0.0000,113.8425,3.5785,113.8425,4.5495,0.0000,109.2930,0.9187,,,108.3743,4.3334,,,104.0409,,,,,,,780.4146,1337.3291,0.2000,0.5025,1.4286,1.4000,0.0475,22576.4415,22576.4415,22802.2059,22802.2059,22802.2059
-122.7500,0.5000,,55.6200,,,,11,975.4900,1152.3091,2076.0339,-150.8971,117.7119,212.0732,212.0732,-15.4146,0.8392,113.2950,0.0000,113.2950,3.5777,113.2950,4.5276,0.0000,108.7674,0.9268,,,107.8406,4.3121,,,103.5285,,,,,,,786.1268,1321.2273,0.2000,0.5025,1.4286,1.4000,0.0467,22537.8719,22537.8719,22763.2506,22763.2506,22763.2506
-123.2500,0.5000,,55.9800,,,,11,982.2000,1146.0603,2091.9030,-151.1990,117.8789,215.1642,215.1642,-15.5517,0.8263,113.4748,0.0000,113.4748,3.5778,113.4748,4.5347,0.0000,108.9402,0.9348,,,108.0054,4.3186,,,103.6867,,,,,,,791.7104,1313.9929,0.2000,0.5025,1.4286,1.4000,0.0467,22567.9909,22567.9909,22793.6708,22793.6708,22793.6708
-123.7500,0.5000,,56.4200,,,,11,988.3500,1139.7170,2106.4478,-151.4758,117.9604,218.0169,218.0169,-15.6777,0.7587,113.6232,0.0000,113.6232,3.5786,113.6232,4.5406,0.0000,109.0826,0.9421,,,108.1406,4.3240,,,103.8165,,,,,,,796.8027,1307.3030,0.2000,0.5025,1.4286,1.4000,0.0475,22584.8127,22584.8127,22810.6609,22810.6609,22810.6609
-124.2500,0.5000,,56.5800,,,,11,992.2300,1127.3149,2115.6240,-151.6504,117.1349,219.8262,219.8262,-15.7574,0.4197,113.1366,0.0000,113.1366,3.5786,113.1366,4.5211,0.0000,108.6155,0.9461,,,107.6694,4.3052,,,103.3642,,,,,,,799.6061,1297.1407,0.2000,0.5025,1.4286,1.4000,0.0475,22448.3783,22448.3783,22672.8620,22672.8620,22672.8620
-124.7500,0.5000,,56.8400,,,,11,1001.8200,1188.3127,2134.0000,-152.1183,124.6663,223.8787,223.8787,-15.9588,1.0323,120.0542,0.0000,120.0542,3.5798,120.0542,4.7977,0.0000,115.2565,0.9559,,,114.3006,4.5704,,,109.7302,,,,,,,806.4590,1364.7546,0.2000,0.5025,1.4286,1.4000,0.0488,23794.5881,23794.5881,24032.5339,24032.5339,24032.5339
-125.2500,0.5000,,57.6600,,,,11,1014.3700,1323.4492,2134.0000,-152.9341,140.5828,226.6832,226.6832,-16.2454,1.6188,135.3831,0.0000,135.3831,3.5809,135.3831,5.4107,0.0000,129.9724,0.9713,,,129.0011,5.1584,,,123.8428,,,,,,,817.0900,1518.9819,0.2000,0.5025,1.4286,1.4000,0.0498,26698.5815,26698.5815,26965.5673,26965.5673,26965.5673
-125.7500,0.5000,,58.3400,,,,11,1022.0500,1320.8967,2134.0000,-153.4333,141.3740,228.3995,228.3995,-16.4218,1.0136,136.7796,0.0000,136.7796,3.5809,136.7796,5.4665,0.0000,131.3130,0.9808,,,130.3322,5.2116,,,125.1206,,,,,,,823.6766,1522.3780,0.2000,0.5025,1.4286,1.4000,0.0498,26835.7260,26835.7260,27104.0833,27104.0833,27104.0833
-126.2500,0.5000,,58.6800,,,,11,1030.2900,1336.7185,2134.0000,-153.9689,144.2209,230.2409,230.2409,-16.6120,1.0561,139.5843,0.0000,139.5843,3.5805,139.5843,5.5786,0.0000,134.0057,0.9907,,,133.0150,5.3189,,,127.6961,,,,,,,830.4838,1540.8606,0.2000,0.5025,1.4286,1.4000,0.0494,27341.3846,27341.3846,27614.7984,27614.7984,27614.7984
-126.7500,0.5000,,59.2000,,,,11,1038.7000,1328.7704,2134.0000,-154.5155,144.5336,232.1203,232.1203,-16.8070,0.9914,139.9617,0.0000,139.9617,3.5805,139.9617,5.5937,0.0000,134.3681,0.9999,,,133.3681,5.3330,,,128.0352,,,,,,,836.8235,1533.3227,0.2000,0.5025,1.4286,1.4000,0.0494,27409.9872,27409.9872,27684.0871,27684.0871,27684.0871
-127.2500,0.5000,,59.7200,,,,11,1047.6327,1328.4745,2134.0000,-155.0961,145.7441,234.1165,234.1165,-17.0153,1.1927,140.9712,0.0000,140.9712,3.5802,140.9712,5.6340,0.0000,135.3372,1.0110,,,134.3262,5.3713,,,128.9550,,,,,,,844.3879,1530.5467,0.2000,0.5025,1.4286,1.4000,0.0491,27645.8049,27645.8049,27922.2630,27922.2630,27922.2630
-127.7500,0.5000,,60.2000,,,,11,1055.8137,1238.6716,2134.0000,-155.6279,136.9532,235.9448,235.9448,-17.2069,1.0886,132.2847,0.0000,132.2847,3.5800,132.2847,5.2864,0.0000,126.9983,1.0210,,,125.9773,5.0373,,,120.9400,,,,,,,851.2329,1424.6912,0.2000,0.5025,1.4286,1.4000,0.0489,26076.9584,26076.9584,26337.7280,26337.7280,26337.7280
-128.2500,0.5000,,60.6000,,,,11,1062.7000,1157.4982,2134.0000,-156.0755,128.8130,237.4836,237.4836,-17.3690,0.9099,124.3231,0.0000,124.3231,3.5800,124.3231,4.9679,0.0000,119.3552,1.0293,,,118.3259,4.7312,,,113.5947,,,,,,,856.9123,1330.0758,0.2000,0.5025,1.4286,1.4000,0.0489,24662.6824,24662.6824,24909.3092,24909.3092,24909.3092
-128.7500,0.5000,,60.8000,,,,11,1064.0800,1039.7457,2134.0000,-156.1652,115.8591,237.7920,237.7920,-17.4015,0.1843,112.0915,0.0000,112.0915,3.5832,112.0915,4.4786,0.0000,107.6129,1.0310,,,106.5819,4.2614,,,102.3204,,,,,,,858.0583,1197.6195,0.2000,0.5025,1.4286,1.4000,0.0522,22292.5102,22292.5102,22515.4353,22515.4353,22515.4353
-129.2500,0.5000,,60.8800,,,,11,1066.6000,1014.3319,2134.0000,-156.3290,113.2949,238.3552,238.3552,-17.4610,0.3149,109.3967,0.0000,109.3967,3.5832,109.3967,4.3708,0.0000,105.0259,1.0339,,,103.9920,4.1578,,,99.8342,,,,,,,860.0127,1166.1730,0.2000,0.5025,1.4286,1.4000,0.0522,21830.3611,21830.3611,22048.6647,22048.6647,22048.6647
-129.7500,0.5000,,60.9800,,,,11,1068.4900,971.8246,2134.0000,-156.4519,108.7394,238.7776,238.7776,-17.5057,0.2495,104.9057,0.0000,104.9057,3.5842,104.9057,4.1911,0.0000,100.7146,1.0362,,,99.6784,3.9853,,,95.6932,,,,,,,861.5580,1116.2958,0.2000,0.5025,1.4286,1.4000,0.0531,21007.9705,21007.9705,21218.0502,21218.0502,21218.0502
-130.2500,0.5000,,61.1000,,,,11,1068.7700,888.4079,2134.0000,-156.4701,99.4318,238.8401,238.8401,-17.5123,0.1496,95.6975,0.0000,95.6975,3.5848,95.6975,3.8228,0.0000,91.8747,1.0375,,,90.8371,3.6316,,,87.2055,,,,,,,862.4832,1017.2238,0.2000,0.5025,1.4286,1.4000,0.0537,19289.7822,19289.7822,19482.6800,19482.6800,19482.6800
-130.7500,0.5000,,60.9800,,,,11,1067.2200,819.3879,2134.0000,-156.3693,91.5740,238.4937,238.4937,-17.4757,-0.1876,88.1764,0.0000,88.1764,3.5852,88.1764,3.5220,0.0000,84.6545,1.0358,,,83.6186,3.3429,,,80.2758,,,,,,,861.3228,938.5455,0.2000,0.5025,1.4286,1.4000,0.0541,17827.5590,17827.5590,18005.8346,18005.8346,18005.8346
-131.2500,0.5000,,60.8400,,,,11,1064.1700,746.0967,2134.0000,-156.1711,83.1447,237.8122,237.8122,-17.4036,-0.4358,79.9939,0.0000,79.9939,3.5866,79.9939,3.1947,0.0000,76.7992,1.0318,,,75.7673,3.0288,,,72.7385,,,,,,,858.6215,854.1343,0.2000,0.5025,1.4286,1.4000,0.0556,16322.3492,16322.3492,16485.5727,16485.5727,16485.5727
-131.7500,0.5000,,60.5800,,,,11,1058.5300,654.6563,2134.0000,-155.8045,72.5680,236.5518,236.5518,-17.2708,-0.6726,69.6540,0.0000,69.6540,3.5866,69.6540,2.7811,0.0000,66.8728,1.0257,,,65.8471,2.6321,,,63.2151,,,,,,,854.4349,747.3811,0.2000,0.5025,1.4286,1.4000,0.0556,14372.5690,14372.5690,14516.2947,14516.2947,14516.2947
-132.2500,0.5000,,60.2000,,,,11,1053.5000,601.0461,2134.0000,-155.4775,66.3088,235.4277,235.4277,-17.1526,-0.7276,63.4458,0.0000,63.4458,3.5906,63.4458,2.5329,0.0000,60.9129,1.0190,,,59.8939,2.3939,,,57.5000,,,,,,,849.8831,684.4183,0.2000,0.5025,1.4286,1.4000,0.0595,13341.9215,13341.9215,13475.3407,13475.3407,13475.3407
-132.7500,0.5000,,59.9800,,,,11,1048.7000,537.5806,2134.0000,-155.1655,59.0369,234.3550,234.3550,-17.0402,-0.5271,55.9727,0.0000,55.9727,3.5913,55.9727,2.2340,0.0000,53.7387,1.0142,,,52.7245,2.1072,,,50.6173,,,,,,,846.5704,606.1712,0.2000,0.5025,1.4286,1.4000,0.0602,12160.9924,12160.9924,12282.6024,12282.6024,12282.6024
-133.2500,0.5000,,59.7200,,,,11,1041.4700,463.4839,2134.0000,-154.6956,50.5487,232.7393,232.7393,-16.8715,-0.8493,47.8058,0.0000,47.8058,3.5922,47.8058,1.9074,0.0000,45.8984,1.0063,,,44.8921,1.7939,,,43.0982,,,,,,,841.2048,521.0356,0.2000,0.5025,1.4286,1.4000,0.0612,10762.6422,10762.6422,10870.2687,10870.2687,10870.2687
-133.7500,0.5000,,59.0600,,,,11,1027.7449,230.1456,2134.0000,-153.8034,24.7695,229.6722,229.6722,-16.5531,-1.4520,22.6287,0.0000,22.6287,3.5928,22.6287,1.1751,0.0000,21.4536,0.9928,,,20.4607,1.3058,,,19.1549,,,,,,,831.9516,246.2481,0.2000,0.5025,1.4286,1.4000,0.0618,6677.8115,6677.8115,6744.5896,6744.5896,6744.5896
-134.2500,0.5000,,57.7200,,,,11,997.3039,-141.6101,2127.6238,-151.8787,-14.7894,222.2035,222.2035,-15.8618,-2.6930,-15.6891,0.0000,-15.6891,3.5927,-15.6891,1.1378,0.0000,-16.8269,0.9676,,,-17.7944,1.2659,,,-19.0604,,,,,,,814.5118,-197.2775,0.2000,0.5025,1.4286,1.4000,0.0617,421.7452,421.7452,425.9626,425.9626,425.9626
-134.7500,0.5000,,56.9000,,,,11,990.3800,-151.5671,2111.2487,-151.5671,-15.7194,218.9626,218.9626,-15.7194,-2.1328,-17.1789,0.0000,-17.1789,3.5923,-17.1789,1.1081,0.0000,-18.2870,0.9473,,,-19.2343,1.2341,,,-20.4684,,,,,,,800.4306,-218.1676,0.2000,0.5025,1.4286,1.4000,0.0613,234.9842,234.9842,237.3341,237.3341,237.3341
-135.2500,0.5000,,55.8800,,,,11,973.9700,-150.8287,2072.4391,-150.8287,-15.3836,211.3761,211.3761,-15.3836,-1.9847,-16.9912,0.0000,-16.9912,3.5923,-16.9912,1.0802,0.0000,-18.0715,0.9282,,,-18.9997,1.2044,,,-20.2041,,,,,,,787.1007,-219.2476,0.2000,0.5025,1.4286,1.4000,0.0613,231.4853,231.4853,233.8002,233.8002,233.8002
-135.7500,0.5000,,55.0400,,,,11,959.0500,-150.1573,2037.1533,-150.1573,-15.0805,204.5943,204.5943,-15.0805,-1.7351,-16.9373,0.0000,-16.9373,3.5919,-16.9373,1.0558,0.0000,-17.9931,0.9114,,,-18.9044,1.1782,,,-20.0826,,,,,,,775.2592,-221.6305,0.2000,0.5025,1.4286,1.4000,0.0608,228.3041,228.3041,230.5872,230.5872,230.5872
-136.2500,0.5000,,54.2400,,,,11,945.9100,-149.5660,2006.0772,-149.5660,-14.8153,198.7129,198.7129,-14.8153,-1.5873,-16.8198,0.0000,-16.8198,3.5918,-16.8198,1.0333,0.0000,-17.8532,0.8958,,,-18.7490,1.1541,,,-19.9030,,,,,,,764.2663,-223.0703,0.2000,0.5025,1.4286,1.4000,0.0607,225.5024,225.5024,227.7575,227.7575,227.7575
-136.7500,0.5000,,53.4600,,,,11,931.8400,-146.7096,1972.8016,-148.9328,-14.3162,192.5100,192.5100,-14.5332,-1.5398,-16.3671,0.0000,-16.3671,3.5906,-16.3671,1.0114,0.0000,-17.3785,0.8806,,,-18.2591,1.1306,,,-19.3896,,,,,,,753.4491,-220.2571,0.2000,0.5025,1.4286,1.4000,0.0595,262.6177,262.6177,265.2439,265.2439,265.2439
-137.2500,0.5000,,52.7600,,,,11,919.4898,-148.3770,1943.5934,-148.3770,-14.2870,187.1462,187.1462,-14.2870,-1.4684,-16.4078,0.0000,-16.4078,3.5892,-16.4078,0.9905,0.0000,-17.3983,0.8659,,,-18.2642,1.1080,,,-19.3722,,,,,,,742.9863,-223.6127,0.2000,0.5025,1.4286,1.4000,0.0581,219.8692,219.8692,222.0679,222.0679,222.0679
-137.7500,0.5000,,52.0000,,,,11,908.6500,-147.8893,1917.9573,-147.8893,-14.0722,182.5005,182.5005,-14.0722,-1.2572,-16.4042,0.0000,-16.4042,3.5892,-16.4042,0.9724,0.0000,-17.3766,0.8532,,,-18.2298,1.0886,,,-19.3184,,,,,,,733.9100,-226.0960,0.2000,0.5025,1.4286,1.4000,0.0581,217.5580,217.5580,219.7335,219.7335,219.7335
-138.2500,0.5000,,51.5200,,,,11,899.1100,-142.7488,1895.3952,-147.4600,-13.4405,178.4601,178.4601,-13.8840,-0.9912,-16.0369,0.0000,-16.0369,3.5876,-16.0369,0.9581,0.0000,-16.9950,0.8432,,,-17.8382,1.0733,,,-18.9115,,,,,,,726.6743,-223.3335,0.2000,0.5025,1.4286,1.4000,0.0566,256.0823,256.0823,258.6431,258.6431,258.6431
-138.7500,0.5000,,50.9400,,,,11,888.6200,-141.8702,1870.5863,-146.9879,-13.2019,174.0694,174.0694,-13.6781,-1.1694,-15.6202,0.0000,-15.6202,3.5876,-15.6202,0.9412,0.0000,-16.5614,0.8312,,,-17.3926,1.0551,,,-18.4477,,,,,,,718.0441,-220.2506,0.2000,0.5025,1.4286,1.4000,0.0566,258.2488,258.2488,260.8313,260.8313,260.8313
-139.2500,0.5000,,50.3800,,,,11,880.6300,-82.2864,1851.6900,-146.6284,-7.5884,170.7617,170.7617,-13.5220,-0.9836,-10.1907,0.0000,-10.1907,3.5859,-10.1907,0.9270,0.0000,-11.1177,0.8211,,,-11.9387,1.0397,,,-12.9784,,,,,,,710.7038,-149.3813,0.2000,0.5025,1.4286,1.4000,0.0548,1153.9631,1153.9631,1165.5028,1165.5028,1165.5028
-139.7500,0.5000,,50.3800,,,,11,888.8100,117.0453,1871.0357,-146.9965,10.8941,174.1484,174.1484,-13.6818,-0.1511,7.4605,0.0000,7.4605,3.5848,7.4605,0.9248,0.0000,6.5357,0.8195,,,5.7162,1.0373,,,4.6789,,,,,,,709.5692,87.9571,0.2000,0.5025,1.4286,1.4000,0.0537,4029.0236,4029.0236,4069.3138,4069.3138,4069.3138
-140.2500,0.5000,,50.2200,,,,11,884.0490,268.0344,1859.7759,-146.7822,24.8139,172.1732,172.1732,-13.5887,0.2932,20.9365,0.0000,20.9365,3.5842,20.9365,0.9290,0.0000,20.0075,0.8225,,,19.1849,1.0419,,,18.1430,,,,,,,711.7688,268.4261,0.2000,0.5025,1.4286,1.4000,0.0531,6188.6353,6188.6353,6250.5216,6250.5216,6250.5216
-140.7500,0.5000,,50.9000,,,,11,894.6800,451.6963,1884.9182,-147.2606,42.3197,176.5993,176.5993,-13.7969,1.1325,37.6050,0.0000,37.6050,3.5822,37.6050,1.5006,0.0000,36.1044,0.8342,,,35.2702,1.4095,,,33.8607,,,,,,,720.2012,478.7154,0.2000,0.5025,1.4286,1.4000,0.0512,9160.0229,9160.0229,9251.6231,9251.6231,9251.6231
-141.2500,0.5000,,51.4800,,,,11,903.2200,454.5788,1905.1153,-147.6449,42.9963,180.1953,180.1953,-13.9650,1.0553,38.3588,0.0000,38.3588,3.5822,38.3588,1.5307,0.0000,36.8281,0.8450,,,35.9831,1.4380,,,34.5452,,,,,,,727.9710,483.0996,0.2000,0.5025,1.4286,1.4000,0.0511,9292.4638,9292.4638,9385.3884,9385.3884,9385.3884
-141.7500,0.5000,,51.8200,,,,11,909.9700,402.9184,1921.0791,-147.9487,38.3948,183.0631,183.0631,-14.0983,0.7691,34.0428,0.0000,34.0428,3.5829,34.0428,1.3580,0.0000,32.6848,0.8528,,,31.8320,1.2719,,,30.5601,,,,,,,733.5821,425.4697,0.2000,0.5025,1.4286,1.4000,0.0518,8545.0927,8545.0927,8630.5436,8630.5436,8630.5436
-142.2500,0.5000,,52.2800,,,,11,916.9900,395.8617,1937.6814,-148.2646,38.0134,186.0697,186.0697,-14.2374,0.8017,33.6284,0.0000,33.6284,3.5833,33.6284,1.3414,0.0000,32.2870,0.8609,,,31.4262,1.2557,,,30.1705,,,,,,,739.3851,416.9930,0.2000,0.5025,1.4286,1.4000,0.0523,8498.2337,8498.2337,8583.2160,8583.2160,8583.2160
-142.7500,0.5000,,52.5600,,,,11,919.6100,278.1023,1943.8777,-148.3825,26.7816,187.1980,187.1980,-14.2894,0.4124,22.7863,0.0000,22.7863,3.5829,22.7863,0.9892,0.0000,21.7971,0.8650,,,20.9321,1.1067,,,19.8254,,,,,,,742.3530,280.3878,0.2000,0.5025,1.4286,1.4000,0.0518,6653.0321,6653.0321,6719.5624,6719.5624,6719.5624
-143.2500,0.5000,,52.5000,,,,11,919.5400,231.4715,1943.7121,-148.3793,22.2893,187.1678,187.1678,-14.2880,-0.0536,18.7630,0.0000,18.7630,3.5800,18.7630,0.9884,0.0000,17.7745,0.8645,,,16.9101,1.1058,,,15.8042,,,,,,,741.9680,228.7621,0.2000,0.5025,1.4286,1.4000,0.0489,5890.9333,5890.9333,5949.8427,5949.8427,5949.8427
-143.7500,0.5000,,52.7000,,,,11,925.7857,438.6425,1958.4832,-148.6604,42.5255,189.8711,189.8711,-14.4123,0.4917,38.4539,0.0000,38.4539,3.5800,38.4539,1.5343,0.0000,36.9196,0.8694,,,36.0502,1.4406,,,34.6096,,,,,,,745.4924,472.9167,0.2000,0.5025,1.4286,1.4000,0.0489,9256.7113,9256.7113,9349.2784,9349.2784,9349.2784
-144.2500,0.5000,,53.2000,,,,11,932.5500,519.5900,1974.4808,-148.9648,50.7413,192.8207,192.8207,-14.5474,0.9012,46.2611,0.0000,46.2611,3.5789,46.2611,1.8466,0.0000,44.4146,0.8784,,,43.5362,1.7400,,,41.7961,,,,,,,751.9098,564.0675,0.2000,0.5025,1.4286,1.4000,0.0479,10565.2166,10565.2166,10670.8687,10670.8687,10670.8687
-144.7500,0.5000,,53.4800,,,,11,937.5900,569.8481,1986.4004,-149.1916,55.9501,195.0331,195.0331,-14.6483,0.6160,51.7561,0.0000,51.7561,3.5781,51.7561,2.0663,0.0000,49.6897,0.8845,,,48.8052,1.9508,,,46.8545,,,,,,,756.2644,627.4288,0.2000,0.5025,1.4286,1.4000,0.0470,11385.4324,11385.4324,11499.2868,11499.2868,11499.2868
-145.2500,0.5000,,53.7400,,,,11,943.6600,578.0121,2000.7559,-149.4647,57.1191,197.7144,197.7144,-14.7701,0.6211,52.9199,0.0000,52.9199,3.5781,52.9199,2.1128,0.0000,50.8070,0.8907,,,49.9164,1.9952,,,47.9212,,,,,,,760.6302,637.8547,0.2000,0.5025,1.4286,1.4000,0.0470,11567.4198,11567.4198,11683.0940,11683.0940,11683.0940
-145.7500,0.5000,,54.0800,,,,11,946.9900,560.0215,2008.6314,-149.6146,55.5365,199.1931,199.1931,-14.8371,0.4268,51.5312,0.0000,51.5312,3.5786,51.5312,2.0572,0.0000,49.4739,0.8949,,,48.5790,1.9417,,,46.6373,,,,,,,763.6158,618.6897,0.2000,0.5025,1.4286,1.4000,0.0475,11321.4768,11321.4768,11434.6916,11434.6916,11434.6916
-146.2500,0.5000,,54.2800,,,,11,949.0300,542.5277,2013.4560,-149.7064,53.9176,200.1017,200.1017,-14.8781,0.2844,50.0546,0.0000,50.0546,3.5786,50.0546,1.9982,0.0000,48.0564,0.8977,,,47.1588,1.8849,,,45.2739,,,,,,,765.5989,599.4067,0.2000,0.5025,1.4286,1.4000,0.0475,11071.2014,11071.2014,11181.9135,11181.9135,11181.9135
-146.7500,0.5000,,54.1600,,,,11,949.7500,513.6248,2015.1588,-149.7388,51.0839,200.4228,200.4228,-14.8927,-0.1735,47.6790,0.0000,47.6790,3.5783,47.6790,1.9032,0.0000,45.7758,0.8960,,,44.8799,1.7937,,,43.0861,,,,,,,764.3901,571.8640,0.2000,0.5025,1.4286,1.4000,0.0473,10633.0970,10633.0970,10739.4280,10739.4280,10739.4280
-147.2500,0.5000,,54.1800,,,,11,947.2600,597.6164,2009.2699,-149.6267,59.2817,199.3132,199.3132,-14.8425,0.1153,55.5882,0.0000,55.5882,3.5781,55.5882,2.2195,0.0000,53.3687,0.8971,,,52.4716,2.0974,,,50.3742,,,,,,,765.1940,666.0188,0.2000,0.5025,1.4286,1.4000,0.0471,11945.2208,11945.2208,12064.6730,12064.6730,12064.6730
-147.7500,0.5000,,54.0800,,,,11,947.9600,638.5040,2010.9254,-149.6582,63.3844,199.6248,199.6248,-14.8566,-0.1983,60.0046,0.0000,60.0046,3.5781,60.0046,2.3962,0.0000,57.6084,0.8952,,,56.7132,2.2671,,,54.4462,,,,,,,763.8114,720.2294,0.2000,0.5025,1.4286,1.4000,0.0470,12675.2713,12675.2713,12802.0240,12802.0240,12802.0240
-148.2500,0.5000,,54.4000,,,,11,953.2100,806.1300,2023.3417,-149.8945,80.4678,201.9698,201.9698,-14.9625,0.7084,76.1824,0.0000,76.1824,3.5770,76.1824,3.0432,0.0000,73.1392,0.9021,,,72.2371,2.8880,,,69.3491,,,,,,,768.7398,908.5361,0.2000,0.5025,1.4286,1.4000,0.0459,15657.8475,15657.8475,15814.4259,15814.4259,15814.4259
-148.7500,0.5000,,54.5200,,,,11,955.5400,725.8063,2028.8521,-149.9993,72.6270,203.0149,203.0149,-15.0095,0.2711,68.7791,0.0000,68.7791,3.5768,68.7791,2.7471,0.0000,66.0320,0.9048,,,65.1272,2.6036,,,62.5236,,,,,,,770.6176,818.2516,0.2000,0.5025,1.4286,1.4000,0.0457,14265.1310,14265.1310,14407.7823,14407.7823,14407.7823
-149.2500,0.5000,,54.6000,,,,11,954.6300,610.0829,2026.7000,-149.9584,60.9891,202.6064,202.6064,-14.9911,0.0533,57.3593,0.0000,57.3593,3.5766,57.3593,2.2903,0.0000,55.0690,0.9053,,,54.1637,2.1651,,,51.9987,,,,,,,770.9861,682.0750,0.2000,0.5025,1.4286,1.4000,0.0455,12257.7156,12257.7156,12380.2928,12380.2928,12380.2928
-149.7500,0.5000,,54.3400,,,,11,950.0100,475.8906,2015.7737,-149.7505,47.3439,200.5389,200.5389,-14.8979,-0.6037,44.3717,0.0000,44.3717,3.5759,44.3717,1.7708,0.0000,42.6008,0.8994,,,41.7015,1.6666,,,40.0349,,,,,,,766.8001,530.5270,0.2000,0.5025,1.4286,1.4000,0.0449,10054.8159,10054.8159,10155.3640,10155.3640,10155.3640
-150.2500,0.5000,,54.2000,,,,11,949.1600,598.8794,2013.7634,-149.7122,59.5261,200.1596,200.1596,-14.8808,-0.1849,56.1351,0.0000,56.1351,3.5759,56.1351,2.2414,0.0000,53.8937,0.8976,,,52.9961,2.1184,,,50.8778,,,,,,,765.5134,672.2900,0.2000,0.5025,1.4286,1.4000,0.0449,11991.3689,11991.3689,12111.2826,12111.2826,12111.2826
-150.7500,0.5000,,54.0800,,,,11,946.0600,604.4000,2006.4319,-149.5727,59.8786,198.7796,198.7796,-14.8183,-0.3115,56.6138,0.0000,56.6138,3.5763,56.6138,2.2606,0.0000,54.3532,0.8945,,,53.4587,2.1369,,,51.3218,,,,,,,763.3412,679.9516,0.2000,0.5025,1.4286,1.4000,0.0452,12049.8077,12049.8077,12170.3058,12170.3058,12170.3058
-151.2500,0.5000,,54.1400,,,,11,949.7300,661.0599,2015.1115,-149.7379,65.7460,200.4139,200.4139,-14.8923,0.3059,61.8638,0.0000,61.8638,3.5764,61.8638,2.4705,0.0000,59.3932,0.8975,,,58.4957,2.3384,,,56.1574,,,,,,,765.4743,740.9310,0.2000,0.5025,1.4286,1.4000,0.0453,13089.1356,13089.1356,13220.0270,13220.0270,13220.0270
-151.7500,0.5000,,54.4600,,,,11,954.3300,737.7895,2025.9905,-149.9449,73.7326,202.4718,202.4718,-14.9851,0.5340,69.6222,0.0000,69.6222,3.5764,69.6222,2.7808,0.0000,66.8414,0.9028,,,65.9387,2.6361,,,63.3026,,,,,,,769.1841,829.8254,0.2000,0.5025,1.4286,1.4000,0.0453,14454.0742,14454.0742,14598.6150,14598.6150,14598.6150
-152.2500,0.5000,,54.7400,,,,11,958.8500,639.2555,2036.6803,-150.1483,64.1880,204.5042,204.5042,-15.0765,0.6558,59.9558,0.0000,59.9558,3.5764,59.9558,2.3941,0.0000,57.5617,0.9092,,,56.6525,2.2646,,,54.3879,,,,,,,773.7159,710.4331,0.2000,0.5025,1.4286,1.4000,0.0453,12825.3352,12825.3352,12953.5885,12953.5885,12953.5885
-152.7500,0.5000,,54.7200,,,,11,956.7600,449.0157,2031.7374,-150.0542,44.9876,203.5632,203.5632,-15.0342,-0.1062,41.5174,0.0000,41.5174,3.5764,41.5174,1.6566,0.0000,39.8608,0.9081,,,38.9526,1.5566,,,37.3960,,,,,,,772.9841,492.4324,0.2000,0.5025,1.4286,1.4000,0.0453,9703.9020,9703.9020,9800.9410,9800.9410,9800.9410
-153.2500,0.5000,,54.3400,,,,11,948.1300,194.3636,2011.3275,-149.6659,19.2980,199.7006,199.7006,-14.8600,-1.0811,16.8020,0.0000,16.8020,3.5770,16.8020,1.0358,0.0000,15.7662,0.8975,,,14.8686,1.1567,,,13.7119,,,,,,,765.4918,196.6784,0.2000,0.5025,1.4286,1.4000,0.0460,5536.4419,5536.4419,5591.8064,5591.8064,5591.8064
-153.7500,0.5000,,54.0800,,,,11,945.6900,244.7975,2005.5569,-149.5561,24.2429,198.6152,198.6152,-14.8109,-0.3680,21.0332,0.0000,21.0332,3.5777,21.0332,1.0306,0.0000,20.0026,0.8939,,,19.1087,1.1511,,,17.9575,,,,,,,762.9246,250.3660,0.2000,0.5025,1.4286,1.4000,0.0466,6314.6261,6314.6261,6377.7723,6377.7723,6377.7723
-154.2500,0.5000,,53.6000,,,,11,923.3200,-31.6498,1952.6518,-148.5494,-3.0602,188.8016,188.8016,-14.3632,-1.2015,-5.4364,0.0000,-5.4364,3.5777,-5.4364,1.0135,0.0000,-6.4500,0.8820,,,-7.3320,1.1328,,,-8.4648,,,,,,,754.4819,-81.6356,0.2000,0.5025,1.4286,1.4000,0.0467,2036.0890,2036.0890,2056.4499,2056.4499,2056.4499
-154.7500,0.5000,,52.7200,,,,11,920.4900,-143.3864,1945.9589,-148.4221,-13.8215,187.5778,187.5778,-14.3069,-1.4686,-15.9310,0.0000,-15.9310,3.5781,-15.9310,0.9926,0.0000,-16.9235,0.8674,,,-17.7909,1.1103,,,-18.9012,,,,,,,744.0323,-217.2054,0.2000,0.5025,1.4286,1.4000,0.0470,310.9453,310.9453,314.0548,314.0548,314.0548
-155.2500,0.5000,,52.2200,,,,11,913.2700,-135.0929,1928.8836,-148.0972,-12.9199,184.4734,184.4734,-14.1636,-0.9124,-15.5856,0.0000,-15.5856,3.5781,-15.5856,0.9795,0.0000,-16.5651,0.8582,,,-17.4233,1.0962,,,-18.5195,,,,,,,737.4655,-214.4980,0.2000,0.5025,1.4286,1.4000,0.0470,430.6900,430.6900,434.9969,434.9969,434.9969
-155.7500,0.5000,,51.8200,,,,11,904.9600,-135.5653,1909.2304,-147.7232,-12.8471,180.9324,180.9324,-13.9993,-0.9009,-15.5261,0.0000,-15.5261,3.5798,-15.5261,0.9665,0.0000,-16.4926,0.8491,,,-17.3417,1.0823,,,-18.4239,,,,,,,730.9241,-215.4706,0.2000,0.5025,1.4286,1.4000,0.0487,388.9933,388.9933,392.8833,392.8833,392.8833
-156.2500,0.5000,,51.4200,,,,11,898.7400,-131.7355,1894.5201,-147.4433,-12.3984,178.3043,178.3043,-13.8767,-0.6831,-15.2968,0.0000,-15.2968,3.5814,-15.2968,0.9567,0.0000,-16.2534,0.8421,,,-17.0955,1.0717,,,-18.1672,,,,,,,725.9250,-213.8082,0.2000,0.5025,1.4286,1.4000,0.0503,421.0168,421.0168,425.2270,425.2270,425.2270
-156.7500,0.5000,,51.1800,,,,11,895.3800,-130.8131,1886.5737,-147.2921,-12.2656,176.8926,176.8926,-13.8107,-0.4235,-15.4234,0.0000,-15.4234,3.5814,-15.4234,0.9506,0.0000,-16.3740,0.8378,,,-17.2117,1.0651,,,-18.2769,,,,,,,722.8079,-216.3226,0.2000,0.5025,1.4286,1.4000,0.0503,429.5560,429.5560,433.8515,433.8515,433.8515
-157.2500,0.5000,,51.0200,,,,11,892.4400,-127.2768,1879.6206,-147.1598,-11.8948,175.6620,175.6620,-13.7530,-0.3582,-15.1183,0.0000,-15.1183,3.5818,-15.1183,0.9454,0.0000,-16.0637,0.8341,,,-16.8978,1.0595,,,-17.9574,,,,,,,720.1608,-213.0040,0.2000,0.5025,1.4286,1.4000,0.0507,481.1947,481.1947,486.0067,486.0067,486.0067
-157.7500,0.5000,,50.9200,,,,11,890.6900,-123.3529,1875.4819,-147.0811,-11.5055,174.9315,174.9315,-13.7187,-0.1991,-14.8883,0.0000,-14.8883,3.5819,-14.8883,0.9425,0.0000,-15.8308,0.8321,,,-16.6628,1.0564,,,-17.7193,,,,,,,718.6856,-210.3460,0.2000,0.5025,1.4286,1.4000,0.0508,539.4267,539.4267,544.8209,544.8209,544.8209
-158.2500,0.5000,,50.7800,,,,11,889.1900,-127.4343,1871.9344,-147.0136,-11.8661,174.3066,174.3066,-13.6893,-0.1771,-15.2723,0.0000,-15.2723,3.5832,-15.2723,0.9399,0.0000,-16.2122,0.8303,,,-17.0425,1.0537,,,-18.0961,,,,,,,717.3709,-215.8092,0.2000,0.5025,1.4286,1.4000,0.0522,476.8092,476.8092,481.5773,481.5773,481.5773
-158.7500,0.5000,,50.8000,,,,11,890.1000,-125.7394,1874.0865,-147.0545,-11.7203,174.6856,174.6856,-13.7071,0.0884,-15.3929,0.0000,-15.3929,3.5842,-15.3929,0.9412,0.0000,-16.3341,0.8312,,,-17.1653,1.0550,,,-18.2204,,,,,,,718.0277,-217.2333,0.2000,0.5025,1.4286,1.4000,0.0531,502.9891,502.9891,508.0190,508.0190,508.0190
-159.2500,0.5000,,50.9200,,,,11,892.2200,-129.3555,1879.1003,-147.1499,-12.0861,175.5701,175.5701,-13.7487,0.2355,-15.9067,0.0000,-15.9067,3.5851,-15.9067,0.9446,0.0000,-16.8513,0.8336,,,-17.6849,1.0587,,,-18.7436,,,,,,,719.7741,-223.5671,0.2000,0.5025,1.4286,1.4000,0.0540,449.6382,449.6382,454.1346,454.1346,454.1346
-159.7500,0.5000,,51.1200,,,,11,896.1700,-125.1759,1888.4421,-147.3277,-11.7473,177.2241,177.2241,-13.8262,0.4055,-15.7420,0.0000,-15.7420,3.5892,-15.7420,0.9505,0.0000,-16.6925,0.8377,,,-17.5303,1.0650,,,-18.5953,,,,,,,722.7713,-220.5426,0.2000,0.5025,1.4286,1.4000,0.0581,515.2539,515.2539,520.4065,520.4065,520.4065
-160.2500,0.5000,,51.1400,,,,11,895.5700,-130.5692,1887.0231,-147.3007,-12.2453,176.9723,176.9723,-13.8144,-0.0160,-15.8184,0.0000,-15.8184,3.5892,-15.8184,0.9502,0.0000,-16.7687,0.8376,,,-17.6063,1.0648,,,-18.6711,,,,,,,722.6530,-221.5853,0.2000,0.5025,1.4286,1.4000,0.0581,433.3606,433.3606,437.6942,437.6942,437.6942
-160.7500,0.5000,,51.2000,,,,11,896.2100,-125.0251,1888.5367,-147.3295,-11.7337,177.2408,177.2408,-13.8270,0.0789,-15.4023,0.0000,-15.4023,3.5897,-15.4023,0.9514,0.0000,-16.3537,0.8384,,,-17.1920,1.0660,,,-18.2581,,,,,,,723.2349,-215.9270,0.2000,0.5025,1.4286,1.4000,0.0586,517.5582,517.5582,522.7338,522.7338,522.7338
-161.2500,0.5000,,51.1200,,,,11,895.1000,-98.6814,1885.9115,-147.2795,-9.2499,176.7753,176.7753,-13.8052,-0.1330,-12.7066,0.0000,-12.7066,3.5898,-12.7066,0.9495,0.0000,-13.6561,0.8370,,,-14.4931,1.0639,,,-15.5571,,,,,,,722.2538,-180.5546,0.2000,0.5025,1.4286,1.4000,0.0587,915.0745,915.0745,924.2252,924.2252,924.2252
-161.7500,0.5000,,51.3800,,,,11,911.7100,186.0735,1925.1942,-148.0270,17.7652,183.8061,183.8061,-14.1327,0.3671,13.8077,0.0000,13.8077,3.5904,13.8077,0.9548,0.0000,12.8529,0.8408,,,12.0122,1.0697,,,10.9425,,,,,,,724.9585,169.3013,0.2000,0.5025,1.4286,1.4000,0.0593,5146.5961,5146.5961,5198.0621,5198.0621,5198.0621
-162.2500,0.5000,,52.0400,,,,11,915.5200,599.1823,1934.2048,-148.1984,57.4454,185.4381,185.4381,-14.2082,1.7098,52.1443,0.0000,52.1443,3.5914,52.1443,2.0820,0.0000,50.0622,0.8581,,,49.2041,1.9668,,,47.2373,,,,,,,737.4249,648.2815,0.2000,0.5025,1.4286,1.4000,0.0603,11631.9675,11631.9675,11748.2872,11748.2872,11748.2872
-162.7500,0.5000,,52.9200,,,,11,930.4500,621.8812,1969.5143,-148.8703,60.5939,191.9026,191.9026,-14.5054,1.6549,55.3471,0.0000,55.3471,3.5919,55.3471,2.2100,0.0000,53.1371,0.8747,,,52.2623,2.0891,,,50.1732,,,,,,,749.2935,677.1999,0.2000,0.5025,1.4286,1.4000,0.0608,12162.0738,12162.0738,12283.6945,12283.6945,12283.6945
-163.2500,0.5000,,53.9000,,,,11,949.7900,756.3861,2015.2534,-149.7406,75.2315,200.4407,200.4407,-14.8935,2.0331,69.6026,0.0000,69.6026,3.5957,69.6026,2.7801,0.0000,66.8225,0.8949,,,65.9277,2.6356,,,63.2920,,,,,,,763.6221,835.6336,0.2000,0.5025,1.4286,1.4000,0.0647,14713.8490,14713.8490,14860.9875,14860.9875,14860.9875
-163.7500,0.5000,,55.1200,,,,11,970.0700,863.5072,2063.2156,-150.6532,87.7198,209.5928,209.5928,-15.3042,2.4897,81.6345,0.0000,81.6345,3.5956,81.6345,3.2612,0.0000,78.3733,0.9193,,,77.4540,3.0966,,,74.3574,,,,,,,780.8100,958.5044,0.2000,0.5025,1.4286,1.4000,0.0646,17075.3528,17075.3528,17246.1063,17246.1063,17246.1063
-164.2500,0.5000,,56.1400,,,,11,990.3300,859.6076,2111.1305,-151.5649,89.1474,218.9392,218.9392,-15.7184,2.3728,83.1765,0.0000,83.1765,3.5982,83.1765,3.3227,0.0000,79.8538,0.9421,,,78.9116,3.1549,,,75.7568,,,,,,,796.8460,956.9572,0.2000,0.5025,1.4286,1.4000,0.0671,17334.7829,17334.7829,17508.1307,17508.1307,17508.1307
-164.7500,0.5000,,57.3400,,,,11,1008.2800,868.1536,2134.0000,-152.5382,91.6656,225.3223,225.3223,-16.1060,2.2698,85.7973,0.0000,85.7973,3.5984,85.7973,3.4274,0.0000,82.3700,0.9638,,,81.4062,3.2546,,,78.1516,,,,,,,811.8898,968.8203,0.2000,0.5025,1.4286,1.4000,0.0674,17802.7681,17802.7681,17980.7958,17980.7958,17980.7958
-165.2500,0.5000,,58.2200,,,,11,1024.9000,877.0996,2134.0000,-153.6185,94.1367,229.0364,229.0364,-16.4875,2.0785,88.4590,0.0000,88.4590,3.5992,88.4590,3.5337,0.0000,84.9253,0.9833,,,83.9420,3.3560,,,80.5860,,,,,,,825.4250,982.4961,0.2000,0.5025,1.4286,1.4000,0.0682,18260.5247,18260.5247,18443.1300,18443.1300,18443.1300
-165.7500,0.5000,,59.2400,,,,11,1042.0200,854.2732,2134.0000,-154.7313,93.2184,232.8622,232.8622,-16.8843,2.0981,87.5206,0.0000,87.5206,3.5996,87.5206,3.4960,0.0000,84.0246,1.0029,,,83.0217,3.3191,,,79.7026,,,,,,,838.8669,956.4994,0.2000,0.5025,1.4286,1.4000,0.0686,18088.1425,18088.1425,18269.0239,18269.0239,18269.0239
-166.2500,0.5000,,60.1400,,,,11,1055.4100,731.7240,2134.0000,-155.6017,80.8718,235.8545,235.8545,-17.1974,1.8911,75.3824,0.0000,75.3824,3.5984,75.3824,3.0103,0.0000,72.3720,1.0204,,,71.3517,2.8522,,,68.4994,,,,,,,850.8002,812.2965,0.2000,0.5025,1.4286,1.4000,0.0673,15886.7221,15886.7221,16045.5893,16045.5893,16045.5893
-166.7500,0.5000,,60.6200,,,,11,1063.4600,630.8908,2134.0000,-156.1249,70.2593,237.6535,237.6535,-17.3869,1.0516,65.6111,0.0000,65.6111,3.5966,65.6111,2.6194,0.0000,62.9917,1.0300,,,61.9617,2.4766,,,59.4851,,,,,,,857.3643,701.5995,0.2000,0.5025,1.4286,1.4000,0.0656,13995.7783,13995.7783,14135.7361,14135.7361,14135.7361
-167.2500,0.5000,,61.0400,,,,11,1068.9100,562.4993,2134.0000,-156.4792,62.9639,238.8714,238.8714,-17.5156,0.7536,58.6137,0.0000,58.6137,3.5966,58.6137,2.3394,0.0000,56.2742,1.0369,,,55.2374,2.2076,,,53.0297,,,,,,,862.0376,623.3828,0.2000,0.5025,1.4286,1.4000,0.0655,12859.0599,12859.0599,12987.6505,12987.6505,12987.6505
-167.7500,0.5000,,61.1200,,,,11,1070.8200,470.4500,2134.0000,-156.6033,52.7544,239.2982,239.2982,-17.5609,0.3168,48.8414,0.0000,48.8414,3.5962,48.8414,1.9485,0.0000,46.8929,1.0398,,,45.8531,1.8322,,,44.0209,,,,,,,863.9944,518.2837,0.2000,0.5025,1.4286,1.4000,0.0651,11259.7391,11259.7391,11372.3365,11372.3365,11372.3365
-168.2500,0.5000,,61.1200,,,,11,1069.1000,332.6725,2134.0000,-156.4915,37.2446,238.9139,238.9139,-17.5201,-0.2108,33.8592,0.0000,33.8592,3.5962,33.8592,1.3493,0.0000,32.5100,1.0378,,,31.4721,1.3774,,,30.0947,,,,,,,862.6929,359.8583,0.2000,0.5025,1.4286,1.4000,0.0651,8756.2992,8756.2992,8843.8622,8843.8622,8843.8622
-168.7500,0.5000,,60.9200,,,,11,1065.4500,286.7563,2134.0000,-156.2543,31.9944,238.0982,238.0982,-17.4339,-0.4880,28.8849,0.0000,28.8849,3.5975,28.8849,1.2355,0.0000,27.6494,1.0334,,,26.6160,1.3703,,,25.2457,,,,,,,859.6722,307.1314,0.2000,0.5025,1.4286,1.4000,0.0664,7940.8645,7940.8645,8020.2731,8020.2731,8020.2731
-169.2500,0.5000,,60.6600,,,,11,1060.4000,294.2322,2134.0000,-155.9260,32.6730,236.9697,236.9697,-17.3148,-0.6454,29.7206,0.0000,29.7206,3.5978,29.7206,1.2267,0.0000,28.4939,1.0275,,,27.4664,1.3609,,,26.1055,,,,,,,855.6604,317.9959,0.2000,0.5025,1.4286,1.4000,0.0667,8027.7321,8027.7321,8108.0094,8108.0094,8108.0094
-169.7500,0.5000,,60.3000,,,,11,1053.4900,304.8411,2134.0000,-155.4769,33.6304,235.4255,235.4255,-17.1524,-0.8319,30.8654,0.0000,30.8654,3.5969,30.8654,1.2297,0.0000,29.6357,1.0199,,,28.6159,1.3487,,,27.2672,,,,,,,850.4617,332.7609,0.2000,0.5025,1.4286,1.4000,0.0658,8153.0895,8153.0895,8234.6204,8234.6204,8234.6204
-170.2500,0.5000,,59.9400,,,,11,1049.3700,451.9219,2134.0000,-155.2091,49.6616,234.5048,234.5048,-17.0559,-0.7259,46.7913,0.0000,46.7913,3.5962,46.7913,1.8667,0.0000,44.9245,1.0132,,,43.9113,1.7547,,,42.1567,,,,,,,845.8993,507.1497,0.2000,0.5025,1.4286,1.4000,0.0651,10658.5417,10658.5417,10765.1271,10765.1271,10765.1271
-170.7500,0.5000,,59.8200,,,,11,1047.7400,603.2155,2134.0000,-155.1031,66.1842,234.1405,234.1405,-17.0178,-0.1647,62.7528,0.0000,62.7528,3.5961,62.7528,2.5052,0.0000,60.2476,1.0117,,,59.2359,2.3676,,,56.8683,,,,,,,844.8607,680.9669,0.2000,0.5025,1.4286,1.4000,0.0651,13306.5149,13306.5149,13439.5800,13439.5800,13439.5800
-171.2500,0.5000,,59.7400,,,,11,1044.8100,643.4922,2134.0000,-154.9127,70.4059,233.4857,233.4857,-16.9493,-0.3145,67.1248,0.0000,67.1248,3.5956,67.1248,2.6801,0.0000,64.4447,1.0088,,,63.4359,2.5357,,,60.9003,,,,,,,842.8739,730.1226,0.2000,0.5025,1.4286,1.4000,0.0646,13979.9511,13979.9511,14119.7506,14119.7506,14119.7506
-171.7500,0.5000,,59.6000,,,,11,1043.4300,736.9071,2134.0000,-154.8230,80.5202,233.1773,233.1773,-16.9172,-0.2004,77.1248,0.0000,77.1248,3.5957,77.1248,3.0801,0.0000,74.0447,1.0069,,,73.0378,2.9197,,,70.1181,,,,,,,841.6056,840.1500,0.2000,0.5025,1.4286,1.4000,0.0646,15785.2284,15785.2284,15943.0807,15943.0807,15943.0807
-172.2500,0.5000,,59.4200,,,,11,1036.5800,579.2318,2134.0000,-154.3777,62.8758,231.6466,231.6466,-16.7578,-0.6075,59.8857,0.0000,59.8857,3.5976,59.8857,2.3906,0.0000,57.4951,1.0013,,,56.4938,2.2580,,,54.2358,,,,,,,837.7486,655.3730,0.2000,0.5025,1.4286,1.4000,0.0666,12743.0062,12743.0062,12870.4362,12870.4362,12870.4362
-172.7500,0.5000,,58.7400,,,,11,1024.4800,295.8574,2134.0000,-153.5912,31.7406,228.9426,228.9426,-16.4778,-1.5731,29.7158,0.0000,29.7158,3.5978,29.7158,1.1839,0.0000,28.5319,0.9866,,,27.5453,1.2960,,,26.2493,,,,,,,827.6773,329.1858,0.2000,0.5025,1.4286,1.4000,0.0668,7777.8945,7777.8945,7855.6734,7855.6734,7855.6734
-173.2500,0.5000,,58.1400,,,,11,1014.9500,265.7047,2134.0000,-152.9718,28.2405,226.8129,226.8129,-16.2587,-1.3471,25.9890,0.0000,25.9890,3.5986,25.9890,1.1472,0.0000,24.8418,0.9740,,,23.8678,1.2761,,,22.5917,,,,,,,818.9544,289.6638,0.2000,0.5025,1.4286,1.4000,0.0675,7190.5970,7190.5970,7262.5030,7262.5030,7262.5030
-173.7500,0.5000,,57.7800,,,,11,1012.6700,483.0319,2134.0000,-152.8236,51.2239,226.3033,226.3033,-16.2064,-0.4656,48.0904,0.0000,48.0904,3.5990,48.0904,1.9190,0.0000,46.1714,0.9696,,,45.2018,1.8064,,,43.3954,,,,,,,815.9181,540.3781,0.2000,0.5025,1.4286,1.4000,0.0679,10746.4297,10746.4297,10853.8940,10853.8940,10853.8940
-174.2500,0.5000,,57.8400,,,,11,1013.2100,618.0403,2134.0000,-152.8587,65.5760,226.4240,226.4240,-16.2188,0.2584,61.7176,0.0000,61.7176,3.6000,61.7176,2.4641,0.0000,59.2535,0.9720,,,58.2815,2.3296,,,55.9519,,,,,,,817.6046,692.0573,0.2000,0.5025,1.4286,1.4000,0.0689,13134.0013,13134.0013,13265.3414,13265.3414,13265.3414
-174.7500,0.5000,,57.9600,,,,11,1013.4900,620.2304,2134.0000,-152.8769,65.8266,226.4866,226.4866,-16.2252,-0.0112,62.2365,0.0000,62.2365,3.6012,62.2365,2.4849,0.0000,59.7517,0.9719,,,58.7798,2.3495,,,56.4302,,,,,,,817.5314,697.9382,0.2000,0.5025,1.4286,1.4000,0.0701,13176.1513,13176.1513,13307.9128,13307.9128,13307.9128
-175.2500,0.5000,,57.9000,,,,11,1014.7200,650.9494,2134.0000,-152.9568,69.1707,226.7615,226.7615,-16.2534,0.1064,65.4634,0.0000,65.4634,3.6009,65.4634,2.6139,0.0000,62.8495,0.9729,,,61.8765,2.4734,,,59.4032,,,,,,,818.2247,733.5003,0.2000,0.5025,1.4286,1.4000,0.0699,13733.3363,13733.3363,13870.6697,13870.6697,13870.6697
-175.7500,0.5000,,58.0400,,,,11,1016.4100,632.2682,2134.0000,-153.0667,67.2975,227.1391,227.1391,-16.2921,0.1910,63.5068,0.0000,63.5068,3.5996,63.5068,2.5357,0.0000,60.9712,0.9747,,,59.9964,2.3982,,,57.5983,,,,,,,819.4684,710.4993,0.2000,0.5025,1.4286,1.4000,0.0686,13425.1811,13425.1811,13559.4329,13559.4329,13559.4329
-176.2500,0.5000,,58.1800,,,,11,1017.2200,515.3178,2134.0000,-153.1193,54.8932,227.3201,227.3201,-16.3107,0.2215,51.0721,0.0000,51.0721,3.5996,51.0721,2.0383,0.0000,49.0338,0.9768,,,48.0570,1.9206,,,46.1365,,,,,,,820.9080,570.3912,0.2000,0.5025,1.4286,1.4000,0.0686,11372.3509,11372.3509,11486.0744,11486.0744,11486.0744
-176.7500,0.5000,,58.1200,,,,11,1018.2500,405.4019,2134.0000,-153.1863,43.2284,227.5503,227.5503,-16.3344,0.1098,39.5239,0.0000,39.5239,3.5947,39.5239,1.5763,0.0000,37.9476,0.9778,,,36.9698,1.4771,,,35.4927,,,,,,,821.6205,441.0465,0.2000,0.5025,1.4286,1.4000,0.0636,9589.7565,9589.7565,9685.6541,9685.6541,9685.6541
-177.2500,0.5000,,58.2800,,,,11,1019.6800,345.7141,2134.0000,-153.2792,36.9156,227.8699,227.8699,-16.3673,0.1530,33.1680,0.0000,33.1680,3.5946,33.1680,1.3221,0.0000,31.8459,0.9793,,,30.8667,1.2844,,,29.5823,,,,,,,822.6126,369.6834,0.2000,0.5025,1.4286,1.4000,0.0635,8595.1686,8595.1686,8681.1203,8681.1203,8681.1203
-177.7500,0.5000,,58.1000,,,,11,1017.0500,202.0536,2134.0000,-153.1083,21.5198,227.2822,227.2822,-16.3068,-0.2353,18.1618,0.0000,18.1618,3.5932,18.1618,1.1518,0.0000,17.0100,0.9771,,,16.0330,1.2809,,,14.7520,,,,,,,821.0865,197.8278,0.2000,0.5025,1.4286,1.4000,0.0622,6160.9512,6160.9512,6222.5607,6222.5607,6222.5607
-178.2500,0.5000,,58.0600,,,,11,1017.6500,269.8319,2134.0000,-153.1473,28.7555,227.4162,227.4162,-16.3206,-0.1530,25.3161,0.0000,25.3161,3.5923,25.3161,1.1497,0.0000,24.1664,0.9756,,,23.1908,1.2786,,,21.9122,,,,,,,820.0925,281.3981,0.2000,0.5025,1.4286,1.4000,0.0613,7281.4253,7281.4253,7354.2395,7354.2395,7354.2395
-178.7500,0.5000,,58.2000,,,,11,1020.6900,358.7223,2134.0000,-153.3449,38.3425,228.0956,228.0956,-16.3905,0.4346,34.3158,0.0000,34.3158,3.5922,34.3158,1.3680,0.0000,32.9478,0.9797,,,31.9681,1.2851,,,30.6830,,,,,,,822.9126,382.3348,0.2000,0.5025,1.4286,1.4000,0.0612,8825.3306,8825.3306,8913.5839,8913.5839,8913.5839
-179.2500,0.5000,,58.5200,,,,11,1025.1600,356.6381,2134.0000,-153.6354,38.2867,229.0945,229.0945,-16.4935,0.5285,34.1663,0.0000,34.1663,3.5918,34.1663,1.3620,0.0000,32.8043,0.9847,,,31.8197,1.2929,,,30.5268,,,,,,,826.3296,379.0963,0.2000,0.5025,1.4286,1.4000,0.0608,8823.1075,8823.1075,8911.3385,8911.3385,8911.3385
-179.7500,0.5000,,58.7800,,,,11,1031.8500,359.4205,2134.0000,-154.0703,38.8372,230.5895,230.5895,-16.6481,0.8013,34.4441,0.0000,34.4441,3.5918,34.4441,1.3730,0.0000,33.0710,0.9921,,,32.0789,1.3047,,,30.7742,,,,,,,831.4833,379.8093,0.2000,0.5025,1.4286,1.4000,0.0608,8920.7764,8920.7764,9009.9842,9009.9842,9009.9842
-180.2500,0.5000,,59.2200,,,,11,1038.8000,353.8097,2134.0000,-154.5220,38.4884,232.1427,232.1427,-16.8093,0.9424,33.9547,0.0000,33.9547,3.5913,33.9547,1.3534,0.0000,32.6014,1.0009,,,31.6004,1.3186,,,30.2818,,,,,,,837.5036,371.7238,0.2000,0.5025,1.4286,1.4000,0.0603,8876.7579,8876.7579,8965.5255,8965.5255,8965.5255
-180.7500,0.5000,,59.6400,,,,11,1047.0700,352.0946,2134.0000,-155.0596,38.6068,233.9908,233.9908,-17.0021,0.9562,34.0592,0.0000,34.0592,3.5913,34.0592,1.3575,0.0000,32.7017,1.0098,,,31.6920,1.3327,,,30.3593,,,,,,,843.5686,370.1876,0.2000,0.5025,1.4286,1.4000,0.0602,8909.5233,8909.5233,8998.6186,8998.6186,8998.6186
-181.2500,0.5000,,60.1400,,,,11,1055.9900,348.0609,2134.0000,-155.6394,38.4896,235.9842,235.9842,-17.2111,1.1295,33.7680,0.0000,33.7680,3.5922,33.7680,1.3458,0.0000,32.4223,1.0202,,,31.4021,1.3492,,,30.0529,,,,,,,850.6766,363.9571,0.2000,0.5025,1.4286,1.4000,0.0611,8913.0296,8913.0296,9002.1599,9002.1599,9002.1599
-181.7500,0.5000,,60.5600,,,,11,1062.1800,318.4707,2134.0000,-156.0417,35.4239,237.3674,237.3674,-17.3567,0.8614,30.9696,0.0000,30.9696,3.5929,30.9696,1.2338,0.0000,29.7358,1.0281,,,28.7078,1.3618,,,27.3460,,,,,,,856.0580,331.7023,0.2000,0.5025,1.4286,1.4000,0.0618,8456.9953,8456.9953,8541.5652,8541.5652,8541.5652
-182.2500,0.5000,,60.7800,,,,11,1062.7400,180.5389,2134.0000,-156.0781,20.0922,237.4926,237.4926,-17.3699,0.3124,16.1863,0.0000,16.1863,3.5934,16.1863,1.2318,0.0000,14.9545,1.0309,,,13.9236,1.3664,,,12.5572,,,,,,,858.0016,166.4389,0.2000,0.5025,1.4286,1.4000,0.0623,6075.2509,6075.2509,6136.0034,6136.0034,6136.0034
-182.7500,0.5000,,60.6200,,,,11,1059.8800,84.8860,2134.0000,-155.8922,9.4215,236.8535,236.8535,-17.3025,-0.4658,6.2928,0.0000,6.2928,3.5946,6.2928,1.2255,0.0000,5.0673,1.0267,,,4.0406,1.3596,,,2.6811,,,,,,,855.1023,56.5888,0.2000,0.5025,1.4286,1.4000,0.0635,4488.6498,4488.6498,4533.5363,4533.5363,4533.5363
-183.2500,0.5000,,60.4000,,,,11,1049.3900,54.3698,2134.0000,-155.2104,5.9748,234.5092,234.5092,-17.0564,-0.4374,2.8176,0.0000,2.8176,3.5946,2.8176,1.2195,0.0000,1.5982,1.0227,,,0.5755,1.3532,,,-0.7777,,,,,,,852.3710,17.9045,0.2000,0.5025,1.4286,1.4000,0.0635,3934.7132,3934.7132,3974.0603,3974.0603,3974.0603
-183.7500,0.5000,,60.1000,,,,11,1046.7400,-46.7014,2134.0000,-155.0381,-5.1191,233.9170,233.9170,-16.9944,-0.8287,-7.8855,0.0000,-7.8855,3.5951,-7.8855,1.2081,0.0000,-9.0936,1.0150,,,-10.1086,1.3410,,,-11.4497,,,,,,,847.1718,-102.5024,0.2000,0.5025,1.4286,1.4000,0.0640,2184.9893,2184.9893,2206.8392,2206.8392,2206.8392
-184.2500,0.5000,,59.5400,,,,11,1039.6400,-146.2109,2134.0000,-154.5766,-15.9181,232.3304,232.3304,-16.8289,-1.2347,-18.2785,0.0000,-18.2785,3.5951,-18.2785,1.1911,0.0000,-19.4696,1.0036,,,-20.4732,1.3229,,,-21.7962,,,,,,,839.3658,-221.5018,0.2000,0.5025,1.4286,1.4000,0.0640,382.1321,382.1321,385.9534,385.9534,385.9534
-184.7500,0.5000,,58.9400,,,,11,1028.7600,-153.4839,2134.0000,-153.8694,-16.5351,229.8990,229.8990,-16.5766,-1.3195,-18.8107,0.0000,-18.8107,3.5951,-18.8107,1.1729,0.0000,-19.9836,0.9914,,,-20.9750,1.3035,,,-22.2785,,,,,,,830.9432,-229.6543,0.2000,0.5025,1.4286,1.4000,0.0640,239.7437,239.7437,242.1411,242.1411,242.1411
-185.2500,0.5000,,58.3400,,,,11,1019.1500,-149.1138,2134.0000,-153.2448,-15.9142,227.7514,227.7514,-16.3551,-1.1960,-18.3133,0.0000,-18.3133,3.5951,-18.3133,1.1564,0.0000,-19.4697,0.9802,,,-20.4499,1.2858,,,-21.7357,,,,,,,823.2344,-225.8435,0.2000,0.5025,1.4286,1.4000,0.0640,308.7463,308.7463,311.8337,311.8337,311.8337
-185.7500,0.5000,,57.8400,,,,11,1009.5900,-148.4062,2134.0000,-152.6234,-15.6901,225.6151,225.6151,-16.1360,-1.2501,-18.0342,0.0000,-18.0342,3.5942,-18.0342,1.1390,0.0000,-19.1732,0.9684,,,-20.1416,1.2673,,,-21.4089,,,,,,,815.0984,-224.6239,0.2000,0.5025,1.4286,1.4000,0.0631,311.7129,311.7129,314.8301,314.8301,314.8301
-186.2500,0.5000,,57.2400,,,,11,999.8500,-143.9442,2133.6453,-151.9933,-15.0715,223.4013,223.4013,-15.9143,-1.1566,-17.5073,0.0000,-17.5073,3.5923,-17.5073,1.1229,0.0000,-18.6303,0.9574,,,-19.5877,1.2501,,,-20.8378,,,,,,,807.4984,-220.3172,0.2000,0.5025,1.4286,1.4000,0.0613,382.2389,382.2389,386.0612,386.0612,386.0612
-186.7500,0.5000,,56.6400,,,,11,989.6500,-140.6058,2109.5223,-151.5343,-14.5718,218.6222,218.6222,-15.7044,-1.2564,-16.9077,0.0000,-16.9077,3.5923,-16.9077,1.1054,0.0000,-18.0131,0.9455,,,-18.9586,1.2313,,,-20.1899,,,,,,,799.1607,-215.2414,0.2000,0.5025,1.4286,1.4000,0.0612,432.0195,432.0195,436.3397,436.3397,436.3397
-187.2500,0.5000,,56.1800,,,,11,980.0300,-144.0322,2086.7710,-151.1014,-14.7818,214.1622,214.1622,-15.5073,-1.1157,-17.2569,0.0000,-17.2569,3.5909,-17.2569,1.0898,0.0000,-18.3467,0.9348,,,-19.2815,1.2146,,,-20.4960,,,,,,,791.6827,-221.2985,0.2000,0.5025,1.4286,1.4000,0.0598,360.3319,360.3319,363.9352,363.9352,363.9352
-187.7500,0.5000,,55.5800,,,,11,971.1100,-138.8262,2065.6752,-150.7000,-14.1178,210.0676,210.0676,-15.3253,-1.1147,-16.5940,0.0000,-16.5940,3.5909,-16.5940,1.0741,0.0000,-17.6681,0.9240,,,-18.5921,1.1978,,,-19.7899,,,,,,,784.1402,-215.1630,0.2000,0.5025,1.4286,1.4000,0.0598,445.1231,445.1231,449.5743,449.5743,449.5743
-188.2500,0.5000,,55.0800,,,,11,961.8500,-148.1378,2043.7753,-150.2833,-14.9211,205.8586,205.8586,-15.1372,-1.0277,-17.4832,0.0000,-17.4832,3.5898,-17.4832,1.0596,0.0000,-18.5428,0.9140,,,-19.4568,1.1823,,,-20.6391,,,,,,,777.1215,-227.8550,0.2000,0.5025,1.4286,1.4000,0.0587,267.6134,267.6134,270.2895,270.2895,270.2895
-188.7500,0.5000,,54.6400,,,,11,954.4400,-141.8515,2026.2506,-149.9498,-14.1779,202.5212,202.5212,-14.9873,-0.9453,-16.8217,0.0000,-16.8217,3.5892,-16.8217,1.0463,0.0000,-17.8680,0.9048,,,-18.7728,1.1680,,,-19.9407,,,,,,,770.6091,-221.4184,0.2000,0.5025,1.4286,1.4000,0.0581,373.4455,373.4455,377.1800,377.1800,377.1800
-189.2500,0.5000,,54.1800,,,,11,949.4800,-40.5133,2014.5202,-149.7266,-4.0282,200.3024,200.3024,-14.8872,-0.9026,-6.7137,0.0000,-6.7137,3.5882,-6.7137,1.0335,0.0000,-7.7472,0.8959,,,-8.6431,1.1542,,,-9.7974,,,,,,,764.3390,-96.7901,0.2000,0.5025,1.4286,1.4000,0.0571,2010.8984,2010.8984,2031.0074,2031.0074,2031.0074
-189.7500,0.5000,,54.2200,,,,11,958.1800,420.5484,2035.0957,-150.1181,42.1980,204.2023,204.2023,-15.0629,0.1511,38.4617,0.0000,38.4617,3.5852,38.4617,1.5344,0.0000,36.9273,0.8974,,,36.0299,1.4397,,,34.5901,,,,,,,765.3922,460.7171,0.2000,0.5025,1.4286,1.4000,0.0541,9272.5487,9272.5487,9365.2742,9365.2742,9365.2742
-190.2500,0.5000,,54.6000,,,,11,958.0500,672.9896,2034.7883,-150.1123,67.5189,204.1437,204.1437,-15.0603,0.9476,62.9861,0.0000,62.9861,3.5852,62.9861,2.5154,0.0000,60.4707,0.9067,,,59.5640,2.3811,,,57.1829,,,,,,,771.9645,748.0301,0.2000,0.5025,1.4286,1.4000,0.0541,13396.8871,13396.8871,13530.8559,13530.8559,13530.8559
-190.7500,0.5000,,55.3200,,,,11,973.1800,843.1640,2070.5707,-150.7931,85.9278,211.0143,211.0143,-15.3675,1.6745,80.6702,0.0000,80.6702,3.5831,80.6702,3.2226,0.0000,77.4476,0.9230,,,76.5246,3.0594,,,73.4652,,,,,,,783.4435,943.9995,0.2000,0.5025,1.4286,1.4000,0.0520,16723.8130,16723.8130,16891.0511,16891.0511,16891.0511
-191.2500,0.5000,,56.2200,,,,11,987.4510,943.4025,2104.3216,-151.4353,97.5531,217.5987,217.5987,-15.6593,1.7219,92.2490,0.0000,92.2490,3.5822,92.2490,3.6856,0.0000,88.5634,0.9396,,,87.6238,3.5034,,,84.1204,,,,,,,795.0745,1063.6963,0.2000,0.5025,1.4286,1.4000,0.0511,18983.5205,18983.5205,19173.3557,19173.3557,19173.3557
-191.7500,0.5000,,56.8000,,,,11,1000.3400,946.4105,2134.0000,-152.0221,99.1416,223.5479,223.5479,-15.9251,1.5537,94.0049,0.0000,94.0049,3.5830,94.0049,3.7557,0.0000,90.2491,0.9545,,,89.2947,3.5702,,,85.7245,,,,,,,805.4252,1070.0134,0.2000,0.5025,1.4286,1.4000,0.0519,19258.7758,19258.7758,19451.3636,19451.3636,19451.3636
-192.2500,0.5000,,57.5600,,,,11,1011.5800,917.9202,2134.0000,-152.7527,97.2375,226.0598,226.0598,-16.1815,1.5184,92.1343,0.0000,92.1343,3.5848,92.1343,3.6808,0.0000,88.4535,0.9689,,,87.4846,3.4977,,,83.9869,,,,,,,815.4139,1035.8772,0.2000,0.5025,1.4286,1.4000,0.0537,18867.4667,18867.4667,19056.1414,19056.1414,19056.1414
-192.7500,0.5000,,58.1600,,,,11,1018.8700,807.8459,2134.0000,-153.2266,86.1938,227.6889,227.6889,-16.3486,0.9233,81.6857,0.0000,81.6857,3.5848,81.6857,3.2628,0.0000,78.4229,0.9776,,,77.4454,3.0961,,,74.3492,,,,,,,821.4283,911.6847,0.2000,0.5025,1.4286,1.4000,0.0537,16783.1380,16783.1380,16950.9694,16950.9694,16950.9694
-193.2500,0.5000,,58.2600,,,,11,1021.3200,600.8966,2134.0000,-153.3858,64.2673,228.2364,228.2364,-16.4050,0.3769,60.3050,0.0000,60.3050,3.5854,60.3050,2.4075,0.0000,57.8974,0.9811,,,56.9163,2.2749,,,54.6414,,,,,,,823.8709,671.0757,0.2000,0.5025,1.4286,1.4000,0.0544,12933.4682,12933.4682,13062.8029,13062.8029,13062.8029
-193.7500,0.5000,,58.5600,,,,11,1025.4300,550.9323,2134.0000,-153.6530,59.1606,229.1548,229.1548,-16.4997,0.4528,55.1223,0.0000,55.1223,3.5855,55.1223,2.2002,0.0000,52.9221,0.9853,,,51.9367,2.0758,,,49.8610,,,,,,,826.7960,611.2371,0.2000,0.5025,1.4286,1.4000,0.0545,12103.7298,12103.7298,12224.7671,12224.7671,12224.7671
-194.2500,0.5000,,58.6600,,,,11,1027.4000,529.3603,2134.0000,-153.7810,56.9534,229.5951,229.5951,-16.5452,0.3081,53.0580,0.0000,53.0580,3.5874,53.0580,2.1176,0.0000,50.9404,0.9882,,,49.9522,1.9964,,,47.9558,,,,,,,828.7800,586.9408,0.2000,0.5025,1.4286,1.4000,0.0563,11747.9475,11747.9475,11865.4269,11865.4269,11865.4269
-194.7500,0.5000,,58.7000,,,,11,1027.9400,461.5091,2134.0000,-153.8161,49.6794,229.7158,229.7158,-16.5576,0.0483,46.0420,0.0000,46.0420,3.5892,46.0420,1.8370,0.0000,44.2050,0.9887,,,43.2163,1.7269,,,41.4894,,,,,,,829.0904,509.1444,0.2000,0.5025,1.4286,1.4000,0.0581,10557.8357,10557.8357,10663.4140,10663.4140,10663.4140
-195.2500,0.5000,,58.7800,,,,11,1030.0400,483.8193,2134.0000,-153.9526,52.1874,230.1851,230.1851,-16.6062,0.1965,48.4016,0.0000,48.4016,3.5893,48.4016,1.9313,0.0000,46.4703,0.9905,,,45.4798,1.8175,,,43.6623,,,,,,,830.3531,534.4213,0.2000,0.5025,1.4286,1.4000,0.0582,10977.7693,10977.7693,11087.5470,11087.5470,11087.5470
-195.7500,0.5000,,58.9600,,,,11,1033.6800,584.4633,2134.0000,-154.1892,63.2662,230.9985,230.9985,-16.6905,0.4414,59.2345,0.0000,59.2345,3.5903,59.2345,2.3646,0.0000,56.8699,0.9946,,,55.8753,2.2333,,,53.6420,,,,,,,833.1824,651.7992,0.2000,0.5025,1.4286,1.4000,0.0592,12798.8591,12798.8591,12926.8477,12926.8477,12926.8477
-196.2500,0.5000,,59.2000,,,,11,1037.0900,582.7560,2134.0000,-154.4109,63.2895,231.7605,231.7605,-16.7696,0.5026,59.1967,0.0000,59.1967,3.5903,59.1967,2.3631,0.0000,56.8336,0.9993,,,55.8343,2.2316,,,53.6027,,,,,,,836.3921,648.8832,0.2000,0.5025,1.4286,1.4000,0.0592,12811.5805,12811.5805,12939.6963,12939.6963,12939.6963
-196.7500,0.5000,,59.2200,,,,11,1036.7800,582.8414,2134.0000,-154.3907,63.2799,231.6913,231.6913,-16.7624,-0.0014,59.6892,0.0000,59.6892,3.5921,59.6892,2.3828,0.0000,57.3064,0.9993,,,56.3072,2.2505,,,54.0566,,,,,,,836.3832,654.2888,0.2000,0.5025,1.4286,1.4000,0.0610,12809.1917,12809.1917,12937.2836,12937.2836,12937.2836
-197.2500,0.5000,,59.2200,,,,11,1036.8200,493.0534,2134.0000,-154.3933,53.5335,231.7002,231.7002,-16.7633,-0.1090,50.0497,0.0000,50.0497,3.5928,50.0497,1.9972,0.0000,48.0525,0.9983,,,47.0542,1.8804,,,45.1738,,,,,,,835.6883,549.0891,0.2000,0.5025,1.4286,1.4000,0.0618,11225.8329,11225.8329,11338.0912,11338.0912,11338.0912
-197.7500,0.5000,,59.0400,,,,11,1030.3000,346.7265,2134.0000,-153.9695,37.4093,230.2432,230.2432,-16.6122,-0.4704,34.2869,0.0000,34.2869,3.5928,34.2869,1.3667,0.0000,32.9202,0.9939,,,31.9263,1.3075,,,30.6188,,,,,,,832.6819,377.5323,0.2000,0.5025,1.4286,1.4000,0.0618,8691.9501,8691.9501,8778.8696,8778.8696,8778.8696
-198.2500,0.5000,,58.5000,,,,11,1021.9800,264.8593,2134.0000,-153.4287,28.3456,228.3839,228.3839,-16.4202,-1.2039,25.9567,0.0000,25.9567,3.5928,25.9567,1.1600,0.0000,24.7966,0.9826,,,23.8140,1.2897,,,22.5243,,,,,,,824.9382,287.0402,0.2000,0.5025,1.4286,1.4000,0.0618,7228.7262,7228.7262,7301.0135,7301.0135,7301.0135
-198.7500,0.5000,,57.9200,,,,11,1012.1000,220.6527,2134.0000,-152.7865,23.3863,226.1760,226.1760,-16.1934,-1.2191,21.0126,0.0000,21.0126,3.5928,21.0126,1.1431,0.0000,19.8694,0.9712,,,18.8983,1.2717,,,17.6266,,,,,,,817.0219,232.2326,0.2000,0.5025,1.4286,1.4000,0.0617,6398.3082,6398.3082,6462.2913,6462.2913,6462.2913
-199.2500,0.5000,,57.4400,,,,11,1002.7800,267.6297,2134.0000,-152.1807,28.1040,224.0932,224.0932,-15.9806,-1.1013,25.6135,0.0000,25.6135,3.5918,25.6135,1.1278,0.0000,24.4857,0.9608,,,23.5250,1.2553,,,22.2697,,,,,,,809.8036,288.7386,0.2000,0.5025,1.4286,1.4000,0.0608,7132.4846,7132.4846,7203.8094,7203.8094,7203.8094
-199.7500,0.5000,,56.9400,,,,11,992.3000,419.7929,2115.7895,-151.6535,43.6221,219.8589,219.8589,-15.7588,-1.2514,41.2817,0.0000,41.2817,3.5918,41.2817,1.6469,0.0000,39.6348,0.9489,,,38.6860,1.5458,,,37.1402,,,,,,,801.5230,472.2071,0.2000,0.5025,1.4286,1.4000,0.0607,9577.3132,9577.3132,9673.0863,9673.0863,9673.0863
-200.2500,0.5000,,56.1800,,,,11,984.7600,421.2894,2097.9574,-151.3142,43.4450,216.3494,216.3494,-15.6041,-1.0546,40.9081,0.0000,40.9081,3.5915,40.9081,1.6320,0.0000,39.2761,0.9388,,,38.3374,1.5319,,,36.8055,,,,,,,794.4774,472.0832,0.2000,0.5025,1.4286,1.4000,0.0604,9531.0730,9531.0730,9626.3837,9626.3837,9626.3837
-200.7500,0.5000,,56.0200,,,,11,979.4500,603.9994,2085.3993,-151.0753,61.9509,213.8947,213.8947,-15.4955,-0.6104,58.9700,0.0000,58.9700,3.5913,58.9700,2.3545,0.0000,56.6155,0.9329,,,55.6826,2.2257,,,53.4569,,,,,,,790.3706,684.0313,0.2000,0.5025,1.4286,1.4000,0.0602,12462.2070,12462.2070,12586.8291,12586.8291,12586.8291
-201.2500,0.5000,,55.6400,,,,11,971.5000,648.5170,2066.5975,-150.7175,65.9770,210.2458,210.2458,-15.3333,-0.7342,63.1210,0.0000,63.1210,3.5903,63.1210,2.5206,0.0000,60.6004,0.9258,,,59.6746,2.3854,,,57.2891,,,,,,,785.4026,736.8079,0.2000,0.5025,1.4286,1.4000,0.0592,13147.6254,13147.6254,13279.1016,13279.1016,13279.1016
-201.7500,0.5000,,54.9600,,,,11,958.8700,599.5216,2036.7276,-150.1492,60.1995,204.5132,204.5132,-15.0769,-1.5321,58.1429,0.0000,58.1429,3.5887,58.1429,2.3216,0.0000,55.8213,0.9109,,,54.9104,2.1949,,,52.7155,,,,,,,774.9335,687.8710,0.2000,0.5025,1.4286,1.4000,0.0576,12124.6794,12124.6794,12245.9262,12245.9262,12245.9262
-202.2500,0.5000,,54.1400,,,,11,943.5800,444.3686,2000.5667,-149.4611,43.9087,197.6789,197.6789,-14.7685,-1.6564,41.9765,0.0000,41.9765,3.5887,41.9765,1.6751,0.0000,40.3014,0.8947,,,39.4067,1.5748,,,37.8319,,,,,,,763.4532,504.0911,0.2000,0.5025,1.4286,1.4000,0.0576,9510.0285,9510.0285,9605.1287,9605.1287,9605.1287
-202.7500,0.5000,,53.3600,,,,11,930.5300,379.2607,1969.7035,-148.8739,36.9570,191.9375,191.9375,-14.5070,-1.5964,34.9657,0.0000,34.9657,3.5877,34.9657,1.3947,0.0000,33.5710,0.8788,,,32.6921,1.3063,,,31.3859,,,,,,,752.2231,426.1756,0.2000,0.5025,1.4286,1.4000,0.0566,8360.3808,8360.3808,8443.9846,8443.9846,8443.9846
-203.2500,0.5000,,52.7200,,,,11,920.8900,311.7806,1946.9049,-148.4401,30.0667,187.7505,187.7505,-14.3149,-1.1059,27.5850,0.0000,27.5850,3.5876,27.5850,1.0996,0.0000,26.4854,0.8678,,,25.6176,1.1109,,,24.5067,,,,,,,744.3438,339.7851,0.2000,0.5025,1.4286,1.4000,0.0566,7199.5858,7199.5858,7271.5817,7271.5817,7271.5817
-203.7500,0.5000,,51.8800,,,,11,902.5400,171.8748,1903.5071,-147.6143,16.2445,179.9076,179.9076,-13.9516,-1.9113,14.5679,0.0000,14.5679,3.5880,14.5679,0.9657,0.0000,13.6022,0.8485,,,12.7537,1.0814,,,11.6722,,,,,,,730.5260,177.8050,0.2000,0.5025,1.4286,1.4000,0.0569,4876.9833,4876.9833,4925.7532,4925.7532,4925.7532
-204.2500,0.5000,,51.0600,,,,11,889.8800,166.7061,1873.5662,-147.0446,15.5350,174.5939,174.5939,-13.7028,-1.5399,13.4868,0.0000,13.4868,3.5881,13.4868,0.9435,0.0000,12.5433,0.8328,,,11.7105,1.0575,,,10.6530,,,,,,,719.2004,166.5456,0.2000,0.5025,1.4286,1.4000,0.0571,4736.3682,4736.3682,4783.7319,4783.7319,4783.7319
-204.7500,0.5000,,50.2200,,,,11,873.9000,146.9616,1835.7735,-146.3255,13.4491,168.0001,168.0001,-13.3909,-1.7158,11.5770,0.0000,11.5770,3.5879,11.5770,0.9186,0.0000,10.6584,0.8151,,,9.8433,1.0307,,,8.8126,,,,,,,706.3676,144.0896,0.2000,0.5025,1.4286,1.4000,0.0569,4392.3279,4392.3279,4436.2512,4436.2512,4436.2512
-205.2500,0.5000,,49.2600,,,,11,859.4500,95.1170,1801.5993,-145.6753,8.5607,162.1464,162.1464,-13.1110,-1.5287,6.5902,0.0000,6.5902,3.4992,6.5902,0.8962,0.0000,5.6940,0.7991,,,4.8948,1.0066,,,3.8883,,,,,,,694.7342,78.2651,0.2000,0.4650,1.4286,1.3500,0.0556,3600.0403,3600.0403,3744.0419,3744.0419,3744.0419
-205.7500,0.5000,,48.5800,,,,11,846.4900,100.9037,1770.9489,-145.0921,8.9445,156.9844,156.9844,-12.8616,-1.3152,6.7606,0.0000,6.7606,3.4991,6.7606,0.8769,0.0000,5.8837,0.7852,,,5.0985,0.9857,,,4.1128,,,,,,,684.5670,82.0746,0.2000,0.4650,1.4286,1.3500,0.0556,3629.6290,3629.6290,3774.8142,3774.8142,3774.8142
-206.2500,0.5000,,47.9400,,,,11,836.5200,105.9508,1747.3698,-144.6434,9.2813,153.0699,153.0699,-12.6708,-1.1076,6.8918,0.0000,6.8918,3.4971,6.8918,0.8606,0.0000,6.0313,0.7734,,,5.2578,0.9681,,,4.2898,,,,,,,675.8865,85.2131,0.2000,0.4650,1.4286,1.3500,0.0535,3660.8200,3660.8200,3807.2528,3807.2528,3807.2528
-206.7500,0.5000,,47.4600,,,,11,825.5400,97.6756,1721.4021,-144.1493,8.4441,148.8158,148.8158,-12.4618,-0.7810,5.7289,0.0000,5.7289,3.4962,5.7289,0.8490,0.0000,4.8799,0.7651,,,4.1149,0.9556,,,3.1593,,,,,,,669.6975,69.5834,0.2000,0.4650,1.4286,1.3500,0.0527,3499.3354,3499.3354,3639.3088,3639.3088,3639.3088
-207.2500,0.5000,,46.5600,,,,11,806.1100,-136.3625,1675.4502,-143.2750,-11.5111,141.4342,141.4342,-12.0946,-1.3863,-13.6272,0.0000,-13.6272,3.5024,-13.6272,0.8283,0.0000,-14.4556,0.7500,,,-15.2056,0.9332,,,-16.1388,,,,,,,658.5691,-209.6066,0.2000,0.4650,1.4286,1.3500,0.0589,290.5753,290.5753,302.1984,302.1984,302.1984
-207.7500,0.5000,,46.0200,,,,11,802.6200,-131.0961,1667.1963,-143.1179,-11.0186,140.1281,140.1281,-12.0291,-1.1428,-13.3861,0.0000,-13.3861,3.5103,-13.3861,0.8112,0.0000,-14.1973,0.7375,,,-14.9348,0.9147,,,-15.8496,,,,,,,649.2518,-208.8163,0.2000,0.4650,1.4286,1.3500,0.0667,368.0264,368.0264,382.7475,382.7475,382.7475
-208.2500,0.5000,,45.3800,,,,11,792.8200,-131.6585,1644.0193,-142.8205,-10.9308,136.4929,136.4929,-11.8575,-1.0342,-13.4348,0.0000,-13.4348,3.5382,-13.4348,0.7956,0.0000,-14.2304,0.7261,,,-14.9565,0.8978,,,-15.8544,,,,,,,640.7034,-212.0959,0.2000,0.4650,1.4286,1.3500,0.0946,353.4763,353.4763,367.6154,367.6154,367.6154
-208.7500,0.5000,,45.0000,,,,11,786.2700,-138.3039,1628.5286,-142.6568,-11.3877,134.0898,134.0898,-11.7461,-0.6861,-14.3971,0.0000,-14.3971,3.6955,-14.3971,0.7853,0.0000,-15.1824,0.7185,,,-15.9008,0.8866,,,-16.7874,,,,,,,634.9688,-228.3278,0.2000,0.4650,1.4286,1.3500,0.2520,248.9853,248.9853,258.9447,258.9447,258.9447
-209.2500,0.5000,,44.5200,,,,11,777.6500,-96.4794,1608.1423,-142.4413,-7.8568,130.9596,130.9596,-11.5997,-0.8922,-10.7117,0.0000,-10.7117,3.7471,-10.7117,0.7717,0.0000,-11.4834,0.7084,,,-12.1919,0.8719,,,-13.0638,,,,,,,627.4330,-174.7735,0.2000,0.4650,1.4286,1.3500,0.3035,785.5288,785.5288,816.9499,816.9499,816.9499
-209.7500,0.5000,,44.5200,,,,11,785.9000,245.2852,1627.6535,-142.6475,20.1868,133.9547,133.9547,-11.7398,-0.3093,16.2713,0.0000,16.2713,4.2247,16.2713,0.7670,0.0000,15.5043,0.7050,,,14.7993,0.8668,,,13.9325,,,,,,,624.7996,236.9641,0.2000,0.4650,1.4286,1.3500,0.7812,5098.8444,5098.8444,5302.7981,5302.7981,5302.7981
-210.2500,0.5000,,44.8000,,,,11,790.1000,790.6522,1637.5865,-142.7525,65.4178,135.4924,135.4924,-11.8112,1.2558,59.9090,0.0000,59.9090,4.2530,59.9090,2.3936,0.0000,57.5154,0.7191,,,56.7964,2.2708,,,54.5255,,,,,,,635.4245,864.3543,0.2000,0.4650,1.4286,1.3500,0.8094,12905.8401,12905.8401,13422.0737,13422.0737,13422.0737
-210.7500,0.5000,,45.9200,,,,11,812.0100,1088.7442,1689.4037,-143.5405,92.5797,143.6559,143.6559,-12.2057,2.1406,85.6510,0.0000,85.6510,4.7881,85.6510,3.4231,0.0000,82.2279,0.7427,,,81.4852,3.2583,,,78.2268,,,,,,,653.1371,1202.2266,0.2000,0.4650,1.4286,1.3500,1.3445,17991.5167,17991.5167,18711.1773,18711.1773,18711.1773
-211.2500,0.5000,,47.4000,,,,11,834.6900,1210.4694,1743.0419,-144.5611,105.8054,152.3567,152.3567,-12.6359,2.3535,98.6638,0.0000,98.6638,4.7881,98.6638,3.9435,0.0000,94.7203,0.7683,,,93.9520,3.7569,,,90.1951,,,,,,,672.0727,1345.8549,0.2000,0.4650,1.4286,1.3500,1.3445,20398.8081,20398.8081,21214.7604,21214.7604,21214.7604
-211.7500,0.5000,,48.5600,,,,11,857.5500,1222.9117,1797.1058,-145.5898,109.8204,161.3845,161.3845,-13.0743,2.2470,102.9155,0.0000,102.9155,4.6580,102.9155,4.1134,0.0000,98.8021,0.7922,,,98.0099,3.9192,,,94.0907,,,,,,,689.6667,1368.0384,0.2000,0.4650,1.4286,1.3500,1.2144,21175.1415,21175.1415,22022.1471,22022.1471,22022.1471
-212.2500,0.5000,,49.9400,,,,11,880.5400,1240.9383,1851.4771,-146.6243,114.4268,170.7246,170.7246,-13.5202,2.6059,107.1658,0.0000,107.1658,4.6552,107.1658,4.2832,0.0000,102.8826,0.8194,,,102.0632,4.0813,,,97.9819,,,,,,,709.5243,1384.6692,0.2000,0.4650,1.4286,1.3500,1.2116,22052.4072,22052.4072,22934.5034,22934.5034,22934.5034
-212.7500,0.5000,,51.2200,,,,11,902.0100,1218.7516,1902.2537,-147.5905,115.1212,179.6836,179.6836,-13.9411,2.2552,108.4506,0.0000,108.4506,4.4153,108.4506,4.3344,0.0000,104.1162,0.8426,,,103.2736,4.1296,,,99.1440,,,,,,,726.2719,1368.9587,0.2000,0.5025,1.4286,1.4000,0.8843,22173.2532,22173.2532,22394.9857,22394.9857,22394.9857
-213.2500,0.5000,,52.3200,,,,11,921.1600,1174.1849,1947.5434,-148.4522,113.2662,187.8671,187.8671,-14.3202,2.0234,106.9192,0.0000,106.9192,4.3236,106.9192,4.2730,0.0000,102.6462,0.8631,,,101.7831,4.0699,,,97.7131,,,,,,,740.9757,1322.8487,0.2000,0.5025,1.4286,1.4000,0.7925,21791.2411,21791.2411,22009.1536,22009.1536,22009.1536
-213.7500,0.5000,,53.5000,,,,11,941.3100,1156.4257,1995.1982,-149.3590,113.9932,196.6742,196.6742,-14.7229,2.4055,107.4216,0.0000,107.4216,4.1661,107.4216,4.2929,0.0000,103.1287,0.8871,,,102.2416,4.0882,,,98.1534,,,,,,,758.0850,1299.0717,0.2000,0.5025,1.4286,1.4000,0.6350,21899.2974,21899.2974,22118.2904,22118.2904,22118.2904
-214.2500,0.5000,,54.4400,,,,11,958.7500,1139.1081,2036.4438,-150.1438,114.3665,204.4591,204.4591,-15.0744,2.0645,108.2615,0.0000,108.2615,4.0405,108.2615,4.3264,0.0000,103.9351,0.9074,,,103.0277,4.1196,,,98.9081,,,,,,,772.4672,1284.8533,0.2000,0.5025,1.4286,1.4000,0.5095,21958.7402,21958.7402,22178.3276,22178.3276,22178.3276
-214.7500,0.5000,,55.5000,,,,11,975.0800,1062.0051,2075.0642,-150.8786,108.4415,211.8851,211.8851,-15.4062,1.8573,102.5878,0.0000,102.5878,3.9965,102.5878,4.0993,0.0000,98.4885,0.9255,,,97.5630,3.9010,,,93.6620,,,,,,,785.1804,1197.8085,0.2000,0.5025,1.4286,1.4000,0.4654,20950.2652,20950.2652,21159.7678,21159.7678,21159.7678
-215.2500,0.5000,,56.1200,,,,11,987.1200,1002.0687,2103.5388,-151.4204,103.5848,217.4448,217.4448,-15.6525,1.5969,98.0929,0.0000,98.0929,3.8950,98.0929,3.9194,0.0000,94.1736,0.9409,,,93.2327,3.7277,,,89.5050,,,,,,,795.9489,1129.8355,0.2000,0.5025,1.4286,1.4000,0.3639,20155.9854,20155.9854,20357.5453,20357.5453,20357.5453
-215.7500,0.5000,,56.9400,,,,11,997.8900,980.6019,2129.0099,-151.9051,102.4717,222.4790,222.4790,-15.8739,1.2322,97.3642,0.0000,97.3642,3.8753,97.3642,3.8901,0.0000,93.4741,0.9526,,,92.5214,3.6992,,,88.8222,,,,,,,804.1598,1109.9926,0.2000,0.5025,1.4286,1.4000,0.3442,19911.8613,19911.8613,20110.9799,20110.9799,20110.9799
-216.2500,0.5000,,57.2600,,,,11,1004.0900,942.7592,2134.0000,-152.2659,99.1293,224.3860,224.3860,-16.0105,0.7740,94.5523,0.0000,94.5523,3.8029,94.5523,3.7776,0.0000,90.7747,0.9600,,,89.8147,3.5909,,,86.2238,,,,,,,809.2751,1071.1247,0.2000,0.5025,1.4286,1.4000,0.2719,19247.0096,19247.0096,19439.4797,19439.4797,19439.4797
-216.7500,0.5000,,57.6600,,,,11,1012.2800,977.4166,2134.0000,-152.7982,103.6117,226.2162,226.2162,-16.1975,0.9737,98.8351,0.0000,98.8351,3.8029,98.8351,3.9488,0.0000,94.8863,0.9692,,,93.9171,3.7550,,,90.1621,,,,,,,815.6639,1110.8711,0.2000,0.5025,1.4286,1.4000,0.2719,20086.3893,20086.3893,20287.2532,20287.2532,20287.2532
-217.2500,0.5000,,58.1000,,,,11,1020.6800,959.4549,2134.0000,-153.3442,102.5517,228.0934,228.0934,-16.3902,0.9812,97.8238,0.0000,97.8238,3.7467,97.8238,3.9083,0.0000,93.9155,0.9785,,,92.9370,3.7158,,,89.2212,,,,,,,822.0522,1090.9606,0.2000,0.5025,1.4286,1.4000,0.2156,19861.5238,19861.5238,20060.1390,20060.1390,20060.1390
-217.7500,0.5000,,58.6400,,,,11,1028.9300,945.4285,2134.0000,-153.8805,101.8693,229.9370,229.9370,-16.5805,1.0921,97.0342,0.0000,97.0342,3.7431,97.0342,3.8766,0.0000,93.1575,0.9887,,,92.1688,3.6850,,,88.4838,,,,,,,829.1041,1072.9516,0.2000,0.5025,1.4286,1.4000,0.2120,19714.0208,19714.0208,19911.1610,19911.1610,19911.1610
-218.2500,0.5000,,59.1000,,,,11,1035.1300,925.1110,2134.0000,-154.2835,100.2807,231.3225,231.3225,-16.7241,0.8786,95.6923,0.0000,95.6923,3.7099,95.6923,3.8229,0.0000,91.8694,0.9969,,,90.8725,3.6331,,,87.2393,,,,,,,834.7342,1050.9785,0.2000,0.5025,1.4286,1.4000,0.1788,19404.7858,19404.7858,19598.8337,19598.8337,19598.8337
-218.7500,0.5000,,59.3000,,,,11,1038.5000,913.2013,2134.0000,-154.5025,99.3120,232.0756,232.0756,-16.8024,0.4188,95.1875,0.0000,95.1875,3.7056,95.1875,3.8027,0.0000,91.3848,1.0008,,,90.3841,3.6136,,,86.7705,,,,,,,837.4048,1042.1017,0.2000,0.5025,1.4286,1.4000,0.1745,19219.1265,19219.1265,19411.3177,19411.3177,19411.3177
-219.2500,0.5000,,59.3800,,,,11,1039.6600,896.1552,2134.0000,-154.5779,97.5670,232.3349,232.3349,-16.8294,0.1642,93.7185,0.0000,93.7185,3.6844,93.7185,3.7439,0.0000,89.9745,1.0023,,,88.9723,3.5571,,,85.4151,,,,,,,838.4492,1024.7414,0.2000,0.5025,1.4286,1.4000,0.1534,18892.5100,18892.5100,19081.4351,19081.4351,19081.4351
-219.7500,0.5000,,59.3800,,,,11,1039.5918,896.8272,2134.0000,-154.5735,97.6338,232.3196,232.3196,-16.8278,0.0121,93.9484,0.0000,93.9484,3.6733,93.9484,3.7531,0.0000,90.1953,1.0024,,,89.1929,3.5659,,,85.6269,,,,,,,838.5263,1027.1607,0.2000,0.5025,1.4286,1.4000,0.1423,18905.0144,18905.0144,19094.0645,19094.0645,19094.0645
-220.2500,0.5000,,59.3600,,,,11,1038.2647,897.1309,2134.0000,-154.4872,97.5422,232.0230,232.0230,-16.7969,-0.1291,94.0074,0.0000,94.0074,3.6639,94.0074,3.7555,0.0000,90.2519,1.0012,,,89.2507,3.5683,,,85.6824,,,,,,,837.7049,1028.8138,0.2000,0.5025,1.4286,1.4000,0.1329,18889.1193,18889.1193,19078.0105,19078.0105,19078.0105
-220.7500,0.5000,,59.2000,,,,11,1035.4800,905.8287,2134.0000,-154.3062,98.2237,231.4007,231.4007,-16.7322,-0.3510,94.9240,0.0000,94.9240,3.6506,94.9240,3.7922,0.0000,91.1319,0.9979,,,90.1339,3.6036,,,86.5303,,,,,,,835.4684,1041.6257,0.2000,0.5025,1.4286,1.4000,0.1196,19019.3304,19019.3304,19209.5237,19209.5237,19209.5237
-221.2500,0.5000,,58.8800,,,,11,1027.6700,890.8645,2134.0000,-153.7986,95.8725,229.6554,229.6554,-16.5514,-0.8829,93.1047,0.0000,93.1047,3.6507,93.1047,3.7195,0.0000,89.3853,0.9897,,,88.3955,3.5341,,,84.8615,,,,,,,829.8154,1028.6221,0.2000,0.5025,1.4286,1.4000,0.1196,18585.8767,18585.8767,18771.7355,18771.7355,18771.7355
-221.7500,0.5000,,58.0400,,,,11,1009.4900,629.4596,2134.0000,-152.6169,66.5424,225.5927,225.5927,-16.1337,-1.9807,64.8883,0.0000,64.8883,3.6348,64.8883,2.5910,0.0000,62.2973,0.9711,,,61.3262,2.4514,,,58.8748,,,,,,,816.9910,728.1546,0.2000,0.5025,1.4286,1.4000,0.1038,13288.7049,13288.7049,13421.5919,13421.5919,13421.5919
-222.2500,0.5000,,56.5800,,,,11,984.6200,374.9561,2097.6263,-151.3079,38.6614,216.2845,216.2845,-15.6012,-2.9915,38.0205,0.0000,38.0205,3.6324,38.0205,1.5165,0.0000,36.5041,0.9427,,,35.5614,1.4209,,,34.1405,,,,,,,797.2312,437.2484,0.2000,0.5025,1.4286,1.4000,0.1014,8794.1952,8794.1952,8882.1371,8882.1371,8882.1371
-222.7500,0.5000,,55.3000,,,,11,959.6300,237.8274,2038.5250,-150.1834,23.8998,204.8559,204.8559,-15.0923,-2.9491,23.2259,0.0000,23.2259,3.6231,23.2259,1.0599,0.0000,22.1659,0.9142,,,21.2517,1.1826,,,20.0691,,,,,,,777.2601,272.3272,0.2000,0.5025,1.4286,1.4000,0.0920,6299.6462,6299.6462,6362.6426,6362.6426,6362.6426
-223.2500,0.5000,,53.5600,,,,11,928.4300,89.9068,1964.7370,-148.7794,8.7412,191.0215,191.0215,-14.4651,-3.5825,8.7015,0.0000,8.7015,3.6222,8.7015,1.0091,0.0000,7.6924,0.8789,,,6.8135,1.1281,,,5.6854,,,,,,,752.2865,97.6450,0.2000,0.5025,1.4286,1.4000,0.0912,3910.3054,3910.3054,3949.4085,3949.4085,3949.4085
-223.7500,0.5000,,51.6800,,,,11,895.5300,56.4955,1886.9285,-147.2989,5.2981,176.9556,176.9556,-13.8136,-3.7229,5.4040,0.0000,5.4040,3.6170,5.4040,0.9557,0.0000,4.4483,0.8414,,,3.6069,1.0706,,,2.5363,,,,,,,725.4240,58.5569,0.2000,0.5025,1.4286,1.4000,0.0860,3198.9835,3198.9835,3230.9734,3230.9734,3230.9734
-224.2500,0.5000,,50.0400,,,,11,866.8300,50.4773,1819.0530,-146.0074,4.5820,165.1231,165.1231,-13.2537,-3.0401,4.0066,0.0000,4.0066,3.6156,4.0066,0.9116,0.0000,3.0950,0.8101,,,2.2849,1.0231,,,1.2618,,,,,,,702.7268,42.0579,0.2000,0.5025,1.4286,1.4000,0.0845,2997.8984,2997.8984,3027.8774,3027.8774,3027.8774
-224.7500,0.5000,,48.4600,,,,11,844.4592,50.1819,1766.1460,-145.0007,4.4377,156.1830,156.1830,-12.8226,-2.5977,3.5097,0.0000,3.5097,3.5257,3.5097,0.8734,0.0000,2.6362,0.7828,,,1.8535,0.9820,,,0.8715,,,,,,,682.7352,36.8727,0.2000,0.4650,1.4286,1.3500,0.0821,2903.3841,2903.3841,3019.5195,3019.5195,3019.5195
-225.2500,0.5000,,47.3400,,,,11,822.8200,56.2202,1714.9693,-144.0269,4.8442,147.7712,147.7712,-12.4102,-2.0221,3.3422,0.0000,3.3422,3.5241,3.3422,0.8435,0.0000,2.4987,0.7611,,,1.7376,0.9496,,,0.7880,,,,,,,666.7587,35.7868,0.2000,0.4650,1.4286,1.3500,0.0805,2901.4877,2901.4877,3017.5472,3017.5472,3017.5472
-225.7500,0.5000,,46.4400,,,,10,936.8300,262.4465,1984.6030,-149.1574,25.7472,194.6987,194.6987,-14.6330,21.1286,1.0958,0.0000,1.0958,3.5228,1.0958,1.1461,0.0000,-0.0503,0.7449,,,-0.7953,0.9256,,,-1.7209,,,,,,,654.7538,-0.7341,0.2000,0.4650,1.4286,1.3500,0.0792,6550.3615,6550.3615,6812.3760,6812.3760,6812.3760
-226.2500,0.5000,,46.0400,,,,10,1020.5500,60.0758,2134.0000,-153.3358,6.4204,228.0643,228.0643,-16.3873,-1.1886,4.0874,0.0000,4.0874,3.5216,4.0874,1.1296,0.0000,2.9577,0.7366,,,2.2212,0.9133,,,1.3079,,,,,,,648.5305,43.5512,0.2000,0.4650,1.4286,1.3500,0.0780,3906.3477,3906.3477,4062.6016,4062.6016,4062.6016
-226.7500,0.5000,,45.9600,,,,10,1028.9510,134.8949,2134.0000,-153.8818,14.5351,229.9417,229.9417,-16.5810,0.5505,10.3939,0.0000,10.3939,3.5908,10.3939,1.1373,0.0000,9.2566,0.7404,,,8.5161,0.9190,,,7.5971,,,,,,,651.4203,135.6941,0.2000,0.4650,1.4286,1.3500,0.1472,5171.1551,5171.1551,5378.0013,5378.0013,5378.0013
-227.2500,0.5000,,46.7800,,,,10,1040.7900,261.5982,2134.0000,-154.6514,28.5119,232.5874,232.5874,-16.8556,2.1103,22.6875,0.0000,22.6875,3.7141,22.6875,1.1665,0.0000,21.5210,0.7552,,,20.7658,0.9409,,,19.8250,,,,,,,662.3813,310.2599,0.2000,0.4650,1.4286,1.3500,0.2705,7313.6523,7313.6523,7606.1984,7606.1984,7606.1984
-227.7500,0.5000,,47.4800,,,,10,1057.4600,291.0793,2134.0000,-155.7349,32.2332,236.3127,236.3127,-17.2456,2.0754,26.3055,0.0000,26.3055,3.8523,26.3055,1.1952,0.0000,25.1104,0.7695,,,24.3409,0.9725,,,23.3684,,,,,,,672.9867,356.3018,0.2000,0.4650,1.4286,1.3500,0.4087,7949.8705,7949.8705,8267.8653,8267.8653,8267.8653
-228.2500,0.5000,,48.2800,,,,10,1073.7500,294.6667,2134.0000,-156.7938,33.1332,239.9530,239.9530,-17.6303,2.1019,26.8827,0.0000,26.8827,4.1485,26.8827,1.2240,0.0000,25.6587,0.7839,,,24.8748,0.9938,,,23.8810,,,,,,,683.5599,358.4510,0.2000,0.4650,1.4286,1.3500,0.7050,8143.7275,8143.7275,8469.4766,8469.4766,8469.4766
-228.7500,0.5000,,48.6400,,,,10,1051.2300,105.0396,2134.0000,-155.3300,11.5632,234.9204,234.9204,-17.0994,0.8029,6.5437,0.0000,6.5437,4.2167,6.5437,1.2350,0.0000,5.3087,0.7893,,,4.5194,0.9918,,,3.5275,,,,,,,687.5558,73.7308,0.2000,0.4650,1.4286,1.3500,0.7731,4776.7960,4776.7960,4967.8678,4967.8678,4967.8678
-229.2500,0.5000,,48.7000,,,,11,900.0600,-147.5027,1897.6419,-147.5027,-13.9027,178.8605,178.8605,-13.9027,-24.6991,6.4198,0.0000,6.4198,4.3766,6.4198,0.8861,0.0000,5.5337,0.7919,,,4.7418,0.9957,,,3.7461,,,,,,,689.4165,76.6481,0.2000,0.4650,1.4286,1.3500,0.9331,188.1750,188.1750,195.7020,195.7020,195.7020
-229.7500,0.5000,,49.0400,,,,11,867.1327,139.9488,1819.7687,-146.0210,12.7082,165.2458,165.2458,-13.2596,0.4128,7.9143,0.0000,7.9143,4.3810,7.9143,0.8922,0.0000,7.0222,0.7962,,,6.2260,1.0022,,,5.2238,,,,,,,692.6014,96.8188,0.2000,0.4650,1.4286,1.3500,0.9375,4265.7260,4265.7260,4436.3550,4436.3550,4436.3550
-230.2500,0.5000,,49.4000,,,,11,869.4600,302.1116,1825.2729,-146.1257,27.5071,166.1904,166.1904,-13.3047,1.0057,22.1056,0.0000,22.1056,4.3958,22.1056,0.9069,0.0000,21.1988,0.8068,,,20.3920,1.0181,,,19.3739,,,,,,,700.3001,289.0664,0.2000,0.4650,1.4286,1.3500,0.9522,6621.3336,6621.3336,6886.1870,6886.1870,6886.1870
-230.7500,0.5000,,50.0200,,,,11,876.9804,329.2598,1843.0586,-146.4641,30.2383,169.2613,169.2613,-13.4509,0.9234,24.8316,0.0000,24.8316,4.4833,24.8316,0.9898,0.0000,23.8418,0.8164,,,23.0254,1.0326,,,21.9928,,,,,,,707.2951,321.8912,0.2000,0.5025,1.4286,1.4000,0.9522,7108.1630,7108.1630,7179.2446,7179.2446,7179.2446
-231.2500,0.5000,,50.4400,,,,11,885.2300,304.0788,1862.5690,-146.8354,28.1884,172.6621,172.6621,-13.6118,0.8253,23.0681,0.0000,23.0681,4.2951,23.0681,0.9324,0.0000,22.1357,0.8249,,,21.3108,1.0455,,,20.2653,,,,,,,713.4885,296.2634,0.2000,0.5025,1.4286,1.4000,0.7640,6769.6362,6769.6362,6837.3326,6837.3326,6837.3326
-231.7500,0.5000,,50.8400,,,,11,892.1122,270.6563,1878.8455,-147.1451,25.2852,175.5251,175.5251,-13.7466,0.7460,20.2441,0.0000,20.2441,4.2951,20.2441,0.9432,0.0000,19.3010,0.8326,,,18.4684,1.0572,,,17.4112,,,,,,,719.0410,256.3283,0.2000,0.5025,1.4286,1.4000,0.7640,6290.1196,6290.1196,6353.0208,6353.0208,6353.0208
-232.2500,0.5000,,51.2800,,,,11,899.9020,261.7724,1897.2681,-147.4956,24.6688,178.7938,178.7938,-13.8996,0.8894,19.6645,0.0000,19.6645,4.1148,19.6645,0.9560,0.0000,18.7085,0.8417,,,17.8668,1.0710,,,16.7958,,,,,,,725.6056,246.2117,0.2000,0.5025,1.4286,1.4000,0.5838,6210.8194,6210.8194,6272.9276,6272.9276,6272.9276
-232.7500,0.5000,,51.6800,,,,11,906.8000,235.7843,1913.5820,-147.8060,22.3901,181.7135,181.7135,-14.0356,0.7420,17.5529,0.0000,17.5529,4.0951,17.5529,0.9667,0.0000,16.5861,0.8492,,,15.7369,1.0825,,,14.6544,,,,,,,731.0371,216.6591,0.2000,0.5025,1.4286,1.4000,0.5641,5862.2769,5862.2769,5920.8996,5920.8996,5920.8996
-233.2500,0.5000,,52.0000,,,,11,911.3600,178.7768,1924.3664,-148.0112,17.0620,183.6565,183.6565,-14.1258,0.5804,12.3964,0.0000,12.3964,4.0852,12.3964,0.9751,0.0000,11.4213,0.8551,,,10.5662,1.0915,,,9.4747,,,,,,,735.2574,148.3366,0.2000,0.5025,1.4286,1.4000,0.5541,5040.6808,5040.6808,5091.0876,5091.0876,5091.0876
-233.7500,0.5000,,52.1400,,,,11,913.1600,163.2228,1928.6234,-148.0922,15.6083,184.4263,184.4263,-14.1614,0.1697,11.3579,0.0000,11.3579,4.0807,11.3579,0.9775,0.0000,10.3804,0.8568,,,9.5236,1.0941,,,8.4294,,,,,,,736.4871,134.5920,0.2000,0.5025,1.4286,1.4000,0.5496,4833.9578,4833.9578,4882.2974,4882.2974,4882.2974
-234.2500,0.5000,,52.2200,,,,11,915.1700,162.2195,1933.3771,-148.1827,15.5465,185.2879,185.2879,-14.2013,0.2392,11.2708,0.0000,11.2708,4.0365,11.2708,0.9810,0.0000,10.2899,0.8592,,,9.4306,1.0978,,,8.3328,,,,,,,738.2163,133.1060,0.2000,0.5025,1.4286,1.4000,0.5055,4834.7932,4834.7932,4883.1411,4883.1411,4883.1411
-234.7500,0.5000,,52.2800,,,,11,916.3400,151.0802,1936.1441,-148.2353,14.4975,185.7903,185.7903,-14.2245,0.1498,10.3392,0.0000,10.3392,4.0085,10.3392,0.9831,0.0000,9.3561,0.8607,,,8.4953,1.1001,,,7.3952,,,,,,,739.2977,120.8497,0.2000,0.5025,1.4286,1.4000,0.4774,4685.8533,4685.8533,4732.7119,4732.7119,4732.7119
-235.2500,0.5000,,52.4800,,,,11,918.7400,145.1419,1941.8201,-148.3433,13.9641,186.8230,186.8230,-14.2721,0.2600,9.7375,0.0000,9.7375,3.9667,9.7375,0.9868,0.0000,8.7506,0.8634,,,7.8873,1.1041,,,6.7831,,,,,,,741.1699,112.7436,0.2000,0.5025,1.4286,1.4000,0.4357,4619.7432,4619.7432,4665.9407,4665.9407,4665.9407
-235.7500,0.5000,,52.5600,,,,11,921.3300,120.7616,1947.9455,-148.4599,11.6513,187.9406,187.9406,-14.3236,0.2608,7.4918,0.0000,7.4918,3.8987,7.4918,0.9906,0.0000,6.5012,0.8660,,,5.6353,1.1082,,,4.5271,,,,,,,743.0433,83.5512,0.2000,0.5025,1.4286,1.4000,0.3676,4293.9806,4293.9806,4336.9204,4336.9204,4336.9204
-236.2500,0.5000,,52.7400,,,,11,923.4800,113.6345,1953.0302,-148.5566,10.9892,188.8709,188.8709,-14.3664,0.2760,6.8441,0.0000,6.8441,3.8691,6.8441,0.9945,0.0000,5.8496,0.8687,,,4.9808,1.1124,,,3.8684,,,,,,,745.0212,74.9770,0.2000,0.5025,1.4286,1.4000,0.3380,4209.1727,4209.1727,4251.2645,4251.2645,4251.2645
-236.7500,0.5000,,52.7800,,,,11,923.7200,84.0397,1953.5978,-148.5674,8.1293,188.9749,188.9749,-14.3712,0.1621,4.1626,0.0000,4.1626,3.8046,4.1626,0.9968,0.0000,3.1658,0.8704,,,2.2954,1.1149,,,1.1805,,,,,,,746.1802,40.5146,0.2000,0.5025,1.4286,1.4000,0.2735,3792.0085,3792.0085,3829.9286,3829.9286,3829.9286
-237.2500,0.5000,,52.6600,,,,11,914.8500,-98.4899,1932.6203,-148.1683,-9.4356,185.1506,185.1506,-14.1949,-0.0593,-13.1766,0.0000,-13.1766,3.8003,-13.1766,0.9960,0.0000,-14.1726,0.8698,,,-15.0424,1.1140,,,-16.1564,,,,,,,745.7564,-181.4786,0.2000,0.5025,1.4286,1.4000,0.2692,990.5370,990.5370,1000.4423,1000.4423,1000.4423
-237.7500,0.5000,,52.7000,,,,11,922.3367,-86.7178,1950.3264,-148.5052,-8.3758,188.3759,188.3759,-14.3436,-0.3203,-11.7949,0.0000,-11.7949,3.7394,-11.7949,0.9914,0.0000,-12.7863,0.8666,,,-13.6529,1.1091,,,-14.7619,,,,,,,743.4633,-164.2319,0.2000,0.5025,1.4286,1.4000,0.2083,1199.6130,1199.6130,1211.6091,1211.6091,1211.6091
-238.2500,0.5000,,52.7200,,,,11,927.8431,32.3229,1963.3490,-148.7529,3.1406,190.7659,190.7659,-14.4534,0.1731,-0.7721,0.0000,-0.7721,3.7396,-0.7721,0.9939,0.0000,-1.7660,0.8683,,,-2.6343,1.1117,,,-3.7460,,,,,,,744.7039,-22.6450,0.2000,0.5025,1.4286,1.4000,0.2085,3064.6270,3064.6270,3095.2732,3095.2732,3095.2732
-238.7500,0.5000,,52.9200,,,,11,929.1900,80.0307,1966.5344,-148.8136,7.7873,191.3527,191.3527,-14.4802,0.3336,3.7497,0.0000,3.7497,3.7041,3.7497,0.9987,0.0000,2.7510,0.8716,,,1.8794,1.1168,,,0.7625,,,,,,,747.0883,35.1634,0.2000,0.5025,1.4286,1.4000,0.1730,3776.1798,3776.1798,3813.9415,3813.9415,3813.9415
-239.2500,0.5000,,52.9400,,,,11,928.1900,67.1454,1964.1694,-148.7686,6.5265,190.9169,190.9169,-14.4603,0.0746,2.7485,0.0000,2.7485,3.7034,2.7485,0.9997,0.0000,1.7487,0.8724,,,0.8764,1.1180,,,-0.2416,,,,,,,747.6205,22.3366,0.2000,0.5025,1.4286,1.4000,0.1724,3586.2870,3586.2870,3622.1498,3622.1498,3622.1498
-239.7500,0.5000,,53.0800,,,,11,929.4700,65.0216,1967.1966,-148.8262,6.3288,191.4749,191.4749,-14.4858,0.3558,2.2915,0.0000,2.2915,3.6815,2.2915,1.0048,0.0000,1.2867,0.8759,,,0.4108,1.1235,,,-0.7127,,,,,,,750.1536,16.3794,0.2000,0.5025,1.4286,1.4000,0.1504,3565.7989,3565.7989,3601.4569,3601.4569,3601.4569
-240.2500,0.5000,,53.1400,,,,11,930.9800,67.8962,1970.7677,-148.8941,6.6193,192.1341,192.1341,-14.5160,0.1011,2.8440,0.0000,2.8440,3.6743,2.8440,1.0063,0.0000,1.8377,0.8769,,,0.9608,1.1250,,,-0.1642,,,,,,,750.8714,23.3718,0.2000,0.5025,1.4286,1.4000,0.1432,3617.7900,3617.7900,3653.9679,3653.9679,3653.9679
-240.7500,0.5000,,53.1400,,,,11,930.5400,66.8052,1969.7271,-148.8743,6.5099,191.9419,191.9419,-14.5072,-0.0255,2.8747,0.0000,2.8747,3.6608,2.8747,1.0059,0.0000,1.8688,0.8767,,,0.9921,1.1246,,,-0.1325,,,,,,,750.6901,23.7722,0.2000,0.5025,1.4286,1.4000,0.1297,3599.0531,3599.0531,3635.0436,3635.0436,3635.0436
-241.2500,0.5000,,53.1800,,,,11,931.1400,61.0244,1971.1461,-148.9013,5.9504,192.2040,192.2040,-14.5192,0.0898,2.2125,0.0000,2.2125,3.6482,2.2125,1.0072,0.0000,1.2053,0.8776,,,0.3277,1.1260,,,-0.7983,,,,,,,751.3274,15.3192,0.2000,0.5025,1.4286,1.4000,0.1171,3521.7063,3521.7063,3556.9233,3556.9233,3556.9233
-241.7500,0.5000,,53.2200,,,,11,931.1020,63.7358,1971.0563,-148.8996,6.2145,192.1874,192.1874,-14.5184,0.1046,2.4618,0.0000,2.4618,3.6482,2.4618,1.0087,0.0000,1.4531,0.8786,,,0.5745,1.1276,,,-0.5531,,,,,,,752.0692,18.4507,0.2000,0.5025,1.4286,1.4000,0.1171,3559.8068,3559.8068,3595.4049,3595.4049,3595.4049
-242.2500,0.5000,,53.1600,,,,11,921.7900,-41.8410,1949.0334,-148.4806,-4.0389,188.1395,188.1395,-14.3328,-0.1907,-7.4787,0.0000,-7.4787,3.6306,-7.4787,1.0059,0.0000,-8.4847,0.8767,,,-9.3614,1.1247,,,-10.4861,,,,,,,750.7159,-107.9271,0.2000,0.5025,1.4286,1.4000,0.0995,1875.6804,1875.6804,1894.4372,1894.4372,1894.4372
-242.7500,0.5000,,52.8800,,,,11,925.4200,-145.3092,1957.6183,-148.6439,-14.0819,189.7123,189.7123,-14.4050,-0.5586,-17.1527,0.0000,-17.1527,3.6295,-17.1527,0.9980,0.0000,-18.1507,0.8711,,,-19.0219,1.1161,,,-20.1379,,,,,,,746.7383,-232.1115,0.2000,0.5025,1.4286,1.4000,0.0984,281.3038,281.3038,284.1168,284.1168,284.1168
-243.2500,0.5000,,52.7000,,,,11,921.2900,-147.6949,1947.8509,-148.4581,-14.2492,187.9233,187.9233,-14.3228,-0.4074,-17.4604,0.0000,-17.4604,3.6185,-17.4604,0.9921,0.0000,-18.4525,0.8671,,,-19.3196,1.1098,,,-20.4294,,,,,,,743.8242,-236.8953,0.2000,0.5025,1.4286,1.4000,0.0875,234.0229,234.0229,236.3631,236.3631,236.3631
-243.7500,0.5000,,52.5000,,,,11,918.4000,-147.3156,1941.0160,-148.3280,-14.1680,186.6765,186.6765,-14.2654,-0.3666,-17.4182,0.0000,-17.4182,3.6168,-17.4182,0.9869,0.0000,-18.4051,0.8634,,,-19.2685,1.1042,,,-20.3727,,,,,,,741.1919,-237.1263,0.2000,0.5025,1.4286,1.4000,0.0858,237.9036,237.9036,240.2827,240.2827,240.2827
-244.2500,0.5000,,52.3400,,,,11,915.9412,-145.0719,1935.2009,-148.2174,-13.9149,185.6189,185.6189,-14.2166,-0.3319,-17.1943,0.0000,-17.1943,3.6113,-17.1943,0.9821,0.0000,-18.1764,0.8600,,,-19.0364,1.0991,,,-20.1355,,,,,,,738.8006,-234.9370,0.2000,0.5025,1.4286,1.4000,0.0802,275.8687,275.8687,278.6274,278.6274,278.6274
-244.7500,0.5000,,52.2000,,,,11,911.9700,-147.6923,1925.8091,-148.0387,-14.1048,183.9172,183.9172,-14.1379,-0.3145,-17.4001,0.0000,-17.4001,3.6098,-17.4001,0.9776,0.0000,-18.3777,0.8569,,,-19.2346,1.0942,,,-20.3288,,,,,,,736.5278,-238.2728,0.2000,0.5025,1.4286,1.4000,0.0787,224.5147,224.5147,226.7599,226.7599,226.7599
-245.2500,0.5000,,51.7800,,,,11,905.1633,-147.7323,1909.7111,-147.7323,-14.0033,181.0186,181.0186,-14.0033,-0.7809,-16.8292,0.0000,-16.8292,3.6067,-16.8292,0.9664,0.0000,-17.7956,0.8490,,,-18.6446,1.0821,,,-19.7267,,,,,,,730.8539,-232.5161,0.2000,0.5025,1.4286,1.4000,0.0757,205.9257,205.9257,207.9850,207.9850,207.9850
-245.7500,0.5000,,51.0200,,,,11,887.5700,-146.9407,1868.1031,-146.9407,-13.6576,173.6329,173.6329,-13.6576,-1.6904,-15.5715,0.0000,-15.5715,3.6043,-15.5715,0.9420,0.0000,-16.5134,0.8317,,,-17.3451,1.0559,,,-18.4010,,,,,,,718.4178,-219.4985,0.2000,0.5025,1.4286,1.4000,0.0732,180.9585,180.9585,182.7681,182.7681,182.7681
-246.2500,0.5000,,49.5200,,,,11,849.8500,-145.2433,1778.8953,-145.2433,-12.9261,158.3147,158.3147,-12.9261,-2.8561,-13.5857,0.0000,-13.5857,3.5158,-13.5857,0.9004,0.0000,-14.4861,0.8021,,,-15.2882,1.0111,,,-16.2993,,,,,,,696.9010,-198.4962,0.2000,0.4650,1.4286,1.3500,0.0722,183.3345,183.3345,190.6679,190.6679,190.6679
-246.7500,0.5000,,48.5400,,,,11,907.4000,-147.8330,1915.0010,-147.8330,-14.0475,181.9686,181.9686,-14.0475,-1.7833,-15.7780,0.0000,-15.7780,3.5138,-15.7780,0.8742,0.0000,-16.6521,0.7833,,,-17.4354,0.9828,,,-18.4182,,,,,,,683.1227,-232.7783,0.2000,0.4650,1.4286,1.3500,0.0702,213.7057,213.7057,222.2539,222.2539,222.2539
-247.2500,0.5000,,47.0000,,,,10,1008.1600,-152.5304,2134.0000,-152.5304,-16.1033,225.2955,225.2955,-16.1033,19.8573,-39.4740,0.0000,-39.4740,3.5134,-39.4740,1.5743,0.0000,-41.0483,0.7505,,,-41.7988,1.6709,,,-43.4697,,,,,,,658.9113,-594.8940,0.2000,0.4650,1.4286,1.3500,0.0699,235.8305,235.8305,245.2637,245.2637,245.2637
-247.7500,0.5000,,45.5600,,,,10,1002.4000,-152.1560,2134.0000,-152.1560,-15.9720,224.0083,224.0083,-15.9720,-3.4156,-16.0662,0.0000,-16.0662,3.5098,-16.0662,1.1097,0.0000,-17.1759,0.7265,,,-17.9024,0.8984,,,-18.8008,,,,,,,640.9809,-255.8859,0.2000,0.4650,1.4286,1.3500,0.0662,236.6810,236.6810,246.1482,246.1482,246.1482
-248.2500,0.5000,,44.2800,,,,10,975.1900,-150.8836,2075.3244,-150.8836,-15.4085,211.9356,211.9356,-15.4085,-3.2640,-15.6543,0.0000,-15.6543,3.5098,-15.6543,1.0639,0.0000,-16.7183,0.7031,,,-17.4213,0.8640,,,-18.2854,,,,,,,623.3647,-256.1062,0.2000,0.4650,1.4286,1.3500,0.0662,231.7454,231.7454,241.0153,241.0153,241.0153
-248.7500,0.5000,,43.2000,,,,10,949.9900,-149.7496,2015.7264,-149.7496,-14.8975,200.5299,200.5299,-14.8975,-2.8983,-15.6331,0.0000,-15.6331,3.6339,-15.6331,1.0229,0.0000,-16.6560,0.6819,,,-17.3379,0.8332,,,-18.1711,,,,,,,607.2940,-261.9049,0.2000,0.4650,1.4286,1.3500,0.1903,226.3724,226.3724,235.4273,235.4273,235.4273
-249.2500,0.5000,,42.1600,,,,10,927.4900,-148.7371,1962.5139,-148.7371,-14.4463,190.6122,190.6122,-14.4463,-2.5566,-15.5578,0.0000,-15.5578,3.6681,-15.5578,0.9864,0.0000,-16.5442,0.6633,,,-17.2075,0.8057,,,-18.0131,,,,,,,592.7560,-266.5266,0.2000,0.4650,1.4286,1.3500,0.2245,221.5750,221.5750,230.4380,230.4380,230.4380
-249.7500,0.5000,,41.1000,,,,10,904.5200,-147.7034,1908.1898,-147.7034,-13.9906,180.7459,180.7459,-13.9906,-2.5104,-15.4793,0.0000,-15.4793,3.9991,-15.4793,0.9503,0.0000,-16.4296,0.6451,,,-17.0747,0.7783,,,-17.8531,,,,,,,578.1257,-271.3787,0.2000,0.4650,1.4286,1.3500,0.5555,203.6882,203.6882,211.8358,211.8358,211.8358
-250.2500,0.5000,,40.1600,,,,10,866.4500,-145.9903,1818.1543,-145.9903,-13.2463,164.9692,164.9692,-13.2463,-2.0307,-15.3641,0.0000,-15.3641,4.1485,-15.3641,0.9208,0.0000,-16.2849,0.6302,,,-16.9150,0.7560,,,-17.6710,,,,,,,566.0139,-274.7440,0.2000,0.4650,1.4286,1.3500,0.7049,182.2888,182.2888,189.5804,189.5804,189.5804
-250.7500,0.5000,,39.5600,,,,10,971.7500,-150.7288,2067.1888,-150.7288,-15.3384,210.3601,210.3601,-15.3384,-1.3865,-18.3867,0.0000,-18.3867,4.4348,-18.3867,0.9005,0.0000,-19.2872,0.6198,,,-19.9071,0.7955,,,-20.7026,,,,,,,557.5933,-330.3116,0.2000,0.4650,1.4286,1.3500,0.9913,231.0120,231.0120,240.2525,240.2525,240.2525
-251.2500,0.5000,,38.9200,,,,9,1084.9100,-157.5192,2134.0000,-157.5192,-17.8960,242.4470,242.4470,-17.8960,26.7938,-49.2830,0.0000,-49.2830,4.5932,-49.2830,1.9660,0.0000,-51.2490,0.6086,,,-51.8576,2.0735,,,-53.9311,,,,,,,548.4273,-892.3549,0.2000,0.4650,1.4286,1.3500,1.1496,245.5843,245.5843,255.4076,255.4076,255.4076
-251.7500,0.5000,,37.8400,,,,9,1077.6300,-157.0460,2134.0000,-157.0460,-17.7225,240.8201,240.8201,-17.7225,-3.5864,-18.7827,0.0000,-18.7827,4.6465,-18.7827,1.2281,0.0000,-20.0107,0.5918,,,-20.6025,0.8234,,,-21.4259,,,,,,,534.6628,-357.3998,0.2000,0.4650,1.4286,1.3500,1.2030,244.5588,244.5588,254.3412,254.3412,254.3412
-252.2500,0.5000,,37.7200,,,,9,1076.0300,-156.9420,2134.0000,-156.9420,-17.6845,240.4625,240.4625,-17.6845,-0.4861,-21.8810,0.0000,-21.8810,4.6826,-21.8810,1.2214,0.0000,-23.1024,0.5895,,,-23.6919,0.9470,,,-24.6389,,,,,,,532.7700,-414.0847,0.2000,0.4650,1.4286,1.3500,1.2390,244.3335,244.3335,254.1068,254.1068,254.1068
-252.7500,0.5000,,37.9800,,,,9,1082.7200,-157.3768,2134.0000,-157.3768,-17.8437,241.9576,241.9576,-17.8437,1.1202,-23.4950,0.0000,-23.4950,4.5311,-23.4950,1.2368,0.0000,-24.7318,0.5948,,,-25.3266,1.0123,,,-26.3389,,,,,,,537.1223,-439.6972,0.2000,0.4650,1.4286,1.3500,1.0875,245.2758,245.2758,255.0868,255.0868,255.0868
-253.2500,0.5000,,38.2000,,,,9,1093.0500,-158.0483,2134.0000,-158.0483,-18.0908,244.2660,244.2660,-18.0908,1.0413,-23.5349,0.0000,-23.5349,4.4027,-23.5349,1.2510,0.0000,-24.7858,0.5997,,,-25.3855,1.0147,,,-26.4002,,,,,,,541.1366,-437.3888,0.2000,0.4650,1.4286,1.3500,0.9592,246.7308,246.7308,256.6001,256.6001,256.6001
-253.7500,0.5000,,38.7000,,,,9,1109.8500,-55.6900,2134.0000,-159.1403,-6.4725,248.0204,248.0204,-18.4958,2.0283,-12.7613,0.0000,-12.7613,4.2605,-12.7613,1.2786,0.0000,-14.0398,0.6091,,,-14.6490,0.7248,,,-15.3738,,,,,,,548.8718,-244.2655,0.2000,0.4650,1.4286,1.3500,0.8169,2165.0630,2165.0630,2251.6655,2251.6655,2251.6655
-254.2500,0.5000,,39.9600,,,,9,1157.8500,209.2816,2134.0000,-162.2603,25.3753,258.7470,258.7470,-19.6740,4.6460,16.6286,0.0000,16.6286,4.1007,16.6286,1.3414,0.0000,15.2872,0.6304,,,14.6568,0.7563,,,13.9005,,,,,,,566.1918,257.8315,0.2000,0.4650,1.4286,1.3500,0.6572,7022.0375,7022.0375,7302.9190,7302.9190,7302.9190
-254.7500,0.5000,,40.5600,,,,9,1087.2800,71.7258,2134.0000,-157.6732,8.1667,242.9766,242.9766,-17.9526,2.7146,1.4210,0.0000,1.4210,4.0310,1.4210,1.3778,0.0000,0.0433,0.6426,,,-0.5993,0.7745,,,-1.3739,,,,,,,576.0708,0.7173,0.2000,0.4650,1.4286,1.3500,0.5874,4408.9678,4408.9678,4585.3265,4585.3265,4585.3265
-255.2500,0.5000,,41.3400,,,,10,949.5600,-149.7302,2014.7094,-149.7302,-14.8888,200.3381,200.3381,-14.8888,-29.4663,10.6523,0.0000,10.6523,3.9252,10.6523,0.9703,0.0000,9.6821,0.6552,,,9.0268,0.7935,,,8.2334,,,,,,,586.2616,157.7059,0.2000,0.4650,1.4286,1.3500,0.4816,226.2807,226.2807,235.3319,235.3319,235.3319
-255.7500,0.5000,,42.2800,,,,10,942.0600,206.0759,1996.9719,-149.3927,20.3299,197.0059,197.0059,-14.7379,2.1108,14.2897,0.0000,14.2897,3.9294,14.2897,1.0005,0.0000,13.2891,0.6703,,,12.6188,0.8163,,,11.8025,,,,,,,598.4199,212.0618,0.2000,0.4650,1.4286,1.3500,0.4858,5656.8323,5656.8323,5883.1056,5883.1056,5883.1056
-256.2500,0.5000,,43.6800,,,,10,979.5200,672.6620,2085.5648,-151.0784,68.9984,213.9270,213.9270,-15.4969,4.0660,60.9772,0.0000,60.9772,3.9552,60.9772,2.4349,0.0000,58.5422,0.7002,,,57.8421,2.3127,,,55.5294,,,,,,,621.1704,899.9738,0.2000,0.4650,1.4286,1.3500,0.5116,13661.0254,13661.0254,14207.4664,14207.4664,14207.4664
-256.7500,0.5000,,45.7600,,,,10,1028.9200,1047.3674,2134.0000,-153.8798,112.8520,229.9348,229.9348,-16.5803,5.9129,102.9840,0.0000,102.9840,3.9552,102.9840,4.1148,0.0000,98.8692,0.7423,,,98.1268,3.9240,,,94.2028,,,,,,,652.8411,1446.1881,0.2000,0.4650,1.4286,1.3500,0.5116,21782.3772,21782.3772,22653.6723,22653.6723,22653.6723
-257.2500,0.5000,,48.0200,,,,10,1074.5300,1001.7663,2134.0000,-156.8445,112.7233,240.1273,240.1273,-17.6488,5.9231,102.6210,0.0000,102.6210,4.1792,102.6210,4.0998,0.0000,98.5211,0.7832,,,97.7379,3.9083,,,93.8296,,,,,,,683.0958,1377.2703,0.2000,0.4650,1.4286,1.3500,0.7357,21743.8767,21743.8767,22613.6317,22613.6317,22613.6317
-257.7500,0.5000,,49.7800,,,,10,1111.8900,803.5495,2134.0000,-159.2729,93.5628,248.4762,248.4762,-18.5452,4.9814,84.3738,0.0000,84.3738,4.2076,84.3738,3.3696,0.0000,81.0043,0.8167,,,80.1876,3.2062,,,76.9813,,,,,,,707.5395,1093.2727,0.2000,0.4650,1.4286,1.3500,0.7640,18282.2990,18282.2990,19013.5910,19013.5910,19013.5910
-258.2500,0.5000,,51.1400,,,,10,1138.8800,593.7175,2134.0000,-161.0272,70.8087,254.5077,254.5077,-19.2046,3.6684,62.8869,0.0000,62.8869,4.2533,62.8869,2.5098,0.0000,60.3771,0.8409,,,59.5362,2.3801,,,57.1561,,,,,,,725.0140,795.2381,0.2000,0.5025,1.4286,1.4000,0.7222,14304.7193,14304.7193,14447.7665,14447.7665,14447.7665
-258.7500,0.5000,,51.7000,,,,10,1115.6900,174.8026,2134.0000,-159.5199,20.4230,249.3254,249.3254,-18.6375,1.3074,14.8630,0.0000,14.8630,4.2526,14.8630,1.3577,0.0000,13.5053,0.8494,,,12.6559,1.0827,,,11.5732,,,,,,,731.1409,176.3899,0.2000,0.5025,1.4286,1.4000,0.7215,6245.0210,6245.0210,6307.4712,6307.4712,6307.4712
-259.2500,0.5000,,51.7600,,,,11,951.8529,-149.8334,2020.1322,-149.8334,-14.9351,201.3623,201.3623,-14.9351,-27.7912,8.6953,0.0000,8.6953,4.1608,8.6953,0.9728,0.0000,7.7225,0.8535,,,6.8689,1.0891,,,5.7798,,,,,,,734.1267,100.4515,0.2000,0.5025,1.4286,1.4000,0.6297,226.7696,226.7696,229.0373,229.0373,229.0373
-259.7500,0.5000,,52.3400,,,,11,924.8265,137.4890,1956.2147,-148.6172,13.3155,189.4547,189.4547,-14.3932,0.7235,8.4587,0.0000,8.4587,4.1333,8.4587,0.9832,0.0000,7.4755,0.8608,,,6.6147,1.1003,,,5.5144,,,,,,,739.3618,96.5502,0.2000,0.5025,1.4286,1.4000,0.6022,4556.9439,4556.9439,4602.5133,4602.5133,4602.5133
-260.2500,0.5000,,53.1200,,,,11,936.5300,459.0276,1983.8935,-149.1439,45.0183,194.5668,194.5668,-14.6270,1.9599,38.9831,0.0000,38.9831,4.0753,38.9831,1.5554,0.0000,37.4277,0.8804,,,36.5473,1.4605,,,35.0868,,,,,,,753.3610,474.4181,0.2000,0.5025,1.4286,1.4000,0.5442,9670.1658,9670.1658,9766.8674,9766.8674,9766.8674
-260.7500,0.5000,,54.5800,,,,11,963.0000,846.5762,2046.4950,-150.3350,85.3731,206.3790,206.3790,-15.1606,2.9902,78.3618,0.0000,78.3618,4.0211,78.3618,3.1304,0.0000,75.2315,0.9099,,,74.3216,2.9714,,,71.3502,,,,,,,774.2320,927.8970,0.2000,0.5025,1.4286,1.4000,0.4900,16622.2539,16622.2539,16788.4765,16788.4765,16788.4765
-261.2500,0.5000,,56.0200,,,,11,989.4200,898.7385,2108.9783,-151.5239,93.1199,218.5151,218.5151,-15.6997,3.2040,85.9299,0.0000,85.9299,3.9860,85.9299,3.4328,0.0000,82.4971,0.9409,,,81.5562,3.2607,,,78.2955,,,,,,,795.9880,989.6999,0.2000,0.5025,1.4286,1.4000,0.4550,18109.9340,18109.9340,18291.0333,18291.0333,18291.0333
-261.7500,0.5000,,57.4000,,,,11,1010.4700,817.7601,2134.0000,-152.6806,86.5322,225.8117,225.8117,-16.1561,2.6597,79.9775,0.0000,79.9775,3.8950,79.9775,3.1946,0.0000,76.7830,0.9662,,,75.8167,3.0310,,,72.7857,,,,,,,813.6066,901.2012,0.2000,0.5025,1.4286,1.4000,0.3640,16840.0409,16840.0409,17008.4413,17008.4413,17008.4413
-262.2500,0.5000,,58.3800,,,,11,1026.6200,692.2835,2134.0000,-153.7303,74.4256,229.4208,229.4208,-16.5271,2.0363,68.5131,0.0000,68.5131,3.8762,68.5131,2.7358,0.0000,65.7772,0.9854,,,64.7918,2.5900,,,62.2019,,,,,,,826.8417,759.6694,0.2000,0.5025,1.4286,1.4000,0.3452,14621.3460,14621.3460,14767.5594,14767.5594,14767.5594
-262.7500,0.5000,,59.1200,,,,11,1037.2100,563.1147,2134.0000,-154.4187,61.1635,231.7873,231.7873,-16.7724,1.4416,55.9233,0.0000,55.9233,3.7986,55.9233,2.2321,0.0000,53.6912,0.9988,,,52.6923,2.1059,,,50.5864,,,,,,,836.0849,613.2307,0.2000,0.5025,1.4286,1.4000,0.2675,12466.6138,12466.6138,12591.2800,12591.2800,12591.2800
-263.2500,0.5000,,59.5200,,,,11,1044.2100,471.9108,2134.0000,-154.8737,51.6032,233.3517,233.3517,-16.9353,0.8986,46.9060,0.0000,46.9060,3.7986,46.9060,1.8714,0.0000,45.0346,1.0072,,,44.0275,1.7593,,,42.2681,,,,,,,841.7952,510.8714,0.2000,0.5025,1.4286,1.4000,0.2675,10945.7147,10945.7147,11055.1719,11055.1719,11055.1719
-263.7500,0.5000,,59.7400,,,,11,1045.3700,278.2629,2134.0000,-154.9491,30.4617,233.6109,233.6109,-16.9624,0.3755,26.3447,0.0000,26.3447,3.7415,26.3447,1.2016,0.0000,25.1431,1.0106,,,24.1325,1.3341,,,22.7984,,,,,,,844.1696,284.4207,0.2000,0.5025,1.4286,1.4000,0.2105,7633.0990,7633.0990,7709.4300,7709.4300,7709.4300
-264.2500,0.5000,,59.6200,,,,11,1042.9100,127.1324,2134.0000,-154.7892,13.8845,233.0611,233.0611,-16.9050,-0.4150,10.5635,0.0000,10.5635,3.7361,10.5635,1.1958,0.0000,9.3677,1.0068,,,8.3609,1.3280,,,7.0329,,,,,,,841.5444,106.2985,0.2000,0.5025,1.4286,1.4000,0.2050,5101.6044,5101.6044,5152.6205,5152.6205,5152.6205
-264.7500,0.5000,,59.5200,,,,11,1041.1500,103.7831,2134.0000,-154.6748,11.3154,232.6678,232.6678,-16.8640,-0.2381,7.8505,0.0000,7.8505,3.7029,7.8505,1.1926,0.0000,6.6580,1.0046,,,5.6534,1.3245,,,4.3289,,,,,,,840.0348,75.6859,0.2000,0.5025,1.4286,1.4000,0.1718,4710.4717,4710.4717,4757.5764,4757.5764,4757.5764
-265.2500,0.5000,,59.2600,,,,11,1034.7400,73.0946,2134.0000,-154.2581,7.9204,231.2354,231.2354,-16.7151,-0.5018,4.7239,0.0000,4.7239,3.6983,4.7239,1.1857,0.0000,3.5382,1.0000,,,2.5383,1.3171,,,1.2212,,,,,,,836.8441,40.3748,0.2000,0.5025,1.4286,1.4000,0.1672,4179.3585,4179.3585,4221.1521,4221.1521,4221.1521
-265.7500,0.5000,,58.7400,,,,11,1021.0800,-66.4272,2134.0000,-153.3702,-7.1029,228.1827,228.1827,-16.3995,-1.0191,-9.7604,0.0000,-9.7604,3.6766,-9.7604,1.1716,0.0000,-10.9320,0.9905,,,-11.9224,1.3021,,,-13.2245,,,,,,,830.3265,-125.7248,0.2000,0.5025,1.4286,1.4000,0.1455,1802.7056,1802.7056,1820.7327,1820.7327,1820.7327
-266.2500,0.5000,,58.4800,,,,11,1022.0000,-52.3113,2134.0000,-153.4300,-5.5985,228.3883,228.3883,-16.4206,-0.8927,-8.3712,0.0000,-8.3712,3.6653,-8.3712,1.1592,0.0000,-9.5304,0.9821,,,-10.5126,1.2889,,,-11.8014,,,,,,,824.5750,-110.3708,0.2000,0.5025,1.4286,1.4000,0.1343,2058.3523,2058.3523,2078.9358,2078.9358,2078.9358
-266.7500,0.5000,,58.0400,,,,11,1014.1800,-90.0130,2134.0000,-152.9217,-9.5598,226.6408,226.6408,-16.2410,-0.8262,-12.3927,0.0000,-12.3927,3.6591,-12.3927,1.1478,0.0000,-13.5405,0.9744,,,-14.5149,1.2766,,,-15.7915,,,,,,,819.2158,-157.8370,0.2000,0.5025,1.4286,1.4000,0.1281,1370.0541,1370.0541,1383.7546,1383.7546,1383.7546
-267.2500,0.5000,,57.5800,,,,11,1007.1400,-143.4509,2134.0000,-152.4641,-15.1294,225.0675,225.0675,-16.0800,-0.9805,-17.7898,0.0000,-17.7898,3.6409,-17.7898,1.1342,0.0000,-18.9240,0.9651,,,-19.8891,1.2621,,,-21.1512,,,,,,,812.8101,-222.3287,0.2000,0.5025,1.4286,1.4000,0.1098,398.6130,398.6130,402.5991,402.5991,402.5991
-267.7500,0.5000,,57.3800,,,,11,1002.5700,-152.1671,2134.0000,-152.1671,-15.9758,224.0463,224.0463,-15.9758,-0.5484,-19.0656,0.0000,-19.0656,3.6381,-19.0656,1.1265,0.0000,-20.1922,0.9599,,,-21.1521,1.2539,,,-22.4060,,,,,,,809.2054,-238.2844,0.2000,0.5025,1.4286,1.4000,0.1071,236.6559,236.6559,239.0224,239.0224,239.0224
-268.2500,0.5000,,57.0800,,,,11,997.1200,-141.4378,2127.1888,-151.8704,-14.7687,222.1171,222.1171,-15.8580,-0.6289,-17.7641,0.0000,-17.7641,3.6243,-17.7641,1.1178,0.0000,-18.8819,0.9539,,,-19.8358,1.2445,,,-21.0804,,,,,,,805.0516,-223.9720,0.2000,0.5025,1.4286,1.4000,0.0933,424.6646,424.6646,428.9113,428.9113,428.9113
-268.7500,0.5000,,56.7200,,,,11,991.1200,-148.4174,2112.9988,-151.6004,-15.4042,219.3078,219.3078,-15.7346,-0.7647,-18.2634,0.0000,-18.2634,3.6238,-18.2634,1.1071,0.0000,-19.3705,0.9466,,,-20.3171,1.2331,,,-21.5502,,,,,,,799.9717,-231.2261,0.2000,0.5025,1.4286,1.4000,0.0928,292.5747,292.5747,295.5004,295.5004,295.5004
-269.2500,0.5000,,56.3000,,,,11,984.5800,-140.6438,2097.5317,-151.3061,-14.5011,216.2660,216.2660,-15.6004,-0.7479,-17.3713,0.0000,-17.3713,3.6181,-17.3713,1.0966,0.0000,-18.4680,0.9395,,,-19.4074,1.2219,,,-20.6293,,,,,,,794.9721,-221.8392,0.2000,0.5025,1.4286,1.4000,0.0870,426.1353,426.1353,430.3966,430.3966,430.3966
-269.7500,0.5000,,55.9000,,,,11,976.1000,-147.8633,2077.4765,-150.9245,-15.1141,212.3533,212.3533,-15.4270,-1.0038,-17.7284,0.0000,-17.7284,3.6181,-17.7284,1.0826,0.0000,-18.8110,0.9298,,,-19.7408,1.2068,,,-20.9476,,,,,,,788.2116,-227.8977,0.2000,0.5025,1.4286,1.4000,0.0870,287.1751,287.1751,290.0469,290.0469,290.0469
-270.2500,0.5000,,55.4600,,,,11,969.8300,-141.3743,2062.6480,-150.6424,-14.3580,209.4833,209.4833,-15.2993,-0.7848,-17.1868,0.0000,-17.1868,3.6135,-17.1868,1.0715,0.0000,-18.2583,0.9222,,,-19.1805,1.1950,,,-20.3755,,,,,,,782.8858,-222.7070,0.2000,0.5025,1.4286,1.4000,0.0825,397.8327,397.8327,401.8110,401.8110,401.8110
-270.7500,0.5000,,55.1400,,,,11,963.1200,-146.1032,2046.7788,-150.3404,-14.7356,206.4334,206.4334,-15.1630,-0.8246,-17.5245,0.0000,-17.5245,3.6135,-17.5245,1.0599,0.0000,-18.5844,0.9142,,,-19.4986,1.1826,,,-20.6812,,,,,,,777.2499,-228.3282,0.2000,0.5025,1.4286,1.4000,0.0825,305.6271,305.6271,308.6833,308.6833,308.6833
-271.2500,0.5000,,54.7400,,,,11,956.1200,-138.0490,2030.2238,-150.0254,-13.8221,203.2755,203.2755,-15.0212,-0.7680,-16.6636,0.0000,-16.6636,3.6095,-16.6636,1.0490,0.0000,-17.7127,0.9067,,,-18.6194,1.1709,,,-19.7903,,,,,,,771.9640,-219.1079,0.2000,0.5025,1.4286,1.4000,0.0785,443.7794,443.7794,448.2172,448.2172,448.2172
-271.7500,0.5000,,54.3400,,,,11,948.9200,-145.0961,2013.1958,-149.7014,-14.4183,200.0526,200.0526,-14.8759,-0.8306,-17.1969,0.0000,-17.1969,3.6091,-17.1969,1.0373,0.0000,-18.2341,0.8985,,,-19.1327,1.1583,,,-20.2910,,,,,,,766.2067,-227.2536,0.2000,0.5025,1.4286,1.4000,0.0780,309.2408,309.2408,312.3332,312.3332,312.3332
-272.2500,0.5000,,54.0800,,,,11,948.6700,-34.2982,2012.6046,-149.6902,-3.4073,199.9412,199.9412,-14.8709,-0.4275,-6.5864,0.0000,-6.5864,3.6066,-6.5864,1.0312,0.0000,-7.6176,0.8943,,,-8.5120,1.1518,,,-9.6638,,,,,,,763.2261,-95.3100,0.2000,0.5025,1.4286,1.4000,0.0755,2101.4746,2101.4746,2122.4894,2122.4894,2122.4894
-272.7500,0.5000,,54.3200,,,,11,960.3500,362.0838,2040.2278,-150.2158,36.4139,205.1808,205.1808,-15.1068,0.4371,32.3714,0.0000,32.3714,3.6055,32.3714,1.2908,0.0000,31.0805,0.8986,,,30.1819,1.2058,,,28.9761,,,,,,,766.2732,387.3256,0.2000,0.5025,1.4286,1.4000,0.0744,8364.5229,8364.5229,8448.1682,8448.1682,8448.1682
-273.2500,0.5000,,55.0400,,,,11,966.0700,620.7755,2053.7556,-150.4732,62.8018,207.7715,207.7715,-15.2229,1.7012,57.4986,0.0000,57.4986,3.6019,57.4986,2.2958,0.0000,55.2028,0.9153,,,54.2876,2.1700,,,52.1176,,,,,,,778.0191,677.5519,0.2000,0.5025,1.4286,1.4000,0.0708,12590.0498,12590.0498,12715.9503,12715.9503,12715.9503
-273.7500,0.5000,,55.5200,,,,11,974.7200,654.8129,2074.2128,-150.8624,66.8383,211.7200,211.7200,-15.3989,1.1448,62.0958,0.0000,62.0958,3.5978,62.0958,2.4796,0.0000,59.6162,0.9264,,,58.6898,2.3460,,,56.3437,,,,,,,785.8242,724.4528,0.2000,0.5025,1.4286,1.4000,0.0667,13296.6511,13296.6511,13429.6176,13429.6176,13429.6176
-274.2500,0.5000,,56.0800,,,,11,982.6700,650.2010,2093.0146,-151.2202,66.9089,215.3816,215.3816,-15.5613,0.8924,62.4189,0.0000,62.4189,3.5976,62.4189,2.4925,0.0000,59.9265,0.9350,,,58.9915,2.3581,,,56.6334,,,,,,,791.8551,722.6771,0.2000,0.5025,1.4286,1.4000,0.0666,13317.6546,13317.6546,13450.8312,13450.8312,13450.8312
-274.7500,0.5000,,56.2800,,,,11,988.2500,641.1259,2106.2113,-151.4713,66.3497,217.9703,217.9703,-15.6757,0.7452,62.0094,0.0000,62.0094,3.5951,62.0094,2.4760,0.0000,59.5334,0.9422,,,58.5913,2.3421,,,56.2492,,,,,,,796.8560,713.4316,0.2000,0.5025,1.4286,1.4000,0.0640,13227.6696,13227.6696,13359.9463,13359.9463,13359.9463
-275.2500,0.5000,,56.7000,,,,11,994.0900,637.4753,2120.0229,-151.7341,66.3617,220.6962,220.6962,-15.7956,0.6501,62.1165,0.0000,62.1165,3.5951,62.1165,2.4803,0.0000,59.6363,0.9484,,,58.6879,2.3459,,,56.3420,,,,,,,801.1935,710.7951,0.2000,0.5025,1.4286,1.4000,0.0640,13236.6384,13236.6384,13369.0048,13369.0048,13369.0048
-275.7500,0.5000,,57.1400,,,,11,1001.6200,675.0576,2134.0000,-152.1053,70.8064,223.8340,223.8340,-15.9542,0.8665,66.3471,0.0000,66.3471,3.5928,66.3471,2.6494,0.0000,63.6977,0.9566,,,62.7410,2.5080,,,60.2330,,,,,,,806.9384,753.7974,0.2000,0.5025,1.4286,1.4000,0.0617,13979.4695,13979.4695,14119.2642,14119.2642,14119.2642
-276.2500,0.5000,,57.6600,,,,11,1011.6600,746.6297,2134.0000,-152.7579,79.0985,226.0776,226.0776,-16.1833,1.2509,74.2553,0.0000,74.2553,3.5923,74.2553,2.9657,0.0000,71.2896,0.9685,,,70.3212,2.8112,,,67.5100,,,,,,,815.1610,835.1307,0.2000,0.5025,1.4286,1.4000,0.0612,15449.9217,15449.9217,15604.4209,15604.4209,15604.4209
-276.7500,0.5000,,58.0800,,,,11,1019.1500,703.4587,2134.0000,-153.2448,75.0767,227.7514,227.7514,-16.3551,0.9953,70.4897,0.0000,70.4897,3.5917,70.4897,2.8150,0.0000,67.6748,0.9779,,,66.6969,2.6662,,,64.0307,,,,,,,821.6443,786.5285,0.2000,0.5025,1.4286,1.4000,0.0606,14718.7011,14718.7011,14865.8881,14865.8881,14865.8881
-277.2500,0.5000,,58.4600,,,,11,1023.4200,580.6025,2134.0000,-153.5223,62.2245,228.7057,228.7057,-16.4533,0.6694,57.9642,0.0000,57.9642,3.5909,57.9642,2.3139,0.0000,55.6503,0.9841,,,54.6661,2.1849,,,52.4812,,,,,,,825.9765,643.3853,0.2000,0.5025,1.4286,1.4000,0.0598,12601.8616,12601.8616,12727.8802,12727.8802,12727.8802
-277.7500,0.5000,,58.4200,,,,11,1023.6300,346.6941,2134.0000,-153.5360,37.1636,228.7526,228.7526,-16.4582,0.0360,33.5367,0.0000,33.5367,3.5909,33.5367,1.3368,0.0000,32.1999,0.9845,,,31.2155,1.2926,,,29.9228,,,,,,,826.2086,372.1661,0.2000,0.5025,1.4286,1.4000,0.0599,8641.4915,8641.4915,8727.9064,8727.9064,8727.9064
-278.2500,0.5000,,58.5400,,,,11,1024.4000,262.8937,2134.0000,-153.5860,28.2019,228.9247,228.9247,-16.4759,0.0207,24.5883,0.0000,24.5883,3.5929,24.5883,1.1630,0.0000,23.4252,0.9847,,,22.4406,1.2929,,,21.1476,,,,,,,826.3424,270.7045,0.2000,0.5025,1.4286,1.4000,0.0618,7213.1959,7213.1959,7285.3278,7285.3278,7285.3278
-278.7500,0.5000,,58.7400,,,,11,1030.0500,347.4035,2134.0000,-153.9533,37.4732,230.1873,230.1873,-16.6064,0.5536,33.3268,0.0000,33.3268,3.5928,33.3268,1.3283,0.0000,31.9984,0.9899,,,31.0086,1.3011,,,29.7075,,,,,,,829.9064,368.1891,0.2000,0.5025,1.4286,1.4000,0.0618,8701.6649,8701.6649,8788.6815,8788.6815,8788.6815
-279.2500,0.5000,,59.0800,,,,11,1035.5700,353.1891,2134.0000,-154.3121,38.3015,231.4209,231.4209,-16.7343,0.7615,33.9466,0.0000,33.9466,3.5933,33.9466,1.3531,0.0000,32.5935,0.9970,,,31.5966,1.3123,,,30.2842,,,,,,,834.7840,372.8454,0.2000,0.5025,1.4286,1.4000,0.0622,8841.9716,8841.9716,8930.3914,8930.3914,8930.3914
-279.7500,0.5000,,59.4000,,,,11,1042.5700,474.0150,2134.0000,-154.7671,51.7519,232.9852,232.9852,-16.8971,0.7962,47.3622,0.0000,47.3622,3.5934,47.3622,1.8896,0.0000,45.4725,1.0043,,,44.4682,1.7770,,,42.6912,,,,,,,839.8537,517.0312,0.2000,0.5025,1.4286,1.4000,0.0624,10962.2297,10962.2297,11071.8520,11071.8520,11071.8520
-280.2500,0.5000,,59.7600,,,,11,1047.2900,481.5864,2134.0000,-155.0739,52.8165,234.0399,234.0399,-17.0073,0.6832,48.5410,0.0000,48.5410,3.5924,48.5410,1.9367,0.0000,46.6042,1.0107,,,45.5935,1.8220,,,43.7716,,,,,,,844.1791,527.1837,0.2000,0.5025,1.4286,1.4000,0.0613,11155.2196,11155.2196,11266.7717,11266.7717,11266.7717
-280.7500,0.5000,,60.0400,,,,11,1052.7500,464.3334,2134.0000,-155.4288,51.1898,235.2601,235.2601,-17.1350,0.7296,46.8694,0.0000,46.8694,3.5909,46.8694,1.8698,0.0000,44.9995,1.0174,,,43.9821,1.7575,,,42.2247,,,,,,,848.7743,506.2757,0.2000,0.5025,1.4286,1.4000,0.0598,10920.7137,10920.7137,11029.9209,11029.9209,11029.9209
-281.2500,0.5000,,60.4200,,,,11,1058.7600,448.8452,2134.0000,-155.8194,49.7648,236.6032,236.6032,-17.2762,0.8251,45.3490,0.0000,45.3490,3.5908,45.3490,1.8090,0.0000,43.5400,1.0250,,,42.5151,1.6988,,,40.8163,,,,,,,853.9407,486.8916,0.2000,0.5025,1.4286,1.4000,0.0597,10716.2959,10716.2959,10823.4588,10823.4588,10823.4588
-281.7500,0.5000,,60.4200,,,,11,1057.4500,263.7476,2134.0000,-155.7343,29.2063,236.3104,236.3104,-17.2454,-0.1318,25.7473,0.0000,25.7473,3.5909,25.7473,1.2211,0.0000,24.5261,1.0238,,,23.5024,1.3549,,,22.1475,,,,,,,853.1176,274.5313,0.2000,0.5025,1.4286,1.4000,0.0598,7482.0690,7482.0690,7556.8897,7556.8897,7556.8897
-282.2500,0.5000,,60.3600,,,,11,1055.5900,194.6366,2134.0000,-155.6134,21.5153,235.8948,235.8948,-17.2017,-0.1993,18.1237,0.0000,18.1237,3.5909,18.1237,1.2184,0.0000,16.9054,1.0219,,,15.8834,1.3520,,,14.5314,,,,,,,851.8715,189.5055,0.2000,0.5025,1.4286,1.4000,0.0598,6271.3300,6271.3300,6334.0433,6334.0433,6334.0433
-282.7500,0.5000,,60.1800,,,,11,1052.3100,106.6741,2134.0000,-155.4002,11.7552,235.1618,235.1618,-17.1247,-0.3629,8.5278,0.0000,8.5278,3.5904,8.5278,1.2134,0.0000,7.3144,1.0186,,,6.2958,1.3467,,,4.9491,,,,,,,849.5974,82.2119,0.2000,0.5025,1.4286,1.4000,0.0593,4809.0496,4809.0496,4857.1401,4857.1401,4857.1401
-283.2500,0.5000,,60.0800,,,,11,1050.9800,80.2501,2134.0000,-155.3137,8.8322,234.8646,234.8646,-17.0936,-0.2712,5.5131,0.0000,5.5131,3.5903,5.5131,1.2097,0.0000,4.3034,1.0161,,,3.2873,1.3427,,,1.9446,,,,,,,847.8941,48.4667,0.2000,0.5025,1.4286,1.4000,0.0592,4368.0614,4368.0614,4411.7420,4411.7420,4411.7420
-283.7500,0.5000,,59.8400,,,,11,1047.8600,95.0771,2134.0000,-155.1109,10.4330,234.1673,234.1673,-17.0206,-0.4397,7.2817,0.0000,7.2817,3.5910,7.2817,1.2036,0.0000,6.0781,1.0120,,,5.0660,1.3363,,,3.7298,,,,,,,845.1247,68.6780,0.2000,0.5025,1.4286,1.4000,0.0599,4596.2276,4596.2276,4642.1899,4642.1899,4642.1899
-284.2500,0.5000,,59.7200,,,,11,1040.8900,73.6904,2134.0000,-154.6579,8.0324,232.6097,232.6097,-16.8580,-0.3911,4.8312,0.0000,4.8312,3.5923,4.8312,1.1983,0.0000,3.6330,1.0084,,,2.6245,1.3305,,,1.2940,,,,,,,842.6537,41.1702,0.2000,0.5025,1.4286,1.4000,0.0612,4214.7280,4214.7280,4256.8753,4256.8753,4256.8753
-284.7500,0.5000,,59.5200,,,,11,1044.1000,76.5317,2134.0000,-154.8665,8.3678,233.3271,233.3271,-16.9328,-0.3697,5.1451,0.0000,5.1451,3.5924,5.1451,1.1932,0.0000,3.9520,1.0050,,,2.9470,1.3251,,,1.6218,,,,,,,840.3115,44.9101,0.2000,0.5025,1.4286,1.4000,0.0613,4274.7817,4274.7817,4317.5295,4317.5295,4317.5295
-285.2500,0.5000,,59.3600,,,,11,1038.0200,82.2953,2134.0000,-154.4713,8.9456,231.9684,231.9684,-16.7912,-0.4676,5.8197,0.0000,5.8197,3.5934,5.8197,1.1867,0.0000,4.6330,1.0007,,,3.6323,1.3182,,,2.3141,,,,,,,837.3399,52.8363,0.2000,0.5025,1.4286,1.4000,0.0623,4344.2394,4344.2394,4387.6818,4387.6818,4387.6818
-285.7500,0.5000,,59.0200,,,,11,1026.1300,51.3309,2134.0000,-153.6985,5.5158,229.3113,229.3113,-16.5158,-0.6171,2.5395,0.0000,2.5395,3.5934,2.5395,1.1782,0.0000,1.3613,0.9949,,,0.3663,1.3092,,,-0.9428,,,,,,,833.4015,15.5978,0.2000,0.5025,1.4286,1.4000,0.0624,3785.8048,3785.8048,3823.6629,3823.6629,3823.6629
-286.2500,0.5000,,58.6400,,,,11,1020.1500,-74.3518,2134.0000,-153.3098,-7.9430,227.9749,227.9749,-16.3781,-1.1542,-10.3842,0.0000,-10.3842,3.5954,-10.3842,1.1623,0.0000,-11.5464,0.9842,,,-12.5306,1.2921,,,-13.8227,,,,,,,825.9852,-133.4896,0.2000,0.5025,1.4286,1.4000,0.0643,1658.7614,1658.7614,1675.3490,1675.3490,1675.3490
-286.7500,0.5000,,58.1600,,,,11,1017.0200,-67.8345,2134.0000,-153.1063,-7.2245,227.2755,227.2755,-16.3061,-0.8093,-10.0114,0.0000,-10.0114,3.5962,-10.0114,1.1511,0.0000,-11.1625,0.9766,,,-12.1390,1.2801,,,-13.4192,,,,,,,820.7449,-129.8742,0.2000,0.5025,1.4286,1.4000,0.0651,1773.1498,1773.1498,1790.8812,1790.8812,1790.8812
-287.2500,0.5000,,57.8800,,,,11,1012.8900,-63.6785,2134.0000,-152.8379,-6.7544,226.3525,226.3525,-16.2114,-0.5422,-9.8096,0.0000,-9.8096,3.5975,-9.8096,1.1435,0.0000,-10.9532,0.9715,,,-11.9246,1.2721,,,-13.1967,,,,,,,817.2152,-127.9898,0.2000,0.5025,1.4286,1.4000,0.0665,1843.9061,1843.9061,1862.3451,1862.3451,1862.3451
-287.7500,0.5000,,57.5400,,,,11,1005.7600,-101.1533,2134.0000,-152.3744,-10.6538,224.7592,224.7592,-16.0485,-0.8788,-13.3740,0.0000,-13.3740,3.5990,-13.3740,1.1313,0.0000,-14.5053,0.9632,,,-15.4684,1.2590,,,-16.7275,,,,,,,811.4622,-170.6985,0.2000,0.5025,1.4286,1.4000,0.0679,1160.4091,1160.4091,1172.0132,1172.0132,1172.0132
-288.2500,0.5000,,57.4800,,,,11,1004.4900,-5.8924,2134.0000,-152.2919,-0.6198,224.4753,224.4753,-16.0196,-0.1268,-4.0922,0.0000,-4.0922,3.5992,-4.0922,1.1296,0.0000,-5.2217,0.9620,,,-6.1837,1.2571,,,-7.4408,,,,,,,810.6286,-61.5124,0.2000,0.5025,1.4286,1.4000,0.0681,2762.9723,2762.9723,2790.6020,2790.6020,2790.6020
-288.7500,0.5000,,57.1200,,,,11,999.0800,4.7632,2131.8242,-151.9586,0.4983,223.0387,223.0387,-15.8984,-0.7664,-2.3349,0.0000,-2.3349,3.5996,-2.3349,1.1189,0.0000,-3.4538,0.9547,,,-4.4085,1.2457,,,-5.6542,,,,,,,805.5728,-40.9415,0.2000,0.5025,1.4286,1.4000,0.0686,2907.8392,2907.8392,2936.9176,2936.9176,2936.9176
-289.2500,0.5000,,56.7000,,,,11,989.3000,26.9265,2108.6945,-151.5185,2.7896,218.4592,218.4592,-15.6972,-0.9518,0.1418,0.0000,0.1418,3.5996,0.1418,1.1056,0.0000,-0.9638,0.9456,,,-1.9094,1.2315,,,-3.1409,,,,,,,799.2489,-11.5156,0.2000,0.5025,1.4286,1.4000,0.0685,3231.4883,3231.4883,3263.8031,3263.8031,3263.8031
-289.7500,0.5000,,56.2400,,,,11,987.2800,16.9730,2103.9172,-151.4276,1.7548,217.5192,217.5192,-15.6558,-0.7529,-1.0912,0.0000,-1.0912,3.5990,-1.0912,1.0950,0.0000,-2.1863,0.9384,,,-3.1247,1.2202,,,-4.3449,,,,,,,794.2107,-26.2871,0.2000,0.5025,1.4286,1.4000,0.0679,3059.4739,3059.4739,3090.0687,3090.0687,3090.0687
-290.2500,0.5000,,56.2000,,,,11,990.8600,67.7315,2112.3839,-151.5887,7.0280,219.1865,219.1865,-15.7292,-0.0899,3.5189,0.0000,3.5189,3.5990,3.5189,1.0938,0.0000,2.4251,0.9375,,,1.4876,1.2189,,,0.2687,,,,,,,793.6072,29.1806,0.2000,0.5025,1.4286,1.4000,0.0679,3908.7257,3908.7257,3947.8129,3947.8129,3947.8129
-290.7500,0.5000,,55.9800,,,,11,975.3000,76.8620,2075.5845,-150.8885,7.8502,211.9860,211.9860,-15.4107,-0.3994,4.6536,0.0000,4.6536,3.5960,4.6536,1.0882,0.0000,3.5654,0.9337,,,2.6318,1.2129,,,1.4189,,,,,,,790.9194,43.0478,0.2000,0.5025,1.4286,1.4000,0.0649,3994.1071,3994.1071,4034.0482,4034.0482,4034.0482
-291.2500,0.5000,,55.7200,,,,11,974.8600,32.7489,2074.5439,-150.8687,3.3432,211.7842,211.7842,-15.4017,-0.3987,0.1469,0.0000,0.1469,3.5951,0.1469,1.0826,0.0000,-0.9357,0.9298,,,-1.8655,1.2069,,,-3.0724,,,,,,,788.2272,-11.3361,0.2000,0.5025,1.4286,1.4000,0.0640,3267.1480,3267.1480,3299.8195,3299.8195,3299.8195
-291.7500,0.5000,,55.9600,,,,11,985.6100,106.0989,2099.9677,-151.3525,10.9508,216.7436,216.7436,-15.6215,0.2540,7.1019,0.0000,7.1019,3.5949,7.1019,1.0862,0.0000,6.0158,0.9323,,,5.0835,1.2107,,,3.8728,,,,,,,789.9429,72.7220,0.2000,0.5025,1.4286,1.4000,0.0638,4517.5755,4517.5755,4562.7512,4562.7512,4562.7512
-292.2500,0.5000,,56.0000,,,,11,975.6600,62.7224,2076.4359,-150.9047,6.4084,212.1513,212.1513,-15.4181,0.2318,2.5821,0.0000,2.5821,3.5946,2.5821,1.0894,0.0000,1.4926,0.9345,,,0.5581,1.2142,,,-0.6560,,,,,,,791.5055,18.0084,0.2000,0.5025,1.4286,1.4000,0.0635,3763.1771,3763.1771,3800.8089,3800.8089,3800.8089
-292.7500,0.5000,,56.2200,,,,11,983.2100,10.5777,2094.2917,-151.2445,1.0891,215.6314,215.6314,-15.5724,0.4256,-2.9308,0.0000,-2.9308,3.5943,-2.9308,1.0954,0.0000,-4.0261,0.9386,,,-4.9647,1.2206,,,-6.1853,,,,,,,794.3668,-48.3994,0.2000,0.5025,1.4286,1.4000,0.0632,2937.4227,2937.4227,2966.7969,2966.7969,2966.7969
-293.2500,0.5000,,56.3600,,,,11,995.0000,101.5448,2122.1750,-151.7750,10.5806,221.1225,221.1225,-15.8144,0.3240,6.6648,0.0000,6.6648,3.5918,6.6648,1.0999,0.0000,5.5649,0.9417,,,4.6231,1.2254,,,3.3977,,,,,,,796.5382,66.7142,0.2000,0.5025,1.4286,1.4000,0.0608,4481.7630,4481.7630,4526.5807,4526.5807,4526.5807
-293.7500,0.5000,,56.8000,,,,11,995.4900,102.7319,2123.3339,-151.7971,10.7095,221.3522,221.3522,-15.8245,0.8911,6.2267,0.0000,6.2267,3.5918,6.2267,1.1124,0.0000,5.1143,0.9502,,,4.1641,1.2388,,,2.9253,,,,,,,802.4797,60.8588,0.2000,0.5025,1.4286,1.4000,0.0607,4503.3142,4503.3142,4548.3473,4548.3473,4548.3473
-294.2500,0.5000,,56.9400,,,,11,987.5800,39.1051,2104.6267,-151.4411,4.0442,217.6587,217.6587,-15.6619,0.3536,0.0992,0.0000,0.0992,3.5914,0.0992,1.1173,0.0000,-1.0181,0.9536,,,-1.9717,1.2440,,,-3.2158,,,,,,,804.8254,-12.0801,0.2000,0.5025,1.4286,1.4000,0.0604,3424.5275,3424.5275,3458.7728,3458.7728,3458.7728
-294.7500,0.5000,,57.0000,,,,11,999.9100,-10.9324,2133.7872,-151.9960,-1.1447,223.4296,223.4296,-15.9155,0.2942,-5.0303,0.0000,-5.0303,3.5913,-5.0303,1.1214,0.0000,-6.1517,0.9564,,,-7.1081,1.2484,,,-8.3565,,,,,,,806.7721,-72.8140,0.2000,0.5025,1.4286,1.4000,0.0602,2667.7444,2667.7444,2694.4218,2694.4218,2694.4218
-295.2500,0.5000,,57.1400,,,,11,1000.1300,-48.8490,2134.0000,-152.0085,-5.1161,223.5010,223.5010,-15.9204,-0.0125,-8.6951,0.0000,-8.6951,3.5915,-8.6951,1.1212,0.0000,-9.8163,0.9563,,,-10.7726,1.2482,,,-12.0208,,,,,,,806.6892,-116.2017,0.2000,0.5025,1.4286,1.4000,0.0604,2095.5261,2095.5261,2116.4813,2116.4813,2116.4813
-295.7500,0.5000,,57.2000,,,,11,1001.9000,-60.0715,2134.0000,-152.1235,-6.3026,223.8966,223.8966,-15.9606,0.1967,-10.0911,0.0000,-10.0911,3.5918,-10.0911,1.1240,0.0000,-11.2151,0.9581,,,-12.1732,1.2512,,,-13.4244,,,,,,,807.9883,-132.5467,0.2000,0.5025,1.4286,1.4000,0.0607,1897.7234,1897.7234,1916.7006,1916.7006,1916.7006
-296.2500,0.5000,,57.3800,,,,11,1004.0500,-102.3896,2134.0000,-152.2633,-10.7656,224.3770,224.3770,-16.0095,0.1630,-14.5204,0.0000,-14.5204,3.5918,-14.5204,1.1262,0.0000,-15.6467,0.9597,,,-16.6064,1.2536,,,-17.8600,,,,,,,809.0633,-184.6763,0.2000,0.5025,1.4286,1.4000,0.0607,1136.3476,1136.3476,1147.7111,1147.7111,1147.7111
-296.7500,0.5000,,57.1600,,,,11,1002.9300,-116.1966,2134.0000,-152.1905,-12.2037,224.1267,224.1267,-15.9840,0.1432,-15.9387,0.0000,-15.9387,3.5918,-15.9387,1.1282,0.0000,-17.0669,0.9611,,,-18.0280,1.2557,,,-19.2837,,,,,,,810.0061,-201.2049,0.2000,0.5025,1.4286,1.4000,0.0607,886.0696,886.0696,894.9303,894.9303,894.9303
-297.2500,0.5000,,57.3200,,,,11,1005.3400,-113.7317,2134.0000,-152.3471,-11.9736,224.6653,224.6653,-16.0389,0.0577,-15.6230,0.0000,-15.6230,3.5918,-15.6230,1.1290,0.0000,-16.7521,0.9616,,,-17.7137,1.2566,,,-18.9702,,,,,,,810.3855,-197.4003,0.2000,0.5025,1.4286,1.4000,0.0607,933.0165,933.0165,942.3466,942.3466,942.3466
-297.7500,0.5000,,57.5000,,,,11,1005.8000,-114.6224,2134.0000,-152.3770,-12.0728,224.7681,224.7681,-16.0494,0.1695,-15.8334,0.0000,-15.8334,3.5911,-15.8334,1.1314,0.0000,-16.9648,0.9632,,,-17.9280,1.2591,,,-19.1871,,,,,,,811.4996,-199.6330,0.2000,0.5025,1.4286,1.4000,0.0600,917.4156,917.4156,926.5897,926.5897,926.5897
-298.2500,0.5000,,57.3800,,,,11,1005.2600,-143.0268,2134.0000,-152.3419,-15.0565,224.6474,224.6474,-16.0371,-0.1767,-18.4707,0.0000,-18.4707,3.5908,-18.4707,1.1289,0.0000,-19.5996,0.9615,,,-20.5611,1.2565,,,-21.8176,,,,,,,810.3380,-230.9685,0.2000,0.5025,1.4286,1.4000,0.0598,404.3378,404.3378,408.3812,408.3812,408.3812
-298.7500,0.5000,,57.5000,,,,11,1005.6000,-152.3640,2134.0000,-152.3640,-16.0449,224.7234,224.7234,-16.0449,0.0758,-19.7122,0.0000,-19.7122,3.5915,-19.7122,1.1300,0.0000,-20.8421,0.9623,,,-21.8044,1.2576,,,-23.0620,,,,,,,810.8364,-245.4599,0.2000,0.5025,1.4286,1.4000,0.0604,236.2085,236.2085,238.5706,238.5706,238.5706
-299.2500,0.5000,,57.5400,,,,11,1007.0200,-140.0208,2134.0000,-152.4563,-14.7659,225.0407,225.0407,-16.0773,0.2535,-18.6122,0.0000,-18.6122,3.5928,-18.6122,1.1335,0.0000,-19.7457,0.9647,,,-20.7104,1.2614,,,-21.9717,,,,,,,812.5012,-232.0705,0.2000,0.5025,1.4286,1.4000,0.0618,460.3824,460.3824,464.9862,464.9862,464.9862
-299.7500,0.5000,,57.5800,,,,11,1008.4000,-141.1092,2134.0000,-152.5460,-14.9011,225.3491,225.3491,-16.1088,0.0734,-18.5673,0.0000,-18.5673,3.5928,-18.5673,1.1345,0.0000,-19.7018,0.9653,,,-20.6671,1.2625,,,-21.9296,,,,,,,812.9827,-231.4174,0.2000,0.5025,1.4286,1.4000,0.0617,442.1576,442.1576,446.5792,446.5792,446.5792
-300.2500,0.5000,,57.6800,,,,11,1010.6800,-52.3614,2134.0000,-152.6942,-5.5418,225.8586,225.8586,-16.1609,0.2424,-9.3765,0.0000,-9.3765,3.5923,-9.3765,1.1379,0.0000,-10.5144,0.9676,,,-11.4821,1.2661,,,-12.7482,,,,,,,814.5704,-123.2620,0.2000,0.5025,1.4286,1.4000,0.0613,2045.8434,2045.8434,2066.3018,2066.3018,2066.3018
-300.7500,0.5000,,58.0000,,,,11,1028.7700,116.0381,2134.0000,-153.8701,12.5011,229.9012,229.9012,-16.5768,0.8895,8.0193,0.0000,8.0193,3.5923,8.0193,1.1503,0.0000,6.8690,0.9760,,,5.8930,1.2793,,,4.6137,,,,,,,820.3710,79.9571,0.2000,0.5025,1.4286,1.4000,0.0613,4860.4356,4860.4356,4909.0400,4909.0400,4909.0400
-301.2500,0.5000,,58.3600,,,,11,1023.2100,135.9330,2134.0000,-153.5087,14.5653,228.6587,228.6587,-16.4485,0.7016,10.2710,0.0000,10.2710,3.5927,10.2710,1.1600,0.0000,9.1110,0.9826,,,8.1284,1.2897,,,6.8387,,,,,,,824.9176,105.4698,0.2000,0.5025,1.4286,1.4000,0.0616,5164.3455,5164.3455,5215.9889,5215.9889,5215.9889
-301.7500,0.5000,,58.7000,,,,11,1028.9400,143.0526,2134.0000,-153.8811,15.4140,229.9392,229.9392,-16.5807,0.7123,11.1089,0.0000,11.1089,3.5928,11.1089,1.1698,0.0000,9.9390,0.9893,,,8.9497,1.3002,,,7.6495,,,,,,,829.5081,114.4179,0.2000,0.5025,1.4286,1.4000,0.0618,5305.2051,5305.2051,5358.2572,5358.2572,5358.2572
-302.2500,0.5000,,58.9400,,,,11,1033.5400,103.7769,2134.0000,-154.1801,11.2320,230.9672,230.9672,-16.6872,0.5647,7.0734,0.0000,7.0734,3.5938,7.0734,1.1776,0.0000,5.8958,0.9945,,,4.9013,1.3085,,,3.5927,,,,,,,833.1296,67.5774,0.2000,0.5025,1.4286,1.4000,0.0628,4678.7231,4678.7231,4725.5103,4725.5103,4725.5103
-302.7500,0.5000,,59.2200,,,,11,1032.4000,59.7430,2134.0000,-154.1060,6.4590,230.7124,230.7124,-16.6608,0.6449,2.2189,0.0000,2.2189,3.5951,2.2189,1.1865,0.0000,1.0324,1.0005,,,0.0319,1.3180,,,-1.2862,,,,,,,837.2464,11.7750,0.2000,0.5025,1.4286,1.4000,0.0640,3950.1554,3950.1554,3989.6569,3989.6569,3989.6569
-303.2500,0.5000,,59.4600,,,,11,1039.2400,18.8628,2134.0000,-154.5506,2.0528,232.2410,232.2410,-16.8196,0.4316,-1.9738,0.0000,-1.9738,3.5950,-1.9738,1.1925,0.0000,-3.1663,1.0045,,,-4.1709,1.3244,,,-5.4952,,,,,,,839.9904,-35.9958,0.2000,0.5025,1.4286,1.4000,0.0639,3306.6126,3306.6126,3339.6787,3339.6787,3339.6787
-303.7500,0.5000,,59.7000,,,,11,1044.4500,-49.1265,2134.0000,-154.8893,-5.3732,233.4053,233.4053,-16.9409,0.4241,-9.3902,0.0000,-9.3902,3.5928,-9.3902,1.1983,0.0000,-10.5885,1.0085,,,-11.5969,1.3306,,,-12.9275,,,,,,,842.6780,-119.9894,0.2000,0.5025,1.4286,1.4000,0.0618,2138.8337,2138.8337,2160.2220,2160.2220,2160.2220
-304.2500,0.5000,,59.5600,,,,11,1042.5800,-154.7677,2134.0000,-154.7677,-16.8973,232.9874,232.9874,-16.8973,-0.1981,-20.2921,0.0000,-20.2921,3.5928,-20.2921,1.1956,0.0000,-21.4877,1.0066,,,-22.4943,1.3277,,,-23.8220,,,,,,,841.4239,-243.8631,0.2000,0.5025,1.4286,1.4000,0.0618,230.7481,230.7481,233.0555,233.0555,233.0555
-304.7500,0.5000,,59.6200,,,,11,1043.9200,-148.0475,2134.0000,-154.8548,-16.1844,233.2868,233.2868,-16.9286,0.0934,-19.8689,0.0000,-19.8689,3.5911,-19.8689,1.1969,0.0000,-21.0658,1.0075,,,-22.0733,1.3291,,,-23.4023,,,,,,,842.0153,-238.9069,0.2000,0.5025,1.4286,1.4000,0.0600,353.3805,353.3805,356.9143,356.9143,356.9143
-305.2500,0.5000,,59.6000,,,,11,1043.3900,-154.8204,2134.0000,-154.8204,-16.9162,233.1684,233.1684,-16.9162,-0.1085,-20.3980,0.0000,-20.3980,3.5903,-20.3980,1.1954,0.0000,-21.5934,1.0065,,,-22.5999,1.3275,,,-23.9274,,,,,,,841.3281,-245.0907,0.2000,0.5025,1.4286,1.4000,0.0592,230.6285,230.6285,232.9347,232.9347,232.9347
-305.7500,0.5000,,59.6600,,,,11,1045.8700,-153.3822,2134.0000,-154.9816,-16.7989,233.7226,233.7226,-16.9741,0.3037,-20.6927,0.0000,-20.6927,3.5901,-20.6927,1.1996,0.0000,-21.8922,1.0093,,,-22.9015,1.3319,,,-24.2335,,,,,,,843.2503,-247.9162,0.2000,0.5025,1.4286,1.4000,0.0590,259.1207,259.1207,261.7119,261.7119,261.7119
-306.2500,0.5000,,59.7600,,,,11,1046.1600,-152.4424,2134.0000,-155.0004,-16.7006,233.7874,233.7874,-16.9809,0.1209,-20.4113,0.0000,-20.4113,3.5898,-20.4113,1.2012,0.0000,-21.6125,1.0104,,,-22.6229,1.3337,,,-23.9566,,,,,,,844.0143,-244.5270,0.2000,0.5025,1.4286,1.4000,0.0587,276.3763,276.3763,279.1400,279.1400,279.1400
-306.7500,0.5000,,59.7600,,,,11,1045.9400,-153.2862,2134.0000,-154.9861,-16.7895,233.7383,233.7383,-16.9757,-0.0811,-20.2982,0.0000,-20.2982,3.5898,-20.2982,1.2001,0.0000,-21.4983,1.0097,,,-22.5080,1.3325,,,-23.8405,,,,,,,843.5019,-243.3827,0.2000,0.5025,1.4286,1.4000,0.0587,260.9249,260.9249,263.5342,263.5342,263.5342
-307.2500,0.5000,,59.7400,,,,11,1045.8600,-152.7753,2134.0000,-154.9809,-16.7323,233.7204,233.7204,-16.9738,-0.0338,-20.2888,0.0000,-20.2888,3.5903,-20.2888,1.1996,0.0000,-21.4884,1.0094,,,-22.4978,1.3320,,,-23.8298,,,,,,,843.2883,-243.3320,0.2000,0.5025,1.4286,1.4000,0.0592,270.0604,270.0604,272.7610,272.7610,272.7610
-307.7500,0.5000,,59.8400,,,,11,1048.4100,-152.4674,2134.0000,-155.1467,-16.7393,234.2902,234.2902,-17.0334,0.3121,-20.6417,0.0000,-20.6417,3.5903,-20.6417,1.2039,0.0000,-21.8456,1.0122,,,-22.8578,1.3366,,,-24.1944,,,,,,,845.2594,-246.8002,0.2000,0.5025,1.4286,1.4000,0.0592,280.3326,280.3326,283.1359,283.1359,283.1359
-308.2500,0.5000,,60.0000,,,,11,1051.1700,-152.2695,2134.0000,-155.3261,-16.7616,234.9070,234.9070,-17.0980,0.4033,-20.7561,0.0000,-20.7561,3.5913,-20.7561,1.2095,0.0000,-21.9656,1.0160,,,-22.9815,1.3425,,,-24.3240,,,,,,,847.7990,-247.4120,0.2000,0.5025,1.4286,1.4000,0.0602,290.1252,290.1252,293.0264,293.0264,293.0264
-308.7500,0.5000,,60.1000,,,,11,1052.1000,-155.3865,2134.0000,-155.3865,-17.1198,235.1148,235.1148,-17.1198,0.1110,-20.8227,0.0000,-20.8227,3.5919,-20.8227,1.2110,0.0000,-22.0337,1.0170,,,-23.0507,1.3441,,,-24.3948,,,,,,,848.4971,-247.9754,0.2000,0.5025,1.4286,1.4000,0.0608,235.9789,235.9789,238.3387,238.3387,238.3387
-309.2500,0.5000,,60.2000,,,,11,1053.8400,-151.2190,2134.0000,-155.4996,-16.6882,235.5037,235.5037,-17.1606,0.2542,-20.5359,0.0000,-20.5359,3.5935,-20.5359,1.2145,0.0000,-21.7504,1.0193,,,-22.7697,1.3479,,,-24.1175,,,,,,,850.0927,-244.3270,0.2000,0.5025,1.4286,1.4000,0.0624,315.0980,315.0980,318.2490,318.2490,318.2490
-309.7500,0.5000,,60.1600,,,,11,1053.4300,-155.4730,2134.0000,-155.4730,-17.1510,235.4121,235.4121,-17.1510,-0.0786,-20.6686,0.0000,-20.6686,3.5962,-20.6686,1.2134,0.0000,-21.8820,1.0186,,,-22.9006,1.3467,,,-24.2473,,,,,,,849.5998,-245.9483,0.2000,0.5025,1.4286,1.4000,0.0651,237.4171,237.4171,239.7913,239.7913,239.7913
-310.2500,0.5000,,60.1000,,,,11,1049.9800,-155.2487,2134.0000,-155.2487,-17.0702,234.6411,234.6411,-17.0702,-0.2290,-20.4378,0.0000,-20.4378,3.5966,-20.4378,1.2103,0.0000,-21.6481,1.0165,,,-22.6645,1.3434,,,-24.0079,,,,,,,848.1618,-243.7315,0.2000,0.5025,1.4286,1.4000,0.0655,233.6865,233.6865,236.0233,236.0233,236.0233
-310.7500,0.5000,,58.9000,,,,11,1023.5100,-153.5282,2134.0000,-153.5282,-16.4554,228.7258,228.7258,-16.4554,-2.9813,-17.0731,0.0000,-17.0731,3.5990,-17.0731,1.1692,0.0000,-18.2423,0.9888,,,-19.2312,1.2995,,,-20.5307,,,,,,,829.2111,-210.0807,0.2000,0.5025,1.4286,1.4000,0.0679,233.5639,233.5639,235.8996,235.8996,235.8996
-311.2500,0.5000,,57.3400,,,,11,996.1000,-151.8245,2124.7765,-151.8245,-15.8370,221.6383,221.6383,-15.8370,-3.5792,-15.8568,0.0000,-15.8568,3.5990,-15.8568,1.1195,0.0000,-16.9763,0.9551,,,-17.9314,1.2464,,,-19.1778,,,,,,,805.8714,-201.1638,0.2000,0.5025,1.4286,1.4000,0.0679,236.2038,236.2038,238.5659,238.5659,238.5659
-311.7500,0.5000,,55.8000,,,,11,970.9400,-150.6923,2065.2731,-150.6923,-15.3219,209.9899,209.9899,-15.3219,-3.0769,-15.8465,0.0000,-15.8465,3.6015,-15.8465,1.0764,0.0000,-16.9229,0.9256,,,-17.8485,1.2003,,,-19.0488,,,,,,,785.2527,-205.7963,0.2000,0.5025,1.4286,1.4000,0.0705,230.8393,230.8393,233.1477,233.1477,233.1477
-312.2500,0.5000,,54.5200,,,,11,948.5800,-149.6861,2012.3917,-149.6861,-14.8691,199.9011,199.9011,-14.8691,-2.6637,-15.8072,0.0000,-15.8072,3.6018,-15.8072,1.0388,0.0000,-16.8460,0.8996,,,-17.7456,1.1599,,,-18.9056,,,,,,,766.9554,-209.7486,0.2000,0.5025,1.4286,1.4000,0.0708,226.0717,226.0717,228.3324,228.3324,228.3324
-312.7500,0.5000,,53.2000,,,,11,925.6700,-148.6552,1958.2096,-148.6552,-14.4100,189.8209,189.8209,-14.4100,-2.6191,-15.4508,0.0000,-15.4508,3.6598,-15.4508,1.0016,0.0000,-16.4523,0.8737,,,-17.3260,1.1199,,,-18.4459,,,,,,,748.5286,-209.8894,0.2000,0.5025,1.4286,1.4000,0.1288,221.1869,221.1869,223.3988,223.3988,223.3988
-313.2500,0.5000,,52.6000,,,,11,921.4600,-148.4657,1948.2529,-148.4657,-14.3262,187.9968,187.9968,-14.3262,-0.7801,-17.2854,0.0000,-17.2854,3.7393,-17.2854,0.9904,0.0000,-18.2758,0.8658,,,-19.1417,1.1080,,,-20.2496,,,,,,,742.9516,-234.9024,0.2000,0.5025,1.4286,1.4000,0.2083,220.2893,220.2893,222.4922,222.4922,222.4922
-313.7500,0.5000,,52.9000,,,,11,928.3400,-148.7753,1964.5241,-148.7753,-14.4633,190.9823,190.9823,-14.4633,0.6262,-18.9760,0.0000,-18.9760,3.8866,-18.9760,0.9994,0.0000,-19.9754,0.8721,,,-20.8475,1.1176,,,-21.9651,,,,,,,747.4315,-255.2086,0.2000,0.5025,1.4286,1.4000,0.3555,221.7562,221.7562,223.9738,223.9738,223.9738
-314.2500,0.5000,,53.1800,,,,11,932.2700,-148.9522,1973.8186,-148.9522,-14.5418,192.6982,192.6982,-14.5418,0.6254,-19.3245,0.0000,-19.3245,4.1574,-19.3245,1.0083,0.0000,-20.3328,0.8784,,,-21.2112,1.1272,,,-22.3384,,,,,,,751.8789,-258.2387,0.2000,0.5025,1.4286,1.4000,0.6263,222.5942,222.5942,224.8201,224.8201,224.8201
-314.7500,0.5000,,53.4000,,,,11,935.8500,-138.6865,1982.2853,-149.1133,-13.5916,194.2679,194.2679,-14.6134,0.4174,-18.2087,0.0000,-18.2087,4.1997,-18.2087,1.0142,0.0000,-19.2229,0.8825,,,-20.1054,1.1336,,,-21.2390,,,,,,,754.8325,-243.1865,0.2000,0.5025,1.4286,1.4000,0.6686,411.4959,411.4959,415.6109,415.6109,415.6109
-315.2500,0.5000,,53.5200,,,,11,936.6600,-140.9289,1984.2009,-149.1497,-13.8233,194.6239,194.6239,-14.6296,0.1100,-18.1776,0.0000,-18.1776,4.2444,-18.1776,1.0158,0.0000,-19.1934,0.8836,,,-20.0770,1.1352,,,-21.2122,,,,,,,755.6087,-242.5636,0.2000,0.5025,1.4286,1.4000,0.7133,371.8646,371.8646,375.5833,375.5833,375.5833
-315.7500,0.5000,,53.5600,,,,11,938.7100,-141.5493,1989.0492,-149.2420,-13.9145,195.5265,195.5265,-14.6707,0.2283,-18.3667,0.0000,-18.3667,4.2239,-18.3667,1.0190,0.0000,-19.3857,0.8859,,,-20.2716,1.1387,,,-21.4103,,,,,,,757.2175,-244.4743,0.2000,0.5025,1.4286,1.4000,0.6929,362.7722,362.7722,366.3999,366.3999,366.3999
-316.2500,0.5000,,53.6800,,,,11,938.9100,-144.7100,1989.5222,-149.2510,-14.2282,195.6146,195.6146,-14.6747,0.0298,-18.4563,0.0000,-18.4563,4.1983,-18.4563,1.0195,0.0000,-19.4758,0.8862,,,-20.3620,1.1392,,,-21.5012,,,,,,,757.4271,-245.5421,0.2000,0.5025,1.4286,1.4000,0.6672,305.9457,305.9457,309.0052,309.0052,309.0052
-316.7500,0.5000,,53.6600,,,,11,940.6600,-133.8099,1993.6609,-149.3297,-13.1810,196.3869,196.3869,-14.7098,0.1554,-17.5106,0.0000,-17.5106,4.1741,-17.5106,1.0217,0.0000,-18.5323,0.8877,,,-19.4200,1.1416,,,-20.5615,,,,,,,758.5200,-233.3096,0.2000,0.5025,1.4286,1.4000,0.6431,504.4193,504.4193,509.4635,509.4635,509.4635
-317.2500,0.5000,,53.8000,,,,11,940.7600,-138.2219,1993.8974,-149.3342,-13.6171,196.4311,196.4311,-14.7118,0.1322,-17.8326,0.0000,-17.8326,4.0833,-17.8326,1.0236,0.0000,-18.8562,0.8890,,,-19.7452,1.1436,,,-20.8887,,,,,,,759.4488,-237.0970,0.2000,0.5025,1.4286,1.4000,0.5522,424.9122,424.9122,429.1613,429.1613,429.1613
-317.7500,0.5000,,53.6800,,,,11,939.6500,-135.8882,1991.2723,-149.2843,-13.3714,195.9410,195.9410,-14.6896,-0.1705,-17.2666,0.0000,-17.2666,4.0657,-17.2666,1.0211,0.0000,-18.2878,0.8873,,,-19.1751,1.1410,,,-20.3161,,,,,,,758.2513,-230.3134,0.2000,0.5025,1.4286,1.4000,0.5346,465.8832,465.8832,470.5420,470.5420,470.5420
-318.2500,0.5000,,53.6400,,,,11,939.5000,-135.3429,1990.9175,-149.2775,-13.3156,195.8748,195.8748,-14.6865,-0.0492,-17.2145,0.0000,-17.2145,3.9481,-17.2145,1.0204,0.0000,-18.2350,0.8868,,,-19.1218,1.1402,,,-20.2620,,,,,,,757.9055,-229.7529,0.2000,0.5025,1.4286,1.4000,0.4170,475.5683,475.5683,480.3240,480.3240,480.3240
-318.7500,0.5000,,53.6200,,,,11,937.7100,-132.7233,1986.6842,-149.1970,-13.0330,195.0859,195.0859,-14.6507,-0.1644,-16.8167,0.0000,-16.8167,3.9481,-16.8167,1.0181,0.0000,-17.8348,0.8852,,,-18.7200,1.1377,,,-19.8577,,,,,,,756.7481,-225.0543,0.2000,0.5025,1.4286,1.4000,0.4170,521.0020,521.0020,526.2120,526.2120,526.2120
-319.2500,0.5000,,53.4200,,,,11,934.3300,-142.1485,1978.6905,-149.0449,-13.9082,193.6006,193.6006,-14.5830,-0.3857,-17.4084,0.0000,-17.4084,3.8858,-17.4084,1.0126,0.0000,-18.4210,0.8814,,,-19.3023,1.1318,,,-20.4342,,,,,,,754.0262,-233.2908,0.2000,0.5025,1.4286,1.4000,0.3548,347.4704,347.4704,350.9451,350.9451,350.9451
-319.7500,0.5000,,53.0800,,,,11,925.9500,-148.6678,1958.8718,-148.6678,-14.4156,189.9425,189.9425,-14.4156,-0.7217,-17.5572,0.0000,-17.5572,3.8633,-17.5572,1.0023,0.0000,-18.5595,0.8742,,,-19.4337,1.1208,,,-20.5544,,,,,,,748.9064,-236.6520,0.2000,0.5025,1.4286,1.4000,0.3322,221.2466,221.2466,223.4591,223.4591,223.4591
-320.2500,0.5000,,51.8000,,,,11,899.1200,-147.4604,1895.4188,-147.4604,-13.8842,178.4643,178.4643,-13.8842,-2.7841,-14.9124,0.0000,-14.9124,3.8122,-14.9124,0.9624,0.0000,-15.8747,0.8461,,,-16.7209,1.0778,,,-17.7987,,,,,,,728.8182,-207.9977,0.2000,0.5025,1.4286,1.4000,0.2812,184.9054,184.9054,186.7545,186.7545,186.7545
-320.7500,0.5000,,50.4000,,,,11,876.1300,-146.4259,1841.0475,-146.4259,-13.4343,168.9126,168.9126,-13.4343,-2.6027,-14.6175,0.0000,-14.6175,3.7859,-14.6175,0.9247,0.0000,-15.5422,0.8194,,,-16.3616,1.0372,,,-17.3989,,,,,,,709.5246,-209.1781,0.2000,0.5025,1.4286,1.4000,0.2549,181.6791,181.6791,183.4959,183.4959,183.4959
-321.2500,0.5000,,49.4600,,,,11,886.4900,-146.8921,1865.5489,-146.8921,-13.6364,173.1845,173.1845,-13.6364,-1.6864,-15.6340,0.0000,-15.6340,3.6839,-15.6340,0.9001,0.0000,-16.5340,0.8019,,,-17.3359,1.0107,,,-18.3466,,,,,,,696.7386,-226.6107,0.2000,0.4650,1.4286,1.3500,0.2403,181.0265,181.0265,188.2676,188.2676,188.2676
-321.7500,0.5000,,47.8800,,,,10,1026.3800,-153.7147,2134.0000,-153.7147,-16.5216,229.3671,229.3671,-16.5216,21.2332,-41.3973,0.0000,-41.3973,3.6425,-41.3973,1.6510,0.0000,-43.0484,0.7722,,,-43.8205,1.7517,,,-45.5722,,,,,,,674.9652,-609.0410,0.2000,0.4650,1.4286,1.3500,0.1989,233.1401,233.1401,242.4657,242.4657,242.4657
-322.2500,0.5000,,46.4000,,,,10,1018.8100,-153.2227,2134.0000,-153.2227,-16.3473,227.6755,227.6755,-16.3473,-4.4301,-15.5682,0.0000,-15.5682,3.6510,-15.5682,1.1393,0.0000,-16.7075,0.7415,,,-17.4489,0.9205,,,-18.3695,,,,,,,652.1869,-244.6302,0.2000,0.4650,1.4286,1.3500,0.2074,234.2579,234.2579,243.6282,243.6282,243.6282
-322.7500,0.5000,,44.8000,,,,10,983.4000,-151.2530,2094.7410,-151.2530,-15.5762,215.7194,215.7194,-15.5762,-4.3478,-14.9214,0.0000,-14.9214,3.6930,-14.9214,1.0786,0.0000,-15.9999,0.7106,,,-16.7105,0.8750,,,-17.5855,,,,,,,629.0299,-242.8950,0.2000,0.4650,1.4286,1.3500,0.2494,233.4960,233.4960,242.8358,242.8358,242.8358
-323.2500,0.5000,,43.4200,,,,10,954.2400,-149.9408,2025.7776,-149.9408,-14.9833,202.4315,202.4315,-14.9833,-3.3007,-15.3756,0.0000,-15.3756,3.6930,-15.3756,1.0319,0.0000,-16.4075,0.6866,,,-17.0941,0.8400,,,-17.9341,,,,,,,610.8641,-256.4892,0.2000,0.4650,1.4286,1.3500,0.2494,227.2785,227.2785,236.3697,236.3697,236.3697
-323.7500,0.5000,,42.0200,,,,10,923.8600,-148.5737,1953.9289,-148.5737,-14.3740,189.0356,189.0356,-14.3740,-3.5291,-14.8287,0.0000,-14.8287,3.9838,-14.8287,0.9816,0.0000,-15.8102,0.6609,,,-16.4711,0.8020,,,-17.2731,,,,,,,590.8236,-255.5360,0.2000,0.4650,1.4286,1.3500,0.5402,220.8010,220.8010,229.6330,229.6330,229.6330
-324.2500,0.5000,,41.2000,,,,10,892.0800,-147.1436,1878.7692,-147.1436,-13.7459,175.5116,175.5116,-13.7459,-1.4802,-16.2735,0.0000,-16.2735,4.0078,-16.2735,0.9603,0.0000,-17.2338,0.6502,,,-17.8840,0.7859,,,-18.6699,,,,,,,582.2129,-282.6641,0.2000,0.4650,1.4286,1.3500,0.5642,180.6744,180.6744,187.9014,187.9014,187.9014
-324.7500,0.5000,,41.7200,,,,10,987.1700,27.2923,2103.6571,-151.4227,2.8214,217.4681,217.4681,-15.6535,1.3608,-2.7247,0.0000,-2.7247,4.1853,-2.7247,0.9799,0.0000,-3.7045,0.6600,,,-4.3646,0.8007,,,-5.1653,,,,,,,590.1337,-59.9453,0.2000,0.4650,1.4286,1.3500,0.7417,3228.6440,3228.6440,3357.7898,3357.7898,3357.7898
-325.2500,0.5000,,41.8600,,,,9,1138.1800,193.0532,2134.0000,-160.9817,23.0100,254.3513,254.3513,-19.1874,32.9942,-14.2350,0.0000,-14.2350,4.2508,-14.2350,1.4337,0.0000,-15.6688,0.6611,,,-16.3299,0.8024,,,-17.1323,,,,,,,591.0136,-253.1678,0.2000,0.4650,1.4286,1.3500,0.8073,6657.1813,6657.1813,6923.4686,6923.4686,6923.4686
-325.7500,0.5000,,41.5600,,,,9,1188.2800,-92.3587,2134.0000,-164.2382,-11.4928,265.5473,265.5473,-20.4372,-0.7227,-15.1608,0.0000,-15.1608,4.3907,-15.1608,1.4241,0.0000,-16.5849,0.6580,,,-17.2429,0.7976,,,-18.0405,,,,,,,588.4666,-269.1304,0.2000,0.4650,1.4286,1.3500,0.9472,1613.8318,1613.8318,1678.3851,1678.3851,1678.3851
-326.2500,0.5000,,41.8200,,,,9,1194.6300,12.7311,2134.0000,-164.6510,1.5927,266.9663,266.9663,-20.5981,0.9048,-3.7449,0.0000,-3.7449,4.4328,-3.7449,1.4361,0.0000,-5.1810,0.6619,,,-5.8430,0.8036,,,-6.6465,,,,,,,591.6536,-83.6220,0.2000,0.4650,1.4286,1.3500,0.9892,3594.1838,3594.1838,3737.9512,3737.9512,3737.9512
-326.7500,0.5000,,42.0600,,,,9,1201.8900,17.9058,2134.0000,-165.2079,2.2537,268.5887,268.5887,-20.7933,1.1372,-3.2452,0.0000,-3.2452,4.3616,-3.2452,1.4512,0.0000,-4.6965,0.6669,,,-5.3633,0.8111,,,-6.1744,,,,,,,595.6352,-75.2942,0.2000,0.4650,1.4286,1.3500,0.9181,3722.7849,3722.7849,3871.6963,3871.6963,3871.6963
-327.2500,0.5000,,42.4200,,,,9,1223.8100,62.5170,2134.0000,-167.6191,8.0120,273.4872,273.4872,-21.4816,1.2065,2.4844,0.0000,2.4844,4.3211,2.4844,1.4672,0.0000,1.0172,0.6721,,,0.3451,0.8190,,,-0.4739,,,,,,,599.8304,16.1932,0.2000,0.4650,1.4286,1.3500,0.8775,4649.7724,4649.7724,4835.7633,4835.7633,4835.7633
-327.7500,0.5000,,42.7600,,,,9,1123.0200,59.9861,2134.0000,-159.9963,7.0545,250.9635,250.9635,-18.8159,1.7190,1.1281,0.0000,1.1281,4.2074,1.1281,1.4899,0.0000,-0.3618,0.6798,,,-1.0417,0.8303,,,-1.8719,,,,,,,605.7576,-5.7040,0.2000,0.4650,1.4286,1.3500,0.7638,4298.1733,4298.1733,4470.1002,4470.1002,4470.1002
-328.2500,0.5000,,43.2750,,,,10,986.9388,-151.4122,2103.1102,-151.4122,-15.6488,217.3606,217.3606,-15.6488,-33.3952,13.6034,0.0000,13.6034,4.1430,13.6034,1.0347,0.0000,12.5687,0.6880,,,11.8807,0.8421,,,11.0386,,,,,,,611.9542,196.1297,0.2000,0.4650,1.4286,1.3500,0.6994,234.2505,234.2505,243.6205,243.6205,243.6205
-328.7500,0.5000,,43.8667,,,,10,978.4412,171.2487,2083.0134,-151.0299,17.5465,213.4300,213.4300,-15.4748,1.8749,11.5968,0.0000,11.5968,4.0748,11.5968,1.0612,0.0000,10.5355,0.7017,,,9.8338,0.8620,,,8.9718,,,,,,,622.3201,161.6641,0.2000,0.4650,1.4286,1.3500,0.6312,5435.9972,5435.9972,5653.4371,5653.4371,5653.4371
-329.2500,0.5000,,44.9800,,,,10,1006.2900,430.7465,2134.0000,-152.4089,45.3914,224.8776,224.8776,-16.0606,3.0654,38.3508,0.0000,38.3508,3.9752,38.3508,1.5297,0.0000,36.8212,0.7237,,,36.0975,1.4429,,,34.6546,,,,,,,638.9053,550.3416,0.2000,0.4650,1.4286,1.3500,0.5316,9881.0895,9881.0895,10276.3330,10276.3330,10276.3330
-329.7500,0.5000,,46.5200,,,,10,1040.3000,699.2241,2134.0000,-154.6195,76.1735,232.4779,232.4779,-16.8442,4.2108,67.9784,0.0000,67.9784,3.9843,67.9784,2.7144,0.0000,65.2639,0.7533,,,64.5106,2.5793,,,61.9313,,,,,,,661.0101,942.8366,0.2000,0.4650,1.4286,1.3500,0.5407,14986.2826,14986.2826,15585.7339,15585.7339,15585.7339
-330.2500,0.5000,,47.8800,,,,10,1067.3800,621.1436,2134.0000,-156.3797,69.4288,238.5295,238.5295,-17.4795,3.5842,61.8112,0.0000,61.8112,4.0334,61.8112,2.4675,0.0000,59.3437,0.7780,,,58.5657,2.3415,,,56.2242,,,,,,,679.2588,834.2776,0.2000,0.4650,1.4286,1.3500,0.5899,13873.9777,13873.9777,14428.9368,14428.9368,14428.9368
-330.7500,0.5000,,48.5000,,,,10,1041.0300,144.6926,2134.0000,-154.6670,15.7739,232.6410,232.6410,-16.8612,1.4826,10.2434,0.0000,10.2434,4.0479,10.2434,1.2326,0.0000,9.0108,0.7881,,,8.2227,0.9900,,,7.2327,,,,,,,686.6656,125.3110,0.2000,0.4650,1.4286,1.3500,0.6043,5382.4394,5382.4394,5597.7370,5597.7370,5597.7370
-331.2500,0.5000,,48.8000,,,,11,896.4600,-147.3407,1889.1279,-147.3407,-13.8319,177.3458,177.3458,-13.8319,-24.2904,6.3396,0.0000,6.3396,4.1189,6.3396,0.8895,0.0000,5.4501,0.7943,,,4.6559,0.9993,,,3.6566,,,,,,,691.1884,75.2979,0.2000,0.4650,1.4286,1.3500,0.6753,180.3985,180.3985,187.6144,187.6144,187.6144
-331.7500,0.5000,,49.4800,,,,11,870.7500,157.2941,1828.3238,-146.1838,14.3428,166.7152,166.7152,-13.3297,1.0339,9.1901,0.0000,9.1901,4.1189,9.1901,0.9046,0.0000,8.2854,0.8051,,,7.4803,1.0156,,,6.4647,,,,,,,699.1174,113.1715,0.2000,0.4650,1.4286,1.3500,0.6753,4525.8816,4525.8816,4706.9168,4706.9168,4706.9168
-332.2500,0.5000,,50.1200,,,,11,882.3800,382.2884,1855.8287,-146.7071,35.3245,171.4834,171.4834,-13.5561,1.4996,29.6598,0.0000,29.6598,4.1651,29.6598,1.1829,0.0000,28.4768,0.8207,,,27.6561,1.1050,,,26.5511,,,,,,,710.4604,382.7570,0.2000,0.5025,1.4286,1.4000,0.6341,7990.1192,7990.1192,8070.0204,8070.0204,8070.0204
-332.7500,0.5000,,51.2800,,,,11,900.9700,504.8593,1899.7941,-147.5437,47.6332,179.2443,179.2443,-13.9206,2.0821,41.3859,0.0000,41.3859,4.1651,41.3859,1.6518,0.0000,39.7341,0.8421,,,38.8920,1.5544,,,37.3376,,,,,,,725.9160,522.6950,0.2000,0.5025,1.4286,1.4000,0.6341,10045.3465,10045.3465,10145.8000,10145.8000,10145.8000
-333.2500,0.5000,,51.7800,,,,11,906.8700,192.7389,1913.7476,-147.8092,18.3039,181.7433,181.7433,-14.0370,0.8618,13.1707,0.0000,13.1707,4.2714,13.1707,0.9691,0.0000,12.2016,0.8509,,,11.3508,1.0850,,,10.2657,,,,,,,732.2177,159.1291,0.2000,0.5025,1.4286,1.4000,0.7403,5204.7433,5204.7433,5256.7907,5256.7907,5256.7907
-333.7500,0.5000,,52.0200,,,,11,903.7800,96.0175,1906.4397,-147.6701,9.0874,180.4324,180.4324,-13.9760,0.5258,4.2696,0.0000,4.2696,4.2921,4.2696,0.9766,0.0000,3.2930,0.8562,,,2.4368,1.0932,,,1.3436,,,,,,,736.0357,42.7231,0.2000,0.5025,1.4286,1.4000,0.7610,3812.3850,3812.3850,3850.5088,3850.5088,3850.5088
-334.2500,0.5000,,51.9400,,,,11,909.1100,-147.9100,1919.0452,-147.9100,-14.0813,182.6965,182.6965,-14.0813,-0.1581,-18.3904,0.0000,-18.3904,4.4673,-18.3904,0.9744,0.0000,-19.3648,0.8546,,,-20.2194,1.0907,,,-21.3101,,,,,,,734.8894,-251.6299,0.2000,0.5025,1.4286,1.4000,0.9362,217.6560,217.6560,219.8326,219.8326,219.8326
-334.7500,0.5000,,52.1400,,,,11,913.3200,-137.4846,1929.0018,-148.0994,-13.1494,184.4948,184.4948,-14.1646,0.2841,-17.9367,0.0000,-17.9367,4.5032,-17.9367,0.9784,0.0000,-18.9151,0.8575,,,-19.7726,1.0951,,,-20.8677,,,,,,,736.9476,-245.1004,0.2000,0.5025,1.4286,1.4000,0.9721,394.7458,394.7458,398.6933,398.6933,398.6933
-335.2500,0.5000,,52.1200,,,,11,912.7300,-141.2103,1927.6065,-148.0729,-13.4970,184.2423,184.2423,-14.1529,-0.0145,-17.8331,0.0000,-17.8331,4.3507,-17.8331,0.9782,0.0000,-18.8114,0.8573,,,-19.6687,1.0949,,,-20.7636,,,,,,,736.8425,-243.7908,0.2000,0.5025,1.4286,1.4000,0.8196,335.9761,335.9761,339.3358,339.3358,339.3358
-335.7500,0.5000,,52.1800,,,,11,914.1600,-142.3649,1930.9884,-148.1372,-13.6287,184.8547,184.8547,-14.1813,0.0452,-17.9317,0.0000,-17.9317,4.2578,-17.9317,0.9789,0.0000,-18.9106,0.8578,,,-19.7683,1.0956,,,-20.8639,,,,,,,737.1693,-244.9674,0.2000,0.5025,1.4286,1.4000,0.7267,322.8875,322.8875,326.1164,326.1164,326.1164
-336.2500,0.5000,,52.2800,,,,11,915.2100,-137.3793,1933.4717,-148.1845,-13.1665,185.3050,185.3050,-14.2021,0.1885,-17.5587,0.0000,-17.5587,4.2037,-17.5587,0.9816,0.0000,-18.5403,0.8597,,,-19.4000,1.0985,,,-20.4985,,,,,,,738.5312,-239.7286,0.2000,0.5025,1.4286,1.4000,0.6727,404.1973,404.1973,408.2393,408.2393,408.2393
-336.7500,0.5000,,52.2000,,,,11,913.0100,-148.0855,1928.2687,-148.0855,-14.1585,184.3621,184.3621,-14.1585,-0.2302,-17.9431,0.0000,-17.9431,4.0148,-17.9431,0.9783,0.0000,-18.9214,0.8573,,,-19.7787,1.0949,,,-20.8736,,,,,,,736.8676,-245.2078,0.2000,0.5025,1.4286,1.4000,0.4837,218.4876,218.4876,220.6725,220.6725,220.6725
-337.2500,0.5000,,52.1800,,,,11,913.9000,-146.9959,1930.3735,-148.1255,-14.0680,184.7433,184.7433,-14.1761,0.0835,-18.1664,0.0000,-18.1664,4.0149,-18.1664,0.9795,0.0000,-19.1459,0.8582,,,-20.0041,1.0962,,,-21.1003,,,,,,,737.4716,-247.9147,0.2000,0.5025,1.4286,1.4000,0.4839,239.0600,239.0600,241.4506,241.4506,241.4506
-337.7500,0.5000,,52.2000,,,,11,914.2200,-146.1570,1931.1303,-148.1399,-13.9926,184.8804,184.8804,-14.1825,0.0214,-17.8797,0.0000,-17.8797,3.8657,-17.8797,0.9798,0.0000,-18.8595,0.8584,,,-19.7179,1.0966,,,-20.8145,,,,,,,737.6266,-244.1552,0.2000,0.5025,1.4286,1.4000,0.3346,254.5250,254.5250,257.0702,257.0702,257.0702
-338.2500,0.5000,,52.0800,,,,11,911.5400,-148.0193,1924.7921,-148.0193,-14.1294,183.7334,183.7334,-14.1294,-0.2783,-17.7140,0.0000,-17.7140,3.8630,-17.7140,0.9758,0.0000,-18.6898,0.8556,,,-19.5454,1.0923,,,-20.6377,,,,,,,735.6125,-242.6206,0.2000,0.5025,1.4286,1.4000,0.3319,218.1742,218.1742,220.3559,220.3559,220.3559
-338.7500,0.5000,,52.0000,,,,11,910.1900,-147.9586,1921.5994,-147.9586,-14.1027,183.1570,183.1570,-14.1027,-0.1035,-17.7892,0.0000,-17.7892,3.7901,-17.7892,0.9743,0.0000,-18.7635,0.8545,,,-19.6181,1.0907,,,-20.7087,,,,,,,734.8620,-243.8257,0.2000,0.5025,1.4286,1.4000,0.2590,217.8863,217.8863,220.0652,220.0652,220.0652
-339.2500,0.5000,,51.5000,,,,11,894.9100,-147.2710,1885.4622,-147.2710,-13.8015,176.6956,176.6956,-13.8015,-1.4109,-16.1577,0.0000,-16.1577,3.7672,-16.1577,0.9540,0.0000,-17.1117,0.8402,,,-17.9519,1.0688,,,-19.0207,,,,,,,724.5538,-225.5246,0.2000,0.5025,1.4286,1.4000,0.2361,180.4961,180.4961,182.3011,182.3011,182.3011
-339.7500,0.5000,,50.0000,,,,11,870.8700,-146.1892,1828.6076,-146.1892,-13.3321,166.7641,166.7641,-13.3321,-2.8054,-14.2514,0.0000,-14.2514,3.7247,-14.2514,0.9133,0.0000,-15.1646,0.8113,,,-15.9759,1.0249,,,-17.0009,,,,,,,703.6094,-205.8123,0.2000,0.5025,1.4286,1.4000,0.1936,182.0104,182.0104,183.8305,183.8305,183.8305
-340.2500,0.5000,,48.9400,,,,11,852.9400,-145.3823,1786.2031,-145.3823,-12.9855,159.5431,159.5431,-12.9855,-1.7977,-14.8122,0.0000,-14.8122,3.6244,-14.8122,0.8869,0.0000,-15.6991,0.7925,,,-16.4915,0.9966,,,-17.4881,,,,,,,689.8536,-217.3146,0.2000,0.4650,1.4286,1.3500,0.1808,183.1398,183.1398,190.4654,190.4654,190.4654
-340.7500,0.5000,,47.7600,,,,10,997.6000,-151.8920,2128.3240,-151.8920,-15.8679,222.3427,222.3427,-15.8679,21.5496,-41.0218,0.0000,-41.0218,3.6043,-41.0218,1.6360,0.0000,-42.6578,0.7682,,,-43.4260,1.7359,,,-45.1619,,,,,,,672.0318,-606.1499,0.2000,0.4650,1.4286,1.3500,0.1607,236.5236,236.5236,245.9846,245.9846,245.9846
-341.2500,0.5000,,46.2800,,,,10,1018.3700,-153.1941,2134.0000,-153.1941,-16.3371,227.5771,227.5771,-16.3371,-4.0593,-15.8686,0.0000,-15.8686,3.5907,-15.8686,1.1364,0.0000,-17.0050,0.7400,,,-17.7450,0.9184,,,-18.6634,,,,,,,651.0966,-249.4036,0.2000,0.4650,1.4286,1.3500,0.1471,234.3229,234.3229,243.6958,243.6958,243.6958
-341.7500,0.5000,,44.9600,,,,10,989.8200,-151.5419,2109.9243,-151.5419,-15.7079,218.7015,218.7015,-15.7079,-3.4428,-15.9214,0.0000,-15.9214,3.6563,-15.9214,1.0883,0.0000,-17.0097,0.7156,,,-17.7253,0.8824,,,-18.6077,,,,,,,632.7980,-256.6869,0.2000,0.4650,1.4286,1.3500,0.2128,234.8648,234.8648,244.2594,244.2594,244.2594
-342.2500,0.5000,,43.7000,,,,10,963.1700,-150.3427,2046.8971,-150.3427,-15.1640,206.4560,206.4560,-15.1640,-3.2189,-15.6842,0.0000,-15.6842,3.7391,-15.6842,1.0430,0.0000,-16.7272,0.6923,,,-17.4194,0.8483,,,-18.2678,,,,,,,615.1976,-259.6447,0.2000,0.4650,1.4286,1.3500,0.2955,229.1826,229.1826,238.3499,238.3499,238.3499
-342.7500,0.5000,,43.6200,,,,10,971.1500,-150.7018,2065.7698,-150.7018,-15.3262,210.0859,210.0859,-15.3262,0.3148,-19.5097,0.0000,-19.5097,3.8687,-19.5097,1.0474,0.0000,-20.5571,0.6946,,,-21.2517,0.8517,,,-22.1034,,,,,,,616.9411,-318.1929,0.2000,0.4650,1.4286,1.3500,0.4252,230.8840,230.8840,240.1194,240.1194,240.1194
-343.2500,0.5000,,43.8200,,,,10,971.0000,-39.6703,2065.4150,-150.6950,-4.0338,210.0174,210.0174,-15.3231,0.4876,-8.6250,0.0000,-8.6250,4.1037,-8.6250,1.0543,0.0000,-9.6794,0.6981,,,-10.3775,0.8568,,,-11.2343,,,,,,,619.6318,-149.1712,0.2000,0.4650,1.4286,1.3500,0.6601,2113.1314,2113.1314,2197.6567,2197.6567,2197.6567
-343.7500,0.5000,,43.9400,,,,10,985.0500,40.5364,2098.6433,-151.3273,4.1815,216.4839,216.4839,-15.6100,0.3697,-0.3642,0.0000,-0.3642,4.1760,-0.3642,1.0595,0.0000,-1.4237,0.7008,,,-2.1245,0.8608,,,-2.9853,,,,,,,621.6643,-21.8698,0.2000,0.4650,1.4286,1.3500,0.7324,3437.5335,3437.5335,3575.0349,3575.0349,3575.0349
-344.2500,0.5000,,44.6200,,,,10,994.9200,245.4019,2121.9858,-151.7714,25.5679,221.0850,221.0850,-15.8127,1.8220,19.4149,0.0000,19.4149,4.3310,19.4149,1.0852,0.0000,18.3297,0.7140,,,17.6158,0.8800,,,16.7357,,,,,,,631.5851,277.1374,0.2000,0.4650,1.4286,1.3500,0.8874,6693.2985,6693.2985,6961.0305,6961.0305,6961.0305
-344.7500,0.5000,,45.5400,,,,10,1018.3100,408.0375,2134.0000,-153.1902,43.5120,227.5637,227.5637,-16.3358,2.9527,36.2275,0.0000,36.2275,4.3318,36.2275,1.4446,0.0000,34.7829,0.7350,,,34.0479,1.3609,,,32.6871,,,,,,,647.3396,513.1034,0.2000,0.4650,1.4286,1.3500,0.8882,9632.1566,9632.1566,10017.4429,10017.4429,10017.4429
-345.2500,0.5000,,46.8200,,,,10,1044.2500,496.8780,2134.0000,-154.8763,54.3354,233.3606,233.3606,-16.9363,3.2687,46.7326,0.0000,46.7326,4.3340,46.7326,1.8646,0.0000,44.8680,0.7578,,,44.1102,1.7633,,,42.3469,,,,,,,664.3449,644.9335,0.2000,0.4650,1.4286,1.3500,0.8905,11386.6381,11386.6381,11842.1036,11842.1036,11842.1036
-345.7500,0.5000,,48.0600,,,,10,1070.1500,509.8287,2134.0000,-156.5598,57.1344,239.1485,239.1485,-17.5450,3.2907,49.5546,0.0000,49.5546,4.2891,49.5546,1.9772,0.0000,47.5774,0.7804,,,46.7970,1.8707,,,44.9263,,,,,,,681.0355,667.1177,0.2000,0.4650,1.4286,1.3500,0.8455,11945.8112,11945.8112,12423.6437,12423.6437,12423.6437
-346.2500,0.5000,,48.5000,,,,10,1031.3100,98.0545,2134.0000,-154.0352,10.5897,230.4689,230.4689,-16.6356,1.0850,5.3804,0.0000,5.3804,4.1244,5.3804,1.2320,0.0000,4.1484,0.7878,,,3.3606,0.9896,,,2.3710,,,,,,,686.4496,57.7090,0.2000,0.4650,1.4286,1.3500,0.6808,4575.3855,4575.3855,4758.4009,4758.4009,4758.4009
-346.7500,0.5000,,48.8400,,,,11,890.5200,-147.0734,1875.0798,-147.0734,-13.7153,174.8606,174.8606,-13.7153,-24.2617,6.4220,0.0000,6.4220,4.1244,6.4220,0.8893,0.0000,5.5327,0.7941,,,4.7386,0.9991,,,3.7395,,,,,,,691.0744,76.4515,0.2000,0.4650,1.4286,1.3500,0.6808,180.7727,180.7727,188.0036,188.0036,188.0036
-347.2500,0.5000,,49.6000,,,,11,872.4800,166.9305,1832.4152,-146.2616,15.2518,167.4202,167.4202,-13.3633,1.2431,10.0127,0.0000,10.0127,3.9959,10.0127,0.9075,0.0000,9.1053,0.8072,,,8.2981,1.0187,,,7.2794,,,,,,,700.5984,124.1066,0.2000,0.4650,1.4286,1.3500,0.5524,4669.2852,4669.2852,4856.0566,4856.0566,4856.0566
-347.7500,0.5000,,50.3400,,,,11,887.4600,423.5753,1867.8429,-146.9357,39.3648,173.5872,173.5872,-13.6554,1.7569,33.5294,0.0000,33.5294,4.0785,33.5294,1.3377,0.0000,32.1918,0.8254,,,31.3664,1.2534,,,30.1130,,,,,,,713.8423,430.6395,0.2000,0.5025,1.4286,1.4000,0.5474,8675.6801,8675.6801,8762.4369,8762.4369,8762.4369
-348.2500,0.5000,,51.6000,,,,11,906.8700,523.7161,1913.7476,-147.8092,49.7359,181.7433,181.7433,-14.0370,2.3890,43.2098,0.0000,43.2098,4.1371,43.2098,1.7247,0.0000,41.4851,0.8498,,,40.6353,1.6241,,,39.0112,,,,,,,731.4664,541.5880,0.2000,0.5025,1.4286,1.4000,0.6060,10390.3092,10390.3092,10494.2123,10494.2123,10494.2123
-348.7500,0.5000,,52.1000,,,,11,913.6300,147.1323,1929.7350,-148.1134,14.0769,184.6276,184.6276,-14.1708,0.7588,9.1727,0.0000,9.1727,4.1454,9.1727,0.9785,0.0000,8.1942,0.8575,,,7.3367,1.0952,,,6.2416,,,,,,,736.9761,106.1760,0.2000,0.5025,1.4286,1.4000,0.6143,4609.6884,4609.6884,4655.7853,4655.7853,4655.7853
-349.2500,0.5000,,52.6000,,,,11,923.0100,124.7179,1951.9187,-148.5355,12.0549,188.6673,188.6673,-14.3570,0.9649,6.7957,0.0000,6.7957,4.2942,6.7957,0.9923,0.0000,5.8034,0.8672,,,4.9362,1.1100,,,3.8261,,,,,,,743.9235,74.4946,0.2000,0.5025,1.4286,1.4000,0.7632,4362.5579,4362.5579,4406.1835,4406.1835,4406.1835
-349.7500,0.5000,,52.9600,,,,11,927.9500,103.6413,1963.6018,-148.7578,10.0713,190.8124,190.8124,-14.4555,0.6477,5.0611,0.0000,5.0611,4.3625,5.0611,1.0016,0.0000,4.0595,0.8737,,,3.1859,1.1200,,,2.0659,,,,,,,748.5504,51.7878,0.2000,0.5025,1.4286,1.4000,0.8315,4101.1472,4101.1472,4142.1586,4142.1586,4142.1586
-350.2500,0.5000,,53.1600,,,,11,925.1000,63.2939,1956.8615,-148.6295,6.1317,189.5734,189.5734,-14.3987,0.5026,1.3447,0.0000,1.3447,4.2844,1.3447,1.0088,0.0000,0.3360,0.8787,,,-0.5427,1.1277,,,-1.6704,,,,,,,752.1212,4.2656,0.2000,0.5025,1.4286,1.4000,0.7533,3508.6443,3508.6443,3543.7308,3543.7308,3543.7308
-350.7500,0.5000,,53.4000,,,,11,934.2000,12.0989,1978.3830,-149.0390,1.1836,193.5436,193.5436,-14.5804,0.3756,-3.4472,0.0000,-3.4472,4.2551,-3.4472,1.0141,0.0000,-4.4613,0.8824,,,-5.3437,1.1334,,,-6.4772,,,,,,,754.7792,-56.4431,0.2000,0.5025,1.4286,1.4000,0.7241,2758.6202,2758.6202,2786.2064,2786.2064,2786.2064
-351.2500,0.5000,,53.6400,,,,11,940.3200,10.8123,1992.8568,-149.3144,1.0647,196.2368,196.2368,-14.7030,0.5019,-3.5963,0.0000,-3.5963,4.1590,-3.5963,1.0213,0.0000,-4.6175,0.8874,,,-5.5049,1.1411,,,-6.6461,,,,,,,758.3162,-58.1474,0.2000,0.5025,1.4286,1.4000,0.6279,2762.9218,2762.9218,2790.5510,2790.5510,2790.5510
-351.7500,0.5000,,53.9400,,,,11,944.8900,-6.1328,2003.6649,-149.5201,-0.6068,198.2599,198.2599,-14.7948,0.5792,-5.2510,0.0000,-5.2510,4.0649,-5.2510,1.0295,0.0000,-6.2805,0.8931,,,-7.1736,1.1500,,,-8.3236,,,,,,,762.3776,-78.6672,0.2000,0.5025,1.4286,1.4000,0.5338,2511.4923,2511.4923,2536.6073,2536.6073,2536.6073
-352.2500,0.5000,,54.0400,,,,11,946.6900,-73.0827,2007.9219,-149.6011,-7.2452,199.0596,199.0596,-14.8310,0.1926,-11.4579,0.0000,-11.4579,4.0200,-11.4579,1.0322,0.0000,-12.4901,0.8950,,,-13.3851,1.1529,,,-14.5380,,,,,,,763.7235,-156.1712,0.2000,0.5025,1.4286,1.4000,0.4889,1506.9896,1506.9896,1522.0595,1522.0595,1522.0595
-352.7500,0.5000,,54.1200,,,,11,948.4000,-149.6780,2011.9660,-149.6780,-14.8655,199.8208,199.8208,-14.8655,0.2391,-18.9996,0.0000,-18.9996,3.8951,-18.9996,1.0356,0.0000,-20.0352,0.8974,,,-20.9326,1.1565,,,-22.0892,,,,,,,765.3906,-249.9671,0.2000,0.5025,1.4286,1.4000,0.3640,226.0333,226.0333,228.2937,228.2937,228.2937
-353.2500,0.5000,,54.2600,,,,11,950.2100,-149.7595,2016.2467,-149.7595,-14.9019,200.6282,200.6282,-14.9019,0.1437,-18.9230,0.0000,-18.9230,3.8774,-18.9230,1.0377,0.0000,-19.9607,0.8988,,,-20.8595,1.1587,,,-22.0182,,,,,,,766.3907,-248.7116,0.2000,0.5025,1.4286,1.4000,0.3463,226.4193,226.4193,228.6835,228.6835,228.6835
-353.7500,0.5000,,54.3200,,,,11,951.2900,-149.8081,2018.8009,-149.8081,-14.9237,201.1106,201.1106,-14.9237,0.1646,-18.8840,0.0000,-18.8840,3.7957,-18.8840,1.0400,0.0000,-19.9240,0.9004,,,-20.8244,1.1612,,,-21.9857,,,,,,,767.5351,-247.8848,0.2000,0.5025,1.4286,1.4000,0.2646,226.6495,226.6495,228.9160,228.9160,228.9160
-354.2500,0.5000,,54.4400,,,,11,952.9300,-148.9181,2022.6795,-149.8819,-14.8606,201.8444,201.8444,-14.9568,0.1343,-18.7907,0.0000,-18.7907,3.7957,-18.7907,1.0419,0.0000,-19.8326,0.9017,,,-20.7343,1.1633,,,-21.8976,,,,,,,768.4673,-246.4476,0.2000,0.5025,1.4286,1.4000,0.2647,244.3887,244.3887,246.8326,246.8326,246.8326
-354.7500,0.5000,,54.4400,,,,11,953.2700,-149.8972,2023.4836,-149.8972,-14.9637,201.9967,201.9967,-14.9637,0.0854,-18.7904,0.0000,-18.7904,3.7414,-18.7904,1.0431,0.0000,-19.8335,0.9026,,,-20.7361,1.1646,,,-21.9006,,,,,,,769.0592,-246.2694,0.2000,0.5025,1.4286,1.4000,0.2103,227.0717,227.0717,229.3424,229.3424,229.3424
-355.2500,0.5000,,54.4200,,,,11,953.2200,-149.8949,2023.3653,-149.8949,-14.9627,201.9743,201.9743,-14.9627,-0.0579,-18.6322,0.0000,-18.6322,3.7275,-18.6322,1.0423,0.0000,-19.6745,0.9020,,,-20.5765,1.1637,,,-21.7402,,,,,,,768.6574,-244.4235,0.2000,0.5025,1.4286,1.4000,0.1965,227.0611,227.0611,229.3317,229.3317,229.3317
-355.7500,0.5000,,54.6200,,,,11,957.7400,-92.4033,2034.0551,-150.0983,-9.2675,204.0041,204.0041,-15.0540,0.4922,-13.4583,0.0000,-13.4583,3.6986,-13.4583,1.0493,0.0000,-14.5076,0.9068,,,-15.4144,1.1711,,,-16.5856,,,,,,,772.0638,-179.4378,0.2000,0.5025,1.4286,1.4000,0.1675,1260.8983,1260.8983,1273.5073,1273.5073,1273.5073
-356.2500,0.5000,,54.9200,,,,11,962.7200,-45.9135,2045.8328,-150.3224,-4.6288,206.2523,206.2523,-15.1549,0.5898,-8.9056,0.0000,-8.9056,3.6870,-8.9056,1.0576,0.0000,-9.9632,0.9126,,,-10.8758,1.1801,,,-12.0559,,,,,,,776.1259,-122.5854,0.2000,0.5025,1.4286,1.4000,0.1559,1984.3287,1984.3287,2004.1720,2004.1720,2004.1720
-356.7500,0.5000,,55.1000,,,,11,964.5400,-40.2211,2050.1371,-150.4043,-4.0626,207.0770,207.0770,-15.1918,0.2409,-7.9771,0.0000,-7.9771,3.6736,-7.9771,1.0610,0.0000,-9.0381,0.9149,,,-9.9530,1.1837,,,-11.1367,,,,,,,777.7786,-110.9661,0.2000,0.5025,1.4286,1.4000,0.1425,2077.9408,2077.9408,2098.7203,2098.7203,2098.7203
-357.2500,0.5000,,55.1600,,,,11,966.3400,-26.4637,2054.3941,-150.4853,-2.6780,207.8942,207.8942,-15.2283,0.2235,-6.5604,0.0000,-6.5604,3.6589,-6.5604,1.0641,0.0000,-7.6245,0.9171,,,-8.5416,1.1871,,,-9.7287,,,,,,,779.3087,-93.4274,0.2000,0.5025,1.4286,1.4000,0.1279,2293.3782,2293.3782,2316.3120,2316.3120,2316.3120
-357.7500,0.5000,,55.1600,,,,11,966.3800,-6.0448,2054.4887,-150.4871,-0.6117,207.9124,207.9124,-15.2292,0.0413,-4.3105,0.0000,-4.3105,3.6575,-4.3105,1.0647,0.0000,-5.3752,0.9175,,,-6.2927,1.1877,,,-7.4804,,,,,,,779.5909,-65.8411,0.2000,0.5025,1.4286,1.4000,0.1264,2602.1894,2602.1894,2628.2113,2628.2113,2628.2113
-358.2500,0.5000,,55.3400,,,,11,970.0300,-7.6957,2063.1210,-150.6514,-0.7817,209.5745,209.5745,-15.3034,0.3516,-4.7680,0.0000,-4.7680,3.6347,-4.7680,1.0697,0.0000,-5.8377,0.9209,,,-6.7586,1.1930,,,-7.9517,,,,,,,781.9915,-71.2873,0.2000,0.5025,1.4286,1.4000,0.1036,2592.4123,2592.4123,2618.3364,2618.3364,2618.3364
-358.7500,0.5000,,55.5400,,,,11,973.6700,-8.6358,2071.7296,-150.8152,-0.8805,211.2387,211.2387,-15.3775,0.4815,-4.9968,0.0000,-4.9968,3.6347,-4.9968,1.0764,0.0000,-6.0732,0.9256,,,-6.9988,1.2003,,,-8.1991,,,,,,,785.2675,-73.8537,0.2000,0.5025,1.4286,1.4000,0.1036,2593.3398,2593.3398,2619.2732,2619.2732,2619.2732
-359.2500,0.5000,,55.8800,,,,11,979.3800,-7.8544,2085.2337,-151.0721,-0.8056,213.8625,213.8625,-15.4940,0.6712,-5.0959,0.0000,-5.0959,3.6192,-5.0959,1.0859,0.0000,-6.1818,0.9321,,,-7.1139,1.2104,,,-8.3243,,,,,,,789.8112,-74.7420,0.2000,0.5025,1.4286,1.4000,0.0881,2628.8958,2628.8958,2655.1847,2655.1847,2655.1847
-359.7500,0.5000,,56.1200,,,,11,983.8500,-8.1568,2095.8053,-151.2733,-0.8404,215.9277,215.9277,-15.5855,0.5022,-4.9615,0.0000,-4.9615,3.6189,-4.9615,1.0929,0.0000,-6.0544,0.9369,,,-6.9913,1.2179,,,-8.2092,,,,,,,793.1937,-72.8890,0.2000,0.5025,1.4286,1.4000,0.0878,2642.9132,2642.9132,2669.3423,2669.3423,2669.3423
-360.2500,0.5000,,56.3400,,,,11,986.5900,-12.1169,2102.2854,-151.3966,-1.2519,217.1986,217.1986,-15.6416,0.3591,-5.2221,0.0000,-5.2221,3.6111,-5.2221,1.0980,0.0000,-6.3200,0.9404,,,-7.2604,1.2233,,,-8.4837,,,,,,,795.6036,-75.8567,0.2000,0.5025,1.4286,1.4000,0.0800,2594.4488,2594.4488,2620.3933,2620.3933,2620.3933
-360.7500,0.5000,,56.5000,,,,11,988.6900,-75.5907,2107.2519,-151.4911,-7.8263,218.1751,218.1751,-15.6847,0.3210,-11.7558,0.0000,-11.7558,3.6085,-11.7558,1.1024,0.0000,-12.8582,0.9434,,,-13.8017,1.2281,,,-15.0298,,,,,,,797.7515,-153.9166,0.2000,0.5025,1.4286,1.4000,0.0774,1604.1544,1604.1544,1620.1960,1620.1960,1620.1960
-361.2500,0.5000,,56.5600,,,,11,990.7800,-151.5851,2112.1947,-151.5851,-15.7276,219.1492,219.1492,-15.7276,0.2005,-19.5322,0.0000,-19.5322,3.6041,-19.5322,1.1053,0.0000,-20.6374,0.9454,,,-21.5828,1.2311,,,-22.8139,,,,,,,799.0900,-246.6215,0.2000,0.5025,1.4286,1.4000,0.0730,235.0695,235.0695,237.4202,237.4202,237.4202
-361.7500,0.5000,,56.5600,,,,11,991.1100,-151.6000,2112.9752,-151.6000,-15.7344,219.3031,219.3031,-15.7344,0.0612,-19.3958,0.0000,-19.3958,3.6002,-19.3958,1.1061,0.0000,-20.5019,0.9459,,,-21.4478,1.2321,,,-22.6799,,,,,,,799.4981,-244.8766,0.2000,0.5025,1.4286,1.4000,0.0691,235.1399,235.1399,237.4913,237.4913,237.4913
-362.2500,0.5000,,56.6800,,,,11,993.5400,-140.2739,2118.7221,-151.7093,-14.5946,220.4388,220.4388,-15.7843,0.2622,-18.4558,0.0000,-18.4558,3.5991,-18.4558,1.1098,0.0000,-19.5656,0.9485,,,-20.5141,1.2360,,,-21.7501,,,,,,,801.2448,-233.1846,0.2000,0.5025,1.4286,1.4000,0.0680,441.9967,441.9967,446.4166,446.4166,446.4166
-362.7500,0.5000,,56.7000,,,,11,993.0600,-147.8193,2117.5869,-151.6877,-15.3722,220.2142,220.2142,-15.7745,-0.0527,-18.9157,0.0000,-18.9157,3.5962,-18.9157,1.1090,0.0000,-20.0248,0.9479,,,-20.9727,1.2352,,,-22.2079,,,,,,,800.8942,-238.7611,0.2000,0.5025,1.4286,1.4000,0.0652,305.3567,305.3567,308.4103,308.4103,308.4103
-363.2500,0.5000,,56.7000,,,,11,992.2200,-144.4873,2115.6003,-151.6499,-15.0130,219.8215,219.8215,-15.7572,-0.0767,-18.5325,0.0000,-18.5325,3.5963,-18.5325,1.1080,0.0000,-19.6405,0.9472,,,-20.5877,1.2340,,,-21.8218,,,,,,,800.3836,-234.3288,0.2000,0.5025,1.4286,1.4000,0.0652,364.6172,364.6172,368.2634,368.2634,368.2634
-363.7500,0.5000,,56.6200,,,,11,990.6200,-148.0518,2111.8163,-151.5779,-15.3585,219.0745,219.0745,-15.7243,-0.1271,-18.8281,0.0000,-18.8281,3.5967,-18.8281,1.1062,0.0000,-19.9343,0.9460,,,-20.8803,1.2321,,,-22.1125,,,,,,,799.5367,-238.0865,0.2000,0.5025,1.4286,1.4000,0.0656,298.6604,298.6604,301.6470,301.6470,301.6470
-364.2500,0.5000,,56.5400,,,,11,990.8600,-147.2220,2112.3839,-151.5887,-15.2761,219.1865,219.1865,-15.7292,-0.0564,-18.8164,0.0000,-18.8164,3.5966,-18.8164,1.1054,0.0000,-19.9218,0.9455,,,-20.8673,1.2313,,,-22.0986,,,,,,,799.1607,-238.0489,0.2000,0.5025,1.4286,1.4000,0.0656,313.8784,313.8784,317.0172,317.0172,317.0172
-364.7500,0.5000,,56.5600,,,,11,989.6300,-143.1232,2109.4750,-151.5334,-14.8324,218.6129,218.6129,-15.7040,-0.0846,-18.3445,0.0000,-18.3445,3.5967,-18.3445,1.1042,0.0000,-19.4487,0.9447,,,-20.3934,1.2300,,,-21.6234,,,,,,,798.5963,-232.5602,0.2000,0.5025,1.4286,1.4000,0.0656,386.5751,386.5751,390.4409,390.4409,390.4409
-365.2500,0.5000,,56.4000,,,,11,987.3500,-146.1500,2104.0828,-151.4308,-15.1112,217.5517,217.5517,-15.6572,-0.2834,-18.4245,0.0000,-18.4245,3.5967,-18.4245,1.1003,0.0000,-19.5247,0.9419,,,-20.4667,1.2258,,,-21.6925,,,,,,,796.7024,-234.0239,0.2000,0.5025,1.4286,1.4000,0.0656,329.6232,329.6232,332.9194,332.9194,332.9194
-365.7500,0.5000,,56.2600,,,,11,984.4000,-143.8989,2097.1060,-151.2980,-14.8340,216.1825,216.1825,-15.5967,-0.4040,-18.0265,0.0000,-18.0265,3.5965,-18.0265,1.0946,0.0000,-19.1211,0.9381,,,-20.0591,1.2197,,,-21.2788,,,,,,,793.9943,-229.9672,0.2000,0.5025,1.4286,1.4000,0.0654,367.2175,367.2175,370.8897,370.8897,370.8897
-366.2500,0.5000,,56.1200,,,,11,982.2000,-145.6358,2091.9030,-151.1990,-14.9795,215.1642,215.1642,-15.5517,-0.2893,-18.2864,0.0000,-18.2864,3.5962,-18.2864,1.0905,0.0000,-19.3770,0.9353,,,-20.3122,1.2154,,,-21.5276,,,,,,,792.0496,-233.6171,0.2000,0.5025,1.4286,1.4000,0.0651,333.6211,333.6211,336.9573,336.9573,336.9573
-366.7500,0.5000,,56.1000,,,,11,980.6800,-149.6075,2088.3082,-151.1306,-15.3642,214.4621,214.4621,-15.5206,-0.0779,-18.8833,0.0000,-18.8833,3.5970,-18.8833,1.0894,0.0000,-19.9727,0.9345,,,-20.9072,1.2142,,,-22.1215,,,,,,,791.5248,-240.9595,0.2000,0.5025,1.4286,1.4000,0.0660,260.3982,260.3982,263.0022,263.0022,263.0022
-367.2500,0.5000,,55.8600,,,,11,977.1500,-150.9718,2079.9598,-150.9718,-15.4485,212.8359,212.8359,-15.4485,-0.4115,-18.6383,0.0000,-18.6383,3.6013,-18.6383,1.0837,0.0000,-19.7220,0.9306,,,-20.6526,1.2080,,,-21.8606,,,,,,,788.7486,-238.7721,0.2000,0.5025,1.4286,1.4000,0.0702,232.1633,232.1633,234.4850,234.4850,234.4850
-367.7500,0.5000,,55.7000,,,,11,974.1400,-150.8363,2072.8411,-150.8363,-15.3871,211.4540,211.4540,-15.3871,-0.3621,-18.6263,0.0000,-18.6263,3.6013,-18.6263,1.0786,0.0000,-19.7049,0.9271,,,-20.6320,1.2026,,,-21.8345,,,,,,,786.2976,-239.3087,0.2000,0.5025,1.4286,1.4000,0.0702,231.5216,231.5216,233.8368,233.8368,233.8368
-368.2500,0.5000,,55.3600,,,,11,968.2000,-150.5690,2058.7930,-150.5690,-15.2661,208.7403,208.7403,-15.2661,-0.6495,-18.2170,0.0000,-18.2170,3.6003,-18.2170,1.0694,0.0000,-19.2864,0.9208,,,-20.2072,1.1928,,,-21.4000,,,,,,,781.8818,-235.5491,0.2000,0.5025,1.4286,1.4000,0.0692,230.2551,230.2551,232.5576,232.5576,232.5576
-368.7500,0.5000,,54.9400,,,,11,959.7500,-150.1888,2038.8088,-150.1888,-15.0947,204.9100,204.9100,-15.0947,-1.0459,-17.6490,0.0000,-17.6490,3.6002,-17.6490,1.0547,0.0000,-18.7037,0.9106,,,-19.6142,1.1770,,,-20.7912,,,,,,,774.7175,-230.5443,0.2000,0.5025,1.4286,1.4000,0.0691,228.4534,228.4534,230.7379,230.7379,230.7379
-369.2500,0.5000,,54.6000,,,,11,954.5100,-149.9530,2026.4162,-149.9530,-14.9887,202.5526,202.5526,-14.9887,-0.6009,-17.9880,0.0000,-17.9880,3.6002,-17.9880,1.0462,0.0000,-19.0342,0.9047,,,-19.9390,1.1679,,,-21.1068,,,,,,,770.5716,-235.8815,0.2000,0.5025,1.4286,1.4000,0.0691,227.3361,227.3361,229.6095,229.6095,229.6095
-369.7500,0.5000,,54.1600,,,,11,946.1600,-149.5772,2006.6684,-149.5772,-14.8204,198.8240,198.8240,-14.8204,-0.8961,-17.5245,0.0000,-17.5245,3.6002,-17.5245,1.0335,0.0000,-18.5580,0.8959,,,-19.4539,1.1543,,,-20.6081,,,,,,,764.3471,-231.8523,0.2000,0.5025,1.4286,1.4000,0.0691,225.5557,225.5557,227.8113,227.8113,227.8113
-370.2500,0.5000,,53.8400,,,,11,942.5100,-149.4130,1998.0362,-149.4130,-14.7470,197.2050,197.2050,-14.7470,-0.7806,-17.5649,0.0000,-17.5649,3.5986,-17.5649,1.0224,0.0000,-18.5873,0.8882,,,-19.4755,1.1424,,,-20.6179,,,,,,,758.8828,-233.8910,0.2000,0.5025,1.4286,1.4000,0.0675,224.7775,224.7775,227.0253,227.0253,227.0253
-370.7500,0.5000,,53.9400,,,,11,944.7600,-149.5142,2003.3574,-149.5142,-14.7922,198.2022,198.2022,-14.7922,0.4607,-18.8495,0.0000,-18.8495,3.5967,-18.8495,1.0290,0.0000,-19.8785,0.8928,,,-20.7712,1.1494,,,-21.9206,,,,,,,762.1120,-249.0780,0.2000,0.5025,1.4286,1.4000,0.0656,225.2572,225.2572,227.5098,227.5098,227.5098
-371.2500,0.5000,,53.9400,,,,11,943.4700,-149.4562,2000.3066,-149.4562,-14.7663,197.6302,197.6302,-14.7663,-0.1201,-18.2426,0.0000,-18.2426,3.5964,-18.2426,1.0273,0.0000,-19.2698,0.8916,,,-20.1614,1.1475,,,-21.3089,,,,,,,761.2712,-241.7183,0.2000,0.5025,1.4286,1.4000,0.0654,224.9822,224.9822,227.2320,227.2320,227.2320
-371.7500,0.5000,,53.8800,,,,11,943.2300,-144.7343,1999.7390,-149.4454,-14.2961,197.5238,197.5238,-14.7614,-0.0916,-17.7979,0.0000,-17.7979,3.5934,-17.7979,1.0260,0.0000,-18.8239,0.8907,,,-19.7146,1.1461,,,-20.8607,,,,,,,760.6294,-236.3240,0.2000,0.5025,1.4286,1.4000,0.0624,309.9359,309.9359,313.0353,313.0353,313.0353
-372.2500,0.5000,,53.9800,,,,11,945.3800,-147.5983,2004.8237,-149.5421,-14.6122,198.4775,198.4775,-14.8047,0.2997,-18.5054,0.0000,-18.5054,3.5934,-18.5054,1.0302,0.0000,-19.5356,0.8936,,,-20.4292,1.1507,,,-21.5799,,,,,,,762.7272,-244.5844,0.2000,0.5025,1.4286,1.4000,0.0624,260.4627,260.4627,263.0674,263.0674,263.0674
-372.7500,0.5000,,53.9200,,,,11,944.9600,-139.0358,2003.8304,-149.5232,-13.7584,198.2910,198.2910,-14.7962,-0.1148,-17.2357,0.0000,-17.2357,3.5921,-17.2357,1.0286,0.0000,-18.2643,0.8925,,,-19.1568,1.1490,,,-20.3057,,,,,,,761.9243,-228.9086,0.2000,0.5025,1.4286,1.4000,0.0610,414.5323,414.5323,418.6776,418.6776,418.6776
-373.2500,0.5000,,53.9200,,,,11,943.7000,-145.5036,2000.8505,-149.4665,-14.3793,197.7321,197.7321,-14.7709,-0.0681,-17.9030,0.0000,-17.9030,3.5918,-17.9030,1.0276,0.0000,-18.9306,0.8918,,,-19.8224,1.1479,,,-20.9703,,,,,,,761.4475,-237.4081,0.2000,0.5025,1.4286,1.4000,0.0608,296.5369,296.5369,299.5023,299.5023,299.5023
-373.7500,0.5000,,53.8800,,,,11,943.8200,-141.0194,2001.1343,-149.4719,-13.9379,197.7853,197.7853,-14.7733,-0.0200,-17.5095,0.0000,-17.5095,3.5916,-17.5095,1.0273,0.0000,-18.5369,0.8916,,,-19.4285,1.1476,,,-20.5761,,,,,,,761.3076,-232.5131,0.2000,0.5025,1.4286,1.4000,0.0606,377.5729,377.5729,381.3486,381.3486,381.3486
-374.2500,0.5000,,53.8600,,,,11,943.1100,-142.2948,1999.4552,-149.4400,-14.0534,197.4707,197.4707,-14.7590,-0.0285,-17.6162,0.0000,-17.6162,3.5913,-17.6162,1.0269,0.0000,-18.6431,0.8913,,,-19.5344,1.1472,,,-20.6816,,,,,,,761.1083,-233.9067,0.2000,0.5025,1.4286,1.4000,0.0602,353.8312,353.8312,357.3695,357.3695,357.3695
-374.7500,0.5000,,53.7600,,,,11,939.8300,-145.2691,1991.6980,-149.2924,-14.2972,196.0205,196.0205,-14.6932,-0.3170,-17.5715,0.0000,-17.5715,3.5913,-17.5715,1.0224,0.0000,-18.5939,0.8882,,,-19.4821,1.1424,,,-20.6245,,,,,,,758.8846,-233.9731,0.2000,0.5025,1.4286,1.4000,0.0602,296.8008,296.8008,299.7688,299.7688,299.7688
-375.2500,0.5000,,53.5800,,,,11,937.5400,-140.2332,1986.2821,-149.1893,-13.7680,195.0111,195.0111,-14.6473,-0.3908,-16.9669,0.0000,-16.9669,3.5898,-16.9669,1.0169,0.0000,-17.9838,0.8843,,,-18.8681,1.1364,,,-20.0045,,,,,,,756.1345,-227.1192,0.2000,0.5025,1.4286,1.4000,0.0587,385.3195,385.3195,389.1727,389.1727,389.1727
-375.7500,0.5000,,53.4800,,,,11,936.3000,-141.5145,1983.3495,-149.1335,-13.8754,194.4656,194.4656,-14.6224,-0.1207,-17.3444,0.0000,-17.3444,3.5898,-17.3444,1.0151,0.0000,-18.3596,0.8831,,,-19.2427,1.1345,,,-20.3772,,,,,,,755.2829,-232.1262,0.2000,0.5025,1.4286,1.4000,0.0587,360.9286,360.9286,364.5379,364.5379,364.5379
-376.2500,0.5000,,53.4000,,,,11,934.0500,-138.8939,1978.0283,-149.0323,-13.5857,193.4778,193.4778,-14.5774,-0.2197,-16.9551,0.0000,-16.9551,3.5891,-16.9551,1.0120,0.0000,-17.9672,0.8810,,,-18.8481,1.1312,,,-19.9793,,,,,,,753.7309,-227.6326,0.2000,0.5025,1.4286,1.4000,0.0580,405.9083,405.9083,409.9673,409.9673,409.9673
-376.7500,0.5000,,53.3000,,,,11,933.7000,-141.2926,1977.2005,-149.0165,-13.8151,193.3244,193.3244,-14.5704,-0.0321,-17.3717,0.0000,-17.3717,3.5887,-17.3717,1.0116,0.0000,-18.3833,0.8806,,,-19.2639,1.1307,,,-20.3946,,,,,,,753.5035,-232.9746,0.2000,0.5025,1.4286,1.4000,0.0576,362.2675,362.2675,365.8902,365.8902,365.8902
-377.2500,0.5000,,53.3600,,,,11,934.6700,-142.5526,1979.4946,-149.0602,-13.9528,193.7498,193.7498,-14.5898,0.0720,-17.6124,0.0000,-17.6124,3.5876,-17.6124,1.0126,0.0000,-18.6250,0.8814,,,-19.5063,1.1318,,,-20.6381,,,,,,,754.0125,-235.8787,0.2000,0.5025,1.4286,1.4000,0.0566,340.5274,340.5274,343.9327,343.9327,343.9327
-377.7500,0.5000,,53.5200,,,,11,936.7300,-141.3056,1984.3665,-149.1529,-13.8612,194.6547,194.6547,-14.6310,0.2181,-17.6635,0.0000,-17.6635,3.5842,-17.6635,1.0157,0.0000,-18.6792,0.8835,,,-19.5627,1.1351,,,-20.6978,,,,,,,755.5527,-236.0831,0.2000,0.5025,1.4286,1.4000,0.0531,365.1400,365.1400,368.7914,368.7914,368.7914
-378.2500,0.5000,,53.5000,,,,11,936.3400,-132.4651,1983.4441,-149.1353,-12.9886,194.4832,194.4832,-14.6232,-0.0020,-16.5708,0.0000,-16.5708,3.5842,-16.5708,1.0157,0.0000,-17.5865,0.8835,,,-18.4700,1.1351,,,-19.6051,,,,,,,755.5384,-222.2766,0.2000,0.5025,1.4286,1.4000,0.0531,524.2556,524.2556,529.4982,529.4982,529.4982
-378.7500,0.5000,,53.3800,,,,11,935.5800,-145.1141,1981.6467,-149.1011,-14.2174,194.1493,194.1493,-14.6080,-0.1368,-17.6638,0.0000,-17.6638,3.5832,-17.6638,1.0137,0.0000,-18.6775,0.8821,,,-19.5597,1.1330,,,-20.6927,,,,,,,754.5727,-236.3683,0.2000,0.5025,1.4286,1.4000,0.0521,295.2397,295.2397,298.1921,298.1921,298.1921
-379.2500,0.5000,,53.5800,,,,11,938.8200,-140.5027,1989.3093,-149.2469,-13.8132,195.5750,195.5750,-14.6729,0.4000,-17.7960,0.0000,-17.7960,3.5827,-17.7960,1.0194,0.0000,-18.8154,0.8861,,,-19.7015,1.1391,,,-20.8406,,,,,,,757.3933,-237.2260,0.2000,0.5025,1.4286,1.4000,0.0517,381.7690,381.7690,385.5867,385.5867,385.5867
-379.7500,0.5000,,53.7200,,,,11,941.7500,-141.7147,1996.2388,-149.3788,-13.9759,196.8687,196.8687,-14.7317,0.2639,-17.8222,0.0000,-17.8222,3.5824,-17.8222,1.0232,0.0000,-18.8453,0.8887,,,-19.7340,1.1431,,,-20.8772,,,,,,,759.2487,-237.0232,0.2000,0.5025,1.4286,1.4000,0.0513,362.9047,362.9047,366.5338,366.5338,366.5338
-380.2500,0.5000,,53.8800,,,,11,943.1200,-137.2672,1999.4788,-149.4404,-13.5570,197.4751,197.4751,-14.7592,0.2530,-17.3914,0.0000,-17.3914,3.5814,-17.3914,1.0268,0.0000,-18.4182,0.8912,,,-19.3094,1.1470,,,-20.4564,,,,,,,761.0233,-231.1105,0.2000,0.5025,1.4286,1.4000,0.0503,444.5577,444.5577,449.0032,449.0032,449.0032
-380.7500,0.5000,,53.8000,,,,11,941.5300,-142.8182,1995.7185,-149.3689,-14.0814,196.7714,196.7714,-14.7273,-0.1987,-17.4641,0.0000,-17.4641,3.5814,-17.4641,1.0239,0.0000,-18.4881,0.8893,,,-19.3773,1.1440,,,-20.5213,,,,,,,759.6299,-232.4133,0.2000,0.5025,1.4286,1.4000,0.0504,342.7664,342.7664,346.1940,346.1940,346.1940
-381.2500,0.5000,,53.8600,,,,11,943.6500,-144.9769,2000.7323,-149.4643,-14.3264,197.7100,197.7100,-14.7699,0.2289,-18.1357,0.0000,-18.1357,3.5804,-18.1357,1.0272,0.0000,-19.1629,0.8915,,,-20.0544,1.1475,,,-21.2019,,,,,,,761.2345,-240.3884,0.2000,0.5025,1.4286,1.4000,0.0493,305.9887,305.9887,309.0486,309.0486,309.0486
-381.7500,0.5000,,53.9400,,,,11,944.6400,-139.6553,2003.0736,-149.5088,-13.8150,198.1490,198.1490,-14.7898,0.1126,-17.5076,0.0000,-17.5076,3.5800,-17.5076,1.0288,0.0000,-18.5364,0.8926,,,-19.4290,1.1492,,,-20.5782,,,,,,,762.0228,-232.2890,0.2000,0.5025,1.4286,1.4000,0.0489,403.0272,403.0272,407.0574,407.0574,407.0574
-382.2500,0.5000,,53.9800,,,,11,945.2100,-145.1062,2004.4217,-149.5345,-14.3629,198.4020,198.4020,-14.8012,0.0503,-17.9929,0.0000,-17.9929,3.5797,-17.9929,1.0295,0.0000,-19.0224,0.8931,,,-19.9156,1.1499,,,-21.0655,,,,,,,762.3744,-238.2697,0.2000,0.5025,1.4286,1.4000,0.0487,305.2558,305.2558,308.3083,308.3083,308.3083
-382.7500,0.5000,,54.0000,,,,11,945.7900,-140.9602,2005.7934,-149.5606,-13.9611,198.6596,198.6596,-14.8129,0.0752,-17.6148,0.0000,-17.6148,3.5786,-17.6148,1.0306,0.0000,-18.6454,0.8939,,,-19.5393,1.1511,,,-20.6903,,,,,,,762.8998,-233.3862,0.2000,0.5025,1.4286,1.4000,0.0475,380.6606,380.6606,384.4672,384.4672,384.4672
-383.2500,0.5000,,53.9200,,,,11,942.3500,-149.4058,1997.6578,-149.4058,-14.7438,197.1342,197.1342,-14.7438,-0.3029,-18.0195,0.0000,-18.0195,3.5786,-18.0195,1.0263,0.0000,-19.0457,0.8909,,,-19.9366,1.1465,,,-21.0831,,,,,,,760.7804,-239.0613,0.2000,0.5025,1.4286,1.4000,0.0475,224.7434,224.7434,226.9908,226.9908,226.9908
-383.7500,0.5000,,53.5400,,,,11,936.1400,-149.1263,1982.9711,-149.1263,-14.6192,194.3953,194.3953,-14.6192,-0.6998,-17.4996,0.0000,-17.4996,3.5802,-17.4996,1.0163,0.0000,-18.5159,0.8840,,,-19.3999,1.1358,,,-20.5357,,,,,,,755.8605,-233.9242,0.2000,0.5025,1.4286,1.4000,0.0492,223.4193,223.4193,225.6535,225.6535,225.6535
-384.2500,0.5000,,53.1200,,,,11,927.2700,-148.7272,1961.9936,-148.7272,-14.4419,190.5164,190.5164,-14.4419,-0.9259,-17.0975,0.0000,-17.0975,3.5814,-17.0975,1.0031,0.0000,-18.1006,0.8747,,,-18.9753,1.1216,,,-20.0969,,,,,,,749.3015,-230.6784,0.2000,0.5025,1.4286,1.4000,0.0504,221.5281,221.5281,223.7433,223.7433,223.7433
-384.7500,0.5000,,52.9400,,,,11,927.7900,-148.7506,1963.2234,-148.7506,-14.4523,190.7427,190.7427,-14.4523,-0.2059,-17.8283,0.0000,-17.8283,3.5819,-17.8283,1.0002,0.0000,-18.8285,0.8727,,,-19.7012,1.1185,,,-20.8196,,,,,,,747.8354,-240.4257,0.2000,0.5025,1.4286,1.4000,0.0508,221.6389,221.6389,223.8553,223.8553,223.8553
-385.2500,0.5000,,53.0400,,,,11,928.6800,-146.9564,1965.3282,-148.7906,-14.2917,191.1304,191.1304,-14.4701,0.1613,-18.0368,0.0000,-18.0368,3.5837,-18.0368,1.0025,0.0000,-19.0392,0.8743,,,-19.9135,1.1209,,,-21.0344,,,,,,,748.9846,-242.7435,0.2000,0.5025,1.4286,1.4000,0.0527,254.9240,254.9240,257.4732,257.4732,257.4732
-385.7500,0.5000,,53.1800,,,,11,930.8500,-142.3529,1970.4603,-148.8883,-13.8763,192.0773,192.0773,-14.5134,0.2756,-17.7356,0.0000,-17.7356,3.5837,-17.7356,1.0064,0.0000,-18.7420,0.8770,,,-19.6191,1.1252,,,-20.7442,,,,,,,750.9435,-238.3312,0.2000,0.5025,1.4286,1.4000,0.0527,340.2145,340.2145,343.6166,343.6166,343.6166
-386.2500,0.5000,,53.2400,,,,11,933.2100,-142.5891,1976.0417,-148.9945,-13.9346,193.1097,193.1097,-14.5606,0.2977,-17.8153,0.0000,-17.8153,3.5831,-17.8153,1.0106,0.0000,-18.8260,0.8800,,,-19.7060,1.1297,,,-20.8357,,,,,,,753.0537,-238.7276,0.2000,0.5025,1.4286,1.4000,0.0520,338.3721,338.3721,341.7558,341.7558,341.7558
-386.7500,0.5000,,53.3800,,,,11,935.1400,-142.5679,1980.6061,-149.0813,-13.9613,193.9561,193.9561,-14.5992,0.2041,-17.7482,0.0000,-17.7482,3.5827,-17.7482,1.0136,0.0000,-18.7618,0.8820,,,-19.6438,1.1328,,,-20.7767,,,,,,,754.4975,-237.4584,0.2000,0.5025,1.4286,1.4000,0.0517,340.7320,340.7320,344.1393,344.1393,344.1393
-387.2500,0.5000,,53.4800,,,,11,935.6700,-140.9593,1981.8596,-149.1052,-13.8116,194.1888,194.1888,-14.6098,0.0558,-17.4503,0.0000,-17.4503,3.5829,-17.4503,1.0144,0.0000,-18.4647,0.8826,,,-19.3473,1.1337,,,-20.4809,,,,,,,754.8916,-233.5760,0.2000,0.5025,1.4286,1.4000,0.0518,370.3008,370.3008,374.0038,374.0038,374.0038
-387.7500,0.5000,,53.3800,,,,11,934.6200,-139.5813,1979.3763,-149.0579,-13.6613,193.7278,193.7278,-14.5888,-0.1142,-17.1303,0.0000,-17.1303,3.5832,-17.1303,1.0127,0.0000,-18.1430,0.8815,,,-19.0245,1.1319,,,-20.1564,,,,,,,754.0848,-229.7530,0.2000,0.5025,1.4286,1.4000,0.0522,394.0888,394.0888,398.0297,398.0297,398.0297
-388.2500,0.5000,,53.4000,,,,11,934.9500,-139.0388,1980.1568,-149.0728,-13.6130,193.8727,193.8727,-14.5954,0.0373,-17.2335,0.0000,-17.2335,3.5833,-17.2335,1.0133,0.0000,-18.2468,0.8818,,,-19.1286,1.1325,,,-20.2611,,,,,,,754.3483,-230.9859,0.2000,0.5025,1.4286,1.4000,0.0522,404.2167,404.2167,408.2589,408.2589,408.2589
-388.7500,0.5000,,53.4000,,,,11,934.6100,-136.2059,1979.3527,-149.0575,-13.3308,193.7235,193.7235,-14.5886,-0.0249,-16.8887,0.0000,-16.8887,3.5828,-16.8887,1.0129,0.0000,-17.9016,0.8816,,,-18.7832,1.1321,,,-19.9154,,,,,,,754.1725,-226.6697,0.2000,0.5025,1.4286,1.4000,0.0518,454.9836,454.9836,459.5334,459.5334,459.5334
-389.2500,0.5000,,53.2000,,,,11,931.3300,-147.0060,1971.5955,-148.9099,-14.3373,192.2870,192.2870,-14.5230,-0.4038,-17.5162,0.0000,-17.5162,3.5827,-17.5162,1.0071,0.0000,-18.5234,0.8776,,,-19.4009,1.1260,,,-20.5269,,,,,,,751.3126,-235.4348,0.2000,0.5025,1.4286,1.4000,0.0517,256.7464,256.7464,259.3139,259.3139,259.3139
-389.7500,0.5000,,53.2200,,,,11,932.4900,-140.2738,1974.3389,-148.9621,-13.6978,192.7944,192.7944,-14.5462,0.1279,-17.4082,0.0000,-17.4082,3.5826,-17.4082,1.0090,0.0000,-18.4172,0.8788,,,-19.2960,1.1279,,,-20.4239,,,,,,,752.2194,-233.8028,0.2000,0.5025,1.4286,1.4000,0.0515,379.4106,379.4106,383.2048,383.2048,383.2048
-390.2500,0.5000,,53.3000,,,,11,932.5700,-143.5676,1974.5281,-148.9657,-14.0206,192.8295,192.8295,-14.5478,-0.0153,-17.5875,0.0000,-17.5875,3.5822,-17.5875,1.0087,0.0000,-18.5963,0.8787,,,-19.4750,1.1277,,,-20.6026,,,,,,,752.1112,-236.1105,0.2000,0.5025,1.4286,1.4000,0.0511,320.0595,320.0595,323.2601,323.2601,323.2601
-390.7500,0.5000,,53.2600,,,,11,932.9600,-143.2589,1975.4504,-148.9832,-13.9963,193.0002,193.0002,-14.5556,0.0422,-17.6207,0.0000,-17.6207,3.5822,-17.6207,1.0094,0.0000,-18.6301,0.8791,,,-19.5092,1.1283,,,-20.6375,,,,,,,752.4104,-236.4455,0.2000,0.5025,1.4286,1.4000,0.0511,326.0297,326.0297,329.2900,329.2900,329.2900
-391.2500,0.5000,,53.5400,,,,11,949.9700,78.7160,2015.6791,-149.7487,7.8307,200.5210,200.5210,-14.8971,0.6397,3.6084,0.0000,3.6084,3.5827,3.6084,1.0185,0.0000,2.5899,0.8855,,,1.7044,1.1381,,,0.5663,,,,,,,756.9292,32.6736,0.2000,0.5025,1.4286,1.4000,0.0516,3913.0405,3913.0405,3952.1709,3952.1709,3952.1709
-391.7500,0.5000,,54.2400,,,,11,949.6300,163.1385,2014.8750,-149.7334,16.2233,200.3693,200.3693,-14.8902,1.1821,11.4584,0.0000,11.4584,3.5827,11.4584,1.0353,0.0000,10.4232,0.8971,,,9.5260,1.1561,,,8.3699,,,,,,,765.2100,130.0740,0.2000,0.5025,1.4286,1.4000,0.0517,5105.6259,5105.6259,5156.6822,5156.6822,5156.6822
-392.2500,0.5000,,54.6600,,,,11,958.7100,193.3120,2036.3492,-150.1420,19.4077,204.4411,204.4411,-15.0736,1.1240,14.7013,0.0000,14.7013,3.5824,14.7013,1.0512,0.0000,13.6502,0.9082,,,12.7420,1.1732,,,11.5688,,,,,,,773.0010,168.6277,0.2000,0.5025,1.4286,1.4000,0.0513,5600.7122,5600.7122,5656.7193,5656.7193,5656.7193
-392.7500,0.5000,,55.1400,,,,11,967.4700,183.5422,2057.0666,-150.5362,18.5953,208.4080,208.4080,-15.2513,1.0141,13.9993,0.0000,13.9993,3.5819,13.9993,1.0655,0.0000,12.9338,0.9180,,,12.0158,1.1885,,,10.8272,,,,,,,779.9637,158.3518,0.2000,0.5025,1.4286,1.4000,0.0508,5527.9471,5527.9471,5583.2266,5583.2266,5583.2266
-393.2500,0.5000,,55.5600,,,,11,976.3400,173.7182,2078.0441,-150.9353,17.7613,212.4636,212.4636,-15.4319,1.0468,13.1327,0.0000,13.1327,3.5819,13.1327,1.0802,0.0000,12.0525,0.9282,,,11.1243,1.2043,,,9.9199,,,,,,,787.0859,146.2262,0.2000,0.5025,1.4286,1.4000,0.0508,5455.2367,5455.2367,5509.7891,5509.7891,5509.7891
-393.7500,0.5000,,56.1600,,,,11,984.8200,173.8565,2098.0993,-151.3169,17.9298,216.3772,216.3772,-15.6053,0.9897,13.3565,0.0000,13.3565,3.5836,13.3565,1.0941,0.0000,12.2624,0.9377,,,11.3247,1.2192,,,10.1055,,,,,,,793.7614,147.5225,0.2000,0.5025,1.4286,1.4000,0.0525,5520.6402,5520.6402,5575.8466,5575.8466,5575.8466
-394.2500,0.5000,,56.6600,,,,11,994.4500,168.2552,2120.8743,-151.7503,17.5219,220.8648,220.8648,-15.8031,1.2020,12.7361,0.0000,12.7361,3.5837,12.7361,1.1109,0.0000,11.6252,0.9492,,,10.6759,1.2372,,,9.4387,,,,,,,801.7939,138.4549,0.2000,0.5025,1.4286,1.4000,0.0527,5513.3952,5513.3952,5568.5292,5568.5292,5568.5292
-394.7500,0.5000,,56.9000,,,,11,986.2100,1.8883,2101.3867,-151.3795,0.1950,217.0221,217.0221,-15.6338,0.5098,-3.8987,0.0000,-3.8987,3.5839,-3.8987,1.1180,0.0000,-5.0167,0.9541,,,-5.9708,1.2448,,,-7.2156,,,,,,,805.1762,-59.4977,0.2000,0.5025,1.4286,1.4000,0.0529,2807.0628,2807.0628,2835.1334,2835.1334,2835.1334
-395.2500,0.5000,,56.8400,,,,11,998.2600,-139.3834,2129.8849,-151.9217,-14.5708,222.6529,222.6529,-15.8815,-0.1301,-18.0249,0.0000,-18.0249,3.5842,-18.0249,1.1162,0.0000,-19.1412,0.9529,,,-20.0940,1.2429,,,-21.3369,,,,,,,804.3145,-227.2551,0.2000,0.5025,1.4286,1.4000,0.0531,462.9025,462.9025,467.5316,467.5316,467.5316
-395.7500,0.5000,,57.1200,,,,11,999.9200,-144.3088,2133.8108,-151.9964,-15.1108,223.4343,223.4343,-15.9158,0.3429,-19.0379,0.0000,-19.0379,3.5842,-19.0379,1.1210,0.0000,-20.1589,0.9561,,,-21.1150,1.2480,,,-22.3630,,,,,,,806.5844,-238.6649,0.2000,0.5025,1.4286,1.4000,0.0531,375.7317,375.7317,379.4890,379.4890,379.4890
-396.2500,0.5000,,57.0800,,,,11,999.4900,-151.9771,2132.7939,-151.9771,-15.9069,223.2317,223.2317,-15.9069,0.0073,-19.4993,0.0000,-19.4993,3.5852,-19.4993,1.1211,0.0000,-20.6204,0.9562,,,-21.5766,1.2481,,,-22.8247,,,,,,,806.6325,-244.1142,0.2000,0.5025,1.4286,1.4000,0.0541,236.9266,236.9266,239.2959,239.2959,239.2959
-396.7500,0.5000,,57.0800,,,,11,1001.1300,-152.0735,2134.0000,-152.0735,-15.9431,223.7245,223.7245,-15.9431,0.0922,-19.6205,0.0000,-19.6205,3.5851,-19.6205,1.1224,0.0000,-20.7429,0.9571,,,-21.6999,1.2495,,,-22.9494,,,,,,,807.2418,-245.3784,0.2000,0.5025,1.4286,1.4000,0.0541,236.8685,236.8685,239.2372,239.2372,239.2372
-397.2500,0.5000,,57.1600,,,,11,1000.7300,-152.0475,2134.0000,-152.0475,-15.9340,223.6351,223.6351,-15.9340,-0.0295,-19.4905,0.0000,-19.4905,3.5860,-19.4905,1.1220,0.0000,-20.6125,0.9568,,,-21.5693,1.2490,,,-22.8183,,,,,,,807.0469,-243.8953,0.2000,0.5025,1.4286,1.4000,0.0550,236.9276,236.9276,239.2969,239.2969,239.2969
-397.7500,0.5000,,57.0600,,,,11,999.0600,-151.9577,2131.7769,-151.9577,-15.8980,223.0293,223.0293,-15.8980,-0.1658,-19.3189,0.0000,-19.3189,3.5867,-19.3189,1.1197,0.0000,-20.4385,0.9552,,,-21.3937,1.2466,,,-22.6403,,,,,,,805.9508,-242.1656,0.2000,0.5025,1.4286,1.4000,0.0556,236.8349,236.8349,239.2033,239.2033,239.2033
-398.2500,0.5000,,57.0800,,,,11,1000.1600,-152.0104,2134.0000,-152.0104,-15.9210,223.5077,223.5077,-15.9210,0.1320,-19.6399,0.0000,-19.6399,3.5868,-19.6399,1.1215,0.0000,-20.7614,0.9565,,,-21.7179,1.2485,,,-22.9664,,,,,,,806.8236,-245.7249,0.2000,0.5025,1.4286,1.4000,0.0557,237.0117,237.0117,239.3819,239.3819,239.3819
-398.7500,0.5000,,57.1400,,,,11,1000.9100,-152.0592,2134.0000,-152.0592,-15.9381,223.6753,223.6753,-15.9381,0.0986,-19.6244,0.0000,-19.6244,3.5876,-19.6244,1.1229,0.0000,-20.7473,0.9574,,,-21.7047,1.2500,,,-22.9547,,,,,,,807.4752,-245.3595,0.2000,0.5025,1.4286,1.4000,0.0566,236.9010,236.9010,239.2700,239.2700,239.2700
-399.2500,0.5000,,57.2200,,,,11,1003.1500,-152.2048,2134.0000,-152.2048,-15.9891,224.1759,224.1759,-15.9891,0.2438,-19.8204,0.0000,-19.8204,3.5876,-19.8204,1.1263,0.0000,-20.9467,0.9597,,,-21.9065,1.2536,,,-23.1601,,,,,,,809.0829,-247.2263,0.2000,0.5025,1.4286,1.4000,0.0566,236.5702,236.5702,238.9359,238.9359,238.9359
-399.7500,0.5000,,57.3800,,,,11,1005.5400,-148.0344,2134.0000,-152.3601,-15.5880,224.7100,224.7100,-16.0435,0.3370,-19.5127,0.0000,-19.5127,3.5876,-19.5127,1.1310,0.0000,-20.6436,0.9629,,,-21.6066,1.2587,,,-22.8652,,,,,,,811.3005,-242.9829,0.2000,0.5025,1.4286,1.4000,0.0566,314.2699,314.2699,317.4126,317.4126,317.4126
-400.2500,0.5000,,57.4600,,,,11,1005.7900,-152.3764,2134.0000,-152.3764,-16.0492,224.7659,224.7659,-16.0492,-0.0254,-19.6114,0.0000,-19.6114,3.5877,-19.6114,1.1306,0.0000,-20.7420,0.9627,,,-21.7047,1.2583,,,-22.9630,,,,,,,811.1333,-244.1916,0.2000,0.5025,1.4286,1.4000,0.0566,236.1804,236.1804,238.5422,238.5422,238.5422
-400.7500,0.5000,,57.4400,,,,11,1005.2700,-152.3426,2134.0000,-152.3426,-16.0373,224.6497,224.6497,-16.0373,-0.0221,-19.6042,0.0000,-19.6042,3.5889,-19.6042,1.1303,0.0000,-20.7345,0.9625,,,-21.6970,1.2580,,,-22.9549,,,,,,,810.9882,-244.1466,0.2000,0.5025,1.4286,1.4000,0.0578,236.2572,236.2572,238.6198,238.6198,238.6198
-401.2500,0.5000,,57.4400,,,,11,1005.4100,-152.3517,2134.0000,-152.3517,-16.0405,224.6809,224.6809,-16.0405,0.0430,-19.6743,0.0000,-19.6743,3.5908,-19.6743,1.1309,0.0000,-20.8053,0.9629,,,-21.7681,1.2586,,,-23.0267,,,,,,,811.2707,-244.8943,0.2000,0.5025,1.4286,1.4000,0.0597,236.2365,236.2365,238.5989,238.5989,238.5989
-401.7500,0.5000,,57.3200,,,,11,1001.9300,-152.1255,2134.0000,-152.1255,-15.9613,223.9033,223.9033,-15.9613,-0.4110,-19.1414,0.0000,-19.1414,3.5911,-19.1414,1.1252,0.0000,-20.2666,0.9590,,,-21.2256,1.2525,,,-22.4780,,,,,,,808.5652,-239.3519,0.2000,0.5025,1.4286,1.4000,0.0601,236.7504,236.7504,239.1179,239.1179,239.1179
-402.2500,0.5000,,57.0600,,,,11,998.7100,-151.9420,2130.9492,-151.9420,-15.8908,222.8646,222.8646,-15.8908,-0.3942,-19.0900,0.0000,-19.0900,3.5934,-19.0900,1.1197,0.0000,-20.2097,0.9552,,,-21.1649,1.2466,,,-22.4115,,,,,,,805.9616,-239.4511,0.2000,0.5025,1.4286,1.4000,0.0624,236.7603,236.7603,239.1279,239.1279,239.1279
-402.7500,0.5000,,56.9200,,,,11,995.6900,-151.8061,2123.8069,-151.8061,-15.8286,221.4460,221.4460,-15.8286,-0.3436,-19.0784,0.0000,-19.0784,3.5935,-19.0784,1.1149,0.0000,-20.1933,0.9520,,,-21.1453,1.2415,,,-22.3868,,,,,,,803.6857,-239.9349,0.2000,0.5025,1.4286,1.4000,0.0624,236.1164,236.1164,238.4776,238.4776,238.4776
-403.2500,0.5000,,56.6200,,,,11,990.6400,-151.5788,2111.8636,-151.5788,-15.7247,219.0838,219.0838,-15.7247,-0.6628,-18.6562,0.0000,-18.6562,3.5943,-18.6562,1.1056,0.0000,-19.7619,0.9456,,,-20.7075,1.2316,,,-21.9391,,,,,,,799.2769,-236.1036,0.2000,0.5025,1.4286,1.4000,0.0633,235.0397,235.0397,237.3900,237.3900,237.3900
-403.7500,0.5000,,56.5400,,,,11,989.3000,-151.5185,2108.6945,-151.5185,-15.6972,218.4592,218.4592,-15.6972,-0.1142,-19.1776,0.0000,-19.1776,3.5946,-19.1776,1.1040,0.0000,-20.2816,0.9445,,,-21.2262,1.2298,,,-22.4560,,,,,,,798.5150,-242.5443,0.2000,0.5025,1.4286,1.4000,0.0635,234.7539,234.7539,237.1015,237.1015,237.1015
-404.2500,0.5000,,56.4200,,,,11,986.6600,-149.1340,2102.4509,-151.3997,-15.4089,217.2311,217.2311,-15.6430,-0.3657,-18.6392,0.0000,-18.6392,3.5960,-18.6392,1.0989,0.0000,-19.7382,0.9410,,,-20.6792,1.2244,,,-21.9036,,,,,,,796.0696,-236.7703,0.2000,0.5025,1.4286,1.4000,0.0650,275.0736,275.0736,277.8244,277.8244,277.8244
-404.7500,0.5000,,56.2200,,,,11,983.9500,-144.7369,2096.0418,-151.2778,-14.9135,215.9741,215.9741,-15.5875,-0.3192,-18.1916,0.0000,-18.1916,3.5973,-18.1916,1.0945,0.0000,-19.2861,0.9380,,,-20.2241,1.2196,,,-21.4436,,,,,,,793.9288,-231.9712,0.2000,0.5025,1.4286,1.4000,0.0663,351.6359,351.6359,355.1523,355.1523,355.1523
-405.2500,0.5000,,56.0600,,,,11,981.5000,-146.5806,2090.2475,-151.1675,-15.0659,214.8407,214.8407,-15.5374,-0.3239,-18.3389,0.0000,-18.3389,3.5970,-18.3389,1.0899,0.0000,-19.4288,0.9349,,,-20.3637,1.2147,,,-21.5784,,,,,,,791.7505,-234.3311,0.2000,0.5025,1.4286,1.4000,0.0659,315.8555,315.8555,319.0140,319.0140,319.0140
-405.7500,0.5000,,56.1400,,,,11,983.0500,-144.1456,2093.9133,-151.2373,-14.8390,215.5574,215.5574,-15.5691,0.1446,-18.5798,0.0000,-18.5798,3.5962,-18.5798,1.0919,0.0000,-19.6718,0.9362,,,-20.6080,1.2169,,,-21.8249,,,,,,,792.7236,-236.9697,0.2000,0.5025,1.4286,1.4000,0.0651,361.3819,361.3819,364.9957,364.9957,364.9957
-406.2500,0.5000,,56.3800,,,,11,993.3400,2.0961,2118.2491,-151.7003,0.2180,220.3452,220.3452,-15.7802,0.5367,-3.9149,0.0000,-3.9149,3.5963,-3.9149,1.0995,0.0000,-5.0144,0.9414,,,-5.9558,1.2249,,,-7.1807,,,,,,,796.3248,-60.1309,0.2000,0.5025,1.4286,1.4000,0.0652,2840.1289,2840.1289,2868.5302,2868.5302,2868.5302
-406.7500,0.5000,,56.8800,,,,11,1002.2900,128.0629,2134.0000,-152.1489,13.4414,223.9837,223.9837,-15.9695,1.0713,8.7754,0.0000,8.7754,3.5947,8.7754,1.1144,0.0000,7.6609,0.9516,,,6.7093,1.2410,,,5.4683,,,,,,,803.4650,91.0515,0.2000,0.5025,1.4286,1.4000,0.0637,4947.9827,4947.9827,4997.4626,4997.4626,4997.4626
-407.2500,0.5000,,57.2600,,,,11,1004.5600,144.5127,2134.0000,-152.2964,15.2023,224.4910,224.4910,-16.0212,0.8919,10.7158,0.0000,10.7158,3.5946,10.7158,1.1269,0.0000,9.5890,0.9601,,,8.6288,1.2543,,,7.3746,,,,,,,809.3616,113.1360,0.2000,0.5025,1.4286,1.4000,0.0635,5227.8227,5227.8227,5280.1009,5280.1009,5280.1009
-407.7500,0.5000,,57.8000,,,,11,1013.3900,180.3959,2134.0000,-152.8704,19.1440,226.4642,226.4642,-16.2229,1.0690,14.4800,0.0000,14.4800,3.5949,14.4800,1.1417,0.0000,13.3383,0.9702,,,12.3681,1.2702,,,11.0979,,,,,,,816.3726,156.0211,0.2000,0.5025,1.4286,1.4000,0.0639,5826.9696,5826.9696,5885.2393,5885.2393,5885.2393
-408.2500,0.5000,,58.2200,,,,11,1020.9600,175.2124,2134.0000,-153.3624,18.7328,228.1559,228.1559,-16.3967,0.9677,14.1699,0.0000,14.1699,3.5951,14.1699,1.1552,0.0000,13.0148,0.9793,,,12.0354,1.2845,,,10.7509,,,,,,,822.6680,151.0715,0.2000,0.5025,1.4286,1.4000,0.0640,5800.6615,5800.6615,5858.6681,5858.6681,5858.6681
-408.7500,0.5000,,58.7000,,,,11,1030.6400,172.7445,2134.0000,-153.9916,18.6440,230.3191,230.3191,-16.6201,1.2107,13.8383,0.0000,13.8383,3.5951,13.8383,1.1719,0.0000,12.6663,0.9907,,,11.6757,1.3024,,,10.3732,,,,,,,830.4764,145.6450,0.2000,0.5025,1.4286,1.4000,0.0640,5800.3488,5800.3488,5858.3523,5858.3523,5858.3523
-409.2500,0.5000,,59.2200,,,,11,1038.9000,178.3501,2134.0000,-154.5285,19.4033,232.1650,232.1650,-16.8117,1.0371,14.7711,0.0000,14.7711,3.5951,14.7711,1.1862,0.0000,13.5849,1.0003,,,12.5845,1.3177,,,11.2668,,,,,,,837.1076,154.9692,0.2000,0.5025,1.4286,1.4000,0.0640,5926.8433,5926.8433,5986.1117,5986.1117,5986.1117
-409.7500,0.5000,,59.7200,,,,11,1048.3000,179.6945,2134.0000,-155.1395,19.7264,234.2657,234.2657,-17.0309,1.1708,14.9605,0.0000,14.9605,3.5952,14.9605,1.2023,0.0000,13.7581,1.0112,,,12.7470,1.3349,,,11.4120,,,,,,,844.5307,155.5662,0.2000,0.5025,1.4286,1.4000,0.0641,5989.3566,5989.3566,6049.2501,6049.2501,6049.2501
-410.2500,0.5000,,60.2800,,,,11,1058.3600,180.2933,2134.0000,-155.7934,19.9821,236.5138,236.5138,-17.2668,1.2845,15.0998,0.0000,15.0998,3.5978,15.0998,1.2200,0.0000,13.8799,1.0230,,,12.8569,1.3537,,,11.5031,,,,,,,852.6007,155.4571,0.2000,0.5025,1.4286,1.4000,0.0667,6049.3692,6049.3692,6109.8629,6109.8629,6109.8629
-410.7500,0.5000,,60.9200,,,,11,1068.9900,147.5131,2134.0000,-156.4844,16.5133,238.8893,238.8893,-17.5175,1.4042,11.5112,0.0000,11.5112,3.5978,11.5112,1.2392,0.0000,10.2720,1.0358,,,9.2362,1.3742,,,7.8620,,,,,,,861.3364,113.8820,0.2000,0.5025,1.4286,1.4000,0.0667,5563.5435,5563.5435,5619.1789,5619.1789,5619.1789
-411.2500,0.5000,,61.2800,,,,11,1064.2600,6.9093,2134.0000,-156.1769,0.7700,237.8323,237.8323,-17.4058,0.9535,-3.7831,0.0000,-3.7831,3.5997,-3.7831,1.2522,0.0000,-5.0353,1.0445,,,-6.0799,1.3881,,,-7.4679,,,,,,,867.2178,-55.4462,0.2000,0.5025,1.4286,1.4000,0.0686,3193.6884,3193.6884,3225.6252,3225.6252,3225.6252
-411.7500,0.5000,,61.3200,,,,11,1076.5100,-156.9732,2134.0000,-156.9732,-17.6959,240.5698,240.5698,-17.6959,0.0723,-21.3684,0.0000,-21.3684,3.6002,-21.3684,1.2532,0.0000,-22.6216,1.0452,,,-23.6667,1.3891,,,-25.0559,,,,,,,867.6624,-248.9677,0.2000,0.5025,1.4286,1.4000,0.0691,244.4011,244.4011,246.8451,246.8451,246.8451
-412.2500,0.5000,,61.6200,,,,11,1080.0500,-157.2033,2134.0000,-157.2033,-17.7801,241.3609,241.3609,-17.7801,0.4778,-21.8581,0.0000,-21.8581,3.6002,-21.8581,1.2597,0.0000,-23.1178,1.0495,,,-24.1673,1.3961,,,-25.5634,,,,,,,870.5933,-253.5727,0.2000,0.5025,1.4286,1.4000,0.0691,244.8997,244.8997,247.3487,247.3487,247.3487
-412.7500,0.5000,,61.6800,,,,11,1080.4600,-157.2299,2134.0000,-157.2299,-17.7899,241.4525,241.4525,-17.7899,0.1519,-21.5420,0.0000,-21.5420,3.6002,-21.5420,1.2618,0.0000,-22.8037,1.0509,,,-23.8546,1.3983,,,-25.2529,,,,,,,871.5231,-249.8609,0.2000,0.5025,1.4286,1.4000,0.0691,244.9574,244.9574,247.4070,247.4070,247.4070
-413.2500,0.5000,,61.8000,,,,11,1082.4000,-157.3560,2134.0000,-157.3560,-17.8361,241.8860,241.8860,-17.8361,0.1506,-21.5865,0.0000,-21.5865,3.5998,-21.5865,1.2638,0.0000,-22.8503,1.0522,,,-23.9026,1.4004,,,-25.3030,,,,,,,872.4440,-250.1071,0.2000,0.5025,1.4286,1.4000,0.0687,245.2307,245.2307,247.6830,247.6830,247.6830
-413.7500,0.5000,,61.9600,,,,11,1085.0600,-157.5289,2134.0000,-157.5289,-17.8996,242.4805,242.4805,-17.8996,0.3849,-21.8834,0.0000,-21.8834,3.5990,-21.8834,1.2690,0.0000,-23.1525,1.0557,,,-24.2082,1.4060,,,-25.6142,,,,,,,874.7925,-252.7338,0.2000,0.5025,1.4286,1.4000,0.0679,245.6054,245.6054,248.0614,248.0614,248.0614
-414.2500,0.5000,,62.1600,,,,11,1088.7100,-157.7662,2134.0000,-157.7662,-17.9868,243.2962,243.2962,-17.9868,0.4898,-22.0758,0.0000,-22.0758,3.5992,-22.0758,1.2757,0.0000,-23.3515,1.0601,,,-24.4117,1.4131,,,-25.8248,,,,,,,877.7725,-254.0414,0.2000,0.5025,1.4286,1.4000,0.0681,246.1195,246.1195,248.5807,248.5807,248.5807
-414.7500,0.5000,,62.2500,,,,11,1090.7000,-157.8955,2134.0000,-157.8955,-18.0345,243.7409,243.7409,-18.0345,0.2943,-21.9300,0.0000,-21.9300,3.6012,-21.9300,1.2797,0.0000,-23.2097,1.0628,,,-24.2725,1.4174,,,-25.6899,,,,,,,879.5582,-251.9864,0.2000,0.5025,1.4286,1.4000,0.0702,246.3998,246.3998,248.8638,248.8638,248.8638
-415.2500,0.5000,,62.3400,,,,11,1091.6700,-157.9586,2134.0000,-157.9586,-18.0577,243.9576,243.9576,-18.0577,0.1155,-21.7745,0.0000,-21.7745,3.6013,-21.7745,1.2813,0.0000,-23.0557,1.0638,,,-24.1196,1.4190,,,-25.5386,,,,,,,880.2578,-250.1155,0.2000,0.5025,1.4286,1.4000,0.0702,246.5364,246.5364,249.0018,249.0018,249.0018
-415.7500,0.5000,,62.4000,,,,11,1093.0400,-158.0476,2134.0000,-158.0476,-18.0906,244.2638,244.2638,-18.0906,0.1326,-21.8249,0.0000,-21.8249,3.6018,-21.8249,1.2831,0.0000,-23.1080,1.0650,,,-24.1730,1.4210,,,-25.5940,,,,,,,881.0604,-250.4541,0.2000,0.5025,1.4286,1.4000,0.0707,246.7294,246.7294,249.1967,249.1967,249.1967
-416.2500,0.5000,,62.5167,,,,11,1096.2100,-158.2537,2134.0000,-158.2537,-18.1667,244.9722,244.9722,-18.1667,0.3713,-22.1399,0.0000,-22.1399,3.6019,-22.1399,1.2881,0.0000,-23.4280,1.0684,,,-24.4964,1.4263,,,-25.9227,,,,,,,883.3044,-253.2773,0.2000,0.5025,1.4286,1.4000,0.0708,247.1759,247.1759,249.6477,249.6477,249.6477
-416.7500,0.5000,,62.7200,,,,11,1097.3700,-153.4973,2134.0000,-158.3291,-17.6393,245.2314,245.2314,-18.1946,0.3462,-21.5910,0.0000,-21.5910,3.6054,-21.5910,1.2928,0.0000,-22.8838,1.0715,,,-23.9553,1.4313,,,-25.3866,,,,,,,885.3916,-246.8107,0.2000,0.5025,1.4286,1.4000,0.0744,338.3343,338.3343,341.7177,341.7177,341.7177
-417.2500,0.5000,,62.6200,,,,11,1097.0100,-158.3057,2134.0000,-158.3057,-18.1859,245.1510,245.1510,-18.1859,-0.1702,-21.6224,0.0000,-21.6224,3.6066,-21.6224,1.2905,0.0000,-22.9128,1.0699,,,-23.9828,1.4289,,,-25.4116,,,,,,,884.3662,-247.4106,0.2000,0.5025,1.4286,1.4000,0.0755,247.2886,247.2886,249.7615,249.7615,249.7615
-417.7500,0.5000,,62.5600,,,,11,1094.7700,-158.1601,2134.0000,-158.1601,-18.1321,244.6504,244.6504,-18.1321,-0.2568,-21.4829,0.0000,-21.4829,3.6077,-21.4829,1.2870,0.0000,-22.7699,1.0676,,,-23.8376,1.4252,,,-25.2627,,,,,,,882.8165,-246.2990,0.2000,0.5025,1.4286,1.4000,0.0766,246.9731,246.9731,249.4428,249.4428,249.4428
-418.2500,0.5000,,62.4600,,,,11,1093.8000,-158.0970,2134.0000,-158.0970,-18.1088,244.4336,244.4336,-18.1088,-0.1173,-21.6000,0.0000,-21.6000,3.6085,-21.6000,1.2854,0.0000,-22.8854,1.0666,,,-23.9520,1.4235,,,-25.3755,,,,,,,882.1080,-247.7474,0.2000,0.5025,1.4286,1.4000,0.0774,246.8365,246.8365,249.3048,249.3048,249.3048
-418.7500,0.5000,,62.5200,,,,11,1094.2900,-158.1289,2134.0000,-158.1289,-18.1206,244.5431,244.5431,-18.1206,0.0740,-21.8025,0.0000,-21.8025,3.6079,-21.8025,1.2864,0.0000,-23.0889,1.0672,,,-24.1561,1.4245,,,-25.5807,,,,,,,882.5549,-249.8230,0.2000,0.5025,1.4286,1.4000,0.0768,246.9055,246.9055,249.3745,249.3745,249.3745
-419.2500,0.5000,,62.5800,,,,11,1096.1600,-158.2504,2134.0000,-158.2504,-18.1655,244.9610,244.9610,-18.1655,0.1947,-21.9675,0.0000,-21.9675,3.6072,-21.9675,1.2891,0.0000,-23.2565,1.0690,,,-24.3255,1.4273,,,-25.7528,,,,,,,883.7305,-251.3021,0.2000,0.5025,1.4286,1.4000,0.0761,247.1689,247.1689,249.6406,249.6406,249.6406
-419.7500,0.5000,,62.7400,,,,11,1099.3400,-158.4571,2134.0000,-158.4571,-18.2420,245.6717,245.6717,-18.2420,0.4148,-22.2640,0.0000,-22.2640,3.6072,-22.2640,1.2947,0.0000,-23.5587,1.0727,,,-24.6314,1.4333,,,-26.0648,,,,,,,886.2295,-253.8499,0.2000,0.5025,1.4286,1.4000,0.0761,247.6168,247.6168,250.0930,250.0930,250.0930
-420.2500,0.5000,,62.9600,,,,11,1103.5000,-158.7275,2134.0000,-158.7275,-18.3423,246.6013,246.6013,-18.3423,0.5710,-22.5204,0.0000,-22.5204,3.6072,-22.5204,1.3024,0.0000,-23.8229,1.0778,,,-24.9007,1.4415,,,-26.3422,,,,,,,889.6576,-255.7068,0.2000,0.5025,1.4286,1.4000,0.0761,248.2028,248.2028,250.6848,250.6848,250.6848
-420.7500,0.5000,,63.1000,,,,11,1104.7900,-158.8114,2134.0000,-158.8114,-18.3734,246.8896,246.8896,-18.3734,0.2144,-22.1950,0.0000,-22.1950,3.6071,-22.1950,1.3053,0.0000,-23.5003,1.0797,,,-24.5800,1.4446,,,-26.0247,,,,,,,890.9417,-251.8810,0.2000,0.5025,1.4286,1.4000,0.0761,248.3845,248.3845,250.8683,250.8683,250.8683
-421.2500,0.5000,,63.1000,,,,11,1105.1200,-158.8328,2134.0000,-158.8328,-18.3814,246.9633,246.9633,-18.3814,-0.0275,-21.9599,0.0000,-21.9599,3.6060,-21.9599,1.3049,0.0000,-23.2648,1.0795,,,-24.3443,1.4442,,,-25.7886,,,,,,,890.7772,-249.4034,0.2000,0.5025,1.4286,1.4000,0.0749,248.4310,248.4310,250.9153,250.9153,250.9153
-421.7500,0.5000,,63.2800,,,,11,1109.8900,-159.1429,2134.0000,-159.1429,-18.4968,248.0293,248.0293,-18.4968,0.6426,-22.7453,0.0000,-22.7453,3.6059,-22.7453,1.3136,0.0000,-24.0589,1.0852,,,-25.1442,1.4535,,,-26.5976,,,,,,,894.6150,-256.8100,0.2000,0.5025,1.4286,1.4000,0.0749,249.1029,249.1029,251.5939,251.5939,251.5939
-422.2500,0.5000,,63.5000,,,,11,1112.1000,-159.2865,2134.0000,-159.2865,-18.5503,248.5232,248.5232,-18.5503,0.3840,-22.5403,0.0000,-22.5403,3.6060,-22.5403,1.3188,0.0000,-23.8591,1.0886,,,-24.9477,1.4590,,,-26.4067,,,,,,,896.9001,-254.0275,0.2000,0.5025,1.4286,1.4000,0.0749,249.4141,249.4141,251.9083,251.9083,251.9083
-422.7500,0.5000,,63.4200,,,,11,1109.5400,-159.1201,2134.0000,-159.1201,-18.4883,247.9511,247.9511,-18.4883,-0.2820,-21.8122,0.0000,-21.8122,3.6060,-21.8122,1.3150,0.0000,-23.1272,1.0861,,,-24.2133,1.4549,,,-25.6683,,,,,,,895.2222,-246.6969,0.2000,0.5025,1.4286,1.4000,0.0749,249.0536,249.0536,251.5441,251.5441,251.5441
-423.2500,0.5000,,63.2600,,,,11,1106.7400,-158.9381,2134.0000,-158.9381,-18.4205,247.3254,247.3254,-18.4205,-0.4207,-21.6058,0.0000,-21.6058,3.6059,-21.6058,1.3093,0.0000,-22.9151,1.0824,,,-23.9975,1.4489,,,-25.4464,,,,,,,892.7134,-245.1212,0.2000,0.5025,1.4286,1.4000,0.0749,248.6592,248.6592,251.1457,251.1457,251.1457
-423.7500,0.5000,,63.0800,,,,11,1102.8000,-158.6820,2134.0000,-158.6820,-18.3254,246.4449,246.4449,-18.3254,-0.5522,-21.3792,0.0000,-21.3792,3.6060,-21.3792,1.3018,0.0000,-22.6811,1.0775,,,-23.7585,1.4410,,,-25.1995,,,,,,,889.4095,-243.5192,0.2000,0.5025,1.4286,1.4000,0.0750,248.1042,248.1042,250.5852,250.5852,250.5852
-424.2500,0.5000,,62.7500,,,,11,1097.4800,-158.3362,2134.0000,-158.3362,-18.1972,245.2560,245.2560,-18.1972,-0.6000,-21.2020,0.0000,-21.2020,3.6048,-21.2020,1.2937,0.0000,-22.4957,1.0721,,,-23.5678,1.4323,,,-25.0001,,,,,,,885.8055,-242.5113,0.2000,0.5025,1.4286,1.4000,0.0737,247.3548,247.3548,249.8284,249.8284,249.8284
-424.7500,0.5000,,62.7167,,,,11,1098.5300,-158.4045,2134.0000,-158.4045,-18.2225,245.4906,245.4906,-18.2225,-0.0189,-21.8070,0.0000,-21.8070,3.6034,-21.8070,1.2935,0.0000,-23.1005,1.0719,,,-24.1724,1.4320,,,-25.6044,,,,,,,885.6915,-249.0632,0.2000,0.5025,1.4286,1.4000,0.0724,247.5027,247.5027,249.9778,249.9778,249.9778
-425.2500,0.5000,,62.7600,,,,11,1098.9200,-158.4298,2134.0000,-158.4298,-18.2319,245.5778,245.5778,-18.2319,0.1331,-21.9686,0.0000,-21.9686,3.6036,-21.9686,1.2953,0.0000,-23.2638,1.0731,,,-24.3369,1.4340,,,-25.7709,,,,,,,886.4925,-250.5980,0.2000,0.5025,1.4286,1.4000,0.0725,247.5577,247.5577,250.0332,250.0332,250.0332
-425.7500,0.5000,,62.0800,,,,11,1079.5000,-157.1675,2134.0000,-157.1675,-17.7670,241.2380,241.2380,-17.7670,-2.0063,-19.3642,0.0000,-19.3642,3.6035,-19.3642,1.2680,0.0000,-20.6322,1.0551,,,-21.6873,1.4050,,,-23.0923,,,,,,,874.3437,-225.3385,0.2000,0.5025,1.4286,1.4000,0.0724,244.8222,244.8222,247.2704,247.2704,247.2704
-426.2500,0.5000,,60.6000,,,,11,1049.6900,-155.2299,2134.0000,-155.2299,-17.0634,234.5763,234.5763,-17.0634,-4.0752,-16.5916,0.0000,-16.5916,3.6035,-16.5916,1.2124,0.0000,-17.8040,1.0179,,,-18.8219,1.3456,,,-20.1676,,,,,,,849.1322,-200.2232,0.2000,0.5025,1.4286,1.4000,0.0724,233.3729,233.3729,235.7066,235.7066,235.7066
-426.7500,0.5000,,59.1200,,,,11,1026.8300,-153.7440,2134.0000,-153.7440,-16.5320,229.4677,229.4677,-16.5320,-3.0246,-17.1098,0.0000,-17.1098,3.6025,-17.1098,1.1707,0.0000,-18.2806,0.9899,,,-19.2704,1.3012,,,-20.5716,,,,,,,829.9252,-210.3400,0.2000,0.5025,1.4286,1.4000,0.0714,233.0737,233.0737,235.4044,235.4044,235.4044
-427.2500,0.5000,,57.9800,,,,11,1003.7700,-152.2451,2134.0000,-152.2451,-16.0032,224.3144,224.3144,-16.0032,-2.7204,-16.8853,0.0000,-16.8853,3.6025,-16.8853,1.1330,0.0000,-18.0183,0.9643,,,-18.9826,1.2608,,,-20.2435,,,,,,,812.2625,-211.8308,0.2000,0.5025,1.4286,1.4000,0.0714,236.4787,236.4787,238.8435,238.8435,238.8435
-427.7500,0.5000,,56.5333,,,,11,981.9700,-151.1887,2091.3591,-151.1887,-15.5470,215.0579,215.0579,-15.5470,-2.9088,-16.2407,0.0000,-16.2407,3.6025,-16.2407,1.0924,0.0000,-17.3331,0.9366,,,-18.2697,1.2174,,,-19.4870,,,,,,,792.9414,-208.7405,0.2000,0.5025,1.4286,1.4000,0.0714,233.1911,233.1911,235.5230,235.5230,235.5230
-428.2500,0.5000,,55.1200,,,,11,958.7700,-150.1447,2036.4911,-150.1447,-15.0748,204.4681,204.4681,-15.0748,-2.5139,-16.1635,0.0000,-16.1635,3.6025,-16.1635,1.0570,0.0000,-17.2205,0.9122,,,-18.1327,1.1795,,,-19.3122,,,,,,,775.8559,-211.9515,0.2000,0.5025,1.4286,1.4000,0.0714,228.2444,228.2444,230.5269,230.5269,230.5269
-428.7500,0.5000,,53.8200,,,,11,936.6800,-149.1506,1984.2482,-149.1506,-14.6300,194.6327,194.6327,-14.6300,-2.5559,-15.7480,0.0000,-15.7480,3.6739,-15.7480,1.0208,0.0000,-16.7688,0.8871,,,-17.6559,1.1406,,,-18.7966,,,,,,,758.0903,-211.2288,0.2000,0.5025,1.4286,1.4000,0.1428,223.5344,223.5344,225.7698,225.7698,225.7698
-429.2500,0.5000,,52.5600,,,,11,914.6600,-148.1597,1932.1709,-148.1597,-14.1912,185.0691,185.0691,-14.1912,-2.5244,-15.3639,0.0000,-15.3639,3.6971,-15.3639,0.9848,0.0000,-16.3486,0.8619,,,-17.2105,1.1019,,,-18.3124,,,,,,,740.1245,-210.9344,0.2000,0.5025,1.4286,1.4000,0.1661,218.8394,218.8394,221.0278,221.0278,221.0278
-429.7500,0.5000,,51.4200,,,,11,886.9700,-146.9137,1866.6841,-146.9137,-13.6458,173.3837,173.3837,-13.6458,-2.1712,-15.3737,0.0000,-15.3737,3.8990,-15.3737,0.9535,0.0000,-16.3272,0.8399,,,-17.1671,1.0683,,,-18.2354,,,,,,,724.3167,-215.2553,0.2000,0.5025,1.4286,1.4000,0.3679,180.9963,180.9963,182.8062,182.8062,182.8062
-430.2500,0.5000,,50.3400,,,,10,1020.8700,-153.3566,2134.0000,-153.3566,-16.3946,228.1358,228.1358,-16.3946,24.3669,-44.7700,0.0000,-44.7700,4.0085,-44.7700,1.7854,0.0000,-46.5554,0.8181,,,-47.3735,1.8937,,,-49.2672,,,,,,,708.5501,-627.4378,0.2000,0.5025,1.4286,1.4000,0.4774,233.9537,233.9537,236.2933,236.2933,236.2933
-430.7500,0.5000,,48.6000,,,,10,1073.9400,-156.8061,2134.0000,-156.8061,-17.6348,239.9955,239.9955,-17.6348,-4.5628,-17.0677,0.0000,-17.0677,3.9956,-17.0677,1.2314,0.0000,-18.2990,0.7875,,,-19.0865,0.9891,,,-20.0756,,,,,,,686.2268,-254.6428,0.2000,0.4650,1.4286,1.3500,0.5520,244.0391,244.0391,253.8006,253.8006,253.8006
-431.2500,0.5000,,47.5000,,,,10,1044.2600,-154.8769,2134.0000,-154.8769,-16.9365,233.3628,233.3628,-16.9365,-3.4090,-17.5684,0.0000,-17.5684,4.0408,-17.5684,1.1845,0.0000,-18.7529,0.7642,,,-19.5171,0.9543,,,-20.4714,,,,,,,669.0626,-267.6539,0.2000,0.4650,1.4286,1.3500,0.5973,230.5000,230.5000,239.7200,239.7200,239.7200
-431.7500,0.5000,,46.0800,,,,10,1014.4500,-152.9393,2134.0000,-152.9393,-16.2472,226.7011,226.7011,-16.2472,-3.7995,-16.4796,0.0000,-16.4796,4.0319,-16.4796,1.1319,0.0000,-17.6115,0.7377,,,-18.3493,0.9150,,,-19.2643,,,,,,,649.3978,-258.9751,0.2000,0.4650,1.4286,1.3500,0.5883,234.9017,234.9017,244.2978,244.2978,244.2978
-432.2500,0.5000,,44.8000,,,,10,986.1100,-151.3750,2101.1502,-151.3750,-15.6318,216.9757,216.9757,-15.6318,-3.5966,-16.0539,0.0000,-16.0539,4.0188,-16.0539,1.0816,0.0000,-17.1355,0.7121,,,-17.8477,0.8773,,,-18.7250,,,,,,,630.2177,-259.6440,0.2000,0.4650,1.4286,1.3500,0.5752,234.0738,234.0738,243.4367,243.4367,243.4367
-432.7500,0.5000,,44.0250,,,,10,975.5600,-150.9002,2076.1994,-150.9002,-15.4160,212.1054,212.1054,-15.4160,-1.5918,-17.9057,0.0000,-17.9057,4.0815,-17.9057,1.0592,0.0000,-18.9650,0.7006,,,-19.6656,0.8605,,,-20.5261,,,,,,,621.5400,-291.3762,0.2000,0.4650,1.4286,1.3500,0.6379,231.8243,231.8243,241.0973,241.0973,241.0973
-433.2500,0.5000,,44.0500,,,,10,974.6200,-150.8579,2073.9763,-150.8579,-15.3969,211.6741,211.6741,-15.3969,0.0361,-19.5869,0.0000,-19.5869,4.1539,-19.5869,1.0597,0.0000,-20.6467,0.7009,,,-21.3476,0.8609,,,-22.2085,,,,,,,621.7382,-317.1126,0.2000,0.4650,1.4286,1.3500,0.7104,231.6239,231.6239,240.8889,240.8889,240.8889
-433.7500,0.5000,,43.8800,,,,10,971.7100,-150.7270,2067.0942,-150.7270,-15.3376,210.3418,210.3418,-15.3376,-0.3686,-19.1359,0.0000,-19.1359,4.1670,-19.1359,1.0545,0.0000,-20.1905,0.6982,,,-20.8887,0.8570,,,-21.7457,,,,,,,619.7123,-311.1200,0.2000,0.4650,1.4286,1.3500,0.7234,231.0034,231.0034,240.2436,240.2436,240.2436
-434.2500,0.5000,,43.7600,,,,10,969.2600,-150.6167,2061.2999,-150.6167,-15.2877,209.2233,209.2233,-15.2877,-0.2730,-19.2195,0.0000,-19.2195,4.2048,-19.2195,1.0507,0.0000,-20.2701,0.6962,,,-20.9664,0.8541,,,-21.8205,,,,,,,618.2072,-313.1078,0.2000,0.4650,1.4286,1.3500,0.7612,230.4811,230.4811,239.7003,239.7003,239.7003
-434.7500,0.5000,,43.7200,,,,10,969.8400,-100.0901,2062.6716,-150.6428,-10.1653,209.4878,209.4878,-15.2995,-0.0411,-14.3288,0.0000,-14.3288,4.2046,-14.3288,1.0501,0.0000,-15.3789,0.6959,,,-16.0748,0.8537,,,-16.9285,,,,,,,617.9802,-237.6408,0.2000,0.4650,1.4286,1.3500,0.7610,1142.7680,1142.7680,1188.4787,1188.4787,1188.4787
-435.2500,0.5000,,43.9600,,,,10,984.5100,18.3914,2097.3662,-151.3030,1.8961,216.2335,216.2335,-15.5990,0.6652,-2.9647,0.0000,-2.9647,4.1956,-2.9647,1.0595,0.0000,-4.0242,0.7008,,,-4.7250,0.8607,,,-5.5857,,,,,,,621.6421,-61.8178,0.2000,0.4650,1.4286,1.3500,0.7520,3071.2694,3071.2694,3194.1202,3194.1202,3194.1202
-435.7500,0.5000,,44.6200,,,,10,996.2600,329.3632,2125.1549,-151.8317,34.3618,221.7134,221.7134,-15.8403,1.8195,28.3467,0.0000,28.3467,4.1956,28.3467,1.1296,0.0000,27.2171,0.7139,,,26.5032,1.0591,,,25.4441,,,,,,,631.5498,411.5341,0.2000,0.4650,1.4286,1.3500,0.7520,8140.1348,8140.1348,8465.7402,8465.7402,8465.7402
-436.2500,0.5000,,45.6000,,,,10,1019.6300,551.9269,2134.0000,-153.2760,58.9322,227.8587,227.8587,-16.3661,3.0561,51.7723,0.0000,51.7723,4.1038,51.7723,2.0664,0.0000,49.7059,0.7357,,,48.9702,1.9578,,,47.0125,,,,,,,647.8502,732.6633,0.2000,0.4650,1.4286,1.3500,0.6603,12048.4119,12048.4119,12530.3484,12530.3484,12530.3484
-436.7500,0.5000,,47.0600,,,,10,1049.8700,660.1814,2134.0000,-155.2416,72.5818,234.6165,234.6165,-17.0676,3.7268,64.7567,0.0000,64.7567,4.0982,64.7567,2.5855,0.0000,62.1712,0.7617,,,61.4095,2.4553,,,58.9542,,,,,,,667.1892,889.8389,0.2000,0.4650,1.4286,1.3500,0.6547,14373.3232,14373.3232,14948.2562,14948.2562,14948.2562
-437.2500,0.5000,,48.3200,,,,10,1075.8400,636.7941,2134.0000,-156.9296,71.7423,240.4201,240.4201,-17.6800,3.5225,64.1194,0.0000,64.1194,4.1004,64.1194,2.5597,0.0000,61.5597,0.7858,,,60.7739,2.4298,,,58.3441,,,,,,,684.9662,858.2196,0.2000,0.4650,1.4286,1.3500,0.6568,14258.2620,14258.2620,14828.5924,14828.5924,14828.5924
-437.7500,0.5000,,48.6800,,,,10,1030.1600,100.9881,2134.0000,-153.9604,10.8944,230.2119,230.2119,-16.6090,0.7887,6.0050,0.0000,6.0050,4.1007,6.0050,1.2387,0.0000,4.7663,0.7911,,,3.9752,0.9946,,,2.9806,,,,,,,688.8837,66.0703,0.2000,0.4650,1.4286,1.3500,0.6572,4618.8260,4618.8260,4803.5790,4803.5790,4803.5790
-438.2500,0.5000,,48.9500,,,,11,891.7200,-147.1274,1877.9178,-147.1274,-13.7389,175.3613,175.3613,-13.7389,-24.3744,6.5184,0.0000,6.5184,4.1172,6.5184,0.8948,0.0000,5.6236,0.7981,,,4.8255,1.0050,,,3.8205,,,,,,,693.9834,77.3814,0.2000,0.4650,1.4286,1.3500,0.6736,180.6971,180.6971,187.9250,187.9250,187.9250
-438.7500,0.5000,,49.4800,,,,11,871.0900,175.5552,1829.1279,-146.1991,16.0142,166.8536,166.8536,-13.3363,0.8821,11.0103,0.0000,11.0103,4.1218,11.0103,0.9077,0.0000,10.1026,0.8073,,,9.2952,1.0190,,,8.2763,,,,,,,700.7268,137.6748,0.2000,0.4650,1.4286,1.3500,0.6783,4785.7683,4785.7683,4977.1990,4977.1990,4977.1990
-439.2500,0.5000,,50.2000,,,,11,891.3400,458.4598,1877.0191,-147.1103,42.7931,175.2027,175.2027,-13.7314,1.9852,36.6044,0.0000,36.6044,4.2034,36.6044,1.4607,0.0000,35.1438,0.8279,,,34.3158,1.3713,,,32.9445,,,,,,,715.6711,468.9280,0.2000,0.5025,1.4286,1.4000,0.6723,9223.6792,9223.6792,9315.9160,9315.9160,9315.9160
-439.7500,0.5000,,51.9167,,,,11,918.0000,719.3276,1940.0700,-148.3100,69.1509,186.5042,186.5042,-14.2574,3.1779,61.7722,0.0000,61.7722,4.2009,61.7722,2.4671,0.0000,59.3050,0.8603,,,58.4448,2.3364,,,56.1083,,,,,,,738.9648,766.3712,0.2000,0.5025,1.4286,1.4000,0.6698,13683.1618,13683.1618,13819.9934,13819.9934,13819.9934
-440.2500,0.5000,,53.4200,,,,11,940.8000,687.0889,1993.9920,-149.3360,67.6922,196.4488,196.4488,-14.7126,2.5831,60.8116,0.0000,60.8116,4.2975,60.8116,2.4285,0.0000,58.3831,0.8861,,,57.4970,2.2984,,,55.1985,,,,,,,757.3712,736.1213,0.2000,0.5025,1.4286,1.4000,0.7665,13420.3765,13420.3765,13554.5802,13554.5802,13554.5802
-440.7500,0.5000,,54.7600,,,,11,963.5700,662.2817,2047.8431,-150.3607,66.8274,206.6372,206.6372,-15.1721,2.6375,59.8308,0.0000,59.8308,4.3591,59.8308,2.3891,0.0000,57.4417,0.9120,,,56.5297,2.2597,,,54.2700,,,,,,,775.7144,707.1264,0.2000,0.5025,1.4286,1.4000,0.8280,13283.8161,13283.8161,13416.6542,13416.6542,13416.6542
-441.2500,0.5000,,55.9000,,,,11,984.1800,598.5478,2096.5857,-151.2881,61.6882,216.0806,216.0806,-15.5922,2.5606,54.8532,0.0000,54.8532,4.2743,54.8532,2.1898,0.0000,52.6634,0.9368,,,51.7266,2.0675,,,49.6591,,,,,,,793.1172,634.0786,0.2000,0.5025,1.4286,1.4000,0.7432,12425.4601,12425.4601,12549.7147,12549.7147,12549.7147
-441.7500,0.5000,,56.8200,,,,11,997.9700,350.2286,2129.1991,-151.9087,36.6014,222.5166,222.5166,-15.8755,1.7365,30.6530,0.0000,30.6530,4.2119,30.6530,1.2217,0.0000,29.4314,0.9534,,,28.4779,1.2438,,,27.2342,,,,,,,804.7047,349.2570,0.2000,0.5025,1.4286,1.4000,0.6808,8509.9944,8509.9944,8595.0944,8595.0944,8595.0944
-442.2500,0.5000,,57.5600,,,,11,1010.7400,230.8538,2134.0000,-152.6981,24.4346,225.8720,225.8720,-16.1622,1.3910,18.8900,0.0000,18.8900,4.1536,18.8900,1.1364,0.0000,17.7536,0.9666,,,16.7869,1.2645,,,15.5225,,,,,,,813.8676,208.3067,0.2000,0.5025,1.4286,1.4000,0.6226,6562.7028,6562.7028,6628.3299,6628.3299,6628.3299
-442.7500,0.5000,,57.9600,,,,11,1017.1100,218.9491,2134.0000,-153.1122,23.3206,227.2956,227.2956,-16.3082,0.8710,18.4308,0.0000,18.4308,4.0188,18.4308,1.1485,0.0000,17.2823,0.9748,,,16.3074,1.2774,,,15.0300,,,,,,,819.5532,201.3702,0.2000,0.5025,1.4286,1.4000,0.4878,6406.6402,6406.6402,6470.7066,6470.7066,6470.7066
-443.2500,0.5000,,58.5400,,,,11,1025.5900,207.9884,2134.0000,-153.6634,22.3379,229.1906,229.1906,-16.5034,1.0876,17.2316,0.0000,17.2316,4.0187,17.2316,1.1636,0.0000,16.0680,0.9850,,,15.0830,1.2935,,,13.7894,,,,,,,826.5977,185.6261,0.2000,0.5025,1.4286,1.4000,0.4876,6308.8617,6308.8617,6371.9503,6371.9503,6371.9503
-443.7500,0.5000,,58.7600,,,,11,1030.1700,146.3983,2134.0000,-153.9611,15.7933,230.2141,230.2141,-16.6092,0.6172,11.2958,0.0000,11.2958,3.8803,11.2958,1.1721,0.0000,10.1237,0.9908,,,9.1329,1.3026,,,7.8303,,,,,,,830.5688,116.3954,0.2000,0.5025,1.4286,1.4000,0.3492,5365.3176,5365.3176,5418.9707,5418.9707,5418.9707
-444.2500,0.5000,,59.1600,,,,11,1037.3600,146.9540,2134.0000,-154.4284,15.9639,231.8209,231.8209,-16.7759,0.7972,11.2970,0.0000,11.2970,3.8697,11.2970,1.1831,0.0000,10.1139,0.9982,,,9.1156,1.3144,,,7.8012,,,,,,,835.6704,115.5723,0.2000,0.5025,1.4286,1.4000,0.3386,5404.3506,5404.3506,5458.3941,5458.3941,5458.3941
-444.7500,0.5000,,59.4200,,,,11,1039.1000,80.3265,2134.0000,-154.5415,8.7407,232.2097,232.2097,-16.8163,0.7810,4.1696,0.0000,4.1696,3.7901,4.1696,1.1939,0.0000,2.9757,1.0055,,,1.9703,1.3259,,,0.6444,,,,,,,840.6378,33.8033,0.2000,0.5025,1.4286,1.4000,0.2590,4316.3674,4316.3674,4359.5311,4359.5311,4359.5311
-445.2500,0.5000,,59.8600,,,,11,1042.2700,13.2604,2134.0000,-154.7476,1.4473,232.9181,232.9181,-16.8901,0.8242,-3.1534,0.0000,-3.1534,3.7765,-3.1534,1.2052,0.0000,-4.3586,1.0131,,,-5.3717,1.3380,,,-6.7097,,,,,,,845.8486,-49.2067,0.2000,0.5025,1.4286,1.4000,0.2454,3227.1223,3227.1223,3259.3935,3259.3935,3259.3935
-445.7500,0.5000,,59.8800,,,,11,1048.3300,-11.2578,2134.0000,-155.1415,-1.2359,234.2724,234.2724,-17.0316,-0.1121,-4.8725,0.0000,-4.8725,3.7487,-4.8725,1.2037,0.0000,-6.0762,1.0121,,,-7.0882,1.3363,,,-8.4246,,,,,,,845.1416,-68.6549,0.2000,0.5025,1.4286,1.4000,0.2177,2828.1107,2828.1107,2856.3918,2856.3918,2856.3918
-446.2500,0.5000,,59.8200,,,,11,1048.2200,-79.2791,2134.0000,-155.1343,-8.7024,234.2478,234.2478,-17.0290,0.0485,-12.4672,0.0000,-12.4672,3.7164,-12.4672,1.2043,0.0000,-13.6716,1.0125,,,-14.6841,1.3370,,,-16.0211,,,,,,,845.4473,-154.4200,0.2000,0.5025,1.4286,1.4000,0.1853,1600.4999,1600.4999,1616.5049,1616.5049,1616.5049
-446.7500,0.5000,,59.8600,,,,11,1048.2200,-124.4092,2134.0000,-155.1343,-13.6563,234.2478,234.2478,-17.0290,-0.0047,-17.3596,0.0000,-17.3596,3.7079,-17.3596,1.2043,0.0000,-18.5638,1.0125,,,-19.5763,1.3370,,,-20.9133,,,,,,,845.4178,-209.6851,0.2000,0.5025,1.4286,1.4000,0.1769,786.1815,786.1815,794.0433,794.0433,794.0433
-447.2500,0.5000,,59.9600,,,,11,1050.8400,-145.5451,2134.0000,-155.3046,-16.0163,234.8333,234.8333,-17.0903,0.3231,-20.0156,0.0000,-20.0156,3.6762,-20.0156,1.2087,0.0000,-21.2243,1.0155,,,-22.2398,1.3417,,,-23.5815,,,,,,,847.4527,-239.1606,0.2000,0.5025,1.4286,1.4000,0.1451,410.7153,410.7153,414.8225,414.8225,414.8225
-447.7500,0.5000,,59.9600,,,,11,1049.0900,-147.5476,2134.0000,-155.1909,-16.2096,234.4422,234.4422,-17.0493,-0.1809,-19.7050,0.0000,-19.7050,3.6762,-19.7050,1.2062,0.0000,-20.9112,1.0138,,,-21.9250,1.3391,,,-23.2640,,,,,,,846.3141,-235.9494,0.2000,0.5025,1.4286,1.4000,0.1451,370.6379,370.6379,374.3443,374.3443,374.3443
-448.2500,0.5000,,59.8800,,,,11,1047.2700,-155.0726,2134.0000,-155.0726,-17.0068,234.0355,234.0355,-17.0068,-0.2068,-20.4503,0.0000,-20.4503,3.6503,-20.4503,1.2034,0.0000,-21.6537,1.0119,,,-22.6656,1.3360,,,-24.0016,,,,,,,845.0104,-244.7043,0.2000,0.5025,1.4286,1.4000,0.1193,230.7561,230.7561,233.0636,233.0636,233.0636
-448.7500,0.5000,,59.6600,,,,11,1045.1400,-154.9341,2134.0000,-154.9341,-16.9570,233.5595,233.5595,-16.9570,-0.3272,-20.2788,0.0000,-20.2788,3.6489,-20.2788,1.1989,0.0000,-21.4777,1.0089,,,-22.4865,1.3312,,,-23.8177,,,,,,,842.9436,-243.3101,0.2000,0.5025,1.4286,1.4000,0.1179,230.3701,230.3701,232.6738,232.6738,232.6738
-449.2500,0.5000,,59.7400,,,,11,1045.3700,-154.9491,2134.0000,-154.9491,-16.9624,233.6109,233.6109,-16.9624,0.0499,-20.6537,0.0000,-20.6537,3.6414,-20.6537,1.1996,0.0000,-21.8532,1.0093,,,-22.8626,1.3320,,,-24.1945,,,,,,,843.2590,-247.4720,0.2000,0.5025,1.4286,1.4000,0.1103,230.3361,230.3361,232.6395,232.6395,232.6395
-449.7500,0.5000,,59.6200,,,,11,1042.5200,-154.7638,2134.0000,-154.7638,-16.8959,232.9740,232.9740,-16.8959,-0.3496,-20.1779,0.0000,-20.1779,3.6316,-20.1779,1.1948,0.0000,-21.3727,1.0061,,,-22.3787,1.3268,,,-23.7056,,,,,,,841.0459,-242.6668,0.2000,0.5025,1.4286,1.4000,0.1005,230.7569,230.7569,233.0645,233.0645,233.0645
-450.2500,0.5000,,59.4250,,,,11,1038.8400,-154.5246,2134.0000,-154.5246,-16.8103,232.1516,232.1516,-16.8103,-0.4569,-19.9812,0.0000,-19.9812,3.6279,-19.9812,1.1885,0.0000,-21.1697,1.0018,,,-22.1716,1.3201,,,-23.4917,,,,,,,838.1446,-241.1944,0.2000,0.5025,1.4286,1.4000,0.0968,231.3003,231.3003,233.6133,233.6133,233.6133
-450.7500,0.5000,,59.2200,,,,11,1036.4000,-154.3660,2134.0000,-154.3660,-16.7536,231.6063,231.6063,-16.7536,-0.3941,-19.9810,0.0000,-19.9810,3.6216,-19.9810,1.1830,0.0000,-21.1641,0.9982,,,-22.1623,1.3143,,,-23.4766,,,,,,,835.6339,-241.8547,0.2000,0.5025,1.4286,1.4000,0.0905,231.6606,231.6606,233.9772,233.9772,233.9772
-451.2500,0.5000,,59.2800,,,,11,1038.8900,-154.5279,2134.0000,-154.5279,-16.8114,232.1628,232.1628,-16.8114,0.3299,-20.7610,0.0000,-20.7610,3.6196,-20.7610,1.1876,0.0000,-21.9485,1.0013,,,-22.9498,1.3192,,,-24.2689,,,,,,,837.7359,-250.1900,0.2000,0.5025,1.4286,1.4000,0.0886,231.2929,231.2929,233.6059,233.6059,233.6059
-451.7500,0.5000,,59.5167,,,,11,1043.2600,-154.8119,2134.0000,-154.8119,-16.9132,233.1394,233.1394,-16.9132,0.4682,-20.9956,0.0000,-20.9956,3.6143,-20.9956,1.1940,0.0000,-22.1896,1.0056,,,-23.1952,1.3260,,,-24.5213,,,,,,,840.7098,-252.0436,0.2000,0.5025,1.4286,1.4000,0.0832,230.6477,230.6477,232.9541,232.9541,232.9541
-452.2500,0.5000,,59.8800,,,,11,1050.5600,-155.2864,2134.0000,-155.2864,-17.0837,234.7707,234.7707,-17.0837,0.9444,-21.6419,0.0000,-21.6419,3.6138,-21.6419,1.2070,0.0000,-22.8490,1.0143,,,-23.8633,1.3399,,,-25.2032,,,,,,,846.6776,-257.7032,0.2000,0.5025,1.4286,1.4000,0.0827,234.3137,234.3137,236.6568,236.6568,236.6568
-452.7500,0.5000,,60.1800,,,,11,1053.6600,-155.4879,2134.0000,-155.4879,-17.1564,235.4635,235.4635,-17.1564,0.5002,-21.2681,0.0000,-21.2681,3.6116,-21.2681,1.2139,0.0000,-22.4820,1.0189,,,-23.5009,1.3472,,,-24.8481,,,,,,,849.8210,-252.6263,0.2000,0.5025,1.4286,1.4000,0.0805,237.6658,237.6658,240.0425,240.0425,240.0425
-453.2500,0.5000,,60.3000,,,,11,1056.3400,-155.6621,2134.0000,-155.6621,-17.2193,236.0624,236.0624,-17.2193,0.3095,-21.1404,0.0000,-21.1404,3.6116,-21.1404,1.2181,0.0000,-22.3585,1.0218,,,-23.3803,1.3517,,,-24.7320,,,,,,,851.7606,-250.6668,0.2000,0.5025,1.4286,1.4000,0.0805,240.5638,240.5638,242.9694,242.9694,242.9694
-453.7500,0.5000,,60.4200,,,,11,1057.7100,-155.7512,2134.0000,-155.7512,-17.2515,236.3685,236.3685,-17.2515,0.1536,-21.0114,0.0000,-21.0114,3.6063,-21.0114,1.2202,0.0000,-22.2316,1.0232,,,-23.2548,1.3540,,,-24.6088,,,,,,,852.7216,-248.9630,0.2000,0.5025,1.4286,1.4000,0.0752,241.7530,241.7530,244.1705,244.1705,244.1705
-454.2500,0.5000,,60.5200,,,,11,1059.8200,-155.8883,2134.0000,-155.8883,-17.3011,236.8400,236.8400,-17.3011,0.3263,-21.2334,0.0000,-21.2334,3.6060,-21.2334,1.2247,0.0000,-22.4581,1.0262,,,-23.4842,1.3588,,,-24.8430,,,,,,,854.7591,-250.8997,0.2000,0.5025,1.4286,1.4000,0.0749,242.0502,242.0502,244.4707,244.4707,244.4707
-454.7500,0.5000,,60.6400,,,,11,1061.3600,-155.9884,2134.0000,-155.9884,-17.3374,237.1842,237.1842,-17.3374,0.1463,-21.0882,0.0000,-21.0882,3.6045,-21.0882,1.2267,0.0000,-22.3149,1.0275,,,-23.3424,1.3609,,,-24.7033,,,,,,,855.6711,-249.0343,0.2000,0.5025,1.4286,1.4000,0.0734,242.2671,242.2671,244.6898,244.6898,244.6898
-455.2500,0.5000,,60.4600,,,,11,1057.8100,-155.7577,2134.0000,-155.7577,-17.2538,236.3909,236.3909,-17.2538,-0.2642,-20.5939,0.0000,-20.5939,3.6043,-20.5939,1.2231,0.0000,-21.8170,1.0251,,,-22.8421,1.3570,,,-24.1991,,,,,,,854.0236,-243.9478,0.2000,0.5025,1.4286,1.4000,0.0732,241.7670,241.7670,244.1847,244.1847,244.1847
-455.7500,0.5000,,60.3000,,,,11,1053.7100,-155.4912,2134.0000,-155.4912,-17.1576,235.4746,235.4746,-17.1576,-0.5420,-20.2187,0.0000,-20.2187,3.6032,-20.2187,1.2157,0.0000,-21.4344,1.0201,,,-22.4545,1.3491,,,-23.8036,,,,,,,850.6336,-240.6246,0.2000,0.5025,1.4286,1.4000,0.0721,237.7199,237.7199,240.0971,240.0971,240.0971
-456.2500,0.5000,,59.9250,,,,11,1046.4600,-155.0199,2134.0000,-155.0199,-16.9879,233.8545,233.8545,-16.9879,-1.0194,-19.5709,0.0000,-19.5709,3.6024,-19.5709,1.2017,0.0000,-20.7726,1.0107,,,-21.7833,1.3342,,,-23.1175,,,,,,,844.2208,-234.9667,0.2000,0.5025,1.4286,1.4000,0.0714,230.1751,230.1751,232.4769,232.4769,232.4769
-456.7500,0.5000,,59.6600,,,,11,1043.7300,-154.8425,2134.0000,-154.8425,-16.9241,233.2444,233.2444,-16.9241,-0.3439,-20.1821,0.0000,-20.1821,3.6018,-20.1821,1.1969,0.0000,-21.3790,1.0075,,,-22.3866,1.3291,,,-23.7157,,,,,,,842.0465,-242.4506,0.2000,0.5025,1.4286,1.4000,0.0707,230.5783,230.5783,232.8840,232.8840,232.8840
-457.2500,0.5000,,59.4667,,,,11,1040.5500,-154.6358,2134.0000,-154.6358,-16.8501,232.5337,232.5337,-16.8501,-0.3972,-20.0536,0.0000,-20.0536,3.6008,-20.0536,1.1915,0.0000,-21.2451,1.0039,,,-22.2489,1.3233,,,-23.5722,,,,,,,839.5279,-241.6543,0.2000,0.5025,1.4286,1.4000,0.0697,231.0478,231.0478,233.3583,233.3583,233.3583
-457.7500,0.5000,,59.3600,,,,11,1039.3000,-154.5545,2134.0000,-154.5545,-16.8210,232.2544,232.2544,-16.8210,-0.2079,-20.2137,0.0000,-20.2137,3.6006,-20.2137,1.1886,0.0000,-21.4023,1.0019,,,-22.4042,1.3202,,,-23.7245,,,,,,,838.2069,-243.8262,0.2000,0.5025,1.4286,1.4000,0.0695,231.2324,231.2324,233.5447,233.5447,233.5447
-458.2500,0.5000,,59.3800,,,,11,1039.5200,-154.5688,2134.0000,-154.5688,-16.8261,232.3036,232.3036,-16.8261,0.0278,-20.4535,0.0000,-20.4535,3.5996,-20.4535,1.1890,0.0000,-21.6425,1.0022,,,-22.6447,1.3207,,,-23.9654,,,,,,,838.3837,-246.5112,0.2000,0.5025,1.4286,1.4000,0.0686,231.1999,231.1999,233.5119,233.5119,233.5119
-458.7500,0.5000,,59.2400,,,,11,1036.6300,-154.3810,2134.0000,-154.3810,-16.7589,231.6577,231.6577,-16.7589,-0.3561,-20.0025,0.0000,-20.0025,3.5996,-20.0025,1.1841,0.0000,-21.1866,0.9989,,,-22.1855,1.3154,,,-23.5009,,,,,,,836.1165,-241.9721,0.2000,0.5025,1.4286,1.4000,0.0686,231.6266,231.6266,233.9429,233.9429,233.9429
-459.2500,0.5000,,59.0800,,,,11,1033.4200,-154.1723,2134.0000,-154.1723,-16.6844,230.9404,230.9404,-16.6844,-0.3069,-19.9776,0.0000,-19.9776,3.6001,-19.9776,1.1799,0.0000,-21.1575,0.9960,,,-22.1535,1.3109,,,-23.4644,,,,,,,834.1571,-242.2077,0.2000,0.5025,1.4286,1.4000,0.0691,232.1006,232.1006,234.4216,234.4216,234.4216
-459.7500,0.5000,,58.9400,,,,11,1031.7900,-154.0664,2134.0000,-154.0664,-16.6467,230.5761,230.5761,-16.6467,-0.2775,-19.9694,0.0000,-19.9694,3.6002,-19.9694,1.1760,0.0000,-21.1454,0.9935,,,-22.1389,1.3068,,,-23.4457,,,,,,,832.3820,-242.5858,0.2000,0.5025,1.4286,1.4000,0.0691,232.3413,232.3413,234.6647,234.6647,234.6647
-460.2500,0.5000,,58.8400,,,,11,1029.2300,-153.9000,2134.0000,-153.9000,-16.5874,230.0040,230.0040,-16.5874,-0.3281,-19.8592,0.0000,-19.8592,3.5998,-19.8592,1.1715,0.0000,-21.0306,0.9904,,,-22.0210,1.3020,,,-23.3230,,,,,,,830.2779,-241.8803,0.2000,0.5025,1.4286,1.4000,0.0687,232.7193,232.7193,235.0465,235.0465,235.0465
-460.7500,0.5000,,58.7400,,,,11,1027.5500,-153.7908,2134.0000,-153.7908,-16.5486,229.6286,229.6286,-16.5486,-0.2246,-19.9236,0.0000,-19.9236,3.5996,-19.9236,1.1684,0.0000,-21.0920,0.9883,,,-22.0803,1.2986,,,-23.3790,,,,,,,828.8343,-243.0087,0.2000,0.5025,1.4286,1.4000,0.0686,232.9674,232.9674,235.2970,235.2970,235.2970
-461.2500,0.5000,,58.5800,,,,11,1025.5100,-153.6582,2134.0000,-153.6582,-16.5015,229.1727,229.1727,-16.5015,-0.2222,-19.8785,0.0000,-19.8785,3.5992,-19.8785,1.1653,0.0000,-21.0439,0.9862,,,-22.0301,1.2954,,,-23.3254,,,,,,,827.4040,-242.8729,0.2000,0.5025,1.4286,1.4000,0.0681,233.2686,233.2686,235.6013,235.6013,235.6013
-461.7500,0.5000,,58.4600,,,,11,1023.0900,-153.5009,2134.0000,-153.5009,-16.4457,228.6319,228.6319,-16.4457,-0.3266,-19.7175,0.0000,-19.7175,3.5984,-19.7175,1.1608,0.0000,-20.8783,0.9832,,,-21.8615,1.2905,,,-23.1520,,,,,,,825.2967,-241.5778,0.2000,0.5025,1.4286,1.4000,0.0674,233.6259,233.6259,235.9622,235.9622,235.9622
-462.2500,0.5000,,58.3750,,,,11,1021.2800,-153.3832,2134.0000,-153.3832,-16.4041,228.2274,228.2274,-16.4041,-0.2361,-19.7667,0.0000,-19.7667,3.5988,-19.7667,1.1575,0.0000,-20.9243,0.9809,,,-21.9052,1.2870,,,-23.1923,,,,,,,823.7703,-242.5580,0.2000,0.5025,1.4286,1.4000,0.0677,233.8932,233.8932,236.2321,236.2321,236.2321
-462.7500,0.5000,,58.3400,,,,11,1020.7400,-153.3481,2134.0000,-153.3481,-16.3916,228.1068,228.1068,-16.3916,-0.0661,-19.9262,0.0000,-19.9262,3.6007,-19.9262,1.1566,0.0000,-21.0828,0.9803,,,-22.0631,1.2861,,,-23.3492,,,,,,,823.3421,-244.5229,0.2000,0.5025,1.4286,1.4000,0.0696,233.9729,233.9729,236.3127,236.3127,236.3127
-463.2500,0.5000,,58.2167,,,,11,1018.9800,-153.2337,2134.0000,-153.2337,-16.3512,227.7135,227.7135,-16.3512,-0.2024,-19.7494,0.0000,-19.7494,3.6007,-19.7494,1.1538,0.0000,-20.9032,0.9784,,,-21.8816,1.2831,,,-23.1647,,,,,,,822.0303,-242.8269,0.2000,0.5025,1.4286,1.4000,0.0696,234.2328,234.2328,236.5751,236.5751,236.5751
-463.7500,0.5000,,58.0600,,,,11,1014.5500,-152.9458,2134.0000,-152.9458,-16.2495,226.7235,226.7235,-16.2495,-0.4656,-19.3842,0.0000,-19.3842,3.6002,-19.3842,1.1473,0.0000,-20.5315,0.9740,,,-21.5056,1.2762,,,-22.7817,,,,,,,819.0054,-239.3897,0.2000,0.5025,1.4286,1.4000,0.0692,234.8869,234.8869,237.2358,237.2358,237.2358
-464.2500,0.5000,,57.6800,,,,11,1008.7800,-152.5707,2134.0000,-152.5707,-16.1174,225.4340,225.4340,-16.1174,-0.8095,-18.9081,0.0000,-18.9081,3.6002,-18.9081,1.1361,0.0000,-20.0442,0.9664,,,-21.0106,1.2641,,,-22.2747,,,,,,,813.7188,-235.2260,0.2000,0.5025,1.4286,1.4000,0.0691,235.7389,235.7389,238.0963,238.0963,238.0963
-464.7500,0.5000,,57.5200,,,,11,1008.5900,-61.4939,2134.0000,-152.5584,-6.4949,225.3916,225.3916,-16.1131,-0.0852,-10.0076,0.0000,-10.0076,3.5979,-10.0076,1.1349,0.0000,-11.1425,0.9656,,,-12.1081,1.2629,,,-13.3710,,,,,,,813.1601,-130.8516,0.2000,0.5025,1.4286,1.4000,0.0668,1878.9158,1878.9158,1897.7050,1897.7050,1897.7050
-465.2500,0.5000,,57.6400,,,,11,1012.0400,8.2344,2134.0000,-152.7826,0.8727,226.1626,226.1626,-16.1920,0.1202,-2.8437,0.0000,-2.8437,3.5962,-2.8437,1.1366,0.0000,-3.9803,0.9667,,,-4.9471,1.2647,,,-6.2117,,,,,,,813.9479,-46.6975,0.2000,0.5025,1.4286,1.4000,0.0651,3018.7935,3018.7935,3048.9814,3048.9814,3048.9814
-465.7500,0.5000,,57.7600,,,,11,1017.6100,90.9608,2134.0000,-153.1447,9.6931,227.4073,227.4073,-16.3197,0.2718,5.8255,0.0000,5.8255,3.5958,5.8255,1.1404,0.0000,4.6851,0.9693,,,3.7158,1.2687,,,2.4471,,,,,,,815.7262,54.8466,0.2000,0.5025,1.4286,1.4000,0.0647,4401.8074,4401.8074,4445.8254,4445.8254,4445.8254
-466.2500,0.5000,,57.9000,,,,11,1013.2300,76.2687,2134.0000,-152.8600,8.0925,226.4285,226.4285,-16.2192,0.4677,4.0297,0.0000,4.0297,3.5951,4.0297,1.1469,0.0000,2.8829,0.9737,,,1.9091,1.2756,,,0.6335,,,,,,,818.7770,33.6224,0.2000,0.5025,1.4286,1.4000,0.0640,4142.0860,4142.0860,4183.5069,4183.5069,4183.5069
-466.7500,0.5000,,58.1200,,,,11,1019.7900,53.7380,2134.0000,-153.2864,5.7388,227.8945,227.8945,-16.3698,0.2427,1.9009,0.0000,1.9009,3.5952,1.9009,1.1502,0.0000,0.7507,0.9760,,,-0.2253,1.2792,,,-1.5046,,,,,,,820.3560,8.7380,0.2000,0.5025,1.4286,1.4000,0.0641,3799.0077,3799.0077,3836.9978,3836.9978,3836.9978
-467.2500,0.5000,,58.0200,,,,11,1015.3900,56.6940,2134.0000,-153.0004,6.0283,226.9112,226.9112,-16.2687,0.1522,2.2799,0.0000,2.2799,3.5962,2.2799,1.1523,0.0000,1.1276,0.9774,,,0.1502,1.2815,,,-1.1313,,,,,,,821.3444,13.1098,0.2000,0.5025,1.4286,1.4000,0.0652,3829.2995,3829.2995,3867.5925,3867.5925,3867.5925
-467.7500,0.5000,,58.4800,,,,11,1026.4800,111.7937,2134.0000,-153.7212,12.0170,229.3895,229.3895,-16.5239,0.5473,7.8735,0.0000,7.8735,3.5962,7.8735,1.1599,0.0000,6.7136,0.9826,,,5.7310,1.2896,,,4.4414,,,,,,,824.8889,77.7197,0.2000,0.5025,1.4286,1.4000,0.0652,4781.1434,4781.1434,4828.9549,4828.9549,4828.9549
-468.2500,0.5000,,58.4750,,,,11,1026.2400,114.9336,2134.0000,-153.7056,12.3516,229.3359,229.3359,-16.5184,0.3481,8.4071,0.0000,8.4071,3.5965,8.4071,1.1647,0.0000,7.2423,0.9858,,,6.2565,1.2948,,,4.9618,,,,,,,827.1352,83.6129,0.2000,0.5025,1.4286,1.4000,0.0654,4831.7598,4831.7598,4880.0774,4880.0774,4880.0774
-468.7500,0.5000,,58.7833,,,,11,1030.8700,161.7169,2134.0000,-154.0066,17.4577,230.3705,230.3705,-16.6254,0.5345,13.3266,0.0000,13.3266,3.5967,13.3266,1.1721,0.0000,12.1545,0.9908,,,11.1636,1.3026,,,9.8610,,,,,,,830.5730,139.7429,0.2000,0.5025,1.4286,1.4000,0.0656,5620.0346,5620.0346,5676.2349,5676.2349,5676.2349
-469.2500,0.5000,,59.2800,,,,11,1041.2400,331.2235,2134.0000,-154.6806,36.1161,232.6879,232.6879,-16.8661,1.1816,31.3368,0.0000,31.3368,3.5977,31.3368,1.2487,0.0000,30.0881,1.0018,,,29.0863,1.3201,,,27.7663,,,,,,,838.1229,342.8144,0.2000,0.5025,1.4286,1.4000,0.0666,8508.5013,8508.5013,8593.5863,8593.5863,8593.5863
-469.7500,0.5000,,59.9200,,,,11,1051.3100,435.4697,2134.0000,-155.3352,47.9421,234.9383,234.9383,-17.1013,1.3694,42.9737,0.0000,42.9737,3.5990,42.9737,1.7140,0.0000,41.2597,1.0145,,,40.2452,1.6080,,,38.6372,,,,,,,846.7887,465.2886,0.2000,0.5025,1.4286,1.4000,0.0679,10376.9998,10376.9998,10480.7698,10480.7698,10480.7698
-470.2500,0.5000,,60.5000,,,,11,1062.0100,438.1095,2134.0000,-156.0307,48.7237,237.3295,237.3295,-17.3527,1.3706,43.7533,0.0000,43.7533,3.5998,43.7533,1.7451,0.0000,42.0082,1.0271,,,40.9811,1.6374,,,39.3437,,,,,,,855.3740,468.9748,0.2000,0.5025,1.4286,1.4000,0.0687,10519.0179,10519.0179,10624.2081,10624.2081,10624.2081
-470.7500,0.5000,,61.2400,,,,11,1075.1500,436.7940,2134.0000,-156.8848,49.1784,240.2659,240.2659,-17.6636,1.6789,43.8970,0.0000,43.8970,3.6025,43.8970,1.7507,0.0000,42.1463,1.0424,,,41.1039,1.6423,,,39.4616,,,,,,,865.7745,464.8640,0.2000,0.5025,1.4286,1.4000,0.0714,10598.4550,10598.4550,10704.4396,10704.4396,10704.4396
-471.2500,0.5000,,61.9600,,,,11,1088.1400,427.7642,2134.0000,-157.7291,48.7436,243.1688,243.1688,-17.9732,1.7316,43.4095,0.0000,43.4095,3.6025,43.4095,1.7311,0.0000,41.6783,1.0581,,,40.6203,1.6229,,,38.9974,,,,,,,876.3726,454.1435,0.2000,0.5025,1.4286,1.4000,0.0715,10538.4101,10538.4101,10643.7942,10643.7942,10643.7942
-471.7500,0.5000,,62.6000,,,,11,1097.5000,317.6918,2134.0000,-158.3375,36.5123,245.2605,245.2605,-18.1977,1.4920,31.4173,0.0000,31.4173,3.6030,31.4173,1.2928,0.0000,30.1244,1.0715,,,29.0530,1.4313,,,27.6216,,,,,,,885.4021,324.9001,0.2000,0.5025,1.4286,1.4000,0.0720,8730.8778,8730.8778,8818.1866,8818.1866,8818.1866
-472.2500,0.5000,,62.6000,,,,11,1027.7800,48.6635,2134.0000,-153.8057,5.2376,229.6800,229.6800,-16.5539,0.0796,1.5550,0.0000,1.5550,3.6031,1.5550,1.2939,0.0000,0.2611,1.0722,,,-0.8111,1.4325,,,-2.2436,,,,,,,885.8810,2.8142,0.2000,0.5025,1.4286,1.4000,0.0720,3748.8199,3748.8199,3786.3081,3786.3081,3786.3081
-472.7500,0.5000,,62.8000,,,,12,888.8100,-146.9965,1871.0357,-146.9965,-13.6818,174.1484,174.1484,-13.6818,-28.5806,11.2935,0.0000,11.2935,3.6053,11.2935,0.6620,0.0000,10.6315,1.0736,,,9.5579,1.4348,,,8.1230,,,,,,,886.8552,114.4757,0.2000,0.5025,1.4286,1.4000,0.0742,180.8804,180.8804,182.6892,182.6892,182.6892
-473.2500,0.5000,,63.1600,,,,12,862.2200,211.8238,1808.1503,-145.7999,19.1259,163.2605,163.2605,-13.1645,0.5333,14.9871,0.0000,14.9871,3.6055,14.9871,0.6671,0.0000,14.3200,1.0815,,,13.2385,1.4474,,,11.7911,,,,,,,892.0919,153.2868,0.2000,0.5025,1.4286,1.4000,0.0744,5154.7220,5154.7220,5206.2692,5206.2692,5206.2692
-473.7500,0.5000,,63.5750,,,,12,868.4900,374.1543,1822.9789,-146.0821,34.0286,165.7964,165.7964,-13.2859,0.7845,29.6378,0.0000,29.6378,3.6063,29.6378,0.6746,0.0000,28.9632,1.0929,,,27.8703,1.4659,,,26.4045,,,,,,,899.7405,307.3980,0.2000,0.5025,1.4286,1.4000,0.0752,7757.8690,7757.8690,7835.4477,7835.4477,7835.4477
-474.2500,0.5000,,64.1400,,,,12,874.9000,361.9593,1838.1385,-146.3705,33.1625,168.4090,168.4090,-13.4104,0.7690,28.7868,0.0000,28.7868,3.6067,28.7868,0.6818,0.0000,28.1049,1.1047,,,27.0002,1.4839,,,25.5163,,,,,,,907.1753,295.8441,0.2000,0.5025,1.4286,1.4000,0.0756,7611.8496,7611.8496,7687.9681,7687.9681,7687.9681
-474.7500,0.5000,,64.4800,,,,12,879.1100,284.5658,1848.0952,-146.5600,26.1972,170.1360,170.1360,-13.4923,0.4816,22.1105,0.0000,22.1105,3.6051,22.1105,0.6864,0.0000,21.4241,1.1121,,,20.3120,1.4952,,,18.8168,,,,,,,911.8006,224.3751,0.2000,0.5025,1.4286,1.4000,0.0740,6414.4191,6414.4191,6478.5632,6478.5632,6478.5632
-475.2500,0.5000,,64.8333,,,,12,883.4000,220.8775,1858.2410,-146.7530,20.4332,171.9048,171.9048,-13.5760,0.4278,16.4018,0.0000,16.4018,3.6036,16.4018,0.6904,0.0000,15.7114,1.1187,,,14.5928,1.5052,,,13.0876,,,,,,,915.8899,163.8113,0.2000,0.5025,1.4286,1.4000,0.0725,5435.1641,5435.1641,5489.5157,5489.5157,5489.5157
-475.7500,0.5000,,65.1000,,,,12,886.6600,141.7251,1865.9509,-146.8997,13.1593,173.2551,173.2551,-13.6398,0.4293,9.1269,0.0000,9.1269,3.6032,9.1269,0.6944,0.0000,8.4325,1.1252,,,7.3072,1.5152,,,5.7920,,,,,,,919.9745,87.5288,0.2000,0.5025,1.4286,1.4000,0.0721,4369.7226,4369.7226,4413.4199,4413.4199,4413.4199
-476.2500,0.5000,,65.4200,,,,12,890.0300,76.9620,1873.9210,-147.0514,7.1731,174.6564,174.6564,-13.7057,0.3670,3.2037,0.0000,3.2037,3.6025,3.2037,0.6978,0.0000,2.5058,1.1308,,,1.3750,1.5238,,,-0.1488,,,,,,,923.4525,25.9123,0.2000,0.5025,1.4286,1.4000,0.0714,3466.5098,3466.5098,3501.1749,3501.1749,3501.1749
-476.7500,0.5000,,65.5800,,,,12,887.5600,42.7230,1868.0794,-146.9402,3.9709,173.6288,173.6288,-13.6574,0.4225,-0.0544,0.0000,-0.0544,3.6028,-0.0544,0.7018,0.0000,-0.7562,1.1373,,,-1.8935,1.5336,,,-3.4270,,,,,,,927.4399,-7.7860,0.2000,0.5025,1.4286,1.4000,0.0718,2971.8313,2971.8313,3001.5496,3001.5496,3001.5496
-477.2500,0.5000,,65.8600,,,,12,896.4600,10.4017,1889.1279,-147.3407,0.9765,177.3458,177.3458,-13.8319,0.2665,-2.8956,0.0000,-2.8956,3.6055,-2.8956,0.7043,0.0000,-3.5998,1.1413,,,-4.7411,1.5398,,,-6.2809,,,,,,,929.9469,-36.9653,0.2000,0.5025,1.4286,1.4000,0.0744,2550.2116,2550.2116,2575.7137,2575.7137,2575.7137
-477.7500,0.5000,,66.0800,,,,12,899.3200,24.2305,1895.8918,-147.4694,2.2819,178.5486,178.5486,-13.8882,0.2811,-1.6047,0.0000,-1.6047,3.6055,-1.6047,0.7069,0.0000,-2.3116,1.1456,,,-3.4572,1.5463,,,-5.0035,,,,,,,932.5837,-23.6699,0.2000,0.5025,1.4286,1.4000,0.0745,2762.7622,2762.7622,2790.3898,2790.3898,2790.3898
-478.2500,0.5000,,66.0800,,,,12,901.2700,34.8966,1900.5036,-147.5572,3.2936,179.3710,179.3710,-13.9266,0.0191,-0.3321,0.0000,-0.3321,3.6065,-0.3321,0.7071,0.0000,-1.0391,1.1459,,,-2.1850,1.5468,,,-3.7318,,,,,,,932.7627,-10.6383,0.2000,0.5025,1.4286,1.4000,0.0755,2928.3462,2928.3462,2957.6296,2957.6296,2957.6296
-478.7500,0.5000,,66.3800,,,,12,907.1400,147.9022,1914.3861,-147.8213,14.0500,181.8580,181.8580,-14.0424,0.1961,10.2473,0.0000,10.2473,3.6067,10.2473,0.7089,0.0000,9.5384,1.1488,,,8.3896,1.5513,,,6.8383,,,,,,,934.5970,97.4593,0.2000,0.5025,1.4286,1.4000,0.0756,4572.0307,4572.0307,4617.7510,4617.7510,4617.7510
-479.2500,0.5000,,66.2200,,,,12,901.4600,131.4709,1900.9529,-147.5657,12.4109,179.4512,179.4512,-13.9303,0.0529,8.7499,0.0000,8.7499,3.6082,8.7499,0.7094,0.0000,8.0405,1.1496,,,6.8909,1.5525,,,5.3383,,,,,,,935.0912,82.1110,0.2000,0.5025,1.4286,1.4000,0.0771,4296.9244,4296.9244,4339.8937,4339.8937,4339.8937
-479.7500,0.5000,,66.2800,,,,12,902.0200,136.2503,1902.2773,-147.5909,12.8701,179.6878,179.6878,-13.9413,0.1033,9.1583,0.0000,9.1583,3.6085,9.1583,0.7103,0.0000,8.4480,1.1512,,,7.2968,1.5549,,,5.7418,,,,,,,936.0555,86.1832,0.2000,0.5025,1.4286,1.4000,0.0774,4368.7734,4368.7734,4412.4611,4412.4611,4412.4611
-480.2500,0.5000,,66.0600,,,,12,896.0000,64.8728,1888.0400,-147.3200,6.0869,177.1527,177.1527,-13.8229,-0.2946,2.7721,0.0000,2.7721,3.6094,2.7721,0.7076,0.0000,2.0645,1.1467,,,0.9178,1.5481,,,-0.6303,,,,,,,933.3028,21.1239,0.2000,0.5025,1.4286,1.4000,0.0783,3319.4755,3319.4755,3352.6702,3352.6702,3352.6702
-480.7500,0.5000,,66.0000,,,,12,893.4700,12.9548,1882.0566,-147.2062,1.2121,176.0927,176.0927,-13.7732,-0.2218,-2.1760,0.0000,-2.1760,3.6098,-2.1760,0.7055,0.0000,-2.8815,1.1434,,,-4.0249,1.5430,,,-5.5678,,,,,,,931.2252,-29.5485,0.2000,0.5025,1.4286,1.4000,0.0787,2574.2802,2574.2802,2600.0230,2600.0230,2600.0230
-481.2500,0.5000,,65.9750,,,,12,896.8300,1.7878,1890.0030,-147.3574,0.1679,177.5012,177.5012,-13.8392,-0.0407,-3.4027,0.0000,-3.4027,3.6113,-3.4027,0.7052,0.0000,-4.1078,1.1428,,,-5.2506,1.5420,,,-6.7926,,,,,,,930.8429,-42.1412,0.2000,0.5025,1.4286,1.4000,0.0802,2429.7623,2429.7623,2454.0600,2454.0600,2454.0600
-481.7500,0.5000,,65.8833,,,,12,896.3500,4.9138,1888.8678,-147.3358,0.4612,177.2996,177.2996,-13.8298,-0.0800,-3.0717,0.0000,-3.0717,3.6129,-3.0717,0.7044,0.0000,-3.7761,1.1416,,,-4.9177,1.5401,,,-6.4578,,,,,,,930.0923,-38.7696,0.2000,0.5025,1.4286,1.4000,0.0818,2472.0774,2472.0774,2496.7982,2496.7982,2496.7982
-482.2500,0.5000,,65.8750,,,,12,896.5612,15.7040,1889.3673,-147.3453,1.4744,177.3883,177.3883,-13.8339,-0.0581,-2.0796,0.0000,-2.0796,3.6122,-2.0796,0.7039,0.0000,-2.7835,1.1407,,,-3.9242,1.5388,,,-5.4630,,,,,,,929.5464,-28.5952,0.2000,0.5025,1.4286,1.4000,0.0811,2625.6816,2625.6816,2651.9384,2651.9384,2651.9384
-482.7500,0.5000,,65.8833,,,,12,897.7843,37.3243,1892.2599,-147.4003,3.5091,177.9022,177.9022,-13.8579,0.0471,-0.1491,0.0000,-0.1491,3.6111,-0.1491,0.7043,0.0000,-0.8534,1.1414,,,-1.9948,1.5399,,,-3.5347,,,,,,,929.9891,-8.7633,0.2000,0.5025,1.4286,1.4000,0.0800,2936.6892,2936.6892,2966.0561,2966.0561,2966.0561
-483.2500,0.5000,,65.9250,,,,12,895.8000,34.1041,1887.5670,-147.3110,3.1992,177.0688,177.0688,-13.8189,0.0824,-0.4945,0.0000,-0.4945,3.6113,-0.4945,0.7051,0.0000,-1.1996,1.1426,,,-2.3422,1.5418,,,-3.8840,,,,,,,930.7632,-12.3073,0.2000,0.5025,1.4286,1.4000,0.0802,2883.0890,2883.0890,2911.9199,2911.9199,2911.9199
-483.7500,0.5000,,65.9800,,,,12,899.2551,34.5015,1895.7383,-147.4665,3.2490,178.5212,178.5212,-13.8869,0.0642,-0.4268,0.0000,-0.4268,3.6116,-0.4268,0.7057,0.0000,-1.1325,1.1436,,,-2.2761,1.5433,,,-3.8194,,,,,,,931.3659,-11.6116,0.2000,0.5025,1.4286,1.4000,0.0805,2907.6784,2907.6784,2936.7552,2936.7552,2936.7552
-484.2500,0.5000,,66.0400,,,,12,898.4314,37.5577,1893.7902,-147.4294,3.5336,178.1744,178.1744,-13.8707,0.1476,-0.2253,0.0000,-0.2253,3.6112,-0.2253,0.7070,0.0000,-0.9323,1.1459,,,-2.0782,1.5467,,,-3.6249,,,,,,,932.7492,-9.5452,0.2000,0.5025,1.4286,1.4000,0.0802,2944.7808,2944.7808,2974.2286,2974.2286,2974.2286
-484.7500,0.5000,,66.1000,,,,12,903.1900,35.9297,1905.0444,-147.6436,3.3983,180.1826,180.1826,-13.9644,0.1666,-0.3768,0.0000,-0.3768,3.6085,-0.3768,0.7086,0.0000,-1.0854,1.1484,,,-2.2338,1.5506,,,-3.7844,,,,,,,934.3084,-11.0940,0.2000,0.5025,1.4286,1.4000,0.0774,2957.3372,2957.3372,2986.9105,2986.9105,2986.9105
-485.2500,0.5000,,66.3000,,,,12,905.7653,72.4419,1911.1349,-147.7594,6.8712,181.2741,181.2741,-14.0152,0.0807,3.1821,0.0000,3.1821,3.6085,3.1821,0.7093,0.0000,2.4727,1.1496,,,1.3231,1.5525,,,-0.2293,,,,,,,935.0621,25.2529,0.2000,0.5025,1.4286,1.4000,0.0774,3493.4908,3493.4908,3528.4257,3528.4257,3528.4257
-485.7500,0.5000,,66.2400,,,,12,903.4314,138.6935,1905.6152,-147.6544,13.1214,180.2848,180.2848,-13.9692,0.1473,9.3669,0.0000,9.3669,3.6072,9.3669,0.7107,0.0000,8.6562,1.1518,,,7.5044,1.5559,,,5.9485,,,,,,,936.4368,88.2714,0.2000,0.5025,1.4286,1.4000,0.0761,4413.9200,4413.9200,4458.0592,4458.0592,4458.0592
-486.2500,0.5000,,66.4200,,,,12,902.1200,107.6707,1902.5138,-147.5954,10.1716,179.7301,179.7301,-13.9433,0.1406,6.4238,0.0000,6.4238,3.6072,6.4238,0.7120,0.0000,5.7118,1.1540,,,4.5579,1.5591,,,2.9987,,,,,,,937.7473,58.1647,0.2000,0.5025,1.4286,1.4000,0.0761,3964.9348,3964.9348,4004.5841,4004.5841,4004.5841
-486.7500,0.5000,,66.2200,,,,12,897.1500,11.9549,1890.7598,-147.3718,1.1232,177.6356,177.6356,-13.8455,-0.2027,-2.2853,0.0000,-2.2853,3.6111,-2.2853,0.7101,0.0000,-2.9954,1.1509,,,-4.1463,1.5544,,,-5.7008,,,,,,,935.8575,-30.5648,0.2000,0.5025,1.4286,1.4000,0.0801,2574.9847,2574.9847,2600.7345,2600.7345,2600.7345
-487.2500,0.5000,,66.2167,,,,12,900.0100,5.2648,1897.5237,-147.5005,0.4962,178.8394,178.8394,-13.9017,-0.1064,-3.0095,0.0000,-3.0095,3.6122,-3.0095,0.7091,0.0000,-3.7187,1.1493,,,-4.8680,1.5520,,,-6.4199,,,,,,,934.8636,-37.9851,0.2000,0.5025,1.4286,1.4000,0.0811,2499.4365,2499.4365,2524.4308,2524.4308,2524.4308
-487.7500,0.5000,,66.2000,,,,12,900.6500,-10.1976,1899.0373,-147.5293,-0.9618,179.1093,179.1093,-13.9143,0.0005,-4.5773,0.0000,-4.5773,3.6150,-4.5773,0.7092,0.0000,-5.2864,1.1493,,,-6.4357,1.5520,,,-7.9877,,,,,,,934.8684,-53.9987,0.2000,0.5025,1.4286,1.4000,0.0839,2266.0789,2266.0789,2288.7397,2288.7397,2288.7397
-488.2500,0.5000,,66.1200,,,,12,899.5800,-17.0354,1896.5067,-147.4811,-1.6048,178.6581,178.6581,-13.8933,-0.1634,-5.0575,0.0000,-5.0575,3.6162,-5.0575,0.7076,0.0000,-5.7652,1.1468,,,-6.9120,1.5482,,,-8.4602,,,,,,,933.3403,-58.9853,0.2000,0.5025,1.4286,1.4000,0.0851,2158.2723,2158.2723,2179.8550,2179.8550,2179.8550
-488.7500,0.5000,,66.1000,,,,12,898.7700,-21.3724,1894.5911,-147.4447,-2.0115,178.3170,178.3170,-13.8773,-0.0579,-5.5711,0.0000,-5.5711,3.6175,-5.5711,0.7071,0.0000,-6.2782,1.1459,,,-7.4241,1.5468,,,-8.9710,,,,,,,932.7981,-64.2717,0.2000,0.5025,1.4286,1.4000,0.0864,2089.3469,2089.3469,2110.2403,2110.2403,2110.2403
-489.2500,0.5000,,66.0800,,,,12,899.0100,-10.6016,1895.1587,-147.4555,-0.9981,178.4180,178.4180,-13.8821,0.0032,-4.6194,0.0000,-4.6194,3.6181,-4.6194,0.7071,0.0000,-5.3265,1.1460,,,-6.4725,1.5469,,,-8.0194,,,,,,,932.8276,-54.5268,0.2000,0.5025,1.4286,1.4000,0.0870,2253.1524,2253.1524,2275.6839,2275.6839,2275.6839
-489.7500,0.5000,,66.1200,,,,12,899.3600,-46.1374,1895.9864,-147.4712,-4.3453,178.5654,178.5654,-13.8889,-0.0387,-7.9240,0.0000,-7.9240,3.6174,-7.9240,0.7068,0.0000,-8.6307,1.1454,,,-9.7761,1.5460,,,-11.3221,,,,,,,932.4654,-88.3864,0.2000,0.5025,1.4286,1.4000,0.0863,1717.4617,1717.4617,1734.6363,1734.6363,1734.6363
-490.2500,0.5000,,66.1200,,,,12,900.1200,-30.6008,1897.7838,-147.5054,-2.8844,178.8858,178.8858,-13.9039,0.1704,-6.6717,0.0000,-6.6717,3.6168,-6.6717,0.7083,0.0000,-7.3800,1.1480,,,-8.5280,1.5500,,,-10.0780,,,,,,,934.0605,-75.4490,0.2000,0.5025,1.4286,1.4000,0.0857,1955.4675,1955.4675,1975.0221,1975.0221,1975.0221
-490.7500,0.5000,,66.0400,,,,12,899.4100,-43.9024,1896.1047,-147.4735,-4.1350,178.5865,178.5865,-13.8899,-0.1181,-7.6328,0.0000,-7.6328,3.6158,-7.6328,0.7073,0.0000,-8.3400,1.1462,,,-9.4862,1.5472,,,-11.0335,,,,,,,932.9559,-85.3646,0.2000,0.5025,1.4286,1.4000,0.0848,1751.4537,1751.4537,1768.9682,1768.9682,1768.9682
-491.2500,0.5000,,66.0200,,,,12,898.3400,-8.4473,1893.5741,-147.4253,-0.7947,178.1360,178.1360,-13.8689,-0.0937,-4.3159,0.0000,-4.3159,3.6149,-4.3159,0.7064,0.0000,-5.0223,1.1448,,,-6.1670,1.5451,,,-7.7121,,,,,,,932.0784,-51.4539,0.2000,0.5025,1.4286,1.4000,0.0838,2282.9293,2282.9293,2305.7586,2305.7586,2305.7586
-491.7500,0.5000,,65.9800,,,,12,897.6000,-6.2639,1891.8240,-147.3920,-0.5888,177.8247,177.8247,-13.8543,-0.1011,-4.1028,0.0000,-4.1028,3.6152,-4.1028,0.7054,0.0000,-4.8083,1.1432,,,-5.9515,1.5427,,,-7.4942,,,,,,,931.1301,-49.3118,0.2000,0.5025,1.4286,1.4000,0.0841,2313.5637,2313.5637,2336.6994,2336.6994,2336.6994
-492.2500,0.5000,,65.9500,,,,12,896.8776,4.9118,1890.1154,-147.3595,0.4613,177.5211,177.5211,-13.8401,-0.0794,-3.0749,0.0000,-3.0749,3.6156,-3.0749,0.7047,0.0000,-3.7796,1.1420,,,-4.9216,1.5409,,,-6.4625,,,,,,,930.3851,-38.7932,0.2000,0.5025,1.4286,1.4000,0.0845,2474.1798,2474.1798,2498.9216,2498.9216,2498.9216
-492.7500,0.5000,,65.8167,,,,12,895.2941,5.3142,1886.3706,-147.2882,0.4982,176.8566,176.8566,-13.8090,-0.1831,-2.9343,0.0000,-2.9343,3.6156,-2.9343,0.7030,0.0000,-3.6373,1.1392,,,-4.7765,1.5366,,,-6.3131,,,,,,,928.6644,-37.4015,0.2000,0.5025,1.4286,1.4000,0.0846,2473.4823,2473.4823,2498.2172,2498.2172,2498.2172
-493.2500,0.5000,,65.8800,,,,12,896.0700,8.6079,1888.2056,-147.3232,0.8077,177.1821,177.1821,-13.8242,0.1106,-2.9185,0.0000,-2.9185,3.6156,-2.9185,0.7040,0.0000,-3.6225,1.1409,,,-4.7634,1.5392,,,-6.3026,,,,,,,929.7040,-37.2079,0.2000,0.5025,1.4286,1.4000,0.0845,2523.2418,2523.2418,2548.4742,2548.4742,2548.4742
-493.7500,0.5000,,65.7000,,,,12,892.8500,19.2507,1880.5903,-147.1783,1.7999,175.8334,175.8334,-13.7610,-0.3272,-1.4881,0.0000,-1.4881,3.6153,-1.4881,0.7010,0.0000,-2.1891,1.1360,,,-3.3251,1.5316,,,-4.8566,,,,,,,926.6247,-22.5598,0.2000,0.5025,1.4286,1.4000,0.0842,2660.9055,2660.9055,2687.5146,2687.5146,2687.5146
-494.2500,0.5000,,65.5200,,,,12,899.5900,34.2773,1896.5304,-147.4816,3.2291,178.6623,178.6623,-13.8935,-0.1414,-0.2438,0.0000,-0.2438,3.6143,-0.2438,0.6997,0.0000,-0.9434,1.1338,,,-2.0772,1.5283,,,-3.6055,,,,,,,925.2910,-9.7367,0.2000,0.5025,1.4286,1.4000,0.0832,2907.0098,2907.0098,2936.0799,2936.0799,2936.0799
-494.7500,0.5000,,65.6400,,,,12,891.2900,127.3008,1876.9009,-147.1081,11.8817,175.1818,175.1818,-13.7304,-0.0744,8.3423,0.0000,8.3423,3.6138,8.3423,0.6990,0.0000,7.6433,1.1327,,,6.5107,1.5266,,,4.9841,,,,,,,924.5887,78.9416,0.2000,0.5025,1.4286,1.4000,0.0827,4184.2195,4184.2195,4226.0616,4226.0616,4226.0616
-495.2500,0.5000,,65.3500,,,,12,889.8673,123.5715,1873.5363,-147.0440,11.5152,174.5886,174.5886,-13.7025,-0.1810,8.0851,0.0000,8.0851,3.6111,8.0851,0.6973,0.0000,7.3879,1.1299,,,6.2580,1.5223,,,4.7356,,,,,,,922.8769,76.4446,0.2000,0.5025,1.4286,1.4000,0.0800,4125.6818,4125.6818,4166.9386,4166.9386,4166.9386
-495.7500,0.5000,,65.5200,,,,12,891.3800,153.3229,1877.1137,-147.1121,14.3119,175.2194,175.2194,-13.7322,0.1579,10.5430,0.0000,10.5430,3.6111,10.5430,0.6987,0.0000,9.8442,1.1323,,,8.7119,1.5260,,,7.1859,,,,,,,924.3701,101.6969,0.2000,0.5025,1.4286,1.4000,0.0800,4552.9654,4552.9654,4598.4951,4598.4951,4598.4951
-496.2500,0.5000,,65.5200,,,,12,892.9200,193.9852,1880.7558,-147.1814,18.1388,175.8626,175.8626,-13.7624,0.1416,14.3908,0.0000,14.3908,3.6064,14.3908,0.7001,0.0000,13.6908,1.1345,,,12.5563,1.5293,,,11.0270,,,,,,,925.7076,141.2295,0.2000,0.5025,1.4286,1.4000,0.0753,5134.8207,5134.8207,5186.1689,5186.1689,5186.1689
-496.7500,0.5000,,65.7200,,,,12,895.3400,267.3561,1886.4791,-147.2903,25.0673,176.8759,176.8759,-13.8099,0.3249,21.1365,0.0000,21.1365,3.6059,21.1365,0.7031,0.0000,20.4334,1.1394,,,19.2939,1.5369,,,17.7571,,,,,,,928.7678,210.0893,0.2000,0.5025,1.4286,1.4000,0.0749,6261.6884,6261.6884,6324.3053,6324.3053,6324.3053
-497.2500,0.5000,,65.8600,,,,12,897.5300,270.5354,1891.6585,-147.3889,25.4274,177.7953,177.7953,-13.8529,0.1839,21.6375,0.0000,21.6375,3.6060,21.6375,0.7048,0.0000,20.9327,1.1422,,,19.7905,1.5411,,,18.2493,,,,,,,930.4960,214.8233,0.2000,0.5025,1.4286,1.4000,0.0749,6328.4203,6328.4203,6391.7045,6391.7045,6391.7045
-497.7500,0.5000,,66.1000,,,,12,900.1200,265.8704,1897.7838,-147.5054,25.0610,178.8858,178.8858,-13.9039,0.3315,21.1236,0.0000,21.1236,3.6059,21.1236,0.7079,0.0000,20.4157,1.1472,,,19.2685,1.5488,,,17.7196,,,,,,,933.6026,208.8208,0.2000,0.5025,1.4286,1.4000,0.0749,6277.9017,6277.9017,6340.6807,6340.6807,6340.6807
-498.2500,0.5000,,66.2400,,,,12,903.0300,262.6204,1904.6660,-147.6364,24.8347,180.1149,180.1149,-13.9612,0.3157,20.9134,0.0000,20.9134,3.6056,20.9134,0.7108,0.0000,20.2026,1.1520,,,19.0506,1.5562,,,17.4944,,,,,,,936.5511,205.9906,0.2000,0.5025,1.4286,1.4000,0.0746,6253.3213,6253.3213,6315.8545,6315.8545,6315.8545
-498.7500,0.5000,,66.5600,,,,12,906.3800,268.4377,1912.5887,-147.7871,25.4790,181.5351,181.5351,-14.0273,0.3259,21.5476,0.0000,21.5476,3.6055,21.5476,0.7138,0.0000,20.8337,1.1569,,,19.6768,1.5637,,,18.1131,,,,,,,939.5860,211.7394,0.2000,0.5025,1.4286,1.4000,0.0744,6376.7764,6376.7764,6440.5442,6440.5442,6440.5442
-499.2500,0.5000,,66.7400,,,,12,908.3800,237.0814,1917.3187,-147.8771,22.5524,182.3856,182.3856,-14.0669,0.3292,18.6187,0.0000,18.6187,3.6045,18.6187,0.7169,0.0000,17.9018,1.1619,,,16.7399,1.5713,,,15.1685,,,,,,,942.6416,181.3516,0.2000,0.5025,1.4286,1.4000,0.0735,5897.5370,5897.5370,5956.5124,5956.5124,5956.5124
-499.7500,0.5000,,66.7000,,,,12,908.4700,110.0241,1917.5316,-147.8812,10.4671,182.4239,182.4239,-14.0686,-0.0061,6.8702,0.0000,6.8702,3.6030,6.8702,0.7168,0.0000,6.1534,1.1618,,,4.9915,1.5712,,,3.4203,,,,,,,942.5851,62.3395,0.2000,0.5025,1.4286,1.4000,0.0719,4045.7599,4045.7599,4086.2175,4086.2175,4086.2175
-500.2500,0.5000,,66.7000,,,,12,900.5100,44.6875,1898.7062,-147.5230,4.2141,179.0502,179.0502,-13.9116,-0.0934,0.7043,0.0000,0.7043,3.6032,0.7043,0.7160,0.0000,-0.0116,1.1604,,,-1.1721,1.5690,,,-2.7411,,,,,,,941.7189,-0.1181,0.2000,0.5025,1.4286,1.4000,0.0721,3061.2658,3061.2658,3091.8784,3091.8784,3091.8784
-500.7500,0.5000,,66.6400,,,,12,905.3400,7.4238,1910.1291,-147.7403,0.7038,181.0936,181.0936,-14.0068,-0.1897,-2.7107,0.0000,-2.7107,3.6043,-2.7107,0.7142,0.0000,-3.4249,1.1575,,,-4.5825,1.5646,,,-6.1471,,,,,,,939.9575,-34.7948,0.2000,0.5025,1.4286,1.4000,0.0732,2561.7568,2561.7568,2587.3744,2587.3744,2587.3744
-501.2500,0.5000,,66.5200,,,,12,905.5700,-11.9150,1910.6731,-147.7507,-1.1299,181.1912,181.1912,-14.0114,-0.0709,-4.6633,0.0000,-4.6633,3.6043,-4.6633,0.7136,0.0000,-5.3768,1.1565,,,-6.5333,1.5630,,,-8.0963,,,,,,,939.2983,-54.6630,0.2000,0.5025,1.4286,1.4000,0.0732,2260.5790,2260.5790,2283.1847,2283.1847,2283.1847
-501.7500,0.5000,,66.5400,,,,12,903.2200,-16.6035,1905.1153,-147.6449,-1.5704,180.1953,180.1953,-13.9650,-0.2102,-4.9645,0.0000,-4.9645,3.6043,-4.9645,0.7116,0.0000,-5.6761,1.1533,,,-6.8294,1.5581,,,-8.3876,,,,,,,937.3418,-57.8265,0.2000,0.5025,1.4286,1.4000,0.0732,2179.9371,2179.9371,2201.7364,2201.7364,2201.7364
-502.2500,0.5000,,66.1600,,,,12,898.3000,-19.5846,1893.4795,-147.4235,-1.8423,178.1192,178.1192,-13.8681,-0.5443,-4.9023,0.0000,-4.9023,3.6043,-4.9023,0.7066,0.0000,-5.6089,1.1451,,,-6.7539,1.5455,,,-8.2994,,,,,,,932.2561,-57.4528,0.2000,0.5025,1.4286,1.4000,0.0732,2114.4158,2114.4158,2135.5599,2135.5599,2135.5599
-502.7500,0.5000,,65.8600,,,,12,895.1800,-21.8688,1886.1007,-147.2831,-2.0500,176.8088,176.8088,-13.8068,-0.3846,-5.2697,0.0000,-5.2697,3.6042,-5.2697,0.7030,0.0000,-5.9727,1.1392,,,-7.1119,1.5366,,,-8.6485,,,,,,,928.6459,-61.4174,0.2000,0.5025,1.4286,1.4000,0.0732,2076.1926,2076.1926,2096.9546,2096.9546,2096.9546
-503.2500,0.5000,,65.6800,,,,12,895.0400,9.5209,1885.7696,-147.2768,0.8924,176.7501,176.7501,-13.8040,-0.0782,-2.6337,0.0000,-2.6337,3.6042,-2.6337,0.7022,0.0000,-3.3359,1.1380,,,-4.4739,1.5348,,,-6.0087,,,,,,,927.9101,-34.3305,0.2000,0.5025,1.4286,1.4000,0.0732,2532.0084,2532.0084,2557.3285,2557.3285,2557.3285
-503.7500,0.5000,,65.7200,,,,12,900.1500,67.7946,1897.8548,-147.5068,6.3906,178.8984,178.8984,-13.9045,-0.1876,2.9739,0.0000,2.9739,3.6043,2.9739,0.7005,0.0000,2.2734,1.1352,,,1.1383,1.5304,,,-0.3921,,,,,,,926.1421,23.4409,0.2000,0.5025,1.4286,1.4000,0.0732,3385.6878,3385.6878,3419.5446,3419.5446,3419.5446
-504.2500,0.5000,,65.7200,,,,12,893.0800,147.9710,1881.1342,-147.1886,13.8387,175.9295,175.9295,-13.7655,-0.0137,10.2481,0.0000,10.2481,3.6043,10.2481,0.7004,0.0000,9.5477,1.1350,,,8.4128,1.5301,,,6.8827,,,,,,,926.0133,98.4587,0.2000,0.5025,1.4286,1.4000,0.0732,4484.0656,4484.0656,4528.9063,4528.9063,4528.9063
-504.7500,0.5000,,65.5800,,,,12,892.0200,154.3976,1878.6273,-147.1409,14.4226,175.4866,175.4866,-13.7447,-0.0800,10.8987,0.0000,10.8987,3.6039,10.8987,0.6996,0.0000,10.1991,1.1337,,,9.0654,1.5282,,,7.5372,,,,,,,925.2582,105.2619,0.2000,0.5025,1.4286,1.4000,0.0728,4570.7644,4570.7644,4616.4721,4616.4721,4616.4721
-505.2500,0.5000,,65.5400,,,,12,891.6400,153.8148,1877.7286,-147.1238,14.3620,175.3279,175.3279,-13.7373,-0.0442,10.8033,0.0000,10.8033,3.6030,10.8033,0.6992,0.0000,10.1040,1.1331,,,8.9710,1.5272,,,7.4438,,,,,,,924.8407,104.3277,0.2000,0.5025,1.4286,1.4000,0.0719,4560.9798,4560.9798,4606.5896,4606.5896,4606.5896
-505.7500,0.5000,,65.4200,,,,12,890.1100,137.7544,1874.1102,-147.0550,12.8404,174.6897,174.6897,-13.7073,-0.1393,9.3766,0.0000,9.3766,3.6030,9.3766,0.6979,0.0000,8.6787,1.1310,,,7.5477,1.5239,,,6.0238,,,,,,,923.5245,89.7380,0.2000,0.5025,1.4286,1.4000,0.0720,4327.4414,4327.4414,4370.7159,4370.7159,4370.7159
-506.2500,0.5000,,65.4000,,,,12,889.8300,123.2120,1873.4480,-147.0424,11.4812,174.5731,174.5731,-13.7018,-0.0346,7.9127,0.0000,7.9127,3.6031,7.9127,0.6976,0.0000,7.2151,1.1304,,,6.0847,1.5231,,,4.5616,,,,,,,923.1974,74.6314,0.2000,0.5025,1.4286,1.4000,0.0720,4120.4408,4120.4408,4161.6452,4161.6452,4161.6452
-506.7500,0.5000,,65.4000,,,,12,889.4500,127.9622,1872.5493,-147.0253,11.9188,174.4148,174.4148,-13.6944,-0.0519,8.3677,0.0000,8.3677,3.6030,8.3677,0.6971,0.0000,7.6706,1.1296,,,6.5409,1.5219,,,5.0190,,,,,,,922.7059,79.3846,0.2000,0.5025,1.4286,1.4000,0.0720,4186.1533,4186.1533,4228.0148,4228.0148,4228.0148
-507.2500,0.5000,,65.5200,,,,12,892.1900,226.0711,1879.0294,-147.1486,21.1218,175.5576,175.5576,-13.7481,0.2797,17.2397,0.0000,17.2397,3.6025,17.2397,0.6997,0.0000,16.5399,1.1339,,,15.4060,1.5284,,,13.8776,,,,,,,925.3496,170.6866,0.2000,0.5025,1.4286,1.4000,0.0714,5582.8713,5582.8713,5638.7000,5638.7000,5638.7000
-507.7500,0.5000,,65.5800,,,,12,893.2500,266.4818,1881.5363,-147.1963,24.9270,176.0006,176.0006,-13.7689,0.0965,21.2280,0.0000,21.2280,3.6024,21.2280,0.7006,0.0000,20.5274,1.1354,,,19.3920,1.5307,,,17.8613,,,,,,,926.2604,211.6271,0.2000,0.5025,1.4286,1.4000,0.0714,6232.2932,6232.2932,6294.6161,6294.6161,6294.6161
-508.2500,0.5000,,65.7200,,,,12,894.8600,275.3568,1885.3439,-147.2687,25.8036,176.6747,176.6747,-13.8005,0.2462,21.9530,0.0000,21.9530,3.6044,21.9530,0.7029,0.0000,21.2501,1.1391,,,20.1110,1.5364,,,18.5746,,,,,,,928.5788,218.5313,0.2000,0.5025,1.4286,1.4000,0.0733,6385.1421,6385.1421,6448.9935,6448.9935,6448.9935
-508.7500,0.5000,,65.8200,,,,12,896.5200,273.8657,1889.2698,-147.3434,25.7114,177.3710,177.3710,-13.8331,0.1089,21.9977,0.0000,21.9977,3.6048,21.9977,0.7039,0.0000,21.2938,1.1408,,,20.1530,1.5389,,,18.6141,,,,,,,929.6026,218.7393,0.2000,0.5025,1.4286,1.4000,0.0737,6373.7933,6373.7933,6437.5312,6437.5312,6437.5312
-509.2500,0.5000,,65.9000,,,,12,897.0300,223.3470,1890.4760,-147.3664,20.9805,177.5852,177.5852,-13.8431,0.0718,17.3035,0.0000,17.3035,3.6052,17.3035,0.7046,0.0000,16.5989,1.1419,,,15.4571,1.5406,,,13.9165,,,,,,,930.2769,170.3879,0.2000,0.5025,1.4286,1.4000,0.0741,5575.5547,5575.5547,5631.3102,5631.3102,5631.3102
-509.7500,0.5000,,65.9600,,,,12,897.7400,162.5377,1892.1551,-147.3983,15.2803,177.8836,177.8836,-13.8571,0.1384,11.5365,0.0000,11.5365,3.6055,11.5365,0.7059,0.0000,10.8306,1.1440,,,9.6866,1.5438,,,8.1428,,,,,,,931.5752,111.0211,0.2000,0.5025,1.4286,1.4000,0.0744,4709.0960,4709.0960,4756.1870,4756.1870,4756.1870
-510.2500,0.5000,,65.8600,,,,12,895.5600,132.6156,1886.9994,-147.3002,12.4371,176.9681,176.9681,-13.8142,-0.2330,9.0653,0.0000,9.0653,3.6048,9.0653,0.7037,0.0000,8.3616,1.1404,,,7.2212,1.5384,,,5.6827,,,,,,,929.3877,85.9137,0.2000,0.5025,1.4286,1.4000,0.0737,4276.7014,4276.7014,4319.4684,4319.4684,4319.4684
-510.7500,0.5000,,65.7400,,,,12,895.2400,148.0642,1886.2426,-147.2858,13.8809,176.8339,176.8339,-13.8079,-0.0890,10.3663,0.0000,10.3663,3.6036,10.3663,0.7029,0.0000,9.6634,1.1391,,,8.5243,1.5363,,,6.9880,,,,,,,928.5514,99.3790,0.2000,0.5025,1.4286,1.4000,0.0725,4494.1074,4494.1074,4539.0485,4539.0485,4539.0485
-511.2500,0.5000,,65.7800,,,,12,895.7000,159.7452,1887.3305,-147.3065,14.9837,177.0269,177.0269,-13.8170,0.0295,11.3503,0.0000,11.3503,3.6039,11.3503,0.7032,0.0000,10.6472,1.1395,,,9.5077,1.5370,,,7.9706,,,,,,,928.8286,109.4637,0.2000,0.5025,1.4286,1.4000,0.0728,4661.3267,4661.3267,4707.9400,4707.9400,4707.9400
-511.7500,0.5000,,65.8400,,,,12,895.7200,164.8675,1887.3778,-147.3074,15.4645,177.0352,177.0352,-13.8174,0.0582,11.8016,0.0000,11.8016,3.6048,11.8016,0.7037,0.0000,11.0979,1.1404,,,9.9575,1.5384,,,8.4191,,,,,,,929.3756,114.0301,0.2000,0.5025,1.4286,1.4000,0.0737,4733.9224,4733.9224,4781.2616,4781.2616,4781.2616
-512.2500,0.5000,,65.7800,,,,12,895.2700,150.4670,1886.3136,-147.2872,14.1066,176.8465,176.8465,-13.8085,-0.0545,10.5564,0.0000,10.5564,3.6048,10.5564,0.7032,0.0000,9.8532,1.1396,,,8.7137,1.5371,,,7.1766,,,,,,,928.8629,101.2974,0.2000,0.5025,1.4286,1.4000,0.0737,4528.2434,4528.2434,4573.5258,4573.5258,4573.5258
-512.7500,0.5000,,65.6800,,,,12,892.8039,113.8084,1880.4813,-147.1762,10.6404,175.8141,175.8141,-13.7601,-0.3046,7.3390,0.0000,7.3390,3.6060,7.3390,0.7004,0.0000,6.6387,1.1349,,,5.5038,1.5300,,,3.9737,,,,,,,925.9942,68.4614,0.2000,0.5025,1.4286,1.4000,0.0749,3999.3269,3999.3269,4039.3202,4039.3202,4039.3202
-513.2500,0.5000,,65.5400,,,,12,889.8776,94.8005,1873.5604,-147.0445,8.8342,174.5929,174.5929,-13.7027,-0.1543,5.3826,0.0000,5.3826,3.6059,5.3826,0.6989,0.0000,4.6837,1.1326,,,3.5511,1.5264,,,2.0246,,,,,,,924.5380,48.3761,0.2000,0.5025,1.4286,1.4000,0.0749,3718.4257,3718.4257,3755.6100,3755.6100,3755.6100
-513.7500,0.5000,,65.2400,,,,12,886.0300,45.8582,1864.4610,-146.8714,4.2549,172.9937,172.9937,-13.6274,-0.3198,0.9697,0.0000,0.9697,3.6050,0.9697,0.6959,0.0000,0.2738,1.1277,,,-0.8539,1.5190,,,-2.3729,,,,,,,921.5117,2.8373,0.2000,0.5025,1.4286,1.4000,0.0740,3010.0359,3010.0359,3040.1362,3040.1362,3040.1362
-514.2500,0.5000,,65.1400,,,,12,880.8500,38.3508,1852.2103,-146.6383,3.5376,170.8523,170.8523,-13.5263,-0.2743,0.2070,0.0000,0.2070,3.6048,0.2070,0.6934,0.0000,-0.4863,1.1235,,,-1.6099,1.5126,,,-3.1224,,,,,,,918.9080,-5.0540,0.2000,0.5025,1.4286,1.4000,0.0738,2882.8402,2882.8402,2911.6686,2911.6686,2911.6686
-514.7500,0.5000,,64.9600,,,,12,881.4800,12.5555,1853.7002,-146.6666,1.1590,171.1120,171.1120,-13.5386,-0.3685,-2.0764,0.0000,-2.0764,3.6039,-2.0764,0.6899,0.0000,-2.7663,1.1179,,,-3.8842,1.5040,,,-5.3882,,,,,,,915.3983,-28.8579,0.2000,0.5025,1.4286,1.4000,0.0729,2520.2131,2520.2131,2545.4153,2545.4153,2545.4153
-515.2500,0.5000,,64.7600,,,,12,878.4800,-29.0966,1846.6052,-146.5316,-2.6767,169.8770,169.8770,-13.4801,-0.2702,-6.0102,0.0000,-6.0102,3.6036,-6.0102,0.6874,0.0000,-6.6975,1.1137,,,-7.8113,1.4977,,,-9.3089,,,,,,,912.8167,-70.0652,0.2000,0.5025,1.4286,1.4000,0.0725,1956.6333,1956.6333,1976.1996,1976.1996,1976.1996
-515.7500,0.5000,,64.3000,,,,12,872.9100,-102.5958,1833.4322,-146.2810,-9.3784,167.5957,167.5957,-13.3717,-0.6629,-12.3185,0.0000,-12.3185,3.6030,-12.3185,0.6811,0.0000,-12.9996,1.1036,,,-14.1031,1.4822,,,-15.5853,,,,,,,906.4511,-136.9483,0.2000,0.5025,1.4286,1.4000,0.0719,842.2092,842.2092,850.6313,850.6313,850.6313
-516.2500,0.5000,,64.0000,,,,12,870.4200,-101.7632,1827.5433,-146.1689,-9.2757,166.5809,166.5809,-13.3233,-0.3822,-12.4960,0.0000,-12.4960,3.6024,-12.4960,0.6775,0.0000,-13.1735,1.0977,,,-14.2712,1.4732,,,-15.7443,,,,,,,902.7607,-139.3476,0.2000,0.5025,1.4286,1.4000,0.0714,853.2584,853.2584,861.7910,861.7910,861.7910
-516.7500,0.5000,,63.8400,,,,12,866.2900,-113.2879,1817.7759,-145.9831,-10.2772,164.9044,164.9044,-13.2432,-0.3446,-13.5348,0.0000,-13.5348,3.6022,-13.5348,0.6742,0.0000,-14.2091,1.0924,,,-15.3015,1.4651,,,-16.7666,,,,,,,899.4203,-150.8602,0.2000,0.5025,1.4286,1.4000,0.0711,676.5057,676.5057,683.2708,683.2708,683.2708
-517.2500,0.5000,,63.4400,,,,12,861.5500,-104.8637,1806.5658,-145.7698,-9.4609,162.9907,162.9907,-13.1515,-0.5401,-12.5221,0.0000,-12.5221,3.6013,-12.5221,0.6691,0.0000,-13.1913,1.0845,,,-14.2758,1.4524,,,-15.7282,,,,,,,894.1598,-140.8777,0.2000,0.5025,1.4286,1.4000,0.0702,800.9171,800.9171,808.9263,808.9263,808.9263
-517.7500,0.5000,,63.2000,,,,12,858.9000,-107.8466,1800.2985,-145.6505,-9.7001,161.9257,161.9257,-13.1004,-0.2931,-13.0083,0.0000,-13.0083,3.6012,-13.0083,0.6663,0.0000,-13.6746,1.0803,,,-14.7549,1.4455,,,-16.2004,,,,,,,891.2922,-146.5097,0.2000,0.5025,1.4286,1.4000,0.0702,754.1930,754.1930,761.7349,761.7349,761.7349
-518.2500,0.5000,,62.8600,,,,12,854.1700,-126.4653,1789.1121,-145.4377,-11.3121,160.0333,160.0333,-13.0092,-0.4688,-14.4457,0.0000,-14.4457,3.6024,-14.4457,0.6619,0.0000,-15.1076,1.0734,,,-16.1810,1.4344,,,-17.6154,,,,,,,886.6860,-162.7035,0.2000,0.5025,1.4286,1.4000,0.0714,469.8409,469.8409,474.5393,474.5393,474.5393
-518.7500,0.5000,,62.7800,,,,12,853.6800,-98.2869,1787.9532,-145.4156,-8.7866,159.8379,159.8379,-12.9997,-0.1277,-12.2613,0.0000,-12.2613,3.6024,-12.2613,0.6606,0.0000,-12.9219,1.0715,,,-13.9934,1.4314,,,-15.4248,,,,,,,885.4267,-139.3624,0.2000,0.5025,1.4286,1.4000,0.0714,895.4727,895.4727,904.4274,904.4274,904.4274
-519.2500,0.5000,,62.7400,,,,12,853.4600,-55.1072,1787.4329,-145.4057,-4.9252,159.7502,159.7502,-12.9955,0.0081,-8.5345,0.0000,-8.5345,3.6012,-8.5345,0.6607,0.0000,-9.1952,1.0716,,,-10.2668,1.4316,,,-11.6984,,,,,,,885.5070,-99.1610,0.2000,0.5025,1.4286,1.4000,0.0701,1548.0239,1548.0239,1563.5042,1563.5042,1563.5042
-519.7500,0.5000,,62.6200,,,,12,849.3700,-43.4381,1777.7601,-145.2217,-3.8636,158.1243,158.1243,-12.9169,-0.3751,-7.0893,0.0000,-7.0893,3.6008,-7.0893,0.6571,0.0000,-7.7464,1.0661,,,-8.8126,1.4227,,,-10.2353,,,,,,,881.7993,-83.8887,0.2000,0.5025,1.4286,1.4000,0.0697,1700.5913,1700.5913,1717.5973,1717.5973,1717.5973
-520.2500,0.5000,,62.2800,,,,12,846.6500,-12.4928,1771.3273,-145.0993,-1.1076,157.0476,157.0476,-12.8646,-0.3470,-4.3596,0.0000,-4.3596,3.5990,-4.3596,0.6538,0.0000,-5.0134,1.0610,,,-6.0745,1.4145,,,-7.4890,,,,,,,878.3557,-54.5051,0.2000,0.5025,1.4286,1.4000,0.0679,2054.5144,2054.5144,2075.0596,2075.0596,2075.0596
-520.7500,0.5000,,62.1000,,,,12,851.1700,47.4635,1782.0171,-145.3027,4.2306,158.8389,158.8389,-12.9515,-0.2523,0.8856,0.0000,0.8856,3.5973,0.8856,0.6514,0.0000,0.2343,1.0573,,,-0.8230,1.4085,,,-2.2315,,,,,,,875.8435,2.5541,0.2000,0.5025,1.4286,1.4000,0.0662,2891.9992,2891.9992,2920.9192,2920.9192,2920.9192
-521.2500,0.5000,,61.8800,,,,12,838.1700,61.7346,1751.2721,-144.7177,5.4186,153.7143,153.7143,-12.7023,-0.3366,2.1580,0.0000,2.1580,3.5973,2.1580,0.6481,0.0000,1.5098,1.0523,,,0.4575,1.4005,,,-0.9430,,,,,,,872.4799,16.5252,0.2000,0.5025,1.4286,1.4000,0.0662,3041.5346,3041.5346,3071.9499,3071.9499,3071.9499
-521.7500,0.5000,,61.8000,,,,12,843.4800,80.7160,1763.8302,-144.9566,7.1296,155.7974,155.7974,-12.8039,-0.0495,3.5818,0.0000,3.5818,3.5973,3.5818,0.6477,0.0000,2.9341,1.0516,,,1.8826,1.3994,,,0.4832,,,,,,,871.9843,32.1322,0.2000,0.5025,1.4286,1.4000,0.0662,3331.6874,3331.6874,3365.0043,3365.0043,3365.0043
-522.2500,0.5000,,61.7400,,,,12,839.4500,113.7944,1754.2993,-144.7753,10.0033,154.2152,154.2152,-12.7268,-0.1195,6.5256,0.0000,6.5256,3.5973,6.5256,0.6465,0.0000,5.8790,1.0498,,,4.8292,1.3965,,,3.4327,,,,,,,870.7863,64.4713,0.2000,0.5025,1.4286,1.4000,0.0662,3783.6891,3783.6891,3821.5260,3821.5260,3821.5260
-522.7500,0.5000,,61.6800,,,,12,839.5100,123.8718,1754.4412,-144.7780,10.8900,154.2387,154.2387,-12.7279,0.0226,7.2715,0.0000,7.2715,3.5958,7.2715,0.6467,0.0000,6.6248,1.0501,,,5.5747,1.3971,,,4.1776,,,,,,,871.0129,72.6308,0.2000,0.5025,1.4286,1.4000,0.0648,3926.5916,3926.5916,3965.8575,3965.8575,3965.8575
-523.2500,0.5000,,61.7600,,,,12,840.5100,127.9881,1756.8062,-144.8230,11.2653,154.6306,154.6306,-12.7470,0.1344,7.5353,0.0000,7.5353,3.5956,7.5353,0.6480,0.0000,6.8872,1.0521,,,5.8351,1.4002,,,4.4349,,,,,,,872.3595,75.3913,0.2000,0.5025,1.4286,1.4000,0.0645,3988.9025,3988.9025,4028.7916,4028.7916,4028.7916
-523.7500,0.5000,,61.8600,,,,12,842.0500,131.6270,1760.4483,-144.8923,11.6068,155.2350,155.2350,-12.7765,0.1062,7.9052,0.0000,7.9052,3.5953,7.9052,0.6491,0.0000,7.2562,1.0537,,,6.2025,1.4028,,,4.7997,,,,,,,873.4224,79.3332,0.2000,0.5025,1.4286,1.4000,0.0643,4046.6348,4046.6348,4087.1012,4087.1012,4087.1012
-524.2500,0.5000,,61.8600,,,,12,841.5800,126.6751,1759.3367,-144.8711,11.1639,155.0504,155.0504,-12.7675,-0.0190,7.5877,0.0000,7.5877,3.5951,7.5877,0.6489,0.0000,6.9389,1.0534,,,5.8854,1.4023,,,4.4831,,,,,,,873.2328,75.8804,0.2000,0.5025,1.4286,1.4000,0.0640,3974.6361,3974.6361,4014.3825,4014.3825,4014.3825
-524.7500,0.5000,,61.7400,,,,12,841.5900,117.0174,1759.3604,-144.8716,10.3129,155.0544,155.0544,-12.7677,-0.0252,6.7432,0.0000,6.7432,3.5948,6.7432,0.6486,0.0000,6.0946,1.0530,,,5.0416,1.4017,,,3.6399,,,,,,,872.9809,66.6674,0.2000,0.5025,1.4286,1.4000,0.0637,3837.9574,3837.9574,3876.3369,3876.3369,3876.3369
-525.2500,0.5000,,61.9600,,,,12,842.9300,140.5742,1762.5295,-144.9319,12.4087,155.5810,155.5810,-12.7933,0.1653,8.6494,0.0000,8.6494,3.5940,8.6494,0.6502,0.0000,7.9992,1.0555,,,6.9437,1.4056,,,5.5381,,,,,,,874.6331,87.3360,0.2000,0.5025,1.4286,1.4000,0.0629,4168.4773,4168.4773,4210.1621,4210.1621,4210.1621
-525.7500,0.5000,,61.9400,,,,12,843.3000,85.6763,1763.4045,-144.9485,7.5661,155.7266,155.7266,-12.8004,0.0108,3.9613,0.0000,3.9613,3.5940,3.9613,0.6503,0.0000,3.3110,1.0556,,,2.2553,1.4059,,,0.8494,,,,,,,874.7413,36.1448,0.2000,0.5025,1.4286,1.4000,0.0629,3401.1810,3401.1810,3435.1928,3435.1928,3435.1928
-526.2500,0.5000,,61.9400,,,,12,839.5500,59.8023,1754.5358,-144.7798,5.2577,154.2543,154.2543,-12.7287,0.0201,1.6452,0.0000,1.6452,3.5923,1.6452,0.6505,0.0000,0.9947,1.0559,,,-0.0612,1.4064,,,-1.4676,,,,,,,874.9419,10.8565,0.2000,0.5025,1.4286,1.4000,0.0613,3019.7526,3019.7526,3049.9501,3049.9501,3049.9501
-526.7500,0.5000,,61.9200,,,,12,842.1100,41.2469,1760.5902,-144.8950,3.6374,155.2586,155.2586,-12.7776,-0.0311,0.0762,0.0000,0.0762,3.5923,0.0762,0.6502,0.0000,-0.5741,1.0555,,,-1.6296,1.4056,,,-3.0352,,,,,,,874.6315,-6.2677,0.2000,0.5025,1.4286,1.4000,0.0612,2767.4091,2767.4091,2795.0832,2795.0832,2795.0832
-527.2500,0.5000,,61.8800,,,,12,838.6600,30.3498,1752.4309,-144.7397,2.6654,153.9060,153.9060,-12.7117,-0.1008,-0.8245,0.0000,-0.8245,3.5908,-0.8245,0.6492,0.0000,-1.4738,1.0540,,,-2.5278,1.4032,,,-3.9310,,,,,,,873.6240,-16.1093,0.2000,0.5025,1.4286,1.4000,0.0597,2599.2133,2599.2133,2625.2055,2625.2055,2625.2055
-527.7500,0.5000,,61.8200,,,,12,841.8100,37.4192,1759.8807,-144.8815,3.2987,155.1408,155.1408,-12.7719,-0.1431,-0.1481,0.0000,-0.1481,3.5898,-0.1481,0.6479,0.0000,-0.7959,1.0519,,,-1.8478,1.3999,,,-3.2477,,,,,,,872.1926,-8.7144,0.2000,0.5025,1.4286,1.4000,0.0587,2712.0119,2712.0119,2739.1320,2739.1320,2739.1320
-528.2500,0.5000,,61.7000,,,,12,838.5700,28.7039,1752.2181,-144.7357,2.5206,153.8708,153.8708,-12.7099,-0.1457,-0.9238,0.0000,-0.9238,3.5901,-0.9238,0.6465,0.0000,-1.5702,1.0497,,,-2.6199,1.3964,,,-4.0163,,,,,,,870.7322,-17.2205,0.2000,0.5025,1.4286,1.4000,0.0590,2575.5507,2575.5507,2601.3062,2601.3062,2601.3062
-528.7500,0.5000,,61.5600,,,,12,841.5500,42.4270,1759.2658,-144.8698,3.7390,155.0387,155.0387,-12.7669,-0.1808,0.3284,0.0000,0.3284,3.5914,0.3284,0.6447,0.0000,-0.3163,1.0470,,,-1.3634,1.3921,,,-2.7555,,,,,,,868.9169,-3.4766,0.2000,0.5025,1.4286,1.4000,0.0603,2781.8544,2781.8544,2809.6730,2809.6730,2809.6730
-529.2500,0.5000,,61.4600,,,,12,835.7500,73.0187,1745.5488,-144.6088,6.3906,152.7696,152.7696,-12.6561,-0.1972,2.9965,0.0000,2.9965,3.5913,2.9965,0.6428,0.0000,2.3536,1.0441,,,1.3095,1.3874,,,-0.0779,,,,,,,866.9322,25.9254,0.2000,0.5025,1.4286,1.4000,0.0603,3191.5058,3191.5058,3223.4209,3223.4209,3223.4209
-529.7500,0.5000,,61.1600,,,,12,829.9700,42.9870,1731.8791,-144.3487,3.7362,150.5250,150.5250,-12.5460,-0.3059,0.4502,0.0000,0.4502,3.5919,0.4502,0.6399,0.0000,-0.1896,1.0395,,,-1.2292,1.3801,,,-2.6093,,,,,,,863.8444,-2.0961,0.2000,0.5025,1.4286,1.4000,0.0608,2743.0230,2743.0230,2770.4533,2770.4533,2770.4533
-530.2500,0.5000,,61.0800,,,,12,833.5200,50.6409,1740.2748,-144.5084,4.4202,151.9016,151.9016,-12.6136,-0.1922,1.0206,0.0000,1.0206,3.5919,1.0206,0.6380,0.0000,0.3826,1.0367,,,-0.6541,1.3755,,,-2.0296,,,,,,,861.8987,4.2389,0.2000,0.5025,1.4286,1.4000,0.0608,2865.7106,2865.7106,2894.3677,2894.3677,2894.3677
-530.7500,0.5000,,61.0800,,,,12,832.3200,107.2072,1737.4368,-144.4544,9.3442,151.4356,151.4356,-12.5907,0.0256,5.7262,0.0000,5.7262,3.5924,5.7262,0.6382,0.0000,5.0879,1.0371,,,4.0509,1.3761,,,2.6747,,,,,,,862.1580,56.3542,0.2000,0.5025,1.4286,1.4000,0.0614,3661.6459,3661.6459,3698.2624,3698.2624,3698.2624
-531.2500,0.5000,,61.0600,,,,12,829.7400,125.5451,1731.3351,-144.3383,10.9086,150.4360,150.4360,-12.5416,-0.0763,7.3921,0.0000,7.3921,3.5928,7.3921,0.6375,0.0000,6.7546,1.0359,,,5.7187,1.3743,,,4.3444,,,,,,,861.3847,74.8813,0.2000,0.5025,1.4286,1.4000,0.0618,3892.7310,3892.7310,3931.6583,3931.6583,3931.6583
-531.7500,0.5000,,61.0200,,,,12,830.6400,161.1629,1733.4636,-144.3788,14.0187,150.7843,150.7843,-12.5587,0.0397,10.3859,0.0000,10.3859,3.5930,10.3859,0.6379,0.0000,9.7480,1.0365,,,8.7115,1.3753,,,7.3363,,,,,,,861.7873,108.0162,0.2000,0.5025,1.4286,1.4000,0.0619,4320.8496,4320.8496,4364.0581,4364.0581,4364.0581
-532.2500,0.5000,,61.1600,,,,12,832.0300,223.9555,1736.7510,-144.4414,19.5132,151.3231,151.3231,-12.5852,0.1191,15.8007,0.0000,15.8007,3.5934,15.8007,0.6390,0.0000,15.1617,1.0383,,,14.1234,1.3781,,,12.7453,,,,,,,862.9936,167.7686,0.2000,0.5025,1.4286,1.4000,0.0624,5102.6750,5102.6750,5153.7017,5153.7017,5153.7017
-532.7500,0.5000,,60.9800,,,,12,829.6900,163.1933,1731.2169,-144.3361,14.1790,150.4167,150.4167,-12.5406,-0.2095,10.7951,0.0000,10.7951,3.5934,10.7951,0.6370,0.0000,10.1580,1.0352,,,9.1229,1.3731,,,7.7498,,,,,,,860.8710,112.6791,0.2000,0.5025,1.4286,1.4000,0.0624,4337.8220,4337.8220,4381.2003,4381.2003,4381.2003
-533.2500,0.5000,,60.8800,,,,12,828.4200,235.3093,1728.2133,-144.2789,20.4135,149.9259,149.9259,-12.5165,-0.1352,16.9553,0.0000,16.9553,3.5934,16.9553,0.6357,0.0000,16.3196,1.0331,,,15.2865,1.3699,,,13.9166,,,,,,,859.4979,181.3161,0.2000,0.5025,1.4286,1.4000,0.0624,5256.1249,5256.1249,5308.6861,5308.6861,5308.6861
-533.7500,0.5000,,60.9400,,,,12,830.2600,366.5109,1732.5649,-144.3617,31.8662,150.6372,150.6372,-12.5515,0.1683,28.1044,0.0000,28.1044,3.5934,28.1044,0.6373,0.0000,27.4671,1.0357,,,26.4315,1.3739,,,25.0576,,,,,,,861.2063,304.5630,0.2000,0.5025,1.4286,1.4000,0.0624,7303.7788,7303.7788,7376.8166,7376.8166,7376.8166
-534.2500,0.5000,,60.9800,,,,12,829.6600,336.0982,1731.1459,-144.3347,29.2008,150.4051,150.4051,-12.5401,-0.0226,25.6308,0.0000,25.6308,3.5926,25.6308,0.6371,0.0000,24.9937,1.0353,,,23.9584,1.3734,,,22.5850,,,,,,,860.9769,277.2109,0.2000,0.5025,1.4286,1.4000,0.0616,6862.9859,6862.9859,6931.6157,6931.6157,6931.6157
-534.7500,0.5000,,60.9400,,,,12,829.2200,332.7028,1730.1053,-144.3149,28.8905,150.2349,150.2349,-12.5317,-0.0433,25.3419,0.0000,25.3419,3.5919,25.3419,0.6367,0.0000,24.7052,1.0347,,,23.6706,1.3723,,,22.2982,,,,,,,860.5370,274.1515,0.2000,0.5025,1.4286,1.4000,0.0608,6808.2632,6808.2632,6876.3459,6876.3459,6876.3459
-535.2500,0.5000,,61.0000,,,,12,830.5600,336.5625,1733.2744,-144.3752,29.2729,150.7533,150.7533,-12.5572,0.1056,25.5760,0.0000,25.5760,3.5913,25.5760,0.6377,0.0000,24.9383,1.0362,,,23.9020,1.3748,,,22.5272,,,,,,,861.6084,276.3935,0.2000,0.5025,1.4286,1.4000,0.0602,6878.3699,6878.3699,6947.1536,6947.1536,6947.1536
-535.7500,0.5000,,61.0800,,,,12,832.3300,341.9059,1737.4605,-144.4549,29.8010,151.4395,151.4395,-12.5909,0.1471,26.0662,0.0000,26.0662,3.5876,26.0662,0.6391,0.0000,25.4271,1.0384,,,24.3886,1.3784,,,23.0103,,,,,,,863.0986,281.3244,0.2000,0.5025,1.4286,1.4000,0.0566,6971.9886,6971.9886,7041.7085,7041.7085,7041.7085
-536.2500,0.5000,,61.2400,,,,12,834.0600,344.1950,1741.5519,-144.5327,30.0629,152.1116,152.1116,-12.6239,0.2354,26.2398,0.0000,26.2398,3.5877,26.2398,0.6414,0.0000,25.5984,1.0420,,,24.5564,1.3840,,,23.1725,,,,,,,865.4778,282.4411,0.2000,0.5025,1.4286,1.4000,0.0566,7021.5377,7021.5377,7091.7530,7091.7530,7091.7530
-536.7500,0.5000,,61.3200,,,,12,834.6900,335.1549,1743.0419,-144.5611,29.2954,152.3567,152.3567,-12.6359,0.0566,25.6508,0.0000,25.6508,3.5880,25.6508,0.6420,0.0000,25.0088,1.0428,,,23.9660,1.3853,,,22.5807,,,,,,,866.0488,275.7544,0.2000,0.5025,1.4286,1.4000,0.0569,6887.8010,6887.8010,6956.6790,6956.6790,6956.6790
-537.2500,0.5000,,61.3800,,,,12,835.6800,348.7950,1745.3832,-144.6056,30.5238,152.7423,152.7423,-12.6548,0.0988,26.8368,0.0000,26.8368,3.5881,26.8368,0.6429,0.0000,26.1939,1.0443,,,25.1497,1.3877,,,23.7620,,,,,,,867.0452,288.4896,0.2000,0.5025,1.4286,1.4000,0.0571,7103.0665,7103.0665,7174.0971,7174.0971,7174.0971
-537.7500,0.5000,,61.4400,,,,12,837.9412,371.1988,1750.7309,-144.7074,32.5723,153.6249,153.6249,-12.6979,0.1507,28.8332,0.0000,28.8332,3.5884,28.8332,0.6444,0.0000,28.1889,1.0465,,,27.1424,1.3912,,,25.7511,,,,,,,868.5618,309.9190,0.2000,0.5025,1.4286,1.4000,0.0573,7445.4562,7445.4562,7519.9108,7519.9108,7519.9108
-538.2500,0.5000,,61.7200,,,,12,840.1633,441.4478,1755.9861,-144.8073,38.8393,154.4946,154.4946,-12.7404,0.3017,34.9489,0.0000,34.9489,3.5887,34.9489,0.7006,0.0000,34.2483,1.0510,,,33.1973,1.3984,,,31.7989,,,,,,,871.5909,375.2304,0.2000,0.5025,1.4286,1.4000,0.0576,8467.5268,8467.5268,8552.2021,8552.2021,8552.2021
-538.7500,0.5000,,61.7800,,,,12,840.8900,354.9619,1757.7049,-144.8401,31.2572,154.7796,154.7796,-12.7543,0.1200,27.5481,0.0000,27.5481,3.5891,27.5481,0.6484,0.0000,26.8997,1.0528,,,25.8469,1.4013,,,24.4456,,,,,,,872.7924,294.3116,0.2000,0.5025,1.4286,1.4000,0.0580,7241.8865,7241.8865,7314.3054,7314.3054,7314.3054
-539.2500,0.5000,,61.8800,,,,12,843.0100,303.7081,1762.7187,-144.9355,26.8113,155.6125,155.6125,-12.7949,0.1673,23.0517,0.0000,23.0517,3.5923,23.0517,0.6501,0.0000,22.4016,1.0552,,,21.3464,1.4052,,,19.9411,,,,,,,874.4651,244.6290,0.2000,0.5025,1.4286,1.4000,0.0613,6450.3234,6450.3234,6514.8266,6514.8266,6514.8266
-539.7500,0.5000,,62.0400,,,,12,843.2500,255.9578,1763.2863,-144.9463,22.6023,155.7069,155.7069,-12.7995,0.0773,18.9327,0.0000,18.9327,3.5923,18.9327,0.6508,0.0000,18.2819,1.0564,,,17.2255,1.4071,,,15.8184,,,,,,,875.2371,199.4651,0.2000,0.5025,1.4286,1.4000,0.0612,5694.0312,5694.0312,5750.9715,5750.9715,5750.9715
-540.2500,0.5000,,61.9200,,,,12,842.3700,194.9417,1761.2051,-144.9067,17.1963,155.3608,155.3608,-12.7826,-0.1168,13.7192,0.0000,13.7192,3.5940,13.7192,0.6497,0.0000,13.0695,1.0547,,,12.0148,1.4043,,,10.6105,,,,,,,874.0707,142.7854,0.2000,0.5025,1.4286,1.4000,0.0629,4807.6080,4807.6080,4855.6841,4855.6841,4855.6841
-540.7500,0.5000,,61.8600,,,,12,841.1100,185.0263,1758.2252,-144.8500,16.2973,154.8659,154.8659,-12.7585,-0.1300,12.8327,0.0000,12.8327,3.5945,12.8327,0.6484,0.0000,12.1843,1.0527,,,11.1316,1.4012,,,9.7303,,,,,,,872.7708,133.3128,0.2000,0.5025,1.4286,1.4000,0.0635,4680.9328,4680.9328,4727.7422,4727.7422,4727.7422
-541.2500,0.5000,,61.7200,,,,12,839.1600,167.0262,1753.6134,-144.7622,14.6777,154.1016,154.1016,-12.7212,-0.1611,11.2434,0.0000,11.2434,3.5954,11.2434,0.6469,0.0000,10.5965,1.0503,,,9.5462,1.3974,,,8.1488,,,,,,,871.1572,116.1551,0.2000,0.5025,1.4286,1.4000,0.0643,4453.4755,4453.4755,4498.0102,4498.0102,4498.0102
-541.7500,0.5000,,61.6600,,,,12,837.6600,145.9572,1750.0659,-144.6947,12.8033,153.5150,153.5150,-12.6926,-0.1738,9.3809,0.0000,9.3809,3.5962,9.3809,0.6452,0.0000,8.7357,1.0478,,,7.6880,1.3933,,,6.2947,,,,,,,869.4127,95.9501,0.2000,0.5025,1.4286,1.4000,0.0651,4193.0471,4193.0471,4234.9776,4234.9776,4234.9776
-542.2500,0.5000,,61.5200,,,,12,837.6200,145.7042,1749.9713,-144.6929,12.7805,153.4994,153.4994,-12.6918,-0.0234,9.2075,0.0000,9.2075,3.5965,9.2075,0.6450,0.0000,8.5625,1.0474,,,7.5151,1.3927,,,6.1224,,,,,,,869.1772,94.0728,0.2000,0.5025,1.4286,1.4000,0.0654,4189.7561,4189.7561,4231.6537,4231.6537,4231.6537
-542.7500,0.5000,,61.5000,,,,12,838.1500,129.8190,1751.2248,-144.7168,11.3943,153.7065,153.7065,-12.7019,0.0361,7.7609,0.0000,7.7609,3.5973,7.7609,0.6453,0.0000,7.1156,1.0480,,,6.0676,1.3936,,,4.6741,,,,,,,869.5400,78.1435,0.2000,0.5025,1.4286,1.4000,0.0662,4005.2928,4005.2928,4045.3457,4045.3457,4045.3457
-543.2500,0.5000,,61.7800,,,,12,840.3600,136.3511,1756.4514,-144.8162,11.9992,154.5718,154.5718,-12.7442,0.2278,8.1741,0.0000,8.1741,3.5973,8.1741,0.6475,0.0000,7.5266,1.0513,,,6.4753,1.3990,,,5.0763,,,,,,,871.8252,82.4407,0.2000,0.5025,1.4286,1.4000,0.0662,4099.4288,4099.4288,4140.4231,4140.4231,4140.4231
-543.7500,0.5000,,61.8400,,,,12,842.0700,147.9810,1760.4956,-144.8932,13.0492,155.2429,155.2429,-12.7769,0.1522,9.3003,0.0000,9.3003,3.5967,9.3003,0.6490,0.0000,8.6513,1.0536,,,7.5977,1.4026,,,6.1951,,,,,,,873.3490,94.5940,0.2000,0.5025,1.4286,1.4000,0.0656,4249.7311,4249.7311,4292.2284,4292.2284,4292.2284
-544.2500,0.5000,,61.8400,,,,12,841.5600,127.3959,1759.2894,-144.8702,11.2271,155.0426,155.0426,-12.7671,0.0156,7.6148,0.0000,7.6148,3.5967,7.6148,0.6491,0.0000,6.9657,1.0538,,,5.9119,1.4030,,,4.5089,,,,,,,873.5052,76.1501,0.2000,0.5025,1.4286,1.4000,0.0656,3984.7590,3984.7590,4024.6066,4024.6066,4024.6066
-544.7500,0.5000,,61.8800,,,,12,842.2100,102.3011,1760.8267,-144.8995,9.0225,155.2979,155.2979,-12.7796,0.0332,5.3927,0.0000,5.3927,3.5967,5.3927,0.6495,0.0000,4.7433,1.0543,,,3.6890,1.4038,,,2.2852,,,,,,,873.8368,51.8346,0.2000,0.5025,1.4286,1.4000,0.0656,3632.1281,3632.1281,3668.4494,3668.4494,3668.4494
-545.2500,0.5000,,61.8400,,,,12,839.5500,69.8939,1754.5358,-144.7798,6.1449,154.2543,154.2543,-12.7287,-0.0331,2.5814,0.0000,2.5814,3.5967,2.5814,0.6491,0.0000,1.9322,1.0538,,,0.8784,1.4030,,,-0.5246,,,,,,,873.5058,21.1234,0.2000,0.5025,1.4286,1.4000,0.0656,3162.6147,3162.6147,3194.2409,3194.2409,3194.2409
-545.7500,0.5000,,61.7800,,,,12,838.2300,42.2981,1751.4140,-144.7204,3.7129,153.7378,153.7378,-12.7034,-0.0383,0.1541,0.0000,0.1541,3.5971,0.1541,0.6488,0.0000,-0.4946,1.0533,,,-1.5479,1.4021,,,-2.9499,,,,,,,873.1224,-5.4096,0.2000,0.5025,1.4286,1.4000,0.0660,2766.6232,2766.6232,2794.2894,2794.2894,2794.2894
-546.2500,0.5000,,61.8400,,,,12,838.8000,-93.4374,1752.7620,-144.7460,-8.2074,153.9607,153.9607,-12.7143,0.0523,-11.8575,0.0000,-11.8575,3.5978,-11.8575,0.6493,0.0000,-12.5068,1.0540,,,-13.5608,1.4033,,,-14.9641,,,,,,,873.6456,-136.7045,0.2000,0.5025,1.4286,1.4000,0.0667,959.5920,959.5920,969.1879,969.1879,969.1879
-546.7500,0.5000,,61.8200,,,,12,840.3200,-144.8144,1756.3568,-144.8144,-12.7434,154.5561,154.5561,-12.7434,-0.1511,-16.1900,0.0000,-16.1900,3.5977,-16.1900,0.6478,0.0000,-16.8378,1.0518,,,-17.8896,1.3997,,,-19.2893,,,,,,,872.1335,-184.3634,0.2000,0.5025,1.4286,1.4000,0.0667,183.9348,183.9348,185.7741,185.7741,185.7741
-547.2500,0.5000,,61.6600,,,,12,838.9600,-144.7532,1753.1404,-144.7532,-12.7174,154.0234,154.0234,-12.7174,-0.1407,-16.1740,0.0000,-16.1740,3.5973,-16.1740,0.6465,0.0000,-16.8204,1.0497,,,-17.8701,1.3964,,,-19.2665,,,,,,,870.7235,-184.4711,0.2000,0.5025,1.4286,1.4000,0.0662,184.0204,184.0204,185.8606,185.8606,185.8606
-547.7500,0.5000,,61.6000,,,,12,837.7800,-140.6441,1750.3497,-144.7001,-12.3390,153.5619,153.5619,-12.6948,-0.1401,-15.7962,0.0000,-15.7962,3.5973,-15.7962,0.6451,0.0000,-16.4413,1.0476,,,-17.4889,1.3930,,,-18.8819,,,,,,,869.3169,-180.6044,0.2000,0.5025,1.4286,1.4000,0.0662,245.4038,245.4038,247.8578,247.8578,247.8578
-548.2500,0.5000,,61.5200,,,,12,836.6200,-125.4718,1747.6063,-144.6479,-10.9927,153.1089,153.1089,-12.6727,-0.1159,-14.4735,0.0000,-14.4735,3.5967,-14.4735,0.6440,0.0000,-15.1174,1.0459,,,-16.1633,1.3903,,,-17.5536,,,,,,,868.1516,-166.2854,0.2000,0.5025,1.4286,1.4000,0.0656,474.0258,474.0258,478.7660,478.7660,478.7660
-548.7500,0.5000,,61.4200,,,,12,835.4200,-124.8083,1744.7683,-144.5939,-10.9189,152.6410,152.6410,-12.6498,-0.1079,-14.4076,0.0000,-14.4076,3.5967,-14.4076,0.6429,0.0000,-15.0505,1.0443,,,-16.0948,1.3877,,,-17.4825,,,,,,,867.0650,-165.7567,0.2000,0.5025,1.4286,1.4000,0.0656,483.3150,483.3150,488.1482,488.1482,488.1482
-549.2500,0.5000,,61.3200,,,,12,834.0700,-129.5920,1741.5756,-144.5332,-11.3190,152.1155,152.1155,-12.6240,-0.1396,-14.7753,0.0000,-14.7753,3.5959,-14.7753,0.6416,0.0000,-15.4169,1.0422,,,-16.4591,1.3844,,,-17.8435,,,,,,,865.6573,-170.0678,0.2000,0.5025,1.4286,1.4000,0.0648,410.1737,410.1737,414.2754,414.2754,414.2754
-549.7500,0.5000,,61.2800,,,,12,833.3500,-122.8058,1739.8728,-144.5008,-10.7170,151.8356,151.8356,-12.6103,-0.0923,-14.2198,0.0000,-14.2198,3.5951,-14.2198,0.6407,0.0000,-14.8605,1.0408,,,-15.9014,1.3822,,,-17.2836,,,,,,,864.7254,-164.1073,0.2000,0.5025,1.4286,1.4000,0.0640,512.3059,512.3059,517.4289,517.4289,517.4289
-550.2500,0.5000,,61.1200,,,,12,830.9400,-126.7084,1734.1731,-144.3923,-11.0256,150.9005,150.9005,-12.5644,-0.2305,-14.3898,0.0000,-14.3898,3.5947,-14.3898,0.6385,0.0000,-15.0283,1.0374,,,-16.0657,1.3767,,,-17.4424,,,,,,,862.3938,-166.4081,0.2000,0.5025,1.4286,1.4000,0.0636,451.8281,451.8281,456.3463,456.3463,456.3463
-550.7500,0.5000,,60.9600,,,,12,828.9500,-131.4824,1729.4668,-144.3028,-11.4137,150.1306,150.1306,-12.5266,-0.2128,-14.7943,0.0000,-14.7943,3.5934,-14.7943,0.6364,0.0000,-15.4307,1.0342,,,-16.4649,1.3716,,,-17.8365,,,,,,,860.2356,-171.2927,0.2000,0.5025,1.4286,1.4000,0.0624,378.4384,378.4384,382.2228,382.2228,382.2228
-551.2500,0.5000,,60.9200,,,,12,828.5000,-120.6864,1728.4025,-144.2825,-10.4708,149.9567,149.9567,-12.5180,-0.0599,-14.0043,0.0000,-14.0043,3.5934,-14.0043,0.6358,0.0000,-14.6401,1.0333,,,-15.6734,1.3702,,,-17.0436,,,,,,,859.6268,-162.6320,0.2000,0.5025,1.4286,1.4000,0.0624,541.3482,541.3482,546.7617,546.7617,546.7617
-551.7500,0.5000,,60.7200,,,,12,824.9600,-130.0480,1720.0304,-144.1232,-11.2348,148.5928,148.5928,-12.4507,-0.3317,-14.4947,0.0000,-14.4947,3.5916,-14.4947,0.6326,0.0000,-15.1273,1.0284,,,-16.1556,1.3623,,,-17.5179,,,,,,,856.2497,-168.7063,0.2000,0.5025,1.4286,1.4000,0.0605,397.6582,397.6582,401.6348,401.6348,401.6348
-552.2500,0.5000,,60.5400,,,,12,822.2500,-122.1852,1713.6213,-144.0013,-10.5209,147.5528,147.5528,-12.3993,-0.2622,-13.8500,0.0000,-13.8500,3.5913,-13.8500,0.6300,0.0000,-14.4800,1.0244,,,-15.5044,1.3560,,,-16.8604,,,,,,,853.5709,-161.9947,0.2000,0.5025,1.4286,1.4000,0.0602,514.8366,514.8366,519.9850,519.9850,519.9850
-552.7500,0.5000,,60.3000,,,,12,820.3800,-126.9990,1709.1987,-143.9171,-10.9105,146.8372,146.8372,-12.3639,-0.2069,-14.2934,0.0000,-14.2934,3.5898,-14.2934,0.6280,0.0000,-14.9214,1.0213,,,-15.9427,1.3510,,,-17.2938,,,,,,,851.4510,-167.3487,0.2000,0.5025,1.4286,1.4000,0.0588,440.9178,440.9178,445.3270,445.3270,445.3270
-553.2500,0.5000,,60.3000,,,,12,819.3200,-128.0166,1706.6918,-143.8694,-10.9837,146.4324,146.4324,-12.3438,-0.1018,-14.4700,0.0000,-14.4700,3.5881,-14.4700,0.6270,0.0000,-15.0971,1.0198,,,-16.1168,1.3486,,,-17.4654,,,,,,,850.4062,-169.5265,0.2000,0.5025,1.4286,1.4000,0.0571,424.8827,424.8827,429.1315,429.1315,429.1315
-553.7500,0.5000,,60.1200,,,,12,817.7000,-135.4001,1702.8605,-143.7965,-11.5942,145.8148,145.8148,-12.3132,-0.1498,-15.0322,0.0000,-15.0322,3.5879,-15.0322,0.6256,0.0000,-15.6578,1.0175,,,-16.6753,1.3450,,,-18.0203,,,,,,,848.8659,-176.1422,0.2000,0.5025,1.4286,1.4000,0.0568,312.2756,312.2756,315.3983,315.3983,315.3983
-554.2500,0.5000,,60.0800,,,,12,818.4020,-126.4562,1704.5206,-143.8281,-10.8377,146.0823,146.0823,-12.3265,0.0176,-14.4400,0.0000,-14.4400,3.5847,-14.4400,0.6257,0.0000,-15.0657,1.0178,,,-16.0835,1.3454,,,-17.4289,,,,,,,849.0472,-169.4455,0.2000,0.5025,1.4286,1.4000,0.0536,447.9020,447.9020,452.3810,452.3810,452.3810
-554.7500,0.5000,,60.0800,,,,12,817.4600,-134.0349,1702.2929,-143.7857,-11.4739,145.7234,145.7234,-12.3087,-0.0664,-14.9923,0.0000,-14.9923,3.5848,-14.9923,0.6251,0.0000,-15.6174,1.0168,,,-16.6342,1.3438,,,-17.9780,,,,,,,848.3640,-175.7916,0.2000,0.5025,1.4286,1.4000,0.0537,332.7643,332.7643,336.0920,336.0920,336.0920
-555.2500,0.5000,,60.0000,,,,12,815.5300,-126.6733,1697.7285,-143.6989,-10.8182,144.9896,144.9896,-12.2722,-0.2050,-14.1969,0.0000,-14.1969,3.5837,-14.1969,0.6231,0.0000,-14.8199,1.0137,,,-15.8336,1.3389,,,-17.1725,,,,,,,846.2509,-167.2317,0.2000,0.5025,1.4286,1.4000,0.0526,442.8471,442.8471,447.2756,447.2756,447.2756
-555.7500,0.5000,,59.8800,,,,12,814.6400,-140.2086,1695.6236,-143.6588,-11.9610,144.6518,144.6518,-12.2554,-0.1186,-15.4251,0.0000,-15.4251,3.5827,-15.4251,0.6219,0.0000,-16.0470,1.0119,,,-17.0589,1.3361,,,-18.3950,,,,,,,845.0255,-181.3413,0.2000,0.5025,1.4286,1.4000,0.0517,237.7049,237.7049,240.0819,240.0819,240.0819
-556.2500,0.5000,,59.8600,,,,12,813.9500,-124.6380,1693.9918,-143.6278,-10.6237,144.3902,144.3902,-12.2423,-0.0379,-14.1686,0.0000,-14.1686,3.5828,-14.1686,0.6215,0.0000,-14.7902,1.0113,,,-15.8015,1.3351,,,-17.1366,,,,,,,844.6337,-167.2153,0.2000,0.5025,1.4286,1.4000,0.0517,472.6380,472.6380,477.3643,477.3643,477.3643
-556.7500,0.5000,,59.7000,,,,12,813.5600,-54.9974,1693.0694,-143.6102,-4.6855,144.2424,144.2424,-12.2350,-0.1147,-8.1540,0.0000,-8.1540,3.5832,-8.1540,0.6204,0.0000,-8.7744,1.0096,,,-9.7840,1.3324,,,-11.1164,,,,,,,843.4462,-99.3421,0.2000,0.5025,1.4286,1.4000,0.0522,1419.6859,1419.6859,1433.8827,1433.8827,1433.8827
-557.2500,0.5000,,59.7400,,,,12,813.7000,25.2556,1693.4005,-143.6165,2.1520,144.2954,144.2954,-12.2376,0.1008,-1.5320,0.0000,-1.5320,3.5832,-1.5320,0.6214,0.0000,-2.1534,1.0111,,,-3.1645,1.3348,,,-4.4993,,,,,,,844.4895,-24.3502,0.2000,0.5025,1.4286,1.4000,0.0522,2426.3098,2426.3098,2450.5729,2450.5729,2450.5729
-557.7500,0.5000,,59.9000,,,,12,814.9800,23.2869,1696.4277,-143.6741,1.9874,144.7808,144.7808,-12.2618,0.1210,-1.7175,0.0000,-1.7175,3.5839,-1.7175,0.6226,0.0000,-2.3401,1.0129,,,-3.3530,1.3377,,,-4.6907,,,,,,,845.7404,-26.4220,0.2000,0.5025,1.4286,1.4000,0.0528,2403.6087,2403.6087,2427.6448,2427.6448,2427.6448
-558.2500,0.5000,,59.9000,,,,12,814.8700,28.8046,1696.1676,-143.6692,2.4580,144.7390,144.7390,-12.2597,-0.0392,-1.0871,0.0000,-1.0871,3.5842,-1.0871,0.6222,0.0000,-1.7093,1.0124,,,-2.7216,1.3368,,,-4.0584,,,,,,,845.3359,-19.3089,0.2000,0.5025,1.4286,1.4000,0.0531,2481.2756,2481.2756,2506.0883,2506.0883,2506.0883
-558.7500,0.5000,,59.7600,,,,12,813.2700,23.0324,1692.3836,-143.5972,1.9616,144.1326,144.1326,-12.2295,-0.1064,-1.5162,0.0000,-1.5162,3.5842,-1.5162,0.6212,0.0000,-2.1373,1.0107,,,-3.1481,1.3342,,,-4.4823,,,,,,,844.2356,-24.1758,0.2000,0.5025,1.4286,1.4000,0.0531,2393.1017,2393.1017,2417.0327,2417.0327,2417.0327
-559.2500,0.5000,,59.8400,,,,12,813.9900,24.1867,1694.0864,-143.6296,2.0617,144.4053,144.4053,-12.2431,0.0261,-1.5485,0.0000,-1.5485,3.5842,-1.5485,0.6214,0.0000,-2.1700,1.0111,,,-3.1811,1.3348,,,-4.5160,,,,,,,844.5054,-24.5371,0.2000,0.5025,1.4286,1.4000,0.0531,2412.3489,2412.3489,2436.4724,2436.4724,2436.4724
-559.7500,0.5000,,59.7600,,,,12,813.3500,15.6436,1692.5728,-143.6008,1.3324,144.1629,144.1629,-12.2310,-0.0744,-2.1773,0.0000,-2.1773,3.5842,-2.1773,0.6207,0.0000,-2.7980,1.0100,,,-3.8080,1.3331,,,-5.1410,,,,,,,843.7350,-31.6672,0.2000,0.5025,1.4286,1.4000,0.0531,2288.8250,2288.8250,2311.7132,2311.7132,2311.7132
-560.2500,0.5000,,59.7800,,,,12,813.3200,9.9548,1692.5018,-143.5994,0.8479,144.1515,144.1515,-12.2305,0.0406,-2.7780,0.0000,-2.7780,3.5852,-2.7780,0.6211,0.0000,-3.3991,1.0106,,,-4.4097,1.3340,,,-5.7437,,,,,,,844.1553,-38.4511,0.2000,0.5025,1.4286,1.4000,0.0542,2208.1701,2208.1701,2230.2518,2230.2518,2230.2518
-560.7500,0.5000,,59.7600,,,,12,813.9100,17.7611,1693.8972,-143.6260,1.5138,144.3750,144.3750,-12.2416,0.0128,-2.0845,0.0000,-2.0845,3.5855,-2.0845,0.6212,0.0000,-2.7058,1.0108,,,-3.7166,1.3343,,,-5.0509,,,,,,,844.2878,-30.6034,0.2000,0.5025,1.4286,1.4000,0.0545,2321.0619,2321.0619,2344.2726,2344.2726,2344.2726
-561.2500,0.5000,,59.9600,,,,12,818.2800,14.4074,1704.2322,-143.8226,1.2346,146.0358,146.0358,-12.3242,0.4057,-2.7570,0.0000,-2.7570,3.5859,-2.7570,0.6252,0.0000,-3.3822,1.0169,,,-4.3992,1.3441,,,-5.7433,,,,,,,848.4744,-38.0660,0.2000,0.5025,1.4286,1.4000,0.0549,2291.2308,2291.2308,2314.1431,2314.1431,2314.1431
-561.7500,0.5000,,60.2400,,,,12,820.6100,-0.3622,1709.7427,-143.9275,-0.0311,146.9252,146.9252,-12.3683,0.2573,-3.8750,0.0000,-3.8750,3.5866,-3.8750,0.6277,0.0000,-4.5027,1.0208,,,-5.5235,1.3502,,,-6.8738,,,,,,,851.1186,-50.5190,0.2000,0.5025,1.4286,1.4000,0.0555,2092.4095,2092.4095,2113.3335,2113.3335,2113.3335
-562.2500,0.5000,,60.2800,,,,12,820.1500,-3.6884,1708.6548,-143.9068,-0.3168,146.7494,146.7494,-12.3596,0.0218,-3.9252,0.0000,-3.9252,3.5866,-3.9252,0.6279,0.0000,-4.5531,1.0212,,,-5.5743,1.3508,,,-6.9250,,,,,,,851.3419,-51.0711,0.2000,0.5025,1.4286,1.4000,0.0556,2051.3298,2051.3298,2071.8431,2071.8431,2071.8431
-562.7500,0.5000,,60.2000,,,,12,819.0700,-4.1606,1706.1006,-143.8582,-0.3569,146.3370,146.3370,-12.3391,-0.1050,-3.8395,0.0000,-3.8395,3.5876,-3.8395,0.6269,0.0000,-4.4664,1.0196,,,-5.4859,1.3483,,,-6.8342,,,,,,,850.2637,-50.1616,0.2000,0.5025,1.4286,1.4000,0.0565,2041.4012,2041.4012,2061.8153,2061.8153,2061.8153
-563.2500,0.5000,,60.1800,,,,12,820.0500,-22.1662,1708.4183,-143.9023,-1.9035,146.7112,146.7112,-12.3577,0.0396,-5.5308,0.0000,-5.5308,3.5877,-5.5308,0.6273,0.0000,-6.1581,1.0202,,,-7.1783,1.3492,,,-8.5275,,,,,,,850.6708,-69.1287,0.2000,0.5025,1.4286,1.4000,0.0566,1833.0362,1833.0362,1851.3665,1851.3665,1851.3665
-563.7500,0.5000,,60.3600,,,,12,822.5300,-15.3528,1714.2835,-144.0139,-1.3224,147.6600,147.6600,-12.4047,0.2537,-5.1638,0.0000,-5.1638,3.5877,-5.1638,0.6298,0.0000,-5.7936,1.0240,,,-6.8175,1.3553,,,-8.1728,,,,,,,853.2721,-64.8379,0.2000,0.5025,1.4286,1.4000,0.0566,1923.3941,1923.3941,1942.6281,1942.6281,1942.6281
-564.2500,0.5000,,60.5200,,,,12,823.5400,-3.6140,1716.6721,-144.0593,-0.3117,148.0474,148.0474,-12.4238,0.1054,-4.0048,0.0000,-4.0048,3.5876,-4.0048,0.6308,0.0000,-4.6355,1.0256,,,-5.6611,1.3578,,,-7.0189,,,,,,,854.3507,-51.8126,0.2000,0.5025,1.4286,1.4000,0.0566,2065.8960,2065.8960,2086.5550,2086.5550,2086.5550
-564.7500,0.5000,,60.4200,,,,12,822.2800,-13.2217,1713.6922,-144.0026,-1.1385,147.5643,147.5643,-12.3999,-0.1331,-4.5929,0.0000,-4.5929,3.5875,-4.5929,0.6295,0.0000,-5.2224,1.0236,,,-6.2460,1.3546,,,-7.6006,,,,,,,852.9888,-58.4657,0.2000,0.5025,1.4286,1.4000,0.0565,1947.5140,1947.5140,1966.9891,1966.9891,1966.9891
-565.2500,0.5000,,60.4400,,,,12,822.2500,-8.3492,1713.6213,-144.0013,-0.7189,147.5528,147.5528,-12.3993,0.0417,-4.3478,0.0000,-4.3478,3.5872,-4.3478,0.6299,0.0000,-4.9777,1.0242,,,-6.0019,1.3556,,,-7.3575,,,,,,,853.4159,-55.6981,0.2000,0.5025,1.4286,1.4000,0.0561,2004.8493,2004.8493,2024.8978,2024.8978,2024.8978
-565.7500,0.5000,,60.3400,,,,12,820.5100,-12.3995,1709.5062,-143.9230,-1.0654,146.8869,146.8869,-12.3664,-0.1618,-4.4908,0.0000,-4.4908,3.5872,-4.4908,0.6283,0.0000,-5.1192,1.0218,,,-6.1409,1.3517,,,-7.4927,,,,,,,851.7588,-57.3922,0.2000,0.5025,1.4286,1.4000,0.0561,1950.0622,1950.0622,1969.5628,1969.5628,1969.5628
-566.2500,0.5000,,60.3500,,,,12,820.3900,-6.4114,1709.2224,-143.9176,-0.5508,146.8411,146.8411,-12.3641,-0.0555,-4.0829,0.0000,-4.0829,3.5875,-4.0829,0.6278,0.0000,-4.7107,1.0209,,,-5.7316,1.3504,,,-7.0820,,,,,,,851.1899,-52.8477,0.2000,0.5025,1.4286,1.4000,0.0565,2020.1895,2020.1895,2040.3914,2040.3914,2040.3914
-566.7500,0.5000,,60.2400,,,,12,818.7300,-6.6458,1705.2965,-143.8429,-0.5698,146.2074,146.2074,-12.3327,-0.1346,-4.0228,0.0000,-4.0228,3.5876,-4.0228,0.6265,0.0000,-4.6492,1.0189,,,-5.6681,1.3472,,,-7.0153,,,,,,,849.8070,-52.2436,0.2000,0.5025,1.4286,1.4000,0.0566,2010.7228,2010.7228,2030.8301,2030.8301,2030.8301
-567.2500,0.5000,,60.0833,,,,12,818.4500,-6.6297,1704.6343,-143.8303,-0.5682,146.1006,146.1006,-12.3274,-0.0406,-4.1147,0.0000,-4.1147,3.5871,-4.1147,0.6261,0.0000,-4.7407,1.0183,,,-5.7590,1.3462,,,-7.1052,,,,,,,849.3891,-53.2978,0.2000,0.5025,1.4286,1.4000,0.0560,2009.7823,2009.7823,2029.8802,2029.8802,2029.8802
-567.7500,0.5000,,60.1600,,,,12,818.5100,-5.5901,1704.7762,-143.8330,-0.4792,146.1235,146.1235,-12.3285,-0.0196,-4.0456,0.0000,-4.0456,3.5861,-4.0456,0.6259,0.0000,-4.6715,1.0180,,,-5.6895,1.3457,,,-7.0352,,,,,,,849.1872,-52.5319,0.2000,0.5025,1.4286,1.4000,0.0550,2022.2824,2022.2824,2042.5053,2042.5053,2042.5053
-568.2500,0.5000,,60.0800,,,,12,817.8100,-40.9545,1703.1207,-143.8015,-3.5074,145.8567,145.8567,-12.3153,-0.0732,-7.0203,0.0000,-7.0203,3.5861,-7.0203,0.6252,0.0000,-7.6454,1.0169,,,-8.6623,1.3440,,,-10.0063,,,,,,,848.4337,-86.0511,0.2000,0.5025,1.4286,1.4000,0.0551,1602.4399,1602.4399,1618.4643,1618.4643,1618.4643
-568.7500,0.5000,,60.1000,,,,12,816.9800,-41.8112,1701.1577,-143.7641,-3.5771,145.5408,145.5408,-12.2996,-0.0228,-7.1397,0.0000,-7.1397,3.5854,-7.1397,0.6249,0.0000,-7.7646,1.0165,,,-8.7812,1.3434,,,-10.1246,,,,,,,848.1987,-87.4165,0.2000,0.5025,1.4286,1.4000,0.0543,1588.9872,1588.9872,1604.8771,1604.8771,1604.8771
-569.2500,0.5000,,60.0600,,,,12,817.3900,-34.2094,1702.1274,-143.7826,-2.9282,145.6968,145.6968,-12.3073,-0.0122,-6.5012,0.0000,-6.5012,3.5852,-6.5012,0.6248,0.0000,-7.1261,1.0164,,,-8.1424,1.3431,,,-9.4856,,,,,,,848.0731,-80.2393,0.2000,0.5025,1.4286,1.4000,0.0542,1680.2830,1680.2830,1697.0858,1697.0858,1697.0858
-569.7500,0.5000,,60.1000,,,,12,817.1200,-41.4386,1701.4888,-143.7704,-3.5458,145.5940,145.5940,-12.3022,0.0197,-7.1505,0.0000,-7.1505,3.5850,-7.1505,0.6250,0.0000,-7.7755,1.0167,,,-8.7922,1.3436,,,-10.1358,,,,,,,848.2756,-87.5316,0.2000,0.5025,1.4286,1.4000,0.0540,1593.9460,1593.9460,1609.8855,1609.8855,1609.8855
-570.2500,0.5000,,60.0600,,,,12,816.8200,-48.1040,1700.7793,-143.7569,-4.1147,145.4799,145.4799,-12.2966,-0.0743,-7.6251,0.0000,-7.6251,3.5847,-7.6251,0.6243,0.0000,-8.2494,1.0155,,,-9.2649,1.3418,,,-10.6067,,,,,,,847.5100,-92.9495,0.2000,0.5025,1.4286,1.4000,0.0537,1514.1359,1514.1359,1529.2773,1529.2773,1529.2773
-570.7500,0.5000,,59.9600,,,,12,817.0400,-53.4553,1701.2996,-143.7668,-4.5737,145.5636,145.5636,-12.3007,-0.0126,-8.1457,0.0000,-8.1457,3.5847,-8.1457,0.6242,0.0000,-8.7699,1.0153,,,-9.7852,1.3415,,,-11.1268,,,,,,,847.3800,-98.8298,0.2000,0.5025,1.4286,1.4000,0.0536,1451.9217,1451.9217,1466.4409,1466.4409,1466.4409
-571.2500,0.5000,,60.1200,,,,12,818.5200,-60.8079,1704.7998,-143.8334,-5.2122,146.1273,146.1273,-12.3287,0.1523,-8.9491,0.0000,-8.9491,3.5847,-8.9491,0.6256,0.0000,-9.5747,1.0176,,,-10.5924,1.3452,,,-11.9376,,,,,,,848.9480,-107.7004,0.2000,0.5025,1.4286,1.4000,0.0536,1371.1969,1371.1969,1384.9089,1384.9089,1384.9089
-571.7500,0.5000,,60.2800,,,,12,820.9200,-32.0687,1710.4758,-143.9414,-2.7568,147.0437,147.0437,-12.3741,0.2577,-6.5992,0.0000,-6.5992,3.5847,-6.5992,0.6282,0.0000,-7.2274,1.0215,,,-8.2489,1.3514,,,-9.6003,,,,,,,851.5948,-81.0436,0.2000,0.5025,1.4286,1.4000,0.0536,1719.7797,1719.7797,1736.9775,1736.9775,1736.9775
-572.2500,0.5000,,60.3000,,,,12,820.5800,-22.0205,1709.6717,-143.9261,-1.8922,146.9137,146.9137,-12.3677,0.0071,-5.4833,0.0000,-5.4833,3.5840,-5.4833,0.6282,0.0000,-6.1115,1.0216,,,-7.1332,1.3515,,,-8.4847,,,,,,,851.6672,-68.5253,0.2000,0.5025,1.4286,1.4000,0.0529,1836.8948,1836.8948,1855.2637,1855.2637,1855.2637
-572.7500,0.5000,,60.3400,,,,12,820.7300,-29.9188,1710.0265,-143.9329,-2.5714,146.9710,146.9710,-12.3705,0.0011,-6.1558,0.0000,-6.1558,3.5832,-6.1558,0.6282,0.0000,-6.7840,1.0216,,,-7.8056,1.3516,,,-9.1572,,,,,,,851.6788,-76.0643,0.2000,0.5025,1.4286,1.4000,0.0521,1744.3634,1744.3634,1761.8070,1761.8070,1761.8070
-573.2500,0.5000,,60.3500,,,,12,821.3500,-28.1577,1711.4928,-143.9608,-2.4219,147.2082,147.2082,-12.3823,0.0663,-6.0712,0.0000,-6.0712,3.5831,-6.0712,0.6289,0.0000,-6.7001,1.0226,,,-7.7228,1.3531,,,-9.0759,,,,,,,852.3583,-75.0640,0.2000,0.5025,1.4286,1.4000,0.0520,1767.6339,1767.6339,1785.3103,1785.3103,1785.3103
-573.7500,0.5000,,60.3600,,,,12,820.5400,-34.4851,1709.5771,-143.9243,-2.9632,146.8984,146.8984,-12.3669,-0.0833,-6.4613,0.0000,-6.4613,3.5814,-6.4613,0.6281,0.0000,-7.0894,1.0214,,,-8.1108,1.3512,,,-9.4619,,,,,,,851.5045,-79.5045,0.2000,0.5025,1.4286,1.4000,0.0503,1689.7511,1689.7511,1706.6486,1706.6486,1706.6486
-574.2500,0.5000,,60.3000,,,,12,819.9900,-31.4871,1708.2764,-143.8996,-2.7038,146.6882,146.6882,-12.3565,-0.0754,-6.2098,0.0000,-6.2098,3.5814,-6.2098,0.6273,0.0000,-6.8371,1.0203,,,-7.8574,1.3493,,,-9.2067,,,,,,,850.7310,-76.7457,0.2000,0.5025,1.4286,1.4000,0.0503,1722.8820,1722.8820,1740.1108,1740.1108,1740.1108
-574.7500,0.5000,,60.3200,,,,12,821.3100,-35.7215,1711.3982,-143.9590,-3.0723,147.1929,147.1929,-12.3815,0.1085,-6.7620,0.0000,-6.7620,3.5812,-6.7620,0.6284,0.0000,-7.3904,1.0219,,,-8.4122,1.3519,,,-9.7642,,,,,,,851.8440,-82.8470,0.2000,0.5025,1.4286,1.4000,0.0501,1678.2807,1678.2807,1695.0635,1695.0635,1695.0635
-575.2500,0.5000,,60.4000,,,,12,821.7000,-38.6641,1712.3205,-143.9765,-3.3270,147.3421,147.3421,-12.3889,0.0626,-6.9705,0.0000,-6.9705,3.5809,-6.9705,0.6290,0.0000,-7.5995,1.0228,,,-8.6224,1.3534,,,-9.9758,,,,,,,852.4861,-85.1278,0.2000,0.5025,1.4286,1.4000,0.0498,1645.1566,1645.1566,1661.6082,1661.6082,1661.6082
-575.7500,0.5000,,60.3800,,,,12,821.2600,-40.3819,1711.2799,-143.9567,-3.4729,147.1737,147.1737,-12.3806,-0.0237,-7.0303,0.0000,-7.0303,3.5811,-7.0303,0.6288,0.0000,-7.6591,1.0225,,,-8.6816,1.3529,,,-10.0344,,,,,,,852.2432,-85.8192,0.2000,0.5025,1.4286,1.4000,0.0500,1623.1234,1623.1234,1639.3546,1639.3546,1639.3546
-576.2500,0.5000,,60.3400,,,,12,821.8000,-38.7614,1712.5570,-143.9810,-3.3358,147.3804,147.3804,-12.3908,0.0028,-6.9213,0.0000,-6.9213,3.5827,-6.9213,0.6288,0.0000,-7.5501,1.0225,,,-8.5726,1.3529,,,-9.9256,,,,,,,852.2723,-84.5956,0.2000,0.5025,1.4286,1.4000,0.0517,1644.4130,1644.4130,1660.8571,1660.8571,1660.8571
-576.7500,0.5000,,60.4200,,,,12,820.2400,-40.6239,1708.8676,-143.9108,-3.4894,146.7837,146.7837,-12.3613,-0.0265,-7.0457,0.0000,-7.0457,3.5828,-7.0457,0.6285,0.0000,-7.6743,1.0221,,,-8.6964,1.3523,,,-10.0487,,,,,,,852.0009,-86.0137,0.2000,0.5025,1.4286,1.4000,0.0517,1616.1512,1616.1512,1632.3127,1632.3127,1632.3127
-577.2500,0.5000,,60.2500,,,,12,818.5400,-96.9541,1704.8471,-143.8343,-8.3106,146.1349,146.1349,-12.3291,-0.1802,-11.7132,0.0000,-11.7132,3.5827,-11.7132,0.6268,0.0000,-12.3399,1.0194,,,-13.3594,1.3480,,,-14.7073,,,,,,,850.1513,-138.6081,0.2000,0.5025,1.4286,1.4000,0.0517,893.9294,893.9294,902.8687,902.8687,902.8687
-577.7500,0.5000,,59.9833,,,,12,815.7600,-136.7288,1698.2724,-143.7092,-11.6802,145.0769,145.0769,-12.2765,-0.3586,-14.9043,0.0000,-14.9043,3.5828,-14.9043,0.6233,0.0000,-15.5276,1.0140,,,-16.5416,1.3394,,,-17.8810,,,,,,,846.4584,-175.1743,0.2000,0.5025,1.4286,1.4000,0.0517,290.9955,290.9955,293.9054,293.9054,293.9054
-578.2500,0.5000,,59.8500,,,,12,813.2900,-134.7949,1692.4309,-143.5981,-11.4802,144.1402,144.1402,-12.2299,-0.2698,-14.7934,0.0000,-14.7934,3.5831,-14.7934,0.6206,0.0000,-15.4141,1.0099,,,-16.4240,1.3329,,,-17.7569,,,,,,,843.6701,-174.4681,0.2000,0.5025,1.4286,1.4000,0.0520,318.7018,318.7018,321.8888,321.8888,321.8888
-578.7500,0.5000,,59.5833,,,,12,802.4200,-105.1105,1666.7233,-143.1089,-8.8324,140.0535,140.0535,-12.0253,-0.2870,-12.1300,0.0000,-12.1300,3.5847,-12.1300,0.6178,0.0000,-12.7479,1.0056,,,-13.7534,1.3260,,,-15.0794,,,,,,,840.6932,-144.8009,0.2000,0.5025,1.4286,1.4000,0.0536,760.6910,760.6910,768.2979,768.2979,768.2979
-579.2500,0.5000,,59.2200,,,,12,908.7000,-147.8915,1918.0755,-147.8915,-14.0732,182.5218,182.5218,-14.0732,-0.5725,-17.0855,0.0000,-17.0855,3.5847,-17.0855,0.6122,0.0000,-17.6976,0.9969,,,-18.6945,1.3122,,,-20.0067,,,,,,,834.7244,-202.4619,0.2000,0.5025,1.4286,1.4000,0.0536,217.5686,217.5686,219.7443,219.7443,219.7443
-579.7500,0.5000,,58.1200,,,,11,1011.0900,-152.7209,2134.0000,-152.7209,-16.1703,225.9503,225.9503,-16.1703,23.1913,-42.9463,0.0000,-42.9463,3.5848,-42.9463,1.7132,0.0000,-44.6596,0.9756,,,-45.6352,1.8237,,,-47.4589,,,,,,,820.0885,-520.0261,0.2000,0.5025,1.4286,1.4000,0.0537,235.3978,235.3978,237.7518,237.7518,237.7518
-580.2500,0.5000,,56.9800,,,,11,993.0700,-151.6882,2117.6106,-151.6882,-15.7747,220.2189,220.2189,-15.7747,-2.6406,-16.7188,0.0000,-16.7188,3.5847,-16.7188,1.1129,0.0000,-17.8317,0.9506,,,-18.7823,1.2393,,,-20.0216,,,,,,,802.7393,-212.1239,0.2000,0.5025,1.4286,1.4000,0.0536,235.5578,235.5578,237.9133,237.9133,237.9133
-580.7500,0.5000,,55.9000,,,,11,974.7400,-150.8633,2074.2601,-150.8633,-15.3993,211.7291,211.7291,-15.3993,-2.2127,-16.7709,0.0000,-16.7709,3.5843,-16.7709,1.0819,0.0000,-17.8528,0.9294,,,-18.7822,1.2062,,,-19.9883,,,,,,,787.9072,-216.3731,0.2000,0.5025,1.4286,1.4000,0.0532,231.6495,231.6495,233.9660,233.9660,233.9660
-581.2500,0.5000,,54.8400,,,,11,956.7900,-150.0556,2031.8084,-150.0556,-15.0348,203.5767,203.5767,-15.0348,-2.1515,-16.4661,0.0000,-16.4661,3.5828,-16.4661,1.0516,0.0000,-17.5177,0.9085,,,-18.4261,1.1737,,,-19.5998,,,,,,,773.2127,-216.3458,0.2000,0.5025,1.4286,1.4000,0.0517,227.8222,227.8222,230.1005,230.1005,230.1005
-581.7500,0.5000,,53.8400,,,,11,939.9200,-149.2964,1991.9108,-149.2964,-14.6950,196.0602,196.0602,-14.6950,-1.9797,-16.2981,0.0000,-16.2981,3.5827,-16.2981,1.0235,0.0000,-17.3216,0.8890,,,-18.2106,1.1436,,,-19.3542,,,,,,,759.4406,-217.8039,0.2000,0.5025,1.4286,1.4000,0.0517,224.2253,224.2253,226.4675,226.4675,226.4675
-582.2500,0.5000,,53.5800,,,,11,937.4400,-149.1848,1986.0456,-149.1848,-14.6452,194.9671,194.9671,-14.6452,-0.3985,-17.8277,0.0000,-17.8277,3.5809,-17.8277,1.0179,0.0000,-18.8455,0.8850,,,-19.7306,1.1375,,,-20.8681,,,,,,,756.6383,-237.8437,0.2000,0.5025,1.4286,1.4000,0.0498,223.6965,223.6965,225.9335,225.9335,225.9335
-582.7500,0.5000,,53.3400,,,,11,932.2700,-148.9522,1973.8186,-148.9522,-14.5418,192.6982,192.6982,-14.5418,-0.5332,-17.5886,0.0000,-17.5886,3.5800,-17.5886,1.0103,0.0000,-18.5988,0.8798,,,-19.4786,1.1293,,,-20.6079,,,,,,,752.8723,-235.9043,0.2000,0.5025,1.4286,1.4000,0.0489,222.5942,222.5942,224.8201,224.8201,224.8201
-583.2500,0.5000,,53.1000,,,,11,929.3600,-148.8212,1966.9364,-148.8212,-14.4836,191.4269,191.4269,-14.4836,-0.3652,-17.6983,0.0000,-17.6983,3.5798,-17.6983,1.0051,0.0000,-18.7033,0.8761,,,-19.5794,1.1237,,,-20.7032,,,,,,,750.2819,-238.0487,0.2000,0.5025,1.4286,1.4000,0.0487,221.9737,221.9737,224.1934,224.1934,224.1934
-583.7500,0.5000,,52.9200,,,,11,925.5300,-148.6489,1957.8785,-148.6489,-14.4072,189.7601,189.7601,-14.4072,-0.4323,-17.5535,0.0000,-17.5535,3.5786,-17.5535,0.9989,0.0000,-18.5524,0.8718,,,-19.4242,1.1171,,,-20.5413,,,,,,,747.2037,-237.1001,0.2000,0.5025,1.4286,1.4000,0.0475,221.1571,221.1571,223.3686,223.3686,223.3686
-584.2500,0.5000,,52.7000,,,,11,921.9600,-148.4882,1949.4354,-148.4882,-14.3362,188.2130,188.2130,-14.3362,-0.4243,-17.4904,0.0000,-17.4904,3.5786,-17.4904,0.9928,0.0000,-18.4833,0.8675,,,-19.3508,1.1106,,,-20.4614,,,,,,,744.1703,-237.1797,0.2000,0.5025,1.4286,1.4000,0.0475,220.3959,220.3959,222.5998,222.5998,222.5998
-584.7500,0.5000,,52.5000,,,,11,918.3000,-148.3235,1940.7795,-148.3235,-14.2634,186.6334,186.6334,-14.2634,-0.3964,-17.4458,0.0000,-17.4458,3.5788,-17.4458,0.9871,0.0000,-18.4329,0.8636,,,-19.2965,1.1045,,,-20.4010,,,,,,,741.3249,-237.4417,0.2000,0.5025,1.4286,1.4000,0.0477,219.6155,219.6155,221.8117,221.8117,221.8117
-585.2500,0.5000,,52.2600,,,,11,913.3900,-148.1026,1929.1674,-148.1026,-14.1660,184.5248,184.5248,-14.1660,-0.5320,-17.2131,0.0000,-17.2131,3.5790,-17.2131,0.9795,0.0000,-18.1926,0.8582,,,-19.0508,1.0963,,,-20.1471,,,,,,,737.4895,-235.5644,0.2000,0.5025,1.4286,1.4000,0.0479,218.5686,218.5686,220.7543,220.7543,220.7543
-585.7500,0.5000,,52.0200,,,,11,909.1100,-147.9100,1919.0452,-147.9100,-14.0813,182.6965,182.6965,-14.0813,-0.5033,-17.1573,0.0000,-17.1573,3.5793,-17.1573,0.9723,0.0000,-18.1296,0.8531,,,-18.9827,1.0885,,,-20.0712,,,,,,,733.8421,-235.9156,0.2000,0.5025,1.4286,1.4000,0.0483,217.6560,217.6560,219.8326,219.8326,219.8326
-586.2500,0.5000,,51.6800,,,,11,904.5100,-147.7030,1908.1662,-147.7030,-13.9904,180.7416,180.7416,-13.9904,-0.5140,-17.0579,0.0000,-17.0579,3.5814,-17.0579,0.9649,0.0000,-18.0228,0.8479,,,-18.8707,1.0805,,,-19.9512,,,,,,,730.0986,-235.7282,0.2000,0.5025,1.4286,1.4000,0.0504,203.6534,203.6534,205.6900,205.6900,205.6900
-586.7500,0.5000,,51.3600,,,,11,896.8300,-147.3574,1890.0030,-147.3574,-13.8392,177.5012,177.5012,-13.8392,-0.7548,-16.6658,0.0000,-16.6658,3.5814,-16.6658,0.9540,0.0000,-17.6198,0.8402,,,-18.4600,1.0688,,,-19.5288,,,,,,,724.5659,-232.2167,0.2000,0.5025,1.4286,1.4000,0.0503,180.3752,180.3752,182.1790,182.1790,182.1790
-587.2500,0.5000,,51.0400,,,,11,892.3300,-147.1549,1879.3605,-147.1549,-13.7508,175.6160,175.6160,-13.7508,-0.5284,-16.8052,0.0000,-16.8052,3.5828,-16.8052,0.9464,0.0000,-17.7516,0.8348,,,-18.5864,1.0606,,,-19.6470,,,,,,,720.6677,-235.2198,0.2000,0.5025,1.4286,1.4000,0.0517,180.6587,180.6587,182.4652,182.4652,182.4652
-587.7500,0.5000,,50.7750,,,,11,887.1531,-124.5862,1867.1170,-146.9219,-11.5744,173.4597,173.4597,-13.6494,-0.5934,-14.5647,0.0000,-14.5647,3.5837,-14.5647,0.9378,0.0000,-15.5025,0.8287,,,-16.3312,1.0513,,,-17.3826,,,,,,,716.2649,-206.6805,0.2000,0.5025,1.4286,1.4000,0.0527,518.6028,518.6028,523.7889,523.7889,523.7889
-588.2500,0.5000,,50.6400,,,,11,886.0700,-135.7751,1864.5556,-146.8732,-12.5984,173.0103,173.0103,-13.6282,-0.1621,-16.0197,0.0000,-16.0197,3.5834,-16.0197,0.9354,0.0000,-16.9551,0.8271,,,-17.7822,1.0488,,,-18.8310,,,,,,,715.0572,-226.4287,0.2000,0.5025,1.4286,1.4000,0.0523,348.8062,348.8062,352.2943,352.2943,352.2943
-588.7500,0.5000,,50.5333,,,,11,883.3529,-146.7509,1858.1297,-146.7509,-13.5751,171.8854,171.8854,-13.5751,-0.2758,-16.8812,0.0000,-16.8812,3.5819,-16.8812,0.9314,0.0000,-17.8126,0.8242,,,-18.6368,1.0445,,,-19.6813,,,,,,,712.9983,-238.5671,0.2000,0.5025,1.4286,1.4000,0.0508,181.2241,181.2241,183.0364,183.0364,183.0364
-589.2500,0.5000,,50.4000,,,,11,884.2400,-130.8870,1860.2276,-146.7908,-12.1198,172.2522,172.2522,-13.5924,0.0058,-15.7075,0.0000,-15.7075,3.5818,-15.7075,0.9315,0.0000,-16.6390,0.8243,,,-17.4632,1.0446,,,-18.5078,,,,,,,713.0418,-222.8346,0.2000,0.5025,1.4286,1.4000,0.0508,421.5644,421.5644,425.7801,425.7801,425.7801
-589.7500,0.5000,,50.5200,,,,11,884.9600,-67.8031,1861.9304,-146.8232,-6.2835,172.5503,172.5503,-13.6065,0.0827,-9.9490,0.0000,-9.9490,3.5827,-9.9490,0.9327,0.0000,-10.8817,0.8251,,,-11.7068,1.0459,,,-12.7527,,,,,,,713.6601,-145.6046,0.2000,0.5025,1.4286,1.4000,0.0517,1375.5591,1375.5591,1389.3147,1389.3147,1389.3147
-590.2500,0.5000,,50.5000,,,,11,883.0500,-28.8920,1857.4133,-146.7373,-2.6717,171.7602,171.7602,-13.5692,-0.0786,-6.1763,0.0000,-6.1763,3.5832,-6.1763,0.9316,0.0000,-7.1078,0.8243,,,-7.9322,1.0447,,,-8.9768,,,,,,,713.0724,-95.1865,0.2000,0.5025,1.4286,1.4000,0.0521,1962.5457,1962.5457,1982.1712,1982.1712,1982.1712
-590.7500,0.5000,,50.3000,,,,11,878.7100,-40.2857,1847.1492,-146.5420,-3.7070,169.9715,169.9715,-13.4845,-0.4732,-6.8166,0.0000,-6.8166,3.5828,-6.8166,0.9247,0.0000,-7.7413,0.8194,,,-8.5607,1.0372,,,-9.5980,,,,,,,709.5259,-104.1874,0.2000,0.5025,1.4286,1.4000,0.0517,1787.6445,1787.6445,1805.5210,1805.5210,1805.5210
-591.2500,0.5000,,50.0000,,,,11,874.2600,-85.4867,1836.6249,-146.3417,-7.8265,168.1472,168.1472,-13.3979,-0.5006,-10.9064,0.0000,-10.9064,3.5805,-10.9064,0.9174,0.0000,-11.8237,0.8142,,,-12.6380,1.0294,,,-13.6674,,,,,,,705.7544,-159.9826,0.2000,0.5025,1.4286,1.4000,0.0494,1101.6577,1101.6577,1112.6742,1112.6742,1112.6742
-591.7500,0.5000,,49.8200,,,,11,871.5800,-83.5131,1830.2867,-146.2211,-7.6224,167.0533,167.0533,-13.3458,-0.2626,-10.8528,0.0000,-10.8528,3.4930,-10.8528,0.9136,0.0000,-11.7663,0.8115,,,-12.5778,1.0253,,,-13.6031,,,,,,,703.7680,-159.6550,0.2000,0.4650,1.4286,1.3500,0.0494,1129.8349,1129.8349,1175.0283,1175.0283,1175.0283
-592.2500,0.5000,,49.6800,,,,11,867.7500,-106.0259,1821.2288,-146.0488,-9.6346,165.4961,165.4961,-13.2715,-0.3885,-12.7387,0.0000,-12.7387,3.4926,-12.7387,0.9079,0.0000,-13.6466,0.8075,,,-14.4541,1.0192,,,-15.4732,,,,,,,700.8186,-185.9474,0.2000,0.4650,1.4286,1.3500,0.0490,787.1774,787.1774,818.6645,818.6645,818.6645
-592.7500,0.5000,,49.3800,,,,11,862.9000,-134.0361,1809.7585,-145.8305,-12.1119,163.5346,163.5346,-13.1776,-0.5415,-15.0629,0.0000,-15.0629,3.4925,-15.0629,0.9000,0.0000,-15.9628,0.8018,,,-16.7646,1.0106,,,-17.7752,,,,,,,696.6876,-218.7978,0.2000,0.4650,1.4286,1.3500,0.0489,360.7918,360.7918,375.2235,375.2235,375.2235
-593.2500,0.5000,,49.1400,,,,11,859.5200,-128.4039,1801.7648,-145.6784,-11.5575,162.1746,162.1746,-13.1123,-0.3494,-14.7100,0.0000,-14.7100,3.5019,-14.7100,0.8948,0.0000,-15.6048,0.7981,,,-16.4030,1.0051,,,-17.4081,,,,,,,694.0090,-214.7164,0.2000,0.4650,1.4286,1.3500,0.0583,443.8394,443.8394,461.5930,461.5930,461.5930
-593.7500,0.5000,,49.0400,,,,11,856.2600,-133.3964,1794.0549,-145.5317,-11.9613,160.8681,160.8681,-13.0494,-0.3523,-15.1245,0.0000,-15.1245,3.5156,-15.1245,0.8897,0.0000,-16.0142,0.7944,,,-16.8086,0.9995,,,-17.8081,,,,,,,691.2972,-221.2135,0.2000,0.4650,1.4286,1.3500,0.0720,366.3637,366.3637,381.0182,381.0182,381.0182
-594.2500,0.5000,,48.7500,,,,11,853.2143,-101.2792,1786.8518,-145.3946,-9.0491,159.6523,159.6523,-12.9908,-0.3482,-12.2507,0.0000,-12.2507,3.5497,-12.2507,0.8846,0.0000,-13.1352,0.7908,,,-13.9260,0.9940,,,-14.9200,,,,,,,688.6065,-182.1535,0.2000,0.4650,1.4286,1.3500,0.1062,849.9540,849.9540,883.9521,883.9521,883.9521
-594.7500,0.5000,,48.6000,,,,11,849.9500,-56.7912,1779.1318,-145.2478,-5.0548,158.3544,158.3544,-12.9280,-0.3129,-8.5339,0.0000,-8.5339,3.7920,-8.5339,0.8800,0.0000,-9.4139,0.7874,,,-10.2013,0.9890,,,-11.1904,,,,,,,686.1798,-131.0093,0.2000,0.4650,1.4286,1.3500,0.3485,1520.4028,1520.4028,1581.2189,1581.2189,1581.2189
-595.2500,0.5000,,48.5000,,,,11,849.0700,-16.8373,1777.0506,-145.2082,-1.4971,158.0054,158.0054,-12.9111,-0.1910,-5.1454,0.0000,-5.1454,3.8393,-5.1454,0.8771,0.0000,-6.0225,0.7854,,,-6.8079,0.9860,,,-7.7939,,,,,,,684.6940,-83.9949,0.2000,0.4650,1.4286,1.3500,0.3958,2013.0560,2013.0560,2093.5782,2093.5782,2093.5782
-595.7500,0.5000,,48.4167,,,,11,859.2059,78.4019,1801.0219,-145.6643,7.0543,162.0484,162.0484,-13.1063,-0.0118,2.7355,0.0000,2.7355,4.3306,2.7355,0.8770,0.0000,1.8586,0.7853,,,1.0733,0.9858,,,0.0875,,,,,,,684.6020,25.9246,0.2000,0.4650,1.4286,1.3500,0.8870,3362.4269,3362.4269,3496.9240,3496.9240,3496.9240
-596.2500,0.5000,,48.8000,,,,11,853.7245,169.8745,1788.0584,-145.4176,15.1871,159.8557,159.8557,-13.0006,0.6339,10.2223,0.0000,10.2223,4.3310,10.2223,0.8863,0.0000,9.3360,0.7920,,,8.5440,0.9959,,,7.5481,,,,,,,689.5203,129.2955,0.2000,0.4650,1.4286,1.3500,0.8874,4595.2995,4595.2995,4779.1115,4779.1115,4779.1115
-596.7500,0.5000,,48.9400,,,,11,859.9100,180.4741,1802.6872,-145.6960,16.2516,162.3312,162.3312,-13.1199,0.5442,11.2273,0.0000,11.2273,4.4801,11.2273,0.8943,0.0000,10.3330,0.7977,,,9.5353,1.0045,,,8.5308,,,,,,,693.7154,142.2386,0.2000,0.4650,1.4286,1.3500,1.0365,4766.6362,4766.6362,4957.3016,4957.3016,4957.3016
-597.2500,0.5000,,49.2000,,,,11,863.5300,171.5249,1811.2485,-145.8589,15.5108,163.7888,163.7888,-13.1898,0.3786,10.6306,0.0000,10.6306,4.5016,10.6306,0.8998,0.0000,9.7307,0.8017,,,8.9290,1.0105,,,7.9186,,,,,,,696.6189,133.3895,0.2000,0.4650,1.4286,1.3500,1.0580,4687.6213,4687.6213,4875.1261,4875.1261,4875.1261
-597.7500,0.5000,,49.4400,,,,11,868.3200,172.4397,1822.5768,-146.0744,15.6800,165.7274,165.7274,-13.2826,0.4782,10.8424,0.0000,10.8424,4.3594,10.8424,0.9068,0.0000,9.9356,0.8067,,,9.1289,1.0180,,,8.1109,,,,,,,700.2686,135.4879,0.2000,0.4650,1.4286,1.3500,0.9158,4730.4785,4730.4785,4919.6976,4919.6976,4919.6976
-598.2500,0.5000,,49.7200,,,,11,873.3700,223.8444,1834.5201,-146.3017,20.4726,167.7835,167.7835,-13.3806,0.4579,15.6968,0.0000,15.6968,4.3179,15.6968,0.9135,0.0000,14.7833,0.8115,,,13.9718,1.0252,,,12.9466,,,,,,,703.7461,200.5975,0.2000,0.4650,1.4286,1.3500,0.8743,5407.8067,5407.8067,5624.1190,5624.1190,5624.1190
-598.7500,0.5000,,50.1000,,,,11,878.9400,256.6850,1847.6931,-146.5523,23.6259,170.0661,170.0661,-13.4890,0.6852,18.6825,0.0000,18.6825,4.2582,18.6825,0.9235,0.0000,17.7590,0.8186,,,16.9404,1.0360,,,15.9044,,,,,,,708.9179,239.2179,0.2000,0.5025,1.4286,1.4000,0.7271,5970.5274,5970.5274,6030.2327,6030.2327,6030.2327
-599.2500,0.5000,,50.4400,,,,11,885.6400,231.3244,1863.5386,-146.8538,21.4540,172.8320,172.8320,-13.6198,0.6961,16.5952,0.0000,16.5952,4.1627,16.5952,0.9336,0.0000,15.6616,0.8258,,,14.8358,1.0469,,,13.7889,,,,,,,714.1335,209.4242,0.2000,0.5025,1.4286,1.4000,0.6316,5617.6471,5617.6471,5673.8236,5673.8236,5673.8236
-599.7500,0.5000,,50.6800,,,,11,888.5500,147.9954,1870.4208,-146.9848,13.7708,174.0403,174.0403,-13.6767,0.3855,9.1750,0.0000,9.1750,4.2103,9.1750,0.9392,0.0000,8.2358,0.8298,,,7.4060,1.0529,,,6.3531,,,,,,,717.0058,109.6863,0.2000,0.5025,1.4286,1.4000,0.6792,4466.1200,4466.1200,4510.7812,4510.7812,4510.7812
-600.2500,0.5000,,50.9000,,,,11,893.2900,124.6160,1881.6309,-147.1981,11.6572,176.0174,176.0174,-13.7697,0.4906,6.9306,0.0000,6.9306,4.2360,6.9306,0.9463,0.0000,5.9843,0.8348,,,5.1495,1.0606,,,4.0890,,,,,,,720.6442,79.2984,0.2000,0.5025,1.4286,1.4000,0.7049,4154.2882,4154.2882,4195.8311,4195.8311,4195.8311
-600.7500,0.5000,,51.2000,,,,11,897.4200,117.2969,1891.3983,-147.3839,11.0233,177.7491,177.7491,-13.8508,0.4198,6.2091,0.0000,6.2091,4.3944,6.2091,0.9524,0.0000,5.2567,0.8391,,,4.4176,1.0671,,,3.3506,,,,,,,723.7428,69.3591,0.2000,0.5025,1.4286,1.4000,0.8633,4067.3526,4067.3526,4108.0261,4108.0261,4108.0261
-601.2500,0.5000,,51.4400,,,,11,900.0200,102.4519,1897.5473,-147.5009,9.6561,178.8436,178.8436,-13.9019,0.3382,4.7943,0.0000,4.7943,4.5236,4.7943,0.9573,0.0000,3.8370,0.8425,,,2.9945,1.0723,,,1.9221,,,,,,,726.2299,50.4533,0.2000,0.5025,1.4286,1.4000,0.9925,3875.3422,3875.3422,3914.0956,3914.0956,3914.0956
-601.7500,0.5000,,51.4600,,,,11,898.7700,73.3932,1894.5911,-147.4447,6.9077,178.3170,178.3170,-13.8773,0.1206,2.2956,0.0000,2.2956,4.4915,2.2956,0.9590,0.0000,1.3366,0.8438,,,0.4928,1.0742,,,-0.5814,,,,,,,727.1149,17.5533,0.2000,0.5025,1.4286,1.4000,0.9604,3454.6198,3454.6198,3489.1660,3489.1660,3489.1660
-602.2500,0.5000,,51.4200,,,,11,894.0200,33.3865,1883.3573,-147.2309,3.1257,176.3228,176.3228,-13.7840,-0.0934,-1.2414,0.0000,-1.2414,4.4604,-1.2414,0.9577,0.0000,-2.1991,0.8428,,,-3.0419,1.0728,,,-4.1146,,,,,,,726.4301,-28.9077,0.2000,0.5025,1.4286,1.4000,0.9294,2865.7426,2865.7426,2894.4001,2894.4001,2894.4001
-602.7500,0.5000,,51.4400,,,,11,900.2800,36.5533,1898.1622,-147.5126,3.4461,178.9532,178.9532,-13.9071,0.0657,-0.9667,0.0000,-0.9667,4.3471,-0.9667,0.9586,0.0000,-1.9253,0.8435,,,-2.7688,1.0738,,,-3.8426,,,,,,,726.9124,-25.2929,0.2000,0.5025,1.4286,1.4000,0.8161,2944.3931,2944.3931,2973.8370,2973.8370,2973.8370
-603.2500,0.5000,,51.4600,,,,11,910.9700,63.0160,1923.4441,-147.9937,6.0115,183.4899,183.4899,-14.1181,0.0222,1.7830,0.0000,1.7830,4.2064,1.7830,0.9589,0.0000,0.8240,0.8437,,,-0.0197,1.0741,,,-1.0938,,,,,,,727.0750,10.8227,0.2000,0.5025,1.4286,1.4000,0.6753,3398.9923,3398.9923,3432.9822,3432.9822,3432.9822
-603.7500,0.5000,,51.6600,,,,11,904.3600,168.8934,1907.8114,-147.6962,15.9949,180.6781,180.6781,-13.9875,0.3058,11.5700,0.0000,11.5700,4.1192,11.5700,0.9633,0.0000,10.6066,0.8468,,,9.7598,1.0789,,,8.6810,,,,,,,729.3135,138.8786,0.2000,0.5025,1.4286,1.4000,0.5881,4848.3934,4848.3934,4896.8773,4896.8773,4896.8773
-604.2500,0.5000,,51.6800,,,,11,906.0500,198.2175,1911.8083,-147.7723,18.8071,181.3949,181.3949,-14.0208,0.2168,14.5883,0.0000,14.5883,4.0021,14.5883,0.9665,0.0000,13.6218,0.8490,,,12.7728,1.0822,,,11.6906,,,,,,,730.8964,177.9715,0.2000,0.5025,1.4286,1.4000,0.4710,5276.1651,5276.1651,5328.9267,5328.9267,5328.9267
-604.7500,0.5000,,51.8800,,,,11,909.4200,234.1493,1919.7783,-147.9239,22.2990,182.8286,182.8286,-14.0874,0.3266,17.9862,0.0000,17.9862,3.9862,17.9862,0.9712,0.0000,17.0151,0.8523,,,16.1627,1.0873,,,15.0754,,,,,,,733.2745,221.5841,0.2000,0.5025,1.4286,1.4000,0.4552,5860.6431,5860.6431,5919.2495,5919.2495,5919.2495
-605.2500,0.5000,,52.0200,,,,11,911.1600,222.4410,1923.8934,-148.0022,21.2245,183.5711,183.5711,-14.1218,0.2662,17.0987,0.0000,17.0987,3.8597,17.0987,0.9750,0.0000,16.1237,0.8550,,,15.2687,1.0914,,,14.1773,,,,,,,735.2073,209.4239,0.2000,0.5025,1.4286,1.4000,0.3286,5673.6981,5673.6981,5730.4350,5730.4350,5730.4350
-605.7500,0.5000,,52.1200,,,,11,913.1900,194.0572,1928.6944,-148.0936,18.5575,184.4392,184.4392,-14.1620,0.2213,14.4763,0.0000,14.4763,3.8599,14.4763,0.9782,0.0000,13.4982,0.8573,,,12.6409,1.0948,,,11.5461,,,,,,,736.8103,174.9406,0.2000,0.5025,1.4286,1.4000,0.3288,5270.6899,5270.6899,5323.3968,5323.3968,5323.3968
-606.2500,0.5000,,52.1800,,,,11,916.1600,195.1395,1935.7184,-148.2272,18.7217,185.7129,185.7129,-14.2209,0.1866,14.7587,0.0000,14.7587,3.7764,14.7587,0.9808,0.0000,13.7779,0.8591,,,12.9187,1.0977,,,11.8210,,,,,,,738.1593,178.2390,0.2000,0.5025,1.4286,1.4000,0.2453,5308.2322,5308.2322,5361.3146,5361.3146,5361.3146
-606.7500,0.5000,,52.6400,,,,11,924.9500,307.0557,1956.5068,-148.6228,29.7416,189.5083,189.5083,-14.3957,1.0374,24.9396,0.0000,24.9396,3.7646,24.9396,0.9957,0.0000,23.9439,0.8696,,,23.0743,1.1137,,,21.9606,,,,,,,745.6141,306.6564,0.2000,0.5025,1.4286,1.4000,0.2335,7162.2654,7162.2654,7233.8881,7233.8881,7233.8881
-607.2500,0.5000,,53.1400,,,,11,935.6400,413.6740,1981.7886,-149.1038,40.5318,194.1756,194.1756,-14.6092,1.0864,35.7315,0.0000,35.7315,3.7138,35.7315,1.4254,0.0000,34.3062,0.8804,,,33.4258,1.3356,,,32.0902,,,,,,,753.3420,434.8620,0.2000,0.5025,1.4286,1.4000,0.1828,8954.1586,8954.1586,9043.7002,9043.7002,9043.7002
-607.7500,0.5000,,53.9000,,,,11,950.4500,566.1378,2016.8143,-149.7703,56.3482,200.7353,200.7353,-14.9068,1.7098,50.9265,0.0000,50.9265,3.7119,50.9265,2.0330,0.0000,48.8935,0.8973,,,47.9961,1.9184,,,46.0778,,,,,,,765.3460,610.0484,0.2000,0.5025,1.4286,1.4000,0.1808,11447.7218,11447.7218,11562.1990,11562.1990,11562.1990
-608.2500,0.5000,,54.8000,,,,11,965.1700,568.7771,2051.6271,-150.4327,57.4877,207.3628,207.3628,-15.2046,1.7192,52.0828,0.0000,52.0828,3.6857,52.0828,2.0792,0.0000,50.0036,0.9142,,,49.0895,1.9621,,,47.1274,,,,,,,777.2292,614.3610,0.2000,0.5025,1.4286,1.4000,0.1546,11661.4911,11661.4911,11778.1060,11778.1060,11778.1060
-608.7500,0.5000,,55.7000,,,,11,980.6000,566.5583,2088.1190,-151.1270,58.1788,214.4252,214.4252,-15.5190,1.8156,52.6871,0.0000,52.6871,3.6762,52.6871,2.1032,0.0000,50.5839,0.9318,,,49.6521,1.9845,,,47.6676,,,,,,,789.5844,611.7653,0.2000,0.5025,1.4286,1.4000,0.1451,11816.1913,11816.1913,11934.3532,11934.3532,11934.3532
-609.2500,0.5000,,56.4800,,,,11,995.9200,559.6374,2124.3508,-151.8164,58.3660,221.5539,221.5539,-15.8333,1.8551,52.8454,0.0000,52.8454,3.6655,52.8454,2.1094,0.0000,50.7360,0.9496,,,49.7865,1.9898,,,47.7966,,,,,,,802.0119,604.0974,0.2000,0.5025,1.4286,1.4000,0.1344,11886.5659,11886.5659,12005.4316,12005.4316,12005.4316
-609.7500,0.5000,,57.3200,,,,11,1009.9900,556.2977,2134.0000,-152.6494,58.8373,225.7044,225.7044,-16.1451,1.7758,53.4160,0.0000,53.4160,3.6455,53.4160,2.1321,0.0000,51.2839,0.9664,,,50.3175,2.0110,,,48.3065,,,,,,,813.7304,601.8275,0.2000,0.5025,1.4286,1.4000,0.1145,12004.4096,12004.4096,12124.4537,12124.4537,12124.4537
-610.2500,0.5000,,58.1600,,,,11,1022.7600,549.7029,2134.0000,-153.4794,58.8749,228.5582,228.5582,-16.4381,1.4848,53.7446,0.0000,53.7446,3.6455,53.7446,2.1451,0.0000,51.5994,0.9804,,,50.6190,2.0231,,,48.5960,,,,,,,823.4007,598.4187,0.2000,0.5025,1.4286,1.4000,0.1145,12048.5007,12048.5007,12168.9857,12168.9857,12168.9857
-610.7500,0.5000,,58.7800,,,,11,1033.2000,542.5294,2134.0000,-154.1580,58.6998,230.8912,230.8912,-16.6793,1.4554,53.6177,0.0000,53.6177,3.6267,53.6177,2.1399,0.0000,51.4777,0.9940,,,50.4837,2.0176,,,48.4661,,,,,,,832.7706,590.2899,0.2000,0.5025,1.4286,1.4000,0.0956,12053.1135,12053.1135,12173.6447,12173.6447,12173.6447
-611.2500,0.5000,,59.3600,,,,11,1042.7200,490.7710,2134.0000,-154.7768,53.5889,233.0187,233.0187,-16.9006,1.1576,48.8062,0.0000,48.8062,3.6251,48.8062,1.9474,0.0000,46.8588,1.0048,,,45.8541,1.8324,,,44.0217,,,,,,,840.1483,532.6071,0.2000,0.5025,1.4286,1.4000,0.0941,11259.6898,11259.6898,11372.2867,11372.2867,11372.2867
-611.7500,0.5000,,59.8000,,,,11,1049.4300,350.0952,2134.0000,-155.2130,38.4741,234.5182,234.5182,-17.0573,0.9582,33.9002,0.0000,33.9002,3.6157,33.9002,1.3511,0.0000,32.5491,1.0136,,,31.5354,1.3388,,,30.1966,,,,,,,846.2066,367.3108,0.2000,0.5025,1.4286,1.4000,0.0847,8894.4988,8894.4988,8983.4438,8983.4438,8983.4438
-612.2500,0.5000,,60.1800,,,,11,1055.5300,292.9770,2134.0000,-155.6095,32.3842,235.8814,235.8814,-17.2003,0.7657,28.0062,0.0000,28.0062,3.6122,28.0062,1.2165,0.0000,26.7897,1.0207,,,25.7690,1.3500,,,24.4190,,,,,,,851.0172,300.6083,0.2000,0.5025,1.4286,1.4000,0.0811,7966.6515,7966.6515,8046.3180,8046.3180,8046.3180
-612.7500,0.5000,,60.3400,,,,11,1056.2000,180.7629,2134.0000,-155.6530,19.9933,236.0311,236.0311,-17.2160,0.1959,16.1890,0.0000,16.1890,3.6085,16.1890,1.2192,0.0000,14.9698,1.0225,,,13.9473,1.3529,,,12.5944,,,,,,,852.2432,167.7348,0.2000,0.5025,1.4286,1.4000,0.0774,6046.3176,6046.3176,6106.7808,6106.7808,6106.7808
-613.2500,0.5000,,60.4400,,,,11,1058.9200,152.9251,2134.0000,-155.8298,16.9578,236.6389,236.6389,-17.2799,0.2529,13.0989,0.0000,13.0989,3.6060,13.0989,1.2227,0.0000,11.8763,1.0248,,,10.8515,1.3566,,,9.4949,,,,,,,853.8240,132.8260,0.2000,0.5025,1.4286,1.4000,0.0749,5602.2853,5602.2853,5658.3082,5658.3082,5658.3082
-613.7500,0.5000,,60.5400,,,,11,1060.2600,122.0411,2134.0000,-155.9169,13.5502,236.9384,236.9384,-17.3115,0.1884,9.7569,0.0000,9.7569,3.6050,9.7569,1.2252,0.0000,8.5316,1.0265,,,7.5051,1.3593,,,6.1458,,,,,,,854.9997,95.2878,0.2000,0.5025,1.4286,1.4000,0.0739,5101.2990,5101.2990,5152.3120,5152.3120,5152.3120
-614.2500,0.5000,,60.6200,,,,11,1061.1400,118.5078,2134.0000,-155.9741,13.1689,237.1350,237.1350,-17.3322,0.1470,9.4188,0.0000,9.4188,3.6030,9.4188,1.2272,0.0000,8.1916,1.0279,,,7.1637,1.3615,,,5.8022,,,,,,,855.9160,91.3918,0.2000,0.5025,1.4286,1.4000,0.0719,5047.6077,5047.6077,5098.0838,5098.0838,5098.0838
-614.7500,0.5000,,60.6600,,,,11,1063.2400,116.3074,2134.0000,-156.1106,12.9499,237.6043,237.6043,-17.3817,0.1972,9.1497,0.0000,9.1497,3.6031,9.1497,1.2299,0.0000,7.9197,1.0297,,,6.8901,1.3643,,,5.5257,,,,,,,857.1433,88.2324,0.2000,0.5025,1.4286,1.4000,0.0720,5021.9104,5021.9104,5072.1295,5072.1295,5072.1295
-615.2500,0.5000,,60.8000,,,,11,1064.8800,119.9904,2134.0000,-156.2172,13.3806,237.9708,237.9708,-17.4204,0.2263,9.5513,0.0000,9.5513,3.6030,9.5513,1.2330,0.0000,8.3182,1.0317,,,7.2865,1.3677,,,5.9189,,,,,,,858.5496,92.5204,0.2000,0.5025,1.4286,1.4000,0.0720,5090.6294,5090.6294,5141.5357,5141.5357,5141.5357
-615.7500,0.5000,,60.8600,,,,11,1065.6700,122.8318,2134.0000,-156.2686,13.7076,238.1474,238.1474,-17.4391,0.1416,9.9630,0.0000,9.9630,3.6031,9.9630,1.2350,0.0000,8.7280,1.0330,,,7.6950,1.3697,,,6.3252,,,,,,,859.4285,96.9786,0.2000,0.5025,1.4286,1.4000,0.0720,5141.2759,5141.2759,5192.6887,5192.6887,5192.6887
-616.2500,0.5000,,60.9400,,,,11,1067.6300,124.4094,2134.0000,-156.3960,13.9092,238.5854,238.5854,-17.4854,0.1996,10.1066,0.0000,10.1066,3.6030,10.1066,1.2377,0.0000,8.8689,1.0349,,,7.8341,1.3726,,,6.4614,,,,,,,860.6656,98.4028,0.2000,0.5025,1.4286,1.4000,0.0719,5176.9833,5176.9833,5228.7532,5228.7532,5228.7532
-616.7500,0.5000,,61.0800,,,,11,1070.2600,118.6394,2134.0000,-156.5669,13.2968,239.1731,239.1731,-17.5476,0.3901,9.3036,0.0000,9.3036,3.6030,9.3036,1.2430,0.0000,8.0606,1.0384,,,7.0222,1.3783,,,5.6439,,,,,,,863.0788,89.1843,0.2000,0.5025,1.4286,1.4000,0.0719,5095.2525,5095.2525,5146.2050,5146.2050,5146.2050
-617.2500,0.5000,,61.2200,,,,11,1072.7300,120.6318,2134.0000,-156.7275,13.5513,239.7251,239.7251,-17.6061,0.3418,9.6060,0.0000,9.6060,3.6035,9.6060,1.2477,0.0000,8.3583,1.0415,,,7.3168,1.3833,,,5.9335,,,,,,,865.1877,92.2527,0.2000,0.5025,1.4286,1.4000,0.0724,5140.3214,5140.3214,5191.7246,5191.7246,5191.7246
-617.7500,0.5000,,61.3000,,,,11,1073.1600,107.6564,2134.0000,-156.7554,12.0985,239.8212,239.8212,-17.6163,0.0759,8.4191,0.0000,8.4191,3.6036,8.4191,1.2487,0.0000,7.1704,1.0422,,,6.1282,1.3844,,,4.7438,,,,,,,865.6549,79.0988,0.2000,0.5025,1.4286,1.4000,0.0725,4929.1762,4929.1762,4978.4680,4978.4680,4978.4680
-618.2500,0.5000,,61.3400,,,,11,1074.0600,84.4573,2134.0000,-156.8139,9.4994,240.0223,240.0223,-17.6377,0.0834,5.8120,0.0000,5.8120,3.6040,5.8120,1.2499,0.0000,4.5622,1.0430,,,3.5192,1.3856,,,2.1336,,,,,,,866.1682,50.2967,0.2000,0.5025,1.4286,1.4000,0.0729,4552.3196,4552.3196,4597.8428,4597.8428,4597.8428
-618.7500,0.5000,,61.3400,,,,11,1074.5200,87.8685,2134.0000,-156.8438,9.8873,240.1251,240.1251,-17.6486,0.0708,6.2122,0.0000,6.2122,3.6043,6.2122,1.2508,0.0000,4.9613,1.0436,,,3.9177,1.3866,,,2.5311,,,,,,,866.6040,54.6699,0.2000,0.5025,1.4286,1.4000,0.0732,4610.6860,4610.6860,4656.7929,4656.7929,4656.7929
-619.2500,0.5000,,61.4200,,,,11,1075.2800,90.1261,2134.0000,-156.8932,10.1485,240.2949,240.2949,-17.6667,0.0313,6.5125,0.0000,6.5125,3.6047,6.5125,1.2513,0.0000,5.2613,1.0439,,,4.2174,1.3871,,,2.8303,,,,,,,866.7965,57.9622,0.2000,0.5025,1.4286,1.4000,0.0736,4651.5875,4651.5875,4698.1034,4698.1034,4698.1034
-619.7500,0.5000,,61.5200,,,,11,1076.8900,89.3491,2134.0000,-156.9979,10.0760,240.6547,240.6547,-17.7049,0.3051,6.1655,0.0000,6.1655,3.6054,6.1655,1.2554,0.0000,4.9101,1.0467,,,3.8634,1.3915,,,2.4719,,,,,,,868.6711,53.9765,0.2000,0.5025,1.4286,1.4000,0.0743,4646.8442,4646.8442,4693.3127,4693.3127,4693.3127
-620.2500,0.5000,,61.5600,,,,11,1078.9200,90.1149,2134.0000,-157.1298,10.1816,241.1084,241.1084,-17.7532,0.1610,6.4145,0.0000,6.4145,3.6061,6.4145,1.2576,0.0000,5.1569,1.0481,,,4.1088,1.3938,,,2.7149,,,,,,,869.6588,56.6252,0.2000,0.5025,1.4286,1.4000,0.0750,4669.5562,4669.5562,4716.2517,4716.2517,4716.2517
-620.7500,0.5000,,61.6600,,,,11,1080.3800,90.1297,2134.0000,-157.2247,10.1970,241.4346,241.4346,-17.7880,0.2723,6.3169,0.0000,6.3169,3.6078,6.3169,1.2613,0.0000,5.0555,1.0506,,,4.0049,1.3978,,,2.6071,,,,,,,871.3267,55.4061,0.2000,0.5025,1.4286,1.4000,0.0767,4677.0797,4677.0797,4723.8505,4723.8505,4723.8505
-621.2500,0.5000,,61.7600,,,,11,1081.2300,93.4070,2134.0000,-157.2800,10.5761,241.6246,241.6246,-17.8082,0.0717,6.8965,0.0000,6.8965,3.6079,6.8965,1.2623,0.0000,5.6342,1.0512,,,4.5830,1.3988,,,3.1841,,,,,,,871.7655,61.7172,0.2000,0.5025,1.4286,1.4000,0.0768,4735.1914,4735.1914,4782.5434,4782.5434,4782.5434
-621.7500,0.5000,,61.7800,,,,11,1082.4000,112.8406,2134.0000,-157.3560,12.7903,241.8860,241.8860,-17.8361,0.1437,9.0362,0.0000,9.0362,3.6104,9.0362,1.2643,0.0000,7.7720,1.0525,,,6.7194,1.4009,,,5.3185,,,,,,,872.6437,85.0484,0.2000,0.5025,1.4286,1.4000,0.0793,5060.4744,5060.4744,5111.0792,5111.0792,5111.0792
-622.2500,0.5000,,61.9400,,,,11,1085.0200,127.8397,2134.0000,-157.5263,14.5255,242.4715,242.4715,-17.8986,0.3158,10.5994,0.0000,10.5994,3.6104,10.5994,1.2685,0.0000,9.3308,1.0554,,,8.2754,1.4055,,,6.8699,,,,,,,874.5708,101.8820,0.2000,0.5025,1.4286,1.4000,0.0793,5320.0942,5320.0942,5373.2951,5373.2951,5373.2951
-622.7500,0.5000,,61.9200,,,,11,1084.7900,120.6863,2134.0000,-157.5114,13.7098,242.4201,242.4201,-17.8931,0.0791,10.0167,0.0000,10.0167,3.6140,10.0167,1.2696,0.0000,8.7471,1.0561,,,7.6910,1.4066,,,6.2843,,,,,,,875.0528,95.4554,0.2000,0.5025,1.4286,1.4000,0.0830,5201.3607,5201.3607,5253.3743,5253.3743,5253.3743
-623.2500,0.5000,,62.0200,,,,11,1085.4800,121.6289,2134.0000,-157.5562,13.8257,242.5743,242.5743,-17.9096,0.0034,10.2081,0.0000,10.2081,3.6143,10.2081,1.2697,0.0000,8.9384,1.0561,,,7.8822,1.4067,,,6.4756,,,,,,,875.0734,97.5407,0.2000,0.5025,1.4286,1.4000,0.0832,5220.2962,5220.2962,5272.4992,5272.4992,5272.4992
-623.7500,0.5000,,62.0000,,,,11,1085.7700,119.4937,2134.0000,-157.5751,13.5866,242.6391,242.6391,-17.9165,0.1314,9.8375,0.0000,9.8375,3.6176,9.8375,1.2715,0.0000,8.5661,1.0573,,,7.5087,1.4086,,,6.1001,,,,,,,875.8739,93.3924,0.2000,0.5025,1.4286,1.4000,0.0866,5186.6442,5186.6442,5238.5107,5238.5107,5238.5107
-624.2500,0.5000,,62.0600,,,,11,1086.7600,121.3734,2134.0000,-157.6394,13.8129,242.8604,242.8604,-17.9402,0.0744,10.1204,0.0000,10.1204,3.6181,10.1204,1.2725,0.0000,8.8479,1.0580,,,7.7899,1.4097,,,6.3802,,,,,,,876.3269,96.4151,0.2000,0.5025,1.4286,1.4000,0.0870,5222.4793,5222.4793,5274.7041,5274.7041,5274.7041
-624.7500,0.5000,,62.0800,,,,11,1086.2300,124.7654,2134.0000,-157.6050,14.1920,242.7419,242.7419,-17.9275,-0.0966,10.6699,0.0000,10.6699,3.6187,10.6699,1.2712,0.0000,9.3987,1.0571,,,8.3416,1.4083,,,6.9333,,,,,,,875.7392,102.4862,0.2000,0.5025,1.4286,1.4000,0.0877,5275.5943,5275.5943,5328.3502,5328.3502,5328.3502
-625.2500,0.5000,,62.0000,,,,11,1086.1600,120.6642,2134.0000,-157.6004,13.7246,242.7263,242.7263,-17.9258,0.0026,10.1032,0.0000,10.1032,3.6189,10.1032,1.2712,0.0000,8.8320,1.0572,,,7.7748,1.4083,,,6.3665,,,,,,,875.7551,96.3044,0.2000,0.5025,1.4286,1.4000,0.0878,5207.8302,5207.8302,5259.9085,5259.9085,5259.9085
-625.7500,0.5000,,62.1400,,,,11,1090.0900,129.6367,2134.0000,-157.8559,14.7985,243.6045,243.6045,-18.0199,0.4563,10.7243,0.0000,10.7243,3.6179,10.7243,1.2774,0.0000,9.4470,1.0613,,,8.3857,1.4149,,,6.9708,,,,,,,878.5286,102.6851,0.2000,0.5025,1.4286,1.4000,0.0868,5374.9188,5374.9188,5428.6680,5428.6680,5428.6680
-626.2500,0.5000,,62.3400,,,,11,1089.3700,142.7469,2134.0000,-157.8091,16.2844,243.4436,243.4436,-18.0026,0.0562,12.6107,0.0000,12.6107,3.6175,12.6107,1.2782,0.0000,11.3325,1.0618,,,10.2707,1.4157,,,8.8550,,,,,,,878.8697,123.1325,0.2000,0.5025,1.4286,1.4000,0.0864,5586.8331,5586.8331,5642.7014,5642.7014,5642.7014
-626.7500,0.5000,,62.2600,,,,11,1090.8800,136.0970,2134.0000,-157.9072,15.5473,243.7811,243.7811,-18.0388,0.0786,11.8532,0.0000,11.8532,3.6154,11.8532,1.2792,0.0000,10.5740,1.0625,,,9.5115,1.4169,,,8.0947,,,,,,,879.3465,114.8289,0.2000,0.5025,1.4286,1.4000,0.0843,5485.0521,5485.0521,5539.9026,5539.9026,5539.9026
-627.2500,0.5000,,62.4200,,,,11,1094.6900,137.3638,2134.0000,-158.1549,15.7468,244.6325,244.6325,-18.1302,0.5244,11.6082,0.0000,11.6082,3.6143,11.6082,1.2863,0.0000,10.3218,1.0672,,,9.2546,1.4244,,,7.8302,,,,,,,882.5198,111.6873,0.2000,0.5025,1.4286,1.4000,0.0832,5524.8764,5524.8764,5580.1252,5580.1252,5580.1252
-627.7500,0.5000,,62.6400,,,,11,1097.1600,148.0469,2134.0000,-158.3154,17.0098,245.1845,245.1845,-18.1895,0.2752,13.1207,0.0000,13.1207,3.6139,13.1207,1.2901,0.0000,11.8306,1.0697,,,10.7609,1.4284,,,9.3325,,,,,,,884.1809,127.7723,0.2000,0.5025,1.4286,1.4000,0.0828,5712.8028,5712.8028,5769.9308,5769.9308,5769.9308
-628.2500,0.5000,,62.7200,,,,11,1099.6700,170.4710,2134.0000,-158.4786,19.6310,245.7454,245.7454,-18.2499,0.3644,15.6530,0.0000,15.6530,3.6135,15.6530,1.2950,0.0000,14.3580,1.0729,,,13.2851,1.4337,,,11.8514,,,,,,,886.3752,154.6852,0.2000,0.5025,1.4286,1.4000,0.0825,6093.9265,6093.9265,6154.8657,6154.8657,6154.8657
-628.7500,0.5000,,62.8200,,,,11,1100.0600,181.2599,2134.0000,-158.5039,20.8808,245.8326,245.8326,-18.2593,0.1568,17.1114,0.0000,17.1114,3.6126,17.1114,1.2971,0.0000,15.8143,1.0743,,,14.7400,1.4359,,,13.3040,,,,,,,887.3177,170.1931,0.2000,0.5025,1.4286,1.4000,0.0815,6273.2183,6273.2183,6335.9505,6335.9505,6335.9505
-629.2500,0.5000,,62.9000,,,,11,1101.3500,170.7525,2134.0000,-158.5878,19.6934,246.1208,246.1208,-18.2904,0.0930,15.9889,0.0000,15.9889,3.6116,15.9889,1.2984,0.0000,14.6905,1.0752,,,13.6153,1.4373,,,12.1780,,,,,,,887.8764,157.9991,0.2000,0.5025,1.4286,1.4000,0.0805,6106.9319,6106.9319,6168.0013,6168.0013,6168.0013
-629.7500,0.5000,,62.9600,,,,11,1103.5400,173.1208,2134.0000,-158.7301,20.0063,246.6102,246.6102,-18.3432,0.3326,16.0624,0.0000,16.0624,3.6113,16.0624,1.3029,0.0000,14.7595,1.0781,,,13.6814,1.4421,,,12.2393,,,,,,,889.8711,158.3856,0.2000,0.5025,1.4286,1.4000,0.0802,6156.7828,6156.7828,6218.3506,6218.3506,6218.3506
-630.2500,0.5000,,63.1000,,,,11,1105.2000,176.9851,2134.0000,-158.8380,20.4836,246.9812,246.9812,-18.3833,0.2014,16.6717,0.0000,16.6717,3.6104,16.6717,1.3056,0.0000,15.3661,1.0799,,,14.2862,1.4450,,,12.8412,,,,,,,891.0771,164.6723,0.2000,0.5025,1.4286,1.4000,0.0794,6228.5835,6228.5835,6290.8693,6290.8693,6290.8693
-630.7500,0.5000,,63.1600,,,,11,1106.2300,164.2911,2134.0000,-158.9050,19.0322,247.2114,247.2114,-18.4082,0.1278,15.2936,0.0000,15.2936,3.6107,15.2936,1.3073,0.0000,13.9863,1.0811,,,12.9052,1.4468,,,11.4584,,,,,,,891.8416,149.7567,0.2000,0.5025,1.4286,1.4000,0.0796,6025.0557,6025.0557,6085.3062,6085.3062,6085.3062
-631.2500,0.5000,,63.2400,,,,11,1106.9700,160.9628,2134.0000,-158.9531,18.6591,247.3768,247.3768,-18.4261,0.1561,14.8908,0.0000,14.8908,3.6122,14.8908,1.3095,0.0000,13.5813,1.0825,,,12.4989,1.4490,,,11.0498,,,,,,,892.7742,145.2689,0.2000,0.5025,1.4286,1.4000,0.0811,5974.0366,5974.0366,6033.7770,6033.7770,6033.7770
-631.7500,0.5000,,63.2000,,,,11,1105.6700,153.4938,2134.0000,-158.8686,17.7724,247.0862,247.0862,-18.3947,-0.1781,14.3378,0.0000,14.3378,3.6126,14.3378,1.3070,0.0000,13.0308,1.0809,,,11.9499,1.4465,,,10.5034,,,,,,,891.7102,139.5462,0.2000,0.5025,1.4286,1.4000,0.0816,5844.7785,5844.7785,5903.2263,5903.2263,5903.2263
-632.2500,0.5000,,63.1200,,,,11,1103.9100,140.4217,2134.0000,-158.7542,16.2329,246.6929,246.6929,-18.3522,-0.2409,12.8571,0.0000,12.8571,3.6168,12.8571,1.3038,0.0000,11.5533,1.0787,,,10.4746,1.4430,,,9.0316,,,,,,,890.2685,123.9245,0.2000,0.5025,1.4286,1.4000,0.0857,5621.1227,5621.1227,5677.3339,5677.3339,5677.3339
-632.7500,0.5000,,63.0000,,,,11,1102.1800,133.8615,2134.0000,-158.6417,15.4503,246.3063,246.3063,-18.3104,-0.1968,12.0303,0.0000,12.0303,3.6169,12.0303,1.3011,0.0000,10.7292,1.0770,,,9.6522,1.4402,,,8.2120,,,,,,,889.0889,115.2369,0.2000,0.5025,1.4286,1.4000,0.0858,5504.6585,5504.6585,5559.7051,5559.7051,5559.7051
-633.2500,0.5000,,62.9400,,,,11,1102.0200,139.0707,2134.0000,-158.6313,16.0492,246.2706,246.2706,-18.3066,-0.0965,12.5262,0.0000,12.5262,3.6195,12.5262,1.2998,0.0000,11.2263,1.0761,,,10.1502,1.4388,,,8.7114,,,,,,,888.5102,120.6555,0.2000,0.5025,1.4286,1.4000,0.0885,5589.4895,5589.4895,5645.3844,5645.3844,5645.3844
-633.7500,0.5000,,62.9600,,,,11,1102.2000,140.0048,2134.0000,-158.6430,16.1597,246.3108,246.3108,-18.3109,0.0499,12.4900,0.0000,12.4900,3.6197,12.4900,1.3005,0.0000,11.1895,1.0766,,,10.1129,1.4395,,,8.6734,,,,,,,888.8099,120.2190,0.2000,0.5025,1.4286,1.4000,0.0886,5605.7421,5605.7421,5661.7996,5661.7996,5661.7996
-634.2500,0.5000,,63.0600,,,,11,1104.8300,150.6287,2134.0000,-158.8140,17.4274,246.8985,246.8985,-18.3744,0.2821,13.5238,0.0000,13.5238,3.6215,13.5238,1.3043,0.0000,12.2195,1.0791,,,11.1404,1.4436,,,9.6968,,,,,,,890.5002,131.0361,0.2000,0.5025,1.4286,1.4000,0.0904,5793.4920,5793.4920,5851.4269,5851.4269,5851.4269
-634.7500,0.5000,,63.2200,,,,11,1108.2400,149.7456,2134.0000,-159.0356,17.3787,247.6606,247.6606,-18.4568,0.4825,13.2747,0.0000,13.2747,3.6215,13.2747,1.3108,0.0000,11.9639,1.0834,,,10.8805,1.4505,,,9.4300,,,,,,,893.3839,127.8811,0.2000,0.5025,1.4286,1.4000,0.0904,5795.9823,5795.9823,5853.9421,5853.9421,5853.9421
-635.2500,0.5000,,63.3400,,,,11,1110.0800,145.5388,2134.0000,-159.1552,16.9185,248.0718,248.0718,-18.5014,0.2562,13.0434,0.0000,13.0434,3.6189,13.0434,1.3143,0.0000,11.7291,1.0857,,,10.6434,1.4542,,,9.1892,,,,,,,894.9117,125.1571,0.2000,0.5025,1.4286,1.4000,0.0878,5736.0071,5736.0071,5793.3672,5793.3672,5793.3672
-635.7500,0.5000,,63.4600,,,,11,1112.4400,139.4399,2134.0000,-159.3086,16.2440,248.5991,248.5991,-18.5586,0.3281,12.2970,0.0000,12.2970,3.6189,12.2970,1.3187,0.0000,10.9783,1.0886,,,9.8897,1.4589,,,8.4308,,,,,,,896.8640,116.8906,0.2000,0.5025,1.4286,1.4000,0.0878,5647.5225,5647.5225,5703.9977,5703.9977,5703.9977
-636.2500,0.5000,,63.6800,,,,11,1116.1100,131.1286,2134.0000,-159.5472,15.3261,249.4193,249.4193,-18.6477,0.4675,11.2411,0.0000,11.2411,3.6176,11.2411,1.3250,0.0000,9.9161,1.0927,,,8.8234,1.4656,,,7.3578,,,,,,,899.6383,105.2555,0.2000,0.5025,1.4286,1.4000,0.0865,5529.2046,5529.2046,5584.4967,5584.4967,5584.4967
-636.7500,0.5000,,63.8800,,,,11,1119.2000,132.4890,2134.0000,-159.7480,15.5280,250.1098,250.1098,-18.7228,0.4307,11.4799,0.0000,11.4799,3.6175,11.4799,1.3308,0.0000,10.1490,1.0968,,,9.0523,1.4718,,,7.5805,,,,,,,902.1870,107.4234,0.2000,0.5025,1.4286,1.4000,0.0864,5566.9761,5566.9761,5622.6458,5622.6458,5622.6458
-637.2500,0.5000,,64.0400,,,,11,1122.6200,132.5439,2134.0000,-159.9703,15.5819,250.8741,250.8741,-18.8062,0.4758,11.4856,0.0000,11.4856,3.6205,11.4856,1.3372,0.0000,10.1484,1.1012,,,9.0472,1.4786,,,7.5685,,,,,,,904.9944,107.0835,0.2000,0.5025,1.4286,1.4000,0.0894,5584.9351,5584.9351,5640.7844,5640.7844,5640.7844
-637.7500,0.5000,,64.2200,,,,11,1124.0300,115.1711,2134.0000,-160.0620,13.5566,251.1892,251.1892,-18.8406,0.3602,9.5754,0.0000,9.5754,3.6209,9.5754,1.3421,0.0000,8.2333,1.1046,,,7.1287,1.4838,,,5.6449,,,,,,,907.1140,86.6728,0.2000,0.5025,1.4286,1.4000,0.0899,5306.3927,5306.3927,5359.4566,5359.4566,5359.4566
-638.2500,0.5000,,64.1600,,,,11,1042.6500,38.3089,2134.0000,-154.7723,4.1828,233.0030,233.0030,-16.8990,0.0560,0.5047,0.0000,0.5047,3.6220,0.5047,1.3428,0.0000,-0.8381,1.1051,,,-1.9433,1.4846,,,-3.4278,,,,,,,907.4433,-8.8196,0.2000,0.5025,1.4286,1.4000,0.0909,3640.4473,3640.4473,3676.8518,3676.8518,3676.8518
-638.7500,0.5000,,64.0600,,,,12,904.1000,-147.6845,1907.1965,-147.6845,-13.9823,180.5679,180.5679,-13.9823,-30.1886,12.5841,0.0000,12.5841,3.6222,12.5841,0.6812,0.0000,11.9029,1.1037,,,10.7992,1.4823,,,9.3169,,,,,,,906.5184,125.3855,0.2000,0.5025,1.4286,1.4000,0.0911,202.2273,202.2273,204.2496,204.2496,204.2496
-639.2500,0.5000,,64.4600,,,,12,875.9400,113.4832,1840.5981,-146.4173,10.4096,168.8348,168.8348,-13.4306,0.2385,6.5483,0.0000,6.5483,3.6228,6.5483,0.6834,0.0000,5.8649,1.1073,,,4.7575,1.4879,,,3.2696,,,,,,,908.8137,61.6249,0.2000,0.5025,1.4286,1.4000,0.0917,3926.6276,3926.6276,3965.8938,3965.8938,3965.8938
-639.7500,0.5000,,64.4000,,,,12,877.1300,128.0714,1843.4125,-146.4709,11.7637,169.3227,169.3227,-13.4538,0.1019,8.0389,0.0000,8.0389,3.6229,8.0389,0.6844,0.0000,7.3546,1.1089,,,6.2457,1.4903,,,4.7554,,,,,,,909.7926,77.1943,0.2000,0.5025,1.4286,1.4000,0.0918,4137.9518,4137.9518,4179.3313,4179.3313,4179.3313
-640.2500,0.5000,,64.5800,,,,12,879.0900,134.6793,1848.0479,-146.5591,12.3983,170.1278,170.1278,-13.4919,0.2070,8.5679,0.0000,8.5679,3.6235,8.5679,0.6863,0.0000,7.8815,1.1121,,,6.7694,1.4951,,,5.2743,,,,,,,911.7773,82.5453,0.2000,0.5025,1.4286,1.4000,0.0924,4239.4106,4239.4106,4281.8047,4281.8047,4281.8047
-640.7500,0.5000,,64.6200,,,,12,880.3900,137.0379,1851.1224,-146.6176,12.6341,170.6628,170.6628,-13.5173,0.1690,8.8414,0.0000,8.8414,3.6237,8.8414,0.6879,0.0000,8.1535,1.1147,,,7.0388,1.4991,,,5.5397,,,,,,,913.3951,85.2425,0.2000,0.5025,1.4286,1.4000,0.0926,4278.0501,4278.0501,4320.8306,4320.8306,4320.8306
-641.2500,0.5000,,64.8000,,,,12,882.0900,132.6814,1855.1429,-146.6941,12.2561,171.3637,171.3637,-13.5505,0.1631,8.4712,0.0000,8.4712,3.6217,8.4712,0.6895,0.0000,7.7818,1.1172,,,6.6646,1.5029,,,5.1617,,,,,,,914.9538,81.2176,0.2000,0.5025,1.4286,1.4000,0.0906,4223.2410,4223.2410,4265.4734,4265.4734,4265.4734
-641.7500,0.5000,,64.8800,,,,12,883.5800,142.0705,1858.6667,-146.7611,13.1455,171.9792,171.9792,-13.5796,0.1385,9.3860,0.0000,9.3860,3.6210,9.3860,0.6908,0.0000,8.6953,1.1193,,,7.5760,1.5061,,,6.0698,,,,,,,916.2754,90.6209,0.2000,0.5025,1.4286,1.4000,0.0899,4362.1743,4362.1743,4405.7960,4405.7960,4405.7960
-642.2500,0.5000,,64.9800,,,,12,885.7400,125.2821,1863.7751,-146.8583,11.6205,172.8735,172.8735,-13.6218,0.2444,7.7551,0.0000,7.7551,3.6210,7.7551,0.6931,0.0000,7.0620,1.1230,,,5.9390,1.5118,,,4.4272,,,,,,,918.6023,73.4132,0.2000,0.5025,1.4286,1.4000,0.0899,4133.2311,4133.2311,4174.5634,4174.5634,4174.5634
-642.7500,0.5000,,65.1800,,,,12,887.5500,132.3404,1868.0558,-146.9398,12.3002,173.6246,173.6246,-13.6572,0.2041,8.4752,0.0000,8.4752,3.6210,8.4752,0.6950,0.0000,7.7802,1.1261,,,6.6540,1.5166,,,5.1374,,,,,,,920.5411,80.7084,0.2000,0.5025,1.4286,1.4000,0.0899,4240.4609,4240.4609,4282.8655,4282.8655,4282.8655
-643.2500,0.5000,,65.3200,,,,12,889.1200,115.5375,1871.7688,-147.0104,10.7575,174.2775,174.2775,-13.6879,0.2006,6.9359,0.0000,6.9359,3.6210,6.9359,0.6968,0.0000,6.2391,1.1292,,,5.1098,1.5213,,,3.5886,,,,,,,922.4429,64.5878,0.2000,0.5025,1.4286,1.4000,0.0899,4008.9293,4008.9293,4049.0186,4049.0186,4049.0186
-643.7500,0.5000,,65.3400,,,,12,889.1200,82.5784,1871.7688,-147.0104,7.6887,174.2775,174.2775,-13.6879,0.0155,4.0523,0.0000,4.0523,3.6209,4.0523,0.6970,0.0000,3.3554,1.1294,,,2.2259,1.5216,,,0.7043,,,,,,,922.5897,34.7297,0.2000,0.5025,1.4286,1.4000,0.0898,3542.3438,3542.3438,3577.7672,3577.7672,3577.7672
-644.2500,0.5000,,65.3200,,,,12,887.2300,59.4687,1867.2990,-146.9254,5.5253,173.4917,173.4917,-13.6509,0.0288,1.8771,0.0000,1.8771,3.6193,1.8771,0.6973,0.0000,1.1798,1.1299,,,0.0500,1.5223,,,-1.4724,,,,,,,922.8627,12.2084,0.2000,0.5025,1.4286,1.4000,0.0883,3207.5589,3207.5589,3239.6344,3239.6344,3239.6344
-644.7500,0.5000,,65.4000,,,,12,892.2600,48.1671,1879.1949,-147.1517,4.5006,175.5868,175.5868,-13.7494,0.1096,0.7729,0.0000,0.7729,3.6181,0.7729,0.6983,0.0000,0.0746,1.1316,,,-1.0569,1.5249,,,-2.5818,,,,,,,923.8992,0.7714,0.2000,0.5025,1.4286,1.4000,0.0870,3067.8790,3067.8790,3098.5578,3098.5578,3098.5578
-645.2500,0.5000,,65.5600,,,,12,892.0000,66.4767,1878.5800,-147.1400,6.2096,175.4782,175.4782,-13.7444,0.1637,2.4291,0.0000,2.4291,3.6168,2.4291,0.6998,0.0000,1.7293,1.1340,,,0.5953,1.5287,,,-0.9334,,,,,,,925.4451,17.8442,0.2000,0.5025,1.4286,1.4000,0.0857,3326.0284,3326.0284,3359.2887,3359.2887,3359.2887
-645.7500,0.5000,,65.5800,,,,12,892.9400,59.3187,1880.8031,-147.1823,5.5468,175.8710,175.8710,-13.7628,0.0757,1.8562,0.0000,1.8562,3.6149,1.8562,0.7005,0.0000,1.1557,1.1352,,,0.0205,1.5304,,,-1.5100,,,,,,,926.1595,11.9157,0.2000,0.5025,1.4286,1.4000,0.0838,3228.4928,3228.4928,3260.7777,3260.7777,3260.7777
-646.2500,0.5000,,65.6200,,,,12,892.4600,63.8444,1879.6679,-147.1607,5.9668,175.6704,175.6704,-13.7534,0.0390,2.3131,0.0000,2.3131,3.6147,2.3131,0.7009,0.0000,1.6122,1.1358,,,0.4764,1.5313,,,-1.0549,,,,,,,926.5269,16.6166,0.2000,0.5025,1.4286,1.4000,0.0836,3290.6216,3290.6216,3323.5278,3323.5278,3323.5278
-646.7500,0.5000,,65.6200,,,,12,893.0400,60.6858,1881.0396,-147.1868,5.6753,175.9128,175.9128,-13.7648,-0.0229,2.0839,0.0000,2.0839,3.6143,2.0839,0.7007,0.0000,1.3832,1.1354,,,0.2478,1.5308,,,-1.2830,,,,,,,926.3111,14.2596,0.2000,0.5025,1.4286,1.4000,0.0832,3248.2489,3248.2489,3280.7314,3280.7314,3280.7314
-647.2500,0.5000,,65.6600,,,,12,893.6900,60.0360,1882.5769,-147.2161,5.6186,176.1847,176.1847,-13.7775,0.1075,1.8978,0.0000,1.8978,3.6133,1.8978,0.7017,0.0000,1.1961,1.1371,,,0.0591,1.5333,,,-1.4742,,,,,,,927.3240,12.3175,0.2000,0.5025,1.4286,1.4000,0.0822,3241.6757,3241.6757,3274.0924,3274.0924,3274.0924
-647.7500,0.5000,,65.7000,,,,12,892.8400,58.2337,1880.5666,-147.1778,5.4447,175.8292,175.8292,-13.7608,-0.1128,1.9471,0.0000,1.9471,3.6104,1.9471,0.7006,0.0000,1.2465,1.1354,,,0.1111,1.5307,,,-1.4196,,,,,,,926.2613,12.8507,0.2000,0.5025,1.4286,1.4000,0.0793,3212.7287,3212.7287,3244.8560,3244.8560,3244.8560
-648.2500,0.5000,,65.4600,,,,12,890.4400,49.7592,1874.8906,-147.0698,4.6399,174.8273,174.8273,-13.7138,-0.1977,1.2271,0.0000,1.2271,3.6104,1.2271,0.6988,0.0000,0.5283,1.1324,,,-0.6040,1.5261,,,-2.1301,,,,,,,924.3955,5.4579,0.2000,0.5025,1.4286,1.4000,0.0794,3083.0678,3083.0678,3113.8984,3113.8984,3113.8984
-648.7500,0.5000,,65.4800,,,,12,890.4300,56.8573,1874.8670,-147.0694,5.3017,174.8231,174.8231,-13.7136,-0.0822,1.7734,0.0000,1.7734,3.6104,1.7734,0.6980,0.0000,1.0754,1.1311,,,-0.0557,1.5242,,,-1.5799,,,,,,,923.6188,11.1188,0.2000,0.5025,1.4286,1.4000,0.0794,3183.5123,3183.5123,3215.3474,3215.3474,3215.3474
-649.2500,0.5000,,65.4200,,,,12,890.1700,54.6768,1874.2521,-147.0577,5.0969,174.7147,174.7147,-13.7085,-0.0464,1.5329,0.0000,1.5329,3.6104,1.5329,0.6976,0.0000,0.8353,1.1304,,,-0.2951,1.5231,,,-1.8182,,,,,,,923.1798,8.6406,0.2000,0.5025,1.4286,1.4000,0.0793,3151.5943,3151.5943,3183.1102,3183.1102,3183.1102
-649.7500,0.5000,,65.3800,,,,12,889.2100,57.0474,1871.9817,-147.0145,5.3121,174.3149,174.3149,-13.6897,-0.1135,1.8123,0.0000,1.8123,3.6133,1.8123,0.6965,0.0000,1.1158,1.1287,,,-0.0129,1.5204,,,-1.5333,,,,,,,922.1053,11.5549,0.2000,0.5025,1.4286,1.4000,0.0823,3181.2765,3181.2765,3213.0892,3213.0892,3213.0892
-650.2500,0.5000,,65.3600,,,,12,890.5300,63.1331,1875.1035,-147.0739,5.8875,174.8648,174.8648,-13.7155,0.1316,2.1424,0.0000,2.1424,3.6135,2.1424,0.6977,0.0000,1.4447,1.1307,,,0.3140,1.5235,,,-1.2095,,,,,,,923.3511,14.9407,0.2000,0.5025,1.4286,1.4000,0.0825,3272.7590,3272.7590,3305.4866,3305.4866,3305.4866
-650.7500,0.5000,,65.3200,,,,12,886.3000,60.8090,1865.0995,-146.8835,5.6439,173.1057,173.1057,-13.6327,-0.2161,2.2435,0.0000,2.2435,3.6164,2.2435,0.6957,0.0000,1.5478,1.1274,,,0.4204,1.5185,,,-1.0980,,,,,,,921.3048,16.0431,0.2000,0.5025,1.4286,1.4000,0.0853,3222.7784,3222.7784,3255.0062,3255.0062,3255.0062
-651.2500,0.5000,,65.1800,,,,12,888.0700,57.5225,1869.2856,-146.9632,5.3495,173.8407,173.8407,-13.6673,-0.1237,1.8565,0.0000,1.8565,3.6167,1.8565,0.6946,0.0000,1.1619,1.1255,,,0.0364,1.5156,,,-1.4792,,,,,,,920.1316,12.0584,0.2000,0.5025,1.4286,1.4000,0.0856,3183.3992,3183.3992,3215.2332,3215.2332,3215.2332
-651.7500,0.5000,,65.1000,,,,12,884.9500,66.4996,1861.9068,-146.8228,6.1626,172.5462,172.5462,-13.6063,-0.1531,2.6972,0.0000,2.6972,3.6186,2.6972,0.6931,0.0000,2.0041,1.1231,,,0.8809,1.5120,,,-0.6311,,,,,,,918.6767,20.8314,0.2000,0.5025,1.4286,1.4000,0.0875,3297.8855,3297.8855,3330.8644,3330.8644,3330.8644
-652.2500,0.5000,,64.9200,,,,12,883.1100,64.9436,1857.5552,-146.7400,6.0059,171.7850,171.7850,-13.5704,-0.2135,2.6006,0.0000,2.6006,3.6189,2.6006,0.6911,0.0000,1.9094,1.1199,,,0.7895,1.5070,,,-0.7175,,,,,,,916.6444,19.8918,0.2000,0.5025,1.4286,1.4000,0.0878,3268.4284,3268.4284,3301.1127,3301.1127,3301.1127
-652.7500,0.5000,,64.8200,,,,12,881.7200,67.3489,1854.2678,-146.6774,6.2186,171.2110,171.2110,-13.5432,-0.1954,2.7962,0.0000,2.7962,3.6177,2.7962,0.6893,0.0000,2.1069,1.1169,,,0.9900,1.5025,,,-0.5125,,,,,,,914.7809,21.9938,0.2000,0.5025,1.4286,1.4000,0.0867,3296.8661,3296.8661,3329.8347,3329.8347,3329.8347
-653.2500,0.5000,,64.6800,,,,12,880.4100,65.8890,1851.1697,-146.6185,6.0747,170.6710,170.6710,-13.5177,-0.2136,2.6709,0.0000,2.6709,3.6175,2.6709,0.6873,0.0000,1.9836,1.1136,,,0.8700,1.4975,,,-0.6275,,,,,,,912.7388,20.7529,0.2000,0.5025,1.4286,1.4000,0.0864,3270.9100,3270.9100,3303.6191,3303.6191,3303.6191
-653.7500,0.5000,,64.6200,,,,12,879.1100,65.3352,1848.0952,-146.5600,6.0148,170.1360,170.1360,-13.4923,-0.0134,2.4116,0.0000,2.4116,3.6166,2.4116,0.6872,0.0000,1.7245,1.1134,,,0.6110,1.4972,,,-0.8861,,,,,,,912.6102,18.0443,0.2000,0.5025,1.4286,1.4000,0.0855,3257.8207,3257.8207,3290.3989,3290.3989,3290.3989
-654.2500,0.5000,,64.6400,,,,12,879.6600,72.9731,1849.3959,-146.5847,6.7221,170.3622,170.3622,-13.5031,-0.0209,3.1269,0.0000,3.1269,3.6161,3.1269,0.6870,0.0000,2.4399,1.1131,,,1.3268,1.4967,,,-0.1699,,,,,,,912.4104,25.5359,0.2000,0.5025,1.4286,1.4000,0.0851,3368.1676,3368.1676,3401.8493,3401.8493,3401.8493
-654.7500,0.5000,,64.5000,,,,12,877.2800,60.7023,1843.7672,-146.4776,5.5766,169.3842,169.3842,-13.4567,-0.1974,2.1603,0.0000,2.1603,3.6137,2.1603,0.6851,0.0000,1.4752,1.1101,,,0.3652,1.4921,,,-1.1269,,,,,,,910.5189,15.4719,0.2000,0.5025,1.4286,1.4000,0.0826,3184.8456,3184.8456,3216.6941,3216.6941,3216.6941
-655.2500,0.5000,,64.5000,,,,12,877.2700,67.5183,1843.7436,-146.4772,6.2027,169.3801,169.3801,-13.4565,0.0334,2.5577,0.0000,2.5577,3.6116,2.5577,0.6854,0.0000,1.8723,1.1106,,,0.7617,1.4928,,,-0.7311,,,,,,,910.8396,19.6292,0.2000,0.5025,1.4286,1.4000,0.0805,3281.2956,3281.2956,3314.1085,3314.1085,3314.1085
-655.7500,0.5000,,64.5000,,,,12,877.7000,67.5232,1844.7605,-146.4965,6.2062,169.5566,169.5566,-13.4649,-0.1005,2.6964,0.0000,2.6964,3.6104,2.6964,0.6845,0.0000,2.0119,1.1090,,,0.9028,1.4905,,,-0.5876,,,,,,,909.8749,21.1150,0.2000,0.5025,1.4286,1.4000,0.0793,3283.1009,3283.1009,3315.9319,3315.9319,3315.9319
-656.2500,0.5000,,64.3400,,,,12,876.3400,64.6083,1841.5441,-146.4353,5.9291,168.9987,168.9987,-13.4384,-0.0738,2.3938,0.0000,2.3938,3.6091,2.3938,0.6838,0.0000,1.7101,1.1079,,,0.6022,1.4888,,,-0.8866,,,,,,,909.1658,17.9613,0.2000,0.5025,1.4286,1.4000,0.0780,3236.3447,3236.3447,3268.7081,3268.7081,3268.7081
-656.7500,0.5000,,64.3800,,,,12,875.9700,68.3788,1840.6691,-146.4187,6.2725,168.8471,168.8471,-13.4312,-0.0405,2.7039,0.0000,2.7039,3.6091,2.7039,0.6834,0.0000,2.0205,1.1073,,,0.9132,1.4878,,,-0.5746,,,,,,,908.7767,21.2308,0.2000,0.5025,1.4286,1.4000,0.0780,3288.2283,3288.2283,3321.1106,3321.1106,3321.1106
-657.2500,0.5000,,64.3800,,,,12,876.7600,63.5090,1842.5374,-146.4542,5.8310,169.1709,169.1709,-13.4466,0.0880,2.1339,0.0000,2.1339,3.6091,2.1339,0.6842,0.0000,1.4496,1.1086,,,0.3410,1.4899,,,-1.1489,,,,,,,909.6226,15.2183,0.2000,0.5025,1.4286,1.4000,0.0780,3222.4778,3222.4778,3254.7026,3254.7026,3254.7026
-657.7500,0.5000,,64.4800,,,,12,873.2900,67.5684,1834.3309,-146.2981,6.1792,167.7509,167.7509,-13.3791,0.0012,2.5692,0.0000,2.5692,3.6088,2.5692,0.6842,0.0000,1.8850,1.1086,,,0.7763,1.4899,,,-0.7136,,,,,,,909.6336,19.7884,0.2000,0.5025,1.4286,1.4000,0.0777,3265.9330,3265.9330,3298.5923,3298.5923,3298.5923
-658.2500,0.5000,,64.5800,,,,12,881.4800,82.2433,1853.7002,-146.6666,7.5917,171.1120,171.1120,-13.5386,0.1076,3.8770,0.0000,3.8770,3.6072,3.8770,0.6853,0.0000,3.1917,1.1103,,,2.0814,1.4924,,,0.5890,,,,,,,910.6659,33.4686,0.2000,0.5025,1.4286,1.4000,0.0761,3506.7503,3506.7503,3541.8178,3541.8178,3541.8178
-658.7500,0.5000,,64.6000,,,,12,879.3600,99.3607,1848.6864,-146.5712,9.1498,170.2388,170.2388,-13.4972,0.1140,5.4286,0.0000,5.4286,3.6072,5.4286,0.6863,0.0000,4.7423,1.1120,,,3.6302,1.4951,,,2.1351,,,,,,,911.7583,49.6681,0.2000,0.5025,1.4286,1.4000,0.0761,3740.5117,3740.5117,3777.9169,3777.9169,3777.9169
-659.2500,0.5000,,64.5600,,,,12,878.9500,98.0345,1847.7168,-146.5528,9.0234,170.0702,170.0702,-13.4892,0.0581,5.3609,0.0000,5.3609,3.6045,5.3609,0.6869,0.0000,4.6740,1.1129,,,3.5610,1.4964,,,2.0646,,,,,,,912.3148,48.9231,0.2000,0.5025,1.4286,1.4000,0.0734,3720.0831,3720.0831,3757.2840,3757.2840,3757.2840
-659.7500,0.5000,,64.6600,,,,12,879.6700,127.3952,1849.4196,-146.5852,11.7355,170.3664,170.3664,-13.5033,0.0411,8.0902,0.0000,8.0902,3.6042,8.0902,0.6873,0.0000,7.4029,1.1136,,,6.2893,1.4974,,,4.7919,,,,,,,912.7082,77.4535,0.2000,0.5025,1.4286,1.4000,0.0732,4138.6345,4138.6345,4180.0209,4180.0209,4180.0209
-660.2500,0.5000,,64.6600,,,,12,879.7500,129.1843,1849.6088,-146.5888,11.9014,170.3993,170.3993,-13.5048,0.0132,8.2839,0.0000,8.2839,3.6043,8.2839,0.6874,0.0000,7.5965,1.1138,,,6.4827,1.4977,,,4.9850,,,,,,,912.8349,79.4680,0.2000,0.5025,1.4286,1.4000,0.0732,4164.2853,4164.2853,4205.9281,4205.9281,4205.9281
-660.7500,0.5000,,64.7000,,,,12,879.5900,136.8940,1849.2304,-146.5816,12.6094,170.3334,170.3334,-13.5017,-0.0332,9.0384,0.0000,9.0384,3.6042,9.0384,0.6871,0.0000,8.3513,1.1133,,,7.2380,1.4969,,,5.7411,,,,,,,912.5171,87.3946,0.2000,0.5025,1.4286,1.4000,0.0731,4272.7823,4272.7823,4315.5101,4315.5101,4315.5101
-661.2500,0.5000,,64.6600,,,,12,879.4300,103.7398,1848.8520,-146.5744,9.5538,170.2676,170.2676,-13.4986,0.0292,5.9197,0.0000,5.9197,3.6049,5.9197,0.6873,0.0000,5.2324,1.1137,,,4.1187,1.4976,,,2.6210,,,,,,,912.7964,54.7389,0.2000,0.5025,1.4286,1.4000,0.0738,3802.7875,3802.7875,3840.8154,3840.8154,3840.8154
-661.7500,0.5000,,64.6200,,,,12,878.6600,98.8817,1847.0309,-146.5397,9.0984,169.9510,169.9510,-13.4836,-0.1469,5.6399,0.0000,5.6399,3.6054,5.6399,0.6860,0.0000,4.9540,1.1115,,,3.8425,1.4942,,,2.3483,,,,,,,911.3892,51.9062,0.2000,0.5025,1.4286,1.4000,0.0744,3730.9055,3730.9055,3768.2146,3768.2146,3768.2146
-662.2500,0.5000,,64.5400,,,,12,878.3100,117.5459,1846.2032,-146.5240,10.8114,169.8071,169.8071,-13.4767,-0.0207,7.2262,0.0000,7.2262,3.6059,7.2262,0.6858,0.0000,6.5405,1.1111,,,5.4293,1.4937,,,3.9356,,,,,,,911.1912,68.5443,0.2000,0.5025,1.4286,1.4000,0.0748,3993.7113,3993.7113,4033.6485,4033.6485,4033.6485
-662.7500,0.5000,,64.5600,,,,12,879.3100,121.9181,1848.5682,-146.5690,11.2264,170.2182,170.2182,-13.4962,0.0432,7.5764,0.0000,7.5764,3.6067,7.5764,0.6862,0.0000,6.8903,1.1118,,,5.7785,1.4947,,,4.2837,,,,,,,911.6052,72.1772,0.2000,0.5025,1.4286,1.4000,0.0757,4059.6446,4059.6446,4100.2410,4100.2410,4100.2410
-663.2500,0.5000,,64.6400,,,,12,879.0000,122.8912,1847.8350,-146.5550,11.3120,170.0907,170.0907,-13.4902,0.0718,7.6337,0.0000,7.6337,3.6065,7.6337,0.6868,0.0000,6.9468,1.1129,,,5.8339,1.4964,,,4.3375,,,,,,,912.2926,72.7148,0.2000,0.5025,1.4286,1.4000,0.0755,4072.1693,4072.1693,4112.8910,4112.8910,4112.8910
-663.7500,0.5000,,64.5800,,,,12,879.5200,134.4270,1849.0648,-146.5784,12.3811,170.3046,170.3046,-13.5003,0.0117,8.7635,0.0000,8.7635,3.6060,8.7635,0.6870,0.0000,8.0766,1.1131,,,6.9635,1.4967,,,5.4668,,,,,,,912.4043,84.5299,0.2000,0.5025,1.4286,1.4000,0.0749,4237.5752,4237.5752,4279.9509,4279.9509,4279.9509
-664.2500,0.5000,,64.6800,,,,12,879.3200,139.3508,1848.5918,-146.5694,12.8317,170.2224,170.2224,-13.4964,-0.0076,9.2333,0.0000,9.2333,3.6060,9.2333,0.6869,0.0000,8.5464,1.1130,,,7.4334,1.4965,,,5.9370,,,,,,,912.3315,89.4546,0.2000,0.5025,1.4286,1.4000,0.0750,4306.4720,4306.4720,4349.5368,4349.5368,4349.5368
-664.7500,0.5000,,64.6400,,,,12,881.3000,155.2289,1853.2745,-146.6585,14.3260,171.0378,171.0378,-13.5350,0.1749,10.5439,0.0000,10.5439,3.6072,10.5439,0.6885,0.0000,9.8554,1.1156,,,8.7397,1.5006,,,7.2392,,,,,,,914.0042,102.9667,0.2000,0.5025,1.4286,1.4000,0.0761,4539.2450,4539.2450,4584.6374,4584.6374,4584.6374
-665.2500,0.5000,,64.8000,,,,12,881.2451,159.1993,1853.1447,-146.6560,14.6915,171.0152,171.0152,-13.5340,0.0464,11.0379,0.0000,11.0379,3.6072,11.0379,0.6890,0.0000,10.3490,1.1164,,,9.2326,1.5017,,,7.7310,,,,,,,914.4472,108.0712,0.2000,0.5025,1.4286,1.4000,0.0761,4595.2310,4595.2310,4641.1833,4641.1833,4641.1833
-665.7500,0.5000,,64.8000,,,,12,881.6100,157.6560,1854.0077,-146.6725,14.5551,171.1657,171.1657,-13.5411,-0.0242,10.9735,0.0000,10.9735,3.6058,10.9735,0.6887,0.0000,10.2848,1.1160,,,9.1688,1.5011,,,7.6677,,,,,,,914.2164,107.4278,0.2000,0.5025,1.4286,1.4000,0.0747,4574.8571,4574.8571,4620.6057,4620.6057,4620.6057
-666.2500,0.5000,,64.8400,,,,12,882.5800,141.4542,1856.3017,-146.7161,13.0737,171.5660,171.5660,-13.5600,0.1256,9.3426,0.0000,9.3426,3.6055,9.3426,0.6899,0.0000,8.6527,1.1179,,,7.5348,1.5040,,,6.0307,,,,,,,915.4160,90.2616,0.2000,0.5025,1.4286,1.4000,0.0744,4349.4127,4349.4127,4392.9068,4392.9068,4392.9068
-666.7500,0.5000,,64.8400,,,,12,883.0800,113.4222,1857.4842,-146.7386,10.4888,171.7726,171.7726,-13.5698,0.0756,6.8098,0.0000,6.8098,3.6034,6.8098,0.6906,0.0000,6.1192,1.1191,,,5.0001,1.5058,,,3.4943,,,,,,,916.1376,63.7829,0.2000,0.5025,1.4286,1.4000,0.0723,3954.5958,3954.5958,3994.1417,3994.1417,3994.1417
-667.2500,0.5000,,64.8600,,,,12,882.5700,112.9160,1856.2781,-146.7157,10.4360,171.5619,171.5619,-13.5598,-0.0292,6.8633,0.0000,6.8633,3.6019,6.8633,0.6904,0.0000,6.1729,1.1186,,,5.0543,1.5051,,,3.5492,,,,,,,915.8596,64.3625,0.2000,0.5025,1.4286,1.4000,0.0708,3945.3699,3945.3699,3984.8236,3984.8236,3984.8236
-667.7500,0.5000,,64.8800,,,,12,882.1600,91.0190,1855.3084,-146.6972,8.4083,171.3926,171.3926,-13.5518,-0.1022,4.9095,0.0000,4.9095,3.6010,4.9095,0.6894,0.0000,4.2201,1.1171,,,3.1030,1.5027,,,1.6003,,,,,,,914.8843,44.0477,0.2000,0.5025,1.4286,1.4000,0.0700,3633.7296,3633.7296,3670.0669,3670.0669,3670.0669
-668.2500,0.5000,,64.8400,,,,12,882.6500,95.3556,1856.4673,-146.7193,8.8138,171.5949,171.5949,-13.5614,0.1291,5.0851,0.0000,5.0851,3.5996,5.0851,0.6906,0.0000,4.3945,1.1190,,,3.2754,1.5057,,,1.7697,,,,,,,916.1160,45.8065,0.2000,0.5025,1.4286,1.4000,0.0686,3697.0984,3697.0984,3734.0694,3734.0694,3734.0694
-668.7500,0.5000,,64.8400,,,,12,881.6800,101.1067,1854.1732,-146.6756,9.3351,171.1945,171.1945,-13.5425,-0.1129,5.8485,0.0000,5.8485,3.5995,5.8485,0.6895,0.0000,5.1590,1.1173,,,4.0417,1.5031,,,2.5385,,,,,,,915.0388,53.8386,0.2000,0.5025,1.4286,1.4000,0.0684,3774.5978,3774.5978,3812.3438,3812.3438,3812.3438
-669.2500,0.5000,,64.7400,,,,12,880.9100,92.5623,1852.3522,-146.6410,8.5388,170.8770,170.8770,-13.5274,-0.1019,5.0422,0.0000,5.0422,3.5984,5.0422,0.6886,0.0000,4.3536,1.1157,,,3.2379,1.5007,,,1.7372,,,,,,,914.0656,45.4826,0.2000,0.5025,1.4286,1.4000,0.0674,3650.5301,3650.5301,3687.0354,3687.0354,3687.0354
-669.7500,0.5000,,64.7800,,,,12,881.1900,101.8128,1853.0144,-146.6536,9.3951,170.9925,170.9925,-13.5329,0.0032,5.7935,0.0000,5.7935,3.5984,5.7935,0.6886,0.0000,5.1049,1.1158,,,3.9891,1.5008,,,2.4883,,,,,,,914.0958,53.3291,0.2000,0.5025,1.4286,1.4000,0.0674,3782.6155,3782.6155,3820.4417,3820.4417,3820.4417
-670.2500,0.5000,,64.7000,,,,12,880.8900,108.0772,1852.3049,-146.6401,9.9698,170.8688,170.8688,-13.5270,-0.0258,6.4001,0.0000,6.4001,3.5955,6.4001,0.6884,0.0000,5.7117,1.1154,,,4.5963,1.5002,,,3.0961,,,,,,,913.8492,59.6843,0.2000,0.5025,1.4286,1.4000,0.0644,3870.0860,3870.0860,3908.7868,3908.7868,3908.7868
-670.7500,0.5000,,64.6800,,,,12,880.5000,144.7264,1851.3825,-146.6225,13.3446,170.7081,170.7081,-13.5194,-0.0355,9.7850,0.0000,9.7850,3.5951,9.7850,0.6880,0.0000,9.0970,1.1149,,,7.9821,1.4994,,,6.4827,,,,,,,913.5097,95.0944,0.2000,0.5025,1.4286,1.4000,0.0640,4387.3363,4387.3363,4431.2096,4431.2096,4431.2096
-671.2500,0.5000,,64.6800,,,,12,879.8100,155.5884,1849.7507,-146.5915,14.3349,170.4240,170.4240,-13.5060,-0.0565,10.7961,0.0000,10.7961,3.5953,10.7961,0.6875,0.0000,10.1085,1.1140,,,8.9946,1.4980,,,7.4965,,,,,,,912.9696,105.7313,0.2000,0.5025,1.4286,1.4000,0.0642,4538.3182,4538.3182,4583.7014,4583.7014,4583.7014
-671.7500,0.5000,,64.5800,,,,12,880.0100,183.7433,1850.2237,-146.6005,16.9328,170.5063,170.5063,-13.5099,-0.0053,13.3424,0.0000,13.3424,3.5957,13.3424,0.6875,0.0000,12.6549,1.1139,,,11.5410,1.4979,,,10.0431,,,,,,,912.9189,132.3726,0.2000,0.5025,1.4286,1.4000,0.0646,4937.7019,4937.7019,4987.0789,4987.0789,4987.0789
-672.2500,0.5000,,64.6400,,,,12,879.4700,224.8891,1848.9466,-146.5762,20.7118,170.2841,170.2841,-13.4994,-0.0274,17.1429,0.0000,17.1429,3.5963,17.1429,0.6872,0.0000,16.4556,1.1135,,,15.3422,1.4973,,,13.8449,,,,,,,912.6570,172.1784,0.2000,0.5025,1.4286,1.4000,0.0653,5469.6773,5469.6773,5524.3740,5524.3740,5524.3740
-672.7500,0.5000,,64.6600,,,,12,879.7100,217.8825,1849.5142,-146.5870,20.0720,170.3828,170.3828,-13.5040,-0.0120,16.4855,0.0000,16.4855,3.5984,16.4855,0.6871,0.0000,15.7984,1.1133,,,14.6851,1.4970,,,13.1881,,,,,,,912.5424,165.3226,0.2000,0.5025,1.4286,1.4000,0.0674,5360.2228,5360.2228,5413.8250,5413.8250,5413.8250
-673.2500,0.5000,,64.6600,,,,12,880.4700,255.3158,1851.3116,-146.6212,23.5408,170.6957,170.6957,-13.5189,0.0098,19.9325,0.0000,19.9325,3.5984,19.9325,0.6872,0.0000,19.2453,1.1135,,,18.1319,1.4972,,,16.6347,,,,,,,912.6364,201.3720,0.2000,0.5025,1.4286,1.4000,0.0674,5960.1482,5960.1482,6019.7497,6019.7497,6019.7497
-673.7500,0.5000,,64.9200,,,,12,885.4600,413.4922,1863.1129,-146.8457,38.3411,172.7574,172.7574,-13.6163,0.4674,34.2730,0.0000,34.2730,3.6007,34.2730,0.6916,0.0000,33.5814,1.1206,,,32.4608,1.5082,,,30.9527,,,,,,,917.0985,349.6671,0.2000,0.5025,1.4286,1.4000,0.0697,8508.3692,8508.3692,8593.4529,8593.4529,8593.4529
-674.2500,0.5000,,65.5000,,,,12,892.5400,598.6037,1879.8571,-147.1643,55.9494,175.7038,175.7038,-13.7549,0.8153,51.5335,0.0000,51.5335,3.6007,51.5335,1.0325,0.0000,50.5010,1.1331,,,49.3680,1.9726,,,47.3954,,,,,,,924.8305,521.4460,0.2000,0.5025,1.4286,1.4000,0.0696,11394.8887,11394.8887,11508.8376,11508.8376,11508.8376
-674.7500,0.5000,,65.8800,,,,12,898.0500,594.7519,1892.8883,-147.4123,55.9326,178.0140,178.0140,-13.8632,0.6514,51.6782,0.0000,51.6782,3.6031,51.6782,1.0354,0.0000,50.6428,1.1430,,,49.4998,1.9778,,,47.5220,,,,,,,930.9622,519.4656,0.2000,0.5025,1.4286,1.4000,0.0720,11401.6022,11401.6022,11515.6182,11515.6182,11515.6182
-675.2500,0.5000,,66.3600,,,,12,903.5400,579.2559,1905.8721,-147.6593,54.8083,180.3307,180.3307,-13.9713,0.6452,50.5596,0.0000,50.5596,3.6036,50.5596,1.0130,0.0000,49.5465,1.1527,,,48.3938,1.9335,,,46.4603,,,,,,,936.9957,504.9486,0.2000,0.5025,1.4286,1.4000,0.0725,11214.0991,11214.0991,11326.2401,11326.2401,11326.2401
-675.7500,0.5000,,66.7200,,,,12,909.4000,572.7766,1919.7310,-147.9230,54.5467,182.8201,182.8201,-14.0870,0.6172,50.3252,0.0000,50.3252,3.6043,50.3252,1.0084,0.0000,49.3169,1.1621,,,48.1548,1.9240,,,46.2308,,,,,,,942.7319,499.5497,0.2000,0.5025,1.4286,1.4000,0.0732,11168.7921,11168.7921,11280.4800,11280.4800,11280.4800
-676.2500,0.5000,,67.1000,,,,12,914.4900,570.0500,1931.7689,-148.1521,54.5909,184.9962,184.9962,-14.1878,0.5555,50.4306,0.0000,50.4306,3.6048,50.4306,1.0105,0.0000,49.4201,1.1704,,,48.2497,1.9277,,,46.3220,,,,,,,947.8651,497.8844,0.2000,0.5025,1.4286,1.4000,0.0737,11174.0859,11174.0859,11285.8268,11285.8268,11285.8268
-676.7500,0.5000,,67.5400,,,,12,920.3100,570.1186,1945.5332,-148.4140,54.9450,187.5001,187.5001,-14.3033,0.6871,50.6514,0.0000,50.6514,3.6064,50.6514,1.0149,0.0000,49.6365,1.1807,,,48.4558,1.9359,,,46.5198,,,,,,,954.1760,496.7570,0.2000,0.5025,1.4286,1.4000,0.0753,11229.1732,11229.1732,11341.4649,11341.4649,11341.4649
-677.2500,0.5000,,67.9600,,,,12,926.8100,550.0157,1960.9057,-148.7065,53.3820,190.3163,190.3163,-14.4328,0.7296,49.0438,0.0000,49.0438,3.6085,49.0438,0.9828,0.0000,48.0610,1.1917,,,46.8693,1.8725,,,44.9969,,,,,,,960.8320,477.6576,0.2000,0.5025,1.4286,1.4000,0.0774,10980.1519,10980.1519,11089.9534,11089.9534,11089.9534
-677.7500,0.5000,,68.3200,,,,12,930.7000,535.2264,1970.1055,-148.8815,52.1646,192.0118,192.0118,-14.5104,0.4667,48.0887,0.0000,48.0887,3.6092,48.0887,0.9637,0.0000,47.1250,1.1986,,,45.9263,1.8347,,,44.0916,,,,,,,965.0652,466.3003,0.2000,0.5025,1.4286,1.4000,0.0781,10788.6706,10788.6706,10896.5573,10896.5573,10896.5573
-678.2500,0.5000,,68.7400,,,,12,936.3700,521.8568,1983.5151,-149.1367,51.1714,194.4964,194.4964,-14.6238,0.6050,46.9560,0.0000,46.9560,3.6104,46.9560,0.9411,0.0000,46.0149,1.2076,,,44.8073,1.7899,,,43.0174,,,,,,,970.5258,452.7544,0.2000,0.5025,1.4286,1.4000,0.0793,10635.5639,10635.5639,10741.9196,10741.9196,10741.9196
-678.7500,0.5000,,69.1200,,,,12,941.7100,506.8612,1996.1442,-149.3770,49.9844,196.8510,196.8510,-14.7309,0.6457,45.7279,0.0000,45.7279,3.6108,45.7279,0.9166,0.0000,44.8114,1.2172,,,43.5942,1.7414,,,41.8528,,,,,,,976.3198,438.2961,0.2000,0.5025,1.4286,1.4000,0.0797,10454.3712,10454.3712,10558.9149,10558.9149,10558.9149
-679.2500,0.5000,,69.4200,,,,12,945.6500,453.1659,2005.4623,-149.5543,44.8762,198.5974,198.5974,-14.8101,0.4690,40.7957,0.0000,40.7957,3.6116,40.7957,0.8179,0.0000,39.9777,1.2241,,,38.7536,1.6671,,,37.0865,,,,,,,980.5063,389.3492,0.2000,0.5025,1.4286,1.4000,0.0805,9664.6275,9664.6275,9761.2737,9761.2737,9761.2737
-679.7500,0.5000,,69.7000,,,,12,949.5300,450.6787,2014.6385,-149.7289,44.8130,200.3247,200.3247,-14.8882,0.4343,40.7671,0.0000,40.7671,3.6115,40.7671,0.8174,0.0000,39.9498,1.2305,,,38.7192,1.6770,,,37.0422,,,,,,,984.3678,387.5505,0.2000,0.5025,1.4286,1.4000,0.0805,9662.3716,9662.3716,9758.9954,9758.9954,9758.9954
-680.2500,0.5000,,69.9600,,,,12,952.8100,444.9523,2022.3957,-149.8765,44.3965,201.7907,201.7907,-14.9544,0.4058,40.3808,0.0000,40.3808,3.6098,40.3808,0.8097,0.0000,39.5711,1.2365,,,38.3346,1.6863,,,36.6483,,,,,,,987.9624,382.4806,0.2000,0.5025,1.4286,1.4000,0.0787,9604.6984,9604.6984,9700.7454,9700.7454,9700.7454
-680.7500,0.5000,,70.2200,,,,12,956.8800,439.1954,2032.0212,-150.0596,44.0092,203.6171,203.6171,-15.0366,0.4303,39.2959,0.0000,39.2959,4.2830,39.2959,0.7880,0.0000,38.5079,1.2429,,,37.2651,1.6961,,,35.5690,,,,,,,991.7596,370.7789,0.3500,0.5400,1.7143,1.6000,0.0787,9553.8900,9553.8900,9553.8900,9553.8900,9553.8900
-681.2500,0.5000,,70.5800,,,,12,961.5300,433.0585,2043.0185,-150.2689,43.6052,205.7140,205.7140,-15.1307,0.5579,38.7662,0.0000,38.7662,4.2811,38.7662,0.7774,0.0000,37.9888,1.2510,,,36.7378,1.7087,,,35.0290,,,,,,,996.6607,363.9821,0.3500,0.5400,1.7143,1.6000,0.0768,9502.2572,9502.2572,9502.2572,9502.2572,9502.2572
-681.7500,0.5000,,70.8000,,,,12,964.7000,428.2660,2050.5155,-150.4115,43.2648,207.1495,207.1495,-15.1950,0.4102,38.5735,0.0000,38.5735,4.2810,38.5735,0.7752,0.0000,37.7984,1.2571,,,36.5413,1.7181,,,34.8233,,,,,,,1000.2493,360.8578,0.3500,0.5400,1.7143,1.6000,0.0767,9455.6012,9455.6012,9455.6012,9455.6012,9455.6012
-682.2500,0.5000,,71.0200,,,,12,966.7900,405.3234,2055.4584,-150.5056,41.0358,208.0987,208.0987,-15.2375,0.2897,36.4655,0.0000,36.4655,4.2806,36.4655,0.7778,0.0000,35.6877,1.2613,,,34.4264,1.7246,,,32.7018,,,,,,,1002.7758,339.8492,0.3500,0.5400,1.7143,1.6000,0.0763,9110.7719,9110.7719,9110.7719,9110.7719,9110.7719
-682.7500,0.5000,,71.2000,,,,12,969.8800,386.8148,2062.7662,-150.6446,39.2871,209.5061,209.5061,-15.3003,0.3391,34.6675,0.0000,34.6675,4.2804,34.6675,0.7808,0.0000,33.8867,1.2662,,,32.6205,1.7323,,,30.8882,,,,,,,1005.7252,321.7524,0.3500,0.5400,1.7143,1.6000,0.0761,8845.6201,8845.6201,8845.6201,8845.6201,8845.6201
-683.2500,0.5000,,71.3800,,,,12,971.0000,337.5232,2065.4150,-150.6950,34.3203,210.0174,210.0174,-15.3231,0.2157,29.8217,0.0000,29.8217,4.2829,29.8217,0.7827,0.0000,29.0390,1.2694,,,27.7696,1.7372,,,26.0324,,,,,,,1007.5967,275.2110,0.3500,0.5400,1.7143,1.6000,0.0787,8073.4754,8073.4754,8073.4754,8073.4754,8073.4754
-683.7500,0.5000,,71.3400,,,,12,970.6400,273.5517,2064.5636,-150.6788,27.8052,209.8529,209.8529,-15.3158,-0.0522,23.5732,0.0000,23.5732,4.2843,23.5732,0.7823,0.0000,22.7909,1.2686,,,21.5223,1.7360,,,19.7863,,,,,,,1007.1440,216.0932,0.3500,0.5400,1.7143,1.6000,0.0800,6993.3623,6993.3623,6993.3623,6993.3623,6993.3623
-684.2500,0.5000,,71.3600,,,,12,971.4600,261.2132,2066.5029,-150.7157,26.5735,210.2275,210.2275,-15.3325,0.0609,22.2281,0.0000,22.2281,4.2846,22.2281,0.7828,0.0000,21.4453,1.2695,,,20.1757,1.7374,,,18.4384,,,,,,,1007.6716,203.2280,0.3500,0.5400,1.7143,1.6000,0.0803,6788.3511,6788.3511,6788.3511,6788.3511,6788.3511
-684.7500,0.5000,,71.4800,,,,12,972.9200,253.5481,2069.9558,-150.7814,25.8325,210.8953,210.8953,-15.3622,0.1789,21.3688,0.0000,21.3688,4.2848,21.3688,0.7844,0.0000,20.5844,1.2721,,,19.3123,1.7414,,,17.5709,,,,,,,1009.2208,194.7706,0.3500,0.5400,1.7143,1.6000,0.0805,6668.1027,6668.1027,6668.1027,6668.1027,6668.1027
-685.2500,0.5000,,71.4400,,,,12,971.4500,193.7766,2066.4793,-150.7153,19.7129,210.2229,210.2229,-15.3323,-0.1189,15.5445,0.0000,15.5445,4.2873,15.5445,0.7833,0.0000,14.7611,1.2704,,,13.4907,1.7387,,,11.7520,,,,,,,1008.1912,139.8131,0.3500,0.5400,1.7143,1.6000,0.0830,5702.6075,5702.6075,5702.6075,5702.6075,5702.6075
-685.7500,0.5000,,71.1800,,,,12,964.5700,76.1927,2050.2081,-150.4057,7.6962,207.0906,207.0906,-15.1924,-0.4128,3.8189,0.0000,3.8189,4.2901,3.8189,0.7797,0.0000,3.0392,1.2644,,,1.7749,1.7294,,,0.0455,,,,,,,1004.6087,28.8895,0.3500,0.5400,1.7143,1.6000,0.0858,3938.4838,3938.4838,3938.4838,3938.4838,3938.4838
-686.2500,0.5000,,70.9000,,,,12,959.1300,-10.2137,2037.3425,-150.1609,-1.0259,204.6304,204.6304,-15.0821,-0.4656,-4.8499,0.0000,-4.8499,4.2896,-4.8499,0.7755,0.0000,-5.6254,1.2576,,,-6.8830,1.7188,,,-8.6018,,,,,,,1000.5526,-53.6892,0.3500,0.5400,1.7143,1.6000,0.0853,2509.0240,2509.0240,2509.0240,2509.0240,2509.0240
-686.7500,0.5000,,70.4800,,,,12,957.7600,-50.0090,2034.1024,-150.0992,-5.0157,204.0131,204.0131,-15.0544,-0.7209,-8.5836,0.0000,-8.5836,4.2888,-8.5836,0.7690,0.0000,-9.3527,1.2470,,,-10.5997,1.7025,,,-12.3021,,,,,,,994.2393,-89.8288,0.3500,0.5400,1.7143,1.6000,0.0845,1901.7968,1901.7968,1901.7968,1901.7968,1901.7968
-687.2500,0.5000,,70.0200,,,,12,951.8400,-61.2047,2020.1016,-149.8328,-6.1007,201.3566,201.3566,-14.9348,-0.7104,-9.6782,0.0000,-9.6782,4.2879,-9.6782,0.7626,0.0000,-10.4408,1.2366,,,-11.6774,1.6863,,,-13.3637,,,,,,,987.9788,-100.9157,0.3500,0.5400,1.7143,1.6000,0.0836,1707.9481,1707.9481,1707.9481,1707.9481,1707.9481
-687.7500,0.5000,,69.7600,,,,12,948.4200,-60.8221,2012.0133,-149.6789,-6.0407,199.8298,199.8298,-14.8659,-0.4386,-9.2132,0.0000,-9.2132,3.6110,-9.2132,0.7587,0.0000,-9.9719,1.2301,,,-11.2020,1.6763,,,-12.8783,,,,,,,984.0938,-96.7635,0.2000,0.5025,1.4286,1.4000,0.0800,1699.5104,1699.5104,1716.5055,1716.5055,1716.5055
-688.2500,0.5000,,69.4800,,,,12,943.9500,-64.4980,2001.4418,-149.4778,-6.3756,197.8429,197.8429,-14.7759,-0.5007,-9.4857,0.0000,-9.4857,3.6107,-9.4857,0.7541,0.0000,-10.2398,1.2227,,,-11.4625,1.6649,,,-13.1274,,,,,,,979.6396,-99.8151,0.2000,0.5025,1.4286,1.4000,0.0797,1625.3582,1625.3582,1641.6118,1641.6118,1641.6118
-688.7500,0.5000,,69.1800,,,,12,940.5800,-43.8901,1993.4717,-149.3261,-4.3231,196.3516,196.3516,-14.7082,-0.3723,-7.5586,0.0000,-7.5586,3.6078,-7.5586,0.7508,0.0000,-8.3094,1.2172,,,-9.5265,1.6564,,,-11.1829,,,,,,,976.3148,-81.2735,0.2000,0.5025,1.4286,1.4000,0.0767,1922.8444,1922.8444,1942.0729,1942.0729,1942.0729
-689.2500,0.5000,,68.7400,,,,12,934.0500,-46.3407,1978.0283,-149.0323,-4.5327,193.4778,193.4778,-14.5774,-0.7534,-7.3872,0.0000,-7.3872,3.6078,-7.3872,0.7439,0.0000,-8.1311,1.2060,,,-9.3371,1.6391,,,-10.9762,,,,,,,969.5511,-80.0845,0.2000,0.5025,1.4286,1.4000,0.0767,1858.6476,1858.6476,1877.2340,1877.2340,1877.2340
-689.7500,0.5000,,68.3600,,,,12,928.8400,-40.3919,1965.7066,-148.7978,-3.9288,191.2001,191.2001,-14.4732,-0.6587,-6.8769,0.0000,-6.8769,3.6068,-6.8769,0.7379,0.0000,-7.6148,1.1962,,,-8.8110,1.6240,,,-10.4351,,,,,,,963.5989,-75.4632,0.2000,0.5025,1.4286,1.4000,0.0757,1926.9010,1926.9010,1946.1700,1946.1700,1946.1700
-690.2500,0.5000,,68.0600,,,,12,932.0700,18.3476,1973.3456,-148.9432,1.7908,192.6106,192.6106,-14.5378,-0.3770,-1.4388,0.0000,-1.4388,3.6066,-1.4388,0.7345,0.0000,-2.1732,1.1906,,,-3.3638,1.6154,,,-4.9792,,,,,,,960.1754,-21.6135,0.2000,0.5025,1.4286,1.4000,0.0755,2852.4782,2852.4782,2881.0030,2881.0030,2881.0030
-690.7500,0.5000,,68.2600,,,,12,927.4900,180.3400,1962.5139,-148.7371,17.5158,190.6122,190.6122,-14.4463,0.0417,13.8670,0.0000,13.8670,3.6071,13.8670,0.7348,0.0000,13.1322,1.1912,,,11.9410,1.6163,,,10.3246,,,,,,,960.5550,130.5526,0.2000,0.5025,1.4286,1.4000,0.0760,5183.4927,5183.4927,5235.3276,5235.3276,5235.3276
-691.2500,0.5000,,67.7200,,,,12,921.2200,171.9406,1947.6853,-148.4549,16.5871,187.8931,187.8931,-14.3214,-0.5010,13.4809,0.0000,13.4809,3.6072,13.4809,0.7302,0.0000,12.7507,1.1837,,,11.5669,1.6048,,,9.9621,,,,,,,955.9884,127.3653,0.2000,0.5025,1.4286,1.4000,0.0761,5017.6747,5017.6747,5067.8515,5067.8515,5067.8515
-691.7500,0.5000,,67.7200,,,,12,921.4600,288.0189,1948.2529,-148.4657,27.7924,187.9968,187.9968,-14.3262,-0.0656,24.2515,0.0000,24.2515,3.6065,24.2515,0.7296,0.0000,23.5219,1.1827,,,22.3391,1.6033,,,20.7358,,,,,,,955.3885,235.1057,0.2000,0.5025,1.4286,1.4000,0.0754,6827.6405,6827.6405,6895.9170,6895.9170,6895.9170
-692.2500,0.5000,,67.7000,,,,12,922.6300,383.3122,1951.0200,-148.5184,37.0347,188.5028,188.5028,-14.3495,0.1123,33.3164,0.0000,33.3164,3.6060,33.3164,0.7307,0.0000,32.5857,1.1844,,,31.4013,1.6059,,,29.7954,,,,,,,956.4151,325.3512,0.2000,0.5025,1.4286,1.4000,0.0749,8351.3606,8351.3606,8434.8742,8434.8742,8434.8742
-692.7500,0.5000,,68.1000,,,,12,928.1900,563.9272,1964.1694,-148.7686,54.8136,190.9169,190.9169,-14.4603,0.5816,50.6266,0.0000,50.6266,3.6054,50.6266,1.0145,0.0000,49.6121,1.1931,,,48.4190,1.9344,,,46.4846,,,,,,,961.7121,492.6222,0.2000,0.5025,1.4286,1.4000,0.0744,11207.0485,11207.0485,11319.1190,11319.1190,11319.1190
-693.2500,0.5000,,68.4200,,,,12,933.3500,659.7205,1976.3728,-149.0008,64.4812,193.1710,193.1710,-14.5634,0.5811,60.2958,0.0000,60.2958,3.6042,60.2958,1.2079,0.0000,59.0880,1.2018,,,57.8862,2.3131,,,55.5731,,,,,,,966.9758,583.5186,0.2000,0.5025,1.4286,1.4000,0.0732,12860.5413,12860.5413,12989.1467,12989.1467,12989.1467
-693.7500,0.5000,,69.1250,,,,12,942.5714,786.2273,1998.1814,-149.4157,77.6052,197.2322,197.2322,-14.7482,1.0705,72.9306,0.0000,72.9306,3.6041,72.9306,1.4606,0.0000,71.4700,1.2177,,,70.2524,2.8077,,,67.4447,,,,,,,976.5974,698.8430,0.2000,0.5025,1.4286,1.4000,0.0731,15131.5340,15131.5340,15282.8494,15282.8494,15282.8494
-694.2500,0.5000,,69.4333,,,,12,945.6471,792.7945,2005.4553,-149.5541,78.5088,198.5961,198.5961,-14.8100,0.4790,74.4268,0.0000,74.4268,3.6031,74.4268,1.4906,0.0000,72.9362,1.2247,,,71.7115,2.8660,,,68.8454,,,,,,,980.8721,710.0717,0.2000,0.5025,1.4286,1.4000,0.0720,15282.0500,15282.0500,15434.8705,15434.8705,15434.8705
-694.7500,0.5000,,69.7800,,,,12,949.3400,670.0114,2014.1891,-149.7203,66.6089,200.2399,200.2399,-14.8844,0.4882,62.5178,0.0000,62.5178,3.6030,62.5178,1.2524,0.0000,61.2654,1.2319,,,60.0334,2.3989,,,57.6345,,,,,,,985.2095,593.8241,0.2000,0.5025,1.4286,1.4000,0.0720,13236.7309,13236.7309,13369.0982,13369.0982,13369.0982
-695.2500,0.5000,,69.9200,,,,12,952.2700,497.2035,2021.1186,-149.8522,49.5819,201.5489,201.5489,-14.9435,0.2932,45.6867,0.0000,45.6867,3.6019,45.6867,0.9158,0.0000,44.7710,1.2363,,,43.5347,1.7389,,,41.7957,,,,,,,987.8056,432.8089,0.2000,0.5025,1.4286,1.4000,0.0708,10403.7830,10403.7830,10507.8208,10507.8208,10507.8208
-695.7500,0.5000,,69.8400,,,,12,949.2400,258.2672,2013.9526,-149.7158,25.6728,200.1953,200.1953,-14.8824,-0.1619,22.2329,0.0000,22.2329,3.6019,22.2329,0.7610,0.0000,21.4719,1.2339,,,20.2380,1.6822,,,18.5558,,,,,,,986.3726,207.8743,0.2000,0.5025,1.4286,1.4000,0.0708,6571.6907,6571.6907,6637.4076,6637.4076,6637.4076
-696.2500,0.5000,,69.4400,,,,12,939.3400,70.3919,1990.5391,-149.2703,6.9243,195.8043,195.8043,-14.6833,-0.6843,4.0048,0.0000,4.0048,3.6037,4.0048,0.7548,0.0000,3.2500,1.2238,,,2.0263,1.6666,,,0.3597,,,,,,,980.2943,31.6595,0.2000,0.5025,1.4286,1.4000,0.0726,3715.6682,3715.6682,3752.8249,3752.8249,3752.8249
-696.7500,0.5000,,68.8800,,,,12,932.5700,-28.3564,1974.5281,-148.9657,-2.7692,192.8295,192.8295,-14.5478,-0.8826,-5.4909,0.0000,-5.4909,3.6042,-5.4909,0.7468,0.0000,-6.2377,1.2107,,,-7.4484,1.6464,,,-9.0948,,,,,,,972.3986,-61.2564,0.2000,0.5025,1.4286,1.4000,0.0732,2124.3364,2124.3364,2145.5798,2145.5798,2145.5798
-697.2500,0.5000,,68.3600,,,,12,929.0400,-40.6815,1966.1796,-148.8068,-3.9579,191.2873,191.2873,-14.4772,-0.8373,-6.7254,0.0000,-6.7254,3.6049,-6.7254,0.7392,0.0000,-7.4646,1.1983,,,-8.6628,1.6272,,,-10.2900,,,,,,,964.8479,-73.8784,0.2000,0.5025,1.4286,1.4000,0.0738,1923.3553,1923.3553,1942.5888,1942.5888,1942.5888
-697.7500,0.5000,,67.9000,,,,12,922.3400,-50.9252,1950.3341,-148.5053,-4.9187,188.3773,188.3773,-14.3437,-0.7972,-7.7270,0.0000,-7.7270,3.6055,-7.7270,0.7319,0.0000,-8.4589,1.1864,,,-9.6452,1.6089,,,-11.2541,,,,,,,957.6038,-84.3523,0.2000,0.5025,1.4286,1.4000,0.0744,1740.6546,1740.6546,1758.0612,1758.0612,1758.0612
-698.2500,0.5000,,67.2800,,,,12,913.9400,-108.4033,1930.4681,-148.1273,-10.3750,184.7604,184.7604,-14.1769,-0.9031,-13.0785,0.0000,-13.0785,3.6065,-13.0785,0.7236,0.0000,-13.8020,1.1728,,,-14.9749,1.5881,,,-16.5629,,,,,,,949.3308,-138.8345,0.2000,0.5025,1.4286,1.4000,0.0755,836.9069,836.9069,845.2760,845.2760,845.2760
-698.7500,0.5000,,66.7200,,,,12,906.5800,-135.2203,1913.0617,-147.7961,-12.8374,181.6200,181.6200,-14.0313,-0.8488,-15.5964,0.0000,-15.5964,3.6078,-15.5964,0.7157,0.0000,-16.3121,1.1600,,,-17.4721,1.5685,,,-19.0406,,,,,,,941.4884,-165.4498,0.2000,0.5025,1.4286,1.4000,0.0767,400.9440,400.9440,404.9534,404.9534,404.9534
-699.2500,0.5000,,66.0400,,,,12,897.0600,-136.6576,1890.5469,-147.3677,-12.8376,177.5978,177.5978,-13.8437,-1.0362,-15.4090,0.0000,-15.4090,3.6075,-15.4090,0.7061,0.0000,-16.1151,1.1444,,,-17.2595,1.5444,,,-18.8039,,,,,,,931.8260,-165.1468,0.2000,0.5025,1.4286,1.4000,0.0765,342.2503,342.2503,345.6728,345.6728,345.6728
-699.7500,0.5000,,65.5400,,,,12,890.2500,-130.3085,1874.4413,-147.0613,-12.1482,174.7481,174.7481,-13.7100,-0.7935,-14.9614,0.0000,-14.9614,3.6066,-14.9614,0.6987,0.0000,-15.6601,1.1323,,,-16.7924,1.5260,,,-18.3184,,,,,,,924.3582,-161.7807,0.2000,0.5025,1.4286,1.4000,0.0756,434.0178,434.0178,438.3579,438.3579,438.3579
-700.2500,0.5000,,64.9000,,,,12,882.0500,-130.7482,1855.0483,-146.6923,-12.0770,171.3472,171.3472,-13.5497,-0.9154,-14.7682,0.0000,-14.7682,3.6066,-14.7682,0.6902,0.0000,-15.4583,1.1183,,,-16.5767,1.5046,,,-18.0813,,,,,,,915.6674,-161.2117,0.2000,0.5025,1.4286,1.4000,0.0755,422.3101,422.3101,426.5332,426.5332,426.5332
-700.7500,0.5000,,64.4400,,,,12,875.4200,-134.2330,1839.3683,-146.3939,-12.3056,168.6218,168.6218,-13.4205,-0.7253,-15.1846,0.0000,-15.1846,3.6042,-15.1846,0.6833,0.0000,-15.8679,1.1072,,,-16.9751,1.4877,,,-18.4628,,,,,,,908.7223,-166.7478,0.2000,0.5025,1.4286,1.4000,0.0732,365.5436,365.5436,369.1990,369.1990,369.1990
-701.2500,0.5000,,64.0400,,,,12,870.1300,-83.4323,1826.8575,-146.1559,-7.6023,166.4629,166.4629,-13.3177,-0.6013,-10.6052,0.0000,-10.6052,3.6042,-10.6052,0.6777,0.0000,-11.2829,1.0979,,,-12.3808,1.4736,,,-13.8544,,,,,,,902.9238,-119.3277,0.2000,0.5025,1.4286,1.4000,0.0732,1130.1613,1130.1613,1141.4629,1141.4629,1141.4629
-701.7500,0.5000,,63.6200,,,,12,864.4900,-58.7459,1813.5189,-145.9021,-5.3182,164.1764,164.1764,-13.2084,-0.5846,-8.3360,0.0000,-8.3360,3.6024,-8.3360,0.6721,0.0000,-9.0081,1.0892,,,-10.0973,1.4598,,,-11.5571,,,,,,,897.2505,-95.8717,0.2000,0.5025,1.4286,1.4000,0.0713,1499.8311,1499.8311,1514.8294,1514.8294,1514.8294
-702.2500,0.5000,,63.3200,,,,12,860.3700,-53.0927,1803.7751,-145.7167,-4.7835,162.5160,162.5160,-13.1287,-0.4262,-7.9592,0.0000,-7.9592,3.6019,-7.9592,0.6681,0.0000,-8.6273,1.0829,,,-9.7102,1.4498,,,-11.1601,,,,,,,893.0919,-92.2466,0.2000,0.5025,1.4286,1.4000,0.0708,1582.7393,1582.7393,1598.5667,1598.5667,1598.5667
-702.7500,0.5000,,62.7750,,,,12,852.1531,-73.2099,1784.3420,-145.3469,-6.5331,159.2298,159.2298,-12.9704,-0.8214,-9.3124,0.0000,-9.3124,3.6008,-9.3124,0.6603,0.0000,-9.9727,1.0709,,,-11.0436,1.4304,,,-12.4740,,,,,,,885.0220,-107.6041,0.2000,0.5025,1.4286,1.4000,0.0697,1273.5841,1273.5841,1286.3199,1286.3199,1286.3199
-703.2500,0.5000,,62.4800,,,,12,848.0500,-48.4047,1774.6383,-145.1623,-4.2987,157.6013,157.6013,-12.8915,-0.4813,-7.4171,0.0000,-7.4171,3.5996,-7.4171,0.6556,0.0000,-8.0727,1.0638,,,-9.1366,1.4190,,,-10.5556,,,,,,,880.2594,-87.5751,0.2000,0.5025,1.4286,1.4000,0.0686,1636.6949,1636.6949,1653.0619,1653.0619,1653.0619
-703.7500,0.5000,,62.0000,,,,12,841.9600,-95.0214,1760.2354,-144.8882,-8.3780,155.1997,155.1997,-12.7748,-0.6589,-11.3177,0.0000,-11.3177,3.5985,-11.3177,0.6493,0.0000,-11.9670,1.0541,,,-13.0211,1.4034,,,-14.4245,,,,,,,873.6969,-130.7961,0.2000,0.5025,1.4286,1.4000,0.0675,937.5978,937.5978,946.9738,946.9738,946.9738
-704.2500,0.5000,,61.5600,,,,12,833.8500,-127.3155,1741.0553,-144.5233,-11.1173,152.0299,152.0299,-12.6199,-0.7496,-13.9634,0.0000,-13.9634,3.5957,-13.9634,0.6421,0.0000,-14.6055,1.0430,,,-15.6484,1.3856,,,-17.0340,,,,,,,866.1708,-161.0212,0.2000,0.5025,1.4286,1.4000,0.0646,444.4486,444.4486,448.8931,448.8931,448.8931
-704.7500,0.5000,,60.9200,,,,12,826.1300,-129.7206,1722.7975,-144.1759,-11.2224,149.0429,149.0429,-12.4730,-0.8214,-13.9968,0.0000,-13.9968,3.5957,-13.9968,0.6341,0.0000,-14.6309,1.0307,,,-15.6616,1.3660,,,-17.0276,,,,,,,857.8479,-162.8664,0.2000,0.5025,1.4286,1.4000,0.0647,403.3281,403.3281,407.3614,407.3614,407.3614
-705.2500,0.5000,,60.4200,,,,12,819.5700,-125.9453,1707.2831,-143.8807,-10.8093,146.5279,146.5279,-12.3486,-0.6462,-13.7558,0.0000,-13.7558,3.5927,-13.7558,0.6278,0.0000,-14.3836,1.0210,,,-15.4047,1.3505,,,-16.7552,,,,,,,851.2432,-161.3566,0.2000,0.5025,1.4286,1.4000,0.0617,456.3457,456.3457,460.9092,460.9092,460.9092
-705.7500,0.5000,,59.9200,,,,12,813.8100,-54.4575,1693.6607,-143.6215,-4.6410,144.3371,144.3371,-12.2397,-0.6847,-7.5486,0.0000,-7.5486,3.5923,-7.5486,0.6211,0.0000,-8.1698,1.0107,,,-9.1804,1.3341,,,-10.5145,,,,,,,844.1886,-92.4146,0.2000,0.5025,1.4286,1.4000,0.0612,1427.0617,1427.0617,1441.3323,1441.3323,1441.3323
-706.2500,0.5000,,59.9000,,,,12,820.7000,164.4248,1709.9555,-143.9315,14.1312,146.9596,146.9596,-12.3700,-0.1847,10.7243,0.0000,10.7243,3.5917,10.7243,0.6193,0.0000,10.1050,1.0079,,,9.0971,1.3297,,,7.7674,,,,,,,842.2751,114.5654,0.2000,0.5025,1.4286,1.4000,0.0606,4285.6533,4285.6533,4328.5098,4328.5098,4328.5098
-706.7500,0.5000,,59.7400,,,,12,816.3300,505.7395,1699.6205,-143.7349,43.2336,145.2935,145.2935,-12.2873,0.3403,39.3020,0.0000,39.3020,3.5913,39.3020,0.7875,0.0000,38.5145,1.0130,,,37.5015,1.4983,,,36.0032,,,,,,,845.7963,434.8403,0.2000,0.5025,1.4286,1.4000,0.0602,9119.9592,9119.9592,9211.1588,9211.1588,9211.1588
-707.2500,0.5000,,60.2800,,,,12,823.9400,787.6694,1717.6181,-144.0773,67.9623,148.2009,148.2009,-12.4314,0.7596,63.6116,0.0000,63.6116,3.5912,63.6116,1.2738,0.0000,62.3378,1.0245,,,61.3133,2.4507,,,58.8626,,,,,,,853.6044,697.3748,0.2000,0.5025,1.4286,1.4000,0.0601,13365.2193,13365.2193,13498.8714,13498.8714,13498.8714
-707.7500,0.5000,,60.9600,,,,12,832.6800,893.9918,1738.2882,-144.4706,77.9543,151.5753,151.5753,-12.5976,0.9591,73.4044,0.0000,73.4044,3.5908,73.4044,1.4696,0.0000,71.9348,1.0388,,,70.8959,2.8340,,,68.0620,,,,,,,863.3629,795.6405,0.2000,0.5025,1.4286,1.4000,0.0597,15332.2359,15332.2359,15485.5583,15485.5583,15485.5583
-708.2500,0.5000,,61.5000,,,,12,839.9800,895.8888,1755.5527,-144.7991,78.8046,154.4228,154.4228,-12.7369,0.7276,74.4862,0.0000,74.4862,3.5908,74.4862,1.4913,0.0000,72.9949,1.0497,,,71.9452,2.8759,,,69.0693,,,,,,,870.6926,800.5694,0.2000,0.5025,1.4286,1.4000,0.0598,15486.7127,15486.7127,15641.5799,15641.5799,15641.5799
-708.7500,0.5000,,62.1000,,,,12,847.0800,900.1333,1772.3442,-145.1186,79.8472,157.2176,157.2176,-12.8729,0.7302,75.5253,0.0000,75.5253,3.5917,75.5253,1.5121,0.0000,74.0132,1.0605,,,72.9528,2.9162,,,70.0366,,,,,,,877.9874,804.9935,0.2000,0.5025,1.4286,1.4000,0.0606,15678.7741,15678.7741,15835.5618,15835.5618,15835.5618
-709.2500,0.5000,,62.4400,,,,12,852.8400,912.7999,1785.9666,-145.3778,81.5214,159.5032,159.5032,-12.9836,0.6403,77.2894,0.0000,77.2894,3.5918,77.2894,1.5474,0.0000,75.7419,1.0699,,,74.6721,2.9849,,,71.6871,,,,,,,884.3340,817.8836,0.2000,0.5025,1.4286,1.4000,0.0607,15995.3350,15995.3350,16155.2884,16155.2884,16155.2884
-709.7500,0.5000,,63.0000,,,,12,859.5300,935.6603,1801.7885,-145.6789,84.2186,162.1786,162.1786,-13.1125,0.6773,79.9488,0.0000,79.9488,3.5925,79.9488,1.6006,0.0000,78.3482,1.0798,,,77.2684,3.0887,,,74.1796,,,,,,,890.9984,839.6985,0.2000,0.5025,1.4286,1.4000,0.0614,16505.0263,16505.0263,16670.0766,16670.0766,16670.0766
-710.2500,0.5000,,63.4800,,,,12,866.4800,943.7352,1818.2252,-145.9916,85.6322,164.9813,164.9813,-13.2469,0.6958,81.3436,0.0000,81.3436,3.5928,81.3436,1.6286,0.0000,79.7151,1.0900,,,78.6251,3.1430,,,75.4821,,,,,,,897.7932,847.8822,0.2000,0.5025,1.4286,1.4000,0.0618,16761.3519,16761.3519,16928.9654,16928.9654,16928.9654
-710.7500,0.5000,,63.9200,,,,12,873.8200,979.5605,1835.5843,-146.3219,89.6359,167.9674,167.9674,-13.3894,0.7777,85.2652,0.0000,85.2652,3.5930,85.2652,1.7070,0.0000,83.5582,1.1018,,,82.4564,3.2962,,,79.1602,,,,,,,905.3277,881.3628,0.2000,0.5025,1.4286,1.4000,0.0619,17507.8137,17507.8137,17682.8918,17682.8918,17682.8918
-711.2500,0.5000,,64.5600,,,,12,881.5400,1029.9282,1853.8421,-146.6693,95.0775,171.1368,171.1368,-13.5397,0.8800,90.6040,0.0000,90.6040,3.5934,90.6040,1.8138,0.0000,88.7902,1.1153,,,87.6749,3.5049,,,84.1700,,,,,,,913.7786,927.8875,0.2000,0.5025,1.4286,1.4000,0.0624,18514.0473,18514.0473,18699.1878,18699.1878,18699.1878
-711.7500,0.5000,,65.1200,,,,12,891.4400,1042.7126,1877.2556,-147.1148,97.3387,175.2444,175.2444,-13.7334,1.1062,92.6390,0.0000,92.6390,3.5934,92.6390,1.8546,0.0000,90.7844,1.1322,,,89.6522,3.5839,,,86.0683,,,,,,,924.2922,937.9365,0.2000,0.5025,1.4286,1.4000,0.0624,18901.5167,18901.5167,19090.5318,19090.5318,19090.5318
-712.2500,0.5000,,65.9400,,,,12,898.9500,1073.1301,1895.0168,-147.4528,101.0221,178.3928,178.3928,-13.8809,0.7908,96.6368,0.0000,96.6368,3.5945,96.6368,1.9346,0.0000,94.7023,1.1442,,,93.5580,3.7401,,,89.8179,,,,,,,931.7355,970.5973,0.2000,0.5025,1.4286,1.4000,0.0634,19561.3383,19561.3383,19756.9517,19756.9517,19756.9517
-712.7500,0.5000,,66.4200,,,,12,906.5400,1064.0545,1912.9671,-147.7943,101.0135,181.6030,181.6030,-14.0305,0.8455,96.5735,0.0000,96.5735,3.5946,96.5735,1.9333,0.0000,94.6401,1.1570,,,93.4831,3.7371,,,89.7460,,,,,,,939.6280,961.8133,0.2000,0.5025,1.4286,1.4000,0.0635,19560.9684,19560.9684,19756.5780,19756.5780,19756.5780
-713.2500,0.5000,,67.0200,,,,12,914.6600,975.0036,1932.1709,-148.1597,93.3887,185.0691,185.0691,-14.1912,0.9499,88.8437,0.0000,88.8437,3.5952,88.8437,1.7788,0.0000,87.0649,1.1713,,,85.8936,3.4335,,,82.4601,,,,,,,948.4166,876.6282,0.2000,0.5025,1.4286,1.4000,0.0641,18177.7645,18177.7645,18359.5421,18359.5421,18359.5421
-713.7500,0.5000,,67.5800,,,,12,922.8200,960.8254,1951.4693,-148.5269,92.8518,188.5851,188.5851,-14.3533,0.8996,88.3564,0.0000,88.3564,3.5957,88.3564,1.7690,0.0000,86.5874,1.1848,,,85.4026,3.4138,,,81.9888,,,,,,,956.6660,864.3024,0.2000,0.5025,1.4286,1.4000,0.0646,18100.3140,18100.3140,18281.3171,18281.3171,18281.3171
-714.2500,0.5000,,68.1400,,,,12,929.2100,927.0360,1966.5817,-148.8145,90.2068,191.3615,191.3615,-14.4806,0.6796,85.9313,0.0000,85.9313,3.5958,85.9313,1.7206,0.0000,84.2107,1.1950,,,83.0157,3.3183,,,79.6974,,,,,,,962.8513,835.1789,0.2000,0.5025,1.4286,1.4000,0.0648,17644.2673,17644.2673,17820.7100,17820.7100,17820.7100
-714.7500,0.5000,,68.4800,,,,12,934.6400,886.0925,1979.4236,-149.0588,86.7265,193.7366,193.7366,-14.5892,0.6732,82.4572,0.0000,82.4572,3.5962,82.4572,1.6511,0.0000,80.8060,1.2050,,,79.6010,3.1817,,,76.4194,,,,,,,968.9389,796.3773,0.2000,0.5025,1.4286,1.4000,0.0651,16942.8729,16942.8729,17112.3016,17112.3016,17112.3016
-715.2500,0.5000,,68.8400,,,,12,936.0000,705.6935,1982.6400,-149.1200,69.1704,194.3338,194.3338,-14.6164,0.2778,65.2962,0.0000,65.2962,3.5965,65.2962,1.3079,0.0000,63.9883,1.2091,,,62.7792,2.5088,,,60.2704,,,,,,,971.4395,629.0079,0.2000,0.5025,1.4286,1.4000,0.0654,13677.0201,13677.0201,13813.7903,13813.7903,13813.7903
-715.7500,0.5000,,68.8400,,,,12,937.7059,613.0781,1986.6744,-149.1968,60.2020,195.0841,195.0841,-14.6506,0.0980,56.5051,0.0000,56.5051,3.5990,56.5051,1.1321,0.0000,55.3730,1.2106,,,54.1624,2.1641,,,51.9983,,,,,,,972.3200,543.8260,0.2000,0.5025,1.4286,1.4000,0.0679,12097.9400,12097.9400,12218.9194,12218.9194,12218.9194
-716.2500,0.5000,,68.9800,,,,12,939.9184,591.8831,1991.9069,-149.2963,58.2579,196.0595,196.0595,-14.6949,0.3157,54.3432,0.0000,54.3432,3.5990,54.3432,1.0889,0.0000,53.2543,1.2153,,,52.0391,2.0792,,,49.9599,,,,,,,975.1522,521.4994,0.2000,0.5025,1.4286,1.4000,0.0679,11751.8550,11751.8550,11869.3736,11869.3736,11869.3736
-716.7500,0.5000,,69.1200,,,,12,939.4400,455.2540,1990.7756,-149.2748,44.7869,195.8484,195.8484,-14.6853,-0.0013,41.1878,0.0000,41.1878,3.6005,41.1878,0.8257,0.0000,40.3621,1.2152,,,39.1468,1.6534,,,37.4934,,,,,,,975.1402,395.2552,0.2000,0.5025,1.4286,1.4000,0.0694,9639.1097,9639.1097,9735.5008,9735.5008,9735.5008
-717.2500,0.5000,,69.0400,,,,12,938.1500,379.7013,1987.7248,-149.2168,37.3029,195.2797,195.2797,-14.6595,-0.0916,33.7938,0.0000,33.7938,3.6007,33.7938,0.7487,0.0000,33.0451,1.2139,,,31.8312,1.6513,,,30.1799,,,,,,,974.3195,323.8744,0.2000,0.5025,1.4286,1.4000,0.0696,8438.1164,8438.1164,8522.4976,8522.4976,8522.4976
-717.7500,0.5000,,68.9400,,,,12,936.2100,315.5379,1983.1367,-149.1295,30.9352,194.4261,194.4261,-14.6206,-0.2578,27.5901,0.0000,27.5901,3.6029,27.5901,0.7464,0.0000,26.8437,1.2101,,,25.6337,1.6454,,,23.9883,,,,,,,972.0058,263.7214,0.2000,0.5025,1.4286,1.4000,0.0718,7401.4611,7401.4611,7475.4757,7475.4757,7475.4757
-718.2500,0.5000,,68.7000,,,,12,933.3600,249.9213,1976.3964,-149.0012,24.4276,193.1754,193.1754,-14.5636,-0.3668,21.1902,0.0000,21.1902,3.6043,21.1902,0.7431,0.0000,20.4471,1.2046,,,19.2425,1.6370,,,17.6055,,,,,,,968.7036,201.5639,0.2000,0.5025,1.4286,1.4000,0.0732,6310.0585,6310.0585,6373.1590,6373.1590,6373.1590
-718.7500,0.5000,,68.4400,,,,12,930.6100,239.3004,1969.8927,-148.8775,23.3206,191.9724,191.9724,-14.5086,-0.2974,20.0138,0.0000,20.0138,3.6043,20.0138,0.7403,0.0000,19.2734,1.2002,,,18.0732,1.6302,,,16.4431,,,,,,,966.0179,190.5221,0.2000,0.5025,1.4286,1.4000,0.0732,6107.7304,6107.7304,6168.8077,6168.8077,6168.8077
-719.2500,0.5000,,68.2800,,,,12,928.0900,229.3732,1963.9329,-148.7641,22.2926,190.8734,190.8734,-14.4583,-0.3553,19.0437,0.0000,19.0437,3.6043,19.0437,0.7371,0.0000,18.3066,1.1949,,,17.1117,1.6220,,,15.4897,,,,,,,962.8001,181.5691,0.2000,0.5025,1.4286,1.4000,0.0732,5918.9946,5918.9946,5978.1846,5978.1846,5978.1846
-719.7500,0.5000,,68.1000,,,,12,925.2600,225.5918,1957.2399,-148.6367,21.8583,189.6428,189.6428,-14.4019,-0.3313,18.5854,0.0000,18.5854,3.6042,18.5854,0.7341,0.0000,17.8513,1.1899,,,16.6614,1.6144,,,15.0470,,,,,,,959.7894,177.6092,0.2000,0.5025,1.4286,1.4000,0.0732,5833.1118,5833.1118,5891.4429,5891.4429,5891.4429
-720.2500,0.5000,,67.9000,,,,12,922.1500,211.7543,1949.8848,-148.4968,20.4485,188.2951,188.2951,-14.3399,-0.3124,17.1566,0.0000,17.1566,3.6043,17.1566,0.7312,0.0000,16.4254,1.1853,,,15.2402,1.6072,,,13.6330,,,,,,,956.9424,163.9090,0.2000,0.5025,1.4286,1.4000,0.0732,5588.2566,5588.2566,5644.1392,5644.1392,5644.1392
-720.7500,0.5000,,67.5200,,,,12,918.1000,176.4641,1940.3065,-148.3145,16.9658,186.5473,186.5473,-14.2594,-0.4898,13.8513,0.0000,13.8513,3.6043,13.8513,0.7267,0.0000,13.1246,1.1779,,,11.9466,1.5959,,,10.3507,,,,,,,952.4613,131.5859,0.2000,0.5025,1.4286,1.4000,0.0733,5058.3690,5058.3690,5108.9527,5108.9527,5108.9527
-721.2500,0.5000,,67.3800,,,,12,916.2000,237.8083,1935.8130,-148.2290,22.8163,185.7301,185.7301,-14.2217,-0.2009,19.4118,0.0000,19.4118,3.6055,19.4118,0.7249,0.0000,18.6869,1.1749,,,17.5120,1.5913,,,15.9207,,,,,,,950.6170,187.7170,0.2000,0.5025,1.4286,1.4000,0.0744,5974.3841,5974.3841,6034.1280,6034.1280,6034.1280
-721.7500,0.5000,,67.4000,,,,12,920.3900,488.5499,1945.7224,-148.4176,47.0879,187.5346,187.5346,-14.3049,0.3134,43.1691,0.0000,43.1691,3.6054,43.1691,0.8653,0.0000,42.3038,1.1796,,,41.1242,1.6427,,,39.4815,,,,,,,953.4925,423.6756,0.2000,0.5025,1.4286,1.4000,0.0743,9974.6487,9974.6487,10074.3952,10074.3952,10074.3952
-722.2500,0.5000,,67.7600,,,,12,922.3100,552.5941,1950.2632,-148.5040,53.3718,188.3644,188.3644,-14.3431,0.3086,49.4602,0.0000,49.4602,3.6030,49.4602,0.9911,0.0000,48.4691,1.1842,,,47.2849,1.8891,,,45.3958,,,,,,,956.3152,483.9890,0.2000,0.5025,1.4286,1.4000,0.0719,10978.0547,10978.0547,11087.8352,11087.8352,11087.8352
-722.7500,0.5000,,67.9200,,,,12,925.2600,553.6597,1957.2399,-148.6367,53.6457,189.6428,189.6428,-14.4019,0.3051,49.7382,0.0000,49.7382,3.6024,49.7382,0.9967,0.0000,48.7415,1.1888,,,47.5527,1.8998,,,45.6529,,,,,,,959.0977,485.2969,0.2000,0.5025,1.4286,1.4000,0.0714,11021.8391,11021.8391,11132.0575,11132.0575,11132.0575
-723.2500,0.5000,,68.1400,,,,12,929.0500,586.0797,1966.2033,-148.8073,57.0196,191.2917,191.2917,-14.4774,0.4907,52.9279,0.0000,52.9279,3.6011,52.9279,1.0605,0.0000,51.8674,1.1961,,,50.6712,2.0245,,,48.6467,,,,,,,963.5562,514.0301,0.2000,0.5025,1.4286,1.4000,0.0700,11555.9388,11555.9388,11671.4982,11671.4982,11671.4982
-723.7500,0.5000,,68.5000,,,,12,934.5600,686.3259,1979.2344,-149.0552,67.1686,193.7015,193.7015,-14.5876,0.6033,62.9651,0.0000,62.9651,3.6002,62.9651,1.2613,0.0000,61.7039,1.2051,,,60.4988,2.4176,,,58.0812,,,,,,,969.0094,608.0731,0.2000,0.5025,1.4286,1.4000,0.0691,13328.9880,13328.9880,13462.2779,13462.2779,13462.2779
-724.2500,0.5000,,68.9400,,,,12,939.3800,700.6422,1990.6337,-149.2721,68.9233,195.8219,195.8219,-14.6841,0.5957,64.7269,0.0000,64.7269,3.6008,64.7269,1.2965,0.0000,63.4304,1.2140,,,62.2164,2.4863,,,59.7301,,,,,,,974.3638,621.6520,0.2000,0.5025,1.4286,1.4000,0.0697,13633.4298,13633.4298,13769.7641,13769.7641,13769.7641
-724.7500,0.5000,,69.2400,,,,12,944.2500,666.1109,2002.1513,-149.4913,65.8661,197.9760,197.9760,-14.7819,0.5415,61.7228,0.0000,61.7228,3.6019,61.7228,1.2365,0.0000,60.4863,1.2220,,,59.2644,2.3682,,,56.8962,,,,,,,979.2056,589.8679,0.2000,0.5025,1.4286,1.4000,0.0708,13106.3393,13106.3393,13237.4027,13237.4027,13237.4027
-725.2500,0.5000,,69.7000,,,,12,950.2000,671.4584,2016.2230,-149.7590,66.8133,200.6237,200.6237,-14.9017,0.7270,62.4847,0.0000,62.4847,3.6016,62.4847,1.2517,0.0000,61.2330,1.2327,,,60.0003,2.3976,,,57.6027,,,,,,,985.6693,593.2332,0.2000,0.5025,1.4286,1.4000,0.0705,13272.1865,13272.1865,13404.9084,13404.9084,13404.9084
-725.7500,0.5000,,69.9400,,,,12,952.4600,669.7756,2021.5679,-149.8607,66.8043,201.6340,201.6340,-14.9473,0.2843,62.9204,0.0000,62.9204,3.5996,62.9204,1.2605,0.0000,61.6600,1.2369,,,60.4231,2.4145,,,58.0086,,,,,,,988.1853,595.8492,0.2000,0.5025,1.4286,1.4000,0.0686,13271.9100,13271.9100,13404.6291,13404.6291,13404.6291
-726.2500,0.5000,,70.1400,,,,12,957.2500,693.2429,2032.8963,-150.0763,69.4927,203.7836,203.7836,-15.0441,0.5076,64.7123,0.0000,64.7123,4.2728,64.7123,1.2963,0.0000,63.4159,1.2444,,,62.1716,2.4844,,,59.6872,,,,,,,992.6622,610.0541,0.3500,0.5400,1.7143,1.6000,0.0686,13731.8699,13731.8699,13731.8699,13731.8699,13731.8699
-726.7500,0.5000,,70.5000,,,,12,959.8800,598.3015,2039.1162,-150.1946,60.1403,204.9687,204.9687,-15.0973,0.3439,55.5231,0.0000,55.5231,4.2733,55.5231,1.1125,0.0000,54.4106,1.2494,,,53.1612,2.1240,,,51.0372,,,,,,,995.6834,521.8354,0.3500,0.5400,1.7143,1.6000,0.0690,12115.8454,12115.8454,12115.8454,12115.8454,12115.8454
-727.2500,0.5000,,70.7000,,,,12,961.4500,480.0059,2042.8293,-150.2653,48.3283,205.6778,205.6778,-15.1291,0.2772,43.7777,0.0000,43.7777,4.2734,43.7777,0.8776,0.0000,42.9001,1.2535,,,41.6466,1.7125,,,39.9341,,,,,,,998.1126,410.4400,0.3500,0.5400,1.7143,1.6000,0.0691,10224.3529,10224.3529,10224.3529,10224.3529,10224.3529
-727.7500,0.5000,,70.6600,,,,12,963.3000,464.9445,2047.2045,-150.3485,46.9020,206.5149,206.5149,-15.1666,0.0825,42.5451,0.0000,42.5451,4.2744,42.5451,0.8530,0.0000,41.6921,1.2547,,,40.4374,1.7144,,,38.7230,,,,,,,998.8343,398.5947,0.3500,0.5400,1.7143,1.6000,0.0701,10009.7467,10009.7467,10009.7467,10009.7467,10009.7467
-728.2500,0.5000,,70.8800,,,,12,965.1000,500.7555,2051.4615,-150.4295,50.6089,207.3310,207.3310,-15.2032,0.2655,46.0683,0.0000,46.0683,4.2751,46.0683,0.9235,0.0000,45.1448,1.2586,,,43.8862,1.7529,,,42.1333,,,,,,,1001.1535,430.6044,0.3500,0.5400,1.7143,1.6000,0.0708,10577.5543,10577.5543,10577.5543,10577.5543,10577.5543
-728.7500,0.5000,,70.9800,,,,12,966.7400,489.5170,2055.3401,-150.5033,49.5571,208.0760,208.0760,-15.2365,0.1843,45.0957,0.0000,45.0957,4.2771,45.0957,0.9040,0.0000,44.1917,1.2613,,,42.9304,1.7246,,,41.2059,,,,,,,1002.7601,420.8382,0.3500,0.5400,1.7143,1.6000,0.0728,10419.8297,10419.8297,10419.8297,10419.8297,10419.8297
-729.2500,0.5000,,71.0600,,,,12,967.4200,453.2102,2056.9483,-150.5339,45.9138,208.3853,208.3853,-15.2503,0.0937,41.5414,0.0000,41.5414,4.2787,41.5414,0.8329,0.0000,40.7084,1.2626,,,39.4458,1.7267,,,37.7191,,,,,,,1003.5761,387.3517,0.3500,0.5400,1.7143,1.6000,0.0744,9867.4141,9867.4141,9867.4141,9867.4141,9867.4141
-729.7500,0.5000,,71.1600,,,,12,969.2900,435.2741,2061.3709,-150.6181,44.1820,209.2370,209.2370,-15.2883,0.1953,39.7062,0.0000,39.7062,4.2805,39.7062,0.7962,0.0000,38.9099,1.2655,,,37.6444,1.7311,,,35.9133,,,,,,,1005.2742,369.6130,0.3500,0.5400,1.7143,1.6000,0.0762,9608.7555,9608.7555,9608.7555,9608.7555,9608.7555
-730.2500,0.5000,,71.2200,,,,12,968.9200,433.0943,2060.4958,-150.6014,43.9439,209.0683,209.0683,-15.2808,-0.0330,39.6927,0.0000,39.6927,4.2842,39.6927,0.7960,0.0000,38.8968,1.2650,,,37.6318,1.7304,,,35.9014,,,,,,,1004.9875,369.5935,0.3500,0.5400,1.7143,1.6000,0.0799,9571.4311,9571.4311,9571.4311,9571.4311,9571.4311
-730.7500,0.5000,,71.2400,,,,12,968.9000,417.8952,2060.4485,-150.6005,42.4009,209.0592,209.0592,-15.2804,0.0441,38.0691,0.0000,38.0691,4.2877,38.0691,0.7804,0.0000,37.2887,1.2656,,,36.0230,1.7314,,,34.2917,,,,,,,1005.3706,354.1787,0.3500,0.5400,1.7143,1.6000,0.0834,9329.9487,9329.9487,9329.9487,9329.9487,9329.9487
-731.2500,0.5000,,71.2600,,,,12,970.1600,406.0235,2063.4284,-150.6572,41.2499,209.6338,209.6338,-15.3060,0.1226,36.8339,0.0000,36.8339,4.2935,36.8339,0.7815,0.0000,36.0523,1.2674,,,34.7849,1.7342,,,33.0507,,,,,,,1006.4351,342.0730,0.3500,0.5400,1.7143,1.6000,0.0892,9153.1733,9153.1733,9153.1733,9153.1733,9153.1733
-731.7500,0.5000,,71.2400,,,,12,969.8100,410.2958,2062.6007,-150.6415,41.6689,209.4741,209.4741,-15.2989,-0.0129,37.3885,0.0000,37.3885,4.2933,37.3885,0.7814,0.0000,36.6071,1.2672,,,35.3399,1.7339,,,33.6060,,,,,,,1006.3234,347.3756,0.3500,0.5400,1.7143,1.6000,0.0890,9217.7507,9217.7507,9217.7507,9217.7507,9217.7507
-732.2500,0.5000,,71.3400,,,,12,970.5400,405.3911,2064.3271,-150.6743,41.2018,209.8073,209.8073,-15.3137,0.0265,36.8826,0.0000,36.8826,4.2927,36.8826,0.7817,0.0000,36.1009,1.2676,,,34.8333,1.7345,,,33.0988,,,,,,,1006.5531,342.4941,0.3500,0.5400,1.7143,1.6000,0.0885,9146.6606,9146.6606,9146.6606,9146.6606,9146.6606
-732.7500,0.5000,,71.4200,,,,12,973.6900,438.4449,2071.7769,-150.8161,44.7059,211.2479,211.2479,-15.3779,0.3208,40.0916,0.0000,40.0916,4.2935,40.0916,0.8040,0.0000,39.2876,1.2723,,,38.0153,1.7417,,,36.2736,,,,,,,1009.3332,371.6997,0.3500,0.5400,1.7143,1.6000,0.0892,9698.3997,9698.3997,9698.3997,9698.3997,9698.3997
-733.2500,0.5000,,71.6400,,,,12,976.1700,488.0902,2077.6421,-150.9277,49.8947,212.3855,212.3855,-15.4285,0.3569,45.2423,0.0000,45.2423,4.2955,45.2423,0.9070,0.0000,44.3353,1.2775,,,43.0578,1.7498,,,41.3080,,,,,,,1012.4170,418.1785,0.3500,0.5400,1.7143,1.6000,0.0912,10485.4186,10485.4186,10485.4186,10485.4186,10485.4186
-733.7500,0.5000,,71.8600,,,,12,977.6600,487.8978,2081.1659,-150.9947,49.9511,213.0704,213.0704,-15.4589,0.1858,45.4699,0.0000,45.4699,4.2955,45.4699,0.9116,0.0000,44.5583,1.2802,,,43.2781,1.7540,,,41.5241,,,,,,,1014.0187,419.6180,0.3500,0.5400,1.7143,1.6000,0.0912,10496.2903,10496.2903,10496.2903,10496.2903,10496.2903
-734.2500,0.5000,,71.8800,,,,12,979.4200,484.3573,2085.3283,-151.0739,49.6779,213.8809,213.8809,-15.4948,0.2000,45.1825,0.0000,45.1825,4.2954,45.1825,0.9058,0.0000,44.2767,1.2831,,,42.9936,1.7585,,,41.2351,,,,,,,1015.7400,416.2591,0.3500,0.5400,1.7143,1.6000,0.0912,10458.1433,10458.1433,10458.1433,10458.1433,10458.1433
-734.7500,0.5000,,72.1000,,,,12,980.1200,487.7803,2086.9838,-151.1054,50.0648,214.2037,214.2037,-15.5091,0.1330,45.6364,0.0000,45.6364,4.2954,45.6364,0.9149,0.0000,44.7215,1.2850,,,43.4365,1.7615,,,41.6750,,,,,,,1016.8829,419.9688,0.3500,0.5400,1.7143,1.6000,0.0911,10517.3187,10517.3187,10517.3187,10517.3187,10517.3187
-735.2500,0.5000,,72.0000,,,,12,981.6200,486.5165,2090.5313,-151.1729,50.0115,214.8962,214.8962,-15.5398,0.1240,45.5933,0.0000,45.5933,4.2942,45.5933,0.9140,0.0000,44.6793,1.2868,,,43.3924,1.7643,,,41.6281,,,,,,,1017.9473,419.1332,0.3500,0.5400,1.7143,1.6000,0.0899,10511.7968,10511.7968,10511.7968,10511.7968,10511.7968
-735.7500,0.5000,,72.2800,,,,12,982.8400,489.9137,2093.4166,-151.2278,50.4233,215.4602,215.4602,-15.5648,0.1682,45.9606,0.0000,45.9606,4.2945,45.9606,0.9214,0.0000,45.0392,1.2893,,,43.7499,1.7681,,,41.9818,,,,,,,1019.3894,421.9118,0.3500,0.5400,1.7143,1.6000,0.0902,10575.4018,10575.4018,10575.4018,10575.4018,10575.4018
-736.2500,0.5000,,72.1400,,,,12,982.3800,477.3604,2092.3287,-151.2071,49.1083,215.2475,215.2475,-15.5554,-0.0433,44.8555,0.0000,44.8555,4.2961,44.8555,0.8993,0.0000,43.9562,1.2887,,,42.6675,1.7671,,,40.9004,,,,,,,1019.0184,411.9167,0.3500,0.5400,1.7143,1.6000,0.0918,10377.9477,10377.9477,10377.9477,10377.9477,10377.9477
-736.7500,0.5000,,72.2800,,,,12,983.1300,504.9351,2094.1025,-151.2409,51.9846,215.5944,215.5944,-15.5707,0.0795,47.6091,0.0000,47.6091,4.2960,47.6091,0.9544,0.0000,46.6548,1.2898,,,45.3650,1.8120,,,43.5530,,,,,,,1019.6995,436.9135,0.3500,0.5400,1.7143,1.6000,0.0917,10809.2595,10809.2595,10809.2595,10809.2595,10809.2595
-737.2500,0.5000,,72.3200,,,,12,986.8100,635.7774,2102.8057,-151.4065,65.7003,217.3008,217.3008,-15.6461,0.3824,61.0224,0.0000,61.0224,4.2955,61.0224,1.2226,0.0000,59.7998,1.2953,,,58.5045,2.3375,,,56.1669,,,,,,,1022.9695,558.2240,0.3500,0.5400,1.7143,1.6000,0.0912,13115.2316,13115.2316,13115.2316,13115.2316,13115.2316
-737.7500,0.5000,,72.6800,,,,12,991.3700,769.0911,2113.5901,-151.6117,79.8440,219.4245,219.4245,-15.7397,0.5916,74.9571,0.0000,74.9571,4.2953,74.9571,1.5014,0.0000,73.4558,1.3039,,,72.1519,2.8834,,,69.2685,,,,,,,1028.0081,682.3401,0.3500,0.5400,1.7143,1.6000,0.0910,15557.9133,15557.9133,15557.9133,15557.9133,15557.9133
-738.2500,0.5000,,73.0200,,,,12,994.6100,751.8211,2121.2527,-151.7575,78.3062,220.9397,220.9397,-15.8063,0.3976,73.6173,0.0000,73.6173,4.2913,73.6173,1.4746,0.0000,72.1427,1.3096,,,70.8331,2.8306,,,68.0024,,,,,,,1031.3804,667.9515,0.3500,0.5400,1.7143,1.6000,0.0870,15269.4479,15269.4479,15269.4479,15269.4479,15269.4479
-738.7500,0.5000,,73.3400,,,,12,998.5300,718.3548,2130.5235,-151.9339,75.1154,222.7799,222.7799,-15.8871,0.4657,70.3584,0.0000,70.3584,4.2913,70.3584,1.4094,0.0000,68.9489,1.3163,,,67.6326,2.7026,,,64.9300,,,,,,,1035.3167,635.9541,0.3500,0.5400,1.7143,1.6000,0.0870,14678.2559,14678.2559,14678.2559,14678.2559,14678.2559
-739.2500,0.5000,,73.6000,,,,12,1001.2100,698.3696,2134.0000,-152.0787,73.2216,223.7424,223.7424,-15.9449,0.3753,68.5562,0.0000,68.5562,4.2901,68.5562,1.3734,0.0000,67.1829,1.3217,,,65.8611,2.6317,,,63.2294,,,,,,,1038.4778,617.7783,0.3500,0.5400,1.7143,1.6000,0.0858,14371.4592,14371.4592,14371.4592,14371.4592,14371.4592
-739.7500,0.5000,,73.8000,,,,12,1004.0600,679.3404,2134.0000,-152.2639,71.4292,224.3793,224.3793,-16.0098,0.3025,66.8367,0.0000,66.8367,4.2900,66.8367,1.3390,0.0000,65.4977,1.3261,,,64.1716,2.5641,,,61.6074,,,,,,,1041.0191,600.8118,0.3500,0.5400,1.7143,1.6000,0.0857,14083.0844,14083.0844,14083.0844,14083.0844,14083.0844
-740.2500,0.5000,,73.9600,,,,12,1007.2800,687.3942,2134.0000,-152.4732,72.5078,225.0988,225.0988,-16.0832,0.4369,67.7802,0.0000,67.7802,4.2907,67.7802,1.3579,0.0000,66.4223,1.3323,,,65.0900,2.6009,,,62.4891,,,,,,,1044.6786,607.1593,0.3500,0.5400,1.7143,1.6000,0.0864,14260.7379,14260.7379,14260.7379,14260.7379,14260.7379
-740.7500,0.5000,,74.0200,,,,12,1008.2000,624.9942,2134.0000,-152.5330,65.9859,225.3044,225.3044,-16.1042,0.1343,61.5609,0.0000,61.5609,4.2907,61.5609,1.2335,0.0000,60.3274,1.3343,,,58.9931,2.3570,,,56.6362,,,,,,,1045.8012,550.8545,0.3500,0.5400,1.7143,1.6000,0.0864,13193.7289,13193.7289,13193.7289,13193.7289,13193.7289
-741.2500,0.5000,,74.0200,,,,12,1008.4200,559.2018,2134.0000,-152.5473,59.0525,225.3536,225.3536,-16.1092,0.0534,54.7062,0.0000,54.7062,4.2929,54.7062,1.0964,0.0000,53.6098,1.3350,,,52.2747,2.0882,,,50.1865,,,,,,,1046.2473,489.3063,0.3500,0.5400,1.7143,1.6000,0.0887,12035.9138,12035.9138,12035.9138,12035.9138,12035.9138
-741.7500,0.5000,,74.2200,,,,12,1010.1300,547.4504,2134.0000,-152.6585,57.9096,225.7357,225.7357,-16.1483,0.1927,53.4234,0.0000,53.4234,4.2935,53.4234,1.0708,0.0000,52.3526,1.3378,,,51.0148,2.0378,,,48.9770,,,,,,,1047.8551,477.0989,0.3500,0.5400,1.7143,1.6000,0.0892,11850.1007,11850.1007,11850.1007,11850.1007,11850.1007
-742.2500,0.5000,,74.2800,,,,12,1010.5800,562.6704,2134.0000,-152.6877,59.5461,225.8363,225.8363,-16.1586,-0.0326,55.2837,0.0000,55.2837,4.2950,55.2837,1.1080,0.0000,54.1757,1.3373,,,52.8384,2.1108,,,50.7276,,,,,,,1047.5832,493.8414,0.3500,0.5400,1.7143,1.6000,0.0908,12124.2347,12124.2347,12124.2347,12124.2347,12124.2347
-742.7500,0.5000,,74.4000,,,,12,1012.9700,643.2157,2134.0000,-152.8431,68.2310,226.3704,226.3704,-16.2133,0.3511,63.5845,0.0000,63.5845,4.2954,63.5845,1.2740,0.0000,62.3105,1.3423,,,60.9681,2.4360,,,58.5322,,,,,,,1050.5067,566.4134,0.3500,0.5400,1.7143,1.6000,0.0911,13575.0801,13575.0801,13575.0801,13575.0801,13575.0801
-743.2500,0.5000,,74.5000,,,,12,1015.4500,634.0740,2134.0000,-153.0043,67.4260,226.9246,226.9246,-16.2701,0.3103,62.8186,0.0000,62.8186,4.2971,62.8186,1.2587,0.0000,61.5599,1.3468,,,60.2131,2.4057,,,57.8074,,,,,,,1053.0839,558.2208,0.3500,0.5400,1.7143,1.6000,0.0928,13444.9757,13444.9757,13444.9757,13444.9757,13444.9757
-743.7500,0.5000,,74.7400,,,,12,1016.5400,635.5983,2134.0000,-153.0751,67.6606,227.1682,227.1682,-16.2951,0.1062,63.2539,0.0000,63.2539,4.3005,63.2539,1.2674,0.0000,61.9865,1.3483,,,60.6382,2.4227,,,58.2155,,,,,,,1053.9640,561.6201,0.3500,0.5400,1.7143,1.6000,0.0963,13485.5583,13485.5583,13485.5583,13485.5583,13485.5583
-744.2500,0.5000,,74.7800,,,,12,1019.9000,712.4346,2134.0000,-153.2935,76.0906,227.9190,227.9190,-16.3723,0.4122,71.3779,0.0000,71.3779,4.3005,71.3779,1.4299,0.0000,69.9480,1.3541,,,68.5939,2.7409,,,65.8529,,,,,,,1057.3744,631.7104,0.3500,0.5400,1.7143,1.6000,0.0963,14909.0803,14909.0803,14909.0803,14909.0803,14909.0803
-744.7500,0.5000,,75.1000,,,,12,1021.9800,725.0369,2134.0000,-153.4287,77.5945,228.3839,228.3839,-16.4202,0.2542,73.0375,0.0000,73.0375,4.3028,73.0375,1.4631,0.0000,71.5744,1.3578,,,70.2167,2.8058,,,67.4108,,,,,,,1059.4724,645.1187,0.3500,0.5400,1.7143,1.6000,0.0985,15193.4442,15193.4442,15193.4442,15193.4442,15193.4442
-745.2500,0.5000,,75.2000,,,,12,1025.2500,726.4777,2134.0000,-153.6413,77.9975,229.1146,229.1146,-16.4955,0.4590,73.2350,0.0000,73.2350,4.3035,73.2350,1.4671,0.0000,71.7680,1.3643,,,70.4037,2.8133,,,67.5904,,,,,,,1063.2498,644.5650,0.3500,0.5400,1.7143,1.6000,0.0992,15276.3499,15276.3499,15276.3499,15276.3499,15276.3499
-745.7500,0.5000,,75.4800,,,,12,1026.9100,692.1071,2134.0000,-153.7492,74.4277,229.4856,229.4856,-16.5338,0.2251,69.8970,0.0000,69.8970,4.3056,69.8970,1.4003,0.0000,68.4967,1.3675,,,67.1292,2.6823,,,64.4469,,,,,,,1065.0974,614.1176,0.3500,0.5400,1.7143,1.6000,0.1013,14622.6707,14622.6707,14622.6707,14622.6707,14622.6707
-746.2500,0.5000,,75.4600,,,,12,1027.7300,666.1857,2134.0000,-153.8025,71.6973,229.6688,229.6688,-16.5528,0.1243,67.2637,0.0000,67.2637,4.3093,67.2637,1.3477,0.0000,65.9160,1.3692,,,64.5468,2.5790,,,61.9678,,,,,,,1066.1163,590.4157,0.3500,0.5400,1.7143,1.6000,0.1050,14156.3387,14156.3387,14156.3387,14156.3387,14156.3387
-746.7500,0.5000,,75.5000,,,,12,1028.1500,592.7311,2134.0000,-153.8298,63.8179,229.7627,229.7627,-16.5625,0.0318,59.4768,0.0000,59.4768,4.3094,59.4768,1.1919,0.0000,58.2849,1.3697,,,56.9152,2.2738,,,54.6415,,,,,,,1066.3765,521.9357,0.3500,0.5400,1.7143,1.6000,0.1051,12875.2320,12875.2320,12875.2320,12875.2320,12875.2320
-747.2500,0.5000,,75.6000,,,,12,1028.1600,557.0906,2134.0000,-153.8304,59.9812,229.7649,229.7649,-16.5627,0.0356,55.6332,0.0000,55.6332,4.3124,55.6332,1.1150,0.0000,54.5182,1.3702,,,53.1480,2.1231,,,51.0249,,,,,,,1066.6677,488.0715,0.3500,0.5400,1.7143,1.6000,0.1081,12246.6575,12246.6575,12246.6575,12246.6575,12246.6575
-747.7500,0.5000,,75.5800,,,,12,1028.0100,535.7008,2134.0000,-153.8207,57.6698,229.7314,229.7314,-16.5592,-0.0426,53.3999,0.0000,53.3999,4.3125,53.3999,1.0704,0.0000,52.3295,1.3696,,,50.9599,2.0355,,,48.9244,,,,,,,1066.3187,468.6311,0.3500,0.5400,1.7143,1.6000,0.1082,11867.4566,11867.4566,11867.4566,11867.4566,11867.4566
-748.2500,0.5000,,75.5000,,,,12,1028.2700,510.1447,2134.0000,-153.8376,54.9325,229.7895,229.7895,-16.5653,0.0047,50.6162,0.0000,50.6162,4.3115,50.6162,1.0147,0.0000,49.6015,1.3697,,,48.2318,1.9264,,,46.3054,,,,,,,1066.3575,444.1843,0.3500,0.5400,1.7143,1.6000,0.1073,11419.9133,11419.9133,11419.9133,11419.9133,11419.9133
-748.7500,0.5000,,75.5000,,,,12,1028.3000,507.0597,2134.0000,-153.8395,54.6019,229.7962,229.7962,-16.5659,0.0125,50.2784,0.0000,50.2784,4.3109,50.2784,1.0080,0.0000,49.2705,1.3698,,,47.9006,1.9132,,,45.9875,,,,,,,1066.4599,441.1777,0.3500,0.5400,1.7143,1.6000,0.1067,11365.8709,11365.8709,11365.8709,11365.8709,11365.8709
-749.2500,0.5000,,75.6400,,,,12,1028.8200,487.7312,2134.0000,-153.8733,52.5471,229.9124,229.9124,-16.5780,0.1055,48.1307,0.0000,48.1307,4.3109,48.1307,0.9650,0.0000,47.1657,1.3713,,,45.7943,1.8962,,,43.8981,,,,,,,1067.3240,421.9889,0.3500,0.5400,1.7143,1.6000,0.1066,11031.4476,11031.4476,11031.4476,11031.4476,11031.4476
-749.7500,0.5000,,75.5600,,,,12,1028.0500,474.1592,2134.0000,-153.8233,51.0466,229.7403,229.7403,-16.5602,-0.1172,46.8530,0.0000,46.8530,4.3109,46.8530,0.9394,0.0000,45.9136,1.3697,,,44.5439,1.8936,,,42.6503,,,,,,,1066.3641,411.1562,0.3500,0.5400,1.7143,1.6000,0.1066,10782.3644,10782.3644,10782.3644,10782.3644,10782.3644
-750.2500,0.5000,,75.4600,,,,12,1028.0100,474.9837,2134.0000,-153.8207,51.1334,229.7314,229.7314,-16.5592,-0.0399,46.8624,0.0000,46.8624,4.3109,46.8624,0.9396,0.0000,45.9228,1.3691,,,44.5537,1.8927,,,42.6609,,,,,,,1066.0373,411.3650,0.3500,0.5400,1.7143,1.6000,0.1066,10796.4062,10796.4062,10796.4062,10796.4062,10796.4062
-750.7500,0.5000,,75.5800,,,,12,1027.8700,471.4784,2134.0000,-153.8116,50.7491,229.7001,229.7001,-16.5560,0.0206,46.4218,0.0000,46.4218,4.3068,46.4218,0.9308,0.0000,45.4910,1.3694,,,44.1216,1.8932,,,42.2284,,,,,,,1066.2057,407.4327,0.3500,0.5400,1.7143,1.6000,0.1025,10732.8141,10732.8141,10732.8141,10732.8141,10732.8141
-751.2500,0.5000,,75.5400,,,,12,1027.0100,465.6918,2134.0000,-153.7557,50.0843,229.5079,229.5079,-16.5361,-0.1001,45.8788,0.0000,45.8788,4.3056,45.8788,0.9200,0.0000,44.9588,1.3680,,,43.5908,1.8910,,,41.6999,,,,,,,1065.3857,402.9763,0.3500,0.5400,1.7143,1.6000,0.1013,10619.9354,10619.9354,10619.9354,10619.9354,10619.9354
-751.7500,0.5000,,75.4200,,,,12,1026.8900,468.8562,2134.0000,-153.7479,50.4188,229.4811,229.4811,-16.5334,-0.0481,46.1621,0.0000,46.1621,4.3048,46.1621,0.9256,0.0000,45.2365,1.3673,,,43.8692,1.8899,,,41.9792,,,,,,,1064.9910,405.6150,0.3500,0.5400,1.7143,1.6000,0.1005,10674.2465,10674.2465,10674.2465,10674.2465,10674.2465
-752.2500,0.5000,,75.4800,,,,12,1026.7400,473.1121,2134.0000,-153.7381,50.8690,229.4476,229.4476,-16.5299,0.0076,46.5593,0.0000,46.5593,4.3021,46.5593,0.9336,0.0000,45.6258,1.3674,,,44.2584,1.8901,,,42.3683,,,,,,,1065.0534,409.0819,0.3500,0.5400,1.7143,1.6000,0.0978,10747.4363,10747.4363,10747.4363,10747.4363,10747.4363
-752.7500,0.5000,,75.4600,,,,12,1026.0900,472.8225,2134.0000,-153.6959,50.8057,229.3023,229.3023,-16.5149,-0.1072,46.6120,0.0000,46.6120,4.3009,46.6120,0.9346,0.0000,45.6773,1.3659,,,44.3115,1.8877,,,42.4238,,,,,,,1064.1737,409.8828,0.3500,0.5400,1.7143,1.6000,0.0966,10734.1625,10734.1625,10734.1625,10734.1625,10734.1625
-753.2500,0.5000,,75.4000,,,,12,1027.0400,506.1001,2134.0000,-153.7576,54.4318,229.5146,229.5146,-16.5368,0.0983,50.0351,0.0000,50.0351,4.2984,50.0351,1.0031,0.0000,49.0320,1.3673,,,47.6647,1.9037,,,45.7610,,,,,,,1064.9802,439.6524,0.3500,0.5400,1.7143,1.6000,0.0941,11333.1139,11333.1139,11333.1139,11333.1139,11333.1139
-753.7500,0.5000,,75.4200,,,,12,1025.1200,473.9330,2134.0000,-153.6328,50.8769,229.0856,229.0856,-16.4925,-0.1784,46.7578,0.0000,46.7578,4.2975,46.7578,0.9375,0.0000,45.8202,1.3647,,,44.4555,1.8859,,,42.5696,,,,,,,1063.5162,411.4193,0.3500,0.5400,1.7143,1.6000,0.0932,10741.5665,10741.5665,10741.5665,10741.5665,10741.5665
-754.2500,0.5000,,75.3600,,,,12,1026.4900,536.2333,2134.0000,-153.7219,57.6417,229.3917,229.3917,-16.5241,0.1209,53.2262,0.0000,53.2262,4.2946,53.2262,1.0669,0.0000,52.1593,1.3665,,,50.7929,2.0289,,,48.7640,,,,,,,1064.5087,467.9011,0.3500,0.5400,1.7143,1.6000,0.0903,11857.7559,11857.7559,11857.7559,11857.7559,11857.7559
-754.7500,0.5000,,75.3800,,,,12,1025.9300,543.8173,2134.0000,-153.6855,58.4251,229.2666,229.2666,-16.5112,-0.0490,54.1798,0.0000,54.1798,4.2943,54.1798,1.0860,0.0000,53.0938,1.3658,,,51.7281,2.0663,,,49.6618,,,,,,,1064.1064,476.4643,0.3500,0.5400,1.7143,1.6000,0.0900,11984.5028,11984.5028,11984.5028,11984.5028,11984.5028
-755.2500,0.5000,,75.4200,,,,12,1025.6500,542.8905,2134.0000,-153.6673,58.3096,229.2040,229.2040,-16.5048,-0.0164,54.0339,0.0000,54.0339,4.2921,54.0339,1.0830,0.0000,52.9509,1.3655,,,51.5853,2.0606,,,49.5248,,,,,,,1063.9717,475.2414,0.3500,0.5400,1.7143,1.6000,0.0878,11964.6359,11964.6359,11964.6359,11964.6359,11964.6359
-755.7500,0.5000,,75.3200,,,,12,1024.9400,535.2937,2134.0000,-153.6211,57.4539,229.0453,229.0453,-16.4884,-0.1144,53.2764,0.0000,53.2764,4.2919,53.2764,1.0679,0.0000,52.2085,1.3639,,,50.8446,2.0309,,,48.8136,,,,,,,1063.0319,468.9927,0.3500,0.5400,1.7143,1.6000,0.0876,11821.7082,11821.7082,11821.7082,11821.7082,11821.7082
-756.2500,0.5000,,75.3000,,,,12,1025.1700,527.5903,2134.0000,-153.6361,56.6397,229.0967,229.0967,-16.4937,0.0496,52.3001,0.0000,52.3001,4.2901,52.3001,1.0484,0.0000,51.2518,1.3646,,,49.8871,1.9926,,,47.8945,,,,,,,1063.4390,460.2222,0.3500,0.5400,1.7143,1.6000,0.0858,11688.7104,11688.7104,11688.7104,11688.7104,11688.7104
-756.7500,0.5000,,75.3400,,,,12,1025.0100,510.2143,2134.0000,-153.6257,54.7658,229.0610,229.0610,-16.4900,-0.0425,50.5182,0.0000,50.5182,4.2901,50.5182,1.0127,0.0000,49.5054,1.3640,,,48.1414,1.9228,,,46.2186,,,,,,,1063.0900,444.6869,0.3500,0.5400,1.7143,1.6000,0.0858,11380.1866,11380.1866,11380.1866,11380.1866,11380.1866
-757.2500,0.5000,,75.3400,,,,12,1024.5900,515.9283,2134.0000,-153.5984,55.3564,228.9671,228.9671,-16.4803,-0.0416,51.1067,0.0000,51.1067,4.2913,51.1067,1.0245,0.0000,50.0822,1.3634,,,48.7188,1.9459,,,46.7729,,,,,,,1062.7478,450.0128,0.3500,0.5400,1.7143,1.6000,0.0870,11475.7053,11475.7053,11475.7053,11475.7053,11475.7053
-757.7500,0.5000,,75.1400,,,,12,1021.9200,479.0549,2134.0000,-153.4248,51.2662,228.3705,228.3705,-16.4188,-0.3074,47.2822,0.0000,47.2822,4.2913,47.2822,0.9480,0.0000,46.3342,1.3591,,,44.9752,1.8770,,,43.0982,,,,,,,1060.2182,417.3287,0.3500,0.5400,1.7143,1.6000,0.0870,10791.7157,10791.7157,10791.7157,10791.7157,10791.7157
-758.2500,0.5000,,75.0600,,,,12,1020.0400,460.5020,2134.0000,-153.3026,49.1901,227.9503,227.9503,-16.3755,-0.2145,45.1094,0.0000,45.1094,4.2951,45.1094,0.9045,0.0000,44.2048,1.3560,,,42.8488,1.8722,,,40.9766,,,,,,,1058.4499,398.8144,0.3500,0.5400,1.7143,1.6000,0.0909,10468.1363,10468.1363,10468.1363,10468.1363,10468.1363
-758.7500,0.5000,,74.7600,,,,12,1017.6900,406.7572,2134.0000,-153.1499,43.3490,227.4252,227.4252,-16.3215,-0.3413,39.3949,0.0000,39.3949,4.2955,39.3949,0.8328,0.0000,38.5621,1.3511,,,37.2110,1.8646,,,35.3464,,,,,,,1055.6293,348.8354,0.3500,0.5400,1.7143,1.6000,0.0912,9606.0744,9606.0744,9606.0744,9606.0744,9606.0744
-759.2500,0.5000,,74.7400,,,,12,1016.1900,423.5133,2134.0000,-153.0524,45.0682,227.0900,227.0900,-16.2871,-0.1281,40.9021,0.0000,40.9021,4.2943,40.9021,0.8317,0.0000,40.0704,1.3493,,,38.7211,1.8617,,,36.8594,,,,,,,1054.5686,362.8446,0.3500,0.5400,1.7143,1.6000,0.0900,9858.1649,9858.1649,9858.1649,9858.1649,9858.1649
-759.7500,0.5000,,74.5000,,,,12,1013.2300,400.8644,2134.0000,-152.8600,42.5338,226.4285,226.4285,-16.2192,-0.3975,38.6372,0.0000,38.6372,4.2942,38.6372,0.8282,0.0000,37.8090,1.3436,,,36.4653,1.8529,,,34.6125,,,,,,,1051.2707,343.4407,0.3500,0.5400,1.7143,1.6000,0.0899,9471.1166,9471.1166,9471.1166,9471.1166,9471.1166
-760.2500,0.5000,,74.3400,,,,12,1012.0700,394.8506,2134.0000,-152.7846,41.8477,226.1693,226.1693,-16.1927,-0.1866,37.7397,0.0000,37.7397,4.2946,37.7397,0.8266,0.0000,36.9131,1.3410,,,35.5721,1.8487,,,33.7234,,,,,,,1049.7194,335.7984,0.3500,0.5400,1.7143,1.6000,0.0903,9364.8727,9364.8727,9364.8727,9364.8727,9364.8727
-760.7500,0.5000,,74.3200,,,,12,1006.9200,287.0999,2134.0000,-152.4498,30.2731,225.0184,225.0184,-16.0750,-0.4275,26.4058,0.0000,26.4058,4.2947,26.4058,0.8228,0.0000,25.5830,1.3349,,,24.2481,1.8391,,,22.4090,,,,,,,1046.1565,233.5210,0.3500,0.5400,1.7143,1.6000,0.0904,7496.6496,7496.6496,7496.6496,7496.6496,7496.6496
-761.2500,0.5000,,73.4800,,,,12,986.6800,-97.7166,2102.4982,-151.4006,-10.0966,217.2404,217.2404,-15.6435,-1.4422,-12.9502,0.0000,-12.9502,4.2958,-12.9502,0.8102,0.0000,-13.7604,1.3142,,,-15.0745,1.8068,,,-16.8814,,,,,,,1034.0452,-127.0755,0.3500,0.5400,1.7143,1.6000,0.0916,1202.8596,1202.8596,1202.8596,1202.8596,1202.8596
-761.7500,0.5000,,72.7000,,,,12,986.9000,-141.5925,2103.0185,-151.4105,-14.6333,217.3426,217.3426,-15.6480,-1.0707,-17.8588,0.0000,-17.8588,4.2961,-17.8588,0.8007,0.0000,-18.6595,1.2987,,,-19.9582,1.7828,,,-21.7410,,,,,,,1024.9615,-173.8452,0.3500,0.5400,1.7143,1.6000,0.0918,411.3963,411.3963,411.3963,411.3963,411.3963
-762.2500,0.5000,,72.1800,,,,12,979.8800,-136.9091,2086.4162,-151.0946,-14.0486,214.0930,214.0930,-15.5042,-0.9897,-17.3556,0.0000,-17.3556,4.2967,-17.3556,0.7919,0.0000,-18.1475,1.2844,,,-19.4319,1.7605,,,-21.1924,,,,,,,1016.4921,-170.4841,0.3500,0.5400,1.7143,1.6000,0.0924,488.7061,488.7061,488.7061,488.7061,488.7061
-762.7500,0.5000,,71.6600,,,,12,971.0800,-131.8623,2065.6042,-150.6986,-13.4092,210.0539,210.0539,-15.3247,-0.9674,-16.7387,0.0000,-16.7387,4.2969,-16.7387,0.7833,0.0000,-17.5221,1.2703,,,-18.7924,1.7386,,,-20.5310,,,,,,,1008.1454,-165.9714,0.3500,0.5400,1.7143,1.6000,0.0926,570.7473,570.7473,570.7473,570.7473,570.7473
-763.2500,0.5000,,70.9600,,,,12,962.2300,-136.3074,2044.6740,-150.3004,-13.7349,206.0305,206.0305,-15.1449,-0.9905,-17.0394,0.0000,-17.0394,4.2950,-17.0394,0.7744,0.0000,-17.8139,1.2558,,,-19.0697,1.7162,,,-20.7859,,,,,,,999.5270,-170.1905,0.3500,0.5400,1.7143,1.6000,0.0907,481.4686,481.4686,481.4686,481.4686,481.4686
-763.7500,0.5000,,70.3600,,,,12,954.1500,-139.6992,2025.5648,-149.9368,-13.9585,202.3911,202.3911,-14.9814,-1.0046,-17.2486,0.0000,-17.2486,4.2947,-17.2486,0.7654,0.0000,-18.0140,1.2411,,,-19.2551,1.6934,,,-20.9484,,,,,,,990.7091,-173.6341,0.3500,0.5400,1.7143,1.6000,0.0904,411.9846,411.9846,411.9846,411.9846,411.9846
-764.2500,0.5000,,69.8200,,,,12,947.3400,-140.8388,2009.4591,-149.6303,-13.9719,199.3488,199.3488,-14.8441,-0.8436,-16.7483,0.0000,-16.7483,3.6199,-16.7483,0.7578,0.0000,-17.5061,1.2287,,,-18.7348,1.6741,,,-20.4089,,,,,,,983.2434,-170.0198,0.2000,0.5025,1.4286,1.4000,0.0889,384.4401,384.4401,388.2845,388.2845,388.2845
-764.7500,0.5000,,69.3200,,,,12,939.6700,-149.2852,1991.3196,-149.2852,-14.6900,195.9499,195.9499,-14.6900,-0.8510,-17.4585,0.0000,-17.4585,3.6195,-17.4585,0.7501,0.0000,-18.2086,1.2161,,,-19.4247,1.6547,,,-21.0794,,,,,,,975.6542,-178.2179,0.2000,0.5025,1.4286,1.4000,0.0885,224.1720,224.1720,226.4137,226.4137,226.4137
-765.2500,0.5000,,68.2000,,,,12,918.3300,-148.3249,1940.8505,-148.3249,-14.2640,186.6463,186.6463,-14.2640,-2.1402,-15.7401,0.0000,-15.7401,3.6163,-15.7401,0.7306,0.0000,-16.4707,1.1842,,,-17.6549,1.6056,,,-19.2605,,,,,,,956.3025,-164.4704,0.2000,0.5025,1.4286,1.4000,0.0852,219.6219,219.6219,221.8181,221.8181,221.8181
-765.7500,0.5000,,66.1800,,,,12,891.6500,-147.1243,1877.7523,-147.1243,-13.7375,175.3321,175.3321,-13.7375,-3.0996,-14.2528,0.0000,-14.2528,3.6149,-14.2528,0.7019,0.0000,-14.9547,1.1375,,,-16.0922,1.5339,,,-17.6261,,,,,,,927.5600,-153.9599,0.2000,0.5025,1.4286,1.4000,0.0838,180.7015,180.7015,182.5085,182.5085,182.5085
-766.2500,0.5000,,64.5200,,,,12,857.0700,-145.5682,1795.9706,-145.5682,-13.0651,161.1922,161.1922,-13.0651,-2.3279,-14.3517,0.0000,-14.3517,3.6146,-14.3517,0.6801,0.0000,-15.0318,1.1018,,,-16.1336,1.4795,,,-17.6131,,,,,,,905.3732,-158.5455,0.2000,0.5025,1.4286,1.4000,0.0835,182.8797,182.8797,184.7085,184.7085,184.7085
-766.7500,0.5000,,63.1800,,,,12,942.6400,-149.4188,1998.3436,-149.4188,-14.7496,197.2626,197.2626,-14.7496,-1.9900,-16.3738,0.0000,-16.3738,3.6142,-16.3738,0.6612,0.0000,-17.0349,1.0723,,,-18.1073,1.4327,,,-19.5400,,,,,,,885.9663,-183.6094,0.2000,0.5025,1.4286,1.4000,0.0832,224.8052,224.8052,227.0533,227.0533,227.0533
-767.2500,0.5000,,61.8200,,,,11,1052.6000,-155.4190,2134.0000,-155.4190,-17.1315,235.2266,235.2266,-17.1315,25.5274,-46.2817,0.0000,-46.2817,3.6227,-46.2817,1.8461,0.0000,-48.1278,1.0438,,,-49.1716,1.9650,,,-51.1366,,,,,,,866.7577,-530.2364,0.2000,0.5025,1.4286,1.4000,0.0917,236.5196,236.5196,238.8848,238.8848,238.8848
-767.7500,0.5000,,59.8800,,,,11,1034.8900,-154.2679,2134.0000,-154.2679,-16.7185,231.2689,231.2689,-16.7185,-4.6131,-15.7627,0.0000,-15.7627,3.6573,-15.7627,1.1880,0.0000,-16.9507,1.0015,,,-17.9522,1.3195,,,-19.2717,,,,,,,837.9035,-193.1810,0.2000,0.5025,1.4286,1.4000,0.1262,231.8836,231.8836,234.2024,234.2024,234.2024
-768.2500,0.5000,,58.1400,,,,11,1007.5800,-152.4927,2134.0000,-152.4927,-16.0900,225.1659,225.1659,-16.0900,-3.3211,-16.4545,0.0000,-16.4545,3.6856,-16.4545,1.1420,0.0000,-17.5966,0.9704,,,-18.5670,1.2705,,,-19.8374,,,,,,,816.4995,-205.7990,0.2000,0.5025,1.4286,1.4000,0.1546,235.9161,235.9161,238.2753,238.2753,238.2753
-768.7500,0.5000,,56.8000,,,,11,990.9400,-151.5923,2112.5731,-151.5923,-15.7309,219.2238,219.2238,-15.7309,-2.6390,-17.0477,0.0000,-17.0477,3.9559,-17.0477,1.1052,0.0000,-18.1529,0.9454,,,-19.0983,1.2311,,,-20.3294,,,,,,,799.0826,-216.9334,0.2000,0.5025,1.4286,1.4000,0.4248,235.1036,235.1036,237.4547,237.4547,237.4547
-769.2500,0.5000,,56.1800,,,,11,977.2900,-150.9781,2080.2909,-150.9781,-15.4513,212.9002,212.9002,-15.4513,-1.2865,-18.1438,0.0000,-18.1438,3.9790,-18.1438,1.0872,0.0000,-19.2310,0.9330,,,-20.1640,1.2118,,,-21.3759,,,,,,,790.4527,-232.3262,0.2000,0.5025,1.4286,1.4000,0.4480,232.1932,232.1932,234.5151,234.5151,234.5151
-769.7500,0.5000,,55.3400,,,,11,962.1000,-150.2945,2044.3665,-150.2945,-15.1423,205.9717,205.9717,-15.1423,-1.8953,-17.7043,0.0000,-17.7043,4.4573,-17.7043,1.0605,0.0000,-18.7649,0.9146,,,-19.6795,1.1833,,,-20.8627,,,,,,,777.5650,-230.4517,0.2000,0.5025,1.4286,1.4000,0.9262,228.9544,228.9544,231.2440,231.2440,231.2440
-770.2500,0.5000,,54.3600,,,,11,946.0200,-149.5709,2006.3373,-149.5709,-14.8175,198.7618,198.7618,-14.8175,-1.8816,-17.3932,0.0000,-17.3932,4.4573,-17.3932,1.0339,0.0000,-18.4271,0.8962,,,-19.3234,1.1547,,,-20.4781,,,,,,,764.5554,-230.1550,0.2000,0.5025,1.4286,1.4000,0.9262,225.5259,225.5259,227.7812,227.7812,227.7812
-770.7500,0.5000,,53.4200,,,,11,929.1800,-148.8131,1966.5107,-148.8131,-14.4800,191.3484,191.3484,-14.4800,-1.9108,-17.1171,0.0000,-17.1171,4.5479,-17.1171,1.0067,0.0000,-18.1239,0.8773,,,-19.0012,1.1255,,,-20.1267,,,,,,,751.1133,-230.4184,0.2000,0.5025,1.4286,1.4000,1.0169,221.9353,221.9353,224.1547,224.1547,224.1547
-771.2500,0.5000,,52.5000,,,,11,912.8100,-148.0765,1927.7957,-148.0765,-14.1545,184.2765,184.2765,-14.1545,-1.9413,-16.7818,0.0000,-16.7818,4.5686,-16.7818,0.9790,0.0000,-17.7607,0.8578,,,-18.6186,1.0957,,,-19.7142,,,,,,,737.2057,-230.0615,0.2000,0.5025,1.4286,1.4000,1.0375,218.4449,218.4449,220.6294,220.6294,220.6294
-771.7500,0.5000,,51.5200,,,,11,897.1500,-147.3718,1890.7598,-147.3718,-13.8455,177.6356,177.6356,-13.8455,-1.5158,-16.7389,0.0000,-16.7389,4.4092,-16.7389,0.9571,0.0000,-17.6961,0.8424,,,-18.5385,1.0722,,,-19.6107,,,,,,,726.1616,-232.7099,0.2000,0.5025,1.4286,1.4000,0.8782,180.3550,180.3550,182.1586,182.1586,182.1586
-772.2500,0.5000,,51.7000,,,,11,921.5900,37.0065,1948.5604,-148.4716,3.5715,188.0530,188.0530,-14.3288,0.6237,-1.4148,0.0000,-1.4148,4.3625,-1.4148,0.9661,0.0000,-2.3809,0.8488,,,-3.2297,1.0819,,,-4.3116,,,,,,,730.7261,-31.1141,0.2000,0.5025,1.4286,1.4000,0.8315,3110.2460,3110.2460,3141.3484,3141.3484,3141.3484
-772.7500,0.5000,,51.3800,,,,10,1077.7800,-2.4300,2134.0000,-157.0557,-0.2743,240.8536,240.8536,-17.7261,26.6572,-31.1599,0.0000,-31.1599,4.2284,-31.1599,1.3362,0.0000,-32.4961,0.8389,,,-33.3350,1.3321,,,-34.6671,,,,,,,723.6303,-428.8307,0.2000,0.5025,1.4286,1.4000,0.6974,3053.7843,3053.7843,3084.3222,3084.3222,3084.3222
-773.2500,0.5000,,51.0200,,,,10,1126.7600,-160.2394,2134.0000,-160.2394,-18.9073,251.7993,251.7993,-18.9073,-1.0106,-22.0149,0.0000,-22.0149,4.1182,-22.0149,1.3226,0.0000,-23.3374,0.8323,,,-24.1697,1.0568,,,-25.2265,,,,,,,718.8493,-310.0178,0.2000,0.5025,1.4286,1.4000,0.5871,251.4791,251.4791,253.9939,253.9939,253.9939
-773.7500,0.5000,,50.6000,,,,10,1117.9700,-159.6681,2134.0000,-159.6681,-18.6929,249.8349,249.8349,-18.6929,-1.0682,-21.6652,0.0000,-21.6652,4.0406,-21.6652,1.3082,0.0000,-22.9734,0.8253,,,-23.7987,1.0461,,,-24.8448,,,,,,,713.7610,-307.3575,0.2000,0.5025,1.4286,1.4000,0.5095,250.2410,250.2410,252.7434,252.7434,252.7434
-774.2500,0.5000,,50.2400,,,,10,1109.6800,-159.1292,2134.0000,-159.1292,-18.4917,247.9824,247.9824,-18.4917,-1.2118,-21.2320,0.0000,-21.2320,3.9521,-21.2320,1.2918,0.0000,-22.5237,0.8173,,,-23.3410,1.0340,,,-24.3749,,,,,,,707.9445,-303.8172,0.2000,0.5025,1.4286,1.4000,0.4210,249.0733,249.0733,251.5640,251.5640,251.5640
-774.7500,0.5000,,49.8800,,,,10,1103.8200,-158.7483,2134.0000,-158.7483,-18.3500,246.6728,246.6728,-18.3500,-0.7968,-21.3999,0.0000,-21.3999,3.8467,-21.3999,1.2809,0.0000,-22.6809,0.8120,,,-23.4928,1.0259,,,-24.5188,,,,,,,704.0938,-307.6101,0.2000,0.4650,1.4286,1.3500,0.4032,248.2479,248.2479,258.1778,258.1778,258.1778
-775.2500,0.5000,,49.5800,,,,10,1096.0200,-158.2413,2134.0000,-158.2413,-18.1621,244.9297,244.9297,-18.1621,-0.9720,-20.9704,0.0000,-20.9704,3.7803,-20.9704,1.2677,0.0000,-22.2382,0.8055,,,-23.0436,1.0161,,,-24.0598,,,,,,,699.3677,-303.6442,0.2000,0.4650,1.4286,1.3500,0.3367,247.1492,247.1492,257.0351,257.0351,257.0351
-775.7500,0.5000,,49.2400,,,,10,1088.2700,-157.7376,2134.0000,-157.7376,-17.9763,243.1978,243.1978,-17.9763,-1.0183,-20.7310,0.0000,-20.7310,3.7730,-20.7310,1.2539,0.0000,-21.9849,0.7986,,,-22.7835,1.0059,,,-23.7894,,,,,,,694.3818,-302.3410,0.2000,0.4650,1.4286,1.3500,0.3295,246.0575,246.0575,255.8998,255.8998,255.8998
-776.2500,0.5000,,48.8200,,,,10,1077.0600,-157.0089,2134.0000,-157.0089,-17.7089,240.6927,240.6927,-17.7089,-1.3309,-20.1006,0.0000,-20.1006,3.7225,-20.1006,1.2357,0.0000,-21.3363,0.7897,,,-22.1260,0.9924,,,-23.1183,,,,,,,687.8113,-296.2245,0.2000,0.4650,1.4286,1.3500,0.2789,244.4785,244.4785,254.2577,254.2577,254.2577
-776.7500,0.5000,,48.2800,,,,10,1066.7700,-136.5785,2134.0000,-156.3401,-15.2574,238.3932,238.3932,-17.4650,-1.4729,-17.5067,0.0000,-17.5067,3.7222,-17.5067,1.2155,0.0000,-18.7223,0.7797,,,-19.5019,0.9774,,,-20.4793,,,,,,,680.4658,-262.7385,0.2000,0.4650,1.4286,1.3500,0.2786,608.4165,608.4165,632.7531,632.7531,632.7531
-777.2500,0.5000,,47.9600,,,,10,1060.5100,-40.1958,2134.0000,-155.9332,-4.4640,236.9942,236.9942,-17.3174,-0.7895,-7.3899,0.0000,-7.3899,3.7154,-7.3899,1.2047,0.0000,-8.5946,0.7743,,,-9.3689,0.9693,,,-10.3382,,,,,,,676.4958,-121.3204,0.2000,0.4650,1.4286,1.3500,0.2718,2333.4160,2333.4160,2426.7526,2426.7526,2426.7526
-777.7500,0.5000,,47.7200,,,,10,1059.7700,12.4832,2134.0000,-155.8851,1.3854,236.8289,236.8289,-17.2999,-0.6231,-1.7070,0.0000,-1.7070,3.7154,-1.7070,1.1961,0.0000,-2.9031,0.7700,,,-3.6731,0.9629,,,-4.6360,,,,,,,673.3457,-41.1714,0.2000,0.4650,1.4286,1.3500,0.2719,3285.6457,3285.6457,3417.0715,3417.0715,3417.0715
-778.2500,0.5000,,47.5400,,,,10,1054.9500,54.1305,2134.0000,-155.5718,5.9800,235.7517,235.7517,-17.1866,-0.7463,2.7698,0.0000,2.7698,3.9565,2.7698,1.1859,0.0000,1.5839,0.7649,,,0.8190,0.9553,,,-0.1362,,,,,,,669.5536,22.5899,0.2000,0.4650,1.4286,1.3500,0.5129,3958.5066,3958.5066,4116.8469,4116.8469,4116.8469
-778.7500,0.5000,,47.0800,,,,10,1040.0700,45.5256,2134.0000,-154.6046,4.9585,232.4265,232.4265,-16.8389,-0.8919,1.8169,0.0000,1.8169,4.0334,1.8169,1.1736,0.0000,0.6433,0.7587,,,-0.1154,0.9461,,,-1.0615,,,,,,,664.9932,9.2384,0.2000,0.4650,1.4286,1.3500,0.5899,3748.3460,3748.3460,3898.2799,3898.2799,3898.2799
-779.2500,0.5000,,46.8800,,,,10,1037.9200,106.2925,2134.0000,-154.4648,11.5530,231.9460,231.9460,-16.7889,-0.9254,8.3037,0.0000,8.3037,4.1748,8.3037,1.1608,0.0000,7.1429,0.7523,,,6.3907,0.9365,,,5.4541,,,,,,,660.2279,103.3128,0.2000,0.4650,1.4286,1.3500,0.7312,4738.2894,4738.2894,4927.8209,4927.8209,4927.8209
-779.7500,0.5000,,46.7000,,,,10,1037.4900,346.5483,2134.0000,-154.4369,37.6510,231.8499,231.8499,-16.7789,0.0189,33.3868,0.0000,33.3868,4.2452,33.3868,1.3308,0.0000,32.0560,0.7524,,,31.3036,1.2510,,,30.0526,,,,,,,660.3256,463.5783,0.2000,0.4650,1.4286,1.3500,0.8017,8742.6935,8742.6935,9092.4012,9092.4012,9092.4012
-780.2500,0.5000,,46.8400,,,,10,1037.6600,403.1812,2134.0000,-154.4479,43.8111,231.8879,231.8879,-16.7828,0.2440,39.3479,0.0000,39.3479,4.2192,39.3479,1.5692,0.0000,37.7786,0.7541,,,37.0245,1.4799,,,35.5447,,,,,,,661.5853,545.2955,0.2000,0.4650,1.4286,1.3500,0.7756,9713.1118,9713.1118,10101.6363,10101.6363,10101.6363
-780.7500,0.5000,,46.8200,,,,10,1039.3100,461.9079,2134.0000,-154.5552,50.2723,232.2566,232.2566,-16.8212,0.1063,45.9731,0.0000,45.9731,4.1930,45.9731,1.8342,0.0000,44.1389,0.7548,,,43.3840,1.7343,,,41.6498,,,,,,,662.1331,636.5714,0.2000,0.4650,1.4286,1.3500,0.7494,10707.7066,10707.7066,11136.0148,11136.0148,11136.0148
-781.2500,0.5000,,46.9200,,,,10,1039.1500,476.5915,2134.0000,-154.5448,51.8625,232.2209,232.2209,-16.8175,0.1024,47.6069,0.0000,47.6069,4.1532,47.6069,1.8996,0.0000,45.7073,0.7556,,,44.9517,1.7970,,,43.1548,,,,,,,662.6606,658.6668,0.2000,0.4650,1.4286,1.3500,0.7096,10964.7149,10964.7149,11403.3035,11403.3035,11403.3035
-781.7500,0.5000,,46.8600,,,,10,1037.9400,474.1921,2134.0000,-154.4661,51.5413,231.9505,231.9505,-16.7894,-0.1416,47.5952,0.0000,47.5952,4.0877,47.5952,1.8991,0.0000,45.6961,0.7546,,,44.9415,1.7966,,,43.1450,,,,,,,661.9309,659.2314,0.2000,0.4650,1.4286,1.3500,0.6441,10907.1899,10907.1899,11343.4775,11343.4775,11343.4775
-782.2500,0.5000,,46.7800,,,,10,1038.4100,513.8016,2134.0000,-154.4967,55.8718,232.0555,232.0555,-16.8003,-0.0831,51.8577,0.0000,51.8577,4.0972,51.8577,2.0696,0.0000,49.7881,0.7540,,,49.0341,1.9603,,,47.0739,,,,,,,661.5024,718.7297,0.2000,0.4650,1.4286,1.3500,0.6536,11611.8051,11611.8051,12076.2773,12076.2773,12076.2773
-782.7500,0.5000,,46.9800,,,,10,1043.2200,613.9059,2134.0000,-154.8093,67.0666,233.1304,233.1304,-16.9123,0.6116,62.3387,0.0000,62.3387,4.1163,62.3387,2.4888,0.0000,59.8499,0.7582,,,59.0916,2.3626,,,56.7291,,,,,,,664.6496,859.8879,0.2000,0.4650,1.4286,1.3500,0.6727,13438.0743,13438.0743,13975.5973,13975.5973,13975.5973
-783.2500,0.5000,,47.2000,,,,10,1046.9500,669.8141,2134.0000,-155.0518,73.4360,233.9640,233.9640,-16.9993,0.5435,68.7637,0.0000,68.7637,4.1287,68.7637,2.7458,0.0000,66.0180,0.7620,,,65.2560,2.6091,,,62.6468,,,,,,,667.4337,944.5508,0.2000,0.4650,1.4286,1.3500,0.6852,14514.0082,14514.0082,15094.5685,15094.5685,15094.5685
-783.7500,0.5000,,47.3600,,,,10,1052.4700,666.3794,2134.0000,-155.4106,73.4446,235.1975,235.1975,-17.1285,0.5780,68.7017,0.0000,68.7017,4.1650,68.7017,2.7432,0.0000,65.9584,0.7660,,,65.1924,2.6066,,,62.5859,,,,,,,670.3818,939.5490,0.2000,0.4650,1.4286,1.3500,0.7214,14540.9158,14540.9158,15122.5525,15122.5525,15122.5525
-784.2500,0.5000,,47.6000,,,,10,1058.3700,658.6898,2134.0000,-155.7941,73.0041,236.5160,236.5160,-17.2670,0.7807,68.0689,0.0000,68.0689,4.1545,68.0689,2.7179,0.0000,65.3510,0.7714,,,64.5797,2.5820,,,61.9976,,,,,,,674.3436,925.4276,0.2000,0.4650,1.4286,1.3500,0.7109,14462.7000,14462.7000,15041.2081,15041.2081,15041.2081
-784.7500,0.5000,,47.9200,,,,10,1063.2300,623.2285,2134.0000,-156.1100,69.3910,237.6021,237.6021,-17.3815,0.6659,64.6171,0.0000,64.6171,4.1079,64.6171,2.5798,0.0000,62.0374,0.7759,,,61.2615,2.4493,,,58.8121,,,,,,,677.7046,874.1466,0.2000,0.4650,1.4286,1.3500,0.6644,13857.6731,13857.6731,14411.9800,14411.9800,14411.9800
-785.2500,0.5000,,48.0400,,,,10,1067.0900,565.9758,2134.0000,-156.3609,63.2452,238.4647,238.4647,-17.4726,0.4447,58.6756,0.0000,58.6756,4.1249,58.6756,2.3421,0.0000,56.3335,0.7789,,,55.5546,2.2210,,,53.3336,,,,,,,679.9399,791.1666,0.2000,0.4650,1.4286,1.3500,0.6813,12897.1067,12897.1067,13412.9909,13412.9909,13412.9909
-785.7500,0.5000,,48.1800,,,,10,1069.3800,522.9725,2134.0000,-156.5097,58.5652,238.9764,238.9764,-17.5268,0.3350,54.0568,0.0000,54.0568,4.1734,54.0568,2.1573,0.0000,51.8995,0.7812,,,51.1183,2.0436,,,49.0747,,,,,,,681.6187,727.0981,0.2000,0.4650,1.4286,1.3500,0.7299,12167.8189,12167.8189,12654.5316,12654.5316,12654.5316
-786.2500,0.5000,,48.4000,,,,10,1074.7200,500.2078,2134.0000,-156.8568,56.2956,240.1698,240.1698,-17.6534,0.6676,51.4525,0.0000,51.4525,4.1755,51.4525,2.0531,0.0000,49.3994,0.7858,,,48.6137,1.9434,,,46.6703,,,,,,,684.9522,688.7047,0.2000,0.4650,1.4286,1.3500,0.7319,11834.5511,11834.5511,12307.9331,12307.9331,12307.9331
-786.7500,0.5000,,48.5800,,,,10,1078.8600,453.7503,2134.0000,-157.1259,51.2638,241.0950,241.0950,-17.7518,0.4854,46.4970,0.0000,46.4970,4.2814,46.4970,1.8548,0.0000,44.6422,0.7891,,,43.8531,1.7529,,,42.1002,,,,,,,687.3657,620.1962,0.2000,0.4650,1.4286,1.3500,0.8378,10981.9550,10981.9550,11421.2332,11421.2332,11421.2332
-787.2500,0.5000,,48.8800,,,,10,1085.0600,457.7516,2134.0000,-157.5289,52.0130,242.4805,242.4805,-17.8996,0.8173,46.9143,0.0000,46.9143,4.2814,46.9143,1.8714,0.0000,45.0429,0.7946,,,44.2483,1.7687,,,42.4796,,,,,,,691.4107,622.1020,0.2000,0.4650,1.4286,1.3500,0.8378,11115.7515,11115.7515,11560.3815,11560.3815,11560.3815
-787.7500,0.5000,,49.1000,,,,10,1091.9200,439.7705,2134.0000,-157.9748,50.2858,244.0135,244.0135,-18.0637,0.7539,45.4118,0.0000,45.4118,4.1201,45.4118,1.8113,0.0000,43.6005,0.7997,,,42.8008,1.7108,,,41.0900,,,,,,,695.1211,598.9662,0.2000,0.4650,1.4286,1.3500,0.6766,10796.8486,10796.8486,11228.7225,11228.7225,11228.7225
-788.2500,0.5000,,49.4600,,,,10,1097.5200,380.9666,2134.0000,-158.3388,43.7853,245.2649,245.2649,-18.1982,0.9966,38.6779,0.0000,38.6779,4.1108,38.6779,1.5419,0.0000,37.1360,0.8063,,,36.3297,1.4520,,,34.8777,,,,,,,699.9955,506.6076,0.2000,0.4650,1.4286,1.3500,0.6672,9813.8490,9813.8490,10206.4029,10206.4029,10206.4029
-788.7500,0.5000,,49.5800,,,,10,1101.0400,290.3250,2134.0000,-158.5676,33.4747,246.0516,246.0516,-18.2829,0.3008,29.1176,0.0000,29.1176,4.0563,29.1176,1.2736,0.0000,27.8440,0.8083,,,27.0356,1.0802,,,25.9555,,,,,,,701.4601,379.0530,0.2000,0.4650,1.4286,1.3500,0.6127,8278.9397,8278.9397,8610.0973,8610.0973,8610.0973
-789.2500,0.5000,,49.7600,,,,10,1101.3000,181.9541,2134.0000,-158.5845,20.9844,246.1097,246.1097,-18.2892,0.4330,16.5036,0.0000,16.5036,4.0478,16.5036,1.2795,0.0000,15.2241,0.8112,,,14.4129,1.0248,,,13.3880,,,,,,,703.5632,206.6330,0.2000,0.4650,1.4286,1.3500,0.6042,6290.8130,6290.8130,6542.4455,6542.4455,6542.4455
-789.7500,0.5000,,49.5200,,,,11,965.1300,-150.4309,2051.5325,-150.4309,-15.2038,207.3446,207.3446,-15.2038,-26.4705,7.1480,0.0000,7.1480,4.1187,7.1480,0.9080,0.0000,6.2400,0.8075,,,5.4325,1.0192,,,4.4133,,,,,,,700.8582,85.0210,0.2000,0.4650,1.4286,1.3500,0.6752,229.6005,229.6005,238.7845,238.7845,238.7845
-790.2500,0.5000,,49.6200,,,,11,889.9100,74.4024,1873.6372,-147.0460,6.9336,174.6064,174.6064,-13.7034,-0.1015,2.8978,0.0000,2.8978,4.1373,2.8978,0.9065,0.0000,1.9913,0.8065,,,1.1849,1.0176,,,0.1672,,,,,,,700.0858,27.1622,0.2000,0.4650,1.4286,1.3500,0.6938,3429.7896,3429.7896,3566.9812,3566.9812,3566.9812
-790.7500,0.5000,,49.5200,,,,11,860.6100,13.7226,1804.3427,-145.7275,1.2367,162.6125,162.6125,-13.1334,0.1311,-3.0297,0.0000,-3.0297,4.1353,-3.0297,0.9084,0.0000,-3.9381,0.8078,,,-4.7460,1.0197,,,-5.7657,,,,,,,701.0837,-53.6403,0.2000,0.4650,1.4286,1.3500,0.6917,2452.4634,2452.4634,2550.5620,2550.5620,2550.5620
-791.2500,0.5000,,49.6600,,,,11,867.9700,7.0229,1821.7491,-146.0587,0.6383,165.5853,165.5853,-13.2758,0.0056,-3.5022,0.0000,-3.5022,4.1349,-3.5022,0.9085,0.0000,-4.4106,0.8079,,,-5.2185,1.0198,,,-6.2383,,,,,,,701.1264,-60.0724,0.2000,0.4650,1.4286,1.3500,0.6913,2387.3385,2387.3385,2482.8321,2482.8321,2482.8321
-791.7500,0.5000,,49.7000,,,,11,870.8000,3.0542,1828.4420,-146.1860,0.2785,166.7356,166.7356,-13.3307,0.2364,-4.1783,0.0000,-4.1783,4.2204,-4.1783,0.9119,0.0000,-5.0902,0.8104,,,-5.9006,1.0235,,,-6.9241,,,,,,,702.9216,-69.1518,0.2000,0.4650,1.4286,1.3500,0.7769,2342.5818,2342.5818,2436.2850,2436.2850,2436.2850
-792.2500,0.5000,,49.7600,,,,11,872.9200,-39.9382,1833.4558,-146.2814,-3.6508,167.5998,167.5998,-13.3719,0.1753,-8.0978,0.0000,-8.0978,4.2716,-8.0978,0.9145,0.0000,-9.0122,0.8122,,,-9.8244,1.0263,,,-10.8507,,,,,,,704.2501,-122.2018,0.2000,0.4650,1.4286,1.3500,0.8280,1789.3240,1789.3240,1860.8969,1860.8969,1860.8969
-792.7500,0.5000,,50.0200,,,,11,877.2200,-50.6751,1843.6253,-146.4749,-4.6551,169.3596,169.3596,-13.4555,0.4605,-9.4545,0.0000,-9.4545,4.3388,-9.4545,0.9212,0.0000,-10.3756,0.8170,,,-11.1926,1.0335,,,-12.2261,,,,,,,707.7275,-139.9976,0.2000,0.5025,1.4286,1.4000,0.8077,1629.6820,1629.6820,1645.9789,1645.9789,1645.9789
-793.2500,0.5000,,50.2600,,,,11,882.6800,-51.9137,1856.5382,-146.7206,-4.7986,171.6073,171.6073,-13.5620,0.5267,-9.6343,0.0000,-9.6343,4.3090,-9.6343,0.9289,0.0000,-10.5631,0.8224,,,-11.3855,1.0418,,,-12.4273,,,,,,,711.6838,-141.7348,0.2000,0.5025,1.4286,1.4000,0.7779,1614.3312,1614.3312,1630.4745,1630.4745,1630.4745
-793.7500,0.5000,,50.6400,,,,11,888.8100,-57.7106,1871.0357,-146.9965,-5.3715,174.1484,174.1484,-13.6818,0.6740,-10.3170,0.0000,-10.3170,4.2715,-10.3170,0.9386,0.0000,-11.2557,0.8294,,,-12.0850,1.0523,,,-13.1373,,,,,,,716.7151,-149.9674,0.2000,0.5025,1.4286,1.4000,0.7405,1530.4906,1530.4906,1545.7955,1545.7955,1545.7955
-794.2500,0.5000,,50.9400,,,,11,894.0700,-49.1257,1883.4756,-147.2332,-4.5995,176.3438,176.3438,-13.7850,0.5191,-9.3144,0.0000,-9.3144,4.1958,-9.3144,0.9462,0.0000,-10.2606,0.8347,,,-11.0953,1.0604,,,-12.1556,,,,,,,720.5664,-135.9780,0.2000,0.5025,1.4286,1.4000,0.6647,1663.5029,1663.5029,1680.1379,1680.1379,1680.1379
-794.7500,0.5000,,51.2400,,,,11,901.2200,-27.2361,1900.3853,-147.5549,-2.5704,179.3499,179.3499,-13.9256,0.7611,-7.6285,0.0000,-7.6285,4.2970,-7.6285,0.9572,0.0000,-8.5857,0.8425,,,-9.4282,1.0722,,,-10.5004,,,,,,,726.1758,-112.9029,0.2000,0.5025,1.4286,1.4000,0.7659,2010.9018,2010.9018,2031.0108,2031.0108,2031.0108
-795.2500,0.5000,,51.6800,,,,11,907.0500,-9.0719,1914.1733,-147.8173,-0.8617,181.8198,181.8198,-14.0406,0.7140,-6.2605,0.0000,-6.2605,4.6848,-6.2605,0.9675,0.0000,-7.2280,0.8497,,,-8.0777,1.0833,,,-9.1610,,,,,,,731.3988,-94.3697,0.2000,0.5025,1.4286,1.4000,1.1537,2309.7091,2309.7091,2332.8062,2332.8062,2332.8062
-795.7500,0.5000,,52.1600,,,,11,924.7600,45.5563,1956.0574,-148.6142,4.4117,189.4259,189.4259,-14.3919,1.0201,-1.3126,0.0000,-1.3126,4.7043,-1.3126,0.9821,0.0000,-2.2947,0.8600,,,-3.1548,1.0991,,,-4.2538,,,,,,,738.7966,-29.6606,0.2000,0.5025,1.4286,1.4000,1.1732,3254.9987,3254.9987,3287.5487,3287.5487,3287.5487
-796.2500,0.5000,,52.8600,,,,11,930.3700,170.6691,1969.3251,-148.8667,16.6280,191.8676,191.8676,-14.5038,1.2015,10.6167,0.0000,10.6167,4.8098,10.6167,0.9993,0.0000,9.6173,0.8721,,,8.7453,1.1176,,,7.6277,,,,,,,747.4161,122.8752,0.2000,0.5025,1.4286,1.4000,1.2788,5068.1331,5068.1331,5118.8145,5118.8145,5118.8145
-796.7500,0.5000,,53.4400,,,,11,940.2700,221.9285,1992.7386,-149.3122,21.8522,196.2147,196.2147,-14.7020,1.4132,15.6291,0.0000,15.6291,4.8098,15.6291,1.0195,0.0000,14.6097,0.8862,,,13.7235,1.1392,,,12.5843,,,,,,,757.4289,184.1915,0.2000,0.5025,1.4286,1.4000,1.2788,5882.7234,5882.7234,5941.5506,5941.5506,5941.5506
-797.2500,0.5000,,54.1400,,,,11,952.2400,268.6387,2021.0476,-149.8508,26.7882,201.5355,201.5355,-14.9429,1.3713,21.0467,0.0000,21.0467,4.3702,21.0467,1.0389,0.0000,20.0077,0.8997,,,19.1081,1.1601,,,17.9480,,,,,,,767.0199,249.0938,0.2000,0.5025,1.4286,1.4000,0.8392,6771.6211,6771.6211,6839.3373,6839.3373,6839.3373
-797.7500,0.5000,,54.7400,,,,11,960.5300,243.9071,2040.6535,-150.2239,24.5337,205.2621,205.2621,-15.1105,1.0570,19.1384,0.0000,19.1384,4.3383,19.1384,1.0539,0.0000,18.0845,0.9100,,,17.1744,1.1761,,,15.9983,,,,,,,774.3321,223.0230,0.2000,0.5025,1.4286,1.4000,0.8073,6410.4189,6410.4189,6474.5231,6474.5231,6474.5231
-798.2500,0.5000,,55.1800,,,,11,968.9600,252.1760,2060.5904,-150.6032,25.5881,209.0866,209.0866,-15.2816,0.9328,20.5368,0.0000,20.5368,4.1185,20.5368,1.0671,0.0000,19.4697,0.9191,,,18.5506,1.1902,,,17.3604,,,,,,,780.7277,238.1398,0.2000,0.5025,1.4286,1.4000,0.5874,6614.9949,6614.9949,6681.1448,6681.1448,6681.1448
-798.7500,0.5000,,55.6200,,,,11,976.5700,260.2083,2078.5881,-150.9457,26.6105,212.5692,212.5692,-15.4366,0.9418,21.6307,0.0000,21.6307,4.0381,21.6307,1.0803,0.0000,20.5503,0.9283,,,19.6221,1.2044,,,18.4176,,,,,,,787.1324,249.3116,0.2000,0.5025,1.4286,1.4000,0.5070,6809.3872,6809.3872,6877.4811,6877.4811,6877.4811
-799.2500,0.5000,,56.0200,,,,11,982.9600,250.0173,2093.7004,-151.2332,25.7356,215.5157,215.5157,-15.5672,0.7933,20.9865,0.0000,20.9865,3.9559,20.9865,1.0914,0.0000,19.8950,0.9359,,,18.9591,1.2164,,,17.7428,,,,,,,792.4868,239.7310,0.2000,0.5025,1.4286,1.4000,0.4248,6682.7984,6682.7984,6749.6264,6749.6264,6749.6264
-799.7500,0.5000,,56.3000,,,,11,986.1100,109.2022,2101.1502,-151.3750,11.2768,216.9757,216.9757,-15.6318,0.4578,6.9477,0.0000,6.9477,3.8713,6.9477,1.0979,0.0000,5.8499,0.9403,,,4.9096,1.2232,,,3.6863,,,,,,,795.5603,70.2172,0.2000,0.5025,1.4286,1.4000,0.3402,4570.6657,4570.6657,4616.3723,4616.3723,4616.3723
-800.2500,0.5000,,56.4200,,,,11,983.0500,58.6253,2093.9133,-151.2373,6.0352,215.5574,215.5574,-15.5691,0.5967,1.5888,0.0000,1.5888,3.8497,1.5888,1.1062,0.0000,0.4826,0.9460,,,-0.4634,1.2322,,,-1.6956,,,,,,,799.5486,5.7639,0.2000,0.5025,1.4286,1.4000,0.3186,3726.5605,3726.5605,3763.8261,3763.8261,3763.8261
-800.7500,0.5000,,56.7200,,,,11,992.2700,8.3525,2115.7186,-151.6522,0.8679,219.8449,219.8449,-15.7582,0.3390,-3.2516,0.0000,-3.2516,3.7805,-3.2516,1.1110,0.0000,-4.3626,0.9493,,,-5.3118,1.2372,,,-6.5491,,,,,,,801.8058,-51.9569,0.2000,0.5025,1.4286,1.4000,0.2494,2938.5214,2938.5214,2967.9066,2967.9066,2967.9066
-801.2500,0.5000,,56.8400,,,,11,995.5400,32.0952,2123.4521,-151.7993,3.3460,221.3756,221.3756,-15.8255,0.0421,-0.4765,0.0000,-0.4765,3.7804,-0.4765,1.1115,0.0000,-1.5881,0.9497,,,-2.5377,1.2379,,,-3.7756,,,,,,,802.0856,-18.9067,0.2000,0.5025,1.4286,1.4000,0.2494,3342.4002,3342.4002,3375.8242,3375.8242,3375.8242
-801.7500,0.5000,,57.0200,,,,11,1005.4400,153.7348,2134.0000,-152.3536,16.1866,224.6876,224.6876,-16.0412,0.2108,12.2512,0.0000,12.2512,3.7247,12.2512,1.1145,0.0000,11.1367,0.9517,,,10.1850,1.2410,,,8.9440,,,,,,,803.4853,132.3581,0.2000,0.5025,1.4286,1.4000,0.1936,5383.0737,5383.0737,5436.9045,5436.9045,5436.9045
-802.2500,0.5000,,56.7000,,,,11,995.0500,216.0259,2122.2933,-151.7773,22.5102,221.1459,221.1459,-15.8154,-0.3196,19.1089,0.0000,19.1089,3.7209,19.1089,1.1100,0.0000,17.9989,0.9486,,,17.0503,1.2362,,,15.8140,,,,,,,801.3620,214.4808,0.2000,0.5025,1.4286,1.4000,0.1898,6194.1504,6194.1504,6256.0919,6256.0919,6256.0919
-802.7500,0.5000,,57.2200,,,,11,1002.1200,418.5291,2134.0000,-152.1378,43.9212,223.9457,223.9457,-15.9656,1.0659,39.1621,0.0000,39.1621,3.6932,39.1621,1.5620,0.0000,37.6001,0.9588,,,36.6413,1.4640,,,35.1773,,,,,,,808.4221,444.1422,0.2000,0.5025,1.4286,1.4000,0.1621,9648.4154,9648.4154,9744.8996,9744.8996,9744.8996
-803.2500,0.5000,,57.5000,,,,11,1009.5400,452.6148,2134.0000,-152.6201,47.8499,225.6039,225.6039,-16.1348,0.7178,43.4481,0.0000,43.4481,3.6840,43.4481,1.7334,0.0000,41.7147,0.9656,,,40.7491,1.6283,,,39.1208,,,,,,,813.1422,489.8847,0.2000,0.5025,1.4286,1.4000,0.1529,10249.2801,10249.2801,10351.7729,10351.7729,10351.7729
-803.7500,0.5000,,57.8800,,,,11,1015.5200,506.5553,2134.0000,-153.0088,53.8696,226.9402,226.9402,-16.2717,0.8341,49.3663,0.0000,49.3663,3.6693,49.3663,1.9701,0.0000,47.3962,0.9734,,,46.4228,1.8552,,,44.5676,,,,,,,818.5922,552.9012,0.2000,0.5025,1.4286,1.4000,0.1382,11196.4237,11196.4237,11308.3880,11308.3880,11308.3880
-804.2500,0.5000,,58.2200,,,,11,1024.3300,530.2897,2134.0000,-153.5815,56.8829,228.9090,228.9090,-16.4743,1.0339,52.1934,0.0000,52.1934,3.6556,52.1934,2.0831,0.0000,50.1104,0.9832,,,49.1272,1.9634,,,47.1638,,,,,,,825.2979,579.8134,0.2000,0.5025,1.4286,1.4000,0.1245,11725.7750,11725.7750,11843.0328,11843.0328,11843.0328
-804.7500,0.5000,,58.9000,,,,11,1034.3700,578.5526,2134.0000,-154.2341,62.6682,231.1527,231.1527,-16.7065,1.2414,57.7733,0.0000,57.7733,3.6535,57.7733,2.3062,0.0000,55.4672,0.9948,,,54.4724,2.1772,,,52.2952,,,,,,,833.2785,635.6486,0.2000,0.5025,1.4286,1.4000,0.1224,12703.2625,12703.2625,12830.2951,12830.2951,12830.2951
-805.2500,0.5000,,59.4400,,,,11,1046.8100,635.8752,2134.0000,-155.0427,69.7057,233.9327,233.9327,-16.9960,1.4226,64.6476,0.0000,64.6476,3.6354,64.6476,2.5810,0.0000,62.0666,1.0080,,,61.0586,2.4406,,,58.6181,,,,,,,842.3311,703.6336,0.2000,0.5025,1.4286,1.4000,0.1044,13870.7377,13870.7377,14009.4451,14009.4451,14009.4451
-805.7500,0.5000,,60.4400,,,,11,1067.8400,997.9737,2134.0000,-156.4096,111.5974,238.6323,238.6323,-17.4903,2.5222,105.4402,0.0000,105.4402,3.6349,105.4402,4.2126,0.0000,101.2277,1.0311,,,100.1965,4.0060,,,96.1905,,,,,,,858.1457,1126.4438,0.2000,0.5025,1.4286,1.4000,0.1039,21524.7720,21524.7720,21740.0197,21740.0197,21740.0197
-806.2500,0.5000,,61.8600,,,,11,1092.9200,1231.4801,2134.0000,-158.0398,140.9433,244.2370,244.2370,-18.0877,3.4550,133.8655,0.0000,133.8655,3.6229,133.8655,5.3493,0.0000,128.5161,1.0625,,,127.4537,5.0962,,,122.3575,,,,,,,879.3476,1395.6242,0.2000,0.5025,1.4286,1.4000,0.0918,26871.7189,26871.7189,27140.4361,27140.4361,27140.4361
-806.7500,0.5000,,63.2000,,,,11,1114.0600,1183.6642,2134.0000,-159.4139,138.0911,248.9612,248.9612,-18.5979,2.8139,131.6543,0.0000,131.6543,3.6229,131.6543,5.2607,0.0000,126.3936,1.0877,,,125.3060,5.0102,,,120.2958,,,,,,,896.2452,1346.6967,0.2000,0.5025,1.4286,1.4000,0.0918,26469.2976,26469.2976,26733.9906,26733.9906,26733.9906
-807.2500,0.5000,,64.3600,,,,11,1135.7900,1135.4196,2134.0000,-160.8264,135.0464,253.8172,253.8172,-19.1286,3.0901,128.3393,0.0000,128.3393,3.6170,128.3393,5.1278,0.0000,123.2114,1.1163,,,122.0951,4.8817,,,117.2134,,,,,,,914.4416,1286.6678,0.2000,0.5025,1.4286,1.4000,0.0859,25858.8582,25858.8582,26117.4468,26117.4468,26117.4468
-807.7500,0.5000,,65.5800,,,,11,1154.6100,1006.7908,2134.0000,-162.0497,121.7316,258.0230,258.0230,-19.5935,2.5963,115.5185,0.0000,115.5185,3.6168,115.5185,4.6148,0.0000,110.9037,1.1405,,,109.7631,4.3884,,,105.3748,,,,,,,929.4548,1139.4336,0.2000,0.5025,1.4286,1.4000,0.0857,23497.3513,23497.3513,23732.3248,23732.3248,23732.3248
-808.2500,0.5000,,66.4000,,,,11,1165.2900,741.4694,2134.0000,-162.7439,90.4807,260.4096,260.4096,-19.8595,1.9079,84.9559,0.0000,84.9559,3.6169,84.9559,3.3922,0.0000,81.5637,1.1582,,,80.4056,3.2140,,,77.1916,,,,,,,940.3342,828.2974,0.2000,0.5025,1.4286,1.4000,0.0858,17722.0509,17722.0509,17899.2714,17899.2714,17899.2714
-808.7500,0.5000,,66.1200,,,,11,1119.0900,77.4403,2134.0000,-159.7409,9.0753,250.0852,250.0852,-18.7202,-1.5719,7.0303,0.0000,7.0303,3.6169,7.0303,1.3982,0.0000,5.6322,1.1436,,,4.4885,1.5433,,,2.9452,,,,,,,931.3799,57.7456,0.2000,0.5025,1.4286,1.4000,0.0858,4608.9637,4608.9637,4655.0533,4655.0533,4655.0533
-809.2500,0.5000,,65.5000,,,,12,948.5200,-149.6834,2012.2498,-149.6834,-14.8679,199.8743,199.8743,-14.8679,-32.2243,13.7405,0.0000,13.7405,3.6159,13.7405,0.7008,0.0000,13.0397,1.1357,,,11.9040,1.5312,,,10.3729,,,,,,,926.4605,134.4041,0.2000,0.5025,1.4286,1.4000,0.0848,226.0589,226.0589,228.3195,228.3195,228.3195
-809.7500,0.5000,,65.6000,,,,12,897.9900,206.6265,1892.7464,-147.4096,19.4306,177.9887,177.9887,-13.8620,-0.1019,15.9168,0.0000,15.9168,3.6156,15.9168,0.6999,0.0000,15.2170,1.1341,,,14.0828,1.5288,,,12.5540,,,,,,,925.4995,157.0085,0.2000,0.5025,1.4286,1.4000,0.0846,5334.9046,5334.9046,5388.2537,5388.2537,5388.2537
-810.2500,0.5000,,65.8400,,,,12,900.8400,563.9101,1899.4866,-147.5378,53.1969,179.1895,179.1895,-13.9181,0.6810,48.9013,0.0000,48.9013,3.6147,48.9013,0.9798,0.0000,47.9214,1.1445,,,46.7769,1.8689,,,44.9080,,,,,,,931.9042,491.0545,0.2000,0.5025,1.4286,1.4000,0.0836,10952.8759,10952.8759,11062.4046,11062.4046,11062.4046
-810.7500,0.5000,,66.6600,,,,12,912.1100,982.6815,1926.1402,-148.0450,93.8617,183.9771,183.9771,-14.1407,1.3125,88.9349,0.0000,88.9349,3.6143,88.9349,1.7806,0.0000,87.1544,1.1643,,,85.9900,3.4374,,,82.5527,,,,,,,944.1263,881.5165,0.2000,0.5025,1.4286,1.4000,0.0832,18258.5618,18258.5618,18441.1474,18441.1474,18441.1474
-811.2500,0.5000,,67.5800,,,,12,924.7400,1069.0853,1956.0101,-148.6133,103.5287,189.4172,189.4172,-14.3915,1.4570,98.4579,0.0000,98.4579,3.6138,98.4579,1.9711,0.0000,96.4868,1.1862,,,95.3006,3.8097,,,91.4909,,,,,,,957.5106,962.2670,0.2000,0.5025,1.4286,1.4000,0.0828,20027.0437,20027.0437,20227.3141,20227.3141,20227.3141
-811.7500,0.5000,,68.2600,,,,12,930.5700,930.3943,1969.7981,-148.8757,90.6661,191.9550,191.9550,-14.5078,0.8845,86.1681,0.0000,86.1681,3.6135,86.1681,1.7253,0.0000,84.4428,1.1994,,,83.2434,3.3274,,,79.9160,,,,,,,965.5452,835.1438,0.2000,0.5025,1.4286,1.4000,0.0824,17731.0743,17731.0743,17908.3851,17908.3851,17908.3851
-812.2500,0.5000,,68.7800,,,,12,937.6400,724.9490,1986.5186,-149.1938,71.1823,195.0551,195.0551,-14.6493,0.7729,66.7961,0.0000,66.7961,3.6133,66.7961,1.3379,0.0000,65.4582,1.2109,,,64.2473,2.5675,,,61.6798,,,,,,,972.5121,642.7477,0.2000,0.5025,1.4286,1.4000,0.0822,14025.6559,14025.6559,14165.9124,14165.9124,14165.9124
-812.7500,0.5000,,69.2000,,,,12,942.0100,570.6275,1996.8537,-149.3905,56.2907,196.9837,196.9837,-14.7369,0.5552,52.1226,0.0000,52.1226,3.6129,52.1226,1.0445,0.0000,51.0782,1.2191,,,49.8590,1.9920,,,47.8671,,,,,,,977.4859,498.9950,0.2000,0.5025,1.4286,1.4000,0.0818,11438.4600,11438.4600,11552.8446,11552.8446,11552.8446
-813.2500,0.5000,,69.2800,,,,12,941.8200,284.6441,1996.4043,-149.3819,28.0736,196.8997,196.8997,-14.7331,0.0525,24.4078,0.0000,24.4078,3.6133,24.4078,0.7524,0.0000,23.6553,1.2199,,,22.4354,1.6606,,,20.7749,,,,,,,977.9553,230.9838,0.2000,0.5025,1.4286,1.4000,0.0823,6963.0794,6963.0794,7032.7102,7032.7102,7032.7102
-813.7500,0.5000,,69.2400,,,,12,940.1200,178.1486,1992.3838,-149.3054,17.5386,196.1485,196.1485,-14.6990,-0.2399,14.1642,0.0000,14.1642,3.6143,14.1642,0.7502,0.0000,13.4140,1.2164,,,12.1976,1.6551,,,10.5425,,,,,,,975.8100,131.2696,0.2000,0.5025,1.4286,1.4000,0.0832,5246.9653,5246.9653,5299.4350,5299.4350,5299.4350
-814.2500,0.5000,,68.7200,,,,12,927.3800,33.8963,1962.2537,-148.7321,3.2918,190.5643,190.5643,-14.4441,-0.5540,0.2306,0.0000,0.2306,3.6152,0.2306,0.7452,0.0000,-0.5146,1.2081,,,-1.7227,1.6424,,,-3.3651,,,,,,,970.8386,-5.0616,0.2000,0.5025,1.4286,1.4000,0.0841,3088.5635,3088.5635,3119.4491,3119.4491,3119.4491
-814.7500,0.5000,,68.6800,,,,12,940.5900,56.9201,1993.4954,-149.3266,5.6065,196.3560,196.3560,-14.7084,-0.2131,2.2015,0.0000,2.2015,3.6181,2.2015,0.7433,0.0000,1.4582,1.2050,,,0.2533,1.6375,,,-1.3843,,,,,,,968.9196,14.3718,0.2000,0.5025,1.4286,1.4000,0.0870,3521.9611,3521.9611,3557.1807,3557.1807,3557.1807
-815.2500,0.5000,,68.5000,,,,12,928.6000,36.8355,1965.1390,-148.7870,3.5820,191.0955,191.0955,-14.4685,-0.3278,0.2912,0.0000,0.2912,3.6186,0.2912,0.7403,0.0000,-0.4490,1.2001,,,-1.6491,1.6300,,,-3.2791,,,,,,,965.9596,-4.4392,0.2000,0.5025,1.4286,1.4000,0.0875,3141.9522,3141.9522,3173.3717,3173.3717,3173.3717
-815.7500,0.5000,,68.4400,,,,12,931.8600,55.7737,1972.8489,-148.9337,5.4426,192.5188,192.5188,-14.5336,-0.1225,1.9448,0.0000,1.9448,3.6203,1.9448,0.7392,0.0000,1.2056,1.1983,,,0.0074,1.6272,,,-1.6198,,,,,,,964.8516,11.9323,0.2000,0.5025,1.4286,1.4000,0.0892,3452.7624,3452.7624,3487.2900,3487.2900,3487.2900
-816.2500,0.5000,,68.2000,,,,12,927.8600,45.0753,1963.3889,-148.7537,4.3797,190.7732,190.7732,-14.4537,-0.1810,0.9396,0.0000,0.9396,3.6212,0.9396,0.7375,0.0000,0.2020,1.1956,,,-0.9935,1.6231,,,-2.6166,,,,,,,963.2119,2.0031,0.2000,0.5025,1.4286,1.4000,0.0901,3271.3819,3271.3819,3304.0957,3304.0957,3304.0957
-816.7500,0.5000,,68.2000,,,,12,927.2800,52.9780,1962.0172,-148.7276,5.1444,190.5208,190.5208,-14.4421,-0.1444,1.6652,0.0000,1.6652,3.6237,1.6652,0.7362,0.0000,0.9290,1.1934,,,-0.2644,1.6197,,,-1.8841,,,,,,,961.9012,9.2227,0.2000,0.5025,1.4286,1.4000,0.0926,3378.9172,3378.9172,3412.7063,3412.7063,3412.7063
-817.2500,0.5000,,68.0000,,,,12,925.5400,49.4589,1957.9021,-148.6493,4.7937,189.7644,189.7644,-14.4074,-0.2444,1.4144,0.0000,1.4144,3.6237,1.4144,0.7340,0.0000,0.6805,1.1898,,,-0.5093,1.6141,,,-2.1234,,,,,,,959.6793,6.7709,0.2000,0.5025,1.4286,1.4000,0.0926,3316.0807,3316.0807,3349.2415,3349.2415,3349.2415
-817.7500,0.5000,,67.9800,,,,12,923.7800,65.0271,1953.7397,-148.5701,6.2906,189.0009,189.0009,-14.3724,-0.1162,2.7796,0.0000,2.7796,3.6272,2.7796,0.7329,0.0000,2.0467,1.1880,,,0.8587,1.6114,,,-0.7528,,,,,,,958.6210,20.3882,0.2000,0.5025,1.4286,1.4000,0.0962,3523.3053,3523.3053,3558.5383,3558.5383,3558.5383
-818.2500,0.5000,,67.7600,,,,12,922.3200,55.5927,1950.2868,-148.5044,5.3694,188.3687,188.3687,-14.3433,-0.2203,1.9610,0.0000,1.9610,3.6287,1.9610,0.7309,0.0000,1.2301,1.1847,,,0.0454,1.6064,,,-1.5610,,,,,,,956.6119,12.2793,0.2000,0.5025,1.4286,1.4000,0.0977,3378.8235,3378.8235,3412.6118,3412.6118,3412.6118
-818.7500,0.5000,,67.7000,,,,12,919.6500,60.9263,1943.9723,-148.3843,5.8675,187.2153,187.2153,-14.2902,-0.2641,2.5027,0.0000,2.5027,3.6290,2.5027,0.7284,0.0000,1.7743,1.1808,,,0.5935,1.6003,,,-1.0068,,,,,,,954.1971,17.7562,0.2000,0.5025,1.4286,1.4000,0.0979,3434.3521,3434.3521,3468.6956,3468.6956,3468.6956
-819.2500,0.5000,,67.5400,,,,12,919.6600,86.8306,1943.9959,-148.3847,8.3624,187.2196,187.2196,-14.2904,-0.1603,4.8931,0.0000,4.8931,3.6295,4.8931,0.7270,0.0000,4.1662,1.1784,,,2.9878,1.5966,,,1.3912,,,,,,,952.7287,41.7578,0.2000,0.5025,1.4286,1.4000,0.0984,3801.1411,3801.1411,3839.1525,3839.1525,3839.1525
-819.7500,0.5000,,67.5000,,,,12,919.2100,185.8568,1942.9317,-148.3645,17.8905,187.0255,187.0255,-14.2815,0.0319,14.2290,0.0000,14.2290,3.6295,14.2290,0.7273,0.0000,13.5017,1.1788,,,12.3229,1.5973,,,10.7255,,,,,,,953.0215,135.2875,0.2000,0.5025,1.4286,1.4000,0.0985,5199.6411,5199.6411,5251.6375,5251.6375,5251.6375
-820.2500,0.5000,,67.6000,,,,12,921.6800,270.5743,1948.7732,-148.4756,26.1153,188.0919,188.0919,-14.3306,0.2601,22.2215,0.0000,22.2215,3.6338,22.2215,0.7297,0.0000,21.4918,1.1827,,,20.3091,1.6033,,,18.7057,,,,,,,955.4023,214.8117,0.2000,0.5025,1.4286,1.4000,0.1027,6552.7359,6552.7359,6618.2633,6618.2633,6618.2633
-820.7500,0.5000,,67.8600,,,,12,924.7900,366.0914,1956.1284,-148.6156,35.4537,189.4389,189.4389,-14.3925,0.3819,31.4371,0.0000,31.4371,3.6347,31.4371,0.7332,0.0000,30.7039,1.1885,,,29.5155,1.6121,,,27.9034,,,,,,,958.8871,305.7723,0.2000,0.5025,1.4286,1.4000,0.1036,8098.0180,8098.0180,8178.9981,8178.9981,8178.9981
-821.2500,0.5000,,68.2000,,,,12,929.2100,435.7768,1966.5817,-148.8145,42.4040,191.3615,191.3615,-14.4806,0.5276,38.2401,0.0000,38.2401,3.6362,38.2401,0.7667,0.0000,37.4734,1.1963,,,36.2771,1.6242,,,34.6528,,,,,,,963.6813,371.3308,0.2000,0.5025,1.4286,1.4000,0.1051,9244.4015,9244.4015,9336.8455,9336.8455,9336.8455
-821.7500,0.5000,,68.4800,,,,12,933.0600,449.2822,1975.6869,-148.9877,43.8993,193.0440,193.0440,-14.5576,0.4547,39.8062,0.0000,39.8062,3.6384,39.8062,0.7981,0.0000,39.0081,1.2031,,,37.8050,1.6347,,,36.1703,,,,,,,967.7939,384.8958,0.2000,0.5025,1.4286,1.4000,0.1073,9487.9792,9487.9792,9582.8590,9582.8590,9582.8590
-822.2500,0.5000,,68.7200,,,,12,936.9300,445.1523,1984.8395,-149.1619,43.6761,194.7427,194.7427,-14.6350,0.4183,39.6191,0.0000,39.6191,3.6387,39.6191,0.7944,0.0000,38.8247,1.2093,,,37.6154,1.6443,,,35.9711,,,,,,,971.5622,381.6006,0.2000,0.5025,1.4286,1.4000,0.1077,9460.3511,9460.3511,9554.9546,9554.9546,9554.9546
-822.7500,0.5000,,69.0800,,,,12,941.3400,448.0842,1995.2691,-149.3603,44.1707,196.6874,196.6874,-14.7235,0.5342,39.9949,0.0000,39.9949,3.6417,39.9949,0.8019,0.0000,39.1930,1.2173,,,37.9758,1.6565,,,36.3193,,,,,,,976.3528,383.3303,0.2000,0.5025,1.4286,1.4000,0.1106,9546.4121,9546.4121,9641.8762,9641.8762,9641.8762
-823.2500,0.5000,,69.3000,,,,12,944.4400,421.2478,2002.6006,-149.4998,41.6621,198.0603,198.0603,-14.7858,0.3247,37.6956,0.0000,37.6956,3.6417,37.6956,0.7559,0.0000,36.9397,1.2221,,,35.7177,1.6639,,,34.0538,,,,,,,979.2536,360.2216,0.2000,0.5025,1.4286,1.4000,0.1106,9156.0949,9156.0949,9247.6559,9247.6559,9247.6559
-823.7500,0.5000,,69.5800,,,,12,947.7000,414.7413,2010.3105,-149.6465,41.1601,199.5091,199.5091,-14.8514,0.4212,37.0973,0.0000,37.0973,3.6417,37.0973,0.7576,0.0000,36.3398,1.2283,,,35.1115,1.6735,,,33.4380,,,,,,,983.0029,353.0194,0.2000,0.5025,1.4286,1.4000,0.1106,9083.0644,9083.0644,9173.8950,9173.8950,9173.8950
-824.2500,0.5000,,69.7600,,,,12,950.7100,405.9887,2017.4292,-149.7820,40.4195,200.8515,200.8515,-14.9120,0.3042,36.4736,0.0000,36.4736,3.6417,36.4736,0.7603,0.0000,35.7133,1.2328,,,34.4805,1.6805,,,32.8001,,,,,,,985.7021,345.9838,0.2000,0.5025,1.4286,1.4000,0.1106,8972.0527,8972.0527,9061.7732,9061.7732,9061.7732
-824.7500,0.5000,,69.9800,,,,12,953.4400,401.5962,2023.8856,-149.9048,40.0970,202.0728,202.0728,-14.9671,0.3341,36.1223,0.0000,36.1223,3.6406,36.1223,0.7633,0.0000,35.3590,1.2377,,,34.1213,1.6881,,,32.4332,,,,,,,988.6578,341.5270,0.2000,0.5025,1.4286,1.4000,0.1095,8927.6634,8927.6634,9016.9400,9016.9400,9016.9400
-825.2500,0.5000,,70.2400,,,,12,957.0500,405.5918,2032.4233,-150.0673,40.6492,203.6936,203.6936,-15.0400,0.4243,35.9133,0.0000,35.9133,4.3116,35.9133,0.7671,0.0000,35.1462,1.2439,,,33.9023,1.6977,,,32.2046,,,,,,,992.3992,338.1920,0.3500,0.5400,1.7143,1.6000,0.1073,9024.6102,9024.6102,9024.6102,9024.6102,9024.6102
-825.7500,0.5000,,70.4400,,,,12,960.0200,384.6668,2039.4473,-150.2009,38.6717,205.0319,205.0319,-15.1002,0.3470,34.0131,0.0000,34.0131,4.3116,34.0131,0.7703,0.0000,33.2429,1.2490,,,31.9939,1.7056,,,30.2883,,,,,,,995.4484,318.8977,0.3500,0.5400,1.7143,1.6000,0.1073,8719.9827,8719.9827,8719.9827,8719.9827,8719.9827
-826.2500,0.5000,,70.6200,,,,12,961.8400,369.7419,2043.7516,-150.2828,37.2418,205.8541,205.8541,-15.1370,0.2514,32.6811,0.0000,32.6811,4.3093,32.6811,0.7725,0.0000,31.9086,1.2527,,,30.6559,1.7113,,,28.9446,,,,,,,997.6518,305.4218,0.3500,0.5400,1.7143,1.6000,0.1050,8499.9340,8499.9340,8499.9340,8499.9340,8499.9340
-826.7500,0.5000,,70.7600,,,,12,963.2300,370.9053,2047.0390,-150.3454,37.4129,206.4832,206.4832,-15.1652,0.1591,32.9451,0.0000,32.9451,4.3087,32.9451,0.7739,0.0000,32.1712,1.2550,,,30.9161,1.7149,,,29.2012,,,,,,,999.0436,307.5062,0.3500,0.5400,1.7143,1.6000,0.1044,8531.3076,8531.3076,8531.3076,8531.3076,8531.3076
-827.2500,0.5000,,70.8600,,,,12,965.1400,366.6984,2051.5561,-150.4313,37.0619,207.3492,207.3492,-15.2040,0.2289,32.5262,0.0000,32.5262,4.3068,32.5262,0.7760,0.0000,31.7502,1.2584,,,30.4918,1.7201,,,28.7717,,,,,,,1001.0431,302.8762,0.3500,0.5400,1.7143,1.6000,0.1025,8482.2525,8482.2525,8482.2525,8482.2525,8482.2525
-827.7500,0.5000,,71.1000,,,,12,967.7900,363.8828,2057.8234,-150.5506,36.8783,208.5537,208.5537,-15.2578,0.3020,32.2730,0.0000,32.2730,4.3034,32.2730,0.7787,0.0000,31.4943,1.2628,,,30.2315,1.7270,,,28.5045,,,,,,,1003.6747,299.6469,0.3500,0.5400,1.7143,1.6000,0.0991,8462.1532,8462.1532,8462.1532,8462.1532,8462.1532
-828.2500,0.5000,,71.3200,,,,12,971.6100,390.1172,2066.8577,-150.7225,39.6932,210.2961,210.2961,-15.3355,0.4527,34.9370,0.0000,34.9370,4.3034,34.9370,0.7827,0.0000,34.1543,1.2694,,,32.8849,1.7372,,,31.1477,,,,,,,1007.6067,323.6871,0.3500,0.5400,1.7143,1.6000,0.0991,8914.1085,8914.1085,8914.1085,8914.1085,8914.1085
-828.7500,0.5000,,71.4400,,,,12,974.2800,404.8097,2073.1722,-150.8426,41.3013,211.5182,211.5182,-15.3899,0.2746,36.7261,0.0000,36.7261,4.3005,36.7261,0.7852,0.0000,35.9409,1.2734,,,34.6675,1.7434,,,32.9241,,,,,,,1009.9843,339.8178,0.3500,0.5400,1.7143,1.6000,0.0963,9172.1512,9172.1512,9172.1512,9172.1512,9172.1512
-829.2500,0.5000,,71.8600,,,,12,980.9200,574.7676,2088.8758,-151.1414,59.0411,214.5729,214.5729,-15.5255,0.7089,54.0323,0.0000,54.0323,4.2998,54.0323,1.0828,0.0000,52.9495,1.2837,,,51.6658,2.0640,,,49.6018,,,,,,,1016.0969,497.6204,0.3500,0.5400,1.7143,1.6000,0.0956,11965.0239,11965.0239,11965.0239,11965.0239,11965.0239
-829.7500,0.5000,,72.4000,,,,12,989.0400,737.7189,2108.0796,-151.5068,76.4070,218.3381,218.3381,-15.6919,1.0707,71.0385,0.0000,71.0385,4.2978,71.0385,1.4230,0.0000,69.6155,1.2992,,,68.3163,2.7300,,,65.5863,,,,,,,1025.2596,648.4011,0.3500,0.5400,1.7143,1.6000,0.0935,14897.3496,14897.3496,14897.3496,14897.3496,14897.3496
-830.2500,0.5000,,73.0000,,,,12,994.7200,735.2635,2121.5128,-151.7624,76.5901,220.9913,220.9913,-15.8086,0.7515,71.5410,0.0000,71.5410,4.2976,71.5410,1.4330,0.0000,70.1079,1.3101,,,68.7979,2.7492,,,66.0486,,,,,,,1031.6423,648.9473,0.3500,0.5400,1.7143,1.6000,0.0933,14943.0832,14943.0832,14943.0832,14943.0832,14943.0832
-830.7500,0.5000,,73.4400,,,,12,998.9900,663.6067,2131.6114,-151.9546,69.4225,222.9964,222.9964,-15.8966,0.5480,64.5787,0.0000,64.5787,4.2959,64.5787,1.2938,0.0000,63.2849,1.3180,,,61.9669,2.4760,,,59.4909,,,,,,,1036.2713,583.1734,0.3500,0.5400,1.7143,1.6000,0.0916,13751.3546,13751.3546,13751.3546,13751.3546,13751.3546
-831.2500,0.5000,,73.6000,,,,12,1002.0100,593.0285,2134.0000,-152.1307,62.2266,223.9211,223.9211,-15.9631,0.2988,57.6324,0.0000,57.6324,4.2954,57.6324,1.1549,0.0000,56.4775,1.3223,,,55.1553,2.2035,,,52.9518,,,,,,,1038.7864,519.1835,0.3500,0.5400,1.7143,1.6000,0.0911,12552.0916,12552.0916,12552.0916,12552.0916,12552.0916
-831.7500,0.5000,,73.9600,,,,12,1006.2600,580.4863,2134.0000,-152.4069,61.1689,224.8709,224.8709,-16.0599,0.5744,56.2964,0.0000,56.2964,4.2981,56.2964,1.1282,0.0000,55.1682,1.3305,,,53.8377,2.1508,,,51.6869,,,,,,,1043.6052,504.8052,0.3500,0.5400,1.7143,1.6000,0.0938,12384.2373,12384.2373,12384.2373,12384.2373,12384.2373
-832.2500,0.5000,,74.0800,,,,12,1009.2600,563.3731,2134.0000,-152.6019,59.5426,225.5413,225.5413,-16.1284,0.3559,54.8877,0.0000,54.8877,4.2990,54.8877,1.1000,0.0000,53.7876,1.3356,,,52.4520,2.0953,,,50.3567,,,,,,,1046.5797,490.7738,0.3500,0.5400,1.7143,1.6000,0.0947,12120.0486,12120.0486,12120.0486,12120.0486,12120.0486
-832.7500,0.5000,,74.2800,,,,12,1013.5900,561.3967,2134.0000,-152.8834,59.5883,226.5089,226.5089,-16.2275,0.4900,54.7986,0.0000,54.7986,4.2997,54.7986,1.0983,0.0000,53.7003,1.3426,,,52.3577,2.0915,,,50.2662,,,,,,,1050.6611,488.0737,0.3500,0.5400,1.7143,1.6000,0.0954,12139.5804,12139.5804,12139.5804,12139.5804,12139.5804
-833.2500,0.5000,,74.6800,,,,12,1016.9400,587.4528,2134.0000,-153.1011,62.5600,227.2576,227.2576,-16.3043,0.4550,57.8052,0.0000,57.8052,4.2998,57.8052,1.1584,0.0000,56.6468,1.3491,,,55.2977,2.2091,,,53.0886,,,,,,,1054.4369,513.0101,0.3500,0.5400,1.7143,1.6000,0.0956,12641.2956,12641.2956,12641.2956,12641.2956,12641.2956
-833.7500,0.5000,,74.8400,,,,12,1020.6300,589.9617,2134.0000,-153.3410,63.0552,228.0822,228.0822,-16.3891,0.4385,58.3165,0.0000,58.3165,4.3002,58.3165,1.1687,0.0000,57.1478,1.3553,,,55.7925,2.2289,,,53.5636,,,,,,,1058.0632,515.7740,0.3500,0.5400,1.7143,1.6000,0.0959,12731.9091,12731.9091,12731.9091,12731.9091,12731.9091
-834.2500,0.5000,,75.1400,,,,12,1024.1900,591.4361,2134.0000,-153.5724,63.4332,228.8777,228.8777,-16.4711,0.4796,58.6524,0.0000,58.6524,4.3012,58.6524,1.1754,0.0000,57.4770,1.3622,,,56.1149,2.2418,,,53.8731,,,,,,,1062.0152,516.8147,0.3500,0.5400,1.7143,1.6000,0.0969,12802.6393,12802.6393,12802.6393,12802.6393,12802.6393
-834.7500,0.5000,,75.3600,,,,12,1027.6400,592.3726,2134.0000,-153.7966,63.7477,229.6487,229.6487,-16.5507,0.3987,59.0478,0.0000,59.0478,4.3012,59.0478,1.1833,0.0000,57.8644,1.3678,,,56.4966,2.2570,,,54.2396,,,,,,,1065.2894,518.6991,0.3500,0.5400,1.7143,1.6000,0.0969,12862.5000,12862.5000,12862.5000,12862.5000,12862.5000
-835.2500,0.5000,,75.6800,,,,12,1030.3300,595.0985,2134.0000,-153.9715,64.2087,230.2499,230.2499,-16.6129,0.4044,59.5024,0.0000,59.5024,4.3019,59.5024,1.1924,0.0000,58.3100,1.3735,,,56.9365,2.2746,,,54.6619,,,,,,,1068.5999,521.0738,0.3500,0.5400,1.7143,1.6000,0.0976,12944.3792,12944.3792,12944.3792,12944.3792,12944.3792
-835.7500,0.5000,,75.8200,,,,12,1032.1400,582.3789,2134.0000,-154.0891,62.9467,230.6543,230.6543,-16.6548,0.2194,58.4253,0.0000,58.4253,4.3019,58.4253,1.1709,0.0000,57.2544,1.3767,,,55.8778,2.2322,,,53.6455,,,,,,,1070.3920,510.7843,0.3500,0.5400,1.7143,1.6000,0.0977,12742.7429,12742.7429,12742.7429,12742.7429,12742.7429
-836.2500,0.5000,,75.9600,,,,12,1034.1000,562.7388,2134.0000,-154.2165,60.9394,231.0924,231.0924,-16.7002,0.2458,56.3910,0.0000,56.3910,4.3026,56.3910,1.1302,0.0000,55.2608,1.3801,,,53.8807,2.1523,,,51.7283,,,,,,,1072.3955,492.0774,0.3500,0.5400,1.7143,1.6000,0.0983,12420.9142,12420.9142,12420.9142,12420.9142,12420.9142
-836.7500,0.5000,,76.1000,,,,12,1036.8200,560.0332,2134.0000,-154.3933,60.8059,231.7002,231.7002,-16.7633,0.3136,56.1882,0.0000,56.1882,4.3041,56.1882,1.1262,0.0000,55.0621,1.3846,,,53.6775,2.1442,,,51.5333,,,,,,,1074.9468,489.1441,0.3500,0.5400,1.7143,1.6000,0.0998,12407.3576,12407.3576,12407.3576,12407.3576,12407.3576
-837.2500,0.5000,,76.1400,,,,12,1036.9000,534.3068,2134.0000,-154.3985,58.0171,231.7181,231.7181,-16.7652,0.0630,53.6501,0.0000,53.6501,4.3041,53.6501,1.0754,0.0000,52.5746,1.3855,,,51.1892,2.0447,,,49.1445,,,,,,,1075.4586,466.8248,0.3500,0.5400,1.7143,1.6000,0.0998,11954.5492,11954.5492,11954.5492,11954.5492,11954.5492
-837.7500,0.5000,,76.1800,,,,12,1036.6200,481.3334,2134.0000,-154.3803,52.2509,231.6555,231.6555,-16.7587,0.0085,47.9370,0.0000,47.9370,4.3055,47.9370,0.9612,0.0000,46.9759,1.3856,,,45.5903,1.9186,,,43.6717,,,,,,,1075.5274,417.0851,0.3500,0.5400,1.7143,1.6000,0.1012,11016.5786,11016.5786,11016.5786,11016.5786,11016.5786
-838.2500,0.5000,,76.2200,,,,12,1036.8500,461.9195,2134.0000,-154.3953,50.1546,231.7069,231.7069,-16.7640,-0.0063,45.8553,0.0000,45.8553,4.3056,45.8553,0.9195,0.0000,44.9358,1.3855,,,43.5503,1.9184,,,41.6319,,,,,,,1075.4760,398.9910,0.3500,0.5400,1.7143,1.6000,0.1013,10677.0067,10677.0067,10677.0067,10677.0067,10677.0067
-838.7500,0.5000,,76.1400,,,,12,1036.4700,450.2105,2134.0000,-154.3706,48.8653,231.6220,231.6220,-16.7552,-0.0601,44.6191,0.0000,44.6191,4.3064,44.6191,0.8948,0.0000,43.7243,1.3846,,,42.3396,1.9171,,,40.4225,,,,,,,1074.9874,388.4100,0.3500,0.5400,1.7143,1.6000,0.1021,10465.6856,10465.6856,10465.6856,10465.6856,10465.6856
-839.2500,0.5000,,76.1800,,,,12,1035.6900,436.8223,2134.0000,-154.3199,47.3765,231.4477,231.4477,-16.7371,-0.0624,43.1317,0.0000,43.1317,4.3072,43.1317,0.8651,0.0000,42.2667,1.3838,,,40.8829,1.9157,,,38.9672,,,,,,,1074.4805,375.6391,0.3500,0.5400,1.7143,1.6000,0.1029,10249.0176,10249.0176,10249.0176,10249.0176,10249.0176
-839.7500,0.5000,,76.0200,,,,12,1034.2000,421.3469,2134.0000,-154.2230,45.6324,231.1147,231.1147,-16.7025,-0.2197,41.5446,0.0000,41.5446,4.3074,41.5446,0.8509,0.0000,40.6938,1.3806,,,39.3131,1.9108,,,37.4023,,,,,,,1072.6932,362.2627,0.3500,0.5400,1.7143,1.6000,0.1031,9990.9710,9990.9710,9990.9710,9990.9710,9990.9710
-840.2500,0.5000,,75.9600,,,,12,1032.3800,416.1308,2134.0000,-154.1047,44.9881,230.7080,230.7080,-16.6603,-0.2302,40.9084,0.0000,40.9084,4.3100,40.9084,0.8489,0.0000,40.0595,1.3774,,,38.6821,1.9057,,,36.7764,,,,,,,1070.8173,357.2412,0.3500,0.5400,1.7143,1.6000,0.1057,9891.2650,9891.2650,9891.2650,9891.2650,9891.2650
-840.7500,0.5000,,75.7800,,,,12,1030.9600,407.3649,2134.0000,-154.0124,43.9799,230.3906,230.3906,-16.6275,-0.1517,39.8215,0.0000,39.8215,4.3101,39.8215,0.8475,0.0000,38.9739,1.3752,,,37.5987,1.9024,,,35.6963,,,,,,,1069.5791,347.9626,0.3500,0.5400,1.7143,1.6000,0.1058,9734.5784,9734.5784,9734.5784,9734.5784,9734.5784
-841.2500,0.5000,,75.7200,,,,12,1029.5500,383.7703,2134.0000,-153.9208,41.3759,230.0756,230.0756,-16.5948,-0.1707,37.2330,0.0000,37.2330,4.3136,37.2330,0.8461,0.0000,36.3870,1.3728,,,35.0141,1.8986,,,33.1156,,,,,,,1068.1841,325.2903,0.3500,0.5400,1.7143,1.6000,0.1093,9320.2597,9320.2597,9320.2597,9320.2597,9320.2597
-841.7500,0.5000,,75.5400,,,,12,1025.6900,360.8207,2134.0000,-153.6699,38.7558,229.2130,229.2130,-16.5057,-0.4228,34.8636,0.0000,34.8636,4.3149,34.8636,0.8424,0.0000,34.0212,1.3668,,,32.6544,1.8892,,,30.7652,,,,,,,1064.7215,305.1304,0.3500,0.5400,1.7143,1.6000,0.1106,8898.6495,8898.6495,8898.6495,8898.6495,8898.6495
-842.2500,0.5000,,75.1200,,,,12,1020.6500,282.8421,2134.0000,-153.3423,30.2308,228.0867,228.0867,-16.3896,-0.6796,26.5935,0.0000,26.5935,4.3169,26.5935,0.8365,0.0000,25.7570,1.3572,,,24.3998,1.8740,,,22.5257,,,,,,,1059.1316,232.2289,0.3500,0.5400,1.7143,1.6000,0.1127,7526.5113,7526.5113,7526.5113,7526.5113,7526.5113
-842.7500,0.5000,,74.7800,,,,12,1015.6200,223.1844,2134.0000,-153.0153,23.7369,226.9626,226.9626,-16.2740,-0.5942,20.0097,0.0000,20.0097,4.3214,20.0097,0.8313,0.0000,19.1784,1.3487,,,17.8296,1.8608,,,15.9688,,,,,,,1054.2201,173.7207,0.3500,0.5400,1.7143,1.6000,0.1171,6467.9687,6467.9687,6467.9687,6467.9687,6467.9687
-843.2500,0.5000,,74.4400,,,,12,1012.0700,216.1493,2134.0000,-152.7846,22.9083,226.1693,226.1693,-16.1927,-0.4805,19.0669,0.0000,19.0669,4.3220,19.0669,0.8271,0.0000,18.2398,1.3419,,,16.8979,1.8501,,,15.0479,,,,,,,1050.2311,165.8465,0.3500,0.5400,1.7143,1.6000,0.1177,6323.2384,6323.2384,6323.2384,6323.2384,6323.2384
-843.7500,0.5000,,74.1600,,,,12,1007.6500,203.9421,2134.0000,-152.4973,21.5201,225.1815,225.1815,-16.0916,-0.5566,17.7479,0.0000,17.7479,4.3288,17.7479,0.8222,0.0000,16.9257,1.3339,,,15.5918,1.8376,,,13.7541,,,,,,,1045.5921,154.5805,0.3500,0.5400,1.7143,1.6000,0.1245,6117.3570,6117.3570,6117.3570,6117.3570,6117.3570
-844.2500,0.5000,,73.9400,,,,12,1004.1300,197.3955,2134.0000,-152.2685,20.7566,224.3949,224.3949,-16.0114,-0.4474,16.8752,0.0000,16.8752,4.3288,16.8752,0.8183,0.0000,16.0568,1.3275,,,14.7294,1.8276,,,12.9017,,,,,,,1041.8480,147.1727,0.3500,0.5400,1.7143,1.6000,0.1245,5998.3434,5998.3434,5998.3434,5998.3434,5998.3434
-844.7500,0.5000,,73.6200,,,,12,999.7600,196.0472,2133.4324,-151.9892,20.5251,223.3589,223.3589,-15.9125,-0.4924,16.6874,0.0000,16.6874,4.3301,16.6874,0.8140,0.0000,15.8734,1.3204,,,14.5530,1.8166,,,12.7364,,,,,,,1037.7117,146.0713,0.3500,0.5400,1.7143,1.6000,0.1258,5946.5606,5946.5606,5946.5606,5946.5606,5946.5606
-845.2500,0.5000,,73.2800,,,,12,990.9600,122.8352,2112.6204,-151.5932,12.7470,219.2331,219.2331,-15.7313,-0.6638,9.0803,0.0000,9.0803,4.3305,9.0803,0.8081,0.0000,8.2721,1.3109,,,6.9613,1.8017,,,5.1596,,,,,,,1032.1091,76.5357,0.3500,0.5400,1.7143,1.6000,0.1262,4814.9340,4814.9340,4814.9340,4814.9340,4814.9340
-845.7500,0.5000,,72.6200,,,,12,978.4100,-131.4838,2082.9397,-151.0285,-13.4717,213.4156,213.4156,-15.4742,-1.1798,-16.6213,0.0000,-16.6213,4.3294,-16.6213,0.7977,0.0000,-17.4190,1.2938,,,-18.7129,1.7752,,,-20.4880,,,,,,,1022.0760,-162.7469,0.3500,0.5400,1.7143,1.6000,0.1252,585.0926,585.0926,585.0926,585.0926,585.0926
-846.2500,0.5000,,71.8400,,,,12,974.9100,-139.5150,2074.6622,-150.8710,-14.2434,211.8071,211.8071,-15.4028,-1.1499,-17.4215,0.0000,-17.4215,4.3280,-17.4215,0.7875,0.0000,-18.2090,1.2771,,,-19.4861,1.7492,,,-21.2353,,,,,,,1012.2013,-171.7869,0.3500,0.5400,1.7143,1.6000,0.1237,436.5899,436.5899,436.5899,436.5899,436.5899
-846.7500,0.5000,,71.2600,,,,12,966.4900,-136.5026,2054.7489,-150.4921,-13.8155,207.9624,207.9624,-15.2314,-0.9764,-17.1658,0.0000,-17.1658,4.3267,-17.1658,0.7788,0.0000,-17.9445,1.2629,,,-19.2074,1.7271,,,-20.9346,,,,,,,1003.7402,-170.7192,0.3500,0.5400,1.7143,1.6000,0.1224,482.3130,482.3130,482.3130,482.3130,482.3130
-847.2500,0.5000,,70.6000,,,,12,957.7200,-135.1251,2034.0078,-150.0974,-13.5520,203.9951,203.9951,-15.0536,-1.0750,-16.7990,0.0000,-16.7990,4.3220,-16.7990,0.7691,0.0000,-17.5682,1.2472,,,-18.8153,1.7027,,,-20.5181,,,,,,,994.3415,-168.7184,0.3500,0.5400,1.7143,1.6000,0.1178,498.1778,498.1778,498.1778,498.1778,498.1778
-847.7500,0.5000,,70.0000,,,,12,950.0100,-135.8106,2015.7737,-149.7505,-13.5111,200.5389,200.5389,-14.8979,-0.8711,-16.9621,0.0000,-16.9621,4.3222,-16.9621,0.7613,0.0000,-17.7234,1.2344,,,-18.9578,1.6829,,,-20.6407,,,,,,,986.6596,-171.5346,0.3500,0.5400,1.7143,1.6000,0.1179,477.9052,477.9052,477.9052,477.9052,477.9052
-848.2500,0.5000,,69.3600,,,,12,941.2100,-144.9168,1994.9617,-149.3545,-14.2835,196.6300,196.6300,-14.7209,-1.0221,-16.9057,0.0000,-16.9057,3.6443,-16.9057,0.7520,0.0000,-17.6577,1.2193,,,-18.8770,1.6596,,,-20.5366,,,,,,,977.5696,-172.4878,0.2000,0.5025,1.4286,1.4000,0.1132,304.5725,304.5725,307.6183,307.6183,307.6183
-848.7500,0.5000,,68.7000,,,,12,929.4000,-148.8230,1967.0310,-148.8230,-14.4844,191.4443,191.4443,-14.4844,-1.2791,-16.8487,0.0000,-16.8487,3.6433,-16.8487,0.7404,0.0000,-17.5891,1.2003,,,-18.7894,1.6303,,,-20.4197,,,,,,,966.0734,-173.8620,0.2000,0.5025,1.4286,1.4000,0.1123,221.9822,221.9822,224.2020,224.2020,224.2020
-849.2500,0.5000,,67.6000,,,,12,913.9600,-148.1282,1930.5154,-148.1282,-14.1773,184.7690,184.7690,-14.1773,-1.8276,-15.9914,0.0000,-15.9914,3.6416,-15.9914,0.7236,0.0000,-16.7150,1.1729,,,-17.8879,1.5883,,,-19.4762,,,,,,,949.4060,-168.1225,0.2000,0.5025,1.4286,1.4000,0.1105,218.6901,218.6901,220.8770,220.8770,220.8770
-849.7500,0.5000,,66.3800,,,,12,897.3100,-147.3790,1891.1382,-147.3790,-13.8486,177.7028,177.7028,-13.8486,-1.7347,-15.7532,0.0000,-15.7532,3.6393,-15.7532,0.7076,0.0000,-16.4608,1.1468,,,-17.6075,1.5481,,,-19.1556,,,,,,,933.3100,-168.4207,0.2000,0.5025,1.4286,1.4000,0.1082,180.3450,180.3450,182.1484,182.1484,182.1484
-850.2500,0.5000,,65.2600,,,,12,882.2800,-146.7026,1855.5922,-146.7026,-13.5542,171.4421,171.4421,-13.5542,-1.7341,-15.4594,0.0000,-15.4594,3.6393,-15.4594,0.6914,0.0000,-16.1508,1.1204,,,-17.2711,1.5078,,,-18.7789,,,,,,,916.9375,-168.1996,0.2000,0.5025,1.4286,1.4000,0.1082,181.2917,181.2917,183.1046,183.1046,183.1046
-850.7500,0.5000,,64.2600,,,,12,871.8400,-146.2328,1830.9016,-146.2328,-13.3509,167.1592,167.1592,-13.3509,-1.5105,-15.4723,0.0000,-15.4723,3.6320,-15.4723,0.6772,0.0000,-16.1495,1.0972,,,-17.2467,1.4724,,,-18.7191,,,,,,,902.4336,-170.8898,0.2000,0.5025,1.4286,1.4000,0.1009,181.9493,181.9493,183.7688,183.7688,183.7688
-851.2500,0.5000,,63.1600,,,,11,1017.4600,-153.1349,2134.0000,-153.1349,-16.3162,227.3738,227.3738,-16.3162,27.4995,-47.4466,0.0000,-47.4466,3.6308,-47.4466,1.8924,0.0000,-49.3391,1.0768,,,-50.4159,2.0146,,,-52.4305,,,,,,,888.9720,-529.9979,0.2000,0.5025,1.4286,1.4000,0.0998,234.4572,234.4572,236.8018,236.8018,236.8018
-851.7500,0.5000,,62.1200,,,,11,1072.6200,-156.7203,2134.0000,-156.7203,-17.6035,239.7005,239.7005,-17.6035,-3.1119,-18.1129,0.0000,-18.1129,3.6213,-18.1129,1.2586,0.0000,-19.3716,1.0488,,,-20.4203,1.3949,,,-21.8153,,,,,,,870.1097,-212.5993,0.2000,0.5025,1.4286,1.4000,0.0903,243.8531,243.8531,246.2917,246.2917,246.2917
-852.2500,0.5000,,60.5000,,,,11,1050.1500,-155.2598,2134.0000,-155.2598,-17.0741,234.6791,234.6791,-17.0741,-3.3147,-17.3797,0.0000,-17.3797,3.6203,-17.3797,1.2133,0.0000,-18.5930,1.0185,,,-19.6116,1.3466,,,-20.9582,,,,,,,849.5578,-208.9914,0.2000,0.5025,1.4286,1.4000,0.0892,233.8703,233.8703,236.2090,236.2090,236.2090
-852.7500,0.5000,,59.2400,,,,11,1027.3500,-153.7778,2134.0000,-153.7778,-16.5440,229.5839,229.5839,-16.5440,-2.9504,-17.2081,0.0000,-17.2081,3.6146,-17.2081,1.1727,0.0000,-18.3808,0.9912,,,-19.3720,1.3033,,,-20.6753,,,,,,,830.8370,-211.2617,0.2000,0.5025,1.4286,1.4000,0.0835,232.9969,232.9969,235.3269,235.3269,235.3269
-853.2500,0.5000,,57.9000,,,,11,1006.0800,-152.3952,2134.0000,-152.3952,-16.0558,224.8307,224.8307,-16.0558,-2.7330,-16.9350,0.0000,-16.9350,3.6122,-16.9350,1.1348,0.0000,-18.0698,0.9655,,,-19.0353,1.2628,,,-20.2981,,,,,,,813.1110,-212.2141,0.2000,0.5025,1.4286,1.4000,0.0811,236.1376,236.1376,238.4990,238.4990,238.4990
-853.7500,0.5000,,56.6600,,,,11,981.5000,-151.1675,2090.2475,-151.1675,-15.5374,214.8407,214.8407,-15.5374,-2.8405,-16.3048,0.0000,-16.3048,3.6079,-16.3048,1.0952,0.0000,-17.3999,0.9385,,,-18.3384,1.2203,,,-19.5587,,,,,,,794.2688,-209.1952,0.2000,0.5025,1.4286,1.4000,0.0769,233.0908,233.0908,235.4218,235.4218,235.4218
-854.2500,0.5000,,55.2200,,,,11,958.2000,-150.1190,2035.1430,-150.1190,-15.0633,204.2113,204.2113,-15.0633,-2.9013,-15.7675,0.0000,-15.7675,3.6054,-15.7675,1.0544,0.0000,-16.8218,0.9104,,,-17.7322,1.1766,,,-18.9088,,,,,,,774.5507,-207.3934,0.2000,0.5025,1.4286,1.4000,0.0744,228.1229,228.1229,230.4041,230.4041,230.4041
-854.7500,0.5000,,54.0200,,,,11,937.1800,-149.1731,1985.4307,-149.1731,-14.6400,194.8527,194.8527,-14.6400,-2.3566,-15.8869,0.0000,-15.8869,3.6034,-15.8869,1.0209,0.0000,-16.9078,0.8872,,,-17.7950,1.1408,,,-18.9358,,,,,,,758.1568,-212.9608,0.2000,0.5025,1.4286,1.4000,0.0724,223.6410,223.6410,225.8775,225.8775,225.8775
-855.2500,0.5000,,52.7600,,,,11,915.4000,-148.1930,1933.9210,-148.1930,-14.2058,185.3866,185.3866,-14.2058,-2.4436,-15.3595,0.0000,-15.3595,3.5973,-15.3595,0.9861,0.0000,-16.3456,0.8628,,,-17.2084,1.1033,,,-18.3117,,,,,,,740.7750,-210.7103,0.2000,0.5025,1.4286,1.4000,0.0662,218.9972,218.9972,221.1871,221.1871,221.1871
-855.7500,0.5000,,51.6000,,,,11,891.2400,-147.1058,1876.7826,-147.1058,-13.7294,175.1609,175.1609,-13.7294,-2.1511,-15.1757,0.0000,-15.1757,3.5973,-15.1757,0.9551,0.0000,-16.1308,0.8410,,,-16.9718,1.0700,,,-18.0418,,,,,,,725.1288,-212.4276,0.2000,0.5025,1.4286,1.4000,0.0662,180.7273,180.7273,182.5346,182.5346,182.5346
-856.2500,0.5000,,50.7200,,,,10,1036.7700,40.7669,2134.0000,-154.3901,4.4261,231.6890,231.6890,-16.7622,25.6947,-24.8599,0.0000,-24.8599,3.5913,-24.8599,1.3129,0.0000,-26.1728,0.8276,,,-27.0004,1.0787,,,-28.0792,,,,,,,715.4421,-349.3393,0.2000,0.5025,1.4286,1.4000,0.0602,3656.4004,3656.4004,3692.9644,3692.9644,3692.9644
-856.7500,0.5000,,50.4200,,,,10,1109.2700,-134.2307,2134.0000,-159.1026,-15.5926,247.8907,247.8907,-18.4817,-1.1732,-18.0107,0.0000,-18.0107,3.5913,-18.0107,1.2970,0.0000,-19.3077,0.8199,,,-20.1276,1.0379,,,-21.1655,,,,,,,709.8252,-259.7474,0.2000,0.5025,1.4286,1.4000,0.0602,717.4212,717.4212,724.5954,724.5954,724.5954
-857.2500,0.5000,,49.7200,,,,10,1097.9500,-158.3668,2134.0000,-158.3668,-18.2085,245.3610,245.3610,-18.2085,-1.8486,-19.8612,0.0000,-19.8612,3.5013,-19.8612,1.2720,0.0000,-21.1332,0.8076,,,-21.9408,1.0193,,,-22.9600,,,,,,,700.8830,-287.9328,0.2000,0.4650,1.4286,1.3500,0.0577,247.4210,247.4210,257.3179,257.3179,257.3179
-857.7500,0.5000,,49.1800,,,,10,1084.2600,-157.4769,2134.0000,-157.4769,-17.8805,242.3017,242.3017,-17.8805,-1.7640,-19.6161,0.0000,-19.6161,3.4996,-19.6161,1.2479,0.0000,-20.8640,0.7957,,,-21.6597,1.0015,,,-22.6612,,,,,,,692.2423,-287.8137,0.2000,0.4650,1.4286,1.3500,0.0561,245.4927,245.4927,255.3124,255.3124,255.3124
-858.2500,0.5000,,48.5800,,,,10,1071.3800,-156.6397,2134.0000,-156.6397,-17.5741,239.4234,239.4234,-17.5741,-1.5894,-19.4842,0.0000,-19.4842,3.4995,-19.4842,1.2262,0.0000,-20.7104,0.7850,,,-21.4954,0.9853,,,-22.4807,,,,,,,684.3635,-288.9841,0.2000,0.4650,1.4286,1.3500,0.0559,243.6785,243.6785,253.4256,253.4256,253.4256
-858.7500,0.5000,,47.9600,,,,10,1057.7600,-155.7544,2134.0000,-155.7544,-17.2527,236.3797,236.3797,-17.2527,-1.8223,-18.9284,0.0000,-18.9284,3.4980,-18.9284,1.2012,0.0000,-20.1296,0.7725,,,-20.9021,0.9667,,,-21.8688,,,,,,,675.2170,-284.6840,0.2000,0.4650,1.4286,1.3500,0.0545,241.7600,241.7600,251.4304,251.4304,251.4304
-859.2500,0.5000,,47.3600,,,,10,1044.8200,-154.9133,2134.0000,-154.9133,-16.9496,233.4880,233.4880,-16.9496,-1.5743,-18.8734,0.0000,-18.8734,3.4980,-18.8734,1.1796,0.0000,-20.0529,0.7617,,,-20.8146,0.9506,,,-21.7652,,,,,,,667.2146,-287.0008,0.2000,0.4650,1.4286,1.3500,0.0545,230.4173,230.4173,239.6340,239.6340,239.6340
-859.7500,0.5000,,46.8400,,,,10,1033.4600,-154.1749,2134.0000,-154.1749,-16.6854,230.9493,230.9493,-16.6854,-1.4002,-18.8574,0.0000,-18.8574,3.5722,-18.8574,1.1602,0.0000,-20.0176,0.7520,,,-20.7696,0.9361,,,-21.7057,,,,,,,660.0153,-289.6201,0.2000,0.4650,1.4286,1.3500,0.1287,232.0947,232.0947,241.3785,241.3785,241.3785
-860.2500,0.5000,,46.2800,,,,10,1020.6000,-153.3390,2134.0000,-153.3390,-16.3884,228.0755,228.0755,-16.3884,-1.5393,-18.4276,0.0000,-18.4276,3.5785,-18.4276,1.1389,0.0000,-19.5664,0.7412,,,-20.3077,0.9202,,,-21.2278,,,,,,,652.0092,-286.5691,0.2000,0.4650,1.4286,1.3500,0.1349,233.9936,233.9936,243.3533,243.3533,243.3533
-860.7500,0.5000,,45.6600,,,,10,1005.7800,-152.3757,2134.0000,-152.3757,-16.0490,224.7636,224.7636,-16.0490,-1.7493,-18.1650,0.0000,-18.1650,3.8653,-18.1650,1.1145,0.0000,-19.2795,0.7289,,,-20.0084,0.9020,,,-20.9103,,,,,,,642.7898,-286.4160,0.2000,0.4650,1.4286,1.3500,0.4218,236.1819,236.1819,245.6292,245.6292,245.6292
-861.2500,0.5000,,45.0400,,,,10,993.6500,-151.7143,2118.9823,-151.7143,-15.7866,220.4902,220.4902,-15.7866,-1.6189,-18.2084,0.0000,-18.2084,4.0407,-18.2084,1.0918,0.0000,-19.3003,0.7174,,,-20.0176,0.8850,,,-20.9026,,,,,,,634.1386,-290.6368,0.2000,0.4650,1.4286,1.3500,0.5971,235.6814,235.6814,245.1087,245.1087,245.1087
-861.7500,0.5000,,44.3400,,,,10,980.3100,-151.1140,2087.4332,-151.1140,-15.5130,214.2913,214.2913,-15.5130,-1.6032,-18.2745,0.0000,-18.2745,4.3648,-18.2745,1.0693,0.0000,-19.3439,0.7058,,,-20.0497,0.8681,,,-20.9178,,,,,,,625.4530,-295.3384,0.2000,0.4650,1.4286,1.3500,0.9212,232.8371,232.8371,242.1506,242.1506,242.1506
-862.2500,0.5000,,44.1400,,,,10,973.6300,-136.8023,2071.6350,-150.8134,-13.9481,211.2204,211.2204,-15.3767,-0.6613,-17.7508,0.0000,-17.7508,4.4639,-17.7508,1.0600,0.0000,-18.8108,0.7010,,,-19.5118,0.8611,,,-20.3729,,,,,,,621.8352,-288.8705,0.2000,0.4650,1.4286,1.3500,1.0204,484.2260,484.2260,503.5951,503.5951,503.5951
-862.7500,0.5000,,43.5600,,,,10,960.8300,-146.5541,2041.3630,-150.2374,-14.7460,205.3976,205.3976,-15.1166,-1.5644,-17.6490,0.0000,-17.6490,4.4675,-17.6490,1.0379,0.0000,-18.6869,0.6896,,,-19.3765,0.8445,,,-20.2209,,,,,,,613.1912,-291.0127,0.2000,0.4650,1.4286,1.3500,1.0239,295.1439,295.1439,306.9497,306.9497,306.9497
-863.2500,0.5000,,43.1000,,,,10,950.9300,-134.6886,2017.9495,-149.7919,-13.4124,200.9497,200.9497,-14.9164,-1.0498,-16.8330,0.0000,-16.8330,4.4704,-16.8330,1.0230,0.0000,-17.8560,0.6819,,,-18.5379,0.8332,,,-19.3711,,,,,,,607.3220,-280.7609,0.2000,0.4650,1.4286,1.3500,1.0268,499.0932,499.0932,519.0569,519.0569,519.0569
-863.7500,0.5000,,42.5400,,,,10,939.4100,-130.5222,1990.7047,-149.2735,-12.8401,195.8351,195.8351,-14.6847,-1.4339,-15.7902,0.0000,-15.7902,4.3840,-15.7902,1.0025,0.0000,-16.7927,0.6713,,,-17.4640,0.8178,,,-18.2819,,,,,,,599.2122,-267.6156,0.2000,0.4650,1.4286,1.3500,0.9404,562.4604,562.4604,584.9589,584.9589,584.9589
-864.2500,0.5000,,42.2200,,,,10,935.0700,-8.2642,1980.4406,-149.0782,-0.8092,193.9253,193.9253,-14.5978,-0.6758,-4.3638,0.0000,-4.3638,4.2304,-4.3638,0.9929,0.0000,-5.3567,0.6665,,,-6.0232,0.8105,,,-6.8337,,,,,,,595.3514,-85.9197,0.2000,0.4650,1.4286,1.3500,0.7868,2438.4384,2438.4384,2535.9759,2535.9759,2535.9759
-864.7500,0.5000,,42.2000,,,,10,942.8000,136.1031,1998.7220,-149.4260,13.4374,197.3334,197.3334,-14.7528,-0.0236,9.2623,0.0000,9.2623,4.1988,9.2623,0.9925,0.0000,8.2697,0.6663,,,7.6034,0.8103,,,6.7931,,,,,,,595.2162,132.6746,0.2000,0.4650,1.4286,1.3500,0.7552,4671.7983,4671.7983,4858.6702,4858.6702,4858.6702
-865.2500,0.5000,,42.1800,,,,10,935.3300,184.1229,1981.0555,-149.0899,18.0344,194.0395,194.0395,-14.6030,0.0833,13.8378,0.0000,13.8378,4.1134,13.8378,0.9937,0.0000,12.8441,0.6669,,,12.1771,0.8112,,,11.3659,,,,,,,595.6933,205.8973,0.2000,0.4650,1.4286,1.3500,0.6698,5295.7015,5295.7015,5507.5296,5507.5296,5507.5296
-865.7500,0.5000,,42.6400,,,,10,949.6900,494.5268,2015.0169,-149.7361,49.1813,200.3961,200.3961,-14.8914,1.4781,43.5874,0.0000,43.5874,4.1158,43.5874,1.7396,0.0000,41.8479,0.6777,,,41.1702,1.6459,,,39.5243,,,,,,,604.0998,661.5092,0.2000,0.4650,1.4286,1.3500,0.6723,10338.6399,10338.6399,10752.1855,10752.1855,10752.1855
-866.2500,0.5000,,43.2600,,,,10,966.3200,608.2189,2054.3468,-150.4844,61.5474,207.8851,207.8851,-15.2279,1.8923,55.4098,0.0000,55.4098,4.2453,55.4098,2.2123,0.0000,53.1975,0.6916,,,52.5059,2.0993,,,50.4066,,,,,,,614.6944,826.4248,0.2000,0.4650,1.4286,1.3500,0.8017,12371.6908,12371.6908,12866.5585,12866.5585,12866.5585
-866.7500,0.5000,,44.1000,,,,10,984.1900,655.7343,2096.6094,-151.2886,67.5827,216.0852,216.0852,-15.5924,2.1422,61.1954,0.0000,61.1954,4.2451,61.1954,2.4436,0.0000,58.7518,0.7072,,,58.0446,2.3208,,,55.7238,,,,,,,626.4720,895.5524,0.2000,0.4650,1.4286,1.3500,0.8015,13431.3165,13431.3165,13968.5692,13968.5692,13968.5692
-867.2500,0.5000,,44.8400,,,,10,1001.0100,645.9584,2134.0000,-152.0657,67.7129,223.6977,223.6977,-15.9404,2.0166,61.3471,0.0000,61.3471,4.3493,61.3471,2.4495,0.0000,58.8976,0.7216,,,58.1759,2.3260,,,55.8499,,,,,,,637.3602,882.4373,0.2000,0.4650,1.4286,1.3500,0.9057,13473.2126,13473.2126,14012.1411,14012.1411,14012.1411
-867.7500,0.5000,,45.6000,,,,10,1014.9800,568.5394,2134.0000,-152.9737,60.4292,226.8196,226.8196,-16.2593,2.0145,54.0625,0.0000,54.0625,4.3521,54.0625,2.1580,0.0000,51.9045,0.7359,,,51.1686,2.0457,,,49.1229,,,,,,,648.0548,764.8294,0.2000,0.4650,1.4286,1.3500,0.9086,12283.0399,12283.0399,12774.3615,12774.3615,12774.3615
-868.2500,0.5000,,45.8600,,,,10,1019.8600,338.2813,2134.0000,-153.2909,36.1283,227.9101,227.9101,-16.3714,0.2176,31.7431,0.0000,31.7431,4.1676,31.7431,1.2652,0.0000,30.4779,0.7375,,,29.7404,1.1886,,,28.5519,,,,,,,649.1992,448.3096,0.2000,0.4650,1.4286,1.3500,0.7241,8469.3194,8469.3194,8808.0922,8808.0922,8808.0922
-868.7500,0.5000,,46.2200,,,,10,1025.0000,313.4679,2134.0000,-153.6250,33.6469,229.0588,229.0588,-16.4898,0.8004,28.6789,0.0000,28.6789,4.1676,28.6789,1.1426,0.0000,27.5364,0.7431,,,26.7933,1.0707,,,25.7226,,,,,,,653.3921,402.4428,0.2000,0.4650,1.4286,1.3500,0.7241,8083.1500,8083.1500,8406.4760,8406.4760,8406.4760
-869.2500,0.5000,,46.5600,,,,10,1034.1900,333.3539,2134.0000,-154.2224,36.1023,231.1125,231.1125,-16.7023,1.0765,30.9585,0.0000,30.9585,4.0673,30.9585,1.2337,0.0000,29.7248,0.7506,,,28.9742,1.1579,,,27.8163,,,,,,,658.9893,430.7364,0.2000,0.4650,1.4286,1.3500,0.6238,8492.2115,8492.2115,8831.9000,8831.9000,8831.9000
-869.7500,0.5000,,46.8600,,,,10,1043.4000,311.0832,2134.0000,-154.8210,33.9904,233.1706,233.1706,-16.9165,1.0452,28.9043,0.0000,28.9043,4.0408,28.9043,1.1719,0.0000,27.7324,0.7579,,,26.9745,1.0779,,,25.8967,,,,,,,664.3789,398.6054,0.2000,0.4650,1.4286,1.3500,0.5973,8180.0056,8180.0056,8507.2058,8507.2058,8507.2058
-870.2500,0.5000,,47.1800,,,,10,1045.5400,180.2327,2134.0000,-154.9601,19.7334,233.6489,233.6489,-16.9664,0.5593,14.9872,0.0000,14.9872,4.1869,14.9872,1.1796,0.0000,13.8076,0.7617,,,13.0458,0.9506,,,12.0952,,,,,,,667.2452,197.6072,0.2000,0.4650,1.4286,1.3500,0.7433,5985.4018,5985.4018,6224.8179,6224.8179,6224.8179
-870.7500,0.5000,,47.2000,,,,10,1045.3000,114.4236,2134.0000,-154.9445,12.5252,233.5952,233.5952,-16.9608,-0.1268,8.3979,0.0000,8.3979,4.2542,8.3979,1.1779,0.0000,7.2200,0.7609,,,6.4591,0.9493,,,5.5098,,,,,,,666.5963,103.4295,0.2000,0.4650,1.4286,1.3500,0.8106,4902.6366,4902.6366,5098.7421,5098.7421,5098.7421
-871.2500,0.5000,,47.0200,,,,10,1041.7400,83.1854,2134.0000,-154.7131,9.0748,232.7997,232.7997,-16.8778,-0.5057,5.2943,0.0000,5.2943,4.2862,5.2943,1.1709,0.0000,4.1234,0.7574,,,3.3660,0.9441,,,2.4219,,,,,,,664.0028,59.3000,0.2000,0.4650,1.4286,1.3500,0.8426,4374.3413,4374.3413,4549.3150,4549.3150,4549.3150
-871.7500,0.5000,,47.0200,,,,10,1041.2700,93.5337,2134.0000,-154.6826,10.1991,232.6946,232.6946,-16.8668,-0.0008,5.8848,0.0000,5.8848,4.3151,5.8848,1.1709,0.0000,4.7139,0.7574,,,3.9566,0.9441,,,3.0124,,,,,,,663.9985,67.7931,0.2000,0.4650,1.4286,1.3500,0.8715,4542.4906,4542.4906,4724.1902,4724.1902,4724.1902
-872.2500,0.5000,,46.9800,,,,10,1040.6900,92.5878,2134.0000,-154.6449,10.0903,232.5650,232.5650,-16.8533,-0.0618,5.9300,0.0000,5.9300,4.2222,5.9300,1.1700,0.0000,4.7600,0.7569,,,4.0030,0.9435,,,3.0596,,,,,,,663.6807,68.4881,0.2000,0.4650,1.4286,1.3500,0.7786,4524.5311,4524.5311,4705.5124,4705.5124,4705.5124
-872.7500,0.5000,,46.8400,,,,10,1036.9900,79.1199,2134.0000,-154.4044,8.5919,231.7382,231.7382,-16.7673,-0.4578,4.8956,0.0000,4.8956,4.1541,4.8956,1.1637,0.0000,3.7319,0.7538,,,2.9781,0.9387,,,2.0394,,,,,,,661.3232,53.8871,0.2000,0.4650,1.4286,1.3500,0.7105,4287.7587,4287.7587,4459.2691,4459.2691,4459.2691
-873.2500,0.5000,,46.8200,,,,10,1039.0000,112.5217,2134.0000,-154.5350,12.2428,232.1874,232.1874,-16.8140,0.1410,7.9649,0.0000,7.9649,4.1369,7.9649,1.1657,0.0000,6.7992,0.7547,,,6.0445,0.9402,,,5.1043,,,,,,,662.0502,98.0711,0.2000,0.4650,1.4286,1.3500,0.6933,4845.1748,4845.1748,5038.9818,5038.9818,5038.9818
-873.7500,0.5000,,46.9200,,,,10,1039.6800,165.6198,2134.0000,-154.5792,18.0319,232.3393,232.3393,-16.8298,0.1059,13.8071,0.0000,13.8071,4.1189,13.8071,1.1671,0.0000,12.6400,0.7555,,,11.8845,0.9413,,,10.9432,,,,,,,662.5956,182.1670,0.2000,0.4650,1.4286,1.3500,0.6753,5720.8260,5720.8260,5949.6591,5949.6591,5949.6591
-874.2500,0.5000,,47.0600,,,,10,1043.1700,240.9955,2134.0000,-154.8061,26.3265,233.1192,233.1192,-16.9111,0.6054,21.5720,0.0000,21.5720,4.1491,21.5720,1.1755,0.0000,20.3965,0.7597,,,19.6368,0.9475,,,18.6893,,,,,,,665.7056,292.5803,0.2000,0.4650,1.4286,1.3500,0.7055,6978.8896,6978.8896,7258.0452,7258.0452,7258.0452
-874.7500,0.5000,,47.0600,,,,10,1046.1900,258.1548,2134.0000,-155.0024,28.2826,233.7941,233.7941,-16.9816,0.0853,23.9464,0.0000,23.9464,4.2508,23.9464,1.1767,0.0000,22.7698,0.7603,,,22.0095,0.9484,,,21.0611,,,,,,,666.1428,326.4095,0.2000,0.4650,1.4286,1.3500,0.8073,7295.1275,7295.1275,7586.9326,7586.9326,7586.9326
-875.2500,0.5000,,47.3400,,,,10,1048.7500,285.1146,2134.0000,-155.1688,31.3127,234.3662,234.3662,-17.0414,0.5880,26.5058,0.0000,26.5058,4.2189,26.5058,1.1848,0.0000,25.3210,0.7643,,,24.5567,0.9811,,,23.5755,,,,,,,669.1476,361.3517,0.2000,0.4650,1.4286,1.3500,0.7753,7776.9709,7776.9709,8088.0497,8088.0497,8088.0497
-875.7500,0.5000,,47.4200,,,,10,1055.1800,315.0043,2134.0000,-155.5867,34.8074,235.8031,235.8031,-17.1920,0.4919,30.1613,0.0000,30.1613,4.1542,30.1613,1.2016,0.0000,28.9597,0.7677,,,28.1920,1.1265,,,27.0655,,,,,,,671.6508,411.7392,0.2000,0.4650,1.4286,1.3500,0.7106,8340.7527,8340.7527,8674.3828,8674.3828,8674.3828
-876.2500,0.5000,,47.8800,,,,10,1060.2800,313.9874,2134.0000,-155.9182,34.8627,236.9428,236.9428,-17.3120,0.9480,29.7624,0.0000,29.7624,4.1523,29.7624,1.2046,0.0000,28.5578,0.7742,,,27.7836,1.1102,,,26.6734,,,,,,,676.4493,403.1452,0.2000,0.4650,1.4286,1.3500,0.7088,8364.8237,8364.8237,8699.4167,8699.4167,8699.4167
-876.7500,0.5000,,47.8600,,,,10,1063.5600,267.9332,2134.0000,-156.1314,29.8413,237.6758,237.6758,-17.3893,0.1330,25.5600,0.0000,25.5600,4.1483,25.5600,1.2064,0.0000,24.3536,0.7751,,,23.5784,0.9706,,,22.6079,,,,,,,677.1196,343.4538,0.2000,0.4650,1.4286,1.3500,0.7048,7603.3797,7603.3797,7907.5149,7907.5149,7907.5149
-877.2500,0.5000,,48.0600,,,,10,1065.0100,282.0211,2134.0000,-156.2257,31.4531,237.9999,237.9999,-17.4235,0.4092,26.8957,0.0000,26.8957,4.1482,26.8957,1.2120,0.0000,25.6837,0.7779,,,24.9058,0.9951,,,23.9107,,,,,,,679.1785,361.1144,0.2000,0.4650,1.4286,1.3500,0.7046,7856.2544,7856.2544,8170.5046,8170.5046,8170.5046
-877.7500,0.5000,,48.0800,,,,10,1066.8200,238.3068,2134.0000,-156.3433,26.6230,238.4044,238.4044,-17.4662,0.2022,22.2361,0.0000,22.2361,4.1847,22.2361,1.2148,0.0000,21.0213,0.7793,,,20.2420,0.9768,,,19.2652,,,,,,,680.1934,295.1196,0.2000,0.4650,1.4286,1.3500,0.7411,7105.8327,7105.8327,7390.0660,7390.0660,7390.0660
-878.2500,0.5000,,48.0200,,,,10,1063.5100,229.6994,2134.0000,-156.1282,25.5817,237.6647,237.6647,-17.3881,-0.3607,21.7579,0.0000,21.7579,4.1846,21.7579,1.2099,0.0000,20.5480,0.7768,,,19.7712,0.9731,,,18.7981,,,,,,,678.3814,289.2460,0.2000,0.4650,1.4286,1.3500,0.7410,6923.4510,6923.4510,7200.3891,7200.3891,7200.3891
-878.7500,0.5000,,47.9600,,,,10,1060.7800,203.3549,2134.0000,-155.9507,22.5896,237.0546,237.0546,-17.3237,-0.2384,18.6694,0.0000,18.6694,4.1587,18.6694,1.2066,0.0000,17.4628,0.7752,,,16.6876,0.9707,,,15.7169,,,,,,,677.1812,246.2521,0.2000,0.4650,1.4286,1.3500,0.7151,6440.5241,6440.5241,6698.1450,6698.1450,6698.1450
-879.2500,0.5000,,47.7200,,,,10,1058.3400,188.0677,2134.0000,-155.7921,20.8434,236.5093,236.5093,-17.2663,-0.6245,17.3114,0.0000,17.3114,4.1565,17.3114,1.1980,0.0000,16.1134,0.7709,,,15.3425,0.9643,,,14.3782,,,,,,,674.0271,228.2876,0.2000,0.4650,1.4286,1.3500,0.7129,6177.0658,6177.0658,6424.1485,6424.1485,6424.1485
-879.7500,0.5000,,47.9000,,,,10,1064.9700,342.2695,2134.0000,-156.2231,38.1711,237.9909,237.9909,-17.4225,0.8524,33.1591,0.0000,33.1591,4.1595,33.1591,1.3214,0.0000,31.8377,0.7768,,,31.0609,1.2413,,,29.8196,,,,,,,678.3285,448.2008,0.2000,0.4650,1.4286,1.3500,0.7159,8886.9464,8886.9464,9242.4243,9242.4243,9242.4243
-880.2500,0.5000,,48.2600,,,,10,1070.9100,345.6172,2134.0000,-156.6092,38.7594,239.3184,239.3184,-17.5630,0.8386,33.7609,0.0000,33.7609,4.1598,33.7609,1.3454,0.0000,32.4155,0.7825,,,31.6330,1.2642,,,30.3689,,,,,,,682.5337,453.5238,0.2000,0.4650,1.4286,1.3500,0.7162,8992.5365,8992.5365,9352.2380,9352.2380,9352.2380
-880.7500,0.5000,,48.4600,,,,10,1074.6200,321.5477,2134.0000,-156.8503,36.1850,240.1474,240.1474,-17.6510,0.5921,31.3442,0.0000,31.3442,4.2488,31.3442,1.2487,0.0000,30.0955,0.7865,,,29.3090,1.1712,,,28.1378,,,,,,,685.4871,419.2502,0.2000,0.4650,1.4286,1.3500,0.8052,8610.8106,8610.8106,8955.2430,8955.2430,8955.2430
-881.2500,0.5000,,48.3800,,,,10,1070.8400,139.5345,2134.0000,-156.6046,15.6471,239.3027,239.3027,-17.5613,-0.5407,11.9128,0.0000,11.9128,4.2750,11.9128,1.2219,0.0000,10.6909,0.7828,,,9.9081,0.9821,,,8.9260,,,,,,,682.7903,149.5200,0.2000,0.4650,1.4286,1.3500,0.8315,5441.6170,5441.6170,5659.2817,5659.2817,5659.2817
-881.7500,0.5000,,48.2200,,,,10,1065.7500,110.9823,2134.0000,-156.2738,12.3862,238.1652,238.1652,-17.4409,-0.6082,8.8100,0.0000,8.8100,4.1844,8.8100,1.2136,0.0000,7.5964,0.7787,,,6.8177,0.9759,,,5.8418,,,,,,,679.7443,106.7171,0.2000,0.4650,1.4286,1.3500,0.7408,4946.8938,4946.8938,5144.7695,5144.7695,5144.7695
-882.2500,0.5000,,48.0200,,,,10,1063.0500,131.4084,2134.0000,-156.0983,14.6287,237.5619,237.5619,-17.3772,-0.3346,10.7929,0.0000,10.7929,4.1703,10.7929,1.2090,0.0000,9.5840,0.7764,,,8.8076,0.9725,,,7.8351,,,,,,,678.0629,134.9728,0.2000,0.4650,1.4286,1.3500,0.7267,5269.1917,5269.1917,5479.9594,5479.9594,5479.9594
-882.7500,0.5000,,47.8800,,,,10,1059.4400,115.4078,2134.0000,-155.8636,12.8038,236.7551,236.7551,-17.2922,-0.4954,9.1524,0.0000,9.1524,4.1469,9.1524,1.2022,0.0000,7.9502,0.7730,,,7.1772,0.9674,,,6.2098,,,,,,,675.5654,112.3779,0.2000,0.4650,1.4286,1.3500,0.7033,4988.1710,4988.1710,5187.6978,5187.6978,5187.6978
-883.2500,0.5000,,47.8200,,,,10,1059.6100,158.7503,2134.0000,-155.8747,17.6153,236.7931,236.7931,-17.2962,-0.0348,13.5097,0.0000,13.5097,4.1404,13.5097,1.2017,0.0000,12.3080,0.7728,,,11.5352,0.9671,,,10.5682,,,,,,,675.3896,174.0224,0.2000,0.4650,1.4286,1.3500,0.6968,5701.4817,5701.4817,5929.5409,5929.5409,5929.5409
-883.7500,0.5000,,48.0400,,,,10,1068.9700,234.1695,2134.0000,-156.4831,26.2135,238.8848,238.8848,-17.5171,1.0423,20.9860,0.0000,20.9860,4.1851,20.9860,1.2160,0.0000,19.7700,0.7799,,,18.9901,0.9777,,,18.0124,,,,,,,680.6348,277.3729,0.2000,0.4650,1.4286,1.3500,0.7416,7036.8233,7036.8233,7318.2962,7318.2962,7318.2962
-884.2500,0.5000,,48.1800,,,,10,1066.4700,221.5541,2134.0000,-156.3206,24.7433,238.3261,238.3261,-17.4580,-0.1297,20.6482,0.0000,20.6482,4.2248,20.6482,1.2142,0.0000,19.4340,0.7790,,,18.6550,0.9764,,,17.6786,,,,,,,679.9843,272.9191,0.2000,0.4650,1.4286,1.3500,0.7812,6781.2432,6781.2432,7052.4929,7052.4929,7052.4929
-884.7500,0.5000,,48.3000,,,,10,1072.3300,230.1000,2134.0000,-156.7015,25.8389,239.6357,239.6357,-17.5967,0.6480,21.0089,0.0000,21.0089,4.1820,21.0089,1.2231,0.0000,19.7858,0.7834,,,19.0023,0.9830,,,18.0193,,,,,,,683.2280,276.5403,0.2000,0.4650,1.4286,1.3500,0.7384,6975.1565,6975.1565,7254.1628,7254.1628,7254.1628
-885.2500,0.5000,,48.4800,,,,10,1072.2100,183.5535,2134.0000,-156.6937,20.6097,239.6089,239.6089,-17.5938,0.1705,16.2827,0.0000,16.2827,4.1564,16.2827,1.2254,0.0000,15.0573,0.7846,,,14.2727,0.9847,,,13.2880,,,,,,,684.0792,210.1897,0.2000,0.4650,1.4286,1.3500,0.7128,6172.0319,6172.0319,6418.9131,6418.9131,6418.9131
-885.7500,0.5000,,48.3000,,,,10,1069.8800,108.1764,2134.0000,-156.5422,12.1198,239.0882,239.0882,-17.5386,-0.3477,8.2823,0.0000,8.2823,4.1852,8.2823,1.2207,0.0000,7.0616,0.7822,,,6.2794,0.9812,,,5.2982,,,,,,,682.3428,98.8258,0.2000,0.4650,1.4286,1.3500,0.7417,4921.3668,4921.3668,5118.2214,5118.2214,5118.2214
-886.2500,0.5000,,48.3200,,,,10,1069.8400,100.8248,2134.0000,-156.5396,11.2957,239.0792,239.0792,-17.5377,0.0601,7.0019,0.0000,7.0019,4.2337,7.0019,1.2215,0.0000,5.7804,0.7826,,,4.9978,0.9818,,,4.0160,,,,,,,682.6433,80.8606,0.2000,0.4650,1.4286,1.3500,0.7901,4800.3219,4800.3219,4992.3348,4992.3348,4992.3348
-886.7500,0.5000,,48.1000,,,,10,1055.2200,35.0710,2134.0000,-155.5893,3.8754,235.8121,235.8121,-17.1930,-0.5457,0.1860,0.0000,0.1860,4.2351,0.1860,1.2140,0.0000,-1.0280,0.7789,,,-1.8069,0.9762,,,-2.7832,,,,,,,679.9104,-14.4388,0.2000,0.4650,1.4286,1.3500,0.7916,3646.5541,3646.5541,3792.4162,3792.4162,3792.4162
-887.2500,0.5000,,47.9600,,,,10,1061.9286,-49.8951,2134.0000,-156.0254,-5.5486,237.3113,237.3113,-17.3508,-0.4846,-9.3096,0.0000,-9.3096,4.2456,-9.3096,1.2074,0.0000,-10.5169,0.7756,,,-11.2925,0.9713,,,-12.2638,,,,,,,677.4742,-148.2409,0.2000,0.4650,1.4286,1.3500,0.8020,2161.6003,2161.6003,2248.0643,2248.0643,2248.0643
-887.7500,0.5000,,47.6800,,,,10,1055.7157,-25.8633,2134.0000,-155.6215,-2.8593,235.9229,235.9229,-17.2046,-0.8116,-6.2745,0.0000,-6.2745,4.2267,-6.2745,1.1962,0.0000,-7.4707,0.7700,,,-8.2407,0.9630,,,-9.2037,,,,,,,673.3744,-105.9437,0.2000,0.4650,1.4286,1.3500,0.7832,2581.2204,2581.2204,2684.4692,2684.4692,2684.4692
-888.2500,0.5000,,47.4600,,,,10,1049.3800,-37.3587,2134.0000,-155.2097,-4.1054,234.5070,234.5070,-17.0561,-0.8303,-7.3995,0.0000,-7.3995,4.1244,-7.3995,1.1848,0.0000,-8.5842,0.7643,,,-9.3486,0.9545,,,-10.3030,,,,,,,669.1539,-122.5031,0.2000,0.4650,1.4286,1.3500,0.6808,2359.5181,2359.5181,2453.8988,2453.8988,2453.8988
-888.7500,0.5000,,47.2200,,,,10,1048.7041,-20.1010,2134.0000,-155.1658,-2.2075,234.3560,234.3560,-17.0403,-0.3589,-5.9730,0.0000,-5.9730,4.1244,-5.9730,1.1798,0.0000,-7.1528,0.7618,,,-7.9147,0.9508,,,-8.8654,,,,,,,667.3212,-102.3559,0.2000,0.4650,1.4286,1.3500,0.6808,2669.3897,2669.3897,2776.1653,2776.1653,2776.1653
-889.2500,0.5000,,47.1200,,,,10,1040.9020,0.2682,2134.0000,-154.6586,0.0292,232.6124,232.6124,-16.8583,-0.6832,-3.5690,0.0000,-3.5690,4.2814,-3.5690,1.1704,0.0000,-4.7394,0.7571,,,-5.4965,0.9437,,,-6.4403,,,,,,,663.8190,-68.1780,0.2000,0.4650,1.4286,1.3500,0.8378,3007.8671,3007.8671,3128.1818,3128.1818,3128.1818
-889.7500,0.5000,,47.0400,,,,10,1050.5900,107.8841,2134.0000,-155.2884,11.8691,234.7774,234.7774,-17.0844,0.1729,7.4148,0.0000,7.4148,4.2814,7.4148,1.1728,0.0000,6.2420,0.7583,,,5.4837,0.9455,,,4.5382,,,,,,,664.7071,89.6743,0.2000,0.4650,1.4286,1.3500,0.8378,4820.3616,4820.3616,5013.1761,5013.1761,5013.1761
-890.2500,0.5000,,47.1000,,,,10,1046.1500,147.2342,2134.0000,-154.9998,16.1299,233.7852,233.7852,-16.9806,0.3261,11.5481,0.0000,11.5481,4.2558,11.5481,1.1773,0.0000,10.3708,0.7606,,,9.6102,0.9489,,,8.6613,,,,,,,666.3788,148.6144,0.2000,0.4650,1.4286,1.3500,0.8122,5445.5106,5445.5106,5663.3310,5663.3310,5663.3310
-890.7500,0.5000,,47.3000,,,,10,1050.0800,162.4106,2134.0000,-155.2552,17.8593,234.6634,234.6634,-17.0725,0.5346,13.0767,0.0000,13.0767,4.2480,13.0767,1.1847,0.0000,11.8920,0.7643,,,11.1278,0.9544,,,10.1734,,,,,,,669.1106,169.7189,0.2000,0.4650,1.4286,1.3500,0.8044,5714.1221,5714.1221,5942.6869,5942.6869,5942.6869
-891.2500,0.5000,,47.4200,,,,10,1052.4500,168.0435,2134.0000,-155.4093,18.5205,235.1931,235.1931,-17.1280,0.2742,14.0896,0.0000,14.0896,4.1567,14.0896,1.1885,0.0000,12.9012,0.7662,,,12.1350,0.9572,,,11.1778,,,,,,,670.5072,183.7373,0.2000,0.4650,1.4286,1.3500,0.7131,5818.5355,5818.5355,6051.2770,6051.2770,6051.2770
-891.7500,0.5000,,47.6600,,,,10,1058.4000,213.4410,2134.0000,-155.7960,23.6568,236.5227,236.5227,-17.2677,0.8514,18.6651,0.0000,18.6651,4.1404,18.6651,1.2002,0.0000,17.4649,0.7720,,,16.6929,0.9659,,,15.7270,,,,,,,674.8257,247.1415,0.2000,0.4650,1.4286,1.3500,0.6968,6594.4495,6594.4495,6858.2275,6858.2275,6858.2275
-892.2500,0.5000,,47.9600,,,,10,1064.9500,228.3092,2134.0000,-156.2218,25.4613,237.9865,237.9865,-17.4221,0.7533,20.5146,0.0000,20.5146,4.1935,20.5146,1.2105,0.0000,19.3040,0.7772,,,18.5269,0.9736,,,17.5533,,,,,,,678.6236,271.6381,0.2000,0.4650,1.4286,1.3500,0.7499,6903.8426,6903.8426,7179.9963,7179.9963,7179.9963
-892.7500,0.5000,,48.2800,,,,10,1072.0100,235.6207,2134.0000,-156.6807,26.4509,239.5642,239.5642,-17.5891,0.7723,21.4482,0.0000,21.4482,4.2304,21.4482,1.2211,0.0000,20.2271,0.7824,,,19.4447,0.9815,,,18.4632,,,,,,,682.4954,283.0127,0.2000,0.4650,1.4286,1.3500,0.7868,7079.9519,7079.9519,7363.1500,7363.1500,7363.1500
-893.2500,0.5000,,48.6200,,,,10,1080.6300,237.7374,2134.0000,-157.2410,26.9032,241.4905,241.4905,-17.7939,1.1862,21.5002,0.0000,21.5002,4.2168,21.5002,1.2373,0.0000,20.2628,0.7905,,,19.4724,0.9936,,,18.4788,,,,,,,688.4001,281.0806,0.2000,0.4650,1.4286,1.3500,0.7732,7163.7311,7163.7311,7450.2803,7450.2803,7450.2803
-893.7500,0.5000,,48.9800,,,,10,1088.8400,205.1494,2134.0000,-157.7746,23.3918,243.3252,243.3252,-17.9899,1.1549,18.0440,0.0000,18.0440,4.1929,18.0440,1.2531,0.0000,16.7909,0.7983,,,15.9927,1.0053,,,14.9874,,,,,,,694.1004,231.0064,0.2000,0.4650,1.4286,1.3500,0.7493,6609.9585,6609.9585,6874.3568,6874.3568,6874.3568
-894.2500,0.5000,,49.2200,,,,10,1008.9400,51.7899,2134.0000,-152.5811,5.4719,225.4698,225.4698,-16.1211,0.3097,0.9679,0.0000,0.9679,4.1943,0.9679,1.2573,0.0000,-0.2894,0.8003,,,-1.0898,1.0084,,,-2.0982,,,,,,,695.6211,-3.9731,0.2000,0.4650,1.4286,1.3500,0.7507,3721.8640,3721.8640,3870.7386,3870.7386,3870.7386
-894.7500,0.5000,,49.3400,,,,11,892.9400,-147.1823,1880.8031,-147.1823,-13.7628,175.8710,175.8710,-13.7628,-25.0810,7.1134,0.0000,7.1134,4.2048,7.1134,0.9045,0.0000,6.2089,0.8050,,,5.4039,1.0155,,,4.3884,,,,,,,699.0383,84.8175,0.2000,0.4650,1.4286,1.3500,0.7612,180.6202,180.6202,187.8450,187.8450,187.8450
-895.2500,0.5000,,49.7600,,,,11,872.0800,85.2627,1831.4692,-146.2436,7.7865,167.2571,167.2571,-13.3556,0.6076,2.9741,0.0000,2.9741,4.2048,2.9741,0.9133,0.0000,2.0608,0.8114,,,1.2494,1.0250,,,0.2244,,,,,,,703.6572,27.9665,0.2000,0.4650,1.4286,1.3500,0.7612,3511.5369,3511.5369,3651.9984,3651.9984,3651.9984
-895.7500,0.5000,,49.9600,,,,11,877.1700,101.6642,1843.5071,-146.4727,9.3386,169.3391,169.3391,-13.4545,0.4980,4.6132,0.0000,4.6132,4.2274,4.6132,0.9206,0.0000,3.6926,0.8165,,,2.8760,1.0329,,,1.8432,,,,,,,707.4204,49.8451,0.2000,0.4650,1.4286,1.3500,0.7838,3764.2786,3764.2786,3914.8497,3914.8497,3914.8497
-896.2500,0.5000,,50.2800,,,,11,882.3100,102.6306,1855.6632,-146.7040,9.4826,171.4545,171.4545,-13.5548,0.5301,4.6346,0.0000,4.6346,4.3179,4.6346,0.9283,0.0000,3.7063,0.8220,,,2.8843,1.0412,,,1.8431,,,,,,,711.4037,49.7503,0.2000,0.5025,1.4286,1.4000,0.7868,3798.7147,3798.7147,3836.7019,3836.7019,3836.7019
-896.7500,0.5000,,50.6600,,,,11,889.0400,99.3333,1871.5796,-147.0068,9.2479,174.2442,174.2442,-13.6863,0.6765,4.0555,0.0000,4.0555,4.5159,4.0555,0.9381,0.0000,3.1173,0.8290,,,2.2883,1.0517,,,1.2366,,,,,,,716.4556,41.5496,0.2000,0.5025,1.4286,1.4000,0.9849,3779.2117,3779.2117,3817.0038,3817.0038,3817.0038
-897.2500,0.5000,,50.9800,,,,11,893.6600,122.4473,1882.5059,-147.2147,11.4591,176.1722,176.1722,-13.7769,0.6261,6.3127,0.0000,6.3127,4.5203,6.3127,0.9472,0.0000,5.3655,0.8354,,,4.5301,1.0615,,,3.4686,,,,,,,721.0994,71.0537,0.2000,0.5025,1.4286,1.4000,0.9892,4125.0811,4125.0811,4166.3319,4166.3319,4166.3319
-897.7500,0.5000,,51.3600,,,,11,903.4300,123.4849,1905.6120,-147.6544,11.6825,180.2842,180.2842,-13.9691,1.0542,6.2563,0.0000,6.2563,4.3721,6.2563,0.9624,0.0000,5.2938,0.8462,,,4.4477,1.0779,,,3.3698,,,,,,,728.8515,69.3591,0.2000,0.5025,1.4286,1.4000,0.8410,4198.6099,4198.6099,4240.5960,4240.5960,4240.5960
-898.2500,0.5000,,51.7200,,,,11,906.4900,99.5820,1912.8489,-147.7921,9.4531,181.5818,181.5818,-14.0295,0.3539,4.7753,0.0000,4.7753,4.3239,4.7753,0.9675,0.0000,3.8078,0.8498,,,2.9580,1.0834,,,1.8746,,,,,,,731.4352,49.7125,0.2000,0.5025,1.4286,1.4000,0.7928,3883.1213,3883.1213,3921.9525,3921.9525,3921.9525
-898.7500,0.5000,,51.9200,,,,11,910.1000,121.0407,1921.3865,-147.9545,11.5358,183.1186,183.1186,-14.1009,0.3492,7.0047,0.0000,7.0047,4.1820,7.0047,0.9726,0.0000,6.0321,0.8533,,,5.1788,1.0888,,,4.0900,,,,,,,733.9757,78.4803,0.2000,0.5025,1.4286,1.4000,0.6509,4213.9118,4213.9118,4256.0509,4256.0509,4256.0509
-899.2500,0.5000,,52.0800,,,,11,912.7100,139.0714,1927.5592,-148.0720,13.2923,184.2337,184.2337,-14.1525,0.2704,8.9639,0.0000,8.9639,4.0580,8.9639,0.9764,0.0000,7.9874,0.8560,,,7.1314,1.0930,,,6.0384,,,,,,,735.9370,103.6427,0.2000,0.5025,1.4286,1.4000,0.5269,4488.6917,4488.6917,4533.5786,4533.5786,4533.5786
-899.7500,0.5000,,52.2000,,,,11,914.2143,146.8838,1931.1168,-148.1396,14.0621,184.8780,184.8780,-14.1823,0.2062,9.8448,0.0000,9.8448,4.0111,9.8448,0.9794,0.0000,8.8654,0.8581,,,8.0073,1.0961,,,6.9111,,,,,,,737.4291,114.8022,0.2000,0.5025,1.4286,1.4000,0.4800,4610.5426,4610.5426,4656.6480,4656.6480,4656.6480
-900.2500,0.5000,,52.2600,,,,11,915.8300,169.1002,1934.9380,-148.2124,16.2176,185.5712,185.5712,-14.2144,0.2238,12.1005,0.0000,12.1005,3.8933,12.1005,0.9826,0.0000,11.1179,0.8604,,,10.2575,1.0996,,,9.1579,,,,,,,739.0456,143.6556,0.2000,0.5025,1.4286,1.4000,0.3622,4937.1374,4937.1374,4986.5087,4986.5087,4986.5087
-900.7500,0.5000,,52.5200,,,,11,921.6700,246.7469,1948.7496,-148.4752,23.8153,188.0876,188.0876,-14.3304,0.5289,19.4129,0.0000,19.4129,3.8735,19.4129,0.9902,0.0000,18.4227,0.8657,,,17.5570,1.1077,,,16.4492,,,,,,,742.8509,236.8224,0.2000,0.5025,1.4286,1.4000,0.3425,6168.2737,6168.2737,6229.9565,6229.9565,6229.9565
-901.2500,0.5000,,52.8400,,,,11,926.2255,282.4673,1959.5233,-148.6801,27.3977,190.0622,190.0622,-14.4211,0.5407,23.0653,0.0000,23.0653,3.7917,23.0653,0.9979,0.0000,22.0674,0.8711,,,21.1963,1.1161,,,20.0802,,,,,,,746.7208,282.2049,0.2000,0.5025,1.4286,1.4000,0.2606,6783.7467,6783.7467,6851.5841,6851.5841,6851.5841
-901.7500,0.5000,,53.0400,,,,11,931.3900,312.4918,1971.7374,-148.9126,30.4789,192.3133,192.3133,-14.5242,0.5331,26.1541,0.0000,26.1541,3.7917,26.1541,1.0423,0.0000,25.1118,0.8764,,,24.2353,1.1242,,,23.1111,,,,,,,750.5174,319.5126,0.2000,0.5025,1.4286,1.4000,0.2606,7308.3549,7308.3549,7381.4385,7381.4385,7381.4385
-902.2500,0.5000,,53.4600,,,,11,935.6000,373.3740,1981.6940,-149.1020,36.5816,194.1581,194.1581,-14.6084,0.6987,32.1441,0.0000,32.1441,3.7388,32.1441,1.2818,0.0000,30.8622,0.8834,,,29.9788,1.1977,,,28.7811,,,,,,,755.4642,390.1080,0.2000,0.5025,1.4286,1.4000,0.2078,8313.9921,8313.9921,8397.1321,8397.1321,8397.1321
-902.7500,0.5000,,53.5000,,,,11,940.1500,290.5503,1992.4548,-149.3068,28.6053,196.1617,196.1617,-14.6996,0.3198,24.5602,0.0000,24.5602,3.7254,24.5602,1.0201,0.0000,23.5401,0.8866,,,22.6535,1.1398,,,21.5137,,,,,,,757.7175,296.6690,0.2000,0.5025,1.4286,1.4000,0.1943,7041.3411,7041.3411,7111.7545,7111.7545,7111.7545
-903.2500,0.5000,,53.8800,,,,11,942.6600,275.7280,1998.3909,-149.4197,27.2185,197.2714,197.2714,-14.7500,0.3961,23.1252,0.0000,23.1252,3.6972,23.1252,1.0257,0.0000,22.0995,0.8905,,,21.2091,1.1459,,,20.0632,,,,,,,760.4995,277.4953,0.2000,0.5025,1.4286,1.4000,0.1661,6821.2641,6821.2641,6889.4767,6889.4767,6889.4767
-903.7500,0.5000,,54.0600,,,,11,949.1500,326.2087,2013.7398,-149.7118,32.4234,200.1552,200.1552,-14.8806,0.7335,28.0029,0.0000,28.0029,3.6870,28.0029,1.1161,0.0000,26.8868,0.8977,,,25.9891,1.1570,,,24.8321,,,,,,,765.6243,335.3477,0.2000,0.5025,1.4286,1.4000,0.1559,7690.9999,7690.9999,7767.9099,7767.9099,7767.9099
-904.2500,0.5000,,54.2600,,,,11,949.5400,268.9785,2014.6621,-149.7293,26.7460,200.3291,200.3291,-14.8884,0.0549,23.0176,0.0000,23.0176,3.6736,23.0176,1.0369,0.0000,21.9807,0.8983,,,21.0824,1.1579,,,19.9245,,,,,,,766.0066,274.0186,0.2000,0.5025,1.4286,1.4000,0.1425,6757.2356,6757.2356,6824.8079,6824.8079,6824.8079
-904.7500,0.5000,,54.3000,,,,11,951.9200,223.7243,2020.2908,-149.8364,22.3019,201.3923,201.3923,-14.9364,0.2497,18.3924,0.0000,18.3924,3.6598,18.3924,1.0404,0.0000,17.3520,0.9007,,,16.4513,1.1617,,,15.2896,,,,,,,767.7426,215.8268,0.2000,0.5025,1.4286,1.4000,0.1287,6000.6184,6000.6184,6060.6246,6060.6246,6060.6246
-905.2500,0.5000,,54.3800,,,,11,953.0500,171.9988,2022.9633,-149.8873,17.1660,201.8981,201.8981,-14.9592,0.2031,13.3048,0.0000,13.3048,3.6581,13.3048,1.0433,0.0000,12.2615,0.9027,,,11.3588,1.1648,,,10.1940,,,,,,,769.1519,152.2308,0.2000,0.5025,1.4286,1.4000,0.1270,5256.6452,5256.6452,5309.2116,5309.2116,5309.2116
-905.7500,0.5000,,54.4600,,,,11,951.9300,152.1741,2020.3145,-149.8369,15.1696,201.3968,201.3968,-14.9366,-0.1581,11.6884,0.0000,11.6884,3.6393,11.6884,1.0411,0.0000,10.6474,0.9012,,,9.7462,1.1624,,,8.5839,,,,,,,768.0552,132.3798,0.2000,0.5025,1.4286,1.4000,0.1082,4967.6161,4967.6161,5017.2922,5017.2922,5017.2922
-906.2500,0.5000,,54.4400,,,,11,953.0400,141.6675,2022.9396,-149.8868,14.1387,201.8937,201.8937,-14.9590,0.1152,10.3843,0.0000,10.3843,3.6393,10.3843,1.0427,0.0000,9.3416,0.9023,,,8.4393,1.1641,,,7.2752,,,,,,,768.8541,116.0242,0.2000,0.5025,1.4286,1.4000,0.1082,4827.1838,4827.1838,4875.4557,4875.4557,4875.4557
-906.7500,0.5000,,54.4600,,,,11,954.5714,167.2886,2026.5614,-149.9557,16.7226,202.5801,202.5801,-14.9899,0.0420,13.0563,0.0000,13.0563,3.6243,13.0563,1.0433,0.0000,12.0130,0.9027,,,11.1103,1.1647,,,9.9456,,,,,,,769.1450,149.1471,0.2000,0.5025,1.4286,1.4000,0.0933,5201.3480,5201.3480,5253.3614,5253.3614,5253.3614
-907.2500,0.5000,,54.7600,,,,11,963.8627,446.8344,2048.5354,-150.3738,45.1014,206.7699,206.7699,-15.1781,0.9356,40.5415,0.0000,40.5415,3.6243,40.5415,1.6175,0.0000,38.9240,0.9119,,,38.0121,1.5190,,,36.4931,,,,,,,775.6030,479.2354,0.2000,0.5025,1.4286,1.4000,0.0933,9736.2735,9736.2735,9833.6362,9833.6362,9833.6362
-907.7500,0.5000,,55.7000,,,,11,985.3900,879.9750,2099.4474,-151.3426,90.8044,216.6416,216.6416,-15.6170,2.5018,84.6901,0.0000,84.6901,3.6125,84.6901,3.3833,0.0000,81.3069,0.9361,,,80.3708,3.2133,,,77.1575,,,,,,,792.6125,979.5749,0.2000,0.5025,1.4286,1.4000,0.0815,17662.2092,17662.2092,17838.8313,17838.8313,17838.8313
-908.2500,0.5000,,56.9000,,,,11,1004.6200,893.2478,2134.0000,-152.3003,93.9728,224.5044,224.5044,-16.0225,2.4429,87.9184,0.0000,87.9184,3.6116,87.9184,3.5122,0.0000,84.4061,0.9594,,,83.4467,3.3362,,,80.1105,,,,,,,808.8765,996.4675,0.2000,0.5025,1.4286,1.4000,0.0806,18251.1440,18251.1440,18433.6555,18433.6555,18433.6555
-908.7500,0.5000,,58.0200,,,,11,1024.9100,920.6598,2134.0000,-153.6192,98.8129,229.0386,229.0386,-16.4877,2.4908,92.7139,0.0000,92.7139,3.6082,92.7139,3.7039,0.0000,89.0100,0.9829,,,88.0271,3.5194,,,84.5077,,,,,,,825.1299,1030.1197,0.2000,0.5025,1.4286,1.4000,0.0771,19144.6059,19144.6059,19336.0519,19336.0519,19336.0519
-909.2500,0.5000,,59.0600,,,,11,1039.6200,813.9795,2134.0000,-154.5753,88.6169,232.3259,232.3259,-16.8284,1.7658,83.2445,0.0000,83.2445,3.6066,83.2445,3.3250,0.0000,79.9195,0.9994,,,78.9201,3.1550,,,75.7651,,,,,,,836.4608,912.3863,0.2000,0.5025,1.4286,1.4000,0.0756,17249.5807,17249.5807,17422.0765,17422.0765,17422.0765
-909.7500,0.5000,,60.1400,,,,11,1058.3100,787.5643,2134.0000,-155.7902,87.2826,236.5026,236.5026,-17.2656,2.4351,81.2427,0.0000,81.2427,3.6048,81.2427,3.2447,0.0000,77.9980,1.0219,,,76.9761,3.0772,,,73.8989,,,,,,,851.8393,874.3740,0.2000,0.5025,1.4286,1.4000,0.0737,17043.4526,17043.4526,17213.8871,17213.8871,17213.8871
-910.2500,0.5000,,60.8600,,,,11,1070.8776,732.4880,2134.0000,-156.6070,82.1427,239.3111,239.3111,-17.5622,1.6715,76.8687,0.0000,76.8687,3.6025,76.8687,3.0696,0.0000,73.7991,1.0372,,,72.7619,2.9086,,,69.8533,,,,,,,862.2367,817.3271,0.2000,0.5025,1.4286,1.4000,0.0714,16168.0296,16168.0296,16329.7099,16329.7099,16329.7099
-910.7500,0.5000,,61.6800,,,,11,1083.2647,668.6647,2134.0000,-157.4122,75.8528,242.0793,242.0793,-17.8567,1.7724,70.4782,0.0000,70.4782,3.6022,70.4782,2.8139,0.0000,67.6643,1.0533,,,66.6111,2.6625,,,63.9485,,,,,,,873.1264,740.0379,0.2000,0.5025,1.4286,1.4000,0.0711,15009.0784,15009.0784,15159.1692,15159.1692,15159.1692
-911.2500,0.5000,,62.1200,,,,11,1089.8500,465.2210,2134.0000,-157.8403,53.0951,243.5509,243.5509,-18.0141,0.9227,48.5711,0.0000,48.5711,3.6013,48.5711,1.9375,0.0000,46.6335,1.0616,,,45.5720,1.8209,,,43.7510,,,,,,,878.7422,506.7670,0.2000,0.5025,1.4286,1.4000,0.0703,11310.3464,11310.3464,11423.4498,11423.4498,11423.4498
-911.7500,0.5000,,62.4800,,,,11,1094.6500,307.6471,2134.0000,-158.1523,35.2660,244.6236,244.6236,-18.1292,0.6494,31.0152,0.0000,31.0152,3.6015,31.0152,1.2867,0.0000,29.7285,1.0674,,,28.6611,1.4248,,,27.2363,,,,,,,882.6729,321.6210,0.2000,0.5025,1.4286,1.4000,0.0704,8535.8104,8535.8104,8621.1685,8621.1685,8621.1685
-912.2500,0.5000,,62.5400,,,,11,1097.0700,235.5581,2134.0000,-158.3096,27.0621,245.1644,245.1644,-18.1874,0.2477,23.2110,0.0000,23.2110,3.6034,23.2110,1.2900,0.0000,21.9209,1.0696,,,20.8513,1.4284,,,19.4229,,,,,,,884.1678,236.7529,0.2000,0.5025,1.4286,1.4000,0.0723,7203.7196,7203.7196,7275.7568,7275.7568,7275.7568
-912.7500,0.5000,,62.8800,,,,11,1102.7700,280.5357,2134.0000,-158.6801,32.3968,246.4382,246.4382,-18.3247,0.8175,27.9757,0.0000,27.9757,3.6035,27.9757,1.3011,0.0000,26.6746,1.0770,,,25.5976,1.4402,,,24.1575,,,,,,,889.0834,286.5015,0.2000,0.5025,1.4286,1.4000,0.0725,8098.9153,8098.9153,8179.9045,8179.9045,8179.9045
-913.2500,0.5000,,63.1600,,,,11,1107.6000,298.6832,2134.0000,-158.9940,34.6435,247.5175,247.5175,-18.4413,0.5895,30.4510,0.0000,30.4510,3.6031,30.4510,1.3091,0.0000,29.1419,1.0822,,,28.0597,1.4487,,,26.6110,,,,,,,892.6109,311.7650,0.2000,0.5025,1.4286,1.4000,0.0720,8472.7252,8472.7252,8557.4525,8557.4525,8557.4525
-913.7500,0.5000,,63.4200,,,,11,1102.8400,162.1122,2134.0000,-158.6846,18.7222,246.4538,246.4538,-18.3263,0.3327,14.7865,0.0000,14.7865,3.6030,14.7865,1.3136,0.0000,13.4729,1.0852,,,12.3877,1.4534,,,10.9343,,,,,,,894.5957,143.8157,0.2000,0.5025,1.4286,1.4000,0.0719,5972.3334,5972.3334,6032.0567,6032.0567,6032.0567
-914.2500,0.5000,,63.1600,,,,12,966.5500,-150.4948,2054.8908,-150.4948,-15.2326,207.9896,207.9896,-15.2326,-29.6272,10.7916,0.0000,10.7916,3.6031,10.7916,0.6659,0.0000,10.1256,1.0796,,,9.0460,1.4445,,,7.6015,,,,,,,890.8706,108.5372,0.2000,0.5025,1.4286,1.4000,0.0720,229.9032,229.9032,232.2023,232.2023,232.2023
-914.7500,0.5000,,63.1600,,,,12,880.4400,91.9366,1851.2406,-146.6198,8.4765,170.6834,170.6834,-13.5183,0.1972,4.6762,0.0000,4.6762,3.6031,4.6762,0.6678,0.0000,4.0084,1.0825,,,2.9259,1.4491,,,1.4768,,,,,,,892.8023,42.8736,0.2000,0.5025,1.4286,1.4000,0.0720,3639.7746,3639.7746,3676.1724,3676.1724,3676.1724
-915.2500,0.5000,,63.3200,,,,12,864.4800,265.7450,1813.4952,-145.9016,24.0574,164.1723,164.1723,-13.2082,0.2481,20.2068,0.0000,20.2068,3.6025,20.2068,0.6702,0.0000,19.5366,1.0861,,,18.4505,1.4550,,,16.9955,,,,,,,895.2261,208.3954,0.2000,0.5025,1.4286,1.4000,0.0715,6007.0153,6007.0153,6067.0854,6067.0854,6067.0854
-915.7500,0.5000,,63.8600,,,,12,874.0200,594.2599,1836.0573,-146.3309,54.3909,168.0491,168.0491,-13.3933,0.9738,49.8153,0.0000,49.8153,3.6018,49.8153,0.9980,0.0000,48.8173,1.1007,,,47.7166,1.9066,,,45.8100,,,,,,,904.6773,515.2897,0.2000,0.5025,1.4286,1.4000,0.0707,11103.8760,11103.8760,11214.9148,11214.9148,11214.9148
-916.2500,0.5000,,64.7800,,,,12,885.6800,829.9421,1863.6332,-146.8556,76.9756,172.8486,172.8486,-13.6206,1.3451,72.0285,0.0000,72.0285,3.6020,72.0285,1.4423,0.0000,70.5862,1.1214,,,69.4648,2.7765,,,66.6883,,,,,,,917.5721,734.5998,0.2000,0.5025,1.4286,1.4000,0.0710,15112.2281,15112.2281,15263.3503,15263.3503,15263.3503
-916.7500,0.5000,,65.6200,,,,12,897.4500,843.5555,1891.4693,-147.3853,79.2780,177.7617,177.7617,-13.8514,1.2762,74.3987,0.0000,74.3987,3.6030,74.3987,1.4898,0.0000,72.9089,1.1408,,,71.7681,2.8686,,,68.8996,,,,,,,929.6412,748.9224,0.2000,0.5025,1.4286,1.4000,0.0720,15539.9002,15539.9002,15695.2992,15695.2992,15695.2992
-917.2500,0.5000,,66.3600,,,,12,906.2600,771.3533,1912.3049,-147.7817,73.2040,181.4841,181.4841,-14.0250,1.0013,68.5996,0.0000,68.5996,3.6031,68.5996,1.3738,0.0000,67.2258,1.1560,,,66.0698,2.6406,,,63.4292,,,,,,,939.0021,683.6609,0.2000,0.5025,1.4286,1.4000,0.0720,14421.9784,14421.9784,14566.1982,14566.1982,14566.1982
-917.7500,0.5000,,66.9600,,,,12,913.7200,645.3288,1929.9478,-148.1174,61.7480,184.6662,184.6662,-14.1725,0.9120,57.2329,0.0000,57.2329,3.6030,57.2329,1.1465,0.0000,56.0864,1.1697,,,54.9167,2.1944,,,52.7223,,,,,,,947.4477,565.2932,0.2000,0.5025,1.4286,1.4000,0.0719,12365.5186,12365.5186,12489.1737,12489.1737,12489.1737
-918.2500,0.5000,,67.4200,,,,12,921.1500,633.1202,1947.5198,-148.4518,61.0724,187.8628,187.8628,-14.3200,0.8092,56.6601,0.0000,56.6601,3.6031,56.6601,1.1351,0.0000,55.5250,1.1819,,,54.3431,2.1714,,,52.1717,,,,,,,954.8790,555.2796,0.2000,0.5025,1.4286,1.4000,0.0720,12243.4993,12243.4993,12365.9343,12365.9343,12365.9343
-918.7500,0.5000,,68.0600,,,,12,928.5600,622.5001,1965.0444,-148.7852,60.5310,191.0781,191.0781,-14.4677,0.8539,56.0720,0.0000,56.0720,3.6051,56.0720,1.1234,0.0000,54.9486,1.1947,,,53.7540,2.1478,,,51.6061,,,,,,,962.6583,545.0746,0.2000,0.5025,1.4286,1.4000,0.0740,12149.2477,12149.2477,12270.7402,12270.7402,12270.7402
-919.2500,0.5000,,68.4400,,,,12,934.9200,590.9983,1980.0858,-149.0714,57.8615,193.8595,193.8595,-14.5948,0.7005,53.5555,0.0000,53.5555,3.6055,53.5555,1.0731,0.0000,52.4824,1.2051,,,51.2773,2.0487,,,49.2286,,,,,,,968.9935,517.2067,0.2000,0.5025,1.4286,1.4000,0.0744,11686.1270,11686.1270,11802.9883,11802.9883,11802.9883
-919.7500,0.5000,,69.1000,,,,12,941.7000,582.1547,1996.1205,-149.3765,57.4089,196.8466,196.8466,-14.7307,0.8089,52.9916,0.0000,52.9916,3.6085,52.9916,1.0618,0.0000,51.9297,1.2171,,,50.7126,2.0261,,,48.6865,,,,,,,976.2575,507.9525,0.2000,0.5025,1.4286,1.4000,0.0774,11612.9745,11612.9745,11729.1043,11729.1043,11729.1043
-920.2500,0.5000,,69.4400,,,,12,947.4100,557.9029,2009.6247,-149.6335,55.3510,199.3800,199.3800,-14.8455,0.6781,51.0625,0.0000,51.0625,3.6104,51.0625,1.0233,0.0000,50.0392,1.2271,,,48.8121,1.9501,,,46.8620,,,,,,,982.3055,486.4469,0.2000,0.5025,1.4286,1.4000,0.0793,11292.7725,11292.7725,11405.7002,11405.7002,11405.7002
-920.7500,0.5000,,69.8000,,,,12,950.3600,438.3416,2016.6014,-149.7662,43.6244,200.6951,200.6951,-14.9050,0.4341,39.5785,0.0000,39.5785,3.6118,39.5785,0.7936,0.0000,38.7849,1.2335,,,37.5514,1.6816,,,35.8698,,,,,,,986.1578,375.5674,0.2000,0.5025,1.4286,1.4000,0.0807,9480.2213,9480.2213,9575.0235,9575.0235,9575.0235
-921.2500,0.5000,,69.9200,,,,12,952.8100,305.5942,2022.3957,-149.8765,30.4916,201.7907,201.7907,-14.9544,0.2263,26.6524,0.0000,26.6524,3.6129,26.6524,0.7628,0.0000,25.8896,1.2369,,,24.6527,1.6868,,,22.9660,,,,,,,988.1599,250.1896,0.2000,0.5025,1.4286,1.4000,0.0818,7397.7055,7397.7055,7471.6826,7471.6826,7471.6826
-921.7500,0.5000,,70.0600,,,,12,953.9200,314.4616,2025.0208,-149.9264,31.4129,202.2880,202.2880,-14.9768,0.1510,26.9739,0.0000,26.9739,4.2880,26.9739,0.7642,0.0000,26.2097,1.2391,,,24.9706,1.6902,,,23.2804,,,,,,,989.4936,252.9419,0.3500,0.5400,1.7143,1.6000,0.0837,7548.7883,7548.7883,7548.7883,7548.7883,7548.7883
-922.2500,0.5000,,70.2200,,,,12,957.0400,337.4922,2032.3996,-150.0668,33.8238,203.6891,203.6891,-15.0398,0.3174,29.2164,0.0000,29.2164,4.2900,29.2164,0.7670,0.0000,28.4494,1.2437,,,27.2056,1.6974,,,25.5082,,,,,,,992.2915,273.7821,0.3500,0.5400,1.7143,1.6000,0.0857,7943.3818,7943.3818,7943.3818,7943.3818,7943.3818
-922.7500,0.5000,,70.3000,,,,12,957.1800,261.6233,2032.7307,-150.0731,26.2240,203.7521,203.7521,-15.0427,0.0712,21.8617,0.0000,21.8617,4.2911,21.8617,0.7677,0.0000,21.0940,1.2448,,,19.8493,1.6991,,,18.1502,,,,,,,992.9177,202.8701,0.3500,0.5400,1.7143,1.6000,0.0868,6688.5288,6688.5288,6688.5288,6688.5288,6688.5288
-923.2500,0.5000,,70.4400,,,,12,958.3400,252.0897,2035.4741,-150.1253,25.2990,204.2743,204.2743,-15.0661,0.1583,20.8480,0.0000,20.8480,4.2927,20.8480,0.7691,0.0000,20.0789,1.2471,,,18.8318,1.7027,,,17.1291,,,,,,,994.3090,192.8367,0.3500,0.5400,1.7143,1.6000,0.0885,6534.0618,6534.0618,6534.0618,6534.0618,6534.0618
-923.7500,0.5000,,70.4800,,,,12,959.5400,257.0687,2038.3121,-150.1793,25.8310,204.8153,204.8153,-15.0904,0.1053,21.4327,0.0000,21.4327,4.2930,21.4327,0.7700,0.0000,20.6626,1.2487,,,19.4140,1.7050,,,17.7089,,,,,,,995.2335,198.2585,0.3500,0.5400,1.7143,1.6000,0.0887,6628.2449,6628.2449,6628.2449,6628.2449,6628.2449
-924.2500,0.5000,,70.6600,,,,12,963.0200,332.9093,2046.5423,-150.3359,33.5730,206.3881,206.3881,-15.1610,0.3440,28.9354,0.0000,28.9354,4.2935,28.9354,0.7731,0.0000,28.1623,1.2537,,,26.9086,1.7129,,,25.1957,,,,,,,998.2484,269.4019,0.3500,0.5400,1.7143,1.6000,0.0892,7926.1409,7926.1409,7926.1409,7926.1409,7926.1409
-924.7500,0.5000,,70.7400,,,,12,961.9000,284.8830,2043.8935,-150.2855,28.6962,205.8813,205.8813,-15.1382,0.0024,24.3996,0.0000,24.3996,4.2943,24.3996,0.7732,0.0000,23.6264,1.2537,,,22.3727,1.7129,,,20.6598,,,,,,,998.2695,226.0067,0.3500,0.5400,1.7143,1.6000,0.0900,7121.8808,7121.8808,7121.8808,7121.8808,7121.8808
-925.2500,0.5000,,70.7800,,,,12,964.5200,278.8238,2050.0898,-150.4034,28.1624,207.0679,207.0679,-15.1914,0.2611,23.6059,0.0000,23.6059,4.2954,23.6059,0.7755,0.0000,22.8304,1.2576,,,21.5728,1.7188,,,19.8540,,,,,,,1000.5516,217.8940,0.3500,0.5400,1.7143,1.6000,0.0911,7037.7927,7037.7927,7037.7927,7037.7927,7037.7927
-925.7500,0.5000,,70.9200,,,,12,964.2500,304.3124,2049.4513,-150.3913,30.7283,206.9454,206.9454,-15.1859,-0.0003,26.4322,0.0000,26.4322,4.2963,26.4322,0.7755,0.0000,25.6567,1.2576,,,24.3992,1.7188,,,22.6803,,,,,,,1000.5489,244.8693,0.3500,0.5400,1.7143,1.6000,0.0921,7471.9535,7471.9535,7471.9535,7471.9535,7471.9535
-926.2500,0.5000,,70.9000,,,,12,965.9400,370.5150,2053.4481,-150.4673,37.4787,207.7124,207.7124,-15.2202,0.1403,33.0400,0.0000,33.0400,4.2983,33.0400,0.7767,0.0000,32.2633,1.2596,,,31.0037,1.7220,,,29.2816,,,,,,,1001.7733,307.5461,0.3500,0.5400,1.7143,1.6000,0.0941,8550.2701,8550.2701,8550.2701,8550.2701,8550.2701
-926.7500,0.5000,,71.0000,,,,12,967.0300,372.7981,2056.0260,-150.5164,37.7522,208.2079,208.2079,-15.2424,0.1472,33.3067,0.0000,33.3067,4.2983,33.3067,0.7781,0.0000,32.5286,1.2618,,,31.2668,1.7253,,,29.5415,,,,,,,1003.0559,309.6790,0.3500,0.5400,1.7143,1.6000,0.0941,8596.6362,8596.6362,8596.6362,8596.6362,8596.6362
-927.2500,0.5000,,71.1200,,,,12,968.3300,362.2893,2059.1005,-150.5749,36.7373,208.7995,208.7995,-15.2688,0.1294,32.3049,0.0000,32.3049,4.3030,32.3049,0.7792,0.0000,31.5257,1.2637,,,30.2621,1.7283,,,28.5338,,,,,,,1004.1821,299.7946,0.3500,0.5400,1.7143,1.6000,0.0987,8441.8683,8441.8683,8441.8683,8441.8683,8441.8683
-927.7500,0.5000,,71.2600,,,,12,968.7600,327.4627,2060.1174,-150.5942,33.2205,208.9954,208.9954,-15.2775,0.1134,28.8036,0.0000,28.8036,4.3035,28.8036,0.7802,0.0000,28.0234,1.2653,,,26.7581,1.7309,,,25.0272,,,,,,,1005.1684,266.2277,0.3500,0.5400,1.7143,1.6000,0.0992,7892.9615,7892.9615,7892.9615,7892.9615,7892.9615
-928.2500,0.5000,,71.1400,,,,12,968.0300,291.2629,2058.3910,-150.5614,29.5259,208.6629,208.6629,-15.2627,-0.1037,25.3244,0.0000,25.3244,4.3052,25.3244,0.7793,0.0000,24.5451,1.2638,,,23.2813,1.7285,,,21.5528,,,,,,,1004.2666,233.3928,0.3500,0.5400,1.7143,1.6000,0.1009,7276.9216,7276.9216,7276.9216,7276.9216,7276.9216
-928.7500,0.5000,,71.1400,,,,12,967.9800,292.5465,2058.2727,-150.5591,29.6545,208.6402,208.6402,-15.2617,-0.0148,25.3614,0.0000,25.3614,4.3079,25.3614,0.7792,0.0000,24.5822,1.2636,,,23.3186,1.7282,,,21.5904,,,,,,,1004.1377,233.7752,0.3500,0.5400,1.7143,1.6000,0.1036,7298.5145,7298.5145,7298.5145,7298.5145,7298.5145
-929.2500,0.5000,,71.0800,,,,12,967.9200,287.8747,2058.1308,-150.5564,29.1791,208.6128,208.6128,-15.2604,0.0243,24.8467,0.0000,24.8467,4.3081,24.8467,0.7794,0.0000,24.0673,1.2639,,,22.8034,1.7287,,,21.0747,,,,,,,1004.3489,228.8306,0.3500,0.5400,1.7143,1.6000,0.1038,7218.1179,7218.1179,7218.1179,7218.1179,7218.1179
-929.7500,0.5000,,71.1200,,,,12,967.4900,261.0645,2057.1139,-150.5371,26.4498,208.4171,208.4171,-15.2517,-0.0336,22.1703,0.0000,22.1703,4.3131,22.1703,0.7791,0.0000,21.3912,1.2634,,,20.1278,1.7280,,,18.3998,,,,,,,1004.0567,203.4460,0.3500,0.5400,1.7143,1.6000,0.1088,6756.1033,6756.1033,6756.1033,6756.1033,6756.1033
-930.2500,0.5000,,71.0000,,,,12,965.6200,185.5473,2052.6913,-150.4529,18.7625,207.5671,207.5671,-15.2137,-0.2562,14.7054,0.0000,14.7054,4.3132,14.7054,0.7768,0.0000,13.9286,1.2597,,,12.6689,1.7221,,,10.9468,,,,,,,1001.8254,132.7661,0.3500,0.5400,1.7143,1.6000,0.1090,5542.4908,5542.4908,5542.4908,5542.4908,5542.4908
-930.7500,0.5000,,70.8000,,,,12,962.1600,156.0854,2044.5084,-150.2972,15.7267,205.9989,205.9989,-15.1435,-0.3301,11.7440,0.0000,11.7440,4.3128,11.7440,0.7738,0.0000,10.9702,1.2549,,,9.7153,1.7147,,,8.0007,,,,,,,998.9433,104.8685,0.3500,0.5400,1.7143,1.6000,0.1085,5099.5247,5099.5247,5099.5247,5099.5247,5099.5247
-931.2500,0.5000,,70.6600,,,,12,961.5200,138.1194,2042.9948,-150.2684,13.9073,205.7094,205.7094,-15.1305,-0.1791,9.7739,0.0000,9.7739,4.3125,9.7739,0.7722,0.0000,9.0017,1.2522,,,7.7494,1.7106,,,6.0388,,,,,,,997.3759,86.1856,0.3500,0.5400,1.7143,1.6000,0.1082,4840.4015,4840.4015,4840.4015,4840.4015,4840.4015
-931.7500,0.5000,,70.4600,,,,12,956.7100,120.9675,2031.6192,-150.0520,12.1193,203.5407,203.5407,-15.0332,-0.4343,8.2413,0.0000,8.2413,4.3123,8.2413,0.7683,0.0000,7.4730,1.2459,,,6.2271,1.7007,,,4.5264,,,,,,,993.5651,71.8237,0.3500,0.5400,1.7143,1.6000,0.1080,4561.6022,4561.6022,4561.6022,4561.6022,4561.6022
-932.2500,0.5000,,70.3600,,,,12,957.0700,133.9277,2032.4706,-150.0682,13.4228,203.7026,203.7026,-15.0405,-0.1457,9.2569,0.0000,9.2569,4.3116,9.2569,0.7670,0.0000,8.4899,1.2437,,,7.2461,1.6974,,,5.5487,,,,,,,992.2833,81.7026,0.3500,0.5400,1.7143,1.6000,0.1073,4747.7669,4747.7669,4747.7669,4747.7669,4747.7669
-932.7500,0.5000,,70.1400,,,,12,953.6000,119.3773,2024.2640,-149.9120,11.9211,202.1445,202.1445,-14.9703,-0.3244,7.9339,0.0000,7.9339,4.3117,7.9339,0.7641,0.0000,7.1698,1.2390,,,5.9308,1.6900,,,4.2408,,,,,,,989.4234,69.1980,0.3500,0.5400,1.7143,1.6000,0.1074,4515.8214,4515.8214,4515.8214,4515.8214,4515.8214
-933.2500,0.5000,,70.0400,,,,12,952.7100,139.9257,2022.1592,-149.8720,13.9600,201.7459,201.7459,-14.9524,-0.1313,9.7839,0.0000,9.7839,4.3075,9.7839,0.7629,0.0000,9.0209,1.2370,,,7.7839,1.6870,,,6.0969,,,,,,,988.2637,87.1667,0.3500,0.5400,1.7143,1.6000,0.1032,4800.0573,4800.0573,4800.0573,4800.0573,4800.0573
-933.7500,0.5000,,69.9600,,,,12,951.4400,151.3704,2019.1556,-149.8148,15.0817,201.1777,201.1777,-14.9267,-0.0943,11.5429,0.0000,11.5429,3.6331,11.5429,0.7621,0.0000,10.7809,1.2356,,,9.5452,1.6849,,,7.8603,,,,,,,987.4294,104.2605,0.2000,0.5025,1.4286,1.4000,0.1021,4952.5722,4952.5722,5002.0979,5002.0979,5002.0979
-934.2500,0.5000,,69.9600,,,,12,951.2900,151.4632,2018.8009,-149.8081,15.0886,201.1106,201.1106,-14.9237,-0.0594,11.5204,0.0000,11.5204,3.6276,11.5204,0.7615,0.0000,10.7589,1.2348,,,9.5241,1.6835,,,7.8406,,,,,,,986.9038,104.1034,0.2000,0.5025,1.4286,1.4000,0.0965,4952.7637,4952.7637,5002.2913,5002.2913,5002.2913
-934.7500,0.5000,,69.8800,,,,12,950.3200,141.4627,2016.5068,-149.7644,14.0780,200.6773,200.6773,-14.9041,-0.1267,10.5780,0.0000,10.5780,3.6266,10.5780,0.7604,0.0000,9.8176,1.2329,,,8.5847,1.6807,,,6.9041,,,,,,,985.7821,95.1038,0.2000,0.5025,1.4286,1.4000,0.0956,4803.9349,4803.9349,4851.9742,4851.9742,4851.9742
-935.2500,0.5000,,69.7000,,,,12,946.8500,136.0486,2008.3003,-149.6083,13.4897,199.1308,199.1308,-14.8342,-0.3117,10.1772,0.0000,10.1772,3.6243,10.1772,0.7576,0.0000,9.4196,1.2283,,,8.1913,1.6735,,,6.5177,,,,,,,983.0161,91.5047,0.2000,0.5025,1.4286,1.4000,0.0932,4701.3275,4701.3275,4748.3408,4748.3408,4748.3408
-935.7500,0.5000,,69.5000,,,,12,946.0200,159.6398,2006.3373,-149.5709,15.8150,198.7618,198.7618,-14.8175,-0.1601,12.3515,0.0000,12.3515,3.6237,12.3515,0.7561,0.0000,11.5954,1.2259,,,10.3695,1.6699,,,8.6996,,,,,,,981.5921,112.8044,0.2000,0.5025,1.4286,1.4000,0.0926,5029.0871,5029.0871,5079.3779,5079.3779,5079.3779
-936.2500,0.5000,,69.4200,,,,12,943.8000,167.5007,2001.0870,-149.4710,16.5548,197.7764,197.7764,-14.7729,-0.1957,13.1278,0.0000,13.1278,3.6227,13.1278,0.7543,0.0000,12.3735,1.2230,,,11.1505,1.6654,,,9.4850,,,,,,,979.8495,120.5881,0.2000,0.5025,1.4286,1.4000,0.0916,5123.7605,5123.7605,5174.9981,5174.9981,5174.9981
-936.7500,0.5000,,69.3600,,,,12,943.5300,202.3040,2000.4485,-149.4589,19.9889,197.6568,197.6568,-14.7675,-0.1604,16.5271,0.0000,16.5271,3.6222,16.5271,0.7529,0.0000,15.7742,1.2207,,,14.5535,1.6618,,,12.8918,,,,,,,978.4182,153.9552,0.2000,0.5025,1.4286,1.4000,0.0912,5614.4336,5614.4336,5670.5780,5670.5780,5670.5780
-937.2500,0.5000,,69.3800,,,,12,946.1200,343.4973,2006.5738,-149.5754,34.0328,198.8062,198.8062,-14.8195,0.2043,30.2076,0.0000,30.2076,3.6210,30.2076,0.7547,0.0000,29.4528,1.2237,,,28.2291,1.6664,,,26.5627,,,,,,,980.2400,286.9234,0.2000,0.5025,1.4286,1.4000,0.0899,7937.3404,7937.3404,8016.7138,8016.7138,8016.7138
-937.7500,0.5000,,69.8200,,,,12,950.6700,515.2205,2017.3346,-149.7802,51.2922,200.8336,200.8336,-14.9112,0.7101,46.9618,0.0000,46.9618,3.6203,46.9618,0.9413,0.0000,46.0205,1.2342,,,44.7863,1.7890,,,42.9973,,,,,,,986.5474,445.4562,0.2000,0.5025,1.4286,1.4000,0.0892,10666.1942,10666.1942,10772.8562,10772.8562,10772.8562
-938.2500,0.5000,,69.9200,,,,12,953.6800,499.3162,2024.4532,-149.9156,49.8663,202.1804,202.1804,-14.9719,0.2386,46.0096,0.0000,46.0096,3.6180,46.0096,0.9222,0.0000,45.0874,1.2377,,,43.8497,1.7515,,,42.0981,,,,,,,988.6578,435.4921,0.2000,0.5025,1.4286,1.4000,0.0870,10449.3850,10449.3850,10553.8789,10553.8789,10553.8789
-938.7500,0.5000,,70.2800,,,,12,957.5900,532.2516,2033.7004,-150.0916,53.3734,203.9366,203.9366,-15.0510,0.4766,48.6074,0.0000,48.6074,4.2894,48.6074,0.9742,0.0000,47.6332,1.2447,,,46.3885,1.8531,,,44.5354,,,,,,,992.8596,458.1346,0.3500,0.5400,1.7143,1.6000,0.0851,10992.5294,10992.5294,10992.5294,10992.5294,10992.5294
-939.2500,0.5000,,70.5200,,,,12,961.9300,571.9520,2043.9645,-150.2869,57.6145,205.8948,205.8948,-15.1389,0.5230,52.8027,0.0000,52.8027,4.2888,52.8027,1.0581,0.0000,51.7445,1.2524,,,50.4922,2.0172,,,48.4750,,,,,,,997.4501,495.3872,0.3500,0.5400,1.7143,1.6000,0.0845,11676.7925,11676.7925,11676.7925,11676.7925,11676.7925
-939.7500,0.5000,,70.9600,,,,12,967.0300,611.4908,2056.0260,-150.5164,61.9239,208.2079,208.2079,-15.2424,0.5824,57.0534,0.0000,57.0534,4.2881,57.0534,1.1432,0.0000,55.9102,1.2609,,,54.6493,2.1834,,,52.4659,,,,,,,1002.5374,532.5520,0.3500,0.5400,1.7143,1.6000,0.0838,12438.3276,12438.3276,12438.3276,12438.3276,12438.3276
-940.2500,0.5000,,71.2800,,,,12,970.2900,562.0875,2063.7359,-150.6631,57.1129,209.6932,209.6932,-15.3087,0.4104,52.4146,0.0000,52.4146,4.2879,52.4146,1.0504,0.0000,51.3642,1.2669,,,50.0973,2.0013,,,48.0960,,,,,,,1006.1066,487.5150,0.3500,0.5400,1.7143,1.6000,0.0836,11607.8062,11607.8062,11607.8062,11607.8062,11607.8062
-940.7500,0.5000,,71.4800,,,,12,973.6800,531.4415,2071.7532,-150.8156,54.1877,211.2433,211.2433,-15.3777,0.3896,49.5105,0.0000,49.5105,4.2875,49.5105,0.9923,0.0000,48.5182,1.2726,,,47.2456,1.8873,,,45.3584,,,,,,,1009.4837,458.9618,0.3500,0.5400,1.7143,1.6000,0.0832,11129.4384,11129.4384,11129.4384,11129.4384,11129.4384
-941.2500,0.5000,,71.6400,,,,12,976.7600,509.5949,2079.0374,-150.9542,52.1245,212.6566,212.6566,-15.4405,0.3589,47.4775,0.0000,47.4775,4.2881,47.4775,0.9517,0.0000,46.5258,1.2778,,,45.2480,1.8073,,,43.4407,,,,,,,1012.5841,438.7675,0.3500,0.5400,1.7143,1.6000,0.0838,10821.8331,10821.8331,10821.8331,10821.8331,10821.8331
-941.7500,0.5000,,71.9800,,,,12,978.1700,445.7714,2082.3721,-151.0177,45.6620,213.3051,213.3051,-15.4693,0.3260,41.0468,0.0000,41.0468,4.2893,41.0468,0.8231,0.0000,40.2237,1.2825,,,38.9411,1.7576,,,37.1836,,,,,,,1015.3920,378.2852,0.3500,0.5400,1.7143,1.6000,0.0850,9852.7383,9852.7383,9852.7383,9852.7383,9852.7383
-942.2500,0.5000,,71.8000,,,,12,977.8100,325.3971,2081.5207,-151.0015,33.3194,213.1394,213.1394,-15.4619,-0.1285,29.1583,0.0000,29.1583,4.2896,29.1583,0.7896,0.0000,28.3686,1.2807,,,27.0880,1.7547,,,25.3333,,,,,,,1014.2864,267.0848,0.3500,0.5400,1.7143,1.6000,0.0853,7934.2253,7934.2253,7934.2253,7934.2253,7934.2253
-942.7500,0.5000,,71.8200,,,,12,975.4900,248.5877,2076.0339,-150.8971,25.3940,212.0732,212.0732,-15.4146,-0.2141,21.3180,0.0000,21.3180,4.2901,21.3180,0.7877,0.0000,20.5303,1.2775,,,19.2527,1.7499,,,17.5029,,,,,,,1012.4411,193.6405,0.3500,0.5400,1.7143,1.6000,0.0858,6602.4460,6602.4460,6602.4460,6602.4460,6602.4460
-943.2500,0.5000,,71.6000,,,,12,972.2000,192.7542,2068.2530,-150.7490,19.6240,210.5658,210.5658,-15.3475,-0.4209,15.7550,0.0000,15.7550,4.2899,15.7550,0.7840,0.0000,14.9710,1.2714,,,13.6996,1.7403,,,11.9592,,,,,,,1008.8037,141.7147,0.3500,0.5400,1.7143,1.6000,0.0856,5693.7455,5693.7455,5693.7455,5693.7455,5693.7455
-943.7500,0.5000,,71.2600,,,,12,969.1400,160.7439,2061.0161,-150.6113,16.3136,209.1686,209.1686,-15.2853,-0.3732,12.3974,0.0000,12.3974,4.2894,12.3974,0.7806,0.0000,11.6167,1.2660,,,10.3508,1.7319,,,8.6189,,,,,,,1005.5670,110.3176,0.3500,0.5400,1.7143,1.6000,0.0851,5217.6965,5217.6965,5217.6965,5217.6965,5217.6965
-944.2500,0.5000,,71.0800,,,,12,967.7800,163.9682,2057.7997,-150.5501,16.6175,208.5491,208.5491,-15.2576,-0.1982,12.5261,0.0000,12.5261,4.2895,12.5261,0.7789,0.0000,11.7473,1.2631,,,10.4842,1.7274,,,8.7568,,,,,,,1003.8442,111.7485,0.3500,0.5400,1.7143,1.6000,0.0852,5253.1664,5253.1664,5253.1664,5253.1664,5253.1664
-944.7500,0.5000,,71.0400,,,,12,965.1900,171.7068,2051.6744,-150.4336,17.3552,207.3719,207.3719,-15.2050,-0.2040,13.2678,0.0000,13.2678,4.2914,13.2678,0.7770,0.0000,12.4907,1.2601,,,11.2306,1.7228,,,9.5078,,,,,,,1002.0680,119.0313,0.3500,0.5400,1.7143,1.6000,0.0871,5343.3395,5343.3395,5343.3395,5343.3395,5343.3395
-945.2500,0.5000,,70.8200,,,,12,962.7100,172.6048,2045.8092,-150.3220,17.4011,206.2477,206.2477,-15.1547,-0.3312,13.4409,0.0000,13.4409,4.2913,13.4409,0.7741,0.0000,12.6669,1.2553,,,11.4116,1.7153,,,9.6963,,,,,,,999.1772,121.0592,0.3500,0.5400,1.7143,1.6000,0.0870,5337.4972,5337.4972,5337.4972,5337.4972,5337.4972
-945.7500,0.5000,,70.7200,,,,12,961.8900,180.7795,2043.8699,-150.2851,18.2097,205.8767,205.8767,-15.1380,-0.1464,14.0654,0.0000,14.0654,4.2907,14.0654,0.7728,0.0000,13.2927,1.2531,,,12.0396,1.7119,,,10.3276,,,,,,,997.8964,127.2033,0.3500,0.5400,1.7143,1.6000,0.0864,5447.0877,5447.0877,5447.0877,5447.0877,5447.0877
-946.2500,0.5000,,70.6000,,,,12,960.0200,175.6173,2039.4473,-150.2009,17.6553,205.0319,205.0319,-15.1002,-0.2132,13.5779,0.0000,13.5779,4.2907,13.5779,0.7709,0.0000,12.8070,1.2500,,,11.5570,1.7071,,,9.8499,,,,,,,996.0286,122.7855,0.3500,0.5400,1.7143,1.6000,0.0864,5360.0183,5360.0183,5360.0183,5360.0183,5360.0183
-946.7500,0.5000,,70.4400,,,,12,957.4200,170.9059,2033.2983,-150.0839,17.1352,203.8601,203.8601,-15.0475,-0.2685,13.1111,0.0000,13.1111,4.2926,13.1111,0.7684,0.0000,12.3426,1.2460,,,11.0966,1.7010,,,9.3956,,,,,,,993.6712,118.6142,0.3500,0.5400,1.7143,1.6000,0.0883,5273.8680,5273.8680,5273.8680,5273.8680,5273.8680
-947.2500,0.5000,,70.1600,,,,12,954.2500,149.5896,2025.8013,-149.9413,14.9483,202.4359,202.4359,-14.9835,-0.3519,11.0075,0.0000,11.0075,4.2928,11.0075,0.7653,0.0000,10.2422,1.2409,,,9.0013,1.6930,,,7.3083,,,,,,,990.5729,98.7366,0.3500,0.5400,1.7143,1.6000,0.0885,4948.3862,4948.3862,4948.3862,4948.3862,4948.3862
-947.7500,0.5000,,69.9800,,,,12,951.1300,137.3191,2018.4225,-149.8009,13.6773,201.0391,201.0391,-14.9205,-0.3899,10.4460,0.0000,10.4460,3.6212,10.4460,0.7618,0.0000,9.6842,1.2351,,,8.4491,1.6841,,,6.7650,,,,,,,987.1287,93.6835,0.2000,0.5025,1.4286,1.4000,0.0901,4751.3348,4751.3348,4798.8481,4798.8481,4798.8481
-948.2500,0.5000,,69.6800,,,,12,944.1800,83.6837,2001.9857,-149.4881,8.2742,197.9449,197.9449,-14.7805,-0.5444,5.1971,0.0000,5.1971,3.6215,5.1971,0.7568,0.0000,4.4402,1.2271,,,3.2131,1.6717,,,1.5414,,,,,,,982.3002,43.1650,0.2000,0.5025,1.4286,1.4000,0.0904,3940.0458,3940.0458,3979.4462,3979.4462,3979.4462
-948.7500,0.5000,,69.4400,,,,12,942.1900,58.7621,1997.2794,-149.3986,5.7978,197.0634,197.0634,-14.7405,-0.4035,2.5803,0.0000,2.5803,3.6210,2.5803,0.7532,0.0000,1.8271,1.2211,,,0.6060,1.6625,,,-1.0565,,,,,,,978.7061,17.8274,0.2000,0.5025,1.4286,1.4000,0.0899,3558.8943,3558.8943,3594.4832,3594.4832,3594.4832
-949.2500,0.5000,,68.7800,,,,12,928.5200,-84.4588,1964.9498,-148.7834,-8.2123,191.0607,191.0607,-14.4669,-0.8790,-10.9542,0.0000,-10.9542,3.6209,-10.9542,0.7452,0.0000,-11.6994,1.2081,,,-12.9075,1.6424,,,-14.5499,,,,,,,970.8294,-115.0777,0.2000,0.5025,1.4286,1.4000,0.0898,1259.4728,1259.4728,1272.0675,1272.0675,1272.0675
-949.7500,0.5000,,68.5400,,,,12,929.4600,-130.6774,1967.1729,-148.8257,-12.7192,191.4705,191.4705,-14.4856,-0.6111,-15.7301,0.0000,-15.7301,3.6221,-15.7301,0.7396,0.0000,-16.4698,1.1990,,,-17.6688,1.6284,,,-19.2972,,,,,,,965.3152,-162.9259,0.2000,0.5025,1.4286,1.4000,0.0910,549.4592,549.4592,554.9538,554.9538,554.9538
-950.2500,0.5000,,67.9400,,,,12,922.2200,-132.6724,1950.0503,-148.4999,-12.8128,188.3254,188.3254,-14.3413,-0.8939,-15.5411,0.0000,-15.5411,3.6222,-15.5411,0.7315,0.0000,-16.2725,1.1857,,,-17.4582,1.6078,,,-19.0660,,,,,,,957.1922,-162.3406,0.2000,0.5025,1.4286,1.4000,0.0912,504.4969,504.4969,509.5419,509.5419,509.5419
-950.7500,0.5000,,67.5200,,,,12,917.2500,-134.9338,1938.2963,-148.2763,-12.9610,186.1815,186.1815,-14.2426,-0.5871,-15.9954,0.0000,-15.9954,3.6216,-15.9954,0.7261,0.0000,-16.7215,1.1769,,,-17.8984,1.5943,,,-19.4927,,,,,,,951.8193,-167.7613,0.2000,0.5025,1.4286,1.4000,0.0905,449.6468,449.6468,454.1432,454.1432,454.1432
-951.2500,0.5000,,67.1200,,,,12,910.6800,-136.2209,1922.7582,-147.9806,-12.9909,183.3661,183.3661,-14.1123,-0.6789,-15.9334,0.0000,-15.9334,3.6214,-15.9334,0.7198,0.0000,-16.6532,1.1667,,,-17.8199,1.5786,,,-19.3985,,,,,,,945.5688,-168.1806,0.2000,0.5025,1.4286,1.4000,0.0903,402.8703,402.8703,406.8990,406.8990,406.8990
-951.7500,0.5000,,66.6600,,,,12,905.7300,-134.1706,1911.0515,-147.7579,-12.7258,181.2591,181.2591,-14.0145,-0.5461,-15.7974,0.0000,-15.7974,3.6177,-15.7974,0.7148,0.0000,-16.5122,1.1584,,,-17.6706,1.5660,,,-19.2366,,,,,,,940.5111,-167.6529,0.2000,0.5025,1.4286,1.4000,0.0866,413.2764,413.2764,417.4092,417.4092,417.4092
-952.2500,0.5000,,66.1600,,,,12,895.5400,-147.2993,1886.9521,-147.2993,-13.8138,176.9597,176.9597,-13.8138,-1.0993,-16.3307,0.0000,-16.3307,3.6161,-16.3307,0.7046,0.0000,-17.0352,1.1418,,,-18.1770,1.5405,,,-19.7176,,,,,,,930.2457,-174.8725,0.2000,0.5025,1.4286,1.4000,0.0851,180.4565,180.4565,182.2610,182.2610,182.2610
-952.7500,0.5000,,65.2400,,,,12,883.2400,-146.7458,1857.8626,-146.7458,-13.5729,171.8387,171.8387,-13.5729,-1.3340,-15.8521,0.0000,-15.8521,3.6132,-15.8521,0.6921,0.0000,-16.5442,1.1215,,,-17.6657,1.5095,,,-19.1751,,,,,,,917.6344,-172.1660,0.2000,0.5025,1.4286,1.4000,0.0821,181.2312,181.2312,183.0436,183.0436,183.0436
-953.2500,0.5000,,64.3000,,,,12,870.4800,-146.1716,1827.6852,-146.1716,-13.3245,166.6053,166.6053,-13.3245,-1.3626,-15.5734,0.0000,-15.5734,3.6116,-15.5734,0.6793,0.0000,-16.2527,1.1006,,,-17.3533,1.4776,,,-18.8308,,,,,,,904.5712,-171.5750,0.2000,0.5025,1.4286,1.4000,0.0805,182.0350,182.0350,183.8553,183.8553,183.8553
-953.7500,0.5000,,63.3800,,,,12,852.5300,-145.3639,1785.2335,-145.3639,-12.9776,159.3798,159.3798,-12.9776,-1.2388,-15.3484,0.0000,-15.3484,3.6096,-15.3484,0.6675,0.0000,-16.0159,1.0821,,,-17.0980,1.4485,,,-18.5465,,,,,,,892.5291,-171.3568,0.2000,0.5025,1.4286,1.4000,0.0785,183.1657,183.1657,184.9973,184.9973,184.9973
-954.2500,0.5000,,62.7200,,,,11,992.8500,-151.6782,2117.0903,-151.6783,-15.7701,220.1160,220.1160,-15.7701,27.3560,-46.7328,0.0000,-46.7328,3.6066,-46.7328,1.8640,0.0000,-48.5967,1.0664,,,-49.6631,1.9846,,,-51.6477,,,,,,,881.9807,-526.1619,0.2000,0.5025,1.4286,1.4000,0.0755,235.5109,235.5109,237.8660,237.8660,237.8660
-954.7500,0.5000,,61.7000,,,,11,1068.1700,-156.4311,2134.0000,-156.4311,-17.4981,238.7060,238.7060,-17.4981,-2.4952,-18.6086,0.0000,-18.6086,3.6057,-18.6086,1.2512,0.0000,-19.8598,1.0439,,,-20.9037,1.3870,,,-22.2907,,,,,,,866.7674,-218.7986,0.2000,0.5025,1.4286,1.4000,0.0746,243.2263,243.2263,245.6586,245.6586,245.6586
-955.2500,0.5000,,60.4200,,,,11,1050.6700,-155.2936,2134.0000,-155.2936,-17.0863,234.7953,234.7953,-17.0863,-2.8410,-17.8460,0.0000,-17.8460,3.6007,-17.8460,1.2123,0.0000,-19.0584,1.0179,,,-20.0763,1.3456,,,-21.4218,,,,,,,849.1138,-214.3342,0.2000,0.5025,1.4286,1.4000,0.0696,234.4326,234.4326,236.7769,236.7769,236.7769
-955.7500,0.5000,,59.3600,,,,11,1030.4100,-153.9767,2134.0000,-153.9767,-16.6147,230.2677,230.2677,-16.6147,-2.5586,-17.6569,0.0000,-17.6569,3.6008,-17.6569,1.1771,0.0000,-18.8340,0.9942,,,-19.8282,1.3080,,,-21.1362,,,,,,,832.8947,-215.9356,0.2000,0.5025,1.4286,1.4000,0.0697,232.5451,232.5451,234.8705,234.8705,234.8705
-956.2500,0.5000,,58.1600,,,,11,1013.0000,-152.8450,2134.0000,-152.8450,-16.2140,226.3771,226.3771,-16.2140,-2.1799,-17.6316,0.0000,-17.6316,3.5975,-17.6316,1.1470,0.0000,-18.7786,0.9738,,,-19.7524,1.2758,,,-21.0281,,,,,,,818.8229,-219.0001,0.2000,0.5025,1.4286,1.4000,0.0665,235.1158,235.1158,237.4670,237.4670,237.4670
-956.7500,0.5000,,57.1200,,,,11,993.1400,-151.6913,2117.7761,-151.6913,-15.7761,220.2516,220.2516,-15.7761,-2.3647,-17.0086,0.0000,-17.0086,3.5973,-17.0086,1.1140,0.0000,-18.1227,0.9514,,,-19.0740,1.2406,,,-20.3146,,,,,,,803.2791,-215.4404,0.2000,0.5025,1.4286,1.4000,0.0662,235.5727,235.5727,237.9284,237.9284,237.9284
-957.2500,0.5000,,56.0800,,,,11,974.9400,-150.8723,2074.7331,-150.8723,-15.4034,211.8209,211.8209,-15.4034,-2.2743,-16.7253,0.0000,-16.7253,3.5962,-16.7253,1.0822,0.0000,-17.8075,0.9296,,,-18.7370,1.2065,,,-19.9435,,,,,,,788.0405,-215.7870,0.2000,0.5025,1.4286,1.4000,0.0651,231.6921,231.6921,234.0091,234.0091,234.0091
-957.7500,0.5000,,55.1200,,,,11,959.5200,-150.1784,2038.2648,-150.1784,-15.0900,204.8063,204.8063,-15.0900,-1.9289,-16.7568,0.0000,-16.7568,3.5957,-16.7568,1.0550,0.0000,-17.8118,0.9108,,,-18.7226,1.1773,,,-19.9000,,,,,,,774.8812,-219.5049,0.2000,0.5025,1.4286,1.4000,0.0646,228.4043,228.4043,230.6884,230.6884,230.6884
-958.2500,0.5000,,54.2200,,,,11,942.6800,-149.4206,1998.4382,-149.4206,-14.7504,197.2803,197.2803,-14.7504,-1.8023,-16.5433,0.0000,-16.5433,3.5952,-16.5433,1.0295,0.0000,-17.5728,0.8931,,,-18.4659,1.1500,,,-19.6159,,,,,,,762.3803,-220.1103,0.2000,0.5025,1.4286,1.4000,0.0642,224.8137,224.8137,227.0619,227.0619,227.0619
-958.7500,0.5000,,53.2000,,,,11,925.5400,-148.6493,1957.9021,-148.6493,-14.4074,189.7644,189.7644,-14.4074,-1.9901,-16.0113,0.0000,-16.0113,3.5940,-16.0113,1.0012,0.0000,-17.0124,0.8734,,,-17.8858,1.1195,,,-19.0054,,,,,,,748.3344,-217.0913,0.2000,0.5025,1.4286,1.4000,0.0629,221.1592,221.1592,223.3708,223.3708,223.3708
-959.2500,0.5000,,52.4000,,,,11,911.3100,-148.0090,1924.2482,-148.0090,-14.1248,183.6352,183.6352,-14.1248,-1.5872,-16.1316,0.0000,-16.1316,3.5939,-16.1316,0.9784,0.0000,-17.1100,0.8574,,,-17.9675,1.0951,,,-19.0626,,,,,,,736.9407,-221.7119,0.2000,0.5025,1.4286,1.4000,0.0628,218.1251,218.1251,220.3064,220.3064,220.3064
-959.7500,0.5000,,51.6200,,,,11,899.6500,-147.4843,1896.6723,-147.4843,-13.8947,178.6876,178.6876,-13.8947,-1.3170,-16.1705,0.0000,-16.1705,3.5928,-16.1705,0.9595,0.0000,-17.1300,0.8441,,,-17.9741,1.0747,,,-19.0488,,,,,,,727.3512,-224.8976,0.2000,0.5025,1.4286,1.4000,0.0618,186.7489,186.7489,188.6164,188.6164,188.6164
-960.2500,0.5000,,50.8600,,,,11,873.7100,-146.3170,1835.3242,-146.3170,-13.3872,167.9224,167.9224,-13.3872,-1.4578,-15.5223,0.0000,-15.5223,3.5929,-15.5223,0.9384,0.0000,-16.4607,0.8292,,,-17.2898,1.0520,,,-18.3419,,,,,,,716.5863,-219.3563,0.2000,0.5025,1.4286,1.4000,0.0618,181.8315,181.8315,183.6498,183.6498,183.6498
-960.7500,0.5000,,50.2800,,,,11,946.3800,-149.5871,2007.1887,-149.5871,-14.8248,198.9218,198.9218,-14.8248,-1.0707,-17.3430,0.0000,-17.3430,3.5889,-17.3430,0.9228,0.0000,-18.2659,0.8181,,,-19.0840,1.0353,,,-20.1193,,,,,,,708.5760,-246.1645,0.2000,0.5025,1.4286,1.4000,0.0579,225.6026,225.6026,227.8587,227.8587,227.8587
-961.2500,0.5000,,49.6800,,,,10,1077.3200,-157.0258,2134.0000,-157.0258,-17.7151,240.7508,240.7508,-17.7151,24.3600,-45.5738,0.0000,-45.5738,3.4986,-45.5738,1.8177,0.0000,-47.3915,0.8040,,,-48.1954,1.9266,,,-50.1220,,,,,,,698.2559,-648.1226,0.2000,0.4650,1.4286,1.3500,0.0551,244.5152,244.5152,254.2958,254.2958,254.2958
-961.7500,0.5000,,48.6600,,,,10,1072.3000,-156.6995,2134.0000,-156.6995,-17.5959,239.6290,239.6290,-17.5959,-2.7421,-18.3522,0.0000,-18.3522,3.4984,-18.3522,1.2272,0.0000,-19.5794,0.7855,,,-20.3649,0.9861,,,-21.3509,,,,,,,684.7257,-273.0575,0.2000,0.4650,1.4286,1.3500,0.0548,243.8081,243.8081,253.5604,253.5604,253.5604
-962.2500,0.5000,,47.7600,,,,10,1050.1800,-155.2617,2134.0000,-155.2617,-17.0748,234.6858,234.6858,-17.0748,-2.6442,-17.9263,0.0000,-17.9263,3.4957,-17.9263,1.1909,0.0000,-19.1172,0.7674,,,-19.8846,0.9590,,,-20.8437,,,,,,,671.4204,-271.8957,0.2000,0.4650,1.4286,1.3500,0.0521,233.9028,233.9028,243.2589,243.2589,243.2589
-962.7500,0.5000,,46.7800,,,,10,1028.1400,-153.8291,2134.0000,-153.8291,-16.5623,229.7605,229.7605,-16.5623,-2.7919,-17.2661,0.0000,-17.2661,3.4957,-17.2661,1.1524,0.0000,-18.4184,0.7480,,,-19.1665,0.9303,,,-20.0968,,,,,,,657.0799,-267.6740,0.2000,0.4650,1.4286,1.3500,0.0521,232.8803,232.8803,242.1955,242.1955,242.1955
-963.2500,0.5000,,45.7600,,,,10,1007.4400,-152.4836,2134.0000,-152.4836,-16.0868,225.1346,225.1346,-16.0868,-2.5273,-17.0701,0.0000,-17.0701,3.5106,-17.0701,1.1172,0.0000,-18.1873,0.7303,,,-18.9176,0.9040,,,-19.8216,,,,,,,643.8229,-269.7573,0.2000,0.4650,1.4286,1.3500,0.0670,235.9368,235.9368,245.3743,245.3743,245.3743
-963.7500,0.5000,,45.3800,,,,10,1007.1700,-152.4661,2134.0000,-152.4661,-16.0807,225.0743,225.0743,-16.0807,-0.4381,-19.1558,0.0000,-19.1558,3.5132,-19.1558,1.1111,0.0000,-20.2669,0.7272,,,-20.9941,0.8994,,,-21.8935,,,,,,,641.4970,-301.6923,0.2000,0.4650,1.4286,1.3500,0.0696,235.9767,235.9767,245.4157,245.4157,245.4157
-964.2500,0.5000,,45.2800,,,,10,1001.6300,-152.1060,2134.0000,-152.1060,-15.9545,223.8362,223.8362,-15.9545,-0.4339,-19.1906,0.0000,-19.1906,3.6700,-19.1906,1.1050,0.0000,-20.2956,0.7241,,,-21.0197,0.8949,,,-21.9145,,,,,,,639.1852,-303.2118,0.2000,0.4650,1.4286,1.3500,0.2264,236.7947,236.7947,246.2665,246.2665,246.2665
-964.7500,0.5000,,45.0000,,,,10,994.4500,-151.7503,2120.8743,-151.7503,-15.8031,220.8648,220.8648,-15.8031,-0.8962,-18.7304,0.0000,-18.7304,3.8236,-18.7304,1.0925,0.0000,-19.8229,0.7177,,,-20.5406,0.8855,,,-21.4261,,,,,,,634.3833,-298.3920,0.2000,0.4650,1.4286,1.3500,0.3800,235.8520,235.8520,245.2861,245.2861,245.2861
-965.2500,0.5000,,44.6800,,,,10,987.5400,-151.4393,2104.5321,-151.4393,-15.6611,217.6401,217.6401,-15.6611,-0.6931,-19.1286,0.0000,-19.1286,4.1606,-19.1286,1.0828,0.0000,-20.2113,0.7127,,,-20.9240,0.8782,,,-21.8022,,,,,,,630.6445,-306.0423,0.2000,0.4650,1.4286,1.3500,0.7170,234.3787,234.3787,243.7538,243.7538,243.7538
-965.7500,0.5000,,44.2000,,,,10,973.3000,-150.7985,2070.8545,-150.7985,-15.3699,211.0692,211.0692,-15.3699,-1.5815,-18.3587,0.0000,-18.3587,4.5703,-18.3587,1.0605,0.0000,-19.4192,0.7013,,,-20.1205,0.8615,,,-20.9820,,,,,,,622.0291,-298.1207,0.2000,0.4650,1.4286,1.3500,1.1267,231.3425,231.3425,240.5962,240.5962,240.5962
-966.2500,0.5000,,43.3800,,,,10,955.0800,-149.9786,2027.7642,-149.9786,-15.0002,202.8083,202.8083,-15.0002,-2.0966,-17.6499,0.0000,-17.6499,4.7462,-17.6499,1.0308,0.0000,-18.6807,0.6860,,,-19.3667,0.8392,,,-20.2058,,,,,,,610.4208,-292.2370,0.2000,0.4650,1.4286,1.3500,1.3027,227.4576,227.4576,236.5559,236.5559,236.5559
-966.7500,0.5000,,42.5600,,,,10,937.6400,-149.1938,1986.5186,-149.1938,-14.6493,195.0551,195.0551,-14.6493,-1.9856,-17.6618,0.0000,-17.6618,4.9981,-17.6618,1.0025,0.0000,-18.6643,0.6713,,,-19.3356,0.8179,,,-20.1535,,,,,,,599.2195,-297.4385,0.2000,0.4650,1.4286,1.3500,1.5545,223.7391,223.7391,232.6887,232.6887,232.6887
-967.2500,0.5000,,41.8000,,,,10,917.9400,-148.3073,1939.9281,-148.3073,-14.2563,186.4784,186.4784,-14.2563,-2.1084,-17.0370,0.0000,-17.0370,4.8892,-17.0370,0.9723,0.0000,-18.0093,0.6562,,,-18.6656,0.7950,,,-19.4606,,,,,,,587.0916,-292.9297,0.2000,0.4650,1.4286,1.3500,1.4456,219.5387,219.5387,228.3203,228.3203,228.3203
-967.7500,0.5000,,40.9400,,,,10,901.6500,-147.5743,1901.4023,-147.5743,-13.9340,179.5315,179.5315,-13.9340,-1.8762,-16.7801,0.0000,-16.7801,4.7223,-16.7801,0.9453,0.0000,-17.7254,0.6426,,,-18.3680,0.7746,,,-19.1426,,,,,,,576.0844,-293.8198,0.2000,0.4650,1.4286,1.3500,1.2788,193.7055,193.7055,201.4538,201.4538,201.4538
-968.2500,0.5000,,40.1600,,,,10,884.1800,-146.7881,1860.0857,-146.7881,-13.5913,172.2274,172.2274,-13.5913,-1.8183,-16.4305,0.0000,-16.4305,4.6575,-16.4305,0.9189,0.0000,-17.3493,0.6292,,,-17.9785,0.7545,,,-18.7331,,,,,,,565.2126,-293.1177,0.2000,0.4650,1.4286,1.3500,1.2139,181.1720,181.1720,188.4189,188.4189,188.4189
-968.7500,0.5000,,39.4200,,,,10,851.2300,-145.3054,1782.1590,-145.3054,-12.9526,158.8627,158.8627,-12.9526,-1.7073,-15.5510,0.0000,-15.5510,4.3057,-15.5510,0.8939,0.0000,-16.4449,0.6164,,,-17.0613,0.7356,,,-17.7969,,,,,,,554.8108,-283.0467,0.2000,0.4650,1.4286,1.3500,0.8621,183.2476,183.2476,190.5775,190.5775,190.5775
-969.2500,0.5000,,38.8800,,,,10,977.6735,-150.9953,2081.1978,-150.9953,-15.4592,213.0766,213.0766,-15.4592,-1.1526,-18.5941,0.0000,-18.5941,4.2876,-18.5941,0.8770,0.0000,-19.4711,0.6077,,,-20.0788,0.8024,,,-20.8811,,,,,,,547.6767,-339.4979,0.2000,0.4650,1.4286,1.3500,0.8440,232.2750,232.2750,241.5660,241.5660,241.5660
-969.7500,0.5000,,38.4000,,,,9,1075.4608,-110.7103,2134.0000,-156.9050,-12.4684,240.3353,240.3353,-17.6709,26.0912,-42.5954,0.0000,-42.5954,4.0358,-42.5954,1.6987,0.0000,-44.2941,0.5978,,,-44.8919,1.7949,,,-46.6868,,,,,,,539.6064,-783.8627,0.2000,0.4650,1.4286,1.3500,0.5922,1094.7666,1094.7666,1138.5573,1138.5573,1138.5573
-970.2500,0.5000,,37.4400,,,,9,1058.1000,-155.7765,2134.0000,-155.7765,-17.2607,236.4557,236.4557,-17.2607,-3.3990,-17.8974,0.0000,-17.8974,4.0358,-17.8974,1.1990,0.0000,-19.0964,0.5817,,,-19.6781,0.7864,,,-20.4645,,,,,,,526.3516,-346.4552,0.2000,0.4650,1.4286,1.3500,0.5922,241.8079,241.8079,251.4802,251.4802,251.4802
-970.7500,0.5000,,36.1200,,,,9,1007.1700,-152.4661,2134.0000,-152.4661,-16.0807,225.0743,225.0743,-16.0807,-5.9749,-14.1313,0.0000,-14.1313,4.0255,-14.1313,1.1162,0.0000,-15.2475,0.5524,,,-15.8000,0.6426,,,-16.4425,,,,,,,502.2046,-289.9280,0.2000,0.4650,1.4286,1.3500,0.5819,235.9767,235.9767,245.4157,245.4157,245.4157
-971.2500,0.5000,,33.9000,,,,9,948.2900,-149.6731,2011.7059,-149.6731,-14.8632,199.7718,199.7718,-14.8632,-6.9883,-11.8985,0.0000,-11.8985,4.0235,-11.8985,1.0178,0.0000,-12.9162,0.5167,,,-13.4329,0.5921,,,-14.0250,,,,,,,472.3984,-261.0952,0.2000,0.4650,1.4286,1.3500,0.5799,226.0099,226.0099,235.0503,235.0503,235.0503
-971.7500,0.5000,,32.4600,,,,9,910.6700,-147.9802,1922.7346,-147.9802,-14.1121,183.3618,183.3618,-14.1121,-4.1277,-14.1398,0.0000,-14.1398,4.1553,-14.1398,0.9586,0.0000,-15.0984,0.4947,,,-15.5931,0.6232,,,-16.2163,,,,,,,453.8746,-317.6624,0.2000,0.4650,1.4286,1.3500,0.7117,217.9887,217.9887,226.7082,226.7082,226.7082
-972.2500,0.5000,,31.2000,,,,9,876.2700,-146.4322,1841.3786,-146.4322,-13.4370,168.9700,168.9700,-13.4370,-3.6279,-13.9768,0.0000,-13.9768,4.1676,-13.9768,0.9059,0.0000,-14.8827,0.4747,,,-15.3574,0.6138,,,-15.9712,,,,,,,436.9459,-325.2565,0.2000,0.4650,1.4286,1.3500,0.7241,181.6703,181.6703,188.9371,188.9371,188.9371
-972.7500,0.5000,,30.0600,,,,9,852.7800,-145.3751,1785.8247,-145.3751,-12.9824,159.4793,159.4793,-12.9824,-2.6682,-14.4951,0.0000,-14.4951,4.1809,-14.4951,0.8667,0.0000,-15.3618,0.4595,,,-15.8214,0.6324,,,-16.4538,,,,,,,424.0643,-345.9259,0.2000,0.4650,1.4286,1.3500,0.7373,183.1499,183.1499,190.4759,190.4759,190.4759
-973.2500,0.5000,,29.8200,,,,9,846.3900,-144.8404,1770.7124,-145.0876,-12.8378,156.9449,156.9449,-12.8597,-0.6788,-16.3461,0.0000,-16.3461,4.1871,-16.3461,0.8567,0.0000,-17.2027,0.4556,,,-17.6583,0.7059,,,-18.3642,,,,,,,420.7241,-390.4552,0.2000,0.4650,1.4286,1.3500,0.7435,187.2876,187.2876,194.7791,194.7791,194.7791
-973.7500,0.5000,,29.5400,,,,9,840.6700,-144.8302,1757.1846,-144.8302,-12.7501,154.6933,154.6933,-12.7501,-0.6220,-16.2722,0.0000,-16.2722,4.1442,-16.2722,0.8474,0.0000,-17.1197,0.4520,,,-17.5717,0.7024,,,-18.2741,,,,,,,417.6401,-391.4398,0.2000,0.4650,1.4286,1.3500,0.7006,183.9127,183.9127,191.2692,191.2692,191.2692
-974.2500,0.5000,,29.3200,,,,9,833.7200,-141.6013,1740.7478,-144.5174,-12.3628,151.9794,151.9794,-12.6174,-0.6252,-15.8539,0.0000,-15.8539,4.1163,-15.8539,0.8381,0.0000,-16.6920,0.4484,,,-17.1404,0.6852,,,-17.8256,,,,,,,414.5170,-384.5370,0.2000,0.4650,1.4286,1.3500,0.6727,228.4292,228.4292,237.5664,237.5664,237.5664
-974.7500,0.5000,,29.0400,,,,9,825.4592,-144.1457,1721.2110,-144.1457,-12.4602,148.7847,148.7847,-12.4602,-0.8045,-15.7545,0.0000,-15.7545,4.0987,-15.7545,0.8261,0.0000,-16.5806,0.4436,,,-17.0242,0.6805,,,-17.7048,,,,,,,410.4635,-385.7419,0.2000,0.4650,1.4286,1.3500,0.6551,184.8709,184.8709,192.2657,192.2657,192.2657
-975.2500,0.5000,,28.7800,,,,9,818.2200,-143.8199,1704.0903,-143.8199,-12.3230,146.0129,146.0129,-12.3230,-0.7590,-15.6468,0.0000,-15.6468,4.0827,-15.6468,0.8148,0.0000,-16.4615,0.4391,,,-16.9007,0.6756,,,-17.5763,,,,,,,406.6022,-386.6088,0.2000,0.4650,1.4286,1.3500,0.6391,185.3269,185.3269,192.7399,192.7399,192.7399
-975.7500,0.5000,,28.5800,,,,9,813.9000,-136.9111,1693.8735,-143.6255,-11.6691,144.3712,144.3712,-12.2414,-0.4294,-15.3699,0.0000,-15.3699,4.1301,-15.3699,0.8083,0.0000,-16.1782,0.4366,,,-16.6148,0.6642,,,-17.2789,,,,,,,404.4015,-382.0221,0.2000,0.4650,1.4286,1.3500,0.6865,287.0909,287.0909,298.5746,298.5746,298.5746
-976.2500,0.5000,,28.4000,,,,9,807.7255,-138.1318,1679.2708,-143.3476,-11.6839,142.0408,142.0408,-12.1250,-0.5368,-15.4099,0.0000,-15.4099,4.2629,-15.4099,0.8003,0.0000,-16.2102,0.4333,,,-16.6435,0.6653,,,-17.3089,,,,,,,401.6332,-385.4157,0.2000,0.4650,1.4286,1.3500,0.8193,264.8279,264.8279,275.4210,275.4210,275.4210
-976.7500,0.5000,,28.2800,,,,9,794.4200,-135.7967,1647.8033,-142.8605,-11.2971,137.0832,137.0832,-11.8848,-0.4118,-15.1444,0.0000,-15.1444,4.2591,-15.1444,0.7940,0.0000,-15.9384,0.4309,,,-16.3693,0.6544,,,-17.0237,,,,,,,399.4964,-380.9813,0.2000,0.4650,1.4286,1.3500,0.8155,291.9128,291.9128,303.5894,303.5894,303.5894
-977.2500,0.5000,,27.8200,,,,9,894.8600,-147.2687,1885.3439,-147.2687,-13.8005,176.6747,176.6747,-13.8005,-1.8944,-16.1248,0.0000,-16.1248,4.2187,-16.1248,0.7653,0.0000,-16.8901,0.4197,,,-17.3098,0.6920,,,-18.0018,,,,,,,389.5162,-414.0748,0.2000,0.4650,1.4286,1.3500,0.7751,180.4993,180.4993,187.7193,187.7193,187.7193
-977.7500,0.5000,,25.8600,,,,8,914.7800,-98.4152,1932.4547,-148.1651,-9.4277,185.1205,185.1205,-14.1936,15.4658,-29.1122,0.0000,-29.1122,4.2187,-29.1122,1.1607,0.0000,-30.2729,0.3863,,,-30.6592,1.2260,,,-31.8852,,,,,,,359.5395,-804.0416,0.2000,0.4650,1.4286,1.3500,0.7751,991.3753,991.3753,1031.0303,1031.0303,1031.0303
-978.2500,0.5000,,23.6200,,,,8,836.7200,-144.6524,1747.8428,-144.6524,-12.6746,153.1479,153.1479,-12.6746,-9.2539,-7.4795,0.0000,-7.4795,4.0588,-7.4795,0.8586,0.0000,-8.3381,0.3491,,,-8.6872,0.3665,,,-9.0537,,,,,,,325.9582,-244.2741,0.2000,0.4650,1.4286,1.3500,0.6152,184.1615,184.1615,191.5280,191.5280,191.5280
-978.7500,0.5000,,21.5600,,,,8,776.4400,-142.4110,1605.2806,-142.4110,-11.5792,130.5231,130.5231,-11.5792,-6.5436,-9.0928,0.0000,-9.0928,4.0572,-9.0928,0.7602,0.0000,-9.8531,0.3204,,,-10.1735,0.4067,,,-10.5802,,,,,,,299.9513,-313.6840,0.2000,0.4650,1.4286,1.3500,0.6137,180.8361,180.8361,188.0696,188.0696,188.0696
-979.2500,0.5000,,20.2800,,,,6,1102.0800,389.1108,2134.0000,-158.6352,44.9071,246.2840,246.2840,-18.3080,53.6014,-12.8677,0.0000,-12.8677,4.1734,-12.8677,1.5096,0.0000,-14.3774,0.3035,,,-14.6809,0.5870,,,-15.2679,,,,,,,284.6078,-482.3962,0.2000,0.4650,1.4286,1.3500,0.7299,9990.2992,9990.2992,10389.9111,10389.9111,10389.9111
-979.7500,0.5000,,18.9400,,,,6,1140.4200,-161.1273,2134.0000,-161.1273,-19.2425,254.8519,254.8519,-19.2425,-12.6525,-10.7634,0.0000,-10.7634,4.1734,-10.7634,1.3413,0.0000,-12.1048,0.2808,,,-12.3855,0.4952,,,-12.8808,,,,,,,263.7893,-438.1979,0.2000,0.4650,1.4286,1.3500,0.7299,253.4032,253.4032,263.5393,263.5393,263.5393
-980.2500,0.5000,,17.3400,,,,6,1043.1300,-154.8035,2134.0000,-154.8035,-16.9102,233.1103,233.1103,-16.9102,-12.6989,-8.5954,0.0000,-8.5954,4.3841,-8.5954,1.1682,0.0000,-9.7637,0.2560,,,-10.0197,0.4006,,,-10.4203,,,,,,,241.0938,-386.7217,0.2000,0.4650,1.4286,1.3500,0.9406,230.6668,230.6668,239.8935,239.8935,239.8935
-980.7500,0.5000,,15.7200,,,,6,943.3400,-149.4503,1999.9991,-149.4503,-14.7636,197.5726,197.5726,-14.7636,-11.4301,-7.7224,0.0000,-7.7224,4.3888,-7.7224,1.0078,0.0000,-8.7302,0.2317,,,-8.9619,0.3584,,,-9.3203,,,,,,,218.6606,-381.2636,0.2000,0.4650,1.4286,1.3500,0.9452,224.9545,224.9545,233.9526,233.9526,233.9526
-981.2500,0.5000,,14.1800,,,,6,847.5306,-145.1389,1773.4099,-145.1389,-12.8815,157.3958,157.3958,-12.8815,-10.1728,-6.9872,0.0000,-6.9872,4.2785,-6.9872,0.8601,0.0000,-7.8473,0.2078,,,-8.0551,0.3221,,,-8.3773,,,,,,,196.5533,-381.2528,0.2000,0.4650,1.4286,1.3500,0.8349,183.4806,183.4806,190.8198,190.8198,190.8198
-981.7500,0.5000,,12.6200,,,,6,757.1078,-141.9277,1559.5600,-141.9277,-11.2526,123.6484,123.6484,-11.2526,-8.4806,-7.0138,0.0000,-7.0138,4.2418,-7.0138,0.7321,0.0000,-7.7460,0.1857,,,-7.9317,0.3172,,,-8.2489,,,,,,,176.0138,-420.2423,0.2000,0.4650,1.4286,1.3500,0.7983,166.6551,166.6551,173.3213,173.3213,173.3213
-982.2500,0.5000,,11.5400,,,,6,702.0700,-140.5518,1429.3956,-140.5518,-10.3334,105.0900,105.0900,-10.3334,-4.6561,-9.8364,0.0000,-9.8364,4.1591,-9.8364,0.6593,0.0000,-10.4958,0.1725,,,-10.6682,0.4267,,,-11.0949,,,,,,,163.6444,-612.4693,0.2000,0.4650,1.4286,1.3500,0.7156,137.6843,137.6843,143.1917,143.1917,143.1917
-982.7500,0.5000,,11.3600,,,,6,628.4600,-44.1232,1255.3079,-138.7115,-2.9038,82.6145,82.6145,-9.1289,-0.6651,-6.3576,0.0000,-6.3576,4.1189,-6.3576,0.6488,0.0000,-7.0064,0.1705,,,-7.1769,0.2870,,,-7.4639,,,,,,,161.8003,-413.5094,0.2000,0.4650,1.4286,1.3500,0.6753,1111.3855,1111.3855,1155.8410,1155.8410,1155.8410
-983.2500,0.5000,,11.4000,,,,6,614.7000,-3.9143,1222.7655,-138.3675,-0.2520,78.7109,78.7109,-8.9069,0.2450,-4.7255,0.0000,-4.7255,4.2285,-4.7255,0.6527,0.0000,-5.3781,0.1712,,,-5.5493,0.2219,,,-5.7713,,,,,,,162.4820,-316.0804,0.2000,0.4650,1.4286,1.3500,0.7850,1480.8326,1480.8326,1540.0659,1540.0659,1540.0659
-983.7500,0.5000,,11.4000,,,,6,603.2300,1.4000,1195.6390,-138.0808,0.0884,75.5286,75.5286,-8.7226,0.1170,-4.3436,0.0000,-4.3436,4.3151,-4.3436,0.6545,0.0000,-4.9981,0.1716,,,-5.1697,0.2067,,,-5.3764,,,,,,,162.8065,-293.1624,0.2000,0.4650,1.4286,1.3500,0.8715,1511.6632,1511.6632,1572.1297,1572.1297,1572.1297
-984.2500,0.5000,,11.4400,,,,6,602.8400,7.8252,1194.7166,-138.0710,0.4940,75.4216,75.4216,-8.7163,0.2212,-4.3461,0.0000,-4.3461,4.6189,-4.3461,0.6580,0.0000,-5.0042,0.1722,,,-5.1764,0.2070,,,-5.3834,,,,,,,163.4184,-292.4160,0.2000,0.4650,1.4286,1.3500,1.1753,1579.2853,1579.2853,1642.4567,1642.4567,1642.4567
-984.7500,0.5000,,11.5200,,,,6,600.1700,21.4837,1188.4021,-138.0043,1.3502,74.6907,74.6907,-8.6735,0.4638,-4.4803,0.0000,-4.4803,5.3667,-4.4803,0.6654,0.0000,-5.1456,0.1736,,,-5.3192,0.2127,,,-5.5319,,,,,,,164.6938,-298.3551,0.2000,0.4650,1.4286,1.3500,1.9232,1699.1699,1699.1699,1767.1367,1767.1367,1767.1367
-985.2500,0.5000,,11.3400,,,,6,601.9100,-119.3768,1192.5172,-138.0478,-7.5245,75.1666,75.1666,-8.7014,-2.3778,-10.7082,0.0000,-10.7082,5.5615,-10.7082,0.6274,0.0000,-11.3356,0.1665,,,-11.5021,0.4600,,,-11.9621,,,,,,,158.0457,-684.9097,0.2000,0.4650,1.4286,1.3500,2.1179,307.9097,307.9097,320.2261,320.2261,320.2261
-985.7500,0.5000,,9.9200,,,,6,589.9694,-128.1745,1164.2776,-137.7492,-7.9188,71.9308,71.9308,-8.5103,-6.5814,-7.1656,0.0000,-7.1656,5.8281,-7.1656,0.5186,0.0000,-7.6842,0.1450,,,-7.8292,0.3131,,,-8.1423,,,,,,,137.9850,-531.7855,0.2000,0.4650,1.4286,1.3500,2.3845,216.5354,216.5354,225.1968,225.1968,225.1968
-986.2500,0.5000,,8.6600,,,,5,599.6176,106.5587,1187.0957,-137.9904,6.6910,74.5399,74.5399,-8.6647,5.2551,-4.3841,0.0000,-4.3841,5.8201,-4.3841,0.6060,0.0000,-4.9901,0.1262,,,-5.1164,0.2046,,,-5.3210,,,,,,,120.3082,-396.0857,0.2000,0.4650,1.4286,1.3500,2.3765,2530.3578,2530.3578,2631.5721,2631.5721,2631.5721
-986.7500,0.5000,,7.6000,,,,4,600.3600,110.7513,1188.8514,-138.0090,6.9629,74.7426,74.7426,-8.6766,4.9925,-3.8331,0.0000,-3.8331,5.8035,-3.8331,0.6857,0.0000,-4.5188,0.1101,,,-4.6290,0.1851,,,-4.8141,,,,,,,105.1164,-410.5121,0.2000,0.4650,1.4286,1.3500,2.3600,2573.2094,2573.2094,2676.1378,2676.1378,2676.1378
-987.2500,0.5000,,6.4200,,,,4,600.0900,-59.9358,1188.2129,-138.0023,-3.7664,74.6688,74.6688,-8.6722,-8.1052,-1.4887,0.0000,-1.4887,5.8274,-1.4887,0.5547,0.0000,-2.0435,0.0948,,,-2.1383,0.0855,,,-2.2238,,,,,,,90.5129,-215.5911,0.2000,0.4650,1.4286,1.3500,2.3839,893.7375,893.7375,929.4870,929.4870,929.4870
-987.7500,0.5000,,6.1600,,,,4,600.9100,81.9750,1190.1522,-138.0228,5.1585,74.8929,74.8929,-8.6854,0.3369,-1.0693,0.0000,-1.0693,5.8908,-1.0693,0.5604,0.0000,-1.6296,0.0955,,,-1.7251,0.0837,,,-1.8088,,,,,,,91.1666,-170.6969,0.2000,0.4650,1.4286,1.3500,2.4472,2294.5900,2294.5900,2386.3736,2386.3736,2386.3736
-988.2500,0.5000,,6.4000,,,,4,676.2600,108.1037,1368.3549,-139.9065,7.6557,96.9039,96.9039,-9.9079,1.5882,0.1690,0.0000,0.1690,5.8985,0.1690,0.5866,0.0000,-0.4176,0.0986,,,-0.5162,0.0867,,,-0.6029,,,,,,,94.1868,-42.3398,0.2000,0.4650,1.4286,1.3500,2.4549,2930.6340,2930.6340,3047.8593,3047.8593,3047.8593
-988.7500,0.5000,,7.4400,,,,4,825.3100,426.4066,1720.8582,-144.1390,36.8527,148.7273,148.7273,-12.4574,9.9016,20.8621,0.0000,20.8621,6.0890,20.8621,0.8319,0.0000,20.0302,0.1166,,,19.9136,0.7965,,,19.1171,,,,,,,111.1810,1720.3835,0.2000,0.4650,1.4286,1.3500,2.6455,8112.3127,8112.3127,8436.8052,8436.8052,8436.8052
-989.2500,0.5000,,10.4200,,,,4,1180.7700,811.8420,2134.0000,-163.7501,100.3842,263.8690,263.8690,-20.2477,37.9449,56.3514,0.0000,56.3514,6.0879,56.3514,2.2487,0.0000,54.1026,0.1690,,,53.9336,2.1573,,,51.7764,,,,,,,160.4238,3220.4830,0.2000,0.4650,1.4286,1.3500,2.6444,19528.2790,19528.2790,20309.4102,20309.4102,20309.4102
-989.7500,0.5000,,13.2200,,,,4,1340.1200,440.4175,2134.0000,-180.4132,61.8069,299.4792,299.4792,-25.3187,35.7301,18.5622,0.0000,18.5622,7.5147,18.5622,1.7561,0.0000,16.8060,0.2070,,,16.5991,0.6639,,,15.9352,,,,,,,195.7798,819.7265,0.2000,0.4650,1.4286,1.3500,4.0711,13268.8371,13268.8371,13799.5906,13799.5906,13799.5906
-990.2500,0.5000,,14.0400,,,,5,1094.4500,-158.1393,2134.0000,-158.1393,-18.1244,244.5789,244.5789,-18.1244,-36.0802,10.3741,0.0000,10.3741,7.5817,10.3741,1.2812,0.0000,9.0929,0.2113,,,8.8817,0.3552,,,8.5265,,,,,,,199.7646,434.6677,0.2000,0.4650,1.4286,1.3500,4.1381,246.9280,246.9280,256.8052,256.8052,256.8052
-990.7500,0.5000,,14.1400,,,,6,838.3300,-144.7249,1751.6505,-144.7249,-12.7054,153.7769,153.7769,-12.7054,-27.9247,9.5790,0.0000,9.5790,5.6404,9.5790,0.8885,0.0000,8.6905,0.2125,,,8.4780,0.3390,,,8.1389,,,,,,,200.9235,413.0334,0.2000,0.4650,1.4286,1.3500,2.1968,184.0601,184.0601,191.4225,191.4225,191.4225
-991.2500,0.5000,,14.5600,,,,7,708.9100,-51.2953,1445.5722,-140.7228,-3.8080,107.3148,107.3148,-10.4468,-16.4034,7.1597,0.0000,7.1597,5.4357,7.1597,0.6379,0.0000,6.5218,0.2197,,,6.3021,0.2520,,,6.0501,,,,,,,207.5436,300.0733,0.2000,0.4650,1.4286,1.3500,1.9921,1191.9551,1191.9551,1239.6333,1239.6333,1239.6333
-991.7500,0.5000,,14.9800,,,,7,719.0500,232.8131,1469.5533,-140.9763,17.5305,110.6555,110.6555,-10.6153,2.0921,10.8228,0.0000,10.8228,4.6156,10.8228,0.6712,0.0000,10.1516,0.2278,,,9.9238,0.3968,,,9.5270,,,,,,,215.0687,450.7431,0.2000,0.4650,1.4286,1.3500,1.1721,4447.9605,4447.9605,4625.8789,4625.8789,4625.8789
-992.2500,0.5000,,15.5800,,,,7,745.0200,187.0867,1530.9723,-141.6255,14.5962,119.4439,119.4439,-11.0494,2.4306,7.6919,0.0000,7.6919,4.4737,7.6919,0.7093,0.0000,6.9826,0.2369,,,6.7457,0.2697,,,6.4760,,,,,,,223.4933,298.3478,0.2000,0.4650,1.4286,1.3500,1.0302,4012.4619,4012.4619,4172.9604,4172.9604,4172.9604
-992.7500,0.5000,,16.0200,,,,7,763.6200,137.3817,1574.9613,-142.0905,10.9859,125.9435,125.9435,-11.3624,1.7288,4.6816,0.0000,4.6816,4.5755,4.6816,0.7360,0.0000,3.9455,0.2432,,,3.7023,0.2383,,,3.4640,,,,,,,229.2972,164.3151,0.2000,0.4650,1.4286,1.3500,1.1320,3541.9279,3541.9279,3683.6050,3683.6050,3683.6050
-993.2500,0.5000,,16.4400,,,,7,783.2400,126.9359,1621.3626,-142.5810,10.4114,132.9853,132.9853,-11.6946,1.7538,4.0409,0.0000,4.0409,4.6167,4.0409,0.7629,0.0000,3.2780,0.2495,,,3.0285,0.2455,,,2.7830,,,,,,,235.0387,133.1801,0.2000,0.4650,1.4286,1.3500,1.1731,3563.9844,3563.9844,3706.5438,3706.5438,3706.5438
-993.7500,0.5000,,16.7000,,,,7,790.0300,92.9046,1637.4210,-142.7508,7.6862,135.4667,135.4667,-11.8100,0.9308,1.8950,0.0000,1.8950,4.8604,1.8950,0.7771,0.0000,1.1179,0.2527,,,0.8652,0.2493,,,0.6159,,,,,,,238.0295,44.8477,0.2000,0.4650,1.4286,1.3500,1.4169,3211.7257,3211.7257,3340.1947,3340.1947,3340.1947
-994.2500,0.5000,,16.7400,,,,7,786.9500,70.2030,1630.1368,-142.6738,5.7854,134.3383,134.3383,-11.7576,0.1884,0.5989,0.0000,0.5989,4.9981,0.5989,0.7799,0.0000,-0.1811,0.2534,,,-0.4344,0.2500,,,-0.6844,,,,,,,238.6304,-7.2454,0.2000,0.4650,1.4286,1.3500,1.5545,2920.2503,2920.2503,3037.0603,3037.0603,3037.0603
-994.7500,0.5000,,16.6000,,,,7,774.2300,-18.5319,1600.0540,-142.3558,-1.5025,129.7279,129.7279,-11.5418,-0.8015,-5.3798,0.0000,-5.3798,4.6788,-5.3798,0.7677,0.0000,-6.1475,0.2506,,,-6.3981,0.2558,,,-6.6539,,,,,,,236.0638,-248.6816,0.2000,0.4650,1.4286,1.3500,1.2352,1690.8736,1690.8736,1758.5086,1758.5086,1758.5086
-995.2500,0.5000,,16.3800,,,,7,769.3400,-27.2124,1588.4891,-142.2335,-2.1924,127.9768,127.9768,-11.4591,-1.3925,-5.2770,0.0000,-5.2770,4.4771,-5.2770,0.7465,0.0000,-6.0235,0.2457,,,-6.2691,0.2506,,,-6.5197,,,,,,,231.5370,-248.4258,0.2000,0.4650,1.4286,1.3500,1.0336,1568.7680,1568.7680,1631.5187,1631.5187,1631.5187
-995.7500,0.5000,,16.1400,,,,7,758.2100,1.3920,1562.1667,-141.9553,0.1105,124.0354,124.0354,-11.2712,-0.9003,-3.4215,0.0000,-3.4215,4.4323,-3.4215,0.7326,0.0000,-4.1541,0.2424,,,-4.3965,0.2374,,,-4.6340,,,,,,,228.5625,-173.5573,0.2000,0.4650,1.4286,1.3500,0.9887,1864.4198,1864.4198,1938.9966,1938.9966,1938.9966
-996.2500,0.5000,,15.9200,,,,7,749.9800,-0.7507,1542.7027,-141.7495,-0.0590,121.1604,121.1604,-11.1327,-0.8740,-3.5738,0.0000,-3.5738,4.3888,-3.5738,0.7191,0.0000,-4.2929,0.2393,,,-4.5321,0.2338,,,-4.7659,,,,,,,225.6374,-181.6808,0.2000,0.4650,1.4286,1.3500,0.9452,1802.6284,1802.6284,1874.7335,1874.7335,1874.7335
-996.7500,0.5000,,15.7400,,,,7,751.0100,33.0936,1545.1387,-141.7753,2.6027,121.5183,121.5183,-11.1500,-0.6339,-1.4014,0.0000,-1.4014,4.6380,-1.4014,0.7093,0.0000,-2.1107,0.2369,,,-2.3476,0.2312,,,-2.5788,,,,,,,223.4918,-90.1851,0.2000,0.4650,1.4286,1.3500,1.1944,2214.3549,2214.3549,2302.9291,2302.9291,2302.9291
-997.2500,0.5000,,15.9600,,,,7,761.3900,157.2773,1569.6874,-142.0348,12.5401,125.1552,125.1552,-11.3248,0.7190,6.7720,0.0000,6.7720,5.0491,6.7720,0.7204,0.0000,6.0516,0.2396,,,5.8121,0.2342,,,5.5779,,,,,,,225.9238,255.7883,0.2000,0.4650,1.4286,1.3500,1.6055,3760.7824,3760.7824,3911.2137,3911.2137,3911.2137
-997.7500,0.5000,,15.9400,,,,7,752.0000,114.9592,1547.4800,-141.8000,9.0529,121.8629,121.8629,-11.1666,0.1287,3.8233,0.0000,3.8233,5.1009,3.8233,0.7224,0.0000,3.1009,0.2400,,,2.8609,0.2347,,,2.6262,,,,,,,226.3565,130.8172,0.2000,0.4650,1.4286,1.3500,1.6573,3190.3564,3190.3564,3317.9707,3317.9707,3317.9707
-998.2500,0.5000,,15.8000,,,,7,746.5400,128.9513,1534.5671,-141.6635,10.0811,119.9686,119.9686,-11.0749,-0.5629,5.4386,0.0000,5.4386,5.2054,5.4386,0.7137,0.0000,4.7249,0.2380,,,4.4869,0.2324,,,4.2546,,,,,,,224.4583,201.0151,0.2000,0.4650,1.4286,1.3500,1.7618,3327.8459,3327.8459,3460.9597,3460.9597,3460.9597
-998.7500,0.5000,,15.7400,,,,7,740.4700,128.8912,1520.2116,-141.5118,9.9945,117.8800,117.8800,-10.9731,-0.3855,5.3579,0.0000,5.3579,5.0221,5.3579,0.7077,0.0000,4.6502,0.2366,,,4.4136,0.2307,,,4.1829,,,,,,,223.1492,198.9975,0.2000,0.4650,1.4286,1.3500,1.5785,3314.1327,3314.1327,3446.6980,3446.6980,3446.6980
-999.2500,0.5000,,15.5400,,,,7,732.7900,116.8886,1502.0484,-141.3198,8.9698,115.2636,115.2636,-10.8445,-0.7152,5.1145,0.0000,5.1145,4.5704,5.1145,0.6966,0.0000,4.4179,0.2339,,,4.1840,0.2277,,,3.9563,,,,,,,220.6999,191.1561,0.2000,0.4650,1.4286,1.3500,1.1269,3155.6656,3155.6656,3281.8922,3281.8922,3281.8922
-999.7500,0.5000,,15.5600,,,,7,741.4800,261.9253,1522.6002,-141.5370,20.3379,118.2263,118.2263,-10.9900,0.1582,15.6151,0.0000,15.6151,4.5645,15.6151,0.6990,0.0000,14.9161,0.2345,,,14.6816,0.5871,,,14.0945,,,,,,,221.2441,643.8053,0.2000,0.4650,1.4286,1.3500,1.1209,4979.4116,4979.4116,5178.5880,5178.5880,5178.5880
-1000.2500,0.5000,,16.1600,,,,7,770.6100,396.8982,1591.4927,-142.2653,32.0289,128.4304,128.4304,-11.4805,3.0191,24.7348,0.0000,24.7348,4.2750,24.7348,0.9868,0.0000,23.7480,0.2455,,,23.5025,0.9400,,,22.5626,,,,,,,231.3833,980.0921,0.2000,0.4650,1.4286,1.3500,0.8315,7158.8082,7158.8082,7445.1605,7445.1605,7445.1605
-1000.7500,0.5000,,16.6000,,,,7,792.9700,316.4102,1644.3741,-142.8243,26.2746,136.5482,136.5482,-11.8601,1.8985,20.1011,0.0000,20.1011,4.2750,20.1011,0.8013,0.0000,19.2997,0.2522,,,19.0476,0.7618,,,18.2858,,,,,,,237.5377,775.8720,0.2000,0.4650,1.4286,1.3500,0.8315,6224.9200,6224.9200,6473.9168,6473.9168,6473.9168
-1001.2500,0.5000,,17.1000,,,,7,815.8800,370.9869,1698.5562,-143.7146,31.6967,145.1225,145.1225,-12.2788,2.3058,24.5007,0.0000,24.5007,4.8901,24.5007,0.9771,0.0000,23.5236,0.2601,,,23.2635,0.9304,,,22.3331,,,,,,,244.8046,917.6031,0.2000,0.4650,1.4286,1.3500,1.4465,7228.0757,7228.0757,7517.1987,7517.1987,7517.1987
-1001.7500,0.5000,,17.5600,,,,7,836.6300,368.7568,1747.6300,-144.6484,32.3074,153.1128,153.1128,-12.6729,2.0705,25.3161,0.0000,25.3161,4.9208,25.3161,1.0096,0.0000,24.3065,0.2670,,,24.0395,0.9614,,,23.0781,,,,,,,251.1506,924.1865,0.2000,0.4650,1.4286,1.3500,1.4772,7397.7908,7397.7908,7693.7024,7693.7024,7693.7024
-1002.2500,0.5000,,17.8600,,,,7,845.8800,325.4890,1769.5062,-145.0646,28.8319,156.7435,156.7435,-12.8499,0.9508,22.9163,0.0000,22.9163,4.9647,22.9163,0.9135,0.0000,22.0028,0.2701,,,21.7327,0.8691,,,20.8635,,,,,,,254.0118,827.1706,0.2000,0.4650,1.4286,1.3500,1.5212,6817.4183,6817.4183,7090.1150,7090.1150,7090.1150
-1002.7500,0.5000,,17.9200,,,,7,848.5816,260.8466,1775.8956,-145.1862,23.1797,157.8119,157.8119,-12.9017,0.3466,17.8493,0.0000,17.8493,4.9838,17.8493,0.8598,0.0000,16.9896,0.2712,,,16.7183,0.6686,,,16.0498,,,,,,,255.0467,636.1120,0.2000,0.4650,1.4286,1.3500,1.5402,5811.2248,5811.2248,6043.6738,6043.6738,6043.6738
-1003.2500,0.5000,,17.9200,,,,7,848.6500,242.1590,1776.0573,-145.1893,21.5208,157.8390,157.8390,-12.9030,-0.0149,17.0063,0.0000,17.0063,4.5293,17.0063,0.8596,0.0000,16.1468,0.2712,,,15.8756,0.6349,,,15.2407,,,,,,,255.0024,604.6627,0.2000,0.4650,1.4286,1.3500,1.0857,5515.0521,5515.0521,5735.6542,5735.6542,5735.6542
-1003.7500,0.5000,,18.0400,,,,7,855.6200,255.2661,1792.5413,-145.5029,22.8719,160.6123,160.6123,-13.0371,0.6076,17.8648,0.0000,17.8648,4.3995,17.8648,0.8685,0.0000,16.9962,0.2731,,,16.7231,0.6688,,,16.0543,,,,,,,256.8071,632.0004,0.2000,0.4650,1.4286,1.3500,0.9559,5774.8800,5774.8800,6005.8752,6005.8752,6005.8752
-1004.2500,0.5000,,18.2600,,,,7,867.7800,267.7619,1821.2997,-146.0501,24.3325,165.5083,165.5083,-13.2721,1.1439,18.7457,0.0000,18.7457,4.4429,18.7457,0.8854,0.0000,17.8603,0.2768,,,17.5835,0.7032,,,16.8804,,,,,,,260.1704,655.5464,0.2000,0.4650,1.4286,1.3500,0.9993,6063.5332,6063.5332,6306.0745,6306.0745,6306.0745
-1004.7500,0.5000,,18.6400,,,,7,883.9000,269.0499,1859.4235,-146.7755,24.9037,172.1116,172.1116,-13.5858,1.8536,18.5900,0.0000,18.5900,4.4602,18.5900,0.9125,0.0000,17.6775,0.2827,,,17.3948,0.6956,,,16.6992,,,,,,,265.5301,635.7366,0.2000,0.4650,1.4286,1.3500,1.0166,6203.6515,6203.6515,6451.7975,6451.7975,6451.7975
-1005.2500,0.5000,,18.9200,,,,7,903.2353,247.1944,1905.1515,-147.6456,23.3813,180.2018,180.2018,-13.9653,1.7552,16.7907,0.0000,16.7907,4.8354,16.7907,0.9381,0.0000,15.8526,0.2881,,,15.5645,0.6224,,,14.9421,,,,,,,270.5076,559.6201,0.2000,0.4650,1.4286,1.3500,1.3918,6010.3271,6010.3271,6250.7402,6250.7402,6250.7402
-1005.7500,0.5000,,19.5600,,,,7,934.1700,336.5690,1978.3121,-149.0377,32.9252,193.5305,193.5305,-14.5798,3.0310,24.5597,0.0000,24.5597,5.3345,24.5597,0.9818,0.0000,23.5780,0.2973,,,23.2807,0.9310,,,22.3496,,,,,,,278.8938,807.3068,0.2000,0.4650,1.4286,1.3500,1.8909,7716.4079,7716.4079,8025.0643,8025.0643,8025.0643
-1006.2500,0.5000,,20.1800,,,,7,964.1600,361.2101,2049.2384,-150.3872,36.4702,206.9046,206.9046,-15.1841,3.5410,27.7747,0.0000,27.7747,5.1544,27.7747,1.1070,0.0000,26.6677,0.3077,,,26.3600,1.0542,,,25.3059,,,,,,,288.3825,883.0565,0.2000,0.4650,1.4286,1.3500,1.7109,8386.0231,8386.0231,8721.4640,8721.4640,8721.4640
-1006.7500,0.5000,,20.7200,,,,7,984.5300,286.4427,2097.4135,-151.3039,29.5322,216.2428,216.2428,-15.5994,2.6229,22.0493,0.0000,22.0493,4.8600,22.0493,1.0694,0.0000,20.9799,0.3152,,,20.6647,0.8264,,,19.8383,,,,,,,295.2144,678.6356,0.2000,0.4650,1.4286,1.3500,1.4165,7317.8853,7317.8853,7610.6008,7610.6008,7610.6008
-1007.2500,0.5000,,21.0600,,,,7,1000.2900,324.2988,2134.0000,-152.0189,33.9703,223.5368,223.5368,-15.9240,1.8048,27.4431,0.0000,27.4431,4.7224,27.4431,1.0947,0.0000,26.3483,0.3203,,,26.0281,1.0409,,,24.9872,,,,,,,299.8251,839.1820,0.2000,0.4650,1.4286,1.3500,1.2789,8083.6203,8083.6203,8406.9651,8406.9651,8406.9651
-1007.7500,0.5000,,22.0000,,,,7,1078.9600,715.7741,2134.0000,-157.1324,80.8742,241.1173,241.1173,-17.7541,7.5860,68.9289,0.0000,68.9289,4.3593,68.9289,2.7523,0.0000,66.1766,0.3408,,,65.8358,2.6332,,,63.2026,,,,,,,318.4753,1984.2667,0.2000,0.4650,1.4286,1.3500,0.9158,15975.8197,15975.8197,16614.8525,16614.8525,16614.8525
-1008.2500,0.5000,,24.1800,,,,7,1180.8100,916.3166,2134.0000,-163.7527,113.3063,263.8779,263.8779,-20.2487,14.0087,94.9230,0.0000,94.9230,4.3747,94.9230,3.7910,0.0000,91.1319,0.3760,,,90.7559,3.6299,,,87.1260,,,,,,,350.3159,2484.1753,0.2000,0.4650,1.4286,1.3500,0.9311,21861.4555,21861.4555,22735.9137,22735.9137,22735.9137
-1008.7500,0.5000,,26.5400,,,,7,1293.3200,952.5317,2134.0000,-175.2652,129.0072,289.0208,289.0208,-23.7372,16.7681,107.7187,0.0000,107.7187,4.5204,107.7187,4.3016,0.0000,103.4171,0.4146,,,103.0025,4.1197,,,98.8827,,,,,,,384.9812,2565.2178,0.2000,0.4650,1.4286,1.3500,1.0768,24574.9355,24574.9355,25557.9330,25557.9330,25557.9330
-1009.2500,0.5000,,28.8600,,,,7,1406.9000,955.0903,2126.8930,-188.0350,140.7137,313.3556,313.3556,-27.7032,17.0190,119.1715,0.0000,119.1715,4.5232,119.1715,4.7585,0.0000,114.4130,0.4515,,,113.9614,4.5580,,,109.4034,,,,,,,417.2304,2618.6098,0.2000,0.4650,1.4286,1.3500,1.0796,26976.7681,26976.7681,28055.8388,28055.8388,28055.8388
-1009.7500,0.5000,,30.8000,,,,7,1444.2500,509.6412,2088.4225,-193.6375,77.0789,315.8562,315.8562,-29.2860,11.6701,60.7109,0.0000,60.7109,4.6980,60.7109,2.4192,0.0000,58.2917,0.4759,,,57.8158,2.3121,,,55.5036,,,,,,,437.9736,1270.9539,0.2000,0.4650,1.4286,1.3500,1.2544,16111.3022,16111.3022,16755.7543,16755.7543,16755.7543
-1010.2500,0.5000,,30.0200,,,,8,1224.8000,-167.7280,2134.0000,-167.7280,-21.5129,273.7085,273.7085,-21.5129,-53.3568,27.1459,0.0000,27.1459,4.6980,27.1459,1.2834,0.0000,25.8625,0.4614,,,25.4011,1.0156,,,24.3855,,,,,,,425.6506,580.2142,0.2000,0.4650,1.4286,1.3500,1.2544,301.3347,301.3347,313.3881,313.3881,313.3881
-1010.7500,0.5000,,29.7600,,,,9,962.9400,-150.3323,2046.3531,-150.3323,-15.1593,206.3519,206.3519,-15.1593,-30.8824,11.1772,0.0000,11.1772,4.5458,11.1772,0.8473,0.0000,10.3299,0.4520,,,9.8780,0.5032,,,9.3747,,,,,,,417.5897,236.2209,0.2000,0.4650,1.4286,1.3500,1.1022,229.1335,229.1335,238.2989,238.2989,238.2989
-1011.2500,0.5000,,29.1000,,,,9,837.6100,245.7138,1749.9477,-144.6925,21.5526,153.4955,153.4955,-12.6916,-1.2022,18.2532,0.0000,18.2532,4.5016,18.2532,0.8294,0.0000,17.4238,0.4449,,,16.9789,0.6787,,,16.3001,,,,,,,411.5628,404.2758,0.2000,0.4650,1.4286,1.3500,1.0580,5489.5294,5489.5294,5709.1105,5709.1105,5709.1105
-1011.7500,0.5000,,29.5800,,,,9,858.8900,831.9132,1800.2749,-145.6501,74.8246,161.9217,161.9217,-13.1002,2.1861,68.2833,0.0000,68.2833,4.3551,68.2833,2.7282,0.0000,65.5552,0.4577,,,65.0975,2.6035,,,62.4940,,,,,,,422.4586,1481.8152,0.2000,0.4650,1.4286,1.3500,0.9115,14700.2369,14700.2369,15288.2464,15288.2464,15288.2464
-1012.2500,0.5000,,31.2600,,,,9,914.7400,1304.3034,1932.3601,-148.1633,124.9410,185.1034,185.1034,-14.1928,5.7920,114.8560,0.0000,114.8560,4.2930,114.8560,4.5907,0.0000,110.2653,0.4902,,,109.7751,4.3905,,,105.3846,,,,,,,450.0532,2339.6256,0.2000,0.4650,1.4286,1.3500,0.8494,23987.2469,23987.2469,24946.7368,24946.7368,24946.7368
-1012.7500,0.5000,,33.5400,,,,9,976.3163,1362.6590,2077.9881,-150.9342,139.3177,212.4527,212.4527,-15.4315,6.9830,127.9305,0.0000,127.9305,4.4042,127.9305,5.1131,0.0000,122.8174,0.5272,,,122.2901,4.8910,,,117.3991,,,,,,,481.2226,2437.1660,0.2000,0.4650,1.4286,1.3500,0.9606,26492.8607,26492.8607,27552.5751,27552.5751,27552.5751
-1013.2500,0.5000,,35.7800,,,,9,1042.6275,1436.8930,2134.0000,-154.7708,156.8853,232.9980,232.9980,-16.8984,7.7393,144.6689,0.0000,144.6689,4.4771,144.6689,5.7821,0.0000,138.8868,0.5662,,,138.3206,5.5322,,,132.7884,,,,,,,513.5624,2582.4922,0.2000,0.4650,1.4286,1.3500,1.0336,29705.6921,29705.6921,30893.9198,30893.9198,30893.9198
-1013.7500,0.5000,,38.1800,,,,9,1118.3200,1551.0291,2134.0000,-159.6908,181.6413,249.9132,249.9132,-18.7014,9.2408,167.9163,0.0000,167.9163,4.4842,167.9163,6.7113,0.0000,161.2050,0.6101,,,160.5949,6.4230,,,154.1718,,,,,,,549.6897,2800.4789,0.2000,0.4650,1.4286,1.3500,1.0407,34277.9646,34277.9646,35649.0832,35649.0832,35649.0832
-1014.2500,0.5000,,40.9400,,,,9,1197.1200,1582.4052,2134.0000,-164.8128,198.3737,267.5227,267.5227,-20.6613,10.6789,183.1990,0.0000,183.1990,4.4957,183.1990,7.3219,0.0000,175.8772,0.6582,,,175.2189,7.0079,,,168.2110,,,,,,,588.6846,2852.9759,0.2000,0.4650,1.4286,1.3500,1.0521,37265.8669,37265.8669,38756.5015,38756.5015,38756.5015
-1014.7500,0.5000,,43.6600,,,,9,1270.6300,1575.9956,2134.0000,-172.7693,209.7021,283.9502,283.9502,-22.9887,10.8452,194.4037,0.0000,194.4037,4.4532,194.4037,7.7693,0.0000,186.6344,0.7063,,,185.9281,7.4361,,,178.4920,,,,,,,625.8046,2847.8974,0.2000,0.4650,1.4286,1.3500,1.0097,39299.4008,39299.4008,40871.3768,40871.3768,40871.3768
-1015.2500,0.5000,,46.1600,,,,9,1341.8200,1496.3339,2134.0000,-180.6002,210.2574,299.8591,299.8591,-25.3770,10.7706,195.1275,0.0000,195.1275,4.3593,195.1275,7.7974,0.0000,187.3301,0.7528,,,186.5773,7.4620,,,179.1153,,,,,,,660.6083,2707.9143,0.2000,0.4650,1.4286,1.3500,0.9158,39475.9430,39475.9430,41054.9807,41054.9807,41054.9807
-1015.7500,0.5000,,48.6200,,,,9,1406.5612,1433.0639,2127.2419,-187.9842,211.0828,313.3316,313.3316,-27.6891,11.1781,195.5268,0.0000,195.5268,4.3779,195.5268,7.8126,0.0000,187.7142,0.7993,,,186.9149,7.4754,,,179.4395,,,,,,,694.8879,2579.6085,0.2000,0.4650,1.4286,1.3500,0.9343,39559.8513,39559.8513,41142.2453,41142.2453,41142.2453
-1016.2500,0.5000,,49.3200,,,,9,1373.1200,302.3966,2134.0000,-184.0432,43.4824,306.8538,306.8538,-26.4641,-0.3390,39.3886,0.0000,39.3886,4.4328,39.3886,1.8466,0.0000,37.5420,0.7979,,,36.7441,1.4686,,,35.2755,,,,,,,693.8733,516.6649,0.2000,0.4650,1.4286,1.3500,0.9892,10520.7573,10520.7573,10941.5876,10941.5876,10941.5876
-1016.7500,0.5000,,48.2000,,,,10,1129.1500,-160.3948,2134.0000,-160.3948,-18.9658,252.3334,252.3334,-18.9658,-48.2275,24.8391,0.0000,24.8391,4.4226,24.8391,1.2120,0.0000,23.6271,0.7779,,,22.8492,0.9747,,,21.8745,,,,,,,679.1659,332.2054,0.2000,0.4650,1.4286,1.3500,0.9790,251.8158,251.8158,261.8884,261.8884,261.8884
-1017.2500,0.5000,,47.5800,,,,11,901.7059,-147.5768,1901.5344,-147.5768,-13.9351,179.5551,179.5551,-13.9351,-25.5081,7.2032,0.0000,7.2032,4.3698,7.2032,0.8493,0.0000,6.3539,0.7653,,,5.5886,0.9559,,,4.6326,,,,,,,669.8896,90.5748,0.2000,0.4650,1.4286,1.3500,0.9262,193.8999,193.8999,201.6559,201.6559,201.6559
-1017.7500,0.5000,,47.1800,,,,11,825.3800,230.3183,1721.0237,-144.1421,19.9072,148.7543,148.7543,-12.4587,-0.5903,16.1363,0.0000,16.1363,4.3612,16.1363,0.8406,0.0000,15.2957,0.7589,,,14.5368,0.9465,,,13.5903,,,,,,,665.1755,219.5862,0.2000,0.4650,1.4286,1.3500,0.9177,5154.3219,5154.3219,5360.4948,5360.4948,5360.4948
-1018.2500,0.5000,,47.2200,,,,11,830.2400,618.2490,1732.5176,-144.3608,53.7521,150.6295,150.6295,-12.5511,0.4780,49.0081,0.0000,49.0081,4.2660,49.0081,1.9573,0.0000,47.0509,0.7641,,,46.2868,1.8503,,,44.4364,,,,,,,668.9955,671.6078,0.2000,0.4650,1.4286,1.3500,0.8224,10943.1312,10943.1312,11380.8565,11380.8565,11380.8565
-1018.7500,0.5000,,47.8600,,,,11,843.0816,987.3782,1762.8881,-144.9387,87.1730,155.6406,155.6406,-12.7962,1.2269,81.6801,0.0000,81.6801,4.2659,81.6801,3.2640,0.0000,78.4161,0.7773,,,77.6388,3.1044,,,74.5344,,,,,,,678.7023,1103.3088,0.2000,0.4650,1.4286,1.3500,0.8224,17132.8240,17132.8240,17818.1370,17818.1370,17818.1370
-1019.2500,0.5000,,48.6400,,,,11,853.6200,1056.1641,1787.8113,-145.4129,94.4114,159.8140,159.8140,-12.9986,1.3073,88.5035,0.0000,88.5035,4.6006,88.5035,3.5369,0.0000,84.9666,0.7911,,,84.1755,3.3658,,,80.8096,,,,,,,688.8948,1177.7872,0.2000,0.4650,1.4286,1.3500,1.1570,18396.9023,18396.9023,19132.7784,19132.7784,19132.7784
-1019.7500,0.5000,,49.3200,,,,11,867.4700,1041.8245,1820.5666,-146.0362,94.6406,165.3825,165.3825,-13.2661,1.3458,88.6823,0.0000,88.6823,4.6126,88.6823,3.5439,0.0000,85.1383,0.8053,,,84.3330,3.3721,,,80.9610,,,,,,,699.2320,1162.7203,0.2000,0.4650,1.4286,1.3500,1.1690,18482.7711,18482.7711,19222.0819,19222.0819,19222.0819
-1020.2500,0.5000,,50.0000,,,,11,876.7843,978.2121,1842.5949,-146.4553,89.8161,169.1809,169.1809,-13.4470,1.0127,84.2975,0.0000,84.2975,4.5060,84.2975,3.3685,0.0000,80.9290,0.8158,,,80.1132,3.2033,,,76.9099,,,,,,,706.9107,1093.2288,0.2000,0.5025,1.4286,1.4000,0.9749,17533.6153,17533.6153,17708.9515,17708.9515,17708.9515
-1020.7500,0.5000,,50.4600,,,,11,887.1837,927.7197,1867.1894,-146.9233,86.1904,173.4725,173.4725,-13.6500,1.1964,80.5038,0.0000,80.5038,4.4902,80.5038,3.2166,0.0000,77.2871,0.8282,,,76.4589,3.0571,,,73.4019,,,,,,,715.8767,1030.9565,0.2000,0.5025,1.4286,1.4000,0.9592,16826.5678,16826.5678,16994.8335,16994.8335,16994.8335
-1021.2500,0.5000,,51.0000,,,,11,895.2941,937.0459,1886.3706,-147.2882,87.8527,176.8566,176.8566,-13.8090,0.8219,82.5714,0.0000,82.5714,4.4594,82.5714,3.2993,0.0000,79.2721,0.8366,,,78.4355,3.1361,,,75.2994,,,,,,,721.9714,1048.5087,0.2000,0.5025,1.4286,1.4000,0.9283,17124.0036,17124.0036,17295.2436,17295.2436,17295.2436
-1021.7500,0.5000,,51.3400,,,,11,903.8571,880.8085,1906.6221,-147.6736,83.3700,180.4650,180.4650,-13.9776,0.7769,78.1395,0.0000,78.1395,4.4536,78.1395,3.1219,0.0000,75.0176,0.8446,,,74.1730,2.9656,,,71.2074,,,,,,,727.6854,984.4434,0.2000,0.5025,1.4286,1.4000,0.9225,16311.4781,16311.4781,16474.5929,16474.5929,16474.5929
-1022.2500,0.5000,,52.0000,,,,11,911.2000,886.4581,1923.9880,-148.0040,84.5864,183.5882,183.5882,-14.1226,1.0696,78.7463,0.0000,78.7463,4.7705,78.7463,3.1461,0.0000,75.6002,0.8554,,,74.7448,2.9884,,,71.7563,,,,,,,735.4797,981.5750,0.2000,0.5025,1.4286,1.4000,1.2394,16560.7148,16560.7148,16726.3219,16726.3219,16726.3219
-1022.7500,0.5000,,52.2200,,,,11,916.6961,829.2089,1936.9862,-148.2513,79.6009,185.9433,185.9433,-14.2316,0.5334,74.0499,0.0000,74.0499,5.0176,74.0499,2.9582,0.0000,71.0916,0.8608,,,70.2309,2.8079,,,67.4230,,,,,,,739.3357,918.2232,0.2000,0.5025,1.4286,1.4000,1.4866,15538.7002,15538.7002,15694.0872,15694.0872,15694.0872
-1023.2500,0.5000,,52.6400,,,,11,922.2800,813.1310,1950.1922,-148.5026,78.5330,188.3514,188.3514,-14.3425,0.5178,73.1671,0.0000,73.1671,4.8480,73.1671,2.9229,0.0000,70.2442,0.8660,,,69.3782,2.7737,,,66.6045,,,,,,,743.0602,902.7301,0.2000,0.5025,1.4286,1.4000,1.3170,15334.9482,15334.9482,15488.2977,15488.2977,15488.2977
-1023.7500,0.5000,,52.8600,,,,11,927.0816,751.0868,1961.5481,-148.7187,72.9183,190.4345,190.4345,-14.4382,0.6351,67.7045,0.0000,67.7045,4.5787,67.7045,2.7043,0.0000,65.0002,0.8724,,,64.1278,2.5637,,,61.5641,,,,,,,747.6031,830.2611,0.2000,0.5025,1.4286,1.4000,1.0476,14338.2941,14338.2941,14481.6771,14481.6771,14481.6771
-1024.2500,0.5000,,53.1200,,,,11,932.3900,698.1832,1974.1024,-148.9576,68.1704,192.7507,192.7507,-14.5442,0.6199,63.0892,0.0000,63.0892,4.4612,63.0892,2.5197,0.0000,60.5695,0.8785,,,59.6910,2.3862,,,57.3047,,,,,,,752.0109,769.1327,0.2000,0.5025,1.4286,1.4000,0.9302,13503.7256,13503.7256,13638.7628,13638.7628,13638.7628
-1024.7500,0.5000,,53.4000,,,,11,934.8600,621.5569,1979.9439,-149.0687,60.8494,193.8332,193.8332,-14.5936,0.2610,56.3875,0.0000,56.3875,4.2009,56.3875,2.2516,0.0000,54.1359,0.8811,,,53.2548,2.1288,,,51.1260,,,,,,,753.8589,685.7516,0.2000,0.5025,1.4286,1.4000,0.6698,12211.7541,12211.7541,12333.8716,12333.8716,12333.8716
-1025.2500,0.5000,,53.4400,,,,11,938.8300,625.1777,1989.3330,-149.2474,61.4637,195.5794,195.5794,-14.6731,0.4922,56.8351,0.0000,56.8351,4.1365,56.8351,2.2695,0.0000,54.5656,0.8860,,,53.6796,2.1457,,,51.5339,,,,,,,757.3316,688.0254,0.2000,0.5025,1.4286,1.4000,0.6054,12325.4989,12325.4989,12448.7539,12448.7539,12448.7539
-1025.7500,0.5000,,53.7800,,,,11,942.9000,675.1483,1998.9585,-149.4305,66.6643,197.3777,197.3777,-14.7548,0.4142,62.2704,0.0000,62.2704,3.9797,62.2704,2.4868,0.0000,59.7835,0.8901,,,58.8934,2.3543,,,56.5391,,,,,,,760.2419,750.9328,0.2000,0.5025,1.4286,1.4000,0.4487,13243.3399,13243.3399,13375.7733,13375.7733,13375.7733
-1026.2500,0.5000,,54.0400,,,,11,946.9600,757.1457,2008.5604,-149.6132,75.0827,199.1797,199.1797,-14.8365,0.3970,70.7061,0.0000,70.7061,3.9795,70.7061,2.8242,0.0000,67.8819,0.8940,,,66.9878,2.6781,,,64.3098,,,,,,,763.0208,849.5499,0.2000,0.5025,1.4286,1.4000,0.4484,14691.2369,14691.2369,14838.1492,14838.1492,14838.1492
-1026.7500,0.5000,,54.4200,,,,11,959.0500,978.0225,2037.1533,-150.1573,98.2242,204.5943,204.5943,-15.0805,1.3512,93.0301,0.0000,93.0301,3.8429,93.0301,3.7171,0.0000,89.3130,0.9073,,,88.4056,3.5347,,,84.8709,,,,,,,772.4041,1104.1837,0.2000,0.5025,1.4286,1.4000,0.3119,19153.2918,19153.2918,19344.8248,19344.8248,19344.8248
-1027.2500,0.5000,,55.1800,,,,11,970.6200,1072.7219,2064.5163,-150.6779,109.0348,209.8438,209.8438,-15.3154,1.4402,103.7541,0.0000,103.7541,3.8405,103.7541,4.1460,0.0000,99.6081,0.9213,,,98.6868,3.9459,,,94.7409,,,,,,,782.2810,1215.9155,0.2000,0.5025,1.4286,1.4000,0.3094,21044.3155,21044.3155,21254.7587,21254.7587,21254.7587
-1027.7500,0.5000,,56.0000,,,,11,983.6100,1077.0225,2095.2377,-151.2625,110.9370,215.8166,215.8166,-15.5805,1.4969,105.6654,0.0000,105.6654,3.7746,105.6654,4.2223,0.0000,101.4431,0.9358,,,100.5073,4.0187,,,96.4886,,,,,,,792.4167,1222.4759,0.2000,0.5025,1.4286,1.4000,0.2436,21389.3440,21389.3440,21603.2374,21603.2374,21603.2374
-1028.2500,0.5000,,56.7000,,,,11,997.7500,1102.6551,2128.6788,-151.8988,115.2100,222.4132,222.4132,-15.8710,1.6621,109.7962,0.0000,109.7962,3.7517,109.7962,4.3874,0.0000,105.4088,0.9517,,,104.4570,4.1767,,,100.2804,,,,,,,803.5210,1252.7111,0.2000,0.5025,1.4286,1.4000,0.2206,22131.4627,22131.4627,22352.7773,22352.7773,22352.7773
-1028.7500,0.5000,,57.7200,,,,11,1016.2200,1223.6601,2134.0000,-153.0543,130.2198,227.0967,227.0967,-16.2878,2.1814,124.3204,0.0000,124.3204,3.7181,124.3204,4.9682,0.0000,119.3522,0.9724,,,118.3798,4.7335,,,113.6462,,,,,,,817.8657,1393.5408,0.2000,0.5025,1.4286,1.4000,0.1870,24828.5575,24828.5575,25076.8431,25076.8431,25076.8431
-1029.2500,0.5000,,58.7000,,,,11,1034.1800,1242.6240,2134.0000,-154.2217,134.5750,231.1102,231.1102,-16.7021,2.3454,128.5274,0.0000,128.5274,3.7022,128.5274,5.1363,0.0000,123.3910,0.9944,,,122.3967,4.8941,,,117.5025,,,,,,,833.0137,1414.4997,0.2000,0.5025,1.4286,1.4000,0.1712,25626.7177,25626.7177,25882.9849,25882.9849,25882.9849
-1029.7500,0.5000,,59.9400,,,,11,1057.4500,1423.6642,2134.0000,-155.7343,157.6507,236.3104,236.3104,-17.2454,2.7619,151.1999,0.0000,151.1999,3.6888,151.1999,6.0430,0.0000,145.1569,1.0199,,,144.1370,5.7637,,,138.3733,,,,,,,850.5061,1629.7901,0.2000,0.5025,1.4286,1.4000,0.1578,29820.0546,29820.0546,30118.2552,30118.2552,30118.2552
-1030.2500,0.5000,,61.3200,,,,11,1083.0200,1467.1069,2134.0000,-157.3963,166.3899,242.0246,242.0246,-17.8509,3.3063,159.4120,0.0000,159.4120,3.6716,159.4120,6.3713,0.0000,153.0407,1.0501,,,151.9906,6.0777,,,145.9129,,,,,,,870.9840,1677.9080,0.2000,0.5025,1.4286,1.4000,0.1405,31347.8865,31347.8865,31661.3654,31661.3654,31661.3654
-1030.7500,0.5000,,62.7800,,,,11,1107.8100,1464.9186,2134.0000,-159.0077,169.9446,247.5645,247.5645,-18.4464,3.3622,162.9136,0.0000,162.9136,3.6688,162.9136,6.5111,0.0000,156.4025,1.0803,,,155.3222,6.2109,,,149.1113,,,,,,,891.3263,1675.6311,0.2000,0.5025,1.4286,1.4000,0.1377,32005.0018,32005.0018,32325.0518,32325.0518,32325.0518
-1031.2500,0.5000,,63.6000,,,,11,1106.0600,624.5783,2134.0000,-158.8939,72.3426,247.1734,247.1734,-18.4041,0.8848,67.8106,0.0000,67.8106,3.6472,67.8106,2.7069,0.0000,65.1037,1.0882,,,64.0155,2.5586,,,61.4569,,,,,,,896.6026,693.3892,0.2000,0.5025,1.4286,1.4000,0.1162,14429.3119,14429.3119,14573.6050,14573.6050,14573.6050
-1031.7500,0.5000,,62.6000,,,,11,1001.0200,11.2327,2134.0000,-152.0663,1.1775,223.6999,223.6999,-15.9406,-2.4838,0.0140,0.0000,0.0140,3.6472,0.0140,1.2845,0.0000,-1.2705,1.0660,,,-2.3365,1.4225,,,-3.7590,,,,,,,881.7106,-13.7603,0.2000,0.5025,1.4286,1.4000,0.1162,3022.2530,3022.2530,3052.4755,3052.4755,3052.4755
-1032.2500,0.5000,,62.0400,,,,12,869.7500,-146.1388,1825.9588,-146.1388,-13.3103,166.3083,166.3083,-13.3103,-29.0400,12.0932,0.0000,12.0932,3.6364,12.0932,0.6510,0.0000,11.4422,1.0567,,,10.3855,1.4076,,,8.9780,,,,,,,875.4486,124.8107,0.2000,0.5025,1.4286,1.4000,0.1054,182.0810,182.0810,183.9018,183.9018,183.9018
-1032.7500,0.5000,,62.0400,,,,12,846.7800,478.8071,1771.6347,-145.1051,42.4580,157.0990,157.0990,-12.8671,0.0845,38.7433,0.0000,38.7433,3.6302,38.7433,0.7765,0.0000,37.9668,1.0579,,,36.9089,1.4744,,,35.4344,,,,,,,876.2915,413.7394,0.2000,0.5025,1.4286,1.4000,0.0991,9045.5000,9045.5000,9135.9550,9135.9550,9135.9550
-1033.2500,0.5000,,62.6800,,,,12,858.2500,1047.8357,1798.7613,-145.6213,94.1750,161.6650,161.6650,-13.0878,1.1274,89.4236,0.0000,89.4236,3.6239,89.4236,1.7901,0.0000,87.6335,1.0745,,,86.5590,3.4604,,,83.0986,,,,,,,887.4580,942.9613,0.2000,0.5025,1.4286,1.4000,0.0929,18374.8008,18374.8008,18558.5488,18558.5488,18558.5488
-1033.7500,0.5000,,63.7200,,,,12,872.9600,1407.1001,1833.5504,-146.2832,128.6317,167.6161,167.6161,-13.3726,1.7164,123.2964,0.0000,123.2964,3.6189,123.2964,2.4676,0.0000,120.8288,1.1000,,,119.7288,4.7871,,,114.9417,,,,,,,904.1931,1276.0880,0.2000,0.5025,1.4286,1.4000,0.0878,24712.1132,24712.1132,24959.2343,24959.2343,24959.2343
-1034.2500,0.5000,,64.8800,,,,12,889.0500,1498.8703,1871.6033,-147.0073,139.5465,174.2483,174.2483,-13.6865,1.6165,134.3133,0.0000,134.3133,3.6167,134.3133,2.6880,0.0000,131.6252,1.1248,,,130.5005,5.2179,,,125.2826,,,,,,,919.6757,1366.7084,0.2000,0.5025,1.4286,1.4000,0.0857,26806.3569,26806.3569,27074.4205,27074.4205,27074.4205
-1034.7500,0.5000,,66.0400,,,,12,902.9200,1491.6227,1904.4058,-147.6314,141.0382,180.0684,180.0684,-13.9591,1.7068,135.7172,0.0000,135.7172,3.6143,135.7172,2.7162,0.0000,133.0010,1.1507,,,131.8503,5.2718,,,126.5785,,,,,,,935.7453,1357.2776,0.2000,0.5025,1.4286,1.4000,0.0832,27047.5128,27047.5128,27317.9879,27317.9879,27317.9879
-1035.2500,0.5000,,66.8400,,,,12,914.8900,1358.1706,1932.7149,-148.1701,130.1223,185.1677,185.1677,-14.1957,1.3239,125.1847,0.0000,125.1847,3.6137,125.1847,2.5056,0.0000,122.6791,1.1707,,,121.5084,4.8581,,,116.6504,,,,,,,948.0224,1235.7296,0.2000,0.5025,1.4286,1.4000,0.0827,24951.7030,24951.7030,25201.2200,25201.2200,25201.2200
-1035.7500,0.5000,,67.8200,,,,12,925.0000,1187.3148,1956.6250,-148.6250,115.0102,189.5300,189.5300,-14.3967,1.1853,110.2120,0.0000,110.2120,3.6129,110.2120,2.2062,0.0000,108.0058,1.1884,,,106.8174,4.2704,,,102.5470,,,,,,,958.8807,1075.6078,0.2000,0.5025,1.4286,1.4000,0.0818,22100.9233,22100.9233,22321.9325,22321.9325,22321.9325
-1036.2500,0.5000,,68.3600,,,,12,931.4300,1018.7415,1971.8320,-148.9144,99.3672,192.3308,192.3308,-14.5250,0.7509,95.0038,0.0000,95.0038,3.6124,95.0038,1.9020,0.0000,93.1018,1.1997,,,91.9021,3.6737,,,88.2284,,,,,,,965.6967,920.6376,0.2000,0.5025,1.4286,1.4000,0.0813,19288.7172,19288.7172,19481.6044,19481.6044,19481.6044
-1036.7500,0.5000,,68.7800,,,,12,938.7200,971.7794,1989.0728,-149.2424,95.5284,195.5309,195.5309,-14.6709,0.8178,91.1008,0.0000,91.1008,3.6098,91.1008,1.8240,0.0000,89.2768,1.2118,,,88.0649,3.5202,,,84.5447,,,,,,,973.0655,876.1283,0.2000,0.5025,1.4286,1.4000,0.0787,18621.8021,18621.8021,18808.0201,18808.0201,18808.0201
-1037.2500,0.5000,,69.3800,,,,12,946.5500,969.4622,2007.5908,-149.5948,96.0955,198.9974,198.9974,-14.8282,0.9335,91.5525,0.0000,91.5525,3.6095,91.5525,1.8331,0.0000,89.7194,1.2256,,,88.4938,3.5373,,,84.9565,,,,,,,981.4094,872.9868,0.2000,0.5025,1.4286,1.4000,0.0784,18744.2112,18744.2112,18931.6533,18931.6533,18931.6533
-1037.7500,0.5000,,69.9600,,,,12,954.7200,975.1666,2026.9128,-149.9624,97.4952,202.6468,202.6468,-14.9929,0.9184,92.9715,0.0000,92.9715,3.6054,92.9715,1.8615,0.0000,91.1100,1.2392,,,89.8708,3.5924,,,86.2784,,,,,,,989.5491,879.2249,0.2000,0.5025,1.4286,1.4000,0.0744,19013.4923,19013.4923,19203.6272,19203.6272,19203.6272
-1038.2500,0.5000,,70.4600,,,,12,961.5000,972.5808,2042.9475,-150.2675,97.9273,205.7004,205.7004,-15.1301,0.8058,92.8428,0.0000,92.8428,4.2786,92.8428,1.8589,0.0000,90.9839,1.2510,,,89.7329,3.5868,,,86.1461,,,,,,,996.6364,871.7644,0.3500,0.5400,1.7143,1.6000,0.0743,19109.3881,19109.3881,19109.3881,19109.3881,19109.3881
-1038.7500,0.5000,,70.9800,,,,12,967.5300,917.8499,2057.2085,-150.5389,92.9961,208.4353,208.4353,-15.2525,0.7372,87.9812,0.0000,87.9812,4.2777,87.9812,1.7617,0.0000,86.2195,1.2618,,,84.9577,3.3958,,,81.5619,,,,,,,1003.0764,820.8106,0.3500,0.5400,1.7143,1.6000,0.0734,18133.9238,18133.9238,18133.9238,18133.9238,18133.9238
-1039.2500,0.5000,,71.3200,,,,12,972.7800,898.6135,2069.6247,-150.7751,91.5411,210.8312,210.8312,-15.3594,0.5860,86.6776,0.0000,86.6776,4.2775,86.6776,1.7357,0.0000,84.9420,1.2703,,,83.6716,3.3443,,,80.3273,,,,,,,1008.1664,804.5657,0.3500,0.5400,1.7143,1.6000,0.0732,17830.8377,17830.8377,17830.8377,17830.8377,17830.8377
-1039.7500,0.5000,,71.7200,,,,12,978.2500,872.4944,2082.5613,-151.0213,89.3802,213.3419,213.3419,-15.4709,0.6598,84.4437,0.0000,84.4437,4.2767,84.4437,1.6910,0.0000,82.7526,1.2800,,,81.4727,3.2563,,,78.2164,,,,,,,1013.8667,779.4214,0.3500,0.5400,1.7143,1.6000,0.0724,17391.7468,17391.7468,17391.7468,17391.7468,17391.7468
-1040.2500,0.5000,,72.2400,,,,12,984.1000,886.0934,2096.3965,-151.2845,91.3161,216.0435,216.0435,-15.5906,0.7184,86.3214,0.0000,86.3214,4.2763,86.3214,1.7286,0.0000,84.5928,1.2904,,,83.3024,3.3295,,,79.9729,,,,,,,1020.0369,791.9337,0.3500,0.5400,1.7143,1.6000,0.0720,17764.9229,17764.9229,17764.9229,17764.9229,17764.9229
-1040.7500,0.5000,,72.6600,,,,12,991.5600,923.7304,2114.0394,-151.6202,95.9164,219.5132,219.5132,-15.7436,0.9251,90.7145,0.0000,90.7145,4.2767,90.7145,1.8165,0.0000,88.8980,1.3038,,,87.5942,3.5011,,,84.0931,,,,,,,1027.9284,825.8488,0.3500,0.5400,1.7143,1.6000,0.0725,18652.6309,18652.6309,18652.6309,18652.6309,18652.6309
-1041.2500,0.5000,,72.8800,,,,12,994.3200,858.3945,2120.5668,-151.7444,89.3803,220.8039,220.8039,-15.8004,0.3804,84.7224,0.0000,84.7224,4.2775,84.7224,1.6967,0.0000,83.0257,1.3092,,,81.7165,3.2660,,,78.4505,,,,,,,1031.1555,768.8825,0.3500,0.5400,1.7143,1.6000,0.0732,17377.0508,17377.0508,17377.0508,17377.0508,17377.0508
-1041.7500,0.5000,,73.2400,,,,12,999.4000,842.4560,2132.5810,-151.9730,88.1689,223.1894,223.1894,-15.9050,0.5461,83.3439,0.0000,83.3439,4.2788,83.3439,1.6691,0.0000,81.6748,1.3171,,,80.3577,3.2116,,,77.1461,,,,,,,1035.7713,753.0009,0.3500,0.5400,1.7143,1.6000,0.0745,17145.5602,17145.5602,17145.5602,17145.5602,17145.5602
-1042.2500,0.5000,,73.5800,,,,12,1004.4100,858.5889,2134.0000,-152.2867,90.3077,224.4575,224.4575,-16.0177,0.6755,85.3499,0.0000,85.3499,4.2823,85.3499,1.7093,0.0000,83.6407,1.3268,,,82.3139,3.2898,,,79.0240,,,,,,,1041.4518,766.9194,0.3500,0.5400,1.7143,1.6000,0.0780,17548.6025,17548.6025,17548.6025,17548.6025,17548.6025
-1042.7500,0.5000,,73.9800,,,,12,1009.8500,884.1685,2134.0000,-152.6403,93.5019,225.6732,225.6732,-16.1419,0.6887,88.5294,0.0000,88.5294,4.2839,88.5294,1.7729,0.0000,86.7565,1.3367,,,85.4198,3.4140,,,82.0058,,,,,,,1047.2117,791.1137,0.3500,0.5400,1.7143,1.6000,0.0796,18153.8326,18153.8326,18153.8326,18153.8326,18153.8326
-1043.2500,0.5000,,74.5000,,,,12,1015.6000,898.4861,2134.0000,-153.0140,95.5570,226.9581,226.9581,-16.2736,0.6335,90.6334,0.0000,90.6334,4.2901,90.6334,1.8150,0.0000,88.8184,1.3457,,,87.4727,3.4961,,,83.9766,,,,,,,1052.4827,805.8598,0.3500,0.5400,1.7143,1.6000,0.0858,18539.9271,18539.9271,18539.9271,18539.9271,18539.9271
-1043.7500,0.5000,,74.9400,,,,12,1021.5800,904.3342,2134.0000,-153.4027,96.7453,228.2945,228.2945,-16.4110,0.7750,91.6799,0.0000,91.6799,4.2904,91.6799,1.8359,0.0000,89.8440,1.3568,,,88.4872,3.5367,,,84.9505,,,,,,,1058.8950,810.2282,0.3500,0.5400,1.7143,1.6000,0.0861,18757.9853,18757.9853,18757.9853,18757.9853,18757.9853
-1044.2500,0.5000,,75.4800,,,,12,1030.4800,990.9513,2134.0000,-153.9812,106.9352,230.2834,230.2834,-16.6164,1.0864,101.5553,0.0000,101.5553,4.2935,101.5553,2.0335,0.0000,99.5218,1.3722,,,98.1496,3.9231,,,94.2264,,,,,,,1067.8188,890.0039,0.3500,0.5400,1.7143,1.6000,0.0892,20663.5207,20663.5207,20663.5207,20663.5207,20663.5207
-1044.7500,0.5000,,76.1000,,,,12,1038.8200,1029.1558,2134.0000,-154.5233,111.9567,232.1471,232.1471,-16.8098,1.1195,106.5423,0.0000,106.5423,4.2949,106.5423,2.1333,0.0000,104.4091,1.3880,,,103.0210,4.1179,,,98.9031,,,,,,,1076.9370,925.8045,0.3500,0.5400,1.7143,1.6000,0.0906,21577.3710,21577.3710,21577.3710,21577.3710,21577.3710
-1045.2500,0.5000,,76.7000,,,,12,1046.7800,1037.5369,2134.0000,-155.0407,113.7333,233.9260,233.9260,-16.9953,0.9735,108.4599,0.0000,108.4599,4.2998,108.4599,2.1717,0.0000,106.2883,1.4017,,,104.8865,4.1925,,,100.6940,,,,,,,1084.8040,935.6329,0.3500,0.5400,1.7143,1.6000,0.0956,21880.1034,21880.1034,21880.1034,21880.1034,21880.1034
-1045.7500,0.5000,,77.2800,,,,12,1054.0200,1030.5103,2134.0000,-155.5113,113.7443,235.5439,235.5439,-17.1648,0.9123,108.5322,0.0000,108.5322,4.2998,108.5322,2.1731,0.0000,106.3590,1.4145,,,104.9445,4.1948,,,100.7497,,,,,,,1092.1252,929.9793,0.3500,0.5400,1.7143,1.6000,0.0956,21891.3550,21891.3550,21891.3550,21891.3550,21891.3550
-1046.2500,0.5000,,77.8600,,,,12,1061.8700,1024.2646,2134.0000,-156.0216,113.8970,237.2982,237.2982,-17.3494,1.0842,108.5115,0.0000,108.5115,4.3012,108.5115,2.1728,0.0000,106.3387,1.4298,,,104.9089,4.1933,,,100.7156,,,,,,,1100.7625,922.5061,0.3500,0.5400,1.7143,1.6000,0.0969,21931.4123,21931.4123,21931.4123,21931.4123,21931.4123
-1046.7500,0.5000,,78.3400,,,,12,1067.9900,976.7705,2134.0000,-156.4194,109.2417,238.6658,238.6658,-17.4939,0.8338,104.1058,0.0000,104.1058,4.3020,104.1058,2.0847,0.0000,102.0211,1.4422,,,100.5789,4.0201,,,96.5589,,,,,,,1107.3594,879.7777,0.3500,0.5400,1.7143,1.6000,0.0977,21097.7085,21097.7085,21097.7085,21097.7085,21097.7085
-1047.2500,0.5000,,78.8600,,,,12,1074.6400,953.4810,2134.0000,-156.8516,107.3010,240.1519,240.1519,-17.6515,0.8321,102.1669,0.0000,102.1669,4.3019,102.1669,2.0459,0.0000,100.1210,1.4545,,,98.6664,3.9435,,,94.7229,,,,,,,1113.9036,858.3191,0.3500,0.5400,1.7143,1.6000,0.0977,20766.4188,20766.4188,20766.4188,20766.4188,20766.4188
-1047.7500,0.5000,,79.1600,,,,12,1079.4300,945.3107,2134.0000,-157.1630,106.8557,241.2223,241.2223,-17.7653,0.6533,101.9005,0.0000,101.9005,4.3019,101.9005,2.0406,0.0000,99.8598,1.4642,,,98.3956,3.9327,,,94.4629,,,,,,,1119.0150,852.1701,0.3500,0.5400,1.7143,1.6000,0.0976,20702.4047,20702.4047,20702.4047,20702.4047,20702.4047
-1048.2500,0.5000,,79.6000,,,,12,1084.8800,931.9036,2134.0000,-157.5172,105.8721,242.4403,242.4403,-17.8953,0.7128,100.8573,0.0000,100.8573,4.3019,100.8573,2.0198,0.0000,98.8375,1.4747,,,97.3627,3.8913,,,93.4714,,,,,,,1124.5653,839.2829,0.3500,0.5400,1.7143,1.6000,0.0977,20546.1520,20546.1520,20546.1520,20546.1520,20546.1520
-1048.7500,0.5000,,80.0000,,,,12,1089.7000,910.8618,2134.0000,-157.8305,103.9413,243.5174,243.5174,-18.0105,0.6886,98.9502,0.0000,98.9502,4.3025,98.9502,1.9817,0.0000,96.9686,1.4849,,,95.4837,3.8161,,,91.6675,,,,,,,1129.9007,819.5247,0.3500,0.5400,1.7143,1.6000,0.0982,20167.8307,20167.8307,20167.8307,20167.8307,20167.8307
-1049.2500,0.5000,,80.2200,,,,12,1092.2000,824.8963,2134.0000,-157.9930,94.3474,244.0761,244.0761,-18.0704,0.3131,89.7316,0.0000,89.7316,4.3027,89.7316,1.7973,0.0000,87.9343,1.4895,,,86.4448,3.4546,,,82.9902,,,,,,,1132.3187,741.5850,0.3500,0.5400,1.7143,1.6000,0.0984,18366.5960,18366.5960,18366.5960,18366.5960,18366.5960
-1049.7500,0.5000,,80.3400,,,,12,1094.3900,776.8753,2134.0000,-158.1354,89.0332,244.5655,244.5655,-18.1230,0.2179,84.5109,0.0000,84.5109,4.3044,84.5109,1.6929,0.0000,82.8180,1.4927,,,81.3252,3.2498,,,78.0755,,,,,,,1133.9985,697.4023,0.3500,0.5400,1.7143,1.6000,0.1001,17452.4434,17452.4434,17452.4434,17452.4434,17452.4434
-1050.2500,0.5000,,80.5400,,,,12,1097.5200,840.7895,2134.0000,-158.3388,96.6336,245.2649,245.2649,-18.1982,0.5345,91.7905,0.0000,91.7905,4.3086,91.7905,1.8385,0.0000,89.9519,1.5006,,,88.4514,3.5348,,,84.9166,,,,,,,1138.1082,754.7418,0.3500,0.5400,1.7143,1.6000,0.1044,18773.1658,18773.1658,18773.1658,18773.1658,18773.1658
-1050.7500,0.5000,,80.8200,,,,12,1099.9000,804.1124,2134.0000,-158.4935,92.6187,245.7968,245.7968,-18.2555,0.2914,88.0187,0.0000,88.0187,4.3086,88.0187,1.7631,0.0000,86.2556,1.5049,,,84.7508,3.3868,,,81.3640,,,,,,,1140.3423,722.3099,0.3500,0.5400,1.7143,1.6000,0.1043,18087.1328,18087.1328,18087.1328,18087.1328,18087.1328
-1051.2500,0.5000,,80.9400,,,,12,1103.1600,798.7477,2134.0000,-158.7054,92.2734,246.5253,246.5253,-18.3341,0.4593,87.4971,0.0000,87.4971,4.3170,87.4971,1.7527,0.0000,85.7444,1.5116,,,84.2328,3.3660,,,80.8668,,,,,,,1143.8550,715.8240,0.3500,0.5400,1.7143,1.6000,0.1128,18036.8957,18036.8957,18036.8957,18036.8957,18036.8957
-1051.7500,0.5000,,81.2000,,,,12,1104.6300,729.7313,2134.0000,-158.8010,84.4128,246.8538,246.8538,-18.3696,0.2552,79.8397,0.0000,79.8397,4.3180,79.8397,1.5995,0.0000,78.2402,1.5153,,,76.7248,3.0657,,,73.6591,,,,,,,1145.8017,652.0661,0.3500,0.5400,1.7143,1.6000,0.1137,16677.9131,16677.9131,16677.9131,16677.9131,16677.9131
-1052.2500,0.5000,,81.2800,,,,12,1105.9200,694.7497,2134.0000,-158.8848,80.4601,247.1421,247.1421,-18.4007,0.2228,75.9162,0.0000,75.9162,4.3211,75.9162,1.5211,0.0000,74.3951,1.5186,,,72.8765,2.9118,,,69.9648,,,,,,,1147.4992,619.1039,0.3500,0.5400,1.7143,1.6000,0.1168,15894.9780,15894.9780,15894.9780,15894.9780,15894.9780
-1052.7500,0.5000,,81.3000,,,,12,1106.3700,736.1518,2134.0000,-158.9141,85.2897,247.2427,247.2427,-18.4116,-0.0033,80.9701,0.0000,80.9701,4.3229,80.9701,1.6222,0.0000,79.3479,1.5185,,,77.8294,3.1099,,,74.7195,,,,,,,1147.4744,660.3343,0.3500,0.5400,1.7143,1.6000,0.1186,16846.8970,16846.8970,16846.8970,16846.8970,16846.8970
-1053.2500,0.5000,,81.2800,,,,12,1106.8500,702.6895,2134.0000,-158.9453,81.4481,247.3499,247.3499,-18.4232,0.0305,77.0945,0.0000,77.0945,4.3232,77.0945,1.5446,0.0000,75.5498,1.5190,,,74.0308,2.9579,,,71.0729,,,,,,,1147.7062,628.5995,0.3500,0.5400,1.7143,1.6000,0.1189,16088.3204,16088.3204,16088.3204,16088.3204,16088.3204
-1053.7500,0.5000,,81.4000,,,,12,1108.2700,694.9809,2134.0000,-159.0376,80.6579,247.6673,247.6673,-18.4575,0.2218,76.1124,0.0000,76.1124,4.3237,76.1124,1.5250,0.0000,74.5874,1.5222,,,73.0652,2.9193,,,70.1459,,,,,,,1149.3926,619.6816,0.3500,0.5400,1.7143,1.6000,0.1194,15930.3201,15930.3201,15930.3201,15930.3201,15930.3201
-1054.2500,0.5000,,81.3800,,,,12,1106.8200,545.4634,2134.0000,-158.9433,63.2224,247.3432,247.3432,-18.4225,-0.1756,59.0742,0.0000,59.0742,4.3238,59.0742,1.1842,0.0000,57.8900,1.5197,,,56.3703,2.2515,,,54.1188,,,,,,,1148.0573,481.5165,0.3500,0.5400,1.7143,1.6000,0.1195,13043.4446,13043.4446,13043.4446,13043.4446,13043.4446
-1054.7500,0.5000,,81.3000,,,,12,1104.0200,454.9728,2134.0000,-158.7613,52.6006,246.7175,246.7175,-18.3548,-0.3262,48.6006,0.0000,48.6006,4.3262,48.6006,0.9748,0.0000,47.6258,1.5149,,,46.1110,2.1141,,,43.9968,,,,,,,1145.5731,397.0007,0.3500,0.5400,1.7143,1.6000,0.1219,11212.0246,11212.0246,11212.0246,11212.0246,11212.0246
-1055.2500,0.5000,,80.7800,,,,12,1097.4500,272.5772,2134.0000,-158.3343,31.3258,245.2493,245.2493,-18.1965,-0.8399,27.8396,0.0000,27.8396,4.3262,27.8396,0.9226,0.0000,26.9170,1.5026,,,25.4144,2.0958,,,23.3186,,,,,,,1139.1510,225.6400,0.3500,0.5400,1.7143,1.6000,0.1219,7919.0145,7919.0145,7919.0145,7919.0145,7919.0145
-1055.7500,0.5000,,80.4200,,,,12,1091.0600,186.7088,2134.0000,-157.9189,21.3325,243.8213,243.8213,-18.0431,-0.8618,17.8693,0.0000,17.8693,4.3251,17.8693,0.9153,0.0000,16.9539,1.4899,,,15.4640,2.0770,,,13.3870,,,,,,,1132.5236,142.9534,0.3500,0.5400,1.7143,1.6000,0.1208,6317.9044,6317.9044,6317.9044,6317.9044,6317.9044
-1056.2500,0.5000,,79.8600,,,,12,1083.8300,180.9027,2134.0000,-157.4490,20.5322,242.2056,242.2056,-17.8702,-0.9947,17.2024,0.0000,17.2024,4.3245,17.2024,0.9069,0.0000,16.2954,1.4752,,,14.8202,2.0553,,,12.7649,,,,,,,1124.8259,138.3412,0.3500,0.5400,1.7143,1.6000,0.1202,6186.4069,6186.4069,6186.4069,6186.4069,6186.4069
-1056.7500,0.5000,,79.3800,,,,12,1079.1400,228.9442,2134.0000,-157.1441,25.8724,241.1575,241.1575,-17.7584,-0.6687,22.2171,0.0000,22.2171,4.3240,22.2171,0.9013,0.0000,21.3158,1.4654,,,19.8505,2.0407,,,17.8098,,,,,,,1119.6208,181.8038,0.3500,0.5400,1.7143,1.6000,0.1197,6986.8455,6986.8455,6986.8455,6986.8455,6986.8455
-1057.2500,0.5000,,79.2000,,,,12,1077.3800,365.3141,2134.0000,-157.0297,41.2158,240.7642,240.7642,-17.7166,-0.3232,37.2160,0.0000,37.2160,4.3230,37.2160,0.8985,0.0000,36.3175,1.4606,,,34.8569,2.0336,,,32.8234,,,,,,,1117.0966,310.4535,0.3500,0.5400,1.7143,1.6000,0.1187,9382.2173,9382.2173,9382.2173,9382.2173,9382.2173
-1057.7500,0.5000,,79.0200,,,,12,1074.8400,440.9314,2134.0000,-156.8646,49.6299,240.1966,240.1966,-17.6562,-0.3047,45.6117,0.0000,45.6117,4.3229,45.6117,0.9148,0.0000,44.6968,1.4561,,,43.2408,2.0269,,,41.2139,,,,,,,1114.7117,382.9001,0.3500,0.5400,1.7143,1.6000,0.1186,10682.1493,10682.1493,10682.1493,10682.1493,10682.1493
-1058.2500,0.5000,,78.9600,,,,12,1074.6700,555.9812,2134.0000,-156.8536,62.5697,240.1586,240.1586,-17.6522,-0.0939,58.3448,0.0000,58.3448,4.3188,58.3448,1.1695,0.0000,57.1753,1.4547,,,55.7206,2.2257,,,53.4949,,,,,,,1113.9760,490.1217,0.3500,0.5400,1.7143,1.6000,0.1145,12817.7569,12817.7569,12817.7569,12817.7569,12817.7569
-1058.7500,0.5000,,79.0800,,,,12,1075.9800,641.3264,2134.0000,-156.9387,72.2623,240.4514,240.4514,-17.6833,0.2274,67.7162,0.0000,67.7162,4.3188,67.7162,1.3569,0.0000,66.3593,1.4580,,,64.9012,2.5929,,,62.3083,,,,,,,1115.7572,567.9412,0.3500,0.5400,1.7143,1.6000,0.1145,14340.0035,14340.0035,14340.0035,14340.0035,14340.0035
-1059.2500,0.5000,,79.0600,,,,12,1076.1400,642.3837,2134.0000,-156.9491,72.3922,240.4871,240.4871,-17.6871,0.0009,68.0750,0.0000,68.0750,4.3164,68.0750,1.3641,0.0000,66.7109,1.4581,,,65.2528,2.6070,,,62.6458,,,,,,,1115.7639,570.9468,0.3500,0.5400,1.7143,1.6000,0.1121,14360.7007,14360.7007,14360.7007,14360.7007,14360.7007
-1059.7500,0.5000,,79.0400,,,,12,1076.1600,653.2258,2134.0000,-156.9504,73.6154,240.4916,240.4916,-17.6876,0.0143,69.2862,0.0000,69.2862,4.3149,69.2862,1.3883,0.0000,67.8979,1.4583,,,66.4396,2.6545,,,63.7852,,,,,,,1115.8760,581.0475,0.3500,0.5400,1.7143,1.6000,0.1106,14565.3772,14565.3772,14565.3772,14565.3772,14565.3772
-1060.2500,0.5000,,79.0400,,,,12,1075.9000,659.1859,2134.0000,-156.9335,74.2691,240.4335,240.4335,-17.6814,-0.0166,69.9719,0.0000,69.9719,4.3139,69.9719,1.4020,0.0000,68.5698,1.4580,,,67.1118,2.6813,,,64.4305,,,,,,,1115.7458,586.8664,0.3500,0.5400,1.7143,1.6000,0.1096,14698.2576,14698.2576,14698.2576,14698.2576,14698.2576
-1060.7500,0.5000,,79.1200,,,,12,1076.6900,662.1336,2134.0000,-156.9849,74.6560,240.6100,240.6100,-17.7002,0.0598,70.2862,0.0000,70.2862,4.3100,70.2862,1.4083,0.0000,68.8779,1.4589,,,67.4190,2.6936,,,64.7253,,,,,,,1116.2142,589.2554,0.3500,0.5400,1.7143,1.6000,0.1057,14775.7274,14775.7274,14775.7274,14775.7274,14775.7274
-1061.2500,0.5000,,79.1600,,,,12,1077.4600,666.4868,2134.0000,-157.0349,75.2006,240.7821,240.7821,-17.7185,0.1349,70.7555,0.0000,70.7555,4.3101,70.7555,1.4177,0.0000,69.3378,1.4609,,,67.8769,2.7119,,,65.1650,,,,,,,1117.2696,592.6299,0.3500,0.5400,1.7143,1.6000,0.1058,14885.0600,14885.0600,14885.0600,14885.0600,14885.0600
-1061.7500,0.5000,,79.1200,,,,12,1077.0000,662.1400,2134.0000,-157.0050,74.6783,240.6793,240.6793,-17.7075,-0.0543,70.4231,0.0000,70.4231,4.3095,70.4231,1.4111,0.0000,69.0120,1.4601,,,67.5519,2.6989,,,64.8530,,,,,,,1116.8451,590.0693,0.3500,0.5400,1.7143,1.6000,0.1052,14779.8392,14779.8392,14779.8392,14779.8392,14779.8392
-1062.2500,0.5000,,79.1200,,,,12,1076.2600,656.0952,2134.0000,-156.9569,73.9457,240.5139,240.5139,-17.6899,-0.0739,69.7103,0.0000,69.7103,4.3093,69.7103,1.3968,0.0000,68.3135,1.4590,,,66.8545,2.6710,,,64.1835,,,,,,,1116.2667,584.3998,0.3500,0.5400,1.7143,1.6000,0.1050,14632.2304,14632.2304,14632.2304,14632.2304,14632.2304
-1062.7500,0.5000,,79.0000,,,,12,1075.7800,651.0783,2134.0000,-156.9257,73.3475,240.4067,240.4067,-17.6785,-0.1248,69.1634,0.0000,69.1634,4.3089,69.1634,1.3859,0.0000,67.7775,1.4572,,,66.3203,2.6497,,,63.6707,,,,,,,1115.2896,580.3224,0.3500,0.5400,1.7143,1.6000,0.1046,14511.4395,14511.4395,14511.4395,14511.4395,14511.4395
-1063.2500,0.5000,,78.9400,,,,12,1068.8800,388.2968,2134.0000,-156.4772,43.4632,238.8647,238.8647,-17.5149,-0.4755,39.6308,0.0000,39.6308,4.3079,39.6308,0.8925,0.0000,38.7382,1.4501,,,37.2881,2.0181,,,35.2700,,,,,,,1111.5596,332.7961,0.3500,0.5400,1.7143,1.6000,0.1036,9706.3966,9706.3966,9706.3966,9706.3966,9706.3966
-1063.7500,0.5000,,77.7800,,,,12,1045.0800,-78.4462,2134.0000,-154.9302,-8.5852,233.5461,233.5461,-16.9556,-2.1318,-10.7613,0.0000,-10.7613,4.3079,-10.7613,0.8743,0.0000,-11.6357,1.4190,,,-13.0547,1.9712,,,-15.0259,,,,,,,1094.6800,-101.5022,0.3500,0.5400,1.7143,1.6000,0.1036,1610.4413,1610.4413,1610.4413,1610.4413,1610.4413
-1064.2500,0.5000,,76.6800,,,,12,1039.0100,-154.5357,2134.0000,-154.5357,-16.8142,232.1896,232.1896,-16.8142,-1.9280,-19.1954,0.0000,-19.1954,4.3091,-19.1954,0.8578,0.0000,-20.0532,1.3919,,,-21.4451,1.9286,,,-23.3737,,,,,,,1079.1866,-177.4424,0.3500,0.5400,1.7143,1.6000,0.1049,231.2752,231.2752,231.2752,231.2752,231.2752
-1064.7500,0.5000,,75.7800,,,,12,1026.7400,-153.7381,2134.0000,-153.7381,-16.5299,229.4476,229.4476,-16.5299,-1.6199,-19.2193,0.0000,-19.2193,4.3093,-19.2193,0.8437,0.0000,-20.0631,1.3690,,,-21.4321,1.8926,,,-23.3247,,,,,,,1065.9953,-179.7269,0.3500,0.5400,1.7143,1.6000,0.1050,233.0870,233.0870,233.0870,233.0870,233.0870
-1065.2500,0.5000,,74.8000,,,,12,1015.0000,-152.9750,2134.0000,-152.9750,-16.2598,226.8240,226.8240,-16.2598,-1.4048,-19.1622,0.0000,-19.1622,4.3072,-19.1622,0.8315,0.0000,-19.9937,1.3491,,,-21.3428,1.8613,,,-23.2041,,,,,,,1054.4221,-181.0718,0.3500,0.5400,1.7143,1.6000,0.1029,234.8205,234.8205,234.8205,234.8205,234.8205
-1065.7500,0.5000,,74.0600,,,,12,1004.3900,-152.2854,2134.0000,-152.2854,-16.0173,224.4530,224.4530,-16.0173,-1.3582,-18.9639,0.0000,-18.9639,4.3048,-18.9639,0.8196,0.0000,-19.7835,1.3296,,,-21.1132,1.8310,,,-22.9442,,,,,,,1043.1105,-181.1109,0.3500,0.5400,1.7143,1.6000,0.1005,236.3871,236.3871,236.3871,236.3871,236.3871
-1066.2500,0.5000,,73.2000,,,,12,991.5600,-151.6202,2114.0394,-151.6202,-15.7436,219.5132,219.5132,-15.7436,-1.5682,-18.4780,0.0000,-18.4780,4.3026,-18.4780,0.8058,0.0000,-19.2838,1.3071,,,-20.5909,1.7958,,,-22.3867,,,,,,,1029.8951,-178.8014,0.3500,0.5400,1.7143,1.6000,0.0983,235.2358,235.2358,235.2358,235.2358,235.2358
-1066.7500,0.5000,,72.3400,,,,12,981.3200,-148.4403,2089.8218,-151.1594,-15.2543,214.7576,214.7576,-15.5337,-1.2504,-18.3029,0.0000,-18.3029,4.2990,-18.3029,0.7948,0.0000,-19.0976,1.2890,,,-20.3867,1.7677,,,-22.1543,,,,,,,1019.2350,-178.9273,0.3500,0.5400,1.7143,1.6000,0.0947,282.1155,282.1155,282.1155,282.1155,282.1155
-1067.2500,0.5000,,71.5400,,,,12,969.2100,-147.8860,2061.1817,-150.6145,-15.0098,209.2005,209.2005,-15.2867,-1.4594,-17.8468,0.0000,-17.8468,4.2965,-17.8468,0.7818,0.0000,-18.6286,1.2678,,,-19.8964,1.7347,,,-21.6311,,,,,,,1006.6506,-176.7149,0.3500,0.5400,1.7143,1.6000,0.0922,279.7025,279.7025,279.7025,279.7025,279.7025
-1067.7500,0.5000,,70.6600,,,,12,957.0400,-150.0668,2032.3996,-150.0668,-15.0398,203.6891,203.6891,-15.0398,-1.4396,-17.8930,0.0000,-17.8930,4.2927,-17.8930,0.7689,0.0000,-18.6619,1.2467,,,-19.9086,1.7021,,,-21.6106,,,,,,,994.0809,-179.2687,0.3500,0.5400,1.7143,1.6000,0.0885,227.8755,227.8755,227.8755,227.8755,227.8755
-1068.2500,0.5000,,69.4600,,,,12,939.3800,-149.2721,1990.6337,-149.2721,-14.6841,195.8219,195.8219,-14.6841,-1.9638,-16.3384,0.0000,-16.3384,3.6181,-16.3384,0.7511,0.0000,-17.0895,1.2178,,,-18.3073,1.6573,,,-19.9646,,,,,,,976.6733,-167.0906,0.2000,0.5025,1.4286,1.4000,0.0870,224.1101,224.1101,226.3512,226.3512,226.3512
-1068.7500,0.5000,,68.1600,,,,12,920.8000,-148.4360,1946.6920,-148.4360,-14.3131,187.7116,187.7116,-14.3131,-2.1187,-15.8079,0.0000,-15.8079,3.6135,-15.8079,0.7318,0.0000,-16.5397,1.1862,,,-17.7260,1.6087,,,-19.3347,,,,,,,957.5380,-164.9468,0.2000,0.5025,1.4286,1.4000,0.0825,220.1485,220.1485,222.3500,222.3500,222.3500
-1069.2500,0.5000,,66.7400,,,,12,902.3600,-147.6062,1903.0814,-147.6062,-13.9480,179.8315,179.8315,-13.9480,-2.1165,-15.4439,0.0000,-15.4439,3.6124,-15.4439,0.7123,0.0000,-16.1562,1.1544,,,-17.3106,1.5598,,,-18.8705,,,,,,,938.0327,-164.4724,0.2000,0.5025,1.4286,1.4000,0.0813,196.1751,196.1751,198.1369,198.1369,198.1369
-1069.7500,0.5000,,64.7800,,,,12,860.3400,-145.7153,1803.7041,-145.7153,-13.1282,162.5040,162.5040,-13.1282,-3.3676,-13.3672,0.0000,-13.3672,3.6066,-13.3672,0.6808,0.0000,-14.0480,1.1031,,,-15.1510,1.4814,,,-16.6324,,,,,,,906.1325,-148.0450,0.2000,0.5025,1.4286,1.4000,0.0755,182.6737,182.6737,184.5004,184.5004,184.5004
-1070.2500,0.5000,,62.6800,,,,12,918.4400,-148.3298,1941.1106,-148.3298,-14.2662,186.6937,186.6937,-14.2662,-2.7221,-15.1507,0.0000,-15.1507,3.6066,-15.1507,0.6549,0.0000,-15.8056,1.0627,,,-16.8683,1.4172,,,-18.2855,,,,,,,879.5012,-171.6109,0.2000,0.5025,1.4286,1.4000,0.0755,219.6454,219.6454,221.8418,221.8418,221.8418
-1070.7500,0.5000,,60.9200,,,,11,1034.2700,-154.2276,2134.0000,-154.2276,-16.7042,231.1303,231.1303,-16.7042,24.1314,-44.4389,0.0000,-44.4389,3.6033,-44.4389,1.7725,0.0000,-46.2114,1.0251,,,-47.2366,1.8876,,,-49.1242,,,,,,,854.0595,-516.6932,0.2000,0.5025,1.4286,1.4000,0.0723,231.9751,231.9751,234.2949,234.2949,234.2949
-1071.2500,0.5000,,58.4800,,,,11,1011.3600,-152.7384,2134.0000,-152.7384,-16.1764,226.0106,226.0106,-16.1764,-5.4855,-14.2940,0.0000,-14.2940,3.6031,-14.2940,1.1476,0.0000,-15.4416,0.9742,,,-16.4158,1.2764,,,-17.6922,,,,,,,819.1028,-180.0217,0.2000,0.5025,1.4286,1.4000,0.0720,235.3580,235.3580,237.7115,237.7115,237.7115
-1071.7500,0.5000,,56.4400,,,,11,976.3000,-150.9335,2077.9495,-150.9335,-15.4311,212.4452,212.4452,-15.4311,-4.3419,-14.7756,0.0000,-14.7756,3.6864,-14.7756,1.0870,0.0000,-15.8626,0.9328,,,-16.7954,1.2116,,,-18.0070,,,,,,,790.3384,-191.6603,0.2000,0.5025,1.4286,1.4000,0.1553,231.9821,231.9821,234.3019,234.3019,234.3019
-1072.2500,0.5000,,54.2800,,,,11,930.4900,-148.8721,1969.6089,-148.8721,-14.5062,191.9200,191.9200,-14.5062,-4.3479,-13.9013,0.0000,-13.9013,3.7430,-13.9013,1.0256,0.0000,-14.9268,0.8904,,,-15.8173,1.1457,,,-16.9630,,,,,,,760.4446,-187.4442,0.2000,0.5025,1.4286,1.4000,0.2119,222.2146,222.2146,224.4368,224.4368,224.4368
-1072.7500,0.5000,,52.5000,,,,11,964.3300,-150.3949,2049.6405,-150.3949,-15.1875,206.9817,206.9817,-15.1875,-3.4387,-15.6845,0.0000,-15.6845,3.9356,-15.6845,0.9764,0.0000,-16.6609,0.8561,,,-17.5170,1.0930,,,-18.6099,,,,,,,735.9428,-216.1853,0.2000,0.5025,1.4286,1.4000,0.4045,229.4299,229.4299,231.7242,231.7242,231.7242
-1073.2500,0.5000,,50.6600,,,,10,1087.1100,-157.6622,2134.0000,-157.6622,-17.9486,242.9386,242.9386,-17.9486,22.5373,-44.8010,0.0000,-44.8010,4.3151,-44.8010,1.7867,0.0000,-46.5877,0.8165,,,-47.4042,1.8949,,,-49.2991,,,,,,,707.4065,-628.8878,0.2000,0.5025,1.4286,1.4000,0.7840,245.8941,245.8941,248.3531,248.3531,248.3531
-1073.7500,0.5000,,48.6200,,,,10,1069.1500,-156.4948,2134.0000,-156.4948,-17.5213,238.9250,238.9250,-17.5213,-5.0064,-16.8047,0.0000,-16.8047,4.2898,-16.8047,1.2220,0.0000,-18.0267,0.7829,,,-18.8096,0.9822,,,-19.7918,,,,,,,682.8328,-252.1004,0.2000,0.4650,1.4286,1.3500,0.8462,243.3644,243.3644,253.0989,253.0989,253.0989
-1074.2500,0.5000,,47.4600,,,,10,1041.1700,-154.6761,2134.0000,-154.6761,-16.8645,232.6723,232.6723,-16.8645,-3.1713,-18.2640,0.0000,-18.2640,4.5708,-18.2640,1.1784,0.0000,-19.4424,0.7611,,,-20.2036,0.9497,,,-21.1533,,,,,,,666.7985,-278.4374,0.2000,0.4650,1.4286,1.3500,1.1272,230.9563,230.9563,240.1945,240.1945,240.1945
-1074.7500,0.5000,,46.1400,,,,10,1010.8200,-152.7033,2134.0000,-152.7033,-16.1641,225.8899,225.8899,-16.1641,-3.7990,-16.9304,0.0000,-16.9304,4.5653,-16.9304,1.1258,0.0000,-18.0562,0.7346,,,-18.7908,0.9104,,,-19.7012,,,,,,,647.0674,-266.4693,0.2000,0.4650,1.4286,1.3500,1.1218,235.4377,235.4377,244.8552,244.8552,244.8552
-1075.2500,0.5000,,44.9800,,,,10,993.3900,-151.7026,2118.3674,-151.7026,-15.7812,220.3686,220.3686,-15.7812,-2.5675,-17.7413,0.0000,-17.7413,4.5276,-17.7413,1.0899,0.0000,-18.8312,0.7164,,,-19.5475,0.8835,,,-20.4310,,,,,,,633.3842,-283.9105,0.2000,0.4650,1.4286,1.3500,1.0840,235.6260,235.6260,245.0510,245.0510,245.0510
-1075.7500,0.5000,,44.3000,,,,10,974.2000,-150.8390,2072.9830,-150.8390,-15.3883,211.4815,211.4815,-15.3883,-1.9607,-17.9541,0.0000,-17.9541,4.5266,-17.9541,1.0623,0.0000,-19.0164,0.7022,,,-19.7187,0.8628,,,-20.5815,,,,,,,622.7325,-291.6077,0.2000,0.4650,1.4286,1.3500,1.0830,231.5344,231.5344,240.7957,240.7957,240.7957
-1076.2500,0.5000,,43.4000,,,,10,956.4000,-150.0380,2030.8860,-150.0380,-15.0269,203.4013,203.4013,-15.0269,-2.1757,-17.1581,0.0000,-17.1581,4.3069,-17.1581,1.0315,0.0000,-18.1896,0.6863,,,-18.8759,0.8397,,,-19.7156,,,,,,,610.6954,-284.4261,0.2000,0.4650,1.4286,1.3500,0.8633,227.7391,227.7391,236.8487,236.8487,236.8487
-1076.7500,0.5000,,42.6000,,,,10,938.6800,-149.2406,1988.9782,-149.2406,-14.6701,195.5133,195.5133,-14.6701,-1.9409,-17.0136,0.0000,-17.0136,4.2843,-17.0136,1.0039,0.0000,-18.0174,0.6720,,,-18.6894,0.8189,,,-19.5083,,,,,,,599.7536,-286.8744,0.2000,0.4650,1.4286,1.3500,0.8408,223.9609,223.9609,232.9193,232.9193,232.9193
-1077.2500,0.5000,,41.8200,,,,10,920.8400,-148.4378,1946.7866,-148.4378,-14.3139,187.7289,187.7289,-14.3139,-1.9608,-16.4675,0.0000,-16.4675,4.1144,-16.4675,0.9758,0.0000,-17.4433,0.6580,,,-18.1013,0.7977,,,-18.8990,,,,,,,588.4932,-283.0475,0.2000,0.4650,1.4286,1.3500,0.6709,220.1571,220.1571,228.9634,228.9634,228.9634
-1077.7500,0.5000,,41.0800,,,,10,904.1700,-147.6877,1907.3621,-147.6877,-13.9837,180.5975,180.5975,-13.9837,-1.8646,-16.1996,0.0000,-16.1996,4.0805,-16.1996,0.9489,0.0000,-17.1485,0.6445,,,-17.7930,0.7773,,,-18.5703,,,,,,,577.5813,-283.5204,0.2000,0.4650,1.4286,1.3500,0.6369,202.4708,202.4708,210.5697,210.5697,210.5697
-1078.2500,0.5000,,40.2600,,,,10,886.6100,-146.8975,1865.8327,-146.8975,-13.6388,173.2343,173.2343,-13.6388,-1.8244,-15.9326,0.0000,-15.9326,4.1183,-15.9326,0.9225,0.0000,-16.8551,0.6310,,,-17.4861,0.7573,,,-18.2434,,,,,,,566.7013,-284.0192,0.2000,0.4650,1.4286,1.3500,0.6747,181.0190,181.0190,188.2597,188.2597,188.2597
-1078.7500,0.5000,,39.5200,,,,10,869.7800,-146.1401,1826.0297,-146.1401,-13.3109,166.3205,166.3205,-13.3109,-1.7627,-15.6802,0.0000,-15.6802,4.1320,-15.6802,0.8967,0.0000,-16.5769,0.6179,,,-17.1948,0.7377,,,-17.9325,,,,,,,555.9874,-284.7147,0.2000,0.4650,1.4286,1.3500,0.6884,182.0791,182.0791,189.3622,189.3622,189.3622
-1079.2500,0.5000,,38.7400,,,,10,853.9300,-145.4269,1788.5445,-145.4269,-13.0046,159.9376,159.9376,-13.0046,-1.6463,-15.5918,0.0000,-15.5918,4.2336,-15.5918,0.8725,0.0000,-16.4643,0.6054,,,-17.0697,0.7193,,,-17.7890,,,,,,,545.7910,-288.0641,0.2000,0.4650,1.4286,1.3500,0.7900,183.0775,183.0775,190.4006,190.4006,190.4006
-1079.7500,0.5000,,38.0600,,,,10,837.4700,-144.1673,1749.6166,-144.6862,-12.6434,153.4408,153.4408,-12.6889,-1.6149,-15.3184,0.0000,-15.3184,4.2899,-15.3184,0.8486,0.0000,-16.1670,0.5929,,,-16.7599,0.7010,,,-17.4610,,,,,,,535.6003,-288.2443,0.2000,0.4650,1.4286,1.3500,0.8464,191.9576,191.9576,199.6359,199.6359,199.6359
-1080.2500,0.5000,,37.3400,,,,10,822.2100,-143.3689,1713.5267,-143.9995,-12.3443,147.5374,147.5374,-12.3986,-1.5992,-14.9922,0.0000,-14.9922,4.2471,-14.9922,0.8248,0.0000,-15.8170,0.5804,,,-16.3974,0.6828,,,-17.0802,,,,,,,525.3143,-287.5255,0.2000,0.4650,1.4286,1.3500,0.8035,194.6061,194.6061,202.3904,202.3904,202.3904
-1080.7500,0.5000,,36.6000,,,,10,806.7700,-141.8572,1677.0111,-143.3047,-11.9848,141.6819,141.6819,-12.1071,-1.4041,-14.7703,0.0000,-14.7703,4.1897,-14.7703,0.8037,0.0000,-15.5740,0.5692,,,-16.1433,0.6667,,,-16.8100,,,,,,,516.1139,-288.1558,0.2000,0.4650,1.4286,1.3500,0.7461,207.9278,207.9278,216.2450,216.2450,216.2450
-1081.2500,0.5000,,35.9200,,,,10,790.3500,-142.7588,1638.1778,-142.7588,-11.8155,135.5842,135.5842,-11.8155,-1.5539,-14.4052,0.0000,-14.4052,4.1437,-14.4052,0.7802,0.0000,-15.1855,0.5567,,,-15.7422,0.6487,,,-16.3909,,,,,,,505.7371,-286.7313,0.2000,0.4650,1.4286,1.3500,0.7001,184.1651,184.1651,191.5317,191.5317,191.5317
-1081.7500,0.5000,,35.2000,,,,10,774.7100,-142.3678,1601.1892,-142.3678,-11.5499,129.9004,129.9004,-11.5499,-1.4987,-14.0945,0.0000,-14.0945,4.0432,-14.0945,0.7574,0.0000,-14.8519,0.5444,,,-15.3963,0.6311,,,-16.0274,,,,,,,495.5233,-286.2128,0.2000,0.4650,1.4286,1.3500,0.5996,180.4221,180.4221,187.6390,187.6390,187.6390
-1082.2500,0.5000,,34.4800,,,,10,756.3700,-125.4347,1557.8151,-141.9093,-9.9353,123.3897,123.3897,-11.2402,-1.4564,-12.5451,0.0000,-12.5451,4.0663,-12.5451,0.7351,0.0000,-13.2802,0.5322,,,-13.8124,0.6139,,,-14.4263,,,,,,,485.3915,-261.2668,0.2000,0.4650,1.4286,1.3500,0.6227,358.1609,358.1609,372.4873,372.4873,372.4873
-1082.7500,0.5000,,34.0200,,,,10,745.8300,29.5655,1532.8880,-141.6458,2.3092,119.7234,119.7234,-11.0630,-0.8310,-1.1625,0.0000,-1.1625,4.3027,-1.1625,0.7223,0.0000,-1.8847,0.5252,,,-2.4099,0.6040,,,-3.0139,,,,,,,479.5143,-37.5338,0.2000,0.4650,1.4286,1.3500,0.8591,2150.3704,2150.3704,2236.3852,2236.3852,2236.3852
-1083.2500,0.5000,,33.4600,,,,9,896.0100,92.7516,1888.0637,-147.3205,8.7029,177.1569,177.1569,-13.8231,19.3012,-14.9342,0.0000,-14.9342,4.3359,-14.9342,1.0079,0.0000,-15.9421,0.5131,,,-16.4552,0.6577,,,-17.1129,,,,,,,469.3603,-324.3485,0.2000,0.4650,1.4286,1.3500,0.8923,3714.1818,3714.1818,3862.7491,3862.7491,3862.7491
-1083.7500,0.5000,,31.7000,,,,9,876.1500,-146.4268,1841.0948,-146.4268,-13.4347,168.9208,168.9208,-13.4347,-5.9450,-11.9668,0.0000,-11.9668,4.4771,-11.9668,0.9223,0.0000,-12.8891,0.4809,,,-13.3700,0.5425,,,-13.9126,,,,,,,442.2517,-278.3071,0.2000,0.4650,1.4286,1.3500,1.0336,181.6778,181.6778,188.9450,188.9450,188.9450
-1084.2500,0.5000,,29.5600,,,,9,820.6400,-143.9288,1709.8136,-143.9288,-12.3688,146.9366,146.9366,-12.3688,-6.5138,-10.3322,0.0000,-10.3322,4.4771,-10.3322,0.8262,0.0000,-11.1584,0.4437,,,-11.6021,0.4921,,,-12.0942,,,,,,,410.4994,-259.5743,0.2000,0.4650,1.4286,1.3500,1.0336,185.1744,185.1744,192.5814,192.5814,192.5814
-1084.7500,0.5000,,27.5800,,,,9,766.5800,-142.1645,1581.9617,-142.1645,-11.4124,126.9937,126.9937,-11.4124,-4.9695,-10.6517,0.0000,-10.6517,4.2089,-10.6517,0.7511,0.0000,-11.4028,0.4141,,,-11.8169,0.4723,,,-12.2892,,,,,,,384.5155,-283.1844,0.2000,0.4650,1.4286,1.3500,0.7653,178.4764,178.4764,185.6155,185.6155,185.6155
-1085.2500,0.5000,,25.9800,,,,8,840.7200,95.7734,1757.3028,-144.8324,8.4319,154.7129,154.7129,-12.7510,17.5035,-13.2704,0.0000,-13.2704,4.1988,-13.2704,1.0090,0.0000,-14.2794,0.3905,,,-14.6699,0.5865,,,-15.2564,,,,,,,363.3474,-375.2838,0.2000,0.4650,1.4286,1.3500,0.7552,3533.7032,3533.7032,3675.0513,3675.0513,3675.0513
-1085.7500,0.5000,,24.4200,,,,7,1098.3500,18.8363,2134.0000,-158.3928,2.1665,245.4504,245.4504,-18.2182,23.1841,-25.1041,0.0000,-25.1041,4.0865,-25.1041,1.3297,0.0000,-26.4338,0.3651,,,-26.7990,1.0717,,,-27.8706,,,,,,,340.4655,-741.4102,0.2000,0.4650,1.4286,1.3500,0.6430,3488.9590,3488.9590,3628.5174,3628.5174,3628.5174
-1086.2500,0.5000,,22.6400,,,,7,1042.1300,-154.7385,2134.0000,-154.7385,-16.8869,232.8868,232.8868,-16.8869,-10.8103,-10.1396,0.0000,-10.1396,4.0631,-10.1396,1.1824,0.0000,-11.3220,0.3374,,,-11.6595,0.4661,,,-12.1256,,,,,,,315.4108,-342.7831,0.2000,0.4650,1.4286,1.3500,0.6195,230.8145,230.8145,240.0471,240.0471,240.0471
-1086.7500,0.5000,,21.0400,,,,7,974.7700,-150.8647,2074.3311,-150.8647,-15.3999,211.7429,211.7429,-15.3999,-8.6039,-10.9989,0.0000,-10.9989,4.2029,-10.9989,1.0625,0.0000,-12.0614,0.3138,,,-12.3752,0.4948,,,-12.8699,,,,,,,293.9476,-391.8301,0.2000,0.4650,1.4286,1.3500,0.7593,231.6559,231.6559,240.9221,240.9221,240.9221
-1087.2500,0.5000,,19.9800,,,,7,929.5500,-148.8298,1967.3858,-148.8298,-14.4874,191.5098,191.5098,-14.4874,-5.0943,-13.6835,0.0000,-13.6835,4.2904,-13.6835,0.9901,0.0000,-14.6736,0.2990,,,-14.9726,0.5987,,,-15.5713,,,,,,,280.4662,-499.6050,0.2000,0.4650,1.4286,1.3500,0.8468,222.0142,222.0142,230.8948,230.8948,230.8948
-1087.7500,0.5000,,19.0400,,,,7,884.8300,-146.8174,1861.6230,-146.8174,-13.6040,172.4965,172.4965,-13.6040,-4.7439,-13.1281,0.0000,-13.1281,4.2680,-13.1281,0.9216,0.0000,-14.0497,0.2846,,,-14.3343,0.5732,,,-14.9075,,,,,,,267.3016,-501.9234,0.2000,0.4650,1.4286,1.3500,0.8244,181.1311,181.1311,188.3763,188.3763,188.3763
-1088.2500,0.5000,,18.0800,,,,7,841.6600,-144.8747,1759.5259,-144.8747,-12.7690,155.0818,155.0818,-12.7690,-4.5513,-12.4567,0.0000,-12.4567,4.2390,-12.4567,0.8547,0.0000,-13.3115,0.2701,,,-13.5816,0.5431,,,-14.1247,,,,,,,254.0308,-500.3931,0.2000,0.4650,1.4286,1.3500,0.7955,183.8504,183.8504,191.2044,191.2044,191.2044
-1088.7500,0.5000,,17.2600,,,,7,804.3600,-110.5264,1671.3114,-143.1962,-9.3099,140.7785,140.7785,-12.0618,-3.8041,-9.6862,0.0000,-9.6862,4.1803,-9.6862,0.7979,0.0000,-10.4840,0.2574,,,-10.7415,0.4295,,,-11.1710,,,,,,,242.3821,-413.0472,0.2000,0.4650,1.4286,1.3500,0.7368,680.0245,680.0245,707.2255,707.2255,707.2255
-1089.2500,0.5000,,16.5800,,,,7,776.5600,-38.8220,1605.5644,-142.4140,-3.1570,130.5664,130.5664,-11.5813,-2.6289,-4.6470,0.0000,-4.6470,4.1189,-4.6470,0.7580,0.0000,-5.4050,0.2483,,,-5.6533,0.2442,,,-5.8975,,,,,,,233.9932,-220.5772,0.2000,0.4650,1.4286,1.3500,0.6753,1461.0218,1461.0218,1519.4627,1519.4627,1519.4627
-1089.7500,0.5000,,16.0800,,,,7,754.3100,0.2534,1552.9432,-141.8578,0.0200,122.6688,122.6688,-11.2055,-2.0282,-2.0930,0.0000,-2.0930,4.1413,-2.0930,0.7268,0.0000,-2.8199,0.2411,,,-3.0609,0.2359,,,-3.2968,,,,,,,227.3098,-118.4624,0.2000,0.4650,1.4286,1.3500,0.6977,1832.5528,1832.5528,1905.8549,1905.8549,1905.8549
-1090.2500,0.5000,,15.6400,,,,7,733.6500,23.1105,1504.0823,-141.3413,1.7755,115.5551,115.5551,-10.8589,-1.7544,-0.6859,0.0000,-0.6859,4.2159,-0.6859,0.6996,0.0000,-1.3855,0.2346,,,-1.6201,0.2286,,,-1.8487,,,,,,,221.3658,-59.7677,0.2000,0.4650,1.4286,1.3500,0.7723,2047.9039,2047.9039,2129.8201,2129.8201,2129.8201
-1090.7500,0.5000,,15.2400,,,,7,719.7500,34.2669,1471.2088,-140.9938,2.5828,110.8880,110.8880,-10.6270,-1.7477,0.0786,0.0000,0.0786,4.2518,0.0786,0.6722,0.0000,-0.5935,0.2280,,,-0.8216,0.2211,,,-1.0427,,,,,,,215.2817,-26.3265,0.2000,0.4650,1.4286,1.3500,0.8082,2150.1356,2150.1356,2236.1410,2236.1410,2236.1410
-1091.2500,0.5000,,14.9800,,,,7,716.3400,127.7668,1463.1441,-140.9085,9.5844,109.7577,109.7577,-10.5702,-0.7605,5.8846,0.0000,5.8846,4.4603,5.8846,0.6601,0.0000,5.2245,0.2251,,,4.9994,0.2178,,,4.7815,,,,,,,212.5799,234.6892,0.2000,0.4650,1.4286,1.3500,1.0167,3249.1432,3249.1432,3379.1090,3379.1090,3379.1090
-1091.7500,0.5000,,14.9000,,,,7,708.2500,193.9520,1444.0113,-140.7063,14.3850,107.0991,107.0991,-10.4359,-0.0713,10.0035,0.0000,10.0035,4.4527,10.0035,0.6590,0.0000,9.3445,0.2248,,,9.1197,0.3647,,,8.7550,,,,,,,212.3249,420.2697,0.2000,0.4650,1.4286,1.3500,1.0092,3940.5183,3940.5183,4098.1390,4098.1390,4098.1390
-1092.2500,0.5000,,15.0600,,,,7,715.7400,239.1816,1461.7251,-140.8935,17.9272,109.5594,109.5594,-10.5603,0.7443,12.7972,0.0000,12.7972,4.3857,12.7972,0.6708,0.0000,12.1264,0.2277,,,11.8987,0.4758,,,11.4229,,,,,,,214.9726,538.6689,0.2000,0.4650,1.4286,1.3500,0.9421,4522.0591,4522.0591,4702.9414,4702.9414,4702.9414
-1092.7500,0.5000,,15.3800,,,,7,733.3700,286.4457,1503.4201,-141.3343,21.9986,115.4601,115.4601,-10.8542,1.4093,16.2099,0.0000,16.2099,4.3793,16.2099,0.6929,0.0000,15.5170,0.2330,,,15.2840,0.6112,,,14.6727,,,,,,,219.8988,673.8393,0.2000,0.4650,1.4286,1.3500,0.9358,5288.4910,5288.4910,5500.0306,5500.0306,5500.0306
-1093.2500,0.5000,,15.8000,,,,7,752.7000,293.0959,1549.1355,-141.8175,23.1026,122.1068,122.1068,-11.1784,1.6867,17.3122,0.0000,17.3122,4.1037,17.3122,0.7192,0.0000,16.5930,0.2393,,,16.3537,0.6540,,,15.6997,,,,,,,225.6535,702.1886,0.2000,0.4650,1.4286,1.3500,0.6601,5500.2079,5500.2079,5720.2163,5720.2163,5720.2163
-1093.7500,0.5000,,16.3000,,,,7,780.5800,349.7929,1615.0717,-142.5145,28.5928,132.0194,132.0194,-11.6494,2.3658,22.1233,0.0000,22.1233,4.1037,22.1233,0.8823,0.0000,21.2410,0.2478,,,20.9933,0.8396,,,20.1537,,,,,,,233.4861,868.7326,0.2000,0.4650,1.4286,1.3500,0.6601,6581.9768,6581.9768,6845.2558,6845.2558,6845.2558
-1094.2500,0.5000,,17.0200,,,,7,815.1300,404.3881,1696.7825,-143.6809,34.5187,144.8377,144.8377,-12.2646,3.2839,27.1389,0.0000,27.1389,4.0958,27.1389,1.0827,0.0000,26.0562,0.2591,,,25.7971,1.0317,,,24.7654,,,,,,,243.9418,1019.9925,0.2000,0.4650,1.4286,1.3500,0.6523,7698.4933,7698.4933,8006.4330,8006.4330,8006.4330
-1094.7500,0.5000,,17.7400,,,,7,849.8000,389.2153,1778.7770,-145.2410,34.6366,158.2949,158.2949,-12.9251,3.3839,27.1574,0.0000,27.1574,4.0953,27.1574,1.0832,0.0000,26.0742,0.2704,,,25.8038,1.0320,,,24.7718,,,,,,,254.2666,979.2481,0.2000,0.4650,1.4286,1.3500,0.6518,7818.3512,7818.3512,8131.0853,8131.0853,8131.0853
-1095.2500,0.5000,,18.5000,,,,7,883.8400,397.2206,1859.2816,-146.7728,36.7650,172.0868,172.0868,-13.5846,3.5377,28.6328,0.0000,28.6328,4.5945,28.6328,1.1419,0.0000,27.4909,0.2817,,,27.2092,1.0882,,,26.1210,,,,,,,264.6302,992.0201,0.2000,0.4650,1.4286,1.3500,1.1509,8238.0187,8238.0187,8567.5394,8567.5394,8567.5394
-1095.7500,0.5000,,19.1600,,,,7,916.0800,383.1811,1935.5292,-148.2236,36.7592,185.6786,185.6786,-14.2193,3.3204,28.7447,0.0000,28.7447,4.6941,28.7447,1.1462,0.0000,27.5985,0.2919,,,27.3066,1.0921,,,26.2145,,,,,,,274.0008,961.8448,0.2000,0.4650,1.4286,1.3500,1.2506,8288.4710,8288.4710,8620.0098,8620.0098,8620.0098
-1096.2500,0.5000,,19.8200,,,,7,946.1400,378.5892,2006.6211,-149.5763,37.5104,198.8151,198.8151,-14.8200,3.3831,29.5638,0.0000,29.5638,4.5636,29.5638,1.1787,0.0000,28.3851,0.3020,,,28.0831,1.1231,,,26.9599,,,,,,,283.2298,957.0239,0.2000,0.4650,1.4286,1.3500,1.1200,8494.6381,8494.6381,8834.4236,8834.4236,8834.4236
-1096.7500,0.5000,,20.5400,,,,7,984.0800,439.9727,2096.3492,-151.2836,45.3403,216.0343,216.0343,-15.5902,3.9944,36.8575,0.0000,36.8575,4.4884,36.8575,1.4701,0.0000,35.3874,0.3136,,,35.0738,1.4027,,,33.6710,,,,,,,293.7533,1150.3678,0.2000,0.4650,1.4286,1.3500,1.0448,9818.3680,9818.3680,10211.1027,10211.1027,10211.1027
-1097.2500,0.5000,,21.3400,,,,7,1018.4400,419.7471,2134.0000,-153.1986,44.7664,227.5928,227.5928,-16.3388,4.6224,35.7760,0.0000,35.7760,4.3679,35.7760,1.4265,0.0000,34.3494,0.3265,,,34.0230,1.3607,,,32.6623,,,,,,,305.4793,1073.7651,0.2000,0.4650,1.4286,1.3500,0.9243,9819.2624,9819.2624,10212.0329,10212.0329,10212.0329
-1097.7500,0.5000,,21.7200,,,,7,1029.4400,254.6671,2134.0000,-153.9136,27.4538,230.0510,230.0510,-16.5923,1.4133,21.8477,0.0000,21.8477,4.1929,21.8477,1.1459,0.0000,20.7018,0.3303,,,20.3715,0.8146,,,19.5569,,,,,,,308.9756,639.8170,0.2000,0.4650,1.4286,1.3500,0.7493,7110.1232,7110.1232,7394.5281,7394.5281,7394.5281
-1098.2500,0.5000,,21.8600,,,,7,1034.0800,223.3110,2134.0000,-154.2152,24.1820,231.0879,231.0879,-16.6997,0.5296,19.5080,0.0000,19.5080,4.1445,19.5080,1.1532,0.0000,18.3548,0.3318,,,18.0231,0.7207,,,17.3024,,,,,,,310.2755,564.9028,0.2000,0.4650,1.4286,1.3500,0.7009,6608.2499,6608.2499,6872.5799,6872.5799,6872.5799
-1098.7500,0.5000,,21.8600,,,,7,1031.0100,191.5611,2134.0000,-154.0157,20.6823,230.4018,230.4018,-16.6286,-0.2343,16.8709,0.0000,16.8709,4.0457,16.8709,1.1499,0.0000,15.7210,0.3311,,,15.3899,0.6154,,,14.7745,,,,,,,309.7010,484.7392,0.2000,0.4650,1.4286,1.3500,0.6021,6111.1930,6111.1930,6355.6408,6355.6408,6355.6408
-1099.2500,0.5000,,21.6400,,,,7,1018.0100,128.3932,2134.0000,-153.1707,13.6875,227.4967,227.4967,-16.3289,-1.5500,11.1655,0.0000,11.1655,4.0719,11.1655,1.1284,0.0000,10.0371,0.3269,,,9.7102,0.3882,,,9.3220,,,,,,,305.8736,313.3553,0.2000,0.4650,1.4286,1.3500,0.6283,5018.7832,5018.7832,5219.5346,5219.5346,5219.5346
-1099.7500,0.5000,,21.3000,,,,7,1002.8200,120.8816,2134.0000,-152.1833,12.6944,224.1021,224.1021,-15.9815,-1.8333,10.3682,0.0000,10.3682,4.1595,10.3682,1.1028,0.0000,9.2653,0.3219,,,8.9435,0.3575,,,8.5860,,,,,,,301.2837,293.6682,0.2000,0.4650,1.4286,1.3500,0.7159,4832.1397,4832.1397,5025.4253,5025.4253,5025.4253
-1100.2500,0.5000,,21.0600,,,,7,990.2700,128.2249,2110.9886,-151.5622,13.2970,218.9113,218.9113,-15.7171,-1.5448,10.6895,0.0000,10.6895,4.1523,10.6895,1.0812,0.0000,9.6083,0.3175,,,9.2908,0.3714,,,8.9193,,,,,,,297.3612,308.5555,0.2000,0.4650,1.4286,1.3500,0.7088,4900.6594,4900.6594,5096.6858,5096.6858,5096.6858
-1100.7500,0.5000,,20.8200,,,,7,979.6400,133.9742,2085.8486,-151.0838,13.7441,213.9823,213.9823,-15.4993,-1.1257,10.7325,0.0000,10.7325,4.1373,10.7325,1.0653,0.0000,9.6672,0.3144,,,9.3528,0.3739,,,8.9789,,,,,,,294.4698,313.4940,0.2000,0.4650,1.4286,1.3500,0.6938,4917.2899,4917.2899,5113.9815,5113.9815,5113.9815
-1101.2500,0.5000,,20.5600,,,,7,970.5600,153.2409,2064.3744,-150.6752,15.5749,209.8164,209.8164,-15.3141,-1.2252,12.6570,0.0000,12.6570,4.1432,12.6570,1.0480,0.0000,11.6090,0.3109,,,11.2981,0.4517,,,10.8464,,,,,,,291.2902,380.5741,0.2000,0.4650,1.4286,1.3500,0.6996,5122.1042,5122.1042,5326.9884,5326.9884,5326.9884
-1101.7500,0.5000,,20.5000,,,,7,969.5000,235.3706,2061.8675,-150.6275,23.8962,209.3328,209.3328,-15.2926,-0.2460,19.9803,0.0000,19.9803,4.1619,19.9803,1.0445,0.0000,18.9358,0.3102,,,18.6256,0.7448,,,17.8808,,,,,,,290.6476,622.1395,0.2000,0.4650,1.4286,1.3500,0.7183,6331.4477,6331.4477,6584.7056,6584.7056,6584.7056
-1102.2500,0.5000,,20.5800,,,,7,973.8800,262.4296,2072.2262,-150.8246,26.7637,211.3349,211.3349,-15.3818,0.5558,22.0459,0.0000,22.0459,4.1620,22.0459,1.0524,0.0000,20.9935,0.3118,,,20.6818,0.8271,,,19.8547,,,,,,,292.0975,686.3230,0.2000,0.4650,1.4286,1.3500,0.7184,6827.2728,6827.2728,7100.3637,7100.3637,7100.3637
-1102.7500,0.5000,,20.7200,,,,7,979.6000,271.1211,2085.7540,-151.0820,27.8125,213.9639,213.9639,-15.4985,0.7065,22.8756,0.0000,22.8756,4.2304,22.8756,1.0624,0.0000,21.8132,0.3138,,,21.4994,0.8598,,,20.6397,,,,,,,293.9302,708.6748,0.2000,0.4650,1.4286,1.3500,0.7868,7018.8051,7018.8051,7299.5574,7299.5574,7299.5574
-1103.2500,0.5000,,20.7600,,,,7,978.8900,237.8371,2084.0749,-151.0501,24.3805,213.6367,213.6367,-15.4840,0.1923,19.9647,0.0000,19.9647,4.2234,19.9647,1.0651,0.0000,18.8997,0.3143,,,18.5853,0.7432,,,17.8421,,,,,,,294.4271,612.9817,0.2000,0.4650,1.4286,1.3500,0.7799,6443.9111,6443.9111,6701.6675,6701.6675,6701.6675
-1103.7500,0.5000,,20.6200,,,,7,973.3400,178.2917,2070.9491,-150.8003,18.1729,211.0875,211.0875,-15.3708,-0.8826,14.9095,0.0000,14.9095,4.1460,14.9095,1.0526,0.0000,13.8569,0.3118,,,13.5450,0.5416,,,13.0035,,,,,,,292.1398,452.9449,0.2000,0.4650,1.4286,1.3500,0.7024,5497.5360,5497.5360,5717.4375,5717.4375,5717.4375
-1104.2500,0.5000,,20.4600,,,,7,963.5300,164.4839,2047.7485,-150.3589,16.5965,206.6191,206.6191,-15.1713,-0.9929,13.4436,0.0000,13.4436,4.1458,13.4436,1.0386,0.0000,12.4050,0.3090,,,12.0960,0.4836,,,11.6124,,,,,,,289.5452,409.1206,0.2000,0.4650,1.4286,1.3500,0.7022,5228.6696,5228.6696,5437.8164,5437.8164,5437.8164
-1104.7500,0.5000,,20.2200,,,,7,952.0200,153.5119,2020.5273,-149.8409,15.3044,201.4371,201.4371,-14.9384,-1.2524,12.4027,0.0000,12.4027,4.1541,12.4027,1.0208,0.0000,11.3819,0.3053,,,11.0766,0.4429,,,10.6337,,,,,,,286.2388,379.7154,0.2000,0.4650,1.4286,1.3500,0.7105,4987.2280,4987.2280,5186.7171,5186.7171,5186.7171
-1105.2500,0.5000,,19.9800,,,,7,942.0300,147.8299,1996.9010,-149.3914,14.5833,196.9926,196.9926,-14.7373,-1.2068,11.6362,0.0000,11.6362,4.1539,11.6362,1.0036,0.0000,10.6326,0.3018,,,10.3308,0.4130,,,9.9177,,,,,,,283.0163,358.7548,0.2000,0.4650,1.4286,1.3500,0.7104,4832.0475,4832.0475,5025.3294,5025.3294,5025.3294
-1105.7500,0.5000,,19.8000,,,,7,928.8800,153.9735,1965.8012,-148.7996,14.9773,191.2176,191.2176,-14.4740,-1.3240,12.0545,0.0000,12.0545,4.2469,12.0545,0.9847,0.0000,11.0698,0.2979,,,10.7720,0.4307,,,10.3413,,,,,,,279.4379,378.2923,0.2000,0.4650,1.4286,1.3500,0.8033,4820.6336,4820.6336,5013.4590,5013.4590,5013.4590
-1106.2500,0.5000,,19.4400,,,,7,916.4900,156.5590,1936.4989,-148.2421,15.0257,185.8547,185.8547,-14.2275,-1.4686,12.2281,0.0000,12.2281,4.2661,12.2281,0.9635,0.0000,11.2646,0.2935,,,10.9711,0.4387,,,10.5325,,,,,,,275.4146,390.5714,0.2000,0.4650,1.4286,1.3500,0.8225,4764.5366,4764.5366,4955.1180,4955.1180,4955.1180
-1106.7500,0.5000,,19.3000,,,,7,914.1700,237.5869,1931.0121,-148.1377,22.7446,184.8590,184.8590,-14.1815,-0.3446,18.9106,0.0000,18.9106,4.1786,18.9106,0.9586,0.0000,17.9520,0.2924,,,17.6596,0.7062,,,16.9534,,,,,,,274.4621,624.6003,0.2000,0.4650,1.4286,1.3500,0.7350,5955.4064,5955.4064,6193.6227,6193.6227,6193.6227
-1107.2500,0.5000,,19.3800,,,,7,918.7200,275.7831,1941.7728,-148.3424,26.5326,186.8143,186.8143,-14.2717,0.3327,22.0349,0.0000,22.0349,4.1650,22.0349,0.9634,0.0000,21.0715,0.2934,,,20.7781,0.8309,,,19.9472,,,,,,,275.3818,730.6887,0.2000,0.4650,1.4286,1.3500,0.7214,6607.9507,6607.9507,6872.2688,6872.2688,6872.2688
-1107.7500,0.5000,,19.6600,,,,7,935.3200,338.1812,1981.0318,-149.0894,33.1237,194.0351,194.0351,-14.6028,1.9015,27.0452,0.0000,27.0452,4.1770,27.0452,1.0780,0.0000,25.9671,0.2991,,,25.6680,1.0265,,,24.6415,,,,,,,280.5808,883.7666,0.2000,0.4650,1.4286,1.3500,0.7335,7752.6787,7752.6787,8062.7858,8062.7858,8062.7858
-1108.2500,0.5000,,20.0200,,,,7,954.2700,340.4276,2025.8486,-149.9422,34.0192,202.4449,202.4449,-14.9839,1.9209,27.9139,0.0000,27.9139,4.1844,27.9139,1.1126,0.0000,26.8012,0.3048,,,26.4964,1.0597,,,25.4368,,,,,,,285.7370,895.6939,0.2000,0.4650,1.4286,1.3500,0.7409,7964.2685,7964.2685,8282.8393,8282.8393,8282.8393
-1108.7500,0.5000,,20.5400,,,,7,983.2100,416.6654,2094.2917,-151.2445,42.9005,215.6314,215.6314,-15.5724,2.9849,35.7331,0.0000,35.7331,4.1825,35.7331,1.4252,0.0000,34.3079,0.3134,,,33.9945,1.3596,,,32.6350,,,,,,,293.5693,1115.9768,0.2000,0.4650,1.4286,1.3500,0.7389,9443.2734,9443.2734,9821.0043,9821.0043,9821.0043
-1109.2500,0.5000,,21.3400,,,,7,1021.5500,490.0672,2134.0000,-153.4008,52.4257,228.2878,228.2878,-16.4103,4.7480,43.4983,0.0000,43.4983,4.1793,43.4983,1.7354,0.0000,41.7629,0.3266,,,41.4363,1.6572,,,39.7791,,,,,,,305.6148,1304.9313,0.2000,0.4650,1.4286,1.3500,0.7357,10981.3246,10981.3246,11420.5775,11420.5775,11420.5775
-1109.7500,0.5000,,22.2000,,,,7,1065.3700,495.4750,2134.0000,-156.2491,55.2778,238.0803,238.0803,-17.4320,5.1571,45.9344,0.0000,45.9344,4.1863,45.9344,1.8325,0.0000,44.1019,0.3405,,,43.7614,1.7502,,,42.0112,,,,,,,318.1820,1323.5878,0.2000,0.4650,1.4286,1.3500,0.7427,11631.4718,11631.4718,12096.7307,12096.7307,12096.7307
-1110.2500,0.5000,,23.2800,,,,7,1122.1400,591.5758,2134.0000,-159.9391,69.5162,250.7668,250.7668,-18.7945,7.1293,58.1565,0.0000,58.1565,4.2304,58.1565,2.3209,0.0000,55.8356,0.3588,,,55.4768,2.2188,,,53.2580,,,,,,,334.7792,1592.6642,0.2000,0.4650,1.4286,1.3500,0.7868,14052.8231,14052.8231,14614.9361,14614.9361,14614.9361
-1110.7500,0.5000,,24.7000,,,,7,1193.0500,687.8935,2134.0000,-164.5483,85.9426,266.6132,266.6132,-20.5580,9.1190,72.5931,0.0000,72.5931,4.2304,72.5931,2.8977,0.0000,69.6955,0.3811,,,69.3144,2.7723,,,66.5421,,,,,,,354.8788,1875.4087,0.2000,0.4650,1.4286,1.3500,0.7868,16852.7517,16852.7517,17526.8618,17526.8618,17526.8618
-1111.2500,0.5000,,26.3000,,,,7,1268.8300,692.9933,2134.0000,-172.5713,92.0791,283.5479,283.5479,-22.9298,11.1332,76.7102,0.0000,76.7102,4.2357,76.7102,3.0615,0.0000,73.6487,0.4068,,,73.2419,2.9293,,,70.3125,,,,,,,377.9717,1860.7030,0.2000,0.4650,1.4286,1.3500,0.7921,18100.2693,18100.2693,18824.2800,18824.2800,18824.2800
-1111.7500,0.5000,,27.8200,,,,7,1337.4600,637.5866,2134.0000,-180.1206,89.2994,298.8848,298.8848,-25.2274,10.5034,74.5603,0.0000,74.5603,4.2358,74.5603,2.9748,0.0000,71.5855,0.4298,,,71.1557,2.8458,,,68.3099,,,,,,,398.5333,1715.2675,0.2000,0.4650,1.4286,1.3500,0.7922,17851.9895,17851.9895,18566.0690,18566.0690,18566.0690
-1112.2500,0.5000,,28.8800,,,,7,1351.0000,299.4288,2134.0000,-181.6100,42.3621,301.9106,301.9106,-25.6935,6.1184,32.1016,0.0000,32.1016,4.1422,32.1016,1.7800,0.0000,30.3216,0.4431,,,29.8785,1.1947,,,28.6838,,,,,,,410.0358,706.1577,0.2000,0.4650,1.4286,1.3500,0.6986,10205.5888,10205.5888,10613.8124,10613.8124,10613.8124
-1112.7500,0.5000,,28.3200,,,,8,1145.4000,-161.4510,2134.0000,-161.4510,-19.3654,255.9648,255.9648,-19.3654,-46.3285,22.8228,0.0000,22.8228,4.1404,22.8228,1.1663,0.0000,21.6565,0.4313,,,21.2252,0.8486,,,20.3766,,,,,,,399.8645,517.1860,0.2000,0.4650,1.4286,1.3500,0.6968,254.1047,254.1047,264.2689,264.2689,264.2689
-1113.2500,0.5000,,27.9000,,,,9,903.5900,-147.6616,1905.9904,-147.6616,-13.9723,180.3519,180.3519,-13.9723,-26.9360,8.9019,0.0000,8.9019,4.0619,8.9019,0.7781,0.0000,8.1238,0.4247,,,7.6991,0.4666,,,7.2325,,,,,,,393.9726,196.9087,0.2000,0.4650,1.4286,1.3500,0.6183,200.4534,200.4534,208.4716,208.4716,208.4716
-1113.7500,0.5000,,27.6200,,,,9,794.9300,203.1606,1649.0095,-142.8733,16.9121,137.2716,137.2716,-11.8935,-0.5795,13.4559,0.0000,13.4559,4.0358,13.4559,0.7693,0.0000,12.6866,0.4213,,,12.2653,0.4902,,,11.7751,,,,,,,390.9032,309.9179,0.2000,0.4650,1.4286,1.3500,0.5922,4552.6754,4552.6754,4734.7824,4734.7824,4734.7824
-1114.2500,0.5000,,28.0000,,,,9,811.7400,688.5812,1688.7651,-143.5283,58.5330,143.5538,143.5538,-12.2007,1.6970,52.7889,0.0000,52.7889,4.0471,52.7889,2.1087,0.0000,50.6802,0.4312,,,50.2489,2.0096,,,48.2394,,,,,,,399.8242,1210.4315,0.2000,0.4650,1.4286,1.3500,0.6035,11746.1847,11746.1847,12216.0321,12216.0321,12216.0321
-1114.7500,0.5000,,29.5600,,,,9,865.6900,1152.1180,1816.3569,-145.9561,104.4451,164.6615,164.6615,-13.2316,5.0325,95.3599,0.0000,95.3599,4.0527,95.3599,3.8112,0.0000,91.5487,0.4608,,,91.0878,3.6431,,,87.4448,,,,,,,425.1808,2056.1268,0.2000,0.4650,1.4286,1.3500,0.6091,20134.7464,20134.7464,20940.1363,20940.1363,20940.1363
-1115.2500,0.5000,,31.7600,,,,9,923.8400,1280.3103,1953.8816,-148.5728,123.8627,189.0269,189.0269,-14.3736,6.6721,112.9707,0.0000,112.9707,4.2199,112.9707,4.5152,0.0000,108.4555,0.4979,,,107.9576,4.3178,,,103.6398,,,,,,,456.6329,2268.0675,0.2000,0.4650,1.4286,1.3500,0.7764,23739.3623,23739.3623,24688.9368,24688.9368,24688.9368
-1115.7500,0.5000,,33.6600,,,,9,977.4700,1099.9741,2080.7166,-150.9862,112.5938,212.9830,212.9830,-15.4550,6.1395,102.1075,0.0000,102.1075,4.3469,102.1075,4.0802,0.0000,98.0273,0.5303,,,97.4970,3.8993,,,93.5977,,,,,,,483.7710,1934.9896,0.2000,0.4650,1.4286,1.3500,0.9033,21662.8900,21662.8900,22529.4056,22529.4056,22529.4056
-1116.2500,0.5000,,34.8400,,,,9,995.7800,522.3465,2124.0197,-151.8101,54.4692,221.4882,221.4882,-15.8304,2.4625,47.7028,0.0000,47.7028,4.3039,47.7028,1.9038,0.0000,45.7989,0.5428,,,45.2561,1.8096,,,43.4465,,,,,,,494.2376,884.8938,0.2000,0.4650,1.4286,1.3500,0.8603,11226.9942,11226.9942,11676.0739,11676.0739,11676.0739
-1116.7500,0.5000,,35.6400,,,,9,1013.1300,506.5489,2134.0000,-152.8535,53.7422,226.4061,226.4061,-16.2169,2.1492,47.3625,0.0000,47.3625,4.2304,47.3625,1.8900,0.0000,45.4725,0.5536,,,44.9189,1.7961,,,43.1227,,,,,,,503.1946,862.9472,0.2000,0.4650,1.4286,1.3500,0.7868,11166.2861,11166.2861,11612.9375,11612.9375,11612.9375
-1117.2500,0.5000,,35.5000,,,,9,1019.3600,320.0437,2134.0000,-153.2584,34.1637,227.7984,227.7984,-16.3599,-0.0307,29.9889,0.0000,29.9889,4.2055,29.9889,1.1951,0.0000,28.7938,0.5535,,,28.2403,1.1290,,,27.1113,,,,,,,503.0678,546.5670,0.2000,0.4650,1.4286,1.3500,0.7620,8153.4817,8153.4817,8479.6210,8479.6210,8479.6210
-1117.7500,0.5000,,36.6600,,,,9,1057.0500,823.3400,2134.0000,-155.7083,91.1388,236.2210,236.2210,-17.2360,4.8886,82.1042,0.0000,82.1042,4.1460,82.1042,3.2794,0.0000,78.8248,0.5774,,,78.2474,3.1292,,,75.1182,,,,,,,522.8752,1439.5816,0.2000,0.4650,1.4286,1.3500,0.7024,17730.8910,17730.8910,18440.1266,18440.1266,18440.1266
-1118.2500,0.5000,,37.1400,,,,9,1031.7200,159.6173,2134.0000,-154.0618,17.2453,230.5605,230.5605,-16.6451,0.2347,12.8457,0.0000,12.8457,4.1649,12.8457,1.1901,0.0000,11.6556,0.5786,,,11.0770,0.6802,,,10.3968,,,,,,,523.8072,212.4875,0.2000,0.4650,1.4286,1.3500,0.7214,5589.0554,5589.0554,5812.6176,5812.6176,5812.6176
-1118.7500,0.5000,,36.8000,,,,10,876.2700,-146.4322,1841.3786,-146.4322,-13.4370,168.9700,168.9700,-13.4370,-26.6812,8.9991,0.0000,8.9991,4.2451,8.9991,0.8081,0.0000,8.1911,0.5715,,,7.6195,0.6700,,,6.9495,,,,,,,518.0182,150.9962,0.2000,0.4650,1.4286,1.3500,0.8015,181.6703,181.6703,188.9371,188.9371,188.9371
-1119.2500,0.5000,,36.5200,,,,10,822.8800,210.3585,1715.1112,-144.0296,18.1270,147.7942,147.7942,-12.4113,-0.2484,14.1301,0.0000,14.1301,4.2453,14.1301,0.8043,0.0000,13.3258,0.5696,,,12.7562,0.6672,,,12.0890,,,,,,,516.3798,246.4302,0.2000,0.4650,1.4286,1.3500,0.8017,4845.3354,4845.3354,5039.1488,5039.1488,5039.1488
-1119.7500,0.5000,,36.9400,,,,10,825.4700,623.5421,1721.2366,-144.1462,53.9009,148.7889,148.7889,-12.4604,1.2371,48.4183,0.0000,48.4183,4.2454,48.4183,1.9338,0.0000,46.4845,0.5794,,,45.9051,1.8355,,,44.0696,,,,,,,524.4904,846.3350,0.2000,0.4650,1.4286,1.3500,0.8018,10966.8505,10966.8505,11405.5245,11405.5245,11405.5245
-1120.2500,0.5000,,38.0600,,,,10,855.4000,1079.8250,1792.0210,-145.4930,96.7278,160.5244,160.5244,-13.0329,2.8450,89.6373,0.0000,89.6373,4.2454,89.6373,3.5823,0.0000,86.0550,0.6016,,,85.4534,3.4174,,,82.0360,,,,,,,542.6826,1514.2640,0.2000,0.4650,1.4286,1.3500,0.8018,18774.5248,18774.5248,19525.5058,19525.5058,19525.5058
-1120.7500,0.5000,,39.7000,,,,10,893.2600,1231.9336,1881.5599,-147.1967,115.2375,176.0048,176.0048,-13.7691,4.0200,106.9356,0.0000,106.9356,4.2819,106.9356,4.2740,0.0000,102.6616,0.6319,,,102.0297,4.0804,,,97.9493,,,,,,,567.3946,1727.8031,0.2000,0.4650,1.4286,1.3500,0.8383,22205.5568,22205.5568,23093.7791,23093.7791,23093.7791
-1121.2500,0.5000,,41.4600,,,,10,929.7100,1192.2578,1967.7642,-148.8370,116.0770,191.5796,191.5796,-14.4906,4.0052,107.7847,0.0000,107.7847,4.2871,107.7847,4.3076,0.0000,103.4770,0.6611,,,102.8159,4.1118,,,98.7042,,,,,,,590.9888,1671.9993,0.2000,0.4650,1.4286,1.3500,0.8436,22285.3791,22285.3791,23176.7942,23176.7942,23176.7942
-1121.7500,0.5000,,42.9000,,,,10,961.9200,1064.3385,2043.9408,-150.2864,107.2130,205.8903,205.8903,-15.1387,3.5945,99.4279,0.0000,99.4279,4.1906,99.4279,3.9731,0.0000,95.4548,0.6872,,,94.7675,3.7898,,,90.9778,,,,,,,611.3886,1490.9108,0.2000,0.4650,1.4286,1.3500,0.7471,20717.3236,20717.3236,21546.0166,21546.0166,21546.0166
-1122.2500,0.5000,,44.4000,,,,10,993.3000,1029.5703,2118.1545,-151.6985,107.0940,220.3265,220.3265,-15.7794,3.7452,99.1811,0.0000,99.1811,4.1676,99.1811,3.9630,0.0000,95.2182,0.7144,,,94.5037,3.7791,,,90.7246,,,,,,,631.9438,1438.8410,0.2000,0.4650,1.4286,1.3500,0.7241,20763.7865,20763.7865,21594.3379,21594.3379,21594.3379
-1122.7500,0.5000,,45.7600,,,,10,1020.7900,950.7419,2134.0000,-153.3514,101.6313,228.1179,228.1179,-16.3928,3.3077,94.0956,0.0000,94.0956,4.2281,94.0956,3.7593,0.0000,90.3363,0.7379,,,89.5983,3.5829,,,86.0154,,,,,,,649.5572,1328.0551,0.2000,0.4650,1.4286,1.3500,0.7845,19686.5500,19686.5500,20474.0120,20474.0120,20474.0120
-1123.2500,0.5000,,46.5800,,,,10,1040.5100,778.1145,2134.0000,-154.6332,84.7849,232.5248,232.5248,-16.8491,2.4155,78.1126,0.0000,78.1126,4.2568,78.1126,3.1198,0.0000,74.9928,0.7548,,,74.2380,2.9684,,,71.2696,,,,,,,662.1234,1081.5640,0.2000,0.4650,1.4286,1.3500,0.8132,16553.4830,16553.4830,17215.6224,17215.6224,17215.6224
-1123.7500,0.5000,,47.5200,,,,10,1056.3200,617.9798,2134.0000,-155.6608,68.3594,236.0579,236.0579,-17.2188,2.1933,61.8022,0.0000,61.8022,4.3640,61.8022,2.4672,0.0000,59.3350,0.7700,,,58.5650,2.3415,,,56.2235,,,,,,,673.3307,841.4990,0.2000,0.4650,1.4286,1.3500,0.9204,13676.7024,13676.7024,14223.7705,14223.7705,14223.7705
-1124.2500,0.5000,,47.8400,,,,10,1060.5800,401.8103,2134.0000,-155.9377,44.6265,237.0099,237.0099,-17.3190,0.6167,39.5871,0.0000,39.5871,4.4227,39.5871,1.5786,0.0000,38.0085,0.7742,,,37.2343,1.4882,,,35.7461,,,,,,,676.4483,536.5597,0.2000,0.4650,1.4286,1.3500,0.9792,9870.1566,9870.1566,10264.9628,10264.9628,10264.9628
-1124.7500,0.5000,,48.1000,,,,10,1069.4800,396.6075,2134.0000,-156.5162,44.4183,238.9988,238.9988,-17.5291,0.8687,39.1924,0.0000,39.1924,4.3572,39.1924,1.5627,0.0000,37.6297,0.7801,,,36.8495,1.4728,,,35.3767,,,,,,,680.8159,527.8034,0.2000,0.4650,1.4286,1.3500,0.9136,9853.4937,9853.4937,10247.6335,10247.6335,10247.6335
-1125.2500,0.5000,,48.7200,,,,10,1085.0700,519.0202,2134.0000,-157.5296,58.9754,242.4827,242.4827,-17.8998,1.9271,52.7764,0.0000,52.7764,4.2718,52.7764,2.1059,0.0000,50.6705,0.7932,,,49.8773,1.9939,,,47.8834,,,,,,,690.4059,700.8452,0.2000,0.4650,1.4286,1.3500,0.8283,12298.7871,12298.7871,12790.7386,12790.7386,12790.7386
-1125.7500,0.5000,,49.3400,,,,10,1089.9100,334.8990,2134.0000,-157.8442,38.2237,243.5643,243.5643,-18.0156,1.4484,32.5610,0.0000,32.5610,4.2143,32.5610,1.2972,0.0000,31.2638,0.8030,,,30.4608,1.2172,,,29.2436,,,,,,,697.5271,428.0079,0.2000,0.4650,1.4286,1.3500,0.7708,8963.6209,8963.6209,9322.1657,9322.1657,9322.1657
-1126.2500,0.5000,,48.8800,,,,11,957.8900,-150.1051,2034.4099,-150.1051,-15.0570,204.0717,204.0717,-15.0570,-26.3333,7.1654,0.0000,7.1654,4.1108,7.1654,0.8918,0.0000,6.2736,0.7960,,,5.4777,1.0018,,,4.4758,,,,,,,692.4237,86.5202,0.2000,0.4650,1.4286,1.3500,0.6672,228.0568,228.0568,237.1791,237.1791,237.1791
-1126.7500,0.5000,,48.8400,,,,11,872.6800,77.4097,1832.8882,-146.2706,7.0742,167.5019,167.5019,-13.3672,-0.3170,3.2694,0.0000,3.2694,4.1219,3.2694,0.8872,0.0000,2.3822,0.7926,,,1.5896,0.9968,,,0.5928,,,,,,,689.9785,32.9698,0.2000,0.4650,1.4286,1.3500,0.6783,3402.7891,3402.7891,3538.9006,3538.9006,3538.9006
-1127.2500,0.5000,,48.8600,,,,11,858.2800,240.1564,1798.8322,-145.6226,21.5850,161.6770,161.6770,-13.0884,0.1455,17.3022,0.0000,17.3022,4.1373,17.3022,0.8893,0.0000,16.4129,0.7942,,,15.6187,0.9991,,,14.6196,,,,,,,691.1016,226.7851,0.2000,0.4650,1.4286,1.3500,0.6938,5554.7492,5554.7492,5776.9392,5776.9392,5776.9392
-1127.7500,0.5000,,49.5000,,,,11,869.7200,595.7925,1825.8878,-146.1374,54.2629,166.2961,166.2961,-13.3097,1.2225,48.8124,0.0000,48.8124,4.2280,48.8124,1.9491,0.0000,46.8632,0.8070,,,46.0563,1.8410,,,44.2152,,,,,,,700.4686,638.8738,0.2000,0.4650,1.4286,1.3500,0.7845,11075.4132,11075.4132,11518.4297,11518.4297,11518.4297
-1128.2500,0.5000,,50.2000,,,,11,884.6400,700.8365,1861.1736,-146.8088,64.9250,172.4178,172.4178,-13.6003,1.5951,58.8163,0.0000,58.8163,4.5135,58.8163,2.3492,0.0000,56.4672,0.8235,,,55.6436,2.2245,,,53.4192,,,,,,,712.5054,756.7969,0.2000,0.5025,1.4286,1.4000,0.9824,12895.5094,12895.5094,13024.4645,13024.4645,13024.4645
-1128.7500,0.5000,,50.8000,,,,11,890.1000,408.4099,1874.0865,-147.0545,38.0683,174.6856,174.6856,-13.7071,0.8080,32.7383,0.0000,32.7383,4.5220,32.7383,1.3060,0.0000,31.4323,0.8319,,,30.6004,1.2227,,,29.3777,,,,,,,718.5259,417.7388,0.2000,0.5025,1.4286,1.4000,0.9909,8462.1287,8462.1287,8546.7499,8546.7499,8546.7499
-1129.2500,0.5000,,51.3400,,,,11,903.6700,513.4566,1906.1796,-147.6652,48.5895,180.3858,180.3858,-13.9739,1.3411,42.6478,0.0000,42.6478,4.6006,42.6478,1.7023,0.0000,40.9455,0.8456,,,40.0999,1.6027,,,38.4973,,,,,,,728.4084,536.7876,0.2000,0.5025,1.4286,1.4000,1.0696,10202.7166,10202.7166,10304.7438,10304.7438,10304.7438
-1129.7500,0.5000,,51.9600,,,,11,911.4100,464.1972,1924.4847,-148.0135,44.3042,183.6779,183.6779,-14.1268,0.8694,38.8342,0.0000,38.8342,4.6006,38.8342,1.5497,0.0000,37.2845,0.8544,,,36.4302,1.4558,,,34.9743,,,,,,,734.7437,484.5788,0.2000,0.5025,1.4286,1.4000,1.0696,9516.5161,9516.5161,9611.6813,9611.6813,9611.6813
-1130.2500,0.5000,,51.9800,,,,11,906.9100,115.9311,1913.8422,-147.8110,11.0101,181.7603,181.7603,-14.0378,-0.0421,6.7422,0.0000,6.7422,4.3100,6.7422,0.9735,0.0000,5.7687,0.8540,,,4.9147,1.0898,,,3.8250,,,,,,,734.4385,75.0056,0.2000,0.5025,1.4286,1.4000,0.7790,4117.7112,4117.7112,4158.8883,4158.8883,4158.8883
-1130.7500,0.5000,,52.0200,,,,11,910.0600,82.7954,1921.2919,-147.9527,7.8905,183.1015,183.1015,-14.1001,-0.1965,3.8177,0.0000,3.8177,4.2693,3.8177,0.9706,0.0000,2.8470,0.8520,,,1.9950,1.0867,,,0.9083,,,,,,,733.0108,37.0895,0.2000,0.5025,1.4286,1.4000,0.7383,3672.1918,3672.1918,3708.9137,3708.9137,3708.9137
-1131.2500,0.5000,,51.7800,,,,11,905.6200,74.0648,1910.7913,-147.7529,7.0240,181.2124,181.2124,-14.0123,-0.3108,3.2872,0.0000,3.2872,4.0476,3.2872,0.9662,0.0000,2.3211,0.8488,,,1.4723,1.0819,,,0.3903,,,,,,,730.7467,30.3315,0.2000,0.5025,1.4286,1.4000,0.5165,3515.3781,3515.3781,3550.5319,3550.5319,3550.5319
-1131.7500,0.5000,,51.6400,,,,11,904.7600,83.5958,1908.7574,-147.7142,7.9204,180.8476,180.8476,-13.9954,-0.2040,4.1161,0.0000,4.1161,4.0084,4.1161,0.9632,0.0000,3.1528,0.8467,,,2.3061,1.0787,,,1.2273,,,,,,,729.2567,41.2850,0.2000,0.5025,1.4286,1.4000,0.4773,3643.8691,3643.8691,3680.3078,3680.3078,3680.3078
-1132.2500,0.5000,,51.6000,,,,11,901.9900,151.5354,1902.2064,-147.5896,14.3135,179.6751,179.6751,-13.9407,-0.0441,10.4401,0.0000,10.4401,3.9175,10.4401,0.9626,0.0000,9.4775,0.8463,,,8.6312,1.0781,,,7.5531,,,,,,,728.9341,124.1585,0.2000,0.5025,1.4286,1.4000,0.3864,4584.9327,4584.9327,4630.7820,4630.7820,4630.7820
-1132.7500,0.5000,,51.4600,,,,11,898.6500,163.4209,1894.3073,-147.4393,15.3790,178.2665,178.2665,-13.8750,-0.4694,11.9935,0.0000,11.9935,3.8549,11.9935,0.9558,0.0000,11.0377,0.8415,,,10.1962,1.0708,,,9.1254,,,,,,,725.4926,145.2838,0.2000,0.5025,1.4286,1.4000,0.3238,4728.2009,4728.2009,4775.4829,4775.4829,4775.4829
-1133.2500,0.5000,,51.1400,,,,11,895.6500,142.2413,1887.2123,-147.3043,13.3411,177.0059,177.0059,-13.8160,-0.4587,9.9791,0.0000,9.9791,3.8208,9.9791,0.9492,0.0000,9.0299,0.8368,,,8.1930,1.0636,,,7.1294,,,,,,,722.1139,119.4117,0.2000,0.5025,1.4286,1.4000,0.2897,4413.3309,4413.3309,4457.4642,4457.4642,4457.4642
-1133.7500,0.5000,,51.0800,,,,11,893.2500,208.4947,1881.5363,-147.1963,19.5028,176.0006,176.0006,-13.7689,-0.1526,15.8990,0.0000,15.8990,3.7565,15.8990,0.9470,0.0000,14.9520,0.8353,,,14.1167,1.0613,,,13.0554,,,,,,,720.9861,198.0354,0.2000,0.5025,1.4286,1.4000,0.2254,5341.5579,5341.5579,5394.9734,5394.9734,5394.9734
-1134.2500,0.5000,,50.8800,,,,11,889.0900,164.5791,1871.6979,-147.0091,15.3232,174.2650,174.2650,-13.6873,-0.5305,12.1107,0.0000,12.1107,3.7430,12.1107,0.9393,0.0000,11.1714,0.8298,,,10.3416,1.0530,,,9.2886,,,,,,,717.0530,148.7741,0.2000,0.5025,1.4286,1.4000,0.2119,4703.0681,4703.0681,4750.0988,4750.0988,4750.0988
-1134.7500,0.5000,,50.6800,,,,11,886.5300,190.3472,1865.6435,-146.8939,17.6713,173.2011,173.2011,-13.6372,-0.2118,14.1797,0.0000,14.1797,3.7034,14.1797,0.9362,0.0000,13.2435,0.8276,,,12.4159,1.0497,,,11.3662,,,,,,,715.4764,176.7581,0.2000,0.5025,1.4286,1.4000,0.1723,5057.5169,5057.5169,5108.0921,5108.0921,5108.0921
-1135.2500,0.5000,,50.5800,,,,11,885.5600,247.3997,1863.3494,-146.8502,22.9428,172.7989,172.7989,-13.6182,-0.0765,19.3174,0.0000,19.3174,3.7019,19.3174,0.9351,0.0000,18.3822,0.8269,,,17.5554,1.0485,,,16.5069,,,,,,,714.9062,245.5391,0.2000,0.5025,1.4286,1.4000,0.1708,5872.2601,5872.2601,5930.9827,5930.9827,5930.9827
-1135.7500,0.5000,,50.5800,,,,11,886.1200,313.4749,1864.6738,-146.8754,29.0887,173.0310,173.0310,-13.6292,-0.0141,25.4320,0.0000,25.4320,3.6707,25.4320,1.0138,0.0000,24.4183,0.8267,,,23.5915,1.0483,,,22.5433,,,,,,,714.8011,326.2127,0.2000,0.5025,1.4286,1.4000,0.1397,6925.4149,6925.4149,6994.6690,6994.6690,6994.6690
-1136.2500,0.5000,,50.6000,,,,11,886.9100,349.8552,1866.5422,-146.9110,32.4935,173.3588,173.3588,-13.6446,-0.0157,28.8385,0.0000,28.8385,3.6707,28.8385,1.1500,0.0000,27.6885,0.8266,,,26.8619,1.0732,,,25.7887,,,,,,,714.6839,369.9611,0.2000,0.5025,1.4286,1.4000,0.1397,7508.8450,7508.8450,7583.9334,7583.9334,7583.9334
-1136.7500,0.5000,,50.7600,,,,11,889.1800,451.8994,1871.9107,-147.0131,42.0785,174.3024,174.3024,-13.6891,0.3250,38.1039,0.0000,38.1039,3.6495,38.1039,1.5206,0.0000,36.5833,0.8299,,,35.7534,1.4288,,,34.3246,,,,,,,717.1043,487.1606,0.2000,0.5025,1.4286,1.4000,0.1184,9096.5763,9096.5763,9187.5421,9187.5421,9187.5421
-1137.2500,0.5000,,50.8200,,,,11,891.0700,416.5843,1876.3806,-147.0982,38.8726,175.0900,175.0900,-13.7261,0.2324,34.9969,0.0000,34.9969,3.6433,34.9969,1.3963,0.0000,33.6005,0.8323,,,32.7682,1.3094,,,31.4588,,,,,,,718.8298,446.3664,0.2000,0.5025,1.4286,1.4000,0.1123,8599.1062,8599.1062,8685.0973,8685.0973,8685.0973
-1137.7500,0.5000,,51.1400,,,,11,895.8500,461.7242,1887.6853,-147.3133,43.3158,177.0898,177.0898,-13.8199,0.5346,39.1531,0.0000,39.1531,3.6281,39.1531,1.5625,0.0000,37.5906,0.8378,,,36.7528,1.4688,,,35.2840,,,,,,,722.7840,496.6404,0.2000,0.5025,1.4286,1.4000,0.0970,9328.5048,9328.5048,9421.7899,9421.7899,9421.7899
-1138.2500,0.5000,,51.2800,,,,11,898.8700,426.4493,1894.8276,-147.4492,40.1414,178.3591,178.3591,-13.8793,0.2390,36.2809,0.0000,36.2809,3.6215,36.2809,1.4476,0.0000,34.8333,0.8402,,,33.9931,1.3584,,,32.6347,,,,,,,724.5449,459.0926,0.2000,0.5025,1.4286,1.4000,0.0904,8815.6154,8815.6154,8903.7716,8903.7716,8903.7716
-1138.7500,0.5000,,51.5800,,,,11,904.9200,507.2640,1909.1358,-147.7214,48.0699,180.9154,180.9154,-13.9985,0.6838,43.7712,0.0000,43.7712,3.6148,43.7712,1.7472,0.0000,42.0240,0.8472,,,41.1769,1.6457,,,39.5311,,,,,,,729.5590,550.0584,0.2000,0.5025,1.4286,1.4000,0.0837,10119.0223,10119.0223,10220.2126,10220.2126,10220.2126
-1139.2500,0.5000,,51.7600,,,,11,909.0300,486.7061,1918.8560,-147.9064,46.3312,182.6624,182.6624,-14.0797,0.5281,42.1959,0.0000,42.1959,3.6072,42.1959,1.6841,0.0000,40.5117,0.8525,,,39.6592,1.5850,,,38.0742,,,,,,,733.4081,527.4805,0.2000,0.5025,1.4286,1.4000,0.0761,9840.8121,9840.8121,9939.2202,9939.2202,9939.2202
-1139.7500,0.5000,,52.0000,,,,11,910.1900,345.1519,1921.5994,-147.9586,32.8981,183.1570,183.1570,-14.1027,0.2226,29.0703,0.0000,29.0703,3.6052,29.0703,1.1591,0.0000,27.9112,0.8548,,,27.0565,1.0910,,,25.9655,,,,,,,735.0240,362.6176,0.2000,0.5025,1.4286,1.4000,0.0741,7630.0460,7630.0460,7706.3464,7706.3464,7706.3464
-1140.2500,0.5000,,52.0400,,,,11,911.4900,316.3419,1924.6739,-148.0171,30.1952,183.7121,183.7121,-14.1284,0.0568,26.5399,0.0000,26.5399,3.5984,26.5399,1.0579,0.0000,25.4820,0.8553,,,24.6266,1.0919,,,23.5348,,,,,,,735.4362,330.8719,0.2000,0.5025,1.4286,1.4000,0.0674,7184.7323,7184.7323,7256.5796,7256.5796,7256.5796
-1140.7500,0.5000,,52.0800,,,,11,915.5400,374.3513,1934.2521,-148.1993,35.8910,185.4467,185.4467,-14.2086,0.3679,31.9246,0.0000,31.9246,3.5984,31.9246,1.2732,0.0000,30.6513,0.8591,,,29.7923,1.1903,,,28.6020,,,,,,,738.0986,396.5578,0.2000,0.5025,1.4286,1.4000,0.0674,8143.2766,8143.2766,8224.7093,8224.7093,8224.7093
-1141.2500,0.5000,,52.4200,,,,11,918.1800,400.8401,1940.4957,-148.3181,38.5414,186.5817,186.5817,-14.2610,0.3740,34.5770,0.0000,34.5770,3.5904,34.5770,1.3793,0.0000,33.1977,0.8628,,,32.3348,1.2920,,,31.0428,,,,,,,740.7954,427.9379,0.2000,0.5025,1.4286,1.4000,0.0593,8588.3162,8588.3162,8674.1994,8674.1994,8674.1994
-1141.7500,0.5000,,52.5200,,,,11,921.9500,398.4465,1949.4118,-148.4878,38.4686,188.2086,188.2086,-14.3360,0.3579,34.5219,0.0000,34.5219,3.5887,34.5219,1.3771,0.0000,33.1449,0.8664,,,32.2784,1.2897,,,30.9887,,,,,,,743.3667,425.7791,0.2000,0.5025,1.4286,1.4000,0.0576,8585.3159,8585.3159,8671.1690,8671.1690,8671.1690
-1142.2500,0.5000,,52.8400,,,,11,925.7200,427.0379,1958.3278,-148.6574,41.3976,189.8426,189.8426,-14.4110,0.5364,37.2752,0.0000,37.2752,3.5859,37.2752,1.4872,0.0000,35.7880,0.8718,,,34.9162,1.3952,,,33.5210,,,,,,,747.2040,457.3725,0.2000,0.5025,1.4286,1.4000,0.0548,9074.2272,9074.2272,9164.9695,9164.9695,9164.9695
-1142.7500,0.5000,,52.9400,,,,11,928.6800,437.7130,1965.3282,-148.7906,42.5681,191.1304,191.1304,-14.4701,0.2318,38.7541,0.0000,38.7541,3.5822,38.7541,1.5463,0.0000,37.2078,0.8741,,,36.3336,1.4519,,,34.8817,,,,,,,748.8561,474.4676,0.2000,0.5025,1.4286,1.4000,0.0511,9269.2776,9269.2776,9361.9703,9361.9703,9361.9703
-1143.2500,0.5000,,53.1800,,,,11,933.2400,433.8556,1976.1126,-148.9958,42.4001,193.1228,193.1228,-14.5612,0.4554,38.3625,0.0000,38.3625,3.5822,38.3625,1.5306,0.0000,36.8319,0.8787,,,35.9532,1.4367,,,34.5165,,,,,,,752.0911,467.6542,0.2000,0.5025,1.4286,1.4000,0.0512,9252.2493,9252.2493,9344.7718,9344.7718,9344.7718
-1143.7500,0.5000,,53.4000,,,,11,933.1000,363.1277,1975.7815,-148.9895,35.4827,193.0615,193.0615,-14.5584,0.2881,31.6159,0.0000,31.6159,3.5786,31.6159,1.2607,0.0000,30.3552,0.8815,,,29.4737,1.1775,,,28.2962,,,,,,,754.1305,384.3776,0.2000,0.5025,1.4286,1.4000,0.0476,8128.1150,8128.1150,8209.3961,8209.3961,8209.3961
-1144.2500,0.5000,,53.2800,,,,11,935.6600,287.2718,1981.8359,-149.1047,28.1475,194.1844,194.1844,-14.6096,-0.0615,24.6309,0.0000,24.6309,3.5781,24.6309,1.0119,0.0000,23.6189,0.8809,,,22.7380,1.1311,,,21.6069,,,,,,,753.6960,299.2511,0.2000,0.5025,1.4286,1.4000,0.0470,6947.6087,6947.6087,7017.0848,7017.0848,7017.0848
-1144.7500,0.5000,,53.6600,,,,11,940.3700,357.8474,1992.9751,-149.3167,35.2391,196.2588,196.2588,-14.7040,0.6341,31.0274,0.0000,31.0274,3.5777,31.0274,1.2371,0.0000,29.7902,0.8872,,,28.9030,1.1547,,,27.7483,,,,,,,758.1679,375.2144,0.2000,0.5025,1.4286,1.4000,0.0466,8111.7788,8111.7788,8192.8966,8192.8966,8192.8966
-1145.2500,0.5000,,53.8800,,,,11,945.4400,416.8688,2004.9656,-149.5448,41.2726,198.5041,198.5041,-14.8059,0.6358,37.0604,0.0000,37.0604,3.5764,37.0604,1.4784,0.0000,35.5819,0.8935,,,34.6885,1.3861,,,33.3024,,,,,,,762.6257,445.5430,0.2000,0.5025,1.4286,1.4000,0.0453,9095.8587,9095.8587,9186.8172,9186.8172,9186.8172
-1145.7500,0.5000,,54.0600,,,,11,947.4400,414.2499,2009.6956,-149.6348,41.1001,199.3933,199.3933,-14.8461,0.2354,37.2883,0.0000,37.2883,3.5764,37.2883,1.4875,0.0000,35.8008,0.8958,,,34.9050,1.3947,,,33.5102,,,,,,,764.2694,447.3188,0.2000,0.5025,1.4286,1.4000,0.0453,9072.8482,9072.8482,9163.5767,9163.5767,9163.5767
-1146.2500,0.5000,,54.3200,,,,11,953.0400,415.2549,2022.9396,-149.8868,41.4433,201.8937,201.8937,-14.9590,0.5288,37.3395,0.0000,37.3395,3.5751,37.3395,1.4895,0.0000,35.8499,0.9010,,,34.9489,1.3965,,,33.5524,,,,,,,767.9491,445.7868,0.2000,0.5025,1.4286,1.4000,0.0440,9140.7929,9140.7929,9232.2009,9232.2009,9232.2009
-1146.7500,0.5000,,54.7000,,,,11,958.7800,420.8578,2036.5147,-150.1451,42.2555,204.4726,204.4726,-15.0750,0.7836,37.8977,0.0000,37.8977,3.5742,37.8977,1.5118,0.0000,36.3859,0.9087,,,35.4772,1.4176,,,34.0596,,,,,,,773.3695,449.2803,0.2000,0.5025,1.4286,1.4000,0.0431,9283.0312,9283.0312,9375.8615,9375.8615,9375.8615
-1147.2500,0.5000,,54.9600,,,,11,963.5000,422.5706,2047.6775,-150.3575,42.6363,206.6055,206.6055,-15.1707,0.5186,38.5447,0.0000,38.5447,3.5730,38.5447,1.5376,0.0000,37.0070,0.9137,,,36.0933,1.4422,,,34.6511,,,,,,,776.9362,454.8524,0.2000,0.5025,1.4286,1.4000,0.0420,9354.0420,9354.0420,9447.5824,9447.5824,9447.5824
-1147.7500,0.5000,,55.1800,,,,11,968.4200,456.1755,2059.3133,-150.5789,46.2620,208.8405,208.8405,-15.2706,0.5539,42.1359,0.0000,42.1359,3.5721,42.1359,1.6813,0.0000,40.4547,0.9191,,,39.5356,1.5799,,,37.9557,,,,,,,780.7277,494.8125,0.2000,0.5025,1.4286,1.4000,0.0411,9922.3314,9922.3314,10021.5547,10021.5547,10021.5547
-1148.2500,0.5000,,55.5400,,,,11,974.6900,480.1841,2074.1419,-150.8611,49.0121,211.7062,211.7062,-15.3983,0.7390,44.7010,0.0000,44.7010,3.5721,44.7010,1.7838,0.0000,42.9172,0.9263,,,41.9909,1.6781,,,40.3128,,,,,,,785.7575,521.5715,0.2000,0.5025,1.4286,1.4000,0.0411,10350.0107,10350.0107,10453.5108,10453.5108,10453.5108
-1148.7500,0.5000,,56.0400,,,,11,982.7600,486.9376,2093.2274,-151.2242,50.1129,215.4232,215.4232,-15.5631,0.9098,45.6302,0.0000,45.6302,3.5729,45.6302,1.8209,0.0000,43.8093,0.9351,,,42.8742,1.7134,,,41.1608,,,,,,,791.9060,528.2795,0.2000,0.5025,1.4286,1.4000,0.0419,10528.8605,10528.8605,10634.1491,10634.1491,10634.1491
-1149.2500,0.5000,,56.4600,,,,11,995.5200,667.7180,2123.4048,-151.7984,69.6100,221.3662,221.3662,-15.8251,1.2374,64.7997,0.0000,64.7997,3.5729,64.7997,2.5876,0.0000,62.2121,0.9469,,,61.2651,2.4490,,,58.8161,,,,,,,800.1930,742.4228,0.2000,0.5025,1.4286,1.4000,0.0419,13777.8015,13777.8015,13915.5795,13915.5795,13915.5795
-1149.7500,0.5000,,57.8200,,,,11,1020.0500,1075.9909,2134.0000,-153.3033,114.9367,227.9526,227.9526,-16.3758,2.9227,108.4413,0.0000,108.4413,3.5726,108.4413,4.3330,0.0000,104.1083,0.9747,,,103.1336,4.1237,,,99.0100,,,,,,,819.4338,1213.2290,0.2000,0.5025,1.4286,1.4000,0.0416,22128.9890,22128.9890,22350.2789,22350.2789,22350.2789
-1150.2500,0.5000,,59.1200,,,,11,1042.6100,1176.0139,2134.0000,-154.7697,128.3994,232.9941,232.9941,-16.8980,3.0133,121.8135,0.0000,121.8135,3.5726,121.8135,4.8677,0.0000,116.9457,1.0028,,,115.9429,4.6359,,,111.3070,,,,,,,838.8093,1331.3510,0.2000,0.5025,1.4286,1.4000,0.0415,24524.2393,24524.2393,24769.4817,24769.4817,24769.4817
-1150.7500,0.5000,,60.5600,,,,11,1070.5600,1338.5987,2134.0000,-156.5864,150.0687,239.2401,239.2401,-17.5547,3.3472,143.1483,0.0000,143.1483,3.5731,143.1483,5.7209,0.0000,137.4275,1.0336,,,136.3938,5.4539,,,130.9399,,,,,,,859.8200,1526.2910,0.2000,0.5025,1.4286,1.4000,0.0420,28428.7201,28428.7201,28713.0073,28713.0073,28713.0073
-1151.2500,0.5000,,62.2000,,,,11,1099.8000,1420.0479,2134.0000,-158.4870,163.5480,245.7745,245.7745,-18.2531,4.0111,155.9627,0.0000,155.9627,3.5742,155.9627,6.2331,0.0000,149.7296,1.0699,,,148.6597,5.9444,,,142.7153,,,,,,,884.3403,1616.8123,0.2000,0.5025,1.4286,1.4000,0.0432,30814.4859,30814.4859,31122.6308,31122.6308,31122.6308
-1151.7500,0.5000,,63.2800,,,,11,1102.3100,664.1093,2134.0000,-158.6502,76.6606,246.3354,246.3354,-18.3136,1.4916,71.5948,0.0000,71.5948,3.5742,71.5948,2.8583,0.0000,68.7365,1.0832,,,67.6532,2.7041,,,64.9491,,,,,,,893.2868,734.7976,0.2000,0.5025,1.4286,1.4000,0.0431,15148.5779,15148.5779,15300.0636,15300.0636,15300.0636
-1152.2500,0.5000,,62.5600,,,,11,1009.0800,19.2414,2134.0000,-152.5902,2.0332,225.5011,225.5011,-16.1243,-1.8250,0.2820,0.0000,0.2820,3.5762,0.2820,1.2859,0.0000,-1.0039,1.0669,,,-2.0708,1.4240,,,-3.4948,,,,,,,882.3281,-10.8651,0.2000,0.5025,1.4286,1.4000,0.0451,3187.4161,3187.4161,3219.2902,3219.2902,3219.2902
-1152.7500,0.5000,,62.3000,,,,12,875.8900,-146.4151,1840.4799,-146.4151,-13.4296,168.8143,168.8143,-13.4296,-28.7980,11.7916,0.0000,11.7916,3.5768,11.7916,0.6543,0.0000,11.1373,1.0618,,,10.0755,1.4157,,,8.6597,,,,,,,878.8750,121.0104,0.2000,0.5025,1.4286,1.4000,0.0458,181.6942,181.6942,183.5112,183.5112,183.5112
-1153.2500,0.5000,,62.4400,,,,12,853.9900,551.6858,1788.6864,-145.4296,49.3371,159.9615,159.9615,-13.0057,0.3979,45.3618,0.0000,45.3618,3.5774,45.3618,0.9089,0.0000,44.4529,1.0676,,,43.3853,1.7335,,,41.6518,,,,,,,882.8208,480.8383,0.2000,0.5025,1.4286,1.4000,0.0463,10206.2562,10206.2562,10308.3187,10308.3187,10308.3187
-1153.7500,0.5000,,63.4800,,,,12,870.9000,1250.5516,1828.6785,-146.1905,114.0509,166.7763,166.7763,-13.3326,1.7580,108.7133,0.0000,108.7133,3.5795,108.7133,2.1760,0.0000,106.5374,1.0933,,,105.4440,4.2157,,,101.2283,,,,,,,900.0462,1130.3387,0.2000,0.5025,1.4286,1.4000,0.0484,21985.1640,21985.1640,22205.0156,22205.0156,22205.0156
-1154.2500,0.5000,,64.7800,,,,12,886.5700,1429.4895,1865.7381,-146.8957,132.7158,173.2177,173.2177,-13.6380,1.8968,127.2395,0.0000,127.2395,3.5795,127.2395,2.5466,0.0000,124.6930,1.1225,,,123.5705,4.9407,,,118.6298,,,,,,,918.2691,1296.7114,0.2000,0.5025,1.4286,1.4000,0.0484,25498.2607,25498.2607,25753.2433,25753.2433,25753.2433
-1154.7500,0.5000,,66.0400,,,,12,904.9600,1527.1040,1909.2304,-147.7232,144.7194,180.9324,180.9324,-13.9993,1.9000,139.2395,0.0000,139.2395,3.5798,139.2395,2.7866,0.0000,136.4529,1.1514,,,135.3015,5.4099,,,129.8917,,,,,,,936.1678,1391.8758,0.2000,0.5025,1.4286,1.4000,0.0487,27760.5458,27760.5458,28038.1513,28038.1513,28038.1513
-1155.2500,0.5000,,67.5200,,,,12,925.6300,1662.2065,1958.1150,-148.6534,161.1206,189.8035,189.8035,-14.4092,2.3288,155.2118,0.0000,155.2118,3.5800,155.2118,3.1062,0.0000,152.1057,1.1864,,,150.9192,6.0345,,,144.8848,,,,,,,957.6494,1516.7367,0.2000,0.5025,1.4286,1.4000,0.0489,30834.6929,30834.6929,31143.0398,31143.0398,31143.0398
-1155.7500,0.5000,,69.0800,,,,12,948.2700,1822.1928,2011.6586,-149.6722,180.9485,199.7629,199.7629,-14.8628,2.6280,174.7386,0.0000,174.7386,3.5819,174.7386,3.4968,0.0000,171.2418,1.2255,,,170.0163,6.7982,,,163.2181,,,,,,,981.3263,1666.3560,0.2000,0.5025,1.4286,1.4000,0.0508,34878.9054,34878.9054,35227.6944,35227.6944,35227.6944
-1156.2500,0.5000,,70.8600,,,,12,974.3600,2017.1583,2073.3614,-150.8462,205.8202,211.5549,211.5549,-15.3916,2.9909,198.5684,0.0000,198.5684,4.2609,198.5684,3.9735,0.0000,194.5949,1.2694,,,193.3256,7.7305,,,185.5951,,,,,,,1007.5961,1844.2358,0.3500,0.5400,1.7143,1.6000,0.0566,39590.1715,39590.1715,39590.1715,39590.1715,39590.1715
-1156.7500,0.5000,,72.8000,,,,12,1001.2800,2134.0000,2134.0000,-152.0832,223.7580,223.7580,223.7580,-15.9465,3.3231,216.1740,0.0000,216.1740,4.2609,216.1740,4.3257,0.0000,211.8483,1.3175,,,210.5308,8.4185,,,202.1123,,,,,,,1036.0028,1952.6998,0.3500,0.5400,1.7143,1.6000,0.0566,43354.6488,43354.6488,43354.6488,43354.6488,43354.6488
-1157.2500,0.5000,,74.8000,,,,12,1028.4300,2134.0000,2134.0000,-153.8480,229.8253,229.8253,229.8253,-16.5690,3.2185,222.3428,0.0000,222.3428,4.2640,222.3428,4.4492,0.0000,217.8936,1.3635,,,216.5301,8.6584,,,207.8717,,,,,,,1062.7914,1957.7977,0.3500,0.5400,1.7143,1.6000,0.0597,44471.9707,44471.9707,44471.9707,44471.9707,44471.9707
-1157.7500,0.5000,,76.8400,,,,12,1055.2100,2134.0000,2134.0000,-155.5887,235.8098,235.8098,235.8098,-17.1928,3.6286,227.9168,0.0000,227.9168,4.2645,227.9168,4.5608,0.0000,223.3560,1.4147,,,221.9413,8.8747,,,213.0666,,,,,,,1092.2060,1952.8297,0.3500,0.5400,1.7143,1.6000,0.0602,45555.6969,45555.6969,45555.6969,45555.6969,45555.6969
-1158.2500,0.5000,,78.8400,,,,12,1082.3500,2134.0000,2134.0000,-157.3528,241.8749,241.8749,241.8749,-17.8349,3.5223,234.0830,0.0000,234.0830,4.2696,234.0830,4.6843,0.0000,229.3987,1.4661,,,227.9326,9.1142,,,218.8185,,,,,,,1120.0200,1955.8547,0.3500,0.5400,1.7143,1.6000,0.0653,46614.0256,46614.0256,46614.0256,46614.0256,46614.0256
-1158.7500,0.5000,,80.8400,,,,12,1107.1500,2134.0000,2134.0000,-158.9648,247.4170,247.4170,247.4170,-18.4304,3.4021,239.7420,0.0000,239.7420,4.2728,239.7420,4.7976,0.0000,234.9444,1.5162,,,233.4282,9.3338,,,224.0944,,,,,,,1146.2447,1957.3080,0.3500,0.5400,1.7143,1.6000,0.0686,47581.1057,47581.1057,47581.1057,47581.1057,47581.1057
-1159.2500,0.5000,,82.4600,,,,12,1128.5200,2027.3509,2134.0000,-160.3538,239.5890,252.1926,252.1926,-18.9503,3.0308,232.2797,0.0000,232.2797,4.2785,232.2797,4.6485,0.0000,227.6312,1.5604,,,226.0708,9.0394,,,217.0314,,,,,,,1169.1116,1859.2905,0.3500,0.5400,1.7143,1.6000,0.0742,45798.6121,45798.6121,45798.6121,45798.6121,45798.6121
-1159.7500,0.5000,,83.6800,,,,12,1143.5400,1696.3125,2134.0000,-161.3301,203.1355,255.5491,255.5491,-19.3195,2.1706,196.6813,0.0000,196.6813,4.2836,196.6813,3.9366,0.0000,192.7448,1.5919,,,191.1528,7.6426,,,183.5103,,,,,,,1185.2172,1552.9448,0.3500,0.5400,1.7143,1.6000,0.0793,38328.7399,38328.7399,38328.7399,38328.7399,38328.7399
-1160.2500,0.5000,,84.3400,,,,12,1142.6200,923.7704,2134.0000,-161.2703,110.5336,255.3435,255.3435,-19.2968,0.4268,105.8191,0.0000,105.8191,4.2877,105.8191,2.1193,0.0000,103.6998,1.5981,,,102.1017,4.0805,,,98.0212,,,,,,,1188.3585,833.3006,0.3500,0.5400,1.7143,1.6000,0.0834,21376.2039,21376.2039,21376.2039,21376.2039,21376.2039
-1160.7500,0.5000,,83.5400,,,,12,1132.4900,235.6499,2134.0000,-160.6119,27.9467,253.0798,253.0798,-19.0476,-1.4900,25.1439,0.0000,25.1439,4.2927,25.1439,0.9648,0.0000,24.1791,1.5765,,,22.6026,2.2057,,,20.3969,,,,,,,1177.3560,196.1116,0.3500,0.5400,1.7143,1.6000,0.0885,7382.1303,7382.1303,7382.1303,7382.1303,7382.1303
-1161.2500,0.5000,,82.5800,,,,12,1113.8400,-118.9663,2134.0000,-159.3996,-13.8764,248.9120,248.9120,-18.5925,-1.7989,-16.3728,0.0000,-16.3728,4.2953,-16.3728,0.9499,0.0000,-17.3227,1.5504,,,-18.8731,2.1668,,,-21.0398,,,,,,,1163.9340,-142.1211,0.3500,0.5400,1.7143,1.6000,0.0910,1011.1290,1011.1290,1011.1290,1011.1290,1011.1290
-1161.7500,0.5000,,81.8600,,,,12,1110.1400,-159.1591,2134.0000,-159.1591,-18.5028,248.0852,248.0852,-18.5028,-1.4390,-21.3629,0.0000,-21.3629,4.2990,-21.3629,0.9379,0.0000,-22.3008,1.5294,,,-23.8301,2.1356,,,-25.9657,,,,,,,1153.0847,-184.6843,0.3500,0.5400,1.7143,1.6000,0.0947,249.1381,249.1381,249.1381,249.1381,249.1381
-1162.2500,0.5000,,81.1400,,,,12,1100.7900,-158.5514,2134.0000,-158.5514,-18.2769,245.9957,245.9957,-18.2769,-1.3860,-21.1900,0.0000,-21.1900,4.2991,-21.1900,0.9263,0.0000,-22.1164,1.5091,,,-23.6254,2.1055,,,-25.7309,,,,,,,1142.5379,-184.8478,0.3500,0.5400,1.7143,1.6000,0.0948,247.8211,247.8211,247.8211,247.8211,247.8211
-1162.7500,0.5000,,80.5600,,,,12,1093.9300,-158.1055,2134.0000,-158.1055,-18.1119,244.4627,244.4627,-18.1119,-0.9861,-21.4278,0.0000,-21.4278,4.3019,-21.4278,0.9180,0.0000,-22.3458,1.4946,,,-23.8404,2.0840,,,-25.9244,,,,,,,1134.9745,-188.0103,0.3500,0.5400,1.7143,1.6000,0.0976,246.8548,246.8548,246.8548,246.8548,246.8548
-1163.2500,0.5000,,79.9600,,,,12,1084.1500,-157.4698,2134.0000,-157.4698,-17.8778,242.2771,242.2771,-17.8778,-1.2130,-20.9669,0.0000,-20.9669,4.3020,-20.9669,0.9078,0.0000,-21.8747,1.4767,,,-23.3514,2.0575,,,-25.4089,,,,,,,1125.6010,-185.5789,0.3500,0.5400,1.7143,1.6000,0.0977,245.4772,245.4772,245.4772,245.4772,245.4772
-1163.7500,0.5000,,79.2600,,,,12,1075.7100,-156.9212,2134.0000,-156.9212,-17.6769,240.3910,240.3910,-17.6769,-1.1954,-20.7839,0.0000,-20.7839,4.3024,-20.7839,0.8977,0.0000,-21.6815,1.4590,,,-23.1406,2.0313,,,-25.1719,,,,,,,1116.2865,-185.4751,0.3500,0.5400,1.7143,1.6000,0.0981,244.2884,244.2884,244.2884,244.2884,244.2884
-1164.2500,0.5000,,78.6600,,,,12,1067.7500,-156.4038,2134.0000,-156.4038,-17.4882,238.6122,238.6122,-17.4882,-0.9988,-20.7921,0.0000,-20.7921,4.3027,-20.7921,0.8892,0.0000,-21.6813,1.4442,,,-23.1255,2.0094,,,-25.1349,,,,,,,1108.4436,-186.7854,0.3500,0.5400,1.7143,1.6000,0.0984,243.1672,243.1672,243.1672,243.1672,243.1672
-1164.7500,0.5000,,78.0600,,,,12,1060.0800,-155.9052,2134.0000,-155.9052,-17.3072,236.8982,236.8982,-17.3072,-1.0486,-20.5613,0.0000,-20.5613,4.3027,-20.5613,0.8802,0.0000,-21.4416,1.4287,,,-22.8702,1.9863,,,-24.8565,,,,,,,1100.1498,-186.1127,0.3500,0.5400,1.7143,1.6000,0.0984,242.0868,242.0868,242.0868,242.0868,242.0868
-1165.2500,0.5000,,77.7200,,,,12,1066.2400,38.6019,2134.0000,-156.3056,4.3101,238.2747,238.2747,-17.4525,-0.5003,0.5099,0.0000,0.5099,4.3005,0.5099,0.8759,0.0000,-0.3660,1.4216,,,-1.7877,1.9753,,,-3.7630,,,,,,,1096.1702,-3.1885,0.3500,0.5400,1.7143,1.6000,0.0963,3759.5522,3759.5522,3759.5522,3759.5522,3759.5522
-1165.7500,0.5000,,77.7600,,,,12,1058.4800,291.2346,2134.0000,-155.8012,32.2815,236.5406,236.5406,-17.2696,0.1423,27.8387,0.0000,27.8387,4.3005,27.8387,0.8772,0.0000,26.9615,1.4236,,,25.5379,1.9784,,,23.5594,,,,,,,1097.3039,234.6327,0.3500,0.5400,1.7143,1.6000,0.0963,7960.8233,7960.8233,7960.8233,7960.8233,7960.8233
-1166.2500,0.5000,,77.8800,,,,12,1061.4300,441.1074,2134.0000,-155.9930,49.0303,237.1998,237.1998,-17.3390,0.3821,44.3526,0.0000,44.3526,4.2956,44.3526,0.8896,0.0000,43.4630,1.4290,,,42.0340,1.9869,,,40.0471,,,,,,,1100.3409,377.1933,0.3500,0.5400,1.7143,1.6000,0.0913,10576.7699,10576.7699,10576.7699,10576.7699,10576.7699
-1166.7500,0.5000,,78.1800,,,,12,1064.6800,574.1256,2134.0000,-156.2042,64.0110,237.9261,237.9261,-17.4157,0.4357,59.2799,0.0000,59.2799,4.2954,59.2799,1.1881,0.0000,58.0917,1.4355,,,56.6562,2.2632,,,54.3930,,,,,,,1103.7940,502.5712,0.3500,0.5400,1.7143,1.6000,0.0912,13010.0446,13010.0446,13010.0446,13010.0446,13010.0446
-1167.2500,0.5000,,78.4400,,,,12,1068.5900,612.6755,2134.0000,-156.4584,68.5599,238.7999,238.7999,-17.5081,0.5382,63.7304,0.0000,63.7304,4.2912,63.7304,1.2772,0.0000,62.4533,1.4435,,,61.0098,2.4373,,,58.5725,,,,,,,1108.0450,538.2315,0.3500,0.5400,1.7143,1.6000,0.0870,13740.0768,13740.0768,13740.0768,13740.0768,13740.0768
-1167.7500,0.5000,,78.6800,,,,12,1071.7700,651.1600,2134.0000,-156.6651,73.0833,239.5105,239.5105,-17.5834,0.3686,68.4240,0.0000,68.4240,4.2907,68.4240,1.3711,0.0000,67.0529,1.4490,,,65.6040,2.6211,,,62.9829,,,,,,,1110.9468,576.3625,0.3500,0.5400,1.7143,1.6000,0.0864,14462.0167,14462.0167,14462.0167,14462.0167,14462.0167
-1168.2500,0.5000,,78.9200,,,,12,1076.2600,713.0322,2134.0000,-156.9569,80.3628,240.5139,240.5139,-17.6899,0.6135,75.4601,0.0000,75.4601,4.2892,75.4601,1.5118,0.0000,73.9483,1.4580,,,72.4903,2.8965,,,69.5938,,,,,,,1115.7601,632.8908,0.3500,0.5400,1.7143,1.6000,0.0849,15875.0115,15875.0115,15875.0115,15875.0115,15875.0115
-1168.7500,0.5000,,79.2800,,,,12,1080.2400,718.4867,2134.0000,-157.2156,81.2770,241.4033,241.4033,-17.7846,0.5215,76.4667,0.0000,76.4667,4.2888,76.4667,1.5320,0.0000,74.9347,1.4658,,,73.4689,2.9356,,,70.5333,,,,,,,1119.8352,638.9991,0.3500,0.5400,1.7143,1.6000,0.0845,16051.6131,16051.6131,16051.6131,16051.6131,16051.6131
-1169.2500,0.5000,,79.5600,,,,12,1083.9900,722.9602,2134.0000,-157.4594,82.0669,242.2414,242.2414,-17.8740,0.4573,77.3203,0.0000,77.3203,4.2893,77.3203,1.5490,0.0000,75.7713,1.4725,,,74.2988,2.9688,,,71.3300,,,,,,,1123.3966,644.0847,0.3500,0.5400,1.7143,1.6000,0.0850,16204.8128,16204.8128,16204.8128,16204.8128,16204.8128
-1169.7500,0.5000,,79.8600,,,,12,1087.6800,733.1874,2134.0000,-157.6992,83.5112,243.0660,243.0660,-17.9622,0.5504,78.6715,0.0000,78.6715,4.2894,78.6715,1.5761,0.0000,77.0954,1.4806,,,75.6147,3.0214,,,72.5934,,,,,,,1127.6676,652.8580,0.3500,0.5400,1.7143,1.6000,0.0851,16471.0277,16471.0277,16471.0277,16471.0277,16471.0277
-1170.2500,0.5000,,80.1600,,,,12,1091.7100,726.4454,2134.0000,-157.9612,83.0499,243.9666,243.9666,-18.0587,0.5029,78.2579,0.0000,78.2579,4.2891,78.2579,1.5678,0.0000,76.6900,1.4881,,,75.2020,3.0049,,,72.1971,,,,,,,1131.5563,647.1934,0.3500,0.5400,1.7143,1.6000,0.0848,16406.7400,16406.7400,16406.7400,16406.7400,16406.7400
-1170.7500,0.5000,,80.4200,,,,12,1094.7800,726.4035,2134.0000,-158.1607,83.2786,244.6526,244.6526,-18.1323,0.4941,78.4956,0.0000,78.4956,4.2888,78.4956,1.5726,0.0000,76.9230,1.4953,,,75.4277,3.0139,,,72.4138,,,,,,,1135.3641,646.9826,0.3500,0.5400,1.7143,1.6000,0.0845,16458.7370,16458.7370,16458.7370,16458.7370,16458.7370
-1171.2500,0.5000,,80.6400,,,,12,1098.2400,729.9408,2134.0000,-158.3856,83.9486,245.4258,245.4258,-18.2155,0.3382,79.3215,0.0000,79.3215,4.2889,79.3215,1.5891,0.0000,77.7324,1.5003,,,76.2321,3.0460,,,73.1860,,,,,,,1137.9633,652.2965,0.3500,0.5400,1.7143,1.6000,0.0846,16588.3913,16588.3913,16588.3913,16588.3913,16588.3913
-1171.7500,0.5000,,80.8200,,,,12,1100.8400,712.6601,2134.0000,-158.5546,82.1552,246.0069,246.0069,-18.2781,0.4368,77.4295,0.0000,77.4295,4.2889,77.4295,1.5513,0.0000,75.8782,1.5067,,,74.3715,2.9716,,,71.3999,,,,,,,1141.3113,634.8694,0.3500,0.5400,1.7143,1.6000,0.0846,16239.3060,16239.3060,16239.3060,16239.3060,16239.3060
-1172.2500,0.5000,,81.0600,,,,12,1104.2100,716.1050,2134.0000,-158.7737,82.8051,246.7600,246.7600,-18.3594,0.4321,78.0848,0.0000,78.0848,4.2882,78.0848,1.5644,0.0000,76.5204,1.5130,,,75.0074,2.9970,,,72.0104,,,,,,,1144.6132,638.3957,0.3500,0.5400,1.7143,1.6000,0.0839,16361.1374,16361.1374,16361.1374,16361.1374,16361.1374
-1172.7500,0.5000,,81.2400,,,,12,1105.8500,678.3824,2134.0000,-158.8803,78.5596,247.1265,247.1265,-18.3990,0.2956,73.9766,0.0000,73.9766,4.2875,73.9766,1.4823,0.0000,72.4943,1.5174,,,70.9769,2.8358,,,68.1411,,,,,,,1146.8664,603.6182,0.3500,0.5400,1.7143,1.6000,0.0832,15520.0388,15520.0388,15520.0388,15520.0388,15520.0388
-1173.2500,0.5000,,81.4200,,,,12,1108.2300,616.9227,2134.0000,-159.0350,71.5961,247.6583,247.6583,-18.4566,0.3038,67.0051,0.0000,67.0051,4.2873,67.0051,1.3429,0.0000,65.6622,1.5218,,,64.1404,2.5623,,,61.5781,,,,,,,1149.1775,545.6320,0.3500,0.5400,1.7143,1.6000,0.0830,14322.0239,14322.0239,14322.0239,14322.0239,14322.0239
-1173.7500,0.5000,,81.4200,,,,12,1107.9600,577.0050,2134.0000,-159.0174,66.9472,247.5980,247.5980,-18.4500,0.0035,62.6569,0.0000,62.6569,4.2867,62.6569,1.2559,0.0000,61.4010,1.5219,,,59.8791,2.3918,,,57.4873,,,,,,,1149.2041,510.2110,0.3500,0.5400,1.7143,1.6000,0.0825,13614.4205,13614.4205,13614.4205,13614.4205,13614.4205
-1174.2500,0.5000,,81.4200,,,,12,1108.1200,548.0087,2134.0000,-159.0278,63.5921,247.6337,247.6337,-18.4539,-0.0157,59.3206,0.0000,59.3206,4.2871,59.3206,1.1892,0.0000,58.1315,1.5216,,,56.6098,2.2611,,,54.3487,,,,,,,1149.0848,483.0927,0.3500,0.5400,1.7143,1.6000,0.0828,13104.9718,13104.9718,13104.9718,13104.9718,13104.9718
-1174.7500,0.5000,,81.4400,,,,12,1108.6600,540.8590,2134.0000,-159.0629,62.7930,247.7544,247.7544,-18.4670,0.1231,58.3810,0.0000,58.3810,4.2889,58.3810,1.1704,0.0000,57.2106,1.5235,,,55.6871,2.2242,,,53.4630,,,,,,,1150.0204,475.0532,0.3500,0.5400,1.7143,1.6000,0.0846,12985.7584,12985.7584,12985.7584,12985.7584,12985.7584
-1175.2500,0.5000,,81.4400,,,,12,1106.9400,545.0712,2134.0000,-158.9511,63.1838,247.3700,247.3700,-18.4254,-0.2520,59.1470,0.0000,59.1470,4.2889,59.1470,1.1857,0.0000,57.9613,1.5198,,,56.4415,2.2543,,,54.1872,,,,,,,1148.1046,482.0899,0.3500,0.5400,1.7143,1.6000,0.0846,13038.0608,13038.0608,13038.0608,13038.0608,13038.0608
-1175.7500,0.5000,,81.2400,,,,12,1106.3700,544.0669,2134.0000,-158.9141,63.0349,247.2427,247.2427,-18.4116,-0.1094,58.8550,0.0000,58.8550,4.2893,58.8550,1.1799,0.0000,57.6752,1.5182,,,56.1570,2.2430,,,53.9140,,,,,,,1147.2717,480.0584,0.3500,0.5400,1.7143,1.6000,0.0851,13013.0555,13013.0555,13013.0555,13013.0555,13013.0555
-1176.2500,0.5000,,81.2800,,,,12,1106.4300,567.7033,2134.0000,-158.9180,65.7770,247.2561,247.2561,-18.4130,0.0082,61.4793,0.0000,61.4793,4.2895,61.4793,1.2323,0.0000,60.2470,1.5183,,,58.7287,2.3458,,,56.3828,,,,,,,1147.3340,501.4374,0.3500,0.5400,1.7143,1.6000,0.0852,13430.7688,13430.7688,13430.7688,13430.7688,13430.7688
-1176.7500,0.5000,,81.4400,,,,12,1108.8900,611.5771,2134.0000,-159.0779,71.0180,247.8058,247.8058,-18.4725,0.2951,66.4315,0.0000,66.4315,4.2913,66.4315,1.3314,0.0000,65.1001,1.5226,,,63.5775,2.5398,,,61.0378,,,,,,,1149.5785,540.7725,0.3500,0.5400,1.7143,1.6000,0.0870,14236.1683,14236.1683,14236.1683,14236.1683,14236.1683
-1177.2500,0.5000,,81.5000,,,,12,1109.1900,616.5747,2134.0000,-159.0974,71.6177,247.8729,247.8729,-18.4798,0.1125,67.2137,0.0000,67.2137,4.2914,67.2137,1.3470,0.0000,65.8666,1.5242,,,64.3424,2.5704,,,61.7720,,,,,,,1150.4333,546.7332,0.3500,0.5400,1.7143,1.6000,0.0872,14328.1639,14328.1639,14328.1639,14328.1639,14328.1639
-1177.7500,0.5000,,81.5000,,,,12,1108.9900,617.9249,2134.0000,-159.0844,71.7616,247.8282,247.8282,-18.4750,-0.0264,67.4952,0.0000,67.4952,4.2927,67.4952,1.3527,0.0000,66.1425,1.5239,,,64.6186,2.5814,,,62.0372,,,,,,,1150.2332,549.1186,0.3500,0.5400,1.7143,1.6000,0.0884,14349.4223,14349.4223,14349.4223,14349.4223,14349.4223
-1178.2500,0.5000,,81.5600,,,,12,1109.4900,621.4011,2134.0000,-159.1169,72.1978,247.9399,247.9399,-18.4871,0.0585,67.8466,0.0000,67.8466,4.2928,67.8466,1.3597,0.0000,66.4869,1.5247,,,64.9622,2.5952,,,62.3670,,,,,,,1150.6771,551.7646,0.3500,0.5400,1.7143,1.6000,0.0885,14417.1382,14417.1382,14417.1382,14417.1382,14417.1382
-1178.7500,0.5000,,81.5000,,,,12,1109.5800,612.4568,2134.0000,-159.1227,71.1644,247.9600,247.9600,-18.4893,0.0318,66.8391,0.0000,66.8391,4.2935,66.8391,1.3396,0.0000,65.4995,1.5252,,,63.9743,2.5556,,,61.4187,,,,,,,1150.9186,543.4567,0.3500,0.5400,1.7143,1.6000,0.0892,14260.5116,14260.5116,14260.5116,14260.5116,14260.5116
-1179.2500,0.5000,,81.5400,,,,12,1109.5400,599.6443,2134.0000,-159.1201,69.6731,247.9511,247.9511,-18.4883,-0.0089,65.3885,0.0000,65.3885,4.2935,65.3885,1.3105,0.0000,64.0780,1.5251,,,62.5529,2.4988,,,60.0541,,,,,,,1150.8510,531.6931,0.3500,0.5400,1.7143,1.6000,0.0892,14033.9874,14033.9874,14033.9874,14033.9874,14033.9874
-1179.7500,0.5000,,81.3200,,,,12,1102.6200,334.3602,2134.0000,-158.6703,38.6073,246.4046,246.4046,-18.3210,-0.6931,35.0069,0.0000,35.0069,4.2935,35.0069,0.9297,0.0000,34.0772,1.5149,,,32.5623,2.1141,,,30.4482,,,,,,,1145.5784,284.0603,0.3500,0.5400,1.7143,1.6000,0.0892,9057.7553,9057.7553,9057.7553,9057.7553,9057.7553
-1180.2500,0.5000,,80.3800,,,,12,1081.4500,-4.5357,2134.0000,-157.2943,-0.5137,241.6737,241.6737,-17.8134,-1.7493,-3.0579,0.0000,-3.0579,4.2935,-3.0579,0.9149,0.0000,-3.9728,1.4892,,,-5.4620,2.0760,,,-7.5380,,,,,,,1132.1624,-33.5091,0.3500,0.5400,1.7143,1.6000,0.0892,3024.0621,3024.0621,3024.0621,3024.0621,3024.0621
-1180.7500,0.5000,,79.4200,,,,12,1075.3600,-156.8984,2134.0000,-156.8984,-17.6686,240.3128,240.3128,-17.6686,-1.9552,-20.0080,0.0000,-20.0080,4.2946,-20.0080,0.8984,0.0000,-20.9064,1.4604,,,-22.3668,2.0332,,,-24.4000,,,,,,,1116.9766,-178.7340,0.3500,0.5400,1.7143,1.6000,0.0903,244.2391,244.2391,244.2391,244.2391,244.2391
-1181.2500,0.5000,,78.5200,,,,12,1064.1700,-156.1711,2134.0000,-156.1711,-17.4036,237.8122,237.8122,-17.4036,-1.4946,-20.2037,0.0000,-20.2037,4.2947,-20.2037,0.8857,0.0000,-21.0894,1.4382,,,-22.5276,2.0004,,,-24.5280,,,,,,,1105.2276,-182.2152,0.3500,0.5400,1.7143,1.6000,0.0904,242.6629,242.6629,242.6629,242.6629,242.6629
-1181.7500,0.5000,,77.6800,,,,12,1052.6400,-155.4216,2134.0000,-155.4216,-17.1325,235.2355,235.2355,-17.1325,-1.5581,-19.8681,0.0000,-19.8681,4.2937,-19.8681,0.8724,0.0000,-20.7405,1.4158,,,-22.1563,1.9661,,,-24.1224,,,,,,,1092.8449,-181.2310,0.3500,0.5400,1.7143,1.6000,0.0895,236.5628,236.5628,236.5628,236.5628,236.5628
-1182.2500,0.5000,,76.7400,,,,12,1041.0700,-154.6696,2134.0000,-154.6696,-16.8622,232.6500,232.6500,-16.8622,-1.4730,-19.6826,0.0000,-19.6826,4.2935,-19.6826,0.8597,0.0000,-20.5423,1.3951,,,-21.9375,1.9336,,,-23.8710,,,,,,,1081.0077,-181.4649,0.3500,0.5400,1.7143,1.6000,0.0892,230.9710,230.9710,230.9710,230.9710,230.9710
-1182.7500,0.5000,,75.9600,,,,12,1030.3000,-153.9695,2134.0000,-153.9695,-16.6122,230.2432,230.2432,-16.6122,-1.3771,-19.5256,0.0000,-19.5256,4.2905,-19.5256,0.8478,0.0000,-20.3734,1.3757,,,-21.7490,1.9030,,,-23.6521,,,,,,,1069.8225,-181.8539,0.3500,0.5400,1.7143,1.6000,0.0862,232.5613,232.5613,232.5613,232.5613,232.5613
-1183.2500,0.5000,,75.2200,,,,12,1019.8500,-153.2903,2134.0000,-153.2903,-16.3712,227.9079,227.9079,-16.3712,-1.3290,-19.3315,0.0000,-19.3315,4.2893,-19.3315,0.8363,0.0000,-20.1678,1.3568,,,-21.5246,1.8735,,,-23.3981,,,,,,,1058.9167,-181.8730,0.3500,0.5400,1.7143,1.6000,0.0850,234.1043,234.1043,234.1043,234.1043,234.1043
-1183.7500,0.5000,,74.4200,,,,12,1008.5700,-152.5443,2134.0000,-152.5571,-16.1113,225.3871,225.3871,-16.1126,-1.3811,-19.0175,0.0000,-19.0175,4.2873,-19.0175,0.8242,0.0000,-19.8417,1.3371,,,-21.1788,1.8426,,,-23.0215,,,,,,,1047.4628,-180.8889,0.3500,0.5400,1.7143,1.6000,0.0830,235.9991,235.9991,235.9991,235.9991,235.9991
-1184.2500,0.5000,,73.5400,,,,12,997.6100,-151.8925,2128.3477,-151.8925,-15.8681,222.3474,222.3474,-15.8681,-1.4185,-18.7357,0.0000,-18.7357,4.2861,-18.7357,0.8117,0.0000,-19.5475,1.3168,,,-20.8642,1.8109,,,-22.6751,,,,,,,1035.5664,-180.2535,0.3500,0.5400,1.7143,1.6000,0.0818,236.5258,236.5258,236.5258,236.5258,236.5258
-1184.7500,0.5000,,72.8000,,,,12,987.5800,-148.8057,2104.6267,-151.4411,-15.3894,217.6587,217.6587,-15.6619,-1.1906,-18.4827,0.0000,-18.4827,4.2840,-18.4827,0.8012,0.0000,-19.2839,1.2996,,,-20.5835,1.7841,,,-22.3677,,,,,,,1025.4747,-179.5735,0.3500,0.5400,1.7143,1.6000,0.0797,281.9397,281.9397,281.9397,281.9397,281.9397
-1185.2500,0.5000,,72.0400,,,,12,976.6500,-150.1202,2078.7773,-150.9493,-15.3535,212.6060,212.6060,-15.4383,-1.3133,-18.3225,0.0000,-18.3225,4.2823,-18.3225,0.7896,0.0000,-19.1121,1.2806,,,-20.3927,1.7545,,,-22.1472,,,,,,,1014.2273,-179.9472,0.3500,0.5400,1.7143,1.6000,0.0780,247.0159,247.0159,247.0159,247.0159,247.0159
-1185.7500,0.5000,,71.2400,,,,12,965.9400,-149.8585,2053.4481,-150.4673,-15.1586,207.7124,207.7124,-15.2202,-1.2783,-18.1609,0.0000,-18.1609,4.2805,-18.1609,0.7782,0.0000,-18.9390,1.2619,,,-20.2010,1.7256,,,-21.9266,,,,,,,1003.1583,-180.2851,0.3500,0.5400,1.7143,1.6000,0.0762,240.7588,240.7588,240.7588,240.7588,240.7588
-1186.2500,0.5000,,70.4800,,,,12,955.6600,-147.0722,2029.1359,-150.0047,-14.7185,203.0688,203.0688,-15.0119,-1.2242,-17.7712,0.0000,-17.7712,4.2769,-17.7712,0.7672,0.0000,-18.5383,1.2440,,,-19.7823,1.6978,,,-21.4802,,,,,,,992.4417,-178.3764,0.3500,0.5400,1.7143,1.6000,0.0726,280.4946,280.4946,280.4946,280.4946,280.4946
-1186.7500,0.5000,,69.7800,,,,12,946.2300,-149.5804,2006.8340,-149.5804,-14.8218,198.8551,198.8551,-14.8218,-1.1446,-17.2807,0.0000,-17.2807,3.6035,-17.2807,0.7569,0.0000,-18.0376,1.2271,,,-19.2647,1.6718,,,-20.9365,,,,,,,982.3163,-175.3468,0.2000,0.5025,1.4286,1.4000,0.0725,225.5707,225.5707,227.8264,227.8264,227.8264
-1187.2500,0.5000,,69.1400,,,,12,937.6700,-148.7138,1986.5896,-149.1952,-14.6026,195.0683,195.0683,-14.6499,-0.9323,-17.2734,0.0000,-17.2734,3.6031,-17.2734,0.7484,0.0000,-18.0218,1.2133,,,-19.2351,1.6505,,,-20.8856,,,,,,,973.9913,-176.6906,0.2000,0.5025,1.4286,1.4000,0.0720,232.4314,232.4314,234.7557,234.7557,234.7557
-1187.7500,0.5000,,68.4200,,,,12,928.2100,-148.7695,1964.2167,-148.7695,-14.4607,190.9256,190.9256,-14.4607,-1.1374,-16.9263,0.0000,-16.9263,3.6030,-16.9263,0.7380,0.0000,-17.6644,1.1964,,,-18.8608,1.6244,,,-20.4852,,,,,,,963.7375,-175.0292,0.2000,0.5025,1.4286,1.4000,0.0719,221.7285,221.7285,223.9458,223.9458,223.9458
-1188.2500,0.5000,,67.8400,,,,12,920.8100,-146.0636,1946.7157,-148.4365,-14.0845,187.7159,187.7159,-14.3133,-0.8577,-16.8263,0.0000,-16.8263,3.5995,-16.8263,0.7302,0.0000,-17.5565,1.1836,,,-18.7401,1.6047,,,-20.3448,,,,,,,955.9324,-175.3809,0.2000,0.5025,1.4286,1.4000,0.0685,262.9660,262.9660,265.5956,265.5956,265.5956
-1188.7500,0.5000,,67.1600,,,,12,910.3900,-147.9676,1922.0724,-147.9676,-14.1066,183.2423,183.2423,-14.1066,-1.1282,-16.5774,0.0000,-16.5774,3.5990,-16.5774,0.7198,0.0000,-17.2972,1.1667,,,-18.4639,1.5786,,,-20.0425,,,,,,,945.5677,-174.6848,0.2000,0.5025,1.4286,1.4000,0.0679,217.9290,217.9290,220.1082,220.1082,220.1082
-1189.2500,0.5000,,66.5000,,,,12,902.5100,-147.6130,1903.4362,-147.6130,-13.9510,179.8949,179.8949,-13.9510,-0.8981,-16.6492,0.0000,-16.6492,3.5964,-16.6492,0.7115,0.0000,-17.3607,1.1531,,,-18.5139,1.5579,,,-20.0717,,,,,,,937.2346,-176.8850,0.2000,0.5025,1.4286,1.4000,0.0653,196.6969,196.6969,198.6638,198.6638,198.6638
-1189.7500,0.5000,,65.9000,,,,12,893.5100,-147.2080,1882.1512,-147.2080,-13.7740,176.1094,176.1094,-13.7740,-0.9896,-16.3783,0.0000,-16.3783,3.5940,-16.3783,0.7023,0.0000,-17.0806,1.1381,,,-18.2187,1.5349,,,-19.7536,,,,,,,927.9658,-175.7692,0.2000,0.5025,1.4286,1.4000,0.0629,180.5843,180.5843,182.3902,182.3902,182.3902
-1190.2500,0.5000,,65.1800,,,,12,884.6300,-146.8084,1861.1500,-146.8084,-13.6001,172.4137,172.4137,-13.6001,-0.9697,-16.2241,0.0000,-16.2241,3.5937,-16.2241,0.6932,0.0000,-16.9173,1.1233,,,-18.0407,1.5123,,,-19.5530,,,,,,,918.7931,-175.8270,0.2000,0.5025,1.4286,1.4000,0.0626,181.1437,181.1437,182.9551,182.9551,182.9551
-1190.7500,0.5000,,64.6600,,,,12,877.6400,-146.4938,1844.6186,-146.4938,-13.4637,169.5320,169.5320,-13.4637,-0.7882,-16.2683,0.0000,-16.2683,3.5928,-16.2683,0.6858,0.0000,-16.9542,1.1113,,,-18.0655,1.4939,,,-19.5594,,,,,,,911.2694,-177.6649,0.2000,0.5025,1.4286,1.4000,0.0618,181.5840,181.5840,183.3998,183.3998,183.3998
-1191.2500,0.5000,,64.2000,,,,12,871.1800,-146.2031,1829.3407,-146.2031,-13.3381,166.8903,166.8903,-13.3381,-0.6640,-16.2669,0.0000,-16.2669,3.5928,-16.2669,0.6796,0.0000,-16.9465,1.1011,,,-18.0475,1.4783,,,-19.5259,,,,,,,904.8822,-178.8374,0.2000,0.5025,1.4286,1.4000,0.0618,181.9909,181.9909,183.8108,183.8108,183.8108
-1191.7500,0.5000,,63.6000,,,,12,863.4600,-145.8557,1811.0829,-145.8557,-13.1885,163.7605,163.7605,-13.1885,-0.8421,-15.9367,0.0000,-15.9367,3.5903,-15.9367,0.6716,0.0000,-16.6083,1.0884,,,-17.6967,1.4586,,,-19.1552,,,,,,,896.7169,-176.8649,0.2000,0.5025,1.4286,1.4000,0.0593,182.4772,182.4772,184.3020,184.3020,184.3020
-1192.2500,0.5000,,63.0400,,,,12,855.1200,-145.4804,1791.3588,-145.4804,-13.0275,160.4125,160.4125,-13.0275,-0.8736,-15.7437,0.0000,-15.7437,3.5898,-15.7437,0.6633,0.0000,-16.4070,1.0756,,,-17.4826,1.4380,,,-18.9205,,,,,,,888.1670,-176.4028,0.2000,0.5025,1.4286,1.4000,0.0587,183.0025,183.0025,184.8325,184.8325,184.8325
-1192.7500,0.5000,,62.4400,,,,12,847.6300,-145.1434,1773.6450,-145.1434,-12.8834,157.4351,157.4351,-12.8834,-0.7991,-15.6731,0.0000,-15.6731,3.5887,-15.6731,0.6557,0.0000,-16.3287,1.0639,,,-17.3926,1.4191,,,-18.8116,,,,,,,880.2737,-177.1355,0.2000,0.5025,1.4286,1.4000,0.0576,183.4743,183.4743,185.3091,185.3091,185.3091
-1193.2500,0.5000,,61.9400,,,,12,839.9700,-144.7987,1755.5291,-144.7987,-12.7367,154.4189,154.4189,-12.7367,-0.7858,-15.5381,0.0000,-15.5381,3.5872,-15.5381,0.6481,0.0000,-16.1862,1.0522,,,-17.2385,1.4004,,,-18.6389,,,,,,,872.4421,-177.1660,0.2000,0.5025,1.4286,1.4000,0.0561,183.9568,183.9568,185.7964,185.7964,185.7964
-1193.7500,0.5000,,61.3200,,,,12,832.5500,-136.9670,1737.9808,-144.4648,-11.9414,151.5249,151.5249,-12.5951,-0.7909,-14.7376,0.0000,-14.7376,3.5871,-14.7376,0.6405,0.0000,-15.3781,1.0405,,,-16.4186,1.3816,,,-17.8002,,,,,,,864.4875,-169.8691,0.2000,0.5025,1.4286,1.4000,0.0560,297.7577,297.7577,300.7352,300.7352,300.7352
-1194.2500,0.5000,,60.8600,,,,12,824.3500,-130.6406,1718.5878,-144.0958,-11.2776,148.3583,148.3583,-12.4392,-0.7935,-14.0697,0.0000,-14.0697,3.5856,-14.0697,0.6328,0.0000,-14.7025,1.0286,,,-15.7311,1.3627,,,-17.0938,,,,,,,856.4324,-163.9337,0.2000,0.5025,1.4286,1.4000,0.0545,388.3235,388.3235,392.2068,392.2068,392.2068
-1194.7500,0.5000,,60.0800,,,,12,815.9300,-139.2711,1698.6745,-143.7169,-11.8999,145.1415,145.1415,-12.2797,-0.9079,-14.5775,0.0000,-14.5775,3.5855,-14.5775,0.6239,0.0000,-15.2014,1.0150,,,-16.2164,1.3409,,,-17.5573,,,,,,,847.1221,-171.3600,0.2000,0.5025,1.4286,1.4000,0.0545,252.6720,252.6720,255.1987,255.1987,255.1987
-1195.2500,0.5000,,59.5800,,,,12,808.4800,-130.5687,1681.0552,-143.3816,-11.0544,142.3246,142.3246,-12.1392,-0.6979,-13.9410,0.0000,-13.9410,3.5844,-13.9410,0.6171,0.0000,-14.5580,1.0044,,,-15.5624,1.3242,,,-16.8866,,,,,,,839.8954,-165.5193,0.2000,0.5025,1.4286,1.4000,0.0533,379.6148,379.6148,383.4109,383.4109,383.4109
-1195.7500,0.5000,,59.1200,,,,12,803.0900,-134.1473,1668.3079,-143.1391,-11.2817,140.3037,140.3037,-12.0379,-0.5750,-14.2900,0.0000,-14.2900,3.5832,-14.2900,0.6114,0.0000,-14.9014,0.9957,,,-15.8970,1.3103,,,-17.2073,,,,,,,833.8947,-170.6425,0.2000,0.5025,1.4286,1.4000,0.0522,322.1957,322.1957,325.4177,325.4177,325.4177
-1196.2500,0.5000,,58.6800,,,,12,795.7300,-131.7958,1650.9015,-142.8933,-10.9824,137.5674,137.5674,-11.9071,-0.6901,-13.8754,0.0000,-13.8754,3.5832,-13.8754,0.6046,0.0000,-14.4799,0.9851,,,-15.4650,1.2936,,,-16.7586,,,,,,,826.6342,-167.2727,0.2000,0.5025,1.4286,1.4000,0.0521,353.1967,353.1967,356.7287,356.7287,356.7287
-1196.7500,0.5000,,58.0200,,,,12,788.0600,-137.7158,1632.7619,-142.7015,-11.3651,134.7444,134.7444,-11.7765,-0.7768,-14.1676,0.0000,-14.1676,3.5793,-14.1676,0.5968,0.0000,-14.7644,0.9731,,,-15.7376,1.2748,,,-17.0123,,,,,,,818.3852,-172.2779,0.2000,0.5025,1.4286,1.4000,0.0482,258.9782,258.9782,261.5680,261.5680,261.5680
-1197.2500,0.5000,,57.6000,,,,12,781.2800,-129.7560,1616.7272,-142.5320,-10.6160,132.2733,132.2733,-11.6613,-0.6553,-13.5397,0.0000,-13.5397,3.5790,-13.5397,0.5903,0.0000,-14.1300,0.9630,,,-15.0930,1.2588,,,-16.3518,,,,,,,811.3607,-166.3027,0.2000,0.5025,1.4286,1.4000,0.0479,375.1110,375.1110,378.8621,378.8621,378.8621
-1197.7500,0.5000,,57.0000,,,,12,773.1800,-132.1261,1597.5707,-142.3295,-10.6979,129.3509,129.3509,-11.5240,-0.7419,-13.5338,0.0000,-13.5338,3.5779,-13.5338,0.5828,0.0000,-14.1167,0.9515,,,-15.0681,1.2407,,,-16.3088,,,,,,,803.3340,-167.8059,0.2000,0.5025,1.4286,1.4000,0.0468,334.2866,334.2866,337.6294,337.6294,337.6294
-1198.2500,0.5000,,56.4800,,,,12,765.9700,-126.8170,1580.5191,-142.1493,-10.1723,126.7769,126.7769,-11.4021,-0.7105,-13.0377,0.0000,-13.0377,3.5759,-13.0377,0.5756,0.0000,-13.6133,0.9403,,,-14.5537,1.2233,,,-15.7769,,,,,,,795.5714,-163.4018,0.2000,0.5025,1.4286,1.4000,0.0449,380.6254,380.6254,384.4317,384.4317,384.4317
-1198.7500,0.5000,,55.9400,,,,12,758.2500,-129.1440,1562.2613,-141.9563,-10.2545,124.0494,124.0494,-11.2719,-0.6797,-13.1508,0.0000,-13.1508,3.5759,-13.1508,0.5687,0.0000,-13.7195,0.9296,,,-14.6491,1.2065,,,-15.8556,,,,,,,788.0738,-166.2427,0.2000,0.5025,1.4286,1.4000,0.0449,322.0117,322.0117,325.2318,325.2318,325.2318
-1199.2500,0.5000,,55.4200,,,,12,750.2600,-120.9517,1543.3649,-141.7565,-9.5028,121.2576,121.2576,-11.1374,-0.7346,-12.3438,0.0000,-12.3438,3.5756,-12.3438,0.5612,0.0000,-12.9050,0.9179,,,-13.8230,1.1884,,,-15.0113,,,,,,,779.8893,-158.0146,0.2000,0.5025,1.4286,1.4000,0.0445,386.3518,386.3518,390.2154,390.2154,390.2154
-1199.7500,0.5000,,54.9600,,,,12,743.2700,9.1463,1526.8336,-141.5818,0.7119,118.8412,118.8412,-11.0200,-0.3330,-2.5306,0.0000,-2.5306,3.5755,-2.5306,0.5578,0.0000,-3.0884,0.9126,,,-4.0010,1.1801,,,-5.1811,,,,,,,776.1505,-37.9976,0.2000,0.5025,1.4286,1.4000,0.0444,1903.2815,1903.2815,1922.3143,1922.3143,1922.3143
-1200.2500,0.5000,,54.6000,,,,11,892.0000,258.3058,1878.5800,-147.1400,24.1283,175.4782,175.4782,-13.7444,21.0242,-0.4712,0.0000,-0.4712,3.5754,-0.4712,1.0436,0.0000,-1.5149,0.9029,,,-2.4178,1.1651,,,-3.5829,,,,,,,769.3171,-18.8037,0.2000,0.5025,1.4286,1.4000,0.0443,6093.2123,6093.2123,6154.1444,6154.1444,6154.1444
-1200.7500,0.5000,,53.9200,,,,11,937.2100,-119.6210,1985.5017,-149.1745,-11.7401,194.8659,194.8659,-14.6406,-1.3911,-13.9228,0.0000,-13.9228,3.5738,-13.9228,1.0239,0.0000,-14.9467,0.8892,,,-15.8360,1.1439,,,-16.9799,,,,,,,759.6162,-187.8988,0.2000,0.5025,1.4286,1.4000,0.0427,756.9040,756.9040,764.4730,764.4730,764.4730
-1201.2500,0.5000,,53.0800,,,,11,923.5600,-148.5602,1953.2194,-148.5602,-14.3680,188.9056,188.9056,-14.3680,-1.8808,-16.0607,0.0000,-16.0607,3.5735,-16.0607,0.9971,0.0000,-17.0578,0.8705,,,-17.9283,1.1151,,,-19.0435,,,,,,,746.2995,-218.2635,0.2000,0.5025,1.4286,1.4000,0.0424,220.7370,220.7370,222.9444,222.9444,222.9444
-1201.7500,0.5000,,52.1800,,,,11,909.5500,-115.1190,1920.0858,-147.9298,-10.9648,182.8840,182.8840,-14.0900,-1.5661,-12.9709,0.0000,-12.9709,3.5721,-12.9709,0.9746,0.0000,-13.9455,0.8548,,,-14.8003,1.0910,,,-15.8913,,,,,,,735.0270,-181.1767,0.2000,0.5025,1.4286,1.4000,0.0411,717.1392,717.1392,724.3106,724.3106,724.3106
-1202.2500,0.5000,,51.5000,,,,11,898.2000,-4.2414,1893.2430,-147.4190,-0.3989,178.0771,178.0771,-13.8661,-1.3108,-2.6603,0.0000,-2.6603,3.5721,-2.6603,0.9558,0.0000,-3.6160,0.8415,,,-4.4575,1.0707,,,-5.5282,,,,,,,725.4577,-47.5979,0.2000,0.5025,1.4286,1.4000,0.0410,2345.9228,2345.9228,2369.3820,2369.3820,2369.3820
-1202.7500,0.5000,,50.8200,,,,11,892.1400,20.9452,1878.9111,-147.1463,1.9568,175.5367,175.5367,-13.7471,-1.3153,-0.2992,0.0000,-0.2992,3.5714,-0.2992,0.9367,0.0000,-1.2359,0.8280,,,-2.0639,1.0502,,,-3.1142,,,,,,,715.7264,-16.4902,0.2000,0.5025,1.4286,1.4000,0.0403,2682.0264,2682.0264,2708.8467,2708.8467,2708.8467
-1203.2500,0.5000,,50.3000,,,,11,882.1100,188.4408,1855.1902,-146.6950,17.4071,171.3720,171.3720,-13.5508,-0.8140,14.6498,0.0000,14.6498,3.5713,14.6498,0.9249,0.0000,13.7249,0.8196,,,12.9054,1.0375,,,11.8679,,,,,,,709.6370,184.6910,0.2000,0.5025,1.4286,1.4000,0.0402,5012.6812,5012.6812,5062.8080,5062.8080,5062.8080
-1203.7500,0.5000,,50.0600,,,,11,876.7700,333.1473,1842.5611,-146.4547,30.5880,169.1750,169.1750,-13.4468,-0.3194,27.3384,0.0000,27.3384,3.5690,27.3384,1.0901,0.0000,26.2483,0.8163,,,25.4320,1.0325,,,24.3995,,,,,,,707.2336,354.4124,0.2000,0.5025,1.4286,1.4000,0.0379,7168.3179,7168.3179,7240.0011,7240.0011,7240.0011
-1204.2500,0.5000,,49.9400,,,,11,873.0400,406.7309,1833.7396,-146.2868,37.1852,167.6488,167.6488,-13.3742,-0.3284,34.0321,0.0000,34.0321,3.4815,34.0321,1.3579,0.0000,32.6742,0.8129,,,31.8614,1.2732,,,30.5882,,,,,,,704.7535,442.7306,0.2000,0.4650,1.4286,1.3500,0.0379,8294.6644,8294.6644,8626.4510,8626.4510,8626.4510
-1204.7500,0.5000,,49.7000,,,,11,870.1300,432.7008,1826.8575,-146.1559,39.4276,166.4629,166.4629,-13.3177,-0.3231,36.2710,0.0000,36.2710,3.4797,36.2710,1.4475,0.0000,34.8235,0.8095,,,34.0140,1.3593,,,32.6547,,,,,,,702.3055,473.4979,0.2000,0.4650,1.4286,1.3500,0.0361,8637.8119,8637.8119,8983.3243,8983.3243,8983.3243
-1205.2500,0.5000,,49.5400,,,,11,867.3700,556.6830,1820.3301,-146.0317,50.5640,165.3420,165.3420,-13.2642,-0.3975,47.4819,0.0000,47.4819,3.4795,47.4819,1.8959,0.0000,45.5860,0.8054,,,44.7806,1.7900,,,42.9906,,,,,,,699.2816,622.5162,0.2000,0.4650,1.4286,1.3500,0.0360,10445.1105,10445.1105,10862.9149,10862.9149,10862.9149
-1205.7500,0.5000,,49.7400,,,,11,869.7900,779.7672,1826.0534,-146.1406,71.0245,166.3246,166.3246,-13.3111,0.2871,67.2576,0.0000,67.2576,3.4798,67.2576,2.6869,0.0000,64.5706,0.8084,,,63.7623,2.5493,,,61.2130,,,,,,,701.4667,879.0212,0.2000,0.4650,1.4286,1.3500,0.0363,13993.1754,13993.1754,14552.9024,14552.9024,14552.9024
-1206.2500,0.5000,,49.6000,,,,11,869.4900,782.2145,1825.3439,-146.1271,71.2228,166.2026,166.2026,-13.3053,0.0434,67.6995,0.0000,67.6995,3.4799,67.6995,2.7046,0.0000,64.9949,0.8088,,,64.1861,2.5662,,,61.6199,,,,,,,701.7967,884.3804,0.2000,0.4650,1.4286,1.3500,0.0363,14029.8760,14029.8760,14591.0710,14591.0710,14591.0710
-1206.7500,0.5000,,49.5000,,,,11,866.4300,621.7694,1818.1070,-145.9894,56.4146,164.9611,164.9611,-13.2460,-0.2522,53.1210,0.0000,53.1210,3.5458,53.1210,2.1215,0.0000,50.9995,0.8062,,,50.1933,2.0065,,,48.1868,,,,,,,699.8785,695.8482,0.2000,0.4650,1.4286,1.3500,0.1022,11435.3513,11435.3513,11892.7653,11892.7653,11892.7653
-1207.2500,0.5000,,49.4600,,,,11,863.0600,605.1266,1810.1369,-145.8377,54.6910,163.5991,163.5991,-13.1807,-0.3892,51.4837,0.0000,51.4837,3.5965,51.4837,2.0560,0.0000,49.4277,0.8021,,,48.6256,1.9438,,,46.6818,,,,,,,696.9075,677.2779,0.2000,0.4650,1.4286,1.3500,0.1529,11138.4437,11138.4437,11583.9814,11583.9814,11583.9814
-1207.7500,0.5000,,49.1400,,,,11,855.6000,467.4264,1792.4940,-145.5020,41.8806,160.6043,160.6043,-13.0367,-0.6148,38.5826,0.0000,38.5826,3.9127,38.5826,1.5400,0.0000,37.0426,0.7956,,,36.2469,1.4487,,,34.7983,,,,,,,692.1887,511.0319,0.2000,0.4650,1.4286,1.3500,0.4692,8974.7140,8974.7140,9333.7025,9333.7025,9333.7025
-1208.2500,0.5000,,48.4000,,,,11,845.1600,360.5923,1767.8034,-145.0322,31.9142,156.4593,156.4593,-12.8361,-1.2120,28.9990,0.0000,28.9990,4.1272,28.9990,1.1568,0.0000,27.8422,0.7828,,,27.0594,1.0812,,,25.9782,,,,,,,682.7903,389.3929,0.2000,0.4650,1.4286,1.3500,0.6836,7363.9021,7363.9021,7658.4582,7658.4582,7658.4582
-1208.7500,0.5000,,47.9600,,,,11,835.5200,351.3945,1745.0048,-144.5984,30.7454,152.6800,152.6800,-12.6517,-0.9401,27.2270,0.0000,27.2270,4.4584,27.2270,1.0860,0.0000,26.1411,0.7728,,,25.3683,1.0136,,,24.3547,,,,,,,675.4106,369.5960,0.2000,0.4650,1.4286,1.3500,1.0149,7138.6908,7138.6908,7424.2385,7424.2385,7424.2385
-1209.2500,0.5000,,47.3400,,,,11,822.7700,265.8786,1714.8511,-144.0247,22.9082,147.7520,147.7520,-12.4092,-1.2095,19.4111,0.0000,19.4111,4.7065,19.4111,0.8417,0.0000,18.5694,0.7598,,,17.8096,0.9477,,,16.8619,,,,,,,665.7953,266.3355,0.2000,0.4650,1.4286,1.3500,1.2630,5699.4942,5699.4942,5927.4740,5927.4740,5927.4740
-1209.7500,0.5000,,46.2600,,,,11,859.0600,46.5094,1800.6769,-145.6577,4.1840,161.9899,161.9899,-13.1034,-1.7587,1.0630,0.0000,1.0630,4.8797,1.0630,0.8154,0.0000,0.2476,0.7406,,,-0.4931,0.9193,,,-1.4123,,,,,,,651.5610,3.6284,0.2000,0.4650,1.4286,1.3500,1.4361,2910.3521,2910.3521,3026.7662,3026.7662,3026.7662
-1210.2500,0.5000,,45.4400,,,,10,1029.3800,263.8904,2134.0000,-153.9097,28.4464,230.0376,230.0376,-16.5909,19.8135,3.5557,0.0000,3.5557,5.0773,3.5557,1.1016,0.0000,2.4540,0.7224,,,1.7317,0.8923,,,0.8393,,,,,,,637.8916,36.7368,0.2000,0.4650,1.4286,1.3500,1.6337,7267.5107,7267.5107,7558.2111,7558.2111,7558.2111
-1210.7500,0.5000,,44.6400,,,,10,990.0300,198.7009,2110.4210,-151.5514,20.6005,218.7994,218.7994,-15.7122,-1.2444,16.9434,0.0000,16.9434,4.9015,16.9434,1.0842,0.0000,15.8592,0.7134,,,15.1458,0.8793,,,14.2665,,,,,,,631.2002,239.9308,0.2000,0.4650,1.4286,1.3500,1.4579,5911.3310,5911.3310,6147.7842,6147.7842,6147.7842
-1211.2500,0.5000,,44.4600,,,,10,984.0200,287.6750,2096.2073,-151.2809,29.6439,216.0065,216.0065,-15.5889,-0.7630,25.6843,0.0000,25.6843,4.7225,25.6843,1.0735,0.0000,24.6108,0.7080,,,23.9029,0.9551,,,22.9478,,,,,,,627.0623,374.7892,0.2000,0.4650,1.4286,1.3500,1.2790,7335.1570,7335.1570,7628.5633,7628.5633,7628.5633
-1211.7500,0.5000,,44.5800,,,,10,989.3500,491.2727,2108.8128,-151.5208,50.8981,218.4825,218.4825,-15.6982,0.5645,45.6857,0.0000,45.6857,4.6479,45.6857,1.8232,0.0000,43.8625,0.7120,,,43.1505,1.7250,,,41.4255,,,,,,,630.1263,664.7177,0.2000,0.4650,1.4286,1.3500,1.2043,10656.7526,10656.7526,11083.0227,11083.0227,11083.0227
-1212.2500,0.5000,,44.7400,,,,10,994.3500,500.8607,2120.6378,-151.7458,52.1537,220.8180,220.8180,-15.8010,0.7014,47.2820,0.0000,47.2820,4.1703,47.2820,1.8870,0.0000,45.3950,0.7171,,,44.6780,1.7861,,,42.8919,,,,,,,633.9126,683.8333,0.2000,0.4650,1.4286,1.3500,0.7267,10850.7208,10850.7208,11284.7497,11284.7497,11284.7497
-1212.7500,0.5000,,44.9000,,,,10,998.9600,458.9747,2131.5404,-151.9532,48.0137,222.9822,222.9822,-15.8960,0.5091,43.3343,0.0000,43.3343,4.1703,43.3343,1.7290,0.0000,41.6053,0.7207,,,40.8846,1.6344,,,39.2502,,,,,,,636.6471,624.0520,0.2000,0.4650,1.4286,1.3500,0.7267,10248.9329,10248.9329,10658.8902,10658.8902,10658.8902
-1213.2500,0.5000,,45.0600,,,,10,1001.6100,396.4708,2134.0000,-152.1047,41.5852,223.8317,223.8317,-15.9540,0.4054,37.1975,0.0000,37.1975,3.9822,37.1975,1.4835,0.0000,35.7140,0.7236,,,34.9904,1.3986,,,33.5918,,,,,,,638.8161,533.8678,0.2000,0.4650,1.4286,1.3500,0.5387,9293.4876,9293.4876,9665.2271,9665.2271,9665.2271
-1213.7500,0.5000,,45.2400,,,,10,1005.4500,365.7864,2134.0000,-152.3543,38.5138,224.6899,224.6899,-16.0415,0.3831,34.1802,0.0000,34.1802,3.9506,34.1802,1.3628,0.0000,32.8173,0.7263,,,32.0910,1.2826,,,30.8084,,,,,,,640.8589,489.0040,0.2000,0.4650,1.4286,1.3500,0.5070,8832.1940,8832.1940,9185.4818,9185.4818,9185.4818
-1214.2500,0.5000,,45.4800,,,,10,1009.6100,335.2966,2134.0000,-152.6247,35.4496,225.6195,225.6195,-16.1364,0.4849,30.8237,0.0000,30.8237,4.1410,30.8237,1.2285,0.0000,29.5952,0.7298,,,28.8654,1.1536,,,27.7119,,,,,,,643.4356,439.2254,0.2000,0.4650,1.4286,1.3500,0.6974,8341.5531,8341.5531,8675.2152,8675.2152,8675.2152
-1214.7500,0.5000,,45.7400,,,,10,1013.1100,294.9414,2134.0000,-152.8522,31.2911,226.4017,226.4017,-16.2165,0.4881,26.6434,0.0000,26.6434,4.1597,26.6434,1.1230,0.0000,25.5204,0.7332,,,24.7872,0.9904,,,23.7967,,,,,,,646.0186,377.2362,0.2000,0.4650,1.4286,1.3500,0.7161,7677.1510,7677.1510,7984.2371,7984.2371,7984.2371
-1215.2500,0.5000,,45.8800,,,,10,1017.0800,223.0435,2134.0000,-153.1102,23.7560,227.2889,227.2889,-16.3075,0.4324,19.1106,0.0000,19.1106,4.2129,19.1106,1.1290,0.0000,17.9816,0.7363,,,17.2453,0.9128,,,16.3325,,,,,,,648.2985,264.8650,0.2000,0.4650,1.4286,1.3500,0.7694,6476.4810,6476.4810,6735.5402,6735.5402,6735.5402
-1215.7500,0.5000,,45.8000,,,,10,1013.7200,82.9681,2134.0000,-152.8918,8.8076,226.5380,226.5380,-16.2305,-0.2315,4.7998,0.0000,4.7998,4.2393,4.7998,1.1258,0.0000,3.6740,0.7346,,,2.9394,0.9104,,,2.0290,,,,,,,647.0788,54.2199,0.2000,0.4650,1.4286,1.3500,0.7957,4254.2481,4254.2481,4424.4180,4424.4180,4424.4180
-1216.2500,0.5000,,45.7000,,,,10,1015.8100,60.4213,2134.0000,-153.0277,6.4273,227.0050,227.0050,-16.2784,-0.0624,2.3208,0.0000,2.3208,4.1690,2.3208,1.1249,0.0000,1.1958,0.7342,,,0.4617,0.9098,,,-0.4481,,,,,,,646.7495,17.6567,0.2000,0.4650,1.4286,1.3500,0.7254,3892.3165,3892.3165,4048.0092,4048.0092,4048.0092
-1216.7500,0.5000,,45.8600,,,,10,1016.7500,107.0768,2134.0000,-153.0888,11.4009,227.2151,227.2151,-16.2999,0.3524,6.9241,0.0000,6.9241,4.1244,6.9241,1.1298,0.0000,5.7943,0.7367,,,5.0576,0.9134,,,4.1442,,,,,,,648.6057,85.3081,0.2000,0.4650,1.4286,1.3500,0.6808,4663.1454,4663.1454,4849.6712,4849.6712,4849.6712
-1217.2500,0.5000,,46.0200,,,,10,1021.5000,96.5581,2134.0000,-153.3975,10.3289,228.2766,228.2766,-16.4091,0.4420,5.8025,0.0000,5.8025,4.0845,5.8025,1.1360,0.0000,4.6665,0.7398,,,3.9268,0.9180,,,3.0087,,,,,,,650.9264,68.4596,0.2000,0.4650,1.4286,1.3500,0.6409,4509.9917,4509.9917,4690.3914,4690.3914,4690.3914
-1217.7500,0.5000,,46.3400,,,,10,1029.0100,125.3856,2134.0000,-153.8857,13.5113,229.9549,229.9549,-16.5824,0.9768,8.4842,0.0000,8.4842,4.0503,8.4842,1.1495,0.0000,7.3347,0.7466,,,6.5880,0.9282,,,5.6599,,,,,,,656.0263,106.7655,0.2000,0.4650,1.4286,1.3500,0.6067,5015.0883,5015.0883,5215.6918,5215.6918,5215.6918
-1218.2500,0.5000,,46.6200,,,,10,1035.8500,119.5877,2134.0000,-154.3303,12.9721,231.4834,231.4834,-16.7408,0.7995,8.0890,0.0000,8.0890,4.0837,8.0890,1.1606,0.0000,6.9283,0.7522,,,6.1761,0.9364,,,5.2397,,,,,,,660.1713,100.2176,0.2000,0.4650,1.4286,1.3500,0.6401,4948.2259,4948.2259,5146.1549,5146.1549,5146.1549
-1218.7500,0.5000,,46.9600,,,,10,1044.5000,115.6150,2134.0000,-154.8925,12.6459,233.4165,233.4165,-16.9421,1.0317,7.4900,0.0000,7.4900,4.1243,7.4900,1.1749,0.0000,6.3151,0.7594,,,5.5557,0.9471,,,4.6087,,,,,,,665.4820,90.6183,0.2000,0.4650,1.4286,1.3500,0.6807,4918.8934,4918.8934,5115.6491,5115.6491,5115.6491
-1219.2500,0.5000,,47.3800,,,,10,1053.4200,108.9293,2134.0000,-155.4723,12.0164,235.4098,235.4098,-17.1508,1.0373,6.8747,0.0000,6.8747,4.1045,6.8747,1.1892,0.0000,5.6855,0.7665,,,4.9190,0.9577,,,3.9612,,,,,,,670.7791,80.9391,0.2000,0.4650,1.4286,1.3500,0.6609,4851.6568,4851.6568,5045.7231,5045.7231,5045.7231
-1219.7500,0.5000,,47.8400,,,,10,1064.3300,122.0985,2134.0000,-156.1815,13.6087,237.8479,237.8479,-17.4074,1.3333,8.2024,0.0000,8.2024,4.0730,8.2024,1.2075,0.0000,6.9949,0.7757,,,6.2192,0.9714,,,5.2478,,,,,,,677.5270,98.5878,0.2000,0.4650,1.4286,1.3500,0.6294,5122.5402,5122.5402,5327.4418,5327.4418,5327.4418
-1220.2500,0.5000,,48.3600,,,,10,1078.1500,195.3404,2134.0000,-157.0798,22.0546,240.9363,240.9363,-17.7349,1.6653,16.3006,0.0000,16.3006,4.0888,16.3006,1.2303,0.0000,15.0702,0.7870,,,14.2832,0.9884,,,13.2948,,,,,,,685.8617,209.8236,0.2000,0.4650,1.4286,1.3500,0.6453,6395.4074,6395.4074,6651.2237,6651.2237,6651.2237
-1220.7500,0.5000,,49.1400,,,,10,1082.9600,138.7691,2134.0000,-157.3924,15.7374,242.0112,242.0112,-17.8494,1.9177,9.6925,0.0000,9.6925,4.1272,9.6925,1.2565,0.0000,8.4360,0.8000,,,7.6361,1.0078,,,6.6282,,,,,,,695.3361,115.8548,0.2000,0.4650,1.4286,1.3500,0.6836,5489.4790,5489.4790,5709.0582,5709.0582,5709.0582
-1221.2500,0.5000,,49.2600,,,,11,935.3400,-149.0903,1981.0791,-149.0903,-14.6032,194.0439,194.0439,-14.6032,-25.0630,6.3355,0.0000,6.3355,4.1243,6.3355,0.9039,0.0000,5.4316,0.8046,,,4.6270,1.0148,,,3.6122,,,,,,,698.7325,74.2314,0.2000,0.4650,1.4286,1.3500,0.6807,223.2487,223.2487,232.1787,232.1787,232.1787
-1221.7500,0.5000,,49.7200,,,,11,885.1000,108.5706,1862.2615,-146.8295,10.0631,172.6083,172.6083,-13.6093,0.5026,5.4472,0.0000,5.4472,4.1134,5.4472,0.9112,0.0000,4.5359,0.8099,,,3.7261,1.0228,,,2.7033,,,,,,,702.5568,61.6535,0.2000,0.4650,1.4286,1.3500,0.6698,3894.0701,3894.0701,4049.8329,4049.8329,4049.8329
-1222.2500,0.5000,,50.3000,,,,11,886.2400,332.7263,1864.9576,-146.8808,30.8793,173.0808,173.0808,-13.6315,1.3966,25.2859,0.0000,25.2859,4.1968,25.2859,1.0079,0.0000,24.2779,0.8243,,,23.4536,1.0447,,,22.4089,,,,,,,713.0756,325.1227,0.2000,0.5025,1.4286,1.4000,0.6658,7231.9370,7231.9370,7304.2564,7304.2564,7304.2564
-1222.7500,0.5000,,51.2800,,,,11,905.6600,646.4819,1910.8859,-147.7547,61.3127,181.2294,181.2294,-14.0131,2.0965,55.0431,0.0000,55.0431,4.1730,55.0431,2.1981,0.0000,52.8450,0.8458,,,51.9992,2.0786,,,49.9206,,,,,,,728.5811,692.6242,0.2000,0.5025,1.4286,1.4000,0.6420,12284.6045,12284.6045,12407.4505,12407.4505,12407.4505
-1223.2500,0.5000,,52.5200,,,,11,925.7200,777.9937,1958.3278,-148.6574,75.4196,189.8426,189.8426,-14.4110,2.2785,68.9551,0.0000,68.9551,4.1860,68.9551,2.7544,0.0000,66.2007,0.8688,,,65.3319,2.6119,,,62.7200,,,,,,,745.0670,848.4738,0.2000,0.5025,1.4286,1.4000,0.6550,14779.5699,14779.5699,14927.3656,14927.3656,14927.3656
-1223.7500,0.5000,,53.6000,,,,11,944.7900,801.3604,2003.4284,-149.5156,79.2851,198.2155,198.2155,-14.7928,2.1915,72.6752,0.0000,72.6752,4.4185,72.6752,2.9030,0.0000,69.7722,0.8906,,,68.8816,2.7538,,,66.1278,,,,,,,760.5859,876.0027,0.2000,0.5025,1.4286,1.4000,0.8874,15423.3661,15423.3661,15577.5997,15577.5997,15577.5997
-1224.2500,0.5000,,54.6400,,,,11,963.0800,896.7636,2046.6842,-150.3386,90.4417,206.4153,206.4153,-15.1622,2.1288,83.8945,0.0000,83.8945,4.4185,83.8945,3.3517,0.0000,80.5428,0.9115,,,79.6313,3.1837,,,76.4476,,,,,,,775.3636,991.9572,0.2000,0.5025,1.4286,1.4000,0.8874,17632.0847,17632.0847,17808.4056,17808.4056,17808.4056
-1224.7500,0.5000,,55.8200,,,,11,983.5400,1007.1723,2095.0721,-151.2593,103.7348,215.7842,215.7842,-15.5791,2.4069,97.0003,0.0000,97.0003,4.3276,97.0003,3.8757,0.0000,93.1246,0.9348,,,92.1897,3.6860,,,88.5037,,,,,,,791.7397,1123.1900,0.2000,0.5025,1.4286,1.4000,0.7965,20170.5015,20170.5015,20372.2065,20372.2065,20372.2065
-1225.2500,0.5000,,56.9400,,,,11,1001.4800,909.4652,2134.0000,-152.0962,95.3799,223.8027,223.8027,-15.9510,2.1501,88.9209,0.0000,88.9209,4.3090,88.9209,3.5524,0.0000,85.3685,0.9554,,,84.4131,3.3749,,,81.0382,,,,,,,806.0870,1011.3165,0.2000,0.5025,1.4286,1.4000,0.7779,18528.0369,18528.0369,18713.3172,18713.3172,18713.3172
-1225.7500,0.5000,,57.8800,,,,11,1015.9500,875.3963,2134.0000,-153.0368,93.1334,227.0363,227.0363,-16.2816,1.8787,87.1003,0.0000,87.1003,4.1544,87.1003,3.4794,0.0000,83.6209,0.9732,,,82.6477,3.3042,,,79.3435,,,,,,,818.4180,975.6880,0.2000,0.5025,1.4286,1.4000,0.6234,18077.2120,18077.2120,18257.9841,18257.9841,18257.9841
-1226.2500,0.5000,,58.5400,,,,11,1030.5300,910.5071,2134.0000,-153.9845,98.2591,230.2946,230.2946,-16.6175,1.6422,92.5124,0.0000,92.5124,4.1045,92.5124,3.6958,0.0000,88.8166,0.9886,,,87.8280,3.5114,,,84.3166,,,,,,,829.0461,1023.0265,0.2000,0.5025,1.4286,1.4000,0.5734,19031.9941,19031.9941,19222.3141,19222.3141,19222.3141
-1226.7500,0.5000,,59.5400,,,,11,1049.3600,1099.3990,2134.0000,-155.2084,120.8116,234.5025,234.5025,-17.0557,2.4231,114.3760,0.0000,114.3760,4.0125,114.3760,4.5701,0.0000,109.8059,1.0111,,,108.7948,4.3500,,,104.4448,,,,,,,844.4837,1241.6688,0.2000,0.5025,1.4286,1.4000,0.4814,23189.8751,23189.8751,23421.7739,23421.7739,23421.7739
-1227.2500,0.5000,,60.7000,,,,11,1069.3000,1271.2373,2134.0000,-156.5045,142.3491,238.9586,238.9586,-17.5249,2.5318,135.8805,0.0000,135.8805,3.9368,135.8805,5.4301,0.0000,130.4504,1.0343,,,129.4161,5.1748,,,124.2413,,,,,,,860.3184,1447.9634,0.2000,0.5025,1.4286,1.4000,0.4057,27053.9779,27053.9779,27324.5177,27324.5177,27324.5177
-1227.7500,0.5000,,61.8000,,,,11,1088.3673,1295.3450,2134.0000,-157.7439,147.6351,243.2196,243.2196,-17.9786,2.5957,141.1586,0.0000,141.1586,3.8808,141.1586,5.6411,0.0000,135.5176,1.0579,,,134.4597,5.3765,,,129.0832,,,,,,,876.2556,1476.8491,0.2000,0.5025,1.4286,1.4000,0.3497,28006.2432,28006.2432,28286.3057,28286.3057,28286.3057
-1228.2500,0.5000,,62.7800,,,,11,1105.6400,1286.3415,2134.0000,-158.8666,148.9356,247.0795,247.0795,-18.3939,2.2926,142.8256,0.0000,142.8256,3.8175,142.8256,5.7076,0.0000,137.1180,1.0785,,,136.0395,5.4396,,,130.5999,,,,,,,890.0945,1471.0575,0.2000,0.5025,1.4286,1.4000,0.2864,28265.5595,28265.5595,28548.2151,28548.2151,28548.2151
-1228.7500,0.5000,,63.8800,,,,11,1125.3333,1295.7556,2134.0000,-160.1467,152.6978,251.4804,251.4804,-18.8724,2.7934,146.1031,0.0000,146.1031,3.8014,146.1031,5.8385,0.0000,140.2646,1.1039,,,139.1607,5.5644,,,133.5963,,,,,,,906.6710,1477.3034,0.2000,0.5025,1.4286,1.4000,0.2703,28946.1751,28946.1751,29235.6368,29235.6368,29235.6368
-1229.2500,0.5000,,64.9600,,,,11,1141.8800,1248.6268,2134.0000,-161.2222,149.3075,255.1782,255.1782,-19.2785,2.1152,143.4493,0.0000,143.4493,3.7431,143.4493,5.7322,0.0000,137.7171,1.1237,,,136.5934,5.4616,,,131.1318,,,,,,,919.0241,1430.9761,0.2000,0.5025,1.4286,1.4000,0.2120,28441.3994,28441.3994,28725.8134,28725.8134,28725.8134
-1229.7500,0.5000,,65.9000,,,,11,1159.1429,1243.5782,2134.0000,-162.3443,150.9519,259.0359,259.0359,-19.7062,2.3807,144.8341,0.0000,144.8341,3.7372,144.8341,5.7874,0.0000,139.0467,1.1458,,,137.9008,5.5138,,,132.3870,,,,,,,932.7321,1423.5576,0.2000,0.5025,1.4286,1.4000,0.2061,28764.9176,28764.9176,29052.5668,29052.5668,29052.5668
-1230.2500,0.5000,,66.8600,,,,11,1177.3627,1246.7050,2134.0000,-163.5286,153.7102,263.1076,263.1076,-20.1620,2.7486,147.2645,0.0000,147.2645,3.6971,147.2645,5.8844,0.0000,141.3801,1.1712,,,140.2089,5.6061,,,134.6028,,,,,,,948.3118,1423.6672,0.2000,0.5025,1.4286,1.4000,0.1661,29221.7166,29221.7166,29513.9338,29513.9338,29513.9338
-1230.7500,0.5000,,67.8600,,,,11,1194.1200,1204.3891,2134.0000,-164.6178,150.6064,266.8523,266.8523,-20.5851,2.3096,144.5996,0.0000,144.5996,3.6971,144.5996,5.7776,0.0000,138.8220,1.1923,,,137.6297,5.5029,,,132.1269,,,,,,,961.2082,1379.1523,0.2000,0.5025,1.4286,1.4000,0.1661,28634.9332,28634.9332,28921.2825,28921.2825,28921.2825
-1231.2500,0.5000,,68.8200,,,,11,1210.2245,1196.5080,2134.0000,-166.1247,151.6387,270.4512,270.4512,-21.0537,2.3229,145.6469,0.0000,145.6469,3.6689,145.6469,5.8194,0.0000,139.8276,1.2134,,,138.6142,5.5422,,,133.0720,,,,,,,974.0064,1370.8894,0.2000,0.5025,1.4286,1.4000,0.1379,28775.8034,28775.8034,29063.5615,29063.5615,29063.5615
-1231.7500,0.5000,,69.6800,,,,11,1225.2200,1183.3413,2134.0000,-167.7742,151.8283,273.8023,273.8023,-21.5262,2.2395,145.9235,0.0000,145.9235,3.6653,145.9235,5.8303,0.0000,140.0933,1.2336,,,138.8597,5.5519,,,133.3077,,,,,,,986.1878,1356.5286,0.2000,0.5025,1.4286,1.4000,0.1342,28774.7443,28774.7443,29062.4918,29062.4918,29062.4918
-1232.2500,0.5000,,70.5200,,,,11,1239.5300,1167.3573,2134.0000,-169.3483,151.5268,277.0002,277.0002,-21.9820,2.2785,144.9203,0.0000,144.9203,4.3280,144.9203,5.7900,0.0000,139.1304,1.2540,,,137.8764,5.5125,,,132.3638,,,,,,,998.4290,1330.6877,0.3500,0.5400,1.7143,1.6000,0.1237,28697.5508,28697.5508,28697.5508,28697.5508,28697.5508
-1232.7500,0.5000,,71.3200,,,,11,1247.7700,980.4425,2134.0000,-170.2547,128.1107,278.8416,278.8416,-22.2465,1.7199,122.0736,0.0000,122.0736,4.3172,122.0736,4.8760,0.0000,117.1976,1.2693,,,115.9283,4.6346,,,111.2937,,,,,,,1007.5708,1110.7456,0.3500,0.5400,1.7143,1.6000,0.1129,24461.8284,24461.8284,24461.8284,24461.8284,24461.8284
-1233.2500,0.5000,,70.4400,,,,11,1177.8235,59.1735,2134.0000,-163.5585,7.2985,263.2105,263.2105,-20.1735,-3.0751,6.0579,0.0000,6.0579,4.3158,6.0579,1.5408,0.0000,4.5171,1.2419,,,3.2752,1.6945,,,1.5807,,,,,,,991.1668,43.5193,0.3500,0.5400,1.7143,1.6000,0.1115,4406.8292,4406.8292,4406.8292,4406.8292,4406.8292
-1233.7500,0.5000,,69.6200,,,,12,996.3878,-151.8374,2125.4570,-151.8374,-15.8429,221.7733,221.7733,-15.8429,-37.1987,17.7255,0.0000,17.7255,3.6302,17.7255,0.7542,0.0000,16.9714,1.2227,,,15.7486,1.6650,,,14.0837,,,,,,,979.6701,165.4278,0.2000,0.5025,1.4286,1.4000,0.0991,236.2652,236.2652,238.6278,238.6278,238.6278
-1234.2500,0.5000,,69.1600,,,,12,945.2600,247.7231,2004.5399,-149.5367,24.5215,198.4242,198.4242,-14.8022,-0.3837,21.2750,0.0000,21.2750,3.6302,21.2750,0.7507,0.0000,20.5243,1.2171,,,19.3072,1.6562,,,17.6510,,,,,,,976.2430,200.7623,0.2000,0.5025,1.4286,1.4000,0.0991,6361.4744,6361.4744,6425.0891,6425.0891,6425.0891
-1234.7500,0.5000,,69.2600,,,,12,945.3100,710.2510,2004.6582,-149.5390,70.3096,198.4464,198.4464,-14.8033,0.2694,66.4199,0.0000,66.4199,3.6203,66.4199,1.3304,0.0000,65.0895,1.2211,,,63.8685,2.5523,,,61.3161,,,,,,,978.6503,635.1186,0.2000,0.5025,1.4286,1.4000,0.0892,13871.6188,13871.6188,14010.3350,14010.3350,14010.3350
-1235.2500,0.5000,,70.0000,,,,12,956.2100,1133.8714,2030.4367,-150.0295,113.5392,203.3159,203.3159,-15.0231,1.2562,107.9894,0.0000,107.9894,4.2935,107.9894,2.1618,0.0000,105.8276,1.2396,,,104.5880,4.1811,,,100.4069,,,,,,,989.7988,1020.9944,0.3500,0.5400,1.7143,1.6000,0.0892,21814.2601,21814.2601,21814.2601,21814.2601,21814.2601
-1235.7500,0.5000,,70.7000,,,,12,965.4100,1192.5961,2052.1947,-150.4435,120.5685,207.4717,207.4717,-15.2095,1.2152,115.0660,0.0000,115.0660,4.2873,115.0660,2.3034,0.0000,112.7626,1.2574,,,111.5052,4.4577,,,107.0475,,,,,,,1000.4650,1076.3030,0.3500,0.5400,1.7143,1.6000,0.0830,23033.5400,23033.5400,23033.5400,23033.5400,23033.5400
-1236.2500,0.5000,,71.4200,,,,12,975.7157,1194.2019,2076.5676,-150.9072,122.0196,212.1768,212.1768,-15.4192,1.2581,116.4748,0.0000,116.4748,4.2867,116.4748,2.3316,0.0000,114.1431,1.2758,,,112.8674,4.5121,,,108.3552,,,,,,,1011.3894,1077.7122,0.3500,0.5400,1.7143,1.6000,0.0824,23288.8702,23288.8702,23288.8702,23288.8702,23288.8702
-1236.7500,0.5000,,72.2600,,,,12,985.5102,1154.1284,2099.7316,-151.3480,119.1088,216.6973,216.6973,-15.6195,1.1768,113.6458,0.0000,113.6458,4.2862,113.6458,2.2751,0.0000,111.3707,1.2929,,,110.0778,4.4005,,,105.6773,,,,,,,1021.5023,1041.1248,0.3500,0.5400,1.7143,1.6000,0.0819,22778.0479,22778.0479,22778.0479,22778.0479,22778.0479
-1237.2500,0.5000,,72.8200,,,,12,995.9510,1142.1480,2124.4241,-151.8178,119.1212,221.5684,221.5684,-15.8339,1.2579,113.5771,0.0000,113.5771,4.2861,113.5771,2.2738,0.0000,111.3034,1.3110,,,109.9923,4.3970,,,105.5953,,,,,,,1032.2025,1029.7095,0.3500,0.5400,1.7143,1.6000,0.0818,22785.4014,22785.4014,22785.4014,22785.4014,22785.4014
-1237.7500,0.5000,,73.5600,,,,12,1006.0204,1108.4713,2134.0000,-152.3913,116.7777,224.8173,224.8173,-16.0545,1.2020,111.2912,0.0000,111.2912,4.2845,111.2912,2.2281,0.0000,109.0631,1.3283,,,107.7348,4.3067,,,103.4281,,,,,,,1042.3240,999.1864,0.3500,0.5400,1.7143,1.6000,0.0802,22405.2287,22405.2287,22405.2287,22405.2287,22405.2287
-1238.2500,0.5000,,74.4200,,,,12,1017.6667,1103.7233,2134.0000,-153.1483,117.6236,227.4200,227.4200,-16.3210,1.4410,111.8990,0.0000,111.8990,4.2836,111.8990,2.2403,0.0000,109.6587,1.3489,,,108.3098,4.3296,,,103.9802,,,,,,,1054.3302,993.2024,0.3500,0.5400,1.7143,1.6000,0.0793,22564.2510,22564.2510,22564.2510,22564.2510,22564.2510
-1238.7500,0.5000,,75.3000,,,,12,1027.9592,1101.7656,2134.0000,-153.8173,118.6025,229.7201,229.7201,-16.5581,1.2483,113.0712,0.0000,113.0712,4.2829,113.0712,2.2638,0.0000,110.8074,1.3667,,,109.4407,4.3748,,,105.0660,,,,,,,1064.6217,993.9049,0.3500,0.5400,1.7143,1.6000,0.0786,22743.9713,22743.9713,22743.9713,22743.9713,22743.9713
-1239.2500,0.5000,,76.0400,,,,12,1036.8431,1055.2650,2134.0000,-154.3948,114.5785,231.7054,231.7054,-16.7639,1.2673,109.0289,0.0000,109.0289,4.2823,109.0289,2.1830,0.0000,106.8459,1.3846,,,105.4613,4.2155,,,101.2457,,,,,,,1074.9692,949.1461,0.3500,0.5400,1.7143,1.6000,0.0780,22074.3171,22074.3171,22074.3171,22074.3171,22074.3171
-1239.7500,0.5000,,76.7000,,,,12,1047.0714,1043.4671,2134.0000,-155.0596,114.4152,233.9911,233.9911,-17.0021,1.1867,108.9465,0.0000,108.9465,4.2819,108.9465,2.1814,0.0000,106.7651,1.4013,,,105.3638,4.2116,,,101.1522,,,,,,,1084.5690,940.0341,0.3500,0.5400,1.7143,1.6000,0.0776,22006.6307,22006.6307,22006.6307,22006.6307,22006.6307
-1240.2500,0.5000,,77.3800,,,,12,1057.3627,1036.5430,2134.0000,-155.7286,114.7731,236.2909,236.2909,-17.2433,1.3917,109.1003,0.0000,109.1003,4.2810,109.1003,2.1845,0.0000,106.9158,1.4209,,,105.4949,4.2168,,,101.2782,,,,,,,1095.7198,931.7808,0.3500,0.5400,1.7143,1.6000,0.0767,22084.7945,22084.7945,22084.7945,22084.7945,22084.7945
-1240.7500,0.5000,,78.2600,,,,12,1067.2347,1027.9603,2134.0000,-156.3703,114.8854,238.4970,238.4970,-17.4760,1.3030,109.3012,0.0000,109.3012,4.2812,109.3012,2.1886,0.0000,107.1127,1.4398,,,105.6729,4.2238,,,101.4491,,,,,,,1106.0579,924.7713,0.3500,0.5400,1.7143,1.6000,0.0769,22120.3920,22120.3920,22120.3920,22120.3920,22120.3920
-1241.2500,0.5000,,78.8800,,,,12,1076.7400,1038.2711,2134.0000,-156.9881,117.0712,240.6212,240.6212,-17.7013,1.1942,111.5953,0.0000,111.5953,4.2817,111.5953,2.2345,0.0000,109.3608,1.4575,,,107.9034,4.3130,,,103.5904,,,,,,,1115.4486,936.2323,0.3500,0.5400,1.7143,1.6000,0.0774,22531.5829,22531.5829,22531.5829,22531.5829,22531.5829
-1241.7500,0.5000,,79.7200,,,,12,1087.8600,1043.6630,2134.0000,-157.7109,118.8945,243.1062,243.1062,-17.9665,1.5217,113.0906,0.0000,113.0906,4.2822,113.0906,2.2645,0.0000,110.8262,1.4799,,,109.3462,4.3707,,,104.9756,,,,,,,1127.3015,938.8011,0.3500,0.5400,1.7143,1.6000,0.0779,22877.2688,22877.2688,22877.2688,22877.2688,22877.2688
-1242.2500,0.5000,,80.4400,,,,12,1097.4600,1022.6902,2134.0000,-158.3349,117.5334,245.2515,245.2515,-18.1968,1.3077,111.9403,0.0000,111.9403,4.2854,111.9403,2.2415,0.0000,109.6988,1.4992,,,108.1996,4.3247,,,103.8749,,,,,,,1137.3888,921.0101,0.3500,0.5400,1.7143,1.6000,0.0811,22655.6702,22655.6702,22655.6702,22655.6702,22655.6702
-1242.7500,0.5000,,81.2200,,,,12,1108.0200,986.7375,2134.0000,-159.0213,114.4927,247.6114,247.6114,-18.4515,1.3717,108.8355,0.0000,108.8355,4.2855,108.8355,2.1795,0.0000,106.6560,1.5193,,,105.1367,4.2022,,,100.9346,,,,,,,1147.8743,887.2836,0.3500,0.5400,1.7143,1.6000,0.0812,22150.5005,22150.5005,22150.5005,22150.5005,22150.5005
-1243.2500,0.5000,,81.9200,,,,12,1117.7200,934.0114,2134.0000,-159.6518,109.3236,249.7791,249.7791,-18.6868,1.3404,103.6944,0.0000,103.6944,4.2887,103.6944,2.0767,0.0000,101.6177,1.5389,,,100.0788,3.9998,,,96.0791,,,,,,,1158.0291,837.9565,0.3500,0.5400,1.7143,1.6000,0.0844,21183.9316,21183.9316,21183.9316,21183.9316,21183.9316
-1243.7500,0.5000,,82.6200,,,,12,1127.0800,905.5374,2134.0000,-160.2602,106.8783,251.8708,251.8708,-18.9151,1.3895,101.2000,0.0000,101.2000,4.2888,101.2000,2.0269,0.0000,99.1731,1.5592,,,97.6140,3.9011,,,93.7128,,,,,,,1168.4629,810.4952,0.3500,0.5400,1.7143,1.6000,0.0845,20688.2573,20688.2573,20688.2573,20688.2573,20688.2573
-1244.2500,0.5000,,83.1200,,,,12,1132.9500,826.8148,2134.0000,-160.6418,98.0952,253.1826,253.1826,-19.0589,0.8079,92.9960,0.0000,92.9960,4.2913,92.9960,1.8628,0.0000,91.1332,1.5709,,,89.5623,3.5790,,,85.9832,,,,,,,1174.4869,740.9684,0.3500,0.5400,1.7143,1.6000,0.0870,19105.8455,19105.8455,19105.8455,19105.8455,19105.8455
-1244.7500,0.5000,,83.6200,,,,12,1140.5800,806.9961,2134.0000,-161.1377,96.3886,254.8876,254.8876,-19.2465,1.0027,91.0946,0.0000,91.0946,4.2913,91.0946,1.8248,0.0000,89.2698,1.5855,,,87.6843,3.5039,,,84.1804,,,,,,,1181.9206,721.2526,0.3500,0.5400,1.7143,1.6000,0.0870,18844.3098,18844.3098,18844.3098,18844.3098,18844.3098
-1245.2500,0.5000,,84.2000,,,,12,1148.0600,793.8332,2134.0000,-161.6239,95.4383,256.5592,256.5592,-19.4312,1.0303,90.1141,0.0000,90.1141,4.2939,90.1141,1.8052,0.0000,88.3088,1.6004,,,86.7085,3.4648,,,83.2437,,,,,,,1189.5101,708.9365,0.3500,0.5400,1.7143,1.6000,0.0896,18698.3379,18698.3379,18698.3379,18698.3379,18698.3379
-1245.7500,0.5000,,84.7200,,,,12,1155.7600,796.0319,2134.0000,-162.1244,96.3445,258.2799,258.2799,-19.6221,1.1322,90.9181,0.0000,90.9181,4.2941,90.9181,1.8214,0.0000,89.0967,1.6167,,,87.4800,3.4956,,,83.9845,,,,,,,1197.7949,710.3147,0.3500,0.5400,1.7143,1.6000,0.0899,18847.0719,18847.0719,18847.0719,18847.0719,18847.0719
-1246.2500,0.5000,,85.3400,,,,12,1164.6000,856.9733,2134.0000,-162.6990,104.5136,260.2554,260.2554,-19.8422,1.2579,98.9593,0.0000,98.9593,4.2964,98.9593,1.9822,0.0000,96.9770,1.6348,,,95.3422,3.8100,,,91.5322,,,,,,,1206.9330,767.2856,0.3500,0.5400,1.7143,1.6000,0.0921,20248.2554,20248.2554,20248.2554,20248.2554,20248.2554
-1246.7500,0.5000,,85.9600,,,,12,1172.6500,890.0470,2134.0000,-163.2223,109.2974,262.0544,262.0544,-20.0436,1.1503,103.8503,0.0000,103.8503,4.2969,103.8503,2.0801,0.0000,101.7702,1.6513,,,100.1189,4.0010,,,96.1178,,,,,,,1215.2290,799.7126,0.3500,0.5400,1.7143,1.6000,0.0926,21115.1447,21115.1447,21115.1447,21115.1447,21115.1447
-1247.2500,0.5000,,86.6400,,,,12,1182.1300,915.3178,2134.0000,-163.8385,113.3094,264.1729,264.1729,-20.2819,1.3011,107.7089,0.0000,107.7089,4.2994,107.7089,2.1573,0.0000,105.5516,1.6700,,,103.8816,4.1515,,,99.7301,,,,,,,1224.5450,823.1167,0.3500,0.5400,1.7143,1.6000,0.0951,21861.1332,21861.1332,21861.1332,21861.1332,21861.1332
-1247.7500,0.5000,,87.1200,,,,12,1186.5400,827.2682,2134.0000,-164.1251,102.7915,265.1584,265.1584,-20.3932,0.7763,97.7125,0.0000,97.7125,4.3027,97.7125,1.9574,0.0000,95.7551,1.6810,,,94.0740,3.7592,,,90.3149,,,,,,,1230.0700,743.3671,0.3500,0.5400,1.7143,1.6000,0.0984,19954.6166,19954.6166,19954.6166,19954.6166,19954.6166
-1248.2500,0.5000,,87.5000,,,,12,1192.9000,794.2628,2134.0000,-164.5385,99.2195,266.5797,266.5797,-20.5542,0.8678,94.0490,0.0000,94.0490,4.3028,94.0490,1.8842,0.0000,92.1648,1.6934,,,90.4714,3.6150,,,86.8563,,,,,,,1236.2164,711.9375,0.3500,0.5400,1.7143,1.6000,0.0985,19281.6925,19281.6925,19281.6925,19281.6925,19281.6925
-1248.7500,0.5000,,87.7800,,,,12,1193.9900,655.7917,2134.0000,-164.6094,81.9965,266.8233,266.8233,-20.5818,0.3363,77.3516,0.0000,77.3516,4.3086,77.3516,1.5502,0.0000,75.8013,1.6982,,,74.1031,2.9603,,,71.1428,,,,,,,1238.5903,584.4138,0.3500,0.5400,1.7143,1.6000,0.1043,16131.1505,16131.1505,16131.1505,16131.1505,16131.1505
-1249.2500,0.5000,,87.3800,,,,12,1180.1700,166.4227,2134.0000,-163.7111,20.5677,263.7349,263.7349,-20.2326,-0.9562,17.2146,0.0000,17.2146,4.3093,17.2146,1.0263,0.0000,16.1883,1.6846,,,14.5037,2.3668,,,12.1369,,,,,,,1231.8288,125.4937,0.3500,0.5400,1.7143,1.6000,0.1050,6376.2424,6376.2424,6376.2424,6376.2424,6376.2424
-1249.7500,0.5000,,86.6200,,,,12,1171.4600,-125.2123,2134.0000,-163.1449,-15.3604,261.7885,261.7885,-20.0138,-1.7268,-17.9468,0.0000,-17.9468,4.3131,-17.9468,1.0123,0.0000,-18.9591,1.6599,,,-20.6190,2.3299,,,-22.9489,,,,,,,1219.5232,-148.4564,0.3500,0.5400,1.7143,1.6000,0.1088,972.1494,972.1494,972.1494,972.1494,972.1494
-1250.2500,0.5000,,85.9200,,,,12,1165.1200,-162.7328,2134.0000,-162.7328,-19.8552,260.3716,260.3716,-19.8552,-1.4390,-22.7319,0.0000,-22.7319,4.3156,-22.7319,1.0006,0.0000,-23.7324,1.6393,,,-25.3717,2.2991,,,-27.6708,,,,,,,1209.1731,-187.4240,0.3500,0.5400,1.7143,1.6000,0.1113,256.8824,256.8824,256.8824,256.8824,256.8824
-1250.7500,0.5000,,85.2000,,,,12,1155.6600,-162.1179,2134.0000,-162.1179,-19.6196,258.2576,258.2576,-19.6196,-1.3392,-22.5959,0.0000,-22.5959,4.3156,-22.5959,0.9896,0.0000,-23.5856,1.6200,,,-25.2056,2.2704,,,-27.4760,,,,,,,1199.4600,-187.7725,0.3500,0.5400,1.7143,1.6000,0.1113,255.5499,255.5499,255.5499,255.5499,255.5499
-1251.2500,0.5000,,84.4400,,,,12,1147.6100,-161.5947,2134.0000,-161.5947,-19.4200,256.4587,256.4587,-19.4200,-1.3008,-22.4349,0.0000,-22.4349,4.3157,-22.4349,0.9789,0.0000,-23.4139,1.6012,,,-25.0151,2.2425,,,-27.2575,,,,,,,1189.9496,-187.8954,0.3500,0.5400,1.7143,1.6000,0.1114,254.4160,254.4160,254.4160,254.4160,254.4160
-1251.7500,0.5000,,83.9600,,,,12,1139.0000,-161.0350,2134.0000,-161.0350,-19.2076,254.5346,254.5346,-19.2076,-1.0404,-22.4828,0.0000,-22.4828,4.3156,-22.4828,0.9704,0.0000,-23.4531,1.5862,,,-25.0393,2.2200,,,-27.2593,,,,,,,1182.2881,-189.4300,0.3500,0.5400,1.7143,1.6000,0.1113,253.2032,253.2032,253.2032,253.2032,253.2032
-1252.2500,0.5000,,83.2400,,,,12,1130.6800,-160.4942,2134.0000,-160.4942,-19.0032,252.6753,252.6753,-19.0032,-1.2366,-22.0810,0.0000,-22.0810,4.3144,-22.0810,0.9601,0.0000,-23.0412,1.5682,,,-24.6094,2.1934,,,-26.8028,,,,,,,1173.1170,-187.5575,0.3500,0.5400,1.7143,1.6000,0.1101,252.0313,252.0313,252.0313,252.0313,252.0313
-1252.7500,0.5000,,82.7000,,,,12,1122.1400,-159.9391,2134.0000,-159.9391,-18.7945,250.7668,250.7668,-18.7945,-1.0874,-22.0212,0.0000,-22.0212,4.3141,-22.0212,0.9511,0.0000,-22.9723,1.5524,,,-24.5247,2.1698,,,-26.6945,,,,,,,1164.9921,-188.3007,0.3500,0.5400,1.7143,1.6000,0.1098,250.8283,250.8283,250.8283,250.8283,250.8283
-1253.2500,0.5000,,81.9600,,,,12,1113.2900,-159.3639,2134.0000,-159.3639,-18.5792,248.7891,248.7891,-18.5792,-1.3073,-21.5841,0.0000,-21.5841,4.3122,-21.5841,0.9402,0.0000,-22.5243,1.5333,,,-24.0577,2.1415,,,-26.1992,,,,,,,1155.1492,-186.2023,0.3500,0.5400,1.7143,1.6000,0.1079,249.5818,249.5818,249.5818,249.5818,249.5818
-1253.7500,0.5000,,81.5000,,,,12,1106.2300,-158.9050,2134.0000,-158.9050,-18.4082,247.2114,247.2114,-18.4082,-1.0028,-21.7154,0.0000,-21.7154,4.3100,-21.7154,0.9318,0.0000,-22.6472,1.5187,,,-24.1659,2.1197,,,-26.2856,,,,,,,1147.5415,-188.4594,0.3500,0.5400,1.7143,1.6000,0.1057,248.5873,248.5873,248.5873,248.5873,248.5873
-1254.2500,0.5000,,80.7800,,,,12,1097.1000,-158.3115,2134.0000,-158.3115,-18.1881,245.1711,245.1711,-18.1881,-1.1973,-21.3008,0.0000,-21.3008,4.3100,-21.3008,0.9218,0.0000,-22.2226,1.5011,,,-23.7237,2.0937,,,-25.8174,,,,,,,1138.3920,-186.4123,0.3500,0.5400,1.7143,1.6000,0.1057,247.3013,247.3013,247.3013,247.3013,247.3013
-1254.7500,0.5000,,80.2200,,,,12,1088.9800,-157.7837,2134.0000,-157.7837,-17.9933,243.3565,243.3565,-17.9933,-0.9702,-21.3312,0.0000,-21.3312,4.3081,-21.3312,0.9136,0.0000,-22.2448,1.4868,,,-23.7316,2.0725,,,-25.8041,,,,,,,1130.9232,-187.8306,0.3500,0.5400,1.7143,1.6000,0.1038,246.1575,246.1575,246.1575,246.1575,246.1575
-1255.2500,0.5000,,79.5800,,,,12,1080.8300,-157.2540,2134.0000,-157.2540,-17.7987,241.5352,241.5352,-17.7987,-1.1920,-20.9145,0.0000,-20.9145,4.3079,-20.9145,0.9035,0.0000,-21.8180,1.4693,,,-23.2873,2.0464,,,-25.3337,,,,,,,1121.6790,-185.7457,0.3500,0.5400,1.7143,1.6000,0.1036,245.0096,245.0096,245.0096,245.0096,245.0096
-1255.7500,0.5000,,79.0000,,,,12,1073.0000,-156.7450,2134.0000,-156.7450,-17.6125,239.7854,239.7854,-17.6125,-1.1114,-20.8082,0.0000,-20.8082,4.3071,-20.8082,0.8941,0.0000,-21.7023,1.4528,,,-23.1551,2.0221,,,-25.1772,,,,,,,1112.9905,-186.2027,0.3500,0.5400,1.7143,1.6000,0.1028,243.9067,243.9067,243.9067,243.9067,243.9067
-1256.2500,0.5000,,78.6000,,,,12,1068.7500,-44.5962,2134.0000,-156.4688,-4.9912,238.8357,238.8357,-17.5119,-0.5533,-8.7441,0.0000,-8.7441,4.3063,-8.7441,0.8894,0.0000,-9.6335,1.4446,,,-11.0781,2.0099,,,-13.0880,,,,,,,1108.6395,-82.9783,0.3500,0.5400,1.7143,1.6000,0.1020,2272.5889,2272.5889,2272.5889,2272.5889,2272.5889
-1256.7500,0.5000,,78.5400,,,,12,1075.0200,170.5393,2134.0000,-156.8763,19.1986,240.2368,240.2368,-17.6605,-0.3405,15.2331,0.0000,15.2331,4.3060,15.2331,0.8865,0.0000,14.3466,1.4396,,,12.9071,2.0024,,,10.9046,,,,,,,1105.9536,123.8753,0.3500,0.5400,1.7143,1.6000,0.1017,5972.1181,5972.1181,5972.1181,5972.1181,5972.1181
-1257.2500,0.5000,,78.3800,,,,12,1068.1500,334.9536,2134.0000,-156.4298,37.4667,238.7016,238.7016,-17.4977,0.2021,32.9625,0.0000,32.9625,4.3021,32.9625,0.8882,0.0000,32.0743,1.4426,,,30.6318,2.0069,,,28.6249,,,,,,,1107.5488,276.5450,0.3500,0.5400,1.7143,1.6000,0.0978,8787.6105,8787.6105,8787.6105,8787.6105,8787.6105
-1257.7500,0.5000,,78.8800,,,,12,1076.0500,630.8758,2134.0000,-156.9433,71.0894,240.4670,240.4670,-17.6849,0.9139,65.8735,0.0000,65.8735,4.3019,65.8735,1.3201,0.0000,64.5535,1.4561,,,63.0974,2.5208,,,60.5766,,,,,,,1114.7333,552.9935,0.3500,0.5400,1.7143,1.6000,0.0976,14156.5499,14156.5499,14156.5499,14156.5499,14156.5499
-1258.2500,0.5000,,79.2000,,,,12,1079.7300,669.9016,2134.0000,-157.1825,75.7452,241.2894,241.2894,-17.7725,0.6201,70.8252,0.0000,70.8252,4.2998,70.8252,1.4191,0.0000,69.4061,1.4653,,,67.9408,2.7145,,,65.2263,,,,,,,1119.5813,591.9888,0.3500,0.5400,1.7143,1.6000,0.0956,14992.1343,14992.1343,14992.1343,14992.1343,14992.1343
-1258.7500,0.5000,,79.6400,,,,12,1085.1200,680.2552,2134.0000,-157.5328,77.2998,242.4939,242.4939,-17.9010,0.7033,72.2967,0.0000,72.2967,4.2998,72.2967,1.4486,0.0000,70.8481,1.4757,,,69.3724,2.7717,,,66.6007,,,,,,,1125.0546,601.3481,0.3500,0.5400,1.7143,1.6000,0.0956,15297.6871,15297.6871,15297.6871,15297.6871,15297.6871
-1259.2500,0.5000,,79.9600,,,,12,1089.2800,684.6186,2134.0000,-157.8032,78.0939,243.4235,243.4235,-18.0005,0.5375,73.2607,0.0000,73.2607,4.2957,73.2607,1.4679,0.0000,71.7928,1.4836,,,70.3092,2.8092,,,67.5000,,,,,,,1129.2199,607.1189,0.3500,0.5400,1.7143,1.6000,0.0914,15450.6137,15450.6137,15450.6137,15450.6137,15450.6137
-1259.7500,0.5000,,80.3200,,,,12,1094.9500,706.3166,2134.0000,-158.1718,80.9883,244.6906,244.6906,-18.1364,0.7437,75.9491,0.0000,75.9491,4.2954,75.9491,1.5217,0.0000,74.4274,1.4945,,,72.9329,2.9141,,,70.0188,,,,,,,1134.9582,626.2167,0.3500,0.5400,1.7143,1.6000,0.0912,16019.0024,16019.0024,16019.0024,16019.0024,16019.0024
-1260.2500,0.5000,,80.7800,,,,12,1102.3300,744.6250,2134.0000,-158.6515,85.9563,246.3398,246.3398,-18.3140,0.8973,80.7636,0.0000,80.7636,4.2954,80.7636,1.6180,0.0000,79.1456,1.5077,,,77.6379,3.1022,,,74.5357,,,,,,,1141.8428,661.8995,0.3500,0.5400,1.7143,1.6000,0.0911,16949.8314,16949.8314,16949.8314,16949.8314,16949.8314
-1260.7500,0.5000,,81.2400,,,,12,1106.5400,704.0712,2134.0000,-158.9251,81.5854,247.2807,247.2807,-18.4157,0.7745,76.5155,0.0000,76.5155,4.2954,76.5155,1.5331,0.0000,74.9824,1.5191,,,73.4633,2.9352,,,70.5281,,,,,,,1147.7521,623.8534,0.3500,0.5400,1.7143,1.6000,0.0911,16115.9331,16115.9331,16115.9331,16115.9331,16115.9331
-1261.2500,0.5000,,81.5600,,,,12,1111.3900,709.7727,2134.0000,-159.2404,82.6065,248.3645,248.3645,-18.5331,0.5706,77.7384,0.0000,77.7384,4.2975,77.7384,1.5575,0.0000,76.1809,1.5274,,,74.6535,2.9828,,,71.6707,,,,,,,1152.0865,631.4404,0.3500,0.5400,1.7143,1.6000,0.0932,16308.2641,16308.2641,16308.2641,16308.2641,16308.2641
-1261.7500,0.5000,,81.9000,,,,12,1115.8900,712.1607,2134.0000,-159.5329,83.2201,249.3701,249.3701,-18.6423,0.6141,78.3084,0.0000,78.3084,4.2976,78.3084,1.5690,0.0000,76.7394,1.5364,,,75.2030,3.0048,,,72.1983,,,,,,,1156.7329,633.5150,0.3500,0.5400,1.7143,1.6000,0.0933,16420.3948,16420.3948,16420.3948,16420.3948,16420.3948
-1262.2500,0.5000,,82.2000,,,,12,1119.7200,678.5396,2134.0000,-159.7818,79.5634,250.2260,250.2260,-18.7355,0.5339,74.7302,0.0000,74.7302,4.2993,74.7302,1.4974,0.0000,73.2328,1.5442,,,71.6886,2.8642,,,68.8244,,,,,,,1160.7573,602.4700,0.3500,0.5400,1.7143,1.6000,0.0950,15701.0395,15701.0395,15701.0395,15701.0395,15701.0395
-1262.7500,0.5000,,82.3200,,,,12,1119.8200,511.2059,2134.0000,-159.7883,59.9477,250.2484,250.2484,-18.7379,0.1537,55.4920,0.0000,55.4920,4.3020,55.4920,1.1127,0.0000,54.3793,1.5464,,,52.8329,2.1610,,,50.6719,,,,,,,1161.9136,446.9213,0.3500,0.5400,1.7143,1.6000,0.0977,12512.2763,12512.2763,12512.2763,12512.2763,12512.2763
-1263.2500,0.5000,,82.3200,,,,12,1119.0500,422.7908,2134.0000,-159.7383,49.5454,250.0763,250.0763,-18.7192,-0.1850,45.4285,0.0000,45.4285,4.3019,45.4285,0.9461,0.0000,44.4824,1.5437,,,42.9386,2.1570,,,40.7817,,,,,,,1160.5218,366.0211,0.3500,0.5400,1.7143,1.6000,0.0977,10704.6517,10704.6517,10704.6517,10704.6517,10704.6517
-1263.7500,0.5000,,81.9800,,,,12,1115.1100,342.2004,2134.0000,-159.4822,39.9601,249.1958,249.1958,-18.6234,-0.5104,36.1649,0.0000,36.1649,4.3056,36.1649,0.9419,0.0000,35.2231,1.5363,,,33.6868,2.1459,,,31.5409,,,,,,,1156.6738,290.7954,0.3500,0.5400,1.7143,1.6000,0.1013,9293.4883,9293.4883,9293.4883,9293.4883,9293.4883
-1264.2500,0.5000,,81.9000,,,,12,1114.2300,343.8126,2134.0000,-159.4250,40.1167,248.9992,248.9992,-18.6020,-0.0939,35.9050,0.0000,35.9050,4.3056,35.9050,0.9411,0.0000,34.9639,1.5349,,,33.4290,2.1438,,,31.2852,,,,,,,1155.9641,288.8334,0.3500,0.5400,1.7143,1.6000,0.1013,9313.9221,9313.9221,9313.9221,9313.9221,9313.9221
-1264.7500,0.5000,,81.7400,,,,12,1110.7600,317.6451,2134.0000,-159.1994,36.9480,248.2237,248.2237,-18.5178,-0.4705,33.1115,0.0000,33.1115,4.3070,33.1115,0.9372,0.0000,32.1743,1.5280,,,30.6463,2.1336,,,28.5127,,,,,,,1152.4038,266.6099,0.3500,0.5400,1.7143,1.6000,0.1027,8837.9063,8837.9063,8837.9063,8837.9063,8837.9063
-1265.2500,0.5000,,81.4600,,,,12,1107.6000,298.0054,2134.0000,-158.9940,34.5649,247.5175,247.5175,-18.4413,-0.4393,30.6963,0.0000,30.6963,4.3079,30.6963,0.9335,0.0000,29.7628,1.5216,,,28.2412,2.1241,,,26.1171,,,,,,,1149.0695,247.3427,0.3500,0.5400,1.7143,1.6000,0.1036,8459.6643,8459.6643,8459.6643,8459.6643,8459.6643
-1265.7500,0.5000,,81.1000,,,,12,1101.1400,247.4636,2134.0000,-158.5741,28.5353,246.0739,246.0739,-18.2854,-0.8254,25.0529,0.0000,25.0529,4.3078,25.0529,0.9266,0.0000,24.1263,1.5095,,,22.6168,2.1061,,,20.5107,,,,,,,1142.7781,201.6046,0.3500,0.5400,1.7143,1.6000,0.1035,7453.4492,7453.4492,7453.4492,7453.4492,7453.4492
-1266.2500,0.5000,,80.6200,,,,12,1094.8100,192.4943,2134.0000,-158.1627,22.0691,244.6593,244.6593,-18.1331,-0.8531,18.6151,0.0000,18.6151,4.3072,18.6151,0.9194,0.0000,17.6957,1.4970,,,16.1987,2.0875,,,14.1111,,,,,,,1136.2386,148.7199,0.3500,0.5400,1.7143,1.6000,0.1029,6431.7060,6431.7060,6431.7060,6431.7060,6431.7060
-1266.7500,0.5000,,80.0400,,,,12,1085.9400,67.0884,2134.0000,-157.5861,7.6293,242.6771,242.6771,-17.9206,-1.0728,4.3949,0.0000,4.3949,4.3072,4.3949,0.9104,0.0000,3.4845,1.4812,,,2.0033,2.0641,,,-0.0608,,,,,,,1127.9614,29.4999,0.3500,0.5400,1.7143,1.6000,0.1029,4326.0570,4326.0570,4326.0570,4326.0570,4326.0570
-1267.2500,0.5000,,79.3800,,,,12,1071.2100,16.0955,2134.0000,-156.6287,1.8055,239.3854,239.3854,-17.5701,-1.0471,-1.4535,0.0000,-1.4535,4.3061,-1.4535,0.9015,0.0000,-2.3550,1.4657,,,-3.8208,2.0412,,,-5.8620,,,,,,,1119.8236,-20.0823,0.3500,0.5400,1.7143,1.6000,0.1019,3377.5866,3377.5866,3377.5866,3377.5866,3377.5866
-1267.7500,0.5000,,78.7400,,,,12,1070.0800,-19.0340,2134.0000,-156.5552,-2.1329,239.1329,239.1329,-17.5433,-1.1653,-5.2732,0.0000,-5.2732,4.3056,-5.2732,0.8916,0.0000,-6.1649,1.4485,,,-7.6133,2.0157,,,-9.6290,,,,,,,1110.6971,-53.0027,0.3500,0.5400,1.7143,1.6000,0.1013,2736.8262,2736.8262,2736.8262,2736.8262,2736.8262
-1268.2500,0.5000,,78.1800,,,,12,1059.4700,-130.2025,2134.0000,-155.8656,-14.4456,236.7618,236.7618,-17.2929,-1.3077,-17.4393,0.0000,-17.4393,4.3014,-17.4393,0.8805,0.0000,-18.3198,1.4291,,,-19.7488,1.9869,,,-21.7358,,,,,,,1100.3655,-158.9845,0.3500,0.5400,1.7143,1.6000,0.0971,707.0072,707.0072,707.0072,707.0072,707.0072
-1268.7500,0.5000,,77.3200,,,,12,1049.0300,-155.1870,2134.0000,-155.1870,-17.0479,234.4288,234.4288,-17.0479,-1.4516,-19.8962,0.0000,-19.8962,4.2998,-19.8962,0.8680,0.0000,-20.7642,1.4087,,,-22.1729,1.9549,,,-24.1278,,,,,,,1088.7822,-182.1153,0.3500,0.5400,1.7143,1.6000,0.0956,232.6592,232.6592,232.6592,232.6592,232.6592
-1269.2500,0.5000,,76.6200,,,,12,1039.5800,-154.5727,2134.0000,-154.5727,-16.8275,232.3170,232.3170,-16.8275,-1.2206,-19.9061,0.0000,-19.9061,4.2993,-19.9061,0.8575,0.0000,-20.7637,1.3915,,,-22.1552,1.9279,,,-24.0831,,,,,,,1078.9453,-183.7705,0.3500,0.5400,1.7143,1.6000,0.0950,231.1910,231.1910,231.1910,231.1910,231.1910
-1269.7500,0.5000,,75.8800,,,,12,1029.8000,-148.8037,2134.0000,-153.9370,-16.0471,230.1314,230.1314,-16.6006,-1.2369,-19.1092,0.0000,-19.1092,4.2990,-19.1092,0.8468,0.0000,-19.9560,1.3740,,,-21.3300,1.9005,,,-23.2305,,,,,,,1068.8850,-178.2846,0.3500,0.5400,1.7143,1.6000,0.0947,325.2594,325.2594,325.2594,325.2594,325.2594
-1270.2500,0.5000,,75.3200,,,,12,1027.1700,-3.3487,2134.0000,-153.7661,-0.3602,229.5437,229.5437,-16.5398,-0.9093,-3.7502,0.0000,-3.7502,4.2993,-3.7502,0.8389,0.0000,-4.5891,1.3611,,,-5.9503,1.8803,,,-7.8305,,,,,,,1061.4284,-41.2867,0.3500,0.5400,1.7143,1.6000,0.0950,2895.7375,2895.7375,2895.7375,2895.7375,2895.7375
-1270.7500,0.5000,,75.0200,,,,12,1022.6000,112.8552,2134.0000,-153.4690,12.0853,228.5224,228.5224,-16.4344,-0.6283,8.4123,0.0000,8.4123,4.3012,8.4123,0.8334,0.0000,7.5789,1.3522,,,6.2267,1.8663,,,4.3604,,,,,,,1056.2455,68.5193,0.3500,0.5400,1.7143,1.6000,0.0969,4782.4580,4782.4580,4782.4580,4782.4580,4782.4580
-1271.2500,0.5000,,74.5600,,,,12,1013.4400,123.9066,2134.0000,-152.8736,13.1499,226.4754,226.4754,-16.2240,-0.5879,9.4366,0.0000,9.4366,4.3012,9.4366,0.8283,0.0000,8.6083,1.3438,,,7.2644,1.8531,,,5.4113,,,,,,,1051.3729,78.1863,0.3500,0.5400,1.7143,1.6000,0.0969,4926.0289,4926.0289,4926.0289,4926.0289,4926.0289
-1271.7500,0.5000,,74.2800,,,,12,1009.0200,142.2502,2134.0000,-152.5863,15.0308,225.4877,225.4877,-16.1229,-0.5305,11.2605,0.0000,11.2605,4.3007,11.2605,0.8237,0.0000,10.4369,1.3362,,,9.1006,1.8413,,,7.2593,,,,,,,1046.9562,95.1948,0.3500,0.5400,1.7143,1.6000,0.0965,5209.1783,5209.1783,5209.1783,5209.1783,5209.1783
-1272.2500,0.5000,,73.8800,,,,12,1004.4500,109.1560,2134.0000,-152.2893,11.4817,224.4664,224.4664,-16.0187,-0.5402,7.7213,0.0000,7.7213,4.3005,7.7213,0.8189,0.0000,6.9024,1.3285,,,5.5739,1.8292,,,3.7447,,,,,,,1042.4396,63.2294,0.3500,0.5400,1.7143,1.6000,0.0963,4646.1733,4646.1733,4646.1733,4646.1733,4646.1733
-1272.7500,0.5000,,73.6400,,,,12,1000.9800,162.2534,2134.0000,-152.0637,17.0078,223.6910,223.6910,-15.9397,-0.4310,13.1392,0.0000,13.1392,4.2996,13.1392,0.8151,0.0000,12.3241,1.3223,,,11.0018,1.8196,,,9.1822,,,,,,,1038.8218,113.2884,0.3500,0.5400,1.7143,1.6000,0.0953,5477.2858,5477.2858,5477.2858,5477.2858,5477.2858
-1273.2500,0.5000,,73.3000,,,,12,997.0400,218.4160,2126.9996,-151.8668,22.8048,222.0796,222.0796,-15.8564,-0.6246,19.1303,0.0000,19.1303,4.2990,19.1303,0.8096,0.0000,18.3207,1.3133,,,17.0074,1.8055,,,15.2018,,,,,,,1033.5566,169.2696,0.3500,0.5400,1.7143,1.6000,0.0947,6247.3572,6247.3572,6247.3572,6247.3572,6247.3572
-1273.7500,0.5000,,73.3400,,,,12,1000.1800,466.0936,2134.0000,-152.0117,48.8180,223.5122,223.5122,-15.9215,0.3770,44.1458,0.0000,44.1458,4.2952,44.1458,0.8852,0.0000,43.2607,1.3188,,,41.9419,1.8140,,,40.1279,,,,,,,1036.7375,398.4702,0.3500,0.5400,1.7143,1.6000,0.0909,10369.8117,10369.8117,10369.8117,10369.8117,10369.8117
-1274.2500,0.5000,,73.5600,,,,12,1003.5400,630.9187,2134.0000,-152.2301,66.3035,224.2630,224.2630,-15.9979,0.4588,61.5527,0.0000,61.5527,4.2921,61.5527,1.2333,0.0000,60.3193,1.3253,,,58.9940,2.3570,,,56.6370,,,,,,,1040.5956,553.5362,0.3500,0.5400,1.7143,1.6000,0.0878,13239.6968,13239.6968,13239.6968,13239.6968,13239.6968
-1274.7500,0.5000,,73.5800,,,,12,999.5100,316.7741,2132.8412,-151.9780,33.1562,223.2412,223.2412,-15.9073,-0.2387,29.1054,0.0000,29.1054,4.2895,29.1054,0.8149,0.0000,28.2905,1.3219,,,26.9686,1.8189,,,25.1497,,,,,,,1038.5897,260.1169,0.3500,0.5400,1.7143,1.6000,0.0853,7949.0162,7949.0162,7949.0162,7949.0162,7949.0162
-1275.2500,0.5000,,73.0400,,,,12,986.8000,66.7785,2102.7820,-151.4060,6.9007,217.2961,217.2961,-15.6459,-0.9317,3.5457,0.0000,3.5457,4.2867,3.5457,0.8067,0.0000,2.7390,1.3085,,,1.4305,1.7980,,,-0.3675,,,,,,,1030.7241,25.3759,0.3500,0.5400,1.7143,1.6000,0.0825,3876.1770,3876.1770,3876.1770,3876.1770,3876.1770
-1275.7500,0.5000,,72.6000,,,,12,983.4600,-44.9447,2094.8829,-151.2557,-4.6288,215.7472,215.7472,-15.5775,-0.8625,-8.0515,0.0000,-8.0515,4.2852,-8.0515,0.7991,0.0000,-8.8505,1.2961,,,-10.1466,1.7786,,,-11.9252,,,,,,,1023.3886,-82.5847,0.3500,0.5400,1.7143,1.6000,0.0810,2085.2197,2085.2197,2085.2197,2085.2197,2085.2197
-1276.2500,0.5000,,71.9400,,,,12,976.6100,-141.1929,2078.6827,-150.9475,-14.4398,212.5876,212.5876,-15.4375,-1.0795,-17.6434,0.0000,-17.6434,4.2830,-17.6434,0.7895,0.0000,-18.4329,1.2804,,,-19.7133,1.7543,,,-21.4676,,,,,,,1014.1333,-173.5678,0.3500,0.5400,1.7143,1.6000,0.0787,408.0572,408.0572,408.0572,408.0572,408.0572
-1276.7500,0.5000,,71.4600,,,,12,969.7000,-150.6365,2062.3405,-150.6365,-15.2966,209.4240,209.4240,-15.2966,-0.8815,-18.6976,0.0000,-18.6976,4.2825,-18.6976,0.7816,0.0000,-19.4792,1.2676,,,-20.7468,1.7344,,,-22.4811,,,,,,,1006.5121,-184.8093,0.3500,0.5400,1.7143,1.6000,0.0782,230.5749,230.5749,230.5749,230.5749,230.5749
-1277.2500,0.5000,,70.8600,,,,12,962.2100,-150.2995,2044.6267,-150.2995,-15.1445,206.0215,206.0215,-15.1445,-0.8765,-18.5479,0.0000,-18.5479,4.2799,-18.5479,0.7738,0.0000,-19.3217,1.2548,,,-20.5765,1.7145,,,-22.2910,,,,,,,998.8773,-184.7162,0.3500,0.5400,1.7143,1.6000,0.0756,228.9779,228.9779,228.9779,228.9779,228.9779
-1277.7500,0.5000,,70.3000,,,,12,953.8400,-149.9228,2024.8316,-149.9228,-14.9752,202.2521,202.2521,-14.9752,-0.9744,-18.2807,0.0000,-18.2807,4.2799,-18.2807,0.7650,0.0000,-19.0458,1.2405,,,-20.2862,1.6923,,,-21.9786,,,,,,,990.3205,-183.6513,0.3500,0.5400,1.7143,1.6000,0.0756,227.1933,227.1933,227.1933,227.1933,227.1933
-1278.2500,0.5000,,69.6800,,,,12,946.3900,-149.5876,2007.2124,-149.5876,-14.8250,198.9262,198.9262,-14.8250,-0.8673,-17.5654,0.0000,-17.5654,3.6078,-17.5654,0.7572,0.0000,-18.3226,1.2277,,,-19.5503,1.6726,,,-21.2229,,,,,,,982.6407,-178.0592,0.2000,0.5025,1.4286,1.4000,0.0767,225.6048,225.6048,227.8608,227.8608,227.8608
-1278.7500,0.5000,,69.1400,,,,12,938.3200,-149.2244,1988.1268,-149.2244,-14.6629,195.3546,195.3546,-14.6629,-0.9709,-17.2998,0.0000,-17.2998,3.6078,-17.2998,0.7484,0.0000,-18.0482,1.2133,,,-19.2615,1.6504,,,-20.9119,,,,,,,973.9726,-176.9533,0.2000,0.5025,1.4286,1.4000,0.0767,223.8841,223.8841,226.1230,226.1230,226.1230
-1279.2500,0.5000,,68.6000,,,,12,931.7500,-148.9288,1972.5888,-148.9288,-14.5314,192.4707,192.4707,-14.5314,-0.7445,-17.3911,0.0000,-17.3911,3.6042,-17.3911,0.7416,0.0000,-18.1327,1.2023,,,-19.3350,1.6334,,,-20.9683,,,,,,,967.2728,-179.0132,0.2000,0.5025,1.4286,1.4000,0.0732,222.4833,222.4833,224.7081,224.7081,224.7081
-1279.7500,0.5000,,68.1000,,,,12,925.0400,-148.6268,1956.7196,-148.6268,-14.3975,189.5474,189.5474,-14.3975,-0.7633,-17.2377,0.0000,-17.2377,3.6035,-17.2377,0.7346,0.0000,-17.9723,1.1909,,,-19.1632,1.6158,,,-20.7790,,,,,,,960.3549,-178.7077,0.2000,0.5025,1.4286,1.4000,0.0725,221.0526,221.0526,223.2631,223.2631,223.2631
-1280.2500,0.5000,,67.6600,,,,12,918.0900,-148.3141,1940.2829,-148.3141,-14.2592,186.5430,186.5430,-14.2592,-0.7803,-17.0790,0.0000,-17.0790,3.6000,-17.0790,0.7275,0.0000,-17.8065,1.1792,,,-18.9857,1.5979,,,-20.5835,,,,,,,953.2317,-178.3819,0.2000,0.5025,1.4286,1.4000,0.0690,219.5707,219.5707,221.7664,221.7664,221.7664
-1280.7500,0.5000,,67.0800,,,,12,911.0200,-147.9959,1923.5623,-147.9959,-14.1191,183.5113,183.5113,-14.1191,-0.8097,-16.9072,0.0000,-16.9072,3.5978,-16.9072,0.7200,0.0000,-17.6272,1.1670,,,-18.7942,1.5792,,,-20.3734,,,,,,,945.7832,-177.9767,0.2000,0.5025,1.4286,1.4000,0.0667,218.0633,218.0633,220.2439,220.2439,220.2439
-1281.2500,0.5000,,66.6000,,,,12,904.5900,-147.7066,1908.3554,-147.7066,-13.9920,180.7755,180.7755,-13.9920,-0.7497,-16.8395,0.0000,-16.8395,3.5971,-16.8395,0.7131,0.0000,-17.5526,1.1557,,,-18.7083,1.5618,,,-20.2701,,,,,,,938.8340,-178.5348,0.2000,0.5025,1.4286,1.4000,0.0661,203.9317,203.9317,205.9710,205.9710,205.9710
-1281.7500,0.5000,,66.2200,,,,12,898.8300,-142.5413,1894.7330,-147.4474,-13.4167,178.3422,178.3422,-13.8785,-0.6443,-16.3670,0.0000,-16.3670,3.5946,-16.3670,0.7071,0.0000,-17.0741,1.1460,,,-18.2201,1.5469,,,-19.7670,,,,,,,932.8206,-174.7883,0.2000,0.5025,1.4286,1.4000,0.0635,258.0542,258.0542,260.6347,260.6347,260.6347
-1282.2500,0.5000,,65.7600,,,,12,893.4800,-141.3350,1882.0802,-147.2066,-13.2240,176.0968,176.0968,-13.7734,-0.5483,-16.2702,0.0000,-16.2702,3.5945,-16.2702,0.7020,0.0000,-16.9723,1.1376,,,-18.1099,1.5342,,,-19.6441,,,,,,,927.6722,-174.7095,0.2000,0.5025,1.4286,1.4000,0.0635,269.3389,269.3389,272.0323,272.0323,272.0323
-1282.7500,0.5000,,65.3000,,,,12,886.9700,-144.8728,1866.6841,-146.9137,-13.4563,173.3837,173.3837,-13.6458,-0.7716,-16.2756,0.0000,-16.2756,3.5909,-16.2756,0.6948,0.0000,-16.9704,1.1259,,,-18.0963,1.5162,,,-19.6125,,,,,,,920.3787,-176.0748,0.2000,0.5025,1.4286,1.4000,0.0598,211.8446,211.8446,213.9631,213.9631,213.9631
-1283.2500,0.5000,,64.8800,,,,12,880.9400,-139.3525,1852.4231,-146.6423,-12.8555,170.8894,170.8894,-13.5280,-0.5912,-15.8552,0.0000,-15.8552,3.5909,-15.8552,0.6893,0.0000,-16.5444,1.1168,,,-17.6613,1.5024,,,-19.1637,,,,,,,914.7508,-172.7113,0.2000,0.5025,1.4286,1.4000,0.0598,291.5666,291.5666,294.4822,294.4822,294.4822
-1283.7500,0.5000,,64.4200,,,,12,874.3100,-146.3440,1836.7432,-146.3440,-13.3989,168.1677,168.1677,-13.3989,-0.7277,-16.2617,0.0000,-16.2617,3.5905,-16.2617,0.6824,0.0000,-16.9441,1.1057,,,-18.0498,1.4854,,,-19.5352,,,,,,,907.7759,-178.2430,0.2000,0.5025,1.4286,1.4000,0.0594,181.7937,181.7937,183.6117,183.6117,183.6117
-1284.2500,0.5000,,63.4000,,,,12,850.3900,-145.2676,1780.1724,-145.2676,-12.9365,158.5290,158.5290,-12.9365,-1.9804,-14.5463,0.0000,-14.5463,3.5902,-14.5463,0.6636,0.0000,-15.2099,1.0761,,,-16.2860,1.4388,,,-17.7248,,,,,,,888.5163,-163.4678,0.2000,0.5025,1.4286,1.4000,0.0591,183.3005,183.3005,185.1335,185.1335,185.1335
-1284.7500,0.5000,,61.2200,,,,12,941.2500,-149.3563,1995.0563,-149.3563,-14.7217,196.6476,196.6476,-14.7217,-2.9739,-15.3378,0.0000,-15.3378,3.5900,-15.3378,0.6350,0.0000,-15.9728,1.0321,,,-17.0049,1.3682,,,-18.3731,,,,,,,858.7841,-177.6104,0.2000,0.5025,1.4286,1.4000,0.0589,224.5088,224.5088,226.7539,226.7539,226.7539
-1285.2500,0.5000,,59.1200,,,,11,1016.5100,-153.0731,2134.0000,-153.0732,-16.2944,227.1615,227.1615,-16.2944,22.1899,-42.0730,0.0000,-42.0730,3.5887,-42.0730,1.6782,0.0000,-43.7512,0.9881,,,-44.7393,1.7878,,,-46.5271,,,,,,,828.6955,-504.1577,0.2000,0.5025,1.4286,1.4000,0.0576,234.5975,234.5975,236.9435,236.9435,236.9435
-1285.7500,0.5000,,57.0200,,,,11,986.3400,-151.3853,2101.6941,-151.3853,-15.6365,217.0825,217.0825,-15.6365,-4.5579,-14.6673,0.0000,-14.6673,3.5887,-14.6673,1.1047,0.0000,-15.7720,0.9450,,,-16.7170,1.2306,,,-17.9475,,,,,,,798.8355,-188.5386,0.2000,0.5025,1.4286,1.4000,0.0576,234.1228,234.1228,236.4640,236.4640,236.4640
-1286.2500,0.5000,,54.8800,,,,11,949.6800,-149.7356,2014.9932,-149.7356,-14.8912,200.3916,200.3916,-14.8912,-4.3145,-14.1627,0.0000,-14.1627,3.5860,-14.1627,1.0440,0.0000,-15.2067,0.9032,,,-16.1099,1.1655,,,-17.2755,,,,,,,769.5035,-188.7107,0.2000,0.5025,1.4286,1.4000,0.0549,226.3063,226.3063,228.5693,228.5693,228.5693
-1286.7500,0.5000,,52.7600,,,,11,911.5400,-148.0193,1924.7921,-148.0193,-14.1294,183.7334,183.7334,-14.1294,-4.3278,-13.3868,0.0000,-13.3868,3.5852,-13.3868,0.9823,0.0000,-14.3691,0.8602,,,-15.2293,1.0993,,,-16.3286,,,,,,,738.9125,-185.6987,0.2000,0.5025,1.4286,1.4000,0.0541,218.1742,218.1742,220.3559,220.3559,220.3559
-1287.2500,0.5000,,50.7200,,,,11,882.8800,-146.7296,1857.0112,-146.7296,-13.5659,171.6899,171.6899,-13.5659,-3.4378,-13.7122,0.0000,-13.7122,3.5841,-13.7122,0.9327,0.0000,-14.6449,0.8252,,,-15.4701,1.0459,,,-16.5160,,,,,,,713.6783,-195.9549,0.2000,0.5025,1.4286,1.4000,0.0530,181.2539,181.2539,183.0665,183.0665,183.0665
-1287.7500,0.5000,,50.1000,,,,11,871.0800,-146.1986,1829.1042,-146.1986,-13.3361,166.8496,166.8496,-13.3361,-1.1608,-15.7558,0.0000,-15.7558,3.5805,-15.7558,0.9158,0.0000,-16.6717,0.8131,,,-17.4848,1.0277,,,-18.5126,,,,,,,704.9542,-225.8344,0.2000,0.5025,1.4286,1.4000,0.0494,181.9972,181.9972,183.8172,183.8172,183.8172
-1288.2500,0.5000,,48.7400,,,,11,847.4200,-145.1339,1773.1483,-145.1339,-12.8794,157.3520,157.3520,-12.8794,-2.5509,-13.8215,0.0000,-13.8215,3.4930,-13.8215,0.8785,0.0000,-14.7000,0.7864,,,-15.4863,0.9874,,,-16.4737,,,,,,,685.3918,-204.8088,0.2000,0.4650,1.4286,1.3500,0.0494,183.4875,183.4875,190.8270,190.8270,190.8270
-1288.7500,0.5000,,47.9400,,,,11,835.2000,-127.0193,1744.2480,-144.5840,-11.1094,152.5553,152.5553,-12.6456,-1.2422,-13.3566,0.0000,-13.3566,3.4894,-13.3566,0.8601,0.0000,-14.2167,0.7731,,,-14.9899,0.9676,,,-15.9575,,,,,,,675.6607,-200.9292,0.2000,0.4650,1.4286,1.3500,0.0459,449.7582,449.7582,467.7485,467.7485,467.7485
-1289.2500,0.5000,,47.3800,,,,11,841.4600,119.9465,1759.0529,-144.8657,10.5694,155.0033,155.0033,-12.7652,-0.6838,7.7660,0.0000,7.7660,3.4871,7.7660,0.8500,0.0000,6.9160,0.7658,,,6.1502,0.9567,,,5.1936,,,,,,,670.2437,98.5363,0.2000,0.4650,1.4286,1.3500,0.0436,3878.8980,3878.8980,4034.0539,4034.0539,4034.0539
-1289.7500,0.5000,,48.1200,,,,11,847.3300,685.0411,1772.9355,-145.1299,60.7852,157.3164,157.3164,-12.8777,1.1986,56.0989,0.0000,56.0989,3.4877,56.0989,2.2408,0.0000,53.8581,0.7786,,,53.0795,2.1220,,,50.9575,,,,,,,679.7103,756.6564,0.2000,0.4650,1.4286,1.3500,0.0442,12127.6636,12127.6636,12612.7701,12612.7701,12612.7701
-1290.2500,0.5000,,49.1600,,,,11,869.1400,1134.4728,1824.5161,-146.1113,103.2553,166.0604,166.0604,-13.2985,2.4941,97.2678,0.0000,97.2678,3.4934,97.2678,3.8874,0.0000,93.3805,0.8050,,,92.5755,3.7018,,,88.8737,,,,,,,698.9982,1275.7084,0.2000,0.4650,1.4286,1.3500,0.0498,19910.1513,19910.1513,20706.5574,20706.5574,20706.5574
-1290.7500,0.5000,,50.3600,,,,11,884.5200,1097.9617,1860.8898,-146.8034,101.7006,172.3681,172.3681,-13.5979,1.8853,96.2344,0.0000,96.2344,3.5809,96.2344,3.8459,0.0000,92.3886,0.8245,,,91.5640,3.6613,,,87.9027,,,,,,,713.2319,1236.9690,0.2000,0.5025,1.4286,1.4000,0.0498,19660.3129,19660.3129,19856.9161,19856.9161,19856.9161
-1291.2500,0.5000,,51.4600,,,,11,909.5300,1141.3412,1920.0385,-147.9289,108.7079,182.8755,182.8755,-14.0896,2.4013,102.5585,0.0000,102.5585,3.7481,102.5585,4.0987,0.0000,98.4598,0.8491,,,97.6107,3.9031,,,93.7076,,,,,,,730.9606,1286.2828,0.2000,0.5025,1.4286,1.4000,0.2170,20974.4980,20974.4980,21184.2430,21184.2430,21184.2430
-1291.7500,0.5000,,52.9800,,,,11,936.7700,1349.2851,1984.4611,-149.1547,132.3626,194.6723,194.6723,-14.6318,2.9915,125.5868,0.0000,125.5868,3.7844,125.5868,5.0196,0.0000,120.5672,0.8792,,,119.6880,4.7861,,,114.9019,,,,,,,752.4623,1530.0855,0.2000,0.5025,1.4286,1.4000,0.2533,25313.6425,25313.6425,25566.7789,25566.7789,25566.7789
-1292.2500,0.5000,,54.6600,,,,11,966.0600,1469.2055,2053.7319,-150.4727,148.6330,207.7670,207.7670,-15.2227,3.4547,140.9730,0.0000,140.9730,4.2053,140.9730,5.6348,0.0000,135.3382,0.9132,,,134.4250,5.3755,,,129.0495,,,,,,,776.5528,1664.2586,0.2000,0.5025,1.4286,1.4000,0.6743,28270.4601,28270.4601,28553.1647,28553.1647,28553.1647
-1292.7500,0.5000,,56.3200,,,,11,992.5900,1384.8895,2116.4754,-151.6666,143.9507,219.9945,219.9945,-15.7648,3.2821,136.3123,0.0000,136.3123,4.3562,136.3123,5.4481,0.0000,130.8642,0.9449,,,129.9193,5.1952,,,124.7242,,,,,,,798.7674,1564.4872,0.2000,0.5025,1.4286,1.4000,0.8251,27287.7166,27287.7166,27560.5938,27560.5938,27560.5938
-1293.2500,0.5000,,57.6600,,,,11,1013.1700,1172.0148,2134.0000,-152.8561,124.3495,226.4151,226.4151,-16.2179,2.5946,117.2658,0.0000,117.2658,4.4891,117.2658,4.6861,0.0000,112.5798,0.9696,,,111.6102,4.4627,,,107.1475,,,,,,,815.9004,1317.6332,0.2000,0.5025,1.4286,1.4000,0.9580,23745.7481,23745.7481,23983.2056,23983.2056,23983.2056
-1293.7500,0.5000,,58.6000,,,,11,1032.6700,1088.5305,2134.0000,-154.1236,117.7147,230.7728,230.7728,-16.6671,2.4001,110.7702,0.0000,110.7702,4.5444,110.7702,4.4261,0.0000,106.3441,0.9921,,,105.3520,4.2123,,,101.1397,,,,,,,831.4353,1221.3956,0.2000,0.5025,1.4286,1.4000,1.0133,22610.2286,22610.2286,22836.3308,22836.3308,22836.3308
-1294.2500,0.5000,,59.5200,,,,11,1039.5900,632.4494,2134.0000,-154.5734,68.8520,232.3192,232.3192,-16.8277,1.4946,62.8884,0.0000,62.8884,4.4690,62.8884,2.5107,0.0000,60.3777,1.0060,,,59.3718,2.3731,,,56.9987,,,,,,,840.9641,685.6001,0.2000,0.5025,1.4286,1.4000,0.9379,13719.5790,13719.5790,13856.7748,13856.7748,13856.7748
-1294.7500,0.5000,,58.7800,,,,11,1013.9700,-128.5083,2134.0000,-152.9081,-13.6454,226.5939,226.5939,-16.2362,-2.1579,-15.9151,0.0000,-15.9151,4.4277,-15.9151,1.1648,0.0000,-17.0800,0.9859,,,-18.0658,1.2948,,,-19.3607,,,,,,,827.1711,-197.1799,0.2000,0.5025,1.4286,1.4000,0.8966,675.2361,675.2361,681.9884,681.9884,681.9884
-1295.2500,0.5000,,58.1800,,,,11,1016.8900,-153.0979,2134.0000,-153.0979,-16.3032,227.2464,227.2464,-16.3032,-0.9671,-19.6298,0.0000,-19.6298,4.2937,-19.6298,1.1514,0.0000,-20.7812,0.9768,,,-21.7580,1.2805,,,-23.0385,,,,,,,820.9143,-241.7377,0.2000,0.5025,1.4286,1.4000,0.7627,234.5414,234.5414,236.8868,236.8868,236.8868
-1295.7500,0.5000,,57.7200,,,,11,1007.9200,-150.1200,2134.0000,-152.5148,-15.8450,225.2419,225.2419,-16.0978,-1.0228,-19.0206,0.0000,-19.0206,4.1983,-19.0206,1.1372,0.0000,-20.1578,0.9672,,,-21.1250,1.2653,,,-22.3903,,,,,,,814.2452,-236.4065,0.2000,0.5025,1.4286,1.4000,0.6672,279.0772,279.0772,281.8680,281.8680,281.8680
-1296.2500,0.5000,,57.2000,,,,11,999.2300,-132.9455,2132.1790,-151.9654,-13.9113,223.1093,223.1093,-15.9015,-1.1845,-16.8051,0.0000,-16.8051,4.0783,-16.8051,1.1207,0.0000,-17.9258,0.9559,,,-18.8817,1.2477,,,-20.1294,,,,,,,806.4524,-212.2613,0.2000,0.5025,1.4286,1.4000,0.5472,580.0608,580.0608,585.8614,585.8614,585.8614
-1296.7500,0.5000,,56.8200,,,,11,996.6100,-20.9554,2125.9827,-151.8475,-2.1870,221.8777,221.8777,-15.8475,-0.6795,-5.5245,0.0000,-5.5245,4.0169,-5.5245,1.1112,0.0000,-6.6357,0.9495,,,-7.5852,1.2376,,,-8.8227,,,,,,,801.9481,-79.0158,0.2000,0.5025,1.4286,1.4000,0.4859,2502.5167,2502.5167,2527.5419,2527.5419,2527.5419
-1297.2500,0.5000,,56.8400,,,,11,1007.6100,393.2994,2134.0000,-152.4947,41.4996,225.1726,225.1726,-16.0907,0.2847,37.2456,0.0000,37.2456,3.9694,37.2456,1.4854,0.0000,35.7602,0.9522,,,34.8080,1.3907,,,33.4173,,,,,,,803.8385,424.8172,0.2000,0.5025,1.4286,1.4000,0.4383,9298.8422,9298.8422,9391.8306,9391.8306,9391.8306
-1297.7500,0.5000,,57.9600,,,,11,1019.2900,975.4643,2134.0000,-153.2539,104.1209,227.7827,227.7827,-16.3583,2.5107,97.7339,0.0000,97.7339,3.8762,97.7339,3.9047,0.0000,93.8292,0.9760,,,92.8532,3.7124,,,89.1408,,,,,,,820.3210,1092.2585,0.2000,0.5025,1.4286,1.4000,0.3452,20163.2825,20163.2825,20364.9153,20364.9153,20364.9153
-1298.2500,0.5000,,59.1000,,,,11,1042.5800,1159.9069,2134.0000,-154.7677,126.6372,232.9874,232.9874,-16.8973,2.8091,119.9712,0.0000,119.9712,3.8569,119.9712,4.7940,0.0000,115.1772,1.0022,,,114.1750,4.5652,,,109.6098,,,,,,,838.3779,1311.8922,0.2000,0.5025,1.4286,1.4000,0.3258,24208.4474,24208.4474,24450.5319,24450.5319,24450.5319
-1298.7500,0.5000,,60.3800,,,,11,1063.6600,1186.9491,2134.0000,-156.1379,132.2098,237.6982,237.6982,-17.3916,2.8289,125.6031,0.0000,125.6031,3.7777,125.6031,5.0191,0.0000,120.5840,1.0283,,,119.5558,4.7804,,,114.7754,,,,,,,856.1779,1344.9222,0.2000,0.5025,1.4286,1.4000,0.2467,25262.9891,25262.9891,25515.6190,25515.6190,25515.6190
-1299.2500,0.5000,,61.5800,,,,11,1086.6100,1206.9232,2134.0000,-157.6297,137.3352,242.8269,242.8269,-17.9366,2.8832,130.6744,0.0000,130.6744,3.7777,130.6744,5.2217,0.0000,125.4527,1.0545,,,124.3982,4.9740,,,119.4242,,,,,,,873.9461,1370.7765,0.2000,0.5025,1.4286,1.4000,0.2466,26232.2743,26232.2743,26494.5970,26494.5970,26494.5970
-1299.7500,0.5000,,63.0200,,,,11,1109.2400,1242.3898,2134.0000,-159.1006,144.3152,247.8840,247.8840,-18.4810,3.1464,137.4400,0.0000,137.4400,3.7288,137.4400,5.4921,0.0000,131.9479,1.0827,,,130.8651,5.2326,,,125.6325,,,,,,,892.9330,1411.0904,0.2000,0.5025,1.4286,1.4000,0.1978,27496.5495,27496.5495,27771.5150,27771.5150,27771.5150
-1300.2500,0.5000,,64.2200,,,,11,1132.2200,1248.1072,2134.0000,-160.5943,147.9828,253.0194,253.0194,-19.0410,3.0354,141.2310,0.0000,141.2310,3.7164,141.2310,5.6435,0.0000,135.5875,1.1106,,,134.4769,5.3770,,,129.0999,,,,,,,910.8755,1421.4513,0.2000,0.5025,1.4286,1.4000,0.1853,28187.7096,28187.7096,28469.5867,28469.5867,28469.5867
-1300.7500,0.5000,,65.5800,,,,11,1155.8200,1247.3210,2134.0000,-162.1283,150.9722,258.2934,258.2934,-19.6236,3.2583,144.0206,0.0000,144.0206,3.6934,144.0206,5.7549,0.0000,138.2657,1.1410,,,137.1247,5.4828,,,131.6419,,,,,,,929.7499,1420.1026,0.2000,0.5025,1.4286,1.4000,0.1623,28767.2776,28767.2776,29054.9504,29054.9504,29054.9504
-1301.2500,0.5000,,66.9200,,,,11,1176.3400,1185.0537,2134.0000,-163.4621,145.9821,262.8790,262.8790,-20.1362,3.1529,139.1539,0.0000,139.1539,3.6753,139.1539,5.5600,0.0000,133.5939,1.1701,,,132.4238,5.2947,,,127.1291,,,,,,,947.6562,1346.1923,0.2000,0.5025,1.4286,1.4000,0.1442,27826.3414,27826.3414,28104.6048,28104.6048,28104.6048
-1301.7500,0.5000,,67.8200,,,,11,1194.3200,1105.1625,2134.0000,-164.6308,138.2215,266.8970,266.8970,-20.5902,2.4448,132.1088,0.0000,132.1088,3.6678,132.1088,5.2780,0.0000,126.8308,1.1924,,,125.6384,5.0232,,,120.6152,,,,,,,961.3116,1259.8883,0.2000,0.5025,1.4286,1.4000,0.1367,26428.3282,26428.3282,26692.6115,26692.6115,26692.6115
-1302.2500,0.5000,,69.1000,,,,11,1216.5700,1175.2790,2134.0000,-166.8227,149.7293,271.8693,271.8693,-21.2530,3.0883,142.9897,0.0000,142.9897,3.6513,142.9897,5.7130,0.0000,137.2767,1.2205,,,136.0562,5.4398,,,130.6164,,,,,,,978.2884,1339.9891,0.2000,0.5025,1.4286,1.4000,0.1202,28426.4952,28426.4952,28710.7601,28710.7601,28710.7601
-1302.7500,0.5000,,70.4200,,,,11,1239.4800,1217.9565,2134.0000,-169.3428,158.0884,276.9890,276.9890,-21.9804,3.4975,150.2664,0.0000,150.2664,4.3245,150.2664,6.0038,0.0000,144.2625,1.2519,,,143.0106,5.7179,,,137.2927,,,,,,,997.1658,1381.5212,0.3500,0.5400,1.7143,1.6000,0.1202,29823.9694,29823.9694,29823.9694,29823.9694,29823.9694
-1303.2500,0.5000,,71.6000,,,,11,1261.0100,1214.7692,2134.0000,-171.7111,160.4135,281.8004,281.8004,-22.6749,3.3519,152.7479,0.0000,152.7479,4.3136,152.7479,6.1028,0.0000,146.6451,1.2817,,,145.3634,5.8119,,,139.5514,,,,,,,1014.9279,1379.7605,0.3500,0.5400,1.7143,1.6000,0.1094,30173.1031,30173.1031,30173.1031,30173.1031,30173.1031
-1303.7500,0.5000,,72.6600,,,,11,1268.8400,821.9712,2134.0000,-172.5724,109.2175,283.5502,283.5502,-22.9301,2.2464,102.6585,0.0000,102.6585,4.3125,102.6585,4.0991,0.0000,98.5594,1.3016,,,97.2578,3.8877,,,93.3702,,,,,,,1026.6601,916.7331,0.3500,0.5400,1.7143,1.6000,0.1082,21110.8182,21110.8182,21110.8182,21110.8182,21110.8182
-1304.2500,0.5000,,71.7400,,,,11,1175.8300,19.2459,2134.0000,-163.4290,2.3698,262.7650,262.7650,-20.1234,-3.0340,1.0946,0.0000,1.0946,4.3093,1.0946,1.5890,0.0000,-0.4944,1.2748,,,-1.7691,1.7455,,,-3.5146,,,,,,,1010.7823,-4.6706,0.3500,0.5400,1.7143,1.6000,0.1050,3671.1155,3671.1155,3671.1155,3671.1155,3671.1155
-1304.7500,0.5000,,71.4600,,,,12,1007.7600,-152.5044,2134.0000,-152.5044,-16.0942,225.2061,225.2061,-16.0942,-38.1346,17.7349,0.0000,17.7349,4.3056,17.7349,0.7789,0.0000,16.9560,1.2631,,,15.6929,1.7275,,,13.9654,,,,,,,1003.8634,161.2944,0.3500,0.5400,1.7143,1.6000,0.1013,235.8895,235.8895,235.8895,235.8895,235.8895
-1305.2500,0.5000,,71.0400,,,,12,970.3900,323.3863,2063.9724,-150.6676,32.8622,209.7388,209.7388,-15.3107,0.0403,28.5163,0.0000,28.5163,4.3056,28.5163,0.7793,0.0000,27.7371,1.2637,,,26.4733,1.7284,,,24.7450,,,,,,,1004.2138,263.7579,0.3500,0.5400,1.7143,1.6000,0.1013,7843.3764,7843.3764,7843.3764,7843.3764,7843.3764
-1305.7500,0.5000,,71.8000,,,,12,981.8900,879.8855,2091.1699,-151.1851,90.4727,215.0209,215.0209,-15.5453,1.2864,84.8834,0.0000,84.8834,4.3029,84.8834,1.6998,0.0000,83.1836,1.2824,,,81.9011,3.2735,,,78.6277,,,,,,,1015.3409,782.3429,0.3500,0.5400,1.7143,1.6000,0.0986,17602.2221,17602.2221,17602.2221,17602.2221,17602.2221
-1306.2500,0.5000,,72.8200,,,,12,997.3300,1337.2276,2127.6855,-151.8799,139.6603,222.2158,222.2158,-15.8624,2.0948,133.2629,0.0000,133.2629,4.3026,133.2629,2.6675,0.0000,130.5954,1.3127,,,129.2827,5.1686,,,124.1140,,,,,,,1033.2041,1207.0162,0.3500,0.5400,1.7143,1.6000,0.0983,26539.0456,26539.0456,26539.0456,26539.0456,26539.0456
-1306.7500,0.5000,,73.9600,,,,12,1012.8400,1468.0064,2134.0000,-152.8346,155.7032,226.3413,226.3413,-16.2103,1.8866,149.5178,0.0000,149.5178,4.2988,149.5178,2.9927,0.0000,146.5251,1.3398,,,145.1853,5.8046,,,139.3807,,,,,,,1049.0320,1333.8123,0.3500,0.5400,1.7143,1.6000,0.0945,29522.6648,29522.6648,29522.6648,29522.6648,29522.6648
-1307.2500,0.5000,,75.2800,,,,12,1028.9500,1496.5455,2134.0000,-153.8818,161.2549,229.9415,229.9415,-16.5810,1.9743,154.9823,0.0000,154.9823,4.2983,154.9823,3.1020,0.0000,151.8802,1.3679,,,150.5123,6.0176,,,144.4947,,,,,,,1065.3435,1361.3913,0.3500,0.5400,1.7143,1.6000,0.0941,30539.9212,30539.9212,30539.9212,30539.9212,30539.9212
-1307.7500,0.5000,,76.2600,,,,12,1042.5400,1463.4208,2134.0000,-154.7651,159.7683,232.9785,232.9785,-16.8964,1.7646,153.7046,0.0000,153.7046,4.2990,153.7046,3.0765,0.0000,150.6281,1.3929,,,149.2352,5.9665,,,143.2688,,,,,,,1079.7146,1332.1968,0.3500,0.5400,1.7143,1.6000,0.0947,30240.2623,30240.2623,30240.2623,30240.2623,30240.2623
-1308.2500,0.5000,,77.2000,,,,12,1052.0800,1215.6724,2134.0000,-155.3852,133.9350,235.1104,235.1104,-17.1193,1.4151,128.2209,0.0000,128.2209,4.2990,128.2209,2.5669,0.0000,125.6539,1.4128,,,124.2412,4.9667,,,119.2745,,,,,,,1091.1020,1099.7201,0.3500,0.5400,1.7143,1.6000,0.0947,25532.9324,25532.9324,25532.9324,25532.9324,25532.9324
-1308.7500,0.5000,,77.6200,,,,12,1060.1000,1076.2941,2134.0000,-155.9065,119.4831,236.9026,236.9026,-17.3077,0.9595,114.2252,0.0000,114.2252,4.2984,114.2252,2.2870,0.0000,111.9382,1.4262,,,110.5120,4.4174,,,106.0945,,,,,,,1098.7559,972.8555,0.3500,0.5400,1.7143,1.6000,0.0941,22949.5768,22949.5768,22949.5768,22949.5768,22949.5768
-1309.2500,0.5000,,78.2400,,,,12,1064.6800,940.7774,2134.0000,-156.2042,104.8901,237.9261,237.9261,-17.4157,0.7379,99.8539,0.0000,99.8539,4.2983,99.8539,1.9996,0.0000,97.8543,1.4370,,,96.4172,3.8536,,,92.5636,,,,,,,1104.6061,845.9480,0.3500,0.5400,1.7143,1.6000,0.0941,20297.0132,20297.0132,20297.0132,20297.0132,20297.0132
-1309.7500,0.5000,,78.4400,,,,12,1069.1800,863.2385,2134.0000,-156.4967,96.6519,238.9317,238.9317,-17.5220,0.4837,91.8680,0.0000,91.8680,4.3001,91.8680,1.8399,0.0000,90.0281,1.4442,,,88.5839,3.5403,,,85.0436,,,,,,,1108.4246,775.6097,0.3500,0.5400,1.7143,1.6000,0.0958,18730.4634,18730.4634,18730.4634,18730.4634,18730.4634
-1310.2500,0.5000,,78.8400,,,,12,1075.2200,905.6957,2134.0000,-156.8893,101.9784,240.2815,240.2815,-17.6652,0.7277,96.9487,0.0000,96.9487,4.3020,96.9487,1.9416,0.0000,95.0071,1.4550,,,93.5521,3.7390,,,89.8131,,,,,,,1114.1444,814.3029,0.3500,0.5400,1.7143,1.6000,0.0977,19799.5067,19799.5067,19799.5067,19799.5067,19799.5067
-1310.7500,0.5000,,79.3000,,,,12,1080.3800,938.4565,2134.0000,-157.2247,106.1743,241.4346,241.4346,-17.7880,0.7343,101.1375,0.0000,101.1375,4.3025,101.1375,2.0254,0.0000,99.1121,1.4659,,,97.6463,3.9027,,,93.7436,,,,,,,1119.8864,845.1314,0.3500,0.5400,1.7143,1.6000,0.0982,20583.5075,20583.5075,20583.5075,20583.5075,20583.5075
-1311.2500,0.5000,,79.5800,,,,12,1084.9700,930.5049,2134.0000,-157.5231,105.7219,242.4604,242.4604,-17.8974,0.6425,100.7709,0.0000,100.7709,4.3085,100.7709,2.0181,0.0000,98.7528,1.4754,,,97.2775,3.8879,,,93.3896,,,,,,,1124.8866,838.3247,0.3500,0.5400,1.7143,1.6000,0.1042,20519.6821,20519.6821,20519.6821,20519.6821,20519.6821
-1311.7500,0.5000,,80.0800,,,,12,1089.9800,930.5570,2134.0000,-157.8487,106.2160,243.5800,243.5800,-18.0172,0.6674,101.2399,0.0000,101.2399,4.3087,101.2399,2.0275,0.0000,99.2125,1.4852,,,97.7273,3.9059,,,93.8214,,,,,,,1130.0568,838.3732,0.3500,0.5400,1.7143,1.6000,0.1044,20626.9096,20626.9096,20626.9096,20626.9096,20626.9096
-1312.2500,0.5000,,80.3800,,,,12,1094.4900,874.1261,2134.0000,-158.1419,100.1877,244.5878,244.5878,-18.1254,0.6660,95.2130,0.0000,95.2130,4.3087,95.2130,1.9070,0.0000,93.3061,1.4950,,,91.8111,3.6692,,,88.1419,,,,,,,1135.1926,784.8953,0.3500,0.5400,1.7143,1.6000,0.1044,19402.9667,19402.9667,19402.9667,19402.9667,19402.9667
-1312.7500,0.5000,,80.6600,,,,12,1098.5300,839.8320,2134.0000,-158.4045,96.6124,245.4906,245.4906,-18.2225,0.4504,91.8534,0.0000,91.8534,4.3086,91.8534,1.8398,0.0000,90.0136,1.5016,,,88.5120,3.5372,,,84.9748,,,,,,,1138.6526,754.8984,0.3500,0.5400,1.7143,1.6000,0.1043,18771.5670,18771.5670,18771.5670,18771.5670,18771.5670
-1313.2500,0.5000,,80.9600,,,,12,1102.4100,828.7080,2134.0000,-158.6567,95.6695,246.3577,246.3577,-18.3160,0.5493,90.8114,0.0000,90.8114,4.3087,90.8114,1.8190,0.0000,88.9925,1.5097,,,87.4828,3.4960,,,83.9868,,,,,,,1142.8586,743.5875,0.3500,0.5400,1.7143,1.6000,0.1044,18617.8415,18617.8415,18617.8415,18617.8415,18617.8415
-1313.7500,0.5000,,81.2000,,,,12,1106.5800,842.1359,2134.0000,-158.9277,97.5874,247.2896,247.2896,-18.4167,0.5567,92.7214,0.0000,92.7214,4.3093,92.7214,1.8572,0.0000,90.8642,1.5178,,,89.3464,3.5705,,,85.7758,,,,,,,1147.1053,756.4163,0.3500,0.5400,1.7143,1.6000,0.1050,18955.7565,18955.7565,18955.7565,18955.7565,18955.7565
-1314.2500,0.5000,,81.4200,,,,12,1108.9500,839.6729,2134.0000,-159.0818,97.5104,247.8192,247.8192,-18.4740,0.3375,92.8635,0.0000,92.8635,4.3093,92.8635,1.8600,0.0000,91.0034,1.5228,,,89.4807,3.5759,,,85.9048,,,,,,,1149.6725,755.8839,0.3500,0.5400,1.7143,1.6000,0.1051,18947.7204,18947.7204,18947.7204,18947.7204,18947.7204
-1314.7500,0.5000,,81.6200,,,,12,1111.5300,844.9685,2134.0000,-159.2495,98.3536,248.3958,248.3958,-18.5365,0.3149,93.7288,0.0000,93.7288,4.3099,93.7288,1.8774,0.0000,91.8514,1.5274,,,90.3240,3.6096,,,86.7144,,,,,,,1152.0627,761.3445,0.3500,0.5400,1.7143,1.6000,0.1056,19097.0818,19097.0818,19097.0818,19097.0818,19097.0818
-1315.2500,0.5000,,81.9400,,,,12,1116.5700,893.8408,2134.0000,-159.5771,104.5141,249.5221,249.5221,-18.6589,0.7270,99.4770,0.0000,99.4770,4.3100,99.4770,1.9923,0.0000,97.4847,1.5380,,,95.9467,3.8345,,,92.1122,,,,,,,1157.5618,804.1990,0.3500,0.5400,1.7143,1.6000,0.1057,20237.6264,20237.6264,20237.6264,20237.6264,20237.6264
-1315.7500,0.5000,,82.2600,,,,12,1120.7700,892.5649,2134.0000,-159.8501,104.7575,250.4607,250.4607,-18.7611,0.5546,99.8932,0.0000,99.8932,4.3096,99.8932,2.0007,0.0000,97.8925,1.5461,,,96.3464,3.8505,,,92.4960,,,,,,,1161.7394,804.6596,0.3500,0.5400,1.7143,1.6000,0.1053,20280.4723,20280.4723,20280.4723,20280.4723,20280.4723
-1316.2500,0.5000,,82.5000,,,,12,1123.7400,876.5642,2134.0000,-160.0431,103.1521,251.1244,251.1244,-18.8335,0.4540,98.3895,0.0000,98.3895,4.3086,98.3895,1.9706,0.0000,96.4189,1.5527,,,94.8662,3.7912,,,91.0749,,,,,,,1165.1479,790.2280,0.3500,0.5400,1.7143,1.6000,0.1043,19962.5318,19962.5318,19962.5318,19962.5318,19962.5318
-1316.7500,0.5000,,82.8200,,,,12,1128.8500,885.2246,2134.0000,-160.3753,104.6450,252.2663,252.2663,-18.9584,0.7015,99.6348,0.0000,99.6348,4.3087,99.6348,1.9956,0.0000,97.6392,1.5629,,,96.0763,3.8396,,,92.2367,,,,,,,1170.3952,796.6417,0.3500,0.5400,1.7143,1.6000,0.1044,20250.2107,20250.2107,20250.2107,20250.2107,20250.2107
-1317.2500,0.5000,,83.0600,,,,12,1130.8900,851.7704,2134.0000,-160.5079,100.8722,252.7222,252.7222,-19.0084,0.2234,96.3408,0.0000,96.3408,4.3079,96.3408,1.9297,0.0000,94.4111,1.5662,,,92.8450,3.7103,,,89.1346,,,,,,,1172.0615,769.2088,0.3500,0.5400,1.7143,1.6000,0.1036,19565.0502,19565.0502,19565.0502,19565.0502,19565.0502
-1317.7500,0.5000,,83.0800,,,,12,1129.5000,686.2894,2134.0000,-160.4175,81.1750,252.4116,252.4116,-18.9743,-0.0355,76.9026,0.0000,76.9026,4.3079,76.9026,1.5409,0.0000,75.3616,1.5657,,,73.7960,2.9484,,,70.8476,,,,,,,1171.7970,614.1427,0.3500,0.5400,1.7143,1.6000,0.1036,16003.2403,16003.2403,16003.2403,16003.2403,16003.2403
-1318.2500,0.5000,,83.0200,,,,12,1129.6900,636.1365,2134.0000,-160.4299,75.2555,252.4540,252.4540,-18.9790,0.0117,70.9365,0.0000,70.9365,4.3073,70.9365,1.4216,0.0000,69.5149,1.5658,,,67.9490,2.7145,,,65.2345,,,,,,,1171.8844,566.4535,0.3500,0.5400,1.7143,1.6000,0.1030,14935.4450,14935.4450,14935.4450,14935.4450,14935.4450
-1318.7500,0.5000,,82.9800,,,,12,1129.2100,595.7427,2134.0000,-160.3987,70.4469,252.3468,252.3468,-18.9672,-0.1203,66.2609,0.0000,66.2609,4.3063,66.2609,1.3281,0.0000,64.9328,1.5641,,,63.3688,2.5313,,,60.8375,,,,,,,1170.9870,529.5217,0.3500,0.5400,1.7143,1.6000,0.1021,14216.7574,14216.7574,14216.7574,14216.7574,14216.7574
-1319.2500,0.5000,,82.9200,,,,12,1126.8100,556.7516,2134.0000,-160.2427,65.6963,251.8104,251.8104,-18.9085,-0.2563,61.6463,0.0000,61.6463,4.3063,61.6463,1.2358,0.0000,60.4105,1.5604,,,58.8501,2.3506,,,56.4996,,,,,,,1169.0738,493.4484,0.3500,0.5400,1.7143,1.6000,0.1020,13498.2561,13498.2561,13498.2561,13498.2561,13498.2561
-1319.7500,0.5000,,82.6400,,,,12,1123.5400,513.4330,2134.0000,-160.0301,60.4089,251.0797,251.0797,-18.8286,-0.4810,56.5821,0.0000,56.5821,4.3079,56.5821,1.1345,0.0000,55.4476,1.5534,,,53.8942,2.1712,,,51.7230,,,,,,,1165.4742,454.3091,0.3500,0.5400,1.7143,1.6000,0.1036,12588.9354,12588.9354,12588.9354,12588.9354,12588.9354
-1320.2500,0.5000,,82.4600,,,,12,1121.5700,472.4477,2134.0000,-159.9021,55.4892,250.6394,250.6394,-18.7806,-0.3126,51.4940,0.0000,51.4940,4.3079,51.4940,1.0327,0.0000,50.4613,1.5488,,,48.9125,2.1645,,,46.7480,,,,,,,1163.1288,414.2875,0.3500,0.5400,1.7143,1.6000,0.1036,11718.8744,11718.8744,11718.8744,11718.8744,11718.8744
-1320.7500,0.5000,,82.2600,,,,12,1118.1400,477.5141,2134.0000,-159.6791,55.9128,249.8729,249.8729,-18.6970,-0.4007,52.0066,0.0000,52.0066,4.3070,52.0066,1.0429,0.0000,50.9636,1.5430,,,49.4206,2.1558,,,47.2649,,,,,,,1160.1155,419.4983,0.3500,0.5400,1.7143,1.6000,0.1027,11796.5540,11796.5540,11796.5540,11796.5540,11796.5540
-1321.2500,0.5000,,82.0400,,,,12,1116.7600,491.4378,2134.0000,-159.5894,57.4721,249.5645,249.5645,-18.6635,-0.2550,53.4207,0.0000,53.4207,4.3063,53.4207,1.0712,0.0000,52.3495,1.5392,,,50.8103,2.1503,,,48.6600,,,,,,,1158.1941,431.6212,0.3500,0.5400,1.7143,1.6000,0.1021,12075.4723,12075.4723,12075.4723,12075.4723,12075.4723
-1321.7500,0.5000,,81.9200,,,,12,1113.4000,505.8767,2134.0000,-159.3710,58.9827,248.8137,248.8137,-18.5819,-0.4265,55.1022,0.0000,55.1022,4.3070,55.1022,1.1048,0.0000,53.9974,1.5330,,,52.4644,2.1410,,,50.3234,,,,,,,1154.9728,446.4497,0.3500,0.5400,1.7143,1.6000,0.1027,12349.0231,12349.0231,12349.0231,12349.0231,12349.0231
-1322.2500,0.5000,,81.7000,,,,12,1111.2600,510.1058,2134.0000,-159.2319,59.3615,248.3354,248.3354,-18.5300,-0.3217,55.3731,0.0000,55.3731,4.3101,55.3731,1.1102,0.0000,54.2628,1.5283,,,52.7345,2.1340,,,50.6005,,,,,,,1152.5376,449.5921,0.3500,0.5400,1.7143,1.6000,0.1058,12419.7453,12419.7453,12419.7453,12419.7453,12419.7453
-1322.7500,0.5000,,81.5200,,,,12,1109.4100,507.7844,2134.0000,-159.1117,58.9929,247.9220,247.9220,-18.4851,-0.2494,54.9322,0.0000,54.9322,4.3102,54.9322,1.1014,0.0000,53.8307,1.5247,,,52.3061,2.1286,,,50.1775,,,,,,,1150.6461,446.7452,0.3500,0.5400,1.7143,1.6000,0.1059,12356.3294,12356.3294,12356.3294,12356.3294,12356.3294
-1323.2500,0.5000,,81.5000,,,,12,1107.1600,512.4434,2134.0000,-158.9654,59.4135,247.4192,247.4192,-18.4307,-0.2276,55.3247,0.0000,55.3247,4.3164,55.3247,1.1093,0.0000,54.2154,1.5213,,,52.6941,2.1237,,,50.5704,,,,,,,1148.9174,450.6145,0.3500,0.5400,1.7143,1.6000,0.1121,12435.1155,12435.1155,12435.1155,12435.1155,12435.1155
-1323.7500,0.5000,,81.2400,,,,12,1104.9600,506.1718,2134.0000,-158.8224,58.5697,246.9276,246.9276,-18.3775,-0.3826,54.6343,0.0000,54.6343,4.3180,54.6343,1.0954,0.0000,53.5389,1.5157,,,52.0231,2.1153,,,49.9078,,,,,,,1146.0050,446.1225,0.3500,0.5400,1.7143,1.6000,0.1137,12286.5406,12286.5406,12286.5406,12286.5406,12286.5406
-1324.2500,0.5000,,80.9800,,,,12,1101.9700,503.0011,2134.0000,-158.6281,58.0453,246.2594,246.2594,-18.3054,-0.4144,54.1408,0.0000,54.1408,4.3190,54.1408,1.0856,0.0000,53.0552,1.5096,,,51.5456,2.1063,,,49.4392,,,,,,,1142.8423,443.3157,0.3500,0.5400,1.7143,1.6000,0.1147,12196.1557,12196.1557,12196.1557,12196.1557,12196.1557
-1324.7500,0.5000,,80.9800,,,,12,1100.4900,503.2686,2134.0000,-158.5319,57.9982,245.9287,245.9287,-18.2697,-0.1603,53.8380,0.0000,53.8380,4.3205,53.8380,1.0795,0.0000,52.7585,1.5073,,,51.2512,2.1028,,,49.1484,,,,,,,1141.6168,441.3098,0.3500,0.5400,1.7143,1.6000,0.1162,12189.6950,12189.6950,12189.6950,12189.6950,12189.6950
-1325.2500,0.5000,,80.6200,,,,12,1094.7200,394.2391,2134.0000,-158.1568,45.1951,244.6392,244.6392,-18.1309,-0.7266,41.6007,0.0000,41.6007,4.3210,41.6007,0.9192,0.0000,40.6815,1.4966,,,39.1849,2.0870,,,37.0979,,,,,,,1136.0443,341.9582,0.3500,0.5400,1.7143,1.6000,0.1167,10018.2091,10018.2091,10018.2091,10018.2091,10018.2091
-1325.7500,0.5000,,80.2800,,,,12,1090.9800,382.8243,2134.0000,-157.9137,43.7366,243.8034,243.8034,-18.0412,-0.5324,39.9453,0.0000,39.9453,4.3237,39.9453,0.9147,0.0000,39.0305,1.4888,,,37.5418,2.0754,,,35.4664,,,,,,,1131.9438,329.2692,0.3500,0.5400,1.7143,1.6000,0.1194,9792.4578,9792.4578,9792.4578,9792.4578,9792.4578
-1326.2500,0.5000,,79.8600,,,,12,1083.9400,307.3390,2134.0000,-157.4561,34.8860,242.2302,242.2302,-17.8728,-0.8236,31.3860,0.0000,31.3860,4.3237,31.3860,0.9078,0.0000,30.4782,1.4767,,,29.0016,2.0574,,,26.9442,,,,,,,1125.5703,258.5761,0.3500,0.5400,1.7143,1.6000,0.1194,8443.4472,8443.4472,8443.4472,8443.4472,8443.4472
-1326.7500,0.5000,,79.2200,,,,12,1075.0300,158.4662,2134.0000,-156.8770,17.8396,240.2391,240.2391,-17.6607,-1.2046,14.7204,0.0000,14.7204,4.3238,14.7204,0.8976,0.0000,13.8228,1.4589,,,12.3639,2.0310,,,10.3329,,,,,,,1116.1836,118.2583,0.3500,0.5400,1.7143,1.6000,0.1196,5773.7107,5773.7107,5773.7107,5773.7107,5773.7107
-1327.2500,0.5000,,78.6200,,,,12,1068.0000,152.1380,2134.0000,-156.4200,17.0152,238.6681,238.6681,-17.4941,-1.0133,13.7048,0.0000,13.7048,4.3238,13.7048,0.8889,0.0000,12.8158,1.4438,,,11.3720,2.0088,,,9.3632,,,,,,,1108.2255,110.4307,0.3500,0.5400,1.7143,1.6000,0.1195,5634.6302,5634.6302,5634.6302,5634.6302,5634.6302
-1327.7500,0.5000,,78.1400,,,,12,1060.2500,158.6512,2134.0000,-155.9163,17.6149,236.9361,236.9361,-17.3112,-0.9371,14.2299,0.0000,14.2299,4.3221,14.2299,0.8809,0.0000,13.3490,1.4299,,,11.9191,1.9882,,,9.9309,,,,,,,1100.8151,115.7990,0.3500,0.5400,1.7143,1.6000,0.1178,5703.0432,5703.0432,5703.0432,5703.0432,5703.0432
-1328.2500,0.5000,,77.4000,,,,12,1051.4000,140.5986,2134.0000,-155.3410,15.4802,234.9584,234.9584,-17.1034,-1.1929,12.3527,0.0000,12.3527,4.3205,12.3527,0.8707,0.0000,11.4819,1.4131,,,10.0688,1.9619,,,8.1069,,,,,,,1091.3089,100.4705,0.3500,0.5400,1.7143,1.6000,0.1162,5362.1616,5362.1616,5362.1616,5362.1616,5362.1616
-1328.7500,0.5000,,76.9800,,,,12,1045.2200,182.6102,2134.0000,-154.9393,19.9876,233.5774,233.5774,-16.9589,-0.8691,16.5368,0.0000,16.5368,4.3200,16.5368,0.8633,0.0000,15.6735,1.4009,,,14.2726,1.9427,,,12.3299,,,,,,,1084.3304,138.0309,0.3500,0.5400,1.7143,1.6000,0.1157,6023.1519,6023.1519,6023.1519,6023.1519,6023.1519
-1329.2500,0.5000,,76.4600,,,,12,1038.2500,259.2037,2134.0000,-154.4863,28.1820,232.0198,232.0198,-16.7966,-0.8254,24.6909,0.0000,24.6909,4.3165,24.6909,0.8561,0.0000,23.8347,1.3893,,,22.4454,1.9244,,,20.5210,,,,,,,1077.6612,211.2025,0.3500,0.5400,1.7143,1.6000,0.1122,7253.6715,7253.6715,7253.6715,7253.6715,7253.6715
-1329.7500,0.5000,,76.0000,,,,12,1034.2900,346.5498,2134.0000,-154.2289,37.5350,231.1348,231.1348,-16.7046,-0.6915,33.9100,0.0000,33.9100,4.3165,33.9100,0.8502,0.0000,33.0599,1.3795,,,31.6804,1.9091,,,29.7713,,,,,,,1072.0416,294.4834,0.3500,0.5400,1.7143,1.6000,0.1122,8718.7788,8718.7788,8718.7788,8718.7788,8718.7788
-1330.2500,0.5000,,76.1200,,,,12,1038.2800,713.8981,2134.0000,-154.4882,77.6210,232.0265,232.0265,-16.7973,0.4145,72.8941,0.0000,72.8941,4.3124,72.8941,1.4603,0.0000,71.4338,1.3854,,,70.0484,2.7990,,,67.2494,,,,,,,1075.4135,634.3070,0.3500,0.5400,1.7143,1.6000,0.1082,15243.5669,15243.5669,15243.5669,15243.5669,15243.5669
-1330.7500,0.5000,,76.4800,,,,12,1041.8000,889.2191,2134.0000,-154.7170,97.0112,232.8131,232.8131,-16.8792,0.6017,92.0986,0.0000,92.0986,4.3109,92.0986,1.8444,0.0000,90.2542,1.3939,,,88.8603,3.5515,,,85.3088,,,,,,,1080.2893,797.8084,0.3500,0.5400,1.7143,1.6000,0.1066,18787.3325,18787.3325,18787.3325,18787.3325,18787.3325
-1331.2500,0.5000,,76.6800,,,,12,1044.9000,926.9029,2134.0000,-154.9185,101.4233,233.5058,233.5058,-16.9514,0.3743,96.7394,0.0000,96.7394,4.3095,96.7394,1.9372,0.0000,94.8021,1.3991,,,93.4030,3.7332,,,89.6698,,,,,,,1083.3119,835.6724,0.3500,0.5400,1.7143,1.6000,0.1052,19603.5260,19603.5260,19603.5260,19603.5260,19603.5260
-1331.7500,0.5000,,77.1000,,,,12,1051.0000,1057.8004,2134.0000,-155.3150,116.4220,234.8690,234.8690,-17.0940,0.7311,111.3874,0.0000,111.3874,4.3034,111.3874,2.2302,0.0000,109.1572,1.4094,,,107.7478,4.3069,,,103.4409,,,,,,,1089.1909,957.0173,0.3500,0.5400,1.7143,1.6000,0.0992,22380.9517,22380.9517,22380.9517,22380.9517,22380.9517
-1332.2500,0.5000,,77.6800,,,,12,1060.3200,1245.6799,2134.0000,-155.9208,138.3159,236.9518,236.9518,-17.3129,1.2092,132.8042,0.0000,132.8042,4.3025,132.8042,2.6586,0.0000,130.1455,1.4263,,,128.7192,5.1457,,,123.5735,,,,,,,1098.8454,1131.0039,0.3500,0.5400,1.7143,1.6000,0.0982,26327.6544,26327.6544,26327.6544,26327.6544,26327.6544
-1332.7500,0.5000,,78.2800,,,,12,1067.4900,1200.3182,2134.0000,-156.3869,134.1803,238.5541,238.5541,-17.4821,0.8845,128.9960,0.0000,128.9960,4.2998,128.9960,2.5825,0.0000,126.4135,1.4394,,,124.9741,4.9959,,,119.9782,,,,,,,1105.8538,1091.6091,0.3500,0.5400,1.7143,1.6000,0.0956,25621.0614,25621.0614,25621.0614,25621.0614,25621.0614
-1333.2500,0.5000,,78.8000,,,,12,1074.2400,1150.6656,2134.0000,-156.8256,129.4432,240.0625,240.0625,-17.6420,1.0083,124.1352,0.0000,124.1352,4.2996,124.1352,2.4853,0.0000,121.6499,1.4543,,,120.1956,4.8047,,,115.3909,,,,,,,1113.7896,1042.9900,0.3500,0.5400,1.7143,1.6000,0.0953,24819.9457,24819.9457,24819.9457,24819.9457,24819.9457
-1333.7500,0.5000,,79.1600,,,,12,1080.1000,1114.4272,2134.0000,-157.2065,126.0504,241.3721,241.3721,-17.7813,0.6813,121.0707,0.0000,121.0707,4.2983,121.0707,2.4240,0.0000,118.6467,1.4644,,,117.1823,4.6841,,,112.4981,,,,,,,1119.1200,1012.3959,0.3500,0.5400,1.7143,1.6000,0.0941,24207.8458,24207.8458,24207.8458,24207.8458,24207.8458
-1334.2500,0.5000,,79.5400,,,,12,1083.1300,1061.6715,2134.0000,-157.4035,120.4202,242.0492,242.0492,-17.8535,0.5197,115.6024,0.0000,115.6024,4.2981,115.6024,2.3147,0.0000,113.2877,1.4721,,,111.8156,4.4695,,,107.3461,,,,,,,1123.1693,963.1832,0.3500,0.5400,1.7143,1.6000,0.0938,23142.1905,23142.1905,23142.1905,23142.1905,23142.1905
-1334.7500,0.5000,,79.7800,,,,12,1086.9800,1024.4451,2134.0000,-157.6537,116.6108,242.9095,242.9095,-17.9454,0.5140,111.7999,0.0000,111.7999,4.2969,111.7999,2.2387,0.0000,109.5613,1.4797,,,108.0816,4.3201,,,103.7615,,,,,,,1127.1596,928.2030,0.3500,0.5400,1.7143,1.6000,0.0926,22468.6036,22468.6036,22468.6036,22468.6036,22468.6036
-1335.2500,0.5000,,80.1000,,,,12,1089.9500,957.7293,2134.0000,-157.8468,109.3145,243.5733,243.5733,-18.0165,0.3602,104.6575,0.0000,104.6575,4.2969,104.6575,2.0958,0.0000,102.5617,1.4850,,,101.0767,4.0399,,,97.0368,,,,,,,1129.9472,866.7590,0.3500,0.5400,1.7143,1.6000,0.0926,21177.9261,21177.9261,21177.9261,21177.9261,21177.9261
-1335.7500,0.5000,,80.2600,,,,12,1093.3000,950.5455,2134.0000,-158.0645,108.8281,244.3219,244.3219,-18.0968,0.4869,104.0443,0.0000,104.0443,4.2969,104.0443,2.0836,0.0000,101.9607,1.4922,,,100.4686,4.0155,,,96.4531,,,,,,,1133.7044,858.8247,0.3500,0.5400,1.7143,1.6000,0.0926,21103.3341,21103.3341,21103.3341,21103.3341,21103.3341
-1336.2500,0.5000,,80.4000,,,,12,1095.4300,943.9794,2134.0000,-158.2030,108.2869,244.7979,244.7979,-18.1480,0.2538,103.7364,0.0000,103.7364,4.2966,103.7364,2.0774,0.0000,101.6590,1.4959,,,100.1631,4.0033,,,96.1598,,,,,,,1135.6583,854.8096,0.3500,0.5400,1.7143,1.6000,0.0924,21015.3537,21015.3537,21015.3537,21015.3537,21015.3537
-1336.7500,0.5000,,80.6800,,,,12,1097.5000,921.7257,2134.0000,-158.3375,105.9339,245.2605,245.2605,-18.1977,0.2914,101.3478,0.0000,101.3478,4.2947,101.3478,2.0297,0.0000,99.3181,1.5002,,,97.8179,3.9095,,,93.9085,,,,,,,1137.8976,833.4827,0.3500,0.5400,1.7143,1.6000,0.0904,20552.6244,20552.6244,20552.6244,20552.6244,20552.6244
-1337.2500,0.5000,,80.7200,,,,12,1097.0700,786.1329,2134.0000,-158.3096,90.3148,245.1644,245.1644,-18.1874,0.0598,85.9603,0.0000,85.9603,4.2947,85.9603,1.7219,0.0000,84.2384,1.5010,,,82.7373,3.3062,,,79.4311,,,,,,,1138.3566,706.6478,0.3500,0.5400,1.7143,1.6000,0.0904,17682.0578,17682.0578,17682.0578,17682.0578,17682.0578
-1337.7500,0.5000,,80.7000,,,,12,1099.2900,807.6325,2134.0000,-158.4539,92.9725,245.6605,245.6605,-18.2408,0.1226,88.5553,0.0000,88.5553,4.2946,88.5553,1.7738,0.0000,86.7815,1.5028,,,85.2786,3.4079,,,81.8708,,,,,,,1139.2969,727.3803,0.3500,0.5400,1.7143,1.6000,0.0903,18146.4086,18146.4086,18146.4086,18146.4086,18146.4086
-1338.2500,0.5000,,80.8200,,,,12,1101.0300,822.4669,2134.0000,-158.5670,94.8301,246.0493,246.0493,-18.2827,0.3150,90.2205,0.0000,90.2205,4.2946,90.2205,1.8071,0.0000,88.4133,1.5075,,,86.9059,3.4730,,,83.4329,,,,,,,1141.7097,739.4921,0.3500,0.5400,1.7143,1.6000,0.0903,18470.3878,18470.3878,18470.3878,18470.3878,18470.3878
-1338.7500,0.5000,,81.0400,,,,12,1102.7500,848.5197,2134.0000,-158.6788,97.9868,246.4337,246.4337,-18.3242,0.2066,93.4866,0.0000,93.4866,4.2935,93.4866,1.8725,0.0000,91.6142,1.5105,,,90.1036,3.6009,,,86.5028,,,,,,,1143.2895,765.2049,0.3500,0.5400,1.7143,1.6000,0.0893,19016.3855,19016.3855,19016.3855,19016.3855,19016.3855
-1339.2500,0.5000,,81.1400,,,,12,1105.7800,884.7391,2134.0000,-158.8757,102.4501,247.1108,247.1108,-18.3973,0.3793,97.7773,0.0000,97.7773,4.2935,97.7773,1.9583,0.0000,95.8190,1.5161,,,94.3030,3.7688,,,90.5342,,,,,,,1146.1840,798.3050,0.3500,0.5400,1.7143,1.6000,0.0892,19842.0276,19842.0276,19842.0276,19842.0276,19842.0276
-1339.7500,0.5000,,81.4000,,,,12,1108.5800,924.2803,2134.0000,-159.0577,107.2999,247.7365,247.7365,-18.4650,0.4510,102.5569,0.0000,102.5569,4.2921,102.5569,2.0539,0.0000,100.5030,1.5227,,,98.9803,3.9559,,,95.0244,,,,,,,1149.6155,834.8291,0.3500,0.5400,1.7143,1.6000,0.0878,20802.2081,20802.2081,20802.2081,20802.2081,20802.2081
-1340.2500,0.5000,,81.6200,,,,12,1111.5400,884.6456,2134.0000,-159.2501,102.9729,248.3980,248.3980,-18.5367,0.3915,98.2894,0.0000,98.2894,4.2921,98.2894,1.9686,0.0000,96.3208,1.5284,,,94.7924,3.7884,,,91.0040,,,,,,,1152.5860,798.0278,0.3500,0.5400,1.7143,1.6000,0.0878,19938.9876,19938.9876,19938.9876,19938.9876,19938.9876
-1340.7500,0.5000,,81.7600,,,,12,1112.3600,751.0604,2134.0000,-159.3034,87.4881,248.5813,248.5813,-18.5566,0.1589,83.0357,0.0000,83.0357,4.2935,83.0357,1.6635,0.0000,81.3722,1.5307,,,79.8415,3.1903,,,76.6511,,,,,,,1153.7898,673.4736,0.3500,0.5400,1.7143,1.6000,0.0892,17249.9844,17249.9844,17249.9844,17249.9844,17249.9844
-1341.2500,0.5000,,81.8000,,,,12,1113.6900,752.1194,2134.0000,-159.3899,87.7162,248.8785,248.8785,-18.5889,0.1359,83.2868,0.0000,83.2868,4.2935,83.2868,1.6685,0.0000,81.6183,1.5327,,,80.0856,3.2001,,,76.8855,,,,,,,1154.8178,674.9095,0.3500,0.5400,1.7143,1.6000,0.0892,17293.8613,17293.8613,17293.8613,17293.8613,17293.8613
-1341.7500,0.5000,,81.8400,,,,12,1113.6600,689.0724,2134.0000,-159.3879,80.3611,248.8718,248.8718,-18.5882,-0.0029,76.0650,0.0000,76.0650,4.2991,76.0650,1.5241,0.0000,74.5409,1.5327,,,73.0082,2.9170,,,70.0913,,,,,,,1154.7957,616.3976,0.3500,0.5400,1.7143,1.6000,0.0948,15864.2334,15864.2334,15864.2334,15864.2334,15864.2334
-1342.2500,0.5000,,81.8800,,,,12,1114.5900,758.6921,2134.0000,-159.4484,88.5542,249.0796,249.0796,-18.6107,0.1388,84.1156,0.0000,84.1156,4.2998,84.1156,1.6851,0.0000,82.4305,1.5347,,,80.8958,3.2325,,,77.6633,,,,,,,1155.8448,681.0199,0.3500,0.5400,1.7143,1.6000,0.0956,17439.6276,17439.6276,17439.6276,17439.6276,17439.6276
-1342.7500,0.5000,,81.9400,,,,12,1114.9100,795.2334,2134.0000,-159.4692,92.8460,249.1511,249.1511,-18.6185,-0.0038,88.5489,0.0000,88.5489,4.3008,88.5489,1.7738,0.0000,86.7751,1.5346,,,85.2405,3.4063,,,81.8342,,,,,,,1155.8163,716.9318,0.3500,0.5400,1.7143,1.6000,0.0965,18169.4298,18169.4298,18169.4298,18169.4298,18169.4298
-1343.2500,0.5000,,81.9800,,,,12,1115.8200,807.4531,2134.0000,-159.5283,94.3496,249.3545,249.3545,-18.6406,0.1514,89.8962,0.0000,89.8962,4.3020,89.8962,1.8007,0.0000,88.0955,1.5368,,,86.5586,3.4590,,,83.0997,,,,,,,1156.9599,727.1210,0.3500,0.5400,1.7143,1.6000,0.0977,18427.2999,18427.2999,18427.2999,18427.2999,18427.2999
-1343.7500,0.5000,,81.9800,,,,12,1115.7600,778.9217,2134.0000,-159.5244,91.0109,249.3411,249.3411,-18.6392,0.0679,86.6410,0.0000,86.6410,4.3020,86.6410,1.7356,0.0000,84.9053,1.5378,,,83.3675,3.3313,,,80.0362,,,,,,,1157.4721,700.4802,0.3500,0.5400,1.7143,1.6000,0.0977,17860.7374,17860.7374,17860.7374,17860.7374,17860.7374
-1344.2500,0.5000,,82.0000,,,,12,1115.9000,750.8839,2134.0000,-159.5335,87.7459,249.3724,249.3724,-18.6426,-0.0243,83.4633,0.0000,83.4633,4.3068,83.4633,1.6721,0.0000,81.7913,1.5375,,,80.2538,3.2068,,,77.0470,,,,,,,1157.2889,674.8954,0.3500,0.5400,1.7143,1.6000,0.1025,17305.4657,17305.4657,17305.4657,17305.4657,17305.4657
-1344.7500,0.5000,,82.0600,,,,12,1116.5300,772.6782,2134.0000,-159.5745,90.3437,249.5131,249.5131,-18.6579,0.0227,86.0137,0.0000,86.0137,4.3072,86.0137,1.7231,0.0000,84.2907,1.5378,,,82.7528,3.3067,,,79.4461,,,,,,,1157.4605,695.4160,0.3500,0.5400,1.7143,1.6000,0.1029,17750.2347,17750.2347,17750.2347,17750.2347,17750.2347
-1345.2500,0.5000,,81.9600,,,,12,1115.4200,788.4296,2134.0000,-159.5023,92.0937,249.2651,249.2651,-18.6309,-0.0555,87.8393,0.0000,87.8393,4.3099,87.8393,1.7596,0.0000,86.0797,1.5370,,,84.5427,3.3783,,,81.1644,,,,,,,1157.0412,710.4336,0.3500,0.5400,1.7143,1.6000,0.1056,18043.3471,18043.3471,18043.3471,18043.3471,18043.3471
-1345.7500,0.5000,,81.9800,,,,12,1116.1600,834.5922,2134.0000,-159.5504,97.5505,249.4305,249.4305,-18.6489,0.0267,93.2113,0.0000,93.2113,4.3125,93.2113,1.8670,0.0000,91.3443,1.5374,,,89.8069,3.5889,,,86.2180,,,,,,,1157.2424,753.7521,0.3500,0.5400,1.7143,1.6000,0.1082,18971.0841,18971.0841,18971.0841,18971.0841,18971.0841
-1346.2500,0.5000,,82.1000,,,,12,1117.0700,828.3501,2134.0000,-159.6096,96.8998,249.6338,249.6338,-18.6710,0.1704,92.4167,0.0000,92.4167,4.3128,92.4167,1.8511,0.0000,90.5655,1.5399,,,89.0257,3.5577,,,85.4680,,,,,,,1158.5276,746.4968,0.3500,0.5400,1.7143,1.6000,0.1085,18863.0153,18863.0153,18863.0153,18863.0153,18863.0153
-1346.7500,0.5000,,82.0000,,,,12,1116.2100,807.2131,2134.0000,-159.5537,94.3545,249.4416,249.4416,-18.6501,-0.1219,90.1623,0.0000,90.1623,4.3141,90.1623,1.8061,0.0000,88.3562,1.5381,,,86.8181,3.4694,,,83.3488,,,,,,,1157.6084,728.8645,0.3500,0.5400,1.7143,1.6000,0.1098,18429.2548,18429.2548,18429.2548,18429.2548,18429.2548
-1347.2500,0.5000,,81.8200,,,,12,1111.8500,654.8266,2134.0000,-159.2703,76.2432,248.4673,248.4673,-18.5443,-0.4799,72.4090,0.0000,72.4090,4.3141,72.4090,1.4510,0.0000,70.9580,1.5311,,,69.4269,2.7737,,,66.6532,,,,,,,1153.9818,587.1835,0.3500,0.5400,1.7143,1.6000,0.1098,15058.4636,15058.4636,15058.4636,15058.4636,15058.4636
-1347.7500,0.5000,,81.5200,,,,12,1106.5800,500.3420,2134.0000,-158.9277,57.9800,247.2896,247.2896,-18.4167,-0.7120,54.3779,0.0000,54.3779,4.3141,54.3779,1.0903,0.0000,53.2876,1.5207,,,51.7669,2.1227,,,49.6442,,,,,,,1148.5800,443.0329,0.3500,0.5400,1.7143,1.6000,0.1098,12178.2344,12178.2344,12178.2344,12178.2344,12178.2344
-1348.2500,0.5000,,80.9400,,,,12,1099.8700,390.9373,2134.0000,-158.4916,45.0274,245.7901,245.7901,-18.2548,-0.9445,41.6578,0.0000,41.6578,4.3141,41.6578,0.9250,0.0000,40.7328,1.5068,,,39.2259,2.1021,,,37.1238,,,,,,,1141.3747,340.7902,0.3500,0.5400,1.7143,1.6000,0.1098,10003.5836,10003.5836,10003.5836,10003.5836,10003.5836
-1348.7500,0.5000,,80.4800,,,,12,1091.3200,289.8964,2134.0000,-157.9358,33.1302,243.8794,243.8794,-18.0493,-1.1299,29.9467,0.0000,29.9467,4.3133,29.9467,0.9155,0.0000,29.0311,1.4902,,,27.5409,2.0775,,,25.4634,,,,,,,1132.6952,244.7499,0.3500,0.5400,1.7143,1.6000,0.1091,8204.9678,8204.9678,8204.9678,8204.9678,8204.9678
-1349.2500,0.5000,,79.7600,,,,12,1083.8100,294.7693,2134.0000,-157.4477,33.4552,242.2011,242.2011,-17.8697,-1.0624,30.2051,0.0000,30.2051,4.3125,30.2051,0.9066,0.0000,29.2986,1.4746,,,27.8240,2.0543,,,25.7697,,,,,,,1124.4729,248.8105,0.3500,0.5400,1.7143,1.6000,0.1082,8227.2875,8227.2875,8227.2875,8227.2875,8227.2875
-1349.7500,0.5000,,79.2600,,,,12,1076.2100,277.3675,2134.0000,-156.9537,31.2594,240.5028,240.5028,-17.6887,-0.9323,27.8792,0.0000,27.8792,4.3125,27.8792,0.8987,0.0000,26.9806,1.4608,,,25.5198,2.0339,,,23.4859,,,,,,,1117.2073,230.6157,0.3500,0.5400,1.7143,1.6000,0.1082,7867.6930,7867.6930,7867.6930,7867.6930,7867.6930
-1350.2500,0.5000,,78.6200,,,,12,1067.5400,242.1780,2134.0000,-156.3901,27.0737,238.5653,238.5653,-17.4832,-1.1569,23.9216,0.0000,23.9216,4.3090,23.9216,0.8888,0.0000,23.0328,1.4436,,,21.5891,2.0085,,,19.5806,,,,,,,1108.1257,198.4854,0.3500,0.5400,1.7143,1.6000,0.1047,7184.0248,7184.0248,7184.0248,7184.0248,7184.0248
-1350.7500,0.5000,,78.1000,,,,12,1061.0500,329.7802,2134.0000,-155.9683,36.6428,237.1149,237.1149,-17.3301,-0.8743,33.2085,0.0000,33.2085,4.3086,33.2085,0.8814,0.0000,32.3271,1.4307,,,30.8965,1.9893,,,28.9072,,,,,,,1101.2129,280.3285,0.3500,0.5400,1.7143,1.6000,0.1043,8641.3439,8641.3439,8641.3439,8641.3439,8641.3439
-1351.2500,0.5000,,77.5800,,,,12,1053.4800,267.6635,2134.0000,-155.4762,29.5287,235.4232,235.4232,-17.1522,-0.9599,26.1836,0.0000,26.1836,4.3050,26.1836,0.8732,0.0000,25.3104,1.4171,,,23.8933,1.9681,,,21.9252,,,,,,,1093.5730,221.0155,0.3500,0.5400,1.7143,1.6000,0.1007,7516.7968,7516.7968,7516.7968,7516.7968,7516.7968
-1351.7500,0.5000,,77.0800,,,,12,1045.8800,224.2742,2134.0000,-154.9822,24.5635,233.7249,233.7249,-16.9743,-0.9377,21.1993,0.0000,21.1993,4.3019,21.1993,0.8651,0.0000,20.3342,1.4039,,,18.9302,1.9474,,,16.9828,,,,,,,1086.0580,178.7906,0.3500,0.5400,1.7143,1.6000,0.0976,6713.0177,6713.0177,6713.0177,6713.0177,6713.0177
-1352.2500,0.5000,,76.4600,,,,12,1037.9700,216.6927,2134.0000,-154.4681,23.5536,231.9572,231.9572,-16.7901,-1.1103,20.3643,0.0000,20.3643,4.2996,20.3643,0.8555,0.0000,19.5088,1.3883,,,18.1205,1.9228,,,16.1976,,,,,,,1077.0918,172.9613,0.3500,0.5400,1.7143,1.6000,0.0953,6524.7091,6524.7091,6524.7091,6524.7091,6524.7091
-1352.7500,0.5000,,75.8200,,,,12,1029.3100,230.5434,2134.0000,-153.9052,24.8501,230.0219,230.0219,-16.5893,-1.0536,21.6068,0.0000,21.6068,4.2969,21.6068,0.8464,0.0000,20.7604,1.3734,,,19.3870,1.8995,,,17.4875,,,,,,,1068.5133,185.5355,0.3500,0.5400,1.7143,1.6000,0.0926,6696.3277,6696.3277,6696.3277,6696.3277,6696.3277
-1353.2500,0.5000,,75.2600,,,,12,1022.0400,262.8450,2134.0000,-153.4326,28.1317,228.3973,228.3973,-16.4216,-0.9402,24.7774,0.0000,24.7774,4.2945,24.7774,0.8383,0.0000,23.9391,1.3601,,,22.5790,1.8786,,,20.7005,,,,,,,1060.8000,215.4992,0.3500,0.5400,1.7143,1.6000,0.0902,7194.7049,7194.7049,7194.7049,7194.7049,7194.7049
-1353.7500,0.5000,,74.7600,,,,12,1014.5100,299.0062,2134.0000,-152.9432,31.7662,226.7145,226.7145,-16.2486,-0.9579,28.4334,0.0000,28.4334,4.2907,28.4334,0.8299,0.0000,27.6035,1.3464,,,26.2571,1.8572,,,24.3999,,,,,,,1052.8830,250.3544,0.3500,0.5400,1.7143,1.6000,0.0865,7757.1854,7757.1854,7757.1854,7757.1854,7757.1854
-1354.2500,0.5000,,74.2400,,,,12,1008.8100,358.5268,2134.0000,-152.5727,37.8756,225.4407,225.4407,-16.1181,-0.7179,34.3033,0.0000,34.3033,4.2903,34.3033,0.8236,0.0000,33.4796,1.3362,,,32.1435,1.8412,,,30.3023,,,,,,,1046.9104,305.3814,0.3500,0.5400,1.7143,1.6000,0.0860,8733.1022,8733.1022,8733.1022,8733.1022,8733.1022
-1354.7500,0.5000,,73.7200,,,,12,1002.7200,363.8502,2134.0000,-152.1768,38.2059,224.0798,224.0798,-15.9793,-0.7584,34.6751,0.0000,34.6751,4.2893,34.6751,0.8170,0.0000,33.8581,1.3253,,,32.5328,1.8242,,,30.7086,,,,,,,1040.5634,310.7175,0.3500,0.5400,1.7143,1.6000,0.0850,8778.6350,8778.6350,8778.6350,8778.6350,8778.6350
-1355.2500,0.5000,,73.3800,,,,12,998.3700,371.3517,2130.1451,-151.9267,38.8245,222.7047,222.7047,-15.8838,-0.5448,35.0800,0.0000,35.0800,4.2894,35.0800,0.8122,0.0000,34.2678,1.3175,,,32.9503,1.8120,,,31.1383,,,,,,,1035.9798,315.8683,0.3500,0.5400,1.7143,1.6000,0.0851,8864.6238,8864.6238,8864.6238,8864.6238,8864.6238
-1355.7500,0.5000,,73.0200,,,,12,993.1800,357.6138,2117.8707,-151.6931,37.1938,220.2703,220.2703,-15.7769,-0.6018,33.5062,0.0000,33.5062,4.2894,33.5062,0.8069,0.0000,32.6993,1.3088,,,31.3905,1.7985,,,29.5921,,,,,,,1030.8936,302.8980,0.3500,0.5400,1.7143,1.6000,0.0851,8598.3414,8598.3414,8598.3414,8598.3414,8598.3414
-1356.2500,0.5000,,72.6600,,,,12,987.4800,347.7080,2104.3902,-151.4366,35.9560,217.6122,217.6122,-15.6599,-0.7024,32.3689,0.0000,32.3689,4.2895,32.3689,0.8007,0.0000,31.5682,1.2987,,,30.2696,1.7827,,,28.4869,,,,,,,1024.9251,294.1235,0.3500,0.5400,1.7143,1.6000,0.0852,8388.1622,8388.1622,8388.1622,8388.1622,8388.1622
-1356.7500,0.5000,,72.5600,,,,12,986.9900,459.4664,2103.2314,-151.4146,47.4892,217.3844,217.3844,-15.6498,-0.2255,43.4247,0.0000,43.4247,4.2900,43.4247,0.8707,0.0000,42.5540,1.2954,,,41.2586,1.7776,,,39.4810,,,,,,,1023.0016,397.2241,0.3500,0.5400,1.7143,1.6000,0.0857,10145.3739,10145.3739,10145.3739,10145.3739,10145.3739
-1357.2500,0.5000,,72.5000,,,,12,987.9700,623.9408,2105.5491,-151.4587,64.5529,217.8401,217.8401,-15.6699,0.1841,60.0789,0.0000,60.0789,4.2899,60.0789,1.2038,0.0000,58.8751,1.2981,,,57.5771,2.3004,,,55.2766,,,,,,,1024.5719,548.7327,0.3500,0.5400,1.7143,1.6000,0.0856,12921.0054,12921.0054,12921.0054,12921.0054,12921.0054
-1357.7500,0.5000,,72.5000,,,,12,987.5100,563.7451,2104.4612,-151.4380,58.2979,217.6261,217.6261,-15.6605,0.0297,53.9807,0.0000,53.9807,4.2875,53.9807,1.0818,0.0000,52.8989,1.2985,,,51.6004,2.0614,,,49.5390,,,,,,,1024.8253,492.9104,0.3500,0.5400,1.7143,1.6000,0.0832,11853.3740,11853.3740,11853.3740,11853.3740,11853.3740
-1358.2500,0.5000,,72.6400,,,,12,987.8500,567.7778,2105.2653,-151.4533,58.7351,217.7842,217.7842,-15.6674,-0.0247,54.4724,0.0000,54.4724,4.2875,54.4724,1.0916,0.0000,53.3807,1.2981,,,52.0826,2.0807,,,50.0019,,,,,,,1024.6146,497.5026,0.3500,0.5400,1.7143,1.6000,0.0832,11928.7826,11928.7826,11928.7826,11928.7826,11928.7826
-1358.7500,0.5000,,72.6200,,,,12,987.5100,588.0415,2104.4612,-151.4380,60.8104,217.6261,217.6261,-15.6605,-0.0711,56.5983,0.0000,56.5983,4.2832,56.5983,1.1342,0.0000,55.4642,1.2971,,,54.1671,2.1640,,,52.0030,,,,,,,1024.0085,517.2261,0.3500,0.5400,1.7143,1.6000,0.0789,12281.9623,12281.9623,12281.9623,12281.9623,12281.9623
-1359.2500,0.5000,,72.4600,,,,12,986.5800,614.6421,2102.2617,-151.3961,63.5014,217.1939,217.1939,-15.6414,-0.0519,59.2703,0.0000,59.2703,4.2830,59.2703,1.1876,0.0000,58.0827,1.2964,,,56.7864,2.2688,,,54.5176,,,,,,,1023.5655,541.8797,0.3500,0.5400,1.7143,1.6000,0.0787,12739.5149,12739.5149,12739.5149,12739.5149,12739.5149
-1359.7500,0.5000,,72.4800,,,,12,984.9800,536.3726,2098.4777,-151.3241,55.3252,216.4514,216.4514,-15.6086,-0.1166,51.1582,0.0000,51.1582,4.2835,51.1582,1.0254,0.0000,50.1329,1.2947,,,48.8382,1.9509,,,46.8873,,,,,,,1022.5702,468.1671,0.3500,0.5400,1.7143,1.6000,0.0792,11338.7394,11338.7394,11338.7394,11338.7394,11338.7394
-1360.2500,0.5000,,72.2000,,,,12,981.3600,431.8950,2089.9164,-151.1612,44.3849,214.7761,214.7761,-15.5345,-0.5028,40.6041,0.0000,40.6041,4.2835,40.6041,0.8143,0.0000,39.7899,1.2874,,,38.5025,1.7651,,,36.7374,,,,,,,1018.2665,373.1492,0.3500,0.5400,1.7143,1.6000,0.0793,9667.8815,9667.8815,9667.8815,9667.8815,9667.8815
-1360.7500,0.5000,,71.9600,,,,12,978.8800,488.0463,2084.0512,-151.0496,50.0287,213.6321,213.6321,-15.4838,-0.2995,46.0424,0.0000,46.0424,4.2857,46.0424,0.9230,0.0000,45.1194,1.2830,,,43.8364,1.7584,,,42.0780,,,,,,,1015.6941,424.2014,0.3500,0.5400,1.7143,1.6000,0.0815,10509.9004,10509.9004,10509.9004,10509.9004,10509.9004
-1361.2500,0.5000,,71.8800,,,,12,977.7700,491.0042,2081.4261,-150.9997,50.2748,213.1210,213.1210,-15.4611,-0.1971,46.1852,0.0000,46.1852,4.2867,46.1852,0.9259,0.0000,45.2593,1.2802,,,43.9792,1.7566,,,42.2226,,,,,,,1013.9976,426.2285,0.3500,0.5400,1.7143,1.6000,0.0825,10545.1154,10545.1154,10545.1154,10545.1154,10545.1154
-1361.7500,0.5000,,71.8400,,,,12,977.7300,620.0879,2081.3315,-150.9979,63.4893,213.1026,213.1026,-15.4603,-0.0047,59.2064,0.0000,59.2064,4.2876,59.2064,1.1863,0.0000,58.0201,1.2801,,,56.7400,2.2670,,,54.4730,,,,,,,1013.9575,546.4249,0.3500,0.5400,1.7143,1.6000,0.0833,12724.3993,12724.3993,12724.3993,12724.3993,12724.3993
-1362.2500,0.5000,,71.8000,,,,12,977.2700,654.6193,2080.2436,-150.9772,66.9934,212.8910,212.8910,-15.4509,0.0530,62.6523,0.0000,62.6523,4.2881,62.6523,1.2552,0.0000,61.3971,1.2809,,,60.1162,2.4021,,,57.7142,,,,,,,1014.4137,577.9686,0.3500,0.5400,1.7143,1.6000,0.0838,13325.3883,13325.3883,13325.3883,13325.3883,13325.3883
-1362.7500,0.5000,,71.9000,,,,12,977.7800,628.9420,2081.4497,-151.0001,64.3992,213.1256,213.1256,-15.4613,0.0123,60.1002,0.0000,60.1002,4.2867,60.1002,1.2042,0.0000,58.8960,1.2811,,,57.6150,2.3020,,,55.3130,,,,,,,1014.5196,554.3664,0.3500,0.5400,1.7143,1.6000,0.0824,12881.2143,12881.2143,12881.2143,12881.2143,12881.2143
-1363.2500,0.5000,,71.7200,,,,12,976.7000,602.1794,2078.8955,-150.9515,61.5908,212.6290,212.6290,-15.4393,-0.1956,57.5010,0.0000,57.5010,4.2854,57.5010,1.1522,0.0000,56.3488,1.2782,,,55.0706,2.2002,,,52.8703,,,,,,,1012.8344,531.2728,0.3500,0.5400,1.7143,1.6000,0.0811,12395.5548,12395.5548,12395.5548,12395.5548,12395.5548
-1363.7500,0.5000,,71.8200,,,,12,974.7600,553.0331,2074.3074,-150.8642,56.4518,211.7383,211.7383,-15.3997,-0.0862,52.2537,0.0000,52.2537,4.2843,52.2537,1.0472,0.0000,51.2065,1.2770,,,49.9295,1.9946,,,47.9349,,,,,,,1012.0907,483.1442,0.3500,0.5400,1.7143,1.6000,0.0800,11504.2418,11504.2418,11504.2418,11504.2418,11504.2418
-1364.2500,0.5000,,71.3800,,,,12,971.1300,430.6892,2065.7225,-150.7009,43.7996,210.0767,210.0767,-15.3257,-0.5235,40.0414,0.0000,40.0414,4.2817,40.0414,0.8030,0.0000,39.2384,1.2693,,,37.9691,1.7371,,,36.2320,,,,,,,1007.5626,371.8869,0.3500,0.5400,1.7143,1.6000,0.0774,9553.7664,9553.7664,9553.7664,9553.7664,9553.7664
-1364.7500,0.5000,,71.1400,,,,12,965.0600,314.2766,2051.3669,-150.4277,31.7611,207.3129,207.3129,-15.2024,-0.5783,28.0571,0.0000,28.0571,4.2823,28.0571,0.7775,0.0000,27.2795,1.2609,,,26.0186,1.7240,,,24.2946,,,,,,,1002.5371,259.8410,0.3500,0.5400,1.7143,1.6000,0.0780,7648.5290,7648.5290,7648.5290,7648.5290,7648.5290
-1365.2500,0.5000,,70.4600,,,,12,957.7400,198.9221,2034.0551,-150.0983,19.9507,204.0041,204.0041,-15.0540,-1.0058,16.6723,0.0000,16.6723,4.2842,16.6723,0.7685,0.0000,15.9038,1.2462,,,14.6576,1.7012,,,12.9565,,,,,,,993.7356,152.8273,0.3500,0.5400,1.7143,1.6000,0.0800,5672.8740,5672.8740,5672.8740,5672.8740,5672.8740
-1365.7500,0.5000,,70.2600,,,,12,955.7300,346.6273,2029.3015,-150.0079,34.6918,203.1002,203.1002,-15.0134,-0.2525,30.6601,0.0000,30.6601,4.2842,30.6601,0.7662,0.0000,29.8939,1.2424,,,28.6514,1.6954,,,26.9560,,,,,,,991.5138,287.9086,0.3500,0.5400,1.7143,1.6000,0.0799,8076.2481,8076.2481,8076.2481,8076.2481,8076.2481
-1366.2500,0.5000,,70.0000,,,,12,950.5600,291.9127,2017.0744,-149.7752,29.0577,200.7844,200.7844,-14.9090,-0.4906,25.2666,0.0000,25.2666,4.2818,25.2666,0.7618,0.0000,24.5048,1.2352,,,23.2695,1.6843,,,21.5853,,,,,,,987.1821,237.0417,0.3500,0.5400,1.7143,1.6000,0.0775,7157.3356,7157.3356,7157.3356,7157.3356,7157.3356
-1366.7500,0.5000,,69.5200,,,,12,944.1800,230.6647,2001.9857,-149.4881,22.8068,197.9449,197.9449,-14.7805,-0.8058,20.0041,0.0000,20.0041,3.6085,20.0041,0.7545,0.0000,19.2496,1.2233,,,18.0263,1.6659,,,16.3604,,,,,,,980.0261,187.5667,0.2000,0.5025,1.4286,1.4000,0.0774,6061.4781,6061.4781,6122.0929,6122.0929,6122.0929
-1367.2500,0.5000,,69.0800,,,,12,937.6200,194.9189,1986.4713,-149.1929,19.1386,195.0463,195.0463,-14.6489,-0.7127,16.2454,0.0000,16.2454,3.6058,16.2454,0.7481,0.0000,15.4974,1.2128,,,14.2846,1.6496,,,12.6350,,,,,,,973.6536,151.9935,0.2000,0.5025,1.4286,1.4000,0.0747,5465.6699,5465.6699,5520.3266,5520.3266,5520.3266
-1367.7500,0.5000,,68.5400,,,,12,930.7500,180.6599,1970.2238,-148.8838,17.6085,192.0336,192.0336,-14.5114,-0.8379,14.8410,0.0000,14.8410,3.6055,14.8410,0.7404,0.0000,14.1006,1.2003,,,12.9003,1.6304,,,11.2699,,,,,,,966.1072,139.3745,0.2000,0.5025,1.4286,1.4000,0.0744,5212.4116,5212.4116,5264.5357,5264.5357,5264.5357
-1368.2500,0.5000,,68.0000,,,,12,922.5700,142.5931,1950.8781,-148.5157,13.7761,188.4769,188.4769,-14.3483,-0.9195,11.0925,0.0000,11.0925,3.6031,11.0925,0.7320,0.0000,10.3605,1.1866,,,9.1739,1.6093,,,7.5646,,,,,,,957.7582,103.2988,0.2000,0.5025,1.4286,1.4000,0.0720,4612.3165,4612.3165,4658.4397,4658.4397,4658.4397
-1368.7500,0.5000,,67.4000,,,,12,915.1700,130.9535,1933.3771,-148.1827,12.5501,185.2879,185.2879,-14.2013,-0.8306,9.7789,0.0000,9.7789,3.6018,9.7789,0.7244,0.0000,9.0545,1.1742,,,7.8804,1.5901,,,6.2902,,,,,,,950.1532,91.0004,0.2000,0.5025,1.4286,1.4000,0.0707,4392.1758,4392.1758,4436.0975,4436.0975,4436.0975
-1369.2500,0.5000,,66.8200,,,,12,905.1700,84.7865,1909.7271,-147.7327,8.0368,181.0215,181.0215,-14.0035,-0.8833,5.3195,0.0000,5.3195,3.6006,5.3195,0.7162,0.0000,4.6033,1.1609,,,3.4424,1.5697,,,1.8727,,,,,,,941.9979,46.6649,0.2000,0.5025,1.4286,1.4000,0.0696,3663.7936,3663.7936,3700.4316,3700.4316,3700.4316
-1369.7500,0.5000,,66.1200,,,,12,893.9100,-4.3474,1883.0972,-147.2260,-0.4070,176.2768,176.2768,-13.7818,-0.9251,-3.0808,0.0000,-3.0808,3.5990,-3.0808,0.7077,0.0000,-3.7885,1.1469,,,-4.9354,1.5483,,,-6.4837,,,,,,,933.3803,-38.7595,0.2000,0.5025,1.4286,1.4000,0.0679,2340.2557,2340.2557,2363.6582,2363.6582,2363.6582
-1370.2500,0.5000,,65.4400,,,,12,885.0400,-114.3043,1862.1196,-146.8268,-10.5939,172.5834,172.5834,-13.6081,-1.1974,-12.9954,0.0000,-12.9954,3.5989,-12.9954,0.6965,0.0000,-13.6919,1.1287,,,-14.8206,1.5204,,,-16.3410,,,,,,,922.1073,-141.7925,0.2000,0.5025,1.4286,1.4000,0.0678,672.7149,672.7149,679.4421,679.4421,679.4421
-1370.7500,0.5000,,64.6600,,,,12,876.0700,-146.4232,1840.9056,-146.4232,-13.4331,168.8881,168.8881,-13.4331,-1.2147,-15.8119,0.0000,-15.8119,3.5934,-15.8119,0.6851,0.0000,-16.4970,1.1101,,,-17.6070,1.4921,,,-19.0991,,,,,,,910.5282,-173.0143,0.2000,0.5025,1.4286,1.4000,0.0624,181.6829,181.6829,183.4997,183.4997,183.4997
-1371.2500,0.5000,,63.7400,,,,12,863.8900,-145.8751,1812.0999,-145.8751,-13.1968,163.9341,163.9341,-13.1968,-1.3951,-15.3951,0.0000,-15.3951,3.5934,-15.3951,0.6719,0.0000,-16.0670,1.0889,,,-17.1559,1.4593,,,-18.6152,,,,,,,897.0451,-171.0380,0.2000,0.5025,1.4286,1.4000,0.0624,182.4501,182.4501,184.2746,184.2746,184.2746
-1371.7500,0.5000,,62.9000,,,,12,852.8000,-138.2722,1785.8720,-145.3760,-12.3484,159.4873,159.4873,-12.9828,-1.1686,-14.7714,0.0000,-14.7714,3.5916,-14.7714,0.6608,0.0000,-15.4322,1.0718,,,-16.5039,1.4318,,,-17.9357,,,,,,,885.5928,-166.4042,0.2000,0.5025,1.4286,1.4000,0.0605,290.5269,290.5269,293.4321,293.4321,293.4321
-1372.2500,0.5000,,62.1400,,,,12,842.5800,-130.1822,1761.7017,-144.9161,-11.4866,155.4433,155.4433,-12.7866,-1.0039,-14.0736,0.0000,-14.0736,3.5909,-14.0736,0.6512,0.0000,-14.7247,1.0570,,,-15.7817,1.4080,,,-17.1897,,,,,,,875.6352,-160.5816,0.2000,0.5025,1.4286,1.4000,0.0598,406.5040,406.5040,410.5690,410.5690,410.5690
-1372.7500,0.5000,,61.3600,,,,12,833.3200,-130.3497,1739.8018,-144.4994,-11.3750,151.8239,151.8239,-12.6097,-0.9856,-13.9792,0.0000,-13.9792,3.5898,-13.9792,0.6417,0.0000,-14.6209,1.0424,,,-15.6632,1.3846,,,-17.0478,,,,,,,865.7479,-161.2699,0.2000,0.5025,1.4286,1.4000,0.0588,398.2574,398.2574,402.2400,402.2400,402.2400
-1373.2500,0.5000,,60.6600,,,,12,821.7200,-127.2519,1712.3678,-143.9774,-10.9501,147.3498,147.3498,-12.3893,-1.1684,-13.3683,0.0000,-13.3683,3.5866,-13.3683,0.6303,0.0000,-13.9986,1.0249,,,-15.0235,1.3567,,,-16.3802,,,,,,,853.8784,-156.5529,0.2000,0.5025,1.4286,1.4000,0.0556,437.9224,437.9224,442.3016,442.3016,442.3016
-1373.7500,0.5000,,59.8800,,,,12,812.0300,-129.8967,1689.4510,-143.5414,-11.0458,143.6634,143.6634,-12.2061,-1.0113,-13.6211,0.0000,-13.6211,3.5866,-13.6211,0.6204,0.0000,-14.2416,1.0096,,,-15.2512,1.3324,,,-16.5837,,,,,,,843.4700,-161.2353,0.2000,0.5025,1.4286,1.4000,0.0555,391.9635,391.9635,395.8831,395.8831,395.8831
-1374.2500,0.5000,,59.1800,,,,12,802.2200,-128.4830,1666.2503,-143.0999,-10.7936,139.9788,139.9788,-12.0216,-0.9446,-13.4316,0.0000,-13.4316,3.5826,-13.4316,0.6111,0.0000,-14.0428,0.9953,,,-15.0380,1.3097,,,-16.3477,,,,,,,833.6307,-160.8610,0.2000,0.5025,1.4286,1.4000,0.0515,407.2786,407.2786,411.3513,411.3513,411.3513
-1374.7500,0.5000,,58.4400,,,,12,792.6600,-128.3673,1643.6409,-142.8165,-10.6554,136.4340,136.4340,-11.8548,-0.9697,-13.2676,0.0000,-13.2676,3.5818,-13.2676,0.6015,0.0000,-13.8691,0.9804,,,-14.8495,1.2862,,,-16.1357,,,,,,,823.4081,-160.8438,0.2000,0.5025,1.4286,1.4000,0.0507,403.1256,403.1256,407.1569,407.1569,407.1569
-1375.2500,0.5000,,57.7600,,,,12,782.8900,-126.7395,1620.5349,-142.5723,-10.3906,132.8580,132.8580,-11.6887,-0.9305,-13.0407,0.0000,-13.0407,3.5806,-13.0407,0.5923,0.0000,-13.6330,0.9661,,,-14.5990,1.2636,,,-15.8626,,,,,,,813.4775,-160.0357,0.2000,0.5025,1.4286,1.4000,0.0496,421.7019,421.7019,425.9189,425.9189,425.9189
-1375.7500,0.5000,,57.1200,,,,12,774.3200,-118.6736,1600.2668,-142.3580,-9.6228,129.7602,129.7602,-11.5433,-0.7809,-12.4195,0.0000,-12.4195,3.5777,-12.4195,0.5844,0.0000,-13.0039,0.9539,,,-13.9579,1.2445,,,-15.2024,,,,,,,805.0485,-154.2498,0.2000,0.5025,1.4286,1.4000,0.0466,510.3690,510.3690,515.4726,515.4726,515.4726
-1376.2500,0.5000,,56.3600,,,,12,763.1600,-125.6963,1573.8734,-142.0790,-10.0454,125.7807,125.7807,-11.3547,-1.0862,-12.5369,0.0000,-12.5369,3.5777,-12.5369,0.5734,0.0000,-13.1103,0.9369,,,-14.0472,1.2179,,,-15.2651,,,,,,,793.1764,-157.8396,0.2000,0.5025,1.4286,1.4000,0.0466,382.4937,382.4937,386.3186,386.3186,386.3186
-1376.7500,0.5000,,55.6000,,,,12,742.4900,-68.2917,1524.9889,-141.5623,-5.3099,118.5730,118.5730,-11.0069,-0.8386,-8.0489,0.0000,-8.0489,3.5777,-8.0489,0.5649,0.0000,-8.6138,0.9236,,,-9.5375,1.1972,,,-10.7347,,,,,,,783.8868,-104.9335,0.2000,0.5025,1.4286,1.4000,0.0466,1000.1757,1000.1757,1010.1775,1010.1775,1010.1775
-1377.2500,0.5000,,55.1200,,,,12,808.6000,14.3656,1681.3390,-143.3870,1.2164,142.3697,142.3697,-12.1415,-0.5920,-1.7693,0.0000,-1.7693,3.5776,-1.7693,0.5588,0.0000,-2.3281,0.9142,,,-3.2423,1.1826,,,-4.4249,,,,,,,777.2628,-28.6023,0.2000,0.5025,1.4286,1.4000,0.0466,2251.5528,2251.5528,2274.0683,2274.0683,2274.0683
-1377.7500,0.5000,,54.6200,,,,11,935.1500,196.3692,1980.6298,-149.0818,19.2302,193.9605,193.9605,-14.5994,21.0277,-5.3751,0.0000,-5.3751,3.5776,-5.3751,1.0451,0.0000,-6.4202,0.9039,,,-7.3241,1.1667,,,-8.4908,,,,,,,770.0263,-79.6185,0.2000,0.5025,1.4286,1.4000,0.0465,5467.7212,5467.7212,5522.3984,5522.3984,5522.3984
-1378.2500,0.5000,,53.6600,,,,11,935.2900,-144.9382,1980.9609,-149.0881,-14.1957,194.0219,194.0219,-14.6022,-1.9301,-15.8421,0.0000,-15.8421,3.5764,-15.8421,1.0177,0.0000,-16.8598,0.8849,,,-17.7447,1.1373,,,-18.8820,,,,,,,756.5458,-212.8081,0.2000,0.5025,1.4286,1.4000,0.0453,298.1173,298.1173,301.0985,301.0985,301.0985
-1378.7500,0.5000,,52.9800,,,,11,936.8500,76.9718,1984.6503,-149.1583,7.5515,194.7075,194.7075,-14.6334,-1.2201,5.1951,0.0000,5.1951,3.5764,5.1951,1.0003,0.0000,4.1948,0.8728,,,3.3220,1.1186,,,2.2034,,,,,,,747.8991,53.5598,0.2000,0.5025,1.4286,1.4000,0.0453,3790.1875,3790.1875,3828.0894,3828.0894,3828.0894
-1379.2500,0.5000,,53.0200,,,,11,926.9100,432.2310,1961.1422,-148.7110,41.9548,190.3598,190.3598,-14.4347,-0.1844,38.5637,0.0000,38.5637,3.5756,38.5637,1.5387,0.0000,37.0249,0.8709,,,36.1540,1.4448,,,34.7093,,,,,,,746.5833,473.5737,0.2000,0.5025,1.4286,1.4000,0.0445,9167.7194,9167.7194,9259.3965,9259.3965,9259.3965
-1379.7500,0.5000,,52.9400,,,,11,927.2600,557.7096,1961.9699,-148.7267,54.1550,190.5121,190.5121,-14.4417,0.2252,50.3551,0.0000,50.3551,3.5746,50.3551,2.0104,0.0000,48.3447,0.8732,,,47.4716,1.8975,,,45.5741,,,,,,,748.1900,617.0334,0.2000,0.5025,1.4286,1.4000,0.0435,11102.7309,11102.7309,11213.7582,11213.7582,11213.7582
-1380.2500,0.5000,,53.0000,,,,11,926.7500,501.3926,1960.7638,-148.7038,48.6597,190.2902,190.2902,-14.4316,-0.0425,45.1276,0.0000,45.1276,3.5746,45.1276,1.8013,0.0000,43.3263,0.8728,,,42.4535,1.6967,,,40.7568,,,,,,,747.8869,553.2061,0.2000,0.5025,1.4286,1.4000,0.0436,10231.3301,10231.3301,10333.6435,10333.6435,10333.6435
-1380.7500,0.5000,,53.0000,,,,11,928.8100,588.7403,1965.6357,-148.7965,57.2637,191.1871,191.1871,-14.4727,0.1249,53.5654,0.0000,53.5654,3.5734,53.5654,2.1388,0.0000,51.4266,0.8740,,,50.5526,2.0207,,,48.5319,,,,,,,748.7769,655.8534,0.2000,0.5025,1.4286,1.4000,0.0423,11594.6538,11594.6538,11710.6004,11710.6004,11710.6004
-1381.2500,0.5000,,53.1400,,,,11,931.1100,573.5257,1971.0752,-148.9000,55.9220,192.1909,192.1909,-14.5186,0.2948,52.0542,0.0000,52.0542,3.5730,52.0542,2.0783,0.0000,49.9759,0.8769,,,49.0990,1.9625,,,47.1364,,,,,,,750.8728,635.5735,0.2000,0.5025,1.4286,1.4000,0.0419,11381.8685,11381.8685,11495.6872,11495.6872,11495.6872
-1381.7500,0.5000,,53.2200,,,,11,931.7500,512.7980,1972.5888,-148.9288,50.0351,192.4707,192.4707,-14.5314,0.1752,46.2876,0.0000,46.2876,3.5723,46.2876,1.8476,0.0000,44.4400,0.8787,,,43.5613,1.7410,,,41.8203,,,,,,,752.1154,564.2361,0.2000,0.5025,1.4286,1.4000,0.0412,10453.2672,10453.2672,10557.7999,10557.7999,10557.7999
-1382.2500,0.5000,,53.3200,,,,11,933.9200,485.9487,1977.7208,-149.0264,47.5257,193.4208,193.4208,-14.5748,0.1744,43.7791,0.0000,43.7791,3.5721,43.7791,1.7473,0.0000,42.0319,0.8804,,,41.1514,1.6446,,,39.5068,,,,,,,753.3509,532.7859,0.2000,0.5025,1.4286,1.4000,0.0411,10060.2269,10060.2269,10160.8291,10160.8291,10160.8291
-1382.7500,0.5000,,53.4000,,,,11,934.4500,382.6294,1978.9743,-149.0503,37.4423,193.6533,193.6533,-14.5854,0.1614,33.7091,0.0000,33.7091,3.5718,33.7091,1.3445,0.0000,32.3647,0.8820,,,31.4827,1.2579,,,30.2248,,,,,,,754.4919,409.6265,0.2000,0.5025,1.4286,1.4000,0.0408,8450.2525,8450.2525,8534.7550,8534.7550,8534.7550
-1383.2500,0.5000,,53.2800,,,,11,933.2400,263.2623,1976.1126,-148.9958,25.7283,193.1228,193.1228,-14.5612,-0.1960,22.3525,0.0000,22.3525,3.5717,22.3525,1.0108,0.0000,21.3418,0.8801,,,20.4617,1.1298,,,19.3318,,,,,,,753.1059,270.6110,0.2000,0.5025,1.4286,1.4000,0.0407,6537.4632,6537.4632,6602.8379,6602.8379,6602.8379
-1383.7500,0.5000,,53.3200,,,,11,932.7700,297.5012,1975.0011,-148.9747,29.0598,192.9170,192.9170,-14.5518,-0.0885,25.5765,0.0000,25.5765,3.5717,25.5765,1.0192,0.0000,24.5573,0.8792,,,23.6781,1.1285,,,22.5497,,,,,,,752.4792,311.6435,0.2000,0.5025,1.4286,1.4000,0.0407,7083.1782,7083.1782,7154.0100,7154.0100,7154.0100
-1384.2500,0.5000,,53.1800,,,,11,931.0500,281.6658,1970.9333,-148.8973,27.4622,192.1647,192.1647,-14.5174,-0.1620,24.0525,0.0000,24.0525,3.5717,24.0525,1.0072,0.0000,23.0453,0.8776,,,22.1677,1.1260,,,21.0417,,,,,,,751.3308,292.9019,0.2000,0.5025,1.4286,1.4000,0.0407,6815.8117,6815.8117,6883.9698,6883.9698,6883.9698
-1384.7500,0.5000,,53.1000,,,,11,928.2800,250.1040,1964.3822,-148.7726,24.3124,190.9561,190.9561,-14.4621,-0.2757,21.0170,0.0000,21.0170,3.5711,21.0170,1.0032,0.0000,20.0138,0.8748,,,19.1389,1.1218,,,18.0172,,,,,,,749.3719,255.0368,0.2000,0.5025,1.4286,1.4000,0.0400,6275.1779,6275.1779,6337.9297,6337.9297,6337.9297
-1385.2500,0.5000,,52.9000,,,,11,926.3100,303.2765,1959.7232,-148.6840,29.4187,190.0989,190.0989,-14.4228,-0.3032,26.1510,0.0000,26.1510,3.5709,26.1510,1.0422,0.0000,25.1088,0.8718,,,24.2370,1.1171,,,23.1199,,,,,,,747.2119,320.8880,0.2000,0.5025,1.4286,1.4000,0.0398,7114.8929,7114.8929,7186.0418,7186.0418,7186.0418
-1385.7500,0.5000,,52.8600,,,,11,925.2400,337.0687,1957.1926,-148.6358,32.6589,189.6342,189.6342,-14.4015,-0.1065,29.1947,0.0000,29.1947,3.5707,29.1947,1.1640,0.0000,28.0307,0.8707,,,27.1600,1.1155,,,26.0445,,,,,,,746.4516,358.5951,0.2000,0.5025,1.4286,1.4000,0.0396,7641.4382,7641.4382,7717.8525,7717.8525,7717.8525
-1386.2500,0.5000,,52.9400,,,,11,927.3900,426.9104,1962.2774,-148.7326,41.4599,190.5686,190.5686,-14.4443,0.1206,37.7686,0.0000,37.7686,3.5706,37.7686,1.5069,0.0000,36.2617,0.8720,,,35.3898,1.4142,,,33.9756,,,,,,,747.3128,463.3587,0.2000,0.5025,1.4286,1.4000,0.0395,9087.7068,9087.7068,9178.5838,9178.5838,9178.5838
-1386.7500,0.5000,,53.0600,,,,11,928.5800,472.0006,1965.0917,-148.7861,45.8977,191.0868,191.0868,-14.4681,0.2958,42.0311,0.0000,42.0311,3.5708,42.0311,1.6774,0.0000,40.3537,0.8749,,,39.4788,1.5777,,,37.9011,,,,,,,749.4200,514.1972,0.2000,0.5025,1.4286,1.4000,0.0397,9796.0039,9796.0039,9893.9639,9893.9639,9893.9639
-1387.2500,0.5000,,52.9400,,,,11,927.0100,491.8707,1961.3787,-148.7155,47.7490,190.4033,190.4033,-14.4367,-0.2478,44.4258,0.0000,44.4258,3.5709,44.4258,1.7732,0.0000,42.6526,0.8724,,,41.7802,1.6698,,,40.1104,,,,,,,747.6554,544.7732,0.2000,0.5025,1.4286,1.4000,0.0398,10087.2105,10087.2105,10188.0826,10188.0826,10188.0826
-1387.7500,0.5000,,52.9600,,,,11,928.0600,562.4459,1963.8619,-148.7627,54.6620,190.8603,190.8603,-14.4577,0.1642,50.9266,0.0000,50.9266,3.5712,50.9266,2.0332,0.0000,48.8934,0.8741,,,48.0193,1.9194,,,46.0999,,,,,,,748.8254,623.5060,0.2000,0.5025,1.4286,1.4000,0.0401,11183.0461,11183.0461,11294.8765,11294.8765,11294.8765
-1388.2500,0.5000,,52.9600,,,,11,926.8000,490.5817,1960.8820,-148.7060,47.6130,190.3120,190.3120,-14.4326,-0.1573,44.1990,0.0000,44.1990,3.5714,44.1990,1.7641,0.0000,42.4348,0.8725,,,41.5623,1.6611,,,39.9012,,,,,,,747.7050,541.9555,0.2000,0.5025,1.4286,1.4000,0.0403,10065.4247,10065.4247,10166.0789,10166.0789,10166.0789
-1388.7500,0.5000,,52.9800,,,,11,927.2400,468.7827,1961.9226,-148.7258,45.5190,190.5034,190.5034,-14.4413,0.0775,41.8697,0.0000,41.8697,3.5718,41.8697,1.6709,0.0000,40.1987,0.8733,,,39.3254,1.5716,,,37.7538,,,,,,,748.2573,513.0179,0.2000,0.5025,1.4286,1.4000,0.0407,9734.0428,9734.0428,9831.3832,9831.3832,9831.3832
-1389.2500,0.5000,,52.9800,,,,11,928.0300,446.4976,1963.7910,-148.7614,43.3920,190.8472,190.8472,-14.4571,0.0404,39.7795,0.0000,39.7795,3.5721,39.7795,1.5873,0.0000,38.1921,0.8737,,,37.3185,1.4913,,,35.8271,,,,,,,748.5451,487.2226,0.2000,0.5025,1.4286,1.4000,0.0411,9398.4292,9398.4292,9492.4135,9492.4135,9492.4135
-1389.7500,0.5000,,53.0400,,,,11,928.2000,440.4287,1964.1930,-148.7690,42.8101,190.9213,190.9213,-14.4605,0.0319,39.2060,0.0000,39.2060,3.5721,39.2060,1.5644,0.0000,37.6416,0.8740,,,36.7676,1.4693,,,35.2983,,,,,,,748.7721,480.0541,0.2000,0.5025,1.4286,1.4000,0.0411,9306.6139,9306.6139,9399.6801,9399.6801,9399.6801
-1390.2500,0.5000,,53.0600,,,,11,928.7300,443.9710,1965.4465,-148.7929,43.1790,191.1522,191.1522,-14.4711,0.0700,39.5361,0.0000,39.5361,3.5729,39.5361,1.5776,0.0000,37.9585,0.8747,,,37.0838,1.4819,,,35.6019,,,,,,,749.2705,483.7734,0.2000,0.5025,1.4286,1.4000,0.0418,9366.0458,9366.0458,9459.7062,9459.7062,9459.7062
-1390.7500,0.5000,,53.0600,,,,11,928.5100,444.1420,1964.9262,-148.7830,43.1854,191.0563,191.0563,-14.4667,-0.0102,39.6227,0.0000,39.6227,3.5730,39.6227,1.5811,0.0000,38.0416,0.8746,,,37.1670,1.4853,,,35.6817,,,,,,,749.1977,484.8794,0.2000,0.5025,1.4286,1.4000,0.0419,9366.6358,9366.6358,9460.3021,9460.3021,9460.3021
-1391.2500,0.5000,,53.0600,,,,11,927.9800,442.9210,1963.6727,-148.7591,43.0421,190.8255,190.8255,-14.4561,-0.0651,39.5354,0.0000,39.5354,3.5718,39.5354,1.5776,0.0000,37.9579,0.8739,,,37.0839,1.4819,,,35.6020,,,,,,,748.7341,484.1118,0.2000,0.5025,1.4286,1.4000,0.0407,9342.9257,9342.9257,9436.3550,9436.3550,9436.3550
-1391.7500,0.5000,,52.9600,,,,11,928.4800,464.3266,1964.8552,-148.7816,45.1466,191.0433,191.0433,-14.4661,-0.0052,41.5800,0.0000,41.5800,3.5717,41.5800,1.6594,0.0000,39.9207,0.8739,,,39.0468,1.5605,,,37.4863,,,,,,,748.6971,509.1701,0.2000,0.5025,1.4286,1.4000,0.0407,9676.9789,9676.9789,9773.7487,9773.7487,9773.7487
-1392.2500,0.5000,,53.1000,,,,11,930.4100,494.8513,1969.4197,-148.8685,48.2145,191.8851,191.8851,-14.5046,0.2577,44.3848,0.0000,44.3848,3.5720,44.3848,1.7715,0.0000,42.6132,0.8765,,,41.7368,1.6681,,,40.0687,,,,,,,750.5298,542.1857,0.2000,0.5025,1.4286,1.4000,0.0410,10164.6441,10164.6441,10266.2905,10266.2905,10266.2905
-1392.7500,0.5000,,53.2800,,,,11,933.5300,496.0395,1976.7985,-149.0089,48.4923,193.2499,193.2499,-14.5670,0.3384,44.5810,0.0000,44.5810,3.5730,44.5810,1.7793,0.0000,42.8016,0.8798,,,41.9218,1.6754,,,40.2464,,,,,,,752.9296,542.8470,0.2000,0.5025,1.4286,1.4000,0.0419,10211.8947,10211.8947,10314.0136,10314.0136,10314.0136
-1393.2500,0.5000,,53.3400,,,,11,935.6500,482.5481,1981.8123,-149.1043,47.2806,194.1800,194.1800,-14.6094,0.2321,43.4756,0.0000,43.4756,3.5729,43.4756,1.7351,0.0000,41.7405,0.8821,,,40.8584,1.6329,,,39.2255,,,,,,,754.5710,528.2371,0.2000,0.5025,1.4286,1.4000,0.0418,10023.9552,10023.9552,10124.1947,10124.1947,10124.1947
-1393.7500,0.5000,,53.4200,,,,11,935.8300,435.8398,1982.2380,-149.1124,42.7123,194.2591,194.2591,-14.6130,0.1092,39.0304,0.0000,39.0304,3.5726,39.0304,1.5573,0.0000,37.4731,0.8832,,,36.5899,1.4622,,,35.1277,,,,,,,755.3423,473.7482,0.2000,0.5025,1.4286,1.4000,0.0415,9306.8288,9306.8288,9399.8970,9399.8970,9399.8970
-1394.2500,0.5000,,53.4600,,,,11,934.8000,389.5548,1979.8020,-149.0660,38.1343,193.8068,193.8068,-14.5924,-0.1233,34.6851,0.0000,34.6851,3.5725,34.6851,1.3835,0.0000,33.3016,0.8820,,,32.4196,1.2954,,,31.1243,,,,,,,754.4716,421.4964,0.2000,0.5025,1.4286,1.4000,0.0414,8563.4488,8563.4488,8649.0833,8649.0833,8649.0833
-1394.7500,0.5000,,53.3600,,,,11,934.0800,394.7694,1978.0992,-149.0336,38.6150,193.4910,193.4910,-14.5780,-0.1384,35.1813,0.0000,35.1813,3.5721,35.1813,1.4034,0.0000,33.7780,0.8806,,,32.8973,1.3145,,,31.5829,,,,,,,753.4927,428.0809,0.2000,0.5025,1.4286,1.4000,0.0411,8639.5501,8639.5501,8725.9456,8725.9456,8725.9456
-1395.2500,0.5000,,53.3200,,,,11,934.2000,417.1928,1978.3830,-149.0390,40.8136,193.5436,193.5436,-14.5804,0.0363,37.2052,0.0000,37.2052,3.5721,37.2052,1.4843,0.0000,35.7209,0.8810,,,34.8399,1.3922,,,33.4478,,,,,,,753.7493,452.5505,0.2000,0.5025,1.4286,1.4000,0.0411,8996.6540,8996.6540,9086.6205,9086.6205,9086.6205
-1395.7500,0.5000,,53.4000,,,,11,934.1800,420.2992,1978.3357,-149.0381,41.1166,193.5348,193.5348,-14.5800,-0.0125,37.5570,0.0000,37.5570,3.5721,37.5570,1.4984,0.0000,36.0586,0.8809,,,35.1777,1.4057,,,33.7721,,,,,,,753.6611,456.8821,0.2000,0.5025,1.4286,1.4000,0.0411,9045.7837,9045.7837,9136.2416,9136.2416,9136.2416
-1396.2500,0.5000,,53.3600,,,,11,933.9200,411.4365,1977.7208,-149.0264,40.2384,193.4208,193.4208,-14.5748,-0.0319,36.6981,0.0000,36.6981,3.5723,36.6981,1.4640,0.0000,35.2341,0.8805,,,34.3536,1.3727,,,32.9808,,,,,,,753.4351,446.5691,0.2000,0.5025,1.4286,1.4000,0.0412,8902.6688,8902.6688,8991.6955,8991.6955,8991.6955
-1396.7500,0.5000,,53.3600,,,,11,935.8300,408.0719,1982.2380,-149.1124,39.9910,194.2591,194.2591,-14.6130,0.1741,36.2443,0.0000,36.2443,3.5726,36.2443,1.4459,0.0000,34.7984,0.8823,,,33.9161,1.3552,,,32.5609,,,,,,,754.6662,440.3277,0.2000,0.5025,1.4286,1.4000,0.0415,8866.9839,8866.9839,8955.6537,8955.6537,8955.6537
-1397.2500,0.5000,,53.6000,,,,11,937.1300,410.4722,1985.3125,-149.1709,40.2821,194.8307,194.8307,-14.6390,0.1939,36.5156,0.0000,36.5156,3.5726,36.5156,1.4567,0.0000,35.0589,0.8842,,,34.1747,1.3656,,,32.8091,,,,,,,756.0348,442.8207,0.2000,0.5025,1.4286,1.4000,0.0415,8917.1592,8917.1592,9006.3308,9006.3308,9006.3308
-1397.7500,0.5000,,53.4600,,,,11,935.4300,413.2119,1981.2920,-149.0944,40.4774,194.0834,194.0834,-14.6050,-0.1779,37.0823,0.0000,37.0823,3.5730,37.0823,1.4794,0.0000,35.6029,0.8824,,,34.7205,1.3874,,,33.3331,,,,,,,754.7792,450.4399,0.2000,0.5025,1.4286,1.4000,0.0420,8944.8730,8944.8730,9034.3218,9034.3218,9034.3218
-1398.2500,0.5000,,53.3200,,,,11,932.9000,435.7740,1975.3085,-148.9805,42.5721,192.9739,192.9739,-14.5544,-0.3079,39.3066,0.0000,39.3066,3.5734,39.3066,1.5684,0.0000,37.7382,0.8794,,,36.8588,1.4729,,,35.3859,,,,,,,752.6012,478.8372,0.2000,0.5025,1.4286,1.4000,0.0423,9278.6147,9278.6147,9371.4009,9371.4009,9371.4009
-1398.7500,0.5000,,53.2200,,,,11,931.2400,451.3007,1971.3826,-148.9058,44.0105,192.2477,192.2477,-14.5212,-0.1628,40.5999,0.0000,40.5999,3.5734,40.5999,1.6201,0.0000,38.9798,0.8778,,,38.1020,1.5227,,,36.5794,,,,,,,751.4472,495.3501,0.2000,0.5025,1.4286,1.4000,0.0423,9502.1458,9502.1458,9597.1672,9597.1672,9597.1672
-1399.2500,0.5000,,53.1400,,,,11,929.7100,449.7218,1967.7642,-148.8370,43.7845,191.5796,191.5796,-14.4906,-0.1918,40.4029,0.0000,40.4029,3.5733,40.4029,1.6123,0.0000,38.7906,0.8758,,,37.9148,1.5152,,,36.3996,,,,,,,750.0855,493.8416,0.2000,0.5025,1.4286,1.4000,0.0423,9463.6447,9463.6447,9558.2811,9558.2811,9558.2811
-1399.7500,0.5000,,53.1600,,,,11,931.2600,454.4145,1971.4299,-148.9067,44.3151,192.2564,192.2564,-14.5216,0.1429,40.5989,0.0000,40.5989,3.5734,40.5989,1.6201,0.0000,38.9788,0.8773,,,38.1015,1.5226,,,36.5789,,,,,,,751.1002,495.5663,0.2000,0.5025,1.4286,1.4000,0.0423,9550.2497,9550.2497,9645.7522,9645.7522,9645.7522
-1400.2500,0.5000,,53.3000,,,,11,932.8700,450.8215,1975.2376,-148.9792,44.0407,192.9608,192.9608,-14.5538,0.2230,40.2440,0.0000,40.2440,3.5738,40.2440,1.6059,0.0000,38.6381,0.8795,,,37.7586,1.5089,,,36.2497,,,,,,,752.6812,490.2030,0.2000,0.5025,1.4286,1.4000,0.0427,9509.9039,9509.9039,9605.0029,9605.0029,9605.0029
-1400.7500,0.5000,,53.3600,,,,11,934.8400,453.1702,1979.8966,-149.0678,44.3637,193.8244,193.8244,-14.5932,0.1495,40.6392,0.0000,40.6392,3.5750,40.6392,1.6217,0.0000,39.0175,0.8810,,,38.1365,1.5240,,,36.6125,,,,,,,753.7392,494.3216,0.2000,0.5025,1.4286,1.4000,0.0440,9564.3374,9564.3374,9659.9808,9659.9808,9659.9808
-1401.2500,0.5000,,53.4000,,,,11,935.6700,465.5740,1981.8596,-149.1052,45.6184,194.1888,194.1888,-14.6098,0.1688,41.8745,0.0000,41.8745,3.5750,41.8745,1.6711,0.0000,40.2035,0.8826,,,39.3208,1.5714,,,37.7494,,,,,,,754.9323,508.5421,0.2000,0.5025,1.4286,1.4000,0.0440,9762.9248,9762.9248,9860.5541,9860.5541,9860.5541
-1401.7500,0.5000,,53.4800,,,,11,935.9000,467.7800,1982.4035,-149.1155,45.8458,194.2899,194.2899,-14.6144,0.0301,42.2410,0.0000,42.2410,3.5748,42.2410,1.6857,0.0000,40.5553,0.8829,,,39.6723,1.5855,,,38.0869,,,,,,,755.1445,512.8479,0.2000,0.5025,1.4286,1.4000,0.0437,9799.0083,9799.0083,9896.9984,9896.9984,9896.9984
-1402.2500,0.5000,,53.5000,,,,11,936.7000,511.1179,1984.2955,-149.1515,50.1361,194.6415,194.6415,-14.6304,0.0542,46.5073,0.0000,46.5073,3.5746,46.5073,1.8564,0.0000,44.6509,0.8835,,,43.7674,1.7493,,,42.0182,,,,,,,755.5268,564.3543,0.2000,0.5025,1.4286,1.4000,0.0435,10473.3664,10473.3664,10578.1001,10578.1001,10578.1001
-1402.7500,0.5000,,53.5600,,,,11,937.0300,523.2512,1985.0760,-149.1664,51.3443,194.7867,194.7867,-14.6370,0.0793,47.6901,0.0000,47.6901,3.5749,47.6901,1.9037,0.0000,45.7865,0.8843,,,44.9022,1.7947,,,43.1075,,,,,,,756.0860,578.2788,0.2000,0.5025,1.4286,1.4000,0.0438,10663.1506,10663.1506,10769.7821,10769.7821,10769.7821
-1403.2500,0.5000,,53.5600,,,,11,938.3600,532.3330,1988.2214,-149.2262,52.3096,195.3722,195.3722,-14.6637,0.1169,48.6163,0.0000,48.6163,3.5764,48.6163,1.9407,0.0000,46.6756,0.8854,,,45.7902,1.8302,,,43.9600,,,,,,,756.9096,588.8669,0.2000,0.5025,1.4286,1.4000,0.0453,10815.2574,10815.2574,10923.4099,10923.4099,10923.4099
-1403.7500,0.5000,,53.6800,,,,11,940.1700,578.6745,1992.5021,-149.3077,56.9730,196.1705,196.1705,-14.7000,0.1623,53.2343,0.0000,53.2343,3.5764,53.2343,2.1254,0.0000,51.1088,0.8870,,,50.2218,2.0074,,,48.2144,,,,,,,758.0522,643.8256,0.2000,0.5025,1.4286,1.4000,0.0453,11545.2132,11545.2132,11660.6653,11660.6653,11660.6653
-1404.2500,0.5000,,53.9000,,,,11,945.6200,719.5142,2005.3913,-149.5529,71.2500,198.5841,198.5841,-14.8095,0.5598,67.1127,0.0000,67.1127,3.5774,67.1127,2.6805,0.0000,64.4322,0.8926,,,63.5396,2.5401,,,60.9995,,,,,,,761.9790,807.4793,0.2000,0.5025,1.4286,1.4000,0.0464,14033.3193,14033.3193,14173.6525,14173.6525,14173.6525
-1404.7500,0.5000,,54.2600,,,,11,951.0500,752.9414,2018.2333,-149.7973,74.9882,201.0034,201.0034,-14.9189,0.6582,70.7520,0.0000,70.7520,3.5781,70.7520,2.8260,0.0000,67.9260,0.8991,,,67.0269,2.6796,,,64.3473,,,,,,,766.5699,846.1658,0.2000,0.5025,1.4286,1.4000,0.0470,14670.9941,14670.9941,14817.7040,14817.7040,14817.7040
-1405.2500,0.5000,,54.5600,,,,11,957.3200,745.4635,2033.0618,-150.0794,74.7330,203.8151,203.8151,-15.0455,0.7348,70.4200,0.0000,70.4200,3.5781,70.4200,2.8127,0.0000,67.6073,0.9063,,,66.7010,2.6665,,,64.0345,,,,,,,771.6636,836.6367,0.2000,0.5025,1.4286,1.4000,0.0470,14622.3703,14622.3703,14768.5940,14768.5940,14768.5940
-1405.7500,0.5000,,54.9000,,,,11,962.7000,680.2764,2045.7855,-150.3215,68.5812,206.2432,206.2432,-15.1545,0.6766,64.3269,0.0000,64.3269,3.5777,64.3269,2.5689,0.0000,61.7580,0.9129,,,60.8451,2.4323,,,58.4128,,,,,,,776.3237,759.6642,0.2000,0.5025,1.4286,1.4000,0.0466,13579.4409,13579.4409,13715.2353,13715.2353,13715.2353
-1406.2500,0.5000,,55.0800,,,,11,964.8300,565.2816,2050.8230,-150.4174,57.1142,207.2085,207.2085,-15.1977,0.3303,53.2063,0.0000,53.2063,3.5777,53.2063,2.1241,0.0000,51.0822,0.9161,,,50.1661,2.0051,,,48.1610,,,,,,,778.5883,626.5170,0.2000,0.5025,1.4286,1.4000,0.0466,11595.5577,11595.5577,11711.5133,11711.5133,11711.5133
-1406.7500,0.5000,,55.2200,,,,11,968.1700,539.8617,2058.7221,-150.5677,54.7347,208.7267,208.7267,-15.2655,0.2882,50.8686,0.0000,50.8686,3.5779,50.8686,2.0306,0.0000,48.8381,0.9189,,,47.9192,1.9152,,,46.0039,,,,,,,780.5593,597.4807,0.2000,0.5025,1.4286,1.4000,0.0468,11207.8643,11207.8643,11319.9429,11319.9429,11319.9429
-1407.2500,0.5000,,55.4400,,,,11,970.5300,534.9466,2064.3035,-150.6739,54.3686,209.8027,209.8027,-15.3135,0.3200,50.4705,0.0000,50.4705,3.5781,50.4705,2.0146,0.0000,48.4558,0.9220,,,47.5338,1.8998,,,45.6340,,,,,,,782.7420,591.1517,0.2000,0.5025,1.4286,1.4000,0.0470,11154.1348,11154.1348,11265.6762,11265.6762,11265.6762
-1407.7500,0.5000,,55.6200,,,,11,973.5200,529.0676,2071.3748,-150.8084,53.9367,211.1700,211.1700,-15.3744,0.3761,49.9825,0.0000,49.9825,3.5781,49.9825,1.9951,0.0000,47.9874,0.9256,,,47.0618,1.8809,,,45.1809,,,,,,,785.2997,583.5305,0.2000,0.5025,1.4286,1.4000,0.0470,11091.4206,11091.4206,11202.3348,11202.3348,11202.3348
-1408.2500,0.5000,,55.5400,,,,11,972.7300,464.9631,2069.5065,-150.7729,47.3630,210.8083,210.8083,-15.3583,-0.0601,43.8442,0.0000,43.8442,3.5789,43.8442,1.7495,0.0000,42.0946,0.9251,,,41.1696,1.6452,,,39.5243,,,,,,,784.8917,512.1398,0.2000,0.5025,1.4286,1.4000,0.0479,10097.5771,10097.5771,10198.5529,10198.5529,10198.5529
-1408.7500,0.5000,,55.6200,,,,11,974.8600,473.6409,2074.5439,-150.8687,48.3526,211.7842,211.7842,-15.4017,0.2052,44.5684,0.0000,44.5684,3.5790,44.5684,1.7785,0.0000,42.7899,0.9270,,,41.8629,1.6730,,,40.1899,,,,,,,786.2844,519.6764,0.2000,0.5025,1.4286,1.4000,0.0479,10250.8944,10250.8944,10353.4033,10353.4033,10353.4033
-1409.2500,0.5000,,55.7000,,,,11,974.6200,473.6330,2073.9763,-150.8579,48.3399,211.6741,211.6741,-15.3969,-0.0442,44.8058,0.0000,44.8058,3.5784,44.8058,1.7880,0.0000,43.0178,0.9266,,,42.0912,1.6821,,,40.4091,,,,,,,785.9845,522.6433,0.2000,0.5025,1.4286,1.4000,0.0473,10248.5453,10248.5453,10351.0307,10351.0307,10351.0307
-1409.7500,0.5000,,55.6800,,,,11,975.3800,476.4069,2075.7737,-150.8921,48.6609,212.0228,212.0228,-15.4124,0.0740,45.0097,0.0000,45.0097,3.5773,45.0097,1.7961,0.0000,43.2135,0.9273,,,42.2862,1.6899,,,40.5963,,,,,,,786.4861,524.6868,0.2000,0.5025,1.4286,1.4000,0.0462,10298.2894,10298.2894,10401.2723,10401.2723,10401.2723
-1410.2500,0.5000,,55.7200,,,,11,975.0800,475.2600,2075.0642,-150.8786,48.5289,211.8851,211.8851,-15.4062,0.0196,44.9320,0.0000,44.9320,3.5773,44.9320,1.7930,0.0000,43.1390,0.9275,,,42.2115,1.6869,,,40.5246,,,,,,,786.6186,523.6935,0.2000,0.5025,1.4286,1.4000,0.0462,10277.8545,10277.8545,10380.6331,10380.6331,10380.6331
-1410.7500,0.5000,,55.7200,,,,11,975.3300,480.2162,2075.6555,-150.8899,49.0475,211.9998,211.9998,-15.4113,-0.0018,45.4706,0.0000,45.4706,3.5787,45.4706,1.8146,0.0000,43.6560,0.9275,,,42.7285,1.7076,,,41.0209,,,,,,,786.6065,529.9784,0.2000,0.5025,1.4286,1.4000,0.0476,10356.4467,10356.4467,10460.0112,10460.0112,10460.0112
-1411.2500,0.5000,,55.6400,,,,11,975.8700,498.7265,2076.9326,-150.9142,50.9663,212.2477,212.2477,-15.4223,0.0911,47.2962,0.0000,47.2962,3.5790,47.2962,1.8876,0.0000,45.4086,0.9284,,,44.4802,1.7777,,,42.7026,,,,,,,787.2237,550.8220,0.2000,0.5025,1.4286,1.4000,0.0479,10646.3161,10646.3161,10752.7793,10752.7793,10752.7793
-1411.7500,0.5000,,55.9200,,,,11,978.6900,607.1966,2083.6019,-151.0411,62.2305,213.5446,213.5446,-15.4799,0.3212,58.3303,0.0000,58.3303,3.5789,58.3303,2.3289,0.0000,56.0014,0.9315,,,55.0699,2.2012,,,52.8687,,,,,,,789.3962,677.4470,0.2000,0.5025,1.4286,1.4000,0.0478,12509.0565,12509.0565,12634.1470,12634.1470,12634.1470
-1412.2500,0.5000,,55.9400,,,,11,980.5300,623.5429,2087.9535,-151.1239,64.0259,214.3929,214.3929,-15.5175,0.2151,60.2322,0.0000,60.2322,3.5786,60.2322,2.4050,0.0000,57.8272,0.9336,,,56.8937,2.2742,,,54.6195,,,,,,,790.8476,698.2501,0.2000,0.5025,1.4286,1.4000,0.0475,12820.5208,12820.5208,12948.7260,12948.7260,12948.7260
-1412.7500,0.5000,,56.1200,,,,11,981.7400,607.8458,2090.8151,-151.1783,62.4911,214.9516,214.9516,-15.5423,0.1532,58.7594,0.0000,58.7594,3.5786,58.7594,2.3461,0.0000,56.4133,0.9350,,,55.4783,2.2176,,,53.2607,,,,,,,791.8796,680.2898,0.2000,0.5025,1.4286,1.4000,0.0475,12558.8249,12558.8249,12684.4131,12684.4131,12684.4131
-1413.2500,0.5000,,56.0600,,,,11,983.6300,599.0939,2095.2850,-151.2634,61.7100,215.8259,215.8259,-15.5810,0.2134,57.9180,0.0000,57.9180,3.5786,57.9180,2.3124,0.0000,55.6056,0.9371,,,54.6685,2.1852,,,52.4833,,,,,,,793.3152,669.3354,0.2000,0.5025,1.4286,1.4000,0.0475,12428.1845,12428.1845,12552.4663,12552.4663,12552.4663
-1413.7500,0.5000,,56.2800,,,,11,985.2500,577.6282,2099.1163,-151.3363,59.5969,216.5766,216.5766,-15.6141,0.1878,55.8305,0.0000,55.8305,3.5786,55.8305,2.2289,0.0000,53.6016,0.9389,,,52.6627,2.1049,,,50.5578,,,,,,,794.5764,644.1893,0.2000,0.5025,1.4286,1.4000,0.0475,12069.8804,12069.8804,12190.5792,12190.5792,12190.5792
-1414.2500,0.5000,,56.3800,,,,11,986.5300,535.5064,2102.1435,-151.3939,55.3227,217.1707,217.1707,-15.6404,0.1211,51.6229,0.0000,51.6229,3.5788,51.6229,2.0606,0.0000,49.5623,0.9401,,,48.6223,1.9433,,,46.6790,,,,,,,795.3882,595.0371,0.2000,0.5025,1.4286,1.4000,0.0477,11342.9316,11342.9316,11456.3609,11456.3609,11456.3609
-1414.7500,0.5000,,56.2400,,,,11,985.7500,543.1989,2100.2988,-151.3588,56.0731,216.8086,216.8086,-15.6244,0.0232,52.4700,0.0000,52.4700,3.5800,52.4700,2.0945,0.0000,50.3755,0.9403,,,49.4352,1.9758,,,47.4594,,,,,,,795.5434,604.6817,0.2000,0.5025,1.4286,1.4000,0.0489,11468.8289,11468.8289,11583.5172,11583.5172,11583.5172
-1415.2500,0.5000,,56.3000,,,,11,984.8700,559.2396,2098.2176,-151.3192,57.6774,216.4004,216.4004,-15.6064,-0.1779,54.2753,0.0000,54.2753,3.5800,54.2753,2.1667,0.0000,52.1087,0.9386,,,51.1701,2.0452,,,49.1249,,,,,,,794.3501,626.4254,0.2000,0.5025,1.4286,1.4000,0.0489,11740.7314,11740.7314,11858.1387,11858.1387,11858.1387
-1415.7500,0.5000,,56.2000,,,,11,984.4800,612.3482,2097.2952,-151.3016,63.1297,216.2196,216.2196,-15.5984,-0.0667,59.6165,0.0000,59.6165,3.5800,59.6165,2.3803,0.0000,57.2361,0.9379,,,56.2982,2.2503,,,54.0479,,,,,,,793.9024,688.4535,0.2000,0.5025,1.4286,1.4000,0.0489,12672.6686,12672.6686,12799.3953,12799.3953,12799.3953
-1416.2500,0.5000,,56.2200,,,,11,987.8600,698.9384,2105.2889,-151.4537,72.3041,217.7889,217.7889,-15.6677,0.3543,68.3698,0.0000,68.3698,3.5800,68.3698,2.7304,0.0000,65.6394,0.9413,,,64.6981,2.5863,,,62.1117,,,,,,,796.2781,787.1747,0.2000,0.5025,1.4286,1.4000,0.0489,14213.4372,14213.4372,14355.5716,14355.5716,14355.5716
-1416.7500,0.5000,,56.5400,,,,11,990.5800,740.9261,2111.7217,-151.5761,76.8587,219.0559,219.0559,-15.7235,0.3853,72.8930,0.0000,72.8930,3.5805,72.8930,2.9113,0.0000,69.9816,0.9450,,,69.0366,2.7599,,,66.2767,,,,,,,798.8534,836.5431,0.2000,0.5025,1.4286,1.4000,0.0494,14986.5157,14986.5157,15136.3809,15136.3809,15136.3809
-1417.2500,0.5000,,56.7800,,,,11,993.8600,728.3493,2119.4789,-151.7237,75.8042,220.5885,220.5885,-15.7909,0.3766,71.8449,0.0000,71.8449,3.5828,71.8449,2.8694,0.0000,68.9755,0.9486,,,68.0269,2.7195,,,65.3074,,,,,,,801.3625,821.9349,0.2000,0.5025,1.4286,1.4000,0.0517,14791.7412,14791.7412,14939.6586,14939.6586,14939.6586
-1417.7500,0.5000,,56.9600,,,,11,998.1800,731.0329,2129.6957,-151.9181,76.4143,222.6153,222.6153,-15.8799,0.5156,72.3159,0.0000,72.3159,3.5827,72.3159,2.8882,0.0000,69.4277,0.9535,,,68.4742,2.7373,,,65.7368,,,,,,,804.7855,823.8042,0.2000,0.5025,1.4286,1.4000,0.0517,14916.7333,14916.7333,15065.9006,15065.9006,15065.9006
-1418.2500,0.5000,,57.2200,,,,11,1004.2300,781.4891,2134.0000,-152.2750,82.1835,224.4172,224.4172,-16.0136,0.6624,77.9364,0.0000,77.9364,3.5848,77.9364,3.1130,0.0000,74.8234,0.9598,,,73.8636,2.9529,,,70.9107,,,,,,,809.1616,883.0261,0.2000,0.5025,1.4286,1.4000,0.0537,16017.3917,16017.3917,16177.5656,16177.5656,16177.5656
-1418.7500,0.5000,,57.7800,,,,11,1012.9100,854.5629,2134.0000,-152.8392,90.6449,226.3570,226.3570,-16.2119,1.0773,85.9821,0.0000,85.9821,3.5855,85.9821,3.4347,0.0000,82.5474,0.9700,,,81.5774,3.2614,,,78.3159,,,,,,,816.2283,965.7464,0.2000,0.5025,1.4286,1.4000,0.0545,17610.0725,17610.0725,17786.1732,17786.1732,17786.1732
-1419.2500,0.5000,,58.2200,,,,11,1023.4800,869.8564,2134.0000,-153.5262,93.2300,228.7191,228.7191,-16.4547,1.2430,88.4004,0.0000,88.4004,3.5865,88.4004,3.5314,0.0000,84.8691,0.9817,,,83.8873,3.3538,,,80.5336,,,,,,,824.3073,983.1770,0.2000,0.5025,1.4286,1.4000,0.0554,18089.9456,18089.9456,18270.8451,18270.8451,18270.8451
-1419.7500,0.5000,,58.7200,,,,11,1029.1800,803.4465,2134.0000,-153.8967,86.5918,229.9929,229.9929,-16.5863,0.7965,82.2072,0.0000,82.2072,3.5881,82.2072,3.2836,0.0000,78.9236,0.9892,,,77.9345,3.1156,,,74.8188,,,,,,,829.4426,908.6406,0.2000,0.5025,1.4286,1.4000,0.0571,16867.2888,16867.2888,17035.9617,17035.9617,17035.9617
-1420.2500,0.5000,,58.9800,,,,11,1035.6100,837.1848,2134.0000,-154.3147,90.7917,231.4298,231.4298,-16.7352,0.7577,86.4459,0.0000,86.4459,3.5881,86.4459,3.4531,0.0000,82.9928,0.9962,,,81.9966,3.2781,,,78.7184,,,,,,,834.2986,949.9270,0.2000,0.5025,1.4286,1.4000,0.0571,17642.8931,17642.8931,17819.3221,17819.3221,17819.3221
-1420.7500,0.5000,,59.5600,,,,11,1045.8400,900.9141,2134.0000,-154.9796,98.6682,233.7159,233.7159,-16.9734,1.2508,93.8297,0.0000,93.8297,3.5877,93.8297,3.7483,0.0000,90.0814,1.0078,,,89.0736,3.5612,,,85.5124,,,,,,,842.2535,1021.3245,0.2000,0.5025,1.4286,1.4000,0.0566,19091.7899,19091.7899,19282.7078,19282.7078,19282.7078
-1421.2500,0.5000,,60.1800,,,,11,1057.0800,1011.1914,2134.0000,-155.7102,111.9360,236.2277,236.2277,-17.2367,1.4318,106.9166,0.0000,106.9166,3.5876,106.9166,4.2717,0.0000,102.6449,1.0210,,,101.6238,4.0631,,,97.5607,,,,,,,851.2680,1151.4429,0.2000,0.5025,1.4286,1.4000,0.0566,21564.3573,21564.3573,21780.0009,21780.0009,21780.0009
-1421.7500,0.5000,,60.8200,,,,11,1067.6300,1048.5908,2134.0000,-156.3960,117.2345,238.5854,238.5854,-17.4854,1.4064,112.2386,0.0000,112.2386,3.5895,112.2386,4.4845,0.0000,107.7541,1.0339,,,106.7202,4.2669,,,102.4532,,,,,,,860.0307,1196.4408,0.2000,0.5025,1.4286,1.4000,0.0585,22547.4217,22547.4217,22772.8959,22772.8959,22772.8959
-1422.2500,0.5000,,61.6600,,,,11,1086.7300,1226.0548,2134.0000,-157.6375,139.5276,242.8537,242.8537,-17.9395,2.1938,133.7429,0.0000,133.7429,3.5909,133.7429,5.3445,0.0000,128.3985,1.0538,,,127.3446,5.0919,,,122.2527,,,,,,,873.5237,1403.6425,0.2000,0.5025,1.4286,1.4000,0.0598,26609.5424,26609.5424,26875.6378,26875.6378,26875.6378
-1422.7500,0.5000,,62.8600,,,,11,1105.7600,1324.4466,2134.0000,-158.8744,153.3642,247.1064,247.1064,-18.3968,2.7116,147.0616,0.0000,147.0616,3.5909,147.0616,5.8770,0.0000,141.1846,1.0782,,,140.1064,5.6023,,,134.5041,,,,,,,889.9192,1514.9840,0.2000,0.5025,1.4286,1.4000,0.0599,29029.6439,29029.6439,29319.9403,29319.9403,29319.9403
-1423.2500,0.5000,,63.9600,,,,11,1124.8000,1343.7137,2134.0000,-160.1120,158.2744,251.3613,251.3613,-18.8594,2.5618,152.1214,0.0000,152.1214,3.5913,152.1214,6.0792,0.0000,146.0421,1.1015,,,144.9407,5.7956,,,139.1451,,,,,,,905.1356,1540.7632,0.2000,0.5025,1.4286,1.4000,0.0602,29899.6268,29899.6268,30198.6231,30198.6231,30198.6231
-1423.7500,0.5000,,64.9200,,,,11,1142.8100,1373.0526,2134.0000,-161.2827,164.3198,255.3860,255.3860,-19.3015,2.5819,158.1466,0.0000,158.1466,3.5913,158.1466,6.3201,0.0000,151.8266,1.1256,,,150.7009,6.0259,,,144.6750,,,,,,,920.2170,1575.5379,0.2000,0.5025,1.4286,1.4000,0.0602,30947.5088,30947.5088,31256.9839,31256.9839,31256.9839
-1424.2500,0.5000,,65.9400,,,,11,1159.8600,1369.6685,2134.0000,-162.3909,166.3603,259.1962,259.1962,-19.7240,2.2920,160.4739,0.0000,160.4739,3.5944,160.4739,6.4130,0.0000,154.0609,1.1469,,,152.9140,6.1144,,,146.7996,,,,,,,933.4011,1576.1424,0.2000,0.5025,1.4286,1.4000,0.0633,31345.4305,31345.4305,31658.8848,31658.8848,31658.8848
-1424.7500,0.5000,,66.8400,,,,11,1173.4000,1292.0180,2134.0000,-163.2710,158.7608,262.2220,262.2220,-20.0624,1.9846,153.1816,0.0000,153.1816,3.5946,153.1816,6.1211,0.0000,147.0605,1.1652,,,145.8952,5.8336,,,140.0617,,,,,,,944.6684,1486.5788,0.2000,0.5025,1.4286,1.4000,0.0635,30084.8062,30084.8062,30385.6543,30385.6543,30385.6543
-1425.2500,0.5000,,67.6200,,,,11,1188.8700,1255.8665,2134.0000,-164.2766,156.3531,265.6791,265.6791,-20.4521,2.2680,150.4896,0.0000,150.4896,3.5955,150.4896,6.0133,0.0000,144.4763,1.1860,,,143.2903,5.7293,,,137.5610,,,,,,,957.3823,1441.0614,0.2000,0.5025,1.4286,1.4000,0.0644,29670.3438,29670.3438,29967.0472,29967.0472,29967.0472
-1425.7500,0.5000,,68.5200,,,,11,1203.4800,1199.7425,2134.0000,-165.3828,151.2013,268.9440,268.9440,-20.8429,2.2615,145.3436,0.0000,145.3436,3.5963,145.3436,5.8073,0.0000,139.5363,1.2066,,,138.3297,5.5308,,,132.7989,,,,,,,969.8935,1373.8347,0.2000,0.5025,1.4286,1.4000,0.0652,28716.4020,28716.4020,29003.5660,29003.5660,29003.5660
-1426.2500,0.5000,,69.2200,,,,11,1215.9000,1151.9063,2134.0000,-166.7490,146.6708,271.7196,271.7196,-21.2319,1.7765,141.2970,0.0000,141.2970,3.5974,141.2970,5.6453,0.0000,135.6517,1.2226,,,134.4290,5.3747,,,129.0543,,,,,,,979.6095,1322.3412,0.2000,0.5025,1.4286,1.4000,0.0663,27892.6727,27892.6727,28171.5994,28171.5994,28171.5994
-1426.7500,0.5000,,69.8200,,,,11,1224.2100,1083.1039,2134.0000,-167.6631,138.8528,273.5766,273.5766,-21.4942,1.2472,134.0060,0.0000,134.0060,3.5996,134.0060,5.3536,0.0000,128.6524,1.2339,,,127.4185,5.0943,,,122.3242,,,,,,,986.3737,1245.5116,0.2000,0.5025,1.4286,1.4000,0.0686,26517.5575,26517.5575,26782.7330,26782.7330,26782.7330
-1427.2500,0.5000,,70.2200,,,,11,1226.2300,869.3084,2134.0000,-167.8853,111.6283,274.0280,274.0280,-21.5582,0.9679,106.3863,0.0000,106.3863,4.2741,106.3863,4.2487,0.0000,102.1376,1.2426,,,100.8950,4.0333,,,96.8617,,,,,,,991.5914,983.6129,0.3500,0.5400,1.7143,1.6000,0.0698,21540.6676,21540.6676,21540.6676,21540.6676,21540.6676
-1427.7500,0.5000,,68.9800,,,,11,1143.3500,26.8278,2134.0000,-161.3178,3.2121,255.5067,255.5067,-19.3148,-3.6204,3.2278,0.0000,3.2278,3.6047,3.2278,1.4942,0.0000,1.7336,1.2099,,,0.5237,1.6452,,,-1.1215,,,,,,,971.9318,17.0328,0.2000,0.5025,1.4286,1.4000,0.0737,3736.7508,3736.7508,3774.1183,3774.1183,3774.1183
-1428.2500,0.5000,,67.9800,,,,12,970.1600,-150.6572,2063.4284,-150.6572,-15.3060,209.6338,209.6338,-15.3060,-35.7906,16.8797,0.0000,16.8797,3.6049,16.8797,0.7347,0.0000,16.1450,1.1910,,,14.9539,1.6161,,,13.3379,,,,,,,960.4608,160.5202,0.2000,0.5025,1.4286,1.4000,0.0738,230.6730,230.6730,232.9797,232.9797,232.9797
-1428.7500,0.5000,,67.6400,,,,12,923.9600,246.2218,1954.1654,-148.5782,23.8236,189.0789,189.0789,-14.3760,-0.7746,20.9879,0.0000,20.9879,3.6103,20.9879,0.7276,0.0000,20.2603,1.1795,,,19.0808,1.5983,,,17.4825,,,,,,,953.3906,202.9296,0.2000,0.5025,1.4286,1.4000,0.0793,6176.4207,6176.4207,6238.1849,6238.1849,6238.1849
-1429.2500,0.5000,,67.5800,,,,12,921.9000,635.1106,1949.2935,-148.4855,61.3143,188.1870,188.1870,-14.3350,0.1472,57.5567,0.0000,57.5567,3.6104,57.5567,1.1530,0.0000,56.4036,1.1817,,,55.2220,2.2066,,,53.0154,,,,,,,954.7386,564.1492,0.2000,0.5025,1.4286,1.4000,0.0793,12288.0320,12288.0320,12410.9123,12410.9123,12410.9123
-1429.7500,0.5000,,68.0400,,,,12,928.6200,1084.2179,1965.1863,-148.7879,105.4346,191.1043,191.1043,-14.4689,0.7776,101.0455,0.0000,101.0455,3.6115,101.0455,2.0228,0.0000,99.0226,1.1933,,,97.8293,3.9108,,,93.9185,,,,,,,961.8264,983.1258,0.2000,0.5025,1.4286,1.4000,0.0805,20371.4514,20371.4514,20575.1659,20575.1659,20575.1659
-1430.2500,0.5000,,68.6400,,,,12,936.7800,1234.0226,1984.4847,-149.1551,121.0568,194.6767,194.6767,-14.6320,1.0197,116.4256,0.0000,116.4256,3.6116,116.4256,2.3305,0.0000,114.0951,1.2085,,,112.8866,4.5131,,,108.3735,,,,,,,971.0422,1122.0191,0.2000,0.5025,1.4286,1.4000,0.0805,23163.4817,23163.4817,23395.1165,23395.1165,23395.1165
-1430.7500,0.5000,,69.1800,,,,12,943.2000,1185.8154,1999.6680,-149.4440,117.1250,197.5106,197.5106,-14.7608,0.8151,112.6978,0.0000,112.6978,3.6121,112.6978,2.2560,0.0000,110.4418,1.2206,,,109.2213,4.3664,,,104.8548,,,,,,,978.3465,1077.9839,0.2000,0.5025,1.4286,1.4000,0.0810,22453.0719,22453.0719,22677.6027,22677.6027,22677.6027
-1431.2500,0.5000,,69.7000,,,,12,949.7700,1121.6942,2015.2061,-149.7397,111.5634,200.4318,200.4318,-14.8931,0.7799,107.1713,0.0000,107.1713,3.6122,107.1713,2.1455,0.0000,105.0258,1.2321,,,103.7938,4.1493,,,99.6445,,,,,,,985.2844,1017.9020,0.2000,0.5025,1.4286,1.4000,0.0811,21467.1996,21467.1996,21681.8716,21681.8716,21681.8716
-1431.7500,0.5000,,69.6600,,,,12,943.8200,709.3574,2001.1343,-149.4719,70.1105,197.7853,197.7853,-14.7733,-0.3907,66.8890,0.0000,66.8890,3.6122,66.8890,1.3398,0.0000,65.5492,1.2263,,,64.3229,2.5705,,,61.7524,,,,,,,981.8144,637.5432,0.2000,0.5025,1.4286,1.4000,0.0811,13837.6779,13837.6779,13976.0547,13976.0547,13976.0547
-1432.2500,0.5000,,68.8400,,,,12,933.0100,211.5794,1975.5687,-148.9855,20.6723,193.0221,193.0221,-14.5566,-1.3102,18.3703,0.0000,18.3703,3.6122,18.3703,0.7445,0.0000,17.6258,1.2069,,,16.4189,1.6405,,,14.7784,,,,,,,970.0886,173.5040,0.2000,0.5025,1.4286,1.4000,0.0811,5667.0336,5667.0336,5723.7040,5723.7040,5723.7040
-1432.7500,0.5000,,67.8600,,,,12,913.8400,43.1997,1930.2316,-148.1228,4.1341,184.7176,184.7176,-14.1749,-1.4687,1.9927,0.0000,1.9927,3.6101,1.9927,0.7310,0.0000,1.2617,1.1850,,,0.0767,1.6068,,,-1.5301,,,,,,,956.7730,12.5927,0.2000,0.5025,1.4286,1.4000,0.0790,3139.9362,3139.9362,3171.3355,3171.3355,3171.3355
-1433.2500,0.5000,,66.9800,,,,12,905.2700,-82.5653,1909.9636,-147.7372,-7.8272,181.0639,181.0639,-14.0054,-1.5686,-9.8670,0.0000,-9.8670,3.6085,-9.8670,0.7166,0.0000,-10.5836,1.1614,,,-11.7451,1.5706,,,-13.3156,,,,,,,942.3438,-107.2499,0.2000,0.5025,1.4286,1.4000,0.0774,1191.4086,1191.4086,1203.3227,1203.3227,1203.3227
-1433.7500,0.5000,,66.0200,,,,12,894.1100,-136.4805,1883.5702,-147.2350,-12.7788,176.3605,176.3605,-13.7858,-1.4706,-14.9167,0.0000,-14.9167,3.6085,-14.9167,0.7029,0.0000,-15.6196,1.1392,,,-16.7588,1.5365,,,-18.2953,,,,,,,928.6126,-160.6230,0.2000,0.5025,1.4286,1.4000,0.0774,343.1070,343.1070,346.5381,346.5381,346.5381
-1434.2500,0.5000,,65.0600,,,,12,882.2000,-146.6990,1855.4030,-146.6990,-13.5526,171.4091,171.4091,-13.5526,-1.3068,-15.8543,0.0000,-15.8543,3.6085,-15.8543,0.6907,0.0000,-16.5450,1.1192,,,-17.6642,1.5060,,,-19.1703,,,,,,,916.2379,-172.4367,0.2000,0.5025,1.4286,1.4000,0.0774,181.2967,181.2967,183.1097,183.1097,183.1097
-1434.7500,0.5000,,64.2400,,,,12,871.4700,-146.2162,1830.0266,-146.2162,-13.3437,167.0085,167.0085,-13.3437,-1.1341,-15.8169,0.0000,-15.8169,3.6073,-15.8169,0.6801,0.0000,-16.4969,1.1018,,,-17.5988,1.4795,,,-19.0783,,,,,,,905.3616,-174.0014,0.2000,0.5025,1.4286,1.4000,0.0762,181.9726,181.9726,183.7924,183.7924,183.7924
-1435.2500,0.5000,,63.5800,,,,12,861.9500,-145.7878,1807.5118,-145.7878,-13.1593,163.1518,163.1518,-13.1593,-1.0161,-15.7468,0.0000,-15.7468,3.6036,-15.7468,0.6704,0.0000,-16.4173,1.0865,,,-17.5038,1.4556,,,-18.9594,,,,,,,895.5054,-175.0669,0.2000,0.5025,1.4286,1.4000,0.0726,182.5723,182.5723,184.3980,184.3980,184.3980
-1435.7500,0.5000,,62.7800,,,,12,851.5100,-144.8752,1782.8212,-145.3180,-12.9185,158.9740,158.9740,-12.9580,-1.0992,-15.4228,0.0000,-15.4228,3.6034,-15.4228,0.6600,0.0000,-16.0827,1.0705,,,-17.1532,1.4297,,,-18.5829,,,,,,,884.7194,-173.5902,0.2000,0.5025,1.4286,1.4000,0.0723,189.9231,189.9231,191.8223,191.8223,191.8223
-1436.2500,0.5000,,62.0400,,,,12,841.4400,-73.7646,1759.0056,-144.8648,-6.4998,154.9955,154.9955,-12.7648,-1.1309,-8.9701,0.0000,-8.9701,3.6012,-8.9701,0.6491,0.0000,-9.6192,1.0538,,,-10.6730,1.4029,,,-12.0759,,,,,,,873.4825,-105.1614,0.2000,0.5025,1.4286,1.4000,0.0702,1258.5871,1258.5871,1271.1729,1271.1729,1271.1729
-1436.7500,0.5000,,61.4000,,,,12,843.9000,269.6666,1764.8235,-144.9755,23.8312,155.9627,155.9627,-12.8119,-0.7332,20.9632,0.0000,20.9632,3.6012,20.9632,0.6420,0.0000,20.3212,1.0429,,,19.2783,1.3855,,,17.8928,,,,,,,866.1196,224.0487,0.2000,0.5025,1.4286,1.4000,0.0702,5916.4940,5916.4940,5975.6589,5975.6589,5975.6589
-1437.2500,0.5000,,61.9800,,,,12,844.4300,992.9132,1766.0770,-144.9994,87.8018,156.1715,156.1715,-12.8221,0.9054,83.2990,0.0000,83.2990,3.5975,83.2990,1.6676,0.0000,81.6314,1.0563,,,80.5750,3.2211,,,77.3540,,,,,,,875.2022,890.6767,0.2000,0.5025,1.4286,1.4000,0.0664,17251.7173,17251.7173,17424.2345,17424.2345,17424.2345
-1437.7500,0.5000,,62.1200,,,,12,848.2900,1134.7251,1775.2059,-145.1731,100.8007,157.6964,157.6964,-12.8961,0.3627,96.8419,0.0000,96.8419,3.5962,96.8419,1.9385,0.0000,94.9034,1.0617,,,93.8417,3.7517,,,90.0900,,,,,,,878.8143,1031.2314,0.2000,0.5025,1.4286,1.4000,0.0651,19455.5162,19455.5162,19650.0713,19650.0713,19650.0713
-1438.2500,0.5000,,62.8000,,,,12,857.7800,1269.3669,1797.6497,-145.6001,114.0228,161.4766,161.4766,-13.0787,0.9968,109.4306,0.0000,109.4306,3.5953,109.4306,2.1903,0.0000,107.2403,1.0763,,,106.1640,4.2446,,,101.9194,,,,,,,888.6668,1152.3665,0.2000,0.5025,1.4286,1.4000,0.0643,21993.9806,21993.9806,22213.9204,22213.9204,22213.9204
-1438.7500,0.5000,,63.6200,,,,12,868.5100,1359.1908,1823.0262,-146.0830,123.6186,165.8045,165.8045,-13.2863,1.0809,118.9438,0.0000,118.9438,3.5939,118.9438,2.3806,0.0000,116.5632,1.0921,,,115.4711,4.6168,,,110.8543,,,,,,,899.2278,1237.8363,0.2000,0.5025,1.4286,1.4000,0.0629,23731.0455,23731.0455,23968.3559,23968.3559,23968.3559
-1439.2500,0.5000,,64.2600,,,,12,877.0300,1382.5259,1843.1760,-146.4664,126.9744,169.2816,169.2816,-13.4518,1.0163,122.3643,0.0000,122.3643,3.5939,122.3643,2.4490,0.0000,119.9152,1.1077,,,118.8075,4.7502,,,114.0573,,,,,,,909.0457,1259.6795,0.2000,0.5025,1.4286,1.4000,0.0628,24389.4165,24389.4165,24633.3106,24633.3106,24633.3106
-1439.7500,0.5000,,64.9000,,,,12,885.1400,1355.5509,1862.3561,-146.8313,125.6482,172.6248,172.6248,-13.6100,0.8740,121.1808,0.0000,121.1808,3.5934,121.1808,2.4254,0.0000,118.7554,1.1211,,,117.6343,4.7033,,,112.9311,,,,,,,917.4048,1236.1294,0.2000,0.5025,1.4286,1.4000,0.0624,24138.7007,24138.7007,24380.0877,24380.0877,24380.0877
-1440.2500,0.5000,,65.5200,,,,12,894.1100,1315.8536,1883.5702,-147.2350,123.2047,176.3605,176.3605,-13.7858,0.8982,118.7130,0.0000,118.7130,3.5934,118.7130,2.3761,0.0000,116.3370,1.1348,,,115.2022,4.6059,,,110.5962,,,,,,,925.9169,1199.8229,0.2000,0.5025,1.4286,1.4000,0.0624,23685.4835,23685.4835,23922.3384,23922.3384,23922.3384
-1440.7500,0.5000,,66.0600,,,,12,899.0400,1295.9783,1895.2296,-147.4568,122.0128,178.4307,178.4307,-13.8827,0.7190,117.7000,0.0000,117.7000,3.5938,117.7000,2.3558,0.0000,115.3442,1.1457,,,114.1984,4.5658,,,109.6327,,,,,,,932.6748,1180.9642,0.2000,0.5025,1.4286,1.4000,0.0628,23463.3912,23463.3912,23698.0251,23698.0251,23698.0251
-1441.2500,0.5000,,66.4000,,,,12,906.7400,1226.6271,1913.4401,-147.8033,116.4726,181.6880,181.6880,-14.0345,0.7878,112.0909,0.0000,112.0909,3.5940,112.0909,2.2437,0.0000,109.8472,1.1577,,,108.6895,4.3454,,,104.3442,,,,,,,940.0237,1115.8904,0.2000,0.5025,1.4286,1.4000,0.0629,22409.4582,22409.4582,22633.5528,22633.5528,22633.5528
-1441.7500,0.5000,,67.1400,,,,12,915.7300,1227.1399,1934.7015,-148.2079,117.6766,185.5282,185.5282,-14.2124,0.9045,113.1770,0.0000,113.1770,3.5951,113.1770,2.2654,0.0000,110.9116,1.1713,,,109.7403,4.3874,,,105.3529,,,,,,,948.3912,1116.7623,0.2000,0.5025,1.4286,1.4000,0.0640,22605.3461,22605.3461,22831.3995,22831.3995,22831.3995
-1442.2500,0.5000,,67.5800,,,,12,922.8600,1220.1279,1951.5639,-148.5287,117.9152,188.6024,188.6024,-14.3541,0.8603,113.4587,0.0000,113.4587,3.5962,113.4587,2.2711,0.0000,111.1877,1.1842,,,110.0035,4.3978,,,105.6056,,,,,,,956.2814,1110.3049,0.2000,0.5025,1.4286,1.4000,0.0651,22630.8381,22630.8381,22857.1465,22857.1465,22857.1465
-1442.7500,0.5000,,68.2400,,,,12,931.7900,1214.9676,1972.6834,-148.9306,118.5527,192.4882,192.4882,-14.5322,1.0177,113.9380,0.0000,113.9380,3.5969,113.9380,2.2807,0.0000,111.6573,1.1994,,,110.4579,4.4160,,,106.0419,,,,,,,965.5325,1104.3115,0.2000,0.5025,1.4286,1.4000,0.0659,22726.1690,22726.1690,22953.4306,22953.4306,22953.4306
-1443.2500,0.5000,,68.8200,,,,12,935.6000,1110.7170,1981.6940,-149.1020,108.8234,194.1581,194.1581,-14.6084,0.6779,104.5465,0.0000,104.5465,3.5990,104.5465,2.0929,0.0000,102.4536,1.2095,,,101.2442,4.0474,,,97.1968,,,,,,,971.6454,1006.9106,0.2000,0.5025,1.4286,1.4000,0.0679,20980.4302,20980.4302,21190.2345,21190.2345,21190.2345
-1443.7500,0.5000,,68.5600,,,,12,931.5800,667.9793,1972.1867,-148.9211,65.1646,192.3963,192.3963,-14.5280,-0.4190,61.9845,0.0000,61.9845,3.5991,61.9845,1.2417,0.0000,60.7429,1.2032,,,59.5396,2.3792,,,57.1604,,,,,,,967.8718,599.3063,0.2000,0.5025,1.4286,1.4000,0.0680,12979.0014,12979.0014,13108.7915,13108.7915,13108.7915
-1444.2500,0.5000,,67.9600,,,,12,921.4300,239.4381,1948.1820,-148.4644,23.1038,187.9838,187.9838,-14.3256,-1.0949,20.5963,0.0000,20.5963,3.6024,20.5963,0.7322,0.0000,19.8641,1.1869,,,18.6772,1.6097,,,17.0674,,,,,,,957.9401,198.0163,0.2000,0.5025,1.4286,1.4000,0.0714,6041.4036,6041.4036,6101.8176,6101.8176,6101.8176
-1444.7500,0.5000,,67.4600,,,,12,916.5300,178.4023,1936.5935,-148.2439,17.1228,185.8719,185.8719,-14.2283,-0.7371,14.2575,0.0000,14.2575,3.6024,14.2575,0.7254,0.0000,13.5320,1.1759,,,12.3562,1.5928,,,10.7634,,,,,,,951.1957,135.8514,0.2000,0.5025,1.4286,1.4000,0.0714,5074.0602,5074.0602,5124.8008,5124.8008,5124.8008
-1445.2500,0.5000,,67.3200,,,,12,915.8100,275.7887,1934.8907,-148.2115,26.4491,185.5626,185.5626,-14.2140,-0.1326,22.9787,0.0000,22.9787,3.6029,22.9787,0.7242,0.0000,22.2545,1.1739,,,21.0807,1.5897,,,19.4910,,,,,,,949.9776,223.7054,0.2000,0.5025,1.4286,1.4000,0.0718,6581.0242,6581.0242,6646.8344,6646.8344,6646.8344
-1445.7500,0.5000,,67.0600,,,,12,910.9100,232.7066,1923.3022,-147.9910,22.1979,183.4643,183.4643,-14.1169,-0.4894,19.0844,0.0000,19.0844,3.6030,19.0844,0.7197,0.0000,18.3647,1.1665,,,17.1981,1.5784,,,15.6198,,,,,,,945.4667,185.4847,0.2000,0.5025,1.4286,1.4000,0.0719,5847.5010,5847.5010,5905.9760,5905.9760,5905.9760
-1446.2500,0.5000,,66.8200,,,,12,908.4400,276.1327,1917.4606,-147.8798,26.2690,182.4111,182.4111,-14.0680,-0.3316,22.9973,0.0000,22.9973,3.6033,22.9973,0.7166,0.0000,22.2806,1.1615,,,21.1191,1.5707,,,19.5484,,,,,,,942.3985,225.7689,0.2000,0.5025,1.4286,1.4000,0.0722,6518.0648,6518.0648,6583.2454,6583.2454,6583.2454
-1446.7500,0.5000,,66.7200,,,,12,909.7200,466.3905,1920.4878,-147.9374,44.4310,182.9565,182.9565,-14.0934,0.0267,40.8009,0.0000,40.8009,3.6034,40.8009,0.8179,0.0000,39.9830,1.1619,,,38.8211,1.5713,,,37.2497,,,,,,,942.6458,405.0401,0.2000,0.5025,1.4286,1.4000,0.0724,9534.5786,9534.5786,9629.9244,9629.9244,9629.9244
-1447.2500,0.5000,,67.0000,,,,12,913.3300,663.8029,1929.0255,-148.0999,63.4886,184.4991,184.4991,-14.1648,0.4067,59.4789,0.0000,59.4789,3.6030,59.4789,1.1915,0.0000,58.2874,1.1680,,,57.1194,2.2825,,,54.8369,,,,,,,946.4067,588.1234,0.2000,0.5025,1.4286,1.4000,0.0719,12678.5864,12678.5864,12805.3722,12805.3722,12805.3722
-1447.7500,0.5000,,67.4600,,,,12,919.6100,862.5163,1943.8777,-148.3825,83.0615,187.1980,187.1980,-14.2894,0.7698,78.6898,0.0000,78.6898,3.6018,78.6898,1.5757,0.0000,77.1141,1.1796,,,75.9345,3.0351,,,72.8994,,,,,,,953.4851,772.3097,0.2000,0.5025,1.4286,1.4000,0.0707,16217.0608,16217.0608,16379.2314,16379.2314,16379.2314
-1448.2500,0.5000,,67.9600,,,,12,926.4000,882.4576,1959.9360,-148.6880,85.6093,190.1381,190.1381,-14.4246,0.6957,81.3118,0.0000,81.3118,3.6018,81.3118,1.6282,0.0000,79.6837,1.1900,,,78.4936,3.1374,,,75.3562,,,,,,,959.8369,792.7627,0.2000,0.5025,1.4286,1.4000,0.0707,16732.1640,16732.1640,16899.4856,16899.4856,16899.4856
-1448.7500,0.5000,,68.4200,,,,12,932.4300,895.8851,1974.1970,-148.9594,87.4777,192.7682,192.7682,-14.5450,0.7357,83.1402,0.0000,83.1402,3.6018,83.1402,1.6648,0.0000,81.4754,1.2010,,,80.2744,3.2086,,,77.0658,,,,,,,966.5088,804.9929,0.2000,0.5025,1.4286,1.4000,0.0707,17104.8510,17104.8510,17275.8996,17275.8996,17275.8996
-1449.2500,0.5000,,68.8400,,,,12,937.6100,841.2433,1986.4477,-149.1925,82.5986,195.0419,195.0419,-14.6487,0.6593,78.3374,0.0000,78.3374,3.6018,78.3374,1.5687,0.0000,76.7687,1.2108,,,75.5579,3.0199,,,72.5380,,,,,,,972.4488,753.8566,0.2000,0.5025,1.4286,1.4000,0.0708,16094.5643,16094.5643,16255.5099,16255.5099,16255.5099
-1449.7500,0.5000,,68.9600,,,,12,938.8600,632.4000,1989.4039,-149.2487,62.1758,195.5926,195.5926,-14.6737,0.1590,58.4133,0.0000,58.4133,3.6035,58.4133,1.1703,0.0000,57.2430,1.2132,,,56.0299,2.2388,,,53.7911,,,,,,,973.8759,561.2938,0.2000,0.5025,1.4286,1.4000,0.0724,12453.2771,12453.2771,12577.8099,12577.8099,12577.8099
-1450.2500,0.5000,,69.1400,,,,12,939.9600,536.5231,1992.0054,-149.2982,52.8112,196.0778,196.0778,-14.6958,0.1799,49.0278,0.0000,49.0278,3.6036,49.0278,0.9825,0.0000,48.0453,1.2158,,,46.8294,1.8708,,,44.9587,,,,,,,975.4879,470.3271,0.2000,0.5025,1.4286,1.4000,0.0725,10894.5925,10894.5925,11003.5385,11003.5385,11003.5385
-1450.7500,0.5000,,69.0600,,,,12,939.4800,428.0729,1990.8702,-149.2766,42.1147,195.8660,195.8660,-14.6861,-0.0242,38.5362,0.0000,38.5362,3.6027,38.5362,0.7727,0.0000,37.7634,1.2155,,,36.5480,1.6537,,,34.8943,,,,,,,975.2714,369.7578,0.2000,0.5025,1.4286,1.4000,0.0717,9218.4022,9218.4022,9310.5862,9310.5862,9310.5862
-1451.2500,0.5000,,68.8600,,,,12,934.4000,219.3784,1978.8560,-149.0480,21.4662,193.6313,193.6313,-14.5844,-0.4913,18.3550,0.0000,18.3550,3.6024,18.3550,0.7452,0.0000,17.6098,1.2082,,,16.4016,1.6425,,,14.7592,,,,,,,970.8616,173.2082,0.2000,0.5025,1.4286,1.4000,0.0714,5795.1667,5795.1667,5853.1184,5853.1184,5853.1184
-1451.7500,0.5000,,68.5200,,,,12,930.8600,153.7866,1970.4839,-148.8887,14.9910,192.0816,192.0816,-14.5136,-0.5316,11.9206,0.0000,11.9206,3.6021,11.9206,0.7404,0.0000,11.1802,1.2003,,,9.9799,1.6303,,,8.3496,,,,,,,966.0668,110.5127,0.2000,0.5025,1.4286,1.4000,0.0710,4832.8016,4832.8016,4881.1297,4881.1297,4881.1297
-1452.2500,0.5000,,68.2400,,,,12,928.8100,194.5907,1965.6357,-148.7965,18.9268,191.1871,191.1871,-14.4727,-0.2378,15.5628,0.0000,15.5628,3.6018,15.5628,0.7382,0.0000,14.8245,1.1967,,,13.6278,1.6248,,,12.0030,,,,,,,963.9147,146.8636,0.2000,0.5025,1.4286,1.4000,0.0707,5395.1080,5395.1080,5449.0591,5449.0591,5449.0591
-1452.7500,0.5000,,68.2600,,,,12,930.2500,405.9236,1969.0413,-148.8613,39.5433,191.8152,191.8152,-14.5014,-0.0202,35.9610,0.0000,35.9610,3.6024,35.9610,0.7380,0.0000,35.2230,1.1964,,,34.0266,1.6244,,,32.4022,,,,,,,963.7315,349.0131,0.2000,0.5025,1.4286,1.4000,0.0714,8781.0747,8781.0747,8868.8854,8868.8854,8868.8854
-1453.2500,0.5000,,68.4000,,,,12,930.8800,471.0186,1970.5312,-148.8896,45.9156,192.0904,192.0904,-14.5140,0.1911,42.1202,0.0000,42.1202,3.6042,42.1202,0.8444,0.0000,41.2759,1.1993,,,40.0766,1.6288,,,38.4479,,,,,,,965.4623,408.2558,0.2000,0.5025,1.4286,1.4000,0.0732,9802.2436,9802.2436,9900.2660,9900.2660,9900.2660
-1453.7500,0.5000,,68.4600,,,,12,932.3700,597.4577,1974.0551,-148.9567,58.3343,192.7419,192.7419,-14.5438,0.0926,54.6376,0.0000,54.6376,3.6041,54.6376,1.0947,0.0000,53.5429,1.2006,,,52.3422,2.0913,,,50.2509,,,,,,,966.2995,529.1287,0.2000,0.5025,1.4286,1.4000,0.0731,11761.8570,11761.8570,11879.4756,11879.4756,11879.4756
-1454.2500,0.5000,,68.7000,,,,12,935.4500,696.0690,1981.3393,-149.0953,68.1870,194.0922,194.0922,-14.6054,0.4016,64.1829,0.0000,64.1829,3.6025,64.1829,1.2856,0.0000,62.8973,1.2066,,,61.6907,2.4653,,,59.2254,,,,,,,969.9228,619.2501,0.2000,0.5025,1.4286,1.4000,0.0714,13506.1507,13506.1507,13641.2122,13641.2122,13641.2122
-1454.7500,0.5000,,68.9000,,,,12,937.7800,691.8051,1986.8497,-149.2001,67.9381,195.1168,195.1168,-14.6521,0.3176,64.0180,0.0000,64.0180,3.6025,64.0180,1.2823,0.0000,62.7357,1.2113,,,61.5243,2.4586,,,59.0657,,,,,,,972.7790,615.8452,0.2000,0.5025,1.4286,1.4000,0.0714,13462.7810,13462.7810,13597.4088,13597.4088,13597.4088
-1455.2500,0.5000,,68.9400,,,,12,938.7300,653.6996,1989.0965,-149.2429,64.2610,195.5353,195.5353,-14.6711,0.1156,60.5434,0.0000,60.5434,3.6019,60.5434,1.2129,0.0000,59.3306,1.2131,,,58.1175,2.3223,,,55.7952,,,,,,,973.8168,581.7987,0.2000,0.5025,1.4286,1.4000,0.0709,12825.5578,12825.5578,12953.8134,12953.8134,12953.8134
-1455.7500,0.5000,,69.0200,,,,12,939.0000,553.8072,1989.7350,-149.2550,54.4569,195.6543,195.6543,-14.6765,0.0761,50.7790,0.0000,50.7790,3.6018,50.7790,1.0176,0.0000,49.7614,1.2142,,,48.5472,1.9395,,,46.6077,,,,,,,974.4995,487.6209,0.2000,0.5025,1.4286,1.4000,0.0707,11151.6671,11151.6671,11263.1838,11263.1838,11263.1838
-1456.2500,0.5000,,69.1200,,,,12,939.9200,487.0197,1991.9108,-149.2964,47.9365,196.0602,196.0602,-14.6950,0.1219,44.2130,0.0000,44.2130,3.6015,44.2130,0.8863,0.0000,43.3268,1.2160,,,42.1108,1.6820,,,40.4288,,,,,,,975.5919,424.0915,0.2000,0.5025,1.4286,1.4000,0.0704,10132.4108,10132.4108,10233.7349,10233.7349,10233.7349
-1456.7500,0.5000,,68.9600,,,,12,936.7400,389.4605,1984.3901,-149.1533,38.2042,194.6591,194.6591,-14.6312,-0.3387,34.9416,0.0000,34.9416,3.6013,34.9416,0.7469,0.0000,34.1947,1.2110,,,32.9837,1.6468,,,31.3369,,,,,,,972.5549,335.7497,0.2000,0.5025,1.4286,1.4000,0.0702,8579.9619,8579.9619,8665.7615,8665.7615,8665.7615
-1457.2500,0.5000,,68.5600,,,,12,931.8800,248.6905,1972.8962,-148.9346,24.2688,192.5275,192.5275,-14.5340,-0.5599,21.2275,0.0000,21.2275,3.6011,21.2275,0.7419,0.0000,20.4857,1.2026,,,19.2830,1.6340,,,17.6491,,,,,,,967.5133,202.1923,0.2000,0.5025,1.4286,1.4000,0.0701,6277.9227,6277.9227,6340.7020,6340.7020,6340.7020
-1457.7500,0.5000,,68.3000,,,,12,927.3400,244.1646,1962.1591,-148.7303,23.7110,190.5469,190.5469,-14.4433,-0.5401,20.6504,0.0000,20.6504,3.6007,20.6504,0.7369,0.0000,19.9135,1.1946,,,18.7189,1.6216,,,17.0973,,,,,,,962.6253,197.5428,0.2000,0.5025,1.4286,1.4000,0.0696,6166.5055,6166.5055,6228.1706,6228.1706,6228.1706
-1458.2500,0.5000,,67.8000,,,,12,921.1700,192.9741,1947.5671,-148.4527,18.6152,187.8715,187.8715,-14.3204,-0.7053,15.7199,0.0000,15.7199,3.6006,15.7199,0.7305,0.0000,14.9894,1.1841,,,13.8053,1.6054,,,12.2000,,,,,,,956.2046,149.6942,0.2000,0.5025,1.4286,1.4000,0.0695,5315.0615,5315.0615,5368.2121,5368.2121,5368.2121
-1458.7500,0.5000,,67.4000,,,,12,915.4400,205.6080,1934.0156,-148.1948,19.7105,185.4037,185.4037,-14.2066,-0.6387,16.7496,0.0000,16.7496,3.5996,16.7496,0.7246,0.0000,16.0250,1.1745,,,14.8505,1.5906,,,13.2599,,,,,,,950.3522,161.0221,0.2000,0.5025,1.4286,1.4000,0.0686,5451.0430,5451.0430,5505.5534,5505.5534,5505.5534
-1459.2500,0.5000,,66.9800,,,,12,910.7700,280.2319,1922.9711,-147.9847,26.7273,183.4045,183.4045,-14.1141,-0.5956,23.7232,0.0000,23.7232,3.5996,23.7232,0.7191,0.0000,23.0041,1.1655,,,21.8386,1.5769,,,20.2617,,,,,,,944.8623,232.4924,0.2000,0.5025,1.4286,1.4000,0.0686,6604.7728,6604.7728,6670.8206,6670.8206,6670.8206
-1459.7500,0.5000,,66.8600,,,,12,910.9300,520.4284,1923.3495,-147.9919,49.6449,183.4729,183.4729,-14.1173,-0.1223,46.1686,0.0000,46.1686,3.5986,46.1686,0.9252,0.0000,45.2434,1.1637,,,44.0797,1.7609,,,42.3187,,,,,,,943.7311,457.8023,0.2000,0.5025,1.4286,1.4000,0.0675,10377.4062,10377.4062,10481.1803,10481.1803,10481.1803
-1460.2500,0.5000,,66.9600,,,,12,909.9600,576.0605,1921.0554,-147.9482,54.8933,183.0589,183.0589,-14.0981,0.0895,51.2053,0.0000,51.2053,3.5984,51.2053,1.0260,0.0000,50.1793,1.1650,,,49.0143,1.9583,,,47.0559,,,,,,,944.5595,507.3021,0.2000,0.5025,1.4286,1.4000,0.0674,11224.5269,11224.5269,11336.7721,11336.7721,11336.7721
-1460.7500,0.5000,,66.8400,,,,12,910.8200,579.6091,1923.0893,-147.9869,55.2836,183.4259,183.4259,-14.1151,-0.0310,51.7169,0.0000,51.7169,3.5977,51.7169,1.0362,0.0000,50.6807,1.1646,,,49.5161,1.9784,,,47.5377,,,,,,,944.2731,512.5262,0.2000,0.5025,1.4286,1.4000,0.0666,11287.1212,11287.1212,11399.9924,11399.9924,11399.9924
-1461.2500,0.5000,,67.0400,,,,12,912.3200,713.7368,1926.6368,-148.0544,68.1889,184.0669,184.0669,-14.1448,0.2104,64.3813,0.0000,64.3813,3.5973,64.3813,1.2895,0.0000,63.0918,1.1677,,,61.9241,2.4747,,,59.4494,,,,,,,946.2172,636.7273,0.2000,0.5025,1.4286,1.4000,0.0662,13516.5634,13516.5634,13651.7291,13651.7291,13651.7291
-1461.7500,0.5000,,67.1600,,,,12,914.2800,746.2025,1931.2722,-148.1426,71.4438,184.9061,184.9061,-14.1836,0.2249,67.6209,0.0000,67.6209,3.5979,67.6209,1.3543,0.0000,66.2666,1.1711,,,65.0955,2.6016,,,62.4940,,,,,,,948.2912,667.3054,0.2000,0.5025,1.4286,1.4000,0.0669,14094.2651,14094.2651,14235.2077,14235.2077,14235.2077
-1462.2500,0.5000,,67.0400,,,,12,909.5000,392.4248,1919.9675,-147.9275,37.3756,182.8627,182.8627,-14.0890,-0.3486,34.1252,0.0000,34.1252,3.5990,34.1252,0.7193,0.0000,33.4059,1.1659,,,32.2400,1.5774,,,30.6626,,,,,,,945.0746,337.5423,0.2000,0.5025,1.4286,1.4000,0.0679,8374.1346,8374.1346,8457.8759,8457.8759,8457.8759
-1462.7500,0.5000,,66.6800,,,,12,906.8300,324.5367,1913.6530,-147.8074,30.8190,181.7263,181.7263,-14.0362,-0.4540,27.6741,0.0000,27.6741,3.5988,27.6741,0.7151,0.0000,26.9590,1.1590,,,25.8000,1.5669,,,24.2331,,,,,,,940.8696,273.6189,0.2000,0.5025,1.4286,1.4000,0.0677,7271.5696,7271.5696,7344.2853,7344.2853,7344.2853
-1463.2500,0.5000,,66.4600,,,,12,903.1600,319.0467,1904.9734,-147.6422,30.1750,180.1699,180.1699,-13.9638,-0.3697,26.9470,0.0000,26.9470,3.5978,26.9470,0.7117,0.0000,26.2353,1.1534,,,25.0818,1.5584,,,23.5235,,,,,,,937.4307,267.2501,0.2000,0.5025,1.4286,1.4000,0.0667,7150.3413,7150.3413,7221.8447,7221.8447,7221.8447
-1463.7500,0.5000,,66.2200,,,,12,902.4100,405.0910,1903.1997,-147.6085,38.2812,179.8527,179.8527,-13.9490,-0.2490,34.9323,0.0000,34.9323,3.5978,34.9323,0.7094,0.0000,34.2229,1.1497,,,33.0733,1.5526,,,31.5207,,,,,,,935.1081,349.4837,0.2000,0.5025,1.4286,1.4000,0.0667,8509.4000,8509.4000,8594.4940,8594.4940,8594.4940
-1464.2500,0.5000,,66.5800,,,,12,908.1100,788.2392,1916.6802,-147.8650,74.9592,182.2706,182.2706,-14.0615,0.6258,70.7357,0.0000,70.7357,3.5978,70.7357,1.4166,0.0000,69.3191,1.1591,,,68.1600,2.7242,,,65.4358,,,,,,,940.9351,703.5008,0.2000,0.5025,1.4286,1.4000,0.0667,14732.8838,14732.8838,14880.2126,14880.2126,14880.2126
-1464.7500,0.5000,,67.1400,,,,12,916.6000,1026.2837,1936.7590,-148.2470,98.5090,185.9020,185.9020,-14.2297,0.9216,93.9896,0.0000,93.9896,3.5978,93.9896,1.8817,0.0000,92.1079,1.1730,,,90.9349,3.6351,,,87.2998,,,,,,,949.4517,926.3934,0.2000,0.5025,1.4286,1.4000,0.0667,19111.8362,19111.8362,19302.9546,19302.9546,19302.9546
-1465.2500,0.5000,,67.8000,,,,12,923.7300,1067.6303,1953.6215,-148.5679,103.2748,188.9792,188.9792,-14.3714,0.9182,98.7577,0.0000,98.7577,3.5990,98.7577,1.9771,0.0000,96.7806,1.1868,,,95.5938,3.8214,,,91.7724,,,,,,,957.8612,964.8442,0.2000,0.5025,1.4286,1.4000,0.0679,19980.6858,19980.6858,20180.4926,20180.4926,20180.4926
-1465.7500,0.5000,,68.1200,,,,12,929.0200,1134.6370,1966.1323,-148.8059,110.3851,191.2786,191.2786,-14.4768,0.4688,106.3167,0.0000,106.3167,3.5996,106.3167,2.1283,0.0000,104.1885,1.1938,,,102.9947,4.1175,,,98.8772,,,,,,,962.1264,1034.0913,0.2000,0.5025,1.4286,1.4000,0.0686,21262.3555,21262.3555,21474.9790,21474.9790,21474.9790
-1466.2500,0.5000,,68.7800,,,,12,938.1700,1191.4319,1987.7721,-149.2177,117.0522,195.2885,195.2885,-14.6599,1.1438,112.3091,0.0000,112.3091,3.5993,112.3091,2.2482,0.0000,110.0609,1.2108,,,108.8501,4.3516,,,104.4985,,,,,,,972.4551,1080.7740,0.2000,0.5025,1.4286,1.4000,0.0682,22446.8134,22446.8134,22671.2816,22671.2816,22671.2816
-1466.7500,0.5000,,69.3400,,,,12,946.5100,1209.3114,2007.4962,-149.5930,119.8649,198.9796,198.9796,-14.8274,0.8905,115.3760,0.0000,115.3760,3.5984,115.3760,2.3095,0.0000,113.0665,1.2240,,,111.8425,4.4713,,,107.3712,,,,,,,980.4205,1101.2674,0.2000,0.5025,1.4286,1.4000,0.0674,22933.1980,22933.1980,23162.5300,23162.5300,23162.5300
-1467.2500,0.5000,,70.1000,,,,12,957.0600,1279.8193,2032.4469,-150.0677,128.2674,203.6981,203.6981,-15.0402,1.3058,122.6901,0.0000,122.6901,4.2716,122.6901,2.4559,0.0000,120.2342,1.2432,,,118.9910,4.7572,,,114.2338,,,,,,,991.9853,1157.4285,0.3500,0.5400,1.7143,1.6000,0.0673,24519.9324,24519.9324,24519.9324,24519.9324,24519.9324
-1467.7500,0.5000,,70.8600,,,,12,967.2900,1207.0472,2056.6409,-150.5281,122.2671,208.3261,208.3261,-15.2476,1.2435,116.7526,0.0000,116.7526,4.2710,116.7526,2.3372,0.0000,114.4154,1.2615,,,113.1540,4.5236,,,108.6303,,,,,,,1002.8748,1089.4548,0.3500,0.5400,1.7143,1.6000,0.0667,23339.7289,23339.7289,23339.7289,23339.7289,23339.7289
-1468.2500,0.5000,,71.4400,,,,12,973.2900,1071.7856,2070.8309,-150.7981,109.2393,211.0647,211.0647,-15.3697,0.7244,104.2439,0.0000,104.2439,4.2710,104.2439,2.0870,0.0000,102.1568,1.2720,,,100.8848,4.0328,,,96.8520,,,,,,,1009.1643,966.6672,0.3500,0.5400,1.7143,1.6000,0.0667,21083.5090,21083.5090,21083.5090,21083.5090,21083.5090
-1468.7500,0.5000,,71.8200,,,,12,978.2800,952.2806,2082.6322,-151.0226,97.5566,213.3558,213.3558,-15.4715,0.7329,92.5513,0.0000,92.5513,4.2725,92.5513,1.8532,0.0000,90.6981,1.2827,,,89.4154,3.5740,,,85.8414,,,,,,,1015.4876,852.8936,0.3500,0.5400,1.7143,1.6000,0.0682,19011.2501,19011.2501,19011.2501,19011.2501,19011.2501
-1469.2500,0.5000,,72.0400,,,,12,981.1400,798.9997,2089.3961,-151.1513,82.0930,214.6745,214.6745,-15.5300,0.2084,77.6118,0.0000,77.6118,4.2728,77.6118,1.5544,0.0000,76.0574,1.2857,,,74.7717,2.9883,,,71.7834,,,,,,,1017.2782,713.9588,0.3500,0.5400,1.7143,1.6000,0.0686,15980.7156,15980.7156,15980.7156,15980.7156,15980.7156
-1469.7500,0.5000,,72.1400,,,,12,983.2000,770.6591,2094.2680,-151.2440,79.3474,215.6268,215.6268,-15.5722,0.2593,74.8144,0.0000,74.8144,4.2738,74.8144,1.4985,0.0000,73.3159,1.2895,,,72.0264,2.8784,,,69.1480,,,,,,,1019.5020,686.7227,0.3500,0.5400,1.7143,1.6000,0.0695,15453.2064,15453.2064,15453.2064,15453.2064,15453.2064
-1470.2500,0.5000,,72.4800,,,,12,985.5500,745.9046,2099.8258,-151.3498,76.9822,216.7158,216.7158,-15.6203,0.2989,72.4088,0.0000,72.4088,4.2745,72.4088,1.4504,0.0000,70.9584,1.2938,,,69.6646,2.7840,,,66.8807,,,,,,,1022.0599,662.9777,0.3500,0.5400,1.7143,1.6000,0.0702,15001.5972,15001.5972,15001.5972,15001.5972,15001.5972
-1470.7500,0.5000,,72.5200,,,,12,989.0500,774.5839,2108.1033,-151.5073,80.2260,218.3427,218.3427,-15.6921,0.3916,75.5583,0.0000,75.5583,4.2761,75.5583,1.5134,0.0000,74.0449,1.2995,,,72.7455,2.9072,,,69.8383,,,,,,,1025.4013,689.5612,0.3500,0.5400,1.7143,1.6000,0.0718,15628.2293,15628.2293,15628.2293,15628.2293,15628.2293
-1471.2500,0.5000,,72.8200,,,,12,993.9700,856.4586,2119.7391,-151.7287,89.1473,220.6400,220.6400,-15.7932,0.5838,84.2856,0.0000,84.2856,4.2779,84.2856,1.6879,0.0000,82.5976,1.3079,,,81.2897,3.2489,,,78.0408,,,,,,,1030.3624,765.5066,0.3500,0.5400,1.7143,1.6000,0.0737,17332.8635,17332.8635,17332.8635,17332.8635,17332.8635
-1471.7500,0.5000,,73.3000,,,,12,997.9900,855.3258,2129.2464,-151.9096,89.3895,222.5260,222.5260,-15.8760,0.4992,84.6117,0.0000,84.6117,4.2786,84.6117,1.6945,0.0000,82.9172,1.3151,,,81.6021,3.2614,,,78.3407,,,,,,,1034.5859,765.3311,0.3500,0.5400,1.7143,1.6000,0.0743,17377.2216,17377.2216,17377.2216,17377.2216,17377.2216
-1472.2500,0.5000,,73.4400,,,,12,1000.4100,856.2557,2134.0000,-152.0267,89.7037,223.5636,223.5636,-15.9267,0.3705,85.0527,0.0000,85.0527,4.2804,85.0527,1.7033,0.0000,83.3494,1.3204,,,82.0290,3.2785,,,78.7506,,,,,,,1037.7090,767.0054,0.3500,0.5400,1.7143,1.6000,0.0761,17435.8746,17435.8746,17435.8746,17435.8746,17435.8746
-1472.7500,0.5000,,73.6400,,,,12,1003.6500,852.8726,2134.0000,-152.2373,89.6386,224.2876,224.2876,-16.0004,0.3810,84.9766,0.0000,84.9766,4.2810,84.9766,1.7018,0.0000,83.2748,1.3259,,,81.9489,3.2752,,,78.6737,,,,,,,1040.9111,763.9612,0.3500,0.5400,1.7143,1.6000,0.0767,17422.6658,17422.6658,17422.6658,17422.6658,17422.6658
-1473.2500,0.5000,,73.7800,,,,12,1004.3800,772.5355,2134.0000,-152.2847,81.2541,224.4508,224.4508,-16.0171,0.1145,76.8559,0.0000,76.8559,4.2836,76.8559,1.5394,0.0000,75.3166,1.3275,,,73.9890,2.9568,,,71.0322,,,,,,,1041.8718,690.3154,0.3500,0.5400,1.7143,1.6000,0.0793,15842.4130,15842.4130,15842.4130,15842.4130,15842.4130
-1473.7500,0.5000,,73.8000,,,,12,1006.1700,734.0165,2134.0000,-152.4011,77.3403,224.8508,224.8508,-16.0579,0.2011,72.8556,0.0000,72.8556,4.2836,72.8556,1.4594,0.0000,71.3962,1.3304,,,70.0658,2.7999,,,67.2659,,,,,,,1043.5564,653.3270,0.3500,0.5400,1.7143,1.6000,0.0793,15108.6661,15108.6661,15108.6661,15108.6661,15108.6661
-1474.2500,0.5000,,73.8600,,,,12,1005.0500,615.5804,2134.0000,-152.3283,64.7890,224.6005,224.6005,-16.0323,-0.0659,60.5725,0.0000,60.5725,4.2824,60.5725,1.2137,0.0000,59.3587,1.3295,,,58.0293,2.3184,,,55.7108,,,,,,,1043.0046,543.4629,0.3500,0.5400,1.7143,1.6000,0.0781,12988.0971,12988.0971,12988.0971,12988.0971,12988.0971
-1474.7500,0.5000,,73.7000,,,,12,1002.5900,493.6499,2134.0000,-152.1684,51.8288,224.0507,224.0507,-15.9763,-0.3366,47.8831,0.0000,47.8831,4.2823,47.8831,0.9599,0.0000,46.9232,1.3246,,,45.5985,1.8232,,,43.7753,,,,,,,1040.1816,430.7740,0.3500,0.5400,1.7143,1.6000,0.0780,10816.2508,10816.2508,10816.2508,10816.2508,10816.2508
-1475.2500,0.5000,,73.5600,,,,12,999.7700,458.0912,2133.4561,-151.9897,47.9602,223.3636,223.3636,-15.9127,-0.3053,43.9842,0.0000,43.9842,4.2812,43.9842,0.8819,0.0000,43.1023,1.3203,,,41.7820,1.8163,,,39.9657,,,,,,,1037.6150,396.6757,0.3500,0.5400,1.7143,1.6000,0.0769,10242.8567,10242.8567,10242.8567,10242.8567,10242.8567
-1475.7500,0.5000,,73.5000,,,,12,1000.7000,593.9406,2134.0000,-152.0455,62.2409,223.6284,223.6284,-15.9333,-0.0242,57.9841,0.0000,57.9841,4.2810,57.9841,1.1619,0.0000,56.8221,1.3199,,,55.5022,2.2174,,,53.2848,,,,,,,1037.4110,523.0439,0.3500,0.5400,1.7143,1.6000,0.0767,12551.7240,12551.7240,12551.7240,12551.7240,12551.7240
-1476.2500,0.5000,,73.7000,,,,12,1003.0500,724.8676,2134.0000,-152.1983,76.1395,224.1535,224.1535,-15.9868,0.3072,71.5524,0.0000,71.5524,4.2799,71.5524,1.4333,0.0000,70.1190,1.3243,,,68.7947,2.7491,,,66.0457,,,,,,,1039.9944,643.8377,0.3500,0.5400,1.7143,1.6000,0.0756,14875.4692,14875.4692,14875.4692,14875.4692,14875.4692
-1476.7500,0.5000,,73.8000,,,,12,1003.9000,724.0073,2134.0000,-152.2535,76.1136,224.3435,224.3435,-16.0061,0.1787,71.6556,0.0000,71.6556,4.2792,71.6556,1.4354,0.0000,70.2202,1.3269,,,68.8934,2.7530,,,66.1404,,,,,,,1041.4943,643.8384,0.3500,0.5400,1.7143,1.6000,0.0749,14872.5436,14872.5436,14872.5436,14872.5436,14872.5436
-1477.2500,0.5000,,73.6600,,,,12,1001.7700,556.4965,2134.0000,-152.1151,58.3793,223.8675,223.8675,-15.9576,-0.1628,54.2631,0.0000,54.2631,4.2790,54.2631,1.0875,0.0000,53.1756,1.3245,,,51.8510,2.0713,,,49.7797,,,,,,,1040.1283,488.1988,0.3500,0.5400,1.7143,1.6000,0.0747,11904.6514,11904.6514,11904.6514,11904.6514,11904.6514
-1477.7500,0.5000,,73.3600,,,,12,996.7700,395.8488,2126.3611,-151.8547,41.3193,221.9528,221.9528,-15.8508,-0.6488,37.6894,0.0000,37.6894,4.2787,37.6894,0.8108,0.0000,36.8786,1.3152,,,35.5634,1.8085,,,33.7549,,,,,,,1034.6656,340.3660,0.3500,0.5400,1.7143,1.6000,0.0744,9238.6810,9238.6810,9238.6810,9238.6810,9238.6810
-1478.2500,0.5000,,73.0600,,,,12,991.8100,314.9462,2114.6307,-151.6315,32.7110,219.6300,219.6300,-15.7488,-0.6047,29.0360,0.0000,29.0360,4.2797,29.0360,0.8055,0.0000,28.2305,1.3065,,,26.9240,1.7949,,,25.1291,,,,,,,1029.5483,261.8447,0.3500,0.5400,1.7143,1.6000,0.0754,7860.1268,7860.1268,7860.1268,7860.1268,7860.1268
-1478.7500,0.5000,,72.6000,,,,12,986.3600,242.5880,2101.7414,-151.3862,25.0572,217.0918,217.0918,-15.6369,-0.6126,21.3882,0.0000,21.3882,4.2817,21.3882,0.8001,0.0000,20.5881,1.2977,,,19.2905,1.7811,,,17.5093,,,,,,,1024.3374,191.9310,0.3500,0.5400,1.7143,1.6000,0.0774,6581.1005,6581.1005,6581.1005,6581.1005,6581.1005
-1479.2500,0.5000,,72.2000,,,,12,979.8000,221.5120,2086.2270,-151.0910,22.7281,214.0561,214.0561,-15.5026,-0.8497,19.2957,0.0000,19.2957,4.2821,19.2957,0.7925,0.0000,18.5032,1.2854,,,17.2178,1.7620,,,15.4559,,,,,,,1017.0658,173.7277,0.3500,0.5400,1.7143,1.6000,0.0779,6171.3517,6171.3517,6171.3517,6171.3517,6171.3517
-1479.7500,0.5000,,71.6000,,,,12,974.9800,284.4721,2074.8277,-150.8741,29.0445,211.8392,211.8392,-15.4042,-0.8116,25.5725,0.0000,25.5725,4.2836,25.5725,0.7853,0.0000,24.7872,1.2736,,,23.5137,1.7436,,,21.7700,,,,,,,1010.0714,234.3407,0.3500,0.5400,1.7143,1.6000,0.0793,7212.7118,7212.7118,7212.7118,7212.7118,7212.7118
-1480.2500,0.5000,,71.8000,,,,12,978.5600,667.6262,2083.2944,-151.0352,68.4147,213.4847,213.4847,-15.4773,0.4414,63.6897,0.0000,63.6897,4.2836,63.6897,1.2759,0.0000,62.4137,1.2800,,,61.1338,2.4428,,,58.6910,,,,,,,1013.8809,587.8475,0.3500,0.5400,1.7143,1.6000,0.0794,13563.1767,13563.1767,13563.1767,13563.1767,13563.1767
-1480.7500,0.5000,,72.0400,,,,12,981.5300,756.0995,2090.3185,-151.1689,77.7161,214.8546,214.8546,-15.5380,0.4344,72.9975,0.0000,72.9975,4.2843,72.9975,1.4621,0.0000,71.5354,1.2863,,,70.2491,2.8074,,,67.4418,,,,,,,1017.6160,671.2873,0.3500,0.5400,1.7143,1.6000,0.0800,15136.8598,15136.8598,15136.8598,15136.8598,15136.8598
-1481.2500,0.5000,,72.4200,,,,12,987.2300,856.9246,2103.7990,-151.4254,88.5910,217.4960,217.4960,-15.6547,0.7139,83.5929,0.0000,83.5929,4.2842,83.5929,1.6741,0.0000,81.9189,1.2966,,,80.6222,3.2223,,,77.4000,,,,,,,1023.7249,764.1384,0.3500,0.5400,1.7143,1.6000,0.0799,17230.0801,17230.0801,17230.0801,17230.0801,17230.0801
-1481.7500,0.5000,,72.8000,,,,12,990.5200,964.9282,2111.5798,-151.5734,100.0891,219.0279,219.0279,-15.7223,0.4280,95.3798,0.0000,95.3798,4.2813,95.3798,1.9098,0.0000,93.4700,1.3028,,,92.1672,3.6840,,,88.4832,,,,,,,1027.3703,868.7940,0.3500,0.5400,1.7143,1.6000,0.0770,19471.3239,19471.3239,19471.3239,19471.3239,19471.3239
-1482.2500,0.5000,,72.9600,,,,12,993.9100,1006.9284,2119.5972,-151.7260,104.8031,220.6119,220.6119,-15.7919,0.3563,100.1658,0.0000,100.1658,4.2810,100.1658,2.0055,0.0000,98.1603,1.3080,,,96.8523,3.8714,,,92.9809,,,,,,,1030.3952,909.7106,0.3500,0.5400,1.7143,1.6000,0.0767,20379.9248,20379.9248,20379.9248,20379.9248,20379.9248
-1482.7500,0.5000,,73.2000,,,,12,996.6800,934.4863,2126.1482,-151.8506,97.5343,221.9105,221.9105,-15.8490,0.4434,92.8099,0.0000,92.8099,4.2810,92.8099,1.8584,0.0000,90.9515,1.3143,,,89.6371,3.5828,,,86.0543,,,,,,,1034.1466,839.8447,0.3500,0.5400,1.7143,1.6000,0.0767,18955.9832,18955.9832,18955.9832,18955.9832,18955.9832
-1483.2500,0.5000,,73.2000,,,,12,993.2300,641.1515,2117.9890,-151.6954,66.6867,220.2937,220.2937,-15.7780,-0.2598,62.6655,0.0000,62.6655,4.2810,62.6655,1.2555,0.0000,61.4100,1.3106,,,60.0994,2.4013,,,57.6981,,,,,,,1031.9496,568.2661,0.3500,0.5400,1.7143,1.6000,0.0767,13290.6827,13290.6827,13290.6827,13290.6827,13290.6827
-1483.7500,0.5000,,72.9400,,,,12,990.8700,515.5018,2112.4076,-151.5892,53.4904,219.1911,219.1911,-15.7294,-0.4407,49.6504,0.0000,49.6504,4.2807,49.6504,0.9952,0.0000,48.6552,1.3042,,,47.3509,1.8914,,,45.4595,,,,,,,1028.2127,451.8740,0.3500,0.5400,1.7143,1.6000,0.0764,11044.5715,11044.5715,11044.5715,11044.5715,11044.5715
-1484.2500,0.5000,,72.7000,,,,12,987.4800,486.1658,2104.3902,-151.4366,50.2738,217.6122,217.6122,-15.6599,-0.4390,46.4324,0.0000,46.4324,4.2804,46.4324,0.9308,0.0000,45.5015,1.2979,,,44.2036,1.7815,,,42.4221,,,,,,,1024.4762,424.1266,0.3500,0.5400,1.7143,1.6000,0.0761,10560.8021,10560.8021,10560.8021,10560.8021,10560.8021
-1484.7500,0.5000,,72.4000,,,,12,984.0900,482.8498,2096.3729,-151.2841,49.7594,216.0389,216.0389,-15.5904,-0.3697,45.8490,0.0000,45.8490,4.2802,45.8490,0.9192,0.0000,44.9298,1.2925,,,43.6373,1.7732,,,41.8641,,,,,,,1021.3189,420.0922,0.3500,0.5400,1.7143,1.6000,0.0759,10478.3004,10478.3004,10478.3004,10478.3004,10478.3004
-1485.2500,0.5000,,72.1200,,,,12,982.0900,518.1569,2091.6429,-151.1941,53.2894,215.1134,215.1134,-15.5494,-0.2638,49.2734,0.0000,49.2734,4.2798,49.2734,0.9876,0.0000,48.2858,1.2887,,,46.9971,1.8773,,,45.1198,,,,,,,1019.0603,452.4710,0.3500,0.5400,1.7143,1.6000,0.0755,11003.0764,11003.0764,11003.0764,11003.0764,11003.0764
-1485.7500,0.5000,,72.1000,,,,12,980.5300,526.8475,2087.9535,-151.1239,54.0972,214.3929,214.3929,-15.5175,-0.2082,50.0248,0.0000,50.0248,4.2806,50.0248,1.0027,0.0000,49.0221,1.2857,,,47.7364,1.9069,,,45.8295,,,,,,,1017.2746,460.1771,0.3500,0.5400,1.7143,1.6000,0.0763,11122.3341,11122.3341,11122.3341,11122.3341,11122.3341
-1486.2500,0.5000,,71.9400,,,,12,978.2600,524.1530,2082.5849,-151.0217,53.6959,213.3466,213.3466,-15.4711,-0.2515,49.6651,0.0000,49.6651,4.2823,49.6651,0.9955,0.0000,48.6696,1.2821,,,47.3876,1.8929,,,45.4947,,,,,,,1015.1127,457.8414,0.3500,0.5400,1.7143,1.6000,0.0780,11059.7945,11059.7945,11059.7945,11059.7945,11059.7945
-1486.7500,0.5000,,71.7800,,,,12,975.4200,501.7893,2075.8683,-150.8939,51.2556,212.0411,212.0411,-15.4132,-0.3733,47.3465,0.0000,47.3465,4.2824,47.3465,0.9491,0.0000,46.3974,1.2766,,,45.1208,1.8023,,,43.3185,,,,,,,1011.8959,437.8537,0.3500,0.5400,1.7143,1.6000,0.0782,10689.2719,10689.2719,10689.2719,10689.2719,10689.2719
-1487.2500,0.5000,,71.8000,,,,12,979.6400,791.2377,2085.8486,-151.0838,81.1712,213.9823,213.9823,-15.4993,0.2567,76.6303,0.0000,76.6303,4.2842,76.6303,1.5348,0.0000,75.0956,1.2804,,,73.8152,2.9500,,,70.8652,,,,,,,1014.1090,707.1328,0.3500,0.5400,1.7143,1.6000,0.0800,15801.9336,15801.9336,15801.9336,15801.9336,15801.9336
-1487.7500,0.5000,,72.4800,,,,12,988.9000,1079.4001,2107.7485,-151.5005,111.7798,218.2729,218.2729,-15.6890,1.2473,106.2484,0.0000,106.2484,4.2842,106.2484,2.1272,0.0000,104.1212,1.2984,,,102.8228,4.1103,,,98.7125,,,,,,,1024.7957,970.2269,0.3500,0.5400,1.7143,1.6000,0.0799,21540.7671,21540.7671,21540.7671,21540.7671,21540.7671
-1488.2500,0.5000,,72.8600,,,,12,995.0100,1174.7124,2122.1987,-151.7755,122.4017,221.1272,221.1272,-15.8146,0.7410,117.3760,0.0000,117.3760,4.2848,117.3760,2.3497,0.0000,115.0262,1.3091,,,113.7171,4.5460,,,109.1711,,,,,,,1031.0919,1065.2976,0.3500,0.5400,1.7143,1.6000,0.0805,23366.5614,23366.5614,23366.5614,23366.5614,23366.5614
-1488.7500,0.5000,,73.5000,,,,12,1005.8100,1400.9976,2134.0000,-152.3777,147.5645,224.7703,224.7703,-16.0497,1.2342,142.0455,0.0000,142.0455,4.2848,142.0455,2.8432,0.0000,139.2023,1.3269,,,137.8755,5.5123,,,132.3632,,,,,,,1041.4948,1276.3236,0.3500,0.5400,1.7143,1.6000,0.0805,27974.4948,27974.4948,27974.4948,27974.4948,27974.4948
-1489.2500,0.5000,,74.3200,,,,12,1015.1939,1432.1061,2134.0000,-152.9876,152.2484,226.8674,226.8674,-16.2642,1.3027,146.6592,0.0000,146.6592,4.2865,146.6592,2.9355,0.0000,143.7237,1.3455,,,142.3782,5.6923,,,136.6858,,,,,,,1052.3631,1304.1697,0.3500,0.5400,1.7143,1.6000,0.0823,28860.2262,28860.2262,28860.2262,28860.2262,28860.2262
-1489.7500,0.5000,,74.8600,,,,12,1024.1569,1437.0867,2134.0000,-153.5702,154.1268,228.8703,228.8703,-16.4703,1.1008,148.7392,0.0000,148.7392,4.2867,148.7392,2.9771,0.0000,145.7621,1.3612,,,144.4009,5.7732,,,138.6277,,,,,,,1061.4606,1311.3301,0.3500,0.5400,1.7143,1.6000,0.0825,29205.6113,29205.6113,29205.6113,29205.6113,29205.6113
-1490.2500,0.5000,,75.7000,,,,12,1032.5100,1405.6419,2134.0000,-154.1132,151.9839,230.7370,230.7370,-16.6634,1.0720,146.6235,0.0000,146.6235,4.2884,146.6235,2.9349,0.0000,143.6886,1.3764,,,142.3122,5.6896,,,136.6226,,,,,,,1070.2457,1282.0655,0.3500,0.5400,1.7143,1.6000,0.0841,28797.0581,28797.0581,28797.0581,28797.0581,28797.0581
-1490.7500,0.5000,,75.7600,,,,12,1028.4000,860.8332,2134.0000,-153.8460,92.7064,229.8186,229.8186,-16.5683,-0.1526,88.5701,0.0000,88.5701,4.2888,88.5701,1.7738,0.0000,86.7963,1.3742,,,85.4221,3.4140,,,82.0081,,,,,,,1068.9999,775.3452,0.3500,0.5400,1.7143,1.6000,0.0845,17991.8040,17991.8040,17991.8040,17991.8040,17991.8040
-1491.2500,0.5000,,75.4800,,,,12,1027.6200,749.3263,2134.0000,-153.7953,80.6366,229.6443,229.6443,-16.5502,-0.4501,76.7970,0.0000,76.7970,4.2897,76.7970,1.5383,0.0000,75.2587,1.3679,,,73.8909,2.9528,,,70.9381,,,,,,,1065.3155,674.6056,0.3500,0.5400,1.7143,1.6000,0.0854,15768.6293,15768.6293,15768.6293,15768.6293,15768.6293
-1491.7500,0.5000,,75.6000,,,,12,1029.0100,889.6878,2134.0000,-153.8857,95.8707,229.9549,229.9549,-16.5824,0.1657,91.4150,0.0000,91.4150,4.2900,91.4150,1.8307,0.0000,89.5843,1.3702,,,88.2141,3.5257,,,84.6884,,,,,,,1066.6734,801.9954,0.3500,0.5400,1.7143,1.6000,0.0857,18584.2705,18584.2705,18584.2705,18584.2705,18584.2705
-1492.2500,0.5000,,75.7600,,,,12,1031.4900,980.7733,2134.0000,-154.0469,105.9406,230.5091,230.5091,-16.6397,0.3301,101.3200,0.0000,101.3200,4.2905,101.3200,2.0288,0.0000,99.2912,1.3749,,,97.9164,3.9138,,,94.0026,,,,,,,1069.3727,886.6521,0.3500,0.5400,1.7143,1.6000,0.0862,20473.7775,20473.7775,20473.7775,20473.7775,20473.7775
-1492.7500,0.5000,,75.8600,,,,12,1033.3700,1015.1570,2134.0000,-154.1691,109.8545,230.9292,230.9292,-16.6833,0.2874,105.2764,0.0000,105.2764,4.2907,105.2764,2.1079,0.0000,103.1685,1.3790,,,101.7895,4.0687,,,97.7208,,,,,,,1071.7175,919.2592,0.3500,0.5400,1.7143,1.6000,0.0864,21202.7302,21202.7302,21202.7302,21202.7302,21202.7302
-1493.2500,0.5000,,76.0600,,,,12,1036.0300,1007.3974,2134.0000,-154.3420,109.2954,231.5237,231.5237,-16.7450,0.3188,104.6870,0.0000,104.6870,4.2896,104.6870,2.0962,0.0000,102.5908,1.3835,,,101.2074,4.0454,,,97.1620,,,,,,,1074.3126,911.9043,0.3500,0.5400,1.7143,1.6000,0.0853,21089.4836,21089.4836,21089.4836,21089.4836,21089.4836
-1493.7500,0.5000,,76.2200,,,,12,1036.4700,871.1353,2134.0000,-154.3706,94.5521,231.6220,231.6220,-16.7552,0.1355,90.1278,0.0000,90.1278,4.2888,90.1278,1.8050,0.0000,88.3228,1.3854,,,86.9374,3.4746,,,83.4628,,,,,,,1075.4135,784.2754,0.3500,0.5400,1.7143,1.6000,0.0845,18331.7930,18331.7930,18331.7930,18331.7930,18331.7930
-1494.2500,0.5000,,76.1800,,,,12,1036.4286,775.0649,2134.0000,-154.3679,84.1213,231.6127,231.6127,-16.7542,-0.0007,79.8330,0.0000,79.8330,4.2890,79.8330,1.5991,0.0000,78.2339,1.3854,,,76.8486,3.0710,,,73.7775,,,,,,,1075.4075,694.6939,0.3500,0.5400,1.7143,1.6000,0.0848,16425.2018,16425.2018,16425.2018,16425.2018,16425.2018
-1494.7500,0.5000,,76.1400,,,,12,1034.7300,656.0747,2134.0000,-154.2575,71.0901,231.2331,231.2331,-16.7148,-0.2448,67.0455,0.0000,67.0455,4.2894,67.0455,1.3433,0.0000,65.7022,1.3819,,,64.3203,2.5699,,,61.7504,,,,,,,1073.4170,584.4977,0.3500,0.5400,1.7143,1.6000,0.0851,14072.0290,14072.0290,14072.0290,14072.0290,14072.0290
-1495.2500,0.5000,,75.9200,,,,12,1031.9700,568.0169,2134.0000,-154.0781,61.3842,230.6164,230.6164,-16.6509,-0.2983,57.3925,0.0000,57.3925,4.2900,57.3925,1.1503,0.0000,56.2423,1.3777,,,54.8646,2.1917,,,52.6729,,,,,,,1070.9873,501.4759,0.3500,0.5400,1.7143,1.6000,0.0857,12487.2614,12487.2614,12487.2614,12487.2614,12487.2614
-1495.7500,0.5000,,75.6600,,,,12,1026.9700,495.2137,2134.0000,-153.7531,53.2573,229.4990,229.4990,-16.5352,-0.6490,49.6156,0.0000,49.6156,4.2907,49.6156,0.9947,0.0000,48.6209,1.3685,,,47.2524,1.8918,,,45.3606,,,,,,,1065.6814,435.6792,0.3500,0.5400,1.7143,1.6000,0.0864,11140.1983,11140.1983,11140.1983,11140.1983,11140.1983
-1496.2500,0.5000,,75.2200,,,,12,1023.7300,481.5218,2134.0000,-153.5425,51.6214,228.7749,228.7749,-16.4605,-0.4224,47.7536,0.0000,47.7536,4.2902,47.7536,0.9574,0.0000,46.7961,1.3625,,,45.4336,1.8824,,,43.5512,,,,,,,1062.2140,420.6968,0.3500,0.5400,1.7143,1.6000,0.0859,10857.9699,10857.9699,10857.9699,10857.9699,10857.9699
-1496.7500,0.5000,,74.7800,,,,12,1012.5500,210.9190,2134.0000,-152.8158,22.3646,226.2765,226.2765,-16.2037,-1.1666,19.2419,0.0000,19.2419,4.2894,19.2419,0.8296,0.0000,18.4123,1.3459,,,17.0664,1.8564,,,15.2100,,,,,,,1052.5770,167.0417,0.3500,0.5400,1.7143,1.6000,0.0851,6252.7864,6252.7864,6252.7864,6252.7864,6252.7864
-1497.2500,0.5000,,73.7600,,,,12,1001.0200,85.8780,2134.0000,-152.0663,9.0023,223.6999,223.6999,-15.9406,-1.6054,6.3183,0.0000,6.3183,4.2894,6.3183,0.8155,0.0000,5.5028,1.3229,,,4.1799,1.8205,,,2.3594,,,,,,,1039.1695,50.5673,0.3500,0.5400,1.7143,1.6000,0.0851,4249.2683,4249.2683,4249.2683,4249.2683,4249.2683
-1497.7500,0.5000,,73.0600,,,,12,991.4100,96.3695,2113.6847,-151.6135,10.0051,219.4432,219.4432,-15.7405,-1.1267,6.8425,0.0000,6.8425,4.2893,6.8425,0.8056,0.0000,6.0369,1.3067,,,4.7302,1.7952,,,2.9350,,,,,,,1029.6554,55.9879,0.3500,0.5400,1.7143,1.6000,0.0850,4381.7624,4381.7624,4381.7624,4381.7624,4381.7624
-1498.2500,0.5000,,72.3200,,,,12,982.0700,103.7631,2091.5956,-151.1932,10.6712,215.1041,215.1041,-15.5490,-1.2113,7.5936,0.0000,7.5936,4.2890,7.5936,0.7949,0.0000,6.7987,1.2892,,,5.5095,1.7679,,,3.7416,,,,,,,1019.3278,63.6920,0.3500,0.5400,1.7143,1.6000,0.0847,4464.4584,4464.4584,4464.4584,4464.4584,4464.4584
-1498.7500,0.5000,,71.8200,,,,12,976.2200,202.8824,2077.7603,-150.9299,20.7406,212.4084,212.4084,-15.4295,-0.7337,17.1868,0.0000,17.1868,4.2875,17.1868,0.7883,0.0000,16.3984,1.2785,,,15.1199,1.7514,,,13.3685,,,,,,,1013.0213,154.5807,0.3500,0.5400,1.7143,1.6000,0.0832,5867.2023,5867.2023,5867.2023,5867.2023,5867.2023
-1499.2500,0.5000,,71.6000,,,,12,974.7200,427.2445,2074.2128,-150.8624,43.6099,211.7200,211.7200,-15.3989,-0.3146,39.6370,0.0000,39.6370,4.2875,39.6370,0.7949,0.0000,38.8421,1.2739,,,37.5682,1.7443,,,35.8239,,,,,,,1010.3053,367.1314,0.3500,0.5400,1.7143,1.6000,0.0832,9532.4061,9532.4061,9532.4061,9532.4061,9532.4061
-1499.7500,0.5000,,71.4800,,,,12,971.8900,498.7516,2067.5199,-150.7351,50.7610,210.4241,210.4241,-15.3412,-0.1726,46.6523,0.0000,46.6523,4.2813,46.6523,0.9352,0.0000,45.7171,1.2714,,,44.4457,1.7753,,,42.6704,,,,,,,1008.8121,432.7529,0.3500,0.5400,1.7143,1.6000,0.0770,10609.7529,10609.7529,10609.7529,10609.7529,10609.7529
-1500.2500,0.5000,,71.2400,,,,12,969.3500,490.9180,2061.5128,-150.6208,49.8331,209.2644,209.2644,-15.2895,-0.2982,45.8504,0.0000,45.8504,4.2810,45.8504,0.9191,0.0000,44.9312,1.2671,,,43.6641,1.7440,,,41.9201,,,,,,,1006.2265,426.4066,0.3500,0.5400,1.7143,1.6000,0.0767,10465.6200,10465.6200,10465.6200,10465.6200,10465.6200
-1500.7500,0.5000,,71.1800,,,,12,967.1400,477.0740,2056.2861,-150.5213,48.3174,208.2579,208.2579,-15.2446,-0.3251,44.3650,0.0000,44.3650,4.2776,44.3650,0.8894,0.0000,43.4756,1.2623,,,42.2133,1.7262,,,40.4870,,,,,,,1003.4001,413.7545,0.3500,0.5400,1.7143,1.6000,0.0733,10232.0565,10232.0565,10232.0565,10232.0565,10232.0565
-1501.2500,0.5000,,71.3600,,,,12,976.0600,933.1156,2077.3819,-150.9227,95.3763,212.3349,212.3349,-15.4262,0.7620,90.3381,0.0000,90.3381,4.2762,90.3381,1.8089,0.0000,88.5292,1.2735,,,87.2557,3.4877,,,83.7680,,,,,,,1010.0117,837.0113,0.3500,0.5400,1.7143,1.6000,0.0719,18585.4613,18585.4613,18585.4613,18585.4613,18585.4613
-1501.7500,0.5000,,71.8400,,,,12,979.6500,1035.6635,2085.8723,-151.0843,106.2474,213.9869,213.9869,-15.4995,0.6369,101.3354,0.0000,101.3354,4.2751,101.3354,2.0289,0.0000,99.3065,1.2827,,,98.0238,3.9184,,,94.1054,,,,,,,1015.5045,933.8286,0.3500,0.5400,1.7143,1.6000,0.0709,20586.1848,20586.1848,20586.1848,20586.1848,20586.1848
-1502.2500,0.5000,,72.2600,,,,12,984.2600,949.3344,2096.7749,-151.2917,97.8493,216.1177,216.1177,-15.5939,0.5401,93.0352,0.0000,93.0352,4.2740,93.0352,1.8629,0.0000,91.1723,1.2906,,,89.8817,3.5927,,,86.2891,,,,,,,1020.1398,853.4431,0.3500,0.5400,1.7143,1.6000,0.0697,19050.8550,19050.8550,19050.8550,19050.8550,19050.8550
-1502.7500,0.5000,,72.5600,,,,12,991.2200,1173.7790,2113.2353,-151.6049,121.8386,219.3545,219.3545,-15.7366,0.8262,116.7389,0.0000,116.7389,4.2735,116.7389,2.3370,0.0000,114.4019,1.3025,,,113.0994,4.5213,,,108.5781,,,,,,,1027.1897,1063.5405,0.3500,0.5400,1.7143,1.6000,0.0692,23258.1534,23258.1534,23258.1534,23258.1534,23258.1534
-1503.2500,0.5000,,73.1600,,,,12,998.0100,1278.5398,2129.2937,-151.9105,133.6219,222.5354,222.5354,-15.8764,0.8866,128.4631,0.0000,128.4631,4.2722,128.4631,2.5715,0.0000,125.8916,1.3153,,,124.5763,4.9804,,,119.5959,,,,,,,1034.7017,1161.8577,0.3500,0.5400,1.7143,1.6000,0.0679,25468.9444,25468.9444,25468.9444,25468.9444,25468.9444
-1503.7500,0.5000,,73.3600,,,,12,997.5400,1078.2552,2128.1821,-151.8893,112.6369,222.3145,222.3145,-15.8667,0.0809,108.2837,0.0000,108.2837,4.2722,108.2837,2.1679,0.0000,106.1158,1.3164,,,104.7993,4.1893,,,100.6100,,,,,,,1035.3848,978.6999,0.3500,0.5400,1.7143,1.6000,0.0679,21700.4471,21700.4471,21700.4471,21700.4471,21700.4471
-1504.2500,0.5000,,73.2600,,,,12,994.3600,797.7007,2120.6614,-151.7462,83.0639,220.8226,220.8226,-15.8012,-0.2889,79.0799,0.0000,79.0799,4.2728,79.0799,1.5838,0.0000,77.4961,1.3123,,,76.1838,3.0447,,,73.1391,,,,,,,1032.9446,716.4308,0.3500,0.5400,1.7143,1.6000,0.0686,16174.6859,16174.6859,16174.6859,16174.6859,16174.6859
-1504.7500,0.5000,,72.7600,,,,12,988.2500,598.4620,2106.2113,-151.4713,61.9344,217.9703,217.9703,-15.6757,-0.8099,58.4715,0.0000,58.4715,4.2728,58.4715,1.1716,0.0000,57.2999,1.3006,,,55.9992,2.2373,,,53.7619,,,,,,,1026.0732,533.2693,0.3500,0.5400,1.7143,1.6000,0.0685,12475.0769,12475.0769,12475.0769,12475.0769,12475.0769
-1505.2500,0.5000,,72.4400,,,,12,984.5500,574.1260,2097.4608,-151.3048,59.1934,216.2521,216.2521,-15.5998,-0.5447,55.4645,0.0000,55.4645,4.2736,55.4645,1.1115,0.0000,54.3530,1.2927,,,53.0603,2.1198,,,50.9405,,,,,,,1021.4260,508.1457,0.3500,0.5400,1.7143,1.6000,0.0693,11999.3087,11999.3087,11999.3087,11999.3087,11999.3087
-1505.7500,0.5000,,72.3200,,,,12,984.2300,725.9216,2096.7040,-151.2904,74.8195,216.1038,216.1038,-15.5932,-0.1318,70.6774,0.0000,70.6774,4.2739,70.6774,1.4157,0.0000,69.2617,1.2908,,,67.9709,2.7162,,,65.2547,,,,,,,1020.2982,648.2424,0.3500,0.5400,1.7143,1.6000,0.0696,14627.5161,14627.5161,14627.5161,14627.5161,14627.5161
-1506.2500,0.5000,,72.2800,,,,12,982.3100,673.9642,2092.1632,-151.2040,69.3289,215.2151,215.2151,-15.5539,-0.0442,65.0975,0.0000,65.0975,4.2755,65.0975,1.3041,0.0000,63.7934,1.2902,,,62.5032,2.4975,,,60.0057,,,,,,,1019.9199,597.2839,0.3500,0.5400,1.7143,1.6000,0.0713,13718.2594,13718.2594,13718.2594,13718.2594,13718.2594
-1506.7500,0.5000,,72.0200,,,,12,979.5300,650.1902,2085.5885,-151.0789,66.6940,213.9316,213.9316,-15.4971,-0.4699,62.8871,0.0000,62.8871,4.2768,62.8871,1.2599,0.0000,61.6272,1.2834,,,60.3439,2.4112,,,57.9327,,,,,,,1015.8876,579.2931,0.3500,0.5400,1.7143,1.6000,0.0725,13278.0169,13278.0169,13278.0169,13278.0169,13278.0169
-1507.2500,0.5000,,71.8600,,,,12,975.7600,575.1765,2076.6724,-150.9092,58.7723,212.1972,212.1972,-15.4201,-0.1689,54.6636,0.0000,54.6636,4.2776,54.6636,1.0954,0.0000,53.5682,1.2809,,,52.2873,2.0889,,,50.1984,,,,,,,1014.4345,504.2597,0.3500,0.5400,1.7143,1.6000,0.0733,11907.4133,11907.4133,11907.4133,11907.4133,11907.4133
-1507.7500,0.5000,,71.1600,,,,12,963.4900,194.9353,2047.6539,-150.3571,19.6683,206.6010,206.6010,-15.1705,-1.5397,16.9293,0.0000,16.9293,4.2786,16.9293,0.7760,0.0000,16.1532,1.2585,,,14.8948,1.7202,,,13.1745,,,,,,,1001.0898,154.0841,0.3500,0.5400,1.7143,1.6000,0.0744,5659.4553,5659.4553,5659.4553,5659.4553,5659.4553
-1508.2500,0.5000,,70.2800,,,,12,953.4900,169.7575,2024.0039,-149.9071,16.9502,202.0952,202.0952,-14.9681,-1.1941,13.8653,0.0000,13.8653,4.2790,13.8653,0.7653,0.0000,13.1000,1.2410,,,11.8591,1.6931,,,10.1660,,,,,,,990.6162,126.2809,0.3500,0.5400,1.7143,1.6000,0.0747,5228.2078,5228.2078,5228.2078,5228.2078,5228.2078
-1508.7500,0.5000,,69.6200,,,,12,948.0700,388.9150,2011.1856,-149.6632,38.6121,199.6738,199.6738,-14.8588,-0.9014,35.9070,0.0000,35.9070,3.6066,35.9070,0.7572,0.0000,35.1498,1.2277,,,33.9221,1.6726,,,32.2495,,,,,,,982.6357,341.5870,0.2000,0.5025,1.4286,1.4000,0.0755,8676.4862,8676.4862,8763.2510,8763.2510,8763.2510
-1509.2500,0.5000,,69.8000,,,,12,951.5800,845.8578,2019.4867,-149.8211,84.2891,201.2403,201.2403,-14.9296,0.3645,80.3181,0.0000,80.3181,3.6065,80.3181,1.6084,0.0000,78.7097,1.2330,,,77.4766,3.0966,,,74.3800,,,,,,,985.8702,762.3943,0.2000,0.5025,1.4286,1.4000,0.0755,16418.2138,16418.2138,16582.3960,16582.3960,16582.3960
-1509.7500,0.5000,,70.0400,,,,12,954.5100,988.5015,2026.4162,-149.9530,98.8067,202.5526,202.5526,-14.9887,0.3898,94.1377,0.0000,94.1377,4.2792,94.1377,1.8848,0.0000,92.2529,1.2388,,,91.0141,3.6381,,,87.3760,,,,,,,989.3178,890.4622,0.3500,0.5400,1.7143,1.6000,0.0749,19241.5335,19241.5335,19241.5335,19241.5335,19241.5335
-1510.2500,0.5000,,70.3400,,,,12,957.8500,906.2099,2034.3153,-150.1033,90.8981,204.0537,204.0537,-15.0562,0.5143,86.1046,0.0000,86.1046,4.2792,86.1046,1.7242,0.0000,84.3805,1.2463,,,83.1341,3.3229,,,79.8112,,,,,,,993.8484,810.7615,0.3500,0.5400,1.7143,1.6000,0.0749,17736.8440,17736.8440,17736.8440,17736.8440,17736.8440
-1510.7500,0.5000,,69.9400,,,,12,946.6300,279.0613,2007.7800,-149.5984,27.6636,199.0330,199.0330,-14.8298,-1.0028,25.0641,0.0000,25.0641,3.6023,25.0641,0.7596,0.0000,24.3045,1.2316,,,23.0729,1.6786,,,21.3943,,,,,,,984.9961,235.6263,0.2000,0.5025,1.4286,1.4000,0.0712,6908.0080,6908.0080,6977.0881,6977.0881,6977.0881
-1511.2500,0.5000,,68.9600,,,,12,935.4100,96.9229,1981.2447,-149.0935,9.4942,194.0746,194.0746,-14.6046,-1.4195,7.3119,0.0000,7.3119,3.6018,7.3119,0.7467,0.0000,6.5651,1.2106,,,5.3545,1.6462,,,3.7083,,,,,,,972.3273,64.4767,0.2000,0.5025,1.4286,1.4000,0.0707,4061.8518,4061.8518,4102.4703,4102.4703,4102.4703
-1511.7500,0.5000,,68.1400,,,,12,920.9400,21.8961,1947.0231,-148.4423,2.1117,187.7721,187.7721,-14.3159,-1.3518,-0.1375,0.0000,-0.1375,3.6011,-0.1375,0.7344,0.0000,-0.8719,1.1905,,,-2.0624,1.6152,,,-3.6776,,,,,,,960.1068,-8.6723,0.2000,0.5025,1.4286,1.4000,0.0700,2864.5241,2864.5241,2893.1694,2893.1694,2893.1694
-1512.2500,0.5000,,67.4800,,,,12,917.0300,24.7296,1937.7760,-148.2664,2.3748,186.0869,186.0869,-14.2382,-1.2128,-0.0130,0.0000,-0.0130,3.6007,-0.0130,0.7232,0.0000,-0.7363,1.1723,,,-1.9086,1.5873,,,-3.4958,,,,,,,949.0087,-7.4087,0.2000,0.5025,1.4286,1.4000,0.0696,2894.8424,2894.8424,2923.7908,2923.7908,2923.7908
-1512.7500,0.5000,,66.7000,,,,12,905.2600,29.7622,1909.9399,-147.7367,2.8214,181.0596,181.0596,-14.0052,-0.9905,0.2119,0.0000,0.2119,3.6000,0.2119,0.7141,0.0000,-0.5022,1.1574,,,-1.6596,1.5644,,,-3.2239,,,,,,,939.8484,-5.1026,0.2000,0.5025,1.4286,1.4000,0.0689,2885.5139,2885.5139,2914.3691,2914.3691,2914.3691
-1513.2500,0.5000,,66.2000,,,,12,896.9100,113.8130,1890.1922,-147.3610,10.6898,177.5348,177.5348,-13.8408,-1.0372,8.1280,0.0000,8.1280,3.5990,8.1280,0.7045,0.0000,7.4235,1.1417,,,6.2819,1.5403,,,4.7416,,,,,,,930.1591,76.2122,0.2000,0.5025,1.4286,1.4000,0.0679,4015.9723,4015.9723,4056.1320,4056.1320,4056.1320
-1513.7500,0.5000,,65.6800,,,,12,896.3000,503.1002,1888.7495,-147.3335,47.2211,177.2786,177.2786,-13.8288,-0.2532,43.8755,0.0000,43.8755,3.5989,43.8755,0.8793,0.0000,42.9961,1.1378,,,41.8583,1.6722,,,40.1862,,,,,,,927.7784,442.5442,0.2000,0.5025,1.4286,1.4000,0.0678,9970.6895,9970.6895,10070.3964,10070.3964,10070.3964
-1514.2500,0.5000,,66.0200,,,,12,902.2300,941.2434,1902.7740,-147.6004,88.9299,179.7766,179.7766,-13.9455,0.6632,84.6700,0.0000,84.6700,3.5967,84.6700,1.6952,0.0000,82.9748,1.1479,,,81.8269,3.2709,,,78.5560,,,,,,,934.0014,848.3403,0.2000,0.5025,1.4286,1.4000,0.0656,17330.9409,17330.9409,17504.2503,17504.2503,17504.2503
-1514.7500,0.5000,,66.7400,,,,12,907.5900,1106.1774,1915.4504,-147.8416,105.1340,182.0494,182.0494,-14.0512,0.8554,100.6820,0.0000,100.6820,3.5966,100.6820,2.0155,0.0000,98.6665,1.1608,,,97.5057,3.8980,,,93.6077,,,,,,,941.9668,1000.2427,0.2000,0.5025,1.4286,1.4000,0.0656,20318.6057,20318.6057,20521.7918,20521.7918,20521.7918
-1515.2500,0.5000,,66.3400,,,,12,958.7300,351.0781,2036.3965,-150.1429,35.2475,204.4501,204.4501,-15.0740,-1.0476,32.6979,0.0000,32.6979,3.5972,32.6979,0.7065,0.0000,31.9914,1.1450,,,30.8465,1.5454,,,29.3011,,,,,,,932.2020,327.7140,0.2000,0.5025,1.4286,1.4000,0.0661,8174.7591,8174.7591,8256.5067,8256.5067,8256.5067
-1515.7500,0.5000,,64.8600,,,,11,1178.8300,248.1716,2134.0000,-163.6240,30.6360,263.4354,263.4354,-20.1989,28.5800,-1.5413,0.0000,-1.5413,3.5973,-1.5413,1.3576,0.0000,-2.8988,1.1154,,,-4.0142,1.5002,,,-5.5144,,,,,,,913.8518,-30.2911,0.2000,0.5025,1.4286,1.4000,0.0662,7854.5359,7854.5359,7933.0813,7933.0813,7933.0813
-1516.2500,0.5000,,64.1400,,,,11,1145.2200,236.8270,2134.0000,-161.4393,28.4020,255.9246,255.9246,-19.3610,-1.6680,26.4737,0.0000,26.4737,3.5963,26.4737,1.3351,0.0000,25.1386,1.0998,,,24.0389,1.4764,,,22.5625,,,,,,,904.0685,265.5287,0.2000,0.5025,1.4286,1.4000,0.0652,7468.2990,7468.2990,7542.9820,7542.9820,7542.9820
-1516.7500,0.5000,,64.8800,,,,11,1149.5600,1279.8191,2134.0000,-161.7214,154.0667,256.8944,256.8944,-19.4683,3.3207,147.1504,0.0000,147.1504,3.5956,147.1504,5.8802,0.0000,141.2703,1.1308,,,140.1394,5.6034,,,134.5360,,,,,,,923.4424,1460.8725,0.2000,0.5025,1.4286,1.4000,0.0646,29245.1787,29245.1787,29537.6305,29537.6305,29537.6305
-1517.2500,0.5000,,65.9000,,,,11,1148.8300,919.0147,2134.0000,-161.6740,110.5622,256.7313,256.7313,-19.4502,0.9170,106.0502,0.0000,106.0502,3.5950,106.0502,4.2361,0.0000,101.8141,1.1393,,,100.6748,4.0248,,,96.6500,,,,,,,928.7214,1046.8728,0.2000,0.5025,1.4286,1.4000,0.0640,21373.3761,21373.3761,21587.1099,21587.1099,21587.1099
-1517.7500,0.5000,,65.3800,,,,11,1137.5700,385.8571,2134.0000,-160.9421,45.9656,254.2150,254.2150,-19.1724,-1.5039,43.8778,0.0000,43.8778,3.5918,43.8778,1.7493,0.0000,42.1285,1.1254,,,41.0031,1.6380,,,39.3651,,,,,,,920.0480,437.2567,0.2000,0.5025,1.4286,1.4000,0.0607,10223.2133,10223.2133,10325.4454,10325.4454,10325.4454
-1518.2500,0.5000,,64.2000,,,,11,1034.5800,15.5510,2134.0000,-154.2477,1.6848,231.1996,231.1996,-16.7113,-2.9040,0.9971,0.0000,0.9971,3.5917,0.9971,1.3328,0.0000,-0.3357,1.0982,,,-1.4339,1.4739,,,-2.9078,,,,,,,903.0640,-3.5499,0.2000,0.5025,1.4286,1.4000,0.0606,3232.7949,3232.7949,3265.1228,3265.1228,3265.1228
-1518.7500,0.5000,,63.7400,,,,12,891.0400,-147.0968,1876.3096,-147.0968,-13.7255,175.0775,175.0775,-13.7255,-30.8471,13.5311,0.0000,13.5311,3.5905,13.5311,0.6679,0.0000,12.8632,1.0827,,,11.7805,1.4494,,,10.3311,,,,,,,892.9062,137.5668,0.2000,0.5025,1.4286,1.4000,0.0595,180.7399,180.7399,182.5473,182.5473,182.5473
-1519.2500,0.5000,,62.7600,,,,12,852.3300,259.3363,1784.7605,-145.3549,23.1473,159.3002,159.3002,-12.9738,-0.8622,20.4192,0.0000,20.4192,3.5903,20.4192,0.6597,0.0000,19.7595,1.0700,,,18.6895,1.4290,,,17.2605,,,,,,,884.4317,213.3457,0.2000,0.5025,1.4286,1.4000,0.0592,5815.0735,5815.0735,5873.2243,5873.2243,5873.2243
-1519.7500,0.5000,,62.5400,,,,12,853.9700,691.6755,1788.6391,-145.4287,61.8548,159.9536,159.9536,-13.0053,0.0061,58.2591,0.0000,58.2591,3.5896,58.2591,1.1668,0.0000,57.0923,1.0701,,,56.0222,2.2389,,,53.7833,,,,,,,884.4924,616.3890,0.2000,0.5025,1.4286,1.4000,0.0585,12300.4343,12300.4343,12423.4387,12423.4387,12423.4387
-1520.2500,0.5000,,63.0400,,,,12,861.1900,1170.1693,1805.7144,-145.7536,105.5301,162.8458,162.8458,-13.1446,0.6925,101.2489,0.0000,101.2489,3.5887,101.2489,2.0266,0.0000,99.2223,1.0803,,,98.1420,3.9237,,,94.2183,,,,,,,891.3044,1063.0521,0.2000,0.5025,1.4286,1.4000,0.0576,20340.7970,20340.7970,20544.2050,20544.2050,20544.2050
-1520.7500,0.5000,,63.6600,,,,12,868.7300,1405.2983,1823.5465,-146.0929,127.8445,165.8938,165.8938,-13.2905,0.9331,123.3227,0.0000,123.3227,3.5887,123.3227,2.4682,0.0000,120.8545,1.0939,,,119.7606,4.7884,,,114.9722,,,,,,,900.4021,1281.7337,0.2000,0.5025,1.4286,1.4000,0.0576,24559.7667,24559.7667,24805.3644,24805.3644,24805.3644
-1521.2500,0.5000,,64.2800,,,,12,878.7600,1498.2317,1847.2674,-146.5442,137.8726,169.9921,169.9921,-13.4855,1.0803,133.2036,0.0000,133.2036,3.5887,133.2036,2.6658,0.0000,130.5378,1.1105,,,129.4273,5.1750,,,124.2523,,,,,,,910.8211,1368.5939,0.2000,0.5025,1.4286,1.4000,0.0576,26502.5491,26502.5491,26767.5746,26767.5746,26767.5746
-1521.7500,0.5000,,65.0800,,,,12,891.4100,1620.7193,1877.1847,-147.1135,151.2913,175.2319,175.2319,-13.7328,1.2013,146.5013,0.0000,146.5013,3.5887,146.5013,2.9318,0.0000,143.5695,1.1289,,,142.4405,5.6955,,,136.7451,,,,,,,922.2695,1486.5368,0.2000,0.5025,1.4286,1.4000,0.0576,29096.6525,29096.6525,29387.6190,29387.6190,29387.6190
-1522.2500,0.5000,,66.1600,,,,12,907.2100,1812.3843,1914.5517,-147.8245,172.1816,181.8878,181.8878,-14.0437,1.7554,166.8386,0.0000,166.8386,3.5877,166.8386,3.3386,0.0000,163.5000,1.1556,,,162.3444,6.4916,,,155.8528,,,,,,,938.7468,1663.1852,0.2000,0.5025,1.4286,1.4000,0.0566,33232.2665,33232.2665,33564.5892,33564.5892,33564.5892
-1522.7500,0.5000,,67.6000,,,,12,927.2200,1961.8753,1961.8753,-148.7249,190.4947,190.4947,190.4947,-14.4409,2.2854,184.6221,0.0000,184.6221,3.5872,184.6221,3.6944,0.0000,180.9277,1.1899,,,179.7378,7.1872,,,172.5506,,,,,,,959.7760,1800.1412,0.2000,0.5025,1.4286,1.4000,0.0561,36795.5332,36795.5332,37163.4885,37163.4885,37163.4885
-1523.2500,0.5000,,69.0400,,,,12,947.0500,2008.7733,2008.7733,-149.6173,199.2198,199.2198,199.2198,-14.8383,2.3985,193.2331,0.0000,193.2331,3.5882,193.2331,3.8667,0.0000,189.3664,1.2256,,,188.1409,7.5232,,,180.6177,,,,,,,981.3609,1842.6618,0.2000,0.5025,1.4286,1.4000,0.0571,38449.2895,38449.2895,38833.7824,38833.7824,38833.7824
-1523.7500,0.5000,,70.4800,,,,12,965.2300,2051.7690,2051.7690,-150.4354,207.3900,207.3900,207.3900,-15.2058,2.1858,200.9408,0.0000,200.9408,4.2634,200.9408,4.0209,0.0000,196.9199,1.2577,,,195.6622,7.8240,,,187.8382,,,,,,,1000.6265,1879.2689,0.3500,0.5400,1.7143,1.6000,0.0592,39965.4413,39965.4413,39965.4413,39965.4413,39965.4413
-1524.2500,0.5000,,71.7800,,,,12,980.4100,2087.6697,2087.6697,-151.1185,214.3375,214.3375,214.3375,-15.5151,1.7026,208.3710,0.0000,208.3710,4.2639,208.3710,4.1696,0.0000,204.2014,1.2825,,,202.9189,8.1142,,,194.8047,,,,,,,1015.3796,1920.4442,0.3500,0.5400,1.7143,1.6000,0.0596,41381.0347,41381.0347,41381.0347,41381.0347,41381.0347
-1524.7500,0.5000,,72.4000,,,,12,992.3900,2116.0024,2116.0024,-151.6576,219.9010,219.9010,219.9010,-15.7607,1.4431,214.1874,0.0000,214.1874,4.2704,214.1874,4.2860,0.0000,209.9015,1.3034,,,208.5981,8.3413,,,200.2568,,,,,,,1027.7190,1950.3496,0.3500,0.5400,1.7143,1.6000,0.0661,42555.7580,42555.7580,42555.7580,42555.7580,42555.7580
-1525.2500,0.5000,,73.3800,,,,12,1004.5600,2090.1952,2134.0000,-152.2964,219.8828,224.4910,224.4910,-16.0212,1.4898,214.1226,0.0000,214.1226,4.2705,214.1226,4.2847,0.0000,209.8379,1.3248,,,208.5130,8.3378,,,200.1752,,,,,,,1040.3036,1926.1723,0.3500,0.5400,1.7143,1.6000,0.0662,42435.6612,42435.6612,42435.6612,42435.6612,42435.6612
-1525.7500,0.5000,,74.1400,,,,12,1014.0300,2047.3977,2134.0000,-152.9120,217.4111,226.6073,226.6073,-16.2376,1.2981,211.8365,0.0000,211.8365,4.2764,211.8365,4.2390,0.0000,207.5975,1.3434,,,206.2540,8.2474,,,198.0067,,,,,,,1051.1463,1885.9504,0.3500,0.5400,1.7143,1.6000,0.0722,41795.6526,41795.6526,41795.6526,41795.6526,41795.6526
-1526.2500,0.5000,,74.9400,,,,12,1016.5100,1709.1110,2134.0000,-153.0732,181.9326,227.1615,227.1615,-16.2944,0.6008,177.0544,0.0000,177.0544,4.2775,177.0544,3.5434,0.0000,173.5109,1.3520,,,172.1589,6.8836,,,165.2754,,,,,,,1056.1269,1568.8526,0.3500,0.5400,1.7143,1.6000,0.0732,34535.4779,34535.4779,34535.4779,34535.4779,34535.4779
-1526.7500,0.5000,,74.6000,,,,12,1017.0800,1372.7358,2134.0000,-153.1102,146.2079,227.2889,227.2889,-16.3075,-0.1528,142.0792,0.0000,142.0792,4.2815,142.0792,2.8439,0.0000,139.2353,1.3498,,,137.8855,5.5126,,,132.3728,,,,,,,1054.8625,1260.4477,0.3500,0.5400,1.7143,1.6000,0.0772,27709.9628,27709.9628,27709.9628,27709.9628,27709.9628
-1527.2500,0.5000,,74.8600,,,,12,1021.0900,1367.3274,2134.0000,-153.3709,146.2060,228.1850,228.1850,-16.3997,0.3849,141.5375,0.0000,141.5375,4.2836,141.5375,2.8331,0.0000,138.7044,1.3553,,,137.3491,5.4911,,,131.8579,,,,,,,1058.0449,1251.8647,0.3500,0.5400,1.7143,1.6000,0.0793,27709.9104,27709.9104,27709.9104,27709.9104,27709.9104
-1527.7500,0.5000,,75.3000,,,,12,1026.4600,1344.7344,2134.0000,-153.7199,144.5464,229.3850,229.3850,-16.5235,0.7921,139.4697,0.0000,139.4697,4.2846,139.4697,2.7918,0.0000,136.6780,1.3666,,,135.3114,5.4096,,,129.9018,,,,,,,1064.5636,1226.0219,0.3500,0.5400,1.7143,1.6000,0.0803,27399.1295,27399.1295,27399.1295,27399.1295,27399.1295
-1528.2500,0.5000,,75.7400,,,,12,1032.1300,1305.2784,2134.0000,-154.0885,141.0802,230.6521,230.6521,-16.6546,0.6469,136.1480,0.0000,136.1480,4.2854,136.1480,2.7254,0.0000,133.4226,1.3757,,,132.0469,5.2790,,,126.7679,,,,,,,1069.8579,1190.8985,0.3500,0.5400,1.7143,1.6000,0.0811,26796.8896,26796.8896,26796.8896,26796.8896,26796.8896
-1528.7500,0.5000,,76.0000,,,,12,1033.7200,1138.6404,2134.0000,-154.1918,123.2589,231.0074,231.0074,-16.6914,0.4222,118.5496,0.0000,118.5496,4.2870,118.5496,2.3734,0.0000,116.1762,1.3817,,,114.7945,4.5889,,,110.2056,,,,,,,1073.2994,1033.6360,0.3500,0.5400,1.7143,1.6000,0.0828,23581.6959,23581.6959,23581.6959,23581.6959,23581.6959
-1529.2500,0.5000,,75.7400,,,,12,1030.2800,816.7006,2134.0000,-153.9682,88.1144,230.2387,230.2387,-16.6117,-0.5178,84.3433,0.0000,84.3433,4.2888,84.3433,1.6893,0.0000,82.6541,1.3744,,,81.2797,3.2483,,,78.0314,,,,,,,1069.0775,738.2892,0.3500,0.5400,1.7143,1.6000,0.0845,17148.2848,17148.2848,17148.2848,17148.2848,17148.2848
-1529.7500,0.5000,,75.5200,,,,12,1025.0300,616.7829,2134.0000,-153.6270,66.2060,229.0655,229.0655,-16.4905,-0.5718,62.4899,0.0000,62.4899,4.2880,62.4899,1.2522,0.0000,61.2377,1.3663,,,59.8714,2.3920,,,57.4794,,,,,,,1064.3952,549.3982,0.3500,0.5400,1.7143,1.6000,0.0837,13260.3101,13260.3101,13260.3101,13260.3101,13260.3101
-1530.2500,0.5000,,74.9800,,,,12,1012.6300,318.6346,2134.0000,-152.8210,33.7888,226.2944,226.2944,-16.2055,-1.2999,30.8019,0.0000,30.8019,4.2867,30.8019,0.8307,0.0000,29.9712,1.3478,,,28.6234,1.8593,,,26.7641,,,,,,,1053.6742,271.6244,0.3500,0.5400,1.7143,1.6000,0.0825,8079.0167,8079.0167,8079.0167,8079.0167,8079.0167
-1530.7500,0.5000,,73.5000,,,,12,984.9600,-146.0486,2098.4304,-151.3232,-15.0641,216.4421,216.4421,-15.6082,-2.4513,-16.8992,0.0000,-16.8992,4.2863,-16.8992,0.8092,0.0000,-17.7084,1.3126,,,-19.0210,1.8045,,,-20.8255,,,,,,,1033.1540,-163.6761,0.3500,0.5400,1.7143,1.6000,0.0820,329.0028,329.0028,329.0028,329.0028,329.0028
-1531.2500,0.5000,,72.3200,,,,12,979.2100,-151.0645,2084.8317,-151.0645,-15.4905,213.7841,213.7841,-15.4905,-1.8582,-17.9177,0.0000,-17.9177,4.2854,-17.9177,0.7928,0.0000,-18.7105,1.2858,,,-19.9963,1.7627,,,-21.7590,,,,,,,1017.3229,-175.6299,0.3500,0.5400,1.7143,1.6000,0.0811,232.6026,232.6026,232.6026,232.6026,232.6026
-1531.7500,0.5000,,71.2600,,,,12,963.0700,-150.3382,2046.6606,-150.3382,-15.1620,206.4107,206.4107,-15.1620,-1.8728,-17.5746,0.0000,-17.5746,4.2855,-17.5746,0.7761,0.0000,-18.3507,1.2585,,,-19.6092,1.7203,,,-21.3295,,,,,,,1001.1139,-175.0413,0.3500,0.5400,1.7143,1.6000,0.0812,229.1612,229.1612,229.1612,229.1612,229.1612
-1532.2500,0.5000,,69.8800,,,,12,945.0900,-149.5291,2004.1379,-149.5291,-14.7988,198.3487,198.3487,-14.7988,-2.1286,-16.2831,0.0000,-16.2831,3.6129,-16.2831,0.7569,0.0000,-17.0401,1.2272,,,-18.2673,1.6719,,,-19.9392,,,,,,,982.3667,-165.6413,0.2000,0.5025,1.4286,1.4000,0.0818,225.3276,225.3276,227.5809,227.5809,227.5809
-1532.7500,0.5000,,68.8000,,,,12,930.8800,-148.8896,1970.5312,-148.8896,-14.5140,192.0904,192.0904,-14.5140,-1.6539,-16.4730,0.0000,-16.4730,3.6129,-16.4730,0.7419,0.0000,-17.2149,1.2027,,,-18.4176,1.6341,,,-20.0517,,,,,,,967.5500,-169.9038,0.2000,0.5025,1.4286,1.4000,0.0818,222.2978,222.2978,224.5208,224.5208,224.5208
-1533.2500,0.5000,,67.7400,,,,12,916.2100,-148.2295,1935.8367,-148.2295,-14.2219,185.7344,185.7344,-14.2219,-1.7254,-16.1063,0.0000,-16.1063,3.6098,-16.1063,0.7261,0.0000,-16.8324,1.1769,,,-18.0094,1.5944,,,-19.6037,,,,,,,951.8467,-168.8695,0.2000,0.5025,1.4286,1.4000,0.0787,219.1699,219.1699,221.3616,221.3616,221.3616
-1533.7500,0.5000,,66.7400,,,,12,903.1100,-147.6400,1904.8552,-147.6400,-13.9628,180.1487,180.1487,-13.9628,-1.4696,-16.1030,0.0000,-16.1030,3.6098,-16.1030,0.7125,0.0000,-16.8155,1.1548,,,-17.9703,1.5604,,,-19.5307,,,,,,,938.2639,-171.1417,0.2000,0.5025,1.4286,1.4000,0.0787,198.7838,198.7838,200.7717,200.7717,200.7717
-1534.2500,0.5000,,65.5400,,,,12,883.8900,-146.7751,1859.3999,-146.7751,-13.5856,172.1074,172.1074,-13.5856,-1.9785,-15.2135,0.0000,-15.2135,3.6065,-15.2135,0.6941,0.0000,-15.9076,1.1247,,,-17.0324,1.5144,,,-18.5468,,,,,,,919.6609,-165.1770,0.2000,0.5025,1.4286,1.4000,0.0754,181.1903,181.1903,183.0022,183.0022,183.0022
-1534.7500,0.5000,,64.2400,,,,12,857.0400,-84.4843,1795.8996,-145.5668,-7.5824,161.1802,161.1802,-13.0645,-1.7155,-9.4723,0.0000,-9.4723,3.6054,-9.4723,0.6780,0.0000,-10.1503,1.0984,,,-11.2487,1.4743,,,-12.7230,,,,,,,903.2211,-107.3138,0.2000,0.5025,1.4286,1.4000,0.0743,1106.1804,1106.1804,1117.2422,1117.2422,1117.2422
-1535.2500,0.5000,,63.1000,,,,12,991.5000,-151.6175,2113.8975,-151.6175,-15.7424,219.4852,219.4852,-15.7424,-1.7859,-17.5603,0.0000,-17.5603,3.6038,-17.5603,0.6610,0.0000,-18.2213,1.0720,,,-19.2933,1.4323,,,-20.7256,,,,,,,885.7823,-196.4370,0.2000,0.5025,1.4286,1.4000,0.0727,235.2230,235.2230,237.5752,237.5752,237.5752
-1535.7500,0.5000,,61.5200,,,,11,1059.4400,-155.8178,2134.0000,-155.8636,-17.2871,236.7551,236.7551,-17.2922,24.7852,-45.6753,0.0000,-45.6753,3.6031,-45.6753,1.8219,0.0000,-47.4973,1.0369,,,-48.5342,1.9395,,,-50.4737,,,,,,,862.0651,-526.1382,0.2000,0.5025,1.4286,1.4000,0.0720,242.8596,242.8596,245.2882,245.2882,245.2882
-1536.2500,0.5000,,59.6200,,,,11,1031.5900,-154.0534,2134.0000,-154.0534,-16.6421,230.5314,230.5314,-16.6421,-4.3329,-15.9104,0.0000,-15.9104,3.6013,-15.9104,1.1813,0.0000,-17.0917,0.9970,,,-18.0888,1.3125,,,-19.4012,,,,,,,834.8398,-195.5036,0.2000,0.5025,1.4286,1.4000,0.0702,232.3708,232.3708,234.6945,234.6945,234.6945
-1536.7500,0.5000,,57.6800,,,,11,997.5200,-151.8884,2128.1348,-151.8884,-15.8663,222.3051,222.3051,-15.8663,-4.1879,-15.2756,0.0000,-15.2756,3.5973,-15.2756,1.1233,0.0000,-16.3989,0.9577,,,-17.3565,1.2504,,,-18.6069,,,,,,,807.6536,-193.8920,0.2000,0.5025,1.4286,1.4000,0.0662,236.5066,236.5066,238.8717,238.8717,238.8717
-1537.2500,0.5000,,55.8600,,,,11,968.2500,-150.5713,2058.9113,-150.5713,-15.2672,208.7631,208.7631,-15.2672,-3.6576,-15.2065,0.0000,-15.2065,3.5970,-15.2065,1.0720,0.0000,-16.2785,0.9226,,,-17.2011,1.1956,,,-18.3967,,,,,,,783.1383,-198.4944,0.2000,0.5025,1.4286,1.4000,0.0659,230.2657,230.2657,232.5684,232.5684,232.5684
-1537.7500,0.5000,,54.3000,,,,11,940.3000,-149.3135,1992.8095,-149.3135,-14.7026,196.2279,196.2279,-14.7026,-3.1637,-15.1313,0.0000,-15.1313,3.5923,-15.1313,1.0273,0.0000,-16.1586,0.8916,,,-17.0502,1.1476,,,-18.1978,,,,,,,761.2973,-202.6842,0.2000,0.5025,1.4286,1.4000,0.0612,224.3063,224.3063,226.5494,226.5494,226.5494
-1538.2500,0.5000,,52.6800,,,,11,897.7900,-147.4006,1892.2734,-147.4006,-13.8581,177.9046,177.9046,-13.8581,-3.0412,-14.4092,0.0000,-14.4092,3.5923,-14.4092,0.9839,0.0000,-15.3931,0.8613,,,-16.2544,1.1010,,,-17.3553,,,,,,,739.6939,-198.7213,0.2000,0.5025,1.4286,1.4000,0.0612,180.3147,180.3147,182.1179,182.1179,182.1179
-1538.7500,0.5000,,51.4000,,,,11,1014.1400,-152.9191,2134.0000,-152.9191,-16.2401,226.6319,226.6319,-16.2401,-2.6763,-17.1520,0.0000,-17.1520,3.5882,-17.1520,0.9453,0.0000,-18.0973,0.8341,,,-18.9314,1.0595,,,-19.9909,,,,,,,720.1466,-239.9741,0.2000,0.5025,1.4286,1.4000,0.0571,234.9475,234.9475,237.2969,237.2969,237.2969
-1539.2500,0.5000,,49.3800,,,,10,1078.9700,-157.1330,2134.0000,-157.1331,-17.7544,241.1195,241.1195,-17.7544,21.1396,-42.3926,0.0000,-42.3926,3.4986,-42.3926,1.6906,0.0000,-44.0832,0.7927,,,-44.8759,1.7938,,,-46.6697,,,,,,,690.0474,-610.0498,0.2000,0.4650,1.4286,1.3500,0.0550,244.7476,244.7476,254.5375,254.5375,254.5375
-1539.7500,0.5000,,47.8200,,,,10,1054.0800,-155.5152,2134.0000,-155.5152,-17.1662,235.5573,235.5573,-17.1662,-3.4400,-17.2243,0.0000,-17.2243,3.4981,-17.2243,1.1947,0.0000,-18.4191,0.7693,,,-19.1884,0.9619,,,-20.1502,,,,,,,672.8233,-261.4196,0.2000,0.4650,1.4286,1.3500,0.0546,238.1200,238.1200,247.6448,247.6448,247.6448
-1540.2500,0.5000,,47.0000,,,,10,1043.1100,-23.1172,2134.0000,-154.8022,-2.5252,233.1058,233.1058,-16.9097,-2.4725,-3.5465,0.0000,-3.5465,3.4939,-3.5465,1.1606,0.0000,-4.7071,0.7522,,,-5.4593,0.9364,,,-6.3958,,,,,,,660.1658,-68.0888,0.2000,0.4650,1.4286,1.3500,0.0503,2606.7665,2606.7665,2711.0371,2711.0371,2711.0371
-1540.7500,0.5000,,46.4800,,,,10,1032.3300,387.6543,2134.0000,-154.1015,41.9075,230.6968,230.6968,-16.6592,-0.8846,39.2982,0.0000,39.2982,3.4939,39.2982,1.5673,0.0000,37.7309,0.7460,,,36.9849,1.4783,,,35.5066,,,,,,,655.5777,549.5972,0.2000,0.4650,1.4286,1.3500,0.0503,9407.5260,9407.5260,9783.8270,9783.8270,9783.8270
-1541.2500,0.5000,,46.7200,,,,10,1044.6000,866.3763,2134.0000,-154.8990,94.7731,233.4388,233.4388,-16.9444,1.3236,89.9482,0.0000,89.9482,3.5014,89.9482,3.5932,0.0000,86.3549,0.7552,,,85.5997,3.4229,,,82.1768,,,,,,,662.4304,1244.8536,0.2000,0.4650,1.4286,1.3500,0.0578,18370.9217,18370.9217,19105.7586,19105.7586,19105.7586
-1541.7500,0.5000,,48.0200,,,,10,1074.2300,1250.8482,2134.0000,-156.8250,140.7118,240.0603,240.0603,-17.6417,4.0172,133.1897,0.0000,133.1897,3.5048,133.1897,5.3226,0.0000,127.8672,0.7829,,,127.0843,5.0822,,,122.0021,,,,,,,682.8083,1788.2639,0.2000,0.4650,1.4286,1.3500,0.0612,26779.4196,26779.4196,27850.5964,27850.5964,27850.5964
-1542.2500,0.5000,,49.2200,,,,10,1103.4100,1351.3223,2134.0000,-158.7217,156.1437,246.5812,246.5812,-18.3401,3.6669,148.8735,0.0000,148.8735,3.6032,148.8735,5.9497,0.0000,142.9239,0.8076,,,142.1163,5.6834,,,136.4329,,,,,,,700.8923,1947.2641,0.2000,0.4650,1.4286,1.3500,0.1596,29514.3985,29514.3985,30694.9745,30694.9745,30694.9745
-1542.7500,0.5000,,50.8000,,,,10,1142.6300,1528.2639,2134.0000,-161.2710,182.8658,255.3458,255.3458,-19.2970,5.0364,174.0476,0.0000,174.0476,3.7818,174.0476,6.9563,0.0000,167.0914,0.8408,,,166.2505,6.6487,,,159.6018,,,,,,,724.9952,2200.8489,0.2000,0.5025,1.4286,1.4000,0.2507,34433.1628,34433.1628,34777.4944,34777.4944,34777.4944
-1543.2500,0.5000,,52.8800,,,,10,1192.7000,1760.5450,2134.0000,-164.5255,219.8907,266.5350,266.5350,-20.5491,6.8208,209.0649,0.0000,209.0649,4.0050,209.0649,8.3565,0.0000,200.7084,0.8847,,,199.8237,7.9915,,,191.8322,,,,,,,756.4144,2533.8286,0.2000,0.5025,1.4286,1.4000,0.4739,41371.9416,41371.9416,41785.6610,41785.6610,41785.6610
-1543.7500,0.5000,,55.3200,,,,10,1248.7200,1977.8046,2134.0000,-170.3592,258.6289,279.0539,279.0539,-22.2771,7.7532,246.6233,0.0000,246.6233,4.2525,246.6233,9.8582,0.0000,236.7650,0.9332,,,235.8318,9.4317,,,226.4001,,,,,,,790.6135,2859.7280,0.2000,0.5025,1.4286,1.4000,0.7214,49370.1291,49370.1291,49863.8304,49863.8304,49863.8304
-1544.2500,0.5000,,58.0200,,,,10,1310.0900,2131.6623,2134.0000,-177.1099,292.4477,292.7684,292.7684,-24.2981,9.3500,278.7255,0.0000,278.7255,4.3722,278.7255,11.1416,0.0000,267.5838,0.9900,,,266.5939,10.6620,,,255.9318,,,,,,,829.9838,3078.6594,0.2000,0.5025,1.4286,1.4000,0.8411,56198.4656,56198.4656,56760.4503,56760.4503,56760.4503
-1544.7500,0.5000,,60.8400,,,,10,1372.7700,2134.0000,2134.0000,-184.0047,306.7756,306.7756,306.7756,-26.4518,10.1680,292.0185,0.0000,292.0185,4.5891,292.0185,11.6726,0.0000,280.3459,1.0498,,,279.2961,11.1699,,,268.1262,,,,,,,870.7802,3074.3765,0.2000,0.5025,1.4286,1.4000,1.0580,59128.6390,59128.6390,59719.9254,59719.9254,59719.9254
-1545.2500,0.5000,,63.7000,,,,10,1434.1300,2098.8461,2098.8461,-192.1195,315.2084,315.2084,315.2084,-28.8528,9.9889,300.6640,0.0000,300.6640,4.5555,300.6640,12.0177,0.0000,288.6463,1.1078,,,287.5385,11.4995,,,276.0391,,,,,,,909.0771,3032.0519,0.2000,0.5025,1.4286,1.4000,1.0244,60922.7201,60922.7201,61531.9473,61531.9473,61531.9473
-1545.7500,0.5000,,65.4600,,,,10,1436.3000,1071.2598,2096.6110,-192.4450,161.1271,315.3491,315.3491,-28.9455,3.8121,152.8085,0.0000,152.8085,4.5064,152.8085,6.1032,0.0000,146.7053,1.1305,,,145.5748,5.8208,,,139.7539,,,,,,,923.2740,1517.3530,0.2000,0.5025,1.4286,1.4000,0.9754,30560.5173,30560.5173,30866.1225,30866.1225,30866.1225
-1546.2500,0.5000,,63.5200,,,,10,1285.9400,-27.6340,2134.0000,-174.4534,-3.7213,287.3715,287.3715,-23.4925,-7.8399,-0.3451,0.0000,-0.3451,4.4638,-0.3451,1.8626,0.0000,-2.2077,1.0840,,,-3.2917,1.4516,,,-4.7433,,,,,,,893.8322,-23.5858,0.2000,0.5025,1.4286,1.4000,0.9327,3296.1997,3296.1997,3329.1617,3329.1617,3329.1617
-1546.7500,0.5000,,62.6200,,,,11,1005.2600,-152.3419,2134.0000,-152.3419,-16.0371,224.6474,224.6474,-16.0371,-44.5083,24.2134,0.0000,24.2134,4.2578,24.2134,1.2799,0.0000,22.9335,1.0629,,,21.8706,1.4176,,,20.4530,,,,,,,879.6448,248.9626,0.2000,0.5025,1.4286,1.4000,0.7267,236.2587,236.2587,238.6213,238.6213,238.6213
-1547.2500,0.5000,,61.6600,,,,12,855.3700,-145.4917,1791.9501,-145.4917,-13.0323,160.5124,160.5124,-13.0323,-29.4373,12.1472,0.0000,12.1472,4.2578,12.1472,0.6439,0.0000,11.5034,1.0457,,,10.4576,1.3900,,,9.0676,,,,,,,868.0478,126.5471,0.2000,0.5025,1.4286,1.4000,0.7267,182.9868,182.9868,184.8166,184.8166,184.8166
-1547.7500,0.5000,,61.2400,,,,12,836.0900,704.9783,1746.3529,-144.6241,61.7245,152.9022,152.9022,-12.6626,-0.2824,57.9243,0.0000,57.9243,4.0826,57.9243,1.1601,0.0000,56.7642,1.0415,,,55.7227,2.2270,,,53.4956,,,,,,,865.2014,626.5110,0.2000,0.5025,1.4286,1.4000,0.5516,12269.2878,12269.2878,12391.9807,12391.9807,12391.9807
-1548.2500,0.5000,,61.8000,,,,12,845.4100,1376.9015,1768.3947,-145.0435,121.8986,156.5580,156.5580,-12.8409,0.9566,116.8729,0.0000,116.8729,4.0691,116.8729,2.3391,0.0000,114.5338,1.0557,,,113.4781,4.5372,,,108.9409,,,,,,,874.8057,1250.2403,0.2000,0.5025,1.4286,1.4000,0.5381,23392.7517,23392.7517,23626.6792,23626.6792,23626.6792
-1548.7500,0.5000,,62.7000,,,,12,858.7500,1611.1676,1799.9438,-145.6438,144.8892,161.8655,161.8655,-13.0975,1.4465,139.4877,0.0000,139.4877,3.9550,139.4877,2.7914,0.0000,136.6963,1.0770,,,135.6192,5.4228,,,130.1964,,,,,,,889.1314,1468.1218,0.2000,0.5025,1.4286,1.4000,0.4239,27856.8870,27856.8870,28135.4559,28135.4559,28135.4559
-1549.2500,0.5000,,63.6400,,,,12,871.4400,1735.0676,1829.9556,-146.2148,158.3370,166.9962,166.9962,-13.3431,1.3128,153.1168,0.0000,153.1168,3.9074,153.1168,3.0640,0.0000,150.0528,1.0964,,,148.9564,5.9562,,,143.0002,,,,,,,901.9359,1588.6923,0.2000,0.5025,1.4286,1.4000,0.3763,30571.6340,30571.6340,30877.3504,30877.3504,30877.3504
-1549.7500,0.5000,,64.6200,,,,12,884.4800,1860.7952,1860.7952,-146.8016,172.3516,172.3516,172.3516,-13.5971,1.4365,167.0804,0.0000,167.0804,3.8346,167.0804,3.3434,0.0000,163.7370,1.1184,,,162.6186,6.5026,,,156.1160,,,,,,,915.7421,1707.4388,0.2000,0.5025,1.4286,1.4000,0.3035,33317.7408,33317.7408,33650.9182,33650.9182,33650.9182
-1550.2500,0.5000,,65.7400,,,,12,900.3900,1898.4224,1898.4224,-147.5176,178.9996,178.9996,178.9996,-13.9092,1.6459,173.5619,0.0000,173.5619,3.7917,173.5619,3.4731,0.0000,170.0889,1.1435,,,168.9454,6.7556,,,162.1897,,,,,,,931.3091,1744.0282,0.2000,0.5025,1.4286,1.4000,0.2607,34623.9995,34623.9995,34970.2395,34970.2395,34970.2395
-1550.7500,0.5000,,67.0000,,,,12,919.5800,1943.8067,1943.8067,-148.3811,187.1851,187.1851,187.1851,-14.2888,2.2321,181.1787,0.0000,181.1787,3.7742,181.1787,3.6255,0.0000,177.5533,1.1772,,,176.3761,7.0528,,,169.3233,,,,,,,952.0132,1780.9719,0.2000,0.5025,1.4286,1.4000,0.2432,36168.5795,36168.5795,36530.2653,36530.2653,36530.2653
-1551.2500,0.5000,,68.5600,,,,12,940.8500,1994.1103,1994.1103,-149.3383,196.4709,196.4709,196.4709,-14.7136,2.5252,190.2284,0.0000,190.2284,3.7173,190.2284,3.8066,0.0000,186.4219,1.2149,,,185.2070,7.4059,,,177.8011,,,,,,,974.9061,1826.0199,0.2000,0.5025,1.4286,1.4000,0.1862,37932.2300,37932.2300,38311.5523,38311.5523,38311.5523
-1551.7500,0.5000,,70.1000,,,,12,961.0600,2041.9069,2041.9069,-150.2477,205.5015,205.5015,205.5015,-15.1212,2.3364,198.7747,0.0000,198.7747,4.3905,198.7747,3.9776,0.0000,194.7971,1.2493,,,193.5478,7.7394,,,185.8084,,,,,,,995.6187,1868.3611,0.3500,0.5400,1.7143,1.6000,0.1862,39617.6771,39617.6771,39617.6771,39617.6771,39617.6771
-1552.2500,0.5000,,71.5800,,,,12,980.9700,2088.9941,2088.9941,-151.1437,214.5960,214.5960,214.5960,-15.5265,2.4096,207.8371,0.0000,207.8371,4.3493,207.8371,4.1589,0.0000,203.6782,1.2845,,,202.3937,8.0932,,,194.3005,,,,,,,1016.5386,1913.3392,0.3500,0.5400,1.7143,1.6000,0.1450,41435.9466,41435.9466,41435.9466,41435.9466,41435.9466
-1552.7500,0.5000,,72.8000,,,,12,996.0700,2124.7056,2124.7056,-151.8232,221.6242,221.6242,221.6242,-15.8364,1.7317,215.5441,0.0000,215.5441,4.3485,215.5441,4.3131,0.0000,211.2310,1.3095,,,209.9215,8.3942,,,201.5273,,,,,,,1031.3105,1955.8680,0.3500,0.5400,1.7143,1.6000,0.1442,42916.6079,42916.6079,42916.6079,42916.6079,42916.6079
-1553.2500,0.5000,,73.7600,,,,12,1010.7500,2123.1469,2134.0000,-152.6988,224.7255,225.8743,225.8743,-16.1625,1.8773,218.5193,0.0000,218.5193,4.3289,218.5193,4.3727,0.0000,214.1466,1.3365,,,212.8101,8.5097,,,204.3005,,,,,,,1047.0897,1952.9840,0.3500,0.5400,1.7143,1.6000,0.1246,43483.2426,43483.2426,43483.2426,43483.2426,43483.2426
-1553.7500,0.5000,,75.0400,,,,12,1025.0700,2065.0245,2134.0000,-153.6296,221.6702,229.0744,229.0744,-16.4914,1.8611,215.4871,0.0000,215.4871,4.3220,215.4871,4.3121,0.0000,211.1750,1.3630,,,209.8120,8.3896,,,201.4223,,,,,,,1062.5015,1897.9479,0.3500,0.5400,1.7143,1.6000,0.1177,42674.1014,42674.1014,42674.1014,42674.1014,42674.1014
-1554.2500,0.5000,,75.9000,,,,12,1037.2300,1964.4686,2134.0000,-154.4200,213.3776,231.7918,231.7918,-16.7729,1.4240,207.6342,0.0000,207.6342,4.3194,207.6342,4.1551,0.0000,203.4791,1.3832,,,202.0959,8.0809,,,194.0150,,,,,,,1074.1445,1808.9580,0.3500,0.5400,1.7143,1.6000,0.1151,40760.5625,40760.5625,40760.5625,40760.5625,40760.5625
-1554.7500,0.5000,,76.4800,,,,12,1042.4200,1727.4773,2134.0000,-154.7573,188.5748,232.9516,232.9516,-16.8936,0.9181,183.3488,0.0000,183.3488,4.3079,183.3488,3.6694,0.0000,179.6794,1.3961,,,178.2833,7.1284,,,171.1549,,,,,,,1081.5842,1586.3877,0.3500,0.5400,1.7143,1.6000,0.1036,35717.2678,35717.2678,35717.2678,35717.2678,35717.2678
-1555.2500,0.5000,,76.9400,,,,12,1050.2000,1616.0558,2134.0000,-155.2630,177.7285,234.6902,234.6902,-17.0753,0.8404,172.5802,0.0000,172.5802,4.3079,172.5802,3.4541,0.0000,169.1261,1.4079,,,167.7181,6.7057,,,161.0124,,,,,,,1088.3498,1483.9303,0.3500,0.5400,1.7143,1.6000,0.1036,33626.7679,33626.7679,33626.7679,33626.7679,33626.7679
-1555.7500,0.5000,,77.4000,,,,12,1056.3700,1529.2221,2134.0000,-155.6641,169.1668,236.0691,236.0691,-17.2200,0.8508,164.0140,0.0000,164.0140,4.3021,164.0140,3.2828,0.0000,160.7312,1.4199,,,159.3113,6.3694,,,152.9419,,,,,,,1095.1565,1401.5072,0.3500,0.5400,1.7143,1.6000,0.0978,31997.9867,31997.9867,31997.9867,31997.9867,31997.9867
-1556.2500,0.5000,,77.7000,,,,12,1053.9500,1080.6183,2134.0000,-155.5068,119.2672,235.5283,235.5283,-17.1632,-0.0180,114.9847,0.0000,114.9847,4.3005,114.9847,2.3022,0.0000,112.6825,1.4196,,,111.2629,4.4475,,,106.8154,,,,,,,1095.0129,982.6719,0.3500,0.5400,1.7143,1.6000,0.0962,22906.6482,22906.6482,22906.6482,22906.6482,22906.6482
-1556.7500,0.5000,,77.2600,,,,12,1050.7900,838.3717,2134.0000,-155.3014,92.2531,234.8221,234.8221,-17.0891,-0.5458,88.4989,0.0000,88.4989,4.3000,88.4989,1.7725,0.0000,86.7264,1.4120,,,85.3145,3.4096,,,81.9049,,,,,,,1090.6505,759.3416,0.3500,0.5400,1.7143,1.6000,0.0958,17921.1183,17921.1183,17921.1183,17921.1183,17921.1183
-1557.2500,0.5000,,77.0000,,,,12,1045.7400,790.6746,2134.0000,-154.9731,86.5865,233.6936,233.6936,-16.9710,-0.6952,82.9818,0.0000,82.9818,4.2998,82.9818,1.6621,0.0000,81.3197,1.4022,,,79.9175,3.1937,,,76.7238,,,,,,,1085.0688,715.6654,0.3500,0.5400,1.7143,1.6000,0.0956,16889.3625,16889.3625,16889.3625,16889.3625,16889.3625
-1557.7500,0.5000,,76.6000,,,,12,1038.9900,721.7752,2134.0000,-154.5344,78.5311,232.1851,232.1851,-16.8138,-0.7912,75.0221,0.0000,75.0221,4.3002,75.0221,1.5029,0.0000,73.5192,1.3911,,,72.1282,2.8822,,,69.2460,,,,,,,1078.6810,650.8477,0.3500,0.5400,1.7143,1.6000,0.0959,15411.5014,15411.5014,15411.5014,15411.5014,15411.5014
-1558.2500,0.5000,,75.9400,,,,12,1028.1700,454.4599,2134.0000,-153.8311,48.9316,229.7672,229.7672,-16.5629,-1.2436,45.8741,0.0000,45.8741,4.3011,45.8741,0.9199,0.0000,44.9542,1.3735,,,43.5807,1.8996,,,41.6811,,,,,,,1068.5633,401.7367,0.3500,0.5400,1.7143,1.6000,0.0968,10450.6300,10450.6300,10450.6300,10450.6300,10450.6300
-1558.7500,0.5000,,74.9800,,,,12,1016.8600,309.7941,2134.0000,-153.0959,32.9885,227.2397,227.2397,-16.3025,-1.5643,30.2520,0.0000,30.2520,4.3008,30.2520,0.8329,0.0000,29.4191,1.3513,,,28.0679,1.8648,,,26.2031,,,,,,,1055.6990,266.1099,0.3500,0.5400,1.7143,1.6000,0.0966,7959.3790,7959.3790,7959.3790,7959.3790,7959.3790
-1559.2500,0.5000,,74.2600,,,,12,1005.7100,320.5477,2134.0000,-152.3712,33.7593,224.7480,224.7480,-16.0474,-1.4326,30.8921,0.0000,30.8921,4.2998,30.8921,0.8203,0.0000,30.0718,1.3308,,,28.7410,1.8328,,,26.9082,,,,,,,1043.7784,275.1203,0.3500,0.5400,1.7143,1.6000,0.0956,8059.9801,8059.9801,8059.9801,8059.9801,8059.9801
-1559.7500,0.5000,,73.4800,,,,12,995.5200,366.9740,2123.4048,-151.7984,38.2573,221.3662,221.3662,-15.8251,-1.1523,35.1102,0.0000,35.1102,4.2994,35.1102,0.8102,0.0000,34.3000,1.3142,,,32.9858,1.8070,,,31.1788,,,,,,,1034.0906,316.7429,0.3500,0.5400,1.7143,1.6000,0.0951,8768.6648,8768.6648,8768.6648,8768.6648,8768.6648
-1560.2500,0.5000,,72.7400,,,,12,984.7200,347.8735,2097.8628,-151.3124,35.8726,216.3309,216.3309,-15.6033,-1.3091,32.8849,0.0000,32.8849,4.2969,32.8849,0.7986,0.0000,32.0862,1.2953,,,30.7909,1.7775,,,29.0133,,,,,,,1022.9731,299.5199,0.3500,0.5400,1.7143,1.6000,0.0926,8365.1665,8365.1665,8365.1665,8365.1665,8365.1665
-1560.7500,0.5000,,71.9000,,,,12,974.8700,281.6726,2074.5676,-150.8692,28.7554,211.7888,211.7888,-15.4020,-1.2845,25.7438,0.0000,25.7438,4.2961,25.7438,0.7872,0.0000,24.9566,1.2767,,,23.6799,1.7486,,,21.9313,,,,,,,1011.9458,235.5046,0.3500,0.5400,1.7143,1.6000,0.0919,7163.9816,7163.9816,7163.9816,7163.9816,7163.9816
-1561.2500,0.5000,,71.1600,,,,12,963.1600,275.9898,2046.8734,-150.3422,27.8369,206.4515,206.4515,-15.1638,-1.3721,24.9155,0.0000,24.9155,4.2934,24.9155,0.7750,0.0000,24.1405,1.2567,,,22.8839,1.7175,,,21.1664,,,,,,,1000.0325,230.5178,0.3500,0.5400,1.7143,1.6000,0.0891,6979.1207,6979.1207,6979.1207,6979.1207,6979.1207
-1561.7500,0.5000,,70.1200,,,,12,948.9600,167.3002,2013.2904,-149.7032,16.6254,200.0704,200.0704,-14.8767,-1.6270,13.9593,0.0000,13.9593,4.2931,13.9593,0.7603,0.0000,13.1990,1.2328,,,11.9662,1.6805,,,10.2857,,,,,,,985.7190,127.8675,0.3500,0.5400,1.7143,1.6000,0.0888,5159.5276,5159.5276,5159.5276,5159.5276,5159.5276
-1562.2500,0.5000,,69.2200,,,,12,937.6200,178.9180,1986.4713,-149.1929,17.5675,195.0463,195.0463,-14.6489,-1.3666,15.3185,0.0000,15.3185,3.6156,15.3185,0.7479,0.0000,14.5706,1.2126,,,13.3580,1.6493,,,11.7087,,,,,,,973.5338,142.9212,0.2000,0.5025,1.4286,1.4000,0.0845,5239.1526,5239.1526,5291.5441,5291.5441,5291.5441
-1562.7500,0.5000,,68.3200,,,,12,925.9900,228.2074,1958.9664,-148.6696,22.1291,189.9599,189.9599,-14.4164,-1.3567,19.8703,0.0000,19.8703,3.6156,19.8703,0.7356,0.0000,19.1347,1.1924,,,17.9423,1.6182,,,16.3242,,,,,,,961.2842,190.0825,0.2000,0.5025,1.4286,1.4000,0.0845,5883.3330,5883.3330,5942.1664,5942.1664,5942.1664
-1563.2500,0.5000,,67.8000,,,,12,922.1000,449.9903,1949.7665,-148.4945,43.4520,188.2735,188.2735,-14.3389,-0.5108,40.3550,0.0000,40.3550,3.6078,40.3550,0.8090,0.0000,39.5460,1.1848,,,38.3612,1.6064,,,36.7548,,,,,,,956.6315,394.7561,0.2000,0.5025,1.4286,1.4000,0.0768,9397.1269,9397.1269,9491.0982,9491.0982,9491.0982
-1563.7500,0.5000,,67.4200,,,,12,915.7400,518.0958,1934.7251,-148.2083,49.6833,185.5325,185.5325,-14.2126,-0.6796,46.7558,0.0000,46.7558,3.6072,46.7558,0.9370,0.0000,45.8188,1.1746,,,44.6442,1.7835,,,42.8607,,,,,,,950.4058,460.3685,0.2000,0.5025,1.4286,1.4000,0.0761,10386.1630,10386.1630,10490.0247,10490.0247,10490.0247
-1564.2500,0.5000,,67.0800,,,,12,906.5600,370.7122,1913.0144,-147.7952,35.1935,181.6115,181.6115,-14.0309,-0.7737,32.3637,0.0000,32.3637,3.6035,32.3637,0.7175,0.0000,31.6462,1.1629,,,30.4832,1.5729,,,28.9103,,,,,,,943.2683,320.3740,0.2000,0.5025,1.4286,1.4000,0.0724,8002.1359,8002.1359,8082.1572,8082.1572,8082.1572
-1564.7500,0.5000,,65.8600,,,,12,880.4500,-58.9473,1851.2643,-146.6203,-5.4350,170.6875,170.6875,-13.5185,-1.9769,-7.0599,0.0000,-7.0599,3.6018,-7.0599,0.6992,0.0000,-7.7590,1.1330,,,-8.8920,1.5270,,,-10.4190,,,,,,,924.7809,-80.1196,0.2000,0.5025,1.4286,1.4000,0.0707,1506.6375,1506.6375,1521.7038,1521.7038,1521.7038
-1565.2500,0.5000,,64.5200,,,,12,873.1600,-126.2726,1834.0234,-146.2922,-11.5460,167.6978,167.6978,-13.3765,-1.8090,-13.3381,0.0000,-13.3381,3.6011,-13.3381,0.6822,0.0000,-14.0203,1.1053,,,-15.1256,1.4848,,,-16.6104,,,,,,,907.5343,-147.5250,0.2000,0.5025,1.4286,1.4000,0.0700,484.4741,484.4741,489.3188,489.3188,489.3188
-1565.7500,0.5000,,63.4400,,,,12,858.1700,-129.0086,1798.5721,-145.6177,-11.5937,161.6329,161.6329,-13.0863,-1.5866,-13.6072,0.0000,-13.6072,3.6001,-13.6072,0.6672,0.0000,-14.2744,1.0815,,,-15.3559,1.4475,,,-16.8034,,,,,,,892.1336,-152.7912,0.2000,0.5025,1.4286,1.4000,0.0691,433.8661,433.8661,438.2047,438.2047,438.2047
-1566.2500,0.5000,,62.3600,,,,12,843.1100,-127.3353,1762.9552,-144.9400,-11.2425,155.6518,155.6518,-12.7968,-1.5838,-13.2586,0.0000,-13.2586,3.5999,-13.2586,0.6520,0.0000,-13.9106,1.0582,,,-14.9688,1.4101,,,-16.3789,,,,,,,876.4900,-151.5550,0.2000,0.5025,1.4286,1.4000,0.0688,449.8640,449.8640,454.3626,454.3626,454.3626
-1566.7500,0.5000,,61.2800,,,,12,828.3800,-114.0799,1728.1187,-144.2771,-9.8962,149.9104,149.9104,-12.5157,-1.4985,-11.9966,0.0000,-11.9966,3.5990,-11.9966,0.6375,0.0000,-12.6342,1.0360,,,-13.6702,1.3744,,,-15.0446,,,,,,,861.4272,-140.0554,0.2000,0.5025,1.4286,1.4000,0.0679,641.1366,641.1366,647.5479,647.5479,647.5479
-1567.2500,0.5000,,60.2600,,,,12,816.5600,-58.5451,1700.1644,-143.7452,-5.0062,145.3810,145.3810,-12.2916,-1.2901,-7.3151,0.0000,-7.3151,3.5990,-7.3151,0.6250,0.0000,-7.9401,1.0166,,,-8.9567,1.3435,,,-10.3002,,,,,,,848.2452,-89.3868,0.2000,0.5025,1.4286,1.4000,0.0679,1389.9650,1389.9650,1403.8646,1403.8646,1403.8646
-1567.7500,0.5000,,59.4000,,,,12,803.5200,-36.4572,1669.3248,-143.1584,-3.0677,140.4644,140.4644,-12.0460,-1.2331,-5.4319,0.0000,-5.4319,3.5974,-5.4319,0.6129,0.0000,-6.0447,0.9979,,,-7.0427,1.3139,,,-8.3565,,,,,,,835.4507,-69.0920,0.2000,0.5025,1.4286,1.4000,0.0663,1597.7708,1597.7708,1613.7485,1613.7485,1613.7485
-1568.2500,0.5000,,58.5800,,,,12,803.2300,82.0014,1668.6390,-143.1454,6.8975,140.3560,140.3560,-12.0405,-0.9324,4.2326,0.0000,4.2326,3.5973,4.2326,0.6036,0.0000,3.6290,0.9837,,,2.6453,1.2913,,,1.3540,,,,,,,825.6452,41.9720,0.2000,0.5025,1.4286,1.4000,0.0662,3180.7091,3180.7091,3212.5162,3212.5162,3212.5162
-1568.7500,0.5000,,58.0600,,,,12,788.3100,295.0235,1633.3532,-142.7078,24.3547,134.8360,134.8360,-11.7808,-0.8113,21.5703,0.0000,21.5703,3.5957,21.5703,0.5956,0.0000,20.9748,0.9712,,,20.0036,1.2716,,,18.7320,,,,,,,817.0169,245.1532,0.2000,0.5025,1.4286,1.4000,0.0646,5873.7700,5873.7700,5932.5077,5932.5077,5932.5077
-1569.2500,0.5000,,57.8200,,,,12,788.8400,790.5002,1634.6066,-142.7210,65.3010,135.0302,135.0302,-11.7898,0.0458,61.6606,0.0000,61.6606,3.5946,61.6606,1.2346,0.0000,60.4260,0.9719,,,59.4541,2.3765,,,57.0776,,,,,,,817.5064,705.8364,0.2000,0.5025,1.4286,1.4000,0.0635,12888.4730,12888.4730,13017.3577,13017.3577,13017.3577
-1569.7500,0.5000,,58.2400,,,,12,795.2800,1161.9104,1649.8372,-142.8820,96.7657,137.4010,137.4010,-11.8994,0.6090,92.5631,0.0000,92.5631,3.5936,92.5631,1.8527,0.0000,90.7104,0.9813,,,89.7292,3.5875,,,86.1417,,,,,,,823.9870,1051.2554,0.2000,0.5025,1.4286,1.4000,0.0625,18751.3295,18751.3295,18938.8428,18938.8428,18938.8428
-1570.2500,0.5000,,58.7600,,,,12,802.0500,1310.6391,1665.8483,-143.0923,110.0812,139.9154,139.9154,-12.0184,0.6787,105.8108,0.0000,105.8108,3.5918,105.8108,2.1177,0.0000,103.6931,0.9917,,,102.7015,4.1063,,,98.5952,,,,,,,831.1499,1191.3574,0.2000,0.5025,1.4286,1.4000,0.0607,21332.6462,21332.6462,21545.9726,21545.9726,21545.9726
-1570.7500,0.5000,,59.3200,,,,12,810.7400,1402.5838,1686.4001,-143.4833,119.0801,143.1762,143.1762,-12.1818,0.8941,114.5941,0.0000,114.5941,3.5918,114.5941,2.2934,0.0000,112.3008,1.0053,,,111.2955,4.4500,,,106.8455,,,,,,,840.4934,1275.9094,0.2000,0.5025,1.4286,1.4000,0.0608,22933.5401,22933.5401,23162.8755,23162.8755,23162.8755
-1571.2500,0.5000,,60.0800,,,,12,820.8800,1531.2010,1710.3812,-143.9396,131.6256,147.0284,147.0284,-12.3734,0.9237,127.1086,0.0000,127.1086,3.5934,127.1086,2.5437,0.0000,124.5649,1.0192,,,123.5457,4.9400,,,118.6056,,,,,,,850.0386,1399.3567,0.2000,0.5025,1.4286,1.4000,0.0623,25419.0264,25419.0264,25673.2167,25673.2167,25673.2167
-1571.7500,0.5000,,60.7600,,,,12,831.1700,1638.5123,1734.7171,-144.4027,142.6160,150.9896,150.9896,-12.5688,1.1140,137.9085,0.0000,137.9085,3.5934,137.9085,2.7597,0.0000,135.1488,1.0360,,,134.1128,5.3626,,,128.7502,,,,,,,861.4096,1498.2141,0.2000,0.5025,1.4286,1.4000,0.0624,27467.8695,27467.8695,27742.5482,27742.5482,27742.5482
-1572.2500,0.5000,,61.5800,,,,12,840.7000,1673.7896,1757.2555,-144.8315,147.3569,154.7051,154.7051,-12.7507,1.0014,142.7628,0.0000,142.7628,3.5927,142.7628,2.8568,0.0000,139.9060,1.0509,,,138.8551,5.5523,,,133.3028,,,,,,,871.5044,1532.9858,0.2000,0.5025,1.4286,1.4000,0.0616,28433.2758,28433.2758,28717.6085,28717.6085,28717.6085
-1572.7500,0.5000,,62.1800,,,,12,848.5600,1624.6851,1775.8444,-145.1852,144.3711,157.8033,157.8033,-12.9013,0.8370,139.9418,0.0000,139.9418,3.5923,139.9418,2.8005,0.0000,137.1414,1.0632,,,136.0781,5.4412,,,130.6370,,,,,,,879.8531,1488.4343,0.2000,0.5025,1.4286,1.4000,0.0612,27776.5965,27776.5965,28054.3624,28054.3624,28054.3624
-1573.2500,0.5000,,62.5200,,,,12,848.9700,1190.5614,1776.8141,-145.2037,105.8456,157.9658,157.9658,-12.9092,0.1916,102.0618,0.0000,102.0618,3.5922,102.0618,2.0429,0.0000,100.0190,1.0661,,,98.9529,3.9562,,,94.9968,,,,,,,881.7529,1083.1956,0.2000,0.5025,1.4286,1.4000,0.0611,20399.2052,20399.2052,20603.1972,20603.1972,20603.1972
-1573.7500,0.5000,,62.4600,,,,12,850.8300,1023.5439,1781.2130,-145.2874,91.1964,158.7038,158.7038,-12.9449,0.1023,87.5024,0.0000,87.5024,3.5918,87.5024,1.7517,0.0000,85.7507,1.0676,,,84.6831,3.3854,,,81.2978,,,,,,,882.7656,927.6063,0.2000,0.5025,1.4286,1.4000,0.0607,17869.2092,17869.2092,18047.9013,18047.9013,18047.9013
-1574.2500,0.5000,,62.5400,,,,12,849.5800,900.4719,1778.2567,-145.2311,80.1130,158.2076,158.2076,-12.9209,-0.0553,76.5766,0.0000,76.5766,3.5918,76.5766,1.5332,0.0000,75.0434,1.0667,,,73.9767,2.9571,,,71.0196,,,,,,,882.2178,812.2847,0.2000,0.5025,1.4286,1.4000,0.0607,15726.2555,15726.2555,15883.5180,15883.5180,15883.5180
-1574.7500,0.5000,,62.2400,,,,12,842.6200,490.5983,1761.7963,-144.9179,43.2899,155.4591,155.4591,-12.7874,-0.5741,40.2717,0.0000,40.2717,3.5923,40.2717,0.8070,0.0000,39.4646,1.0583,,,38.4064,1.5343,,,36.8720,,,,,,,876.5156,429.9520,0.2000,0.5025,1.4286,1.4000,0.0612,9167.2077,9167.2077,9258.8798,9258.8798,9258.8798
-1575.2500,0.5000,,61.4200,,,,12,830.3100,121.1462,1732.6832,-144.3640,10.5336,150.6566,150.6566,-12.5524,-1.2405,8.1819,0.0000,8.1819,3.5923,8.1819,0.6401,0.0000,7.5418,1.0399,,,6.5019,1.3806,,,5.1213,,,,,,,864.0650,83.3490,0.2000,0.5025,1.4286,1.4000,0.0612,3844.9137,3844.9137,3883.3628,3883.3628,3883.3628
-1575.7500,0.5000,,60.3200,,,,12,808.0600,15.5176,1680.0619,-143.3627,1.3131,142.1666,142.1666,-12.1313,-1.5481,-0.7295,0.0000,-0.7295,3.5907,-0.7295,0.6250,0.0000,-1.3545,1.0167,,,-2.3712,1.3436,,,-3.7148,,,,,,,848.2719,-15.2482,0.2000,0.5025,1.4286,1.4000,0.0596,2265.6806,2265.6806,2288.3374,2288.3374,2288.3374
-1576.2500,0.5000,,59.3600,,,,12,813.2000,29.3297,1692.2180,-143.5940,2.4977,144.1061,144.1061,-12.2282,-1.1506,0.0590,0.0000,0.0590,3.5892,0.0590,0.6137,0.0000,-0.5547,0.9992,,,-1.5539,1.3159,,,-2.8698,,,,,,,836.3406,-6.3331,0.2000,0.5025,1.4286,1.4000,0.0581,2481.9664,2481.9664,2506.7860,2506.7860,2506.7860
-1576.7500,0.5000,,58.6800,,,,12,794.3600,121.7577,1647.6614,-142.8590,10.1284,137.0610,137.0610,-11.8838,-1.0597,7.5992,0.0000,7.5992,3.5889,7.5992,0.6032,0.0000,6.9960,0.9830,,,6.0130,1.2903,,,4.7226,,,,,,,825.1991,80.9582,0.2000,0.5025,1.4286,1.4000,0.0579,3585.2662,3585.2662,3621.1188,3621.1188,3621.1188
-1577.2500,0.5000,,57.8200,,,,12,782.5000,133.1538,1619.6125,-142.5625,10.9110,132.7162,132.7162,-11.6820,-1.1111,8.4350,0.0000,8.4350,3.5871,8.4350,0.5921,0.0000,7.8429,0.9659,,,6.8770,1.2633,,,5.6137,,,,,,,813.3528,92.0808,0.2000,0.5025,1.4286,1.4000,0.0561,3632.0623,3632.0623,3668.3829,3668.3829,3668.3829
-1577.7500,0.5000,,57.0600,,,,12,773.1900,142.2220,1597.5944,-142.3298,11.5155,129.3544,129.3544,-11.5242,-0.9126,8.8409,0.0000,8.8409,3.5871,8.8409,0.5830,0.0000,8.2580,0.9517,,,7.3063,1.2410,,,6.0653,,,,,,,803.4924,98.1439,0.2000,0.5025,1.4286,1.4000,0.0561,3670.2447,3670.2447,3706.9471,3706.9471,3706.9471
-1578.2500,0.5000,,56.4600,,,,12,765.8400,212.9379,1580.2116,-142.1460,17.0773,126.7307,126.7307,-11.3999,-0.7299,14.2215,0.0000,14.2215,3.5857,14.2215,0.5756,0.0000,13.6459,0.9402,,,12.7057,1.2231,,,11.4825,,,,,,,795.5181,163.8037,0.2000,0.5025,1.4286,1.4000,0.0547,4452.4069,4452.4069,4496.9309,4496.9309,4496.9309
-1578.7500,0.5000,,55.9000,,,,12,758.2700,329.7682,1562.3086,-141.9568,26.1855,124.0564,124.0564,-11.2722,-0.7274,23.3277,0.0000,23.3277,3.5852,23.3277,0.5682,0.0000,22.7595,0.9288,,,21.8308,1.2052,,,20.6255,,,,,,,787.4914,275.9871,0.2000,0.5025,1.4286,1.4000,0.0541,6078.8155,6078.8155,6139.6037,6139.6037,6139.6037
-1579.2500,0.5000,,55.2800,,,,12,773.9800,102.7265,1599.4627,-142.3495,8.3261,129.6380,129.6380,-11.5376,-0.8471,5.5885,0.0000,5.5885,3.5847,5.5885,0.5595,0.0000,5.0290,0.9153,,,4.1137,1.1843,,,2.9294,,,,,,,778.0386,61.7233,0.2000,0.5025,1.4286,1.4000,0.0537,3208.7896,3208.7896,3240.8775,3240.8775,3240.8775
-1579.7500,0.5000,,54.2400,,,,11,964.5700,222.0061,2050.2081,-150.4057,22.4247,207.0906,207.0906,-15.1924,20.0080,-1.1670,0.0000,-1.1670,3.5837,-1.1670,1.0316,0.0000,-2.1986,0.8946,,,-3.0932,1.1522,,,-4.2454,,,,,,,763.4162,-27.5010,0.2000,0.5025,1.4286,1.4000,0.0527,6065.8601,6065.8601,6126.5187,6126.5187,6126.5187
-1580.2500,0.5000,,53.5400,,,,11,954.6600,352.3838,2026.7709,-149.9597,35.2284,202.6199,202.6199,-14.9917,-0.9134,32.5582,0.0000,32.5582,3.5837,32.5582,1.2984,0.0000,31.2598,0.8856,,,30.3742,1.2135,,,29.1607,,,,,,,757.0105,394.3258,0.2000,0.5025,1.4286,1.4000,0.0526,8157.7029,8157.7029,8239.2799,8239.2799,8239.2799
-1580.7500,0.5000,,54.3000,,,,11,957.4700,1171.3440,2033.4166,-150.0862,117.4460,203.8826,203.8826,-15.0485,1.8819,111.9788,0.0000,111.9788,3.5853,111.9788,4.4751,0.0000,107.5037,0.9041,,,106.5996,4.2625,,,102.3371,,,,,,,770.1492,1332.9687,0.2000,0.5025,1.4286,1.4000,0.0543,22496.4307,22496.4307,22721.3950,22721.3950,22721.3950
-1581.2500,0.5000,,55.1200,,,,11,969.8800,1235.7817,2062.7662,-150.6446,125.5129,209.5061,209.5061,-15.3003,1.5644,120.3629,0.0000,120.3629,3.5856,120.3629,4.8103,0.0000,115.5526,0.9194,,,114.6332,4.5838,,,110.0494,,,,,,,780.9036,1413.0372,0.2000,0.5025,1.4286,1.4000,0.0545,23963.4267,23963.4267,24203.0609,24203.0609,24203.0609
-1581.7500,0.5000,,55.9000,,,,11,986.6500,1374.5221,2102.4273,-151.3993,142.0180,217.2265,217.2265,-15.6428,1.9128,136.5207,0.0000,136.5207,3.5845,136.5207,5.4565,0.0000,131.0642,0.9379,,,130.1263,5.2035,,,124.9228,,,,,,,793.8549,1576.5737,0.2000,0.5025,1.4286,1.4000,0.0535,26950.2729,26950.2729,27219.7756,27219.7756,27219.7756
-1582.2500,0.5000,,56.9800,,,,11,1005.2200,1482.0039,2134.0000,-152.3393,156.0052,224.6385,224.6385,-16.0362,2.2256,150.1969,0.0000,150.1969,3.5827,150.1969,6.0034,0.0000,144.1935,0.9591,,,143.2344,5.7277,,,137.5067,,,,,,,808.6626,1702.7455,0.2000,0.5025,1.4286,1.4000,0.0517,29598.0654,29598.0654,29894.0461,29894.0461,29894.0461
-1582.7500,0.5000,,57.9200,,,,11,1019.5200,1371.1228,2134.0000,-153.2688,146.3864,227.8341,227.8341,-16.3636,2.0935,140.7101,0.0000,140.7101,3.5828,140.7101,5.6238,0.0000,135.0864,0.9789,,,134.1075,5.3626,,,128.7449,,,,,,,822.3484,1568.6536,0.2000,0.5025,1.4286,1.4000,0.0517,27743.8922,27743.8922,28021.3311,28021.3311,28021.3311
-1583.2500,0.5000,,58.5200,,,,11,1025.1400,954.4915,2134.0000,-153.6341,102.4670,229.0900,229.0900,-16.4930,0.6851,98.1996,0.0000,98.1996,3.5823,98.1996,3.9233,0.0000,94.2763,0.9853,,,93.2910,3.7299,,,89.5611,,,,,,,826.7778,1088.8928,0.2000,0.5025,1.4286,1.4000,0.0512,19834.9342,19834.9342,20033.2836,20033.2836,20033.2836
-1583.7500,0.5000,,58.5600,,,,11,1023.5600,713.3869,2134.0000,-153.5314,76.4658,228.7370,228.7370,-16.4566,0.0558,72.8278,0.0000,72.8278,3.5822,72.8278,2.9084,0.0000,69.9194,0.9858,,,68.9335,2.7556,,,66.1779,,,,,,,827.1374,807.2188,0.2000,0.5025,1.4286,1.4000,0.0511,14988.7852,14988.7852,15138.6730,15138.6730,15138.6730
-1584.2500,0.5000,,58.0800,,,,11,1009.8600,242.8047,2134.0000,-152.6409,25.6772,225.6754,225.6754,-16.1421,-1.5118,23.6059,0.0000,23.6059,3.5830,23.6059,1.1438,0.0000,22.4621,0.9716,,,21.4905,1.2724,,,20.2181,,,,,,,817.3354,262.4353,0.2000,0.5025,1.4286,1.4000,0.0519,6760.6315,6760.6315,6828.2378,6828.2378,6828.2378
-1584.7500,0.5000,,57.0400,,,,11,982.1500,-9.1824,2091.7848,-151.1968,-0.9444,215.1411,215.1411,-15.5507,-2.2276,-2.3009,0.0000,-2.3009,3.5842,-2.3009,1.1128,0.0000,-3.4137,0.9505,,,-4.3642,1.2392,,,-5.6034,,,,,,,802.6739,-40.6125,0.2000,0.5025,1.4286,1.4000,0.0531,2620.3414,2620.3414,2646.5449,2646.5449,2646.5449
-1585.2500,0.5000,,55.8600,,,,11,971.0300,-98.1099,2065.4860,-150.6964,-9.9764,210.0311,210.0311,-15.3237,-2.6150,-10.9456,0.0000,-10.9456,3.5842,-10.9456,1.0761,0.0000,-12.0218,0.9254,,,-12.9471,1.2000,,,-14.1471,,,,,,,785.1136,-146.2200,0.2000,0.5025,1.4286,1.4000,0.0532,1179.7179,1179.7179,1191.5151,1191.5151,1191.5151
-1585.7500,0.5000,,54.6400,,,,11,947.7400,-146.4180,2010.4051,-149.6483,-14.5316,199.5269,199.5269,-14.8522,-2.6858,-15.4324,0.0000,-15.4324,3.5867,-15.4324,1.0382,0.0000,-16.4706,0.8992,,,-17.3698,1.1593,,,-18.5291,,,,,,,766.6589,-205.1533,0.2000,0.5025,1.4286,1.4000,0.0556,284.1792,284.1792,287.0210,287.0210,287.0210
-1586.2500,0.5000,,53.3000,,,,11,924.4000,-148.5980,1955.2060,-148.5980,-14.3847,189.2697,189.2697,-14.3847,-2.6759,-15.2954,0.0000,-15.2954,3.5867,-15.2954,1.0001,0.0000,-16.2956,0.8727,,,-17.1682,1.1184,,,-18.2867,,,,,,,747.8196,-208.0866,0.2000,0.5025,1.4286,1.4000,0.0556,220.9161,220.9161,223.1253,223.1253,223.1253
-1586.7500,0.5000,,51.9800,,,,11,903.0500,-81.5782,1904.7133,-147.6373,-7.7146,180.1234,180.1234,-13.9616,-2.5023,-8.7986,0.0000,-8.7986,3.5863,-8.7986,0.9642,0.0000,-9.7629,0.8475,,,-10.6103,1.0798,,,-11.6901,,,,,,,729.7631,-127.7517,0.2000,0.5025,1.4286,1.4000,0.0552,1197.0974,1197.0974,1209.0683,1209.0683,1209.0683
-1587.2500,0.5000,,51.0600,,,,11,892.7000,-12.5498,1880.2355,-147.1715,-1.1732,175.7707,175.7707,-13.7581,-1.5959,-3.1634,0.0000,-3.1634,3.5861,-3.1634,0.9412,0.0000,-4.1045,0.8311,,,-4.9357,1.0550,,,-5.9907,,,,,,,718.0095,-54.5889,0.2000,0.5025,1.4286,1.4000,0.0550,2215.5243,2215.5243,2237.6796,2237.6796,2237.6796
-1587.7500,0.5000,,50.8200,,,,11,898.9100,660.2840,1894.9222,-147.4510,62.1549,178.3759,178.3759,-13.8801,-0.0446,58.6137,0.0000,58.6137,3.5859,58.6137,2.3410,0.0000,56.2727,0.8307,,,55.4420,2.2164,,,53.2256,,,,,,,717.6782,748.7539,0.2000,0.5025,1.4286,1.4000,0.0548,12437.4851,12437.4851,12561.8599,12561.8599,12561.8599
-1588.2500,0.5000,,51.2000,,,,11,897.4400,992.6726,1891.4456,-147.3848,93.2911,177.7575,177.7575,-13.8512,0.7760,88.9328,0.0000,88.9328,3.5822,88.9328,3.5537,0.0000,85.3791,0.8386,,,84.5405,3.3803,,,81.1602,,,,,,,723.4199,1127.0223,0.2000,0.5025,1.4286,1.4000,0.0511,18129.1850,18129.1850,18310.4769,18310.4769,18310.4769
-1588.7500,0.5000,,51.6800,,,,11,909.5300,1179.1723,1920.0385,-147.9289,112.3112,182.8755,182.8755,-14.0896,1.2221,107.5068,0.0000,107.5068,3.5822,107.5068,4.2966,0.0000,103.2102,0.8511,,,102.3592,4.0930,,,98.2661,,,,,,,732.3708,1345.7461,0.2000,0.5025,1.4286,1.4000,0.0511,21636.7484,21636.7484,21853.1158,21853.1158,21853.1158
-1589.2500,0.5000,,52.4000,,,,11,923.5900,1289.5038,1953.2904,-148.5616,124.7184,188.9186,188.9186,-14.3686,1.5299,119.6074,0.0000,119.6074,3.5811,119.6074,4.7805,0.0000,114.8269,0.8665,,,113.9604,4.5570,,,109.4034,,,,,,,743.4240,1474.9541,0.2000,0.5025,1.4286,1.4000,0.0500,23913.2563,23913.2563,24152.3888,24152.3888,24152.3888
-1589.7500,0.5000,,53.2600,,,,11,937.1500,1347.4756,1985.3598,-149.1718,132.2387,194.8395,194.8395,-14.6394,1.6191,127.0392,0.0000,127.0392,3.5805,127.0392,5.0777,0.0000,121.9615,0.8827,,,121.0789,4.8417,,,116.2371,,,,,,,754.9452,1542.6905,0.2000,0.5025,1.4286,1.4000,0.0494,25290.4039,25290.4039,25543.3079,25543.3079,25543.3079
-1590.2500,0.5000,,54.0200,,,,11,952.6600,1391.9604,2022.0409,-149.8697,138.8652,201.7235,201.7235,-14.9513,1.6956,133.5889,0.0000,133.5889,3.5807,133.5889,5.3395,0.0000,128.2493,0.8994,,,127.3499,5.0925,,,122.2574,,,,,,,766.8255,1597.0922,0.2000,0.5025,1.4286,1.4000,0.0497,26452.8483,26452.8483,26717.3768,26717.3768,26717.3768
-1590.7500,0.5000,,55.0600,,,,11,968.6600,1459.1727,2059.8809,-150.5897,148.0153,208.9499,208.9499,-15.2755,1.8473,142.5849,0.0000,142.5849,3.5832,142.5849,5.6992,0.0000,136.8856,0.9175,,,135.9682,5.4372,,,130.5310,,,,,,,779.5624,1676.7887,0.2000,0.5025,1.4286,1.4000,0.0521,28138.3296,28138.3296,28419.7129,28419.7129,28419.7129
-1591.2500,0.5000,,55.9800,,,,11,984.9900,1464.5949,2098.5014,-151.3246,151.0699,216.4560,216.4560,-15.6088,1.9015,145.5852,0.0000,145.5852,3.5832,145.5852,5.8191,0.0000,139.7661,0.9359,,,138.8302,5.5516,,,133.2786,,,,,,,792.4596,1684.2093,0.2000,0.5025,1.4286,1.4000,0.0521,28693.6747,28693.6747,28980.6115,28980.6115,28980.6115
-1591.7500,0.5000,,56.9200,,,,11,1002.0100,1468.4657,2134.0000,-152.1307,154.0865,223.9211,223.9211,-15.9631,2.0753,148.4266,0.0000,148.4266,3.5846,148.4266,5.9326,0.0000,142.4940,0.9557,,,141.5383,5.6599,,,135.8784,,,,,,,806.3000,1687.6069,0.2000,0.5025,1.4286,1.4000,0.0535,29236.4461,29236.4461,29528.8105,29528.8105,29528.8105
-1592.2500,0.5000,,57.9400,,,,11,1017.8800,1467.8818,2134.0000,-153.1622,156.4647,227.4676,227.4676,-16.3259,2.0007,150.8788,0.0000,150.8788,3.5852,150.8788,6.0305,0.0000,144.8483,0.9746,,,143.8736,5.7533,,,138.1204,,,,,,,819.4215,1688.0191,0.2000,0.5025,1.4286,1.4000,0.0541,29657.6665,29657.6665,29954.2432,29954.2432,29954.2432
-1592.7500,0.5000,,58.5600,,,,11,1032.3500,1399.7481,2134.0000,-154.1028,151.3232,230.7013,230.7013,-16.6597,1.8801,145.8566,0.0000,145.8566,3.5865,145.8566,5.8295,0.0000,140.0271,0.9923,,,139.0349,5.5597,,,133.4752,,,,,,,831.5632,1608.0081,0.2000,0.5025,1.4286,1.4000,0.0554,28673.3951,28673.3951,28960.1291,28960.1291,28960.1291
-1593.2500,0.5000,,59.5400,,,,11,1047.4900,1350.4766,2134.0000,-155.0869,148.1377,234.0846,234.0846,-17.0119,1.8643,142.6836,0.0000,142.6836,3.5898,142.6836,5.7025,0.0000,136.9811,1.0096,,,135.9715,5.4371,,,130.5345,,,,,,,843.4309,1550.8956,0.2000,0.5025,1.4286,1.4000,0.0587,28087.5584,28087.5584,28368.4340,28368.4340,28368.4340
-1593.7500,0.5000,,60.4800,,,,11,1065.3000,1323.6234,2134.0000,-156.2445,147.6607,238.0647,238.0647,-17.4303,2.2265,141.8445,0.0000,141.8445,3.5898,141.8445,5.6687,0.0000,136.1757,1.0300,,,135.1457,5.4040,,,129.7417,,,,,,,857.3886,1516.6780,0.2000,0.5025,1.4286,1.4000,0.0587,27993.0000,27993.0000,28272.9300,28272.9300,28272.9300
-1594.2500,0.5000,,61.1200,,,,11,1071.6000,1203.9912,2134.0000,-156.6540,135.1091,239.4725,239.4725,-17.5793,1.0609,130.4561,0.0000,130.4561,3.5921,130.4561,5.2131,0.0000,125.2429,1.0397,,,124.2032,4.9663,,,119.2370,,,,,,,863.9601,1384.3024,0.2000,0.5025,1.4286,1.4000,0.0611,25796.5240,25796.5240,26054.4893,26054.4893,26054.4893
-1594.7500,0.5000,,61.5800,,,,11,1082.6900,1224.3311,2134.0000,-157.3749,138.8135,241.9509,241.9509,-17.8430,1.3818,133.8393,0.0000,133.8393,3.5923,133.8393,5.3483,0.0000,128.4910,1.0522,,,127.4387,5.0956,,,122.3431,,,,,,,872.4450,1406.3907,0.2000,0.5025,1.4286,1.4000,0.0612,26473.9776,26473.9776,26738.7173,26738.7173,26738.7173
-1595.2500,0.5000,,62.2600,,,,11,1092.5600,1099.7277,2134.0000,-158.0164,125.8227,244.1565,244.1565,-18.0791,1.3686,120.8603,0.0000,120.8603,3.5938,120.8603,4.8291,0.0000,116.0312,1.0646,,,114.9666,4.5967,,,110.3699,,,,,,,880.7684,1258.0107,0.2000,0.5025,1.4286,1.4000,0.0628,24145.0742,24145.0742,24386.5249,24386.5249,24386.5249
-1595.7500,0.5000,,62.7600,,,,11,1102.8400,997.2373,2134.0000,-158.6846,115.1701,246.4538,246.4538,-18.3263,1.1958,110.3797,0.0000,110.3797,3.5946,110.3797,4.4098,0.0000,105.9699,1.0753,,,104.8946,4.1938,,,100.7008,,,,,,,887.9772,1139.5990,0.2000,0.5025,1.4286,1.4000,0.0635,22253.4969,22253.4969,22476.0318,22476.0318,22476.0318
-1596.2500,0.5000,,63.2400,,,,11,1109.0600,940.2770,2134.0000,-159.0889,109.2042,247.8438,247.8438,-18.4767,0.9826,104.6264,0.0000,104.6264,3.5953,104.6264,4.1796,0.0000,100.4468,1.0841,,,99.3627,3.9725,,,95.3902,,,,,,,893.8570,1073.0981,0.2000,0.5025,1.4286,1.4000,0.0642,21179.4232,21179.4232,21391.2174,21391.2174,21391.2174
-1596.7500,0.5000,,63.5600,,,,11,1116.1300,856.7922,2134.0000,-159.5485,100.1426,249.4238,249.4238,-18.6482,0.9341,95.6123,0.0000,95.6123,3.5962,95.6123,3.8189,0.0000,91.7934,1.0924,,,90.7010,3.6260,,,87.0750,,,,,,,899.4110,974.5957,0.2000,0.5025,1.4286,1.4000,0.0651,19410.5997,19410.5997,19604.7057,19604.7057,19604.7057
-1597.2500,0.5000,,63.9400,,,,11,1120.8700,848.3585,2134.0000,-159.8566,99.5780,250.4830,250.4830,-18.7635,0.6612,95.3200,0.0000,95.3200,3.5967,95.3200,3.8072,0.0000,91.5128,1.0986,,,90.4143,3.6145,,,86.7997,,,,,,,903.3219,967.4104,0.2000,0.5025,1.4286,1.4000,0.0656,19324.9982,19324.9982,19518.2482,19518.2482,19518.2482
-1597.7500,0.5000,,64.2800,,,,11,1126.6600,844.1713,2134.0000,-160.2329,99.5983,251.7769,251.7769,-18.9048,0.8277,95.1716,0.0000,95.1716,3.5990,95.1716,3.8012,0.0000,91.3704,1.1063,,,90.2641,3.6085,,,86.6556,,,,,,,908.1938,960.7236,0.2000,0.5025,1.4286,1.4000,0.0679,19341.6358,19341.6358,19535.0521,19535.0521,19535.0521
-1598.2500,0.5000,,64.5400,,,,11,1131.6800,842.7253,2134.0000,-160.5592,99.8707,252.8987,252.8987,-19.0278,0.6567,95.6151,0.0000,95.6151,3.5990,95.6151,3.8189,0.0000,91.7962,1.1125,,,90.6837,3.6253,,,87.0584,,,,,,,912.0403,961.1299,0.2000,0.5025,1.4286,1.4000,0.0679,19399.3576,19399.3576,19593.3512,19593.3512,19593.3512
-1598.7500,0.5000,,64.7400,,,,11,1134.7500,873.4098,2134.0000,-160.7588,103.7879,253.5848,253.5848,-19.1031,0.4508,99.7390,0.0000,99.7390,3.5980,99.7390,3.9838,0.0000,95.7552,1.1167,,,94.6385,3.7834,,,90.8551,,,,,,,914.6718,999.6974,0.2000,0.5025,1.4286,1.4000,0.0670,20079.2349,20079.2349,20280.0272,20280.0272,20280.0272
-1599.2500,0.5000,,64.8800,,,,11,1136.2300,900.6760,2134.0000,-160.8550,107.1676,253.9155,253.9155,-19.1394,0.1728,103.3970,0.0000,103.3970,3.5978,103.3970,4.1301,0.0000,99.2669,1.1183,,,98.1486,3.9238,,,94.2247,,,,,,,915.6782,1035.2209,0.2000,0.5025,1.4286,1.4000,0.0667,20733.5856,20733.5856,20940.9214,20940.9214,20940.9214
-1599.7500,0.5000,,65.0400,,,,11,1140.4400,907.6344,2134.0000,-161.1286,108.3957,254.8564,254.8564,-19.2430,0.5917,104.2062,0.0000,104.2062,3.5978,104.2062,4.1625,0.0000,100.0438,1.1239,,,98.9199,3.9547,,,94.9652,,,,,,,919.1165,1039.4194,0.2000,0.5025,1.4286,1.4000,0.0667,20966.5220,20966.5220,21176.1872,21176.1872,21176.1872
-1600.2500,0.5000,,65.1800,,,,11,1140.8000,904.0311,2134.0000,-161.1520,107.9994,254.9368,254.9368,-19.2519,0.0981,104.3035,0.0000,104.3035,3.5978,104.3035,4.1663,0.0000,100.1372,1.1248,,,99.0124,3.9584,,,95.0541,,,,,,,919.6854,1039.7467,0.2000,0.5025,1.4286,1.4000,0.0667,20889.6095,20889.6095,21098.5056,21098.5056,21098.5056
-1600.7500,0.5000,,65.2000,,,,11,1142.9000,913.6391,2134.0000,-161.2885,109.3482,255.4061,255.4061,-19.3037,0.2766,105.4727,0.0000,105.4727,3.5989,105.4727,4.2131,0.0000,101.2596,1.1273,,,100.1323,4.0032,,,96.1291,,,,,,,921.2873,1049.5727,0.2000,0.5025,1.4286,1.4000,0.0678,21147.3487,21147.3487,21358.8222,21358.8222,21358.8222
-1601.2500,0.5000,,65.3000,,,,11,1143.5400,911.0022,2134.0000,-161.3301,109.0936,255.5491,255.5491,-19.3195,0.1564,105.3360,0.0000,105.3360,3.6013,105.3360,4.2076,0.0000,101.1284,1.1288,,,99.9996,3.9978,,,96.0017,,,,,,,922.1916,1047.1848,0.2000,0.5025,1.4286,1.4000,0.0702,21097.5425,21097.5425,21308.5179,21308.5179,21308.5179
-1601.7500,0.5000,,65.4600,,,,11,1148.1200,912.8956,2134.0000,-161.6278,109.7582,256.5726,256.5726,-19.4326,0.5073,105.6489,0.0000,105.6489,3.6019,105.6489,4.2201,0.0000,101.4289,1.1335,,,100.2953,4.0097,,,96.2857,,,,,,,925.1199,1046.9715,0.2000,0.5025,1.4286,1.4000,0.0709,21220.0246,21220.0246,21432.2249,21432.2249,21432.2249
-1602.2500,0.5000,,65.8200,,,,11,1155.6600,984.7911,2134.0000,-162.1179,119.1798,258.2576,258.2576,-19.6196,1.0713,114.5043,0.0000,114.5043,3.6042,114.5043,4.5742,0.0000,109.9301,1.1435,,,108.7866,4.3493,,,104.4373,,,,,,,931.2732,1127.2255,0.2000,0.5025,1.4286,1.4000,0.0731,23008.0077,23008.0077,23238.0878,23238.0878,23238.0878
-1602.7500,0.5000,,66.2800,,,,11,1162.8700,993.2803,2134.0000,-162.5866,120.9572,259.8688,259.8688,-19.7991,1.0448,116.3081,0.0000,116.3081,3.6042,116.3081,4.6463,0.0000,111.6618,1.1531,,,110.5087,4.4181,,,106.0905,,,,,,,937.2354,1137.6989,0.2000,0.5025,1.4286,1.4000,0.0732,23327.8739,23327.8739,23561.1526,23561.1526,23561.1526
-1603.2500,0.5000,,66.5800,,,,11,1168.3800,951.4214,2134.0000,-162.9447,116.4088,261.1002,261.1002,-19.9367,0.6930,112.1086,0.0000,112.1086,3.6072,112.1086,4.4783,0.0000,107.6303,1.1595,,,106.4708,4.2566,,,102.2142,,,,,,,941.1690,1092.0394,0.2000,0.5025,1.4286,1.4000,0.0761,22457.2360,22457.2360,22681.8084,22681.8084,22681.8084
-1603.7500,0.5000,,66.9600,,,,11,1173.7600,910.0956,2134.0000,-163.2944,111.8652,262.3024,262.3024,-20.0715,0.8819,107.3761,0.0000,107.3761,3.6072,107.3761,4.2889,0.0000,103.0872,1.1676,,,101.9196,4.0745,,,97.8450,,,,,,,946.1512,1040.4364,0.2000,0.5025,1.4286,1.4000,0.0761,21596.6557,21596.6557,21812.6223,21812.6223,21812.6223
-1604.2500,0.5000,,66.9400,,,,11,1160.8200,414.5330,2134.0000,-162.4533,50.3910,259.4107,259.4107,-19.7480,-0.7571,47.5409,0.0000,47.5409,3.6072,47.5409,1.8955,0.0000,45.6453,1.1607,,,44.4847,1.7772,,,42.7075,,,,,,,941.8754,462.7796,0.2000,0.5025,1.4286,1.4000,0.0761,10903.0004,10903.0004,11012.0304,11012.0304,11012.0304
-1604.7500,0.5000,,65.7800,,,,12,1031.0200,-154.0163,2134.0000,-154.0163,-16.6289,230.4041,230.4041,-16.6289,-34.5074,14.2713,0.0000,14.2713,3.6072,14.2713,0.6967,0.0000,13.5746,1.1290,,,12.4456,1.5210,,,10.9246,,,,,,,922.3112,140.5465,0.2000,0.5025,1.4286,1.4000,0.0761,232.4550,232.4550,234.7795,234.7795,234.7795
-1605.2500,0.5000,,64.7800,,,,12,902.8600,98.1106,1904.2639,-147.6287,9.2761,180.0430,180.0430,-13.9579,-1.0692,6.7354,0.0000,6.7354,3.6099,6.7354,0.6867,0.0000,6.0487,1.1126,,,4.9361,1.4960,,,3.4401,,,,,,,912.1292,63.3257,0.2000,0.5025,1.4286,1.4000,0.0788,3835.1335,3835.1335,3873.4849,3873.4849,3873.4849
-1605.7500,0.5000,,64.2600,,,,12,873.4400,378.2205,1834.6856,-146.3048,34.5945,167.8121,167.8121,-13.3820,-0.7147,31.6983,0.0000,31.6983,3.6109,31.6983,0.6800,0.0000,31.0183,1.1017,,,29.9167,1.4793,,,28.4374,,,,,,,905.2589,327.2027,0.2000,0.5025,1.4286,1.4000,0.0799,7859.1692,7859.1692,7937.7609,7937.7609,7937.7609
-1606.2500,0.5000,,64.2000,,,,12,876.1700,894.4273,1841.1421,-146.4277,82.0658,168.9290,168.9290,-13.4351,0.2167,78.2378,0.0000,78.2378,3.6113,78.2378,1.5665,0.0000,76.6713,1.1050,,,75.5663,3.0206,,,72.5457,,,,,,,907.3471,806.9204,0.2000,0.5025,1.4286,1.4000,0.0803,16063.1513,16063.1513,16223.7828,16223.7828,16223.7828
-1606.7500,0.5000,,64.7800,,,,12,886.2100,1327.9036,1864.8867,-146.8795,123.2344,173.0684,173.0684,-13.6310,1.0771,118.5457,0.0000,118.5457,3.6116,118.5457,2.3727,0.0000,116.1730,1.1215,,,115.0515,4.5999,,,110.4516,,,,,,,917.6571,1208.9165,0.2000,0.5025,1.4286,1.4000,0.0805,23675.9338,23675.9338,23912.6931,23912.6931,23912.6931
-1607.2500,0.5000,,65.5000,,,,12,894.5800,1445.1110,1884.6817,-147.2561,135.3783,176.5574,176.5574,-13.7950,0.9700,130.7980,0.0000,130.7980,3.6103,130.7980,2.6178,0.0000,128.1802,1.1363,,,127.0439,5.0796,,,121.9643,,,,,,,926.8435,1320.6449,0.2000,0.5025,1.4286,1.4000,0.0793,26004.5435,26004.5435,26264.5890,26264.5890,26264.5890
-1607.7500,0.5000,,66.1000,,,,12,903.2800,1492.7352,1905.2572,-147.6476,141.1997,180.2207,180.2207,-13.9662,1.0083,136.5829,0.0000,136.5829,3.6085,136.5829,2.7335,0.0000,133.8494,1.1516,,,132.6978,5.3057,,,127.3921,,,,,,,936.2974,1365.1302,0.2000,0.5025,1.4286,1.4000,0.0774,27075.9207,27075.9207,27346.6799,27346.6799,27346.6799
-1608.2500,0.5000,,66.7400,,,,12,911.2600,1493.0710,1924.1299,-148.0067,142.4792,183.6138,183.6138,-14.1238,0.8742,137.9967,0.0000,137.9967,3.6083,137.9967,2.7618,0.0000,135.2349,1.1648,,,134.0701,5.3606,,,128.7095,,,,,,,944.4178,1367.4011,0.2000,0.5025,1.4286,1.4000,0.0772,27271.7238,27271.7238,27544.4410,27544.4410,27544.4410
-1608.7500,0.5000,,67.3600,,,,12,918.1900,1439.5055,1940.5194,-148.3186,138.4122,186.5860,186.5860,-14.2612,0.8111,133.9934,0.0000,133.9934,3.6078,133.9934,2.6818,0.0000,131.3116,1.1770,,,130.1346,5.2031,,,124.9315,,,,,,,951.8895,1317.3099,0.2000,0.5025,1.4286,1.4000,0.0767,26481.0550,26481.0550,26745.8656,26745.8656,26745.8656
-1609.2500,0.5000,,67.6800,,,,12,924.1400,1308.1951,1954.5911,-148.5863,126.6015,189.1570,189.1570,-14.3795,0.6737,122.3201,0.0000,122.3201,3.6077,122.3201,2.4483,0.0000,119.8718,1.1871,,,118.6847,4.7451,,,113.9396,,,,,,,958.0518,1194.8116,0.2000,0.5025,1.4286,1.4000,0.0766,24280.2572,24280.2572,24523.0598,24523.0598,24523.0598
-1609.7500,0.5000,,68.1000,,,,12,928.1700,1205.9204,1964.1221,-148.7677,117.2127,190.9082,190.9082,-14.4599,0.5825,113.0243,0.0000,113.0243,3.6059,113.0243,2.2624,0.0000,110.7619,1.1958,,,109.5661,4.3803,,,105.1858,,,,,,,963.3476,1097.9404,0.2000,0.5025,1.4286,1.4000,0.0749,22492.5308,22492.5308,22717.4561,22717.4561,22717.4561
-1610.2500,0.5000,,68.2600,,,,12,929.7100,1079.3772,1967.7642,-148.8370,105.0871,191.5796,191.5796,-14.4906,0.1536,101.3275,0.0000,101.3275,3.6059,101.3275,2.0285,0.0000,99.2990,1.1981,,,98.1010,3.9217,,,94.1793,,,,,,,964.7394,982.8934,0.2000,0.5025,1.4286,1.4000,0.0749,20309.7479,20309.7479,20512.8454,20512.8454,20512.8454
-1610.7500,0.5000,,68.3200,,,,12,927.9200,900.6485,1963.5308,-148.7564,87.5174,190.7993,190.7993,-14.4549,-0.1526,84.0633,0.0000,84.0633,3.6066,84.0633,1.6832,0.0000,82.3801,1.1958,,,81.1843,3.2450,,,77.9393,,,,,,,963.3571,816.5946,0.2000,0.5025,1.4286,1.4000,0.0756,17126.5513,17126.5513,17297.8168,17297.8168,17297.8168
-1611.2500,0.5000,,68.2200,,,,12,926.6600,811.9755,1960.5509,-148.6997,78.7938,190.2511,190.2511,-14.4298,-0.1850,75.3721,0.0000,75.3721,3.6066,75.3721,1.5094,0.0000,73.8628,1.1930,,,72.6697,2.9045,,,69.7652,,,,,,,961.6786,733.4440,0.2000,0.5025,1.4286,1.4000,0.0755,15370.2874,15370.2874,15523.9903,15523.9903,15523.9903
-1611.7500,0.5000,,68.0400,,,,12,922.1900,565.0362,1949.9794,-148.4986,54.5664,188.3125,188.3125,-14.3407,-0.4269,51.3867,0.0000,51.3867,3.6066,51.3867,1.0297,0.0000,50.3570,1.1867,,,49.1704,1.9645,,,47.2059,,,,,,,957.7931,502.0649,0.2000,0.5025,1.4286,1.4000,0.0756,11168.4122,11168.4122,11280.0963,11280.0963,11280.0963
-1612.2500,0.5000,,67.3400,,,,12,912.4600,293.9997,1926.9679,-148.0607,28.0924,184.1268,184.1268,-14.1476,-1.0979,25.5837,0.0000,25.5837,3.6066,25.5837,0.7220,0.0000,24.8617,1.1702,,,23.6915,1.5841,,,22.1074,,,,,,,947.7283,250.5061,0.2000,0.5025,1.4286,1.4000,0.0756,6839.0382,6839.0382,6907.4286,6907.4286,6907.4286
-1612.7500,0.5000,,66.5600,,,,12,902.3400,273.2982,1903.0341,-147.6053,25.8247,179.8231,179.8231,-13.9476,-1.1282,23.3482,0.0000,23.3482,3.6047,23.3482,0.7115,0.0000,22.6367,1.1532,,,21.4835,1.5580,,,19.9256,,,,,,,937.2723,230.6315,0.2000,0.5025,1.4286,1.4000,0.0737,6416.4344,6416.4344,6480.5988,6480.5988,6480.5988
-1613.2500,0.5000,,65.8400,,,,12,891.9000,280.0016,1878.3435,-147.1355,26.1520,175.4364,175.4364,-13.7424,-1.1533,23.7023,0.0000,23.7023,3.6030,23.7023,0.7008,0.0000,23.0015,1.1357,,,21.8658,1.5312,,,20.3346,,,,,,,926.4621,237.0827,0.2000,0.5025,1.4286,1.4000,0.0719,6436.9076,6436.9076,6501.2767,6501.2767,6501.2767
-1613.7500,0.5000,,65.1200,,,,12,883.9800,328.8369,1859.6127,-146.7791,30.4405,172.1447,172.1447,-13.5874,-0.9676,27.8064,0.0000,27.8064,3.6017,27.8064,0.6918,0.0000,27.1146,1.1209,,,25.9937,1.5086,,,24.4850,,,,,,,917.2944,282.2706,0.2000,0.5025,1.4286,1.4000,0.0706,7153.4117,7153.4117,7224.9459,7224.9459,7224.9459
-1614.2500,0.5000,,64.6400,,,,12,878.8200,497.0655,1847.4093,-146.5469,45.7448,170.0167,170.0167,-13.4867,-0.5867,42.7332,0.0000,42.7332,3.5984,42.7332,0.8564,0.0000,41.8768,1.1119,,,40.7648,1.6285,,,39.1363,,,,,,,911.6902,438.6287,0.2000,0.5025,1.4286,1.4000,0.0674,9666.2426,9666.2426,9762.9051,9762.9051,9762.9051
-1614.7500,0.5000,,64.5400,,,,12,880.0100,909.1487,1850.2237,-146.6005,83.7821,170.5063,170.5063,-13.5099,0.0118,80.1721,0.0000,80.1721,3.5982,80.1721,1.6052,0.0000,78.5669,1.1121,,,77.4548,3.0961,,,74.3587,,,,,,,911.8032,822.8298,0.2000,0.5025,1.4286,1.4000,0.0671,16383.5907,16383.5907,16547.4266,16547.4266,16547.4266
-1615.2500,0.5000,,64.7200,,,,12,882.2300,1141.2295,1855.4740,-146.7004,105.4347,171.4215,171.4215,-13.5532,0.2863,101.5560,0.0000,101.5560,3.5923,101.5560,2.0329,0.0000,99.5232,1.1165,,,98.4067,3.9342,,,94.4725,,,,,,,914.5414,1039.1835,0.2000,0.5025,1.4286,1.4000,0.0613,20348.2517,20348.2517,20551.7342,20551.7342,20551.7342
-1615.7500,0.5000,,64.9000,,,,12,884.4700,1183.8621,1860.7716,-146.8012,109.6511,172.3474,172.3474,-13.5969,0.2415,105.8172,0.0000,105.8172,3.5923,105.8172,2.1181,0.0000,103.6991,1.1202,,,102.5789,4.1010,,,98.4779,,,,,,,916.8451,1080.0666,0.2000,0.5025,1.4286,1.4000,0.0612,21149.2828,21149.2828,21360.7757,21360.7757,21360.7757
-1616.2500,0.5000,,65.1200,,,,12,887.8300,1194.1874,1868.7180,-146.9524,111.0276,173.7409,173.7409,-13.6627,0.4416,106.9960,0.0000,106.9960,3.5900,106.9960,2.1417,0.0000,104.8543,1.1270,,,103.7274,4.1470,,,99.5804,,,,,,,921.0421,1087.1220,0.2000,0.5025,1.4286,1.4000,0.0589,21412.1247,21412.1247,21626.2460,21626.2460,21626.2460
-1616.7500,0.5000,,65.3400,,,,12,888.6100,1028.2180,1870.5627,-146.9875,95.6808,174.0652,174.0652,-13.6779,0.0961,91.9960,0.0000,91.9960,3.5887,91.9960,1.8417,0.0000,90.1543,1.1284,,,89.0259,3.5589,,,85.4670,,,,,,,921.9535,933.7892,0.2000,0.5025,1.4286,1.4000,0.0576,18601.8295,18601.8295,18787.8478,18787.8478,18787.8478
-1617.2500,0.5000,,65.2600,,,,12,886.5400,859.4420,1865.6671,-146.8943,79.7891,173.2053,173.2053,-13.6374,-0.1264,76.3265,0.0000,76.3265,3.5889,76.3265,1.5283,0.0000,74.7982,1.1265,,,73.6717,2.9447,,,70.7270,,,,,,,920.7554,775.7438,0.2000,0.5025,1.4286,1.4000,0.0579,15629.0858,15629.0858,15785.3766,15785.3766,15785.3766
-1617.7500,0.5000,,64.9000,,,,12,878.3300,540.0026,1846.2505,-146.5249,49.6686,169.8154,169.8154,-13.4771,-0.7723,46.8512,0.0000,46.8512,3.5898,46.8512,0.9388,0.0000,45.9124,1.1147,,,44.7978,1.7898,,,43.0079,,,,,,,913.3994,479.9997,0.2000,0.5025,1.4286,1.4000,0.0587,10321.0736,10321.0736,10424.2843,10424.2843,10424.2843
-1618.2500,0.5000,,63.8400,,,,12,855.4800,1.1377,1792.2102,-145.4966,0.1019,160.5563,160.5563,-13.0344,-1.5238,-1.9640,0.0000,-1.9640,3.5898,-1.9640,0.6736,0.0000,-2.6376,1.0913,,,-3.7289,1.4634,,,-5.1923,,,,,,,898.7096,-28.0259,0.2000,0.5025,1.4286,1.4000,0.0587,2253.5901,2253.5901,2276.1260,2276.1260,2276.1260
-1618.7500,0.5000,,62.6200,,,,12,848.0500,-145.1623,1774.6383,-145.1623,-12.8915,157.6013,157.6013,-12.8915,-1.7233,-14.7565,0.0000,-14.7565,3.5884,-14.7565,0.6571,0.0000,-15.4137,1.0661,,,-16.4798,1.4227,,,-17.9025,,,,,,,881.8014,-166.9193,0.2000,0.5025,1.4286,1.4000,0.0573,183.4479,183.4479,185.2823,185.2823,185.2823
-1619.2500,0.5000,,61.6800,,,,12,869.0800,-120.1961,1824.3742,-146.1086,-10.9390,166.0360,166.0360,-13.2973,-1.6069,-12.9203,0.0000,-12.9203,3.5881,-12.9203,0.6417,0.0000,-13.5620,1.0423,,,-14.6043,1.3846,,,-15.9889,,,,,,,865.7386,-149.5916,0.2000,0.5025,1.4286,1.4000,0.0571,573.8070,573.8070,579.5451,579.5451,579.5451
-1619.7500,0.5000,,60.0800,,,,11,1024.5700,-40.8171,2134.0000,-153.5971,-4.3794,228.9627,228.9627,-16.4798,23.2710,-31.2385,0.0000,-31.2385,3.5881,-31.2385,1.2447,0.0000,-32.4832,1.0045,,,-33.4877,1.3377,,,-34.8255,,,,,,,839.9902,-369.2799,0.2000,0.5025,1.4286,1.4000,0.0571,2268.3874,2268.3874,2291.0713,2291.0713,2291.0713
-1620.2500,0.5000,,57.7200,,,,11,997.8500,-151.9033,2128.9153,-151.9033,-15.8731,222.4602,222.4602,-15.8731,-4.9685,-14.4927,0.0000,-14.4927,3.5881,-14.4927,1.1237,0.0000,-15.6164,0.9579,,,-16.5743,1.2508,,,-17.8252,,,,,,,807.8416,-184.5975,0.2000,0.5025,1.4286,1.4000,0.0571,236.5770,236.5770,238.9427,238.9427,238.9427
-1620.7500,0.5000,,55.8000,,,,11,968.0900,-150.5641,2058.5329,-150.5641,-15.2639,208.6902,208.6902,-15.2639,-3.6861,-15.1660,0.0000,-15.1660,3.5882,-15.1660,1.0720,0.0000,-16.2380,0.9226,,,-17.1606,1.1956,,,-18.3562,,,,,,,783.1386,-198.0007,0.2000,0.5025,1.4286,1.4000,0.0571,230.2316,230.2316,232.5339,232.5339,232.5339
-1621.2500,0.5000,,54.5400,,,,11,946.3500,-149.5858,2007.1178,-149.5858,-14.8242,198.9085,198.9085,-14.8242,-2.5656,-15.8473,0.0000,-15.8473,3.5887,-15.8473,1.0358,0.0000,-16.8831,0.8975,,,-17.7806,1.1567,,,-18.9373,,,,,,,765.4741,-210.6163,0.2000,0.5025,1.4286,1.4000,0.0576,225.5963,225.5963,227.8522,227.8522,227.8522
-1621.7500,0.5000,,53.3200,,,,11,925.6000,-148.6520,1958.0440,-148.6520,-14.4086,189.7905,189.7905,-14.4086,-2.3410,-15.6563,0.0000,-15.6563,3.5887,-15.6563,1.0025,0.0000,-16.6588,0.8743,,,-17.5331,1.1209,,,-18.6541,,,,,,,748.9926,-212.3917,0.2000,0.5025,1.4286,1.4000,0.0576,221.1720,221.1720,223.3837,223.3837,223.3837
-1622.2500,0.5000,,51.9600,,,,11,900.8600,-147.5387,1899.5339,-147.5387,-13.9185,179.1979,179.1979,-13.9185,-2.7346,-14.7700,0.0000,-14.7700,3.5860,-14.7700,0.9633,0.0000,-15.7332,0.8468,,,-16.5800,1.0788,,,-17.6587,,,,,,,729.2688,-206.0161,0.2000,0.5025,1.4286,1.4000,0.0550,190.9577,190.9577,192.8673,192.8673,192.8673
-1622.7500,0.5000,,50.4800,,,,11,873.3600,-146.3012,1834.4964,-146.3012,-13.3804,167.7795,167.7795,-13.3804,-2.9381,-14.0271,0.0000,-14.0271,3.5848,-14.0271,0.9207,0.0000,-14.9478,0.8166,,,-15.7644,1.0330,,,-16.7973,,,,,,,707.4646,-201.7637,0.2000,0.5025,1.4286,1.4000,0.0537,181.8536,181.8536,183.6721,183.6721,183.6721
-1623.2500,0.5000,,48.8200,,,,11,845.7800,-145.0601,1769.2697,-145.0601,-12.8480,156.7040,156.7040,-12.8480,-2.9093,-13.4355,0.0000,-13.4355,3.4969,-13.4355,0.8781,0.0000,-14.3136,0.7861,,,-15.0997,0.9870,,,-16.0867,,,,,,,685.1904,-199.4844,0.2000,0.4650,1.4286,1.3500,0.0533,183.5908,183.5908,190.9345,190.9345,190.9345
-1623.7500,0.5000,,47.3400,,,,11,820.7000,-113.5321,1709.9555,-143.9315,-9.7573,146.9596,146.9596,-12.3700,-2.6450,-10.6066,0.0000,-10.6066,3.4943,-10.6066,0.8389,0.0000,-11.4456,0.7578,,,-12.2033,0.9447,,,-13.1480,,,,,,,664.2921,-164.5315,0.2000,0.4650,1.4286,1.3500,0.0507,644.6759,644.6759,670.4629,670.4629,670.4629
-1624.2500,0.5000,,46.6400,,,,11,826.3500,397.7841,1723.3178,-144.1858,34.4223,149.1276,149.1276,-12.4771,-0.9530,31.8811,0.0000,31.8811,3.4943,31.8811,1.2723,0.0000,30.6088,0.7474,,,29.8614,1.1934,,,28.6680,,,,,,,656.5992,445.1612,0.2000,0.4650,1.4286,1.3500,0.0507,7713.0579,7713.0579,8021.5802,8021.5802,8021.5802
-1624.7500,0.5000,,46.9000,,,,11,825.8300,937.9213,1722.0880,-144.1624,81.1121,148.9274,148.9274,-12.4673,1.0119,76.6069,0.0000,76.6069,3.4933,76.6069,3.0612,0.0000,73.5457,0.7584,,,72.7873,2.9104,,,69.8769,,,,,,,664.7642,1056.4791,0.2000,0.4650,1.4286,1.3500,0.0497,15983.9355,15983.9355,16623.2929,16623.2929,16623.2929
-1625.2500,0.5000,,47.7000,,,,11,837.4100,1139.6597,1749.4747,-144.6835,99.9406,153.4173,153.4173,-12.6878,1.2391,95.2090,0.0000,95.2090,3.4925,95.2090,3.8052,0.0000,91.4038,0.7717,,,90.6321,3.6241,,,87.0079,,,,,,,674.6282,1293.8118,0.2000,0.4650,1.4286,1.3500,0.0489,19301.1780,19301.1780,20073.2251,20073.2251,20073.2251
-1625.7500,0.5000,,48.2000,,,,11,850.8200,1223.6907,1781.1893,-145.2869,109.0280,158.6998,158.6998,-12.9447,1.3032,104.1936,0.0000,104.1936,3.5312,104.1936,4.1645,0.0000,100.0291,0.7856,,,99.2434,3.9686,,,95.2749,,,,,,,684.8493,1394.7700,0.2000,0.4650,1.4286,1.3500,0.0876,21024.3486,21024.3486,21865.3226,21865.3226,21865.3226
-1626.2500,0.5000,,49.1400,,,,11,866.8000,1346.6969,1818.9820,-146.0060,122.2411,165.1110,165.1110,-13.2531,1.7285,116.9182,0.0000,116.9182,3.5945,116.9182,4.6734,0.0000,112.2448,0.8038,,,111.4410,4.4564,,,106.9845,,,,,,,698.1749,1535.2296,0.2000,0.4650,1.4286,1.3500,0.1509,23459.5841,23459.5841,24397.9674,24397.9674,24397.9674
-1626.7500,0.5000,,50.1000,,,,11,887.2200,1477.5659,1867.2753,-146.9249,137.2798,173.4875,173.4875,-13.6507,2.0728,131.4579,0.0000,131.4579,3.7491,131.4579,5.2548,0.0000,126.2031,0.8254,,,125.3777,5.0138,,,120.3639,,,,,,,713.8270,1688.2955,0.2000,0.5025,1.4286,1.4000,0.2181,26374.3230,26374.3230,26638.0663,26638.0663,26638.0663
-1627.2500,0.5000,,51.5600,,,,11,912.3100,1631.8068,1926.6132,-148.0540,155.8977,184.0626,184.0626,-14.1446,2.6788,149.1334,0.0000,149.1334,4.0855,149.1334,5.9616,0.0000,143.1717,0.8527,,,142.3190,5.6914,,,136.6276,,,,,,,733.5610,1863.7706,0.2000,0.5025,1.4286,1.4000,0.5544,29906.4243,29906.4243,30205.4885,30205.4885,30205.4885
-1627.7500,0.5000,,53.2200,,,,11,942.3500,1795.5788,1997.6578,-149.4058,177.1925,197.1342,197.1342,-14.7438,3.3370,169.6379,0.0000,169.6379,4.2176,169.6379,6.7816,0.0000,162.8563,0.8862,,,161.9702,6.4774,,,155.4928,,,,,,,757.4244,2053.2256,0.2000,0.5025,1.4286,1.4000,0.6865,34147.9063,34147.9063,34489.3854,34489.3854,34489.3854
-1628.2500,0.5000,,54.9800,,,,11,975.5500,1978.0558,2076.1758,-150.8998,202.0769,212.1008,212.1008,-15.4158,3.8239,193.6884,0.0000,193.6884,4.5646,193.6884,7.7433,0.0000,185.9451,0.9236,,,185.0214,7.3993,,,177.6221,,,,,,,783.8772,2265.2075,0.2000,0.5025,1.4286,1.4000,1.0336,38841.6664,38841.6664,39230.0831,39230.0831,39230.0831
-1628.7500,0.5000,,56.8400,,,,11,1009.6400,2057.1478,2134.0000,-152.6266,217.5007,225.6262,225.6262,-16.1371,4.1251,208.7985,0.0000,208.7985,4.5771,208.7985,8.3474,0.0000,200.4510,0.9631,,,199.4879,7.9779,,,191.5100,,,,,,,811.4473,2358.9535,0.2000,0.5025,1.4286,1.4000,1.0461,41849.5818,41849.5818,42268.0776,42268.0776,42268.0776
-1629.2500,0.5000,,58.9600,,,,11,1044.8100,2068.2725,2134.0000,-154.9127,226.2943,233.4857,233.4857,-16.9493,4.3202,217.2591,0.0000,217.2591,4.7150,217.2591,8.6855,0.0000,208.5736,1.0036,,,207.5700,8.3010,,,199.2689,,,,,,,839.3510,2372.9415,0.2000,0.5025,1.4286,1.4000,1.1840,43564.6239,43564.6239,44000.2702,44000.2702,44000.2702
-1629.7500,0.5000,,60.7600,,,,11,1073.4400,1918.5752,2134.0000,-156.7736,215.6678,239.8837,239.8837,-17.6230,3.9048,207.0481,0.0000,207.0481,4.7148,207.0481,8.2768,0.0000,198.7713,1.0395,,,197.7319,7.9074,,,189.8245,,,,,,,863.7964,2197.4234,0.2000,0.5025,1.4286,1.4000,1.1838,40983.4192,40983.4192,41393.2534,41393.2534,41393.2534
-1630.2500,0.5000,,61.9000,,,,11,1086.5400,1432.9612,2134.0000,-157.6251,163.0455,242.8112,242.8112,-17.9349,1.9847,156.6392,0.0000,156.6392,4.4215,156.6392,6.2603,0.0000,150.3789,1.0575,,,149.3215,5.9709,,,143.3506,,,,,,,875.9599,1639.3594,0.2000,0.5025,1.4286,1.4000,0.8905,30741.5863,30741.5863,31049.0022,31049.0022,31049.0022
-1630.7500,0.5000,,62.6600,,,,11,1100.3100,1275.0884,2134.0000,-158.5202,146.9210,245.8884,245.8884,-18.2654,1.8110,140.6885,0.0000,140.6885,4.4215,140.6885,5.6221,0.0000,135.0664,1.0737,,,133.9926,5.3577,,,128.6349,,,,,,,886.9133,1454.2446,0.2000,0.5025,1.4286,1.4000,0.8905,27911.0632,27911.0632,28190.1738,28190.1738,28190.1738
-1631.2500,0.5000,,62.8800,,,,11,1095.4200,721.8634,2134.0000,-158.2023,82.8065,244.7957,244.7957,-18.1477,-0.0777,78.6959,0.0000,78.6959,4.1883,78.6959,3.1424,0.0000,75.5535,1.0730,,,74.4805,2.9772,,,71.5032,,,,,,,886.4460,813.9049,0.2000,0.5025,1.4286,1.4000,0.6572,16379.7605,16379.7605,16543.5581,16543.5581,16543.5581
-1631.7500,0.5000,,61.9000,,,,11,1064.2000,43.7578,2134.0000,-156.1730,4.8765,237.8189,237.8189,-17.4044,-2.6177,3.3243,0.0000,3.3243,4.1699,3.3243,1.2596,0.0000,2.0646,1.0495,,,1.0152,1.3960,,,-0.3808,,,,,,,870.5606,22.6474,0.2000,0.5025,1.4286,1.4000,0.6388,3834.1307,3834.1307,3872.4720,3872.4720,3872.4720
-1632.2500,0.5000,,60.4600,,,,11,1053.3200,-155.4658,2134.0000,-155.4658,-17.1484,235.3875,235.3875,-17.1484,-3.1748,-17.9949,0.0000,-17.9949,4.0213,-17.9949,1.2162,0.0000,-19.2112,1.0205,,,-20.2317,1.3497,,,-21.5814,,,,,,,850.8968,-215.5998,0.2000,0.5025,1.4286,1.4000,0.4902,237.2981,237.2981,239.6711,239.6711,239.6711
-1632.7500,0.5000,,59.4800,,,,11,1033.5600,-154.1814,2134.0000,-154.1814,-16.6877,230.9717,230.9717,-16.6877,-2.4551,-18.2390,0.0000,-18.2390,4.0064,-18.2390,1.1825,0.0000,-19.4215,0.9978,,,-20.4193,1.3137,,,-21.7330,,,,,,,835.3729,-222.0102,0.2000,0.5025,1.4286,1.4000,0.4754,232.0799,232.0799,234.4007,234.4007,234.4007
-1633.2500,0.5000,,58.3200,,,,11,1014.8400,-152.9646,2134.0000,-152.9646,-16.2561,226.7883,226.7883,-16.2561,-2.3251,-17.8545,0.0000,-17.8545,3.9235,-17.8545,1.1503,0.0000,-19.0049,0.9761,,,-19.9809,1.2793,,,-21.2603,,,,,,,820.4002,-221.2129,0.2000,0.5025,1.4286,1.4000,0.3925,234.8441,234.8441,237.1926,237.1926,237.1926
-1633.7500,0.5000,,57.4000,,,,11,997.1900,-151.8736,2127.3544,-151.8736,-15.8595,222.1500,222.1500,-15.8595,-2.1608,-17.5833,0.0000,-17.5833,3.8847,-17.5833,1.1203,0.0000,-18.7036,0.9556,,,-19.6593,1.2472,,,-20.9065,,,,,,,806.2366,-221.5311,0.2000,0.5025,1.4286,1.4000,0.3536,236.4362,236.4362,238.8006,238.8006,238.8006
-1634.2500,0.5000,,56.1200,,,,11,971.1000,-150.6995,2065.6515,-150.6995,-15.3251,210.0630,210.0630,-15.3251,-2.9860,-16.1738,0.0000,-16.1738,3.8346,-16.1738,1.0785,0.0000,-17.2522,0.9270,,,-18.1792,1.2025,,,-19.3817,,,,,,,786.2443,-209.5365,0.2000,0.5025,1.4286,1.4000,0.3035,230.8734,230.8734,233.1821,233.1821,233.1821
-1634.7500,0.5000,,54.1200,,,,11,932.5200,-148.9634,1974.4098,-148.9634,-14.5468,192.8076,192.8076,-14.5468,-4.3048,-14.0360,0.0000,-14.0360,3.7941,-14.0360,1.0176,0.0000,-15.0536,0.8848,,,-15.9384,1.1372,,,-17.0756,,,,,,,756.4923,-190.0233,0.2000,0.5025,1.4286,1.4000,0.2630,222.6475,222.6475,224.8739,224.8739,224.8739
-1635.2500,0.5000,,51.7000,,,,11,888.4900,-146.9821,1870.2789,-146.9821,-13.6756,174.0153,174.0153,-13.6756,-4.9838,-12.4658,0.0000,-12.4658,3.7740,-12.4658,0.9461,0.0000,-13.4119,0.8346,,,-14.2465,1.0603,,,-15.3068,,,,,,,720.5151,-177.7537,0.2000,0.5025,1.4286,1.4000,0.2430,180.9005,180.9005,182.7095,182.7095,182.7095
-1635.7500,0.5000,,49.2200,,,,11,847.3100,-145.1290,1772.8882,-145.1290,-12.8773,157.3085,157.3085,-12.8773,-4.3152,-12.2057,0.0000,-12.2057,3.6436,-12.2057,0.8831,0.0000,-13.0889,0.7897,,,-13.8786,0.9924,,,-14.8710,,,,,,,687.8462,-181.7113,0.2000,0.4650,1.4286,1.3500,0.2000,183.4945,183.4945,190.8343,190.8343,190.8343
-1636.2500,0.5000,,47.0600,,,,11,814.1500,-143.6368,1694.4648,-143.6368,-12.2461,144.4660,144.4660,-12.2461,-3.5861,-12.2981,0.0000,-12.2981,3.6380,-12.2981,0.8300,0.0000,-13.1281,0.7513,,,-13.8793,0.9350,,,-14.8144,,,,,,,659.4670,-190.0989,0.2000,0.4650,1.4286,1.3500,0.1945,185.5832,185.5832,193.0066,193.0066,193.0066
-1636.7500,0.5000,,45.8600,,,,11,783.9900,-27.3528,1623.1364,-142.5998,-2.2456,133.2583,133.2583,-11.7073,-1.7548,-4.0943,0.0000,-4.0943,3.6034,-4.0943,0.8037,0.0000,-4.8979,0.7320,,,-5.6300,0.9066,,,-6.5365,,,,,,,645.1252,-72.5006,0.2000,0.4650,1.4286,1.3500,0.1598,1626.2675,1626.2675,1691.3182,1691.3182,1691.3182
-1637.2500,0.5000,,44.6400,,,,10,914.1200,157.3956,1930.8938,-148.1354,15.0669,184.8376,184.8376,-14.1805,19.1551,-7.6915,0.0000,-7.6915,3.6034,-7.6915,1.0814,0.0000,-8.7729,0.7120,,,-9.4850,0.8772,,,-10.3622,,,,,,,630.1361,-132.9480,0.2000,0.4650,1.4286,1.3500,0.1598,4758.6472,4758.6472,4948.9930,4948.9930,4948.9930
-1637.7500,0.5000,,43.6200,,,,10,969.2200,79.9075,2061.2053,-150.6149,8.1103,209.2051,209.2051,-15.2869,-3.3334,7.8652,0.0000,7.8652,3.5786,7.8652,1.0344,0.0000,6.8308,0.6878,,,6.1430,0.8418,,,5.3012,,,,,,,611.8205,106.6155,0.2000,0.4650,1.4286,1.3500,0.1350,4018.8849,4018.8849,4179.6403,4179.6403,4179.6403
-1638.2500,0.5000,,42.8200,,,,10,945.3100,289.3220,2004.6582,-149.5390,28.6407,198.4464,198.4464,-14.8033,-1.5450,26.6117,0.0000,26.6117,3.5741,26.6117,1.0606,0.0000,25.5511,0.6764,,,24.8747,0.9941,,,23.8806,,,,,,,603.1428,404.5393,0.2000,0.4650,1.4286,1.3500,0.1305,7069.7450,7069.7450,7352.5348,7352.5348,7352.5348
-1638.7500,0.5000,,42.5400,,,,10,944.9800,576.0716,2003.8777,-149.5241,57.0069,198.2999,198.2999,-14.7966,-0.2518,53.6007,0.0000,53.6007,3.6580,53.6007,2.1401,0.0000,51.4606,0.6745,,,50.7860,2.0305,,,48.7555,,,,,,,601.7170,816.6832,0.2000,0.4650,1.4286,1.3500,0.2144,11549.8116,11549.8116,12011.8041,12011.8041,12011.8041
-1639.2500,0.5000,,42.8200,,,,10,947.0400,645.2605,2008.7496,-149.6168,63.9929,199.2153,199.2153,-14.8381,0.5715,59.7272,0.0000,59.7272,3.6942,59.7272,2.3852,0.0000,57.3421,0.6788,,,56.6633,2.2656,,,54.3977,,,,,,,604.9489,905.1612,0.2000,0.4650,1.4286,1.3500,0.2507,12782.8995,12782.8995,13294.2154,13294.2154,13294.2154
-1639.7500,0.5000,,42.3400,,,,10,931.2900,247.6726,1971.5009,-148.9081,24.1541,192.2696,192.2696,-14.5222,-1.6831,21.8786,0.0000,21.8786,3.9587,21.8786,0.9929,0.0000,20.8856,0.6665,,,20.2191,0.8106,,,19.4085,,,,,,,595.3805,334.9840,0.2000,0.4650,1.4286,1.3500,0.5151,6256.0906,6256.0906,6506.3343,6506.3343,6506.3343
-1640.2500,0.5000,,41.9600,,,,10,931.7800,484.9593,1972.6597,-148.9301,47.3203,192.4838,192.4838,-14.5320,-0.5299,43.7023,0.0000,43.7023,4.1479,43.7023,1.7443,0.0000,41.9580,0.6628,,,41.2952,1.6509,,,39.6443,,,,,,,592.3357,676.4225,0.2000,0.4650,1.4286,1.3500,0.7043,10025.1340,10025.1340,10426.1393,10426.1393,10426.1393
-1640.7500,0.5000,,42.5800,,,,10,945.9900,892.3407,2006.2664,-149.5696,88.3987,198.7485,198.7485,-14.8169,1.6921,82.3353,0.0000,82.3353,4.3714,82.3353,3.2895,0.0000,79.0457,0.6749,,,78.3708,3.1339,,,75.2369,,,,,,,602.0034,1253.8652,0.2000,0.4650,1.4286,1.3500,0.9278,17258.2985,17258.2985,17948.6305,17948.6305,17948.6305
-1641.2500,0.5000,,43.0000,,,,10,958.7100,914.0965,2036.3492,-150.1420,91.7715,204.4411,204.4411,-15.0736,1.5721,85.6394,0.0000,85.6394,4.5600,85.6394,3.4216,0.0000,82.2178,0.6865,,,81.5313,3.2603,,,78.2710,,,,,,,610.8486,1285.2976,0.2000,0.4650,1.4286,1.3500,1.1164,17911.1700,17911.1700,18627.6168,18627.6168,18627.6168
-1641.7500,0.5000,,43.8800,,,,10,982.2300,1174.5366,2091.9740,-151.2004,120.8115,215.1781,215.1781,-15.5523,2.4600,113.7894,0.0000,113.7894,4.5621,113.7894,4.5474,0.0000,109.2420,0.7045,,,108.5375,4.3405,,,104.1970,,,,,,,624.4381,1670.5965,0.2000,0.4650,1.4286,1.3500,1.1185,23067.1041,23067.1041,23989.7882,23989.7882,23989.7882
-1642.2500,0.5000,,45.0400,,,,10,1007.1200,1280.6969,2134.0000,-152.4628,135.0692,225.0631,225.0631,-16.0795,3.0308,127.4719,0.0000,127.4719,4.5664,127.4719,5.0945,0.0000,122.3775,0.7262,,,121.6513,4.8650,,,116.7862,,,,,,,640.7845,1823.7314,0.2000,0.4650,1.4286,1.3500,1.1229,25727.8322,25727.8322,26756.9455,26756.9455,26756.9455
-1642.7500,0.5000,,46.3200,,,,10,1039.2800,1438.5646,2134.0000,-154.5532,156.5635,232.2499,232.2499,-16.8205,3.5201,148.5543,0.0000,148.5543,4.4891,148.5543,5.9375,0.0000,142.6168,0.7510,,,141.8658,5.6735,,,136.1923,,,,,,,659.2613,2065.7820,0.2000,0.4650,1.4286,1.3500,1.0455,29648.1870,29648.1870,30834.1145,30834.1145,30834.1145
-1643.2500,0.5000,,47.8200,,,,10,1071.8100,1543.1633,2134.0000,-156.6677,173.2042,239.5195,239.5195,-17.5843,4.2601,164.6384,0.0000,164.6384,4.3057,164.6384,6.5806,0.0000,158.0578,0.7803,,,157.2775,6.2899,,,150.9876,,,,,,,680.9521,2216.5159,0.2000,0.4650,1.4286,1.3500,0.8621,32767.0554,32767.0554,34077.7376,34077.7376,34077.7376
-1643.7500,0.5000,,49.4400,,,,10,1110.0100,1584.5220,2134.0000,-159.1507,184.1848,248.0561,248.0561,-18.4997,4.9456,174.9822,0.0000,174.9822,4.2570,174.9822,6.9940,0.0000,167.9883,0.8136,,,167.1746,6.6857,,,160.4889,,,,,,,705.2971,2274.4594,0.2000,0.4650,1.4286,1.3500,0.8134,34831.9205,34831.9205,36225.1973,36225.1973,36225.1973
-1644.2500,0.5000,,51.1200,,,,10,1147.4200,1584.9307,2134.0000,-161.5823,190.4414,256.4162,256.4162,-19.4153,5.0175,181.2559,0.0000,181.2559,4.1680,181.2559,7.2445,0.0000,174.0114,0.8466,,,173.1647,6.9253,,,166.2395,,,,,,,729.1659,2278.8862,0.2000,0.5025,1.4286,1.4000,0.6369,35907.4895,35907.4895,36266.5644,36266.5644,36266.5644
-1644.7500,0.5000,,52.8800,,,,10,1185.7200,1574.3564,2134.0000,-164.0718,195.4852,264.9752,264.9752,-20.3725,5.0229,186.2944,0.0000,186.2944,4.1679,186.2944,7.4457,0.0000,178.8487,0.8790,,,177.9697,7.1174,,,170.8523,,,,,,,752.3023,2270.2029,0.2000,0.5025,1.4286,1.4000,0.6368,36749.1209,36749.1209,37116.6121,37116.6121,37116.6121
-1645.2500,0.5000,,54.5400,,,,10,1222.8100,1558.4147,2134.0000,-167.5091,199.5587,273.2637,273.2637,-21.4499,5.5528,189.9541,0.0000,189.9541,4.0517,189.9541,7.5917,0.0000,182.3624,0.9139,,,181.4485,7.2564,,,174.1921,,,,,,,777.0782,2241.0011,0.2000,0.5025,1.4286,1.4000,0.5207,37463.0333,37463.0333,37837.6636,37837.6636,37837.6636
-1645.7500,0.5000,,56.2600,,,,10,1258.3300,1452.6855,2134.0000,-171.4163,191.4233,281.2015,281.2015,-22.5879,5.4112,181.9649,0.0000,181.9649,4.0471,181.9649,7.2717,0.0000,174.6932,0.9474,,,173.7458,6.9482,,,166.7976,,,,,,,800.4850,2083.9833,0.2000,0.5025,1.4286,1.4000,0.5161,35847.4669,35847.4669,36205.9416,36205.9416,36205.9416
-1646.2500,0.5000,,57.6000,,,,10,1286.6900,1273.4986,2134.0000,-174.5359,171.5936,287.5391,287.5391,-23.5173,4.2578,163.2729,0.0000,163.2729,4.0628,163.2729,6.5237,0.0000,156.7492,0.9732,,,155.7760,6.2294,,,149.5466,,,,,,,818.4322,1828.9168,0.2000,0.5025,1.4286,1.4000,0.5317,32347.0957,32347.0957,32670.5667,32670.5667,32670.5667
-1646.7500,0.5000,,58.8200,,,,10,1310.2600,1113.8727,2134.0000,-177.1286,152.8346,292.8064,292.8064,-24.3038,3.6612,145.1043,0.0000,145.1043,4.0690,145.1043,5.7967,0.0000,139.3076,0.9952,,,138.3125,5.5308,,,132.7817,,,,,,,833.5557,1595.9219,0.2000,0.5025,1.4286,1.4000,0.5379,28884.6011,28884.6011,29173.4471,29173.4471,29173.4471
-1647.2500,0.5000,,59.4000,,,,10,1318.6800,847.1253,2134.0000,-178.0548,116.9811,294.6880,294.6880,-24.5879,1.5976,111.3619,0.0000,111.3619,4.0216,111.3619,4.4469,0.0000,106.9150,1.0047,,,105.9103,4.2346,,,101.6757,,,,,,,840.0696,1215.3313,0.2000,0.5025,1.4286,1.4000,0.4905,22544.5073,22544.5073,22769.9524,22769.9524,22769.9524
-1647.7500,0.5000,,59.6800,,,,10,1327.9700,831.9207,2134.0000,-179.0767,115.6908,296.7641,296.7641,-24.9032,1.1776,110.5172,0.0000,110.5172,3.9960,110.5172,4.4130,0.0000,106.1042,1.0116,,,105.0925,4.2019,,,100.8906,,,,,,,844.8391,1199.3056,0.2000,0.5025,1.4286,1.4000,0.4649,22332.8392,22332.8392,22556.1676,22556.1676,22556.1676
-1648.2500,0.5000,,60.3800,,,,10,1343.1600,982.8475,2134.0000,-180.7476,138.2428,300.1586,300.1586,-25.4231,2.3315,131.9528,0.0000,131.9528,3.9585,131.9528,5.2703,0.0000,126.6825,1.0254,,,125.6571,5.0245,,,120.6327,,,,,,,854.2032,1416.2074,0.2000,0.5025,1.4286,1.4000,0.4274,26306.2914,26306.2914,26569.3543,26569.3543,26569.3543
-1648.7500,0.5000,,60.9800,,,,10,1359.1500,993.7279,2134.0000,-182.5065,141.4371,303.7319,303.7319,-25.9761,2.4790,135.0525,0.0000,135.0525,3.9057,135.0525,5.3941,0.0000,129.6584,1.0398,,,128.6185,5.1429,,,123.4757,,,,,,,864.0482,1432.9595,0.2000,0.5025,1.4286,1.4000,0.3746,26892.5472,26892.5472,27161.4727,27161.4727,27161.4727
-1649.2500,0.5000,,61.8200,,,,10,1376.1500,1043.5918,2134.0000,-184.3765,150.3921,307.5309,307.5309,-26.5705,2.9232,143.5988,0.0000,143.5988,3.8701,143.5988,5.7357,0.0000,137.8630,1.0568,,,136.8062,5.4703,,,131.3359,,,,,,,875.5153,1503.6801,0.2000,0.5025,1.4286,1.4000,0.3390,28527.8892,28527.8892,28813.1681,28813.1681,28813.1681
-1649.7500,0.5000,,62.4800,,,,10,1391.9400,1056.8137,2134.0000,-186.1134,154.0450,311.0596,311.0596,-27.1286,2.6290,147.5820,0.0000,147.5820,3.8340,147.5820,5.8949,0.0000,141.6871,1.0719,,,140.6152,5.6226,,,134.9925,,,,,,,885.7016,1527.6163,0.2000,0.5025,1.4286,1.4000,0.3029,29211.8435,29211.8435,29503.9619,29503.9619,29503.9619
-1650.2500,0.5000,,63.3000,,,,10,1408.9600,1048.2022,2124.7712,-188.3440,154.6580,313.5014,313.5014,-27.7894,2.6974,148.1404,0.0000,148.1404,3.8201,148.1404,5.9170,0.0000,142.2234,1.0873,,,141.1361,5.6434,,,135.4926,,,,,,,896.0326,1515.7187,0.2000,0.5025,1.4286,1.4000,0.2891,29372.1242,29372.1242,29665.8454,29665.8454,29665.8454
-1650.7500,0.5000,,64.0200,,,,10,1423.9000,1025.1396,2109.3830,-190.5850,152.8590,314.5311,314.5311,-28.4182,2.7046,146.3714,0.0000,146.3714,3.7830,146.3714,5.8460,0.0000,140.5253,1.1033,,,139.4220,5.5748,,,133.8472,,,,,,,906.2729,1480.6995,0.2000,0.5025,1.4286,1.4000,0.2520,29121.5915,29121.5915,29412.8074,29412.8074,29412.8074
-1651.2500,0.5000,,64.6000,,,,10,1436.7800,999.4602,2096.1166,-192.5170,150.3780,315.3801,315.3801,-28.9660,2.0810,144.5140,0.0000,144.5140,3.7830,144.5140,5.7716,0.0000,138.7424,1.1158,,,137.6266,5.5030,,,132.1237,,,,,,,914.0739,1449.4368,0.2000,0.5025,1.4286,1.4000,0.2520,28753.6623,28753.6623,29041.1989,29041.1989,29041.1989
-1651.7500,0.5000,,65.1400,,,,10,1447.2500,994.0670,2085.3325,-194.0875,150.6565,316.0440,316.0440,-29.4151,1.9508,144.9664,0.0000,144.9664,3.7393,144.9664,5.7896,0.0000,139.1768,1.1274,,,138.0494,5.5198,,,132.5296,,,,,,,921.3267,1442.5291,0.2000,0.5025,1.4286,1.4000,0.2083,28805.0363,28805.0363,29093.0867,29093.0867,29093.0867
-1652.2500,0.5000,,65.5600,,,,10,1457.6400,952.1350,2074.6308,-195.6460,145.3374,316.6793,316.6793,-29.8641,1.6902,139.9078,0.0000,139.9078,3.7393,139.9078,5.5871,0.0000,134.3208,1.1375,,,133.1833,5.3252,,,127.8581,,,,,,,927.5651,1382.8343,0.2000,0.5025,1.4286,1.4000,0.2083,27863.4463,27863.4463,28142.0808,28142.0808,28142.0808
-1652.7500,0.5000,,66.1200,,,,10,1469.3200,912.1076,2062.6004,-197.3980,140.3431,317.3658,317.3658,-30.3730,2.0726,134.5571,0.0000,134.5571,3.7135,134.5571,5.3729,0.0000,129.1842,1.1498,,,128.0344,5.1192,,,122.9152,,,,,,,935.1577,1319.1549,0.2000,0.5025,1.4286,1.4000,0.1824,26997.8962,26997.8962,27267.8751,27267.8751,27267.8751
-1653.2500,0.5000,,66.4800,,,,10,1475.3800,792.4661,2056.3586,-198.3070,122.4371,317.7103,317.7103,-30.6387,1.2118,117.5134,0.0000,117.5134,3.7119,117.5134,4.6911,0.0000,112.8224,1.1569,,,111.6655,4.4644,,,107.2011,,,,,,,939.5686,1146.6691,0.2000,0.5025,1.4286,1.4000,0.1808,23916.4352,23916.4352,24155.5995,24155.5995,24155.5995
-1653.7500,0.5000,,66.8200,,,,10,1478.6800,681.3843,2052.9596,-198.8020,105.5103,317.8947,317.8947,-30.7839,1.0735,100.7438,0.0000,100.7438,3.6930,100.7438,4.0202,0.0000,96.7236,1.1632,,,95.5604,3.8202,,,91.7402,,,,,,,943.4589,978.9958,0.2000,0.5025,1.4286,1.4000,0.1619,21039.2740,21039.2740,21249.6667,21249.6667,21249.6667
-1654.2500,0.5000,,65.8000,,,,10,1372.4700,28.4418,2134.0000,-183.9717,4.0878,306.7086,306.7086,-26.4413,-4.9864,5.3841,0.0000,5.3841,3.6900,5.3841,1.9685,0.0000,3.4156,1.1337,,,2.2819,1.5282,,,0.7537,,,,,,,925.2503,35.2515,0.2000,0.5025,1.4286,1.4000,0.1590,4841.3417,4841.3417,4889.7551,4889.7551,4889.7551
-1654.7500,0.5000,,64.8000,,,,11,1106.1400,-158.8991,2134.0000,-158.8991,-18.4060,247.1913,247.1913,-18.4060,-47.6021,25.5177,0.0000,25.5177,3.6783,25.5177,1.3512,0.0000,24.1665,1.1110,,,23.0555,1.4935,,,21.5621,,,,,,,911.0917,253.2932,0.2000,0.5025,1.4286,1.4000,0.1473,248.5746,248.5746,251.0604,251.0604,251.0604
-1655.2500,0.5000,,63.8400,,,,12,904.3000,-147.6935,1907.6695,-147.6935,-13.9863,180.6526,180.6526,-13.9863,-31.8023,14.1444,0.0000,14.1444,3.6716,14.1444,0.6718,0.0000,13.4726,1.0887,,,12.3840,1.4590,,,10.9249,,,,,,,896.9152,143.4406,0.2000,0.5025,1.4286,1.4000,0.1405,202.9230,202.9230,204.9522,204.9522,204.9522
-1655.7500,0.5000,,63.1200,,,,12,859.0300,304.7243,1800.6060,-145.6564,27.4122,161.9778,161.9778,-13.1029,-0.7696,24.5154,0.0000,24.5154,3.6664,24.5154,0.6645,0.0000,23.8509,1.0774,,,22.7735,1.4409,,,21.3326,,,,,,,889.3888,256.0853,0.2000,0.5025,1.4286,1.4000,0.1353,6585.3832,6585.3832,6651.2370,6651.2370,6651.2370
-1656.2500,0.5000,,62.8600,,,,12,856.0600,713.1479,1793.5819,-145.5227,63.9311,160.7881,160.7881,-13.0456,-0.2387,60.5117,0.0000,60.5117,3.6582,60.5117,1.2119,0.0000,59.2998,1.0739,,,58.2259,2.3271,,,55.8989,,,,,,,887.0411,638.3827,0.2000,0.5025,1.4286,1.4000,0.1271,12629.9023,12629.9023,12756.2014,12756.2014,12756.2014
-1656.7500,0.5000,,63.0200,,,,12,859.5000,1071.8443,1801.7175,-145.6775,96.4731,162.1665,162.1665,-13.1119,0.3353,92.4805,0.0000,92.4805,3.6572,92.4805,1.8513,0.0000,90.6293,1.0788,,,89.5504,3.5800,,,85.9704,,,,,,,890.3368,972.0429,0.2000,0.5025,1.4286,1.4000,0.1262,18746.2473,18746.2473,18933.7098,18933.7098,18933.7098
-1657.2500,0.5000,,63.3000,,,,12,862.9300,1214.0875,1809.8295,-145.8319,109.7120,163.5467,163.5467,-13.1782,0.4618,105.5990,0.0000,105.5990,3.6512,105.5990,2.1137,0.0000,103.4853,1.0856,,,102.3997,4.0940,,,98.3057,,,,,,,894.8560,1104.3250,0.2000,0.5025,1.4286,1.4000,0.1202,21152.1163,21152.1163,21363.6375,21363.6375,21363.6375
-1657.7500,0.5000,,63.6200,,,,12,868.0600,1268.5268,1821.9619,-146.0627,115.3129,165.6219,165.6219,-13.2775,0.4874,111.1742,0.0000,111.1742,3.6513,111.1742,2.2252,0.0000,108.9491,1.0927,,,107.8564,4.3122,,,103.5442,,,,,,,899.6010,1156.4982,0.2000,0.5025,1.4286,1.4000,0.1202,22230.4393,22230.4393,22452.7437,22452.7437,22452.7437
-1658.2500,0.5000,,64.1000,,,,12,873.8000,1292.4884,1835.5370,-146.3210,118.2680,167.9592,167.9592,-13.3890,0.7095,113.9131,0.0000,113.9131,3.6454,113.9131,2.2800,0.0000,111.6331,1.1036,,,110.5295,4.4191,,,106.1104,,,,,,,906.4641,1176.0178,0.2000,0.5025,1.4286,1.4000,0.1143,22790.1405,22790.1405,23018.0419,23018.0419,23018.0419
-1658.7500,0.5000,,64.4000,,,,12,879.4800,1295.7678,1848.9702,-146.5766,119.3388,170.2882,170.2882,-13.4995,0.4878,115.2078,0.0000,115.2078,3.6433,115.2078,2.3059,0.0000,112.9019,1.1111,,,111.7908,4.4695,,,107.3213,,,,,,,911.1522,1183.2641,0.2000,0.5025,1.4286,1.4000,0.1122,22986.3238,22986.3238,23216.1871,23216.1871,23216.1871
-1659.2500,0.5000,,64.8400,,,,12,883.7000,1293.4252,1858.9505,-146.7665,119.6947,172.0289,172.0289,-13.5819,0.5830,115.4713,0.0000,115.4713,3.6404,115.4713,2.3112,0.0000,113.1601,1.1200,,,112.0401,4.4795,,,107.5606,,,,,,,916.7236,1178.7621,0.2000,0.5025,1.4286,1.4000,0.1094,23048.4199,23048.4199,23278.9041,23278.9041,23278.9041
-1659.7500,0.5000,,65.1000,,,,12,887.1400,1220.7230,1867.0861,-146.9213,113.4065,173.4543,173.4543,-13.6491,0.3430,109.4311,0.0000,109.4311,3.6324,109.4311,2.1904,0.0000,107.2407,1.1253,,,106.1154,4.2425,,,101.8729,,,,,,,919.9861,1113.1396,0.2000,0.5025,1.4286,1.4000,0.1013,21859.7830,21859.7830,22078.3808,22078.3808,22078.3808
-1660.2500,0.5000,,65.1600,,,,12,885.5700,982.3088,1863.3731,-146.8507,91.0961,172.8030,172.8030,-13.6184,-0.0358,87.5011,0.0000,87.5011,3.6308,87.5011,1.7518,0.0000,85.7493,1.1247,,,84.6246,3.3829,,,81.2417,,,,,,,919.6461,890.3920,0.2000,0.5025,1.4286,1.4000,0.0997,17751.1378,17751.1378,17928.6492,17928.6492,17928.6492
-1660.7500,0.5000,,65.0200,,,,12,884.0400,811.0044,1859.7546,-146.7818,75.0799,172.1695,172.1695,-13.5885,-0.2155,71.6688,0.0000,71.6688,3.6266,71.6688,1.4351,0.0000,70.2337,1.1214,,,69.1122,2.7624,,,66.3499,,,,,,,917.5969,730.9114,0.2000,0.5025,1.4286,1.4000,0.0956,14762.3323,14762.3323,14909.9556,14909.9556,14909.9556
-1661.2500,0.5000,,64.7600,,,,12,878.2100,622.6071,1845.9667,-146.5195,57.2586,169.7661,169.7661,-13.4748,-0.5839,54.2164,0.0000,54.2164,3.6262,54.2164,1.0861,0.0000,53.1303,1.1125,,,52.0179,2.0786,,,49.9392,,,,,,,912.0218,556.2994,0.2000,0.5025,1.4286,1.4000,0.0951,11590.8291,11590.8291,11706.7374,11706.7374,11706.7374
-1661.7500,0.5000,,64.3200,,,,12,873.1800,550.7068,1834.0707,-146.2931,50.3562,167.7059,167.7059,-13.3769,-0.5428,47.2746,0.0000,47.2746,3.6243,47.2746,0.9472,0.0000,46.3274,1.1041,,,45.2233,1.8069,,,43.4164,,,,,,,906.8088,487.8581,0.2000,0.5025,1.4286,1.4000,0.0933,10423.4665,10423.4665,10527.7011,10527.7011,10527.7011
-1662.2500,0.5000,,63.7800,,,,12,864.7700,362.5585,1814.1811,-145.9147,32.8328,164.2895,164.2895,-13.2138,-0.8722,30.0814,0.0000,30.0814,3.6236,30.0814,0.6732,0.0000,29.4082,1.0908,,,28.3173,1.4625,,,26.8548,,,,,,,898.3682,312.5972,0.2000,0.5025,1.4286,1.4000,0.0925,7546.1600,7546.1600,7621.6216,7621.6216,7621.6216
-1662.7500,0.5000,,63.3200,,,,12,859.4200,396.5505,1801.5283,-145.6739,35.6889,162.1344,162.1344,-13.1104,-0.6231,32.6917,0.0000,32.6917,3.6202,32.6917,0.6673,0.0000,32.0244,1.0817,,,30.9427,1.4479,,,29.4948,,,,,,,892.2894,342.7259,0.2000,0.5025,1.4286,1.4000,0.0892,8016.7295,8016.7295,8096.8968,8096.8968,8096.8968
-1663.2500,0.5000,,62.9000,,,,12,854.1300,400.6904,1789.0175,-145.4359,35.8395,160.0174,160.0174,-13.0084,-0.5472,32.7667,0.0000,32.7667,3.6200,32.7667,0.6621,0.0000,32.1046,1.0737,,,31.0309,1.4350,,,29.5959,,,,,,,886.9164,345.6659,0.2000,0.5025,1.4286,1.4000,0.0889,8024.5396,8024.5396,8104.7850,8104.7850,8104.7850
-1663.7500,0.5000,,62.4600,,,,12,847.3400,333.7912,1772.9591,-145.1303,29.6184,157.3204,157.3204,-12.8779,-0.6889,26.6916,0.0000,26.6916,3.6156,26.6916,0.6555,0.0000,26.0361,1.0636,,,24.9725,1.4187,,,23.5538,,,,,,,880.1063,282.4957,0.2000,0.5025,1.4286,1.4000,0.0846,6960.0601,6960.0601,7029.6607,7029.6607,7029.6607
-1664.2500,0.5000,,62.2400,,,,12,846.2000,550.5990,1770.2630,-145.0790,48.7907,156.8698,156.8698,-12.8560,-0.2628,45.4379,0.0000,45.4379,3.6156,45.4379,0.9104,0.0000,44.5275,1.0597,,,43.4678,1.7368,,,41.7310,,,,,,,877.4943,484.5690,0.2000,0.5025,1.4286,1.4000,0.0845,10095.2403,10095.2403,10196.1927,10196.1927,10196.1927
-1664.7500,0.5000,,61.6200,,,,12,836.3400,354.5289,1746.9441,-144.6353,31.0501,152.9997,152.9997,-12.6674,-0.8595,28.2973,0.0000,28.2973,3.6123,28.2973,0.6447,0.0000,27.6526,1.0470,,,26.6056,1.3920,,,25.2136,,,,,,,868.8963,303.9064,0.2000,0.5025,1.4286,1.4000,0.0812,7191.4863,7191.4863,7263.4011,7263.4011,7263.4011
-1665.2500,0.5000,,60.9600,,,,12,824.8500,196.7916,1719.7703,-144.1183,16.9985,148.5505,148.5505,-12.4487,-1.0813,14.4676,0.0000,14.4676,3.6122,14.4676,0.6342,0.0000,13.8334,1.0309,,,12.8025,1.3663,,,11.4362,,,,,,,857.9578,153.9691,0.2000,0.5025,1.4286,1.4000,0.0811,4699.4335,4699.4335,4746.4279,4746.4279,4746.4279
-1665.7500,0.5000,,60.1400,,,,12,810.2500,118.0411,1685.2413,-143.4613,10.0157,142.9913,142.9913,-12.1726,-1.1428,7.5457,0.0000,7.5457,3.6128,7.5457,0.6231,0.0000,6.9226,1.0137,,,5.9089,1.3389,,,4.5700,,,,,,,846.2436,78.1167,0.2000,0.5025,1.4286,1.4000,0.0817,3659.2541,3659.2541,3695.8466,3695.8466,3695.8466
-1666.2500,0.5000,,59.1800,,,,12,897.8900,8.7623,1892.5099,-147.4051,0.8239,177.9467,177.9467,-13.8600,-1.1936,-1.5954,0.0000,-1.5954,3.6129,-1.5954,0.6113,0.0000,-2.2068,0.9956,,,-3.2023,1.3101,,,-4.5125,,,,,,,833.8329,-25.2726,0.2000,0.5025,1.4286,1.4000,0.0818,2533.0866,2533.0866,2558.4174,2558.4174,2558.4174
-1666.7500,0.5000,,58.4200,,,,11,1039.4700,320.3021,2134.0000,-154.5656,34.8659,232.2924,232.2924,-16.8249,23.5702,7.6843,0.0000,7.6843,3.6114,7.6843,1.1537,0.0000,6.5306,0.9784,,,5.5522,1.2830,,,4.2692,,,,,,,821.9954,75.8672,0.2000,0.5025,1.4286,1.4000,0.0803,8308.3630,8308.3630,8391.4466,8391.4466,8391.4466
-1667.2500,0.5000,,58.1000,,,,11,1017.1122,481.4912,2134.0000,-153.1123,51.2845,227.2961,227.2961,-16.3083,-0.4248,48.0983,0.0000,48.0983,3.6109,48.0983,1.9193,0.0000,46.1790,0.9744,,,45.2046,1.8065,,,43.3981,,,,,,,819.2356,538.2788,0.2000,0.5025,1.4286,1.4000,0.0799,10774.2951,10774.2951,10882.0380,10882.0380,10882.0380
-1667.7500,0.5000,,57.9600,,,,11,1016.0392,599.9962,2134.0000,-153.0425,63.8392,227.0563,227.0563,-16.2836,0.0306,60.2016,0.0000,60.2016,3.6071,60.2016,2.4035,0.0000,57.7981,0.9747,,,56.8234,2.2713,,,54.5522,,,,,,,819.4346,673.5513,0.2000,0.5025,1.4286,1.4000,0.0760,12851.2453,12851.2453,12979.7578,12979.7578,12979.7578
-1668.2500,0.5000,,58.1600,,,,11,1018.5900,673.6949,2134.0000,-153.2084,71.8607,227.6263,227.6263,-16.3422,0.2436,68.0128,0.0000,68.0128,3.6042,68.0128,2.7159,0.0000,65.2970,0.9770,,,64.3200,2.5711,,,61.7489,,,,,,,821.0178,759.4720,0.2000,0.5025,1.4286,1.4000,0.0732,14169.4426,14169.4426,14311.1370,14311.1370,14311.1370
-1668.7500,0.5000,,58.2200,,,,11,1021.5800,748.4386,2134.0000,-153.4027,80.0677,228.2945,228.2945,-16.4110,0.3985,76.0672,0.0000,76.0672,3.6020,76.0672,3.0380,0.0000,73.0292,0.9807,,,72.0485,2.8802,,,69.1682,,,,,,,823.6011,846.7414,0.2000,0.5025,1.4286,1.4000,0.0709,15650.6480,15650.6480,15807.1544,15807.1544,15807.1544
-1669.2500,0.5000,,58.5200,,,,11,1024.3800,699.5951,2134.0000,-153.5847,75.0475,228.9202,228.9202,-16.4755,0.3817,71.0680,0.0000,71.0680,3.5978,71.0680,2.8380,0.0000,68.2300,0.9843,,,67.2457,2.6881,,,64.5576,,,,,,,826.0681,788.7345,0.2000,0.5025,1.4286,1.4000,0.0667,14729.0422,14729.0422,14876.3327,14876.3327,14876.3327
-1669.7500,0.5000,,58.5200,,,,11,1025.6100,673.3836,2134.0000,-153.6647,72.3225,229.1951,229.1951,-16.5038,0.1446,68.5801,0.0000,68.5801,3.5978,68.5801,2.7385,0.0000,65.8415,0.9856,,,64.8559,2.5925,,,62.2634,,,,,,,827.0011,760.2655,0.2000,0.5025,1.4286,1.4000,0.0667,14252.3291,14252.3291,14394.8524,14394.8524,14394.8524
-1670.2500,0.5000,,58.6800,,,,11,1027.5300,638.5521,2134.0000,-153.7895,68.7099,229.6241,229.6241,-16.5482,0.2720,64.8442,0.0000,64.8442,3.5937,64.8442,2.5891,0.0000,62.2552,0.9882,,,61.2670,2.4490,,,58.8181,,,,,,,828.7525,717.3352,0.2000,0.5025,1.4286,1.4000,0.0626,13675.7252,13675.7252,13812.4824,13812.4824,13812.4824
-1670.7500,0.5000,,58.5400,,,,11,1021.2600,445.5270,2134.0000,-153.3819,47.6474,228.2230,228.2230,-16.4036,-0.5497,44.6036,0.0000,44.6036,3.5934,44.6036,1.7795,0.0000,42.8241,0.9830,,,41.8411,1.6719,,,40.1692,,,,,,,825.2091,495.5595,0.2000,0.5025,1.4286,1.4000,0.0624,10249.0108,10249.0108,10351.5010,10351.5010,10351.5010
-1671.2500,0.5000,,58.0400,,,,11,1013.1700,275.1216,2134.0000,-152.8561,29.1901,226.4151,226.4151,-16.2179,-1.0406,26.6388,0.0000,26.6388,3.5919,26.6388,1.1462,0.0000,25.4927,0.9733,,,24.5194,1.2749,,,23.2445,,,,,,,818.4586,297.4335,0.2000,0.5025,1.4286,1.4000,0.0608,7338.4278,7338.4278,7411.8121,7411.8121,7411.8121
-1671.7500,0.5000,,57.4000,,,,11,1001.8600,150.5393,2134.0000,-152.1209,15.7938,223.8876,223.8876,-15.9597,-1.3266,13.5295,0.0000,13.5295,3.5908,13.5295,1.1277,0.0000,12.4017,0.9607,,,11.4410,1.2552,,,10.1858,,,,,,,809.7717,146.2485,0.2000,0.5025,1.4286,1.4000,0.0598,5315.6590,5315.6590,5368.8156,5368.8156,5368.8156
-1672.2500,0.5000,,56.8600,,,,11,992.2700,119.2035,2115.7186,-151.6522,12.3865,219.8449,219.8449,-15.7582,-1.3180,10.1140,0.0000,10.1140,3.5905,10.1140,1.1094,0.0000,9.0046,0.9482,,,8.0565,1.2355,,,6.8209,,,,,,,801.0473,107.3443,0.2000,0.5025,1.4286,1.4000,0.0595,4760.6837,4760.6837,4808.2905,4808.2905,4808.2905
-1672.7500,0.5000,,56.3600,,,,11,985.3000,110.6190,2099.2345,-151.3385,11.4137,216.5998,216.5998,-15.6152,-0.8442,8.6681,0.0000,8.6681,3.5898,8.6681,1.0975,0.0000,7.5705,0.9401,,,6.6305,1.2229,,,5.4076,,,,,,,795.4093,90.8883,0.2000,0.5025,1.4286,1.4000,0.0587,4590.5873,4590.5873,4636.4931,4636.4931,4636.4931
-1673.2500,0.5000,,56.0600,,,,11,978.6600,106.7923,2083.5309,-151.0397,10.9446,213.5307,213.5307,-15.4793,-0.8346,8.1895,0.0000,8.1895,3.5898,8.1895,1.0858,0.0000,7.1036,0.9321,,,6.1716,1.2104,,,4.9612,,,,,,,789.7953,85.8889,0.2000,0.5025,1.4286,1.4000,0.0587,4500.0716,4500.0716,4545.0723,4545.0723,4545.0723
-1673.7500,0.5000,,55.6600,,,,11,974.4500,130.8280,2073.5743,-150.8503,13.3502,211.5962,211.5962,-15.3934,-0.5258,10.2872,0.0000,10.2872,3.5888,10.2872,1.0785,0.0000,9.2088,0.9270,,,8.2818,1.2024,,,7.0793,,,,,,,786.2381,111.8456,0.2000,0.5025,1.4286,1.4000,0.0577,4833.9189,4833.9189,4882.2581,4882.2581,4882.2581
-1674.2500,0.5000,,55.7000,,,,11,975.5200,286.9791,2076.1048,-150.8984,29.3167,212.0870,212.0870,-15.4152,-0.0953,25.8233,0.0000,25.8233,3.5887,25.8233,1.0771,0.0000,24.7461,0.9261,,,23.8201,1.2010,,,22.6191,,,,,,,785.5918,300.8029,0.2000,0.5025,1.4286,1.4000,0.0576,7259.6530,7259.6530,7332.2496,7332.2496,7332.2496
-1674.7500,0.5000,,55.9000,,,,11,981.6400,518.1984,2090.5786,-151.1738,53.2693,214.9054,214.9054,-15.5402,0.8311,48.8508,0.0000,48.8508,3.5874,48.8508,1.9497,0.0000,46.9011,0.9341,,,45.9670,1.8371,,,44.1299,,,,,,,791.2117,566.0585,0.2000,0.5025,1.4286,1.4000,0.0563,10999.5364,10999.5364,11109.5318,11109.5318,11109.5318
-1675.2500,0.5000,,56.5000,,,,11,991.9300,660.3059,2114.9145,-151.6369,68.5891,219.6860,219.6860,-15.7512,1.0664,63.9371,0.0000,63.9371,3.5855,63.9371,2.5531,0.0000,61.3840,0.9443,,,60.4397,2.4160,,,58.0237,,,,,,,798.3645,734.2189,0.2000,0.5025,1.4286,1.4000,0.0545,13606.4306,13606.4306,13742.4949,13742.4949,13742.4949
-1675.7500,0.5000,,57.0800,,,,11,1003.1300,775.8621,2134.0000,-152.2035,81.5024,224.1714,224.1714,-15.9886,1.4164,76.5005,0.0000,76.5005,3.5855,76.5005,3.0555,0.0000,73.4449,0.9578,,,72.4871,2.8978,,,69.5893,,,,,,,807.7671,868.2546,0.2000,0.5025,1.4286,1.4000,0.0545,15887.5762,15887.5762,16046.4520,16046.4520,16046.4520
-1676.2500,0.5000,,57.5400,,,,11,1004.1600,450.1233,2134.0000,-152.2704,47.3329,224.4016,224.4016,-16.0121,0.5181,43.2310,0.0000,43.2310,3.5838,43.2310,1.7247,0.0000,41.5063,0.9627,,,40.5435,1.6201,,,38.9235,,,,,,,811.1791,488.6170,0.2000,0.5025,1.4286,1.4000,0.0527,10160.9921,10160.9921,10262.6021,10262.6021,10262.6021
-1676.7500,0.5000,,57.2000,,,,11,998.0800,163.2387,2129.4592,-151.9136,17.0615,222.5683,222.5683,-15.8778,-0.7704,14.2482,0.0000,14.2482,3.5837,14.2482,1.1200,0.0000,13.1282,0.9554,,,12.1728,1.2469,,,10.9259,,,,,,,806.0997,155.5211,0.2000,0.5025,1.4286,1.4000,0.0526,5469.5371,5469.5371,5524.2324,5524.2324,5524.2324
-1677.2500,0.5000,,56.9400,,,,11,994.9000,134.5152,2121.9385,-151.7705,14.0146,221.0756,221.0756,-15.8123,-0.4428,10.8736,0.0000,10.8736,3.5837,10.8736,1.1138,0.0000,9.7598,0.9512,,,8.8086,1.2403,,,7.5683,,,,,,,803.1661,116.0394,0.2000,0.5025,1.4286,1.4000,0.0527,5023.3129,5023.3129,5073.5460,5073.5460,5073.5460
-1677.7500,0.5000,,56.6200,,,,11,990.7900,126.0291,2112.2184,-151.5856,13.0762,219.1538,219.1538,-15.7278,-0.6024,10.0948,0.0000,10.0948,3.5837,10.0948,1.1054,0.0000,8.9895,0.9455,,,8.0440,1.2313,,,6.8127,,,,,,,799.1576,107.4168,0.2000,0.5025,1.4286,1.4000,0.0527,4866.7272,4866.7272,4915.3944,4915.3944,4915.3944
-1678.2500,0.5000,,56.3800,,,,11,984.1100,110.5237,2096.4202,-151.2850,11.3901,216.0482,216.0482,-15.5908,-0.6263,8.4327,0.0000,8.4327,3.5837,8.4327,1.0966,0.0000,7.3361,0.9395,,,6.3966,1.2219,,,5.1747,,,,,,,794.9684,88.1220,0.2000,0.5025,1.4286,1.4000,0.0527,4584.0723,4584.0723,4629.9130,4629.9130,4629.9130
-1678.7500,0.5000,,55.8200,,,,11,968.9000,34.0277,2060.4485,-150.6005,3.4526,209.0592,209.0592,-15.2804,-1.0206,0.8890,0.0000,0.8890,3.5841,0.8890,1.0823,0.0000,-0.1933,0.9296,,,-1.1229,1.2066,,,-2.3295,,,,,,,788.0944,-2.3419,0.2000,0.5025,1.4286,1.4000,0.0531,3263.3852,3263.3852,3296.0191,3296.0191,3296.0191
-1679.2500,0.5000,,55.5000,,,,11,966.3878,-40.7347,2054.5070,-150.4874,-4.1223,207.9159,207.9159,-15.2293,-0.8648,-6.8417,0.0000,-6.8417,3.5842,-6.8417,1.0701,0.0000,-7.9119,0.9213,,,-8.8331,1.1935,,,-10.0267,,,,,,,782.2225,-96.5873,0.2000,0.5025,1.4286,1.4000,0.0531,2077.8625,2077.8625,2098.6411,2098.6411,2098.6411
-1679.7500,0.5000,,54.9600,,,,11,957.8627,-112.8708,2034.3454,-150.1038,-11.3218,204.0594,204.0594,-15.0565,-1.2181,-13.6884,0.0000,-13.6884,3.5848,-13.6884,1.0530,0.0000,-14.7414,0.9094,,,-15.6508,1.1751,,,-16.8259,,,,,,,773.8759,-181.9020,0.2000,0.5025,1.4286,1.4000,0.0537,899.8758,899.8758,908.8746,908.8746,908.8746
-1680.2500,0.5000,,54.4200,,,,11,948.8400,-137.6667,2013.0066,-149.6978,-13.6789,200.0170,200.0170,-14.8743,-1.1140,-16.1500,0.0000,-16.1500,3.5852,-16.1500,1.0372,0.0000,-17.1872,0.8985,,,-18.0857,1.1582,,,-19.2439,,,,,,,766.1628,-214.2177,0.2000,0.5025,1.4286,1.4000,0.0541,443.2147,443.2147,447.6468,447.6468,447.6468
-1680.7500,0.5000,,53.7400,,,,11,937.9900,-138.5140,1987.3464,-149.2096,-13.6057,195.2092,195.2092,-14.6563,-1.1646,-16.0261,0.0000,-16.0261,3.5850,-16.0261,1.0207,0.0000,-17.0468,0.8870,,,-17.9337,1.1405,,,-19.0742,,,,,,,758.0158,-214.7508,0.2000,0.5025,1.4286,1.4000,0.0539,416.8018,416.8018,420.9698,420.9698,420.9698
-1681.2500,0.5000,,53.2400,,,,11,927.8800,-137.2665,1963.4362,-148.7546,-13.3378,190.7819,190.7819,-14.4541,-1.1664,-15.7562,0.0000,-15.7562,3.5848,-15.7562,1.0040,0.0000,-16.7602,0.8754,,,-17.6356,1.1226,,,-18.7582,,,,,,,749.7674,-213.4636,0.2000,0.5025,1.4286,1.4000,0.0537,428.9471,428.9471,433.2366,433.2366,433.2366
-1681.7500,0.5000,,52.5400,,,,11,916.4600,-134.7522,1936.4279,-148.2407,-12.9324,185.8418,185.8418,-14.2269,-1.3444,-15.1727,0.0000,-15.1727,3.5848,-15.1727,0.9848,0.0000,-16.1575,0.8619,,,-17.0194,1.1019,,,-18.1214,,,,,,,740.1462,-208.4624,0.2000,0.5025,1.4286,1.4000,0.0537,449.1064,449.1064,453.5974,453.5974,453.5974
-1682.2500,0.5000,,51.9200,,,,11,904.5500,-137.6240,1908.2608,-147.7048,-13.0363,180.7586,180.7586,-13.9912,-1.2029,-15.4175,0.0000,-15.4175,3.5841,-15.4175,0.9675,0.0000,-16.3850,0.8498,,,-17.2348,1.0834,,,-18.3182,,,,,,,731.4305,-213.9172,0.2000,0.5025,1.4286,1.4000,0.0530,356.1698,356.1698,359.7315,359.7315,359.7315
-1682.7500,0.5000,,51.2000,,,,11,892.3000,-139.6169,1879.2895,-147.1535,-13.0460,175.6035,175.6035,-13.7502,-1.4319,-15.1978,0.0000,-15.1978,3.5837,-15.1978,0.9469,0.0000,-16.1447,0.8352,,,-16.9799,1.0611,,,-18.0410,,,,,,,720.9183,-213.8529,0.2000,0.5025,1.4286,1.4000,0.0527,294.5804,294.5804,297.5262,297.5262,297.5262
-1683.2500,0.5000,,50.5400,,,,11,880.4100,-131.4444,1851.1697,-146.6185,-12.1187,170.6710,170.6710,-13.5177,-1.2116,-14.4901,0.0000,-14.4901,3.5831,-14.4901,0.9293,0.0000,-15.4194,0.8227,,,-16.2421,1.0422,,,-17.2843,,,,,,,711.9019,-206.8323,0.2000,0.5025,1.4286,1.4000,0.0520,410.7752,410.7752,414.8829,414.8829,414.8829
-1683.7500,0.5000,,50.0200,,,,11,871.9200,-132.1532,1831.0908,-146.2364,-12.0665,167.1919,167.1919,-13.3524,-1.0030,-14.6445,0.0000,-14.6445,3.5809,-14.6445,0.9147,0.0000,-15.5591,0.8123,,,-16.3715,1.0265,,,-17.3979,,,,,,,704.3509,-210.9444,0.2000,0.5025,1.4286,1.4000,0.0498,394.8210,394.8210,398.7692,398.7692,398.7692
-1684.2500,0.5000,,49.3800,,,,11,861.8300,-137.2476,1807.2280,-145.7824,-12.3867,163.1035,163.1035,-13.1569,-1.0660,-14.8141,0.0000,-14.8141,3.4934,-14.8141,0.8991,0.0000,-15.7132,0.8012,,,-16.5144,1.0097,,,-17.5241,,,,,,,696.2358,-215.5162,0.2000,0.4650,1.4286,1.3500,0.0498,311.5880,311.5880,324.0515,324.0515,324.0515
-1684.7500,0.5000,,48.9000,,,,11,853.6100,-126.1854,1787.7877,-145.4125,-11.2797,159.8100,159.8100,-12.9984,-0.8542,-13.9173,0.0000,-13.9173,3.4917,-13.9173,0.8866,0.0000,-14.8038,0.7922,,,-15.5960,0.9962,,,-16.5922,,,,,,,689.6644,-204.9782,0.2000,0.4650,1.4286,1.3500,0.0482,473.7266,473.7266,492.6757,492.6757,492.6757
-1685.2500,0.5000,,48.4400,,,,11,845.3900,-131.8250,1768.3474,-145.0426,-11.6703,156.5501,156.5501,-12.8405,-0.8902,-14.2712,0.0000,-14.2712,3.4911,-14.2712,0.8735,0.0000,-15.1446,0.7828,,,-15.9274,0.9820,,,-16.9094,,,,,,,682.7481,-211.8213,0.2000,0.4650,1.4286,1.3500,0.0475,383.4071,383.4071,398.7434,398.7434,398.7434
-1685.7500,0.5000,,48.0400,,,,11,837.9600,-126.3733,1750.7754,-144.7082,-11.0894,153.6322,153.6322,-12.6983,-0.6355,-13.9456,0.0000,-13.9456,3.4917,-13.9456,0.8641,0.0000,-14.8097,0.7760,,,-15.5857,0.9719,,,-16.5576,,,,,,,677.7680,-208.6586,0.2000,0.4650,1.4286,1.3500,0.0481,461.2271,461.2271,479.6762,479.6762,479.6762
-1686.2500,0.5000,,47.5000,,,,11,828.8400,-144.2978,1729.2066,-144.2978,-12.5245,150.0881,150.0881,-12.5245,-1.0244,-14.9958,0.0000,-14.9958,3.4957,-14.9958,0.8489,0.0000,-15.8447,0.7650,,,-16.6097,0.9555,,,-17.5652,,,,,,,669.6621,-225.9435,0.2000,0.4650,1.4286,1.3500,0.0521,184.6579,184.6579,192.0442,192.0442,192.0442
-1686.7500,0.5000,,47.0000,,,,11,819.7400,-143.8883,1707.6851,-143.8883,-12.3518,146.5928,146.5928,-12.3518,-0.8821,-14.9704,0.0000,-14.9704,3.5007,-14.9704,0.8358,0.0000,-15.8061,0.7555,,,-16.5616,0.9413,,,-17.5029,,,,,,,662.6022,-227.7951,0.2000,0.4650,1.4286,1.3500,0.0571,185.2311,185.2311,192.6404,192.6404,192.6404
-1687.2500,0.5000,,46.5600,,,,11,813.0100,-143.5855,1691.7687,-143.5855,-12.2246,144.0342,144.0342,-12.2246,-0.7064,-15.1928,0.0000,-15.1928,3.6746,-15.1928,0.8252,0.0000,-16.0180,0.7478,,,-16.7658,0.9299,,,-17.6957,,,,,,,656.8938,-232.8548,0.2000,0.4650,1.4286,1.3500,0.2310,185.6550,185.6550,193.0812,193.0812,193.0812
-1687.7500,0.5000,,46.2600,,,,11,843.1400,-144.9413,1763.0261,-144.9413,-12.7974,155.6636,155.6636,-12.7974,-0.7002,-15.7779,0.0000,-15.7779,3.6807,-15.7779,0.8148,0.0000,-16.5926,0.7401,,,-17.3327,0.9185,,,-18.2513,,,,,,,651.1864,-243.3218,0.2000,0.4650,1.4286,1.3500,0.2371,183.7571,183.7571,191.1074,191.1074,191.1074
-1688.2500,0.5000,,45.0000,,,,10,957.4600,-136.6483,2033.3929,-150.0857,-13.7010,203.8781,203.8781,-15.0483,18.0464,-36.0915,0.0000,-36.0915,4.3441,-36.0915,1.4394,0.0000,-37.5310,0.7094,,,-38.2403,1.5286,,,-39.7689,,,,,,,628.1202,-570.5825,0.2000,0.4650,1.4286,1.3500,0.9005,470.4262,470.4262,489.2432,489.2432,489.2432
-1688.7500,0.5000,,42.8800,,,,10,936.7200,-149.1524,1984.3428,-149.1524,-14.6308,194.6503,194.6503,-14.6308,-4.9728,-14.2319,0.0000,-14.2319,4.5739,-14.2319,1.0058,0.0000,-15.2377,0.6730,,,-15.9106,0.8203,,,-16.7309,,,,,,,600.5007,-242.3129,0.2000,0.4650,1.4286,1.3500,1.1303,223.5430,223.5430,232.4847,232.4847,232.4847
-1689.2500,0.5000,,41.0200,,,,10,893.7600,-147.2192,1882.7424,-147.2192,-13.7789,176.2140,176.2140,-13.7789,-4.7258,-14.2589,0.0000,-14.2589,5.2059,-14.2589,0.9378,0.0000,-15.1967,0.6388,,,-15.8356,0.7689,,,-16.6044,,,,,,,573.0204,-253.2510,0.2000,0.4650,1.4286,1.3500,1.7623,180.5686,180.5686,187.7913,187.7913,187.7913
-1689.7500,0.5000,,39.0800,,,,10,849.4300,-145.2244,1777.9020,-145.2244,-12.9180,158.1481,158.1481,-12.9180,-4.5862,-13.8062,0.0000,-13.8062,5.4744,-13.8062,0.8707,0.0000,-14.6769,0.6044,,,-15.2814,0.7179,,,-15.9993,,,,,,,545.0293,-257.1505,0.2000,0.4650,1.4286,1.3500,2.0308,183.3609,183.3609,190.6954,190.6954,190.6954
-1690.2500,0.5000,,37.0000,,,,10,804.7400,-143.2133,1672.2101,-143.2133,-12.0689,140.9208,140.9208,-12.0689,-4.4301,-12.8347,0.0000,-12.8347,5.1959,-12.8347,0.8047,0.0000,-13.6394,0.5698,,,-14.2091,0.6675,,,-14.8766,,,,,,,516.5522,-252.1457,0.2000,0.4650,1.4286,1.3500,1.7523,186.1760,186.1760,193.6230,193.6230,193.6230
-1690.7500,0.5000,,34.9600,,,,10,759.3980,-141.9849,1564.9762,-141.9849,-11.2912,124.4531,124.4531,-11.2912,-4.2483,-11.9870,0.0000,-11.9870,4.9441,-11.9870,0.7401,0.0000,-12.7271,0.5350,,,-13.2621,0.6178,,,-13.8799,,,,,,,487.6846,-249.2086,0.2000,0.4650,1.4286,1.3500,1.5005,175.2274,175.2274,182.2365,182.2365,182.2365
-1691.2500,0.5000,,33.1200,,,,10,791.4020,-142.7850,1640.6656,-142.7850,-11.8334,135.9709,135.9709,-11.8334,-3.6581,-12.8244,0.0000,-12.8244,4.6492,-12.8244,0.6833,0.0000,-13.5077,0.5036,,,-14.0113,0.5738,,,-14.5851,,,,,,,461.3824,-279.5713,0.2000,0.4650,1.4286,1.3500,1.2056,184.4168,184.4168,191.7935,191.7935,191.7935
-1691.7500,0.5000,,31.1000,,,,8,1086.0600,167.0803,2134.0000,-157.5939,19.0024,242.7040,242.7040,-17.9235,44.3115,-29.7384,0.0000,-29.7384,4.4293,-29.7384,1.3196,0.0000,-31.0581,0.4705,,,-31.5286,1.2607,,,-32.7892,,,,,,,433.3945,-684.3249,0.2000,0.4650,1.4286,1.3500,0.9857,5970.3164,5970.3164,6209.1290,6209.1290,6209.1290
-1692.2500,0.5000,,28.9600,,,,8,1044.7400,-154.9081,2134.0000,-154.9081,-16.9477,233.4701,233.4701,-16.9477,-9.6340,-11.6032,0.0000,-11.6032,4.2895,-11.6032,1.1883,0.0000,-12.7915,0.4370,,,-13.2286,0.5287,,,-13.7573,,,,,,,404.8028,-301.7524,0.2000,0.4650,1.4286,1.3500,0.8459,230.4291,230.4291,239.6463,239.6463,239.6463
-1692.7500,0.5000,,27.9800,,,,8,1018.4388,-153.1985,2134.0000,-153.1985,-16.3387,227.5925,227.5925,-16.3387,-3.5078,-16.9062,0.0000,-16.9062,4.0752,-16.9062,1.1398,0.0000,-18.0459,0.4246,,,-18.4705,0.7384,,,-19.2090,,,,,,,393.8774,-437.5117,0.2000,0.4650,1.4286,1.3500,0.6316,234.3127,234.3127,243.6852,243.6852,243.6852
-1693.2500,0.5000,,27.2000,,,,8,991.6863,-151.6259,2114.3380,-151.6259,-15.7462,219.5722,219.5722,-15.7462,-3.2599,-16.4985,0.0000,-16.4985,4.0121,-16.4985,1.0943,0.0000,-17.5928,0.4129,,,-18.0057,0.7199,,,-18.7256,,,,,,,383.4452,-438.1298,0.2000,0.4650,1.4286,1.3500,0.5686,235.2627,235.2627,244.6732,244.6732,244.6732
-1693.7500,0.5000,,26.5000,,,,8,965.6327,-150.4535,2052.7212,-150.4535,-15.2140,207.5728,207.5728,-15.2140,-3.0532,-16.0964,0.0000,-16.0964,3.9356,-16.0964,1.0513,0.0000,-17.1477,0.4017,,,-17.5494,0.7016,,,-18.2511,,,,,,,373.4100,-438.5222,0.2000,0.4650,1.4286,1.3500,0.4921,229.7077,229.7077,238.8960,238.8960,238.8960
-1694.2500,0.5000,,25.8400,,,,8,942.0700,-125.3709,1996.9956,-149.3932,-12.3683,197.0103,197.0103,-14.7381,-2.7970,-13.5526,0.0000,-13.5526,3.9814,-13.5526,1.0116,0.0000,-14.5643,0.3912,,,-14.9555,0.5979,,,-15.5534,,,,,,,363.9742,-382.1108,0.2000,0.4650,1.4286,1.3500,0.5378,658.1369,658.1369,684.4623,684.4623,684.4623
-1694.7500,0.5000,,25.1400,,,,8,917.1500,-111.2710,1938.0598,-148.2718,-10.6869,186.1385,186.1385,-14.2406,-2.6146,-12.2652,0.0000,-12.2652,4.1929,-12.2652,0.9742,0.0000,-13.2394,0.3812,,,-13.6205,0.5445,,,-14.1650,,,,,,,354.9269,-356.2044,0.2000,0.4650,1.4286,1.3500,0.7493,806.9074,806.9074,839.1837,839.1837,839.1837
-1695.2500,0.5000,,24.5400,,,,8,891.7700,-108.3412,1878.0361,-147.1297,-10.1175,175.3822,175.3822,-13.7398,-2.8443,-11.4838,0.0000,-11.4838,4.2106,-11.4838,0.9331,0.0000,-12.4169,0.3699,,,-12.7869,0.5112,,,-13.2980,,,,,,,344.8152,-343.8740,0.2000,0.4650,1.4286,1.3500,0.7671,767.0057,767.0057,797.6859,797.6859,797.6859
-1695.7500,0.5000,,23.8600,,,,8,870.9200,-46.7466,1828.7258,-146.1914,-4.2634,166.7844,166.7844,-13.3330,-2.2509,-6.3620,0.0000,-6.3620,4.3495,-6.3620,0.9003,0.0000,-7.2623,0.3608,,,-7.6231,0.3816,,,-8.0047,,,,,,,336.5979,-206.0308,0.2000,0.4650,1.4286,1.3500,0.9059,1685.1759,1685.1759,1752.5829,1752.5829,1752.5829
-1696.2500,0.5000,,23.4000,,,,8,853.3100,-17.3925,1787.0782,-145.3990,-1.5542,159.6905,159.6905,-12.9926,-1.7927,-4.1114,0.0000,-4.1114,4.3500,-4.1114,0.8740,0.0000,-4.9854,0.3534,,,-5.3388,0.3721,,,-5.7110,,,,,,,329.9071,-144.3047,0.2000,0.4650,1.4286,1.3500,0.9064,2023.6300,2023.6300,2104.5753,2104.5753,2104.5753
-1696.7500,0.5000,,22.8800,,,,8,839.7000,-9.2965,1754.8905,-144.7865,-0.8175,154.3131,154.3131,-12.7315,-1.4061,-3.6530,0.0000,-3.6530,4.2416,-3.6530,0.8532,0.0000,-4.5062,0.3475,,,-4.8537,0.3646,,,-5.2182,,,,,,,324.5627,-132.5804,0.2000,0.4650,1.4286,1.3500,0.7980,2064.1417,2064.1417,2146.7074,2146.7074,2146.7074
-1697.2500,0.5000,,22.6400,,,,8,844.8039,76.3706,1766.9613,-145.0162,6.7563,156.3189,156.3189,-12.8292,-1.1845,3.7132,0.0000,3.7132,4.2276,3.7132,0.8356,0.0000,2.8777,0.3425,,,2.5352,0.3581,,,2.1771,,,,,,,319.9912,85.8764,0.2000,0.4650,1.4286,1.3500,0.7840,3275.5169,3275.5169,3406.5376,3406.5376,3406.5376
-1697.7500,0.5000,,22.5000,,,,8,820.8000,100.9099,1710.1920,-143.9360,8.6736,146.9978,146.9978,-12.3719,-0.4735,5.0727,0.0000,5.0727,4.0744,5.0727,0.8285,0.0000,4.2442,0.3404,,,3.9038,0.3556,,,3.5482,,,,,,,318.1453,127.3928,0.2000,0.4650,1.4286,1.3500,0.6308,3525.9823,3525.9823,3667.0216,3667.0216,3667.0216
-1698.2500,0.5000,,22.2400,,,,8,815.2700,114.3402,1697.1136,-143.6872,9.7618,144.8909,144.8909,-12.2673,-0.8849,6.6260,0.0000,6.6260,4.0207,6.6260,0.8153,0.0000,5.8107,0.3366,,,5.4741,0.3507,,,5.1234,,,,,,,314.6669,176.3394,0.2000,0.4650,1.4286,1.3500,0.5771,3652.7304,3652.7304,3798.8396,3798.8396,3798.8396
-1698.7500,0.5000,,22.0800,,,,8,815.6100,217.9870,1697.9177,-143.7025,18.6184,145.0200,145.0200,-12.2737,-0.2069,14.7731,0.0000,14.7731,4.0521,14.7731,0.8121,0.0000,13.9610,0.3357,,,13.6253,0.5448,,,13.0805,,,,,,,313.8480,424.7845,0.2000,0.4650,1.4286,1.3500,0.6086,4886.0228,4886.0228,5081.4637,5081.4637,5081.4637
-1699.2500,0.5000,,22.4800,,,,8,840.4500,484.9837,1756.6643,-144.8203,42.6842,154.6070,154.6070,-12.7459,2.1245,36.4821,0.0000,36.4821,4.0776,36.4821,1.4562,0.0000,35.0258,0.3449,,,34.6810,1.3870,,,33.2940,,,,,,,322.1576,1038.2252,0.2000,0.4650,1.4286,1.3500,0.6341,9068.9243,9068.9243,9431.6813,9431.6813,9431.6813
-1699.7500,0.5000,,23.7000,,,,8,889.7400,731.4540,1873.2351,-147.0383,68.1520,174.5356,174.5356,-13.7001,4.9234,59.0229,0.0000,59.0229,4.2058,59.0229,2.3575,0.0000,56.6654,0.3653,,,56.3001,2.2517,,,54.0483,,,,,,,340.6360,1588.5409,0.2000,0.4650,1.4286,1.3500,0.7622,13501.9269,13501.9269,14042.0040,14042.0040,14042.0040
-1700.2500,0.5000,,25.3400,,,,8,954.7900,865.8514,2027.0784,-149.9656,86.5725,202.6782,202.6782,-14.9944,7.1603,75.0492,0.0000,75.0492,4.3630,75.0492,2.9980,0.0000,72.0511,0.3933,,,71.6578,2.8660,,,68.7919,,,,,,,365.8483,1880.6637,0.2000,0.4650,1.4286,1.3500,0.9194,16867.8635,16867.8635,17542.5780,17542.5780,17542.5780
-1700.7500,0.5000,,27.1000,,,,8,1013.2100,776.4156,2134.0000,-152.8587,82.3801,226.4240,226.4240,-16.2188,7.3740,70.6795,0.0000,70.6795,4.3266,70.6795,2.8227,0.0000,67.8568,0.4204,,,67.4364,2.6971,,,64.7393,,,,,,,390.1136,1661.0148,0.2000,0.4650,1.4286,1.3500,0.8830,16066.0783,16066.0783,16708.7215,16708.7215,16708.7215
-1701.2500,0.5000,,27.9000,,,,8,1027.5900,289.1726,2134.0000,-153.7934,31.1176,229.6375,229.6375,-16.5495,2.0102,24.8294,0.0000,24.8294,4.2780,24.8294,1.1512,0.0000,23.6782,0.4275,,,23.2507,0.9296,,,22.3210,,,,,,,396.4710,570.3060,0.2000,0.4650,1.4286,1.3500,0.8344,7686.7667,7686.7667,7994.2374,7994.2374,7994.2374
-1701.7500,0.5000,,28.1400,,,,8,1036.5200,227.7746,2134.0000,-154.3738,24.7236,231.6332,231.6332,-16.7564,0.8922,19.6276,0.0000,19.6276,4.2038,19.6276,1.1636,0.0000,18.4640,0.4306,,,18.0334,0.7209,,,17.3124,,,,,,,399.2601,441.6121,0.2000,0.4650,1.4286,1.3500,0.7603,6702.8905,6702.8905,6971.0061,6971.0061,6971.0061
-1702.2500,0.5000,,28.2600,,,,8,1038.5300,172.7531,2134.0000,-154.5045,18.7877,232.0823,232.0823,-16.8031,0.3890,14.3257,0.0000,14.3257,4.0730,14.3257,1.1690,0.0000,13.1568,0.4320,,,12.7248,0.5086,,,12.2162,,,,,,,400.4700,313.7260,0.2000,0.4650,1.4286,1.3500,0.6294,5833.3011,5833.3011,6066.6332,6066.6332,6066.6332
-1702.7500,0.5000,,28.1800,,,,8,1033.1837,109.5210,2134.0000,-154.1569,11.8496,230.8876,230.8876,-16.6790,-0.5781,8.3514,0.0000,8.3514,4.0763,8.3514,1.1610,0.0000,7.1905,0.4300,,,6.7605,0.4738,,,6.2867,,,,,,,398.6704,172.2321,0.2000,0.4650,1.4286,1.3500,0.6328,4771.6628,4771.6628,4962.5293,4962.5293,4962.5293
-1703.2500,0.5000,,27.9800,,,,8,1017.2549,58.1250,2134.0000,-153.1216,6.1919,227.3279,227.3279,-16.3115,-1.0600,3.1644,0.0000,3.1644,4.0875,3.1644,1.1463,0.0000,2.0181,0.4262,,,1.5919,0.4687,,,1.1232,,,,,,,395.3495,48.7459,0.2000,0.4650,1.4286,1.3500,0.6439,3860.5788,3860.5788,4015.0020,4015.0020,4015.0020
-1703.7500,0.5000,,27.3400,,,,8,991.5100,-61.1539,2113.9212,-151.6180,-6.3497,219.4899,219.4899,-15.7426,-2.7062,-7.7366,0.0000,-7.7366,4.0930,-7.7366,1.1086,0.0000,-8.8451,0.4166,,,-9.2617,0.4556,,,-9.7173,,,,,,,386.7420,-218.4008,0.2000,0.4650,1.4286,1.3500,0.6495,1867.5400,1867.5400,1942.2416,1942.2416,1942.2416
-1704.2500,0.5000,,26.8400,,,,8,978.8000,-61.2185,2083.8620,-151.0460,-6.2749,213.5952,213.5952,-15.4822,-2.6667,-7.7270,0.0000,-7.7270,4.1189,-7.7270,1.0712,0.0000,-8.7982,0.4069,,,-9.2051,0.4425,,,-9.6476,,,,,,,378.0683,-222.2259,0.2000,0.4650,1.4286,1.3500,0.6753,1819.8532,1819.8532,1892.6474,1892.6474,1892.6474
-1704.7500,0.5000,,26.2200,,,,8,955.2300,-53.5723,2028.1190,-149.9854,-5.3589,202.8757,202.8757,-15.0033,-2.6508,-6.8273,0.0000,-6.8273,4.1192,-6.8273,1.0337,0.0000,-7.8610,0.3971,,,-8.2581,0.4293,,,-8.6874,,,,,,,369.2447,-203.2998,0.2000,0.4650,1.4286,1.3500,0.6756,1837.4140,1837.4140,1910.9106,1910.9106,1910.9106
-1705.2500,0.5000,,25.5600,,,,8,930.0900,-52.8341,1968.6629,-148.8541,-5.1460,191.7454,191.7454,-14.4982,-2.9357,-6.3322,0.0000,-6.3322,4.1218,-6.3322,0.9919,0.0000,-7.3240,0.3859,,,-7.7100,0.4144,,,-8.1244,,,,,,,359.2198,-194.6982,0.2000,0.4650,1.4286,1.3500,0.6783,1744.0284,1744.0284,1813.7896,1813.7896,1813.7896
-1705.7500,0.5000,,24.9000,,,,8,909.5400,-17.9974,1920.0621,-147.9293,-1.7142,182.8798,182.8798,-14.0898,-2.2920,-3.5441,0.0000,-3.5441,4.1218,-3.5441,0.9589,0.0000,-4.5030,0.3770,,,-4.8800,0.4027,,,-5.2827,,,,,,,351.1942,-122.4413,0.2000,0.4650,1.4286,1.3500,0.6783,2185.1492,2185.1492,2272.5552,2272.5552,2272.5552
-1706.2500,0.5000,,24.4400,,,,8,891.9100,15.6957,1878.3672,-147.1360,1.4660,175.4406,175.4406,-13.7426,-1.8286,-0.9152,0.0000,-0.9152,4.2098,-0.9152,0.9325,0.0000,-1.8477,0.3698,,,-2.2175,0.3932,,,-2.6107,,,,,,,344.6573,-51.1939,0.2000,0.4650,1.4286,1.3500,0.7662,2606.7830,2606.7830,2711.0543,2711.0543,2711.0543
-1706.7500,0.5000,,23.9800,,,,8,880.1735,24.6887,1850.6103,-146.6078,2.2756,170.5736,170.5736,-13.5131,-1.7962,-0.1530,0.0000,-0.1530,4.2248,-0.1530,0.9063,0.0000,-1.0593,0.3625,,,-1.4218,0.3838,,,-1.8056,,,,,,,338.1130,-29.9170,0.2000,0.4650,1.4286,1.3500,0.7812,2686.7018,2686.7018,2794.1699,2794.1699,2794.1699
-1707.2500,0.5000,,23.6600,,,,8,872.7200,95.3537,1832.9828,-146.2724,8.7145,167.5182,167.5182,-13.3680,-1.1720,5.6726,0.0000,5.6726,4.2138,5.6726,0.8891,0.0000,4.7835,0.3577,,,4.4258,0.3776,,,4.0482,,,,,,,333.7739,136.8565,0.2000,0.4650,1.4286,1.3500,0.7702,3656.9750,3656.9750,3803.2540,3803.2540,3803.2540
-1707.7500,0.5000,,23.2800,,,,8,854.3400,115.1252,1789.5141,-145.4453,10.2998,160.1012,160.1012,-13.0124,-1.0467,7.1393,0.0000,7.1393,4.2072,7.1393,0.8737,0.0000,6.2655,0.3534,,,5.9122,0.3720,,,5.5401,,,,,,,329.8503,181.3898,0.2000,0.4650,1.4286,1.3500,0.7637,3862.6531,3862.6531,4017.1592,4017.1592,4017.1592
-1708.2500,0.5000,,23.1400,,,,8,845.2800,114.0197,1768.0872,-145.0376,10.0927,156.5067,156.5067,-12.8384,-0.8923,6.8282,0.0000,6.8282,4.1568,6.8282,0.8606,0.0000,5.9676,0.3496,,,5.6180,0.3673,,,5.2507,,,,,,,326.4685,174.5537,0.2000,0.4650,1.4286,1.3500,0.7133,3810.4200,3810.4200,3962.8368,3962.8368,3962.8368
-1708.7500,0.5000,,22.9600,,,,8,840.6700,138.9212,1757.1846,-144.8302,12.2299,154.6933,154.6933,-12.7501,-0.6013,8.7069,0.0000,8.7069,4.1243,8.7069,0.8517,0.0000,7.8553,0.3471,,,7.5082,0.3640,,,7.1442,,,,,,,324.1696,231.3980,0.2000,0.4650,1.4286,1.3500,0.6807,4132.1412,4132.1412,4297.4268,4297.4268,4297.4268
-1709.2500,0.5000,,22.8200,,,,8,841.4020,171.0271,1758.9156,-144.8631,15.0694,154.9805,154.9805,-12.7641,0.1390,10.7509,0.0000,10.7509,4.1796,10.7509,0.8537,0.0000,9.8972,0.3477,,,9.5495,0.3817,,,9.1678,,,,,,,324.7024,291.0695,0.2000,0.4650,1.4286,1.3500,0.7360,4517.4590,4517.4590,4698.1574,4698.1574,4698.1574
-1709.7500,0.5000,,22.8600,,,,8,848.6633,232.4699,1776.0886,-145.1898,20.6600,157.8442,157.8442,-12.9033,0.5133,15.9017,0.0000,15.9017,4.2451,15.9017,0.8613,0.0000,15.0403,0.3498,,,14.6905,0.5874,,,14.1032,,,,,,,326.6626,439.6730,0.2000,0.4650,1.4286,1.3500,0.8015,5361.3272,5361.3272,5575.7803,5575.7803,5575.7803
-1710.2500,0.5000,,23.5200,,,,8,872.1471,381.6036,1831.6278,-146.2466,34.8522,167.2844,167.2844,-13.3569,2.3241,28.2515,0.0000,28.2515,4.2766,28.2515,1.1268,0.0000,27.1248,0.3595,,,26.7653,1.0703,,,25.6950,,,,,,,335.3952,772.2909,0.2000,0.4650,1.4286,1.3500,0.8330,7903.2808,7903.2808,8219.4120,8219.4120,8219.4120
-1710.7500,0.5000,,24.2200,,,,8,900.3400,400.3417,1898.3041,-147.5153,37.7456,178.9785,178.9785,-13.9082,2.9521,30.4660,0.0000,30.4660,4.3274,30.4660,1.2151,0.0000,29.2509,0.3714,,,28.8795,1.1549,,,27.7246,,,,,,,346.1700,806.9033,0.2000,0.4650,1.4286,1.3500,0.8838,8414.7840,8414.7840,8751.3753,8751.3753,8751.3753
-1711.2500,0.5000,,25.0200,,,,8,925.8265,391.9642,1958.5797,-148.6622,38.0018,189.8889,189.8889,-14.4131,2.8222,30.9164,0.0000,30.9164,4.2632,30.9164,1.2329,0.0000,29.6835,0.3825,,,29.3009,1.1717,,,28.1292,,,,,,,356.1661,795.8537,0.2000,0.4650,1.4286,1.3500,0.8197,8518.3931,8518.3931,8859.1289,8859.1289,8859.1289
-1711.7500,0.5000,,25.6600,,,,8,949.4400,369.0874,2014.4256,-149.7248,36.6966,200.2845,200.2845,-14.8864,2.7539,29.8053,0.0000,29.8053,4.1373,29.8053,1.1883,0.0000,28.6170,0.3931,,,28.2239,1.1286,,,27.0953,,,,,,,365.6569,747.3467,0.2000,0.4650,1.4286,1.3500,0.6938,8374.4253,8374.4253,8709.4023,8709.4023,8709.4023
-1712.2500,0.5000,,26.1200,,,,8,960.6569,225.5603,2040.9535,-150.2296,22.6913,205.3194,205.3194,-15.1131,1.5035,17.0484,0.0000,17.0484,4.1394,17.0484,1.0400,0.0000,16.0084,0.3987,,,15.6097,0.6240,,,14.9857,,,,,,,370.7357,412.3404,0.2000,0.4650,1.4286,1.3500,0.6958,6097.4042,6097.4042,6341.3003,6341.3003,6341.3003
-1712.7500,0.5000,,26.2200,,,,8,964.0714,133.5974,2049.0289,-150.3832,13.4876,206.8645,206.8645,-15.1823,0.3400,9.0016,0.0000,9.0016,4.1460,9.0016,1.0448,0.0000,7.9568,0.4000,,,7.5568,0.4332,,,7.1236,,,,,,,371.8746,204.3213,0.2000,0.4650,1.4286,1.3500,0.7024,4795.4746,4795.4746,4987.2936,4987.2936,4987.2936
-1713.2500,0.5000,,26.3000,,,,8,966.4400,117.4508,2054.6306,-150.4898,11.8867,207.9396,207.9396,-15.2304,0.2549,7.4618,0.0000,7.4618,4.1699,7.4618,1.0484,0.0000,6.4134,0.4010,,,6.0124,0.4345,,,5.5780,,,,,,,372.7263,164.3122,0.2000,0.4650,1.4286,1.3500,0.7263,4584.6164,4584.6164,4768.0011,4768.0011,4768.0011
-1713.7500,0.5000,,26.3400,,,,8,966.8100,103.6058,2055.5057,-150.5065,10.4895,208.1078,208.1078,-15.2379,-0.0089,6.1926,0.0000,6.1926,4.3057,6.1926,1.0483,0.0000,5.1443,0.4009,,,4.7434,0.4344,,,4.3090,,,,,,,372.6967,131.8092,0.2000,0.4650,1.4286,1.3500,0.8621,4391.3873,4391.3873,4567.0428,4567.0428,4567.0428
-1714.2500,0.5000,,26.3200,,,,8,966.2400,105.8892,2054.1576,-150.4808,10.7143,207.8487,207.8487,-15.2263,-0.0476,6.4563,0.0000,6.4563,4.3057,6.4563,1.0476,0.0000,5.4086,0.4008,,,5.0079,0.4342,,,4.5737,,,,,,,372.5378,138.6398,0.2000,0.4650,1.4286,1.3500,0.8621,4419.4470,4419.4470,4596.2248,4596.2248,4596.2248
-1714.7500,0.5000,,26.2400,,,,8,963.0100,101.4973,2046.5187,-150.3355,10.2356,206.3836,206.3836,-15.1608,-0.3013,6.3329,0.0000,6.3329,4.2041,6.3329,1.0434,0.0000,5.2895,0.3996,,,4.8899,0.4327,,,4.4572,,,,,,,371.5304,135.9546,0.2000,0.4650,1.4286,1.3500,0.7605,4333.1073,4333.1073,4506.4316,4506.4316,4506.4316
-1715.2500,0.5000,,26.1800,,,,8,960.6900,104.8737,2041.0319,-150.2311,10.5506,205.3344,205.3344,-15.1137,-0.2939,6.6489,0.0000,6.6489,4.1956,6.6489,1.0392,0.0000,5.6097,0.3985,,,5.2112,0.4312,,,4.7800,,,,,,,370.5451,144.5679,0.2000,0.4650,1.4286,1.3500,0.7520,4363.5470,4363.5470,4538.0889,4538.0889,4538.0889
-1715.7500,0.5000,,26.1400,,,,8,958.0200,100.9269,2034.7173,-150.1109,10.1254,204.1302,204.1302,-15.0597,-0.2520,6.2006,0.0000,6.2006,4.1768,6.2006,1.0356,0.0000,5.1649,0.3976,,,4.7673,0.4299,,,4.3374,,,,,,,369.6982,133.4100,0.2000,0.4650,1.4286,1.3500,0.7332,4287.6987,4287.6987,4459.2067,4459.2067,4459.2067
-1716.2500,0.5000,,26.0000,,,,8,953.4600,99.2448,2023.9329,-149.9057,9.9092,202.0818,202.0818,-14.9675,-0.5568,6.2926,0.0000,6.2926,4.1734,6.2926,1.0277,0.0000,5.2649,0.3955,,,4.8694,0.4272,,,4.4422,,,,,,,367.8201,136.6853,0.2000,0.4650,1.4286,1.3500,0.7299,4229.7683,4229.7683,4398.9590,4398.9590,4398.9590
-1716.7500,0.5000,,25.8400,,,,8,947.9900,100.2731,2010.9964,-149.6596,9.9544,199.6382,199.6382,-14.8572,-0.5934,6.3661,0.0000,6.3661,4.1818,6.3661,1.0193,0.0000,5.3468,0.3933,,,4.9535,0.4242,,,4.5294,,,,,,,365.8079,139.5763,0.2000,0.4650,1.4286,1.3500,0.7382,4203.4007,4203.4007,4371.5367,4371.5367,4371.5367
-1717.2500,0.5000,,25.7000,,,,8,942.2900,99.6976,1997.5159,-149.4031,9.8378,197.1076,197.1076,-14.7426,-0.6757,6.3265,0.0000,6.3265,4.1870,6.3265,1.0097,0.0000,5.3168,0.3907,,,4.9261,0.4208,,,4.5054,,,,,,,363.5032,139.6741,0.2000,0.4650,1.4286,1.3500,0.7434,4152.6066,4152.6066,4318.7108,4318.7108,4318.7108
-1717.7500,0.5000,,25.5400,,,,8,936.6800,103.5186,1984.2482,-149.1506,10.1540,194.6327,194.6327,-14.6300,-0.5746,6.5445,0.0000,6.5445,4.1842,6.5445,1.0015,0.0000,5.5430,0.3885,,,5.1545,0.4179,,,4.7367,,,,,,,361.5316,146.4108,0.2000,0.4650,1.4286,1.3500,0.7406,4164.7263,4164.7263,4331.3154,4331.3154,4331.3154
-1718.2500,0.5000,,25.4000,,,,8,930.9400,100.9638,1970.6731,-148.8923,9.8427,192.1166,192.1166,-14.5152,-0.7115,6.3751,0.0000,6.3751,4.1792,6.3751,0.9913,0.0000,5.3838,0.3858,,,4.9980,0.4142,,,4.5838,,,,,,,359.0754,143.1776,0.2000,0.4650,1.4286,1.3500,0.7356,4085.6126,4085.6126,4249.0371,4249.0371,4249.0371
-1718.7500,0.5000,,25.1600,,,,8,922.0700,98.6338,1949.6956,-148.4932,9.5240,188.2605,188.2605,-14.3383,-0.9270,6.2675,0.0000,6.2675,4.1835,6.2675,0.9780,0.0000,5.2895,0.3822,,,4.9073,0.4095,,,4.4978,,,,,,,355.8497,141.9442,0.2000,0.4650,1.4286,1.3500,0.7400,3986.2653,3986.2653,4145.7159,4145.7159,4145.7159
-1719.2500,0.5000,,24.9200,,,,8,914.8700,136.6668,1932.6676,-148.1692,13.0934,185.1591,185.1591,-14.1953,-0.7938,9.6823,0.0000,9.6823,4.2048,9.6823,0.9666,0.0000,8.7157,0.3791,,,8.3367,0.4054,,,7.9312,,,,,,,353.0644,235.7339,0.2000,0.4650,1.4286,1.3500,0.7612,4470.8113,4470.8113,4649.6437,4649.6437,4649.6437
-1719.7500,0.5000,,24.8000,,,,8,906.9900,142.2677,1914.0314,-147.8146,13.5126,181.7943,181.7943,-14.0394,-0.8642,10.1218,0.0000,10.1218,4.2549,10.1218,0.9541,0.0000,9.1677,0.3757,,,8.7920,0.4010,,,8.3910,,,,,,,350.0068,250.1240,0.2000,0.4650,1.4286,1.3500,0.8113,4491.1437,4491.1437,4670.7894,4670.7894,4670.7894
-1720.2500,0.5000,,24.4600,,,,8,899.8000,161.7929,1897.0270,-147.4910,15.2452,178.7509,178.7509,-13.8976,-0.8403,11.6286,0.0000,11.6286,4.4569,11.6286,0.9420,0.0000,10.6866,0.3724,,,10.3143,0.4123,,,9.9020,,,,,,,347.0079,294.0846,0.2000,0.4650,1.4286,1.3500,1.0133,4713.7580,4713.7580,4902.3084,4902.3084,4902.3084
-1720.7500,0.5000,,24.4400,,,,8,895.2000,207.2912,1886.1480,-147.2840,19.4325,176.8172,176.8172,-13.8072,-0.4471,15.4328,0.0000,15.4328,4.4469,15.4328,0.9355,0.0000,14.4973,0.3706,,,14.1267,0.5648,,,13.5619,,,,,,,345.4015,400.8055,0.2000,0.4650,1.4286,1.3500,1.0034,5332.3942,5332.3942,5545.6900,5545.6900,5545.6900
-1721.2500,0.5000,,24.3800,,,,8,903.5700,363.3555,1905.9431,-147.6607,34.3813,180.3434,180.3434,-13.9719,0.5445,29.5359,0.0000,29.5359,4.3009,29.5359,1.1779,0.0000,28.3580,0.3727,,,27.9853,1.1191,,,26.8662,,,,,,,347.3567,779.6001,0.2000,0.4650,1.4286,1.3500,0.8573,7857.5841,7857.5841,8171.8874,8171.8874,8171.8874
-1721.7500,0.5000,,24.8400,,,,8,918.4300,452.9222,1941.0870,-148.3294,43.5610,186.6894,186.6894,-14.2660,1.7841,37.4777,0.0000,37.4777,4.2992,37.4777,1.4954,0.0000,35.9823,0.3798,,,35.6025,1.4238,,,34.1788,,,,,,,353.6874,971.4958,0.2000,0.4650,1.4286,1.3500,0.8556,9408.1753,9408.1753,9784.5023,9784.5023,9784.5023
-1722.2500,0.5000,,25.3000,,,,8,931.4900,449.6407,1971.9739,-148.9171,43.8604,192.3570,192.3570,-14.5262,1.4939,38.2732,0.0000,38.2732,4.0933,38.2732,1.5271,0.0000,36.7460,0.3856,,,36.3605,1.4541,,,34.9064,,,,,,,358.9025,977.6993,0.2000,0.4650,1.4286,1.3500,0.6498,9478.9209,9478.9209,9858.0778,9858.0778,9858.0778
-1722.7500,0.5000,,25.6000,,,,8,943.8000,443.9784,2001.0870,-149.4710,43.8804,197.7764,197.7764,-14.7729,1.3105,38.4972,0.0000,38.4972,4.0727,38.4972,1.5360,0.0000,36.9612,0.3906,,,36.5706,1.4625,,,35.1081,,,,,,,363.4155,971.2113,0.2000,0.4650,1.4286,1.3500,0.6292,9506.0651,9506.0651,9886.3077,9886.3077,9886.3077
-1723.2500,0.5000,,25.8800,,,,8,955.8000,449.4542,2029.4670,-150.0110,44.9864,203.1317,203.1317,-15.0148,1.4069,39.4326,0.0000,39.4326,4.1468,39.4326,1.5733,0.0000,37.8593,0.3959,,,37.4634,1.4982,,,35.9652,,,,,,,368.1992,981.8867,0.2000,0.4650,1.4286,1.3500,0.7033,9701.7373,9701.7373,10089.8067,10089.8067,10089.8067
-1723.7500,0.5000,,26.2400,,,,8,968.5800,457.6985,2059.6917,-150.5861,46.4241,208.9134,208.9134,-15.2739,1.4905,40.7465,0.0000,40.7465,4.1871,40.7465,1.6258,0.0000,39.1208,0.4015,,,38.7193,1.5484,,,37.1708,,,,,,,373.2002,1001.0064,0.2000,0.4650,1.4286,1.3500,0.7435,9947.2542,9947.2542,10345.1444,10345.1444,10345.1444
-1724.2500,0.5000,,26.5600,,,,8,979.4600,460.0542,2085.4229,-151.0757,47.1872,213.8993,213.8993,-15.4957,1.2632,41.6851,0.0000,41.6851,4.2389,41.6851,1.6632,0.0000,40.0219,0.4062,,,39.6157,1.5843,,,38.0315,,,,,,,377.3867,1012.7041,0.2000,0.4650,1.4286,1.3500,0.7953,10084.5133,10084.5133,10487.8938,10487.8938,10487.8938
-1724.7500,0.5000,,26.8400,,,,8,989.5500,454.6751,2109.2858,-151.5298,47.1159,218.5757,218.5757,-15.7023,1.2039,41.6340,0.0000,41.6340,4.2780,41.6340,1.6611,0.0000,39.9729,0.4106,,,39.5624,1.5821,,,37.9802,,,,,,,381.3340,1000.9946,0.2000,0.4650,1.4286,1.3500,0.8344,10095.4069,10095.4069,10499.2232,10499.2232,10499.2232
-1725.2500,0.5000,,27.1000,,,,8,999.9600,444.6048,2133.9054,-151.9982,46.5570,223.4531,223.4531,-15.9166,1.2365,41.1004,0.0000,41.1004,4.2201,41.1004,1.6396,0.0000,39.4608,0.4150,,,39.0457,1.5615,,,37.4843,,,,,,,385.3460,977.8817,0.2000,0.4650,1.4286,1.3500,0.7765,10037.0763,10037.0763,10438.5594,10438.5594,10438.5594
-1725.7500,0.5000,,27.4600,,,,8,1011.7700,434.9774,2134.0000,-152.7651,46.0869,226.1022,226.1022,-16.1858,1.2522,40.6697,0.0000,40.6697,4.1650,40.6697,1.6223,0.0000,39.0474,0.4195,,,38.6279,1.5447,,,37.0831,,,,,,,389.3667,957.6452,0.2000,0.4650,1.4286,1.3500,0.7214,9998.5609,9998.5609,10398.5033,10398.5033,10398.5033
-1726.2500,0.5000,,27.7000,,,,8,1021.2100,431.9461,2134.0000,-153.3787,46.1927,228.2118,228.2118,-16.4024,1.1475,40.8708,0.0000,40.8708,4.1744,40.8708,1.6303,0.0000,39.2405,0.4236,,,38.8169,1.5523,,,37.2646,,,,,,,393.0152,953.4480,0.2000,0.4650,1.4286,1.3500,0.7308,10038.6471,10038.6471,10440.1930,10440.1930,10440.1930
-1726.7500,0.5000,,27.9400,,,,8,1029.1600,426.1072,2134.0000,-153.8954,45.9230,229.9884,229.9884,-16.5858,1.1164,40.6050,0.0000,40.6050,4.2016,40.6050,1.6196,0.0000,38.9854,0.4276,,,38.5579,1.5419,,,37.0159,,,,,,,396.5328,938.8465,0.2000,0.4650,1.4286,1.3500,0.7580,10019.7547,10019.7547,10420.5449,10420.5449,10420.5449
-1727.2500,0.5000,,28.2000,,,,8,1037.9300,414.1675,2134.0000,-154.4655,45.0166,231.9482,231.9482,-16.7891,1.0503,39.7649,0.0000,39.7649,4.2013,39.7649,1.5859,0.0000,38.1790,0.4312,,,37.7478,1.5095,,,36.2383,,,,,,,399.8137,911.8821,0.2000,0.4650,1.4286,1.3500,0.7578,9903.1380,9903.1380,10299.2635,10299.2635,10299.2635
-1727.7500,0.5000,,28.4200,,,,8,1047.2400,401.8618,2134.0000,-155.0706,44.0709,234.0288,234.0288,-17.0061,1.0711,38.8101,0.0000,38.8101,4.1897,38.8101,1.5476,0.0000,37.2624,0.4351,,,36.8274,1.4727,,,35.3547,,,,,,,403.1321,882.6637,0.2000,0.4650,1.4286,1.3500,0.7461,9762.5596,9762.5596,10153.0620,10153.0620,10153.0620
-1728.2500,0.5000,,28.6600,,,,8,1055.3700,394.9718,2134.0000,-155.5991,43.6515,235.8456,235.8456,-17.1965,1.1420,38.3256,0.0000,38.3256,4.1840,38.3256,1.5282,0.0000,36.7974,0.4392,,,36.3583,1.4539,,,34.9044,,,,,,,406.6403,864.1292,0.2000,0.4650,1.4286,1.3500,0.7404,9710.7641,9710.7641,10099.1947,10099.1947,10099.1947
-1728.7500,0.5000,,28.8200,,,,8,1059.8600,388.5831,2134.0000,-155.8909,43.1282,236.8490,236.8490,-17.3021,0.5310,38.4624,0.0000,38.4624,4.1347,38.4624,1.5336,0.0000,36.9288,0.4411,,,36.4878,1.4591,,,35.0287,,,,,,,408.2612,863.7716,0.2000,0.4650,1.4286,1.3500,0.6912,9637.9465,9637.9465,10023.4643,10023.4643,10023.4643
-1729.2500,0.5000,,28.9200,,,,8,1063.3800,389.9105,2134.0000,-156.1197,43.4192,237.6356,237.6356,-17.3850,0.4310,38.8524,0.0000,38.8524,4.1358,38.8524,1.5492,0.0000,37.3032,0.4426,,,36.8606,1.4740,,,35.3866,,,,,,,409.5722,869.7359,0.2000,0.4650,1.4286,1.3500,0.6922,9689.2854,9689.2854,10076.8569,10076.8569,10076.8569
-1729.7500,0.5000,,28.9800,,,,8,1065.3500,389.4290,2134.0000,-156.2478,43.4459,238.0758,238.0758,-17.4315,0.2522,39.0319,0.0000,39.0319,4.1619,39.0319,1.5563,0.0000,37.4756,0.4435,,,37.0321,1.4809,,,35.5512,,,,,,,410.3373,872.1252,0.2000,0.4650,1.4286,1.3500,0.7183,9697.0651,9697.0651,10084.9477,10084.9477,10084.9477
-1730.2500,0.5000,,28.9800,,,,8,1066.2200,386.6696,2134.0000,-156.3043,43.1733,238.2703,238.2703,-17.4520,0.1131,38.8984,0.0000,38.8984,4.1619,38.8984,1.5510,0.0000,37.3474,0.4439,,,36.9035,1.4757,,,35.4278,,,,,,,410.6800,868.4166,0.2000,0.4650,1.4286,1.3500,0.7183,9656.9190,9656.9190,10043.1957,10043.1957,10043.1957
-1730.7500,0.5000,,29.0200,,,,8,1066.4500,397.8097,2134.0000,-156.3193,44.4267,238.3217,238.3217,-17.4575,0.1118,40.1662,0.0000,40.1662,4.1487,40.1662,1.6017,0.0000,38.5645,0.4443,,,38.1202,1.5244,,,36.5959,,,,,,,411.0184,895.9795,0.2000,0.4650,1.4286,1.3500,0.7052,9849.4281,9849.4281,10243.4052,10243.4052,10243.4052
-1731.2500,0.5000,,29.0400,,,,8,1065.1400,394.3391,2134.0000,-156.2341,43.9851,238.0289,238.0289,-17.4265,-0.1386,39.9759,0.0000,39.9759,4.1478,39.9759,1.5941,0.0000,38.3818,0.4438,,,37.9380,1.5171,,,36.4209,,,,,,,410.5987,892.6453,0.2000,0.4650,1.4286,1.3500,0.7043,9779.3831,9779.3831,10170.5584,10170.5584,10170.5584
-1731.7500,0.5000,,28.9800,,,,8,1062.9200,393.0142,2134.0000,-156.0898,43.7459,237.5328,237.5328,-17.3742,-0.3462,39.9461,0.0000,39.9461,4.1460,39.9461,1.5929,0.0000,38.3532,0.4426,,,37.9107,1.5160,,,36.3946,,,,,,,409.5485,894.2683,0.2000,0.4650,1.4286,1.3500,0.7024,9738.6579,9738.6579,10128.2042,10128.2042,10128.2042
-1732.2500,0.5000,,28.8200,,,,8,1059.0200,395.1556,2134.0000,-155.8363,43.8229,236.6613,236.6613,-17.2823,-0.4265,40.1037,0.0000,40.1037,4.1457,40.1037,1.5992,0.0000,38.5045,0.4411,,,38.0634,1.5221,,,36.5413,,,,,,,408.2512,900.6480,0.2000,0.4650,1.4286,1.3500,0.7021,9743.5905,9743.5905,10133.3342,10133.3342,10133.3342
-1732.7500,0.5000,,28.7800,,,,8,1054.3800,401.9587,2134.0000,-155.5347,44.3820,235.6244,235.6244,-17.1733,-0.5859,40.8176,0.0000,40.8176,4.1503,40.8176,1.6278,0.0000,39.1898,0.4390,,,38.7508,1.5496,,,37.2012,,,,,,,406.4623,920.7117,0.2000,0.4650,1.4286,1.3500,0.7067,9822.2792,9822.2792,10215.1703,10215.1703,10215.1703
-1733.2500,0.5000,,28.6200,,,,8,1052.6800,441.2591,2134.0000,-155.4242,48.6428,235.2445,235.2445,-17.1334,-0.1902,44.6826,0.0000,44.6826,4.1504,44.6826,1.7825,0.0000,42.9001,0.4383,,,42.4619,1.6981,,,40.7638,,,,,,,405.8799,1009.3284,0.2000,0.4650,1.4286,1.3500,0.7068,10508.7788,10508.7788,10929.1299,10929.1299,10929.1299
-1733.7500,0.5000,,28.5400,,,,8,1046.6800,446.4020,2134.0000,-155.0342,48.9293,233.9036,233.9036,-16.9930,-0.6517,45.4306,0.0000,45.4306,4.1504,45.4306,1.8124,0.0000,43.6182,0.4360,,,43.1822,1.7269,,,41.4554,,,,,,,403.8778,1031.3096,0.2000,0.4650,1.4286,1.3500,0.7068,10526.7685,10526.7685,10947.8393,10947.8393,10947.8393
-1734.2500,0.5000,,28.3800,,,,8,1041.1100,486.7248,2134.0000,-154.6722,53.0651,232.6589,232.6589,-16.8631,-0.8793,49.7937,0.0000,49.7937,4.1506,49.7937,1.9870,0.0000,47.8067,0.4328,,,47.3739,1.8946,,,45.4794,,,,,,,401.1607,1137.9992,0.2000,0.4650,1.4286,1.3500,0.7071,11168.0897,11168.0897,11614.8133,11614.8133,11614.8133
-1734.7500,0.5000,,28.3200,,,,8,1044.0200,559.7990,2134.0000,-154.8613,61.2026,233.3092,233.3092,-16.9309,0.1573,56.8784,0.0000,56.8784,4.1668,56.8784,2.2704,0.0000,54.6081,0.4334,,,54.1747,2.1666,,,52.0081,,,,,,,401.6480,1298.3221,0.2000,0.4650,1.4286,1.3500,0.7233,12493.6771,12493.6771,12993.4241,12993.4241,12993.4241
-1735.2500,0.5000,,28.6000,,,,8,1053.7200,603.4743,2134.0000,-155.4918,66.5906,235.4769,235.4769,-17.1578,1.2873,61.1273,0.0000,61.1273,4.1760,61.1273,2.4403,0.0000,58.6870,0.4380,,,58.2490,2.3295,,,55.9195,,,,,,,405.6149,1381.6546,0.2000,0.4650,1.4286,1.3500,0.7324,13387.5695,13387.5695,13923.0723,13923.0723,13923.0723
-1735.7500,0.5000,,28.8800,,,,8,1065.7300,604.3871,2134.0000,-156.2725,67.4514,238.1608,238.1608,-17.4405,1.5410,61.7287,0.0000,61.7287,4.1818,61.7287,2.4642,0.0000,59.2645,0.4435,,,58.8210,2.3524,,,56.4686,,,,,,,410.3130,1379.2740,0.2000,0.4650,1.4286,1.3500,0.7382,13557.2882,13557.2882,14099.5797,14099.5797,14099.5797
-1736.2500,0.5000,,29.2200,,,,8,1075.9000,597.9364,2134.0000,-156.9335,67.3683,240.4335,240.4335,-17.6814,1.2650,61.9136,0.0000,61.9136,4.1897,61.9136,2.4715,0.0000,59.4421,0.4479,,,58.9942,2.3593,,,56.6349,,,,,,,414.1298,1370.6586,0.2000,0.4650,1.4286,1.3500,0.7461,13573.5790,13573.5790,14116.5222,14116.5222,14116.5222
-1736.7500,0.5000,,29.4200,,,,8,1085.7500,545.8236,2134.0000,-157.5738,62.0599,242.6347,242.6347,-17.9161,1.3238,56.5570,0.0000,56.5570,4.1790,56.5570,2.2571,0.0000,54.2999,0.4525,,,53.8473,2.1535,,,51.6939,,,,,,,418.0868,1240.2340,0.2000,0.4650,1.4286,1.3500,0.7355,12780.2970,12780.2970,13291.5089,13291.5089,13291.5089
-1737.2500,0.5000,,30.0800,,,,8,1126.9700,817.8784,2134.0000,-160.2531,96.5228,251.8462,251.8462,-18.9124,3.8942,88.4609,0.0000,88.4609,4.1676,88.4609,3.5330,0.0000,84.9279,0.4659,,,84.4620,3.3780,,,81.0839,,,,,,,429.5158,1888.1764,0.2000,0.4650,1.4286,1.3500,0.7241,18825.8112,18825.8112,19578.8436,19578.8436,19578.8436
-1737.7500,0.5000,,32.2200,,,,8,1213.2800,1270.9331,2134.0000,-166.4608,161.4776,271.1341,271.1341,-21.1496,12.3010,145.0113,0.0000,145.0113,4.1653,145.0113,5.7941,0.0000,139.2172,0.5064,,,138.7108,5.5479,,,133.1629,,,,,,,463.7712,2866.5565,0.2000,0.4650,1.4286,1.3500,0.7218,30493.6207,30493.6207,31713.3656,31713.3656,31713.3656
-1738.2500,0.5000,,34.6000,,,,8,1305.2700,1325.4295,2134.0000,-176.5797,181.1697,291.6912,291.6912,-24.1362,13.4913,163.5165,0.0000,163.5165,4.1619,163.5165,6.5333,0.0000,156.9832,0.5481,,,156.4350,6.2568,,,150.1782,,,,,,,498.6429,3006.3172,0.2000,0.4650,1.4286,1.3500,0.7183,34078.0858,34078.0858,35441.2092,35441.2092,35441.2092
-1738.7500,0.5000,,37.4000,,,,8,1418.0400,1470.3882,2115.4188,-189.7060,218.3479,314.1329,314.1329,-28.1707,17.4468,196.7559,0.0000,196.7559,4.1453,196.7559,7.8616,0.0000,188.8943,0.5988,,,188.2955,7.5311,,,180.7644,,,,,,,540.4122,3337.8361,0.2000,0.4650,1.4286,1.3500,0.7017,40997.3005,40997.3005,42637.1926,42637.1926,42637.1926
-1739.2500,0.5000,,40.8800,,,,8,1527.3700,1443.4937,2002.8089,-206.1055,230.8808,320.3409,320.3409,-32.9657,21.3531,205.4143,0.0000,205.4143,4.1134,205.4143,8.2064,0.0000,197.2079,0.6568,,,196.5511,7.8612,,,188.6899,,,,,,,587.5061,3205.4071,0.2000,0.4650,1.4286,1.3500,0.6698,43431.6448,43431.6448,45168.9106,45168.9106,45168.9106
-1739.7500,0.5000,,40.8400,,,,8,1418.3200,83.8687,2115.1304,-189.7480,12.4567,314.1521,314.1521,-28.1825,-6.2401,14.5996,0.0000,14.5996,4.0972,14.5996,2.0572,0.0000,12.5424,0.6402,,,11.9022,0.7710,,,11.1312,,,,,,,574.1432,208.6088,0.2000,0.4650,1.4286,1.3500,0.6536,6242.9352,6242.9352,6492.6526,6492.6526,6492.6526
-1740.2500,0.5000,,39.7600,,,,9,1125.7200,-160.1718,2134.0000,-160.1718,-18.8819,251.5669,251.5669,-18.8819,-57.2673,34.3326,0.0000,34.3326,4.0528,34.3326,1.3678,0.0000,32.9648,0.6219,,,32.3429,1.2929,,,31.0500,,,,,,,559.2737,562.8568,0.2000,0.4650,1.4286,1.3500,0.6092,251.3326,251.3326,261.3859,261.3859,261.3859
-1740.7500,0.5000,,39.0600,,,,10,907.0300,-147.8164,1914.1260,-147.8164,-14.0402,181.8113,181.8113,-14.0402,-31.2307,13.1391,0.0000,13.1391,4.0515,13.1391,0.8778,0.0000,12.2612,0.6081,,,11.6531,0.7233,,,10.9298,,,,,,,548.0479,213.6419,0.2000,0.4650,1.4286,1.3500,0.6079,212.4187,212.4187,220.9155,220.9155,220.9155
-1741.2500,0.5000,,38.6800,,,,10,862.7000,600.3195,1809.2855,-145.8215,54.2339,163.4540,163.4540,-13.1738,-0.1170,50.3551,0.0000,50.3551,3.9958,50.3551,2.0110,0.0000,48.3441,0.6072,,,47.7369,1.9087,,,45.8282,,,,,,,547.3190,843.4797,0.2000,0.4650,1.4286,1.3500,0.5522,11060.1089,11060.1089,11502.5133,11502.5133,11502.5133
-1741.7500,0.5000,,39.7200,,,,10,895.5400,1340.7018,1886.9521,-147.2993,125.7320,176.9597,176.9597,-13.8138,3.3607,118.3755,0.0000,118.3755,3.9958,118.3755,4.7316,0.0000,113.6440,0.6325,,,113.0115,4.5196,,,108.4918,,,,,,,567.8830,1910.9920,0.2000,0.4650,1.4286,1.3500,0.5522,24169.3658,24169.3658,25136.1404,25136.1404,25136.1404
-1742.2500,0.5000,,41.6800,,,,10,935.1000,1537.2830,1980.5115,-149.0795,150.5360,193.9385,193.9385,-14.5984,4.4277,141.9356,0.0000,141.9356,4.1727,141.9356,5.6736,0.0000,136.2619,0.6647,,,135.5972,5.4230,,,130.1742,,,,,,,593.8902,2190.9867,0.2000,0.4650,1.4286,1.3500,0.7292,28772.0901,28772.0901,29922.9737,29922.9737,29922.9737
-1742.7500,0.5000,,43.3800,,,,10,977.1100,1588.6876,2079.8652,-150.9700,162.5588,212.8175,212.8175,-15.4477,4.6881,153.6460,0.0000,153.6460,4.2248,153.6460,6.1417,0.0000,147.5042,0.6989,,,146.8053,5.8712,,,140.9341,,,,,,,620.2392,2270.9976,0.2000,0.4650,1.4286,1.3500,0.7812,30873.4759,30873.4759,32108.4149,32108.4149,32108.4149
-1743.2500,0.5000,,45.6000,,,,10,1027.3700,1732.3209,2134.0000,-153.7791,186.3734,229.5884,229.5884,-16.5445,5.7299,176.3062,0.0000,176.3062,4.3373,176.3062,7.0477,0.0000,169.2585,0.7399,,,168.5186,6.7397,,,161.7789,,,,,,,650.9968,2482.8069,0.2000,0.4650,1.4286,1.3500,0.8937,35355.9385,35355.9385,36770.1761,36770.1761,36770.1761
-1743.7500,0.5000,,48.0000,,,,10,1084.5900,1894.0102,2134.0000,-157.4984,215.1179,242.3755,242.3755,-17.8883,7.1359,203.6030,0.0000,203.6030,4.3790,203.6030,8.1391,0.0000,195.4639,0.7891,,,194.6748,7.7858,,,186.8890,,,,,,,687.3802,2715.4444,0.2000,0.4650,1.4286,1.3500,0.9354,40777.7775,40777.7775,42408.8886,42408.8886,42408.8886
-1744.2500,0.5000,,50.8200,,,,10,1144.9600,1958.4065,2134.0000,-161.4224,234.8128,255.8665,255.8665,-19.3545,8.1357,222.3121,0.0000,222.3121,4.3650,222.3121,8.8868,0.0000,213.4252,0.8431,,,212.5821,8.5020,,,204.0802,,,,,,,726.6421,2804.7658,0.2000,0.5025,1.4286,1.4000,0.8340,44675.6577,44675.6577,45122.4143,45122.4143,45122.4143
-1744.7500,0.5000,,52.8600,,,,10,1177.6900,1395.0833,2134.0000,-163.5499,172.0520,263.1807,263.1807,-20.1702,5.5689,162.2087,0.0000,162.2087,4.2745,162.2087,6.4823,0.0000,155.7264,0.8790,,,154.8474,6.1925,,,148.6549,,,,,,,752.3364,1976.6126,0.2000,0.5025,1.4286,1.4000,0.7434,32425.1582,32425.1582,32749.4097,32749.4097,32749.4097
-1745.2500,0.5000,,53.6400,,,,10,1199.0700,1032.2039,2134.0000,-164.9396,129.6100,267.9585,267.9585,-20.7109,2.2224,123.1253,0.0000,123.1253,4.2623,123.1253,4.9188,0.0000,118.2065,0.8931,,,117.3134,4.6911,,,112.6224,,,,,,,762.3487,1480.6732,0.2000,0.5025,1.4286,1.4000,0.7313,24846.4816,24846.4816,25094.9464,25094.9464,25094.9464
-1745.7500,0.5000,,54.8800,,,,10,1223.5000,1030.3675,2134.0000,-167.5850,132.0154,273.4179,273.4179,-21.4718,3.5348,124.2282,0.0000,124.2282,4.2525,124.2282,4.9626,0.0000,119.2656,0.9153,,,118.3503,4.7325,,,113.6178,,,,,,,778.0080,1463.8695,0.2000,0.5025,1.4286,1.4000,0.7214,25210.0534,25210.0534,25462.1539,25462.1539,25462.1539
-1746.2500,0.5000,,55.6600,,,,10,1238.8300,868.4437,2134.0000,-169.2713,112.6632,276.8438,276.8438,-21.9596,2.6548,105.7872,0.0000,105.7872,4.2211,105.7872,4.2248,0.0000,101.5624,0.9317,,,100.6307,4.0237,,,96.6070,,,,,,,789.5649,1228.3343,0.2000,0.5025,1.4286,1.4000,0.6901,21730.0846,21730.0846,21947.3855,21947.3855,21947.3855
-1746.7500,0.5000,,56.2000,,,,10,1247.1300,653.5784,2134.0000,-170.1843,85.3568,278.6986,278.6986,-22.2259,1.3527,79.8159,0.0000,79.8159,4.1882,79.8159,3.1859,0.0000,76.6300,0.9401,,,75.6900,3.0260,,,72.6639,,,,,,,795.3887,920.0064,0.2000,0.5025,1.4286,1.4000,0.6572,16874.0665,16874.0665,17042.8071,17042.8071,17042.8071
-1747.2500,0.5000,,55.7800,,,,10,1201.8500,113.4806,2134.0000,-165.2035,14.2824,268.5798,268.5798,-20.7921,-2.0663,12.1958,0.0000,12.1958,4.1528,12.1958,1.5211,0.0000,10.6747,0.9273,,,9.7474,1.2030,,,8.5444,,,,,,,786.4750,129.6111,0.2000,0.5025,1.4286,1.4000,0.6218,5472.9066,5472.9066,5527.6356,5527.6356,5527.6356
-1747.7500,0.5000,,55.0400,,,,11,1022.7800,-153.4807,2134.0000,-153.4807,-16.4386,228.5626,228.5626,-16.4386,-34.2364,13.7489,0.0000,13.7489,4.0489,13.7489,1.0563,0.0000,12.6926,0.9117,,,11.7809,1.1787,,,10.6021,,,,,,,775.5211,156.2890,0.2000,0.5025,1.4286,1.4000,0.5178,233.6717,233.6717,236.0084,236.0084,236.0084
-1748.2500,0.5000,,54.5200,,,,11,958.9600,115.3572,2036.9404,-150.1532,11.5844,204.5537,204.5537,-15.0787,-1.1130,8.6485,0.0000,8.6485,4.0490,8.6485,1.0406,0.0000,7.6079,0.9008,,,6.7070,1.1619,,,5.5451,,,,,,,767.8319,94.6167,0.2000,0.5025,1.4286,1.4000,0.5179,4499.0135,4499.0135,4544.0037,4544.0037,4544.0037
-1748.7500,0.5000,,54.2200,,,,11,947.1500,175.9517,2009.0098,-149.6218,17.4518,199.2643,199.2643,-14.8403,-0.4925,14.0278,0.0000,14.0278,3.9165,14.0278,1.0336,0.0000,12.9942,0.8960,,,12.0982,1.1544,,,10.9438,,,,,,,764.4046,162.3295,0.2000,0.5025,1.4286,1.4000,0.3855,5268.4613,5268.4613,5321.1459,5321.1459,5321.1459
-1749.2500,0.5000,,53.9000,,,,11,941.3900,179.4089,1995.3874,-149.3626,17.6865,196.7095,196.7095,-14.7245,-0.6687,14.4387,0.0000,14.4387,3.9165,14.4387,1.0241,0.0000,13.4146,0.8894,,,12.5252,1.1442,,,11.3810,,,,,,,759.7265,168.6130,0.2000,0.5025,1.4286,1.4000,0.3855,5274.3085,5274.3085,5327.0516,5327.0516,5327.0516
-1749.7500,0.5000,,53.5600,,,,11,935.9000,177.2578,1982.4035,-149.1155,17.3725,194.2899,194.2899,-14.6144,-0.5536,14.0999,0.0000,14.0999,3.8262,14.0999,1.0162,0.0000,13.0836,0.8839,,,12.1997,1.1357,,,11.0640,,,,,,,755.8320,165.3007,0.2000,0.5025,1.4286,1.4000,0.2952,5202.7802,5202.7802,5254.8080,5254.8080,5254.8080
-1750.2500,0.5000,,53.3000,,,,11,930.3000,177.9713,1969.1595,-148.8635,17.3381,191.8371,191.8371,-14.5024,-0.7579,14.2771,0.0000,14.2771,3.8189,14.2771,1.0054,0.0000,13.2717,0.8764,,,12.3953,1.1241,,,11.2712,,,,,,,750.4675,168.8747,0.2000,0.5025,1.4286,1.4000,0.2878,5170.9839,5170.9839,5222.6937,5222.6937,5222.6937
-1750.7500,0.5000,,52.8400,,,,11,922.7900,182.8457,1951.3984,-148.5256,17.6692,188.5721,188.5721,-14.3527,-0.7636,14.6689,0.0000,14.6689,3.7638,14.6689,0.9945,0.0000,13.6744,0.8687,,,12.8057,1.1124,,,11.6933,,,,,,,745.0233,175.2711,0.2000,0.5025,1.4286,1.4000,0.2327,5183.7992,5183.7992,5235.6371,5235.6371,5235.6371
-1751.2500,0.5000,,52.3800,,,,11,914.8700,133.9480,1932.6676,-148.1692,12.8329,185.1591,185.1591,-14.1953,-0.8507,9.9430,0.0000,9.9430,3.7406,9.9430,0.9823,0.0000,8.9606,0.8602,,,8.1004,1.0993,,,7.0011,,,,,,,738.9112,115.8022,0.2000,0.5025,1.4286,1.4000,0.2095,4432.3227,4432.3227,4476.6459,4476.6459,4476.6459
-1751.7500,0.5000,,51.9200,,,,11,905.9500,77.3551,1911.5718,-147.7678,7.3387,181.3525,181.3525,-14.0189,-0.9600,4.5884,0.0000,4.5884,3.7103,4.5884,0.9685,0.0000,3.6198,0.8505,,,2.7693,1.0845,,,1.6849,,,,,,,731.9521,47.2257,0.2000,0.5025,1.4286,1.4000,0.1793,3564.4254,3564.4254,3600.0697,3600.0697,3600.0697
-1752.2500,0.5000,,51.3800,,,,11,895.2300,54.1400,1886.2190,-147.2854,5.0755,176.8298,176.8298,-13.8077,-1.1627,2.5464,0.0000,2.5464,3.6918,2.5464,0.9518,0.0000,1.5946,0.8387,,,0.7560,1.0664,,,-0.3105,,,,,,,723.4339,21.0491,0.2000,0.5025,1.4286,1.4000,0.1608,3164.4269,3164.4269,3196.0712,3196.0712,3196.0712
-1752.7500,0.5000,,50.8200,,,,11,887.1900,59.6570,1867.2044,-146.9236,5.5425,173.4751,173.4751,-13.6501,-0.9589,2.8220,0.0000,2.8220,3.6794,2.8220,0.9379,0.0000,1.8841,0.8288,,,1.0553,1.0515,,,0.0038,,,,,,,716.3327,25.1166,0.2000,0.5025,1.4286,1.4000,0.1483,3210.0628,3210.0628,3242.1634,3242.1634,3242.1634
-1753.2500,0.5000,,50.2600,,,,11,876.0200,60.9052,1840.7873,-146.4209,5.5872,168.8676,168.8676,-13.4322,-1.1904,3.1187,0.0000,3.1187,3.6590,3.1187,0.9206,0.0000,2.1981,0.8165,,,1.3815,1.0329,,,0.3487,,,,,,,707.4179,29.6713,0.2000,0.5025,1.4286,1.4000,0.1279,3182.6299,3182.6299,3214.4562,3214.4562,3214.4562
-1753.7500,0.5000,,49.6200,,,,11,865.4700,59.7997,1815.8366,-145.9462,5.4198,164.5725,164.5725,-13.2274,-1.0913,2.9395,0.0000,2.9395,3.5715,2.9395,0.9047,0.0000,2.0349,0.8052,,,1.2297,1.0157,,,0.2140,,,,,,,699.1458,27.7932,0.2000,0.4650,1.4286,1.3500,0.1279,3124.3789,3124.3789,3249.3541,3249.3541,3249.3541
-1754.2500,0.5000,,49.1800,,,,11,860.3400,140.3332,1803.7041,-145.7153,12.6433,162.5040,162.5040,-13.1282,-0.6999,9.7950,0.0000,9.7950,3.5482,9.7950,0.8944,0.0000,8.9006,0.7978,,,8.1027,1.0046,,,7.0981,,,,,,,693.7885,122.5071,0.2000,0.4650,1.4286,1.3500,0.1046,4243.7383,4243.7383,4413.4878,4413.4878,4413.4878
-1754.7500,0.5000,,49.2000,,,,11,861.0300,355.6690,1805.3360,-145.7464,32.0696,162.7815,162.7815,-13.1415,0.0924,28.4338,0.0000,28.4338,3.5433,28.4338,1.1340,0.0000,27.2998,0.7988,,,26.5010,1.0588,,,25.4421,,,,,,,694.4981,375.3699,0.2000,0.4650,1.4286,1.3500,0.0998,7409.0187,7409.0187,7705.3795,7705.3795,7705.3795
-1755.2500,0.5000,,49.1600,,,,11,858.6000,350.4478,1799.5890,-145.6370,31.5096,161.8053,161.8053,-13.0946,-0.2176,28.1651,0.0000,28.1651,3.5621,28.1651,1.1233,0.0000,27.0418,0.7965,,,26.2453,1.0486,,,25.1967,,,,,,,692.8260,372.7199,0.2000,0.4650,1.4286,1.3500,0.1185,7308.0886,7308.0886,7600.4121,7600.4121,7600.4121
-1755.7500,0.5000,,49.1400,,,,11,860.7300,478.9787,1804.6265,-145.7329,43.1730,162.6608,162.6608,-13.1357,0.2258,39.3702,0.0000,39.3702,3.5770,39.3702,1.5715,0.0000,37.7987,0.7989,,,36.9998,1.4788,,,35.5210,,,,,,,694.5613,519.6818,0.2000,0.4650,1.4286,1.3500,0.1334,9183.4010,9183.4010,9550.7370,9550.7370,9550.7370
-1756.2500,0.5000,,49.2400,,,,11,862.6600,496.8795,1809.1909,-145.8197,44.8869,163.4379,163.4379,-13.1730,0.2315,40.9262,0.0000,40.9262,3.7291,40.9262,1.6337,0.0000,39.2925,0.8013,,,38.4912,1.5384,,,36.9528,,,,,,,696.3359,538.8432,0.2000,0.4650,1.4286,1.3500,0.2856,9467.7798,9467.7798,9846.4910,9846.4910,9846.4910
-1756.7500,0.5000,,49.3800,,,,11,864.5500,505.3634,1813.6608,-145.9048,45.7533,164.2006,164.2006,-13.2096,0.0670,41.6883,0.0000,41.6883,3.9980,41.6883,1.6642,0.0000,40.0241,0.8020,,,39.2221,1.5677,,,37.6544,,,,,,,696.8489,548.4715,0.2000,0.4650,1.4286,1.3500,0.5544,9621.2158,9621.2158,10006.0644,10006.0644,10006.0644
-1757.2500,0.5000,,49.5200,,,,11,867.6100,557.8816,1820.8977,-146.0425,50.6868,165.4393,165.4393,-13.2688,0.3232,46.2620,0.0000,46.2620,4.1016,46.2620,1.8471,0.0000,44.4149,0.8054,,,43.6095,1.7431,,,41.8663,,,,,,,699.3173,606.4928,0.2000,0.4650,1.4286,1.3500,0.6580,10466.4599,10466.4599,10885.1183,10885.1183,10885.1183
-1757.7500,0.5000,,49.7800,,,,11,870.3900,648.9954,1827.4724,-146.1676,59.1540,166.5687,166.5687,-13.3227,0.4339,54.3670,0.0000,54.3670,4.3531,54.3670,2.1713,0.0000,52.1958,0.8099,,,51.3858,2.0542,,,49.3316,,,,,,,702.6170,709.3947,0.2000,0.4650,1.4286,1.3500,0.9095,11902.2661,11902.2661,12378.3567,12378.3567,12378.3567
-1758.2500,0.5000,,49.7400,,,,11,875.6300,737.2275,1839.8650,-146.4034,67.6006,168.7078,168.7078,-13.4246,0.4009,62.8382,0.0000,62.8382,4.3616,62.8382,2.5101,0.0000,60.3281,0.8141,,,59.5140,2.3793,,,57.1347,,,,,,,705.6519,816.3954,0.2000,0.4650,1.4286,1.3500,0.9180,13365.6069,13365.6069,13900.2312,13900.2312,13900.2312
-1758.7500,0.5000,,50.3400,,,,11,880.9700,783.2825,1852.4941,-146.6437,72.2617,170.9018,170.9018,-13.5286,0.6555,67.1368,0.0000,67.1368,4.4694,67.1368,2.6820,0.0000,64.4547,0.8209,,,63.6338,2.5441,,,61.0898,,,,,,,710.5872,866.1816,0.2000,0.5025,1.4286,1.4000,0.9383,14239.0053,14239.0053,14381.3953,14381.3953,14381.3953
-1759.2500,0.5000,,50.5400,,,,11,886.7600,751.9025,1866.1874,-146.9042,69.8226,173.2966,173.2966,-13.6417,0.5822,64.8464,0.0000,64.8464,4.3940,64.8464,2.5903,0.0000,62.2561,0.8269,,,61.4292,2.4559,,,58.9733,,,,,,,714.9421,831.5381,0.2000,0.5025,1.4286,1.4000,0.8629,13800.7215,13800.7215,13938.7288,13938.7288,13938.7288
-1759.7500,0.5000,,50.8400,,,,11,891.8200,708.6927,1878.1543,-147.1319,66.1856,175.4030,175.4030,-13.7408,0.6060,61.3788,0.0000,61.3788,4.2009,61.3788,2.4516,0.0000,58.9272,0.8331,,,58.0940,2.3225,,,55.7716,,,,,,,719.4470,782.1464,0.2000,0.5025,1.4286,1.4000,0.6698,13148.7645,13148.7645,13280.2522,13280.2522,13280.2522
-1760.2500,0.5000,,51.0200,,,,11,894.7900,652.5756,1885.1784,-147.2656,61.1478,176.6453,176.6453,-13.7991,0.2872,56.6968,0.0000,56.6968,4.1638,56.6968,2.2643,0.0000,54.4325,0.8361,,,53.5964,2.1425,,,51.4539,,,,,,,721.5717,720.3611,0.2000,0.5025,1.4286,1.4000,0.6327,12249.9595,12249.9595,12372.4591,12372.4591,12372.4591
-1760.7500,0.5000,,51.0800,,,,11,892.1200,499.4873,1878.8638,-147.1454,46.6634,175.5283,175.5283,-13.7467,-0.1864,42.8375,0.0000,42.8375,4.0123,42.8375,1.7099,0.0000,41.1276,0.8342,,,40.2934,1.6104,,,38.6830,,,,,,,720.1933,545.3249,0.2000,0.5025,1.4286,1.4000,0.4812,9864.4962,9864.4962,9963.1412,9963.1412,9963.1412
-1761.2500,0.5000,,50.9400,,,,11,888.5100,393.1903,1870.3262,-146.9830,36.5842,174.0237,174.0237,-13.6760,-0.2241,32.7957,0.0000,32.7957,4.0126,32.7957,1.3083,0.0000,31.4874,0.8319,,,30.6556,1.2249,,,29.4306,,,,,,,718.5326,418.4681,0.2000,0.5025,1.4286,1.4000,0.4815,8208.7029,8208.7029,8290.7899,8290.7899,8290.7899
-1761.7500,0.5000,,50.4200,,,,11,879.9800,196.5063,1850.1527,-146.5991,18.1083,170.4940,170.4940,-13.5093,-1.0579,15.2890,0.0000,15.2890,3.8772,15.2890,0.9268,0.0000,14.3621,0.8210,,,13.5412,1.0396,,,12.5016,,,,,,,710.6404,192.9927,0.2000,0.5025,1.4286,1.4000,0.3461,5105.3266,5105.3266,5156.3798,5156.3798,5156.3798
-1762.2500,0.5000,,49.7400,,,,11,865.2800,89.4435,1815.3872,-145.9376,8.1046,164.4957,164.4957,-13.2237,-1.2991,5.6216,0.0000,5.6216,3.7822,5.6216,0.9079,0.0000,4.7137,0.8075,,,3.9062,1.0192,,,2.8871,,,,,,,700.8265,64.2278,0.2000,0.4650,1.4286,1.3500,0.3386,3543.2647,3543.2647,3684.9953,3684.9953,3684.9953
-1762.7500,0.5000,,48.8200,,,,11,849.3500,24.7657,1777.7128,-145.2208,2.2028,158.1164,158.1164,-12.9165,-1.6610,0.1507,0.0000,0.1507,3.7131,0.1507,0.8836,0.0000,-0.7329,0.7900,,,-1.5229,0.9929,,,-2.5158,,,,,,,688.0753,-10.1712,0.2000,0.4650,1.4286,1.3500,0.2695,2563.3273,2563.3273,2665.8604,2665.8604,2665.8604
-1763.2500,0.5000,,48.1000,,,,11,832.1200,-16.7844,1736.9638,-144.4454,-1.4626,151.3580,151.3580,-12.5869,-1.4092,-3.7424,0.0000,-3.7424,3.6890,-3.7424,0.8628,0.0000,-4.6052,0.7751,,,-5.3802,0.9705,,,-6.3507,,,,,,,677.0692,-64.9509,0.2000,0.4650,1.4286,1.3500,0.2454,1945.2362,1945.2362,2023.0456,2023.0456,2023.0456
-1763.7500,0.5000,,47.1800,,,,11,820.5300,-137.7468,1709.5535,-143.9239,-11.8360,146.8946,146.8946,-12.3668,-1.6730,-13.8334,0.0000,-13.8334,3.6704,-13.8334,0.8379,0.0000,-14.6713,0.7570,,,-15.4284,0.9436,,,-16.3720,,,,,,,663.7657,-211.0700,0.2000,0.4650,1.4286,1.3500,0.2268,278.5513,278.5513,289.6933,289.6933,289.6933
-1764.2500,0.5000,,46.3800,,,,11,809.8400,-143.4428,1684.2716,-143.4428,-12.1648,142.8368,142.8368,-12.1648,-1.2457,-14.5549,0.0000,-14.5549,3.6358,-14.5549,0.8193,0.0000,-15.3742,0.7435,,,-16.1177,0.9235,,,-17.0412,,,,,,,653.6841,-224.5935,0.2000,0.4650,1.4286,1.3500,0.1922,185.8547,185.8547,193.2889,193.2889,193.2889
-1764.7500,0.5000,,46.2400,,,,11,810.6200,-136.4426,1686.1163,-143.4779,-11.5823,143.1309,143.1309,-12.1795,0.0486,-15.3623,0.0000,-15.3623,3.7313,-15.3623,0.8201,0.0000,-16.1823,0.7440,,,-16.9263,0.9243,,,-17.8506,,,,,,,654.0806,-236.2550,0.2000,0.4650,1.4286,1.3500,0.2877,292.1477,292.1477,303.8336,303.8336,303.8336
-1765.2500,0.5000,,46.4800,,,,11,814.4600,-136.5035,1695.1979,-143.6507,-11.6424,144.5835,144.5835,-12.2520,0.3825,-15.9517,0.0000,-15.9517,3.9268,-15.9517,0.8258,0.0000,-16.7774,0.7482,,,-17.5256,0.9305,,,-18.4561,,,,,,,657.1905,-243.7843,0.2000,0.4650,1.4286,1.3500,0.4832,293.5982,293.5982,305.3421,305.3421,305.3421
-1765.7500,0.5000,,46.8000,,,,11,824.3500,-136.8312,1718.5878,-144.0958,-11.8121,148.3583,148.3583,-12.4392,0.8364,-16.6498,0.0000,-16.6498,4.0013,-16.6498,0.8383,0.0000,-17.4880,0.7573,,,-18.2453,0.9440,,,-19.1893,,,,,,,663.9410,-251.5262,0.2000,0.4650,1.4286,1.3500,0.5577,294.7492,294.7492,306.5392,306.5392,306.5392
-1766.2500,0.5000,,47.5800,,,,11,838.3100,-129.3945,1751.6032,-144.7240,-11.3592,153.7691,153.7691,-12.7050,1.5011,-17.3806,0.0000,-17.3806,4.5203,-17.3806,0.8606,0.0000,-18.2412,0.7734,,,-19.0146,0.9681,,,-19.9827,,,,,,,675.8865,-257.7211,0.2000,0.4650,1.4286,1.3500,1.0767,415.7752,415.7752,432.4062,432.4062,432.4062
-1766.7500,0.5000,,48.5800,,,,11,857.4600,-129.2286,1796.8929,-145.5857,-11.6038,161.3484,161.3484,-13.0726,1.8880,-18.0044,0.0000,-18.0044,4.5126,-18.0044,0.8884,0.0000,-18.8928,0.7935,,,-19.6863,0.9981,,,-20.6844,,,,,,,690.6177,-261.2341,0.2000,0.4650,1.4286,1.3500,1.0690,430.1030,430.1030,447.3071,447.3071,447.3071
-1767.2500,0.5000,,49.8000,,,,11,879.4000,-128.4746,1848.7810,-146.5730,-11.8313,170.2553,170.2553,-13.4980,2.2665,-18.5333,0.0000,-18.5333,4.4355,-18.5333,0.9215,0.0000,-19.4548,0.8172,,,-20.2720,1.0339,,,-21.3059,,,,,,,707.8975,-262.4390,0.2000,0.4650,1.4286,1.3500,0.9919,455.0420,455.0420,473.2437,473.2437,473.2437
-1767.7500,0.5000,,50.9000,,,,11,896.9020,-126.9034,1890.1731,-147.3606,-11.9192,177.5314,177.5314,-13.8406,1.9654,-18.4076,0.0000,-18.4076,4.5230,-18.4076,0.9500,0.0000,-19.3576,0.8374,,,-20.1951,1.0646,,,-21.2596,,,,,,,722.5474,-255.8336,0.2000,0.5025,1.4286,1.4000,0.9919,489.5941,489.5941,494.4901,494.4901,494.4901
-1768.2500,0.5000,,51.8000,,,,11,912.2400,-137.2717,1926.4476,-148.0508,-13.1135,184.0327,184.0327,-14.1432,1.6673,-18.9410,0.0000,-18.9410,4.1602,-18.9410,0.9741,0.0000,-19.9151,0.8544,,,-20.7695,1.0904,,,-21.8599,,,,,,,734.7462,-258.8314,0.2000,0.5025,1.4286,1.4000,0.6292,393.4726,393.4726,397.4073,397.4073,397.4073
-1768.7500,0.5000,,52.5800,,,,11,926.1000,-138.0086,1959.2265,-148.6745,-13.3842,190.0077,190.0077,-14.4186,1.5884,-19.1329,0.0000,-19.1329,4.1602,-19.1329,0.9969,0.0000,-20.1297,0.8704,,,-21.0001,1.1149,,,-22.1150,,,,,,,746.1823,-257.6107,0.2000,0.5025,1.4286,1.4000,0.6292,413.7317,413.7317,417.8690,417.8690,417.8690
-1769.2500,0.5000,,53.4600,,,,11,941.6700,-143.9082,1996.0496,-149.3752,-14.1910,196.8333,196.8333,-14.7301,1.7742,-19.9555,0.0000,-19.9555,3.9903,-19.9555,1.0222,0.0000,-20.9777,0.8880,,,-21.8657,1.1421,,,-23.0078,,,,,,,758.7526,-264.0150,0.2000,0.5025,1.4286,1.4000,0.4592,323.2421,323.2421,326.4745,326.4745,326.4745
-1769.7500,0.5000,,54.3400,,,,11,955.2300,-141.2778,2028.1190,-149.9854,-14.1322,202.8757,202.8757,-15.0033,1.5738,-19.6835,0.0000,-19.6835,3.9774,-19.6835,1.0445,0.0000,-20.7279,0.9035,,,-21.6315,1.1660,,,-22.7975,,,,,,,769.7311,-257.1511,0.2000,0.5025,1.4286,1.4000,0.4464,384.6064,384.6064,388.4524,388.4524,388.4524
-1770.2500,0.5000,,54.9000,,,,11,964.6100,-144.9679,2050.3027,-150.4075,-14.6437,207.1087,207.1087,-15.1932,1.0952,-19.6463,0.0000,-19.6463,3.9073,-19.6463,1.0600,0.0000,-20.7062,0.9142,,,-21.6205,1.1826,,,-22.8031,,,,,,,777.2794,-254.3872,0.2000,0.5025,1.4286,1.4000,0.3763,327.6405,327.6405,330.9169,330.9169,330.9169
-1770.7500,0.5000,,55.3200,,,,11,970.5000,-145.6557,2064.2325,-150.6725,-14.8031,209.7890,209.7890,-15.3129,0.7583,-19.4408,0.0000,-19.4408,3.8794,-19.4408,1.0706,0.0000,-20.5114,0.9216,,,-21.4330,1.1941,,,-22.6271,,,,,,,782.4630,-250.3248,0.2000,0.5025,1.4286,1.4000,0.3484,321.2677,321.2677,324.4804,324.4804,324.4804
-1771.2500,0.5000,,55.6800,,,,11,977.0100,-148.6304,2079.6287,-150.9655,-15.2067,212.7715,212.7715,-15.4456,0.8137,-19.8424,0.0000,-19.8424,3.8220,-19.8424,1.0821,0.0000,-20.9245,0.9295,,,-21.8540,1.2063,,,-23.0603,,,,,,,787.9875,-253.5757,0.2000,0.5025,1.4286,1.4000,0.2910,274.2663,274.2663,277.0090,277.0090,277.0090
-1771.7500,0.5000,,56.0200,,,,11,981.8100,-150.6912,2090.9807,-151.1815,-15.4933,214.9840,214.9840,-15.5437,0.5622,-19.8457,0.0000,-19.8457,3.7902,-19.8457,1.0900,0.0000,-20.9357,0.9349,,,-21.8706,1.2148,,,-23.0854,,,,,,,791.7822,-252.4951,0.2000,0.5025,1.4286,1.4000,0.2591,242.0021,242.0021,244.4221,244.4221,244.4221
-1772.2500,0.5000,,56.2400,,,,11,985.4400,-149.4270,2099.5656,-151.3448,-15.4201,216.6647,216.6647,-15.6180,0.4459,-19.6418,0.0000,-19.6418,3.7757,-19.6418,1.0962,0.0000,-20.7380,0.9392,,,-21.6772,1.2215,,,-22.8987,,,,,,,794.7789,-249.1676,0.2000,0.5025,1.4286,1.4000,0.2446,268.5347,268.5347,271.2200,271.2200,271.2200
-1772.7500,0.5000,,56.3800,,,,11,987.7300,-148.0765,2104.9815,-151.4479,-15.3163,217.7284,217.7284,-15.6650,0.2655,-19.3106,0.0000,-19.3106,3.7288,-19.3106,1.0999,0.0000,-20.4105,0.9417,,,-21.3523,1.2255,,,-22.5777,,,,,,,796.5577,-244.6858,0.2000,0.5025,1.4286,1.4000,0.1978,295.2512,295.2512,298.2037,298.2037,298.2037
-1773.2500,0.5000,,56.4000,,,,11,987.1300,-151.4209,2103.5625,-151.4209,-15.6527,217.4495,217.4495,-15.6527,-0.0652,-19.3101,0.0000,-19.3101,3.7226,-19.3101,1.0990,0.0000,-20.4091,0.9411,,,-21.3502,1.2245,,,-22.5747,,,,,,,796.1213,-244.8026,0.2000,0.5025,1.4286,1.4000,0.1915,234.2913,234.2913,236.6342,236.6342,236.6342
-1773.7500,0.5000,,56.4000,,,,11,987.9200,-151.4564,2105.4308,-151.4564,-15.6689,217.8168,217.8168,-15.6689,0.1184,-19.4743,0.0000,-19.4743,3.6870,-19.4743,1.1007,0.0000,-20.5750,0.9422,,,-21.5172,1.2263,,,-22.7435,,,,,,,796.9138,-246.5468,0.2000,0.5025,1.4286,1.4000,0.1559,234.4597,234.4597,236.8043,236.8043,236.8043
-1774.2500,0.5000,,56.1800,,,,11,977.0700,-150.9682,2079.7706,-150.9682,-15.4468,212.7991,212.7991,-15.4468,-1.0128,-18.1210,0.0000,-18.1210,3.6870,-18.1210,1.0865,0.0000,-19.2075,0.9325,,,-20.1400,1.2111,,,-21.3511,,,,,,,790.1092,-232.1428,0.2000,0.5025,1.4286,1.4000,0.1559,232.1463,232.1463,234.4678,234.4678,234.4678
-1774.7500,0.5000,,55.0000,,,,11,952.6300,-149.8684,2021.9700,-149.8684,-14.9507,201.7101,201.7101,-14.9507,-2.9173,-15.6951,0.0000,-15.6951,3.6616,-15.6951,1.0454,0.0000,-16.7405,0.9042,,,-17.6446,1.1670,,,-18.8116,,,,,,,770.1738,-207.5632,0.2000,0.5025,1.4286,1.4000,0.1305,226.9353,226.9353,229.2046,229.2046,229.2046
-1775.2500,0.5000,,53.4400,,,,11,926.8600,-148.7087,1961.0239,-148.7087,-14.4337,190.3381,190.3381,-14.4337,-2.9256,-15.1672,0.0000,-15.1672,3.6590,-15.1672,1.0038,0.0000,-16.1710,0.8752,,,-17.0462,1.1224,,,-18.1685,,,,,,,749.6495,-205.9913,0.2000,0.5025,1.4286,1.4000,0.1279,221.4406,221.4406,223.6551,223.6551,223.6551
-1775.7500,0.5000,,52.1200,,,,11,904.8600,-147.7187,1908.9939,-147.7187,-13.9973,180.8900,180.8900,-13.9973,-2.5538,-15.0905,0.0000,-15.0905,3.6469,-15.0905,0.9672,0.0000,-16.0577,0.8495,,,-16.9072,1.0830,,,-17.9902,,,,,,,731.2626,-209.6913,0.2000,0.5025,1.4286,1.4000,0.1159,204.8709,204.8709,206.9196,206.9196,206.9196
-1776.2500,0.5000,,51.1000,,,,11,892.7000,-147.1715,1880.2355,-147.1715,-13.7581,175.7707,175.7707,-13.7581,-1.4511,-15.9417,0.0000,-15.9417,3.6347,-15.9417,0.9462,0.0000,-16.8879,0.8347,,,-17.7226,1.0605,,,-18.7831,,,,,,,720.6060,-223.7942,0.2000,0.5025,1.4286,1.4000,0.1036,180.6354,180.6354,182.4417,182.4417,182.4417
-1776.7500,0.5000,,50.8000,,,,11,887.3500,-146.9308,1867.5828,-146.9308,-13.6533,173.5415,173.5415,-13.6533,-0.5447,-16.7360,0.0000,-16.7360,3.6275,-16.7360,0.9383,0.0000,-17.6744,0.8292,,,-18.5035,1.0520,,,-19.5555,,,,,,,716.5646,-235.5374,0.2000,0.5025,1.4286,1.4000,0.0964,180.9723,180.9723,182.7821,182.7821,182.7821
-1777.2500,0.5000,,50.4400,,,,11,880.1700,-146.6077,1850.6021,-146.6077,-13.5130,170.5722,170.5722,-13.5130,-0.7790,-16.3529,0.0000,-16.3529,3.6189,-16.3529,0.9270,0.0000,-17.2799,0.8211,,,-18.1011,1.0398,,,-19.1409,,,,,,,710.7456,-232.1665,0.2000,0.5025,1.4286,1.4000,0.0878,181.4246,181.4246,183.2389,183.2389,183.2389
-1777.7500,0.5000,,50.0400,,,,11,873.3900,-146.3026,1834.5674,-146.3026,-13.3810,167.7917,167.7917,-13.3810,-0.7309,-16.2667,0.0000,-16.2667,3.6166,-16.2667,0.9164,0.0000,-17.1831,0.8135,,,-17.9967,1.0283,,,-19.0250,,,,,,,705.2422,-232.6673,0.2000,0.5025,1.4286,1.4000,0.0855,181.8517,181.8517,183.6702,183.6702,183.6702
-1778.2500,0.5000,,49.6600,,,,11,866.5600,-145.9952,1818.4144,-145.9952,-13.2485,165.0137,165.0137,-13.2485,-0.7543,-16.0145,0.0000,-16.0145,3.5203,-16.0145,0.9054,0.0000,-16.9199,0.8057,,,-17.7256,1.0165,,,-18.7420,,,,,,,699.5171,-230.9779,0.2000,0.4650,1.4286,1.3500,0.0767,182.2819,182.2819,189.5732,189.5732,189.5732
-1778.7500,0.5000,,49.2400,,,,11,859.3500,-145.6708,1801.3628,-145.6708,-13.1090,162.1063,162.1063,-13.1090,-0.6821,-15.9472,0.0000,-15.9472,3.5203,-15.9472,0.8954,0.0000,-16.8426,0.7985,,,-17.6411,1.0057,,,-18.6468,,,,,,,694.2989,-231.6510,0.2000,0.4650,1.4286,1.3500,0.0767,182.7361,182.7361,190.0455,190.0455,190.0455
-1779.2500,0.5000,,48.7600,,,,11,850.2900,-143.6367,1779.9359,-145.2631,-12.7897,158.4893,158.4893,-12.9345,-0.9568,-15.3431,0.0000,-15.3431,3.5102,-15.3431,0.8813,0.0000,-16.2244,0.7884,,,-17.0129,0.9905,,,-18.0034,,,,,,,686.9127,-225.5483,0.2000,0.4650,1.4286,1.3500,0.0666,207.8896,207.8896,216.2051,216.2051,216.2051
-1779.7500,0.5000,,48.2400,,,,11,840.6700,-144.8302,1757.1846,-144.8302,-12.7501,154.6933,154.6933,-12.7501,-0.9946,-15.2652,0.0000,-15.2652,3.5098,-15.2652,0.8667,0.0000,-16.1319,0.7779,,,-16.9098,0.9747,,,-17.8845,,,,,,,679.1495,-226.8253,0.2000,0.4650,1.4286,1.3500,0.0662,183.9127,183.9127,191.2692,191.2692,191.2692
-1780.2500,0.5000,,47.6400,,,,11,831.9200,-144.4364,1736.4908,-144.4364,-12.5831,151.2804,151.2804,-12.5831,-0.8478,-15.2632,0.0000,-15.2632,3.5279,-15.2632,0.8541,0.0000,-16.1173,0.7688,,,-16.8861,0.9611,,,-17.8472,,,,,,,672.4613,-228.8739,0.2000,0.4650,1.4286,1.3500,0.0843,184.4639,184.4639,191.8424,191.8424,191.8424
-1780.7500,0.5000,,47.3200,,,,11,826.0800,-144.1736,1722.6792,-144.1736,-12.4720,149.0236,149.0236,-12.4720,-0.6494,-15.3532,0.0000,-15.3532,3.5306,-15.3532,0.8445,0.0000,-16.1977,0.7618,,,-16.9595,0.9507,,,-17.9103,,,,,,,667.2933,-231.7976,0.2000,0.4650,1.4286,1.3500,0.0870,184.8318,184.8318,192.2250,192.2250,192.2250
-1781.2500,0.5000,,46.7800,,,,11,817.7000,-143.7965,1702.8605,-143.7965,-12.3132,145.8148,145.8148,-12.3132,-0.9101,-15.2160,0.0000,-15.2160,3.8129,-15.2160,0.8309,0.0000,-16.0470,0.7519,,,-16.7989,0.9361,,,-17.7350,,,,,,,659.9820,-232.1839,0.2000,0.4650,1.4286,1.3500,0.3694,185.3596,185.3596,192.7740,192.7740,192.7740
-1781.7500,0.5000,,46.5000,,,,11,812.0600,-143.5427,1689.5219,-143.5427,-12.2067,143.6748,143.6748,-12.2067,-0.5328,-15.6009,0.0000,-15.6009,3.9270,-15.6009,0.8230,0.0000,-16.4239,0.7461,,,-17.1700,0.9274,,,-18.0975,,,,,,,655.6641,-239.2029,0.2000,0.4650,1.4286,1.3500,0.4835,185.7149,185.7149,193.1435,193.1435,193.1435
-1782.2500,0.5000,,46.3000,,,,11,804.3800,-125.9016,1671.3587,-143.1971,-10.6053,140.7860,140.7860,-12.0621,-0.6743,-14.0196,0.0000,-14.0196,4.0887,-14.0196,0.8129,0.0000,-14.8325,0.7387,,,-15.5712,0.9165,,,-16.4877,,,,,,,650.1581,-217.8540,0.2000,0.4650,1.4286,1.3500,0.6451,447.6311,447.6311,465.5364,465.5364,465.5364
-1782.7500,0.5000,,45.3400,,,,11,789.6700,-142.7418,1636.5696,-142.7418,-11.8039,135.3346,135.3346,-11.8039,-1.4539,-14.5515,0.0000,-14.5515,4.2016,-14.5515,0.7910,0.0000,-15.3425,0.7227,,,-16.0652,0.8928,,,-16.9580,,,,,,,638.1248,-229.5948,0.2000,0.4650,1.4286,1.3500,0.7580,184.0023,184.0023,191.3624,191.3624,191.3624
-1783.2500,0.5000,,44.7600,,,,11,782.0900,-142.5523,1618.6429,-142.5523,-11.6751,132.5673,132.5673,-11.6751,-0.7598,-15.1499,0.0000,-15.1499,4.2347,-15.1499,0.7795,0.0000,-15.9294,0.7142,,,-16.6436,0.8803,,,-17.5239,,,,,,,631.7450,-240.7847,0.2000,0.4650,1.4286,1.3500,0.7911,182.1883,182.1883,189.4758,189.4758,189.4758
-1783.7500,0.5000,,44.5000,,,,11,776.1300,-134.5244,1604.5475,-142.4033,-10.9336,130.4114,130.4114,-11.5740,-0.5416,-14.6637,0.0000,-14.6637,4.2716,-14.6637,0.7712,0.0000,-15.4349,0.7081,,,-16.1430,0.8714,,,-17.0144,,,,,,,627.1581,-235.0165,0.2000,0.4650,1.4286,1.3500,0.8280,299.8561,299.8561,311.8503,311.8503,311.8503
-1784.2500,0.5000,,44.2400,,,,11,776.2200,-55.6085,1604.7603,-142.4055,-4.5202,130.4439,130.4439,-11.5755,-0.1565,-8.5730,0.0000,-8.5730,4.2093,-8.5730,0.7689,0.0000,-9.3419,0.7063,,,-10.0482,0.8688,,,-10.9170,,,,,,,625.8265,-142.5446,0.2000,0.4650,1.4286,1.3500,0.7657,1261.7022,1261.7022,1312.1703,1312.1703,1312.1703
-1784.7500,0.5000,,44.5000,,,,11,789.9200,127.2017,1637.1608,-142.7480,10.5222,135.4263,135.4263,-11.8081,0.4370,5.9633,0.0000,5.9633,4.1218,5.9633,0.7755,0.0000,5.1878,0.7112,,,4.4765,0.8760,,,3.6005,,,,,,,629.5384,78.6919,0.2000,0.4650,1.4286,1.3500,0.6783,3616.7203,3616.7203,3761.3891,3761.3891,3761.3891
-1785.2500,0.5000,,45.0400,,,,11,793.9500,352.7185,1646.6918,-142.8488,29.3258,136.9097,136.9097,-11.8768,1.0755,24.1498,0.0000,24.1498,4.1005,24.1498,0.9632,0.0000,23.1866,0.7233,,,22.4633,0.8975,,,21.5658,,,,,,,638.5814,346.7308,0.2000,0.4650,1.4286,1.3500,0.6569,6753.7240,6753.7240,7023.8730,7023.8730,7023.8730
-1785.7500,0.5000,,45.8400,,,,11,806.0400,354.3749,1675.2846,-143.2718,29.9122,141.4079,141.4079,-12.0933,1.3278,24.5243,0.0000,24.5243,4.0601,24.5243,0.9781,0.0000,23.5462,0.7380,,,22.8082,0.9153,,,21.8929,,,,,,,649.5720,346.1501,0.2000,0.4650,1.4286,1.3500,0.6166,6894.8829,6894.8829,7170.6783,7170.6783,7170.6783
-1786.2500,0.5000,,46.5400,,,,11,818.2400,254.5965,1704.1376,-143.8208,21.8153,146.0206,146.0206,-12.3234,1.2850,16.3400,0.0000,16.3400,4.1904,16.3400,0.8310,0.0000,15.5090,0.7520,,,14.7570,0.9362,,,13.8208,,,,,,,660.0338,224.3821,0.2000,0.4650,1.4286,1.3500,0.7468,5486.7524,5486.7524,5706.2225,5706.2225,5706.2225
-1786.7500,0.5000,,46.8800,,,,11,811.7600,-52.3041,1688.8124,-143.5292,-4.4462,143.5614,143.5614,-12.2010,0.4947,-9.5991,0.0000,-9.5991,4.6582,-9.5991,0.8384,0.0000,-10.4376,0.7574,,,-11.1949,0.9441,,,-12.1391,,,,,,,664.0176,-150.1034,0.2000,0.4650,1.4286,1.3500,1.2146,1444.1764,1444.1764,1501.9435,1501.9435,1501.9435
-1787.2500,0.5000,,47.0400,,,,11,825.1800,-131.1152,1720.5507,-144.1331,-11.3300,148.6773,148.6773,-12.4549,0.1513,-16.1434,0.0000,-16.1434,4.6621,-16.1434,0.8407,0.0000,-16.9841,0.7590,,,-17.7431,0.9466,,,-18.6897,,,,,,,665.2314,-243.8037,0.2000,0.4650,1.4286,1.3500,1.2185,381.6613,381.6613,396.9277,396.9277,396.9277
-1787.7500,0.5000,,47.3800,,,,11,831.0900,-130.4632,1734.5279,-144.3991,-11.3544,150.9586,150.9586,-12.5673,0.6470,-16.8445,0.0000,-16.8445,4.8432,-16.8445,0.8503,0.0000,-17.6948,0.7660,,,-18.4608,0.9570,,,-19.4178,,,,,,,670.3961,-252.0495,0.2000,0.4650,1.4286,1.3500,1.3996,395.1647,395.1647,410.9713,410.9713,410.9713
-1788.2500,0.5000,,47.7400,,,,11,838.9900,-138.6956,1753.2114,-144.7546,-12.1856,154.0351,154.0351,-12.7180,0.7945,-17.8230,0.0000,-17.8230,4.8428,-17.8230,0.8620,0.0000,-18.6850,0.7745,,,-19.4595,0.9697,,,-20.4292,,,,,,,676.6848,-263.6807,0.2000,0.4650,1.4286,1.3500,1.3992,275.6029,275.6029,286.6270,286.6270,286.6270
-1788.7500,0.5000,,48.2000,,,,11,846.7900,-142.3483,1771.6584,-145.1056,-12.6228,157.1029,157.1029,-12.8673,0.8094,-17.8122,0.0000,-17.8122,4.3799,-17.8122,0.8740,0.0000,-18.6862,0.7832,,,-19.4693,0.9826,,,-20.4519,,,,,,,683.0322,-261.2465,0.2000,0.4650,1.4286,1.3500,0.9363,225.2041,225.2041,234.2123,234.2123,234.2123
-1789.2500,0.5000,,48.7000,,,,11,855.7100,-145.5070,1792.7542,-145.5070,-13.0388,160.6482,160.6482,-13.0388,0.8403,-18.1508,0.0000,-18.1508,4.2716,-18.1508,0.8864,0.0000,-19.0371,0.7921,,,-19.8292,0.9959,,,-20.8252,,,,,,,689.5598,-263.6340,0.2000,0.4650,1.4286,1.3500,0.8280,182.9654,182.9654,190.2840,190.2840,190.2840
-1789.7500,0.5000,,49.2600,,,,11,865.6400,-145.9538,1816.2386,-145.9538,-13.2307,164.6413,164.6413,-13.2307,1.0569,-18.3841,0.0000,-18.3841,4.0965,-18.3841,0.9019,0.0000,-19.2860,0.8032,,,-20.0891,1.0127,,,-21.1018,,,,,,,697.6834,-263.9700,0.2000,0.4650,1.4286,1.3500,0.6529,182.3399,182.3399,189.6335,189.6335,189.6335
-1790.2500,0.5000,,49.8400,,,,11,875.1300,-146.3809,1838.6825,-146.3809,-13.4148,168.5031,168.5031,-13.4148,1.1082,-18.4915,0.0000,-18.4915,3.9684,-18.4915,0.9181,0.0000,-19.4095,0.8147,,,-20.2243,1.0301,,,-21.2544,,,,,,,706.1007,-262.4943,0.2000,0.4650,1.4286,1.3500,0.5249,181.7421,181.7421,189.0118,189.0118,189.0118
-1790.7500,0.5000,,50.2000,,,,11,880.8800,-146.6396,1852.2812,-146.6396,-13.5268,170.8647,170.8647,-13.5268,0.5806,-18.2288,0.0000,-18.2288,4.1214,-18.2288,0.9265,0.0000,-19.1553,0.8207,,,-19.9761,1.0392,,,-21.0153,,,,,,,710.4708,-257.4630,0.2000,0.5025,1.4286,1.4000,0.5903,181.3799,181.3799,183.1937,183.1937,183.1937
-1791.2500,0.5000,,50.5800,,,,11,888.0100,-146.9605,1869.1437,-146.9605,-13.6662,173.8158,173.8158,-13.6662,0.7312,-18.5905,0.0000,-18.5905,4.1932,-18.5905,0.9371,0.0000,-19.5276,0.8283,,,-20.3559,1.0507,,,-21.4066,,,,,,,715.9363,-260.4632,0.2000,0.5025,1.4286,1.4000,0.6621,180.9308,180.9308,182.7401,182.7401,182.7401
-1791.7500,0.5000,,50.9800,,,,11,892.7700,-147.1747,1880.4011,-147.1747,-13.7595,175.7999,175.7999,-13.7595,0.5460,-18.5394,0.0000,-18.5394,4.2339,-18.5394,0.9450,0.0000,-19.4844,0.8339,,,-20.3183,1.0592,,,-21.3775,,,,,,,719.9908,-258.4236,0.2000,0.5025,1.4286,1.4000,0.7028,180.6309,180.6309,182.4373,182.4373,182.4373
-1792.2500,0.5000,,51.2000,,,,11,898.6300,-147.4384,1894.2600,-147.4384,-13.8746,178.2580,178.2580,-13.8746,0.6188,-18.7937,0.0000,-18.7937,4.3003,-18.7937,0.9540,0.0000,-19.7476,0.8402,,,-20.5879,1.0688,,,-21.6567,,,,,,,724.5580,-260.2636,0.2000,0.5025,1.4286,1.4000,0.7692,183.2011,183.2011,185.0331,185.0331,185.0331
-1792.7500,0.5000,,51.4000,,,,11,899.8800,-147.4946,1897.2162,-147.4946,-13.8992,178.7846,178.7846,-13.8992,0.2498,-18.4166,0.0000,-18.4166,4.2676,-18.4166,0.9576,0.0000,-19.3742,0.8428,,,-20.2170,1.0727,,,-21.2896,,,,,,,726.3939,-254.6963,0.2000,0.5025,1.4286,1.4000,0.7365,187.5490,187.5490,189.4244,189.4244,189.4244
-1793.2500,0.5000,,51.3800,,,,11,899.7500,-147.4888,1896.9088,-147.4888,-13.8966,178.7298,178.7298,-13.8966,-0.0818,-17.9825,0.0000,-17.9825,4.1676,-17.9825,0.9564,0.0000,-18.9389,0.8419,,,-19.7808,1.0714,,,-20.8522,,,,,,,725.7936,-249.1795,0.2000,0.5025,1.4286,1.4000,0.6365,187.0968,187.0968,188.9677,188.9677,188.9677
-1793.7500,0.5000,,51.4400,,,,11,900.4700,-147.5212,1898.6116,-147.5212,-13.9108,179.0334,179.0334,-13.9108,0.0243,-18.0591,0.0000,-18.0591,4.1240,-18.0591,0.9568,0.0000,-19.0159,0.8422,,,-19.8581,1.0718,,,-20.9298,,,,,,,725.9720,-250.1311,0.2000,0.5025,1.4286,1.4000,0.5929,189.6011,189.6011,191.4972,191.4972,191.4972
-1794.2500,0.5000,,51.3000,,,,11,898.2700,-122.1967,1893.4086,-147.4222,-11.4946,178.1065,178.1065,-13.8675,-0.1367,-15.3559,0.0000,-15.3559,3.9980,-15.3559,0.9548,0.0000,-16.3107,0.8408,,,-17.1515,1.0697,,,-18.2212,,,,,,,724.9678,-214.8451,0.2000,0.5025,1.4286,1.4000,0.4669,563.2473,563.2473,568.8798,568.8798,568.8798
-1794.7500,0.5000,,51.4000,,,,11,907.5500,15.2270,1915.3558,-147.8398,1.4471,182.0324,182.0324,-14.0505,0.1727,-2.7235,0.0000,-2.7235,3.9980,-2.7235,0.9573,0.0000,-3.6808,0.8426,,,-4.5233,1.0724,,,-5.5957,,,,,,,726.2365,-48.3986,0.2000,0.5025,1.4286,1.4000,0.4669,2696.8787,2696.8787,2723.8475,2723.8475,2723.8475
-1795.2500,0.5000,,51.6200,,,,11,908.1100,137.0345,1916.6802,-147.8650,13.0316,182.2706,182.2706,-14.0615,0.4671,8.6851,0.0000,8.6851,3.8794,8.6851,0.9640,0.0000,7.7211,0.8473,,,6.8738,1.0796,,,5.7942,,,,,,,729.6575,101.0489,0.2000,0.5025,1.4286,1.4000,0.3483,4425.4402,4425.4402,4469.6946,4469.6946,4469.6946
-1795.7500,0.5000,,51.8400,,,,11,909.0600,138.9174,1918.9269,-147.9077,13.2245,182.6752,182.6752,-14.0803,0.4926,8.8671,0.0000,8.8671,3.8648,8.8671,0.9711,0.0000,7.8960,0.8523,,,7.0437,1.0872,,,5.9564,,,,,,,733.2479,102.8313,0.2000,0.5025,1.4286,1.4000,0.3337,4459.2022,4459.2022,4503.7943,4503.7943,4503.7943
-1796.2500,0.5000,,52.1000,,,,11,913.5500,142.6184,1929.5458,-148.1098,13.6438,184.5933,184.5933,-14.1692,0.4594,9.3978,0.0000,9.3978,3.7866,9.3978,0.9777,0.0000,8.4201,0.8569,,,7.5631,1.0943,,,6.4688,,,,,,,736.5806,109.1607,0.2000,0.5025,1.4286,1.4000,0.2556,4545.1884,4545.1884,4590.6403,4590.6403,4590.6403
-1796.7500,0.5000,,52.2400,,,,11,914.5000,152.7784,1931.7925,-148.1525,14.6310,185.0005,185.0005,-14.1880,0.1629,10.7063,0.0000,10.7063,3.7618,10.7063,0.9801,0.0000,9.7262,0.8586,,,8.8676,1.0968,,,7.7708,,,,,,,737.7586,125.8930,0.2000,0.5025,1.4286,1.4000,0.2308,4696.1271,4696.1271,4743.0884,4743.0884,4743.0884
-1797.2500,0.5000,,52.2000,,,,11,909.6500,93.1310,1920.3223,-147.9343,8.8715,182.9267,182.9267,-14.0920,-0.1258,5.2757,0.0000,5.2757,3.7216,5.2757,0.9782,0.0000,4.2975,0.8573,,,3.4401,1.0949,,,2.3452,,,,,,,736.8488,55.6937,0.2000,0.5025,1.4286,1.4000,0.1905,3815.4402,3815.4402,3853.5946,3853.5946,3853.5946
-1797.7500,0.5000,,51.9400,,,,11,904.9800,0.3778,1909.2777,-147.7241,0.0358,180.9409,180.9409,-13.9997,-0.2445,-3.4241,0.0000,-3.4241,3.7044,-3.4241,0.9747,0.0000,-4.3989,0.8548,,,-5.2537,1.0911,,,-6.3448,,,,,,,735.0779,-57.1450,0.2000,0.5025,1.4286,1.4000,0.1733,2444.4383,2444.4383,2468.8827,2468.8827,2468.8827
-1798.2500,0.5000,,51.9200,,,,11,908.5300,-0.6292,1917.6735,-147.8839,-0.0599,182.4494,182.4494,-14.0698,-0.2708,-3.4797,0.0000,-3.4797,3.6907,-3.4797,0.9708,0.0000,-4.4505,0.8521,,,-5.3026,1.0869,,,-6.3896,,,,,,,733.1111,-57.9713,0.2000,0.5025,1.4286,1.4000,0.1596,2443.4803,2443.4803,2467.9151,2467.9151,2467.9151
-1798.7500,0.5000,,51.8200,,,,11,905.1000,-12.4804,1909.5615,-147.7295,-1.1829,180.9918,180.9918,-14.0021,-0.2842,-4.5729,0.0000,-4.5729,3.6742,-4.5729,0.9667,0.0000,-5.5397,0.8492,,,-6.3889,1.0825,,,-7.4714,,,,,,,731.0413,-72.3625,0.2000,0.5025,1.4286,1.4000,0.1432,2250.0778,2250.0778,2272.5786,2272.5786,2272.5786
-1799.2500,0.5000,,51.5600,,,,11,901.7600,-19.6716,1901.6624,-147.5792,-1.8576,179.5779,179.5779,-13.9362,-0.4004,-5.1295,0.0000,-5.1295,3.6723,-5.1295,0.9610,0.0000,-6.0905,0.8452,,,-6.9357,1.0763,,,-8.0120,,,,,,,728.1156,-79.8777,0.2000,0.5025,1.4286,1.4000,0.1412,2127.4895,2127.4895,2148.7643,2148.7643,2148.7643
-1799.7500,0.5000,,51.3600,,,,11,896.1531,-1.7495,1888.4020,-147.3269,-0.1642,177.2170,177.2170,-13.8259,-0.5912,-3.2168,0.0000,-3.2168,3.6439,-3.2168,0.9524,0.0000,-4.1693,0.8391,,,-5.0084,1.0671,,,-6.0755,,,,,,,723.7738,-55.0081,0.2000,0.5025,1.4286,1.4000,0.1128,2380.9085,2380.9085,2404.7176,2404.7176,2404.7176
-1800.2500,0.5000,,51.0800,,,,11,893.2700,0.6594,1881.5836,-147.1972,0.0617,176.0090,176.0090,-13.7693,-0.4321,-3.1474,0.0000,-3.1474,3.6411,-3.1474,0.9462,0.0000,-4.0936,0.8347,,,-4.9283,1.0604,,,-5.9887,,,,,,,720.5843,-54.2489,0.2000,0.5025,1.4286,1.4000,0.1101,2399.4123,2399.4123,2423.4064,2423.4064,2423.4064
-1800.7500,0.5000,,50.9200,,,,11,901.3922,59.7517,1900.7925,-147.5626,5.6402,179.4226,179.4226,-13.9290,-0.3016,2.3196,0.0000,2.3196,3.6222,2.3196,0.9418,0.0000,1.3778,0.8316,,,0.5462,1.0557,,,-0.5095,,,,,,,718.3492,18.3155,0.2000,0.5025,1.4286,1.4000,0.0911,3281.1226,3281.1226,3313.9339,3313.9339,3313.9339
-1801.2500,0.5000,,51.0800,,,,11,890.7700,130.9453,1875.6711,-147.0847,12.2147,174.9649,174.9649,-13.7202,0.1557,8.4368,0.0000,8.4368,3.6222,8.4368,0.9441,0.0000,7.4927,0.8332,,,6.6595,1.0582,,,5.6013,,,,,,,719.5040,99.4432,0.2000,0.5025,1.4286,1.4000,0.0912,4233.7132,4233.7132,4276.0503,4276.0503,4276.0503
-1801.7500,0.5000,,50.9200,,,,11,891.2900,119.1657,1876.9009,-147.1081,11.1224,175.1818,175.1818,-13.7304,-0.0502,7.5634,0.0000,7.5634,3.6092,7.5634,0.9434,0.0000,6.6201,0.8327,,,5.7874,1.0574,,,4.7300,,,,,,,719.1318,87.9076,0.2000,0.5025,1.4286,1.4000,0.0781,4069.0545,4069.0545,4109.7450,4109.7450,4109.7450
-1802.2500,0.5000,,50.9000,,,,11,891.3000,153.4884,1876.9245,-147.1085,14.3261,175.1860,175.1860,-13.7306,-0.0504,10.7687,0.0000,10.7687,3.6078,10.7687,0.9426,0.0000,9.8261,0.8322,,,8.9939,1.0566,,,7.9373,,,,,,,718.7582,130.5472,0.2000,0.5025,1.4286,1.4000,0.0767,4554.9862,4554.9862,4600.5360,4600.5360,4600.5360
-1802.7500,0.5000,,51.0400,,,,11,897.2900,376.2087,1891.0909,-147.3781,35.3501,177.6944,177.6944,-13.8482,0.5098,31.2383,0.0000,31.2383,3.6019,31.2383,1.2460,0.0000,29.9924,0.8374,,,29.1550,1.1649,,,27.9901,,,,,,,722.5297,396.3937,0.2000,0.5025,1.4286,1.4000,0.0708,8004.2856,8004.2856,8084.3284,8084.3284,8084.3284
-1803.2500,0.5000,,51.5600,,,,11,907.3900,598.4014,1914.9774,-147.8326,56.8611,181.9643,181.9643,-14.0473,1.1393,52.1228,0.0000,52.1228,3.5990,52.1228,2.0812,0.0000,50.0415,0.8490,,,49.1925,1.9664,,,47.2261,,,,,,,730.8880,653.8093,0.2000,0.5025,1.4286,1.4000,0.0679,11544.4734,11544.4734,11659.9181,11659.9181,11659.9181
-1803.7500,0.5000,,52.2400,,,,11,919.3900,670.1740,1943.3574,-148.3726,64.5232,187.1031,187.1031,-14.2851,1.4091,59.5175,0.0000,59.5175,3.5966,59.5175,2.3769,0.0000,57.1406,0.8632,,,56.2774,2.2497,,,54.0276,,,,,,,741.0945,736.2793,0.2000,0.5025,1.4286,1.4000,0.0656,12863.2522,12863.2522,12991.8848,12991.8848,12991.8848
-1804.2500,0.5000,,53.0000,,,,11,931.9800,674.2509,1973.1327,-148.9391,65.8047,192.5713,192.5713,-14.5360,1.4050,60.8094,0.0000,60.8094,3.5902,60.8094,2.4285,0.0000,58.3809,0.8773,,,57.5036,2.2987,,,55.2049,,,,,,,751.1339,742.2067,0.2000,0.5025,1.4286,1.4000,0.0591,13090.8684,13090.8684,13221.7771,13221.7771,13221.7771
-1804.7500,0.5000,,53.7200,,,,11,943.7600,660.6314,2000.9924,-149.4692,65.2904,197.7587,197.7587,-14.7721,1.3038,60.3964,0.0000,60.3964,3.5902,60.3964,2.4119,0.0000,57.9845,0.8902,,,57.0943,2.2823,,,54.8119,,,,,,,760.3314,728.2499,0.2000,0.5025,1.4286,1.4000,0.0591,13006.8363,13006.8363,13136.9046,13136.9046,13136.9046
-1805.2500,0.5000,,54.1800,,,,11,952.9400,615.9161,2022.7031,-149.8823,61.4633,201.8489,201.8489,-14.9570,1.1486,56.7296,0.0000,56.7296,3.5850,56.7296,2.2651,0.0000,54.4645,0.9016,,,53.5629,2.1410,,,51.4219,,,,,,,768.3430,676.9081,0.2000,0.5025,1.4286,1.4000,0.0539,12339.3834,12339.3834,12462.7772,12462.7772,12462.7772
-1805.7500,0.5000,,54.7800,,,,11,962.5900,595.6166,2045.5254,-150.3166,60.0395,206.1934,206.1934,-15.1522,1.1426,55.3126,0.0000,55.3126,3.5842,55.3126,2.2084,0.0000,53.1043,0.9127,,,52.1915,2.0861,,,50.1054,,,,,,,776.2308,653.2960,0.2000,0.5025,1.4286,1.4000,0.0531,12102.5274,12102.5274,12223.5526,12223.5526,12223.5526
-1806.2500,0.5000,,55.3000,,,,11,970.1429,560.0213,2063.3879,-150.6564,56.8943,209.6260,209.6260,-15.3057,0.8081,52.5027,0.0000,52.5027,3.5835,52.5027,2.0959,0.0000,50.4068,0.9206,,,49.4862,1.9779,,,47.5083,,,,,,,781.7613,615.7245,0.2000,0.5025,1.4286,1.4000,0.0524,11569.5101,11569.5101,11685.2052,11685.2052,11685.2052
-1806.7500,0.5000,,55.7400,,,,11,980.1275,564.3968,2087.0014,-151.1057,57.9290,214.2071,214.2071,-15.5093,1.2359,53.1113,0.0000,53.1113,3.5818,53.1113,2.1202,0.0000,50.9911,0.9326,,,50.0586,2.0008,,,48.0578,,,,,,,790.1443,616.2536,0.2000,0.5025,1.4286,1.4000,0.0507,11772.1259,11772.1259,11889.8472,11889.8472,11889.8472
-1807.2500,0.5000,,56.3200,,,,11,987.8800,580.7405,2105.3362,-151.4546,60.0779,217.7982,217.7982,-15.6681,0.9076,55.5886,0.0000,55.5886,3.5818,55.5886,2.2192,0.0000,53.3694,0.9413,,,52.4281,2.0955,,,50.3326,,,,,,,796.2442,640.0549,0.2000,0.5025,1.4286,1.4000,0.0507,12157.8211,12157.8211,12279.3993,12279.3993,12279.3993
-1807.7500,0.5000,,56.6800,,,,11,998.3400,638.8453,2130.0741,-151.9253,66.7887,222.6906,222.6906,-15.8832,1.1506,62.0581,0.0000,62.0581,3.5800,62.0581,2.4779,0.0000,59.5802,0.9523,,,58.6279,2.3435,,,56.2844,,,,,,,803.9112,707.7261,0.2000,0.5025,1.4286,1.4000,0.0489,13314.1960,13314.1960,13447.3379,13447.3379,13447.3379
-1808.2500,0.5000,,57.4800,,,,11,1009.6800,677.9824,2134.0000,-152.6292,71.6854,225.6352,225.6352,-16.1380,1.4320,66.6739,0.0000,66.6739,3.5795,66.6739,2.6624,0.0000,64.0115,0.9659,,,63.0456,2.5202,,,60.5254,,,,,,,813.3523,751.5370,0.2000,0.5025,1.4286,1.4000,0.0484,14130.5511,14130.5511,14271.8566,14271.8566,14271.8566
-1808.7500,0.5000,,58.0200,,,,11,1019.6531,651.9075,2134.0000,-153.2774,69.6093,227.8639,227.8639,-16.3666,1.2032,64.8266,0.0000,64.8266,3.5795,64.8266,2.5884,0.0000,62.2381,0.9772,,,61.2609,2.4487,,,58.8122,,,,,,,821.2008,723.7332,0.2000,0.5025,1.4286,1.4000,0.0484,13811.6310,13811.6310,13949.7473,13949.7473,13949.7473
-1809.2500,0.5000,,58.5400,,,,11,1026.9400,618.4021,2134.0000,-153.7511,66.5035,229.4923,229.4923,-16.5345,1.0792,61.8448,0.0000,61.8448,3.5795,61.8448,2.4691,0.0000,59.3757,0.9873,,,58.3883,2.3338,,,56.0545,,,,,,,828.1776,684.6309,0.2000,0.5025,1.4286,1.4000,0.0484,13312.8674,13312.8674,13445.9960,13445.9960,13445.9960
-1809.7500,0.5000,,58.7000,,,,11,1025.0900,357.4448,2134.0000,-153.6309,38.3707,229.0789,229.0789,-16.4918,-0.0750,34.8662,0.0000,34.8662,3.5795,34.8662,1.3899,0.0000,33.4762,0.9866,,,32.4896,1.2979,,,31.1917,,,,,,,827.6947,386.2227,0.2000,0.5025,1.4286,1.4000,0.0484,8836.3896,8836.3896,8924.7535,8924.7535,8924.7535
-1810.2500,0.5000,,58.3200,,,,11,1018.6500,178.9035,2134.0000,-153.2123,19.0841,227.6397,227.6397,-16.3436,-0.7704,16.2736,0.0000,16.2736,3.5810,16.2736,1.1553,0.0000,15.1183,0.9794,,,14.1389,1.2846,,,12.8543,,,,,,,822.7174,175.4788,0.2000,0.5025,1.4286,1.4000,0.0499,5845.1978,5845.1978,5903.6498,5903.6498,5903.6498
-1810.7500,0.5000,,58.0000,,,,11,1014.1500,160.0625,2134.0000,-152.9198,16.9989,226.6341,226.6341,-16.2403,-0.6707,14.0882,0.0000,14.0882,3.5814,14.0882,1.1460,0.0000,12.9422,0.9731,,,11.9691,1.2747,,,10.6944,,,,,,,818.3599,151.0202,0.2000,0.5025,1.4286,1.4000,0.0503,5523.3100,5523.3100,5578.5431,5578.5431,5578.5431
-1811.2500,0.5000,,57.6400,,,,11,1007.2900,190.5650,2134.0000,-152.4739,20.1014,225.1011,225.1011,-16.0834,-0.7947,17.3149,0.0000,17.3149,3.5812,17.3149,1.1349,0.0000,16.1799,0.9656,,,15.2143,1.2629,,,13.9514,,,,,,,813.1665,190.0066,0.2000,0.5025,1.4286,1.4000,0.0501,5925.2901,5925.2901,5984.5430,5984.5430,5984.5430
-1811.7500,0.5000,,57.1600,,,,11,1000.3800,197.4016,2134.0000,-152.0247,20.6797,223.5569,223.5569,-15.9260,-0.9399,18.0392,0.0000,18.0392,3.5804,18.0392,1.1218,0.0000,16.9173,0.9567,,,15.9606,1.2489,,,14.7117,,,,,,,806.9809,200.1886,0.2000,0.5025,1.4286,1.4000,0.0494,5970.3741,5970.3741,6030.0779,6030.0779,6030.0779
-1812.2500,0.5000,,56.9000,,,,11,995.4700,281.6290,2123.2866,-151.7962,29.3585,221.3428,221.3428,-15.8240,-0.5984,26.3764,0.0000,26.3764,3.5805,26.3764,1.1135,0.0000,25.2629,0.9510,,,24.3119,1.2400,,,23.0719,,,,,,,803.0183,300.4203,0.2000,0.5025,1.4286,1.4000,0.0494,7317.3604,7317.3604,7390.5340,7390.5340,7390.5340
-1812.7500,0.5000,,56.7600,,,,11,997.1500,519.8196,2127.2598,-151.8718,54.2802,222.1312,222.1312,-15.8586,0.0687,50.6317,0.0000,50.6317,3.5798,50.6317,2.0208,0.0000,48.6108,0.9517,,,47.6592,1.9047,,,45.7544,,,,,,,803.4745,577.7401,0.2000,0.5025,1.4286,1.4000,0.0487,11199.6304,11199.6304,11311.6267,11311.6267,11311.6267
-1813.2500,0.5000,,57.0600,,,,11,1003.9902,724.9281,2134.0000,-152.2594,76.2172,224.3637,224.3637,-16.0082,0.8339,71.8038,0.0000,71.8038,3.5795,71.8038,2.8677,0.0000,68.9362,0.9596,,,67.9766,2.7174,,,65.2592,,,,,,,808.9884,813.7223,0.2000,0.5025,1.4286,1.4000,0.0484,14892.2934,14892.2934,15041.2163,15041.2163,15041.2163
-1813.7500,0.5000,,57.5200,,,,11,1008.6500,690.8141,2134.0000,-152.5623,72.9676,225.4050,225.4050,-16.1145,0.7576,68.6306,0.0000,68.6306,3.5794,68.6306,2.7407,0.0000,65.8899,0.9668,,,64.9231,2.5953,,,62.3279,,,,,,,813.9659,773.0081,0.2000,0.5025,1.4286,1.4000,0.0484,14336.2103,14336.2103,14479.5724,14479.5724,14479.5724
-1814.2500,0.5000,,57.4400,,,,11,1001.5300,263.7674,2134.0000,-152.0995,27.6639,223.8139,223.8139,-15.9522,-0.6363,24.7212,0.0000,24.7212,3.5790,24.7212,1.1278,0.0000,23.5934,0.9607,,,22.6327,1.2552,,,21.3774,,,,,,,809.7878,278.2217,0.2000,0.5025,1.4286,1.4000,0.0479,7057.0381,7057.0381,7127.6084,7127.6084,7127.6084
-1814.7500,0.5000,,56.8400,,,,11,981.8200,-12.8648,2091.0043,-151.1819,-1.3227,214.9886,214.9886,-15.5439,-1.1871,-3.7147,0.0000,-3.7147,3.5790,-3.7147,1.1112,0.0000,-4.8259,0.9494,,,-5.7753,1.2375,,,-7.0128,,,,,,,801.9348,-57.4657,0.2000,0.5025,1.4286,1.4000,0.0479,2563.3068,2563.3068,2588.9399,2588.9399,2588.9399
-1815.2500,0.5000,,56.3000,,,,11,982.5700,-140.8787,2092.7781,-151.2157,-14.4956,215.3353,215.3353,-15.5593,-1.3384,-16.7373,0.0000,-16.7373,3.5801,-16.7373,1.0925,0.0000,-17.8298,0.9366,,,-18.7664,1.2175,,,-19.9839,,,,,,,792.9874,-214.7095,0.2000,0.5025,1.4286,1.4000,0.0490,419.8361,419.8361,424.0345,424.0345,424.0345
-1815.7500,0.5000,,55.8400,,,,11,975.5408,-133.4654,2076.1540,-150.8993,-13.6346,212.0966,212.0966,-15.4156,-0.8048,-16.4103,0.0000,-16.4103,3.5805,-16.4103,1.0812,0.0000,-17.4915,0.9289,,,-18.4204,1.2054,,,-19.6258,,,,,,,787.5585,-212.0881,0.2000,0.5025,1.4286,1.4000,0.0494,546.3940,546.3940,551.8580,551.8580,551.8580
-1816.2500,0.5000,,55.5000,,,,11,970.6200,-86.5665,2064.5163,-150.6779,-8.7989,209.8438,209.8438,-15.3154,-0.6505,-11.7289,0.0000,-11.7289,3.5805,-11.7289,1.0721,0.0000,-12.8010,0.9226,,,-13.7236,1.1956,,,-14.9191,,,,,,,783.1428,-156.0896,0.2000,0.5025,1.4286,1.4000,0.0495,1387.5850,1387.5850,1401.4608,1401.4608,1401.4608
-1816.7500,0.5000,,55.4000,,,,11,969.9100,0.4248,2062.8372,-150.6460,0.0431,209.5198,209.5198,-15.3009,-0.1362,-3.4015,0.0000,-3.4015,3.5809,-3.4015,1.0701,0.0000,-4.4717,0.9213,,,-5.3929,1.1935,,,-6.5864,,,,,,,782.2151,-54.5901,0.2000,0.5025,1.4286,1.4000,0.0498,2715.2223,2715.2223,2742.3746,2742.3746,2742.3746
-1817.2500,0.5000,,55.3800,,,,11,977.3800,16.3113,2080.5037,-150.9821,1.6695,212.9416,212.9416,-15.4532,0.0248,-1.9362,0.0000,-1.9362,3.5809,-1.9362,1.0705,0.0000,-3.0067,0.9215,,,-3.9282,1.1939,,,-5.1221,,,,,,,782.3841,-36.6981,0.2000,0.5025,1.4286,1.4000,0.0498,3007.4273,3007.4273,3037.5016,3037.5016,3037.5016
-1817.7500,0.5000,,55.7000,,,,11,979.1700,185.4930,2084.7371,-151.0627,19.0202,213.7657,213.7657,-15.4897,0.7330,14.7057,0.0000,14.7057,3.5815,14.7057,1.0808,0.0000,13.6250,0.9286,,,12.6964,1.2049,,,11.4914,,,,,,,787.3626,165.2463,0.2000,0.5025,1.4286,1.4000,0.0504,5643.1005,5643.1005,5699.5315,5699.5315,5699.5315
-1818.2500,0.5000,,55.9400,,,,11,982.6300,185.3381,2092.9200,-151.2184,19.0714,215.3631,215.3631,-15.5605,0.6528,14.8368,0.0000,14.8368,3.5818,14.8368,1.0900,0.0000,13.7469,0.9349,,,12.8120,1.2148,,,11.5972,,,,,,,791.7703,165.7965,0.2000,0.5025,1.4286,1.4000,0.0507,5666.7942,5666.7942,5723.4622,5723.4622,5723.4622
-1818.7500,0.5000,,56.4600,,,,11,991.8700,274.4944,2114.7726,-151.6342,28.5113,219.6580,219.6580,-15.7500,1.0527,23.8765,0.0000,23.8765,3.5821,23.8765,1.1047,0.0000,22.7718,0.9450,,,21.8268,1.2305,,,20.5963,,,,,,,798.8270,272.2174,0.2000,0.5025,1.4286,1.4000,0.0510,7168.3332,7168.3332,7240.0165,7240.0165,7240.0165
-1819.2500,0.5000,,57.1400,,,,11,1002.5700,321.1399,2134.0000,-152.1671,33.7161,224.0463,224.0463,-15.9758,1.3424,28.7905,0.0000,28.7905,3.5832,28.7905,1.1471,0.0000,27.6434,0.9578,,,26.6856,1.2506,,,25.4350,,,,,,,807.7360,326.8085,0.2000,0.5025,1.4286,1.4000,0.0521,8046.6210,8046.6210,8127.0872,8127.0872,8127.0872
-1819.7500,0.5000,,57.7000,,,,11,1011.5000,254.4270,2134.0000,-152.7475,26.9499,226.0419,226.0419,-16.1796,1.2235,22.1432,0.0000,22.1432,3.5832,22.1432,1.1405,0.0000,21.0028,0.9694,,,20.0334,1.2688,,,18.7646,,,,,,,815.7711,245.8555,0.2000,0.5025,1.4286,1.4000,0.0521,6971.7908,6971.7908,7041.5088,7041.5088,7041.5088
-1820.2500,0.5000,,57.9200,,,,11,1016.0500,113.9741,2134.0000,-153.0433,12.1269,227.0587,227.0587,-16.2839,0.4945,8.0460,0.0000,8.0460,3.5864,8.0460,1.1473,0.0000,6.8987,0.9740,,,5.9246,1.2761,,,4.6485,,,,,,,818.9961,80.4367,0.2000,0.5025,1.4286,1.4000,0.0554,4773.6117,4773.6117,4821.3478,4821.3478,4821.3478
-1820.7500,0.5000,,58.2800,,,,11,1021.6200,112.5403,2134.0000,-153.4053,12.0400,228.3034,228.3034,-16.4119,0.6768,7.7761,0.0000,7.7761,3.5871,7.7761,1.1567,0.0000,6.6194,0.9804,,,5.6390,1.2862,,,4.3528,,,,,,,823.3896,76.7685,0.2000,0.5025,1.4286,1.4000,0.0561,4773.2063,4773.2063,4820.9384,4820.9384,4820.9384
-1821.2500,0.5000,,58.6400,,,,11,1028.2900,157.9339,2134.0000,-153.8389,17.0067,229.7940,229.7940,-16.5657,0.8366,12.5823,0.0000,12.5823,3.5878,12.5823,1.1683,0.0000,11.4140,0.9882,,,10.4258,1.2985,,,9.1273,,,,,,,828.7884,131.5124,0.2000,0.5025,1.4286,1.4000,0.0567,5547.1213,5547.1213,5602.5925,5602.5925,5602.5925
-1821.7500,0.5000,,58.9600,,,,11,1035.2900,226.1743,2134.0000,-154.2939,24.5208,231.3583,231.3583,-16.7278,0.8149,20.1171,0.0000,20.1171,3.5887,20.1171,1.1795,0.0000,18.9376,0.9958,,,17.9417,1.3106,,,16.6312,,,,,,,834.0140,216.8315,0.2000,0.5025,1.4286,1.4000,0.0576,6666.3015,6666.3015,6732.9645,6732.9645,6732.9645
-1822.2500,0.5000,,59.5400,,,,11,1047.5500,323.6123,2134.0000,-155.0908,35.5000,234.0980,234.0980,-17.0133,1.4442,30.4671,0.0000,30.4671,3.5887,30.4671,1.2138,0.0000,29.2533,1.0092,,,28.2441,1.3318,,,26.9123,,,,,,,843.1951,331.2976,0.2000,0.5025,1.4286,1.4000,0.0576,8426.0157,8426.0157,8510.2758,8510.2758,8510.2758
-1822.7500,0.5000,,60.4000,,,,11,1062.5500,453.1045,2134.0000,-156.0658,50.4169,237.4501,237.4501,-17.3654,1.9365,44.8928,0.0000,44.8928,3.5876,44.8928,1.7907,0.0000,43.1021,1.0270,,,42.0750,1.6812,,,40.3939,,,,,,,855.3513,481.1995,0.2000,0.5025,1.4286,1.4000,0.0566,10835.8701,10835.8701,10944.2288,10944.2288,10944.2288
-1823.2500,0.5000,,61.3200,,,,11,1076.0700,433.1365,2134.0000,-156.9446,48.8083,240.4715,240.4715,-17.6854,1.9845,43.2362,0.0000,43.2362,3.5876,43.2362,1.7243,0.0000,41.5119,1.0451,,,40.4668,1.6168,,,38.8500,,,,,,,867.6320,456.8866,0.2000,0.5025,1.4286,1.4000,0.0566,10532.1952,10532.1952,10637.5172,10637.5172,10637.5172
-1823.7500,0.5000,,61.4800,,,,11,1076.0000,123.6977,2134.0000,-156.9400,13.9381,240.4558,240.4558,-17.6838,0.1161,10.2330,0.0000,10.2330,3.5890,10.2330,1.2547,0.0000,8.9783,1.0462,,,7.9321,1.3907,,,6.5414,,,,,,,868.3451,98.7356,0.2000,0.5025,1.4286,1.4000,0.0579,5207.0254,5207.0254,5259.0957,5259.0957,5259.0957
-1824.2500,0.5000,,61.4400,,,,11,1076.4300,85.2405,2134.0000,-156.9680,9.6086,240.5519,240.5519,-17.6940,-0.0803,6.0991,0.0000,6.0991,3.5898,6.0991,1.2536,0.0000,4.8455,1.0455,,,3.8001,1.3896,,,2.4105,,,,,,,867.8520,53.3172,0.2000,0.5025,1.4286,1.4000,0.0587,4577.0137,4577.0137,4622.7838,4622.7838,4622.7838
-1824.7500,0.5000,,61.5200,,,,11,1075.5800,99.1258,2134.0000,-156.9127,11.1650,240.3620,240.3620,-17.6738,-0.0186,7.5917,0.0000,7.5917,3.5919,7.5917,1.2533,0.0000,6.3383,1.0453,,,5.2930,1.3893,,,3.9037,,,,,,,867.7376,69.7519,0.2000,0.5025,1.4286,1.4000,0.0609,4801.0204,4801.0204,4849.0306,4849.0306,4849.0306
-1825.2500,0.5000,,61.3400,,,,11,1073.4700,91.5098,2134.0000,-156.7756,10.2869,239.8904,239.8904,-17.6237,-0.2235,6.9148,0.0000,6.9148,3.5957,6.9148,1.2503,0.0000,5.6645,1.0433,,,4.6212,1.3861,,,3.2351,,,,,,,866.3633,62.4353,0.2000,0.5025,1.4286,1.4000,0.0646,4665.3055,4665.3055,4711.9585,4711.9585,4711.9585
-1825.7500,0.5000,,61.1000,,,,11,1058.6700,-10.0808,2134.0000,-155.8136,-1.1176,236.5831,236.5831,-17.2741,-0.6336,-4.0800,0.0000,-4.0800,3.5960,-4.0800,1.2417,0.0000,-5.3216,1.0375,,,-6.3591,1.3768,,,-7.7360,,,,,,,862.4556,-58.9223,0.2000,0.5025,1.4286,1.4000,0.0649,2872.6564,2872.6564,2901.3829,2901.3829,2901.3829
-1826.2500,0.5000,,60.5200,,,,11,1057.2300,-129.3244,2134.0000,-155.7200,-14.3179,236.2613,236.2613,-17.2402,-1.3565,-16.5592,0.0000,-16.5592,3.5978,-16.5592,1.2231,0.0000,-17.7823,1.0251,,,-18.8074,1.3571,,,-20.1644,,,,,,,854.0295,-198.8319,0.2000,0.5025,1.4286,1.4000,0.0667,717.8016,717.8016,724.9796,724.9796,724.9796
-1826.7500,0.5000,,60.1000,,,,11,1049.4500,-133.2989,2134.0000,-155.2143,-14.6493,234.5226,234.5226,-17.0578,-1.0797,-17.1674,0.0000,-17.1674,3.5978,-17.1674,1.2083,0.0000,-18.3757,1.0152,,,-19.3909,1.3413,,,-20.7321,,,,,,,847.2627,-207.1079,0.2000,0.5025,1.4286,1.4000,0.0667,628.5497,628.5497,634.8352,634.8352,634.8352
-1827.2500,0.5000,,59.6400,,,,11,1040.2200,-133.7094,2134.0000,-154.6143,-14.5652,232.4600,232.4600,-16.8424,-1.1822,-16.9845,0.0000,-16.9845,3.6015,-16.9845,1.1920,0.0000,-18.1765,1.0043,,,-19.1808,1.3239,,,-20.5047,,,,,,,839.7914,-206.6859,0.2000,0.5025,1.4286,1.4000,0.0704,608.3005,608.3005,614.3835,614.3835,614.3835
-1827.7500,0.5000,,58.9200,,,,11,1028.6100,-118.8693,2134.0000,-153.8597,-12.8041,229.8655,229.8655,-16.5731,-1.5123,-14.8936,0.0000,-14.8936,3.6018,-14.8936,1.1712,0.0000,-16.0647,0.9902,,,-17.0549,1.3016,,,-18.3566,,,,,,,830.1353,-184.7975,0.2000,0.5025,1.4286,1.4000,0.0707,864.1705,864.1705,872.8122,872.8122,872.8122
-1828.2500,0.5000,,58.4600,,,,11,1031.6500,71.5394,2134.0000,-154.0573,7.7287,230.5448,230.5448,-16.6434,-0.8129,4.9393,0.0000,4.9393,3.6022,4.9393,1.1599,0.0000,3.7794,0.9826,,,2.7968,1.2896,,,1.5072,,,,,,,824.8986,43.7512,0.2000,0.5025,1.4286,1.4000,0.0712,4140.9449,4140.9449,4182.3543,4182.3543,4182.3543
-1828.7500,0.5000,,58.4600,,,,11,1020.2800,267.7332,2134.0000,-153.3182,28.6055,228.0040,228.0040,-16.3810,-0.3349,25.3380,0.0000,25.3380,3.6024,25.3380,1.1553,0.0000,24.1827,0.9794,,,23.2033,1.2847,,,21.9186,,,,,,,822.7312,280.6846,0.2000,0.5025,1.4286,1.4000,0.0714,7265.1881,7265.1881,7337.8400,7337.8400,7337.8400
-1829.2500,0.5000,,58.0000,,,,11,1015.0200,318.0882,2134.0000,-152.9763,33.8104,226.8285,226.8285,-16.2603,-0.5386,30.7463,0.0000,30.7463,3.6027,30.7463,1.2252,0.0000,29.5211,0.9744,,,28.5467,1.2767,,,27.2700,,,,,,,819.2337,344.1090,0.2000,0.5025,1.4286,1.4000,0.0716,8087.5475,8087.5475,8168.4229,8168.4229,8168.4229
-1829.7500,0.5000,,57.6600,,,,11,1006.1200,232.2281,2134.0000,-152.3978,24.4677,224.8396,224.8396,-16.0567,-1.0251,21.8898,0.0000,21.8898,3.6030,21.8898,1.1336,0.0000,20.7562,0.9647,,,19.7915,1.2615,,,18.5300,,,,,,,812.5355,243.9367,0.2000,0.5025,1.4286,1.4000,0.0719,6551.6547,6551.6547,6617.1713,6617.1713,6617.1713
-1830.2500,0.5000,,57.1600,,,,11,995.1500,165.7395,2122.5298,-151.7818,17.2720,221.1928,221.1928,-15.8175,-1.2836,14.9525,0.0000,14.9525,3.6031,14.9525,1.1157,0.0000,13.8368,0.9525,,,12.8842,1.2423,,,11.6419,,,,,,,804.0696,164.3282,0.2000,0.5025,1.4286,1.4000,0.0721,5483.0180,5483.0180,5537.8482,5537.8482,5537.8482
-1830.7500,0.5000,,56.2600,,,,11,980.1100,144.2151,2086.9602,-151.1050,14.8018,214.1991,214.1991,-15.5089,-1.8394,13.0377,0.0000,13.0377,3.6035,13.0377,1.0900,0.0000,11.9477,0.9349,,,11.0129,1.2148,,,9.7981,,,,,,,791.7798,144.0963,0.2000,0.5025,1.4286,1.4000,0.0724,5065.7821,5065.7821,5116.4399,5116.4399,5116.4399
-1831.2500,0.5000,,55.5600,,,,11,971.1800,251.6055,2065.8407,-150.7031,25.5887,210.0996,210.0996,-15.3268,-1.3014,23.2865,0.0000,23.2865,3.6036,23.2865,1.0717,0.0000,22.2148,0.9223,,,21.2924,1.1952,,,20.0972,,,,,,,782.9686,270.9373,0.2000,0.5025,1.4286,1.4000,0.0726,6621.8423,6621.8423,6688.0608,6688.0608,6688.0608
-1831.7500,0.5000,,55.3400,,,,11,967.7800,423.7987,2057.7997,-150.5501,42.9502,208.5491,208.5491,-15.2576,-0.2614,39.6102,0.0000,39.6102,3.6013,39.6102,1.5802,0.0000,38.0300,0.9198,,,37.1102,1.4829,,,35.6274,,,,,,,781.1866,464.8825,0.2000,0.5025,1.4286,1.4000,0.0703,9413.2735,9413.2735,9507.4062,9507.4062,9507.4062
-1832.2500,0.5000,,55.0000,,,,11,960.8700,407.6686,2041.4576,-150.2392,41.0205,205.4157,205.4157,-15.1174,-0.7960,38.2152,0.0000,38.2152,3.6012,38.2152,1.5245,0.0000,36.6907,0.9120,,,35.7787,1.4296,,,34.3490,,,,,,,775.7355,451.6622,0.2000,0.5025,1.4286,1.4000,0.0702,9093.0453,9093.0453,9183.9757,9183.9757,9183.9757
-1832.7500,0.5000,,54.5800,,,,11,951.4200,329.4592,2019.1083,-149.8139,32.8248,201.1687,201.1687,-14.9263,-1.0411,30.2676,0.0000,30.2676,3.5983,30.2676,1.2067,0.0000,29.0609,0.9019,,,28.1591,1.1634,,,26.9957,,,,,,,768.5473,361.0859,0.2000,0.5025,1.4286,1.4000,0.0673,7763.6784,7763.6784,7841.3151,7841.3151,7841.3151
-1833.2500,0.5000,,54.0000,,,,11,941.0000,179.7083,1994.4650,-149.3450,17.7087,196.5372,196.5372,-14.7166,-1.1740,15.2854,0.0000,15.2854,3.5973,15.2854,1.0254,0.0000,14.2600,0.8903,,,13.3697,1.1456,,,12.2242,,,,,,,760.3601,179.0902,0.2000,0.5025,1.4286,1.4000,0.0662,5275.6287,5275.6287,5328.3850,5328.3850,5328.3850
-1833.7500,0.5000,,53.3400,,,,11,930.5200,159.4803,1969.6798,-148.8734,15.5404,191.9331,191.9331,-14.5068,-1.1886,13.1325,0.0000,13.1325,3.5965,13.1325,1.0085,0.0000,12.1240,0.8785,,,11.2455,1.1274,,,10.1181,,,,,,,751.9802,153.9611,0.2000,0.5025,1.4286,1.4000,0.0654,4910.8608,4910.8608,4959.9694,4959.9694,4959.9694
-1834.2500,0.5000,,52.7200,,,,11,918.9100,133.6994,1942.2222,-148.3510,12.8656,186.8962,186.8962,-14.2755,-1.3144,10.5845,0.0000,10.5845,3.5955,10.5845,0.9897,0.0000,9.5948,0.8654,,,8.7294,1.1072,,,7.6222,,,,,,,742.6033,123.3816,0.2000,0.5025,1.4286,1.4000,0.0645,4459.0302,4459.0302,4503.6205,4503.6205,4503.6205
-1834.7500,0.5000,,52.1200,,,,11,908.4300,132.6035,1917.4370,-147.8794,12.6146,182.4069,182.4069,-14.0678,-1.1454,10.1647,0.0000,10.1647,3.5953,10.1647,0.9733,0.0000,9.1915,0.8538,,,8.3377,1.0895,,,7.2481,,,,,,,734.3346,119.5260,0.2000,0.5025,1.4286,1.4000,0.0642,4365.1059,4365.1059,4408.7570,4408.7570,4408.7570
-1835.2500,0.5000,,51.4800,,,,11,898.2000,135.1086,1893.2430,-147.4190,12.7082,178.0771,178.0771,-13.8661,-1.1727,10.2897,0.0000,10.2897,3.5913,10.2897,0.9564,0.0000,9.3333,0.8419,,,8.4914,1.0714,,,7.4201,,,,,,,725.7707,122.8030,0.2000,0.5025,1.4286,1.4000,0.0602,4324.0307,4324.0307,4367.2710,4367.2710,4367.2710
-1835.7500,0.5000,,50.9800,,,,11,891.6500,243.1819,1877.7523,-147.1243,22.7067,175.3321,175.3321,-13.7375,-0.9330,20.0484,0.0000,20.0484,3.5913,20.0484,0.9429,0.0000,19.1056,0.8324,,,18.2732,1.0568,,,17.2164,,,,,,,718.8847,253.7886,0.2000,0.5025,1.4286,1.4000,0.0602,5850.5100,5850.5100,5909.0151,5909.0151,5909.0151
-1836.2500,0.5000,,50.9400,,,,11,894.0300,495.4760,1883.3810,-147.2314,46.3878,176.3270,176.3270,-13.7842,0.2508,42.5480,0.0000,42.5480,3.5890,42.5480,1.6984,0.0000,40.8496,0.8349,,,40.0147,1.5993,,,38.4154,,,,,,,720.7419,541.2269,0.2000,0.5025,1.4286,1.4000,0.0580,9825.8847,9825.8847,9924.1435,9924.1435,9924.1435
-1836.7500,0.5000,,51.0800,,,,11,895.1600,556.1993,1886.0534,-147.2822,52.1386,176.8004,176.8004,-13.8064,0.1925,48.3580,0.0000,48.3580,3.5881,48.3580,1.9307,0.0000,46.4273,0.8369,,,45.5904,1.8223,,,43.7681,,,,,,,722.1643,613.9155,0.2000,0.5025,1.4286,1.4000,0.0571,10774.0369,10774.0369,10881.7773,10881.7773,10881.7773
-1837.2500,0.5000,,51.2000,,,,11,897.7800,544.2900,1892.2497,-147.4001,51.1716,177.9004,177.9004,-13.8579,0.2304,47.3544,0.0000,47.3544,3.5868,47.3544,1.8906,0.0000,45.4638,0.8393,,,44.6245,1.7837,,,42.8409,,,,,,,723.8634,599.7640,0.2000,0.5025,1.4286,1.4000,0.0557,10622.4763,10622.4763,10728.7011,10728.7011,10728.7011
-1837.7500,0.5000,,51.3600,,,,11,898.2200,386.9115,1893.2903,-147.4199,36.3934,178.0855,178.0855,-13.8665,0.3233,32.4864,0.0000,32.4864,3.5837,32.4864,1.2958,0.0000,31.1906,0.8426,,,30.3480,1.2126,,,29.1354,,,,,,,726.2405,410.1230,0.2000,0.5025,1.4286,1.4000,0.0527,8181.8864,8181.8864,8263.7052,8263.7052,8263.7052
-1838.2500,0.5000,,51.1400,,,,11,895.7100,222.0063,1887.3542,-147.3070,20.8239,177.0310,177.0310,-13.8172,-0.4937,17.7339,0.0000,17.7339,3.5837,17.7339,0.9502,0.0000,16.7837,0.8375,,,15.9462,1.0647,,,14.8815,,,,,,,722.6071,221.7976,0.2000,0.5025,1.4286,1.4000,0.0527,5544.4708,5544.4708,5599.9155,5599.9155,5599.9155
-1838.7500,0.5000,,51.2400,,,,11,899.7200,382.3179,1896.8378,-147.4874,36.0214,178.7171,178.7171,-13.8960,0.3423,32.0950,0.0000,32.0950,3.5841,32.0950,1.2802,0.0000,30.8148,0.8410,,,29.9738,1.1976,,,28.7762,,,,,,,725.1283,405.8035,0.2000,0.5025,1.4286,1.4000,0.0530,8122.8851,8122.8851,8204.1139,8204.1139,8204.1139
-1839.2500,0.5000,,51.6200,,,,11,905.1900,409.0692,1909.7744,-147.7336,38.7762,181.0299,181.0299,-14.0039,0.6277,34.5643,0.0000,34.5643,3.5842,34.5643,1.3789,0.0000,33.1854,0.8474,,,32.3380,1.2922,,,31.0458,,,,,,,729.7287,434.2667,0.2000,0.5025,1.4286,1.4000,0.0531,8598.3653,8598.3653,8684.3489,8684.3489,8684.3489
-1839.7500,0.5000,,51.9400,,,,11,908.7600,294.2336,1918.2174,-147.8942,28.0008,182.5474,182.5474,-14.0744,0.5242,23.8922,0.0000,23.8922,3.5845,23.8922,0.9717,0.0000,22.9204,0.8527,,,22.0677,1.0879,,,20.9799,,,,,,,733.5480,298.3774,0.2000,0.5025,1.4286,1.4000,0.0534,6808.4021,6808.4021,6876.4861,6876.4861,6876.4861
-1840.2500,0.5000,,51.7400,,,,11,893.7000,-14.1534,1882.6005,-147.2165,-1.3246,176.1889,176.1889,-13.7777,-0.3815,-4.5282,0.0000,-4.5282,3.5851,-4.5282,0.9662,0.0000,-5.4944,0.8489,,,-6.3433,1.0820,,,-7.4253,,,,,,,730.7702,-71.7984,0.2000,0.5025,1.4286,1.4000,0.0541,2191.9029,2191.9029,2213.8219,2213.8219,2213.8219
-1840.7500,0.5000,,51.2400,,,,11,894.7100,-147.2620,1884.9892,-147.2620,-13.7975,176.6118,176.6118,-13.7975,-1.1182,-16.2645,0.0000,-16.2645,3.5852,-16.2645,0.9501,0.0000,-17.2146,0.8375,,,-18.0520,1.0646,,,-19.1166,,,,,,,722.5667,-227.5045,0.2000,0.5025,1.4286,1.4000,0.0541,180.5087,180.5087,182.3138,182.3138,182.3138
-1841.2500,0.5000,,50.9200,,,,11,890.3400,-140.6613,1874.6541,-147.0653,-13.1147,174.7856,174.7856,-13.7118,-0.5158,-16.1819,0.0000,-16.1819,3.5829,-16.1819,0.9426,0.0000,-17.1245,0.8322,,,-17.9567,1.0566,,,-19.0132,,,,,,,718.7514,-227.5153,0.2000,0.5025,1.4286,1.4000,0.0518,277.5838,277.5838,280.3597,280.3597,280.3597
-1841.7500,0.5000,,50.7400,,,,11,889.0100,-67.5278,1871.5087,-147.0055,-6.2866,174.2317,174.2317,-13.6858,-0.2932,-9.5762,0.0000,-9.5762,3.5827,-9.5762,0.9384,0.0000,-10.5145,0.8292,,,-11.3437,1.0520,,,-12.3957,,,,,,,716.5734,-140.1203,0.2000,0.5025,1.4286,1.4000,0.0517,1382.2206,1382.2206,1396.0428,1396.0428,1396.0428
-1842.2500,0.5000,,50.9000,,,,11,894.7000,21.7840,1884.9655,-147.2615,2.0410,176.6076,176.6076,-13.7973,0.4437,-1.9850,0.0000,-1.9850,3.5823,-1.9850,0.9448,0.0000,-2.9298,0.8337,,,-3.7635,1.0589,,,-4.8224,,,,,,,719.8672,-38.8647,0.2000,0.5025,1.4286,1.4000,0.0512,2704.2378,2704.2378,2731.2802,2731.2802,2731.2802
-1842.7500,0.5000,,51.2400,,,,11,904.6000,115.0035,1908.3790,-147.7070,10.8942,180.7798,180.7798,-13.9922,0.4078,6.9051,0.0000,6.9051,3.5814,6.9051,0.9507,0.0000,5.9544,0.8379,,,5.1165,1.0653,,,4.0513,,,,,,,722.8806,78.6581,0.2000,0.5025,1.4286,1.4000,0.0503,4087.2965,4087.2965,4128.1695,4128.1695,4128.1695
-1843.2500,0.5000,,51.5000,,,,11,904.1700,142.5134,1907.3621,-147.6877,13.4938,180.5975,180.5975,-13.9837,0.7920,9.1205,0.0000,9.1205,3.5813,9.1205,0.9621,0.0000,8.1584,0.8460,,,7.3124,1.0776,,,6.2348,,,,,,,728.6981,106.9122,0.2000,0.5025,1.4286,1.4000,0.0502,4473.5228,4473.5228,4518.2581,4518.2581,4518.2581
-1843.7500,0.5000,,51.9400,,,,11,910.7400,142.4782,1922.9001,-147.9833,13.5885,183.3917,183.3917,-14.1135,0.7703,9.2369,0.0000,9.2369,3.5814,9.2369,0.9732,0.0000,8.2636,0.8538,,,7.4099,1.0895,,,6.3204,,,,,,,734.3118,107.4639,0.2000,0.5025,1.4286,1.4000,0.0503,4522.1811,4522.1811,4567.4029,4567.4029,4567.4029
-1844.2500,0.5000,,52.3000,,,,11,917.6300,146.0916,1939.1950,-148.2934,14.0385,186.3450,186.3450,-14.2501,0.7435,9.7136,0.0000,9.7136,3.5814,9.7136,0.9839,0.0000,8.7298,0.8613,,,7.8685,1.1010,,,6.7675,,,,,,,739.6900,112.6999,0.2000,0.5025,1.4286,1.4000,0.0503,4624.8831,4624.8831,4671.1320,4671.1320,4671.1320
-1844.7500,0.5000,,52.5800,,,,11,922.9600,140.5123,1951.8004,-148.5332,13.5808,188.6457,188.6457,-14.3561,0.6327,9.3657,0.0000,9.3657,3.5824,9.3657,0.9930,0.0000,8.3728,0.8676,,,7.5051,1.1107,,,6.3944,,,,,,,744.2361,107.4312,0.2000,0.5025,1.4286,1.4000,0.0513,4585.7771,4585.7771,4631.6349,4631.6349,4631.6349
-1845.2500,0.5000,,52.9600,,,,11,929.3400,139.8534,1966.8891,-148.8203,13.6106,191.4182,191.4182,-14.4832,0.7057,9.3211,0.0000,9.3211,3.5837,9.3211,1.0030,0.0000,8.3181,0.8747,,,7.4434,1.1216,,,6.3218,,,,,,,749.2742,106.0115,0.2000,0.5025,1.4286,1.4000,0.0527,4624.1835,4624.1835,4670.4253,4670.4253,4670.4253
-1845.7500,0.5000,,53.2400,,,,11,933.3100,132.6326,1976.2782,-148.9990,12.9630,193.1535,193.1535,-14.5626,0.4729,8.9063,0.0000,8.9063,3.5838,8.9063,1.0098,0.0000,7.8965,0.8794,,,7.0171,1.1288,,,5.8883,,,,,,,752.6313,100.1901,0.2000,0.5025,1.4286,1.4000,0.0527,4551.6650,4551.6650,4597.1816,4597.1816,4597.1816
-1846.2500,0.5000,,53.5600,,,,11,940.8000,130.9725,1993.9920,-149.3360,12.9035,196.4488,196.4488,-14.7126,0.7880,8.5303,0.0000,8.5303,3.5851,8.5303,1.0210,0.0000,7.5093,0.8872,,,6.6221,1.1409,,,5.4812,,,,,,,758.1922,94.5786,0.2000,0.5025,1.4286,1.4000,0.0541,4584.2020,4584.2020,4630.0440,4630.0440,4630.0440
-1846.7500,0.5000,,53.9200,,,,11,945.2400,144.1347,2004.4926,-149.5358,14.2672,198.4153,198.4153,-14.8018,0.5287,10.1533,0.0000,10.1533,3.5852,10.1533,1.0285,0.0000,9.1248,0.8925,,,8.2323,1.1489,,,7.0834,,,,,,,761.9008,114.3656,0.2000,0.5025,1.4286,1.4000,0.0541,4803.7526,4803.7526,4851.7902,4851.7902,4851.7902
-1847.2500,0.5000,,54.0800,,,,11,949.5800,199.0091,2014.7567,-149.7311,19.7894,200.3470,200.3470,-14.8892,0.4936,15.7087,0.0000,15.7087,3.5870,15.7087,1.0355,0.0000,14.6732,0.8973,,,13.7759,1.1564,,,12.6194,,,,,,,765.3471,183.0787,0.2000,0.5025,1.4286,1.4000,0.0560,5613.0547,5613.0547,5669.1853,5669.1853,5669.1853
-1847.7500,0.5000,,54.6200,,,,11,958.6000,426.0117,2036.0890,-150.1370,42.7649,204.3915,204.3915,-15.0714,1.0234,38.1534,0.0000,38.1534,3.5881,38.1534,1.5220,0.0000,36.6313,0.9074,,,35.7240,1.4275,,,34.2965,,,,,,,772.4429,452.8536,0.2000,0.5025,1.4286,1.4000,0.0571,9363.1820,9363.1820,9456.8138,9456.8138,9456.8138
-1848.2500,0.5000,,55.0000,,,,11,965.7200,473.4359,2052.9278,-150.4574,47.8786,207.6125,207.6125,-15.2158,0.8446,43.4459,0.0000,43.4459,3.5880,43.4459,1.7337,0.0000,41.7122,0.9156,,,40.7966,1.6303,,,39.1663,,,,,,,778.2504,511.8181,0.2000,0.5025,1.4286,1.4000,0.0569,10162.8877,10162.8877,10264.5166,10264.5166,10264.5166
-1848.7500,0.5000,,55.5600,,,,11,975.1500,540.5786,2075.2298,-150.8818,55.2025,211.9172,211.9172,-15.4077,1.0900,50.5249,0.0000,50.5249,3.5876,50.5249,2.0168,0.0000,48.5081,0.9262,,,47.5820,1.9017,,,45.6802,,,,,,,785.6814,589.5756,0.2000,0.5025,1.4286,1.4000,0.0566,11289.4422,11289.4422,11402.3366,11402.3366,11402.3366
-1849.2500,0.5000,,56.0000,,,,11,982.9400,523.7797,2093.6531,-151.2323,53.9143,215.5065,215.5065,-15.5668,1.0228,49.3038,0.0000,49.3038,3.5877,49.3038,1.9678,0.0000,47.3360,0.9361,,,46.3999,1.8544,,,44.5455,,,,,,,792.5914,570.3134,0.2000,0.5025,1.4286,1.4000,0.0566,11097.4962,11097.4962,11208.4711,11208.4711,11208.4711
-1849.7500,0.5000,,56.3400,,,,11,985.6900,403.9729,2100.1569,-151.3561,41.6986,216.7807,216.7807,-15.6232,0.4142,37.6959,0.0000,37.6959,3.5885,37.6959,1.5035,0.0000,36.1924,0.9400,,,35.2523,1.4085,,,33.8438,,,,,,,795.3723,434.5282,0.2000,0.5025,1.4286,1.4000,0.0575,9264.7941,9264.7941,9357.4420,9357.4420,9357.4420
-1850.2500,0.5000,,56.3000,,,,11,984.9400,275.8498,2098.3831,-151.3223,28.4519,216.4328,216.4328,-15.6078,0.0176,24.8456,0.0000,24.8456,3.5887,24.8456,1.0977,0.0000,23.7479,0.9402,,,22.8077,1.2231,,,21.5846,,,,,,,795.4901,285.0767,0.2000,0.5025,1.4286,1.4000,0.0576,7139.6778,7139.6778,7211.0746,7211.0746,7211.0746
-1850.7500,0.5000,,56.0800,,,,11,979.5600,174.6037,2085.6594,-151.0802,17.9107,213.9454,213.9454,-15.4977,-0.7455,15.0657,0.0000,15.0657,3.5905,15.0657,1.0873,0.0000,13.9785,0.9330,,,13.0454,1.2119,,,11.8335,,,,,,,790.4779,168.8654,0.2000,0.5025,1.4286,1.4000,0.0595,5491.8628,5491.8628,5546.7814,5546.7814,5546.7814
-1851.2500,0.5000,,55.8200,,,,11,981.2800,354.0147,2089.7272,-151.1576,36.3783,214.7391,214.7391,-15.5329,-0.0194,32.8049,0.0000,32.8049,3.5928,32.8049,1.3079,0.0000,31.4970,0.9328,,,30.5641,1.2210,,,29.3431,,,,,,,790.3471,380.5594,0.2000,0.5025,1.4286,1.4000,0.0618,8430.7270,8430.7270,8515.0343,8515.0343,8515.0343
-1851.7500,0.5000,,56.3200,,,,11,986.4200,510.1518,2101.8833,-151.3889,52.6975,217.1196,217.1196,-15.6381,0.7169,48.3864,0.0000,48.3864,3.5942,48.3864,1.9311,0.0000,46.4553,0.9397,,,45.5155,1.8190,,,43.6965,,,,,,,795.1683,557.8887,0.2000,0.5025,1.4286,1.4000,0.0631,10920.0827,10920.0827,11029.2835,11029.2835,11029.2835
-1852.2500,0.5000,,56.7000,,,,11,994.7500,636.9233,2121.5838,-151.7638,66.3483,221.0053,221.0053,-15.8092,0.9562,61.7931,0.0000,61.7931,3.5990,61.7931,2.4673,0.0000,59.3258,0.9489,,,58.3769,2.3335,,,56.0435,,,,,,,801.5531,706.7778,0.2000,0.5025,1.4286,1.4000,0.0679,13235.1915,13235.1915,13367.5434,13367.5434,13367.5434
-1852.7500,0.5000,,57.1600,,,,11,1002.9000,685.7351,2134.0000,-152.1885,72.0183,224.1200,224.1200,-15.9834,0.9762,67.4430,0.0000,67.4430,3.5990,67.4430,2.6932,0.0000,64.7498,0.9582,,,63.7916,2.5500,,,61.2416,,,,,,,808.0200,765.2223,0.2000,0.5025,1.4286,1.4000,0.0679,14177.4501,14177.4501,14319.2246,14319.2246,14319.2246
-1853.2500,0.5000,,57.7400,,,,11,1014.9000,729.1209,2134.0000,-152.9685,77.4910,226.8017,226.8017,-16.2575,1.4228,72.4716,0.0000,72.4716,3.5967,72.4716,2.8943,0.0000,69.5773,0.9717,,,68.6056,2.7425,,,65.8631,,,,,,,817.3532,812.8850,0.2000,0.5025,1.4286,1.4000,0.0656,15156.7229,15156.7229,15308.2902,15308.2902,15308.2902
-1853.7500,0.5000,,58.4000,,,,11,1026.4800,755.0681,2134.0000,-153.7212,81.1643,229.3895,229.3895,-16.5239,1.4934,76.0743,0.0000,76.0743,3.5967,76.0743,3.0383,0.0000,73.0360,0.9857,,,72.0503,2.8803,,,69.1700,,,,,,,827.0365,843.3033,0.2000,0.5025,1.4286,1.4000,0.0656,15863.4928,15863.4928,16022.1277,16022.1277,16022.1277
-1854.2500,0.5000,,59.0600,,,,11,1035.4400,666.5488,2134.0000,-154.3036,72.2746,231.3918,231.3918,-16.7313,1.2474,67.4320,0.0000,67.4320,3.5952,67.4320,2.6925,0.0000,64.7395,0.9973,,,63.7422,2.5479,,,61.1942,,,,,,,835.0386,740.3450,0.2000,0.5025,1.4286,1.4000,0.0641,14259.3830,14259.3830,14401.9768,14401.9768,14401.9768
-1854.7500,0.5000,,59.2600,,,,11,1037.7000,378.1003,2134.0000,-154.4505,41.0873,231.8969,231.8969,-16.7838,0.3434,37.1493,0.0000,37.1493,3.5946,37.1493,1.4812,0.0000,35.6682,1.0005,,,34.6677,1.3849,,,33.2827,,,,,,,837.2280,406.8258,0.2000,0.5025,1.4286,1.4000,0.0635,9284.2071,9284.2071,9377.0491,9377.0491,9377.0491
-1855.2500,0.5000,,59.3600,,,,11,1038.3700,224.3428,2134.0000,-154.4941,24.3946,232.0466,232.0466,-16.7994,0.1307,20.6686,0.0000,20.6686,3.5952,20.6686,1.1883,0.0000,19.4803,1.0017,,,18.4786,1.3199,,,17.1586,,,,,,,838.0601,221.9685,0.2000,0.5025,1.4286,1.4000,0.0642,6658.0039,6658.0039,6724.5839,6724.5839,6724.5839
-1855.7500,0.5000,,59.2600,,,,11,1037.8200,103.7229,2134.0000,-154.4583,11.2726,231.9237,231.9237,-16.7866,-0.1074,7.7834,0.0000,7.7834,3.5967,7.7834,1.1868,0.0000,6.5966,1.0007,,,5.5959,1.3183,,,4.2775,,,,,,,837.3763,75.2263,0.2000,0.5025,1.4286,1.4000,0.0656,4695.6339,4695.6339,4742.5903,4742.5903,4742.5903
-1856.2500,0.5000,,59.1600,,,,11,1022.7700,-84.6501,2134.0000,-153.4801,-9.0664,228.5604,228.5604,-16.4384,-0.5633,-12.0997,0.0000,-12.0997,3.5966,-12.0997,1.1790,0.0000,-13.2787,0.9955,,,-14.2742,1.3100,,,-15.5842,,,,,,,833.7822,-152.0808,0.2000,0.5025,1.4286,1.4000,0.0655,1475.6265,1475.6265,1490.3828,1490.3828,1490.3828
-1856.7500,0.5000,,58.7800,,,,11,1027.2500,-153.7713,2134.0000,-153.7713,-16.5417,229.5616,229.5616,-16.5417,-0.7454,-19.3925,0.0000,-19.3925,3.5962,-19.3925,1.1687,0.0000,-20.5612,0.9885,,,-21.5498,1.2990,,,-22.8488,,,,,,,829.0028,-236.8453,0.2000,0.5025,1.4286,1.4000,0.0651,233.0117,233.0117,235.3418,235.3418,235.3418
-1857.2500,0.5000,,58.5000,,,,11,1023.2500,-153.5113,2134.0000,-153.5113,-16.4494,228.6677,228.6677,-16.4494,-0.5321,-19.5134,0.0000,-19.5134,3.5961,-19.5134,1.1614,0.0000,-20.6748,0.9836,,,-21.6584,1.2912,,,-22.9495,,,,,,,825.5737,-239.1426,0.2000,0.5025,1.4286,1.4000,0.0650,233.6023,233.6023,235.9383,235.9383,235.9383
-1857.7500,0.5000,,58.3200,,,,11,1021.3700,-153.3891,2134.0000,-153.3891,-16.4061,228.2476,228.2476,-16.4061,-0.2405,-19.7627,0.0000,-19.7627,3.5971,-19.7627,1.1581,0.0000,-20.9208,0.9813,,,-21.9021,1.2876,,,-23.1897,,,,,,,824.0191,-242.4444,0.2000,0.5025,1.4286,1.4000,0.0660,233.8799,233.8799,236.2187,236.2187,236.2187
-1858.2500,0.5000,,58.3000,,,,11,1019.3500,-153.2578,2134.0000,-153.2578,-16.3597,227.7961,227.7961,-16.3597,-0.2681,-19.6889,0.0000,-19.6889,3.5973,-19.6889,1.1543,0.0000,-20.8432,0.9788,,,-21.8220,1.2836,,,-23.1057,,,,,,,822.2829,-242.0556,0.2000,0.5025,1.4286,1.4000,0.0662,234.1782,234.1782,236.5200,236.5200,236.5200
-1858.7500,0.5000,,58.2000,,,,11,1019.7500,-153.2838,2134.0000,-153.2838,-16.3689,227.8855,227.8855,-16.3689,0.0569,-20.0234,0.0000,-20.0234,3.5976,-20.0234,1.1551,0.0000,-21.1785,0.9793,,,-22.1579,1.2845,,,-23.4423,,,,,,,822.6520,-245.8391,0.2000,0.5025,1.4286,1.4000,0.0665,234.1191,234.1191,236.4603,236.4603,236.4603
-1859.2500,0.5000,,58.2800,,,,11,1020.8400,-153.3546,2134.0000,-153.3546,-16.3939,228.1291,228.1291,-16.3939,0.0766,-20.0683,0.0000,-20.0683,3.5978,-20.0683,1.1562,0.0000,-21.2245,0.9800,,,-22.2046,1.2856,,,-23.4902,,,,,,,823.1483,-246.2246,0.2000,0.5025,1.4286,1.4000,0.0667,233.9582,233.9582,236.2977,236.2977,236.2977
-1859.7500,0.5000,,58.3400,,,,11,1021.6800,-153.4092,2134.0000,-153.4092,-16.4133,228.3168,228.3168,-16.4133,0.1387,-20.1493,0.0000,-20.1493,3.5973,-20.1493,1.1581,0.0000,-21.3074,0.9813,,,-22.2888,1.2877,,,-23.5765,,,,,,,824.0464,-246.9168,0.2000,0.5025,1.4286,1.4000,0.0662,233.8341,233.8341,236.1725,236.1725,236.1725
-1860.2500,0.5000,,58.4200,,,,11,1023.7700,-153.5451,2134.0000,-153.5451,-16.4614,228.7839,228.7839,-16.4614,0.2075,-20.2645,0.0000,-20.2645,3.5956,-20.2645,1.1610,0.0000,-21.4255,0.9833,,,-22.4088,1.2907,,,-23.6995,,,,,,,825.3876,-247.8814,0.2000,0.5025,1.4286,1.4000,0.0645,233.5255,233.5255,235.8608,235.8608,235.8608
-1860.7500,0.5000,,58.5800,,,,11,1026.4300,-153.7180,2134.0000,-153.7180,-16.5228,229.3783,229.3783,-16.5228,0.3549,-20.4733,0.0000,-20.4733,3.5956,-20.4733,1.1659,0.0000,-21.6392,0.9866,,,-22.6258,1.2960,,,-23.9218,,,,,,,827.6764,-249.6612,0.2000,0.5025,1.4286,1.4000,0.0646,233.1327,233.1327,235.4641,235.4641,235.4641
-1861.2500,0.5000,,58.7200,,,,11,1029.9500,-153.9468,2134.0000,-153.9468,-16.6041,230.1649,230.1649,-16.6041,0.4141,-20.6138,0.0000,-20.6138,3.5956,-20.6138,1.1716,0.0000,-21.7855,0.9905,,,-22.7759,1.3021,,,-24.0781,,,,,,,830.3397,-250.5431,0.2000,0.5025,1.4286,1.4000,0.0645,232.6130,232.6130,234.9391,234.9391,234.9391
-1861.7500,0.5000,,59.0200,,,,11,1033.7000,-154.1905,2134.0000,-154.1905,-16.6909,231.0030,231.0030,-16.6909,0.4709,-20.7575,0.0000,-20.7575,3.5956,-20.7575,1.1781,0.0000,-21.9356,0.9949,,,-22.9305,1.3091,,,-24.2395,,,,,,,833.3577,-251.3560,0.2000,0.5025,1.4286,1.4000,0.0645,232.0593,232.0593,234.3799,234.3799,234.3799
-1862.2500,0.5000,,59.1600,,,,11,1037.4600,-154.4349,2134.0000,-154.4349,-16.7782,231.8432,231.8432,-16.7782,0.4605,-20.8350,0.0000,-20.8350,3.5964,-20.8350,1.1845,0.0000,-22.0195,0.9992,,,-23.0187,1.3158,,,-24.3345,,,,,,,836.2981,-251.4303,0.2000,0.5025,1.4286,1.4000,0.0653,231.5041,231.5041,233.8191,233.8191,233.8191
-1862.7500,0.5000,,59.4400,,,,11,1042.1200,-154.7378,2134.0000,-154.7378,-16.8866,232.8846,232.8846,-16.8866,0.6126,-21.0959,0.0000,-21.0959,3.5966,-21.0959,1.1929,0.0000,-22.2888,1.0048,,,-23.2936,1.3248,,,-24.6185,,,,,,,840.1943,-253.3248,0.2000,0.5025,1.4286,1.4000,0.0656,230.8160,230.8160,233.1241,233.1241,233.1241
-1863.2500,0.5000,,59.6600,,,,11,1045.5600,-154.9614,2134.0000,-154.9614,-16.9668,233.6533,233.6533,-16.9668,0.4116,-20.9753,0.0000,-20.9753,3.5969,-20.9753,1.1986,0.0000,-22.1739,1.0086,,,-23.1826,1.3309,,,-24.5134,,,,,,,842.8020,-251.2395,0.2000,0.5025,1.4286,1.4000,0.0658,230.3080,230.3080,232.6111,232.6111,232.6111
-1863.7500,0.5000,,59.9200,,,,11,1049.8900,-155.2429,2134.0000,-155.2429,-17.0681,234.6210,234.6210,-17.0681,0.5842,-21.2495,0.0000,-21.2495,3.5973,-21.2495,1.2066,0.0000,-22.4561,1.0140,,,-23.4701,1.3395,,,-24.8096,,,,,,,846.4891,-253.3284,0.2000,0.5025,1.4286,1.4000,0.0662,233.5892,233.5892,235.9251,235.9251,235.9251
-1864.2500,0.5000,,60.0400,,,,11,1052.1000,-155.3865,2134.0000,-155.3865,-17.1198,235.1148,235.1148,-17.1198,0.3311,-21.0483,0.0000,-21.0483,3.5975,-21.0483,1.2112,0.0000,-22.2595,1.0171,,,-23.2766,1.3443,,,-24.6209,,,,,,,848.5715,-250.4944,0.2000,0.5025,1.4286,1.4000,0.0664,235.9789,235.9789,238.3387,238.3387,238.3387
-1864.7500,0.5000,,60.1600,,,,11,1053.7700,-155.4951,2134.0000,-155.4951,-17.1590,235.4880,235.4880,-17.1590,0.1579,-20.9159,0.0000,-20.9159,3.5990,-20.9159,1.2133,0.0000,-22.1292,1.0185,,,-23.1477,1.3466,,,-24.4944,,,,,,,849.5631,-248.7375,0.2000,0.5025,1.4286,1.4000,0.0679,237.7847,237.7847,240.1626,240.1626,240.1626
-1865.2500,0.5000,,60.3000,,,,11,1056.5500,-155.6758,2134.0000,-155.6758,-17.2242,236.1093,236.1093,-17.2242,0.3555,-21.1788,0.0000,-21.1788,3.5990,-21.1788,1.2182,0.0000,-22.3969,1.0218,,,-23.4188,1.3518,,,-24.7706,,,,,,,851.7912,-251.0886,0.2000,0.5025,1.4286,1.4000,0.0679,240.7908,240.7908,243.1988,243.1988,243.1988
-1865.7500,0.5000,,60.4200,,,,11,1059.5600,-155.8714,2134.0000,-155.8714,-17.2950,236.7819,236.7819,-17.2950,0.3640,-21.2550,0.0000,-21.2550,3.5960,-21.2550,1.2232,0.0000,-22.4782,1.0252,,,-23.5033,1.3571,,,-24.8605,,,,,,,854.0664,-251.3279,0.2000,0.5025,1.4286,1.4000,0.0649,242.0135,242.0135,244.4337,244.4337,244.4337
-1866.2500,0.5000,,60.6600,,,,11,1062.6300,-156.0710,2134.0000,-156.0710,-17.3673,237.4680,237.4680,-17.3673,0.4105,-21.3734,0.0000,-21.3734,3.5956,-21.3734,1.2288,0.0000,-22.6022,1.0289,,,-23.6311,1.3631,,,-24.9942,,,,,,,856.6249,-251.9596,0.2000,0.5025,1.4286,1.4000,0.0645,242.4460,242.4460,244.8704,244.8704,244.8704
-1866.7500,0.5000,,60.8400,,,,11,1065.7800,-156.2757,2134.0000,-156.2757,-17.4417,238.1719,238.1719,-17.4417,0.4364,-21.4733,0.0000,-21.4733,3.5953,-21.4733,1.2348,0.0000,-22.7081,1.0329,,,-23.7410,1.3695,,,-25.1105,,,,,,,859.3364,-252.3419,0.2000,0.5025,1.4286,1.4000,0.0642,242.8897,242.8897,245.3186,245.3186,245.3186
-1867.2500,0.5000,,60.9400,,,,11,1067.7500,-156.4038,2134.0000,-156.4038,-17.4882,238.6122,238.6122,-17.4882,0.2324,-21.3157,0.0000,-21.3157,3.5951,-21.3157,1.2379,0.0000,-22.5536,1.0350,,,-23.5886,1.3729,,,-24.9615,,,,,,,860.7770,-250.2056,0.2000,0.5025,1.4286,1.4000,0.0640,243.1672,243.1672,245.5988,245.5988,245.5988
-1867.7500,0.5000,,61.1200,,,,11,1069.9800,-156.5487,2134.0000,-156.5487,-17.5410,239.1105,239.1105,-17.5410,0.3792,-21.5157,0.0000,-21.5157,3.5955,-21.5157,1.2431,0.0000,-22.7588,1.0385,,,-23.7973,1.3784,,,-25.1757,,,,,,,863.1224,-251.7958,0.2000,0.5025,1.4286,1.4000,0.0644,243.4813,243.4813,245.9161,245.9161,245.9161
-1868.2500,0.5000,,61.0400,,,,11,1065.2300,-156.2400,2134.0000,-156.2400,-17.4287,238.0490,238.0490,-17.4287,-0.3740,-20.6513,0.0000,-20.6513,3.5966,-20.6513,1.2380,0.0000,-21.8893,1.0351,,,-22.9244,1.3730,,,-24.2974,,,,,,,860.8095,-242.8271,0.2000,0.5025,1.4286,1.4000,0.0656,242.8122,242.8122,245.2403,245.2403,245.2403
-1868.7500,0.5000,,59.9000,,,,11,1041.6300,-154.7060,2134.0000,-154.7060,-16.8752,232.7751,232.7751,-16.8752,-3.0294,-17.4425,0.0000,-17.4425,3.5966,-17.4425,1.1965,0.0000,-18.6390,1.0072,,,-19.6462,1.3287,,,-20.9748,,,,,,,841.8390,-211.4286,0.2000,0.5025,1.4286,1.4000,0.0656,230.8883,230.8883,233.1972,233.1972,233.1972
-1869.2500,0.5000,,58.6400,,,,11,1018.7400,-153.2181,2134.0000,-153.2181,-16.3456,227.6598,227.6598,-16.3456,-2.7833,-17.1574,0.0000,-17.1574,3.5951,-17.1574,1.1581,0.0000,-18.3155,0.9813,,,-19.2968,1.2876,,,-20.5844,,,,,,,824.0243,-212.2510,0.2000,0.5025,1.4286,1.4000,0.0640,234.2682,234.2682,236.6109,236.6109,236.6109
-1869.7500,0.5000,,57.3200,,,,11,997.9200,-151.9064,2129.0808,-151.9064,-15.8745,222.4931,222.4931,-15.8745,-2.6609,-16.8087,0.0000,-16.8087,3.5951,-16.8087,1.1211,0.0000,-17.9298,0.9562,,,-18.8860,1.2481,,,-20.1341,,,,,,,806.6256,-212.2635,0.2000,0.5025,1.4286,1.4000,0.0640,236.5919,236.5919,238.9578,238.9578,238.9578
-1870.2500,0.5000,,56.2600,,,,11,977.9400,-151.0073,2081.8281,-151.0073,-15.4646,213.1993,213.1993,-15.4646,-2.4340,-16.6472,0.0000,-16.6472,3.6166,-16.6472,1.0871,0.0000,-17.7343,0.9329,,,-18.6671,1.2117,,,-19.8788,,,,,,,790.3751,-214.2650,0.2000,0.5025,1.4286,1.4000,0.0855,232.3318,232.3318,234.6551,234.6551,234.6551
-1870.7500,0.5000,,55.1000,,,,11,958.3600,-150.1262,2035.5214,-150.1262,-15.0665,204.2833,204.2833,-15.0665,-2.3528,-16.3319,0.0000,-16.3319,3.6181,-16.3319,1.0539,0.0000,-17.3858,0.9101,,,-18.2959,1.1762,,,-19.4720,,,,,,,774.3426,-214.4040,0.2000,0.5025,1.4286,1.4000,0.0870,228.1570,228.1570,230.4386,230.4386,230.4386
-1871.2500,0.5000,,54.1200,,,,11,942.2200,-149.3999,1997.3503,-149.3999,-14.7411,197.0767,197.0767,-14.7411,-1.9135,-16.7070,0.0000,-16.7070,3.8794,-16.7070,1.0268,0.0000,-17.7338,0.8913,,,-18.6251,1.1471,,,-19.7722,,,,,,,761.0544,-222.5145,0.2000,0.5025,1.4286,1.4000,0.3483,224.7157,224.7157,226.9628,226.9628,226.9628
-1871.7500,0.5000,,53.6800,,,,11,939.8600,-149.2937,1991.7689,-149.2937,-14.6938,196.0337,196.0337,-14.6938,-0.4928,-18.1472,0.0000,-18.1472,3.9462,-18.1472,1.0198,0.0000,-19.1670,0.8864,,,-20.0534,1.1396,,,-21.1929,,,,,,,757.5942,-241.5951,0.2000,0.5025,1.4286,1.4000,0.4152,224.2125,224.2125,226.4546,226.4546,226.4546
-1872.2500,0.5000,,54.0000,,,,11,949.0500,-149.7073,2013.5033,-149.7073,-14.8785,200.1106,200.1106,-14.8785,0.8838,-20.0678,0.0000,-20.0678,4.3054,-20.0678,1.0324,0.0000,-21.1002,0.8951,,,-21.9953,1.1530,,,-23.1484,,,,,,,763.7884,-263.8062,0.2000,0.5025,1.4286,1.4000,0.7744,226.1719,226.1719,228.4337,228.4337,228.4337
-1872.7500,0.5000,,54.2800,,,,11,950.9700,-149.7937,2018.0441,-149.7937,-14.9173,200.9676,200.9676,-14.9173,0.4750,-19.8391,0.0000,-19.8391,4.4468,-19.8391,1.0391,0.0000,-20.8782,0.8998,,,-21.7780,1.1603,,,-22.9382,,,,,,,767.0966,-259.9044,0.2000,0.5025,1.4286,1.4000,0.9158,226.5813,226.5813,228.8471,228.8471,228.8471
-1873.2500,0.5000,,54.4400,,,,11,953.8500,-149.9233,2024.8553,-149.9233,-14.9754,202.2566,202.2566,-14.9754,0.2933,-19.8036,0.0000,-19.8036,4.5349,-19.8036,1.0433,0.0000,-20.8468,0.9027,,,-21.7495,1.1647,,,-22.9142,,,,,,,769.1324,-258.8272,0.2000,0.5025,1.4286,1.4000,1.0038,227.1954,227.1954,229.4673,229.4673,229.4673
-1873.7500,0.5000,,54.5200,,,,11,954.0900,-149.9341,2025.4229,-149.9341,-14.9802,202.3642,202.3642,-14.9802,0.0568,-19.6512,0.0000,-19.6512,4.6141,-19.6512,1.0441,0.0000,-20.6953,0.9032,,,-21.5985,1.1656,,,-22.7641,,,,,,,769.5262,-256.8140,0.2000,0.5025,1.4286,1.4000,1.0831,227.2466,227.2466,229.5190,229.5190,229.5190
-1874.2500,0.5000,,54.5200,,,,11,955.4200,-146.2145,2028.5683,-149.9939,-14.6290,202.9610,202.9610,-15.0071,0.1738,-19.3281,0.0000,-19.3281,4.5253,-19.3281,1.0465,0.0000,-20.3746,0.9049,,,-21.2795,1.1682,,,-22.4477,,,,,,,770.7295,-252.4401,0.2000,0.5025,1.4286,1.4000,0.9942,295.7250,295.7250,298.6823,298.6823,298.6823
-1874.7500,0.5000,,54.5400,,,,11,955.0700,-146.9193,2027.7406,-149.9782,-14.6941,202.8039,202.8039,-15.0000,-0.0263,-19.0989,0.0000,-19.0989,4.4311,-19.0989,1.0462,0.0000,-20.1450,0.9047,,,-21.0497,1.1678,,,-22.2175,,,,,,,770.5474,-249.6548,0.2000,0.5025,1.4286,1.4000,0.9000,282.6483,282.6483,285.4747,285.4747,285.4747
-1875.2500,0.5000,,54.5400,,,,11,953.9000,-146.3248,2024.9735,-149.9255,-14.6167,202.2790,202.2790,-14.9764,-0.1319,-18.8277,0.0000,-18.8277,4.3429,-18.8277,1.0443,0.0000,-19.8720,0.9034,,,-20.7754,1.1658,,,-21.9412,,,,,,,769.6339,-246.5630,0.2000,0.5025,1.4286,1.4000,0.8119,292.1763,292.1763,295.0981,295.0981,295.0981
-1875.7500,0.5000,,54.4000,,,,11,952.5500,-149.2431,2021.7808,-149.8648,-14.8871,201.6743,201.6743,-14.9491,-0.1405,-18.9689,0.0000,-18.9689,4.2224,-18.9689,1.0423,0.0000,-20.0112,0.9020,,,-20.9132,1.1637,,,-22.0769,,,,,,,768.6598,-248.6057,0.2000,0.5025,1.4286,1.4000,0.6913,238.1353,238.1353,240.5167,240.5167,240.5167
-1876.2500,0.5000,,54.3200,,,,11,949.9800,-122.2255,2015.7027,-149.7491,-12.1592,200.5255,200.5255,-14.8973,-0.3940,-15.9515,0.0000,-15.9515,4.1863,-15.9515,1.0367,0.0000,-16.9882,0.8981,,,-17.8863,1.1577,,,-19.0440,,,,,,,765.9221,-211.8039,0.2000,0.5025,1.4286,1.4000,0.6552,723.0005,723.0005,730.2305,730.2305,730.2305
-1876.7500,0.5000,,54.2200,,,,11,951.0800,25.0143,2018.3042,-149.7986,2.4914,201.0168,201.0168,-14.9195,-0.0872,-1.4381,0.0000,-1.4381,4.0166,-1.4381,1.0355,0.0000,-2.4735,0.8973,,,-3.3708,1.1564,,,-4.5272,,,,,,,765.3149,-30.8637,0.2000,0.5025,1.4286,1.4000,0.4855,3041.1190,3041.1190,3071.5302,3071.5302,3071.5302
-1877.2500,0.5000,,54.2800,,,,11,958.0900,146.1503,2034.8829,-150.1141,14.6634,204.1617,204.1617,-15.0611,0.1701,10.4764,0.0000,10.4764,4.0168,10.4764,1.0379,0.0000,9.4385,0.8990,,,8.5396,1.1590,,,7.3806,,,,,,,766.4992,117.5884,0.2000,0.5025,1.4286,1.4000,0.4858,4928.4276,4928.4276,4977.7119,4977.7119,4977.7119
-1877.7500,0.5000,,54.3800,,,,11,953.1200,175.6251,2023.1288,-149.8904,17.5292,201.9295,201.9295,-14.9606,0.2606,13.3709,0.0000,13.3709,3.8977,13.3709,1.0416,0.0000,12.3293,0.9015,,,11.4278,1.1629,,,10.2649,,,,,,,768.3097,153.2405,0.2000,0.5025,1.4286,1.4000,0.3667,5308.5036,5308.5036,5361.5887,5361.5887,5361.5887
-1878.2500,0.5000,,54.6000,,,,11,958.5900,262.2150,2036.0654,-150.1366,26.3220,204.3870,204.3870,-15.0712,0.5668,21.8907,0.0000,21.8907,3.8645,21.8907,1.0496,0.0000,20.8411,0.9071,,,19.9340,1.1715,,,18.7625,,,,,,,772.2327,257.7171,0.2000,0.5025,1.4286,1.4000,0.3334,6709.2039,6709.2039,6776.2959,6776.2959,6776.2959
-1878.7500,0.5000,,55.2200,,,,11,972.6100,601.6950,2069.2227,-150.7675,61.2835,210.7534,210.7534,-15.3559,1.4395,56.0443,0.0000,56.0443,3.7997,56.0443,2.2376,0.0000,53.8068,0.9211,,,52.8857,2.1139,,,50.7718,,,,,,,782.1074,656.9643,0.2000,0.5025,1.4286,1.4000,0.2686,12335.6288,12335.6288,12458.9851,12458.9851,12458.9851
-1879.2500,0.5000,,56.0400,,,,11,986.4500,746.0015,2101.9543,-151.3903,77.0626,217.1336,217.1336,-15.6387,1.8496,71.4405,0.0000,71.4405,3.7724,71.4405,2.8533,0.0000,68.5872,0.9390,,,67.6483,2.7043,,,64.9439,,,,,,,794.6152,824.2479,0.2000,0.5025,1.4286,1.4000,0.2413,15018.4756,15018.4756,15168.6603,15168.6603,15168.6603
-1879.7500,0.5000,,56.9200,,,,11,1000.3200,730.8767,2134.0000,-152.0208,76.5617,223.5435,223.5435,-15.9247,1.6452,71.1589,0.0000,71.1589,3.7576,71.1589,2.8419,0.0000,68.3170,0.9547,,,67.3624,2.6929,,,64.6695,,,,,,,805.5775,809.8285,0.2000,0.5025,1.4286,1.4000,0.2265,14949.2037,14949.2037,15098.6957,15098.6957,15098.6957
-1880.2500,0.5000,,57.7400,,,,11,1013.7500,734.0166,2134.0000,-152.8938,77.9229,226.5447,226.5447,-16.2311,1.6883,72.5238,0.0000,72.5238,3.7108,72.5238,2.8964,0.0000,69.6274,0.9707,,,68.6568,2.7446,,,65.9122,,,,,,,816.6740,814.1474,0.2000,0.5025,1.4286,1.4000,0.1798,15234.6491,15234.6491,15386.9956,15386.9956,15386.9956
-1880.7500,0.5000,,58.3800,,,,11,1027.6600,776.1322,2134.0000,-153.7979,83.5245,229.6532,229.6532,-16.5512,1.6707,78.1447,0.0000,78.1447,3.7091,78.1447,3.1211,0.0000,75.0236,0.9864,,,74.0372,2.9598,,,71.0774,,,,,,,827.5083,865.7586,0.2000,0.5025,1.4286,1.4000,0.1781,16300.6226,16300.6226,16463.6288,16463.6288,16463.6288
-1881.2500,0.5000,,59.3600,,,,11,1045.7600,982.3109,2134.0000,-154.9744,107.5746,233.6980,233.6980,-16.9715,2.1833,101.7206,0.0000,101.7206,3.6707,101.7206,4.0640,0.0000,97.6566,1.0067,,,96.6499,3.8642,,,92.7857,,,,,,,841.4562,1108.2596,0.2000,0.5025,1.4286,1.4000,0.1397,20742.1464,20742.1464,20949.5678,20949.5678,20949.5678
-1881.7500,0.5000,,60.4800,,,,11,1064.1700,1020.1770,2134.0000,-156.1711,113.6881,237.8122,237.8122,-17.4036,2.4821,107.5354,0.0000,107.5354,3.6707,107.5354,4.2964,0.0000,103.2390,1.0295,,,102.2095,4.0865,,,98.1229,,,,,,,857.0375,1150.3110,0.2000,0.5025,1.4286,1.4000,0.1396,21897.3367,21897.3367,22116.3101,22116.3101,22116.3101
-1882.2500,0.5000,,61.4000,,,,11,1080.0100,964.9951,2134.0000,-157.2007,109.1394,241.3519,241.3519,-17.7791,2.0591,103.4264,0.0000,103.4264,3.6539,103.4264,4.1319,0.0000,99.2945,1.0483,,,98.2463,3.9279,,,94.3183,,,,,,,869.7515,1090.1884,0.2000,0.5025,1.4286,1.4000,0.1228,21114.1613,21114.1613,21325.3029,21325.3029,21325.3029
-1882.7500,0.5000,,62.1000,,,,11,1089.2900,837.8500,2134.0000,-157.8039,95.5737,243.4258,243.4258,-18.0007,1.3964,90.5318,0.0000,90.5318,3.6455,90.5318,3.6160,0.0000,86.9158,1.0609,,,85.8549,3.4323,,,82.4227,,,,,,,878.2690,945.0234,0.2000,0.5025,1.4286,1.4000,0.1145,18573.2803,18573.2803,18759.0131,18759.0131,18759.0131
-1883.2500,0.5000,,62.5200,,,,11,1097.0400,737.3780,2134.0000,-158.3076,84.7113,245.1577,245.1577,-18.1867,0.9844,80.0837,0.0000,80.0837,3.6431,80.0837,3.1980,0.0000,76.8857,1.0697,,,75.8160,3.0307,,,72.7853,,,,,,,884.2244,830.3373,0.2000,0.5025,1.4286,1.4000,0.1121,16715.1570,16715.1570,16882.3086,16882.3086,16882.3086
-1883.7500,0.5000,,63.0000,,,,11,1104.7000,724.1643,2134.0000,-158.8055,83.7742,246.8695,246.8695,-18.3712,0.9938,79.1524,0.0000,79.1524,3.6280,79.1524,3.1607,0.0000,75.9917,1.0786,,,74.9131,2.9945,,,71.9186,,,,,,,890.1959,815.1775,0.2000,0.5025,1.4286,1.4000,0.0969,16551.5854,16551.5854,16717.1013,16717.1013,16717.1013
-1884.2500,0.5000,,63.2400,,,,11,1108.2000,627.1034,2134.0000,-159.0330,72.7756,247.6516,247.6516,-18.4558,0.6272,68.5218,0.0000,68.5218,3.6266,68.5218,2.7354,0.0000,65.7864,1.0842,,,64.7022,2.5861,,,62.1161,,,,,,,893.9444,702.7435,0.2000,0.5025,1.4286,1.4000,0.0955,14501.2279,14501.2279,14646.2402,14646.2402,14646.2402
-1884.7500,0.5000,,63.5800,,,,11,1116.6800,623.7328,2134.0000,-159.5842,72.9383,249.5467,249.5467,-18.6615,0.9169,68.4005,0.0000,68.4005,3.6210,68.4005,2.7305,0.0000,65.6700,1.0924,,,64.5777,2.5811,,,61.9966,,,,,,,899.3957,697.2488,0.2000,0.5025,1.4286,1.4000,0.0899,14550.2351,14550.2351,14695.7374,14695.7374,14695.7374
-1885.2500,0.5000,,63.9600,,,,11,1118.1100,690.7566,2134.0000,-159.6772,80.8795,249.8662,249.8662,-18.6963,0.3726,76.8863,0.0000,76.8863,3.6205,76.8863,3.0699,0.0000,73.8165,1.0958,,,72.7206,2.9068,,,69.8139,,,,,,,901.6014,781.8258,0.2000,0.5025,1.4286,1.4000,0.0895,15959.6429,15959.6429,16119.2394,16119.2394,16119.2394
-1885.7500,0.5000,,63.8800,,,,11,1120.7100,699.1425,2134.0000,-159.8462,82.0517,250.4473,250.4473,-18.7596,0.2433,78.1910,0.0000,78.1910,3.6175,78.1910,3.1220,0.0000,75.0689,1.0981,,,73.9708,2.9568,,,71.0140,,,,,,,903.0387,793.8259,0.2000,0.5025,1.4286,1.4000,0.0864,16184.5405,16184.5405,16346.3859,16346.3859,16346.3859
-1886.2500,0.5000,,64.1600,,,,11,1122.6100,638.5360,2134.0000,-159.9697,75.0659,250.8719,250.8719,-18.8059,0.4162,71.0323,0.0000,71.0323,3.6174,71.0323,2.8357,0.0000,68.1967,1.1020,,,67.0946,2.6817,,,64.4129,,,,,,,905.4923,719.2001,0.2000,0.5025,1.4286,1.4000,0.0864,14887.2139,14887.2139,15036.0860,15036.0860,15036.0860
-1886.7500,0.5000,,64.1000,,,,11,1122.7400,566.8602,2134.0000,-159.9781,66.6475,250.9009,250.9009,-18.8091,0.0117,63.0197,0.0000,63.0197,3.6161,63.0197,2.5152,0.0000,60.5045,1.1021,,,59.4024,2.3740,,,57.0284,,,,,,,905.5609,638.0308,0.2000,0.5025,1.4286,1.4000,0.0851,13624.5140,13624.5140,13760.7591,13760.7591,13760.7591
-1887.2500,0.5000,,64.0800,,,,11,1121.1500,475.8928,2134.0000,-159.8748,55.8729,250.5456,250.5456,-18.7703,-0.1324,52.3893,0.0000,52.3893,3.6161,52.3893,2.0900,0.0000,50.2993,1.1009,,,49.1984,1.9659,,,47.2326,,,,,,,904.7811,530.8723,0.2000,0.5025,1.4286,1.4000,0.0850,11787.2472,11787.2472,11905.1196,11905.1196,11905.1196
-1887.7500,0.5000,,63.7600,,,,11,1115.2800,370.4669,2134.0000,-159.4932,43.2675,249.2338,249.2338,-18.6275,-0.7481,40.4016,0.0000,40.4016,3.6140,40.4016,1.6105,0.0000,38.7911,1.0939,,,37.6973,1.5059,,,36.1914,,,,,,,900.3624,411.4208,0.2000,0.5025,1.4286,1.4000,0.0829,9778.5888,9778.5888,9876.3747,9876.3747,9876.3747
-1888.2500,0.5000,,63.6000,,,,11,1110.0700,282.7891,2134.0000,-159.1546,32.8732,248.0695,248.0695,-18.5011,-0.7145,29.9742,0.0000,29.9742,3.6135,29.9742,1.3170,0.0000,28.6571,1.0875,,,27.5697,1.4571,,,26.1125,,,,,,,896.1216,305.3776,0.2000,0.5025,1.4286,1.4000,0.0825,8178.7463,8178.7463,8260.5337,8260.5337,8260.5337
-1888.7500,0.5000,,63.0000,,,,11,1100.3700,184.7953,2134.0000,-158.5241,21.2940,245.9018,245.9018,-18.2668,-1.3932,19.0759,0.0000,19.0759,3.6113,19.0759,1.2982,0.0000,17.7777,1.0750,,,16.7027,1.4371,,,15.2656,,,,,,,887.7947,191.2206,0.2000,0.5025,1.4286,1.4000,0.0802,6332.8784,6332.8784,6396.2071,6396.2071,6396.2071
-1889.2500,0.5000,,62.6400,,,,11,1094.5400,242.2779,2134.0000,-158.1451,27.7699,244.5990,244.5990,-18.1266,-0.8373,24.9967,0.0000,24.9967,3.6104,24.9967,1.2869,0.0000,23.7099,1.0675,,,22.6423,1.4250,,,21.2173,,,,,,,882.7526,256.4847,0.2000,0.5025,1.4286,1.4000,0.0794,7320.6004,7320.6004,7393.8064,7393.8064,7393.8064
-1889.7500,0.5000,,62.3200,,,,11,1093.3800,341.8827,2134.0000,-158.0697,39.1450,244.3398,244.3398,-18.0987,-0.3689,35.9039,0.0000,35.9039,3.6100,35.9039,1.4308,0.0000,34.4731,1.0642,,,33.4089,1.4197,,,31.9892,,,,,,,880.5218,373.8620,0.2000,0.5025,1.4286,1.4000,0.0790,9111.3487,9111.3487,9202.4621,9202.4621,9202.4621
-1890.2500,0.5000,,62.5600,,,,11,1094.0000,478.1478,2134.0000,-158.1100,54.7782,244.4783,244.4783,-18.1136,0.3828,50.7856,0.0000,50.7856,3.6098,50.7856,2.0261,0.0000,48.7596,1.0677,,,47.6919,1.9057,,,45.7862,,,,,,,882.8366,527.4131,0.2000,0.5025,1.4286,1.4000,0.0787,11613.4588,11613.4588,11729.5933,11729.5933,11729.5933
-1890.7500,0.5000,,62.6600,,,,11,1101.5500,715.9356,2134.0000,-158.6008,82.5861,246.1655,246.1655,-18.2952,0.6464,78.3312,0.0000,78.3312,3.6085,78.3312,3.1279,0.0000,75.2034,1.0735,,,74.1299,2.9632,,,71.1667,,,,,,,886.7311,809.8729,0.2000,0.5025,1.4286,1.4000,0.0774,16323.2431,16323.2431,16486.4755,16486.4755,16486.4755
-1891.2500,0.5000,,62.9000,,,,11,1099.3700,553.1032,2134.0000,-158.4591,63.6764,245.6784,245.6784,-18.2427,0.1257,59.9441,0.0000,59.9441,3.6066,59.9441,2.3924,0.0000,57.5517,1.0746,,,56.4771,2.2571,,,54.2200,,,,,,,887.4867,619.2526,0.2000,0.5025,1.4286,1.4000,0.0755,13082.9191,13082.9191,13213.7483,13213.7483,13213.7483
-1891.7500,0.5000,,62.4000,,,,11,1087.1400,350.0123,2134.0000,-157.6641,39.8472,242.9453,242.9453,-17.9493,-1.5269,37.7679,0.0000,37.7679,3.6062,37.7679,1.5054,0.0000,36.2624,1.0609,,,35.2016,1.4143,,,33.7873,,,,,,,878.2668,394.2775,0.2000,0.5025,1.4286,1.4000,0.0751,9199.7280,9199.7280,9291.7253,9291.7253,9291.7253
-1892.2500,0.5000,,61.6200,,,,11,1076.4900,309.1801,2134.0000,-156.9719,34.8538,240.5653,240.5653,-17.6954,-1.5872,32.8368,0.0000,32.8368,3.6041,32.8368,1.3083,0.0000,31.5285,1.0465,,,30.4820,1.3913,,,29.0907,,,,,,,868.5790,346.6298,0.2000,0.5025,1.4286,1.4000,0.0731,8414.3731,8414.3731,8498.5168,8498.5168,8498.5168
-1892.7500,0.5000,,61.3600,,,,11,1073.7400,725.5776,2134.0000,-156.7931,81.5852,239.9508,239.9508,-17.6301,-0.4957,78.4768,0.0000,78.4768,3.6041,78.4768,3.1339,0.0000,75.3428,1.0420,,,74.3008,2.9701,,,71.3307,,,,,,,865.5314,831.2478,0.2000,0.5025,1.4286,1.4000,0.0731,16080.3130,16080.3130,16241.1162,16241.1162,16241.1162
-1893.2500,0.5000,,61.1000,,,,11,1072.7900,822.1433,2134.0000,-156.7314,92.3615,239.7385,239.7385,-17.6076,-0.2609,89.0193,0.0000,89.0193,3.6030,89.0193,3.5556,0.0000,85.4637,1.0397,,,84.4240,3.3751,,,81.0489,,,,,,,863.9231,944.6648,0.2000,0.5025,1.4286,1.4000,0.0720,17978.0242,17978.0242,18157.8044,18157.8044,18157.8044
-1893.7500,0.5000,,61.5600,,,,11,1078.0900,937.3967,2134.0000,-157.0759,105.8296,240.9229,240.9229,-17.7334,0.8820,101.3445,0.0000,101.3445,3.6030,101.3445,4.0486,0.0000,97.2959,1.0477,,,96.2483,3.8480,,,92.4002,,,,,,,869.3488,1068.7399,0.2000,0.5025,1.4286,1.4000,0.0720,20513.3437,20513.3437,20718.4771,20718.4771,20718.4771
-1894.2500,0.5000,,61.7600,,,,11,1086.3400,882.7703,2134.0000,-157.6121,100.4251,242.7665,242.7665,-17.9302,0.8519,95.9728,0.0000,95.9728,3.6003,95.9728,3.8337,0.0000,92.1392,1.0554,,,91.0838,3.6414,,,87.4423,,,,,,,874.5576,1006.0677,0.2000,0.5025,1.4286,1.4000,0.0692,19462.0961,19462.0961,19656.7171,19656.7171,19656.7171
-1894.7500,0.5000,,62.6600,,,,11,1102.0700,1007.8166,2134.0000,-158.6346,116.3106,246.2817,246.2817,-18.3078,2.1422,110.5688,0.0000,110.5688,3.5996,110.5688,4.4173,0.0000,106.1514,1.0746,,,105.0768,4.2011,,,100.8757,,,,,,,887.5200,1142.1394,0.2000,0.5025,1.4286,1.4000,0.0686,22451.8091,22451.8091,22676.3272,22676.3272,22676.3272
-1895.2500,0.5000,,63.4200,,,,11,1116.5800,999.8932,2134.0000,-159.5777,116.9155,249.5243,249.5243,-18.6591,1.9451,111.3721,0.0000,111.3721,3.5983,111.3721,4.4493,0.0000,106.9227,1.0920,,,105.8308,4.2312,,,101.5996,,,,,,,899.1280,1135.5857,0.2000,0.5025,1.4286,1.4000,0.0672,22599.3325,22599.3325,22825.3258,22825.3258,22825.3258
-1895.7500,0.5000,,64.2600,,,,11,1128.2700,947.8817,2134.0000,-160.3376,111.9943,252.1367,252.1367,-18.9442,1.6752,106.7225,0.0000,106.7225,3.5966,106.7225,4.2632,0.0000,102.4592,1.1076,,,101.3516,4.0520,,,97.2996,,,,,,,909.0064,1076.3550,0.2000,0.5025,1.4286,1.4000,0.0656,21685.3857,21685.3857,21902.2396,21902.2396,21902.2396
-1896.2500,0.5000,,64.9200,,,,11,1138.7500,859.8902,2134.0000,-161.0188,102.5416,254.4787,254.4787,-19.2014,1.4903,97.4548,0.0000,97.4548,3.5965,97.4548,3.8924,0.0000,93.5624,1.1216,,,92.4408,3.6955,,,88.7453,,,,,,,917.7049,973.5754,0.2000,0.5025,1.4286,1.4000,0.0655,19861.2488,19861.2488,20059.8613,20059.8613,20059.8613
-1896.7500,0.5000,,65.2400,,,,11,1142.3700,715.7354,2134.0000,-161.2541,85.6225,255.2877,255.2877,-19.2906,0.7751,81.2512,0.0000,81.2512,3.5962,81.2512,3.2442,0.0000,78.0070,1.1288,,,76.8782,3.0730,,,73.8052,,,,,,,922.1966,807.7580,0.2000,0.5025,1.4286,1.4000,0.0652,16840.7865,16840.7865,17009.1944,17009.1944,17009.1944
-1897.2500,0.5000,,64.6400,,,,11,1093.0000,72.0782,2134.0000,-158.0450,8.2500,244.2548,244.2548,-18.0896,-2.0966,6.7504,0.0000,6.7504,3.5962,6.7504,1.3487,0.0000,5.4017,1.1092,,,4.2925,1.4908,,,2.8017,,,,,,,909.9956,56.6842,0.2000,0.5025,1.4286,1.4000,0.0651,4443.2877,4443.2877,4487.7206,4487.7206,4487.7206
-1897.7500,0.5000,,63.6800,,,,12,921.4800,-148.4666,1948.3002,-148.4666,-14.3266,188.0054,188.0054,-14.3266,-31.4601,13.5379,0.0000,13.5379,3.5956,13.5379,0.6733,0.0000,12.8646,1.0909,,,11.7737,1.4627,,,10.3110,,,,,,,898.4234,136.7374,0.2000,0.5025,1.4286,1.4000,0.0645,220.2935,220.2935,222.4965,222.4965,222.4965
-1898.2500,0.5000,,63.2400,,,,12,867.5700,197.9027,1820.8031,-146.0407,17.9798,165.4231,165.4231,-13.2680,-0.8866,15.2707,0.0000,15.2707,3.5957,15.2707,0.6648,0.0000,14.6059,1.0780,,,13.5279,1.4418,,,12.0861,,,,,,,889.7621,156.7563,0.2000,0.5025,1.4286,1.4000,0.0646,5029.7213,5029.7213,5080.0185,5080.0185,5080.0185
-1898.7500,0.5000,,62.7800,,,,12,855.6300,581.5138,1792.5650,-145.5034,52.1044,160.6163,160.6163,-13.0373,-0.3179,48.8274,0.0000,48.8274,3.5950,48.8274,0.9782,0.0000,47.8492,1.0733,,,46.7758,1.8691,,,44.9068,,,,,,,886.6359,515.3478,0.2000,0.5025,1.4286,1.4000,0.0639,10685.1322,10685.1322,10791.9835,10791.9835,10791.9835
-1899.2500,0.5000,,63.0600,,,,12,860.3500,1007.5578,1803.7278,-145.7158,90.7766,162.5080,162.5080,-13.1284,0.4817,86.7003,0.0000,86.7003,3.5946,86.7003,1.7357,0.0000,84.9647,1.0804,,,83.8843,3.3534,,,80.5309,,,,,,,891.3686,910.2326,0.2000,0.5025,1.4286,1.4000,0.0635,17771.7335,17771.7335,17949.4508,17949.4508,17949.4508
-1899.7500,0.5000,,63.5000,,,,12,864.3600,1182.1436,1813.2114,-145.8962,107.0024,164.1239,164.1239,-13.2059,0.4792,102.9286,0.0000,102.9286,3.5946,102.9286,2.0603,0.0000,100.8684,1.0874,,,99.7810,3.9892,,,95.7918,,,,,,,896.0522,1074.9618,0.2000,0.5025,1.4286,1.4000,0.0635,20627.8643,20627.8643,20834.1429,20834.1429,20834.1429
-1900.2500,0.5000,,63.5800,,,,12,866.2300,1190.6004,1817.6340,-145.9804,108.0010,164.8801,164.8801,-13.2421,0.2370,104.1695,0.0000,104.1695,3.5945,104.1695,2.0851,0.0000,102.0844,1.0908,,,100.9936,4.0377,,,96.9559,,,,,,,898.3598,1085.1266,0.2000,0.5025,1.4286,1.4000,0.0634,20821.5923,20821.5923,21029.8082,21029.8082,21029.8082
-1900.7500,0.5000,,63.5400,,,,12,864.0600,1194.9558,1812.5019,-145.8827,108.1246,164.0027,164.0027,-13.2001,-0.1510,104.6811,0.0000,104.6811,3.5945,104.6811,2.0953,0.0000,102.5857,1.0886,,,101.4971,4.0579,,,97.4393,,,,,,,896.8904,1092.2424,0.2000,0.5025,1.4286,1.4000,0.0634,20844.8168,20844.8168,21053.2650,21053.2650,21053.2650
-1901.2500,0.5000,,63.3800,,,,12,862.4300,1239.4757,1808.6470,-145.8094,111.9413,163.3452,163.3452,-13.1685,-0.2001,108.5475,0.0000,108.5475,3.5940,108.5475,2.1726,0.0000,106.3748,1.0857,,,105.2891,4.2096,,,101.0796,,,,,,,894.9394,1135.0543,0.2000,0.5025,1.4286,1.4000,0.0629,21584.3331,21584.3331,21800.1764,21800.1764,21800.1764
-1901.7500,0.5000,,63.1000,,,,12,855.3500,1202.0041,1791.9028,-145.4908,107.6660,160.5044,160.5044,-13.0319,-0.6475,104.7195,0.0000,104.7195,3.5940,104.7195,2.0960,0.0000,102.6235,1.0762,,,101.5472,4.0599,,,97.4873,,,,,,,888.5973,1102.8412,0.2000,0.5025,1.4286,1.4000,0.0629,20755.3936,20755.3936,20962.9476,20962.9476,20962.9476
-1902.2500,0.5000,,62.4400,,,,12,846.6300,1051.3117,1771.2800,-145.0984,93.2081,157.0397,157.0397,-12.8643,-0.8817,90.4940,0.0000,90.4940,3.5958,90.4940,1.8115,0.0000,88.6825,1.0633,,,87.6192,3.5028,,,84.1164,,,,,,,879.8877,962.4588,0.2000,0.5025,1.4286,1.4000,0.0647,18179.7936,18179.7936,18361.5915,18361.5915,18361.5915
-1902.7500,0.5000,,61.7000,,,,12,835.2300,796.6188,1744.3190,-144.5854,69.6763,152.5670,152.5670,-12.6462,-1.1635,67.2432,0.0000,67.2432,3.5966,67.2432,1.3464,0.0000,65.8968,1.0461,,,64.8507,2.5921,,,62.2586,,,,,,,868.2606,724.7455,0.2000,0.5025,1.4286,1.4000,0.0656,13705.4551,13705.4551,13842.5097,13842.5097,13842.5097
-1903.2500,0.5000,,60.8000,,,,12,819.3900,346.7271,1706.8574,-143.8726,29.7514,146.4591,146.4591,-12.3452,-1.4308,27.5857,0.0000,27.5857,3.5964,27.5857,0.6302,0.0000,26.9555,1.0247,,,25.9308,1.3564,,,24.5745,,,,,,,853.7460,301.5023,0.2000,0.5025,1.4286,1.4000,0.0653,6915.2149,6915.2149,6984.3670,6984.3670,6984.3670
-1903.7500,0.5000,,58.9200,,,,12,785.8600,-142.6465,1627.5589,-142.6465,-11.7391,133.9401,133.9401,-11.7391,-2.6786,-12.6566,0.0000,-12.6566,3.5962,-12.6566,0.6039,0.0000,-13.2605,0.9840,,,-14.2445,1.2919,,,-15.5364,,,,,,,825.8866,-153.3242,0.2000,0.5025,1.4286,1.4000,0.0651,183.0905,183.0905,184.9214,184.9214,184.9214
-1904.2500,0.5000,,57.3800,,,,12,774.3400,-126.2067,1600.3141,-142.3585,-10.2339,129.7674,129.7674,-11.5437,-1.7805,-12.0499,0.0000,-12.0499,3.5965,-12.0499,0.5861,0.0000,-12.6359,0.9565,,,-13.5924,1.2486,,,-14.8410,,,,,,,806.8360,-149.5525,0.2000,0.5025,1.4286,1.4000,0.0654,421.6193,421.6193,425.8355,425.8355,425.8355
-1904.7500,0.5000,,57.2800,,,,12,782.7600,17.3937,1620.2274,-142.5690,1.4258,132.8107,132.8107,-11.6864,0.4506,-2.6226,0.0000,-2.6226,3.5978,-2.6226,0.5906,0.0000,-3.2132,0.9635,,,-4.1767,1.2596,,,-5.4363,,,,,,,811.6992,-37.8020,0.2000,0.5025,1.4286,1.4000,0.0667,2190.0796,2190.0796,2211.9804,2211.9804,2211.9804
-1905.2500,0.5000,,57.9600,,,,11,938.4000,283.5877,1988.3160,-149.2280,27.8679,195.3899,195.3899,-14.6645,25.2411,-0.9710,0.0000,-0.9710,3.5978,-0.9710,1.1480,0.0000,-2.1190,0.9745,,,-3.0934,1.2769,,,-4.3703,,,,,,,819.3059,-24.6972,0.2000,0.5025,1.4286,1.4000,0.0667,6914.5575,6914.5575,6983.7030,6983.7030,6983.7030
-1905.7500,0.5000,,58.0400,,,,11,1012.4600,-143.0493,2134.0000,-152.8099,-15.1667,226.2564,226.2564,-16.2016,0.0056,-18.7697,0.0000,-18.7697,3.5973,-18.7697,1.1481,0.0000,-19.9177,0.9745,,,-20.8923,1.2769,,,-22.1692,,,,,,,819.3423,-232.1380,0.2000,0.5025,1.4286,1.4000,0.0663,411.3140,411.3140,415.4271,415.4271,415.4271
-1906.2500,0.5000,,58.1000,,,,11,1022.2000,-153.4430,2134.0000,-153.4430,-16.4252,228.4330,228.4330,-16.4252,0.5656,-20.5881,0.0000,-20.5881,3.5973,-20.5881,1.1559,0.0000,-21.7440,0.9799,,,-22.7239,1.2853,,,-24.0092,,,,,,,823.0143,-252.2921,0.2000,0.5025,1.4286,1.4000,0.0662,233.7573,233.7573,236.0949,236.0949,236.0949
-1906.7500,0.5000,,59.1400,,,,11,1041.9200,-154.7248,2134.0000,-154.7248,-16.8820,232.8399,232.8399,-16.8820,2.3856,-22.8628,0.0000,-22.8628,3.5953,-22.8628,1.1889,0.0000,-24.0517,1.0021,,,-25.0538,1.3205,,,-26.3743,,,,,,,838.3247,-273.9711,0.2000,0.5025,1.4286,1.4000,0.0642,230.8455,230.8455,233.1540,233.1540,233.1540
-1907.2500,0.5000,,60.2600,,,,11,1059.1100,-155.8422,2134.0000,-155.8422,-17.2844,236.6814,236.6814,-17.2844,2.3513,-23.2297,0.0000,-23.2297,3.5940,-23.2297,1.2212,0.0000,-24.4508,1.0238,,,-25.4746,1.3550,,,-26.8296,,,,,,,853.1463,-273.6790,0.2000,0.5025,1.4286,1.4000,0.0629,241.9502,241.9502,244.3697,244.3697,244.3697
-1907.7500,0.5000,,60.9800,,,,11,1074.0200,-156.8113,2134.0000,-156.8113,-17.6367,240.0134,240.0134,-17.6367,1.7878,-23.0186,0.0000,-23.0186,3.5941,-23.0186,1.2456,0.0000,-24.2642,1.0401,,,-25.3044,1.3811,,,-26.6854,,,,,,,864.2457,-268.1023,0.2000,0.5025,1.4286,1.4000,0.0630,244.0503,244.0503,246.4908,246.4908,246.4908
-1908.2500,0.5000,,62.1800,,,,11,1095.2800,-158.1932,2134.0000,-158.1932,-18.1444,244.7644,244.7644,-18.1444,2.8769,-24.6157,0.0000,-24.6157,3.5945,-24.6157,1.2848,0.0000,-25.9005,1.0661,,,-26.9666,1.4228,,,-28.3894,,,,,,,881.8133,-280.4806,0.2000,0.5025,1.4286,1.4000,0.0635,247.0449,247.0449,249.5154,249.5154,249.5154
-1908.7500,0.5000,,63.0400,,,,11,1108.0300,-159.0220,2134.0000,-159.0220,-18.4517,247.6136,247.6136,-18.4517,1.8406,-23.8869,0.0000,-23.8869,3.5946,-23.8869,1.3097,0.0000,-25.1966,1.0826,,,-26.2792,1.4493,,,-27.7285,,,,,,,892.8718,-269.4783,0.2000,0.5025,1.4286,1.4000,0.0635,248.8409,248.8409,251.3293,251.3293,251.3293
-1909.2500,0.5000,,63.4800,,,,11,1106.8300,-158.9440,2134.0000,-158.9440,-18.4227,247.3455,247.3455,-18.4227,0.2941,-22.3113,0.0000,-22.3113,3.5945,-22.3113,1.3136,0.0000,-23.6249,1.0852,,,-24.7102,1.4535,,,-26.1637,,,,,,,894.6258,-252.1741,0.2000,0.5025,1.4286,1.4000,0.0634,248.6718,248.6718,251.1586,251.1586,251.1586
-1909.7500,0.5000,,62.4400,,,,11,1088.3900,-157.7454,2134.0000,-157.7454,-17.9792,243.2246,243.2246,-17.9792,-2.5753,-18.9983,0.0000,-18.9983,3.5944,-18.9983,1.2788,0.0000,-20.2771,1.0622,,,-21.3393,1.4164,,,-22.7556,,,,,,,879.1453,-220.2501,0.2000,0.5025,1.4286,1.4000,0.0634,246.0744,246.0744,248.5352,248.5352,248.5352
-1910.2500,0.5000,,61.5200,,,,11,1070.5800,-156.5877,2134.0000,-156.5877,-17.5552,239.2446,239.2446,-17.5552,-2.2896,-18.8597,0.0000,-18.8597,3.5941,-18.8597,1.2476,0.0000,-20.1073,1.0415,,,-21.1488,1.3832,,,-22.5320,,,,,,,865.1496,-221.9393,0.2000,0.5025,1.4286,1.4000,0.0631,243.5658,243.5658,246.0014,246.0014,246.0014
-1910.7500,0.5000,,60.2600,,,,11,1046.4600,-155.0199,2134.0000,-155.0199,-16.9879,233.8545,233.8545,-16.9879,-3.0192,-17.5627,0.0000,-17.5627,3.5940,-17.5627,1.2063,0.0000,-18.7689,1.0138,,,-19.7828,1.3391,,,-21.1219,,,,,,,846.3407,-211.7708,0.2000,0.5025,1.4286,1.4000,0.0629,230.1751,230.1751,232.4769,232.4769,232.4769
-1911.2500,0.5000,,58.6200,,,,11,1017.1000,-153.1115,2134.0000,-153.1115,-16.3080,227.2933,227.2933,-16.3080,-3.6006,-16.3359,0.0000,-16.3359,3.6285,-16.3359,1.1566,0.0000,-17.4925,0.9803,,,-18.4729,1.2861,,,-19.7589,,,,,,,823.3479,-202.8806,0.2000,0.5025,1.4286,1.4000,0.0975,234.5104,234.5104,236.8555,236.8555,236.8555
-1911.7500,0.5000,,57.1800,,,,11,994.2500,-151.7413,2120.4013,-151.7413,-15.7989,220.7711,220.7711,-15.7989,-3.0145,-16.4626,0.0000,-16.4626,3.6782,-16.4626,1.1147,0.0000,-17.5773,0.9518,,,-18.5291,1.2413,,,-19.7704,,,,,,,803.5917,-208.8757,0.2000,0.5025,1.4286,1.4000,0.1471,235.8094,235.8094,238.1675,238.1675,238.1675
-1912.2500,0.5000,,56.1000,,,,11,975.5000,-150.8975,2076.0575,-150.8975,-15.4148,212.0778,212.0778,-15.4148,-2.0316,-17.1558,0.0000,-17.1558,3.7726,-17.1558,1.0863,0.0000,-18.2421,0.9323,,,-19.1745,1.2108,,,-20.3853,,,,,,,789.9989,-220.5058,0.2000,0.5025,1.4286,1.4000,0.2415,231.8115,231.8115,234.1297,234.1297,234.1297
-1912.7500,0.5000,,54.9000,,,,11,953.9100,-149.9260,2024.9972,-149.9260,-14.9766,202.2835,202.2835,-14.9766,-2.7739,-16.5205,0.0000,-16.5205,4.3178,-16.5205,1.0472,0.0000,-17.5677,0.9054,,,-18.4731,1.1689,,,-19.6420,,,,,,,771.0527,-217.5710,0.2000,0.5025,1.4286,1.4000,0.7867,227.2082,227.2082,229.4803,229.4803,229.4803
-1913.2500,0.5000,,54.0400,,,,11,944.8100,-149.5165,2003.4757,-149.5165,-14.7932,198.2244,198.2244,-14.7932,-1.2980,-17.9308,0.0000,-17.9308,4.4356,-17.9308,1.0288,0.0000,-18.9596,0.8926,,,-19.8522,1.1492,,,-21.0014,,,,,,,762.0249,-237.5912,0.2000,0.5025,1.4286,1.4000,0.9045,225.2679,225.2679,227.5206,227.5206,227.5206
-1913.7500,0.5000,,53.7800,,,,11,940.1900,-149.3086,1992.5494,-149.3086,-14.7004,196.1794,196.1794,-14.7004,-0.3763,-19.5676,0.0000,-19.5676,5.2434,-19.5676,1.0234,0.0000,-20.5910,0.8889,,,-21.4799,1.1434,,,-22.6234,,,,,,,759.3881,-258.9315,0.2000,0.5025,1.4286,1.4000,1.7123,224.2828,224.2828,226.5257,226.5257,226.5257
-1914.2500,0.5000,,53.5600,,,,11,933.9000,-149.0255,1977.6735,-149.0255,-14.5744,193.4121,193.4121,-14.5744,-0.7083,-19.0987,0.0000,-19.0987,5.2327,-19.0987,1.0134,0.0000,-20.1121,0.8819,,,-20.9940,1.1326,,,-22.1266,,,,,,,754.3990,-254.5817,0.2000,0.5025,1.4286,1.4000,1.7016,222.9417,222.9417,225.1711,225.1711,225.1711
-1914.7500,0.5000,,53.3000,,,,11,936.0800,-149.1236,1982.8292,-149.1236,-14.6180,194.3690,194.3690,-14.6180,-0.0066,-19.7239,0.0000,-19.7239,5.1124,-19.7239,1.0133,0.0000,-20.7371,0.8818,,,-21.6190,1.1325,,,-22.7515,,,,,,,754.3525,-262.5099,0.2000,0.5025,1.4286,1.4000,1.5814,223.4065,223.4065,225.6406,225.6406,225.6406
-1915.2500,0.5000,,53.5800,,,,11,936.8300,-149.1574,1984.6030,-149.1574,-14.6330,194.6987,194.6987,-14.6330,0.3373,-20.0828,0.0000,-20.0828,5.1124,-20.0828,1.0181,0.0000,-21.1009,0.8852,,,-21.9860,1.1377,,,-23.1237,,,,,,,756.7328,-266.2742,0.2000,0.5025,1.4286,1.4000,1.5814,223.5664,223.5664,225.8021,225.8021,225.8021
-1915.7500,0.5000,,53.7200,,,,11,941.9700,-149.3887,1996.7591,-149.3887,-14.7361,196.9660,196.9660,-14.7361,0.4328,-19.7897,0.0000,-19.7897,4.6208,-19.7897,1.0242,0.0000,-20.8139,0.8895,,,-21.7034,1.1443,,,-22.8477,,,,,,,759.7757,-261.6012,0.2000,0.5025,1.4286,1.4000,1.0897,224.6624,224.6624,226.9090,226.9090,226.9090
-1916.2500,0.5000,,53.6200,,,,11,937.9200,-149.2064,1987.1808,-149.2064,-14.6549,195.1784,195.1784,-14.6549,-0.3879,-18.8075,0.0000,-18.8075,4.5405,-18.8075,1.0187,0.0000,-19.8262,0.8856,,,-20.7118,1.1384,,,-21.8502,,,,,,,757.0490,-250.0846,0.2000,0.5025,1.4286,1.4000,1.0095,223.7988,223.7988,226.0368,226.0368,226.0368
-1916.7500,0.5000,,53.5800,,,,11,937.0200,-149.1659,1985.0523,-149.1659,-14.6368,194.7823,194.7823,-14.6368,-0.0921,-18.7456,0.0000,-18.7456,4.2008,-18.7456,1.0174,0.0000,-19.7630,0.8847,,,-20.6477,1.1370,,,-21.7847,,,,,,,756.4004,-249.5010,0.2000,0.5025,1.4286,1.4000,0.6698,223.6069,223.6069,225.8430,225.8430,225.8430
-1917.2500,0.5000,,53.3800,,,,11,933.0300,-148.9864,1975.6160,-148.9864,-14.5570,193.0309,193.0309,-14.5570,-0.4568,-18.2110,0.0000,-18.2110,4.1109,-18.2110,1.0109,0.0000,-19.2219,0.8802,,,-20.1021,1.1300,,,-21.2321,,,,,,,753.1738,-243.7096,0.2000,0.5025,1.4286,1.4000,0.5798,222.7562,222.7562,224.9838,224.9838,224.9838
-1917.7500,0.5000,,52.9000,,,,11,923.8400,-148.5728,1953.8816,-148.5728,-14.3736,189.0269,189.0269,-14.3736,-1.0164,-17.3695,0.0000,-17.3695,4.0123,-17.3695,0.9964,0.0000,-18.3659,0.8700,,,-19.2359,1.1144,,,-20.3503,,,,,,,745.9449,-235.1129,0.2000,0.5025,1.4286,1.4000,0.4812,220.7967,220.7967,223.0047,223.0047,223.0047
-1918.2500,0.5000,,52.9600,,,,11,930.7400,-148.8833,1970.2001,-148.8833,-14.5112,192.0292,192.0292,-14.5112,0.5360,-19.0211,0.0000,-19.0211,3.9739,-19.0211,1.0040,0.0000,-20.0251,0.8754,,,-20.9005,1.1226,,,-22.0231,,,,,,,749.7661,-255.0476,0.2000,0.5025,1.4286,1.4000,0.4428,222.2679,222.2679,224.4906,224.4906,224.4906
-1918.7500,0.5000,,53.6800,,,,11,944.7100,-149.5120,2003.2392,-149.5120,-14.7912,198.1800,198.1800,-14.7912,1.4278,-20.2958,0.0000,-20.2958,4.0768,-20.2958,1.0244,0.0000,-21.3202,0.8896,,,-22.2097,1.1445,,,-23.3542,,,,,,,759.8506,-267.9377,0.2000,0.5025,1.4286,1.4000,0.5457,225.2466,225.2466,227.4990,227.4990,227.4990
-1919.2500,0.5000,,54.4600,,,,11,955.9100,-150.0160,2029.7272,-150.0160,-15.0170,203.1811,203.1811,-15.0170,1.5049,-20.6922,0.0000,-20.6922,4.1703,-20.6922,1.0457,0.0000,-21.7379,0.9044,,,-22.6423,1.1674,,,-23.8096,,,,,,,770.3364,-269.4686,0.2000,0.5025,1.4286,1.4000,0.6392,227.6346,227.6346,229.9110,229.9110,229.9110
-1919.7500,0.5000,,54.8600,,,,11,964.6000,-150.4070,2050.2790,-150.4070,-15.1930,207.1042,207.1042,-15.1930,0.9220,-20.3371,0.0000,-20.3371,4.2221,-20.3371,1.0587,0.0000,-21.3958,0.9134,,,-22.3092,1.1813,,,-23.4905,,,,,,,776.6906,-263.0585,0.2000,0.5025,1.4286,1.4000,0.6910,229.4875,229.4875,231.7823,231.7823,231.7823
-1920.2500,0.5000,,55.6800,,,,11,979.0900,-151.0591,2084.5479,-151.0591,-15.4881,213.7288,213.7288,-15.4881,1.6758,-21.4761,0.0000,-21.4761,4.3123,-21.4761,1.0823,0.0000,-22.5585,0.9297,,,-23.4881,1.2066,,,-24.6947,,,,,,,788.1092,-273.3348,0.2000,0.5025,1.4286,1.4000,0.7812,232.5770,232.5770,234.9028,234.9028,234.9028
-1920.7500,0.5000,,56.5000,,,,11,994.1500,-151.6015,2120.1648,-151.7368,-15.7828,220.7243,220.7243,-15.7969,1.8563,-21.9240,0.0000,-21.9240,4.2849,-21.9240,1.1084,0.0000,-23.0323,0.9475,,,-23.9798,1.2345,,,-25.2143,,,,,,,800.5676,-274.7334,0.2000,0.5025,1.4286,1.4000,0.7538,238.2291,238.2291,240.6114,240.6114,240.6114
-1921.2500,0.5000,,57.2800,,,,11,1007.6500,-152.4973,2134.0000,-152.4973,-16.0916,225.1815,225.1815,-16.0916,1.5853,-21.8076,0.0000,-21.8076,4.1307,-21.8076,1.1305,0.0000,-22.9381,0.9626,,,-23.9006,1.2581,,,-25.1587,,,,,,,811.0555,-270.0707,0.2000,0.5025,1.4286,1.4000,0.5996,235.9058,235.9058,238.2648,238.2648,238.2648
-1921.7500,0.5000,,58.1400,,,,11,1022.0700,-153.4346,2134.0000,-153.4346,-16.4222,228.4040,228.4040,-16.4222,1.8798,-22.4214,0.0000,-22.4214,4.1193,-22.4214,1.1566,0.0000,-23.5780,0.9803,,,-24.5583,1.2860,,,-25.8443,,,,,,,823.3191,-273.4698,0.2000,0.5025,1.4286,1.4000,0.5883,233.7765,233.7765,236.1143,236.1143,236.1143
-1922.2500,0.5000,,58.8200,,,,11,1033.7400,-154.1931,2134.0000,-154.1931,-16.6919,231.0119,231.0119,-16.6919,1.4370,-22.0884,0.0000,-22.0884,3.9596,-22.0884,1.1764,0.0000,-23.2649,0.9937,,,-24.2586,1.3072,,,-25.5658,,,,,,,832.5718,-266.8395,0.2000,0.5025,1.4286,1.4000,0.4285,232.0534,232.0534,234.3739,234.3739,234.3739
-1922.7500,0.5000,,59.4800,,,,11,1044.5700,-154.8971,2134.0000,-154.8971,-16.9437,233.4321,233.4321,-16.9437,1.3799,-22.2653,0.0000,-22.2653,3.9416,-22.2653,1.1954,0.0000,-23.4607,1.0065,,,-24.4673,1.3275,,,-25.7948,,,,,,,841.3614,-266.2749,0.2000,0.5025,1.4286,1.4000,0.4105,230.4542,230.4542,232.7588,232.7588,232.7588
-1923.2500,0.5000,,60.1400,,,,11,1058.4200,-155.7973,2134.0000,-155.7973,-17.2682,236.5272,236.5272,-17.2682,1.7185,-22.8287,0.0000,-22.8287,3.8420,-22.8287,1.2190,0.0000,-24.0478,1.0224,,,-25.0702,1.3527,,,-26.4229,,,,,,,852.1812,-269.4727,0.2000,0.5025,1.4286,1.4000,0.3109,241.8530,241.8530,244.2715,244.2715,244.2715
-1923.7500,0.5000,,60.9800,,,,11,1070.7400,-156.5981,2134.0000,-156.5981,-17.5590,239.2804,239.2804,-17.5590,1.6656,-23.0666,0.0000,-23.0666,3.8420,-23.0666,1.2418,0.0000,-24.3084,1.0376,,,-25.3460,1.3770,,,-26.7231,,,,,,,862.5380,-269.1223,0.2000,0.5025,1.4286,1.4000,0.3109,243.5883,243.5883,246.0242,246.0242,246.0242
-1924.2500,0.5000,,61.5600,,,,11,1080.6300,-157.2410,2134.0000,-157.2410,-17.7939,241.4905,241.4905,-17.7939,1.3188,-22.8864,0.0000,-22.8864,3.7737,-22.8864,1.2598,0.0000,-24.1462,1.0496,,,-25.1958,1.3962,,,-26.5920,,,,,,,870.6509,-264.8360,0.2000,0.5025,1.4286,1.4000,0.2427,244.9814,244.9814,247.4312,247.4312,247.4312
-1924.7500,0.5000,,61.9800,,,,11,1086.8700,-157.6466,2134.0000,-157.6466,-17.9428,242.8850,242.8850,-17.9428,0.8995,-22.6108,0.0000,-22.6108,3.7684,-22.6108,1.2721,0.0000,-23.8828,1.0577,,,-24.9405,1.4092,,,-26.3498,,,,,,,876.1416,-260.3050,0.2000,0.5025,1.4286,1.4000,0.2373,245.8603,245.8603,248.3189,248.3189,248.3189
-1925.2500,0.5000,,62.3000,,,,11,1092.7200,-158.0268,2134.0000,-158.0268,-18.0829,244.1923,244.1923,-18.0829,0.7519,-22.5732,0.0000,-22.5732,3.7383,-22.5732,1.2823,0.0000,-23.8554,1.0645,,,-24.9199,1.4201,,,-26.3400,,,,,,,880.7051,-258.6594,0.2000,0.5025,1.4286,1.4000,0.2073,246.6843,246.6843,249.1512,249.1512,249.1512
-1925.7500,0.5000,,62.5800,,,,11,1096.5800,-158.2777,2134.0000,-158.2777,-18.1756,245.0549,245.0549,-18.1756,0.5390,-22.4277,0.0000,-22.4277,3.7131,-22.4277,1.2896,0.0000,-23.7173,1.0693,,,-24.7866,1.4279,,,-26.2145,,,,,,,883.9618,-256.2143,0.2000,0.5025,1.4286,1.4000,0.1821,247.2281,247.2281,249.7003,249.7003,249.7003
-1926.2500,0.5000,,62.8400,,,,11,1102.0000,-158.6300,2134.0000,-158.6300,-18.3061,246.2661,246.2661,-18.3061,0.7409,-22.7486,0.0000,-22.7486,3.7016,-22.7486,1.2996,0.0000,-24.0483,1.0760,,,-25.1242,1.4386,,,-26.5628,,,,,,,888.4191,-258.4860,0.2000,0.5025,1.4286,1.4000,0.1705,247.9915,247.9915,250.4714,250.4714,250.4714
-1926.7500,0.5000,,62.9600,,,,11,1101.8900,-158.6229,2134.0000,-158.6229,-18.3034,246.2415,246.2415,-18.3034,0.0599,-22.0376,0.0000,-22.0376,3.6742,-22.0376,1.3004,0.0000,-23.3380,1.0765,,,-24.4145,1.4394,,,-25.8540,,,,,,,888.7787,-250.7504,0.2000,0.5025,1.4286,1.4000,0.1432,247.9760,247.9760,250.4558,250.4558,250.4558
-1927.2500,0.5000,,63.0000,,,,11,1103.1400,-158.7041,2134.0000,-158.7041,-18.3336,246.5209,246.5209,-18.3336,0.1081,-22.1149,0.0000,-22.1149,3.6732,-22.1149,1.3019,0.0000,-23.4168,1.0775,,,-24.4942,1.4410,,,-25.9352,,,,,,,889.4271,-251.4130,0.2000,0.5025,1.4286,1.4000,0.1421,248.1521,248.1521,250.6336,250.6336,250.6336
-1927.7500,0.5000,,63.0800,,,,11,1105.5200,-158.8588,2134.0000,-158.8588,-18.3910,247.0527,247.0527,-18.3910,0.2860,-22.3260,0.0000,-22.3260,3.6489,-22.3260,1.3058,0.0000,-23.6317,1.0800,,,-24.7118,1.4451,,,-26.1569,,,,,,,891.1399,-253.2335,0.2000,0.5025,1.4286,1.4000,0.1178,248.4873,248.4873,250.9722,250.9722,250.9722
-1928.2500,0.5000,,63.3600,,,,11,1110.9600,-159.2124,2134.0000,-159.2124,-18.5227,248.2684,248.2684,-18.5227,0.6903,-22.8617,0.0000,-22.8617,3.6488,-22.8617,1.3151,0.0000,-24.1768,1.0862,,,-25.2630,1.4550,,,-26.7180,,,,,,,895.2599,-257.8823,0.2000,0.5025,1.4286,1.4000,0.1177,249.2536,249.2536,251.7461,251.7461,251.7461
-1928.7500,0.5000,,63.5000,,,,11,1111.8300,-159.2690,2134.0000,-159.2690,-18.5438,248.4628,248.4628,-18.5438,0.2466,-22.4296,0.0000,-22.4296,3.6393,-22.4296,1.3184,0.0000,-23.7481,1.0884,,,-24.8364,1.4586,,,-26.2950,,,,,,,896.7272,-252.8943,0.2000,0.5025,1.4286,1.4000,0.1082,249.3761,249.3761,251.8699,251.8699,251.8699
-1929.2500,0.5000,,63.5400,,,,11,1112.9500,-159.3418,2134.0000,-159.3418,-18.5709,248.7131,248.7131,-18.5709,0.0824,-22.2829,0.0000,-22.2829,3.6295,-22.2829,1.3195,0.0000,-23.6024,1.0891,,,-24.6916,1.4598,,,-26.1513,,,,,,,897.2172,-251.2065,0.2000,0.5025,1.4286,1.4000,0.0985,249.5339,249.5339,252.0292,252.0292,252.0292
-1929.7500,0.5000,,63.6000,,,,11,1113.3500,-159.3678,2134.0000,-159.3678,-18.5806,248.8025,248.8025,-18.5806,0.1084,-22.3139,0.0000,-22.3139,3.6249,-22.3139,1.3210,0.0000,-23.6348,1.0901,,,-24.7249,1.4613,,,-26.1862,,,,,,,897.8608,-251.3710,0.2000,0.5025,1.4286,1.4000,0.0938,249.5902,249.5902,252.0861,252.0861,252.0861
-1930.2500,0.5000,,63.6400,,,,11,1114.2300,-159.4250,2134.0000,-159.4250,-18.6020,248.9992,248.9992,-18.6020,0.0912,-22.3113,0.0000,-22.3113,3.6181,-22.3113,1.3222,0.0000,-23.6335,1.0909,,,-24.7244,1.4626,,,-26.1870,,,,,,,898.4020,-251.2054,0.2000,0.5025,1.4286,1.4000,0.0870,249.7142,249.7142,252.2113,252.2113,252.2113
-1930.7500,0.5000,,63.8000,,,,11,1118.5900,-159.7084,2134.0000,-159.7084,-18.7080,249.9735,249.9735,-18.7080,0.4790,-22.8020,0.0000,-22.8020,3.6150,-22.8020,1.3287,0.0000,-24.1306,1.0952,,,-25.2259,1.4695,,,-26.6954,,,,,,,901.2400,-255.6817,0.2000,0.5025,1.4286,1.4000,0.0839,250.3283,250.3283,252.8316,252.8316,252.8316
-1931.2500,0.5000,,64.1400,,,,11,1125.4000,-160.1510,2134.0000,-160.1510,-18.8741,251.4953,251.4953,-18.8741,1.0070,-23.4896,0.0000,-23.4896,3.6085,-23.4896,1.3422,0.0000,-24.8318,1.1047,,,-25.9366,1.4839,,,-27.4205,,,,,,,907.1775,-261.3894,0.2000,0.5025,1.4286,1.4000,0.0774,251.2875,251.2875,253.8004,253.8004,253.8004
-1931.7500,0.5000,,64.4000,,,,11,1127.7900,-160.3064,2134.0000,-160.3064,-18.9325,252.0294,252.0294,-18.9325,0.3999,-22.9404,0.0000,-22.9404,3.6081,-22.9404,1.3476,0.0000,-24.2881,1.1085,,,-25.3965,1.4896,,,-26.8862,,,,,,,909.5244,-255.0056,0.2000,0.5025,1.4286,1.4000,0.0770,251.6242,251.6242,254.1404,254.1404,254.1404
-1932.2500,0.5000,,64.5400,,,,11,1131.2600,-160.5319,2134.0000,-160.5319,-19.0175,252.8049,252.8049,-19.0175,0.3645,-22.9855,0.0000,-22.9855,3.6035,-22.9855,1.3525,0.0000,-24.3380,1.1119,,,-25.4499,1.4948,,,-26.9447,,,,,,,911.6585,-254.9317,0.2000,0.5025,1.4286,1.4000,0.0724,252.1130,252.1130,254.6341,254.6341,254.6341
-1932.7500,0.5000,,64.6600,,,,11,1133.8800,-160.7022,2134.0000,-160.7022,-19.0817,253.3904,253.3904,-19.0817,0.4003,-23.0855,0.0000,-23.0855,3.6035,-23.0855,1.3579,0.0000,-24.4434,1.1156,,,-25.5590,1.5006,,,-27.0596,,,,,,,913.9962,-255.3807,0.2000,0.5025,1.4286,1.4000,0.0724,252.4820,252.4820,255.0068,255.0068,255.0068
-1933.2500,0.5000,,65.0000,,,,11,1138.8600,-161.0259,2134.0000,-161.0259,-19.2041,254.5033,254.5033,-19.2041,0.6696,-23.4744,0.0000,-23.4744,3.6006,-23.4744,1.3669,0.0000,-24.8412,1.1219,,,-25.9631,1.5101,,,-27.4732,,,,,,,917.8937,-258.4353,0.2000,0.5025,1.4286,1.4000,0.0695,253.1835,253.1835,255.7153,255.7153,255.7153
-1933.7500,0.5000,,65.2600,,,,11,1145.0900,-161.4309,2134.0000,-161.4309,-19.3577,255.8955,255.8955,-19.3577,0.8339,-23.7918,0.0000,-23.7918,3.6001,-23.7918,1.3780,0.0000,-25.1698,1.1297,,,-26.2995,1.5220,,,-27.8215,,,,,,,922.7244,-260.4831,0.2000,0.5025,1.4286,1.4000,0.0691,254.0610,254.0610,256.6016,256.6016,256.6016
-1934.2500,0.5000,,65.7000,,,,11,1151.8000,-161.8670,2134.0000,-161.8670,-19.5238,257.3950,257.3950,-19.5238,0.9663,-24.0906,0.0000,-24.0906,3.6005,-24.0906,1.3910,0.0000,-25.4815,1.1386,,,-26.6201,1.5357,,,-28.1558,,,,,,,928.2903,-262.1276,0.2000,0.5025,1.4286,1.4000,0.0694,255.0062,255.0062,257.5562,257.5562,257.5562
-1934.7500,0.5000,,65.9200,,,,11,1153.8600,-162.0009,2134.0000,-162.0009,-19.5749,257.8554,257.8554,-19.5749,0.4409,-23.6165,0.0000,-23.6165,3.6007,-23.6165,1.3968,0.0000,-25.0133,1.1427,,,-26.1560,1.5419,,,-27.6980,,,,,,,930.8189,-256.6122,0.2000,0.5025,1.4286,1.4000,0.0696,255.2963,255.2963,257.8493,257.8493,257.8493
-1935.2500,0.5000,,65.9000,,,,11,1153.6200,-161.9853,2134.0000,-161.9853,-19.5689,257.8017,257.8017,-19.5689,-0.1093,-23.0599,0.0000,-23.0599,3.6003,-23.0599,1.3954,0.0000,-24.4553,1.1417,,,-25.5970,1.5404,,,-27.1374,,,,,,,930.1926,-251.0564,0.2000,0.5025,1.4286,1.4000,0.0692,255.2625,255.2625,257.8151,257.8151,257.8151
-1935.7500,0.5000,,65.7600,,,,11,1149.3400,-161.7071,2134.0000,-161.7071,-19.4628,256.8453,256.8453,-19.4628,-0.4396,-22.6229,0.0000,-22.6229,3.5996,-22.6229,1.3895,0.0000,-24.0124,1.1376,,,-25.1500,1.5342,,,-26.6842,,,,,,,927.6699,-247.1799,0.2000,0.5025,1.4286,1.4000,0.0685,254.6596,254.6596,257.2062,257.2062,257.2062
-1936.2500,0.5000,,65.4800,,,,11,1145.1200,-161.4328,2134.0000,-161.4328,-19.3585,255.9022,255.9022,-19.3585,-0.7162,-22.2420,0.0000,-22.2420,3.5997,-22.2420,1.3799,0.0000,-23.6219,1.1310,,,-24.7529,1.5240,,,-26.2769,,,,,,,923.5446,-244.2465,0.2000,0.5025,1.4286,1.4000,0.0686,254.0652,254.0652,256.6059,256.6059,256.6059
-1936.7500,0.5000,,65.3200,,,,11,1141.0900,-161.1709,2134.0000,-161.1709,-19.2591,255.0016,255.0016,-19.2591,-0.4446,-22.4146,0.0000,-22.4146,3.6001,-22.4146,1.3740,0.0000,-23.7886,1.1268,,,-24.9154,1.5177,,,-26.4331,,,,,,,920.9746,-246.6562,0.2000,0.5025,1.4286,1.4000,0.0691,253.4976,253.4976,256.0326,256.0326,256.0326
-1937.2500,0.5000,,64.8600,,,,11,1133.1900,-160.6574,2134.0000,-160.6574,-19.0648,253.2362,253.2362,-19.0648,-1.1040,-21.5610,0.0000,-21.5610,3.6002,-21.5610,1.3592,0.0000,-22.9202,1.1165,,,-24.0367,1.5019,,,-25.5386,,,,,,,914.5617,-239.3183,0.2000,0.5025,1.4286,1.4000,0.0691,252.3848,252.3848,254.9087,254.9087,254.9087
-1937.7500,0.5000,,64.3800,,,,11,1124.2700,-160.0776,2134.0000,-160.0776,-18.8465,251.2428,251.2428,-18.8465,-1.2485,-21.1981,0.0000,-21.1981,3.6002,-21.1981,1.3424,0.0000,-22.5405,1.1048,,,-23.6454,1.4841,,,-25.1295,,,,,,,907.2547,-237.2499,0.2000,0.5025,1.4286,1.4000,0.0691,251.1284,251.1284,253.6397,253.6397,253.6397
-1938.2500,0.5000,,63.9400,,,,11,1117.5300,-159.6395,2134.0000,-159.6395,-18.6822,249.7366,249.7366,-18.6822,-0.9535,-21.3289,0.0000,-21.3289,3.6002,-21.3289,1.3296,0.0000,-22.6584,1.0959,,,-23.7543,1.4705,,,-25.2248,,,,,,,901.6342,-239.9776,0.2000,0.5025,1.4286,1.4000,0.0691,250.1790,250.1790,252.6808,252.6808,252.6808
-1938.7500,0.5000,,63.6800,,,,11,1112.9600,-159.3424,2134.0000,-159.3424,-18.5712,248.7153,248.7153,-18.5712,-0.6527,-21.5187,0.0000,-21.5187,3.6002,-21.5187,1.3208,0.0000,-22.8395,1.0899,,,-23.9294,1.4611,,,-25.3905,,,,,,,897.7668,-242.9372,0.2000,0.5025,1.4286,1.4000,0.0691,249.5353,249.5353,252.0306,252.0306,252.0306
-1939.2500,0.5000,,63.5000,,,,11,1113.3100,-159.3652,2134.0000,-159.3652,-18.5797,248.7936,248.7936,-18.5797,-0.0832,-22.0967,0.0000,-22.0967,3.6002,-22.0967,1.3196,0.0000,-23.4163,1.0892,,,-24.5055,1.4599,,,-25.9654,,,,,,,897.2726,-249.2099,0.2000,0.5025,1.4286,1.4000,0.0691,249.5846,249.5846,252.0804,252.0804,252.0804
-1939.7500,0.5000,,63.6200,,,,11,1113.4000,-159.3710,2134.0000,-159.3710,-18.5819,248.8137,248.8137,-18.5819,0.0832,-22.2645,0.0000,-22.2645,3.5995,-22.2645,1.3208,0.0000,-23.5853,1.0899,,,-24.6752,1.4611,,,-26.1363,,,,,,,897.7668,-250.8702,0.2000,0.5025,1.4286,1.4000,0.0684,249.5973,249.5973,252.0932,252.0932,252.0932
-1940.2500,0.5000,,63.6200,,,,11,1115.1100,-159.4822,2134.0000,-159.4822,-18.6234,249.1958,249.1958,-18.6234,0.2257,-22.4476,0.0000,-22.4476,3.5984,-22.4476,1.3238,0.0000,-23.7714,1.0919,,,-24.8633,1.4643,,,-26.3276,,,,,,,899.1064,-252.4728,0.2000,0.5025,1.4286,1.4000,0.0674,249.8381,249.8381,252.3365,252.3365,252.3365
-1940.7500,0.5000,,63.8400,,,,11,1119.2800,-159.7532,2134.0000,-159.7532,-18.7248,250.1277,250.1277,-18.7248,0.4878,-22.8109,0.0000,-22.8109,3.5983,-22.8109,1.3304,0.0000,-24.1413,1.0964,,,-25.2377,1.4713,,,-26.7090,,,,,,,901.9940,-255.5805,0.2000,0.5025,1.4286,1.4000,0.0672,250.4255,250.4255,252.9298,252.9298,252.9298
-1941.2500,0.5000,,64.1000,,,,11,1124.2400,-160.0756,2134.0000,-160.0756,-18.8457,251.2361,251.2361,-18.8457,0.6828,-23.1252,0.0000,-23.1252,3.5967,-23.1252,1.3396,0.0000,-24.4647,1.1029,,,-25.5676,1.4811,,,-27.0487,,,,,,,906.0205,-257.8540,0.2000,0.5025,1.4286,1.4000,0.0656,251.1241,251.1241,253.6354,253.6354,253.6354
-1941.7500,0.5000,,64.2400,,,,11,1123.9400,-160.0561,2134.0000,-160.0561,-18.8384,251.1691,251.1691,-18.8384,0.0912,-22.5262,0.0000,-22.5262,3.5967,-22.5262,1.3408,0.0000,-23.8671,1.1037,,,-24.9708,1.4824,,,-26.4532,,,,,,,906.5570,-251.4057,0.2000,0.5025,1.4286,1.4000,0.0656,251.0819,251.0819,253.5927,253.5927,253.5927
-1942.2500,0.5000,,64.2200,,,,11,1124.6800,-160.1042,2134.0000,-160.1042,-18.8565,251.3344,251.3344,-18.8565,0.0215,-22.4746,0.0000,-22.4746,3.5967,-22.4746,1.3411,0.0000,-23.8157,1.1039,,,-24.9196,1.4827,,,-26.4023,,,,,,,906.6832,-250.8296,0.2000,0.5025,1.4286,1.4000,0.0656,251.1861,251.1861,253.6980,253.6980,253.6980
-1942.7500,0.5000,,64.2600,,,,11,1124.4600,-160.0899,2134.0000,-160.0899,-18.8511,251.2853,251.2853,-18.8511,-0.0011,-22.4466,0.0000,-22.4466,3.5966,-22.4466,1.3411,0.0000,-23.7877,1.1039,,,-24.8916,1.4827,,,-26.3743,,,,,,,906.6768,-250.5370,0.2000,0.5025,1.4286,1.4000,0.0656,251.1551,251.1551,253.6667,253.6667,253.6667
-1943.2500,0.5000,,64.2200,,,,11,1122.6800,-159.9742,2134.0000,-159.9742,-18.8077,250.8875,250.8875,-18.8077,-0.2135,-22.1915,0.0000,-22.1915,3.5973,-22.1915,1.3382,0.0000,-23.5297,1.1019,,,-24.6316,1.4796,,,-26.1112,,,,,,,905.4207,-248.1628,0.2000,0.5025,1.4286,1.4000,0.0662,250.9044,250.9044,253.4135,253.4135,253.4135
-1943.7500,0.5000,,64.0000,,,,11,1118.7900,-159.7214,2134.0000,-159.7214,-18.7129,250.0182,250.0182,-18.7129,-0.5494,-21.7612,0.0000,-21.7612,3.5978,-21.7612,1.3308,0.0000,-23.0920,1.0967,,,-24.1888,1.4718,,,-25.6606,,,,,,,902.1799,-244.4222,0.2000,0.5025,1.4286,1.4000,0.0667,250.3565,250.3565,252.8600,252.8600,252.8600
-1944.2500,0.5000,,63.8000,,,,11,1114.5500,-159.4458,2134.0000,-159.4458,-18.6098,249.0707,249.0707,-18.6098,-0.4625,-21.7457,0.0000,-21.7457,3.5984,-21.7457,1.3246,0.0000,-23.0702,1.0924,,,-24.1627,1.4651,,,-25.6278,,,,,,,899.4427,-244.9345,0.2000,0.5025,1.4286,1.4000,0.0673,249.7592,249.7592,252.2568,252.2568,252.2568
-1944.7500,0.5000,,63.4000,,,,11,1108.5000,-159.0525,2134.0000,-159.0525,-18.4631,247.7187,247.7187,-18.4631,-0.8567,-21.2061,0.0000,-21.2061,3.5996,-21.2061,1.3130,0.0000,-22.5191,1.0848,,,-23.6039,1.4528,,,-25.0568,,,,,,,894.3507,-240.4443,0.2000,0.5025,1.4286,1.4000,0.0686,248.9071,248.9071,251.3961,251.3961,251.3961
-1945.2500,0.5000,,63.2800,,,,11,1119.1400,-48.2993,2134.0000,-159.7441,-5.6605,250.0964,250.0964,-18.7214,-0.0958,-9.1645,0.0000,-9.1645,3.5999,-9.1645,1.3117,0.0000,-10.4763,1.0840,,,-11.5602,1.4515,,,-13.0117,,,,,,,893.7794,-111.9302,0.2000,0.5025,1.4286,1.4000,0.0688,2319.3604,2319.3604,2342.5540,2342.5540,2342.5540
-1945.7500,0.5000,,63.7400,,,,11,1115.4000,169.9900,2134.0000,-159.5010,19.8556,249.2606,249.2606,-18.6304,0.7610,15.4922,0.0000,15.4922,3.6024,15.4922,1.3220,0.0000,14.1702,1.0907,,,13.0794,1.4624,,,11.6170,,,,,,,898.3070,150.6333,0.2000,0.5025,1.4286,1.4000,0.0714,6164.4654,6164.4654,6226.1100,6226.1100,6226.1100
-1946.2500,0.5000,,63.7800,,,,11,1118.2500,142.1495,2134.0000,-159.6863,16.6461,249.8975,249.8975,-18.6997,0.5225,12.5211,0.0000,12.5211,3.6024,12.5211,1.3290,0.0000,11.1921,1.0955,,,10.0966,1.4699,,,8.6267,,,,,,,901.4027,118.5671,0.2000,0.5025,1.4286,1.4000,0.0714,5721.0385,5721.0385,5778.2489,5778.2489,5778.2489
-1946.7500,0.5000,,64.1000,,,,11,1123.6700,156.0514,2134.0000,-160.0386,18.3626,251.1087,251.1087,-18.8318,0.7100,14.0510,0.0000,14.0510,3.6016,14.0510,1.3386,0.0000,12.7124,1.1022,,,11.6102,1.4801,,,10.1302,,,,,,,905.5923,134.0499,0.2000,0.5025,1.4286,1.4000,0.0705,5976.5859,5976.5859,6036.3518,6036.3518,6036.3518
-1947.2500,0.5000,,64.3800,,,,11,1128.0800,166.2005,2134.0000,-160.3252,19.6336,252.0942,252.0942,-18.9396,0.6264,15.4060,0.0000,15.4060,3.6013,15.4060,1.3470,0.0000,14.0589,1.1081,,,12.9509,1.4890,,,11.4619,,,,,,,909.2722,147.6489,0.2000,0.5025,1.4286,1.4000,0.0702,6165.4089,6165.4089,6227.0630,6227.0630,6227.0630
-1947.7500,0.5000,,64.6000,,,,11,1126.3600,95.7640,2134.0000,-160.2134,11.2956,251.7099,251.7099,-18.8975,0.4444,7.2485,0.0000,7.2485,3.6027,7.2485,1.3530,0.0000,5.8955,1.1122,,,4.7832,1.4954,,,3.2879,,,,,,,911.8740,61.7384,0.2000,0.5025,1.4286,1.4000,0.0716,4960.9264,4960.9264,5010.5357,5010.5357,5010.5357
-1948.2500,0.5000,,64.5800,,,,12,1014.4400,-152.9386,2134.0000,-152.9386,-16.2470,226.6989,226.6989,-16.2470,-30.2380,10.3875,0.0000,10.3875,3.6035,10.3875,0.6878,0.0000,9.6997,1.1145,,,8.5852,1.4989,,,7.0863,,,,,,,913.3019,101.4178,0.2000,0.5025,1.4286,1.4000,0.0724,234.9032,234.9032,237.2522,237.2522,237.2522
-1948.7500,0.5000,,64.7000,,,,12,903.5200,68.8769,1905.8248,-147.6584,6.5169,180.3223,180.3223,-13.9709,0.2647,2.6483,0.0000,2.6483,3.6038,2.6483,0.6903,0.0000,1.9580,1.1186,,,0.8394,1.5050,,,-0.6656,,,,,,,915.8300,20.4161,0.2000,0.5025,1.4286,1.4000,0.0728,3426.2233,3426.2233,3460.4856,3460.4856,3460.4856
-1949.2500,0.5000,,65.0400,,,,12,885.7500,66.9313,1863.7988,-146.8588,6.2083,172.8776,172.8776,-13.6220,0.2630,2.3409,0.0000,2.3409,3.6043,2.3409,0.6928,0.0000,1.6481,1.1226,,,0.5255,1.5112,,,-0.9856,,,,,,,918.3354,17.1381,0.2000,0.5025,1.4286,1.4000,0.0732,3307.2277,3307.2277,3340.2999,3340.2999,3340.2999
-1949.7500,0.5000,,65.1600,,,,12,887.8500,97.9103,1868.7653,-146.9533,9.1033,173.7493,173.7493,-13.6630,0.2557,5.2443,0.0000,5.2443,3.6033,5.2443,0.6952,0.0000,4.5491,1.1265,,,3.4226,1.5171,,,1.9054,,,,,,,920.7639,47.1788,0.2000,0.5025,1.4286,1.4000,0.0722,3754.2626,3754.2626,3791.8053,3791.8053,3791.8053
-1950.2500,0.5000,,65.4600,,,,12,891.7500,139.2717,1877.9888,-147.1288,13.0057,175.3738,175.3738,-13.7394,0.3745,9.0300,0.0000,9.0300,3.6012,9.0300,0.6987,0.0000,8.3313,1.1322,,,7.1991,1.5259,,,5.6732,,,,,,,924.3097,86.0728,0.2000,0.5025,1.4286,1.4000,0.0702,4355.5429,4355.5429,4399.0983,4399.0983,4399.0983
-1950.7500,0.5000,,65.7000,,,,12,894.7800,155.7408,1885.1547,-147.2651,14.5931,176.6411,176.6411,-13.7989,0.3598,10.6319,0.0000,10.6319,3.6014,10.6319,0.7020,0.0000,9.9299,1.1377,,,8.7922,1.5342,,,7.2580,,,,,,,927.7034,102.2132,0.2000,0.5025,1.4286,1.4000,0.0703,4600.9232,4600.9232,4646.9324,4646.9324,4646.9324
-1951.2500,0.5000,,65.9000,,,,12,898.3600,140.4419,1893.6214,-147.4262,13.2122,178.1444,178.1444,-13.8693,0.4126,9.1971,0.0000,9.1971,3.6025,9.1971,0.7059,0.0000,8.4912,1.1440,,,7.3472,1.5438,,,5.8034,,,,,,,931.5805,87.0403,0.2000,0.5025,1.4286,1.4000,0.0714,4400.7288,4400.7288,4444.7361,4444.7361,4444.7361
-1951.7500,0.5000,,66.3000,,,,12,903.4100,103.4458,1905.5647,-147.6535,9.7865,180.2757,180.2757,-13.9687,0.6110,5.5730,0.0000,5.5730,3.6024,5.5730,0.7116,0.0000,4.8614,1.1532,,,3.7082,1.5580,,,2.1502,,,,,,,937.2921,49.5291,0.2000,0.5025,1.4286,1.4000,0.0714,3914.7752,3914.7752,3953.9230,3953.9230,3953.9230
-1952.2500,0.5000,,66.7000,,,,12,907.0500,40.9563,1914.1733,-147.8173,3.8903,181.8198,181.8198,-14.0406,0.6598,-0.3724,0.0000,-0.3724,3.6029,-0.3724,0.7177,0.0000,-1.0901,1.1632,,,-2.2533,1.5733,,,-3.8265,,,,,,,943.4209,-11.0339,0.2000,0.5025,1.4286,1.4000,0.0718,3057.3761,3057.3761,3087.9498,3087.9498,3087.9498
-1952.7500,0.5000,,66.9800,,,,12,907.6200,-17.0176,1915.5213,-147.8429,-1.6175,182.0621,182.0621,-14.0518,0.3147,-5.5352,0.0000,-5.5352,3.6030,-5.5352,0.7206,0.0000,-6.2558,1.1679,,,-7.4237,1.5806,,,-9.0043,,,,,,,946.3304,-63.1263,0.2000,0.5025,1.4286,1.4000,0.0719,2191.9749,2191.9749,2213.8946,2213.8946,2213.8946
-1953.2500,0.5000,,67.0400,,,,12,909.8200,-135.4857,1920.7243,-147.9419,-12.9085,182.9992,182.9992,-14.0953,-0.1723,-16.3386,0.0000,-16.3386,3.6023,-16.3386,0.7190,0.0000,-17.0575,1.1653,,,-18.2229,1.5766,,,-19.7994,,,,,,,944.7385,-172.4154,0.2000,0.5025,1.4286,1.4000,0.0713,410.4070,410.4070,414.5110,414.5110,414.5110
-1953.7500,0.5000,,66.6800,,,,12,905.7400,-147.7186,1911.0751,-147.7583,-14.0109,181.2633,181.2633,-14.0147,-0.5034,-17.1094,0.0000,-17.1094,3.6018,-17.1094,0.7143,0.0000,-17.8237,1.1577,,,-18.9815,1.5649,,,-20.5464,,,,,,,940.0731,-181.0543,0.2000,0.5025,1.4286,1.4000,0.0708,208.5312,208.5312,210.6166,210.6166,210.6166
-1954.2500,0.5000,,66.2800,,,,12,900.9100,-136.7545,1899.6522,-147.5410,-12.9018,179.2190,179.2190,-13.9195,-0.6537,-15.8499,0.0000,-15.8499,3.6018,-15.8499,0.7083,0.0000,-16.5582,1.1478,,,-17.7061,1.5498,,,-19.2558,,,,,,,933.9795,-169.2963,0.2000,0.5025,1.4286,1.4000,0.0707,354.1756,354.1756,357.7174,357.7174,357.7174
-1954.7500,0.5000,,65.7000,,,,12,891.9200,-147.1364,1878.3908,-147.1364,-13.7428,175.4448,175.4448,-13.7428,-0.7634,-16.5811,0.0000,-16.5811,3.6018,-16.5811,0.7012,0.0000,-17.2823,1.1363,,,-18.4186,1.5320,,,-19.9506,,,,,,,926.8124,-178.0661,0.2000,0.5025,1.4286,1.4000,0.0707,180.6845,180.6845,182.4913,182.4913,182.4913
-1955.2500,0.5000,,65.2600,,,,12,886.8000,-138.8394,1866.2820,-146.9060,-12.8934,173.3132,173.3132,-13.6425,-0.6447,-15.8503,0.0000,-15.8503,3.6016,-15.8503,0.6951,0.0000,-16.5454,1.1264,,,-17.6718,1.5170,,,-19.1889,,,,,,,920.7162,-171.6024,0.2000,0.5025,1.4286,1.4000,0.0705,302.9392,302.9392,305.9686,305.9686,305.9686
-1955.7500,0.5000,,64.8600,,,,12,879.9700,-146.5987,1850.1291,-146.5987,-13.5091,170.4898,170.4898,-13.5091,-0.7895,-16.3198,0.0000,-16.3198,3.6002,-16.3198,0.6877,0.0000,-17.0075,1.1144,,,-18.1219,1.4986,,,-19.6205,,,,,,,913.1957,-177.8479,0.2000,0.5025,1.4286,1.4000,0.0691,181.4372,181.4372,183.2516,183.2516,183.2516
-1956.2500,0.5000,,64.3000,,,,12,873.1000,-144.8572,1833.8815,-146.2895,-13.2444,167.6733,167.6733,-13.3754,-0.7303,-16.1143,0.0000,-16.1143,3.6002,-16.1143,0.6809,0.0000,-16.7952,1.1031,,,-17.8983,1.4815,,,-19.3798,,,,,,,906.1837,-176.9864,0.2000,0.5025,1.4286,1.4000,0.0691,203.5199,203.5199,205.5551,205.5551,205.5551
-1956.7500,0.5000,,63.7600,,,,12,867.5000,-136.4375,1820.6375,-146.0375,-12.3946,165.3947,165.3947,-13.2667,-0.5406,-15.4526,0.0000,-15.4526,3.5986,-15.4526,0.6757,0.0000,-16.1284,1.0948,,,-17.2232,1.4688,,,-18.6920,,,,,,,900.9581,-170.9457,0.2000,0.5025,1.4286,1.4000,0.0676,327.3326,327.3326,330.6060,330.6060,330.6060
-1957.2500,0.5000,,63.4400,,,,12,860.3000,-145.7135,1803.6095,-145.7135,-13.1274,162.4879,162.4879,-13.1274,-0.7298,-15.9960,0.0000,-15.9960,3.5984,-15.9960,0.6688,0.0000,-16.6649,1.0841,,,-17.7489,1.4517,,,-19.2006,,,,,,,893.8549,-178.0352,0.2000,0.5025,1.4286,1.4000,0.0674,182.6762,182.6762,184.5030,184.5030,184.5030
-1957.7500,0.5000,,62.7400,,,,12,851.1700,-137.8433,1782.0171,-145.3027,-12.2866,158.8389,158.8389,-12.9515,-1.0067,-14.8784,0.0000,-14.8784,3.5984,-14.8784,0.6592,0.0000,-15.5376,1.0693,,,-16.6069,1.4279,,,-18.0348,,,,,,,883.9633,-167.8496,0.2000,0.5025,1.4286,1.4000,0.0674,296.0044,296.0044,298.9644,298.9644,298.9644
-1958.2500,0.5000,,62.2600,,,,12,846.0000,-137.7235,1769.7900,-145.0700,-12.2013,156.7909,156.7909,-12.8522,-0.5879,-15.2118,0.0000,-15.2118,3.5984,-15.2118,0.6536,0.0000,-15.8654,1.0607,,,-16.9261,1.4140,,,-18.3401,,,,,,,878.1348,-172.5291,0.2000,0.5025,1.4286,1.4000,0.0674,294.6232,294.6232,297.5695,297.5695,297.5695
-1958.7500,0.5000,,61.9000,,,,12,839.8900,-141.9587,1755.3399,-144.7951,-12.4857,154.3875,154.3875,-12.7352,-0.6299,-15.4547,0.0000,-15.4547,3.5989,-15.4547,0.6475,0.0000,-16.1023,1.0514,,,-17.1536,1.3990,,,-18.5527,,,,,,,871.8468,-176.3673,0.2000,0.5025,1.4286,1.4000,0.0678,226.8346,226.8346,229.1029,229.1029,229.1029
-1959.2500,0.5000,,61.6000,,,,12,837.8700,-139.6884,1750.5626,-144.7042,-12.2565,153.5971,153.5971,-12.6966,-0.2409,-15.6152,0.0000,-15.6152,3.5996,-15.6152,0.6452,0.0000,-16.2604,1.0478,,,-17.3082,1.3933,,,-18.7015,,,,,,,869.4296,-178.5944,0.2000,0.5025,1.4286,1.4000,0.0686,259.9046,259.9046,262.5036,262.5036,262.5036
-1959.7500,0.5000,,61.3600,,,,12,834.2900,-137.3907,1742.0959,-144.5431,-12.0034,152.2011,152.2011,-12.6282,-0.3064,-15.2966,0.0000,-15.2966,3.5996,-15.2966,0.6423,0.0000,-15.9388,1.0432,,,-16.9820,1.3860,,,-18.3681,,,,,,,866.3456,-175.6856,0.2000,0.5025,1.4286,1.4000,0.0686,292.4270,292.4270,295.3513,295.3513,295.3513
-1960.2500,0.5000,,61.1400,,,,12,830.6200,-139.8407,1733.4163,-144.3779,-12.1637,150.7766,150.7766,-12.5583,-0.3951,-15.3682,0.0000,-15.3682,3.5996,-15.3682,0.6384,0.0000,-16.0067,1.0373,,,-17.0440,1.3766,,,-18.4206,,,,,,,862.3534,-177.2503,0.2000,0.5025,1.4286,1.4000,0.0686,253.1289,253.1289,255.6602,255.6602,255.6602
-1960.7500,0.5000,,60.8600,,,,12,826.9500,-140.3603,1724.7368,-144.2128,-12.1549,149.3588,149.3588,-12.4885,-0.3784,-15.3761,0.0000,-15.3761,3.5996,-15.3761,0.6348,0.0000,-16.0109,1.0317,,,-17.0426,1.3676,,,-18.4101,,,,,,,858.5116,-178.0902,0.2000,0.5025,1.4286,1.4000,0.0686,243.0086,243.0086,245.4387,245.4387,245.4387
-1961.2500,0.5000,,60.6400,,,,12,825.0700,-142.6832,1720.2906,-144.1282,-12.3280,148.6350,148.6350,-12.4528,-0.2257,-15.6991,0.0000,-15.6991,3.5968,-15.6991,0.6326,0.0000,-16.3317,1.0283,,,-17.3600,1.3622,,,-18.7222,,,,,,,856.2122,-182.1466,0.2000,0.5025,1.4286,1.4000,0.0658,206.7368,206.7368,208.8041,208.8041,208.8041
-1961.7500,0.5000,,60.6000,,,,12,822.2800,-128.5475,1713.6922,-144.0026,-11.0691,147.5643,147.5643,-12.3999,-0.2144,-14.4509,0.0000,-14.4509,3.5962,-14.4509,0.6305,0.0000,-15.0814,1.0251,,,-16.1065,1.3570,,,-17.4635,,,,,,,854.0226,-168.6332,0.2000,0.5025,1.4286,1.4000,0.0651,418.6847,418.6847,422.8715,422.8715,422.8715
-1962.2500,0.5000,,60.1800,,,,12,817.7400,-134.7091,1702.9551,-143.7983,-11.5356,145.8301,145.8301,-12.3140,-0.5062,-14.6241,0.0000,-14.6241,3.5947,-14.6241,0.6255,0.0000,-15.2497,1.0175,,,-16.2671,1.3449,,,-17.6120,,,,,,,848.8297,-171.5580,0.2000,0.5025,1.4286,1.4000,0.0636,322.7461,322.7461,325.9736,325.9736,325.9736
-1962.7500,0.5000,,59.7200,,,,12,810.4400,-143.4698,1685.6906,-143.4698,-12.1761,143.0630,143.0630,-12.1761,-0.6806,-15.0890,0.0000,-15.0890,3.5934,-15.0890,0.6189,0.0000,-15.7079,1.0072,,,-16.7151,1.3286,,,-18.0436,,,,,,,841.7973,-178.1891,0.2000,0.5025,1.4286,1.4000,0.0624,185.8169,185.8169,187.6751,187.6751,187.6751
-1963.2500,0.5000,,59.2400,,,,12,804.5900,-125.5989,1671.8554,-143.2066,-10.5825,140.8646,140.8646,-12.0661,-0.5839,-13.5920,0.0000,-13.5920,3.5934,-13.5920,0.6131,0.0000,-14.2051,0.9983,,,-15.2034,1.3145,,,-16.5179,,,,,,,835.7171,-162.3145,0.2000,0.5025,1.4286,1.4000,0.0623,452.3361,452.3361,456.8595,456.8595,456.8595
-1963.7500,0.5000,,58.7600,,,,12,797.8700,-133.1315,1655.9626,-142.9468,-11.1235,138.3602,138.3602,-11.9436,-0.7284,-13.9879,0.0000,-13.9879,3.5928,-13.9879,0.6059,0.0000,-14.5938,0.9872,,,-15.5810,1.2969,,,-16.8779,,,,,,,828.0690,-168.2962,0.2000,0.5025,1.4286,1.4000,0.0618,334.3278,334.3278,337.6711,337.6711,337.6711
-1964.2500,0.5000,,58.1800,,,,12,788.2600,-137.9118,1633.2349,-142.7065,-11.3841,134.8177,134.8177,-11.7799,-0.8313,-14.1456,0.0000,-14.1456,3.5928,-14.1456,0.5976,0.0000,-14.7433,0.9744,,,-15.7177,1.2767,,,-16.9944,,,,,,,819.2532,-171.8492,0.2000,0.5025,1.4286,1.4000,0.0618,256.1404,256.1404,258.7018,258.7018,258.7018
-1964.7500,0.5000,,57.6400,,,,12,781.5300,-133.6112,1617.3185,-142.5383,-10.9350,132.3640,132.3640,-11.6656,-0.7032,-13.8232,0.0000,-13.8232,3.5914,-13.8232,0.5906,0.0000,-14.4138,0.9635,,,-15.3773,1.2596,,,-16.6370,,,,,,,811.7216,-169.5676,0.2000,0.5025,1.4286,1.4000,0.0603,316.9926,316.9926,320.1625,320.1625,320.1625
-1965.2500,0.5000,,57.1600,,,,12,774.8900,-134.1359,1601.6149,-142.3723,-10.8846,129.9651,129.9651,-11.5530,-0.6593,-13.8165,0.0000,-13.8165,3.5912,-13.8165,0.5840,0.0000,-14.4005,0.9533,,,-15.3538,1.2435,,,-16.5973,,,,,,,804.5954,-170.9119,0.2000,0.5025,1.4286,1.4000,0.0602,304.9619,304.9619,308.0115,308.0115,308.0115
-1965.7500,0.5000,,56.7000,,,,12,769.8300,-121.9598,1589.6480,-142.2458,-9.8320,128.1517,128.1517,-11.4673,-0.5073,-12.9159,0.0000,-12.9159,3.5912,-12.9159,0.5789,0.0000,-13.4947,0.9453,,,-14.4401,1.2311,,,-15.6712,,,,,,,799.0689,-161.2692,0.2000,0.5025,1.4286,1.4000,0.0602,453.4869,453.4869,458.0217,458.0217,458.0217
-1966.2500,0.5000,,56.3400,,,,12,764.9100,-142.1228,1578.0122,-142.1228,-11.3842,126.4006,126.4006,-11.3842,-0.4104,-14.5651,0.0000,-14.5651,3.5913,-14.5651,0.5747,0.0000,-15.1398,0.9389,,,-16.0787,1.2210,,,-17.2997,,,,,,,794.5706,-181.9532,0.2000,0.5025,1.4286,1.4000,0.0602,178.0767,178.0767,179.8575,179.8575,179.8575
-1966.7500,0.5000,,56.1600,,,,12,762.5100,-130.5400,1572.3362,-142.0628,-10.4236,125.5508,125.5508,-11.3437,-0.2015,-13.8133,0.0000,-13.8133,3.5912,-13.8133,0.5727,0.0000,-14.3859,0.9357,,,-15.3216,1.2161,,,-16.5377,,,,,,,792.3522,-173.3767,0.2000,0.5025,1.4286,1.4000,0.0601,322.7518,322.7518,325.9793,325.9793,325.9793
-1967.2500,0.5000,,56.0400,,,,12,761.6900,-138.3645,1570.3969,-142.0423,-11.0365,125.2611,125.2611,-11.3299,-0.1968,-14.4299,0.0000,-14.4299,3.5902,-14.4299,0.5707,0.0000,-15.0006,0.9326,,,-15.9332,1.2112,,,-17.1444,,,,,,,790.1802,-181.2817,0.2000,0.5025,1.4286,1.4000,0.0591,227.1752,227.1752,229.4469,229.4469,229.4469
-1967.7500,0.5000,,56.0400,,,,12,763.1700,-130.9975,1573.8971,-142.0793,-10.4692,125.7842,125.7842,-11.3548,0.1397,-14.1992,0.0000,-14.1992,3.5903,-14.1992,0.5721,0.0000,-14.7713,0.9348,,,-15.7061,1.2147,,,-16.9207,,,,,,,791.7233,-178.1621,0.2000,0.5025,1.4286,1.4000,0.0592,320.0223,320.0223,323.2225,323.2225,323.2225
-1968.2500,0.5000,,56.2000,,,,12,764.7700,-134.5724,1577.6811,-142.1193,-10.7774,126.3510,126.3510,-11.3818,0.1496,-14.5165,0.0000,-14.5165,3.5895,-14.5165,0.5736,0.0000,-15.0902,0.9372,,,-16.0273,1.2183,,,-17.2457,,,,,,,793.3725,-181.6301,0.2000,0.5025,1.4286,1.4000,0.0584,284.3280,284.3280,287.1713,287.1713,287.1713
-1968.7500,0.5000,,56.3400,,,,12,753.7700,-54.2546,1551.6661,-141.8443,-4.2826,122.4802,122.4802,-11.1964,0.2037,-8.0754,0.0000,-8.0754,3.5892,-8.0754,0.5757,0.0000,-8.6511,0.9404,,,-9.5915,1.2233,,,-10.8148,,,,,,,795.6115,-103.8344,0.2000,0.5025,1.4286,1.4000,0.0581,1187.0154,1187.0154,1198.8856,1198.8856,1198.8856
-1969.2500,0.5000,,55.9400,,,,11,927.7100,23.8203,1963.0342,-148.7470,2.3141,190.7079,190.7079,-14.4507,21.8191,-23.0928,0.0000,-23.0928,3.5878,-23.0928,1.0795,0.0000,-24.1724,0.9277,,,-25.1001,1.2036,,,-26.3037,,,,,,,786.7617,-293.3915,0.2000,0.5025,1.4286,1.4000,0.0568,2924.3079,2924.3079,2953.5510,2953.5510,2953.5510
-1969.7500,0.5000,,54.6800,,,,11,949.4400,-149.7248,2014.4256,-149.7248,-14.8864,200.2845,200.2845,-14.8864,-2.7001,-15.7711,0.0000,-15.7711,3.5848,-15.7711,1.0415,0.0000,-16.8125,0.9014,,,-17.7140,1.1628,,,-18.8767,,,,,,,768.2479,-208.9793,0.2000,0.5025,1.4286,1.4000,0.0537,226.2551,226.2551,228.5176,228.5176,228.5176
-1970.2500,0.5000,,53.5400,,,,11,929.5900,-148.8316,1967.4804,-148.8316,-14.4882,191.5272,191.5272,-14.4882,-2.3304,-15.7426,0.0000,-15.7426,3.5848,-15.7426,1.0083,0.0000,-16.7509,0.8784,,,-17.6293,1.1272,,,-18.7565,,,,,,,751.9025,-212.7396,0.2000,0.5025,1.4286,1.4000,0.0537,222.0227,222.0227,224.2430,224.2430,224.2430
-1970.7500,0.5000,,52.4200,,,,11,909.8300,-147.9424,1920.7480,-147.9424,-14.0955,183.0034,183.0034,-14.0955,-2.1230,-15.5553,0.0000,-15.5553,3.5827,-15.5553,0.9779,0.0000,-16.5332,0.8571,,,-17.3903,1.0946,,,-18.4849,,,,,,,736.6963,-214.3088,0.2000,0.5025,1.4286,1.4000,0.0517,217.8096,217.8096,219.9876,219.9876,219.9876
-1971.2500,0.5000,,51.1600,,,,11,884.9400,-146.8223,1861.8831,-146.8223,-13.6061,172.5420,172.5420,-13.6061,-2.7789,-14.4094,0.0000,-14.4094,3.5822,-14.4094,0.9378,0.0000,-15.3473,0.8288,,,-16.1761,1.0514,,,-17.2275,,,,,,,716.3045,-204.5999,0.2000,0.5025,1.4286,1.4000,0.0511,181.1242,181.1242,182.9354,182.9354,182.9354
-1971.7500,0.5000,,49.8000,,,,11,864.1400,-145.8863,1812.6911,-145.8863,-13.2016,164.0350,164.0350,-13.2016,-2.3522,-14.3433,0.0000,-14.3433,3.4939,-14.3433,0.9036,0.0000,-15.2468,0.8044,,,-16.0512,1.0145,,,-17.0658,,,,,,,698.5783,-208.4185,0.2000,0.4650,1.4286,1.3500,0.0503,182.4344,182.4344,189.7317,189.7317,189.7317
-1972.2500,0.5000,,49.2000,,,,11,858.9300,-145.6519,1800.3695,-145.6519,-13.1009,161.9377,161.9377,-13.1009,-0.6641,-15.9293,0.0000,-15.9293,3.4925,-15.9293,0.8939,0.0000,-16.8232,0.7974,,,-17.6206,1.0040,,,-18.6246,,,,,,,693.4921,-231.6532,0.2000,0.4650,1.4286,1.3500,0.0489,182.7625,182.7625,190.0730,190.0730,190.0730
-1972.7500,0.5000,,49.1000,,,,11,860.0500,-145.7023,1803.0183,-145.7023,-13.1226,162.3874,162.3874,-13.1226,0.0546,-16.6696,0.0000,-16.6696,3.4925,-16.6696,0.8947,0.0000,-17.5643,0.7980,,,-18.3623,1.0049,,,-19.3672,,,,,,,693.9119,-241.7117,0.2000,0.4650,1.4286,1.3500,0.0489,182.6920,182.6920,189.9997,189.9997,189.9997
-1973.2500,0.5000,,49.2400,,,,11,861.9000,-145.7855,1807.3935,-145.7855,-13.1583,163.1316,163.1316,-13.1583,0.1708,-16.8191,0.0000,-16.8191,3.4900,-16.8191,0.8972,0.0000,-17.7163,0.7998,,,-18.5161,1.0076,,,-19.5237,,,,,,,695.2229,-243.3438,0.2000,0.4650,1.4286,1.3500,0.0465,182.5754,182.5754,189.8785,189.8785,189.8785
-1973.7500,0.5000,,49.3600,,,,11,865.7400,-145.9583,1816.4751,-145.9583,-13.2326,164.6818,164.6818,-13.2326,0.3882,-17.1097,0.0000,-17.1097,3.4889,-17.1097,0.9028,0.0000,-18.0126,0.8039,,,-18.8164,1.0137,,,-19.8302,,,,,,,698.1934,-246.3606,0.2000,0.4650,1.4286,1.3500,0.0453,182.3336,182.3336,189.6269,189.6269,189.6269
-1974.2500,0.5000,,49.7400,,,,11,872.5000,-146.2625,1832.4625,-146.2625,-13.3637,167.4284,167.4284,-13.3637,0.7630,-17.6241,0.0000,-17.6241,3.4974,-17.6241,0.9140,0.0000,-18.5381,0.8118,,,-19.3499,1.0257,,,-20.3757,,,,,,,703.9951,-251.4591,0.2000,0.4650,1.4286,1.3500,0.0539,181.9078,181.9078,189.1841,189.1841,189.1841
-1974.7500,0.5000,,50.0000,,,,11,878.2000,-146.5190,1845.9430,-146.5190,-13.4746,169.7619,169.7619,-13.4746,0.5123,-17.5865,0.0000,-17.5865,3.5996,-17.5865,0.9215,0.0000,-18.5080,0.8171,,,-19.3251,1.0338,,,-20.3589,,,,,,,707.8637,-249.6781,0.2000,0.5025,1.4286,1.4000,0.0686,181.5487,181.5487,183.3642,183.3642,183.3642
-1975.2500,0.5000,,50.3400,,,,11,882.7300,-146.7229,1856.6565,-146.7229,-13.5630,171.6280,171.6280,-13.5630,0.5411,-17.7950,0.0000,-17.7950,3.6909,-17.7950,0.9293,0.0000,-18.7243,0.8227,,,-19.5470,1.0423,,,-20.5893,,,,,,,711.9272,-251.1546,0.2000,0.5025,1.4286,1.4000,0.1598,181.2634,181.2634,183.0760,183.0760,183.0760
-1975.7500,0.5000,,50.6400,,,,11,888.3300,-146.9749,1869.9005,-146.9749,-13.6724,173.9488,173.9488,-13.6724,0.6007,-18.2525,0.0000,-18.2525,3.9794,-18.2525,0.9381,0.0000,-19.1906,0.8289,,,-20.0195,1.0517,,,-21.0712,,,,,,,716.4115,-255.7979,0.2000,0.5025,1.4286,1.4000,0.4483,180.9106,180.9106,182.7197,182.7197,182.7197
-1976.2500,0.5000,,50.8000,,,,11,888.2400,-146.9708,1869.6876,-146.9708,-13.6707,173.9114,173.9114,-13.6707,0.0779,-17.9035,0.0000,-17.9035,4.1550,-17.9035,0.9392,0.0000,-18.8427,0.8297,,,-19.6725,1.0529,,,-20.7253,,,,,,,716.9907,-250.9581,0.2000,0.5025,1.4286,1.4000,0.6239,180.9163,180.9163,182.7254,182.7254,182.7254
-1976.7500,0.5000,,50.6400,,,,11,885.4900,-146.8471,1863.1839,-146.8471,-13.6169,172.7699,172.7699,-13.6169,-0.2710,-17.8422,0.0000,-17.8422,4.4963,-17.8422,0.9352,0.0000,-18.7775,0.8270,,,-19.6044,1.0486,,,-20.6531,,,,,,,714.9732,-250.7952,0.2000,0.5025,1.4286,1.4000,0.9652,181.0895,181.0895,182.9004,182.9004,182.9004
-1977.2500,0.5000,,50.3400,,,,11,878.9700,-146.5537,1847.7641,-146.5537,-13.4896,170.0784,170.0784,-13.4896,-0.6657,-17.3370,0.0000,-17.3370,4.5131,-17.3370,0.9256,0.0000,-18.2626,0.8201,,,-19.0826,1.0382,,,-20.1209,,,,,,,709.9921,-245.6290,0.2000,0.5025,1.4286,1.4000,0.9820,181.5002,181.5002,183.3152,183.3152,183.3152
-1977.7500,0.5000,,49.9400,,,,11,871.3600,-146.2112,1829.7664,-146.2112,-13.3416,166.9636,166.9636,-13.3416,-0.8737,-16.9843,0.0000,-16.9843,4.5164,-16.9843,0.9128,0.0000,-17.8971,0.8110,,,-18.7081,1.0245,,,-19.7326,,,,,,,703.4011,-242.9694,0.2000,0.4650,1.4286,1.3500,1.0728,181.9796,181.9796,189.2587,189.2587,189.2587
-1978.2500,0.5000,,49.7200,,,,11,881.3200,9.2600,1853.3218,-146.6594,0.8546,171.0461,171.0461,-13.5354,-0.1429,-3.5022,0.0000,-3.5022,4.4997,-3.5022,0.9108,0.0000,-4.4130,0.8095,,,-5.2225,1.0223,,,-6.2447,,,,,,,702.3171,-60.0023,0.2000,0.4650,1.4286,1.3500,1.0562,2472.9140,2472.9140,2571.8306,2571.8306,2571.8306
-1978.7500,0.5000,,49.9800,,,,11,876.1300,221.6888,1841.0475,-146.4259,20.3395,168.9126,168.9126,-13.4343,0.3287,15.6864,0.0000,15.6864,4.3243,15.6864,0.9156,0.0000,14.7709,0.8129,,,13.9579,1.0274,,,12.9305,,,,,,,704.8080,200.1277,0.2000,0.4650,1.4286,1.3500,0.8808,5394.0740,5394.0740,5609.8370,5609.8370,5609.8370
-1979.2500,0.5000,,50.1200,,,,11,881.0900,400.0518,1852.7779,-146.6491,36.9118,170.9512,170.9512,-13.5309,0.6381,31.8618,0.0000,31.8618,4.4118,31.8618,1.2710,0.0000,30.5908,0.8196,,,29.7712,1.1896,,,28.5816,,,,,,,709.6185,411.6586,0.2000,0.5025,1.4286,1.4000,0.8808,8262.5511,8262.5511,8345.1766,8345.1766,8345.1766
-1979.7500,0.5000,,50.6000,,,,11,890.1600,502.6435,1874.2284,-147.0572,46.8551,174.7106,174.7106,-13.7083,1.0118,41.6712,0.0000,41.6712,4.1721,41.6712,1.6633,0.0000,40.0079,0.8300,,,39.1779,1.5658,,,37.6121,,,,,,,717.1796,532.7077,0.2000,0.5025,1.4286,1.4000,0.6410,9889.3429,9889.3429,9988.2363,9988.2363,9988.2363
-1980.2500,0.5000,,51.3200,,,,11,904.6100,703.3030,1908.4027,-147.7075,66.6243,180.7840,180.7840,-13.9924,1.4782,60.9834,0.0000,60.9834,4.1627,60.9834,2.4357,0.0000,58.5477,0.8451,,,57.7026,2.3068,,,55.3958,,,,,,,728.0848,767.8905,0.2000,0.5025,1.4286,1.4000,0.6316,13241.9570,13241.9570,13374.3765,13374.3765,13374.3765
-1980.7500,0.5000,,52.0600,,,,11,919.0800,734.9976,1942.6242,-148.3586,70.7405,186.9695,186.9695,-14.2789,1.5522,65.1899,0.0000,65.1899,3.9984,65.1899,2.6038,0.0000,62.5861,0.8608,,,61.7252,2.4676,,,59.2576,,,,,,,739.3628,808.3351,0.2000,0.5025,1.4286,1.4000,0.4673,13963.6807,13963.6807,14103.3176,14103.3176,14103.3176
-1981.2500,0.5000,,53.1400,,,,11,935.9500,823.2929,1982.5218,-149.1178,80.6930,194.3118,194.3118,-14.6154,2.0854,74.6217,0.0000,74.6217,3.9859,74.6217,2.9810,0.0000,71.6407,0.8817,,,70.7590,2.8289,,,67.9301,,,,,,,754.2498,907.0181,0.2000,0.5025,1.4286,1.4000,0.4548,15711.1746,15711.1746,15868.2863,15868.2863,15868.2863
-1981.7500,0.5000,,53.8800,,,,11,947.3900,728.1606,2009.5774,-149.6326,72.2411,199.3711,199.3711,-14.8451,1.2842,67.0483,0.0000,67.0483,3.9086,67.0483,2.6779,0.0000,64.3704,0.8944,,,63.4760,2.5376,,,60.9384,,,,,,,763.2728,805.3367,0.2000,0.5025,1.4286,1.4000,0.3776,14202.8545,14202.8545,14344.8831,14344.8831,14344.8831
-1982.2500,0.5000,,54.7200,,,,11,962.4000,723.1476,2045.0760,-150.3080,72.8805,206.1074,206.1074,-15.1484,1.6495,67.3811,0.0000,67.3811,3.8500,67.3811,2.6911,0.0000,64.6899,0.9106,,,63.7793,2.5497,,,61.2297,,,,,,,774.7080,797.3886,0.2000,0.5025,1.4286,1.4000,0.3189,14306.0174,14306.0174,14449.0775,14449.0775,14449.0775
-1982.7500,0.5000,,55.2200,,,,11,970.7300,710.1770,2064.7765,-150.6829,72.1928,209.8940,209.8940,-15.3176,1.1180,67.2556,0.0000,67.2556,3.8191,67.2556,2.6860,0.0000,64.5696,0.9215,,,63.6481,2.5444,,,61.1038,,,,,,,782.3637,788.1172,0.2000,0.5025,1.4286,1.4000,0.2881,14189.6996,14189.6996,14331.5966,14331.5966,14331.5966
-1983.2500,0.5000,,55.7000,,,,11,978.3400,619.0218,2082.7741,-151.0253,63.4197,213.3834,213.3834,-15.4728,1.0387,58.6256,0.0000,58.6256,3.7555,58.6256,2.3407,0.0000,56.2848,0.9315,,,55.3533,2.2126,,,53.1408,,,,,,,789.4099,680.8636,0.2000,0.5025,1.4286,1.4000,0.2244,12713.2579,12713.2579,12840.3905,12840.3905,12840.3905
-1983.7500,0.5000,,55.9400,,,,11,976.8400,339.9672,2079.2266,-150.9578,34.7768,212.6933,212.6933,-15.4421,-0.0524,31.0855,0.0000,31.0855,3.7437,31.0855,1.2391,0.0000,29.8464,0.9310,,,28.9154,1.2087,,,27.7067,,,,,,,789.0559,361.2061,0.2000,0.5025,1.4286,1.4000,0.2126,8166.4917,8166.4917,8248.1566,8248.1566,8248.1566
-1984.2500,0.5000,,55.7200,,,,11,974.8200,190.7019,2074.4493,-150.8669,19.4674,211.7658,211.7658,-15.4009,-0.3528,16.1135,0.0000,16.1135,3.7067,16.1135,1.0794,0.0000,15.0342,0.9276,,,14.1066,1.2034,,,12.9032,,,,,,,786.6688,182.4984,0.2000,0.5025,1.4286,1.4000,0.1756,5684.2946,5684.2946,5741.1376,5741.1376,5741.1376
-1984.7500,0.5000,,55.6000,,,,11,972.8000,122.4038,2069.6720,-150.7760,12.4694,210.8403,210.8403,-15.3598,-0.2457,9.0137,0.0000,9.0137,3.7014,9.0137,1.0759,0.0000,7.9378,0.9252,,,7.0126,1.1997,,,5.8129,,,,,,,785.0019,96.5609,0.2000,0.5025,1.4286,1.4000,0.1704,4702.3168,4702.3168,4749.3399,4749.3399,4749.3399
-1985.2500,0.5000,,55.6000,,,,11,972.3300,97.6803,2068.5605,-150.7549,9.9460,210.6253,210.6253,-15.3502,-0.1222,6.3966,0.0000,6.3966,3.6715,6.3966,1.0742,0.0000,5.3225,0.9240,,,4.3984,1.1979,,,3.2006,,,,,,,784.1719,64.8146,0.2000,0.5025,1.4286,1.4000,0.1405,4323.9656,4323.9656,4367.2053,4367.2053,4367.2053
-1985.7500,0.5000,,55.3600,,,,11,966.2100,86.0490,2054.0867,-150.4795,8.7065,207.8351,207.8351,-15.2257,-0.6095,5.6446,0.0000,5.6446,3.6715,5.6446,1.0656,0.0000,4.5790,0.9181,,,3.6609,1.1887,,,2.4722,,,,,,,780.0170,56.0579,0.2000,0.5025,1.4286,1.4000,0.1404,4107.3210,4107.3210,4148.3942,4148.3942,4148.3942
-1986.2500,0.5000,,55.0400,,,,11,964.7600,100.6304,2050.6574,-150.4142,10.1666,207.1768,207.1768,-15.1963,-0.3247,6.8394,0.0000,6.8394,3.6519,6.8394,1.0610,0.0000,5.7784,0.9150,,,4.8634,1.1838,,,3.6797,,,,,,,777.7944,70.9438,0.2000,0.5025,1.4286,1.4000,0.1209,4333.9285,4333.9285,4377.2678,4377.2678,4377.2678
-1986.7500,0.5000,,54.8800,,,,11,960.0000,99.4121,2039.4000,-150.2000,9.9940,205.0228,205.0228,-15.0998,-0.4065,6.7550,0.0000,6.7550,3.6455,6.7550,1.0553,0.0000,5.6997,0.9110,,,4.7887,1.1776,,,3.6111,,,,,,,775.0031,70.2294,0.2000,0.5025,1.4286,1.4000,0.1145,4281.0672,4281.0672,4323.8779,4323.8779,4323.8779
-1987.2500,0.5000,,54.8200,,,,11,958.8700,99.0064,2036.7276,-150.1492,9.9415,204.5132,204.5132,-15.0769,-0.1958,6.5055,0.0000,6.5055,3.6318,6.5055,1.0525,0.0000,5.4530,0.9091,,,4.5439,1.1746,,,3.3692,,,,,,,773.6550,67.3064,0.2000,0.5025,1.4286,1.4000,0.1008,4266.8695,4266.8695,4309.5382,4309.5382,4309.5382
-1987.7500,0.5000,,54.6200,,,,11,955.7500,89.9850,2029.3488,-150.0088,9.0062,203.1092,203.1092,-15.0138,-0.3151,5.6947,0.0000,5.6947,3.6266,5.6947,1.0481,0.0000,4.6466,0.9060,,,3.7406,1.1699,,,2.5708,,,,,,,771.4807,57.5154,0.2000,0.5025,1.4286,1.4000,0.0956,4115.8154,4115.8154,4156.9735,4156.9735,4156.9735
-1988.2500,0.5000,,54.4800,,,,11,952.4900,83.7081,2021.6389,-149.8621,8.3494,201.6474,201.6474,-14.9479,-0.3833,5.1132,0.0000,5.1132,3.6196,5.1132,1.0426,0.0000,4.0706,0.9022,,,3.1683,1.1640,,,2.0043,,,,,,,768.8273,50.5587,0.2000,0.5025,1.4286,1.4000,0.0885,4002.5656,4002.5656,4042.5912,4042.5912,4042.5912
-1988.7500,0.5000,,54.3800,,,,11,950.1800,84.1348,2016.1757,-149.7581,8.3716,200.6148,200.6148,-14.9013,-0.2168,4.9735,0.0000,4.9735,3.6149,4.9735,1.0396,0.0000,3.9339,0.9001,,,3.0338,1.1608,,,1.8731,,,,,,,767.3227,48.9575,0.2000,0.5025,1.4286,1.4000,0.0838,3991.3223,3991.3223,4031.2355,4031.2355,4031.2355
-1989.2500,0.5000,,54.1000,,,,11,944.7400,94.7574,2003.3101,-149.5133,9.3746,198.1934,198.1934,-14.7918,-0.7647,6.5301,0.0000,6.5301,3.6092,6.5301,1.0287,0.0000,5.5014,0.8926,,,4.6088,1.1491,,,3.4597,,,,,,,761.9911,68.9440,0.2000,0.5025,1.4286,1.4000,0.0781,4101.0016,4101.0016,4142.0116,4142.0116,4142.0116
-1989.7500,0.5000,,53.7800,,,,11,938.0100,57.6707,1987.3937,-149.2105,5.6649,195.2181,195.2181,-14.6567,-0.6370,2.6976,0.0000,2.6976,3.6042,2.6976,1.0197,0.0000,1.6779,0.8863,,,0.7916,1.1394,,,-0.3478,,,,,,,757.5216,21.1520,0.2000,0.5025,1.4286,1.4000,0.0732,3523.5702,3523.5702,3558.8059,3558.8059,3558.8059
-1990.2500,0.5000,,53.4800,,,,11,933.6400,41.0493,1977.0586,-149.0138,4.0134,193.2981,193.2981,-14.5692,-0.2852,0.6954,0.0000,0.6954,3.6032,0.6954,1.0156,0.0000,-0.3202,0.8835,,,-1.2036,1.1350,,,-2.3387,,,,,,,755.5120,-4.0468,0.2000,0.5025,1.4286,1.4000,0.0721,3232.1768,3232.1768,3264.4986,3264.4986,3264.4986
-1990.7500,0.5000,,53.2800,,,,11,922.3800,-5.6921,1950.4287,-148.5071,-0.5498,188.3947,188.3947,-14.3445,-0.6723,-3.4753,0.0000,-3.4753,3.5978,-3.4753,1.0060,0.0000,-4.4813,0.8768,,,-5.3581,1.1247,,,-6.4829,,,,,,,750.7532,-57.0010,0.2000,0.5025,1.4286,1.4000,0.0667,2424.5459,2424.5459,2448.7914,2448.7914,2448.7914
-1991.2500,0.5000,,52.8400,,,,11,922.1600,-128.9283,1949.9084,-148.4972,-12.4504,188.2995,188.2995,-14.3401,-0.8299,-15.2183,0.0000,-15.2183,3.5978,-15.2183,0.9942,0.0000,-16.2124,0.8685,,,-17.0809,1.1120,,,-18.1929,,,,,,,744.8364,-207.8540,0.2000,0.5025,1.4286,1.4000,0.0667,560.8405,560.8405,566.4490,566.4490,566.4490
-1991.7500,0.5000,,52.3800,,,,11,914.6000,-148.1570,1932.0290,-148.1570,-14.1900,185.0433,185.0433,-14.1900,-0.8691,-16.9138,0.0000,-16.9138,3.5930,-16.9138,0.9817,0.0000,-17.8956,0.8597,,,-18.7553,1.0986,,,-19.8539,,,,,,,738.5896,-231.3733,0.2000,0.5025,1.4286,1.4000,0.0619,218.8266,218.8266,221.0149,221.0149,221.0149
-1992.2500,0.5000,,52.0400,,,,11,908.3500,-147.8758,1917.2478,-147.8758,-14.0663,182.3728,182.3728,-14.0663,-0.6835,-16.9751,0.0000,-16.9751,3.5923,-16.9751,0.9719,0.0000,-17.9470,0.8528,,,-18.7998,1.0881,,,-19.8879,,,,,,,733.6396,-233.6039,0.2000,0.5025,1.4286,1.4000,0.0612,217.0101,217.0101,219.1802,219.1802,219.1802
-1992.7500,0.5000,,51.7200,,,,11,902.5300,-147.6139,1903.4835,-147.6139,-13.9514,179.9034,179.9034,-13.9514,-0.7044,-16.8360,0.0000,-16.8360,3.5890,-16.8360,0.9617,0.0000,-17.7977,0.8457,,,-18.6434,1.0772,,,-19.7206,,,,,,,728.5027,-233.2946,0.2000,0.5025,1.4286,1.4000,0.0580,196.7664,196.7664,198.7341,198.7341,198.7341
-1993.2500,0.5000,,51.5000,,,,11,904.7000,-147.7115,1908.6155,-147.7115,-13.9942,180.8222,180.8222,-13.9942,0.0747,-17.6544,0.0000,-17.6544,3.5855,-17.6544,0.9628,0.0000,-18.6172,0.8465,,,-19.4637,1.0783,,,-20.5420,,,,,,,729.0492,-243.8541,0.2000,0.5025,1.4286,1.4000,0.0545,204.3143,204.3143,206.3575,206.3575,206.3575
-1993.7500,0.5000,,51.7800,,,,11,908.2900,-147.8731,1917.1059,-147.8731,-14.0651,182.3473,182.3473,-14.0651,0.5396,-18.1902,0.0000,-18.1902,3.5855,-18.1902,0.9706,0.0000,-19.1608,0.8519,,,-20.0127,1.0867,,,-21.0994,,,,,,,732.9844,-249.6264,0.2000,0.5025,1.4286,1.4000,0.0545,216.8014,216.8014,218.9694,218.9694,218.9694
-1994.2500,0.5000,,52.1800,,,,11,917.3900,-148.2826,1938.6274,-148.2826,-14.2453,186.2417,186.2417,-14.2453,0.8417,-18.6700,0.0000,-18.6700,3.5830,-18.6700,0.9827,0.0000,-19.6527,0.8604,,,-20.5131,1.0997,,,-21.6128,,,,,,,739.0812,-253.9228,0.2000,0.5025,1.4286,1.4000,0.0519,219.4215,219.4215,221.6157,221.6157,221.6157
-1994.7500,0.5000,,52.7000,,,,11,926.0100,-148.6705,1959.0137,-148.6705,-14.4168,189.9686,189.9686,-14.4168,1.0252,-19.0247,0.0000,-19.0247,3.5827,-19.0247,0.9974,0.0000,-20.0221,0.8707,,,-20.8928,1.1154,,,-22.0083,,,,,,,746.4394,-256.1451,0.2000,0.5025,1.4286,1.4000,0.0517,221.2594,221.2594,223.4720,223.4720,223.4720
-1995.2500,0.5000,,53.2600,,,,11,935.1600,-149.0822,1980.6534,-149.0822,-14.5996,193.9648,193.9648,-14.5996,0.9922,-19.1735,0.0000,-19.1735,3.5817,-19.1735,1.0115,0.0000,-20.1850,0.8806,,,-21.0656,1.1307,,,-22.1963,,,,,,,753.4924,-255.8125,0.2000,0.5025,1.4286,1.4000,0.0507,223.2103,223.2103,225.4425,225.4425,225.4425
-1995.7500,0.5000,,53.6800,,,,11,941.8400,-149.3828,1996.4516,-149.3828,-14.7335,196.9085,196.9085,-14.7335,0.8378,-19.1513,0.0000,-19.1513,3.5800,-19.1513,1.0235,0.0000,-20.1747,0.8889,,,-21.0637,1.1435,,,-22.2071,,,,,,,759.3971,-253.6941,0.2000,0.5025,1.4286,1.4000,0.0489,224.6346,224.6346,226.8810,226.8810,226.8810
-1996.2500,0.5000,,53.9200,,,,11,943.7900,-149.4706,2001.0634,-149.4706,-14.7727,197.7720,197.7720,-14.7727,0.3326,-18.6853,0.0000,-18.6853,3.5800,-18.6853,1.0282,0.0000,-19.7134,0.8922,,,-20.6057,1.1485,,,-21.7542,,,,,,,761.7285,-247.1346,0.2000,0.5025,1.4286,1.4000,0.0489,225.0504,225.0504,227.3009,227.3009,227.3009
-1996.7500,0.5000,,53.9400,,,,11,946.1400,-149.5763,2006.6211,-149.5763,-14.8200,198.8151,198.8151,-14.8200,0.1612,-18.5626,0.0000,-18.5626,3.5814,-18.5626,1.0305,0.0000,-19.5931,0.8938,,,-20.4869,1.1510,,,-21.6379,,,,,,,762.8560,-245.2624,0.2000,0.5025,1.4286,1.4000,0.0503,225.5515,225.5515,227.8070,227.8070,227.8070
-1997.2500,0.5000,,53.9800,,,,11,945.3200,-149.5394,2004.6818,-149.5394,-14.8035,198.4508,198.4508,-14.8035,0.0008,-18.3857,0.0000,-18.3857,3.5814,-18.3857,1.0305,0.0000,-19.4162,0.8938,,,-20.3100,1.1510,,,-21.4610,,,,,,,762.8619,-243.0461,0.2000,0.5025,1.4286,1.4000,0.0503,225.3766,225.3766,227.6304,227.6304,227.6304
-1997.7500,0.5000,,54.1600,,,,11,949.7200,-149.7374,2015.0878,-149.7374,-14.8921,200.4094,200.4094,-14.8921,0.4563,-18.9299,0.0000,-18.9299,3.5815,-18.9299,1.0370,0.0000,-19.9668,0.8983,,,-20.8652,1.1580,,,-22.0231,,,,,,,766.0440,-248.9012,0.2000,0.5025,1.4286,1.4000,0.0505,226.3148,226.3148,228.5779,228.5779,228.5779
-1998.2500,0.5000,,54.3000,,,,11,949.7300,-149.7379,2015.1115,-149.7379,-14.8923,200.4139,200.4139,-14.8923,0.0316,-18.5056,0.0000,-18.5056,3.5818,-18.5056,1.0374,0.0000,-19.5430,0.8986,,,-20.4416,1.1584,,,-21.6001,,,,,,,766.2640,-243.5480,0.2000,0.5025,1.4286,1.4000,0.0507,226.3169,226.3169,228.5801,228.5801,228.5801
-1998.7500,0.5000,,54.2800,,,,11,950.0400,-149.7518,2015.8446,-149.7518,-14.8985,200.5523,200.5523,-14.8985,0.0160,-18.4963,0.0000,-18.4963,3.5818,-18.4963,1.0376,0.0000,-19.5340,0.8988,,,-20.4327,1.1587,,,-21.5914,,,,,,,766.3754,-243.3997,0.2000,0.5025,1.4286,1.4000,0.0507,226.3830,226.3830,228.6469,228.6469,228.6469
-1999.2500,0.5000,,54.2400,,,,11,949.3400,-149.7203,2014.1891,-149.7203,-14.8844,200.2399,200.2399,-14.8844,-0.0312,-18.4354,0.0000,-18.4354,3.5822,-18.4354,1.0372,0.0000,-19.4726,0.8985,,,-20.3711,1.1582,,,-21.5293,,,,,,,766.1586,-242.7042,0.2000,0.5025,1.4286,1.4000,0.0511,226.2338,226.2338,228.4961,228.4961,228.4961
-1999.7500,0.5000,,54.3600,,,,11,951.4900,-149.8171,2019.2739,-149.8171,-14.9277,201.2000,201.2000,-14.9277,0.2374,-18.7473,0.0000,-18.7473,3.5822,-18.7473,1.0406,0.0000,-19.7879,0.9008,,,-20.6887,1.1618,,,-21.8505,,,,,,,767.8086,-246.1034,0.2000,0.5025,1.4286,1.4000,0.0511,226.6922,226.6922,228.9591,228.9591,228.9591
-2000.2500,0.5000,,54.3600,,,,11,949.2700,-149.7172,2014.0236,-149.7172,-14.8830,200.2087,200.2087,-14.8830,-0.3058,-18.1586,0.0000,-18.1586,3.5814,-18.1586,1.0362,0.0000,-19.1948,0.8978,,,-20.0926,1.1572,,,-21.2498,,,,,,,765.6824,-239.3902,0.2000,0.5025,1.4286,1.4000,0.0503,226.2188,226.2188,228.4810,228.4810,228.4810
-2000.7500,0.5000,,53.9600,,,,11,941.7600,-149.3792,1996.2624,-149.3792,-14.7319,196.8731,196.8731,-14.7319,-0.7149,-17.5974,0.0000,-17.5974,3.5805,-17.5974,1.0261,0.0000,-18.6235,0.8908,,,-19.5143,1.1463,,,-20.6606,,,,,,,760.6883,-233.7903,0.2000,0.5025,1.4286,1.4000,0.0494,224.6176,224.6176,226.8638,226.8638,226.8638
-2001.2500,0.5000,,53.5600,,,,11,935.4700,-149.0962,1981.3866,-149.0962,-14.6058,194.1010,194.1010,-14.6058,-0.7228,-17.4635,0.0000,-17.4635,3.5805,-17.4635,1.0158,0.0000,-18.4793,0.8836,,,-19.3629,1.1352,,,-20.4981,,,,,,,755.6060,-233.5401,0.2000,0.5025,1.4286,1.4000,0.0494,223.2764,223.2764,225.5092,225.5092,225.5092
-2001.7500,0.5000,,53.1800,,,,11,927.0100,-148.7155,1961.3787,-148.7155,-14.4367,190.4033,190.4033,-14.4367,-1.1210,-16.8962,0.0000,-16.8962,3.5804,-16.8962,0.9998,0.0000,-17.8960,0.8724,,,-18.7684,1.1181,,,-19.8865,,,,,,,747.6549,-228.5733,0.2000,0.5025,1.4286,1.4000,0.0494,221.4726,221.4726,223.6874,223.6874,223.6874
-2002.2500,0.5000,,52.5200,,,,11,917.4400,-148.2848,1938.7456,-148.2848,-14.2463,186.2632,186.2632,-14.2463,-1.0455,-16.7813,0.0000,-16.7813,3.5805,-16.7813,0.9848,0.0000,-17.7662,0.8619,,,-18.6281,1.1020,,,-19.7301,,,,,,,740.1625,-229.2122,0.2000,0.5025,1.4286,1.4000,0.0494,219.4321,219.4321,221.6265,221.6265,221.6265
-2002.7500,0.5000,,52.0400,,,,11,905.8800,-147.7646,1911.4062,-147.7646,-14.0175,181.3227,181.3227,-14.0175,-1.0097,-16.5878,0.0000,-16.5878,3.5800,-16.5878,0.9703,0.0000,-17.5581,0.8518,,,-18.4099,1.0864,,,-19.4963,,,,,,,732.8542,-228.7872,0.2000,0.5025,1.4286,1.4000,0.0489,208.4187,208.4187,210.5029,210.5029,210.5029
-2003.2500,0.5000,,51.4600,,,,11,897.0000,-147.3650,1890.4050,-147.3650,-13.8425,177.5726,177.5726,-13.8425,-1.1368,-16.2847,0.0000,-16.2847,3.5790,-16.2847,0.9539,0.0000,-17.2387,0.8402,,,-18.0789,1.0688,,,-19.1476,,,,,,,724.5374,-227.2033,0.2000,0.5025,1.4286,1.4000,0.0479,180.3645,180.3645,182.1681,182.1681,182.1681
-2003.7500,0.5000,,50.8800,,,,11,885.6600,-146.8547,1863.5859,-146.8547,-13.6202,172.8403,172.8403,-13.6202,-1.2110,-15.9882,0.0000,-15.9882,3.5790,-15.9882,0.9364,0.0000,-16.9246,0.8278,,,-17.7524,1.0499,,,-18.8023,,,,,,,715.5712,-225.8586,0.2000,0.5025,1.4286,1.4000,0.0479,181.0788,181.0788,182.8896,182.8896,182.8896
-2004.2500,0.5000,,50.3200,,,,11,858.3900,-145.6276,1799.0924,-145.6276,-13.0905,161.7211,161.7211,-13.0905,-0.7084,-15.9611,0.0000,-15.9611,3.5790,-15.9611,0.9261,0.0000,-16.8872,0.8205,,,-17.7077,1.0388,,,-18.7465,,,,,,,710.2739,-227.0410,0.2000,0.5025,1.4286,1.4000,0.0479,182.7965,182.7965,184.6245,184.6245,184.6245
-2004.7500,0.5000,,50.0800,,,,11,970.9100,-150.6910,2065.2022,-150.6910,-15.3213,209.9762,209.9762,-15.3213,-0.6883,-18.2120,0.0000,-18.2120,3.5790,-18.2120,0.9161,0.0000,-19.1281,0.8133,,,-19.9414,1.0280,,,-20.9694,,,,,,,705.0888,-259.0591,0.2000,0.5025,1.4286,1.4000,0.0479,230.8329,230.8329,233.1412,233.1412,233.1412
-2005.2500,0.5000,,49.0200,,,,10,1081.2000,-157.2780,2134.0000,-157.2780,-17.8075,241.6179,241.6179,-17.8075,23.6003,-44.8989,0.0000,-44.8989,3.4912,-44.8989,1.7908,0.0000,-46.6898,0.7957,,,-47.4855,1.8982,,,-49.3837,,,,,,,692.2585,-644.0577,0.2000,0.4650,1.4286,1.3500,0.0476,245.0617,245.0617,254.8641,254.8641,254.8641
-2005.7500,0.5000,,49.3600,,,,10,1097.8400,-158.3596,2134.0000,-158.3596,-18.2059,245.3365,245.3365,-18.2059,1.3892,-23.0853,0.0000,-23.0853,3.4902,-23.0853,1.2669,0.0000,-24.3522,0.8051,,,-25.1573,1.0155,,,-26.1728,,,,,,,699.0720,-332.6501,0.2000,0.4650,1.4286,1.3500,0.0466,247.4055,247.4055,257.3018,257.3018,257.3018
-2006.2500,0.5000,,49.5600,,,,10,1098.1700,-158.3811,2134.0000,-158.3811,-18.2138,245.4102,245.4102,-18.2138,0.1722,-21.8763,0.0000,-21.8763,3.4902,-21.8763,1.2693,0.0000,-23.1455,0.8062,,,-23.9517,1.0173,,,-24.9690,,,,,,,699.9120,-315.7874,0.2000,0.4650,1.4286,1.3500,0.0466,247.4520,247.4520,257.3501,257.3501,257.3501
-2006.7500,0.5000,,49.6200,,,,10,1100.8100,-158.5527,2134.0000,-158.5527,-18.2774,246.0002,246.0002,-18.2774,0.3502,-22.1224,0.0000,-22.1224,3.4948,-22.1224,1.2740,0.0000,-23.3964,0.8086,,,-24.2049,1.0208,,,-25.2258,,,,,,,701.6170,-318.4345,0.2000,0.4650,1.4286,1.3500,0.0512,247.8239,247.8239,257.7368,257.7368,257.7368
-2007.2500,0.5000,,49.7800,,,,10,1103.8000,-158.7470,2134.0000,-158.7470,-18.3495,246.6683,246.6683,-18.3495,0.3775,-22.2227,0.0000,-22.2227,3.4957,-22.2227,1.2791,0.0000,-23.5018,0.8111,,,-24.3129,1.0246,,,-25.3375,,,,,,,703.4502,-319.0359,0.2000,0.4650,1.4286,1.3500,0.0521,248.2450,248.2450,258.1748,258.1748,258.1748
-2007.7500,0.5000,,49.6400,,,,10,1099.0100,-158.4357,2134.0000,-158.4357,-18.2341,245.5979,245.5979,-18.2341,-0.4545,-21.3706,0.0000,-21.3706,3.5911,-21.3706,1.2730,0.0000,-22.6436,0.8080,,,-23.4516,1.0200,,,-24.4717,,,,,,,701.2421,-308.3533,0.2000,0.4650,1.4286,1.3500,0.1475,247.5703,247.5703,257.4731,257.4731,257.4731
-2008.2500,0.5000,,49.4600,,,,10,1092.7700,-158.0301,2134.0000,-158.0301,-18.0841,244.2035,244.2035,-18.0841,-0.9330,-20.8466,0.0000,-20.8466,3.6955,-20.8466,1.2603,0.0000,-22.1069,0.8018,,,-22.9087,1.0106,,,-23.9193,,,,,,,696.6876,-303.0130,0.2000,0.4650,1.4286,1.3500,0.2520,246.6914,246.6914,256.5590,256.5590,256.5590
-2008.7500,0.5000,,49.1400,,,,10,1087.5000,-157.6875,2134.0000,-157.6875,-17.9579,243.0258,243.0258,-17.9579,-0.6558,-21.2553,0.0000,-21.2553,3.9532,-21.2553,1.2513,0.0000,-22.5066,0.7974,,,-23.3040,1.0040,,,-24.3080,,,,,,,693.4683,-309.9236,0.2000,0.4650,1.4286,1.3500,0.5096,245.9491,245.9491,255.7870,255.7870,255.7870
-2009.2500,0.5000,,48.9800,,,,10,1084.1100,-157.4672,2134.0000,-157.4672,-17.8769,242.2682,242.2682,-17.8769,-0.3474,-21.8387,0.0000,-21.8387,4.3092,-21.8387,1.2466,0.0000,-23.0853,0.7951,,,-23.8804,1.0005,,,-24.8808,,,,,,,691.7571,-318.6792,0.2000,0.4650,1.4286,1.3500,0.8656,245.4716,245.4716,255.2904,255.2904,255.2904
-2009.7500,0.5000,,48.7600,,,,10,1080.5000,-157.2325,2134.0000,-157.2325,-17.7908,241.4614,241.4614,-17.7908,-0.5704,-21.6661,0.0000,-21.6661,4.4457,-21.6661,1.2388,0.0000,-22.9049,0.7912,,,-23.6961,0.9947,,,-24.6908,,,,,,,688.9381,-317.4825,0.2000,0.4650,1.4286,1.3500,1.0021,244.9631,244.9631,254.7616,254.7616,254.7616
-2010.2500,0.5000,,48.7000,,,,10,1076.0700,-156.9446,2134.0000,-156.9446,-17.6854,240.4715,240.4715,-17.6854,-0.4530,-21.8715,0.0000,-21.8715,4.6391,-21.8715,1.2326,0.0000,-23.1042,0.7881,,,-23.8923,0.9901,,,-24.8824,,,,,,,686.6909,-321.2925,0.2000,0.4650,1.4286,1.3500,1.1956,244.3391,244.3391,254.1127,254.1127,254.1127
-2010.7500,0.5000,,48.2600,,,,10,1069.2600,-156.5019,2134.0000,-156.5019,-17.5239,238.9496,238.9496,-17.5239,-0.8265,-21.2646,0.0000,-21.2646,4.5671,-21.2646,1.2213,0.0000,-22.4859,0.7825,,,-23.2684,0.9817,,,-24.2501,,,,,,,682.5720,-314.5813,0.2000,0.4650,1.4286,1.3500,1.1236,243.3799,243.3799,253.1150,253.1150,253.1150
-2011.2500,0.5000,,47.6200,,,,10,1047.0300,-155.0570,2134.0000,-155.0570,-17.0012,233.9818,233.9818,-17.0012,-2.7198,-18.7278,0.0000,-18.7278,4.4464,-18.7278,1.1839,0.0000,-19.9117,0.7639,,,-20.6756,0.9538,,,-21.6295,,,,,,,668.8387,-284.2883,0.2000,0.4650,1.4286,1.3500,1.0028,230.4965,230.4965,239.7164,239.7164,239.7164
-2011.7500,0.5000,,47.3000,,,,10,1043.9100,-154.8542,2134.0000,-154.8542,-16.9283,233.2846,233.2846,-16.9283,-0.3999,-20.9381,0.0000,-20.9381,4.4097,-20.9381,1.1784,0.0000,-22.1165,0.7611,,,-22.8776,0.9497,,,-23.8274,,,,,,,666.7954,-316.7345,0.2000,0.4650,1.4286,1.3500,0.9661,230.5517,230.5517,239.7737,239.7737,239.7737
-2012.2500,0.5000,,46.6000,,,,10,1037.8600,-80.1554,2134.0000,-154.4609,-8.7116,231.9326,231.9326,-16.7875,-1.9689,-10.9104,0.0000,-10.9104,4.1676,-10.9104,1.1512,0.0000,-12.0616,0.7475,,,-12.8091,0.9294,,,-13.7385,,,,,,,656.6435,-175.4069,0.2000,0.4650,1.4286,1.3500,0.7241,1572.1983,1572.1983,1635.0863,1635.0863,1635.0863
-2012.7500,0.5000,,46.7400,,,,10,1040.6700,286.0452,2134.0000,-154.6436,31.1728,232.5606,232.5606,-16.8529,0.6840,26.3212,0.0000,26.3212,4.1676,26.3212,1.1607,0.0000,25.1606,0.7522,,,24.4083,0.9752,,,23.4331,,,,,,,660.1879,363.9353,0.2000,0.4650,1.4286,1.3500,0.7241,7731.1109,7731.1109,8040.3554,8040.3554,8040.3554
-2013.2500,0.5000,,46.8800,,,,10,1040.2300,237.2053,2134.0000,-154.6150,25.8394,232.4622,232.4622,-16.8426,0.5514,21.2624,0.0000,21.2624,4.0256,21.2624,1.1683,0.0000,20.0941,0.7561,,,19.3381,0.9422,,,18.3959,,,,,,,663.0317,289.4049,0.2000,0.4650,1.4286,1.3500,0.5820,6892.0333,6892.0333,7167.7146,7167.7146,7167.7146
-2013.7500,0.5000,,46.9000,,,,10,1038.4700,165.6418,2134.0000,-154.5006,18.0133,232.0689,232.0689,-16.8017,-0.1401,14.1459,0.0000,14.1459,4.0074,14.1459,1.1664,0.0000,12.9796,0.7551,,,12.2245,0.9407,,,11.2838,,,,,,,662.3105,187.1413,0.2000,0.4650,1.4286,1.3500,0.5639,5716.1567,5716.1567,5944.8030,5944.8030,5944.8030
-2014.2500,0.5000,,46.9400,,,,10,1040.4800,182.0002,2134.0000,-154.6312,19.8305,232.5181,232.5181,-16.8484,0.1248,15.5770,0.0000,15.5770,4.1287,15.5770,1.1681,0.0000,14.4089,0.7560,,,13.6529,0.9420,,,12.7109,,,,,,,662.9534,207.5481,0.2000,0.4650,1.4286,1.3500,0.6851,5993.4127,5993.4127,6233.1493,6233.1493,6233.1493
-2014.7500,0.5000,,47.0800,,,,10,1046.6100,238.1942,2134.0000,-155.0297,26.1063,233.8880,233.8880,-16.9914,0.6708,21.2399,0.0000,21.2399,4.1956,21.2399,1.1773,0.0000,20.0625,0.7606,,,19.3019,0.9489,,,18.3530,,,,,,,666.3967,287.4907,0.2000,0.4650,1.4286,1.3500,0.7520,6956.6892,6956.6892,7234.9568,7234.9568,7234.9568
-2015.2500,0.5000,,47.4400,,,,10,1055.9300,267.5203,2134.0000,-155.6355,29.5815,235.9707,235.9707,-17.2097,1.1465,24.2501,0.0000,24.2501,4.1849,24.2501,1.1931,0.0000,23.0570,0.7685,,,22.2885,0.9607,,,21.3278,,,,,,,672.2412,327.5279,0.2000,0.4650,1.4286,1.3500,0.7413,7534.2695,7534.2695,7835.6403,7835.6403,7835.6403
-2015.7500,0.5000,,47.9000,,,,10,1063.0600,271.2069,2134.0000,-156.0989,30.1917,237.5641,237.5641,-17.3775,1.0395,24.9820,0.0000,24.9820,4.1702,24.9820,1.2074,0.0000,23.7746,0.7756,,,22.9990,0.9713,,,22.0276,,,,,,,677.4963,335.1024,0.2000,0.4650,1.4286,1.3500,0.7266,7655.3368,7655.3368,7961.5503,7961.5503,7961.5503
-2016.2500,0.5000,,48.2200,,,,10,1071.9900,259.3553,2134.0000,-156.6794,29.1148,239.5597,239.5597,-17.5886,0.9938,23.9866,0.0000,23.9866,4.1344,23.9866,1.2211,0.0000,22.7655,0.7824,,,21.9831,0.9815,,,21.0016,,,,,,,682.4830,318.5347,0.2000,0.4650,1.4286,1.3500,0.6909,7525.1384,7525.1384,7826.1439,7826.1439,7826.1439
-2016.7500,0.5000,,48.5200,,,,10,1076.6000,255.8913,2134.0000,-156.9790,28.8495,240.5899,240.5899,-17.6980,0.7256,24.0563,0.0000,24.0563,4.0676,24.0563,1.2310,0.0000,22.8253,0.7873,,,22.0380,0.9889,,,21.0491,,,,,,,686.1009,317.6875,0.2000,0.4650,1.4286,1.3500,0.6240,7493.4798,7493.4798,7793.2190,7793.2190,7793.2190
-2017.2500,0.5000,,48.7600,,,,10,1081.6900,248.6261,2134.0000,-157.3099,28.1629,241.7274,241.7274,-17.8192,0.6623,23.4169,0.0000,23.4169,4.0838,23.4169,1.2401,0.0000,22.1768,0.7918,,,21.3850,0.9956,,,20.3894,,,,,,,689.3866,307.1902,0.2000,0.4650,1.4286,1.3500,0.6402,7378.8535,7378.8535,7674.0077,7674.0077,7674.0077
-2017.7500,0.5000,,48.8000,,,,10,1082.0500,177.4900,2134.0000,-157.3333,20.1117,241.8078,241.8078,-17.8277,0.0783,15.9017,0.0000,15.9017,4.1317,15.9017,1.2411,0.0000,14.6606,0.7923,,,13.8682,0.9964,,,12.8718,,,,,,,689.7742,202.9624,0.2000,0.4650,1.4286,1.3500,0.6881,6121.4317,6121.4317,6366.2889,6366.2889,6366.2889
-2018.2500,0.5000,,48.9000,,,,10,1085.2600,168.7704,2134.0000,-157.5419,19.1804,242.5252,242.5252,-17.9043,0.3543,14.6991,0.0000,14.6991,4.1271,14.6991,1.2460,0.0000,13.4531,0.7947,,,12.6584,1.0000,,,11.6584,,,,,,,691.5245,185.7747,0.2000,0.4650,1.4286,1.3500,0.6835,5994.1085,5994.1085,6233.8728,6233.8728,6233.8728
-2018.7500,0.5000,,49.0400,,,,10,1086.4500,170.8239,2134.0000,-157.6193,19.4351,242.7911,242.7911,-17.9328,0.2378,15.0916,0.0000,15.0916,4.1057,15.0916,1.2492,0.0000,13.8423,0.7963,,,13.0460,1.0024,,,12.0436,,,,,,,692.6969,190.8261,0.2000,0.4650,1.4286,1.3500,0.6622,6033.7987,6033.7987,6275.1507,6275.1507,6275.1507
-2019.2500,0.5000,,49.0800,,,,10,1090.3100,170.5485,2134.0000,-157.8702,19.4727,243.6537,243.6537,-18.0251,0.3117,15.0565,0.0000,15.0565,4.1045,15.0565,1.2535,0.0000,13.8030,0.7984,,,13.0046,1.0055,,,11.9990,,,,,,,694.2308,189.8635,0.2000,0.4650,1.4286,1.3500,0.6609,6048.5210,6048.5210,6290.4618,6290.4618,6290.4618
-2019.7500,0.5000,,49.3400,,,,10,1094.2800,187.1983,2134.0000,-158.1282,21.4516,244.5409,244.5409,-18.1203,0.6718,16.6869,0.0000,16.6869,4.0928,16.6869,1.2626,0.0000,15.4243,0.8029,,,14.6214,1.0123,,,13.6090,,,,,,,697.5247,211.1628,0.2000,0.4650,1.4286,1.3500,0.6493,6342.0081,6342.0081,6595.6884,6595.6884,6595.6884
-2020.2500,0.5000,,49.3600,,,,10,1096.7000,175.9791,2134.0000,-158.2855,20.2105,245.0817,245.0817,-18.1785,0.2012,15.9163,0.0000,15.9163,4.0931,15.9163,1.2653,0.0000,14.6509,0.8043,,,13.8466,1.0144,,,12.8323,,,,,,,698.5081,200.2928,0.2000,0.4650,1.4286,1.3500,0.6495,6169.6566,6169.6566,6416.4428,6416.4428,6416.4428
-2020.7500,0.5000,,49.6400,,,,10,1101.8400,175.3669,2134.0000,-158.6196,20.2346,246.2303,246.2303,-18.3022,0.7447,15.3862,0.0000,15.3862,4.1037,15.3862,1.2755,0.0000,14.1107,0.8093,,,13.3014,1.0219,,,12.2796,,,,,,,702.1365,191.9106,0.2000,0.4650,1.4286,1.3500,0.6601,6185.2258,6185.2258,6432.6348,6432.6348,6432.6348
-2021.2500,0.5000,,49.9000,,,,10,1105.7300,203.0805,2134.0000,-158.8725,23.5151,247.0996,247.0996,-18.3961,0.6916,18.7199,0.0000,18.7199,4.1035,18.7199,1.2849,0.0000,17.4350,0.8139,,,16.6211,1.0288,,,15.5923,,,,,,,705.4894,235.9955,0.2000,0.4650,1.4286,1.3500,0.6600,6660.1810,6660.1810,6926.5882,6926.5882,6926.5882
-2021.7500,0.5000,,49.6600,,,,10,1001.7400,27.8722,2134.0000,-152.1131,2.9238,223.8608,223.8608,-15.9570,-0.9424,-0.2373,0.0000,-0.2373,4.1035,-0.2373,1.2721,0.0000,-1.5094,0.8076,,,-2.3170,1.0194,,,-3.3363,,,,,,,700.9169,-20.5637,0.2000,0.4650,1.4286,1.3500,0.6600,3298.7652,3298.7652,3430.7158,3430.7158,3430.7158
-2022.2500,0.5000,,49.6000,,,,11,897.7000,-147.3965,1892.0605,-147.3965,-13.8563,177.8668,177.8668,-13.8563,-25.9545,7.9943,0.0000,7.9943,4.1039,7.9943,0.9075,0.0000,7.0867,0.8072,,,6.2795,1.0188,,,5.2607,,,,,,,700.6402,96.5878,0.2000,0.4650,1.4286,1.3500,0.6604,180.3204,180.3204,187.5332,187.5332,187.5332
-2022.7500,0.5000,,49.6000,,,,11,871.7300,175.2471,1830.6415,-146.2279,15.9978,167.1144,167.1144,-13.3488,0.1636,11.7182,0.0000,11.7182,4.1160,11.7182,0.9099,0.0000,10.8083,0.8089,,,9.9994,1.0214,,,8.9780,,,,,,,701.8841,147.0496,0.2000,0.4650,1.4286,1.3500,0.6724,4783.9900,4783.9900,4975.3496,4975.3496,4975.3496
-2023.2500,0.5000,,49.9400,,,,11,873.1100,206.8660,1833.9052,-146.2900,18.9141,167.6774,167.6774,-13.3756,0.5502,14.2477,0.0000,14.2477,4.1163,14.2477,0.9180,0.0000,13.3297,0.8147,,,12.5150,1.0300,,,11.4850,,,,,,,706.0506,180.2835,0.2000,0.4650,1.4286,1.3500,0.6727,5176.9045,5176.9045,5383.9807,5383.9807,5383.9807
-2023.7500,0.5000,,50.0000,,,,11,874.5500,103.9120,1837.3108,-146.3548,9.5165,168.2658,168.2658,-13.4036,-0.1428,5.1537,0.0000,5.1537,4.5057,5.1537,0.9159,0.0000,4.2378,0.8132,,,3.4246,1.0278,,,2.3969,,,,,,,704.9713,57.4039,0.2000,0.5025,1.4286,1.4000,0.9746,3785.5210,3785.5210,3823.3762,3823.3762,3823.3762
-2024.2500,0.5000,,49.9400,,,,11,878.1400,232.1338,1845.8011,-146.5163,21.3467,169.7373,169.7373,-13.4734,0.2782,16.6357,0.0000,16.6357,4.4328,16.6357,0.9199,0.0000,15.7158,0.8161,,,14.8997,1.0321,,,13.8676,,,,,,,707.0723,212.2476,0.2000,0.4650,1.4286,1.3500,0.9892,5574.8190,5574.8190,5797.8117,5797.8117,5797.8117
-2024.7500,0.5000,,50.6000,,,,11,890.6000,540.8081,1875.2690,-147.0770,50.4376,174.8940,174.8940,-13.7169,1.3499,44.6146,0.0000,44.6146,4.4732,44.6146,1.7811,0.0000,42.8335,0.8300,,,42.0035,1.6788,,,40.3247,,,,,,,717.1776,570.3330,0.2000,0.5025,1.4286,1.4000,0.9421,10481.9861,10481.9861,10586.8060,10586.8060,10586.8060
-2025.2500,0.5000,,51.1600,,,,11,897.8400,503.4703,1892.3916,-147.4028,47.3371,177.9257,177.9257,-13.8590,0.9353,41.9354,0.0000,41.9354,4.4664,41.9354,1.6738,0.0000,40.2616,0.8396,,,39.4220,1.5756,,,37.8464,,,,,,,724.0966,530.9649,0.2000,0.5025,1.4286,1.4000,0.9353,9994.9134,9994.9134,10094.8625,10094.8625,10094.8625
-2025.7500,0.5000,,51.5800,,,,11,906.9500,485.2807,1913.9368,-147.8128,46.0898,181.7773,181.7773,-14.0386,0.9120,40.9544,0.0000,40.9544,4.2234,40.9544,1.6345,0.0000,39.3199,0.8489,,,38.4711,1.5375,,,36.9336,,,,,,,730.7800,513.8040,0.2000,0.5025,1.4286,1.4000,0.6923,9799.5664,9799.5664,9897.5621,9897.5621,9897.5621
-2026.2500,0.5000,,52.0400,,,,11,915.0800,493.3043,1933.1642,-148.1786,47.2718,185.2492,185.2492,-14.1995,0.9377,42.1639,0.0000,42.1639,4.1702,42.1639,1.6828,0.0000,40.4811,0.8584,,,39.6228,1.5835,,,38.0392,,,,,,,737.5891,524.0943,0.2000,0.5025,1.4286,1.4000,0.6391,9998.5180,9998.5180,10098.5032,10098.5032,10098.5032
-2026.7500,0.5000,,52.5400,,,,11,921.9100,492.5217,1949.3172,-148.4860,47.5491,188.1913,188.1913,-14.3352,0.7939,42.7251,0.0000,42.7251,4.0301,42.7251,1.7052,0.0000,41.0199,0.8663,,,40.1535,1.6048,,,38.5488,,,,,,,743.3052,526.9854,0.2000,0.5025,1.4286,1.4000,0.4990,10049.8816,10049.8816,10150.3804,10150.3804,10150.3804
-2027.2500,0.5000,,52.8400,,,,11,925.2400,393.4632,1957.1926,-148.6358,38.1230,189.6342,189.6342,-14.4015,0.4590,33.6824,0.0000,33.6824,3.9816,33.6824,1.3435,0.0000,32.3389,0.8709,,,31.4680,1.2573,,,30.2107,,,,,,,746.5899,413.6325,0.2000,0.5025,1.4286,1.4000,0.4506,8536.7447,8536.7447,8622.1121,8622.1121,8622.1121
-2027.7500,0.5000,,52.8800,,,,11,927.1600,304.9466,1961.7334,-148.7222,29.6079,190.4686,190.4686,-14.4397,0.2244,25.4474,0.0000,25.4474,3.9361,25.4474,1.0141,0.0000,24.4334,0.8732,,,23.5602,1.1192,,,22.4410,,,,,,,748.1903,311.8478,0.2000,0.5025,1.4286,1.4000,0.4050,7149.2984,7149.2984,7220.7914,7220.7914,7220.7914
-2028.2500,0.5000,,53.0000,,,,11,928.6000,296.1040,1965.1390,-148.7870,28.7940,191.0955,191.0955,-14.4685,0.1070,24.8373,0.0000,24.8373,3.8497,24.8373,1.0024,0.0000,23.8349,0.8742,,,22.9606,1.1209,,,21.8398,,,,,,,748.9522,303.8999,0.2000,0.5025,1.4286,1.4000,0.3186,7022.2834,7022.2834,7092.5063,7092.5063,7092.5063
-2028.7500,0.5000,,53.2400,,,,11,933.8700,357.3001,1977.6026,-149.0242,34.9420,193.3989,193.3989,-14.5738,0.4785,30.6234,0.0000,30.6234,3.8402,30.6234,1.2211,0.0000,29.4023,0.8790,,,28.5233,1.1395,,,27.3838,,,,,,,752.3504,373.1927,0.2000,0.5025,1.4286,1.4000,0.3091,8042.7455,8042.7455,8123.1729,8123.1729,8123.1729
-2029.2500,0.5000,,53.5400,,,,11,939.0600,386.7200,1989.8769,-149.2577,38.0293,195.6808,195.6808,-14.6777,0.6731,33.5983,0.0000,33.5983,3.7579,33.5983,1.3400,0.0000,32.2583,0.8857,,,31.3726,1.2535,,,30.1192,,,,,,,757.1046,406.8718,0.2000,0.5025,1.4286,1.4000,0.2268,8557.9915,8557.9915,8643.5714,8643.5714,8643.5714
-2029.7500,0.5000,,53.8600,,,,11,942.3500,311.9275,1997.6578,-149.4058,30.7818,197.1342,197.1342,-14.7438,0.5038,26.5291,0.0000,26.5291,3.7489,26.5291,1.0572,0.0000,25.4719,0.8907,,,24.5812,1.1462,,,23.4351,,,,,,,760.6437,319.7806,0.2000,0.5025,1.4286,1.4000,0.2179,7401.1443,7401.1443,7475.1558,7475.1558,7475.1558
-2030.2500,0.5000,,53.8400,,,,11,942.2800,242.0160,1997.4922,-149.4026,23.8810,197.1032,197.1032,-14.7424,-0.0846,20.2601,0.0000,20.2601,3.7056,20.2601,1.0248,0.0000,19.2353,0.8899,,,18.3454,1.1449,,,17.2005,,,,,,,760.0505,241.6725,0.2000,0.5025,1.4286,1.4000,0.1745,6241.5148,6241.5148,6303.9299,6303.9299,6303.9299
-2030.7500,0.5000,,53.8000,,,,11,942.8100,244.2980,1998.7457,-149.4265,24.1197,197.3378,197.3378,-14.7530,0.0795,20.3346,0.0000,20.3346,3.7056,20.3346,1.0259,0.0000,19.3087,0.8906,,,18.4181,1.1461,,,17.2720,,,,,,,760.6078,242.4178,0.2000,0.5025,1.4286,1.4000,0.1745,6284.5310,6284.5310,6347.3763,6347.3763,6347.3763
-2031.2500,0.5000,,54.0800,,,,11,947.6100,289.8103,2010.0977,-149.6425,28.7589,199.4690,199.4690,-14.8495,0.5487,24.5375,0.0000,24.5375,3.6727,24.5375,1.0337,0.0000,23.5038,0.8961,,,22.6077,1.1545,,,21.4532,,,,,,,764.4439,293.6048,0.2000,0.5025,1.4286,1.4000,0.1417,7098.8487,7098.8487,7169.8371,7169.8371,7169.8371
-2031.7500,0.5000,,53.9600,,,,11,945.4500,185.4193,2004.9893,-149.5453,18.3579,198.5086,198.5086,-14.8061,-0.2506,14.9377,0.0000,14.9377,3.6708,14.9377,1.0301,0.0000,13.9075,0.8936,,,13.0140,1.1506,,,11.8633,,,,,,,762.6942,174.1292,0.2000,0.5025,1.4286,1.4000,0.1397,5389.7699,5389.7699,5443.6676,5443.6676,5443.6676
-2032.2500,0.5000,,53.9800,,,,11,941.5200,142.1134,1995.6948,-149.3684,14.0118,196.7670,196.7670,-14.7271,-0.3609,10.7177,0.0000,10.7177,3.6550,10.7177,1.0250,0.0000,9.6927,0.8900,,,8.8027,1.1451,,,7.6575,,,,,,,760.1671,121.7605,0.2000,0.5025,1.4286,1.4000,0.1239,4747.3055,4747.3055,4794.7786,4794.7786,4794.7786
-2032.7500,0.5000,,53.6000,,,,11,935.7300,105.6375,1982.0015,-149.1079,10.3514,194.2152,194.2152,-14.6110,-0.6115,7.3203,0.0000,7.3203,3.6426,7.3203,1.0163,0.0000,6.3040,0.8840,,,5.4200,1.1358,,,4.2842,,,,,,,755.8663,79.6419,0.2000,0.5025,1.4286,1.4000,0.1115,4187.6148,4187.6148,4229.4909,4229.4909,4229.4909
-2033.2500,0.5000,,53.3800,,,,11,933.6600,77.9723,1977.1059,-149.0147,7.6236,193.3069,193.3069,-14.5696,-0.3098,4.3010,0.0000,4.3010,3.6323,4.3010,1.0119,0.0000,3.2891,0.8809,,,2.4082,1.1311,,,1.2772,,,,,,,753.6783,41.6741,0.2000,0.5025,1.4286,1.4000,0.1012,3780.4839,3780.4839,3818.2887,3818.2887,3818.2887
-2033.7500,0.5000,,53.1200,,,,11,929.4600,84.9128,1967.1729,-148.8257,8.2648,191.4705,191.4705,-14.4856,-0.5469,5.1903,0.0000,5.1903,3.6214,5.1903,1.0041,0.0000,4.1862,0.8754,,,3.3108,1.1227,,,2.1881,,,,,,,749.7996,53.3148,0.2000,0.5025,1.4286,1.4000,0.0903,3847.3146,3847.3146,3885.7877,3885.7877,3885.7877
-2034.2500,0.5000,,53.1800,,,,11,932.3200,233.2063,1973.9368,-148.9544,22.7685,192.7200,192.7200,-14.5428,0.2327,18.9189,0.0000,18.9189,3.6168,18.9189,1.0074,0.0000,17.9115,0.8778,,,17.0337,1.1263,,,15.9075,,,,,,,751.4525,227.6151,0.2000,0.5025,1.4286,1.4000,0.0858,6016.2370,6016.2370,6076.3994,6076.3994,6076.3994
-2034.7500,0.5000,,53.5400,,,,11,941.6400,458.3313,1995.9786,-149.3738,45.1953,196.8201,196.8201,-14.7295,0.8848,40.7007,0.0000,40.7007,3.6098,40.7007,1.6241,0.0000,39.0766,0.8865,,,38.1900,1.5262,,,36.6639,,,,,,,757.7038,492.4800,0.2000,0.5025,1.4286,1.4000,0.0787,9706.8901,9706.8901,9803.9591,9803.9591,9803.9591
-2035.2500,0.5000,,54.2000,,,,11,951.6900,558.8316,2019.7469,-149.8261,55.6936,201.2895,201.2895,-14.9318,1.3056,50.7794,0.0000,50.7794,3.6086,50.7794,2.0271,0.0000,48.7522,0.8994,,,47.8528,1.9126,,,45.9402,,,,,,,766.8350,607.1050,0.2000,0.5025,1.4286,1.4000,0.0775,11346.7973,11346.7973,11460.2652,11460.2652,11460.2652
-2035.7500,0.5000,,54.6400,,,,11,957.0300,430.8124,2032.3760,-150.0664,43.1760,203.6846,203.6846,-15.0396,0.8487,38.7255,0.0000,38.7255,3.6018,38.7255,1.5449,0.0000,37.1806,0.9078,,,36.2729,1.4494,,,34.8234,,,,,,,772.7127,459.4833,0.2000,0.5025,1.4286,1.4000,0.0707,9424.8223,9424.8223,9519.0705,9519.0705,9519.0705
-2036.2500,0.5000,,54.5400,,,,11,949.3600,75.8312,2014.2364,-149.7212,7.5389,200.2488,200.2488,-14.8848,-0.3004,4.2375,0.0000,4.2375,3.6018,4.2375,1.0463,0.0000,3.1912,0.9048,,,2.2864,1.1680,,,1.1183,,,,,,,770.6371,39.5432,0.2000,0.5025,1.4286,1.4000,0.0707,3867.6376,3867.6376,3906.3139,3906.3139,3906.3139
-2036.7500,0.5000,,54.4200,,,,11,954.5300,23.9083,2026.4635,-149.9539,2.3898,202.5615,202.5615,-14.9891,-0.4406,-0.7658,0.0000,-0.7658,3.5962,-0.7658,1.0401,0.0000,-1.8059,0.9005,,,-2.7064,1.1613,,,-3.8677,,,,,,,767.5832,-22.4669,0.2000,0.5025,1.4286,1.4000,0.0652,3037.2850,3037.2850,3067.6579,3067.6579,3067.6579
-2037.2500,0.5000,,54.2600,,,,11,950.6900,82.6155,2017.3819,-149.7811,8.2249,200.8425,200.8425,-14.9116,-0.2603,4.8896,0.0000,4.8896,3.5956,4.8896,1.0364,0.0000,3.8532,0.8979,,,2.9552,1.1574,,,1.7979,,,,,,,765.7729,48.0494,0.2000,0.5025,1.4286,1.4000,0.0646,3973.6310,3973.6310,4013.3673,4013.3673,4013.3673
-2037.7500,0.5000,,54.1200,,,,11,945.0000,69.8269,2003.9250,-149.5250,6.9101,198.3088,198.3088,-14.7970,-0.3537,3.6706,0.0000,3.6706,3.5932,3.6706,1.0314,0.0000,2.6392,0.8944,,,1.7447,1.1520,,,0.5928,,,,,,,763.3064,33.0174,0.2000,0.5025,1.4286,1.4000,0.0622,3750.0176,3750.0176,3787.5177,3787.5177,3787.5177
-2038.2500,0.5000,,53.9800,,,,11,943.3000,111.8008,1999.9045,-149.4485,11.0439,197.5549,197.5549,-14.7628,-0.3405,7.7936,0.0000,7.7936,3.5908,7.7936,1.0266,0.0000,6.7670,0.8911,,,5.8759,1.1468,,,4.7292,,,,,,,760.9246,84.9235,0.2000,0.5025,1.4286,1.4000,0.0598,4331.5028,4331.5028,4374.8179,4374.8179,4374.8179
-2038.7500,0.5000,,53.6800,,,,11,939.0400,224.8081,1989.8296,-149.2568,22.1067,195.6720,195.6720,-14.6773,-0.5549,19.0712,0.0000,19.0712,3.5905,19.0712,1.0187,0.0000,18.0525,0.8856,,,17.1669,1.1383,,,16.0286,,,,,,,757.0269,227.7181,0.2000,0.5025,1.4286,1.4000,0.0594,5922.7987,5922.7987,5982.0267,5982.0267,5982.0267
-2039.2500,0.5000,,53.8600,,,,11,946.6900,548.9684,2007.9219,-149.6011,54.4232,199.0596,199.0596,-14.8310,0.7199,50.1161,0.0000,50.1161,3.5871,50.1161,2.0007,0.0000,48.1154,0.8927,,,47.2227,1.8874,,,45.3353,,,,,,,762.0798,602.9139,0.2000,0.5025,1.4286,1.4000,0.0561,11148.5937,11148.5937,11260.0797,11260.0797,11260.0797
-2039.7500,0.5000,,54.3800,,,,11,954.7800,826.4051,2027.0547,-149.9651,82.6276,202.6737,202.6737,-14.9942,1.1194,77.9210,0.0000,77.9210,3.5871,77.9210,3.1128,0.0000,74.8082,0.9037,,,73.9045,2.9547,,,70.9498,,,,,,,769.8710,927.9033,0.2000,0.5025,1.4286,1.4000,0.0561,16085.8201,16085.8201,16246.6783,16246.6783,16246.6783
-2040.2500,0.5000,,54.6600,,,,11,959.1200,784.7939,2037.3188,-150.1604,78.8238,204.6259,204.6259,-15.0819,0.5261,74.7109,0.0000,74.7109,3.5868,74.7109,2.9843,0.0000,71.7265,0.9089,,,70.8177,2.8312,,,67.9865,,,,,,,773.5057,885.4982,0.2000,0.5025,1.4286,1.4000,0.0557,15333.1625,15333.1625,15486.4941,15486.4941,15486.4941
-2040.7500,0.5000,,54.7800,,,,11,958.1900,739.5124,2035.1194,-150.1186,74.2037,204.2068,204.2068,-15.0631,0.0036,70.6135,0.0000,70.6135,3.5866,70.6135,2.8204,0.0000,67.7931,0.9089,,,66.8841,2.6739,,,64.2103,,,,,,,773.5306,836.9107,0.2000,0.5025,1.4286,1.4000,0.0556,14531.9171,14531.9171,14677.2362,14677.2362,14677.2362
-2041.2500,0.5000,,54.6000,,,,11,956.4900,688.5318,2031.0989,-150.0421,68.9657,203.4418,203.4418,-15.0287,-0.2655,65.6451,0.0000,65.6451,3.5861,65.6451,2.6217,0.0000,63.0234,0.9063,,,62.1171,2.4832,,,59.6339,,,,,,,771.6984,779.8759,0.2000,0.5025,1.4286,1.4000,0.0550,13642.0643,13642.0643,13778.4849,13778.4849,13778.4849
-2041.7500,0.5000,,54.3200,,,,11,946.7400,510.0398,2008.0401,-149.6033,50.5666,199.0819,199.0819,-14.8320,-0.9199,47.9018,0.0000,47.9018,3.5847,47.9018,1.9121,0.0000,45.9897,0.8973,,,45.0924,1.8022,,,43.2902,,,,,,,765.3170,573.8402,0.2000,0.5025,1.4286,1.4000,0.0536,10549.9837,10549.9837,10655.4835,10655.4835,10655.4835
-2042.2500,0.5000,,53.7200,,,,11,938.8300,373.7072,1989.3330,-149.2474,36.7407,195.5794,195.5794,-14.6731,-1.0544,34.2103,0.0000,34.2103,3.5847,34.2103,1.3645,0.0000,32.8459,0.8869,,,31.9590,1.2769,,,30.6821,,,,,,,757.9366,413.8273,0.2000,0.5025,1.4286,1.4000,0.0536,8349.2682,8349.2682,8432.7609,8432.7609,8432.7609
-2042.7500,0.5000,,53.4800,,,,11,935.2500,508.1888,1980.8663,-149.0863,49.7716,194.0044,194.0044,-14.6014,-0.4840,46.6728,0.0000,46.6728,3.5828,46.6728,1.8630,0.0000,44.8098,0.8821,,,43.9277,1.7557,,,42.1720,,,,,,,754.5247,567.1142,0.2000,0.5025,1.4286,1.4000,0.0517,10414.8292,10414.8292,10518.9775,10518.9775,10518.9775
-2043.2500,0.5000,,53.4000,,,,11,934.6200,506.9878,1979.3763,-149.0579,49.6205,193.7278,193.7278,-14.5888,-0.0316,46.0699,0.0000,46.0699,3.5822,46.0699,1.8389,0.0000,44.2310,0.8818,,,43.3493,1.7325,,,41.6167,,,,,,,754.3013,559.9554,0.2000,0.5025,1.4286,1.4000,0.0511,10390.4969,10390.4969,10494.4018,10494.4018,10494.4018
-2043.7500,0.5000,,53.1000,,,,11,920.1400,197.3758,1945.1311,-148.4063,19.0185,187.4267,187.4267,-14.3000,-1.1198,16.5565,0.0000,16.5565,3.5819,16.5565,0.9972,0.0000,15.5593,0.8706,,,14.6887,1.1152,,,13.5734,,,,,,,746.3449,199.0772,0.2000,0.5025,1.4286,1.4000,0.0508,5369.6682,5369.6682,5423.3649,5423.3649,5423.3649
-2044.2500,0.5000,,52.1800,,,,11,902.7100,-13.8431,1903.9092,-147.6220,-1.3086,179.9795,179.9795,-13.9549,-1.5140,-3.3750,0.0000,-3.3750,3.5805,-3.3750,0.9755,0.0000,-4.3505,0.8554,,,-5.2059,1.0919,,,-6.2978,,,,,,,735.4507,-56.4884,0.2000,0.5025,1.4286,1.4000,0.0494,2219.5409,2219.5409,2241.7363,2241.7363,2241.7363
-2044.7500,0.5000,,51.5800,,,,11,898.2100,-66.0096,1893.2667,-147.4195,-6.2089,178.0813,178.0813,-13.8663,-1.2206,-8.5687,0.0000,-8.5687,3.5804,-8.5687,0.9579,0.0000,-9.5266,0.8430,,,-10.3696,1.0730,,,-11.4426,,,,,,,726.5486,-125.2114,0.2000,0.5025,1.4286,1.4000,0.0494,1412.2990,1412.2990,1426.4220,1426.4220,1426.4220
-2045.2500,0.5000,,50.8400,,,,11,887.2500,-145.8602,1867.3463,-146.9263,-13.5522,173.5000,173.5000,-13.6513,-1.3521,-15.7787,0.0000,-15.7787,3.5786,-15.7787,0.9383,0.0000,-16.7171,0.8291,,,-17.5462,1.0520,,,-18.5982,,,,,,,716.5583,-222.7820,0.2000,0.5025,1.4286,1.4000,0.0476,197.0933,197.0933,199.0642,199.0642,199.0642
-2045.7500,0.5000,,50.3400,,,,11,876.3700,-125.3954,1841.6151,-146.4367,-11.5079,169.0110,169.0110,-13.4390,-1.0256,-14.0599,0.0000,-14.0599,3.5776,-14.0599,0.9234,0.0000,-14.9834,0.8186,,,-15.8019,1.0359,,,-16.8379,,,,,,,708.8865,-201.8388,0.2000,0.5025,1.4286,1.4000,0.0466,499.7153,499.7153,504.7125,504.7125,504.7125
-2046.2500,0.5000,,49.5000,,,,11,862.0600,-136.9832,1807.7719,-145.7927,-12.3661,163.1961,163.1961,-13.1614,-1.5823,-14.2740,0.0000,-14.2740,3.4901,-14.2740,0.9003,0.0000,-15.1743,0.8021,,,-15.9764,1.0110,,,-16.9874,,,,,,,696.8856,-207.9307,0.2000,0.4650,1.4286,1.3500,0.0465,315.7263,315.7263,328.3554,328.3554,328.3554
-2046.7500,0.5000,,48.8800,,,,11,853.0700,-133.0219,1786.5106,-145.3882,-11.8833,159.5948,159.5948,-12.9880,-0.9804,-14.3922,0.0000,-14.3922,3.4893,-14.3922,0.8860,0.0000,-15.2782,0.7918,,,-16.0699,0.9955,,,-17.0655,,,,,,,689.3449,-211.6443,0.2000,0.4650,1.4286,1.3500,0.0457,370.0555,370.0555,384.8577,384.8577,384.8577
-2047.2500,0.5000,,48.1200,,,,11,839.2700,-139.0503,1753.8736,-144.7672,-12.2209,154.1447,154.1447,-12.7233,-1.3705,-14.3397,0.0000,-14.3397,3.4893,-14.3397,0.8658,0.0000,-15.2054,0.7772,,,-15.9827,0.9737,,,-16.9564,,,,,,,678.6632,-213.9519,0.2000,0.4650,1.4286,1.3500,0.0457,270.4140,270.4140,281.2306,281.2306,281.2306
-2047.7500,0.5000,,47.5600,,,,11,829.4700,-144.3262,1730.6966,-144.3262,-12.5364,150.3316,150.3316,-12.5364,-0.9922,-15.0339,0.0000,-15.0339,3.4896,-15.0339,0.8511,0.0000,-15.8849,0.7666,,,-16.6515,0.9578,,,-17.6094,,,,,,,670.8240,-226.1249,0.2000,0.4650,1.4286,1.3500,0.0460,184.6182,184.6182,192.0029,192.0029,192.0029
-2048.2500,0.5000,,46.7800,,,,11,815.3400,-143.6903,1697.2791,-143.6903,-12.2686,144.9174,144.9174,-12.2686,-1.4407,-14.3177,0.0000,-14.3177,3.4898,-14.3177,0.8296,0.0000,-15.1473,0.7510,,,-15.8983,0.9346,,,-16.8330,,,,,,,659.2748,-219.4020,0.2000,0.4650,1.4286,1.3500,0.0463,185.5083,185.5083,192.9286,192.9286,192.9286
-2048.7500,0.5000,,46.2200,,,,11,804.8000,-143.2160,1672.3520,-143.2160,-12.0700,140.9432,140.9432,-12.0700,-1.0253,-14.6049,0.0000,-14.6049,3.5602,-14.6049,0.8143,0.0000,-15.4192,0.7398,,,-16.1590,0.9180,,,-17.0770,,,,,,,650.9308,-226.2025,0.2000,0.4650,1.4286,1.3500,0.1166,186.1722,186.1722,193.6191,193.6191,193.6191
-2049.2500,0.5000,,45.7000,,,,11,789.2200,-130.0426,1635.5053,-142.7305,-10.7476,135.1695,135.1695,-11.7962,-0.9405,-13.5137,0.0000,-13.5137,3.7065,-13.5137,0.8001,0.0000,-14.3138,0.7294,,,-15.0432,0.9027,,,-15.9459,,,,,,,643.1821,-212.5165,0.2000,0.4650,1.4286,1.3500,0.2629,375.6793,375.6793,390.7064,390.7064,390.7064
-2049.7500,0.5000,,45.4000,,,,11,778.1900,22.6225,1609.4194,-142.4548,1.8436,131.1546,131.1546,-11.6089,-0.2184,-1.8356,0.0000,-1.8356,3.8975,-1.8356,0.7969,0.0000,-2.6324,0.7270,,,-3.3594,0.8992,,,-4.2586,,,,,,,641.3693,-39.1938,0.2000,0.4650,1.4286,1.3500,0.4540,2245.6480,2245.6480,2335.4739,2335.4739,2335.4739
-2050.2500,0.5000,,44.9600,,,,10,941.9000,81.0833,1996.5935,-149.3855,7.9977,196.9351,196.9351,-14.7347,20.1705,-16.5487,0.0000,-16.5487,4.3759,-16.5487,1.0893,0.0000,-17.6380,0.7161,,,-18.3541,0.8831,,,-19.2372,,,,,,,633.1731,-266.0107,0.2000,0.4650,1.4286,1.3500,0.9323,3886.1751,3886.1751,4041.6221,4041.6221,4041.6221
-2050.7500,0.5000,,44.0200,,,,10,966.6900,-150.5011,2055.2219,-150.5011,-15.2355,208.0533,208.0533,-15.2355,-2.7194,-17.0944,0.0000,-17.0944,4.5784,-17.0944,1.0510,0.0000,-18.1455,0.6964,,,-18.8419,0.8544,,,-19.6962,,,,,,,618.3456,-280.2260,0.2000,0.4650,1.4286,1.3500,1.1348,229.9331,229.9331,239.1304,239.1304,239.1304
-2051.2500,0.5000,,42.9000,,,,10,943.8200,-149.4719,2001.1343,-149.4719,-14.7733,197.7853,197.7853,-14.7733,-2.6488,-17.2852,0.0000,-17.2852,5.1607,-17.2852,1.0134,0.0000,-18.2986,0.6770,,,-18.9756,0.8261,,,-19.8017,,,,,,,603.5531,-289.5174,0.2000,0.4650,1.4286,1.3500,1.7171,225.0568,225.0568,234.0591,234.0591,234.0591
-2051.7500,0.5000,,41.8600,,,,10,920.3500,-148.4158,1945.6278,-148.4158,-14.3041,187.5173,187.5173,-14.3041,-2.6635,-16.7287,0.0000,-16.7287,5.0881,-16.7287,0.9753,0.0000,-17.7040,0.6578,,,-18.3618,0.7973,,,-19.1591,,,,,,,588.3034,-287.3705,0.2000,0.4650,1.4286,1.3500,1.6445,220.0526,220.0526,228.8547,228.8547,228.8547
-2052.2500,0.5000,,40.9000,,,,10,898.3300,-147.4249,1893.5505,-147.4249,-13.8687,178.1318,178.1318,-13.8687,-2.3001,-16.4155,0.0000,-16.4155,4.8470,-16.4155,0.9421,0.0000,-17.3577,0.6410,,,-17.9987,0.7722,,,-18.7709,,,,,,,574.8088,-288.3629,0.2000,0.4650,1.4286,1.3500,1.4034,182.1576,182.1576,189.4439,189.4439,189.4439
-2052.7500,0.5000,,40.0000,,,,10,864.1300,-145.8859,1812.6675,-145.8859,-13.2014,164.0310,164.0310,-13.2014,-1.9857,-15.9845,0.0000,-15.9845,4.7687,-15.9845,0.9133,0.0000,-16.8978,0.6264,,,-17.5241,0.7503,,,-18.2744,,,,,,,562.8990,-286.6624,0.2000,0.4650,1.4286,1.3500,1.3252,182.4350,182.4350,189.7324,189.7324,189.7324
-2053.2500,0.5000,,39.4600,,,,10,961.4300,-150.2644,2042.7820,-150.2644,-15.1287,205.6687,205.6687,-15.1287,-1.1142,-18.3641,0.0000,-18.3641,4.3495,-18.3641,0.8970,0.0000,-19.2610,0.6180,,,-19.8790,0.7944,,,-20.6734,,,,,,,556.1046,-330.7460,0.2000,0.4650,1.4286,1.3500,0.9059,228.8116,228.8116,237.9640,237.9640,237.9640
-2053.7500,0.5000,,38.8800,,,,9,1083.5900,-51.7402,2134.0000,-157.4334,-5.8711,242.1520,242.1520,-17.8645,27.0376,-37.2363,0.0000,-37.2363,4.3275,-37.2363,1.4842,0.0000,-38.7204,0.6086,,,-39.3290,1.5724,,,-40.9014,,,,,,,548.4305,-674.2019,0.2000,0.4650,1.4286,1.3500,0.8839,2177.1368,2177.1368,2264.2223,2264.2223,2264.2223
-2054.2500,0.5000,,38.2000,,,,9,1081.2500,-157.2813,2134.0000,-157.2813,-17.8087,241.6291,241.6291,-17.8087,-2.9971,-18.8400,0.0000,-18.8400,4.0284,-18.8400,1.2361,0.0000,-20.0761,0.5946,,,-20.6707,0.8261,,,-21.4968,,,,,,,536.9520,-357.0388,0.2000,0.4650,1.4286,1.3500,0.5848,245.0687,245.0687,254.8715,254.8715,254.8715
-2054.7500,0.5000,,37.5800,,,,9,1063.8200,-156.1483,2134.0000,-156.1483,-17.3954,237.7339,237.7339,-17.3954,-2.0625,-19.3613,0.0000,-19.3613,4.0284,-19.3613,1.2079,0.0000,-20.5692,0.5848,,,-21.1539,0.8455,,,-21.9994,,,,,,,528.9082,-371.3705,0.2000,0.4650,1.4286,1.3500,0.5848,242.6136,242.6136,252.3181,252.3181,252.3181
-2055.2500,0.5000,,37.0200,,,,9,1051.5000,-155.3475,2134.0000,-155.3475,-17.1058,234.9808,234.9808,-17.1058,-1.8252,-19.2933,0.0000,-19.2933,4.0127,-19.2933,1.1828,0.0000,-20.4761,0.5760,,,-21.0520,0.8414,,,-21.8934,,,,,,,521.6867,-374.8072,0.2000,0.4650,1.4286,1.3500,0.5691,235.3301,235.3301,244.7433,244.7433,244.7433
-2055.7500,0.5000,,36.5600,,,,9,1035.9000,-154.3335,2134.0000,-154.3335,-16.7420,231.4946,231.4946,-16.7420,-1.7637,-18.9879,0.0000,-18.9879,4.0096,-18.9879,1.1584,0.0000,-20.1463,0.5674,,,-20.7137,0.8279,,,-21.5416,,,,,,,514.6120,-373.8412,0.2000,0.4650,1.4286,1.3500,0.5661,231.7344,231.7344,241.0038,241.0038,241.0038
-2056.2500,0.5000,,36.3000,,,,9,1041.1100,-154.6722,2134.0000,-154.6722,-16.8631,232.6589,232.6589,-16.8631,0.0995,-21.0480,0.0000,-21.0480,4.0854,-21.0480,1.1598,0.0000,-22.2078,0.5679,,,-22.7757,0.9104,,,-23.6861,,,,,,,515.0138,-411.7738,0.2000,0.4650,1.4286,1.3500,0.6419,230.9651,230.9651,240.2037,240.2037,240.2037
-2056.7500,0.5000,,36.8000,,,,9,1053.5100,-155.4782,2134.0000,-155.4782,-17.1529,235.4299,235.4299,-17.1529,1.7996,-23.0632,0.0000,-23.0632,4.1108,-23.0632,1.1846,0.0000,-24.2479,0.5766,,,-24.8245,0.9923,,,-25.8168,,,,,,,522.2258,-443.3913,0.2000,0.4650,1.4286,1.3500,0.6672,237.5036,237.5036,247.0037,247.0037,247.0037
-2057.2500,0.5000,,37.1800,,,,9,1064.6300,-156.2010,2134.0000,-156.2010,-17.4145,237.9150,237.9150,-17.4145,1.3753,-22.9114,0.0000,-22.9114,4.1216,-22.9114,1.2036,0.0000,-24.1150,0.5833,,,-24.6983,0.9872,,,-25.6855,,,,,,,527.6711,-436.4106,0.2000,0.4650,1.4286,1.3500,0.6780,242.7277,242.7277,252.4368,252.4368,252.4368
-2057.7500,0.5000,,37.7000,,,,9,1080.6200,-157.2403,2134.0000,-157.2403,-17.7937,241.4883,241.4883,-17.7937,1.9234,-23.8437,0.0000,-23.8437,4.1266,-23.8437,1.2299,0.0000,-25.0737,0.5924,,,-25.6661,1.0259,,,-26.6920,,,,,,,535.1935,-447.3818,0.2000,0.4650,1.4286,1.3500,0.6831,244.9800,244.9800,254.7792,254.7792,254.7792
-2058.2500,0.5000,,38.2600,,,,9,1094.9000,-158.1685,2134.0000,-158.1685,-18.1352,244.6794,244.6794,-18.1352,1.8227,-24.0721,0.0000,-24.0721,4.1141,-24.0721,1.2548,0.0000,-25.3270,0.6010,,,-25.9280,1.0364,,,-26.9643,,,,,,,542.2259,-446.0404,0.2000,0.4650,1.4286,1.3500,0.6706,246.9914,246.9914,256.8711,256.8711,256.8711
-2058.7500,0.5000,,38.7200,,,,9,1108.2300,-159.0350,2134.0000,-159.0350,-18.4566,247.6583,247.6583,-18.4566,1.7009,-24.2630,0.0000,-24.2630,4.1055,-24.2630,1.2780,0.0000,-25.5410,0.6089,,,-26.1499,1.0452,,,-27.1952,,,,,,,548.7071,-444.4969,0.2000,0.4650,1.4286,1.3500,0.6619,248.8690,248.8690,258.8238,258.8238,258.8238
-2059.2500,0.5000,,39.1400,,,,9,1119.7600,-159.7844,2134.0000,-159.7844,-18.7365,250.2350,250.2350,-18.7365,1.5206,-24.3505,0.0000,-24.3505,4.0935,-24.3505,1.2986,0.0000,-25.6491,0.6160,,,-26.2651,1.0498,,,-27.3149,,,,,,,554.4370,-441.7654,0.2000,0.4650,1.4286,1.3500,0.6499,250.4931,250.4931,260.5128,260.5128,260.5128
-2059.7500,0.5000,,39.6600,,,,9,1137.3000,-143.8916,2134.0000,-160.9245,-17.1372,254.1547,254.1547,-19.1658,2.1990,-23.4188,0.0000,-23.4188,4.0827,-23.4188,1.3283,0.0000,-24.7471,0.6260,,,-25.3731,1.0141,,,-26.3872,,,,,,,562.6199,-420.0301,0.2000,0.4650,1.4286,1.3500,0.6391,573.7394,573.7394,596.6889,596.6889,596.6889
-2060.2500,0.5000,,40.4800,,,,9,1164.9500,18.4017,2134.0000,-162.7218,2.2449,260.3337,260.3337,-19.8510,3.3707,-5.1998,0.0000,-5.1998,4.0739,-5.1998,1.3736,0.0000,-6.5733,0.6412,,,-7.2145,0.7724,,,-7.9870,,,,,,,574.9371,-109.1785,0.2000,0.4650,1.4286,1.3500,0.6304,3631.1292,3631.1292,3776.3743,3776.3743,3776.3743
-2060.7500,0.5000,,41.4600,,,,9,1192.2700,51.0286,2134.0000,-164.4976,6.3711,266.4389,266.4389,-20.5382,4.1555,-1.8474,0.0000,-1.8474,4.0631,-1.8474,1.4290,0.0000,-3.2764,0.6596,,,-3.9360,0.8000,,,-4.7361,,,,,,,589.7681,-53.0507,0.2000,0.4650,1.4286,1.3500,0.6195,4290.2309,4290.2309,4461.8401,4461.8401,4461.8401
-2061.2500,0.5000,,42.2000,,,,9,1185.0000,0.0339,2134.0000,-164.0250,0.0042,264.8143,264.8143,-20.3543,2.9708,-7.0270,0.0000,-7.0270,4.0603,-7.0270,1.4684,0.0000,-8.4954,0.6725,,,-9.1679,0.8196,,,-9.9875,,,,,,,600.1464,-135.1751,0.2000,0.4650,1.4286,1.3500,0.6167,3339.9448,3339.9448,3473.5426,3473.5426,3473.5426
-2061.7500,0.5000,,43.0200,,,,10,1014.1800,-152.9217,2134.0000,-152.9217,-16.2410,226.6408,226.6408,-16.2410,-31.4274,11.1310,0.0000,11.1310,4.0554,11.1310,1.0395,0.0000,10.0915,0.6905,,,9.4010,0.8457,,,8.5553,,,,,,,613.8470,156.9875,0.2000,0.4650,1.4286,1.3500,0.6118,234.9416,234.9416,244.3392,244.3392,244.3392
-2062.2500,0.5000,,44.0800,,,,10,965.7200,-150.4574,2052.9278,-150.4574,-15.2158,207.6125,207.6125,-15.2158,1.7522,-21.0200,0.0000,-21.0200,4.0521,-21.0200,1.0643,0.0000,-22.0843,0.7032,,,-22.7875,0.9105,,,-23.6981,,,,,,,623.5100,-338.2295,0.2000,0.4650,1.4286,1.3500,0.6085,229.7263,229.7263,238.9153,238.9153,238.9153
-2062.7500,0.5000,,44.3800,,,,10,989.1800,-151.5131,2108.4107,-151.5131,-15.6947,218.4033,218.4033,-15.6947,1.3203,-21.0434,0.0000,-21.0434,4.0284,-21.0434,1.0829,0.0000,-22.1263,0.7128,,,-22.8390,0.9126,,,-23.7516,,,,,,,630.6934,-335.0128,0.2000,0.4650,1.4286,1.3500,0.5848,234.7284,234.7284,244.1175,244.1175,244.1175
-2063.2500,0.5000,,44.9000,,,,10,1001.4200,-152.0923,2134.0000,-152.0923,-15.9497,223.7893,223.7893,-15.9497,1.3250,-21.3102,0.0000,-21.3102,4.0355,-21.3102,1.1015,0.0000,-22.4117,0.7223,,,-23.1339,0.9243,,,-24.0583,,,,,,,637.8214,-335.5418,0.2000,0.4650,1.4286,1.3500,0.5919,236.8257,236.8257,246.2987,246.2987,246.2987
-2063.7500,0.5000,,45.5800,,,,10,1013.0400,-152.8476,2134.0000,-152.8476,-16.2149,226.3860,226.3860,-16.2149,1.4330,-21.8809,0.0000,-21.8809,4.2330,-21.8809,1.1215,0.0000,-23.0024,0.7324,,,-23.7348,0.9483,,,-24.6832,,,,,,,645.4417,-340.3200,0.2000,0.4650,1.4286,1.3500,0.7894,235.1099,235.1099,244.5143,244.5143,244.5143
-2064.2500,0.5000,,46.0800,,,,10,1024.5800,-153.5977,2134.0000,-153.5977,-16.4801,228.9649,228.9649,-16.4801,1.4746,-22.1966,0.0000,-22.1966,4.2419,-22.1966,1.1420,0.0000,-23.3386,0.7428,,,-24.0814,0.9622,,,-25.0436,,,,,,,653.1904,-341.1980,0.2000,0.4650,1.4286,1.3500,0.7983,233.4059,233.4059,242.7422,242.7422,242.7422
-2064.7500,0.5000,,46.6000,,,,10,1035.0200,-154.2763,2134.0000,-154.2763,-16.7216,231.2979,231.2979,-16.7216,1.1753,-22.1631,0.0000,-22.1631,4.2662,-22.1631,1.1583,0.0000,-23.3214,0.7510,,,-24.0724,0.9618,,,-25.0342,,,,,,,659.3012,-337.7859,0.2000,0.4650,1.4286,1.3500,0.8226,231.8644,231.8644,241.1389,241.1389,241.1389
-2065.2500,0.5000,,46.9200,,,,10,1038.9500,-154.5318,2134.0000,-154.5318,-16.8128,232.1762,232.1762,-16.8128,0.6062,-21.6907,0.0000,-21.6907,4.2716,-21.6907,1.1667,0.0000,-22.8573,0.7552,,,-23.6126,0.9434,,,-24.5560,,,,,,,662.4309,-329.5006,0.2000,0.4650,1.4286,1.3500,0.8280,231.2841,231.2841,240.5354,240.5354,240.5354
-2065.7500,0.5000,,46.9000,,,,10,1039.1100,-154.5422,2134.0000,-154.5422,-16.8166,232.2119,232.2119,-16.8166,-0.0030,-20.9761,0.0000,-20.9761,4.1625,-20.9761,1.1666,0.0000,-22.1427,0.7552,,,-22.8980,0.9409,,,-23.8389,,,,,,,662.4156,-319.2066,0.2000,0.4650,1.4286,1.3500,0.7189,231.2604,231.2604,240.5109,240.5109,240.5109
-2066.2500,0.5000,,46.7800,,,,10,1037.8700,-154.4616,2134.0000,-154.4616,-16.7877,231.9348,231.9348,-16.7877,-0.0378,-20.8772,0.0000,-20.8772,4.1272,-20.8772,1.1661,0.0000,-22.0433,0.7550,,,-22.7982,0.9405,,,-23.7388,,,,,,,662.2210,-317.8664,0.2000,0.4650,1.4286,1.3500,0.6836,231.4435,231.4435,240.7013,240.7013,240.7013
-2066.7500,0.5000,,46.9600,,,,10,1040.2900,-154.6189,2134.0000,-154.6189,-16.8440,232.4756,232.4756,-16.8440,0.3403,-21.3397,0.0000,-21.3397,4.1554,-21.3397,1.1708,0.0000,-22.5105,0.7573,,,-23.2678,0.9440,,,-24.2119,,,,,,,663.9721,-323.7478,0.2000,0.4650,1.4286,1.3500,0.7118,231.0862,231.0862,240.3296,240.3296,240.3296
-2067.2500,0.5000,,46.7800,,,,10,1034.2600,-154.2269,2134.0000,-154.2269,-16.7039,231.1281,231.1281,-16.7039,-0.6805,-20.1853,0.0000,-20.1853,4.1619,-20.1853,1.1614,0.0000,-21.3467,0.7526,,,-22.0993,0.9370,,,-23.0363,,,,,,,660.4660,-308.6393,0.2000,0.4650,1.4286,1.3500,0.7183,231.9766,231.9766,241.2556,241.2556,241.2556
-2067.7500,0.5000,,46.5200,,,,10,1027.1900,-153.7674,2134.0000,-153.7674,-16.5403,229.5482,229.5482,-16.5403,-0.9363,-19.7618,0.0000,-19.7618,4.1577,-19.7618,1.1484,0.0000,-20.9102,0.7461,,,-21.6563,0.9273,,,-22.5836,,,,,,,655.6113,-304.5671,0.2000,0.4650,1.4286,1.3500,0.7142,233.0205,233.0205,242.3413,242.3413,242.3413
-2068.2500,0.5000,,46.1000,,,,10,1018.6000,-153.2090,2134.0000,-153.2090,-16.3424,227.6285,227.6285,-16.3424,-1.1584,-19.3404,0.0000,-19.3404,4.1564,-19.3404,1.1323,0.0000,-20.4728,0.7379,,,-21.2107,0.9153,,,-22.1260,,,,,,,649.5548,-300.9764,0.2000,0.4650,1.4286,1.3500,0.7128,234.2889,234.2889,243.6605,243.6605,243.6605
-2068.7500,0.5000,,45.7400,,,,10,1011.4000,-152.7410,2134.0000,-152.7410,-16.1773,226.0195,226.0195,-16.1773,-0.7318,-19.6215,0.0000,-19.6215,4.1760,-19.6215,1.1221,0.0000,-20.7437,0.7328,,,-21.4764,0.9077,,,-22.3841,,,,,,,645.6994,-306.7795,0.2000,0.4650,1.4286,1.3500,0.7324,235.3521,235.3521,244.7661,244.7661,244.7661
-2069.2500,0.5000,,45.4000,,,,10,1002.7700,-152.1801,2134.0000,-152.1801,-15.9804,224.0910,224.0910,-15.9804,-1.1087,-19.0673,0.0000,-19.0673,4.1956,-19.0673,1.1067,0.0000,-20.1740,0.7249,,,-20.8989,0.8961,,,-21.7950,,,,,,,639.8140,-301.0989,0.2000,0.4650,1.4286,1.3500,0.7520,236.6264,236.6264,246.0914,246.0914,246.0914
-2069.7500,0.5000,,44.9400,,,,10,993.6700,-151.7152,2119.0296,-151.7152,-15.7870,220.4996,220.4996,-15.7870,-0.9397,-19.0511,0.0000,-19.0511,4.2038,-19.0511,1.0935,0.0000,-20.1446,0.7182,,,-20.8629,0.8862,,,-21.7491,,,,,,,634.7830,-303.0440,0.2000,0.4650,1.4286,1.3500,0.7603,235.6857,235.6857,245.1131,245.1131,245.1131
-2070.2500,0.5000,,44.3400,,,,10,980.7700,-151.1347,2088.5211,-151.1347,-15.5224,214.5036,214.5036,-15.5224,-1.7492,-18.0007,0.0000,-18.0007,4.2274,-18.0007,1.0689,0.0000,-19.0697,0.7056,,,-19.7753,0.8678,,,-20.6431,,,,,,,625.3107,-291.2183,0.2000,0.4650,1.4286,1.3500,0.7839,232.9352,232.9352,242.2526,242.2526,242.2526
-2070.7500,0.5000,,43.9000,,,,10,965.9900,-150.4696,2053.5664,-150.4696,-15.2212,207.7351,207.7351,-15.2212,-1.3380,-18.0887,0.0000,-18.0887,4.2055,-18.0887,1.0501,0.0000,-19.1388,0.6959,,,-19.8347,0.8536,,,-20.6883,,,,,,,617.9670,-295.7471,0.2000,0.4650,1.4286,1.3500,0.7619,229.7838,229.7838,238.9752,238.9752,238.9752
-2071.2500,0.5000,,43.2000,,,,10,953.3700,-149.9017,2023.7201,-149.9017,-14.9657,202.0415,202.0415,-14.9657,-1.5971,-17.5335,0.0000,-17.5335,4.1650,-17.5335,1.0274,0.0000,-18.5609,0.6842,,,-19.2452,0.8366,,,-20.0818,,,,,,,609.0850,-291.0003,0.2000,0.4650,1.4286,1.3500,0.7214,227.0930,227.0930,236.1768,236.1768,236.1768
-2071.7500,0.5000,,42.5600,,,,10,937.6400,-149.1938,1986.5186,-149.1938,-14.6493,195.0551,195.0551,-14.6493,-1.8265,-17.0027,0.0000,-17.0027,4.1799,-17.0027,1.0014,0.0000,-18.0041,0.6708,,,-18.6748,0.8170,,,-19.4918,,,,,,,598.7657,-287.1344,0.2000,0.4650,1.4286,1.3500,0.7364,223.7391,223.7391,232.6887,232.6887,232.6887
-2072.2500,0.5000,,42.0200,,,,10,927.4500,-148.7353,1962.4193,-148.7353,-14.4455,190.5947,190.5947,-14.4455,-0.7606,-17.9812,0.0000,-17.9812,4.2962,-17.9812,0.9905,0.0000,-18.9717,0.6653,,,-19.6371,0.8088,,,-20.4458,,,,,,,594.4161,-304.7806,0.2000,0.4650,1.4286,1.3500,0.8526,221.5664,221.5664,230.4291,230.4291,230.4291
-2072.7500,0.5000,,41.7400,,,,10,926.2700,-148.6822,1959.6286,-148.6822,-14.4220,190.0816,190.0816,-14.4220,-0.9104,-17.8078,0.0000,-17.8078,4.2962,-17.8078,0.9775,0.0000,-18.7853,0.6588,,,-19.4441,0.7989,,,-20.2430,,,,,,,589.1672,-304.4742,0.2000,0.4650,1.4286,1.3500,0.8526,221.3148,221.3148,230.1674,230.1674,230.1674
-2073.2500,0.5000,,41.8800,,,,10,936.5000,-15.0050,1983.8225,-149.1425,-1.4715,194.5536,194.5536,-14.6264,0.6763,-6.3498,0.0000,-6.3498,4.2020,-6.3498,0.9872,0.0000,-7.3370,0.6637,,,-8.0007,0.8063,,,-8.8069,,,,,,,593.0707,-118.1359,0.2000,0.4650,1.4286,1.3500,0.7584,2342.4933,2342.4933,2436.1931,2436.1931,2436.1931
-2073.7500,0.5000,,42.1000,,,,10,945.6300,198.7331,2005.4150,-149.5534,19.6798,198.5885,198.5885,-14.8097,0.8035,14.6864,0.0000,14.6864,4.1899,14.6864,0.9987,0.0000,13.6877,0.6694,,,13.0183,0.8149,,,12.2033,,,,,,,597.6754,218.6936,0.2000,0.4650,1.4286,1.3500,0.7463,5579.5943,5579.5943,5802.7780,5802.7780,5802.7780
-2074.2500,0.5000,,43.0800,,,,10,967.8600,569.6685,2057.9889,-150.5537,57.7382,208.5855,208.5855,-15.2592,3.0143,50.4715,0.0000,50.4715,4.2525,50.4715,2.0148,0.0000,48.4567,0.6915,,,47.7651,1.9097,,,45.8555,,,,,,,614.6422,752.8398,0.2000,0.4650,1.4286,1.3500,0.8089,11711.0078,11711.0078,12179.4482,12179.4482,12179.4482
-2074.7500,0.5000,,44.3400,,,,10,991.9300,630.0359,2114.9145,-151.6369,65.4448,219.6860,219.6860,-15.7512,2.9232,58.2527,0.0000,58.2527,4.2688,58.2527,2.3258,0.0000,55.9268,0.7127,,,55.2141,2.2076,,,53.0066,,,,,,,630.6606,846.8295,0.2000,0.4650,1.4286,1.3500,0.8253,13078.2721,13078.2721,13601.4030,13601.4030,13601.4030
-2075.2500,0.5000,,45.5000,,,,10,1021.0300,775.4656,2134.0000,-153.3670,82.9143,228.1716,228.1716,-16.3983,3.3398,75.2179,0.0000,75.2179,4.3567,75.2179,3.0042,0.0000,72.2137,0.7365,,,71.4772,2.8580,,,68.6191,,,,,,,648.4775,1063.3982,0.2000,0.4650,1.4286,1.3500,0.9131,16177.2168,16177.2168,16824.3055,16824.3055,16824.3055
-2075.7500,0.5000,,46.9600,,,,10,1049.8000,854.9281,2134.0000,-155.2370,93.9864,234.6009,234.6009,-17.0659,3.5859,86.0079,0.0000,86.0079,4.3925,86.0079,3.4355,0.0000,82.5724,0.7615,,,81.8108,3.2713,,,78.5395,,,,,,,667.0778,1182.0328,0.2000,0.4650,1.4286,1.3500,0.9490,18232.2513,18232.2513,18961.5413,18961.5413,18961.5413
-2076.2500,0.5000,,48.2400,,,,10,1081.9800,890.4100,2134.0000,-157.3287,100.8876,241.7922,241.7922,-17.8261,4.0621,92.5856,0.0000,92.5856,4.2400,92.5856,3.6984,0.0000,88.8872,0.7893,,,88.0979,3.5227,,,84.5752,,,,,,,687.5405,1234.5605,0.2000,0.4650,1.4286,1.3500,0.7964,19563.2762,19563.2762,20345.8073,20345.8073,20345.8073
-2076.7500,0.5000,,49.8200,,,,10,1112.7700,938.1997,2134.0000,-159.3301,109.3275,248.6729,248.6729,-18.5666,3.9640,101.2017,0.0000,101.2017,4.1619,101.2017,4.0427,0.0000,97.1589,0.8159,,,96.3431,3.8525,,,92.4906,,,,,,,706.9381,1312.4198,0.2000,0.4650,1.4286,1.3500,0.7183,21195.3520,21195.3520,22043.1661,22043.1661,22043.1661
-2077.2500,0.5000,,50.9800,,,,10,1141.8000,937.9325,2134.0000,-161.2170,112.1477,255.1603,255.1603,-19.2766,3.9617,103.9875,0.0000,103.9875,4.1985,103.9875,4.1539,0.0000,99.8337,0.8420,,,98.9917,3.9583,,,95.0334,,,,,,,725.8068,1313.4919,0.2000,0.5025,1.4286,1.4000,0.6674,21688.7343,21688.7343,21905.6216,21905.6216,21905.6216
-2077.7500,0.5000,,52.2200,,,,10,1164.1000,950.9892,2134.0000,-162.6665,115.9296,260.1437,260.1437,-19.8297,3.4021,108.3673,0.0000,108.3673,4.1602,108.3673,4.3288,0.0000,104.0385,0.8640,,,103.1745,4.1256,,,99.0489,,,,,,,741.6272,1339.6144,0.2000,0.5025,1.4286,1.4000,0.6292,22373.6176,22373.6176,22597.3538,22597.3538,22597.3538
-2078.2500,0.5000,,53.1200,,,,10,1185.6600,922.9536,2134.0000,-164.0679,114.5958,264.9618,264.9618,-20.3710,2.4944,107.9128,0.0000,107.9128,4.1886,107.9128,4.3104,0.0000,103.6023,0.8800,,,102.7224,4.1075,,,98.6149,,,,,,,753.0158,1313.8229,0.2000,0.5025,1.4286,1.4000,0.6575,22097.9940,22097.9940,22318.9739,22318.9739,22318.9739
-2078.7500,0.5000,,54.1400,,,,10,1207.3500,895.4328,2134.0000,-165.8085,113.2126,269.8089,269.8089,-20.9637,3.6939,105.3021,0.0000,105.3021,4.2166,105.3021,4.2057,0.0000,101.0964,0.9033,,,100.1931,4.0062,,,96.1869,,,,,,,769.5709,1254.4646,0.2000,0.5025,1.4286,1.4000,0.6856,21829.5054,21829.5054,22047.8005,22047.8005,22047.8005
-2079.2500,0.5000,,54.8000,,,,10,1218.6100,721.5768,2134.0000,-167.0471,92.0822,272.3252,272.3252,-21.3173,1.5694,86.3054,0.0000,86.3054,4.2074,86.3054,3.4458,0.0000,82.8597,0.9131,,,81.9466,3.2763,,,78.6702,,,,,,,776.4977,1019.0006,0.2000,0.5025,1.4286,1.4000,0.6764,18000.2984,18000.2984,18180.3014,18180.3014,18180.3014
-2079.7500,0.5000,,54.9800,,,,10,1208.5000,275.7651,2134.0000,-165.9350,34.8991,270.0659,270.0659,-20.9997,-0.7546,31.4554,0.0000,31.4554,4.1983,31.4554,1.4811,0.0000,29.9744,0.9084,,,29.0659,1.1736,,,27.8924,,,,,,,773.1747,370.2061,0.2000,0.5025,1.4286,1.4000,0.6672,8555.9415,8555.9415,8641.5009,8641.5009,8641.5009
-2080.2500,0.5000,,53.9800,,,,11,1056.3400,-155.6621,2134.0000,-155.6621,-17.2193,236.0624,236.0624,-17.2193,-33.1536,11.7828,0.0000,11.7828,4.1515,11.7828,1.0286,0.0000,10.7541,0.8925,,,9.8616,1.1490,,,8.7126,,,,,,,761.9491,134.7785,0.2000,0.5025,1.4286,1.4000,0.6205,240.5638,240.5638,242.9694,242.9694,242.9694
-2080.7500,0.5000,,53.5200,,,,11,954.7200,66.0743,2026.9128,-149.9624,6.6060,202.6468,202.6468,-14.9929,-1.3914,3.9300,0.0000,3.9300,4.0673,3.9300,1.0088,0.0000,2.9212,0.8787,,,2.0424,1.1278,,,0.9147,,,,,,,752.1510,37.0873,0.2000,0.5025,1.4286,1.4000,0.5363,3731.1975,3731.1975,3768.5095,3768.5095,3768.5095
-2081.2500,0.5000,,52.9200,,,,11,925.1900,178.9247,1957.0744,-148.6336,17.3352,189.6125,189.6125,-14.4005,-0.8177,14.0994,0.0000,14.0994,4.0535,14.0994,0.9972,0.0000,13.1023,0.8706,,,12.2317,1.1152,,,11.1165,,,,,,,746.3330,167.6431,0.2000,0.5025,1.4286,1.4000,0.5224,5146.2480,5146.2480,5197.7104,5197.7104,5197.7104
-2081.7500,0.5000,,52.4600,,,,11,915.7500,154.6000,1934.7488,-148.2088,14.8257,185.5368,185.5368,-14.2128,-0.9750,11.8602,0.0000,11.8602,3.9405,11.8602,0.9832,0.0000,10.8770,0.8608,,,10.0162,1.1002,,,8.9160,,,,,,,739.3357,140.4876,0.2000,0.5025,1.4286,1.4000,0.4094,4731.2662,4731.2662,4778.5789,4778.5789,4778.5789
-2082.2500,0.5000,,52.1200,,,,11,912.4300,244.3538,1926.8970,-148.0594,23.3479,184.1139,184.1139,-14.1470,-0.4378,19.8662,0.0000,19.8662,3.9195,19.8662,0.9769,0.0000,18.8893,0.8564,,,18.0329,1.0935,,,16.9394,,,,,,,736.1722,245.0230,0.2000,0.5025,1.4286,1.4000,0.3884,6050.5911,6050.5911,6111.0970,6111.0970,6111.0970
-2082.7500,0.5000,,51.9400,,,,11,907.6000,259.3879,1915.4740,-147.8420,24.6532,182.0536,182.0536,-14.0514,-0.4792,21.3014,0.0000,21.3014,3.8309,21.3014,0.9700,0.0000,20.3314,0.8515,,,19.4799,1.0860,,,18.3938,,,,,,,732.6940,264.9821,0.2000,0.5025,1.4286,1.4000,0.2998,6244.4299,6244.4299,6306.8742,6306.8742,6306.8742
-2083.2500,0.5000,,51.6200,,,,11,902.5900,273.9436,1903.6254,-147.6166,25.8929,179.9288,179.9288,-13.9526,-0.5659,22.6278,0.0000,22.6278,3.8310,22.6278,0.9619,0.0000,21.6660,0.8458,,,20.8202,1.0773,,,19.7429,,,,,,,728.5648,283.9757,0.2000,0.5025,1.4286,1.4000,0.2999,6429.0012,6429.0012,6493.2912,6493.2912,6493.2912
-2083.7500,0.5000,,51.4000,,,,11,899.0500,270.8176,1895.2533,-147.4573,25.4970,178.4349,178.4349,-13.8828,-0.4260,22.1614,0.0000,22.1614,3.7616,22.1614,0.9557,0.0000,21.2057,0.8414,,,20.3643,1.0707,,,19.2936,,,,,,,725.4406,279.1404,0.2000,0.5025,1.4286,1.4000,0.2305,6346.5099,6346.5099,6409.9750,6409.9750,6409.9750
-2084.2500,0.5000,,51.2400,,,,11,895.4500,277.4017,1886.7393,-147.2953,26.0123,176.9220,176.9220,-13.8121,-0.3323,22.5905,0.0000,22.5905,3.7542,22.5905,0.9509,0.0000,21.6396,0.8381,,,20.8015,1.0655,,,19.7360,,,,,,,722.9941,285.8152,0.2000,0.5025,1.4286,1.4000,0.2231,6421.9865,6421.9865,6486.2064,6486.2064,6486.2064
-2084.7500,0.5000,,51.1000,,,,11,893.6100,268.4663,1882.3877,-147.2125,25.1227,176.1512,176.1512,-13.7759,-0.2596,21.6703,0.0000,21.6703,3.7120,21.6703,0.9472,0.0000,20.7232,0.8354,,,19.8878,1.0615,,,18.8263,,,,,,,721.0775,274.4388,0.2000,0.5025,1.4286,1.4000,0.1809,6266.4713,6266.4713,6329.1360,6329.1360,6329.1360
-2085.2500,0.5000,,50.9000,,,,11,889.4100,203.7142,1872.4547,-147.0235,18.9737,174.3982,174.3982,-13.6936,-0.3672,15.6353,0.0000,15.6353,3.7056,15.6353,0.9418,0.0000,14.6934,0.8316,,,13.8618,1.0557,,,12.8061,,,,,,,718.3575,195.3235,0.2000,0.5025,1.4286,1.4000,0.1745,5258.3773,5258.3773,5310.9610,5310.9610,5310.9610
-2085.7500,0.5000,,50.8000,,,,11,888.5300,241.8743,1870.3735,-146.9839,22.5056,174.0320,174.0320,-13.6764,-0.2164,19.0386,0.0000,19.0386,3.6834,19.0386,0.9387,0.0000,18.0999,0.8294,,,17.2705,1.0524,,,16.2181,,,,,,,716.7496,241.1457,0.2000,0.5025,1.4286,1.4000,0.1523,5806.5884,5806.5884,5864.6543,5864.6543,5864.6543
-2086.2500,0.5000,,50.7000,,,,11,888.8300,260.7428,1871.0830,-146.9974,24.2694,174.1568,174.1568,-13.6822,0.0725,20.5262,0.0000,20.5262,3.6707,20.5262,0.9398,0.0000,19.5864,0.8302,,,18.7562,1.0535,,,17.7027,,,,,,,717.2891,260.7544,0.2000,0.5025,1.4286,1.4000,0.1397,6108.3687,6108.3687,6169.4524,6169.4524,6169.4524
-2086.7500,0.5000,,50.6200,,,,11,883.4100,119.9345,1858.2647,-146.7535,11.0952,171.9090,171.9090,-13.5762,-0.5383,7.9697,0.0000,7.9697,3.6637,7.9697,0.9320,0.0000,7.0378,0.8246,,,6.2132,1.0451,,,5.1681,,,,,,,713.2773,94.2212,0.2000,0.5025,1.4286,1.4000,0.1327,4048.1196,4048.1196,4088.6008,4088.6008,4088.6008
-2087.2500,0.5000,,50.3800,,,,11,880.5500,106.7528,1851.5008,-146.6248,9.8438,170.7287,170.7287,-13.5204,-0.3763,6.5776,0.0000,6.5776,3.6424,6.5776,0.9265,0.0000,5.6512,0.8207,,,4.8304,1.0392,,,3.7912,,,,,,,710.4594,75.9573,0.2000,0.5025,1.4286,1.4000,0.1113,3849.9637,3849.9637,3888.4633,3888.4633,3888.4633
-2087.7500,0.5000,,50.1600,,,,11,877.8800,111.4958,1845.1862,-146.5046,10.2500,169.6305,169.6305,-13.4684,-0.2328,6.8440,0.0000,6.8440,3.6387,6.8440,0.9231,0.0000,5.9209,0.8183,,,5.1026,1.0355,,,4.0670,,,,,,,708.7106,79.7793,0.2000,0.5025,1.4286,1.4000,0.1077,3906.3270,3906.3270,3945.3902,3945.3902,3945.3902
-2088.2500,0.5000,,50.0200,,,,11,874.7800,105.0926,1837.8547,-146.3651,9.6272,168.3599,168.3599,-13.4080,-0.3013,6.3076,0.0000,6.3076,3.6209,6.3076,0.9187,0.0000,5.3889,0.8152,,,4.5737,1.0308,,,3.5428,,,,,,,706.4408,72.8438,0.2000,0.5025,1.4286,1.4000,0.0898,3803.1621,3803.1621,3841.1938,3841.1938,3841.1938
-2088.7500,0.5000,,49.9200,,,,11,874.1700,69.7298,1836.4121,-146.3377,6.3833,168.1104,168.1104,-13.3962,-0.1250,2.9760,0.0000,2.9760,3.5323,2.9760,0.9169,0.0000,2.0591,0.8139,,,1.2452,1.0289,,,0.2164,,,,,,,705.4967,27.8712,0.2000,0.4650,1.4286,1.3500,0.0887,3300.0853,3300.0853,3432.0887,3432.0887,3432.0887
-2089.2500,0.5000,,49.5000,,,,11,851.5100,0.2766,1782.8212,-145.3180,0.0247,158.9740,158.9740,-12.9580,-1.2956,-2.1994,0.0000,-2.1994,3.5197,-2.1994,0.8980,0.0000,-3.0974,0.8004,,,-3.8978,1.0084,,,-4.9062,,,,,,,695.6374,-42.5191,0.2000,0.4650,1.4286,1.3500,0.0761,2225.3688,2225.3688,2314.3835,2314.3835,2314.3835
-2089.7500,0.5000,,49.0400,,,,11,866.2500,110.6854,1817.6813,-145.9813,10.0407,164.8882,164.8882,-13.2425,-0.4872,7.0082,0.0000,7.0082,3.5197,7.0082,0.8908,0.0000,6.1174,0.7952,,,5.3221,1.0007,,,4.3214,,,,,,,691.8933,84.4300,0.2000,0.4650,1.4286,1.3500,0.0761,3847.8933,3847.8933,4001.8090,4001.8090,4001.8090
-2090.2500,0.5000,,48.8200,,,,11,853.0900,96.3887,1786.5579,-145.3891,8.6109,159.6028,159.6028,-12.9884,-0.3511,5.4273,0.0000,5.4273,3.5347,5.4273,0.8857,0.0000,4.5417,0.7915,,,3.7502,0.9952,,,2.7550,,,,,,,689.1826,62.9296,0.2000,0.4650,1.4286,1.3500,0.0911,3592.3629,3592.3629,3736.0574,3736.0574,3736.0574
-2090.7500,0.5000,,48.7800,,,,11,844.6000,62.5809,1766.4790,-145.0070,5.5350,156.2385,156.2385,-12.8253,-0.3799,2.3738,0.0000,2.3738,3.5412,2.3738,0.8801,0.0000,1.4937,0.7875,,,0.7062,0.9891,,,-0.2830,,,,,,,686.2374,20.7857,0.2000,0.4650,1.4286,1.3500,0.0976,3079.4791,3079.4791,3202.6583,3202.6583,3202.6583
-2091.2500,0.5000,,48.0600,,,,11,832.7200,-136.7252,1738.3828,-144.4724,-11.9227,151.5909,151.5909,-12.5983,-1.1841,-14.6359,0.0000,-14.6359,3.8972,-14.6359,0.8626,0.0000,-15.4985,0.7749,,,-16.2734,0.9703,,,-17.2437,,,,,,,676.9763,-218.6190,0.2000,0.4650,1.4286,1.3500,0.4537,301.5177,301.5177,313.5784,313.5784,313.5784
-2091.7500,0.5000,,47.4600,,,,11,826.4900,-133.3877,1723.6489,-144.1921,-11.5447,149.1815,149.1815,-12.4798,-1.0697,-14.4019,0.0000,-14.4019,3.9269,-14.4019,0.8467,0.0000,-15.2486,0.7634,,,-16.0120,0.9531,,,-16.9652,,,,,,,668.4992,-217.8213,0.2000,0.4650,1.4286,1.3500,0.4833,348.1202,348.1202,362.0450,362.0450,362.0450
-2092.2500,0.5000,,46.7200,,,,11,812.1500,-129.5617,1689.7348,-143.5468,-11.0190,143.7088,143.7088,-12.2084,-1.4116,-13.8475,0.0000,-13.8475,4.2401,-13.8475,0.8257,0.0000,-14.6732,0.7481,,,-15.4213,0.9304,,,-16.3517,,,,,,,657.1456,-213.2231,0.2000,0.4650,1.4286,1.3500,0.7965,397.1025,397.1025,412.9866,412.9866,412.9866
-2092.7500,0.5000,,45.7800,,,,11,797.5800,-129.1549,1655.2767,-142.9395,-10.7873,138.2527,138.2527,-11.9386,-1.4973,-13.6021,0.0000,-13.6021,4.3121,-13.6021,0.8032,0.0000,-14.4053,0.7317,,,-15.1370,0.9061,,,-16.0431,,,,,,,644.8844,-213.3109,0.2000,0.4650,1.4286,1.3500,0.8685,394.2587,394.2587,410.0290,410.0290,410.0290
-2093.2500,0.5000,,45.1000,,,,11,784.6300,-120.0916,1624.6500,-142.6158,-9.8675,133.4914,133.4914,-11.7182,-1.2880,-12.9104,0.0000,-12.9104,4.3309,-12.9104,0.7838,0.0000,-13.6942,0.7174,,,-14.4116,0.8850,,,-15.2966,,,,,,,634.1475,-206.2140,0.2000,0.4650,1.4286,1.3500,0.8874,523.2631,523.2631,544.1936,544.1936,544.1936
-2093.7500,0.5000,,44.2800,,,,11,767.3700,-80.3295,1583.8301,-142.1843,-6.4552,127.2747,127.2747,-11.4258,-1.1333,-9.6585,0.0000,-9.6585,4.3366,-9.6585,0.7666,0.0000,-10.4251,0.7046,,,-11.1297,0.8663,,,-11.9960,,,,,,,624.5474,-159.3988,0.2000,0.4650,1.4286,1.3500,0.8930,934.4573,934.4573,971.8356,971.8356,971.8356
-2094.2500,0.5000,,43.8400,,,,10,895.5900,247.8727,1887.0704,-147.3016,23.2470,176.9807,176.9807,-13.8148,18.9257,0.1138,0.0000,0.1138,4.2074,0.1138,1.0436,0.0000,-0.9298,0.6926,,,-1.6224,0.8488,,,-2.4712,,,,,,,615.4554,-14.4270,0.2000,0.4650,1.4286,1.3500,0.7639,5954.2306,5954.2306,6192.3998,6192.3998,6192.3998
-2094.7500,0.5000,,43.1000,,,,10,976.3400,77.3535,2078.0441,-150.9353,7.9088,212.4636,212.4636,-15.4319,-1.3113,5.0580,0.0000,5.0580,4.1621,5.0580,1.0250,0.0000,4.0329,0.6830,,,3.3500,0.8348,,,2.5152,,,,,,,608.1422,63.3268,0.2000,0.4650,1.4286,1.3500,0.7186,4006.5111,4006.5111,4166.7715,4166.7715,4166.7715
-2095.2500,0.5000,,42.7400,,,,10,944.8500,83.2855,2003.5703,-149.5183,8.2406,198.2422,198.2422,-14.7940,-1.0603,5.2296,0.0000,5.2296,4.0714,5.2296,1.0099,0.0000,4.2196,0.6751,,,3.5445,0.8234,,,2.7211,,,,,,,602.1639,66.9164,0.2000,0.4650,1.4286,1.3500,0.6278,3939.4225,3939.4225,4096.9994,4096.9994,4096.9994
-2095.7500,0.5000,,42.3000,,,,10,938.4500,148.5813,1988.4343,-149.2303,14.6017,195.4119,195.4119,-14.6655,-0.6409,11.2258,0.0000,11.2258,4.0169,11.2258,1.0008,0.0000,10.2250,0.6705,,,9.5545,0.8165,,,8.7380,,,,,,,598.5213,163.1375,0.2000,0.4650,1.4286,1.3500,0.5733,4815.8992,4815.8992,5008.5352,5008.5352,5008.5352
-2096.2500,0.5000,,42.2200,,,,10,933.4400,177.1368,1976.5856,-149.0048,17.3150,193.2105,193.2105,-14.5652,-0.5250,13.7627,0.0000,13.7627,4.0774,13.7627,0.9933,0.0000,12.7695,0.6667,,,12.1027,0.8109,,,11.2919,,,,,,,595.5206,204.7608,0.2000,0.4650,1.4286,1.3500,0.6338,5182.6622,5182.6622,5389.9687,5389.9687,5389.9687
-2096.7500,0.5000,,42.1200,,,,10,930.9400,204.1467,1970.6731,-148.8923,19.9018,192.1166,192.1166,-14.5152,-0.2115,15.9293,0.0000,15.9293,4.1840,15.9293,0.9903,0.0000,14.9390,0.6652,,,14.2738,0.8086,,,13.4652,,,,,,,594.3078,240.0391,0.2000,0.4650,1.4286,1.3500,0.7404,5546.3250,5546.3250,5768.1780,5768.1780,5768.1780
-2097.2500,0.5000,,41.8800,,,,10,921.8400,147.3018,1949.1516,-148.4828,14.2198,188.1611,188.1611,-14.3338,-0.9960,11.0297,0.0000,11.0297,4.1861,11.0297,0.9760,0.0000,10.0537,0.6581,,,9.3956,0.7978,,,8.5978,,,,,,,588.5619,163.1193,0.2000,0.4650,1.4286,1.3500,0.7425,4673.5140,4673.5140,4860.4546,4860.4546,4860.4546
-2097.7500,0.5000,,41.3000,,,,10,911.2000,139.9111,1923.9880,-148.0040,13.3504,183.5882,183.5882,-14.1226,-1.1602,10.3118,0.0000,10.3118,4.1988,10.3118,0.9593,0.0000,9.3525,0.6497,,,8.7028,0.7852,,,7.9177,,,,,,,581.7971,153.5074,0.2000,0.4650,1.4286,1.3500,0.7552,4489.2811,4489.2811,4668.8523,4668.8523,4668.8523
-2098.2500,0.5000,,41.0200,,,,10,908.9400,360.0447,1918.6431,-147.9023,34.2705,182.6241,182.6241,-14.0779,-0.4424,30.5191,0.0000,30.5191,4.1939,30.5191,1.2172,0.0000,29.3019,0.6465,,,28.6554,1.1454,,,27.5101,,,,,,,579.1967,483.1044,0.2000,0.4650,1.4286,1.3500,0.7503,7854.8766,7854.8766,8169.0717,8169.0717,8169.0717
-2098.7500,0.5000,,40.9000,,,,10,907.3800,407.0031,1914.9537,-147.8321,38.6737,181.9601,181.9601,-14.0471,-0.1029,34.6577,0.0000,34.6577,4.1189,34.6577,1.3827,0.0000,33.2750,0.6457,,,32.6293,1.3043,,,31.3250,,,,,,,578.5901,549.1852,0.2000,0.4650,1.4286,1.3500,0.6753,8585.8951,8585.8951,8929.3309,8929.3309,8929.3309
-2099.2500,0.5000,,40.7800,,,,10,903.5300,438.6864,1905.8485,-147.6589,41.5074,180.3265,180.3265,-13.9711,-0.3946,37.7832,0.0000,37.7832,4.1189,37.7832,1.5078,0.0000,36.2754,0.6428,,,35.6326,1.4245,,,34.2081,,,,,,,576.2581,601.1272,0.2000,0.4650,1.4286,1.3500,0.6753,9050.7719,9050.7719,9412.8028,9412.8028,9412.8028
-2099.7500,0.5000,,40.9000,,,,10,907.3900,451.1807,1914.9774,-147.8326,42.8719,181.9643,181.9643,-14.0473,0.3828,38.2059,0.0000,38.2059,4.2832,38.2059,1.5246,0.0000,36.6812,0.6456,,,36.0356,1.4406,,,34.5950,,,,,,,578.5204,605.4757,0.2000,0.4650,1.4286,1.3500,0.8397,9278.8831,9278.8831,9650.0384,9650.0384,9650.0384
-2100.2500,0.5000,,41.0400,,,,10,910.4000,479.4821,1922.0960,-147.9680,45.7123,183.2466,183.2466,-14.1068,0.3702,41.0552,0.0000,41.0552,4.2870,41.0552,1.6386,0.0000,39.4166,0.6483,,,38.7682,1.5499,,,37.2184,,,,,,,580.6994,648.1846,0.2000,0.4650,1.4286,1.3500,0.8434,9742.3596,9742.3596,10132.0540,10132.0540,10132.0540
-2100.7500,0.5000,,41.2800,,,,10,916.2100,561.5535,1935.8367,-148.2295,53.8784,185.7344,185.7344,-14.2219,0.5507,49.0497,0.0000,49.0497,4.2780,49.0497,1.9583,0.0000,47.0914,0.6523,,,46.4391,1.8567,,,44.5824,,,,,,,583.9263,770.1139,0.2000,0.4650,1.4286,1.3500,0.8344,11059.3008,11059.3008,11501.6728,11501.6728,11501.6728
-2101.2500,0.5000,,41.2800,,,,10,916.8800,404.7418,1937.4212,-148.2596,38.8615,186.0224,186.0224,-14.2352,0.2605,34.3259,0.0000,34.3259,4.2750,34.3259,1.3694,0.0000,32.9565,0.6542,,,32.3023,1.2912,,,31.0111,,,,,,,585.4467,537.5584,0.2000,0.4650,1.4286,1.3500,0.8315,8638.1911,8638.1911,8983.7187,8983.7187,8983.7187
-2101.7500,0.5000,,41.8200,,,,10,935.3700,601.9074,1981.1501,-149.0917,58.9579,194.0570,194.0570,-14.6038,1.6531,53.1516,0.0000,53.1516,4.1532,53.1516,2.1223,0.0000,51.0294,0.6661,,,50.3633,2.0136,,,48.3496,,,,,,,595.0027,818.9786,0.2000,0.4650,1.4286,1.3500,0.7096,11871.5447,11871.5447,12346.4065,12346.4065,12346.4065
-2102.2500,0.5000,,42.6000,,,,10,943.8800,644.6778,2001.2762,-149.4746,63.7218,197.8119,197.8119,-14.7745,1.2826,58.3438,0.0000,58.3438,4.0953,58.3438,2.3299,0.0000,56.0140,0.6753,,,55.3387,2.2126,,,53.1260,,,,,,,602.3128,888.0670,0.2000,0.4650,1.4286,1.3500,0.6518,12732.9221,12732.9221,13242.2390,13242.2390,13242.2390
-2102.7500,0.5000,,43.1400,,,,10,960.2900,568.8627,2040.0859,-150.2131,57.2056,205.1538,205.1538,-15.1056,1.7220,51.3439,0.0000,51.3439,4.1396,51.3439,2.0497,0.0000,49.2942,0.6880,,,48.6062,1.9433,,,46.6628,,,,,,,611.9900,769.1709,0.2000,0.4650,1.4286,1.3500,0.6960,11601.6946,11601.6946,12065.7624,12065.7624,12065.7624
-2103.2500,0.5000,,43.5200,,,,10,963.6000,321.3267,2047.9140,-150.3620,32.4244,206.6508,206.6508,-15.1727,0.4512,27.7744,0.0000,27.7744,4.1988,27.7744,1.1069,0.0000,26.6675,0.6913,,,25.9762,1.0381,,,24.9381,,,,,,,614.5001,414.4117,0.2000,0.4650,1.4286,1.3500,0.7552,7747.6424,7747.6424,8057.5481,8057.5481,8057.5481
-2103.7500,0.5000,,43.3800,,,,10,958.0100,131.3542,2034.6937,-150.1105,13.1778,204.1257,204.1257,-15.0595,-0.3127,9.2512,0.0000,9.2512,4.2393,9.2512,1.0368,0.0000,8.2145,0.6891,,,7.5254,0.8436,,,6.6818,,,,,,,612.7614,128.0145,0.2000,0.4650,1.4286,1.3500,0.7957,4718.3682,4718.3682,4907.1029,4907.1029,4907.1029
-2104.2500,0.5000,,42.8800,,,,10,947.3100,-8.8717,2009.3882,-149.6290,-0.8801,199.3355,199.3355,-14.8435,-0.9917,-4.2026,0.0000,-4.2026,4.3142,-4.2026,1.0227,0.0000,-5.2253,0.6818,,,-5.9070,0.8330,,,-6.7401,,,,,,,607.2143,-82.1750,0.2000,0.4650,1.4286,1.3500,0.8707,2480.1562,2480.1562,2579.3624,2579.3624,2579.3624
-2104.7500,0.5000,,42.8400,,,,10,942.9400,-2.6401,1999.0531,-149.4323,-0.2607,197.3954,197.3954,-14.7556,-0.5989,-3.9282,0.0000,-3.9282,4.2664,-3.9282,1.0142,0.0000,-4.9424,0.6773,,,-5.6197,0.8266,,,-6.4463,,,,,,,603.8398,-78.1598,0.2000,0.4650,1.4286,1.3500,0.8228,2556.1774,2556.1774,2658.4245,2658.4245,2658.4245
-2105.2500,0.5000,,42.3000,,,,10,931.2800,-16.4508,1971.4772,-148.9076,-1.6043,192.2652,192.2652,-14.5220,-1.3230,-4.4317,0.0000,-4.4317,4.1504,-4.4317,0.9953,0.0000,-5.4270,0.6677,,,-6.0947,0.8124,,,-6.9071,,,,,,,596.3174,-86.9068,0.2000,0.4650,1.4286,1.3500,0.7068,2298.9325,2298.9325,2390.8898,2390.8898,2390.8898
-2105.7500,0.5000,,41.8800,,,,10,924.4900,-5.2345,1955.4189,-148.6021,-0.5068,189.3087,189.3087,-14.3865,-1.0319,-3.6200,0.0000,-3.6200,4.1452,-3.6200,0.9805,0.0000,-4.6005,0.6603,,,-5.2609,0.8012,,,-6.0621,,,,,,,590.3837,-74.4125,0.2000,0.4650,1.4286,1.3500,0.7016,2440.2370,2440.2370,2537.8465,2537.8465,2537.8465
-2106.2500,0.5000,,41.4400,,,,10,922.3000,10.0224,1950.2395,-148.5035,0.9680,188.3600,188.3600,-14.3429,-1.0282,-2.1355,0.0000,-2.1355,4.1317,-2.1355,0.9657,0.0000,-3.1013,0.6529,,,-3.7542,0.7900,,,-4.5442,,,,,,,584.4115,-50.6745,0.2000,0.4650,1.4286,1.3500,0.6881,2675.0011,2675.0011,2782.0012,2782.0012,2782.0012
-2106.7500,0.5000,,41.2800,,,,10,915.6500,92.8336,1934.5123,-148.2043,8.9015,185.4939,185.4939,-14.2108,-0.4991,5.2037,0.0000,5.2037,4.1968,5.2037,0.9585,0.0000,4.2452,0.6493,,,3.5959,0.7846,,,2.8113,,,,,,,581.4906,69.7155,0.2000,0.4650,1.4286,1.3500,0.7532,3856.1218,3856.1218,4010.3667,4010.3667,4010.3667
-2107.2500,0.5000,,40.9600,,,,10,907.2200,81.8945,1914.5753,-147.8249,7.7803,181.8920,181.8920,-14.0439,-0.4235,3.8112,0.0000,3.8112,4.3925,3.8112,0.9524,0.0000,2.8588,0.6462,,,2.2126,0.7800,,,1.4326,,,,,,,579.0006,47.1496,0.2000,0.4650,1.4286,1.3500,0.9490,3638.1904,3638.1904,3783.7180,3783.7180,3783.7180
-2107.7500,0.5000,,40.8600,,,,10,905.0400,110.5500,1909.4196,-147.7268,10.4774,180.9663,180.9663,-14.0009,-0.3413,6.4313,0.0000,6.4313,4.3875,6.4313,0.9475,0.0000,5.4838,0.6437,,,4.8401,0.7762,,,4.0638,,,,,,,576.9857,90.7586,0.2000,0.4650,1.4286,1.3500,0.9439,4027.5419,4027.5419,4188.6435,4188.6435,4188.6435
-2108.2500,0.5000,,40.7400,,,,10,891.2600,83.4073,1876.8299,-147.1067,7.7846,175.1693,175.1693,-13.7298,-0.4434,3.9564,0.0000,3.9564,4.2716,3.9564,0.9410,0.0000,3.0153,0.6405,,,2.3748,0.7714,,,1.6035,,,,,,,574.3579,50.1330,0.2000,0.4650,1.4286,1.3500,0.8280,3562.7186,3562.7186,3705.2273,3705.2273,3705.2273
-2108.7500,0.5000,,39.9400,,,,10,876.8300,-146.4574,1842.7030,-146.4574,-13.4479,169.1996,169.1996,-13.4479,-1.8846,-15.8349,0.0000,-15.8349,4.2716,-15.8349,0.9136,0.0000,-16.7486,0.6265,,,-17.3751,0.7506,,,-18.1257,,,,,,,563.0513,-284.0546,0.2000,0.4650,1.4286,1.3500,0.8280,181.6350,181.6350,188.9004,188.9004,188.9004
-2109.2500,0.5000,,38.8200,,,,10,835.5800,-144.6011,1745.1467,-144.6011,-12.6528,152.7034,152.7034,-12.6528,-3.1561,-13.5962,0.0000,-13.5962,4.0994,-13.5962,0.8673,0.0000,-14.4635,0.6027,,,-15.0662,0.7153,,,-15.7815,,,,,,,543.5897,-254.0817,0.2000,0.4650,1.4286,1.3500,0.6559,184.2333,184.2333,191.6027,191.6027,191.6027
-2109.7500,0.5000,,37.4800,,,,9,1003.8800,63.8596,2134.0000,-152.2522,6.7133,224.3390,224.3390,-16.0057,22.9129,-20.2925,0.0000,-20.2925,4.0928,-20.2925,1.1930,0.0000,-21.4855,0.5796,,,-22.0651,0.8819,,,-22.9470,,,,,,,524.6394,-391.0708,0.2000,0.4650,1.4286,1.3500,0.6493,3899.2236,3899.2236,4055.1925,4055.1925,4055.1925
-2110.2500,0.5000,,35.8800,,,,9,995.9800,-151.8191,2124.4927,-151.8191,-15.8345,221.5820,221.5820,-15.8345,-5.8682,-14.1872,0.0000,-14.1872,4.2208,-14.1872,1.1117,0.0000,-15.2988,0.5508,,,-15.8496,0.6403,,,-16.4899,,,,,,,500.8526,-291.6885,0.2000,0.4650,1.4286,1.3500,0.7772,236.1782,236.1782,245.6254,245.6254,245.6254
-2110.7500,0.5000,,33.9600,,,,9,947.8400,-149.6528,2010.6416,-149.6528,-14.8542,199.5714,199.5714,-14.8542,-6.5502,-12.5581,0.0000,-12.5581,4.2542,-12.5581,1.0193,0.0000,-13.5775,0.5173,,,-14.0948,0.5929,,,-14.6876,,,,,,,472.8900,-274.1764,0.2000,0.4650,1.4286,1.3500,0.8106,225.9139,225.9139,234.9505,234.9505,234.9505
-2111.2500,0.5000,,31.9600,,,,9,895.9800,-147.3191,1887.9927,-147.3191,-13.8225,177.1443,177.1443,-13.8225,-5.6717,-12.4345,0.0000,-12.4345,4.2837,-12.4345,0.9379,0.0000,-13.3724,0.4869,,,-13.8592,0.5539,,,-14.4131,,,,,,,447.2677,-285.5038,0.2000,0.4650,1.4286,1.3500,0.8401,180.4287,180.4287,187.6459,187.6459,187.6459
-2111.7500,0.5000,,30.3600,,,,9,847.6900,-145.1461,1773.7869,-145.1461,-12.8846,157.4589,157.4589,-12.8846,-4.9826,-12.2012,0.0000,-12.2012,4.2992,-12.2012,0.8650,0.0000,-13.0662,0.4589,,,-13.5251,0.5406,,,-14.0656,,,,,,,423.4816,-294.6362,0.2000,0.4650,1.4286,1.3500,0.8556,183.4705,183.4705,190.8094,190.8094,190.8094
-2112.2500,0.5000,,28.7000,,,,9,800.8300,-143.0374,1662.9630,-143.0374,-11.9955,139.4606,139.4606,-11.9955,-4.6418,-11.5985,0.0000,-11.5985,4.2448,-11.5985,0.7957,0.0000,-12.3941,0.4315,,,-12.8256,0.5126,,,-13.3383,,,,,,,400.0519,-295.8498,0.2000,0.4650,1.4286,1.3500,0.8012,186.4223,186.4223,193.8791,193.8791,193.8791
-2112.7500,0.5000,,27.1200,,,,9,760.5600,-142.0140,1567.7244,-142.0140,-11.3108,124.8624,124.8624,-11.3108,-3.8194,-11.6649,0.0000,-11.6649,4.1734,-11.6649,0.7375,0.0000,-12.4023,0.4087,,,-12.8111,0.5121,,,-13.3232,,,,,,,379.6906,-311.9214,0.2000,0.4650,1.4286,1.3500,0.7299,177.0357,177.0357,184.1171,184.1171,184.1171
-2113.2500,0.5000,,26.5600,,,,9,803.5000,29.3969,1669.2775,-143.1575,2.4735,140.4569,140.4569,-12.0456,-0.7275,-1.0287,0.0000,-1.0287,4.2296,-1.0287,0.7262,0.0000,-1.7549,0.4043,,,-2.1592,0.4389,,,-2.5981,,,,,,,375.6873,-44.6064,0.2000,0.4650,1.4286,1.3500,0.7861,2443.7491,2443.7491,2541.4991,2541.4991,2541.4991
-2113.7500,0.5000,,26.4000,,,,7,1159.6700,394.9966,2134.0000,-162.3786,47.9685,259.1537,259.1537,-19.7193,57.1070,-13.4851,0.0000,-13.4851,4.3467,-13.4851,1.5266,0.0000,-15.0118,0.4002,,,-15.4120,0.6161,,,-16.0281,,,,,,,372.0507,-385.3019,0.2000,0.4650,1.4286,1.3500,0.9031,10559.3270,10559.3270,10981.7001,10981.7001,10981.7001
-2114.2500,0.5000,,25.5600,,,,7,1195.3000,-164.6945,2134.0000,-164.6945,-20.6151,267.1160,267.1160,-20.6151,-6.0512,-18.9240,0.0000,-18.9240,4.3601,-18.9240,1.4467,0.0000,-20.3707,0.3862,,,-20.7570,0.8300,,,-21.5869,,,,,,,359.4764,-541.1379,0.2000,0.4650,1.4286,1.3500,0.9166,261.1334,261.1334,271.5787,271.5787,271.5787
-2114.7500,0.5000,,24.9000,,,,7,1165.8700,-132.7641,2134.0000,-162.7816,-16.2091,260.5393,260.5393,-19.8739,-4.5095,-16.0991,0.0000,-16.0991,4.3995,-16.0991,1.3867,0.0000,-17.4858,0.3755,,,-17.8613,0.7141,,,-18.5754,,,,,,,349.8119,-477.3338,0.2000,0.4650,1.4286,1.3500,0.9559,822.2994,822.2994,855.1913,855.1913,855.1913
-2115.2500,0.5000,,24.4600,,,,7,1156.8400,-4.0080,2134.0000,-162.1946,-0.4855,258.5213,258.5213,-19.6489,-1.6816,-3.1493,0.0000,-3.1493,4.3453,-3.1493,1.3642,0.0000,-4.5134,0.3714,,,-4.8848,0.3954,,,-5.2802,,,,,,,346.1388,-124.5171,0.2000,0.4650,1.4286,1.3500,0.9018,3203.5253,3203.5253,3331.6663,3331.6663,3331.6663
-2115.7500,0.5000,,24.4200,,,,7,1171.1000,88.2342,2134.0000,-163.1215,10.8208,261.7080,261.7080,-20.0048,0.1691,6.5273,0.0000,6.5273,4.1244,6.5273,1.3664,0.0000,5.1608,0.3718,,,4.7890,0.3959,,,4.3931,,,,,,,346.5100,142.2245,0.2000,0.4650,1.4286,1.3500,0.6808,4923.8808,4923.8808,5120.8361,5120.8361,5120.8361
-2116.2500,0.5000,,24.7000,,,,7,1172.1600,121.8604,2134.0000,-163.1904,14.9582,261.9449,261.9449,-20.0313,1.6180,9.2231,0.0000,9.2231,4.1171,9.2231,1.3881,0.0000,7.8350,0.3757,,,7.4593,0.4010,,,7.0582,,,,,,,350.0410,213.7422,0.2000,0.4650,1.4286,1.3500,0.6735,5542.0881,5542.0881,5763.7716,5763.7716,5763.7716
-2116.7500,0.5000,,25.1000,,,,7,1189.3000,153.4223,2134.0000,-164.3045,19.1077,265.7752,265.7752,-20.4630,3.3421,11.7665,0.0000,11.7665,3.9991,11.7665,1.4326,0.0000,10.3338,0.3837,,,9.9501,0.4115,,,9.5386,,,,,,,357.2241,276.2435,0.2000,0.4650,1.4286,1.3500,0.5556,6158.7381,6158.7381,6405.0877,6405.0877,6405.0877
-2117.2500,0.5000,,25.1800,,,,8,1063.4400,-156.1236,2134.0000,-156.1236,-17.3864,237.6490,237.6490,-17.3864,-32.3814,10.9992,0.0000,10.9992,3.9958,10.9992,0.9875,0.0000,10.0117,0.3847,,,9.6270,0.4129,,,9.2141,,,,,,,358.1567,266.9359,0.2000,0.4650,1.4286,1.3500,0.5522,242.5601,242.5601,252.2625,252.2625,252.2625
-2117.7500,0.5000,,25.2600,,,,8,952.7300,58.3159,2022.2065,-149.8729,5.8182,201.7548,201.7548,-14.9528,0.0210,1.7832,0.0000,1.7832,4.0139,1.7832,0.9878,0.0000,0.7954,0.3848,,,0.4106,0.4130,,,-0.0024,,,,,,,358.2296,21.2032,0.2000,0.4650,1.4286,1.3500,0.5704,3595.3892,3595.3892,3739.2048,3739.2048,3739.2048
-2118.2500,0.5000,,25.7800,,,,8,955.3400,316.6787,2028.3791,-149.9903,31.6815,202.9251,202.9251,-15.0055,2.2918,25.3728,0.0000,25.3728,4.0169,25.3728,1.0205,0.0000,24.3523,0.3936,,,23.9587,0.9580,,,23.0007,,,,,,,366.1004,635.2011,0.2000,0.4650,1.4286,1.3500,0.5733,7597.1695,7597.1695,7901.0563,7901.0563,7901.0563
-2118.7500,0.5000,,27.0600,,,,8,1016.9200,698.5150,2134.0000,-153.0998,74.3860,227.2531,227.2531,-16.3038,6.4237,63.8222,0.0000,63.8222,4.1401,63.8222,2.5485,0.0000,61.2737,0.4172,,,60.8564,2.4339,,,58.4226,,,,,,,387.3102,1510.7287,0.2000,0.4650,1.4286,1.3500,0.6965,14583.6467,14583.6467,15166.9926,15166.9926,15166.9926
-2119.2500,0.5000,,29.3400,,,,8,1102.9700,922.8251,2134.0000,-158.6931,106.5888,246.4829,246.4829,-18.3295,11.0134,91.4020,0.0000,91.4020,4.1734,91.4020,3.6509,0.0000,87.7511,0.4562,,,87.2949,3.4914,,,83.8036,,,,,,,421.1962,1989.4798,0.2000,0.4650,1.4286,1.3500,0.7299,20672.1084,20672.1084,21498.9927,21498.9927,21498.9927
-2119.7500,0.5000,,31.3800,,,,8,1185.2500,882.9427,2134.0000,-164.0413,109.5900,264.8701,264.8701,-20.3607,11.1443,94.0323,0.0000,94.0323,4.4134,94.0323,3.7553,0.0000,90.2771,0.4935,,,89.7835,3.5908,,,86.1927,,,,,,,452.9115,1903.4235,0.2000,0.4650,1.4286,1.3500,0.9698,21168.1063,21168.1063,22014.8305,22014.8305,22014.8305
-2120.2500,0.5000,,33.6000,,,,8,1264.9900,852.1212,2134.0000,-172.1489,112.8800,282.6898,282.6898,-22.8045,11.6930,96.7374,0.0000,96.7374,4.4497,96.7374,3.8626,0.0000,92.8748,0.5305,,,92.3442,3.6932,,,88.6511,,,,,,,483.9590,1832.5696,0.2000,0.4650,1.4286,1.3500,1.0061,21772.6673,21772.6673,22643.5740,22643.5740,22643.5740
-2120.7500,0.5000,,35.6400,,,,8,1332.0200,734.8070,2134.0000,-179.5222,102.4974,297.6691,297.6691,-25.0413,11.1168,87.0374,0.0000,87.0374,4.3432,87.0374,3.4738,0.0000,83.5636,0.5639,,,82.9996,3.3193,,,79.6803,,,,,,,511.7328,1559.3555,0.2000,0.4650,1.4286,1.3500,0.8996,20062.2502,20062.2502,20864.7402,20864.7402,20864.7402
-2121.2500,0.5000,,36.3400,,,,8,1264.6500,82.6330,2134.0000,-172.1115,10.9434,282.6138,282.6138,-22.7934,1.2624,5.3947,0.0000,5.3947,4.2863,5.3947,1.7277,0.0000,3.6670,0.5676,,,3.0993,0.6644,,,2.4349,,,,,,,514.7921,68.0215,0.2000,0.4650,1.4286,1.3500,0.8427,5223.1022,5223.1022,5432.0263,5432.0263,5432.0263
-2121.7500,0.5000,,36.2800,,,,9,1006.6400,-152.4316,2134.0000,-152.4316,-16.0686,224.9558,224.9558,-16.0686,-43.4051,23.1688,0.0000,23.1688,4.1678,23.1688,1.1504,0.0000,22.0184,0.5646,,,21.4538,0.8575,,,20.5963,,,,,,,512.2619,410.4546,0.2000,0.4650,1.4286,1.3500,0.7242,236.0549,236.0549,245.4971,245.4971,245.4971
-2122.2500,0.5000,,36.1400,,,,10,838.2000,-144.7190,1751.3430,-144.7190,-12.7029,153.7261,153.7261,-12.7029,-24.6363,7.8508,0.0000,7.8508,4.0826,7.8508,0.7955,0.0000,7.0553,0.5649,,,6.4904,0.6604,,,5.8300,,,,,,,512.5048,131.4584,0.2000,0.4650,1.4286,1.3500,0.6390,184.0683,184.0683,191.4310,191.4310,191.4310
-2122.7500,0.5000,,36.6000,,,,10,814.7000,282.2705,1695.7655,-143.6615,24.0820,144.6745,144.6745,-12.2565,0.8827,19.1456,0.0000,19.1456,4.0537,19.1456,0.8088,0.0000,18.3368,0.5719,,,17.7648,0.7099,,,17.0549,,,,,,,518.3476,337.8109,0.2000,0.4650,1.4286,1.3500,0.6101,5899.8183,5899.8183,6135.8110,6135.8110,6135.8110
-2123.2500,0.5000,,37.5200,,,,10,841.9900,691.8097,1760.3064,-144.8896,60.9989,155.2115,155.2115,-12.7753,2.4636,54.5116,0.0000,54.5116,4.0237,54.5116,2.1774,0.0000,52.3342,0.5914,,,51.7428,2.0690,,,49.6738,,,,,,,534.3180,935.3125,0.2000,0.4650,1.4286,1.3500,0.5802,12157.2966,12157.2966,12643.5885,12643.5885,12643.5885
-2123.7500,0.5000,,39.0800,,,,10,876.6600,943.8478,1842.3009,-146.4497,86.6486,169.1299,169.1299,-13.4446,3.5810,78.9317,0.0000,78.9317,4.1360,78.9317,3.1539,0.0000,75.7778,0.6188,,,75.1590,3.0056,,,72.1534,,,,,,,556.7153,1299.8107,0.2000,0.4650,1.4286,1.3500,0.6924,16932.6271,16932.6271,17609.9322,17609.9322,17609.9322
-2124.2500,0.5000,,40.5600,,,,10,909.9100,919.0948,1920.9372,-147.9460,87.5765,183.0376,183.0376,-14.0971,3.6310,79.5986,0.0000,79.5986,4.3469,79.5986,3.1804,0.0000,76.4183,0.6457,,,75.7726,3.0301,,,72.7425,,,,,,,578.5407,1261.3471,0.2000,0.4650,1.4286,1.3500,0.9033,17104.5976,17104.5976,17788.7815,17788.7815,17788.7815
-2124.7500,0.5000,,42.1000,,,,10,939.7400,844.8298,1991.4851,-149.2883,83.1391,195.9807,195.9807,-14.6914,3.3923,75.4131,0.0000,75.4131,4.3338,75.4131,3.0127,0.0000,72.4004,0.6701,,,71.7303,2.8683,,,68.8620,,,,,,,598.2124,1155.7310,0.2000,0.4650,1.4286,1.3500,0.8902,16201.0535,16201.0535,16849.0957,16849.0957,16849.0957
-2125.2500,0.5000,,42.6200,,,,10,941.5900,216.8664,1995.8604,-149.3716,21.3837,196.7980,196.7980,-14.7285,0.6712,16.4438,0.0000,16.4438,4.2687,16.4438,1.0096,0.0000,15.4342,0.6750,,,14.7592,0.8232,,,13.9361,,,,,,,602.0284,244.8152,0.2000,0.4650,1.4286,1.3500,0.8251,5806.0723,5806.0723,6038.3152,6038.3152,6038.3152
-2125.7500,0.5000,,42.4200,,,,10,932.1200,-68.6125,1973.4638,-148.9454,-6.6974,192.6325,192.6325,-14.5388,-0.0953,-10.8575,0.0000,-10.8575,4.2555,-10.8575,1.0082,0.0000,-11.8658,0.6742,,,-12.5400,0.8221,,,-13.3622,,,,,,,601.4882,-188.3826,0.2000,0.4650,1.4286,1.3500,0.8119,1513.9697,1513.9697,1574.5285,1574.5285,1574.5285
-2126.2500,0.5000,,42.2000,,,,10,933.1500,-148.9918,1975.8998,-148.9918,-14.5594,193.0834,193.0834,-14.5594,-0.8054,-17.8673,0.0000,-17.8673,4.1134,-17.8673,0.9967,0.0000,-18.8640,0.6684,,,-19.5325,0.8135,,,-20.3459,,,,,,,596.9019,-301.7887,0.2000,0.4650,1.4286,1.3500,0.6698,222.7818,222.7818,231.6931,231.6931,231.6931
-2126.7500,0.5000,,41.9800,,,,10,929.9200,-148.8464,1968.2608,-148.8464,-14.4948,191.6712,191.6712,-14.4948,-0.7518,-17.8605,0.0000,-17.8605,4.1175,-17.8605,0.9860,0.0000,-18.8465,0.6631,,,-19.5096,0.8053,,,-20.3149,,,,,,,592.5889,-303.7024,0.2000,0.4650,1.4286,1.3500,0.6739,222.0931,222.0931,230.9768,230.9768,230.9768
-2127.2500,0.5000,,42.1400,,,,10,940.0700,-89.6371,1992.2656,-149.3032,-8.8242,196.1264,196.1264,-14.6980,0.8565,-14.0239,0.0000,-14.0239,4.3431,-14.0239,0.9982,0.0000,-15.0221,0.6692,,,-15.6913,0.8146,,,-16.5059,,,,,,,597.5001,-240.0848,0.2000,0.4650,1.4286,1.3500,0.8996,1229.2302,1229.2302,1278.3994,1278.3994,1278.3994
-2127.7500,0.5000,,42.9200,,,,10,966.0400,128.5630,2053.6846,-150.4718,13.0059,207.7579,207.7579,-15.2222,1.8889,6.7738,0.0000,6.7738,4.3432,6.7738,1.0252,0.0000,5.7487,0.6830,,,5.0656,0.8349,,,4.2307,,,,,,,608.1905,90.2609,0.2000,0.4650,1.4286,1.3500,0.8996,4738.9330,4738.9330,4928.4903,4928.4903,4928.4903
-2128.2500,0.5000,,43.7400,,,,10,975.1400,217.3886,2075.2061,-150.8813,22.1989,211.9126,211.9126,-15.4075,2.1941,15.7147,0.0000,15.7147,4.2901,15.7147,1.0562,0.0000,14.6585,0.6991,,,13.9594,0.8583,,,13.1011,,,,,,,620.3773,225.6341,0.2000,0.4650,1.4286,1.3500,0.8465,6065.9229,6065.9229,6308.5598,6308.5598,6308.5598
-2128.7500,0.5000,,44.6600,,,,10,997.1700,216.9652,2127.3071,-151.8727,22.6562,222.1406,222.1406,-15.8591,2.4820,15.8875,0.0000,15.8875,4.2868,15.8875,1.0912,0.0000,14.7963,0.7170,,,14.0793,0.8845,,,13.1948,,,,,,,633.8806,222.9038,0.2000,0.4650,1.4286,1.3500,0.8432,6223.5017,6223.5017,6472.4417,6472.4417,6472.4417
-2129.2500,0.5000,,45.5200,,,,10,1008.8400,127.7410,2134.0000,-152.5746,13.4953,225.4474,225.4474,-16.1188,1.7155,7.5911,0.0000,7.5911,4.1886,7.5911,1.1152,0.0000,6.4760,0.7292,,,5.7468,0.9025,,,4.8443,,,,,,,643.0483,96.1686,0.2000,0.4650,1.4286,1.3500,0.7450,4969.9283,4969.9283,5168.7254,5168.7254,5168.7254
-2129.7500,0.5000,,46.0000,,,,10,1025.6200,97.9679,2134.0000,-153.6653,10.5220,229.1973,229.1973,-16.5041,1.8450,4.5036,0.0000,4.5036,4.1734,4.5036,1.1409,0.0000,3.3628,0.7422,,,2.6205,0.9217,,,1.6988,,,,,,,652.7640,49.1939,0.2000,0.4650,1.4286,1.3500,0.7299,4550.2989,4550.2989,4732.3109,4732.3109,4732.3109
-2130.2500,0.5000,,46.9400,,,,10,1046.2800,88.6202,2134.0000,-155.0082,9.7098,233.8142,233.8142,-16.9837,2.7316,2.7769,0.0000,2.7769,4.2013,2.7769,1.1787,0.0000,1.5983,0.7613,,,0.8370,0.9499,,,-0.1129,,,,,,,666.8888,22.8859,0.2000,0.4650,1.4286,1.3500,0.7577,4482.5579,4482.5579,4661.8602,4661.8602,4661.8602
-2130.7500,0.5000,,47.6000,,,,10,1050.7000,29.3460,2134.0000,-155.2955,3.2289,234.8020,234.8020,-17.0870,1.7071,-2.6969,0.0000,-2.6969,4.2187,-2.6969,1.2022,0.0000,-3.8991,0.7730,,,-4.6721,0.9674,,,-5.6396,,,,,,,675.5665,-55.1150,0.2000,0.4650,1.4286,1.3500,0.7751,3529.9052,3529.9052,3671.1014,3671.1014,3671.1014
-2131.2500,0.5000,,48.4800,,,,10,1051.0800,31.1811,2134.0000,-155.3202,3.4321,234.8869,234.8869,-17.0959,2.1675,-2.9141,0.0000,-2.9141,4.1786,-2.9141,1.2319,0.0000,-4.1460,0.7878,,,-4.9338,0.9895,,,-5.9233,,,,,,,686.4264,-57.6773,0.2000,0.4650,1.4286,1.3500,0.7350,3561.9666,3561.9666,3704.4453,3704.4453,3704.4453
-2131.7500,0.5000,,48.9600,,,,11,901.3800,-147.5621,1900.7637,-147.5621,-13.9287,179.4174,179.4174,-13.9287,-23.9762,5.8856,0.0000,5.8856,4.1619,5.8856,0.8934,0.0000,4.9922,0.7971,,,4.1952,1.0035,,,3.1917,,,,,,,693.2376,68.7678,0.2000,0.4650,1.4286,1.3500,0.7183,192.7664,192.7664,200.4770,200.4770,200.4770
-2132.2500,0.5000,,49.2400,,,,11,859.8600,-64.3231,1802.5689,-145.6937,-5.7919,162.3111,162.3111,-13.1189,0.6446,-10.6254,0.0000,-10.6254,4.1889,-10.6254,0.9028,0.0000,-11.5282,0.8038,,,-12.3320,1.0137,,,-13.3457,,,,,,,698.1768,-157.6767,0.2000,0.4650,1.4286,1.3500,0.7453,1412.6699,1412.6699,1469.1767,1469.1767,1469.1767
-2132.7500,0.5000,,49.3000,,,,11,861.8800,-145.7846,1807.3462,-145.7846,-13.1579,163.1236,163.1236,-13.1579,-0.3872,-16.9922,0.0000,-16.9922,4.2215,-16.9922,0.8971,0.0000,-17.8893,0.7998,,,-18.6891,1.0076,,,-19.6967,,,,,,,695.2136,-245.7237,0.2000,0.4650,1.4286,1.3500,0.7779,182.5767,182.5767,189.8798,189.8798,189.8798
-2133.2500,0.5000,,49.2200,,,,11,861.1800,-143.5390,1805.6907,-145.7531,-12.9447,162.8418,162.8418,-13.1444,-0.0034,-17.1972,0.0000,-17.1972,4.2559,-17.1972,0.8971,0.0000,-18.0943,0.7997,,,-18.8941,1.0075,,,-19.9016,,,,,,,695.1876,-248.5489,0.2000,0.4650,1.4286,1.3500,0.8123,216.0880,216.0880,224.7315,224.7315,224.7315
-2133.7500,0.5000,,49.1000,,,,11,860.8500,-145.7383,1804.9103,-145.7383,-13.1380,162.7091,162.7091,-13.1380,-0.1364,-17.3161,0.0000,-17.3161,4.3145,-17.3161,0.8951,0.0000,-18.2112,0.7983,,,-19.0095,1.0054,,,-20.0149,,,,,,,694.1410,-250.5319,0.2000,0.4650,1.4286,1.3500,0.8709,182.6416,182.6416,189.9473,189.9473,189.9473
-2134.2500,0.5000,,49.3400,,,,11,863.6100,-139.9657,1811.4377,-145.8625,-12.6581,163.8210,163.8210,-13.1914,0.3796,-17.3309,0.0000,-17.3309,4.2932,-17.3309,0.9007,0.0000,-18.2315,0.8023,,,-19.0338,1.0114,,,-20.0452,,,,,,,697.0503,-249.7644,0.2000,0.4650,1.4286,1.3500,0.8496,271.6004,271.6004,282.4645,282.4645,282.4645
-2134.7500,0.5000,,49.1400,,,,11,860.2600,-145.7117,1803.5149,-145.7117,-13.1266,162.4718,162.4718,-13.1266,-0.2417,-17.0666,0.0000,-17.0666,4.1817,-17.0666,0.8971,0.0000,-17.9637,0.7998,,,-18.7635,1.0075,,,-19.7711,,,,,,,695.1996,-246.7509,0.2000,0.4650,1.4286,1.3500,0.7381,182.6788,182.6788,189.9859,189.9859,189.9859
-2135.2500,0.5000,,49.1800,,,,11,860.4200,-145.7189,1803.8933,-145.7189,-13.1297,162.5361,162.5361,-13.1297,-0.0691,-17.2597,0.0000,-17.2597,4.1991,-17.2597,0.8961,0.0000,-18.1558,0.7990,,,-18.9549,1.0065,,,-19.9613,,,,,,,694.6695,-249.5798,0.2000,0.4650,1.4286,1.3500,0.7556,182.6687,182.6687,189.9754,189.9754,189.9754
-2135.7500,0.5000,,49.3200,,,,11,863.1300,-145.8409,1810.3025,-145.8409,-13.1821,163.6274,163.6274,-13.1821,0.1922,-17.8003,0.0000,-17.8003,4.4260,-17.8003,0.8989,0.0000,-18.6992,0.8011,,,-19.5003,1.0095,,,-20.5098,,,,,,,696.1429,-256.5054,0.2000,0.4650,1.4286,1.3500,0.9824,182.4980,182.4980,189.7979,189.7979,189.7979
-2136.2500,0.5000,,49.3400,,,,11,866.2200,-137.0344,1817.6103,-145.9799,-12.4304,164.8761,164.8761,-13.2419,0.4309,-17.2874,0.0000,-17.2874,4.4260,-17.2874,0.9052,0.0000,-18.1926,0.8056,,,-18.9982,1.0163,,,-20.0144,,,,,,,699.4351,-248.3811,0.2000,0.4650,1.4286,1.3500,0.9824,317.5204,317.5204,330.2212,330.2212,330.2212
-2136.7500,0.5000,,49.2000,,,,11,861.2800,-145.7576,1805.9272,-145.7576,-13.1463,162.8820,162.8820,-13.1463,-0.5130,-17.0152,0.0000,-17.0152,4.3819,-17.0152,0.8977,0.0000,-17.9129,0.8002,,,-18.7131,1.0082,,,-19.7213,,,,,,,695.5138,-245.9418,0.2000,0.4650,1.4286,1.3500,0.9383,182.6145,182.6145,189.9191,189.9191,189.9191
-2137.2500,0.5000,,49.3200,,,,11,861.3700,-145.7617,1806.1401,-145.7617,-13.1481,162.9183,162.9183,-13.1481,-0.0815,-17.4485,0.0000,-17.4485,4.3819,-17.4485,0.8965,0.0000,-18.3450,0.7993,,,-19.1443,1.0069,,,-20.1512,,,,,,,694.8887,-252.1003,0.2000,0.4650,1.4286,1.3500,0.9383,182.6088,182.6088,189.9132,189.9132,189.9132
-2137.7500,0.5000,,49.1800,,,,11,861.2900,-145.7581,1805.9509,-145.7581,-13.1465,162.8861,162.8861,-13.1465,-0.0362,-17.2532,0.0000,-17.2532,4.1429,-17.2532,0.8960,0.0000,-18.1492,0.7990,,,-18.9482,1.0063,,,-19.9545,,,,,,,694.6109,-249.5095,0.2000,0.4650,1.4286,1.3500,0.6993,182.6139,182.6139,189.9184,189.9184,189.9184
-2138.2500,0.5000,,49.2600,,,,11,863.2700,-145.8472,1810.6336,-145.8472,-13.1848,163.6838,163.6838,-13.1848,0.3019,-17.6111,0.0000,-17.6111,4.1244,-17.6111,0.9004,0.0000,-18.5115,0.8021,,,-19.3136,1.0111,,,-20.3247,,,,,,,696.9241,-253.6458,0.2000,0.4650,1.4286,1.3500,0.6808,182.4892,182.4892,189.7887,189.7887,189.7887
-2138.7500,0.5000,,49.1600,,,,11,861.7700,-145.7797,1807.0861,-145.7797,-13.1558,163.0793,163.0793,-13.1558,-0.2051,-17.2800,0.0000,-17.2800,4.3293,-17.2800,0.8974,0.0000,-18.1774,0.8000,,,-18.9774,1.0079,,,-19.9852,,,,,,,695.3533,-249.6305,0.2000,0.4650,1.4286,1.3500,0.8857,182.5836,182.5836,189.8870,189.8870,189.8870
-2139.2500,0.5000,,49.2000,,,,11,860.2800,-145.7126,1803.5622,-145.7126,-13.1270,162.4799,162.4799,-13.1270,-0.0422,-17.4571,0.0000,-17.4571,4.3723,-17.4571,0.8968,0.0000,-18.3539,0.7995,,,-19.1534,1.0072,,,-20.1606,,,,,,,695.0296,-252.1718,0.2000,0.4650,1.4286,1.3500,0.9287,182.6775,182.6775,189.9846,189.9846,189.9846
-2139.7500,0.5000,,49.0400,,,,11,859.3300,-145.6699,1801.3155,-145.6699,-13.1087,162.0983,162.0983,-13.1087,-0.2050,-17.3595,0.0000,-17.3595,4.4559,-17.3595,0.8938,0.0000,-18.2533,0.7974,,,-19.0507,1.0040,,,-20.0546,,,,,,,693.4551,-251.3588,0.2000,0.4650,1.4286,1.3500,1.0123,182.7373,182.7373,190.0468,190.0468,190.0468
-2140.2500,0.5000,,48.9800,,,,11,856.2700,-145.5322,1794.0786,-145.5322,-13.0496,160.8721,160.8721,-13.0496,-0.3160,-17.2006,0.0000,-17.2006,4.4670,-17.2006,0.8892,0.0000,-18.0898,0.7941,,,-18.8838,0.9989,,,-19.8828,,,,,,,691.0216,-249.9842,0.2000,0.4650,1.4286,1.3500,1.0234,182.9301,182.9301,190.2473,190.2473,190.2473
-2140.7500,0.5000,,48.8000,,,,11,854.2000,-145.4390,1789.1830,-145.4390,-13.0098,160.0453,160.0453,-13.0098,-0.1982,-17.0882,0.0000,-17.0882,4.2766,-17.0882,0.8862,0.0000,-17.9744,0.7920,,,-18.7664,0.9958,,,-19.7622,,,,,,,689.4909,-248.9415,0.2000,0.4650,1.4286,1.3500,0.8330,183.0605,183.0605,190.3829,190.3829,190.3829
-2141.2500,0.5000,,48.8000,,,,11,855.3400,-145.4903,1791.8791,-145.4903,-13.0317,160.5004,160.5004,-13.0317,0.0767,-17.3040,0.0000,-17.3040,4.1956,-17.3040,0.8874,0.0000,-18.1913,0.7928,,,-18.9841,0.9970,,,-19.9811,,,,,,,690.0833,-251.7298,0.2000,0.4650,1.4286,1.3500,0.7520,182.9887,182.9887,190.3082,190.3082,190.3082
-2141.7500,0.5000,,49.1000,,,,11,860.9700,-145.7437,1805.1941,-145.7437,-13.1403,162.7573,162.7573,-13.1403,0.5760,-17.9172,0.0000,-17.9172,4.2009,-17.9172,0.8958,0.0000,-18.8130,0.7988,,,-19.6119,1.0061,,,-20.6180,,,,,,,694.5190,-258.6698,0.2000,0.4650,1.4286,1.3500,0.7573,182.6340,182.6340,189.9394,189.9394,189.9394
-2142.2500,0.5000,,49.4000,,,,11,867.4300,-146.0344,1820.4720,-146.0344,-13.2653,165.3663,165.3663,-13.2653,0.6163,-18.0889,0.0000,-18.0889,4.2073,-18.0889,0.9048,0.0000,-18.9937,0.8053,,,-19.7990,1.0159,,,-20.8149,,,,,,,699.2336,-259.3933,0.2000,0.4650,1.4286,1.3500,0.7637,182.2271,182.2271,189.5162,189.5162,189.5162
-2142.7500,0.5000,,50.1000,,,,11,880.9000,-146.6405,1852.3285,-146.6405,-13.5272,170.8729,170.8729,-13.5272,1.3684,-19.2651,0.0000,-19.2651,4.3695,-19.2651,0.9248,0.0000,-20.1899,0.8195,,,-21.0095,1.0374,,,-22.0468,,,,,,,709.5900,-271.7058,0.2000,0.5025,1.4286,1.4000,0.8384,181.3786,181.3786,183.1924,183.1924,183.1924
-2143.2500,0.5000,,51.0400,,,,11,897.5600,-147.3902,1891.7294,-147.3902,-13.8535,177.8079,177.8079,-13.8535,1.8152,-20.1752,0.0000,-20.1752,4.5064,-20.1752,0.9511,0.0000,-21.1263,0.8382,,,-21.9645,1.0657,,,-23.0302,,,,,,,723.0989,-278.9951,0.2000,0.5025,1.4286,1.4000,0.9754,180.3292,180.3292,182.1325,182.1325,182.1325
-2143.7500,0.5000,,51.8800,,,,11,914.4300,-148.1494,1931.6270,-148.1494,-14.1866,184.9704,184.9704,-14.1866,1.8729,-20.5329,0.0000,-20.5329,4.4733,-20.5329,0.9781,0.0000,-21.5110,0.8572,,,-22.3682,1.0948,,,-23.4630,,,,,,,736.7781,-278.8016,0.2000,0.5025,1.4286,1.4000,0.9423,218.7904,218.7904,220.9783,220.9783,220.9783
-2144.2500,0.5000,,52.7000,,,,11,927.3500,-148.7308,1962.1828,-148.7308,-14.4435,190.5512,190.5512,-14.4435,1.5245,-20.2544,0.0000,-20.2544,4.2863,-20.2544,0.9999,0.0000,-21.2543,0.8725,,,-22.1269,1.1182,,,-23.2451,,,,,,,747.7280,-271.4408,0.2000,0.5025,1.4286,1.4000,0.7552,221.5451,221.5451,223.7606,223.7606,223.7606
-2144.7500,0.5000,,53.3400,,,,11,935.9400,-149.1173,1982.4981,-149.1173,-14.6152,194.3074,194.3074,-14.6152,0.9645,-19.8578,0.0000,-19.8578,4.2781,-19.8578,1.0137,0.0000,-20.8715,0.8821,,,-21.7537,1.1330,,,-22.8867,,,,,,,754.5732,-264.1338,0.2000,0.5025,1.4286,1.4000,0.7471,223.3767,223.3767,225.6104,225.6104,225.6104
-2145.2500,0.5000,,53.6600,,,,11,940.7700,-149.3347,1993.9211,-149.3347,-14.7120,196.4355,196.4355,-14.7120,0.5746,-19.4440,0.0000,-19.4440,4.1574,-19.4440,1.0219,0.0000,-20.4659,0.8878,,,-21.3538,1.1418,,,-22.4955,,,,,,,758.6220,-257.6187,0.2000,0.5025,1.4286,1.4000,0.6263,224.4065,224.4065,226.6506,226.6506,226.6506
-2145.7500,0.5000,,53.7000,,,,11,940.9200,-149.3414,1994.2758,-149.3414,-14.7150,196.5018,196.5018,-14.7150,0.0723,-18.9447,0.0000,-18.9447,4.1574,-18.9447,1.0229,0.0000,-19.9676,0.8886,,,-20.8562,1.1429,,,-21.9991,,,,,,,759.1296,-251.1783,0.2000,0.5025,1.4286,1.4000,0.6263,224.4385,224.4385,226.6829,226.6829,226.6829
-2146.2500,0.5000,,53.8400,,,,11,942.7000,-149.4215,1998.4855,-149.4215,-14.7508,197.2891,197.2891,-14.7508,0.1520,-18.9546,0.0000,-18.9546,4.0518,-18.9546,1.0251,0.0000,-19.9797,0.8901,,,-20.8697,1.1452,,,-22.0150,,,,,,,760.1964,-250.9772,0.2000,0.5025,1.4286,1.4000,0.5207,224.8180,224.8180,227.0662,227.0662,227.0662
-2146.7500,0.5000,,53.7400,,,,11,939.1000,-149.2595,1989.9715,-149.2595,-14.6785,195.6984,195.6984,-14.6785,-0.2235,-18.4806,0.0000,-18.4806,4.0255,-18.4806,1.0219,0.0000,-19.5025,0.8878,,,-20.3903,1.1418,,,-21.5321,,,,,,,758.6275,-245.4892,0.2000,0.5025,1.4286,1.4000,0.4945,224.0504,224.0504,226.2909,226.2909,226.2909
-2147.2500,0.5000,,53.5200,,,,11,934.9184,-149.0713,1980.0819,-149.0713,-14.5947,193.8588,193.8588,-14.5947,-0.5485,-17.9917,0.0000,-17.9917,3.9454,-17.9917,1.0141,0.0000,-19.0058,0.8824,,,-19.8882,1.1334,,,-21.0216,,,,,,,754.7631,-240.4617,0.2000,0.5025,1.4286,1.4000,0.4144,223.1588,223.1588,225.3904,225.3904,225.3904
-2147.7500,0.5000,,53.2400,,,,11,930.8333,-148.8875,1970.4208,-148.8875,-14.5131,192.0700,192.0700,-14.5131,-0.4660,-17.9402,0.0000,-17.9402,3.8932,-17.9402,1.0074,0.0000,-18.9477,0.8778,,,-19.8255,1.1263,,,-20.9517,,,,,,,751.4641,-240.7793,0.2000,0.5025,1.4286,1.4000,0.3621,222.2878,222.2878,224.5107,224.5107,224.5107
-2148.2500,0.5000,,52.9200,,,,11,924.0400,-148.5818,1954.3546,-148.5818,-14.3776,189.1136,189.1136,-14.3776,-0.7267,-17.5003,0.0000,-17.5003,3.8495,-17.5003,0.9971,0.0000,-18.4974,0.8705,,,-19.3679,1.1151,,,-20.4830,,,,,,,746.2908,-236.6864,0.2000,0.5025,1.4286,1.4000,0.3184,220.8394,220.8394,223.0478,223.0478,223.0478
-2148.7500,0.5000,,52.5600,,,,11,916.9200,-148.2614,1937.5158,-148.2614,-14.2360,186.0396,186.0396,-14.2360,-0.7782,-17.2607,0.0000,-17.2607,3.8029,-17.2607,0.9859,0.0000,-18.2467,0.8627,,,-19.1094,1.1032,,,-20.2125,,,,,,,740.7108,-235.2374,0.2000,0.5025,1.4286,1.4000,0.2719,219.3213,219.3213,221.5145,221.5145,221.5145
-2149.2500,0.5000,,52.1200,,,,11,909.2100,-147.9145,1919.2817,-147.9145,-14.0833,182.7391,182.7391,-14.0833,-0.8755,-17.0030,0.0000,-17.0030,3.7953,-17.0030,0.9734,0.0000,-17.9764,0.8539,,,-18.8303,1.0896,,,-19.9199,,,,,,,734.3825,-233.7499,0.2000,0.5025,1.4286,1.4000,0.2642,217.6774,217.6774,219.8541,219.8541,219.8541
-2149.7500,0.5000,,51.7200,,,,11,904.0200,-147.6809,1907.0073,-147.6809,-13.9808,180.5340,180.5340,-13.9808,-0.6522,-17.0610,0.0000,-17.0610,3.7324,-17.0610,0.9640,0.0000,-18.0250,0.8473,,,-18.8722,1.0795,,,-19.9518,,,,,,,729.6326,-235.9074,0.2000,0.5025,1.4286,1.4000,0.2014,201.9491,201.9491,203.9686,203.9686,203.9686
-2150.2500,0.5000,,51.5000,,,,11,900.0100,-147.5005,1897.5237,-147.5005,-13.9017,178.8394,178.8394,-13.9017,-0.4462,-17.1862,0.0000,-17.1862,3.7307,-17.1862,0.9575,0.0000,-18.1438,0.8427,,,-18.9865,1.0726,,,-20.0591,,,,,,,726.3648,-238.5306,0.2000,0.5025,1.4286,1.4000,0.1997,188.0011,188.0011,189.8811,189.8811,189.8811
-2150.7500,0.5000,,51.1800,,,,11,890.9800,-147.0941,1876.1677,-147.0941,-13.7244,175.0525,175.0525,-13.7244,-0.8428,-16.5744,0.0000,-16.5744,3.6928,-16.5744,0.9454,0.0000,-17.5197,0.8341,,,-18.3538,1.0595,,,-19.4133,,,,,,,720.1524,-232.3132,0.2000,0.5025,1.4286,1.4000,0.1618,180.7437,180.7437,182.5511,182.5511,182.5511
-2151.2500,0.5000,,50.4600,,,,11,882.0700,-146.6932,1855.0956,-146.6932,-13.5501,171.3555,171.3555,-13.5501,-0.9560,-16.2869,0.0000,-16.2869,3.6928,-16.2869,0.9315,0.0000,-17.2184,0.8243,,,-18.0427,1.0446,,,-19.0873,,,,,,,713.0402,-230.5950,0.2000,0.5025,1.4286,1.4000,0.1618,181.3049,181.3049,183.1180,183.1180,183.1180
-2151.7500,0.5000,,49.9800,,,,11,848.3400,-145.1753,1775.3241,-145.1753,-12.8971,157.7162,157.7162,-12.8971,-1.1759,-15.3027,0.0000,-15.3027,3.5815,-15.3027,0.9144,0.0000,-16.2171,0.8121,,,-17.0292,1.0262,,,-18.0553,,,,,,,704.1936,-219.9137,0.2000,0.4650,1.4286,1.3500,0.1380,183.4296,183.4296,190.7668,190.7668,190.7668
-2152.2500,0.5000,,49.6600,,,,11,944.3700,-149.4967,2002.4351,-149.4967,-14.7844,198.0292,198.0292,-14.7844,-0.8335,-17.5267,0.0000,-17.5267,3.5759,-17.5267,0.9022,0.0000,-18.4289,0.8034,,,-19.2323,1.0130,,,-20.2453,,,,,,,697.8550,-252.1774,0.2000,0.4650,1.4286,1.3500,0.1323,225.1741,225.1741,234.1810,234.1810,234.1810
-2152.7500,0.5000,,48.4600,,,,10,1058.5800,-155.8077,2134.0000,-155.8077,-17.2719,236.5629,236.5629,-17.2719,22.4827,-43.3212,0.0000,-43.3212,3.5665,-43.3212,1.7279,0.0000,-45.0490,0.7817,,,-45.8307,1.8321,,,-47.6628,,,,,,,681.9828,-630.7878,0.2000,0.4650,1.4286,1.3500,0.1230,241.8755,241.8755,251.5505,251.5505,251.5505
-2153.2500,0.5000,,47.7600,,,,10,1055.8000,-155.6270,2134.0000,-155.6270,-17.2066,235.9417,235.9417,-17.2066,-1.7302,-19.0298,0.0000,-19.0298,3.5534,-19.0298,1.1959,0.0000,-20.2257,0.7699,,,-20.9956,0.9628,,,-21.9584,,,,,,,673.2708,-286.8704,0.2000,0.4650,1.4286,1.3500,0.1098,239.9798,239.9798,249.5790,249.5790,249.5790
-2153.7500,0.5000,,47.7000,,,,10,1056.4700,-155.6706,2134.0000,-155.6706,-17.2223,236.0914,236.0914,-17.2223,0.0712,-20.8484,0.0000,-20.8484,3.5549,-20.8484,1.1969,0.0000,-22.0453,0.7704,,,-22.8157,0.9635,,,-23.7792,,,,,,,673.6314,-312.5109,0.2000,0.4650,1.4286,1.3500,0.1113,240.7043,240.7043,250.3325,250.3325,250.3325
-2154.2500,0.5000,,47.5000,,,,10,1048.9100,-155.1792,2134.0000,-155.1792,-17.0451,234.4020,234.4020,-17.0451,-0.8895,-19.7203,0.0000,-19.7203,3.5647,-19.7203,1.1847,0.0000,-20.9049,0.7643,,,-21.6692,0.9544,,,-22.6236,,,,,,,669.1106,-298.3473,0.2000,0.4650,1.4286,1.3500,0.1211,232.5295,232.5295,241.8306,241.8306,241.8306
-2154.7500,0.5000,,47.1200,,,,10,1044.2100,-154.8737,2134.0000,-154.8737,-16.9353,233.3517,233.3517,-16.9353,-0.5055,-20.0126,0.0000,-20.0126,3.5827,-20.0126,1.1777,0.0000,-21.1903,0.7608,,,-21.9510,0.9492,,,-22.9002,,,,,,,666.5282,-303.5912,0.2000,0.4650,1.4286,1.3500,0.1391,230.5074,230.5074,239.7277,239.7277,239.7277
-2155.2500,0.5000,,47.0200,,,,10,1041.7100,-154.7112,2134.0000,-154.7112,-16.8771,232.7930,232.7930,-16.8771,-0.3988,-20.4095,0.0000,-20.4095,3.9312,-20.4095,1.1722,0.0000,-21.5817,0.7580,,,-22.3397,0.9451,,,-23.2847,,,,,,,664.4838,-310.1500,0.2000,0.4650,1.4286,1.3500,0.4876,230.8765,230.8765,240.1116,240.1116,240.1116
-2155.7500,0.5000,,46.8000,,,,10,1035.7857,-154.3261,2134.0000,-154.3261,-16.7393,231.4691,231.4691,-16.7393,-0.7471,-19.9383,0.0000,-19.9383,3.9462,-19.9383,1.1619,0.0000,-21.1002,0.7528,,,-21.8530,0.9374,,,-22.7904,,,,,,,660.6362,-304.9969,0.2000,0.4650,1.4286,1.3500,0.5026,231.7513,231.7513,241.0213,241.0213,241.0213
-2156.2500,0.5000,,46.5000,,,,10,1029.0300,-153.8870,2134.0000,-153.8870,-16.5828,229.9593,229.9593,-16.5828,-0.8096,-19.9467,0.0000,-19.9467,4.1734,-19.9467,1.1506,0.0000,-21.0973,0.7472,,,-21.8445,0.9290,,,-22.7735,,,,,,,656.4418,-306.9043,0.2000,0.4650,1.4286,1.3500,0.7299,232.7488,232.7488,242.0588,242.0588,242.0588
-2156.7500,0.5000,,46.3600,,,,10,1026.0200,-153.6913,2134.0000,-153.6913,-16.5133,229.2867,229.2867,-16.5133,-0.4151,-20.2716,0.0000,-20.2716,4.1734,-20.2716,1.1449,0.0000,-21.4165,0.7443,,,-22.1608,0.9247,,,-23.0855,,,,,,,654.2807,-312.5765,0.2000,0.4650,1.4286,1.3500,0.7299,233.1933,233.1933,242.5210,242.5210,242.5210
-2157.2500,0.5000,,46.1600,,,,10,1021.4600,-153.3949,2134.0000,-153.3949,-16.4082,228.2677,228.2677,-16.4082,-0.4071,-20.2785,0.0000,-20.2785,4.2774,-20.2785,1.1392,0.0000,-21.4177,0.7414,,,-22.1591,0.9205,,,-23.0796,,,,,,,652.1544,-313.6131,0.2000,0.4650,1.4286,1.3500,0.8338,233.8666,233.8666,243.2213,243.2213,243.2213
-2157.7500,0.5000,,45.8200,,,,10,1015.7400,-153.0231,2134.0000,-153.0231,-16.2768,226.9894,226.9894,-16.2768,-0.7937,-19.7701,0.0000,-19.7701,4.2870,-19.7701,1.1282,0.0000,-20.8983,0.7358,,,-21.6341,0.9122,,,-22.5463,,,,,,,647.9885,-307.9742,0.2000,0.4650,1.4286,1.3500,0.8435,234.7112,234.7112,244.0997,244.0997,244.0997
-2158.2500,0.5000,,45.6800,,,,10,1009.1500,-152.5948,2134.0000,-152.5948,-16.1259,225.5167,225.5167,-16.1259,-0.7089,-19.6848,0.0000,-19.6848,4.2678,-19.6848,1.1183,0.0000,-20.8031,0.7308,,,-21.5340,0.9048,,,-22.4388,,,,,,,644.2450,-308.3535,0.2000,0.4650,1.4286,1.3500,0.8242,235.6843,235.6843,245.1117,245.1117,245.1117
-2158.7500,0.5000,,45.3600,,,,10,1005.2500,-152.3413,2134.0000,-152.3413,-16.0369,224.6452,224.6452,-16.0369,-0.6230,-19.6763,0.0000,-19.6763,4.2624,-19.6763,1.1096,0.0000,-20.7859,0.7264,,,-21.5123,0.8983,,,-22.4106,,,,,,,640.9371,-309.6883,0.2000,0.4650,1.4286,1.3500,0.8188,236.2602,236.2602,245.7106,245.7106,245.7106
-2159.2500,0.5000,,45.2200,,,,10,1000.1600,-152.0104,2134.0000,-152.0104,-15.9210,223.5077,223.5077,-15.9210,-0.5114,-19.5757,0.0000,-19.5757,4.1661,-19.5757,1.1025,0.0000,-20.6782,0.7228,,,-21.4010,0.8930,,,-22.2939,,,,,,,638.2089,-309.4006,0.2000,0.4650,1.4286,1.3500,0.7225,237.0117,237.0117,246.4922,246.4922,246.4922
-2159.7500,0.5000,,44.9200,,,,10,995.0400,-151.7768,2122.2696,-151.7768,-15.8152,221.1412,221.1412,-15.8152,-0.6391,-19.3135,0.0000,-19.3135,4.1373,-19.3135,1.0935,0.0000,-20.4070,0.7182,,,-21.1252,0.8862,,,-22.0114,,,,,,,634.7832,-306.9903,0.2000,0.4650,1.4286,1.3500,0.6938,235.9778,235.9778,245.4169,245.4169,245.4169
-2160.2500,0.5000,,44.8800,,,,10,992.4900,-151.6621,2116.2389,-151.6621,-15.7627,219.9477,219.9477,-15.7627,-0.2539,-19.5865,0.0000,-19.5865,4.0776,-19.5865,1.0900,0.0000,-20.6765,0.7164,,,-21.3929,0.8836,,,-22.2765,,,,,,,633.4173,-311.7154,0.2000,0.4650,1.4286,1.3500,0.6341,235.4341,235.4341,244.8515,244.8515,244.8515
-2160.7500,0.5000,,44.7400,,,,10,989.2300,-151.5154,2108.5290,-151.5154,-15.6958,218.4266,218.4266,-15.6958,-0.2880,-19.4334,0.0000,-19.4334,4.0257,-19.4334,1.0859,0.0000,-20.5193,0.7143,,,-21.2337,0.8805,,,-22.1142,,,,,,,631.8639,-310.1068,0.2000,0.4650,1.4286,1.3500,0.5821,234.7390,234.7390,244.1286,244.1286,244.1286
-2161.2500,0.5000,,44.5600,,,,10,984.8600,-151.3187,2098.1939,-151.3187,-15.6061,216.3958,216.3958,-15.6061,-0.7481,-18.9664,0.0000,-18.9664,4.1084,-18.9664,1.0754,0.0000,-20.0418,0.7089,,,-20.7508,0.8727,,,-21.6235,,,,,,,627.8114,-304.8455,0.2000,0.4650,1.4286,1.3500,0.6648,233.8073,233.8073,243.1595,243.1595,243.1595
-2161.7500,0.5000,,44.4000,,,,10,985.0400,-151.3268,2098.6196,-151.3268,-15.6098,216.4792,216.4792,-15.6098,0.0759,-19.8533,0.0000,-19.8533,4.1676,-19.8533,1.0765,0.0000,-20.9298,0.7095,,,-21.6393,0.8735,,,-22.5128,,,,,,,628.2236,-318.1432,0.2000,0.4650,1.4286,1.3500,0.7241,233.8456,233.8456,243.1995,243.1995,243.1995
-2162.2500,0.5000,,44.5400,,,,10,988.1000,-151.4645,2105.8565,-151.4645,-15.6726,217.9005,217.9005,-15.6726,0.2172,-20.0515,0.0000,-20.0515,4.1617,-20.0515,1.0795,0.0000,-21.1310,0.7111,,,-21.8421,0.8758,,,-22.7178,,,,,,,629.4024,-320.5997,0.2000,0.4650,1.4286,1.3500,0.7181,234.4981,234.4981,243.8780,243.8780,243.8780
-2162.7500,0.5000,,44.6800,,,,10,992.4600,-151.6607,2116.1679,-151.6607,-15.7621,219.9337,219.9337,-15.7621,0.6127,-20.5310,0.0000,-20.5310,4.1561,-20.5310,1.0881,0.0000,-21.6191,0.7155,,,-22.3346,0.8924,,,-23.2270,,,,,,,632.7153,-326.2878,0.2000,0.4650,1.4286,1.3500,0.7125,235.4277,235.4277,244.8448,244.8448,244.8448
-2163.2500,0.5000,,44.9800,,,,10,997.4900,-151.8871,2128.0639,-151.8871,-15.8657,222.2910,222.2910,-15.8657,0.5883,-20.5755,0.0000,-20.5755,4.1215,-20.5755,1.0964,0.0000,-21.6718,0.7197,,,-22.3915,0.8946,,,-23.2861,,,,,,,635.8796,-325.4559,0.2000,0.4650,1.4286,1.3500,0.6780,236.5002,236.5002,245.9602,245.9602,245.9602
-2163.7500,0.5000,,45.0600,,,,10,1000.5500,-152.0358,2134.0000,-152.0358,-15.9299,223.5949,223.5949,-15.9299,0.3569,-20.3695,0.0000,-20.3695,4.0827,-20.3695,1.1014,0.0000,-21.4708,0.7222,,,-22.1931,0.8921,,,-23.0852,,,,,,,637.7918,-321.4709,0.2000,0.4650,1.4286,1.3500,0.6391,236.9542,236.9542,246.4323,246.4323,246.4323
-2164.2500,0.5000,,45.5200,,,,10,1010.1900,-152.6624,2134.0000,-152.6624,-16.1497,225.7491,225.7491,-16.1497,1.1647,-21.4230,0.0000,-21.4230,4.1086,-21.4230,1.1176,0.0000,-22.5406,0.7305,,,-23.2711,0.9298,,,-24.2009,,,,,,,643.9921,-334.2386,0.2000,0.4650,1.4286,1.3500,0.6651,235.5307,235.5307,244.9520,244.9520,244.9520
-2164.7500,0.5000,,45.5400,,,,10,1010.9000,-152.7085,2134.0000,-152.7085,-16.1659,225.9078,225.9078,-16.1659,-0.0127,-20.3605,0.0000,-20.3605,4.2073,-20.3605,1.1175,0.0000,-21.4780,0.7304,,,-22.2084,0.9042,,,-23.1126,,,,,,,643.9248,-318.5150,0.2000,0.4650,1.4286,1.3500,0.7637,235.4259,235.4259,244.8429,244.8429,244.8429
-2165.2500,0.5000,,45.8200,,,,10,1017.3400,-153.1271,2134.0000,-153.1271,-16.3135,227.3470,227.3470,-16.3135,0.8871,-21.3959,0.0000,-21.3959,4.1953,-21.3959,1.1298,0.0000,-22.5257,0.7367,,,-23.2624,0.9294,,,-24.1919,,,,,,,648.6081,-331.6410,0.2000,0.4650,1.4286,1.3500,0.7518,234.4750,234.4750,243.8540,243.8540,243.8540
-2165.7500,0.5000,,46.2000,,,,10,1025.0700,-153.6296,2134.0000,-153.6296,-16.4914,229.0744,229.0744,-16.4914,0.9170,-21.5734,0.0000,-21.5734,4.1650,-21.5734,1.1426,0.0000,-22.7159,0.7431,,,-23.4591,0.9373,,,-24.3964,,,,,,,653.4143,-331.9813,0.2000,0.4650,1.4286,1.3500,0.7214,233.3336,233.3336,242.6669,242.6669,242.6669
-2166.2500,0.5000,,46.4400,,,,10,1029.8800,-153.9422,2134.0000,-153.9422,-16.6025,230.1493,230.1493,-16.6025,0.5591,-21.3172,0.0000,-21.3172,4.1556,-21.3172,1.1503,0.0000,-22.4676,0.7470,,,-23.2146,0.9288,,,-24.1434,,,,,,,656.3272,-326.8939,0.2000,0.4650,1.4286,1.3500,0.7121,232.6233,232.6233,241.9283,241.9283,241.9283
-2166.7500,0.5000,,46.6800,,,,10,1036.6700,-154.3836,2134.0000,-154.3836,-16.7599,231.6667,231.6667,-16.7599,0.8599,-21.7022,0.0000,-21.7022,4.0825,-21.7022,1.1623,0.0000,-22.8645,0.7530,,,-23.6175,0.9436,,,-24.5611,,,,,,,660.7822,-330.4265,0.2000,0.4650,1.4286,1.3500,0.6389,231.6207,231.6207,240.8856,240.8856,240.8856
-2167.2500,0.5000,,46.9400,,,,10,1042.6800,-154.7742,2134.0000,-154.7742,-16.8997,233.0097,233.0097,-16.8997,0.6644,-21.6548,0.0000,-21.6548,4.0907,-21.6548,1.1714,0.0000,-22.8262,0.7576,,,-23.5838,0.9445,,,-24.5284,,,,,,,664.2039,-328.1736,0.2000,0.4650,1.4286,1.3500,0.6471,230.7333,230.7333,239.9626,239.9626,239.9626
-2167.7500,0.5000,,47.3000,,,,10,1052.7700,-155.4301,2134.0000,-155.4301,-17.1355,235.2646,235.2646,-17.1355,1.2636,-22.5420,0.0000,-22.5420,4.1428,-22.5420,1.1889,0.0000,-23.7308,0.7664,,,-24.4972,0.9788,,,-25.4760,,,,,,,670.6638,-337.8932,0.2000,0.4650,1.4286,1.3500,0.6992,236.7034,236.7034,246.1715,246.1715,246.1715
-2168.2500,0.5000,,47.7800,,,,10,1059.0700,-155.8396,2134.0000,-155.8396,-17.2835,236.6724,236.6724,-17.2835,0.8665,-22.2889,0.0000,-22.2889,4.1389,-22.2889,1.2008,0.0000,-23.4897,0.7723,,,-24.2620,0.9693,,,-25.2314,,,,,,,675.0578,-332.2828,0.2000,0.4650,1.4286,1.3500,0.6953,241.9445,241.9445,251.6223,251.6223,251.6223
-2168.7500,0.5000,,47.8400,,,,10,1063.6100,-156.1347,2134.0000,-156.1347,-17.3904,237.6870,237.6870,-17.3904,0.4068,-21.8726,0.0000,-21.8726,4.0754,-21.8726,1.2064,0.0000,-23.0790,0.7751,,,-23.8541,0.9706,,,-24.8247,,,,,,,677.1107,-325.4835,0.2000,0.4650,1.4286,1.3500,0.6318,242.5840,242.5840,252.2874,252.2874,252.2874
-2169.2500,0.5000,,48.3200,,,,10,1072.2300,-156.6950,2134.0000,-156.6950,-17.5943,239.6133,239.6133,-17.5943,1.1832,-22.8527,0.0000,-22.8527,4.0752,-22.8527,1.2226,0.0000,-24.0753,0.7832,,,-24.8585,0.9932,,,-25.8517,,,,,,,683.0469,-336.5835,0.2000,0.4650,1.4286,1.3500,0.6316,243.7982,243.7982,253.5501,253.5501,253.5501
-2169.7500,0.5000,,48.6400,,,,10,1079.1800,-157.1467,2134.0000,-157.1467,-17.7594,241.1665,241.1665,-17.7594,0.9290,-22.8039,0.0000,-22.8039,4.1155,-22.8039,1.2353,0.0000,-24.0392,0.7895,,,-24.8287,0.9921,,,-25.8208,,,,,,,687.6720,-333.8187,0.2000,0.4650,1.4286,1.3500,0.6719,244.7772,244.7772,254.5682,254.5682,254.5682
-2170.2500,0.5000,,48.8400,,,,10,1083.6500,-157.4373,2134.0000,-157.4373,-17.8659,242.1654,242.1654,-17.8659,0.5847,-22.5669,0.0000,-22.5669,4.1163,-22.5669,1.2433,0.0000,-23.8103,0.7934,,,-24.6037,0.9980,,,-25.6017,,,,,,,690.5670,-329.2530,0.2000,0.4650,1.4286,1.3500,0.6727,245.4068,245.4068,255.2231,255.2231,255.2231
-2170.7500,0.5000,,49.0400,,,,10,1087.9400,-157.7161,2134.0000,-157.7161,-17.9684,243.1241,243.1241,-17.9684,0.4228,-22.4997,0.0000,-22.4997,4.1085,-22.4997,1.2491,0.0000,-23.7488,0.7963,,,-24.5451,1.0023,,,-25.5474,,,,,,,692.6526,-327.4142,0.2000,0.4650,1.4286,1.3500,0.6650,246.0111,246.0111,255.8515,255.8515,255.8515
-2171.2500,0.5000,,49.2000,,,,10,1091.3200,-157.9358,2134.0000,-157.9358,-18.0493,243.8794,243.8794,-18.0493,0.6821,-22.8393,0.0000,-22.8393,4.1079,-22.8393,1.2584,0.0000,-24.0977,0.8009,,,-24.8985,1.0092,,,-25.9077,,,,,,,696.0043,-330.6241,0.2000,0.4650,1.4286,1.3500,0.6643,246.4871,246.4871,256.3466,256.3466,256.3466
-2171.7500,0.5000,,49.4600,,,,10,1100.0500,-158.5033,2134.0000,-158.5033,-18.2591,245.8303,245.8303,-18.2591,0.9426,-23.3212,0.0000,-23.3212,4.1195,-23.3212,1.2712,0.0000,-24.5924,0.8072,,,-25.3996,1.0187,,,-26.4183,,,,,,,700.6101,-335.1938,0.2000,0.4650,1.4286,1.3500,0.6759,247.7168,247.7168,257.6255,257.6255,257.6255
-2172.2500,0.5000,,49.8800,,,,10,1108.3700,-159.0441,2134.0000,-159.0441,-18.4600,247.6896,247.6896,-18.4600,1.2183,-23.8000,0.0000,-23.8000,4.1217,-23.8000,1.2877,0.0000,-25.0878,0.8153,,,-25.9031,1.0349,,,-26.9379,,,,,,,706.5184,-339.0859,0.2000,0.4650,1.4286,1.3500,0.6781,248.8888,248.8888,258.8443,258.8443,258.8443
-2172.7500,0.5000,,50.0200,,,,10,1103.3700,-158.7191,2134.0000,-158.7191,-18.3391,246.5723,246.5723,-18.3391,-0.2628,-22.2734,0.0000,-22.2734,4.1971,-22.2734,1.2842,0.0000,-23.5575,0.8136,,,-24.3711,1.0283,,,-25.3994,,,,,,,705.2480,-318.9772,0.2000,0.5025,1.4286,1.4000,0.6660,248.1845,248.1845,250.6663,250.6663,250.6663
-2173.2500,0.5000,,49.1800,,,,10,1083.1100,-157.4022,2134.0000,-157.4022,-17.8530,242.0447,242.0447,-17.8530,-2.7653,-19.1932,0.0000,-19.1932,4.1055,-19.1932,1.2466,0.0000,-20.4397,0.7950,,,-21.2348,1.0004,,,-22.2352,,,,,,,691.7402,-282.1655,0.2000,0.4650,1.4286,1.3500,0.6619,245.3307,245.3307,255.1439,255.1439,255.1439
-2173.7500,0.5000,,48.2800,,,,10,1060.1000,-155.9065,2134.0000,-155.9065,-17.3077,236.9026,236.9026,-17.3077,-2.8927,-18.4946,0.0000,-18.4946,4.0796,-18.4946,1.2070,0.0000,-19.7016,0.7754,,,-20.4770,0.9710,,,-21.4480,,,,,,,677.3221,-277.7648,0.2000,0.4650,1.4286,1.3500,0.6360,242.0896,242.0896,251.7732,251.7732,251.7732
-2174.2500,0.5000,,47.1600,,,,10,1038.3700,-154.4941,2134.0000,-154.4941,-16.7994,232.0466,232.0466,-16.7994,-2.7910,-18.0759,0.0000,-18.0759,4.0676,-18.0759,1.1685,0.0000,-19.2444,0.7562,,,-20.0006,0.9423,,,-20.9429,,,,,,,663.1136,-277.1328,0.2000,0.4650,1.4286,1.3500,0.6240,231.3697,231.3697,240.6245,240.6245,240.6245
-2174.7500,0.5000,,46.2800,,,,10,1019.9600,-153.2974,2134.0000,-153.2974,-16.3737,227.9325,227.9325,-16.3737,-2.2264,-18.1782,0.0000,-18.1782,4.0310,-18.1782,1.1377,0.0000,-19.3159,0.7406,,,-20.0565,0.9193,,,-20.9758,,,,,,,651.5573,-283.0958,0.2000,0.4650,1.4286,1.3500,0.5874,234.0881,234.0881,243.4516,243.4516,243.4516
-2175.2500,0.5000,,45.5200,,,,10,1004.2500,-152.2763,2134.0000,-152.2763,-16.0141,224.4217,224.4217,-16.0141,-1.7763,-18.2239,0.0000,-18.2239,3.9862,-18.2239,1.1129,0.0000,-19.3368,0.7281,,,-20.0649,0.9008,,,-20.9657,,,,,,,642.1879,-287.5376,0.2000,0.4650,1.4286,1.3500,0.5426,236.4078,236.4078,245.8641,245.8641,245.8641
-2175.7500,0.5000,,45.0800,,,,10,996.7700,-151.8547,2126.3611,-151.8547,-15.8508,221.9528,221.9528,-15.8508,-1.0982,-18.7384,0.0000,-18.7384,3.9857,-18.7384,1.0975,0.0000,-19.8359,0.7203,,,-20.5562,0.8893,,,-21.4455,,,,,,,636.3266,-297.6759,0.2000,0.4650,1.4286,1.3500,0.5422,236.3467,236.3467,245.8005,245.8005,245.8005
-2176.2500,0.5000,,44.6200,,,,10,987.5500,-151.4398,2104.5558,-151.4398,-15.6613,217.6447,217.6447,-15.6613,-1.1967,-18.4485,0.0000,-18.4485,3.9840,-18.4485,1.0808,0.0000,-19.5293,0.7117,,,-20.2410,0.8767,,,-21.1176,,,,,,,629.8771,-296.0750,0.2000,0.4650,1.4286,1.3500,0.5404,234.3808,234.3808,243.7560,243.7560,243.7560
-2176.7500,0.5000,,44.3800,,,,10,985.5600,-151.3502,2099.8494,-151.3502,-15.6205,216.7204,216.7204,-15.6205,-0.3492,-19.2592,0.0000,-19.2592,3.9879,-19.2592,1.0759,0.0000,-20.3351,0.7092,,,-21.0443,0.8730,,,-21.9173,,,,,,,627.9828,-309.2216,0.2000,0.4650,1.4286,1.3500,0.5444,233.9565,233.9565,243.3148,243.3148,243.3148
-2177.2500,0.5000,,44.9800,,,,10,1004.6900,-152.3049,2134.0000,-152.3049,-16.0241,224.5200,224.5200,-16.0241,2.0187,-22.0661,0.0000,-22.0661,4.0233,-22.0661,1.1042,0.0000,-23.1703,0.7236,,,-23.8939,0.9547,,,-24.8486,,,,,,,638.8566,-346.3370,0.2000,0.4650,1.4286,1.3500,0.5797,236.3428,236.3428,245.7966,245.7966,245.7966
-2177.7500,0.5000,,46.2800,,,,10,1033.2700,-154.1626,2134.0000,-154.1626,-16.6810,230.9069,230.9069,-16.6810,3.4217,-24.1260,0.0000,-24.1260,4.0234,-24.1260,1.1518,0.0000,-25.2778,0.7478,,,-26.0256,1.0399,,,-27.0655,,,,,,,656.8765,-367.4745,0.2000,0.4650,1.4286,1.3500,0.5798,232.1228,232.1228,241.4077,241.4077,241.4077
-2178.2500,0.5000,,47.3000,,,,10,1050.7400,-155.2981,2134.0000,-155.2981,-17.0880,234.8109,234.8109,-17.0880,2.4593,-23.5666,0.0000,-23.5666,4.0194,-23.5666,1.1858,0.0000,-24.7524,0.7648,,,-25.5173,1.0196,,,-26.5368,,,,,,,669.5286,-353.0368,0.2000,0.4650,1.4286,1.3500,0.5758,234.5083,234.5083,243.8886,243.8886,243.8886
-2178.7500,0.5000,,47.8000,,,,10,1060.4500,-155.9293,2134.0000,-155.9293,-17.3160,236.9808,236.9808,-17.3160,1.2991,-22.6336,0.0000,-22.6336,4.0185,-22.6336,1.2037,0.0000,-23.8372,0.7738,,,-24.6110,0.9833,,,-25.5943,,,,,,,676.1164,-336.6711,0.2000,0.4650,1.4286,1.3500,0.5749,242.1389,242.1389,251.8245,251.8245,251.8245
-2179.2500,0.5000,,47.4800,,,,10,1042.1300,-154.7385,2134.0000,-154.7385,-16.8869,232.8868,232.8868,-16.8869,-1.7222,-19.1745,0.0000,-19.1745,4.0098,-19.1745,1.1800,0.0000,-20.3545,0.7619,,,-21.1164,0.9509,,,-22.0673,,,,,,,667.3690,-291.2494,0.2000,0.4650,1.4286,1.3500,0.5663,230.8145,230.8145,240.0471,240.0471,240.0471
-2179.7500,0.5000,,46.2600,,,,10,1017.3300,-153.1265,2134.0000,-153.1265,-16.3133,227.3447,227.3447,-16.3133,-3.3220,-16.9966,0.0000,-16.9966,4.0053,-16.9966,1.1340,0.0000,-18.1306,0.7388,,,-18.8693,0.9165,,,-19.7859,,,,,,,650.1636,-266.2934,0.2000,0.4650,1.4286,1.3500,0.5618,234.4764,234.4764,243.8555,243.8555,243.8555
-2180.2500,0.5000,,45.2000,,,,10,992.7400,-151.6733,2116.8301,-151.6733,-15.7679,220.0646,220.0646,-15.7679,-3.0275,-16.7525,0.0000,-16.7525,4.0120,-16.7525,1.0917,0.0000,-17.8441,0.7173,,,-18.5614,0.8849,,,-19.4463,,,,,,,634.0770,-268.7354,0.2000,0.4650,1.4286,1.3500,0.5685,235.4874,235.4874,244.9069,244.9069,244.9069
-2180.7500,0.5000,,44.0200,,,,10,969.0900,-150.6091,2060.8979,-150.6091,-15.2842,209.1458,209.1458,-15.2842,-2.7184,-16.5830,0.0000,-16.5830,4.0172,-16.5830,1.0534,0.0000,-17.6364,0.6977,,,-18.3341,0.8562,,,-19.1902,,,,,,,619.2767,-271.9550,0.2000,0.4650,1.4286,1.3500,0.5736,230.4448,230.4448,239.6626,239.6626,239.6626
-2181.2500,0.5000,,43.1200,,,,10,951.8600,-149.8337,2020.1489,-149.8337,-14.9352,201.3655,201.3655,-14.9352,-2.1507,-16.8448,0.0000,-16.8448,4.0603,-16.8448,1.0229,0.0000,-17.8678,0.6819,,,-18.5496,0.8332,,,-19.3829,,,,,,,607.3117,-280.9504,0.2000,0.4650,1.4286,1.3500,0.6167,226.7711,226.7711,235.8419,235.8419,235.8419
-2181.7500,0.5000,,42.8400,,,,10,949.9100,-149.7460,2015.5372,-149.7460,-14.8959,200.4942,200.4942,-14.8959,-0.4389,-18.5627,0.0000,-18.5627,4.1058,-18.5627,1.0167,0.0000,-19.5794,0.6786,,,-20.2580,0.8285,,,-21.0865,,,,,,,604.8406,-309.1216,0.2000,0.4650,1.4286,1.3500,0.6622,226.3553,226.3553,235.4095,235.4095,235.4095
-2182.2500,0.5000,,43.2200,,,,10,959.4000,-150.1730,2037.9810,-150.1730,-15.0876,204.7521,204.7521,-15.0876,1.1652,-20.3727,0.0000,-20.3727,4.1199,-20.3727,1.0333,0.0000,-21.4059,0.6872,,,-22.0932,0.8828,,,-22.9759,,,,,,,611.3781,-334.3455,0.2000,0.4650,1.4286,1.3500,0.6763,228.3787,228.3787,237.5139,237.5139,237.5139
-2182.7500,0.5000,,43.3400,,,,10,960.7400,-150.2333,2041.1501,-150.2333,-15.1147,205.3570,205.3570,-15.1147,0.2387,-19.4938,0.0000,-19.4938,4.1404,-19.4938,1.0366,0.0000,-20.5305,0.6890,,,-21.2195,0.8478,,,-22.0673,,,,,,,612.7089,-319.9749,0.2000,0.4650,1.4286,1.3500,0.6968,228.6645,228.6645,237.8110,237.8110,237.8110
-2183.2500,0.5000,,43.4400,,,,10,964.5000,-150.4025,2050.0425,-150.4025,-15.1910,207.0588,207.0588,-15.1910,0.3914,-19.7062,0.0000,-19.7062,4.1237,-19.7062,1.0422,0.0000,-20.7483,0.6919,,,-21.4402,0.8567,,,-22.2969,,,,,,,614.8848,-322.2264,0.2000,0.4650,1.4286,1.3500,0.6802,229.4661,229.4661,238.6448,238.6448,238.6448
-2183.7500,0.5000,,43.6800,,,,10,968.3200,-150.5744,2059.0768,-150.5744,-15.2686,208.7950,208.7950,-15.2686,0.4230,-19.7845,0.0000,-19.7845,4.0928,-19.7845,1.0482,0.0000,-20.8326,0.6949,,,-21.5276,0.8601,,,-22.3877,,,,,,,617.2278,-322.3073,0.2000,0.4650,1.4286,1.3500,0.6493,230.2806,230.2806,239.4919,239.4919,239.4919
-2184.2500,0.5000,,43.8600,,,,10,974.2700,-150.8422,2073.1486,-150.8422,-15.3897,211.5136,211.5136,-15.3897,0.6520,-20.1500,0.0000,-20.1500,4.1083,-20.1500,1.0574,0.0000,-21.2074,0.6997,,,-21.9071,0.8753,,,-22.7824,,,,,,,620.8216,-326.2058,0.2000,0.4650,1.4286,1.3500,0.6647,231.5493,231.5493,240.8113,240.8113,240.8113
-2184.7500,0.5000,,44.1800,,,,10,981.2700,-151.1572,2089.7036,-151.1572,-15.5327,214.7345,214.7345,-15.5327,0.8165,-20.5028,0.0000,-20.5028,4.1536,-20.5028,1.0689,0.0000,-21.5717,0.7056,,,-22.2773,0.8901,,,-23.1674,,,,,,,625.2930,-329.4367,0.2000,0.4650,1.4286,1.3500,0.7100,233.0418,233.0418,242.3635,242.3635,242.3635
-2185.2500,0.5000,,44.3400,,,,10,983.0000,-151.2350,2093.7950,-151.2350,-15.5681,215.5343,215.5343,-15.5681,0.3246,-20.0366,0.0000,-20.0366,4.1440,-20.0366,1.0735,0.0000,-21.1101,0.7080,,,-21.8180,0.8717,,,-22.6898,,,,,,,627.0615,-321.4777,0.2000,0.4650,1.4286,1.3500,0.7004,233.4107,233.4107,242.7471,242.7471,242.7471
-2185.7500,0.5000,,44.3800,,,,10,983.3700,-151.2517,2094.6701,-151.2517,-15.5756,215.7055,215.7055,-15.5756,-0.0176,-19.6714,0.0000,-19.6714,4.1134,-19.6714,1.0732,0.0000,-20.7446,0.7078,,,-21.4525,0.8710,,,-22.3235,,,,,,,626.9658,-315.9607,0.2000,0.4650,1.4286,1.3500,0.6698,233.4896,233.4896,242.8291,242.8291,242.8291
-2186.2500,0.5000,,44.4000,,,,10,985.2255,-151.3351,2099.0583,-151.3351,-15.6136,216.5652,216.5652,-15.6136,0.2094,-19.9319,0.0000,-19.9319,4.1088,-19.9319,1.0762,0.0000,-21.0080,0.7093,,,-21.7174,0.8732,,,-22.5906,,,,,,,628.1046,-319.3925,0.2000,0.4650,1.4286,1.3500,0.6652,233.8852,233.8852,243.2406,243.2406,243.2406
-2186.7500,0.5000,,44.6000,,,,10,989.5408,-151.5293,2109.2640,-151.5293,-15.7021,218.5714,218.5714,-15.7021,0.4565,-20.2338,0.0000,-20.2338,4.0752,-20.2338,1.0826,0.0000,-21.3164,0.7126,,,-22.0290,0.8802,,,-22.9092,,,,,,,630.5793,-322.8087,0.2000,0.4650,1.4286,1.3500,0.6316,234.8053,234.8053,244.1975,244.1975,244.1975
-2187.2500,0.5000,,44.7800,,,,10,993.0500,-151.6873,2117.5633,-151.6873,-15.7743,220.2095,220.2095,-15.7743,0.4931,-20.3583,0.0000,-20.3583,4.0909,-20.3583,1.0895,0.0000,-21.4478,0.7162,,,-22.1639,0.8855,,,-23.0495,,,,,,,633.2420,-323.4324,0.2000,0.4650,1.4286,1.3500,0.6473,235.5535,235.5535,244.9756,244.9756,244.9756
-2187.7500,0.5000,,44.8800,,,,10,994.6300,-151.7584,2121.3000,-151.7584,-15.8068,220.9491,220.9491,-15.8068,0.1355,-20.0984,0.0000,-20.0984,4.1561,-20.0984,1.0914,0.0000,-21.1898,0.7171,,,-21.9069,0.8847,,,-22.7916,,,,,,,633.9717,-319.1743,0.2000,0.4650,1.4286,1.3500,0.7125,235.8904,235.8904,245.3260,245.3260,245.3260
-2188.2500,0.5000,,45.0200,,,,10,998.6300,-151.9384,2130.7600,-151.9384,-15.8891,222.8270,222.8270,-15.8891,0.5304,-20.5728,0.0000,-20.5728,4.1532,-20.5728,1.0988,0.0000,-21.6716,0.7209,,,-22.3925,0.8947,,,-23.2872,,,,,,,636.8197,-324.9717,0.2000,0.4650,1.4286,1.3500,0.7097,236.7433,236.7433,246.2130,246.2130,246.2130
-2188.7500,0.5000,,45.0800,,,,10,998.6600,-151.9397,2130.8309,-151.9397,-15.8898,222.8411,222.8411,-15.8898,0.0503,-20.0693,0.0000,-20.0693,4.1293,-20.0693,1.0995,0.0000,-21.1689,0.7213,,,-21.8902,0.8908,,,-22.7809,,,,,,,637.0890,-317.2993,0.2000,0.4650,1.4286,1.3500,0.6857,236.7497,236.7497,246.2196,246.2196,246.2196
-2189.2500,0.5000,,45.0200,,,,10,997.6600,-151.8947,2128.4659,-151.8947,-15.8692,222.3709,222.3709,-15.8692,-0.1562,-19.8411,0.0000,-19.8411,4.1281,-19.8411,1.0974,0.0000,-20.9384,0.7202,,,-21.6586,0.8891,,,-22.5477,,,,,,,636.2521,-314.2581,0.2000,0.4650,1.4286,1.3500,0.6845,236.5364,236.5364,245.9979,245.9979,245.9979
-2189.7500,0.5000,,45.0000,,,,10,997.5800,-151.8911,2128.2767,-151.8911,-15.8675,222.3333,222.3333,-15.8675,-0.1073,-19.8638,0.0000,-19.8638,4.1035,-19.8638,1.0958,0.0000,-20.9596,0.7194,,,-21.6790,0.8880,,,-22.5670,,,,,,,635.6766,-314.8608,0.2000,0.4650,1.4286,1.3500,0.6600,236.5194,236.5194,245.9802,245.9802,245.9802
-2190.2500,0.5000,,45.0800,,,,10,999.7100,-151.9870,2133.3142,-151.9870,-15.9114,223.3353,223.3353,-15.9114,0.3352,-20.3507,0.0000,-20.3507,4.1040,-20.3507,1.1005,0.0000,-21.4512,0.7218,,,-22.1730,0.8915,,,-23.0645,,,,,,,637.4734,-321.3374,0.2000,0.4650,1.4286,1.3500,0.6605,236.9735,236.9735,246.4525,246.4525,246.4525
-2190.7500,0.5000,,45.2000,,,,10,1000.9900,-152.0644,2134.0000,-152.0644,-15.9399,223.6932,223.6932,-15.9399,0.2157,-20.3209,0.0000,-20.3209,4.1653,-20.3209,1.1036,0.0000,-21.4245,0.7233,,,-22.1478,0.8938,,,-23.0416,,,,,,,638.6271,-320.3571,0.2000,0.4650,1.4286,1.3500,0.7217,236.8892,236.8892,246.3648,246.3648,246.3648
-2191.2500,0.5000,,44.9400,,,,10,990.0000,-151.5500,2110.3500,-151.5500,-15.7116,218.7854,218.7854,-15.7116,-0.9825,-18.8953,0.0000,-18.8953,4.1663,-18.8953,1.0898,0.0000,-19.9851,0.7163,,,-20.7015,0.8835,,,-21.5849,,,,,,,633.3561,-301.3220,0.2000,0.4650,1.4286,1.3500,0.7227,234.9032,234.9032,244.2993,244.2993,244.2993
-2191.7500,0.5000,,43.8200,,,,10,963.8200,-150.3719,2048.4343,-150.3719,-15.1772,206.7505,206.7505,-15.1772,-3.1177,-16.1942,0.0000,-16.1942,4.1347,-16.1942,1.0459,0.0000,-17.2401,0.6938,,,-17.9338,0.8505,,,-18.7843,,,,,,,616.3318,-267.1134,0.2000,0.4650,1.4286,1.3500,0.6912,229.3212,229.3212,238.4940,238.4940,238.4940
-2192.2500,0.5000,,42.7000,,,,10,939.5600,-149.2802,1991.0594,-149.2802,-14.6878,195.9013,195.9013,-14.6878,-2.7710,-16.0515,0.0000,-16.0515,4.1347,-16.0515,1.0065,0.0000,-17.0580,0.6733,,,-17.7313,0.8208,,,-18.5521,,,,,,,600.7959,-271.1263,0.2000,0.4650,1.4286,1.3500,0.6912,224.1485,224.1485,233.1144,233.1144,233.1144
-2192.7500,0.5000,,41.7200,,,,10,917.4200,-148.2839,1938.6983,-148.2839,-14.2459,186.2546,186.2546,-14.2459,-2.4383,-15.9574,0.0000,-15.9574,4.1498,-15.9574,0.9716,0.0000,-16.9290,0.6559,,,-17.5849,0.7945,,,-18.3793,,,,,,,586.7854,-275.5009,0.2000,0.4650,1.4286,1.3500,0.7062,219.4279,219.4279,228.2050,228.2050,228.2050
-2193.2500,0.5000,,40.7400,,,,10,898.0000,-147.4100,1892.7700,-147.4100,-13.8622,177.9929,177.9929,-13.8622,-2.2138,-15.7990,0.0000,-15.7990,4.1506,-15.7990,0.9396,0.0000,-16.7386,0.6398,,,-17.3783,0.7703,,,-18.1486,,,,,,,573.7686,-278.5821,0.2000,0.4650,1.4286,1.3500,0.7070,181.0098,181.0098,188.2502,188.2502,188.2502
-2193.7500,0.5000,,40.1400,,,,10,886.3900,-146.8876,1865.3124,-146.8876,-13.6345,173.1430,173.1430,-13.6345,-1.2639,-16.5600,0.0000,-16.5600,4.1894,-16.5600,0.9212,0.0000,-17.4812,0.6304,,,-18.1116,0.7563,,,-18.8680,,,,,,,566.2029,-294.8296,0.2000,0.4650,1.4286,1.3500,0.7458,181.0328,181.0328,188.2741,188.2741,188.2741
-2194.2500,0.5000,,39.7400,,,,10,878.2600,-146.5217,1846.0849,-146.5217,-13.4758,169.7866,169.7866,-13.4758,-0.8627,-16.8174,0.0000,-16.8174,4.2043,-16.8174,0.9087,0.0000,-17.7261,0.6240,,,-18.3501,0.7468,,,-19.0969,,,,,,,560.9801,-301.7424,0.2000,0.4650,1.4286,1.3500,0.7608,181.5449,181.5449,188.8067,188.8067,188.8067
-2194.7500,0.5000,,39.3200,,,,10,869.0100,-146.1055,1824.2087,-146.1055,-13.2960,166.0076,166.0076,-13.2960,-0.9576,-16.5276,0.0000,-16.5276,4.1892,-16.5276,0.8947,0.0000,-17.4222,0.6168,,,-18.0390,0.7361,,,-18.7752,,,,,,,555.1255,-299.6983,0.2000,0.4650,1.4286,1.3500,0.7456,182.1276,182.1276,189.4127,189.4127,189.4127
-2195.2500,0.5000,,39.1800,,,,10,868.2900,-146.0731,1822.5059,-146.0731,-13.2820,165.7152,165.7152,-13.2820,-0.3124,-17.1430,0.0000,-17.1430,4.1734,-17.1430,0.8901,0.0000,-18.0331,0.6144,,,-18.6475,0.7451,,,-19.3927,,,,,,,553.2019,-311.2848,0.2000,0.4650,1.4286,1.3500,0.7299,182.1729,182.1729,189.4599,189.4599,189.4599
-2195.7500,0.5000,,38.9200,,,,10,860.3200,-145.7144,1803.6568,-145.7144,-13.1278,162.4959,162.4959,-13.1278,-0.8909,-16.4165,0.0000,-16.4165,4.1796,-16.4165,0.8770,0.0000,-17.2934,0.6077,,,-17.9011,0.7227,,,-18.6238,,,,,,,547.6796,-301.5270,0.2000,0.4650,1.4286,1.3500,0.7360,182.6750,182.6750,189.9820,189.9820,189.9820
-2196.2500,0.5000,,38.9000,,,,10,863.1500,-145.8418,1810.3498,-145.8418,-13.1825,163.6354,163.6354,-13.1825,0.3630,-17.7443,0.0000,-17.7443,4.1988,-17.7443,0.8823,0.0000,-18.6266,0.6104,,,-19.2370,0.7687,,,-20.0058,,,,,,,549.9363,-323.4390,0.2000,0.4650,1.4286,1.3500,0.7552,182.4967,182.4967,189.7966,189.7966,189.7966
-2196.7500,0.5000,,38.9400,,,,10,861.5400,-145.7693,1806.5421,-145.7693,-13.1513,162.9867,162.9867,-13.1513,-0.0460,-17.3416,0.0000,-17.3416,4.2363,-17.3416,0.8816,0.0000,-18.2233,0.6101,,,-18.8334,0.7526,,,-19.5859,,,,,,,549.6509,-316.6000,0.2000,0.4650,1.4286,1.3500,0.7927,182.5981,182.5981,189.9020,189.9020,189.9020
-2197.2500,0.5000,,38.9200,,,,10,862.4200,-145.8089,1808.6233,-145.8089,-13.1684,163.3411,163.3411,-13.1684,0.1943,-17.7854,0.0000,-17.7854,4.4227,-17.7854,0.8845,0.0000,-18.6699,0.6116,,,-19.2814,0.7705,,,-20.0519,,,,,,,550.8555,-323.6494,0.2000,0.4650,1.4286,1.3500,0.9792,182.5427,182.5427,189.8444,189.8444,189.8444
-2197.7500,0.5000,,39.0000,,,,10,864.5500,-145.9048,1813.6608,-145.9048,-13.2096,164.2006,164.2006,-13.2096,0.1553,-17.7682,0.0000,-17.7682,4.4033,-17.7682,0.8868,0.0000,-18.6550,0.6127,,,-19.2677,0.7699,,,-20.0377,,,,,,,551.8168,-322.8278,0.2000,0.4650,1.4286,1.3500,0.9597,182.4085,182.4085,189.7049,189.7049,189.7049
-2198.2500,0.5000,,38.7600,,,,10,857.4400,-145.5848,1796.8456,-145.5848,-13.0722,161.3404,161.3404,-13.0722,-0.6905,-16.6042,0.0000,-16.6042,4.2226,-16.6042,0.8766,0.0000,-17.4809,0.6075,,,-18.0884,0.7228,,,-18.8111,,,,,,,547.5305,-304.8779,0.2000,0.4650,1.4286,1.3500,0.7790,182.8564,182.8564,190.1706,190.1706,190.1706
-2198.7500,0.5000,,38.5800,,,,10,854.6700,-145.4602,1790.2946,-145.4602,-13.0188,160.2329,160.2329,-13.0188,-0.3515,-16.8880,0.0000,-16.8880,4.2207,-16.8880,0.8714,0.0000,-17.7595,0.6048,,,-18.3643,0.7338,,,-19.0981,,,,,,,545.3358,-310.9832,0.2000,0.4650,1.4286,1.3500,0.7771,183.0309,183.0309,190.3521,190.3521,190.3521
-2199.2500,0.5000,,38.4800,,,,10,852.0100,-145.3405,1784.0037,-145.3405,-12.9676,159.1729,159.1729,-12.9676,-0.1336,-16.9297,0.0000,-16.9297,4.0957,-16.9297,0.8695,0.0000,-17.7992,0.6038,,,-18.4029,0.7354,,,-19.1383,,,,,,,544.4992,-312.1574,0.2000,0.4650,1.4286,1.3500,0.6521,183.1984,183.1984,190.5264,190.5264,190.5264
-2199.7500,0.5000,,38.3000,,,,10,846.1700,-145.0777,1770.1921,-145.0777,-12.8554,156.8580,156.8580,-12.8554,-0.6630,-16.2753,0.0000,-16.2753,4.0828,-16.2753,0.8597,0.0000,-17.1349,0.5987,,,-17.7336,0.7095,,,-18.4431,,,,,,,540.3288,-302.8275,0.2000,0.4650,1.4286,1.3500,0.6392,183.5663,183.5663,190.9089,190.9089,190.9089
-2200.2500,0.5000,,37.8600,,,,10,873.6800,-146.3156,1835.2532,-146.3156,-13.3866,167.9102,167.9102,-13.3866,-1.1431,-16.6614,0.0000,-16.6614,4.4179,-16.6614,0.8427,0.0000,-17.5041,0.5898,,,-18.0939,0.7230,,,-18.8170,,,,,,,533.0619,-313.5697,0.2000,0.4650,1.4286,1.3500,0.9743,181.8334,181.8334,189.1068,189.1068,189.1068
-2200.7500,0.5000,,37.1400,,,,9,1038.8700,-154.5266,2134.0000,-154.5266,-16.8110,232.1583,232.1583,-16.8110,24.2571,-45.5106,0.0000,-45.5106,4.4425,-45.5106,1.8156,0.0000,-47.3262,0.5781,,,-47.9042,1.9155,,,-49.8197,,,,,,,523.3826,-863.4823,0.2000,0.4650,1.4286,1.3500,0.9989,231.2959,231.2959,240.5477,240.5477,240.5477
-2201.2500,0.5000,,36.4200,,,,9,1036.3900,-154.3654,2134.0000,-154.3654,-16.7533,231.6041,231.6041,-16.7533,-2.0684,-19.0844,0.0000,-19.0844,4.3994,-19.0844,1.1601,0.0000,-20.2445,0.5680,,,-20.8125,0.8318,,,-21.6444,,,,,,,515.1033,-375.3049,0.2000,0.4650,1.4286,1.3500,0.9559,231.6621,231.6621,240.9286,240.9286,240.9286
-2201.7500,0.5000,,36.1600,,,,9,1035.5900,-154.3134,2134.0000,-154.3134,-16.7348,231.4253,231.4253,-16.7348,-0.4832,-20.6441,0.0000,-20.6441,4.3925,-20.6441,1.1534,0.0000,-21.7975,0.5657,,,-22.3632,0.8939,,,-23.2571,,,,,,,513.1500,-405.6343,0.2000,0.4650,1.4286,1.3500,0.9490,231.7802,231.7802,241.0514,241.0514,241.0514
-2202.2500,0.5000,,36.3800,,,,9,1035.4200,-154.3023,2134.0000,-154.3023,-16.7308,231.3873,231.3873,-16.7308,0.2245,-21.1315,0.0000,-21.1315,4.1761,-21.1315,1.1565,0.0000,-22.2880,0.5668,,,-22.8547,0.9135,,,-23.7682,,,,,,,514.0585,-414.0276,0.2000,0.4650,1.4286,1.3500,0.7326,231.8053,231.8053,241.0775,241.0775,241.0775
-2202.7500,0.5000,,36.2800,,,,9,1035.5100,-154.3082,2134.0000,-154.3082,-16.7329,231.4074,231.4074,-16.7329,-0.1108,-20.7437,0.0000,-20.7437,4.1216,-20.7437,1.1550,0.0000,-21.8987,0.5662,,,-22.4649,0.8979,,,-23.3628,,,,,,,513.6104,-407.1515,0.2000,0.4650,1.4286,1.3500,0.6780,231.7920,231.7920,241.0637,241.0637,241.0637
-2203.2500,0.5000,,36.3800,,,,9,1037.5100,-154.4382,2134.0000,-154.4382,-16.7794,231.8544,231.8544,-16.7794,0.1111,-21.0522,0.0000,-21.0522,4.1617,-21.0522,1.1565,0.0000,-22.2087,0.5668,,,-22.7754,0.9104,,,-23.6858,,,,,,,514.0597,-412.5538,0.2000,0.4650,1.4286,1.3500,0.7181,231.4967,231.4967,240.7566,240.7566,240.7566
-2203.7500,0.5000,,36.6000,,,,9,1046.2200,-155.0043,2134.0000,-155.0043,-16.9823,233.8008,233.8008,-16.9823,1.3174,-22.4952,0.0000,-22.4952,4.1956,-22.4952,1.1747,0.0000,-23.6700,0.5732,,,-24.2431,0.9690,,,-25.2122,,,,,,,519.3588,-435.2128,0.2000,0.4650,1.4286,1.3500,0.7520,230.2106,230.2106,239.4190,239.4190,239.4190
-2204.2500,0.5000,,36.7800,,,,9,1052.3200,-155.4008,2134.0000,-155.4008,-17.1250,235.1640,235.1640,-17.1250,0.5003,-21.8489,0.0000,-21.8489,4.2236,-21.8489,1.1816,0.0000,-23.0306,0.5756,,,-23.6062,0.9436,,,-24.5497,,,,,,,521.3572,-421.8332,0.2000,0.4650,1.4286,1.3500,0.7801,236.2168,236.2168,245.6655,245.6655,245.6655
-2204.7500,0.5000,,37.3800,,,,9,1073.8900,-156.8029,2134.0000,-156.8029,-17.6337,239.9843,239.9843,-17.6337,2.5531,-24.4464,0.0000,-24.4464,4.2596,-24.4464,1.2167,0.0000,-25.6631,0.5878,,,-26.2510,1.0493,,,-27.3003,,,,,,,531.4378,-461.1355,0.2000,0.4650,1.4286,1.3500,0.8161,244.0320,244.0320,253.7933,253.7933,253.7933
-2205.2500,0.5000,,38.1000,,,,9,1093.2500,-158.0613,2134.0000,-158.0613,-18.0956,244.3107,244.3107,-18.0956,2.5948,-24.8995,0.0000,-24.8995,4.2090,-24.8995,1.2522,0.0000,-26.1517,0.6001,,,-26.7518,1.0693,,,-27.8211,,,,,,,541.4909,-461.1903,0.2000,0.4650,1.4286,1.3500,0.7655,246.7590,246.7590,256.6294,256.6294,256.6294
-2205.7500,0.5000,,38.8200,,,,9,1111.8600,-159.2709,2134.0000,-159.2709,-18.5445,248.4695,248.4695,-18.5445,2.2722,-24.9540,0.0000,-24.9540,4.1373,-24.9540,1.2831,0.0000,-26.2371,0.6107,,,-26.8478,1.0732,,,-27.9210,,,,,,,550.1433,-455.4201,0.2000,0.4650,1.4286,1.3500,0.6938,249.3803,249.3803,259.3556,259.3556,259.3556
-2206.2500,0.5000,,39.3800,,,,9,1129.4400,-160.4136,2134.0000,-160.4136,-18.9729,252.3982,252.3982,-18.9729,2.4343,-25.5226,0.0000,-25.5226,4.1154,-25.5226,1.3161,0.0000,-26.8387,0.6219,,,-27.4605,1.0976,,,-28.5582,,,,,,,559.2645,-458.2631,0.2000,0.4650,1.4286,1.3500,0.6718,251.8566,251.8566,261.9309,261.9309,261.9309
-2206.7500,0.5000,,39.9600,,,,9,1144.4800,-161.3912,2134.0000,-161.3912,-19.3427,255.7592,255.7592,-19.3427,2.0388,-25.4414,0.0000,-25.4414,4.0600,-25.4414,1.3435,0.0000,-26.7850,0.6311,,,-27.4161,1.0958,,,-28.5120,,,,,,,566.7906,-451.2738,0.2000,0.4650,1.4286,1.3500,0.6164,253.9751,253.9751,264.1341,264.1341,264.1341
-2207.2500,0.5000,,40.6400,,,,9,1162.7800,-162.5807,2134.0000,-162.5807,-19.7968,259.8487,259.8487,-19.7968,2.4533,-26.3107,0.0000,-26.3107,4.0606,-26.3107,1.3765,0.0000,-27.6871,0.6422,,,-28.3293,1.1323,,,-29.4616,,,,,,,575.7164,-459.2411,0.2000,0.4650,1.4286,1.3500,0.6170,256.5528,256.5528,266.8149,266.8149,266.8149
-2207.7500,0.5000,,41.1400,,,,9,1177.5200,-163.5388,2134.0000,-163.5388,-20.1659,263.1427,263.1427,-20.1659,1.9135,-26.1442,0.0000,-26.1442,4.0648,-26.1442,1.4020,0.0000,-27.5463,0.6507,,,-28.1969,1.1270,,,-29.3239,,,,,,,582.5836,-451.5188,0.2000,0.4650,1.4286,1.3500,0.6212,258.6290,258.6290,268.9741,268.9741,268.9741
-2208.2500,0.5000,,41.5600,,,,9,1189.1200,-164.2928,2134.0000,-164.2928,-20.4585,265.7350,265.7350,-20.4585,1.7230,-26.2463,0.0000,-26.2463,4.0649,-26.2463,1.4250,0.0000,-27.6713,0.6582,,,-28.3296,1.1323,,,-29.4619,,,,,,,588.6984,-448.8577,0.2000,0.4650,1.4286,1.3500,0.6214,260.2629,260.2629,270.6734,270.6734,270.6734
-2208.7500,0.5000,,42.0200,,,,9,1202.4900,-165.2739,2134.0000,-165.2739,-20.8120,268.7228,268.7228,-20.8120,1.9635,-26.8655,0.0000,-26.8655,4.0899,-26.8655,1.4511,0.0000,-28.3166,0.6668,,,-28.9834,1.1584,,,-30.1418,,,,,,,595.5903,-454.0088,0.2000,0.4650,1.4286,1.3500,0.6464,285.3146,285.3146,296.7272,296.7272,296.7272
-2209.2500,0.5000,,42.3000,,,,9,1201.3400,-165.1474,2134.0000,-165.1474,-20.7762,268.4658,268.4658,-20.7762,0.3925,-25.2586,0.0000,-25.2586,4.0899,-25.2586,1.4563,0.0000,-26.7149,0.6685,,,-27.3834,1.0944,,,-28.4778,,,,,,,596.9584,-427.3472,0.2000,0.4650,1.4286,1.3500,0.6464,281.9263,281.9263,293.2033,293.2033,293.2033
-2209.7500,0.5000,,41.6400,,,,9,1183.3200,-163.9158,2134.0000,-163.9158,-20.3120,264.4388,264.4388,-20.3120,-2.6889,-21.7180,0.0000,-21.7180,4.0949,-21.7180,1.4206,0.0000,-23.1385,0.6568,,,-23.7953,0.9509,,,-24.7463,,,,,,,587.5220,-376.0825,0.2000,0.4650,1.4286,1.3500,0.6513,259.4459,259.4459,269.8238,269.8238,269.8238
-2210.2500,0.5000,,41.3200,,,,9,1174.5300,-163.3445,2134.0000,-163.3445,-20.0908,262.4745,262.4745,-20.0908,-1.4423,-22.7438,0.0000,-22.7438,4.0953,-22.7438,1.4013,0.0000,-24.1451,0.6504,,,-24.7956,0.9910,,,-25.7865,,,,,,,582.3972,-395.8965,0.2000,0.4650,1.4286,1.3500,0.6518,258.2078,258.2078,268.5361,268.5361,268.5361
-2210.7500,0.5000,,40.8600,,,,9,1160.9500,-162.4618,2134.0000,-162.4618,-19.7512,259.4398,259.4398,-19.7512,-1.5732,-22.2863,0.0000,-22.2863,4.1083,-22.2863,1.3803,0.0000,-23.6666,0.6434,,,-24.3100,0.9716,,,-25.2816,,,,,,,576.7554,-391.8460,0.2000,0.4650,1.4286,1.3500,0.6648,256.2950,256.2950,266.5468,266.5468,266.5468
-2211.2500,0.5000,,40.4800,,,,9,1150.3400,-161.7721,2134.0000,-161.7721,-19.4876,257.0687,257.0687,-19.4876,-1.6529,-21.9455,0.0000,-21.9455,4.1108,-21.9455,1.3582,0.0000,-23.3037,0.6361,,,-23.9397,0.9568,,,-24.8965,,,,,,,570.7677,-389.8848,0.2000,0.4650,1.4286,1.3500,0.6672,254.8005,254.8005,264.9925,264.9925,264.9925
-2211.7500,0.5000,,40.0000,,,,9,1137.5000,-160.9375,2134.0000,-160.9375,-19.1707,254.1994,254.1994,-19.1707,-1.6441,-21.6420,0.0000,-21.6420,4.1154,-21.6420,1.3361,0.0000,-22.9781,0.6286,,,-23.6067,0.9435,,,-24.5502,,,,,,,564.7491,-388.5340,0.2000,0.4650,1.4286,1.3500,0.6718,252.9919,252.9919,263.1116,263.1116,263.1116
-2212.2500,0.5000,,39.6400,,,,9,1126.8100,-160.2427,2134.0000,-160.2427,-18.9085,251.8104,251.8104,-18.9085,-1.3670,-21.6578,0.0000,-21.6578,4.1163,-21.6578,1.3176,0.0000,-22.9754,0.6224,,,-23.5978,0.9431,,,-24.5410,,,,,,,559.6954,-391.9975,0.2000,0.4650,1.4286,1.3500,0.6727,251.4861,251.4861,261.5456,261.5456,261.5456
-2212.7500,0.5000,,39.1600,,,,9,1112.0300,-159.2820,2134.0000,-159.2820,-18.5486,248.5075,248.5075,-18.5486,-1.9236,-20.7504,0.0000,-20.7504,4.1254,-20.7504,1.2916,0.0000,-22.0420,0.6136,,,-22.6556,0.9055,,,-23.5611,,,,,,,552.5059,-380.9660,0.2000,0.4650,1.4286,1.3500,0.6818,249.4043,249.4043,259.3805,259.3805,259.3805
-2213.2500,0.5000,,38.7400,,,,9,1100.6900,-158.5449,2134.0000,-158.5449,-18.2745,245.9733,245.9733,-18.2745,-1.5647,-20.8363,0.0000,-20.8363,4.1265,-20.8363,1.2704,0.0000,-22.1067,0.6063,,,-22.7130,0.9078,,,-23.6208,,,,,,,546.5882,-386.2200,0.2000,0.4650,1.4286,1.3500,0.6829,247.8070,247.8070,257.7193,257.7193,257.7193
-2213.7500,0.5000,,38.3200,,,,9,1090.0400,-157.8526,2134.0000,-157.8526,-18.0187,243.5934,243.5934,-18.0187,-1.4798,-20.6802,0.0000,-20.6802,4.1413,-20.6802,1.2502,0.0000,-21.9304,0.5994,,,-22.5299,0.9005,,,-23.4303,,,,,,,540.9320,-387.1469,0.2000,0.4650,1.4286,1.3500,0.6977,246.3069,246.3069,256.1591,256.1591,256.1591
-2214.2500,0.5000,,38.1200,,,,9,1089.3200,-157.8058,2134.0000,-157.8058,-18.0014,243.4325,243.4325,-18.0014,-0.4419,-21.7053,0.0000,-21.7053,4.1458,-21.7053,1.2442,0.0000,-22.9495,0.5973,,,-23.5468,0.9411,,,-24.4880,,,,,,,539.2314,-406.4148,0.2000,0.4650,1.4286,1.3500,0.7022,246.2054,246.2054,256.0537,256.0537,256.0537
-2214.7500,0.5000,,38.9000,,,,9,1120.8400,-159.8546,2134.0000,-159.8546,-18.7628,250.4763,250.4763,-18.7628,3.8018,-26.7286,0.0000,-26.7286,4.1640,-26.7286,1.2959,0.0000,-28.0245,0.6150,,,-28.6395,1.1448,,,-29.7844,,,,,,,553.6912,-483.3277,0.2000,0.4650,1.4286,1.3500,0.7205,250.6452,250.6452,260.6710,260.6710,260.6710
-2215.2500,0.5000,,39.8800,,,,9,1147.9500,-161.6168,2134.0000,-161.6168,-19.4284,256.5346,256.5346,-19.4284,3.7394,-27.3382,0.0000,-27.3382,4.1703,-27.3382,1.3463,0.0000,-28.6845,0.6321,,,-29.3166,1.1719,,,-30.4885,,,,,,,567.5546,-482.6271,0.2000,0.4650,1.4286,1.3500,0.7267,254.4639,254.4639,264.6424,264.6424,264.6424
-2215.7500,0.5000,,41.0400,,,,9,1178.3400,-163.5921,2134.0000,-163.5921,-20.1865,263.3259,263.3259,-20.1865,4.2371,-28.5853,0.0000,-28.5853,4.1616,-28.5853,1.4031,0.0000,-29.9884,0.6510,,,-30.6394,1.2247,,,-31.8641,,,,,,,582.8647,-491.3110,0.2000,0.4650,1.4286,1.3500,0.7181,258.7445,258.7445,269.0943,269.0943,269.0943
-2216.2500,0.5000,,41.6200,,,,9,1187.2800,-164.1732,2134.0000,-164.1732,-20.4119,265.3238,265.3238,-20.4119,1.9758,-26.5469,0.0000,-26.5469,4.1592,-26.5469,1.4294,0.0000,-27.9763,0.6597,,,-28.6360,1.1446,,,-29.7806,,,,,,,589.8681,-452.9054,0.2000,0.4650,1.4286,1.3500,0.7156,260.0037,260.0037,270.4039,270.4039,270.4039
-2216.7500,0.5000,,41.5400,,,,9,1183.2700,-163.9126,2134.0000,-163.9126,-20.3107,264.4277,264.4277,-20.3107,-0.8392,-23.6097,0.0000,-23.6097,4.1382,-23.6097,1.4182,0.0000,-25.0279,0.6560,,,-25.6840,1.0265,,,-26.7105,,,,,,,586.9037,-407.2206,0.2000,0.4650,1.4286,1.3500,0.6947,259.4389,259.4389,269.8165,269.8165,269.8165
-2217.2500,0.5000,,41.4800,,,,9,1179.7200,-163.6818,2134.0000,-163.6818,-20.2212,263.6343,263.6343,-20.2212,-0.6941,-23.6565,0.0000,-23.6565,4.1294,-23.6565,1.4090,0.0000,-25.0655,0.6530,,,-25.7185,1.0279,,,-26.7464,,,,,,,584.4406,-409.5507,0.2000,0.4650,1.4286,1.3500,0.6858,258.9389,258.9389,269.2964,269.2964,269.2964
-2217.7500,0.5000,,41.1800,,,,9,1174.6200,-163.3503,2134.0000,-163.3503,-20.0931,262.4946,262.4946,-20.0931,-0.3384,-23.8678,0.0000,-23.8678,4.1131,-23.8678,1.4045,0.0000,-25.2723,0.6515,,,-25.9237,1.0361,,,-26.9598,,,,,,,583.2359,-413.7819,0.2000,0.4650,1.4286,1.3500,0.6696,258.2205,258.2205,268.5493,268.5493,268.5493
-2218.2500,0.5000,,41.3800,,,,9,1181.9300,-163.8255,2134.0000,-163.8255,-20.2769,264.1282,264.1282,-20.2769,0.6868,-25.0669,0.0000,-25.0669,4.1033,-25.0669,1.4136,0.0000,-26.4806,0.6545,,,-27.1351,1.0845,,,-28.2196,,,,,,,585.6782,-431.7574,0.2000,0.4650,1.4286,1.3500,0.6597,259.2502,259.2502,269.6202,269.6202,269.6202
-2218.7500,0.5000,,41.5200,,,,9,1187.7900,-164.2064,2134.0000,-164.2064,-20.4248,265.4378,265.4378,-20.4248,0.9503,-25.4758,0.0000,-25.4758,4.1006,-25.4758,1.4263,0.0000,-26.9020,0.6587,,,-27.5607,1.1016,,,-28.6623,,,,,,,589.0410,-436.1250,0.2000,0.4650,1.4286,1.3500,0.6570,260.0756,260.0756,270.4786,270.4786,270.4786
-2219.2500,0.5000,,41.7600,,,,9,1191.4600,-164.4449,2134.0000,-164.4449,-20.5177,266.2579,266.2579,-20.5177,0.5801,-25.1960,0.0000,-25.1960,4.0982,-25.1960,1.4340,0.0000,-26.6300,0.6612,,,-27.2912,1.0908,,,-28.3820,,,,,,,591.0844,-430.2230,0.2000,0.4650,1.4286,1.3500,0.6547,260.5925,260.5925,271.0162,271.0162,271.0162
-2219.7500,0.5000,,41.8000,,,,9,1192.9300,-164.5405,2134.0000,-164.5405,-20.5549,266.5864,266.5864,-20.5549,0.1134,-24.7760,0.0000,-24.7760,4.1077,-24.7760,1.4355,0.0000,-26.2115,0.6617,,,-26.8732,1.0740,,,-27.9473,,,,,,,591.4830,-423.1764,0.2000,0.4650,1.4286,1.3500,0.6641,260.7996,260.7996,271.2316,271.2316,271.2316
-2220.2500,0.5000,,41.9800,,,,9,1197.2400,-164.8206,2134.0000,-164.8206,-20.6643,267.5496,267.5496,-20.6643,0.4010,-25.1842,0.0000,-25.1842,4.1189,-25.1842,1.4408,0.0000,-26.6250,0.6635,,,-27.2885,1.0907,,,-28.3791,,,,,,,592.8904,-428.8317,0.2000,0.4650,1.4286,1.3500,0.6753,267.5072,267.5072,278.2074,278.2074,278.2074
-2220.7500,0.5000,,42.0200,,,,9,1198.0500,-164.8733,2134.0000,-164.8733,-20.6849,267.7306,267.7306,-20.6849,0.3474,-25.1732,0.0000,-25.1732,4.1410,-25.1732,1.4454,0.0000,-26.6187,0.6650,,,-27.2836,1.0905,,,-28.3741,,,,,,,594.1069,-427.8517,0.2000,0.4650,1.4286,1.3500,0.6974,270.5802,270.5802,281.4034,281.4034,281.4034
-2221.2500,0.5000,,41.9200,,,,9,1194.5300,-164.6445,2134.0000,-164.6445,-20.5955,266.9440,266.9440,-20.5955,-0.4562,-24.2986,0.0000,-24.2986,4.1592,-24.2986,1.4394,0.0000,-25.7379,0.6630,,,-26.4009,1.0552,,,-27.4561,,,,,,,592.5089,-414.8111,0.2000,0.4650,1.4286,1.3500,0.7156,261.0250,261.0250,271.4659,271.4659,271.4659
-2221.7500,0.5000,,41.8800,,,,9,1191.9100,-164.4742,2134.0000,-164.4742,-20.5291,266.3585,266.3585,-20.5291,-0.4314,-24.2581,0.0000,-24.2581,4.1605,-24.2581,1.4337,0.0000,-25.6918,0.6611,,,-26.3529,1.0532,,,-27.4061,,,,,,,590.9936,-415.1287,0.2000,0.4650,1.4286,1.3500,0.7169,260.6559,260.6559,271.0821,271.0821,271.0821
-2222.2500,0.5000,,41.7000,,,,9,1188.3800,-164.2447,2134.0000,-164.2447,-20.4397,265.5696,265.5696,-20.4397,-0.3890,-24.2126,0.0000,-24.2126,4.1619,-24.2126,1.4285,0.0000,-25.6411,0.6594,,,-26.3005,1.0511,,,-27.3516,,,,,,,589.6239,-415.2719,0.2000,0.4650,1.4286,1.3500,0.7183,260.1587,260.1587,270.5650,270.5650,270.5650
-2222.7500,0.5000,,41.5400,,,,9,1182.4600,-163.8599,2134.0000,-163.8599,-20.2903,264.2467,264.2467,-20.2903,-0.9343,-23.5092,0.0000,-23.5092,4.1532,-23.5092,1.4160,0.0000,-24.9252,0.6553,,,-25.5805,1.0224,,,-26.6029,,,,,,,586.3213,-405.9521,0.2000,0.4650,1.4286,1.3500,0.7096,259.3248,259.3248,269.6978,269.6978,269.6978
-2223.2500,0.5000,,41.3400,,,,9,1176.8500,-163.4953,2134.0000,-163.4953,-20.1491,262.9930,262.9930,-20.1491,-0.8102,-23.4792,0.0000,-23.4792,4.1404,-23.4792,1.4052,0.0000,-24.8845,0.6517,,,-25.5362,1.0206,,,-26.5568,,,,,,,583.4421,-407.2881,0.2000,0.4650,1.4286,1.3500,0.6968,258.5346,258.5346,268.8760,268.8760,268.8760
-2223.7500,0.5000,,41.2000,,,,9,1173.8000,-163.2970,2134.0000,-163.2970,-20.0725,262.3114,262.3114,-20.0725,-0.5491,-23.6637,0.0000,-23.6637,4.1404,-23.6637,1.3979,0.0000,-25.0616,0.6493,,,-25.7109,1.0276,,,-26.7385,,,,,,,581.4827,-411.5705,0.2000,0.4650,1.4286,1.3500,0.6968,258.1050,258.1050,268.4292,268.4292,268.4292
-2224.2500,0.5000,,40.9000,,,,9,1164.7100,-162.7062,2134.0000,-162.7062,-19.8450,260.2800,260.2800,-19.8450,-1.1845,-22.8008,0.0000,-22.8008,4.1404,-22.8008,1.3821,0.0000,-24.1829,0.6440,,,-24.8270,0.9922,,,-25.8192,,,,,,,577.2334,-400.0633,0.2000,0.4650,1.4286,1.3500,0.6968,256.8246,256.8246,267.0976,267.0976,267.0976
-2224.7500,0.5000,,40.9600,,,,9,1161.0700,-162.4696,2134.0000,-162.4696,-19.7542,259.4666,259.4666,-19.7542,-0.3508,-23.5556,0.0000,-23.5556,4.1522,-23.5556,1.3774,0.0000,-24.9330,0.6425,,,-25.5755,1.0222,,,-26.5977,,,,,,,575.9688,-413.3776,0.2000,0.4650,1.4286,1.3500,0.7087,256.3119,256.3119,266.5644,266.5644,266.5644
-2225.2500,0.5000,,40.0600,,,,9,1152.4300,-161.9080,2134.0000,-161.9080,-19.5394,257.5358,257.5358,-19.5394,-1.2100,-22.4998,0.0000,-22.4998,4.1703,-22.4998,1.3612,0.0000,-23.8609,0.6371,,,-24.4980,0.9791,,,-25.4771,,,,,,,571.5859,-398.6368,0.2000,0.4650,1.4286,1.3500,0.7267,255.0949,255.0949,265.2987,265.2987,265.2987
-2225.7500,0.5000,,40.3600,,,,9,1153.8500,-162.0003,2134.0000,-162.0003,-19.5746,257.8531,257.8531,-19.5746,0.0013,-23.7480,0.0000,-23.7480,4.1720,-23.7480,1.3612,0.0000,-25.1092,0.6371,,,-25.7462,1.0290,,,-26.7753,,,,,,,571.5906,-419.4872,0.2000,0.4650,1.4286,1.3500,0.7285,255.2949,255.2949,265.5067,265.5067,265.5067
-2226.2500,0.5000,,40.4000,,,,9,1151.2700,-161.8326,2134.0000,-161.8326,-19.5106,257.2766,257.2766,-19.5106,-0.1797,-23.5127,0.0000,-23.5127,4.1817,-23.5127,1.3588,0.0000,-24.8715,0.6363,,,-25.5077,1.0195,,,-26.5272,,,,,,,570.9370,-415.9918,0.2000,0.4650,1.4286,1.3500,0.7381,254.9315,254.9315,265.1288,265.1288,265.1288
-2226.7500,0.5000,,40.1400,,,,9,1139.5000,-161.0675,2134.0000,-161.0675,-19.2199,254.6463,254.6463,-19.2199,-1.3556,-22.0461,0.0000,-22.0461,4.1818,-22.0461,1.3406,0.0000,-23.3867,0.6301,,,-24.0168,0.9599,,,-24.9767,,,,,,,565.9806,-394.5826,0.2000,0.4650,1.4286,1.3500,0.7382,253.2736,253.2736,263.4046,263.4046,263.4046
-2227.2500,0.5000,,39.8000,,,,9,1129.1800,-160.3967,2134.0000,-160.3967,-18.9665,252.3401,252.3401,-18.9665,-1.4902,-21.6628,0.0000,-21.6628,4.1865,-21.6628,1.3205,0.0000,-22.9833,0.6234,,,-23.6067,0.9435,,,-24.5501,,,,,,,560.4815,-391.5816,0.2000,0.4650,1.4286,1.3500,0.7429,251.8200,251.8200,261.8928,261.8928,261.8928
-2227.7500,0.5000,,39.5200,,,,9,1127.2700,-160.2726,2134.0000,-160.2726,-18.9198,251.9132,251.9132,-18.9198,-0.2453,-22.8615,0.0000,-22.8615,4.1870,-22.8615,1.3172,0.0000,-24.1786,0.6223,,,-24.8009,0.9912,,,-25.7922,,,,,,,559.5712,-412.6178,0.2000,0.4650,1.4286,1.3500,0.7434,251.5509,251.5509,261.6130,261.6130,261.6130
-2228.2500,0.5000,,39.3600,,,,9,1120.1000,-159.8065,2134.0000,-159.8065,-18.7448,250.3109,250.3109,-18.7448,-1.1603,-21.7907,0.0000,-21.7907,4.2062,-21.7907,1.3015,0.0000,-23.0922,0.6169,,,-23.7092,0.9476,,,-24.6568,,,,,,,555.2448,-397.1481,0.2000,0.4650,1.4286,1.3500,0.7627,250.5410,250.5410,260.5626,260.5626,260.5626
-2228.7500,0.5000,,39.0400,,,,9,1111.2100,-159.2287,2134.0000,-159.2287,-18.5287,248.3243,248.3243,-18.5287,-1.0663,-21.6780,0.0000,-21.6780,4.2156,-21.6780,1.2871,0.0000,-22.9651,0.6120,,,-23.5771,0.9423,,,-24.5194,,,,,,,551.2389,-397.8318,0.2000,0.4650,1.4286,1.3500,0.7720,249.2888,249.2888,259.2603,259.2603,259.2603
-2229.2500,0.5000,,38.9200,,,,9,1109.7600,-159.1344,2134.0000,-159.1344,-18.4936,248.0002,248.0002,-18.4936,-0.1863,-22.5311,0.0000,-22.5311,4.2238,-22.5311,1.2845,0.0000,-23.8157,0.6112,,,-24.4269,0.9763,,,-25.4032,,,,,,,550.5361,-413.0937,0.2000,0.4650,1.4286,1.3500,0.7802,249.0845,249.0845,259.0479,259.0479,259.0479
-2229.7500,0.5000,,38.8000,,,,9,1105.6500,-158.8673,2134.0000,-158.8673,-18.3942,247.0818,247.0818,-18.3942,-0.5025,-22.1221,0.0000,-22.1221,4.2304,-22.1221,1.2777,0.0000,-23.3998,0.6088,,,-24.0087,0.9596,,,-24.9683,,,,,,,548.6357,-407.2863,0.2000,0.4650,1.4286,1.3500,0.7868,248.5056,248.5056,258.4458,258.4458,258.4458
-2230.2500,0.5000,,38.6200,,,,9,1097.5600,-158.3414,2134.0000,-158.3414,-18.1992,245.2739,245.2739,-18.1992,-0.9943,-21.4331,0.0000,-21.4331,4.2283,-21.4331,1.2642,0.0000,-22.6973,0.6042,,,-23.3016,0.9313,,,-24.2329,,,,,,,544.8559,-397.8000,0.2000,0.4650,1.4286,1.3500,0.7847,247.3661,247.3661,257.2607,257.2607,257.2607
-2230.7500,0.5000,,38.3000,,,,9,1088.2100,-157.7337,2134.0000,-157.7337,-17.9749,243.1844,243.1844,-17.9749,-1.2301,-20.9696,0.0000,-20.9696,4.2248,-20.9696,1.2474,0.0000,-22.2170,0.5985,,,-22.8155,0.9119,,,-23.7274,,,,,,,540.1432,-392.7788,0.2000,0.4650,1.4286,1.3500,0.7812,246.0491,246.0491,255.8910,255.8910,255.8910
-2231.2500,0.5000,,37.9000,,,,9,1077.8700,-157.0616,2134.0000,-157.0616,-17.7282,240.8737,240.8737,-17.7282,-1.2838,-20.6761,0.0000,-20.6761,4.2317,-20.6761,1.2299,0.0000,-21.9060,0.5924,,,-22.4984,0.8992,,,-23.3976,,,,,,,535.1805,-390.8719,0.2000,0.4650,1.4286,1.3500,0.7881,244.5926,244.5926,254.3763,254.3763,254.3763
-2231.7500,0.5000,,37.5800,,,,9,1065.8300,-156.2790,2134.0000,-156.2790,-17.4428,238.1831,238.1831,-17.4428,-1.4710,-20.2469,0.0000,-20.2469,4.2750,-20.2469,1.2097,0.0000,-21.4566,0.5854,,,-22.0420,0.8810,,,-22.9230,,,,,,,529.4370,-387.0065,0.2000,0.4650,1.4286,1.3500,0.8315,242.8967,242.8967,252.6126,252.6126,252.6126
-2232.2500,0.5000,,37.2800,,,,9,1066.1500,-156.2998,2134.0000,-156.2998,-17.4504,238.2546,238.2546,-17.4504,-0.3401,-21.3839,0.0000,-21.3839,4.2736,-21.3839,1.2051,0.0000,-22.5890,0.5838,,,-23.1728,0.9262,,,-24.0990,,,,,,,528.1003,-408.4619,0.2000,0.4650,1.4286,1.3500,0.8300,242.9418,242.9418,252.6595,252.6595,252.6595
-2232.7500,0.5000,,37.3600,,,,9,1064.1800,-156.1717,2134.0000,-156.1717,-17.4039,237.8144,237.8144,-17.4039,-0.1901,-21.4646,0.0000,-21.4646,4.2508,-21.4646,1.2025,0.0000,-22.6671,0.5829,,,-23.2500,0.9293,,,-24.1793,,,,,,,527.3516,-410.4560,0.2000,0.4650,1.4286,1.3500,0.8073,242.6643,242.6643,252.3709,252.3709,252.3709
-2233.2500,0.5000,,37.1800,,,,9,1057.0200,-155.7063,2134.0000,-155.7063,-17.2353,236.2143,236.2143,-17.2353,-0.5286,-20.9574,0.0000,-20.9574,4.2507,-20.9574,1.1952,0.0000,-22.1526,0.5803,,,-22.7329,0.9086,,,-23.6415,,,,,,,525.2642,-402.7331,0.2000,0.4650,1.4286,1.3500,0.8071,241.2991,241.2991,250.9510,250.9510,250.9510
-2233.7500,0.5000,,36.8800,,,,9,1049.8600,-155.2409,2134.0000,-155.2409,-17.0674,234.6143,234.6143,-17.0674,-1.1736,-20.1969,0.0000,-20.1969,4.3031,-20.1969,1.1790,0.0000,-21.3760,0.5747,,,-21.9506,0.8773,,,-22.8280,,,,,,,520.5998,-392.0966,0.2000,0.4650,1.4286,1.3500,0.8596,233.5567,233.5567,242.8990,242.8990,242.8990
-2234.2500,0.5000,,36.9200,,,,9,1070.1100,51.5470,2134.0000,-156.5572,5.7764,239.1396,239.1396,-17.5441,0.6178,0.8441,0.0000,0.8441,4.3146,0.8441,1.1875,0.0000,-0.3435,0.5777,,,-0.9211,0.6789,,,-1.6000,,,,,,,523.0606,-6.2706,0.2000,0.4650,1.4286,1.3500,0.8710,3991.6427,3991.6427,4151.3084,4151.3084,4151.3084
-2234.7500,0.5000,,37.5200,,,,9,1069.2400,133.1125,2134.0000,-156.5006,14.9047,238.9452,238.9452,-17.5235,1.8205,8.8084,0.0000,8.8084,4.2758,8.8084,1.2126,0.0000,7.5958,0.5864,,,7.0094,0.6915,,,6.3179,,,,,,,530.2451,136.7944,0.2000,0.4650,1.4286,1.3500,0.8322,5328.0728,5328.0728,5541.1957,5541.1957,5541.1957
-2235.2500,0.5000,,37.9000,,,,9,1085.4600,171.9332,2134.0000,-157.5549,19.5435,242.5699,242.5699,-17.9091,1.8187,13.4623,0.0000,13.4623,4.2625,13.4623,1.2375,0.0000,12.2248,0.5950,,,11.6298,0.7041,,,10.9256,,,,,,,537.3266,217.2572,0.2000,0.4650,1.4286,1.3500,0.8190,6047.0964,6047.0964,6288.9802,6288.9802,6288.9802
-2235.7500,0.5000,,37.9400,,,,9,1029.6600,45.9924,2134.0000,-153.9279,4.9592,230.1001,230.1001,-16.5974,0.1519,0.5597,0.0000,0.5597,4.2475,0.5597,1.2395,0.0000,-0.6798,0.5957,,,-1.2756,0.7052,,,-1.9807,,,,,,,537.9140,-12.0687,0.2000,0.4650,1.4286,1.3500,0.8039,3712.7294,3712.7294,3861.2385,3861.2385,3861.2385
-2236.2500,0.5000,,38.1800,,,,10,877.5400,-146.4893,1844.3821,-146.4893,-13.4617,169.4909,169.4909,-13.4617,-27.2534,9.5583,0.0000,9.5583,4.2334,9.5583,0.8533,0.0000,8.7050,0.5954,,,8.1096,0.7046,,,7.4050,,,,,,,537.6109,154.6223,0.2000,0.4650,1.4286,1.3500,0.7898,181.5903,181.5903,188.8539,188.8539,188.8539
-2236.7500,0.5000,,38.1800,,,,10,850.1900,140.5081,1779.6994,-145.2586,12.5097,158.4496,158.4496,-12.9326,0.3344,7.9033,0.0000,7.9033,4.2720,7.9033,0.8583,0.0000,7.0450,0.5980,,,6.4471,0.7084,,,5.7387,,,,,,,539.7293,124.6460,0.2000,0.4650,1.4286,1.3500,0.8284,4205.2302,4205.2302,4373.4394,4373.4394,4373.4394
-2237.2500,0.5000,,38.3200,,,,10,849.7500,184.2879,1778.6588,-145.2388,16.3990,158.2750,158.2750,-12.9242,0.3568,11.7148,0.0000,11.7148,4.3274,11.7148,0.8635,0.0000,10.8513,0.6007,,,10.2506,0.7124,,,9.5381,,,,,,,541.9799,191.1918,0.2000,0.4650,1.4286,1.3500,0.8838,4736.3367,4736.3367,4925.7902,4925.7902,4925.7902
-2237.7500,0.5000,,38.4600,,,,10,853.2300,124.3276,1786.8890,-145.3954,11.1087,159.6586,159.6586,-12.9911,0.3759,6.4164,0.0000,6.4164,4.3164,6.4164,0.8691,0.0000,5.5474,0.6036,,,4.9438,0.7167,,,4.2271,,,,,,,544.3408,97.3164,0.2000,0.4650,1.4286,1.3500,0.8728,3988.4456,3988.4456,4147.9834,4147.9834,4147.9834
-2238.2500,0.5000,,38.5200,,,,10,854.7100,110.2534,1790.3892,-145.4620,9.8682,160.2488,160.2488,-13.0196,0.1610,5.4232,0.0000,5.4232,4.2840,5.4232,0.8715,0.0000,4.5517,0.6048,,,3.9469,0.7185,,,3.2284,,,,,,,545.3490,79.7029,0.2000,0.4650,1.4286,1.3500,0.8405,3795.1801,3795.1801,3946.9873,3946.9873,3946.9873
-2238.7500,0.5000,,38.7200,,,,10,857.8900,61.4584,1797.9099,-145.6051,5.5213,161.5207,161.5207,-13.0809,0.4288,0.7672,0.0000,0.7672,4.3253,0.7672,0.8778,0.0000,-0.1106,0.6081,,,-0.7187,0.7233,,,-1.4419,,,,,,,548.0249,-1.9264,0.2000,0.4650,1.4286,1.3500,0.8817,3117.2530,3117.2530,3241.9432,3241.9432,3241.9432
-2239.2500,0.5000,,38.6800,,,,10,844.2100,19.0285,1765.5567,-144.9895,1.6822,156.0849,156.0849,-12.8179,-0.4563,-2.5320,0.0000,-2.5320,4.6705,-2.5320,0.8711,0.0000,-3.4031,0.6046,,,-4.0077,0.7182,,,-4.7259,,,,,,,545.1769,-59.6086,0.2000,0.4650,1.4286,1.3500,1.2270,2461.3535,2461.3535,2559.8077,2559.8077,2559.8077
-2239.7500,0.5000,,38.3800,,,,10,853.5900,-70.1488,1787.7404,-145.4116,-6.2704,159.8021,159.8021,-12.9980,-0.0159,-10.9251,0.0000,-10.9251,4.6705,-10.9251,0.8708,0.0000,-11.7959,0.6045,,,-12.4004,0.7180,,,-13.1184,,,,,,,545.0776,-206.6547,0.2000,0.4650,1.4286,1.3500,1.2270,1320.7413,1320.7413,1373.5709,1373.5709,1373.5709
-2240.2500,0.5000,,38.2600,,,,10,846.9500,-96.6204,1772.0368,-145.1128,-8.5695,157.1662,157.1662,-12.8704,-0.6822,-12.5578,0.0000,-12.5578,4.6705,-12.5578,0.8607,0.0000,-13.4185,0.5992,,,-14.0178,0.7103,,,-14.7281,,,,,,,540.7903,-236.9449,0.2000,0.4650,1.4286,1.3500,1.2270,916.5092,916.5092,953.1696,953.1696,953.1696
-2240.7500,0.5000,,38.2200,,,,10,844.5600,-69.5009,1766.3844,-145.0052,-6.1468,156.2228,156.2228,-12.8246,-0.2323,-10.5851,0.0000,-10.5851,4.6705,-10.5851,0.8573,0.0000,-11.4424,0.5975,,,-12.0398,0.7077,,,-12.7475,,,,,,,539.3230,-202.5998,0.2000,0.4650,1.4286,1.3500,1.2270,1324.9617,1324.9617,1377.9602,1377.9602,1377.9602
-2241.2500,0.5000,,37.9400,,,,10,839.4600,-116.2130,1754.3229,-144.7757,-10.2161,154.2191,154.2191,-12.7269,-0.5438,-13.9607,0.0000,-13.9607,4.2884,-13.9607,0.8492,0.0000,-14.8099,0.5932,,,-15.4032,0.7015,,,-16.1047,,,,,,,535.8720,-263.9143,0.2000,0.4650,1.4286,1.3500,0.8448,615.7313,615.7313,640.3606,640.3606,640.3606
-2241.7500,0.5000,,37.7000,,,,10,833.4700,-144.5062,1740.1566,-144.5062,-12.6126,151.8822,151.8822,-12.6126,-0.5400,-16.2795,0.0000,-16.2795,4.2069,-16.2795,0.8412,0.0000,-17.1207,0.5890,,,-17.7098,0.7077,,,-18.4175,,,,,,,532.4225,-307.0700,0.2000,0.4650,1.4286,1.3500,0.7634,184.3663,184.3663,191.7409,191.7409,191.7409
-2242.2500,0.5000,,37.3400,,,,10,826.5300,-144.1939,1723.7435,-144.1939,-12.4806,149.1969,149.1969,-12.4806,-0.7418,-15.9897,0.0000,-15.9897,4.2510,-15.9897,0.8302,0.0000,-16.8199,0.5832,,,-17.4031,0.6954,,,-18.0985,,,,,,,527.6473,-304.4042,0.2000,0.4650,1.4286,1.3500,0.8074,184.8034,184.8034,192.1955,192.1955,192.1955
-2242.7500,0.5000,,37.1000,,,,10,820.9500,-143.9428,1710.5468,-143.9428,-12.3747,147.0552,147.0552,-12.3747,-0.5489,-16.0945,0.0000,-16.0945,4.2687,-16.0945,0.8219,0.0000,-16.9165,0.5789,,,-17.4954,0.6991,,,-18.1945,,,,,,,524.0859,-308.2325,0.2000,0.4650,1.4286,1.3500,0.8251,185.1549,185.1549,192.5611,192.5611,192.5611
-2243.2500,0.5000,,36.9200,,,,10,817.1000,-137.2794,1701.4415,-143.7695,-11.7465,145.5864,145.5864,-12.3019,-0.3826,-15.9168,0.0000,-15.9168,4.5529,-15.9168,0.8162,0.0000,-16.7330,0.5759,,,-17.3089,0.6917,,,-18.0006,,,,,,,521.5890,-306.3497,0.2000,0.4650,1.4286,1.3500,1.1093,283.4986,283.4986,294.8385,294.8385,294.8385
-2243.7500,0.5000,,36.6600,,,,10,810.7600,-130.5461,1686.4474,-143.4842,-11.0837,143.1837,143.1837,-12.1822,-0.6259,-15.1960,0.0000,-15.1960,4.7382,-15.1960,0.8068,0.0000,-16.0029,0.5709,,,-16.5738,0.6691,,,-17.2428,,,,,,,517.4785,-295.3090,0.2000,0.4650,1.4286,1.3500,1.2947,381.3640,381.3640,396.6185,396.6185,396.6185
-2244.2500,0.5000,,36.4800,,,,10,807.1400,-126.3187,1677.8861,-143.3213,-10.6769,141.8208,141.8208,-12.1140,-0.3086,-14.9347,0.0000,-14.9347,4.5663,-14.9347,0.8022,0.0000,-15.7368,0.5684,,,-16.3053,0.6655,,,-16.9708,,,,,,,515.4399,-291.5485,0.2000,0.4650,1.4286,1.3500,1.1228,443.0289,443.0289,460.7501,460.7501,460.7501
-2244.7500,0.5000,,36.2200,,,,10,800.7700,-127.6083,1662.8211,-143.0347,-10.7008,139.4383,139.4383,-11.9944,-0.6127,-14.5306,0.0000,-14.5306,4.4425,-14.5306,0.7929,0.0000,-15.3235,0.5635,,,-15.8870,0.6584,,,-16.5454,,,,,,,511.3680,-286.1512,0.2000,0.4650,1.4286,1.3500,0.9989,419.6053,419.6053,436.3895,436.3895,436.3895
-2245.2500,0.5000,,36.0200,,,,10,796.5000,-131.5565,1652.7225,-142.9125,-10.9730,137.8524,137.8524,-11.9202,-0.3746,-14.8650,0.0000,-14.8650,4.2666,-14.8650,0.7873,0.0000,-15.6523,0.5605,,,-16.2128,0.6541,,,-16.8669,,,,,,,508.8626,-293.7306,0.2000,0.4650,1.4286,1.3500,0.8230,357.2905,357.2905,371.5821,371.5821,371.5821
-2245.7500,0.5000,,35.7200,,,,10,789.5600,-142.7390,1636.3094,-142.7390,-11.8020,135.2942,135.2942,-11.8020,-0.6037,-15.2988,0.0000,-15.2988,4.1005,-15.2988,0.7781,0.0000,-16.0769,0.5556,,,-16.6324,0.6647,,,-17.2971,,,,,,,504.7983,-304.1273,0.2000,0.4650,1.4286,1.3500,0.6569,183.9760,183.9760,191.3351,191.3351,191.3351
-2246.2500,0.5000,,35.7200,,,,10,777.9600,-41.3953,1608.8754,-142.4490,-3.3724,131.0715,131.0715,-11.6050,-0.0898,-7.4576,0.0000,-7.4576,4.1750,-7.4576,0.7768,0.0000,-8.2343,0.5548,,,-8.7891,0.6460,,,-9.4352,,,,,,,504.1906,-155.9568,0.2000,0.4650,1.4286,1.3500,0.7314,1436.3299,1436.3299,1493.7831,1493.7831,1493.7831
-2246.7500,0.5000,,35.4400,,,,9,982.8600,127.2553,2093.4639,-151.2287,13.0977,215.4695,215.4695,-15.5652,22.9973,-14.1923,0.0000,-14.1923,4.2927,-14.1923,1.1103,0.0000,-15.3026,0.5503,,,-15.8530,0.6396,,,-16.4925,,,,,,,500.4500,-291.9960,0.2000,0.4650,1.4286,1.3500,0.8492,4846.2650,4846.2650,5040.1156,5040.1156,5040.1156
-2247.2500,0.5000,,34.3400,,,,9,971.5800,-150.7211,2066.7867,-150.7211,-15.3349,210.2824,210.2824,-15.3349,-4.1079,-15.6218,0.0000,-15.6218,4.3948,-15.6218,1.0526,0.0000,-16.6744,0.5295,,,-17.2039,0.6876,,,-17.8915,,,,,,,483.0883,-329.6064,0.2000,0.4650,1.4286,1.3500,0.9512,230.9757,230.9757,240.2148,240.2148,240.2148
-2247.7500,0.5000,,33.3000,,,,9,936.4800,-149.1416,1983.7752,-149.1416,-14.6260,194.5448,194.5448,-14.6260,-3.7124,-15.5340,0.0000,-15.5340,4.6204,-15.5340,0.9998,0.0000,-16.5338,0.5101,,,-17.0439,0.6812,,,-17.7251,,,,,,,466.8431,-338.2002,0.2000,0.4650,1.4286,1.3500,1.1768,223.4918,223.4918,232.4315,232.4315,232.4315
-2248.2500,0.5000,,31.8000,,,,9,897.3300,-147.3799,1891.1855,-147.3799,-13.8490,177.7113,177.7113,-13.8490,-4.3711,-14.0668,0.0000,-14.0668,4.5889,-14.0668,0.9369,0.0000,-15.0038,0.4865,,,-15.4903,0.6191,,,-16.1094,,,,,,,446.9591,-320.5560,0.2000,0.4650,1.4286,1.3500,1.1454,180.3437,180.3437,187.5575,187.5575,187.5575
-2248.7500,0.5000,,30.4400,,,,9,855.8600,-145.5137,1793.1089,-145.5137,-13.0417,160.7082,160.7082,-13.0417,-4.0552,-13.3173,0.0000,-13.3173,4.3307,-13.3173,0.8777,0.0000,-14.1949,0.4638,,,-14.6587,0.5859,,,-15.2446,,,,,,,427.6863,-316.9412,0.2000,0.4650,1.4286,1.3500,0.8871,182.9559,182.9559,190.2741,190.2741,190.2741
-2249.2500,0.5000,,28.8000,,,,9,807.7300,-143.3479,1679.2815,-143.3479,-12.1251,142.0425,142.0425,-12.1251,-4.7418,-11.6789,0.0000,-11.6789,4.2955,-11.6789,0.8071,0.0000,-12.4860,0.4361,,,-12.9221,0.5165,,,-13.4385,,,,,,,403.9860,-295.1396,0.2000,0.4650,1.4286,1.3500,0.8520,185.9876,185.9876,193.4271,193.4271,193.4271
-2249.7500,0.5000,,27.1400,,,,9,757.1200,-141.9280,1559.5888,-141.9280,-11.2528,123.6527,123.6527,-11.2528,-4.7193,-10.6788,0.0000,-10.6788,4.1453,-10.6788,0.7353,0.0000,-11.4141,0.4079,,,-11.8220,0.4725,,,-12.2945,,,,,,,378.9290,-287.6449,0.2000,0.4650,1.4286,1.3500,0.7017,166.7006,166.7006,173.3687,173.3687,173.3687
-2250.2500,0.5000,,25.5800,,,,9,752.9900,-141.8248,1549.8214,-141.8248,-11.1833,122.2080,122.2080,-11.1833,-3.3587,-12.0177,0.0000,-12.0177,4.1931,-12.0177,0.6831,0.0000,-12.7008,0.3868,,,-13.0876,0.5232,,,-13.6108,,,,,,,360.0353,-336.8663,0.2000,0.4650,1.4286,1.3500,0.7496,151.2414,151.2414,157.2911,157.2911,157.2911
-2250.7500,0.5000,,24.5600,,,,7,1071.1700,231.9545,2134.0000,-156.6261,26.0190,239.3765,239.3765,-17.5692,45.6909,-24.3897,0.0000,-24.3897,4.7177,-24.3897,1.3381,0.0000,-25.7277,0.3666,,,-26.0944,1.0435,,,-27.1378,,,,,,,341.8436,-718.6961,0.2000,0.4650,1.4286,1.3500,1.2742,7005.1108,7005.1108,7285.3153,7285.3153,7285.3153
-2251.2500,0.5000,,22.5800,,,,7,1036.6100,-154.3797,2134.0000,-154.3797,-16.7585,231.6533,231.6533,-16.7585,-12.1175,-9.3588,0.0000,-9.3588,4.7178,-9.3588,1.1729,0.0000,-10.5317,0.3356,,,-10.8673,0.4344,,,-11.3017,,,,,,,313.7471,-320.5459,0.2000,0.4650,1.4286,1.3500,1.2742,231.6296,231.6296,240.8948,240.8948,240.8948
-2251.7500,0.5000,,20.7000,,,,7,953.0400,-149.8868,2022.9396,-149.8868,-14.9590,201.8937,201.8937,-14.9590,-9.9054,-9.9227,0.0000,-9.9227,4.8690,-9.9227,1.0343,0.0000,-10.9570,0.3081,,,-11.2651,0.4504,,,-11.7155,,,,,,,288.7561,-362.3530,0.2000,0.4650,1.4286,1.3500,1.4254,227.0227,227.0227,236.1036,236.1036,236.1036
-2252.2500,0.5000,,18.8800,,,,7,873.4200,-146.3039,1834.6383,-146.3039,-13.3816,167.8040,167.8040,-13.3816,-8.7377,-9.5389,0.0000,-9.5389,4.8950,-9.5389,0.9086,0.0000,-10.4475,0.2818,,,-10.7294,0.4290,,,-11.1584,,,,,,,264.7601,-376.8188,0.2000,0.4650,1.4286,1.3500,1.4514,181.8498,181.8498,189.1238,189.1238,189.1238
-2252.7500,0.5000,,17.6600,,,,7,828.4100,-144.2785,1728.1897,-144.2785,-12.5163,149.9220,149.9220,-12.5163,-5.0340,-11.9714,0.0000,-11.9714,4.4891,-11.9714,0.8343,0.0000,-12.8057,0.2656,,,-13.0713,0.5227,,,-13.5940,,,,,,,249.8913,-489.3547,0.2000,0.4650,1.4286,1.3500,1.0455,184.6850,184.6850,192.0724,192.0724,192.0724
-2253.2500,0.5000,,17.2600,,,,7,810.2400,-126.0249,1685.2176,-143.4608,-10.6930,142.9876,142.9876,-12.1724,-1.8909,-13.1946,0.0000,-13.1946,4.3925,-13.1946,0.8060,0.0000,-14.0006,0.2593,,,-14.2599,0.5702,,,-14.8301,,,,,,,244.0722,-547.7726,0.2000,0.4650,1.4286,1.3500,0.9490,449.3845,449.3845,467.3599,467.3599,467.3599
-2253.7500,0.5000,,16.7200,,,,7,783.5800,-129.1138,1622.1667,-142.5895,-10.5946,133.1090,133.1090,-11.7004,-2.4538,-12.3099,0.0000,-12.3099,4.1691,-12.3099,0.7689,0.0000,-13.0788,0.2508,,,-13.3296,0.5330,,,-13.8627,,,,,,,236.3075,-528.5205,0.2000,0.4650,1.4286,1.3500,0.7255,386.2376,386.2376,401.6871,401.6871,401.6871
-2254.2500,0.5000,,16.2800,,,,7,768.7800,-24.8804,1587.1647,-142.2195,-2.0030,127.7770,127.7770,-11.4496,-1.8406,-4.2499,0.0000,-4.2499,4.0875,-4.2499,0.7407,0.0000,-4.9907,0.2443,,,-5.2350,0.2396,,,-5.4746,,,,,,,230.3115,-206.9267,0.2000,0.4650,1.4286,1.3500,0.6439,1594.0052,1594.0052,1657.7654,1657.7654,1657.7654
-2254.7500,0.5000,,16.3200,,,,7,788.1500,146.6091,1632.9748,-142.7038,12.1004,134.7774,134.7774,-11.7780,0.4510,7.3892,0.0000,7.3892,4.2601,7.3892,0.7477,0.0000,6.6416,0.2459,,,6.3956,0.2557,,,6.1399,,,,,,,231.7952,273.6138,0.2000,0.4650,1.4286,1.3500,0.8165,3833.2131,3833.2131,3986.5417,3986.5417,3986.5417
-2255.2500,0.5000,,16.6400,,,,7,798.9700,233.8749,1658.5641,-142.9743,19.5678,138.7686,138.7686,-11.9624,2.0269,13.1711,0.0000,13.1711,4.3698,13.1711,0.7786,0.0000,12.3926,0.2531,,,12.1395,0.4854,,,11.6541,,,,,,,238.3487,496.5001,0.2000,0.4650,1.4286,1.3500,0.9262,5014.7244,5014.7244,5215.3134,5215.3134,5215.3134
-2255.7500,0.5000,,17.3800,,,,7,839.3700,415.4161,1754.1101,-144.7717,36.5145,154.1839,154.1839,-12.7252,3.8434,28.1445,0.0000,28.1445,4.5266,28.1445,1.1228,0.0000,27.0217,0.2661,,,26.7557,1.0701,,,25.6856,,,,,,,250.3047,1030.8968,0.2000,0.4650,1.4286,1.3500,1.0831,8091.7365,8091.7365,8415.4060,8415.4060,8415.4060
-2256.2500,0.5000,,18.5600,,,,7,899.2800,502.0631,1895.7972,-147.4676,47.2805,178.5317,178.5317,-13.8874,6.1228,36.4954,0.0000,36.4954,4.6623,36.4954,1.4564,0.0000,35.0390,0.2856,,,34.7534,1.3900,,,33.3634,,,,,,,268.2530,1247.3232,0.2000,0.4650,1.4286,1.3500,1.2187,9986.6258,9986.6258,10386.0908,10386.0908,10386.0908
-2256.7500,0.5000,,19.8600,,,,7,963.5100,503.6744,2047.7012,-150.3580,50.8200,206.6100,206.6100,-15.1709,6.8572,39.4455,0.0000,39.4455,4.5173,39.4455,1.5739,0.0000,37.8717,0.3062,,,37.5655,1.5024,,,36.0631,,,,,,,287.0250,1259.9870,0.2000,0.4650,1.4286,1.3500,1.0737,10607.7124,10607.7124,11032.0209,11032.0209,11032.0209
-2257.2500,0.5000,,21.4200,,,,7,1040.4900,566.5969,2134.0000,-154.6319,61.7363,232.5203,232.5203,-16.8487,8.7468,48.7329,0.0000,48.7329,4.2566,48.7329,1.9447,0.0000,46.7882,0.3307,,,46.4575,1.8581,,,44.5995,,,,,,,309.3209,1444.4372,0.2000,0.4650,1.4286,1.3500,0.8130,12569.2463,12569.2463,13072.0162,13072.0162,13072.0162
-2257.7500,0.5000,,23.3200,,,,7,1131.5100,678.4667,2134.0000,-160.5482,80.3925,252.8608,252.8608,-19.0236,11.2880,64.8975,0.0000,64.8975,4.2070,64.8975,2.5905,0.0000,62.3070,0.3601,,,61.9470,2.4776,,,59.4694,,,,,,,335.9141,1771.2511,0.2000,0.4650,1.4286,1.3500,0.7635,15850.1766,15850.1766,16484.1836,16484.1836,16484.1836
-2258.2500,0.5000,,25.3200,,,,7,1225.5400,709.2961,2134.0000,-167.8094,91.0298,273.8738,273.8738,-21.5364,13.3427,73.6223,0.0000,73.6223,4.0648,73.6223,2.9385,0.0000,70.6838,0.3922,,,70.2916,2.8113,,,67.4803,,,,,,,364.8570,1849.9871,0.2000,0.4650,1.4286,1.3500,0.6212,17823.5820,17823.5820,18536.5252,18536.5252,18536.5252
-2258.7500,0.5000,,27.2800,,,,7,1310.9400,644.3878,2134.0000,-177.2034,88.4624,292.9583,292.9583,-24.3267,12.7512,71.6329,0.0000,71.6329,4.0783,71.6329,2.8580,0.0000,68.7749,0.4208,,,68.3541,2.7338,,,65.6203,,,,,,,390.5172,1681.7489,0.2000,0.4650,1.4286,1.3500,0.6348,17615.5721,17615.5721,18320.1950,18320.1950,18320.1950
-2259.2500,0.5000,,28.1400,,,,7,1297.0400,182.8818,2134.0000,-175.6744,24.8400,289.8521,289.8521,-23.8611,5.4782,15.2271,0.0000,15.2271,4.1347,15.2271,1.7183,0.0000,13.5088,0.4327,,,13.0761,0.5226,,,12.5535,,,,,,,401.0376,321.6638,0.2000,0.4650,1.4286,1.3500,0.6912,7346.3317,7346.3317,7640.1849,7640.1849,7640.1849
-2259.7500,0.5000,,28.1200,,,,8,1039.1700,-154.5461,2134.0000,-154.5461,-16.8180,232.2254,232.2254,-16.8180,-42.3054,21.3490,0.0000,21.3490,4.1385,21.3490,1.1555,0.0000,20.1935,0.4286,,,19.7649,0.7902,,,18.9747,,,,,,,397.4372,485.1920,0.2000,0.4650,1.4286,1.3500,0.6949,231.2516,231.2516,240.5016,240.5016,240.5016
-2260.2500,0.5000,,28.0800,,,,9,843.9600,-144.9782,1764.9654,-144.9782,-12.8131,155.9864,155.9864,-12.8131,-25.8731,8.9097,0.0000,8.9097,4.1504,8.9097,0.7824,0.0000,8.1272,0.4264,,,7.7009,0.4689,,,7.2320,,,,,,,395.4731,196.2448,0.2000,0.4650,1.4286,1.3500,0.7068,183.7055,183.7055,191.0537,191.0537,191.0537
-2260.7500,0.5000,,28.1400,,,,9,804.0000,242.1916,1670.4600,-143.1800,20.3912,140.6439,140.6439,-12.0550,0.5138,15.7296,0.0000,15.7296,4.1479,15.7296,0.7902,0.0000,14.9394,0.4294,,,14.5100,0.5800,,,13.9300,,,,,,,398.1643,358.2957,0.2000,0.4650,1.4286,1.3500,0.7043,5184.1001,5184.1001,5391.4641,5391.4641,5391.4641
-2261.2500,0.5000,,28.9000,,,,9,834.7700,602.4998,1743.2311,-144.5647,52.6687,152.3879,152.3879,-12.6374,2.5048,46.0291,0.0000,46.0291,4.1347,46.0291,1.8382,0.0000,44.1909,0.4443,,,43.7466,1.7494,,,41.9972,,,,,,,411.0316,1026.6660,0.2000,0.4650,1.4286,1.3500,0.6912,10755.5967,10755.5967,11185.8205,11185.8205,11185.8205
-2261.7500,0.5000,,30.3800,,,,9,876.7900,803.6527,1842.6084,-146.4556,73.7892,169.1832,169.1832,-13.4471,4.5029,65.1088,0.0000,65.1088,4.1775,65.1088,2.6010,0.0000,62.5078,0.4703,,,62.0375,2.4810,,,59.5565,,,,,,,433.2029,1377.8881,0.2000,0.4650,1.4286,1.3500,0.7339,14516.5074,14516.5074,15097.1677,15097.1677,15097.1677
-2262.2500,0.5000,,31.4800,,,,9,907.3800,604.9098,1914.9537,-147.8321,57.4789,181.9601,181.9601,-14.0471,3.4053,49.6031,0.0000,49.6031,4.4705,49.6031,1.9806,0.0000,47.6225,0.4892,,,47.1333,1.8848,,,45.2485,,,,,,,449.2439,1012.2815,0.2000,0.4650,1.4286,1.3500,1.0270,11644.5387,11644.5387,12110.3202,12110.3202,12110.3202
-2262.7500,0.5000,,32.2400,,,,9,922.1300,274.6091,1949.8375,-148.4959,26.5177,188.2865,188.2865,-14.3395,1.9354,20.1157,0.0000,20.1157,4.4666,20.1157,0.9720,0.0000,19.1437,0.4997,,,18.6440,0.7452,,,17.8988,,,,,,,458.1105,399.0494,0.2000,0.4650,1.4286,1.3500,1.0230,6620.9696,6620.9696,6885.8084,6885.8084,6885.8084
-2263.2500,0.5000,,32.6600,,,,9,932.1100,160.4252,1973.4402,-148.9450,15.6592,192.6281,192.6281,-14.5386,0.9963,10.3699,0.0000,10.3699,4.2930,10.3699,0.9863,0.0000,9.3836,0.5050,,,8.8786,0.5758,,,8.3028,,,,,,,462.6085,193.6993,0.2000,0.4650,1.4286,1.3500,0.8494,4936.1331,4936.1331,5133.5784,5133.5784,5133.5784
-2263.7500,0.5000,,32.7200,,,,9,928.2600,64.6213,1964.3349,-148.7717,6.2817,190.9474,190.9474,-14.4617,0.2816,1.7073,0.0000,1.7073,4.2927,1.7073,0.9903,0.0000,0.7170,0.5065,,,0.2104,0.5779,,,-0.3675,,,,,,,463.8720,14.7596,0.2000,0.4650,1.4286,1.3500,0.8492,3551.0791,3551.0791,3693.1223,3693.1223,3693.1223
-2264.2500,0.5000,,32.8000,,,,9,927.2200,-22.4445,1961.8753,-148.7249,-2.1793,190.4947,190.4947,-14.4409,-0.1409,-6.1767,0.0000,-6.1767,4.1383,-6.1767,0.9883,0.0000,-7.1650,0.5058,,,-7.6708,0.5768,,,-8.2477,,,,,,,463.2403,-147.7008,0.2000,0.4650,1.4286,1.3500,0.6947,2191.4505,2191.4505,2279.1085,2279.1085,2279.1085
-2264.7500,0.5000,,32.7600,,,,9,933.5000,-12.2355,1976.7275,-149.0075,-1.1961,193.2368,193.2368,-14.5664,-0.0558,-5.2695,0.0000,-5.2695,4.1291,-5.2695,0.9875,0.0000,-6.2570,0.5055,,,-6.7625,0.5764,,,-7.3389,,,,,,,462.9900,-129.0520,0.2000,0.4650,1.4286,1.3500,0.6856,2371.8815,2371.8815,2466.7567,2466.7567,2466.7567
-2265.2500,0.5000,,32.6600,,,,9,929.7300,-50.0971,1967.8115,-148.8379,-4.8775,191.5883,191.5883,-14.4910,-0.1979,-8.9621,0.0000,-8.9621,4.2824,-8.9621,0.9847,0.0000,-9.9467,0.5044,,,-10.4512,0.5750,,,-11.0261,,,,,,,462.1008,-205.5488,0.2000,0.4650,1.4286,1.3500,0.8389,1783.9032,1783.9032,1855.2594,1855.2594,1855.2594
-2265.7500,0.5000,,32.4200,,,,9,920.4400,-140.8579,1945.8406,-148.4198,-13.5770,187.5562,187.5562,-14.3059,-1.0804,-16.8059,0.0000,-16.8059,4.3092,-16.8059,0.9692,0.0000,-17.7750,0.4986,,,-18.2737,0.7304,,,-19.0041,,,,,,,457.2158,-371.2451,0.2000,0.4650,1.4286,1.3500,0.8656,356.5168,356.5168,370.7775,370.7775,370.7775
-2266.2500,0.5000,,32.0200,,,,9,910.6100,-146.8917,1922.5927,-147.9775,-14.0074,183.3362,183.3362,-14.1110,-1.0801,-17.1722,0.0000,-17.1722,4.2449,-17.1722,0.9536,0.0000,-18.1258,0.4928,,,-18.6186,0.7442,,,-19.3628,,,,,,,452.2793,-382.7034,0.2000,0.4650,1.4286,1.3500,0.8013,237.5677,237.5677,247.0704,247.0704,247.0704
-2266.7500,0.5000,,31.5000,,,,9,889.0600,-147.0077,1871.6269,-147.0077,-13.6867,174.2525,174.2525,-13.6867,-1.9556,-15.9381,0.0000,-15.9381,4.2069,-15.9381,0.9252,0.0000,-16.8633,0.4821,,,-17.3454,0.6933,,,-18.0387,,,,,,,443.2014,-363.3403,0.2000,0.4650,1.4286,1.3500,0.7634,180.8646,180.8646,188.0992,188.0992,188.0992
-2267.2500,0.5000,,30.3800,,,,9,845.5300,-145.0489,1768.6785,-145.0489,-12.8432,156.6053,156.6053,-12.8432,-3.5900,-13.4964,0.0000,-13.4964,4.2432,-13.4964,0.8727,0.0000,-14.3691,0.4618,,,-14.8309,0.5928,,,-15.4237,,,,,,,426.0334,-322.0745,0.2000,0.4650,1.4286,1.3500,0.7996,183.6066,183.6066,190.9509,190.9509,190.9509
-2267.7500,0.5000,,29.1000,,,,8,963.6500,72.2242,2048.0323,-150.3643,7.2884,206.6735,206.6735,-15.1737,21.9535,-18.9401,0.0000,-18.9401,4.2750,-18.9401,1.1848,0.0000,-20.1249,0.4361,,,-20.5610,0.8220,,,-21.3831,,,,,,,404.0172,-475.6700,0.2000,0.4650,1.4286,1.3500,0.8315,3869.4249,3869.4249,4024.2019,4024.2019,4024.2019
-2268.2500,0.5000,,27.1400,,,,8,972.8300,-150.7774,2069.7430,-150.7774,-15.3604,210.8541,210.8541,-15.3604,-8.0372,-11.6540,0.0000,-11.6540,4.3309,-11.6540,1.0729,0.0000,-12.7269,0.4074,,,-13.1343,0.5250,,,-13.6593,,,,,,,378.4660,-321.1198,0.2000,0.4650,1.4286,1.3500,0.8873,231.2423,231.2423,240.4919,240.4919,240.4919
-2268.7500,0.5000,,25.3200,,,,8,911.2100,-148.0045,1924.0117,-148.0045,-14.1228,183.5924,183.5924,-14.1228,-7.3670,-11.1549,0.0000,-11.1549,4.3990,-11.1549,0.9681,0.0000,-12.1229,0.3795,,,-12.5024,0.4998,,,-13.0022,,,,,,,353.4268,-327.5514,0.2000,0.4650,1.4286,1.3500,0.9554,218.1038,218.1038,226.8279,226.8279,226.8279
-2269.2500,0.5000,,24.0600,,,,8,868.8900,-146.1001,1823.9249,-146.1001,-13.2936,165.9588,165.9588,-13.2936,-4.4967,-13.1424,0.0000,-13.1424,4.3454,-13.1424,0.9028,0.0000,-14.0452,0.3615,,,-14.4067,0.5760,,,-14.9827,,,,,,,337.2308,-397.7152,0.2000,0.4650,1.4286,1.3500,0.9018,182.1351,182.1351,189.4206,189.4206,189.4206
-2269.7500,0.5000,,23.3400,,,,8,854.6300,-145.4584,1790.2000,-145.4584,-13.0180,160.2169,160.2169,-13.0180,-1.8179,-15.3844,0.0000,-15.3844,4.1842,-15.3844,0.8761,0.0000,-16.2605,0.3540,,,-16.6145,0.6643,,,-17.2788,,,,,,,330.4578,-469.8819,0.2000,0.4650,1.4286,1.3500,0.7407,183.0334,183.0334,190.3547,190.3547,190.3547
-2270.2500,0.5000,,22.9400,,,,8,841.6100,-118.5687,1759.4077,-144.8725,-10.4498,155.0622,155.0622,-12.7681,-1.4916,-13.1644,0.0000,-13.1644,4.2062,-13.1644,0.8541,0.0000,-14.0185,0.3478,,,-14.3663,0.5744,,,-14.9407,,,,,,,324.7950,-412.1579,0.2000,0.4650,1.4286,1.3500,0.7626,581.4512,581.4512,604.7092,604.7092,604.7092
-2270.7500,0.5000,,22.7600,,,,8,844.3500,9.4365,1765.8878,-144.9958,0.8344,156.1400,156.1400,-12.8205,-0.3956,-3.1039,0.0000,-3.1039,4.3339,-3.1039,0.8482,0.0000,-3.9521,0.3461,,,-4.2982,0.3628,,,-4.6609,,,,,,,323.2764,-116.7408,0.2000,0.4650,1.4286,1.3500,0.8903,2326.1303,2326.1303,2419.1755,2419.1755,2419.1755
-2271.2500,0.5000,,23.3600,,,,8,877.9900,406.3289,1845.4464,-146.5096,37.3591,169.6757,169.6757,-13.4705,2.5102,30.5140,0.0000,30.5140,4.3349,30.5140,1.2173,0.0000,29.2967,0.3566,,,28.9401,1.1573,,,27.7828,,,,,,,332.7942,840.6482,0.2000,0.4650,1.4286,1.3500,0.8913,8337.0096,8337.0096,8670.4899,8670.4899,8670.4899
-2271.7500,0.5000,,24.3200,,,,8,898.8300,436.8520,1894.7330,-147.4474,41.1188,178.3422,178.3422,-13.8785,3.5327,33.2368,0.0000,33.2368,4.3493,33.2368,1.3260,0.0000,31.9109,0.3710,,,31.5399,1.2613,,,30.2786,,,,,,,345.7455,881.3607,0.2000,0.4650,1.4286,1.3500,0.9057,8978.9096,8978.9096,9338.0659,9338.0659,9338.0659
-2272.2500,0.5000,,25.0800,,,,8,930.1900,428.4195,1968.8994,-148.8586,41.7320,191.7890,191.7890,-14.5002,3.3308,34.0516,0.0000,34.0516,4.3496,34.0516,1.3583,0.0000,32.6933,0.3840,,,32.3092,1.2920,,,31.0172,,,,,,,357.5273,873.2133,0.2000,0.4650,1.4286,1.3500,0.9061,9137.6583,9137.6583,9503.1646,9503.1646,9503.1646
-2272.7500,0.5000,,25.7200,,,,8,956.5400,314.0470,2031.2171,-150.0443,31.4577,203.4642,203.4642,-15.0297,2.9394,24.4019,0.0000,24.4019,4.1163,24.4019,1.0268,0.0000,23.3751,0.3953,,,22.9798,0.9189,,,22.0609,,,,,,,367.6110,607.2055,0.2000,0.4650,1.4286,1.3500,0.6727,7566.5288,7566.5288,7869.1899,7869.1899,7869.1899
-2273.2500,0.5000,,26.3000,,,,8,961.6600,196.9841,2043.3259,-150.2747,19.8372,205.7727,205.7727,-15.1334,1.4379,14.2830,0.0000,14.2830,4.1163,14.2830,1.0472,0.0000,13.2358,0.4006,,,12.8351,0.5131,,,12.3221,,,,,,,372.4443,339.3594,0.2000,0.4650,1.4286,1.3500,0.6727,5674.7672,5674.7672,5901.7579,5901.7579,5901.7579
-2273.7500,0.5000,,26.7000,,,,8,979.7900,193.7255,2086.2034,-151.0906,19.8769,214.0515,214.0515,-15.5024,1.6763,13.9406,0.0000,13.9406,4.2599,13.9406,1.0709,0.0000,12.8698,0.4068,,,12.4629,0.4982,,,11.9648,,,,,,,378.0010,325.1238,0.2000,0.4650,1.4286,1.3500,0.8164,5764.2820,5764.2820,5994.8533,5994.8533,5994.8533
-2274.2500,0.5000,,26.1800,,,,8,947.6800,-48.8784,2010.2632,-149.6456,-4.8507,199.5002,199.5002,-14.8510,-1.8957,-7.2640,0.0000,-7.2640,4.3090,-7.2640,1.0441,0.0000,-8.3081,0.3998,,,-8.7080,0.4329,,,-9.1409,,,,,,,371.7109,-213.4367,0.2000,0.4650,1.4286,1.3500,0.8654,1876.9685,1876.9685,1952.0473,1952.0473,1952.0473
-2274.7500,0.5000,,25.6400,,,,8,932.7400,-148.9733,1974.9301,-148.9733,-14.5512,192.9039,192.9039,-14.5512,-2.9943,-15.9302,0.0000,-15.9302,4.3733,-15.9302,1.0015,0.0000,-16.9317,0.3885,,,-17.3203,0.6925,,,-18.0127,,,,,,,361.5528,-447.1997,0.2000,0.4650,1.4286,1.3500,0.9298,222.6944,222.6944,231.6021,231.6021,231.6021
-2275.2500,0.5000,,24.9200,,,,8,909.3200,-147.9194,1919.5418,-147.9194,-14.0854,182.7860,182.7860,-14.0854,-2.7649,-15.7160,0.0000,-15.7160,4.3955,-15.7160,0.9619,0.0000,-16.6779,0.3778,,,-17.0557,0.6819,,,-17.7376,,,,,,,351.9125,-452.5623,0.2000,0.4650,1.4286,1.3500,0.9519,217.7008,217.7008,226.4088,226.4088,226.4088
-2275.7500,0.5000,,24.1600,,,,8,881.3700,-127.4565,1853.4401,-146.6617,-11.7638,171.0667,171.0667,-13.5364,-3.0398,-13.0329,0.0000,-13.0329,4.3089,-13.0329,0.9178,0.0000,-13.9507,0.3657,,,-14.3164,0.5724,,,-14.8888,,,,,,,340.9993,-390.6740,0.2000,0.4650,1.4286,1.3500,0.8653,471.6471,471.6471,490.5130,490.5130,490.5130
-2276.2500,0.5000,,23.3200,,,,8,845.8100,-145.0615,1769.3407,-145.0615,-12.8485,156.7158,156.7158,-12.8485,-3.0848,-14.0179,0.0000,-14.0179,4.2542,-14.0179,0.8726,0.0000,-14.8905,0.3530,,,-15.2435,0.6095,,,-15.8530,,,,,,,329.5554,-431.4720,0.2000,0.4650,1.4286,1.3500,0.8106,183.5890,183.5890,190.9325,190.9325,190.9325
-2276.7500,0.5000,,22.6000,,,,8,823.2900,-133.4672,1716.0809,-144.0481,-11.5068,147.9514,147.9514,-12.4191,-3.4748,-12.2404,0.0000,-12.2404,4.2084,-12.2404,0.8210,0.0000,-13.0614,0.3382,,,-13.3996,0.5357,,,-13.9353,,,,,,,316.1690,-394.4942,0.2000,0.4650,1.4286,1.3500,0.7648,344.9440,344.9440,358.7418,358.7418,358.7418
-2277.2500,0.5000,,21.6600,,,,8,792.1800,-142.8045,1642.5057,-142.8045,-11.8466,136.2572,136.2572,-11.8466,-2.0284,-13.9858,0.0000,-13.9858,4.1676,-13.9858,0.7904,0.0000,-14.7763,0.3293,,,-15.1056,0.6040,,,-15.7096,,,,,,,308.0859,-457.9986,0.2000,0.4650,1.4286,1.3500,0.7241,184.6030,184.6030,191.9872,191.9872,191.9872
-2277.7500,0.5000,,21.1200,,,,8,770.7200,-142.2680,1591.7528,-142.2680,-11.4824,128.4697,128.4697,-11.4824,-2.2395,-13.5338,0.0000,-13.5338,4.2908,-13.5338,0.7564,0.0000,-14.2902,0.3192,,,-14.6094,0.5842,,,-15.1936,,,,,,,298.9080,-456.5323,0.2000,0.4650,1.4286,1.3500,0.8473,179.4672,179.4672,186.6459,186.6459,186.6459
-2278.2500,0.5000,,20.6400,,,,8,745.4300,-111.2256,1531.9420,-141.6358,-8.6824,119.5853,119.5853,-11.0563,-2.4798,-10.7117,0.0000,-10.7117,4.5091,-10.7117,0.7182,0.0000,-11.4300,0.3077,,,-11.7377,0.4693,,,-12.2070,,,,,,,288.4049,-378.4552,0.2000,0.4650,1.4286,1.3500,1.0655,494.6576,494.6576,514.4439,514.4439,514.4439
-2278.7500,0.5000,,19.9400,,,,8,710.1800,-56.6896,1448.5757,-140.7545,-4.2160,107.7304,107.7304,-10.4679,-1.9557,-6.7300,0.0000,-6.7300,4.4697,-6.7300,0.6878,0.0000,-7.4178,0.2983,,,-7.7161,0.3084,,,-8.0245,,,,,,,279.8436,-253.1217,0.2000,0.4650,1.4286,1.3500,1.0261,1128.6723,1128.6723,1173.8192,1173.8192,1173.8192
-2279.2500,0.5000,,19.3600,,,,7,929.5800,303.8081,1967.4567,-148.8311,29.5743,191.5228,191.5228,-14.4880,19.1038,6.0649,0.0000,6.0649,4.4057,6.0649,0.9734,0.0000,5.0915,0.2955,,,4.7959,0.2999,,,4.4960,,,,,,,277.2982,175.3340,0.2000,0.4650,1.4286,1.3500,0.9621,7153.6911,7153.6911,7439.8387,7439.8387,7439.8387
-2279.7500,0.5000,,19.8200,,,,7,935.9400,198.6938,1982.4981,-149.1173,19.4743,194.3074,194.3074,-14.6152,1.1934,13.9631,0.0000,13.9631,4.3178,13.9631,0.9905,0.0000,12.9725,0.2991,,,12.6734,0.5067,,,12.1667,,,,,,,280.5502,441.5556,0.2000,0.4650,1.4286,1.3500,0.8742,5506.5394,5506.5394,5726.8010,5726.8010,5726.8010
-2280.2500,0.5000,,20.4600,,,,7,993.2700,481.7014,2118.0836,-151.6972,50.1042,220.3124,220.3124,-15.7788,5.4721,40.4974,0.0000,40.4974,4.1347,40.4974,1.6157,0.0000,38.8816,0.3150,,,38.5667,1.5424,,,37.0242,,,,,,,295.0026,1258.6072,0.2000,0.4650,1.4286,1.3500,0.6912,10545.8505,10545.8505,10967.6845,10967.6845,10967.6845
-2280.7500,0.5000,,22.2200,,,,7,1091.8000,747.6011,2134.0000,-157.9670,85.4755,243.9867,243.9867,-18.0608,11.6194,69.7112,0.0000,69.7112,4.1449,69.7112,2.7834,0.0000,66.9278,0.3464,,,66.5814,2.6630,,,63.9184,,,,,,,323.5571,1975.2714,0.2000,0.4650,1.4286,1.3500,0.7014,16827.6221,16827.6221,17500.7270,17500.7270,17500.7270
-2281.2500,0.5000,,24.4000,,,,7,1187.6400,755.0243,2134.0000,-164.1966,93.9019,265.4042,265.4042,-20.4210,13.0505,76.6779,0.0000,76.6779,4.1734,76.6779,3.0611,0.0000,73.6168,0.3789,,,73.2379,2.9292,,,70.3087,,,,,,,352.8843,1992.1220,0.2000,0.4650,1.4286,1.3500,0.7299,18317.6948,18317.6948,19050.4026,19050.4026,19050.4026
-2281.7500,0.5000,,26.7600,,,,7,1291.1900,754.7425,2134.0000,-175.0309,102.0511,288.5448,288.5448,-23.6665,15.4352,82.4260,0.0000,82.4260,4.1899,82.4260,3.2899,0.0000,79.1361,0.4143,,,78.7218,3.1485,,,75.5733,,,,,,,384.6953,1964.3961,0.2000,0.4650,1.4286,1.3500,0.7463,19863.7410,19863.7410,20658.2906,20658.2906,20658.2906
-2282.2500,0.5000,,28.0400,,,,7,1302.3600,286.9827,2134.0000,-176.2596,39.1395,291.0409,291.0409,-24.0388,7.2932,27.5501,0.0000,27.5501,4.2962,27.5501,1.7034,0.0000,25.8467,0.4302,,,25.4165,1.0163,,,24.4003,,,,,,,398.8443,618.8319,0.2000,0.4650,1.4286,1.3500,0.8526,9397.5923,9397.5923,9773.4960,9773.4960,9773.4960
-2282.7500,0.5000,,27.7800,,,,8,1054.6300,-155.5510,2134.0000,-155.5510,-17.1791,235.6802,235.6802,-17.1791,-42.0427,20.5673,0.0000,20.5673,4.2962,20.5673,1.1431,0.0000,19.4242,0.4254,,,18.9988,0.7596,,,18.2392,,,,,,,394.6375,470.0204,0.2000,0.4650,1.4286,1.3500,0.8526,238.7147,238.7147,248.2633,248.2633,248.2633
-2283.2500,0.5000,,27.8600,,,,9,841.1200,-144.8504,1758.2488,-144.8504,-12.7587,154.8699,154.8699,-12.7587,-25.5516,8.5510,0.0000,8.5510,4.2419,8.5510,0.7738,0.0000,7.7772,0.4230,,,7.3542,0.4643,,,6.8899,,,,,,,392.4664,189.2311,0.2000,0.4650,1.4286,1.3500,0.7984,183.8844,183.8844,191.2398,191.2398,191.2398
-2283.7500,0.5000,,27.6400,,,,9,792.0600,181.5357,1642.2219,-142.8015,15.0574,136.2130,136.2130,-11.8446,-0.0679,10.8893,0.0000,10.8893,4.2359,10.8893,0.7727,0.0000,10.1166,0.4226,,,9.6940,0.4637,,,9.2302,,,,,,,392.1068,246.3769,0.2000,0.4650,1.4286,1.3500,0.7924,4275.4993,4275.4993,4446.5193,4446.5193,4446.5193
-2284.2500,0.5000,,27.9200,,,,9,800.5100,353.2113,1662.2062,-143.0230,29.6094,139.3414,139.3414,-11.9895,0.8398,24.6175,0.0000,24.6175,4.1521,24.6175,0.9819,0.0000,23.6356,0.4276,,,23.2080,0.9279,,,22.2801,,,,,,,396.5335,569.1904,0.2000,0.4650,1.4286,1.3500,0.7085,6824.5100,6824.5100,7097.4904,7097.4904,7097.4904
-2284.7500,0.5000,,28.2400,,,,9,804.3200,242.2708,1671.2168,-143.1944,20.4060,140.7636,140.7636,-12.0610,0.7234,15.5321,0.0000,15.5321,4.1505,15.5321,0.7964,0.0000,14.7357,0.4318,,,14.3039,0.5718,,,13.7321,,,,,,,400.3074,351.5186,0.2000,0.4650,1.4286,1.3500,0.7069,5187.7340,5187.7340,5395.2433,5395.2433,5395.2433
-2285.2500,0.5000,,28.2600,,,,9,804.8200,131.3947,1672.3993,-143.2169,11.0740,140.9507,140.9507,-12.0704,-0.0708,6.8471,0.0000,6.8471,4.2977,6.8471,0.7953,0.0000,6.0518,0.4314,,,5.6204,0.4758,,,5.1447,,,,,,,399.9397,144.4974,0.2000,0.4650,1.4286,1.3500,0.8541,3776.9458,3776.9458,3928.0236,3928.0236,3928.0236
-2285.7500,0.5000,,28.1600,,,,9,800.9000,95.5195,1663.1285,-143.0405,8.0112,139.4867,139.4867,-11.9968,-0.3310,4.0148,0.0000,4.0148,4.3274,4.0148,0.7903,0.0000,3.2245,0.4294,,,2.7950,0.4731,,,2.3219,,,,,,,398.2160,77.3230,0.2000,0.4650,1.4286,1.3500,0.8838,3323.3608,3323.3608,3456.2952,3456.2952,3456.2952
-2286.2500,0.5000,,27.7000,,,,9,776.8000,-80.4537,1606.1320,-142.4200,-6.5446,130.6529,130.6529,-11.5853,-1.0659,-9.7222,0.0000,-9.7222,4.2435,-9.7222,0.7742,0.0000,-10.4964,0.4232,,,-10.9195,0.4645,,,-11.3840,,,,,,,392.6134,-255.2965,0.2000,0.4650,1.4286,1.3500,0.7999,971.0702,971.0702,1009.9130,1009.9130,1009.9130
-2286.7500,0.5000,,27.1400,,,,9,768.2300,-142.2058,1585.8640,-142.2058,-11.4403,127.5809,127.5809,-11.4403,-1.8822,-13.7423,0.0000,-13.7423,4.1842,-13.7423,0.7454,0.0000,-14.4877,0.4119,,,-14.8996,0.5956,,,-15.4953,,,,,,,382.5196,-361.6750,0.2000,0.4650,1.4286,1.3500,0.7406,178.8713,178.8713,186.0261,186.0261,186.0261
-2287.2500,0.5000,,26.4200,,,,9,747.0400,-141.6760,1535.7496,-141.6760,-11.0833,120.1415,120.1415,-11.0833,-1.8237,-13.4780,0.0000,-13.4780,4.2185,-13.4780,0.7173,0.0000,-14.1953,0.4007,,,-14.5960,0.5835,,,-15.1795,,,,,,,372.4787,-363.9283,0.2000,0.4650,1.4286,1.3500,0.7749,136.0016,136.0016,141.4416,141.4416,141.4416
-2287.7500,0.5000,,25.6800,,,,9,726.5500,-141.1638,1487.2908,-141.1638,-10.7403,113.1592,113.1592,-10.7403,-1.7067,-13.2994,0.0000,-13.2994,4.2658,-13.2994,0.6907,0.0000,-13.9902,0.3899,,,-14.3801,0.5749,,,-14.9550,,,,,,,362.8305,-368.2053,0.2000,0.4650,1.4286,1.3500,0.8222,136.7683,136.7683,142.2390,142.2390,142.2390
-2288.2500,0.5000,,25.2400,,,,9,695.5800,-109.5814,1414.0467,-140.3895,-7.9820,103.0005,103.0005,-10.2261,-1.2994,-11.2329,0.0000,-11.2329,4.5503,-11.2329,0.6703,0.0000,-11.9032,0.3816,,,-12.2848,0.4911,,,-12.7758,,,,,,,355.3092,-319.9101,0.2000,0.4650,1.4286,1.3500,1.1067,501.2158,501.2158,521.2645,521.2645,521.2645
-2288.7500,0.5000,,24.5600,,,,9,639.8600,-59.7353,1282.2689,-138.9965,-4.0026,85.9197,85.9197,-9.3136,-1.6258,-7.5822,0.0000,-7.5822,5.2054,-7.5822,0.6445,0.0000,-8.2267,0.3709,,,-8.5976,0.3947,,,-8.9923,,,,,,,345.6679,-227.2675,0.2000,0.4650,1.4286,1.3500,1.7618,980.9133,980.9133,1020.1498,1020.1498,1020.1498
-2289.2500,0.5000,,24.1600,,,,9,611.9100,-17.0814,1216.1672,-138.2978,-1.0946,77.9309,77.9309,-8.8620,-0.8917,-5.5068,0.0000,-5.5068,5.3040,-5.5068,0.6302,0.0000,-6.1370,0.3649,,,-6.5019,0.3869,,,-6.8888,,,,,,,340.2638,-172.2313,0.2000,0.4650,1.4286,1.3500,1.8604,1344.2229,1344.2229,1397.9919,1397.9919,1397.9919
-2289.7500,0.5000,,23.7600,,,,9,601.1200,9.0050,1190.6488,-138.0280,0.5669,74.9503,74.9503,-8.6887,-0.7090,-4.2991,0.0000,-4.2991,5.5750,-4.2991,0.6188,0.0000,-4.9179,0.3601,,,-5.2779,0.3807,,,-5.6586,,,,,,,335.9052,-139.8083,0.2000,0.4650,1.4286,1.3500,2.1314,1581.9988,1581.9988,1645.2787,1645.2787,1645.2787
-2290.2500,0.5000,,23.4800,,,,9,600.5700,25.9699,1189.3481,-138.0143,1.6333,74.7999,74.7999,-8.6799,-0.6672,-3.2914,0.0000,-3.2914,5.5919,-3.2914,0.6080,0.0000,-3.8994,0.3555,,,-4.2548,0.3747,,,-4.6296,,,,,,,331.7514,-112.2413,0.2000,0.4650,1.4286,1.3500,2.1483,1745.0981,1745.0981,1814.9020,1814.9020,1814.9020
-2290.7500,0.5000,,23.0000,,,,9,599.4700,27.3965,1186.7466,-137.9868,1.7199,74.4996,74.4996,-8.6623,-1.1339,-2.8069,0.0000,-2.8069,5.6606,-2.8069,0.5895,0.0000,-3.3963,0.3475,,,-3.7439,0.3646,,,-4.1084,,,,,,,324.5700,-99.9250,0.2000,0.4650,1.4286,1.3500,2.2170,1756.1268,1756.1268,1826.3719,1826.3719,1826.3719
-2291.2500,0.5000,,22.7400,,,,9,597.1900,57.3801,1181.3544,-137.9298,3.5884,73.8791,73.8791,-8.6258,-0.4208,-1.6613,0.0000,-1.6613,5.6705,-1.6613,0.5826,0.0000,-2.2438,0.3445,,,-2.5883,0.3608,,,-2.9491,,,,,,,321.8640,-66.5712,0.2000,0.4650,1.4286,1.3500,2.2269,2049.3754,2049.3754,2131.3504,2131.3504,2131.3504
-2291.7500,0.5000,,22.4200,,,,9,599.1300,58.8803,1185.9425,-137.9783,3.6942,74.4069,74.4069,-8.6569,-0.9260,-1.1097,0.0000,-1.1097,5.7299,-1.1097,0.5673,0.0000,-1.6770,0.3379,,,-2.0148,0.3523,,,-2.3672,,,,,,,315.8280,-50.7046,0.2000,0.4650,1.4286,1.3500,2.2863,2064.0480,2064.0480,2146.6100,2146.6100,2146.6100
-2292.2500,0.5000,,22.0400,,,,9,599.4300,69.0649,1186.6520,-137.9858,4.3354,74.4887,74.4887,-8.6617,-0.6099,-0.7921,0.0000,-0.7921,5.7374,-0.7921,0.5571,0.0000,-1.3492,0.3334,,,-1.6826,0.3467,,,-2.0293,,,,,,,311.7882,-41.3230,0.2000,0.4650,1.4286,1.3500,2.2938,2163.6568,2163.6568,2250.2031,2250.2031,2250.2031
-2292.7500,0.5000,,21.7800,,,,9,661.0000,15.6057,1332.2650,-139.5250,1.0802,92.2191,92.2191,-9.6579,-0.7481,-3.9391,0.0000,-3.9391,5.7675,-3.9391,0.5446,0.0000,-4.4838,0.3279,,,-4.8116,0.3398,,,-5.1514,,,,,,,306.7606,-139.5771,0.2000,0.4650,1.4286,1.3500,2.3239,1803.4910,1803.4910,1875.6306,1875.6306,1875.6306
-2293.2500,0.5000,,20.9800,,,,7,946.4300,313.3950,2007.3070,-149.5894,31.0605,198.9440,198.9440,-14.8258,33.8302,-8.5915,0.0000,-8.5915,5.8219,-8.5915,1.0572,0.0000,-9.6487,0.3127,,,-9.9615,0.3982,,,-10.3597,,,,,,,292.9798,-314.4880,0.2000,0.4650,1.4286,1.3500,2.3783,7462.3197,7462.3197,7760.8125,7760.8125,7760.8125
-2293.7500,0.5000,,19.4000,,,,7,873.1500,-146.2918,1833.9998,-146.2918,-13.3763,167.6937,167.6937,-13.3763,-8.3590,-11.2647,0.0000,-11.2647,6.2473,-11.2647,0.9377,0.0000,-12.2024,0.2880,,,-12.4904,0.4994,,,-12.9898,,,,,,,270.4268,-430.8891,0.2000,0.4650,1.4286,1.3500,2.8038,181.8668,181.8668,189.1415,189.1415,189.1415
-2294.2500,0.5000,,17.5800,,,,7,813.7700,-143.6197,1693.5661,-143.6197,-12.2389,144.3220,144.3220,-12.2389,-8.0361,-10.3826,0.0000,-10.3826,6.1798,-10.3826,0.8193,0.0000,-11.2019,0.2623,,,-11.4642,0.4584,,,-11.9226,,,,,,,246.8095,-433.4126,0.2000,0.4650,1.4286,1.3500,2.7362,185.6072,185.6072,193.0315,193.0315,193.0315
-2294.7500,0.5000,,16.1200,,,,7,746.4700,-141.6618,1534.4016,-141.6618,-11.0737,119.9444,119.9444,-11.0737,-6.3229,-9.9969,0.0000,-9.9969,5.2460,-9.9969,0.7231,0.0000,-10.7200,0.2402,,,-10.9602,0.4383,,,-11.3985,,,,,,,226.5028,-451.9515,0.2000,0.4650,1.4286,1.3500,1.8025,136.0229,136.0229,141.4638,141.4638,141.4638
-2295.2500,0.5000,,14.7200,,,,7,678.3300,-139.9583,1373.2505,-139.9583,-9.9419,97.5482,97.5482,-9.9419,-5.5945,-9.5934,0.0000,-9.5934,5.2460,-9.5934,0.6350,0.0000,-10.2285,0.2190,,,-10.4474,0.4178,,,-10.8652,,,,,,,206.8799,-472.1317,0.2000,0.4650,1.4286,1.3500,1.8025,138.5726,138.5726,144.1156,144.1156,144.1156
-2295.7500,0.5000,,13.8600,,,,7,609.5700,-37.7778,1210.6331,-138.2393,-2.4115,77.2796,77.2796,-8.8244,-2.6970,-4.0467,0.0000,-4.0467,4.3321,-4.0467,0.5914,0.0000,-4.6381,0.2080,,,-4.8461,0.1988,,,-5.0449,,,,,,,196.7222,-225.1408,0.2000,0.4650,1.4286,1.3500,0.8886,1133.8776,1133.8776,1179.2327,1179.2327,1179.2327
-2296.2500,0.5000,,13.4800,,,,6,745.7100,257.5980,1532.6042,-141.6428,20.1160,119.6819,119.6819,-11.0610,15.6559,0.1423,0.0000,0.1423,4.3178,0.1423,0.8349,0.0000,-0.6926,0.2036,,,-0.8962,0.1940,,,-1.0901,,,,,,,192.6110,-34.3369,0.2000,0.4650,1.4286,1.3500,0.8742,4939.2258,4939.2258,5136.7948,5136.7948,5136.7948
-2296.7500,0.5000,,13.2400,,,,6,775.6900,-19.4606,1603.5069,-142.3923,-1.5808,130.2530,130.2530,-11.5665,-1.8819,-3.9320,0.0000,-3.9320,4.2332,-3.9320,0.8067,0.0000,-4.7387,0.1988,,,-4.9375,0.1974,,,-5.1349,,,,,,,188.1512,-240.5060,0.2000,0.4650,1.4286,1.3500,0.7896,1685.8173,1685.8173,1753.2499,1753.2499,1753.2499
-2297.2500,0.5000,,12.7000,,,,7,655.0000,-139.3750,1318.0750,-139.3750,-9.5599,90.4087,90.4087,-9.5599,-17.8208,4.0567,0.0000,4.0567,4.2041,4.0567,0.5239,0.0000,3.5328,0.1904,,,3.3424,0.1798,,,3.1626,,,,,,,180.4110,186.9957,0.2000,0.4650,1.4286,1.3500,0.7606,139.4456,139.4456,145.0235,145.0235,145.0235
-2297.7500,0.5000,,11.9600,,,,6,622.3500,117.4749,1240.8578,-138.5588,7.6561,80.8696,80.8696,-9.0302,10.7492,-7.7695,0.0000,-7.7695,4.6764,-7.7695,0.6984,0.0000,-8.4679,0.1796,,,-8.6475,0.3458,,,-8.9934,,,,,,,170.3523,-474.6776,0.2000,0.4650,1.4286,1.3500,1.2329,2751.7987,2751.7987,2861.8707,2861.8707,2861.8707
-2298.2500,0.5000,,11.3200,,,,6,600.9500,-65.2768,1190.2468,-138.0238,-4.1080,74.9038,74.9038,-8.6860,-3.5077,-5.5887,0.0000,-5.5887,4.9885,-5.5887,0.6430,0.0000,-6.2317,0.1694,,,-6.4011,0.2560,,,-6.6571,,,,,,,160.7942,-370.0912,0.2000,0.4650,1.4286,1.3500,1.5449,842.5906,842.5906,876.2942,876.2942,876.2942
-2298.7500,0.5000,,10.8600,,,,6,598.4000,-1.0099,1184.2160,-137.9600,-0.0633,74.2081,74.2081,-8.6452,-2.3216,-3.0338,0.0000,-3.0338,5.2922,-3.0338,0.6056,0.0000,-3.6394,0.1623,,,-3.8017,0.1520,,,-3.9537,,,,,,,154.1425,-225.4661,0.2000,0.4650,1.4286,1.3500,1.8486,1478.1603,1478.1603,1537.2867,1537.2867,1537.2867
-2299.2500,0.5000,,10.4000,,,,6,597.0900,33.5877,1181.1179,-137.9273,2.1001,73.8519,73.8519,-8.6242,-1.9576,-1.5331,0.0000,-1.5331,5.5909,-1.5331,0.5735,0.0000,-2.1066,0.1561,,,-2.2627,0.1436,,,-2.4063,,,,,,,148.3020,-135.6483,0.2000,0.4650,1.4286,1.3500,2.1473,1816.6779,1816.6779,1889.3450,1889.3450,1889.3450
-2299.7500,0.5000,,9.9800,,,,6,599.4600,44.7120,1186.7229,-137.9865,2.8068,74.4969,74.4969,-8.6621,-2.0694,-0.7867,0.0000,-0.7867,5.6629,-0.7867,0.5390,0.0000,-1.3257,0.1492,,,-1.4749,0.1366,,,-1.6115,,,,,,,141.8667,-89.2363,0.2000,0.4650,1.4286,1.3500,2.2194,1925.4769,1925.4769,2002.4960,2002.4960,2002.4960
-2300.2500,0.5000,,9.6400,,,,6,598.6400,69.9497,1184.7836,-137.9660,4.3851,74.2734,74.2734,-8.6490,-1.4464,0.0949,0.0000,0.0949,5.7366,0.0949,0.5145,0.0000,-0.4196,0.1442,,,-0.5638,0.1315,,,-0.6952,,,,,,,137.1897,-29.2036,0.2000,0.4650,1.4286,1.3500,2.2930,2172.3103,2172.3103,2259.2027,2259.2027,2259.2027
-2300.7500,0.5000,,9.3400,,,,5,599.8600,281.2151,1187.6689,-137.9965,17.6651,74.6060,74.6060,-8.6686,11.3636,0.5448,0.0000,0.5448,5.7567,0.5448,0.6994,0.0000,-0.1546,0.1398,,,-0.2943,0.1270,,,-0.4214,,,,,,,133.0246,-11.0968,0.2000,0.4650,1.4286,1.3500,2.3132,4334.8522,4334.8522,4508.2463,4508.2463,4508.2463
-2301.2500,0.5000,,9.0200,,,,5,600.1100,67.4643,1188.2602,-138.0028,4.2397,74.6743,74.6743,-8.6726,-1.9473,0.4030,0.0000,0.4030,5.7840,0.4030,0.6688,0.0000,-0.2658,0.1354,,,-0.4012,0.1226,,,-0.5238,,,,,,,128.9423,-19.6823,0.2000,0.4650,1.4286,1.3500,2.3404,2148.5663,2148.5663,2234.5090,2234.5090,2234.5090
-2301.7500,0.5000,,8.7600,,,,5,600.7400,71.4760,1189.7501,-138.0185,4.4965,74.8464,74.8464,-8.6827,-1.7427,0.4335,0.0000,0.4335,5.8057,0.4335,0.6411,0.0000,-0.2076,0.1314,,,-0.3390,0.1187,,,-0.4576,,,,,,,125.1761,-15.8336,0.2000,0.4650,1.4286,1.3500,2.3621,2191.0343,2191.0343,2278.6757,2278.6757,2278.6757
-2302.2500,0.5000,,8.4400,,,,5,600.1300,67.4924,1188.3075,-138.0033,4.2416,74.6797,74.6797,-8.6729,-1.9776,0.3848,0.0000,0.3848,5.8344,0.3848,0.6092,0.0000,-0.2244,0.1267,,,-0.3511,0.1140,,,-0.4651,,,,,,,120.7601,-17.7457,0.2000,0.4650,1.4286,1.3500,2.3908,2148.9436,2148.9436,2234.9014,2234.9014,2234.9014
-2302.7500,0.5000,,8.1800,,,,5,599.6000,69.8540,1187.0540,-137.9900,4.3861,74.5351,74.5351,-8.6644,-1.8082,0.3522,0.0000,0.3522,5.8421,0.3522,0.5797,0.0000,-0.2275,0.1223,,,-0.3497,0.1096,,,-0.4594,,,,,,,116.5761,-18.6325,0.2000,0.4650,1.4286,1.3500,2.3985,2171.3743,2171.3743,2258.2293,2258.2293,2258.2293
-2303.2500,0.5000,,7.9600,,,,5,600.2800,75.8107,1188.6622,-138.0070,4.7656,74.7207,74.7207,-8.6753,-1.4178,0.3304,0.0000,0.3304,5.8529,0.3304,0.5562,0.0000,-0.2258,0.1187,,,-0.3445,0.1061,,,-0.4506,,,,,,,113.1874,-19.0487,0.2000,0.4650,1.4286,1.3500,2.4093,2231.0694,2231.0694,2320.3121,2320.3121,2320.3121
-2303.7500,0.5000,,7.6600,,,,5,600.0800,72.0972,1188.1892,-138.0020,4.5306,74.6661,74.6661,-8.6721,-1.6466,0.3226,0.0000,0.3226,5.8546,0.3226,0.5285,0.0000,-0.2059,0.1144,,,-0.3203,0.1019,,,-0.4222,,,,,,,109.1196,-18.0214,0.2000,0.4650,1.4286,1.3500,2.4111,2193.7238,2193.7238,2281.4728,2281.4728,2281.4728
-2304.2500,0.5000,,7.4200,,,,4,599.3300,259.0732,1186.4155,-137.9833,16.2599,74.4614,74.4614,-8.6601,10.3624,0.0397,0.0000,0.0397,5.8578,0.0397,0.6966,0.0000,-0.6569,0.1114,,,-0.7682,0.0990,,,-0.8672,,,,,,,106.2764,-59.0232,0.2000,0.4650,1.4286,1.3500,2.4143,4085.1447,4085.1447,4248.5505,4248.5505,4248.5505
-2304.7500,0.5000,,7.1000,,,,4,600.5600,-36.8831,1189.3244,-138.0140,-2.3196,74.7972,74.7972,-8.6798,-5.0406,-3.1430,0.0000,-3.1430,5.8640,-3.1430,0.6165,0.0000,-3.7595,0.1022,,,-3.8616,0.1544,,,-4.0161,,,,,,,97.5601,-367.9823,0.2000,0.4650,1.4286,1.3500,2.4204,1123.4545,1123.4545,1168.3927,1168.3927,1168.3927
-2305.2500,0.5000,,5.5200,,,,3,599.8700,30.1444,1187.6926,-137.9968,1.8936,74.6088,74.6088,-8.6687,-1.0362,-2.9409,0.0000,-2.9409,5.8708,-2.9409,0.5997,0.0000,-3.5406,0.0782,,,-3.6188,0.1447,,,-3.7635,,,,,,,74.6692,-452.8014,0.2000,0.4650,1.4286,1.3500,2.4272,1783.0017,1783.0017,1854.3218,1854.3218,1854.3218
-2305.7500,0.5000,,4.1200,,,,2,599.9100,95.7018,1187.7872,-137.9978,6.0122,74.6197,74.6197,-8.6694,0.6252,-0.4838,0.0000,-0.4838,5.8708,-0.4838,0.6098,0.0000,-1.0936,0.0613,,,-1.1549,0.0521,,,-1.2070,,,,,,,58.5547,-178.3503,0.2000,0.4650,1.4286,1.3500,2.4272,2424.1732,2424.1732,2521.1401,2521.1401,2521.1401
-2306.2500,0.5000,,3.5400,,,,1,599.7800,132.3872,1187.4797,-137.9945,8.3151,74.5842,74.5842,-8.6673,3.2928,-0.8485,0.0000,-0.8485,5.8708,-0.8485,0.6626,0.0000,-1.5111,0.0507,,,-1.5618,0.0625,,,-1.6243,,,,,,,48.3954,-298.1760,0.2000,0.4650,1.4286,1.3500,2.4272,2782.9678,2782.9678,2894.2866,2894.2866,2894.2866
-2306.7500,0.5000,,2.3800,,,,0,599.6900,-54.2157,1187.2669,-137.9923,-3.4047,74.5596,74.5596,-8.6658,-9.2775,0.0000,0.0000,0.0000,5.8727,0.0000,0.0000,0.0000,0.0000,0.0444,,,-0.0444,0.0371,,,-0.0814,,,,,,,42.3657,0.0000,0.2000,0.4650,1.4286,1.3500,2.4292,950.2951,950.2951,988.3069,988.3069,988.3069
-2307.2500,0.5000,,1.4600,,,,0,600.1800,93.5196,1188.4257,-138.0045,5.8778,74.6934,74.6934,-8.6737,0.0000,0.0000,0.0000,0.0000,5.8778,0.0000,0.0000,0.0000,0.0000,0.0443,,,-0.0443,0.0370,,,-0.0814,,,,,,,42.3229,0.0000,0.2000,0.4650,1.4286,1.3500,2.4342,2403.7548,2403.7548,2499.9050,2499.9050,2499.9050
-2307.7500,0.5000,,0.9800,,,,0,599.5700,93.6148,1186.9831,-137.9893,5.8778,74.5269,74.5269,-8.6639,0.0000,0.0000,0.0000,0.0000,5.8778,0.0000,0.0000,0.0000,0.0000,0.0443,,,-0.0443,0.0370,,,-0.0813,,,,,,,42.3187,0.0000,0.2000,0.4650,1.4286,1.3500,2.4342,2403.7618,2403.7618,2499.9123,2499.9123,2499.9123
-2308.2500,0.5000,,0.7800,,,,0,598.2400,93.8229,1183.8376,-137.9560,5.8778,74.1645,74.1645,-8.6426,0.0000,0.0000,0.0000,0.0000,5.8778,0.0000,0.0000,0.0000,0.0000,0.0443,,,-0.0443,0.0370,,,-0.0813,,,,,,,42.3102,0.0000,0.2000,0.4650,1.4286,1.3500,2.4342,2405.7973,2405.7973,2502.0292,2502.0292,2502.0292
-2308.7500,0.5000,,0.5200,,,,0,597.9300,93.8466,1183.1045,-137.9483,5.8762,74.0802,74.0802,-8.6376,0.0000,0.0000,0.0000,0.0000,5.8762,0.0000,0.0000,0.0000,0.0000,0.0443,,,-0.0443,0.0370,,,-0.0814,,,,,,,42.3271,0.0000,0.2000,0.4650,1.4286,1.3500,2.4326,2406.0294,2406.0294,2502.2706,2502.2706,2502.2706
-2309.2500,0.5000,,0.5000,,,,0,599.3800,93.4377,1186.5337,-137.9845,5.8648,74.4751,74.4751,-8.6609,0.0000,0.0000,0.0000,0.0000,5.8648,0.0000,0.0000,0.0000,0.0000,0.0443,,,-0.0443,0.0370,,,-0.0813,,,,,,,42.3113,0.0000,0.2000,0.4650,1.4286,1.3500,2.4212,2402.0301,2402.0301,2498.1113,2498.1113,2498.1113
diff --git a/VectoCore/VectoCoreTest/TestData/Jobs/Tractor_4x2_vehicle-class-5_Generic vehicle.xml b/VectoCore/VectoCoreTest/TestData/Jobs/Tractor_4x2_vehicle-class-5_Generic vehicle.xml
new file mode 100644
index 0000000000000000000000000000000000000000..3356681805bc32dd3dc6b96c2db2d7b4f3c2ef5d
--- /dev/null
+++ b/VectoCore/VectoCoreTest/TestData/Jobs/Tractor_4x2_vehicle-class-5_Generic vehicle.xml	
@@ -0,0 +1,581 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tns:VectoInputDeclaration schemaVersion="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:v1.0" xmlns:tns="urn:tugraz:ivt:VectoAPI:DeclarationInput:v1.0" xsi:schemaLocation="urn:tugraz:ivt:VectoAPI:DeclarationInput:v1.0 https://webgate.ec.europa.eu/CITnet/svn/VECTO/trunk/Share/XML/XSD/VectoInput.xsd">
+  <Vehicle id="VEH-Tabelle1_Class-5_Genericvehicle">
+    <Manufacturer>Generic Vendor</Manufacturer>
+    <ManufacturerAddress>N.A.</ManufacturerAddress>
+    <Model>Tabelle1_Class-5_Genericvehicle</Model>
+    <VIN>standard values</VIN>
+    <Date>2017-11-20T12:31:47.179649Z</Date>
+    <LegislativeClass>N3</LegislativeClass>
+    <VehicleCategory>Tractor</VehicleCategory>
+    <AxleConfiguration>4x2</AxleConfiguration>
+    <CurbMassChassis>7800</CurbMassChassis>
+    <GrossVehicleMass>40000</GrossVehicleMass>
+    <IdlingSpeed>600</IdlingSpeed>
+    <RetarderType>Transmission Output Retarder</RetarderType>
+    <RetarderRatio>1.000</RetarderRatio>
+    <AngledriveType>None</AngledriveType>
+    <PTO>
+      <PTOShaftsGearWheels>none</PTOShaftsGearWheels>
+      <PTOOtherElements>none</PTOOtherElements>
+    </PTO>
+    <Components>
+      <Engine>
+        <Data id="ENG-GenericEngine">
+          <Manufacturer>Generic Vendor</Manufacturer>
+          <Model>Generic Engine</Model>
+          <CertificationNumber>ENG-Generic Engine</CertificationNumber>
+          <Date>2017-11-20T12:31:47.2109026Z</Date>
+          <AppVersion>VectoCore</AppVersion>
+          <Displacement>13000</Displacement>
+          <IdlingSpeed>600</IdlingSpeed>
+          <RatedSpeed>1736</RatedSpeed>
+          <RatedPower>325032</RatedPower>
+          <MaxEngineTorque>2134</MaxEngineTorque>
+          <WHTCUrban>1.0400</WHTCUrban>
+          <WHTCRural>1.0100</WHTCRural>
+          <WHTCMotorway>1.0000</WHTCMotorway>
+          <BFColdHot>1.0000</BFColdHot>
+          <CFRegPer>1.0000</CFRegPer>
+          <CFNCV>1.0000</CFNCV>
+          <FuelType>Diesel CI</FuelType>
+          <FuelConsumptionMap>
+            <Entry engineSpeed="600.00" torque="-150.00" fuelConsumption="0.00" />
+            <Entry engineSpeed="600.00" torque="0.00" fuelConsumption="1488.18" />
+            <Entry engineSpeed="600.00" torque="216.90" fuelConsumption="3609.53" />
+            <Entry engineSpeed="600.00" torque="433.80" fuelConsumption="6055.65" />
+            <Entry engineSpeed="600.00" torque="650.70" fuelConsumption="8756.65" />
+            <Entry engineSpeed="600.00" torque="867.60" fuelConsumption="10922.44" />
+            <Entry engineSpeed="600.00" torque="1084.50" fuelConsumption="13315.08" />
+            <Entry engineSpeed="600.00" torque="1301.40" fuelConsumption="15886.96" />
+            <Entry engineSpeed="600.00" torque="1518.30" fuelConsumption="18459.52" />
+            <Entry engineSpeed="600.00" torque="1735.20" fuelConsumption="21032.07" />
+            <Entry engineSpeed="600.00" torque="1952.10" fuelConsumption="23604.64" />
+            <Entry engineSpeed="600.00" torque="2169.00" fuelConsumption="26177.20" />
+            <Entry engineSpeed="748.90" torque="-153.25" fuelConsumption="0.00" />
+            <Entry engineSpeed="748.90" torque="0.00" fuelConsumption="1807.12" />
+            <Entry engineSpeed="748.90" torque="216.90" fuelConsumption="4373.53" />
+            <Entry engineSpeed="748.90" torque="433.80" fuelConsumption="7475.64" />
+            <Entry engineSpeed="748.90" torque="650.70" fuelConsumption="10457.98" />
+            <Entry engineSpeed="748.90" torque="867.60" fuelConsumption="13478.84" />
+            <Entry engineSpeed="748.90" torque="1084.50" fuelConsumption="16596.51" />
+            <Entry engineSpeed="748.90" torque="1301.40" fuelConsumption="19894.53" />
+            <Entry engineSpeed="748.90" torque="1518.30" fuelConsumption="23170.22" />
+            <Entry engineSpeed="748.90" torque="1735.20" fuelConsumption="26588.36" />
+            <Entry engineSpeed="748.90" torque="1952.10" fuelConsumption="29968.67" />
+            <Entry engineSpeed="748.90" torque="2169.00" fuelConsumption="33353.96" />
+            <Entry engineSpeed="897.80" torque="-159.33" fuelConsumption="0.00" />
+            <Entry engineSpeed="897.80" torque="0.00" fuelConsumption="2408.37" />
+            <Entry engineSpeed="897.80" torque="216.90" fuelConsumption="5478.92" />
+            <Entry engineSpeed="897.80" torque="433.80" fuelConsumption="8922.38" />
+            <Entry engineSpeed="897.80" torque="650.70" fuelConsumption="12260.27" />
+            <Entry engineSpeed="897.80" torque="867.60" fuelConsumption="15955.34" />
+            <Entry engineSpeed="897.80" torque="1084.50" fuelConsumption="19735.59" />
+            <Entry engineSpeed="897.80" torque="1301.40" fuelConsumption="23532.52" />
+            <Entry engineSpeed="897.80" torque="1518.30" fuelConsumption="27401.60" />
+            <Entry engineSpeed="897.80" torque="1735.20" fuelConsumption="31431.48" />
+            <Entry engineSpeed="897.80" torque="1952.10" fuelConsumption="35551.49" />
+            <Entry engineSpeed="897.80" torque="2169.00" fuelConsumption="39938.19" />
+            <Entry engineSpeed="1046.70" torque="-167.79" fuelConsumption="0.00" />
+            <Entry engineSpeed="1046.70" torque="0.00" fuelConsumption="3027.57" />
+            <Entry engineSpeed="1046.70" torque="216.90" fuelConsumption="6592.96" />
+            <Entry engineSpeed="1046.70" torque="433.80" fuelConsumption="10304.72" />
+            <Entry engineSpeed="1046.70" torque="650.70" fuelConsumption="14130.84" />
+            <Entry engineSpeed="1046.70" torque="867.60" fuelConsumption="18430.08" />
+            <Entry engineSpeed="1046.70" torque="1084.50" fuelConsumption="22831.37" />
+            <Entry engineSpeed="1046.70" torque="1301.40" fuelConsumption="27074.27" />
+            <Entry engineSpeed="1046.70" torque="1518.30" fuelConsumption="31464.60" />
+            <Entry engineSpeed="1046.70" torque="1735.20" fuelConsumption="36010.76" />
+            <Entry engineSpeed="1046.70" torque="1952.10" fuelConsumption="40847.22" />
+            <Entry engineSpeed="1046.70" torque="2169.00" fuelConsumption="46065.97" />
+            <Entry engineSpeed="1195.57" torque="-178.58" fuelConsumption="0.00" />
+            <Entry engineSpeed="1195.57" torque="0.00" fuelConsumption="3363.15" />
+            <Entry engineSpeed="1195.57" torque="216.90" fuelConsumption="7335.38" />
+            <Entry engineSpeed="1195.57" torque="433.80" fuelConsumption="11515.29" />
+            <Entry engineSpeed="1195.57" torque="650.70" fuelConsumption="16035.00" />
+            <Entry engineSpeed="1195.57" torque="867.60" fuelConsumption="20991.82" />
+            <Entry engineSpeed="1195.57" torque="1084.50" fuelConsumption="25994.51" />
+            <Entry engineSpeed="1195.57" torque="1301.40" fuelConsumption="30827.23" />
+            <Entry engineSpeed="1195.57" torque="1518.30" fuelConsumption="35706.34" />
+            <Entry engineSpeed="1195.57" torque="1735.20" fuelConsumption="40827.13" />
+            <Entry engineSpeed="1195.57" torque="1952.10" fuelConsumption="46406.83" />
+            <Entry engineSpeed="1195.57" torque="2169.00" fuelConsumption="51871.18" />
+            <Entry engineSpeed="1359.19" torque="-197.42" fuelConsumption="0.00" />
+            <Entry engineSpeed="1359.19" torque="0.00" fuelConsumption="4184.19" />
+            <Entry engineSpeed="1359.19" torque="216.90" fuelConsumption="8425.73" />
+            <Entry engineSpeed="1359.19" torque="433.80" fuelConsumption="13344.09" />
+            <Entry engineSpeed="1359.19" torque="650.70" fuelConsumption="18488.94" />
+            <Entry engineSpeed="1359.19" torque="867.60" fuelConsumption="23710.52" />
+            <Entry engineSpeed="1359.19" torque="1084.50" fuelConsumption="29183.94" />
+            <Entry engineSpeed="1359.19" torque="1301.40" fuelConsumption="34869.73" />
+            <Entry engineSpeed="1359.19" torque="1518.30" fuelConsumption="40569.44" />
+            <Entry engineSpeed="1359.19" torque="1735.20" fuelConsumption="46859.18" />
+            <Entry engineSpeed="1359.19" torque="1952.10" fuelConsumption="53535.69" />
+            <Entry engineSpeed="1359.19" torque="2169.00" fuelConsumption="59527.43" />
+            <Entry engineSpeed="1484.00" torque="-216.03" fuelConsumption="0.00" />
+            <Entry engineSpeed="1484.00" torque="0.00" fuelConsumption="4778.54" />
+            <Entry engineSpeed="1484.00" torque="216.90" fuelConsumption="9374.62" />
+            <Entry engineSpeed="1484.00" torque="433.80" fuelConsumption="14744.80" />
+            <Entry engineSpeed="1484.00" torque="650.70" fuelConsumption="20327.76" />
+            <Entry engineSpeed="1484.00" torque="867.60" fuelConsumption="26067.43" />
+            <Entry engineSpeed="1484.00" torque="1084.50" fuelConsumption="31952.86" />
+            <Entry engineSpeed="1484.00" torque="1301.40" fuelConsumption="38111.10" />
+            <Entry engineSpeed="1484.00" torque="1518.30" fuelConsumption="44443.35" />
+            <Entry engineSpeed="1484.00" torque="1735.20" fuelConsumption="51470.04" />
+            <Entry engineSpeed="1484.00" torque="1952.10" fuelConsumption="58756.61" />
+            <Entry engineSpeed="1484.00" torque="2169.00" fuelConsumption="65464.76" />
+            <Entry engineSpeed="1608.90" torque="-236.34" fuelConsumption="0.00" />
+            <Entry engineSpeed="1608.90" torque="0.00" fuelConsumption="5366.63" />
+            <Entry engineSpeed="1608.90" torque="216.90" fuelConsumption="10403.91" />
+            <Entry engineSpeed="1608.90" torque="433.80" fuelConsumption="16163.11" />
+            <Entry engineSpeed="1608.90" torque="650.70" fuelConsumption="22182.12" />
+            <Entry engineSpeed="1608.90" torque="867.60" fuelConsumption="28597.95" />
+            <Entry engineSpeed="1608.90" torque="1084.50" fuelConsumption="34917.01" />
+            <Entry engineSpeed="1608.90" torque="1301.40" fuelConsumption="41482.64" />
+            <Entry engineSpeed="1608.90" torque="1518.30" fuelConsumption="48448.45" />
+            <Entry engineSpeed="1608.90" torque="1735.20" fuelConsumption="56115.31" />
+            <Entry engineSpeed="1608.90" torque="1952.10" fuelConsumption="63908.02" />
+            <Entry engineSpeed="1608.90" torque="2169.00" fuelConsumption="71473.19" />
+            <Entry engineSpeed="1733.80" torque="-253.92" fuelConsumption="0.00" />
+            <Entry engineSpeed="1733.80" torque="0.00" fuelConsumption="6131.02" />
+            <Entry engineSpeed="1733.80" torque="216.90" fuelConsumption="11766.81" />
+            <Entry engineSpeed="1733.80" torque="433.80" fuelConsumption="17828.63" />
+            <Entry engineSpeed="1733.80" torque="650.70" fuelConsumption="24479.55" />
+            <Entry engineSpeed="1733.80" torque="867.60" fuelConsumption="31562.49" />
+            <Entry engineSpeed="1733.80" torque="1084.50" fuelConsumption="38232.16" />
+            <Entry engineSpeed="1733.80" torque="1301.40" fuelConsumption="45509.86" />
+            <Entry engineSpeed="1733.80" torque="1518.30" fuelConsumption="53112.67" />
+            <Entry engineSpeed="1733.80" torque="1735.20" fuelConsumption="61204.37" />
+            <Entry engineSpeed="1733.80" torque="1952.10" fuelConsumption="69616.48" />
+            <Entry engineSpeed="1733.80" torque="2169.00" fuelConsumption="77908.71" />
+            <Entry engineSpeed="1858.61" torque="-274.22" fuelConsumption="0.00" />
+            <Entry engineSpeed="1858.61" torque="0.00" fuelConsumption="7348.60" />
+            <Entry engineSpeed="1858.61" torque="216.90" fuelConsumption="13406.42" />
+            <Entry engineSpeed="1858.61" torque="433.80" fuelConsumption="19725.74" />
+            <Entry engineSpeed="1858.61" torque="650.70" fuelConsumption="26797.91" />
+            <Entry engineSpeed="1858.61" torque="867.60" fuelConsumption="34515.72" />
+            <Entry engineSpeed="1858.61" torque="1084.50" fuelConsumption="42106.72" />
+            <Entry engineSpeed="1858.61" torque="1301.40" fuelConsumption="50047.02" />
+            <Entry engineSpeed="1858.61" torque="1518.30" fuelConsumption="58207.47" />
+            <Entry engineSpeed="1858.61" torque="1735.20" fuelConsumption="66630.83" />
+            <Entry engineSpeed="1858.61" torque="1952.10" fuelConsumption="75353.62" />
+            <Entry engineSpeed="1858.61" torque="2169.00" fuelConsumption="84031.99" />
+          </FuelConsumptionMap>
+          <FullLoadAndDragCurve>
+            <Entry engineSpeed="600.00" maxTorque="1188.00" dragTorque="-138.00" />
+            <Entry engineSpeed="800.00" maxTorque="1661.00" dragTorque="-143.00" />
+            <Entry engineSpeed="1000.00" maxTorque="2134.00" dragTorque="-152.00" />
+            <Entry engineSpeed="1200.00" maxTorque="2134.00" dragTorque="-165.00" />
+            <Entry engineSpeed="1400.00" maxTorque="2134.00" dragTorque="-187.00" />
+            <Entry engineSpeed="1600.00" maxTorque="1928.00" dragTorque="-217.00" />
+            <Entry engineSpeed="1800.00" maxTorque="1722.00" dragTorque="-244.00" />
+            <Entry engineSpeed="2000.00" maxTorque="1253.00" dragTorque="-278.00" />
+            <Entry engineSpeed="2100.00" maxTorque="750.00" dragTorque="-296.00" />
+            <Entry engineSpeed="2200.00" maxTorque="0.00" dragTorque="-314.00" />
+          </FullLoadAndDragCurve>
+        </Data>
+        <Signature>
+          <Reference URI="#ENG-GenericEngine" xmlns="http://www.w3.org/2000/09/xmldsig#">
+            <Transforms>
+              <Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithoutComments" />
+              <Transform Algorithm="urn:vecto:xml:2017:canonicalization" />
+            </Transforms>
+            <DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" />
+            <DigestValue></DigestValue>
+          </Reference>
+        </Signature>
+      </Engine>
+      <Gearbox>
+        <Data id="GBX-GB_12-gear">
+          <Manufacturer>Generic Vendor</Manufacturer>
+          <Model>GB_12-gear</Model>
+          <CertificationNumber>GBX-GB_12-gear</CertificationNumber>
+          <Date>2017-11-20T12:31:47.2109026Z</Date>
+          <AppVersion>VectoCore</AppVersion>
+          <TransmissionType>AMT</TransmissionType>
+          <MainCertificationMethod>Standard values</MainCertificationMethod>
+          <Gears>
+            <Gear number="1">
+              <Ratio>14.930</Ratio>
+              <TorqueLossMap>
+                <Entry inputSpeed="0.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="0.00" inputTorque="-125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="0.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="0.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="50000.00" torqueLoss="2000.00" />
+              </TorqueLossMap>
+            </Gear>
+            <Gear number="2">
+              <Ratio>11.640</Ratio>
+              <TorqueLossMap>
+                <Entry inputSpeed="0.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="0.00" inputTorque="-125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="0.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="0.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="50000.00" torqueLoss="2000.00" />
+              </TorqueLossMap>
+            </Gear>
+            <Gear number="3">
+              <Ratio>9.020</Ratio>
+              <TorqueLossMap>
+                <Entry inputSpeed="0.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="0.00" inputTorque="-125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="0.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="0.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="50000.00" torqueLoss="2000.00" />
+              </TorqueLossMap>
+            </Gear>
+            <Gear number="4">
+              <Ratio>7.040</Ratio>
+              <TorqueLossMap>
+                <Entry inputSpeed="0.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="0.00" inputTorque="-125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="0.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="0.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="50000.00" torqueLoss="2000.00" />
+              </TorqueLossMap>
+            </Gear>
+            <Gear number="5">
+              <Ratio>5.640</Ratio>
+              <TorqueLossMap>
+                <Entry inputSpeed="0.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="0.00" inputTorque="-125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="0.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="0.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="50000.00" torqueLoss="2000.00" />
+              </TorqueLossMap>
+            </Gear>
+            <Gear number="6">
+              <Ratio>4.400</Ratio>
+              <TorqueLossMap>
+                <Entry inputSpeed="0.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="0.00" inputTorque="-125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="0.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="0.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="50000.00" torqueLoss="2000.00" />
+              </TorqueLossMap>
+            </Gear>
+            <Gear number="7">
+              <Ratio>3.390</Ratio>
+              <TorqueLossMap>
+                <Entry inputSpeed="0.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="0.00" inputTorque="-125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="0.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="0.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="50000.00" torqueLoss="2000.00" />
+              </TorqueLossMap>
+            </Gear>
+            <Gear number="8">
+              <Ratio>2.650</Ratio>
+              <TorqueLossMap>
+                <Entry inputSpeed="0.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="0.00" inputTorque="-125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="0.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="0.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="50000.00" torqueLoss="2000.00" />
+              </TorqueLossMap>
+            </Gear>
+            <Gear number="9">
+              <Ratio>2.050</Ratio>
+              <TorqueLossMap>
+                <Entry inputSpeed="0.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="0.00" inputTorque="-125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="0.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="0.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="50000.00" torqueLoss="2000.00" />
+              </TorqueLossMap>
+            </Gear>
+            <Gear number="10">
+              <Ratio>1.600</Ratio>
+              <TorqueLossMap>
+                <Entry inputSpeed="0.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="0.00" inputTorque="-125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="0.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="0.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="50000.00" torqueLoss="2000.00" />
+              </TorqueLossMap>
+            </Gear>
+            <Gear number="11">
+              <Ratio>1.280</Ratio>
+              <TorqueLossMap>
+                <Entry inputSpeed="0.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="0.00" inputTorque="-125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="0.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="125.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="0.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="780.00" torqueLoss="31.00" />
+                <Entry inputSpeed="5000.00" inputTorque="50000.00" torqueLoss="2000.00" />
+              </TorqueLossMap>
+            </Gear>
+            <Gear number="12">
+              <Ratio>1.000</Ratio>
+              <TorqueLossMap>
+                <Entry inputSpeed="0.00" inputTorque="-50000.00" torqueLoss="1000.00" />
+                <Entry inputSpeed="0.00" inputTorque="-250.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="0.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="250.00" torqueLoss="5.00" />
+                <Entry inputSpeed="0.00" inputTorque="50000.00" torqueLoss="1000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-50000.00" torqueLoss="1000.00" />
+                <Entry inputSpeed="5000.00" inputTorque="-845.00" torqueLoss="17.00" />
+                <Entry inputSpeed="5000.00" inputTorque="0.00" torqueLoss="17.00" />
+                <Entry inputSpeed="5000.00" inputTorque="845.00" torqueLoss="17.00" />
+                <Entry inputSpeed="5000.00" inputTorque="50000.00" torqueLoss="1000.00" />
+              </TorqueLossMap>
+            </Gear>
+          </Gears>
+        </Data>
+        <Signature>
+          <Reference URI="#GBX-GB_12-gear" xmlns="http://www.w3.org/2000/09/xmldsig#">
+            <Transforms>
+              <Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithoutComments" />
+              <Transform Algorithm="urn:vecto:xml:2017:canonicalization" />
+            </Transforms>
+            <DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" />
+            <DigestValue></DigestValue>
+          </Reference>
+        </Signature>
+      </Gearbox>
+      <Retarder>
+        <Data id="RET-RET-generic">
+          <Manufacturer>Generic Vendor</Manufacturer>
+          <Model>RET-generic</Model>
+          <CertificationNumber>standard values</CertificationNumber>
+          <Date>2017-11-20T12:31:47.2109026Z</Date>
+          <AppVersion>VectoCore</AppVersion>
+          <CertificationMethod>Standard values</CertificationMethod>
+          <RetarderLossMap>
+            <Entry retarderSpeed="0.00" torqueLoss="10.00" />
+            <Entry retarderSpeed="100.00" torqueLoss="10.00" />
+            <Entry retarderSpeed="200.00" torqueLoss="10.10" />
+            <Entry retarderSpeed="300.00" torqueLoss="10.20" />
+            <Entry retarderSpeed="400.00" torqueLoss="10.30" />
+            <Entry retarderSpeed="500.00" torqueLoss="10.50" />
+            <Entry retarderSpeed="600.00" torqueLoss="10.70" />
+            <Entry retarderSpeed="700.00" torqueLoss="11.00" />
+            <Entry retarderSpeed="800.00" torqueLoss="11.30" />
+            <Entry retarderSpeed="900.00" torqueLoss="11.60" />
+            <Entry retarderSpeed="1000.00" torqueLoss="12.00" />
+            <Entry retarderSpeed="1100.00" torqueLoss="12.40" />
+            <Entry retarderSpeed="1200.00" torqueLoss="12.90" />
+            <Entry retarderSpeed="1300.00" torqueLoss="13.40" />
+            <Entry retarderSpeed="1400.00" torqueLoss="13.90" />
+            <Entry retarderSpeed="1500.00" torqueLoss="14.50" />
+            <Entry retarderSpeed="1600.00" torqueLoss="15.10" />
+            <Entry retarderSpeed="1700.00" torqueLoss="15.80" />
+            <Entry retarderSpeed="1800.00" torqueLoss="16.50" />
+            <Entry retarderSpeed="1900.00" torqueLoss="17.20" />
+            <Entry retarderSpeed="2000.00" torqueLoss="18.00" />
+            <Entry retarderSpeed="2100.00" torqueLoss="18.80" />
+            <Entry retarderSpeed="2200.00" torqueLoss="19.70" />
+            <Entry retarderSpeed="2300.00" torqueLoss="20.60" />
+            <Entry retarderSpeed="2400.00" torqueLoss="21.50" />
+            <Entry retarderSpeed="2500.00" torqueLoss="22.50" />
+            <Entry retarderSpeed="2600.00" torqueLoss="23.50" />
+            <Entry retarderSpeed="2700.00" torqueLoss="24.60" />
+            <Entry retarderSpeed="2800.00" torqueLoss="25.70" />
+            <Entry retarderSpeed="2900.00" torqueLoss="26.80" />
+            <Entry retarderSpeed="3000.00" torqueLoss="28.00" />
+          </RetarderLossMap>
+        </Data>
+        <Signature>
+          <Reference URI="#RET-RET-generic" xmlns="http://www.w3.org/2000/09/xmldsig#">
+            <Transforms>
+              <Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithoutComments" />
+              <Transform Algorithm="urn:vecto:xml:2017:canonicalization" />
+            </Transforms>
+            <DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" />
+            <DigestValue></DigestValue>
+          </Reference>
+        </Signature>
+      </Retarder>
+      <Axlegear>
+        <Data id="AXLGEAR-2640">
+          <Manufacturer>Generic Vendor</Manufacturer>
+          <Model>N.A.</Model>
+          <CertificationNumber>AXLGEAR-2640</CertificationNumber>
+          <Date>2017-11-20T12:31:47.2265469Z</Date>
+          <AppVersion>VectoCore</AppVersion>
+          <LineType>Single portal axle</LineType>
+          <Ratio>2.640</Ratio>
+          <CertificationMethod>Standard values</CertificationMethod>
+          <TorqueLossMap>
+            <Entry inputSpeed="0.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+            <Entry inputSpeed="0.00" inputTorque="-200.00" torqueLoss="8.00" />
+            <Entry inputSpeed="0.00" inputTorque="0.00" torqueLoss="8.00" />
+            <Entry inputSpeed="0.00" inputTorque="200.00" torqueLoss="8.00" />
+            <Entry inputSpeed="0.00" inputTorque="50000.00" torqueLoss="2000.00" />
+            <Entry inputSpeed="5000.00" inputTorque="-50000.00" torqueLoss="2000.00" />
+            <Entry inputSpeed="5000.00" inputTorque="-1253.00" torqueLoss="50.00" />
+            <Entry inputSpeed="5000.00" inputTorque="0.00" torqueLoss="50.00" />
+            <Entry inputSpeed="5000.00" inputTorque="1253.00" torqueLoss="50.00" />
+            <Entry inputSpeed="5000.00" inputTorque="50000.00" torqueLoss="2000.00" />
+          </TorqueLossMap>
+        </Data>
+        <Signature>
+          <Reference URI="#AXLGEAR-2640" xmlns="http://www.w3.org/2000/09/xmldsig#">
+            <Transforms>
+              <Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithoutComments" />
+              <Transform Algorithm="urn:vecto:xml:2017:canonicalization" />
+            </Transforms>
+            <DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" />
+            <DigestValue></DigestValue>
+          </Reference>
+        </Signature>
+      </Axlegear>
+      <AxleWheels>
+        <Data>
+          <Axles>
+            <Axle axleNumber="1">
+              <AxleType>VehicleNonDriven</AxleType>
+              <TwinTyres>false</TwinTyres>
+              <Steered>true</Steered>
+              <Tyre>
+                <Data id="TYRE-315_70R225">
+                  <Manufacturer>Generic Vendor</Manufacturer>
+                  <Model>315/70 R22.5</Model>
+                  <CertificationNumber>TYRE-315/70 R22.5</CertificationNumber>
+                  <Date>2017-11-20T12:31:47.320285Z</Date>
+                  <AppVersion>VectoCore</AppVersion>
+                  <Dimension>315/70 R22.5</Dimension>
+                  <RRCDeclared>0.0045</RRCDeclared>
+                  <FzISO>33350</FzISO>
+                </Data>
+                <Signature>
+                  <Reference URI="#TYRE-315_70R225" xmlns="http://www.w3.org/2000/09/xmldsig#">
+                    <Transforms>
+                      <Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithoutComments" />
+                      <Transform Algorithm="urn:vecto:xml:2017:canonicalization" />
+                    </Transforms>
+                    <DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" />
+                    <DigestValue></DigestValue>
+                  </Reference>
+                </Signature>
+              </Tyre>
+            </Axle>
+            <Axle axleNumber="2">
+              <AxleType>VehicleDriven</AxleType>
+              <TwinTyres>true</TwinTyres>
+              <Steered>false</Steered>
+              <Tyre>
+                <Data id="TYRE-315_70R225">
+                  <Manufacturer>Generic Vendor</Manufacturer>
+                  <Model>315/70 R22.5</Model>
+                  <CertificationNumber>TYRE-315/70 R22.5</CertificationNumber>
+                  <Date>2017-11-20T12:31:47.320285Z</Date>
+                  <AppVersion>VectoCore</AppVersion>
+                  <Dimension>315/70 R22.5</Dimension>
+                  <RRCDeclared>0.0055</RRCDeclared>
+                  <FzISO>33350</FzISO>
+                </Data>
+                <Signature>
+                  <Reference URI="#TYRE-315_70R225" xmlns="http://www.w3.org/2000/09/xmldsig#">
+                    <Transforms>
+                      <Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithoutComments" />
+                      <Transform Algorithm="urn:vecto:xml:2017:canonicalization" />
+                    </Transforms>
+                    <DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" />
+                    <DigestValue></DigestValue>
+                  </Reference>
+                </Signature>
+              </Tyre>
+            </Axle>
+          </Axles>
+        </Data>
+      </AxleWheels>
+      <Auxiliaries>
+        <Data>
+          <Fan>
+            <Technology>Belt driven or driven via transm. - Electronically controlled visco clutch</Technology>
+          </Fan>
+          <SteeringPump>
+            <Technology>Variable displacement mech. controlled</Technology>
+          </SteeringPump>
+          <ElectricSystem>
+            <Technology>Standard technology</Technology>
+          </ElectricSystem>
+          <PneumaticSystem>
+            <Technology>Medium Supply 1-stage</Technology>
+          </PneumaticSystem>
+          <HVAC>
+            <Technology>Default</Technology>
+          </HVAC>
+        </Data>
+      </Auxiliaries>
+      <AirDrag>
+        <Data id="Airdrag-genericcabin">
+          <Manufacturer>Generic Vendor</Manufacturer>
+          <Model>N.A.</Model>
+          <CertificationNumber>generic cabin</CertificationNumber>
+          <Date>2017-11-20T12:31:47.3359104Z</Date>
+          <AppVersion>VectoCore</AppVersion>
+          <CdxA_0>5.50</CdxA_0>
+          <TransferredCdxA>5.50</TransferredCdxA>
+          <DeclaredCdxA>5.50</DeclaredCdxA>
+        </Data>
+        <Signature>
+          <Reference URI="#Airdrag-genericcabin" xmlns="http://www.w3.org/2000/09/xmldsig#">
+            <Transforms>
+              <Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithoutComments" />
+              <Transform Algorithm="urn:vecto:xml:2017:canonicalization" />
+            </Transforms>
+            <DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" />
+            <DigestValue></DigestValue>
+          </Reference>
+        </Signature>
+      </AirDrag>
+    </Components>
+  </Vehicle>
+</tns:VectoInputDeclaration>
\ No newline at end of file
diff --git a/VectoCore/VectoCoreTest/Utils/SITest.cs b/VectoCore/VectoCoreTest/Utils/SITest.cs
index 0f33c29dde7675d1c3565dbd7abd0bc3bc5fb2e2..6fda6e87e3ddfa70a8b130e682e173ef70a4248b 100644
--- a/VectoCore/VectoCoreTest/Utils/SITest.cs
+++ b/VectoCore/VectoCoreTest/Utils/SITest.cs
@@ -778,6 +778,15 @@ namespace TUGraz.VectoCore.Tests.Utils
 		}
 
 
+		[TestCase(0.2/1000/3600, 200)]
+		public void SI_Convert_ConvertToGramPerKiloWattHour(double val, double converted)
+		{
+			var siVal = val.SI<SpecificFuelConsumption>();
+			var siConv = siVal.ConvertToGramPerKiloWattHour();
+			Assert.AreEqual(converted, siConv, 1e-12);
+			Assert.AreEqual("g/kWh", siConv.Units);
+		}
+
 	}
 
 }
\ No newline at end of file