CINXE.COM

CIA - The World Factbook

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><!-- InstanceBegin template="/Templates/wfbext_template.dwt.cfm" codeOutsideHTMLIsLocked="false" --> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.cia.gov/library/publications/the-world-factbook/rankorder/2119rank.html","20110927165947","https://web.archive.org/","web","/_static/", "1317142787"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <!-- <base href="/" /> --> <!-- factbook style sheet --> <title>CIA - The World Factbook</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="IL.secur.classif" content="UNCLASSIFIED"/> <meta name="IL.secur.ctrl" content=""/> <meta name="IL.secur.dissem" content=""/> <meta name="IL.secur.relto" content=""/> <meta name="IL.secur.declasson" content=""/> <meta name="IL.title" content="(U) CIA The World Factbook"/> <meta name="IL.docid" content=""/> <meta name="IL.summary" content="CIA - The World Factbook"/> <meta name="IL.keyword" content="World Factbook, Oceania"/> <meta name="IL.country" content=""/> <meta name="IL.agency" content="Central Intelligence Agency"/> <meta name="IL.poc" content="World Factbook Staff"/> <meta name="IL.pubdate" content="20040101"/> <meta name="IL.postdate" content="20040501"/> <meta name="IL.cutdate" content="20040101"/> <!-- Code from script_head.cfm --> <script language="JavaScript" type="text/JavaScript"> function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } startList = function() { if (document.all&&document.getElementById) { wfb_navigationRoot = document.getElementById("wfb_navigation"); for (x=0; x<wfb_navigationRoot.childNodes.length; x++) { node = wfb_navigationRoot.childNodes[x]; if (node.nodeName=="LI") { node.onmouseover=function() { this.className+=" over"; } node.onmouseout = function() { this.className=this.className.replace(" over", ""); } } } } } window.onload=startList; faq = null; function collapseCountryInfo() { faq = new switchicon("icongroup2", "div") //Limit scanning of switch contents to just "div" elements faq.setHeader('<img src="../graphics/close.jpg" alt="Close" title="Close"/>', '<img src="../graphics/open.jpg" alt="Open" title="Open" />') //Set header HTML faq.collapsePrevious(false) //Allow more than 1 content to be open simultanously faq.setPersist(true, 7) //Enable persistence to remember last switch content states for 7 days faq.init() } function MM_jumpMenu(targ,selObj,restore){ //v3.0 if (selObj.selectedIndex > 0) { eval(targ + ".location='" + "../geos/" + selObj.options[selObj.selectedIndex].value + ".html" + "'"); } if (restore) selObj.selectedIndex=0; } function onChange(dropdown) { var myindex = dropdown.selectedIndex var cntryCode = selObj.options[selObj.selectedIndex].value; var baseURL = selObj.options[selObj.selectedIndex].value; top.location.href = baseURL; return true; } var statusmsg = ""; function hidestatus() { window.status = statusmsg return true } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <script language="javascript" type="text/javascript"> // JavaScript Document var globalCntryNameSearchBuffer = ''; var globalTimer = null; var selcon = null; function FindSelectEntry(e, selectControl) /* In script_head_index.cfm */ { var timeLimitBetweenKeyPresses = 3600; //seconds var keynum, keychar, numcheck; if (window.event) // IE { keynum = e.keyCode; } else if (e.which) // Netscape/Firefox/Opera { keynum = e.which; } keychar = String.fromCharCode(keynum); if ((keynum >= 65 && keynum <= 122) || keynum == 32) // Only accept alphanumerics A-Z and a-z { clearTimeout(globalTimer); globalCntryNameSearchBuffer += keychar; selcon = selectControl; globalTimer = setTimeout('globalCntryNameSearchBuffer = ""', (timeLimitBetweenKeyPresses*1000)); for (var i = 0; i < selectControl.options.length; i++) { var selectLabel = selectControl.options[i].text.toLowerCase(); if (selectLabel.indexOf(globalCntryNameSearchBuffer.toLowerCase()) == 0) { selectControl.selectedIndex = i; // After this method concludes, Firefox moves the selection index one additional place. This compensates for that if (e.which) --selectControl.selectedIndex; break; } } } return false; } function Clear_globalCntryNameSearchBuffer() { globalCntryNameSearchBuffer = ""; } </script> <link rel="stylesheet" type="text/css" href="/web/20110927165947cs_/https://www.cia.gov/library/publications/the-world-factbook/styles/factbook_1024.css"/> <script src="/web/20110927165947js_/https://www.cia.gov/library/publications/the-world-factbook/scripts/SpryCollapsiblePanel.js" type="text/javascript"></script> <script language="JavaScript1.2" src="/web/20110927165947js_/https://www.cia.gov/library/publications/the-world-factbook/scripts/mm_menu.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="/web/20110927165947cs_/https://www.cia.gov/library/publications/the-world-factbook/styles/SpryCollapsiblePanel2.css"/> <link rel="stylesheet" type="text/css" href="/web/20110927165947cs_/https://www.cia.gov/library/publications/the-world-factbook/styles/print.css" media="print"/> <!-- Internet Explorer CSS Fixes --> <!--[if lt IE 7]> <style type="text/css" media="all">@import url(../styles/IEFixes.css);</style> <![endif]--> <!-- Disable IE6 image toolbar --> <meta http-equiv="imagetoolbar" content="no"/> <script language="JavaScript" type="text/javascript"> function clearSearch(myForm) {if (myForm.defaultValue==myForm.value) myForm.value = "";} function showSearch(myForm) {if (myForm.value=="") myForm.value = myForm.defaultValue;} function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } </script> <style type="text/css"> body { background-image: url(/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics/1024_background_top.jpg); background-repeat: repeat-x; background-position: right top; background-color: #f1f1f1; } #right_shadow { background-image:url(/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics/1024_right_shadow.jpg); background-repeat:repeat-y; background-position:top left; background-color: #f1f1f1; } #right_shadow_top { background-image:url(/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics/1024_right_shadow_top.jpg); background-repeat: repeat-y; background-position:top left; background-color: #f1f1f1; } #left_shadow { background-image:url(/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics/1024_left_shadow.jpg); background-repeat:repeat-y; background-position: top right; background-color: #f1f1f1; } #left_shadow_top { background-image:url(/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics/1024_left_shadow_top.jpg); background-repeat: repeat-y; background-position: top right; background-color: #f1f1f1; } .title { font-size: 15px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-variant: small-caps; line-height: 15px; padding-left: 5px; } .header { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; border-top-width: thin; border-top-style: solid; border-top-color: #666666; margin-top: 5px; } .intro { font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding: 10px 0px 10px 5px; letter-spacing: .02em; line-height: 16px; text-align: left; } .whats-new-text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; padding: 3px 5px 3px 5px; letter-spacing: 0.01em; } .wf-cover-text { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #666666; letter-spacing: 0.01em; padding: 7px 5px 10px 10px; } .classification { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #7F7F7F; vertical-align: middle; line-height: 22px; letter-spacing: 3px; } .bottom-text1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; letter-spacing: 0.02em; line-height: 15px; text-align: left; color: #666666; background: url(/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics/home_footer_bkg.jpg) repeat-x; text-align: right; vertical-align: bottom; height: 65px; padding: 0px 5px 0px 0px; } --> </style> </head> <body class="section-library" dir="ltr" onload="MM_preloadImages('graphics/bandwidth_btn_on.gif','graphics/download_btn_on.gif')"> <table border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:0px; height: 100%;"> <tr> <td rowspan="2" valign="top" style="background-color: #fff;" id="left_shadow"><table width="100%" border="0" cellspacing="0" cellpadding="0" style="height: 100%;"> <tr> <td align="right" valign="top" style="background-image:url(/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics/1024_background_top.jpg); background-position: top; background-repeat: repeat-x;"><img src="/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics/1024_lefttop_background.jpg" width="54" height="73"/></td> </tr> </table></td> <td valign="top"> <p class="hiddenStructure"><a accesskey="2" href="#documentContent">Skip to content.</a> | <a accesskey="6" href="#portlet-navigation-tree">Skip to navigation</a></p> <table border="0" cellpadding="0" cellspacing="0" style="background-color: #ffffff;"> <tr> <td id="mnBGC"><!-- Login/Top Margin Block --> <div id="ciaUtilityBlock" style="background-color:#FFF;">&nbsp;</div> <div id="lColBG"> <div> <table border="0" cellpadding="0" cellspacing="0" id="portal-columns"> <tr> <td valign="top" id="portal-column-one"><!-- *** Left Col Slot *** --> <div class="visualPadding"> <h1 id="portal-logo"><a href="/web/20110927165947/https://www.cia.gov/index.html" accesskey="1">Central Intelligence Agency</a></h1> <dl class="portlet" id="portlet-navigation-tree"> <dt class="portletHeader"> <span class="portletTopLeft"></span> <a href="/web/20110927165947/https://www.cia.gov/sitemap" class="tile">Navigation</a> <span class="portletTopRight"></span> </dt> <dd class="portletItem lastItem"> <ul class="portletNavigationTree navTreeLevel0"> <li class="navTreeItem"> <div class="visualIcon contenttype-plone-site"><a class="visualIconPadding" href="/web/20110927165947/https://www.cia.gov/index.html" title="">CIA Home</a></div> </li> <li class="navTreeItem visualNoMarker"> <div class="visualIcon contenttype-folder"><a href="/web/20110927165947/https://www.cia.gov/about-cia/index.html" class="state-published visualIconPadding" title="About CIA">About CIA</a></div> </li> <li class="navTreeItem visualNoMarker"> <div class="visualIcon contenttype-agencyfolder"><a href="/web/20110927165947/https://www.cia.gov/careers/index.html" class="state-published visualIconPadding" title="Careers">Careers</a></div> </li> <li class="navTreeItem visualNoMarker"> <div class="visualIcon contenttype-folder"><a href="/web/20110927165947/https://www.cia.gov/offices-of-cia/index.html" class="state-published visualIconPadding" title="Offices of CIA">Offices of CIA</a></div> </li> <li class="navTreeItem visualNoMarker"> <div class="visualIcon contenttype-folder"><a href="/web/20110927165947/https://www.cia.gov/news-information/index.html" class="state-published visualIconPadding" title="News &amp; Information">News &amp; Information</a></div> </li> <li class="navTreeItem visualNoMarker"> <div class="visualIcon contenttype-folder"><a href="/web/20110927165947/https://www.cia.gov/library/index.html" class="state-published visualIconPadding navTreeCurrentFolder" title="Library">Library</a></div> <ul class="navTree navTreeLevel2"> <li class="navTreeItem visualNoMarker"> <div class="visualIcon contenttype-folder"><a href="/web/20110927165947/https://www.cia.gov/library/publications/index.html" class="state-published visualIconPadding navTreeCurrentFolder" title="Publications">Publications</a></div> <ul class="navTree navTreeLevel3"> <li class="navTreeItem visualNoMarker"> <div class="visualIcon contenttype-agencyfolder"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/index.html" class="state-published visualIconPadding navTreeCurrentItem" title="The World Factbook">The World Factbook</a></div> </li> <li class="navTreeItem visualNoMarker"> <div class="visualIcon contenttype-agencyfolder"><a href="/web/20110927165947/https://www.cia.gov/library/publications/world-leaders-1/index.html" class="state-published visualIconPadding" title="World Leaders">World Leaders</a></div> </li> <li class="navTreeItem visualNoMarker"> <div class="visualIcon contenttype-folder"><a href="/web/20110927165947/https://www.cia.gov/library/publications/cia-maps-publications/index.html" class="state-published visualIconPadding" title="CIA Maps &amp; Publications">CIA Maps &amp; Publications</a></div> </li> <li class="navTreeItem visualNoMarker"> <div class="visualIcon contenttype-folder"><a href="/web/20110927165947/https://www.cia.gov/library/publications/additional-publications/index.html" class="state-published visualIconPadding" title="Additional Publications">Additional Publications</a></div> </li> </ul> </li> <li class="navTreeItem visualNoMarker"> <div class="visualIcon contenttype-folder"><a href="/web/20110927165947/https://www.cia.gov/library/center-for-the-study-of-intelligence/index.html" class="state-published visualIconPadding" title="Center for the Study of Intelligence">Center for the Study of Intelligence</a></div> </li> <li class="navTreeItem visualNoMarker"> <div class="visualIcon contenttype-folder"><a href="/web/20110927165947/https://www.cia.gov/library/foia/index.html" class="state-published visualIconPadding" title="Freedom of Information Act Electronic Reading Room">Freedom of Information Act Electronic Reading Room</a></div> </li> <li class="navTreeItem visualNoMarker"> <div class="visualIcon contenttype-folder"><a href="/web/20110927165947/https://www.cia.gov/library/kent-center-occasional-papers/index.html" class="state-published visualIconPadding" title="Kent Center Occasional Papers">Kent Center Occasional Papers</a></div> </li> <li class="navTreeItem visualNoMarker"> <div class="visualIcon contenttype-agencyfolder"><a href="/web/20110927165947/https://www.cia.gov/library/intelligence-literature/index.html" class="state-published visualIconPadding" title="Intelligence Literature">Intelligence Literature</a></div> </li> <li class="navTreeItem visualNoMarker"> <div class="visualIcon contenttype-folder"><a href="/web/20110927165947/https://www.cia.gov/library/reports/index.html" class="state-published visualIconPadding" title="Reports">Reports</a></div> </li> <li class="navTreeItem visualNoMarker"> <div class="visualIcon contenttype-agencypage"><a href="/web/20110927165947/https://www.cia.gov/library/related-links.html" class="state-published visualIconPadding" title="Related Links">Related Links</a></div> </li> </ul> </li> <li class="navTreeItem visualNoMarker"> <div class="visualIcon contenttype-folder"><a href="/web/20110927165947/https://www.cia.gov/kids-page/index.html" class="state-published visualIconPadding" title="Kids' Page">Kids' Page</a></div> </li> <li class="navTreeItem visualNoMarker"> <div class="visualIcon contenttype-folder"><a href="/web/20110927165947/https://www.cia.gov/contact-cia/index.html" class="state-published visualIconPadding" title="Contact CIA">Contact CIA</a></div> </li> </ul> <span class="portletBottomLeft"></span> <span class="portletBottomRight"></span> </dd> </dl> <div id="ciaMission"> <h3>Mission</h3> <p>The Central Intelligence Agency (CIA) is an independent US Government agency responsible for providing national security intelligence to senior US policymakers. </p> <p>To learn more, visit <a href="https://web.archive.org/web/20110927165947/https://www.cia.gov/about-cia/cia-vision-mission-values/index.html">CIA Vision, Mission &amp; Values</a>.</p> </div> </div> <!-- *** / Left Col Slot *** --></td> <td valign="top" id="contentColsA-R" style="background-color: #FFF;"> <!-- *** Top Head and Search Area *** --> <div id="topHeadContainer" style="background-color: #FFF;"> <div id="flashArea2" title="Central Intelligence Agency" style="background-color: #FFF;"><span>Central Intelligence Agency</span></div> </div> <div id="ciaWorkSearchBar" style="width: 829px;"> <div id="ciaWork">The Work of a Nation. The Center of Intelligence</div> <form id="ciaSearchForm" method="get" action="/web/20110927165947/https://www.cia.gov/search"> <label class="hiddenStructure" for="searchBox">Search Field</label> <input id="searchBox" name="q" type="text" maxlength="2047" value="Search" onfocus="clearSearch(this);" onblur="showSearch(this)"/> <label class="hiddenStructure" for="searchBtn">Search Button</label> <input id="searchBtn" type="image" alt="Search" src="/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/worldfactbook_shell/images/searchBtn.gif "/> <input type="hidden" name="site" value="CIA"/> <input type="hidden" name="output" value="xml_no_dtd"/> <input type="hidden" name="client" value="CIA"/> <input type="hidden" name="myAction" value="/search"/> <input type="hidden" name="proxystylesheet" value="CIA"/> <input type="hidden" name="submitMethod" value="get"/> </form> </div> <!-- *** / Top Head and Search Area *** --> <table id="contentColsB" cellpadding="0" cellspacing="0" border="0"> <tr> <td id="portal-column-content"> <div id="region-content"> <a name="documentContent"></a> <table cellpadding="0" cellspacing="0" border="0" style="padding-left: 15px;"> <tr> <td style=" z-index:99999;"><!-- includes/pickcountryform_index.cfm starts here ... --> <!-- Code from script_head.cfm --> <script language="JavaScript" type="text/JavaScript"> function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } startList = function() { if (document.all&&document.getElementById) { wfb_navigationRoot = document.getElementById("wfb_navigation"); for (x=0; x<wfb_navigationRoot.childNodes.length; x++) { node = wfb_navigationRoot.childNodes[x]; if (node.nodeName=="LI") { node.onmouseover=function() { this.className+=" over"; } node.onmouseout = function() { this.className=this.className.replace(" over", ""); } } } } } window.onload=startList; faq = null; function collapseCountryInfo() { faq = new switchicon("icongroup2", "div") //Limit scanning of switch contents to just "div" elements faq.setHeader('<img src="../graphics/close.jpg" alt="Close" title="Close"/>', '<img src="../graphics/open.jpg" alt="Open" title="Open" />') //Set header HTML faq.collapsePrevious(false) //Allow more than 1 content to be open simultanously faq.setPersist(true, 7) //Enable persistence to remember last switch content states for 7 days faq.init() } function MM_jumpMenu(targ,selObj,restore){ //v3.0 if (selObj.selectedIndex > 0) { eval(targ + ".location='" + "../geos/" + selObj.options[selObj.selectedIndex].value + ".html" + "'"); } if (restore) selObj.selectedIndex=0; } function onChange(dropdown) { var myindex = dropdown.selectedIndex var cntryCode = selObj.options[selObj.selectedIndex].value; var baseURL = selObj.options[selObj.selectedIndex].value; top.location.href = baseURL; return true; } var statusmsg = ""; function hidestatus() { window.status = statusmsg return true } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <script language="javascript" type="text/javascript"> // JavaScript Document var globalCntryNameSearchBuffer = ''; var globalTimer = null; var selcon = null; function FindSelectEntry(e, selectControl) /* In script_head_index.cfm */ { var timeLimitBetweenKeyPresses = 3600; //seconds var keynum, keychar, numcheck; if (window.event) // IE { keynum = e.keyCode; } else if (e.which) // Netscape/Firefox/Opera { keynum = e.which; } keychar = String.fromCharCode(keynum); if ((keynum >= 65 && keynum <= 122) || keynum == 32) // Only accept alphanumerics A-Z and a-z { clearTimeout(globalTimer); globalCntryNameSearchBuffer += keychar; selcon = selectControl; globalTimer = setTimeout('globalCntryNameSearchBuffer = ""', (timeLimitBetweenKeyPresses*1000)); for (var i = 0; i < selectControl.options.length; i++) { var selectLabel = selectControl.options[i].text.toLowerCase(); if (selectLabel.indexOf(globalCntryNameSearchBuffer.toLowerCase()) == 0) { selectControl.selectedIndex = i; // After this method concludes, Firefox moves the selection index one additional place. This compensates for that if (e.which) --selectControl.selectedIndex; break; } } } return false; } function Clear_globalCntryNameSearchBuffer() { globalCntryNameSearchBuffer = ""; } </script> <!-- Internet Explorer CSS Fixes --> <!--[if lt IE 7]> <style type="text/css" media="all">@import url(../stylesIEFixes.css);</style> <![endif]--> <script language="javascript" type="text/javascript"> var globalCntryNameSearchBuffer = ''; var globalTimer = null; var selcon = null; function FindSelectEntry(e, selectControl) /* In script_head_index.cfm */ { var timeLimitBetweenKeyPresses = 2.5; //seconds var keynum, keychar, numcheck; if (window.event) // IE { keynum = e.keyCode; } else if (e.which) // Netscape/Firefox/Opera { // keynum = e.which; return false; } keychar = String.fromCharCode(keynum); if ((keynum >= 65 && keynum <= 122) || keynum == 32) // Only accept alphanumerics A-Z and a-z { clearTimeout(globalTimer); globalCntryNameSearchBuffer += keychar; selcon = selectControl; globalTimer = setTimeout('globalCntryNameSearchBuffer = ""', (timeLimitBetweenKeyPresses*1000)); for (var i = 0; i < selcon.options.length; i++) { var selectLabel = selcon.options[i].text.toLowerCase(); if (selectLabel.indexOf(globalCntryNameSearchBuffer.toLowerCase()) == 0) { selcon.selectedIndex = i; // After this method concludes, Firefox moves the selection index one additional place. This compensates for that if (e.which) --selcon.selectedIndex; break; } } } else if (keynum == 13) // The ENTER key MM_jumpMenu('parent', selectControl, 0); return false; } function Clear_globalCntryNameSearchBuffer() { globalCntryNameSearchBuffer = ""; } </script> <a name="top" id="top"></a> <table width="814" border="0" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" align="left" cellpadding="0" cellspacing="0" style="position:relative; z-index:999;"> <tr> <td style="height:70px;"> <table width="100%" border="0" cellspacing="0" cellpadding="0" style="padding-top: 10px;height:80px;"> <tr> <td><img src="/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics/banner.gif" alt="World Factbook Title" border="0" usemap="#Map" title="World Factbook Title" width="638" style="padding-bottom: 5px;"/></td> </td> </tr> </table> </td> </tr> <tr> <td width="638"><table style="height:32px;background-image: url(/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics/country_gradiant_back.jpg)" id="country_select2" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="290" align="right" valign="top"><img src="/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics/nav_arrows.gif" style="padding-top: 6px;" alt="navigation arrows" title="navigation arrows"/></td> <td width="347" align="right" valign="middle"><div id="parent" style="position: relative; left: 0px; top: 0px; z-index: 1;"> <table width="90%" cellspacing="0" cellpadding="0" border="0"> <tr> <td valign="top"><form id="SelectCountry" name="SelectCountry" method="get" action="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/wfbext_countrydata_holder.cfm"> <label for="countryCode"> </label> <select name="countryCode" id="countryCode" class="country_select" onkeypress="return FindSelectEntry(event, this)" onchange="MM_jumpMenu('parent',this,0)"> <option selected value="">--- Select a Country or Location ---</option> <option value="xx"> World </option> <option value="af"> Afghanistan </option> <option value="ax"> Akrotiri </option> <option value="al"> Albania </option> <option value="ag"> Algeria </option> <option value="aq"> American Samoa </option> <option value="an"> Andorra </option> <option value="ao"> Angola </option> <option value="av"> Anguilla </option> <option value="ay"> Antarctica </option> <option value="ac"> Antigua and Barbuda </option> <option value="xq"> Arctic Ocean </option> <option value="ar"> Argentina </option> <option value="am"> Armenia </option> <option value="aa"> Aruba </option> <option value="at"> Ashmore and Cartier Islands </option> <option value="zh"> Atlantic Ocean </option> <option value="as"> Australia </option> <option value="au"> Austria </option> <option value="aj"> Azerbaijan </option> <option value="bf"> Bahamas, The </option> <option value="ba"> Bahrain </option> <option value="bg"> Bangladesh </option> <option value="bb"> Barbados </option> <option value="bo"> Belarus </option> <option value="be"> Belgium </option> <option value="bh"> Belize </option> <option value="bn"> Benin </option> <option value="bd"> Bermuda </option> <option value="bt"> Bhutan </option> <option value="bl"> Bolivia </option> <option value="bk"> Bosnia and Herzegovina </option> <option value="bc"> Botswana </option> <option value="bv"> Bouvet Island </option> <option value="br"> Brazil </option> <option value="io"> British Indian Ocean Territory </option> <option value="vi"> British Virgin Islands </option> <option value="bx"> Brunei </option> <option value="bu"> Bulgaria </option> <option value="uv"> Burkina Faso </option> <option value="bm"> Burma </option> <option value="by"> Burundi </option> <option value="cb"> Cambodia </option> <option value="cm"> Cameroon </option> <option value="ca"> Canada </option> <option value="cv"> Cape Verde </option> <option value="cj"> Cayman Islands </option> <option value="ct"> Central African Republic </option> <option value="cd"> Chad </option> <option value="ci"> Chile </option> <option value="ch"> China </option> <option value="kt"> Christmas Island </option> <option value="ip"> Clipperton Island </option> <option value="ck"> Cocos (Keeling) Islands </option> <option value="co"> Colombia </option> <option value="cn"> Comoros </option> <option value="cg"> Congo, Democratic Republic of the </option> <option value="cf"> Congo, Republic of the </option> <option value="cw"> Cook Islands </option> <option value="cr"> Coral Sea Islands </option> <option value="cs"> Costa Rica </option> <option value="iv"> Cote d'Ivoire </option> <option value="hr"> Croatia </option> <option value="cu"> Cuba </option> <option value="cc"> Curacao </option> <option value="cy"> Cyprus </option> <option value="ez"> Czech Republic </option> <option value="da"> Denmark </option> <option value="dx"> Dhekelia </option> <option value="dj"> Djibouti </option> <option value="do"> Dominica </option> <option value="dr"> Dominican Republic </option> <option value="ec"> Ecuador </option> <option value="eg"> Egypt </option> <option value="es"> El Salvador </option> <option value="ek"> Equatorial Guinea </option> <option value="er"> Eritrea </option> <option value="en"> Estonia </option> <option value="et"> Ethiopia </option> <option value="fk"> Falkland Islands (Islas Malvinas) </option> <option value="fo"> Faroe Islands </option> <option value="fj"> Fiji </option> <option value="fi"> Finland </option> <option value="fr"> France </option> <option value="fp"> French Polynesia </option> <option value="fs"> French Southern and Antarctic Lands </option> <option value="gb"> Gabon </option> <option value="ga"> Gambia, The </option> <option value="gz"> Gaza Strip </option> <option value="gg"> Georgia </option> <option value="gm"> Germany </option> <option value="gh"> Ghana </option> <option value="gi"> Gibraltar </option> <option value="gr"> Greece </option> <option value="gl"> Greenland </option> <option value="gj"> Grenada </option> <option value="gq"> Guam </option> <option value="gt"> Guatemala </option> <option value="gk"> Guernsey </option> <option value="gv"> Guinea </option> <option value="pu"> Guinea-Bissau </option> <option value="gy"> Guyana </option> <option value="ha"> Haiti </option> <option value="hm"> Heard Island and McDonald Islands </option> <option value="vt"> Holy See (Vatican City) </option> <option value="ho"> Honduras </option> <option value="hk"> Hong Kong </option> <option value="hu"> Hungary </option> <option value="ic"> Iceland </option> <option value="in"> India </option> <option value="xo"> Indian Ocean </option> <option value="id"> Indonesia </option> <option value="ir"> Iran </option> <option value="iz"> Iraq </option> <option value="ei"> Ireland </option> <option value="im"> Isle of Man </option> <option value="is"> Israel </option> <option value="it"> Italy </option> <option value="jm"> Jamaica </option> <option value="jn"> Jan Mayen </option> <option value="ja"> Japan </option> <option value="je"> Jersey </option> <option value="jo"> Jordan </option> <option value="kz"> Kazakhstan </option> <option value="ke"> Kenya </option> <option value="kr"> Kiribati </option> <option value="kn"> Korea, North </option> <option value="ks"> Korea, South </option> <option value="kv"> Kosovo </option> <option value="ku"> Kuwait </option> <option value="kg"> Kyrgyzstan </option> <option value="la"> Laos </option> <option value="lg"> Latvia </option> <option value="le"> Lebanon </option> <option value="lt"> Lesotho </option> <option value="li"> Liberia </option> <option value="ly"> Libya </option> <option value="ls"> Liechtenstein </option> <option value="lh"> Lithuania </option> <option value="lu"> Luxembourg </option> <option value="mc"> Macau </option> <option value="mk"> Macedonia </option> <option value="ma"> Madagascar </option> <option value="mi"> Malawi </option> <option value="my"> Malaysia </option> <option value="mv"> Maldives </option> <option value="ml"> Mali </option> <option value="mt"> Malta </option> <option value="rm"> Marshall Islands </option> <option value="mr"> Mauritania </option> <option value="mp"> Mauritius </option> <option value="mx"> Mexico </option> <option value="fm"> Micronesia, Federated States of </option> <option value="md"> Moldova </option> <option value="mn"> Monaco </option> <option value="mg"> Mongolia </option> <option value="mj"> Montenegro </option> <option value="mh"> Montserrat </option> <option value="mo"> Morocco </option> <option value="mz"> Mozambique </option> <option value="wa"> Namibia </option> <option value="nr"> Nauru </option> <option value="bq"> Navassa Island </option> <option value="np"> Nepal </option> <option value="nl"> Netherlands </option> <option value="nc"> New Caledonia </option> <option value="nz"> New Zealand </option> <option value="nu"> Nicaragua </option> <option value="ng"> Niger </option> <option value="ni"> Nigeria </option> <option value="ne"> Niue </option> <option value="nf"> Norfolk Island </option> <option value="cq"> Northern Mariana Islands </option> <option value="no"> Norway </option> <option value="mu"> Oman </option> <option value="zn"> Pacific Ocean </option> <option value="pk"> Pakistan </option> <option value="ps"> Palau </option> <option value="pm"> Panama </option> <option value="pp"> Papua New Guinea </option> <option value="pf"> Paracel Islands </option> <option value="pa"> Paraguay </option> <option value="pe"> Peru </option> <option value="rp"> Philippines </option> <option value="pc"> Pitcairn Islands </option> <option value="pl"> Poland </option> <option value="po"> Portugal </option> <option value="rq"> Puerto Rico </option> <option value="qa"> Qatar </option> <option value="ro"> Romania </option> <option value="rs"> Russia </option> <option value="rw"> Rwanda </option> <option value="tb"> Saint Barthelemy </option> <option value="sh"> Saint Helena, Ascension, and Tristan da Cunha </option> <option value="sc"> Saint Kitts and Nevis </option> <option value="st"> Saint Lucia </option> <option value="rn"> Saint Martin </option> <option value="sb"> Saint Pierre and Miquelon </option> <option value="vc"> Saint Vincent and the Grenadines </option> <option value="ws"> Samoa </option> <option value="sm"> San Marino </option> <option value="tp"> Sao Tome and Principe </option> <option value="sa"> Saudi Arabia </option> <option value="sg"> Senegal </option> <option value="ri"> Serbia </option> <option value="se"> Seychelles </option> <option value="sl"> Sierra Leone </option> <option value="sn"> Singapore </option> <option value="sk"> Sint Maarten </option> <option value="lo"> Slovakia </option> <option value="si"> Slovenia </option> <option value="bp"> Solomon Islands </option> <option value="so"> Somalia </option> <option value="sf"> South Africa </option> <option value="sx"> South Georgia and South Sandwich Islands </option> <option value="oo"> Southern Ocean </option> <option value="od"> South Sudan </option> <option value="sp"> Spain </option> <option value="pg"> Spratly Islands </option> <option value="ce"> Sri Lanka </option> <option value="su"> Sudan </option> <option value="ns"> Suriname </option> <option value="sv"> Svalbard </option> <option value="wz"> Swaziland </option> <option value="sw"> Sweden </option> <option value="sz"> Switzerland </option> <option value="sy"> Syria </option> <option value="tw"> Taiwan </option> <option value="ti"> Tajikistan </option> <option value="tz"> Tanzania </option> <option value="th"> Thailand </option> <option value="tt"> Timor-Leste </option> <option value="to"> Togo </option> <option value="tl"> Tokelau </option> <option value="tn"> Tonga </option> <option value="td"> Trinidad and Tobago </option> <option value="ts"> Tunisia </option> <option value="tu"> Turkey </option> <option value="tx"> Turkmenistan </option> <option value="tk"> Turks and Caicos Islands </option> <option value="tv"> Tuvalu </option> <option value="ug"> Uganda </option> <option value="up"> Ukraine </option> <option value="ae"> United Arab Emirates </option> <option value="uk"> United Kingdom </option> <option value="us"> United States </option> <option value="um"> United States Pacific Island Wildlife Refuges </option> <option value="uy"> Uruguay </option> <option value="uz"> Uzbekistan </option> <option value="nh"> Vanuatu </option> <option value="ve"> Venezuela </option> <option value="vm"> Vietnam </option> <option value="vq"> Virgin Islands </option> <option value="wq"> Wake Island </option> <option value="wf"> Wallis and Futuna </option> <option value="we"> West Bank </option> <option value="wi"> Western Sahara </option> <option value="ym"> Yemen </option> <option value="za"> Zambia </option> <option value="zi"> Zimbabwe </option> <option value="ee"> European Union </option> </select> </form></td> </tr> </table> <noscript> <div id="flashAd" style="position: absolute; left: 0px; top: -2px; height: 0px; z-index: 2; width: 337px;"> <table width="90%" cellspacing="0" cellpadding="0" border="0"> <tr> <td><div id="multi-level"> <ul class="menu"> <li style="padding-top: 3px;"><a href="##" class="top_link">select a country or location <!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]--> <ul class="af"> <li><a href="xx.html">World</a></li> <li><a href="af.html">Afghanistan</a></li> <li><a href="ax.html">Akrotiri</a></li> <li><a href="al.html">Albania</a></li> <li><a href="ag.html">Algeria</a></li> <li><a href="aq.html">American Samoa</a></li> <li><a href="an.html">Andorra</a></li> <li><a href="ao.html">Angola</a></li> <li><a href="av.html">Anguilla</a></li> <li><a href="ay.html">Antarctica</a></li> <li><a href="ac.html">Antigua and Barbuda</a></li> <li><a href="xq.html">Arctic Ocean</a></li> <li><a href="ar.html">Argentina</a></li> <li><a href="am.html">Armenia</a></li> <li><a href="aa.html">Aruba</a></li> <li><a href="at.html">Ashmore and Cartier Islands</a></li> <li><a href="zh.html">Atlantic Ocean</a></li> <li><a href="as.html">Australia</a></li> <li><a href="au.html">Austria</a></li> <li><a href="aj.html">Azerbaijan</a></li> <li><a href="bf.html">Bahamas, The</a></li> <li><a href="ba.html">Bahrain</a></li> <li><a href="bg.html">Bangladesh</a></li> <li><a href="bb.html">Barbados</a></li> <li><a href="bo.html">Belarus</a></li> <li><a href="be.html">Belgium</a></li> <li><a href="bh.html">Belize</a></li> <li><a href="bn.html">Benin</a></li> <li><a href="bd.html">Bermuda</a></li> <li><a href="bt.html">Bhutan</a></li> <li><a href="bl.html">Bolivia</a></li> <li><a href="bk.html">Bosnia and Herzegovina</a></li> <li><a href="bc.html">Botswana</a></li> <li><a href="bv.html">Bouvet Island</a></li> <li><a href="br.html">Brazil</a></li> <li><a href="io.html">British Indian Ocean Territory</a></li> <li><a href="vi.html">British Virgin Islands</a></li> <li><a href="bx.html">Brunei</a></li> <li><a href="bu.html">Bulgaria</a></li> <li><a href="uv.html">Burkina Faso</a></li> <li><a href="bm.html">Burma</a></li> <li><a href="by.html">Burundi</a></li> <li><a href="cb.html">Cambodia</a></li> <li><a href="cm.html">Cameroon</a></li> <li><a href="ca.html">Canada</a></li> <li><a href="cv.html">Cape Verde</a></li> <li><a href="cj.html">Cayman Islands</a></li> <li><a href="ct.html">Central African Republic</a></li> <li><a href="cd.html">Chad</a></li> <li><a href="ci.html">Chile</a></li> <li><a href="ch.html">China</a></li> <li><a href="kt.html">Christmas Island</a></li> <li><a href="ip.html">Clipperton Island</a></li> <li><a href="ck.html">Cocos (Keeling) Islands</a></li> <li><a href="co.html">Colombia</a></li> <li><a href="cn.html">Comoros</a></li> <li><a href="cg.html">Congo, Democratic Republic of the</a></li> <li><a href="cf.html">Congo, Republic of the</a></li> <li><a href="cw.html">Cook Islands</a></li> <li><a href="cr.html">Coral Sea Islands</a></li> <li><a href="cs.html">Costa Rica</a></li> <li><a href="iv.html">Cote d'Ivoire</a></li> <li><a href="hr.html">Croatia</a></li> <li><a href="cu.html">Cuba</a></li> <li><a href="cc.html">Curacao</a></li> <li><a href="cy.html">Cyprus</a></li> <li><a href="ez.html">Czech Republic</a></li> <li><a href="da.html">Denmark</a></li> <li><a href="dx.html">Dhekelia</a></li> <li><a href="dj.html">Djibouti</a></li> <li><a href="do.html">Dominica</a></li> <li><a href="dr.html">Dominican Republic</a></li> <li><a href="ec.html">Ecuador</a></li> <li><a href="eg.html">Egypt</a></li> <li><a href="es.html">El Salvador</a></li> <li><a href="ek.html">Equatorial Guinea</a></li> <li><a href="er.html">Eritrea</a></li> <li><a href="en.html">Estonia</a></li> <li><a href="et.html">Ethiopia</a></li> <li><a href="fk.html">Falkland Islands (Islas Malvinas)</a></li> <li><a href="fo.html">Faroe Islands</a></li> <li><a href="fj.html">Fiji</a></li> <li><a href="fi.html">Finland</a></li> <li><a href="fr.html">France</a></li> <li><a href="fp.html">French Polynesia</a></li> <li><a href="fs.html">French Southern and Antarctic Lands</a></li> <li><a href="gb.html">Gabon</a></li> <li><a href="ga.html">Gambia, The</a></li> <li><a href="gz.html">Gaza Strip</a></li> <li><a href="gg.html">Georgia</a></li> <li><a href="gm.html">Germany</a></li> <li><a href="gh.html">Ghana</a></li> <li><a href="gi.html">Gibraltar</a></li> <li><a href="gr.html">Greece</a></li> <li><a href="gl.html">Greenland</a></li> <li><a href="gj.html">Grenada</a></li> <li><a href="gq.html">Guam</a></li> <li><a href="gt.html">Guatemala</a></li> <li><a href="gk.html">Guernsey</a></li> <li><a href="gv.html">Guinea</a></li> <li><a href="pu.html">Guinea-Bissau</a></li> <li><a href="gy.html">Guyana</a></li> <li><a href="ha.html">Haiti</a></li> <li><a href="hm.html">Heard Island and McDonald Islands</a></li> <li><a href="vt.html">Holy See (Vatican City)</a></li> <li><a href="ho.html">Honduras</a></li> <li><a href="hk.html">Hong Kong</a></li> <li><a href="hu.html">Hungary</a></li> <li><a href="ic.html">Iceland</a></li> <li><a href="in.html">India</a></li> <li><a href="xo.html">Indian Ocean</a></li> <li><a href="id.html">Indonesia</a></li> <li><a href="ir.html">Iran</a></li> <li><a href="iz.html">Iraq</a></li> <li><a href="ei.html">Ireland</a></li> <li><a href="im.html">Isle of Man</a></li> <li><a href="is.html">Israel</a></li> <li><a href="it.html">Italy</a></li> <li><a href="jm.html">Jamaica</a></li> <li><a href="jn.html">Jan Mayen</a></li> <li><a href="ja.html">Japan</a></li> <li><a href="je.html">Jersey</a></li> <li><a href="jo.html">Jordan</a></li> <li><a href="kz.html">Kazakhstan</a></li> <li><a href="ke.html">Kenya</a></li> <li><a href="kr.html">Kiribati</a></li> <li><a href="kn.html">Korea, North</a></li> <li><a href="ks.html">Korea, South</a></li> <li><a href="kv.html">Kosovo</a></li> <li><a href="ku.html">Kuwait</a></li> <li><a href="kg.html">Kyrgyzstan</a></li> <li><a href="la.html">Laos</a></li> <li><a href="lg.html">Latvia</a></li> <li><a href="le.html">Lebanon</a></li> <li><a href="lt.html">Lesotho</a></li> <li><a href="li.html">Liberia</a></li> <li><a href="ly.html">Libya</a></li> <li><a href="ls.html">Liechtenstein</a></li> <li><a href="lh.html">Lithuania</a></li> <li><a href="lu.html">Luxembourg</a></li> <li><a href="mc.html">Macau</a></li> <li><a href="mk.html">Macedonia</a></li> <li><a href="ma.html">Madagascar</a></li> <li><a href="mi.html">Malawi</a></li> <li><a href="my.html">Malaysia</a></li> <li><a href="mv.html">Maldives</a></li> <li><a href="ml.html">Mali</a></li> <li><a href="mt.html">Malta</a></li> <li><a href="rm.html">Marshall Islands</a></li> <li><a href="mr.html">Mauritania</a></li> <li><a href="mp.html">Mauritius</a></li> <li><a href="mx.html">Mexico</a></li> <li><a href="fm.html">Micronesia, Federated States of</a></li> <li><a href="md.html">Moldova</a></li> <li><a href="mn.html">Monaco</a></li> <li><a href="mg.html">Mongolia</a></li> <li><a href="mj.html">Montenegro</a></li> <li><a href="mh.html">Montserrat</a></li> <li><a href="mo.html">Morocco</a></li> <li><a href="mz.html">Mozambique</a></li> <li><a href="wa.html">Namibia</a></li> <li><a href="nr.html">Nauru</a></li> <li><a href="bq.html">Navassa Island</a></li> <li><a href="np.html">Nepal</a></li> <li><a href="nl.html">Netherlands</a></li> <li><a href="nc.html">New Caledonia</a></li> <li><a href="nz.html">New Zealand</a></li> <li><a href="nu.html">Nicaragua</a></li> <li><a href="ng.html">Niger</a></li> <li><a href="ni.html">Nigeria</a></li> <li><a href="ne.html">Niue</a></li> <li><a href="nf.html">Norfolk Island</a></li> <li><a href="cq.html">Northern Mariana Islands</a></li> <li><a href="no.html">Norway</a></li> <li><a href="mu.html">Oman</a></li> <li><a href="zn.html">Pacific Ocean</a></li> <li><a href="pk.html">Pakistan</a></li> <li><a href="ps.html">Palau</a></li> <li><a href="pm.html">Panama</a></li> <li><a href="pp.html">Papua New Guinea</a></li> <li><a href="pf.html">Paracel Islands</a></li> <li><a href="pa.html">Paraguay</a></li> <li><a href="pe.html">Peru</a></li> <li><a href="rp.html">Philippines</a></li> <li><a href="pc.html">Pitcairn Islands</a></li> <li><a href="pl.html">Poland</a></li> <li><a href="po.html">Portugal</a></li> <li><a href="rq.html">Puerto Rico</a></li> <li><a href="qa.html">Qatar</a></li> <li><a href="ro.html">Romania</a></li> <li><a href="rs.html">Russia</a></li> <li><a href="rw.html">Rwanda</a></li> <li><a href="tb.html">Saint Barthelemy</a></li> <li><a href="sh.html">Saint Helena, Ascension, and Tristan da Cunha</a></li> <li><a href="sc.html">Saint Kitts and Nevis</a></li> <li><a href="st.html">Saint Lucia</a></li> <li><a href="rn.html">Saint Martin</a></li> <li><a href="sb.html">Saint Pierre and Miquelon</a></li> <li><a href="vc.html">Saint Vincent and the Grenadines</a></li> <li><a href="ws.html">Samoa</a></li> <li><a href="sm.html">San Marino</a></li> <li><a href="tp.html">Sao Tome and Principe</a></li> <li><a href="sa.html">Saudi Arabia</a></li> <li><a href="sg.html">Senegal</a></li> <li><a href="ri.html">Serbia</a></li> <li><a href="se.html">Seychelles</a></li> <li><a href="sl.html">Sierra Leone</a></li> <li><a href="sn.html">Singapore</a></li> <li><a href="sk.html">Sint Maarten</a></li> <li><a href="lo.html">Slovakia</a></li> <li><a href="si.html">Slovenia</a></li> <li><a href="bp.html">Solomon Islands</a></li> <li><a href="so.html">Somalia</a></li> <li><a href="sf.html">South Africa</a></li> <li><a href="sx.html">South Georgia and South Sandwich Islands</a></li> <li><a href="oo.html">Southern Ocean</a></li> <li><a href="od.html">South Sudan</a></li> <li><a href="sp.html">Spain</a></li> <li><a href="pg.html">Spratly Islands</a></li> <li><a href="ce.html">Sri Lanka</a></li> <li><a href="su.html">Sudan</a></li> <li><a href="ns.html">Suriname</a></li> <li><a href="sv.html">Svalbard</a></li> <li><a href="wz.html">Swaziland</a></li> <li><a href="sw.html">Sweden</a></li> <li><a href="sz.html">Switzerland</a></li> <li><a href="sy.html">Syria</a></li> <li><a href="tw.html">Taiwan</a></li> <li><a href="ti.html">Tajikistan</a></li> <li><a href="tz.html">Tanzania</a></li> <li><a href="th.html">Thailand</a></li> <li><a href="tt.html">Timor-Leste</a></li> <li><a href="to.html">Togo</a></li> <li><a href="tl.html">Tokelau</a></li> <li><a href="tn.html">Tonga</a></li> <li><a href="td.html">Trinidad and Tobago</a></li> <li><a href="ts.html">Tunisia</a></li> <li><a href="tu.html">Turkey</a></li> <li><a href="tx.html">Turkmenistan</a></li> <li><a href="tk.html">Turks and Caicos Islands</a></li> <li><a href="tv.html">Tuvalu</a></li> <li><a href="ug.html">Uganda</a></li> <li><a href="up.html">Ukraine</a></li> <li><a href="ae.html">United Arab Emirates</a></li> <li><a href="uk.html">United Kingdom</a></li> <li><a href="us.html">United States</a></li> <li><a href="um.html">United States Pacific Island Wildlife Refuges</a></li> <li><a href="uy.html">Uruguay</a></li> <li><a href="uz.html">Uzbekistan</a></li> <li><a href="nh.html">Vanuatu</a></li> <li><a href="ve.html">Venezuela</a></li> <li><a href="vm.html">Vietnam</a></li> <li><a href="vq.html">Virgin Islands</a></li> <li><a href="wq.html">Wake Island</a></li> <li><a href="wf.html">Wallis and Futuna</a></li> <li><a href="we.html">West Bank</a></li> <li><a href="wi.html">Western Sahara</a></li> <li><a href="ym.html">Yemen</a></li> <li><a href="za.html">Zambia</a></li> <li><a href="zi.html">Zimbabwe</a></li> <li><a href="ee.html">European Union</a></li> </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]--> </li> </ul> </div></td> </tr> </table> </div> </noscript> </div></td> </tr> </table></td> </tr> <tr> <td><table width="638" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="450" valign="bottom" style="border-bottom: 1px solid #CCCCCC;"><ul id="wfb_navigation"> <li class="level1" id="home" accesskey="1"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/index.html" title="The World Factbook Home">&nbsp;&nbsp;</a> </li> <li class="level1" id="about" style="cursor:default;"> <a href="#" title="About" style="cursor:default;width:73px;">About</a> <ul class="subuls"> <li><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/docs/history.html" title="History ">&nbsp;&nbsp;History</a></li> <li><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/docs/contributor_copyright.html" title="Copyright and Contributors">&nbsp;&nbsp;Copyright and Contributors</a></li> <li><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/docs/purchase_info.html" title="Purchasing">&nbsp;&nbsp;Purchasing</a></li> <li><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/docs/didyouknow.html" title="Did You Know?">&nbsp;&nbsp;Did You Know?</a></li> </ul> </li> <li class="level1_long" id="reference"> <a href="#" title="References" style="cursor:default;width:80px;">References</a> <ul class="subuls"> <li><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/docs/refmaps.html" title="Regional Maps">&nbsp;&nbsp;Regional Maps</a></li> <li><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/docs/flagsoftheworld.html" title="Flags of the World">&nbsp;&nbsp;Flags of the World</a></li> <li><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/docs/gallery.html" title="Gallery of Covers">&nbsp;&nbsp;Gallery of Covers</a></li> <li><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/docs/notesanddefs.html" title="Definitions and Notes">&nbsp;&nbsp;Definitions and Notes</a></li> <li><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/docs/profileguide.html" title="Guide to Country Profiles">&nbsp;&nbsp;Guide to Country Profiles</a></li> <li><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/rankorder/rankorderguide.html" title="Guide to Country Comparisons">&nbsp;&nbsp;Guide to Country Comparisons</a></li> </ul> </li> <li class="level1_long" id="appendix"> <a href="#" title="Appendices" style="cursor:default;width:80px;">Appendices</a> <ul class="subuls_long"> <li><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/appendix/appendix-a.html" title="Appendix A :">&nbsp;&nbsp;A: abbreviations</a></li> <li><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/appendix/appendix-b.html" title="Appendix B :">&nbsp;&nbsp;B: international organizations and groups</a></li> <li><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/appendix/appendix-c.html" title="Appendix C :">&nbsp;&nbsp;C: selected international environmental agreements</a></li> <li><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/appendix/appendix-d.html" title="Appendix D :">&nbsp;&nbsp;D: cross-reference list of country data codes</a></li> <li><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/appendix/appendix-e.html" title="Appendix E :">&nbsp;&nbsp;E: cross-reference list of hydrographic data codes</a></li> <li><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/appendix/appendix-f.html" title="Appendix F :">&nbsp;&nbsp;F: cross-reference list of geographic names</a></li> <li><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/appendix/appendix-g.html" title="Appendix G :">&nbsp;&nbsp;G: weights and measures</a></li> </ul> </li> <li class="level1" id="faqs"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/docs/faqs.html" title="Frequently Asked Questions" style="cursor:pointer;width:73px;">FAQ<span style="text-transform:lowercase;">s</span></a></li> <li class="level1" id="contact"> <a href="/web/20110927165947/https://www.cia.gov/library/publications/contact-cia/index.html" title="Contact" alt="Contact" style="cursor:pointer;width:73px;"> Contact </a> </li> </ul></td> <td class="smalltext_nav" align="right" valign="bottom" style="border-bottom: 1px solid #CCCCCC;"> <a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/print/textversion.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('View Text Low Bandwidth Version','','../graphics/bandwidth_btn_on.gif',1)"><img src="/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics/bandwidth_btn_off.gif" alt="View Text Low Bandwidth Version" title="View Text Low Bandwidth Version" width="173" height="8" border="0" style="padding: 1px;"/></a> <a href="https://web.archive.org/web/20110927165947/https://www.cia.gov/library/publications/download/" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Download Publication','','../graphics/download_btn_on.gif',1)"><img src="/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics/download_btn_off.gif" alt="Download Publication" title="Download Publication" width="120" height="8" border="0" id="Download Publication" style="padding: 1px;"/></a> </td> </tr> </table></td> </tr> </table> <td width="160" valign="top" style="background-image: url(/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics_wfbook_shell/grey_right_gutter_angle.jpg); background-position: right bottom; background-repeat: no-repeat;"><ul style="margin-left: 25px;list-style-type: disc; width: 130px; height: 80px;" id="quicklinks"> <li style="padding: 0px; margin-left: 0px; margin-right: 0px;"><a title="Open Government Initiative" class="internal-link" href="/web/20110927165947/https://www.cia.gov/open/index.html">CIA Open Initiative</a></li> <li style="list-style-image: none;"><a title="World Leaders" href="/web/20110927165947/https://www.cia.gov/library/publications/world-leaders-1/index.html">World Leaders</a></li> <li style="list-style-image: none;"><a title="Today's CIA" href="/web/20110927165947/https://www.cia.gov/about-cia/todays-cia/index.html">Today's CIA</a></li> <li style="list-style-image: none;"><a title="Studies in Intelligence" href="/web/20110927165947/https://www.cia.gov/library/center-for-the-study-of-intelligence/csi-publications/csi-studies/index.html">Studies in Intelligence</a></li> <li style="list-style-image: none;"><a title="Diversity" class="internal-link" href="/web/20110927165947/https://www.cia.gov/careers/diversity/index.html">Diversity</a></li> </ul> </td> </tr> </table> <map name="Map" id="Map"> <area shape="rect" coords="1,33,301,72" href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/index.html" title="The World Factbook Home"/> </map> <!-- includes/pickcountryform.cfm ends here ... --> </td> </tr> <tr> <td><!-- InstanceBeginEditable name="content" --> <div align="left"><link rel="stylesheet" type="text/css" href="/web/20110927165947cs_/https://www.cia.gov/library/publications/the-world-factbook/styles/factbook.css"> <link rel="stylesheet" type="text/css" href="/web/20110927165947cs_/https://www.cia.gov/library/publications/the-world-factbook/styles/print.css"> <style> .currentRow { font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-align: center; padding-left: 10px; vertical-align: middle; text-align: center; color: #999999; } </style> <script src="/web/20110927165947js_/https://www.cia.gov/library/publications/the-world-factbook/scripts/findDOM.js" type="text/javascript"></script> <script src="/web/20110927165947js_/https://www.cia.gov/library/publications/the-world-factbook/scripts/processAnchors.js" type="text/javascript"></script> <script type="text/javascript"> <!-- function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <table width="638" cellpadding="0" cellspacing="0" border="0"> <tr> </tr> </table> <table width="638" border="0" cellspacing="0" cellpadding="0"> <tr height="25"> <td background="/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics/gold_gradiant.gif" class="region">Country Comparison<strong>&nbsp;::&nbsp;Population</strong></span></td> <td align="right" valign="middle" background="/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics/gold_gradiant.gif"> <script type="text/javascript"> <!-- function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } //--> </script> </td> </tr> </table> <table width="638" border="0" align="left" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" id="rankorder"> <tr> <td> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td> <table border="0" align="left" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" width="638"> <tr> <td><span class="category_data">This entry gives an estimate from the US Bureau of the Census based on statistics from population censuses, vital statistics registration systems, or sample surveys pertaining to the recent past and on assumptions about future trends. The total population presents one overall measure of the potential impact of the country on the world and within its region. Note: Starting with the 1993 <em>Factbook</em>, demographic estimates for some countries (mostly African) have explicitly taken into account the effects of the growing impact of the HIV/AIDS epidemic. These countries are currently: The Bahamas, Benin, Botswana, Brazil, Burkina Faso, Burma, Burundi, Cambodia, Cameroon, Central African Republic, Democratic Republic of the Congo, Republic of the Congo, Cote d'Ivoire, Ethiopia, Gabon, Ghana, Guyana, Haiti, Honduras, Kenya, Lesotho, Malawi, Mozambique, Namibia, Nigeria, Rwanda, South Africa, Swaziland, Tanzania, Thailand, Togo, Uganda, Zambia, and Zimbabwe.</span></td> </tr> <tr> <td></td> </tr> <tr> <tr> <td> <table width="638" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="538"></td> <td align="right" valign="bottom" class="smalltext" style="padding-bottom: 5px;margin-right: 0px;"> <a href="rawdata_2119.txt" target="_blank" style="cursor: pointer;" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Download Data','','../graphics/download_rawdata_on.gif',1)"> <img src="/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics/download_rawdata_off.gif" alt="Download Data" name="Download Data" width="100" height="16" border="0" id="Download Data"/> </a> </td> </tr> </table> </td> </tr> <tr> <td height="25" valign="top" class="category" style="background-image:url(/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics/_medium.jpg);"> <script language="javascript"> if (!Array.indexOf) { Array.prototype.indexOf = function(obj) {for (var i=0; i < this.length; i++) {if (this[i] == obj) {return i;}}return -1;} var rcArray = ['afr','ant','aus','cam','cas','eur','eas','mde','noa','nas','oce','soa','sas']; var jsRegionCode = getURLValueFor("regionCode"); if (rcArray.indexOf(jsRegionCode) >= 0) { document.write('<span>'); } else { document.write('<span style="padding-left: 5px; text-transform: uppercase;">'); } </script> <script language="javascript" type="text/javascript"> var cCodeArray = ['xx','af','ax','al','ag','aq','an','ao','av','ay','ac','xq','ar','am','aa','at','zh','as','au','aj','bf','ba','bg','bb','bo','be','bh','bn','bd','bt','bl','bk','bc','bv','br','io','vi','bx','bu','uv','bm','by','cb','cm','ca','cv','cj','ct','cd','ci','ch','kt','ip','ck','co','cn','cg','cf','cw','cr','cs','iv','hr','cu','cc','cy','ez','da','dx','dj','do','dr','ec','eg','es','ek','er','en','et','fk','fo','fj','fi','fr','fp','fs','gb','ga','gz','gg','gm','gh','gi','gr','gl','gj','gq','gt','gk','gv','pu','gy','ha','hm','vt','ho','hk','hu','ic','in','xo','id','ir','iz','ei','im','is','it','jm','jn','ja','je','jo','kz','ke','kr','kn','ks','kv','ku','kg','la','lg','le','lt','li','ly','ls','lh','lu','mc','mk','ma','mi','my','mv','ml','mt','rm','mr','mp','mx','fm','md','mn','mg','mj','mh','mo','mz','wa','nr','bq','np','nl','nc','nz','nu','ng','ni','ne','nf','cq','no','mu','zn','pk','ps','pm','pp','pf','pa','pe','rp','pc','pl','po','rq','qa','ro','rs','rw','tb','sh','sc','st','rn','sb','vc','ws','sm','tp','sa','sg','ri','se','sl','sn','sk','lo','si','bp','so','sf','sx','oo','od','sp','pg','ce','su','ns','sv','wz','sw','sz','sy','tw','ti','tz','th','tt','to','tl','tn','td','ts','tu','tx','tk','tv','ug','up','ae','uk','us','um','uy','uz','nh','ve','vm','vq','wq','wf','we','wi','ym','za','zi','ee']; /*HELLO*/ var cNameArray = ["World","Afghanistan","Akrotiri","Albania","Algeria","American Samoa","Andorra","Angola","Anguilla","Antarctica","Antigua and Barbuda","Arctic Ocean","Argentina","Armenia","Aruba","Ashmore and Cartier Islands","Atlantic Ocean","Australia","Austria","Azerbaijan","Bahamas, The","Bahrain","Bangladesh","Barbados","Belarus","Belgium","Belize","Benin","Bermuda","Bhutan","Bolivia","Bosnia and Herzegovina","Botswana","Bouvet Island","Brazil","British Indian Ocean Territory","British Virgin Islands","Brunei","Bulgaria","Burkina Faso","Burma","Burundi","Cambodia","Cameroon","Canada","Cape Verde","Cayman Islands","Central African Republic","Chad","Chile","China","Christmas Island","Clipperton Island","Cocos (Keeling) Islands","Colombia","Comoros","Congo, Democratic Republic of the","Congo, Republic of the","Cook Islands","Coral Sea Islands","Costa Rica","Cote d'Ivoire","Croatia","Cuba","Curacao","Cyprus","Czech Republic","Denmark","Dhekelia","Djibouti","Dominica","Dominican Republic","Ecuador","Egypt","El Salvador","Equatorial Guinea","Eritrea","Estonia","Ethiopia","Falkland Islands (Islas Malvinas)","Faroe Islands","Fiji","Finland","France","French Polynesia","French Southern and Antarctic Lands","Gabon","Gambia, The","Gaza Strip","Georgia","Germany","Ghana","Gibraltar","Greece","Greenland","Grenada","Guam","Guatemala","Guernsey","Guinea","Guinea-Bissau","Guyana","Haiti","Heard Island and McDonald Islands","Holy See (Vatican City)","Honduras","Hong Kong","Hungary","Iceland","India","Indian Ocean","Indonesia","Iran","Iraq","Ireland","Isle of Man","Israel","Italy","Jamaica","Jan Mayen","Japan","Jersey","Jordan","Kazakhstan","Kenya","Kiribati","Korea, North","Korea, South","Kosovo","Kuwait","Kyrgyzstan","Laos","Latvia","Lebanon","Lesotho","Liberia","Libya","Liechtenstein","Lithuania","Luxembourg","Macau","Macedonia","Madagascar","Malawi","Malaysia","Maldives","Mali","Malta","Marshall Islands","Mauritania","Mauritius","Mexico","Micronesia, Federated States of","Moldova","Monaco","Mongolia","Montenegro","Montserrat","Morocco","Mozambique","Namibia","Nauru","Navassa Island","Nepal","Netherlands","New Caledonia","New Zealand","Nicaragua","Niger","Nigeria","Niue","Norfolk Island","Northern Mariana Islands","Norway","Oman","Pacific Ocean","Pakistan","Palau","Panama","Papua New Guinea","Paracel Islands","Paraguay","Peru","Philippines","Pitcairn Islands","Poland","Portugal","Puerto Rico","Qatar","Romania","Russia","Rwanda","Saint Barthelemy","Saint Helena, Ascension, and Tristan da Cunha","Saint Kitts and Nevis","Saint Lucia","Saint Martin","Saint Pierre and Miquelon","Saint Vincent and the Grenadines","Samoa","San Marino","Sao Tome and Principe","Saudi Arabia","Senegal","Serbia","Seychelles","Sierra Leone","Singapore","Sint Maarten","Slovakia","Slovenia","Solomon Islands","Somalia","South Africa","South Georgia and South Sandwich Islands","Southern Ocean","South Sudan","Spain","Spratly Islands","Sri Lanka","Sudan","Suriname","Svalbard","Swaziland","Sweden","Switzerland","Syria","Taiwan","Tajikistan","Tanzania","Thailand","Timor-Leste","Togo","Tokelau","Tonga","Trinidad and Tobago","Tunisia","Turkey","Turkmenistan","Turks and Caicos Islands","Tuvalu","Uganda","Ukraine","United Arab Emirates","United Kingdom","United States","United States Pacific Island Wildlife Refuges","Uruguay","Uzbekistan","Vanuatu","Venezuela","Vietnam","Virgin Islands","Wake Island","Wallis and Futuna","West Bank","Western Sahara","Yemen","Zambia","Zimbabwe","European Union"]; var jsCountryName = getURLValueFor("countryName"); if (cNameArray.indexOf(jsCountryName) < 0) jsCountryName = ""; var jsRank = getURLValueFor("rank"); if (!jsRank.match(/^\d+$/)) jsRank = ""; var jsCountryCode = getURLValueFor("countryCode"); if (cCodeArray.indexOf(jsCountryCode) < 0) jsCountryCode = ""; var jsSeparator = "" if (jsCountryName != "") jsSeparator = '&nbsp;::&nbsp;'; document.write('' + jsCountryName + jsSeparator + ' ' + '<a href="#' + jsCountryCode + '">' + jsRank + '</a>'); </script> </td> </tr> <tr> <td> <table border="0" cellspacing="2" cellpadding="2" width="638"> <tr bgcolor="#F8f8e7" valign="middle" height="25"> <th scope="col" width="50" align="center" style="padding-left: 5px;"><div class="smalltext"><strong>Rank</strong></div></th> <th scope="col" width="215" align="center" class="smalltext" style="padding-left: 5px;">country</th> <th scope="col" width="160" height="25" align="right" class="smalltext"> <span style="text-align: right;">Population</span> </th> <th scope="col" width="155" height="25" align="center" class="smalltext">Date of Information</th> </tr> </table></td> </tr> </table> <tr> <td> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ch"> <tr> <td colspan="4"><a name="ch"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">1</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ch.html"><strong>China</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 1,336,718,015</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="in"> <tr> <td colspan="4"><a name="in"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">2</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/in.html"><strong>India</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 1,189,172,906</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="us"> <tr> <td colspan="4"><a name="us"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">3</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/us.html"><strong>United States</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 313,232,044</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="id"> <tr> <td colspan="4"><a name="id"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">4</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/id.html"><strong>Indonesia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 245,613,043</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="br"> <tr> <td colspan="4"><a name="br"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">5</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/br.html"><strong>Brazil</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 203,429,773</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="pk"> <tr> <td colspan="4"><a name="pk"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">6</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/pk.html"><strong>Pakistan</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 187,342,721</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="bg"> <tr> <td colspan="4"><a name="bg"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">7</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/bg.html"><strong>Bangladesh</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 158,570,535</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="ni"> <tr> <td colspan="4"><a name="ni"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">8</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ni.html"><strong>Nigeria</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 155,215,573</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="rs"> <tr> <td colspan="4"><a name="rs"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">9</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/rs.html"><strong>Russia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 138,739,892</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="ja"> <tr> <td colspan="4"><a name="ja"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">10</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ja.html"><strong>Japan</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 126,475,664</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="mx"> <tr> <td colspan="4"><a name="mx"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">11</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/mx.html"><strong>Mexico</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 113,724,226</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="rp"> <tr> <td colspan="4"><a name="rp"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">12</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/rp.html"><strong>Philippines</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 101,833,938</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="et"> <tr> <td colspan="4"><a name="et"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">13</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/et.html"><strong>Ethiopia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 90,873,739</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="vm"> <tr> <td colspan="4"><a name="vm"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">14</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/vm.html"><strong>Vietnam</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 90,549,390</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="eg"> <tr> <td colspan="4"><a name="eg"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">15</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/eg.html"><strong>Egypt</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 82,079,636</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="gm"> <tr> <td colspan="4"><a name="gm"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">16</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/gm.html"><strong>Germany</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 81,471,834</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="tu"> <tr> <td colspan="4"><a name="tu"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">17</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/tu.html"><strong>Turkey</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 78,785,548</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="ir"> <tr> <td colspan="4"><a name="ir"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">18</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ir.html"><strong>Iran</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 77,891,220</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="cg"> <tr> <td colspan="4"><a name="cg"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">19</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/cg.html"><strong>Congo, Democratic Republic of the</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 71,712,867</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="th"> <tr> <td colspan="4"><a name="th"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">20</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/th.html"><strong>Thailand</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 66,720,153</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="fr"> <tr> <td colspan="4"><a name="fr"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">21</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/fr.html"><strong>France</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 65,312,249</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="uk"> <tr> <td colspan="4"><a name="uk"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">22</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/uk.html"><strong>United Kingdom</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 62,698,362</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="it"> <tr> <td colspan="4"><a name="it"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">23</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/it.html"><strong>Italy</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 61,016,804</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="bm"> <tr> <td colspan="4"><a name="bm"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">24</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/bm.html"><strong>Burma</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 53,999,804</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="sf"> <tr> <td colspan="4"><a name="sf"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">25</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/sf.html"><strong>South Africa</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 49,004,031</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="ks"> <tr> <td colspan="4"><a name="ks"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">26</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ks.html"><strong>Korea, South</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 48,754,657</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="sp"> <tr> <td colspan="4"><a name="sp"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">27</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/sp.html"><strong>Spain</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 46,754,784</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="up"> <tr> <td colspan="4"><a name="up"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">28</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/up.html"><strong>Ukraine</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 45,134,707</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="su"> <tr> <td colspan="4"><a name="su"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">29</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/su.html"><strong>Sudan</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 45,047,502</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="co"> <tr> <td colspan="4"><a name="co"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">30</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/co.html"><strong>Colombia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 44,725,543</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="tz"> <tr> <td colspan="4"><a name="tz"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">31</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/tz.html"><strong>Tanzania</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 42,746,620</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="ar"> <tr> <td colspan="4"><a name="ar"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">32</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ar.html"><strong>Argentina</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 41,769,726</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ke"> <tr> <td colspan="4"><a name="ke"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">33</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ke.html"><strong>Kenya</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 41,070,934</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="pl"> <tr> <td colspan="4"><a name="pl"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">34</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/pl.html"><strong>Poland</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 38,441,588</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ag"> <tr> <td colspan="4"><a name="ag"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">35</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ag.html"><strong>Algeria</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 34,994,937</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="ug"> <tr> <td colspan="4"><a name="ug"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">36</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ug.html"><strong>Uganda</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 34,612,250</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ca"> <tr> <td colspan="4"><a name="ca"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">37</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ca.html"><strong>Canada</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 34,030,589</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="mo"> <tr> <td colspan="4"><a name="mo"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">38</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/mo.html"><strong>Morocco</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 31,968,361</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="iz"> <tr> <td colspan="4"><a name="iz"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">39</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/iz.html"><strong>Iraq</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 30,399,572</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="af"> <tr> <td colspan="4"><a name="af"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">40</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/af.html"><strong>Afghanistan</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 29,835,392</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="np"> <tr> <td colspan="4"><a name="np"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">41</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/np.html"><strong>Nepal</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 29,391,883</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="pe"> <tr> <td colspan="4"><a name="pe"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">42</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/pe.html"><strong>Peru</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 29,248,943</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="my"> <tr> <td colspan="4"><a name="my"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">43</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/my.html"><strong>Malaysia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 28,728,607</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="uz"> <tr> <td colspan="4"><a name="uz"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">44</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/uz.html"><strong>Uzbekistan</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 28,128,600</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ve"> <tr> <td colspan="4"><a name="ve"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">45</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ve.html"><strong>Venezuela</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 27,635,743</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="sa"> <tr> <td colspan="4"><a name="sa"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">46</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/sa.html"><strong>Saudi Arabia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 26,131,703</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="gh"> <tr> <td colspan="4"><a name="gh"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">47</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/gh.html"><strong>Ghana</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 24,791,073</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="kn"> <tr> <td colspan="4"><a name="kn"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">48</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/kn.html"><strong>Korea, North</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 24,457,492</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ym"> <tr> <td colspan="4"><a name="ym"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">49</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ym.html"><strong>Yemen</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 24,133,492</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="tw"> <tr> <td colspan="4"><a name="tw"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">50</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/tw.html"><strong>Taiwan</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 23,071,779</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="mz"> <tr> <td colspan="4"><a name="mz"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">51</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/mz.html"><strong>Mozambique</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 22,948,858</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="sy"> <tr> <td colspan="4"><a name="sy"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">52</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/sy.html"><strong>Syria</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 22,517,750</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ma"> <tr> <td colspan="4"><a name="ma"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">53</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ma.html"><strong>Madagascar</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 21,926,221</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="ro"> <tr> <td colspan="4"><a name="ro"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">54</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ro.html"><strong>Romania</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 21,904,551</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="as"> <tr> <td colspan="4"><a name="as"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">55</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/as.html"><strong>Australia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 21,766,711</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="iv"> <tr> <td colspan="4"><a name="iv"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">56</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/iv.html"><strong>Cote d'Ivoire</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 21,504,162</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ce"> <tr> <td colspan="4"><a name="ce"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">57</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ce.html"><strong>Sri Lanka</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 21,283,913</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="cm"> <tr> <td colspan="4"><a name="cm"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">58</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/cm.html"><strong>Cameroon</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 19,711,291</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ci"> <tr> <td colspan="4"><a name="ci"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">59</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ci.html"><strong>Chile</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 16,888,760</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="nl"> <tr> <td colspan="4"><a name="nl"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">60</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/nl.html"><strong>Netherlands</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 16,847,007</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="uv"> <tr> <td colspan="4"><a name="uv"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">61</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/uv.html"><strong>Burkina Faso</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 16,751,455</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="ng"> <tr> <td colspan="4"><a name="ng"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">62</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ng.html"><strong>Niger</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 16,468,886</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="mi"> <tr> <td colspan="4"><a name="mi"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">63</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/mi.html"><strong>Malawi</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 15,879,252</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="kz"> <tr> <td colspan="4"><a name="kz"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">64</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/kz.html"><strong>Kazakhstan</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 15,522,373</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ec"> <tr> <td colspan="4"><a name="ec"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">65</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ec.html"><strong>Ecuador</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 15,007,343</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="cb"> <tr> <td colspan="4"><a name="cb"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">66</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/cb.html"><strong>Cambodia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 14,701,717</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ml"> <tr> <td colspan="4"><a name="ml"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">67</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ml.html"><strong>Mali</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 14,159,904</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="za"> <tr> <td colspan="4"><a name="za"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">68</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/za.html"><strong>Zambia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 13,881,336</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="gt"> <tr> <td colspan="4"><a name="gt"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">69</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/gt.html"><strong>Guatemala</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 13,824,463</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="ao"> <tr> <td colspan="4"><a name="ao"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">70</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ao.html"><strong>Angola</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 13,338,541</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="sg"> <tr> <td colspan="4"><a name="sg"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">71</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/sg.html"><strong>Senegal</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 12,643,799</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="zi"> <tr> <td colspan="4"><a name="zi"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">72</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/zi.html"><strong>Zimbabwe</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 12,084,304</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="rw"> <tr> <td colspan="4"><a name="rw"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">73</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/rw.html"><strong>Rwanda</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 11,370,425</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="cu"> <tr> <td colspan="4"><a name="cu"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">74</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/cu.html"><strong>Cuba</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 11,087,330</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="po"> <tr> <td colspan="4"><a name="po"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">75</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/po.html"><strong>Portugal</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 10,760,305</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="gr"> <tr> <td colspan="4"><a name="gr"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">76</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/gr.html"><strong>Greece</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 10,760,136</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="cd"> <tr> <td colspan="4"><a name="cd"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">77</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/cd.html"><strong>Chad</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 10,758,945</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="ts"> <tr> <td colspan="4"><a name="ts"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">78</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ts.html"><strong>Tunisia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 10,629,186</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="gv"> <tr> <td colspan="4"><a name="gv"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">79</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/gv.html"><strong>Guinea</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 10,601,009</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="be"> <tr> <td colspan="4"><a name="be"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">80</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/be.html"><strong>Belgium</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 10,431,477</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="by"> <tr> <td colspan="4"><a name="by"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">81</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/by.html"><strong>Burundi</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 10,216,190</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="ez"> <tr> <td colspan="4"><a name="ez"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">82</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ez.html"><strong>Czech Republic</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 10,190,213</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="bl"> <tr> <td colspan="4"><a name="bl"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">83</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/bl.html"><strong>Bolivia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 10,118,683</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="hu"> <tr> <td colspan="4"><a name="hu"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">84</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/hu.html"><strong>Hungary</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 9,976,062</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="dr"> <tr> <td colspan="4"><a name="dr"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">85</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/dr.html"><strong>Dominican Republic</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 9,956,648</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="so"> <tr> <td colspan="4"><a name="so"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">86</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/so.html"><strong>Somalia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 9,925,640</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ha"> <tr> <td colspan="4"><a name="ha"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">87</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ha.html"><strong>Haiti</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 9,719,932</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="bo"> <tr> <td colspan="4"><a name="bo"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">88</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/bo.html"><strong>Belarus</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 9,577,552</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="bn"> <tr> <td colspan="4"><a name="bn"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">89</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/bn.html"><strong>Benin</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 9,325,032</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="sw"> <tr> <td colspan="4"><a name="sw"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">90</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/sw.html"><strong>Sweden</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 9,088,728</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="aj"> <tr> <td colspan="4"><a name="aj"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">91</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/aj.html"><strong>Azerbaijan</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 8,372,373</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="od"> <tr> <td colspan="4"><a name="od"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">92</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/od.html"><strong>South Sudan</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 8,260,490</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">2008</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="au"> <tr> <td colspan="4"><a name="au"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">93</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/au.html"><strong>Austria</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 8,217,280</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="ho"> <tr> <td colspan="4"><a name="ho"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">94</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ho.html"><strong>Honduras</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 8,143,564</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="sz"> <tr> <td colspan="4"><a name="sz"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">95</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/sz.html"><strong>Switzerland</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 7,639,961</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="ti"> <tr> <td colspan="4"><a name="ti"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">96</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ti.html"><strong>Tajikistan</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 7,627,200</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="is"> <tr> <td colspan="4"><a name="is"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">97</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/is.html"><strong>Israel</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 7,473,052</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="ri"> <tr> <td colspan="4"><a name="ri"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">98</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ri.html"><strong>Serbia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 7,310,555</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="hk"> <tr> <td colspan="4"><a name="hk"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">99</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/hk.html"><strong>Hong Kong</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 7,122,508</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="bu"> <tr> <td colspan="4"><a name="bu"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">100</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/bu.html"><strong>Bulgaria</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 7,093,635</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="to"> <tr> <td colspan="4"><a name="to"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">101</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/to.html"><strong>Togo</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 6,771,993</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="ly"> <tr> <td colspan="4"><a name="ly"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">102</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ly.html"><strong>Libya</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 6,597,960</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="jo"> <tr> <td colspan="4"><a name="jo"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">103</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/jo.html"><strong>Jordan</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 6,508,271</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="la"> <tr> <td colspan="4"><a name="la"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">104</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/la.html"><strong>Laos</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 6,477,211</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="pa"> <tr> <td colspan="4"><a name="pa"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">105</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/pa.html"><strong>Paraguay</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 6,459,058</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="pp"> <tr> <td colspan="4"><a name="pp"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">106</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/pp.html"><strong>Papua New Guinea</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 6,187,591</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="es"> <tr> <td colspan="4"><a name="es"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">107</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/es.html"><strong>El Salvador</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 6,071,774</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="er"> <tr> <td colspan="4"><a name="er"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">108</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/er.html"><strong>Eritrea</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 5,939,484</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="nu"> <tr> <td colspan="4"><a name="nu"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">109</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/nu.html"><strong>Nicaragua</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 5,666,301</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="kg"> <tr> <td colspan="4"><a name="kg"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">110</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/kg.html"><strong>Kyrgyzstan</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 5,587,443</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="da"> <tr> <td colspan="4"><a name="da"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">111</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/da.html"><strong>Denmark</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 5,529,888</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="lo"> <tr> <td colspan="4"><a name="lo"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">112</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/lo.html"><strong>Slovakia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 5,477,038</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="sl"> <tr> <td colspan="4"><a name="sl"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">113</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/sl.html"><strong>Sierra Leone</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 5,363,669</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="fi"> <tr> <td colspan="4"><a name="fi"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">114</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/fi.html"><strong>Finland</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 5,259,250</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ae"> <tr> <td colspan="4"><a name="ae"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">115</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ae.html"><strong>United Arab Emirates</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 5,148,664</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="tx"> <tr> <td colspan="4"><a name="tx"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">116</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/tx.html"><strong>Turkmenistan</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 4,997,503</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ct"> <tr> <td colspan="4"><a name="ct"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">117</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ct.html"><strong>Central African Republic</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 4,950,027</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="sn"> <tr> <td colspan="4"><a name="sn"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">118</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/sn.html"><strong>Singapore</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 4,740,737</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="no"> <tr> <td colspan="4"><a name="no"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">119</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/no.html"><strong>Norway</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 4,691,849</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="ei"> <tr> <td colspan="4"><a name="ei"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">120</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ei.html"><strong>Ireland</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 4,670,976</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="bk"> <tr> <td colspan="4"><a name="bk"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">121</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/bk.html"><strong>Bosnia and Herzegovina</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 4,622,163</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="gg"> <tr> <td colspan="4"><a name="gg"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">122</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/gg.html"><strong>Georgia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 4,585,874</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="cs"> <tr> <td colspan="4"><a name="cs"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">123</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/cs.html"><strong>Costa Rica</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 4,576,562</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="hr"> <tr> <td colspan="4"><a name="hr"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">124</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/hr.html"><strong>Croatia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 4,483,804</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="md"> <tr> <td colspan="4"><a name="md"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">125</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/md.html"><strong>Moldova</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 4,314,377</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="nz"> <tr> <td colspan="4"><a name="nz"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">126</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/nz.html"><strong>New Zealand</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 4,290,347</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="cf"> <tr> <td colspan="4"><a name="cf"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">127</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/cf.html"><strong>Congo, Republic of the</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 4,243,929</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="le"> <tr> <td colspan="4"><a name="le"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">128</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/le.html"><strong>Lebanon</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 4,143,101</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="rq"> <tr> <td colspan="4"><a name="rq"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">129</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/rq.html"><strong>Puerto Rico</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 3,989,133</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="li"> <tr> <td colspan="4"><a name="li"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">130</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/li.html"><strong>Liberia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 3,786,764</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="lh"> <tr> <td colspan="4"><a name="lh"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">131</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/lh.html"><strong>Lithuania</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 3,535,547</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="pm"> <tr> <td colspan="4"><a name="pm"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">132</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/pm.html"><strong>Panama</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 3,460,462</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="uy"> <tr> <td colspan="4"><a name="uy"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">133</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/uy.html"><strong>Uruguay</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 3,308,535</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="mr"> <tr> <td colspan="4"><a name="mr"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">134</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/mr.html"><strong>Mauritania</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 3,281,634</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="mg"> <tr> <td colspan="4"><a name="mg"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">135</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/mg.html"><strong>Mongolia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 3,133,318</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="mu"> <tr> <td colspan="4"><a name="mu"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">136</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/mu.html"><strong>Oman</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 3,027,959</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="al"> <tr> <td colspan="4"><a name="al"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">137</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/al.html"><strong>Albania</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 2,994,667</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="am"> <tr> <td colspan="4"><a name="am"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">138</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/am.html"><strong>Armenia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 2,967,975</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="jm"> <tr> <td colspan="4"><a name="jm"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">139</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/jm.html"><strong>Jamaica</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 2,868,380</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="ku"> <tr> <td colspan="4"><a name="ku"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">140</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ku.html"><strong>Kuwait</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 2,595,628</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="we"> <tr> <td colspan="4"><a name="we"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">141</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/we.html"><strong>West Bank</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 2,568,555</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="lg"> <tr> <td colspan="4"><a name="lg"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">142</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/lg.html"><strong>Latvia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 2,204,708</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="wa"> <tr> <td colspan="4"><a name="wa"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">143</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/wa.html"><strong>Namibia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 2,147,585</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="mk"> <tr> <td colspan="4"><a name="mk"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">144</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/mk.html"><strong>Macedonia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 2,077,328</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="bc"> <tr> <td colspan="4"><a name="bc"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">145</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/bc.html"><strong>Botswana</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 2,065,398</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="si"> <tr> <td colspan="4"><a name="si"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">146</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/si.html"><strong>Slovenia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 2,000,092</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="lt"> <tr> <td colspan="4"><a name="lt"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">147</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/lt.html"><strong>Lesotho</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 1,924,886</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="kv"> <tr> <td colspan="4"><a name="kv"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">148</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/kv.html"><strong>Kosovo</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 1,825,632</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ga"> <tr> <td colspan="4"><a name="ga"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">149</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ga.html"><strong>Gambia, The</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 1,797,860</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="gz"> <tr> <td colspan="4"><a name="gz"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">150</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/gz.html"><strong>Gaza Strip</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 1,657,155</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="pu"> <tr> <td colspan="4"><a name="pu"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">151</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/pu.html"><strong>Guinea-Bissau</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 1,596,677</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="gb"> <tr> <td colspan="4"><a name="gb"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">152</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/gb.html"><strong>Gabon</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 1,576,665</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="wz"> <tr> <td colspan="4"><a name="wz"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">153</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/wz.html"><strong>Swaziland</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 1,370,424</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="mp"> <tr> <td colspan="4"><a name="mp"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">154</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/mp.html"><strong>Mauritius</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 1,303,717</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="en"> <tr> <td colspan="4"><a name="en"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">155</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/en.html"><strong>Estonia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 1,282,963</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="td"> <tr> <td colspan="4"><a name="td"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">156</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/td.html"><strong>Trinidad and Tobago</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 1,227,505</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ba"> <tr> <td colspan="4"><a name="ba"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">157</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ba.html"><strong>Bahrain</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 1,214,705</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="tt"> <tr> <td colspan="4"><a name="tt"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">158</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/tt.html"><strong>Timor-Leste</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 1,177,834</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="cy"> <tr> <td colspan="4"><a name="cy"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">159</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/cy.html"><strong>Cyprus</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 1,120,489</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="fj"> <tr> <td colspan="4"><a name="fj"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">160</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/fj.html"><strong>Fiji</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 883,125</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="qa"> <tr> <td colspan="4"><a name="qa"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">161</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/qa.html"><strong>Qatar</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 848,016</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="cn"> <tr> <td colspan="4"><a name="cn"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">162</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/cn.html"><strong>Comoros</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 794,683</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="dj"> <tr> <td colspan="4"><a name="dj"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">163</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/dj.html"><strong>Djibouti</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 757,074</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="gy"> <tr> <td colspan="4"><a name="gy"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">164</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/gy.html"><strong>Guyana</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 744,768</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="bt"> <tr> <td colspan="4"><a name="bt"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">165</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/bt.html"><strong>Bhutan</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 708,427</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="ek"> <tr> <td colspan="4"><a name="ek"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">166</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ek.html"><strong>Equatorial Guinea</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 668,225</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="mj"> <tr> <td colspan="4"><a name="mj"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">167</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/mj.html"><strong>Montenegro</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 661,807</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="mc"> <tr> <td colspan="4"><a name="mc"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">168</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/mc.html"><strong>Macau</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 573,003</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="bp"> <tr> <td colspan="4"><a name="bp"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">169</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/bp.html"><strong>Solomon Islands</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 571,890</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="cv"> <tr> <td colspan="4"><a name="cv"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">170</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/cv.html"><strong>Cape Verde</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 516,100</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="wi"> <tr> <td colspan="4"><a name="wi"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">171</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/wi.html"><strong>Western Sahara</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 507,160</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="lu"> <tr> <td colspan="4"><a name="lu"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">172</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/lu.html"><strong>Luxembourg</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 503,302</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ns"> <tr> <td colspan="4"><a name="ns"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">173</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ns.html"><strong>Suriname</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 491,989</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="mt"> <tr> <td colspan="4"><a name="mt"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">174</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/mt.html"><strong>Malta</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 408,333</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="bx"> <tr> <td colspan="4"><a name="bx"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">175</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/bx.html"><strong>Brunei</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 401,890</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="mv"> <tr> <td colspan="4"><a name="mv"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">176</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/mv.html"><strong>Maldives</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 394,999</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="bh"> <tr> <td colspan="4"><a name="bh"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">177</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/bh.html"><strong>Belize</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 321,115</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="bf"> <tr> <td colspan="4"><a name="bf"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">178</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/bf.html"><strong>Bahamas, The</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 313,312</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ic"> <tr> <td colspan="4"><a name="ic"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">179</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ic.html"><strong>Iceland</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 311,058</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="fp"> <tr> <td colspan="4"><a name="fp"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">180</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/fp.html"><strong>French Polynesia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 294,935</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="bb"> <tr> <td colspan="4"><a name="bb"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">181</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/bb.html"><strong>Barbados</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 286,705</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="nc"> <tr> <td colspan="4"><a name="nc"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">182</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/nc.html"><strong>New Caledonia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 256,275</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="nh"> <tr> <td colspan="4"><a name="nh"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">183</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/nh.html"><strong>Vanuatu</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 224,564</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="ws"> <tr> <td colspan="4"><a name="ws"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">184</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ws.html"><strong>Samoa</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 193,161</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="tp"> <tr> <td colspan="4"><a name="tp"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">185</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/tp.html"><strong>Sao Tome and Principe</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 179,506</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="st"> <tr> <td colspan="4"><a name="st"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">186</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/st.html"><strong>Saint Lucia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 161,557</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="cc"> <tr> <td colspan="4"><a name="cc"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">187</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/cc.html"><strong>Curacao</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 142,180</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">est. January 2010</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="vq"> <tr> <td colspan="4"><a name="vq"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">188</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/vq.html"><strong>Virgin Islands</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 109,666</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="gj"> <tr> <td colspan="4"><a name="gj"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">189</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/gj.html"><strong>Grenada</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 108,419</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="fm"> <tr> <td colspan="4"><a name="fm"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">190</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/fm.html"><strong>Micronesia, Federated States of</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 106,836</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="aa"> <tr> <td colspan="4"><a name="aa"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">191</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/aa.html"><strong>Aruba</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 106,113</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="tn"> <tr> <td colspan="4"><a name="tn"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">192</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/tn.html"><strong>Tonga</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 105,916</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="vc"> <tr> <td colspan="4"><a name="vc"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">193</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/vc.html"><strong>Saint Vincent and the Grenadines</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 103,869</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="kr"> <tr> <td colspan="4"><a name="kr"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">194</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/kr.html"><strong>Kiribati</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 100,743</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="je"> <tr> <td colspan="4"><a name="je"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">195</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/je.html"><strong>Jersey</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 94,161</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="se"> <tr> <td colspan="4"><a name="se"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">196</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/se.html"><strong>Seychelles</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 89,188</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ac"> <tr> <td colspan="4"><a name="ac"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">197</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ac.html"><strong>Antigua and Barbuda</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 87,884</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="an"> <tr> <td colspan="4"><a name="an"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">198</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/an.html"><strong>Andorra</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 84,825</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="im"> <tr> <td colspan="4"><a name="im"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">199</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/im.html"><strong>Isle of Man</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 84,655</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="do"> <tr> <td colspan="4"><a name="do"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">200</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/do.html"><strong>Dominica</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 72,969</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="bd"> <tr> <td colspan="4"><a name="bd"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">201</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/bd.html"><strong>Bermuda</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 68,679</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="aq"> <tr> <td colspan="4"><a name="aq"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">202</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/aq.html"><strong>American Samoa</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 67,242</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="rm"> <tr> <td colspan="4"><a name="rm"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">203</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/rm.html"><strong>Marshall Islands</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 67,182</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="gk"> <tr> <td colspan="4"><a name="gk"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">204</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/gk.html"><strong>Guernsey</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 65,068</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="gl"> <tr> <td colspan="4"><a name="gl"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">205</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/gl.html"><strong>Greenland</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 57,670</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="cj"> <tr> <td colspan="4"><a name="cj"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">206</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/cj.html"><strong>Cayman Islands</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 51,384</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="sc"> <tr> <td colspan="4"><a name="sc"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">207</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/sc.html"><strong>Saint Kitts and Nevis</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 50,314</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="fo"> <tr> <td colspan="4"><a name="fo"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">208</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/fo.html"><strong>Faroe Islands</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 49,267</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="cq"> <tr> <td colspan="4"><a name="cq"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">209</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/cq.html"><strong>Northern Mariana Islands</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 46,050</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="tk"> <tr> <td colspan="4"><a name="tk"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">210</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/tk.html"><strong>Turks and Caicos Islands</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 44,819</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="sk"> <tr> <td colspan="4"><a name="sk"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">211</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/sk.html"><strong>Sint Maarten</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 37,429</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">January 2010 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="ls"> <tr> <td colspan="4"><a name="ls"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">212</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ls.html"><strong>Liechtenstein</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 35,236</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="sm"> <tr> <td colspan="4"><a name="sm"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">213</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/sm.html"><strong>San Marino</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 31,817</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="rn"> <tr> <td colspan="4"><a name="rn"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">214</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/rn.html"><strong>Saint Martin</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 30,615</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="mn"> <tr> <td colspan="4"><a name="mn"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">215</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/mn.html"><strong>Monaco</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 30,539</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="gi"> <tr> <td colspan="4"><a name="gi"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">216</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/gi.html"><strong>Gibraltar</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 28,956</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="vi"> <tr> <td colspan="4"><a name="vi"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">217</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/vi.html"><strong>British Virgin Islands</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 25,383</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="ps"> <tr> <td colspan="4"><a name="ps"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">218</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ps.html"><strong>Palau</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 20,956</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ax"> <tr> <td colspan="4"><a name="ax"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">219</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ax.html"><strong>Akrotiri</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 15,700</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="dx"> <tr> <td colspan="4"><a name="dx"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">220</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/dx.html"><strong>Dhekelia</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 15,700</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="wf"> <tr> <td colspan="4"><a name="wf"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">221</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/wf.html"><strong>Wallis and Futuna</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 15,398</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="av"> <tr> <td colspan="4"><a name="av"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">222</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/av.html"><strong>Anguilla</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 15,094</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="cw"> <tr> <td colspan="4"><a name="cw"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">223</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/cw.html"><strong>Cook Islands</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 11,124</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="tv"> <tr> <td colspan="4"><a name="tv"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">224</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/tv.html"><strong>Tuvalu</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 10,544</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="nr"> <tr> <td colspan="4"><a name="nr"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">225</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/nr.html"><strong>Nauru</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 9,322</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="sh"> <tr> <td colspan="4"><a name="sh"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">226</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/sh.html"><strong>Saint Helena, Ascension, and Tristan da Cunha</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 7,700</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="tb"> <tr> <td colspan="4"><a name="tb"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">227</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/tb.html"><strong>Saint Barthelemy</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 7,367</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="sb"> <tr> <td colspan="4"><a name="sb"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">228</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/sb.html"><strong>Saint Pierre and Miquelon</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 5,888</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="mh"> <tr> <td colspan="4"><a name="mh"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">229</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/mh.html"><strong>Montserrat</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 5,140</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">NA</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="fk"> <tr> <td colspan="4"><a name="fk"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">230</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/fk.html"><strong>Falkland Islands (Islas Malvinas)</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 3,140</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2008 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="nf"> <tr> <td colspan="4"><a name="nf"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">231</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/nf.html"><strong>Norfolk Island</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 2,169</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="sv"> <tr> <td colspan="4"><a name="sv"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">232</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/sv.html"><strong>Svalbard</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 2,019</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="kt"> <tr> <td colspan="4"><a name="kt"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">233</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/kt.html"><strong>Christmas Island</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 1,402</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2010 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="tl"> <tr> <td colspan="4"><a name="tl"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">234</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/tl.html"><strong>Tokelau</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 1,384</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ne"> <tr> <td colspan="4"><a name="ne"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">235</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ne.html"><strong>Niue</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 1,311</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="vt"> <tr> <td colspan="4"><a name="vt"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">236</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/vt.html"><strong>Holy See (Vatican City)</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 832</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" id="ck"> <tr> <td colspan="4"><a name="ck"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">237</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/ck.html"><strong>Cocos (Keeling) Islands</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 596</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2010 est.</span> </div> </td> </tr> </table> <table align="center" width="638" cellspacing="0" cellpadding="0" border="0" bgcolor="#EEEEEE" id="pc"> <tr> <td colspan="4"><a name="pc"></a></td> </tr> <tr> <td width="65" align="center" class="currentRow">238</td> <td width="215" align="left" class="region" style="padding: 8px 0px 8px 5px; text-transform: none;"><a href="/web/20110927165947/https://www.cia.gov/library/publications/the-world-factbook/geos/pc.html"><strong>Pitcairn Islands</strong></a></td> <td width="160" align="center" class="category_data" style="padding-right: 5px;"><div align="right"> 48</div></td> <td width="155" align="right" style="padding-left: 8px;"><div align="left"> <span class="category_data">July 2011 est.</span> </div> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td> <table border="0" cellspacing="0" cellpadding="0" width="638"> <tr> <td style="height:18px;" class="dashed_top_grey_line"><div align="right"><a href="#top"><img src="/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics/backtotop_icon.gif" alt="Back to Top" width="16" height="16" border="0" style="padding:2px; cursor: pointer;" title="Back to Top"/></a></td> </tr> </table> </td> </tr> </table> <script language="javascript"> // window.onload = setCountryData; setCountryData(); </script> </div> <!-- InstanceEndEditable --></td> </tr> </table> </div> </td> </tr> </table> <div class="floatClear"></div></td> </tr> <tr> <td align="right"></td> <td align="left" style="background-image: url(/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics_wfbook_shell/grey_right_gutter.gif); background-position: 675px; background-repeat: repeat-y; background-color: #ffffff;"><table width="650" border="0" cellpadding="0" cellspacing="0"> <tr style="background-color: #ffffff;"> <td width="15">&nbsp;</td> <td align="right" class="bottom-text" style="border-bottom: 1px solid #CCCCCC; margin-right: 0px; width: 650px;">The online Factbook is updated weekly. ISSN 1553-8133<br/> For additional information on government leaders in selected foreign countries, go to World Leaders.</td> </tr> </table></td> </tr> </table> </div> </div> <!-- *** Footer *** --> <!-- *** / Footer *** --> <div id="footerBlock" align="left" style=" margin-left: 0px; padding-left: 0px;"> <table width="100%" border="0" align="left" cellpadding="0" cellspacing="0"> <tr> <td style=" width:auto; font-size: 9px;"><ul id="footerLinks-L" style="padding-left: 70px; vertical-align:top; font-size: 9px; width: 638px; padding-right: 0px; padding-top: 5px; padding-bottom: 5px;"> <li><a title="Site Policies" href="/web/20110927165947/https://www.cia.gov/about-cia/site-policies/index.html#privacy-notice" style="font-size: 9px;">Privacy</a></li> <li><a title="Site Policies" href="/web/20110927165947/https://www.cia.gov/about-cia/site-policies/index.html#copy" style="font-size: 9px;">Copyright</a></li> <li><a title="Site Policies" href="/web/20110927165947/https://www.cia.gov/about-cia/site-policies/index.html" style="font-size: 9px;">Site Policies</a></li> <li><a title="NoFEAR Act" href="/web/20110927165947/https://www.cia.gov/about-cia/no-fear-act/index.html" style="font-size: 9px;">NoFEAR Act</a></li> <li><a href="https://web.archive.org/web/20110927165947/http://www.foia.cia.gov/" style="font-size: 9px;">FOIA</a></li> <li><a href="https://web.archive.org/web/20110927165947/http://www.usa.gov/" style="font-size: 9px;">USA.gov</a></li> <li><a href="https://web.archive.org/web/20110927165947/http://www.dni.gov/" style="font-size: 9px;">DNI.gov</a></li> <li>&nbsp;</li> <li>&nbsp;</li> <li><img src="/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics/5_spacer.jpg" width="160" height="5"/>&nbsp;</li> <li><a href="/web/20110927165947/https://www.cia.gov/contact-cia" accesskey="9" title="Contact CIA" style="font-size: 9px;">Contact CIA</a></li> <li style="margin-right: 0px;"><a href="/web/20110927165947/https://www.cia.gov/sitemap.html" accesskey="3" title="Site Map" style="font-size: 9px;">Site Map</a></li> </ul></td> <td align="right" width="160" valign="top" style="background-image:url(/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/rankorder/graphics_wfbook_shell/grey_right_gutter_a.gif); background-position: top right; background-repeat: no-repeat;"><img src="/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics_wfbook_shell/lnav_greybarBot1.gif" width="155" height="11" style="margin-top: 0px;"/></td> </tr> </table> </div> <div id="portal-footer"> <div id="colR" style="background-color: ##fff;"></div> </div> <!-- *** / Footer *** --> </tr> </table></td> <td valign="top" id="right_shadow" rowspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0" style="height: 100%;"> <tr> <td align="left" valign="top" style="background-image:url(/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics/1024_background_top.jpg); background-position: top; background-repeat: repeat-x;"><img src="/web/20110927165947im_/https://www.cia.gov/library/publications/the-world-factbook/graphics/1024_righttop_background.jpg" width="54" height="73"/></td> </tr> </table></td> </tr> <tr> <td class="bottom-text1" valign="top" width="638"></td> </tr> </table> </body> <!-- Code from script_head.cfm --> <script language="JavaScript" type="text/JavaScript"> function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } startList = function() { if (document.all&&document.getElementById) { wfb_navigationRoot = document.getElementById("wfb_navigation"); for (x=0; x<wfb_navigationRoot.childNodes.length; x++) { node = wfb_navigationRoot.childNodes[x]; if (node.nodeName=="LI") { node.onmouseover=function() { this.className+=" over"; } node.onmouseout = function() { this.className=this.className.replace(" over", ""); } } } } } window.onload=startList; faq = null; function collapseCountryInfo() { faq = new switchicon("icongroup2", "div") //Limit scanning of switch contents to just "div" elements faq.setHeader('<img src="../graphics/close.jpg" alt="Close" title="Close"/>', '<img src="../graphics/open.jpg" alt="Open" title="Open" />') //Set header HTML faq.collapsePrevious(false) //Allow more than 1 content to be open simultanously faq.setPersist(true, 7) //Enable persistence to remember last switch content states for 7 days faq.init() } function MM_jumpMenu(targ,selObj,restore){ //v3.0 if (selObj.selectedIndex > 0) { eval(targ + ".location='" + "../geos/" + selObj.options[selObj.selectedIndex].value + ".html" + "'"); } if (restore) selObj.selectedIndex=0; } function onChange(dropdown) { var myindex = dropdown.selectedIndex var cntryCode = selObj.options[selObj.selectedIndex].value; var baseURL = selObj.options[selObj.selectedIndex].value; top.location.href = baseURL; return true; } var statusmsg = ""; function hidestatus() { window.status = statusmsg return true } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <script language="javascript" type="text/javascript"> // JavaScript Document var globalCntryNameSearchBuffer = ''; var globalTimer = null; var selcon = null; function FindSelectEntry(e, selectControl) /* In script_head_index.cfm */ { var timeLimitBetweenKeyPresses = 3600; //seconds var keynum, keychar, numcheck; if (window.event) // IE { keynum = e.keyCode; } else if (e.which) // Netscape/Firefox/Opera { keynum = e.which; } keychar = String.fromCharCode(keynum); if ((keynum >= 65 && keynum <= 122) || keynum == 32) // Only accept alphanumerics A-Z and a-z { clearTimeout(globalTimer); globalCntryNameSearchBuffer += keychar; selcon = selectControl; globalTimer = setTimeout('globalCntryNameSearchBuffer = ""', (timeLimitBetweenKeyPresses*1000)); for (var i = 0; i < selectControl.options.length; i++) { var selectLabel = selectControl.options[i].text.toLowerCase(); if (selectLabel.indexOf(globalCntryNameSearchBuffer.toLowerCase()) == 0) { selectControl.selectedIndex = i; // After this method concludes, Firefox moves the selection index one additional place. This compensates for that if (e.which) --selectControl.selectedIndex; break; } } } return false; } function Clear_globalCntryNameSearchBuffer() { globalCntryNameSearchBuffer = ""; } </script> <script language="javascript" src="/web/20110927165947js_/https://www.cia.gov/library/publications/the-world-factbook/scripts/AJAXLibrary.js" type="text/javascript"></script> <script language="javascript" src="/web/20110927165947js_/https://www.cia.gov/library/publications/the-world-factbook/scripts/DataEntryLibrary.js" type="text/javascript"></script> <script language="javascript" src="/web/20110927165947js_/https://www.cia.gov/library/publications/the-world-factbook/scripts/findDOM.js" type="text/javascript"></script> <!-- InstanceEnd --></html> <!-- FILE ARCHIVED ON 16:59:47 Sep 27, 2011 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 05:37:10 Nov 28, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.495 exclusion.robots: 0.025 exclusion.robots.policy: 0.015 esindex: 0.009 cdx.remote: 6.374 LoadShardBlock: 229.503 (3) PetaboxLoader3.resolve: 164.292 (4) PetaboxLoader3.datanode: 137.226 (4) load_resource: 94.546 -->

Pages: 1 2 3 4 5 6 7 8 9 10