<?xml version="1.0" encoding="utf-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
   <fo:layout-master-set>
      <fo:simple-page-master master-name="A4" page-width="21cm" page-height="29.7cm" margin-top="1cm" margin-bottom="1cm" margin-left="1cm" margin-right="1cm">
         <fo:region-body/>
      </fo:simple-page-master>
   </fo:layout-master-set>
   <fo:page-sequence master-reference="A4">
      <fo:flow flow-name="xsl-region-body" font-family="serif" font-size="9pt">
         <fo:table border="solid #C0C0C0 1pt">
            <fo:table-header text-align="center" font-family="sans-serif" font-weight="bold" background-color="#E0E0E0">
               <fo:table-row border-bottom="solid #C0C0C0 1pt">
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Country</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Capital</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Population<fo:block/>
                        <fo:inline font-size="smaller">(<fo:inline font-style="italic">million</fo:inline>)</fo:inline>
                     </fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Exports<fo:block/>
                        <fo:inline font-size="smaller">(<fo:inline font-style="italic">billion $</fo:inline>)</fo:inline>
                     </fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Imports<fo:block/>
                        <fo:inline font-size="smaller">(<fo:inline font-style="italic">billion $</fo:inline>)</fo:inline>
                     </fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Miscellaneous<fo:block/>
                        <fo:inline font-size="smaller">(<fo:inline font-style="italic">flag, location</fo:inline>)</fo:inline>
                     </fo:block>
                  </fo:table-cell>
               </fo:table-row>
            </fo:table-header>
            <fo:table-body>
               <fo:table-row border-bottom="solid #C0C0C0 1pt" background-color="#E0FFFF">
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Germany</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Berlin</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>82</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>1133</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>916</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:table>
                        <fo:table-body>
                           <fo:table-row>
                              <fo:table-cell padding="2mm">
                                 <fo:block>
                                    <fo:external-graphic src="url(flags/germany.gif)" content-width="50px"/>
                                 </fo:block>
                              </fo:table-cell>
                              <fo:table-cell padding="2mm">
                                 <fo:block>Central Europe, bordering the Baltic Sea and the North Sea,
    between the Netherlands and Poland, south of Denmark.</fo:block>
                              </fo:table-cell>
                           </fo:table-row>
                        </fo:table-body>
                     </fo:table>
                  </fo:table-cell>
               </fo:table-row>
               <fo:table-row border-bottom="solid #C0C0C0 1pt" background-color="#E0E0FF">
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>United States</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Washington, DC</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>301</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>1024</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>1869</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:table>
                        <fo:table-body>
                           <fo:table-row>
                              <fo:table-cell padding="2mm">
                                 <fo:block>
                                    <fo:external-graphic src="url(flags/us.gif)" content-width="50px"/>
                                 </fo:block>
                              </fo:table-cell>
                              <fo:table-cell padding="2mm">
                                 <fo:block> North America, bordering both the North Atlantic Ocean and the
    North Pacific Ocean, between Canada and Mexico.</fo:block>
                              </fo:table-cell>
                           </fo:table-row>
                        </fo:table-body>
                     </fo:table>
                  </fo:table-cell>
               </fo:table-row>
               <fo:table-row border-bottom="solid #C0C0C0 1pt" background-color="#FFE0E0">
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>China</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Beijing</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>1371</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>974</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>777</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:table>
                        <fo:table-body>
                           <fo:table-row>
                              <fo:table-cell padding="2mm">
                                 <fo:block>
                                    <fo:external-graphic src="url(flags/china.gif)" content-width="50px"/>
                                 </fo:block>
                              </fo:table-cell>
                              <fo:table-cell padding="2mm">
                                 <fo:block>Eastern Asia, bordering the East China Sea, Korea Bay, Yellow
    Sea, and South China Sea, between North Korea and Vietnam.</fo:block>
                              </fo:table-cell>
                           </fo:table-row>
                        </fo:table-body>
                     </fo:table>
                  </fo:table-cell>
               </fo:table-row>
               <fo:table-row border-bottom="solid #C0C0C0 1pt" background-color="#FFE0E0">
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Japan</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Tokyo</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>127</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>590</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>524</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:table>
                        <fo:table-body>
                           <fo:table-row>
                              <fo:table-cell padding="2mm">
                                 <fo:block>
                                    <fo:external-graphic src="url(flags/japan.gif)" content-width="50px"/>
                                 </fo:block>
                              </fo:table-cell>
                              <fo:table-cell padding="2mm">
                                 <fo:block> Eastern Asia, island chain between the North Pacific Ocean and
    the Sea of Japan, east of the Korean Peninsula.</fo:block>
                              </fo:table-cell>
                           </fo:table-row>
                        </fo:table-body>
                     </fo:table>
                  </fo:table-cell>
               </fo:table-row>
               <fo:table-row border-bottom="solid #C0C0C0 1pt" background-color="#E0FFFF">
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>France</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Paris</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>63</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>490</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>529</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:table>
                        <fo:table-body>
                           <fo:table-row>
                              <fo:table-cell padding="2mm">
                                 <fo:block>
                                    <fo:external-graphic src="url(flags/france.gif)" content-width="50px"/>
                                 </fo:block>
                              </fo:table-cell>
                              <fo:table-cell padding="2mm">
                                 <fo:block>Western Europe, bordering the Bay of Biscay and English Channel,
    between Belgium and Spain, southeast of the UK; bordering the
    Mediterranean Sea, between Italy and Spain.</fo:block>
                              </fo:table-cell>
                           </fo:table-row>
                        </fo:table-body>
                     </fo:table>
                  </fo:table-cell>
               </fo:table-row>
               <fo:table-row border-bottom="solid #C0C0C0 1pt" background-color="#E0FFFF">
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>United Kingdom</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>London</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>60</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>468</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>603</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:table>
                        <fo:table-body>
                           <fo:table-row>
                              <fo:table-cell padding="2mm">
                                 <fo:block>
                                    <fo:external-graphic src="url(flags/uk.gif)" content-width="50px"/>
                                 </fo:block>
                              </fo:table-cell>
                              <fo:table-cell padding="2mm">
                                 <fo:block>Western Europe, islands including the northern one-sixth of the
    island of Ireland between the North Atlantic Ocean and the North Sea,
    northwest of France.</fo:block>
                              </fo:table-cell>
                           </fo:table-row>
                        </fo:table-body>
                     </fo:table>
                  </fo:table-cell>
               </fo:table-row>
               <fo:table-row border-bottom="solid #C0C0C0 1pt" background-color="#E0FFFF">
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Italy</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Rome</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>58</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>450</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>445</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:table>
                        <fo:table-body>
                           <fo:table-row>
                              <fo:table-cell padding="2mm">
                                 <fo:block>
                                    <fo:external-graphic src="url(flags/italy.gif)" content-width="50px"/>
                                 </fo:block>
                              </fo:table-cell>
                              <fo:table-cell padding="2mm">
                                 <fo:block> Southern Europe, a peninsula extending into the central
    Mediterranean Sea, northeast of Tunisia.</fo:block>
                              </fo:table-cell>
                           </fo:table-row>
                        </fo:table-body>
                     </fo:table>
                  </fo:table-cell>
               </fo:table-row>
               <fo:table-row border-bottom="solid #C0C0C0 1pt" background-color="#FFE0E0">
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Russia</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Moscow</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>141</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>317</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>171</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:table>
                        <fo:table-body>
                           <fo:table-row>
                              <fo:table-cell padding="2mm">
                                 <fo:block>
                                    <fo:external-graphic src="url(flags/russia.gif)" content-width="50px"/>
                                 </fo:block>
                              </fo:table-cell>
                              <fo:table-cell padding="2mm">
                                 <fo:block>Northern Asia (the area west of the Urals is considered part of
    Europe), bordering the Arctic Ocean, between Europe and the North Pacific
    Ocean.</fo:block>
                              </fo:table-cell>
                           </fo:table-row>
                        </fo:table-body>
                     </fo:table>
                  </fo:table-cell>
               </fo:table-row>
               <fo:table-row border-bottom="solid #C0C0C0 1pt" background-color="#E0FFFF">
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Switzerland</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Bern</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>7</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>166</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>162</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:table>
                        <fo:table-body>
                           <fo:table-row>
                              <fo:table-cell padding="2mm">
                                 <fo:block>
                                    <fo:external-graphic src="url(flags/switzerland.gif)" content-width="50px"/>
                                 </fo:block>
                              </fo:table-cell>
                              <fo:table-cell padding="2mm">
                                 <fo:block>Central Europe, east of France, north of Italy.</fo:block>
                              </fo:table-cell>
                           </fo:table-row>
                        </fo:table-body>
                     </fo:table>
                  </fo:table-cell>
               </fo:table-row>
               <fo:table-row border-bottom="solid #C0C0C0 1pt" background-color="#FFE0FF">
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Australia</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Canberra</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>20</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>117</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>127</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:table>
                        <fo:table-body>
                           <fo:table-row>
                              <fo:table-cell padding="2mm">
                                 <fo:block>
                                    <fo:external-graphic src="url(flags/australia.gif)" content-width="50px"/>
                                 </fo:block>
                              </fo:table-cell>
                              <fo:table-cell padding="2mm">
                                 <fo:block>Oceania, continent between the Indian Ocean and the South
    Pacific Ocean.</fo:block>
                              </fo:table-cell>
                           </fo:table-row>
                        </fo:table-body>
                     </fo:table>
                  </fo:table-cell>
               </fo:table-row>
               <fo:table-row border-bottom="solid #C0C0C0 1pt" background-color="#FFE0E0">
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>India</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>New Delhi</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>1129</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>112</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>187</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:table>
                        <fo:table-body>
                           <fo:table-row>
                              <fo:table-cell padding="2mm">
                                 <fo:block>
                                    <fo:external-graphic src="url(flags/india.gif)" content-width="50px"/>
                                 </fo:block>
                              </fo:table-cell>
                              <fo:table-cell padding="2mm">
                                 <fo:block>Southern Asia, bordering the Arabian Sea and the Bay of Bengal,
    between Burma and Pakistan.</fo:block>
                              </fo:table-cell>
                           </fo:table-row>
                        </fo:table-body>
                     </fo:table>
                  </fo:table-cell>
               </fo:table-row>
               <fo:table-row border-bottom="solid #C0C0C0 1pt" background-color="#E0FFFF">
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Czech Republic</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Prague</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>10</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>89</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>87</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:table>
                        <fo:table-body>
                           <fo:table-row>
                              <fo:table-cell padding="2mm">
                                 <fo:block>
                                    <fo:external-graphic src="url(flags/czech.gif)" content-width="50px"/>
                                 </fo:block>
                              </fo:table-cell>
                              <fo:table-cell padding="2mm">
                                 <fo:block>Central Europe, southeast of Germany.</fo:block>
                              </fo:table-cell>
                           </fo:table-row>
                        </fo:table-body>
                     </fo:table>
                  </fo:table-cell>
               </fo:table-row>
               <fo:table-row border-bottom="solid #C0C0C0 1pt" background-color="#FFFFE0">
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>South Africa</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Pretoria</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>43</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>59</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>61</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:table>
                        <fo:table-body>
                           <fo:table-row>
                              <fo:table-cell padding="2mm">
                                 <fo:block>
                                    <fo:external-graphic src="url(flags/southafrica.gif)" content-width="50px"/>
                                 </fo:block>
                              </fo:table-cell>
                              <fo:table-cell padding="2mm">
                                 <fo:block> Southern Africa, at the southern tip of the continent of
    Africa.</fo:block>
                              </fo:table-cell>
                           </fo:table-row>
                        </fo:table-body>
                     </fo:table>
                  </fo:table-cell>
               </fo:table-row>
               <fo:table-row border-bottom="solid #C0C0C0 1pt" background-color="#E0E0FF">
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Argentina</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Buenos Aires</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>40</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>46</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>31</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:table>
                        <fo:table-body>
                           <fo:table-row>
                              <fo:table-cell padding="2mm">
                                 <fo:block>
                                    <fo:external-graphic src="url(flags/argentina.gif)" content-width="50px"/>
                                 </fo:block>
                              </fo:table-cell>
                              <fo:table-cell padding="2mm">
                                 <fo:block>Southern South America, bordering the South Atlantic Ocean,
    between Chile and Uruguay.</fo:block>
                              </fo:table-cell>
                           </fo:table-row>
                        </fo:table-body>
                     </fo:table>
                  </fo:table-cell>
               </fo:table-row>
               <fo:table-row border-bottom="solid #C0C0C0 1pt" background-color="#FFFFE0">
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Egypt</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:block>Cairo</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>80</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>24</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt" text-align="right">
                     <fo:block>35</fo:block>
                  </fo:table-cell>
                  <fo:table-cell padding="1mm" border-left="solid #C0C0C0 1pt">
                     <fo:table>
                        <fo:table-body>
                           <fo:table-row>
                              <fo:table-cell padding="2mm">
                                 <fo:block>
                                    <fo:external-graphic src="url(flags/egypt.gif)" content-width="50px"/>
                                 </fo:block>
                              </fo:table-cell>
                              <fo:table-cell padding="2mm">
                                 <fo:block>Northern Africa, bordering the Mediterranean Sea, between Libya
    and the Gaza Strip, and the Red Sea north of Sudan, and includes the Asian
    Sinai Peninsula.</fo:block>
                              </fo:table-cell>
                           </fo:table-row>
                        </fo:table-body>
                     </fo:table>
                  </fo:table-cell>
               </fo:table-row>
            </fo:table-body>
         </fo:table>
         <fo:block font-family="sans-serif" font-size="smaller" font-style="italic" margin-top="2mm" keep-with-previous="always">
            <fo:inline background-color="#FFFFE0">    </fo:inline>
            <fo:inline>Africa</fo:inline>
            <fo:inline background-color="#E0E0FF">    </fo:inline>
            <fo:inline>America</fo:inline>
            <fo:inline background-color="#FFE0E0">    </fo:inline>
            <fo:inline>Asia</fo:inline>
            <fo:inline background-color="#FFE0FF">    </fo:inline>
            <fo:inline>Australia</fo:inline>
            <fo:inline background-color="#E0FFFF">    </fo:inline>
            <fo:inline>Europe</fo:inline>
         </fo:block>
      </fo:flow>
   </fo:page-sequence>
</fo:root>