<?xml version="1.0" encoding="UTF-8"?>
<map>
<positions max="1">
	<position>
		<territory start="12">Cy</territory>
	</position>
	<position>
		<territory start="12">Satchel</territory>
	</position>
	<position>
		<territory start="12">Bob</territory>
	</position>
	<position>
		<territory start="12">Nolan</territory>
	</position>
	<position>
		<territory start="12">Dennis</territory>
	</position>
	<position>
		<territory start="12">Greg</territory>
	</position>
	<position>
		<territory start="12">Sandy</territory>
	</position>
	<position>
		<territory start="12">Lefty</territory>
	</position>
</positions>
<requirement>
	<name>a territory other than Home run</name>
	<components>
		<territory>C1</territory>
		<territory>C3</territory>
		<territory>Willie</territory>
		<territory>C2</territory>
		<territory>C4</territory>
		<territory>RC1</territory>
		<territory>RC4</territory>
		<territory>Ball 4</territory>
		<territory>RC2</territory>
		<territory>RC3</territory>
		<territory>RC5</territory>
		<territory>Hank</territory>
		<territory>RF1</territory>
		<territory>RF3</territory>
		<territory>RF2</territory>
		<territory>RF4</territory>
		<territory>Ball 8</territory>
		<territory>LC5</territory>
		<territory>LC2</territory>
		<territory>LC4</territory>
		<territory>Ball 3</territory>
		<territory>LC3</territory>
		<territory>LC1</territory>
		<territory>LC6</territory>
		<territory>Ted</territory>
		<territory>LF2</territory>
		<territory>LF1</territory>
		<territory>LF3</territory>
		<territory>LF4</territory>
		<territory>Ball 5</territory>
		<territory>Cy</territory>
		<territory>Satchel</territory>
		<territory>Bob</territory>
		<territory>Nolan</territory>
		<territory>Dennis</territory>
		<territory>Greg</territory>
		<territory>Sandy</territory>
		<territory>Lefty</territory>
		<territory>Yogi</territory>
		<territory>Home Plate</territory>
		<territory>Babe</territory>
		<territory>CD2</territory>
		<territory>CD3</territory>
		<territory>CD4</territory>
		<territory>CD1</territory>
		<territory>Ball 9</territory>
		<territory>Mound</territory>
		<territory>3rd Base</territory>
		<territory>1st Base</territory>
		<territory>2nd Base</territory>
		<territory>Ball 6</territory>
		<territory>Ball 7</territory>
		<territory>RD2</territory>
		<territory>RD3</territory>
		<territory>RD1</territory>
		<territory>RD4</territory>
		<territory>LD1</territory>
		<territory>LD2</territory>
		<territory>LD3</territory>
		<territory>LD4</territory>
		<territory>LI6</territory>
		<territory>lI7</territory>
		<territory>LI5</territory>
		<territory>LI4</territory>
		<territory>LI1</territory>
		<territory>LI3</territory>
		<territory>LI2</territory>
		<territory>Ozzie</territory>
		<territory>Jackie</territory>
		<territory>RI6</territory>
		<territory>RI7</territory>
		<territory>RI1</territory>
		<territory>RI2</territory>
		<territory>RI4</territory>
		<territory>RI5</territory>
		<territory>RI3</territory>
		<territory>Lou</territory>
		<territory>Mike</territory>
	</components>
	<required>1</required>
</requirement>
<objective>
	<name>all bases</name>
	<components>
		<territory>1st Base</territory>
		<territory>2nd Base</territory>
		<territory>3rd Base</territory>
		<territory>Home Plate</territory>
	</components>
</objective>
<continent>
	<name>1st Base</name>
	<bonus>2</bonus>
	<components>
		<territory>1st Base</territory>
	</components>
</continent>
<continent>
	<name>2nd Base</name>
	<bonus>2</bonus>
	<components>
		<territory>2nd Base</territory>
	</components>
</continent>
<continent>
	<name>3rd Base</name>
	<bonus>2</bonus>
	<components>
		<territory>3rd Base</territory>
	</components>
</continent>
<continent>
	<name>Home Plate</name>
	<bonus>2</bonus>
	<components>
		<territory>Home Plate</territory>
	</components>
</continent>
<continent>
	<name>one base</name>
	<bonus>0</bonus>
	<components>
		<territory>1st Base</territory>
		<territory>2nd Base</territory>
		<territory>3rd Base</territory>
	</components>
	<required>1</required>
</continent>
<continent>
	<name>two bases</name>
	<bonus>0</bonus>
	<components>
		<territory>1st Base</territory>
		<territory>2nd Base</territory>
		<territory>3rd Base</territory>
	</components>
	<required>2</required>
</continent>
<continent>
	<name>three bases</name>
	<bonus>0</bonus>
	<components>
		<territory>1st Base</territory>
		<territory>2nd Base</territory>
		<territory>3rd Base</territory>
	</components>
	<required>3</required>
</continent>
<continent>
	<name>Home Run 1</name>
	<bonus>2</bonus>
	<components>
		<territory>Ball 1: Home Run</territory>
	</components>
</continent>
<continent>
	<name>Home Run 1 with one base</name>
	<bonus>4</bonus>
	<components>
		<territory>Ball 1: Home Run</territory>
		<continent>one base</continent>
	</components>
	<overrides>
		<override>Home Run 1</override>
	</overrides>
</continent>
<continent>
	<name>Home Run 1 with two bases</name>
	<bonus>6</bonus>
	<components>
		<territory>Ball 1: Home Run</territory>
		<continent>two bases</continent>
	</components>
	<overrides>
		<override>Home Run 1 with one base</override>
	</overrides>
</continent>
<continent>
	<name>Home Run 1 with three bases</name>
	<bonus>8</bonus>
	<components>
		<territory>Ball 1: Home Run</territory>
		<continent>three bases</continent>
	</components>
	<overrides>
		<override>Home Run 1 with two bases</override>
	</overrides>
</continent>
<continent>
	<name>Home Run 2</name>
	<bonus>2</bonus>
	<components>
		<territory>Ball 2: Home Run</territory>
	</components>
</continent>
<continent>
	<name>Home Run 2 with one base</name>
	<bonus>4</bonus>
	<components>
		<territory>Ball 2: Home Run</territory>
		<continent>one base</continent>
	</components>
	<overrides>
		<override>Home Run 2</override>
	</overrides>
</continent>
<continent>
	<name>Home Run 2 with two bases</name>
	<bonus>6</bonus>
	<components>
		<territory>Ball 2: Home Run</territory>
		<continent>two bases</continent>
	</components>
	<overrides>
		<override>Home Run 2 with one base</override>
	</overrides>
</continent>
<continent>
	<name>Home Run 2 with three bases</name>
	<bonus>8</bonus>
	<components>
		<territory>Ball 2: Home Run</territory>
		<continent>three bases</continent>
	</components>
	<overrides>
		<override>Home Run 2 with two bases</override>
	</overrides>
</continent>
<continent>
	<name>Center Diamond</name>
	<bonus>3</bonus>
	<components>
		<territory>CD1</territory>
		<territory>CD4</territory>
		<territory>CD3</territory>
		<territory>CD2</territory>
	</components>
</continent>
<continent>
	<name>Right Diamond</name>
	<bonus>3</bonus>
	<components>
		<territory>RD3</territory>
		<territory>RD4</territory>
		<territory>RD1</territory>
		<territory>RD2</territory>
	</components>
</continent>
<continent>
	<name>Left Diamond</name>
	<bonus>3</bonus>
	<components>
		<territory>LD1</territory>
		<territory>LD2</territory>
		<territory>LD3</territory>
		<territory>LD4</territory>
	</components>
</continent>
<continent>
	<name>Right Infield</name>
	<bonus>5</bonus>
	<components>
		<territory>RI1</territory>
		<territory>RI2</territory>
		<territory>RI3</territory>
		<territory>RI4</territory>
		<territory>RI5</territory>
		<territory>RI6</territory>
		<territory>RI7</territory>
	</components>
</continent>
<continent>
	<name>Left Infield</name>
	<bonus>5</bonus>
	<components>
		<territory>LI1</territory>
		<territory>LI2</territory>
		<territory>LI3</territory>
		<territory>LI4</territory>
		<territory>LI5</territory>
		<territory>LI6</territory>
		<territory>lI7</territory>
	</components>
</continent>
<continent>
	<name>Left Field</name>
	<bonus>2</bonus>
	<components>
		<territory>LF1</territory>
		<territory>LF2</territory>
		<territory>LF3</territory>
		<territory>LF4</territory>
	</components>
</continent>
<continent>
	<name>Center Left Field</name>
	<bonus>4</bonus>
	<components>
		<territory>LC1</territory>
		<territory>LC2</territory>
		<territory>LC3</territory>
		<territory>LC4</territory>
		<territory>LC5</territory>
		<territory>LC6</territory>
	</components>
</continent>
<continent>
	<name>Center Field</name>
	<bonus>3</bonus>
	<components>
		<territory>C1</territory>
		<territory>C2</territory>
		<territory>C3</territory>
		<territory>C4</territory>
	</components>
</continent>
<continent>
	<name>Center Right Field</name>
	<bonus>4</bonus>
	<components>
		<territory>RC1</territory>
		<territory>RC2</territory>
		<territory>RC3</territory>
		<territory>RC4</territory>
		<territory>RC5</territory>
	</components>
</continent>
<continent>
	<name>Right Field</name>
	<bonus>2</bonus>
	<components>
		<territory>RF1</territory>
		<territory>RF2</territory>
		<territory>RF3</territory>
		<territory>RF4</territory>
	</components>
</continent>
<territory>
	<name>Lefty</name>
	<borders>
		<border>Babe</border>
	</borders>
	<coordinates>
		<smallx>272</smallx>
		<smally>555</smally>
		<largex>365</largex>
		<largey>732</largey>
	</coordinates>
	<neutral>1</neutral>
	<bonus>2</bonus>
</territory>
<territory>
	<name>Sandy</name>
	<borders>
		<border>Babe</border>
	</borders>
	<coordinates>
		<smallx>246</smallx>
		<smally>512</smally>
		<largex>332</largex>
		<largey>675</largey>
	</coordinates>
	<neutral>1</neutral>
	<bonus>2</bonus>
</territory>
<territory>
	<name>Greg</name>
	<borders>
		<border>Babe</border>
	</borders>
	<coordinates>
		<smallx>209</smallx>
		<smally>479</smally>
		<largex>280</largex>
		<largey>631</largey>
	</coordinates>
	<neutral>1</neutral>
	<bonus>2</bonus>
</territory>
<territory>
	<name>Dennis</name>
	<borders>
		<border>Babe</border>
	</borders>
	<coordinates>
		<smallx>171</smallx>
		<smally>439</smally>
		<largex>229</largex>
		<largey>578</largey>
	</coordinates>
	<neutral>1</neutral>
	<bonus>2</bonus>
</territory>
<territory>
	<name>Nolan</name>
	<borders>
		<border>Babe</border>
	</borders>
	<coordinates>
		<smallx>133</smallx>
		<smally>401</smally>
		<largex>179</largex>
		<largey>527</largey>
	</coordinates>
	<neutral>1</neutral>
	<bonus>2</bonus>
</territory>
<territory>
	<name>Bob</name>
	<borders>
		<border>Babe</border>
	</borders>
	<coordinates>
		<smallx>98</smallx>
		<smally>366</smally>
		<largex>132</largex>
		<largey>480</largey>
	</coordinates>
	<neutral>1</neutral>
	<bonus>2</bonus>
</territory>
<territory>
	<name>Satchel</name>
	<borders>
		<border>Babe</border>
	</borders>
	<coordinates>
		<smallx>57</smallx>
		<smally>328</smally>
		<largex>77</largex>
		<largey>430</largey>
	</coordinates>
	<neutral>1</neutral>
	<bonus>2</bonus>
</territory>
<territory>
	<name>Cy</name>
	<borders>
		<border>Babe</border>
	</borders>
	<coordinates>
		<smallx>21</smallx>
		<smally>294</smally>
		<largex>29</largex>
		<largey>385</largey>
	</coordinates>
	<neutral>1</neutral>
	<bonus>2</bonus>
</territory>
<territory>
	<name>Babe</name>
	<borders>
		<border>Ball 1: Home Run</border>
		<border>Ball 2: Home Run</border>
		<border>Ball 3</border>
		<border>Ball 4</border>
		<border>Ball 5</border>
		<border>Ball 6</border>
		<border>Ball 7</border>
		<border>Ball 8</border>
		<border>Ball 9</border>
	</borders>
	<coordinates>
		<smallx>399</smallx>
		<smally>510</smally>
		<largex>535</largex>
		<largey>674</largey>
	</coordinates>
	<neutral killer="yes">1</neutral>
</territory>
<territory>
	<name>Yogi</name>
	<borders>
		<border>Home Plate</border>
		<border>Lou</border>
		<border>Jackie</border>
		<border>Ozzie</border>
		<border>Mike</border>
		<border>CD3</border>
		<border>CD2</border>
	</borders>
	<coordinates>
		<smallx>313</smallx>
		<smally>534</smally>
		<largex>418</largex>
		<largey>706</largey>
	</coordinates>
	<neutral>2</neutral>
	<bonus>1</bonus>
</territory>
<territory>
	<name>Ted</name>
	<borders>
		<border>LC1</border>
		<border>LC2</border>
		<border>LC3</border>
		<border>LC4</border>
		<border>LC5</border>
		<border>LC6</border>
		<border>LI1</border>
		<border>LI2</border>
		<border>LF1</border>
		<border>LF2</border>
		<border>LF3</border>
		<border>LF4</border>
		<border>Mike</border>
		<border>Ozzie</border>
	</borders>
	<coordinates>
		<smallx>133</smallx>
		<smally>178</smally>
		<largex>179</largex>
		<largey>230</largey>
	</coordinates>
	<neutral>2</neutral>
	<bonus>1</bonus>
</territory>
<territory>
	<name>Willie</name>
	<borders>
		<border>C1</border>
		<border>C2</border>
		<border>C3</border>
		<border>C4</border>
		<border>LC2</border>
		<border>LC5</border>
		<border>LI2</border>
		<border>RI1</border>
		<border>RC4</border>
		<border>RC1</border>
		<border>Ozzie</border>
		<border>Jackie</border>
	</borders>
	<coordinates>
		<smallx>320</smallx>
		<smally>114</smally>
		<largex>428</largex>
		<largey>146</largey>
	</coordinates>
	<neutral>2</neutral>
	<bonus>1</bonus>
</territory>
<territory>
	<name>Hank</name>
	<borders>
		<border>RC3</border>
		<border>RC5</border>
		<border>RF1</border>
		<border>RC2</border>
		<border>RC4</border>
		<border>RI2</border>
		<border>RI3</border>
		<border>RF2</border>
		<border>RF3</border>
		<border>Jackie</border>
		<border>Lou</border>
	</borders>
	<coordinates>
		<smallx>491</smallx>
		<smally>175</smally>
		<largex>656</largex>
		<largey>227</largey>
	</coordinates>
	<neutral>2</neutral>
	<bonus>1</bonus>
</territory>
<territory>
	<name>Jackie</name>
	<borders>
		<border>RI7</border>
		<border>RI2</border>
		<border>RI4</border>
		<border>Ball 7</border>
		<border>RI6</border>
		<border>RD1</border>
		<border>RD4</border>
		<border>2nd Base</border>
		<border>RI1</border>
		<border>RC4</border>
		<border>RC5</border>
		<border>RI3</border>
		<border>RI5</border>
		<border>Lou</border>
		<border>Ozzie</border>
		<border>Yogi</border>
		<border>Mike</border>
	</borders>
	<coordinates>
		<smallx>388</smallx>
		<smally>284</smally>
		<largex>520</largex>
		<largey>371</largey>
	</coordinates>
	<neutral>2</neutral>
	<bonus>1</bonus>
</territory>
<territory>
	<name>Lou</name>
	<borders>
		<border>RD2</border>
		<border>RD1</border>
		<border>1st Base</border>
		<border>CD3</border>
		<border>CD4</border>
		<border>RD3</border>
		<border>RD4</border>
		<border>RI7</border>
		<border>RI6</border>
		<border>Jackie</border>
		<border>Ozzie</border>
		<border>Mike</border>
		<border>Yogi</border>
	</borders>
	<coordinates>
		<smallx>411</smallx>
		<smally>379</smally>
		<largex>549</largex>
		<largey>498</largey>
	</coordinates>
	<neutral>2</neutral>
	<bonus>1</bonus>
</territory>
<territory>
	<name>Ozzie</name>
	<borders>
		<border>LI4</border>
		<border>LI5</border>
		<border>LI3</border>
		<border>Ball 6</border>
		<border>LD1</border>
		<border>LD2</border>
		<border>lI7</border>
		<border>LI6</border>
		<border>LI1</border>
		<border>LI2</border>
		<border>2nd Base</border>
		<border>Jackie</border>
		<border>Lou</border>
		<border>Yogi</border>
		<border>Mike</border>
	</borders>
	<coordinates>
		<smallx>240</smallx>
		<smally>269</smally>
		<largex>321</largex>
		<largey>351</largey>
	</coordinates>
	<neutral>2</neutral>
	<bonus>1</bonus>
</territory>
<territory>
	<name>Mike</name>
	<borders>
		<border>LD4</border>
		<border>LD2</border>
		<border>3rd Base</border>
		<border>LI6</border>
		<border>lI7</border>
		<border>LI4</border>
		<border>LD1</border>
		<border>LD3</border>
		<border>Mound</border>
		<border>Ball 9</border>
		<border>CD1</border>
		<border>Yogi</border>
		<border>Lou</border>
		<border>Jackie</border>
		<border>Ozzie</border>
	</borders>
	<coordinates>
		<smallx>203</smallx>
		<smally>379</smally>
		<largex>272</largex>
		<largey>498</largey>
	</coordinates>
	<neutral>2</neutral>
	<bonus>1</bonus>
</territory>
<territory>
	<name>1st Base</name>
	<borders>
		<border>RD2</border>
		<border>Lou</border>
		<border>RD1</border>
		<border>RI6</border>
	</borders>
	<coordinates>
		<smallx>441</smallx>
		<smally>377</smally>
		<largex>590</largex>
		<largey>496</largey>
	</coordinates>
	<neutral>4</neutral>
</territory>
<territory>
	<name>2nd Base</name>
	<borders>
		<border>Ball 6</border>
		<border>LI4</border>
		<border>LI3</border>
		<border>LI2</border>
		<border>RI1</border>
		<border>RI7</border>
		<border>RD4</border>
	</borders>
	<coordinates>
		<smallx>311</smallx>
		<smally>247</smally>
		<largex>416</largex>
		<largey>323</largey>
	</coordinates>
	<neutral>4</neutral>
</territory>
<territory>
	<name>3rd Base</name>
	<borders>
		<border>LD4</border>
		<border>Mike</border>
		<border>LD2</border>
		<border>lI7</border>
		<border>LI6</border>
	</borders>
	<coordinates>
		<smallx>176</smallx>
		<smally>373</smally>
		<largex>236</largex>
		<largey>491</largey>
	</coordinates>
	<neutral>4</neutral>
</territory>
<territory>
	<name>Home Plate</name>
	<borders>
		<border>CD2</border>
		<border>CD3</border>
		<border>Yogi</border>
	</borders>
	<coordinates>
		<smallx>307</smallx>
		<smally>504</smally>
		<largex>411</largex>
		<largey>665</largey>
	</coordinates>
	<neutral>4</neutral>
</territory>
<territory>
	<name>Ball 1: Home Run</name>
	<borders>
	</borders>
	<coordinates>
		<smallx>558</smallx>
		<smally>74</smally>
		<largex>745</largex>
		<largey>93</largey>
	</coordinates>
	<neutral>8</neutral>
</territory>
<territory>
	<name>Ball 2: Home Run</name>
	<borders>
	</borders>
	<coordinates>
		<smallx>573</smallx>
		<smally>160</smally>
		<largex>765</largex>
		<largey>207</largey>
	</coordinates>
	<neutral>8</neutral>
</territory>
<territory>
	<name>Ball 3</name>
	<borders>
		<border>LC4</border>
	</borders>
	<coordinates>
		<smallx>207</smallx>
		<smally>141</smally>
		<largex>276</largex>
		<largey>183</largey>
	</coordinates>
	<neutral killer="yes">1</neutral>
</territory>
<territory>
	<name>Ball 4</name>
	<borders>
		<border>RC2</border>
		<border>RC3</border>
		<border>RC4</border>
	</borders>
	<coordinates>
		<smallx>432</smallx>
		<smally>122</smally>
		<largex>577</largex>
		<largey>157</largey>
	</coordinates>
	<neutral killer="yes">1</neutral>
</territory>
<territory>
	<name>Ball 8</name>
	<borders>
		<border>RF4</border>
		<border>RF2</border>
	</borders>
	<coordinates>
		<smallx>552</smallx>
		<smally>275</smally>
		<largex>739</largex>
		<largey>362</largey>
	</coordinates>
	<neutral killer="yes">1</neutral>
</territory>
<territory>
	<name>Ball 5</name>
	<borders>
		<border>LI6</border>
		<border>LI1</border>
		<border>LF4</border>
	</borders>
	<coordinates>
		<smallx>111</smallx>
		<smally>314</smally>
		<largex>151</largex>
		<largey>414</largey>
	</coordinates>
	<neutral killer="yes">1</neutral>
</territory>
<territory>
	<name>Ball 6</name>
	<borders>
		<border>LD1</border>
		<border>LI4</border>
		<border>2nd Base</border>
		<border>RD4</border>
	</borders>
	<coordinates>
		<smallx>295</smallx>
		<smally>268</smally>
		<largex>396</largex>
		<largey>353</largey>
	</coordinates>
	<neutral killer="yes">1</neutral>
</territory>
<territory>
	<name>Ball 7</name>
	<borders>
		<border>RI5</border>
		<border>RI6</border>
		<border>RI7</border>
	</borders>
	<coordinates>
		<smallx>419</smallx>
		<smally>315</smally>
		<largex>561</largex>
		<largey>414</largey>
	</coordinates>
	<neutral killer="yes">1</neutral>
</territory>
<territory>
	<name>Ball 9</name>
	<borders>
		<border>LD4</border>
		<border>CD1</border>
	</borders>
	<coordinates>
		<smallx>256</smallx>
		<smally>401</smally>
		<largex>343</largex>
		<largey>529</largey>
	</coordinates>
	<neutral killer="yes">1</neutral>
</territory>
<territory>
	<name>Mound</name>
	<borders>
		<border>CD1</border>
		<border>CD4</border>
		<border>RD3</border>
		<border>LD1</border>
		<border>LD3</border>
		<border>LD4</border>
	</borders>
	<bombardments>
		<bombardment>Lefty</bombardment>
		<bombardment>Sandy</bombardment>
		<bombardment>Greg</bombardment>
		<bombardment>Dennis</bombardment>
		<bombardment>Nolan</bombardment>
		<bombardment>Bob</bombardment>
		<bombardment>Satchel</bombardment>
		<bombardment>Cy</bombardment>
	</bombardments>
	<coordinates>
		<smallx>310</smallx>
		<smally>387</smally>
		<largex>413</largex>
		<largey>508</largey>
	</coordinates>
	<neutral killer="yes">15</neutral>
</territory>
<territory>
	<name>CD1</name>
	<borders>
		<border>LD4</border>
		<border>Ball 9</border>
		<border>Mound</border>
		<border>CD4</border>
		<border>CD2</border>
	</borders>
	<coordinates>
		<smallx>275</smallx>
		<smally>420</smally>
		<largex>368</largex>
		<largey>552</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>CD2</name>
	<borders>
		<border>CD1</border>
		<border>CD4</border>
		<border>CD3</border>
		<border>Home Plate</border>
	</borders>
	<coordinates>
		<smallx>288</smallx>
		<smally>465</smally>
		<largex>385</largex>
		<largey>612</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>CD3</name>
	<borders>
		<border>Home Plate</border>
		<border>CD2</border>
		<border>CD4</border>
		<border>RD2</border>
	</borders>
	<coordinates>
		<smallx>332</smallx>
		<smally>459</smally>
		<largex>444</largex>
		<largey>604</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>CD4</name>
	<borders>
		<border>Mound</border>
		<border>RD3</border>
		<border>RD2</border>
		<border>CD3</border>
		<border>CD2</border>
		<border>CD1</border>
	</borders>
	<coordinates>
		<smallx>336</smallx>
		<smally>411</smally>
		<largex>449</largex>
		<largey>540</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>RD1</name>
	<borders>
		<border>RD3</border>
		<border>RD4</border>
		<border>RI7</border>
		<border>RI6</border>
		<border>1st Base</border>
		<border>RD2</border>
		<border>Lou</border>
	</borders>
	<coordinates>
		<smallx>383</smallx>
		<smally>342</smally>
		<largex>512</largex>
		<largey>448</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>RD2</name>
	<borders>
		<border>CD3</border>
		<border>CD4</border>
		<border>RD3</border>
		<border>RD1</border>
		<border>Lou</border>
		<border>1st Base</border>
	</borders>
	<coordinates>
		<smallx>369</smallx>
		<smally>387</smally>
		<largex>524</largex>
		<largey>539</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>RD3</name>
	<borders>
		<border>CD4</border>
		<border>RD2</border>
		<border>RD1</border>
		<border>RD4</border>
		<border>LD1</border>
		<border>Mound</border>
	</borders>
	<coordinates>
		<smallx>336</smallx>
		<smally>359</smally>
		<largex>449</largex>
		<largey>471</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>RD4</name>
	<borders>
		<border>RD3</border>
		<border>RD1</border>
		<border>RI7</border>
		<border>2nd Base</border>
		<border>Ball 6</border>
		<border>LD1</border>
	</borders>
	<coordinates>
		<smallx>345</smallx>
		<smally>312</smally>
		<largex>461</largex>
		<largey>408</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>LD1</name>
	<borders>
		<border>Mound</border>
		<border>RD3</border>
		<border>RD4</border>
		<border>Ball 6</border>
		<border>LI4</border>
		<border>LD2</border>
		<border>LD3</border>
	</borders>
	<coordinates>
		<smallx>282</smallx>
		<smally>326</smally>
		<largex>377</largex>
		<largey>427</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>LD2</name>
	<borders>
		<border>3rd Base</border>
		<border>LD4</border>
		<border>LD3</border>
		<border>LD1</border>
		<border>LI4</border>
		<border>lI7</border>
		<border>Mike</border>
	</borders>
	<coordinates>
		<smallx>236</smallx>
		<smally>344</smally>
		<largex>316</largex>
		<largey>451</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>LD3</name>
	<borders>
		<border>LD4</border>
		<border>Mound</border>
		<border>LD1</border>
		<border>LD2</border>
	</borders>
	<coordinates>
		<smallx>263</smallx>
		<smally>366</smally>
		<largex>352</largex>
		<largey>480</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>LD4</name>
	<borders>
		<border>3rd Base</border>
		<border>Mike</border>
		<border>LD2</border>
		<border>LD3</border>
		<border>Mound</border>
		<border>CD1</border>
		<border>Ball 9</border>
	</borders>
	<coordinates>
		<smallx>237</smallx>
		<smally>386</smally>
		<largex>301</largex>
		<largey>539</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>RI1</name>
	<borders>
		<border>RI7</border>
		<border>RI2</border>
		<border>RC4</border>
		<border>C4</border>
		<border>LI2</border>
		<border>2nd Base</border>
	</borders>
	<coordinates>
		<smallx>351</smallx>
		<smally>216</smally>
		<largex>469</largex>
		<largey>281</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>RI2</name>
	<borders>
		<border>RI7</border>
		<border>Jackie</border>
		<border>RI4</border>
		<border>RI3</border>
		<border>RC5</border>
		<border>RC4</border>
		<border>RI1</border>
	</borders>
	<coordinates>
		<smallx>390</smallx>
		<smally>224</smally>
		<largex>521</largex>
		<largey>291</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>RI3</name>
	<borders>
		<border>RI6</border>
		<border>RI5</border>
		<border>RI4</border>
		<border>RI2</border>
		<border>RC5</border>
		<border>RF2</border>
	</borders>
	<coordinates>
		<smallx>473</smallx>
		<smally>287</smally>
		<largex>632</largex>
		<largey>375</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>RI4</name>
	<borders>
		<border>Jackie</border>
		<border>RI7</border>
		<border>RI5</border>
		<border>RI3</border>
		<border>RI2</border>
	</borders>
	<coordinates>
		<smallx>422</smallx>
		<smally>275</smally>
		<largex>564</largex>
		<largey>359</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>RI5</name>
	<borders>
		<border>RI7</border>
		<border>Ball 7</border>
		<border>RI6</border>
		<border>RI3</border>
		<border>RI4</border>
	</borders>
	<coordinates>
		<smallx>447</smallx>
		<smally>310</smally>
		<largex>597</largex>
		<largey>406</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>RI6</name>
	<borders>
		<border>RI3</border>
		<border>RI5</border>
		<border>Ball 7</border>
		<border>RI7</border>
		<border>RD1</border>
		<border>1st Base</border>
	</borders>
	<coordinates>
		<smallx>438</smallx>
		<smally>339</smally>
		<largex>585</largex>
		<largey>444</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>RI7</name>
	<borders>
		<border>Ball 7</border>
		<border>RI5</border>
		<border>RI4</border>
		<border>Jackie</border>
		<border>RI2</border>
		<border>RI1</border>
		<border>2nd Base</border>
		<border>RD4</border>
		<border>RD1</border>
		<border>RI6</border>
	</borders>
	<coordinates>
		<smallx>358</smallx>
		<smally>277</smally>
		<largex>479</largex>
		<largey>362</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>LI1</name>
	<borders>
		<border>LI5</border>
		<border>LI3</border>
		<border>LI2</border>
		<border>LC6</border>
		<border>Ball 5</border>
		<border>LI6</border>
		<border>LF4</border>
	</borders>
	<coordinates>
		<smallx>189</smallx>
		<smally>250</smally>
		<largex>253</largex>
		<largey>326</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>LI2</name>
	<borders>
		<border>LI1</border>
		<border>LI3</border>
		<border>2nd Base</border>
		<border>RI1</border>
		<border>C4</border>
		<border>LC5</border>
		<border>LC6</border>
	</borders>
	<coordinates>
		<smallx>267</smallx>
		<smally>205</smally>
		<largex>357</largex>
		<largey>266</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>LI3</name>
	<borders>
		<border>LI5</border>
		<border>Ozzie</border>
		<border>LI4</border>
		<border>2nd Base</border>
		<border>LI2</border>
		<border>LI1</border>
	</borders>
	<coordinates>
		<smallx>269</smallx>
		<smally>234</smally>
		<largex>360</largex>
		<largey>305</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>LI4</name>
	<borders>
		<border>Ozzie</border>
		<border>LI5</border>
		<border>lI7</border>
		<border>LD2</border>
		<border>LD1</border>
		<border>Ball 6</border>
		<border>2nd Base</border>
		<border>LI3</border>
	</borders>
	<coordinates>
		<smallx>233</smallx>
		<smally>303</smally>
		<largex>312</largex>
		<largey>397</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>LI5</name>
	<borders>
		<border>LI6</border>
		<border>lI7</border>
		<border>LI4</border>
		<border>Ozzie</border>
		<border>LI3</border>
		<border>LI1</border>
	</borders>
	<coordinates>
		<smallx>201</smallx>
		<smally>288</smally>
		<largex>269</largex>
		<largey>377</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>LI6</name>
	<borders>
		<border>Ball 5</border>
		<border>LI1</border>
		<border>LI5</border>
		<border>lI7</border>
		<border>3rd Base</border>
	</borders>
	<coordinates>
		<smallx>145</smallx>
		<smally>329</smally>
		<largex>195</largex>
		<largey>431</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>lI7</name>
	<borders>
		<border>LI6</border>
		<border>LI5</border>
		<border>LI4</border>
		<border>LD2</border>
		<border>3rd Base</border>
	</borders>
	<coordinates>
		<smallx>191</smallx>
		<smally>339</smally>
		<largex>256</largex>
		<largey>444</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>LF1</name>
	<borders>
		<border>LF3</border>
		<border>LF2</border>
	</borders>
	<coordinates>
		<smallx>57</smallx>
		<smally>217</smally>
		<largex>77</largex>
		<largey>282</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>LF2</name>
	<borders>
		<border>LF1</border>
		<border>LF3</border>
		<border>LF4</border>
		<border>LC6</border>
		<border>Ted</border>
		<border>LC1</border>
	</borders>
	<coordinates>
		<smallx>102</smallx>
		<smally>187</smally>
		<largex>137</largex>
		<largey>242</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>LF3</name>
	<borders>
		<border>LF4</border>
		<border>LF2</border>
		<border>LF1</border>
	</borders>
	<coordinates>
		<smallx>95</smallx>
		<smally>236</smally>
		<largex>128</largex>
		<largey>307</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>LF4</name>
	<borders>
		<border>Ball 5</border>
		<border>LI1</border>
		<border>LC6</border>
		<border>LF2</border>
		<border>LF3</border>
	</borders>
	<coordinates>
		<smallx>119</smallx>
		<smally>264</smally>
		<largex>160</largex>
		<largey>345</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>LC1</name>
	<borders>
		<border>LF2</border>
		<border>Ted</border>
		<border>LC6</border>
		<border>LC3</border>
		<border>LC2</border>
	</borders>
	<coordinates>
		<smallx>142</smallx>
		<smally>137</smally>
		<largex>191</largex>
		<largey>175</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>LC2</name>
	<borders>
		<border>LC1</border>
		<border>LC3</border>
		<border>LC4</border>
		<border>LC5</border>
		<border>C3</border>
		<border>C1</border>
	</borders>
	<coordinates>
		<smallx>200</smallx>
		<smally>93</smally>
		<largex>268</largex>
		<largey>117</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>LC3</name>
	<borders>
		<border>LC1</border>
		<border>LC6</border>
		<border>LC2</border>
		<border>LC4</border>
	</borders>
	<coordinates>
		<smallx>171</smallx>
		<smally>136</smally>
		<largex>229</largex>
		<largey>174</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>LC4</name>
	<borders>
		<border>LC3</border>
		<border>LC6</border>
		<border>LC5</border>
		<border>LC2</border>
		<border>Ball 3</border>
	</borders>
	<coordinates>
		<smallx>197</smallx>
		<smally>126</smally>
		<largex>261</largex>
		<largey>159</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>LC5</name>
	<borders>
		<border>LC2</border>
		<border>LC4</border>
		<border>LC6</border>
		<border>LI2</border>
		<border>C4</border>
		<border>C3</border>
	</borders>
	<coordinates>
		<smallx>243</smallx>
		<smally>148</smally>
		<largex>325</largex>
		<largey>190</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>LC6</name>
	<borders>
		<border>Ted</border>
		<border>LF2</border>
		<border>LF4</border>
		<border>LI1</border>
		<border>LI2</border>
		<border>LC5</border>
		<border>LC4</border>
		<border>LC3</border>
		<border>LC1</border>
	</borders>
	<coordinates>
		<smallx>182</smallx>
		<smally>185</smally>
		<largex>244</largex>
		<largey>239</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>C1</name>
	<borders>
		<border>LC2</border>
		<border>C3</border>
		<border>C2</border>
	</borders>
	<coordinates>
		<smallx>281</smallx>
		<smally>58</smally>
		<largex>376</largex>
		<largey>70</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>C2</name>
	<borders>
		<border>C1</border>
		<border>C3</border>
		<border>Willie</border>
		<border>C4</border>
		<border>RC1</border>
	</borders>
	<coordinates>
		<smallx>351</smallx>
		<smally>74</smally>
		<largex>469</largex>
		<largey>91</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>C3</name>
	<borders>
		<border>LC2</border>
		<border>LC5</border>
		<border>C4</border>
		<border>Willie</border>
		<border>C2</border>
		<border>C1</border>
	</borders>
	<coordinates>
		<smallx>277</smallx>
		<smally>106</smally>
		<largex>371</largex>
		<largey>134</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>C4</name>
	<borders>
		<border>C3</border>
		<border>LC5</border>
		<border>LI2</border>
		<border>RI1</border>
		<border>RC4</border>
		<border>RC1</border>
		<border>C2</border>
		<border>Willie</border>
	</borders>
	<coordinates>
		<smallx>312</smallx>
		<smally>165</smally>
		<largex>417</largex>
		<largey>213</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>RC1</name>
	<borders>
		<border>C2</border>
		<border>C4</border>
		<border>RC4</border>
		<border>RC2</border>
	</borders>
	<coordinates>
		<smallx>393</smallx>
		<smally>94</smally>
		<largex>525</largex>
		<largey>118</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>RC2</name>
	<borders>
		<border>RC1</border>
		<border>RC4</border>
		<border>Ball 4</border>
		<border>RC3</border>
	</borders>
	<coordinates>
		<smallx>449</smallx>
		<smally>108</smally>
		<largex>600</largex>
		<largey>137</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>RC3</name>
	<borders>
		<border>RC2</border>
		<border>Ball 4</border>
		<border>RC4</border>
		<border>RC5</border>
		<border>Hank</border>
		<border>RF1</border>
	</borders>
	<coordinates>
		<smallx>457</smallx>
		<smally>143</smally>
		<largex>611</largex>
		<largey>183</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>RC4</name>
	<borders>
		<border>Ball 4</border>
		<border>RC2</border>
		<border>RC1</border>
		<border>C4</border>
		<border>RI1</border>
		<border>RI2</border>
		<border>RC5</border>
		<border>RC3</border>
	</borders>
	<coordinates>
		<smallx>401</smallx>
		<smally>159</smally>
		<largex>536</largex>
		<largey>205</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>RC5</name>
	<borders>
		<border>Hank</border>
		<border>RC3</border>
		<border>RC4</border>
		<border>RI2</border>
		<border>RI3</border>
		<border>RF2</border>
		<border>RF1</border>
	</borders>
	<coordinates>
		<smallx>453</smallx>
		<smally>209</smally>
		<largex>605</largex>
		<largey>271</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>RF1</name>
	<borders>
		<border>RC3</border>
		<border>Hank</border>
		<border>RC5</border>
		<border>RF2</border>
		<border>RF3</border>
	</borders>
	<coordinates>
		<smallx>522</smallx>
		<smally>170</smally>
		<largex>697</largex>
		<largey>219</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>RF2</name>
	<borders>
		<border>RF1</border>
		<border>RF3</border>
		<border>RF4</border>
		<border>Ball 8</border>
		<border>RI3</border>
		<border>RC5</border>
	</borders>
	<coordinates>
		<smallx>503</smallx>
		<smally>254</smally>
		<largex>672</largex>
		<largey>331</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>RF3</name>
	<borders>
		<border>RF1</border>
		<border>RF2</border>
		<border>RF4</border>
	</borders>
	<coordinates>
		<smallx>552</smallx>
		<smally>208</smally>
		<largex>737</largex>
		<largey>270</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
<territory>
	<name>RF4</name>
	<borders>
		<border>RF3</border>
		<border>RF2</border>
		<border>Ball 8</border>
	</borders>
	<coordinates>
		<smallx>561</smallx>
		<smally>255</smally>
		<largex>749</largex>
		<largey>333</largey>
	</coordinates>
	<neutral>1</neutral>
</territory>
</map>