CINXE.COM

Status of the Rome Statute System - Campaign for the Universality and Effectiveness of the System of the Rome Statute of the International Criminal Court (ICC)

<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="https://use.typekit.net/pvv0lyc.css"> <meta charset="UTF-8"> <meta name="generator" content="Elxis - Open Source CMS"> <meta name="robots" content="index, follow"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta property="og:type" content="article"> <meta property="og:title" content="Status of the Rome Statute System"> <meta property="og:url" content="https://www.pgaction.org/ilhr/rome-statute/status.html"> <meta property="og:description" content="123 countries are States Parties to the Rome Statute of the International Criminal Court. Of these, 33 are&nbsp;African States, 19 are&nbsp;Asia-Pacific States, 18 are from Eastern Europe, 28 are from..."> <meta property="og:image" content="https://www.pgaction.org/media/images/articles/states-parties.png"> <meta property="og:image:width" content="1280"> <meta property="og:image:height" content="720"> <meta property="og:site_name" content="Parliamentarians for Global Action - Mobilizing Legislators as Champions for Human Rights, Democracy and a Sustainable World."> <title>Status of the Rome Statute System - Campaign for the Universality and Effectiveness of the System of the Rome Statute of the International Criminal Court (ICC)</title> <meta name="description" content="137 countries are Signatories and 123 countries are States Parties to the Rome Statute of the International Criminal Court, as of February 2021. Campaign for the Universality and Effectiveness of the System of the Rome Statute of the International Criminal Court (ICC)"> <meta name="keywords" content="international law and human rights, rome statute, international criminal court, states parties, signatories to the rome statute, states parties to the rome statue, campaign, universality, effectiveness, system, rome, statute, international, criminal, court, (icc), status"> <link rel="icon" type="image/png" href="https://www.pgaction.org/templates/champions/images/favicons/fav16.png"> <link rel="search" type="application/opensearchdescription+xml" href="https://www.pgaction.org/inner.php/search/osdescription.xml" title="Parliamentarians for Global Action - Mobilizing Legislators as Champions for Human Rights, Democracy and a Sustainable World."> <link rel="canonical" href="https://www.pgaction.org/ilhr/rome-statute/status.html"> <link rel="alternate" hreflang="en" href="https://www.pgaction.org/ilhr/rome-statute/status.html"> <link rel="alternate" hreflang="es" href="https://www.pgaction.org/es/ilhr/rome-statute/status.html"> <link rel="alternate" hreflang="fr" href="https://www.pgaction.org/fr/ilhr/rome-statute/status.html"> <link rel="alternate" type="application/rss+xml" href="https://www.pgaction.org/ilhr/rome-statute/rss.xml" title="Campaign for the Universality and Effectiveness of the System of the Rome Statute of the International Criminal Court (ICC)"> <link rel="apple-touch-icon" href="https://www.pgaction.org/templates/champions/images/favicons/fav192.png" sizes="192x192"> <link rel="apple-touch-icon" href="https://www.pgaction.org/templates/champions/images/favicons/fav152.png" sizes="152x152"> <link rel="apple-touch-icon" href="https://www.pgaction.org/templates/champions/images/favicons/fav96.png" sizes="96x96"> <link rel="icon" type="image/png" href="https://www.pgaction.org/templates/champions/images/favicons/fav32.png" sizes="32x32"> <link rel="icon" type="image/png" href="https://www.pgaction.org/templates/champions/images/favicons/fav16.png" sizes="16x16"> <link rel="stylesheet" href="https://www.pgaction.org/templates/system/css/standard.css?v=1718799509" type="text/css" media="all" > <link rel="stylesheet" href="https://www.pgaction.org/includes/fontawesome/css/solid.min.css?v=1715611273" type="text/css" media="all" > <link rel="stylesheet" href="https://www.pgaction.org/includes/fontawesome/css/regular.min.css?v=1715611273" type="text/css" media="all" > <link rel="stylesheet" href="https://www.pgaction.org/includes/fontawesome/css/brands.min.css?v=1715611272" type="text/css" media="all" > <link rel="stylesheet" href="https://www.pgaction.org/includes/fontawesome/css/fontawesome.min.css?v=1715611272" type="text/css" media="all" > <link rel="stylesheet" href="https://www.pgaction.org/includes/fontawesome/css/v4-shims.min.css?v=1715611274" type="text/css" media="all" > <link rel="stylesheet" href="https://www.pgaction.org/includes/js/mediabox/wa-mediabox.min.css?v=1684602265" type="text/css"> <link rel="stylesheet" href="https://www.pgaction.org/modules/mod_scrolltop/includes/scrolltotop.css?v=1584640571" type="text/css"> <script src="https://www.pgaction.org/includes/js/jquery/jquery-1.11.1.min.js"></script> <script src="https://www.pgaction.org/includes/js/jquery/jquery-migrate-1.2.1.min.js"></script> <script src="https://www.pgaction.org/includes/js/elxis.js?v=1684602265"></script> <script src="https://www.pgaction.org/templates/champions/includes/champions.js?v=1656334291"></script> <script src="https://www.pgaction.org/includes/js/mediabox/wa-mediabox.min.js?v=1585231320"></script> <script> //** jQuery Scroll to Top Control script- (c) Dynamic Drive DHTML code library: http://www.dynamicdrive.com. //** Available/ usage terms at http://www.dynamicdrive.com (March 30th, 09') //** v1.1 (April 7th, 09'): //** 1) Adds ability to scroll to an absolute position (from top of page) or specific element on the page instead. //** 2) Fixes scroll animation not working in Opera. var scrolltotop={ setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]}, controlHTML: '<img class="scrolltop" src="https://www.pgaction.org/modules/mod_scrolltop/includes/top.png" style="width:55px; height:55px;" />', controlattrs: {offsetx:20, offsety:20}, anchorkeyword: '#top', state: {isvisible:false, shouldvisible:false}, scrollup:function(){ if (!this.cssfixedsupport) this.$control.css({opacity:0}) var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto) if (typeof dest=="string" && jQuery('#'+dest).length==1) dest=jQuery('#'+dest).offset().top else dest=0 this.$body.animate({scrollTop: dest}, this.setting.scrollduration); }, keepfixed:function(){ var $window=jQuery(window) var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety this.$control.css({left:controlx+'px', top:controly+'px'}) }, togglecontrol:function(){ var scrolltop=jQuery(window).scrollTop() if (!this.cssfixedsupport) this.keepfixed() this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false if (this.state.shouldvisible && !this.state.isvisible){ this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0]) this.state.isvisible=true } else if (this.state.shouldvisible==false && this.state.isvisible){ this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1]) this.state.isvisible=false } }, init:function(){ jQuery(document).ready(function($){ var mainobj=scrolltotop var iebrws=document.all mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body') mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>') .css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'}) .attr({title:'Move up'}) .click(function(){mainobj.scrollup(); return false}) .appendTo('body') if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') mainobj.$control.css({width:mainobj.$control.width()}) mainobj.togglecontrol() $('a[href="' + mainobj.anchorkeyword +'"]').click(function(){ mainobj.scrollup() return false }) $(window).bind('scroll resize', function(e){ mainobj.togglecontrol() }) }) } } scrolltotop.init() </script> <script> if (document.readyState != 'loading') { if (document.getElementById('success-message-anchor')) { document.getElementById('success-message-anchor').scrollIntoView(); } } else if (document.addEventListener) { document.addEventListener('DOMContentLoaded', function(){ if (document.getElementById('success-message-anchor')) { document.getElementById('success-message-anchor').scrollIntoView(); } }); } else { document.attachEvent('onreadystatechange', function() { if (document.readyState == 'complete') { if (document.getElementById('success-message-anchor')) { document.getElementById('success-message-anchor').scrollIntoView(); } } }); } </script> <script type="application/ld+json"> {"@context":"https://schema.org","@type":"NewsArticle","headline":"Status of the Rome Statute System","image":["https://www.pgaction.org/media/images/articles/states-parties.png"],"datePublished":"2021-06-05T10:29:00Z","dateModified":"2023-09-04T14:24:12Z","author":{"@type":"Organization","name":"Parliamentarians for Global Action","url":"https://www.pgaction.org"}} </script> <meta name="og:type" content="website"> <meta name="og:title" content=" - Parliamentarians for Global Action - Mobilizing Legislators as Champions for Human Rights, Democracy and a Sustainable World."/> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@pgaction"> <meta name="twitter:site:id" content="@pgaction"> <meta name="twitter:creator" content="@pgaction"> <meta property="twitter:image" content="https://www.pgaction.org/media/images/articles/states-parties.png"/> <meta property="og:image" content="https://www.pgaction.org/media/images/articles/states-parties.png"/> <meta name="twitter:description" content="137 countries are Signatories and 123 countries are States Parties to the Rome Statute of the International Criminal Court, as of February 2021."> <meta name="og:description" content="137 countries are Signatories and 123 countries are States Parties to the Rome Statute of the International Criminal Court, as of February 2021."> <link rel="stylesheet" href="https://www.pgaction.org/templates/champions/css/template.css?v=1732225945" type="text/css" /> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-FP10TSTXYV"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-FP10TSTXYV'); </script> </head> <body> <section class="loading-overlay"> <div class="Loading-Page"> <h1 class="loader">Loading...</h1> </div> </section> <header> <div class="header-top"> <div class="tpl5_toppos"> <div class="moduleutility-menu"> <ul class="elx_menu" data-level="0"> <li data-level0="nosubs"> <a href="http://eepurl.com/hnaFxz" title="Are you a Legislator? Join Now!"><i class="fas fa-bullhorn"></i> Are you a Legislator? Join Now!</a> </li> <li data-level0="nosubs"> <a href="https://www.pgaction.org/about/contact.html" title="Contact Us"><i class="fas fa-envelope"></i> Contact Us</a> </li> <li data-level0="nosubs"> <a href="https://www.pgaction.org/media-kit.html" title="Media Kit"><i class="fas fa-newspaper"></i> Media Kit</a> </li> </ul> </div> <div class="modulesocials"> <ul> <li><a href="https://www.facebook.com/pgaction"><i class="fa fa-facebook"></i></a><br></li> <li><a href="https://www.flickr.com/photos/pgaction"><i class="fa fa-flickr"></i></a><br></li> <li><a href="https://www.instagram.com/parliamentarians.champions/"><i class="fa fa-instagram"></i></a><br></li> <li><a href="https://www.linkedin.com/company/708223/"><i class="fa fa-linkedin"></i></a><br></li> <li><a href="https://www.pgaction.org/feeds.html"><i class="fa fa-rss"></i></a><br></li> <li><a href="https://www.twitter.com/pgaction"><i class="fab fa-x-twitter"></i></a><br></li> <li><a href="https://www.youtube.com/user/pgactionTV"><i class="fa fa-youtube"></i></a><br></li> </ul></div> </div> <div class="tpl5_header_top_line"> <div class="tpl5_container5"> <div class="tpl5_header_top_linein"> <div class="tpl5_search_box"><form id="fmtpl5search455" class="tpl5_searchform" name="fmtpl5search" action="https://www.pgaction.org/search/campaigns.html" method="get"><div><div class="tpl5_search_magn"><i class="fas fa-search"></i></div><div class="tpl5_search_in"><input type="text" name="q" value="" id="tpl5search_q455" class="tpl5_search_input" placeholder="Search" dir="ltr" required="required" /></div></div><button type="submit" name="b" class="tpl5_search_btn"><i class="fas fa-search"></i></button></form></div> <div class="tpl5_lang_box"><form name="tpl5langfm" id="tpl5langfm" method="get" action="#" class="tpl5_lang_form"> <select name="lang" class="tpl5_select_lang" id="tpl5_select_lang" onchange="tpl5SwitchLang();"> <option value="en" selected="selected" data-act="https://www.pgaction.org/ilhr/rome-statute/status.html">English</option> <option value="es" data-act="https://www.pgaction.org/es/ilhr/rome-statute/status.html">Español</option> <option value="fr" data-act="https://www.pgaction.org/fr/ilhr/rome-statute/status.html">Français</option> </select> </form> </div> <div class="clear"></div> </div> </div> </div> </div> <div class="moduleheader-upper"> <div class="clearfix"> <div class="pull-left"> <div class="logo"><a href="https://www.pgaction.org"><img src="https://www.pgaction.org/templates/champions/images/logo_en.png" alt="Parliamentarians for Global Action" width="439" height="80"></a></div> </div> <div class="pull-right upper-right"> <div class="vision-box"> <p><strong><em>PGA’s vision is to contribute to the creation of a Rules-Based International Order for a more equitable, safe, sustainable&nbsp;and democratic world.</em></strong></p> </div> </div> </div></div> </header> <section class="mainmenu-wrapper stricky"> <nav class="mainmenu-holder pull-left"> <div class="nav-header"> <ul class="elx_menu" data-level="0"> <li data-level0="nosubs"> <a href="https://www.pgaction.org/" title="Home">Home</a> </li> <li data-level0="subs"> <a href="https://www.pgaction.org/programmes-and-campaigns/" title="Programs and Campaigns">Programs and Campaigns</a> <ul data-level="1"> <li data-level1="subs"> <a href="https://www.pgaction.org/dgi/" title="Democracy, Gender, and Inclusion"><i class="fas fa-handshake"></i> Democracy, Gender, and Inclusion</a> <ul data-level="2"> <li data-level2="nosubs"> <a href="https://www.pgaction.org/dgi/cefm/" title="CEFM Campaign"><i class="fas fa-female"></i> CEFM Campaign</a> </li> <li data-level2="subs"> <a href="https://www.pgaction.org/dgi/drhr/" title="Democratic Renewal and Human Rights"><i class="fas fa-seedling"></i> Democratic Renewal and Human Rights</a> <ul data-level="3"> <li data-level3="nosubs"> <a href="https://www.pgaction.org/resources/code-of-conduct.html" title="Code of Democratic Conduct"><i class="fas fa-comments"></i> Code of Democratic Conduct</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/dgi/drhr/parrt.html" title="Parliamentary Rapid Response Team (PARRT)"><i class="fas fa-user-plus"></i> Parliamentary Rapid Response Team (PARRT)</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/dgi/drhr/parliamentary-toolbox-for-democracy-defense/" title="Parliamentary Toolbox for Democracy Defense"><i class="fas fa-toolbox"></i> Parliamentary Toolbox for Democracy Defense</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/dgi/drhr/covid-19.html" title="COVID-19 Resource Hub"><i class="fas fa-microscope"></i> COVID-19 Resource Hub</a> </li> </ul> </li> <li data-level2="subs"> <a href="https://www.pgaction.org/dgi/sogi/" title="SOGI Campaign"><i class="fas fa-transgender-alt"></i> SOGI Campaign</a> <ul data-level="3"> <li data-level3="nosubs"> <a href="https://www.pgaction.org/inclusion/" title="LGBTI Inclusion Site"><i class="fas fa-infinity"></i> LGBTI Inclusion Site</a> </li> </ul> </li> </ul> </li> <li data-level1="subs"> <a href="https://www.pgaction.org/hre/" title="Human Rights and Environment"><i class="fas fa-tree"></i> Human Rights and Environment</a> <ul data-level="2"> <li data-level2="subs"> <a href="https://www.pgaction.org/hre/climate-action/" title="Climate Action Campaign"><i class="fas fa-earth-americas"></i> Climate Action Campaign</a> <ul data-level="3"> <li data-level3="nosubs"> <a href="https://www.pgaction.org/hre/climate-action/insights/" title="#InsightsByLawmakers"><i class="fas fa-film"></i> #InsightsByLawmakers</a> </li> </ul> </li> <li data-level2="subs"> <a href="https://www.pgaction.org/hre/oceans/" title="Protection of the Oceans"><i class="fas fa-water"></i> Protection of the Oceans</a> <ul data-level="3"> <li data-level3="nosubs"> <a href="https://www.pgaction.org/hre/oceans/call-for-moratorium-on-deep-seabed-mining.html" title="Call for a Moratorium on Deep Seabed Mining">Call for a Moratorium on Deep Seabed Mining</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/hre/oceans/cap-oceans.html" title="CAP-Oceans">CAP-Oceans</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/hre/oceans/project-ending-iuu-fishing.html" title="Ending IUU Fishing">Ending IUU Fishing</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/hre/oceans/marine-protected-areas.html" title="Marine Protected Areas">Marine Protected Areas</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/hre/oceans/project-protecting-high-seas.html" title="Protecting the High Seas">Protecting the High Seas</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/hre/oceans/project-increasing-sustainability-ssf.html" title="Small-Scale Fisheries (SSF)">Small-Scale Fisheries (SSF)</a> </li> </ul> </li> </ul> </li> <li data-level1="subs"> <a href="https://www.pgaction.org/ilhr/" title="International Law and Human Rights"><i class="fas fa-gavel"></i> International Law and Human Rights</a> <ul data-level="2"> <li data-level2="subs"> <a href="https://www.pgaction.org/ilhr/rome-statute/" title="Rome Statute of the ICC"><i class="fas fa-balance-scale"></i> Rome Statute of the ICC</a> <ul data-level="3"> <li data-level3="nosubs"> <a href="https://www.pgaction.org/ilhr/rome-statute/status.html" title="Status of the Rome Statute System">Status of the Rome Statute System</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/ilhr/rome-statute/cap-icc.html" title="CAP-ICC">CAP-ICC</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/ilhr/rome-statute/global-initiative-againsty-impunity/" title="Global Initiative Against Impunity">Global Initiative Against Impunity</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/news/international-justice/" title="International Justice Update">International Justice Update</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/ilhr/rome-statute/updates/" title="Rome Statute Campaign Updates">Rome Statute Campaign Updates</a> </li> </ul> </li> <li data-level2="subs"> <a href="https://www.pgaction.org/ilhr/adp/" title="Abolition of the Death Penalty"><i class="fas fa-book-dead"></i> Abolition of the Death Penalty</a> <ul data-level="3"> <li data-level3="nosubs"> <a href="https://www.pgaction.org/ilhr/adp/quarterly-updates/" title="Quarterly Updates of the ADP Campaign">Quarterly Updates of the ADP Campaign</a> </li> </ul> </li> </ul> </li> <li data-level1="subs"> <a href="https://www.pgaction.org/ips/" title="International Peace and Security"><i class="fas fa-dove"></i> International Peace and Security</a> <ul data-level="2"> <li data-level2="nosubs"> <a href="https://www.pgaction.org/ips/bsh/" title="Biological Security and Health"><i class="fas fa-biohazard"></i> Biological Security and Health</a> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/ips/nrs/" title="Nuclear and Radiological Security"><i class="fas fa-radiation-alt"></i> Nuclear and Radiological Security</a> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/ips/cybersecurity.html" title="Global Cybercrime Campaign"><i class="fas fa-shield-alt"></i> Global Cybercrime Campaign</a> </li> </ul> </li> </ul> </li> <li data-level0="subs"> <a href="https://www.pgaction.org/news/" title="News and Activities">News and Activities</a> <ul data-level="1"> <li data-level1="nosubs"> <a href="https://www.pgaction.org/news/" title="News Center"><i class="fas fa-newspaper"></i> News Center</a> </li> <li data-level1="subs"> <a href="https://www.pgaction.org/news/activity-calendars/" title="Activity Calendars"><i class="fas fa-calendar-alt"></i> Activity Calendars</a> <ul data-level="2"> <li data-level2="nosubs"> <a href="https://www.pgaction.org/news/activity-calendars/2024.html" title="PGA Activity 2024">PGA Activity 2024</a> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/news/activity-calendars/2023.html" title="PGA Activity 2023">PGA Activity 2023</a> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/news/activity-calendars/2022.html" title="PGA Activity 2022">PGA Activity 2022</a> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/news/activity-calendars/2021.html" title="PGA Activity 2021">PGA Activity 2021</a> </li> </ul> </li> <li class="menu_separator" data-level1="subs"> <a href="javascript:void(null);">Updates</a> <ul data-level="2"> <li data-level2="nosubs"> <a href="https://www.pgaction.org/ilhr/adp/quarterly-updates/" title="ADP Campaign (Quarterly)"><i class="fas fa-book-dead"></i> ADP Campaign (Quarterly)</a> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/news/biological-security/" title="Biological Security (Weekly)"><i class="fas fa-biohazard"></i> Biological Security (Weekly)</a> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/news/cybersecurity/" title="Cybercrime (Weekly)"><i class="fas fa-shield-alt"></i> Cybercrime (Weekly)</a> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/news/international-justice/" title="International Justice (Weekly)"><i class="fas fa-balance-scale"></i> International Justice (Weekly)</a> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/news/nuclear-and-radiological-security/" title="Nuclear and Radiological Security (Weekly)"><i class="fas fa-radiation-alt"></i> Nuclear and Radiological Security (Weekly)</a> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/ilhr/rome-statute/updates/" title="Rome Statute Campaign (Biannually)"><i class="fas fa-gavel"></i> Rome Statute Campaign (Biannually)</a> </li> </ul> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/annual-forum.html" title="Annual Forum"><i class="fas fa-users"></i> Annual Forum</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/ilhr/rome-statute/cap-icc.html" title="CAP-ICC"><i class="fas fa-balance-scale"></i> CAP-ICC</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/defender-of-democracy-award.html" title="Defender of Democracy Award"><i class="fas fa-award"></i> Defender of Democracy Award</a> </li> </ul> </li> <li data-level0="subs"> <a href="https://www.pgaction.org/membership/" title="PGA Membership">PGA Membership</a> <ul data-level="1"> <li data-level1="nosubs"> <a href="https://www.pgaction.org/membership/our-members.html" title="Our Members"><i class="fas fa-users"></i> Our Members</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/membership/eligibility-criteria.html" title="Membership Eligibility Criteria"><i class="fas fa-clipboard-list"></i> Membership Eligibility Criteria</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/membership/join-pga.html" title="Join PGA!"><i class="fas fa-sign-in-alt"></i> Join PGA!</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/membership/forming-a-pga-national-group.html" title="Forming a PGA National Group"><i class="fas fa-flag"></i> Forming a PGA National Group</a> </li> </ul> </li> <li data-level0="nosubs"> <a href="https://www.pgaction.org/resources/" title="Resources">Resources</a> </li> <li data-level0="subs"> <a href="https://www.pgaction.org/about/" title="About Us">About Us</a> <ul data-level="1"> <li data-level1="nosubs"> <a href="https://www.pgaction.org/about/history-and-achievements.html" title="Our History and Achievements"><i class="fas fa-history"></i> Our History and Achievements</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/about/who-we-are.html" title="Who We Are"><i class="fas fa-sitemap"></i> Who We Are</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/about/how-we-work.html" title="How We Work"><i class="fas fa-handshake"></i> How We Work</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/about/donors.html" title="Our Donors"><i class="fas fa-donate"></i> Our Donors</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/about/partners.html" title="Our Partners"><i class="fas fa-handshake"></i> Our Partners</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/about/financial-statements.html" title="Financial Statements"><i class="fas fa-coins"></i> Financial Statements</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/resources/brochure.html" title="Download Our Brochure"><i class="fas fa-file-pdf"></i> Download Our Brochure</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/about/contact.html" title="Contact Us"><i class="fas fa-bullhorn"></i> Contact Us</a> </li> </ul> </li> <li data-level0="nosubs"> <a href="http://eepurl.com/hnaFxz" title="Are you a Legislator? Join Now!">Are you a Legislator? Join Now!</a> </li> </ul> </div> <div class="nav-footer hidden-lg"> <ul> <li><button class="menu-expander"><i class="fa fa-list-ul"></i></button></li> </ul> </div> <div id="logo-mob"><a href="https://www.pgaction.org"><img src="https://www.pgaction.org/templates/champions/images/logo_mob.png" alt="Parliamentarians for Global Action" width="64%" height="auto"></a></div> </nav> </section> <div class="tpl5_pathwrap"><div class="tpl5_container5"> <nav class="tpl5_pathway"> <ul> <li><a href="https://www.pgaction.org/" title="Home">Home</a></li> <li><a href="https://www.pgaction.org/ilhr/" title="International Law and Human Rights Program">International Law and Human Rights Program</a></li> <li><a href="https://www.pgaction.org/ilhr/rome-statute/" title="Campaign for the Universality and Effectiveness of the System of the Rome Statute of the International Criminal Court (ICC)">Campaign for the Universality and Effectiveness of the System of the Rome Statute of the International Criminal Court (ICC)</a></li> <li>Status of the Rome Statute System</li> </ul> </nav> </div></div> <div class="tpl5_container5" id="tpl5_maincontainer"> <div class="tpl5_main"> <div class="elx_article_page" id="elx_article_page_1795"> <section class="inner-intro bg bg-fixed bg-pga-article" style="background-image:url(https://www.pgaction.org/media/images/articles/states-parties.png)"> <div class="elx5_article_header"> <div class="elx5_zero"> <div class="elx5_content_icons" data-icons="3"> <a href="javascript:void(null);" title="E-mail to friend" onclick="elxPopup('https://www.pgaction.org/inner.php/send-to-friend.html?id=1795', 600, 450);" rel="nofollow"><i class="fas fa-envelope"></i></a> <a href="javascript:void(null);" title="Share on Twitter" onclick="elxPopup('https://twitter.com/intent/tweet?text=Status+of+the+Rome+Statute+System&url=https%3A%2F%2Fwww.pgaction.org%2Filhr%2Frome-statute%2Fstatus.html', 700, 450);"><i class="fab fa-twitter"></i></a> <a href="javascript:void(null);" title="Share on Facebook" onclick="elxPopup('https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.pgaction.org%2Filhr%2Frome-statute%2Fstatus.html&t=Status+of+the+Rome+Statute+System', 700, 450);"><i class="fab fa-facebook-f"></i></a> </div> <div class="section-title"><h1 class="title text-white">Status of the Rome Statute System</h1></div> </div> <div class="elx_dateauthor">Last update <time datetime="2023-09-04 14:24:12">04 September, 2023</time></div> </div></section> <div id="related"></div> </section> <section class="news"><div id="article" class="col-md-8 col-sm-12 col-xs-12 wow fadeInUp" style="visibility: visible; animation-name: fadeInUp;"> <p><em><a href="https://www.pgaction.org/ilhr/rome-statute/states-parties.html">123 countries</a> are States Parties to the Rome Statute of the International Criminal Court. Of these, 33 are&nbsp;<a href="https://www.pgaction.org/tags.html?tag=african+states+parties">African States</a>, 19 are&nbsp;<a href="https://www.pgaction.org/tags.html?tag=asia+pacific+states+parties">Asia-Pacific States</a>, 18 are from <a href="https://www.pgaction.org/tags.html?tag=eastern+european+states+parties">Eastern Europe</a>, 28 are from <a href="https://www.pgaction.org/tags.html?tag=latin+american+and+caribbean+states+parties">Latin American and Caribbean States</a>, and 25 are from&nbsp;<a href="https://www.pgaction.org/tags.html?tag=western+european+and+other+states+parties">Western European and other States</a>. 31 States have <a href="https://www.pgaction.org/ilhr/rome-statute/signed-but-not-ratified.html">signed the Rome Statute but have not ratified it yet</a>. <strong>Two States have withdrawn from the Rome Statute: <a href="https://www.pgaction.org/ilhr/rome-statute/burundi.html">Burundi</a> and <a href="https://www.pgaction.org/ilhr/rome-statute/philippines.html">The Philippines</a>.</strong></em></p> <table width="100%"> <tbody> <tr> <td width="50%" style="background-color:transparent;"> <div class="block"> <div class="square ilhr">&nbsp;<br></div> <span><strong>States that have ratified the Rome Statute [<a href="https://www.pgaction.org/ilhr/rome-statute/states-parties.html">123</a>]</strong></span> </div> </td> <td width="50%" style="background-color:transparent;"> <div class="block"> <div class="square light-green">&nbsp;<br></div> <span><strong>States that have signed the Rome Statute but have not ratified it yet [<a href="https://www.pgaction.org/ilhr/rome-statute/signed-but-not-ratified.html">31</a>]</strong></span> </div> </td> </tr> </tbody> </table> <table class="striped country-selector tablesaw mat country" data-tablesaw-mode="stack" data-tablesaw-sortable="" data-tablesaw-sortable-switch=""> <thead> <tr> <th id="country-name" scope="col" data-tablesaw-sortable-col="" data-tablesaw-priority="persist">Country</th> <th id="date-of-signature" scope="col" data-tablesaw-sortable-col="" data-tablesaw-priority="persist">Date of Signature</th> <th id="date-of-ratification" scope="col" data-tablesaw-sortable-col="" data-tablesaw-priority="persist" class="tablesaw-sortable-descending">Approval, Acceptance, Accession, Succession or Ratification</th> </tr> </thead> <tbody> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/kiribati.html">Kiribati</a></td> <td class="ratified flagless"><span class="stealth">146</span> —</td> <td class="ratified flagless"><span class="stealth">123</span> 26 November 2019</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/el-salvador.html">El Salvador</a></td> <td class="ratified flagless"><span class="stealth">142</span> —</td> <td class="ratified flagless"><span class="stealth">122</span> 03 March 2016</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/palestine.html">Palestine</a></td> <td class="ratified flagless"><span class="stealth">149</span> —</td> <td class="ratified flagless"><span class="stealth">121</span> 02 January 2015</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/cote-divoire.html">Côte d’Ivoire</a></td> <td class="ratified flagless"><span class="stealth">59</span> 30 November 1998</td> <td class="ratified flagless"><span class="stealth">120</span> 15 February 2013</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/guatemala.html">Guatemala</a></td> <td class="ratified flagless"><span class="stealth">144</span> —</td> <td class="ratified flagless"><span class="stealth">119</span> 02 April 2012</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/vanuatu.html">Vanuatu</a></td> <td class="ratified flagless"><span class="stealth">154</span> —</td> <td class="ratified flagless"><span class="stealth">118</span> 02 December 2011</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/cape-verde.html">Cape Verde</a></td> <td class="ratified flagless"><span class="stealth">122</span> 28 December 2000</td> <td class="ratified flagless"><span class="stealth">117</span> 10 October 2011</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/maldives.html">Maldives</a></td> <td class="ratified flagless"><span class="stealth">147</span> —</td> <td class="ratified flagless"><span class="stealth">116</span> 21 September 2011</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/tunisia.html">Tunisia</a></td> <td class="ratified flagless"><span class="stealth">153</span> —</td> <td class="ratified flagless"><span class="stealth">115</span> 24 June 2011</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/grenada.html">Grenada</a></td> <td class="ratified flagless"><span class="stealth">143</span> —</td> <td class="ratified flagless"><span class="stealth">114</span> 19 May 2011</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/moldova.html">Moldova, Republic of</a></td> <td class="ratified flagless"><span class="stealth">107</span> 8 September 2000</td> <td class="ratified flagless"><span class="stealth">113</span> 12 October 2010</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/st-lucia.html">Saint Lucia</a></td> <td class="ratified flagless"><span class="stealth">85</span> 27 August 1999</td> <td class="ratified flagless"><span class="stealth">112</span> 18 August 2010</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/seychelles.html">Seychelles</a></td> <td class="ratified flagless"><span class="stealth">128</span> 28 December 2000</td> <td class="ratified flagless"><span class="stealth">111</span> 10 August 2010</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/bangladesh.html">Bangladesh</a></td> <td class="ratified flagless"><span class="stealth">86</span> 16 September 1999</td> <td class="ratified flagless"><span class="stealth">110</span> 23 March 2010</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/czech-republic.html">Czech Republic</a></td> <td class="ratified flagless"><span class="stealth">81</span> 13 April 1999</td> <td class="ratified flagless"><span class="stealth">109</span> 21 July 2009</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/chile.html">Chile</a></td> <td class="ratified flagless"><span class="stealth">32</span> 11 September 1998</td> <td class="ratified flagless"><span class="stealth">108</span> 29 June 2009</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/cook-islands.html">Cook Islands</a></td> <td class="ratified flagless"><span class="stealth">139</span> —</td> <td class="ratified flagless"><span class="stealth">107</span> 18 July 2008</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/suriname.html">Suriname</a></td> <td class="ratified flagless"><span class="stealth">152</span> —</td> <td class="ratified flagless"><span class="stealth">106</span> 15 July 2008</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/madagascar.html">Madagascar</a></td> <td class="ratified flagless"><span class="stealth">21</span> 18 July 1998</td> <td class="ratified flagless"><span class="stealth">105</span> 14 March 2008</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/japan.html">Japan</a></td> <td class="ratified flagless"><span class="stealth">145</span> —</td> <td class="ratified flagless"><span class="stealth">104</span> 17 July 2007</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/chad.html">Chad</a></td> <td class="ratified flagless"><span class="stealth">89</span> 20 October 1999</td> <td class="ratified flagless"><span class="stealth">103</span> 01 January 2007</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/comoros.html">Comoros</a></td> <td class="ratified flagless"><span class="stealth">110</span> 22 September 2000</td> <td class="ratified flagless"><span class="stealth">102</span> 01 November 2006</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/montenegro.html">Montenegro</a></td> <td class="ratified flagless"><span class="stealth">148</span> —</td> <td class="ratified flagless"><span class="stealth">101</span> 23 October 2006</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/saint-kitts-nevis.html">Saint Kitts and Nevis</a></td> <td class="ratified flagless"><span class="stealth">150</span> —</td> <td class="ratified flagless"><span class="stealth">100</span> 22 August 2006</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/mexico.html">Mexico</a></td> <td class="ratified flagless"><span class="stealth">100</span> 7 September 2000</td> <td class="ratified flagless"><span class="stealth">99</span> 28 October 2005</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/dominican-republic.html">Dominican Republic</a></td> <td class="ratified flagless"><span class="stealth">104</span> 8 September 2000</td> <td class="ratified flagless"><span class="stealth">98</span> 12 May 2005</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/kenya.html">Kenya</a></td> <td class="ratified flagless"><span class="stealth">84</span> 11 August 1999</td> <td class="ratified flagless"><span class="stealth">97</span> 15 March 2005</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/guyana.html">Guyana</a></td> <td class="ratified flagless"><span class="stealth">125</span> 28 December 2000</td> <td class="ratified flagless"><span class="stealth">96</span> 24 September 2004</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/liberia.html">Liberia</a></td> <td class="ratified flagless"><span class="stealth">5</span> 17 July 1998</td> <td class="ratified flagless"><span class="stealth">95</span> 22 September 2004</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/congo.html">Congo, Republic of the</a></td> <td class="ratified flagless"><span class="stealth">4</span> 17 July 1998</td> <td class="ratified flagless"><span class="stealth">94</span> 03 May 2004</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/burkina-faso.html">Burkina Faso</a></td> <td class="ratified flagless"><span class="stealth">58</span> 30 November 1998</td> <td class="ratified flagless"><span class="stealth">93</span> 16 April 2004</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/georgia.html">Georgia</a></td> <td class="ratified flagless"><span class="stealth">16</span> 18 July 1998</td> <td class="ratified flagless"><span class="stealth">92</span> 05 September 2003</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/guinea.html">Guinea</a></td> <td class="ratified flagless"><span class="stealth">99</span> 7 September 2000</td> <td class="ratified flagless"><span class="stealth">91</span> 14 July 2003</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/lithuania.html">Lithuania</a></td> <td class="ratified flagless"><span class="stealth">69</span> 10 December 1998</td> <td class="ratified flagless"><span class="stealth">90</span> 12 May 2003</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/afghanistan.html">Afghanistan</a></td> <td class="ratified flagless"><span class="stealth">138</span> —</td> <td class="ratified flagless"><span class="stealth">89</span> 10 February 2003</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/albania.html">Albania</a></td> <td class="ratified flagless"><span class="stealth">13</span> 18 July 1998</td> <td class="ratified flagless"><span class="stealth">88</span> 31 January 2003</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/barbados.html">Barbados</a></td> <td class="ratified flagless"><span class="stealth">101</span> 8 September 2000</td> <td class="ratified flagless"><span class="stealth">87</span> 10 December 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/st-vincent-the-grenadines.html">Saint Vincent and the Grenadines</a></td> <td class="ratified flagless"><span class="stealth">151</span> —</td> <td class="ratified flagless"><span class="stealth">86</span> 03 December 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/malta.html">Malta</a></td> <td class="ratified flagless"><span class="stealth">7</span> 17 July 1998</td> <td class="ratified flagless"><span class="stealth">85</span> 29 November 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/south-korea.html">Korea, Republic of</a></td> <td class="ratified flagless"><span class="stealth">95</span> 8 March 2000</td> <td class="ratified flagless"><span class="stealth">84</span> 13 November 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/zambia.html">Zambia</a></td> <td class="ratified flagless"><span class="stealth">11</span> 17 July 1998</td> <td class="ratified flagless"><span class="stealth">83</span> 13 November 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/djibouti.html">Djibouti</a></td> <td class="ratified flagless"><span class="stealth">37</span> 7 October 1998</td> <td class="ratified flagless"><span class="stealth">82</span> 05 November 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/malawi.html">Malawi</a></td> <td class="ratified flagless"><span class="stealth">77</span> 2 March 1999</td> <td class="ratified flagless"><span class="stealth">81</span> 19 September 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/samoa.html">Samoa</a></td> <td class="ratified flagless"><span class="stealth">9</span> 17 July 1998</td> <td class="ratified flagless"><span class="stealth">80</span> 16 September 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/timor-leste.html">Timor-Leste</a></td> <td class="ratified flagless"><span class="stealth">141</span> —</td> <td class="ratified flagless"><span class="stealth">79</span> 06 September 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/tanzania.html">Tanzania, United Republic of</a></td> <td class="ratified flagless"><span class="stealth">131</span> 29 December 2000</td> <td class="ratified flagless"><span class="stealth">78</span> 20 August 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/colombia.html">Colombia</a></td> <td class="ratified flagless"><span class="stealth">67</span> 10 December 1998</td> <td class="ratified flagless"><span class="stealth">77</span> 05 August 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/australia.html">Australia</a></td> <td class="ratified flagless"><span class="stealth">66</span> 9 December 1998</td> <td class="ratified flagless"><span class="stealth">76</span> 01 July 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/honduras.html">Honduras</a></td> <td class="ratified flagless"><span class="stealth">41</span> 7 October 1998</td> <td class="ratified flagless"><span class="stealth">75</span> 01 July 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/latvia.html">Latvia</a></td> <td class="ratified flagless"><span class="stealth">82</span> 22 April 1999</td> <td class="ratified flagless"><span class="stealth">74</span> 28 June 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/uruguay.html">Uruguay</a></td> <td class="ratified flagless"><span class="stealth">121</span> 19 December 2000</td> <td class="ratified flagless"><span class="stealth">73</span> 28 June 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/gambia.html">Gambia</a></td> <td class="ratified flagless"><span class="stealth">63</span> 4 December 1998</td> <td class="ratified flagless"><span class="stealth">72</span> 28 June 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/bolivia.html">Bolivia</a></td> <td class="ratified flagless"><span class="stealth">1</span> 17 July 1998</td> <td class="ratified flagless"><span class="stealth">71</span> 27 June 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/namibia.html">Namibia</a></td> <td class="ratified flagless"><span class="stealth">56</span> 27 October 1998</td> <td class="ratified flagless"><span class="stealth">70</span> 25 June 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/brazil.html">Brazil</a></td> <td class="ratified flagless"><span class="stealth">93</span> 7 February 2000</td> <td class="ratified flagless"><span class="stealth">69</span> 20 June 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/uganda.html">Uganda</a></td> <td class="ratified flagless"><span class="stealth">78</span> 17 March 1999</td> <td class="ratified flagless"><span class="stealth">68</span> 14 June 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/greece.html">Greece</a></td> <td class="ratified flagless"><span class="stealth">18</span> 18 July 1998</td> <td class="ratified flagless"><span class="stealth">67</span> 15 May 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/ireland.html">Ireland</a></td> <td class="ratified flagless"><span class="stealth">42</span> 7 October 1998</td> <td class="ratified flagless"><span class="stealth">66</span> 11 April 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/slovakia.html">Slovakia</a></td> <td class="ratified flagless"><span class="stealth">72</span> 23 December 1998</td> <td class="ratified flagless"><span class="stealth">65</span> 11 April 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/romania.html">Romania</a></td> <td class="ratified flagless"><span class="stealth">83</span> 7 July 1999</td> <td class="ratified flagless"><span class="stealth">64</span> 11 April 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/bulgaria.html">Bulgaria</a></td> <td class="ratified flagless"><span class="stealth">75</span> 11 February 1999</td> <td class="ratified flagless"><span class="stealth">63</span> 11 April 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/bosnia-herzegovina.html">Bosnia and Herzegovina</a></td> <td class="ratified flagless"><span class="stealth">2</span> 17 July 1998</td> <td class="ratified flagless"><span class="stealth">62</span> 11 April 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/mongolia.html">Mongolia</a></td> <td class="ratified flagless"><span class="stealth">133</span> 29 December 2000</td> <td class="ratified flagless"><span class="stealth">61</span> 11 April 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/jordan.html">Jordan</a></td> <td class="ratified flagless"><span class="stealth">43</span> 7 October 1998</td> <td class="ratified flagless"><span class="stealth">60</span> 11 April 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/cambodia.html">Cambodia</a></td> <td class="ratified flagless"><span class="stealth">113</span> 23 October 2000</td> <td class="ratified flagless"><span class="stealth">59</span> 11 April 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/niger.html">Niger</a></td> <td class="ratified flagless"><span class="stealth">8</span> 17 July 1998</td> <td class="ratified flagless"><span class="stealth">58</span> 11 April 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/drc.html">Congo, Democratic Republic of the</a></td> <td class="ratified flagless"><span class="stealth">103</span> 8 September 2000</td> <td class="ratified flagless"><span class="stealth">57</span> 11 April 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/panama.html">Panama</a></td> <td class="ratified flagless"><span class="stealth">24</span> 18 July 1998</td> <td class="ratified flagless"><span class="stealth">56</span> 21 March 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/cyprus.html">Cyprus</a></td> <td class="ratified flagless"><span class="stealth">53</span> 15 October 1998</td> <td class="ratified flagless"><span class="stealth">55</span> 07 March 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/north-macedonia.html">North Macedonia</a></td> <td class="ratified flagless"><span class="stealth">45</span> 7 October 1998</td> <td class="ratified flagless"><span class="stealth">54</span> 06 March 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/mauritius.html">Mauritius</a></td> <td class="ratified flagless"><span class="stealth">57</span> 11 November 1998</td> <td class="ratified flagless"><span class="stealth">53</span> 05 March 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/portugal.html">Portugal</a></td> <td class="ratified flagless"><span class="stealth">47</span> 7 October 1998</td> <td class="ratified flagless"><span class="stealth">52</span> 05 February 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/ecuador.html">Ecuador</a></td> <td class="ratified flagless"><span class="stealth">38</span> 7 October 1998</td> <td class="ratified flagless"><span class="stealth">51</span> 05 February 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/estonia.html">Estonia</a></td> <td class="ratified flagless"><span class="stealth">92</span> 27 December 1999</td> <td class="ratified flagless"><span class="stealth">50</span> 30 January 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/benin.html">Benin</a></td> <td class="ratified flagless"><span class="stealth">87</span> 24 September 1999</td> <td class="ratified flagless"><span class="stealth">49</span> 22 January 2002</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/slovenia.html">Slovenia</a></td> <td class="ratified flagless"><span class="stealth">48</span> 7 October 1998</td> <td class="ratified flagless"><span class="stealth">48</span> 31 December 2001</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/hungary.html">Hungary</a></td> <td class="ratified flagless"><span class="stealth">74</span> 15 January 1999</td> <td class="ratified flagless"><span class="stealth">47</span> 30 November 2001</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/poland.html">Poland</a></td> <td class="ratified flagless"><span class="stealth">80</span> 9 April 1999</td> <td class="ratified flagless"><span class="stealth">46</span> 12 November 2001</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/nauru.html">Nauru</a></td> <td class="ratified flagless"><span class="stealth">119</span> 13 December 2000</td> <td class="ratified flagless"><span class="stealth">45</span> 12 November 2001</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/peru.html">Peru</a></td> <td class="ratified flagless"><span class="stealth">115</span> 7 December 2000</td> <td class="ratified flagless"><span class="stealth">44</span> 10 November 2001</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/switzerland.html">Switzerland</a></td> <td class="ratified flagless"><span class="stealth">28</span> 18 July 1998</td> <td class="ratified flagless"><span class="stealth">43</span> 12 October 2001</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/united-kingdom.html">United Kingdom</a></td> <td class="ratified flagless"><span class="stealth">62</span> 30 November 1998</td> <td class="ratified flagless"><span class="stealth">42</span> 04 October 2001</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/central-african-republic.html">Central African Republic</a></td> <td class="ratified flagless"><span class="stealth">91</span> 12 December 1999</td> <td class="ratified flagless"><span class="stealth">41</span> 03 October 2001</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/liechtenstein.html">Liechtenstein</a></td> <td class="ratified flagless"><span class="stealth">20</span> 18 July 1998</td> <td class="ratified flagless"><span class="stealth">40</span> 02 October 2001</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/nigeria.html">Nigeria</a></td> <td class="ratified flagless"><span class="stealth">97</span> 1 June 2000</td> <td class="ratified flagless"><span class="stealth">39</span> 27 September 2001</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/serbia.html">Serbia</a></td> <td class="ratified flagless"><span class="stealth">120</span> 19 December 2000</td> <td class="ratified flagless"><span class="stealth">38</span> 06 September 2001</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/netherlands.html">Netherlands</a></td> <td class="ratified flagless"><span class="stealth">23</span> 18 July 1998</td> <td class="ratified flagless"><span class="stealth">37</span> 17 July 2001</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/sweden.html">Sweden</a></td> <td class="ratified flagless"><span class="stealth">49</span> 7 October 1998</td> <td class="ratified flagless"><span class="stealth">36</span> 28 June 2001</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/denmark.html">Denmark</a></td> <td class="ratified flagless"><span class="stealth">33</span> 25 September 1998</td> <td class="ratified flagless"><span class="stealth">35</span> 21 June 2001</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/antigua-barbuda.html">Antigua and Barbuda</a></td> <td class="ratified flagless"><span class="stealth">55</span> 23 October 1998</td> <td class="ratified flagless"><span class="stealth">34</span> 18 June 2001</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/costa-rica.html">Costa Rica</a></td> <td class="ratified flagless"><span class="stealth">36</span> 7 October 1998</td> <td class="ratified flagless"><span class="stealth">33</span> 07 June 2001</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/croatia.html">Croatia</a></td> <td class="ratified flagless"><span class="stealth">50</span> 12 October 1998</td> <td class="ratified flagless"><span class="stealth">32</span> 21 May 2001</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/paraguay.html">Paraguay</a></td> <td class="ratified flagless"><span class="stealth">46</span> 7 October 1998</td> <td class="ratified flagless"><span class="stealth">31</span> 14 May 2001</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/andorra.html">Andorra</a></td> <td class="ratified flagless"><span class="stealth">14</span> 18 July 1998</td> <td class="ratified flagless"><span class="stealth">30</span> 30 April 2001</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/dominica.html">Dominica</a></td> <td class="ratified flagless"><span class="stealth">140</span> —</td> <td class="ratified flagless"><span class="stealth">29</span> 12 February 2001</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/argentina.html">Argentina</a></td> <td class="ratified flagless"><span class="stealth">73</span> 8 January 1999</td> <td class="ratified flagless"><span class="stealth">28</span> 08 February 2001</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/finland.html">Finland</a></td> <td class="ratified flagless"><span class="stealth">40</span> 7 October 1998</td> <td class="ratified flagless"><span class="stealth">27</span> 29 December 2000</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/austria.html">Austria</a></td> <td class="ratified flagless"><span class="stealth">35</span> 7 October 1998</td> <td class="ratified flagless"><span class="stealth">26</span> 28 December 2000</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/germany.html">Germany</a></td> <td class="ratified flagless"><span class="stealth">68</span> 10 December 1998</td> <td class="ratified flagless"><span class="stealth">25</span> 11 December 2000</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/marshall-islands.html">Marshall Islands</a></td> <td class="ratified flagless"><span class="stealth">98</span> 6 September 2000</td> <td class="ratified flagless"><span class="stealth">24</span> 07 December 2000</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/south-africa.html">South Africa</a></td> <td class="ratified flagless"><span class="stealth">10</span> 17 July 1998</td> <td class="ratified flagless"><span class="stealth">23</span> 27 November 2000</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/spain.html">Spain</a></td> <td class="ratified flagless"><span class="stealth">27</span> 18 July 1998</td> <td class="ratified flagless"><span class="stealth">22</span> 24 October 2000</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/gabon.html">Gabon</a></td> <td class="ratified flagless"><span class="stealth">71</span> 22 December 1998</td> <td class="ratified flagless"><span class="stealth">21</span> 20 September 2000</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/sierra-leone.html">Sierra Leone</a></td> <td class="ratified flagless"><span class="stealth">54</span> 17 October 1998</td> <td class="ratified flagless"><span class="stealth">20</span> 15 September 2000</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/luxembourg.html">Luxembourg</a></td> <td class="ratified flagless"><span class="stealth">51</span> 13 October 1998</td> <td class="ratified flagless"><span class="stealth">19</span> 08 September 2000</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/botswana.html">Botswana</a></td> <td class="ratified flagless"><span class="stealth">102</span> 8 September 2000</td> <td class="ratified flagless"><span class="stealth">18</span> 08 September 2000</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/new-zealand.html">New Zealand</a></td> <td class="ratified flagless"><span class="stealth">44</span> 7 October 1998</td> <td class="ratified flagless"><span class="stealth">17</span> 07 September 2000</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/lesotho.html">Lesotho</a></td> <td class="ratified flagless"><span class="stealth">60</span> 30 November 1998</td> <td class="ratified flagless"><span class="stealth">16</span> 06 September 2000</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/mali.html">Mali</a></td> <td class="ratified flagless"><span class="stealth">6</span> 17 July 1998</td> <td class="ratified flagless"><span class="stealth">15</span> 16 August 2000</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/canada.html">Canada</a></td> <td class="ratified flagless"><span class="stealth">70</span> 18 December 1998</td> <td class="ratified flagless"><span class="stealth">14</span> 07 July 2000</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/belgium.html">Belgium</a></td> <td class="ratified flagless"><span class="stealth">31</span> 10 September 1998</td> <td class="ratified flagless"><span class="stealth">13</span> 28 June 2000</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/france.html">France</a></td> <td class="ratified flagless"><span class="stealth">15</span> 18 July 1998</td> <td class="ratified flagless"><span class="stealth">12</span> 09 June 2000</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/venezuela.html">Venezuela</a></td> <td class="ratified flagless"><span class="stealth">52</span> 14 October 1998</td> <td class="ratified flagless"><span class="stealth">11</span> 07 June 2000</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/iceland.html">Iceland</a></td> <td class="ratified flagless"><span class="stealth">29</span> 26 August 1998</td> <td class="ratified flagless"><span class="stealth">10</span> 25 May 2000</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/tajikistan.html">Tajikistan</a></td> <td class="ratified flagless"><span class="stealth">61</span> 30 November 1998</td> <td class="ratified flagless"><span class="stealth">9</span> 05 May 2000</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/belize.html">Belize</a></td> <td class="ratified flagless"><span class="stealth">96</span> 5 April 2000</td> <td class="ratified flagless"><span class="stealth">8</span> 05 April 2000</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/norway.html">Norway</a></td> <td class="ratified flagless"><span class="stealth">30</span> 28 August 1998</td> <td class="ratified flagless"><span class="stealth">7</span> 16 February 2000</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/ghana.html">Ghana</a></td> <td class="ratified flagless"><span class="stealth">17</span> 18 July 1998</td> <td class="ratified flagless"><span class="stealth">6</span> 20 December 1999</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/fiji.html">Fiji</a></td> <td class="ratified flagless"><span class="stealth">90</span> 29 November 1999</td> <td class="ratified flagless"><span class="stealth">5</span> 29 November 1999</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/italy.html">Italy</a></td> <td class="ratified flagless"><span class="stealth">19</span> 18 July 1998</td> <td class="ratified flagless"><span class="stealth">4</span> 26 July 1999</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/san-marino.html">San Marino</a></td> <td class="ratified flagless"><span class="stealth">25</span> 18 July 1998</td> <td class="ratified flagless"><span class="stealth">3</span> 13 May 1999</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/trinidad-tobago.html">Trinidad and Tobago</a></td> <td class="ratified flagless"><span class="stealth">79</span> 23 March 1999</td> <td class="ratified flagless"><span class="stealth">2</span> 06 April 1999</td> </tr> <tr> <td class="title ratified"><a href="https://www.pgaction.org/ilhr/rome-statute/senegal.html">Senegal</a></td> <td class="ratified flagless"><span class="stealth">26</span> 18 July 1998</td> <td class="ratified flagless"><span class="stealth">1</span> 02 February 1999</td> </tr> <tr> <td class="title signed"><a href="https://www.pgaction.org/ilhr/rome-statute/united-states.html">United States of America</a></td> <td class="signed flagless"><span class="stealth">137</span> 31 December 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed"><a href="https://www.pgaction.org/ilhr/rome-statute/bahamas.html">Bahamas</a></td> <td class="signed flagless"><span class="stealth">132</span> 29 December 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed"><a href="https://www.pgaction.org/ilhr/rome-statute/yemen.html">Yemen</a></td> <td class="signed flagless"><span class="stealth">130</span> 28 December 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed"><a href="https://www.pgaction.org/ilhr/rome-statute/algeria.html">Algeria</a></td> <td class="signed flagless"><span class="stealth">129</span> 28 December 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed"><a href="https://www.pgaction.org/ilhr/rome-statute/sao-tome-principe.html">São Tomé and Príncipe</a></td> <td class="signed flagless"><span class="stealth">127</span> 28 December 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed"><a href="https://www.pgaction.org/ilhr/rome-statute/mozambique.html">Mozambique</a></td> <td class="signed flagless"><span class="stealth">126</span> 28 December 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed"><a href="https://www.pgaction.org/ilhr/rome-statute/egypt.html">Egypt</a></td> <td class="signed flagless"><span class="stealth">123</span> 26 December 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed"><a href="https://www.pgaction.org/ilhr/rome-statute/bahrain.html">Bahrain</a></td> <td class="signed flagless"><span class="stealth">118</span> 11 December 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed"><a href="https://www.pgaction.org/ilhr/rome-statute/united-arab-emirates.html">United Arab Emirates</a></td> <td class="signed flagless"><span class="stealth">117</span> 27 November 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed"><a href="https://www.pgaction.org/ilhr/rome-statute/guinea-bissau.html">Guinea Bissau</a></td> <td class="signed flagless"><span class="stealth">111</span> 12 September 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed"><a href="https://www.pgaction.org/ilhr/rome-statute/morocco.html">Morocco</a></td> <td class="signed flagless"><span class="stealth">108</span> 8 September 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed"><a href="https://www.pgaction.org/ilhr/rome-statute/jamaica.html">Jamaica</a></td> <td class="signed flagless"><span class="stealth">105</span> 8 September 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed"><a href="https://www.pgaction.org/ilhr/rome-statute/armenia.html">Armenia</a></td> <td class="signed flagless"><span class="stealth">88</span> 1 October 1999</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed"><a href="https://www.pgaction.org/ilhr/rome-statute/haiti.html">Haiti</a></td> <td class="signed flagless"><span class="stealth">76</span> 26 February 1999</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed"><a href="https://www.pgaction.org/ilhr/rome-statute/kyrgyzstan.html">Kyrgyzstan</a></td> <td class="signed flagless"><span class="stealth">65</span> 8 December 1998</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed"><a href="https://www.pgaction.org/ilhr/rome-statute/solomon-islands.html">Solomon Islands</a></td> <td class="signed flagless"><span class="stealth">64</span> 3 December 1998</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed"><a href="https://www.pgaction.org/ilhr/rome-statute/zimbabwe.html">Zimbabwe</a></td> <td class="signed flagless"><span class="stealth">12</span> 17 July 1998</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed"><a href="https://www.pgaction.org/ilhr/rome-statute/cameroon.html">Cameroon</a></td> <td class="signed flagless"><span class="stealth">3</span> 17 July 1998</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed">Israel</td> <td class="signed flagless"><span class="stealth">136</span> 31 December 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed">Iran</td> <td class="signed flagless"><span class="stealth">135</span> 31 December 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed">Uzbekistan</td> <td class="signed flagless"><span class="stealth">134</span> 29 December 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed">Oman</td> <td class="signed flagless"><span class="stealth">124</span> 20 December 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed">Syrian Arab Republic</td> <td class="signed flagless"><span class="stealth">116</span> 29 November 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed">Thailand</td> <td class="signed flagless"><span class="stealth">114</span> 2 October 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed">Russian Federation</td> <td class="signed flagless"><span class="stealth">112</span> 13 September 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed"><a href="https://www.pgaction.org/ilhr/rome-statute/sudan.html">Sudan</a></td> <td class="signed flagless"><span class="stealth">109</span> 8 September 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed">Kuwait</td> <td class="signed flagless"><span class="stealth">106</span> 8 September 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed">Ukraine</td> <td class="signed flagless"><span class="stealth">94</span> 20 January 2000</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed">Eritrea</td> <td class="signed flagless"><span class="stealth">39</span> 7 October 1998</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed">Angola</td> <td class="signed flagless"><span class="stealth">34</span> 7 October 1998</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> <tr> <td class="title signed">Monaco</td> <td class="signed flagless"><span class="stealth">22</span> 18 July 1998</td> <td class="signed flagless"><span class="stealth"></span> <br></td> </tr> </tbody> </table></div><div class="col-md-4 col-sm-12 col-xs-12 wow fadeInUp"><script src="https://www.pgaction.org/js/issues-in-the-media.js?v=2021"></script> <link rel="stylesheet" href="https://www.pgaction.org/css/tablesaw_1024.css?v=20210726"> <script src="https://www.pgaction.org/js/tablesaw.js"></script> <script src="https://www.pgaction.org/js/tablesaw-init.js"></script></div> </div></section> </div> <div class="clear"></div> <div class="tpl5_pos_bottom"> <div class="module"> <a href="#top"></a> </div> </div> <div class="clear"></div> </div> </div> <footer class="tpl5_footer footer has-black-color-overlay has-dark-texture" id="tpl5_footer"> <div class="container"> <div class="row"> <div class="col-md-4 col-sm-6 hide-992"> <div class="footer-widget about-widget"> <p>PGA, a non-governmental, multi-party, international network of legislators acting in their individual capacity, informs and mobilizes parliamentarians in all regions of the world to advocate for human rights and the Rule of Law, democracy, human security, inclusion, gender equality and justice, including climate justice.</p> </div> </div> <div class="col-md-4 col-sm-6"> <div class="footer-widget contact-widget"> <div class="inner-title"> <h3>PGA Headquarters</h3> </div> <div class="footer-contact-info-carousel"> <div class="item"> <ul class="contact-infos"> <li> <div class="icon-box"> <i class="fas fa-map-marker-alt">&nbsp;</i><br></div> <div class="text-box"> <p>44 Wall Street, Suite 903<br>New York, NY 10005 USA</p> </div> </li> <li> <div class="icon-box"> <i class="fas fa-at">&nbsp;</i><br></div> <div class="text-box"> <span><script type="text/javascript"> document.write('<a href="ma'); document.write('ilto:'); document.write('info'); document.write('&#64;'); document.write('pgaction.org" title="e-m'); document.write('ail"'); document.write('>info'); document.write('&#64;'); document.write('pgaction.org</a>'); </script></span> </div> </li> </ul> </div> </div> </div> </div> <div class="col-md-4 col-sm-6"> <div class="footer-widget contact-widget"> <div class="inner-title"> <h3>PGA Foundation</h3> </div> <div class="footer-contact-info-carousel"> <div class="item"> <ul class="contact-infos"> <li> <div class="icon-box"> <i class="fas fa-map-marker-alt">&nbsp;</i><br></div> <div class="text-box"> <p>Alexanderveld 5, 2585 DB<br> The Hague, Netherlands</p> </div> </li> </ul> </div> </div> </div> </div> </div> </div> <p><a href="#GreenSealPopup" onclick="window.open('//seal.greenwebseal.com/verify.php?domain=pgaction.org','GreenSeal Verification','titlebar=0,toolbar=0,scrollbars=yes,resizable=no,width=530,height=575')"><img src="//seal.greenwebseal.com/seal.php?domain=pgaction.org" alt="This website is eco-friendly, powered by renewable energy" style="margin:0 auto;"></a></p> <ul class="elx_menu" data-level="0"> <li data-level0="nosubs"> <a href="https://www.pgaction.org/terms-and-conditions.html" title="Terms and conditions of using the site">Terms and conditions of using the site</a> </li> <li data-level0="nosubs"> <a href="https://www.pgaction.org/privacy-policy.html" title="Privacy Policy and Cookies">Privacy Policy and Cookies</a> </li> </ul> <div class="clear"></div> <div class="tpl5_footer_copyicons"><div class="tpl5_footer_copy">© 2024 Parliamentarians for Global Action | Website by Ethical Sector</div> <div class="tpl5_footer_icons"><a href="https://www.pgaction.org/about/contact.html" title="Contact"><i class="fas fa-envelope"></i></a><a href="https://www.facebook.com/pgaction" title="Facebook" target="_blank"><i class="fab fa-facebook-f"></i></a><a href="https://www.x.com/pgaction" title="Twitter" target="_blank"><i class="fab fa-x-twitter"></i></a><a href="https://www.youtube.com/@PGA" title="Youtube" target="_blank"><i class="fab fa-youtube"></i></a><a href="https://www.flickr.com/photos/pgaction" title="Flickr" target="_blank"><i class="fab fa-flickr"></i></a><a href="https://www.instagram.com/parliamentarians.champions/" title="Instagram" target="_blank"><i class="fab fa-instagram"></i></a><a href="https://www.linkedin.com/company/708223/" title="Linkedin" target="_blank"><i class="fab fa-linkedin-in"></i></a><a href="https://www.pgaction.org/feeds.html" title="RSS"><i class="fas fa-rss"></i></a><a href="https://www.pgaction.org/sitemap/" title="Sitemap"><i class="fas fa-sitemap"></i></a></div> </div> </footer> <script type="text/javascript"> var Related = document.getElementById('related'); if (document.querySelectorAll('meta[content*="abolition of the death penalty"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Related Campaign: <strong><i class="fas fa-book-dead"></i> <a href="https://www.pgaction.org/ilhr/adp/">Campaign for the Abolition of the Death Penalty</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="campaña para la abolición de la pena de muerte"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Campaña relacionada: <strong><i class="fas fa-book-dead"></i> <a href="https://www.pgaction.org/es/ilhr/adp/">Campaña Para La Abolición De La Pena De Muerte</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="campagne pour l’abolition de la peine de mort"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Campagne connexe : <strong><i class="fas fa-book-dead"></i> <a href="https://www.pgaction.org/fr/ilhr/adp/">Campagne pour l’abolition de la peine de mort (APM)</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="biological security and health"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Related Campaign: <strong><i class="fas fa-biohazard"></i> <a href="https://www.pgaction.org/ips/bsh/">Biological Security and Health Campaign</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="la bioseguridad y la salud"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Campaña relacionada: <strong><i class="fas fa-biohazard"></i> <a href="https://www.pgaction.org/es/ips/bsh/">Campaña para la Bioseguridad y la Salud</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="la biosécurité et la santé"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Campagne connexe : <strong><i class="fas fa-biohazard"></i> <a href="https://www.pgaction.org/fr/ips/bsh/">Campagne sur la Biosécurité et la Santé</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="child early forced marriage"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Related Campaign: <strong><i class="fas fa-female"></i> <a href="https://www.pgaction.org/dgi/cefm/">Campaign to End Child, Early and Forced Marriage (CEFM)</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="matrimonio infantil precoz y forzado"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Campaña relacionada: <strong><i class="fas fa-female"></i> <a href="https://www.pgaction.org/es/dgi/cefm/">Campaña para acabar con el matrimonio infantil, precoz y forzado (CEFM)</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="mariage précoce et forcé"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Campagne connexe : <strong><i class="fas fa-female"></i> <a href="https://www.pgaction.org/fr/dgi/cefm/">Campagne pour mettre fin au mariage précoce et forcé des enfants (CEFM)</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="climate action"]').length > 0) { Related.innerHTML = '<p id="related-programme-gei">Related Campaign: <strong><i class="fas fa-earth-americas"></i> <a href="https://www.pgaction.org/hre/climate-action/">Mobilizing Parliamentarians on Climate Action</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="acción por el cambio clímático"]').length > 0) { Related.innerHTML = '<p id="related-programme-gei">Campaña relacionada: <strong><i class="fas fa-earth-americas"></i> <a href="https://www.pgaction.org/es/hre/climate-action/">Movilizar a los parlamentarios por el clima</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="action pour le climat"]').length > 0) { Related.innerHTML = '<p id="related-programme-gei">Campagne connexe : <strong><i class="fas fa-earth-americas"></i> <a href="https://www.pgaction.org/fr/hre/climate-action/">Mobiliser les parlementaires pour le climat</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="ciberseguridad"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Campaña relacionada: <strong><i class="fas fa-shield-alt"></i> <a href="https://www.pgaction.org/es/ips/cybersecurity.html">Campaña Mundial Contra Crímenes Cibernéticos</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="cybersécurité"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Campagne connexe : <strong><i class="fas fa-shield-alt"></i> <a href="https://www.pgaction.org/fr/ips/cybersecurity.html">Campagne Globale Contre La Cybercriminalité</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="cybersecurity"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Related Campaign: <strong><i class="fas fa-shield-alt"></i> <a href="https://www.pgaction.org/ips/cybersecurity.html">Global Cybercrime Campaign</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="parliamentary toolbox for democracy defense"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">This page is part of the <strong><i class="fas fa-toolbox"></i> <a href="https://www.pgaction.org/dgi/drhr/parliamentary-toolbox-for-democracy-defense/">Parliamentary Toolbox for Democracy Defense</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="manual parlamentario para la defensa de la democracia"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Esta página es parte del <strong><i class="fas fa-toolbox"></i> <a href="https://www.pgaction.org/es/dgi/drhr/parliamentary-toolbox-for-democracy-defense/">Manual Parlamentario para la Defensa de la Democracia</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="la boîte à outils parlementaire pour la défense de la démocratie"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Cette page fait partie de la <strong><i class="fas fa-toolbox"></i> <a href="https://www.pgaction.org/fr/dgi/drhr/parliamentary-toolbox-for-democracy-defense/">boîte à outils parlementaire pour la défense de la démocratie</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="democratic renewal and human rights"]').length > 0) { Related.innerHTML = '<p id="related-campaign-drhr">Related Campaign: <strong><i class="fas fa-seedling"></i> <a href="https://www.pgaction.org/dgi/drhr/">Campaign for Democratic Renewal and Human Rights</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="la renovación democrática y los derechos humanos"]').length > 0) { Related.innerHTML = '<p id="related-campaign-drhr">Campaña relacionada: <strong><i class="fas fa-seedling"></i> <a href="https://www.pgaction.org/es/dgi/drhr/">Campaña para la Renovación Democrática y los Derechos Humanos</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="le renouveau démocratique et les droits humains"]').length > 0) { Related.innerHTML = '<p id="related-campaign-drhr">Campagne connexe : <strong><i class="fas fa-seedling"></i> <a href="https://www.pgaction.org/fr/dgi/drhr/">Campagne pour le renouveau démocratique et les droits humains</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="nuclear and radiological security"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Related Campaign: <strong><i class="fas fa-radiation-alt"></i> <a href="https://www.pgaction.org/ips/nrs/">Campaign to Promote Nuclear and Radiological Security</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="seguridad nuclear y radiológica"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Campaña relacionada: <strong><i class="fas fa-radiation-alt"></i> <a href="https://www.pgaction.org/es/ips/nrs/">Campaña de Seguridad Nuclear y Radiológica</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="sécurité nucléaire et radiologique"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Campagne connexe : <strong><i class="fas fa-radiation-alt"></i> <a href="https://www.pgaction.org/fr/ips/nrs/">Campagne de promotion de la sécurité nucléaire et radiologique</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="prohibiting fully autonomous weapons"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Related Campaign: <strong><i class="fas fa-fighter-jet"></i> <a href="https://www.pgaction.org/ips/faw/">Prohibiting Fully Autonomous Weapons</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="la prohibición de las armas totalmente autónomas"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Campaña relacionada: <strong><i class="fas fa-fighter-jet"></i> <a href="https://www.pgaction.org/es/ips/faw/">La Prohibición de las Armas Totalmente Autónomas</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="interdiction des armes entièrement autonomes"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Campagne connexe : <strong><i class="fas fa-fighter-jet"></i> <a href="https://www.pgaction.org/fr/ips/faw/">L\'Interdiction des Armes entièrement Autonomes</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="protection of the oceans"]').length > 0) { Related.innerHTML = '<p id="related-programme-gei">Related Campaign: <strong><i class="fas fa-water"></i> <a href="https://www.pgaction.org/hre/oceans/">Campaign for the Protection of the Oceans and Implementation of Sustainable Development Goal 14</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="la protección de los océanos"]').length > 0) { Related.innerHTML = '<p id="related-programme-gei">Campaña relacionada: <strong><i class="fas fa-water"></i> <a href="https://www.pgaction.org/es/hre/oceans/">Campaña para la Protección de los Océanos e Implementación del Objetivo de Desarrollo Sostenible 14</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="la protection des océans"]').length > 0) { Related.innerHTML = '<p id="related-programme-gei">Campagne connexe : <strong><i class="fas fa-water"></i> <a href="https://www.pgaction.org/fr/hre/oceans/">Campagne sur la protection des océans et la mise en œuvre de l\'ODD 14</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="rome statute"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Related Campaign: <strong><i class="fas fa-balance-scale"></i> <a href="https://www.pgaction.org/ilhr/rome-statute/">Campaign for the Rome Statute of the ICC</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="status of the rs system"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Related Campaign: <strong><i class="fas fa-balance-scale"></i> <a href="https://www.pgaction.org/ilhr/rome-statute/">Campaign for the Rome Statute of the ICC</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="estatuto de roma"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Campaña relacionada: <strong><i class="fas fa-balance-scale"></i> <a href="https://www.pgaction.org/es/ilhr/rome-statute/">Campaña para el Estatuto de Roma de la CPI</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="situación del sistema del ER"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Campaña relacionada: <strong><i class="fas fa-balance-scale"></i> <a href="https://www.pgaction.org/es/ilhr/rome-statute/">Campaña para el Estatuto de Roma de la CPI</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="statut de rome"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Campagne connexe : <strong><i class="fas fa-balance-scale"></i> <a href="https://www.pgaction.org/fr/ilhr/rome-statute/">Campagne sur le Statut de Rome de la CPI</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="état du système du sr"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Campagne connexe : <strong><i class="fas fa-balance-scale"></i> <a href="https://www.pgaction.org/fr/ilhr/rome-statute/">Campagne sur le Statut de Rome de la CPI</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="sexual orientation and gender identity"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Related Campaign: <strong><i class="fas fa-transgender-alt"></i> <a href="https://www.pgaction.org/dgi/sogi/">Campaign Against Discrimination based on Sexual Orientation and Gender Identity (SOGI)</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="orientación sexual y la identidad de género"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Campaña relacionada: <strong><i class="fas fa-transgender-alt"></i> <a href="https://www.pgaction.org/es/dgi/sogi/">Campaña contra la discriminación basada en la orientación sexual y la identidad de género (SOGI)</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="orientation sexuelle et identité de genre"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Campagne connexe : <strong><i class="fas fa-transgender-alt"></i> <a href="https://www.pgaction.org/fr/dgi/sogi/">Campagne contre la discrimination fondée sur l\'orientation sexuelle et l\'identité de genre (SOGI)</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="salw and att campaign"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Related Campaign: <strong><i class="fas fa-ban"></i> <a href="https://www.pgaction.org/ips/illicit-salw/">Campaign to Address the Illicit Trade in Small Arms and Light Weapons (SALW) and to Promote the Arms Trade Treaty (ATT)</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="campaña apal y tca"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Campaña relacionada: <strong><i class="fas fa-ban"></i> <a href="https://www.pgaction.org/es/ips/illicit-salw/">Campaña para abordar el tráfico ilícito de armas pequeñas y ligeras (APAL) y promover el Tratado de Comercio de Armas (TCA)</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="campagne alpc et tca"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Campagne connexe : <strong><i class="fas fa-ban"></i> <a href="https://www.pgaction.org/fr/ips/illicit-salw/">Campagne pour lutter contre le commerce illicite des armes légères et de petit calibre (ALPC) et promouvoir le Traité sur le commerce des armes (TCA)</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="archived campaign"]').length > 0) { Related.innerHTML = '<p id="related-archived"><strong>This campaign has been archived.</strong></p>'; } else if (document.querySelectorAll('meta[content*="international law and human rights"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Related Program: <strong><i class="fas fa-gavel"></i> <a href="https://www.pgaction.org/ilhr/">International Law and Human Rights</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="derecho internacional y derechos humanos"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Programa relacionado: <strong><i class="fas fa-gavel"></i> <a href="https://www.pgaction.org/es/ilhr/">Derecho Internacional y Derechos Humanos</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="droit international et droits humains"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Programa connexe : <strong><i class="fas fa-gavel"></i> <a href="https://www.pgaction.org/fr/ilhr/">Droit International et Droits Humains</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="democracy gender and inclusion"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Related Program: <strong><i class="fas fa-handshake"></i> <a href="https://www.pgaction.org/dgi/">Democracy, Gender, and Inclusion</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="democracia género e inclusión"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Programa relacionado: <strong><i class="fas fa-handshake"></i> <a href="https://www.pgaction.org/es/dgi/">Democracia, Género e Inclusión</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="démocratie genre et inclusion"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Programa connexe : <strong><i class="fas fa-handshake"></i> <a href="https://www.pgaction.org/fr/dgi/">Démocratie, Genre et Inclusion</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="gender equality and inclusion"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Related Program: <strong><i class="fas fa-handshake"></i> <a href="https://www.pgaction.org/dgi/">Democracy, Gender, and Inclusion</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="género igualdad e inclusión"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Programa relacionado: <strong><i class="fas fa-handshake"></i> <a href="https://www.pgaction.org/es/dgi/">Democracia, Género e Inclusión</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="genre egalité et inclusion"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Programa connexe : <strong><i class="fas fa-handshake"></i> <a href="https://www.pgaction.org/fr/dgi/">Démocratie, Genre et Inclusion</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="international peace and security"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Related Program: <strong><i class="fas fa-dove"></i> <a href="https://www.pgaction.org/ips/">International Peace and Security</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="paz y seguridad internacionales"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Programa relacionado: <strong><i class="fas fa-dove"></i> <a href="https://www.pgaction.org/es/ips/">Paz y Seguridad Internacionales</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="paix et sécurité internationales"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Programa connexe : <strong><i class="fas fa-dove"></i> <a href="https://www.pgaction.org/fr/ips/">Paix et Sécurité Internationales</a></strong></p>'; } </script> <script type="text/javascript"> if (document.querySelectorAll('meta[content*="democracy gender and inclusion"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("dgi"); } else if (document.querySelectorAll('meta[content*="democracia género e inclusión"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("dgi"); } else if (document.querySelectorAll('meta[content*="démocratie genre et inclusion"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("dgi"); } if (document.querySelectorAll('meta[content*="human rights and environment"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("hre"); } else if (document.querySelectorAll('meta[content*="derechos humanos y medioambiente"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("hre"); } else if (document.querySelectorAll('meta[content*="droits humains et environnement"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("hre"); } else if (document.querySelectorAll('meta[content*="international law and human rights"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("ilhr"); } else if (document.querySelectorAll('meta[content*="derecho internacional y derechos humanos"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("ilhr"); } else if (document.querySelectorAll('meta[content*="droit international et droits humains"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("ilhr"); } else if (document.querySelectorAll('meta[content*="gender equality and inclusion"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("gei"); } else if (document.querySelectorAll('meta[content*="género igualdad e inclusión"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("gei"); } else if (document.querySelectorAll('meta[content*="genre egalité et inclusion"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("gei"); } else if (document.querySelectorAll('meta[content*="international peace and security"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("ips"); } else if (document.querySelectorAll('meta[content*="paz y seguridad internacionales"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("ips"); } else if (document.querySelectorAll('meta[content*="paix et sécurité internationales"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("ips"); } else if (document.querySelectorAll('meta[content*="democratic renewal and human rights"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("drhr"); } else if (document.querySelectorAll('meta[content*="la renovación democrática y los derechos humanos"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("drhr"); } else if (document.querySelectorAll('meta[content*="le renouveau démocratique et les droits humains"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("drhr"); } </script> <script type="text/javascript"> if ( $('#related:empty').length ) { document.getElementsByClassName('elx_article_page')[0].style.marginTop = "-372px"; document.getElementsByClassName('tpl5_maincol')[0].style.paddingTop = "372px"; document.getElementsByClassName('elx5_article_header')[0].style.paddingBottom = "20px"; } </script> <script type="text/javascript"> if($('.elx_dateauthor').length === 0) { document.getElementsByClassName('elx5_content_icons')[0].style.bottom = "20px"; } </script> <script type="text/javascript"> if($('.tpl5_sidecol').length === 0){ document.getElementById('article').style.width = "100%"; document.getElementsByClassName('elx_article_page')[0].style.marginTop = "0"; } if ($('.tpl5_sidecol').children().length == 0){ document.getElementsByClassName('tpl5_sidecol')[0].style.display = "none"; } </script> <script src="https://www.pgaction.org/templates/champions/assets/wow.js"></script> <script src="https://www.pgaction.org/templates/champions/assets/bootstrap-select.min.js"></script> <script src="https://www.pgaction.org/templates/champions/assets/bootstrap-touch-spin/jquery.bootstrap-touchspin.js"></script> <script src="https://www.pgaction.org/templates/champions/assets/jquery-appear/jquery.appear.js"></script> <script src="https://www.pgaction.org/templates/champions/includes/custom.js"></script> <script>jQuery(document).ready(function($) { $('img[title]').each(function() { $(this).removeAttr('title'); }); });</script> <script> function init() { var vidDefer = document.getElementsByTagName('iframe'); for (var i=0; i<vidDefer.length; i++) { if(vidDefer[i].getAttribute('data-src')) { vidDefer[i].setAttribute('src',vidDefer[i].getAttribute('data-src')); } } } window.onload = init; </script> </body> </html>

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