<?xml version="1.0"?>
<map>
    <title>USA: Southwest</title>
    <smallwidth>628</smallwidth>
    <smallheight>460</smallheight>
    <largewidth>785</largewidth>
    <largeheight>575</largeheight>
    <filetype>png</filetype>
<!-- Beginning of Continents -->
<continent>
      <name>Arizona</name>
      <bonus>2</bonus>
      <components>
         <territory>Bullhead</territory>
         <territory>Flagstaff</territory>
         <territory>Yuma</territory>
         <territory>Phoenix</territory>
         <territory>Tuscon</territory>
      </components>
</continent>
         <!---->
<continent>
      <name>Texas</name>
      <bonus>5</bonus>
      <components>
         <territory>El Paso</territory>
         <territory>Amarillo</territory>
         <territory>Midland</territory>
         <territory>Wichita Falls</territory>
         <territory>Dallas</territory>
         <territory>Austin</territory>
         <territory>San Antonio</territory>
         <territory>Houston</territory>
      </components>
</continent>
         <!---->
<continent>
      <name>Louisiana</name>
      <bonus>1</bonus>
      <components>
         <territory>Shreveport</territory>
         <territory>New Orleans</territory>
         <territory>Baton Rouge</territory>
         <territory>Monroe</territory>
      </components>
</continent>
         <!---->
<continent>
      <name>New Mexico</name>
      <bonus>3</bonus>
      <components>
         <territory>Shiprock</territory>
         <territory>Clayton</territory>
         <territory>Santa Fe</territory>
         <territory>Albuquerque</territory>
         <territory>Las Cruces</territory>
         <territory>Roswell</territory>
      </components>
</continent>
         <!---->
<continent>
      <name>Oklahoma</name>
      <bonus>3</bonus>
      <components>
         <territory>Boise City</territory>
         <territory>Tulsa</territory>
         <territory>Oklahoma City</territory>
         <territory>Lawton</territory>
         <territory>Hugo</territory>
      </components>
</continent>
         <!---->
<continent>
      <name>Arkansas</name>
      <bonus>2</bonus>
      <components>
         <territory>Fayetteville</territory>
         <territory>Jonesboro</territory>
         <territory>Little Rock</territory>
         <territory>Hope</territory>
      </components>
</continent>
         <!---->
<continent>
      <name>Any 4 State Capitals</name>
      <bonus>1</bonus>
      <components>
         <territory>Phoenix</territory>
         <territory>Santa Fe</territory>
         <territory>Austin</territory>
         <territory>Oklahoma City</territory>
         <territory>Baton Rouge</territory>
         <territory>Little Rock</territory>
      </components>
    <required>4</required>
</continent>
         <!---->
<continent>
      <name>Any 5 State Capitals</name>
      <bonus>3</bonus>
      <components>
         <territory>Phoenix</territory>
         <territory>Santa Fe</territory>
         <territory>Austin</territory>
         <territory>Oklahoma City</territory>
         <territory>Baton Rouge</territory>
         <territory>Little Rock</territory>
      </components>
    <required>5</required>
    <overrides>
         <override>Any 4 State Capitals</override>
    </overrides>
</continent>
         <!---->
<continent>
      <name>All State Capitals</name>
      <bonus>5</bonus>
      <components>
         <territory>Phoenix</territory>
         <territory>Santa Fe</territory>
         <territory>Austin</territory>
         <territory>Oklahoma City</territory>
         <territory>Baton Rouge</territory>
         <territory>Little Rock</territory>
      </components>
    <required>6</required>
    <overrides>
         <override>Any 4 State Capitals</override>
         <override>Any 5 State Capitals</override>
    </overrides>
</continent>
         <!---->
<continent>
      <name>All Cities Along 40</name>
      <bonus>7</bonus>
      <components>
         <territory>Flagstaff</territory>
         <territory>Albuquerque</territory>
         <territory>Amarillo</territory>
         <territory>Oklahoma City</territory>
         <territory>Little Rock</territory>
      </components>
</continent>
         <!---->
<continent>
      <name>All Cities Along 20</name>
      <bonus>3</bonus>
      <components>
         <territory>Midland</territory>
         <territory>Dallas</territory>
         <territory>Shreveport</territory>
         <territory>Monroe</territory>
      </components>
</continent>
         <!---->
<!-- Beginning of Territories -->
<territory>
      <name>Bullhead</name>
      <borders>
         <border>Phoenix</border>
         <border>Flagstaff</border>
      </borders>
      <coordinates>
			<smallx>40</smallx>
			<smally>133</smally>
			<largex>52</largex>
			<largey>154</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Flagstaff</name>
      <borders>
         <border>Bullhead</border>
         <border>Phoenix</border>
         <border>Albuquerque</border>
      </borders>
      <coordinates>
			<smallx>90</smallx>
			<smally>149</smally>
			<largex>114</largex>
			<largey>179</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Yuma</name>
      <borders>
         <border>Phoenix</border>
         <border>Tuscon</border>
      </borders>
      <coordinates>
			<smallx>21</smallx>
			<smally>191</smally>
			<largex>28</largex>
			<largey>233</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Phoenix</name>
      <borders>
         <border>Yuma</border>
         <border>Bullhead</border>
         <border>Flagstaff</border>
         <border>Tuscon</border>
      </borders>
      <coordinates>
			<smallx>71</smallx>
			<smally>185</smally>
			<largex>91</largex>
			<largey>225</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Tuscon</name>
      <borders>
         <border>Yuma</border>
         <border>Phoenix</border>
         <border>Las Cruces</border>
      </borders>
      <coordinates>
			<smallx>79</smallx>
			<smally>231</smally>
			<largex>100</largex>
			<largey>284</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Shiprock</name>
      <borders>
         <border>Clayton</border>
         <border>Albuquerque</border>
      </borders>
      <coordinates>
			<smallx>170</smallx>
			<smally>141</smally>
			<largex>211</largex>
			<largey>173</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Clayton</name>
      <borders>
         <border>Shiprock</border>
         <border>Santa Fe</border>
      </borders>
      <coordinates>
			<smallx>253</smallx>
			<smally>145</smally>
			<largex>317</largex>
			<largey>175</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Santa Fe</name>
      <borders>
         <border>Clayton</border>
         <border>Albuquerque</border>
      </borders>
      <coordinates>
			<smallx>215</smallx>
			<smally>167</smally>
			<largex>270</largex>
			<largey>204</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Albuquerque</name>
      <borders>
         <border>Flagstaff</border>
         <border>Amarillo</border>
         <border>Las Cruces</border>
         <border>Roswell</border>
         <border>Shiprock</border>
         <border>Santa Fe</border>
      </borders>
      <coordinates>
			<smallx>187</smallx>
			<smally>186</smally>
			<largex>236</largex>
			<largey>227</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Las Cruces</name>
      <borders>
         <border>Albuquerque</border>
         <border>Tuscon</border>
         <border>El Paso</border>
         <border>Roswell</border>
      </borders>
      <coordinates>
			<smallx>154</smallx>
			<smally>234</smally>
			<largex>193</largex>
			<largey>288</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Roswell</name>
      <borders>
         <border>Albuquerque</border>
         <border>Las Cruces</border>
      </borders>
      <coordinates>
			<smallx>237</smallx>
			<smally>226</smally>
			<largex>295</largex>
			<largey>278</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>El Paso</name>
      <borders>
         <border>Las Cruces</border>
         <border>Midland</border>
         <border>San Antonio</border>
      </borders>
      <coordinates>
			<smallx>233</smallx>
			<smally>282</smally>
			<largex>292</largex>
			<largey>348</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Amarillo</name>
      <borders>
         <border>Albuquerque</border>
         <border>Midland</border>
         <border>Wichita Falls</border>
         <border>Oklahoma City</border>
         <border>Boise City</border>
      </borders>
      <coordinates>
			<smallx>316</smallx>
			<smally>194</smally>
			<largex>397</largex>
			<largey>238</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Midland</name>
      <borders>
         <border>El Paso</border>
         <border>Amarillo</border>
         <border>San Antonio</border>
         <border>Dallas</border>
      </borders>
      <coordinates>
			<smallx>329</smallx>
			<smally>293</smally>
			<largex>412</largex>
			<largey>361</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Wichita Falls</name>
      <borders>
         <border>Amarillo</border>
         <border>Dallas</border>
         <border>Lawton</border>
      </borders>
      <coordinates>
			<smallx>388</smallx>
			<smally>241</smally>
			<largex>486</largex>
			<largey>296</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Dallas</name>
      <borders>
         <border>Midland</border>
         <border>Wichita Falls</border>
         <border>Austin</border>
         <border>Houston</border>
         <border>Shreveport</border>
      </borders>
      <coordinates>
			<smallx>422</smallx>
			<smally>274</smally>
			<largex>529</largex>
			<largey>336</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Austin</name>
      <borders>
         <border>Dallas</border>
         <border>San Antonio</border>
      </borders>
      <coordinates>
			<smallx>386</smallx>
			<smally>317</smally>
			<largex>482</largex>
			<largey>391</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>San Antonio</name>
      <borders>
         <border>El Paso</border>
         <border>Midland</border>
         <border>Austin</border>
         <border>Houston</border>
      </borders>
      <coordinates>
			<smallx>373</smallx>
			<smally>377</smally>
			<largex>468</largex>
			<largey>465</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Houston</name>
      <borders>
         <border>San Antonio</border>
         <border>Dallas</border>
      </borders>
      <coordinates>
			<smallx>435</smallx>
			<smally>345</smally>
			<largex>545</largex>
			<largey>427</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Boise City</name>
      <borders>
         <border>Amarillo</border>
         <border>Tulsa</border>
      </borders>
      <coordinates>
			<smallx>333</smallx>
			<smally>142</smally>
			<largex>418</largex>
			<largey>174</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Tulsa</name>
      <borders>
         <border>Boise City</border>
         <border>Oklahoma City</border>
      </borders>
      <coordinates>
			<smallx>446</smallx>
			<smally>152</smally>
			<largex>559</largex>
			<largey>184</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Oklahoma City</name>
      <borders>
         <border>Tulsa</border>
         <border>Lawton</border>
         <border>Hugo</border>
         <border>Little Rock</border>
         <border>Amarillo</border>
      </borders>
      <coordinates>
			<smallx>423</smallx>
			<smally>175</smally>
			<largex>529</largex>
			<largey>213</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Lawton</name>
      <borders>
         <border>Wichita Falls</border>
         <border>Oklahoma City</border>
         <border>Hugo</border>
      </borders>
      <coordinates>
			<smallx>386</smallx>
			<smally>200</smally>
			<largex>484</largex>
			<largey>245</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Hugo</name>
      <borders>
         <border>Oklahoma City</border>
         <border>Lawton</border>
      </borders>
      <coordinates>
			<smallx>458</smallx>
			<smally>202</smally>
			<largex>573</largex>
			<largey>247</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Fayetteville</name>
      <borders>
         <border>Jonesboro</border>
         <border>Little Rock</border>
      </borders>
      <coordinates>
			<smallx>512</smallx>
			<smally>151</smally>
			<largex>643</largex>
			<largey>184</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Jonesboro</name>
      <borders>
         <border>Fayetteville</border>
         <border>Little Rock</border>
      </borders>
      <coordinates>
			<smallx>574</smallx>
			<smally>149</smally>
			<largex>717</largex>
			<largey>180</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Little Rock</name>
      <borders>
         <border>Fayetteville</border>
         <border>Jonesboro</border>
         <border>Hope</border>
         <border>Oklahoma City</border>
      </borders>
      <coordinates>
			<smallx>547</smallx>
			<smally>179</smally>
			<largex>685</largex>
			<largey>219</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Hope</name>
      <borders>
         <border>Little Rock</border>
         <border>Shreveport</border>
      </borders>
      <coordinates>
			<smallx>526</smallx>
			<smally>209</smally>
			<largex>657</largex>
			<largey>257</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Shreveport</name>
      <borders>
         <border>Dallas</border>
         <border>Monroe</border>
         <border>Hope</border>
         <border>Baton Rouge</border>
      </borders>
      <coordinates>
			<smallx>508</smallx>
			<smally>261</smally>
			<largex>637</largex>
			<largey>320</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Monroe</name>
      <borders>
         <border>Baton Rouge</border>
         <border>Shreveport</border>
      </borders>
      <coordinates>
			<smallx>543</smallx>
			<smally>258</smally>
			<largex>681</largex>
			<largey>317</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>Baton Rouge</name>
      <borders>
         <border>New Orleans</border>
         <border>Monroe</border>
         <border>Shreveport</border>
      </borders>
      <coordinates>
			<smallx>555</smallx>
			<smally>311</smally>
			<largex>694</largex>
			<largey>386</largey>
      </coordinates>
</territory>
      <!---->
<territory>
      <name>New Orleans</name>
      <borders>
         <border>Baton Rouge</border>
      </borders>
      <coordinates>
			<smallx>590</smallx>
			<smally>331</smally>
			<largex>738</largex>
			<largey>409</largey>
      </coordinates>
</territory>
      <!---->
</map>
