<?xml version="1.0"?>
<map>
    <title>USA: Southeast</title>
    <smallwidth>600</smallwidth>
    <smallheight>460</smallheight>
    <largewidth>750</largewidth>
    <largeheight>575</largeheight>
    <filetype>png</filetype>
<!-- Beginning of Continents -->
<continent>
      <name>North Carolina</name>
      <bonus>4</bonus>
      <components>
         <territory>Asheville</territory>
         <territory>Greensboro</territory>
         <territory>Charlotte</territory>
         <territory>Raleigh</territory>
         <territory>Kitty hawk</territory>
         <territory>Wilmington</territory>
      </components>
</continent>
         <!---->
<continent>
      <name>Tennessee</name>
      <bonus>3</bonus>
      <components>
         <territory>Memphis</territory>
         <territory>Medina</territory>
         <territory>Nashville</territory>
         <territory>Knoxville</territory>
         <territory>Chattanooga</territory>
      </components>
</continent>
         <!---->
<continent>
      <name>Mississippi</name>
      <bonus>2</bonus>
      <components>
         <territory>Grenada</territory>
         <territory>Tupelo</territory>
         <territory>Jackson</territory>
         <territory>Gulfport</territory>
      </components>
</continent>
         <!---->
<continent>
      <name>Alabama</name>
      <bonus>3</bonus>
      <components>
         <territory>Florence</territory>
         <territory>Tuscaloosa</territory>
         <territory>Mobile</territory>
         <territory>Montgomery</territory>
         <territory>Birmingham</territory>
      </components>
</continent>
         <!---->
<continent>
      <name>Georgia</name>
      <bonus>5</bonus>
      <components>
         <territory>Atlanta</territory>
         <territory>Augusta</territory>
         <territory>Dalton</territory>
         <territory>Columbus</territory>
         <territory>Macon</territory>
         <territory>Savannah</territory>
      </components>
</continent>
         <!---->
<continent>
      <name>South Carolina</name>
      <bonus>3</bonus>
      <components>
         <territory>Greenville</territory>
         <territory>Columbia</territory>
         <territory>Myrtle Beach</territory>
         <territory>Charleston</territory>
      </components>
</continent>
         <!---->
<continent>
      <name>Florida</name>
      <bonus>5</bonus>
      <components>
         <territory>Pensacola</territory>
         <territory>Tallahassee</territory>
         <territory>Lake City</territory>
         <territory>Jacksonville</territory>
         <territory>Daytona Beach</territory>
         <territory>Orlando</territory>
         <territory>Tampa</territory>
         <territory>West Palm Beach</territory>
         <territory>Key West</territory>
         <territory>Miami</territory>
      </components>
</continent>
         <!---->
<continent>
      <name>Any 4 State Capitals</name>
      <bonus>1</bonus>
      <components>
         <territory>Jackson</territory>
         <territory>Nashville</territory>
         <territory>Montgomery</territory>
         <territory>Tallahassee</territory>
         <territory>Atlanta</territory>
         <territory>Columbia</territory>
         <territory>Raleigh</territory>
      </components>
    <required>4</required>
</continent>
         <!---->
<continent>
      <name>Any 5 State Capitals</name>
      <bonus>2</bonus>
      <components>
         <territory>Jackson</territory>
         <territory>Nashville</territory>
         <territory>Montgomery</territory>
         <territory>Tallahassee</territory>
         <territory>Atlanta</territory>
         <territory>Columbia</territory>
         <territory>Raleigh</territory>
      </components>
    <required>5</required>
    <overrides>
         <override>Any 4 State Capitals</override>
    </overrides>
</continent>
         <!---->
<continent>
      <name>Any 6 State Capitals</name>
      <bonus>4</bonus>
      <components>
         <territory>Jackson</territory>
         <territory>Nashville</territory>
         <territory>Montgomery</territory>
         <territory>Tallahassee</territory>
         <territory>Atlanta</territory>
         <territory>Columbia</territory>
         <territory>Raleigh</territory>
      </components>
    <required>6</required>
    <overrides>
         <override>Any 4 State Capitals</override>
         <override>Any 5 State Capitals</override>
    </overrides>
</continent>
         <!---->
<continent>
      <name>All State Capitals</name>
      <bonus>6</bonus>
      <components>
         <territory>Jackson</territory>
         <territory>Nashville</territory>
         <territory>Montgomery</territory>
         <territory>Tallahassee</territory>
         <territory>Atlanta</territory>
         <territory>Columbia</territory>
         <territory>Raleigh</territory>
      </components>
    <required>7</required>
    <overrides>
         <override>Any 4 State Capitals</override>
         <override>Any 5 State Capitals</override>
         <override>Any 6 State Capitals</override>
    </overrides>
</continent>
         <!---->
<continent>
      <name>Hold All Cities Along 75</name>
      <bonus>8</bonus>
      <components>
         <territory>Knoxville</territory>
         <territory>Chattanooga</territory>
         <territory>Dalton</territory>
         <territory>Atlanta</territory>
         <territory>Macon</territory>
         <territory>Lake City</territory>
         <territory>Tampa</territory>
         <territory>Miami</territory>
      </components>
</continent>
         <!---->
<continent>
      <name>Hold All Cities Along 20 and 85</name>
      <bonus>7</bonus>
      <components>
         <territory>Jackson</territory>
         <territory>Tuscaloosa</territory>
         <territory>Birmingham</territory>
         <territory>Atlanta</territory>
         <territory>Greenville</territory>
         <territory>Charlotte</territory>
         <territory>Greensboro</territory>
      </components>
</continent>
         <!---->
<!-- Beginning of Territories -->
<territory>
      <name>Grenada</name>
      <borders>
         <border>Tupelo</border>
         <border>Jackson</border>
      </borders>
      <coordinates>
			<smallx>164</smallx>
			<smally>188</smally>
			<largex>206</largex>
			<largey>229</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Tupelo</name>
      <borders>
         <border>Grenada</border>
         <border>Jackson</border>
      </borders>
      <coordinates>
			<smallx>185</smallx>
			<smally>213</smally>
			<largex>233</largex>
			<largey>261</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Jackson</name>
      <borders>
         <border>Grenada</border>
         <border>Tupelo</border>
         <border>Gulfport</border>
         <border>Tuscaloosa</border>
      </borders>
      <coordinates>
			<smallx>167</smallx>
			<smally>248</smally>
			<largex>210</largex>
			<largey>305</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Gulfport</name>
      <borders>
         <border>Jackson</border>
         <border>Mobile</border>
      </borders>
      <coordinates>
			<smallx>186</smallx>
			<smally>277</smally>
			<largex>232</largex>
			<largey>342</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Memphis</name>
      <borders>
         <border>Medina</border>
         <border>Nashville</border>
      </borders>
      <coordinates>
			<smallx>218</smallx>
			<smally>134</smally>
			<largex>274</largex>
			<largey>162</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Medina</name>
      <borders>
         <border>Memphis</border>
         <border>Nashville</border>
      </borders>
      <coordinates>
			<smallx>238</smallx>
			<smally>113</smally>
			<largex>298</largex>
			<largey>135</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Nashville</name>
      <borders>
         <border>Medina</border>
         <border>Memphis</border>
         <border>Birmingham</border>
         <border>Knoxville</border>
         <border>Chattanooga</border>
      </borders>
      <coordinates>
			<smallx>276</smallx>
			<smally>109</smally>
			<largex>348</largex>
			<largey>133</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Knoxville</name>
      <borders>
         <border>Nashville</border>
         <border>Chattanooga</border>
         <border>Asheville</border>
      </borders>
      <coordinates>
			<smallx>325</smallx>
			<smally>101</smally>
			<largex>408</largex>
			<largey>121</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Chattanooga</name>
      <borders>
         <border>Nashville</border>
         <border>Knoxville</border>
         <border>Dalton</border>
      </borders>
      <coordinates>
			<smallx>308</smallx>
			<smally>134</smally>
			<largex>386</largex>
			<largey>164</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Florence</name>
      <borders>
         <border>Tuscaloosa</border>
         <border>Birmingham</border>
      </borders>
      <coordinates>
			<smallx>244</smallx>
			<smally>201</smally>
			<largex>305</largex>
			<largey>247</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Tuscaloosa</name>
      <borders>
         <border>Florence</border>
         <border>Jackson</border>
         <border>Birmingham</border>
         <border>Mobile</border>
         <border>Montgomery</border>
      </borders>
      <coordinates>
			<smallx>247</smallx>
			<smally>253</smally>
			<largex>310</largex>
			<largey>311</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Mobile</name>
      <borders>
         <border>Gulfport</border>
         <border>Tuscaloosa</border>
         <border>Montgomery</border>
         <border>Pensacola</border>
      </borders>
      <coordinates>
			<smallx>249</smallx>
			<smally>299</smally>
			<largex>312</largex>
			<largey>369</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Birmingham</name>
      <borders>
         <border>Florence</border>
         <border>Nashville</border>
         <border>Tuscaloosa</border>
         <border>Montgomery</border>
         <border>Atlanta</border>
      </borders>
      <coordinates>
			<smallx>283</smallx>
			<smally>221</smally>
			<largex>352</largex>
			<largey>269</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Montgomery</name>
      <borders>
         <border>Tuscaloosa</border>
         <border>Mobile</border>
         <border>Birmingham</border>
      </borders>
      <coordinates>
			<smallx>291</smallx>
			<smally>265</smally>
			<largex>363</largex>
			<largey>325</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Dalton</name>
      <borders>
         <border>Chattanooga</border>
         <border>Atlanta</border>
         <border>Asheville</border>
      </borders>
      <coordinates>
			<smallx>356</smallx>
			<smally>168</smally>
			<largex>446</largex>
			<largey>205</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Atlanta</name>
      <borders>
         <border>Dalton</border>
         <border>Columbus</border>
         <border>Augusta</border>
         <border>Birmingham</border>
         <border>Greenville</border>
         <border>Macon</border>
      </borders>
      <coordinates>
			<smallx>378</smallx>
			<smally>205</smally>
			<largex>473</largex>
			<largey>252</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Augusta</name>
      <borders>
         <border>Atlanta</border>
         <border>Savannah</border>
      </borders>
      <coordinates>
			<smallx>421</smallx>
			<smally>213</smally>
			<largex>527</largex>
			<largey>259</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Columbus</name>
      <borders>
         <border>Macon</border>
         <border>Atlanta</border>
      </borders>
      <coordinates>
			<smallx>361</smallx>
			<smally>231</smally>
			<largex>452</largex>
			<largey>284</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Macon</name>
      <borders>
         <border>Lake City</border>
         <border>Atlanta</border>
         <border>Columbus</border>
         <border>Savannah</border>
      </borders>
      <coordinates>
			<smallx>395</smallx>
			<smally>264</smally>
			<largex>493</largex>
			<largey>324</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Savannah</name>
      <borders>
         <border>Augusta</border>
         <border>Macon</border>
         <border>Charleston</border>
         <border>Jacksonville</border>
      </borders>
      <coordinates>
			<smallx>441</smallx>
			<smally>248</smally>
			<largex>555</largex>
			<largey>307</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Pensacola</name>
      <borders>
         <border>Mobile</border>
         <border>Tallahassee</border>
      </borders>
      <coordinates>
			<smallx>313</smallx>
			<smally>342</smally>
			<largex>392</largex>
			<largey>422</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Tallahassee</name>
      <borders>
         <border>Pensacola</border>
         <border>Lake City</border>
      </borders>
      <coordinates>
			<smallx>371</smallx>
			<smally>337</smally>
			<largex>465</largex>
			<largey>416</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Lake City</name>
      <borders>
         <border>Tallahassee</border>
         <border>Macon</border>
         <border>Jacksonville</border>
         <border>Daytona Beach</border>
         <border>Tampa</border>
      </borders>
      <coordinates>
			<smallx>424</smallx>
			<smally>348</smally>
			<largex>531</largex>
			<largey>430</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Jacksonville</name>
      <borders>
         <border>Savannah</border>
         <border>Lake City</border>
         <border>Daytona Beach</border>
      </borders>
      <coordinates>
			<smallx>445</smallx>
			<smally>324</smally>
			<largex>557</largex>
			<largey>399</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Daytona Beach</name>
      <borders>
         <border>Jacksonville</border>
         <border>Lake City</border>
         <border>Orlando</border>
         <border>West Palm Beach</border>
      </borders>
      <coordinates>
			<smallx>462</smallx>
			<smally>355</smally>
			<largex>579</largex>
			<largey>438</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Orlando</name>
      <borders>
         <border>Tampa</border>
         <border>Daytona Beach</border>
         <border>West Palm Beach</border>
      </borders>
      <coordinates>
			<smallx>457</smallx>
			<smally>390</smally>
			<largex>574</largex>
			<largey>481</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Tampa</name>
      <borders>
         <border>Lake City</border>
         <border>West Palm Beach</border>
         <border>Miami</border>
         <border>Orlando</border>
      </borders>
      <coordinates>
			<smallx>443</smallx>
			<smally>413</smally>
			<largex>555</largex>
			<largey>510</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>West Palm Beach</name>
      <borders>
         <border>Orlando</border>
         <border>Tampa</border>
         <border>Daytona Beach</border>
         <border>Miami</border>
      </borders>
      <coordinates>
			<smallx>490</smallx>
			<smally>409</smally>
			<largex>615</largex>
			<largey>506</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Key West</name>
      <borders>
         <border>Miami</border>
      </borders>
      <coordinates>
			<smallx>462</smallx>
			<smally>459</smally>
			<largex>580</largex>
			<largey>567</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Miami</name>
      <borders>
         <border>Key West</border>
         <border>Tampa</border>
         <border>West Palm Beach</border>
      </borders>
      <coordinates>
			<smallx>491</smallx>
			<smally>448</smally>
			<largex>614</largex>
			<largey>556</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Greenville</name>
      <borders>
         <border>Atlanta</border>
         <border>Charlotte</border>
         <border>Columbia</border>
      </borders>
      <coordinates>
			<smallx>443</smallx>
			<smally>159</smally>
			<largex>557</largex>
			<largey>193</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Columbia</name>
      <borders>
         <border>Greenville</border>
         <border>Myrtle Beach</border>
         <border>Charleston</border>
         <border>Raleigh</border>
      </borders>
      <coordinates>
			<smallx>485</smallx>
			<smally>175</smally>
			<largex>606</largex>
			<largey>213</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Myrtle Beach</name>
      <borders>
         <border>Charleston</border>
         <border>Columbia</border>
      </borders>
      <coordinates>
			<smallx>534</smallx>
			<smally>177</smally>
			<largex>667</largex>
			<largey>214</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Charleston</name>
      <borders>
         <border>Myrtle Beach</border>
         <border>Columbia</border>
         <border>Savannah</border>
      </borders>
      <coordinates>
			<smallx>511</smallx>
			<smally>202</smally>
			<largex>639</largex>
			<largey>248</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Asheville</name>
      <borders>
         <border>Knoxville</border>
         <border>Dalton</border>
         <border>Greensboro</border>
         <border>Charlotte</border>
      </borders>
      <coordinates>
			<smallx>429</smallx>
			<smally>96</smally>
			<largex>537</largex>
			<largey>114</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Greensboro</name>
      <borders>
         <border>Raleigh</border>
         <border>Asheville</border>
         <border>Charlotte</border>
      </borders>
      <coordinates>
			<smallx>472</smallx>
			<smally>68</smally>
			<largex>592</largex>
			<largey>81</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Charlotte</name>
      <borders>
         <border>Greensboro</border>
         <border>Asheville</border>
         <border>Raleigh</border>
         <border>Greenville</border>
      </borders>
      <coordinates>
			<smallx>475</smallx>
			<smally>102</smally>
			<largex>595</largex>
			<largey>122</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Raleigh</name>
      <borders>
         <border>Greensboro</border>
         <border>Charlotte</border>
         <border>Kitty hawk</border>
         <border>Wilmington</border>
         <border>Columbia</border>
      </borders>
      <coordinates>
			<smallx>512</smallx>
			<smally>80</smally>
			<largex>640</largex>
			<largey>97</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Wilmington</name>
      <borders>
         <border>Kitty hawk</border>
         <border>Raleigh</border>
      </borders>
      <coordinates>
			<smallx>538</smallx>
			<smally>115</smally>
			<largex>674</largex>
			<largey>138</largey>

      </coordinates>
</territory>
      <!---->
<territory>
      <name>Kitty hawk</name>
      <borders>
         <border>Wilmington</border>
         <border>Raleigh</border>
      </borders>
      <coordinates>
			<smallx>558</smallx>
			<smally>68</smally>
			<largex>698</largex>
			<largey>79</largey>

      </coordinates>
</territory>
      <!---->
</map>
