diff --git a/tests/jobs/well_trajectory/test_read_trajectories.py b/tests/jobs/well_trajectory/test_read_trajectories.py index 891d8bd7..8ef9337f 100644 --- a/tests/jobs/well_trajectory/test_read_trajectories.py +++ b/tests/jobs/well_trajectory/test_read_trajectories.py @@ -1,4 +1,3 @@ -import shutil from pathlib import Path import numpy as np @@ -131,7 +130,7 @@ def test_read_trajectories_no_kickoff(copy_testdata_tmpdir): def test_read_laterals_orphaned_branches(copy_testdata_tmpdir): - copy_testdata_tmpdir(Path(TEST_DATA) / "spe1case1_mlt") + copy_testdata_tmpdir(Path(TEST_DATA) / "read_laterals") config = ConfigSchema.model_validate(load_yaml("config.yml")) mlt_p1_z = load_json("mlt_p1_z.json") mlt_p1_z["DUMMY"] = {"1": 0.0} @@ -143,7 +142,7 @@ def test_read_laterals_orphaned_branches(copy_testdata_tmpdir): def test_read_laterals_missing_files(copy_testdata_tmpdir): - copy_testdata_tmpdir(Path(TEST_DATA) / "spe1case1_mlt") + copy_testdata_tmpdir(Path(TEST_DATA) / "read_laterals") config = ConfigSchema.model_validate(load_yaml("config.yml")) Path("mlt_p2_b.json").unlink() Path("mlt_p3_x.json").unlink() @@ -155,7 +154,7 @@ def test_read_laterals_missing_files(copy_testdata_tmpdir): def test_read_laterals_missing_wells(copy_testdata_tmpdir): - copy_testdata_tmpdir(Path(TEST_DATA) / "spe1case1_mlt") + copy_testdata_tmpdir(Path(TEST_DATA) / "read_laterals") config = ConfigSchema.model_validate(load_yaml("config.yml")) mlt_p2_b = load_json("mlt_p2_b.json") mlt_p3_x = load_json("mlt_p3_x.json") @@ -171,7 +170,7 @@ def test_read_laterals_missing_wells(copy_testdata_tmpdir): def test_read_laterals_missing_branches(copy_testdata_tmpdir): - copy_testdata_tmpdir(Path(TEST_DATA) / "spe1case1_mlt") + copy_testdata_tmpdir(Path(TEST_DATA) / "read_laterals") config = ConfigSchema.model_validate(load_yaml("config.yml")) mlt_p2_b = load_json("mlt_p2_b.json") mlt_p3_x = load_json("mlt_p3_x.json") @@ -187,8 +186,7 @@ def test_read_laterals_missing_branches(copy_testdata_tmpdir): def test_read_laterals_branch_not_on_well(copy_testdata_tmpdir): - copy_testdata_tmpdir(Path(TEST_DATA) / "spe1case1_mlt") - shutil.copytree("expected/wellpaths", "wellpaths") + copy_testdata_tmpdir(Path(TEST_DATA) / "read_laterals") config = ConfigSchema.model_validate(load_yaml("config.yml")) mlt_p1_z = load_json("mlt_p1_z.json") mlt_p1_z["INJ"]["1"] = 1.0 @@ -197,15 +195,8 @@ def test_read_laterals_branch_not_on_well(copy_testdata_tmpdir): read_laterals(config.scales, config.references, config.wells) -def test_read_laterals_no_branches(copy_testdata_tmpdir): - copy_testdata_tmpdir(Path(TEST_DATA) / "spe1case1") - config = ConfigSchema.model_validate(load_yaml("config.yml")) - assert read_laterals(config.scales, config.references, config.wells) == {} - - def test_read_laterals(copy_testdata_tmpdir): - copy_testdata_tmpdir(Path(TEST_DATA) / "spe1case1_mlt") - shutil.copytree("expected/wellpaths", "wellpaths") + copy_testdata_tmpdir(Path(TEST_DATA) / "read_laterals") config = ConfigSchema.model_validate(load_yaml("config.yml")) laterals = read_laterals(config.scales, config.references, config.wells) diff --git a/tests/jobs/well_trajectory/test_well_trajectory_models.py b/tests/jobs/well_trajectory/test_well_trajectory_models.py index 8bb4b6a7..b510d52f 100644 --- a/tests/jobs/well_trajectory/test_well_trajectory_models.py +++ b/tests/jobs/well_trajectory/test_well_trajectory_models.py @@ -31,7 +31,7 @@ def test_parameters_config_simple(path_test_data): def test_parameters_config_resinsight(copy_testdata_tmpdir): - copy_testdata_tmpdir(Path(TEST_DATA) / "spe1case1") + copy_testdata_tmpdir(Path(TEST_DATA) / "resinsight") config = load_yaml("config.yml") ConfigSchema.model_validate(config) diff --git a/tests/jobs/well_trajectory/test_well_trajectory_resinsight.py b/tests/jobs/well_trajectory/test_well_trajectory_resinsight.py index ed920045..71fb3460 100644 --- a/tests/jobs/well_trajectory/test_well_trajectory_resinsight.py +++ b/tests/jobs/well_trajectory/test_well_trajectory_resinsight.py @@ -37,7 +37,7 @@ def test_start_resinsight(caplog): def test_well_trajectory_resinsight_main_entry_point( well_trajectory_arguments, copy_testdata_tmpdir ): - copy_testdata_tmpdir(Path(TEST_DATA) / "spe1case1") + copy_testdata_tmpdir(Path(TEST_DATA) / "resinsight") main_entry_point(well_trajectory_arguments) for expected in Path("expected").glob("**/*"): @@ -51,7 +51,7 @@ def test_well_trajectory_resinsight_main_entry_point( def test_well_trajectory_resinsight_main_entry_point_lint( well_trajectory_arguments, copy_testdata_tmpdir ): - copy_testdata_tmpdir(Path(TEST_DATA) / "spe1case1") + copy_testdata_tmpdir(Path(TEST_DATA) / "resinsight") with pytest.raises(SystemExit): main_entry_point([*well_trajectory_arguments, "--lint"]) @@ -64,7 +64,7 @@ def test_well_trajectory_resinsight_main_entry_point_lint( def test_well_trajectory_resinsight_main_entry_point_mlt( well_trajectory_arguments, copy_testdata_tmpdir ): - copy_testdata_tmpdir(Path(TEST_DATA) / "spe1case1_mlt") + copy_testdata_tmpdir(Path(TEST_DATA) / "resinsight_mlt") main_entry_point(well_trajectory_arguments) for expected in Path("expected").glob("**/*"): diff --git a/tests/testdata/well_trajectory/read_laterals/config.yml b/tests/testdata/well_trajectory/read_laterals/config.yml new file mode 100644 index 00000000..c1ca35e6 --- /dev/null +++ b/tests/testdata/well_trajectory/read_laterals/config.yml @@ -0,0 +1,35 @@ +scales: + x: 10000 + y: 10000 + z: 100 + k: 50 +references: + x: 5000 + y: 5000 + z: 8375 + k: 50 +interpolation: + type: resinsight + measured_depth_step: 5.0 +wells: + - name: INJ + group: G1 + phase: GAS + platform: INJ + cost: 0 + dogleg: 4 + - name: PROD + group: G1 + phase: OIL + platform: PROD + cost: 0 + dogleg: 4 +platforms: + - name: INJ + x: 2500 + y: 2500 + k: 50 + - name: PROD + x: 7500 + y: 7500 + k: 50 diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/mlt_p1_z.json b/tests/testdata/well_trajectory/read_laterals/mlt_p1_z.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/mlt_p1_z.json rename to tests/testdata/well_trajectory/read_laterals/mlt_p1_z.json diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/mlt_p2_a.json b/tests/testdata/well_trajectory/read_laterals/mlt_p2_a.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/mlt_p2_a.json rename to tests/testdata/well_trajectory/read_laterals/mlt_p2_a.json diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/mlt_p2_b.json b/tests/testdata/well_trajectory/read_laterals/mlt_p2_b.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/mlt_p2_b.json rename to tests/testdata/well_trajectory/read_laterals/mlt_p2_b.json diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/mlt_p2_c.json b/tests/testdata/well_trajectory/read_laterals/mlt_p2_c.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/mlt_p2_c.json rename to tests/testdata/well_trajectory/read_laterals/mlt_p2_c.json diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/mlt_p3_x.json b/tests/testdata/well_trajectory/read_laterals/mlt_p3_x.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/mlt_p3_x.json rename to tests/testdata/well_trajectory/read_laterals/mlt_p3_x.json diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/mlt_p3_y.json b/tests/testdata/well_trajectory/read_laterals/mlt_p3_y.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/mlt_p3_y.json rename to tests/testdata/well_trajectory/read_laterals/mlt_p3_y.json diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/mlt_p3_z.json b/tests/testdata/well_trajectory/read_laterals/mlt_p3_z.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/mlt_p3_z.json rename to tests/testdata/well_trajectory/read_laterals/mlt_p3_z.json diff --git a/tests/testdata/well_trajectory/spe1case1/p1_x.json b/tests/testdata/well_trajectory/read_laterals/p1_x.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1/p1_x.json rename to tests/testdata/well_trajectory/read_laterals/p1_x.json diff --git a/tests/testdata/well_trajectory/spe1case1/p1_y.json b/tests/testdata/well_trajectory/read_laterals/p1_y.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1/p1_y.json rename to tests/testdata/well_trajectory/read_laterals/p1_y.json diff --git a/tests/testdata/well_trajectory/spe1case1/p1_z.json b/tests/testdata/well_trajectory/read_laterals/p1_z.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1/p1_z.json rename to tests/testdata/well_trajectory/read_laterals/p1_z.json diff --git a/tests/testdata/well_trajectory/spe1case1/p2_a.json b/tests/testdata/well_trajectory/read_laterals/p2_a.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1/p2_a.json rename to tests/testdata/well_trajectory/read_laterals/p2_a.json diff --git a/tests/testdata/well_trajectory/spe1case1/p2_b.json b/tests/testdata/well_trajectory/read_laterals/p2_b.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1/p2_b.json rename to tests/testdata/well_trajectory/read_laterals/p2_b.json diff --git a/tests/testdata/well_trajectory/spe1case1/p2_c.json b/tests/testdata/well_trajectory/read_laterals/p2_c.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1/p2_c.json rename to tests/testdata/well_trajectory/read_laterals/p2_c.json diff --git a/tests/testdata/well_trajectory/spe1case1/p3_x.json b/tests/testdata/well_trajectory/read_laterals/p3_x.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1/p3_x.json rename to tests/testdata/well_trajectory/read_laterals/p3_x.json diff --git a/tests/testdata/well_trajectory/spe1case1/p3_y.json b/tests/testdata/well_trajectory/read_laterals/p3_y.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1/p3_y.json rename to tests/testdata/well_trajectory/read_laterals/p3_y.json diff --git a/tests/testdata/well_trajectory/spe1case1/p3_z.json b/tests/testdata/well_trajectory/read_laterals/p3_z.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1/p3_z.json rename to tests/testdata/well_trajectory/read_laterals/p3_z.json diff --git a/tests/testdata/well_trajectory/spe1case1/expected/wellpaths/INJ.dev b/tests/testdata/well_trajectory/read_laterals/wellpaths/INJ.dev similarity index 100% rename from tests/testdata/well_trajectory/spe1case1/expected/wellpaths/INJ.dev rename to tests/testdata/well_trajectory/read_laterals/wellpaths/INJ.dev diff --git a/tests/testdata/well_trajectory/spe1case1/expected/wellpaths/PROD.dev b/tests/testdata/well_trajectory/read_laterals/wellpaths/PROD.dev similarity index 100% rename from tests/testdata/well_trajectory/spe1case1/expected/wellpaths/PROD.dev rename to tests/testdata/well_trajectory/read_laterals/wellpaths/PROD.dev diff --git a/tests/testdata/well_trajectory/spe1case1/SPE1CASE1.DATA b/tests/testdata/well_trajectory/resinsight/SPE1CASE1.DATA similarity index 100% rename from tests/testdata/well_trajectory/spe1case1/SPE1CASE1.DATA rename to tests/testdata/well_trajectory/resinsight/SPE1CASE1.DATA diff --git a/tests/testdata/well_trajectory/spe1case1/SPE1CASE1.EGRID b/tests/testdata/well_trajectory/resinsight/SPE1CASE1.EGRID similarity index 100% rename from tests/testdata/well_trajectory/spe1case1/SPE1CASE1.EGRID rename to tests/testdata/well_trajectory/resinsight/SPE1CASE1.EGRID diff --git a/tests/testdata/well_trajectory/spe1case1/SPE1CASE1.INIT b/tests/testdata/well_trajectory/resinsight/SPE1CASE1.INIT similarity index 100% rename from tests/testdata/well_trajectory/spe1case1/SPE1CASE1.INIT rename to tests/testdata/well_trajectory/resinsight/SPE1CASE1.INIT diff --git a/tests/testdata/well_trajectory/spe1case1/config.yml b/tests/testdata/well_trajectory/resinsight/config.yml similarity index 100% rename from tests/testdata/well_trajectory/spe1case1/config.yml rename to tests/testdata/well_trajectory/resinsight/config.yml diff --git a/tests/testdata/well_trajectory/spe1case1/expected/INJ.SCH b/tests/testdata/well_trajectory/resinsight/expected/INJ.SCH similarity index 100% rename from tests/testdata/well_trajectory/spe1case1/expected/INJ.SCH rename to tests/testdata/well_trajectory/resinsight/expected/INJ.SCH diff --git a/tests/testdata/well_trajectory/spe1case1/expected/PROD.SCH b/tests/testdata/well_trajectory/resinsight/expected/PROD.SCH similarity index 100% rename from tests/testdata/well_trajectory/spe1case1/expected/PROD.SCH rename to tests/testdata/well_trajectory/resinsight/expected/PROD.SCH diff --git a/tests/testdata/well_trajectory/spe1case1/expected/guide_points.json b/tests/testdata/well_trajectory/resinsight/expected/guide_points.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1/expected/guide_points.json rename to tests/testdata/well_trajectory/resinsight/expected/guide_points.json diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/expected/wellpaths/INJ.dev b/tests/testdata/well_trajectory/resinsight/expected/wellpaths/INJ.dev similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/expected/wellpaths/INJ.dev rename to tests/testdata/well_trajectory/resinsight/expected/wellpaths/INJ.dev diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/expected/wellpaths/PROD.dev b/tests/testdata/well_trajectory/resinsight/expected/wellpaths/PROD.dev similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/expected/wellpaths/PROD.dev rename to tests/testdata/well_trajectory/resinsight/expected/wellpaths/PROD.dev diff --git a/tests/testdata/well_trajectory/spe1case1/formations.lyr b/tests/testdata/well_trajectory/resinsight/formations.lyr similarity index 100% rename from tests/testdata/well_trajectory/spe1case1/formations.lyr rename to tests/testdata/well_trajectory/resinsight/formations.lyr diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/p1_x.json b/tests/testdata/well_trajectory/resinsight/p1_x.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/p1_x.json rename to tests/testdata/well_trajectory/resinsight/p1_x.json diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/p1_y.json b/tests/testdata/well_trajectory/resinsight/p1_y.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/p1_y.json rename to tests/testdata/well_trajectory/resinsight/p1_y.json diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/p1_z.json b/tests/testdata/well_trajectory/resinsight/p1_z.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/p1_z.json rename to tests/testdata/well_trajectory/resinsight/p1_z.json diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/p2_a.json b/tests/testdata/well_trajectory/resinsight/p2_a.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/p2_a.json rename to tests/testdata/well_trajectory/resinsight/p2_a.json diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/p2_b.json b/tests/testdata/well_trajectory/resinsight/p2_b.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/p2_b.json rename to tests/testdata/well_trajectory/resinsight/p2_b.json diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/p2_c.json b/tests/testdata/well_trajectory/resinsight/p2_c.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/p2_c.json rename to tests/testdata/well_trajectory/resinsight/p2_c.json diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/p3_x.json b/tests/testdata/well_trajectory/resinsight/p3_x.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/p3_x.json rename to tests/testdata/well_trajectory/resinsight/p3_x.json diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/p3_y.json b/tests/testdata/well_trajectory/resinsight/p3_y.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/p3_y.json rename to tests/testdata/well_trajectory/resinsight/p3_y.json diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/p3_z.json b/tests/testdata/well_trajectory/resinsight/p3_z.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/p3_z.json rename to tests/testdata/well_trajectory/resinsight/p3_z.json diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/SPE1CASE1.DATA b/tests/testdata/well_trajectory/resinsight_mlt/SPE1CASE1.DATA similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/SPE1CASE1.DATA rename to tests/testdata/well_trajectory/resinsight_mlt/SPE1CASE1.DATA diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/SPE1CASE1.EGRID b/tests/testdata/well_trajectory/resinsight_mlt/SPE1CASE1.EGRID similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/SPE1CASE1.EGRID rename to tests/testdata/well_trajectory/resinsight_mlt/SPE1CASE1.EGRID diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/SPE1CASE1.INIT b/tests/testdata/well_trajectory/resinsight_mlt/SPE1CASE1.INIT similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/SPE1CASE1.INIT rename to tests/testdata/well_trajectory/resinsight_mlt/SPE1CASE1.INIT diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/config.yml b/tests/testdata/well_trajectory/resinsight_mlt/config.yml similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/config.yml rename to tests/testdata/well_trajectory/resinsight_mlt/config.yml diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/expected/INJ_Y1.SCH b/tests/testdata/well_trajectory/resinsight_mlt/expected/INJ_Y1.SCH similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/expected/INJ_Y1.SCH rename to tests/testdata/well_trajectory/resinsight_mlt/expected/INJ_Y1.SCH diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/expected/INJ_Y2.SCH b/tests/testdata/well_trajectory/resinsight_mlt/expected/INJ_Y2.SCH similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/expected/INJ_Y2.SCH rename to tests/testdata/well_trajectory/resinsight_mlt/expected/INJ_Y2.SCH diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/expected/INJ_Y3.SCH b/tests/testdata/well_trajectory/resinsight_mlt/expected/INJ_Y3.SCH similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/expected/INJ_Y3.SCH rename to tests/testdata/well_trajectory/resinsight_mlt/expected/INJ_Y3.SCH diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/expected/PROD_Y1.SCH b/tests/testdata/well_trajectory/resinsight_mlt/expected/PROD_Y1.SCH similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/expected/PROD_Y1.SCH rename to tests/testdata/well_trajectory/resinsight_mlt/expected/PROD_Y1.SCH diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/expected/PROD_Y2.SCH b/tests/testdata/well_trajectory/resinsight_mlt/expected/PROD_Y2.SCH similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/expected/PROD_Y2.SCH rename to tests/testdata/well_trajectory/resinsight_mlt/expected/PROD_Y2.SCH diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/expected/guide_points.json b/tests/testdata/well_trajectory/resinsight_mlt/expected/guide_points.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/expected/guide_points.json rename to tests/testdata/well_trajectory/resinsight_mlt/expected/guide_points.json diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/expected/mlt_guide_md.json b/tests/testdata/well_trajectory/resinsight_mlt/expected/mlt_guide_md.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/expected/mlt_guide_md.json rename to tests/testdata/well_trajectory/resinsight_mlt/expected/mlt_guide_md.json diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/expected/mlt_guide_points.json b/tests/testdata/well_trajectory/resinsight_mlt/expected/mlt_guide_points.json similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/expected/mlt_guide_points.json rename to tests/testdata/well_trajectory/resinsight_mlt/expected/mlt_guide_points.json diff --git a/tests/testdata/well_trajectory/resinsight_mlt/expected/wellpaths/INJ.dev b/tests/testdata/well_trajectory/resinsight_mlt/expected/wellpaths/INJ.dev new file mode 100644 index 00000000..118dc9bd --- /dev/null +++ b/tests/testdata/well_trajectory/resinsight_mlt/expected/wellpaths/INJ.dev @@ -0,0 +1,1691 @@ +WELLNAME: 'INJ' +# X Y TVDMSL MDMSL + 2500.00 2500.00 0.00 0.00 + 2500.00 2500.00 5.00 5.00 + 2500.00 2500.00 10.00 10.00 + 2500.00 2500.00 15.00 15.00 + 2500.00 2500.00 20.00 20.00 + 2500.00 2500.00 25.00 25.00 + 2500.00 2500.00 30.00 30.00 + 2500.00 2500.00 35.00 35.00 + 2500.00 2500.00 40.00 40.00 + 2500.00 2500.00 45.00 45.00 + 2500.00 2500.00 50.00 50.00 + 2500.00 2500.00 55.00 55.00 + 2500.00 2500.00 60.00 60.00 + 2500.00 2500.00 65.00 65.00 + 2500.00 2500.00 70.00 70.00 + 2500.00 2500.00 75.00 75.00 + 2500.00 2500.00 80.00 80.00 + 2500.00 2500.00 85.00 85.00 + 2500.00 2500.00 90.00 90.00 + 2500.00 2500.00 95.00 95.00 + 2500.00 2500.00 100.00 100.00 + 2500.00 2500.00 105.00 105.00 + 2500.00 2500.00 110.00 110.00 + 2500.00 2500.00 115.00 115.00 + 2500.00 2500.00 120.00 120.00 + 2500.00 2500.00 125.00 125.00 + 2500.00 2500.00 130.00 130.00 + 2500.00 2500.00 135.00 135.00 + 2500.00 2500.00 140.00 140.00 + 2500.00 2500.00 145.00 145.00 + 2500.00 2500.00 150.00 150.00 + 2500.00 2500.00 155.00 155.00 + 2500.00 2500.00 160.00 160.00 + 2500.00 2500.00 165.00 165.00 + 2500.00 2500.00 170.00 170.00 + 2500.00 2500.00 175.00 175.00 + 2500.00 2500.00 180.00 180.00 + 2500.00 2500.00 185.00 185.00 + 2500.00 2500.00 190.00 190.00 + 2500.00 2500.00 195.00 195.00 + 2500.00 2500.00 200.00 200.00 + 2500.00 2500.00 205.00 205.00 + 2500.00 2500.00 210.00 210.00 + 2500.00 2500.00 215.00 215.00 + 2500.00 2500.00 220.00 220.00 + 2500.00 2500.00 225.00 225.00 + 2500.00 2500.00 230.00 230.00 + 2500.00 2500.00 235.00 235.00 + 2500.00 2500.00 240.00 240.00 + 2500.00 2500.00 245.00 245.00 + 2500.00 2500.00 250.00 250.00 + 2500.00 2500.00 255.00 255.00 + 2500.00 2500.00 260.00 260.00 + 2500.00 2500.00 265.00 265.00 + 2500.00 2500.00 270.00 270.00 + 2500.00 2500.00 275.00 275.00 + 2500.00 2500.00 280.00 280.00 + 2500.00 2500.00 285.00 285.00 + 2500.00 2500.00 290.00 290.00 + 2500.00 2500.00 295.00 295.00 + 2500.00 2500.00 300.00 300.00 + 2500.00 2500.00 305.00 305.00 + 2500.00 2500.00 310.00 310.00 + 2500.00 2500.00 315.00 315.00 + 2500.00 2500.00 320.00 320.00 + 2500.00 2500.00 325.00 325.00 + 2500.00 2500.00 330.00 330.00 + 2500.00 2500.00 335.00 335.00 + 2500.00 2500.00 340.00 340.00 + 2500.00 2500.00 345.00 345.00 + 2500.00 2500.00 350.00 350.00 + 2500.00 2500.00 355.00 355.00 + 2500.00 2500.00 360.00 360.00 + 2500.00 2500.00 365.00 365.00 + 2500.00 2500.00 370.00 370.00 + 2500.00 2500.00 375.00 375.00 + 2500.00 2500.00 380.00 380.00 + 2500.00 2500.00 385.00 385.00 + 2500.00 2500.00 390.00 390.00 + 2500.00 2500.00 395.00 395.00 + 2500.00 2500.00 400.00 400.00 + 2500.00 2500.00 405.00 405.00 + 2500.00 2500.00 410.00 410.00 + 2500.00 2500.00 415.00 415.00 + 2500.00 2500.00 420.00 420.00 + 2500.00 2500.00 425.00 425.00 + 2500.00 2500.00 430.00 430.00 + 2500.00 2500.00 435.00 435.00 + 2500.00 2500.00 440.00 440.00 + 2500.00 2500.00 445.00 445.00 + 2500.00 2500.00 450.00 450.00 + 2500.00 2500.00 455.00 455.00 + 2500.00 2500.00 460.00 460.00 + 2500.00 2500.00 465.00 465.00 + 2500.00 2500.00 470.00 470.00 + 2500.00 2500.00 475.00 475.00 + 2500.00 2500.00 480.00 480.00 + 2500.00 2500.00 485.00 485.00 + 2500.00 2500.00 490.00 490.00 + 2500.00 2500.00 495.00 495.00 + 2500.00 2500.00 500.00 500.00 + 2500.00 2500.00 505.00 505.00 + 2500.00 2500.00 510.00 510.00 + 2500.00 2500.00 515.00 515.00 + 2500.00 2500.00 520.00 520.00 + 2500.00 2500.00 525.00 525.00 + 2500.00 2500.00 530.00 530.00 + 2500.00 2500.00 535.00 535.00 + 2500.00 2500.00 540.00 540.00 + 2500.00 2500.00 545.00 545.00 + 2500.00 2500.00 550.00 550.00 + 2500.00 2500.00 555.00 555.00 + 2500.00 2500.00 560.00 560.00 + 2500.00 2500.00 565.00 565.00 + 2500.00 2500.00 570.00 570.00 + 2500.00 2500.00 575.00 575.00 + 2500.00 2500.00 580.00 580.00 + 2500.00 2500.00 585.00 585.00 + 2500.00 2500.00 590.00 590.00 + 2500.00 2500.00 595.00 595.00 + 2500.00 2500.00 600.00 600.00 + 2500.00 2500.00 605.00 605.00 + 2500.00 2500.00 610.00 610.00 + 2500.00 2500.00 615.00 615.00 + 2500.00 2500.00 620.00 620.00 + 2500.00 2500.00 625.00 625.00 + 2500.00 2500.00 630.00 630.00 + 2500.00 2500.00 635.00 635.00 + 2500.00 2500.00 640.00 640.00 + 2500.00 2500.00 645.00 645.00 + 2500.00 2500.00 650.00 650.00 + 2500.00 2500.00 655.00 655.00 + 2500.00 2500.00 660.00 660.00 + 2500.00 2500.00 665.00 665.00 + 2500.00 2500.00 670.00 670.00 + 2500.00 2500.00 675.00 675.00 + 2500.00 2500.00 680.00 680.00 + 2500.00 2500.00 685.00 685.00 + 2500.00 2500.00 690.00 690.00 + 2500.00 2500.00 695.00 695.00 + 2500.00 2500.00 700.00 700.00 + 2500.00 2500.00 705.00 705.00 + 2500.00 2500.00 710.00 710.00 + 2500.00 2500.00 715.00 715.00 + 2500.00 2500.00 720.00 720.00 + 2500.00 2500.00 725.00 725.00 + 2500.00 2500.00 730.00 730.00 + 2500.00 2500.00 735.00 735.00 + 2500.00 2500.00 740.00 740.00 + 2500.00 2500.00 745.00 745.00 + 2500.00 2500.00 750.00 750.00 + 2500.00 2500.00 755.00 755.00 + 2500.00 2500.00 760.00 760.00 + 2500.00 2500.00 765.00 765.00 + 2500.00 2500.00 770.00 770.00 + 2500.00 2500.00 775.00 775.00 + 2500.00 2500.00 780.00 780.00 + 2500.00 2500.00 785.00 785.00 + 2500.00 2500.00 790.00 790.00 + 2500.00 2500.00 795.00 795.00 + 2500.00 2500.00 800.00 800.00 + 2500.00 2500.00 805.00 805.00 + 2500.00 2500.00 810.00 810.00 + 2500.00 2500.00 815.00 815.00 + 2500.00 2500.00 820.00 820.00 + 2500.00 2500.00 825.00 825.00 + 2500.00 2500.00 830.00 830.00 + 2500.00 2500.00 835.00 835.00 + 2500.00 2500.00 840.00 840.00 + 2500.00 2500.00 845.00 845.00 + 2500.00 2500.00 850.00 850.00 + 2500.00 2500.00 855.00 855.00 + 2500.00 2500.00 860.00 860.00 + 2500.00 2500.00 865.00 865.00 + 2500.00 2500.00 870.00 870.00 + 2500.00 2500.00 875.00 875.00 + 2500.00 2500.00 880.00 880.00 + 2500.00 2500.00 885.00 885.00 + 2500.00 2500.00 890.00 890.00 + 2500.00 2500.00 895.00 895.00 + 2500.00 2500.00 900.00 900.00 + 2500.00 2500.00 905.00 905.00 + 2500.00 2500.00 910.00 910.00 + 2500.00 2500.00 915.00 915.00 + 2500.00 2500.00 920.00 920.00 + 2500.00 2500.00 925.00 925.00 + 2500.00 2500.00 930.00 930.00 + 2500.00 2500.00 935.00 935.00 + 2500.00 2500.00 940.00 940.00 + 2500.00 2500.00 945.00 945.00 + 2500.00 2500.00 950.00 950.00 + 2500.00 2500.00 955.00 955.00 + 2500.00 2500.00 960.00 960.00 + 2500.00 2500.00 965.00 965.00 + 2500.00 2500.00 970.00 970.00 + 2500.00 2500.00 975.00 975.00 + 2500.00 2500.00 980.00 980.00 + 2500.00 2500.00 985.00 985.00 + 2500.00 2500.00 990.00 990.00 + 2500.00 2500.00 995.00 995.00 + 2500.00 2500.00 1000.00 1000.00 + 2500.00 2500.00 1005.00 1005.00 + 2500.00 2500.00 1010.00 1010.00 + 2500.00 2500.00 1015.00 1015.00 + 2500.00 2500.00 1020.00 1020.00 + 2500.00 2500.00 1025.00 1025.00 + 2500.00 2500.00 1030.00 1030.00 + 2500.00 2500.00 1035.00 1035.00 + 2500.00 2500.00 1040.00 1040.00 + 2500.00 2500.00 1045.00 1045.00 + 2500.00 2500.00 1050.00 1050.00 + 2500.00 2500.00 1055.00 1055.00 + 2500.00 2500.00 1060.00 1060.00 + 2500.00 2500.00 1065.00 1065.00 + 2500.00 2500.00 1070.00 1070.00 + 2500.00 2500.00 1075.00 1075.00 + 2500.00 2500.00 1080.00 1080.00 + 2500.00 2500.00 1085.00 1085.00 + 2500.00 2500.00 1090.00 1090.00 + 2500.00 2500.00 1095.00 1095.00 + 2500.00 2500.00 1100.00 1100.00 + 2500.00 2500.00 1105.00 1105.00 + 2500.00 2500.00 1110.00 1110.00 + 2500.00 2500.00 1115.00 1115.00 + 2500.00 2500.00 1120.00 1120.00 + 2500.00 2500.00 1125.00 1125.00 + 2500.00 2500.00 1130.00 1130.00 + 2500.00 2500.00 1135.00 1135.00 + 2500.00 2500.00 1140.00 1140.00 + 2500.00 2500.00 1145.00 1145.00 + 2500.00 2500.00 1150.00 1150.00 + 2500.00 2500.00 1155.00 1155.00 + 2500.00 2500.00 1160.00 1160.00 + 2500.00 2500.00 1165.00 1165.00 + 2500.00 2500.00 1170.00 1170.00 + 2500.00 2500.00 1175.00 1175.00 + 2500.00 2500.00 1180.00 1180.00 + 2500.00 2500.00 1185.00 1185.00 + 2500.00 2500.00 1190.00 1190.00 + 2500.00 2500.00 1195.00 1195.00 + 2500.00 2500.00 1200.00 1200.00 + 2500.00 2500.00 1205.00 1205.00 + 2500.00 2500.00 1210.00 1210.00 + 2500.00 2500.00 1215.00 1215.00 + 2500.00 2500.00 1220.00 1220.00 + 2500.00 2500.00 1225.00 1225.00 + 2500.00 2500.00 1230.00 1230.00 + 2500.00 2500.00 1235.00 1235.00 + 2500.00 2500.00 1240.00 1240.00 + 2500.00 2500.00 1245.00 1245.00 + 2500.00 2500.00 1250.00 1250.00 + 2500.00 2500.00 1255.00 1255.00 + 2500.00 2500.00 1260.00 1260.00 + 2500.00 2500.00 1265.00 1265.00 + 2500.00 2500.00 1270.00 1270.00 + 2500.00 2500.00 1275.00 1275.00 + 2500.00 2500.00 1280.00 1280.00 + 2500.00 2500.00 1285.00 1285.00 + 2500.00 2500.00 1290.00 1290.00 + 2500.00 2500.00 1295.00 1295.00 + 2500.00 2500.00 1300.00 1300.00 + 2500.00 2500.00 1305.00 1305.00 + 2500.00 2500.00 1310.00 1310.00 + 2500.00 2500.00 1315.00 1315.00 + 2500.00 2500.00 1320.00 1320.00 + 2500.00 2500.00 1325.00 1325.00 + 2500.00 2500.00 1330.00 1330.00 + 2500.00 2500.00 1335.00 1335.00 + 2500.00 2500.00 1340.00 1340.00 + 2500.00 2500.00 1345.00 1345.00 + 2500.00 2500.00 1350.00 1350.00 + 2500.00 2500.00 1355.00 1355.00 + 2500.00 2500.00 1360.00 1360.00 + 2500.00 2500.00 1365.00 1365.00 + 2500.00 2500.00 1370.00 1370.00 + 2500.00 2500.00 1375.00 1375.00 + 2500.00 2500.00 1380.00 1380.00 + 2500.00 2500.00 1385.00 1385.00 + 2500.00 2500.00 1390.00 1390.00 + 2500.00 2500.00 1395.00 1395.00 + 2500.00 2500.00 1400.00 1400.00 + 2500.00 2500.00 1405.00 1405.00 + 2500.00 2500.00 1410.00 1410.00 + 2500.00 2500.00 1415.00 1415.00 + 2500.00 2500.00 1420.00 1420.00 + 2500.00 2500.00 1425.00 1425.00 + 2500.00 2500.00 1430.00 1430.00 + 2500.00 2500.00 1435.00 1435.00 + 2500.00 2500.00 1440.00 1440.00 + 2500.00 2500.00 1445.00 1445.00 + 2500.00 2500.00 1450.00 1450.00 + 2500.00 2500.00 1455.00 1455.00 + 2500.00 2500.00 1460.00 1460.00 + 2500.00 2500.00 1465.00 1465.00 + 2500.00 2500.00 1470.00 1470.00 + 2500.00 2500.00 1475.00 1475.00 + 2500.00 2500.00 1480.00 1480.00 + 2500.00 2500.00 1485.00 1485.00 + 2500.00 2500.00 1490.00 1490.00 + 2500.00 2500.00 1495.00 1495.00 + 2500.00 2500.00 1500.00 1500.00 + 2500.00 2500.00 1505.00 1505.00 + 2500.00 2500.00 1510.00 1510.00 + 2500.00 2500.00 1515.00 1515.00 + 2500.00 2500.00 1520.00 1520.00 + 2500.00 2500.00 1525.00 1525.00 + 2500.00 2500.00 1530.00 1530.00 + 2500.00 2500.00 1535.00 1535.00 + 2500.00 2500.00 1540.00 1540.00 + 2500.00 2500.00 1545.00 1545.00 + 2500.00 2500.00 1550.00 1550.00 + 2500.00 2500.00 1555.00 1555.00 + 2500.00 2500.00 1560.00 1560.00 + 2500.00 2500.00 1565.00 1565.00 + 2500.00 2500.00 1570.00 1570.00 + 2500.00 2500.00 1575.00 1575.00 + 2500.00 2500.00 1580.00 1580.00 + 2500.00 2500.00 1585.00 1585.00 + 2500.00 2500.00 1590.00 1590.00 + 2500.00 2500.00 1595.00 1595.00 + 2500.00 2500.00 1600.00 1600.00 + 2500.00 2500.00 1605.00 1605.00 + 2500.00 2500.00 1610.00 1610.00 + 2500.00 2500.00 1615.00 1615.00 + 2500.00 2500.00 1620.00 1620.00 + 2500.00 2500.00 1625.00 1625.00 + 2500.00 2500.00 1630.00 1630.00 + 2500.00 2500.00 1635.00 1635.00 + 2500.00 2500.00 1640.00 1640.00 + 2500.00 2500.00 1645.00 1645.00 + 2500.00 2500.00 1650.00 1650.00 + 2500.00 2500.00 1655.00 1655.00 + 2500.00 2500.00 1660.00 1660.00 + 2500.00 2500.00 1665.00 1665.00 + 2500.00 2500.00 1670.00 1670.00 + 2500.00 2500.00 1675.00 1675.00 + 2500.00 2500.00 1680.00 1680.00 + 2500.00 2500.00 1685.00 1685.00 + 2500.00 2500.00 1690.00 1690.00 + 2500.00 2500.00 1695.00 1695.00 + 2500.00 2500.00 1700.00 1700.00 + 2500.00 2500.00 1705.00 1705.00 + 2500.00 2500.00 1710.00 1710.00 + 2500.00 2500.00 1715.00 1715.00 + 2500.00 2500.00 1720.00 1720.00 + 2500.00 2500.00 1725.00 1725.00 + 2500.00 2500.00 1730.00 1730.00 + 2500.00 2500.00 1735.00 1735.00 + 2500.00 2500.00 1740.00 1740.00 + 2500.00 2500.00 1745.00 1745.00 + 2500.00 2500.00 1750.00 1750.00 + 2500.00 2500.00 1755.00 1755.00 + 2500.00 2500.00 1760.00 1760.00 + 2500.00 2500.00 1765.00 1765.00 + 2500.00 2500.00 1770.00 1770.00 + 2500.00 2500.00 1775.00 1775.00 + 2500.00 2500.00 1780.00 1780.00 + 2500.00 2500.00 1785.00 1785.00 + 2500.00 2500.00 1790.00 1790.00 + 2500.00 2500.00 1795.00 1795.00 + 2500.00 2500.00 1800.00 1800.00 + 2500.00 2500.00 1805.00 1805.00 + 2500.00 2500.00 1810.00 1810.00 + 2500.00 2500.00 1815.00 1815.00 + 2500.00 2500.00 1820.00 1820.00 + 2500.00 2500.00 1825.00 1825.00 + 2500.00 2500.00 1830.00 1830.00 + 2500.00 2500.00 1835.00 1835.00 + 2500.00 2500.00 1840.00 1840.00 + 2500.00 2500.00 1845.00 1845.00 + 2500.00 2500.00 1850.00 1850.00 + 2500.00 2500.00 1855.00 1855.00 + 2500.00 2500.00 1860.00 1860.00 + 2500.00 2500.00 1865.00 1865.00 + 2500.00 2500.00 1870.00 1870.00 + 2500.00 2500.00 1875.00 1875.00 + 2500.00 2500.00 1880.00 1880.00 + 2500.00 2500.00 1885.00 1885.00 + 2500.00 2500.00 1890.00 1890.00 + 2500.00 2500.00 1895.00 1895.00 + 2500.00 2500.00 1900.00 1900.00 + 2500.00 2500.00 1905.00 1905.00 + 2500.00 2500.00 1910.00 1910.00 + 2500.00 2500.00 1915.00 1915.00 + 2500.00 2500.00 1920.00 1920.00 + 2500.00 2500.00 1925.00 1925.00 + 2500.00 2500.00 1930.00 1930.00 + 2500.00 2500.00 1935.00 1935.00 + 2500.00 2500.00 1940.00 1940.00 + 2500.00 2500.00 1945.00 1945.00 + 2500.00 2500.00 1950.00 1950.00 + 2500.00 2500.00 1955.00 1955.00 + 2500.00 2500.00 1960.00 1960.00 + 2500.00 2500.00 1965.00 1965.00 + 2500.00 2500.00 1970.00 1970.00 + 2500.00 2500.00 1975.00 1975.00 + 2500.00 2500.00 1980.00 1980.00 + 2500.00 2500.00 1985.00 1985.00 + 2500.00 2500.00 1990.00 1990.00 + 2500.00 2500.00 1995.00 1995.00 + 2500.00 2500.00 2000.00 2000.00 + 2500.00 2500.00 2005.00 2005.00 + 2500.00 2500.00 2010.00 2010.00 + 2500.00 2500.00 2015.00 2015.00 + 2500.00 2500.00 2020.00 2020.00 + 2500.00 2500.00 2025.00 2025.00 + 2500.00 2500.00 2030.00 2030.00 + 2500.00 2500.00 2035.00 2035.00 + 2500.00 2500.00 2040.00 2040.00 + 2500.00 2500.00 2045.00 2045.00 + 2500.00 2500.00 2050.00 2050.00 + 2500.00 2500.00 2055.00 2055.00 + 2500.00 2500.00 2060.00 2060.00 + 2500.00 2500.00 2065.00 2065.00 + 2500.00 2500.00 2070.00 2070.00 + 2500.00 2500.00 2075.00 2075.00 + 2500.00 2500.00 2080.00 2080.00 + 2500.00 2500.00 2085.00 2085.00 + 2500.00 2500.00 2090.00 2090.00 + 2500.00 2500.00 2095.00 2095.00 + 2500.00 2500.00 2100.00 2100.00 + 2500.00 2500.00 2105.00 2105.00 + 2500.00 2500.00 2110.00 2110.00 + 2500.00 2500.00 2115.00 2115.00 + 2500.00 2500.00 2120.00 2120.00 + 2500.00 2500.00 2125.00 2125.00 + 2500.00 2500.00 2130.00 2130.00 + 2500.00 2500.00 2135.00 2135.00 + 2500.00 2500.00 2140.00 2140.00 + 2500.00 2500.00 2145.00 2145.00 + 2500.00 2500.00 2150.00 2150.00 + 2500.00 2500.00 2155.00 2155.00 + 2500.00 2500.00 2160.00 2160.00 + 2500.00 2500.00 2165.00 2165.00 + 2500.00 2500.00 2170.00 2170.00 + 2500.00 2500.00 2175.00 2175.00 + 2500.00 2500.00 2180.00 2180.00 + 2500.00 2500.00 2185.00 2185.00 + 2500.00 2500.00 2190.00 2190.00 + 2500.00 2500.00 2195.00 2195.00 + 2500.00 2500.00 2200.00 2200.00 + 2500.00 2500.00 2205.00 2205.00 + 2500.00 2500.00 2210.00 2210.00 + 2500.00 2500.00 2215.00 2215.00 + 2500.00 2500.00 2220.00 2220.00 + 2500.00 2500.00 2225.00 2225.00 + 2500.00 2500.00 2230.00 2230.00 + 2500.00 2500.00 2235.00 2235.00 + 2500.00 2500.00 2240.00 2240.00 + 2500.00 2500.00 2245.00 2245.00 + 2500.00 2500.00 2250.00 2250.00 + 2500.00 2500.00 2255.00 2255.00 + 2500.00 2500.00 2260.00 2260.00 + 2500.00 2500.00 2265.00 2265.00 + 2500.00 2500.00 2270.00 2270.00 + 2500.00 2500.00 2275.00 2275.00 + 2500.00 2500.00 2280.00 2280.00 + 2500.00 2500.00 2285.00 2285.00 + 2500.00 2500.00 2290.00 2290.00 + 2500.00 2500.00 2295.00 2295.00 + 2500.00 2500.00 2300.00 2300.00 + 2500.00 2500.00 2305.00 2305.00 + 2500.00 2500.00 2310.00 2310.00 + 2500.00 2500.00 2315.00 2315.00 + 2500.00 2500.00 2320.00 2320.00 + 2500.00 2500.00 2325.00 2325.00 + 2500.00 2500.00 2330.00 2330.00 + 2500.00 2500.00 2335.00 2335.00 + 2500.00 2500.00 2340.00 2340.00 + 2500.00 2500.00 2345.00 2345.00 + 2500.00 2500.00 2350.00 2350.00 + 2500.00 2500.00 2355.00 2355.00 + 2500.00 2500.00 2360.00 2360.00 + 2500.00 2500.00 2365.00 2365.00 + 2500.00 2500.00 2370.00 2370.00 + 2500.00 2500.00 2375.00 2375.00 + 2500.00 2500.00 2380.00 2380.00 + 2500.00 2500.00 2385.00 2385.00 + 2500.00 2500.00 2390.00 2390.00 + 2500.00 2500.00 2395.00 2395.00 + 2500.00 2500.00 2400.00 2400.00 + 2500.00 2500.00 2405.00 2405.00 + 2500.00 2500.00 2410.00 2410.00 + 2500.00 2500.00 2415.00 2415.00 + 2500.00 2500.00 2420.00 2420.00 + 2500.00 2500.00 2425.00 2425.00 + 2500.00 2500.00 2430.00 2430.00 + 2500.00 2500.00 2435.00 2435.00 + 2500.00 2500.00 2440.00 2440.00 + 2500.00 2500.00 2445.00 2445.00 + 2500.00 2500.00 2450.00 2450.00 + 2500.00 2500.00 2455.00 2455.00 + 2500.00 2500.00 2460.00 2460.00 + 2500.00 2500.00 2465.00 2465.00 + 2500.00 2500.00 2470.00 2470.00 + 2500.00 2500.00 2475.00 2475.00 + 2500.00 2500.00 2480.00 2480.00 + 2500.00 2500.00 2485.00 2485.00 + 2500.00 2500.00 2490.00 2490.00 + 2500.00 2500.00 2495.00 2495.00 + 2500.00 2500.00 2500.00 2500.00 + 2500.00 2500.00 2505.00 2505.00 + 2500.00 2500.00 2510.00 2510.00 + 2500.00 2500.00 2515.00 2515.00 + 2500.00 2500.00 2520.00 2520.00 + 2500.00 2500.00 2525.00 2525.00 + 2500.00 2500.00 2530.00 2530.00 + 2500.00 2500.00 2535.00 2535.00 + 2500.00 2500.00 2540.00 2540.00 + 2500.00 2500.00 2545.00 2545.00 + 2500.00 2500.00 2550.00 2550.00 + 2500.00 2500.00 2555.00 2555.00 + 2500.00 2500.00 2560.00 2560.00 + 2500.00 2500.00 2565.00 2565.00 + 2500.00 2500.00 2570.00 2570.00 + 2500.00 2500.00 2575.00 2575.00 + 2500.00 2500.00 2580.00 2580.00 + 2500.00 2500.00 2585.00 2585.00 + 2500.00 2500.00 2590.00 2590.00 + 2500.00 2500.00 2595.00 2595.00 + 2500.00 2500.00 2600.00 2600.00 + 2500.00 2500.00 2605.00 2605.00 + 2500.00 2500.00 2610.00 2610.00 + 2500.00 2500.00 2615.00 2615.00 + 2500.00 2500.00 2620.00 2620.00 + 2500.00 2500.00 2625.00 2625.00 + 2500.00 2500.00 2630.00 2630.00 + 2500.00 2500.00 2635.00 2635.00 + 2500.00 2500.00 2640.00 2640.00 + 2500.00 2500.00 2645.00 2645.00 + 2500.00 2500.00 2650.00 2650.00 + 2500.00 2500.00 2655.00 2655.00 + 2500.00 2500.00 2660.00 2660.00 + 2500.00 2500.00 2665.00 2665.00 + 2500.00 2500.00 2670.00 2670.00 + 2500.00 2500.00 2675.00 2675.00 + 2500.00 2500.00 2680.00 2680.00 + 2500.00 2500.00 2685.00 2685.00 + 2500.00 2500.00 2690.00 2690.00 + 2500.00 2500.00 2695.00 2695.00 + 2500.00 2500.00 2700.00 2700.00 + 2500.00 2500.00 2705.00 2705.00 + 2500.00 2500.00 2710.00 2710.00 + 2500.00 2500.00 2715.00 2715.00 + 2500.00 2500.00 2720.00 2720.00 + 2500.00 2500.00 2725.00 2725.00 + 2500.00 2500.00 2730.00 2730.00 + 2500.00 2500.00 2735.00 2735.00 + 2500.00 2500.00 2740.00 2740.00 + 2500.00 2500.00 2745.00 2745.00 + 2500.00 2500.00 2750.00 2750.00 + 2500.00 2500.00 2755.00 2755.00 + 2500.00 2500.00 2760.00 2760.00 + 2500.00 2500.00 2765.00 2765.00 + 2500.00 2500.00 2770.00 2770.00 + 2500.00 2500.00 2775.00 2775.00 + 2500.00 2500.00 2780.00 2780.00 + 2500.00 2500.00 2785.00 2785.00 + 2500.00 2500.00 2790.00 2790.00 + 2500.00 2500.00 2795.00 2795.00 + 2500.00 2500.00 2800.00 2800.00 + 2500.00 2500.00 2805.00 2805.00 + 2500.00 2500.00 2810.00 2810.00 + 2500.00 2500.00 2815.00 2815.00 + 2500.00 2500.00 2820.00 2820.00 + 2500.00 2500.00 2825.00 2825.00 + 2500.00 2500.00 2830.00 2830.00 + 2500.00 2500.00 2835.00 2835.00 + 2500.00 2500.00 2840.00 2840.00 + 2500.00 2500.00 2845.00 2845.00 + 2500.00 2500.00 2850.00 2850.00 + 2500.00 2500.00 2855.00 2855.00 + 2500.00 2500.00 2860.00 2860.00 + 2500.00 2500.00 2865.00 2865.00 + 2500.00 2500.00 2870.00 2870.00 + 2500.00 2500.00 2875.00 2875.00 + 2500.00 2500.00 2880.00 2880.00 + 2500.00 2500.00 2885.00 2885.00 + 2500.00 2500.00 2890.00 2890.00 + 2500.00 2500.00 2895.00 2895.00 + 2500.00 2500.00 2900.00 2900.00 + 2500.00 2500.00 2905.00 2905.00 + 2500.00 2500.00 2910.00 2910.00 + 2500.00 2500.00 2915.00 2915.00 + 2500.00 2500.00 2920.00 2920.00 + 2500.00 2500.00 2925.00 2925.00 + 2500.00 2500.00 2930.00 2930.00 + 2500.00 2500.00 2935.00 2935.00 + 2500.00 2500.00 2940.00 2940.00 + 2500.00 2500.00 2945.00 2945.00 + 2500.00 2500.00 2950.00 2950.00 + 2500.00 2500.00 2955.00 2955.00 + 2500.00 2500.00 2960.00 2960.00 + 2500.00 2500.00 2965.00 2965.00 + 2500.00 2500.00 2970.00 2970.00 + 2500.00 2500.00 2975.00 2975.00 + 2500.00 2500.00 2980.00 2980.00 + 2500.00 2500.00 2985.00 2985.00 + 2500.00 2500.00 2990.00 2990.00 + 2500.00 2500.00 2995.00 2995.00 + 2500.00 2500.00 3000.00 3000.00 + 2500.00 2500.00 3005.00 3005.00 + 2500.00 2500.00 3010.00 3010.00 + 2500.00 2500.00 3015.00 3015.00 + 2500.00 2500.00 3020.00 3020.00 + 2500.00 2500.00 3025.00 3025.00 + 2500.00 2500.00 3030.00 3030.00 + 2500.00 2500.00 3035.00 3035.00 + 2500.00 2500.00 3040.00 3040.00 + 2500.00 2500.00 3045.00 3045.00 + 2500.00 2500.00 3050.00 3050.00 + 2500.00 2500.00 3055.00 3055.00 + 2500.00 2500.00 3060.00 3060.00 + 2500.00 2500.00 3065.00 3065.00 + 2500.00 2500.00 3070.00 3070.00 + 2500.00 2500.00 3075.00 3075.00 + 2500.00 2500.00 3080.00 3080.00 + 2500.00 2500.00 3085.00 3085.00 + 2500.00 2500.00 3090.00 3090.00 + 2500.00 2500.00 3095.00 3095.00 + 2500.00 2500.00 3100.00 3100.00 + 2500.00 2500.00 3105.00 3105.00 + 2500.00 2500.00 3110.00 3110.00 + 2500.00 2500.00 3115.00 3115.00 + 2500.00 2500.00 3120.00 3120.00 + 2500.00 2500.00 3125.00 3125.00 + 2500.00 2500.00 3130.00 3130.00 + 2500.00 2500.00 3135.00 3135.00 + 2500.00 2500.00 3140.00 3140.00 + 2500.00 2500.00 3145.00 3145.00 + 2500.00 2500.00 3150.00 3150.00 + 2500.00 2500.00 3155.00 3155.00 + 2500.00 2500.00 3160.00 3160.00 + 2500.00 2500.00 3165.00 3165.00 + 2500.00 2500.00 3170.00 3170.00 + 2500.00 2500.00 3175.00 3175.00 + 2500.00 2500.00 3180.00 3180.00 + 2500.00 2500.00 3185.00 3185.00 + 2500.00 2500.00 3190.00 3190.00 + 2500.00 2500.00 3195.00 3195.00 + 2500.00 2500.00 3200.00 3200.00 + 2500.00 2500.00 3205.00 3205.00 + 2500.00 2500.00 3210.00 3210.00 + 2500.00 2500.00 3215.00 3215.00 + 2500.00 2500.00 3220.00 3220.00 + 2500.00 2500.00 3225.00 3225.00 + 2500.00 2500.00 3230.00 3230.00 + 2500.00 2500.00 3235.00 3235.00 + 2500.00 2500.00 3240.00 3240.00 + 2500.00 2500.00 3245.00 3245.00 + 2500.00 2500.00 3250.00 3250.00 + 2500.00 2500.00 3255.00 3255.00 + 2500.00 2500.00 3260.00 3260.00 + 2500.00 2500.00 3265.00 3265.00 + 2500.00 2500.00 3270.00 3270.00 + 2500.00 2500.00 3275.00 3275.00 + 2500.00 2500.00 3280.00 3280.00 + 2500.00 2500.00 3285.00 3285.00 + 2500.00 2500.00 3290.00 3290.00 + 2500.00 2500.00 3295.00 3295.00 + 2500.00 2500.00 3300.00 3300.00 + 2500.00 2500.00 3305.00 3305.00 + 2500.00 2500.00 3310.00 3310.00 + 2500.00 2500.00 3315.00 3315.00 + 2500.00 2500.00 3320.00 3320.00 + 2500.00 2500.00 3325.00 3325.00 + 2500.00 2500.00 3330.00 3330.00 + 2500.00 2500.00 3335.00 3335.00 + 2500.00 2500.00 3340.00 3340.00 + 2500.00 2500.00 3345.00 3345.00 + 2500.00 2500.00 3350.00 3350.00 + 2500.00 2500.00 3355.00 3355.00 + 2500.00 2500.00 3360.00 3360.00 + 2500.00 2500.00 3365.00 3365.00 + 2500.00 2500.00 3370.00 3370.00 + 2500.00 2500.00 3375.00 3375.00 + 2500.00 2500.00 3380.00 3380.00 + 2500.00 2500.00 3385.00 3385.00 + 2500.00 2500.00 3390.00 3390.00 + 2500.00 2500.00 3395.00 3395.00 + 2500.00 2500.00 3400.00 3400.00 + 2500.00 2500.00 3405.00 3405.00 + 2500.00 2500.00 3410.00 3410.00 + 2500.00 2500.00 3415.00 3415.00 + 2500.00 2500.00 3420.00 3420.00 + 2500.00 2500.00 3425.00 3425.00 + 2500.00 2500.00 3430.00 3430.00 + 2500.00 2500.00 3435.00 3435.00 + 2500.00 2500.00 3440.00 3440.00 + 2500.00 2500.00 3445.00 3445.00 + 2500.00 2500.00 3450.00 3450.00 + 2500.00 2500.00 3455.00 3455.00 + 2500.00 2500.00 3460.00 3460.00 + 2500.00 2500.00 3465.00 3465.00 + 2500.00 2500.00 3470.00 3470.00 + 2500.00 2500.00 3475.00 3475.00 + 2500.00 2500.00 3480.00 3480.00 + 2500.00 2500.00 3485.00 3485.00 + 2500.00 2500.00 3490.00 3490.00 + 2500.00 2500.00 3495.00 3495.00 + 2500.00 2500.00 3500.00 3500.00 + 2500.00 2500.00 3505.00 3505.00 + 2500.00 2500.00 3510.00 3510.00 + 2500.00 2500.00 3515.00 3515.00 + 2500.00 2500.00 3520.00 3520.00 + 2500.00 2500.00 3525.00 3525.00 + 2500.00 2500.00 3530.00 3530.00 + 2500.00 2500.00 3535.00 3535.00 + 2500.00 2500.00 3540.00 3540.00 + 2500.00 2500.00 3545.00 3545.00 + 2500.00 2500.00 3550.00 3550.00 + 2500.00 2500.00 3555.00 3555.00 + 2500.00 2500.00 3560.00 3560.00 + 2500.00 2500.00 3565.00 3565.00 + 2500.00 2500.00 3570.00 3570.00 + 2500.00 2500.00 3575.00 3575.00 + 2500.00 2500.00 3580.00 3580.00 + 2500.00 2500.00 3585.00 3585.00 + 2500.00 2500.00 3590.00 3590.00 + 2500.00 2500.00 3595.00 3595.00 + 2500.00 2500.00 3600.00 3600.00 + 2500.00 2500.00 3605.00 3605.00 + 2500.00 2500.00 3610.00 3610.00 + 2500.00 2500.00 3615.00 3615.00 + 2500.00 2500.00 3620.00 3620.00 + 2500.00 2500.00 3625.00 3625.00 + 2500.00 2500.00 3630.00 3630.00 + 2500.00 2500.00 3635.00 3635.00 + 2500.00 2500.00 3640.00 3640.00 + 2500.00 2500.00 3645.00 3645.00 + 2500.00 2500.00 3650.00 3650.00 + 2500.00 2500.00 3655.00 3655.00 + 2500.00 2500.00 3660.00 3660.00 + 2500.00 2500.00 3665.00 3665.00 + 2500.00 2500.00 3670.00 3670.00 + 2500.00 2500.00 3675.00 3675.00 + 2500.00 2500.00 3680.00 3680.00 + 2500.00 2500.00 3685.00 3685.00 + 2500.00 2500.00 3690.00 3690.00 + 2500.00 2500.00 3695.00 3695.00 + 2500.00 2500.00 3700.00 3700.00 + 2500.00 2500.00 3705.00 3705.00 + 2500.00 2500.00 3710.00 3710.00 + 2500.00 2500.00 3715.00 3715.00 + 2500.00 2500.00 3720.00 3720.00 + 2500.00 2500.00 3725.00 3725.00 + 2500.00 2500.00 3730.00 3730.00 + 2500.00 2500.00 3735.00 3735.00 + 2500.00 2500.00 3740.00 3740.00 + 2500.00 2500.00 3745.00 3745.00 + 2500.00 2500.00 3750.00 3750.00 + 2500.00 2500.00 3755.00 3755.00 + 2500.00 2500.00 3760.00 3760.00 + 2500.00 2500.00 3765.00 3765.00 + 2500.00 2500.00 3770.00 3770.00 + 2500.00 2500.00 3775.00 3775.00 + 2500.00 2500.00 3780.00 3780.00 + 2500.00 2500.00 3785.00 3785.00 + 2500.00 2500.00 3790.00 3790.00 + 2500.00 2500.00 3795.00 3795.00 + 2500.00 2500.00 3800.00 3800.00 + 2500.00 2500.00 3805.00 3805.00 + 2500.00 2500.00 3810.00 3810.00 + 2500.00 2500.00 3815.00 3815.00 + 2500.00 2500.00 3820.00 3820.00 + 2500.00 2500.00 3825.00 3825.00 + 2500.00 2500.00 3830.00 3830.00 + 2500.00 2500.00 3835.00 3835.00 + 2500.00 2500.00 3840.00 3840.00 + 2500.00 2500.00 3845.00 3845.00 + 2500.00 2500.00 3850.00 3850.00 + 2500.00 2500.00 3855.00 3855.00 + 2500.00 2500.00 3860.00 3860.00 + 2500.00 2500.00 3865.00 3865.00 + 2500.00 2500.00 3870.00 3870.00 + 2500.00 2500.00 3875.00 3875.00 + 2500.00 2500.00 3880.00 3880.00 + 2500.00 2500.00 3885.00 3885.00 + 2500.00 2500.00 3890.00 3890.00 + 2500.00 2500.00 3895.00 3895.00 + 2500.00 2500.00 3900.00 3900.00 + 2500.00 2500.00 3905.00 3905.00 + 2500.00 2500.00 3910.00 3910.00 + 2500.00 2500.00 3915.00 3915.00 + 2500.00 2500.00 3920.00 3920.00 + 2500.00 2500.00 3925.00 3925.00 + 2500.00 2500.00 3930.00 3930.00 + 2500.00 2500.00 3935.00 3935.00 + 2500.00 2500.00 3940.00 3940.00 + 2500.00 2500.00 3945.00 3945.00 + 2500.00 2500.00 3950.00 3950.00 + 2500.00 2500.00 3955.00 3955.00 + 2500.00 2500.00 3960.00 3960.00 + 2500.00 2500.00 3965.00 3965.00 + 2500.00 2500.00 3970.00 3970.00 + 2500.00 2500.00 3975.00 3975.00 + 2500.00 2500.00 3980.00 3980.00 + 2500.00 2500.00 3985.00 3985.00 + 2500.00 2500.00 3990.00 3990.00 + 2500.00 2500.00 3995.00 3995.00 + 2500.00 2500.00 4000.00 4000.00 + 2500.00 2500.00 4005.00 4005.00 + 2500.00 2500.00 4010.00 4010.00 + 2500.00 2500.00 4015.00 4015.00 + 2500.00 2500.00 4020.00 4020.00 + 2500.00 2500.00 4025.00 4025.00 + 2500.00 2500.00 4030.00 4030.00 + 2500.00 2500.00 4035.00 4035.00 + 2500.00 2500.00 4040.00 4040.00 + 2500.00 2500.00 4045.00 4045.00 + 2500.00 2500.00 4050.00 4050.00 + 2500.00 2500.00 4055.00 4055.00 + 2500.00 2500.00 4060.00 4060.00 + 2500.00 2500.00 4065.00 4065.00 + 2500.00 2500.00 4070.00 4070.00 + 2500.00 2500.00 4075.00 4075.00 + 2500.00 2500.00 4080.00 4080.00 + 2500.00 2500.00 4085.00 4085.00 + 2500.00 2500.00 4090.00 4090.00 + 2500.00 2500.00 4095.00 4095.00 + 2500.00 2500.00 4100.00 4100.00 + 2500.00 2500.00 4105.00 4105.00 + 2500.00 2500.00 4110.00 4110.00 + 2500.00 2500.00 4115.00 4115.00 + 2500.00 2500.00 4120.00 4120.00 + 2500.00 2500.00 4125.00 4125.00 + 2500.00 2500.00 4130.00 4130.00 + 2500.00 2500.00 4135.00 4135.00 + 2500.00 2500.00 4140.00 4140.00 + 2500.00 2500.00 4145.00 4145.00 + 2500.00 2500.00 4150.00 4150.00 + 2500.00 2500.00 4155.00 4155.00 + 2500.00 2500.00 4160.00 4160.00 + 2500.00 2500.00 4165.00 4165.00 + 2500.00 2500.00 4170.00 4170.00 + 2500.00 2500.00 4175.00 4175.00 + 2500.00 2500.00 4180.00 4180.00 + 2500.00 2500.00 4185.00 4185.00 + 2500.00 2500.00 4190.00 4190.00 + 2500.00 2500.00 4195.00 4195.00 + 2500.00 2500.00 4200.00 4200.00 + 2500.00 2500.00 4205.00 4205.00 + 2500.00 2500.00 4210.00 4210.00 + 2500.00 2500.00 4215.00 4215.00 + 2500.00 2500.00 4220.00 4220.00 + 2500.00 2500.00 4225.00 4225.00 + 2500.00 2500.00 4230.00 4230.00 + 2500.00 2500.00 4235.00 4235.00 + 2500.00 2500.00 4240.00 4240.00 + 2500.00 2500.00 4245.00 4245.00 + 2500.00 2500.00 4250.00 4250.00 + 2500.00 2500.00 4255.00 4255.00 + 2500.00 2500.00 4260.00 4260.00 + 2500.00 2500.00 4265.00 4265.00 + 2500.00 2500.00 4270.00 4270.00 + 2500.00 2500.00 4275.00 4275.00 + 2500.00 2500.00 4280.00 4280.00 + 2500.00 2500.00 4285.00 4285.00 + 2500.00 2500.00 4290.00 4290.00 + 2500.00 2500.00 4295.00 4295.00 + 2500.00 2500.00 4300.00 4300.00 + 2500.00 2500.00 4305.00 4305.00 + 2500.00 2500.00 4310.00 4310.00 + 2500.00 2500.00 4315.00 4315.00 + 2500.00 2500.00 4320.00 4320.00 + 2500.00 2500.00 4325.00 4325.00 + 2500.00 2500.00 4330.00 4330.00 + 2500.00 2500.00 4335.00 4335.00 + 2500.00 2500.00 4340.00 4340.00 + 2500.00 2500.00 4345.00 4345.00 + 2500.00 2500.00 4350.00 4350.00 + 2500.00 2500.00 4355.00 4355.00 + 2500.00 2500.00 4360.00 4360.00 + 2500.00 2500.00 4365.00 4365.00 + 2500.00 2500.00 4370.00 4370.00 + 2500.00 2500.00 4375.00 4375.00 + 2500.00 2500.00 4380.00 4380.00 + 2500.00 2500.00 4385.00 4385.00 + 2500.00 2500.00 4390.00 4390.00 + 2500.00 2500.00 4395.00 4395.00 + 2500.00 2500.00 4400.00 4400.00 + 2500.00 2500.00 4405.00 4405.00 + 2500.00 2500.00 4410.00 4410.00 + 2500.00 2500.00 4415.00 4415.00 + 2500.00 2500.00 4420.00 4420.00 + 2500.00 2500.00 4425.00 4425.00 + 2500.00 2500.00 4430.00 4430.00 + 2500.00 2500.00 4435.00 4435.00 + 2500.00 2500.00 4440.00 4440.00 + 2500.00 2500.00 4445.00 4445.00 + 2500.00 2500.00 4450.00 4450.00 + 2500.00 2500.00 4455.00 4455.00 + 2500.00 2500.00 4460.00 4460.00 + 2500.00 2500.00 4465.00 4465.00 + 2500.00 2500.00 4470.00 4470.00 + 2500.00 2500.00 4475.00 4475.00 + 2500.00 2500.00 4480.00 4480.00 + 2500.00 2500.00 4485.00 4485.00 + 2500.00 2500.00 4490.00 4490.00 + 2500.00 2500.00 4495.00 4495.00 + 2500.00 2500.00 4500.00 4500.00 + 2500.00 2500.00 4505.00 4505.00 + 2500.00 2500.00 4510.00 4510.00 + 2500.00 2500.00 4515.00 4515.00 + 2500.00 2500.00 4520.00 4520.00 + 2500.00 2500.00 4525.00 4525.00 + 2500.00 2500.00 4530.00 4530.00 + 2500.00 2500.00 4535.00 4535.00 + 2500.00 2500.00 4540.00 4540.00 + 2500.00 2500.00 4545.00 4545.00 + 2500.00 2500.00 4550.00 4550.00 + 2500.00 2500.00 4555.00 4555.00 + 2500.00 2500.00 4560.00 4560.00 + 2500.00 2500.00 4565.00 4565.00 + 2500.00 2500.00 4570.00 4570.00 + 2500.00 2500.00 4575.00 4575.00 + 2500.00 2500.00 4580.00 4580.00 + 2500.00 2500.00 4585.00 4585.00 + 2500.00 2500.00 4590.00 4590.00 + 2500.00 2500.00 4595.00 4595.00 + 2500.00 2500.00 4600.00 4600.00 + 2500.00 2500.00 4605.00 4605.00 + 2500.00 2500.00 4610.00 4610.00 + 2500.00 2500.00 4615.00 4615.00 + 2500.00 2500.00 4620.00 4620.00 + 2500.00 2500.00 4625.00 4625.00 + 2500.00 2500.00 4630.00 4630.00 + 2500.00 2500.00 4635.00 4635.00 + 2500.00 2500.00 4640.00 4640.00 + 2500.00 2500.00 4645.00 4645.00 + 2500.00 2500.00 4650.00 4650.00 + 2500.00 2500.00 4655.00 4655.00 + 2500.00 2500.00 4660.00 4660.00 + 2500.00 2500.00 4665.00 4665.00 + 2500.00 2500.00 4670.00 4670.00 + 2500.00 2500.00 4675.00 4675.00 + 2500.00 2500.00 4680.00 4680.00 + 2500.00 2500.00 4685.00 4685.00 + 2500.00 2500.00 4690.00 4690.00 + 2500.00 2500.00 4695.00 4695.00 + 2500.00 2500.00 4700.00 4700.00 + 2500.00 2500.00 4705.00 4705.00 + 2500.00 2500.00 4710.00 4710.00 + 2500.00 2500.00 4715.00 4715.00 + 2500.00 2500.00 4720.00 4720.00 + 2500.00 2500.00 4725.00 4725.00 + 2500.00 2500.00 4730.00 4730.00 + 2500.00 2500.00 4735.00 4735.00 + 2500.00 2500.00 4740.00 4740.00 + 2500.00 2500.00 4745.00 4745.00 + 2500.00 2500.00 4750.00 4750.00 + 2500.00 2500.00 4755.00 4755.00 + 2500.00 2500.00 4760.00 4760.00 + 2500.00 2500.00 4765.00 4765.00 + 2500.00 2500.00 4770.00 4770.00 + 2500.00 2500.00 4775.00 4775.00 + 2500.00 2500.00 4780.00 4780.00 + 2500.00 2500.00 4785.00 4785.00 + 2500.00 2500.00 4790.00 4790.00 + 2500.00 2500.00 4795.00 4795.00 + 2500.00 2500.00 4800.00 4800.00 + 2500.00 2500.00 4805.00 4805.00 + 2500.00 2500.00 4810.00 4810.00 + 2500.00 2500.00 4815.00 4815.00 + 2500.00 2500.00 4820.00 4820.00 + 2500.00 2500.00 4825.00 4825.00 + 2500.00 2500.00 4830.00 4830.00 + 2500.00 2500.00 4835.00 4835.00 + 2500.00 2500.00 4840.00 4840.00 + 2500.00 2500.00 4845.00 4845.00 + 2500.00 2500.00 4850.00 4850.00 + 2500.00 2500.00 4855.00 4855.00 + 2500.00 2500.00 4860.00 4860.00 + 2500.00 2500.00 4865.00 4865.00 + 2500.00 2500.00 4870.00 4870.00 + 2500.00 2500.00 4875.00 4875.00 + 2500.00 2500.00 4880.00 4880.00 + 2500.00 2500.00 4885.00 4885.00 + 2500.00 2500.00 4890.00 4890.00 + 2500.00 2500.00 4895.00 4895.00 + 2500.00 2500.00 4900.00 4900.00 + 2500.00 2500.00 4905.00 4905.00 + 2500.00 2500.00 4910.00 4910.00 + 2500.00 2500.00 4915.00 4915.00 + 2500.00 2500.00 4920.00 4920.00 + 2500.00 2500.00 4925.00 4925.00 + 2500.00 2500.00 4930.00 4930.00 + 2500.00 2500.00 4935.00 4935.00 + 2500.00 2500.00 4940.00 4940.00 + 2500.00 2500.00 4945.00 4945.00 + 2500.00 2500.00 4950.00 4950.00 + 2500.00 2500.00 4955.00 4955.00 + 2500.00 2500.00 4960.00 4960.00 + 2500.00 2500.00 4965.00 4965.00 + 2500.00 2500.00 4970.00 4970.00 + 2500.00 2500.00 4975.00 4975.00 + 2500.00 2500.00 4980.00 4980.00 + 2500.00 2500.00 4985.00 4985.00 + 2500.00 2500.00 4990.00 4990.00 + 2500.00 2500.00 4995.00 4995.00 + 2500.00 2500.00 5000.00 5000.00 + 2500.00 2500.00 5005.00 5005.00 + 2500.00 2500.00 5010.00 5010.00 + 2500.00 2500.00 5015.00 5015.00 + 2500.00 2500.00 5020.00 5020.00 + 2500.00 2500.00 5025.00 5025.00 + 2500.00 2500.00 5030.00 5030.00 + 2500.00 2500.00 5035.00 5035.00 + 2500.00 2500.00 5040.00 5040.00 + 2500.00 2500.00 5045.00 5045.00 + 2500.00 2500.00 5050.00 5050.00 + 2500.00 2500.00 5055.00 5055.00 + 2500.00 2500.00 5060.00 5060.00 + 2500.00 2500.00 5065.00 5065.00 + 2500.00 2500.00 5070.00 5070.00 + 2500.00 2500.00 5075.00 5075.00 + 2500.00 2500.00 5080.00 5080.00 + 2500.00 2500.00 5085.00 5085.00 + 2500.00 2500.00 5090.00 5090.00 + 2500.00 2500.00 5095.00 5095.00 + 2500.00 2500.00 5100.00 5100.00 + 2500.00 2500.00 5105.00 5105.00 + 2500.00 2500.00 5110.00 5110.00 + 2500.00 2500.00 5115.00 5115.00 + 2500.00 2500.00 5120.00 5120.00 + 2500.00 2500.00 5125.00 5125.00 + 2500.00 2500.00 5130.00 5130.00 + 2500.00 2500.00 5135.00 5135.00 + 2500.00 2500.00 5140.00 5140.00 + 2500.00 2500.00 5145.00 5145.00 + 2500.00 2500.00 5150.00 5150.00 + 2500.00 2500.00 5155.00 5155.00 + 2500.00 2500.00 5160.00 5160.00 + 2500.00 2500.00 5165.00 5165.00 + 2500.00 2500.00 5170.00 5170.00 + 2500.00 2500.00 5175.00 5175.00 + 2500.00 2500.00 5180.00 5180.00 + 2500.00 2500.00 5185.00 5185.00 + 2500.00 2500.00 5190.00 5190.00 + 2500.00 2500.00 5195.00 5195.00 + 2500.00 2500.00 5200.00 5200.00 + 2500.00 2500.00 5205.00 5205.00 + 2500.00 2500.00 5210.00 5210.00 + 2500.00 2500.00 5215.00 5215.00 + 2500.00 2500.00 5220.00 5220.00 + 2500.00 2500.00 5225.00 5225.00 + 2500.00 2500.00 5230.00 5230.00 + 2500.00 2500.00 5235.00 5235.00 + 2500.00 2500.00 5240.00 5240.00 + 2500.00 2500.00 5245.00 5245.00 + 2500.00 2500.00 5250.00 5250.00 + 2500.00 2500.00 5255.00 5255.00 + 2500.00 2500.00 5260.00 5260.00 + 2500.00 2500.00 5265.00 5265.00 + 2500.00 2500.00 5270.00 5270.00 + 2500.00 2500.00 5275.00 5275.00 + 2500.00 2500.00 5280.00 5280.00 + 2500.00 2500.00 5285.00 5285.00 + 2500.00 2500.00 5290.00 5290.00 + 2500.00 2500.00 5295.00 5295.00 + 2500.00 2500.00 5300.00 5300.00 + 2500.00 2500.00 5305.00 5305.00 + 2500.00 2500.00 5310.00 5310.00 + 2500.00 2500.00 5315.00 5315.00 + 2500.00 2500.00 5320.00 5320.00 + 2500.00 2500.00 5325.00 5325.00 + 2500.00 2500.00 5330.00 5330.00 + 2500.00 2500.00 5335.00 5335.00 + 2500.00 2500.00 5340.00 5340.00 + 2500.00 2500.00 5345.00 5345.00 + 2500.00 2500.00 5350.00 5350.00 + 2500.00 2500.00 5355.00 5355.00 + 2500.00 2500.00 5360.00 5360.00 + 2500.00 2500.00 5365.00 5365.00 + 2500.00 2500.00 5370.00 5370.00 + 2500.00 2500.00 5375.00 5375.00 + 2500.00 2500.00 5380.00 5380.00 + 2500.00 2500.00 5385.00 5385.00 + 2500.00 2500.00 5390.00 5390.00 + 2500.00 2500.00 5395.00 5395.00 + 2500.00 2500.00 5400.00 5400.00 + 2500.00 2500.00 5405.00 5405.00 + 2500.00 2500.00 5410.00 5410.00 + 2500.00 2500.00 5415.00 5415.00 + 2500.00 2500.00 5420.00 5420.00 + 2500.00 2500.00 5425.00 5425.00 + 2500.00 2500.00 5430.00 5430.00 + 2500.00 2500.00 5435.00 5435.00 + 2500.00 2500.00 5440.00 5440.00 + 2500.00 2500.00 5445.00 5445.00 + 2500.00 2500.00 5450.00 5450.00 + 2500.00 2500.00 5455.00 5455.00 + 2500.00 2500.00 5460.00 5460.00 + 2500.00 2500.00 5465.00 5465.00 + 2500.00 2500.00 5470.00 5470.00 + 2500.00 2500.00 5475.00 5475.00 + 2500.00 2500.00 5480.00 5480.00 + 2500.00 2500.00 5485.00 5485.00 + 2500.00 2500.00 5490.00 5490.00 + 2500.00 2500.00 5495.00 5495.00 + 2500.00 2500.00 5500.00 5500.00 + 2500.00 2500.00 5505.00 5505.00 + 2500.00 2500.00 5510.00 5510.00 + 2500.00 2500.00 5515.00 5515.00 + 2500.00 2500.00 5520.00 5520.00 + 2500.00 2500.00 5525.00 5525.00 + 2500.00 2500.00 5530.00 5530.00 + 2500.00 2500.00 5535.00 5535.00 + 2500.00 2500.00 5540.00 5540.00 + 2500.00 2500.00 5545.00 5545.00 + 2500.00 2500.00 5550.00 5550.00 + 2500.00 2500.00 5555.00 5555.00 + 2500.00 2500.00 5560.00 5560.00 + 2500.00 2500.00 5565.00 5565.00 + 2500.00 2500.00 5570.00 5570.00 + 2500.00 2500.00 5575.00 5575.00 + 2500.00 2500.00 5580.00 5580.00 + 2500.00 2500.00 5585.00 5585.00 + 2500.00 2500.00 5590.00 5590.00 + 2500.00 2500.00 5595.00 5595.00 + 2500.00 2500.00 5600.00 5600.00 + 2500.00 2500.00 5605.00 5605.00 + 2500.00 2500.00 5610.00 5610.00 + 2500.00 2500.00 5615.00 5615.00 + 2500.00 2500.00 5620.00 5620.00 + 2500.00 2500.00 5625.00 5625.00 + 2500.00 2500.00 5630.00 5630.00 + 2500.00 2500.00 5635.00 5635.00 + 2500.00 2500.00 5640.00 5640.00 + 2500.00 2500.00 5645.00 5645.00 + 2500.00 2500.00 5650.00 5650.00 + 2500.00 2500.00 5655.00 5655.00 + 2500.00 2500.00 5660.00 5660.00 + 2500.00 2500.00 5665.00 5665.00 + 2500.00 2500.00 5670.00 5670.00 + 2500.00 2500.00 5675.00 5675.00 + 2500.00 2500.00 5680.00 5680.00 + 2500.00 2500.00 5685.00 5685.00 + 2500.00 2500.00 5690.00 5690.00 + 2500.00 2500.00 5695.00 5695.00 + 2500.00 2500.00 5700.00 5700.00 + 2500.00 2500.00 5705.00 5705.00 + 2500.00 2500.00 5710.00 5710.00 + 2500.00 2500.00 5715.00 5715.00 + 2500.00 2500.00 5720.00 5720.00 + 2500.00 2500.00 5725.00 5725.00 + 2500.00 2500.00 5730.00 5730.00 + 2500.00 2500.00 5735.00 5735.00 + 2500.00 2500.00 5740.00 5740.00 + 2500.00 2500.00 5745.00 5745.00 + 2500.00 2500.00 5750.00 5750.00 + 2500.00 2500.00 5755.00 5755.00 + 2500.00 2500.00 5760.00 5760.00 + 2500.00 2500.00 5765.00 5765.00 + 2500.00 2500.00 5770.00 5770.00 + 2500.00 2500.00 5775.00 5775.00 + 2500.00 2500.00 5780.00 5780.00 + 2500.00 2500.00 5785.00 5785.00 + 2500.00 2500.00 5790.00 5790.00 + 2500.00 2500.00 5795.00 5795.00 + 2500.00 2500.00 5800.00 5800.00 + 2500.00 2500.00 5805.00 5805.00 + 2500.00 2500.00 5810.00 5810.00 + 2500.00 2500.00 5815.00 5815.00 + 2500.00 2500.00 5820.00 5820.00 + 2500.00 2500.00 5825.00 5825.00 + 2500.00 2500.00 5830.00 5830.00 + 2500.00 2500.00 5835.00 5835.00 + 2500.00 2500.00 5840.00 5840.00 + 2500.00 2500.00 5845.00 5845.00 + 2500.00 2500.00 5850.00 5850.00 + 2500.00 2500.00 5855.00 5855.00 + 2500.00 2500.00 5860.00 5860.00 + 2500.00 2500.00 5865.00 5865.00 + 2500.00 2500.00 5870.00 5870.00 + 2500.00 2500.00 5875.00 5875.00 + 2500.00 2500.00 5880.00 5880.00 + 2500.00 2500.00 5885.00 5885.00 + 2500.00 2500.00 5890.00 5890.00 + 2500.00 2500.00 5895.00 5895.00 + 2500.00 2500.00 5900.00 5900.00 + 2500.00 2500.00 5905.00 5905.00 + 2500.00 2500.00 5910.00 5910.00 + 2500.00 2500.00 5915.00 5915.00 + 2500.00 2500.00 5920.00 5920.00 + 2500.00 2500.00 5925.00 5925.00 + 2500.00 2500.00 5930.00 5930.00 + 2500.00 2500.00 5935.00 5935.00 + 2500.00 2500.00 5940.00 5940.00 + 2500.00 2500.00 5945.00 5945.00 + 2500.00 2500.00 5950.00 5950.00 + 2500.00 2500.00 5955.00 5955.00 + 2500.00 2500.00 5960.00 5960.00 + 2500.00 2500.00 5965.00 5965.00 + 2500.00 2500.00 5970.00 5970.00 + 2500.00 2500.00 5975.00 5975.00 + 2500.00 2500.00 5980.00 5980.00 + 2500.00 2500.00 5985.00 5985.00 + 2500.00 2500.00 5990.00 5990.00 + 2500.00 2500.00 5995.00 5995.00 + 2500.00 2500.00 6000.00 6000.00 + 2500.00 2500.00 6005.00 6005.00 + 2500.00 2500.00 6010.00 6010.00 + 2500.00 2500.00 6015.00 6015.00 + 2500.00 2500.00 6020.00 6020.00 + 2500.00 2500.00 6025.00 6025.00 + 2500.00 2500.00 6030.00 6030.00 + 2500.00 2500.00 6035.00 6035.00 + 2500.00 2500.00 6040.00 6040.00 + 2500.00 2500.00 6045.00 6045.00 + 2500.00 2500.00 6050.00 6050.00 + 2500.00 2500.00 6055.00 6055.00 + 2500.00 2500.00 6060.00 6060.00 + 2500.00 2500.00 6065.00 6065.00 + 2500.00 2500.00 6070.00 6070.00 + 2500.00 2500.00 6075.00 6075.00 + 2500.00 2500.00 6080.00 6080.00 + 2500.00 2500.00 6085.00 6085.00 + 2500.00 2500.00 6090.00 6090.00 + 2500.00 2500.00 6095.00 6095.00 + 2500.00 2500.00 6100.00 6100.00 + 2500.00 2500.00 6105.00 6105.00 + 2500.00 2500.00 6110.00 6110.00 + 2500.00 2500.00 6115.00 6115.00 + 2500.00 2500.00 6120.00 6120.00 + 2500.00 2500.00 6125.00 6125.00 + 2500.00 2500.00 6130.00 6130.00 + 2500.00 2500.00 6135.00 6135.00 + 2500.00 2500.00 6140.00 6140.00 + 2500.00 2500.00 6145.00 6145.00 + 2500.00 2500.00 6150.00 6150.00 + 2500.00 2500.00 6155.00 6155.00 + 2500.00 2500.00 6160.00 6160.00 + 2500.00 2500.00 6165.00 6165.00 + 2500.00 2500.00 6170.00 6170.00 + 2500.00 2500.00 6175.00 6175.00 + 2500.00 2500.00 6180.00 6180.00 + 2500.00 2500.00 6185.00 6185.00 + 2500.00 2500.00 6190.00 6190.00 + 2500.00 2500.00 6195.00 6195.00 + 2500.00 2500.00 6200.00 6200.00 + 2500.00 2500.00 6205.00 6205.00 + 2500.00 2500.00 6210.00 6210.00 + 2500.00 2500.00 6215.00 6215.00 + 2500.00 2500.00 6220.00 6220.00 + 2500.00 2500.00 6225.00 6225.00 + 2500.00 2500.00 6230.00 6230.00 + 2500.00 2500.00 6235.00 6235.00 + 2500.00 2500.00 6240.00 6240.00 + 2500.00 2500.00 6245.00 6245.00 + 2500.00 2500.00 6250.00 6250.00 + 2500.00 2500.00 6255.00 6255.00 + 2500.00 2500.00 6260.00 6260.00 + 2500.00 2500.00 6265.00 6265.00 + 2500.00 2500.00 6270.00 6270.00 + 2500.00 2500.00 6275.00 6275.00 + 2500.00 2500.00 6280.00 6280.00 + 2500.00 2500.00 6285.00 6285.00 + 2500.00 2500.00 6290.00 6290.00 + 2500.00 2500.00 6295.00 6295.00 + 2500.00 2500.00 6300.00 6300.00 + 2500.00 2500.00 6305.00 6305.00 + 2500.00 2500.00 6310.00 6310.00 + 2500.00 2500.00 6315.00 6315.00 + 2500.00 2500.00 6320.00 6320.00 + 2500.00 2500.00 6325.00 6325.00 + 2500.00 2500.00 6330.00 6330.00 + 2500.00 2500.00 6335.00 6335.00 + 2500.00 2500.00 6340.00 6340.00 + 2500.00 2500.00 6345.00 6345.00 + 2500.00 2500.00 6350.00 6350.00 + 2500.00 2500.00 6355.00 6355.00 + 2500.00 2500.00 6360.00 6360.00 + 2500.00 2500.00 6365.00 6365.00 + 2500.00 2500.00 6370.00 6370.00 + 2500.00 2500.00 6375.00 6375.00 + 2500.00 2500.00 6380.00 6380.00 + 2500.00 2500.00 6385.00 6385.00 + 2500.00 2500.00 6390.00 6390.00 + 2500.00 2500.00 6395.00 6395.00 + 2500.00 2500.00 6400.00 6400.00 + 2500.00 2500.00 6405.00 6405.00 + 2500.00 2500.00 6410.00 6410.00 + 2500.00 2500.00 6415.00 6415.00 + 2500.00 2500.00 6420.00 6420.00 + 2500.00 2500.00 6425.00 6425.00 + 2500.00 2500.00 6430.00 6430.00 + 2500.00 2500.00 6435.00 6435.00 + 2500.00 2500.00 6440.00 6440.00 + 2500.00 2500.00 6445.00 6445.00 + 2500.00 2500.00 6450.00 6450.00 + 2500.00 2500.00 6455.00 6455.00 + 2500.00 2500.00 6460.00 6460.00 + 2500.00 2500.00 6465.00 6465.00 + 2500.00 2500.00 6470.00 6470.00 + 2500.00 2500.00 6475.00 6475.00 + 2500.00 2500.00 6480.00 6480.00 + 2500.00 2500.00 6485.00 6485.00 + 2500.00 2500.00 6490.00 6490.00 + 2500.00 2500.00 6495.00 6495.00 + 2500.00 2500.00 6500.00 6500.00 + 2500.00 2500.00 6505.00 6505.00 + 2500.00 2500.00 6510.00 6510.00 + 2500.00 2500.00 6515.00 6515.00 + 2500.00 2500.00 6520.00 6520.00 + 2500.00 2500.00 6525.00 6525.00 + 2500.00 2500.00 6530.00 6530.00 + 2500.00 2500.00 6535.00 6535.00 + 2500.00 2500.00 6540.00 6540.00 + 2500.00 2500.00 6545.00 6545.00 + 2500.00 2500.00 6550.00 6550.00 + 2500.00 2500.00 6555.00 6555.00 + 2500.00 2500.00 6560.00 6560.00 + 2500.00 2500.00 6565.00 6565.00 + 2500.00 2500.00 6570.00 6570.00 + 2500.00 2500.00 6575.00 6575.00 + 2500.00 2500.00 6580.00 6580.00 + 2500.00 2500.00 6585.00 6585.00 + 2500.00 2500.00 6590.00 6590.00 + 2500.00 2500.00 6595.00 6595.00 + 2500.00 2500.00 6600.00 6600.00 + 2500.00 2500.00 6605.00 6605.00 + 2500.00 2500.00 6610.00 6610.00 + 2500.00 2500.00 6615.00 6615.00 + 2500.00 2500.00 6620.00 6620.00 + 2500.00 2500.00 6625.00 6625.00 + 2500.00 2500.00 6630.00 6630.00 + 2500.00 2500.00 6635.00 6635.00 + 2500.00 2500.00 6640.00 6640.00 + 2500.00 2500.00 6645.00 6645.00 + 2500.00 2500.00 6650.00 6650.00 + 2500.00 2500.00 6655.00 6655.00 + 2500.00 2500.00 6660.00 6660.00 + 2500.00 2500.00 6665.00 6665.00 + 2500.00 2500.00 6670.00 6670.00 + 2500.00 2500.00 6675.00 6675.00 + 2500.00 2500.00 6680.00 6680.00 + 2500.00 2500.00 6685.00 6685.00 + 2500.00 2500.00 6690.00 6690.00 + 2500.00 2500.00 6695.00 6695.00 + 2500.00 2500.00 6700.00 6700.00 + 2500.00 2500.00 6705.00 6705.00 + 2500.00 2500.00 6710.00 6710.00 + 2500.00 2500.00 6715.00 6715.00 + 2500.00 2500.00 6720.00 6720.00 + 2500.00 2500.00 6725.00 6725.00 + 2500.00 2500.00 6730.00 6730.00 + 2500.00 2500.00 6735.00 6735.00 + 2500.00 2500.00 6740.00 6740.00 + 2500.00 2500.00 6745.00 6745.00 + 2500.00 2500.00 6750.00 6750.00 + 2500.00 2500.00 6755.00 6755.00 + 2500.00 2500.00 6760.00 6760.00 + 2500.00 2500.00 6765.00 6765.00 + 2500.00 2500.00 6770.00 6770.00 + 2500.00 2500.00 6775.00 6775.00 + 2500.00 2500.00 6780.00 6780.00 + 2500.00 2500.00 6785.00 6785.00 + 2500.00 2500.00 6790.00 6790.00 + 2500.00 2500.00 6795.00 6795.00 + 2500.00 2500.00 6800.00 6800.00 + 2500.00 2500.00 6805.00 6805.00 + 2500.00 2500.00 6810.00 6810.00 + 2500.00 2500.00 6815.00 6815.00 + 2500.00 2500.00 6820.00 6820.00 + 2500.00 2500.00 6825.00 6825.00 + 2500.00 2500.00 6830.00 6830.00 + 2500.00 2500.00 6835.00 6835.00 + 2500.00 2500.00 6840.00 6840.00 + 2500.00 2500.00 6845.00 6845.00 + 2500.00 2500.00 6850.00 6850.00 + 2500.00 2500.00 6855.00 6855.00 + 2500.00 2500.00 6860.00 6860.00 + 2500.00 2500.00 6865.00 6865.00 + 2500.00 2500.00 6870.00 6870.00 + 2500.00 2500.00 6875.00 6875.00 + 2500.00 2500.00 6880.00 6880.00 + 2500.00 2500.00 6885.00 6885.00 + 2500.00 2500.00 6890.00 6890.00 + 2500.00 2500.00 6895.00 6895.00 + 2500.00 2500.00 6900.00 6900.00 + 2500.00 2500.00 6905.00 6905.00 + 2500.00 2500.00 6910.00 6910.00 + 2500.00 2500.00 6915.00 6915.00 + 2500.00 2500.00 6920.00 6920.00 + 2500.00 2500.00 6925.00 6925.00 + 2500.00 2500.00 6930.00 6930.00 + 2500.00 2500.00 6935.00 6935.00 + 2500.00 2500.00 6940.00 6940.00 + 2500.00 2500.00 6945.00 6945.00 + 2500.00 2500.00 6950.00 6950.00 + 2500.00 2500.00 6955.00 6955.00 + 2500.00 2500.00 6960.00 6960.00 + 2500.00 2500.00 6965.00 6965.00 + 2500.00 2500.00 6970.00 6970.00 + 2500.00 2500.00 6975.00 6975.00 + 2500.00 2500.00 6980.00 6980.00 + 2500.00 2500.00 6985.00 6985.00 + 2500.00 2500.00 6990.00 6990.00 + 2500.00 2500.00 6995.00 6995.00 + 2500.00 2500.00 7000.00 7000.00 + 2500.00 2500.00 7005.00 7005.00 + 2500.00 2500.00 7010.00 7010.00 + 2500.00 2500.00 7015.00 7015.00 + 2500.00 2500.00 7020.00 7020.00 + 2500.00 2500.00 7025.00 7025.00 + 2500.00 2500.00 7030.00 7030.00 + 2500.00 2500.00 7035.00 7035.00 + 2500.00 2500.00 7040.00 7040.00 + 2500.00 2500.00 7045.00 7045.00 + 2500.00 2500.00 7050.00 7050.00 + 2500.00 2500.00 7055.00 7055.00 + 2500.00 2500.00 7060.00 7060.00 + 2500.00 2500.00 7065.00 7065.00 + 2500.00 2500.00 7070.00 7070.00 + 2500.00 2500.00 7075.00 7075.00 + 2500.00 2500.00 7080.00 7080.00 + 2500.00 2500.00 7085.00 7085.00 + 2500.00 2500.00 7090.00 7090.00 + 2500.00 2500.00 7095.00 7095.00 + 2500.00 2500.00 7100.00 7100.00 + 2500.00 2500.00 7105.00 7105.00 + 2500.00 2500.00 7110.00 7110.00 + 2500.00 2500.00 7115.00 7115.00 + 2500.00 2500.00 7120.00 7120.00 + 2500.00 2500.00 7125.00 7125.00 + 2500.00 2500.00 7130.00 7130.00 + 2500.00 2500.00 7135.00 7135.00 + 2500.00 2500.00 7140.00 7140.00 + 2500.00 2500.00 7145.00 7145.00 + 2500.00 2500.00 7150.00 7150.00 + 2500.00 2500.00 7155.00 7155.00 + 2500.00 2500.00 7160.00 7160.00 + 2500.00 2500.00 7165.00 7165.00 + 2500.00 2500.00 7170.00 7170.00 + 2500.00 2500.00 7175.00 7175.00 + 2500.00 2500.00 7180.00 7180.00 + 2500.00 2500.00 7185.00 7185.00 + 2500.00 2500.00 7190.00 7190.00 + 2500.00 2500.00 7195.00 7195.00 + 2500.00 2500.00 7200.00 7200.00 + 2500.00 2500.00 7205.00 7205.00 + 2500.00 2500.00 7210.00 7210.00 + 2500.00 2500.00 7215.00 7215.00 + 2500.00 2500.00 7220.00 7220.00 + 2500.00 2500.00 7225.00 7225.00 + 2500.00 2500.00 7230.00 7230.00 + 2500.00 2500.00 7235.00 7235.00 + 2500.00 2500.00 7240.00 7240.00 + 2500.00 2500.00 7245.00 7245.00 + 2500.00 2500.00 7250.00 7250.00 + 2500.00 2500.00 7255.00 7255.00 + 2500.00 2500.00 7260.00 7260.00 + 2500.00 2500.00 7265.00 7265.00 + 2500.00 2500.00 7270.00 7270.00 + 2500.00 2500.00 7275.00 7275.00 + 2500.00 2500.00 7280.00 7280.00 + 2500.00 2500.00 7285.00 7285.00 + 2500.00 2500.00 7290.00 7290.00 + 2500.00 2500.00 7295.00 7295.00 + 2500.00 2500.00 7300.00 7300.00 + 2500.00 2500.00 7305.00 7305.00 + 2500.00 2500.00 7310.00 7310.00 + 2500.00 2500.00 7315.00 7315.00 + 2500.00 2500.00 7320.00 7320.00 + 2500.00 2500.00 7325.00 7325.00 + 2500.00 2500.00 7330.00 7330.00 + 2500.00 2500.00 7335.00 7335.00 + 2500.00 2500.00 7340.00 7340.00 + 2500.00 2500.00 7345.00 7345.00 + 2500.00 2500.00 7350.00 7350.00 + 2500.00 2500.00 7355.00 7355.00 + 2500.00 2500.00 7360.00 7360.00 + 2500.00 2500.00 7365.00 7365.00 + 2500.00 2500.00 7370.00 7370.00 + 2500.00 2500.00 7375.00 7375.00 + 2500.00 2500.00 7380.00 7380.00 + 2500.00 2500.00 7385.00 7385.00 + 2500.00 2500.00 7390.00 7390.00 + 2500.00 2500.00 7395.00 7395.00 + 2500.00 2500.00 7400.00 7400.00 + 2500.00 2500.00 7405.00 7405.00 + 2500.00 2500.00 7410.00 7410.00 + 2500.00 2500.00 7415.00 7415.00 + 2500.00 2500.00 7420.00 7420.00 + 2500.00 2500.00 7425.00 7425.00 + 2500.00 2500.00 7430.00 7430.00 + 2500.00 2500.00 7435.00 7435.00 + 2500.00 2500.00 7440.00 7440.00 + 2500.00 2500.00 7445.00 7445.00 + 2500.00 2500.00 7450.00 7450.00 + 2500.00 2500.00 7455.00 7455.00 + 2500.00 2500.00 7460.00 7460.00 + 2500.00 2500.00 7465.00 7465.00 + 2500.00 2500.00 7470.00 7470.00 + 2500.00 2500.00 7475.00 7475.00 + 2500.00 2500.00 7480.00 7480.00 + 2500.00 2500.00 7485.00 7485.00 + 2500.00 2500.00 7490.00 7490.00 + 2500.00 2500.00 7495.00 7495.00 + 2500.00 2500.00 7500.00 7500.00 + 2500.00 2500.00 7505.00 7505.00 + 2500.00 2500.00 7510.00 7510.00 + 2500.00 2500.00 7515.00 7515.00 + 2500.00 2500.00 7520.00 7520.00 + 2500.00 2500.00 7525.00 7525.00 + 2500.00 2500.00 7530.00 7530.00 + 2500.00 2500.00 7535.00 7535.00 + 2500.00 2500.00 7540.00 7540.00 + 2500.00 2500.00 7545.00 7545.00 + 2500.00 2500.00 7550.00 7550.00 + 2500.00 2500.00 7555.00 7555.00 + 2500.00 2500.00 7560.00 7560.00 + 2500.00 2500.00 7565.00 7565.00 + 2500.00 2500.00 7570.00 7570.00 + 2500.00 2500.00 7575.00 7575.00 + 2500.00 2500.00 7580.00 7580.00 + 2500.00 2500.00 7585.00 7585.00 + 2500.00 2500.00 7590.00 7590.00 + 2500.00 2500.00 7595.00 7595.00 + 2500.00 2500.00 7600.00 7600.00 + 2500.00 2500.00 7605.00 7605.00 + 2500.00 2500.00 7610.00 7610.00 + 2500.00 2500.00 7615.00 7615.00 + 2500.00 2500.00 7620.00 7620.00 + 2500.00 2500.00 7625.00 7625.00 + 2500.00 2500.00 7630.00 7630.00 + 2500.00 2500.00 7635.00 7635.00 + 2500.00 2500.00 7640.00 7640.00 + 2500.00 2500.00 7645.00 7645.00 + 2500.00 2500.00 7650.00 7650.00 + 2500.00 2500.00 7655.00 7655.00 + 2500.00 2500.00 7660.00 7660.00 + 2500.00 2500.00 7665.00 7665.00 + 2500.00 2500.00 7670.00 7670.00 + 2500.00 2500.00 7675.00 7675.00 + 2500.00 2500.00 7680.00 7680.00 + 2500.00 2500.00 7685.00 7685.00 + 2500.00 2500.00 7690.00 7690.00 + 2500.00 2500.00 7695.00 7695.00 + 2500.00 2500.00 7700.00 7700.00 + 2500.00 2500.00 7705.00 7705.00 + 2500.00 2500.00 7710.00 7710.00 + 2500.00 2500.00 7715.00 7715.00 + 2500.00 2500.00 7720.00 7720.00 + 2500.00 2500.00 7725.00 7725.00 + 2500.00 2500.00 7730.00 7730.00 + 2500.00 2500.00 7735.00 7735.00 + 2500.00 2500.00 7740.00 7740.00 + 2500.00 2500.00 7745.00 7745.00 + 2500.00 2500.00 7750.00 7750.00 + 2500.00 2500.00 7755.00 7755.00 + 2500.00 2500.00 7760.00 7760.00 + 2500.00 2500.00 7765.00 7765.00 + 2500.00 2500.00 7770.00 7770.00 + 2500.00 2500.00 7775.00 7775.00 + 2500.00 2500.00 7780.00 7780.00 + 2500.00 2500.00 7785.00 7785.00 + 2500.00 2500.00 7790.00 7790.00 + 2500.00 2500.00 7795.00 7795.00 + 2500.00 2500.00 7800.00 7800.00 + 2500.00 2500.00 7805.00 7805.00 + 2500.00 2500.00 7810.00 7810.00 + 2500.00 2500.00 7815.00 7815.00 + 2500.00 2500.00 7820.00 7820.00 + 2500.00 2500.00 7825.00 7825.00 + 2500.00 2500.00 7830.00 7830.00 + 2500.00 2500.00 7835.00 7835.00 + 2500.00 2500.00 7840.00 7840.00 + 2500.00 2500.00 7845.00 7845.00 + 2500.00 2500.00 7850.00 7850.00 + 2500.00 2500.00 7855.00 7855.00 + 2500.00 2500.00 7860.00 7860.00 + 2500.00 2500.00 7865.00 7865.00 + 2500.00 2500.00 7870.00 7870.00 + 2500.00 2500.00 7875.00 7875.00 + 2500.00 2500.00 7880.00 7880.00 + 2500.00 2500.00 7885.00 7885.00 + 2500.00 2500.00 7890.00 7890.00 + 2500.00 2500.00 7895.00 7895.00 + 2500.00 2500.00 7900.00 7900.00 + 2500.00 2500.00 7905.00 7905.00 + 2500.00 2500.00 7910.00 7910.00 + 2500.00 2500.00 7915.00 7915.00 + 2500.00 2500.00 7920.00 7920.00 + 2500.00 2500.00 7925.00 7925.00 + 2500.00 2500.00 7930.00 7930.00 + 2500.00 2500.00 7935.00 7935.00 + 2500.00 2500.00 7940.00 7940.00 + 2500.00 2500.00 7945.00 7945.00 + 2500.00 2500.00 7950.00 7950.00 + 2500.00 2500.00 7955.00 7955.00 + 2500.00 2500.00 7960.00 7960.00 + 2500.00 2500.00 7965.00 7965.00 + 2500.00 2500.00 7970.00 7970.00 + 2500.00 2500.00 7975.00 7975.00 + 2500.00 2500.00 7980.00 7980.00 + 2500.00 2500.00 7985.00 7985.00 + 2500.00 2500.00 7990.00 7990.00 + 2500.00 2500.00 7995.00 7995.00 + 2500.00 2500.00 8000.00 8000.00 + 2500.00 2500.00 8005.00 8005.00 + 2500.00 2500.00 8010.00 8010.00 + 2500.00 2500.00 8015.00 8015.00 + 2500.00 2500.00 8020.00 8020.00 + 2500.00 2500.00 8025.00 8025.00 + 2500.00 2500.00 8030.00 8030.00 + 2500.00 2500.00 8035.00 8035.00 + 2500.00 2500.00 8040.00 8040.00 + 2500.00 2500.00 8045.00 8045.00 + 2500.00 2500.00 8050.00 8050.00 + 2500.00 2500.00 8055.00 8055.00 + 2500.00 2500.00 8060.00 8060.00 + 2500.00 2500.00 8065.00 8065.00 + 2500.00 2500.00 8070.00 8070.00 + 2500.00 2500.00 8075.00 8075.00 + 2500.00 2500.00 8080.00 8080.00 + 2500.00 2500.00 8085.00 8085.00 + 2500.00 2500.00 8090.00 8090.00 + 2500.00 2500.00 8095.00 8095.00 + 2500.00 2500.00 8100.00 8100.00 + 2500.00 2500.00 8105.00 8105.00 + 2500.00 2500.00 8110.00 8110.00 + 2500.00 2500.00 8115.00 8115.00 + 2500.00 2500.00 8120.00 8120.00 + 2500.00 2500.00 8125.00 8125.00 + 2500.00 2500.00 8130.00 8130.00 + 2500.00 2500.00 8135.00 8135.00 + 2500.00 2500.00 8140.00 8140.00 + 2500.00 2500.00 8145.00 8145.00 + 2500.00 2500.00 8150.00 8150.00 + 2500.00 2500.00 8155.00 8155.00 + 2500.00 2500.00 8160.00 8160.00 + 2500.00 2500.00 8165.00 8165.00 + 2500.00 2500.00 8170.00 8170.00 + 2500.00 2500.00 8175.00 8175.00 + 2500.00 2500.00 8180.00 8180.00 + 2500.00 2500.00 8185.00 8185.00 + 2500.00 2500.00 8190.00 8190.00 + 2500.00 2500.00 8195.00 8195.00 + 2500.00 2500.00 8200.00 8200.00 + 2500.00 2500.00 8205.00 8205.00 + 2500.00 2500.00 8210.00 8210.00 + 2500.00 2500.00 8215.00 8215.00 + 2500.00 2500.00 8220.00 8220.00 + 2500.00 2500.00 8225.00 8225.00 + 2500.00 2500.00 8230.00 8230.00 + 2500.00 2500.00 8235.00 8235.00 + 2500.00 2500.00 8240.00 8240.00 + 2500.00 2500.00 8245.00 8245.00 + 2500.00 2500.00 8250.00 8250.00 + 2500.00 2500.00 8255.00 8255.00 + 2500.00 2500.00 8260.00 8260.00 + 2500.00 2500.00 8265.00 8265.00 + 2500.00 2500.00 8270.00 8270.00 + 2500.00 2500.00 8275.00 8275.00 + 2500.00 2500.00 8280.00 8280.00 + 2500.00 2500.00 8285.00 8285.00 + 2500.00 2500.00 8290.00 8290.00 + 2500.00 2500.00 8295.00 8295.00 + 2500.00 2500.00 8300.00 8300.00 + 2500.00 2500.00 8305.00 8305.00 + 2500.00 2500.00 8310.00 8310.00 + 2500.00 2500.00 8315.00 8315.00 + 2500.00 2500.00 8320.00 8320.00 + 2500.00 2500.00 8325.00 8325.00 + 2500.00 2500.00 8330.00 8330.00 + 2499.99 2500.00 8335.00 8335.00 + 2499.99 2500.00 8340.00 8340.00 + 2499.98 2500.00 8345.00 8345.00 + 2499.98 2500.00 8350.00 8350.00 + 2499.97 2500.00 8355.00 8355.00 + 2499.97 2500.00 8360.00 8360.00 + 2499.96 2500.00 8365.00 8365.00 + 2499.96 2500.00 8370.00 8370.00 + 2499.95 2500.00 8375.00 8375.00 + 2499.95 2500.00 8380.00 8380.00 + 2499.94 2500.00 8385.00 8385.00 + 2499.94 2500.00 8390.00 8390.00 + 2499.93 2500.00 8395.00 8395.00 + 2499.93 2500.00 8400.00 8400.00 + 2499.92 2500.00 8405.00 8405.00 + 2499.92 2500.00 8410.00 8410.00 + 2499.91 2500.00 8415.00 8415.00 + 2499.91 2500.00 8420.00 8420.00 + 2499.90 2500.00 8425.00 8425.00 + 2499.90 2500.00 8425.00 8425.00 +-999 + diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/expected/wellpaths/INJ_Y1.dev b/tests/testdata/well_trajectory/resinsight_mlt/expected/wellpaths/INJ_Y1.dev similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/expected/wellpaths/INJ_Y1.dev rename to tests/testdata/well_trajectory/resinsight_mlt/expected/wellpaths/INJ_Y1.dev diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/expected/wellpaths/INJ_Y2.dev b/tests/testdata/well_trajectory/resinsight_mlt/expected/wellpaths/INJ_Y2.dev similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/expected/wellpaths/INJ_Y2.dev rename to tests/testdata/well_trajectory/resinsight_mlt/expected/wellpaths/INJ_Y2.dev diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/expected/wellpaths/INJ_Y3.dev b/tests/testdata/well_trajectory/resinsight_mlt/expected/wellpaths/INJ_Y3.dev similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/expected/wellpaths/INJ_Y3.dev rename to tests/testdata/well_trajectory/resinsight_mlt/expected/wellpaths/INJ_Y3.dev diff --git a/tests/testdata/well_trajectory/resinsight_mlt/expected/wellpaths/PROD.dev b/tests/testdata/well_trajectory/resinsight_mlt/expected/wellpaths/PROD.dev new file mode 100644 index 00000000..b3a04940 --- /dev/null +++ b/tests/testdata/well_trajectory/resinsight_mlt/expected/wellpaths/PROD.dev @@ -0,0 +1,1691 @@ +WELLNAME: 'PROD' +# X Y TVDMSL MDMSL + 7500.00 7500.00 0.00 0.00 + 7500.00 7500.00 5.00 5.00 + 7500.00 7500.00 10.00 10.00 + 7500.00 7500.00 15.00 15.00 + 7500.00 7500.00 20.00 20.00 + 7500.00 7500.00 25.00 25.00 + 7500.00 7500.00 30.00 30.00 + 7500.00 7500.00 35.00 35.00 + 7500.00 7500.00 40.00 40.00 + 7500.00 7500.00 45.00 45.00 + 7500.00 7500.00 50.00 50.00 + 7500.00 7500.00 55.00 55.00 + 7500.00 7500.00 60.00 60.00 + 7500.00 7500.00 65.00 65.00 + 7500.00 7500.00 70.00 70.00 + 7500.00 7500.00 75.00 75.00 + 7500.00 7500.00 80.00 80.00 + 7500.00 7500.00 85.00 85.00 + 7500.00 7500.00 90.00 90.00 + 7500.00 7500.00 95.00 95.00 + 7500.00 7500.00 100.00 100.00 + 7500.00 7500.00 105.00 105.00 + 7500.00 7500.00 110.00 110.00 + 7500.00 7500.00 115.00 115.00 + 7500.00 7500.00 120.00 120.00 + 7500.00 7500.00 125.00 125.00 + 7500.00 7500.00 130.00 130.00 + 7500.00 7500.00 135.00 135.00 + 7500.00 7500.00 140.00 140.00 + 7500.00 7500.00 145.00 145.00 + 7500.00 7500.00 150.00 150.00 + 7500.00 7500.00 155.00 155.00 + 7500.00 7500.00 160.00 160.00 + 7500.00 7500.00 165.00 165.00 + 7500.00 7500.00 170.00 170.00 + 7500.00 7500.00 175.00 175.00 + 7500.00 7500.00 180.00 180.00 + 7500.00 7500.00 185.00 185.00 + 7500.00 7500.00 190.00 190.00 + 7500.00 7500.00 195.00 195.00 + 7500.00 7500.00 200.00 200.00 + 7500.00 7500.00 205.00 205.00 + 7500.00 7500.00 210.00 210.00 + 7500.00 7500.00 215.00 215.00 + 7500.00 7500.00 220.00 220.00 + 7500.00 7500.00 225.00 225.00 + 7500.00 7500.00 230.00 230.00 + 7500.00 7500.00 235.00 235.00 + 7500.00 7500.00 240.00 240.00 + 7500.00 7500.00 245.00 245.00 + 7500.00 7500.00 250.00 250.00 + 7500.00 7500.00 255.00 255.00 + 7500.00 7500.00 260.00 260.00 + 7500.00 7500.00 265.00 265.00 + 7500.00 7500.00 270.00 270.00 + 7500.00 7500.00 275.00 275.00 + 7500.00 7500.00 280.00 280.00 + 7500.00 7500.00 285.00 285.00 + 7500.00 7500.00 290.00 290.00 + 7500.00 7500.00 295.00 295.00 + 7500.00 7500.00 300.00 300.00 + 7500.00 7500.00 305.00 305.00 + 7500.00 7500.00 310.00 310.00 + 7500.00 7500.00 315.00 315.00 + 7500.00 7500.00 320.00 320.00 + 7500.00 7500.00 325.00 325.00 + 7500.00 7500.00 330.00 330.00 + 7500.00 7500.00 335.00 335.00 + 7500.00 7500.00 340.00 340.00 + 7500.00 7500.00 345.00 345.00 + 7500.00 7500.00 350.00 350.00 + 7500.00 7500.00 355.00 355.00 + 7500.00 7500.00 360.00 360.00 + 7500.00 7500.00 365.00 365.00 + 7500.00 7500.00 370.00 370.00 + 7500.00 7500.00 375.00 375.00 + 7500.00 7500.00 380.00 380.00 + 7500.00 7500.00 385.00 385.00 + 7500.00 7500.00 390.00 390.00 + 7500.00 7500.00 395.00 395.00 + 7500.00 7500.00 400.00 400.00 + 7500.00 7500.00 405.00 405.00 + 7500.00 7500.00 410.00 410.00 + 7500.00 7500.00 415.00 415.00 + 7500.00 7500.00 420.00 420.00 + 7500.00 7500.00 425.00 425.00 + 7500.00 7500.00 430.00 430.00 + 7500.00 7500.00 435.00 435.00 + 7500.00 7500.00 440.00 440.00 + 7500.00 7500.00 445.00 445.00 + 7500.00 7500.00 450.00 450.00 + 7500.00 7500.00 455.00 455.00 + 7500.00 7500.00 460.00 460.00 + 7500.00 7500.00 465.00 465.00 + 7500.00 7500.00 470.00 470.00 + 7500.00 7500.00 475.00 475.00 + 7500.00 7500.00 480.00 480.00 + 7500.00 7500.00 485.00 485.00 + 7500.00 7500.00 490.00 490.00 + 7500.00 7500.00 495.00 495.00 + 7500.00 7500.00 500.00 500.00 + 7500.00 7500.00 505.00 505.00 + 7500.00 7500.00 510.00 510.00 + 7500.00 7500.00 515.00 515.00 + 7500.00 7500.00 520.00 520.00 + 7500.00 7500.00 525.00 525.00 + 7500.00 7500.00 530.00 530.00 + 7500.00 7500.00 535.00 535.00 + 7500.00 7500.00 540.00 540.00 + 7500.00 7500.00 545.00 545.00 + 7500.00 7500.00 550.00 550.00 + 7500.00 7500.00 555.00 555.00 + 7500.00 7500.00 560.00 560.00 + 7500.00 7500.00 565.00 565.00 + 7500.00 7500.00 570.00 570.00 + 7500.00 7500.00 575.00 575.00 + 7500.00 7500.00 580.00 580.00 + 7500.00 7500.00 585.00 585.00 + 7500.00 7500.00 590.00 590.00 + 7500.00 7500.00 595.00 595.00 + 7500.00 7500.00 600.00 600.00 + 7500.00 7500.00 605.00 605.00 + 7500.00 7500.00 610.00 610.00 + 7500.00 7500.00 615.00 615.00 + 7500.00 7500.00 620.00 620.00 + 7500.00 7500.00 625.00 625.00 + 7500.00 7500.00 630.00 630.00 + 7500.00 7500.00 635.00 635.00 + 7500.00 7500.00 640.00 640.00 + 7500.00 7500.00 645.00 645.00 + 7500.00 7500.00 650.00 650.00 + 7500.00 7500.00 655.00 655.00 + 7500.00 7500.00 660.00 660.00 + 7500.00 7500.00 665.00 665.00 + 7500.00 7500.00 670.00 670.00 + 7500.00 7500.00 675.00 675.00 + 7500.00 7500.00 680.00 680.00 + 7500.00 7500.00 685.00 685.00 + 7500.00 7500.00 690.00 690.00 + 7500.00 7500.00 695.00 695.00 + 7500.00 7500.00 700.00 700.00 + 7500.00 7500.00 705.00 705.00 + 7500.00 7500.00 710.00 710.00 + 7500.00 7500.00 715.00 715.00 + 7500.00 7500.00 720.00 720.00 + 7500.00 7500.00 725.00 725.00 + 7500.00 7500.00 730.00 730.00 + 7500.00 7500.00 735.00 735.00 + 7500.00 7500.00 740.00 740.00 + 7500.00 7500.00 745.00 745.00 + 7500.00 7500.00 750.00 750.00 + 7500.00 7500.00 755.00 755.00 + 7500.00 7500.00 760.00 760.00 + 7500.00 7500.00 765.00 765.00 + 7500.00 7500.00 770.00 770.00 + 7500.00 7500.00 775.00 775.00 + 7500.00 7500.00 780.00 780.00 + 7500.00 7500.00 785.00 785.00 + 7500.00 7500.00 790.00 790.00 + 7500.00 7500.00 795.00 795.00 + 7500.00 7500.00 800.00 800.00 + 7500.00 7500.00 805.00 805.00 + 7500.00 7500.00 810.00 810.00 + 7500.00 7500.00 815.00 815.00 + 7500.00 7500.00 820.00 820.00 + 7500.00 7500.00 825.00 825.00 + 7500.00 7500.00 830.00 830.00 + 7500.00 7500.00 835.00 835.00 + 7500.00 7500.00 840.00 840.00 + 7500.00 7500.00 845.00 845.00 + 7500.00 7500.00 850.00 850.00 + 7500.00 7500.00 855.00 855.00 + 7500.00 7500.00 860.00 860.00 + 7500.00 7500.00 865.00 865.00 + 7500.00 7500.00 870.00 870.00 + 7500.00 7500.00 875.00 875.00 + 7500.00 7500.00 880.00 880.00 + 7500.00 7500.00 885.00 885.00 + 7500.00 7500.00 890.00 890.00 + 7500.00 7500.00 895.00 895.00 + 7500.00 7500.00 900.00 900.00 + 7500.00 7500.00 905.00 905.00 + 7500.00 7500.00 910.00 910.00 + 7500.00 7500.00 915.00 915.00 + 7500.00 7500.00 920.00 920.00 + 7500.00 7500.00 925.00 925.00 + 7500.00 7500.00 930.00 930.00 + 7500.00 7500.00 935.00 935.00 + 7500.00 7500.00 940.00 940.00 + 7500.00 7500.00 945.00 945.00 + 7500.00 7500.00 950.00 950.00 + 7500.00 7500.00 955.00 955.00 + 7500.00 7500.00 960.00 960.00 + 7500.00 7500.00 965.00 965.00 + 7500.00 7500.00 970.00 970.00 + 7500.00 7500.00 975.00 975.00 + 7500.00 7500.00 980.00 980.00 + 7500.00 7500.00 985.00 985.00 + 7500.00 7500.00 990.00 990.00 + 7500.00 7500.00 995.00 995.00 + 7500.00 7500.00 1000.00 1000.00 + 7500.00 7500.00 1005.00 1005.00 + 7500.00 7500.00 1010.00 1010.00 + 7500.00 7500.00 1015.00 1015.00 + 7500.00 7500.00 1020.00 1020.00 + 7500.00 7500.00 1025.00 1025.00 + 7500.00 7500.00 1030.00 1030.00 + 7500.00 7500.00 1035.00 1035.00 + 7500.00 7500.00 1040.00 1040.00 + 7500.00 7500.00 1045.00 1045.00 + 7500.00 7500.00 1050.00 1050.00 + 7500.00 7500.00 1055.00 1055.00 + 7500.00 7500.00 1060.00 1060.00 + 7500.00 7500.00 1065.00 1065.00 + 7500.00 7500.00 1070.00 1070.00 + 7500.00 7500.00 1075.00 1075.00 + 7500.00 7500.00 1080.00 1080.00 + 7500.00 7500.00 1085.00 1085.00 + 7500.00 7500.00 1090.00 1090.00 + 7500.00 7500.00 1095.00 1095.00 + 7500.00 7500.00 1100.00 1100.00 + 7500.00 7500.00 1105.00 1105.00 + 7500.00 7500.00 1110.00 1110.00 + 7500.00 7500.00 1115.00 1115.00 + 7500.00 7500.00 1120.00 1120.00 + 7500.00 7500.00 1125.00 1125.00 + 7500.00 7500.00 1130.00 1130.00 + 7500.00 7500.00 1135.00 1135.00 + 7500.00 7500.00 1140.00 1140.00 + 7500.00 7500.00 1145.00 1145.00 + 7500.00 7500.00 1150.00 1150.00 + 7500.00 7500.00 1155.00 1155.00 + 7500.00 7500.00 1160.00 1160.00 + 7500.00 7500.00 1165.00 1165.00 + 7500.00 7500.00 1170.00 1170.00 + 7500.00 7500.00 1175.00 1175.00 + 7500.00 7500.00 1180.00 1180.00 + 7500.00 7500.00 1185.00 1185.00 + 7500.00 7500.00 1190.00 1190.00 + 7500.00 7500.00 1195.00 1195.00 + 7500.00 7500.00 1200.00 1200.00 + 7500.00 7500.00 1205.00 1205.00 + 7500.00 7500.00 1210.00 1210.00 + 7500.00 7500.00 1215.00 1215.00 + 7500.00 7500.00 1220.00 1220.00 + 7500.00 7500.00 1225.00 1225.00 + 7500.00 7500.00 1230.00 1230.00 + 7500.00 7500.00 1235.00 1235.00 + 7500.00 7500.00 1240.00 1240.00 + 7500.00 7500.00 1245.00 1245.00 + 7500.00 7500.00 1250.00 1250.00 + 7500.00 7500.00 1255.00 1255.00 + 7500.00 7500.00 1260.00 1260.00 + 7500.00 7500.00 1265.00 1265.00 + 7500.00 7500.00 1270.00 1270.00 + 7500.00 7500.00 1275.00 1275.00 + 7500.00 7500.00 1280.00 1280.00 + 7500.00 7500.00 1285.00 1285.00 + 7500.00 7500.00 1290.00 1290.00 + 7500.00 7500.00 1295.00 1295.00 + 7500.00 7500.00 1300.00 1300.00 + 7500.00 7500.00 1305.00 1305.00 + 7500.00 7500.00 1310.00 1310.00 + 7500.00 7500.00 1315.00 1315.00 + 7500.00 7500.00 1320.00 1320.00 + 7500.00 7500.00 1325.00 1325.00 + 7500.00 7500.00 1330.00 1330.00 + 7500.00 7500.00 1335.00 1335.00 + 7500.00 7500.00 1340.00 1340.00 + 7500.00 7500.00 1345.00 1345.00 + 7500.00 7500.00 1350.00 1350.00 + 7500.00 7500.00 1355.00 1355.00 + 7500.00 7500.00 1360.00 1360.00 + 7500.00 7500.00 1365.00 1365.00 + 7500.00 7500.00 1370.00 1370.00 + 7500.00 7500.00 1375.00 1375.00 + 7500.00 7500.00 1380.00 1380.00 + 7500.00 7500.00 1385.00 1385.00 + 7500.00 7500.00 1390.00 1390.00 + 7500.00 7500.00 1395.00 1395.00 + 7500.00 7500.00 1400.00 1400.00 + 7500.00 7500.00 1405.00 1405.00 + 7500.00 7500.00 1410.00 1410.00 + 7500.00 7500.00 1415.00 1415.00 + 7500.00 7500.00 1420.00 1420.00 + 7500.00 7500.00 1425.00 1425.00 + 7500.00 7500.00 1430.00 1430.00 + 7500.00 7500.00 1435.00 1435.00 + 7500.00 7500.00 1440.00 1440.00 + 7500.00 7500.00 1445.00 1445.00 + 7500.00 7500.00 1450.00 1450.00 + 7500.00 7500.00 1455.00 1455.00 + 7500.00 7500.00 1460.00 1460.00 + 7500.00 7500.00 1465.00 1465.00 + 7500.00 7500.00 1470.00 1470.00 + 7500.00 7500.00 1475.00 1475.00 + 7500.00 7500.00 1480.00 1480.00 + 7500.00 7500.00 1485.00 1485.00 + 7500.00 7500.00 1490.00 1490.00 + 7500.00 7500.00 1495.00 1495.00 + 7500.00 7500.00 1500.00 1500.00 + 7500.00 7500.00 1505.00 1505.00 + 7500.00 7500.00 1510.00 1510.00 + 7500.00 7500.00 1515.00 1515.00 + 7500.00 7500.00 1520.00 1520.00 + 7500.00 7500.00 1525.00 1525.00 + 7500.00 7500.00 1530.00 1530.00 + 7500.00 7500.00 1535.00 1535.00 + 7500.00 7500.00 1540.00 1540.00 + 7500.00 7500.00 1545.00 1545.00 + 7500.00 7500.00 1550.00 1550.00 + 7500.00 7500.00 1555.00 1555.00 + 7500.00 7500.00 1560.00 1560.00 + 7500.00 7500.00 1565.00 1565.00 + 7500.00 7500.00 1570.00 1570.00 + 7500.00 7500.00 1575.00 1575.00 + 7500.00 7500.00 1580.00 1580.00 + 7500.00 7500.00 1585.00 1585.00 + 7500.00 7500.00 1590.00 1590.00 + 7500.00 7500.00 1595.00 1595.00 + 7500.00 7500.00 1600.00 1600.00 + 7500.00 7500.00 1605.00 1605.00 + 7500.00 7500.00 1610.00 1610.00 + 7500.00 7500.00 1615.00 1615.00 + 7500.00 7500.00 1620.00 1620.00 + 7500.00 7500.00 1625.00 1625.00 + 7500.00 7500.00 1630.00 1630.00 + 7500.00 7500.00 1635.00 1635.00 + 7500.00 7500.00 1640.00 1640.00 + 7500.00 7500.00 1645.00 1645.00 + 7500.00 7500.00 1650.00 1650.00 + 7500.00 7500.00 1655.00 1655.00 + 7500.00 7500.00 1660.00 1660.00 + 7500.00 7500.00 1665.00 1665.00 + 7500.00 7500.00 1670.00 1670.00 + 7500.00 7500.00 1675.00 1675.00 + 7500.00 7500.00 1680.00 1680.00 + 7500.00 7500.00 1685.00 1685.00 + 7500.00 7500.00 1690.00 1690.00 + 7500.00 7500.00 1695.00 1695.00 + 7500.00 7500.00 1700.00 1700.00 + 7500.00 7500.00 1705.00 1705.00 + 7500.00 7500.00 1710.00 1710.00 + 7500.00 7500.00 1715.00 1715.00 + 7500.00 7500.00 1720.00 1720.00 + 7500.00 7500.00 1725.00 1725.00 + 7500.00 7500.00 1730.00 1730.00 + 7500.00 7500.00 1735.00 1735.00 + 7500.00 7500.00 1740.00 1740.00 + 7500.00 7500.00 1745.00 1745.00 + 7500.00 7500.00 1750.00 1750.00 + 7500.00 7500.00 1755.00 1755.00 + 7500.00 7500.00 1760.00 1760.00 + 7500.00 7500.00 1765.00 1765.00 + 7500.00 7500.00 1770.00 1770.00 + 7500.00 7500.00 1775.00 1775.00 + 7500.00 7500.00 1780.00 1780.00 + 7500.00 7500.00 1785.00 1785.00 + 7500.00 7500.00 1790.00 1790.00 + 7500.00 7500.00 1795.00 1795.00 + 7500.00 7500.00 1800.00 1800.00 + 7500.00 7500.00 1805.00 1805.00 + 7500.00 7500.00 1810.00 1810.00 + 7500.00 7500.00 1815.00 1815.00 + 7500.00 7500.00 1820.00 1820.00 + 7500.00 7500.00 1825.00 1825.00 + 7500.00 7500.00 1830.00 1830.00 + 7500.00 7500.00 1835.00 1835.00 + 7500.00 7500.00 1840.00 1840.00 + 7500.00 7500.00 1845.00 1845.00 + 7500.00 7500.00 1850.00 1850.00 + 7500.00 7500.00 1855.00 1855.00 + 7500.00 7500.00 1860.00 1860.00 + 7500.00 7500.00 1865.00 1865.00 + 7500.00 7500.00 1870.00 1870.00 + 7500.00 7500.00 1875.00 1875.00 + 7500.00 7500.00 1880.00 1880.00 + 7500.00 7500.00 1885.00 1885.00 + 7500.00 7500.00 1890.00 1890.00 + 7500.00 7500.00 1895.00 1895.00 + 7500.00 7500.00 1900.00 1900.00 + 7500.00 7500.00 1905.00 1905.00 + 7500.00 7500.00 1910.00 1910.00 + 7500.00 7500.00 1915.00 1915.00 + 7500.00 7500.00 1920.00 1920.00 + 7500.00 7500.00 1925.00 1925.00 + 7500.00 7500.00 1930.00 1930.00 + 7500.00 7500.00 1935.00 1935.00 + 7500.00 7500.00 1940.00 1940.00 + 7500.00 7500.00 1945.00 1945.00 + 7500.00 7500.00 1950.00 1950.00 + 7500.00 7500.00 1955.00 1955.00 + 7500.00 7500.00 1960.00 1960.00 + 7500.00 7500.00 1965.00 1965.00 + 7500.00 7500.00 1970.00 1970.00 + 7500.00 7500.00 1975.00 1975.00 + 7500.00 7500.00 1980.00 1980.00 + 7500.00 7500.00 1985.00 1985.00 + 7500.00 7500.00 1990.00 1990.00 + 7500.00 7500.00 1995.00 1995.00 + 7500.00 7500.00 2000.00 2000.00 + 7500.00 7500.00 2005.00 2005.00 + 7500.00 7500.00 2010.00 2010.00 + 7500.00 7500.00 2015.00 2015.00 + 7500.00 7500.00 2020.00 2020.00 + 7500.00 7500.00 2025.00 2025.00 + 7500.00 7500.00 2030.00 2030.00 + 7500.00 7500.00 2035.00 2035.00 + 7500.00 7500.00 2040.00 2040.00 + 7500.00 7500.00 2045.00 2045.00 + 7500.00 7500.00 2050.00 2050.00 + 7500.00 7500.00 2055.00 2055.00 + 7500.00 7500.00 2060.00 2060.00 + 7500.00 7500.00 2065.00 2065.00 + 7500.00 7500.00 2070.00 2070.00 + 7500.00 7500.00 2075.00 2075.00 + 7500.00 7500.00 2080.00 2080.00 + 7500.00 7500.00 2085.00 2085.00 + 7500.00 7500.00 2090.00 2090.00 + 7500.00 7500.00 2095.00 2095.00 + 7500.00 7500.00 2100.00 2100.00 + 7500.00 7500.00 2105.00 2105.00 + 7500.00 7500.00 2110.00 2110.00 + 7500.00 7500.00 2115.00 2115.00 + 7500.00 7500.00 2120.00 2120.00 + 7500.00 7500.00 2125.00 2125.00 + 7500.00 7500.00 2130.00 2130.00 + 7500.00 7500.00 2135.00 2135.00 + 7500.00 7500.00 2140.00 2140.00 + 7500.00 7500.00 2145.00 2145.00 + 7500.00 7500.00 2150.00 2150.00 + 7500.00 7500.00 2155.00 2155.00 + 7500.00 7500.00 2160.00 2160.00 + 7500.00 7500.00 2165.00 2165.00 + 7500.00 7500.00 2170.00 2170.00 + 7500.00 7500.00 2175.00 2175.00 + 7500.00 7500.00 2180.00 2180.00 + 7500.00 7500.00 2185.00 2185.00 + 7500.00 7500.00 2190.00 2190.00 + 7500.00 7500.00 2195.00 2195.00 + 7500.00 7500.00 2200.00 2200.00 + 7500.00 7500.00 2205.00 2205.00 + 7500.00 7500.00 2210.00 2210.00 + 7500.00 7500.00 2215.00 2215.00 + 7500.00 7500.00 2220.00 2220.00 + 7500.00 7500.00 2225.00 2225.00 + 7500.00 7500.00 2230.00 2230.00 + 7500.00 7500.00 2235.00 2235.00 + 7500.00 7500.00 2240.00 2240.00 + 7500.00 7500.00 2245.00 2245.00 + 7500.00 7500.00 2250.00 2250.00 + 7500.00 7500.00 2255.00 2255.00 + 7500.00 7500.00 2260.00 2260.00 + 7500.00 7500.00 2265.00 2265.00 + 7500.00 7500.00 2270.00 2270.00 + 7500.00 7500.00 2275.00 2275.00 + 7500.00 7500.00 2280.00 2280.00 + 7500.00 7500.00 2285.00 2285.00 + 7500.00 7500.00 2290.00 2290.00 + 7500.00 7500.00 2295.00 2295.00 + 7500.00 7500.00 2300.00 2300.00 + 7500.00 7500.00 2305.00 2305.00 + 7500.00 7500.00 2310.00 2310.00 + 7500.00 7500.00 2315.00 2315.00 + 7500.00 7500.00 2320.00 2320.00 + 7500.00 7500.00 2325.00 2325.00 + 7500.00 7500.00 2330.00 2330.00 + 7500.00 7500.00 2335.00 2335.00 + 7500.00 7500.00 2340.00 2340.00 + 7500.00 7500.00 2345.00 2345.00 + 7500.00 7500.00 2350.00 2350.00 + 7500.00 7500.00 2355.00 2355.00 + 7500.00 7500.00 2360.00 2360.00 + 7500.00 7500.00 2365.00 2365.00 + 7500.00 7500.00 2370.00 2370.00 + 7500.00 7500.00 2375.00 2375.00 + 7500.00 7500.00 2380.00 2380.00 + 7500.00 7500.00 2385.00 2385.00 + 7500.00 7500.00 2390.00 2390.00 + 7500.00 7500.00 2395.00 2395.00 + 7500.00 7500.00 2400.00 2400.00 + 7500.00 7500.00 2405.00 2405.00 + 7500.00 7500.00 2410.00 2410.00 + 7500.00 7500.00 2415.00 2415.00 + 7500.00 7500.00 2420.00 2420.00 + 7500.00 7500.00 2425.00 2425.00 + 7500.00 7500.00 2430.00 2430.00 + 7500.00 7500.00 2435.00 2435.00 + 7500.00 7500.00 2440.00 2440.00 + 7500.00 7500.00 2445.00 2445.00 + 7500.00 7500.00 2450.00 2450.00 + 7500.00 7500.00 2455.00 2455.00 + 7500.00 7500.00 2460.00 2460.00 + 7500.00 7500.00 2465.00 2465.00 + 7500.00 7500.00 2470.00 2470.00 + 7500.00 7500.00 2475.00 2475.00 + 7500.00 7500.00 2480.00 2480.00 + 7500.00 7500.00 2485.00 2485.00 + 7500.00 7500.00 2490.00 2490.00 + 7500.00 7500.00 2495.00 2495.00 + 7500.00 7500.00 2500.00 2500.00 + 7500.00 7500.00 2505.00 2505.00 + 7500.00 7500.00 2510.00 2510.00 + 7500.00 7500.00 2515.00 2515.00 + 7500.00 7500.00 2520.00 2520.00 + 7500.00 7500.00 2525.00 2525.00 + 7500.00 7500.00 2530.00 2530.00 + 7500.00 7500.00 2535.00 2535.00 + 7500.00 7500.00 2540.00 2540.00 + 7500.00 7500.00 2545.00 2545.00 + 7500.00 7500.00 2550.00 2550.00 + 7500.00 7500.00 2555.00 2555.00 + 7500.00 7500.00 2560.00 2560.00 + 7500.00 7500.00 2565.00 2565.00 + 7500.00 7500.00 2570.00 2570.00 + 7500.00 7500.00 2575.00 2575.00 + 7500.00 7500.00 2580.00 2580.00 + 7500.00 7500.00 2585.00 2585.00 + 7500.00 7500.00 2590.00 2590.00 + 7500.00 7500.00 2595.00 2595.00 + 7500.00 7500.00 2600.00 2600.00 + 7500.00 7500.00 2605.00 2605.00 + 7500.00 7500.00 2610.00 2610.00 + 7500.00 7500.00 2615.00 2615.00 + 7500.00 7500.00 2620.00 2620.00 + 7500.00 7500.00 2625.00 2625.00 + 7500.00 7500.00 2630.00 2630.00 + 7500.00 7500.00 2635.00 2635.00 + 7500.00 7500.00 2640.00 2640.00 + 7500.00 7500.00 2645.00 2645.00 + 7500.00 7500.00 2650.00 2650.00 + 7500.00 7500.00 2655.00 2655.00 + 7500.00 7500.00 2660.00 2660.00 + 7500.00 7500.00 2665.00 2665.00 + 7500.00 7500.00 2670.00 2670.00 + 7500.00 7500.00 2675.00 2675.00 + 7500.00 7500.00 2680.00 2680.00 + 7500.00 7500.00 2685.00 2685.00 + 7500.00 7500.00 2690.00 2690.00 + 7500.00 7500.00 2695.00 2695.00 + 7500.00 7500.00 2700.00 2700.00 + 7500.00 7500.00 2705.00 2705.00 + 7500.00 7500.00 2710.00 2710.00 + 7500.00 7500.00 2715.00 2715.00 + 7500.00 7500.00 2720.00 2720.00 + 7500.00 7500.00 2725.00 2725.00 + 7500.00 7500.00 2730.00 2730.00 + 7500.00 7500.00 2735.00 2735.00 + 7500.00 7500.00 2740.00 2740.00 + 7500.00 7500.00 2745.00 2745.00 + 7500.00 7500.00 2750.00 2750.00 + 7500.00 7500.00 2755.00 2755.00 + 7500.00 7500.00 2760.00 2760.00 + 7500.00 7500.00 2765.00 2765.00 + 7500.00 7500.00 2770.00 2770.00 + 7500.00 7500.00 2775.00 2775.00 + 7500.00 7500.00 2780.00 2780.00 + 7500.00 7500.00 2785.00 2785.00 + 7500.00 7500.00 2790.00 2790.00 + 7500.00 7500.00 2795.00 2795.00 + 7500.00 7500.00 2800.00 2800.00 + 7500.00 7500.00 2805.00 2805.00 + 7500.00 7500.00 2810.00 2810.00 + 7500.00 7500.00 2815.00 2815.00 + 7500.00 7500.00 2820.00 2820.00 + 7500.00 7500.00 2825.00 2825.00 + 7500.00 7500.00 2830.00 2830.00 + 7500.00 7500.00 2835.00 2835.00 + 7500.00 7500.00 2840.00 2840.00 + 7500.00 7500.00 2845.00 2845.00 + 7500.00 7500.00 2850.00 2850.00 + 7500.00 7500.00 2855.00 2855.00 + 7500.00 7500.00 2860.00 2860.00 + 7500.00 7500.00 2865.00 2865.00 + 7500.00 7500.00 2870.00 2870.00 + 7500.00 7500.00 2875.00 2875.00 + 7500.00 7500.00 2880.00 2880.00 + 7500.00 7500.00 2885.00 2885.00 + 7500.00 7500.00 2890.00 2890.00 + 7500.00 7500.00 2895.00 2895.00 + 7500.00 7500.00 2900.00 2900.00 + 7500.00 7500.00 2905.00 2905.00 + 7500.00 7500.00 2910.00 2910.00 + 7500.00 7500.00 2915.00 2915.00 + 7500.00 7500.00 2920.00 2920.00 + 7500.00 7500.00 2925.00 2925.00 + 7500.00 7500.00 2930.00 2930.00 + 7500.00 7500.00 2935.00 2935.00 + 7500.00 7500.00 2940.00 2940.00 + 7500.00 7500.00 2945.00 2945.00 + 7500.00 7500.00 2950.00 2950.00 + 7500.00 7500.00 2955.00 2955.00 + 7500.00 7500.00 2960.00 2960.00 + 7500.00 7500.00 2965.00 2965.00 + 7500.00 7500.00 2970.00 2970.00 + 7500.00 7500.00 2975.00 2975.00 + 7500.00 7500.00 2980.00 2980.00 + 7500.00 7500.00 2985.00 2985.00 + 7500.00 7500.00 2990.00 2990.00 + 7500.00 7500.00 2995.00 2995.00 + 7500.00 7500.00 3000.00 3000.00 + 7500.00 7500.00 3005.00 3005.00 + 7500.00 7500.00 3010.00 3010.00 + 7500.00 7500.00 3015.00 3015.00 + 7500.00 7500.00 3020.00 3020.00 + 7500.00 7500.00 3025.00 3025.00 + 7500.00 7500.00 3030.00 3030.00 + 7500.00 7500.00 3035.00 3035.00 + 7500.00 7500.00 3040.00 3040.00 + 7500.00 7500.00 3045.00 3045.00 + 7500.00 7500.00 3050.00 3050.00 + 7500.00 7500.00 3055.00 3055.00 + 7500.00 7500.00 3060.00 3060.00 + 7500.00 7500.00 3065.00 3065.00 + 7500.00 7500.00 3070.00 3070.00 + 7500.00 7500.00 3075.00 3075.00 + 7500.00 7500.00 3080.00 3080.00 + 7500.00 7500.00 3085.00 3085.00 + 7500.00 7500.00 3090.00 3090.00 + 7500.00 7500.00 3095.00 3095.00 + 7500.00 7500.00 3100.00 3100.00 + 7500.00 7500.00 3105.00 3105.00 + 7500.00 7500.00 3110.00 3110.00 + 7500.00 7500.00 3115.00 3115.00 + 7500.00 7500.00 3120.00 3120.00 + 7500.00 7500.00 3125.00 3125.00 + 7500.00 7500.00 3130.00 3130.00 + 7500.00 7500.00 3135.00 3135.00 + 7500.00 7500.00 3140.00 3140.00 + 7500.00 7500.00 3145.00 3145.00 + 7500.00 7500.00 3150.00 3150.00 + 7500.00 7500.00 3155.00 3155.00 + 7500.00 7500.00 3160.00 3160.00 + 7500.00 7500.00 3165.00 3165.00 + 7500.00 7500.00 3170.00 3170.00 + 7500.00 7500.00 3175.00 3175.00 + 7500.00 7500.00 3180.00 3180.00 + 7500.00 7500.00 3185.00 3185.00 + 7500.00 7500.00 3190.00 3190.00 + 7500.00 7500.00 3195.00 3195.00 + 7500.00 7500.00 3200.00 3200.00 + 7500.00 7500.00 3205.00 3205.00 + 7500.00 7500.00 3210.00 3210.00 + 7500.00 7500.00 3215.00 3215.00 + 7500.00 7500.00 3220.00 3220.00 + 7500.00 7500.00 3225.00 3225.00 + 7500.00 7500.00 3230.00 3230.00 + 7500.00 7500.00 3235.00 3235.00 + 7500.00 7500.00 3240.00 3240.00 + 7500.00 7500.00 3245.00 3245.00 + 7500.00 7500.00 3250.00 3250.00 + 7500.00 7500.00 3255.00 3255.00 + 7500.00 7500.00 3260.00 3260.00 + 7500.00 7500.00 3265.00 3265.00 + 7500.00 7500.00 3270.00 3270.00 + 7500.00 7500.00 3275.00 3275.00 + 7500.00 7500.00 3280.00 3280.00 + 7500.00 7500.00 3285.00 3285.00 + 7500.00 7500.00 3290.00 3290.00 + 7500.00 7500.00 3295.00 3295.00 + 7500.00 7500.00 3300.00 3300.00 + 7500.00 7500.00 3305.00 3305.00 + 7500.00 7500.00 3310.00 3310.00 + 7500.00 7500.00 3315.00 3315.00 + 7500.00 7500.00 3320.00 3320.00 + 7500.00 7500.00 3325.00 3325.00 + 7500.00 7500.00 3330.00 3330.00 + 7500.00 7500.00 3335.00 3335.00 + 7500.00 7500.00 3340.00 3340.00 + 7500.00 7500.00 3345.00 3345.00 + 7500.00 7500.00 3350.00 3350.00 + 7500.00 7500.00 3355.00 3355.00 + 7500.00 7500.00 3360.00 3360.00 + 7500.00 7500.00 3365.00 3365.00 + 7500.00 7500.00 3370.00 3370.00 + 7500.00 7500.00 3375.00 3375.00 + 7500.00 7500.00 3380.00 3380.00 + 7500.00 7500.00 3385.00 3385.00 + 7500.00 7500.00 3390.00 3390.00 + 7500.00 7500.00 3395.00 3395.00 + 7500.00 7500.00 3400.00 3400.00 + 7500.00 7500.00 3405.00 3405.00 + 7500.00 7500.00 3410.00 3410.00 + 7500.00 7500.00 3415.00 3415.00 + 7500.00 7500.00 3420.00 3420.00 + 7500.00 7500.00 3425.00 3425.00 + 7500.00 7500.00 3430.00 3430.00 + 7500.00 7500.00 3435.00 3435.00 + 7500.00 7500.00 3440.00 3440.00 + 7500.00 7500.00 3445.00 3445.00 + 7500.00 7500.00 3450.00 3450.00 + 7500.00 7500.00 3455.00 3455.00 + 7500.00 7500.00 3460.00 3460.00 + 7500.00 7500.00 3465.00 3465.00 + 7500.00 7500.00 3470.00 3470.00 + 7500.00 7500.00 3475.00 3475.00 + 7500.00 7500.00 3480.00 3480.00 + 7500.00 7500.00 3485.00 3485.00 + 7500.00 7500.00 3490.00 3490.00 + 7500.00 7500.00 3495.00 3495.00 + 7500.00 7500.00 3500.00 3500.00 + 7500.00 7500.00 3505.00 3505.00 + 7500.00 7500.00 3510.00 3510.00 + 7500.00 7500.00 3515.00 3515.00 + 7500.00 7500.00 3520.00 3520.00 + 7500.00 7500.00 3525.00 3525.00 + 7500.00 7500.00 3530.00 3530.00 + 7500.00 7500.00 3535.00 3535.00 + 7500.00 7500.00 3540.00 3540.00 + 7500.00 7500.00 3545.00 3545.00 + 7500.00 7500.00 3550.00 3550.00 + 7500.00 7500.00 3555.00 3555.00 + 7500.00 7500.00 3560.00 3560.00 + 7500.00 7500.00 3565.00 3565.00 + 7500.00 7500.00 3570.00 3570.00 + 7500.00 7500.00 3575.00 3575.00 + 7500.00 7500.00 3580.00 3580.00 + 7500.00 7500.00 3585.00 3585.00 + 7500.00 7500.00 3590.00 3590.00 + 7500.00 7500.00 3595.00 3595.00 + 7500.00 7500.00 3600.00 3600.00 + 7500.00 7500.00 3605.00 3605.00 + 7500.00 7500.00 3610.00 3610.00 + 7500.00 7500.00 3615.00 3615.00 + 7500.00 7500.00 3620.00 3620.00 + 7500.00 7500.00 3625.00 3625.00 + 7500.00 7500.00 3630.00 3630.00 + 7500.00 7500.00 3635.00 3635.00 + 7500.00 7500.00 3640.00 3640.00 + 7500.00 7500.00 3645.00 3645.00 + 7500.00 7500.00 3650.00 3650.00 + 7500.00 7500.00 3655.00 3655.00 + 7500.00 7500.00 3660.00 3660.00 + 7500.00 7500.00 3665.00 3665.00 + 7500.00 7500.00 3670.00 3670.00 + 7500.00 7500.00 3675.00 3675.00 + 7500.00 7500.00 3680.00 3680.00 + 7500.00 7500.00 3685.00 3685.00 + 7500.00 7500.00 3690.00 3690.00 + 7500.00 7500.00 3695.00 3695.00 + 7500.00 7500.00 3700.00 3700.00 + 7500.00 7500.00 3705.00 3705.00 + 7500.00 7500.00 3710.00 3710.00 + 7500.00 7500.00 3715.00 3715.00 + 7500.00 7500.00 3720.00 3720.00 + 7500.00 7500.00 3725.00 3725.00 + 7500.00 7500.00 3730.00 3730.00 + 7500.00 7500.00 3735.00 3735.00 + 7500.00 7500.00 3740.00 3740.00 + 7500.00 7500.00 3745.00 3745.00 + 7500.00 7500.00 3750.00 3750.00 + 7500.00 7500.00 3755.00 3755.00 + 7500.00 7500.00 3760.00 3760.00 + 7500.00 7500.00 3765.00 3765.00 + 7500.00 7500.00 3770.00 3770.00 + 7500.00 7500.00 3775.00 3775.00 + 7500.00 7500.00 3780.00 3780.00 + 7500.00 7500.00 3785.00 3785.00 + 7500.00 7500.00 3790.00 3790.00 + 7500.00 7500.00 3795.00 3795.00 + 7500.00 7500.00 3800.00 3800.00 + 7500.00 7500.00 3805.00 3805.00 + 7500.00 7500.00 3810.00 3810.00 + 7500.00 7500.00 3815.00 3815.00 + 7500.00 7500.00 3820.00 3820.00 + 7500.00 7500.00 3825.00 3825.00 + 7500.00 7500.00 3830.00 3830.00 + 7500.00 7500.00 3835.00 3835.00 + 7500.00 7500.00 3840.00 3840.00 + 7500.00 7500.00 3845.00 3845.00 + 7500.00 7500.00 3850.00 3850.00 + 7500.00 7500.00 3855.00 3855.00 + 7500.00 7500.00 3860.00 3860.00 + 7500.00 7500.00 3865.00 3865.00 + 7500.00 7500.00 3870.00 3870.00 + 7500.00 7500.00 3875.00 3875.00 + 7500.00 7500.00 3880.00 3880.00 + 7500.00 7500.00 3885.00 3885.00 + 7500.00 7500.00 3890.00 3890.00 + 7500.00 7500.00 3895.00 3895.00 + 7500.00 7500.00 3900.00 3900.00 + 7500.00 7500.00 3905.00 3905.00 + 7500.00 7500.00 3910.00 3910.00 + 7500.00 7500.00 3915.00 3915.00 + 7500.00 7500.00 3920.00 3920.00 + 7500.00 7500.00 3925.00 3925.00 + 7500.00 7500.00 3930.00 3930.00 + 7500.00 7500.00 3935.00 3935.00 + 7500.00 7500.00 3940.00 3940.00 + 7500.00 7500.00 3945.00 3945.00 + 7500.00 7500.00 3950.00 3950.00 + 7500.00 7500.00 3955.00 3955.00 + 7500.00 7500.00 3960.00 3960.00 + 7500.00 7500.00 3965.00 3965.00 + 7500.00 7500.00 3970.00 3970.00 + 7500.00 7500.00 3975.00 3975.00 + 7500.00 7500.00 3980.00 3980.00 + 7500.00 7500.00 3985.00 3985.00 + 7500.00 7500.00 3990.00 3990.00 + 7500.00 7500.00 3995.00 3995.00 + 7500.00 7500.00 4000.00 4000.00 + 7500.00 7500.00 4005.00 4005.00 + 7500.00 7500.00 4010.00 4010.00 + 7500.00 7500.00 4015.00 4015.00 + 7500.00 7500.00 4020.00 4020.00 + 7500.00 7500.00 4025.00 4025.00 + 7500.00 7500.00 4030.00 4030.00 + 7500.00 7500.00 4035.00 4035.00 + 7500.00 7500.00 4040.00 4040.00 + 7500.00 7500.00 4045.00 4045.00 + 7500.00 7500.00 4050.00 4050.00 + 7500.00 7500.00 4055.00 4055.00 + 7500.00 7500.00 4060.00 4060.00 + 7500.00 7500.00 4065.00 4065.00 + 7500.00 7500.00 4070.00 4070.00 + 7500.00 7500.00 4075.00 4075.00 + 7500.00 7500.00 4080.00 4080.00 + 7500.00 7500.00 4085.00 4085.00 + 7500.00 7500.00 4090.00 4090.00 + 7500.00 7500.00 4095.00 4095.00 + 7500.00 7500.00 4100.00 4100.00 + 7500.00 7500.00 4105.00 4105.00 + 7500.00 7500.00 4110.00 4110.00 + 7500.00 7500.00 4115.00 4115.00 + 7500.00 7500.00 4120.00 4120.00 + 7500.00 7500.00 4125.00 4125.00 + 7500.00 7500.00 4130.00 4130.00 + 7500.00 7500.00 4135.00 4135.00 + 7500.00 7500.00 4140.00 4140.00 + 7500.00 7500.00 4145.00 4145.00 + 7500.00 7500.00 4150.00 4150.00 + 7500.00 7500.00 4155.00 4155.00 + 7500.00 7500.00 4160.00 4160.00 + 7500.00 7500.00 4165.00 4165.00 + 7500.00 7500.00 4170.00 4170.00 + 7500.00 7500.00 4175.00 4175.00 + 7500.00 7500.00 4180.00 4180.00 + 7500.00 7500.00 4185.00 4185.00 + 7500.00 7500.00 4190.00 4190.00 + 7500.00 7500.00 4195.00 4195.00 + 7500.00 7500.00 4200.00 4200.00 + 7500.00 7500.00 4205.00 4205.00 + 7500.00 7500.00 4210.00 4210.00 + 7500.00 7500.00 4215.00 4215.00 + 7500.00 7500.00 4220.00 4220.00 + 7500.00 7500.00 4225.00 4225.00 + 7500.00 7500.00 4230.00 4230.00 + 7500.00 7500.00 4235.00 4235.00 + 7500.00 7500.00 4240.00 4240.00 + 7500.00 7500.00 4245.00 4245.00 + 7500.00 7500.00 4250.00 4250.00 + 7500.00 7500.00 4255.00 4255.00 + 7500.00 7500.00 4260.00 4260.00 + 7500.00 7500.00 4265.00 4265.00 + 7500.00 7500.00 4270.00 4270.00 + 7500.00 7500.00 4275.00 4275.00 + 7500.00 7500.00 4280.00 4280.00 + 7500.00 7500.00 4285.00 4285.00 + 7500.00 7500.00 4290.00 4290.00 + 7500.00 7500.00 4295.00 4295.00 + 7500.00 7500.00 4300.00 4300.00 + 7500.00 7500.00 4305.00 4305.00 + 7500.00 7500.00 4310.00 4310.00 + 7500.00 7500.00 4315.00 4315.00 + 7500.00 7500.00 4320.00 4320.00 + 7500.00 7500.00 4325.00 4325.00 + 7500.00 7500.00 4330.00 4330.00 + 7500.00 7500.00 4335.00 4335.00 + 7500.00 7500.00 4340.00 4340.00 + 7500.00 7500.00 4345.00 4345.00 + 7500.00 7500.00 4350.00 4350.00 + 7500.00 7500.00 4355.00 4355.00 + 7500.00 7500.00 4360.00 4360.00 + 7500.00 7500.00 4365.00 4365.00 + 7500.00 7500.00 4370.00 4370.00 + 7500.00 7500.00 4375.00 4375.00 + 7500.00 7500.00 4380.00 4380.00 + 7500.00 7500.00 4385.00 4385.00 + 7500.00 7500.00 4390.00 4390.00 + 7500.00 7500.00 4395.00 4395.00 + 7500.00 7500.00 4400.00 4400.00 + 7500.00 7500.00 4405.00 4405.00 + 7500.00 7500.00 4410.00 4410.00 + 7500.00 7500.00 4415.00 4415.00 + 7500.00 7500.00 4420.00 4420.00 + 7500.00 7500.00 4425.00 4425.00 + 7500.00 7500.00 4430.00 4430.00 + 7500.00 7500.00 4435.00 4435.00 + 7500.00 7500.00 4440.00 4440.00 + 7500.00 7500.00 4445.00 4445.00 + 7500.00 7500.00 4450.00 4450.00 + 7500.00 7500.00 4455.00 4455.00 + 7500.00 7500.00 4460.00 4460.00 + 7500.00 7500.00 4465.00 4465.00 + 7500.00 7500.00 4470.00 4470.00 + 7500.00 7500.00 4475.00 4475.00 + 7500.00 7500.00 4480.00 4480.00 + 7500.00 7500.00 4485.00 4485.00 + 7500.00 7500.00 4490.00 4490.00 + 7500.00 7500.00 4495.00 4495.00 + 7500.00 7500.00 4500.00 4500.00 + 7500.00 7500.00 4505.00 4505.00 + 7500.00 7500.00 4510.00 4510.00 + 7500.00 7500.00 4515.00 4515.00 + 7500.00 7500.00 4520.00 4520.00 + 7500.00 7500.00 4525.00 4525.00 + 7500.00 7500.00 4530.00 4530.00 + 7500.00 7500.00 4535.00 4535.00 + 7500.00 7500.00 4540.00 4540.00 + 7500.00 7500.00 4545.00 4545.00 + 7500.00 7500.00 4550.00 4550.00 + 7500.00 7500.00 4555.00 4555.00 + 7500.00 7500.00 4560.00 4560.00 + 7500.00 7500.00 4565.00 4565.00 + 7500.00 7500.00 4570.00 4570.00 + 7500.00 7500.00 4575.00 4575.00 + 7500.00 7500.00 4580.00 4580.00 + 7500.00 7500.00 4585.00 4585.00 + 7500.00 7500.00 4590.00 4590.00 + 7500.00 7500.00 4595.00 4595.00 + 7500.00 7500.00 4600.00 4600.00 + 7500.00 7500.00 4605.00 4605.00 + 7500.00 7500.00 4610.00 4610.00 + 7500.00 7500.00 4615.00 4615.00 + 7500.00 7500.00 4620.00 4620.00 + 7500.00 7500.00 4625.00 4625.00 + 7500.00 7500.00 4630.00 4630.00 + 7500.00 7500.00 4635.00 4635.00 + 7500.00 7500.00 4640.00 4640.00 + 7500.00 7500.00 4645.00 4645.00 + 7500.00 7500.00 4650.00 4650.00 + 7500.00 7500.00 4655.00 4655.00 + 7500.00 7500.00 4660.00 4660.00 + 7500.00 7500.00 4665.00 4665.00 + 7500.00 7500.00 4670.00 4670.00 + 7500.00 7500.00 4675.00 4675.00 + 7500.00 7500.00 4680.00 4680.00 + 7500.00 7500.00 4685.00 4685.00 + 7500.00 7500.00 4690.00 4690.00 + 7500.00 7500.00 4695.00 4695.00 + 7500.00 7500.00 4700.00 4700.00 + 7500.00 7500.00 4705.00 4705.00 + 7500.00 7500.00 4710.00 4710.00 + 7500.00 7500.00 4715.00 4715.00 + 7500.00 7500.00 4720.00 4720.00 + 7500.00 7500.00 4725.00 4725.00 + 7500.00 7500.00 4730.00 4730.00 + 7500.00 7500.00 4735.00 4735.00 + 7500.00 7500.00 4740.00 4740.00 + 7500.00 7500.00 4745.00 4745.00 + 7500.00 7500.00 4750.00 4750.00 + 7500.00 7500.00 4755.00 4755.00 + 7500.00 7500.00 4760.00 4760.00 + 7500.00 7500.00 4765.00 4765.00 + 7500.00 7500.00 4770.00 4770.00 + 7500.00 7500.00 4775.00 4775.00 + 7500.00 7500.00 4780.00 4780.00 + 7500.00 7500.00 4785.00 4785.00 + 7500.00 7500.00 4790.00 4790.00 + 7500.00 7500.00 4795.00 4795.00 + 7500.00 7500.00 4800.00 4800.00 + 7500.00 7500.00 4805.00 4805.00 + 7500.00 7500.00 4810.00 4810.00 + 7500.00 7500.00 4815.00 4815.00 + 7500.00 7500.00 4820.00 4820.00 + 7500.00 7500.00 4825.00 4825.00 + 7500.00 7500.00 4830.00 4830.00 + 7500.00 7500.00 4835.00 4835.00 + 7500.00 7500.00 4840.00 4840.00 + 7500.00 7500.00 4845.00 4845.00 + 7500.00 7500.00 4850.00 4850.00 + 7500.00 7500.00 4855.00 4855.00 + 7500.00 7500.00 4860.00 4860.00 + 7500.00 7500.00 4865.00 4865.00 + 7500.00 7500.00 4870.00 4870.00 + 7500.00 7500.00 4875.00 4875.00 + 7500.00 7500.00 4880.00 4880.00 + 7500.00 7500.00 4885.00 4885.00 + 7500.00 7500.00 4890.00 4890.00 + 7500.00 7500.00 4895.00 4895.00 + 7500.00 7500.00 4900.00 4900.00 + 7500.00 7500.00 4905.00 4905.00 + 7500.00 7500.00 4910.00 4910.00 + 7500.00 7500.00 4915.00 4915.00 + 7500.00 7500.00 4920.00 4920.00 + 7500.00 7500.00 4925.00 4925.00 + 7500.00 7500.00 4930.00 4930.00 + 7500.00 7500.00 4935.00 4935.00 + 7500.00 7500.00 4940.00 4940.00 + 7500.00 7500.00 4945.00 4945.00 + 7500.00 7500.00 4950.00 4950.00 + 7500.00 7500.00 4955.00 4955.00 + 7500.00 7500.00 4960.00 4960.00 + 7500.00 7500.00 4965.00 4965.00 + 7500.00 7500.00 4970.00 4970.00 + 7500.00 7500.00 4975.00 4975.00 + 7500.00 7500.00 4980.00 4980.00 + 7500.00 7500.00 4985.00 4985.00 + 7500.00 7500.00 4990.00 4990.00 + 7500.00 7500.00 4995.00 4995.00 + 7500.00 7500.00 5000.00 5000.00 + 7500.00 7500.00 5005.00 5005.00 + 7500.00 7500.00 5010.00 5010.00 + 7500.00 7500.00 5015.00 5015.00 + 7500.00 7500.00 5020.00 5020.00 + 7500.00 7500.00 5025.00 5025.00 + 7500.00 7500.00 5030.00 5030.00 + 7500.00 7500.00 5035.00 5035.00 + 7500.00 7500.00 5040.00 5040.00 + 7500.00 7500.00 5045.00 5045.00 + 7500.00 7500.00 5050.00 5050.00 + 7500.00 7500.00 5055.00 5055.00 + 7500.00 7500.00 5060.00 5060.00 + 7500.00 7500.00 5065.00 5065.00 + 7500.00 7500.00 5070.00 5070.00 + 7500.00 7500.00 5075.00 5075.00 + 7500.00 7500.00 5080.00 5080.00 + 7500.00 7500.00 5085.00 5085.00 + 7500.00 7500.00 5090.00 5090.00 + 7500.00 7500.00 5095.00 5095.00 + 7500.00 7500.00 5100.00 5100.00 + 7500.00 7500.00 5105.00 5105.00 + 7500.00 7500.00 5110.00 5110.00 + 7500.00 7500.00 5115.00 5115.00 + 7500.00 7500.00 5120.00 5120.00 + 7500.00 7500.00 5125.00 5125.00 + 7500.00 7500.00 5130.00 5130.00 + 7500.00 7500.00 5135.00 5135.00 + 7500.00 7500.00 5140.00 5140.00 + 7500.00 7500.00 5145.00 5145.00 + 7500.00 7500.00 5150.00 5150.00 + 7500.00 7500.00 5155.00 5155.00 + 7500.00 7500.00 5160.00 5160.00 + 7500.00 7500.00 5165.00 5165.00 + 7500.00 7500.00 5170.00 5170.00 + 7500.00 7500.00 5175.00 5175.00 + 7500.00 7500.00 5180.00 5180.00 + 7500.00 7500.00 5185.00 5185.00 + 7500.00 7500.00 5190.00 5190.00 + 7500.00 7500.00 5195.00 5195.00 + 7500.00 7500.00 5200.00 5200.00 + 7500.00 7500.00 5205.00 5205.00 + 7500.00 7500.00 5210.00 5210.00 + 7500.00 7500.00 5215.00 5215.00 + 7500.00 7500.00 5220.00 5220.00 + 7500.00 7500.00 5225.00 5225.00 + 7500.00 7500.00 5230.00 5230.00 + 7500.00 7500.00 5235.00 5235.00 + 7500.00 7500.00 5240.00 5240.00 + 7500.00 7500.00 5245.00 5245.00 + 7500.00 7500.00 5250.00 5250.00 + 7500.00 7500.00 5255.00 5255.00 + 7500.00 7500.00 5260.00 5260.00 + 7500.00 7500.00 5265.00 5265.00 + 7500.00 7500.00 5270.00 5270.00 + 7500.00 7500.00 5275.00 5275.00 + 7500.00 7500.00 5280.00 5280.00 + 7500.00 7500.00 5285.00 5285.00 + 7500.00 7500.00 5290.00 5290.00 + 7500.00 7500.00 5295.00 5295.00 + 7500.00 7500.00 5300.00 5300.00 + 7500.00 7500.00 5305.00 5305.00 + 7500.00 7500.00 5310.00 5310.00 + 7500.00 7500.00 5315.00 5315.00 + 7500.00 7500.00 5320.00 5320.00 + 7500.00 7500.00 5325.00 5325.00 + 7500.00 7500.00 5330.00 5330.00 + 7500.00 7500.00 5335.00 5335.00 + 7500.00 7500.00 5340.00 5340.00 + 7500.00 7500.00 5345.00 5345.00 + 7500.00 7500.00 5350.00 5350.00 + 7500.00 7500.00 5355.00 5355.00 + 7500.00 7500.00 5360.00 5360.00 + 7500.00 7500.00 5365.00 5365.00 + 7500.00 7500.00 5370.00 5370.00 + 7500.00 7500.00 5375.00 5375.00 + 7500.00 7500.00 5380.00 5380.00 + 7500.00 7500.00 5385.00 5385.00 + 7500.00 7500.00 5390.00 5390.00 + 7500.00 7500.00 5395.00 5395.00 + 7500.00 7500.00 5400.00 5400.00 + 7500.00 7500.00 5405.00 5405.00 + 7500.00 7500.00 5410.00 5410.00 + 7500.00 7500.00 5415.00 5415.00 + 7500.00 7500.00 5420.00 5420.00 + 7500.00 7500.00 5425.00 5425.00 + 7500.00 7500.00 5430.00 5430.00 + 7500.00 7500.00 5435.00 5435.00 + 7500.00 7500.00 5440.00 5440.00 + 7500.00 7500.00 5445.00 5445.00 + 7500.00 7500.00 5450.00 5450.00 + 7500.00 7500.00 5455.00 5455.00 + 7500.00 7500.00 5460.00 5460.00 + 7500.00 7500.00 5465.00 5465.00 + 7500.00 7500.00 5470.00 5470.00 + 7500.00 7500.00 5475.00 5475.00 + 7500.00 7500.00 5480.00 5480.00 + 7500.00 7500.00 5485.00 5485.00 + 7500.00 7500.00 5490.00 5490.00 + 7500.00 7500.00 5495.00 5495.00 + 7500.00 7500.00 5500.00 5500.00 + 7500.00 7500.00 5505.00 5505.00 + 7500.00 7500.00 5510.00 5510.00 + 7500.00 7500.00 5515.00 5515.00 + 7500.00 7500.00 5520.00 5520.00 + 7500.00 7500.00 5525.00 5525.00 + 7500.00 7500.00 5530.00 5530.00 + 7500.00 7500.00 5535.00 5535.00 + 7500.00 7500.00 5540.00 5540.00 + 7500.00 7500.00 5545.00 5545.00 + 7500.00 7500.00 5550.00 5550.00 + 7500.00 7500.00 5555.00 5555.00 + 7500.00 7500.00 5560.00 5560.00 + 7500.00 7500.00 5565.00 5565.00 + 7500.00 7500.00 5570.00 5570.00 + 7500.00 7500.00 5575.00 5575.00 + 7500.00 7500.00 5580.00 5580.00 + 7500.00 7500.00 5585.00 5585.00 + 7500.00 7500.00 5590.00 5590.00 + 7500.00 7500.00 5595.00 5595.00 + 7500.00 7500.00 5600.00 5600.00 + 7500.00 7500.00 5605.00 5605.00 + 7500.00 7500.00 5610.00 5610.00 + 7500.00 7500.00 5615.00 5615.00 + 7500.00 7500.00 5620.00 5620.00 + 7500.00 7500.00 5625.00 5625.00 + 7500.00 7500.00 5630.00 5630.00 + 7500.00 7500.00 5635.00 5635.00 + 7500.00 7500.00 5640.00 5640.00 + 7500.00 7500.00 5645.00 5645.00 + 7500.00 7500.00 5650.00 5650.00 + 7500.00 7500.00 5655.00 5655.00 + 7500.00 7500.00 5660.00 5660.00 + 7500.00 7500.00 5665.00 5665.00 + 7500.00 7500.00 5670.00 5670.00 + 7500.00 7500.00 5675.00 5675.00 + 7500.00 7500.00 5680.00 5680.00 + 7500.00 7500.00 5685.00 5685.00 + 7500.00 7500.00 5690.00 5690.00 + 7500.00 7500.00 5695.00 5695.00 + 7500.00 7500.00 5700.00 5700.00 + 7500.00 7500.00 5705.00 5705.00 + 7500.00 7500.00 5710.00 5710.00 + 7500.00 7500.00 5715.00 5715.00 + 7500.00 7500.00 5720.00 5720.00 + 7500.00 7500.00 5725.00 5725.00 + 7500.00 7500.00 5730.00 5730.00 + 7500.00 7500.00 5735.00 5735.00 + 7500.00 7500.00 5740.00 5740.00 + 7500.00 7500.00 5745.00 5745.00 + 7500.00 7500.00 5750.00 5750.00 + 7500.00 7500.00 5755.00 5755.00 + 7500.00 7500.00 5760.00 5760.00 + 7500.00 7500.00 5765.00 5765.00 + 7500.00 7500.00 5770.00 5770.00 + 7500.00 7500.00 5775.00 5775.00 + 7500.00 7500.00 5780.00 5780.00 + 7500.00 7500.00 5785.00 5785.00 + 7500.00 7500.00 5790.00 5790.00 + 7500.00 7500.00 5795.00 5795.00 + 7500.00 7500.00 5800.00 5800.00 + 7500.00 7500.00 5805.00 5805.00 + 7500.00 7500.00 5810.00 5810.00 + 7500.00 7500.00 5815.00 5815.00 + 7500.00 7500.00 5820.00 5820.00 + 7500.00 7500.00 5825.00 5825.00 + 7500.00 7500.00 5830.00 5830.00 + 7500.00 7500.00 5835.00 5835.00 + 7500.00 7500.00 5840.00 5840.00 + 7500.00 7500.00 5845.00 5845.00 + 7500.00 7500.00 5850.00 5850.00 + 7500.00 7500.00 5855.00 5855.00 + 7500.00 7500.00 5860.00 5860.00 + 7500.00 7500.00 5865.00 5865.00 + 7500.00 7500.00 5870.00 5870.00 + 7500.00 7500.00 5875.00 5875.00 + 7500.00 7500.00 5880.00 5880.00 + 7500.00 7500.00 5885.00 5885.00 + 7500.00 7500.00 5890.00 5890.00 + 7500.00 7500.00 5895.00 5895.00 + 7500.00 7500.00 5900.00 5900.00 + 7500.00 7500.00 5905.00 5905.00 + 7500.00 7500.00 5910.00 5910.00 + 7500.00 7500.00 5915.00 5915.00 + 7500.00 7500.00 5920.00 5920.00 + 7500.00 7500.00 5925.00 5925.00 + 7500.00 7500.00 5930.00 5930.00 + 7500.00 7500.00 5935.00 5935.00 + 7500.00 7500.00 5940.00 5940.00 + 7500.00 7500.00 5945.00 5945.00 + 7500.00 7500.00 5950.00 5950.00 + 7500.00 7500.00 5955.00 5955.00 + 7500.00 7500.00 5960.00 5960.00 + 7500.00 7500.00 5965.00 5965.00 + 7500.00 7500.00 5970.00 5970.00 + 7500.00 7500.00 5975.00 5975.00 + 7500.00 7500.00 5980.00 5980.00 + 7500.00 7500.00 5985.00 5985.00 + 7500.00 7500.00 5990.00 5990.00 + 7500.00 7500.00 5995.00 5995.00 + 7500.00 7500.00 6000.00 6000.00 + 7500.00 7500.00 6005.00 6005.00 + 7500.00 7500.00 6010.00 6010.00 + 7500.00 7500.00 6015.00 6015.00 + 7500.00 7500.00 6020.00 6020.00 + 7500.00 7500.00 6025.00 6025.00 + 7500.00 7500.00 6030.00 6030.00 + 7500.00 7500.00 6035.00 6035.00 + 7500.00 7500.00 6040.00 6040.00 + 7500.00 7500.00 6045.00 6045.00 + 7500.00 7500.00 6050.00 6050.00 + 7500.00 7500.00 6055.00 6055.00 + 7500.00 7500.00 6060.00 6060.00 + 7500.00 7500.00 6065.00 6065.00 + 7500.00 7500.00 6070.00 6070.00 + 7500.00 7500.00 6075.00 6075.00 + 7500.00 7500.00 6080.00 6080.00 + 7500.00 7500.00 6085.00 6085.00 + 7500.00 7500.00 6090.00 6090.00 + 7500.00 7500.00 6095.00 6095.00 + 7500.00 7500.00 6100.00 6100.00 + 7500.00 7500.00 6105.00 6105.00 + 7500.00 7500.00 6110.00 6110.00 + 7500.00 7500.00 6115.00 6115.00 + 7500.00 7500.00 6120.00 6120.00 + 7500.00 7500.00 6125.00 6125.00 + 7500.00 7500.00 6130.00 6130.00 + 7500.00 7500.00 6135.00 6135.00 + 7500.00 7500.00 6140.00 6140.00 + 7500.00 7500.00 6145.00 6145.00 + 7500.00 7500.00 6150.00 6150.00 + 7500.00 7500.00 6155.00 6155.00 + 7500.00 7500.00 6160.00 6160.00 + 7500.00 7500.00 6165.00 6165.00 + 7500.00 7500.00 6170.00 6170.00 + 7500.00 7500.00 6175.00 6175.00 + 7500.00 7500.00 6180.00 6180.00 + 7500.00 7500.00 6185.00 6185.00 + 7500.00 7500.00 6190.00 6190.00 + 7500.00 7500.00 6195.00 6195.00 + 7500.00 7500.00 6200.00 6200.00 + 7500.00 7500.00 6205.00 6205.00 + 7500.00 7500.00 6210.00 6210.00 + 7500.00 7500.00 6215.00 6215.00 + 7500.00 7500.00 6220.00 6220.00 + 7500.00 7500.00 6225.00 6225.00 + 7500.00 7500.00 6230.00 6230.00 + 7500.00 7500.00 6235.00 6235.00 + 7500.00 7500.00 6240.00 6240.00 + 7500.00 7500.00 6245.00 6245.00 + 7500.00 7500.00 6250.00 6250.00 + 7500.00 7500.00 6255.00 6255.00 + 7500.00 7500.00 6260.00 6260.00 + 7500.00 7500.00 6265.00 6265.00 + 7500.00 7500.00 6270.00 6270.00 + 7500.00 7500.00 6275.00 6275.00 + 7500.00 7500.00 6280.00 6280.00 + 7500.00 7500.00 6285.00 6285.00 + 7500.00 7500.00 6290.00 6290.00 + 7500.00 7500.00 6295.00 6295.00 + 7500.00 7500.00 6300.00 6300.00 + 7500.00 7500.00 6305.00 6305.00 + 7500.00 7500.00 6310.00 6310.00 + 7500.00 7500.00 6315.00 6315.00 + 7500.00 7500.00 6320.00 6320.00 + 7500.00 7500.00 6325.00 6325.00 + 7500.00 7500.00 6330.00 6330.00 + 7500.00 7500.00 6335.00 6335.00 + 7500.00 7500.00 6340.00 6340.00 + 7500.00 7500.00 6345.00 6345.00 + 7500.00 7500.00 6350.00 6350.00 + 7500.00 7500.00 6355.00 6355.00 + 7500.00 7500.00 6360.00 6360.00 + 7500.00 7500.00 6365.00 6365.00 + 7500.00 7500.00 6370.00 6370.00 + 7500.00 7500.00 6375.00 6375.00 + 7500.00 7500.00 6380.00 6380.00 + 7500.00 7500.00 6385.00 6385.00 + 7500.00 7500.00 6390.00 6390.00 + 7500.00 7500.00 6395.00 6395.00 + 7500.00 7500.00 6400.00 6400.00 + 7500.00 7500.00 6405.00 6405.00 + 7500.00 7500.00 6410.00 6410.00 + 7500.00 7500.00 6415.00 6415.00 + 7500.00 7500.00 6420.00 6420.00 + 7500.00 7500.00 6425.00 6425.00 + 7500.00 7500.00 6430.00 6430.00 + 7500.00 7500.00 6435.00 6435.00 + 7500.00 7500.00 6440.00 6440.00 + 7500.00 7500.00 6445.00 6445.00 + 7500.00 7500.00 6450.00 6450.00 + 7500.00 7500.00 6455.00 6455.00 + 7500.00 7500.00 6460.00 6460.00 + 7500.00 7500.00 6465.00 6465.00 + 7500.00 7500.00 6470.00 6470.00 + 7500.00 7500.00 6475.00 6475.00 + 7500.00 7500.00 6480.00 6480.00 + 7500.00 7500.00 6485.00 6485.00 + 7500.00 7500.00 6490.00 6490.00 + 7500.00 7500.00 6495.00 6495.00 + 7500.00 7500.00 6500.00 6500.00 + 7500.00 7500.00 6505.00 6505.00 + 7500.00 7500.00 6510.00 6510.00 + 7500.00 7500.00 6515.00 6515.00 + 7500.00 7500.00 6520.00 6520.00 + 7500.00 7500.00 6525.00 6525.00 + 7500.00 7500.00 6530.00 6530.00 + 7500.00 7500.00 6535.00 6535.00 + 7500.00 7500.00 6540.00 6540.00 + 7500.00 7500.00 6545.00 6545.00 + 7500.00 7500.00 6550.00 6550.00 + 7500.00 7500.00 6555.00 6555.00 + 7500.00 7500.00 6560.00 6560.00 + 7500.00 7500.00 6565.00 6565.00 + 7500.00 7500.00 6570.00 6570.00 + 7500.00 7500.00 6575.00 6575.00 + 7500.00 7500.00 6580.00 6580.00 + 7500.00 7500.00 6585.00 6585.00 + 7500.00 7500.00 6590.00 6590.00 + 7500.00 7500.00 6595.00 6595.00 + 7500.00 7500.00 6600.00 6600.00 + 7500.00 7500.00 6605.00 6605.00 + 7500.00 7500.00 6610.00 6610.00 + 7500.00 7500.00 6615.00 6615.00 + 7500.00 7500.00 6620.00 6620.00 + 7500.00 7500.00 6625.00 6625.00 + 7500.00 7500.00 6630.00 6630.00 + 7500.00 7500.00 6635.00 6635.00 + 7500.00 7500.00 6640.00 6640.00 + 7500.00 7500.00 6645.00 6645.00 + 7500.00 7500.00 6650.00 6650.00 + 7500.00 7500.00 6655.00 6655.00 + 7500.00 7500.00 6660.00 6660.00 + 7500.00 7500.00 6665.00 6665.00 + 7500.00 7500.00 6670.00 6670.00 + 7500.00 7500.00 6675.00 6675.00 + 7500.00 7500.00 6680.00 6680.00 + 7500.00 7500.00 6685.00 6685.00 + 7500.00 7500.00 6690.00 6690.00 + 7500.00 7500.00 6695.00 6695.00 + 7500.00 7500.00 6700.00 6700.00 + 7500.00 7500.00 6705.00 6705.00 + 7500.00 7500.00 6710.00 6710.00 + 7500.00 7500.00 6715.00 6715.00 + 7500.00 7500.00 6720.00 6720.00 + 7500.00 7500.00 6725.00 6725.00 + 7500.00 7500.00 6730.00 6730.00 + 7500.00 7500.00 6735.00 6735.00 + 7500.00 7500.00 6740.00 6740.00 + 7500.00 7500.00 6745.00 6745.00 + 7500.00 7500.00 6750.00 6750.00 + 7500.00 7500.00 6755.00 6755.00 + 7500.00 7500.00 6760.00 6760.00 + 7500.00 7500.00 6765.00 6765.00 + 7500.00 7500.00 6770.00 6770.00 + 7500.00 7500.00 6775.00 6775.00 + 7500.00 7500.00 6780.00 6780.00 + 7500.00 7500.00 6785.00 6785.00 + 7500.00 7500.00 6790.00 6790.00 + 7500.00 7500.00 6795.00 6795.00 + 7500.00 7500.00 6800.00 6800.00 + 7500.00 7500.00 6805.00 6805.00 + 7500.00 7500.00 6810.00 6810.00 + 7500.00 7500.00 6815.00 6815.00 + 7500.00 7500.00 6820.00 6820.00 + 7500.00 7500.00 6825.00 6825.00 + 7500.00 7500.00 6830.00 6830.00 + 7500.00 7500.00 6835.00 6835.00 + 7500.00 7500.00 6840.00 6840.00 + 7500.00 7500.00 6845.00 6845.00 + 7500.00 7500.00 6850.00 6850.00 + 7500.00 7500.00 6855.00 6855.00 + 7500.00 7500.00 6860.00 6860.00 + 7500.00 7500.00 6865.00 6865.00 + 7500.00 7500.00 6870.00 6870.00 + 7500.00 7500.00 6875.00 6875.00 + 7500.00 7500.00 6880.00 6880.00 + 7500.00 7500.00 6885.00 6885.00 + 7500.00 7500.00 6890.00 6890.00 + 7500.00 7500.00 6895.00 6895.00 + 7500.00 7500.00 6900.00 6900.00 + 7500.00 7500.00 6905.00 6905.00 + 7500.00 7500.00 6910.00 6910.00 + 7500.00 7500.00 6915.00 6915.00 + 7500.00 7500.00 6920.00 6920.00 + 7500.00 7500.00 6925.00 6925.00 + 7500.00 7500.00 6930.00 6930.00 + 7500.00 7500.00 6935.00 6935.00 + 7500.00 7500.00 6940.00 6940.00 + 7500.00 7500.00 6945.00 6945.00 + 7500.00 7500.00 6950.00 6950.00 + 7500.00 7500.00 6955.00 6955.00 + 7500.00 7500.00 6960.00 6960.00 + 7500.00 7500.00 6965.00 6965.00 + 7500.00 7500.00 6970.00 6970.00 + 7500.00 7500.00 6975.00 6975.00 + 7500.00 7500.00 6980.00 6980.00 + 7500.00 7500.00 6985.00 6985.00 + 7500.00 7500.00 6990.00 6990.00 + 7500.00 7500.00 6995.00 6995.00 + 7500.00 7500.00 7000.00 7000.00 + 7500.00 7500.00 7005.00 7005.00 + 7500.00 7500.00 7010.00 7010.00 + 7500.00 7500.00 7015.00 7015.00 + 7500.00 7500.00 7020.00 7020.00 + 7500.00 7500.00 7025.00 7025.00 + 7500.00 7500.00 7030.00 7030.00 + 7500.00 7500.00 7035.00 7035.00 + 7500.00 7500.00 7040.00 7040.00 + 7500.00 7500.00 7045.00 7045.00 + 7500.00 7500.00 7050.00 7050.00 + 7500.00 7500.00 7055.00 7055.00 + 7500.00 7500.00 7060.00 7060.00 + 7500.00 7500.00 7065.00 7065.00 + 7500.00 7500.00 7070.00 7070.00 + 7500.00 7500.00 7075.00 7075.00 + 7500.00 7500.00 7080.00 7080.00 + 7500.00 7500.00 7085.00 7085.00 + 7500.00 7500.00 7090.00 7090.00 + 7500.00 7500.00 7095.00 7095.00 + 7500.00 7500.00 7100.00 7100.00 + 7500.00 7500.00 7105.00 7105.00 + 7500.00 7500.00 7110.00 7110.00 + 7500.00 7500.00 7115.00 7115.00 + 7500.00 7500.00 7120.00 7120.00 + 7500.00 7500.00 7125.00 7125.00 + 7500.00 7500.00 7130.00 7130.00 + 7500.00 7500.00 7135.00 7135.00 + 7500.00 7500.00 7140.00 7140.00 + 7500.00 7500.00 7145.00 7145.00 + 7500.00 7500.00 7150.00 7150.00 + 7500.00 7500.00 7155.00 7155.00 + 7500.00 7500.00 7160.00 7160.00 + 7500.00 7500.00 7165.00 7165.00 + 7500.00 7500.00 7170.00 7170.00 + 7500.00 7500.00 7175.00 7175.00 + 7500.00 7500.00 7180.00 7180.00 + 7500.00 7500.00 7185.00 7185.00 + 7500.00 7500.00 7190.00 7190.00 + 7500.00 7500.00 7195.00 7195.00 + 7500.00 7500.00 7200.00 7200.00 + 7500.00 7500.00 7205.00 7205.00 + 7500.00 7500.00 7210.00 7210.00 + 7500.00 7500.00 7215.00 7215.00 + 7500.00 7500.00 7220.00 7220.00 + 7500.00 7500.00 7225.00 7225.00 + 7500.00 7500.00 7230.00 7230.00 + 7500.00 7500.00 7235.00 7235.00 + 7500.00 7500.00 7240.00 7240.00 + 7500.00 7500.00 7245.00 7245.00 + 7500.00 7500.00 7250.00 7250.00 + 7500.00 7500.00 7255.00 7255.00 + 7500.00 7500.00 7260.00 7260.00 + 7500.00 7500.00 7265.00 7265.00 + 7500.00 7500.00 7270.00 7270.00 + 7500.00 7500.00 7275.00 7275.00 + 7500.00 7500.00 7280.00 7280.00 + 7500.00 7500.00 7285.00 7285.00 + 7500.00 7500.00 7290.00 7290.00 + 7500.00 7500.00 7295.00 7295.00 + 7500.00 7500.00 7300.00 7300.00 + 7500.00 7500.00 7305.00 7305.00 + 7500.00 7500.00 7310.00 7310.00 + 7500.00 7500.00 7315.00 7315.00 + 7500.00 7500.00 7320.00 7320.00 + 7500.00 7500.00 7325.00 7325.00 + 7500.00 7500.00 7330.00 7330.00 + 7500.00 7500.00 7335.00 7335.00 + 7500.00 7500.00 7340.00 7340.00 + 7500.00 7500.00 7345.00 7345.00 + 7500.00 7500.00 7350.00 7350.00 + 7500.00 7500.00 7355.00 7355.00 + 7500.00 7500.00 7360.00 7360.00 + 7500.00 7500.00 7365.00 7365.00 + 7500.00 7500.00 7370.00 7370.00 + 7500.00 7500.00 7375.00 7375.00 + 7500.00 7500.00 7380.00 7380.00 + 7500.00 7500.00 7385.00 7385.00 + 7500.00 7500.00 7390.00 7390.00 + 7500.00 7500.00 7395.00 7395.00 + 7500.00 7500.00 7400.00 7400.00 + 7500.00 7500.00 7405.00 7405.00 + 7500.00 7500.00 7410.00 7410.00 + 7500.00 7500.00 7415.00 7415.00 + 7500.00 7500.00 7420.00 7420.00 + 7500.00 7500.00 7425.00 7425.00 + 7500.00 7500.00 7430.00 7430.00 + 7500.00 7500.00 7435.00 7435.00 + 7500.00 7500.00 7440.00 7440.00 + 7500.00 7500.00 7445.00 7445.00 + 7500.00 7500.00 7450.00 7450.00 + 7500.00 7500.00 7455.00 7455.00 + 7500.00 7500.00 7460.00 7460.00 + 7500.00 7500.00 7465.00 7465.00 + 7500.00 7500.00 7470.00 7470.00 + 7500.00 7500.00 7475.00 7475.00 + 7500.00 7500.00 7480.00 7480.00 + 7500.00 7500.00 7485.00 7485.00 + 7500.00 7500.00 7490.00 7490.00 + 7500.00 7500.00 7495.00 7495.00 + 7500.00 7500.00 7500.00 7500.00 + 7500.00 7500.00 7505.00 7505.00 + 7500.00 7500.00 7510.00 7510.00 + 7500.00 7500.00 7515.00 7515.00 + 7500.00 7500.00 7520.00 7520.00 + 7500.00 7500.00 7525.00 7525.00 + 7500.00 7500.00 7530.00 7530.00 + 7500.00 7500.00 7535.00 7535.00 + 7500.00 7500.00 7540.00 7540.00 + 7500.00 7500.00 7545.00 7545.00 + 7500.00 7500.00 7550.00 7550.00 + 7500.00 7500.00 7555.00 7555.00 + 7500.00 7500.00 7560.00 7560.00 + 7500.00 7500.00 7565.00 7565.00 + 7500.00 7500.00 7570.00 7570.00 + 7500.00 7500.00 7575.00 7575.00 + 7500.00 7500.00 7580.00 7580.00 + 7500.00 7500.00 7585.00 7585.00 + 7500.00 7500.00 7590.00 7590.00 + 7500.00 7500.00 7595.00 7595.00 + 7500.00 7500.00 7600.00 7600.00 + 7500.00 7500.00 7605.00 7605.00 + 7500.00 7500.00 7610.00 7610.00 + 7500.00 7500.00 7615.00 7615.00 + 7500.00 7500.00 7620.00 7620.00 + 7500.00 7500.00 7625.00 7625.00 + 7500.00 7500.00 7630.00 7630.00 + 7500.00 7500.00 7635.00 7635.00 + 7500.00 7500.00 7640.00 7640.00 + 7500.00 7500.00 7645.00 7645.00 + 7500.00 7500.00 7650.00 7650.00 + 7500.00 7500.00 7655.00 7655.00 + 7500.00 7500.00 7660.00 7660.00 + 7500.00 7500.00 7665.00 7665.00 + 7500.00 7500.00 7670.00 7670.00 + 7500.00 7500.00 7675.00 7675.00 + 7500.00 7500.00 7680.00 7680.00 + 7500.00 7500.00 7685.00 7685.00 + 7500.00 7500.00 7690.00 7690.00 + 7500.00 7500.00 7695.00 7695.00 + 7500.00 7500.00 7700.00 7700.00 + 7500.00 7500.00 7705.00 7705.00 + 7500.00 7500.00 7710.00 7710.00 + 7500.00 7500.00 7715.00 7715.00 + 7500.00 7500.00 7720.00 7720.00 + 7500.00 7500.00 7725.00 7725.00 + 7500.00 7500.00 7730.00 7730.00 + 7500.00 7500.00 7735.00 7735.00 + 7500.00 7500.00 7740.00 7740.00 + 7500.00 7500.00 7745.00 7745.00 + 7500.00 7500.00 7750.00 7750.00 + 7500.00 7500.00 7755.00 7755.00 + 7500.00 7500.00 7760.00 7760.00 + 7500.00 7500.00 7765.00 7765.00 + 7500.00 7500.00 7770.00 7770.00 + 7500.00 7500.00 7775.00 7775.00 + 7500.00 7500.00 7780.00 7780.00 + 7500.00 7500.00 7785.00 7785.00 + 7500.00 7500.00 7790.00 7790.00 + 7500.00 7500.00 7795.00 7795.00 + 7500.00 7500.00 7800.00 7800.00 + 7500.00 7500.00 7805.00 7805.00 + 7500.00 7500.00 7810.00 7810.00 + 7500.00 7500.00 7815.00 7815.00 + 7500.00 7500.00 7820.00 7820.00 + 7500.00 7500.00 7825.00 7825.00 + 7500.00 7500.00 7830.00 7830.00 + 7500.00 7500.00 7835.00 7835.00 + 7500.00 7500.00 7840.00 7840.00 + 7500.00 7500.00 7845.00 7845.00 + 7500.00 7500.00 7850.00 7850.00 + 7500.00 7500.00 7855.00 7855.00 + 7500.00 7500.00 7860.00 7860.00 + 7500.00 7500.00 7865.00 7865.00 + 7500.00 7500.00 7870.00 7870.00 + 7500.00 7500.00 7875.00 7875.00 + 7500.00 7500.00 7880.00 7880.00 + 7500.00 7500.00 7885.00 7885.00 + 7500.00 7500.00 7890.00 7890.00 + 7500.00 7500.00 7895.00 7895.00 + 7500.00 7500.00 7900.00 7900.00 + 7500.00 7500.00 7905.00 7905.00 + 7500.00 7500.00 7910.00 7910.00 + 7500.00 7500.00 7915.00 7915.00 + 7500.00 7500.00 7920.00 7920.00 + 7500.00 7500.00 7925.00 7925.00 + 7500.00 7500.00 7930.00 7930.00 + 7500.00 7500.00 7935.00 7935.00 + 7500.00 7500.00 7940.00 7940.00 + 7500.00 7500.00 7945.00 7945.00 + 7500.00 7500.00 7950.00 7950.00 + 7500.00 7500.00 7955.00 7955.00 + 7500.00 7500.00 7960.00 7960.00 + 7500.00 7500.00 7965.00 7965.00 + 7500.00 7500.00 7970.00 7970.00 + 7500.00 7500.00 7975.00 7975.00 + 7500.00 7500.00 7980.00 7980.00 + 7500.00 7500.00 7985.00 7985.00 + 7500.00 7500.00 7990.00 7990.00 + 7500.00 7500.00 7995.00 7995.00 + 7500.00 7500.00 8000.00 8000.00 + 7500.00 7500.00 8005.00 8005.00 + 7500.00 7500.00 8010.00 8010.00 + 7500.00 7500.00 8015.00 8015.00 + 7500.00 7500.00 8020.00 8020.00 + 7500.00 7500.00 8025.00 8025.00 + 7500.00 7500.00 8030.00 8030.00 + 7500.00 7500.00 8035.00 8035.00 + 7500.00 7500.00 8040.00 8040.00 + 7500.00 7500.00 8045.00 8045.00 + 7500.00 7500.00 8050.00 8050.00 + 7500.00 7500.00 8055.00 8055.00 + 7500.00 7500.00 8060.00 8060.00 + 7500.00 7500.00 8065.00 8065.00 + 7500.00 7500.00 8070.00 8070.00 + 7500.00 7500.00 8075.00 8075.00 + 7500.00 7500.00 8080.00 8080.00 + 7500.00 7500.00 8085.00 8085.00 + 7500.00 7500.00 8090.00 8090.00 + 7500.00 7500.00 8095.00 8095.00 + 7500.00 7500.00 8100.00 8100.00 + 7500.00 7500.00 8105.00 8105.00 + 7500.00 7500.00 8110.00 8110.00 + 7500.00 7500.00 8115.00 8115.00 + 7500.00 7500.00 8120.00 8120.00 + 7500.00 7500.00 8125.00 8125.00 + 7500.00 7500.00 8130.00 8130.00 + 7500.00 7500.00 8135.00 8135.00 + 7500.00 7500.00 8140.00 8140.00 + 7500.00 7500.00 8145.00 8145.00 + 7500.00 7500.00 8150.00 8150.00 + 7500.00 7500.00 8155.00 8155.00 + 7500.00 7500.00 8160.00 8160.00 + 7500.00 7500.00 8165.00 8165.00 + 7500.00 7500.00 8170.00 8170.00 + 7500.00 7500.00 8175.00 8175.00 + 7500.00 7500.00 8180.00 8180.00 + 7500.00 7500.00 8185.00 8185.00 + 7500.00 7500.00 8190.00 8190.00 + 7500.00 7500.00 8195.00 8195.00 + 7500.00 7500.00 8200.00 8200.00 + 7500.00 7500.00 8205.00 8205.00 + 7500.00 7500.00 8210.00 8210.00 + 7500.00 7500.00 8215.00 8215.00 + 7500.00 7500.00 8220.00 8220.00 + 7500.00 7500.00 8225.00 8225.00 + 7500.00 7500.00 8230.00 8230.00 + 7500.00 7500.00 8235.00 8235.00 + 7500.00 7500.00 8240.00 8240.00 + 7500.00 7500.00 8245.00 8245.00 + 7500.00 7500.00 8250.00 8250.00 + 7500.00 7500.00 8255.00 8255.00 + 7500.00 7500.00 8260.00 8260.00 + 7500.00 7500.00 8265.00 8265.00 + 7500.00 7500.00 8270.00 8270.00 + 7500.00 7500.00 8275.00 8275.00 + 7500.00 7500.00 8280.00 8280.00 + 7500.00 7500.00 8285.00 8285.00 + 7500.00 7500.00 8290.00 8290.00 + 7500.00 7500.00 8295.00 8295.00 + 7500.00 7500.00 8300.00 8300.00 + 7500.00 7500.00 8305.00 8305.00 + 7500.00 7500.00 8310.00 8310.00 + 7500.00 7500.00 8315.00 8315.00 + 7500.00 7500.00 8320.00 8320.00 + 7500.00 7500.00 8325.00 8325.00 + 7500.00 7500.00 8330.00 8330.00 + 7500.01 7500.00 8335.00 8335.00 + 7500.01 7500.00 8340.00 8340.00 + 7500.02 7500.00 8345.00 8345.00 + 7500.02 7500.00 8350.00 8350.00 + 7500.03 7500.00 8355.00 8355.00 + 7500.03 7500.00 8360.00 8360.00 + 7500.04 7500.00 8365.00 8365.00 + 7500.04 7500.00 8370.00 8370.00 + 7500.05 7500.00 8375.00 8375.00 + 7500.05 7500.00 8380.00 8380.00 + 7500.06 7500.00 8385.00 8385.00 + 7500.06 7500.00 8390.00 8390.00 + 7500.07 7500.00 8395.00 8395.00 + 7500.07 7500.00 8400.00 8400.00 + 7500.08 7500.00 8405.00 8405.00 + 7500.08 7500.00 8410.00 8410.00 + 7500.09 7500.00 8415.00 8415.00 + 7500.09 7500.00 8420.00 8420.00 + 7500.10 7500.00 8425.00 8425.00 + 7500.10 7500.00 8425.00 8425.00 +-999 + diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/expected/wellpaths/PROD_Y1.dev b/tests/testdata/well_trajectory/resinsight_mlt/expected/wellpaths/PROD_Y1.dev similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/expected/wellpaths/PROD_Y1.dev rename to tests/testdata/well_trajectory/resinsight_mlt/expected/wellpaths/PROD_Y1.dev diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/expected/wellpaths/PROD_Y2.dev b/tests/testdata/well_trajectory/resinsight_mlt/expected/wellpaths/PROD_Y2.dev similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/expected/wellpaths/PROD_Y2.dev rename to tests/testdata/well_trajectory/resinsight_mlt/expected/wellpaths/PROD_Y2.dev diff --git a/tests/testdata/well_trajectory/spe1case1_mlt/formations.lyr b/tests/testdata/well_trajectory/resinsight_mlt/formations.lyr similarity index 100% rename from tests/testdata/well_trajectory/spe1case1_mlt/formations.lyr rename to tests/testdata/well_trajectory/resinsight_mlt/formations.lyr diff --git a/tests/testdata/well_trajectory/resinsight_mlt/mlt_p1_z.json b/tests/testdata/well_trajectory/resinsight_mlt/mlt_p1_z.json new file mode 100644 index 00000000..bdf6b307 --- /dev/null +++ b/tests/testdata/well_trajectory/resinsight_mlt/mlt_p1_z.json @@ -0,0 +1 @@ +{"INJ": {"1": -0.25, "2": 0.0}, "PROD": {"2": -0.5}} diff --git a/tests/testdata/well_trajectory/resinsight_mlt/mlt_p2_a.json b/tests/testdata/well_trajectory/resinsight_mlt/mlt_p2_a.json new file mode 100644 index 00000000..02a2007b --- /dev/null +++ b/tests/testdata/well_trajectory/resinsight_mlt/mlt_p2_a.json @@ -0,0 +1 @@ +{"INJ": {"1": 0.5, "2": 0.5}, "PROD": {"2": 0.5}} diff --git a/tests/testdata/well_trajectory/resinsight_mlt/mlt_p2_b.json b/tests/testdata/well_trajectory/resinsight_mlt/mlt_p2_b.json new file mode 100644 index 00000000..ca094ab0 --- /dev/null +++ b/tests/testdata/well_trajectory/resinsight_mlt/mlt_p2_b.json @@ -0,0 +1 @@ +{"INJ": {"1": 0.0, "2": 0.0}, "PROD": {"2": 0.0}} diff --git a/tests/testdata/well_trajectory/resinsight_mlt/mlt_p2_c.json b/tests/testdata/well_trajectory/resinsight_mlt/mlt_p2_c.json new file mode 100644 index 00000000..02a2007b --- /dev/null +++ b/tests/testdata/well_trajectory/resinsight_mlt/mlt_p2_c.json @@ -0,0 +1 @@ +{"INJ": {"1": 0.5, "2": 0.5}, "PROD": {"2": 0.5}} diff --git a/tests/testdata/well_trajectory/resinsight_mlt/mlt_p3_x.json b/tests/testdata/well_trajectory/resinsight_mlt/mlt_p3_x.json new file mode 100644 index 00000000..b4c6b988 --- /dev/null +++ b/tests/testdata/well_trajectory/resinsight_mlt/mlt_p3_x.json @@ -0,0 +1 @@ +{"INJ": {"1": -0.45, "2": -0.25}, "PROD": {"2": 0.5}} diff --git a/tests/testdata/well_trajectory/resinsight_mlt/mlt_p3_y.json b/tests/testdata/well_trajectory/resinsight_mlt/mlt_p3_y.json new file mode 100644 index 00000000..3f761aa1 --- /dev/null +++ b/tests/testdata/well_trajectory/resinsight_mlt/mlt_p3_y.json @@ -0,0 +1 @@ +{"INJ": {"1": -0.25, "2": 0.45}, "PROD": {"2": 0.5}} diff --git a/tests/testdata/well_trajectory/resinsight_mlt/mlt_p3_z.json b/tests/testdata/well_trajectory/resinsight_mlt/mlt_p3_z.json new file mode 100644 index 00000000..0a0936b6 --- /dev/null +++ b/tests/testdata/well_trajectory/resinsight_mlt/mlt_p3_z.json @@ -0,0 +1 @@ +{"INJ": {"1": -0.25, "2": 0.0}, "PROD": {"2": 0.5}} diff --git a/tests/testdata/well_trajectory/resinsight_mlt/p1_x.json b/tests/testdata/well_trajectory/resinsight_mlt/p1_x.json new file mode 100644 index 00000000..0b9fbf78 --- /dev/null +++ b/tests/testdata/well_trajectory/resinsight_mlt/p1_x.json @@ -0,0 +1 @@ +{"INJ": -0.25, "PROD": 0.25} \ No newline at end of file diff --git a/tests/testdata/well_trajectory/resinsight_mlt/p1_y.json b/tests/testdata/well_trajectory/resinsight_mlt/p1_y.json new file mode 100644 index 00000000..0b9fbf78 --- /dev/null +++ b/tests/testdata/well_trajectory/resinsight_mlt/p1_y.json @@ -0,0 +1 @@ +{"INJ": -0.25, "PROD": 0.25} \ No newline at end of file diff --git a/tests/testdata/well_trajectory/resinsight_mlt/p1_z.json b/tests/testdata/well_trajectory/resinsight_mlt/p1_z.json new file mode 100644 index 00000000..070b674e --- /dev/null +++ b/tests/testdata/well_trajectory/resinsight_mlt/p1_z.json @@ -0,0 +1 @@ +{"INJ": -0.5, "PROD": -0.5} \ No newline at end of file diff --git a/tests/testdata/well_trajectory/resinsight_mlt/p2_a.json b/tests/testdata/well_trajectory/resinsight_mlt/p2_a.json new file mode 100644 index 00000000..dd89ff76 --- /dev/null +++ b/tests/testdata/well_trajectory/resinsight_mlt/p2_a.json @@ -0,0 +1 @@ +{"INJ": 0.5, "PROD": 0.5} \ No newline at end of file diff --git a/tests/testdata/well_trajectory/resinsight_mlt/p2_b.json b/tests/testdata/well_trajectory/resinsight_mlt/p2_b.json new file mode 100644 index 00000000..c2925d1a --- /dev/null +++ b/tests/testdata/well_trajectory/resinsight_mlt/p2_b.json @@ -0,0 +1 @@ +{"INJ": 0.0, "PROD": 0.0} \ No newline at end of file diff --git a/tests/testdata/well_trajectory/resinsight_mlt/p2_c.json b/tests/testdata/well_trajectory/resinsight_mlt/p2_c.json new file mode 100644 index 00000000..dd89ff76 --- /dev/null +++ b/tests/testdata/well_trajectory/resinsight_mlt/p2_c.json @@ -0,0 +1 @@ +{"INJ": 0.5, "PROD": 0.5} \ No newline at end of file diff --git a/tests/testdata/well_trajectory/resinsight_mlt/p3_x.json b/tests/testdata/well_trajectory/resinsight_mlt/p3_x.json new file mode 100644 index 00000000..6fdc0726 --- /dev/null +++ b/tests/testdata/well_trajectory/resinsight_mlt/p3_x.json @@ -0,0 +1 @@ +{"INJ": -0.25001, "PROD": 0.25001} \ No newline at end of file diff --git a/tests/testdata/well_trajectory/resinsight_mlt/p3_y.json b/tests/testdata/well_trajectory/resinsight_mlt/p3_y.json new file mode 100644 index 00000000..0b9fbf78 --- /dev/null +++ b/tests/testdata/well_trajectory/resinsight_mlt/p3_y.json @@ -0,0 +1 @@ +{"INJ": -0.25, "PROD": 0.25} \ No newline at end of file diff --git a/tests/testdata/well_trajectory/resinsight_mlt/p3_z.json b/tests/testdata/well_trajectory/resinsight_mlt/p3_z.json new file mode 100644 index 00000000..dd89ff76 --- /dev/null +++ b/tests/testdata/well_trajectory/resinsight_mlt/p3_z.json @@ -0,0 +1 @@ +{"INJ": 0.5, "PROD": 0.5} \ No newline at end of file