Subversion Repositories Sites.gentiana.org

Compare Revisions

No changes between revisions

Ignore whitespace Rev 118 → Rev 120

/tags/2014-08-05_centre/sites/admin/en/styles/defaut.css
New file
0,0 → 1,215
/*****************Proprietes generales******************************************/
* {margin:0; padding:0; text-indent:0;}
body {background:#CCCCCC; font:70%/1.5em Verdana, Tahoma, arial, sans-serif; color: #333; text-align: center;}
hr {margin:2px; width:100%; color:#333; background-color:#333; height:2px;}
a, a:visited {text-decoration:none; color:#4F82CB; background:inherit;}
a:hover {color:#4EBF37; background:inherit;}
table {width:90%; margin:2px auto; border: 1px solid #333; border-spacing:0; border-collapse:collapse;}
th {background:#CCC url(../images/headerbg20.gif) repeat-x; color:#333; border: 1px solid #CCC; height:20px;}
td {border: 1px solid #CCC;}
.navi {padding:0;margin:0;text-align:center;}
.other_month {color:#AAA;}
.current_day {background: #FBB63C; color: #FFF;}
.label_inscription {margin: 2px;float:left; clear:both; width:170px; text-align:right; }
.symbole_obligatoire {color:red;}
.input_inscription {float:left; width:180px;}
.input_inscription input, .input_inscription select {margin: 2px;border: 1px solid #000;font:12px Myriad, Arial, sans-serif; }
.liste_inscription {margin: 2px;float:left; clear:both; }
.inscription_bouton {float:left;margin: 3px;}
.inscription_note_obligatoire {float:left; clear:both;}
.bazar_checkbox {float:left;width:49%;}
.bazar_fieldset {border: 1px solid #000;width:100%;margin-bottom:5px;}
.bazar_fieldset legend {font-size:15px;font-weight: bold ;}
.bazar_table {border:1px solid #000;width:100%;margin:5px;}
.bazar_table td, .bazar_table tr, .bazar_table th {border:1px solid #000;}
.inscription_table {border:0px;width:100%;margin:5px;}
.inscription_cellule_gauche {font-size:12px;width:140px;text-align:right;}
.inscription_cellule_droite {text-align:left;padding:5px;}
.calendrier_applette {width:180px;}
.calendrier_applette td {text-align:center;}
 
/* headers */
h1, h2, h3 {font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif; font-weight: Bold;}
h1 {font-size:120%;}
h2 {font-size:110%; text-transform:uppercase; color:#88ac0b;}
h3 {font-size:110%; color:#666666;}
 
/* images */
img {border: 2px solid #CCC;}
img.float-right {margin: 5px 0px 10px 10px;}
img.float-left {margin: 5px 10px 10px 0px;}
 
h1, h2, h3, p {padding: 10px; margin: 0;}
ul, ol {margin: 5px 10px; padding: 0 20px; color: #88ac0b;}
ul span, ol span { color: #666666;}
 
code {margin:5px 0; padding:10px; text-align:left; display:block; overflow:auto; font:500 1em/1.5em 'Lucida Console', 'courier new', monospace; background:#FAFAFA; border:1px solid #f2f2f2;}
acronym {cursor:help; border-bottom:1px solid #777;}
blockquote {margin:10px; padding:0 0 0 28px; border:1px solid #f2f2f2; background: #FAFAFA url(../images/quote.gif) no-repeat 5px 5px;}
 
/* form elements */
#main form {margin:10px; padding:0 5px; border:1px solid #f2f2f2; background-color:#FAFAFA;}
#main form li {list-style-type:none; margin:0; padding:0; color:#000;}
#main form ul {margin:0; padding:0;}
#main label, #sidebar label {display:block; font-weight:bold; margin:5px 0 0 0; }
#main select {padding:2px; border:1px solid #eee; font:normal 1em Verdana, sans-serif; color:#777;}
#main input, #sidebar input {padding:2px; border:1px solid #eee; font:normal 1em Verdana, sans-serif; color:#777;}
#main textarea {width:400px; padding:2px; font:normal 1em Verdana, sans-serif; border:1px solid #eee; height:100px; color:#777;}
#main fieldset {background:#f3fce3; border:0; margin:5px; padding:5px;}
#main fieldset legend {font-weight:bolder; text-decoration:none; background-image:none; color:#4F82CB;}
#main input.button {margin:0; font:bolder 12px Arial, Sans-serif; border:1px solid #CCC; padding:2px 3px; background:#FFF; color:#88ac0b;}
 
/* search */
#main form.search {
position: absolute;
top: 35px; right: 25px;
background: transparent;
border: none;
}
#main form.search input.textbox {
margin: 0; padding: 1px 2px;
width: 120px;
background: #FFF;
color: #333;
}
#main form.search input.button {
background: #CCC url(../images/headerbg.gif) repeat-x;
color: #333;
border: none;
width: 70px; height: 21px;
}
 
.liste_bouton li {display:inline;}
 
/********************************************
LAYOUT
********************************************/
#wrap {
width: 1265px;
background: #CCC url(../images/content.jpg) repeat-y center top;
margin: 0 auto;
text-align: left;
}
#content-wrap {
clear: both;
width: 1205px;
padding: 0;
margin: 0 auto;
}
#header {
width: 1265px;
position: relative;
height: 106px;
background: #CCC url(../images/header.jpg) no-repeat center top;
padding: 0;
font-size: 14px;
color: #FFF;
}
#header h1#logo-text {
position: absolute;
margin: 0; padding: 0;
font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
letter-spacing: -2px;
color: #FFF;
text-transform: none;
 
/* change the values of top and left to adjust the position of the logo*/
top: 40px; left: 50px;
}
#header h2#slogan {
position: absolute;
margin: 0; padding: 0;
font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
text-transform: none;
color: #FFF;
 
/* change the values of top and left to adjust the position of the slogan*/
top: 85px; left: 53px;
}
#header h1#titre_site {position:absolute; top:50px; left:280px;}
 
/* Menu */
#menu {margin:0; padding:0 9px 0 50px; background:url(../images/menu.jpg) repeat-y center top; font:11px/20px Verdana, Arial, Tahoma, Sans-serif;}
#vous_etes_ici {width:300px; display:inline;}
#menus_communs {float:right; margin:-20px 36px 0 0;}
#menu ul {float:right; list-style: none; margin:0; padding: 0;}
#menu ul li {display: inline;}
#menu ul li a {display: block; float: left; padding: 0 8px; color: #FFF; text-decoration: none;}
#menu ul li a:hover {background-color: #ECECEC; color: #333;}
#menu ul li.menu_actif a {background-color: #FFF; color: #333;}
#menu a:hover {color:#FFF;}
 
/* Main Column */
#main {float:right; width:986px; padding:0; margin:0;}
#main h1 {margin-top: 10px; font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif; color: #88ac0b; padding: 5px 0 5px 25px; border-bottom: 1px solid #EFF0F1; background: #FFF url(../images/square-green.png) no-repeat 3px 50%;}
 
/* Sidebar */
#sidebar {float:left; width:200px; padding:0; margin:0 0 0 13px;}
#sidebar h1 { margin-top: 10px; padding: 5px 0 5px 10px; font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif; color: #555; background: #EEF0F1 url(../images/headerbg.gif) repeat-x left bottom; border: 1px solid #EFF0F1;}
#sidebar .left-box {border: 1px solid #EFF0F1; margin: 0 0 5px 0;}
#sidebar ul.sidemenu, #sidebar ul.menu_classique_n1 {list-style: none; text-align: left; margin: 3px 0 8px 0; padding: 0; text-decoration: none;}
#sidebar ul.sidemenu li, #sidebar ul.menu_classique_n1 li { border-bottom: 1px solid #EFF0F1; background: url(../images/go.gif) no-repeat 5px 5px; padding: 2px 0 2px 25px; margin: 0 2px;}
#sidebar ul.sidemenu a, #sidebar ul.menu_classique_n1 a {font-weight: bolder; text-decoration: none; background-image: none;}
#sidebar ul.menu_classique_n1 li.menu_actif {background: url(../images/go_bas.gif) no-repeat 5px 5px;}
#sidebar li.menu_actif a {color:#FBB63C;}
#sidebar li.menu_inactif, #sidebar li.menu_inactif a {color:#4F82CB;}
#sidebar li a:hover {color:#4EBF37; background:inherit; background-image: none;}
#sidebar ul ul {margin:0; padding:0;}
#sidebar ul ul li {list-style-type:none;}
/* Footer */
#footer {color: #666666; background: #CCC url(../images/footer.jpg) no-repeat center top; clear: both; width: 1265px; height: 68px; text-align: center; font-size: 92%;}
#footer a {text-decoration:none;}
#footer a img {border:none;}
 
/* alignment classes */
.float-left { float: left; }
.float-right { float: right; }
.align-left { text-align: left; }
.align-right { text-align: right; }
 
/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
 
 
#zone_onglets {float : right;margin : 0 20px -1px 0 ;text-align:left;font-weight:bold;}
#zone_onglets ul { margin:0; padding:0; list-style:none;}
#zone_onglets li { background:url(../images/Boutons/right_both_green.png) no-repeat right top; float:left; margin:0; padding:0; color: #006495;}
#zone_onglets a {float:left; display:block; color: #006495; font-size:12px; background:url(../images/Boutons/left_both_green.png) no-repeat left top; width:.1em; white-space:nowrap;/*2 lignes ajoutees pour compatibilite IE : extension de la zone cliquable a l'ensemble de zone_contenu_haut*/ padding:5px 15px 4px; text-decoration:none;}
/* On retablit le float a sa valeur correct mais le hack de l'antislash commente cache cette regle a IE5-Mac \*/ #zone_onglets a {float:none;} /* End IE5-Mac hack */
#zone_onglets > ul a { width:auto;} /*propriete ajoutee pour contredire la ligne speciale IE (ci dessus) pour les autres navigateurs*/
#zone_onglets li:hover { background-position:100% -150px;}
#zone_onglets li:hover a { background-position:0% -150px;}
#zone_onglets .inactif { border-bottom:0px solid; font-weight:normal;}
#zone_onglets .actif, #zone_onglets .actif { position:relative; background-position:100% -150px; padding-bottom:2px; font-weight:bold;}
#zone_onglets .actif a, #zone_onglets .actif a { position:relative; background-position:0% -150px; padding-bottom:3px;}
/*-------------------------------APPLETTES--------------------------------------*/
#moteur_recherche {position:absolute; top:80px; right:50px; width:200px; height:33px; text-align:right; background:transparent;}
#moteur_recherche legend {display:none;}
#moteur_recherche fieldset {margin:0;padding:0;border: 0;}
#moteur_recherche label {display:none;}
.form_label {float:left;/* width:250px; */padding-right:3px; text-align:right;}
.formulaire_element {margin:3px 0; padding:0; float:left; clear:both; }
.formulaire_element label {float:left; text-align:right; width:250px; margin-right:4px;}
#more_motif {padding:2px; width:140px; border:1px solid #eee; font:normal 0.8em Verdana, sans-serif; color:#777;}
#sesi_ok, #more_ok, #connexion, .liste_bouton input, #site_modifier, #form_annuler, #effacer, #choisir_site, #site_enregistrer {background:#CCC url(../images/headerbg20.gif) repeat-x; color:#333; border:none; height:20px;}
#selecteur_monde {position:absolute; top: 45px; right: 50px; width:200px; height:33px; text-align:right; background:transparent;}
#selecteur_monde select {padding:1px; width:146px; border:1px solid #eee; font:normal 0.8em Verdana, sans-serif; color:#777;}
#selecteur_monde legend {display: none;}
#selecteur_monde fieldset {border:0; margin:0; padding:0;}
#copyright {margin:15px 0 10px 10px; padding:0; float:left; width:400px;}
#copyright a {color:#006495;}
#copyright a:hover {color:#222;}
#identification {width:180px; margin:0 auto 5px auto;}
#identification fieldset {border:0; margin:0; padding:0;}
#identification form {margin:5px; padding:0 5px; width:175px; border:1px solid #f2f2f2; background-color:#FAFAFA; }
#identification legend {display: none;}
#identification label {display: block;}
#identification_message {display:none;}
#username, #password {width:145px;}
#persistant, #persistant_label {float:left;}
#persistant {margin:7px 2px 0 0;}
.rss_page{padding:2px 0 0 0;}
.rss_titre_site{font-size:11px; font-weight:normal; border-bottom:0;}
.rss_date{color:rgb(80, 80, 80); text-align:justify;}
.rss_titre_article{font-size:11px; text-transform:none; margin-bottom:5px;}
/tags/2014-08-05_centre/sites/admin/en/images/header.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/tags/2014-08-05_centre/sites/admin/en/images/header.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/tags/2014-08-05_centre/sites/admin/en/images/content.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/tags/2014-08-05_centre/sites/admin/en/images/content.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/tags/2014-08-05_centre/sites/admin/en/images/footer.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/tags/2014-08-05_centre/sites/admin/en/images/footer.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/tags/2014-08-05_centre/sites/admin/en/images/menu.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/tags/2014-08-05_centre/sites/admin/en/images/menu.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/tags/2014-08-05_centre/sites/admin/fr/styles/defaut.css
New file
0,0 → 1,215
/*****************Proprietes generales******************************************/
* {margin:0; padding:0; text-indent:0;}
body {background:#CCCCCC; font:70%/1.5em Verdana, Tahoma, arial, sans-serif; color: #333; text-align: center;}
hr {margin:2px; width:100%; color:#333; background-color:#333; height:2px;}
a, a:visited {text-decoration:none; color:#4F82CB; background:inherit;}
a:hover {color:#4EBF37; background:inherit;}
table {width:90%; margin:2px auto; border: 1px solid #333; border-spacing:0; border-collapse:collapse;}
th {background:#CCC url(../images/headerbg20.gif) repeat-x; color:#333; border: 1px solid #CCC; height:20px;}
td {border: 1px solid #CCC;}
.navi {padding:0;margin:0;text-align:center;}
.other_month {color:#AAA;}
.current_day {background: #FBB63C; color: #FFF;}
.label_inscription {margin: 2px;float:left; clear:both; width:170px; text-align:right; }
.symbole_obligatoire {color:red;}
.input_inscription {float:left; width:180px;}
.input_inscription input, .input_inscription select {margin: 2px;border: 1px solid #000;font:12px Myriad, Arial, sans-serif; }
.liste_inscription {margin: 2px;float:left; clear:both; }
.inscription_bouton {float:left;margin: 3px;}
.inscription_note_obligatoire {float:left; clear:both;}
.bazar_checkbox {float:left;width:49%;}
.bazar_fieldset {border: 1px solid #000;width:100%;margin-bottom:5px;}
.bazar_fieldset legend {font-size:15px;font-weight: bold ;}
.bazar_table {border:1px solid #000;width:100%;margin:5px;}
.bazar_table td, .bazar_table tr, .bazar_table th {border:1px solid #000;}
.inscription_table {border:0px;width:100%;margin:5px;}
.inscription_cellule_gauche {font-size:12px;width:140px;text-align:right;}
.inscription_cellule_droite {text-align:left;padding:5px;}
.calendrier_applette {width:180px;}
.calendrier_applette td {text-align:center;}
 
/* headers */
h1, h2, h3 {font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif; font-weight: Bold;}
h1 {font-size:120%;}
h2 {font-size:110%; text-transform:uppercase; color:#88ac0b;}
h3 {font-size:110%; color:#666666;}
 
/* images */
img {border: 2px solid #CCC;}
img.float-right {margin: 5px 0px 10px 10px;}
img.float-left {margin: 5px 10px 10px 0px;}
 
h1, h2, h3, p {padding: 10px; margin: 0;}
ul, ol {margin: 5px 10px; padding: 0 20px; color: #88ac0b;}
ul span, ol span { color: #666666;}
 
code {margin:5px 0; padding:10px; text-align:left; display:block; overflow:auto; font:500 1em/1.5em 'Lucida Console', 'courier new', monospace; background:#FAFAFA; border:1px solid #f2f2f2;}
acronym {cursor:help; border-bottom:1px solid #777;}
blockquote {margin:10px; padding:0 0 0 28px; border:1px solid #f2f2f2; background: #FAFAFA url(../images/quote.gif) no-repeat 5px 5px;}
 
/* form elements */
#main form {margin:10px; padding:0 5px; border:1px solid #f2f2f2; background-color:#FAFAFA;}
#main form li {list-style-type:none; margin:0; padding:0; color:#000;}
#main form ul {margin:0; padding:0;}
#main label, #sidebar label {display:block; font-weight:bold; margin:5px 0 0 0; }
#main select {padding:2px; border:1px solid #eee; font:normal 1em Verdana, sans-serif; color:#777;}
#main input, #sidebar input {padding:2px; border:1px solid #eee; font:normal 1em Verdana, sans-serif; color:#777;}
#main textarea {width:400px; padding:2px; font:normal 1em Verdana, sans-serif; border:1px solid #eee; height:100px; color:#777;}
#main fieldset {background:#f3fce3; border:0; margin:5px; padding:5px;}
#main fieldset legend {font-weight:bolder; text-decoration:none; background-image:none; color:#4F82CB;}
#main input.button {margin:0; font:bolder 12px Arial, Sans-serif; border:1px solid #CCC; padding:2px 3px; background:#FFF; color:#88ac0b;}
 
/* search */
#main form.search {
position: absolute;
top: 35px; right: 25px;
background: transparent;
border: none;
}
#main form.search input.textbox {
margin: 0; padding: 1px 2px;
width: 120px;
background: #FFF;
color: #333;
}
#main form.search input.button {
background: #CCC url(../images/headerbg.gif) repeat-x;
color: #333;
border: none;
width: 70px; height: 21px;
}
 
.liste_bouton li {display:inline;}
 
/********************************************
LAYOUT
********************************************/
#wrap {
width: 1265px;
background: #CCC url(../images/content.jpg) repeat-y center top;
margin: 0 auto;
text-align: left;
}
#content-wrap {
clear: both;
width: 1205px;
padding: 0;
margin: 0 auto;
}
#header {
width: 1265px;
position: relative;
height: 106px;
background: #CCC url(../images/header.jpg) no-repeat center top;
padding: 0;
font-size: 14px;
color: #FFF;
}
#header h1#logo-text {
position: absolute;
margin: 0; padding: 0;
font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
letter-spacing: -2px;
color: #FFF;
text-transform: none;
 
/* change the values of top and left to adjust the position of the logo*/
top: 40px; left: 50px;
}
#header h2#slogan {
position: absolute;
margin: 0; padding: 0;
font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
text-transform: none;
color: #FFF;
 
/* change the values of top and left to adjust the position of the slogan*/
top: 85px; left: 53px;
}
#header h1#titre_site {position:absolute; top:50px; left:280px;}
 
/* Menu */
#menu {margin:0; padding:0 9px 0 50px; background:url(../images/menu.jpg) repeat-y center top; font:11px/20px Verdana, Arial, Tahoma, Sans-serif;}
#vous_etes_ici {width:300px; display:inline;}
#menus_communs {float:right; margin:-20px 36px 0 0;}
#menu ul {float:right; list-style: none; margin:0; padding: 0;}
#menu ul li {display: inline;}
#menu ul li a {display: block; float: left; padding: 0 8px; color: #FFF; text-decoration: none;}
#menu ul li a:hover {background-color: #ECECEC; color: #333;}
#menu ul li.menu_actif a {background-color: #FFF; color: #333;}
#menu a:hover {color:#FFF;}
 
/* Main Column */
#main {float:right; width:986px; padding:0; margin:0;}
#main h1 {margin-top: 10px; font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif; color: #88ac0b; padding: 5px 0 5px 25px; border-bottom: 1px solid #EFF0F1; background: #FFF url(../images/square-green.png) no-repeat 3px 50%;}
 
/* Sidebar */
#sidebar {float:left; width:200px; padding:0; margin:0 0 0 13px;}
#sidebar h1 { margin-top: 10px; padding: 5px 0 5px 10px; font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif; color: #555; background: #EEF0F1 url(../images/headerbg.gif) repeat-x left bottom; border: 1px solid #EFF0F1;}
#sidebar .left-box {border: 1px solid #EFF0F1; margin: 0 0 5px 0;}
#sidebar ul.sidemenu, #sidebar ul.menu_classique_n1 {list-style: none; text-align: left; margin: 3px 0 8px 0; padding: 0; text-decoration: none;}
#sidebar ul.sidemenu li, #sidebar ul.menu_classique_n1 li { border-bottom: 1px solid #EFF0F1; background: url(../images/go.gif) no-repeat 5px 5px; padding: 2px 0 2px 25px; margin: 0 2px;}
#sidebar ul.sidemenu a, #sidebar ul.menu_classique_n1 a {font-weight: bolder; text-decoration: none; background-image: none;}
#sidebar ul.menu_classique_n1 li.menu_actif {background: url(../images/go_bas.gif) no-repeat 5px 5px;}
#sidebar li.menu_actif a {color:#FBB63C;}
#sidebar li.menu_inactif, #sidebar li.menu_inactif a {color:#4F82CB;}
#sidebar li a:hover {color:#4EBF37; background:inherit; background-image: none;}
#sidebar ul ul {margin:0; padding:0;}
#sidebar ul ul li {list-style-type:none;}
/* Footer */
#footer {color: #666666; background: #CCC url(../images/footer.jpg) no-repeat center top; clear: both; width: 1265px; height: 68px; text-align: center; font-size: 92%;}
#footer a {text-decoration:none;}
#footer a img {border:none;}
 
/* alignment classes */
.float-left { float: left; }
.float-right { float: right; }
.align-left { text-align: left; }
.align-right { text-align: right; }
 
/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
 
 
#zone_onglets {float : right;margin : 0 20px -1px 0 ;text-align:left;font-weight:bold;}
#zone_onglets ul { margin:0; padding:0; list-style:none;}
#zone_onglets li { background:url(../images/Boutons/right_both_green.png) no-repeat right top; float:left; margin:0; padding:0; color: #006495;}
#zone_onglets a {float:left; display:block; color: #006495; font-size:12px; background:url(../images/Boutons/left_both_green.png) no-repeat left top; width:.1em; white-space:nowrap;/*2 lignes ajoutees pour compatibilite IE : extension de la zone cliquable a l'ensemble de zone_contenu_haut*/ padding:5px 15px 4px; text-decoration:none;}
/* On retablit le float a sa valeur correct mais le hack de l'antislash commente cache cette regle a IE5-Mac \*/ #zone_onglets a {float:none;} /* End IE5-Mac hack */
#zone_onglets > ul a { width:auto;} /*propriete ajoutee pour contredire la ligne speciale IE (ci dessus) pour les autres navigateurs*/
#zone_onglets li:hover { background-position:100% -150px;}
#zone_onglets li:hover a { background-position:0% -150px;}
#zone_onglets .inactif { border-bottom:0px solid; font-weight:normal;}
#zone_onglets .actif, #zone_onglets .actif { position:relative; background-position:100% -150px; padding-bottom:2px; font-weight:bold;}
#zone_onglets .actif a, #zone_onglets .actif a { position:relative; background-position:0% -150px; padding-bottom:3px;}
/*-------------------------------APPLETTES--------------------------------------*/
#moteur_recherche {position:absolute; top:80px; right:50px; width:200px; height:33px; text-align:right; background:transparent;}
#moteur_recherche legend {display:none;}
#moteur_recherche fieldset {margin:0;padding:0;border: 0;}
#moteur_recherche label {display:none;}
.form_label {float:left;/* width:250px; */padding-right:3px; text-align:right;}
.formulaire_element {margin:3px 0; padding:0; float:left; clear:both; }
.formulaire_element label {float:left; text-align:right; width:250px; margin-right:4px;}
#more_motif {padding:2px; width:140px; border:1px solid #eee; font:normal 0.8em Verdana, sans-serif; color:#777;}
#sesi_ok, #more_ok, #connexion, .liste_bouton input, #site_modifier, #form_annuler, #effacer, #choisir_site, #site_enregistrer {background:#CCC url(../images/headerbg20.gif) repeat-x; color:#333; border:none; height:20px;}
#selecteur_monde {position:absolute; top: 45px; right: 50px; width:200px; height:33px; text-align:right; background:transparent;}
#selecteur_monde select {padding:1px; width:146px; border:1px solid #eee; font:normal 0.8em Verdana, sans-serif; color:#777;}
#selecteur_monde legend {display: none;}
#selecteur_monde fieldset {border:0; margin:0; padding:0;}
#copyright {margin:15px 0 10px 10px; padding:0; float:left; width:400px;}
#copyright a {color:#006495;}
#copyright a:hover {color:#222;}
#identification {width:180px; margin:0 auto 5px auto;}
#identification fieldset {border:0; margin:0; padding:0;}
#identification form {margin:5px; padding:0 5px; width:175px; border:1px solid #f2f2f2; background-color:#FAFAFA; }
#identification legend {display: none;}
#identification label {display: block;}
#identification_message {display:none;}
#username, #password {width:145px;}
#persistant, #persistant_label {float:left;}
#persistant {margin:7px 2px 0 0;}
.rss_page{padding:2px 0 0 0;}
.rss_titre_site{font-size:11px; font-weight:normal; border-bottom:0;}
.rss_date{color:rgb(80, 80, 80); text-align:justify;}
.rss_titre_article{font-size:11px; text-transform:none; margin-bottom:5px;}
/tags/2014-08-05_centre/sites/admin/fr/images/menu.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/tags/2014-08-05_centre/sites/admin/fr/images/menu.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/tags/2014-08-05_centre/sites/admin/fr/images/header.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/tags/2014-08-05_centre/sites/admin/fr/images/header.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/tags/2014-08-05_centre/sites/admin/fr/images/content.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/tags/2014-08-05_centre/sites/admin/fr/images/content.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/tags/2014-08-05_centre/sites/admin/fr/images/footer.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/tags/2014-08-05_centre/sites/admin/fr/images/footer.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/fond_menu_classique.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/fond_menu_classique.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/onglet_gauche.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/onglet_gauche.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/identification_fleur.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/identification_fleur.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/monde_gestion.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/monde_gestion.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/fond_menu_commun_bandeau.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/fond_menu_commun_bandeau.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/identification_cadre.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/identification_cadre.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/logo_gestion.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/logo_gestion.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/fond_menu_commun_pied.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/fond_menu_commun_pied.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/site_gestion_raisonnable.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/site_gestion_raisonnable.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/bandeau.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/bandeau.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/onglet_droite.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/onglet_droite.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/picto_vei.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/picto_vei.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/puce_triangle.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gestion/generique/images/graphisme/puce_triangle.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gestion/fr/styles/gestion.css
New file
0,0 → 1,138
/*
Feuille de style du monde Gentiana
Auteur : Jean-Pascal MILCENT
*/
h1{
color:#003300;}
h2, h3, h4, h5, h6, hr{
color:#99CC00;}
a img {
border:1px dotted #99CC00;}
a {
color:#003300;}
a:hover {
color:#99CC00;}
 
/*DIFFERENTS BLOCS DE LA PAGE*/
 
/* Logo */
#zone_logo {
margin-top: 12px;
margin-left: 25px;
}
 
/* Bandeau */
#zone_bandeau {
background: transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/bandeau.jpg") no-repeat top left;}
#bandeau_contenu {
background: transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/fond_menu_commun_bandeau.png") repeat-x top left;}
#bandeau_contenu a {
color:#FFFF00;}
 
/* Zone moteur recherche */
#form_more_recherche input#more_ok {
color:#003300;}
#form_more_recherche input#more_ok:hover {
color:#CCFF00;
border-color:#999900;}
#form_more_recherche input#more_motif{
color:#99CC00;
font-weight:bold;}
 
/* Zone contenu -> VEI */
#zone_vei {
background: transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/picto_vei.png") no-repeat top left;}
#vei {
color:#003300;}
 
/* Zone contenu -> Navigation */
#zone_contenu_navigation {
border-color:#003300;}
#zone_contenu_navigation li {
background:url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/onglet_droite.png") no-repeat right top;}
#zone_contenu_navigation a {
background:url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/onglet_gauche.png") no-repeat left top;}
#zone_contenu_navigation li:hover {
color:#99CC00;}
#zone_contenu_navigation li a:hover {
color:#99CC00;}
#zone_contenu_navigation .menu_inactif {
border-bottom:#003300;}
#zone_contenu_navigation .menu_actif a {
color:#003300;}
 
/* Zone contenu -> Page */
#zone_contenu_page {
}
 
/* Zone liste sites */
#zone_liste_site a {
color:white;}
#site_gestion_raisonnable a{
color:#CCFF66;
background:url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/site_gestion_raisonnable.png") center left no-repeat;}
 
/* Zone menu */
#zone_menu {
background:transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/fond_menu_classique.png") repeat-x;}
color:#99CC00;}
#zone_menu a{
color:#003300;}
#zone_menu a:hover, #form_connexion #connexion:hover {
color:#99CC00;
border-color:#99CC00;}
 
/* Zone menu -> menus classique */
#zone_menu_classique a:hover {/* Menu tout niveau : survol */
background-color:#FFCC00;
color:black;}
#zone_menu_classique .menu_classique_n1>li.menu_actif>a {/* Menu niveau 1 actif */
background:#FFFF00 url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/puce_triangle.png") no-repeat center left;}
#zone_menu_classique .menu_classique_n2 .menu_actif {/* Menu niveau 2 actif */
background-color:#FFFF00;}
#zone_menu_classique .menu_classique_n2 .menu_inactif {/* Menu niveau 2 inactif */
background-color:#FFFFCC;}
 
/* Zone menu -> menus déroulants */
#zone_menu_classique a:hover { /* Menu tout niveau : survol */
background-color:#FFCC00;
color:black;
}
#zone_menu_classique .menu_deroulant_n1 > li.menu_actif > a { /* Menu niveau 1 actif */
background:#FFFF00 url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/puce_triangle.png") no-repeat center left;
}
#zone_menu_classique .menu_deroulant_n2 .menu_actif { /* Menu niveau 2 actif */
background-color:#FFFF00;
}
#zone_menu_classique .menu_deroulant_n1 > li.menu_actif > .menu_deroulant_n2 .menu_inactif { /* Menu niveau 2 inactif */
background-color:#FFFFCC;
}
 
/* Zone menu -> Identification */
#zone_identification {
background: transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/identification_cadre.png") no-repeat top left;}
#form_connexion, #iden_action {
background: transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/identification_fleur.png") no-repeat bottom right;}
#identification_message, #zone_identification legend, #zone_identification a, #zone_identification label, #form_connexion #connexion {
color:#003300;}
 
/* Zone pied */
#pied_menu_commun {
background: transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/fond_menu_commun_pied.png") repeat-x top left;}
 
/* Tableau*/
.table_cadre {
border:1px solid #003300;
margin:0 0 15px 0;}
.table_cadre th {
color:#99CC00;
border:1px solid #003300;
background: transparent url("http://www.gentiana.org/sites/gestion/generique/images/graphisme/fond_menu_commun_bandeau.png") repeat-x top left;}
.table_cadre th a {
color:#99CC00;}
.table_cadre td {
border:1px solid #003300;}
.table_cadre {
background-color:white;}
.ligne_paire {
background-color:#E6E5DC;}
/tags/2014-08-05_centre/sites/gestion/fr/squelettes/gestion.html
New file
0,0 → 1,100
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head lang="fr" >
<!-- PAPYRUS_META_HTTP_EQUIV -->
<title><!-- PAPYRUS_TITRE_PAGE --></title>
<!-- PAPYRUS_META_NAME -->
<!-- PAPYRUS_META_NAME_DC -->
<link rel="stylesheet" type="text/css" media="screen" href="sites/commun/generique/styles/commun_ancien.css" />
<script type="text/javascript" src="sites/commun/generique/scripts/commun.js"></script>
<style type="text/css" media="screen">
<!--
@import "sites/commun/generique/styles/commun_moderne.css";
@import "sites/gestion/fr/styles/gestion.css";
-->
</style>
<link rel="stylesheet" type="text/css" media="print" href="sites/commun/generique/styles/impression.css" />
<link rel="shortcut icon" type="image/x-icon" href="sites/commun/generique/images/graphisme/favicon.ico" />
<link rel="icon" type="image/png" href="sites/commun/generique/images/graphisme/favicon.png" />
<!-- PAPYRUS_STYLES -->
<!-- PAPYRUS_SCRIPTS -->
</head>
<body xml:lang="fr" lang="fr" >
<div id="zone_generale">
 
<div id="zone_bandeau">
<h1 id="zone_logo">
<a href="/" title="Retour à l'accueil du site"><img src="sites/gestion/generique/images/graphisme/logo_gestion.png" alt="Gestion raisonnable"/></a>
</h1>
<div id="zone_liste_site">
<ul id="liste_site">
<li id="site_asso_gentiana"><a href="/site:gentiana">L'association Gentiana</a></li>
<li id="site_flore_isere"><a href="/site:flore">La flore de l'Isère</a></li>
<li id="site_gestion_raisonnable"><a href="/site:gestion">La gestion raisonnable</a></li>
<!-- <li id="site_animation_botanique"><a href="/site:animation">Animation botanique</a></li> -->
</ul>
</div>
<h1 id="titre_site" title="<!-- PAPYRUS_SITE_NOM -->"><!-- PAPYRUS_SITE_NOM --></h1>
<p id="bandeau_contenu">
<a href="/">ACCUEIL</a><!-- PAPYRUS_MENU_UNIQUE_35 --><!-- PAPYRUS_MENU_UNIQUE_20 --><!-- PAPYRUS_MENU_UNIQUE_31 --><!-- PAPYRUS_MENU_UNIQUE_176 -->
</p>
<div id="zone_accessibilite">
<a href="#zone_menu">Aller aux menus</a>
<a href="#zone_contenu_page">Aller au texte</a>
<a href="/site:admin">Administration</a>
</div>
<div id="zone_moteur_recherche">
<!-- PAPYRUS_MOTEUR_RECHERCHE -->
</div>
</div>
 
<div id="zone_contenu">
<div id="zone_contenu_navigation">
<!-- PAPYRUS_MENU_3_3 -->
<!-- PAPYRUS_CONTENU_NAVIGATION -->
&nbsp;
</div>
<div id="zone_contenu_page">
<div id="zone_contenu_page_entete">
<!-- PAPYRUS_CONTENU_TETE -->
</div>
<div id="zone_contenu_page_corps">
<!-- start contenu -->
<!-- PAPYRUS_CONTENU_CORPS -->
<!-- end contenu -->
</div>
<div id="zone_contenu_page_pied" class="clear">
<!-- PAPYRUS_CONTENU_PIED -->
</div>
</div>
<div id="zone_debogage">
<!-- PAPYRUS_DEBOGAGE -->
</div>
</div>
 
<div id="zone_menu">
<div id="zone_menu_classique">
<!-- PAPYRUS_MENU_DEROULANT_1_2 -->
</div>
<div id="zone_menu_contextuel">
<!-- PAPYRUS_CONTENU_MENU -->
</div>
<div id="zone_identification">
<!-- PAPYRUS_IDENTIFICATION -->
</div>
</div>
 
</div>
 
<div id="zone_pied">
<div id="pied_menu_commun">
<!-- PAPYRUS_MENU_COMMUN_1_1 -->
</div>
<p>&copy; Gentiana / 2007-2008<br />
Réalisation : <a class="lien_ext" href="http://www.tela-botanica.org/">Tela Botanica</a> - Site utilisant : <a class="lien_ext" href="http://www.tela-botanica.net/wikini/papyrus/">Papyrus version <!-- PAPYRUS_VERSION -->, le CMS coop&eacute;ratif</a>
</p>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">_uacct = "UA-2735398-3";urchinTracker();</script>
</body>
</html>
/tags/2014-08-05_centre/sites/commun/generique/scripts/commun.js
New file
0,0 → 1,61
// Fonction déclanchant l'ouverture d'une fenêtre externe pour les liens possédant la classe "lien_ext"
function open_ext_link()
{
var liens = document.getElementsByTagName('a');
// On récupère tous les liens (<a>) du document dans une variable (un array), ici liens.
// Une boucle qui parcourt le tableau (array) liens du début à la fin.
for (var i = 0 ; i < liens.length ; ++i) {
// Si les liens ont un nom de class égal à  lien_ext, alors on agit.
if (liens[i].className == 'lien_ext') {
liens[i].title = 'S\'ouvre dans une nouvelle fenêtre';
// Au clique de la souris.
liens[i].onclick = function() {
window.open(this.href);
return false; // On ouvre une nouvelle page ayant pour URL le href du lien cliqué et on inhibe le lien réel.
};
}
}
}
 
// Fonction cachant le bouton ok du sélecteur de site de Papyrus
function cacher_btn_ok_selecteur_site()
{
if (document.getElementById('sesi_ok')) {
document.getElementById('sesi_ok').setAttribute('style', 'display:none;');
}
}
 
// Fonction aggrandissant ou diminuant la taille d'un champ
// Provient du site https://addons.mozilla.org/
function basculerTaille(id, grand)
{
var sb = document.getElementById(id);
if (grand) {
sb.style.width = '20em;';
} else {
sb.style.width = '10em;';
}
}
 
// Fonction nettoyant un champ de formulaire d'une chaine donnée...
function nettoyerChamp(id, chaine)
{
var sb = document.getElementById(id);
var valeur = sb.value;
if (valeur == chaine) {
sb.value = '';
}
if (valeur == '') {
sb.value = chaine;
}
}
// Fonction initialisant d'autres fonctions
function initialiser()
{
cacher_btn_ok_selecteur_site();// Doit être avant les lien_ext
open_ext_link();
}
 
// Au chargement de la page, on appelle la fonction d'initialisation :
window.onload = initialiser;
/tags/2014-08-05_centre/sites/commun/generique/styles/commun_moderne.css
New file
0,0 → 1,514
/*
Feuille de style supportée par les navigateurs modernes (version 5 et +)
Auteur: Jean-Pascal MILCENT
*/
 
/* Icones */
a.lien_ext:after {
content: " "url("http://www.gentiana.org/sites/commun/generique/images/graphisme/icone_fleche.png");}
a.pdf:before {
content: url("http://www.gentiana.org/sites/commun/generique/images/graphisme/icon_pdf.png")" ";}
/*CSS3 : ajout d'un espace entre href et ^ pour konqueror*/
a.mail:after, a[href ^="mailto:"]:after {
content: " "url("http://www.gentiana.org/sites/commun/generique/images/graphisme/icone_mail.png");}
.table_bordure th[title]:after {
content: " "url("http://www.gentiana.org/sites/commun/generique/images/graphisme/icone_aide.png");}
 
/* Présentation des liens */
a {color:black;}
 
/* Présentation des listes de définitions */
dl {
width:100%;}
dt {
float:left;
font-weight:bold;
text-align:top left;
margin-right:0.3em;}
dd {
width:auto;
margin-left:0;
margin:0.5em 0;}
 
/* Présentation des images */
img a {
display:block;}
 
/* Divers */
.clear {
clear:both;}
.texte_inactif {
font-size:10px;
color:gray;}
.attention, .information {
display:block;
text-align:center;
min-height: 50px;
max-width: 800px;
padding:5px 5px 5px 50px;}
.attention {
background: #ffffcc url("http://www.gentiana.org/sites/commun/generique/images/graphisme/icone_attention.png") no-repeat 2% 50%;
border: 1px solid red;}
.information {
background: #e7ebfd url("http://www.gentiana.org/sites/commun/generique/images/graphisme/icone_information.png") no-repeat 2% 50%;
border:1px solid #5D81BA;}
blockquote {
font-style:italic;
text-align:center;}
legend {
text-align:center;}
 
/*DIFFERENTS BLOCS DE LA PAGE*/
 
#zone_generale {
width: 1120px;
margin: auto;
text-align:left;}
 
/* Zone logo */
#zone_logo {
float: left;
background:none !important;
z-index:1;
}
#zone_logo img {
border:0 !important;}
 
/* Accessibilité */
#zone_accessibilite {
position: absolute;
top: 2px;
right: 140px;
z-index: 1;
}
#zone_accessibilite a{
font-size:10px;
color:gray;}
 
 
/* Bandeau */
#zone_bandeau {
position: relative;
height: 158px;
margin: 0;
}
#titre_site {
position:absolute;
top:107px;
left:198px;
margin:0;
text-align:right;
color:white;
background:none !important;}
#bandeau_contenu {
position:absolute;
top:136px;
left:198px;
height:22px;
width:750px;
text-align:left;
margin:0;
padding-top:5px;
text-transform:uppercase;
}
#bandeau_contenu a, #bandeau_contenu a:hover {
font-weight:bolder;
margin-left:15px;
color:white;
text-decoration:none;}
#bandeau_contenu a:hover {
text-decoration:underline;}
 
/* Moteur de recherche */
#zone_moteur_recherche {
position:absolute;
top:136px;
left:670px;
height:22px;
width:270px;
margin:0;
}
#form_more_recherche {
float:right;
padding:0;
margin:0;}
#form_more_recherche legend {
display:none;}
#form_more_recherche fieldset {
border:0;
margin:0;
padding:0;}
#form_more_recherche label {
display:none;}
#form_more_recherche input#more_motif{
height:17px;
margin:0;
padding:0;}
#form_more_recherche input#more_ok {
border:none;
background:none;
text-transform:uppercase;
font-weight:bold;
height:17px;
margin:0;
padding:0;}
#form_more_recherche input#more_ok:hover {
border-bottom:1px solid;}
/* Texte trouvé par le moteur de recherche */
.surlignage {
background-color:yellow;}
/* Formatage des résultats du moteur de recherche */
#more_resultat, #more_resultat li {
clear:left;
display: inline;
margin: 0;
padding: 0;
list-style-type:none;}
.more_iid, .more_dui {
display:none;}
.more_ivd {
width:600px;}
.more_duv a {
color:#008000;}
.more_dsv, .more_dsi {
color:#C1C1C1;}
.more_detail, .more_detail li {
display: inline;
margin: 0;
padding: 0;
list-style-type:none;}
 
/* Zone contenu */
#zone_contenu {
position: relative;
float: right;
padding: 0;
padding-top: 20px;
width: 900px;
}
 
/* Zone contenu -> VEI*/
#zone_vei {
text-align:left;
margin:10px 0 16px 0;
height:33px;}
#vei {
display:block;
padding:16px 0 0 16px;
font-weight:bold;}
#vei_titre {
text-transform:uppercase;}
 
/* Zone contenu navigation : les onglets */
#zone_contenu_navigation {
position:relative;
float:left;
text-align:left;
font-weight:bold;
margin:0;
padding:0;
width:100%;
}
#zone_contenu_navigation ul {
margin:0;
padding:0;
list-style:none;}
#zone_contenu_navigation li {
background:url("http://www.gentiana.org/sites/commun/generique/images/graphisme/onglet_droite.png") no-repeat right top;
float:left;
margin:0;
padding:0;}
#zone_contenu_navigation a {
float:left; /* ligne ajoutee pour compatibilite IE5-Mac */
display:block;
background:url("http://www.gentiana.org/sites/commun/generique/images/graphisme/onglet_gauche.png") no-repeat left top;
white-space:nowrap;/*2 lignes ajoutees pour compatibilite IE : extension de la zone cliquable a l'ensemble de l'onglet*/
margin:0;
padding:5px 15px 4px;
line-height:12px;
text-decoration:none;}
/* On retablit le float a sa valeur correct mais le hack de l'antislash commente cache cette regle a IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#zone_contenu_navigation > ul a {
width:auto;} /*propriete ajoutee pour contredire la ligne speciale IE (ci dessus) pour les autres navigateurs*/
#zone_contenu_navigation li:hover {
background-position:100% -150px;}
#zone_contenu_navigation li:hover a {
background-position:0% -150px;}
#zone_contenu_navigation .menu_inactif a, #zone_contenu_navigation .onglet_inactif a {
line-height:12px;
border-bottom:1px solid;}
#zone_contenu_navigation .menu_actif, #zone_contenu_navigation .onglet_actif {
position:relative;
background-position:100% -150px;
z-index:3;
font-weight:bold;}
#zone_contenu_navigation .menu_actif a, #zone_contenu_navigation .onglet_actif a {
position:relative;
background-position:0% -150px;
line-height:13px;
z-index:4;}
 
/* Zone contenu page */
#zone_contenu_page {
position:relative;
top:-1px;
clear:both;
padding:10px 2px 0 2px;
margin:0;
text-align:justify;
height:100%;/* Nécessaire pour IE 6 : sinon un espace apparait entrele contenu et les onglets*/
min-height:300px;
border-top:none !important;}
#zone_contenu_page_corps{
clear:both;
line-height:1.2em;
text-align:justify;
padding:0 5px 7px 5px;}
 
/* Zone liste site */
#zone_liste_site {
position: absolute;
top: 15px;
right: 170px;
}
#liste_site li {
margin:0;
padding:0;
list-style-type:none;
text-align:left;}
#liste_site a{
display:block;
height:25px;
_width:100px;/* Hack IE PC : bogue modèle de boite*/
width:75px;
padding:0px 0 0 32px;
margin:8px 0;
color:#333399;
text-decoration:none;
line-height:13px;
font-weight:bold;}
#liste_site a:hover{
text-decoration:underline;}
#site_asso_gentiana a{
background:url("http://www.gentiana.org/sites/commun/generique/images/graphisme/site_asso_gentiana.png") center left no-repeat;}
#site_flore_isere a{
background:url("http://www.gentiana.org/sites/commun/generique/images/graphisme/site_flore_isere.png") center left no-repeat;}
#site_gestion_raisonnable a{
background:url("http://www.gentiana.org/sites/commun/generique/images/graphisme/site_gestion_raisonnable.png") center left no-repeat;}
#site_animation_botanique a{
background:url("http://www.gentiana.org/sites/commun/generique/images/graphisme/site_animation_botanique.png") center left no-repeat;}
 
/* Zone menu */
#zone_menu {
width:198px;
min-height:292px;
margin: 0;
font-size:13px;
text-align:left;}
#zone_menu hr {
width:40%;
text-align:center;}
 
/* Zone menu -> menu classique */
#zone_menu_classique .menu_classique_n1 {
margin:5px;
margin-top: 0;
padding:0;
padding-top: 3px;
list-style-type:none;
}
#zone_menu_classique .menu_classique_n2 {
padding:0;
margin:0;
list-style-type:none;}
#zone_menu_classique a {
display:block;
text-decoration:none;
margin:0;
height:100%;
font-weight:bold;
background-color:transparent;}
#zone_menu_classique .menu_classique_n1 a {
padding:3px 0 3px 10px;
margin:2px 0;}
#zone_menu_classique .menu_classique_n2 a {
padding:3px 0 3px 15px;
margin:2px 0;}
#zone_menu_classique .menu_classique_n1>li.menu_actif>a {/* lien menu niveau 1 actif */
-moz-border-radius-topright:10px;
-moz-border-radius-topleft:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-top-left-radius:10px;
-khtml-border-radius-topright:10px;
-khtml-border-radius-topleft:10px;}
 
/* Zone menu -> menu déroulant */
#zone_menu_classique .menu_deroulant_n1 {
margin:5px;
margin-top: 0;
padding:0;
padding-top: 8px;
list-style-type:none;
}
#zone_menu_classique .menu_deroulant_n2 {
padding:0;
margin:0;
list-style-type:none;
}
#zone_menu_classique .menu_deroulant_n1 a {
padding:3px 0 3px 10px;
margin:2px 0;
}
#zone_menu_classique .menu_deroulant_n2 a {
padding:3px 0 3px 15px;
margin:2px 0;
}
#zone_menu_classique .menu_deroulant_n1 > li.menu_actif > a { /* lien menu niveau 1 actif */
-moz-border-radius-topright:10px;
-moz-border-radius-topleft:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-top-left-radius:10px;
-khtml-border-radius-topright:10px;
-khtml-border-radius-topleft:10px;
}
 
/* Zone menu -> form connexion et deconnexion */
#zone_identification {
margin:3em 0 0 0;
padding:5px 0 0 0;
min-height:180px;}
#zone_identification .erreur {
display:block;
text-align:center;
color:red;
padding:10px;}
#form_connexion, #identification {
padding:10px 2px 2px 5px;
margin:0;}
#form_connexion fieldset, #identification fieldset{
border:none;}
#form_connexion legend, #identification legend {
text-transform:uppercase;
font-size:14px;
font-weight:bold;}
#form_connexion label, #identification label {
display:none;}
label#persistant_label {
display:block;
margin:5px 0 5px 10px;
color:black;
font-weight:bold;}
#username, #password {
width:150px;
margin:5px;
margin-right:30px;
clear:both;}
#persistant {
display:block;
float:left;
margin:5px;}
#form_connexion input#connexion {
border:none;
background:none;
text-transform:uppercase;
font-weight:bold;
margin:0;
padding:0;}
#form_connexion input#connexion:hover {
border-bottom:1px solid;}
#identification_info, #identification, #formconnexion, #iden_action {
display:block;
width:auto;
text-align:center;
font-size:11px;
margin: 0;
padding-bottom:2px;}
#inscription_info {
margin:5px 0 5px 5px;}
#lien_inscription, #iden_action a, #lien_inscription:hover, #iden_action a:hover{
text-transform:uppercase;
font-weight:bold;
text-decoration:none;}
#lien_inscription:hover, #iden_action a:hover{
text-decoration:underline;}
#inscription_aide {
margin-left:1em;}
/* Information sur la personne identifiée */
#identification_message, #menu_contextuel h2, #hba_info h1, #hba_info p {
display:block;
font-size:14px;
text-align:center;
font-weight:bold;
text-transform:none;
margin:10px 0 5px 0;}
#identification_message {
text-transform:uppercase;}
#identification_prenom, #identification_nom{
font-size:13px;
font-weight:bold;
color:black;}
#identification_nom {
text-transform:uppercase;}
#iden_action {
height:125px;}
 
/* Zone menu -> menu contextuel */
#menu_contextuel {
border:1px solid;}
 
/* Zone pied */
#zone_pied {
font-size:11px;
clear:both;
text-align:center;
min-width:750px;
max-width:900px;
margin: auto;
}
#zone_pied p{
position:center;}
#zone_pied a, #zone_pied a:hover {
margin:0 10px;
text-decoration:none;}
#zone_pied a:hover {
text-decoration:underline;}
#pied_menu_commun .menu_commun_n1 {
padding:0;}
#pied_menu_commun li {
display:inline;}
#pied_menu_commun li+li {
display:inline;
padding-left:10px;}
 
 
/* Applette Catégorie et Mots Clés */
.page_separateur_date_heure, .page_creation_jour, .page_creation_heure, .page_creation_minute, .page_creation_seconde, .page_separateur_heure, .page_separateur_minute, .page_modification_heure, .page_modification_minute{
display:none;}
.page_titre {
font-weight:bold;}
 
/* Texte champ d'une fiche */
.champ_cle {
font-weight:bold;}
.champ_valeur {
font-weight:normal;}p_cle {
font-weight:bold;}
.champ_valeur {
font-weight:normal;}
.symbole_obligatoire{
color:red;
font-weight:bold;}
 
/*menu_commun*/
.question {
font-weight:bold;}
 
/* Formatage des noms latins */
.nl_supra_generique, .nl_infra_generique, .nl_g, .nl_sp, .nl_infra_sp {
font-style:italic;}
strong.nl_retenu{
font-weight:normal;}
.nl_retenu .nl_supra_generique, .nl_retenu .nl_infra_generique, .nl_retenu .nl_g, .nl_retenu .nl_sp, .nl_retenu .nl_infra_sp {
font-weight:bold;}
/tags/2014-08-05_centre/sites/commun/generique/styles/impression.css
New file
0,0 → 1,151
/*Feuille de style d'impression des mondes
Auteur : Magali Giaume*/
@page{
size:21.0cm 29.7cm;
margin:2.5cm 2cm 2.5cm 2cm;}
body {
font-family: Helvetica,Verdana,Arial, sans-serif;
background-color: #fff;
color:#000;
margin: 0;
font-size:11px;
text-align:left;}
h1 {
font-weight: bold;
font-size: 13px;
text-align: center;
margin : 3px 0;}
h1 {page-break-before:avoid;}
h2 {
font-size:12px;
font-weight:bold;}
h3 {
font-size:11px;}
hr {
width:40%;
text-align:center;}
/* style des liens */
a {
color:#000;
text-decoration:none;}
a:after {
content: "("attr(href)")";}
/*DIFFERENTS BLOCS DE LA PAGE*/
#reducteur {
text-align:center;
margin:0 auto;}
#logo_tela {
display:none;}
#acces_direct, #accessibilite {
display:none;}
/*bandeau*/
#bandeau {
display:none;}
#pos_recherche, #form_recherche {
display:none;}
#onglets {
display:none;}
 
/* droite -> contenu */
#bb_moteur_structure, #bb_moteur_media {
display:none;}
#contenu, #contenu_accueil, #info_dte {
position:relative;
top:0;
left:0;
text-align:justify;
border:0;
padding:0;
width:100%;}
#texte {
padding-top:5px;}
/* droite -> pied_page */
#pied_texte {
display:none;}
#pied_page {
display:none;}
#chrono {
display:none;}
/*nav_gauche*/
#nav_gauche {
display:none;}
/*elements specifiques au monde actualité*/
#form_auteur {
display:none;}
#postarticle {
margin-top:20px;
font-weight:bold;}
#pied_page_print {
display:block;}
/* pour les forums */
#box_forum {
text-align:justify;}
.forum-total ul {
display: block;
margin: 0px;}
li.forum-total {
list-style: none;
margin-left: 2px;}
.forum-fil {
margin-top: 2px;
background:#FFFFFF;}
.forum-fil ul {
margin-left:20px;
padding-left: 2px;}
.forum-fil li{
display: block;
margin-left: 2px;
padding-left:2px;
border-left: 1px solid #000;
background: #FFF;}
.forum-fil li li {
background: #FFF;}
.forum-fil li li li {
background: #FFF;}
.forum-fil li li li li{
background: #FFF;}
.forum-repondre-message {
text-align: right;}
/* pour les galeries photos */
#miniatures {
display:none;}
#photo_galerie {
text-align:center;}
/* license en bas des articles*/
#license {
color:#505050;
text-align:center;}
/* classes de présentation du contenu */
.menu_titre {
margin-top: 0;
text-align: left;}
.intituler_rubrique {
color:black;
font-weight:bold;
text-align: left;
font-size:13px;}
.intituler_rubrique a {
color:black;
text-decoration:none;}
.date {
color:black;
text-align: justify;}
.lien_rub a {
color:black;
text-decoration:none;}
.descriptif_contenu {
text-align: justify;
margin-top:2px;}
.titre_article {
color: #000;
text-align:left;}
.aligne_dte {
text-align:right;}
.spip_surligne {
background-color:#FFF;}
.erreur {
text-align:center;
color:#F00;
text-decoration:none;}
.not_print, #box_forum {
display:none;}
/tags/2014-08-05_centre/sites/commun/generique/styles/commun_ancien.css
New file
0,0 → 1,58
/*
Feuille de style supportée par les vieux navigateurs (version 4 et moins)
Auteur: Jean-Pascal MILCENT
*/
/*Général*/
body {
font-family:Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#fff;
margin:2px;}
h1, h2, h3, h4, h5, h6 {
font-weight:bold;
color:black;}
h5, h6 {
font-weight:normal;
font-style:italic;
line-height:1.2em;
margin:0 0 1px 0;}
h1 {
font-size:20px;
line-height:1.3em;
margin:0 0 4px 0;}
h2 {
font-size:13px;
text-transform:uppercase;
line-height:1.3em;
margin:0 0 4px 0;}
h3 {
font-size:15px;
line-height:1.3em;
margin:0 0 4px 0;
text-transform:none;}
h4 {
font-size:13px;
letter-spacing:0.1em;
line-height:1.3em;
margin:0 0 2px 0;}
h5 {
font-size:13px;}
h6 {
font-size:12px;}
caption {
font-weight:bold;
margin:2px;}
table {
border-collapse:collapse;
margin:5px;}
 
/* Présentation des images */
img {
border:0;
margin:5px;}
 
/*Bandeau*/
#titre_site{
font-size:23px}
#bandeau_contenu {
font-size:11px;}
/tags/2014-08-05_centre/sites/commun/generique/images/logo_gentiana.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/commun/generique/images/logo_gentiana.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/site_animation_botanique.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/site_animation_botanique.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/favicon.ico
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/favicon.ico
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/onglet_droite.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/onglet_droite.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/icone_aide.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/icone_aide.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/icone_mail.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/icone_mail.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/site_asso_gentiana.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/site_asso_gentiana.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/icone_attention.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/icone_attention.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/icone_information.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/icone_information.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/site_flore_isere.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/site_flore_isere.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/icone_fleche.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/icone_fleche.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/onglet_gauche.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/onglet_gauche.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/favicon.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/favicon.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/icone_pdf.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/icone_pdf.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/icone_pdf.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/icone_pdf.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/site_gestion_raisonnable.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/commun/generique/images/graphisme/site_gestion_raisonnable.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/identification_fleur.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/identification_fleur.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/fond_menu_commun_bandeau.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/fond_menu_commun_bandeau.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/identification_cadre.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/identification_cadre.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/fond_menu_commun_pied.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/fond_menu_commun_pied.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/site_animation_botanique.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/site_animation_botanique.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/bandeau.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/bandeau.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/monde_animation.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/monde_animation.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/onglet_droite.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/onglet_droite.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/logo_animation.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/logo_animation.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/picto_vei.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/picto_vei.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/puce_triangle.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/puce_triangle.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/fond_menu_classique.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/fond_menu_classique.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/onglet_gauche.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/tags/2014-08-05_centre/sites/animation/generique/images/graphisme/onglet_gauche.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/tags/2014-08-05_centre/sites/animation/fr/styles/animation.css
New file
0,0 → 1,121
/*
Feuille de style du monde Gentiana
Auteur : Jean-Pascal MILCENT
*/
h1{
color:#990066;}
h2, h3, h4, h5, h6, hr{
color:#E547C6;}
a img {
border:1px dotted #990066;}
a {
color:#990066;}
a:hover {
color:#FFCCFF;}
 
/*DIFFERENTS BLOCS DE LA PAGE*/
 
/* Logo */
#zone_logo {
top:0;
left:30px;}
 
/* Bandeau */
#zone_bandeau {
background: transparent url("http://www.gentiana.org/sites/animation/generique/images/graphisme/bandeau.jpg") no-repeat top left;}
#bandeau_contenu {
background: transparent url("http://www.gentiana.org/sites/animation/generique/images/graphisme/fond_menu_commun_bandeau.png") repeat-x top left;}
#bandeau_contenu a {
color:white;}
 
/* Zone moteur recherche */
#form_more_recherche input#more_ok {
color:#FFCCFF;}
#form_more_recherche input#more_ok:hover {
color:white;
border-color:white;}
#form_more_recherche input#more_motif{
color:#990066;
font-weight:bold;}
 
/* Zone contenu -> VEI */
#zone_vei {
background: transparent url("http://www.gentiana.org/sites/animation/generique/images/graphisme/picto_vei.png") no-repeat top left;}
#vei {
color:#990066;}
 
/* Zone contenu -> Navigation */
#zone_contenu_navigation {
border-color:#990066;}
#zone_contenu_navigation li {
background:url("http://www.gentiana.org/sites/animation/generique/images/graphisme/onglet_droite.png") no-repeat right top;}
#zone_contenu_navigation a {
background:url("http://www.gentiana.org/sites/animation/generique/images/graphisme/onglet_gauche.png") no-repeat left top;}
#zone_contenu_navigation li:hover {
color:#990066;}
#zone_contenu_navigation li a:hover {
color:#990066;}
#zone_contenu_navigation .menu_inactif {
border-bottom:#990066;}
#zone_contenu_navigation .menu_actif a {
color:#990066;}
 
/* Zone contenu -> Page */
#zone_contenu_page {
border:1px solid #990066;}
 
/* Zone liste sites */
#zone_liste_site a {
color:white;}
#site_animation_botanique a{
color:#FFCCFF;
background:url("http://www.gentiana.org/sites/animation/generique/images/graphisme/site_animation_botanique.png") center left no-repeat;}
 
/* Zone menu */
#zone_menu {
background:transparent url("http://www.gentiana.org/sites/animation/generique/images/graphisme/fond_menu_classique.png") repeat-x;}
#zone_menu a{
color:#990066;}
#zone_menu a:hover, #form_connexion #connexion:hover {
color:#FFCC00;
border-color:#FFCC00;}
 
/* Zone menu -> menus classique */
#zone_menu_classique a:hover {/* Menu tout niveau : survol */
background-color:#FFCC00;
color:black;}
#zone_menu_classique .menu_classique_n1>li.menu_actif>a {/* Menu niveau 1 actif */
background:#FFCC00 url("http://www.gentiana.org/sites/animation/generique/images/graphisme/puce_triangle.png") no-repeat center left;}
#zone_menu_classique .menu_classique_n2 .menu_actif {/* Menu niveau 2 actif */
background-color:#FFCC00;}
#zone_menu_classique .menu_classique_n2 .menu_inactif {/* Menu niveau 2 inactif */
background-color:#FAE4B1;}
 
/* Zone menu -> Identification */
#zone_identification {
background: transparent url("http://www.gentiana.org/sites/animation/generique/images/graphisme/identification_cadre.png") no-repeat top left;}
#form_connexion, #iden_action {
background: transparent url("http://www.gentiana.org/sites/animation/generique/images/graphisme/identification_fleur.png") no-repeat bottom right;}
#identification_message, #zone_identification legend, #zone_identification a, #zone_identification label, #form_connexion #connexion {
color:#990066;}
 
/* Zone pied */
#pied_menu_commun {
background: transparent url("http://www.gentiana.org/sites/animation/generique/images/graphisme/fond_menu_commun_pied.png") repeat-x top left;}
 
/* Tableau*/
.table_cadre {
border:1px solid #990066;
margin:0 0 15px 0;}
.table_cadre th {
color:#FFCCFF;
border:1px solid #990066;
background: transparent url("http://www.gentiana.org/sites/animation/generique/images/graphisme/fond_menu_commun_bandeau.png") repeat-x top left;}
.table_cadre th a {
color:#FFCCFF;}
.table_cadre td {
border:1px solid #990066;}
.table_cadre {
background-color:white;}
.ligne_paire {
background-color:#E6E5DC;}
/tags/2014-08-05_centre/sites/animation/fr/squelettes/animation.html
New file
0,0 → 1,107
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head lang="fr" >
<!-- PAPYRUS_META_HTTP_EQUIV -->
<title><!-- PAPYRUS_TITRE_PAGE --></title>
<!-- PAPYRUS_META_NAME -->
<!-- PAPYRUS_META_NAME_DC -->
<link rel="stylesheet" type="text/css" media="screen" href="sites/commun/generique/styles/commun_ancien.css" />
<script type="text/javascript" src="sites/commun/generique/scripts/commun.js"></script>
<style type="text/css" media="screen">
<!--
@import "sites/commun/generique/styles/commun_moderne.css";
@import "sites/animation/fr/styles/animation.css";
-->
</style>
<link rel="stylesheet" type="text/css" media="print" href="sites/commun/generique/styles/impression.css" />
<link rel="shortcut icon" type="image/x-icon" href="sites/commun/generique/images/graphisme/favicon.ico" />
<link rel="icon" type="image/png" href="sites/commun/generique/images/graphisme/favicon.png" />
<!-- PAPYRUS_STYLES -->
<!-- PAPYRUS_SCRIPTS -->
</head>
<body xml:lang="fr" lang="fr" >
<div id="zone_generale">
 
<div id="zone_accessibilite">
<a href="#zone_menu">Aller aux menus</a>
<a href="#zone_contenu_page">Aller au texte</a>
<a href="/site:admin">Administration</a>
</div>
 
<h1 id="zone_logo">
<a href="/" title="Retour à l'accueil du site"><img src="sites/animation/generique/images/graphisme/logo_animation.png" alt="Animation botanique"/></a>
</h1>
 
<div id="zone_bandeau">
<h1 id="titre_site" title="<!-- PAPYRUS_SITE_NOM -->"><!-- PAPYRUS_SITE_NOM --></h1>
<p id="bandeau_contenu">
<!-- PAPYRUS_MENU_UNIQUE_31 --><!-- PAPYRUS_MENU_UNIQUE_64 --><!-- PAPYRUS_MENU_UNIQUE_35 -->
</p>
</div>
 
<div id="zone_contenu">
<p id="zone_vei">
<span id="vei"><span id="vei_titre">Vous &ecirc;tes ici : </span><!-- PAPYRUS_VOUS_ETES_ICI --></span>
</p>
<div id="zone_contenu_navigation">
<!-- PAPYRUS_MENU_3_3 -->
<!-- PAPYRUS_CONTENU_NAVIGATION -->
&nbsp;
</div>
<div id="zone_contenu_page">
<div id="zone_contenu_page_entete">
<!-- PAPYRUS_CONTENU_TETE -->
</div>
<div id="zone_contenu_page_corps">
<!-- start contenu -->
<!-- PAPYRUS_CONTENU_CORPS -->
<!-- end contenu -->
</div>
<div id="zone_contenu_page_pied" class="clear">
<!-- PAPYRUS_CONTENU_PIED -->
</div>
</div>
<div id="zone_debogage">
<!-- PAPYRUS_DEBOGAGE -->
</div>
</div>
 
<div id="zone_liste_site">
<ul id="liste_site">
<li id="site_asso_gentiana"><a href="/site:gentiana">L'association Gentiana</a></li>
<li id="site_flore_isere"><a href="/site:flore">La flore de l'Isère</a></li>
<li id="site_gestion_raisonnable"><a href="/site:gestion">La gestion raisonnable</a></li>
<li id="site_animation_botanique"><a href="/site:animation">Animation botanique</a></li>
</ul>
</div>
 
<div id="zone_menu">
<div id="zone_menu_classique">
<!-- PAPYRUS_MENU_1_2 -->
</div>
<div id="zone_menu_contextuel">
<!-- PAPYRUS_CONTENU_MENU -->
</div>
<div id="zone_identification">
<!-- PAPYRUS_IDENTIFICATION -->
</div>
</div>
<div id="zone_moteur_recherche">
<!-- PAPYRUS_MOTEUR_RECHERCHE -->
</div>
</div>
 
<div id="zone_pied">
<div id="pied_menu_commun">
<!-- PAPYRUS_MENU_COMMUN_1_1 -->
</div>
<p>&copy; Gentiana / 2007-2008<br />
Réalisation : <a class="lien_ext" href="http://www.tela-botanica.org/">Tela Botanica</a> - Site utilisant : <a class="lien_ext" href="http://www.tela-botanica.net/wikini/papyrus/">Papyrus version <!-- PAPYRUS_VERSION -->, le CMS coop&eacute;ratif</a>
</p>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">_uacct = "UA-2735398-3";urchinTracker();</script>
</body>
</html>
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/fond_menu_classique.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/fond_menu_classique.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/monde_gentiana.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/monde_gentiana.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/onglet_gauche.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/onglet_gauche.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/identification_fleur.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/identification_fleur.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/logo_gentiana.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/logo_gentiana.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/fond_menu_commun_bandeau.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/fond_menu_commun_bandeau.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/identification_cadre.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/identification_cadre.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/fond_menu_commun_pied.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/fond_menu_commun_pied.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/bandeau.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/bandeau.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/onglet_droite.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/onglet_droite.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/site_asso_gentiana.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/site_asso_gentiana.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/picto_vei.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/picto_vei.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/puce_triangle.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/gentiana/generique/images/graphisme/puce_triangle.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/gentiana/fr/squelettes/gentiana.html
New file
0,0 → 1,100
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head lang="fr" >
<!-- PAPYRUS_META_HTTP_EQUIV -->
<title><!-- PAPYRUS_TITRE_PAGE --></title>
<!-- PAPYRUS_META_NAME -->
<!-- PAPYRUS_META_NAME_DC -->
<link rel="stylesheet" type="text/css" media="screen" href="sites/commun/generique/styles/commun_ancien.css" />
<script type="text/javascript" src="sites/commun/generique/scripts/commun.js"></script>
<style type="text/css" media="screen">
<!--
@import "sites/commun/generique/styles/commun_moderne.css";
@import "sites/gentiana/fr/styles/gentiana.css";
-->
</style>
<link rel="stylesheet" type="text/css" media="print" href="sites/commun/generique/styles/impression.css" />
<link rel="shortcut icon" type="image/x-icon" href="sites/commun/generique/images/graphisme/favicon.ico" />
<link rel="icon" type="image/png" href="sites/commun/generique/images/graphisme/favicon.png" />
<link rel="alternate" type="application/rss+xml" href="http://www.gentiana.org/page:actu_rss" title="Actualité de la botanique en Isère" />
<!-- PAPYRUS_STYLES -->
<!-- PAPYRUS_SCRIPTS -->
</head>
<body xml:lang="fr" lang="fr" >
<div id="zone_generale">
 
<div id="zone_bandeau">
<div id="zone_logo">
<a href="/" title="Retour à l'accueil du site"><img src="sites/gentiana/generique/images/graphisme/logo_gentiana.png" alt="Gentiana"/></a>
</div>
<div id="zone_liste_site">
<ul id="liste_site">
<li id="site_asso_gentiana"><a href="/site:gentiana">L'association Gentiana</a></li>
<li id="site_flore_isere"><a href="/site:flore">La flore de l'Isère</a></li>
<li id="site_gestion_raisonnable"><a href="/site:gestion">La gestion raisonnable</a></li>
<!-- <li id="site_animation_botanique"><a href="/site:animation">Animation botanique</a></li> -->
</ul>
</div>
<h1 id="titre_site"><!-- PAPYRUS_SITE_NOM --></h1>
<p id="bandeau_contenu">
<a href="/">ACCUEIL</a><!-- PAPYRUS_MENU_UNIQUE_35 --><!-- PAPYRUS_MENU_UNIQUE_20 --><!-- PAPYRUS_MENU_UNIQUE_31 --><!-- PAPYRUS_MENU_UNIQUE_176 -->
</p>
<div id="zone_accessibilite">
<a href="#zone_menu">Aller aux menus</a>
<a href="#zone_contenu_page">Aller au texte</a>
<a href="/site:admin">Administration</a>
</div>
<div id="zone_moteur_recherche">
<!-- PAPYRUS_MOTEUR_RECHERCHE -->
</div>
</div>
 
<div id="zone_contenu">
<div id="zone_contenu_navigation">
<!-- PAPYRUS_MENU_3_3 -->
<!-- PAPYRUS_CONTENU_NAVIGATION -->
</div>
<div id="zone_contenu_page">
<div id="zone_contenu_page_entete">
<!-- PAPYRUS_CONTENU_TETE -->
</div>
<div id="zone_contenu_page_corps">
<!-- start contenu -->
<!-- PAPYRUS_CONTENU_CORPS -->
<!-- end contenu -->
</div>
<div id="zone_contenu_page_pied" class="clear">
<!-- PAPYRUS_CONTENU_PIED -->
</div>
</div>
<div id="zone_debogage">
<!-- PAPYRUS_DEBOGAGE -->
</div>
</div>
 
<div id="zone_menu">
<div id="zone_menu_classique">
<!-- PAPYRUS_MENU_DEROULANT_1_2 -->
</div>
<div id="zone_menu_contextuel">
<!-- PAPYRUS_CONTENU_MENU -->
</div>
<div id="zone_identification">
<!-- PAPYRUS_IDENTIFICATION -->
</div>
</div>
</div>
 
<div id="zone_pied">
<div id="pied_menu_commun">
<!-- PAPYRUS_MENU_COMMUN_1_1 -->
</div>
<p>&copy; Gentiana / 2007-2008<br />
Réalisation : <a class="lien_ext" href="http://www.tela-botanica.org/">Tela Botanica</a> - Site utilisant : <a class="lien_ext" href="http://www.tela-botanica.net/wikini/papyrus/">Papyrus version <!-- PAPYRUS_VERSION -->, le CMS coop&eacute;ratif</a>
</p>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">_uacct = "UA-2735398-1";urchinTracker();</script>
</body>
</html>
/tags/2014-08-05_centre/sites/gentiana/fr/styles/gentiana.css
New file
0,0 → 1,134
/*
Feuille de style du monde Gentiana
Auteur : Jean-Pascal MILCENT
*/
h1{
color:#666600;}
h2, h3, h4, h5, h6, hr{
color:#999900;}
a img {
border:1px dotted #999900;}
a {
color:#666600;}
a:hover {
color:#999900;}
 
/*DIFFERENTS BLOCS DE LA PAGE*/
 
/* Logo */
#zone_logo {
margin-top: 27px;
margin-left: 30px;
}
 
/* Bandeau */
#zone_bandeau {
background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/bandeau.jpg") no-repeat top left;}
#bandeau_contenu {
background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/fond_menu_commun_bandeau.png") repeat-x top left;}
 
/* Zone moteur recherche */
#form_more_recherche input#more_ok {
color:#666600;}
#form_more_recherche input#more_ok:hover {
color:#999900;
border-color:#999900;}
#form_more_recherche input#more_motif{
color:#666600;
font-weight:bold;}
 
/* Zone contenu -> VEI */
#zone_vei {
background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/picto_vei.png") no-repeat top left;}
#vei {
color:#666600;}
 
/* Zone contenu -> Navigation */
#zone_contenu_navigation {
border-color:#666600;}
#zone_contenu_navigation li {
background:url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/onglet_droite.png") no-repeat right top;}
#zone_contenu_navigation a {
background:url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/onglet_gauche.png") no-repeat left top;}
#zone_contenu_navigation li:hover {
color:#999900;}
#zone_contenu_navigation li:hover a {
color:#999900;}
#zone_contenu_navigation .menu_inactif {
border-bottom:#666600;}
#zone_contenu_navigation .menu_actif a {
color:#666600;}
 
/* Zone contenu -> Page */
#zone_contenu_page {
}
 
/* Zone liste sites */
#site_asso_gentiana a{
color:#666600;
background:url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/site_asso_gentiana.png") center left no-repeat;}
 
/* Zone menu */
#zone_menu {
background:transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/fond_menu_classique.png") repeat-x;}
color:#999900;}
#zone_menu a{
color:#666600;}
#zone_menu a:hover, #form_connexion #connexion:hover {
color:#999900;
border-color:#999900;}
 
/* Zone menu -> menus classique */
#zone_menu_classique a:hover {/* Menu tout niveau : survol */
background-color:#FFF23F;
color:black;}
#zone_menu_classique .menu_classique_n1>li.menu_actif>a {/* Menu niveau 1 actif */
background:#FFF23F url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/puce_triangle.png") no-repeat center left;}
#zone_menu_classique .menu_classique_n2 .menu_actif {/* Menu niveau 2 actif */
background-color:#FFF23F;}
#zone_menu_classique .menu_classique_n2 .menu_inactif {/* Menu niveau 2 inactif */
background-color:#FFFFCC;}
 
/* Zone menu -> menus déroulants */
#zone_menu_classique a:hover { /* Menu tout niveau : survol */
background-color:#FFF23F;
color:black;
}
#zone_menu_classique .menu_deroulant_n1 > li.menu_actif > a { /* Menu niveau 1 actif */
background:#FFF23F url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/puce_triangle.png") no-repeat center left;
}
#zone_menu_classique .menu_deroulant_n2 .menu_actif { /* Menu niveau 2 actif */
background-color:#FFF23F;
}
#zone_menu_classique .menu_deroulant_n1 > li.menu_actif > .menu_deroulant_n2 .menu_inactif { /* Menu niveau 2 inactif */
background-color:#FFFFCC;
}
 
/* Zone menu -> Identification */
#zone_identification {
background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/identification_cadre.png") no-repeat top left;}
#form_connexion, #iden_action {
background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/identification_fleur.png") no-repeat bottom right;}
#identification_message, #zone_identification legend, #zone_identification a, #zone_identification label, #form_connexion #connexion {
color:#666600;}
 
/* Zone pied */
#pied_menu_commun {
background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/fond_menu_commun_pied.png") repeat-x top left;}
 
/* Tableau*/
.table_cadre {
border:1px solid #666600;
margin:0 0 15px 0;}
.table_cadre th {
color:white;
border:1px solid #666600;
background: transparent url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/fond_menu_commun_bandeau.png") repeat-x top left;}
.table_cadre th a {
color:white;}
.table_cadre td {
border:1px solid #666600;}
.table_cadre {
background-color:white;}
.ligne_paire {
background-color:#E6E5DC;}
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/onglet_droite.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/onglet_droite.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/picto_vei.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/picto_vei.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/puce_triangle.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/puce_triangle.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/site_flore_isere.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/site_flore_isere.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/fond_menu_classique.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/fond_menu_classique.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/onglet_gauche.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/onglet_gauche.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/monde_flore.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/monde_flore.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/identification_fleur.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/identification_fleur.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/fond_menu_commun_bandeau.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/fond_menu_commun_bandeau.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/identification_cadre.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/identification_cadre.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/logo_flore.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/logo_flore.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/fond_menu_commun_pied.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/fond_menu_commun_pied.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/bandeau.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/sites/flore/generique/images/graphisme/bandeau.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/sites/flore/fr/squelettes/flore.html
New file
0,0 → 1,100
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head lang="fr" >
<!-- PAPYRUS_META_HTTP_EQUIV -->
<title><!-- PAPYRUS_TITRE_PAGE --></title>
<!-- PAPYRUS_META_NAME -->
<!-- PAPYRUS_META_NAME_DC -->
<link rel="stylesheet" type="text/css" media="screen" href="sites/commun/generique/styles/commun_ancien.css" />
<script type="text/javascript" src="sites/commun/generique/scripts/commun.js"></script>
<style type="text/css" media="screen">
<!--
@import "sites/commun/generique/styles/commun_moderne.css";
@import "sites/flore/fr/styles/flore.css";
-->
</style>
<link rel="stylesheet" type="text/css" media="print" href="sites/commun/generique/styles/impression.css" />
<link rel="shortcut icon" type="image/x-icon" href="sites/commun/generique/images/graphisme/favicon.ico" />
<link rel="icon" type="image/png" href="sites/commun/generique/images/graphisme/favicon.png" />
<!-- PAPYRUS_STYLES -->
<!-- PAPYRUS_SCRIPTS -->
</head>
<body xml:lang="fr" lang="fr" >
<div id="zone_generale">
 
<div id="zone_bandeau">
<h1 id="zone_logo">
<a href="/" title="Retour à l'accueil du site"><img src="sites/flore/generique/images/graphisme/logo_flore.png" alt="Flore de l'Isère"/></a>
</h1>
<div id="zone_liste_site">
<ul id="liste_site">
<li id="site_asso_gentiana"><a href="/site:gentiana">L'association Gentiana</a></li>
<li id="site_flore_isere"><a href="/site:flore">La flore de l'Isère</a></li>
<li id="site_gestion_raisonnable"><a href="/site:gestion">La gestion raisonnable</a></li>
<!-- <li id="site_animation_botanique"><a href="/site:animation">Animation botanique</a></li> -->
</ul>
</div>
<h1 id="titre_site"><!-- PAPYRUS_SITE_NOM --></h1>
<p id="bandeau_contenu">
<a href="/">ACCUEIL</a><!-- PAPYRUS_MENU_UNIQUE_35 --><!-- PAPYRUS_MENU_UNIQUE_20 --><!-- PAPYRUS_MENU_UNIQUE_31 --><!-- PAPYRUS_MENU_UNIQUE_176 -->
</p>
<div id="zone_accessibilite">
<a href="#zone_menu">Aller aux menus</a>
<a href="#zone_contenu_page">Aller au texte</a>
<a href="/site:admin">Administration</a>
</div>
<div id="zone_moteur_recherche">
<!-- PAPYRUS_MOTEUR_RECHERCHE -->
</div>
</div>
 
<div id="zone_contenu">
<div id="zone_contenu_navigation">
<!-- PAPYRUS_MENU_3_3 -->
<!-- PAPYRUS_CONTENU_NAVIGATION -->
&nbsp;
</div>
<div id="zone_contenu_page">
<div id="zone_contenu_page_entete">
<!-- PAPYRUS_CONTENU_TETE -->
</div>
<div id="zone_contenu_page_corps">
<!-- start contenu -->
<!-- PAPYRUS_CONTENU_CORPS -->
<!-- end contenu -->
</div>
<div id="zone_contenu_page_pied" class="clear">
<!-- PAPYRUS_CONTENU_PIED -->
</div>
</div>
<div id="zone_debogage">
<!-- PAPYRUS_DEBOGAGE -->
</div>
</div>
 
<div id="zone_menu">
<div id="zone_menu_classique">
<!-- PAPYRUS_MENU_DEROULANT_1_2 -->
</div>
<div id="zone_menu_contextuel">
<!-- PAPYRUS_CONTENU_MENU -->
</div>
<div id="zone_identification">
<!-- PAPYRUS_IDENTIFICATION -->
</div>
</div>
 
</div>
 
<div id="zone_pied">
<div id="pied_menu_commun">
<!-- PAPYRUS_MENU_COMMUN_1_1 -->
</div>
<p>&copy; Gentiana / 2007-2008<br />
Réalisation : <a class="lien_ext" href="http://www.tela-botanica.org/">Tela Botanica</a> - Site utilisant : <a class="lien_ext" href="http://www.tela-botanica.net/wikini/papyrus/">Papyrus version <!-- PAPYRUS_VERSION -->, le CMS coop&eacute;ratif</a>
</p>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">_uacct = "UA-2735398-2";urchinTracker();</script>
</body>
</html>
/tags/2014-08-05_centre/sites/flore/fr/styles/flore.css
New file
0,0 → 1,173
/*
Feuille de style du monde Flore de l'Is�re
Auteur : Jean-Pascal MILCENT
*/
h1{
color:#003399;}
h2, h3, h4, h5, h6, hr{
color:#6699FF;}
a img {
border:1px dotted #6699FF;}
a {
color:#003399;}
a:hover {
color:#6699FF;}
 
/*DIFFERENTS BLOCS DE LA PAGE*/
 
/* Logo */
#zone_logo {
margin-top: 17px;
margin-left: 15px;
}
 
/* Bandeau */
#zone_bandeau {
background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/bandeau.jpg") no-repeat top left;}
#bandeau_contenu {
background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/fond_menu_commun_bandeau.png") repeat-x top left;}
 
/* Zone moteur recherche */
#form_more_recherche input#more_ok {
color:white;}
#form_more_recherche input#more_ok:hover {
color:#6699FF;
border-color:#6699FF;}
#form_more_recherche input#more_motif{
color:#6699FF;
font-weight:bold;}
 
/* Zone contenu -> VEI */
#zone_vei {
background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/picto_vei.png") no-repeat top left;}
#vei {
color:#003399;}
 
/* Zone contenu -> Navigation */
#zone_contenu_navigation {
border-color:#003399;}
#zone_contenu_navigation li {
background:url("http://www.gentiana.org/sites/flore/generique/images/graphisme/onglet_droite.png") no-repeat right top;}
#zone_contenu_navigation a {
background:url("http://www.gentiana.org/sites/flore/generique/images/graphisme/onglet_gauche.png") no-repeat left top;}
#zone_contenu_navigation li:hover {
color:#003399;}
#zone_contenu_navigation li a:hover {
color:#003399;}
#zone_contenu_navigation .menu_inactif a {
color:white;
border-bottom:#003399;}
#zone_contenu_navigation .menu_actif a {
color:#003399;}
 
/* Zone contenu -> Page */
#zone_contenu_page {
}
 
/* Zone liste sites */
#zone_liste_site a {
color:white;}
#site_flore_isere a{
color:#99CCFF;
background:url("http://www.gentiana.org/sites/flore/generique/images/graphisme/site_flore_isere.png") center left no-repeat;}
 
/* Zone menu */
#zone_menu {
background:transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/fond_menu_classique.png") repeat-x;}
color:#6699FF;}
#zone_menu a{
color:#003399;}
#zone_menu a:hover, #form_connexion #connexion:hover {
color:#6699FF;
border-color:#6699FF;}
 
/* Zone menu -> menus classique */
#zone_menu_classique a:hover {/* Menu tout niveau : survol */
background-color:#FFF23F;
color:black;}
#zone_menu_classique .menu_classique_n1>li.menu_actif>a {/* Menu niveau 1 actif */
background:#FFF23F url("http://www.gentiana.org/sites/flore/generique/images/graphisme/puce_triangle.png") no-repeat center left;}
#zone_menu_classique .menu_classique_n2 .menu_actif {/* Menu niveau 2 actif */
background-color:#FFF23F;}
#zone_menu_classique .menu_classique_n2 .menu_inactif {/* Menu niveau 2 inactif */
background-color:#FFFFCC;}
 
/* Zone menu -> menus déroulants */
#zone_menu_classique a:hover { /* Menu tout niveau : survol */
background-color:#FFF23F;
color:black;
}
#zone_menu_classique .menu_deroulant_n1 > li.menu_actif > a { /* Menu niveau 1 actif */
background:#FFF23F url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/puce_triangle.png") no-repeat center left;
}
#zone_menu_classique .menu_deroulant_n2 .menu_actif { /* Menu niveau 2 actif */
background-color:#FFF23F;
}
#zone_menu_classique .menu_deroulant_n1 > li.menu_actif > .menu_deroulant_n2 .menu_inactif { /* Menu niveau 2 inactif */
background-color:#FFFFCC;
}
 
/* Zone menu -> Identification */
#zone_identification {
background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/identification_cadre.png") no-repeat top left;}
#form_connexion, #iden_action {
background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/identification_fleur.png") no-repeat bottom right;}
#identification_message, #zone_identification legend, #zone_identification a, #zone_identification label, #form_connexion #connexion {
color:#003399;}
 
/* Zone pied */
#pied_menu_commun {
background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/fond_menu_commun_pied.png") repeat-x top left;}
#pied_menu_commun a{
color:black;}
 
/* Tableau*/
.table_cadre {
border:1px solid #6699FF;
margin:0 0 15px 0;}
.table_cadre th {
color:white;
border:1px solid #6699FF;
background: #6E97D0 url("http://www.gentiana.org/sites/flore/generique/images/graphisme/fond_menu_commun_bandeau.png") repeat-x top left;}
.table_cadre th a {
color:white;}
.table_cadre td {
border:1px solid #6699FF;}
.table_cadre {
background-color:white;}
.ligne_paire {
background-color:#E3ECF4;}
 
/* Sp�cial appli eFlore */
#eflore_pied_page {
clear:both;
padding-top:20px;
margin:0 auto;
text-align:center;
color:#A9A9A9;}
#efc_transmettre_info {
background-color:#CADAEE;
border:1px solid blue;
font-weight:bold;
text-align:center;
height:3em;
margin:5px 20%;}
#efc_carte_presence, #efc_carte_proportion {
position:relative;
width:800px;
height:700px;}
#efc_legende{
position:absolute;
top:0;
right:0;
border:none;
border-collapse:separate;
width:200px;
padding:2px;
margin:5px;}
.efcl_couleur {
border:1px solid black;
width:10px;
height:10px;}
#efc_avertissement {
clear:both;}
/tags/2014-08-05_centre/cartographie/Communes_isere.csv
New file
0,0 → 1,568
ezg_id_zone_geo ezg_id_version_projet_zg ezg_intitule_principal_zg ezg_code_zg R V B
15967 23 Abrets 38001 0 10 0
15968 23 Adrets 38002 0 20 0
15969 23 Agnin 38003 0 30 0
15970 23 Albenc 38004 0 40 0
15971 23 Allemond 38005 0 50 0
15972 23 Allevard 38006 0 60 0
15973 23 AlliÚres-et-Risset 38007 0 70 0
15974 23 Ambel 38008 0 80 0
15975 23 Anjou 38009 0 90 0
15976 23 Annoisin-Chatelans 38010 0 100 0
15977 23 Anthon 38011 0 110 0
15978 23 Aoste 38012 0 120 0 X
15979 23 Apprieu 38013 0 130 0
15980 23 Arandon 38014 0 140 0
15981 23 Artas 38015 0 150 0
15982 23 Arzay 38016 0 160 0
15983 23 Assieu 38017 0 170 0
15984 23 Auberives-en-Royans 38018 0 180 0
15985 23 Auberives-sur-Varèze 38019 0 190 0
15986 23 Auris 38020 0 200 0
15987 23 Autrans 38021 0 210 0
15988 23 Avenières 38022 0 220 0 X
15989 23 Avignonet 38023 0 230 0
15990 23 Badinières 38024 0 240 0
15991 23 Balbins 38025 0 250 0
15992 23 Balme-les-Grottes 38026 0 10 10
15993 23 Barraux 38027 0 20 10
15994 23 Bâtie-Divisin 38028 0 30 10
15995 23 Bâtie-Montgascon 38029 0 40 10
15996 23 Beaucroissant 38030 0 50 10
15997 23 Beaufin 38031 0 60 10
15998 23 Beaufort 38032 0 70 10
15999 23 Beaulieu 38033 0 80 10
16000 23 Beaurepaire 38034 0 90 10
16001 23 Beauvoir-de-Marc 38035 0 100 10
16002 23 Beauvoir-en-Royans 38036 0 110 10
16003 23 Bellegarde-Poussieu 38037 0 120 10
16004 23 Belmont 38038 0 130 10
16005 23 Bernin 38039 0 140 10
16006 23 Besse 38040 0 150 10
16007 23 Bessins 38041 0 160 10
16008 23 Bévenais 38042 0 170 10
16009 23 Bilieu 38043 0 180 10
16010 23 Biol 38044 0 190 10
16011 23 Biviers 38045 0 200 10
16012 23 Bizonnes 38046 0 210 10
16013 23 Blandin 38047 0 220 10
16014 23 Bonnefamille 38048 0 230 10
16015 23 Bossieu 38049 0 240 10
16016 23 Bouchage 38050 0 250 10 X
16017 23 Bougé-Chambalud 38051 0 10 20
16018 23 Bourg-d'Oisans 38052 0 20 20
16021 23 Bourgoin-Jallieu 38053 0 30 20
16022 23 Bouvesse-Quirieu 38054 0 40 20
16023 23 Brangues 38055 0 50 20
16024 23 Bressieux 38056 0 60 20
16025 23 Bresson 38057 0 70 20
16026 23 Brézins 38058 0 80 20
16027 23 Brié-et-Angonnes 38059 0 90 20
16028 23 Brion 38060 0 100 20
16029 23 Buisse 38061 0 110 20
16030 23 Buissière 38062 0 120 20
16031 23 Burcin 38063 0 130 20
16032 23 Cessieu 38064 0 140 20
16033 23 Châbons 38065 0 150 20
16034 23 Châlons 38066 0 160 20
16035 23 Chamagnieu 38067 0 170 20
16036 23 Champagnier 38068 0 180 20
16037 23 Champier 38069 0 190 20
16038 23 Champ-près-Froges 38070 0 200 20
16039 23 Champ-sur-Drac 38071 0 210 20
16040 23 Chanas 38072 0 220 20
16041 23 Chantelouve 38073 0 230 20
16042 23 Chantesse 38074 0 240 20
16043 23 Chapareillan 38075 0 250 20
16044 23 Chapelle-de-la-Tour 38076 0 10 30
16045 23 Chapelle-de-Surieu 38077 0 20 30
16046 23 Chapelle-du-Bard 38078 0 30 30
16047 23 Chaponnay 38079 0 40 30
16048 23 Charancieu 38080 0 50 30
16049 23 Charantonnay 38081 0 60 30
16050 23 Charavines 38082 0 70 30
16051 23 Charette 38083 0 80 30
16052 23 Charnècles 38084 0 90 30
16053 23 Charvieu-Chavagneux 38085 0 100 30
16054 23 Chasselay 38086 0 110 30
16055 23 Chasse-sur-Rhône 38087 0 120 30
16056 23 Chassieu 38088 0 130 30
16057 23 Chassignieu 38089 0 140 30
16058 23 Château-Bernard 38090 0 150 30
16059 23 Châteauvilain 38091 0 160 30
16060 23 Châtelus 38092 0 170 30
16061 23 Châtenay 38093 0 180 30
16062 23 Châtonnay 38094 0 190 30
16063 23 Chatte 38095 0 200 30
16064 23 Chavagneux-Montbertand 38096 0 210 30
16065 23 Chavanoz 38097 0 220 30
16066 23 Chélieu 38098 0 230 30
16067 23 Chevrières 38099 0 240 30
16068 23 Cheylas 38100 0 250 30
16069 23 Cheyssieu 38101 0 10 40
16070 23 Chèzeneuve 38102 0 20 40
16071 23 Chichilianne 38103 0 30 40
16072 23 Chimilin 38104 0 40 40 X
16073 23 Chirens 38105 0 50 40
16074 23 Cholonge 38106 0 60 40
16075 23 Chonas-l'Amballan 38107 0 70 40
16076 23 Choranche 38108 0 80 40
16077 23 Chozeau 38109 0 90 40
16078 23 Chuzelles 38110 0 100 40
16079 23 Claix 38111 0 110 40
16080 23 Clavans-en-Haut-Oisans 38112 0 120 40
16081 23 Clelles 38113 0 130 40
16082 23 Clonas-sur-Varèze 38114 0 140 40
16083 23 Saint-Martin-de-la-Cluze 38115 0 150 40
16084 23 Cognet 38116 0 160 40
16085 23 Cognin-les-Gorges 38117 0 170 40
16086 23 Colombe 38118 0 180 40
16087 23 Colombier-Saugnieu 38119 0 190 40
16088 23 Combe-de-Lancey 38120 0 200 40
16089 23 Commelle 38121 0 210 40
16090 23 Communay 38122 0 220 40
16091 23 Corbas 38123 0 230 40
16092 23 Corbelin 38124 0 240 40 X
16093 23 Cordéac 38125 0 250 40
16094 23 Corenc 38126 0 10 50
16095 23 Cornillon-en-Trièves 38127 0 20 50
16096 23 Corps 38128 0 30 50
16097 23 Corrençon-en-Vercors 38129 0 40 50
16098 23 Côte-Saint-André 38130 0 50 50
16099 23 Côtes-d'Arey 38131 0 60 50
16100 23 Côtes-de-Corps 38132 0 70 50
16101 23 Coublevie 38133 0 80 50
16102 23 Cour-et-Buis 38134 0 90 50
16103 23 Courtenay 38135 0 100 50
16104 23 Crachier 38136 0 110 50
16105 23 Cras 38137 0 120 50
16106 23 Crémieu 38138 0 130 50
16107 23 Creys-Mépieu 38139 0 140 50
16108 23 Crolles 38140 0 150 50
16109 23 Culin 38141 0 160 50
16110 23 Curtin 38142 0 170 50
16111 23 Décines-Charpieu 38143 0 180 50
16112 23 Diémoz 38144 0 190 50
16113 23 Dionay 38145 0 200 50
16114 23 Dizimieu 38146 0 210 50
16115 23 Doissin 38147 0 220 50
16116 23 Dolomieu 38148 0 230 50
16117 23 Domarin 38149 0 240 50
16118 23 Domène 38150 0 250 50
16121 23 Échirolles 38151 0 10 60
16122 23 Eclose 38152 0 20 60
16123 23 Engins 38153 0 30 60
16124 23 Entraigues 38154 0 40 60
16125 23 Entre-deux-Guiers 38155 0 50 60
16126 23 Éparres 38156 0 60 60
16127 23 Estrablin 38157 0 70 60
16128 23 Eybens 38158 0 80 60
16129 23 Eydoche 38159 0 90 60
16130 23 Eyzin-Pinet 38160 0 100 60
16131 23 Faramans 38161 0 110 60
16132 23 Faverges-de-la-Tour 38162 0 120 60
16133 23 Ferrière 38163 0 130 60
16134 23 Feyzin 38164 0 140 60
16135 23 Fitilieu 38165 0 150 60
16136 23 Flachère 38166 0 160 60
16137 23 Flachères 38167 0 170 60
16138 23 Folatière 38168 0 180 60
16141 23 Fontaine 38169 0 190 60
16142 23 Fontanil-Cornillon 38170 0 200 60
16143 23 Forteresse 38171 0 210 60
16144 23 Four 38172 0 220 60
16145 23 Freney-d'Oisans 38173 0 230 60
16146 23 Frette 38174 0 240 60
16147 23 Froges 38175 0 250 60
16148 23 Frontonas 38176 0 10 70
16149 23 Garde 38177 0 20 70
16150 23 Genas 38178 0 30 70
16151 23 Gières 38179 0 40 70
16152 23 Gillonnay 38180 0 50 70
16153 23 Goncelin 38181 0 60 70
16154 23 Grand-Lemps 38182 0 70 70
16155 23 Granieu 38183 0 80 70 X
16156 23 Grenay 38184 0 90 70
16163 23 Grenoble 38185 0 100 70
16164 23 Gresse-en-Vercors 38186 0 110 70
16165 23 Gua 38187 0 120 70
16166 23 Herbeys 38188 0 130 70
16167 23 Heyrieux 38189 0 140 70
16168 23 Hières-sur-Amby 38190 0 150 70
16169 23 Huez 38191 0 160 70
16170 23 Hurtières 38192 0 170 70
16171 23 Isle-d'Abeau 38193 0 180 70
16172 23 Izeaux 38194 0 190 70
16173 23 Izeron 38195 0 200 70
16174 23 Jallieu 38196 0 210 70
16175 23 Janneyrias 38197 0 220 70
16176 23 Jarcieu 38198 0 230 70
16177 23 Jardin 38199 0 240 70
16178 23 Jarrie 38200 0 250 70
16179 23 Jonage 38201 0 10 80
16180 23 Jons 38202 0 20 80
16181 23 Laffrey 38203 0 30 80
16182 23 Lalley 38204 0 40 80
16183 23 Lans-en-Vercors 38205 0 50 80
16184 23 Laval 38206 0 60 80
16185 23 Lavaldens 38207 0 70 80
16186 23 Lavars 38208 0 80 80
16187 23 Lentiol 38209 0 90 80
16188 23 Leyrieu 38210 0 100 80
16189 23 Lieudieu 38211 0 110 80
16190 23 Livet-et-Gavet 38212 0 120 80
16191 23 Longechenal 38213 0 130 80
16192 23 Lumbin 38214 0 140 80
16193 23 Luzinay 38215 0 150 80
16194 23 Malleval 38216 0 160 80
16195 23 Marcieu 38217 0 170 80
16196 23 Marcilloles 38218 0 180 80
16197 23 Marcollin 38219 0 190 80
16198 23 Marennes 38220 0 200 80
16199 23 Marnans 38221 0 210 80
16200 23 Massieu 38222 0 220 80
16201 23 Maubec 38223 0 230 80
16202 23 Mayres-Savel 38224 0 240 80
16203 23 Méaudre 38225 0 250 80
16204 23 Mens 38226 0 10 90
16205 23 Mépieu 38227 0 20 90
16206 23 Merlas 38228 0 30 90 X
16207 23 Meylan 38229 0 40 90
16208 23 Meyrié 38230 0 50 90
16209 23 Meyrieu-les-Étangs 38231 0 60 90
16210 23 Meyssiès 38232 0 70 90
16211 23 Meyzieu 38233 0 80 90
16212 23 Mions 38234 0 90 90
16213 23 Miribel-Lanchâtre 38235 0 100 90
16214 23 Miribel-les-Échelles 38236 0 110 90 X
16215 23 Mizoên 38237 0 120 90
16216 23 Moidieu-Détourbe 38238 0 130 90
16217 23 Moirans 38239 0 140 90
16218 23 Moissieu-sur-Dolon 38240 0 150 90
16219 23 Monestier-d'Ambel 38241 0 160 90
16220 23 Monestier-de-Clermont 38242 0 170 90
16221 23 Monestier-du-Percy 38243 0 180 90
16222 23 Monsteroux-Milieu 38244 0 190 90
16223 23 Montagne 38245 0 200 90
16224 23 Montagnieu 38246 0 210 90
16225 23 Montalieu-Vercieu 38247 0 220 90
16226 23 Montaud 38248 0 230 90
16227 23 Montbonnot-Saint-Martin 38249 0 240 90
16228 23 Montcarra 38250 0 250 90
16229 23 Montceau 38251 0 10 100
16230 23 Montchaboud 38252 0 20 100
16231 23 Mont-de-Lans 38253 0 30 100
16232 23 Monteynard 38254 0 40 100
16233 23 Montfalcon 38255 0 50 100
16234 23 Montferrat 38256 0 60 100
16235 23 Montrevel 38257 0 70 100
16236 23 Mont-Saint-Martin 38258 0 80 100
16237 23 Montseveroux 38259 0 90 100
16238 23 Moras 38260 0 100 100
16239 23 Morestel 38261 0 110 100
16240 23 Morêtel-de-Mailles 38262 0 120 100
16241 23 Morette 38263 0 130 100
16242 23 Morte 38264 0 140 100
16243 23 Motte-d'Aveillans 38265 0 150 100
16244 23 Motte-Saint-Martin 38266 0 160 100
16245 23 Mottier 38267 0 170 100
16246 23 Moutaret 38268 0 180 100
16247 23 Mure 38269 0 190 100
16248 23 Murette 38270 0 200 100
16249 23 Murianette 38271 0 210 100
16250 23 Murinais 38272 0 220 100
16251 23 Nantes-en-Ratier 38273 0 230 100
16252 23 Nantoin 38274 0 240 100
16253 23 Serre-Nerpol 38275 0 250 100
16254 23 Nivolas-Vermelle 38276 0 10 110
16255 23 Notre-Dame-de-Commiers 38277 0 20 110
16256 23 Notre-Dame-de-l'Osier 38278 0 30 110
16257 23 Notre-Dame-de-Mésage 38279 0 40 110
16258 23 Notre-Dame-de-Vaulx 38280 0 50 110
16259 23 Noyarey 38281 0 60 110
16260 23 Optevoz 38282 0 70 110
16261 23 Oris-en-Rattier 38283 0 80 110
16262 23 Ornacieux 38284 0 90 110
16263 23 Ornon 38285 0 100 110
16264 23 Oulles 38286 0 110 110
16265 23 Oyeu 38287 0 120 110
16266 23 Oytier-Saint-Oblas 38288 0 130 110
16267 23 Oz 38289 0 140 110
16268 23 Pact 38290 0 150 110
16269 23 Pajay 38291 0 160 110
16270 23 Paladru 38292 0 170 110
16271 23 Panissage 38293 0 180 110
16272 23 Panossas 38294 0 190 110
16273 23 Parmilieu 38295 0 200 110
16274 23 Passage 38296 0 210 110
16275 23 Passins 38297 0 220 110
16276 23 Péage-de-Roussillon 38298 0 230 110
16277 23 Pellafol 38299 0 240 110
16278 23 Penol 38300 0 250 110
16279 23 Percy 38301 0 10 120
16280 23 Périer 38302 0 20 120
16281 23 Pierre 38303 0 30 120
16282 23 Pierre-Châtel 38304 0 40 120
16283 23 Pin 38305 0 50 120
16284 23 Pinsot 38306 0 60 120
16285 23 Pisieu 38307 0 70 120
16286 23 Plan 38308 0 80 120
16287 23 Poisat 38309 0 90 120
16288 23 Poliénas 38310 0 100 120
16289 23 Pommier-de-Beaurepaire 38311 0 110 120
16290 23 Pommiers-la-Placette 38312 0 120 120
16291 23 Ponsonnas 38313 0 130 120
16292 23 Pontcharra 38314 0 140 120
16293 23 Pont-de-Beauvoisin 38315 0 150 120 X
16294 23 Pont-de-Chéruy 38316 0 160 120
16295 23 Pont-de-Claix 38317 0 170 120
16296 23 Pont-Évèque 38318 0 180 120
16297 23 Pont-en-Royans 38319 0 190 120
16298 23 Porcieu-Amblagnieu 38320 0 200 120
16299 23 Prébois 38321 0 210 120
16300 23 Presles 38322 0 220 120
16301 23 Pressins 38323 0 230 120 X
16302 23 Primarette 38324 0 240 120
16303 23 Proveysieux 38325 0 250 120
16304 23 Prunières 38326 0 10 130
16305 23 Pusignan 38327 0 20 130
16306 23 Quaix-en-Chartreuse 38328 0 30 130
16307 23 Quet-en-Beaumont 38329 0 40 130
16308 23 Quincieu 38330 0 50 130
16309 23 Réaumont 38331 0 60 130
16310 23 Renage 38332 0 70 130
16311 23 Rencurel 38333 0 80 130
16312 23 Revel 38334 0 90 130
16313 23 Revel-Tourdan 38335 0 100 130
16314 23 Reventin-Vaugris 38336 0 110 130
16315 23 Rives 38337 0 120 130
16316 23 Rivière 38338 0 130 130
16317 23 Roche 38339 0 140 130
16318 23 Roches-de-Condrieu 38340 0 150 130
16319 23 Rochetoirin 38341 0 160 130
16320 23 Roissard 38342 0 170 130
16321 23 Romagnieu 38343 0 180 130 X
16322 23 Roussillon 38344 0 190 130
16323 23 Rovon 38345 0 200 130
16324 23 Royas 38346 0 210 130
16325 23 Roybon 38347 0 220 130
16326 23 Ruy 38348 0 230 130
16327 23 Sablons 38349 0 240 130
16328 23 Sainte-Agnès 38350 0 250 130
16329 23 Saint-Agnin-sur-Bion 38351 0 10 140
16330 23 Saint-Alban-de-Roche 38352 0 20 140
16331 23 Saint-Alban-du-Rhône 38353 0 30 140
16332 23 Saint-Albin-de-Vaulserre 38354 0 40 140 X
16333 23 Saint-Andéol 38355 0 50 140
16334 23 Saint-André-en-Royans 38356 0 60 140
16335 23 Saint-André-le-Gaz 38357 0 70 140
16336 23 Sainte-Anne-sur-Gervonde 38358 0 80 140
16337 23 Saint-Antoine-l'Abbaye 38359 0 90 140
16338 23 Saint-Appolinard 38360 0 100 140
16339 23 Saint-Arey 38361 0 110 140
16340 23 Saint-Aupre 38362 0 120 140
16341 23 Saint-Barthélemy 38363 0 130 140
16342 23 Saint-Barthélemy-de-Séchilienne 38364 0 140 140
16343 23 Saint-Baudille-de-la-Tour 38365 0 150 140
16344 23 Saint-Baudille-et-Pipet 38366 0 160 140
16345 23 Saint-Bernard 38367 0 170 140
16346 23 Saint-Blaise-du-Buis 38368 0 180 140
16347 23 Sainte-Blandine 38369 0 190 140
16348 23 Saint-Bonnet-de-Chavagne 38370 0 200 140
16349 23 Saint-Bonnet-de-Mure 38371 0 210 140
16350 23 Saint-Bueil 38372 0 220 140
16351 23 Saint-Cassien 38373 0 230 140
16352 23 Saint-Chef 38374 0 240 140
16353 23 Saint-Christophe-en-Oisans 38375 0 250 140
16354 23 Saint-Christophe-sur-Guiers 38376 0 10 150
16355 23 Saint-Clair-de-la-Tour 38377 0 20 150
16356 23 Saint-Clair-du-Rhône 38378 0 30 150
16357 23 Saint-Clair-sur-Galaure 38379 0 40 150
16358 23 Saint-Didier-de-Bizonnes 38380 0 50 150
16359 23 Saint-Didier-de-la-Tour 38381 0 60 150
16360 23 Saint-Égrève 38382 0 70 150
16361 23 Saint-Étienne-de-Crossey 38383 0 80 150
16362 23 Saint-Étienne-de-Saint-Geoirs 38384 0 90 150
16363 23 Saint-Genis 38385 0 100 150
16364 23 Saint-Geoire-en-Valdaine 38386 0 110 150 X
16365 23 Saint-Geoirs 38387 0 120 150
16366 23 Saint-Georges-de-Commiers 38388 0 130 150
16367 23 Saint-Georges-d'Espéranche 38389 0 140 150
16368 23 Saint-Gervais 38390 0 150 150
16369 23 Saint-Guillaume 38391 0 160 150
16370 23 Saint-Hilaire-de-Brens 38392 0 170 150
16371 23 Saint-Hilaire-de-la-Côte 38393 0 180 150
16372 23 Saint-Hilaire-du-Rosier 38394 0 190 150
16373 23 Saint-Hilaire 38395 0 200 150
16374 23 Saint-Honoré 38396 0 210 150
16375 23 Saint-Ismier 38397 0 220 150
16376 23 Saint-Jean-d'Avelanne 38398 0 230 150 X
16377 23 Saint-Jean-de-Bournay 38399 0 240 150
16378 23 Saint-Jean-de-Moirans 38400 0 250 150
16379 23 Saint-Jean-de-Soudain 38401 0 10 160
16380 23 Saint-Jean-de-Vaulx 38402 0 20 160
16381 23 Saint-Jean-d'Hérans 38403 0 30 160
16382 23 Saint-Jean-le-Vieux 38404 0 40 160
16383 23 Saint-Joseph-de-Rivière 38405 0 50 160
16384 23 Saint-Julien-de-l'Herms 38406 0 60 160
16385 23 Saint-Julien-de-Raz 38407 0 70 160
16386 23 Saint-Just-Chaleyssin 38408 0 80 160
16387 23 Saint-Just-de-Claix 38409 0 90 160
16388 23 Saint-Lattier 38410 0 100 160
16389 23 Saint-Laurent-de-Mure 38411 0 110 160
16390 23 Saint-Laurent-du-Pont 38412 0 120 160
16391 23 Saint-Laurent-en-Beaumont 38413 0 130 160
16392 23 Sainte-Luce 38414 0 140 160
16393 23 Saint-Marcel-Bel-Accueil 38415 0 150 160
16394 23 Saint-Marcellin 38416 0 160 160
16395 23 Sainte-Marie-d'Alloix 38417 0 170 160
16396 23 Sainte-Marie-du-Mont 38418 0 180 160
16397 23 Saint-Martin-de-Clelles 38419 0 190 160
16398 23 Saint-Martin-de-Vaulserre 38420 0 200 160
16401 23 Saint-Martin-d'Hères 38421 0 210 160
16402 23 Saint-Martin-d'Uriage 38422 0 220 160
16403 23 Saint-Martin-le-Vinoux 38423 0 230 160
16404 23 Saint-Maurice-en-Trièves 38424 0 240 160
16405 23 Saint-Maurice-l'Exil 38425 0 250 160
16406 23 Saint-Maximin 38426 0 10 170
16407 23 Saint-Michel-de-Saint-Geoirs 38427 0 20 170
16408 23 Saint-Michel-en-Beaumont 38428 0 30 170
16409 23 Saint-Michel-les-Portes 38429 0 40 170
16410 23 Saint-Mury-Monteymond 38430 0 50 170
16411 23 Saint-Nazaire-les-Eymes 38431 0 60 170
16412 23 Saint-Nicolas-de-Macherin 38432 0 70 170
16413 23 Saint-Nizier-du-Moucherotte 38433 0 80 170
16414 23 Saint-Ondras 38434 0 90 170
16415 23 Saint-Pancrasse 38435 0 100 170
16416 23 Saint-Paul-de-Varces 38436 0 110 170
16417 23 Saint-Paul-d'Izeaux 38437 0 120 170
16418 23 Saint-Paul-lès-Monestier 38438 0 130 170
16419 23 Saint-Pierre-d'Allevard 38439 0 140 170
16420 23 Saint-Pierre-de-Bressieux 38440 0 150 170
16421 23 Saint-Pierre-de-Chandieu 38441 0 160 170
16422 23 Saint-Pierre-de-Chartreuse 38442 0 170 170
16423 23 Saint-Pierre-de-Chérennes 38443 0 180 170
16424 23 Saint-Pierre-de-Méaroz 38444 0 190 170
16425 23 Saint-Pierre-de-Mésage 38445 0 200 170
16426 23 Saint-Pierre-d'Entremont 38446 0 210 170
16427 23 Saint-Priest 38447 0 220 170
16428 23 Saint-Prim 38448 0 230 170
16429 23 Saint-Quentin-Fallavier 38449 0 240 170
16430 23 Saint-Quentin-sur-Isère 38450 0 250 170
16431 23 Saint-Romain-de-Jalionas 38451 0 10 180
16432 23 Saint-Romain-de-Surieu 38452 0 20 180
16433 23 Saint-Romans 38453 0 30 180
16434 23 Saint-Sauveur 38454 0 40 180
16435 23 Saint-Savin 38455 0 50 180
16436 23 Saint-Sébastien 38456 0 60 180
16437 23 Saint-Siméon-de-Bressieux 38457 0 70 180
16438 23 Saint-Sorlin-de-Morestel 38458 0 80 180
16439 23 Saint-Sorlin-de-Vienne 38459 0 90 180
16440 23 Saint-Sulpice-des-Rivoires 38460 0 100 180
16441 23 Saint-Symphorien-d'Ozon 38461 0 110 180
16442 23 Saint-Théoffrey 38462 0 120 180
16443 23 Saint-Vérand 38463 0 130 180
16444 23 Saint-Victor-de-Cessieu 38464 0 140 180
16445 23 Saint-Victor-de-Morestel 38465 0 150 180
16446 23 Saint-Vincent-de-Mercuze 38466 0 160 180
16447 23 Salagnon 38467 0 170 180
16448 23 Salaise-sur-Sanne 38468 0 180 180
16449 23 Salette-Fallavaux 38469 0 190 180
16450 23 Salle-en-Beaumont 38470 0 200 180
16451 23 Sappey-en-Chartreuse 38471 0 210 180
16452 23 Sarcenas 38472 0 220 180
16453 23 Sardieu 38473 0 230 180
16454 23 Sassenage 38474 0 240 180
16455 23 Satolas-et-Bonce 38475 0 250 180
16456 23 Savas-Mépin 38476 0 10 190
16457 23 Savel 38477 0 20 190
16458 23 Séchilienne 38478 0 30 190
16459 23 Semons 38479 0 40 190
16460 23 Septème 38480 0 50 190
16461 23 Sérézin-de-la-Tour 38481 0 60 190
16462 23 Sérézin-du-Rhône 38482 0 70 190
16463 23 Sermérieu 38483 0 80 190
16464 23 Serpaize 38484 0 90 190
16465 23 Seyssinet-Pariset 38485 0 100 190
16466 23 Seyssins 38486 0 110 190
16467 23 Seyssuel 38487 0 120 190
16468 23 Siccieu-Saint-Julien-et-Carisieu 38488 0 130 190
16469 23 Siévoz 38489 0 140 190
16470 23 Sillans 38490 0 150 190
16471 23 Simandres 38491 0 160 190
16472 23 Sinard 38492 0 170 190
16473 23 Solaize 38493 0 180 190
16474 23 Soleymieu 38494 0 190 190
16475 23 Sône 38495 0 200 190
16476 23 Sonnay 38496 0 210 190
16477 23 Sousville 38497 0 220 190
16478 23 Succieu 38498 0 230 190
16479 23 Susville 38499 0 240 190
16480 23 Tèche 38500 0 250 190
16481 23 Tencin 38501 0 10 200
16482 23 Ternay 38502 0 20 200
16483 23 Terrasse 38503 0 30 200
16484 23 Theys 38504 0 40 200
16485 23 Thodure 38505 0 50 200
16486 23 Thuellin 38506 0 60 200
16487 23 Tignieu-Jameyzieu 38507 0 70 200
16488 23 Torchefelon 38508 0 80 200
16489 23 Tour-du-Pin 38509 0 90 200
16490 23 Toussieu 38510 0 100 200
16491 23 Touvet 38511 0 110 200
16492 23 Tramolé 38512 0 120 200
16493 23 Treffort 38513 0 130 200
16494 23 Tréminis 38514 0 140 200
16495 23 Trept 38515 0 150 200
16496 23 Tronche 38516 0 160 200
16497 23 Tullins 38517 0 170 200
16498 23 Valbonnais 38518 0 180 200
16499 23 Valencin 38519 0 190 200
16500 23 Valencogne 38520 0 200 200
16501 23 Valette 38521 0 210 200
16502 23 Valjouffrey 38522 0 220 200
16503 23 Varacieux 38523 0 230 200
16504 23 Varces-Allières-et-Risset 38524 0 240 200
16505 23 Vasselin 38525 0 250 200
16506 23 Vatilieu 38526 0 10 210
16507 23 Vaujany 38527 0 20 210
16508 23 Vaulnaveys-le-Bas 38528 0 30 210
16509 23 Vaulnaveys-le-Haut 38529 0 40 210
16510 23 Vaulx-Milieu 38530 0 50 210
16511 23 Velanne 38531 0 60 210
16512 23 Vénérieu 38532 0 70 210
16513 23 Venon 38533 0 80 210
16514 23 Vénosc 38534 0 90 210
16515 23 Vernas 38535 0 100 210
16516 23 Vernioz 38536 0 110 210
16517 23 Verpillière 38537 0 120 210
16518 23 Versoud 38538 0 130 210
16519 23 Vertrieu 38539 0 140 210
16520 23 Veurey-Voroize 38540 0 150 210
16521 23 Veyrins-Thuellin 38541 0 160 210 X
16522 23 Veyssilieu 38542 0 170 210
16523 23 Vézeronce-Curtin 38543 0 180 210
16526 23 Vienne 38544 0 190 210
16527 23 Vif 38545 0 200 210
16528 23 Vignieu 38546 0 210 210
16529 23 Villard-Bonnot 38547 0 220 210
16530 23 Villard-de-Lans 38548 0 230 210
16531 23 Villard-Notre-Dame 38549 0 240 210
16532 23 Villard-Reculas 38550 0 250 210
16533 23 Villard-Reymond 38551 0 10 220
16534 23 Villard-Saint-Christophe 38552 0 20 220
16535 23 Villefontaine 38553 0 30 220
16536 23 Villemoirieu 38554 0 40 220
16537 23 Villeneuve-de-Marc 38555 0 50 220
16538 23 Ville-sous-Anjou 38556 0 60 220
16539 23 Villette-d'Anthon 38557 0 70 220
16540 23 Villette-de-Vienne 38558 0 80 220
16541 23 Vinay 38559 0 90 220
16542 23 Virieu 38560 0 100 220
16543 23 Viriville 38561 0 110 220
16544 23 Vizille 38562 0 120 220
16545 23 Voiron 38563 0 130 220
16546 23 Voissant 38564 0 140 220 X
16547 23 Voreppe 38565 0 150 220
16548 23 Vourey 38566 0 160 220
16551 23 Chamrousse 38567 0 170 220
/tags/2014-08-05_centre/cartographie/isere_dilate.svg
New file
0,0 → 1,2240
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="640"
height="644.07056"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.45"
sodipodi:docbase="/home/jpm/Tela_Botanica/Projets Externes/Gentiana/Carte Isère"
sodipodi:docname="isere_dilate.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
sodipodi:modified="true"
version="1.0">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.87422374"
inkscape:cx="372.04724"
inkscape:cy="297.4067"
inkscape:document-units="px"
inkscape:current-layer="layer1"
inkscape:window-width="1347"
inkscape:window-height="954"
inkscape:window-x="0"
inkscape:window-y="25" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-187.67889,-0.6106611)">
<g
id="g4764"
style="stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
transform="matrix(1.0106254,0,0,1.0106254,113.51532,-237.96177)">
<path
style="fill:#008cc8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 502.09375,832.09375 C 499.38509,832.68348 497.80777,834.87711 495.0625,835.75 C 487.32563,840.12082 476.6473,835.00695 469.15625,840.25 C 466.77547,841.91003 469.09077,846.26764 465.375,846.15625 C 462.65235,847.68 460.48639,850.19052 456.9375,848.3125 C 453.2419,846.87211 450.63358,850.9386 452.875,854.03125 C 453.97948,856.22807 456.01851,857.41865 456.3125,859.96875 C 458.25239,863.86848 462.67377,868.11006 467.125,865.53125 C 469.87432,869.71026 474.20938,875.0076 479.9375,872.875 C 486.44835,871.56226 493.70149,869.30327 498.15625,864.5 C 502.82879,862.16347 500.47791,855.53456 503.78125,851.96875 C 506.07829,848.1203 504.86739,842.98426 506.4375,839.1875 C 509.66898,836.45129 505.57182,831.43519 502.09375,832.09375 z "
id="16494-23" />
<path
style="fill:#002850;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 455.96875,825.1875 C 451.55656,826.49106 450.39125,832.2144 446.3125,834.34375 C 441.23249,839.06566 437.85584,845.74265 436.09375,852.21875 C 433.18286,854.04303 430.73407,859.78045 435.46875,860.9375 C 438.97585,862.07607 440.62099,857.51759 444.09375,859.34375 C 446.80139,859.84639 448.65793,863.44152 451.875,861.625 C 458.47403,859.23074 453.06432,850.24575 455.4375,845.59375 C 458.50439,842.15605 459.29823,837.20742 461.0625,833.03125 C 461.86053,829.87669 459.73827,824.96333 455.96875,825.1875 z "
id="16182-23" />
<path
style="fill:#00f0a0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 451.375,823.15625 C 446.18895,824.36932 442.49601,828.83 437.53125,830.6875 C 432.36525,834.54712 429.09943,840.56391 425.15625,845.59375 C 423.28105,850.08949 428.38969,852.88253 429.875,856.46875 C 434.3199,859.34248 439.82129,853.61656 439.90625,849.09375 C 442.47815,840.34733 450.48069,834.98406 455.40625,827.78125 C 456.40342,825.13266 454.06369,822.68703 451.375,823.15625 z "
id="16404-23" />
<path
style="fill:#00d278;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 450.25,807.625 C 442.29002,811.05669 444.79275,824.25446 452.8125,826.0625 C 456.41468,827.02795 460.29261,830.39874 457.84375,834.34375 C 455.72884,838.12578 455.42687,842.72907 452.0625,845.65625 C 450.01537,851.23007 458.65458,852.57437 462.3125,851.5 C 464.60832,848.30612 470.7415,848.8033 470.625,843.84375 C 470.63952,840.73706 474.20516,840.55477 476.46875,840.65625 C 479.60749,837.05118 473.53645,833.83017 471.25,831.5 C 467.39792,829.58705 462.53426,827.50585 461.9375,822.65625 C 458.92908,817.44227 456.46437,810.57853 451.0625,807.59375 C 450.79213,807.60832 450.51694,807.56312 450.25,807.625 z "
id="16299-23" />
<path
style="fill:#000a78;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 443.09375,801.375 C 439.43666,802.43761 441.85714,807.63998 437.9375,808.84375 C 433.28086,810.7231 428.87297,812.93798 425.40625,816.59375 C 421.6898,816.94753 418.69139,820.66516 420.59375,824.40625 C 421.85276,826.2269 420.33943,830.63078 417.875,828.65625 C 413.08057,827.06032 404.48776,830.91189 408.0625,836.78125 C 409.24232,839.89503 412.78832,840.53446 415.1875,841.5625 C 416.71171,845.49684 423.30976,847.25657 426.34375,844.75 C 428.91625,839.13429 423.23131,830.20652 430.5625,827.0625 C 434.06496,826.38185 434.84897,821.96415 438.5625,821.3125 C 441.98482,819.21331 444.17701,815.96623 447.59375,813.78125 C 449.97879,811.74662 451.88469,807.30321 448.28125,805.71875 C 447.36044,803.6684 445.78416,800.8602 443.09375,801.375 z "
id="16279-23" />
<path
style="fill:#00b45a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 444.3125,813.75 C 440.45136,814.42428 439.46365,818.925 435.65625,819.84375 C 433.10569,821.28957 432.60809,824.42974 429.3125,824.6875 C 422.05903,828.49465 422.72436,838.70729 425.5625,845.03125 C 429.96637,847.29237 431.78693,839.66798 434.375,837.40625 C 437.76493,831.01654 447.68475,831.10983 450.0625,824.09375 C 449.3905,820.4857 448.89476,814.59875 444.59375,813.71875 L 444.4375,813.71875 L 444.3125,813.75 z "
id="16221-23" />
<path
style="fill:#00f06e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 527.5,799.65625 C 522.78953,800.05829 517.88803,803.39352 518.6875,808.6875 C 519.37837,813.17785 518.36392,816.42214 513.40625,817.21875 C 507.54351,819.25343 505.3316,825.7323 505.3125,831.09375 C 501.72215,835.47609 507.1538,841.97958 512.21875,841.8125 C 516.81993,842.53208 521.42391,842.8931 525.46875,845.03125 C 531.47891,844.73646 526.47458,837.6576 527.625,834.625 C 532.48394,829.8386 540.17901,826.90507 542.625,820.25 C 541.59133,816.37337 539.17554,812.7732 539.5,808.4375 C 538.30146,803.58169 531.75868,804.10113 529.625,800 C 528.983,799.64235 528.21936,799.56212 527.5,799.65625 z "
id="16277-23" />
<path
style="fill:#00a08c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 499.3125,810.90625 C 493.22205,814.77857 485.74132,812.74568 479.03125,812.53125 C 475.08431,812.56588 470.94429,814.3642 470,818.40625 C 467.99375,821.54963 464.29359,823.4457 461.46875,825.5 C 460.92033,829.95573 466.41562,832.25312 469.875,833.59375 C 474.10916,838.82546 480.68202,841.2362 487.34375,840.5 C 492.37214,840.66996 496.7547,837.91493 500.96875,835.90625 C 502.53492,834.22044 507.69338,835.35344 507.21875,831.3125 C 506.56487,824.50268 505.87118,816.54725 501.1875,811.28125 C 500.66663,810.87926 499.94632,810.82804 499.3125,810.90625 z "
id="16344-23" />
<path
style="fill:#00a05a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 546.375,819.53125 C 538.30432,819.93175 533.88089,827.71396 527.3125,831.5 C 523.77535,833.37354 523.25572,842.372 528.5,840.15625 C 529.75409,839.31383 532.04471,839.55899 533.21875,838.09375 C 536.01632,837.6947 536.79359,842.41252 540.15625,840.84375 C 543.01247,840.00904 543.8038,836.3445 547.125,836.53125 C 548.99311,834.43882 553.86148,834.41039 552.96875,830.1875 C 551.7483,827.26183 550.41434,824.44329 550.25,821.15625 C 549.55105,819.66997 547.86559,819.35646 546.375,819.53125 z "
id="16219-23" />
<path
style="fill:#001e28;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 386.34375,787.6875 C 378.60623,790.28121 373.43236,797.85157 372.21875,805.59375 C 370.18378,807.13037 367.11955,808.68713 367.90625,811.8125 C 365.58313,813.86878 367.18265,818.87894 363.15625,818.875 C 359.33523,821.23617 361.04282,828.40317 365.9375,827.75 C 368.5536,827.57118 370.13392,827.94302 370.15625,830.6875 C 372.5503,833.93023 377.35511,831.92829 380.25,834.46875 C 385.93376,836.0725 392.45792,835.21048 397.125,839.28125 C 402.22673,840.04977 400.34306,833.32808 398.5625,830.875 C 397.94611,829.12234 394.27989,826.25697 396.0625,825.5625 C 398.21575,827.47319 400.89105,828.48245 402.0625,831.21875 C 405.38897,834.76909 410.13296,833.06962 413.875,831.40625 C 417.05953,831.11843 422.22868,832.76854 423.0625,828.25 C 423.5987,821.27509 423.33697,811.91655 415.84375,808.65625 C 413.36952,807.18664 413.76106,804.63909 415.28125,802.78125 C 414.93593,798.54759 408.97595,800.79963 406.8125,797.90625 C 403.79345,796.37718 402.24803,792.17382 398.03125,793.59375 C 391.83801,796.55057 391.82828,787.22781 386.34375,787.6875 z "
id="16071-23" />
<path
style="fill:#003c0a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 550.84375,811.375 C 546.7685,814.39371 548.30249,820.94735 548.40625,825.4375 C 548.47366,829.34449 552.8596,833.22479 555.86707,829.15615 C 559.97438,826.81897 565.62509,820.60779 560.78125,816.28125 C 557.4951,814.76088 554.87948,811.6063 551.15625,811.28125 L 550.84375,811.375 z "
id="15997-23" />
<path
style="fill:#00fa28;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 511.21875,784.8125 C 507.39783,786.45911 506.90698,791.33534 503.09375,792.71875 C 500.52279,795.99888 499.77075,800.4805 498.4375,804.15625 C 498.55029,812.82802 504.41635,819.99873 503.96875,828.78125 C 504.42597,840.1298 507.49249,830.76754 509.3125,824.875 C 510.21314,818.5643 519.89458,819.77562 521.625,815.1875 C 522.42393,811.20884 519.30944,803.51014 525.59375,803 C 529.1058,802.86104 532.26335,797.23199 527.5625,796.1875 C 524.61417,795.95519 522.95588,792.54042 519.6875,792.75 C 515.51022,791.31819 516.5352,784.17207 511.21875,784.8125 z "
id="16093-23" />
<path
style="fill:#000a5a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 480.125,793.28125 C 475.35708,794.61928 470.66836,797.06954 465.59375,797.5625 C 461.82616,799.99496 461.05909,805.34473 456.5625,807.1875 C 452.02045,808.88747 448.46387,810.06523 453.83335,814.25642 C 457.95245,817.65821 458.02602,824.03954 462.34375,826.9375 C 467.22477,826.84866 470.55093,821.43307 473.3125,817.9375 C 475.00141,814.27465 480.99354,815.51702 484.4375,815.75 C 490.39338,816.64186 498.8172,816.4897 502.0625,810.59375 C 502.18233,807.84267 498.57332,808.59116 498.125,805.90625 C 493.60074,801.37224 487.34627,798.75731 483,793.90625 C 482.14827,793.40609 481.11714,793.14471 480.125,793.28125 z "
id="16204-23" />
<path
style="fill:#005000;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 537.90625,804.65625 C 535.04343,810.67493 537.79494,820.16022 544.34375,822.625 C 547.44105,822.67952 551.67002,821.61001 551.1875,817.59375 C 551.38819,814.39555 551.43794,809.60433 547.65625,808.78125 C 545.30531,806.484 541.03887,803.13119 537.90625,804.65625 z "
id="15974-23" />
<path
style="fill:#008228;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 434.34375,790.8125 C 426.23343,793.36699 418.31252,797.72268 412.0625,803.46875 C 409.36772,808.11773 414.96795,811.30343 418.15625,813.5 C 419.61157,816.07359 420.367,820.91284 424.5,819.875 C 429.11774,818.32377 431.53195,813.2845 436.625,812.5625 C 441.7071,811.00609 446.31557,804.13556 441.75,799.78125 C 441.87372,795.97707 437.52224,794.7561 436.78125,791.46875 C 436.21748,790.81584 435.16705,790.70196 434.34375,790.8125 z "
id="16081-23" />
<path
style="fill:#001e32;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 550.78125,793.53125 C 546.31032,794.48498 543.11756,798.7286 538.12845,798.02055 C 534.90409,798.00573 527.38462,798.65008 529.59375,803.6875 C 534.24643,808.48563 542.96051,805.86191 547,811.5625 C 550.27229,813.17495 553.59296,809.66496 553.25,806.625 C 559.09272,809.13923 565.43811,800.36944 559.65625,796.46875 C 557.27567,794.36906 553.96872,793.16298 550.78125,793.53125 z "
id="16096-23" />
<path
style="fill:#001432;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 456.1875,777.28125 C 455.77565,781.71347 455.40495,786.60268 451.5625,789.375 C 450.41758,794.02416 447.25693,797.90609 445.53125,802.375 C 443.49367,809.95646 455.2557,813.76612 459.625,808.0625 C 463.32687,805.44923 467.30488,801.14292 464.375,796.4375 C 463.41535,791.81841 466.23179,786.81017 463.28125,782.375 C 461.46044,778.7182 459.01459,775.3679 456.96875,771.8125 C 456.70833,773.63542 456.44792,775.45833 456.1875,777.28125 z "
id="16095-23" />
<path
style="fill:#006e46;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 402.3125,746.25 C 391.98849,746.78448 382.70988,751.95956 372.28125,752.25 C 367.24691,752.27297 364.59077,757.11001 365.1875,761.71875 C 364.94065,769.34464 360.50282,776.85041 363.71875,784.4375 C 363.76417,792.03522 360.94668,799.24523 359.59375,806.6875 C 364.00874,809.53658 372.356,812.43064 375.03125,805.78125 C 376.10509,799.23636 379.84514,793.33285 386,790.5 C 388.56101,789.57668 387.64341,785.05552 390.6875,786.375 C 395.50777,786.26153 399.81874,783.32243 401.5625,778.96875 C 408.31022,773.05969 414.70051,764.16423 411.6875,754.65625 C 411.07339,750.46799 408.3751,745.41464 403.34375,746.21875 L 402.34421,746.24904 L 402.3125,746.25 z "
id="16164-23" />
<path
style="fill:#003cb4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 492.1875,768.40625 C 485.91779,771.9648 486.47157,780.40757 483.0625,786.03125 C 482.71988,788.85037 483.26423,791.59984 482.03125,794.21875 C 483.17318,802.16431 494.05308,802.80181 497.375,809.3125 C 501.27415,812.00734 501.81972,806.38347 501.03125,803.90625 C 503.34638,800.02999 503.1775,794.4412 507.78125,792.375 C 510.81538,789.44421 514.18122,784.15154 509.6875,780.96875 C 507.84766,776.90039 502.02736,776.53007 499.5625,772.5625 C 497.55161,770.78989 495.17613,767.72643 492.1875,768.40625 z "
id="16436-23" />
<path
style="fill:#005050;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 442.96875,767.84375 C 440.73631,769.52847 442.27862,773.19214 439.46875,774.84375 C 437.76712,777.3801 433.26598,777.14772 433.71875,781.15625 C 433.61546,787.2212 434.40223,793.93859 438.625,798.5 C 438.78597,803.3733 445.79859,806.31017 448.28125,801.3125 C 451.41039,798.0869 452.80797,793.76082 454.4375,789.90625 C 458.95565,786.98111 458.30526,780.66093 459,776 C 453.40865,775.18399 448.49558,772.28883 445.15625,767.9375 C 444.47282,767.66174 443.64946,767.39933 442.96875,767.84375 z "
id="16186-23" />
<path
style="fill:#00dcc8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 587.75,733.15625 C 583.16656,733.17791 582.51592,738.9048 578.96875,741 C 572.80931,747.96733 564.75569,755.04603 564.96875,765.21875 C 562.69686,771.27551 566.17864,775.20162 570.65625,778.84375 C 573.90222,781.19377 570.87984,785.38441 573.5625,788.25 C 574.34259,790.82079 577.31122,791.56667 578.9375,792.625 C 581.42369,796.53533 585.24756,799.42039 587.6875,803.34375 C 590.26101,805.40595 592.42011,802.62232 593.1875,800.5 C 596.54442,798.76558 598.72937,795.94077 601.875,793.90625 C 604.87758,790.54018 608.71362,787.93573 612.28125,785.59375 C 613.48802,781.95771 617.39477,779.58515 619.3125,776.375 C 622.13657,778.72404 626.14133,777.25815 628.625,779.90625 C 633.7808,781.23492 639.90579,779.89886 644.125,776.71875 C 645.54226,772.76432 639.37783,771.05389 640.59375,766.78125 C 640.40692,762.69511 636.83571,760.28702 636.25,756.28125 C 633.54283,751.62499 625.47977,755.24515 623.96875,749.625 C 620.81455,746.29759 614.83233,749.97638 611.875,746.90625 C 610.24242,743.17612 610.93967,735.80037 605.09375,736.0625 C 599.31798,734.9806 593.85837,732.30284 587.75,733.15625 z "
id="16502-23" />
<path
style="fill:#00bea0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 431.3125,781.09375 C 425.73712,781.79275 421.26726,786.67675 416.26927,787.74869 C 411.79251,785.51934 406.01727,784.58491 402.5,788.9375 C 397.86578,792.64509 401.70631,798.81562 406.0625,800.71875 C 412.40529,805.49381 419.85158,801.09875 425.40625,797.375 C 429.61303,794.77962 437.80726,794.18554 437.0625,787.5 C 437.0384,784.01303 435.47206,780.42674 431.3125,781.09375 z "
id="16397-23" />
<path
style="fill:#00beb4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 559.875,772.21875 C 554.50186,771.61527 550.87134,776.48789 551.07481,781.48959 C 551.00767,785.96295 547.96648,793.35436 553.0625,796 C 554.88063,795.90337 556.21017,798.1607 558.125,797.65625 C 558.867,802.1374 563.28957,803.95435 567.4375,802.96875 C 573.62283,803.08257 571.2583,794.15314 576.375,792.34375 C 578.50686,788.78755 573.74349,785.27961 574.96875,781.40625 C 572.93931,775.04704 566.57124,771.08586 559.875,772.21875 z "
id="16449-23" />
<path
style="fill:#004632;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 542.0625,776.78125 C 538.21112,778.08396 534.15995,777.93368 530.5625,779.5 C 528.10996,782.21549 523.47558,782.85607 522.0625,786.21875 C 523.0192,790.59466 532.46894,788.29766 530.6875,793.875 C 528.99596,796.21699 529.3242,801.71671 533.34375,800.1875 C 538.58244,798.16325 541.33299,792.63164 540.9375,787.3125 C 543.73613,785.25541 549.6402,781.77813 545.75,777.84375 C 544.83414,776.8283 543.3939,776.60201 542.0625,776.78125 z "
id="16100-23" />
<path
style="fill:#008ca0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 549.5625,778.125 C 545.40512,779.45653 542.3078,783.15848 538.875,785.6875 C 536.57357,788.3455 539.96138,792.48729 536.28125,794.5625 C 530.01244,799.79112 529.77841,802.41033 538.59375,801.0625 C 543.43728,801.27784 547.10148,797.70219 551.1875,795.84375 C 554.21255,793.32856 551.88673,789.88726 552.46875,786.90625 C 554.28692,783.46959 555.42519,777.43821 549.5625,778.125 z "
id="16392-23" />
<path
style="fill:#001ea0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 488.34375,766.09375 C 484.35704,767.09806 482.91315,771.77907 478.5625,772.40625 C 472.57961,775.4223 465.34645,774.6858 459.375,777.1875 C 457.51088,781.11215 463.16987,784.80688 462.1875,789.28125 C 461.31601,792.76722 459.67544,798.79376 464.875,799.6875 C 471.88389,799.60601 479.38187,797.29808 484.6875,792.75 C 486.31786,789.43953 485.20563,785.45649 487.625,782.375 C 488.28542,777.25666 492.06468,773.03164 492.4375,768.09375 C 492.05217,766.2327 489.9436,765.93111 488.34375,766.09375 z "
id="16381-23" />
<path
style="fill:#002882;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 523.25,786.46875 C 519.20685,786.33549 513.17685,789.80038 516.96875,794.1875 C 519.06986,796.73222 522.82082,795.36043 524.75,798.15625 C 529.76692,802.10185 535.88694,795.11555 533,790.15625 C 531.37175,786.66998 526.57674,786.36756 523.25,786.46875 z "
id="16307-23" />
<path
style="fill:#0028aa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 408.78125,763.15625 C 408.52966,771.17922 400.28331,774.81065 396.875,781.125 C 394.57801,784.24271 391.10042,783.64674 387.84375,783.4375 C 383.0723,785.52483 387.93744,790.84491 389.94463,793.21237 C 393.00015,798.93946 401.48496,797.09637 403.6875,791.84375 C 405.92418,788.19478 409.94698,787.58611 413.59375,789.75 C 420.24121,791.90597 425.36454,785.07783 430.9375,782.6875 C 429.70774,778.89774 430.83325,770.10745 424.875,770.375 C 422.46277,772.85139 419.8366,770.71756 417.96875,768.5 C 414.99532,766.77586 408.65185,754.3922 408.78125,763.15625 z "
id="16409-23" />
<path
style="fill:#00c8b4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 517.5,774.1875 C 513.47303,774.56782 506.95962,776.14235 506.75,780.84375 C 508.99697,784.63952 512.92007,787.65454 514.9375,791.1875 C 520.32765,792.24908 523.74861,786.172 528.40625,784.4375 C 533.17701,780.74346 527.73794,774.42384 523.0625,774.5 C 521.2375,774.14158 519.35908,774.08768 517.5,774.1875 z "
id="16450-23" />
<path
style="fill:#00aa82;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 421.8125,760.4375 C 414.3539,759.29766 412.67625,771.2442 419.125,773.34375 C 421.36752,774.67204 424.24268,772.79616 426.09375,773.0625 C 427.77737,776.8996 426.70505,784.54022 432.8125,784.0625 C 435.27852,784.39555 436.24239,781.74046 436.3125,780.15625 C 439.91158,779.54442 442.22977,775.40259 438.9375,772.75 C 436.11898,768.37404 430.00855,768.68989 427.78125,763.65625 C 426.42494,761.73216 424.34083,759.99837 421.8125,760.4375 z "
id="16320-23" />
<path
style="fill:#001eaa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 523.40625,768.4375 C 524.59592,771.19375 524.12632,773.58411 522.65625,775.90625 C 523.30782,778.74237 527.01522,777.25354 527.65625,780.125 C 532.37623,784.33917 539.03964,778.12496 544.0625,779.84375 C 545.94161,782.31849 548.90884,780.85194 551.125,780.5625 C 555.36568,782.15551 555.25399,776.45257 552.875,774.5 C 550.46496,771.20335 548.11723,766.83089 543.3125,767.625 C 536.90878,765.41263 529.74847,766.15648 522.9375,766.0625 C 523.09375,766.85417 523.25,767.64583 523.40625,768.4375 z "
id="16408-23" />
<path
style="fill:#00beaa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 494.03125,765.375 C 489.82647,766.1459 492.33712,770.95764 495.125,771.8125 C 499.06185,775.14871 503.57399,782.27569 509.53125,779.75 C 512.83915,779.08956 515.63669,773.75848 511.1875,772.4375 C 506.65145,772.45902 504.22645,767.66377 499.875,766.78125 C 498.00108,766.11754 496.06389,765.24226 494.03125,765.375 z "
id="16424-23" />
<path
style="fill:#00fa8c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 642.4375,689.15625 C 638.54625,691.02757 641.78862,695.2408 643.21875,697.5625 C 643.37177,700.52796 644.56119,707.10306 639.59375,706.4375 C 634.51983,707.04499 627.78112,705.77333 625.15625,711.4375 C 622.26592,713.67063 619.72792,717.19314 617.6875,719.65625 C 612.96702,721.23142 614.0262,727.7476 610.96875,731 C 611.01336,734.97907 605.65941,737.11666 607.5625,741.53125 C 608.47974,745.3412 609.31062,751.93946 614.78125,751.0625 C 617.43303,751.54845 622.49097,749.1321 622.9375,753.21875 C 625.34855,757.07297 631.75076,754.82682 634.03125,757.875 C 634.4879,761.88893 639.43207,764.63781 637.78125,768.78125 C 639.43277,774.95378 646.38911,778.1771 651.875,780.40625 C 656.58043,780.60748 662.59835,780.73516 666.125,777.21875 C 666.89678,772.32901 671.69484,769.82022 676.28125,769.6875 C 678.24551,768.97365 681.53416,765.19851 683.1875,768.09375 C 683.68205,771.06795 686.55855,772.80959 688.8125,773.53125 C 690.25477,780.16783 700.33076,782.17332 703.5,775.78125 C 705.31341,771.25268 703.83371,766.01408 703.46875,761.5625 C 706.95166,759.3187 707.90297,753.79569 704.6875,751.3125 C 706.99247,745.40737 705.82431,738.7243 704.09375,732.90625 C 705.08034,729.73704 704.90497,725.00203 700.71875,724.6875 C 697.47108,723.40679 691.44943,725.11821 691.6875,719.96875 C 690.77652,716.39049 694.16488,712.3171 690.34375,709.5 C 686.44561,707.42711 688.15544,703.47883 689,700.125 C 690.66163,696.27554 686.86052,693.55319 683.28125,694.5 C 675.52987,694.42361 668.19228,698.76851 660.6875,698.84375 C 655.1296,695.03562 649.19551,690.84933 642.75,689.0625 L 642.4375,689.15625 z "
id="16353-23" />
<path
style="fill:#00f050;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 462.84375,755.28125 C 458.96424,757.07797 457.92348,762.26794 454.28125,764.625 C 451.28738,770.21752 446.68903,762.23728 442.5625,764.78125 C 440.55399,769.53459 446.86336,772.62741 449.78125,775.34375 C 454.36928,778.37385 461.71794,780.46795 466.40625,776.8125 C 470.12402,771.22744 465.92095,764.84245 466.4375,758.875 C 466.28916,757.03393 464.95746,754.90561 462.84375,755.28125 z "
id="16202-23" />
<path
style="fill:#006e8c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 466.03125,758.125 C 461.48598,760.62526 465.5753,766.90663 464.75,770.9375 C 463.79774,774.68668 465.97453,779.21902 470.375,778.03125 C 475.16782,778.62937 477.84694,773.31046 475.5,769.4375 C 473.51487,765.53809 470.98462,761.68281 468.09375,758.4375 C 467.47728,758.08919 466.71808,757.87856 466.03125,758.125 z "
id="16339-23" />
<path
style="fill:#0082c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 435.4375,746.65625 C 428.80977,750.15052 428.99013,759.41443 428.6875,766.03125 C 427.97698,769.6647 431.17469,771.08287 433.9375,771.65625 C 436.25655,774.06442 441.01838,779.07684 443.5625,774.0625 C 446.73721,766.23445 440.20833,759.13509 440.125,751.4375 C 439.47355,749.35128 438.06581,746.35373 435.4375,746.65625 z "
id="16493-23" />
<path
style="fill:#0082a0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 500.0625,756.15625 C 495.66013,757.00866 494.46313,762.37699 493.46875,766.09375 C 497.44749,769.63807 503.1901,770.50735 507.21875,774.125 C 512.44005,776.87905 519.43927,777.82906 524.9375,775.5625 C 528.0173,772.17776 526.79482,765.48483 521.75,765.15625 C 522.04216,760.52541 516.39368,754.93296 512.375,759.5 C 507.57005,762.5572 504.57198,755.62742 500.0625,756.15625 z "
id="16391-23" />
<path
id="16124-23"
d="M 550.77762,772.71855 C 549.30079,771.14655 548.63226,769.15165 548.63226,766.31675 C 548.63226,763.14035 548.19511,762.05985 546.72069,761.59185 C 544.22426,760.79955 542.63467,751.31045 544.77156,749.95655 C 546.87,748.62705 550.63492,748.90715 551.22179,750.43655 C 551.51151,751.19155 553.95681,753.01115 556.6558,754.48015 C 561.30087,757.00825 561.72252,757.06855 564.54799,755.60745 C 568.44488,753.59225 568.91913,753.65925 567.64244,756.04485 C 567.05933,757.13435 566.256,761.29685 565.85725,765.29485 L 565.13226,772.56385 L 560.13226,773.08165 C 557.38226,773.36645 554.63517,773.91505 554.02762,774.30085 C 553.42007,774.68655 551.95757,773.97455 550.77762,772.71855 z "
style="fill:#00283c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2918" />
<path
style="fill:#000a82;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 469.9375,753.71875 C 466.57217,753.61017 461.22705,758.9241 465.84375,760.96875 C 469.02171,761.49516 469.22232,766.13278 471.875,767.6875 C 473.48235,770.37203 473.48736,778.16151 478.34375,775.3125 C 481.68058,771.44729 479.17767,765.26465 483.65625,761.9375 C 486.243,757.37875 479.79328,755.25085 476.25,756.03125 C 473.4018,756.60037 473.01714,752.84591 469.9375,753.71875 z "
id="16304-23" />
<path
style="fill:#00a028;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 483.78125,763.28125 C 480.7015,765.37924 476.42482,769.15016 477.53125,773.3125 C 481.26437,776.58007 486.95534,771.43149 487.53125,767.40625 C 488.26189,765.08598 486.36498,762.18741 483.78125,763.28125 z "
id="16084-23" />
<path
style="fill:#00b4c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 538.5,744.09375 C 535.66319,744.95481 534.59961,748.2551 531.34375,748.71875 C 525.75292,752.38705 518.80039,757.7753 519.125,765.125 C 521.4154,770.81993 529.37043,768.34581 534.09375,769.21875 C 538.83848,768.36575 544.01056,771.81997 548.34375,769.5625 C 551.08548,766.59315 549.37196,761.55071 545.90625,760.15625 C 544.1082,754.94922 545.44138,746.79472 539.5625,744.0625 C 539.2088,744.07854 538.85118,744.03236 538.5,744.09375 z "
id="16498-23" />
<path
style="fill:#00aa50;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 445.3125,736.9375 C 440.58959,738.47343 441.47634,745.23661 439.28125,748.90625 C 435.27996,756.97867 440.78836,766.53676 448.94897,768.99729 C 453.45218,771.92591 456.41621,765.31913 459.53125,762.9375 C 463.23976,759.81938 462.35799,754.31056 458.59375,751.625 C 453.9608,747.30734 452.63516,737.66734 445.3125,736.9375 z "
id="16195-23" />
<path
style="fill:#00be64;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 485.40625,742.09375 C 480.48198,743.97175 484.92403,750.28592 482.6875,753.875 C 481.12865,757.10051 482.47336,761.31329 478.9375,763.5 C 475.53577,766.27645 479.75639,770.87233 482.65625,767.4375 C 486.84717,764.40855 494.86404,762.16574 493.28125,755.40625 C 492.03032,752.08906 496.71861,746.01454 491.21875,745.09375 C 488.80324,745.30073 488.62831,741.16374 485.40625,742.09375 z "
id="16247-23" />
<path
style="fill:#008278;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 491.09375,760.59375 C 486.96895,759.9038 481.8973,765.53368 486.40625,768.375 C 490.41858,770.72243 498.17545,767.39364 495.875,762.15625 C 494.7164,760.68564 492.86283,760.41966 491.09375,760.59375 z "
id="16291-23" />
<path
style="fill:#0082aa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 419.375,728.46875 C 414.27812,728.995 415.57085,735.05722 417.78125,737.9375 C 419.33821,741.40363 419.12131,746.18101 414.59375,747 C 411.87404,748.14831 406.0689,748.24476 408.375,752.78125 C 409.58462,757.93318 408.98713,766.37922 415.84375,767.59375 C 418.90902,767.47623 417.57222,762.7691 421.09375,763.25 C 424.32142,762.97218 424.21213,759.60181 423.1875,757.59375 C 424.59588,754.77268 428.71908,752.47172 426.4375,748.71875 C 425.62064,745.03875 429.10156,741.43614 427.03125,737.625 C 425.50334,734.83119 425.24943,731.2455 423.09375,729 C 421.93768,728.47012 420.63375,728.28428 419.375,728.46875 z "
id="16418-23" />
<path
style="fill:#00aa5a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 426.71875,740.28125 C 422.67184,742.90822 424.51804,748.47503 424,752.34375 C 421.15852,754.16176 419.48465,758.41758 422.5,761.25 C 425.04906,764.65215 427.8128,767.99035 430.46875,771.375 C 430.82826,763.08567 434.97927,754.0901 430.78125,746.25 C 430.66504,743.77901 430.42198,739.06022 426.71875,740.28125 z "
id="16220-23" />
<path
style="fill:#00dcbe;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 493.46875,746.59375 C 488.9064,748.95008 490.61049,755.9228 491.25,760 C 491.80481,764.19008 497.61549,764.63604 498.3125,760.125 C 499.77639,755.80077 497.40011,751.34197 495.9375,747.40625 C 495.33478,746.62445 494.42485,746.35199 493.46875,746.59375 z "
id="16477-23" />
<path
style="fill:#008cbe;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 505.46875,751.5 C 501.3848,750.32377 496.25568,756.96759 501.0625,759 C 504.83889,760.75981 509.09935,765.0637 513.53125,761.8125 C 515.20083,759.64767 516.99091,760.49729 518.84375,761.65625 C 523.855,762.56713 525.92678,754.06895 520.53125,753 C 515.74845,751.37004 510.48453,751.53111 505.46875,751.5 z "
id="16469-23" />
<path
style="fill:#00f0be;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 477.53125,738.5625 C 474.44071,739.74129 469.03289,738.89112 468.875,743.625 C 469.03202,747.3897 465.87456,754.16778 470.71875,756.0625 C 472.22114,756.75151 473.28105,759.20003 475.5625,758.9375 C 480.852,760.06592 486.60294,756.3517 486.125,750.59375 C 486.59809,745.21427 484.09974,737.96495 477.53125,738.5625 z "
id="16479-23" />
<path
style="fill:#00a064;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 461.21875,713.15625 C 457.42027,715.46037 457.55928,721.14858 456.28125,724.78125 C 453.59844,726.63766 450.85405,729.11894 449.75,731.96875 C 445.82427,731.02666 440.54846,734.21474 442.6875,738.625 C 445.05479,740.98837 449.30688,739.44808 450.28125,743.5625 C 453.69629,749.20283 457.41644,757.51316 464.8125,758.0625 C 469.93438,756.40714 465.60101,750.06382 465.9375,746.5625 C 465.4144,741.61658 464.61183,735.9791 462.34375,731.90625 C 463.78201,728.26288 470.25571,724.66647 468.125,721.34375 C 465.92465,719.29275 463.56578,717.34115 464.0625,714.21875 C 463.3716,713.4162 462.29462,712.75404 461.21875,713.15625 z "
id="16244-23" />
<path
style="fill:#00e664;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 502.4375,734.9375 C 495.95751,736.8723 492.09484,744.56184 494.4375,751 C 493.88982,754.83767 498.08668,760.8965 501.53125,756.3125 C 502.33423,753.9206 503.61192,752.79755 506.21875,753.84375 C 511.47003,754.26809 513.64471,747.32053 510.53125,743.6875 C 508.38892,740.76944 507.06792,734.63852 502.4375,734.9375 z "
id="16251-23" />
<path
style="fill:#00960a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 470.09375,721.09375 C 464.98842,722.6661 460.00834,728.11357 460.40625,733.65625 C 463.90677,740.89111 461.01247,750.9828 467.03125,756.9375 C 472.0345,758.13827 470.4073,750.97528 471.34375,748.21875 C 471.74585,739.71906 475.99175,731.30095 474.625,722.875 C 473.85359,721.21044 471.72827,720.93235 470.09375,721.09375 z "
id="16243-23" />
<path
style="fill:#00506e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 520.375,728.1875 C 514.6918,729.9488 516.24466,737.69501 513.21875,741.8125 C 512.01048,748.34726 516.97897,757.55679 524.40625,756.5625 C 528.03221,754.59079 530.80946,751.03925 535,750.15625 C 539.3547,747.66207 541.37378,741.39521 537.28125,737.71875 C 533.11145,732.62908 527.32683,727.93929 520.375,728.1875 z "
id="16261-23" />
<path
style="fill:#001478;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 576.96875,718.84375 C 569.0187,722.76915 559.48416,720.87664 551.1875,724.0625 C 547.08567,726.19174 538.08168,723.79946 538.59463,730.1131 C 539.03948,735.60296 533.99209,742.86575 539.5625,747.03125 C 540.95189,749.46389 542.97769,751.35054 546.15625,750.40625 C 550.96679,748.23973 552.52595,753.87319 556.51867,755.16245 C 562.48794,759.50148 570.04109,754.25221 574.5,750.0625 C 577.93552,745.45012 581.87805,741.43865 585.75,737.46875 C 586.66351,733.00797 581.76732,729.56817 581.66724,725.13096 C 580.8628,722.84741 580.51891,718.18283 576.96875,718.84375 z "
id="16280-23" />
<path
style="fill:#00328c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 367.1875,719.28125 C 362.65805,722.47209 362.71054,729.46945 362.78125,734.65625 C 364.08477,741.31702 364.19529,748.50155 366.53125,754.84375 C 370.25934,757.49611 375.18916,753.73395 379.40625,754.09375 C 385.88429,753.39059 391.79812,750.43181 398.0625,749.46875 C 401.37807,745.63732 400.96034,739.6963 402.34375,735.0625 C 401.14639,729.39395 393.39685,729.84029 389.03125,728.28125 C 383.68068,727.4028 378.35699,727.37512 373.15625,725.5625 C 368.70795,726.36789 372.38904,718.46531 367.1875,719.28125 z "
id="16333-23" />
<path
id="16501-23"
d="M 509.63226,752.55025 C 509.63226,752.26785 510.19074,751.14245 510.87333,750.04945 C 511.94017,748.34115 511.5676,747.04105 508.21959,740.78925 C 504.99859,734.77455 504.44043,732.91495 504.99324,730.04005 C 505.36088,728.12815 506.02854,725.98605 506.47692,725.27995 C 507.56238,723.57055 510.30748,724.71385 510.94183,727.13965 C 511.2512,728.32265 512.65241,729.31785 514.54037,729.69545 C 516.24091,730.03555 517.63226,730.64045 517.63226,731.03965 C 517.63226,732.15205 515.59569,738.29735 514.41296,740.75385 C 513.67015,742.29655 513.67974,744.20935 514.44538,747.22575 C 515.26825,750.46755 515.24077,751.69285 514.33225,752.27045 C 512.97471,753.13335 509.63226,753.33235 509.63226,752.55025 z "
style="fill:#00d2c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2882" />
<path
style="fill:#00aabe;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 422.625,727.125 C 420.27191,730.34944 422.63939,734.04402 424.0625,737 C 423.96237,740.59297 428.37443,741.56042 427.75,745.0625 C 427.83023,748.08371 430.41548,753.83281 434.0625,750.8125 C 437.58817,746.15396 438.7343,760.03715 441.15007,750.45717 C 442.77664,748.02609 444.58064,744.07114 441.625,742.1875 C 440.98687,739.61161 438.21873,739.09728 439.1875,736.1875 C 437.2904,729.60289 428.33607,730.16749 424.09375,726.53125 C 423.52258,726.5395 422.84679,726.30451 422.625,727.125 z "
id="16472-23" />
<path
style="fill:#00a096;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 415.25,729.65625 C 411.6052,731.78718 406.43034,735.40675 402.6875,731.75 C 397.64742,731.05941 399.78846,737.72321 398.15625,740.65625 C 396.43338,744.46962 398.88926,749.42423 403.40625,748.875 C 406.88694,748.8294 409.83897,752.5423 413.46875,750.40625 C 417.72376,749.10666 423.14099,745.62007 421.125,740.5 C 420.32332,736.32771 418.7118,732.4367 417.3125,728.4375 C 416.625,728.84375 415.9375,729.25 415.25,729.65625 z "
id="16369-23" />
<path
style="fill:#00d296;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 509.5,712.125 C 504.00792,714.42742 501.71723,721.23154 495.84375,722.75 C 491.59946,726.09021 485.61173,729.13476 487.36329,735.53014 C 487.29403,739.99451 485.64925,748.21841 492.4375,748.25 C 497.49365,748.73576 496.05537,741.71726 499.59375,739.65625 C 502.22864,737.48728 506.45478,736.09542 505.65625,731.75 C 506.13984,725.72748 509.31314,720.57048 512.53125,715.71875 C 513.06958,713.81478 511.62681,711.63515 509.5,712.125 z "
id="16374-23" />
<path
style="fill:#00e600;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 439.96875,722.65625 C 437.02022,722.86287 435.45965,725.93586 434.03125,727.5625 C 431.40239,727.00165 425.95604,725.21184 426.15625,729.78125 C 428.73092,733.93882 437.61469,732.14509 436.6875,738.71875 C 437.33942,741.07356 438.88658,742.84043 440.34375,744.71875 C 443.60752,746.34084 445.01248,742.39965 444.15625,739.90625 C 444.53489,736.07382 449.04141,730.37449 443.9375,727.78125 C 443.2685,725.67763 443.39155,722.08785 439.96875,722.65625 z "
id="15989-23" />
<path
style="fill:#002878;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 477.65625,720.40625 C 470.93807,720.87313 472.36531,729.40415 471.125,733.9375 C 469.49837,737.27387 469.99332,743.41291 475.09375,741.96875 C 477.49137,741.11084 479.79814,740.13359 481.625,742.65625 C 483.76559,745.48327 488.56935,745.9443 489.34375,741.75 C 491.27203,737.39661 489.31714,732.60552 490.90625,728.3125 C 489.61179,722.79086 482.86525,719.96018 477.65625,720.40625 z "
id="16282-23" />
<path
style="fill:#004650;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 538.5,682.09375 C 528.51174,684.39528 522.00189,693.5622 515.03125,700.4375 C 512.92063,702.68261 510.64901,705.61369 510.84375,708.59375 C 507.8681,711.43476 511.03564,716.31891 507.28125,718.8125 C 504.14496,721.45496 506.4845,725.19691 509.65625,725.96875 C 511.48075,732.55378 520.15497,730.34899 525.15625,731.75 C 530.87127,732.32874 533.14242,739.55328 538.53125,739.96875 C 542.92214,736.93725 540.93772,730.08086 542.12191,725.50776 C 541.78757,719.51189 544.10155,714.11197 548.09375,709.78125 C 550.57141,705.28882 546.90028,700.3283 547.9375,695.53125 C 546.96074,692.37251 543.70832,690.67194 543.96875,686.96875 C 543.59368,684.20678 541.60112,681.55142 538.5,682.09375 z "
id="16185-23" />
<path
style="fill:#005ad2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 606.90625,699 C 602.26431,699.8565 593.90732,699.75717 593.84375,706.3125 C 595.15317,715.90836 595.66404,725.65005 594.21875,735.3125 C 599.6813,738.08884 608.03279,741.75831 612.5,735.34375 C 613.78596,732.77976 613.82876,730.28691 615.65625,727.9375 C 616.21886,723.76205 618.38248,720.84872 621.75,718.59375 C 624.62721,714.7896 632.09613,710.8434 629.21875,705.21875 C 623.87685,699.24109 614.29128,699.55549 606.90625,699 z "
id="16514-23" />
<path
style="fill:#00645a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 427.03125,710.40625 C 423.62442,711.16344 419.7826,712.76822 419.15625,716.59375 C 416.83536,718.33176 414.49616,718.97913 411.625,719.59375 C 410.85612,725.4702 404.16358,728.79933 401.89654,734.20693 C 403.44891,738.54836 409.76672,735.6205 412.8125,734.0625 C 415.86684,731.11547 420.05463,731.39243 423.5,729.5 C 428.93713,725.54785 432.00064,717.81605 429.96875,711.3125 C 429.14405,710.54587 428.16402,710.1283 427.03125,710.40625 z "
id="16213-23" />
<path
style="fill:#001414;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 558.5,639.34375 C 552.43625,640.58443 551.27502,649.17726 553.1875,654.15625 C 555.14649,657.50249 555.24878,663.22906 560.28125,663.40625 C 562.24781,664.60858 566.74572,665.88462 566.9375,667.96875 C 563.65652,669.87515 561.40054,675.56131 566,677.34375 C 568.9536,678.14991 572.10574,678.78618 572.78125,682.28125 C 573.87727,684.75405 577.05918,685.46228 578.71875,683.65625 C 581.34581,685.62797 583.44365,689.07229 585.0625,692.03125 C 585.27943,698.71737 584.73201,706.70283 580.71875,712.0625 C 574.94901,712.24528 576.6276,719.81633 578.28125,723.21875 C 579.59803,728.11721 580.88327,735.64819 587.375,735.90625 C 591.32136,735.55893 598.70789,738.38798 597.48853,732.224 C 598.78574,722.09111 597.70157,711.88672 595.9375,702 C 594.38203,698.4403 591.72874,695.45992 593.125,691.1875 C 594.1081,687.48129 594.47512,683.65497 591.46875,680.59375 C 588.98775,676.14862 586.3935,671.26682 581,670.125 C 578.64902,666.83954 578.21643,661.85411 574.5625,659.1875 C 569.33293,654.0214 577.16924,646.07095 571.8125,641 C 568.09311,638.86173 563.37683,641.6236 559.6875,639.34375 C 559.29339,639.30013 558.89411,639.30013 558.5,639.34375 z "
id="16018-23" />
<path
style="fill:#00961e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 395.03125,708.125 C 391.3982,709.77188 389.3033,713.74153 385.59375,715.25 C 384.16509,718.35541 384.61716,722.0836 382.25,724.84375 C 381.86815,731.25703 390.57383,731.18931 394.96875,732.4375 C 398.52228,733.45592 403.6254,737.16894 406.21875,732.65625 C 408.71771,728.8024 413.96281,725.7858 414.5625,721.5 C 412.19137,717.73196 407.46541,716.41294 405.0625,712.625 C 402.22974,710.448 398.76603,708.00117 395.03125,708.125 z "
id="16058-23" />
<path
style="fill:#002864;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 451.34375,708.59375 C 446.64602,708.16235 439.89828,709.93409 440.5625,715.875 C 439.52433,718.32187 436.14616,720.96059 438.9375,723.59375 C 441.2735,725.60953 440.34918,729.5555 443.53125,730.8125 C 444.21606,735.05852 450.22227,736.77275 452.5,732.75 C 453.71814,728.36467 459.56374,727.26591 459.90625,722.25 C 460.41129,718.31939 464.95188,711.59918 459.125,709.5625 C 456.66446,708.63516 453.95439,708.51499 451.34375,708.59375 z "
id="16232-23" />
<path
style="fill:#002832;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 382.71875,684.09375 C 377.52875,684.09379 374.37261,688.45052 371.71875,692.125 C 366.5987,694.14278 363.30156,700.49401 363.5625,705.90625 C 363.77359,709.18425 366.10244,712.26927 367.625,714.5625 C 365.82895,716.98715 366.12288,719.8484 367.59375,722.15625 C 366.65865,728.07937 373.71911,728.9985 377.9375,729.59375 C 380.68467,730.55693 386.1896,729.96862 384.90625,725.875 C 386.47731,723.12233 387.37947,719.54608 388.09375,716.84375 C 391.43912,715.01389 394.06588,711.75039 396.84375,709.4375 C 396.6447,704.12318 392.69021,699.66022 391.65625,694.40625 C 389.86061,690.65016 387.92174,683.87889 382.71875,684.09375 z "
id="16097-23" />
<path
style="fill:#009628;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 439.625,703.21875 C 434.80396,705.9172 427.17107,708.09948 427.63018,714.9928 C 427.37349,720.14943 425.28031,725.00392 422.625,729.40625 C 427.19409,728.70026 433.89042,731.9221 437.34375,727.875 C 437.95901,725.69495 441.21354,724.68229 440.625,721.71875 C 441.31315,718.88067 444.14136,716.84267 443.8125,713.53125 C 445.28319,711.43182 447.49676,708.41401 444.65625,706.28125 C 443.06382,705.43903 441.57817,701.17183 439.625,703.21875 z "
id="16083-23" />
<path
style="fill:#0014dc;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 509.0625,702.34375 C 506.31175,702.62496 504.77613,705.61936 502.625,702.8125 C 499.10403,701.4883 498.00653,706.78421 494.375,706.75 C 488.67932,706.47307 485.51134,712.05793 485.1875,717.125 C 484.13894,721.40441 485.74517,728.84749 491.09375,728.8125 C 494.8499,726.79824 498.31236,724.34754 501.90625,722.0625 C 506.43505,717.76877 511.63902,713.48954 513.5625,707.5 C 513.95836,704.86972 511.86916,701.95389 509.0625,702.34375 z "
id="16534-23" />
<path
style="fill:#00e614;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 550.0625,692.71875 C 544.40461,693.1594 544.21142,699.92794 545.78125,704.03125 C 548.4067,709.59151 540.85412,712.56758 540.3125,717.78125 C 539.77649,721.17048 537.28852,727.77581 542.0625,728.78125 C 548.94362,727.56536 555.87361,726.19598 562.5,724.09375 C 568.28139,723.6619 577.40135,725.04698 579.4375,717.78125 C 580.6425,714.08149 578.17288,710.69663 574.59375,709.96875 C 572.15187,706.53094 572.16698,700.75615 566.53125,700.875 C 564.66643,697.49307 562.72618,692.07523 557.6875,693.5625 C 554.87994,694.6707 552.79384,692.31404 550.0625,692.71875 z "
id="16041-23" />
<path
style="fill:#00326e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 457.15625,703.75 C 453.9583,704.1876 450.48401,708.74461 454.6875,710.5625 C 458.18773,711.74785 461.67992,713.64728 462.1875,717.625 C 463.87804,723.0031 472.39097,726.67445 476.5,722.15625 C 477.68447,717.59961 476.27491,712.71399 476.3125,708.0625 C 472.67118,707.99782 467.01013,707.47638 464.625,710.0625 C 464.37045,706.66184 460.54456,703.47668 457.15625,703.75 z "
id="16258-23" />
<path
style="fill:#0078b4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 478.875,696.21875 C 472.89553,698.9086 474.69267,707.13186 473.84375,712.40625 C 473.45245,716.6524 474.02375,723.34056 479.6875,723.3125 C 483.068,724.82046 487.42158,723.9501 487.65625,719.75 C 489.06723,715.19014 488.52655,707.93084 483.15625,706.71875 C 481.73708,703.59324 484.44566,695.85715 478.875,696.21875 z "
id="16442-23" />
<path
style="fill:#007846;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 423.0625,685.1875 C 420.71627,686.14497 418.18375,689.85649 415.625,687 C 412.77042,685.92717 409.5487,686.34428 406.6875,685.53125 C 402.96995,687.97058 405.48194,693.39951 402.96875,696.8125 C 401.4132,699.87763 402.40798,703.58595 399.875,706 C 399.08676,712.51703 405.80565,717.04777 410.21875,720.6875 C 415.29948,723.70446 422.57511,720.16822 423.59375,714.65625 C 427.40503,712.32917 433.81149,711.20708 435.03125,706.34375 C 434.45193,703.2589 431.61872,700.06946 434.40625,697.25 C 436.84203,692.74663 431.31715,690.47894 427.71875,690.78125 C 425.65465,689.12072 427.33369,684.43883 423.0625,685.1875 z "
id="16165-23" />
<path
style="fill:#00f0d2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 578.5625,681.09375 C 574.17238,682.07379 573.91262,687.16545 574.25,690.75 C 572.37728,696.98897 567.40797,705.00432 571.96875,711.21875 C 574.86364,713.49899 580.13386,716.48453 583.34375,713.53125 C 587.28584,706.42473 589.40746,697.48145 586.8125,689.5 C 584.40383,686.95547 583.20161,683.16917 580.4375,681.25 C 579.85609,681.04029 579.17665,681.03465 578.5625,681.09375 z "
id="16531-23" />
<path
style="fill:#0014a0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 465.96875,682.09375 C 461.79305,683.51614 466.1106,688.09101 464.78125,691.09375 C 464.28362,695.19518 465.33624,701.48713 459.6875,702.15625 C 455.99265,703.98739 459.31051,707.12758 461.375,708.59375 C 461.0755,711.89421 465.40745,715.11602 467.34375,711.3125 C 470.735,711.14461 477.38987,711.71052 476.78125,706.34375 C 477.17683,701.30227 480.02424,694.17221 474.1875,691.0625 C 470.2488,688.8035 471.94373,681.93494 465.96875,682.09375 z "
id="16380-23" />
<path
style="fill:#003c28;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 489.6875,691.5 C 487.01329,691.31201 486.35252,694.13529 485,695.34375 C 480.55794,695.53898 478.66906,699.99902 479.71875,703.96875 C 479.66142,706.94894 481.54002,709.86982 484.40625,710.34375 C 485.43352,714.03248 489.24828,712.25775 491.125,710.34375 C 494.50518,709.46287 500.84447,708.80455 500.5,704.1875 C 498.03251,699.82736 496.22205,690.8948 489.6875,691.5 z "
id="16074-23" />
<path
style="fill:#00e6d2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 370.6875,657.5 C 366.2477,657.03247 366.63112,662.20057 368.8125,664.5 C 369.68388,667.11151 369.70278,672.0849 371.84375,672.875 C 367.36024,672.17842 360.12997,670.94457 359.65625,677.28125 C 355.15626,681.97531 356.39632,691.62686 361.90625,695.0625 C 358.79455,698.04672 362.39731,703.05335 366,700.4375 C 368.78121,698.47902 370.27048,695.17266 373.5625,694 C 376.11445,690.65897 378.71478,686.13944 383.8125,687.125 C 389.78145,691.07408 389.53,699.93877 393.21875,705.6875 C 394.06667,709.27928 399.85689,715.06297 402.375,709.8125 C 401.98939,706.29321 405.08988,704.29551 404.71875,700.71875 C 407.90004,691.9852 408.18773,682.75942 411.89674,674.15749 C 413.98157,668.83075 417.23901,662.87936 408.78125,663.28125 C 396.38855,659.84141 383.56807,657.63661 370.6875,657.5 z "
id="16530-23" />
<path
style="fill:#00146e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 447.6875,696.25 C 444.09934,697.64137 440.40198,701.8396 441.03125,705.84375 C 443.39345,710.63058 450.69635,714.69605 454.90625,709.625 C 455.32951,706.74736 459.36391,705.49632 457.9375,702.09375 C 457.21028,698.53457 452.91793,700.66786 451.5625,697.6875 C 450.51959,696.72532 449.15152,695.99157 447.6875,696.25 z "
id="16255-23" />
<path
style="fill:#001e64;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 617.1875,678.78125 C 614.95897,679.69155 613.77698,683.72251 610.90625,681.21875 C 607.20353,678.11872 601.11,679.79626 599.65625,684.28125 C 595.1278,687.08551 589.13077,691.18053 590.40625,697.34375 C 591.99429,701.9691 596.78458,705.03122 601.53125,703 C 605.41711,701.25285 609.43158,701.08254 613.53125,702.46875 C 617.94436,702.90323 622.48637,702.22796 626.0625,705.75 C 629.2991,709.70098 634.33539,710.87149 639.1875,709.5625 C 645.79844,709.52923 647.77718,701.25743 645.84375,696.15625 C 644.56739,694.4387 642.21851,693.89598 643.28125,691.34375 C 641.29659,685.55911 633.31245,687.72724 628.75,686 C 625.06673,683.56284 622.27391,678.39662 617.1875,678.78125 z "
id="16231-23" />
<path
style="fill:#00c8d2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 445.75,666.40625 C 443.45411,668.5916 442.44258,673.15954 438.28125,671.75 C 431.97434,673.65247 430.53292,682.65078 424.125,684 C 421.26199,688.67625 426.29014,694.73383 431.40625,694.59375 C 432.00835,696.32843 429.5811,699.8122 430.90625,702.40625 C 431.3104,705.92317 434.80527,709.74983 438.25,707 C 444.66645,704.98623 447.53683,698.42059 447.24006,692.15763 C 447.68662,684.2546 446.55648,675.66272 452.09126,669.16379 C 454.33853,667.52014 446.7628,665.31857 445.75,666.40625 z "
id="16527-23" />
<path
style="fill:#008c64;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 517.3125,677.40625 C 515.52142,678.42697 513.58154,680.00321 511.71875,680.96875 C 507.98247,680.51236 506.66887,684.4583 503.375,684.9375 C 499.31014,688.43734 500.17271,694.84364 496.34375,698.6875 C 494.77675,703.69376 501.92382,706.47622 505.96875,706.09375 C 508.06438,705.50303 509.47116,703.639 511.5625,705.1875 C 517.77063,703.78707 520.86027,696.72834 525.81103,693.17821 C 527.93575,689.8009 538.83721,684.51213 530.39587,683.49388 C 525.52128,683.00966 522.88976,678.57454 518.90625,676.8125 C 518.30026,676.83679 517.55793,676.54376 517.3125,677.40625 z "
id="16242-23" />
<path
style="fill:#008296;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 444.78125,677.96875 C 445.41568,684.43032 442.35683,692.18568 445.875,698.03125 C 447.72967,699.35029 450.21006,699.07052 451.6875,701.15625 C 453.48146,702.08988 455.59669,701.7174 456.21875,704.0625 C 461.46291,707.17198 467.82537,701.0671 467.4375,695.53125 C 467.90151,690.14948 468.48939,681.31006 461.34375,680.40625 C 457.42542,678.29627 453.69503,675.07171 448.71875,676.0625 C 446.95236,676.48147 443.93253,674.78373 444.78125,677.96875 z "
id="16366-23" />
<path
style="fill:#000adc;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 565.21875,674.875 C 560.33713,676.32222 559.70378,684.21773 563.375,687.375 C 563.73738,692.43987 560.15463,699.81603 565.25,703.5 C 567.99087,702.75928 571.48723,706.01597 573.40625,702.53125 C 574.85157,699.01053 574.52023,695.02738 576.625,691.75 C 577.89404,687.6333 576.62854,683.32 574.59375,679.90625 C 573.66588,676.06348 568.60405,674.87735 565.21875,674.875 z "
id="16533-23" />
<path
style="fill:#001e50;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 487.3125,684.28125 C 482.82626,686.2573 478.0112,687.46834 473.25,685.75 C 470.02104,684.25588 466.85668,688.02741 469.9375,690.4375 C 471.83868,693.0525 476.12075,694.47952 475.1875,698.1875 C 477.23678,701.62647 481.0733,697.14724 484.1875,698.28125 C 486.96115,698.60912 488.11559,696.03218 489.34375,694.46875 C 494.35814,694.28977 493.22198,688.66917 490.78125,686.03125 C 490.09025,684.82356 488.70954,684.03757 487.3125,684.28125 z "
id="16181-23" />
<path
style="fill:#008c8c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 492.6875,675.65625 C 491.25234,678.9789 487.10568,678.50193 484.65625,680.75 C 482.41273,683.07535 485.11185,684.75792 487.03125,685.625 C 490.89021,689.74279 491.81181,697.31774 497.40625,699.3125 C 502.91285,698.1827 501.81098,690.44287 504.75,687.25 C 512.12752,686.94744 509.21486,675.50705 503.34375,675.75 C 500.53236,677.90872 496.68142,676.92915 493.9375,675.3125 C 493.49091,675.32576 492.99461,675.17067 492.6875,675.65625 z "
id="16342-23" />
<path
style="fill:#00aa1e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 325.03125,677.84375 C 320.83366,677.56571 315.66502,679.83703 316.53125,684.84375 C 316.09457,687.51368 311.68418,691.52284 316.25,692.9375 C 319.60378,692.65505 322.26675,693.54829 324.78125,695.65625 C 327.54228,697.51356 334.94791,699.71074 334.78125,694.28125 C 337.2958,692.59837 341.46993,693.06047 342.03125,689.21875 C 342.56062,687.34423 342.59132,685.68837 344.65625,687.03125 C 349.60893,687.76443 352.00735,678.44177 346.15625,678.6875 C 339.16054,681.04227 332.13664,677.25628 325.03125,677.84375 z "
id="16060-23" />
<path
style="fill:#00646e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 557.59375,669.3125 C 550.56232,670.30428 541.292,669.78537 537.525,677.01875 C 535.26835,678.88949 532.89569,684.52741 537.5625,684.78125 C 542.16896,683.22685 540.69716,688.87847 542.21875,691.25 C 543.53236,695.65486 548.37445,695.9934 552.15625,695.59375 C 555.25398,698.04274 558.85021,694.62905 562.0625,696.65625 C 566.64229,696.3794 566.97808,689.57478 565.625,686.21875 C 564.0039,684.27452 562.12768,682.36028 564.125,679.78125 C 567.12518,674.69165 563.48002,668.796 557.59375,669.3125 z "
id="16263-23" />
<path
style="fill:#00c800;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 597.46875,658.15625 C 590.72295,659.00706 594.12094,668.23931 589.78125,671.75 C 588.55633,674.04081 588.68183,676.56128 587.375,678.53125 C 588.18493,682.38324 593.44824,685.08393 590.3125,689.34375 C 588.76916,692.84156 593.03057,693.93881 594.6875,690.96875 C 597.66303,688.41114 602.0677,687.03093 603.40625,683.03125 C 608.44628,683.39036 609.04925,677.21365 606.65625,674 C 605.23621,670.07295 600.94755,667.12688 603.03125,662.5 C 607.20741,658.42575 600.19115,657.83068 597.46875,658.15625 z "
id="15986-23" />
<path
style="fill:#00be78;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 312.96875,672.4375 C 310.18924,675.77198 305.99086,682.87186 311.40625,685.6875 C 310.9224,689.03272 314.37709,693.12081 317.21875,689.6875 C 322.27169,684.79764 315.18871,679.16121 316.625,673.5625 C 316.5732,666.2414 317.62069,665.29844 312.96875,672.4375 z "
id="16297-23" />
<path
style="fill:#006eaa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 431.9375,660.84375 C 427.58418,661.06115 424.3871,667.67237 420.0625,664.15625 C 416.74423,662.17262 412.50897,663.43445 411.70454,667.43856 C 409.30439,673.67012 406.11541,680.08827 406.0625,686.8125 C 408.69984,690.30024 413.92735,687.82554 416.75,690.90625 C 421.50995,691.63365 423.57807,685.8634 428,685.21875 C 433.92445,679.90362 440.7987,671.56041 436.84375,663.21875 C 435.80148,661.65691 433.82472,660.63957 431.9375,660.84375 z "
id="16416-23" />
<path
style="fill:#00785a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 646.375,662.59375 C 638.93431,668.04283 628.39355,664.24625 620.84375,669.625 C 616.08681,672.51976 615.17603,680.63778 621.0625,682.71875 C 624.52876,685.58553 627.51105,690.02459 632.75,689.4375 C 636.38502,688.9629 642.07644,693.661 644.25,688.75 C 646.26718,680.88802 647.71978,672.69524 649.46875,664.84375 C 649.29302,663.32426 647.92655,662.18597 646.375,662.59375 z "
id="16215-23" />
<path
style="fill:#00c8aa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 473.625,674.125 C 469.26914,675.07875 464.15485,679.48072 467.4375,684.15625 C 469.01695,687.0964 472.30591,687.31517 474.75,689 C 481.31963,690.99296 487.3852,686.46002 493.53125,684.875 C 487.35314,681.99192 479.18985,680.93872 475.84375,674.375 C 475.29848,673.80401 474.31383,674.03423 473.625,674.125 z "
id="16425-23" />
<path
style="fill:#00b400;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 297.96875,672.40625 C 296.12718,675.83549 288.98523,679.20367 291.375,683.59375 C 296.15009,687.02426 303.88877,687.63984 308.75,684.125 C 310.78017,678.8125 303.91883,675.15653 300.6875,672.1875 C 299.37638,670.81428 299.02826,670.84857 297.96875,672.40625 z "
id="15984-23" />
<path
style="fill:#005aa0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 282.46875,657.6875 C 282.7901,664.1814 284.09657,672.20845 279.71875,677.625 C 276.79067,677.56633 271.37116,680.83315 275.40625,683.53125 C 280.48441,687.13643 287.10084,684.67296 292.4375,683.0625 C 294.85705,679.26324 298.71243,676.16115 300.78125,672.03125 C 298.18586,666.54496 290.95396,664.82756 288.08559,659.27256 C 284.60309,654.06889 280.32269,646.5752 282.46027,657.54934 L 282.46875,657.6875 z "
id="16387-23" />
<path
style="fill:#007850;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 548.125,619.875 C 544.1,619.85673 543.45864,624.95724 543.78125,627.40625 C 540.69157,626.11977 538.1829,628.64385 537.5,631.28125 C 533.85192,634.42117 532.43931,639.58357 528.59375,642.8125 C 524.96619,647.85344 519.82158,651.61617 515.9375,656.21875 C 515.28344,658.99793 510.81531,659.13336 510.625,662.59375 C 510.41663,666.5541 507.13837,668.66238 506.125,672.125 C 501.5509,675.59171 505.59322,682.63078 510.03125,683.84375 C 513.93261,684.79595 516.19419,679.4112 519.21875,679.46875 C 522.73198,685.30993 531.4159,687.59625 537,683.625 C 537.4864,679.43757 543.30346,676.90008 541.75,672.46875 C 541.23071,670.42778 537.74064,670.14987 537.78125,668.5 C 541.63568,662.77046 547.06037,657.94217 553,654.78125 C 557.24028,648.21637 555.8688,640.13303 555.15625,632.875 C 554.06198,629.11067 558.08169,624.58312 554.96875,621.5625 C 552.97208,620.33367 550.46335,619.7713 548.125,619.875 z "
id="16190-23" />
<path
style="fill:#00e63c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 615.53125,628.09375 C 606.83594,634.81557 605.05911,646.61512 605.5625,656.90625 C 604.21973,659.73235 599.25719,660.60465 599.65625,664.71875 C 599.44962,669.95009 604.41602,673.17355 605.625,678.09375 C 606.85058,682.24354 613.16259,688.0711 616.65625,682.90625 C 620.74933,675.06034 620.08291,665.5766 621.375,656.96875 C 620.59576,651.78133 615.83122,647.85984 617.4375,642.125 C 617.55002,635.947 618.72012,630.00018 620.03125,623.96875 C 618.53125,625.34375 617.03125,626.71875 615.53125,628.09375 z "
id="16145-23" />
<path
style="fill:#00d214;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 456.03125,660.15625 C 451.37665,660.60109 453.31868,666.81265 449.71875,668.875 C 447.19704,672.06807 445.19038,675.59938 443,679.0625 C 448.36646,679.2487 454.55078,677.6892 458.46875,682.21875 C 461.28073,684.14559 466.49885,685.1752 467.03125,680.5625 C 468.05789,674.69924 467.44848,668.58801 467.625,662.625 C 463.7675,661.79547 460.00272,659.99425 456.03125,660.15625 z "
id="16039-23" />
<path
style="fill:#0064a0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 251.75,651.09375 C 246.0691,651.52783 246.99841,659.14983 242.9375,661.90625 C 240.65224,664.37451 240.51334,668.50829 239.21875,671.03125 C 236.28808,670.93466 233.96242,672.45478 231.5,673.4375 C 228.59312,676.51551 232.72126,682.55224 236.21875,678.875 C 238.39763,681.13525 243.06708,684.96916 245.75,680.84375 C 247.16535,677.69064 248.51388,672.69576 253.0625,673.53125 C 256.93249,674.47102 263.73061,674.2748 263.28125,668.6875 C 262.04857,664.2563 263.9174,659.97015 266.34375,656.25 C 261.72243,654.0444 257.09131,650.79664 251.75,651.09375 z "
id="16388-23" />
<path
style="fill:#005028;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 322.09375,663.5 C 320.73406,667.32342 317.37747,669.08911 314.6875,671.5 C 311.67905,675.66803 314.37483,685.7227 320.59375,681.4375 C 330.17712,678.54741 341.10543,686.02252 349.71875,679.46875 C 351.81752,676.46549 354.36874,673.63068 356.46875,670.78125 C 356.61952,665.94585 350.19476,669.78377 347.75,671.46875 C 344.01168,676.27029 337.2224,675.15621 332.46875,672.59375 C 329.55348,672.05728 323.05487,671.72325 325.32112,667.08192 C 325.73093,661.76491 328.27718,654.32338 322.09375,663.5 z "
id="16076-23" />
<path
style="fill:#0078dc;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 479.75,655.53125 C 476.40049,656.84023 470.08954,659.33532 471.65625,663.875 C 473.57494,665.47803 476.29949,665.37176 474.5625,668.5 C 472.74376,674.37068 475.65842,683.16093 482.78125,682.96875 C 487.28538,680.96529 483.00324,675.12057 486.375,672.3125 C 486.54808,668.80216 489.52249,666.3667 490.0625,663.1875 C 488.58149,659.75866 484.39971,658.12592 481.71875,655.71875 C 481.10904,655.42353 480.41098,655.47802 479.75,655.53125 z "
id="16544-23" />
<path
style="fill:#001ebe;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 515.5,651.34375 C 511.50103,655.29737 506.35438,655.87374 501.25,657.25 C 497.53454,659.81759 492.39568,659.02625 489.21875,662.75 C 484.90983,665.54943 484.29373,670.63753 482.03125,674.5625 C 481.16566,678.03161 483.02991,684.14022 487.59375,682.0625 C 489.95391,681.33203 492.47414,680.05441 494.0625,678.25 C 498.12473,681.59034 503.49359,679.63792 506.4375,675.75 C 509.24161,673.58813 509.35903,670.04995 511.8125,667.71875 C 513.36558,664.97699 512.82156,660.78627 516.625,660 C 519.88185,657.47522 518.22565,652.70537 518.625,649.21875 C 517.58333,649.92708 516.54167,650.63542 515.5,651.34375 z "
id="16458-23" />
<path
style="fill:#00be96;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 279.84375,650.5625 C 272.03802,651.97777 271.98065,662.70746 264.40625,664.53125 C 259.84983,666.07421 258.51223,673.02898 263.5,674.96875 C 267.78882,677.5176 271.40198,683.85639 277.28723,681.24537 C 284.88587,680.17782 285.78443,670.68136 285.71875,664.53125 C 286.00603,661.39607 284.52203,657.73328 283.40625,655.5625 C 285.50942,652.87293 282.66562,650.2249 279.84375,650.5625 z "
id="16372-23" />
<path
style="fill:#003c8c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 316.8125,661.90625 C 311.50388,661.86069 306.79633,664.13846 301.625,664.5625 C 297.29832,666.528 296.69491,672.99473 300.9375,675.59375 C 303.79973,677.41176 306.51254,683.54871 310.1875,681.3125 C 313.10728,677.34527 315.49066,672.90261 320.09375,670.59375 C 323.02297,668.79299 325.56307,662.55124 320.40625,662.03125 C 319.22379,661.88158 318.00716,661.84977 316.8125,661.90625 z "
id="16334-23" />
<path
style="fill:#00286e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 464.625,664.0625 C 465.41849,670.60032 463.03413,677.91714 464.96875,684.0625 C 468.65684,687.16995 468.56932,679.87534 470.75,678.78125 C 476.26965,677.23215 477.81978,669.86066 477.5625,664.90625 C 475.29551,660.20275 468.62127,662.8104 464.625,662.0625 L 464.625,663.0625 L 464.625,664.0625 z "
id="16257-23" />
<path
style="fill:#001446;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 573.8125,645.21875 C 568.12048,648.82809 568.45471,658.49348 574,662.3125 C 577.15979,665.99814 576.80659,673.00767 582.78125,673.6875 C 586.09427,674.49655 586.67138,681.38039 590.71875,678.09375 C 591.96738,675.80221 591.52814,672.85747 593.625,670.875 C 594.75592,666.97243 597.86939,661.15568 594.5,657.75 C 591.44212,656.33912 587.82858,658.81989 587.0625,661.46875 C 584.6328,659.81365 580.66096,659.07474 578.75,657.28125 C 579.10114,654.60994 577.51134,652.27384 576.84375,650.0625 C 577.51187,647.91923 576.68919,644.51455 573.8125,645.21875 z "
id="16149-23" />
<path
style="fill:#00dc78;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 335.90625,650.25 C 332.00947,649.92211 330.67405,655.95798 326.65625,653.125 C 323.84486,652.04253 321.55308,653.84435 318.96875,654.09375 C 315.26621,656.94958 315.89899,664.13584 321,665.125 C 324.24456,665.86408 320.9177,670.84614 324.09375,672.59375 C 327.48116,676.01454 332.9258,674.51921 336.78125,677.25 C 341.87724,678.8647 346.82077,676.3123 350.28125,672.8125 C 353.7493,672.43997 358.73249,667.27748 353.8125,665.21875 C 351.06104,664.93665 347.79796,664.08494 348.65625,660.46875 C 348.72541,656.94863 349.07575,651.14203 344.125,651.15625 C 341.39884,650.73832 338.67335,650.09146 335.90625,650.25 z "
id="16300-23" />
<path
style="fill:#005082;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 363.3125,623.75 C 357.61972,623.81498 356.31686,630.1048 355.1875,634.375 C 351.55536,635.57993 351.40879,640.0131 349.625,642.8125 C 347.75981,646.52405 348.47962,651.16147 346.03125,654.46875 C 345.08094,659.39598 345.03295,666.87806 351.5625,667.5625 C 355.47191,669.04897 360.3448,666.7427 363.375,670.1875 C 367.29483,670.2284 366.19626,676.26408 370.46875,675.90625 C 374.60399,676.19605 378.72221,675.52342 382.8125,675 C 380.15597,672.48187 374.40982,672.56964 372.6875,669.5625 C 372.28678,663.02013 367.01964,657.86104 367.84375,650.90625 C 367.39623,642.28767 370.12772,634.07044 372.875,626 C 369.69874,625.22873 366.64462,623.55596 363.3125,623.75 z "
id="16311-23" />
<path
style="fill:#00f0c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 441.28125,649.375 C 438.19923,650.79267 435.23641,651.87995 431.78125,651.25 C 425.66054,652.89263 423.19916,660.03174 417.4375,662.3125 C 415.18816,666.21683 422.17924,668.71292 425.21875,667.15625 C 428.08971,666.19835 432.41877,660.68826 434.65625,665.34375 C 436.7741,668.01614 433.39592,672.08582 437.375,673.6875 C 441.37212,677.32577 445.67338,671.42137 447.53125,669.21875 C 453.88738,673.01492 459.75114,660.04396 452.4375,657.75 C 448.43883,657.52941 450.39942,651.7991 446.53125,650.78125 C 444.94703,649.94394 443.1402,649.16163 441.28125,649.375 z "
id="16504-23" />
<path
style="fill:#006e6e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 552.5625,652.71875 C 545.58099,654.98527 540.35018,661.17602 535.53125,666.4375 C 533.19052,668.91093 535.77101,671.78308 538.09375,672.53125 C 542.99133,675.88728 549.72954,672.71302 555.1875,672.28125 C 558.32478,670.68879 560.74832,673.06628 563.625,673.46875 C 567.17823,672.61004 569.18286,668.97709 572.03125,666.90625 C 567.70834,664.08207 562.65784,661.64707 558.28125,659.5 C 557.14848,656.75808 556.76185,652.03852 552.5625,652.71875 z "
id="16264-23" />
<path
style="fill:#007828;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 630.71875,611.46875 C 625.90116,612.2347 624.29754,618.80269 619.03125,618.46875 C 613.82609,621.8817 616.0183,629.71753 615.13157,634.96845 C 614.85476,642.14894 614.2761,649.80262 618.625,655.9375 C 619.68592,661.50986 614.90914,667.98985 617.4375,673.25 C 621.38097,675.19303 624.24252,669.30653 626.25,666.5 C 630.30988,660.43244 629.71105,652.81214 633.40625,646.53125 C 634.41153,642.92975 634.97693,639.34467 637.90625,636.6875 C 640.78615,630.86286 644.90884,624.49593 644.375,617.78125 C 641.88095,613.25859 635.54551,611.52768 630.71875,611.46875 z "
id="16080-23" />
<path
style="fill:#001eb4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 304.90625,647.4375 C 300.70563,650.28618 295.58548,650.66642 291.21875,653.34375 C 288.19852,653.91731 283.68015,655.32167 285.4375,659.375 C 287.78619,664.44904 292.67335,668.86051 297.96875,670.53125 C 300.96406,669.90922 302.36933,666.15839 305.95619,666.56076 C 310.39262,665.37244 318.53673,665.68717 319.1875,659.75 C 319.15356,656.06662 314.67137,655.79999 313.90625,652.4375 C 312.07892,650.0024 308.94747,649.45148 306.65625,647.5 C 306.10062,647.3188 305.47438,647.33811 304.90625,647.4375 z "
id="16433-23" />
<path
style="fill:#00960a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 656.125,617.34375 C 653.88887,618.07432 652.80604,620.55373 650.1875,620.59375 C 648.68543,621.09487 648.07747,624.22859 647.125,621.5625 C 646.09567,617.75604 641.47258,618.90554 641.15625,622.46875 C 639.51074,629.21937 635.80978,635.08322 632.125,640.75 C 630.91537,647.34104 626.72141,653.40817 626.34375,660.25 C 625.33946,664.21777 622.48098,667.32908 620.625,670.90625 C 630.9731,669.0966 642.82622,669.92047 650.78125,661.9375 C 655.51809,659.2143 656.4834,653.3344 654.40625,648.59375 C 651.79505,643.89083 656.3974,640.56451 658.78125,636.96875 C 662.62356,633.32478 667.74475,626.22143 662.40625,621.6875 C 660.53586,620.17674 658.89853,617.13056 656.125,617.34375 z "
id="16006-23" />
<path
style="fill:#00c88c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 266.25,636.71875 C 262.12173,636.84602 258.36447,640.34696 260.34375,644.65625 C 260.14224,646.70912 256.62982,647.65213 256.375,650.25 C 254.47588,655.52206 265.32907,655.82836 261.46875,660.03125 C 259.28151,662.33879 258.41697,669.05773 263.3125,667.75 C 269.85619,666.56232 273.08954,660.86539 276.34375,655.78125 C 280.89291,652.58463 278.94504,646.51318 275.53125,643.25 C 272.98479,640.72874 270.30536,636.48344 266.25,636.71875 z "
id="16348-23" />
<path
style="fill:#003250;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 404.28125,620.40625 C 400.22984,621.72892 401.60644,627.24954 399.09375,630 C 399.24912,634.9831 396.37284,638.94963 393.28125,642.5625 C 390.04961,646.15173 391.45682,651.67124 387.53125,654.78125 C 384.81356,658.28029 388.20043,663.01688 392.3125,662.15625 C 399.77702,662.81513 407.05395,667.76506 414.53125,666.4375 C 419.86355,664.24372 414.84083,658.28856 416.53125,654.40625 C 417.25421,648.08562 418.74327,641.68437 422.375,636.5 C 422.94241,628.95578 411.64297,629.51659 409.75,623.125 C 408.86244,621.05724 406.39539,620.53659 404.28125,620.40625 z "
id="16183-23" />
<path
style="fill:#006e28;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 424.5625,631.78125 C 419.65446,631.26667 419.99474,636.90937 417.40625,639.46875 C 414.99281,646.37207 412.25129,654.39096 414.28125,661.6875 C 416.31497,666.58325 422.3337,663.51665 424.46875,660.40625 C 427.43016,657.32371 430.41647,653.10823 435.3125,653.84375 C 438.62932,652.98709 444.42277,652.60348 445.4939,650.04217 C 444.08773,645.32126 441.73997,640.447 444.09375,635.78125 C 443.23667,630.43389 435.7473,632.65828 432.00164,631.86963 C 429.52373,631.77427 427.04176,631.68456 424.5625,631.78125 z "
id="16079-23" />
<path
style="fill:#001464;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 472.53125,652.1875 C 468.34176,653.81343 467.21015,659.16769 466.0625,663 C 467.91027,667.52161 472.84861,662.79575 475.125,661.0625 C 477.0532,659.27528 482.60817,658.19426 479.40625,654.875 C 477.50334,653.40565 475.04397,651.78415 472.53125,652.1875 z "
id="16230-23" />
<path
style="fill:#00fa46;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 470.59375,636.75 C 469.95003,639.47389 467.098,643.37658 464.34375,640.28125 C 462.23363,638.15217 456.20701,631.67923 454.96875,637.71875 C 455.12764,643.34178 464.33207,646.08361 460.9375,652.09375 C 459.69765,655.70476 453.96055,658.11217 455.84375,662.34375 C 460.4122,664.46172 469.4249,665.48705 470.59375,658.875 C 470.07259,654.32527 475.50098,655.18848 477.4375,652.5625 C 480.16827,649.05651 477.43669,645.35721 475.59375,642.375 C 474.13773,639.94352 474.26951,630.04559 472.221,633.6741 C 471.67858,634.6994 471.13617,635.7247 470.59375,636.75 z "
id="16178-23" />
<path
style="fill:#001ed2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 487.34375,645.28125 C 483.84813,645.84319 483.61483,650.334 480.75,652 C 477.63176,657.76189 485.1017,662.38439 489.5625,664.0625 C 495.31453,662.74832 501.26085,660.67789 506.21875,657.53125 C 507.0146,652.85008 500.93975,650.51759 497.96875,647.84375 C 494.83833,646.03163 490.89876,645.5033 487.34375,645.28125 z "
id="16508-23" />
<path
style="fill:#00a046;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 601.65625,634.25 C 597.10696,635.02846 596.66174,641.59154 591.78125,641.625 C 587.53998,643.25906 585.82614,647.55677 584.90625,651.4375 C 581.63863,654.80276 580.87546,663.59233 587,664 C 589.78636,663.45363 590.19424,659.48343 593.71875,660.625 C 598.19705,659.53773 606.56747,662.80121 608.125,658.6875 C 607.62098,651.76062 611.09727,643.824 607.71875,637.375 C 606.12994,635.82491 604.04182,634.03334 601.65625,634.25 z "
id="16169-23" />
<path
style="fill:#00fa50;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 377.5625,622 C 375.27845,623.68979 371.32145,622.83859 370.3125,626.375 C 366.42617,634.84655 363.52664,644.23561 365.84375,653.53125 C 362.33464,657.88673 367.92199,662.67045 372.15625,659.65625 C 376.47821,660.79298 381.17343,659.88156 385.3125,661.84375 C 389.40167,662.7602 389.48473,658.11826 390.3125,655.5 C 394.29874,651.91599 392.75009,645.86823 396.75,642.25 C 400.42865,638.46408 404.16746,631.18123 399.71875,626.6875 C 394.8049,624.22055 388.89884,626.5732 384,625.46875 C 382.24155,624.04566 380.29497,620.92886 377.5625,622 z "
id="16203-23" />
<path
style="fill:#00b414;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 454.03125,635.625 C 452.28392,636.806 453.37437,639.12684 450.65625,638.3125 C 446.42494,640.17139 451.37494,645.52946 448.03125,648.3125 C 444.06327,653.85566 449.34459,662.08043 455.625,661.90625 C 459.80929,658.88953 464.11573,653.9913 464.59375,648.625 C 463.17649,643.65557 458.14552,640.94263 456.46875,636.0625 C 456.08125,635.03731 454.76494,635.33271 454.03125,635.625 z "
id="16036-23" />
<path
style="fill:#00fad2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 579.71875,645.625 C 575.58658,645.01687 571.55949,649.89369 575.25,653 C 575.46878,656.51779 576.16537,662.29885 581.1875,660.96875 C 585.95463,659.93195 584.92969,654.1526 588.0625,651.46875 C 590.79978,645.56193 583.70581,645.12729 579.71875,645.625 z "
id="16532-23" />
<path
style="fill:#00c8be;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 290.53125,646.125 C 285.62188,647.11333 281.65775,652.06646 280.625,656.78125 C 282.01506,661.59527 287.93606,656.83702 290.9375,656.28125 C 296.359,655.48861 296.29224,645.53325 290.53125,646.125 z "
id="16475-23" />
<path
style="fill:#006e0a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 308.03125,646.40625 C 304.16217,649.20624 309.07879,652.83748 311.75,653.8125 C 312.57221,657.53191 318.70074,660.95696 320.28125,656.03125 C 322.0666,652.00076 318.74592,648.15975 314.625,648.125 C 312.39097,647.76032 310.34438,645.33183 308.03125,646.40625 z "
id="16002-23" />
<path
style="fill:#0028d2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 494.375,632.21875 C 489.41639,633.81002 486.9599,639.26813 484.46875,643.46875 C 486.29883,647.85411 492.40694,648.57099 496.5625,649.5625 C 501.25363,651.29638 503.13321,658.61889 508.34375,658.96875 C 513.13279,657.24038 517.03525,653.11735 516.34375,647.6875 C 517.37749,643.92643 515.84015,639.53406 511.59375,639.71875 C 507.15594,636.51366 500.95254,636.49451 496.96875,632.53125 C 496.17466,632.16964 495.23492,632.07148 494.375,632.21875 z "
id="16509-23" />
<path
style="fill:#00b4aa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 315.1875,640.53125 C 313.14608,642.81263 307.55952,648.10565 312.21875,650.65625 C 314.77211,651.24984 318.49409,650.55294 318.03125,654.3125 C 320.40102,657.70982 325.31913,653.97288 328.46875,656.75 C 331.97559,657.72434 332.9348,652.65208 336.5625,653.03125 C 341.00121,651.31831 345.74027,656.74098 350.03125,653.6875 C 352.19918,649.56475 345.41191,648.24483 342.71199,646.65456 C 339.47632,644.6614 335.71006,645.13853 332.375,645.53125 C 326.77274,644.04365 321.56848,641.47552 316.125,639.46875 L 315.46338,640.21859 L 315.1875,640.53125 z "
id="16423-23" />
<path
style="fill:#005a14;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 474.40625,629.21875 C 467.51948,632.06049 472.4814,642.33522 475.1875,646.90625 C 476.41037,650.07386 473.43264,658.12869 479.375,656.71875 C 483.19643,653.7238 488.64705,649.25472 487.5,643.84375 C 486.61079,642.27195 489.93025,639.53209 486.84375,638.125 C 483.9783,637.10173 480.67756,636.33931 479.875,632.84375 C 478.83058,630.84736 476.8474,628.8578 474.40625,629.21875 z "
id="16027-23" />
<path
style="fill:#00aadc;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 530.40625,633.15625 C 524.22223,634.17042 517.01013,637.04463 513.90625,642.78125 C 514.28998,646.20701 511.48368,651.01868 515.625,652.875 C 515.53367,657.0858 520.84847,656.26413 522.40625,653.4375 C 527.22598,647.90377 533.43565,642.8734 536.46875,636.125 C 536.60754,632.85779 532.70101,632.99005 530.40625,633.15625 z "
id="16551-23" />
<path
style="fill:#00c85a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 252.84375,626.71875 C 249.57787,627.19072 248.87545,631.24379 250.96875,633.1875 C 248.98569,635.52095 246.15561,638.23079 249.0625,641.0625 C 250.83395,645.0348 247.30256,652.70943 253.0625,654.03125 C 257.31368,654.96007 258.81548,650.45237 261.125,648.15625 C 264.32317,646.79415 262.34679,642.50683 263.09375,640.5 C 267.25456,640.03947 266.22944,635.05987 263.27454,633.56174 C 260.19334,631.07597 257.1707,626.82017 252.84375,626.71875 z "
id="16223-23" />
<path
style="fill:#00c81e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 279.625,625.15625 C 275.04017,627.28994 275.0901,633.52904 271.71875,636.96875 C 269.49332,640.12383 271.27655,643.86805 274.3125,645.5 C 276.06605,649.40172 278.69015,655.55132 284.125,653.5 C 286.19038,651.67421 289.51817,647.95728 292.125,649.25 C 292.56298,655.49965 302.11157,653.63735 304.71875,649.90625 C 306.46865,644.13872 298.60622,640.77715 298.0625,635.34375 C 298.18614,631.56661 296.5599,627.32108 292.15625,627.125 C 288.08989,626.67727 283.98019,626.52915 280.25,625.0625 L 279.9375,625.0625 L 279.625,625.15625 z "
id="16063-23" />
<path
style="fill:#00aa78;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 444.375,634.1875 C 437.81918,636.34133 440.77542,644.93358 442.6875,649.53125 C 443.36924,652.59214 447.74492,654.98639 449.4375,651.375 C 453.95201,646.18153 452.04105,635.64607 444.9375,634.15625 C 444.7497,634.16245 444.55958,634.13606 444.375,634.1875 z "
id="16295-23" />
<path
style="fill:#00c846;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 326.03125,622.28125 C 318.87677,625.84309 315.94394,634.41575 314.53125,641.78125 C 321.46997,643.50576 328.09637,649.14926 335.46875,647.90625 C 340.37709,646.43296 344.83405,652.92903 349.84375,651.53125 C 352.1574,649.03777 349.41499,646.16125 347.09375,645.75 C 345.77387,642.48137 340.19277,643.24937 340.21875,639 C 341.34205,632.23982 331.13317,627.69105 326.8125,630.5 C 329.56541,628.37767 331.65784,621.80589 326.03125,622.28125 z "
id="16173-23" />
<path
style="fill:#0028b4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 320.71875,622.34375 C 316.11082,624.67794 311.70709,628.02906 306.21875,628 C 301.50152,629.42258 303.41817,635.22406 305.78125,637.90625 C 306.42883,641.91045 300.24135,646.56506 304.125,649.71875 C 312.16821,650.46249 318.04326,642.7286 319.1875,635.5 C 319.81061,631.51927 324.58553,629.0183 324.0625,624.9375 C 323.34864,623.73468 322.32185,621.95752 320.71875,622.34375 z "
id="16434-23" />
<path
style="fill:#00a050;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 347.90625,614.78125 C 343.52331,619.18886 341.30697,624.96967 341.21875,631.09375 C 340.38274,635.11007 335.09422,639.80774 339.65625,643.40625 C 341.2229,645.85554 344.58403,645.22265 345.53125,648 C 348.31165,651.00808 352.42346,647.42726 351.28125,644.3125 C 354.26125,642.23241 353.13453,637.41983 357,636.28125 C 359.65797,633.03346 358.50352,627.79649 362.6875,625.78125 C 364.45772,620.7588 356.55154,622.3913 354.71875,618.71875 C 352.95967,617.24638 350.23823,612.34848 347.90625,614.78125 z "
id="16194-23" />
<path
style="fill:#008c6e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 592.4375,620.0625 C 588.14744,620.38675 584.55585,623.36066 580.25,622.625 C 576.5966,625.42693 581.0472,630.95878 577.96875,634.4375 C 576.54584,637.46046 571.46416,636.91709 570.5625,640.71875 C 568.8041,645.60999 574.34062,648.15411 578.3125,648.21875 C 583.515,650.8219 588.8123,646.37596 593.1875,644.0625 C 597.8446,644.10373 598.4823,637.46204 602.5625,637.15625 C 605.23088,638.47332 609.25085,641.38107 611.21875,637.28125 C 614.82316,633.00868 615.37461,629.18907 609.71875,626.34375 C 607.54138,623.84591 604.31286,622.75476 601.34375,622.40625 C 598.96806,620.22673 595.54524,619.78519 592.4375,620.0625 z "
id="16267-23" />
<path
style="fill:#00a0a0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 298,616.65625 C 293.5039,619.98762 295.57894,627.05268 295.0625,631.90625 C 294.94187,637.73388 298.24246,644.14348 303.40625,646.8125 C 307.45558,646.31653 309.14981,640.37348 307.96875,636.90625 C 304.99196,633.63017 307.10713,629.4188 306.0625,625.6875 C 305.20287,623.6246 301.59945,624.18088 302.625,621.25 C 302.60418,618.84144 300.85927,615.44603 298,616.65625 z "
id="16394-23" />
<path
style="fill:#004614;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 462.6875,630.46875 C 459.12616,632.94116 460.38461,639.19139 462.5,642.34375 C 466.69915,646.73599 472.53054,641.57714 473.28125,636.8125 C 475.08135,632.7877 470.57392,630.19992 467,630.96875 C 465.52014,631.018 464.13267,629.94108 462.6875,630.46875 z "
id="16025-23" />
<path
id="16402-23"
d="M 511.14905,640.09095 C 510.81837,639.55595 508.65432,638.62845 506.34004,638.02985 C 504.02576,637.43125 500.81154,635.99395 499.19732,634.83595 C 497.58311,633.67795 494.99561,632.73045 493.44732,632.73045 C 491.16488,632.73045 490.63226,632.28905 490.63226,630.39715 C 490.63226,629.11385 489.73226,627.16385 488.63226,626.06385 C 487.53226,624.96385 486.63226,622.87995 486.63226,621.43295 C 486.63226,619.01925 486.90253,618.84605 489.90692,619.33355 C 492.62683,619.77495 493.80338,619.29515 496.852,616.50125 C 501.22058,612.49775 502.63226,610.08685 502.63226,606.62955 C 502.63226,603.54235 503.54794,603.40495 506.40189,606.06385 C 507.5826,607.16385 509.03328,608.06385 509.62563,608.06385 C 513.09294,608.06385 519.63226,616.13565 519.63226,620.41555 C 519.63226,621.20285 520.68678,622.11165 521.97564,622.43515 C 525.57585,623.33875 529.63226,627.94035 529.63226,631.12075 C 529.63226,633.37815 529.08502,634.02515 526.7401,634.54015 C 525.14941,634.88955 521.75879,636.50025 519.20537,638.11965 C 514.35872,641.19325 512.16244,641.73065 511.14905,640.09095 z "
style="fill:#00dca0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2712" />
<path
style="fill:#003200;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 577.3125,573.71875 C 570.9886,575.30242 573.86857,584.42601 569.03125,587.0625 C 564.15239,586.99571 559.99329,591.59104 559.25,595.90625 C 554.62581,599.526 557.88722,606.68303 556.625,611.78125 C 555.83085,616.03398 546.5412,615.60927 548.09375,621.125 C 549.26806,624.02258 555.12968,622.14759 552.9375,626.1875 C 552.96999,631.27026 551.09247,637.64734 554.21875,641.9375 C 556.68736,644.03278 559.33735,639.87489 561.5625,642.5625 C 566.96471,644.38841 572.24851,641.60405 576.6875,638.96875 C 582.52367,636.14801 582.56399,628.59342 581.09375,623.125 C 580.30397,616.71411 581.65458,609.6416 577.9375,604.03125 C 576.78796,600.77803 575.41587,596.30319 579.8125,594.96875 C 586.70978,591.79515 590.35168,584.95378 592.59375,578.0625 C 588.91894,577.79769 584.5995,579.42007 582.75,575.53125 C 581.18907,574.35879 579.24748,573.46415 577.3125,573.71875 z "
id="15971-23" />
<path
style="fill:#005a8c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 259.25,610.65625 C 254.59829,611.87454 246.69189,610.14337 244.46875,615.65625 C 244.42904,621.08685 247.97729,627.15074 252.9375,629.375 C 259.60915,631.08721 263.27869,639.47814 270.53125,640.1875 C 275.15553,638.79702 277.16815,633.07959 278.75,628.90625 C 279.74643,624.01649 273.31248,624.79219 272.09375,620.96875 C 270.92562,617.90396 270.04928,614.23141 266.46875,613.375 C 264.86974,611.12781 262.02084,610.2588 259.25,610.65625 z "
id="16337-23" />
<path
style="fill:#000a3c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 444.09375,620.78125 C 440.31483,621.82202 442.98307,626.74281 439.9375,628.53125 C 437.77683,633.58595 443.91458,636.17018 447.15625,638.375 C 448.74737,642.09585 454.72045,641.69546 455.9375,638.125 C 458.6685,637.11205 461.18722,641.91874 462.96875,637.90625 C 464.85687,632.5484 464.03156,624.06615 456.90625,623.34375 C 454.65556,623.21499 452.94008,624.37958 451,622.46875 C 448.79951,621.62715 446.49402,620.6615 444.09375,620.78125 z "
id="16121-23" />
<path
style="fill:#008246;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 481.71875,621.3125 C 477.77903,622.84221 475.59692,628.43615 476.71875,632.4375 C 478.12911,637.60451 484.0592,642.00904 489.21875,640.40625 C 495.89202,634.78682 489.49632,621.84338 481.71875,621.3125 z "
id="16166-23" />
<path
style="fill:#00aa28;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 343.375,605.6875 C 338.81383,606.97757 338.23249,612.08239 336.71875,615.6875 C 334.50356,619.60034 327.83075,617.81333 326.78125,622.90625 C 327.75343,626.0254 325.34303,628.02199 323.84375,630.40625 C 322.1624,634.1177 327.06116,634.66229 329,632.4375 C 333.87093,630.53823 336.05362,636.60019 340.15625,637.0625 C 346.66927,634.41371 342.7318,625.54802 346.6875,620.90625 C 348.8333,617.30889 353.98774,613.60646 348.4375,610.5 C 346.51312,609.06562 346.41833,605.20309 343.375,605.6875 z "
id="16085-23" />
<path
style="fill:#005a82;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 507.6875,596.34375 C 502.58035,596.90019 501.438,604.51915 506.21875,606.65625 C 509.23715,609.3643 513.63918,609.3642 515.71875,613.3125 C 519.15296,616.31571 517.47374,622.844 523,623.53125 C 526.52037,625.31024 530.05825,628.66763 528.96875,632.875 C 531.01301,638.98198 539.51287,635.10958 540.875,630.4375 C 543.26845,629.91278 546.86061,629.63792 546.625,626.1875 C 546.53186,618.91752 555.88874,617.60064 560.26791,613.63945 C 561.07123,611.87228 549.88876,613.68357 546.0625,613.28125 C 540.26929,613.82989 533.06603,612.62058 530.96875,606.375 C 527.9573,600.47941 522.13455,596.3067 515.29383,596.99481 C 512.72334,596.82262 510.29099,596.16802 507.6875,596.34375 z "
id="16312-23" />
<path
style="fill:#006ebe;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 443.0625,615.46875 C 438.80428,620.09813 432.6341,621.46159 427.03125,623.34375 C 423.57913,624.81155 417.78408,629.84123 422.375,633.28125 C 428.15409,634.93146 434.69401,635.17309 440.65625,634.5 C 443.85905,632.90752 441.90178,628.67873 444.15625,626.25 C 445.59459,621.40654 446.44688,616.37883 447.6875,611.46875 C 446.14583,612.80208 444.60417,614.13542 443.0625,615.46875 z "
id="16466-23" />
<path
style="fill:#0050aa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 425.625,605.71875 C 419.43393,607.84101 415.90999,614.68756 415.03125,620.8125 C 410.62771,624.52907 412.82272,631.90905 418.3125,633.0625 C 423.58139,635.39269 423.71787,627.40424 425.23067,624.25016 C 426.2245,618.58007 430.36559,612.38167 428.5625,606.65625 C 427.92447,605.7446 426.67596,605.49873 425.625,605.71875 z "
id="16413-23" />
<path
style="fill:#00503c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 464.53125,619.34375 C 460.80903,621.89489 457.45282,627.82682 462.15625,631.1875 C 464.78862,634.87183 473.57265,635.51126 473.21875,629.59375 C 471.58941,625.69751 469.79664,619.58719 464.9375,619.0625 L 464.53125,619.34375 z "
id="16128-23" />
<path
style="fill:#005a78;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 467.90625,623.9375 C 469.48003,627.08973 471.84105,634.689 476.53125,630.9375 C 479.7244,629.233 483.76065,622.65507 478.34375,621.25 C 474.41102,620.80883 470.42164,621.1894 466.46875,621.0625 C 466.94792,622.02083 467.42708,622.97917 467.90625,623.9375 z "
id="16287-23" />
<path
style="fill:#0014d2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 606.625,569.1875 C 600.83867,570.49484 596.31544,575.74685 596.3125,581.6875 C 594.3641,583.91612 593.09466,577.83461 591.42782,577.05414 C 588.95288,575.30201 588.11212,583.78011 585.96875,586.375 C 583.42638,592.09157 573.44779,592.23774 574.0625,599.71875 C 574.30389,605.04877 578.87459,608.97174 577.625,614.625 C 577.3383,618.49161 577.0811,626.06493 582.90625,625.40625 C 588.58096,623.96654 595.91902,620.32964 600.90625,625.125 C 605.61621,624.65055 608.15806,629.0412 611.71875,631.3125 C 616.83199,633.88515 617.32415,626.42393 618.5625,623.375 C 620.0939,619.86959 620.04576,615.55305 619.21875,612.125 C 623.60253,607.42175 624.1397,599.855 623.40625,593.6875 C 622.52398,589.61079 617.90879,588.47837 615.75,585.6875 C 616.52787,580.28741 611.82762,576.95025 609.625,572.84375 C 609.85255,570.99643 608.72523,568.91102 606.625,569.1875 z "
id="16507-23" />
<path
style="fill:#00f01e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 294.6875,591.125 C 290.90237,591.88631 283.04011,590.37382 284.40625,596.40625 C 285.6724,604.9826 285.13444,613.47692 283.125,621.84375 C 281.80342,628.52283 289.9748,630.59212 295,630.09375 C 301.41329,628.67254 295.20512,620.82772 299.84375,617.75 C 301.35541,615.08255 298.16828,612.99654 299.3125,610.28125 C 298.99813,606.84233 294.68663,605.36588 296.25,601.46875 C 295.48977,598.73787 299.56244,589.23789 294.6875,591.125 z "
id="16067-23" />
<path
id="16443-23"
d="M 305.63226,626.99695 C 305.63226,626.00785 304.73226,624.91295 303.63226,624.56385 C 302.30145,624.14145 301.6204,623.03145 301.59682,621.24645 C 301.57734,619.77105 300.91828,617.43885 300.13226,616.06385 C 297.22773,610.98285 298.06555,609.43415 304.38226,608.20725 C 307.54476,607.59305 311.13929,607.36055 312.37011,607.69065 C 313.83157,608.08255 314.8001,607.79005 315.16179,606.84745 C 315.96594,604.75185 319.44016,605.34455 321.21627,607.88035 C 322.05744,609.08125 321.3399,611.01304 322.09665,611.01304 C 323.99701,611.01304 324.33642,612.28008 323.54332,616.50768 C 323.06374,619.06408 319.50109,623.65829 320.42295,623.65829 C 321.12579,623.65829 317.59499,625.01435 315.55309,626.11235 C 314.22164,626.82825 311.44476,627.72475 309.38226,628.10465 C 306.18307,628.69385 305.63226,628.53115 305.63226,626.99695 z "
style="fill:#0082b4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2686"
sodipodi:nodetypes="cssssssssssssc" />
<path
style="fill:#00d200;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 398.875,580.25 C 394.28672,582.5209 388.5753,582.66062 384.40625,585.8125 C 379.21013,592.85989 380.37799,602.77102 377.13923,610.70448 C 376.74479,615.52773 371.20767,620.30882 373.6875,625.09375 C 376.28699,627.82137 379.36988,621.72759 381.03125,626.21875 C 385.51879,631.60047 393.04791,626.46117 398.6413,629.20864 C 404.86593,632.5947 403.10721,623.89367 404.71324,620.24189 C 407.49276,614.17055 404.43682,608.17397 405.10691,601.87509 C 404.23657,595.46774 407.62006,587.2477 402.8125,581.9375 C 401.733,580.96393 400.38677,580.07602 398.875,580.25 z "
id="15987-23" />
<path
style="fill:#001e3c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 405.75,584.65625 C 400.70979,586.04604 403.16298,593.24122 402.25,597.03125 C 401.9956,602.49416 402.3373,608.13884 403.3125,613.34375 C 402.8519,616.68235 399.47197,622.21984 404.94448,623.15744 C 408.74341,623.79539 408.1115,629.4846 412.46875,629.34375 C 416.60307,628.65375 415.42083,622.99564 417.875,620.4375 C 418.183,614.2443 423.07042,609.19422 428.59375,607.09375 C 431.60227,604.3685 427.45621,600.94448 424.53125,602.6875 C 422.68627,602.1863 423.07031,598.90422 420.875,598.09375 C 416.90041,596.39553 420.50746,590.52104 415.90625,589.03125 C 411.73932,588.6854 410.06841,584.33232 405.75,584.65625 z "
id="16123-23" />
<path
style="fill:#00648c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 284.1875,598.15625 C 280.36183,600.35283 283.39519,606.29344 282.3125,609.34375 C 278.44637,611.64723 274.83852,604.90772 271.625,609.0625 C 267.06782,613.83825 266.99253,622.72052 273.40625,625.90625 C 277.00838,627.55109 282.0909,630.03016 285.5625,628.0625 C 286.40605,623.71088 285.75512,619.03215 287.3125,614.65625 C 287.95376,609.47287 289.38819,602.83029 286,598.40625 C 285.56076,597.85736 284.76424,598.04358 284.1875,598.15625 z "
id="16338-23" />
<path
style="fill:#009696;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 359.3125,598.25 C 354.30219,598.51926 354.7272,604.39726 356.875,607.4375 C 358.45759,611.79818 362.7938,614.46431 366.125,616.71875 C 363.75264,620.14764 362.59656,627.54635 368.53125,627.65625 C 373.50425,629.07352 374.77158,622.01855 376.84375,619.03125 C 378.4203,614.94128 383.37321,608.16938 377.78125,605.15625 C 372.1787,602.11913 365.87627,598.27321 359.3125,598.25 z "
id="16368-23" />
<path
id="16465-23"
d="M 425.67488,620.43995 C 426.75144,617.31085 427.63226,613.72275 427.63226,612.46635 C 427.63226,609.24145 428.81805,608.86525 433.6308,610.56335 C 437.77837,612.02665 442.63226,611.69885 442.63226,609.95545 C 442.63226,609.46505 443.08226,609.06385 443.63226,609.06385 C 444.18226,609.06385 444.63226,610.46155 444.63226,612.16995 C 444.63226,614.35695 443.82806,615.91035 441.91434,617.41995 C 438.28013,620.28665 431.66371,623.20125 430.46799,622.46235 C 429.93903,622.13535 428.74709,622.51855 427.81925,623.31375 C 424.05146,626.54305 423.72544,626.10605 425.67488,620.43995 z "
style="fill:#0064be;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2676" />
<path
style="fill:#006446;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 436.125,597.59375 C 437.67568,602.28025 445.49946,603.60945 443.125,609.875 C 443.57596,614.60192 441.24828,622.82055 447.78125,624.25 C 451.79917,625.35661 455.85992,625.7666 459.75,626.65625 C 466.72381,623.34271 468.22339,613.64145 466.8125,606.75 C 463.6923,604.35026 463.39527,597.13562 457.9375,598.84375 C 455.46072,599.40455 453.2957,601.78848 450.84375,599.46875 C 446.61032,597.95449 442.1819,597.52678 438.15625,595.59375 C 436.10232,595.33533 435.83768,595.50858 436.125,597.59375 z "
id="16163-23" />
<path
id="16323-23"
d="M 359.84507,622.75805 C 358.03712,622.20535 355.33712,620.24535 353.84507,618.40235 C 352.35303,616.55935 349.89476,613.53235 348.38226,611.67565 C 345.20742,607.77825 344.9024,606.06535 347.38226,606.06005 C 348.34476,606.05805 350.51476,605.21325 352.20449,604.18295 L 355.27671,602.30945 L 357.58071,607.16235 C 359.02751,610.20975 361.14884,612.76105 363.28245,614.01995 C 366.22141,615.75395 366.59268,616.39865 366.03208,618.79425 C 365.04009,623.03325 363.65285,623.92205 359.84507,622.75805 z "
style="fill:#00c882;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2672" />
<path
style="fill:#002846;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 473.875,599.90625 C 470.28384,600.355 470.69106,604.69425 473.3125,606.15625 C 473.84174,609.36842 477.52356,611.08545 476.90625,614.6875 C 477.32635,618.9937 481.10928,626.6106 486.40625,623.53125 C 489.24361,620.36905 485.84104,616.46707 485.21875,613.40625 C 485.40935,609.5832 491.73762,608.99929 489.9375,605.09375 C 486.80058,601.38164 480.89341,606.06513 478.1875,601.625 C 476.97009,600.68998 475.47896,599.71584 473.875,599.90625 z "
id="16151-23" />
<path
style="fill:#00d2a0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 469.53125,601.8125 C 465.30619,604.01548 464.67342,609.4255 464.90625,613.625 C 462.92511,617.34264 464.00971,622.77929 468.71875,623.375 C 472.53398,623.73067 478.87913,625.22835 480.78125,620.96875 C 481.6012,617.53269 478.35664,614.89953 479.15625,611.65625 C 477.7715,608.89768 476.40985,606.85984 475.0625,604.25 C 473.78054,602.64711 471.65585,601.14654 469.53125,601.8125 z "
id="16401-23" />
<path
style="fill:#00fabe;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 321.09375,610.28125 C 325.24593,613.86989 321.31758,619.96747 319.8125,623.6875 C 320.47745,626.93943 324.38465,629.24325 326.34375,625.6875 C 330.22521,623.374 332.80206,619.90787 331.11721,615.16652 C 333.05816,607.98666 325.11863,607.71817 320.12844,606.24946 C 312.98955,603.68211 320.22009,608.25297 321.09375,610.28125 z "
id="16480-23" />
<path
style="fill:#00500a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 321.71875,602.09375 C 316.42592,603.16097 320.56926,610.03159 324.1875,610.71875 C 326.80173,610.67542 329.06388,612.04685 328.0625,614.90625 C 327.27803,617.91445 328.4306,623.15447 332.5625,621.5 C 336.77453,619.88156 342.09967,616.38977 340.0625,611.0625 C 339.14183,606.74742 334.15824,602.21179 330.21875,606.28125 C 327.99699,603.89238 325.11928,601.66894 321.71875,602.09375 z "
id="15999-23" />
<path
style="fill:#0050d2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 488.25,606.28125 C 482.21226,607.65872 480.8395,618.02088 487.375,619.78125 C 491.88258,621.64277 499.46059,618.23467 495.75,612.8125 C 493.80583,610.41678 491.78665,606.26426 488.25,606.28125 z "
id="16513-23" />
<path
style="fill:#00c832;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 251.625,598.1875 C 245.17721,597.35664 238.36977,604.1961 241.6875,610.5625 C 242.06395,614.65181 246.12826,616.5481 249.71875,614.84375 C 254.18036,614.68826 259.39394,612.1637 263.59375,614.0625 C 265.2007,617.30848 269.90958,617.95132 271.40625,614.34375 C 275.11464,610.43204 274.93758,602.78976 268.96875,601.25 C 265.75978,599.41708 262.44719,600.79881 259.9375,602.90625 C 256.44116,603.7544 257.11054,597.47354 253.125,598.1875 C 252.62334,598.21127 252.12633,598.09682 251.625,598.1875 z "
id="16113-23" />
<path
style="fill:#00c828;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 522.53125,576.65625 C 518.71398,576.99219 517.98622,581.13543 516.6875,583.6875 C 512.5099,586.95401 518.44367,590.74483 518.96875,594.28125 C 522.24705,600.6557 527.83919,605.54334 531.34375,611.78125 C 536.16342,616.98061 543.60053,616.97003 550.0625,615.84375 C 553.61851,615.94524 553.19921,611.56939 550.125,611.15625 C 544.34591,606.06889 538.31696,601.30168 531.75,597.21875 C 527.79272,594.44758 531.57927,589.1861 529,585.5 C 527.45215,582.59234 526.70801,576.79774 522.53125,576.65625 z "
id="16088-23" />
<path
style="fill:#00d264;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 488.46875,595.15625 C 483.20602,597.89533 486.36919,605.12154 489.28125,608.5625 C 491.89196,611.36432 495.24201,618.82847 499.71875,614.6875 C 502.89566,611.60382 506.00826,604.23435 501.28125,601.375 C 497.10023,601.44926 493.43508,600.20735 492,596.125 C 491.16353,595.15517 489.67559,594.70803 488.46875,595.15625 z "
id="16249-23" />
<path
style="fill:#00fa82;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 524.09375,570.625 C 519.80357,572.12641 521.92355,577.97157 525.78125,578.53125 C 533.26545,582.03925 537.25418,590.15952 542.5625,596.1875 C 544.84456,600.3108 549.05399,605.83182 545.9375,610.46875 C 546.52339,614.76147 552.68728,614.61735 556.125,614.96875 C 561.40531,613.59702 558.54817,606.16474 559.36375,602.3752 C 558.46628,599.15619 561.2881,598.06589 562.4375,595.6875 C 562.95381,590.18978 557.01272,586.5761 553.4375,583.28125 C 550.08451,581.63966 547.22192,579.46256 545.40625,576.15625 C 542.26125,572.53757 537.13467,574.20447 533.3125,573.5 C 531.40097,570.59811 527.87139,572.74269 525.59375,570.625 C 525.10232,570.55844 524.57973,570.50492 524.09375,570.625 z "
id="16328-23" />
<path
style="fill:#00a00a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 280.9375,599.28125 C 277.34665,600.61667 270.81448,601.584 270.71875,606.3125 C 273.02618,611.05486 280.73067,614.82391 284.9375,610.65625 C 285.63969,607.09124 286.16009,601.38941 282.5,599.25 C 281.98081,599.2753 281.4531,599.20671 280.9375,599.28125 z "
id="16007-23" />
<path
style="fill:#00be3c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 435.5625,599.3125 C 436.00425,604.82207 428.05332,599.87337 426.84375,604.65625 C 426.33235,609.77661 433.23784,611.24171 437.09375,612.125 C 439.95265,613.13471 442.38054,611.44312 444.1875,609.875 C 448.75847,607.28511 443.9293,601.403 440.77943,599.73208 C 438.44126,598.72875 435.76278,594.03207 435.5625,599.3125 z "
id="16141-23" />
<path
style="fill:#005adc;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 323.78125,586.28125 C 318.28796,589.59981 319.01444,597.53095 319.625,603.03125 C 321.29196,606.3337 326.2035,604.02552 327.90625,607.5625 C 330.70365,610.43779 334.54125,604.75924 336.40625,609.21875 C 338.48878,612.21623 341.73934,610.40666 343.59375,608.34375 C 346.49827,607.35246 351.57922,606.42055 349.625,602.0625 C 348.28753,598.19508 345.60975,594.80257 347.375,590.46875 C 346.9013,585.06819 340.40019,588.47975 338.65625,591.34375 C 333.26036,591.79345 329.08367,587.08932 324.09375,586.1875 L 323.78125,586.28125 z "
id="16541-23" />
<path
style="fill:#0032aa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 522.78125,577.8125 C 525.47022,583.10165 528.00901,588.63478 527.125,594.625 C 529.64224,602.29324 539.65473,603.31882 544.0625,609.71875 C 546.65079,612.57266 551.26402,609.46725 549.5625,605.96875 C 547.88467,595.3271 538.92971,587.99722 532.625,579.9375 C 529.29265,576.47026 524.61376,574.96067 520.5,572.625 C 521.26042,574.35417 522.02083,576.08333 522.78125,577.8125 z "
id="16410-23" />
<path
style="fill:#00dc64;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 296.03125,590.625 C 291.94793,593.50255 293.8369,599.98833 293.90625,604.3125 C 293.7924,609.54428 299.87686,610.88042 303.90625,609.1875 C 307.66803,609.31881 312.80312,605.85245 309.6875,601.875 C 307.70718,598.51453 304.23908,595.86164 301.46875,593.65625 C 300.79904,591.54007 298.21112,589.92979 296.03125,590.625 z "
id="16250-23" />
<path
style="fill:#00e6c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 299.4375,576.53125 C 295.70965,578.0816 295.9451,583.08552 296.03125,586.28125 C 292.88645,588.79356 295.68728,593.11148 298.625,593.90625 C 299.1347,597.59748 304.09898,597.14575 305.46875,600.625 C 308.14408,603.16551 308.40968,608.97917 313.375,608.4375 C 315.43845,607.50688 316.71922,605.67456 319.125,605.5 C 325.3347,600.01017 321.45367,589.78669 316.1875,584.96875 C 312.00398,580.41982 304.86278,580.99017 300.6875,576.5625 C 300.28829,576.43959 299.84112,576.4235 299.4375,576.53125 z "
id="16503-23" />
<path
id="16316-23"
d="M 377.13226,605.03955 C 376.03226,604.61095 372.0826,602.87955 368.35524,601.19185 C 362.5238,598.55135 361.71309,597.87495 362.54484,596.34355 C 363.07648,595.36465 363.77506,593.31495 364.09724,591.78865 C 364.41942,590.26225 366.17156,587.33725 367.99088,585.28865 C 369.81021,583.23995 371.57832,580.79285 371.92002,579.85055 C 372.49223,578.27265 373.06779,578.32825 379.20848,580.55565 C 386.96655,583.36955 387.68732,583.89385 385.48895,585.12415 C 384.03675,585.93685 382.3058,591.24365 379.92209,602.19125 C 379.2462,605.29545 378.84375,605.70625 377.13226,605.03955 z "
style="fill:#008282;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2640" />
<path
style="fill:#00a0c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 462.9375,582.15625 C 458.3048,585.17932 458.80518,591.98576 455.15625,595.96875 C 453.39347,599.5077 457.58391,602.37535 460.40625,601.40625 C 461.61462,604.23031 463.70111,609.95893 467.6875,607.125 C 471.14419,604.90779 473.3664,599.28948 468.65625,597.0625 C 466.06683,595.0166 469.37027,590.33625 467.5625,587.46875 C 467.099,585.20314 465.89214,581.53651 462.9375,582.15625 z "
id="16496-23" />
<path
style="fill:#00285a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 474.78125,578.65625 C 470.66335,580.23925 471.33117,586.3487 473.90625,588.9375 C 472.07405,592.67207 465.69976,595.45667 468.53125,600.46875 C 469.90753,604.86794 474.96353,600.67845 477.03125,604.03125 C 479.54611,607.22543 484.63951,608.33747 486.9375,604.28125 C 491.47395,597.76876 484.80735,590.79667 481.98066,585.13398 C 480.10151,582.92968 478.40799,578.07463 474.78125,578.65625 z "
id="16207-23" />
<path
style="fill:#00dc82;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 292.96875,564.15625 C 288.12216,564.0585 283.7785,567.33054 279.53125,568.40625 C 273.34323,561.85561 262.90875,565.06958 255.375,567 C 249.1032,569.34864 245.27193,576.00878 245.125,582.34375 C 242.69198,587.22011 247.64682,592.40875 250.375,596.15625 C 254.39547,598.54323 254.36112,606.53836 260.03125,605.875 C 262.90635,605.55375 263.55122,600.78185 266.75901,603.35392 C 273.33317,606.52525 280.60381,602.44275 286.1875,599.03125 C 288.0866,597.22718 285.62279,592.78497 289.6875,594.59375 C 293.06073,594.47017 297.65128,592.52738 297.25,588.71875 C 299.11982,585.37928 298.05961,581.16804 300.58623,577.89543 C 301.31517,574.03605 308.36104,567.01374 304.50577,565.42948 C 300.69619,564.65444 296.87931,563.81159 292.96875,564.15625 z "
id="16325-23" />
<path
style="fill:#002800;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 353.53125,584.625 C 351.62829,586.1374 349.69252,587.57851 346.96875,587.28125 C 344.01269,588.0251 345.22445,591.58109 343.9375,593.84375 C 344.31403,597.76361 346.32639,601.65678 348.375,604.9375 C 352.66106,607.33591 355.1947,601.18058 359.1875,601.09375 C 363.62141,599.67152 366.66604,591.54544 360.46875,590.375 C 356.38589,590.81183 357.76665,583.87703 353.53125,584.625 z "
id="15970-23" />
<path
style="fill:#00f0b4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 425.9375,584.25 C 420.11882,585.39128 413.19639,592.13551 417.46875,598.21875 C 419.60094,599.88209 420.57455,602.24714 422.125,604.15625 C 426.65945,605.54347 432.3249,605.87468 436.625,603.78125 C 441.04944,598.65153 434.45415,593.16701 432.34375,588.78125 C 431.06542,586.37469 428.99304,583.78155 425.9375,584.25 z "
id="16454-23" />
<path
style="fill:#00fa32;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 499.5,586.5 C 497.12109,590.57002 492.93588,593.58109 490.71875,597.46875 C 490.91609,604.97793 502.66035,606.26685 506.21875,600.3125 C 509.09686,597.77642 507.95534,594.11925 505.3125,592.1875 C 503.21163,590.20077 502.87192,582.00905 500.38453,585.38133 L 499.76429,586.16575 L 499.5,586.5 z "
id="16118-23" />
<path
style="fill:#00e6a0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 452.59375,580.21875 C 448.44235,580.20166 447.35478,584.89616 446.40625,587.84375 C 443.71236,590.92142 437.18463,591.54463 437.25,596.40625 C 440.72566,601.07672 447.44798,601.2024 452.59375,602.6875 C 457.83102,603.161 456.90365,596.8337 459.5,594.09375 C 461.62869,590.20579 464.27272,582.59655 458.1875,580.84375 C 456.37146,580.38559 454.48388,580.09336 452.59375,580.21875 z "
id="16403-23" />
<path
style="fill:#0028a0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 514.9375,586.3125 C 510.28049,587.33262 506.14302,593.40117 507.8125,597.9375 C 511.57458,600.56684 517.402,600.40545 521.6875,599.0625 C 524.13651,595.2879 520.18471,590.05018 517.59375,587 C 516.85867,586.43097 515.85707,586.19178 514.9375,586.3125 z "
id="16382-23" />
<path
style="fill:#000a32;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 465.84375,575.4375 C 462.05397,575.12932 459.93729,580.32698 463.40625,582.25 C 463.24123,584.82496 464.85092,586.95733 465.375,589.25 C 465.43842,592.32366 462.78849,599.84441 468.125,598.75 C 471.31418,595.82565 476.20175,592.74503 476.53125,588.1875 C 475.0064,586.371 474.43057,584.57535 474.1875,582.15625 C 473.22264,580.29165 470.97752,580.26087 471.375,577.78125 C 470.61469,575.45533 467.89945,575.25382 465.84375,575.4375 z "
id="16094-23" />
<path
style="fill:#00f05a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 491.1875,578.09375 C 487.24164,579.58938 482.27489,581.72751 480.59375,585.875 C 482.06912,590.71844 484.64536,598.12404 490.78125,598.03125 C 496.10973,597.25241 501.11203,590.98614 497.01233,585.9871 C 495.23301,583.75145 494.87033,577.86423 491.1875,578.09375 z "
id="16227-23" />
<path
style="fill:#004696;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 436.25,573.96875 C 433.44035,577.58519 425.33213,575.17181 424.65625,580.375 C 426.86478,586.39221 430.80586,592.30629 435.1875,596.84375 C 439.62147,596.90795 443.55349,592.71284 447.15625,590.25 C 449.8142,588.59349 449.12198,585.16382 451.375,583.375 C 451.80711,579.51065 447.73594,574.8002 443.71875,575.03125 C 441.43162,576.91073 438.91281,573.0154 436.25,573.96875 z "
id="16360-23" />
<path
style="fill:#0082d2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 502.4375,580.71875 C 499.01143,580.24248 497.46798,583.79633 499.65625,586.15625 C 501.55144,590.04729 503.39547,597.85374 509.09375,596.6875 C 511.01967,594.53075 511.03622,591.11732 514.03125,589.46875 C 520.00223,585.1311 522.53439,581.72032 513.28125,581.53125 C 509.7126,580.84982 506.08094,580.47668 502.4375,580.71875 z "
id="16518-23" />
<path
style="fill:#001e6e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 342.15625,576.09375 C 340.10772,576.76224 338.9971,578.85804 336.46875,577.5 C 330.59433,576.64114 330.68534,584.8749 325.71875,585.9375 C 324.37864,590.71367 331.17977,592.98216 334.9375,593.5625 C 337.69643,594.52172 340.99901,593.66167 342.1875,591.0625 C 346.19645,591.05775 348.83668,585.79041 346,582.9375 C 345.30098,580.50799 346.05703,575.97163 342.15625,576.09375 z "
id="16256-23" />
<path
style="fill:#006478;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 355,564.8125 C 350.13896,566.07951 353.70777,572.61051 351.625,575.78125 C 350.51328,578.89819 349.45148,582.90126 352.75,585.03125 C 354.36661,589.03796 358.50316,596.05953 363.5625,592.15625 C 366.15135,588.29793 369.52158,584.93857 372.0625,581.09375 C 373.37052,576.36272 370.3903,571.07445 367.0625,567.875 C 364.22067,567.00818 361.45253,566.2572 358.65625,565.125 C 357.45153,564.93734 356.23123,564.68755 355,564.8125 z "
id="16288-23" />
<path
style="fill:#003c50;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 541.25,564.28125 C 535.65632,565.13678 528.7849,566.29331 525.1875,571 C 524.2651,574.56972 528.44597,574.49552 530.6875,574.59375 C 534.45502,578.99051 541.77163,573.70967 544.6875,579.5 C 547.76209,584.7321 554.82498,585.69528 557.90625,591.09375 C 560.01622,594.34034 563.70828,592.70655 565.71875,590.625 C 569.16906,590.18781 572.87006,588.99116 573.75,585.09375 C 574.79402,581.62304 578.56119,575.49595 574.21875,573.125 C 570.92166,572.25195 568.20085,578.01815 565.53125,574.0625 C 561.81717,571.1426 557.00422,570.45083 553.125,567.78125 C 549.37971,567.50018 546.45933,564.93778 542.8125,564.3125 C 542.29247,564.27344 541.77102,564.20841 541.25,564.28125 z "
id="16184-23" />
<path
style="fill:#00fa64;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 315.46875,561.40625 C 309.30638,562.79281 310.81647,571.48463 312.84375,575.71875 C 314.64817,578.26574 316.28701,581.10486 314.59375,584.125 C 314.40531,587.86019 317.49005,592.34302 320.875,593 C 324.82289,588.66728 328.81366,583.26517 329.9375,577.34375 C 330.36394,571.93437 324.75638,569.14232 320.28125,568.3125 C 323.21918,564.32486 319.74274,560.91342 315.46875,561.40625 z "
id="16253-23" />
<path
style="fill:#003c6e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 408.125,568.6875 C 400.20879,569.88235 396.93743,583.03945 404.6875,586.59375 C 409.52277,587.57257 413.32391,593.89854 418.71875,591.25 C 421.56854,588.92191 425.06084,587.54953 428.0625,585.90625 C 429.44913,581.43164 424.08589,578.03163 421.9375,574.625 C 418.47242,570.87999 413.06735,568.92537 408.125,568.6875 z "
id="16259-23" />
<path
style="fill:#00dc96;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 489.6875,556.875 C 485.40183,559.09239 486.8572,565.43958 485.84375,569.46875 C 484.9863,574.19346 491.0979,575.18083 491.34375,579.6875 C 493.5792,583.13811 493.91839,589.78174 498.75,590.375 C 502.29003,589.83449 503.41413,584.72303 501.34375,583.40625 C 504.4658,584.82444 509.25526,582.48592 507.1875,578.6875 C 502.71793,573.08867 500.27354,566.08251 495.5625,560.625 C 493.85017,559.18569 492.24219,556.56426 489.6875,556.875 z "
id="16375-23" />
<path
style="fill:#00f014;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 349.3125,571.71875 C 344.97091,571.53082 341.12808,575.07912 342.46875,579.625 C 342.36974,582.96924 344.83644,585.16078 345.21875,588.25 C 348.70703,593.53015 358.51455,586.38965 353.65625,581.90625 C 351.94278,579.70096 356.79032,574.30531 352.53125,572.28125 C 351.55211,571.74087 350.41515,571.62513 349.3125,571.71875 z "
id="16042-23" />
<path
style="fill:#002896;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 231.65625,556.8125 C 225.91991,558.54975 225.84541,566.35245 225.09375,571.34375 C 225.73366,576.65152 221.6417,583.04955 225.1875,587.71875 C 228.27252,589.83035 234.35698,589.91696 235,585.34375 C 238.17169,582.05755 238.55915,577.14833 240.375,573.4375 C 247.9239,571.48754 246.87704,557.63929 238.73977,557.60855 C 236.38634,557.19389 234.05704,556.67699 231.65625,556.8125 z "
id="16357-23" />
<path
style="fill:#000ad2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 338.25,562.28125 C 334.54012,564.22432 331.2702,567.07687 327.25,568.5625 C 323.11947,571.99693 329.77798,577.32429 325.9375,581.15625 C 323.39551,583.88221 324.97805,590.55113 329.28125,587.3125 C 332.51272,585.55429 332.54798,578.55555 337.15625,580.53125 C 341.40628,580.67883 346.32585,576.4495 345.84375,572.0625 C 344.29436,570.17181 344.57946,567.13993 342.09375,565.5625 C 341.09121,564.09581 340.51409,561.89367 338.25,562.28125 z "
id="16506-23" />
<path
style="fill:#00e65a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 401.375,555.125 C 399.1982,555.78291 397.86745,557.69994 395.3125,557.3125 C 386.34163,560.62457 382.24329,571.20427 381.40625,580 C 382.00257,583.00173 385.91145,583.00179 386.75,585.84375 C 390.4965,587.0123 395.74249,585.26544 397.96875,581.9375 C 399.44868,578.02472 397.36641,573.91262 395.875,570.375 C 400.79076,568.58873 405.26631,563.71492 406.03125,558.46875 C 405.63881,556.33317 403.52947,554.81971 401.375,555.125 z "
id="16226-23" />
<path
style="fill:#00c80a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 485.5,569.09375 C 481.17353,571.00787 478.55203,575.37423 475.03125,578.4375 C 476.72336,581.20423 479.48783,588.8225 483.8125,584.90625 C 486.65831,582.15863 494.23426,581.64308 493.34375,576.65625 C 491.33915,573.9366 489.08489,570.86796 486.46875,569.03125 C 486.14623,569.05395 485.81177,568.97481 485.5,569.09375 z "
id="16011-23" />
<path
style="fill:#003264;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 244.9375,568.28125 C 239.07534,569.09777 233.48581,576.23085 237.53125,581.5625 C 237.23621,588.47287 248.4146,586.77178 248.4375,580.75 C 248.20568,577.86814 249.45208,575.56508 250.5,573.125 C 250.14813,570.65193 247.56745,567.95071 244.9375,568.28125 z "
id="16233-23" />
<path
style="fill:#006e1e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 311.5625,562.59375 C 304.07906,563.34817 299.27351,570.99516 299.25,577.9375 C 302.52431,582.63986 309.1321,584.23675 314.53125,585.25 C 320.04828,584.86979 318.14468,577.97299 315.5,575.34375 C 312.713,571.33547 314.36409,566.24384 314.3125,561.75 C 313.39583,562.03125 312.47917,562.3125 311.5625,562.59375 z "
id="16054-23" />
<path
style="fill:#001482;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 459.09375,553.34375 C 455.2439,556.55228 452.0274,560.65347 447.34375,562.84375 C 439.50415,568.99051 444.92262,583.34601 454.84375,583.0625 C 458.09972,582.43907 460.98806,587.01926 464.25,584.1875 C 466.83681,582.40297 462.66062,577.14719 466.8125,578 C 470.03114,578.3159 473.09,574.22717 470.03125,572 C 469.3363,568.46427 470.75097,561.95332 465.375,561.90625 C 462.67879,560.12694 461.75158,557.16004 462.0625,554.28125 C 461.49614,553.11116 460.23832,552.80667 459.09375,553.34375 z "
id="16306-23" />
<path
id="16529-23"
d="M 510.13226,581.57205 L 506.13226,580.28995 L 510.63226,579.92695 C 514.301,579.63085 515.15109,579.19435 515.2342,577.56385 C 515.29027,576.46385 515.40277,574.55845 515.4842,573.32965 C 515.56563,572.10075 516.88938,569.68845 518.42587,567.96875 L 521.21948,564.84225 L 524.40571,566.77985 L 527.59194,568.71755 L 524.69711,570.85775 C 522.69441,572.33845 521.95922,573.59815 522.31151,574.94525 C 522.65069,576.24225 522.12138,577.26685 520.7265,578.01335 C 519.57467,578.62985 518.63226,580.01835 518.63226,581.09905 C 518.63226,583.40175 516.25372,583.53405 510.13226,581.57205 z "
style="fill:#00dcd2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2586" />
<path
style="fill:#00823c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 587.28125,518.25 C 580.9405,519.2533 581.87911,527.52877 578.6875,531.6875 C 574.47634,539.45544 572.32437,548.17333 572.1875,556.875 C 569.38015,561.18223 571.77493,567.29041 570.125,572.09375 C 571.25788,578.6202 581.0565,574.15932 582.53125,580.0625 C 585.56449,582.80037 591.1486,578.02283 592.65625,583.125 C 595.71254,587.08575 600.19402,582.6455 599.53125,578.75 C 600.48905,574.15727 605.24601,572.75908 608.84375,571.03125 C 613.2849,566.12899 614.29533,558.45287 610.90371,552.59312 C 606.79268,548.28356 614.91441,547.01181 613.40625,542.4375 C 611.66573,539.47764 607.73595,538.58946 606.59375,534.9375 C 602.39268,527.59627 596.93201,518.23552 587.28125,518.25 z "
id="16133-23" />
<path
style="fill:#0096d2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 404.90625,550.53125 C 400.92195,551.96096 401.86644,556.97928 403.6875,559.625 C 401.1374,563.59242 397.96586,567.65357 393.6875,569.15625 C 392.34328,572.82886 396.66783,576.08461 395.75,580.0625 C 397.56747,586.45067 405.05644,580.59046 403.4375,575.8125 C 404.86982,570.95315 410.94575,570.55684 414.75,573 C 419.01656,573.142 416.84533,568.54421 415.34375,566.625 C 412.6925,562.20406 414.67964,554.8803 409.625,552.1875 C 407.46204,552.63988 407.04924,549.94447 404.90625,550.53125 z "
id="16520-23" />
<path
style="fill:#00d2b4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 481.65625,552.125 C 475.26275,553.68675 470.98853,559.9639 467.4375,565.15625 C 465.15234,569.06841 468.09589,572.84425 468.625,576.46875 C 467.95423,579.51978 470.04741,585.25905 473.8125,582.125 C 480.55029,576.07157 490.05156,570.20605 490,560.03125 C 491.14234,554.33117 487.12492,551.2437 481.65625,552.125 z "
id="16451-23" />
<path
style="fill:#00faaa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 396.6875,546.875 C 391.48596,546.25369 387.30286,549.15164 383.4375,552.03125 C 376.32035,553.51222 376.02938,562.30529 374.45216,567.87006 C 374.59543,572.0385 368.93611,567.84175 367.84375,571.6875 C 367.14609,577.7122 374.98108,579.92143 379.4375,581.59375 C 385.22056,582.53909 384.2138,574.47146 386.3125,571.15625 C 388.49575,565.91033 392.1046,559.82582 398.34375,559.5625 C 401.26125,558.42432 403.85017,555.83839 405.5,553.5625 C 408.20758,556.3052 412.81677,552.36153 409.40625,549.875 C 405.60548,547.84845 401.06558,546.45431 396.6875,546.875 z "
id="16430-23" />
<path
style="fill:#00c83c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 427.25,562.375 C 423.39496,563.88168 429.11775,570.93893 423.78125,570.0625 C 420.17168,569.03518 417.07139,573.00131 419.8125,575.90625 C 421.75161,580.1206 426.49196,581.59659 430.59375,579.5 C 434.62154,579.09938 438.54923,576.25362 437.8125,571.8125 C 439.37364,568.40429 437.29646,564.82847 433.65625,564.15625 C 431.50743,563.88543 429.33877,561.58074 427.25,562.375 z "
id="16142-23" />
<path
style="fill:#003caa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 492.96875,547.15625 C 489.03944,549.88387 487.16404,557.16773 491.71875,560.4375 C 498.76327,565.85981 499.36475,577.5184 508.21875,580.84375 C 511.63604,582.16527 517.5604,579.87134 515.09375,575.5 C 512.7156,573.42156 512.75786,569.46698 509.75,567.53125 C 506.44199,565.40369 503.75247,562.85251 501.6875,559.5625 C 497.66023,556.55028 499.91283,546.90883 492.96875,547.15625 z "
id="16411-23" />
<path
style="fill:#00fa78;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 451.3125,535.0625 C 444.29847,536.99343 437.41489,543.1331 438.75,551.0625 C 438.46861,558.85417 433.54918,565.85386 433.28125,573.46875 C 434.50827,580.36808 446.38919,582.48441 448.03125,574.875 C 447.68963,570.22685 449.46375,565.25838 454.28125,563.9375 C 458.83964,560.86441 463.9989,555.31084 461.0625,549.46875 C 462.84416,544.82878 463.43841,537.06379 457.09375,535.65625 C 455.17913,535.33894 453.09728,535.31221 451.3125,535.0625 z "
id="16303-23" />
<path
style="fill:#001400;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 541.96875,551.71875 C 538.44109,553.01246 536.52725,560.25412 541.25,560.625 C 539.54321,562.54732 537.80434,566.45088 541.4375,567.4375 C 545.60548,567.74658 549.12512,570.06752 553.28125,570.78125 C 557.23698,573.64348 562.24297,574.03544 565.9375,577.3125 C 570.62175,580.19469 573.78678,573.87914 573.3125,569.9375 C 575.06757,564.0684 568.86096,561.377 564.38381,560.12449 C 557.86423,558.41151 553.49052,552.44946 546.42494,552.21384 C 544.95646,552.05175 543.42807,551.42929 541.96875,551.71875 z "
id="15968-23" />
<path
style="fill:#008c0a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 501.59375,553.8125 C 497.18087,554.229 495.35257,559.85135 500.0625,561.59375 C 502.07809,566.84792 509.11785,568.09083 510.625,573.53125 C 509.99141,577.61388 515.50484,577.57204 516.03125,573.9375 C 517.71885,570.63473 519.42056,565.55533 515.03125,563.59375 C 514.18795,559.65881 510.46023,557.2337 506.625,556.75 C 504.96781,555.75216 503.89988,553.47888 501.59375,553.8125 z "
id="16005-23" />
<path
id="16105-23"
d="M 345.16976,572.26805 C 344.87413,571.97235 344.63226,571.13055 344.63226,570.39715 C 344.63226,569.66385 343.73226,568.16385 342.63226,567.06385 C 341.53226,565.96385 340.63226,564.38885 340.63226,563.56385 C 340.63226,561.61465 343.52267,561.61465 344.27063,563.56385 C 344.58722,564.38885 345.92309,565.06385 347.23925,565.06385 C 350.04462,565.06385 353.63226,568.30015 353.63226,570.83075 C 353.63226,572.20525 352.75217,572.62075 349.66976,572.70155 C 347.49038,572.75875 345.46538,572.56365 345.16976,572.26805 z "
style="fill:#007832;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2566" />
<path
style="fill:#0096dc;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 418.65625,538.4375 C 412.90366,540.12779 406.63466,538.34903 401.5,542.125 C 397.79092,543.26733 398.10791,547.97688 401.4375,549.4375 C 404.16947,551.26586 408.32066,550.55227 409.21875,554.65625 C 411.16847,561.10792 411.31642,570.55224 418.78125,573.3125 C 421.0253,573.2005 422.78936,572.46192 425.09375,572.78125 C 429.20696,572.55733 429.18032,567.5707 428.9375,564.9375 C 432.34141,564.42145 429.73935,560.25915 432.5,559.15625 C 435.82821,555.85381 441.76867,551.19421 439.78125,545.9375 C 434.72531,542.4208 426.81022,544.94041 422.625,539.4375 C 421.47341,538.64772 420.07515,538.27598 418.65625,538.4375 z "
id="16547-23" />
<path
style="fill:#006edc;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 254.4375,531.28125 C 250.87629,531.98833 248.79821,536.00027 244.78125,536.0625 C 239.10898,537.81173 241.9235,545.26898 241.21875,549.5625 C 241.96537,556.54704 240.71096,564.729 244.875,570.6875 C 247.52403,573.31672 251.50226,573.43575 253.8125,570.53125 C 258.07979,567.80517 265.18036,569.8346 267.96875,565.15625 C 267.89581,561.56856 264.23732,558.50153 266.65625,554.8125 C 268.38518,550.386 265.80963,546.29703 262.90625,543.25 C 260.21128,539.46828 260.4185,531.41959 254.4375,531.28125 z "
id="16543-23" />
<path
style="fill:#003282;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 336.75,559.53125 C 334.22643,560.00148 331.48097,565.26055 329.25,561.6875 C 326.11725,559.00002 318.25398,558.17614 318.28125,563.96875 C 317.16557,567.76182 319.08883,572.12212 323.5,572.03125 C 327.58946,573.19359 330.21016,569.16776 333.84375,568.34375 C 336.45483,566.83431 342.46592,562.72775 338.375,559.6875 C 337.85342,559.48423 337.29974,559.45669 336.75,559.53125 z "
id="16308-23" />
<path
id="16497-23"
d="M 369.26795,569.55765 C 367.69258,568.73605 365.64508,568.06385 364.71795,568.06385 C 363.79082,568.06385 362.60476,567.65195 362.08226,567.14855 C 361.55976,566.64505 360.00726,566.08255 358.63226,565.89855 C 356.38257,565.59735 356.10248,565.05205 355.83482,560.45275 C 355.58212,556.11055 355.1598,555.16955 353.02751,554.19805 C 351.64709,553.56905 349.42263,553.32935 348.08428,553.66525 C 346.37513,554.09425 345.46848,553.80055 345.03797,552.67875 C 344.23907,550.59685 347.67199,541.06389 349.2206,541.06389 C 349.87689,541.06389 352.37549,541.95395 354.77306,543.04185 C 360.5521,545.66415 364.25611,545.63515 365.68972,542.95645 C 367.05497,540.40549 368.36239,541.49965 368.80531,545.56385 C 369.06593,547.95525 369.66517,548.62565 371.75919,548.86835 C 373.204,549.03585 375.42858,550.28255 376.70269,551.63875 C 378.74371,553.81135 378.88859,554.48885 377.9207,557.33425 C 377.31649,559.11055 376.28453,562.92635 375.62746,565.81385 C 374.34209,571.46235 373.67408,571.85565 369.26795,569.55765 z "
style="fill:#00aac8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2558" />
<path
style="fill:#0096aa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 289,534.625 C 286.18413,536.24347 290.31948,540.31947 286.40625,540.5625 C 283.71307,543.42689 276.70236,544.43009 278.3125,549.875 C 280.52739,554.8017 280.46893,560.98431 277.03125,565.0625 C 275.08328,568.67008 278.87868,572.75992 282.46875,570.28125 C 288.63132,566.36248 296.10356,566.65394 302.96875,567.6875 C 308.27075,565.7522 304.07141,558.99547 303.21875,555.46875 C 302.01066,552.77003 304.68062,549.84954 301.5625,547.6875 C 299.01805,544.18815 305.13714,537.37019 299.09375,535.8125 C 295.58065,536.15867 292.18395,533.98374 289,534.625 z "
id="16420-23" />
<path
style="fill:#00fa3c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 527,553.40625 C 525.89319,557.61071 522.41202,561.1081 519.5,564.53125 C 524.37818,567.29067 528.95005,572.2664 534.65625,568.46875 C 537.9458,567.33371 545.36212,565.37046 543,560.5625 C 538.48758,557.48777 529.86607,558.00937 529.40625,551 C 528.60417,551.80208 527.80208,552.60417 527,553.40625 z "
id="16147-23" />
<path
style="fill:#00d250;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 267.71875,550.5 C 259.88763,553.75351 263.14707,567.13339 271.34375,567.46875 C 274.97122,568.9542 279.88589,568.23403 280.75,563.78125 C 282.84894,556.41969 271.67836,557.10955 270.125,551.25 C 269.44719,550.78999 268.55842,550.25422 267.71875,550.5 z "
id="16199-23" />
<path
style="fill:#005a50;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 225.1875,548.125 C 220.13818,550.91381 215.34652,554.44493 209.65625,556.3125 C 206.42158,556.97819 201.95851,558.21419 203,562.5625 C 203.30904,566.37314 207.22649,569.0462 210.65625,566.9375 C 216.10929,566.11219 222.7084,564.18222 225.71875,559.6875 C 230.98124,560.03722 229.81526,552.44715 228.1875,549.34375 C 227.42071,548.48089 226.35287,547.95183 225.1875,548.125 z "
id="16187-23" />
<path
style="fill:#008264;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 347.84375,552.71875 C 342.75056,552.25752 339.2309,558.28972 342.65625,562.34375 C 344.72782,566.46361 349.47053,565.89083 353,567.59375 C 357.87299,566.7605 356.93547,559.83178 356,556.21875 C 354.73068,553.28024 350.6713,552.62195 347.84375,552.71875 z "
id="16241-23" />
<path
style="fill:#005064;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 440.375,545.28125 C 436.66451,548.86498 435.17404,554.53121 430.53125,557.4375 C 426.4376,560.58172 428.92592,566.4882 433.5625,567.34375 C 439.39916,570.10097 442.03888,562.34651 442.4375,557.9375 C 442.5372,553.92497 445.34933,548.51864 442.21875,545.28125 C 441.72513,544.95594 440.86862,544.95594 440.375,545.28125 z "
id="16236-23" />
<path
style="fill:#009632;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 515.4375,541.0625 C 511.46491,545.07169 508.00247,550.35629 502.53125,552.0625 C 499.64635,556.09247 505.66734,560.20948 509.5,560.375 C 512.7116,561.74229 512.02691,566.37116 515.84375,567.375 C 519.92933,569.62064 522.55122,563.61624 525.3125,561.53125 C 528.15759,558.50808 532.19913,552.49825 527.4375,549.5625 C 526.91949,543.93145 520.63751,542.21018 516.46875,539.96875 L 515.78274,540.69634 L 515.4375,541.0625 z "
id="16108-23" />
<path
style="fill:#006414;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 303.3125,548.375 C 298.20427,550.09342 301.35962,557.01006 301.875,560.6875 C 301.95021,564.99354 306.24521,568.00407 310.125,565.875 C 313.77734,565.46439 316.06125,561.51508 313.375,558.5625 C 310.66252,555.10076 308.4394,548.41272 303.3125,548.375 z "
id="16028-23" />
<path
style="fill:#00d23c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 329.40625,547.53125 C 323.88731,548.50671 320.01343,555.49569 321.5625,560.65625 C 323.58765,563.0371 327.6345,562.1113 328.875,565.40625 C 332.3384,567.81512 334.55396,563.0757 337.21875,562.375 C 340.12968,563.63916 343.76623,562.74093 343.65625,559.3125 C 346.14821,556.21538 343.86353,551.26704 339.6875,552.03125 C 335.832,551.23674 333.85692,546.72498 329.40625,547.53125 z "
id="16143-23" />
<path
style="fill:#0028c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 564.96875,523.625 C 561.42533,524.34521 561.91098,529.47794 558.09375,529.9375 C 553.19767,534.01127 545.47579,536.81124 543.5625,543.53125 C 544.21397,547.58185 551.48813,544.20178 550.15625,548.875 C 550.40242,559.28595 562.65349,562.25465 570.375,565.4375 C 574.82299,567.98402 572.22175,560.22112 574.84375,557.8125 C 576.03774,550.58671 575.52961,543.15785 579.41229,536.5131 C 582.58732,532.22379 576.75541,528.68433 573.78125,525.96875 C 570.9061,525.12734 567.99035,523.68069 564.96875,523.625 z "
id="16484-23" />
<path
style="fill:#00dcb4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 465.71875,547.40625 C 462.43845,547.53708 454.79266,548.27351 457.40625,553.3125 C 459.41708,554.8812 460.23034,556.59147 460.15625,559.0625 C 461.16179,564.71815 468.25645,566.90848 472.125,562.5625 C 474.46682,559.81642 480.56355,556.20438 477.6875,552.34375 C 473.46245,551.16389 470.62289,546.48867 465.71875,547.40625 z "
id="16452-23" />
<path
style="fill:#00f082;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 88.125,536.40625 C 83.720432,535.55653 81.118666,539.64636 81.8125,543.65625 C 81.18696,551.14855 86.889094,557.12491 93.125,560.09375 C 95.332191,561.94173 97.535952,565.55053 100.84375,563.21875 C 104.87734,562.28624 107.48882,556.63668 103.90625,553.78125 C 103.02468,550.1568 102.52268,545.88863 98.8125,544.21875 C 95.60301,541.3188 93.433224,535.71928 88.125,536.40625 z "
id="16327-23" />
<path
style="fill:#0014aa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 310.09375,544.25 C 305.81183,543.86549 303.10924,548.58032 306.0625,551.875 C 308.615,555.52575 310.56684,559.70542 312.90625,563.28125 C 316.35258,565.74468 320.42915,562.32831 320.40625,558.65625 C 322.56633,554.61289 322.25007,549.14468 317.90625,546.5625 C 315.63806,544.98151 312.89459,544.02507 310.09375,544.25 z "
id="16407-23" />
<path
style="fill:#000a14;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 150.65625,533.90625 C 142.38302,535.82717 132.26873,536.03901 127.21875,544.1875 C 125.99316,547.72306 120.97617,546.87046 120.53125,550.96875 C 119.69203,554.87231 117.6164,562.76749 123.75,563.03125 C 132.32933,563.85271 138.46811,556.51141 144.4375,551.5625 C 147.88016,548.47951 144.32218,542.55219 148.96875,540.34375 C 152.56753,537.02465 162.66825,529.86934 151.97029,533.63201 L 150.99138,533.83631 L 150.65625,533.90625 z "
id="16017-23" />
<path
style="fill:#0046b4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 282.75,527 C 276.61884,527.7214 270.52496,528.87327 264.40625,529.75 C 264.60661,538.26341 268.13034,546.01545 268.875,554.375 C 270.52385,558.12615 275.62393,559.00996 278.96875,561.03125 C 284.24904,561.101 282.39717,554.02043 281.5,550.78125 C 281.09218,547.47177 281.17517,543.66383 282.15625,540.65625 C 284.66483,542.41721 290.66461,544.24502 290.8125,539.34375 C 290.06057,535.37922 288.12906,531.47058 286.78125,527.8125 C 285.742,526.7821 284.10707,526.86238 282.75,527 z "
id="16437-23" />
<path
style="fill:#007896;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 308.5,537.40625 C 303.69829,538.15061 295.83557,541.79712 298.40625,547.84375 C 300.16998,551.78872 307.02423,552.26278 307.9375,547.65625 C 312.03921,545.89289 320.14608,548.53102 318.90625,553.9375 C 317.33947,556.40311 316.54564,563.33794 321.25,561.5 C 324.64019,559.2334 323.70885,554.77519 326.28125,552.1875 C 326.71177,545.76964 319.6856,541.9559 314.875,539.1875 C 312.86475,538.27042 310.80382,537.08756 308.5,537.40625 z "
id="16365-23" />
<path
style="fill:#00c814;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 541.78125,546.5625 C 539.29568,546.81441 539.7349,550.75762 536.84375,548.59375 C 534.37318,547.50736 530.97001,545.0806 529.0625,548.40625 C 526.15238,551.09572 525.74008,556.26469 529.875,557.96875 C 534.06311,559.9241 538.96056,563.56761 543.65625,561.9375 C 545.9574,560.03278 543.1035,557.54618 542.03125,556.84375 C 542.49847,553.43744 547.79043,556.69201 548,552.5625 C 549.02667,548.90745 544.74504,546.61643 541.78125,546.5625 z "
id="16038-23" />
<path
style="fill:#00be50;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 213,543.09375 C 208.12433,544.72177 203.1617,547.48576 199.75,551.25 C 199.88046,555.05163 201.44277,561.93033 206.5625,560.15625 C 213.03373,558.44406 218.81698,554.98428 224.84375,552.125 C 221.30993,548.98691 218.28279,543.16835 213,543.09375 z "
id="16197-23" />
<path
style="fill:#0032c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 239.5,535.78125 C 235.53068,537.10819 230.35032,536.30135 227.15625,539.15625 C 225.45269,545.02792 226.45349,551.77788 227.3125,557.78125 C 229.2794,561.81315 234.5355,558.04607 237.71875,560.53125 C 241.31623,562.3254 244.60069,558.90202 244.0625,555.28125 C 243.80196,549.13971 245.00233,542.32054 242.84375,536.5625 C 241.91064,535.76746 240.66937,535.69931 239.5,535.78125 z "
id="16485-23" />
<path
style="fill:#00dc14;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 114.6875,538.59375 C 110.43013,540.46916 106.66491,543.60809 102.15625,544.75 C 98.369103,548.95539 101.28455,556.06327 104.5625,559.71875 C 110.09675,560.2903 115.98419,557.82564 121.3125,556.0625 C 124.65036,551.93479 122.07528,545.10564 117.71875,542.5625 C 117.78399,540.51958 117.26284,538.21977 114.6875,538.59375 z "
id="16040-23" />
<path
style="fill:#0064aa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 499.46875,539.25 C 495.36248,538.97113 495.79758,543.6002 495.15625,546.15625 C 492.97021,549.6302 496.72696,553.18069 497.09375,556.65625 C 500.57303,559.70945 503.01162,553.50714 506.6875,553.5625 C 511.48827,550.83891 512.95812,543.26516 507.53125,540.3125 C 505.08472,538.97486 502.19507,539.2289 499.46875,539.25 z "
id="16415-23" />
<path
style="fill:#00aaaa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 482.28125,502.21875 C 474.55633,503.32438 467.62302,508.77635 465.84375,516.46875 C 463.30277,521.10967 457.83921,522.26717 453.0625,521.625 C 449.59395,522.51113 449.21338,527.17379 445.53125,528.09375 C 441.64787,532.97819 444.58875,540.19189 443.625,545.90625 C 446.77795,542.67892 451.7459,536.93408 456.71875,540.5 C 460.61004,542.88143 455.25108,547.23057 455.04457,550.31544 C 455.50048,553.0955 463.65927,549.79182 467.40625,550.25 C 471.84672,550.64709 474.6833,555.60085 479.5625,555 C 482.82971,554.92583 486.09791,555.08157 488.8125,556.625 C 492.71329,555.61875 492.13674,549.66461 496.125,548.5 C 498.56791,547.16469 497.7386,543.25266 499.25,542.09375 C 503.3192,542.8942 508.16247,541.3872 508.41048,536.60411 C 508.50126,532.01514 514.50072,528.5152 512.75,523.875 C 508.29345,518.86287 500.73765,516.92667 497.3125,510.9375 C 493.76654,509.8556 490.37273,507.98847 488.78125,504.28125 C 487.23131,502.39039 484.61608,501.84211 482.28125,502.21875 z "
id="16422-23" />
<path
style="fill:#00a0dc;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 378.625,531.59375 C 376.62416,532.52804 375.18032,534.49717 372.625,533.28125 C 367.87094,533.18863 364.8391,539.5358 367.53125,543.28125 C 367.45884,546.79302 369.565,550.10603 373.34375,550.0625 C 376.64297,551.1526 379.00045,557.81816 382.59375,554.03125 C 383.59903,547.61632 381.54828,540.95251 382.34375,534.46875 C 382.05519,532.70415 380.49915,531.22072 378.625,531.59375 z "
id="16548-23" />
<path
style="fill:#00aa46;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 543.09375,542.28125 C 540.47608,543.60311 538.85766,549.4315 542.53125,550.125 C 545.71479,550.10368 543.9869,553.25476 545.59375,554.90625 C 548.55829,557.50934 555.42376,556.99468 554.25,551.78125 C 553.85052,547.98182 554.03275,542.30115 548.6875,542.875 C 546.83969,542.70067 544.92206,542.07577 543.09375,542.28125 z "
id="16170-23" />
<path
style="fill:#0078aa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 346.15625,538.625 C 341.4564,539.94982 334.34389,539.03316 331.8125,544.03125 C 330.04549,550.67723 339.13754,558.54535 344.84375,553.46875 C 346.1083,549.30386 347.54902,544.91818 348.59375,540.59375 C 348.22784,539.21783 347.79557,538.25797 346.15625,538.625 z "
id="16417-23" />
<path
style="fill:#008c5a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 385.53125,524.53125 C 380.62704,525.27649 379.19598,531.3486 379.3125,535.5625 C 379.90009,541.73134 378.24722,549.30208 382.1875,554.46875 C 387.3124,556.67209 388.34918,547.38693 393.8125,549.6875 C 397.30986,550.75735 400.97195,549.0588 401.46875,545.40625 C 403.5158,544.29678 406.25405,542.29778 404.03125,539.6875 C 399.13832,533.80756 393.92024,525.18876 385.53125,524.53125 z "
id="16217-23" />
<path
style="fill:#005a0a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 198.6875,523.09375 C 193.61245,523.57096 189.34219,527.07473 184.6875,528.25 C 178.60545,528.7385 176.52276,537.13902 179.01515,541.92381 C 179.71938,548.16153 182.1846,551.95658 188.9375,550.0625 C 192.24852,550.67761 197.24406,548.4931 198.875,552.125 C 202.35653,553.21939 206.48104,549.96771 208,546.9375 C 207.80507,540.13869 200.28776,534.5724 201.3125,527.65625 C 203.5806,525.53982 201.66932,522.40138 198.6875,523.09375 z "
id="16000-23" />
<path
style="fill:#00b41e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 261.71875,530.15625 C 256.08172,530.31343 257.0088,537.08919 258.71875,540.625 C 259.82433,545.21458 263.85049,547.62139 265.4375,551.90625 C 268.41801,555.38041 272.37612,550.25684 270.71875,547.0625 C 268.49816,542.06954 269.02459,536.0286 266.46875,531.28125 C 265.3108,529.88593 263.34939,530.01133 261.71875,530.15625 z "
id="16061-23" />
<path
style="fill:#008c50;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 522.53125,531.1875 C 520.10482,532.20333 520.93118,535.57354 518.375,537 C 514.84308,540.30315 518.01586,545.19077 522.15625,545.84375 C 525.81232,547.0506 523.6338,554.09843 528.5625,552.84375 C 532.78278,549.69431 536.12827,542.05765 532.125,537.625 C 528.26965,536.29025 526.85063,530.59976 522.53125,531.1875 z "
id="16192-23" />
<path
style="fill:#00460a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 212.6875,532.875 C 210.1104,536.03603 215.85077,540.78163 211.875,543.125 C 211.06542,546.98625 216.67173,545.29993 217.78125,548.40625 C 219.63385,551.54404 224.17846,553.38046 226.65625,549.84375 C 230.84061,546.71198 229.73863,539.8458 226.96875,536.40625 C 222.61457,534.51502 218.06429,533.07753 213.46875,532.0625 L 212.77564,532.78333 L 212.6875,532.875 z "
id="15998-23" />
<path
style="fill:#001e78;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 533.125,537.9375 C 529.35856,539.447 531.07815,544.6444 530.03125,547.6875 C 531.98333,551.65132 537.542,551.61594 541.15625,552.84375 C 544.09501,551.06119 543.56869,546.71435 544.40625,543.84375 C 541.11075,541.56564 537.3822,539.91962 533.90625,537.75 L 533.125,537.9375 z "
id="16281-23" />
<path
style="fill:#005078;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 324.4375,537.28125 C 321.32818,537.26986 313.18676,538.3509 316.625,543.03125 C 321.17177,545.42535 324.19676,552.8608 330.3125,550.1875 C 336.8008,550.14675 335.45071,539.60423 330.1875,538.1875 C 328.42012,537.36545 326.37367,537.19677 324.4375,537.28125 z "
id="16286-23" />
<path
style="fill:#001e00;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 119.0625,530.0625 C 113.83191,530.08671 112.96782,536.30074 115,539.96875 C 113.94003,543.1015 116.62697,545.21183 118.65625,546.875 C 119.91182,552.6721 129.12122,549.80108 129.34375,544.59375 C 131.28399,537.33341 127.54877,529.19466 119.0625,530.0625 z "
id="15969-23" />
<path
style="fill:#00e646;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 163.625,531.625 C 155.70941,532.96186 145.40085,536.29565 143.1875,545.09375 C 142.27231,548.88041 147.11278,550.85991 149.21875,547.71875 C 151.99398,542.77286 157.78288,549.29167 161,544.875 C 163.08239,541.19985 169.86164,539.52858 169.03125,534.625 C 168.05724,532.62368 165.92177,531.23053 163.625,531.625 z "
id="16176-23" />
<path
style="fill:#00c896;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 511.03125,527.34375 C 506.71224,529.27733 505.68834,535.27808 505.21875,539.5625 C 506.05121,542.71994 508.72926,545.04511 509.25,548.3125 C 513.91738,550.42514 515.9075,543.06247 518.76738,540.77097 C 522.59937,536.19096 527.95164,531.15087 518.71875,530.46875 C 515.89855,530.05009 513.92217,527.15362 511.03125,527.34375 z "
id="16373-23" />
<path
style="fill:#00b4b4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 102.84375,526.6875 C 98.431153,526.59186 93.811133,527.04521 90.4375,529.90625 C 86.042247,529.43673 81.480691,534.33691 84.84375,538.21875 C 87.483241,539.88041 91.507237,538.00086 93.125,541.59375 C 95.41852,545.6972 99.950474,549.39449 104.75,546.75 C 110.22184,544.37873 118.43766,541.14227 117.09375,533.71875 C 117.24484,526.08646 108.20342,526.36667 102.84375,526.6875 z "
id="16448-23" />
<path
style="fill:#007878;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 428.96875,526.34375 C 424.46155,526.80794 420.07777,530.16336 421.21483,535.27207 C 419.63205,540.47037 423.39119,545.46598 428.625,546 C 433.51199,546.35491 440.24686,550.5348 443.65625,545.25 C 447.86506,540.64652 446.34593,533.87481 446.625,528.21875 C 440.97153,529.9909 435.52938,528.25217 430.40625,526.375 C 429.92748,526.34133 429.44846,526.26653 428.96875,526.34375 z "
id="16290-23" />
<path
style="fill:#00828c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 201.59375,524.75 C 195.76077,526.50909 199.11586,533.77177 201.0625,537.375 C 202.32557,539.93649 204.57739,541.46281 204.78125,544.375 C 207.86573,550.4146 218.36876,543.82436 215.65625,538.1875 C 213.89433,531.86413 208.65106,525.00525 201.59375,524.75 z "
id="16341-23" />
<path
style="fill:#003c14;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 282.125,538.40625 C 276.94661,538.63981 277.78021,548.83486 283.21875,545.875 C 286.53541,545.41403 289.57476,540.67612 285.34375,539.0625 C 284.38084,538.55484 283.2267,538.28713 282.125,538.40625 z "
id="16024-23" />
<path
style="fill:#00320a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 344.59375,516.28125 C 340.13743,518.8336 344.97689,525.03602 344.48205,528.95427 C 345.59484,533.6262 345.01568,540.58693 350.90625,542.0625 C 354.28983,543.21665 360.22769,547.93756 362.5625,543.03125 C 364.1035,539.355 360.33285,535.41075 361.09375,532.09375 C 364.20846,529.75194 367.47227,524.94511 363,522.125 C 359.59676,519.4148 354.93105,519.94186 351.28125,517.59375 C 349.09813,516.91141 346.89591,515.9874 344.59375,516.28125 z "
id="15996-23" />
<path
style="fill:#004682;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 363.53125,525.6875 C 360.26568,528.44669 356.13465,532.7482 359.3125,537.21875 C 361.75061,539.95934 357.61558,545.10713 362.15625,546.15625 C 367.00165,544.04174 369.7363,538.27801 371.40625,533.5625 C 371.96936,529.23164 367.31095,526.99237 364.90625,524.25 L 364.21503,524.97264 L 363.53125,525.6875 z "
id="16310-23" />
<path
style="fill:#000ac8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 544.3125,529.09375 C 538.99229,530.34407 536.69823,536.89392 531.1875,537.78125 C 529.93893,542.1961 533.57753,540.54243 536.09375,542.40625 C 538.721,544.34151 543.09649,547.99607 545.71875,543.96875 C 548.87741,538.93847 553.55775,535.38037 559.28125,533.65625 C 555.52444,531.85039 550.83663,530.42901 547.09375,530.15625 C 546.40532,529.35889 545.3666,528.90878 544.3125,529.09375 z "
id="16481-23" />
<path
style="fill:#005a00;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 130.4375,523.0625 C 129.37783,525.79755 125.38725,524.98463 124.71875,528.25 C 123.08399,533.3187 128.14165,537.54048 127.28125,542.4375 C 128.98891,546.16297 132.08828,542.63888 133.53125,541.0625 C 139.52898,540.59603 137.42932,532.81673 136,529.15625 C 134.98359,526.94117 134.1275,521.31984 130.4375,523.0625 z "
id="15975-23" />
<path
style="fill:#00be46;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 335.875,516.3125 C 330.88908,518.14991 332.08631,525.37087 330.24138,529.44933 C 328.8078,534.27647 327.88507,542.6746 334.65625,543.625 C 338.95652,542.81928 344.02562,542.46374 347.71875,540.03125 C 349.86868,534.96753 347.1596,529.12455 346.46875,523.875 C 345.87779,520.20247 343.92793,516.01073 339.53125,516.75 C 338.31549,516.55873 337.12035,516.1395 335.875,516.3125 z "
id="16172-23" />
<path
style="fill:#00fa96;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 401.3125,523.59375 C 397.70285,524.26071 394.78616,527.08013 391.53125,528.78125 C 396.04806,533.80377 400.23251,539.1154 404.96875,543.90625 C 408.96718,540.32075 406.26707,533.899 406.34375,529.03125 C 406.03432,526.37672 404.51042,523.14655 401.3125,523.59375 z "
id="16378-23" />
<path
style="fill:#006e14;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 404.5,522.1875 C 400.01245,522.69265 403.40697,527.03568 403.5,529.59375 C 404.16817,533.97656 402.68386,542.05356 409.28125,542.21875 C 414.0113,542.12501 420.16263,541.83905 423.34375,537.9375 C 423.77771,534.90443 424.20106,531.85391 425.03125,528.84375 C 423.68091,522.5335 414.66932,523.44507 409.88557,522.54846 C 408.09776,522.39268 406.29805,522.06933 404.5,522.1875 z "
id="16029-23" />
<path
style="fill:#003c78;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 595.25,496.40625 C 589.99398,497.86206 588.97461,504.79083 586.5,508.96875 C 585.66617,512.40517 581.25859,519.14778 586.5,520.96875 C 597.06945,520.67385 601.48911,532.18908 606.5625,539.46875 C 608.42602,542.97878 613.58941,544.55359 615.96875,540.5625 C 618.5072,538.93514 617.42022,534.34529 620.84375,534.75 C 626.56666,533.73539 632.43943,525.85327 628,520.78125 C 625.48071,518.22759 620.06212,520.434 619.6875,515.78125 C 615.75149,508.16788 609.81193,500.50345 601.59375,497.4375 C 599.55869,496.82402 597.40675,496.23528 595.25,496.40625 z "
id="16284-23" />
<path
style="fill:#005a96;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 310.75,515 C 301.27266,514.24911 296.10966,525.20866 298.6524,533.27626 C 298.7372,536.52392 299.67282,543.54701 304.59375,541.25 C 310.18476,539.30222 317.23503,543.37503 322.03125,539.59375 C 323.79026,535.9813 318.01066,534.77718 318.96875,530.84375 C 317.16762,526.06457 322.81187,519.55757 317.75,516.09375 C 315.60624,515.03461 313.13756,514.90271 310.75,515 z "
id="16362-23" />
<path
style="fill:#00fa6e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 245.875,500.125 C 241.3842,500.63596 243.69147,506.82352 239.6875,508.21875 C 237.2684,510.5192 237.70131,514.62991 233.96875,515.625 C 230.34274,518.07911 233.71532,522.20822 233.46875,525.21875 C 231.45563,528.41857 231.1569,534.60043 226.125,533.90625 C 221.57211,536.56662 226.54997,540.62539 230.3125,540.3125 C 234.44946,539.43992 233.29168,533.54374 235.53125,530.78125 C 236.38846,528.74504 237.78953,523.73728 240,524.53125 C 241.47379,528.01399 244.77207,530.24054 247.3125,532.9375 C 250.46169,529.76432 255.63041,525.75167 252.59375,520.75 C 250.12355,517.62971 256.48106,515.22051 252.59375,512.21875 C 250.57879,510.52834 249.99294,507.81789 252.3125,506.40625 C 253.89154,502.4333 249.36322,499.66974 245.875,500.125 z M 242.82369,528.79476 C 240.75153,536.166 234.76258,518.40105 240.5468,521.52532 L 242.82369,528.79476 z M 233.75,532.4375 C 234.63607,535.16767 231.46107,534.78088 234.50546,533.21015 C 235.76759,531.89956 234.47568,528.99943 233.75,532.4375 z "
id="16278-23"
sodipodi:nodetypes="ccccccccccccccccccc" />
<path
style="fill:#001ec8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 528.34375,520.5625 C 523.94387,521.82627 522.99957,527.70094 522.71875,531.65625 C 524.55115,535.66824 528.66204,539.91658 533.28125,540.03125 C 538.11982,537.63407 543.30205,533.04348 543.6875,527.3125 C 542.45314,522.34176 535.83918,524.80228 532.8125,521.6875 C 531.39974,521.10693 529.91981,520.33967 528.34375,520.5625 z "
id="16483-23" />
<path
style="fill:#00d2be;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 139.875,517.8125 C 135.36784,517.31726 129.62935,520.92844 132.125,526.03125 C 134.08961,530.08445 133.77417,534.99919 135.5625,538.90625 C 138.86906,540.67599 142.48662,537.14687 146.15625,537.59375 C 150.22224,537.89698 155.07952,535.10481 153.46875,530.40625 C 152.2495,526.60682 152.36273,520.90727 149.60335,518.6118 C 146.37328,518.25234 143.13798,517.66262 139.875,517.8125 z "
id="16476-23" />
<path
style="fill:#0096be;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 317.78125,518.09375 C 315.56564,524.79672 313.72772,535.81656 321.96875,539.125 C 325.84502,541.17032 332.36513,540.28874 332.06632,534.79414 C 332.36518,529.22709 336.10674,523.6471 335.25,518.1875 C 330.38534,515.08221 323.63173,517.32793 318.15625,516.5625 L 317.91838,517.5338 L 317.78125,518.09375 z "
id="16470-23" />
<path
style="fill:#00966e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 168.03125,521.4375 C 165.11423,521.10767 162.85976,522.67019 161.96875,525.28125 C 159.47664,527.25376 154.74042,532.78188 159.84375,534.59375 C 162.65176,535.17604 165.79479,532.16935 166.96875,536.09375 C 170.28118,538.75716 176.08127,539.37808 179.65625,537.0625 C 184.09243,532.57819 181.86278,523.65 176,521.78125 C 173.38274,521.3378 170.68291,521.43192 168.03125,521.4375 z "
id="16268-23" />
<path
style="fill:#00b450;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 239.375,520.46875 C 237.31439,522.47888 232.34603,529.9273 231.67631,533.17003 C 230.82894,536.53008 229.04851,537.23129 234.1875,538.46875 C 240.66433,538.77749 248.5365,539.66872 253.40625,534.625 C 257.78718,533.42544 262.63785,532.90604 257.11604,528.69597 C 254.17021,522.2734 250.72328,524.42952 247.09375,529.25 C 244.15296,527.11021 242.78655,523.83174 241.5,520.8125 C 240.78229,520.66818 239.85333,519.40382 239.375,520.46875 z "
id="16196-23"
sodipodi:nodetypes="cccccccc" />
<path
style="fill:#005014;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 299.875,519.5 C 294.74998,521.49142 288.83654,523.86936 285.3125,528.09375 C 283.36134,534.72874 291.82363,538.85678 297.28125,538.78125 C 303.68647,536.99557 300.16325,529.28545 301.40625,524.96875 C 302.68795,523.10296 303.31807,519.10189 299.875,519.5 z "
id="16026-23" />
<path
style="fill:#00a06e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 221.9375,510.65625 C 215.19323,513.71771 222.18538,524.11349 215.625,527.46875 C 213.41918,528.85958 209.4013,532.8897 213.4375,534.5 C 219.79214,537.86695 227.44655,537.64982 231.73594,530.38933 C 234.44204,525.58865 237.46065,519.26272 232.9375,515.34375 C 228.98846,514.65336 226.20188,510.29169 221.9375,510.65625 z "
id="16269-23"
sodipodi:nodetypes="cccccc" />
<path
style="fill:#00780a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 160.96875,498.375 C 154.03059,498.81468 146.67715,503.19754 146.375,510.78125 C 145.91659,514.39387 143.07929,520.03502 148.125,521.5 C 150.76132,525.82477 148.95173,532.80013 153.375,535.8125 C 157.59869,537.14183 160.38373,533.1985 161.5625,529.78125 C 168.21338,524.39796 164.63586,515.12295 164.52032,507.94299 C 163.50714,505.40758 164.92403,496.16737 160.96875,498.375 z "
id="16003-23" />
<path
style="fill:#005a1e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 374.28125,520.65625 C 369.55261,521.80024 373.41929,528.25882 369.46875,530.40625 C 366.81473,535.37076 374.42412,537.53596 377.6875,534.78125 C 381.42811,532.90075 386.7467,527.28738 382.75,523.40625 C 380.21435,521.969 377.16488,520.83867 374.28125,520.65625 z "
id="16052-23" />
<path
style="fill:#003c46;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 550.28125,511.09375 C 547.59931,511.64617 548.06976,514.91725 545.4375,515.5625 C 542.18837,518.01651 543.58294,522.56596 541.03125,525.03125 C 539.08555,531.2614 547.1542,533.02956 551.48853,533.91255 C 554.81632,535.99824 557.64088,534.28826 559.90625,531.71875 C 564.89753,529.86233 567.66097,522.90211 564.125,518.40625 C 564.01697,513.72599 559.02158,513.06787 555.28125,513.09375 C 552.9797,513.47856 552.62169,510.51734 550.28125,511.09375 z "
id="16153-23" />
<path
style="fill:#006e78;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 213.96875,489.09375 C 209.73345,488.50252 208.70979,492.81178 209.34375,496.1875 C 209.54058,507.91824 208.30146,519.94136 209.65625,531.53125 C 212.85267,535.47572 216.89945,529.48036 219.375,527.53125 C 223.7849,522.7667 219.20679,515.15596 224.15625,510.5625 C 227.14682,507.49747 229.30473,501.58405 224.6875,499.34375 C 224.49948,493.95962 219.45326,488.82325 213.96875,489.09375 z "
id="16289-23" />
<path
style="fill:#00e6b4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 259.3125,510.96875 C 253.8071,511.34981 246.63423,517.18574 250.6875,522.9375 C 253.13452,527.16954 255.74046,535.91277 262.34375,533.09375 C 266.11146,532.87125 273.17595,531.77043 271.40625,526.3125 C 270.06849,521.972 268.13473,516.94698 264.625,514.21875 C 264.49315,511.57333 261.55099,510.64665 259.3125,510.96875 z "
id="16453-23" />
<path
style="fill:#00aa8c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 513.625,496.28125 C 508.30539,498.15002 509.97865,504.61334 510.09375,508.875 C 509.49005,516.01026 507.14744,524.91984 513.125,530.5625 C 516.35624,533.65067 523.49613,535.59086 525.0625,529.78125 C 529.00364,523.12456 530.12182,515.62705 532.75,508.59375 C 533.87431,505.45303 532.34459,501.6108 528.5625,502.1875 C 525.20476,501.25958 519.29446,503.75958 518.5625,498.90625 C 517.62338,497.18802 515.68607,495.71834 513.625,496.28125 z "
id="16345-23" />
<path
style="fill:#008caa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 572.5625,489.65625 C 567.38548,491.74799 567.93097,498.87517 564.34375,502.59375 C 563.49276,506.14592 563.40149,509.80733 561.125,512.84375 C 559.95491,518.21204 562.98053,525.27387 568.375,527.125 C 572.65092,527.13923 575.00459,530.37518 577.53125,533.21875 C 582.59351,534.48295 583.25137,527.08655 584.84375,523.78125 C 586.7919,517.29809 589.63452,509.95596 585.375,503.75 C 584.39669,501.29887 581.72859,500.29278 582.5,497.3125 C 582.45765,493.51613 578.85849,492.032 575.78125,491.65625 C 575.3053,490.37717 573.96813,489.41048 572.5625,489.65625 z "
id="16419-23" />
<path
style="fill:#00e66e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 99.625,510.6875 C 96.402705,513.03915 94.976029,517.73772 90.40625,518.625 C 86.725896,520.27335 78.236252,518.56065 78.90625,524.75 C 80.501407,530.34021 88.939518,536.44819 93.78125,531.03125 C 94.980052,529.07912 98.177406,528.57941 98.96875,525.84375 C 101.39707,521.63388 104.92705,515.38774 101.625,510.875 C 100.99345,510.61453 100.28897,510.47269 99.625,510.6875 z "
id="16276-23" />
<path
style="fill:#003cdc;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 107.5,504.6875 C 105.44647,507.85239 110.34918,510.52122 110.03125,514.03125 C 112.96691,516.94581 112.14509,521.73171 110.625,525.15625 C 110.80962,533.64721 124.14385,535.94563 127.84375,528.53125 C 131.9543,527.66537 132.68688,522.82017 136.0625,520.53125 C 141.04936,516.89968 132.25143,517.23527 129.84375,515.125 C 128.09418,511.80595 131.67373,505.97583 127.34375,504.21875 C 121.27708,507.03404 114.27945,504.93945 108.0625,504.09375 L 107.5,504.6875 z "
id="16538-23" />
<path
style="fill:#003232;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 276.90625,486.21875 C 272.69363,487.86108 266.55832,489.51661 265.3125,494.40625 C 265.98451,497.20156 262.95582,499.21404 263.375,502.25 C 263.68492,506.85271 261.39064,511.37675 262.5,515.78125 C 267.08321,519.10952 267.93328,525.33106 269.375,530.40625 C 273.23303,532.87431 278.45201,530.07154 282.65625,529.46875 C 288.51513,527.07556 285.18769,519.17075 285.78125,514.4375 C 285.86445,505.45306 283.01768,496.9711 281.125,488.40625 C 280.39857,486.81478 278.63776,485.89108 276.90625,486.21875 z "
id="16098-23" />
<path
style="fill:#007882;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 353.78125,508.3125 C 349.43642,510.93538 345.88833,514.71578 341.875,517.84375 C 348.19057,518.8156 354.04427,522.03984 360,523.53125 C 364.25624,525.44093 367.38932,533.08311 372.8125,530.625 C 376.71664,526.17648 374.41054,518.39995 369.09375,516 C 366.33662,513.46643 362.10286,514.27284 359.09375,513.5625 C 357.90666,511.59369 356.98676,507.11047 353.78125,508.3125 z "
id="16315-23" />
<path
style="fill:#0046a0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 425.03125,510.3125 C 419.83102,512.19788 417.60889,518.55279 416.65625,523.5625 C 419.52784,527.83181 425.19646,530.06807 430.34375,529.34375 C 433.68616,529.3648 438.76936,534.89524 440.21875,529.625 C 439.37256,525.46078 434.77379,524.22984 431.21875,523.53125 C 426.04228,520.77508 431.76807,510.59055 425.03125,510.3125 z "
id="16385-23" />
<path
style="fill:#006482;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 192.34375,506.09375 C 187.98061,506.54577 184.54476,509.5767 182.15625,512.8125 C 178.43806,514.34336 174.23109,517.67217 176.0625,522.21875 C 177.02977,526.75562 180.65717,532.8517 186.1875,530.53125 C 190.14799,528.57185 197.41638,527.94065 195.625,522.03125 C 194.78805,516.95695 197.22094,510.39002 193.84375,506.0625 C 193.34427,506.08921 192.84203,506.02865 192.34375,506.09375 z "
id="16313-23" />
<path
style="fill:#0032a0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 437.53125,493.625 C 435.5977,495.24977 433.21591,495.01537 431.03125,495.78125 C 429.0798,497.83796 429.44261,501.21872 427.4375,503.4375 C 425.65875,509.48682 424.80015,516.71224 427,522.75 C 428.65718,526.28658 432.72758,525.94833 435.5,527.59375 C 440.35076,533.17537 452.29911,531.41265 452.53125,523.15625 C 451.40148,513.30327 446.13798,504.66073 441.03125,496.5 C 440.67984,494.90707 439.39774,493.13677 437.53125,493.625 z "
id="16383-23" />
<path
style="fill:#00be82;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 104.375,501.65625 C 99.905074,503.14041 97.738181,509.5474 100.125,513.5 C 100.88424,518.50409 97.522176,522.43843 96.09375,526.78125 C 97.145691,531.35373 103.43862,529.27131 106.84375,529.28125 C 111.14184,529.59623 114.37792,526.44356 114.21875,522.1875 C 114.58874,518.98447 115.08484,514.9005 112.53125,512.6875 C 111.14731,508.92077 109.07286,502.06984 104.375,501.65625 z "
id="16322-23" />
<path
style="fill:#004678;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 200,489.0625 C 193.26788,491.0859 200.71367,500.10376 195.25,503.40625 C 190.34011,509.6481 193.68537,518.53937 192.625,525.78125 C 198.03826,525.05266 203.16701,526.23412 207.3125,529.6875 C 212.05445,531.44586 211.59259,524.56858 211.78125,521.6875 C 211.41711,512.33593 213.49448,502.43997 211.09375,493.375 C 209.07438,489.79706 203.68223,489.33325 200,489.0625 z "
id="16285-23" />
<path
style="fill:#0082dc;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 398.21875,485.6875 C 393.75193,488.54115 389.55543,492.96207 387.65625,498 C 386.05209,500.64344 383.48902,503.46475 385.125,506.9375 C 388.09469,512.28726 386.53141,518.47625 388.125,524.09375 C 390.19937,527.39685 393.38085,532.42041 397.37843,528.33001 C 401.16489,526.83841 405.17579,524.17518 405,519.625 C 406.03847,515.42101 409.74022,512.87621 413.625,511.4375 C 409.12651,507.68545 408.60627,501.89314 404.8125,497.78125 C 403.20328,494.90887 403.53195,491.435 401.53125,488.71875 C 401.40179,487.06209 400.20492,485.14804 398.21875,485.6875 z "
id="16545-23" />
<path
style="fill:#003246;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 285.0625,490.4375 C 280.05224,490.35267 277.92986,496.68801 281.1875,500.1875 C 283.69765,508.72888 282.27707,518.18692 284,526.84375 C 287.85967,529.88452 292.84444,525.35032 296.5,523.6875 C 300.02268,521.03719 295.02882,518.30329 295.78125,515.09375 C 295.11471,507.51669 298.15518,496.99186 290.9375,491.8125 C 289.21806,490.70023 287.09,490.2711 285.0625,490.4375 z "
id="16152-23" />
<path
style="fill:#00e68c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 384.96875,509.125 C 380.06329,509.67054 378.08689,515.78721 381.1875,519.46875 C 383.36738,522.45266 385.49505,529.18023 390.125,527.625 C 392.638,524.40051 388.45815,520.12648 390.25,516.3125 C 390.91736,512.76835 389.2296,508.54436 384.96875,509.125 z "
id="16351-23" />
<path
style="fill:#003c82;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 373.59375,510.125 C 370.6385,510.55224 368.66036,512.94396 365.40625,511.96875 C 362.64132,516.73154 369.93248,519.27815 372.75,521.90625 C 376.3113,524.04248 380.32705,525.14002 384.15625,526.5625 C 389.01824,525.21957 384.08593,519.93392 383.09375,517.34375 C 382.75106,512.41791 378.276,509.64491 373.59375,510.125 z "
id="16309-23" />
<path
style="fill:#006ec8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 533.90625,504.21875 C 530.65315,504.27249 529.53045,507.43571 529.78125,510.03125 C 528.49584,513.90034 524.93863,519.48576 528.9375,522.65625 C 533.31919,525.2335 540.88883,529.51924 544.625,523.71875 C 545.75048,520.95446 545.75341,516.75231 549.625,516.5 C 552.9185,512.9013 547.20335,510.34686 544.49916,509.2674 C 540.97231,507.85379 537.92682,503.99661 533.90625,504.21875 z "
id="16491-23" />
<path
style="fill:#005032;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 410.5625,510.40625 C 405.1663,511.773 401.15802,518.06647 401.875,523.46875 C 405.10295,526.89078 410.40399,523.02947 414.03125,525.90625 C 419.07957,526.45098 421.12415,519.71309 421.4375,515.8125 C 419.73459,513.54684 415.9864,513.43877 413.78125,511.125 C 412.81034,510.55238 411.70115,510.2139 410.5625,510.40625 z "
id="16101-23" />
<path
style="fill:#00965a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 166.4375,495.15625 C 160.65757,495.04106 160.47825,501.97301 161.375,506.125 C 162.76498,511.73154 161.00141,518.9569 165,523.53125 C 168.95853,524.76964 174.52718,525.20172 177.9375,522.53125 C 179.28674,517.31537 176.45924,511.55186 178.03125,506.125 C 180.26704,501.63179 177.58734,494.17291 171.71875,495.09375 C 169.95919,495.13064 168.19374,495.01646 166.4375,495.15625 z "
id="16218-23" />
<path
style="fill:#0078a0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 453.34375,481.0625 C 447.72505,483.29958 442.62459,487.61887 438.78125,492.25 C 435.75365,498.76739 443.86266,503.47952 445.3125,509.25 C 448.2249,514.85492 449.11799,525.05395 457.34375,524.875 C 466.04789,523.62919 471.25899,514.92889 471.28125,506.78125 C 475.55061,500.63035 468.01675,494.8058 464.15625,490.8125 C 461.67419,488.47617 457.90232,488.13839 457.25,484.21875 C 456.46153,482.75818 455.23447,480.9313 453.34375,481.0625 z "
id="16390-23" />
<path
style="fill:#00faa0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 84.40625,499.90625 C 81.279468,501.7104 76.189018,501.04309 74.46875,504.75 C 76.497876,509.56858 80.322852,513.73122 79.9375,519.3125 C 82.111895,524.88337 90.044192,522.32663 93.78125,519.875 C 98.995333,516.46841 102.4023,510.19099 103.4375,504.25 C 101.6953,500.23309 95.973737,503.10961 92.78125,501.3125 C 90.002744,500.76708 87.284634,499.66328 84.40625,499.90625 z "
id="16405-23" />
<path
style="fill:#00d2aa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 495.625,481.25 C 490.55255,481.41138 486.28171,485.69546 486.34375,490.8125 C 485.11375,494.90519 479.52259,501.93728 485.1875,504.96875 C 488.15303,506.30258 489.03278,510.90044 492.59375,512.03125 C 494.74289,512.80366 496.68024,513.09186 497.21875,515.65625 C 500.89795,518.03669 504.44055,521.59026 508.6875,523.0625 C 513.06671,521.7504 511.87142,515.41203 512.6875,511.84375 C 513.14451,507.62077 512.21634,503.04826 513.375,499.0625 C 518.59722,497.98677 517.32284,488.838 512.03125,488.46875 C 507.18226,487.57584 503.44165,484.44875 499.59375,481.78125 C 498.34033,481.28231 496.9676,481.13149 495.625,481.25 z "
id="16426-23" />
<path
style="fill:#003c00;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 581.15625,476.4375 C 576.21021,478.3637 574.28673,484.51139 572.59375,489.125 C 571.97344,492.99561 576.16047,494.90711 579.09375,495.375 C 579.83994,498.41322 579.35928,502.10912 582.5,503.9375 C 584.61671,506.39744 586.46732,517.73506 588.36403,511.63347 C 590.80131,507.98417 590.94003,501.2595 595.09375,499.3125 C 605.46548,498.80427 612.62044,508.18621 617.03125,516.40625 C 617.67425,520.82284 622.02187,522.0365 625.84375,521.90625 C 630.50381,524.34561 631.31397,516.93517 631.5625,513.78125 C 631.54992,509.94205 626.40042,508.5525 624.28125,509.96875 C 620.08178,501.94814 615.41707,492.55761 607.03125,488.125 C 603.21677,486.84132 600.12908,483.59202 596.1875,482.5625 C 592.80786,477.92471 586.59676,479.19608 582.1875,476.4375 C 581.85075,476.38786 581.49301,476.38675 581.15625,476.4375 z "
id="15972-23" />
<path
style="fill:#00b496;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 300.96875,491.15625 C 296.27152,491.36054 291.91514,494.97554 293.0625,500.09375 C 293.53304,506.76233 292.03249,514.20091 294.65625,520.4375 C 298.58256,524.31312 303.89769,519.18707 307.6875,517.59375 C 310.64361,516.39571 311.52972,512.64112 309,510.65625 C 307.75978,505.84583 307.0178,500.63313 309.71875,496.28125 C 310.7513,493.05241 307.1062,491.71232 304.96875,492 C 303.75632,491.25994 302.37892,490.96875 300.96875,491.15625 z "
id="16371-23" />
<path
id="16045-23"
d="M 139.97631,518.37039 C 137.67785,517.92159 137.13066,516.52909 136.07718,508.44829 C 135.47919,503.86143 135.64528,503.16814 137.68423,501.74 C 138.93491,500.86399 140.32215,500.37219 140.76698,500.64711 C 141.21182,500.92203 142.71573,500.40004 144.10902,499.48712 C 146.15132,498.14895 146.93201,498.06773 148.13727,499.068 C 149.83968,500.48088 150.12436,503.64168 148.63226,504.56385 C 148.08226,504.90377 147.63226,506.30609 147.63226,507.68009 C 147.63226,509.05399 147.12884,512.17749 146.51355,514.62099 C 145.37543,519.14089 145.0061,519.35269 139.97631,518.37039 z "
style="fill:#00141e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2388" />
<path
style="fill:#0014b4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 133.125,500.5625 C 127.12036,503.27998 125.1397,510.5879 127.5,516.34375 C 129.88297,518.96358 135.05911,521.30636 138.0625,518.71875 C 138.70694,513.72547 136.22171,508.60453 136.52659,503.43178 C 135.77033,500.12895 137.44665,496.20233 133.125,500.5625 z "
id="16432-23" />
<path
style="fill:#00aa0a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 325.125,487.5 C 322.11306,487.4517 319.63308,489.78309 318.5,492.0625 C 313.51311,493.94869 316.4224,501.1703 315.59375,505.125 C 314.82436,509.41308 318.04909,512.27586 320.625,515 C 320.2585,521.36493 328.82882,520.83231 332.5625,518.53125 C 337.65174,513.30087 332.18121,506.16155 330.90625,500.53125 C 329.06697,496.48249 333.73199,490.18648 328.3125,487.90625 C 327.30686,487.46976 326.20555,487.39321 325.125,487.5 z "
id="16008-23" />
<path
style="fill:#004646;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 329.71875,483.21875 C 326.40009,483.94769 319.17464,485.16274 321.28125,489.84375 C 323.42197,491.77839 328.85571,487.98858 328.1875,492.71875 C 327.04989,498.2237 328.23009,503.54721 330.78125,508.40625 C 332.43875,511.82629 329.99741,518.69947 335.59375,519.15625 C 338.81631,519.73329 346.27144,521.48306 345.5625,515.875 C 343.11333,508.65176 341.06826,501.23714 340.25,493.625 C 339.27702,488.68831 335.35967,482.88547 329.71875,483.21875 z "
id="16154-23" />
<path
style="fill:#00f03c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 316.1875,490.25 C 313.26212,490.25847 312.83901,493.73206 309.9375,493.5 C 303.01827,497.78816 304.50184,508.03556 307.71875,514.25 C 310.74505,518.73166 317.54734,519.48002 322.34375,518.25 C 326.02842,514.92542 321.00975,511.82472 319.09375,509.40625 C 317.48449,504.87383 317.62579,498.77413 319.46875,494.5 C 323.45326,492.17487 319.12108,489.37518 316.1875,490.25 z "
id="16146-23" />
<path
style="fill:#00f078;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 194.09375,482.125 C 187.90463,482.69548 182.7165,486.24813 179.34375,491.3125 C 176.4168,493.69485 173.79198,497.4283 175.78125,501.1875 C 176.4932,506.35865 172.15878,513.55065 176.96875,517.46875 C 181.45078,518.05527 184.70597,513.97453 187.25,511.0625 C 192.67261,507.88453 201.43627,505.07102 200.21875,497.09375 C 198.99761,492.33238 200.34145,485.38516 195.78125,482.21875 C 195.24042,482.00643 194.6559,482.1142 194.09375,482.125 z "
id="16302-23" />
<path
style="fill:#006e3c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 241.65625,498.53125 C 236.54155,499.44865 231.56275,501.78791 226.375,501.5 C 223.92542,502.99135 225.15136,506.62762 222.375,508.03125 C 220.15252,512.83244 227.0264,515.52431 230.46875,517.21875 C 233.9894,519.02721 239.82314,517.71937 239.75,512.96875 C 242.03347,509.07284 248.72662,503.27183 243.96875,498.8125 C 243.25949,498.41141 242.441,498.48223 241.65625,498.53125 z "
id="16131-23" />
<path
style="fill:#00b428;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 337.75,485.625 C 333.64428,487.51806 338.00106,492.50247 337.59375,495.65625 C 338.83649,503.7569 341.50089,511.55715 344,519.375 C 348.00776,515.22243 354.01891,512.51521 356.65625,507.28125 C 355.5235,502.48913 353.79559,497.79202 353.15625,492.90625 C 350.72421,489.32756 343.98328,492.61844 342.875,487.5625 C 341.60891,486.13351 339.64578,485.37962 337.75,485.625 z "
id="16086-23" />
<path
style="fill:#008200;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 369.46875,489.09375 C 365.84474,488.93832 364.758,494.52131 361,492.875 C 358.45742,490.53544 351.28722,488.21043 350.65625,493.375 C 351.46853,500.96533 353.47641,508.89237 357.53125,515.40625 C 360.13729,519.24482 365.94376,515.83312 364.125,512.03125 C 367.30158,512.22135 368.8055,507.91491 366.25,506.34375 C 369.83617,503.7886 376.20484,504.43959 377.21875,498.96875 C 379.28632,493.63245 374.93434,488.4904 369.46875,489.09375 z "
id="15979-23" />
<path
style="fill:#005096;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 418.65625,494.125 C 414.58057,495.93272 410.14317,497.48163 406.25,499.78125 C 403.50603,504.42245 408.60321,509.70045 411.8125,512.71875 C 414.704,515.79769 420.03223,518.96772 423.25,514.53125 C 425.29717,512.8638 429.32401,512.37732 428.59375,508.71875 C 427.98941,503.73598 424.35505,499.70931 422.65625,495.21875 C 421.55118,494.27119 420.09159,493.93342 418.65625,494.125 z "
id="16361-23" />
<path
style="fill:#007864;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 563.0625,493.6875 C 558.21012,496.01402 556.31768,502.53787 555.625,507.5625 C 554.26834,509.57303 549.86745,513.2925 553.59375,515.65625 C 560.62652,518.21279 567.34896,511.2257 566.71875,504.4375 C 567.56681,501.36284 572.04546,498.43184 569.03125,495 C 567.52052,493.42929 565.00707,493.84092 563.0625,493.6875 z "
id="16240-23" />
<path
style="fill:#00fa00;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 263.40625,496.59375 C 259.72633,499.61237 255.01566,500.40612 250.90625,502 C 249.29286,503.50003 250.03457,505.8208 247.90625,506.875 C 246.8306,511.00545 250.87556,516.57401 255.375,514.4375 C 259.36743,514.33588 265.20356,513.951 265.5,508.65625 C 266.28519,504.06483 266.22862,499.35848 266.65625,494.71875 C 265.57292,495.34375 264.48958,495.96875 263.40625,496.59375 z "
id="15991-23" />
<path
id="16346-23"
d="M 363.18234,512.14489 C 362.78368,511.49979 363.37045,511.06389 364.63721,511.06389 C 366.4231,511.06389 366.71035,510.55739 366.44623,507.87419 C 366.1516,504.88088 366.3786,504.63282 370.13226,503.84623 C 372.33226,503.38522 374.95526,502.00808 375.96114,500.78594 C 377.78104,498.57476 377.78703,498.58534 377.1793,502.93909 C 376.34504,508.91569 375.20564,510.69919 371.78444,511.38339 C 370.17907,511.70449 367.73718,512.25039 366.35802,512.59649 C 364.95117,512.94959 363.55717,512.75139 363.18234,512.14489 z "
style="fill:#00b48c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="Saint-Blaise-du-Buis" />
<path
style="fill:#00c864;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 378.09375,503.25 C 373.75232,505.0321 375.21856,513.13199 379.40625,514.46875 C 382.41218,514.442 384.25917,511.51419 387.34375,511.46875 C 391.11885,507.99525 385.39843,503.57627 381.75,503.5625 C 380.55293,503.34899 379.31144,503.05894 378.09375,503.25 z "
id="16248-23" />
<path
style="fill:#00a0b4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 538.34375,493.53125 C 533.3613,493.62589 532.54791,499.07904 532.125,502.84375 C 530.6143,506.53941 534.9563,506.95603 537.25,508 C 539.98227,510.55162 543.71587,510.73548 546.125,513.625 C 549.33737,515.32081 550.63058,511.40692 549.96875,509.03125 C 554.23211,504.8524 549.94186,499.14118 545.21875,498.6875 C 545.67181,494.78504 541.53642,493.28767 538.34375,493.53125 z "
id="16446-23" />
<path
style="fill:#00fa1e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 557.3125,485.21875 C 553.87038,486.50323 552.61818,491.58509 553.78125,494.125 C 550.20499,495.13199 551.89965,499.79219 549.3125,501.71875 C 548.55232,504.46386 548.47967,507.21794 547.125,509.6875 C 548.54634,518.46497 560.08411,511.26232 558.78125,504.8125 C 560.06039,500.6825 561.87255,494.70482 567.5,496.375 C 571.27992,496.965 572.03676,491.90195 568.5,490.96875 C 564.61121,489.76698 562.08602,486.26075 558.46875,485.0625 C 558.07927,485.09375 557.65393,484.95077 557.3125,485.21875 z "
id="16068-23" />
<path
id="16354-23"
d="M 471.4974,499.58921 C 471.75324,494.03059 472.3138,491.28598 473.34766,490.53 C 474.59397,489.61868 474.26571,488.9492 471.29269,486.33885 C 468.88275,484.2229 467.53397,482.0096 467.06298,479.39806 C 466.68265,477.28924 465.97067,475.05631 465.48079,474.43599 C 464.16886,472.77472 468.18913,472.00236 474.38226,472.72588 C 478.27402,473.18054 479.63922,473.75634 479.65916,474.95153 C 479.67395,475.83831 481.47395,477.66681 483.65916,479.01488 C 485.84436,480.36294 487.63226,481.82544 487.63226,482.26488 C 487.63226,482.70431 488.41976,483.07882 489.38226,483.09712 C 490.94651,483.12686 490.91734,483.3126 489.1074,484.84712 C 487.99373,485.79132 487.24258,487.36878 487.43818,488.35258 C 487.63378,489.33638 486.85747,491.93773 485.71304,494.13337 C 484.56861,496.32901 483.63226,499.05371 483.63226,500.18826 C 483.63226,501.45083 482.8075,502.46677 481.5063,502.80704 C 480.33702,503.11281 477.52409,504.30819 475.25535,505.46342 L 471.13037,507.56389 L 471.4974,499.58921 z "
style="fill:#000a96;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2356" />
<path
style="fill:#001e1e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 601.3125,466.3125 C 595.34253,466.24451 588.00216,470.37406 590,477.28125 C 591.00199,482.16472 594.83855,485.86771 599.59375,486.9375 C 603.94265,490.44606 609.65579,491.28708 612.76527,496.33474 C 617.14077,499.82793 618.05639,506.48058 622.71875,509.28125 C 629.06915,510.34101 631.39975,501.4866 628.84375,496.84375 C 627.08669,490.98352 622.28501,486.81185 617.5,483.625 C 615.29059,480.29296 611.24838,478.64038 609.65625,474.625 C 607.37153,471.72979 605.9916,465.85245 601.3125,466.3125 z "
id="16046-23" />
<path
style="fill:#00aa00;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 143.46875,491.5625 C 138.05884,492.90648 132.6806,494.30483 126.96875,493.46875 C 120.00469,492.03336 116.65203,499.62909 110.38352,500.62297 C 101.96889,502.0642 100.62238,503.99359 109.43079,506.58924 C 113.35279,509.0416 118.20998,509.50322 122.28125,507.59375 C 124.48586,510.63867 126.44773,506.59904 128.9375,506.75 C 132.68118,504.84398 135.5453,501.42767 140.15625,501.28125 C 143.36832,500.21888 151.03437,498.94856 148.28125,493.90625 C 147.40328,492.12036 145.40517,491.24023 143.46875,491.5625 z "
id="15983-23" />
<path
style="fill:#003228;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 390.3125,475.53125 C 388.42405,476.19758 389.13485,479.95985 387.5,476.78125 C 385.20157,475.51688 384.08477,479.05797 381.9375,477.03125 C 378.42696,475.28485 376.44252,478.95633 376.28125,481.84375 C 372.17889,483.92598 371.81301,490.86134 376.96875,491.28125 C 378.39568,495.87461 374.15301,503.5317 379.65625,506.125 C 382.92307,507.53756 388.27902,507.21951 387.78125,502.53125 C 390.79409,499.46986 390.89167,494.80146 394.625,492.125 C 396.84748,489.914 402.46177,484.33666 397.40625,482.1875 C 395.09304,480.42017 395.08448,474.61596 390.71875,475.25 L 390.3125,475.53125 z "
id="16073-23" />
<path
style="fill:#00788c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 427.9375,479.125 C 423.78177,479.93676 421.26559,484.0549 416.96875,484.78125 C 413.96553,487.636 415.85318,493.09826 417.96875,496.0625 C 419.71231,497.2808 421.8008,496.64256 421.625,499.375 C 422.9604,502.00138 425.61694,507.13818 427.63657,506.66628 C 433.96883,501.45732 433.71537,492.75475 432.75,485.375 C 430.93981,483.23183 432.11067,478.91353 427.9375,479.125 z "
id="16340-23" />
<path
style="fill:#001e8c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 78.90625,488.84375 C 73.522557,490.93387 72.364272,498.84822 74.1875,503.6875 C 77.260378,505.98328 83.000256,504.53768 84.96875,501.21875 C 85.57476,496.97835 84.323834,491.0367 80.21875,488.90625 C 79.787252,488.81932 79.343752,488.76755 78.90625,488.84375 z "
id="16331-23" />
<path
style="fill:#008c28;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 97.34375,487.875 C 93.357445,488.50742 91.162139,492.24796 88.875,494.9375 C 83.546688,493.34677 79.881441,500.97214 86.0625,502.34375 C 91.603121,503.41259 98.239634,506.92782 103.59375,503.9375 C 106.15629,499.56047 101.00055,495.59622 99.8125,491.6875 C 100.59391,489.89442 99.607301,487.42299 97.34375,487.875 z "
id="16082-23" />
<path
style="fill:#00b4a0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 540.375,468.6875 C 537.04479,471.83472 532.47288,469.32864 528.59375,471.125 C 524.00691,472.60487 517.44805,474.8068 518.625,480.9375 C 518.78054,483.61232 515.78386,489.48191 520.8125,488.6875 C 522.3169,488.27298 525.36324,485.59106 523.28125,488.375 C 521.76574,490.31616 521.89607,494.23918 521.28125,495.46875 C 517.60469,491.81824 513.87274,498.52221 516.71875,501.53125 C 520.1154,506.4315 527.25383,504.50481 532.3125,504.3125 C 536.66418,502.92859 535.17673,496.93858 538.59375,494.46875 C 540.98445,490.62461 537.89095,484.67495 542.375,482.3125 C 544.15672,478.46927 544.47272,473.07585 542.65625,469.3125 C 542.07795,468.69401 541.19453,468.48092 540.375,468.6875 z "
id="16396-23" />
<path
style="fill:#00be8a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 105.4375,481.125 C 100.50536,482.40244 96.200452,488.47032 97.5625,493.5 C 99.223649,496.33927 101.95839,498.49839 101.84375,502.09375 C 104.6096,506.09142 111.46601,503.6618 110.9375,498.65625 C 111.83766,495.45456 110.54488,492.12422 108.03125,490.0625 C 111.08267,488.13921 112.90988,482.28001 108.1875,481.28125 C 107.293,481.11398 106.34041,480.96702 105.4375,481.125 z "
id="15985-23" />
<path
style="fill:#000a28;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 110.5625,481.65625 C 107.9129,482.86545 108.89873,486.80984 106.21875,488.4375 C 103.99864,491.44098 108.59658,493.02871 109.03125,495.09375 C 107.6911,497.72647 106.106,504.07039 111.09375,503.375 C 117.1364,501.48746 125.23486,495.98317 123.1875,488.65625 C 121.49748,485.8593 117.95871,489.33507 116.5,486.03125 C 114.66493,484.54263 113.30239,481.31931 110.5625,481.65625 z "
id="16069-23" />
<path
style="fill:#005a64;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 160.5,472.15625 C 156.69442,471.73072 154.98574,477.62004 158.90625,478.71875 C 159.90363,483.84586 155.81451,487.85071 155.34375,492.5 C 152.67021,494.87047 145.79369,497.67083 149.3125,502.3125 C 153.58613,504.8699 159.07319,501.22827 163,499.28125 C 168.48609,496.93695 174.80214,498.56814 180.59375,498.0625 C 177.43415,494.7698 175.78636,490.82273 174.78125,486.59375 C 171.19238,483.36645 171.4662,478.37232 169.34375,474.34375 C 167.29953,471.66561 163.47009,472.08383 160.5,472.15625 z "
id="16237-23" />
<path
style="fill:#00f00a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 220.8125,479.8125 C 215.67768,480.86522 217.36333,487.95676 218.1875,491.625 C 219.90659,494.6491 221.79675,497.42062 222.71875,500.78125 C 228.2527,507.0324 236.91852,501.60978 243.6875,501.40625 C 247.73753,502.80434 248.98993,496.79255 245.375,495.40625 C 242.00369,492.81214 237.32488,491.36031 235.90625,486.96875 C 234.14148,484.71571 231.47595,483.95786 230.40625,481.28125 C 227.60723,479.6401 223.97576,479.85717 220.8125,479.8125 z "
id="16015-23" />
<path
style="fill:#005a6e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 258.46875,492.375 C 253.6421,492.68236 245.17495,493.30794 244.75,499.5 C 247.4026,506.11906 256.71188,504.20416 261.34375,500.8125 C 263.9861,499.42546 270.92557,498.37758 267.53125,494 C 264.94093,492.16438 261.51391,492.4097 258.46875,492.375 z "
id="16262-23" />
<path
style="fill:#00aaa0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 547.0625,490.40625 C 543.05131,491.03909 544.08423,495.86647 542,498.3125 C 542.49023,503.16378 551.78955,504.88524 553.28125,499.53125 C 552.1572,496.32276 556.77994,496.91193 556.625,493.78125 C 555.8932,489.40238 550.95821,493.16586 548.71875,490.59375 C 548.19351,490.37906 547.62393,490.32371 547.0625,490.40625 z "
id="16395-23" />
<path
style="fill:#0046aa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 413.15625,483.25 C 410.21545,482.88921 409.31047,488.57601 406.75,485.71875 C 403.79146,482.77597 397.85684,484.00636 398.65625,488.875 C 399.11294,491.3128 401.26375,492.73339 400.8125,495.46875 C 401.38523,500.36429 407.01113,503.51263 411.19014,500.2842 C 415.38496,499.42951 420.74012,496.42628 418.90625,491.3125 C 418.19949,488.24072 417.35226,483.00276 413.15625,483.25 z "
id="16412-23" />
<path
style="fill:#00be5a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 156.84375,475.625 C 150.86638,476.89195 145.48536,481.43991 142.3125,486.46875 C 140.93298,490.18024 143.9113,493.06876 146.03125,495.46875 C 146.78659,499.44139 151.30881,499.58301 153.78116,496.99437 C 157.48645,495.52288 158.69309,491.61453 159.40625,488.0625 C 161.38496,484.77259 164.85409,477.65813 159.40625,475.90625 C 158.5745,475.70059 157.7121,475.50894 156.84375,475.625 z "
id="16222-23" />
<path
style="fill:#00461e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 370.1875,469.1875 C 366.68788,470.07029 366.50406,474.68539 363.6875,476.59375 C 362.12751,480.36472 366.16927,483.9359 364.6875,488 C 364.23456,492.55573 369.22377,491.8326 372.1875,492.1875 C 376.29335,492.61511 373.64493,498.72283 378,498.84375 C 382.04981,497.59116 380.03245,491.24692 377.875,488.71875 C 375.87731,488.37543 373.60961,485.81333 376.84375,484.9375 C 382.43862,481.26301 377.32389,474.67948 374.28125,471.125 C 373.20197,470.05319 371.82216,468.94569 370.1875,469.1875 z "
id="16050-23" />
<path
style="fill:#00323c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 454.8125,473.1875 C 449.36511,473.78731 447.26682,484.2244 454,484.1875 C 455.96182,486.81829 456.89112,490.7469 460.59375,491.53125 C 464.6554,494.43918 467.96063,498.25032 471.6875,501.71875 C 471.88986,497.30491 472.59783,492.85138 473.875,488.96875 C 471.59182,484.88426 466.62917,481.92829 467.125,476.5 C 466.48078,473.0392 461.55662,472.30583 459.3125,474.40625 C 458.0876,473.40378 456.38803,472.89653 454.8125,473.1875 z "
id="16125-23" />
<path
style="fill:#001e96;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 86.34375,474.15625 C 86.137527,476.88955 85.876706,479.84569 82.3125,478.5625 C 76.353492,478.47422 78.037703,486.3662 79.34375,489.9375 C 80.417686,494.77247 86.20016,500.97206 91,496.40625 C 93.321097,493.99051 96.755928,489.36055 93.3125,486.78125 C 91.562912,480.24923 90.546087,473.40643 88.0625,467 C 87.489583,469.38542 86.916667,471.77083 86.34375,474.15625 z "
id="16356-23" />
<path
style="fill:#00a000;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 229,472.34375 C 224.32231,474.0612 227.7524,480.44681 229.21875,483.53125 C 230.55987,486.6492 234.25182,487.56041 235.03125,490.96875 C 238.27764,494.47025 242.98595,498.2382 247.9375,497.65625 C 251.61907,494.77712 246.74475,489.99233 246.40625,486.53125 C 245.54918,482.83849 241.0992,481.55854 241.1875,477.625 C 238.65759,473.87775 233.09043,472.88466 229,472.34375 z "
id="15982-23" />
<path
style="fill:#006e5a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 444.5625,450.09375 C 439.99737,451.12453 438.25339,455.88852 436.78125,459.59375 C 433.73581,463.6138 433.12555,469.00241 430.0625,473.09375 C 427.68631,477.99386 428.50845,483.78991 431.21875,488.25 C 428.69011,491.58108 430.73317,498.57277 435.3125,497.8125 C 440.75372,493.64328 446.00296,489.10836 451.0625,484.5 C 453.62031,479.85687 455.07113,473.87399 453.71875,468.65625 C 451.26436,463.30598 453.82687,456.24911 448.75,451.875 C 447.6959,450.75298 446.16506,449.84983 444.5625,450.09375 z "
id="16214-23" />
<path
style="fill:#006ed2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 138.78125,478.6875 C 134.87128,482.08729 131.26265,485.96663 125.8125,486.21875 C 121.37147,486.26453 118.30891,492.74627 123.03125,494.90625 C 129.82276,497.45624 137.79831,496.34624 144.3125,493.59375 C 146.40267,488.08992 141.83198,482.17234 141.0625,476.71875 C 140.30208,477.375 139.54167,478.03125 138.78125,478.6875 z "
id="16516-23" />
<path
style="fill:#00a03c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 538.59375,481.96875 C 536.22375,485.78608 536.22916,491.47903 538.21875,495.5 C 541.50636,498.89775 547.1581,496.46165 547.1875,491.8125 C 548.80531,486.83046 543.98983,481.52216 539.15625,481.375 L 538.59375,481.96875 z "
id="16136-23" />
<path
style="fill:#005a32;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 171.03125,473.125 C 165.21929,473.95396 168.35501,481.31175 170,484.65625 C 170.97016,486.67528 173.39418,487.40259 172.875,490.03125 C 172.92308,493.60193 176.81807,497.66153 179.90625,494.15625 C 183.90022,491.48386 185.46063,486.16251 190.875,485.71875 C 193.83681,485.41572 200.67003,484.90819 197.875,480.21875 C 192.14781,472.05365 180.39298,477.45525 172.65625,473.15625 C 172.11946,473.11976 171.56632,473.03581 171.03125,473.125 z "
id="16102-23" />
<path
style="fill:#0028be;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 250.46875,473.25 C 247.53562,474.65885 244.51557,476.26963 241.125,475.28125 C 236.51679,476.79256 239.09074,482.7919 242.25,484.46875 C 245.13009,488.21095 244.78546,497.08949 251.53125,495.625 C 255.2639,495.66351 259.10098,493.01043 257.6725,488.78232 C 257.11997,483.71592 258.3046,473.62265 250.46875,473.25 z "
id="16459-23" />
<path
style="fill:#00aa64;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 285.84375,478.875 C 280.00958,479.77457 275.85889,489.52843 281.34375,493.125 C 284.47668,494.17724 288.78827,491.49605 290.625,495.03125 C 295.55325,497.60627 302.74738,494.01453 302.78125,488.1875 C 304.7247,485.28803 301.91187,482.71304 299.25,482.75 C 297.62884,480.93295 295.26979,481.08726 293.5625,479.46875 C 290.67459,480.04962 288.63736,479.12117 285.84375,478.875 z "
id="16245-23" />
<path
style="fill:#008250;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 310.21875,477.96875 C 304.94521,478.80372 299.21386,482.45926 300.28325,488.62317 C 299.60564,494.47931 307.38937,495.84523 311.78125,495.875 C 314.47344,495.53634 315.15709,492.11778 318.25,492.9375 C 322.31827,491.98388 324.47967,487.17672 324.46875,483.375 C 319.83569,481.52983 314.99347,478.98992 310.21875,477.96875 z "
id="16191-23" />
<path
style="fill:#00786e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 354.25,470.25 C 350.36325,471.00609 351.86739,476.14404 348.71875,477.78125 C 346.87701,482.09744 343.3176,487.40164 344.6875,491.96875 C 349.34047,495.4451 356.5971,491.48147 360.84375,495.65625 C 364.86065,497.22208 367.98611,493.12585 367.0625,489.34375 C 367.56349,485.44753 366.07553,481.25425 366.21875,477.59375 C 367.9703,474.90562 377.45527,469.36581 369.28302,470.93149 C 364.13746,471.5442 359.26803,470.69878 354.25,470.25 z "
id="16265-23" />
<path
style="fill:#00d228;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 269.4375,469.40625 C 266.02738,472.51062 260.95097,468.77824 257,471.3125 C 253.67304,472.13864 251.37825,476.10984 254.09375,478.8125 C 255.76949,483.8408 253.03605,491.46671 258.1875,494.71875 C 263.34957,495.7472 270.7838,494.06493 272.625,488.71875 C 272.11394,485.81213 269.79236,483.60765 270.84375,480.28125 C 270.5089,476.36532 272.83052,472.94732 272.59375,469.125 C 271.60333,469.32193 270.30123,468.79492 269.4375,469.40625 z "
id="16089-23" />
<path
style="fill:#007814;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 551.78125,472.8125 C 546.35577,474.52638 544.7237,481.72582 544.34375,486.78125 C 543.62211,492.42727 551.88938,497.41759 555.34375,491.9375 C 558.99544,486.59155 561.13124,476.22452 553.75,473.03125 C 553.12478,472.84444 552.43812,472.72312 551.78125,472.8125 z "
id="16030-23" />
<path
style="fill:#003ca0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 201.40625,478.71875 C 196.84061,478.25479 194.48543,482.83684 195.78125,486.84375 C 196.80665,493.36929 205.61615,492.57722 210.3125,493.9375 C 212.16852,492.36777 213.8879,491.33314 216.59375,491.84375 C 220.89447,492.02716 220.68587,486.50191 217.25,485.15625 C 212.52865,481.99605 207.43642,478.09647 201.40625,478.71875 z "
id="16384-23" />
<path
style="fill:#008c78;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 558.71875,462.65625 C 557.80153,470.53683 553.28095,479.45148 557.03125,487.15625 C 561.51962,488.90869 565.61313,495.22462 571.125,493.3125 C 573.62178,491.25227 576.93249,487.06446 576.41296,484.54979 C 573.82077,481.04733 566.40948,478.09463 567.9375,472.9375 C 571.19623,473.25051 575.07573,469.57383 571.75,466.9375 C 567.98497,464.01226 563.39986,462.40724 559.25,460.09375 C 559.07292,460.94792 558.89583,461.80208 558.71875,462.65625 z "
id="16292-23" />
<path
style="fill:#008214;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 351.75,468.46875 C 343.79692,470.2524 337.04242,478.10566 337.21875,486.3125 C 337.74098,489.30413 341.65721,488.312 341.90625,491.4375 C 345.70213,494.73384 347.35663,487.57948 348.5,485.03125 C 349.53705,481.8805 350.18342,479.04641 352.75,477.09375 C 354.0594,474.71731 356.50065,468.3854 351.75,468.46875 z "
id="16031-23" />
<path
style="fill:#00e6aa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 94.9375,475.21875 C 90.209982,475.77787 87.928916,481.22461 90.15625,485.25 C 90.571558,489.64808 96.12244,493.10774 99.375,489.15625 C 101.78864,486.06785 104.84496,483.48548 108.9375,483.65625 C 112.94908,481.56896 108.26163,477.67757 105.46875,477.59375 C 102.01355,476.61629 98.542898,475.10824 94.9375,475.21875 z "
id="16428-23" />
<path
style="fill:#003c32;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 131.125,457.5 C 127.59968,459.15238 125.6855,463.09845 121.84375,464.3125 C 117.32906,467.24437 115.59609,472.63312 110.375,474.65625 C 105.88153,476.41349 106.53743,483.43389 111.28125,484.3125 C 114.76769,486.58596 116.09373,493.31225 121.26969,490.08752 C 130.72697,489.26805 138.60419,483.34972 144.375,476.15625 C 146.02375,469.54636 138.20744,465.57311 134.78125,461.21875 C 133.68589,459.80863 133.79808,457.01754 131.125,457.5 z "
id="16099-23" />
<path
style="fill:#00f064;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 275.625,468.3125 C 268.57037,468.10601 267.52815,477.06865 267.78125,482.375 C 267.80106,486.15154 270.75223,492.50847 275.3125,489.5 C 278.15325,489.15792 281.5912,488.65953 282,485.25 C 284.78459,483.0497 284.74159,479.45906 282.6875,476.875 C 281.20723,473.52723 280.83355,467.46987 275.625,468.3125 z "
id="16252-23" />
<path
style="fill:#001e5a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 435.28125,458.1875 C 431.15879,458.70381 426.5055,459.28053 424.96875,463.90625 C 422.44107,468.68251 418.31673,472.42106 413.40625,474.4375 C 410.76941,476.57722 409.50164,480.23857 405.9375,480.96875 C 401.64767,483.66688 404.89091,491.05595 409.75,488.6875 C 411.66667,487.11129 413.22735,485.56236 416.125,486.375 C 420.07763,487.09842 423.5225,485.44878 426.15625,482.71875 C 429.58753,481.77154 431.96427,479.05766 431.90625,475.46875 C 433.8583,470.22931 439.06791,465.04507 437.625,459.15625 C 437.01823,458.37051 436.22121,458.15837 435.28125,458.1875 z "
id="16206-23" />
<path
id="16537-23"
d="M 212.69232,482.99275 C 210.29376,481.38185 207.76834,480.06385 207.08028,480.06385 C 206.14956,480.06385 205.93426,478.0317 206.23935,472.12657 C 206.60317,465.08483 206.42617,464.0329 204.67055,462.80322 C 202.72794,461.44256 202.74153,461.35925 205.41196,458.25874 C 206.90812,456.52161 209.40098,454.46558 210.95163,453.68978 C 213.40004,452.46483 214.28141,452.47974 217.65032,453.80308 C 221.1253,455.16809 221.47177,455.61629 220.9744,458.10317 C 220.34955,461.22741 222.58577,463.06385 227.015,463.06385 C 229.88287,463.06385 235.31735,467.52241 233.68166,468.53332 C 233.10449,468.89003 232.63226,470.05533 232.63226,471.12287 C 232.63226,472.62232 231.9345,473.06385 229.56487,473.06385 C 226.85892,473.06385 226.57369,473.32897 227.14422,475.31385 C 229.03585,481.89486 229.32867,481.42491 223.74822,480.76399 C 218.84961,480.18382 218.63226,480.25978 218.63226,482.55195 C 218.63226,486.13436 217.49566,486.21871 212.69232,482.99275 z "
style="fill:#0032dc;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2282" />
<path
style="fill:#009614;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 336.5625,459.375 C 329.83352,460.67423 328.95748,468.43601 325.71875,473.25 C 324.08187,475.86527 325.49186,479.88127 323.875,482.09375 C 319.87032,483.41717 322.18944,489.53394 326,487.09375 C 328.98221,485.42323 332.262,485.91907 334.6875,487.90625 C 340.12895,487.44313 340.57645,479.73688 343.71875,476.21875 C 345.42802,472.66268 353.37543,472.53677 351,467.4375 C 349.48129,465.23194 345.64773,467.28173 345.3125,464 C 343.28062,461.57013 339.92292,459.29682 336.5625,459.375 z "
id="16033-23" />
<path
style="fill:#00a014;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 151.8125,471.21875 C 145.10021,471.0122 136.79058,477.49051 140.59375,484.6875 C 143.46949,488.95259 148.47578,484.01861 150.53125,481.5 C 152.82242,478.60404 160.72727,478.03205 158.5625,473.1875 C 156.90561,471.34802 154.17038,471.04077 151.8125,471.21875 z "
id="16034-23" />
<path
style="fill:#00dc50;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 395.90625,466.53125 C 389.44499,467.26108 389.37883,475.88859 393.125,479.71875 C 393.51998,482.134 394.52585,484.68704 396.96875,485.40625 C 399.96231,489.16022 405.48022,486.07388 407.71875,483.03125 C 411.65626,481.80347 415.15042,477.16408 414.71875,473.03125 C 411.38821,467.26822 403.05273,469.18824 397.75,466.625 C 397.14943,466.50806 396.51795,466.44765 395.90625,466.53125 z "
id="16200-23" />
<path
style="fill:#005a3c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 298.15625,469.65625 C 292.35642,470.60906 290.95679,479.24169 294.21875,483.25 C 296.95265,484.33467 299.4767,486.21231 302.46875,484.21875 C 306.85875,482.88297 313.02098,478.66921 309.8125,473.4375 C 307.45539,471.21246 303.62688,472.51608 301.28125,470.03125 C 300.30848,469.62292 299.20059,469.51296 298.15625,469.65625 z "
id="16129-23" />
<path
style="fill:#00140a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 558.875,459.25 C 553.78891,463.56786 548.03493,454.84004 543.34375,459.90625 C 539.55916,466.75694 540.8536,475.35194 541.03125,482.90625 C 541.35609,487.08904 546.65964,486.24995 547.40625,482.6875 C 548.88011,479.55321 550.68083,472.83616 555.28125,476.4375 C 560.49004,476.83076 560.04172,469.5929 560.9375,466.09375 C 560.36753,463.32178 564.8348,455.29125 558.875,459.25 z "
id="15993-23" />
<path
style="fill:#000aaa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 578.90625,464.09375 C 574.23008,464.80037 571.85019,469.92391 567.03125,470.5 C 561.90068,473.5522 566.51297,479.69126 569.72199,482.22316 C 571.58596,485.23752 577.13271,487.76578 578.3125,482.84375 C 581.71428,478.0019 586.40108,471.48133 583.4375,465.25 C 582.33656,463.93723 580.46699,464.02607 578.90625,464.09375 z "
id="16406-23" />
<path
style="fill:#00d20a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 320.4375,462.625 C 317.39383,464.45213 312.99721,461.99084 311.0625,465.8125 C 309.47224,468.24235 310.21596,471.20855 307.90625,473.03125 C 306.26381,479.96932 314.69575,482.63111 319.71875,484.3125 C 323.8076,486.40665 328.05469,482.66284 327.21875,478.34375 C 326.13549,474.59889 332.04758,471.42578 328.0625,468.3125 C 325.63727,466.99316 323.46246,465.6946 322.5625,463.125 C 321.95971,462.67333 321.17637,462.51327 320.4375,462.625 z "
id="16012-23" />
<path
style="fill:#00be14;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 279.96875,453.875 C 273.67504,454.9081 275.28987,462.93218 272.46875,466.6875 C 269.27,470.20937 275.01875,472.70358 277.875,470.8125 C 279.17233,475.31722 280.09248,481.52531 286.09961,481.52388 C 290.24113,483.89264 296.16426,481.70767 295.90625,476.4375 C 297.74683,468.41328 286.24135,465.82546 287.25,458.03125 C 286.55008,454.94203 282.78805,453.72993 279.96875,453.875 z "
id="16037-23" />
<path
style="fill:#009682;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 83.09375,475.09375 C 79.674779,474.42782 75.693932,479.05789 79.71875,481.0625 C 82.893018,483.20346 90.331113,480.94515 87.875,476.34375 C 86.602472,475.09673 84.791624,475.0023 83.09375,475.09375 z "
id="16318-23" />
<path
style="fill:#00465a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 190.0625,458.53125 C 184.83211,459.26426 185.83077,466.29746 185.40625,470.21875 C 184.97184,475.41733 189.87501,478.2711 193.90625,479.65625 C 196.82997,483.21973 203.76006,482.31742 206.3125,479.15625 C 206.6118,473.83158 209.1431,467.02465 205.25,462.5625 C 201.2217,459.19744 195.21176,458.65174 190.0625,458.53125 z "
id="16210-23" />
<path
style="fill:#00b40a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 391.53125,466.84375 C 385.3155,467.59336 378.5995,466.48194 372.65625,468.6875 C 370.82579,472.81639 375.14252,477.30361 378.5,479.25 C 381.18829,478.99955 384.54193,481.78486 386.4375,479.78125 C 387.54535,483.71846 391.92643,481.29623 391.65625,477.96875 C 394.14689,474.79937 393.67081,470.60329 393.625,466.75 C 392.92708,466.78125 392.22917,466.8125 391.53125,466.84375 z "
id="16009-23" />
<path
style="fill:#00b464;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 588.625,463.34375 C 584.12224,463.4295 580.38798,467.26254 581.40625,471.90625 C 581.04383,474.46544 579.06585,477.74569 582.40625,479.3125 C 585.7825,482.75907 593.82017,481.45469 592.28125,475.625 C 592.24128,471.75128 595.01898,466.37159 590.75,463.625 C 590.10865,463.28793 589.33104,463.27541 588.625,463.34375 z "
id="16246-23" />
<path
style="fill:#006e82;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 112.21875,448.46875 C 107.95242,452.25509 103.49417,456.84033 100.25,461.15625 C 95.288185,463.24734 101.22809,467.6972 103.5,469.375 C 106.08968,473.32148 103.88764,478.94415 104.625,483.46875 C 108.62299,479.22485 113.09326,475.71968 117.9375,472.75 C 120.18373,466.3788 127.68245,465.62448 131.3125,460.28125 C 135.08669,457.898 128.74776,455.98742 126.5,454.4375 C 122.58682,452.76549 117.59632,453.50057 115.35154,448.87889 C 113.90111,447.39891 113.85854,446.0281 112.21875,448.46875 z "
id="16314-23" />
<path
style="fill:#004628;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 96.59375,463.5625 C 89.682772,464.38315 84.465462,473.73086 89.8125,479.15625 C 92.632431,480.78869 94.6796,476.09412 97.59375,478.1875 C 100.69025,479.34071 107.44833,481.86699 107.59375,476.28125 C 109.0826,469.58389 103.10646,463.35517 96.59375,463.5625 z "
id="16075-23" />
<path
style="fill:#006e50;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 241.21875,464.125 C 236.05448,464.07371 228.51976,470.53345 233.53125,475.40625 C 238.02385,478.27444 246.31374,480.42758 249.84375,475.125 C 252.92545,469.30718 247.31747,463.20036 241.21875,464.125 z "
id="16189-23" />
<path
id="16130-23"
d="M 174.81632,474.84791 C 174.14756,474.17915 172.37006,473.57445 170.86632,473.50414 C 169.36259,473.43383 166.21976,473.306 163.88226,473.22007 C 159.65762,473.06478 159.63226,473.04125 159.63226,469.27529 C 159.63226,467.19158 158.83476,463.92249 157.86004,462.01063 C 156.36897,459.08599 156.28731,458.14023 157.3453,456.04918 C 158.03691,454.68225 158.60941,452.80667 158.61752,451.88124 C 158.63245,450.17745 159.52912,449.73708 165.38226,448.55905 C 167.44572,448.14375 168.63226,448.29904 168.63226,448.98439 C 168.63226,449.5781 169.43711,450.06385 170.42082,450.06385 C 171.40453,450.06385 173.97467,450.96385 176.13226,452.06385 C 178.28985,453.16385 181.32113,454.06385 182.86845,454.06385 C 186.81079,454.06385 187.87071,457.32265 186.67485,465.76691 C 186.07014,470.03695 186.08608,473.04331 186.71972,474.22727 C 187.62128,475.91185 187.21968,476.06385 181.86744,476.06385 C 178.61981,476.06385 175.49307,475.52466 174.81632,474.84791 z "
style="fill:#00643c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2250" />
<path
style="fill:#00fa14;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 540.8125,439.78125 C 536.2598,441.70309 532.8683,446.11301 527.78125,447.09375 C 523.66988,447.69219 519.71224,452.54679 523.4375,456.09375 C 527.00191,459.5882 524.35844,465.48057 522.8125,469.40625 C 520.96601,471.19931 517.49873,475.45902 521.71875,476.625 C 526.70677,474.88947 531.56807,472.71471 537,472.71875 C 542.49009,471.92504 545.06391,466.36975 544.90625,461.4375 C 547.7588,459.15863 551.37635,463.69675 554.75,462.96875 C 563.31152,463.39453 561.4506,448.68118 553.71875,449.0625 C 548.69541,447.97668 548.72441,441.5011 543.65625,440.34375 C 542.76313,439.96282 541.8012,439.61997 540.8125,439.78125 z "
id="16043-23" />
<path
style="fill:#00be1e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 248.34375,443.375 C 244.12307,444.12099 236.92879,446.06367 238.96875,451.875 C 239.71232,456.82093 236.94022,460.7882 234.71875,464.6875 C 234.74354,469.33738 239.48254,466.45666 242.125,466.9375 C 245.03415,467.49401 248.80483,467.9788 247.65625,471.75 C 247.44155,477.58322 255.11228,476.63425 258.03125,473.71875 C 261.53037,470.8975 266.73315,475.65624 270.25,471.84375 C 275.33159,469.23639 277.09251,463.7389 277.9375,458.46875 C 281.3592,454.28661 276.84842,446.19748 271.40625,449 C 265.08435,449.28598 257.20902,450.84882 251.75,447.09375 C 251.72426,445.23651 250.70398,443.05605 248.34375,443.375 z "
id="16062-23" />
<path
style="fill:#006e96;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 408.4375,448.03125 C 408.23122,452.95069 411.01317,460.98056 404.78125,463.1875 C 401.22183,464.58702 399.66129,470.62373 404.5625,471.09375 C 408.57544,471.2269 411.96177,473.19908 414.84375,475.75 C 419.36256,476.85582 422.01979,471.30522 424.84375,468.6875 C 427.38716,465.38842 431.86506,459.63625 426.6875,456.5 C 423.35151,454.34507 419.906,452.6262 417.1875,449.59375 C 414.46348,447.45299 411.24081,446.16587 408.21875,444.46875 C 408.29167,445.65625 408.36458,446.84375 408.4375,448.03125 z "
id="16364-23" />
<path
style="fill:#005ab4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 147.8125,452.8125 C 144.035,453.41688 145.47345,457.75238 143.1875,459.6875 C 142.82707,463.424 141.70624,466.86032 140.75,470.40625 C 141.23453,476.42446 149.29566,474.16192 153.25,474.375 C 157.49407,475.14937 161.79836,471.93932 160.3125,467.375 C 159.22658,462.65511 157.07142,457.12011 152.34375,455.375 C 151.44669,453.75906 149.74714,452.52409 147.8125,452.8125 z "
id="16439-23" />
<path
style="fill:#003296;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 301.03125,457.5625 C 294.50018,459.61079 296.60841,468.92631 300.8125,472.375 C 304.51941,478.08782 313.94274,473.78509 313.28125,467.34375 C 315.40206,461.53211 307.58777,458.96192 303.40625,457.75 C 302.6408,457.5209 301.82282,457.48901 301.03125,457.5625 z "
id="16358-23" />
<path
style="fill:#003278;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 366.25,451.5625 C 360.12714,452.90712 361.6091,461.17256 358.09375,465.09375 C 355.34746,468.63656 357.1734,474.82722 362.28125,474 C 366.99753,473.21609 375.41754,472.90222 374.75,466.125 C 375.30168,463.13308 373.32544,459.42124 376.40625,457.5625 C 377.89533,454.04285 373.37361,453.0195 371.125,453.5625 C 370.11345,451.96486 368.05396,451.37679 366.25,451.5625 z "
id="16283-23" />
<path
style="fill:#00aa3c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 287.71875,455.4375 C 282.04557,457.37681 285.44511,464.63032 288.65625,467.375 C 291.2327,471.02609 296.7,475.43321 300.65625,471 C 302.08403,468.0942 298.12172,465.65754 299.46875,462.34375 C 300.16852,458.41524 296.30454,458.01398 293.53125,458.3125 C 291.71079,457.17514 290.1171,455.13491 287.71875,455.4375 z "
id="16137-23" />
<path
style="fill:#0064dc;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 354.09375,445.21875 C 352.11643,447.12933 352.54687,450.51443 349.65625,452.25 C 346.86378,456.34245 341.64663,461.46784 343.71875,466.78125 C 346.32212,470.05229 351.81717,468.45533 353.75,472.40625 C 357.0009,474.67361 360.21764,470.86832 359.84375,467.6875 C 362.11121,463.86264 363.48971,459.87898 364.84375,455.71875 C 367.24209,452.89516 365.36919,448.38671 361.5,448.96875 C 359.12007,447.64566 357.27544,444.154 354.09375,445.21875 z "
id="16542-23" />
<path
style="fill:#004664;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 328.65625,446.78125 C 322.35377,448.70481 318.77566,456.39769 320.78125,462.65625 C 320.57184,467.33298 326.29776,472.55463 330.625,470.0625 C 332.22021,467.45534 332.2411,463.73302 335.65625,462.46875 C 339.95645,459.89385 341.254,451.60319 335.15625,450.75 C 334.27506,448.13467 331.36179,446.45378 328.65625,446.78125 z "
id="16235" />
<path
style="fill:#00aa6e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 392.4375,437.78125 C 389.046,438.34322 387.91493,442.29006 384.65625,443.15625 C 379.6544,447.86957 374.1297,453.30677 372.625,460.15625 C 373.9693,463.10795 369.6141,467.2509 372.71875,470.28125 C 377.24794,472.80249 379.86483,465.6573 382.4375,463.125 C 387.09244,456.0111 395.57739,451.25026 398.21875,443.03125 C 398.69772,439.75716 395.37533,437.59157 392.4375,437.78125 z "
id="16270-23" />
<path
style="fill:#0064b4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 408.1875,445.15625 C 401.98601,450.22971 396.6852,456.82378 392.1875,463.5625 C 390.17753,467.1712 394.17002,469.74612 397.40625,469.3125 C 399.99431,471.08932 403.50407,470.31114 404.4375,467 C 406.79012,464.54589 411.11354,462.87422 411.0625,458.59375 C 411.13058,454.25905 412.85108,448.63417 409.71875,445.0625 C 409.22607,445.20985 408.66557,444.90793 408.1875,445.15625 z "
id="16440-23" />
<path
style="fill:#00f046;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 138.59375,443.09375 C 131.56828,443.86231 131.19319,452.92191 131.375,458.40625 C 132.35953,463.37198 136.69085,468.4306 141.75,469.1875 C 147.08206,468.27544 144.16698,461.74652 146.4375,458.4375 C 148.53569,455.22176 147.90535,451.50542 145.78125,448.65625 C 145.87751,444.79368 142.11141,442.72825 138.59375,443.09375 z "
id="16177-23" />
<path
id="16234-23"
d="M 380.3252,465.00652 C 381.3185,463.32499 384.31256,459.61249 386.97866,456.75652 C 389.64476,453.90055 392.86226,450.43885 394.12866,449.06385 C 395.39505,447.68885 396.73176,445.55135 397.09912,444.31385 C 397.9154,441.56404 399.09208,441.45455 400.85032,443.96478 C 401.58262,445.0103 403.19164,446.0228 404.42591,446.21478 C 406.50731,446.53854 406.28797,447.01027 401.40115,452.72001 C 393.54562,461.8984 392.63226,463.25739 392.63226,465.76724 C 392.63226,467.94575 392.26938,468.06385 385.57572,468.06385 L 378.51919,468.06385 L 380.3252,465.00652 z "
style="fill:#003c64;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="Montferrat"
sodipodi:nodetypes="csssssssccc" />
<path
style="fill:#00f096;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 228.5,431.40625 C 223.44666,432.78874 219.38397,436.88012 215.25,439.75 C 214.03283,444.25527 213.73782,450.39197 217.0625,454.03125 C 218.89873,455.24665 221.50212,455.32191 220.15625,458.1875 C 219.89649,463.00835 225.3267,464.23061 229.09375,464.28125 C 231.72137,465.30557 235.01047,470.29377 237.25,465.90625 C 239.88408,461.42 243.00462,456.03468 241.125,450.71875 C 243.26627,447.34763 243.17953,443.41038 241.0625,440.0625 C 240.97046,437.27507 241.35359,433.14373 237.4375,432.9375 C 234.44614,432.55627 231.5227,431.30605 228.5,431.40625 z "
id="16377-23" />
<path
style="fill:#00820a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 299.125,453.25 C 295.07249,452.83416 294.88853,458.47648 298.59375,459.1875 C 304.24,460.24262 308.92947,463.25884 314.15625,465.375 C 319.05988,467.85541 326.0263,462.89949 322.84375,457.5625 C 318.13814,452.87012 310.21205,454.56492 304.1875,453.375 C 302.5039,453.26776 300.81215,453.14501 299.125,453.25 z "
id="16004-23" />
<path
style="fill:#00dc0a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 341.375,446.28125 C 337.05209,448.05428 337.12199,454.14297 336.28125,458.09375 C 336.3867,462.3984 344.21317,466.61674 346.5625,461.90625 C 347.27628,457.63059 355.28582,453.32817 349.05751,450.53909 C 346.6953,448.9675 344.49383,446.06012 341.375,446.28125 z "
id="16013-23" />
<path
style="fill:#000abe;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 193.65625,433.6875 C 190.0519,433.30532 187.83483,437.24858 190.65625,439.8125 C 186.50496,442.01958 187.62354,447.94453 190.5,450.65625 C 191.8499,453.77633 188.7337,454.05305 187.0625,455.59375 C 185.55549,460.7336 193.10778,461.81217 196.65625,461.96875 C 202.03544,463.19022 208.06324,458.82997 207.90625,453.375 C 203.8927,448.22801 197.41912,443.66999 197.5625,436.40625 C 197.36512,434.45747 195.49335,433.38027 193.65625,433.6875 z "
id="16456-23" />
<path
style="fill:#00dc8c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 434.40625,449.0625 C 429.57543,450.38841 425.09399,452.97372 420.40625,454.84375 C 424.59094,458.40109 429.67692,463.69697 435.71875,460.90625 C 440.53877,459.63604 437.8772,451.97037 435.5625,449.28125 L 435,449 L 434.40625,449.0625 z "
id="16350-23" />
<path
style="fill:#00143c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 272.9375,446.78125 C 274.63824,452.57573 279.19724,457.50695 285.5,457.5625 C 289.74706,456.41638 291.79345,461.95108 296.1875,461.0625 C 300.20548,461.02877 298.8733,456.37447 298.3125,454.28125 C 300.31447,449.89631 296.12358,443.84523 291.03125,445.34375 C 284.34002,445.77495 277.71721,444.64129 271.21875,443.15625 C 271.79167,444.36458 272.36458,445.57292 272.9375,446.78125 z "
id="16122-23" />
<path
style="fill:#008cdc;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 440.125,442.78125 C 437.03128,446.92644 431.48946,455.0221 437.21875,459.25 C 441.41955,459.53289 441.16507,453.03484 445.3125,452.46875 C 448.82109,448.51156 443.02595,443.70213 442,439.84375 C 441.375,440.82292 440.75,441.80208 440.125,442.78125 z "
id="16546-23" />
<path
style="fill:#00bed2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 126.9375,419.4375 C 123.80358,420.32135 116.9532,419.13825 118.40625,424.4375 C 115.57198,424.74742 108.63634,426.35621 112.1875,430.3125 C 116.312,432.21113 121.87447,437.16375 117.75,441.875 C 116.29846,445.18263 112.03808,448.81348 115.46875,452.5 C 117.93634,457.57081 124.36434,454.85458 127.96875,458.34375 C 132.84882,460.96923 135.44291,454.44305 134.6875,450.53125 C 135.14038,447.46927 137.55488,444.22588 140.96875,445.90625 C 144.93444,446.5457 145.58393,441.46247 142.78125,439.53125 C 141.1969,436.65575 137.28758,435.59979 135.9375,433.03125 C 135.811,429.94206 135.87512,424.63746 131.40625,425.03125 C 130.56794,422.81052 130.3593,419.04399 126.9375,419.4375 z "
id="16526-23" />
<path
style="fill:#00463c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 175.5,429.78125 C 165.69683,432.08941 153.75861,428.3077 145.71875,435.84375 C 143.40737,437.84326 143.66131,441.08351 142.1875,443.53125 C 141.9261,448.86192 145.29813,453.44678 149.5625,456.1875 C 151.74117,460.53473 158.03926,458.91125 158.71875,454.34375 C 159.02589,451.60812 160.39151,449.53058 163.34375,449.875 C 169.61829,446.90875 172.21112,440.20972 176.15145,435.03747 C 177.17334,431.9739 182.47968,427.84941 175.5,429.78125 z "
id="16127-23" />
<path
style="fill:#00be0a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 313.46875,437.53125 C 310.17405,437.36139 309.03521,440.50561 308,442.75 C 306.04869,444.75561 302.36904,442.24075 301.5,445.84375 C 301.41623,449.46426 294.67801,452.12673 298.90625,455.21875 C 305.91913,456.5642 313.45655,457.90186 320.5,457.5 C 324.32801,454.75138 326.54927,450.35096 329.5625,446.8125 C 325.43001,442.02522 320.32179,437.09457 313.46875,437.53125 z "
id="16010-23" />
<path
style="fill:#00825a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 186.84375,429.125 C 182.07545,429.94419 175.37447,428.94791 173.3125,434.625 C 171.95688,437.0698 169.75117,438.39855 169.03125,441.09375 C 166.53242,443.08175 164.41856,447.19014 168,449.34375 C 171.73335,451.5898 176.23627,452.53598 180.15625,454.40625 C 182.82326,455.12255 185.594,454.85858 187.6875,456.84375 C 192.84366,457.99884 195.46386,450.95333 191.71875,447.71875 C 190.83718,445.90714 188.2331,441.51357 192.5625,442.09375 C 199.20923,441.70586 191.34976,437.77434 190.0625,434.75 C 190.27163,432.24491 191.50398,428.68215 186.84375,429.125 z "
id="16216-23" />
<path
style="fill:#00c8c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 380.78125,437.0625 C 374.38816,438.92028 369.24938,443.92738 364.09375,447.9375 C 361.31112,451.45164 366.22292,453.6994 368.75,455 C 371.17661,459.04702 376.11144,454.35643 378.625,452.5 C 382.22019,449.61857 385.00168,445.57832 389.3125,444.03125 C 392.57068,439.41374 384.13068,436.37233 380.78125,437.0625 z "
id="16500-23" />
<path
style="fill:#003cd2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 412.125,437.3125 C 408.3986,439.68656 405.64546,446.75129 411.125,448.84375 C 416.02419,450.09895 418.17526,456.47745 423.28125,456.59375 C 427.11728,455.06217 427.40185,448.90784 425.40625,445.8125 C 422.38483,445.03618 419.78364,443.00476 418.5,440.125 C 416.87015,438.61903 414.48009,436.53961 412.125,437.3125 z "
id="16511-23" />
<path
style="fill:#00d282;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 211.3125,436.875 C 204.95955,438.51966 205.12688,446.88789 204.8125,452.1875 C 204.9747,456.37637 209.91917,455.91563 212.28125,453.875 C 215.61193,453.38105 220.0841,450.48801 217.25,446.8125 C 216.69509,443.38466 217.97973,438.18504 213.34375,437 C 212.68055,436.82858 211.99277,436.79987 211.3125,436.875 z "
id="16324-23" />
<path
style="fill:#00c8a0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 435.21875,437.125 C 428.04703,437.49913 425.29578,445.83221 423.625,451.59375 C 423.25251,456.05037 428.64107,455.17604 430.90625,453.1875 C 434.25442,452.00505 436.91269,448.83249 436.03125,445.28125 C 437.88299,443.26442 442.41701,439.84763 438.28125,437.5625 C 437.327,437.16525 436.2438,437.02504 435.21875,437.125 z "
id="16398-23" />
<path
id="16115-23"
d="M 334.13226,450.06385 C 333.78313,448.96385 332.62781,448.06385 331.56487,448.06385 C 329.06485,448.06385 329.12511,447.59531 332.13226,443.65274 C 333.50726,441.85002 334.63226,439.70228 334.63226,438.87997 C 334.63226,436.75471 341.54693,434.68882 343.7344,435.91299 C 345.71896,437.02361 342.65631,440.60155 339.80931,447.8101 C 337.99822,452.39573 335.22216,453.49781 334.13226,450.06385 z "
style="fill:#00dc32;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="Doissin"
sodipodi:nodetypes="csssssc" />
<path
style="fill:#00b46e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 345.03125,438.6875 C 339.68329,439.16216 338.15716,448.84753 343.96875,449.875 C 346.36318,452.38115 350.82451,456.0454 353.53125,451.875 C 359.43074,446.30553 350.9795,438.59662 345.03125,438.6875 z "
id="16271-23" />
<path
style="fill:#00640a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 203.90625,425.1875 C 197.30311,426.4706 192.3916,433.84502 195.46875,440.3125 C 197.41942,446.50282 201.91652,451.31713 206.40625,455.84375 C 207.99867,450.27762 206.95984,443.20596 211.375,439.03125 C 212.32341,434.37897 207.09874,431.49372 207.1875,426.9375 C 206.54404,425.77347 205.24979,425.00148 203.90625,425.1875 z "
id="16001-23" />
<path
id="16336-23"
d="M 258.13226,450.43153 C 253.38078,449.29151 250.88537,447.82513 251.00511,446.24342 C 251.29322,442.43772 258.78738,440.07655 263.30927,442.36678 C 264.86191,443.15315 267.77018,444.09278 269.77207,444.45484 C 272.21982,444.89754 273.58107,445.76008 273.92845,447.08849 C 274.21365,448.17908 273.92707,449.13382 273.28864,449.22007 C 271.99179,449.39528 268.82788,449.8033 263.63226,450.46538 C 261.70726,450.71068 259.23226,450.69545 258.13226,450.43153 z "
style="fill:#00508c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2186" />
<path
style="fill:#00a01e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 290.96875,425.3125 C 286.2997,428.03839 288.75229,434.98218 291.875,438.125 C 293.9677,440.43796 289.17157,441.78889 290.6875,444.625 C 290.67852,447.39002 293.7311,447.39897 294.96875,448.6875 C 295.03406,452.31822 299.8739,454.38129 301.8125,450.84375 C 303.37536,448.571 303.83604,445.04559 307.40625,445.96875 C 312.19194,445.68178 312.02897,439.76428 309.03125,437.3125 C 306.39495,433.6732 302.40237,431.12541 297.9375,430.625 C 295.60962,429.05314 294.45394,424.68136 290.96875,425.3125 z "
id="16059-23" />
<path
id="16066-23"
d="M 360.00849,448.60192 C 359.69995,447.79785 358.62496,446.87892 357.61964,446.55984 C 356.61432,446.24077 354.09295,444.42364 352.0166,442.52178 C 349.94026,440.61992 347.20436,439.06385 345.93684,439.06385 C 344.66932,439.06385 343.63226,438.61385 343.63226,438.06385 C 343.63226,437.51385 345.31976,437.05384 347.38226,437.04161 C 349.55588,437.02873 352.18318,436.19733 353.63226,435.06385 C 356.75655,432.61999 360.82725,432.51684 362.91929,434.82852 C 364.38211,436.44491 364.3812,436.87212 362.90851,439.91289 C 361.42782,442.97018 361.43032,443.45198 362.94014,446.00791 C 363.84182,447.53433 364.29142,449.07136 363.93924,449.42353 C 362.79804,450.56474 360.58412,450.10198 360.00849,448.60192 z "
style="fill:#00e61e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="Chélieu" />
<path
style="fill:#00288c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 435.4375,430.40625 C 432.15547,432.04173 429.53077,439.05997 434.78125,439.8125 C 437.36595,439.3048 437.84825,440.98521 435.4375,442.21875 C 432.67628,444.58169 431.61782,452.53953 436.8125,451.78125 C 439.87323,449.33566 441.56528,445.33212 444,442.25 C 444.45391,439.9225 442.01753,439.00524 442.03125,436.59375 C 439.12535,435.16935 439.55624,430.64603 436.09375,430.0625 L 435.4375,430.40625 z "
id="16332-23" />
<path
style="fill:#00f000;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 284.125,431.78125 C 277.87913,432.54429 278.09559,441.39401 278.25,446.09375 C 280.51298,449.29407 286.01459,449.52095 289.4375,448.125 C 293.37483,446.94522 293.44323,442.86494 295.03125,439.9375 C 295.22166,434.86525 288.56123,431.43534 284.125,431.78125 z "
id="15990-23" />
<path
style="fill:#008c82;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 368.28125,433.46875 C 364.51635,435.41405 362.96791,438.75488 361.15625,442.125 C 360.39499,446.0314 365.06353,451.32598 368.71875,447.65625 C 371.90453,445.28033 375.03812,442.81817 378.21875,440.40625 C 375.1702,438.77733 371.35511,431.35496 368.28125,433.46875 z "
id="16057-23" />
<path
style="fill:#0050c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 328.5,423.8125 C 322.05421,424.17812 317.96466,430.01111 313.28125,433.71875 C 311.24728,438.39795 316.98422,440.8203 320.4375,441.96875 C 323.59259,443.71819 325.66834,446.73987 328.21875,449.21875 C 332.08483,444.99335 336.96488,440.15995 335.15625,433.84375 C 334.7364,429.693 334.69652,422.46559 328.5,423.8125 z "
id="16488-23" />
<path
style="fill:#00e696;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 429.53125,427.34375 C 425.98846,427.859 423.38265,430.46107 420.375,432.15625 C 419.01052,435.59012 412.37104,434.63809 413.90625,439.3125 C 415.25873,441.26137 417.39551,441.96703 418.15625,444.4375 C 420.84696,449.32556 428.80666,449.01545 430.03125,443.15625 C 432.47162,440.19848 435.39786,437.49979 435.65625,433.3125 C 437.87903,429.18935 432.92799,426.87741 429.53125,427.34375 z "
id="16376-23" />
<path
style="fill:#003c5a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 245.375,429.78125 C 239.52742,431.24322 235.70299,438.5913 239.75,443.75 C 242.82611,449.88875 249.99021,445.23642 254.3125,443.4375 C 257.58955,442.99201 261.94177,440.40672 259.78125,436.65625 C 259.62331,431.72003 253.13695,433.87156 250.46875,431.1875 C 248.88216,430.43529 247.19158,429.53767 245.375,429.78125 z "
id="16209-23" />
<path
style="fill:#0078c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 278.21875,431.3125 C 273.276,431.96111 268.50823,434.3324 266.0625,438.59375 C 262.21504,440.78009 264.74979,445.51838 268.625,445 C 272.44705,444.49757 277.77411,449.809 280.15625,444.46875 C 282.11446,441.75482 280.42013,438.1447 282.5625,435.90625 C 283.03983,433.46243 280.57473,431.13681 278.21875,431.3125 z "
id="16492-23" />
<path
style="fill:#001e0a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 401.625,424.71875 C 397.16659,425.80436 398.64385,431.98174 395.15625,434.21875 C 387.63711,438.61525 392.603,440.53096 398.3125,442.78125 C 400.77863,444.35747 402.69665,448.02379 406.40625,446.40625 C 413.34234,444.98258 412.93761,436.1623 409.46875,431.625 C 407.60352,428.88827 405.48399,424.5521 401.625,424.71875 z "
id="15994-23" />
<path
style="fill:#00b478;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 144.59375,422.6875 C 140.94528,425.1208 134.34482,423.33506 132.75,428.3125 C 132.09535,434.8703 138.92862,439.16067 143.375,442.6875 C 146.72155,444.30006 146.44945,440.18043 146.40625,438.4375 C 148.77863,436.15536 155.85011,433.97082 152.53125,429.78125 C 149.39239,428.9449 150.68403,424.60286 147.4375,423.40625 C 146.58796,422.89962 145.59398,422.52964 144.59375,422.6875 z "
id="16296-23" />
<path
style="fill:#00a032;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 270.5625,426.28125 C 266.37935,427.89074 258.68774,425.76845 257.28125,431.5 C 256.94169,435.7369 256.51404,442.3588 262.3125,442.65625 C 267.61886,444.04985 268.88335,436.66032 273.34375,435.71875 C 277.67752,434.24163 277.9018,428.68271 273.84375,426.78125 C 272.82347,426.27835 271.68844,426.15662 270.5625,426.28125 z "
id="16109-23" />
<path
style="fill:#003c1e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 219.0625,417.53125 C 215.45422,417.53113 211.20476,418.08666 209,421.0625 C 203.76356,422.76965 203.33556,431.09987 207.46875,434.4375 C 210.22333,438.10835 215.13634,443.39458 219.9375,439.5625 C 223.3157,438.16429 223.356,434.3886 222.96875,431.5 C 225.23958,428.81514 228.42788,425.33093 225.875,421.59375 C 225.01073,418.4633 222.21182,416.96404 219.0625,417.53125 z "
id="16049-23" />
<path
style="fill:#00e6be;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 292.3125,419.9375 C 287.09352,421.08976 291.06824,427.08131 293.25,429.375 C 295.1716,432.5631 298.65665,433.98977 302.15625,434.53125 C 305.8235,436.55948 309.16565,443.67618 313.9375,439.59375 C 317.64212,436.6576 313.53231,431.84457 312.25,428.625 C 309.80127,425.74649 304.60851,428.83364 303.4375,424.5625 C 300.58176,421.83107 296.32996,419.84768 292.3125,419.9375 z "
id="16478-23" />
<path
style="fill:#005aaa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 388.6875,424.75 C 383.22245,426.31899 376.17667,424.89973 372.65625,430.46875 C 367.88223,434.03326 368.26034,437.08961 373.5,439.5 C 376.43477,442.7603 380.0047,439.19422 383.1875,439.5625 C 385.75224,442.08193 390.74146,440.43543 389.03125,436.46875 C 385.84878,431.6082 391.37675,427.8013 393.40625,423.8125 C 391.83333,424.125 390.26042,424.4375 388.6875,424.75 z "
id="16414-23" />
<path
style="fill:#00321e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 392.03125,425.5 C 385.26125,425.97679 383.40246,435.60785 388.25,439.78125 C 392.69437,442.38461 396.53821,436.22155 399.09375,433.375 C 401.91538,430.8105 401.48783,425.04668 396.78125,425.53125 C 395.20062,425.46528 393.61201,425.4259 392.03125,425.5 z "
id="16048-23" />
<path
style="fill:#00e678;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 408.15625,413.15625 C 402.50005,413.82385 405.19554,421.62418 400.90625,423.625 C 399.3096,427.84927 405.35487,427.79626 406.25,431.3125 C 409.12384,433.48147 407.60953,437.78686 410.21875,439.6875 C 414.80369,439.99584 419.60911,436.81244 422.625,433.46875 C 424.38362,429.01208 421.74974,423.23617 418.1875,420.34375 C 414.38227,418.96741 412.95322,412.8677 408.15625,413.15625 z "
id="16301-23" />
<path
style="fill:#00d25a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 344.84375,422.40625 C 340.41177,423.18347 333.43429,423.10359 331.8125,428.15625 C 332.87892,431.1379 331.17289,436.28513 334.8125,437.625 C 337.42717,437.16693 339.87935,435.50191 342.53125,437.28125 C 347.96744,439.20573 352.75878,436.01892 357.5625,434.15625 C 360.96541,434.64271 365.42406,432.96688 363,429.09375 C 360.81192,425.10088 355.53324,426.20233 352.3125,423.40625 C 350.00167,422.52373 347.36527,422.29214 344.84375,422.40625 z "
id="16224-23" />
<path
style="fill:#00d26e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 365.21875,422.28125 C 360.51734,424.97015 358.49764,431.57294 362.84375,435.53125 C 366.3902,439.97182 371.989,434.60514 375,432.03125 C 378.07037,426.82546 369.68976,424.2021 366.92987,421.55282 C 366.27123,420.49148 365.78819,422.02468 365.21875,422.28125 z "
id="16274" />
<path
style="fill:#008c96;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 194.03125,394.3125 C 192.12671,397.81583 186.84988,398.74006 186.90625,403.53125 C 187.93322,405.30779 189.14382,406.586 188.875,408.9375 C 189.72864,411.29404 190.4586,412.92392 188.9375,415.09375 C 187.96633,421.65736 186.09651,429.21814 188.71875,435.53125 C 192.59126,439.71749 196.99221,433.67085 199.3125,431 C 201.91422,427.7846 207.15809,427.78915 208.875,423.90625 C 211.76051,423.05193 213.08503,418.83277 216.625,420.65625 C 219.95149,421.78105 224.56185,417.44798 220.5625,415.15625 C 219.32738,413.73831 221.58432,410.1269 218.875,408.84375 C 215.16136,406.68336 209.82634,403.77238 206,406.9375 C 201.40875,407.8855 196.13088,404.38997 197.61833,399.25002 C 196.91838,394.77724 199.68567,385.01898 194.03125,394.3125 z "
id="16367-23" />
<path
style="fill:#009600;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 231.4375,418.71875 C 227.6654,418.96128 222.846,421.23543 224.21875,425.625 C 221.93839,428.34237 217.6731,433.1332 221.9375,436.125 C 225.57337,437.67591 227.81479,431.05742 231.375,434.375 C 239.25511,438.99352 247.2822,432.0455 251.875,426.125 C 255.17103,423.51684 252.21594,418.54082 248.65625,421.21875 C 245.23559,420.61018 241.39042,419.28842 237.90625,421.1875 C 235.86574,420.21067 233.89811,418.32448 231.4375,418.71875 z "
id="15981-23" />
<path
style="fill:#000a8c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 266.46875,418.09375 C 262.83013,417.4255 260.26504,420.05954 258.78125,422.8125 C 256.25221,422.89396 253.68529,424.60799 252.78125,426.9375 C 249.70851,426.54022 244.08306,428.59602 246.6875,432.40625 C 250.23885,434.17216 256.08379,438.49032 259.21875,433.90625 C 259.04066,429.09396 265.59554,430.18055 268.78125,429.4375 C 272.20567,429.01095 279.8694,428.89259 278.09375,423.5625 C 275.63748,421.84864 275.14579,418.07271 271.5625,418.25 C 269.87282,418.05847 268.16706,418.03513 266.46875,418.09375 z "
id="16329-23" />
<path
style="fill:#003c3c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 290.09375,417.5625 C 284.65501,418.57317 277.56418,416.12446 273,419.8125 C 270.69825,422.68971 276.98592,423.64945 275.1875,425.9375 C 270.36415,428.05722 275.51643,433.61466 278.84375,434 C 282.93355,434.7481 290.3932,436.72211 291.25,430.6875 C 292.24687,426.38647 292.05809,421.92845 292.15625,417.53125 C 291.46875,417.54167 290.78125,417.55208 290.09375,417.5625 z "
id="16126-23" />
<path
style="fill:#008cb4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 322.125,412.09375 C 318.89227,411.75528 315.96359,414.29446 315.9375,417.0625 C 311.38666,417.36417 307.06543,419.02584 303.75,422.0625 C 297.22042,424.10554 304.62946,431.67387 309.15625,430.34375 C 311.91533,430.25286 310.04831,435.7533 313.625,435.0625 C 318.1852,434.21699 321.31321,430.11585 324.375,427.25 C 327.25846,427.37715 332.37346,426.99364 331.1875,422.78125 C 330.41619,419.43049 328.60833,416.64105 327.8125,413.375 C 326.31011,411.87899 324.07456,412.02558 322.125,412.09375 z "
id="16444-23" />
<path
style="fill:#0032be;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 168.875,409.5 C 163.96896,410.66786 159.25994,411.84386 154.375,412.71875 C 151.81026,415.06019 151.1474,419.0757 148.71875,421.71875 C 145.41612,426.11914 148.41567,432.49391 153.8125,433.03125 C 163.35271,434.17703 173.07492,432.55087 182.625,432.71875 C 186.11383,431.01268 182.33335,428.46283 182.9375,426 C 180.50714,421.62458 172.89878,421.56088 173.0625,415.40625 C 172.52818,413.17567 172.02748,409.13224 168.875,409.5 z "
id="16460-23" />
<path
style="fill:#009678;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 425.84375,414.65625 C 421.59531,416.15895 415.66779,413.22707 412.3125,416.59375 C 411.24616,421.56435 418.60366,421.87326 419.375,426.3125 C 420.60847,428.87947 420.73534,434.79906 425.125,432.5 C 427.23979,430.95981 428.82874,428.33441 431.875,429.8125 C 436.56825,428.70101 432.17661,424.31152 429.5,423.5625 C 425.76963,421.62343 428.96364,417.39459 428.5625,414.625 C 427.65886,414.65846 426.74339,414.57205 425.84375,414.65625 z "
id="16293-23" />
<path
style="fill:#00826e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 185.15625,402.0625 C 180.27666,402.29149 176.97084,406.52946 172.15625,406.5625 C 167.06964,409.38588 170.16332,416.58106 172.09375,420.53125 C 174.35888,424.59055 181.06458,424.39745 181.34375,429.625 C 183.847,433.75462 190.39135,431.3892 190.34375,426.71875 C 191.15547,421.74633 190.61829,416.61329 192.125,411.9375 C 191.84946,407.78484 191.14725,400.67734 185.15625,402.0625 z "
id="16266-23" />
<path
style="fill:#006e32;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 260.59375,414.25 C 255.85361,416.27361 250.00842,418.94742 249.5625,424.8125 C 246.81716,428.34492 251.97494,432.06958 254.625,428.875 C 255.79238,427.14102 256.31178,425.48078 258.78125,425.78125 C 262.58239,424.12516 264.82149,418.42451 262.75,414.71875 C 262.08343,414.38159 261.35771,414.00662 260.59375,414.25 z "
id="16104-23" />
<path
style="fill:#00468c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 372.34375,405.65625 C 365.13447,406.45095 366.23649,415.6574 365,420.8125 C 365.33938,425.90949 371.55929,428.3606 375.8125,429.3125 C 379.2087,427.92023 386.22554,429.9341 386.3125,424.5 C 385.68627,421.4255 380.30867,422.63984 382.125,418.96875 C 382.97612,416.32648 382.43287,412.77861 379.875,411.65625 C 381.95689,406.39479 376.19244,405.31684 372.34375,405.65625 z "
id="16335-23" />
<path
style="fill:#0078be;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 113.21875,406.125 C 109.39493,407.43585 109.20656,413.99984 104.03125,413.0625 C 100.46152,412.50483 97.721824,415.96186 99.9375,419.09375 C 102.47054,424.74889 108.05647,431.00484 114.90733,428.21645 C 118.97881,428.32498 122.11938,424.73288 120.78125,420.6875 C 119.81265,415.74093 120.1605,407.5443 114.0625,406.0625 C 113.78131,406.0824 113.48785,406.00878 113.21875,406.125 z "
id="16467-23" />
<path
style="fill:#003c96;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 367.0625,406.59375 C 359.99664,407.13395 351.7112,406.40001 345.75,410.6875 C 342.81737,416.52655 347.84878,423.37775 352.59375,426.625 C 356.6292,429.73279 363.25865,430.01455 365.75,424.96875 C 368.98551,419.44601 368.95258,412.83156 369.21875,406.53125 C 368.5,406.55208 367.78125,406.57292 367.0625,406.59375 z "
id="16359-23" />
<path
style="fill:#000a00;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 398.5625,409.71875 C 393.53828,411.06599 392.23849,416.93071 388.6875,419.875 C 385.541,420.73766 380.95878,426.41228 386.03125,427.875 C 389.63915,426.83477 392.85967,429.04554 396.40625,428.875 C 402.52899,427.81724 407.06859,422.16081 407.1875,416.125 C 408.02503,411.82594 401.78386,409.88036 398.5625,409.71875 z "
id="15967-23" />
<path
style="fill:#005abe;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 140.28125,410.5625 C 136.56919,410.68687 131.6113,411.40998 131.1875,415.84375 C 127.04893,418.35023 126.14145,425.87158 131.125,427.78125 C 136.08693,428.43 141.12322,426.85815 145.5625,425.34375 C 150.61516,425.79409 153.52296,419.48409 155.40625,415.59375 C 155.67365,410.52113 149.0496,412.83176 146.1875,410.8125 C 144.26398,410.37234 142.24502,410.46794 140.28125,410.5625 z "
id="16464-23" />
<path
style="fill:#00be8c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 339.75,411.34375 C 335.52921,412.48832 330.80809,412.38364 326.8125,414.03125 C 324.0738,415.86541 326.72844,418.22805 327.625,419.875 C 328.38918,423.66621 331.72223,429.98325 336.40625,427.09375 C 340.3398,424.10402 346.8616,427.15212 349.65625,422.78125 C 350.28029,419.42186 347.64887,416.31396 346.8125,413.1875 C 345.01909,411.37134 342.1584,411.22916 339.75,411.34375 z "
id="16347-23" />
<path
style="fill:#003cbe;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 290.71875,406.09375 C 285.57775,406.97156 289.49435,412.86184 289.09375,416.0625 C 288.68995,422.84594 297.306,424.22351 302.4375,424.90625 C 306.62718,424.86077 308.73428,420.04826 313.1875,420.40625 C 316.10945,420.86156 321.31253,417.78609 317.5625,415.0625 C 312.04417,412.49253 304.21882,415.94505 299.6875,411.5 C 299.69192,406.96117 294.25675,405.93963 290.71875,406.09375 z "
id="16461-23" />
<path
style="fill:#00963c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 388.0625,403.28125 C 383.74822,404.4483 376.07144,407.14606 377.5625,412.875 C 378.81108,414.40122 380.57991,415.23011 379.375,417.6875 C 377.66522,421.86891 381.50461,426.50584 385.78125,424.46875 C 389.54034,422.99313 392.99323,420.30985 394.40625,416.5 C 397.53897,414.4556 400.23105,409.38104 396.1875,406.78125 C 393.78034,405.22526 391.08745,403.16514 388.0625,403.28125 z "
id="16135-23" />
<path
style="fill:#00dc3c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 246.40625,395.1875 C 243.14486,395.39124 235.53983,394.60223 236.6875,399.90625 C 236.72953,405.93068 239.1711,414.06839 233.3125,418.09375 C 231.20449,420.59642 234.2297,422.99523 236.46875,422.84375 C 240.98205,423.94999 244.24798,418.44296 247.5625,416.125 C 251.87994,412.40923 255.10322,406.25759 252.03125,400.8125 C 252.90684,398.24557 252.08407,394.61833 248.53125,395.15625 C 247.82271,395.1467 247.11457,395.17579 246.40625,395.1875 z "
id="16144-23" />
<path
style="fill:#001428;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 257.34375,402.59375 C 252.5427,402.77936 250.36077,407.40307 248.8125,411.09375 C 245.5297,415.11999 241.15295,418.12135 237.3125,421.625 C 242.07377,421.82466 248.68026,426.52202 252.4375,421.71875 C 255.77765,418.79 260.60588,418.10148 263.84375,415.53125 C 265.88884,410.31992 264.62236,401.85233 257.34375,402.59375 z "
id="16070-23" />
<path
style="fill:#006428;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 126.3125,395.09375 C 122.35573,395.98504 119.42635,399.12118 116.0625,401.09375 C 113.50595,404.51838 114.33849,409.76568 117.53125,412.4375 C 117.34088,416.15571 117.62244,419.87611 117.6875,423.59375 C 124.0011,423.27284 133.99701,421.5404 134.28125,413.5 C 133.42032,407.63536 134.61172,399.55122 129.28125,395.5625 C 128.35996,395.10832 127.32703,394.96893 126.3125,395.09375 z "
id="16078-23" />
<path
style="fill:#008c82;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 224.5625,391.59375 C 221.0059,393.41252 223.48566,398.73531 221.21875,401.75 C 220.66937,404.74648 218.62389,406.93385 215.5,405.4375 C 210.14423,404.94481 213.86098,410.51987 217.1875,410.75 C 217.90239,413.43222 217.48873,417.92851 221.375,418.65625 C 222.77313,420.67212 224.07353,424.05041 227.34375,422.75 C 232.96516,421.02219 240.61245,418.06116 239.71875,410.75 C 239.35212,405.52119 240.98718,398.4462 236.5625,394.65625 C 232.85799,393.78938 228.79083,393.98972 225.59375,391.53125 C 225.25307,391.5713 224.89149,391.46004 224.5625,391.59375 z "
id="16317-23" />
<path
style="fill:#00e650;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 272.21875,401.6875 C 269.16386,402.6042 267.20358,405.51876 263.78125,405.40625 C 259.89023,408.1836 262.34124,414.04018 260.78125,418.0625 C 262.00273,423.31515 269.77234,420.10004 273.40625,421.0625 C 276.91687,420.64956 275.67778,414.40709 276.6875,411.28125 C 276.96414,407.87426 277.23764,401.41618 272.21875,401.6875 z "
id="16201-23" />
<path
style="fill:#00325a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 279.3125,406.3125 C 274.25482,407.61617 271.55356,414.70563 273.25,419.34375 C 277.09099,423.90278 283.34844,418.51834 282.90625,413.5625 C 283.83436,410.43075 284.16839,405.33684 279.3125,406.3125 z "
id="16208-23" />
<path
style="fill:#000a6e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 285,402.34375 C 280.41219,404.70675 280.85254,411.4406 279.8125,415.90625 C 279.45166,423.66972 294.3562,421.30143 291.75,413.9375 C 290.5672,410.14753 290.17367,402.5188 285,402.34375 z "
id="16254-23" />
<path
style="fill:#00781e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 96.625,401.625 C 92.833759,402.59726 87.216929,402.10035 85.03125,405.84375 C 85.626826,412.82933 95.371537,411.66551 98.59375,416.53125 C 101.03857,417.51369 102.42585,414.61542 105.125,415.84375 C 109.95857,415.97569 115.81877,409.00479 110.46875,405.53125 C 106.32336,403.18145 101.43733,401.62324 96.625,401.625 z "
id="16055-23" />
<path
style="fill:#008c14;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 307.375,397.375 C 303.54393,398.1986 303.20074,403.58789 299.03125,403.8125 C 294.15267,407.60474 297.26461,416.63198 303.625,416.28125 C 310.0925,417.60032 316.68896,416.60445 322.78125,414.9375 C 325.80207,415.22908 330.21692,413.82412 329.03125,409.9375 C 329.22505,402.58441 321.56313,399.21493 315.28935,398.66774 C 312.64585,398.39001 310.04682,397.08502 307.375,397.375 z "
id="16032-23" />
<path
style="fill:#000aa0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 336.03125,381.65625 C 333.23754,384.33802 335.3299,390.14022 334.67516,394.03117 C 335.41686,397.52983 334.11229,400.18783 332.75,403.0625 C 332.54636,405.73606 329.53169,407.73978 329.28125,410.09375 C 324.96381,410.32831 327.20649,415.36855 330.40625,415.71875 C 335.16874,416.83216 340.86773,413.06993 339.625,407.65625 C 339.8904,403.25422 338.76658,396.15652 344.125,394.53125 C 346.49484,391.28763 346.15072,385.39073 343,382.78125 C 340.905,381.86507 338.26551,381.11633 336.03125,381.65625 z "
id="16379-23" />
<path
style="fill:#009650;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 154.21875,388.90625 C 150.5465,388.96791 144.50799,388.70933 145.28125,394.03125 C 145.3328,399.62316 144.42742,405.25455 143.96875,410.65625 C 146.2754,415.8672 153.91034,415.69895 158.59375,414.3125 C 161.37982,411.41064 160.44322,406.51611 162.6875,403.09375 C 163.36657,399.5069 166.60429,397.34773 167.25,394.0625 C 165.26945,389.36279 158.67828,388.53396 154.21875,388.90625 z "
id="16193-23" />
<path
style="fill:#0050a0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 172.4375,392.3125 C 167.58186,392.69321 161.39872,394.54173 161,400.25 C 160.20871,404.47229 155.68317,409.34706 158.21875,413.5 C 163.98789,416.06015 169.41384,410.04851 174.8125,409.0625 C 178.39728,408.71299 180.00909,404.57138 183.78125,405.1875 C 186.82191,403.9417 193.43995,403.13961 188.70721,399.54775 C 186.71087,395.8573 183.17291,393.15381 178.90625,393.78125 C 177.05462,392.2752 174.75806,392.05749 172.4375,392.3125 z "
id="16386-23" />
<path
style="fill:#005ac8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 341.65625,393.125 C 335.43382,396.01827 336.88558,404.82617 336.71875,410.46875 C 336.52876,414.16716 340.56836,413.99287 342.875,413.71875 C 346.41354,417.20435 349.97463,410.22204 346.46875,407.875 C 342.36628,404.13939 348.84393,396.05237 343.28125,393.15625 C 342.77447,392.99868 342.17504,393.038 341.65625,393.125 z "
id="16489-23" />
<path
style="fill:#0050dc;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 145.125,390.03125 C 141.14212,393.80131 135.24553,390.57767 130.46875,392.25 C 125.65296,396.28616 132.38352,402.56703 130.71875,407.53125 C 130.19766,411.62111 133.99529,414.85788 138.02843,413.48744 C 142.12538,414.19063 146.86319,412.40775 147.125,407.75 C 147.59116,402.2475 149.2751,395.8996 147.15625,390.71875 C 146.65163,390.3127 145.81483,389.50435 145.125,390.03125 z "
id="path2084" />
<path
style="fill:#00a082;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 334.375,384.1875 C 330.57002,386.42135 326.51981,386.62014 322.34375,386.4375 C 318.9322,388.17932 321.77113,391.65751 321.84375,394.09375 C 322.2189,397.31071 317.19824,400.20446 321.03125,402.5625 C 323.83348,403.71099 326.02612,405.71621 325.96875,408.96875 C 326.18265,412.89563 332.22254,413.67991 332.40625,409.40625 C 333.84448,407.03271 335.71157,404.78463 336.0625,402 C 337.97124,396.83643 337.71083,390.5277 336.90625,385.1875 C 336.40578,384.16077 335.46187,383.7651 334.375,384.1875 z "
id="16319-23" />
<path
style="fill:#001496;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 362.53125,396.46875 C 356.22042,398.10436 350.54478,401.6287 344.40625,403.53125 C 339.72581,406.87563 346.16356,412.78417 350.375,411.125 C 356.38787,409.05782 363.20423,410.51949 369,408.15625 C 372.22857,406.18219 373.26438,400.59768 369.03125,399 C 367.00285,397.90113 364.97991,396.21744 362.53125,396.46875 z "
id="16355-23" />
<path
style="fill:#00be32;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 205.5625,386.25 C 203.90201,389.03849 200.59494,386.54667 197.9375,387.90625 C 194.40095,388.05467 190.50498,392.14155 194.1875,395 C 195.09175,399.90585 194.27583,406.58547 200,408.90625 C 204.15491,411.45101 212.72507,409.06202 212.21875,403.40625 C 212.40063,400.20339 213.95042,396.84509 211.78125,393.75 C 210.01202,391.50229 209.5915,385.16803 205.5625,386.25 z "
id="16112-23" />
<path
style="fill:#00e682;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 292,386.625 C 285.83868,391.11168 281.11292,401.3595 287.90625,407.375 C 290.94443,409.23537 296.30592,411.47902 299.125,408.5625 C 299.61958,405.288 303.30254,406.06524 304.75,403.4375 C 305.81101,400.72987 308.04058,399.24396 310.9375,400.59375 C 315.51222,402.23164 323.68403,402.84141 324.3125,396.28125 C 324.76102,392.2071 323.99559,385.38485 318.375,386.0625 C 313.38464,385.31518 308.94321,388.29658 304.3125,388.78125 C 300.29037,388.62871 295.29276,384.88092 292,386.625 z "
id="16326-23" />
<path
id="16014-23"
d="M 214.75631,406.26058 L 211.38036,405.91835 L 211.98902,401.47767 C 212.50179,397.73658 212.05601,395.9031 209.15936,389.83937 C 207.26829,385.88067 205.91464,382.44814 206.15126,382.21152 C 206.38787,381.9749 208.55474,383.39825 210.96651,385.37452 C 213.37828,387.35078 217.20591,389.70969 219.47236,390.61655 C 224.13933,392.4839 224.5278,394.27439 221.88787,401.74958 C 220.25286,406.37924 219.6553,406.75722 214.75631,406.26058 z "
style="fill:#00e60a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2072" />
<path
style="fill:#001e14;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 271.09375,372.40625 C 269.09589,373.28463 267.24019,374.35033 264.9375,374.375 C 261.04419,377.36937 269.10486,380.03955 265.4375,383.0625 C 264.22517,385.51703 262.05662,386.03047 259.625,385.375 C 255.1479,388.28822 259.99916,394.14584 262.125,397.15625 C 264.43418,400.36694 269.01927,399.29727 270.96875,402.9375 C 272.94929,404.27833 274.13759,405.59815 275.28125,407.5625 C 278.1523,410.18108 284.54537,409.83491 284.84375,405.25 C 289.18493,401.75524 285.91803,394.97582 290.71875,391.75 C 293.41888,389.79233 295.63127,384.6971 290.96875,383.71875 C 286.97507,380.96773 282.65127,378.92345 278.25,377.40625 C 275.78765,376.01872 274.32334,372.29323 271.09375,372.40625 z "
id="16021-23" />
<path
style="fill:#00280a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 374.59375,393.375 C 371.19085,394.05671 364.18416,393.14903 364.25,398.0625 C 364.61897,401.25071 371.43608,401.00002 368.6875,404.4375 C 366.20486,406.94085 369.14562,410.87681 371.75,408.125 C 373.42092,407.01483 375.8171,409.85342 378.15625,409 C 383.86676,409.1465 391.35491,404.60064 388.5625,398.03125 C 387.32892,393.79175 381.99776,396.13311 379.5625,393.625 C 377.96685,393.20884 376.24092,393.36035 374.59375,393.375 z "
id="15995-23" />
<path
style="fill:#00f032;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 264.28125,396.875 C 259.17119,397.81426 257.97249,407.36662 264.03125,407.8125 C 268.69266,409.34934 275.72727,402.19348 270.34375,398.6875 C 268.5977,397.45258 266.43622,396.68187 264.28125,396.875 z "
id="16117-23" />
<path
style="fill:#00148c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 258.625,389.03125 C 254.26178,390.02245 252.95146,394.96161 249.71875,397.0625 C 248.71427,400.77079 250.33513,408.69158 255.53125,406.53125 C 257.62054,404.031 262.80099,405.53626 263.375,401.0625 C 264.23173,396.9935 262.88261,391.67933 259.65625,389.09375 L 259.03125,388.90625 L 258.625,389.03125 z "
id="16330-23" />
<path
style="fill:#000a1e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 344.3125,382.375 C 340.25156,385.8654 343.84741,392.39717 342.80487,396.93722 C 342.91328,401.99802 341.46789,409.21712 348.5,404.90625 C 352.72874,402.90981 357.30832,401.56436 361.3125,399.25 C 365.17202,397.52637 362.77269,392.91395 359.09375,392.96875 C 355.7222,392.10282 358.84784,386.21381 354.34375,386.34375 C 351.6941,386.50862 348.31387,386.83495 347.96875,383.5 C 347.21208,382.34189 345.58882,381.69288 344.3125,382.375 z "
id="16044-23" />
<path
style="fill:#00bec8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 168.09375,380.09375 C 163.38324,380.66717 158.2151,389.29861 165.4375,390.0625 C 163.91851,394.55399 168.86499,396.16186 172.34375,395.1875 C 176.26697,394.37832 179.12587,397.86456 183.0625,396.5 C 184.756,398.70839 188.68545,404.87328 191.40625,400.40625 C 194.69111,398.97196 197.55584,394.37634 194.5625,391.03125 C 191.54464,387.07309 187.94153,380.02791 182.03125,381.28125 C 179.80827,381.9803 179.70826,387.45368 177.3125,384.65625 C 174.44324,383.08084 171.5447,380.17062 168.09375,380.09375 z "
id="16499-23" />
<path
style="fill:#00783c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 366.0625,383.25 C 362.30075,383.39439 361.07591,389.06353 357.0625,387.375 C 352.40293,388.86149 355.08027,395.87551 359.375,395.84375 C 361.56538,397.10275 363.90652,399.87994 366.53125,397.6875 C 369.94592,395.94802 377.91848,397.70828 377.4375,391.90625 C 377.35978,385.31818 371.77918,383.11359 366.0625,383.25 z "
id="16132-23" />
<path
style="fill:#0032d2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 240.40625,372.40625 C 233.3111,375.11961 230.63493,387.17778 238.125,391.25 C 240.07506,392.62327 239.13242,393.98782 238,395.375 C 239.30518,399.45867 245.58716,398.50143 248.59375,396.78125 C 252.71799,392.93336 253.22023,384.02868 246.46875,382.71875 C 244.40595,381.04409 246.41024,376.84331 244.34375,374.65625 C 243.52437,373.34796 242.02507,372.20993 240.40625,372.40625 z "
id="16510-23" />
<path
style="fill:#001edc;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 237,372.03125 C 233.52622,374.93998 230.03578,378.32754 225.09375,378.1875 C 220.23307,379.163 214.18403,384.59904 216.3125,389.71875 C 223.44606,393.6248 232.68363,399.81307 241,395.59375 C 244.81253,391.83812 238.21633,389.25268 236.90625,386.15625 C 236.09131,382.51693 236.55991,378.76947 239.25,376.15625 C 240.84157,374.31016 239.89951,370.79032 237,372.03125 z "
id="16535-23" />
<path
style="fill:#008c46;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 191.3125,364.09375 C 184.96511,364.76896 177.96164,369.78056 179.875,377 C 179.71659,383.60035 188.01294,384.30044 190.4375,389.5625 C 193.69438,393.58712 199.40512,390.48302 203.25,389.125 C 206.35987,386.41825 207.22242,381.74241 208.1875,377.875 C 208.02222,373.90535 206.16334,369.51328 202.1875,368.3125 C 199.02028,365.9889 195.5012,363.47703 191.3125,364.09375 z "
id="16167-23" />
<path
style="fill:#0032b4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 283.71875,360.34375 C 279.9032,364.41223 273.81863,366.86141 270.96875,371.5625 C 271.59418,376.69877 276.88925,380.69855 281.78125,381.5 C 289.65121,385.32354 297.18735,391.81558 306.28125,391.78125 C 310.11367,389.78154 315.55803,386.14179 314.75,381.3125 C 312.86385,378.15381 307.1745,378.54494 307.40625,374.15625 C 306.04024,371.46164 302.54699,372.55599 300.71875,370.5 C 296.94626,371.29011 293.85308,368.44295 290.3125,367.4375 C 287.11875,365.585 287.47722,355.91567 283.71875,360.34375 z "
id="16435-23" />
<path
style="fill:#00f0aa;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 213.28125,358.4375 C 205.39759,359.63406 200.97921,369.70079 205.53125,376.375 C 206.04857,378.78869 204.9208,381.69851 207.6875,383.40625 C 210.55725,386.09079 213.85095,388.428 216.9375,390.9375 C 218.3426,386.24259 220.85402,381.8281 225.6875,380.03125 C 222.71762,377.3143 219.81291,374.90063 223.40625,371.75 C 224.26044,369.21258 225.44147,367.44715 228.57858,367.41762 C 233.85421,366.79391 226.80226,363.3211 224.71875,361.5625 C 221.29187,359.64163 217.21434,360.41059 213.90625,358.40625 C 213.69935,358.42285 213.48158,358.37006 213.28125,358.4375 z "
id="16429-23" />
<path
style="fill:#00b446;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 253.875,373.625 C 247.97525,372.91826 239.85661,376.76409 242.9375,383.6875 C 244.75803,386.38454 251.00124,386.26755 248.125,390.71875 C 246.30122,393.78744 245.74408,398.70224 250.40625,398.8125 C 255.00067,399.23139 256.86944,393.13819 259.96875,390.65625 C 260.20914,387.00626 265.47851,389.14925 266.64186,385.73318 C 271.80667,382.34584 269.98302,378.47398 265.34375,375.90625 C 261.91591,373.93131 257.79178,373.4619 253.875,373.625 z "
id="16171-23" />
<path
id="16228-23"
d="M 319.88226,387.27004 C 315.89476,387.10845 312.64657,386.65845 312.66406,386.27004 C 312.68156,385.88164 313.34825,384.7017 314.14561,383.64796 C 315.4123,381.97397 316.75983,381.75777 324.81811,381.9356 C 329.89064,382.04755 334.23807,382.33632 334.47907,382.57733 C 335.31009,383.40835 332.50924,385.9108 329.82421,386.73626 C 328.34364,387.19144 323.86976,387.43164 319.88226,387.27004 z "
style="fill:#00fa5a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2038" />
<path
id="16116-23"
d="M 353.27315,387.32435 C 349.52154,387.03174 348.30033,386.51056 347.91518,385.03772 C 347.38604,383.01432 344.29924,381.5336 342.6872,382.5299 C 342.15757,382.85723 340.56645,382.83445 339.15137,382.47929 C 335.6233,381.5938 337.6633,379.14692 341.97649,379.09071 C 343.71216,379.0681 345.80726,378.98207 346.63226,378.89954 C 347.45726,378.81701 349.11453,379.06595 350.31509,379.45274 C 352.18265,380.05442 352.77301,379.5355 354.40257,375.85992 C 356.7272,370.61658 359.69054,367.76948 360.45518,370.04474 C 360.7289,370.85922 362.23072,372.64693 363.79256,374.01742 C 365.97119,375.92914 366.63226,377.38856 366.63226,380.28653 C 366.63226,382.96794 366.19953,384.06385 365.14073,384.06385 C 364.32039,384.06385 363.08715,384.96385 362.40019,386.06385 C 361.71323,387.16385 360.47191,387.98274 359.64171,387.8836 C 358.81151,387.78447 355.94566,387.5328 353.27315,387.32435 z "
style="fill:#00e632;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="Dolomieu" />
<path
id="path2034"
d="M 204.71121,385.64718 C 204.66779,384.59302 204.90413,384.00239 205.23643,384.33468 C 205.56872,384.66698 205.60424,385.52947 205.31537,386.25135 C 204.99615,387.04908 204.75919,386.81213 204.71121,385.64718 z "
style="fill:#8a8a8a;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:#00f08c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 292.15625,352.78125 C 287.49449,354.14651 282.50068,359.34408 285.4375,364.46875 C 286.18655,368.76877 290.29739,370.56817 293.875,371.6875 C 296.51695,373.81923 300.42049,372.31432 302.875,374.8125 C 306.33578,374.30099 305.47315,379.15834 308.4375,380.09375 C 314.10222,383.22614 321.44229,383.35861 327.6875,382.1875 C 331.34488,379.4074 325.89716,375.68517 323.15625,376.6875 C 324.29105,372.6283 323.3784,368.18394 326,364.5 C 326.3419,359.18211 318.83338,360.01823 315.41722,358.62248 C 307.95336,356.55948 299.15095,357.71077 292.90625,352.75 C 292.66037,352.7832 292.39663,352.70279 292.15625,352.78125 z "
id="16352-23" />
<path
style="fill:#00d2d2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 325.78125,362.21875 C 320.82467,365.1716 320.47732,372.67802 321.5625,377.8125 C 322.90269,380.351 326.40143,378.53926 327.75,381.4375 C 331.52647,384.40542 338.59146,382.98451 338.75,377.4375 C 338.58402,373.34547 342.09266,370.19958 341.90625,366.40625 C 339.82164,362.10674 334.45615,366.29191 331.28125,363.40625 C 329.53922,362.89553 327.64263,361.68785 325.78125,362.21875 z "
id="16528-23" />
<path
style="fill:#0078d2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 226.25,365.40625 C 221.99106,366.17222 219.92262,371.58716 219.09375,375.375 C 220.66474,382.48386 230.33187,381.45551 234.53125,377.34375 C 238.34204,374.69231 241.21413,371.82179 235.8125,369 C 233.20695,366.71775 229.74678,365.28782 226.25,365.40625 z "
id="16517-23" />
<path
style="fill:#00fac8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 342.03125,365.1875 C 338.11825,367.61918 335.3517,373.5737 336.5,378.21875 C 339.39755,381.31404 344.5583,378.85678 348.25,379.5 C 347.52087,375.16788 349.17228,364.84433 342.03125,365.1875 z "
id="16505-23" />
<path
style="fill:#0050b4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 347.90625,362.3125 C 344.2492,361.88873 340.12977,367.33228 344.625,369.0625 C 344.28416,372.0046 346.94424,373.6062 345.90625,376.5 C 346.40318,381.39159 353.16505,380.77326 354.6875,376.78125 C 356.61864,373.68132 360.26942,366.88329 355.125,365.125 C 352.67984,364.51307 350.90814,361.64363 347.90625,362.3125 z "
id="16438-23" />
<path
style="fill:#000a46;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 234.34375,355.875 C 230.06837,356.83725 226.53727,361.80849 226.71875,366.125 C 227.7232,370.01919 232.95875,368.02907 234.6875,371.40625 C 237.91072,373.16217 241.06773,374.84966 244.03125,377.09375 C 247.21468,379.49836 252.13193,377.19308 251.125,372.9375 C 251.97927,369.31279 248.12212,365.21347 252.21875,362.71875 C 256.0418,359.69895 252.1058,353.54856 248.1875,357.21875 C 244.55582,359.31095 238.58896,355.09077 234.34375,355.875 z "
id="16148-23" />
<path
style="fill:#0096a0;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 261.96875,351.09375 C 256.54315,354.14874 251.49751,359.00963 248.40625,364.46875 C 247.50676,368.42135 248.43347,372.58624 248.875,376.5625 C 257.10728,375.5493 267.97085,379.52874 273.96875,371.8125 C 279.24228,367.49814 273.9836,360.58855 270.59375,356.9375 C 268.13819,354.67955 265.64649,351.1397 261.96875,351.09375 z "
id="16393-23" />
<path
style="fill:#005a46;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 198.75,352.125 C 194.02805,354.22249 189.88104,360.16953 191.09375,365.5 C 193.25468,367.99344 197.4993,366.70174 199.59375,369.75 C 201.45861,372.22852 206.99548,373.08721 206.34375,368.71875 C 205.0257,364.5428 213.60738,362.0854 209.6875,357.78125 C 206.57792,355.34349 202.74252,352.50145 198.75,352.125 z "
id="16156-23" />
<path
style="fill:#00b4d2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 357.9375,348.4375 C 351.91116,350.56256 345.23002,349.97406 339.25,351.6875 C 336.98886,354.06453 337.30655,357.98833 334.53125,360.3125 C 331.84444,364.09368 336.0647,367.84799 339.90625,367.5 C 343.89485,369.14863 346.1553,363.85911 349.78125,365 C 352.22351,366.77429 354.71463,367.91694 356.46875,370.09375 C 362.64893,369.75386 365.63674,358.37914 358.96875,356.21875 C 358.63195,353.26634 364.4138,345.29332 357.9375,348.4375 z "
id="16523-23" />
<path
style="fill:#0046d2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 271.25,350.15625 C 267.50257,350.39805 264.46004,355.43322 268.1875,357.9375 C 271.80127,361.0414 273.18345,365.85333 274.9375,370.125 C 279.60954,366.81371 284.24027,363.44474 288.90625,360.125 C 285.11388,358.67519 281.13289,357.4646 278.6875,354.375 C 275.56105,354.05548 275.21791,349.26648 271.25,350.15625 z "
id="16512-23" />
<path
style="fill:#0050be;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 316.84375,338.25 C 312.13984,341.47529 315.07255,348.79519 313.53125,353.46875 C 312.80486,357.93445 310.15893,363.41224 317.13036,362.20577 C 323.35637,362.36174 328.86694,367.01875 334.96875,366.625 C 337.74757,364.94559 335.86824,360.77519 338.75,358.84375 C 341.33217,356.03049 341.42463,350.05028 336.6875,349.84375 C 334.01186,347.44605 330.99946,345.46004 327.65625,344.5 C 326.52279,341.30155 322.71022,341.62996 320.4375,340.21875 C 319.7538,338.94474 318.37669,337.77002 316.84375,338.25 z "
id="16463-23" />
<path
style="fill:#00aa14;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 238.3125,327.15625 C 232.98038,328.62508 231.50414,334.48832 227.0625,337.0625 C 222.52216,342.55876 223.06878,350.58916 222.5,357.375 C 221.76971,360.76163 224.1415,367.01188 228.40625,364.40625 C 232.39871,361.4594 232.83651,356.03241 237.0625,353.4375 C 239.43402,351.1657 238.78739,346.92658 240,344.71875 C 245.86674,344.72816 243.63289,336.09265 240.9375,333.71875 C 244.3388,331.72298 242.22499,326.20889 238.3125,327.15625 z "
id="16035-23" />
<path
style="fill:#00fab4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 220.125,337.21875 C 217.30842,338.45202 214.79197,340.52128 211.5,339.375 C 206.6403,339.14483 206.5186,344.82722 207.59375,348 C 206.49092,350.59425 201.45215,353.06149 202.54577,355.3321 C 205.61851,358.76115 209.813,361.04014 214.21875,361 C 217.00066,363.37764 223.75792,364.71147 225.46875,360.5625 C 224.22725,353.48433 227.35765,346.3196 226.96875,339.375 C 225.66771,336.76286 223.19857,340.09417 222.1875,337.5625 C 221.58999,337.1828 220.8147,337.05024 220.125,337.21875 z "
id="16455-23" />
<path
style="fill:#00be6e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 240.8125,341.96875 C 234.41899,343.05087 238.20788,352.48675 231.96875,354.3125 C 224.40291,358.06859 234.64188,357.71262 238.09514,359.02379 C 242.31963,360.59847 250.30463,362.81308 251.375,356.21875 C 252.53286,351.8709 252.19214,344.91925 246.34375,344.8125 C 244.77643,343.81457 243.1573,341.66437 240.8125,341.96875 z "
id="16272-23" />
<path
style="fill:#00aa96;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 276.4375,339.5 C 273.50322,343.39738 270.21145,348.5733 273.625,353.21875 C 275.15687,356.31431 278.19367,357.41595 280.53125,359.59375 C 283.95298,362.02935 288.01043,359.09417 287.65625,355.125 C 288.61928,350.31751 290.00427,345.11299 283.28125,345.28125 C 278.07623,344.81257 280.90202,337.89993 279.46875,334.625 C 278.45833,336.25 277.44792,337.875 276.4375,339.5 z "
id="16370-23" />
<path
style="fill:#00aab4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 312.1875,341.5 C 308.91183,343.52579 308.27236,350.88802 303.03125,349.28125 C 299.16383,347.88231 290.68137,348.43056 292.0625,354.3125 C 294.8858,359.93117 302.07785,358.85991 307.21875,359.65625 C 310.93446,362.72941 315.62876,359.27839 315.9375,355.03125 C 317.78032,350.57763 318.75484,343.78316 313.46875,341.34375 C 313.0432,341.40091 312.56518,341.20583 312.1875,341.5 z "
id="16447-23" />
<g
id="g5303"
style="stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
<path
style="fill:#00b482;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 412.21875,390.90625 C 409.72649,394.29939 405.49459,396.09641 403.03125,398.96875 C 403.80092,401.78546 400.95386,404.27121 402.15625,407.34375 C 401.93445,412.12462 405.55981,415.51142 409.96875,416.53125 C 416.06824,418.7717 423.49394,418.37858 429.53125,416.0625 C 432.20816,414.10009 429.18594,412.02781 427.4375,411.96875 C 426.61653,409.99024 426.33853,408.36871 426.125,406.15625 C 424.50483,402.60612 419.43028,401.94559 418.6875,397.90625 C 415.91687,395.87287 415.99631,391.67654 414.4375,388.78125 C 413.69792,389.48958 412.95833,390.19792 412.21875,390.90625 z "
id="16321-23" />
<path
style="fill:#002828;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 389.6875,390.125 C 384.38698,391.11128 386.5296,398.45867 386.46875,402.28125 C 386.78654,407.64508 394.41267,406.45639 396.53125,410.84375 C 398.84428,412.77027 402.0151,413.24438 404.5625,414.875 C 405.56973,408.98633 406.05947,402.06981 403.40625,396.5625 C 400.99271,394.57166 397.43662,394.6947 395.3125,391.96875 C 393.66765,390.91039 391.69583,389.96129 389.6875,390.125 z "
id="16072-23" />
<path
style="fill:#007800;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 403.15625,368.84375 C 399.14831,370.01316 402.61271,376.7355 397.6875,376.46875 C 394.407,377.08399 392.08751,382.87721 396.75,383.0625 C 399.22239,383.01928 399.49828,385.81717 398,387.34375 C 397.84806,389.56457 397.43405,391.19032 395.59375,392.40625 C 394.05286,396.09619 398.73103,398.15937 401.59375,398.375 C 405.05904,402.47967 410.03599,396.75521 412.5625,394.09375 C 416.00746,388.8456 408.16656,384.75723 409.75,379.3125 C 409.363,375.53818 407.74648,368.92965 403.15625,368.84375 z "
id="15978-23" />
<path
style="fill:#00f028;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 385.65625,375.78125 C 382.59221,377.17548 379.75603,379.5498 376.03125,378.21875 C 372.65734,378.07852 367.99712,373.53202 366,378.53125 C 364.18719,382.88174 367.699,386.90707 372.09375,387.1875 C 375.75533,388.63589 373.80408,395.44512 378.78125,395.9375 C 381.1727,399.80695 388.81084,398.43547 389.15625,393.59375 C 391.5001,392.5635 393.18814,390.0587 392.625,387.15625 C 392.5418,383.78933 394.78976,379.23144 390.59375,377.34375 C 389.08869,376.53977 387.43533,375.54121 385.65625,375.78125 z "
id="16092-23" />
<path
style="fill:#005046;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 393.9375,379.71875 C 388.25824,380.26981 389.14381,388.33716 390.78125,392.0625 C 394.10989,396.26101 401.18248,392.91248 400.84375,387.6875 C 402.53554,382.50104 399.04845,379.29048 393.9375,379.71875 z "
id="16155-23" />
<path
style="fill:#00dc00;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 387.0625,344.4375 C 383.80831,346.98955 382.79646,353.53101 377.53125,351.875 C 373.17847,352.39081 369.8047,355.40069 365.46875,356.09375 C 361.07887,359.83484 367.66194,363.83088 370.65625,365.59375 C 374.73405,366.42945 375.85653,370.50067 379.59375,372.125 C 384.4659,374.04269 386.54461,379.7387 392.0625,380.90625 C 395.6289,382.28705 398.45244,378.77037 401.65625,377.84375 C 404.52805,373.79785 405.79812,366.83107 401.21875,363.53125 C 400.44416,358.14795 399.3235,352.41753 395.25,348.3125 C 393.28413,346.13854 390.08283,343.10308 387.0625,344.4375 z "
id="15988-23" />
<path
style="fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 361.9375,358.4375 C 358.34525,363.02983 358.06037,370.66828 363.1875,374.40625 C 365.38662,377.69709 369.1804,377.82137 371.90625,380.09375 C 376.64756,381.55196 385.03831,381.72039 386.46875,375.75 C 386.12102,369.90678 378.19854,370.32102 376.28125,365.59375 C 372.25783,363.0875 367.86606,360.7243 363.75,358.15625 C 363.1568,358.29564 362.22568,357.02913 361.9375,358.4375 z "
id="16521-23" />
<path
style="fill:#00fa0a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 364,341.53125 C 357.79623,343.33167 356.51537,351.5513 356.84375,357.09375 C 358.53139,360.76453 364.39909,362.25052 366.75,358.5 C 370.11844,357.56539 373.48607,356.28864 376.28125,354.34375 C 380.39889,355.74588 384.4905,353.61278 386.27251,349.62647 C 392.3156,343.99469 389.04246,342.78035 382.1875,343.0625 C 379.84413,342.57504 377.83462,340.59784 375.15625,342.28125 C 372.34307,343.91441 368.98992,344.65103 366.65625,341.96875 C 365.85532,341.56313 364.8896,341.3451 364,341.53125 z "
id="16016-23" />
</g>
<path
style="fill:#00aad2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 261,337.25 C 257.80607,338.78194 256.55154,342.9887 252.65625,343.53125 C 248.35971,346.59781 248.12501,353.68606 250.28125,358.09375 C 253.97009,362.83172 258.84061,356.64919 260.875,353.375 C 262.8432,350.01745 263.45074,346.41418 265,343.0625 C 265.00502,340.72279 264.19767,336.64452 261,337.25 z "
id="16522-23" />
<path
style="fill:#0096c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 291.125,330.09375 C 286.46386,329.5149 286.34844,334.97507 284.6875,337.5 C 280.48023,337.30558 274.65493,343.71155 279.78125,346.59375 C 281.88563,348.62253 287.97417,347.84951 285.29443,352.36118 C 284.68372,357.25376 281.07131,367.78566 287.69352,359.08462 C 291.55894,355.16593 295.43626,350.22364 301.6875,351.65625 C 305.84151,352.17337 307.38528,347.38663 305.0625,344.5 C 302.76005,340.95608 302.18866,336.80605 300.65625,333.125 C 298.39626,330.33728 294.46769,329.95908 291.125,330.09375 z "
id="path1992" />
<path
style="fill:#006464;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 275.875,335.53125 C 271.64545,337.23248 266.74584,336.18443 262.6875,337.96875 C 260.47924,340.20523 263.66628,343.55374 260.90625,345.65625 C 259.06483,348.91607 259.22112,354.59313 264.09375,354.59375 C 266.79198,355.62682 269.46746,354.37323 271.375,353.0625 C 274.31615,353.74737 276.3868,350.43374 274.34375,348.28125 C 275.35838,344.14074 280.52054,340.69822 279.09375,336.15625 C 278.1482,335.47659 276.9986,335.34045 275.875,335.53125 z "
id="16238-23" />
<path
style="fill:#006e64;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 344.09375,335.6875 C 340.0412,338.21692 341.61138,344.5612 338.375,348.0625 C 335.90868,351.5187 339.85746,354.4199 343.28125,353.53125 C 349.1146,352.79413 357.48535,353.63523 360.625,347.59375 C 360.56895,343.4371 354.51398,342.94365 352.3125,340 C 349.75619,338.51135 347.21039,335.60657 344.09375,335.6875 z "
id="16239-23" />
<path
style="fill:#00dc6e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 332.4375,330.1875 C 326.81267,330.73027 320.49798,333.25729 316.71875,337.5625 C 315.80148,342.01775 321.19701,343.6927 324.5,344.59375 C 326.40433,348.56305 331.64224,347.56541 333.84375,351.125 C 336.26801,354.50804 340.96348,352.32554 341.40625,348.5625 C 342.54775,344.19099 346.71209,338.50466 343.375,334.3125 C 339.52305,333.35619 336.94785,329.53792 332.4375,330.1875 z "
id="16275-23" />
<path
style="fill:#00bebe;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 301.03125,319.09375 C 295.64747,320.16294 292.07347,328.60979 295.875,332.8125 C 297.2977,333.89578 299.83915,333.96778 298.8125,336.28125 C 300.08244,340.97074 302.51414,345.38923 304.3125,349.90625 C 307.30472,353.67662 311.3283,348.806 312.09375,345.75 C 313.71621,343.21527 317.49828,342.43009 317.875,338.875 C 319.19465,335.53444 315.16618,335.5645 313.75,334.15625 C 311.48162,328.43077 307.81356,322.40495 302.5,319.15625 C 302.01505,319.06375 301.52231,319.02125 301.03125,319.09375 z "
id="16474-23" />
<path
id="16077-23"
d="M 248.20298,346.28006 C 245.35398,345.64225 243.68311,343.5916 242.9816,339.87189 C 242.63848,338.05247 241.67476,335.77635 240.84001,334.81385 C 239.42808,333.18584 239.60152,333.06385 243.32805,333.06385 C 249.87416,333.06385 258.5244,336.85482 258.60084,339.75715 C 258.64521,341.44232 254.67692,344.01822 253.01746,343.38142 C 252.20484,343.06959 251.63226,343.48973 251.63226,344.39784 C 251.63226,346.32035 250.69088,346.83704 248.20298,346.28006 z "
style="fill:#005a28;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path1982" />
<path
style="fill:#0096b4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 363.78125,315.84375 C 361.18344,318.61527 359.34263,322.35736 358.25,325.6875 C 355.63048,327.98597 352.02711,324.17681 349.75,327.46875 C 346.70843,330.39051 342.21166,336.06843 347.3125,339.21875 C 351.35123,341.94717 355.34368,347.46471 360.625,346.8125 C 366.65883,344.28519 362.82057,336.4263 366.65625,332.40625 C 368.853,327.61039 372.28939,321.23406 367.55663,316.73567 C 365.93115,314.4547 365.62989,312.09238 363.78125,315.84375 z "
id="path1980" />
<path
sodipodi:type="inkscape:offset"
inkscape:radius="0"
inkscape:original="M 371.5625 323.09375 C 369.99981 323.0105 368.82257 324.38709 368.65625 325.84375 C 367.23353 330.16744 364.39764 333.98439 363.75 338.5625 C 363.70601 339.72997 363.29653 341.61629 364.8125 342 C 366.33159 342.15323 367.45252 343.23534 368.34375 344.375 C 369.1947 345.31225 370.51438 344.82264 371.53125 344.5 C 373.69032 343.59881 376.111 343.07597 377.84375 341.40625 C 379.1492 340.51931 378.54541 338.75993 377.15625 338.375 C 375.70159 337.68356 376.01877 335.65668 376.25 334.34375 C 376.69009 332.5732 376.25904 328.94563 377.3125 328.53125 C 377.90356 329.07953 378.85651 328.98103 379.03125 330 C 379.22059 331.10414 381.29158 331.57816 381.6875 332.125 C 382.33839 333.21205 382.74428 337.221 384.15625 337.0625 C 385.6331 336.67293 387.41039 334.74438 387.625 333.46875 C 387.85706 331.89769 386.85298 330.79491 385.8125 330 C 384.90532 329.36935 385.81159 330.14618 384.125 329 C 382.58721 327.95492 378.74817 326.77379 377.375 326.40625 C 377.0659 325.86254 376.70025 325.24806 376.625 324.9375 C 375.81455 323.42269 376.15613 323.42437 374.34375 323.25 C 373.42877 323.09425 372.48769 323.08727 371.5625 323.09375 z "
xlink:href="#path1978"
style="fill:#8a8a8a;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3885"
inkscape:href="#path1978"
d="M 371.5625,323.09375 C 369.99981,323.0105 368.82257,324.38709 368.65625,325.84375 C 367.23353,330.16744 364.39764,333.98439 363.75,338.5625 C 363.70601,339.72997 363.29653,341.61629 364.8125,342 C 366.33159,342.15323 367.45252,343.23534 368.34375,344.375 C 369.1947,345.31225 370.51438,344.82264 371.53125,344.5 C 373.69032,343.59881 376.111,343.07597 377.84375,341.40625 C 379.1492,340.51931 378.54541,338.75993 377.15625,338.375 C 375.70159,337.68356 376.01877,335.65668 376.25,334.34375 C 376.69009,332.5732 376.25904,328.94563 377.3125,328.53125 C 377.90356,329.07953 378.85651,328.98103 379.03125,330 C 379.22059,331.10414 381.29158,331.57816 381.6875,332.125 C 382.33839,333.21205 382.74428,337.221 384.15625,337.0625 C 385.6331,336.67293 387.41039,334.74438 387.625,333.46875 C 387.85706,331.89769 386.85298,330.79491 385.8125,330 C 384.90532,329.36935 385.81159,330.14618 384.125,329 C 382.58721,327.95492 378.74817,326.77379 377.375,326.40625 C 377.0659,325.86254 376.70025,325.24806 376.625,324.9375 C 375.81455,323.42269 376.15613,323.42437 374.34375,323.25 C 373.42877,323.09425 372.48769,323.08727 371.5625,323.09375 z " />
<path
style="fill:#003214;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 370.78125,321.125 C 365.81098,322.20137 366.45333,328.76458 363.71875,332.0625 C 361.78065,335.84222 359.59165,343.37531 365.59375,344.40625 C 368.80362,349.26123 375.05469,345.64131 378.75,343.28125 C 381.82393,341.56492 380.30409,337.50654 378.0625,336.125 C 378.46494,334.54087 377.73266,331.09112 380.09375,333.4375 C 379.93241,337.54481 384.50351,341.26259 387.53125,337.25 C 391.70383,334.14284 388.93841,328.36884 384.71875,327.03125 C 381.87836,325.38409 378.2623,325.40346 377.0625,322 C 375.26831,320.87919 372.84629,321.15585 370.78125,321.125 z "
id="16023-23" />
<path
style="fill:#00d232;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 272.84375,322.09375 C 268.63569,321.19123 262.71228,326.38821 265.96875,330.34375 C 269.98033,332.1681 272.53856,335.88454 276.3125,337.90625 C 277.27078,338.88128 276.59887,343.04438 279.96875,341.84375 C 286.07108,341.11425 291.53256,334.40277 287.90625,328.53125 C 286.10311,325.19103 281.94838,325.04986 279.5625,322.65625 C 277.40127,322.00945 275.08855,322.04802 272.84375,322.09375 z "
id="16114-23" />
<path
style="fill:#0046c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 242.0625,303.15625 C 238.43692,304.49824 240.6885,310.22989 238.5,311.84375 C 233.94263,311.73105 232.90658,316.73009 229.9375,319 C 224.98382,325.55064 224.03631,334.09044 224.625,342.09375 C 229.28789,339.57886 232.71884,335.69705 235.78125,331.625 C 240.37255,329.18364 244.02319,325.6281 248.6875,323.40625 C 250.84215,320.7932 246.3368,319.49377 247.78125,316.65625 C 248.60838,313.01844 248.31759,308.89905 245.625,306.375 C 245.71731,304.5466 243.95203,302.56996 242.0625,303.15625 z "
id="16487-23" />
<path
style="fill:#0028dc;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 252.9375,320.1875 C 247.60355,321.09605 238.03952,323.6221 240.1875,330.84375 C 242.75887,335.71096 249.51962,333.37763 253.59375,336.28125 C 259.60153,340.45994 268.38085,341.63815 274.90625,338.09375 C 277.83236,335.58806 274.36871,332.4088 272.0625,331.53125 C 267.06086,327.45079 260.74655,325.13574 256,320.65625 C 255.05182,320.182 253.9811,320.07713 252.9375,320.1875 z "
id="16536-23" />
<path
style="fill:#006432;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 308.5625,290.4375 C 304.6256,290.01624 302.3419,294.47307 305.375,297.1875 C 306.70587,300.42701 311.40565,300.75634 312.46875,303.34375 C 309.00033,303.93232 308.88745,308.23349 307.15625,310.0625 C 302.0469,310.99411 303.6107,318.05486 304.25,321.75 C 306.16558,326.97712 310.29884,331.11226 311.5625,336.46875 C 315.18608,339.63419 323.82656,338.15179 324.40625,332.75 C 322.89701,329.61616 327.53783,329.76015 328.4375,327.21875 C 332.98971,321.05512 330.61296,313.12918 330.09375,306.21875 C 328.71323,301.41742 324.31456,298.26689 319.59375,297.5 C 316.51993,296.27011 314.99899,293.44469 313.28125,291.09375 C 311.79813,290.36767 310.19356,290.33645 308.5625,290.4375 z "
id="16103-23" />
<path
style="fill:#008c00;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 330.75,313.1875 C 326.92437,315.72316 329.69538,321.84461 326.59375,325.1875 C 325.03133,327.97058 319.33388,330.46229 322.625,334.21875 C 325.72393,337.05908 327.72348,331.64066 331.09375,333 C 336.62644,331.73905 340.17145,338.22945 345.46875,336.65625 C 348.42405,334.97436 348.82648,330.96973 351.84375,329.09375 C 354.40216,324.19973 347.27294,323.72195 344.53125,322.03125 C 339.53956,320.02868 336.05857,313.64269 330.75,313.1875 z "
id="15980-23" />
<path
style="fill:#00641e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 221.25,305.09375 C 215.81138,306.68595 219.42572,314.03189 218.53125,318 C 218.73087,321.54189 210.90273,323.3957 215.8289,326.2728 C 218.75905,328.26979 222.09994,334.97682 226.21875,332.21875 C 229.55333,326.86904 230.25984,319.61088 236.72608,316.56595 C 235.68689,314.62021 231.96812,313.04272 231.6875,309.96875 C 228.99879,307.30023 225.14299,304.97225 221.25,305.09375 z "
id="16053-23" />
<path
style="fill:#0082be;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 289.78125,311.5 C 283.009,312.98389 274.85036,314.48682 270.75,320.625 C 270.31492,326.25137 278.2944,323.49735 280.8125,326.8125 C 285.43358,328.15346 288.32562,334.7527 293.8125,332.78125 C 298.93834,331.09096 295.88551,324.0987 300.46875,321.875 C 303.62844,319.98812 302.8619,315.70987 299.46875,314.65625 C 296.50263,313.10263 293.23347,311.37622 289.78125,311.5 z "
id="16468-23" />
<path
style="fill:#008232;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 275.1875,312.65625 C 271.87878,314.12187 268.46573,314.99945 264.875,314.375 C 262.58333,314.32618 263.19174,317.72467 262.125,318.03125 C 259.85371,315.31373 255.94586,316.86043 255.40625,320.25 C 254.91728,324.85567 260.40674,328.35063 264.46875,328.9375 C 267.86318,328.86267 268.50754,324.44012 271.9375,324.46875 C 274.13109,322.804 273.13778,319.35059 276.5625,318.78125 C 280.31498,317.18279 279.7091,311.98266 275.1875,312.65625 z "
id="16106-23" />
<path
style="fill:#008c32;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 343.21875,288.90625 C 340.61854,293.44035 333.02107,293.71691 330.21875,298.6875 C 328.90624,303.68623 326.45656,309.64697 328.5,314.75 C 331.36774,316.49928 334.89426,317.32923 337.25,320.125 C 343.2656,324.40333 350.62829,329.63722 358.375,328.3125 C 362.56665,326.36996 362.01603,320.52361 365.53125,317.6875 C 368.9761,312.13471 361.96869,308.0098 358.125,305.53125 C 351.56953,301.71245 350.10778,293.36035 344.53125,288.8125 C 344.10213,288.89645 343.62873,288.69185 343.21875,288.90625 z "
id="16107-23" />
<path
style="fill:#00dc46;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 205.15625,302.875 C 198.83494,301.8041 198.06472,309.32415 198.46875,313.875 C 198.24737,319.32422 203.29159,322.64226 208.34375,322.625 C 212.35922,323.2581 219.31425,326.06981 220.84375,320.21875 C 223.5094,313.05412 219.83045,301.89995 210.71875,302.84375 C 208.86565,302.83105 207.00677,302.74111 205.15625,302.875 z "
id="16175-23" />
<path
style="fill:#000ab4;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 256.625,294.25 C 254.79313,297.57851 251.69789,298.32892 248.34375,297.3125 C 242.53884,296.72336 239.90868,304.12658 243.625,308.09375 C 248.24061,311.63232 241.46613,319.43497 247.40625,322.21875 C 252.6063,324.7104 259.40576,322.04628 260.25,316.09375 C 262.15083,308.24738 263.06093,299.41639 258.75,292.125 C 258.04167,292.83333 257.33333,293.54167 256.625,294.25 z "
id="16431-23" />
<path
style="fill:#00466e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 291.46875,299.46875 C 285.96175,300.21079 285.48244,307.4982 284.25,311.8125 C 284.66949,317.11311 291.29139,312.77824 294.25,315.15625 C 298.11025,315.89486 300.22421,318.78445 302.09375,321.6875 C 307.07963,323.42059 306.6495,316.02395 306.78125,313.0625 C 311.25765,313.30429 311.54037,307.68788 308.4375,305.5625 C 306.16963,303.26105 303.20713,302.50468 300.625,300.78125 C 297.71142,299.75375 294.56115,299.31726 291.46875,299.46875 z "
id="16260-23" />
<path
style="fill:#006450;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 260.03125,296.4375 C 257.33414,298.87578 260.00674,303.44357 258.78125,306.8125 C 258.80971,311.28305 256.24888,320.06887 262.8125,321 C 266.31339,321.03716 264.37743,316.39727 267.40625,316.03125 C 271.08662,312.35016 271.86674,306.58361 273.21875,301.8125 C 270.72044,297.80593 264.98596,297.71397 260.9375,296.21875 L 260.46875,296.21875 L 260.03125,296.4375 z "
id="16188-23" />
<path
style="fill:#006400;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 282.125,288.65625 C 277.63553,291.20537 277.30315,297.04443 273.1875,300.0625 C 269.78225,304.7437 266.64864,310.2807 266.65625,316.21875 C 269.26063,319.54539 273.34865,315.99242 275.78125,314.53125 C 280.65173,318.53252 287.19655,314.00111 287.90625,308.5 C 288.82493,305.59601 288.605,302.65384 290.25,300.1875 C 290.84519,297.1592 287.65849,296.01049 286.4375,294.25 C 285.84831,292.01963 285.73003,287.30784 282.125,288.65625 z "
id="15976-23" />
<path
style="fill:#00a078;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 236,304.65625 C 232.19176,304.10135 227.58415,306.79904 229.375,311.15625 C 230.01663,314.54602 233.79977,317.95122 236.84375,315.125 C 241.97798,315.63026 244.76209,307.68501 240.625,305 C 239.16624,304.42563 237.53669,304.64287 236,304.65625 z "
id="16294-23" />
<path
style="fill:#00dc1e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 235.1875,292.65625 C 228.01559,294.18073 225.1537,302.49082 219.15625,306.125 C 223.60837,307.76055 228.65004,312.27799 232.875,307.78125 C 235.91615,306.78698 239.86343,308.67719 242.125,305.40625 C 248.1967,300.43939 241.32025,292.20931 235.1875,292.65625 z "
id="16065-23" />
<path
style="fill:#00968c;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 288.65625,268.53125 C 282.52348,270.25914 285.65791,278.34524 284.9375,282.875 C 284.08252,285.26489 282.07492,287.64528 282.875,290.6875 C 282.96326,293.80153 284.10405,297.35259 287.125,298.46875 C 287.60927,301.6797 291.02826,302.10383 293.40625,301.9375 C 295.71082,303.62405 299.20072,301.22467 301.21875,304.03125 C 303.75146,305.54437 306.22021,306.66982 308.34375,308.6875 C 311.17993,309.08788 311.37587,305.30509 314.1875,305.53125 C 317.01504,302.17407 312.19772,298.4755 309.125,297.5625 C 306.31434,295.7474 307.0582,292.94774 306.1875,290.4375 C 302.08023,286.60614 297.36659,282.51535 296.84375,276.4375 C 297.14159,270.94342 294.95363,268.00378 288.65625,268.53125 z "
id="16343-23" />
<path
style="fill:#006e00;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 220.75,280.09375 C 215.52836,279.58838 216.54158,286.03104 217.81042,289.13579 C 217.60888,292.76971 220.96857,296.73741 219.53125,300.0625 C 217.21662,301.77339 213.16288,307.27957 218.34375,308.03125 C 225.66792,307.57748 228.39517,298.28692 234.1875,295.3125 C 238.22341,296.933 241.74402,292.48959 239.1875,289 C 237.91391,284.23031 232.74268,284.41493 229.65625,281.625 C 226.9891,280.04132 223.79973,279.94391 220.75,280.09375 z "
id="15977-23" />
<path
style="fill:#0046dc;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 211.15625,277.25 C 204.67031,277.01238 201.58747,283.32147 199.7834,288.57848 C 199.02505,292.1493 197.1651,293.77113 193.75,291.34375 C 189.93877,289.032 186.07342,292.89439 186.9375,296.84375 C 187.31251,301.07029 188.56653,307.96746 194.3125,307.0625 C 198.56109,306.6043 202.41763,304.7011 206.9061,305.54849 C 212.12577,305.63861 221.39277,306.7437 222.15625,299.46875 C 222.56386,293.18986 219.63848,287.50147 219.15625,281.40625 C 217.96763,278.14995 214.38355,276.89558 211.15625,277.25 z "
id="16539-23" />
<path
style="fill:#002814;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 327.84375,274.46875 C 323.90841,277.26625 320.43506,282.31934 315.1875,281.6875 C 309.78182,283.30254 308.87092,290.41734 312.1875,294.1875 C 314.94276,298.71871 319.76697,301.04335 324.75,302 C 327.26116,302.72873 327.59063,308.2634 330.78125,305 C 333.05288,302.63225 331.46046,298.23582 335.4375,297.4375 C 338.54948,295.44835 346.11459,293.54546 344.03125,288.5 C 342.50752,286.53846 339.52907,286.71392 338.75,283.9375 C 335.72359,280.25115 332.53646,276.75785 329.3125,273.21875 L 328.55096,273.86687 L 327.84375,274.46875 z "
id="16022-23" />
<path
style="fill:#0064d2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 270.875,285.5625 C 266.70613,286.64212 263.69929,289.70995 260.3125,292.09375 C 256.97368,293.96113 256.8308,298.91046 261.28125,299.15625 C 266.1038,299.49756 272.52366,305.9474 275.95974,300.85165 C 279.87338,298.04904 280.83161,292.04834 276.78125,288.90625 C 275.19188,287.32854 273.37675,285.26692 270.875,285.5625 z "
id="16515-23" />
<path
style="fill:#009646;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 284.53125,270.46875 C 282.34817,272.55885 279.4842,273.08477 276.71875,274.03125 C 273.21887,277.09343 269.23217,282.81924 271.9375,287.4375 C 274.5507,289.53702 277.51453,296.08304 280.375,293.5 C 283.04782,291.74516 284.82175,288.69292 286.09375,286.1875 C 290.22269,283.85397 286.09808,278.66487 287.625,275.0625 C 287.89957,272.99036 287.47855,269.51478 284.53125,270.46875 z "
id="16168-23" />
<path
style="fill:#00501e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 305.40625,265.375 C 301.8113,266.08827 299.64696,269.63649 297.5625,272.0625 C 292.92224,271.47757 293.25567,277.23448 294.97248,279.97993 C 296.85276,286.7122 303.48608,293.32213 310.78125,292.6875 C 315.75394,290.52081 311.02769,285.09832 311.46875,281.53125 C 310.64057,276.44391 312.83749,266.28606 305.40625,265.375 z "
id="16051-23" />
<path
style="fill:#00dc5a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 326.8125,261.09375 C 320.21666,261.70044 316.53997,268.09871 313.875,273.21875 C 311.3704,276.66755 306.11512,282.44299 310.0625,286.40625 C 313.32312,287.01139 315.80916,283.35274 319.3125,283.75 C 323.45776,281.94383 329.57102,278.43409 328.78125,273.21875 C 327.29345,271.31349 326.54513,266.79634 330.375,267.90625 C 335.51802,267.4932 333.71226,260.04433 328.96875,261.09375 C 328.25108,261.07597 327.52942,261.02455 326.8125,261.09375 z "
id="16225-23" />
<path
style="fill:#00c878;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 309.96875,249.21875 C 303.73144,249.5603 303.78228,257.70479 304.34375,262.3125 C 306.74896,268.74714 309.9946,275.13196 308.625,282.34375 C 309.238,285.25679 314.12469,276.4037 316.46875,274.125 C 318.85805,269.20014 322.37181,263.31286 328.81003,263.80475 C 336.1495,263.68747 342.07771,263.26341 332.21879,259.3283 C 327.96996,258.33173 326.96369,254.29739 324.65625,251.40625 C 322.18245,248.32787 318.20948,249.57211 315.9375,251.96875 C 314.78606,249.75493 312.38112,248.89144 309.96875,249.21875 z "
id="16298-23" />
<path
style="fill:#000a0a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 292.71875,242.21875 C 290.26336,242.90103 291.35131,246.32339 288.4375,246.375 C 282.1257,249.57355 279.60141,256.39316 278.4375,262.90625 C 277.36525,266.66605 274.35912,273.66767 279.1875,275.84375 C 283.51468,276.32222 286.29444,270.58517 290.21875,270.75 C 292.64925,273.42517 297.5263,271.47277 296.09375,267.71875 C 293.29572,262.86456 298.10342,258.3869 298.03125,253.375 C 298.73314,249.15363 298.8394,241.76378 292.71875,242.21875 z "
id="15992-23" />
<path
style="fill:#00c86e;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 300.40625,244.4375 C 293.67989,245.72049 295.97168,254.60432 293.84375,259.28125 C 291.29849,263.98999 292.99437,270.04094 295.5,274.34375 C 299.94921,277.19347 300.75759,270.36236 303.96875,269.03125 C 309.84242,265.21574 305.27609,256.54534 308.625,251.65625 C 311.26645,253.12672 315.74054,251.13662 312.84375,248.25 C 309.18869,246.14153 304.69481,244.42559 300.40625,244.4375 z "
id="16273-23" />
<path
style="fill:#008cd2;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 298.1875,236.09375 C 292.39389,236.03103 291.12106,243.75738 295.75,246.46875 C 298.67391,249.03672 302.38174,244.92461 305.1875,247.84375 C 308.84622,248.91878 312.34497,250.36478 314.34375,253.875 C 318.50472,256.61915 323.01747,249.01196 318.40625,246.53125 C 313.68066,242.75888 307.87845,240.37722 303.03125,236.8125 C 301.50282,236.21503 299.8245,235.97468 298.1875,236.09375 z "
id="16519-23" />
</g>
</g>
</svg>
/tags/2014-08-05_centre/cartographie/isere_640x644.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/cartographie/isere_640x644.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/cartographie/isere_nb.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/cartographie/isere_nb.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/cartographie/Communes.ods
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/cartographie/Communes.ods
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/cartographie/isere_640x644_fond.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/cartographie/isere_640x644_fond.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/cartographie/isere_dilate_contour.svg
New file
0,0 → 1,2242
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="640"
height="644.07104"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.45"
sodipodi:docbase="/home/jpm/Tela_Botanica/Projets Externes/Gentiana/Carte Isère"
sodipodi:docname="isere_dilate_contour.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.0"
sodipodi:modified="true">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.87422374"
inkscape:cx="372.04724"
inkscape:cy="221.10241"
inkscape:document-units="px"
inkscape:current-layer="layer1"
inkscape:window-width="1347"
inkscape:window-height="954"
inkscape:window-x="0"
inkscape:window-y="25"
width="744.09449px"
height="1052.3622px" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(7.3894825e-2,11.934951)">
<g
id="g4764"
style="stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
transform="matrix(1.0098281,0,0,1.0098339,-73.9265,-250.06808)">
<path
style="fill:#008cc8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 502.09375,832.09375 C 499.38509,832.68348 497.80777,834.87711 495.0625,835.75 C 487.32563,840.12082 476.6473,835.00695 469.15625,840.25 C 466.77547,841.91003 469.09077,846.26764 465.375,846.15625 C 462.65235,847.68 460.48639,850.19052 456.9375,848.3125 C 453.2419,846.87211 450.63358,850.9386 452.875,854.03125 C 453.97948,856.22807 456.01851,857.41865 456.3125,859.96875 C 458.25239,863.86848 462.67377,868.11006 467.125,865.53125 C 469.87432,869.71026 474.20938,875.0076 479.9375,872.875 C 486.44835,871.56226 493.70149,869.30327 498.15625,864.5 C 502.82879,862.16347 500.47791,855.53456 503.78125,851.96875 C 506.07829,848.1203 504.86739,842.98426 506.4375,839.1875 C 509.66898,836.45129 505.57182,831.43519 502.09375,832.09375 z "
id="16494-23" />
<path
style="fill:#002850;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 455.96875,825.1875 C 451.55656,826.49106 450.39125,832.2144 446.3125,834.34375 C 441.23249,839.06566 437.85584,845.74265 436.09375,852.21875 C 433.18286,854.04303 430.73407,859.78045 435.46875,860.9375 C 438.97585,862.07607 440.62099,857.51759 444.09375,859.34375 C 446.80139,859.84639 448.65793,863.44152 451.875,861.625 C 458.47403,859.23074 453.06432,850.24575 455.4375,845.59375 C 458.50439,842.15605 459.29823,837.20742 461.0625,833.03125 C 461.86053,829.87669 459.73827,824.96333 455.96875,825.1875 z "
id="16182-23" />
<path
style="fill:#00f0a0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 451.375,823.15625 C 446.18895,824.36932 442.49601,828.83 437.53125,830.6875 C 432.36525,834.54712 429.09943,840.56391 425.15625,845.59375 C 423.28105,850.08949 428.38969,852.88253 429.875,856.46875 C 434.3199,859.34248 439.82129,853.61656 439.90625,849.09375 C 442.47815,840.34733 450.48069,834.98406 455.40625,827.78125 C 456.40342,825.13266 454.06369,822.68703 451.375,823.15625 z "
id="16404-23" />
<path
style="fill:#00d278;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 450.25,807.625 C 442.29002,811.05669 444.79275,824.25446 452.8125,826.0625 C 456.41468,827.02795 460.29261,830.39874 457.84375,834.34375 C 455.72884,838.12578 455.42687,842.72907 452.0625,845.65625 C 450.01537,851.23007 458.65458,852.57437 462.3125,851.5 C 464.60832,848.30612 470.7415,848.8033 470.625,843.84375 C 470.63952,840.73706 474.20516,840.55477 476.46875,840.65625 C 479.60749,837.05118 473.53645,833.83017 471.25,831.5 C 467.39792,829.58705 462.53426,827.50585 461.9375,822.65625 C 458.92908,817.44227 456.46437,810.57853 451.0625,807.59375 C 450.79213,807.60832 450.51694,807.56312 450.25,807.625 z "
id="16299-23" />
<path
style="fill:#000a78;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 443.09375,801.375 C 439.43666,802.43761 441.85714,807.63998 437.9375,808.84375 C 433.28086,810.7231 428.87297,812.93798 425.40625,816.59375 C 421.6898,816.94753 418.69139,820.66516 420.59375,824.40625 C 421.85276,826.2269 420.33943,830.63078 417.875,828.65625 C 413.08057,827.06032 404.48776,830.91189 408.0625,836.78125 C 409.24232,839.89503 412.78832,840.53446 415.1875,841.5625 C 416.71171,845.49684 423.30976,847.25657 426.34375,844.75 C 428.91625,839.13429 423.23131,830.20652 430.5625,827.0625 C 434.06496,826.38185 434.84897,821.96415 438.5625,821.3125 C 441.98482,819.21331 444.17701,815.96623 447.59375,813.78125 C 449.97879,811.74662 451.88469,807.30321 448.28125,805.71875 C 447.36044,803.6684 445.78416,800.8602 443.09375,801.375 z "
id="16279-23" />
<path
style="fill:#00b45a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 444.3125,813.75 C 440.45136,814.42428 439.46365,818.925 435.65625,819.84375 C 433.10569,821.28957 432.60809,824.42974 429.3125,824.6875 C 422.05903,828.49465 422.72436,838.70729 425.5625,845.03125 C 429.96637,847.29237 431.78693,839.66798 434.375,837.40625 C 437.76493,831.01654 447.68475,831.10983 450.0625,824.09375 C 449.3905,820.4857 448.89476,814.59875 444.59375,813.71875 L 444.4375,813.71875 L 444.3125,813.75 z "
id="16221-23" />
<path
style="fill:#00f06e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 527.5,799.65625 C 522.78953,800.05829 517.88803,803.39352 518.6875,808.6875 C 519.37837,813.17785 518.36392,816.42214 513.40625,817.21875 C 507.54351,819.25343 505.3316,825.7323 505.3125,831.09375 C 501.72215,835.47609 507.1538,841.97958 512.21875,841.8125 C 516.81993,842.53208 521.42391,842.8931 525.46875,845.03125 C 531.47891,844.73646 526.47458,837.6576 527.625,834.625 C 532.48394,829.8386 540.17901,826.90507 542.625,820.25 C 541.59133,816.37337 539.17554,812.7732 539.5,808.4375 C 538.30146,803.58169 531.75868,804.10113 529.625,800 C 528.983,799.64235 528.21936,799.56212 527.5,799.65625 z "
id="16277-23" />
<path
style="fill:#00a08c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 499.3125,810.90625 C 493.22205,814.77857 485.74132,812.74568 479.03125,812.53125 C 475.08431,812.56588 470.94429,814.3642 470,818.40625 C 467.99375,821.54963 464.29359,823.4457 461.46875,825.5 C 460.92033,829.95573 466.41562,832.25312 469.875,833.59375 C 474.10916,838.82546 480.68202,841.2362 487.34375,840.5 C 492.37214,840.66996 496.7547,837.91493 500.96875,835.90625 C 502.53492,834.22044 507.69338,835.35344 507.21875,831.3125 C 506.56487,824.50268 505.87118,816.54725 501.1875,811.28125 C 500.66663,810.87926 499.94632,810.82804 499.3125,810.90625 z "
id="16344-23" />
<path
style="fill:#00a05a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 546.375,819.53125 C 538.30432,819.93175 533.88089,827.71396 527.3125,831.5 C 523.77535,833.37354 523.25572,842.372 528.5,840.15625 C 529.75409,839.31383 532.04471,839.55899 533.21875,838.09375 C 536.01632,837.6947 536.79359,842.41252 540.15625,840.84375 C 543.01247,840.00904 543.8038,836.3445 547.125,836.53125 C 548.99311,834.43882 553.86148,834.41039 552.96875,830.1875 C 551.7483,827.26183 550.41434,824.44329 550.25,821.15625 C 549.55105,819.66997 547.86559,819.35646 546.375,819.53125 z "
id="16219-23" />
<path
style="fill:#001e28;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 386.34375,787.6875 C 378.60623,790.28121 373.43236,797.85157 372.21875,805.59375 C 370.18378,807.13037 367.11955,808.68713 367.90625,811.8125 C 365.58313,813.86878 367.18265,818.87894 363.15625,818.875 C 359.33523,821.23617 361.04282,828.40317 365.9375,827.75 C 368.5536,827.57118 370.13392,827.94302 370.15625,830.6875 C 372.5503,833.93023 377.35511,831.92829 380.25,834.46875 C 385.93376,836.0725 392.45792,835.21048 397.125,839.28125 C 402.22673,840.04977 400.34306,833.32808 398.5625,830.875 C 397.94611,829.12234 394.27989,826.25697 396.0625,825.5625 C 398.21575,827.47319 400.89105,828.48245 402.0625,831.21875 C 405.38897,834.76909 410.13296,833.06962 413.875,831.40625 C 417.05953,831.11843 422.22868,832.76854 423.0625,828.25 C 423.5987,821.27509 423.33697,811.91655 415.84375,808.65625 C 413.36952,807.18664 413.76106,804.63909 415.28125,802.78125 C 414.93593,798.54759 408.97595,800.79963 406.8125,797.90625 C 403.79345,796.37718 402.24803,792.17382 398.03125,793.59375 C 391.83801,796.55057 391.82828,787.22781 386.34375,787.6875 z "
id="16071-23" />
<path
style="fill:#003c0a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 550.84375,811.375 C 546.7685,814.39371 548.30249,820.94735 548.40625,825.4375 C 548.47366,829.34449 552.8596,833.22479 555.86707,829.15615 C 559.97438,826.81897 565.62509,820.60779 560.78125,816.28125 C 557.4951,814.76088 554.87948,811.6063 551.15625,811.28125 L 550.84375,811.375 z "
id="15997-23" />
<path
style="fill:#00fa28;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 511.21875,784.8125 C 507.39783,786.45911 506.90698,791.33534 503.09375,792.71875 C 500.52279,795.99888 499.77075,800.4805 498.4375,804.15625 C 498.55029,812.82802 504.41635,819.99873 503.96875,828.78125 C 504.42597,840.1298 507.49249,830.76754 509.3125,824.875 C 510.21314,818.5643 519.89458,819.77562 521.625,815.1875 C 522.42393,811.20884 519.30944,803.51014 525.59375,803 C 529.1058,802.86104 532.26335,797.23199 527.5625,796.1875 C 524.61417,795.95519 522.95588,792.54042 519.6875,792.75 C 515.51022,791.31819 516.5352,784.17207 511.21875,784.8125 z "
id="16093-23" />
<path
style="fill:#000a5a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 480.125,793.28125 C 475.35708,794.61928 470.66836,797.06954 465.59375,797.5625 C 461.82616,799.99496 461.05909,805.34473 456.5625,807.1875 C 452.02045,808.88747 448.46387,810.06523 453.83335,814.25642 C 457.95245,817.65821 458.02602,824.03954 462.34375,826.9375 C 467.22477,826.84866 470.55093,821.43307 473.3125,817.9375 C 475.00141,814.27465 480.99354,815.51702 484.4375,815.75 C 490.39338,816.64186 498.8172,816.4897 502.0625,810.59375 C 502.18233,807.84267 498.57332,808.59116 498.125,805.90625 C 493.60074,801.37224 487.34627,798.75731 483,793.90625 C 482.14827,793.40609 481.11714,793.14471 480.125,793.28125 z "
id="16204-23" />
<path
style="fill:#005000;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 537.90625,804.65625 C 535.04343,810.67493 537.79494,820.16022 544.34375,822.625 C 547.44105,822.67952 551.67002,821.61001 551.1875,817.59375 C 551.38819,814.39555 551.43794,809.60433 547.65625,808.78125 C 545.30531,806.484 541.03887,803.13119 537.90625,804.65625 z "
id="15974-23" />
<path
style="fill:#008228;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 434.34375,790.8125 C 426.23343,793.36699 418.31252,797.72268 412.0625,803.46875 C 409.36772,808.11773 414.96795,811.30343 418.15625,813.5 C 419.61157,816.07359 420.367,820.91284 424.5,819.875 C 429.11774,818.32377 431.53195,813.2845 436.625,812.5625 C 441.7071,811.00609 446.31557,804.13556 441.75,799.78125 C 441.87372,795.97707 437.52224,794.7561 436.78125,791.46875 C 436.21748,790.81584 435.16705,790.70196 434.34375,790.8125 z "
id="16081-23" />
<path
style="fill:#001e32;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 550.78125,793.53125 C 546.31032,794.48498 543.11756,798.7286 538.12845,798.02055 C 534.90409,798.00573 527.38462,798.65008 529.59375,803.6875 C 534.24643,808.48563 542.96051,805.86191 547,811.5625 C 550.27229,813.17495 553.59296,809.66496 553.25,806.625 C 559.09272,809.13923 565.43811,800.36944 559.65625,796.46875 C 557.27567,794.36906 553.96872,793.16298 550.78125,793.53125 z "
id="16096-23" />
<path
style="fill:#001432;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 456.1875,777.28125 C 455.77565,781.71347 455.40495,786.60268 451.5625,789.375 C 450.41758,794.02416 447.25693,797.90609 445.53125,802.375 C 443.49367,809.95646 455.2557,813.76612 459.625,808.0625 C 463.32687,805.44923 467.30488,801.14292 464.375,796.4375 C 463.41535,791.81841 466.23179,786.81017 463.28125,782.375 C 461.46044,778.7182 459.01459,775.3679 456.96875,771.8125 C 456.70833,773.63542 456.44792,775.45833 456.1875,777.28125 z "
id="16095-23" />
<path
style="fill:#006e46;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 402.3125,746.25 C 391.98849,746.78448 382.70988,751.95956 372.28125,752.25 C 367.24691,752.27297 364.59077,757.11001 365.1875,761.71875 C 364.94065,769.34464 360.50282,776.85041 363.71875,784.4375 C 363.76417,792.03522 360.94668,799.24523 359.59375,806.6875 C 364.00874,809.53658 372.356,812.43064 375.03125,805.78125 C 376.10509,799.23636 379.84514,793.33285 386,790.5 C 388.56101,789.57668 387.64341,785.05552 390.6875,786.375 C 395.50777,786.26153 399.81874,783.32243 401.5625,778.96875 C 408.31022,773.05969 414.70051,764.16423 411.6875,754.65625 C 411.07339,750.46799 408.3751,745.41464 403.34375,746.21875 L 402.34421,746.24904 L 402.3125,746.25 z "
id="16164-23" />
<path
style="fill:#003cb4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 492.1875,768.40625 C 485.91779,771.9648 486.47157,780.40757 483.0625,786.03125 C 482.71988,788.85037 483.26423,791.59984 482.03125,794.21875 C 483.17318,802.16431 494.05308,802.80181 497.375,809.3125 C 501.27415,812.00734 501.81972,806.38347 501.03125,803.90625 C 503.34638,800.02999 503.1775,794.4412 507.78125,792.375 C 510.81538,789.44421 514.18122,784.15154 509.6875,780.96875 C 507.84766,776.90039 502.02736,776.53007 499.5625,772.5625 C 497.55161,770.78989 495.17613,767.72643 492.1875,768.40625 z "
id="16436-23" />
<path
style="fill:#005050;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 442.96875,767.84375 C 440.73631,769.52847 442.27862,773.19214 439.46875,774.84375 C 437.76712,777.3801 433.26598,777.14772 433.71875,781.15625 C 433.61546,787.2212 434.40223,793.93859 438.625,798.5 C 438.78597,803.3733 445.79859,806.31017 448.28125,801.3125 C 451.41039,798.0869 452.80797,793.76082 454.4375,789.90625 C 458.95565,786.98111 458.30526,780.66093 459,776 C 453.40865,775.18399 448.49558,772.28883 445.15625,767.9375 C 444.47282,767.66174 443.64946,767.39933 442.96875,767.84375 z "
id="16186-23" />
<path
style="fill:#00dcc8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 587.75,733.15625 C 583.16656,733.17791 582.51592,738.9048 578.96875,741 C 572.80931,747.96733 564.75569,755.04603 564.96875,765.21875 C 562.69686,771.27551 566.17864,775.20162 570.65625,778.84375 C 573.90222,781.19377 570.87984,785.38441 573.5625,788.25 C 574.34259,790.82079 577.31122,791.56667 578.9375,792.625 C 581.42369,796.53533 585.24756,799.42039 587.6875,803.34375 C 590.26101,805.40595 592.42011,802.62232 593.1875,800.5 C 596.54442,798.76558 598.72937,795.94077 601.875,793.90625 C 604.87758,790.54018 608.71362,787.93573 612.28125,785.59375 C 613.48802,781.95771 617.39477,779.58515 619.3125,776.375 C 622.13657,778.72404 626.14133,777.25815 628.625,779.90625 C 633.7808,781.23492 639.90579,779.89886 644.125,776.71875 C 645.54226,772.76432 639.37783,771.05389 640.59375,766.78125 C 640.40692,762.69511 636.83571,760.28702 636.25,756.28125 C 633.54283,751.62499 625.47977,755.24515 623.96875,749.625 C 620.81455,746.29759 614.83233,749.97638 611.875,746.90625 C 610.24242,743.17612 610.93967,735.80037 605.09375,736.0625 C 599.31798,734.9806 593.85837,732.30284 587.75,733.15625 z "
id="16502-23" />
<path
style="fill:#00bea0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 431.3125,781.09375 C 425.73712,781.79275 421.26726,786.67675 416.26927,787.74869 C 411.79251,785.51934 406.01727,784.58491 402.5,788.9375 C 397.86578,792.64509 401.70631,798.81562 406.0625,800.71875 C 412.40529,805.49381 419.85158,801.09875 425.40625,797.375 C 429.61303,794.77962 437.80726,794.18554 437.0625,787.5 C 437.0384,784.01303 435.47206,780.42674 431.3125,781.09375 z "
id="16397-23" />
<path
style="fill:#00beb4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 559.875,772.21875 C 554.50186,771.61527 550.87134,776.48789 551.07481,781.48959 C 551.00767,785.96295 547.96648,793.35436 553.0625,796 C 554.88063,795.90337 556.21017,798.1607 558.125,797.65625 C 558.867,802.1374 563.28957,803.95435 567.4375,802.96875 C 573.62283,803.08257 571.2583,794.15314 576.375,792.34375 C 578.50686,788.78755 573.74349,785.27961 574.96875,781.40625 C 572.93931,775.04704 566.57124,771.08586 559.875,772.21875 z "
id="16449-23" />
<path
style="fill:#004632;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 542.0625,776.78125 C 538.21112,778.08396 534.15995,777.93368 530.5625,779.5 C 528.10996,782.21549 523.47558,782.85607 522.0625,786.21875 C 523.0192,790.59466 532.46894,788.29766 530.6875,793.875 C 528.99596,796.21699 529.3242,801.71671 533.34375,800.1875 C 538.58244,798.16325 541.33299,792.63164 540.9375,787.3125 C 543.73613,785.25541 549.6402,781.77813 545.75,777.84375 C 544.83414,776.8283 543.3939,776.60201 542.0625,776.78125 z "
id="16100-23" />
<path
style="fill:#008ca0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 549.5625,778.125 C 545.40512,779.45653 542.3078,783.15848 538.875,785.6875 C 536.57357,788.3455 539.96138,792.48729 536.28125,794.5625 C 530.01244,799.79112 529.77841,802.41033 538.59375,801.0625 C 543.43728,801.27784 547.10148,797.70219 551.1875,795.84375 C 554.21255,793.32856 551.88673,789.88726 552.46875,786.90625 C 554.28692,783.46959 555.42519,777.43821 549.5625,778.125 z "
id="16392-23" />
<path
style="fill:#001ea0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 488.34375,766.09375 C 484.35704,767.09806 482.91315,771.77907 478.5625,772.40625 C 472.57961,775.4223 465.34645,774.6858 459.375,777.1875 C 457.51088,781.11215 463.16987,784.80688 462.1875,789.28125 C 461.31601,792.76722 459.67544,798.79376 464.875,799.6875 C 471.88389,799.60601 479.38187,797.29808 484.6875,792.75 C 486.31786,789.43953 485.20563,785.45649 487.625,782.375 C 488.28542,777.25666 492.06468,773.03164 492.4375,768.09375 C 492.05217,766.2327 489.9436,765.93111 488.34375,766.09375 z "
id="16381-23" />
<path
style="fill:#002882;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 523.25,786.46875 C 519.20685,786.33549 513.17685,789.80038 516.96875,794.1875 C 519.06986,796.73222 522.82082,795.36043 524.75,798.15625 C 529.76692,802.10185 535.88694,795.11555 533,790.15625 C 531.37175,786.66998 526.57674,786.36756 523.25,786.46875 z "
id="16307-23" />
<path
style="fill:#0028aa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 408.78125,763.15625 C 408.52966,771.17922 400.28331,774.81065 396.875,781.125 C 394.57801,784.24271 391.10042,783.64674 387.84375,783.4375 C 383.0723,785.52483 387.93744,790.84491 389.94463,793.21237 C 393.00015,798.93946 401.48496,797.09637 403.6875,791.84375 C 405.92418,788.19478 409.94698,787.58611 413.59375,789.75 C 420.24121,791.90597 425.36454,785.07783 430.9375,782.6875 C 429.70774,778.89774 430.83325,770.10745 424.875,770.375 C 422.46277,772.85139 419.8366,770.71756 417.96875,768.5 C 414.99532,766.77586 408.65185,754.3922 408.78125,763.15625 z "
id="16409-23" />
<path
style="fill:#00c8b4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 517.5,774.1875 C 513.47303,774.56782 506.95962,776.14235 506.75,780.84375 C 508.99697,784.63952 512.92007,787.65454 514.9375,791.1875 C 520.32765,792.24908 523.74861,786.172 528.40625,784.4375 C 533.17701,780.74346 527.73794,774.42384 523.0625,774.5 C 521.2375,774.14158 519.35908,774.08768 517.5,774.1875 z "
id="16450-23" />
<path
style="fill:#00aa82;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 421.8125,760.4375 C 414.3539,759.29766 412.67625,771.2442 419.125,773.34375 C 421.36752,774.67204 424.24268,772.79616 426.09375,773.0625 C 427.77737,776.8996 426.70505,784.54022 432.8125,784.0625 C 435.27852,784.39555 436.24239,781.74046 436.3125,780.15625 C 439.91158,779.54442 442.22977,775.40259 438.9375,772.75 C 436.11898,768.37404 430.00855,768.68989 427.78125,763.65625 C 426.42494,761.73216 424.34083,759.99837 421.8125,760.4375 z "
id="16320-23" />
<path
style="fill:#001eaa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 523.40625,768.4375 C 524.59592,771.19375 524.12632,773.58411 522.65625,775.90625 C 523.30782,778.74237 527.01522,777.25354 527.65625,780.125 C 532.37623,784.33917 539.03964,778.12496 544.0625,779.84375 C 545.94161,782.31849 548.90884,780.85194 551.125,780.5625 C 555.36568,782.15551 555.25399,776.45257 552.875,774.5 C 550.46496,771.20335 548.11723,766.83089 543.3125,767.625 C 536.90878,765.41263 529.74847,766.15648 522.9375,766.0625 C 523.09375,766.85417 523.25,767.64583 523.40625,768.4375 z "
id="16408-23" />
<path
style="fill:#00beaa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 494.03125,765.375 C 489.82647,766.1459 492.33712,770.95764 495.125,771.8125 C 499.06185,775.14871 503.57399,782.27569 509.53125,779.75 C 512.83915,779.08956 515.63669,773.75848 511.1875,772.4375 C 506.65145,772.45902 504.22645,767.66377 499.875,766.78125 C 498.00108,766.11754 496.06389,765.24226 494.03125,765.375 z "
id="16424-23" />
<path
style="fill:#00fa8c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 642.4375,689.15625 C 638.54625,691.02757 641.78862,695.2408 643.21875,697.5625 C 643.37177,700.52796 644.56119,707.10306 639.59375,706.4375 C 634.51983,707.04499 627.78112,705.77333 625.15625,711.4375 C 622.26592,713.67063 619.72792,717.19314 617.6875,719.65625 C 612.96702,721.23142 614.0262,727.7476 610.96875,731 C 611.01336,734.97907 605.65941,737.11666 607.5625,741.53125 C 608.47974,745.3412 609.31062,751.93946 614.78125,751.0625 C 617.43303,751.54845 622.49097,749.1321 622.9375,753.21875 C 625.34855,757.07297 631.75076,754.82682 634.03125,757.875 C 634.4879,761.88893 639.43207,764.63781 637.78125,768.78125 C 639.43277,774.95378 646.38911,778.1771 651.875,780.40625 C 656.58043,780.60748 662.59835,780.73516 666.125,777.21875 C 666.89678,772.32901 671.69484,769.82022 676.28125,769.6875 C 678.24551,768.97365 681.53416,765.19851 683.1875,768.09375 C 683.68205,771.06795 686.55855,772.80959 688.8125,773.53125 C 690.25477,780.16783 700.33076,782.17332 703.5,775.78125 C 705.31341,771.25268 703.83371,766.01408 703.46875,761.5625 C 706.95166,759.3187 707.90297,753.79569 704.6875,751.3125 C 706.99247,745.40737 705.82431,738.7243 704.09375,732.90625 C 705.08034,729.73704 704.90497,725.00203 700.71875,724.6875 C 697.47108,723.40679 691.44943,725.11821 691.6875,719.96875 C 690.77652,716.39049 694.16488,712.3171 690.34375,709.5 C 686.44561,707.42711 688.15544,703.47883 689,700.125 C 690.66163,696.27554 686.86052,693.55319 683.28125,694.5 C 675.52987,694.42361 668.19228,698.76851 660.6875,698.84375 C 655.1296,695.03562 649.19551,690.84933 642.75,689.0625 L 642.4375,689.15625 z "
id="16353-23" />
<path
style="fill:#00f050;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 462.84375,755.28125 C 458.96424,757.07797 457.92348,762.26794 454.28125,764.625 C 451.28738,770.21752 446.68903,762.23728 442.5625,764.78125 C 440.55399,769.53459 446.86336,772.62741 449.78125,775.34375 C 454.36928,778.37385 461.71794,780.46795 466.40625,776.8125 C 470.12402,771.22744 465.92095,764.84245 466.4375,758.875 C 466.28916,757.03393 464.95746,754.90561 462.84375,755.28125 z "
id="16202-23" />
<path
style="fill:#006e8c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 466.03125,758.125 C 461.48598,760.62526 465.5753,766.90663 464.75,770.9375 C 463.79774,774.68668 465.97453,779.21902 470.375,778.03125 C 475.16782,778.62937 477.84694,773.31046 475.5,769.4375 C 473.51487,765.53809 470.98462,761.68281 468.09375,758.4375 C 467.47728,758.08919 466.71808,757.87856 466.03125,758.125 z "
id="16339-23" />
<path
style="fill:#0082c8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 435.4375,746.65625 C 428.80977,750.15052 428.99013,759.41443 428.6875,766.03125 C 427.97698,769.6647 431.17469,771.08287 433.9375,771.65625 C 436.25655,774.06442 441.01838,779.07684 443.5625,774.0625 C 446.73721,766.23445 440.20833,759.13509 440.125,751.4375 C 439.47355,749.35128 438.06581,746.35373 435.4375,746.65625 z "
id="16493-23" />
<path
style="fill:#0082a0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 500.0625,756.15625 C 495.66013,757.00866 494.46313,762.37699 493.46875,766.09375 C 497.44749,769.63807 503.1901,770.50735 507.21875,774.125 C 512.44005,776.87905 519.43927,777.82906 524.9375,775.5625 C 528.0173,772.17776 526.79482,765.48483 521.75,765.15625 C 522.04216,760.52541 516.39368,754.93296 512.375,759.5 C 507.57005,762.5572 504.57198,755.62742 500.0625,756.15625 z "
id="16391-23" />
<path
id="16124-23"
d="M 550.77762,772.71855 C 549.30079,771.14655 548.63226,769.15165 548.63226,766.31675 C 548.63226,763.14035 548.19511,762.05985 546.72069,761.59185 C 544.22426,760.79955 542.63467,751.31045 544.77156,749.95655 C 546.87,748.62705 550.63492,748.90715 551.22179,750.43655 C 551.51151,751.19155 553.95681,753.01115 556.6558,754.48015 C 561.30087,757.00825 561.72252,757.06855 564.54799,755.60745 C 568.44488,753.59225 568.91913,753.65925 567.64244,756.04485 C 567.05933,757.13435 566.256,761.29685 565.85725,765.29485 L 565.13226,772.56385 L 560.13226,773.08165 C 557.38226,773.36645 554.63517,773.91505 554.02762,774.30085 C 553.42007,774.68655 551.95757,773.97455 550.77762,772.71855 z "
style="fill:#00283c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2918" />
<path
style="fill:#000a82;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 469.9375,753.71875 C 466.57217,753.61017 461.22705,758.9241 465.84375,760.96875 C 469.02171,761.49516 469.22232,766.13278 471.875,767.6875 C 473.48235,770.37203 473.48736,778.16151 478.34375,775.3125 C 481.68058,771.44729 479.17767,765.26465 483.65625,761.9375 C 486.243,757.37875 479.79328,755.25085 476.25,756.03125 C 473.4018,756.60037 473.01714,752.84591 469.9375,753.71875 z "
id="16304-23" />
<path
style="fill:#00a028;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 483.78125,763.28125 C 480.7015,765.37924 476.42482,769.15016 477.53125,773.3125 C 481.26437,776.58007 486.95534,771.43149 487.53125,767.40625 C 488.26189,765.08598 486.36498,762.18741 483.78125,763.28125 z "
id="16084-23" />
<path
style="fill:#00b4c8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 538.5,744.09375 C 535.66319,744.95481 534.59961,748.2551 531.34375,748.71875 C 525.75292,752.38705 518.80039,757.7753 519.125,765.125 C 521.4154,770.81993 529.37043,768.34581 534.09375,769.21875 C 538.83848,768.36575 544.01056,771.81997 548.34375,769.5625 C 551.08548,766.59315 549.37196,761.55071 545.90625,760.15625 C 544.1082,754.94922 545.44138,746.79472 539.5625,744.0625 C 539.2088,744.07854 538.85118,744.03236 538.5,744.09375 z "
id="16498-23" />
<path
style="fill:#00aa50;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 445.3125,736.9375 C 440.58959,738.47343 441.47634,745.23661 439.28125,748.90625 C 435.27996,756.97867 440.78836,766.53676 448.94897,768.99729 C 453.45218,771.92591 456.41621,765.31913 459.53125,762.9375 C 463.23976,759.81938 462.35799,754.31056 458.59375,751.625 C 453.9608,747.30734 452.63516,737.66734 445.3125,736.9375 z "
id="16195-23" />
<path
style="fill:#00be64;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 485.40625,742.09375 C 480.48198,743.97175 484.92403,750.28592 482.6875,753.875 C 481.12865,757.10051 482.47336,761.31329 478.9375,763.5 C 475.53577,766.27645 479.75639,770.87233 482.65625,767.4375 C 486.84717,764.40855 494.86404,762.16574 493.28125,755.40625 C 492.03032,752.08906 496.71861,746.01454 491.21875,745.09375 C 488.80324,745.30073 488.62831,741.16374 485.40625,742.09375 z "
id="16247-23" />
<path
style="fill:#008278;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 491.09375,760.59375 C 486.96895,759.9038 481.8973,765.53368 486.40625,768.375 C 490.41858,770.72243 498.17545,767.39364 495.875,762.15625 C 494.7164,760.68564 492.86283,760.41966 491.09375,760.59375 z "
id="16291-23" />
<path
style="fill:#0082aa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 419.375,728.46875 C 414.27812,728.995 415.57085,735.05722 417.78125,737.9375 C 419.33821,741.40363 419.12131,746.18101 414.59375,747 C 411.87404,748.14831 406.0689,748.24476 408.375,752.78125 C 409.58462,757.93318 408.98713,766.37922 415.84375,767.59375 C 418.90902,767.47623 417.57222,762.7691 421.09375,763.25 C 424.32142,762.97218 424.21213,759.60181 423.1875,757.59375 C 424.59588,754.77268 428.71908,752.47172 426.4375,748.71875 C 425.62064,745.03875 429.10156,741.43614 427.03125,737.625 C 425.50334,734.83119 425.24943,731.2455 423.09375,729 C 421.93768,728.47012 420.63375,728.28428 419.375,728.46875 z "
id="16418-23" />
<path
style="fill:#00aa5a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 426.71875,740.28125 C 422.67184,742.90822 424.51804,748.47503 424,752.34375 C 421.15852,754.16176 419.48465,758.41758 422.5,761.25 C 425.04906,764.65215 427.8128,767.99035 430.46875,771.375 C 430.82826,763.08567 434.97927,754.0901 430.78125,746.25 C 430.66504,743.77901 430.42198,739.06022 426.71875,740.28125 z "
id="16220-23" />
<path
style="fill:#00dcbe;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 493.46875,746.59375 C 488.9064,748.95008 490.61049,755.9228 491.25,760 C 491.80481,764.19008 497.61549,764.63604 498.3125,760.125 C 499.77639,755.80077 497.40011,751.34197 495.9375,747.40625 C 495.33478,746.62445 494.42485,746.35199 493.46875,746.59375 z "
id="16477-23" />
<path
style="fill:#008cbe;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 505.46875,751.5 C 501.3848,750.32377 496.25568,756.96759 501.0625,759 C 504.83889,760.75981 509.09935,765.0637 513.53125,761.8125 C 515.20083,759.64767 516.99091,760.49729 518.84375,761.65625 C 523.855,762.56713 525.92678,754.06895 520.53125,753 C 515.74845,751.37004 510.48453,751.53111 505.46875,751.5 z "
id="16469-23" />
<path
style="fill:#00f0be;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 477.53125,738.5625 C 474.44071,739.74129 469.03289,738.89112 468.875,743.625 C 469.03202,747.3897 465.87456,754.16778 470.71875,756.0625 C 472.22114,756.75151 473.28105,759.20003 475.5625,758.9375 C 480.852,760.06592 486.60294,756.3517 486.125,750.59375 C 486.59809,745.21427 484.09974,737.96495 477.53125,738.5625 z "
id="16479-23" />
<path
style="fill:#00a064;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 461.21875,713.15625 C 457.42027,715.46037 457.55928,721.14858 456.28125,724.78125 C 453.59844,726.63766 450.85405,729.11894 449.75,731.96875 C 445.82427,731.02666 440.54846,734.21474 442.6875,738.625 C 445.05479,740.98837 449.30688,739.44808 450.28125,743.5625 C 453.69629,749.20283 457.41644,757.51316 464.8125,758.0625 C 469.93438,756.40714 465.60101,750.06382 465.9375,746.5625 C 465.4144,741.61658 464.61183,735.9791 462.34375,731.90625 C 463.78201,728.26288 470.25571,724.66647 468.125,721.34375 C 465.92465,719.29275 463.56578,717.34115 464.0625,714.21875 C 463.3716,713.4162 462.29462,712.75404 461.21875,713.15625 z "
id="16244-23" />
<path
style="fill:#00e664;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 502.4375,734.9375 C 495.95751,736.8723 492.09484,744.56184 494.4375,751 C 493.88982,754.83767 498.08668,760.8965 501.53125,756.3125 C 502.33423,753.9206 503.61192,752.79755 506.21875,753.84375 C 511.47003,754.26809 513.64471,747.32053 510.53125,743.6875 C 508.38892,740.76944 507.06792,734.63852 502.4375,734.9375 z "
id="16251-23" />
<path
style="fill:#00960a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 470.09375,721.09375 C 464.98842,722.6661 460.00834,728.11357 460.40625,733.65625 C 463.90677,740.89111 461.01247,750.9828 467.03125,756.9375 C 472.0345,758.13827 470.4073,750.97528 471.34375,748.21875 C 471.74585,739.71906 475.99175,731.30095 474.625,722.875 C 473.85359,721.21044 471.72827,720.93235 470.09375,721.09375 z "
id="16243-23" />
<path
style="fill:#00506e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 520.375,728.1875 C 514.6918,729.9488 516.24466,737.69501 513.21875,741.8125 C 512.01048,748.34726 516.97897,757.55679 524.40625,756.5625 C 528.03221,754.59079 530.80946,751.03925 535,750.15625 C 539.3547,747.66207 541.37378,741.39521 537.28125,737.71875 C 533.11145,732.62908 527.32683,727.93929 520.375,728.1875 z "
id="16261-23" />
<path
style="fill:#001478;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 576.96875,718.84375 C 569.0187,722.76915 559.48416,720.87664 551.1875,724.0625 C 547.08567,726.19174 538.08168,723.79946 538.59463,730.1131 C 539.03948,735.60296 533.99209,742.86575 539.5625,747.03125 C 540.95189,749.46389 542.97769,751.35054 546.15625,750.40625 C 550.96679,748.23973 552.52595,753.87319 556.51867,755.16245 C 562.48794,759.50148 570.04109,754.25221 574.5,750.0625 C 577.93552,745.45012 581.87805,741.43865 585.75,737.46875 C 586.66351,733.00797 581.76732,729.56817 581.66724,725.13096 C 580.8628,722.84741 580.51891,718.18283 576.96875,718.84375 z "
id="16280-23" />
<path
style="fill:#00328c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 367.1875,719.28125 C 362.65805,722.47209 362.71054,729.46945 362.78125,734.65625 C 364.08477,741.31702 364.19529,748.50155 366.53125,754.84375 C 370.25934,757.49611 375.18916,753.73395 379.40625,754.09375 C 385.88429,753.39059 391.79812,750.43181 398.0625,749.46875 C 401.37807,745.63732 400.96034,739.6963 402.34375,735.0625 C 401.14639,729.39395 393.39685,729.84029 389.03125,728.28125 C 383.68068,727.4028 378.35699,727.37512 373.15625,725.5625 C 368.70795,726.36789 372.38904,718.46531 367.1875,719.28125 z "
id="16333-23" />
<path
id="16501-23"
d="M 509.63226,752.55025 C 509.63226,752.26785 510.19074,751.14245 510.87333,750.04945 C 511.94017,748.34115 511.5676,747.04105 508.21959,740.78925 C 504.99859,734.77455 504.44043,732.91495 504.99324,730.04005 C 505.36088,728.12815 506.02854,725.98605 506.47692,725.27995 C 507.56238,723.57055 510.30748,724.71385 510.94183,727.13965 C 511.2512,728.32265 512.65241,729.31785 514.54037,729.69545 C 516.24091,730.03555 517.63226,730.64045 517.63226,731.03965 C 517.63226,732.15205 515.59569,738.29735 514.41296,740.75385 C 513.67015,742.29655 513.67974,744.20935 514.44538,747.22575 C 515.26825,750.46755 515.24077,751.69285 514.33225,752.27045 C 512.97471,753.13335 509.63226,753.33235 509.63226,752.55025 z "
style="fill:#00d2c8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2882" />
<path
style="fill:#00aabe;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 422.625,727.125 C 420.27191,730.34944 422.63939,734.04402 424.0625,737 C 423.96237,740.59297 428.37443,741.56042 427.75,745.0625 C 427.83023,748.08371 430.41548,753.83281 434.0625,750.8125 C 437.58817,746.15396 438.7343,760.03715 441.15007,750.45717 C 442.77664,748.02609 444.58064,744.07114 441.625,742.1875 C 440.98687,739.61161 438.21873,739.09728 439.1875,736.1875 C 437.2904,729.60289 428.33607,730.16749 424.09375,726.53125 C 423.52258,726.5395 422.84679,726.30451 422.625,727.125 z "
id="16472-23" />
<path
style="fill:#00a096;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 415.25,729.65625 C 411.6052,731.78718 406.43034,735.40675 402.6875,731.75 C 397.64742,731.05941 399.78846,737.72321 398.15625,740.65625 C 396.43338,744.46962 398.88926,749.42423 403.40625,748.875 C 406.88694,748.8294 409.83897,752.5423 413.46875,750.40625 C 417.72376,749.10666 423.14099,745.62007 421.125,740.5 C 420.32332,736.32771 418.7118,732.4367 417.3125,728.4375 C 416.625,728.84375 415.9375,729.25 415.25,729.65625 z "
id="16369-23" />
<path
style="fill:#00d296;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 509.5,712.125 C 504.00792,714.42742 501.71723,721.23154 495.84375,722.75 C 491.59946,726.09021 485.61173,729.13476 487.36329,735.53014 C 487.29403,739.99451 485.64925,748.21841 492.4375,748.25 C 497.49365,748.73576 496.05537,741.71726 499.59375,739.65625 C 502.22864,737.48728 506.45478,736.09542 505.65625,731.75 C 506.13984,725.72748 509.31314,720.57048 512.53125,715.71875 C 513.06958,713.81478 511.62681,711.63515 509.5,712.125 z "
id="16374-23" />
<path
style="fill:#00e600;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 439.96875,722.65625 C 437.02022,722.86287 435.45965,725.93586 434.03125,727.5625 C 431.40239,727.00165 425.95604,725.21184 426.15625,729.78125 C 428.73092,733.93882 437.61469,732.14509 436.6875,738.71875 C 437.33942,741.07356 438.88658,742.84043 440.34375,744.71875 C 443.60752,746.34084 445.01248,742.39965 444.15625,739.90625 C 444.53489,736.07382 449.04141,730.37449 443.9375,727.78125 C 443.2685,725.67763 443.39155,722.08785 439.96875,722.65625 z "
id="15989-23" />
<path
style="fill:#002878;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 477.65625,720.40625 C 470.93807,720.87313 472.36531,729.40415 471.125,733.9375 C 469.49837,737.27387 469.99332,743.41291 475.09375,741.96875 C 477.49137,741.11084 479.79814,740.13359 481.625,742.65625 C 483.76559,745.48327 488.56935,745.9443 489.34375,741.75 C 491.27203,737.39661 489.31714,732.60552 490.90625,728.3125 C 489.61179,722.79086 482.86525,719.96018 477.65625,720.40625 z "
id="16282-23" />
<path
style="fill:#004650;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 538.5,682.09375 C 528.51174,684.39528 522.00189,693.5622 515.03125,700.4375 C 512.92063,702.68261 510.64901,705.61369 510.84375,708.59375 C 507.8681,711.43476 511.03564,716.31891 507.28125,718.8125 C 504.14496,721.45496 506.4845,725.19691 509.65625,725.96875 C 511.48075,732.55378 520.15497,730.34899 525.15625,731.75 C 530.87127,732.32874 533.14242,739.55328 538.53125,739.96875 C 542.92214,736.93725 540.93772,730.08086 542.12191,725.50776 C 541.78757,719.51189 544.10155,714.11197 548.09375,709.78125 C 550.57141,705.28882 546.90028,700.3283 547.9375,695.53125 C 546.96074,692.37251 543.70832,690.67194 543.96875,686.96875 C 543.59368,684.20678 541.60112,681.55142 538.5,682.09375 z "
id="16185-23" />
<path
style="fill:#005ad2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 606.90625,699 C 602.26431,699.8565 593.90732,699.75717 593.84375,706.3125 C 595.15317,715.90836 595.66404,725.65005 594.21875,735.3125 C 599.6813,738.08884 608.03279,741.75831 612.5,735.34375 C 613.78596,732.77976 613.82876,730.28691 615.65625,727.9375 C 616.21886,723.76205 618.38248,720.84872 621.75,718.59375 C 624.62721,714.7896 632.09613,710.8434 629.21875,705.21875 C 623.87685,699.24109 614.29128,699.55549 606.90625,699 z "
id="16514-23" />
<path
style="fill:#00645a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 427.03125,710.40625 C 423.62442,711.16344 419.7826,712.76822 419.15625,716.59375 C 416.83536,718.33176 414.49616,718.97913 411.625,719.59375 C 410.85612,725.4702 404.16358,728.79933 401.89654,734.20693 C 403.44891,738.54836 409.76672,735.6205 412.8125,734.0625 C 415.86684,731.11547 420.05463,731.39243 423.5,729.5 C 428.93713,725.54785 432.00064,717.81605 429.96875,711.3125 C 429.14405,710.54587 428.16402,710.1283 427.03125,710.40625 z "
id="16213-23" />
<path
style="fill:#001414;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 558.5,639.34375 C 552.43625,640.58443 551.27502,649.17726 553.1875,654.15625 C 555.14649,657.50249 555.24878,663.22906 560.28125,663.40625 C 562.24781,664.60858 566.74572,665.88462 566.9375,667.96875 C 563.65652,669.87515 561.40054,675.56131 566,677.34375 C 568.9536,678.14991 572.10574,678.78618 572.78125,682.28125 C 573.87727,684.75405 577.05918,685.46228 578.71875,683.65625 C 581.34581,685.62797 583.44365,689.07229 585.0625,692.03125 C 585.27943,698.71737 584.73201,706.70283 580.71875,712.0625 C 574.94901,712.24528 576.6276,719.81633 578.28125,723.21875 C 579.59803,728.11721 580.88327,735.64819 587.375,735.90625 C 591.32136,735.55893 598.70789,738.38798 597.48853,732.224 C 598.78574,722.09111 597.70157,711.88672 595.9375,702 C 594.38203,698.4403 591.72874,695.45992 593.125,691.1875 C 594.1081,687.48129 594.47512,683.65497 591.46875,680.59375 C 588.98775,676.14862 586.3935,671.26682 581,670.125 C 578.64902,666.83954 578.21643,661.85411 574.5625,659.1875 C 569.33293,654.0214 577.16924,646.07095 571.8125,641 C 568.09311,638.86173 563.37683,641.6236 559.6875,639.34375 C 559.29339,639.30013 558.89411,639.30013 558.5,639.34375 z "
id="16018-23" />
<path
style="fill:#00961e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 395.03125,708.125 C 391.3982,709.77188 389.3033,713.74153 385.59375,715.25 C 384.16509,718.35541 384.61716,722.0836 382.25,724.84375 C 381.86815,731.25703 390.57383,731.18931 394.96875,732.4375 C 398.52228,733.45592 403.6254,737.16894 406.21875,732.65625 C 408.71771,728.8024 413.96281,725.7858 414.5625,721.5 C 412.19137,717.73196 407.46541,716.41294 405.0625,712.625 C 402.22974,710.448 398.76603,708.00117 395.03125,708.125 z "
id="16058-23" />
<path
style="fill:#002864;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 451.34375,708.59375 C 446.64602,708.16235 439.89828,709.93409 440.5625,715.875 C 439.52433,718.32187 436.14616,720.96059 438.9375,723.59375 C 441.2735,725.60953 440.34918,729.5555 443.53125,730.8125 C 444.21606,735.05852 450.22227,736.77275 452.5,732.75 C 453.71814,728.36467 459.56374,727.26591 459.90625,722.25 C 460.41129,718.31939 464.95188,711.59918 459.125,709.5625 C 456.66446,708.63516 453.95439,708.51499 451.34375,708.59375 z "
id="16232-23" />
<path
style="fill:#002832;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 382.71875,684.09375 C 377.52875,684.09379 374.37261,688.45052 371.71875,692.125 C 366.5987,694.14278 363.30156,700.49401 363.5625,705.90625 C 363.77359,709.18425 366.10244,712.26927 367.625,714.5625 C 365.82895,716.98715 366.12288,719.8484 367.59375,722.15625 C 366.65865,728.07937 373.71911,728.9985 377.9375,729.59375 C 380.68467,730.55693 386.1896,729.96862 384.90625,725.875 C 386.47731,723.12233 387.37947,719.54608 388.09375,716.84375 C 391.43912,715.01389 394.06588,711.75039 396.84375,709.4375 C 396.6447,704.12318 392.69021,699.66022 391.65625,694.40625 C 389.86061,690.65016 387.92174,683.87889 382.71875,684.09375 z "
id="16097-23" />
<path
style="fill:#009628;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 439.625,703.21875 C 434.80396,705.9172 427.17107,708.09948 427.63018,714.9928 C 427.37349,720.14943 425.28031,725.00392 422.625,729.40625 C 427.19409,728.70026 433.89042,731.9221 437.34375,727.875 C 437.95901,725.69495 441.21354,724.68229 440.625,721.71875 C 441.31315,718.88067 444.14136,716.84267 443.8125,713.53125 C 445.28319,711.43182 447.49676,708.41401 444.65625,706.28125 C 443.06382,705.43903 441.57817,701.17183 439.625,703.21875 z "
id="16083-23" />
<path
style="fill:#0014dc;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 509.0625,702.34375 C 506.31175,702.62496 504.77613,705.61936 502.625,702.8125 C 499.10403,701.4883 498.00653,706.78421 494.375,706.75 C 488.67932,706.47307 485.51134,712.05793 485.1875,717.125 C 484.13894,721.40441 485.74517,728.84749 491.09375,728.8125 C 494.8499,726.79824 498.31236,724.34754 501.90625,722.0625 C 506.43505,717.76877 511.63902,713.48954 513.5625,707.5 C 513.95836,704.86972 511.86916,701.95389 509.0625,702.34375 z "
id="16534-23" />
<path
style="fill:#00e614;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 550.0625,692.71875 C 544.40461,693.1594 544.21142,699.92794 545.78125,704.03125 C 548.4067,709.59151 540.85412,712.56758 540.3125,717.78125 C 539.77649,721.17048 537.28852,727.77581 542.0625,728.78125 C 548.94362,727.56536 555.87361,726.19598 562.5,724.09375 C 568.28139,723.6619 577.40135,725.04698 579.4375,717.78125 C 580.6425,714.08149 578.17288,710.69663 574.59375,709.96875 C 572.15187,706.53094 572.16698,700.75615 566.53125,700.875 C 564.66643,697.49307 562.72618,692.07523 557.6875,693.5625 C 554.87994,694.6707 552.79384,692.31404 550.0625,692.71875 z "
id="16041-23" />
<path
style="fill:#00326e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 457.15625,703.75 C 453.9583,704.1876 450.48401,708.74461 454.6875,710.5625 C 458.18773,711.74785 461.67992,713.64728 462.1875,717.625 C 463.87804,723.0031 472.39097,726.67445 476.5,722.15625 C 477.68447,717.59961 476.27491,712.71399 476.3125,708.0625 C 472.67118,707.99782 467.01013,707.47638 464.625,710.0625 C 464.37045,706.66184 460.54456,703.47668 457.15625,703.75 z "
id="16258-23" />
<path
style="fill:#0078b4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 478.875,696.21875 C 472.89553,698.9086 474.69267,707.13186 473.84375,712.40625 C 473.45245,716.6524 474.02375,723.34056 479.6875,723.3125 C 483.068,724.82046 487.42158,723.9501 487.65625,719.75 C 489.06723,715.19014 488.52655,707.93084 483.15625,706.71875 C 481.73708,703.59324 484.44566,695.85715 478.875,696.21875 z "
id="16442-23" />
<path
style="fill:#007846;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 423.0625,685.1875 C 420.71627,686.14497 418.18375,689.85649 415.625,687 C 412.77042,685.92717 409.5487,686.34428 406.6875,685.53125 C 402.96995,687.97058 405.48194,693.39951 402.96875,696.8125 C 401.4132,699.87763 402.40798,703.58595 399.875,706 C 399.08676,712.51703 405.80565,717.04777 410.21875,720.6875 C 415.29948,723.70446 422.57511,720.16822 423.59375,714.65625 C 427.40503,712.32917 433.81149,711.20708 435.03125,706.34375 C 434.45193,703.2589 431.61872,700.06946 434.40625,697.25 C 436.84203,692.74663 431.31715,690.47894 427.71875,690.78125 C 425.65465,689.12072 427.33369,684.43883 423.0625,685.1875 z "
id="16165-23" />
<path
style="fill:#00f0d2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 578.5625,681.09375 C 574.17238,682.07379 573.91262,687.16545 574.25,690.75 C 572.37728,696.98897 567.40797,705.00432 571.96875,711.21875 C 574.86364,713.49899 580.13386,716.48453 583.34375,713.53125 C 587.28584,706.42473 589.40746,697.48145 586.8125,689.5 C 584.40383,686.95547 583.20161,683.16917 580.4375,681.25 C 579.85609,681.04029 579.17665,681.03465 578.5625,681.09375 z "
id="16531-23" />
<path
style="fill:#0014a0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 465.96875,682.09375 C 461.79305,683.51614 466.1106,688.09101 464.78125,691.09375 C 464.28362,695.19518 465.33624,701.48713 459.6875,702.15625 C 455.99265,703.98739 459.31051,707.12758 461.375,708.59375 C 461.0755,711.89421 465.40745,715.11602 467.34375,711.3125 C 470.735,711.14461 477.38987,711.71052 476.78125,706.34375 C 477.17683,701.30227 480.02424,694.17221 474.1875,691.0625 C 470.2488,688.8035 471.94373,681.93494 465.96875,682.09375 z "
id="16380-23" />
<path
style="fill:#003c28;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 489.6875,691.5 C 487.01329,691.31201 486.35252,694.13529 485,695.34375 C 480.55794,695.53898 478.66906,699.99902 479.71875,703.96875 C 479.66142,706.94894 481.54002,709.86982 484.40625,710.34375 C 485.43352,714.03248 489.24828,712.25775 491.125,710.34375 C 494.50518,709.46287 500.84447,708.80455 500.5,704.1875 C 498.03251,699.82736 496.22205,690.8948 489.6875,691.5 z "
id="16074-23" />
<path
style="fill:#00e6d2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 370.6875,657.5 C 366.2477,657.03247 366.63112,662.20057 368.8125,664.5 C 369.68388,667.11151 369.70278,672.0849 371.84375,672.875 C 367.36024,672.17842 360.12997,670.94457 359.65625,677.28125 C 355.15626,681.97531 356.39632,691.62686 361.90625,695.0625 C 358.79455,698.04672 362.39731,703.05335 366,700.4375 C 368.78121,698.47902 370.27048,695.17266 373.5625,694 C 376.11445,690.65897 378.71478,686.13944 383.8125,687.125 C 389.78145,691.07408 389.53,699.93877 393.21875,705.6875 C 394.06667,709.27928 399.85689,715.06297 402.375,709.8125 C 401.98939,706.29321 405.08988,704.29551 404.71875,700.71875 C 407.90004,691.9852 408.18773,682.75942 411.89674,674.15749 C 413.98157,668.83075 417.23901,662.87936 408.78125,663.28125 C 396.38855,659.84141 383.56807,657.63661 370.6875,657.5 z "
id="16530-23" />
<path
style="fill:#00146e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 447.6875,696.25 C 444.09934,697.64137 440.40198,701.8396 441.03125,705.84375 C 443.39345,710.63058 450.69635,714.69605 454.90625,709.625 C 455.32951,706.74736 459.36391,705.49632 457.9375,702.09375 C 457.21028,698.53457 452.91793,700.66786 451.5625,697.6875 C 450.51959,696.72532 449.15152,695.99157 447.6875,696.25 z "
id="16255-23" />
<path
style="fill:#001e64;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 617.1875,678.78125 C 614.95897,679.69155 613.77698,683.72251 610.90625,681.21875 C 607.20353,678.11872 601.11,679.79626 599.65625,684.28125 C 595.1278,687.08551 589.13077,691.18053 590.40625,697.34375 C 591.99429,701.9691 596.78458,705.03122 601.53125,703 C 605.41711,701.25285 609.43158,701.08254 613.53125,702.46875 C 617.94436,702.90323 622.48637,702.22796 626.0625,705.75 C 629.2991,709.70098 634.33539,710.87149 639.1875,709.5625 C 645.79844,709.52923 647.77718,701.25743 645.84375,696.15625 C 644.56739,694.4387 642.21851,693.89598 643.28125,691.34375 C 641.29659,685.55911 633.31245,687.72724 628.75,686 C 625.06673,683.56284 622.27391,678.39662 617.1875,678.78125 z "
id="16231-23" />
<path
style="fill:#00c8d2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 445.75,666.40625 C 443.45411,668.5916 442.44258,673.15954 438.28125,671.75 C 431.97434,673.65247 430.53292,682.65078 424.125,684 C 421.26199,688.67625 426.29014,694.73383 431.40625,694.59375 C 432.00835,696.32843 429.5811,699.8122 430.90625,702.40625 C 431.3104,705.92317 434.80527,709.74983 438.25,707 C 444.66645,704.98623 447.53683,698.42059 447.24006,692.15763 C 447.68662,684.2546 446.55648,675.66272 452.09126,669.16379 C 454.33853,667.52014 446.7628,665.31857 445.75,666.40625 z "
id="16527-23" />
<path
style="fill:#008c64;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 517.3125,677.40625 C 515.52142,678.42697 513.58154,680.00321 511.71875,680.96875 C 507.98247,680.51236 506.66887,684.4583 503.375,684.9375 C 499.31014,688.43734 500.17271,694.84364 496.34375,698.6875 C 494.77675,703.69376 501.92382,706.47622 505.96875,706.09375 C 508.06438,705.50303 509.47116,703.639 511.5625,705.1875 C 517.77063,703.78707 520.86027,696.72834 525.81103,693.17821 C 527.93575,689.8009 538.83721,684.51213 530.39587,683.49388 C 525.52128,683.00966 522.88976,678.57454 518.90625,676.8125 C 518.30026,676.83679 517.55793,676.54376 517.3125,677.40625 z "
id="16242-23" />
<path
style="fill:#008296;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 444.78125,677.96875 C 445.41568,684.43032 442.35683,692.18568 445.875,698.03125 C 447.72967,699.35029 450.21006,699.07052 451.6875,701.15625 C 453.48146,702.08988 455.59669,701.7174 456.21875,704.0625 C 461.46291,707.17198 467.82537,701.0671 467.4375,695.53125 C 467.90151,690.14948 468.48939,681.31006 461.34375,680.40625 C 457.42542,678.29627 453.69503,675.07171 448.71875,676.0625 C 446.95236,676.48147 443.93253,674.78373 444.78125,677.96875 z "
id="16366-23" />
<path
style="fill:#000adc;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 565.21875,674.875 C 560.33713,676.32222 559.70378,684.21773 563.375,687.375 C 563.73738,692.43987 560.15463,699.81603 565.25,703.5 C 567.99087,702.75928 571.48723,706.01597 573.40625,702.53125 C 574.85157,699.01053 574.52023,695.02738 576.625,691.75 C 577.89404,687.6333 576.62854,683.32 574.59375,679.90625 C 573.66588,676.06348 568.60405,674.87735 565.21875,674.875 z "
id="16533-23" />
<path
style="fill:#001e50;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 487.3125,684.28125 C 482.82626,686.2573 478.0112,687.46834 473.25,685.75 C 470.02104,684.25588 466.85668,688.02741 469.9375,690.4375 C 471.83868,693.0525 476.12075,694.47952 475.1875,698.1875 C 477.23678,701.62647 481.0733,697.14724 484.1875,698.28125 C 486.96115,698.60912 488.11559,696.03218 489.34375,694.46875 C 494.35814,694.28977 493.22198,688.66917 490.78125,686.03125 C 490.09025,684.82356 488.70954,684.03757 487.3125,684.28125 z "
id="16181-23" />
<path
style="fill:#008c8c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 492.6875,675.65625 C 491.25234,678.9789 487.10568,678.50193 484.65625,680.75 C 482.41273,683.07535 485.11185,684.75792 487.03125,685.625 C 490.89021,689.74279 491.81181,697.31774 497.40625,699.3125 C 502.91285,698.1827 501.81098,690.44287 504.75,687.25 C 512.12752,686.94744 509.21486,675.50705 503.34375,675.75 C 500.53236,677.90872 496.68142,676.92915 493.9375,675.3125 C 493.49091,675.32576 492.99461,675.17067 492.6875,675.65625 z "
id="16342-23" />
<path
style="fill:#00aa1e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 325.03125,677.84375 C 320.83366,677.56571 315.66502,679.83703 316.53125,684.84375 C 316.09457,687.51368 311.68418,691.52284 316.25,692.9375 C 319.60378,692.65505 322.26675,693.54829 324.78125,695.65625 C 327.54228,697.51356 334.94791,699.71074 334.78125,694.28125 C 337.2958,692.59837 341.46993,693.06047 342.03125,689.21875 C 342.56062,687.34423 342.59132,685.68837 344.65625,687.03125 C 349.60893,687.76443 352.00735,678.44177 346.15625,678.6875 C 339.16054,681.04227 332.13664,677.25628 325.03125,677.84375 z "
id="16060-23" />
<path
style="fill:#00646e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 557.59375,669.3125 C 550.56232,670.30428 541.292,669.78537 537.525,677.01875 C 535.26835,678.88949 532.89569,684.52741 537.5625,684.78125 C 542.16896,683.22685 540.69716,688.87847 542.21875,691.25 C 543.53236,695.65486 548.37445,695.9934 552.15625,695.59375 C 555.25398,698.04274 558.85021,694.62905 562.0625,696.65625 C 566.64229,696.3794 566.97808,689.57478 565.625,686.21875 C 564.0039,684.27452 562.12768,682.36028 564.125,679.78125 C 567.12518,674.69165 563.48002,668.796 557.59375,669.3125 z "
id="16263-23" />
<path
style="fill:#00c800;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 597.46875,658.15625 C 590.72295,659.00706 594.12094,668.23931 589.78125,671.75 C 588.55633,674.04081 588.68183,676.56128 587.375,678.53125 C 588.18493,682.38324 593.44824,685.08393 590.3125,689.34375 C 588.76916,692.84156 593.03057,693.93881 594.6875,690.96875 C 597.66303,688.41114 602.0677,687.03093 603.40625,683.03125 C 608.44628,683.39036 609.04925,677.21365 606.65625,674 C 605.23621,670.07295 600.94755,667.12688 603.03125,662.5 C 607.20741,658.42575 600.19115,657.83068 597.46875,658.15625 z "
id="15986-23" />
<path
style="fill:#00be78;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 312.96875,672.4375 C 310.18924,675.77198 305.99086,682.87186 311.40625,685.6875 C 310.9224,689.03272 314.37709,693.12081 317.21875,689.6875 C 322.27169,684.79764 315.18871,679.16121 316.625,673.5625 C 316.5732,666.2414 317.62069,665.29844 312.96875,672.4375 z "
id="16297-23" />
<path
style="fill:#006eaa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 431.9375,660.84375 C 427.58418,661.06115 424.3871,667.67237 420.0625,664.15625 C 416.74423,662.17262 412.50897,663.43445 411.70454,667.43856 C 409.30439,673.67012 406.11541,680.08827 406.0625,686.8125 C 408.69984,690.30024 413.92735,687.82554 416.75,690.90625 C 421.50995,691.63365 423.57807,685.8634 428,685.21875 C 433.92445,679.90362 440.7987,671.56041 436.84375,663.21875 C 435.80148,661.65691 433.82472,660.63957 431.9375,660.84375 z "
id="16416-23" />
<path
style="fill:#00785a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 646.375,662.59375 C 638.93431,668.04283 628.39355,664.24625 620.84375,669.625 C 616.08681,672.51976 615.17603,680.63778 621.0625,682.71875 C 624.52876,685.58553 627.51105,690.02459 632.75,689.4375 C 636.38502,688.9629 642.07644,693.661 644.25,688.75 C 646.26718,680.88802 647.71978,672.69524 649.46875,664.84375 C 649.29302,663.32426 647.92655,662.18597 646.375,662.59375 z "
id="16215-23" />
<path
style="fill:#00c8aa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 473.625,674.125 C 469.26914,675.07875 464.15485,679.48072 467.4375,684.15625 C 469.01695,687.0964 472.30591,687.31517 474.75,689 C 481.31963,690.99296 487.3852,686.46002 493.53125,684.875 C 487.35314,681.99192 479.18985,680.93872 475.84375,674.375 C 475.29848,673.80401 474.31383,674.03423 473.625,674.125 z "
id="16425-23" />
<path
style="fill:#00b400;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 297.96875,672.40625 C 296.12718,675.83549 288.98523,679.20367 291.375,683.59375 C 296.15009,687.02426 303.88877,687.63984 308.75,684.125 C 310.78017,678.8125 303.91883,675.15653 300.6875,672.1875 C 299.37638,670.81428 299.02826,670.84857 297.96875,672.40625 z "
id="15984-23" />
<path
style="fill:#005aa0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 282.46875,657.6875 C 282.7901,664.1814 284.09657,672.20845 279.71875,677.625 C 276.79067,677.56633 271.37116,680.83315 275.40625,683.53125 C 280.48441,687.13643 287.10084,684.67296 292.4375,683.0625 C 294.85705,679.26324 298.71243,676.16115 300.78125,672.03125 C 298.18586,666.54496 290.95396,664.82756 288.08559,659.27256 C 284.60309,654.06889 280.32269,646.5752 282.46027,657.54934 L 282.46875,657.6875 z "
id="16387-23" />
<path
style="fill:#007850;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 548.125,619.875 C 544.1,619.85673 543.45864,624.95724 543.78125,627.40625 C 540.69157,626.11977 538.1829,628.64385 537.5,631.28125 C 533.85192,634.42117 532.43931,639.58357 528.59375,642.8125 C 524.96619,647.85344 519.82158,651.61617 515.9375,656.21875 C 515.28344,658.99793 510.81531,659.13336 510.625,662.59375 C 510.41663,666.5541 507.13837,668.66238 506.125,672.125 C 501.5509,675.59171 505.59322,682.63078 510.03125,683.84375 C 513.93261,684.79595 516.19419,679.4112 519.21875,679.46875 C 522.73198,685.30993 531.4159,687.59625 537,683.625 C 537.4864,679.43757 543.30346,676.90008 541.75,672.46875 C 541.23071,670.42778 537.74064,670.14987 537.78125,668.5 C 541.63568,662.77046 547.06037,657.94217 553,654.78125 C 557.24028,648.21637 555.8688,640.13303 555.15625,632.875 C 554.06198,629.11067 558.08169,624.58312 554.96875,621.5625 C 552.97208,620.33367 550.46335,619.7713 548.125,619.875 z "
id="16190-23" />
<path
style="fill:#00e63c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 615.53125,628.09375 C 606.83594,634.81557 605.05911,646.61512 605.5625,656.90625 C 604.21973,659.73235 599.25719,660.60465 599.65625,664.71875 C 599.44962,669.95009 604.41602,673.17355 605.625,678.09375 C 606.85058,682.24354 613.16259,688.0711 616.65625,682.90625 C 620.74933,675.06034 620.08291,665.5766 621.375,656.96875 C 620.59576,651.78133 615.83122,647.85984 617.4375,642.125 C 617.55002,635.947 618.72012,630.00018 620.03125,623.96875 C 618.53125,625.34375 617.03125,626.71875 615.53125,628.09375 z "
id="16145-23" />
<path
style="fill:#00d214;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 456.03125,660.15625 C 451.37665,660.60109 453.31868,666.81265 449.71875,668.875 C 447.19704,672.06807 445.19038,675.59938 443,679.0625 C 448.36646,679.2487 454.55078,677.6892 458.46875,682.21875 C 461.28073,684.14559 466.49885,685.1752 467.03125,680.5625 C 468.05789,674.69924 467.44848,668.58801 467.625,662.625 C 463.7675,661.79547 460.00272,659.99425 456.03125,660.15625 z "
id="16039-23" />
<path
style="fill:#0064a0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 251.75,651.09375 C 246.0691,651.52783 246.99841,659.14983 242.9375,661.90625 C 240.65224,664.37451 240.51334,668.50829 239.21875,671.03125 C 236.28808,670.93466 233.96242,672.45478 231.5,673.4375 C 228.59312,676.51551 232.72126,682.55224 236.21875,678.875 C 238.39763,681.13525 243.06708,684.96916 245.75,680.84375 C 247.16535,677.69064 248.51388,672.69576 253.0625,673.53125 C 256.93249,674.47102 263.73061,674.2748 263.28125,668.6875 C 262.04857,664.2563 263.9174,659.97015 266.34375,656.25 C 261.72243,654.0444 257.09131,650.79664 251.75,651.09375 z "
id="16388-23" />
<path
style="fill:#005028;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 322.09375,663.5 C 320.73406,667.32342 317.37747,669.08911 314.6875,671.5 C 311.67905,675.66803 314.37483,685.7227 320.59375,681.4375 C 330.17712,678.54741 341.10543,686.02252 349.71875,679.46875 C 351.81752,676.46549 354.36874,673.63068 356.46875,670.78125 C 356.61952,665.94585 350.19476,669.78377 347.75,671.46875 C 344.01168,676.27029 337.2224,675.15621 332.46875,672.59375 C 329.55348,672.05728 323.05487,671.72325 325.32112,667.08192 C 325.73093,661.76491 328.27718,654.32338 322.09375,663.5 z "
id="16076-23" />
<path
style="fill:#0078dc;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 479.75,655.53125 C 476.40049,656.84023 470.08954,659.33532 471.65625,663.875 C 473.57494,665.47803 476.29949,665.37176 474.5625,668.5 C 472.74376,674.37068 475.65842,683.16093 482.78125,682.96875 C 487.28538,680.96529 483.00324,675.12057 486.375,672.3125 C 486.54808,668.80216 489.52249,666.3667 490.0625,663.1875 C 488.58149,659.75866 484.39971,658.12592 481.71875,655.71875 C 481.10904,655.42353 480.41098,655.47802 479.75,655.53125 z "
id="16544-23" />
<path
style="fill:#001ebe;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 515.5,651.34375 C 511.50103,655.29737 506.35438,655.87374 501.25,657.25 C 497.53454,659.81759 492.39568,659.02625 489.21875,662.75 C 484.90983,665.54943 484.29373,670.63753 482.03125,674.5625 C 481.16566,678.03161 483.02991,684.14022 487.59375,682.0625 C 489.95391,681.33203 492.47414,680.05441 494.0625,678.25 C 498.12473,681.59034 503.49359,679.63792 506.4375,675.75 C 509.24161,673.58813 509.35903,670.04995 511.8125,667.71875 C 513.36558,664.97699 512.82156,660.78627 516.625,660 C 519.88185,657.47522 518.22565,652.70537 518.625,649.21875 C 517.58333,649.92708 516.54167,650.63542 515.5,651.34375 z "
id="16458-23" />
<path
style="fill:#00be96;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 279.84375,650.5625 C 272.03802,651.97777 271.98065,662.70746 264.40625,664.53125 C 259.84983,666.07421 258.51223,673.02898 263.5,674.96875 C 267.78882,677.5176 271.40198,683.85639 277.28723,681.24537 C 284.88587,680.17782 285.78443,670.68136 285.71875,664.53125 C 286.00603,661.39607 284.52203,657.73328 283.40625,655.5625 C 285.50942,652.87293 282.66562,650.2249 279.84375,650.5625 z "
id="16372-23" />
<path
style="fill:#003c8c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 316.8125,661.90625 C 311.50388,661.86069 306.79633,664.13846 301.625,664.5625 C 297.29832,666.528 296.69491,672.99473 300.9375,675.59375 C 303.79973,677.41176 306.51254,683.54871 310.1875,681.3125 C 313.10728,677.34527 315.49066,672.90261 320.09375,670.59375 C 323.02297,668.79299 325.56307,662.55124 320.40625,662.03125 C 319.22379,661.88158 318.00716,661.84977 316.8125,661.90625 z "
id="16334-23" />
<path
style="fill:#00286e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 464.625,664.0625 C 465.41849,670.60032 463.03413,677.91714 464.96875,684.0625 C 468.65684,687.16995 468.56932,679.87534 470.75,678.78125 C 476.26965,677.23215 477.81978,669.86066 477.5625,664.90625 C 475.29551,660.20275 468.62127,662.8104 464.625,662.0625 L 464.625,663.0625 L 464.625,664.0625 z "
id="16257-23" />
<path
style="fill:#001446;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 573.8125,645.21875 C 568.12048,648.82809 568.45471,658.49348 574,662.3125 C 577.15979,665.99814 576.80659,673.00767 582.78125,673.6875 C 586.09427,674.49655 586.67138,681.38039 590.71875,678.09375 C 591.96738,675.80221 591.52814,672.85747 593.625,670.875 C 594.75592,666.97243 597.86939,661.15568 594.5,657.75 C 591.44212,656.33912 587.82858,658.81989 587.0625,661.46875 C 584.6328,659.81365 580.66096,659.07474 578.75,657.28125 C 579.10114,654.60994 577.51134,652.27384 576.84375,650.0625 C 577.51187,647.91923 576.68919,644.51455 573.8125,645.21875 z "
id="16149-23" />
<path
style="fill:#00dc78;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 335.90625,650.25 C 332.00947,649.92211 330.67405,655.95798 326.65625,653.125 C 323.84486,652.04253 321.55308,653.84435 318.96875,654.09375 C 315.26621,656.94958 315.89899,664.13584 321,665.125 C 324.24456,665.86408 320.9177,670.84614 324.09375,672.59375 C 327.48116,676.01454 332.9258,674.51921 336.78125,677.25 C 341.87724,678.8647 346.82077,676.3123 350.28125,672.8125 C 353.7493,672.43997 358.73249,667.27748 353.8125,665.21875 C 351.06104,664.93665 347.79796,664.08494 348.65625,660.46875 C 348.72541,656.94863 349.07575,651.14203 344.125,651.15625 C 341.39884,650.73832 338.67335,650.09146 335.90625,650.25 z "
id="16300-23" />
<path
style="fill:#005082;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 363.3125,623.75 C 357.61972,623.81498 356.31686,630.1048 355.1875,634.375 C 351.55536,635.57993 351.40879,640.0131 349.625,642.8125 C 347.75981,646.52405 348.47962,651.16147 346.03125,654.46875 C 345.08094,659.39598 345.03295,666.87806 351.5625,667.5625 C 355.47191,669.04897 360.3448,666.7427 363.375,670.1875 C 367.29483,670.2284 366.19626,676.26408 370.46875,675.90625 C 374.60399,676.19605 378.72221,675.52342 382.8125,675 C 380.15597,672.48187 374.40982,672.56964 372.6875,669.5625 C 372.28678,663.02013 367.01964,657.86104 367.84375,650.90625 C 367.39623,642.28767 370.12772,634.07044 372.875,626 C 369.69874,625.22873 366.64462,623.55596 363.3125,623.75 z "
id="16311-23" />
<path
style="fill:#00f0c8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 441.28125,649.375 C 438.19923,650.79267 435.23641,651.87995 431.78125,651.25 C 425.66054,652.89263 423.19916,660.03174 417.4375,662.3125 C 415.18816,666.21683 422.17924,668.71292 425.21875,667.15625 C 428.08971,666.19835 432.41877,660.68826 434.65625,665.34375 C 436.7741,668.01614 433.39592,672.08582 437.375,673.6875 C 441.37212,677.32577 445.67338,671.42137 447.53125,669.21875 C 453.88738,673.01492 459.75114,660.04396 452.4375,657.75 C 448.43883,657.52941 450.39942,651.7991 446.53125,650.78125 C 444.94703,649.94394 443.1402,649.16163 441.28125,649.375 z "
id="16504-23" />
<path
style="fill:#006e6e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 552.5625,652.71875 C 545.58099,654.98527 540.35018,661.17602 535.53125,666.4375 C 533.19052,668.91093 535.77101,671.78308 538.09375,672.53125 C 542.99133,675.88728 549.72954,672.71302 555.1875,672.28125 C 558.32478,670.68879 560.74832,673.06628 563.625,673.46875 C 567.17823,672.61004 569.18286,668.97709 572.03125,666.90625 C 567.70834,664.08207 562.65784,661.64707 558.28125,659.5 C 557.14848,656.75808 556.76185,652.03852 552.5625,652.71875 z "
id="16264-23" />
<path
style="fill:#007828;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 630.71875,611.46875 C 625.90116,612.2347 624.29754,618.80269 619.03125,618.46875 C 613.82609,621.8817 616.0183,629.71753 615.13157,634.96845 C 614.85476,642.14894 614.2761,649.80262 618.625,655.9375 C 619.68592,661.50986 614.90914,667.98985 617.4375,673.25 C 621.38097,675.19303 624.24252,669.30653 626.25,666.5 C 630.30988,660.43244 629.71105,652.81214 633.40625,646.53125 C 634.41153,642.92975 634.97693,639.34467 637.90625,636.6875 C 640.78615,630.86286 644.90884,624.49593 644.375,617.78125 C 641.88095,613.25859 635.54551,611.52768 630.71875,611.46875 z "
id="16080-23" />
<path
style="fill:#001eb4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 304.90625,647.4375 C 300.70563,650.28618 295.58548,650.66642 291.21875,653.34375 C 288.19852,653.91731 283.68015,655.32167 285.4375,659.375 C 287.78619,664.44904 292.67335,668.86051 297.96875,670.53125 C 300.96406,669.90922 302.36933,666.15839 305.95619,666.56076 C 310.39262,665.37244 318.53673,665.68717 319.1875,659.75 C 319.15356,656.06662 314.67137,655.79999 313.90625,652.4375 C 312.07892,650.0024 308.94747,649.45148 306.65625,647.5 C 306.10062,647.3188 305.47438,647.33811 304.90625,647.4375 z "
id="16433-23" />
<path
style="fill:#00960a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 656.125,617.34375 C 653.88887,618.07432 652.80604,620.55373 650.1875,620.59375 C 648.68543,621.09487 648.07747,624.22859 647.125,621.5625 C 646.09567,617.75604 641.47258,618.90554 641.15625,622.46875 C 639.51074,629.21937 635.80978,635.08322 632.125,640.75 C 630.91537,647.34104 626.72141,653.40817 626.34375,660.25 C 625.33946,664.21777 622.48098,667.32908 620.625,670.90625 C 630.9731,669.0966 642.82622,669.92047 650.78125,661.9375 C 655.51809,659.2143 656.4834,653.3344 654.40625,648.59375 C 651.79505,643.89083 656.3974,640.56451 658.78125,636.96875 C 662.62356,633.32478 667.74475,626.22143 662.40625,621.6875 C 660.53586,620.17674 658.89853,617.13056 656.125,617.34375 z "
id="16006-23" />
<path
style="fill:#00c88c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 266.25,636.71875 C 262.12173,636.84602 258.36447,640.34696 260.34375,644.65625 C 260.14224,646.70912 256.62982,647.65213 256.375,650.25 C 254.47588,655.52206 265.32907,655.82836 261.46875,660.03125 C 259.28151,662.33879 258.41697,669.05773 263.3125,667.75 C 269.85619,666.56232 273.08954,660.86539 276.34375,655.78125 C 280.89291,652.58463 278.94504,646.51318 275.53125,643.25 C 272.98479,640.72874 270.30536,636.48344 266.25,636.71875 z "
id="16348-23" />
<path
style="fill:#003250;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 404.28125,620.40625 C 400.22984,621.72892 401.60644,627.24954 399.09375,630 C 399.24912,634.9831 396.37284,638.94963 393.28125,642.5625 C 390.04961,646.15173 391.45682,651.67124 387.53125,654.78125 C 384.81356,658.28029 388.20043,663.01688 392.3125,662.15625 C 399.77702,662.81513 407.05395,667.76506 414.53125,666.4375 C 419.86355,664.24372 414.84083,658.28856 416.53125,654.40625 C 417.25421,648.08562 418.74327,641.68437 422.375,636.5 C 422.94241,628.95578 411.64297,629.51659 409.75,623.125 C 408.86244,621.05724 406.39539,620.53659 404.28125,620.40625 z "
id="16183-23" />
<path
style="fill:#006e28;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 424.5625,631.78125 C 419.65446,631.26667 419.99474,636.90937 417.40625,639.46875 C 414.99281,646.37207 412.25129,654.39096 414.28125,661.6875 C 416.31497,666.58325 422.3337,663.51665 424.46875,660.40625 C 427.43016,657.32371 430.41647,653.10823 435.3125,653.84375 C 438.62932,652.98709 444.42277,652.60348 445.4939,650.04217 C 444.08773,645.32126 441.73997,640.447 444.09375,635.78125 C 443.23667,630.43389 435.7473,632.65828 432.00164,631.86963 C 429.52373,631.77427 427.04176,631.68456 424.5625,631.78125 z "
id="16079-23" />
<path
style="fill:#001464;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 472.53125,652.1875 C 468.34176,653.81343 467.21015,659.16769 466.0625,663 C 467.91027,667.52161 472.84861,662.79575 475.125,661.0625 C 477.0532,659.27528 482.60817,658.19426 479.40625,654.875 C 477.50334,653.40565 475.04397,651.78415 472.53125,652.1875 z "
id="16230-23" />
<path
style="fill:#00fa46;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 470.59375,636.75 C 469.95003,639.47389 467.098,643.37658 464.34375,640.28125 C 462.23363,638.15217 456.20701,631.67923 454.96875,637.71875 C 455.12764,643.34178 464.33207,646.08361 460.9375,652.09375 C 459.69765,655.70476 453.96055,658.11217 455.84375,662.34375 C 460.4122,664.46172 469.4249,665.48705 470.59375,658.875 C 470.07259,654.32527 475.50098,655.18848 477.4375,652.5625 C 480.16827,649.05651 477.43669,645.35721 475.59375,642.375 C 474.13773,639.94352 474.26951,630.04559 472.221,633.6741 C 471.67858,634.6994 471.13617,635.7247 470.59375,636.75 z "
id="16178-23" />
<path
style="fill:#001ed2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 487.34375,645.28125 C 483.84813,645.84319 483.61483,650.334 480.75,652 C 477.63176,657.76189 485.1017,662.38439 489.5625,664.0625 C 495.31453,662.74832 501.26085,660.67789 506.21875,657.53125 C 507.0146,652.85008 500.93975,650.51759 497.96875,647.84375 C 494.83833,646.03163 490.89876,645.5033 487.34375,645.28125 z "
id="16508-23" />
<path
style="fill:#00a046;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 601.65625,634.25 C 597.10696,635.02846 596.66174,641.59154 591.78125,641.625 C 587.53998,643.25906 585.82614,647.55677 584.90625,651.4375 C 581.63863,654.80276 580.87546,663.59233 587,664 C 589.78636,663.45363 590.19424,659.48343 593.71875,660.625 C 598.19705,659.53773 606.56747,662.80121 608.125,658.6875 C 607.62098,651.76062 611.09727,643.824 607.71875,637.375 C 606.12994,635.82491 604.04182,634.03334 601.65625,634.25 z "
id="16169-23" />
<path
style="fill:#00fa50;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 377.5625,622 C 375.27845,623.68979 371.32145,622.83859 370.3125,626.375 C 366.42617,634.84655 363.52664,644.23561 365.84375,653.53125 C 362.33464,657.88673 367.92199,662.67045 372.15625,659.65625 C 376.47821,660.79298 381.17343,659.88156 385.3125,661.84375 C 389.40167,662.7602 389.48473,658.11826 390.3125,655.5 C 394.29874,651.91599 392.75009,645.86823 396.75,642.25 C 400.42865,638.46408 404.16746,631.18123 399.71875,626.6875 C 394.8049,624.22055 388.89884,626.5732 384,625.46875 C 382.24155,624.04566 380.29497,620.92886 377.5625,622 z "
id="16203-23" />
<path
style="fill:#00b414;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 454.03125,635.625 C 452.28392,636.806 453.37437,639.12684 450.65625,638.3125 C 446.42494,640.17139 451.37494,645.52946 448.03125,648.3125 C 444.06327,653.85566 449.34459,662.08043 455.625,661.90625 C 459.80929,658.88953 464.11573,653.9913 464.59375,648.625 C 463.17649,643.65557 458.14552,640.94263 456.46875,636.0625 C 456.08125,635.03731 454.76494,635.33271 454.03125,635.625 z "
id="16036-23" />
<path
style="fill:#00fad2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 579.71875,645.625 C 575.58658,645.01687 571.55949,649.89369 575.25,653 C 575.46878,656.51779 576.16537,662.29885 581.1875,660.96875 C 585.95463,659.93195 584.92969,654.1526 588.0625,651.46875 C 590.79978,645.56193 583.70581,645.12729 579.71875,645.625 z "
id="16532-23" />
<path
style="fill:#00c8be;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 290.53125,646.125 C 285.62188,647.11333 281.65775,652.06646 280.625,656.78125 C 282.01506,661.59527 287.93606,656.83702 290.9375,656.28125 C 296.359,655.48861 296.29224,645.53325 290.53125,646.125 z "
id="16475-23" />
<path
style="fill:#006e0a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 308.03125,646.40625 C 304.16217,649.20624 309.07879,652.83748 311.75,653.8125 C 312.57221,657.53191 318.70074,660.95696 320.28125,656.03125 C 322.0666,652.00076 318.74592,648.15975 314.625,648.125 C 312.39097,647.76032 310.34438,645.33183 308.03125,646.40625 z "
id="16002-23" />
<path
style="fill:#0028d2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 494.375,632.21875 C 489.41639,633.81002 486.9599,639.26813 484.46875,643.46875 C 486.29883,647.85411 492.40694,648.57099 496.5625,649.5625 C 501.25363,651.29638 503.13321,658.61889 508.34375,658.96875 C 513.13279,657.24038 517.03525,653.11735 516.34375,647.6875 C 517.37749,643.92643 515.84015,639.53406 511.59375,639.71875 C 507.15594,636.51366 500.95254,636.49451 496.96875,632.53125 C 496.17466,632.16964 495.23492,632.07148 494.375,632.21875 z "
id="16509-23" />
<path
style="fill:#00b4aa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 315.1875,640.53125 C 313.14608,642.81263 307.55952,648.10565 312.21875,650.65625 C 314.77211,651.24984 318.49409,650.55294 318.03125,654.3125 C 320.40102,657.70982 325.31913,653.97288 328.46875,656.75 C 331.97559,657.72434 332.9348,652.65208 336.5625,653.03125 C 341.00121,651.31831 345.74027,656.74098 350.03125,653.6875 C 352.19918,649.56475 345.41191,648.24483 342.71199,646.65456 C 339.47632,644.6614 335.71006,645.13853 332.375,645.53125 C 326.77274,644.04365 321.56848,641.47552 316.125,639.46875 L 315.46338,640.21859 L 315.1875,640.53125 z "
id="16423-23" />
<path
style="fill:#005a14;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 474.40625,629.21875 C 467.51948,632.06049 472.4814,642.33522 475.1875,646.90625 C 476.41037,650.07386 473.43264,658.12869 479.375,656.71875 C 483.19643,653.7238 488.64705,649.25472 487.5,643.84375 C 486.61079,642.27195 489.93025,639.53209 486.84375,638.125 C 483.9783,637.10173 480.67756,636.33931 479.875,632.84375 C 478.83058,630.84736 476.8474,628.8578 474.40625,629.21875 z "
id="16027-23" />
<path
style="fill:#00aadc;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 530.40625,633.15625 C 524.22223,634.17042 517.01013,637.04463 513.90625,642.78125 C 514.28998,646.20701 511.48368,651.01868 515.625,652.875 C 515.53367,657.0858 520.84847,656.26413 522.40625,653.4375 C 527.22598,647.90377 533.43565,642.8734 536.46875,636.125 C 536.60754,632.85779 532.70101,632.99005 530.40625,633.15625 z "
id="16551-23" />
<path
style="fill:#00c85a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 252.84375,626.71875 C 249.57787,627.19072 248.87545,631.24379 250.96875,633.1875 C 248.98569,635.52095 246.15561,638.23079 249.0625,641.0625 C 250.83395,645.0348 247.30256,652.70943 253.0625,654.03125 C 257.31368,654.96007 258.81548,650.45237 261.125,648.15625 C 264.32317,646.79415 262.34679,642.50683 263.09375,640.5 C 267.25456,640.03947 266.22944,635.05987 263.27454,633.56174 C 260.19334,631.07597 257.1707,626.82017 252.84375,626.71875 z "
id="16223-23" />
<path
style="fill:#00c81e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 279.625,625.15625 C 275.04017,627.28994 275.0901,633.52904 271.71875,636.96875 C 269.49332,640.12383 271.27655,643.86805 274.3125,645.5 C 276.06605,649.40172 278.69015,655.55132 284.125,653.5 C 286.19038,651.67421 289.51817,647.95728 292.125,649.25 C 292.56298,655.49965 302.11157,653.63735 304.71875,649.90625 C 306.46865,644.13872 298.60622,640.77715 298.0625,635.34375 C 298.18614,631.56661 296.5599,627.32108 292.15625,627.125 C 288.08989,626.67727 283.98019,626.52915 280.25,625.0625 L 279.9375,625.0625 L 279.625,625.15625 z "
id="16063-23" />
<path
style="fill:#00aa78;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 444.375,634.1875 C 437.81918,636.34133 440.77542,644.93358 442.6875,649.53125 C 443.36924,652.59214 447.74492,654.98639 449.4375,651.375 C 453.95201,646.18153 452.04105,635.64607 444.9375,634.15625 C 444.7497,634.16245 444.55958,634.13606 444.375,634.1875 z "
id="16295-23" />
<path
style="fill:#00c846;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 326.03125,622.28125 C 318.87677,625.84309 315.94394,634.41575 314.53125,641.78125 C 321.46997,643.50576 328.09637,649.14926 335.46875,647.90625 C 340.37709,646.43296 344.83405,652.92903 349.84375,651.53125 C 352.1574,649.03777 349.41499,646.16125 347.09375,645.75 C 345.77387,642.48137 340.19277,643.24937 340.21875,639 C 341.34205,632.23982 331.13317,627.69105 326.8125,630.5 C 329.56541,628.37767 331.65784,621.80589 326.03125,622.28125 z "
id="16173-23" />
<path
style="fill:#0028b4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 320.71875,622.34375 C 316.11082,624.67794 311.70709,628.02906 306.21875,628 C 301.50152,629.42258 303.41817,635.22406 305.78125,637.90625 C 306.42883,641.91045 300.24135,646.56506 304.125,649.71875 C 312.16821,650.46249 318.04326,642.7286 319.1875,635.5 C 319.81061,631.51927 324.58553,629.0183 324.0625,624.9375 C 323.34864,623.73468 322.32185,621.95752 320.71875,622.34375 z "
id="16434-23" />
<path
style="fill:#00a050;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 347.90625,614.78125 C 343.52331,619.18886 341.30697,624.96967 341.21875,631.09375 C 340.38274,635.11007 335.09422,639.80774 339.65625,643.40625 C 341.2229,645.85554 344.58403,645.22265 345.53125,648 C 348.31165,651.00808 352.42346,647.42726 351.28125,644.3125 C 354.26125,642.23241 353.13453,637.41983 357,636.28125 C 359.65797,633.03346 358.50352,627.79649 362.6875,625.78125 C 364.45772,620.7588 356.55154,622.3913 354.71875,618.71875 C 352.95967,617.24638 350.23823,612.34848 347.90625,614.78125 z "
id="16194-23" />
<path
style="fill:#008c6e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 592.4375,620.0625 C 588.14744,620.38675 584.55585,623.36066 580.25,622.625 C 576.5966,625.42693 581.0472,630.95878 577.96875,634.4375 C 576.54584,637.46046 571.46416,636.91709 570.5625,640.71875 C 568.8041,645.60999 574.34062,648.15411 578.3125,648.21875 C 583.515,650.8219 588.8123,646.37596 593.1875,644.0625 C 597.8446,644.10373 598.4823,637.46204 602.5625,637.15625 C 605.23088,638.47332 609.25085,641.38107 611.21875,637.28125 C 614.82316,633.00868 615.37461,629.18907 609.71875,626.34375 C 607.54138,623.84591 604.31286,622.75476 601.34375,622.40625 C 598.96806,620.22673 595.54524,619.78519 592.4375,620.0625 z "
id="16267-23" />
<path
style="fill:#00a0a0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 298,616.65625 C 293.5039,619.98762 295.57894,627.05268 295.0625,631.90625 C 294.94187,637.73388 298.24246,644.14348 303.40625,646.8125 C 307.45558,646.31653 309.14981,640.37348 307.96875,636.90625 C 304.99196,633.63017 307.10713,629.4188 306.0625,625.6875 C 305.20287,623.6246 301.59945,624.18088 302.625,621.25 C 302.60418,618.84144 300.85927,615.44603 298,616.65625 z "
id="16394-23" />
<path
style="fill:#004614;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 462.6875,630.46875 C 459.12616,632.94116 460.38461,639.19139 462.5,642.34375 C 466.69915,646.73599 472.53054,641.57714 473.28125,636.8125 C 475.08135,632.7877 470.57392,630.19992 467,630.96875 C 465.52014,631.018 464.13267,629.94108 462.6875,630.46875 z "
id="16025-23" />
<path
id="16402-23"
d="M 511.14905,640.09095 C 510.81837,639.55595 508.65432,638.62845 506.34004,638.02985 C 504.02576,637.43125 500.81154,635.99395 499.19732,634.83595 C 497.58311,633.67795 494.99561,632.73045 493.44732,632.73045 C 491.16488,632.73045 490.63226,632.28905 490.63226,630.39715 C 490.63226,629.11385 489.73226,627.16385 488.63226,626.06385 C 487.53226,624.96385 486.63226,622.87995 486.63226,621.43295 C 486.63226,619.01925 486.90253,618.84605 489.90692,619.33355 C 492.62683,619.77495 493.80338,619.29515 496.852,616.50125 C 501.22058,612.49775 502.63226,610.08685 502.63226,606.62955 C 502.63226,603.54235 503.54794,603.40495 506.40189,606.06385 C 507.5826,607.16385 509.03328,608.06385 509.62563,608.06385 C 513.09294,608.06385 519.63226,616.13565 519.63226,620.41555 C 519.63226,621.20285 520.68678,622.11165 521.97564,622.43515 C 525.57585,623.33875 529.63226,627.94035 529.63226,631.12075 C 529.63226,633.37815 529.08502,634.02515 526.7401,634.54015 C 525.14941,634.88955 521.75879,636.50025 519.20537,638.11965 C 514.35872,641.19325 512.16244,641.73065 511.14905,640.09095 z "
style="fill:#00dca0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2712" />
<path
style="fill:#003200;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 577.3125,573.71875 C 570.9886,575.30242 573.86857,584.42601 569.03125,587.0625 C 564.15239,586.99571 559.99329,591.59104 559.25,595.90625 C 554.62581,599.526 557.88722,606.68303 556.625,611.78125 C 555.83085,616.03398 546.5412,615.60927 548.09375,621.125 C 549.26806,624.02258 555.12968,622.14759 552.9375,626.1875 C 552.96999,631.27026 551.09247,637.64734 554.21875,641.9375 C 556.68736,644.03278 559.33735,639.87489 561.5625,642.5625 C 566.96471,644.38841 572.24851,641.60405 576.6875,638.96875 C 582.52367,636.14801 582.56399,628.59342 581.09375,623.125 C 580.30397,616.71411 581.65458,609.6416 577.9375,604.03125 C 576.78796,600.77803 575.41587,596.30319 579.8125,594.96875 C 586.70978,591.79515 590.35168,584.95378 592.59375,578.0625 C 588.91894,577.79769 584.5995,579.42007 582.75,575.53125 C 581.18907,574.35879 579.24748,573.46415 577.3125,573.71875 z "
id="15971-23" />
<path
style="fill:#005a8c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 259.25,610.65625 C 254.59829,611.87454 246.69189,610.14337 244.46875,615.65625 C 244.42904,621.08685 247.97729,627.15074 252.9375,629.375 C 259.60915,631.08721 263.27869,639.47814 270.53125,640.1875 C 275.15553,638.79702 277.16815,633.07959 278.75,628.90625 C 279.74643,624.01649 273.31248,624.79219 272.09375,620.96875 C 270.92562,617.90396 270.04928,614.23141 266.46875,613.375 C 264.86974,611.12781 262.02084,610.2588 259.25,610.65625 z "
id="16337-23" />
<path
style="fill:#000a3c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 444.09375,620.78125 C 440.31483,621.82202 442.98307,626.74281 439.9375,628.53125 C 437.77683,633.58595 443.91458,636.17018 447.15625,638.375 C 448.74737,642.09585 454.72045,641.69546 455.9375,638.125 C 458.6685,637.11205 461.18722,641.91874 462.96875,637.90625 C 464.85687,632.5484 464.03156,624.06615 456.90625,623.34375 C 454.65556,623.21499 452.94008,624.37958 451,622.46875 C 448.79951,621.62715 446.49402,620.6615 444.09375,620.78125 z "
id="16121-23" />
<path
style="fill:#008246;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 481.71875,621.3125 C 477.77903,622.84221 475.59692,628.43615 476.71875,632.4375 C 478.12911,637.60451 484.0592,642.00904 489.21875,640.40625 C 495.89202,634.78682 489.49632,621.84338 481.71875,621.3125 z "
id="16166-23" />
<path
style="fill:#00aa28;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 343.375,605.6875 C 338.81383,606.97757 338.23249,612.08239 336.71875,615.6875 C 334.50356,619.60034 327.83075,617.81333 326.78125,622.90625 C 327.75343,626.0254 325.34303,628.02199 323.84375,630.40625 C 322.1624,634.1177 327.06116,634.66229 329,632.4375 C 333.87093,630.53823 336.05362,636.60019 340.15625,637.0625 C 346.66927,634.41371 342.7318,625.54802 346.6875,620.90625 C 348.8333,617.30889 353.98774,613.60646 348.4375,610.5 C 346.51312,609.06562 346.41833,605.20309 343.375,605.6875 z "
id="16085-23" />
<path
style="fill:#005a82;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 507.6875,596.34375 C 502.58035,596.90019 501.438,604.51915 506.21875,606.65625 C 509.23715,609.3643 513.63918,609.3642 515.71875,613.3125 C 519.15296,616.31571 517.47374,622.844 523,623.53125 C 526.52037,625.31024 530.05825,628.66763 528.96875,632.875 C 531.01301,638.98198 539.51287,635.10958 540.875,630.4375 C 543.26845,629.91278 546.86061,629.63792 546.625,626.1875 C 546.53186,618.91752 555.88874,617.60064 560.26791,613.63945 C 561.07123,611.87228 549.88876,613.68357 546.0625,613.28125 C 540.26929,613.82989 533.06603,612.62058 530.96875,606.375 C 527.9573,600.47941 522.13455,596.3067 515.29383,596.99481 C 512.72334,596.82262 510.29099,596.16802 507.6875,596.34375 z "
id="16312-23" />
<path
style="fill:#006ebe;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 443.0625,615.46875 C 438.80428,620.09813 432.6341,621.46159 427.03125,623.34375 C 423.57913,624.81155 417.78408,629.84123 422.375,633.28125 C 428.15409,634.93146 434.69401,635.17309 440.65625,634.5 C 443.85905,632.90752 441.90178,628.67873 444.15625,626.25 C 445.59459,621.40654 446.44688,616.37883 447.6875,611.46875 C 446.14583,612.80208 444.60417,614.13542 443.0625,615.46875 z "
id="16466-23" />
<path
style="fill:#0050aa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 425.625,605.71875 C 419.43393,607.84101 415.90999,614.68756 415.03125,620.8125 C 410.62771,624.52907 412.82272,631.90905 418.3125,633.0625 C 423.58139,635.39269 423.71787,627.40424 425.23067,624.25016 C 426.2245,618.58007 430.36559,612.38167 428.5625,606.65625 C 427.92447,605.7446 426.67596,605.49873 425.625,605.71875 z "
id="16413-23" />
<path
style="fill:#00503c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 464.53125,619.34375 C 460.80903,621.89489 457.45282,627.82682 462.15625,631.1875 C 464.78862,634.87183 473.57265,635.51126 473.21875,629.59375 C 471.58941,625.69751 469.79664,619.58719 464.9375,619.0625 L 464.53125,619.34375 z "
id="16128-23" />
<path
style="fill:#005a78;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 467.90625,623.9375 C 469.48003,627.08973 471.84105,634.689 476.53125,630.9375 C 479.7244,629.233 483.76065,622.65507 478.34375,621.25 C 474.41102,620.80883 470.42164,621.1894 466.46875,621.0625 C 466.94792,622.02083 467.42708,622.97917 467.90625,623.9375 z "
id="16287-23" />
<path
style="fill:#0014d2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 606.625,569.1875 C 600.83867,570.49484 596.31544,575.74685 596.3125,581.6875 C 594.3641,583.91612 593.09466,577.83461 591.42782,577.05414 C 588.95288,575.30201 588.11212,583.78011 585.96875,586.375 C 583.42638,592.09157 573.44779,592.23774 574.0625,599.71875 C 574.30389,605.04877 578.87459,608.97174 577.625,614.625 C 577.3383,618.49161 577.0811,626.06493 582.90625,625.40625 C 588.58096,623.96654 595.91902,620.32964 600.90625,625.125 C 605.61621,624.65055 608.15806,629.0412 611.71875,631.3125 C 616.83199,633.88515 617.32415,626.42393 618.5625,623.375 C 620.0939,619.86959 620.04576,615.55305 619.21875,612.125 C 623.60253,607.42175 624.1397,599.855 623.40625,593.6875 C 622.52398,589.61079 617.90879,588.47837 615.75,585.6875 C 616.52787,580.28741 611.82762,576.95025 609.625,572.84375 C 609.85255,570.99643 608.72523,568.91102 606.625,569.1875 z "
id="16507-23" />
<path
style="fill:#00f01e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 294.6875,591.125 C 290.90237,591.88631 283.04011,590.37382 284.40625,596.40625 C 285.6724,604.9826 285.13444,613.47692 283.125,621.84375 C 281.80342,628.52283 289.9748,630.59212 295,630.09375 C 301.41329,628.67254 295.20512,620.82772 299.84375,617.75 C 301.35541,615.08255 298.16828,612.99654 299.3125,610.28125 C 298.99813,606.84233 294.68663,605.36588 296.25,601.46875 C 295.48977,598.73787 299.56244,589.23789 294.6875,591.125 z "
id="16067-23" />
<path
id="16443-23"
d="M 305.63226,626.99695 C 305.63226,626.00785 304.73226,624.91295 303.63226,624.56385 C 302.30145,624.14145 301.6204,623.03145 301.59682,621.24645 C 301.57734,619.77105 300.91828,617.43885 300.13226,616.06385 C 297.22773,610.98285 298.06555,609.43415 304.38226,608.20725 C 307.54476,607.59305 311.13929,607.36055 312.37011,607.69065 C 313.83157,608.08255 314.8001,607.79005 315.16179,606.84745 C 315.96594,604.75185 319.44016,605.34455 321.21627,607.88035 C 322.05744,609.08125 321.3399,611.01304 322.09665,611.01304 C 323.99701,611.01304 324.33642,612.28008 323.54332,616.50768 C 323.06374,619.06408 319.50109,623.65829 320.42295,623.65829 C 321.12579,623.65829 317.59499,625.01435 315.55309,626.11235 C 314.22164,626.82825 311.44476,627.72475 309.38226,628.10465 C 306.18307,628.69385 305.63226,628.53115 305.63226,626.99695 z "
style="fill:#0082b4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2686"
sodipodi:nodetypes="cssssssssssssc" />
<path
style="fill:#00d200;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 398.875,580.25 C 394.28672,582.5209 388.5753,582.66062 384.40625,585.8125 C 379.21013,592.85989 380.37799,602.77102 377.13923,610.70448 C 376.74479,615.52773 371.20767,620.30882 373.6875,625.09375 C 376.28699,627.82137 379.36988,621.72759 381.03125,626.21875 C 385.51879,631.60047 393.04791,626.46117 398.6413,629.20864 C 404.86593,632.5947 403.10721,623.89367 404.71324,620.24189 C 407.49276,614.17055 404.43682,608.17397 405.10691,601.87509 C 404.23657,595.46774 407.62006,587.2477 402.8125,581.9375 C 401.733,580.96393 400.38677,580.07602 398.875,580.25 z "
id="15987-23" />
<path
style="fill:#001e3c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 405.75,584.65625 C 400.70979,586.04604 403.16298,593.24122 402.25,597.03125 C 401.9956,602.49416 402.3373,608.13884 403.3125,613.34375 C 402.8519,616.68235 399.47197,622.21984 404.94448,623.15744 C 408.74341,623.79539 408.1115,629.4846 412.46875,629.34375 C 416.60307,628.65375 415.42083,622.99564 417.875,620.4375 C 418.183,614.2443 423.07042,609.19422 428.59375,607.09375 C 431.60227,604.3685 427.45621,600.94448 424.53125,602.6875 C 422.68627,602.1863 423.07031,598.90422 420.875,598.09375 C 416.90041,596.39553 420.50746,590.52104 415.90625,589.03125 C 411.73932,588.6854 410.06841,584.33232 405.75,584.65625 z "
id="16123-23" />
<path
style="fill:#00648c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 284.1875,598.15625 C 280.36183,600.35283 283.39519,606.29344 282.3125,609.34375 C 278.44637,611.64723 274.83852,604.90772 271.625,609.0625 C 267.06782,613.83825 266.99253,622.72052 273.40625,625.90625 C 277.00838,627.55109 282.0909,630.03016 285.5625,628.0625 C 286.40605,623.71088 285.75512,619.03215 287.3125,614.65625 C 287.95376,609.47287 289.38819,602.83029 286,598.40625 C 285.56076,597.85736 284.76424,598.04358 284.1875,598.15625 z "
id="16338-23" />
<path
style="fill:#009696;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 359.3125,598.25 C 354.30219,598.51926 354.7272,604.39726 356.875,607.4375 C 358.45759,611.79818 362.7938,614.46431 366.125,616.71875 C 363.75264,620.14764 362.59656,627.54635 368.53125,627.65625 C 373.50425,629.07352 374.77158,622.01855 376.84375,619.03125 C 378.4203,614.94128 383.37321,608.16938 377.78125,605.15625 C 372.1787,602.11913 365.87627,598.27321 359.3125,598.25 z "
id="16368-23" />
<path
id="16465-23"
d="M 425.67488,620.43995 C 426.75144,617.31085 427.63226,613.72275 427.63226,612.46635 C 427.63226,609.24145 428.81805,608.86525 433.6308,610.56335 C 437.77837,612.02665 442.63226,611.69885 442.63226,609.95545 C 442.63226,609.46505 443.08226,609.06385 443.63226,609.06385 C 444.18226,609.06385 444.63226,610.46155 444.63226,612.16995 C 444.63226,614.35695 443.82806,615.91035 441.91434,617.41995 C 438.28013,620.28665 431.66371,623.20125 430.46799,622.46235 C 429.93903,622.13535 428.74709,622.51855 427.81925,623.31375 C 424.05146,626.54305 423.72544,626.10605 425.67488,620.43995 z "
style="fill:#0064be;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2676" />
<path
style="fill:#006446;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 436.125,597.59375 C 437.67568,602.28025 445.49946,603.60945 443.125,609.875 C 443.57596,614.60192 441.24828,622.82055 447.78125,624.25 C 451.79917,625.35661 455.85992,625.7666 459.75,626.65625 C 466.72381,623.34271 468.22339,613.64145 466.8125,606.75 C 463.6923,604.35026 463.39527,597.13562 457.9375,598.84375 C 455.46072,599.40455 453.2957,601.78848 450.84375,599.46875 C 446.61032,597.95449 442.1819,597.52678 438.15625,595.59375 C 436.10232,595.33533 435.83768,595.50858 436.125,597.59375 z "
id="16163-23" />
<path
id="16323-23"
d="M 359.84507,622.75805 C 358.03712,622.20535 355.33712,620.24535 353.84507,618.40235 C 352.35303,616.55935 349.89476,613.53235 348.38226,611.67565 C 345.20742,607.77825 344.9024,606.06535 347.38226,606.06005 C 348.34476,606.05805 350.51476,605.21325 352.20449,604.18295 L 355.27671,602.30945 L 357.58071,607.16235 C 359.02751,610.20975 361.14884,612.76105 363.28245,614.01995 C 366.22141,615.75395 366.59268,616.39865 366.03208,618.79425 C 365.04009,623.03325 363.65285,623.92205 359.84507,622.75805 z "
style="fill:#00c882;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2672" />
<path
style="fill:#002846;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 473.875,599.90625 C 470.28384,600.355 470.69106,604.69425 473.3125,606.15625 C 473.84174,609.36842 477.52356,611.08545 476.90625,614.6875 C 477.32635,618.9937 481.10928,626.6106 486.40625,623.53125 C 489.24361,620.36905 485.84104,616.46707 485.21875,613.40625 C 485.40935,609.5832 491.73762,608.99929 489.9375,605.09375 C 486.80058,601.38164 480.89341,606.06513 478.1875,601.625 C 476.97009,600.68998 475.47896,599.71584 473.875,599.90625 z "
id="16151-23" />
<path
style="fill:#00d2a0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 469.53125,601.8125 C 465.30619,604.01548 464.67342,609.4255 464.90625,613.625 C 462.92511,617.34264 464.00971,622.77929 468.71875,623.375 C 472.53398,623.73067 478.87913,625.22835 480.78125,620.96875 C 481.6012,617.53269 478.35664,614.89953 479.15625,611.65625 C 477.7715,608.89768 476.40985,606.85984 475.0625,604.25 C 473.78054,602.64711 471.65585,601.14654 469.53125,601.8125 z "
id="16401-23" />
<path
style="fill:#00fabe;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 321.09375,610.28125 C 325.24593,613.86989 321.31758,619.96747 319.8125,623.6875 C 320.47745,626.93943 324.38465,629.24325 326.34375,625.6875 C 330.22521,623.374 332.80206,619.90787 331.11721,615.16652 C 333.05816,607.98666 325.11863,607.71817 320.12844,606.24946 C 312.98955,603.68211 320.22009,608.25297 321.09375,610.28125 z "
id="16480-23" />
<path
style="fill:#00500a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 321.71875,602.09375 C 316.42592,603.16097 320.56926,610.03159 324.1875,610.71875 C 326.80173,610.67542 329.06388,612.04685 328.0625,614.90625 C 327.27803,617.91445 328.4306,623.15447 332.5625,621.5 C 336.77453,619.88156 342.09967,616.38977 340.0625,611.0625 C 339.14183,606.74742 334.15824,602.21179 330.21875,606.28125 C 327.99699,603.89238 325.11928,601.66894 321.71875,602.09375 z "
id="15999-23" />
<path
style="fill:#0050d2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 488.25,606.28125 C 482.21226,607.65872 480.8395,618.02088 487.375,619.78125 C 491.88258,621.64277 499.46059,618.23467 495.75,612.8125 C 493.80583,610.41678 491.78665,606.26426 488.25,606.28125 z "
id="16513-23" />
<path
style="fill:#00c832;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 251.625,598.1875 C 245.17721,597.35664 238.36977,604.1961 241.6875,610.5625 C 242.06395,614.65181 246.12826,616.5481 249.71875,614.84375 C 254.18036,614.68826 259.39394,612.1637 263.59375,614.0625 C 265.2007,617.30848 269.90958,617.95132 271.40625,614.34375 C 275.11464,610.43204 274.93758,602.78976 268.96875,601.25 C 265.75978,599.41708 262.44719,600.79881 259.9375,602.90625 C 256.44116,603.7544 257.11054,597.47354 253.125,598.1875 C 252.62334,598.21127 252.12633,598.09682 251.625,598.1875 z "
id="16113-23" />
<path
style="fill:#00c828;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 522.53125,576.65625 C 518.71398,576.99219 517.98622,581.13543 516.6875,583.6875 C 512.5099,586.95401 518.44367,590.74483 518.96875,594.28125 C 522.24705,600.6557 527.83919,605.54334 531.34375,611.78125 C 536.16342,616.98061 543.60053,616.97003 550.0625,615.84375 C 553.61851,615.94524 553.19921,611.56939 550.125,611.15625 C 544.34591,606.06889 538.31696,601.30168 531.75,597.21875 C 527.79272,594.44758 531.57927,589.1861 529,585.5 C 527.45215,582.59234 526.70801,576.79774 522.53125,576.65625 z "
id="16088-23" />
<path
style="fill:#00d264;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 488.46875,595.15625 C 483.20602,597.89533 486.36919,605.12154 489.28125,608.5625 C 491.89196,611.36432 495.24201,618.82847 499.71875,614.6875 C 502.89566,611.60382 506.00826,604.23435 501.28125,601.375 C 497.10023,601.44926 493.43508,600.20735 492,596.125 C 491.16353,595.15517 489.67559,594.70803 488.46875,595.15625 z "
id="16249-23" />
<path
style="fill:#00fa82;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 524.09375,570.625 C 519.80357,572.12641 521.92355,577.97157 525.78125,578.53125 C 533.26545,582.03925 537.25418,590.15952 542.5625,596.1875 C 544.84456,600.3108 549.05399,605.83182 545.9375,610.46875 C 546.52339,614.76147 552.68728,614.61735 556.125,614.96875 C 561.40531,613.59702 558.54817,606.16474 559.36375,602.3752 C 558.46628,599.15619 561.2881,598.06589 562.4375,595.6875 C 562.95381,590.18978 557.01272,586.5761 553.4375,583.28125 C 550.08451,581.63966 547.22192,579.46256 545.40625,576.15625 C 542.26125,572.53757 537.13467,574.20447 533.3125,573.5 C 531.40097,570.59811 527.87139,572.74269 525.59375,570.625 C 525.10232,570.55844 524.57973,570.50492 524.09375,570.625 z "
id="16328-23" />
<path
style="fill:#00a00a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 280.9375,599.28125 C 277.34665,600.61667 270.81448,601.584 270.71875,606.3125 C 273.02618,611.05486 280.73067,614.82391 284.9375,610.65625 C 285.63969,607.09124 286.16009,601.38941 282.5,599.25 C 281.98081,599.2753 281.4531,599.20671 280.9375,599.28125 z "
id="16007-23" />
<path
style="fill:#00be3c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 435.5625,599.3125 C 436.00425,604.82207 428.05332,599.87337 426.84375,604.65625 C 426.33235,609.77661 433.23784,611.24171 437.09375,612.125 C 439.95265,613.13471 442.38054,611.44312 444.1875,609.875 C 448.75847,607.28511 443.9293,601.403 440.77943,599.73208 C 438.44126,598.72875 435.76278,594.03207 435.5625,599.3125 z "
id="16141-23" />
<path
style="fill:#005adc;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 323.78125,586.28125 C 318.28796,589.59981 319.01444,597.53095 319.625,603.03125 C 321.29196,606.3337 326.2035,604.02552 327.90625,607.5625 C 330.70365,610.43779 334.54125,604.75924 336.40625,609.21875 C 338.48878,612.21623 341.73934,610.40666 343.59375,608.34375 C 346.49827,607.35246 351.57922,606.42055 349.625,602.0625 C 348.28753,598.19508 345.60975,594.80257 347.375,590.46875 C 346.9013,585.06819 340.40019,588.47975 338.65625,591.34375 C 333.26036,591.79345 329.08367,587.08932 324.09375,586.1875 L 323.78125,586.28125 z "
id="16541-23" />
<path
style="fill:#0032aa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 522.78125,577.8125 C 525.47022,583.10165 528.00901,588.63478 527.125,594.625 C 529.64224,602.29324 539.65473,603.31882 544.0625,609.71875 C 546.65079,612.57266 551.26402,609.46725 549.5625,605.96875 C 547.88467,595.3271 538.92971,587.99722 532.625,579.9375 C 529.29265,576.47026 524.61376,574.96067 520.5,572.625 C 521.26042,574.35417 522.02083,576.08333 522.78125,577.8125 z "
id="16410-23" />
<path
style="fill:#00dc64;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 296.03125,590.625 C 291.94793,593.50255 293.8369,599.98833 293.90625,604.3125 C 293.7924,609.54428 299.87686,610.88042 303.90625,609.1875 C 307.66803,609.31881 312.80312,605.85245 309.6875,601.875 C 307.70718,598.51453 304.23908,595.86164 301.46875,593.65625 C 300.79904,591.54007 298.21112,589.92979 296.03125,590.625 z "
id="16250-23" />
<path
style="fill:#00e6c8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 299.4375,576.53125 C 295.70965,578.0816 295.9451,583.08552 296.03125,586.28125 C 292.88645,588.79356 295.68728,593.11148 298.625,593.90625 C 299.1347,597.59748 304.09898,597.14575 305.46875,600.625 C 308.14408,603.16551 308.40968,608.97917 313.375,608.4375 C 315.43845,607.50688 316.71922,605.67456 319.125,605.5 C 325.3347,600.01017 321.45367,589.78669 316.1875,584.96875 C 312.00398,580.41982 304.86278,580.99017 300.6875,576.5625 C 300.28829,576.43959 299.84112,576.4235 299.4375,576.53125 z "
id="16503-23" />
<path
id="16316-23"
d="M 377.13226,605.03955 C 376.03226,604.61095 372.0826,602.87955 368.35524,601.19185 C 362.5238,598.55135 361.71309,597.87495 362.54484,596.34355 C 363.07648,595.36465 363.77506,593.31495 364.09724,591.78865 C 364.41942,590.26225 366.17156,587.33725 367.99088,585.28865 C 369.81021,583.23995 371.57832,580.79285 371.92002,579.85055 C 372.49223,578.27265 373.06779,578.32825 379.20848,580.55565 C 386.96655,583.36955 387.68732,583.89385 385.48895,585.12415 C 384.03675,585.93685 382.3058,591.24365 379.92209,602.19125 C 379.2462,605.29545 378.84375,605.70625 377.13226,605.03955 z "
style="fill:#008282;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2640" />
<path
style="fill:#00a0c8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 462.9375,582.15625 C 458.3048,585.17932 458.80518,591.98576 455.15625,595.96875 C 453.39347,599.5077 457.58391,602.37535 460.40625,601.40625 C 461.61462,604.23031 463.70111,609.95893 467.6875,607.125 C 471.14419,604.90779 473.3664,599.28948 468.65625,597.0625 C 466.06683,595.0166 469.37027,590.33625 467.5625,587.46875 C 467.099,585.20314 465.89214,581.53651 462.9375,582.15625 z "
id="16496-23" />
<path
style="fill:#00285a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 474.78125,578.65625 C 470.66335,580.23925 471.33117,586.3487 473.90625,588.9375 C 472.07405,592.67207 465.69976,595.45667 468.53125,600.46875 C 469.90753,604.86794 474.96353,600.67845 477.03125,604.03125 C 479.54611,607.22543 484.63951,608.33747 486.9375,604.28125 C 491.47395,597.76876 484.80735,590.79667 481.98066,585.13398 C 480.10151,582.92968 478.40799,578.07463 474.78125,578.65625 z "
id="16207-23" />
<path
style="fill:#00dc82;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 292.96875,564.15625 C 288.12216,564.0585 283.7785,567.33054 279.53125,568.40625 C 273.34323,561.85561 262.90875,565.06958 255.375,567 C 249.1032,569.34864 245.27193,576.00878 245.125,582.34375 C 242.69198,587.22011 247.64682,592.40875 250.375,596.15625 C 254.39547,598.54323 254.36112,606.53836 260.03125,605.875 C 262.90635,605.55375 263.55122,600.78185 266.75901,603.35392 C 273.33317,606.52525 280.60381,602.44275 286.1875,599.03125 C 288.0866,597.22718 285.62279,592.78497 289.6875,594.59375 C 293.06073,594.47017 297.65128,592.52738 297.25,588.71875 C 299.11982,585.37928 298.05961,581.16804 300.58623,577.89543 C 301.31517,574.03605 308.36104,567.01374 304.50577,565.42948 C 300.69619,564.65444 296.87931,563.81159 292.96875,564.15625 z "
id="16325-23" />
<path
style="fill:#002800;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 353.53125,584.625 C 351.62829,586.1374 349.69252,587.57851 346.96875,587.28125 C 344.01269,588.0251 345.22445,591.58109 343.9375,593.84375 C 344.31403,597.76361 346.32639,601.65678 348.375,604.9375 C 352.66106,607.33591 355.1947,601.18058 359.1875,601.09375 C 363.62141,599.67152 366.66604,591.54544 360.46875,590.375 C 356.38589,590.81183 357.76665,583.87703 353.53125,584.625 z "
id="15970-23" />
<path
style="fill:#00f0b4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 425.9375,584.25 C 420.11882,585.39128 413.19639,592.13551 417.46875,598.21875 C 419.60094,599.88209 420.57455,602.24714 422.125,604.15625 C 426.65945,605.54347 432.3249,605.87468 436.625,603.78125 C 441.04944,598.65153 434.45415,593.16701 432.34375,588.78125 C 431.06542,586.37469 428.99304,583.78155 425.9375,584.25 z "
id="16454-23" />
<path
style="fill:#00fa32;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 499.5,586.5 C 497.12109,590.57002 492.93588,593.58109 490.71875,597.46875 C 490.91609,604.97793 502.66035,606.26685 506.21875,600.3125 C 509.09686,597.77642 507.95534,594.11925 505.3125,592.1875 C 503.21163,590.20077 502.87192,582.00905 500.38453,585.38133 L 499.76429,586.16575 L 499.5,586.5 z "
id="16118-23" />
<path
style="fill:#00e6a0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 452.59375,580.21875 C 448.44235,580.20166 447.35478,584.89616 446.40625,587.84375 C 443.71236,590.92142 437.18463,591.54463 437.25,596.40625 C 440.72566,601.07672 447.44798,601.2024 452.59375,602.6875 C 457.83102,603.161 456.90365,596.8337 459.5,594.09375 C 461.62869,590.20579 464.27272,582.59655 458.1875,580.84375 C 456.37146,580.38559 454.48388,580.09336 452.59375,580.21875 z "
id="16403-23" />
<path
style="fill:#0028a0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 514.9375,586.3125 C 510.28049,587.33262 506.14302,593.40117 507.8125,597.9375 C 511.57458,600.56684 517.402,600.40545 521.6875,599.0625 C 524.13651,595.2879 520.18471,590.05018 517.59375,587 C 516.85867,586.43097 515.85707,586.19178 514.9375,586.3125 z "
id="16382-23" />
<path
style="fill:#000a32;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 465.84375,575.4375 C 462.05397,575.12932 459.93729,580.32698 463.40625,582.25 C 463.24123,584.82496 464.85092,586.95733 465.375,589.25 C 465.43842,592.32366 462.78849,599.84441 468.125,598.75 C 471.31418,595.82565 476.20175,592.74503 476.53125,588.1875 C 475.0064,586.371 474.43057,584.57535 474.1875,582.15625 C 473.22264,580.29165 470.97752,580.26087 471.375,577.78125 C 470.61469,575.45533 467.89945,575.25382 465.84375,575.4375 z "
id="16094-23" />
<path
style="fill:#00f05a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 491.1875,578.09375 C 487.24164,579.58938 482.27489,581.72751 480.59375,585.875 C 482.06912,590.71844 484.64536,598.12404 490.78125,598.03125 C 496.10973,597.25241 501.11203,590.98614 497.01233,585.9871 C 495.23301,583.75145 494.87033,577.86423 491.1875,578.09375 z "
id="16227-23" />
<path
style="fill:#004696;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 436.25,573.96875 C 433.44035,577.58519 425.33213,575.17181 424.65625,580.375 C 426.86478,586.39221 430.80586,592.30629 435.1875,596.84375 C 439.62147,596.90795 443.55349,592.71284 447.15625,590.25 C 449.8142,588.59349 449.12198,585.16382 451.375,583.375 C 451.80711,579.51065 447.73594,574.8002 443.71875,575.03125 C 441.43162,576.91073 438.91281,573.0154 436.25,573.96875 z "
id="16360-23" />
<path
style="fill:#0082d2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 502.4375,580.71875 C 499.01143,580.24248 497.46798,583.79633 499.65625,586.15625 C 501.55144,590.04729 503.39547,597.85374 509.09375,596.6875 C 511.01967,594.53075 511.03622,591.11732 514.03125,589.46875 C 520.00223,585.1311 522.53439,581.72032 513.28125,581.53125 C 509.7126,580.84982 506.08094,580.47668 502.4375,580.71875 z "
id="16518-23" />
<path
style="fill:#001e6e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 342.15625,576.09375 C 340.10772,576.76224 338.9971,578.85804 336.46875,577.5 C 330.59433,576.64114 330.68534,584.8749 325.71875,585.9375 C 324.37864,590.71367 331.17977,592.98216 334.9375,593.5625 C 337.69643,594.52172 340.99901,593.66167 342.1875,591.0625 C 346.19645,591.05775 348.83668,585.79041 346,582.9375 C 345.30098,580.50799 346.05703,575.97163 342.15625,576.09375 z "
id="16256-23" />
<path
style="fill:#006478;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 355,564.8125 C 350.13896,566.07951 353.70777,572.61051 351.625,575.78125 C 350.51328,578.89819 349.45148,582.90126 352.75,585.03125 C 354.36661,589.03796 358.50316,596.05953 363.5625,592.15625 C 366.15135,588.29793 369.52158,584.93857 372.0625,581.09375 C 373.37052,576.36272 370.3903,571.07445 367.0625,567.875 C 364.22067,567.00818 361.45253,566.2572 358.65625,565.125 C 357.45153,564.93734 356.23123,564.68755 355,564.8125 z "
id="16288-23" />
<path
style="fill:#003c50;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 541.25,564.28125 C 535.65632,565.13678 528.7849,566.29331 525.1875,571 C 524.2651,574.56972 528.44597,574.49552 530.6875,574.59375 C 534.45502,578.99051 541.77163,573.70967 544.6875,579.5 C 547.76209,584.7321 554.82498,585.69528 557.90625,591.09375 C 560.01622,594.34034 563.70828,592.70655 565.71875,590.625 C 569.16906,590.18781 572.87006,588.99116 573.75,585.09375 C 574.79402,581.62304 578.56119,575.49595 574.21875,573.125 C 570.92166,572.25195 568.20085,578.01815 565.53125,574.0625 C 561.81717,571.1426 557.00422,570.45083 553.125,567.78125 C 549.37971,567.50018 546.45933,564.93778 542.8125,564.3125 C 542.29247,564.27344 541.77102,564.20841 541.25,564.28125 z "
id="16184-23" />
<path
style="fill:#00fa64;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 315.46875,561.40625 C 309.30638,562.79281 310.81647,571.48463 312.84375,575.71875 C 314.64817,578.26574 316.28701,581.10486 314.59375,584.125 C 314.40531,587.86019 317.49005,592.34302 320.875,593 C 324.82289,588.66728 328.81366,583.26517 329.9375,577.34375 C 330.36394,571.93437 324.75638,569.14232 320.28125,568.3125 C 323.21918,564.32486 319.74274,560.91342 315.46875,561.40625 z "
id="16253-23" />
<path
style="fill:#003c6e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 408.125,568.6875 C 400.20879,569.88235 396.93743,583.03945 404.6875,586.59375 C 409.52277,587.57257 413.32391,593.89854 418.71875,591.25 C 421.56854,588.92191 425.06084,587.54953 428.0625,585.90625 C 429.44913,581.43164 424.08589,578.03163 421.9375,574.625 C 418.47242,570.87999 413.06735,568.92537 408.125,568.6875 z "
id="16259-23" />
<path
style="fill:#00dc96;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 489.6875,556.875 C 485.40183,559.09239 486.8572,565.43958 485.84375,569.46875 C 484.9863,574.19346 491.0979,575.18083 491.34375,579.6875 C 493.5792,583.13811 493.91839,589.78174 498.75,590.375 C 502.29003,589.83449 503.41413,584.72303 501.34375,583.40625 C 504.4658,584.82444 509.25526,582.48592 507.1875,578.6875 C 502.71793,573.08867 500.27354,566.08251 495.5625,560.625 C 493.85017,559.18569 492.24219,556.56426 489.6875,556.875 z "
id="16375-23" />
<path
style="fill:#00f014;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 349.3125,571.71875 C 344.97091,571.53082 341.12808,575.07912 342.46875,579.625 C 342.36974,582.96924 344.83644,585.16078 345.21875,588.25 C 348.70703,593.53015 358.51455,586.38965 353.65625,581.90625 C 351.94278,579.70096 356.79032,574.30531 352.53125,572.28125 C 351.55211,571.74087 350.41515,571.62513 349.3125,571.71875 z "
id="16042-23" />
<path
style="fill:#002896;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 231.65625,556.8125 C 225.91991,558.54975 225.84541,566.35245 225.09375,571.34375 C 225.73366,576.65152 221.6417,583.04955 225.1875,587.71875 C 228.27252,589.83035 234.35698,589.91696 235,585.34375 C 238.17169,582.05755 238.55915,577.14833 240.375,573.4375 C 247.9239,571.48754 246.87704,557.63929 238.73977,557.60855 C 236.38634,557.19389 234.05704,556.67699 231.65625,556.8125 z "
id="16357-23" />
<path
style="fill:#000ad2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 338.25,562.28125 C 334.54012,564.22432 331.2702,567.07687 327.25,568.5625 C 323.11947,571.99693 329.77798,577.32429 325.9375,581.15625 C 323.39551,583.88221 324.97805,590.55113 329.28125,587.3125 C 332.51272,585.55429 332.54798,578.55555 337.15625,580.53125 C 341.40628,580.67883 346.32585,576.4495 345.84375,572.0625 C 344.29436,570.17181 344.57946,567.13993 342.09375,565.5625 C 341.09121,564.09581 340.51409,561.89367 338.25,562.28125 z "
id="16506-23" />
<path
style="fill:#00e65a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 401.375,555.125 C 399.1982,555.78291 397.86745,557.69994 395.3125,557.3125 C 386.34163,560.62457 382.24329,571.20427 381.40625,580 C 382.00257,583.00173 385.91145,583.00179 386.75,585.84375 C 390.4965,587.0123 395.74249,585.26544 397.96875,581.9375 C 399.44868,578.02472 397.36641,573.91262 395.875,570.375 C 400.79076,568.58873 405.26631,563.71492 406.03125,558.46875 C 405.63881,556.33317 403.52947,554.81971 401.375,555.125 z "
id="16226-23" />
<path
style="fill:#00c80a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 485.5,569.09375 C 481.17353,571.00787 478.55203,575.37423 475.03125,578.4375 C 476.72336,581.20423 479.48783,588.8225 483.8125,584.90625 C 486.65831,582.15863 494.23426,581.64308 493.34375,576.65625 C 491.33915,573.9366 489.08489,570.86796 486.46875,569.03125 C 486.14623,569.05395 485.81177,568.97481 485.5,569.09375 z "
id="16011-23" />
<path
style="fill:#003264;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 244.9375,568.28125 C 239.07534,569.09777 233.48581,576.23085 237.53125,581.5625 C 237.23621,588.47287 248.4146,586.77178 248.4375,580.75 C 248.20568,577.86814 249.45208,575.56508 250.5,573.125 C 250.14813,570.65193 247.56745,567.95071 244.9375,568.28125 z "
id="16233-23" />
<path
style="fill:#006e1e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 311.5625,562.59375 C 304.07906,563.34817 299.27351,570.99516 299.25,577.9375 C 302.52431,582.63986 309.1321,584.23675 314.53125,585.25 C 320.04828,584.86979 318.14468,577.97299 315.5,575.34375 C 312.713,571.33547 314.36409,566.24384 314.3125,561.75 C 313.39583,562.03125 312.47917,562.3125 311.5625,562.59375 z "
id="16054-23" />
<path
style="fill:#001482;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 459.09375,553.34375 C 455.2439,556.55228 452.0274,560.65347 447.34375,562.84375 C 439.50415,568.99051 444.92262,583.34601 454.84375,583.0625 C 458.09972,582.43907 460.98806,587.01926 464.25,584.1875 C 466.83681,582.40297 462.66062,577.14719 466.8125,578 C 470.03114,578.3159 473.09,574.22717 470.03125,572 C 469.3363,568.46427 470.75097,561.95332 465.375,561.90625 C 462.67879,560.12694 461.75158,557.16004 462.0625,554.28125 C 461.49614,553.11116 460.23832,552.80667 459.09375,553.34375 z "
id="16306-23" />
<path
id="16529-23"
d="M 510.13226,581.57205 L 506.13226,580.28995 L 510.63226,579.92695 C 514.301,579.63085 515.15109,579.19435 515.2342,577.56385 C 515.29027,576.46385 515.40277,574.55845 515.4842,573.32965 C 515.56563,572.10075 516.88938,569.68845 518.42587,567.96875 L 521.21948,564.84225 L 524.40571,566.77985 L 527.59194,568.71755 L 524.69711,570.85775 C 522.69441,572.33845 521.95922,573.59815 522.31151,574.94525 C 522.65069,576.24225 522.12138,577.26685 520.7265,578.01335 C 519.57467,578.62985 518.63226,580.01835 518.63226,581.09905 C 518.63226,583.40175 516.25372,583.53405 510.13226,581.57205 z "
style="fill:#00dcd2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2586" />
<path
style="fill:#00823c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 587.28125,518.25 C 580.9405,519.2533 581.87911,527.52877 578.6875,531.6875 C 574.47634,539.45544 572.32437,548.17333 572.1875,556.875 C 569.38015,561.18223 571.77493,567.29041 570.125,572.09375 C 571.25788,578.6202 581.0565,574.15932 582.53125,580.0625 C 585.56449,582.80037 591.1486,578.02283 592.65625,583.125 C 595.71254,587.08575 600.19402,582.6455 599.53125,578.75 C 600.48905,574.15727 605.24601,572.75908 608.84375,571.03125 C 613.2849,566.12899 614.29533,558.45287 610.90371,552.59312 C 606.79268,548.28356 614.91441,547.01181 613.40625,542.4375 C 611.66573,539.47764 607.73595,538.58946 606.59375,534.9375 C 602.39268,527.59627 596.93201,518.23552 587.28125,518.25 z "
id="16133-23" />
<path
style="fill:#0096d2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 404.90625,550.53125 C 400.92195,551.96096 401.86644,556.97928 403.6875,559.625 C 401.1374,563.59242 397.96586,567.65357 393.6875,569.15625 C 392.34328,572.82886 396.66783,576.08461 395.75,580.0625 C 397.56747,586.45067 405.05644,580.59046 403.4375,575.8125 C 404.86982,570.95315 410.94575,570.55684 414.75,573 C 419.01656,573.142 416.84533,568.54421 415.34375,566.625 C 412.6925,562.20406 414.67964,554.8803 409.625,552.1875 C 407.46204,552.63988 407.04924,549.94447 404.90625,550.53125 z "
id="16520-23" />
<path
style="fill:#00d2b4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 481.65625,552.125 C 475.26275,553.68675 470.98853,559.9639 467.4375,565.15625 C 465.15234,569.06841 468.09589,572.84425 468.625,576.46875 C 467.95423,579.51978 470.04741,585.25905 473.8125,582.125 C 480.55029,576.07157 490.05156,570.20605 490,560.03125 C 491.14234,554.33117 487.12492,551.2437 481.65625,552.125 z "
id="16451-23" />
<path
style="fill:#00faaa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 396.6875,546.875 C 391.48596,546.25369 387.30286,549.15164 383.4375,552.03125 C 376.32035,553.51222 376.02938,562.30529 374.45216,567.87006 C 374.59543,572.0385 368.93611,567.84175 367.84375,571.6875 C 367.14609,577.7122 374.98108,579.92143 379.4375,581.59375 C 385.22056,582.53909 384.2138,574.47146 386.3125,571.15625 C 388.49575,565.91033 392.1046,559.82582 398.34375,559.5625 C 401.26125,558.42432 403.85017,555.83839 405.5,553.5625 C 408.20758,556.3052 412.81677,552.36153 409.40625,549.875 C 405.60548,547.84845 401.06558,546.45431 396.6875,546.875 z "
id="16430-23" />
<path
style="fill:#00c83c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 427.25,562.375 C 423.39496,563.88168 429.11775,570.93893 423.78125,570.0625 C 420.17168,569.03518 417.07139,573.00131 419.8125,575.90625 C 421.75161,580.1206 426.49196,581.59659 430.59375,579.5 C 434.62154,579.09938 438.54923,576.25362 437.8125,571.8125 C 439.37364,568.40429 437.29646,564.82847 433.65625,564.15625 C 431.50743,563.88543 429.33877,561.58074 427.25,562.375 z "
id="16142-23" />
<path
style="fill:#003caa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 492.96875,547.15625 C 489.03944,549.88387 487.16404,557.16773 491.71875,560.4375 C 498.76327,565.85981 499.36475,577.5184 508.21875,580.84375 C 511.63604,582.16527 517.5604,579.87134 515.09375,575.5 C 512.7156,573.42156 512.75786,569.46698 509.75,567.53125 C 506.44199,565.40369 503.75247,562.85251 501.6875,559.5625 C 497.66023,556.55028 499.91283,546.90883 492.96875,547.15625 z "
id="16411-23" />
<path
style="fill:#00fa78;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 451.3125,535.0625 C 444.29847,536.99343 437.41489,543.1331 438.75,551.0625 C 438.46861,558.85417 433.54918,565.85386 433.28125,573.46875 C 434.50827,580.36808 446.38919,582.48441 448.03125,574.875 C 447.68963,570.22685 449.46375,565.25838 454.28125,563.9375 C 458.83964,560.86441 463.9989,555.31084 461.0625,549.46875 C 462.84416,544.82878 463.43841,537.06379 457.09375,535.65625 C 455.17913,535.33894 453.09728,535.31221 451.3125,535.0625 z "
id="16303-23" />
<path
style="fill:#001400;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 541.96875,551.71875 C 538.44109,553.01246 536.52725,560.25412 541.25,560.625 C 539.54321,562.54732 537.80434,566.45088 541.4375,567.4375 C 545.60548,567.74658 549.12512,570.06752 553.28125,570.78125 C 557.23698,573.64348 562.24297,574.03544 565.9375,577.3125 C 570.62175,580.19469 573.78678,573.87914 573.3125,569.9375 C 575.06757,564.0684 568.86096,561.377 564.38381,560.12449 C 557.86423,558.41151 553.49052,552.44946 546.42494,552.21384 C 544.95646,552.05175 543.42807,551.42929 541.96875,551.71875 z "
id="15968-23" />
<path
style="fill:#008c0a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 501.59375,553.8125 C 497.18087,554.229 495.35257,559.85135 500.0625,561.59375 C 502.07809,566.84792 509.11785,568.09083 510.625,573.53125 C 509.99141,577.61388 515.50484,577.57204 516.03125,573.9375 C 517.71885,570.63473 519.42056,565.55533 515.03125,563.59375 C 514.18795,559.65881 510.46023,557.2337 506.625,556.75 C 504.96781,555.75216 503.89988,553.47888 501.59375,553.8125 z "
id="16005-23" />
<path
id="16105-23"
d="M 345.16976,572.26805 C 344.87413,571.97235 344.63226,571.13055 344.63226,570.39715 C 344.63226,569.66385 343.73226,568.16385 342.63226,567.06385 C 341.53226,565.96385 340.63226,564.38885 340.63226,563.56385 C 340.63226,561.61465 343.52267,561.61465 344.27063,563.56385 C 344.58722,564.38885 345.92309,565.06385 347.23925,565.06385 C 350.04462,565.06385 353.63226,568.30015 353.63226,570.83075 C 353.63226,572.20525 352.75217,572.62075 349.66976,572.70155 C 347.49038,572.75875 345.46538,572.56365 345.16976,572.26805 z "
style="fill:#007832;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2566" />
<path
style="fill:#0096dc;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 418.65625,538.4375 C 412.90366,540.12779 406.63466,538.34903 401.5,542.125 C 397.79092,543.26733 398.10791,547.97688 401.4375,549.4375 C 404.16947,551.26586 408.32066,550.55227 409.21875,554.65625 C 411.16847,561.10792 411.31642,570.55224 418.78125,573.3125 C 421.0253,573.2005 422.78936,572.46192 425.09375,572.78125 C 429.20696,572.55733 429.18032,567.5707 428.9375,564.9375 C 432.34141,564.42145 429.73935,560.25915 432.5,559.15625 C 435.82821,555.85381 441.76867,551.19421 439.78125,545.9375 C 434.72531,542.4208 426.81022,544.94041 422.625,539.4375 C 421.47341,538.64772 420.07515,538.27598 418.65625,538.4375 z "
id="16547-23" />
<path
style="fill:#006edc;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 254.4375,531.28125 C 250.87629,531.98833 248.79821,536.00027 244.78125,536.0625 C 239.10898,537.81173 241.9235,545.26898 241.21875,549.5625 C 241.96537,556.54704 240.71096,564.729 244.875,570.6875 C 247.52403,573.31672 251.50226,573.43575 253.8125,570.53125 C 258.07979,567.80517 265.18036,569.8346 267.96875,565.15625 C 267.89581,561.56856 264.23732,558.50153 266.65625,554.8125 C 268.38518,550.386 265.80963,546.29703 262.90625,543.25 C 260.21128,539.46828 260.4185,531.41959 254.4375,531.28125 z "
id="16543-23" />
<path
style="fill:#003282;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 336.75,559.53125 C 334.22643,560.00148 331.48097,565.26055 329.25,561.6875 C 326.11725,559.00002 318.25398,558.17614 318.28125,563.96875 C 317.16557,567.76182 319.08883,572.12212 323.5,572.03125 C 327.58946,573.19359 330.21016,569.16776 333.84375,568.34375 C 336.45483,566.83431 342.46592,562.72775 338.375,559.6875 C 337.85342,559.48423 337.29974,559.45669 336.75,559.53125 z "
id="16308-23" />
<path
id="16497-23"
d="M 369.26795,569.55765 C 367.69258,568.73605 365.64508,568.06385 364.71795,568.06385 C 363.79082,568.06385 362.60476,567.65195 362.08226,567.14855 C 361.55976,566.64505 360.00726,566.08255 358.63226,565.89855 C 356.38257,565.59735 356.10248,565.05205 355.83482,560.45275 C 355.58212,556.11055 355.1598,555.16955 353.02751,554.19805 C 351.64709,553.56905 349.42263,553.32935 348.08428,553.66525 C 346.37513,554.09425 345.46848,553.80055 345.03797,552.67875 C 344.23907,550.59685 347.67199,541.06389 349.2206,541.06389 C 349.87689,541.06389 352.37549,541.95395 354.77306,543.04185 C 360.5521,545.66415 364.25611,545.63515 365.68972,542.95645 C 367.05497,540.40549 368.36239,541.49965 368.80531,545.56385 C 369.06593,547.95525 369.66517,548.62565 371.75919,548.86835 C 373.204,549.03585 375.42858,550.28255 376.70269,551.63875 C 378.74371,553.81135 378.88859,554.48885 377.9207,557.33425 C 377.31649,559.11055 376.28453,562.92635 375.62746,565.81385 C 374.34209,571.46235 373.67408,571.85565 369.26795,569.55765 z "
style="fill:#00aac8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2558" />
<path
style="fill:#0096aa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 289,534.625 C 286.18413,536.24347 290.31948,540.31947 286.40625,540.5625 C 283.71307,543.42689 276.70236,544.43009 278.3125,549.875 C 280.52739,554.8017 280.46893,560.98431 277.03125,565.0625 C 275.08328,568.67008 278.87868,572.75992 282.46875,570.28125 C 288.63132,566.36248 296.10356,566.65394 302.96875,567.6875 C 308.27075,565.7522 304.07141,558.99547 303.21875,555.46875 C 302.01066,552.77003 304.68062,549.84954 301.5625,547.6875 C 299.01805,544.18815 305.13714,537.37019 299.09375,535.8125 C 295.58065,536.15867 292.18395,533.98374 289,534.625 z "
id="16420-23" />
<path
style="fill:#00fa3c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 527,553.40625 C 525.89319,557.61071 522.41202,561.1081 519.5,564.53125 C 524.37818,567.29067 528.95005,572.2664 534.65625,568.46875 C 537.9458,567.33371 545.36212,565.37046 543,560.5625 C 538.48758,557.48777 529.86607,558.00937 529.40625,551 C 528.60417,551.80208 527.80208,552.60417 527,553.40625 z "
id="16147-23" />
<path
style="fill:#00d250;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 267.71875,550.5 C 259.88763,553.75351 263.14707,567.13339 271.34375,567.46875 C 274.97122,568.9542 279.88589,568.23403 280.75,563.78125 C 282.84894,556.41969 271.67836,557.10955 270.125,551.25 C 269.44719,550.78999 268.55842,550.25422 267.71875,550.5 z "
id="16199-23" />
<path
style="fill:#005a50;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 225.1875,548.125 C 220.13818,550.91381 215.34652,554.44493 209.65625,556.3125 C 206.42158,556.97819 201.95851,558.21419 203,562.5625 C 203.30904,566.37314 207.22649,569.0462 210.65625,566.9375 C 216.10929,566.11219 222.7084,564.18222 225.71875,559.6875 C 230.98124,560.03722 229.81526,552.44715 228.1875,549.34375 C 227.42071,548.48089 226.35287,547.95183 225.1875,548.125 z "
id="16187-23" />
<path
style="fill:#008264;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 347.84375,552.71875 C 342.75056,552.25752 339.2309,558.28972 342.65625,562.34375 C 344.72782,566.46361 349.47053,565.89083 353,567.59375 C 357.87299,566.7605 356.93547,559.83178 356,556.21875 C 354.73068,553.28024 350.6713,552.62195 347.84375,552.71875 z "
id="16241-23" />
<path
style="fill:#005064;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 440.375,545.28125 C 436.66451,548.86498 435.17404,554.53121 430.53125,557.4375 C 426.4376,560.58172 428.92592,566.4882 433.5625,567.34375 C 439.39916,570.10097 442.03888,562.34651 442.4375,557.9375 C 442.5372,553.92497 445.34933,548.51864 442.21875,545.28125 C 441.72513,544.95594 440.86862,544.95594 440.375,545.28125 z "
id="16236-23" />
<path
style="fill:#009632;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 515.4375,541.0625 C 511.46491,545.07169 508.00247,550.35629 502.53125,552.0625 C 499.64635,556.09247 505.66734,560.20948 509.5,560.375 C 512.7116,561.74229 512.02691,566.37116 515.84375,567.375 C 519.92933,569.62064 522.55122,563.61624 525.3125,561.53125 C 528.15759,558.50808 532.19913,552.49825 527.4375,549.5625 C 526.91949,543.93145 520.63751,542.21018 516.46875,539.96875 L 515.78274,540.69634 L 515.4375,541.0625 z "
id="16108-23" />
<path
style="fill:#006414;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 303.3125,548.375 C 298.20427,550.09342 301.35962,557.01006 301.875,560.6875 C 301.95021,564.99354 306.24521,568.00407 310.125,565.875 C 313.77734,565.46439 316.06125,561.51508 313.375,558.5625 C 310.66252,555.10076 308.4394,548.41272 303.3125,548.375 z "
id="16028-23" />
<path
style="fill:#00d23c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 329.40625,547.53125 C 323.88731,548.50671 320.01343,555.49569 321.5625,560.65625 C 323.58765,563.0371 327.6345,562.1113 328.875,565.40625 C 332.3384,567.81512 334.55396,563.0757 337.21875,562.375 C 340.12968,563.63916 343.76623,562.74093 343.65625,559.3125 C 346.14821,556.21538 343.86353,551.26704 339.6875,552.03125 C 335.832,551.23674 333.85692,546.72498 329.40625,547.53125 z "
id="16143-23" />
<path
style="fill:#0028c8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 564.96875,523.625 C 561.42533,524.34521 561.91098,529.47794 558.09375,529.9375 C 553.19767,534.01127 545.47579,536.81124 543.5625,543.53125 C 544.21397,547.58185 551.48813,544.20178 550.15625,548.875 C 550.40242,559.28595 562.65349,562.25465 570.375,565.4375 C 574.82299,567.98402 572.22175,560.22112 574.84375,557.8125 C 576.03774,550.58671 575.52961,543.15785 579.41229,536.5131 C 582.58732,532.22379 576.75541,528.68433 573.78125,525.96875 C 570.9061,525.12734 567.99035,523.68069 564.96875,523.625 z "
id="16484-23" />
<path
style="fill:#00dcb4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 465.71875,547.40625 C 462.43845,547.53708 454.79266,548.27351 457.40625,553.3125 C 459.41708,554.8812 460.23034,556.59147 460.15625,559.0625 C 461.16179,564.71815 468.25645,566.90848 472.125,562.5625 C 474.46682,559.81642 480.56355,556.20438 477.6875,552.34375 C 473.46245,551.16389 470.62289,546.48867 465.71875,547.40625 z "
id="16452-23" />
<path
style="fill:#00f082;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 88.125,536.40625 C 83.720432,535.55653 81.118666,539.64636 81.8125,543.65625 C 81.18696,551.14855 86.889094,557.12491 93.125,560.09375 C 95.332191,561.94173 97.535952,565.55053 100.84375,563.21875 C 104.87734,562.28624 107.48882,556.63668 103.90625,553.78125 C 103.02468,550.1568 102.52268,545.88863 98.8125,544.21875 C 95.60301,541.3188 93.433224,535.71928 88.125,536.40625 z "
id="16327-23" />
<path
style="fill:#0014aa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 310.09375,544.25 C 305.81183,543.86549 303.10924,548.58032 306.0625,551.875 C 308.615,555.52575 310.56684,559.70542 312.90625,563.28125 C 316.35258,565.74468 320.42915,562.32831 320.40625,558.65625 C 322.56633,554.61289 322.25007,549.14468 317.90625,546.5625 C 315.63806,544.98151 312.89459,544.02507 310.09375,544.25 z "
id="16407-23" />
<path
style="fill:#000a14;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 150.65625,533.90625 C 142.38302,535.82717 132.26873,536.03901 127.21875,544.1875 C 125.99316,547.72306 120.97617,546.87046 120.53125,550.96875 C 119.69203,554.87231 117.6164,562.76749 123.75,563.03125 C 132.32933,563.85271 138.46811,556.51141 144.4375,551.5625 C 147.88016,548.47951 144.32218,542.55219 148.96875,540.34375 C 152.56753,537.02465 162.66825,529.86934 151.97029,533.63201 L 150.99138,533.83631 L 150.65625,533.90625 z "
id="16017-23" />
<path
style="fill:#0046b4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 282.75,527 C 276.61884,527.7214 270.52496,528.87327 264.40625,529.75 C 264.60661,538.26341 268.13034,546.01545 268.875,554.375 C 270.52385,558.12615 275.62393,559.00996 278.96875,561.03125 C 284.24904,561.101 282.39717,554.02043 281.5,550.78125 C 281.09218,547.47177 281.17517,543.66383 282.15625,540.65625 C 284.66483,542.41721 290.66461,544.24502 290.8125,539.34375 C 290.06057,535.37922 288.12906,531.47058 286.78125,527.8125 C 285.742,526.7821 284.10707,526.86238 282.75,527 z "
id="16437-23" />
<path
style="fill:#007896;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 308.5,537.40625 C 303.69829,538.15061 295.83557,541.79712 298.40625,547.84375 C 300.16998,551.78872 307.02423,552.26278 307.9375,547.65625 C 312.03921,545.89289 320.14608,548.53102 318.90625,553.9375 C 317.33947,556.40311 316.54564,563.33794 321.25,561.5 C 324.64019,559.2334 323.70885,554.77519 326.28125,552.1875 C 326.71177,545.76964 319.6856,541.9559 314.875,539.1875 C 312.86475,538.27042 310.80382,537.08756 308.5,537.40625 z "
id="16365-23" />
<path
style="fill:#00c814;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 541.78125,546.5625 C 539.29568,546.81441 539.7349,550.75762 536.84375,548.59375 C 534.37318,547.50736 530.97001,545.0806 529.0625,548.40625 C 526.15238,551.09572 525.74008,556.26469 529.875,557.96875 C 534.06311,559.9241 538.96056,563.56761 543.65625,561.9375 C 545.9574,560.03278 543.1035,557.54618 542.03125,556.84375 C 542.49847,553.43744 547.79043,556.69201 548,552.5625 C 549.02667,548.90745 544.74504,546.61643 541.78125,546.5625 z "
id="16038-23" />
<path
style="fill:#00be50;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 213,543.09375 C 208.12433,544.72177 203.1617,547.48576 199.75,551.25 C 199.88046,555.05163 201.44277,561.93033 206.5625,560.15625 C 213.03373,558.44406 218.81698,554.98428 224.84375,552.125 C 221.30993,548.98691 218.28279,543.16835 213,543.09375 z "
id="16197-23" />
<path
style="fill:#0032c8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 239.5,535.78125 C 235.53068,537.10819 230.35032,536.30135 227.15625,539.15625 C 225.45269,545.02792 226.45349,551.77788 227.3125,557.78125 C 229.2794,561.81315 234.5355,558.04607 237.71875,560.53125 C 241.31623,562.3254 244.60069,558.90202 244.0625,555.28125 C 243.80196,549.13971 245.00233,542.32054 242.84375,536.5625 C 241.91064,535.76746 240.66937,535.69931 239.5,535.78125 z "
id="16485-23" />
<path
style="fill:#00dc14;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 114.6875,538.59375 C 110.43013,540.46916 106.66491,543.60809 102.15625,544.75 C 98.369103,548.95539 101.28455,556.06327 104.5625,559.71875 C 110.09675,560.2903 115.98419,557.82564 121.3125,556.0625 C 124.65036,551.93479 122.07528,545.10564 117.71875,542.5625 C 117.78399,540.51958 117.26284,538.21977 114.6875,538.59375 z "
id="16040-23" />
<path
style="fill:#0064aa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 499.46875,539.25 C 495.36248,538.97113 495.79758,543.6002 495.15625,546.15625 C 492.97021,549.6302 496.72696,553.18069 497.09375,556.65625 C 500.57303,559.70945 503.01162,553.50714 506.6875,553.5625 C 511.48827,550.83891 512.95812,543.26516 507.53125,540.3125 C 505.08472,538.97486 502.19507,539.2289 499.46875,539.25 z "
id="16415-23" />
<path
style="fill:#00aaaa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 482.28125,502.21875 C 474.55633,503.32438 467.62302,508.77635 465.84375,516.46875 C 463.30277,521.10967 457.83921,522.26717 453.0625,521.625 C 449.59395,522.51113 449.21338,527.17379 445.53125,528.09375 C 441.64787,532.97819 444.58875,540.19189 443.625,545.90625 C 446.77795,542.67892 451.7459,536.93408 456.71875,540.5 C 460.61004,542.88143 455.25108,547.23057 455.04457,550.31544 C 455.50048,553.0955 463.65927,549.79182 467.40625,550.25 C 471.84672,550.64709 474.6833,555.60085 479.5625,555 C 482.82971,554.92583 486.09791,555.08157 488.8125,556.625 C 492.71329,555.61875 492.13674,549.66461 496.125,548.5 C 498.56791,547.16469 497.7386,543.25266 499.25,542.09375 C 503.3192,542.8942 508.16247,541.3872 508.41048,536.60411 C 508.50126,532.01514 514.50072,528.5152 512.75,523.875 C 508.29345,518.86287 500.73765,516.92667 497.3125,510.9375 C 493.76654,509.8556 490.37273,507.98847 488.78125,504.28125 C 487.23131,502.39039 484.61608,501.84211 482.28125,502.21875 z "
id="16422-23" />
<path
style="fill:#00a0dc;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 378.625,531.59375 C 376.62416,532.52804 375.18032,534.49717 372.625,533.28125 C 367.87094,533.18863 364.8391,539.5358 367.53125,543.28125 C 367.45884,546.79302 369.565,550.10603 373.34375,550.0625 C 376.64297,551.1526 379.00045,557.81816 382.59375,554.03125 C 383.59903,547.61632 381.54828,540.95251 382.34375,534.46875 C 382.05519,532.70415 380.49915,531.22072 378.625,531.59375 z "
id="16548-23" />
<path
style="fill:#00aa46;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 543.09375,542.28125 C 540.47608,543.60311 538.85766,549.4315 542.53125,550.125 C 545.71479,550.10368 543.9869,553.25476 545.59375,554.90625 C 548.55829,557.50934 555.42376,556.99468 554.25,551.78125 C 553.85052,547.98182 554.03275,542.30115 548.6875,542.875 C 546.83969,542.70067 544.92206,542.07577 543.09375,542.28125 z "
id="16170-23" />
<path
style="fill:#0078aa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 346.15625,538.625 C 341.4564,539.94982 334.34389,539.03316 331.8125,544.03125 C 330.04549,550.67723 339.13754,558.54535 344.84375,553.46875 C 346.1083,549.30386 347.54902,544.91818 348.59375,540.59375 C 348.22784,539.21783 347.79557,538.25797 346.15625,538.625 z "
id="16417-23" />
<path
style="fill:#008c5a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 385.53125,524.53125 C 380.62704,525.27649 379.19598,531.3486 379.3125,535.5625 C 379.90009,541.73134 378.24722,549.30208 382.1875,554.46875 C 387.3124,556.67209 388.34918,547.38693 393.8125,549.6875 C 397.30986,550.75735 400.97195,549.0588 401.46875,545.40625 C 403.5158,544.29678 406.25405,542.29778 404.03125,539.6875 C 399.13832,533.80756 393.92024,525.18876 385.53125,524.53125 z "
id="16217-23" />
<path
style="fill:#005a0a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 198.6875,523.09375 C 193.61245,523.57096 189.34219,527.07473 184.6875,528.25 C 178.60545,528.7385 176.52276,537.13902 179.01515,541.92381 C 179.71938,548.16153 182.1846,551.95658 188.9375,550.0625 C 192.24852,550.67761 197.24406,548.4931 198.875,552.125 C 202.35653,553.21939 206.48104,549.96771 208,546.9375 C 207.80507,540.13869 200.28776,534.5724 201.3125,527.65625 C 203.5806,525.53982 201.66932,522.40138 198.6875,523.09375 z "
id="16000-23" />
<path
style="fill:#00b41e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 261.71875,530.15625 C 256.08172,530.31343 257.0088,537.08919 258.71875,540.625 C 259.82433,545.21458 263.85049,547.62139 265.4375,551.90625 C 268.41801,555.38041 272.37612,550.25684 270.71875,547.0625 C 268.49816,542.06954 269.02459,536.0286 266.46875,531.28125 C 265.3108,529.88593 263.34939,530.01133 261.71875,530.15625 z "
id="16061-23" />
<path
style="fill:#008c50;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 522.53125,531.1875 C 520.10482,532.20333 520.93118,535.57354 518.375,537 C 514.84308,540.30315 518.01586,545.19077 522.15625,545.84375 C 525.81232,547.0506 523.6338,554.09843 528.5625,552.84375 C 532.78278,549.69431 536.12827,542.05765 532.125,537.625 C 528.26965,536.29025 526.85063,530.59976 522.53125,531.1875 z "
id="16192-23" />
<path
style="fill:#00460a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 212.6875,532.875 C 210.1104,536.03603 215.85077,540.78163 211.875,543.125 C 211.06542,546.98625 216.67173,545.29993 217.78125,548.40625 C 219.63385,551.54404 224.17846,553.38046 226.65625,549.84375 C 230.84061,546.71198 229.73863,539.8458 226.96875,536.40625 C 222.61457,534.51502 218.06429,533.07753 213.46875,532.0625 L 212.77564,532.78333 L 212.6875,532.875 z "
id="15998-23" />
<path
style="fill:#001e78;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 533.125,537.9375 C 529.35856,539.447 531.07815,544.6444 530.03125,547.6875 C 531.98333,551.65132 537.542,551.61594 541.15625,552.84375 C 544.09501,551.06119 543.56869,546.71435 544.40625,543.84375 C 541.11075,541.56564 537.3822,539.91962 533.90625,537.75 L 533.125,537.9375 z "
id="16281-23" />
<path
style="fill:#005078;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 324.4375,537.28125 C 321.32818,537.26986 313.18676,538.3509 316.625,543.03125 C 321.17177,545.42535 324.19676,552.8608 330.3125,550.1875 C 336.8008,550.14675 335.45071,539.60423 330.1875,538.1875 C 328.42012,537.36545 326.37367,537.19677 324.4375,537.28125 z "
id="16286-23" />
<path
style="fill:#001e00;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 119.0625,530.0625 C 113.83191,530.08671 112.96782,536.30074 115,539.96875 C 113.94003,543.1015 116.62697,545.21183 118.65625,546.875 C 119.91182,552.6721 129.12122,549.80108 129.34375,544.59375 C 131.28399,537.33341 127.54877,529.19466 119.0625,530.0625 z "
id="15969-23" />
<path
style="fill:#00e646;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 163.625,531.625 C 155.70941,532.96186 145.40085,536.29565 143.1875,545.09375 C 142.27231,548.88041 147.11278,550.85991 149.21875,547.71875 C 151.99398,542.77286 157.78288,549.29167 161,544.875 C 163.08239,541.19985 169.86164,539.52858 169.03125,534.625 C 168.05724,532.62368 165.92177,531.23053 163.625,531.625 z "
id="16176-23" />
<path
style="fill:#00c896;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 511.03125,527.34375 C 506.71224,529.27733 505.68834,535.27808 505.21875,539.5625 C 506.05121,542.71994 508.72926,545.04511 509.25,548.3125 C 513.91738,550.42514 515.9075,543.06247 518.76738,540.77097 C 522.59937,536.19096 527.95164,531.15087 518.71875,530.46875 C 515.89855,530.05009 513.92217,527.15362 511.03125,527.34375 z "
id="16373-23" />
<path
style="fill:#00b4b4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 102.84375,526.6875 C 98.431153,526.59186 93.811133,527.04521 90.4375,529.90625 C 86.042247,529.43673 81.480691,534.33691 84.84375,538.21875 C 87.483241,539.88041 91.507237,538.00086 93.125,541.59375 C 95.41852,545.6972 99.950474,549.39449 104.75,546.75 C 110.22184,544.37873 118.43766,541.14227 117.09375,533.71875 C 117.24484,526.08646 108.20342,526.36667 102.84375,526.6875 z "
id="16448-23" />
<path
style="fill:#007878;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 428.96875,526.34375 C 424.46155,526.80794 420.07777,530.16336 421.21483,535.27207 C 419.63205,540.47037 423.39119,545.46598 428.625,546 C 433.51199,546.35491 440.24686,550.5348 443.65625,545.25 C 447.86506,540.64652 446.34593,533.87481 446.625,528.21875 C 440.97153,529.9909 435.52938,528.25217 430.40625,526.375 C 429.92748,526.34133 429.44846,526.26653 428.96875,526.34375 z "
id="16290-23" />
<path
style="fill:#00828c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 201.59375,524.75 C 195.76077,526.50909 199.11586,533.77177 201.0625,537.375 C 202.32557,539.93649 204.57739,541.46281 204.78125,544.375 C 207.86573,550.4146 218.36876,543.82436 215.65625,538.1875 C 213.89433,531.86413 208.65106,525.00525 201.59375,524.75 z "
id="16341-23" />
<path
style="fill:#003c14;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 282.125,538.40625 C 276.94661,538.63981 277.78021,548.83486 283.21875,545.875 C 286.53541,545.41403 289.57476,540.67612 285.34375,539.0625 C 284.38084,538.55484 283.2267,538.28713 282.125,538.40625 z "
id="16024-23" />
<path
style="fill:#00320a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 344.59375,516.28125 C 340.13743,518.8336 344.97689,525.03602 344.48205,528.95427 C 345.59484,533.6262 345.01568,540.58693 350.90625,542.0625 C 354.28983,543.21665 360.22769,547.93756 362.5625,543.03125 C 364.1035,539.355 360.33285,535.41075 361.09375,532.09375 C 364.20846,529.75194 367.47227,524.94511 363,522.125 C 359.59676,519.4148 354.93105,519.94186 351.28125,517.59375 C 349.09813,516.91141 346.89591,515.9874 344.59375,516.28125 z "
id="15996-23" />
<path
style="fill:#004682;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 363.53125,525.6875 C 360.26568,528.44669 356.13465,532.7482 359.3125,537.21875 C 361.75061,539.95934 357.61558,545.10713 362.15625,546.15625 C 367.00165,544.04174 369.7363,538.27801 371.40625,533.5625 C 371.96936,529.23164 367.31095,526.99237 364.90625,524.25 L 364.21503,524.97264 L 363.53125,525.6875 z "
id="16310-23" />
<path
style="fill:#000ac8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 544.3125,529.09375 C 538.99229,530.34407 536.69823,536.89392 531.1875,537.78125 C 529.93893,542.1961 533.57753,540.54243 536.09375,542.40625 C 538.721,544.34151 543.09649,547.99607 545.71875,543.96875 C 548.87741,538.93847 553.55775,535.38037 559.28125,533.65625 C 555.52444,531.85039 550.83663,530.42901 547.09375,530.15625 C 546.40532,529.35889 545.3666,528.90878 544.3125,529.09375 z "
id="16481-23" />
<path
style="fill:#005a00;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 130.4375,523.0625 C 129.37783,525.79755 125.38725,524.98463 124.71875,528.25 C 123.08399,533.3187 128.14165,537.54048 127.28125,542.4375 C 128.98891,546.16297 132.08828,542.63888 133.53125,541.0625 C 139.52898,540.59603 137.42932,532.81673 136,529.15625 C 134.98359,526.94117 134.1275,521.31984 130.4375,523.0625 z "
id="15975-23" />
<path
style="fill:#00be46;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 335.875,516.3125 C 330.88908,518.14991 332.08631,525.37087 330.24138,529.44933 C 328.8078,534.27647 327.88507,542.6746 334.65625,543.625 C 338.95652,542.81928 344.02562,542.46374 347.71875,540.03125 C 349.86868,534.96753 347.1596,529.12455 346.46875,523.875 C 345.87779,520.20247 343.92793,516.01073 339.53125,516.75 C 338.31549,516.55873 337.12035,516.1395 335.875,516.3125 z "
id="16172-23" />
<path
style="fill:#00fa96;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 401.3125,523.59375 C 397.70285,524.26071 394.78616,527.08013 391.53125,528.78125 C 396.04806,533.80377 400.23251,539.1154 404.96875,543.90625 C 408.96718,540.32075 406.26707,533.899 406.34375,529.03125 C 406.03432,526.37672 404.51042,523.14655 401.3125,523.59375 z "
id="16378-23" />
<path
style="fill:#006e14;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 404.5,522.1875 C 400.01245,522.69265 403.40697,527.03568 403.5,529.59375 C 404.16817,533.97656 402.68386,542.05356 409.28125,542.21875 C 414.0113,542.12501 420.16263,541.83905 423.34375,537.9375 C 423.77771,534.90443 424.20106,531.85391 425.03125,528.84375 C 423.68091,522.5335 414.66932,523.44507 409.88557,522.54846 C 408.09776,522.39268 406.29805,522.06933 404.5,522.1875 z "
id="16029-23" />
<path
style="fill:#003c78;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 595.25,496.40625 C 589.99398,497.86206 588.97461,504.79083 586.5,508.96875 C 585.66617,512.40517 581.25859,519.14778 586.5,520.96875 C 597.06945,520.67385 601.48911,532.18908 606.5625,539.46875 C 608.42602,542.97878 613.58941,544.55359 615.96875,540.5625 C 618.5072,538.93514 617.42022,534.34529 620.84375,534.75 C 626.56666,533.73539 632.43943,525.85327 628,520.78125 C 625.48071,518.22759 620.06212,520.434 619.6875,515.78125 C 615.75149,508.16788 609.81193,500.50345 601.59375,497.4375 C 599.55869,496.82402 597.40675,496.23528 595.25,496.40625 z "
id="16284-23" />
<path
style="fill:#005a96;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 310.75,515 C 301.27266,514.24911 296.10966,525.20866 298.6524,533.27626 C 298.7372,536.52392 299.67282,543.54701 304.59375,541.25 C 310.18476,539.30222 317.23503,543.37503 322.03125,539.59375 C 323.79026,535.9813 318.01066,534.77718 318.96875,530.84375 C 317.16762,526.06457 322.81187,519.55757 317.75,516.09375 C 315.60624,515.03461 313.13756,514.90271 310.75,515 z "
id="16362-23" />
<path
style="fill:#00fa6e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 245.875,500.125 C 241.3842,500.63596 243.69147,506.82352 239.6875,508.21875 C 237.2684,510.5192 237.70131,514.62991 233.96875,515.625 C 230.34274,518.07911 233.71532,522.20822 233.46875,525.21875 C 231.45563,528.41857 231.1569,534.60043 226.125,533.90625 C 221.57211,536.56662 226.54997,540.62539 230.3125,540.3125 C 234.44946,539.43992 233.29168,533.54374 235.53125,530.78125 C 236.38846,528.74504 237.78953,523.73728 240,524.53125 C 241.47379,528.01399 244.77207,530.24054 247.3125,532.9375 C 250.46169,529.76432 255.63041,525.75167 252.59375,520.75 C 250.12355,517.62971 256.48106,515.22051 252.59375,512.21875 C 250.57879,510.52834 249.99294,507.81789 252.3125,506.40625 C 253.89154,502.4333 249.36322,499.66974 245.875,500.125 z M 242.82369,528.79476 C 240.75153,536.166 234.76258,518.40105 240.5468,521.52532 L 242.82369,528.79476 z M 233.75,532.4375 C 234.63607,535.16767 231.46107,534.78088 234.50546,533.21015 C 235.76759,531.89956 234.47568,528.99943 233.75,532.4375 z "
id="16278-23"
sodipodi:nodetypes="ccccccccccccccccccc" />
<path
style="fill:#001ec8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 528.34375,520.5625 C 523.94387,521.82627 522.99957,527.70094 522.71875,531.65625 C 524.55115,535.66824 528.66204,539.91658 533.28125,540.03125 C 538.11982,537.63407 543.30205,533.04348 543.6875,527.3125 C 542.45314,522.34176 535.83918,524.80228 532.8125,521.6875 C 531.39974,521.10693 529.91981,520.33967 528.34375,520.5625 z "
id="16483-23" />
<path
style="fill:#00d2be;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 139.875,517.8125 C 135.36784,517.31726 129.62935,520.92844 132.125,526.03125 C 134.08961,530.08445 133.77417,534.99919 135.5625,538.90625 C 138.86906,540.67599 142.48662,537.14687 146.15625,537.59375 C 150.22224,537.89698 155.07952,535.10481 153.46875,530.40625 C 152.2495,526.60682 152.36273,520.90727 149.60335,518.6118 C 146.37328,518.25234 143.13798,517.66262 139.875,517.8125 z "
id="16476-23" />
<path
style="fill:#0096be;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 317.78125,518.09375 C 315.56564,524.79672 313.72772,535.81656 321.96875,539.125 C 325.84502,541.17032 332.36513,540.28874 332.06632,534.79414 C 332.36518,529.22709 336.10674,523.6471 335.25,518.1875 C 330.38534,515.08221 323.63173,517.32793 318.15625,516.5625 L 317.91838,517.5338 L 317.78125,518.09375 z "
id="16470-23" />
<path
style="fill:#00966e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 168.03125,521.4375 C 165.11423,521.10767 162.85976,522.67019 161.96875,525.28125 C 159.47664,527.25376 154.74042,532.78188 159.84375,534.59375 C 162.65176,535.17604 165.79479,532.16935 166.96875,536.09375 C 170.28118,538.75716 176.08127,539.37808 179.65625,537.0625 C 184.09243,532.57819 181.86278,523.65 176,521.78125 C 173.38274,521.3378 170.68291,521.43192 168.03125,521.4375 z "
id="16268-23" />
<path
style="fill:#00b450;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 239.375,520.46875 C 237.31439,522.47888 232.34603,529.9273 231.67631,533.17003 C 230.82894,536.53008 229.04851,537.23129 234.1875,538.46875 C 240.66433,538.77749 248.5365,539.66872 253.40625,534.625 C 257.78718,533.42544 262.63785,532.90604 257.11604,528.69597 C 254.17021,522.2734 250.72328,524.42952 247.09375,529.25 C 244.15296,527.11021 242.78655,523.83174 241.5,520.8125 C 240.78229,520.66818 239.85333,519.40382 239.375,520.46875 z "
id="16196-23"
sodipodi:nodetypes="cccccccc" />
<path
style="fill:#005014;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 299.875,519.5 C 294.74998,521.49142 288.83654,523.86936 285.3125,528.09375 C 283.36134,534.72874 291.82363,538.85678 297.28125,538.78125 C 303.68647,536.99557 300.16325,529.28545 301.40625,524.96875 C 302.68795,523.10296 303.31807,519.10189 299.875,519.5 z "
id="16026-23" />
<path
style="fill:#00a06e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 221.9375,510.65625 C 215.19323,513.71771 222.18538,524.11349 215.625,527.46875 C 213.41918,528.85958 209.4013,532.8897 213.4375,534.5 C 219.79214,537.86695 227.44655,537.64982 231.73594,530.38933 C 234.44204,525.58865 237.46065,519.26272 232.9375,515.34375 C 228.98846,514.65336 226.20188,510.29169 221.9375,510.65625 z "
id="16269-23"
sodipodi:nodetypes="cccccc" />
<path
style="fill:#00780a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 160.96875,498.375 C 154.03059,498.81468 146.67715,503.19754 146.375,510.78125 C 145.91659,514.39387 143.07929,520.03502 148.125,521.5 C 150.76132,525.82477 148.95173,532.80013 153.375,535.8125 C 157.59869,537.14183 160.38373,533.1985 161.5625,529.78125 C 168.21338,524.39796 164.63586,515.12295 164.52032,507.94299 C 163.50714,505.40758 164.92403,496.16737 160.96875,498.375 z "
id="16003-23" />
<path
style="fill:#005a1e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 374.28125,520.65625 C 369.55261,521.80024 373.41929,528.25882 369.46875,530.40625 C 366.81473,535.37076 374.42412,537.53596 377.6875,534.78125 C 381.42811,532.90075 386.7467,527.28738 382.75,523.40625 C 380.21435,521.969 377.16488,520.83867 374.28125,520.65625 z "
id="16052-23" />
<path
style="fill:#003c46;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 550.28125,511.09375 C 547.59931,511.64617 548.06976,514.91725 545.4375,515.5625 C 542.18837,518.01651 543.58294,522.56596 541.03125,525.03125 C 539.08555,531.2614 547.1542,533.02956 551.48853,533.91255 C 554.81632,535.99824 557.64088,534.28826 559.90625,531.71875 C 564.89753,529.86233 567.66097,522.90211 564.125,518.40625 C 564.01697,513.72599 559.02158,513.06787 555.28125,513.09375 C 552.9797,513.47856 552.62169,510.51734 550.28125,511.09375 z "
id="16153-23" />
<path
style="fill:#006e78;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 213.96875,489.09375 C 209.73345,488.50252 208.70979,492.81178 209.34375,496.1875 C 209.54058,507.91824 208.30146,519.94136 209.65625,531.53125 C 212.85267,535.47572 216.89945,529.48036 219.375,527.53125 C 223.7849,522.7667 219.20679,515.15596 224.15625,510.5625 C 227.14682,507.49747 229.30473,501.58405 224.6875,499.34375 C 224.49948,493.95962 219.45326,488.82325 213.96875,489.09375 z "
id="16289-23" />
<path
style="fill:#00e6b4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 259.3125,510.96875 C 253.8071,511.34981 246.63423,517.18574 250.6875,522.9375 C 253.13452,527.16954 255.74046,535.91277 262.34375,533.09375 C 266.11146,532.87125 273.17595,531.77043 271.40625,526.3125 C 270.06849,521.972 268.13473,516.94698 264.625,514.21875 C 264.49315,511.57333 261.55099,510.64665 259.3125,510.96875 z "
id="16453-23" />
<path
style="fill:#00aa8c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 513.625,496.28125 C 508.30539,498.15002 509.97865,504.61334 510.09375,508.875 C 509.49005,516.01026 507.14744,524.91984 513.125,530.5625 C 516.35624,533.65067 523.49613,535.59086 525.0625,529.78125 C 529.00364,523.12456 530.12182,515.62705 532.75,508.59375 C 533.87431,505.45303 532.34459,501.6108 528.5625,502.1875 C 525.20476,501.25958 519.29446,503.75958 518.5625,498.90625 C 517.62338,497.18802 515.68607,495.71834 513.625,496.28125 z "
id="16345-23" />
<path
style="fill:#008caa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 572.5625,489.65625 C 567.38548,491.74799 567.93097,498.87517 564.34375,502.59375 C 563.49276,506.14592 563.40149,509.80733 561.125,512.84375 C 559.95491,518.21204 562.98053,525.27387 568.375,527.125 C 572.65092,527.13923 575.00459,530.37518 577.53125,533.21875 C 582.59351,534.48295 583.25137,527.08655 584.84375,523.78125 C 586.7919,517.29809 589.63452,509.95596 585.375,503.75 C 584.39669,501.29887 581.72859,500.29278 582.5,497.3125 C 582.45765,493.51613 578.85849,492.032 575.78125,491.65625 C 575.3053,490.37717 573.96813,489.41048 572.5625,489.65625 z "
id="16419-23" />
<path
style="fill:#00e66e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 99.625,510.6875 C 96.402705,513.03915 94.976029,517.73772 90.40625,518.625 C 86.725896,520.27335 78.236252,518.56065 78.90625,524.75 C 80.501407,530.34021 88.939518,536.44819 93.78125,531.03125 C 94.980052,529.07912 98.177406,528.57941 98.96875,525.84375 C 101.39707,521.63388 104.92705,515.38774 101.625,510.875 C 100.99345,510.61453 100.28897,510.47269 99.625,510.6875 z "
id="16276-23" />
<path
style="fill:#003cdc;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 107.5,504.6875 C 105.44647,507.85239 110.34918,510.52122 110.03125,514.03125 C 112.96691,516.94581 112.14509,521.73171 110.625,525.15625 C 110.80962,533.64721 124.14385,535.94563 127.84375,528.53125 C 131.9543,527.66537 132.68688,522.82017 136.0625,520.53125 C 141.04936,516.89968 132.25143,517.23527 129.84375,515.125 C 128.09418,511.80595 131.67373,505.97583 127.34375,504.21875 C 121.27708,507.03404 114.27945,504.93945 108.0625,504.09375 L 107.5,504.6875 z "
id="16538-23" />
<path
style="fill:#003232;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 276.90625,486.21875 C 272.69363,487.86108 266.55832,489.51661 265.3125,494.40625 C 265.98451,497.20156 262.95582,499.21404 263.375,502.25 C 263.68492,506.85271 261.39064,511.37675 262.5,515.78125 C 267.08321,519.10952 267.93328,525.33106 269.375,530.40625 C 273.23303,532.87431 278.45201,530.07154 282.65625,529.46875 C 288.51513,527.07556 285.18769,519.17075 285.78125,514.4375 C 285.86445,505.45306 283.01768,496.9711 281.125,488.40625 C 280.39857,486.81478 278.63776,485.89108 276.90625,486.21875 z "
id="16098-23" />
<path
style="fill:#007882;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 353.78125,508.3125 C 349.43642,510.93538 345.88833,514.71578 341.875,517.84375 C 348.19057,518.8156 354.04427,522.03984 360,523.53125 C 364.25624,525.44093 367.38932,533.08311 372.8125,530.625 C 376.71664,526.17648 374.41054,518.39995 369.09375,516 C 366.33662,513.46643 362.10286,514.27284 359.09375,513.5625 C 357.90666,511.59369 356.98676,507.11047 353.78125,508.3125 z "
id="16315-23" />
<path
style="fill:#0046a0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 425.03125,510.3125 C 419.83102,512.19788 417.60889,518.55279 416.65625,523.5625 C 419.52784,527.83181 425.19646,530.06807 430.34375,529.34375 C 433.68616,529.3648 438.76936,534.89524 440.21875,529.625 C 439.37256,525.46078 434.77379,524.22984 431.21875,523.53125 C 426.04228,520.77508 431.76807,510.59055 425.03125,510.3125 z "
id="16385-23" />
<path
style="fill:#006482;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 192.34375,506.09375 C 187.98061,506.54577 184.54476,509.5767 182.15625,512.8125 C 178.43806,514.34336 174.23109,517.67217 176.0625,522.21875 C 177.02977,526.75562 180.65717,532.8517 186.1875,530.53125 C 190.14799,528.57185 197.41638,527.94065 195.625,522.03125 C 194.78805,516.95695 197.22094,510.39002 193.84375,506.0625 C 193.34427,506.08921 192.84203,506.02865 192.34375,506.09375 z "
id="16313-23" />
<path
style="fill:#0032a0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 437.53125,493.625 C 435.5977,495.24977 433.21591,495.01537 431.03125,495.78125 C 429.0798,497.83796 429.44261,501.21872 427.4375,503.4375 C 425.65875,509.48682 424.80015,516.71224 427,522.75 C 428.65718,526.28658 432.72758,525.94833 435.5,527.59375 C 440.35076,533.17537 452.29911,531.41265 452.53125,523.15625 C 451.40148,513.30327 446.13798,504.66073 441.03125,496.5 C 440.67984,494.90707 439.39774,493.13677 437.53125,493.625 z "
id="16383-23" />
<path
style="fill:#00be82;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 104.375,501.65625 C 99.905074,503.14041 97.738181,509.5474 100.125,513.5 C 100.88424,518.50409 97.522176,522.43843 96.09375,526.78125 C 97.145691,531.35373 103.43862,529.27131 106.84375,529.28125 C 111.14184,529.59623 114.37792,526.44356 114.21875,522.1875 C 114.58874,518.98447 115.08484,514.9005 112.53125,512.6875 C 111.14731,508.92077 109.07286,502.06984 104.375,501.65625 z "
id="16322-23" />
<path
style="fill:#004678;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 200,489.0625 C 193.26788,491.0859 200.71367,500.10376 195.25,503.40625 C 190.34011,509.6481 193.68537,518.53937 192.625,525.78125 C 198.03826,525.05266 203.16701,526.23412 207.3125,529.6875 C 212.05445,531.44586 211.59259,524.56858 211.78125,521.6875 C 211.41711,512.33593 213.49448,502.43997 211.09375,493.375 C 209.07438,489.79706 203.68223,489.33325 200,489.0625 z "
id="16285-23" />
<path
style="fill:#0082dc;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 398.21875,485.6875 C 393.75193,488.54115 389.55543,492.96207 387.65625,498 C 386.05209,500.64344 383.48902,503.46475 385.125,506.9375 C 388.09469,512.28726 386.53141,518.47625 388.125,524.09375 C 390.19937,527.39685 393.38085,532.42041 397.37843,528.33001 C 401.16489,526.83841 405.17579,524.17518 405,519.625 C 406.03847,515.42101 409.74022,512.87621 413.625,511.4375 C 409.12651,507.68545 408.60627,501.89314 404.8125,497.78125 C 403.20328,494.90887 403.53195,491.435 401.53125,488.71875 C 401.40179,487.06209 400.20492,485.14804 398.21875,485.6875 z "
id="16545-23" />
<path
style="fill:#003246;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 285.0625,490.4375 C 280.05224,490.35267 277.92986,496.68801 281.1875,500.1875 C 283.69765,508.72888 282.27707,518.18692 284,526.84375 C 287.85967,529.88452 292.84444,525.35032 296.5,523.6875 C 300.02268,521.03719 295.02882,518.30329 295.78125,515.09375 C 295.11471,507.51669 298.15518,496.99186 290.9375,491.8125 C 289.21806,490.70023 287.09,490.2711 285.0625,490.4375 z "
id="16152-23" />
<path
style="fill:#00e68c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 384.96875,509.125 C 380.06329,509.67054 378.08689,515.78721 381.1875,519.46875 C 383.36738,522.45266 385.49505,529.18023 390.125,527.625 C 392.638,524.40051 388.45815,520.12648 390.25,516.3125 C 390.91736,512.76835 389.2296,508.54436 384.96875,509.125 z "
id="16351-23" />
<path
style="fill:#003c82;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 373.59375,510.125 C 370.6385,510.55224 368.66036,512.94396 365.40625,511.96875 C 362.64132,516.73154 369.93248,519.27815 372.75,521.90625 C 376.3113,524.04248 380.32705,525.14002 384.15625,526.5625 C 389.01824,525.21957 384.08593,519.93392 383.09375,517.34375 C 382.75106,512.41791 378.276,509.64491 373.59375,510.125 z "
id="16309-23" />
<path
style="fill:#006ec8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 533.90625,504.21875 C 530.65315,504.27249 529.53045,507.43571 529.78125,510.03125 C 528.49584,513.90034 524.93863,519.48576 528.9375,522.65625 C 533.31919,525.2335 540.88883,529.51924 544.625,523.71875 C 545.75048,520.95446 545.75341,516.75231 549.625,516.5 C 552.9185,512.9013 547.20335,510.34686 544.49916,509.2674 C 540.97231,507.85379 537.92682,503.99661 533.90625,504.21875 z "
id="16491-23" />
<path
style="fill:#005032;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 410.5625,510.40625 C 405.1663,511.773 401.15802,518.06647 401.875,523.46875 C 405.10295,526.89078 410.40399,523.02947 414.03125,525.90625 C 419.07957,526.45098 421.12415,519.71309 421.4375,515.8125 C 419.73459,513.54684 415.9864,513.43877 413.78125,511.125 C 412.81034,510.55238 411.70115,510.2139 410.5625,510.40625 z "
id="16101-23" />
<path
style="fill:#00965a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 166.4375,495.15625 C 160.65757,495.04106 160.47825,501.97301 161.375,506.125 C 162.76498,511.73154 161.00141,518.9569 165,523.53125 C 168.95853,524.76964 174.52718,525.20172 177.9375,522.53125 C 179.28674,517.31537 176.45924,511.55186 178.03125,506.125 C 180.26704,501.63179 177.58734,494.17291 171.71875,495.09375 C 169.95919,495.13064 168.19374,495.01646 166.4375,495.15625 z "
id="16218-23" />
<path
style="fill:#0078a0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 453.34375,481.0625 C 447.72505,483.29958 442.62459,487.61887 438.78125,492.25 C 435.75365,498.76739 443.86266,503.47952 445.3125,509.25 C 448.2249,514.85492 449.11799,525.05395 457.34375,524.875 C 466.04789,523.62919 471.25899,514.92889 471.28125,506.78125 C 475.55061,500.63035 468.01675,494.8058 464.15625,490.8125 C 461.67419,488.47617 457.90232,488.13839 457.25,484.21875 C 456.46153,482.75818 455.23447,480.9313 453.34375,481.0625 z "
id="16390-23" />
<path
style="fill:#00faa0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 84.40625,499.90625 C 81.279468,501.7104 76.189018,501.04309 74.46875,504.75 C 76.497876,509.56858 80.322852,513.73122 79.9375,519.3125 C 82.111895,524.88337 90.044192,522.32663 93.78125,519.875 C 98.995333,516.46841 102.4023,510.19099 103.4375,504.25 C 101.6953,500.23309 95.973737,503.10961 92.78125,501.3125 C 90.002744,500.76708 87.284634,499.66328 84.40625,499.90625 z "
id="16405-23" />
<path
style="fill:#00d2aa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 495.625,481.25 C 490.55255,481.41138 486.28171,485.69546 486.34375,490.8125 C 485.11375,494.90519 479.52259,501.93728 485.1875,504.96875 C 488.15303,506.30258 489.03278,510.90044 492.59375,512.03125 C 494.74289,512.80366 496.68024,513.09186 497.21875,515.65625 C 500.89795,518.03669 504.44055,521.59026 508.6875,523.0625 C 513.06671,521.7504 511.87142,515.41203 512.6875,511.84375 C 513.14451,507.62077 512.21634,503.04826 513.375,499.0625 C 518.59722,497.98677 517.32284,488.838 512.03125,488.46875 C 507.18226,487.57584 503.44165,484.44875 499.59375,481.78125 C 498.34033,481.28231 496.9676,481.13149 495.625,481.25 z "
id="16426-23" />
<path
style="fill:#003c00;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 581.15625,476.4375 C 576.21021,478.3637 574.28673,484.51139 572.59375,489.125 C 571.97344,492.99561 576.16047,494.90711 579.09375,495.375 C 579.83994,498.41322 579.35928,502.10912 582.5,503.9375 C 584.61671,506.39744 586.46732,517.73506 588.36403,511.63347 C 590.80131,507.98417 590.94003,501.2595 595.09375,499.3125 C 605.46548,498.80427 612.62044,508.18621 617.03125,516.40625 C 617.67425,520.82284 622.02187,522.0365 625.84375,521.90625 C 630.50381,524.34561 631.31397,516.93517 631.5625,513.78125 C 631.54992,509.94205 626.40042,508.5525 624.28125,509.96875 C 620.08178,501.94814 615.41707,492.55761 607.03125,488.125 C 603.21677,486.84132 600.12908,483.59202 596.1875,482.5625 C 592.80786,477.92471 586.59676,479.19608 582.1875,476.4375 C 581.85075,476.38786 581.49301,476.38675 581.15625,476.4375 z "
id="15972-23" />
<path
style="fill:#00b496;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 300.96875,491.15625 C 296.27152,491.36054 291.91514,494.97554 293.0625,500.09375 C 293.53304,506.76233 292.03249,514.20091 294.65625,520.4375 C 298.58256,524.31312 303.89769,519.18707 307.6875,517.59375 C 310.64361,516.39571 311.52972,512.64112 309,510.65625 C 307.75978,505.84583 307.0178,500.63313 309.71875,496.28125 C 310.7513,493.05241 307.1062,491.71232 304.96875,492 C 303.75632,491.25994 302.37892,490.96875 300.96875,491.15625 z "
id="16371-23" />
<path
id="16045-23"
d="M 139.97631,518.37039 C 137.67785,517.92159 137.13066,516.52909 136.07718,508.44829 C 135.47919,503.86143 135.64528,503.16814 137.68423,501.74 C 138.93491,500.86399 140.32215,500.37219 140.76698,500.64711 C 141.21182,500.92203 142.71573,500.40004 144.10902,499.48712 C 146.15132,498.14895 146.93201,498.06773 148.13727,499.068 C 149.83968,500.48088 150.12436,503.64168 148.63226,504.56385 C 148.08226,504.90377 147.63226,506.30609 147.63226,507.68009 C 147.63226,509.05399 147.12884,512.17749 146.51355,514.62099 C 145.37543,519.14089 145.0061,519.35269 139.97631,518.37039 z "
style="fill:#00141e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2388" />
<path
style="fill:#0014b4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 133.125,500.5625 C 127.12036,503.27998 125.1397,510.5879 127.5,516.34375 C 129.88297,518.96358 135.05911,521.30636 138.0625,518.71875 C 138.70694,513.72547 136.22171,508.60453 136.52659,503.43178 C 135.77033,500.12895 137.44665,496.20233 133.125,500.5625 z "
id="16432-23" />
<path
style="fill:#00aa0a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 325.125,487.5 C 322.11306,487.4517 319.63308,489.78309 318.5,492.0625 C 313.51311,493.94869 316.4224,501.1703 315.59375,505.125 C 314.82436,509.41308 318.04909,512.27586 320.625,515 C 320.2585,521.36493 328.82882,520.83231 332.5625,518.53125 C 337.65174,513.30087 332.18121,506.16155 330.90625,500.53125 C 329.06697,496.48249 333.73199,490.18648 328.3125,487.90625 C 327.30686,487.46976 326.20555,487.39321 325.125,487.5 z "
id="16008-23" />
<path
style="fill:#004646;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 329.71875,483.21875 C 326.40009,483.94769 319.17464,485.16274 321.28125,489.84375 C 323.42197,491.77839 328.85571,487.98858 328.1875,492.71875 C 327.04989,498.2237 328.23009,503.54721 330.78125,508.40625 C 332.43875,511.82629 329.99741,518.69947 335.59375,519.15625 C 338.81631,519.73329 346.27144,521.48306 345.5625,515.875 C 343.11333,508.65176 341.06826,501.23714 340.25,493.625 C 339.27702,488.68831 335.35967,482.88547 329.71875,483.21875 z "
id="16154-23" />
<path
style="fill:#00f03c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 316.1875,490.25 C 313.26212,490.25847 312.83901,493.73206 309.9375,493.5 C 303.01827,497.78816 304.50184,508.03556 307.71875,514.25 C 310.74505,518.73166 317.54734,519.48002 322.34375,518.25 C 326.02842,514.92542 321.00975,511.82472 319.09375,509.40625 C 317.48449,504.87383 317.62579,498.77413 319.46875,494.5 C 323.45326,492.17487 319.12108,489.37518 316.1875,490.25 z "
id="16146-23" />
<path
style="fill:#00f078;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 194.09375,482.125 C 187.90463,482.69548 182.7165,486.24813 179.34375,491.3125 C 176.4168,493.69485 173.79198,497.4283 175.78125,501.1875 C 176.4932,506.35865 172.15878,513.55065 176.96875,517.46875 C 181.45078,518.05527 184.70597,513.97453 187.25,511.0625 C 192.67261,507.88453 201.43627,505.07102 200.21875,497.09375 C 198.99761,492.33238 200.34145,485.38516 195.78125,482.21875 C 195.24042,482.00643 194.6559,482.1142 194.09375,482.125 z "
id="16302-23" />
<path
style="fill:#006e3c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 241.65625,498.53125 C 236.54155,499.44865 231.56275,501.78791 226.375,501.5 C 223.92542,502.99135 225.15136,506.62762 222.375,508.03125 C 220.15252,512.83244 227.0264,515.52431 230.46875,517.21875 C 233.9894,519.02721 239.82314,517.71937 239.75,512.96875 C 242.03347,509.07284 248.72662,503.27183 243.96875,498.8125 C 243.25949,498.41141 242.441,498.48223 241.65625,498.53125 z "
id="16131-23" />
<path
style="fill:#00b428;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 337.75,485.625 C 333.64428,487.51806 338.00106,492.50247 337.59375,495.65625 C 338.83649,503.7569 341.50089,511.55715 344,519.375 C 348.00776,515.22243 354.01891,512.51521 356.65625,507.28125 C 355.5235,502.48913 353.79559,497.79202 353.15625,492.90625 C 350.72421,489.32756 343.98328,492.61844 342.875,487.5625 C 341.60891,486.13351 339.64578,485.37962 337.75,485.625 z "
id="16086-23" />
<path
style="fill:#008200;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 369.46875,489.09375 C 365.84474,488.93832 364.758,494.52131 361,492.875 C 358.45742,490.53544 351.28722,488.21043 350.65625,493.375 C 351.46853,500.96533 353.47641,508.89237 357.53125,515.40625 C 360.13729,519.24482 365.94376,515.83312 364.125,512.03125 C 367.30158,512.22135 368.8055,507.91491 366.25,506.34375 C 369.83617,503.7886 376.20484,504.43959 377.21875,498.96875 C 379.28632,493.63245 374.93434,488.4904 369.46875,489.09375 z "
id="15979-23" />
<path
style="fill:#005096;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 418.65625,494.125 C 414.58057,495.93272 410.14317,497.48163 406.25,499.78125 C 403.50603,504.42245 408.60321,509.70045 411.8125,512.71875 C 414.704,515.79769 420.03223,518.96772 423.25,514.53125 C 425.29717,512.8638 429.32401,512.37732 428.59375,508.71875 C 427.98941,503.73598 424.35505,499.70931 422.65625,495.21875 C 421.55118,494.27119 420.09159,493.93342 418.65625,494.125 z "
id="16361-23" />
<path
style="fill:#007864;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 563.0625,493.6875 C 558.21012,496.01402 556.31768,502.53787 555.625,507.5625 C 554.26834,509.57303 549.86745,513.2925 553.59375,515.65625 C 560.62652,518.21279 567.34896,511.2257 566.71875,504.4375 C 567.56681,501.36284 572.04546,498.43184 569.03125,495 C 567.52052,493.42929 565.00707,493.84092 563.0625,493.6875 z "
id="16240-23" />
<path
style="fill:#00fa00;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 263.40625,496.59375 C 259.72633,499.61237 255.01566,500.40612 250.90625,502 C 249.29286,503.50003 250.03457,505.8208 247.90625,506.875 C 246.8306,511.00545 250.87556,516.57401 255.375,514.4375 C 259.36743,514.33588 265.20356,513.951 265.5,508.65625 C 266.28519,504.06483 266.22862,499.35848 266.65625,494.71875 C 265.57292,495.34375 264.48958,495.96875 263.40625,496.59375 z "
id="15991-23" />
<path
id="16346-23"
d="M 363.18234,512.14489 C 362.78368,511.49979 363.37045,511.06389 364.63721,511.06389 C 366.4231,511.06389 366.71035,510.55739 366.44623,507.87419 C 366.1516,504.88088 366.3786,504.63282 370.13226,503.84623 C 372.33226,503.38522 374.95526,502.00808 375.96114,500.78594 C 377.78104,498.57476 377.78703,498.58534 377.1793,502.93909 C 376.34504,508.91569 375.20564,510.69919 371.78444,511.38339 C 370.17907,511.70449 367.73718,512.25039 366.35802,512.59649 C 364.95117,512.94959 363.55717,512.75139 363.18234,512.14489 z "
style="fill:#00b48c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="Saint-Blaise-du-Buis" />
<path
style="fill:#00c864;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 378.09375,503.25 C 373.75232,505.0321 375.21856,513.13199 379.40625,514.46875 C 382.41218,514.442 384.25917,511.51419 387.34375,511.46875 C 391.11885,507.99525 385.39843,503.57627 381.75,503.5625 C 380.55293,503.34899 379.31144,503.05894 378.09375,503.25 z "
id="16248-23" />
<path
style="fill:#00a0b4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 538.34375,493.53125 C 533.3613,493.62589 532.54791,499.07904 532.125,502.84375 C 530.6143,506.53941 534.9563,506.95603 537.25,508 C 539.98227,510.55162 543.71587,510.73548 546.125,513.625 C 549.33737,515.32081 550.63058,511.40692 549.96875,509.03125 C 554.23211,504.8524 549.94186,499.14118 545.21875,498.6875 C 545.67181,494.78504 541.53642,493.28767 538.34375,493.53125 z "
id="16446-23" />
<path
style="fill:#00fa1e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 557.3125,485.21875 C 553.87038,486.50323 552.61818,491.58509 553.78125,494.125 C 550.20499,495.13199 551.89965,499.79219 549.3125,501.71875 C 548.55232,504.46386 548.47967,507.21794 547.125,509.6875 C 548.54634,518.46497 560.08411,511.26232 558.78125,504.8125 C 560.06039,500.6825 561.87255,494.70482 567.5,496.375 C 571.27992,496.965 572.03676,491.90195 568.5,490.96875 C 564.61121,489.76698 562.08602,486.26075 558.46875,485.0625 C 558.07927,485.09375 557.65393,484.95077 557.3125,485.21875 z "
id="16068-23" />
<path
id="16354-23"
d="M 471.4974,499.58921 C 471.75324,494.03059 472.3138,491.28598 473.34766,490.53 C 474.59397,489.61868 474.26571,488.9492 471.29269,486.33885 C 468.88275,484.2229 467.53397,482.0096 467.06298,479.39806 C 466.68265,477.28924 465.97067,475.05631 465.48079,474.43599 C 464.16886,472.77472 468.18913,472.00236 474.38226,472.72588 C 478.27402,473.18054 479.63922,473.75634 479.65916,474.95153 C 479.67395,475.83831 481.47395,477.66681 483.65916,479.01488 C 485.84436,480.36294 487.63226,481.82544 487.63226,482.26488 C 487.63226,482.70431 488.41976,483.07882 489.38226,483.09712 C 490.94651,483.12686 490.91734,483.3126 489.1074,484.84712 C 487.99373,485.79132 487.24258,487.36878 487.43818,488.35258 C 487.63378,489.33638 486.85747,491.93773 485.71304,494.13337 C 484.56861,496.32901 483.63226,499.05371 483.63226,500.18826 C 483.63226,501.45083 482.8075,502.46677 481.5063,502.80704 C 480.33702,503.11281 477.52409,504.30819 475.25535,505.46342 L 471.13037,507.56389 L 471.4974,499.58921 z "
style="fill:#000a96;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2356" />
<path
style="fill:#001e1e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 601.3125,466.3125 C 595.34253,466.24451 588.00216,470.37406 590,477.28125 C 591.00199,482.16472 594.83855,485.86771 599.59375,486.9375 C 603.94265,490.44606 609.65579,491.28708 612.76527,496.33474 C 617.14077,499.82793 618.05639,506.48058 622.71875,509.28125 C 629.06915,510.34101 631.39975,501.4866 628.84375,496.84375 C 627.08669,490.98352 622.28501,486.81185 617.5,483.625 C 615.29059,480.29296 611.24838,478.64038 609.65625,474.625 C 607.37153,471.72979 605.9916,465.85245 601.3125,466.3125 z "
id="16046-23" />
<path
style="fill:#00aa00;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 143.46875,491.5625 C 138.05884,492.90648 132.6806,494.30483 126.96875,493.46875 C 120.00469,492.03336 116.65203,499.62909 110.38352,500.62297 C 101.96889,502.0642 100.62238,503.99359 109.43079,506.58924 C 113.35279,509.0416 118.20998,509.50322 122.28125,507.59375 C 124.48586,510.63867 126.44773,506.59904 128.9375,506.75 C 132.68118,504.84398 135.5453,501.42767 140.15625,501.28125 C 143.36832,500.21888 151.03437,498.94856 148.28125,493.90625 C 147.40328,492.12036 145.40517,491.24023 143.46875,491.5625 z "
id="15983-23" />
<path
style="fill:#003228;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 390.3125,475.53125 C 388.42405,476.19758 389.13485,479.95985 387.5,476.78125 C 385.20157,475.51688 384.08477,479.05797 381.9375,477.03125 C 378.42696,475.28485 376.44252,478.95633 376.28125,481.84375 C 372.17889,483.92598 371.81301,490.86134 376.96875,491.28125 C 378.39568,495.87461 374.15301,503.5317 379.65625,506.125 C 382.92307,507.53756 388.27902,507.21951 387.78125,502.53125 C 390.79409,499.46986 390.89167,494.80146 394.625,492.125 C 396.84748,489.914 402.46177,484.33666 397.40625,482.1875 C 395.09304,480.42017 395.08448,474.61596 390.71875,475.25 L 390.3125,475.53125 z "
id="16073-23" />
<path
style="fill:#00788c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 427.9375,479.125 C 423.78177,479.93676 421.26559,484.0549 416.96875,484.78125 C 413.96553,487.636 415.85318,493.09826 417.96875,496.0625 C 419.71231,497.2808 421.8008,496.64256 421.625,499.375 C 422.9604,502.00138 425.61694,507.13818 427.63657,506.66628 C 433.96883,501.45732 433.71537,492.75475 432.75,485.375 C 430.93981,483.23183 432.11067,478.91353 427.9375,479.125 z "
id="16340-23" />
<path
style="fill:#001e8c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 78.90625,488.84375 C 73.522557,490.93387 72.364272,498.84822 74.1875,503.6875 C 77.260378,505.98328 83.000256,504.53768 84.96875,501.21875 C 85.57476,496.97835 84.323834,491.0367 80.21875,488.90625 C 79.787252,488.81932 79.343752,488.76755 78.90625,488.84375 z "
id="16331-23" />
<path
style="fill:#008c28;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 97.34375,487.875 C 93.357445,488.50742 91.162139,492.24796 88.875,494.9375 C 83.546688,493.34677 79.881441,500.97214 86.0625,502.34375 C 91.603121,503.41259 98.239634,506.92782 103.59375,503.9375 C 106.15629,499.56047 101.00055,495.59622 99.8125,491.6875 C 100.59391,489.89442 99.607301,487.42299 97.34375,487.875 z "
id="16082-23" />
<path
style="fill:#00b4a0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 540.375,468.6875 C 537.04479,471.83472 532.47288,469.32864 528.59375,471.125 C 524.00691,472.60487 517.44805,474.8068 518.625,480.9375 C 518.78054,483.61232 515.78386,489.48191 520.8125,488.6875 C 522.3169,488.27298 525.36324,485.59106 523.28125,488.375 C 521.76574,490.31616 521.89607,494.23918 521.28125,495.46875 C 517.60469,491.81824 513.87274,498.52221 516.71875,501.53125 C 520.1154,506.4315 527.25383,504.50481 532.3125,504.3125 C 536.66418,502.92859 535.17673,496.93858 538.59375,494.46875 C 540.98445,490.62461 537.89095,484.67495 542.375,482.3125 C 544.15672,478.46927 544.47272,473.07585 542.65625,469.3125 C 542.07795,468.69401 541.19453,468.48092 540.375,468.6875 z "
id="16396-23" />
<path
style="fill:#00be8a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 105.4375,481.125 C 100.50536,482.40244 96.200452,488.47032 97.5625,493.5 C 99.223649,496.33927 101.95839,498.49839 101.84375,502.09375 C 104.6096,506.09142 111.46601,503.6618 110.9375,498.65625 C 111.83766,495.45456 110.54488,492.12422 108.03125,490.0625 C 111.08267,488.13921 112.90988,482.28001 108.1875,481.28125 C 107.293,481.11398 106.34041,480.96702 105.4375,481.125 z "
id="15985-23" />
<path
style="fill:#000a28;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 110.5625,481.65625 C 107.9129,482.86545 108.89873,486.80984 106.21875,488.4375 C 103.99864,491.44098 108.59658,493.02871 109.03125,495.09375 C 107.6911,497.72647 106.106,504.07039 111.09375,503.375 C 117.1364,501.48746 125.23486,495.98317 123.1875,488.65625 C 121.49748,485.8593 117.95871,489.33507 116.5,486.03125 C 114.66493,484.54263 113.30239,481.31931 110.5625,481.65625 z "
id="16069-23" />
<path
style="fill:#005a64;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 160.5,472.15625 C 156.69442,471.73072 154.98574,477.62004 158.90625,478.71875 C 159.90363,483.84586 155.81451,487.85071 155.34375,492.5 C 152.67021,494.87047 145.79369,497.67083 149.3125,502.3125 C 153.58613,504.8699 159.07319,501.22827 163,499.28125 C 168.48609,496.93695 174.80214,498.56814 180.59375,498.0625 C 177.43415,494.7698 175.78636,490.82273 174.78125,486.59375 C 171.19238,483.36645 171.4662,478.37232 169.34375,474.34375 C 167.29953,471.66561 163.47009,472.08383 160.5,472.15625 z "
id="16237-23" />
<path
style="fill:#00f00a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 220.8125,479.8125 C 215.67768,480.86522 217.36333,487.95676 218.1875,491.625 C 219.90659,494.6491 221.79675,497.42062 222.71875,500.78125 C 228.2527,507.0324 236.91852,501.60978 243.6875,501.40625 C 247.73753,502.80434 248.98993,496.79255 245.375,495.40625 C 242.00369,492.81214 237.32488,491.36031 235.90625,486.96875 C 234.14148,484.71571 231.47595,483.95786 230.40625,481.28125 C 227.60723,479.6401 223.97576,479.85717 220.8125,479.8125 z "
id="16015-23" />
<path
style="fill:#005a6e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 258.46875,492.375 C 253.6421,492.68236 245.17495,493.30794 244.75,499.5 C 247.4026,506.11906 256.71188,504.20416 261.34375,500.8125 C 263.9861,499.42546 270.92557,498.37758 267.53125,494 C 264.94093,492.16438 261.51391,492.4097 258.46875,492.375 z "
id="16262-23" />
<path
style="fill:#00aaa0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 547.0625,490.40625 C 543.05131,491.03909 544.08423,495.86647 542,498.3125 C 542.49023,503.16378 551.78955,504.88524 553.28125,499.53125 C 552.1572,496.32276 556.77994,496.91193 556.625,493.78125 C 555.8932,489.40238 550.95821,493.16586 548.71875,490.59375 C 548.19351,490.37906 547.62393,490.32371 547.0625,490.40625 z "
id="16395-23" />
<path
style="fill:#0046aa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 413.15625,483.25 C 410.21545,482.88921 409.31047,488.57601 406.75,485.71875 C 403.79146,482.77597 397.85684,484.00636 398.65625,488.875 C 399.11294,491.3128 401.26375,492.73339 400.8125,495.46875 C 401.38523,500.36429 407.01113,503.51263 411.19014,500.2842 C 415.38496,499.42951 420.74012,496.42628 418.90625,491.3125 C 418.19949,488.24072 417.35226,483.00276 413.15625,483.25 z "
id="16412-23" />
<path
style="fill:#00be5a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 156.84375,475.625 C 150.86638,476.89195 145.48536,481.43991 142.3125,486.46875 C 140.93298,490.18024 143.9113,493.06876 146.03125,495.46875 C 146.78659,499.44139 151.30881,499.58301 153.78116,496.99437 C 157.48645,495.52288 158.69309,491.61453 159.40625,488.0625 C 161.38496,484.77259 164.85409,477.65813 159.40625,475.90625 C 158.5745,475.70059 157.7121,475.50894 156.84375,475.625 z "
id="16222-23" />
<path
style="fill:#00461e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 370.1875,469.1875 C 366.68788,470.07029 366.50406,474.68539 363.6875,476.59375 C 362.12751,480.36472 366.16927,483.9359 364.6875,488 C 364.23456,492.55573 369.22377,491.8326 372.1875,492.1875 C 376.29335,492.61511 373.64493,498.72283 378,498.84375 C 382.04981,497.59116 380.03245,491.24692 377.875,488.71875 C 375.87731,488.37543 373.60961,485.81333 376.84375,484.9375 C 382.43862,481.26301 377.32389,474.67948 374.28125,471.125 C 373.20197,470.05319 371.82216,468.94569 370.1875,469.1875 z "
id="16050-23" />
<path
style="fill:#00323c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 454.8125,473.1875 C 449.36511,473.78731 447.26682,484.2244 454,484.1875 C 455.96182,486.81829 456.89112,490.7469 460.59375,491.53125 C 464.6554,494.43918 467.96063,498.25032 471.6875,501.71875 C 471.88986,497.30491 472.59783,492.85138 473.875,488.96875 C 471.59182,484.88426 466.62917,481.92829 467.125,476.5 C 466.48078,473.0392 461.55662,472.30583 459.3125,474.40625 C 458.0876,473.40378 456.38803,472.89653 454.8125,473.1875 z "
id="16125-23" />
<path
style="fill:#001e96;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 86.34375,474.15625 C 86.137527,476.88955 85.876706,479.84569 82.3125,478.5625 C 76.353492,478.47422 78.037703,486.3662 79.34375,489.9375 C 80.417686,494.77247 86.20016,500.97206 91,496.40625 C 93.321097,493.99051 96.755928,489.36055 93.3125,486.78125 C 91.562912,480.24923 90.546087,473.40643 88.0625,467 C 87.489583,469.38542 86.916667,471.77083 86.34375,474.15625 z "
id="16356-23" />
<path
style="fill:#00a000;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 229,472.34375 C 224.32231,474.0612 227.7524,480.44681 229.21875,483.53125 C 230.55987,486.6492 234.25182,487.56041 235.03125,490.96875 C 238.27764,494.47025 242.98595,498.2382 247.9375,497.65625 C 251.61907,494.77712 246.74475,489.99233 246.40625,486.53125 C 245.54918,482.83849 241.0992,481.55854 241.1875,477.625 C 238.65759,473.87775 233.09043,472.88466 229,472.34375 z "
id="15982-23" />
<path
style="fill:#006e5a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 444.5625,450.09375 C 439.99737,451.12453 438.25339,455.88852 436.78125,459.59375 C 433.73581,463.6138 433.12555,469.00241 430.0625,473.09375 C 427.68631,477.99386 428.50845,483.78991 431.21875,488.25 C 428.69011,491.58108 430.73317,498.57277 435.3125,497.8125 C 440.75372,493.64328 446.00296,489.10836 451.0625,484.5 C 453.62031,479.85687 455.07113,473.87399 453.71875,468.65625 C 451.26436,463.30598 453.82687,456.24911 448.75,451.875 C 447.6959,450.75298 446.16506,449.84983 444.5625,450.09375 z "
id="16214-23" />
<path
style="fill:#006ed2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 138.78125,478.6875 C 134.87128,482.08729 131.26265,485.96663 125.8125,486.21875 C 121.37147,486.26453 118.30891,492.74627 123.03125,494.90625 C 129.82276,497.45624 137.79831,496.34624 144.3125,493.59375 C 146.40267,488.08992 141.83198,482.17234 141.0625,476.71875 C 140.30208,477.375 139.54167,478.03125 138.78125,478.6875 z "
id="16516-23" />
<path
style="fill:#00a03c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 538.59375,481.96875 C 536.22375,485.78608 536.22916,491.47903 538.21875,495.5 C 541.50636,498.89775 547.1581,496.46165 547.1875,491.8125 C 548.80531,486.83046 543.98983,481.52216 539.15625,481.375 L 538.59375,481.96875 z "
id="16136-23" />
<path
style="fill:#005a32;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 171.03125,473.125 C 165.21929,473.95396 168.35501,481.31175 170,484.65625 C 170.97016,486.67528 173.39418,487.40259 172.875,490.03125 C 172.92308,493.60193 176.81807,497.66153 179.90625,494.15625 C 183.90022,491.48386 185.46063,486.16251 190.875,485.71875 C 193.83681,485.41572 200.67003,484.90819 197.875,480.21875 C 192.14781,472.05365 180.39298,477.45525 172.65625,473.15625 C 172.11946,473.11976 171.56632,473.03581 171.03125,473.125 z "
id="16102-23" />
<path
style="fill:#0028be;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 250.46875,473.25 C 247.53562,474.65885 244.51557,476.26963 241.125,475.28125 C 236.51679,476.79256 239.09074,482.7919 242.25,484.46875 C 245.13009,488.21095 244.78546,497.08949 251.53125,495.625 C 255.2639,495.66351 259.10098,493.01043 257.6725,488.78232 C 257.11997,483.71592 258.3046,473.62265 250.46875,473.25 z "
id="16459-23" />
<path
style="fill:#00aa64;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 285.84375,478.875 C 280.00958,479.77457 275.85889,489.52843 281.34375,493.125 C 284.47668,494.17724 288.78827,491.49605 290.625,495.03125 C 295.55325,497.60627 302.74738,494.01453 302.78125,488.1875 C 304.7247,485.28803 301.91187,482.71304 299.25,482.75 C 297.62884,480.93295 295.26979,481.08726 293.5625,479.46875 C 290.67459,480.04962 288.63736,479.12117 285.84375,478.875 z "
id="16245-23" />
<path
style="fill:#008250;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 310.21875,477.96875 C 304.94521,478.80372 299.21386,482.45926 300.28325,488.62317 C 299.60564,494.47931 307.38937,495.84523 311.78125,495.875 C 314.47344,495.53634 315.15709,492.11778 318.25,492.9375 C 322.31827,491.98388 324.47967,487.17672 324.46875,483.375 C 319.83569,481.52983 314.99347,478.98992 310.21875,477.96875 z "
id="16191-23" />
<path
style="fill:#00786e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 354.25,470.25 C 350.36325,471.00609 351.86739,476.14404 348.71875,477.78125 C 346.87701,482.09744 343.3176,487.40164 344.6875,491.96875 C 349.34047,495.4451 356.5971,491.48147 360.84375,495.65625 C 364.86065,497.22208 367.98611,493.12585 367.0625,489.34375 C 367.56349,485.44753 366.07553,481.25425 366.21875,477.59375 C 367.9703,474.90562 377.45527,469.36581 369.28302,470.93149 C 364.13746,471.5442 359.26803,470.69878 354.25,470.25 z "
id="16265-23" />
<path
style="fill:#00d228;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 269.4375,469.40625 C 266.02738,472.51062 260.95097,468.77824 257,471.3125 C 253.67304,472.13864 251.37825,476.10984 254.09375,478.8125 C 255.76949,483.8408 253.03605,491.46671 258.1875,494.71875 C 263.34957,495.7472 270.7838,494.06493 272.625,488.71875 C 272.11394,485.81213 269.79236,483.60765 270.84375,480.28125 C 270.5089,476.36532 272.83052,472.94732 272.59375,469.125 C 271.60333,469.32193 270.30123,468.79492 269.4375,469.40625 z "
id="16089-23" />
<path
style="fill:#007814;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 551.78125,472.8125 C 546.35577,474.52638 544.7237,481.72582 544.34375,486.78125 C 543.62211,492.42727 551.88938,497.41759 555.34375,491.9375 C 558.99544,486.59155 561.13124,476.22452 553.75,473.03125 C 553.12478,472.84444 552.43812,472.72312 551.78125,472.8125 z "
id="16030-23" />
<path
style="fill:#003ca0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 201.40625,478.71875 C 196.84061,478.25479 194.48543,482.83684 195.78125,486.84375 C 196.80665,493.36929 205.61615,492.57722 210.3125,493.9375 C 212.16852,492.36777 213.8879,491.33314 216.59375,491.84375 C 220.89447,492.02716 220.68587,486.50191 217.25,485.15625 C 212.52865,481.99605 207.43642,478.09647 201.40625,478.71875 z "
id="16384-23" />
<path
style="fill:#008c78;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 558.71875,462.65625 C 557.80153,470.53683 553.28095,479.45148 557.03125,487.15625 C 561.51962,488.90869 565.61313,495.22462 571.125,493.3125 C 573.62178,491.25227 576.93249,487.06446 576.41296,484.54979 C 573.82077,481.04733 566.40948,478.09463 567.9375,472.9375 C 571.19623,473.25051 575.07573,469.57383 571.75,466.9375 C 567.98497,464.01226 563.39986,462.40724 559.25,460.09375 C 559.07292,460.94792 558.89583,461.80208 558.71875,462.65625 z "
id="16292-23" />
<path
style="fill:#008214;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 351.75,468.46875 C 343.79692,470.2524 337.04242,478.10566 337.21875,486.3125 C 337.74098,489.30413 341.65721,488.312 341.90625,491.4375 C 345.70213,494.73384 347.35663,487.57948 348.5,485.03125 C 349.53705,481.8805 350.18342,479.04641 352.75,477.09375 C 354.0594,474.71731 356.50065,468.3854 351.75,468.46875 z "
id="16031-23" />
<path
style="fill:#00e6aa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 94.9375,475.21875 C 90.209982,475.77787 87.928916,481.22461 90.15625,485.25 C 90.571558,489.64808 96.12244,493.10774 99.375,489.15625 C 101.78864,486.06785 104.84496,483.48548 108.9375,483.65625 C 112.94908,481.56896 108.26163,477.67757 105.46875,477.59375 C 102.01355,476.61629 98.542898,475.10824 94.9375,475.21875 z "
id="16428-23" />
<path
style="fill:#003c32;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 131.125,457.5 C 127.59968,459.15238 125.6855,463.09845 121.84375,464.3125 C 117.32906,467.24437 115.59609,472.63312 110.375,474.65625 C 105.88153,476.41349 106.53743,483.43389 111.28125,484.3125 C 114.76769,486.58596 116.09373,493.31225 121.26969,490.08752 C 130.72697,489.26805 138.60419,483.34972 144.375,476.15625 C 146.02375,469.54636 138.20744,465.57311 134.78125,461.21875 C 133.68589,459.80863 133.79808,457.01754 131.125,457.5 z "
id="16099-23" />
<path
style="fill:#00f064;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 275.625,468.3125 C 268.57037,468.10601 267.52815,477.06865 267.78125,482.375 C 267.80106,486.15154 270.75223,492.50847 275.3125,489.5 C 278.15325,489.15792 281.5912,488.65953 282,485.25 C 284.78459,483.0497 284.74159,479.45906 282.6875,476.875 C 281.20723,473.52723 280.83355,467.46987 275.625,468.3125 z "
id="16252-23" />
<path
style="fill:#001e5a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 435.28125,458.1875 C 431.15879,458.70381 426.5055,459.28053 424.96875,463.90625 C 422.44107,468.68251 418.31673,472.42106 413.40625,474.4375 C 410.76941,476.57722 409.50164,480.23857 405.9375,480.96875 C 401.64767,483.66688 404.89091,491.05595 409.75,488.6875 C 411.66667,487.11129 413.22735,485.56236 416.125,486.375 C 420.07763,487.09842 423.5225,485.44878 426.15625,482.71875 C 429.58753,481.77154 431.96427,479.05766 431.90625,475.46875 C 433.8583,470.22931 439.06791,465.04507 437.625,459.15625 C 437.01823,458.37051 436.22121,458.15837 435.28125,458.1875 z "
id="16206-23" />
<path
id="16537-23"
d="M 212.69232,482.99275 C 210.29376,481.38185 207.76834,480.06385 207.08028,480.06385 C 206.14956,480.06385 205.93426,478.0317 206.23935,472.12657 C 206.60317,465.08483 206.42617,464.0329 204.67055,462.80322 C 202.72794,461.44256 202.74153,461.35925 205.41196,458.25874 C 206.90812,456.52161 209.40098,454.46558 210.95163,453.68978 C 213.40004,452.46483 214.28141,452.47974 217.65032,453.80308 C 221.1253,455.16809 221.47177,455.61629 220.9744,458.10317 C 220.34955,461.22741 222.58577,463.06385 227.015,463.06385 C 229.88287,463.06385 235.31735,467.52241 233.68166,468.53332 C 233.10449,468.89003 232.63226,470.05533 232.63226,471.12287 C 232.63226,472.62232 231.9345,473.06385 229.56487,473.06385 C 226.85892,473.06385 226.57369,473.32897 227.14422,475.31385 C 229.03585,481.89486 229.32867,481.42491 223.74822,480.76399 C 218.84961,480.18382 218.63226,480.25978 218.63226,482.55195 C 218.63226,486.13436 217.49566,486.21871 212.69232,482.99275 z "
style="fill:#0032dc;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2282" />
<path
style="fill:#009614;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 336.5625,459.375 C 329.83352,460.67423 328.95748,468.43601 325.71875,473.25 C 324.08187,475.86527 325.49186,479.88127 323.875,482.09375 C 319.87032,483.41717 322.18944,489.53394 326,487.09375 C 328.98221,485.42323 332.262,485.91907 334.6875,487.90625 C 340.12895,487.44313 340.57645,479.73688 343.71875,476.21875 C 345.42802,472.66268 353.37543,472.53677 351,467.4375 C 349.48129,465.23194 345.64773,467.28173 345.3125,464 C 343.28062,461.57013 339.92292,459.29682 336.5625,459.375 z "
id="16033-23" />
<path
style="fill:#00a014;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 151.8125,471.21875 C 145.10021,471.0122 136.79058,477.49051 140.59375,484.6875 C 143.46949,488.95259 148.47578,484.01861 150.53125,481.5 C 152.82242,478.60404 160.72727,478.03205 158.5625,473.1875 C 156.90561,471.34802 154.17038,471.04077 151.8125,471.21875 z "
id="16034-23" />
<path
style="fill:#00dc50;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 395.90625,466.53125 C 389.44499,467.26108 389.37883,475.88859 393.125,479.71875 C 393.51998,482.134 394.52585,484.68704 396.96875,485.40625 C 399.96231,489.16022 405.48022,486.07388 407.71875,483.03125 C 411.65626,481.80347 415.15042,477.16408 414.71875,473.03125 C 411.38821,467.26822 403.05273,469.18824 397.75,466.625 C 397.14943,466.50806 396.51795,466.44765 395.90625,466.53125 z "
id="16200-23" />
<path
style="fill:#005a3c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 298.15625,469.65625 C 292.35642,470.60906 290.95679,479.24169 294.21875,483.25 C 296.95265,484.33467 299.4767,486.21231 302.46875,484.21875 C 306.85875,482.88297 313.02098,478.66921 309.8125,473.4375 C 307.45539,471.21246 303.62688,472.51608 301.28125,470.03125 C 300.30848,469.62292 299.20059,469.51296 298.15625,469.65625 z "
id="16129-23" />
<path
style="fill:#00140a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 558.875,459.25 C 553.78891,463.56786 548.03493,454.84004 543.34375,459.90625 C 539.55916,466.75694 540.8536,475.35194 541.03125,482.90625 C 541.35609,487.08904 546.65964,486.24995 547.40625,482.6875 C 548.88011,479.55321 550.68083,472.83616 555.28125,476.4375 C 560.49004,476.83076 560.04172,469.5929 560.9375,466.09375 C 560.36753,463.32178 564.8348,455.29125 558.875,459.25 z "
id="15993-23" />
<path
style="fill:#000aaa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 578.90625,464.09375 C 574.23008,464.80037 571.85019,469.92391 567.03125,470.5 C 561.90068,473.5522 566.51297,479.69126 569.72199,482.22316 C 571.58596,485.23752 577.13271,487.76578 578.3125,482.84375 C 581.71428,478.0019 586.40108,471.48133 583.4375,465.25 C 582.33656,463.93723 580.46699,464.02607 578.90625,464.09375 z "
id="16406-23" />
<path
style="fill:#00d20a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 320.4375,462.625 C 317.39383,464.45213 312.99721,461.99084 311.0625,465.8125 C 309.47224,468.24235 310.21596,471.20855 307.90625,473.03125 C 306.26381,479.96932 314.69575,482.63111 319.71875,484.3125 C 323.8076,486.40665 328.05469,482.66284 327.21875,478.34375 C 326.13549,474.59889 332.04758,471.42578 328.0625,468.3125 C 325.63727,466.99316 323.46246,465.6946 322.5625,463.125 C 321.95971,462.67333 321.17637,462.51327 320.4375,462.625 z "
id="16012-23" />
<path
style="fill:#00be14;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 279.96875,453.875 C 273.67504,454.9081 275.28987,462.93218 272.46875,466.6875 C 269.27,470.20937 275.01875,472.70358 277.875,470.8125 C 279.17233,475.31722 280.09248,481.52531 286.09961,481.52388 C 290.24113,483.89264 296.16426,481.70767 295.90625,476.4375 C 297.74683,468.41328 286.24135,465.82546 287.25,458.03125 C 286.55008,454.94203 282.78805,453.72993 279.96875,453.875 z "
id="16037-23" />
<path
style="fill:#009682;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 83.09375,475.09375 C 79.674779,474.42782 75.693932,479.05789 79.71875,481.0625 C 82.893018,483.20346 90.331113,480.94515 87.875,476.34375 C 86.602472,475.09673 84.791624,475.0023 83.09375,475.09375 z "
id="16318-23" />
<path
style="fill:#00465a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 190.0625,458.53125 C 184.83211,459.26426 185.83077,466.29746 185.40625,470.21875 C 184.97184,475.41733 189.87501,478.2711 193.90625,479.65625 C 196.82997,483.21973 203.76006,482.31742 206.3125,479.15625 C 206.6118,473.83158 209.1431,467.02465 205.25,462.5625 C 201.2217,459.19744 195.21176,458.65174 190.0625,458.53125 z "
id="16210-23" />
<path
style="fill:#00b40a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 391.53125,466.84375 C 385.3155,467.59336 378.5995,466.48194 372.65625,468.6875 C 370.82579,472.81639 375.14252,477.30361 378.5,479.25 C 381.18829,478.99955 384.54193,481.78486 386.4375,479.78125 C 387.54535,483.71846 391.92643,481.29623 391.65625,477.96875 C 394.14689,474.79937 393.67081,470.60329 393.625,466.75 C 392.92708,466.78125 392.22917,466.8125 391.53125,466.84375 z "
id="16009-23" />
<path
style="fill:#00b464;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 588.625,463.34375 C 584.12224,463.4295 580.38798,467.26254 581.40625,471.90625 C 581.04383,474.46544 579.06585,477.74569 582.40625,479.3125 C 585.7825,482.75907 593.82017,481.45469 592.28125,475.625 C 592.24128,471.75128 595.01898,466.37159 590.75,463.625 C 590.10865,463.28793 589.33104,463.27541 588.625,463.34375 z "
id="16246-23" />
<path
style="fill:#006e82;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 112.21875,448.46875 C 107.95242,452.25509 103.49417,456.84033 100.25,461.15625 C 95.288185,463.24734 101.22809,467.6972 103.5,469.375 C 106.08968,473.32148 103.88764,478.94415 104.625,483.46875 C 108.62299,479.22485 113.09326,475.71968 117.9375,472.75 C 120.18373,466.3788 127.68245,465.62448 131.3125,460.28125 C 135.08669,457.898 128.74776,455.98742 126.5,454.4375 C 122.58682,452.76549 117.59632,453.50057 115.35154,448.87889 C 113.90111,447.39891 113.85854,446.0281 112.21875,448.46875 z "
id="16314-23" />
<path
style="fill:#004628;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 96.59375,463.5625 C 89.682772,464.38315 84.465462,473.73086 89.8125,479.15625 C 92.632431,480.78869 94.6796,476.09412 97.59375,478.1875 C 100.69025,479.34071 107.44833,481.86699 107.59375,476.28125 C 109.0826,469.58389 103.10646,463.35517 96.59375,463.5625 z "
id="16075-23" />
<path
style="fill:#006e50;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 241.21875,464.125 C 236.05448,464.07371 228.51976,470.53345 233.53125,475.40625 C 238.02385,478.27444 246.31374,480.42758 249.84375,475.125 C 252.92545,469.30718 247.31747,463.20036 241.21875,464.125 z "
id="16189-23" />
<path
id="16130-23"
d="M 174.81632,474.84791 C 174.14756,474.17915 172.37006,473.57445 170.86632,473.50414 C 169.36259,473.43383 166.21976,473.306 163.88226,473.22007 C 159.65762,473.06478 159.63226,473.04125 159.63226,469.27529 C 159.63226,467.19158 158.83476,463.92249 157.86004,462.01063 C 156.36897,459.08599 156.28731,458.14023 157.3453,456.04918 C 158.03691,454.68225 158.60941,452.80667 158.61752,451.88124 C 158.63245,450.17745 159.52912,449.73708 165.38226,448.55905 C 167.44572,448.14375 168.63226,448.29904 168.63226,448.98439 C 168.63226,449.5781 169.43711,450.06385 170.42082,450.06385 C 171.40453,450.06385 173.97467,450.96385 176.13226,452.06385 C 178.28985,453.16385 181.32113,454.06385 182.86845,454.06385 C 186.81079,454.06385 187.87071,457.32265 186.67485,465.76691 C 186.07014,470.03695 186.08608,473.04331 186.71972,474.22727 C 187.62128,475.91185 187.21968,476.06385 181.86744,476.06385 C 178.61981,476.06385 175.49307,475.52466 174.81632,474.84791 z "
style="fill:#00643c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2250" />
<path
style="fill:#00fa14;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 540.8125,439.78125 C 536.2598,441.70309 532.8683,446.11301 527.78125,447.09375 C 523.66988,447.69219 519.71224,452.54679 523.4375,456.09375 C 527.00191,459.5882 524.35844,465.48057 522.8125,469.40625 C 520.96601,471.19931 517.49873,475.45902 521.71875,476.625 C 526.70677,474.88947 531.56807,472.71471 537,472.71875 C 542.49009,471.92504 545.06391,466.36975 544.90625,461.4375 C 547.7588,459.15863 551.37635,463.69675 554.75,462.96875 C 563.31152,463.39453 561.4506,448.68118 553.71875,449.0625 C 548.69541,447.97668 548.72441,441.5011 543.65625,440.34375 C 542.76313,439.96282 541.8012,439.61997 540.8125,439.78125 z "
id="16043-23" />
<path
style="fill:#00be1e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 248.34375,443.375 C 244.12307,444.12099 236.92879,446.06367 238.96875,451.875 C 239.71232,456.82093 236.94022,460.7882 234.71875,464.6875 C 234.74354,469.33738 239.48254,466.45666 242.125,466.9375 C 245.03415,467.49401 248.80483,467.9788 247.65625,471.75 C 247.44155,477.58322 255.11228,476.63425 258.03125,473.71875 C 261.53037,470.8975 266.73315,475.65624 270.25,471.84375 C 275.33159,469.23639 277.09251,463.7389 277.9375,458.46875 C 281.3592,454.28661 276.84842,446.19748 271.40625,449 C 265.08435,449.28598 257.20902,450.84882 251.75,447.09375 C 251.72426,445.23651 250.70398,443.05605 248.34375,443.375 z "
id="16062-23" />
<path
style="fill:#006e96;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 408.4375,448.03125 C 408.23122,452.95069 411.01317,460.98056 404.78125,463.1875 C 401.22183,464.58702 399.66129,470.62373 404.5625,471.09375 C 408.57544,471.2269 411.96177,473.19908 414.84375,475.75 C 419.36256,476.85582 422.01979,471.30522 424.84375,468.6875 C 427.38716,465.38842 431.86506,459.63625 426.6875,456.5 C 423.35151,454.34507 419.906,452.6262 417.1875,449.59375 C 414.46348,447.45299 411.24081,446.16587 408.21875,444.46875 C 408.29167,445.65625 408.36458,446.84375 408.4375,448.03125 z "
id="16364-23" />
<path
style="fill:#005ab4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 147.8125,452.8125 C 144.035,453.41688 145.47345,457.75238 143.1875,459.6875 C 142.82707,463.424 141.70624,466.86032 140.75,470.40625 C 141.23453,476.42446 149.29566,474.16192 153.25,474.375 C 157.49407,475.14937 161.79836,471.93932 160.3125,467.375 C 159.22658,462.65511 157.07142,457.12011 152.34375,455.375 C 151.44669,453.75906 149.74714,452.52409 147.8125,452.8125 z "
id="16439-23" />
<path
style="fill:#003296;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 301.03125,457.5625 C 294.50018,459.61079 296.60841,468.92631 300.8125,472.375 C 304.51941,478.08782 313.94274,473.78509 313.28125,467.34375 C 315.40206,461.53211 307.58777,458.96192 303.40625,457.75 C 302.6408,457.5209 301.82282,457.48901 301.03125,457.5625 z "
id="16358-23" />
<path
style="fill:#003278;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 366.25,451.5625 C 360.12714,452.90712 361.6091,461.17256 358.09375,465.09375 C 355.34746,468.63656 357.1734,474.82722 362.28125,474 C 366.99753,473.21609 375.41754,472.90222 374.75,466.125 C 375.30168,463.13308 373.32544,459.42124 376.40625,457.5625 C 377.89533,454.04285 373.37361,453.0195 371.125,453.5625 C 370.11345,451.96486 368.05396,451.37679 366.25,451.5625 z "
id="16283-23" />
<path
style="fill:#00aa3c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 287.71875,455.4375 C 282.04557,457.37681 285.44511,464.63032 288.65625,467.375 C 291.2327,471.02609 296.7,475.43321 300.65625,471 C 302.08403,468.0942 298.12172,465.65754 299.46875,462.34375 C 300.16852,458.41524 296.30454,458.01398 293.53125,458.3125 C 291.71079,457.17514 290.1171,455.13491 287.71875,455.4375 z "
id="16137-23" />
<path
style="fill:#0064dc;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 354.09375,445.21875 C 352.11643,447.12933 352.54687,450.51443 349.65625,452.25 C 346.86378,456.34245 341.64663,461.46784 343.71875,466.78125 C 346.32212,470.05229 351.81717,468.45533 353.75,472.40625 C 357.0009,474.67361 360.21764,470.86832 359.84375,467.6875 C 362.11121,463.86264 363.48971,459.87898 364.84375,455.71875 C 367.24209,452.89516 365.36919,448.38671 361.5,448.96875 C 359.12007,447.64566 357.27544,444.154 354.09375,445.21875 z "
id="16542-23" />
<path
style="fill:#004664;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 328.65625,446.78125 C 322.35377,448.70481 318.77566,456.39769 320.78125,462.65625 C 320.57184,467.33298 326.29776,472.55463 330.625,470.0625 C 332.22021,467.45534 332.2411,463.73302 335.65625,462.46875 C 339.95645,459.89385 341.254,451.60319 335.15625,450.75 C 334.27506,448.13467 331.36179,446.45378 328.65625,446.78125 z "
id="16235" />
<path
style="fill:#00aa6e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 392.4375,437.78125 C 389.046,438.34322 387.91493,442.29006 384.65625,443.15625 C 379.6544,447.86957 374.1297,453.30677 372.625,460.15625 C 373.9693,463.10795 369.6141,467.2509 372.71875,470.28125 C 377.24794,472.80249 379.86483,465.6573 382.4375,463.125 C 387.09244,456.0111 395.57739,451.25026 398.21875,443.03125 C 398.69772,439.75716 395.37533,437.59157 392.4375,437.78125 z "
id="16270-23" />
<path
style="fill:#0064b4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 408.1875,445.15625 C 401.98601,450.22971 396.6852,456.82378 392.1875,463.5625 C 390.17753,467.1712 394.17002,469.74612 397.40625,469.3125 C 399.99431,471.08932 403.50407,470.31114 404.4375,467 C 406.79012,464.54589 411.11354,462.87422 411.0625,458.59375 C 411.13058,454.25905 412.85108,448.63417 409.71875,445.0625 C 409.22607,445.20985 408.66557,444.90793 408.1875,445.15625 z "
id="16440-23" />
<path
style="fill:#00f046;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 138.59375,443.09375 C 131.56828,443.86231 131.19319,452.92191 131.375,458.40625 C 132.35953,463.37198 136.69085,468.4306 141.75,469.1875 C 147.08206,468.27544 144.16698,461.74652 146.4375,458.4375 C 148.53569,455.22176 147.90535,451.50542 145.78125,448.65625 C 145.87751,444.79368 142.11141,442.72825 138.59375,443.09375 z "
id="16177-23" />
<path
id="16234-23"
d="M 380.3252,465.00652 C 381.3185,463.32499 384.31256,459.61249 386.97866,456.75652 C 389.64476,453.90055 392.86226,450.43885 394.12866,449.06385 C 395.39505,447.68885 396.73176,445.55135 397.09912,444.31385 C 397.9154,441.56404 399.09208,441.45455 400.85032,443.96478 C 401.58262,445.0103 403.19164,446.0228 404.42591,446.21478 C 406.50731,446.53854 406.28797,447.01027 401.40115,452.72001 C 393.54562,461.8984 392.63226,463.25739 392.63226,465.76724 C 392.63226,467.94575 392.26938,468.06385 385.57572,468.06385 L 378.51919,468.06385 L 380.3252,465.00652 z "
style="fill:#003c64;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="Montferrat"
sodipodi:nodetypes="csssssssccc" />
<path
style="fill:#00f096;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 228.5,431.40625 C 223.44666,432.78874 219.38397,436.88012 215.25,439.75 C 214.03283,444.25527 213.73782,450.39197 217.0625,454.03125 C 218.89873,455.24665 221.50212,455.32191 220.15625,458.1875 C 219.89649,463.00835 225.3267,464.23061 229.09375,464.28125 C 231.72137,465.30557 235.01047,470.29377 237.25,465.90625 C 239.88408,461.42 243.00462,456.03468 241.125,450.71875 C 243.26627,447.34763 243.17953,443.41038 241.0625,440.0625 C 240.97046,437.27507 241.35359,433.14373 237.4375,432.9375 C 234.44614,432.55627 231.5227,431.30605 228.5,431.40625 z "
id="16377-23" />
<path
style="fill:#00820a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 299.125,453.25 C 295.07249,452.83416 294.88853,458.47648 298.59375,459.1875 C 304.24,460.24262 308.92947,463.25884 314.15625,465.375 C 319.05988,467.85541 326.0263,462.89949 322.84375,457.5625 C 318.13814,452.87012 310.21205,454.56492 304.1875,453.375 C 302.5039,453.26776 300.81215,453.14501 299.125,453.25 z "
id="16004-23" />
<path
style="fill:#00dc0a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 341.375,446.28125 C 337.05209,448.05428 337.12199,454.14297 336.28125,458.09375 C 336.3867,462.3984 344.21317,466.61674 346.5625,461.90625 C 347.27628,457.63059 355.28582,453.32817 349.05751,450.53909 C 346.6953,448.9675 344.49383,446.06012 341.375,446.28125 z "
id="16013-23" />
<path
style="fill:#000abe;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 193.65625,433.6875 C 190.0519,433.30532 187.83483,437.24858 190.65625,439.8125 C 186.50496,442.01958 187.62354,447.94453 190.5,450.65625 C 191.8499,453.77633 188.7337,454.05305 187.0625,455.59375 C 185.55549,460.7336 193.10778,461.81217 196.65625,461.96875 C 202.03544,463.19022 208.06324,458.82997 207.90625,453.375 C 203.8927,448.22801 197.41912,443.66999 197.5625,436.40625 C 197.36512,434.45747 195.49335,433.38027 193.65625,433.6875 z "
id="16456-23" />
<path
style="fill:#00dc8c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 434.40625,449.0625 C 429.57543,450.38841 425.09399,452.97372 420.40625,454.84375 C 424.59094,458.40109 429.67692,463.69697 435.71875,460.90625 C 440.53877,459.63604 437.8772,451.97037 435.5625,449.28125 L 435,449 L 434.40625,449.0625 z "
id="16350-23" />
<path
style="fill:#00143c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 272.9375,446.78125 C 274.63824,452.57573 279.19724,457.50695 285.5,457.5625 C 289.74706,456.41638 291.79345,461.95108 296.1875,461.0625 C 300.20548,461.02877 298.8733,456.37447 298.3125,454.28125 C 300.31447,449.89631 296.12358,443.84523 291.03125,445.34375 C 284.34002,445.77495 277.71721,444.64129 271.21875,443.15625 C 271.79167,444.36458 272.36458,445.57292 272.9375,446.78125 z "
id="16122-23" />
<path
style="fill:#008cdc;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 440.125,442.78125 C 437.03128,446.92644 431.48946,455.0221 437.21875,459.25 C 441.41955,459.53289 441.16507,453.03484 445.3125,452.46875 C 448.82109,448.51156 443.02595,443.70213 442,439.84375 C 441.375,440.82292 440.75,441.80208 440.125,442.78125 z "
id="16546-23" />
<path
style="fill:#00bed2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 126.9375,419.4375 C 123.80358,420.32135 116.9532,419.13825 118.40625,424.4375 C 115.57198,424.74742 108.63634,426.35621 112.1875,430.3125 C 116.312,432.21113 121.87447,437.16375 117.75,441.875 C 116.29846,445.18263 112.03808,448.81348 115.46875,452.5 C 117.93634,457.57081 124.36434,454.85458 127.96875,458.34375 C 132.84882,460.96923 135.44291,454.44305 134.6875,450.53125 C 135.14038,447.46927 137.55488,444.22588 140.96875,445.90625 C 144.93444,446.5457 145.58393,441.46247 142.78125,439.53125 C 141.1969,436.65575 137.28758,435.59979 135.9375,433.03125 C 135.811,429.94206 135.87512,424.63746 131.40625,425.03125 C 130.56794,422.81052 130.3593,419.04399 126.9375,419.4375 z "
id="16526-23" />
<path
style="fill:#00463c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 175.5,429.78125 C 165.69683,432.08941 153.75861,428.3077 145.71875,435.84375 C 143.40737,437.84326 143.66131,441.08351 142.1875,443.53125 C 141.9261,448.86192 145.29813,453.44678 149.5625,456.1875 C 151.74117,460.53473 158.03926,458.91125 158.71875,454.34375 C 159.02589,451.60812 160.39151,449.53058 163.34375,449.875 C 169.61829,446.90875 172.21112,440.20972 176.15145,435.03747 C 177.17334,431.9739 182.47968,427.84941 175.5,429.78125 z "
id="16127-23" />
<path
style="fill:#00be0a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 313.46875,437.53125 C 310.17405,437.36139 309.03521,440.50561 308,442.75 C 306.04869,444.75561 302.36904,442.24075 301.5,445.84375 C 301.41623,449.46426 294.67801,452.12673 298.90625,455.21875 C 305.91913,456.5642 313.45655,457.90186 320.5,457.5 C 324.32801,454.75138 326.54927,450.35096 329.5625,446.8125 C 325.43001,442.02522 320.32179,437.09457 313.46875,437.53125 z "
id="16010-23" />
<path
style="fill:#00825a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 186.84375,429.125 C 182.07545,429.94419 175.37447,428.94791 173.3125,434.625 C 171.95688,437.0698 169.75117,438.39855 169.03125,441.09375 C 166.53242,443.08175 164.41856,447.19014 168,449.34375 C 171.73335,451.5898 176.23627,452.53598 180.15625,454.40625 C 182.82326,455.12255 185.594,454.85858 187.6875,456.84375 C 192.84366,457.99884 195.46386,450.95333 191.71875,447.71875 C 190.83718,445.90714 188.2331,441.51357 192.5625,442.09375 C 199.20923,441.70586 191.34976,437.77434 190.0625,434.75 C 190.27163,432.24491 191.50398,428.68215 186.84375,429.125 z "
id="16216-23" />
<path
style="fill:#00c8c8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 380.78125,437.0625 C 374.38816,438.92028 369.24938,443.92738 364.09375,447.9375 C 361.31112,451.45164 366.22292,453.6994 368.75,455 C 371.17661,459.04702 376.11144,454.35643 378.625,452.5 C 382.22019,449.61857 385.00168,445.57832 389.3125,444.03125 C 392.57068,439.41374 384.13068,436.37233 380.78125,437.0625 z "
id="16500-23" />
<path
style="fill:#003cd2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 412.125,437.3125 C 408.3986,439.68656 405.64546,446.75129 411.125,448.84375 C 416.02419,450.09895 418.17526,456.47745 423.28125,456.59375 C 427.11728,455.06217 427.40185,448.90784 425.40625,445.8125 C 422.38483,445.03618 419.78364,443.00476 418.5,440.125 C 416.87015,438.61903 414.48009,436.53961 412.125,437.3125 z "
id="16511-23" />
<path
style="fill:#00d282;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 211.3125,436.875 C 204.95955,438.51966 205.12688,446.88789 204.8125,452.1875 C 204.9747,456.37637 209.91917,455.91563 212.28125,453.875 C 215.61193,453.38105 220.0841,450.48801 217.25,446.8125 C 216.69509,443.38466 217.97973,438.18504 213.34375,437 C 212.68055,436.82858 211.99277,436.79987 211.3125,436.875 z "
id="16324-23" />
<path
style="fill:#00c8a0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 435.21875,437.125 C 428.04703,437.49913 425.29578,445.83221 423.625,451.59375 C 423.25251,456.05037 428.64107,455.17604 430.90625,453.1875 C 434.25442,452.00505 436.91269,448.83249 436.03125,445.28125 C 437.88299,443.26442 442.41701,439.84763 438.28125,437.5625 C 437.327,437.16525 436.2438,437.02504 435.21875,437.125 z "
id="16398-23" />
<path
id="16115-23"
d="M 334.13226,450.06385 C 333.78313,448.96385 332.62781,448.06385 331.56487,448.06385 C 329.06485,448.06385 329.12511,447.59531 332.13226,443.65274 C 333.50726,441.85002 334.63226,439.70228 334.63226,438.87997 C 334.63226,436.75471 341.54693,434.68882 343.7344,435.91299 C 345.71896,437.02361 342.65631,440.60155 339.80931,447.8101 C 337.99822,452.39573 335.22216,453.49781 334.13226,450.06385 z "
style="fill:#00dc32;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="Doissin"
sodipodi:nodetypes="csssssc" />
<path
style="fill:#00b46e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 345.03125,438.6875 C 339.68329,439.16216 338.15716,448.84753 343.96875,449.875 C 346.36318,452.38115 350.82451,456.0454 353.53125,451.875 C 359.43074,446.30553 350.9795,438.59662 345.03125,438.6875 z "
id="16271-23" />
<path
style="fill:#00640a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 203.90625,425.1875 C 197.30311,426.4706 192.3916,433.84502 195.46875,440.3125 C 197.41942,446.50282 201.91652,451.31713 206.40625,455.84375 C 207.99867,450.27762 206.95984,443.20596 211.375,439.03125 C 212.32341,434.37897 207.09874,431.49372 207.1875,426.9375 C 206.54404,425.77347 205.24979,425.00148 203.90625,425.1875 z "
id="16001-23" />
<path
id="16336-23"
d="M 258.13226,450.43153 C 253.38078,449.29151 250.88537,447.82513 251.00511,446.24342 C 251.29322,442.43772 258.78738,440.07655 263.30927,442.36678 C 264.86191,443.15315 267.77018,444.09278 269.77207,444.45484 C 272.21982,444.89754 273.58107,445.76008 273.92845,447.08849 C 274.21365,448.17908 273.92707,449.13382 273.28864,449.22007 C 271.99179,449.39528 268.82788,449.8033 263.63226,450.46538 C 261.70726,450.71068 259.23226,450.69545 258.13226,450.43153 z "
style="fill:#00508c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2186" />
<path
style="fill:#00a01e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 290.96875,425.3125 C 286.2997,428.03839 288.75229,434.98218 291.875,438.125 C 293.9677,440.43796 289.17157,441.78889 290.6875,444.625 C 290.67852,447.39002 293.7311,447.39897 294.96875,448.6875 C 295.03406,452.31822 299.8739,454.38129 301.8125,450.84375 C 303.37536,448.571 303.83604,445.04559 307.40625,445.96875 C 312.19194,445.68178 312.02897,439.76428 309.03125,437.3125 C 306.39495,433.6732 302.40237,431.12541 297.9375,430.625 C 295.60962,429.05314 294.45394,424.68136 290.96875,425.3125 z "
id="16059-23" />
<path
id="16066-23"
d="M 360.00849,448.60192 C 359.69995,447.79785 358.62496,446.87892 357.61964,446.55984 C 356.61432,446.24077 354.09295,444.42364 352.0166,442.52178 C 349.94026,440.61992 347.20436,439.06385 345.93684,439.06385 C 344.66932,439.06385 343.63226,438.61385 343.63226,438.06385 C 343.63226,437.51385 345.31976,437.05384 347.38226,437.04161 C 349.55588,437.02873 352.18318,436.19733 353.63226,435.06385 C 356.75655,432.61999 360.82725,432.51684 362.91929,434.82852 C 364.38211,436.44491 364.3812,436.87212 362.90851,439.91289 C 361.42782,442.97018 361.43032,443.45198 362.94014,446.00791 C 363.84182,447.53433 364.29142,449.07136 363.93924,449.42353 C 362.79804,450.56474 360.58412,450.10198 360.00849,448.60192 z "
style="fill:#00e61e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="Chélieu" />
<path
style="fill:#00288c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 435.4375,430.40625 C 432.15547,432.04173 429.53077,439.05997 434.78125,439.8125 C 437.36595,439.3048 437.84825,440.98521 435.4375,442.21875 C 432.67628,444.58169 431.61782,452.53953 436.8125,451.78125 C 439.87323,449.33566 441.56528,445.33212 444,442.25 C 444.45391,439.9225 442.01753,439.00524 442.03125,436.59375 C 439.12535,435.16935 439.55624,430.64603 436.09375,430.0625 L 435.4375,430.40625 z "
id="16332-23" />
<path
style="fill:#00f000;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 284.125,431.78125 C 277.87913,432.54429 278.09559,441.39401 278.25,446.09375 C 280.51298,449.29407 286.01459,449.52095 289.4375,448.125 C 293.37483,446.94522 293.44323,442.86494 295.03125,439.9375 C 295.22166,434.86525 288.56123,431.43534 284.125,431.78125 z "
id="15990-23" />
<path
style="fill:#008c82;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 368.28125,433.46875 C 364.51635,435.41405 362.96791,438.75488 361.15625,442.125 C 360.39499,446.0314 365.06353,451.32598 368.71875,447.65625 C 371.90453,445.28033 375.03812,442.81817 378.21875,440.40625 C 375.1702,438.77733 371.35511,431.35496 368.28125,433.46875 z "
id="16057-23" />
<path
style="fill:#0050c8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 328.5,423.8125 C 322.05421,424.17812 317.96466,430.01111 313.28125,433.71875 C 311.24728,438.39795 316.98422,440.8203 320.4375,441.96875 C 323.59259,443.71819 325.66834,446.73987 328.21875,449.21875 C 332.08483,444.99335 336.96488,440.15995 335.15625,433.84375 C 334.7364,429.693 334.69652,422.46559 328.5,423.8125 z "
id="16488-23" />
<path
style="fill:#00e696;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 429.53125,427.34375 C 425.98846,427.859 423.38265,430.46107 420.375,432.15625 C 419.01052,435.59012 412.37104,434.63809 413.90625,439.3125 C 415.25873,441.26137 417.39551,441.96703 418.15625,444.4375 C 420.84696,449.32556 428.80666,449.01545 430.03125,443.15625 C 432.47162,440.19848 435.39786,437.49979 435.65625,433.3125 C 437.87903,429.18935 432.92799,426.87741 429.53125,427.34375 z "
id="16376-23" />
<path
style="fill:#003c5a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 245.375,429.78125 C 239.52742,431.24322 235.70299,438.5913 239.75,443.75 C 242.82611,449.88875 249.99021,445.23642 254.3125,443.4375 C 257.58955,442.99201 261.94177,440.40672 259.78125,436.65625 C 259.62331,431.72003 253.13695,433.87156 250.46875,431.1875 C 248.88216,430.43529 247.19158,429.53767 245.375,429.78125 z "
id="16209-23" />
<path
style="fill:#0078c8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 278.21875,431.3125 C 273.276,431.96111 268.50823,434.3324 266.0625,438.59375 C 262.21504,440.78009 264.74979,445.51838 268.625,445 C 272.44705,444.49757 277.77411,449.809 280.15625,444.46875 C 282.11446,441.75482 280.42013,438.1447 282.5625,435.90625 C 283.03983,433.46243 280.57473,431.13681 278.21875,431.3125 z "
id="16492-23" />
<path
style="fill:#001e0a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 401.625,424.71875 C 397.16659,425.80436 398.64385,431.98174 395.15625,434.21875 C 387.63711,438.61525 392.603,440.53096 398.3125,442.78125 C 400.77863,444.35747 402.69665,448.02379 406.40625,446.40625 C 413.34234,444.98258 412.93761,436.1623 409.46875,431.625 C 407.60352,428.88827 405.48399,424.5521 401.625,424.71875 z "
id="15994-23" />
<path
style="fill:#00b478;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 144.59375,422.6875 C 140.94528,425.1208 134.34482,423.33506 132.75,428.3125 C 132.09535,434.8703 138.92862,439.16067 143.375,442.6875 C 146.72155,444.30006 146.44945,440.18043 146.40625,438.4375 C 148.77863,436.15536 155.85011,433.97082 152.53125,429.78125 C 149.39239,428.9449 150.68403,424.60286 147.4375,423.40625 C 146.58796,422.89962 145.59398,422.52964 144.59375,422.6875 z "
id="16296-23" />
<path
style="fill:#00a032;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 270.5625,426.28125 C 266.37935,427.89074 258.68774,425.76845 257.28125,431.5 C 256.94169,435.7369 256.51404,442.3588 262.3125,442.65625 C 267.61886,444.04985 268.88335,436.66032 273.34375,435.71875 C 277.67752,434.24163 277.9018,428.68271 273.84375,426.78125 C 272.82347,426.27835 271.68844,426.15662 270.5625,426.28125 z "
id="16109-23" />
<path
style="fill:#003c1e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 219.0625,417.53125 C 215.45422,417.53113 211.20476,418.08666 209,421.0625 C 203.76356,422.76965 203.33556,431.09987 207.46875,434.4375 C 210.22333,438.10835 215.13634,443.39458 219.9375,439.5625 C 223.3157,438.16429 223.356,434.3886 222.96875,431.5 C 225.23958,428.81514 228.42788,425.33093 225.875,421.59375 C 225.01073,418.4633 222.21182,416.96404 219.0625,417.53125 z "
id="16049-23" />
<path
style="fill:#00e6be;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 292.3125,419.9375 C 287.09352,421.08976 291.06824,427.08131 293.25,429.375 C 295.1716,432.5631 298.65665,433.98977 302.15625,434.53125 C 305.8235,436.55948 309.16565,443.67618 313.9375,439.59375 C 317.64212,436.6576 313.53231,431.84457 312.25,428.625 C 309.80127,425.74649 304.60851,428.83364 303.4375,424.5625 C 300.58176,421.83107 296.32996,419.84768 292.3125,419.9375 z "
id="16478-23" />
<path
style="fill:#005aaa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 388.6875,424.75 C 383.22245,426.31899 376.17667,424.89973 372.65625,430.46875 C 367.88223,434.03326 368.26034,437.08961 373.5,439.5 C 376.43477,442.7603 380.0047,439.19422 383.1875,439.5625 C 385.75224,442.08193 390.74146,440.43543 389.03125,436.46875 C 385.84878,431.6082 391.37675,427.8013 393.40625,423.8125 C 391.83333,424.125 390.26042,424.4375 388.6875,424.75 z "
id="16414-23" />
<path
style="fill:#00321e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 392.03125,425.5 C 385.26125,425.97679 383.40246,435.60785 388.25,439.78125 C 392.69437,442.38461 396.53821,436.22155 399.09375,433.375 C 401.91538,430.8105 401.48783,425.04668 396.78125,425.53125 C 395.20062,425.46528 393.61201,425.4259 392.03125,425.5 z "
id="16048-23" />
<path
style="fill:#00e678;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 408.15625,413.15625 C 402.50005,413.82385 405.19554,421.62418 400.90625,423.625 C 399.3096,427.84927 405.35487,427.79626 406.25,431.3125 C 409.12384,433.48147 407.60953,437.78686 410.21875,439.6875 C 414.80369,439.99584 419.60911,436.81244 422.625,433.46875 C 424.38362,429.01208 421.74974,423.23617 418.1875,420.34375 C 414.38227,418.96741 412.95322,412.8677 408.15625,413.15625 z "
id="16301-23" />
<path
style="fill:#00d25a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 344.84375,422.40625 C 340.41177,423.18347 333.43429,423.10359 331.8125,428.15625 C 332.87892,431.1379 331.17289,436.28513 334.8125,437.625 C 337.42717,437.16693 339.87935,435.50191 342.53125,437.28125 C 347.96744,439.20573 352.75878,436.01892 357.5625,434.15625 C 360.96541,434.64271 365.42406,432.96688 363,429.09375 C 360.81192,425.10088 355.53324,426.20233 352.3125,423.40625 C 350.00167,422.52373 347.36527,422.29214 344.84375,422.40625 z "
id="16224-23" />
<path
style="fill:#00d26e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 365.21875,422.28125 C 360.51734,424.97015 358.49764,431.57294 362.84375,435.53125 C 366.3902,439.97182 371.989,434.60514 375,432.03125 C 378.07037,426.82546 369.68976,424.2021 366.92987,421.55282 C 366.27123,420.49148 365.78819,422.02468 365.21875,422.28125 z "
id="16274" />
<path
style="fill:#008c96;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 194.03125,394.3125 C 192.12671,397.81583 186.84988,398.74006 186.90625,403.53125 C 187.93322,405.30779 189.14382,406.586 188.875,408.9375 C 189.72864,411.29404 190.4586,412.92392 188.9375,415.09375 C 187.96633,421.65736 186.09651,429.21814 188.71875,435.53125 C 192.59126,439.71749 196.99221,433.67085 199.3125,431 C 201.91422,427.7846 207.15809,427.78915 208.875,423.90625 C 211.76051,423.05193 213.08503,418.83277 216.625,420.65625 C 219.95149,421.78105 224.56185,417.44798 220.5625,415.15625 C 219.32738,413.73831 221.58432,410.1269 218.875,408.84375 C 215.16136,406.68336 209.82634,403.77238 206,406.9375 C 201.40875,407.8855 196.13088,404.38997 197.61833,399.25002 C 196.91838,394.77724 199.68567,385.01898 194.03125,394.3125 z "
id="16367-23" />
<path
style="fill:#009600;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 231.4375,418.71875 C 227.6654,418.96128 222.846,421.23543 224.21875,425.625 C 221.93839,428.34237 217.6731,433.1332 221.9375,436.125 C 225.57337,437.67591 227.81479,431.05742 231.375,434.375 C 239.25511,438.99352 247.2822,432.0455 251.875,426.125 C 255.17103,423.51684 252.21594,418.54082 248.65625,421.21875 C 245.23559,420.61018 241.39042,419.28842 237.90625,421.1875 C 235.86574,420.21067 233.89811,418.32448 231.4375,418.71875 z "
id="15981-23" />
<path
style="fill:#000a8c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 266.46875,418.09375 C 262.83013,417.4255 260.26504,420.05954 258.78125,422.8125 C 256.25221,422.89396 253.68529,424.60799 252.78125,426.9375 C 249.70851,426.54022 244.08306,428.59602 246.6875,432.40625 C 250.23885,434.17216 256.08379,438.49032 259.21875,433.90625 C 259.04066,429.09396 265.59554,430.18055 268.78125,429.4375 C 272.20567,429.01095 279.8694,428.89259 278.09375,423.5625 C 275.63748,421.84864 275.14579,418.07271 271.5625,418.25 C 269.87282,418.05847 268.16706,418.03513 266.46875,418.09375 z "
id="16329-23" />
<path
style="fill:#003c3c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 290.09375,417.5625 C 284.65501,418.57317 277.56418,416.12446 273,419.8125 C 270.69825,422.68971 276.98592,423.64945 275.1875,425.9375 C 270.36415,428.05722 275.51643,433.61466 278.84375,434 C 282.93355,434.7481 290.3932,436.72211 291.25,430.6875 C 292.24687,426.38647 292.05809,421.92845 292.15625,417.53125 C 291.46875,417.54167 290.78125,417.55208 290.09375,417.5625 z "
id="16126-23" />
<path
style="fill:#008cb4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 322.125,412.09375 C 318.89227,411.75528 315.96359,414.29446 315.9375,417.0625 C 311.38666,417.36417 307.06543,419.02584 303.75,422.0625 C 297.22042,424.10554 304.62946,431.67387 309.15625,430.34375 C 311.91533,430.25286 310.04831,435.7533 313.625,435.0625 C 318.1852,434.21699 321.31321,430.11585 324.375,427.25 C 327.25846,427.37715 332.37346,426.99364 331.1875,422.78125 C 330.41619,419.43049 328.60833,416.64105 327.8125,413.375 C 326.31011,411.87899 324.07456,412.02558 322.125,412.09375 z "
id="16444-23" />
<path
style="fill:#0032be;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 168.875,409.5 C 163.96896,410.66786 159.25994,411.84386 154.375,412.71875 C 151.81026,415.06019 151.1474,419.0757 148.71875,421.71875 C 145.41612,426.11914 148.41567,432.49391 153.8125,433.03125 C 163.35271,434.17703 173.07492,432.55087 182.625,432.71875 C 186.11383,431.01268 182.33335,428.46283 182.9375,426 C 180.50714,421.62458 172.89878,421.56088 173.0625,415.40625 C 172.52818,413.17567 172.02748,409.13224 168.875,409.5 z "
id="16460-23" />
<path
style="fill:#009678;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 425.84375,414.65625 C 421.59531,416.15895 415.66779,413.22707 412.3125,416.59375 C 411.24616,421.56435 418.60366,421.87326 419.375,426.3125 C 420.60847,428.87947 420.73534,434.79906 425.125,432.5 C 427.23979,430.95981 428.82874,428.33441 431.875,429.8125 C 436.56825,428.70101 432.17661,424.31152 429.5,423.5625 C 425.76963,421.62343 428.96364,417.39459 428.5625,414.625 C 427.65886,414.65846 426.74339,414.57205 425.84375,414.65625 z "
id="16293-23" />
<path
style="fill:#00826e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 185.15625,402.0625 C 180.27666,402.29149 176.97084,406.52946 172.15625,406.5625 C 167.06964,409.38588 170.16332,416.58106 172.09375,420.53125 C 174.35888,424.59055 181.06458,424.39745 181.34375,429.625 C 183.847,433.75462 190.39135,431.3892 190.34375,426.71875 C 191.15547,421.74633 190.61829,416.61329 192.125,411.9375 C 191.84946,407.78484 191.14725,400.67734 185.15625,402.0625 z "
id="16266-23" />
<path
style="fill:#006e32;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 260.59375,414.25 C 255.85361,416.27361 250.00842,418.94742 249.5625,424.8125 C 246.81716,428.34492 251.97494,432.06958 254.625,428.875 C 255.79238,427.14102 256.31178,425.48078 258.78125,425.78125 C 262.58239,424.12516 264.82149,418.42451 262.75,414.71875 C 262.08343,414.38159 261.35771,414.00662 260.59375,414.25 z "
id="16104-23" />
<path
style="fill:#00468c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 372.34375,405.65625 C 365.13447,406.45095 366.23649,415.6574 365,420.8125 C 365.33938,425.90949 371.55929,428.3606 375.8125,429.3125 C 379.2087,427.92023 386.22554,429.9341 386.3125,424.5 C 385.68627,421.4255 380.30867,422.63984 382.125,418.96875 C 382.97612,416.32648 382.43287,412.77861 379.875,411.65625 C 381.95689,406.39479 376.19244,405.31684 372.34375,405.65625 z "
id="16335-23" />
<path
style="fill:#0078be;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 113.21875,406.125 C 109.39493,407.43585 109.20656,413.99984 104.03125,413.0625 C 100.46152,412.50483 97.721824,415.96186 99.9375,419.09375 C 102.47054,424.74889 108.05647,431.00484 114.90733,428.21645 C 118.97881,428.32498 122.11938,424.73288 120.78125,420.6875 C 119.81265,415.74093 120.1605,407.5443 114.0625,406.0625 C 113.78131,406.0824 113.48785,406.00878 113.21875,406.125 z "
id="16467-23" />
<path
style="fill:#003c96;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 367.0625,406.59375 C 359.99664,407.13395 351.7112,406.40001 345.75,410.6875 C 342.81737,416.52655 347.84878,423.37775 352.59375,426.625 C 356.6292,429.73279 363.25865,430.01455 365.75,424.96875 C 368.98551,419.44601 368.95258,412.83156 369.21875,406.53125 C 368.5,406.55208 367.78125,406.57292 367.0625,406.59375 z "
id="16359-23" />
<path
style="fill:#000a00;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 398.5625,409.71875 C 393.53828,411.06599 392.23849,416.93071 388.6875,419.875 C 385.541,420.73766 380.95878,426.41228 386.03125,427.875 C 389.63915,426.83477 392.85967,429.04554 396.40625,428.875 C 402.52899,427.81724 407.06859,422.16081 407.1875,416.125 C 408.02503,411.82594 401.78386,409.88036 398.5625,409.71875 z "
id="15967-23" />
<path
style="fill:#005abe;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 140.28125,410.5625 C 136.56919,410.68687 131.6113,411.40998 131.1875,415.84375 C 127.04893,418.35023 126.14145,425.87158 131.125,427.78125 C 136.08693,428.43 141.12322,426.85815 145.5625,425.34375 C 150.61516,425.79409 153.52296,419.48409 155.40625,415.59375 C 155.67365,410.52113 149.0496,412.83176 146.1875,410.8125 C 144.26398,410.37234 142.24502,410.46794 140.28125,410.5625 z "
id="16464-23" />
<path
style="fill:#00be8c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 339.75,411.34375 C 335.52921,412.48832 330.80809,412.38364 326.8125,414.03125 C 324.0738,415.86541 326.72844,418.22805 327.625,419.875 C 328.38918,423.66621 331.72223,429.98325 336.40625,427.09375 C 340.3398,424.10402 346.8616,427.15212 349.65625,422.78125 C 350.28029,419.42186 347.64887,416.31396 346.8125,413.1875 C 345.01909,411.37134 342.1584,411.22916 339.75,411.34375 z "
id="16347-23" />
<path
style="fill:#003cbe;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 290.71875,406.09375 C 285.57775,406.97156 289.49435,412.86184 289.09375,416.0625 C 288.68995,422.84594 297.306,424.22351 302.4375,424.90625 C 306.62718,424.86077 308.73428,420.04826 313.1875,420.40625 C 316.10945,420.86156 321.31253,417.78609 317.5625,415.0625 C 312.04417,412.49253 304.21882,415.94505 299.6875,411.5 C 299.69192,406.96117 294.25675,405.93963 290.71875,406.09375 z "
id="16461-23" />
<path
style="fill:#00963c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 388.0625,403.28125 C 383.74822,404.4483 376.07144,407.14606 377.5625,412.875 C 378.81108,414.40122 380.57991,415.23011 379.375,417.6875 C 377.66522,421.86891 381.50461,426.50584 385.78125,424.46875 C 389.54034,422.99313 392.99323,420.30985 394.40625,416.5 C 397.53897,414.4556 400.23105,409.38104 396.1875,406.78125 C 393.78034,405.22526 391.08745,403.16514 388.0625,403.28125 z "
id="16135-23" />
<path
style="fill:#00dc3c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 246.40625,395.1875 C 243.14486,395.39124 235.53983,394.60223 236.6875,399.90625 C 236.72953,405.93068 239.1711,414.06839 233.3125,418.09375 C 231.20449,420.59642 234.2297,422.99523 236.46875,422.84375 C 240.98205,423.94999 244.24798,418.44296 247.5625,416.125 C 251.87994,412.40923 255.10322,406.25759 252.03125,400.8125 C 252.90684,398.24557 252.08407,394.61833 248.53125,395.15625 C 247.82271,395.1467 247.11457,395.17579 246.40625,395.1875 z "
id="16144-23" />
<path
style="fill:#001428;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 257.34375,402.59375 C 252.5427,402.77936 250.36077,407.40307 248.8125,411.09375 C 245.5297,415.11999 241.15295,418.12135 237.3125,421.625 C 242.07377,421.82466 248.68026,426.52202 252.4375,421.71875 C 255.77765,418.79 260.60588,418.10148 263.84375,415.53125 C 265.88884,410.31992 264.62236,401.85233 257.34375,402.59375 z "
id="16070-23" />
<path
style="fill:#006428;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 126.3125,395.09375 C 122.35573,395.98504 119.42635,399.12118 116.0625,401.09375 C 113.50595,404.51838 114.33849,409.76568 117.53125,412.4375 C 117.34088,416.15571 117.62244,419.87611 117.6875,423.59375 C 124.0011,423.27284 133.99701,421.5404 134.28125,413.5 C 133.42032,407.63536 134.61172,399.55122 129.28125,395.5625 C 128.35996,395.10832 127.32703,394.96893 126.3125,395.09375 z "
id="16078-23" />
<path
style="fill:#008c82;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 224.5625,391.59375 C 221.0059,393.41252 223.48566,398.73531 221.21875,401.75 C 220.66937,404.74648 218.62389,406.93385 215.5,405.4375 C 210.14423,404.94481 213.86098,410.51987 217.1875,410.75 C 217.90239,413.43222 217.48873,417.92851 221.375,418.65625 C 222.77313,420.67212 224.07353,424.05041 227.34375,422.75 C 232.96516,421.02219 240.61245,418.06116 239.71875,410.75 C 239.35212,405.52119 240.98718,398.4462 236.5625,394.65625 C 232.85799,393.78938 228.79083,393.98972 225.59375,391.53125 C 225.25307,391.5713 224.89149,391.46004 224.5625,391.59375 z "
id="16317-23" />
<path
style="fill:#00e650;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 272.21875,401.6875 C 269.16386,402.6042 267.20358,405.51876 263.78125,405.40625 C 259.89023,408.1836 262.34124,414.04018 260.78125,418.0625 C 262.00273,423.31515 269.77234,420.10004 273.40625,421.0625 C 276.91687,420.64956 275.67778,414.40709 276.6875,411.28125 C 276.96414,407.87426 277.23764,401.41618 272.21875,401.6875 z "
id="16201-23" />
<path
style="fill:#00325a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 279.3125,406.3125 C 274.25482,407.61617 271.55356,414.70563 273.25,419.34375 C 277.09099,423.90278 283.34844,418.51834 282.90625,413.5625 C 283.83436,410.43075 284.16839,405.33684 279.3125,406.3125 z "
id="16208-23" />
<path
style="fill:#000a6e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 285,402.34375 C 280.41219,404.70675 280.85254,411.4406 279.8125,415.90625 C 279.45166,423.66972 294.3562,421.30143 291.75,413.9375 C 290.5672,410.14753 290.17367,402.5188 285,402.34375 z "
id="16254-23" />
<path
style="fill:#00781e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 96.625,401.625 C 92.833759,402.59726 87.216929,402.10035 85.03125,405.84375 C 85.626826,412.82933 95.371537,411.66551 98.59375,416.53125 C 101.03857,417.51369 102.42585,414.61542 105.125,415.84375 C 109.95857,415.97569 115.81877,409.00479 110.46875,405.53125 C 106.32336,403.18145 101.43733,401.62324 96.625,401.625 z "
id="16055-23" />
<path
style="fill:#008c14;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 307.375,397.375 C 303.54393,398.1986 303.20074,403.58789 299.03125,403.8125 C 294.15267,407.60474 297.26461,416.63198 303.625,416.28125 C 310.0925,417.60032 316.68896,416.60445 322.78125,414.9375 C 325.80207,415.22908 330.21692,413.82412 329.03125,409.9375 C 329.22505,402.58441 321.56313,399.21493 315.28935,398.66774 C 312.64585,398.39001 310.04682,397.08502 307.375,397.375 z "
id="16032-23" />
<path
style="fill:#000aa0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 336.03125,381.65625 C 333.23754,384.33802 335.3299,390.14022 334.67516,394.03117 C 335.41686,397.52983 334.11229,400.18783 332.75,403.0625 C 332.54636,405.73606 329.53169,407.73978 329.28125,410.09375 C 324.96381,410.32831 327.20649,415.36855 330.40625,415.71875 C 335.16874,416.83216 340.86773,413.06993 339.625,407.65625 C 339.8904,403.25422 338.76658,396.15652 344.125,394.53125 C 346.49484,391.28763 346.15072,385.39073 343,382.78125 C 340.905,381.86507 338.26551,381.11633 336.03125,381.65625 z "
id="16379-23" />
<path
style="fill:#009650;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 154.21875,388.90625 C 150.5465,388.96791 144.50799,388.70933 145.28125,394.03125 C 145.3328,399.62316 144.42742,405.25455 143.96875,410.65625 C 146.2754,415.8672 153.91034,415.69895 158.59375,414.3125 C 161.37982,411.41064 160.44322,406.51611 162.6875,403.09375 C 163.36657,399.5069 166.60429,397.34773 167.25,394.0625 C 165.26945,389.36279 158.67828,388.53396 154.21875,388.90625 z "
id="16193-23" />
<path
style="fill:#0050a0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 172.4375,392.3125 C 167.58186,392.69321 161.39872,394.54173 161,400.25 C 160.20871,404.47229 155.68317,409.34706 158.21875,413.5 C 163.98789,416.06015 169.41384,410.04851 174.8125,409.0625 C 178.39728,408.71299 180.00909,404.57138 183.78125,405.1875 C 186.82191,403.9417 193.43995,403.13961 188.70721,399.54775 C 186.71087,395.8573 183.17291,393.15381 178.90625,393.78125 C 177.05462,392.2752 174.75806,392.05749 172.4375,392.3125 z "
id="16386-23" />
<path
style="fill:#005ac8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 341.65625,393.125 C 335.43382,396.01827 336.88558,404.82617 336.71875,410.46875 C 336.52876,414.16716 340.56836,413.99287 342.875,413.71875 C 346.41354,417.20435 349.97463,410.22204 346.46875,407.875 C 342.36628,404.13939 348.84393,396.05237 343.28125,393.15625 C 342.77447,392.99868 342.17504,393.038 341.65625,393.125 z "
id="16489-23" />
<path
style="fill:#0050dc;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 145.125,390.03125 C 141.14212,393.80131 135.24553,390.57767 130.46875,392.25 C 125.65296,396.28616 132.38352,402.56703 130.71875,407.53125 C 130.19766,411.62111 133.99529,414.85788 138.02843,413.48744 C 142.12538,414.19063 146.86319,412.40775 147.125,407.75 C 147.59116,402.2475 149.2751,395.8996 147.15625,390.71875 C 146.65163,390.3127 145.81483,389.50435 145.125,390.03125 z "
id="path2084" />
<path
style="fill:#00a082;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 334.375,384.1875 C 330.57002,386.42135 326.51981,386.62014 322.34375,386.4375 C 318.9322,388.17932 321.77113,391.65751 321.84375,394.09375 C 322.2189,397.31071 317.19824,400.20446 321.03125,402.5625 C 323.83348,403.71099 326.02612,405.71621 325.96875,408.96875 C 326.18265,412.89563 332.22254,413.67991 332.40625,409.40625 C 333.84448,407.03271 335.71157,404.78463 336.0625,402 C 337.97124,396.83643 337.71083,390.5277 336.90625,385.1875 C 336.40578,384.16077 335.46187,383.7651 334.375,384.1875 z "
id="16319-23" />
<path
style="fill:#001496;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 362.53125,396.46875 C 356.22042,398.10436 350.54478,401.6287 344.40625,403.53125 C 339.72581,406.87563 346.16356,412.78417 350.375,411.125 C 356.38787,409.05782 363.20423,410.51949 369,408.15625 C 372.22857,406.18219 373.26438,400.59768 369.03125,399 C 367.00285,397.90113 364.97991,396.21744 362.53125,396.46875 z "
id="16355-23" />
<path
style="fill:#00be32;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 205.5625,386.25 C 203.90201,389.03849 200.59494,386.54667 197.9375,387.90625 C 194.40095,388.05467 190.50498,392.14155 194.1875,395 C 195.09175,399.90585 194.27583,406.58547 200,408.90625 C 204.15491,411.45101 212.72507,409.06202 212.21875,403.40625 C 212.40063,400.20339 213.95042,396.84509 211.78125,393.75 C 210.01202,391.50229 209.5915,385.16803 205.5625,386.25 z "
id="16112-23" />
<path
style="fill:#00e682;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 292,386.625 C 285.83868,391.11168 281.11292,401.3595 287.90625,407.375 C 290.94443,409.23537 296.30592,411.47902 299.125,408.5625 C 299.61958,405.288 303.30254,406.06524 304.75,403.4375 C 305.81101,400.72987 308.04058,399.24396 310.9375,400.59375 C 315.51222,402.23164 323.68403,402.84141 324.3125,396.28125 C 324.76102,392.2071 323.99559,385.38485 318.375,386.0625 C 313.38464,385.31518 308.94321,388.29658 304.3125,388.78125 C 300.29037,388.62871 295.29276,384.88092 292,386.625 z "
id="16326-23" />
<path
id="16014-23"
d="M 214.75631,406.26058 L 211.38036,405.91835 L 211.98902,401.47767 C 212.50179,397.73658 212.05601,395.9031 209.15936,389.83937 C 207.26829,385.88067 205.91464,382.44814 206.15126,382.21152 C 206.38787,381.9749 208.55474,383.39825 210.96651,385.37452 C 213.37828,387.35078 217.20591,389.70969 219.47236,390.61655 C 224.13933,392.4839 224.5278,394.27439 221.88787,401.74958 C 220.25286,406.37924 219.6553,406.75722 214.75631,406.26058 z "
style="fill:#00e60a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2072" />
<path
style="fill:#001e14;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 271.09375,372.40625 C 269.09589,373.28463 267.24019,374.35033 264.9375,374.375 C 261.04419,377.36937 269.10486,380.03955 265.4375,383.0625 C 264.22517,385.51703 262.05662,386.03047 259.625,385.375 C 255.1479,388.28822 259.99916,394.14584 262.125,397.15625 C 264.43418,400.36694 269.01927,399.29727 270.96875,402.9375 C 272.94929,404.27833 274.13759,405.59815 275.28125,407.5625 C 278.1523,410.18108 284.54537,409.83491 284.84375,405.25 C 289.18493,401.75524 285.91803,394.97582 290.71875,391.75 C 293.41888,389.79233 295.63127,384.6971 290.96875,383.71875 C 286.97507,380.96773 282.65127,378.92345 278.25,377.40625 C 275.78765,376.01872 274.32334,372.29323 271.09375,372.40625 z "
id="16021-23" />
<path
style="fill:#00280a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 374.59375,393.375 C 371.19085,394.05671 364.18416,393.14903 364.25,398.0625 C 364.61897,401.25071 371.43608,401.00002 368.6875,404.4375 C 366.20486,406.94085 369.14562,410.87681 371.75,408.125 C 373.42092,407.01483 375.8171,409.85342 378.15625,409 C 383.86676,409.1465 391.35491,404.60064 388.5625,398.03125 C 387.32892,393.79175 381.99776,396.13311 379.5625,393.625 C 377.96685,393.20884 376.24092,393.36035 374.59375,393.375 z "
id="15995-23" />
<path
style="fill:#00f032;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 264.28125,396.875 C 259.17119,397.81426 257.97249,407.36662 264.03125,407.8125 C 268.69266,409.34934 275.72727,402.19348 270.34375,398.6875 C 268.5977,397.45258 266.43622,396.68187 264.28125,396.875 z "
id="16117-23" />
<path
style="fill:#00148c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 258.625,389.03125 C 254.26178,390.02245 252.95146,394.96161 249.71875,397.0625 C 248.71427,400.77079 250.33513,408.69158 255.53125,406.53125 C 257.62054,404.031 262.80099,405.53626 263.375,401.0625 C 264.23173,396.9935 262.88261,391.67933 259.65625,389.09375 L 259.03125,388.90625 L 258.625,389.03125 z "
id="16330-23" />
<path
style="fill:#000a1e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 344.3125,382.375 C 340.25156,385.8654 343.84741,392.39717 342.80487,396.93722 C 342.91328,401.99802 341.46789,409.21712 348.5,404.90625 C 352.72874,402.90981 357.30832,401.56436 361.3125,399.25 C 365.17202,397.52637 362.77269,392.91395 359.09375,392.96875 C 355.7222,392.10282 358.84784,386.21381 354.34375,386.34375 C 351.6941,386.50862 348.31387,386.83495 347.96875,383.5 C 347.21208,382.34189 345.58882,381.69288 344.3125,382.375 z "
id="16044-23" />
<path
style="fill:#00bec8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 168.09375,380.09375 C 163.38324,380.66717 158.2151,389.29861 165.4375,390.0625 C 163.91851,394.55399 168.86499,396.16186 172.34375,395.1875 C 176.26697,394.37832 179.12587,397.86456 183.0625,396.5 C 184.756,398.70839 188.68545,404.87328 191.40625,400.40625 C 194.69111,398.97196 197.55584,394.37634 194.5625,391.03125 C 191.54464,387.07309 187.94153,380.02791 182.03125,381.28125 C 179.80827,381.9803 179.70826,387.45368 177.3125,384.65625 C 174.44324,383.08084 171.5447,380.17062 168.09375,380.09375 z "
id="16499-23" />
<path
style="fill:#00783c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 366.0625,383.25 C 362.30075,383.39439 361.07591,389.06353 357.0625,387.375 C 352.40293,388.86149 355.08027,395.87551 359.375,395.84375 C 361.56538,397.10275 363.90652,399.87994 366.53125,397.6875 C 369.94592,395.94802 377.91848,397.70828 377.4375,391.90625 C 377.35978,385.31818 371.77918,383.11359 366.0625,383.25 z "
id="16132-23" />
<path
style="fill:#0032d2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 240.40625,372.40625 C 233.3111,375.11961 230.63493,387.17778 238.125,391.25 C 240.07506,392.62327 239.13242,393.98782 238,395.375 C 239.30518,399.45867 245.58716,398.50143 248.59375,396.78125 C 252.71799,392.93336 253.22023,384.02868 246.46875,382.71875 C 244.40595,381.04409 246.41024,376.84331 244.34375,374.65625 C 243.52437,373.34796 242.02507,372.20993 240.40625,372.40625 z "
id="16510-23" />
<path
style="fill:#001edc;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 237,372.03125 C 233.52622,374.93998 230.03578,378.32754 225.09375,378.1875 C 220.23307,379.163 214.18403,384.59904 216.3125,389.71875 C 223.44606,393.6248 232.68363,399.81307 241,395.59375 C 244.81253,391.83812 238.21633,389.25268 236.90625,386.15625 C 236.09131,382.51693 236.55991,378.76947 239.25,376.15625 C 240.84157,374.31016 239.89951,370.79032 237,372.03125 z "
id="16535-23" />
<path
style="fill:#008c46;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 191.3125,364.09375 C 184.96511,364.76896 177.96164,369.78056 179.875,377 C 179.71659,383.60035 188.01294,384.30044 190.4375,389.5625 C 193.69438,393.58712 199.40512,390.48302 203.25,389.125 C 206.35987,386.41825 207.22242,381.74241 208.1875,377.875 C 208.02222,373.90535 206.16334,369.51328 202.1875,368.3125 C 199.02028,365.9889 195.5012,363.47703 191.3125,364.09375 z "
id="16167-23" />
<path
style="fill:#0032b4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 283.71875,360.34375 C 279.9032,364.41223 273.81863,366.86141 270.96875,371.5625 C 271.59418,376.69877 276.88925,380.69855 281.78125,381.5 C 289.65121,385.32354 297.18735,391.81558 306.28125,391.78125 C 310.11367,389.78154 315.55803,386.14179 314.75,381.3125 C 312.86385,378.15381 307.1745,378.54494 307.40625,374.15625 C 306.04024,371.46164 302.54699,372.55599 300.71875,370.5 C 296.94626,371.29011 293.85308,368.44295 290.3125,367.4375 C 287.11875,365.585 287.47722,355.91567 283.71875,360.34375 z "
id="16435-23" />
<path
style="fill:#00f0aa;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 213.28125,358.4375 C 205.39759,359.63406 200.97921,369.70079 205.53125,376.375 C 206.04857,378.78869 204.9208,381.69851 207.6875,383.40625 C 210.55725,386.09079 213.85095,388.428 216.9375,390.9375 C 218.3426,386.24259 220.85402,381.8281 225.6875,380.03125 C 222.71762,377.3143 219.81291,374.90063 223.40625,371.75 C 224.26044,369.21258 225.44147,367.44715 228.57858,367.41762 C 233.85421,366.79391 226.80226,363.3211 224.71875,361.5625 C 221.29187,359.64163 217.21434,360.41059 213.90625,358.40625 C 213.69935,358.42285 213.48158,358.37006 213.28125,358.4375 z "
id="16429-23" />
<path
style="fill:#00b446;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 253.875,373.625 C 247.97525,372.91826 239.85661,376.76409 242.9375,383.6875 C 244.75803,386.38454 251.00124,386.26755 248.125,390.71875 C 246.30122,393.78744 245.74408,398.70224 250.40625,398.8125 C 255.00067,399.23139 256.86944,393.13819 259.96875,390.65625 C 260.20914,387.00626 265.47851,389.14925 266.64186,385.73318 C 271.80667,382.34584 269.98302,378.47398 265.34375,375.90625 C 261.91591,373.93131 257.79178,373.4619 253.875,373.625 z "
id="16171-23" />
<path
id="16228-23"
d="M 319.88226,387.27004 C 315.89476,387.10845 312.64657,386.65845 312.66406,386.27004 C 312.68156,385.88164 313.34825,384.7017 314.14561,383.64796 C 315.4123,381.97397 316.75983,381.75777 324.81811,381.9356 C 329.89064,382.04755 334.23807,382.33632 334.47907,382.57733 C 335.31009,383.40835 332.50924,385.9108 329.82421,386.73626 C 328.34364,387.19144 323.86976,387.43164 319.88226,387.27004 z "
style="fill:#00fa5a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path2038" />
<path
id="16116-23"
d="M 353.27315,387.32435 C 349.52154,387.03174 348.30033,386.51056 347.91518,385.03772 C 347.38604,383.01432 344.29924,381.5336 342.6872,382.5299 C 342.15757,382.85723 340.56645,382.83445 339.15137,382.47929 C 335.6233,381.5938 337.6633,379.14692 341.97649,379.09071 C 343.71216,379.0681 345.80726,378.98207 346.63226,378.89954 C 347.45726,378.81701 349.11453,379.06595 350.31509,379.45274 C 352.18265,380.05442 352.77301,379.5355 354.40257,375.85992 C 356.7272,370.61658 359.69054,367.76948 360.45518,370.04474 C 360.7289,370.85922 362.23072,372.64693 363.79256,374.01742 C 365.97119,375.92914 366.63226,377.38856 366.63226,380.28653 C 366.63226,382.96794 366.19953,384.06385 365.14073,384.06385 C 364.32039,384.06385 363.08715,384.96385 362.40019,386.06385 C 361.71323,387.16385 360.47191,387.98274 359.64171,387.8836 C 358.81151,387.78447 355.94566,387.5328 353.27315,387.32435 z "
style="fill:#00e632;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="Dolomieu" />
<path
id="path2034"
d="M 204.71121,385.64718 C 204.66779,384.59302 204.90413,384.00239 205.23643,384.33468 C 205.56872,384.66698 205.60424,385.52947 205.31537,386.25135 C 204.99615,387.04908 204.75919,386.81213 204.71121,385.64718 z "
style="fill:#8a8a8a;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:#00f08c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 292.15625,352.78125 C 287.49449,354.14651 282.50068,359.34408 285.4375,364.46875 C 286.18655,368.76877 290.29739,370.56817 293.875,371.6875 C 296.51695,373.81923 300.42049,372.31432 302.875,374.8125 C 306.33578,374.30099 305.47315,379.15834 308.4375,380.09375 C 314.10222,383.22614 321.44229,383.35861 327.6875,382.1875 C 331.34488,379.4074 325.89716,375.68517 323.15625,376.6875 C 324.29105,372.6283 323.3784,368.18394 326,364.5 C 326.3419,359.18211 318.83338,360.01823 315.41722,358.62248 C 307.95336,356.55948 299.15095,357.71077 292.90625,352.75 C 292.66037,352.7832 292.39663,352.70279 292.15625,352.78125 z "
id="16352-23" />
<path
style="fill:#00d2d2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 325.78125,362.21875 C 320.82467,365.1716 320.47732,372.67802 321.5625,377.8125 C 322.90269,380.351 326.40143,378.53926 327.75,381.4375 C 331.52647,384.40542 338.59146,382.98451 338.75,377.4375 C 338.58402,373.34547 342.09266,370.19958 341.90625,366.40625 C 339.82164,362.10674 334.45615,366.29191 331.28125,363.40625 C 329.53922,362.89553 327.64263,361.68785 325.78125,362.21875 z "
id="16528-23" />
<path
style="fill:#0078d2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 226.25,365.40625 C 221.99106,366.17222 219.92262,371.58716 219.09375,375.375 C 220.66474,382.48386 230.33187,381.45551 234.53125,377.34375 C 238.34204,374.69231 241.21413,371.82179 235.8125,369 C 233.20695,366.71775 229.74678,365.28782 226.25,365.40625 z "
id="16517-23" />
<path
style="fill:#00fac8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 342.03125,365.1875 C 338.11825,367.61918 335.3517,373.5737 336.5,378.21875 C 339.39755,381.31404 344.5583,378.85678 348.25,379.5 C 347.52087,375.16788 349.17228,364.84433 342.03125,365.1875 z "
id="16505-23" />
<path
style="fill:#0050b4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 347.90625,362.3125 C 344.2492,361.88873 340.12977,367.33228 344.625,369.0625 C 344.28416,372.0046 346.94424,373.6062 345.90625,376.5 C 346.40318,381.39159 353.16505,380.77326 354.6875,376.78125 C 356.61864,373.68132 360.26942,366.88329 355.125,365.125 C 352.67984,364.51307 350.90814,361.64363 347.90625,362.3125 z "
id="16438-23" />
<path
style="fill:#000a46;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 234.34375,355.875 C 230.06837,356.83725 226.53727,361.80849 226.71875,366.125 C 227.7232,370.01919 232.95875,368.02907 234.6875,371.40625 C 237.91072,373.16217 241.06773,374.84966 244.03125,377.09375 C 247.21468,379.49836 252.13193,377.19308 251.125,372.9375 C 251.97927,369.31279 248.12212,365.21347 252.21875,362.71875 C 256.0418,359.69895 252.1058,353.54856 248.1875,357.21875 C 244.55582,359.31095 238.58896,355.09077 234.34375,355.875 z "
id="16148-23" />
<path
style="fill:#0096a0;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 261.96875,351.09375 C 256.54315,354.14874 251.49751,359.00963 248.40625,364.46875 C 247.50676,368.42135 248.43347,372.58624 248.875,376.5625 C 257.10728,375.5493 267.97085,379.52874 273.96875,371.8125 C 279.24228,367.49814 273.9836,360.58855 270.59375,356.9375 C 268.13819,354.67955 265.64649,351.1397 261.96875,351.09375 z "
id="16393-23" />
<path
style="fill:#005a46;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 198.75,352.125 C 194.02805,354.22249 189.88104,360.16953 191.09375,365.5 C 193.25468,367.99344 197.4993,366.70174 199.59375,369.75 C 201.45861,372.22852 206.99548,373.08721 206.34375,368.71875 C 205.0257,364.5428 213.60738,362.0854 209.6875,357.78125 C 206.57792,355.34349 202.74252,352.50145 198.75,352.125 z "
id="16156-23" />
<path
style="fill:#00b4d2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 357.9375,348.4375 C 351.91116,350.56256 345.23002,349.97406 339.25,351.6875 C 336.98886,354.06453 337.30655,357.98833 334.53125,360.3125 C 331.84444,364.09368 336.0647,367.84799 339.90625,367.5 C 343.89485,369.14863 346.1553,363.85911 349.78125,365 C 352.22351,366.77429 354.71463,367.91694 356.46875,370.09375 C 362.64893,369.75386 365.63674,358.37914 358.96875,356.21875 C 358.63195,353.26634 364.4138,345.29332 357.9375,348.4375 z "
id="16523-23" />
<path
style="fill:#0046d2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 271.25,350.15625 C 267.50257,350.39805 264.46004,355.43322 268.1875,357.9375 C 271.80127,361.0414 273.18345,365.85333 274.9375,370.125 C 279.60954,366.81371 284.24027,363.44474 288.90625,360.125 C 285.11388,358.67519 281.13289,357.4646 278.6875,354.375 C 275.56105,354.05548 275.21791,349.26648 271.25,350.15625 z "
id="16512-23" />
<path
style="fill:#0050be;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 316.84375,338.25 C 312.13984,341.47529 315.07255,348.79519 313.53125,353.46875 C 312.80486,357.93445 310.15893,363.41224 317.13036,362.20577 C 323.35637,362.36174 328.86694,367.01875 334.96875,366.625 C 337.74757,364.94559 335.86824,360.77519 338.75,358.84375 C 341.33217,356.03049 341.42463,350.05028 336.6875,349.84375 C 334.01186,347.44605 330.99946,345.46004 327.65625,344.5 C 326.52279,341.30155 322.71022,341.62996 320.4375,340.21875 C 319.7538,338.94474 318.37669,337.77002 316.84375,338.25 z "
id="16463-23" />
<path
style="fill:#00aa14;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 238.3125,327.15625 C 232.98038,328.62508 231.50414,334.48832 227.0625,337.0625 C 222.52216,342.55876 223.06878,350.58916 222.5,357.375 C 221.76971,360.76163 224.1415,367.01188 228.40625,364.40625 C 232.39871,361.4594 232.83651,356.03241 237.0625,353.4375 C 239.43402,351.1657 238.78739,346.92658 240,344.71875 C 245.86674,344.72816 243.63289,336.09265 240.9375,333.71875 C 244.3388,331.72298 242.22499,326.20889 238.3125,327.15625 z "
id="16035-23" />
<path
style="fill:#00fab4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 220.125,337.21875 C 217.30842,338.45202 214.79197,340.52128 211.5,339.375 C 206.6403,339.14483 206.5186,344.82722 207.59375,348 C 206.49092,350.59425 201.45215,353.06149 202.54577,355.3321 C 205.61851,358.76115 209.813,361.04014 214.21875,361 C 217.00066,363.37764 223.75792,364.71147 225.46875,360.5625 C 224.22725,353.48433 227.35765,346.3196 226.96875,339.375 C 225.66771,336.76286 223.19857,340.09417 222.1875,337.5625 C 221.58999,337.1828 220.8147,337.05024 220.125,337.21875 z "
id="16455-23" />
<path
style="fill:#00be6e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 240.8125,341.96875 C 234.41899,343.05087 238.20788,352.48675 231.96875,354.3125 C 224.40291,358.06859 234.64188,357.71262 238.09514,359.02379 C 242.31963,360.59847 250.30463,362.81308 251.375,356.21875 C 252.53286,351.8709 252.19214,344.91925 246.34375,344.8125 C 244.77643,343.81457 243.1573,341.66437 240.8125,341.96875 z "
id="16272-23" />
<path
style="fill:#00aa96;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 276.4375,339.5 C 273.50322,343.39738 270.21145,348.5733 273.625,353.21875 C 275.15687,356.31431 278.19367,357.41595 280.53125,359.59375 C 283.95298,362.02935 288.01043,359.09417 287.65625,355.125 C 288.61928,350.31751 290.00427,345.11299 283.28125,345.28125 C 278.07623,344.81257 280.90202,337.89993 279.46875,334.625 C 278.45833,336.25 277.44792,337.875 276.4375,339.5 z "
id="16370-23" />
<path
style="fill:#00aab4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 312.1875,341.5 C 308.91183,343.52579 308.27236,350.88802 303.03125,349.28125 C 299.16383,347.88231 290.68137,348.43056 292.0625,354.3125 C 294.8858,359.93117 302.07785,358.85991 307.21875,359.65625 C 310.93446,362.72941 315.62876,359.27839 315.9375,355.03125 C 317.78032,350.57763 318.75484,343.78316 313.46875,341.34375 C 313.0432,341.40091 312.56518,341.20583 312.1875,341.5 z "
id="16447-23" />
<g
id="g5303"
style="stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
<path
style="fill:#00b482;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 412.21875,390.90625 C 409.72649,394.29939 405.49459,396.09641 403.03125,398.96875 C 403.80092,401.78546 400.95386,404.27121 402.15625,407.34375 C 401.93445,412.12462 405.55981,415.51142 409.96875,416.53125 C 416.06824,418.7717 423.49394,418.37858 429.53125,416.0625 C 432.20816,414.10009 429.18594,412.02781 427.4375,411.96875 C 426.61653,409.99024 426.33853,408.36871 426.125,406.15625 C 424.50483,402.60612 419.43028,401.94559 418.6875,397.90625 C 415.91687,395.87287 415.99631,391.67654 414.4375,388.78125 C 413.69792,389.48958 412.95833,390.19792 412.21875,390.90625 z "
id="16321-23" />
<path
style="fill:#002828;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 389.6875,390.125 C 384.38698,391.11128 386.5296,398.45867 386.46875,402.28125 C 386.78654,407.64508 394.41267,406.45639 396.53125,410.84375 C 398.84428,412.77027 402.0151,413.24438 404.5625,414.875 C 405.56973,408.98633 406.05947,402.06981 403.40625,396.5625 C 400.99271,394.57166 397.43662,394.6947 395.3125,391.96875 C 393.66765,390.91039 391.69583,389.96129 389.6875,390.125 z "
id="16072-23" />
<path
style="fill:#007800;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 403.15625,368.84375 C 399.14831,370.01316 402.61271,376.7355 397.6875,376.46875 C 394.407,377.08399 392.08751,382.87721 396.75,383.0625 C 399.22239,383.01928 399.49828,385.81717 398,387.34375 C 397.84806,389.56457 397.43405,391.19032 395.59375,392.40625 C 394.05286,396.09619 398.73103,398.15937 401.59375,398.375 C 405.05904,402.47967 410.03599,396.75521 412.5625,394.09375 C 416.00746,388.8456 408.16656,384.75723 409.75,379.3125 C 409.363,375.53818 407.74648,368.92965 403.15625,368.84375 z "
id="15978-23" />
<path
style="fill:#00f028;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 385.65625,375.78125 C 382.59221,377.17548 379.75603,379.5498 376.03125,378.21875 C 372.65734,378.07852 367.99712,373.53202 366,378.53125 C 364.18719,382.88174 367.699,386.90707 372.09375,387.1875 C 375.75533,388.63589 373.80408,395.44512 378.78125,395.9375 C 381.1727,399.80695 388.81084,398.43547 389.15625,393.59375 C 391.5001,392.5635 393.18814,390.0587 392.625,387.15625 C 392.5418,383.78933 394.78976,379.23144 390.59375,377.34375 C 389.08869,376.53977 387.43533,375.54121 385.65625,375.78125 z "
id="16092-23" />
<path
style="fill:#005046;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 393.9375,379.71875 C 388.25824,380.26981 389.14381,388.33716 390.78125,392.0625 C 394.10989,396.26101 401.18248,392.91248 400.84375,387.6875 C 402.53554,382.50104 399.04845,379.29048 393.9375,379.71875 z "
id="16155-23" />
<path
style="fill:#00dc00;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 387.0625,344.4375 C 383.80831,346.98955 382.79646,353.53101 377.53125,351.875 C 373.17847,352.39081 369.8047,355.40069 365.46875,356.09375 C 361.07887,359.83484 367.66194,363.83088 370.65625,365.59375 C 374.73405,366.42945 375.85653,370.50067 379.59375,372.125 C 384.4659,374.04269 386.54461,379.7387 392.0625,380.90625 C 395.6289,382.28705 398.45244,378.77037 401.65625,377.84375 C 404.52805,373.79785 405.79812,366.83107 401.21875,363.53125 C 400.44416,358.14795 399.3235,352.41753 395.25,348.3125 C 393.28413,346.13854 390.08283,343.10308 387.0625,344.4375 z "
id="15988-23" />
<path
style="fill:#00a0d2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 361.9375,358.4375 C 358.34525,363.02983 358.06037,370.66828 363.1875,374.40625 C 365.38662,377.69709 369.1804,377.82137 371.90625,380.09375 C 376.64756,381.55196 385.03831,381.72039 386.46875,375.75 C 386.12102,369.90678 378.19854,370.32102 376.28125,365.59375 C 372.25783,363.0875 367.86606,360.7243 363.75,358.15625 C 363.1568,358.29564 362.22568,357.02913 361.9375,358.4375 z "
id="16521-23" />
<path
style="fill:#00fa0a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 364,341.53125 C 357.79623,343.33167 356.51537,351.5513 356.84375,357.09375 C 358.53139,360.76453 364.39909,362.25052 366.75,358.5 C 370.11844,357.56539 373.48607,356.28864 376.28125,354.34375 C 380.39889,355.74588 384.4905,353.61278 386.27251,349.62647 C 392.3156,343.99469 389.04246,342.78035 382.1875,343.0625 C 379.84413,342.57504 377.83462,340.59784 375.15625,342.28125 C 372.34307,343.91441 368.98992,344.65103 366.65625,341.96875 C 365.85532,341.56313 364.8896,341.3451 364,341.53125 z "
id="16016-23" />
</g>
<path
style="fill:#00aad2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 261,337.25 C 257.80607,338.78194 256.55154,342.9887 252.65625,343.53125 C 248.35971,346.59781 248.12501,353.68606 250.28125,358.09375 C 253.97009,362.83172 258.84061,356.64919 260.875,353.375 C 262.8432,350.01745 263.45074,346.41418 265,343.0625 C 265.00502,340.72279 264.19767,336.64452 261,337.25 z "
id="16522-23" />
<path
style="fill:#0096c8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 291.125,330.09375 C 286.46386,329.5149 286.34844,334.97507 284.6875,337.5 C 280.48023,337.30558 274.65493,343.71155 279.78125,346.59375 C 281.88563,348.62253 287.97417,347.84951 285.29443,352.36118 C 284.68372,357.25376 281.07131,367.78566 287.69352,359.08462 C 291.55894,355.16593 295.43626,350.22364 301.6875,351.65625 C 305.84151,352.17337 307.38528,347.38663 305.0625,344.5 C 302.76005,340.95608 302.18866,336.80605 300.65625,333.125 C 298.39626,330.33728 294.46769,329.95908 291.125,330.09375 z "
id="path1992" />
<path
style="fill:#006464;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 275.875,335.53125 C 271.64545,337.23248 266.74584,336.18443 262.6875,337.96875 C 260.47924,340.20523 263.66628,343.55374 260.90625,345.65625 C 259.06483,348.91607 259.22112,354.59313 264.09375,354.59375 C 266.79198,355.62682 269.46746,354.37323 271.375,353.0625 C 274.31615,353.74737 276.3868,350.43374 274.34375,348.28125 C 275.35838,344.14074 280.52054,340.69822 279.09375,336.15625 C 278.1482,335.47659 276.9986,335.34045 275.875,335.53125 z "
id="16238-23" />
<path
style="fill:#006e64;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 344.09375,335.6875 C 340.0412,338.21692 341.61138,344.5612 338.375,348.0625 C 335.90868,351.5187 339.85746,354.4199 343.28125,353.53125 C 349.1146,352.79413 357.48535,353.63523 360.625,347.59375 C 360.56895,343.4371 354.51398,342.94365 352.3125,340 C 349.75619,338.51135 347.21039,335.60657 344.09375,335.6875 z "
id="16239-23" />
<path
style="fill:#00dc6e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 332.4375,330.1875 C 326.81267,330.73027 320.49798,333.25729 316.71875,337.5625 C 315.80148,342.01775 321.19701,343.6927 324.5,344.59375 C 326.40433,348.56305 331.64224,347.56541 333.84375,351.125 C 336.26801,354.50804 340.96348,352.32554 341.40625,348.5625 C 342.54775,344.19099 346.71209,338.50466 343.375,334.3125 C 339.52305,333.35619 336.94785,329.53792 332.4375,330.1875 z "
id="16275-23" />
<path
style="fill:#00bebe;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 301.03125,319.09375 C 295.64747,320.16294 292.07347,328.60979 295.875,332.8125 C 297.2977,333.89578 299.83915,333.96778 298.8125,336.28125 C 300.08244,340.97074 302.51414,345.38923 304.3125,349.90625 C 307.30472,353.67662 311.3283,348.806 312.09375,345.75 C 313.71621,343.21527 317.49828,342.43009 317.875,338.875 C 319.19465,335.53444 315.16618,335.5645 313.75,334.15625 C 311.48162,328.43077 307.81356,322.40495 302.5,319.15625 C 302.01505,319.06375 301.52231,319.02125 301.03125,319.09375 z "
id="16474-23" />
<path
id="16077-23"
d="M 248.20298,346.28006 C 245.35398,345.64225 243.68311,343.5916 242.9816,339.87189 C 242.63848,338.05247 241.67476,335.77635 240.84001,334.81385 C 239.42808,333.18584 239.60152,333.06385 243.32805,333.06385 C 249.87416,333.06385 258.5244,336.85482 258.60084,339.75715 C 258.64521,341.44232 254.67692,344.01822 253.01746,343.38142 C 252.20484,343.06959 251.63226,343.48973 251.63226,344.39784 C 251.63226,346.32035 250.69088,346.83704 248.20298,346.28006 z "
style="fill:#005a28;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="#path1982" />
<path
style="fill:#0096b4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 363.78125,315.84375 C 361.18344,318.61527 359.34263,322.35736 358.25,325.6875 C 355.63048,327.98597 352.02711,324.17681 349.75,327.46875 C 346.70843,330.39051 342.21166,336.06843 347.3125,339.21875 C 351.35123,341.94717 355.34368,347.46471 360.625,346.8125 C 366.65883,344.28519 362.82057,336.4263 366.65625,332.40625 C 368.853,327.61039 372.28939,321.23406 367.55663,316.73567 C 365.93115,314.4547 365.62989,312.09238 363.78125,315.84375 z "
id="path1980" />
<path
sodipodi:type="inkscape:offset"
inkscape:radius="0"
inkscape:original="M 371.5625 323.09375 C 369.99981 323.0105 368.82257 324.38709 368.65625 325.84375 C 367.23353 330.16744 364.39764 333.98439 363.75 338.5625 C 363.70601 339.72997 363.29653 341.61629 364.8125 342 C 366.33159 342.15323 367.45252 343.23534 368.34375 344.375 C 369.1947 345.31225 370.51438 344.82264 371.53125 344.5 C 373.69032 343.59881 376.111 343.07597 377.84375 341.40625 C 379.1492 340.51931 378.54541 338.75993 377.15625 338.375 C 375.70159 337.68356 376.01877 335.65668 376.25 334.34375 C 376.69009 332.5732 376.25904 328.94563 377.3125 328.53125 C 377.90356 329.07953 378.85651 328.98103 379.03125 330 C 379.22059 331.10414 381.29158 331.57816 381.6875 332.125 C 382.33839 333.21205 382.74428 337.221 384.15625 337.0625 C 385.6331 336.67293 387.41039 334.74438 387.625 333.46875 C 387.85706 331.89769 386.85298 330.79491 385.8125 330 C 384.90532 329.36935 385.81159 330.14618 384.125 329 C 382.58721 327.95492 378.74817 326.77379 377.375 326.40625 C 377.0659 325.86254 376.70025 325.24806 376.625 324.9375 C 375.81455 323.42269 376.15613 323.42437 374.34375 323.25 C 373.42877 323.09425 372.48769 323.08727 371.5625 323.09375 z "
xlink:href="#path1978"
style="fill:#8a8a8a;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3885"
inkscape:href="#path1978"
d="M 371.5625,323.09375 C 369.99981,323.0105 368.82257,324.38709 368.65625,325.84375 C 367.23353,330.16744 364.39764,333.98439 363.75,338.5625 C 363.70601,339.72997 363.29653,341.61629 364.8125,342 C 366.33159,342.15323 367.45252,343.23534 368.34375,344.375 C 369.1947,345.31225 370.51438,344.82264 371.53125,344.5 C 373.69032,343.59881 376.111,343.07597 377.84375,341.40625 C 379.1492,340.51931 378.54541,338.75993 377.15625,338.375 C 375.70159,337.68356 376.01877,335.65668 376.25,334.34375 C 376.69009,332.5732 376.25904,328.94563 377.3125,328.53125 C 377.90356,329.07953 378.85651,328.98103 379.03125,330 C 379.22059,331.10414 381.29158,331.57816 381.6875,332.125 C 382.33839,333.21205 382.74428,337.221 384.15625,337.0625 C 385.6331,336.67293 387.41039,334.74438 387.625,333.46875 C 387.85706,331.89769 386.85298,330.79491 385.8125,330 C 384.90532,329.36935 385.81159,330.14618 384.125,329 C 382.58721,327.95492 378.74817,326.77379 377.375,326.40625 C 377.0659,325.86254 376.70025,325.24806 376.625,324.9375 C 375.81455,323.42269 376.15613,323.42437 374.34375,323.25 C 373.42877,323.09425 372.48769,323.08727 371.5625,323.09375 z " />
<path
style="fill:#003214;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 370.78125,321.125 C 365.81098,322.20137 366.45333,328.76458 363.71875,332.0625 C 361.78065,335.84222 359.59165,343.37531 365.59375,344.40625 C 368.80362,349.26123 375.05469,345.64131 378.75,343.28125 C 381.82393,341.56492 380.30409,337.50654 378.0625,336.125 C 378.46494,334.54087 377.73266,331.09112 380.09375,333.4375 C 379.93241,337.54481 384.50351,341.26259 387.53125,337.25 C 391.70383,334.14284 388.93841,328.36884 384.71875,327.03125 C 381.87836,325.38409 378.2623,325.40346 377.0625,322 C 375.26831,320.87919 372.84629,321.15585 370.78125,321.125 z "
id="16023-23" />
<path
style="fill:#00d232;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 272.84375,322.09375 C 268.63569,321.19123 262.71228,326.38821 265.96875,330.34375 C 269.98033,332.1681 272.53856,335.88454 276.3125,337.90625 C 277.27078,338.88128 276.59887,343.04438 279.96875,341.84375 C 286.07108,341.11425 291.53256,334.40277 287.90625,328.53125 C 286.10311,325.19103 281.94838,325.04986 279.5625,322.65625 C 277.40127,322.00945 275.08855,322.04802 272.84375,322.09375 z "
id="16114-23" />
<path
style="fill:#0046c8;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 242.0625,303.15625 C 238.43692,304.49824 240.6885,310.22989 238.5,311.84375 C 233.94263,311.73105 232.90658,316.73009 229.9375,319 C 224.98382,325.55064 224.03631,334.09044 224.625,342.09375 C 229.28789,339.57886 232.71884,335.69705 235.78125,331.625 C 240.37255,329.18364 244.02319,325.6281 248.6875,323.40625 C 250.84215,320.7932 246.3368,319.49377 247.78125,316.65625 C 248.60838,313.01844 248.31759,308.89905 245.625,306.375 C 245.71731,304.5466 243.95203,302.56996 242.0625,303.15625 z "
id="16487-23" />
<path
style="fill:#0028dc;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 252.9375,320.1875 C 247.60355,321.09605 238.03952,323.6221 240.1875,330.84375 C 242.75887,335.71096 249.51962,333.37763 253.59375,336.28125 C 259.60153,340.45994 268.38085,341.63815 274.90625,338.09375 C 277.83236,335.58806 274.36871,332.4088 272.0625,331.53125 C 267.06086,327.45079 260.74655,325.13574 256,320.65625 C 255.05182,320.182 253.9811,320.07713 252.9375,320.1875 z "
id="16536-23" />
<path
style="fill:#006432;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 308.5625,290.4375 C 304.6256,290.01624 302.3419,294.47307 305.375,297.1875 C 306.70587,300.42701 311.40565,300.75634 312.46875,303.34375 C 309.00033,303.93232 308.88745,308.23349 307.15625,310.0625 C 302.0469,310.99411 303.6107,318.05486 304.25,321.75 C 306.16558,326.97712 310.29884,331.11226 311.5625,336.46875 C 315.18608,339.63419 323.82656,338.15179 324.40625,332.75 C 322.89701,329.61616 327.53783,329.76015 328.4375,327.21875 C 332.98971,321.05512 330.61296,313.12918 330.09375,306.21875 C 328.71323,301.41742 324.31456,298.26689 319.59375,297.5 C 316.51993,296.27011 314.99899,293.44469 313.28125,291.09375 C 311.79813,290.36767 310.19356,290.33645 308.5625,290.4375 z "
id="16103-23" />
<path
style="fill:#008c00;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 330.75,313.1875 C 326.92437,315.72316 329.69538,321.84461 326.59375,325.1875 C 325.03133,327.97058 319.33388,330.46229 322.625,334.21875 C 325.72393,337.05908 327.72348,331.64066 331.09375,333 C 336.62644,331.73905 340.17145,338.22945 345.46875,336.65625 C 348.42405,334.97436 348.82648,330.96973 351.84375,329.09375 C 354.40216,324.19973 347.27294,323.72195 344.53125,322.03125 C 339.53956,320.02868 336.05857,313.64269 330.75,313.1875 z "
id="15980-23" />
<path
style="fill:#00641e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 221.25,305.09375 C 215.81138,306.68595 219.42572,314.03189 218.53125,318 C 218.73087,321.54189 210.90273,323.3957 215.8289,326.2728 C 218.75905,328.26979 222.09994,334.97682 226.21875,332.21875 C 229.55333,326.86904 230.25984,319.61088 236.72608,316.56595 C 235.68689,314.62021 231.96812,313.04272 231.6875,309.96875 C 228.99879,307.30023 225.14299,304.97225 221.25,305.09375 z "
id="16053-23" />
<path
style="fill:#0082be;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 289.78125,311.5 C 283.009,312.98389 274.85036,314.48682 270.75,320.625 C 270.31492,326.25137 278.2944,323.49735 280.8125,326.8125 C 285.43358,328.15346 288.32562,334.7527 293.8125,332.78125 C 298.93834,331.09096 295.88551,324.0987 300.46875,321.875 C 303.62844,319.98812 302.8619,315.70987 299.46875,314.65625 C 296.50263,313.10263 293.23347,311.37622 289.78125,311.5 z "
id="16468-23" />
<path
style="fill:#008232;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 275.1875,312.65625 C 271.87878,314.12187 268.46573,314.99945 264.875,314.375 C 262.58333,314.32618 263.19174,317.72467 262.125,318.03125 C 259.85371,315.31373 255.94586,316.86043 255.40625,320.25 C 254.91728,324.85567 260.40674,328.35063 264.46875,328.9375 C 267.86318,328.86267 268.50754,324.44012 271.9375,324.46875 C 274.13109,322.804 273.13778,319.35059 276.5625,318.78125 C 280.31498,317.18279 279.7091,311.98266 275.1875,312.65625 z "
id="16106-23" />
<path
style="fill:#008c32;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 343.21875,288.90625 C 340.61854,293.44035 333.02107,293.71691 330.21875,298.6875 C 328.90624,303.68623 326.45656,309.64697 328.5,314.75 C 331.36774,316.49928 334.89426,317.32923 337.25,320.125 C 343.2656,324.40333 350.62829,329.63722 358.375,328.3125 C 362.56665,326.36996 362.01603,320.52361 365.53125,317.6875 C 368.9761,312.13471 361.96869,308.0098 358.125,305.53125 C 351.56953,301.71245 350.10778,293.36035 344.53125,288.8125 C 344.10213,288.89645 343.62873,288.69185 343.21875,288.90625 z "
id="16107-23" />
<path
style="fill:#00dc46;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 205.15625,302.875 C 198.83494,301.8041 198.06472,309.32415 198.46875,313.875 C 198.24737,319.32422 203.29159,322.64226 208.34375,322.625 C 212.35922,323.2581 219.31425,326.06981 220.84375,320.21875 C 223.5094,313.05412 219.83045,301.89995 210.71875,302.84375 C 208.86565,302.83105 207.00677,302.74111 205.15625,302.875 z "
id="16175-23" />
<path
style="fill:#000ab4;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 256.625,294.25 C 254.79313,297.57851 251.69789,298.32892 248.34375,297.3125 C 242.53884,296.72336 239.90868,304.12658 243.625,308.09375 C 248.24061,311.63232 241.46613,319.43497 247.40625,322.21875 C 252.6063,324.7104 259.40576,322.04628 260.25,316.09375 C 262.15083,308.24738 263.06093,299.41639 258.75,292.125 C 258.04167,292.83333 257.33333,293.54167 256.625,294.25 z "
id="16431-23" />
<path
style="fill:#00466e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 291.46875,299.46875 C 285.96175,300.21079 285.48244,307.4982 284.25,311.8125 C 284.66949,317.11311 291.29139,312.77824 294.25,315.15625 C 298.11025,315.89486 300.22421,318.78445 302.09375,321.6875 C 307.07963,323.42059 306.6495,316.02395 306.78125,313.0625 C 311.25765,313.30429 311.54037,307.68788 308.4375,305.5625 C 306.16963,303.26105 303.20713,302.50468 300.625,300.78125 C 297.71142,299.75375 294.56115,299.31726 291.46875,299.46875 z "
id="16260-23" />
<path
style="fill:#006450;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 260.03125,296.4375 C 257.33414,298.87578 260.00674,303.44357 258.78125,306.8125 C 258.80971,311.28305 256.24888,320.06887 262.8125,321 C 266.31339,321.03716 264.37743,316.39727 267.40625,316.03125 C 271.08662,312.35016 271.86674,306.58361 273.21875,301.8125 C 270.72044,297.80593 264.98596,297.71397 260.9375,296.21875 L 260.46875,296.21875 L 260.03125,296.4375 z "
id="16188-23" />
<path
style="fill:#006400;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 282.125,288.65625 C 277.63553,291.20537 277.30315,297.04443 273.1875,300.0625 C 269.78225,304.7437 266.64864,310.2807 266.65625,316.21875 C 269.26063,319.54539 273.34865,315.99242 275.78125,314.53125 C 280.65173,318.53252 287.19655,314.00111 287.90625,308.5 C 288.82493,305.59601 288.605,302.65384 290.25,300.1875 C 290.84519,297.1592 287.65849,296.01049 286.4375,294.25 C 285.84831,292.01963 285.73003,287.30784 282.125,288.65625 z "
id="15976-23" />
<path
style="fill:#00a078;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 236,304.65625 C 232.19176,304.10135 227.58415,306.79904 229.375,311.15625 C 230.01663,314.54602 233.79977,317.95122 236.84375,315.125 C 241.97798,315.63026 244.76209,307.68501 240.625,305 C 239.16624,304.42563 237.53669,304.64287 236,304.65625 z "
id="16294-23" />
<path
style="fill:#00dc1e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 235.1875,292.65625 C 228.01559,294.18073 225.1537,302.49082 219.15625,306.125 C 223.60837,307.76055 228.65004,312.27799 232.875,307.78125 C 235.91615,306.78698 239.86343,308.67719 242.125,305.40625 C 248.1967,300.43939 241.32025,292.20931 235.1875,292.65625 z "
id="16065-23" />
<path
style="fill:#00968c;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 288.65625,268.53125 C 282.52348,270.25914 285.65791,278.34524 284.9375,282.875 C 284.08252,285.26489 282.07492,287.64528 282.875,290.6875 C 282.96326,293.80153 284.10405,297.35259 287.125,298.46875 C 287.60927,301.6797 291.02826,302.10383 293.40625,301.9375 C 295.71082,303.62405 299.20072,301.22467 301.21875,304.03125 C 303.75146,305.54437 306.22021,306.66982 308.34375,308.6875 C 311.17993,309.08788 311.37587,305.30509 314.1875,305.53125 C 317.01504,302.17407 312.19772,298.4755 309.125,297.5625 C 306.31434,295.7474 307.0582,292.94774 306.1875,290.4375 C 302.08023,286.60614 297.36659,282.51535 296.84375,276.4375 C 297.14159,270.94342 294.95363,268.00378 288.65625,268.53125 z "
id="16343-23" />
<path
style="fill:#006e00;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 220.75,280.09375 C 215.52836,279.58838 216.54158,286.03104 217.81042,289.13579 C 217.60888,292.76971 220.96857,296.73741 219.53125,300.0625 C 217.21662,301.77339 213.16288,307.27957 218.34375,308.03125 C 225.66792,307.57748 228.39517,298.28692 234.1875,295.3125 C 238.22341,296.933 241.74402,292.48959 239.1875,289 C 237.91391,284.23031 232.74268,284.41493 229.65625,281.625 C 226.9891,280.04132 223.79973,279.94391 220.75,280.09375 z "
id="15977-23" />
<path
style="fill:#0046dc;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 211.15625,277.25 C 204.67031,277.01238 201.58747,283.32147 199.7834,288.57848 C 199.02505,292.1493 197.1651,293.77113 193.75,291.34375 C 189.93877,289.032 186.07342,292.89439 186.9375,296.84375 C 187.31251,301.07029 188.56653,307.96746 194.3125,307.0625 C 198.56109,306.6043 202.41763,304.7011 206.9061,305.54849 C 212.12577,305.63861 221.39277,306.7437 222.15625,299.46875 C 222.56386,293.18986 219.63848,287.50147 219.15625,281.40625 C 217.96763,278.14995 214.38355,276.89558 211.15625,277.25 z "
id="16539-23" />
<path
style="fill:#002814;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 327.84375,274.46875 C 323.90841,277.26625 320.43506,282.31934 315.1875,281.6875 C 309.78182,283.30254 308.87092,290.41734 312.1875,294.1875 C 314.94276,298.71871 319.76697,301.04335 324.75,302 C 327.26116,302.72873 327.59063,308.2634 330.78125,305 C 333.05288,302.63225 331.46046,298.23582 335.4375,297.4375 C 338.54948,295.44835 346.11459,293.54546 344.03125,288.5 C 342.50752,286.53846 339.52907,286.71392 338.75,283.9375 C 335.72359,280.25115 332.53646,276.75785 329.3125,273.21875 L 328.55096,273.86687 L 327.84375,274.46875 z "
id="16022-23" />
<path
style="fill:#0064d2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 270.875,285.5625 C 266.70613,286.64212 263.69929,289.70995 260.3125,292.09375 C 256.97368,293.96113 256.8308,298.91046 261.28125,299.15625 C 266.1038,299.49756 272.52366,305.9474 275.95974,300.85165 C 279.87338,298.04904 280.83161,292.04834 276.78125,288.90625 C 275.19188,287.32854 273.37675,285.26692 270.875,285.5625 z "
id="16515-23" />
<path
style="fill:#009646;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 284.53125,270.46875 C 282.34817,272.55885 279.4842,273.08477 276.71875,274.03125 C 273.21887,277.09343 269.23217,282.81924 271.9375,287.4375 C 274.5507,289.53702 277.51453,296.08304 280.375,293.5 C 283.04782,291.74516 284.82175,288.69292 286.09375,286.1875 C 290.22269,283.85397 286.09808,278.66487 287.625,275.0625 C 287.89957,272.99036 287.47855,269.51478 284.53125,270.46875 z "
id="16168-23" />
<path
style="fill:#00501e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 305.40625,265.375 C 301.8113,266.08827 299.64696,269.63649 297.5625,272.0625 C 292.92224,271.47757 293.25567,277.23448 294.97248,279.97993 C 296.85276,286.7122 303.48608,293.32213 310.78125,292.6875 C 315.75394,290.52081 311.02769,285.09832 311.46875,281.53125 C 310.64057,276.44391 312.83749,266.28606 305.40625,265.375 z "
id="16051-23" />
<path
style="fill:#00dc5a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 326.8125,261.09375 C 320.21666,261.70044 316.53997,268.09871 313.875,273.21875 C 311.3704,276.66755 306.11512,282.44299 310.0625,286.40625 C 313.32312,287.01139 315.80916,283.35274 319.3125,283.75 C 323.45776,281.94383 329.57102,278.43409 328.78125,273.21875 C 327.29345,271.31349 326.54513,266.79634 330.375,267.90625 C 335.51802,267.4932 333.71226,260.04433 328.96875,261.09375 C 328.25108,261.07597 327.52942,261.02455 326.8125,261.09375 z "
id="16225-23" />
<path
style="fill:#00c878;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 309.96875,249.21875 C 303.73144,249.5603 303.78228,257.70479 304.34375,262.3125 C 306.74896,268.74714 309.9946,275.13196 308.625,282.34375 C 309.238,285.25679 314.12469,276.4037 316.46875,274.125 C 318.85805,269.20014 322.37181,263.31286 328.81003,263.80475 C 336.1495,263.68747 342.07771,263.26341 332.21879,259.3283 C 327.96996,258.33173 326.96369,254.29739 324.65625,251.40625 C 322.18245,248.32787 318.20948,249.57211 315.9375,251.96875 C 314.78606,249.75493 312.38112,248.89144 309.96875,249.21875 z "
id="16298-23" />
<path
style="fill:#000a0a;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 292.71875,242.21875 C 290.26336,242.90103 291.35131,246.32339 288.4375,246.375 C 282.1257,249.57355 279.60141,256.39316 278.4375,262.90625 C 277.36525,266.66605 274.35912,273.66767 279.1875,275.84375 C 283.51468,276.32222 286.29444,270.58517 290.21875,270.75 C 292.64925,273.42517 297.5263,271.47277 296.09375,267.71875 C 293.29572,262.86456 298.10342,258.3869 298.03125,253.375 C 298.73314,249.15363 298.8394,241.76378 292.71875,242.21875 z "
id="15992-23" />
<path
style="fill:#00c86e;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 300.40625,244.4375 C 293.67989,245.72049 295.97168,254.60432 293.84375,259.28125 C 291.29849,263.98999 292.99437,270.04094 295.5,274.34375 C 299.94921,277.19347 300.75759,270.36236 303.96875,269.03125 C 309.84242,265.21574 305.27609,256.54534 308.625,251.65625 C 311.26645,253.12672 315.74054,251.13662 312.84375,248.25 C 309.18869,246.14153 304.69481,244.42559 300.40625,244.4375 z "
id="16273-23" />
<path
style="fill:#008cd2;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 298.1875,236.09375 C 292.39389,236.03103 291.12106,243.75738 295.75,246.46875 C 298.67391,249.03672 302.38174,244.92461 305.1875,247.84375 C 308.84622,248.91878 312.34497,250.36478 314.34375,253.875 C 318.50472,256.61915 323.01747,249.01196 318.40625,246.53125 C 313.68066,242.75888 307.87845,240.37722 303.03125,236.8125 C 301.50282,236.21503 299.8245,235.97468 298.1875,236.09375 z "
id="16519-23" />
</g>
</g>
</svg>
/tags/2014-08-05_centre/cartographie/isere.svg
New file
0,0 → 1,2774
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="210mm"
height="297mm"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.44"
sodipodi:docbase="/home/jpm/Tela_Botanica/Projets Externes/Gentiana"
sodipodi:docname="isere.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.87802471"
inkscape:cx="372.04724"
inkscape:cy="526.18109"
inkscape:document-units="px"
inkscape:current-layer="layer1"
inkscape:window-width="969"
inkscape:window-height="1130"
inkscape:window-x="7"
inkscape:window-y="21" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g4764"
style="stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none">
<path
id="16494-23"
d="M 472.74935,869.15715 C 471.23193,867.73085 469.54297,865.75585 468.99611,864.76835 C 468.19698,863.32525 467.50713,863.16095 465.48144,863.93105 C 463.34609,864.74295 462.55402,864.45805 460.29666,862.06635 C 458.83124,860.51375 457.63226,858.55045 457.63226,857.70335 C 457.63226,856.85625 457.02902,855.80335 456.29173,855.36355 C 455.55444,854.92365 454.68438,853.50475 454.35827,852.21025 C 453.78787,849.94615 453.92802,849.88105 458.04468,850.49845 C 461.16791,850.96675 462.64691,850.75115 463.51916,849.70015 C 464.17649,848.90805 465.82084,847.98235 467.17328,847.64285 C 468.91573,847.20555 469.63226,846.33845 469.63226,844.66725 C 469.63226,840.69065 471.85981,839.85085 482.89174,839.66805 C 490.78747,839.53725 493.74378,839.09915 495.62599,837.78075 C 496.9742,836.83645 498.65214,836.06385 499.35477,836.06385 C 500.05739,836.06385 500.63226,835.61385 500.63226,835.06385 C 500.63226,834.51385 501.54638,834.06385 502.66364,834.06385 C 504.90628,834.06385 506.69706,837.20895 504.81217,837.83715 C 504.12028,838.06785 503.63226,840.25135 503.63226,843.11635 C 503.63226,846.16885 502.82619,849.54875 501.48417,852.12345 C 500.30271,854.39015 499.29021,857.55825 499.23417,859.16365 C 499.16996,861.00275 498.48484,862.28905 497.38226,862.64065 C 496.41976,862.94755 495.63226,863.53545 495.63226,863.94705 C 495.63226,865.45135 487.30571,869.31925 481.48572,870.51865 C 475.64492,871.72225 475.44523,871.69115 472.74935,869.15715 z "
style="fill:#008cc8;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2992" />
<path
id="16182-23"
d="M 447.27512,858.56385 C 445.60725,856.89595 438.63226,856.49245 438.63226,858.06385 C 438.63226,858.61385 437.73226,859.06385 436.63226,859.06385 C 434.0678,859.06385 434.0678,856.88465 436.63226,854.56385 C 437.73226,853.56835 438.63226,852.20455 438.63226,851.53325 C 438.63226,847.96515 443.90584,838.93465 447.97664,835.53195 C 450.42647,833.48415 453.00222,830.74105 453.70055,829.43625 C 455.31763,826.41465 457.37544,826.40605 458.74645,829.41505 C 459.59675,831.28135 459.38604,832.71405 457.72501,836.36025 C 456.574,838.88685 455.63226,841.37365 455.63226,841.88655 C 455.63226,842.39935 454.94254,843.39135 454.09956,844.09095 C 452.90342,845.08365 452.67046,846.84885 453.03869,852.12975 C 453.41777,857.56635 453.21154,859.01135 451.98961,859.48025 C 449.7006,860.35855 448.91768,860.20635 447.27512,858.56385 z "
style="fill:#002850;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2990" />
<path
id="16404-23"
d="M 431.88226,855.35325 C 431.19476,855.10235 430.63226,854.48465 430.63226,853.98055 C 430.63226,853.47635 429.73226,852.16385 428.63226,851.06385 C 426.04798,848.47955 426.10789,846.72095 428.88226,843.72525 C 430.11976,842.38905 432.38694,839.41345 433.92044,837.11285 C 435.60541,834.58495 438.17396,832.31765 440.41197,831.38255 C 442.4488,830.53145 445.39115,828.76165 446.95051,827.44945 C 450.17113,824.73955 453.63226,824.30345 453.63226,826.60765 C 453.63226,827.45665 451.11677,830.49415 448.04229,833.35765 C 442.97752,838.07465 437.63226,846.88395 437.63226,850.51395 C 437.63226,852.27305 433.34037,855.88515 431.88226,855.35325 z "
style="fill:#00f0a0;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2988" />
<path
id="16299-23"
d="M 456.88226,849.34045 C 453.40799,848.90925 452.67047,847.10695 455.13226,845.06385 C 455.95726,844.37915 456.64753,843.31155 456.66619,842.69135 C 456.68485,842.07125 457.56958,839.76385 458.63226,837.56385 C 462.1366,830.30895 461.02794,827.37905 453.58802,824.23295 C 449.88929,822.66885 448.83564,821.63315 447.92516,818.66655 C 447.03327,815.76045 447.10271,814.42805 448.26773,812.09275 C 449.07139,810.48175 450.26968,809.37325 450.93059,809.62945 C 452.83473,810.36735 460.59238,822.85905 460.61581,825.22495 C 460.63433,827.09545 466.07809,832.06385 468.10899,832.06385 C 468.83679,832.06385 471.06239,833.69395 473.05478,835.68635 C 475.68299,838.31455 476.13992,839.16835 474.71947,838.79685 C 471.97308,838.07865 468.63226,840.71555 468.63226,843.60145 C 468.63226,845.34255 467.93931,846.19965 466.17328,846.64285 C 464.82084,846.98235 463.19074,847.89095 462.55083,848.66195 C 461.91093,849.43295 461.10497,849.99185 460.75982,849.90375 C 460.41466,849.81575 458.66976,849.56225 456.88226,849.34045 z "
style="fill:#00d278;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2986" />
<path
id="16279-23"
d="M 420.43003,843.35215 C 418.87562,843.11515 417.4665,842.11695 417.11264,841.00205 C 416.75672,839.88065 415.57769,839.05055 414.31487,839.03245 C 411.3372,838.98955 408.04885,834.47175 409.6186,832.58025 C 411.26118,830.60105 416.16038,829.74095 418.53924,831.01405 C 420.28375,831.94765 420.7798,831.67925 422.12825,829.07155 C 423.27836,826.84755 423.4209,825.53745 422.6662,824.12725 C 421.36072,821.68795 422.33811,819.06385 424.55216,819.06385 C 425.49041,819.06385 427.51658,817.75025 429.05475,816.14475 C 430.59292,814.53925 433.01216,812.93435 434.43084,812.57825 C 438.83735,811.47225 442.63226,808.15655 442.63226,805.41235 C 442.63226,802.40755 444.67483,802.68055 446.11939,805.87855 C 446.66231,807.08045 447.40768,808.06385 447.77577,808.06385 C 449.60973,808.06385 446.98871,812.29845 444.01858,814.13405 C 442.15611,815.28515 440.63226,816.63115 440.63226,817.12505 C 440.63226,817.61905 438.88776,818.91315 436.75559,820.00095 C 434.62343,821.08865 432.61255,822.67275 432.28698,823.52125 C 431.96141,824.36965 431.08435,825.06385 430.33796,825.06385 C 429.59157,825.06385 427.94071,826.17105 426.66938,827.52435 C 424.58247,829.74575 424.40681,830.66885 424.86155,837.02435 C 425.20947,841.88705 425.01998,844.01745 424.24874,843.91405 C 423.63468,843.83155 421.91626,843.57875 420.43003,843.35215 z "
style="fill:#000a78;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2984" />
<path
id="16221-23"
d="M 426.29508,841.12795 C 424.50385,832.17185 426.36122,827.43725 432.38226,825.61135 C 433.61976,825.23615 434.63226,824.36775 434.63226,823.68165 C 434.63226,822.99555 436.20726,821.68315 438.13226,820.76525 C 440.05726,819.84725 441.63226,818.65475 441.63226,818.11515 C 441.63226,817.57565 442.49192,816.67415 443.54262,816.11185 C 445.22485,815.21145 445.63998,815.63825 447.019,819.68545 C 448.54092,824.15205 448.52232,824.33605 446.35864,826.21905 C 445.13413,827.28465 442.24066,829.01075 439.92869,830.05475 C 437.35588,831.21655 434.5597,833.62325 432.72102,836.25835 C 426.38231,845.34295 427.03862,844.84565 426.29508,841.12795 z "
style="fill:#00b45a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2982" />
<path
id="16277-23"
d="M 524.21365,842.19555 C 523.9185,841.71795 520.92987,841.01645 517.57225,840.63655 C 514.21463,840.25665 510.4219,839.46945 509.14396,838.88725 C 506.79082,837.81505 505.17595,833.46385 506.76637,832.48095 C 507.24261,832.18665 507.63226,830.91445 507.63226,829.65405 C 507.63226,824.03765 509.71666,821.00125 515.25311,818.55275 L 520.63226,816.17385 L 520.64757,810.86885 C 520.66579,804.55655 521.12074,803.73755 525.42755,802.26385 C 528.16759,801.32625 528.82137,801.39305 529.30761,802.66015 C 529.62924,803.49835 531.63386,804.88095 533.76233,805.73255 C 537.23666,807.12265 537.63973,807.65325 537.70535,810.92245 C 537.74555,812.92515 538.54223,815.86435 539.47576,817.45385 C 541.12761,820.26645 541.10556,820.41535 538.65267,823.01035 C 537.26645,824.47695 533.58813,827.54615 530.47863,829.83075 C 524.85167,833.96495 524.82915,834.00245 525.70477,837.77415 C 526.18865,839.85845 526.59528,841.90135 526.6084,842.31385 C 526.64127,843.34715 524.87136,843.25975 524.21365,842.19555 z "
style="fill:#00f06e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2980" />
<path
id="16344-23"
d="M 479.47068,837.89195 C 477.65038,837.52235 474.92341,835.83485 473.41075,834.14195 C 471.89808,832.44895 470.0042,831.06385 469.20212,831.06385 C 467.03529,831.06385 461.65977,826.13605 463.78226,826.09545 C 465.76095,826.05755 472.63226,819.41605 472.63226,817.54135 C 472.63226,815.27895 479.22307,813.72825 483.95301,814.87765 C 488.49915,815.98245 496.68455,815.09525 498.89863,813.25775 C 499.99655,812.34655 500.61608,812.89955 501.99263,816.01955 C 503.89199,820.32455 505.87762,830.85785 505.04405,832.20655 C 504.75265,832.67805 503.41578,833.06385 502.07324,833.06385 C 500.7307,833.06385 499.63226,833.51385 499.63226,834.06385 C 499.63226,834.61385 499.05739,835.06385 498.35477,835.06385 C 497.65214,835.06385 495.98489,835.82895 494.64976,836.76415 C 492.09703,838.55215 485.23439,839.06205 479.47068,837.89195 z "
style="fill:#00a08c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2978" />
<path
id="16219-23"
d="M 526.64757,836.86185 C 526.63563,834.75545 527.67911,833.44035 531.38226,830.89505 C 533.99476,829.09935 537.25726,826.43765 538.63226,824.98005 C 540.11141,823.41205 542.66353,822.09705 544.88226,821.75975 C 548.42143,821.22165 548.63405,821.34065 548.66406,823.87665 C 548.68156,825.35465 549.32565,827.39505 550.09538,828.41105 C 551.83469,830.70675 551.03927,833.06385 548.52527,833.06385 C 547.48412,833.06385 546.63226,833.51385 546.63226,834.06385 C 546.63226,834.61385 545.84051,835.06385 544.87281,835.06385 C 543.90511,835.06385 542.55129,835.96385 541.86433,837.06385 C 540.3909,839.42315 537.80909,839.68825 536.99389,837.56385 C 536.34518,835.87335 532.08493,835.52235 531.12218,837.08015 C 530.77672,837.63915 530.02485,837.80645 529.45136,837.45205 C 528.87787,837.09755 528.01586,837.42775 527.53577,838.18575 C 526.91287,839.16915 526.6585,838.79005 526.64757,836.86185 z "
style="fill:#00a05a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2976" />
<path
id="16071-23"
d="M 396.08122,836.26745 C 394.72444,835.00345 391.77768,834.15005 387.12351,833.67315 C 383.30883,833.28235 379.90689,832.50815 379.56366,831.95285 C 379.22042,831.39745 377.29746,830.85775 375.29041,830.75345 C 372.26031,830.59605 371.64047,830.19185 371.63674,828.37135 C 371.63293,826.50765 370.99481,826.13275 367.38226,825.87135 C 363.59759,825.59745 363.13226,825.29005 363.13226,823.06385 C 363.13226,821.26765 363.73734,820.47755 365.28154,820.25745 C 366.84531,820.03455 367.60682,819.01295 368.07685,816.50745 C 368.43217,814.61345 369.11037,813.06385 369.58395,813.06385 C 370.05754,813.06385 370.23213,812.24975 369.97193,811.25475 C 369.65315,810.03565 370.29513,809.08285 371.94023,808.33325 C 373.79604,807.48775 374.54027,806.16295 375.04307,802.81005 C 375.71713,798.31505 380.20865,792.79735 385.32706,790.17645 C 387.26631,789.18335 387.84283,789.47335 390.27838,792.66655 C 392.87423,796.06985 393.28545,796.24615 397.33358,795.69125 C 399.8446,795.34715 401.63226,795.50475 401.63226,796.07045 C 401.63226,797.52545 409.28217,802.06385 411.73483,802.06385 C 413.54417,802.06385 413.67983,802.30155 412.60768,803.59345 C 410.83409,805.73045 412.71051,809.53585 416.50563,811.49835 C 419.53062,813.06265 420.608,815.71945 421.19556,823.06385 C 421.66566,828.94005 420.99267,829.99655 417.17427,829.37695 C 415.09987,829.04035 412.59871,829.43295 410.66154,830.39935 C 408.19663,831.62895 406.98851,831.72765 405.07442,830.85555 C 403.73123,830.24355 402.63226,829.14005 402.63226,828.40335 C 402.63226,827.66665 402.25225,827.06385 401.7878,827.06385 C 401.32335,827.06385 399.63585,825.93935 398.0378,824.56505 C 394.20699,821.27055 393.63226,821.40085 393.63226,825.56385 C 393.63226,827.48885 394.06115,829.06385 394.58534,829.06385 C 395.78028,829.06385 398.95073,835.60845 398.46366,837.06965 C 398.25004,837.71045 397.27931,837.38365 396.08122,836.26745 z "
style="fill:#001e28;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2974" />
<path
id="15997-23"
d="M 550.96605,827.22675 C 549.58557,825.01625 549.91052,813.80445 551.36915,813.31815 C 551.93618,813.12915 553.01485,813.56235 553.76619,814.28085 C 554.51753,814.99935 556.36976,816.13475 557.88226,816.80405 C 561.98982,818.62165 561.54733,822.17105 556.73836,825.97985 C 554.59671,827.67605 552.67995,829.06385 552.4789,829.06385 C 552.27785,829.06385 551.59707,828.23715 550.96605,827.22675 z "
style="fill:#003c0a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2972" />
<path
id="16093-23"
d="M 505.33515,823.20305 C 504.98659,820.26005 504.27727,817.33725 503.75887,816.70795 C 502.30816,814.94695 499.77452,804.33665 500.58037,803.39715 C 500.97347,802.93885 501.85426,800.60045 502.53767,798.20085 C 503.33858,795.38865 504.46482,793.65885 505.70625,793.33425 C 506.76555,793.05725 507.63226,792.49375 507.63226,792.08205 C 507.63226,791.67035 508.56469,790.14815 509.70433,788.69935 C 511.49969,786.41685 511.9671,786.25585 513.20433,787.49305 C 513.98969,788.27845 514.63226,789.40315 514.63226,789.99245 C 514.63226,791.74055 518.48383,795.06385 520.50982,795.06385 C 521.54247,795.06385 522.94757,795.73885 523.63226,796.56385 C 524.31695,797.38885 525.47049,798.06385 526.19569,798.06385 C 529.20409,798.06385 528.38454,799.98945 524.89147,801.12815 C 520.10811,802.68755 519.66618,803.42415 519.64757,809.86885 L 519.63226,815.17385 L 514.23493,817.56085 C 509.4956,819.65685 508.66274,820.47235 507.40325,824.25085 L 505.96889,828.55395 L 505.33515,823.20305 z "
style="fill:#00fa28;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2970" />
<path
id="16204-23"
d="M 460.80561,821.66665 C 460.12998,819.79825 458.21459,816.55495 456.54919,814.45935 L 453.52119,810.64905 L 455.82673,809.79905 C 458.85845,808.68145 463.6082,804.14355 464.70815,801.31385 C 465.31958,799.74085 466.41772,799.05725 468.35751,799.04185 C 469.88362,799.02975 473.0939,798.12975 475.49146,797.04185 C 481.07027,794.51045 481.23318,794.52595 484.43863,797.89465 C 485.92013,799.45155 489.2399,801.92805 491.81591,803.39785 C 494.39192,804.86775 496.78474,806.96885 497.1333,808.06715 C 497.48185,809.16535 498.52421,810.07145 499.44965,810.08065 C 500.57619,810.09195 500.14082,810.72575 498.13226,811.99845 C 494.68068,814.18555 490.12012,814.68725 483.45724,813.61295 C 478.1791,812.76195 471.63226,814.40375 471.63226,816.57835 C 471.63226,818.13465 464.66591,825.04205 463.08315,825.05515 C 462.50614,825.05995 461.48125,823.53515 460.80561,821.66665 z "
style="fill:#000a5a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2968" />
<path
id="15974-23"
d="M 542.52603,819.34905 C 539.85869,816.13165 538.55796,812.61905 538.80992,809.31385 C 538.94619,807.52635 539.16578,806.06385 539.29791,806.06385 C 540.44909,806.06385 545.30211,808.79165 545.93195,809.79275 C 546.37178,810.49185 547.27178,811.06395 547.93195,811.06405 C 548.67362,811.06425 549.1689,812.78375 549.22815,815.56405 C 549.2923,818.57455 548.90566,820.06385 548.05994,820.06385 C 547.36468,820.06385 546.16814,820.30465 545.40095,820.59905 C 544.63377,820.89345 543.34005,820.33095 542.52603,819.34905 z "
style="fill:#005000;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2966" />
<path
id="16081-23"
d="M 421.12844,815.04645 C 420.70597,813.12295 419.41907,811.48785 417.57863,810.53605 C 413.5014,808.42765 412.23118,805.72515 414.41444,803.80395 C 417.49293,801.09495 427.03304,795.49265 431.38226,793.83985 C 434.94462,792.48605 435.63226,792.45305 435.63226,793.63585 C 435.63226,794.41195 436.53226,795.60895 437.63226,796.29595 C 438.73226,796.98285 439.63226,798.31015 439.63226,799.24535 C 439.63226,800.18055 440.08226,801.22395 440.63226,801.56385 C 441.18226,801.90375 441.63226,803.24965 441.63226,804.55475 C 441.63226,807.14995 437.71769,810.50235 433.43084,811.57825 C 432.01216,811.93435 429.59292,813.53925 428.05475,815.14475 C 424.39614,818.96345 421.98124,818.92925 421.12844,815.04645 z "
style="fill:#008228;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2964" />
<path
id="16096-23"
d="M 547.07706,808.78055 C 546.53225,807.36085 542.82467,806.00025 535.13226,804.39735 C 532.61382,803.87255 531.13226,803.00825 531.13226,802.06385 C 531.13226,800.93105 532.7598,800.44145 537.78014,800.06385 C 541.89477,799.75435 545.13379,798.94205 546.28014,797.93215 C 549.34859,795.22875 552.47509,794.76135 556.0719,796.46815 C 560.00651,798.33525 561.11702,801.31515 558.69504,803.50705 C 556.74448,805.27225 553.63226,805.59025 553.63226,804.02435 C 553.63226,803.39885 553.11085,803.47205 552.32262,804.20835 C 551.60232,804.88125 551.03982,806.34745 551.07262,807.46655 C 551.14238,809.84675 547.8959,810.91445 547.07706,808.78055 z "
style="fill:#001e32;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2962" />
<path
id="16095-23"
d="M 449.96906,807.88205 C 446.50425,806.20605 446.41517,803.23975 449.68687,798.48445 C 451.30683,796.12995 452.63226,793.32695 452.63226,792.25565 C 452.63226,791.18435 453.55552,789.69035 454.68396,788.93585 C 456.0735,788.00665 456.96522,785.95015 457.44698,782.56385 L 458.15831,777.56385 L 460.30426,781.06385 C 462.72961,785.01955 463.35894,788.50805 462.24641,791.82955 C 461.81934,793.10455 462.01599,795.69655 462.69614,797.75735 C 463.88175,801.34985 463.82674,801.49235 459.80724,805.24175 C 455.58488,809.18025 453.69907,809.68635 449.96906,807.88205 z "
style="fill:#001432;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2960" />
<path
id="16164-23"
d="M 364.52277,806.76875 L 361.91329,805.56385 L 364.13944,795.71955 C 366.05332,787.25615 366.19564,785.29975 365.15403,781.77205 C 364.18562,778.49215 364.20804,776.75515 365.26574,773.11625 C 365.99353,770.61245 366.85456,765.57285 367.17915,761.91725 C 367.84544,754.41305 367.0716,754.93645 380.13226,753.15695 C 383.43226,752.70735 387.85283,751.61165 389.95575,750.72195 C 392.05867,749.83235 396.57286,748.81825 399.98727,748.46845 C 407.16328,747.73325 407.88129,748.22735 409.74099,755.18055 C 411.56504,762.00045 409.46348,768.27455 403.38226,774.16415 C 400.76976,776.69435 398.63226,779.19725 398.63226,779.72615 C 398.63226,781.89115 393.09542,784.78545 389.8615,784.31075 C 387.10633,783.90645 386.63226,784.14195 386.63226,785.91515 C 386.63226,787.06205 385.62387,788.51035 384.38226,789.14685 C 379.23764,791.78415 374.71941,797.29985 374.05067,801.75935 C 373.1563,807.72345 370.0862,809.33755 364.52277,806.76875 z "
style="fill:#006e46;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2958" />
<path
id="16436-23"
d="M 497.98371,806.53735 C 497.66154,805.69775 495.31316,803.81215 492.7651,802.34715 C 485.63349,798.24685 482.98315,795.33285 484.36828,793.11495 C 484.99363,792.11355 485.25574,790.34005 484.95075,789.17375 C 484.64575,788.00745 484.81827,786.49305 485.33411,785.80855 C 485.84995,785.12395 486.84725,782.53885 487.55033,780.06385 C 489.23249,774.14225 491.16038,770.63335 492.93376,770.26555 C 493.72485,770.10155 496.07312,771.76235 498.15213,773.95635 C 500.23115,776.15035 503.21468,778.47665 504.78221,779.12595 C 506.34974,779.77525 507.63226,780.66975 507.63226,781.11375 C 507.63226,781.55775 508.30763,782.59635 509.13309,783.42185 C 510.46754,784.75625 510.38439,785.30925 508.38309,788.41015 C 507.14513,790.32815 505.37805,792.10915 504.45625,792.36775 C 503.51055,792.63305 502.23596,794.73905 501.53116,797.20085 C 500.84418,799.60045 499.8737,802.10475 499.37456,802.76585 C 498.87541,803.42695 498.75953,804.88945 499.11703,806.01585 C 499.86516,808.37295 498.86477,808.83335 497.98371,806.53735 z "
style="fill:#003cb4;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2956" />
<path
id="16186-23"
d="M 441.83226,800.86385 C 441.17226,800.20385 440.63226,799.03845 440.63226,798.27415 C 440.63226,797.50975 439.75317,796.13725 438.67872,795.22415 C 436.20452,793.12135 434.48182,779.06385 436.69833,779.06385 C 438.94907,779.06385 443.63226,773.82015 443.63226,771.30005 C 443.63226,768.95385 443.67903,768.96595 446.20596,771.96905 C 447.62149,773.65135 450.59533,775.57165 452.8145,776.23655 L 456.84935,777.44545 L 456.33776,781.98425 C 455.9864,785.10145 455.16937,786.95925 453.72921,787.91545 C 452.57589,788.68125 451.63226,790.18435 451.63226,791.25565 C 451.63226,793.71585 445.95685,802.06385 444.28422,802.06385 C 443.59564,802.06385 442.49226,801.52385 441.83226,800.86385 z "
style="fill:#005050;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2954" />
<path
id="16502-23"
d="M 587.91742,800.36455 C 587.55879,799.42995 585.77291,797.29555 583.94881,795.62155 C 582.12471,793.94745 580.63226,792.01205 580.63226,791.32075 C 580.63226,790.62945 579.74382,790.06385 578.65794,790.06385 C 576.23529,790.06385 573.52181,785.20215 574.29475,782.24645 C 574.70842,780.66465 573.76876,779.05205 570.61213,775.92685 L 566.37413,771.73095 L 566.96505,765.40295 C 567.29006,761.92255 568.09513,758.05995 568.7541,756.81935 C 570.37389,753.77005 576.2061,746.65095 581.38226,741.40495 C 583.71976,739.03585 585.63226,736.63995 585.63226,736.08065 C 585.63226,734.53205 594.92003,734.86825 598.97802,736.56385 C 600.95252,737.38885 603.6989,738.06385 605.08109,738.06385 C 607.00835,738.06385 607.73609,738.70485 608.20302,740.81385 C 610.24938,750.05645 610.25614,750.06385 616.64242,750.06385 C 621.568,750.06385 622.59568,750.37325 623.11602,752.01265 C 623.7616,754.04675 624.72347,754.48375 630.80977,755.50825 C 633.84289,756.01875 634.59886,756.63525 635.12405,759.02645 C 635.47427,760.62105 636.40689,762.46185 637.19654,763.11715 C 637.98619,763.77255 638.63226,765.82865 638.63226,767.68625 C 638.63226,769.73055 639.42179,771.85335 640.63226,773.06385 C 643.17029,775.60185 643.16683,775.61935 639.88226,776.85945 C 634.83267,778.76585 629.8468,779.02725 628.5411,777.45395 C 627.87284,776.64875 626.56319,776.11905 625.63077,776.27695 C 624.69835,776.43475 622.72997,775.91875 621.25659,775.13025 C 618.75713,773.79265 618.46434,773.85965 616.88482,776.13025 C 615.95373,777.46875 614.166,779.59675 612.91209,780.85925 C 611.65818,782.12175 610.63226,783.58425 610.63226,784.10925 C 610.63226,784.63425 610.27379,785.06385 609.83565,785.06385 C 608.75055,785.06385 605.12169,787.89755 601.19165,791.81385 C 599.39787,793.60135 597.41318,795.06385 596.78124,795.06385 C 596.1493,795.06385 595.63226,795.52345 595.63226,796.08525 C 595.63226,796.64705 594.50726,797.61925 593.13226,798.24575 C 591.75726,798.87225 590.63226,799.98765 590.63226,800.72435 C 590.63226,802.63855 588.69132,802.38135 587.91742,800.36455 z "
style="fill:#00dcc8;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2952" />
<path
id="16397-23"
d="M 407.13226,799.00505 C 401.11132,795.16665 400.75912,792.17635 405.92899,788.78895 C 408.06613,787.38865 408.77296,787.38435 412.90909,788.74595 L 417.51125,790.26105 L 423.34148,786.66245 C 426.5481,784.68325 430.34925,783.06385 431.78848,783.06385 C 433.97225,783.06385 434.4874,783.60165 434.90166,786.31385 C 435.5106,790.30065 434.53065,791.61615 429.80227,793.15915 C 427.78376,793.81785 423.76102,795.86585 420.86284,797.71025 C 414.9416,801.47865 411.5186,801.80145 407.13226,799.00505 z "
style="fill:#00bea0;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2950" />
<path
id="16449-23"
d="M 560.46106,798.00255 C 559.79191,796.08305 558.89085,795.13435 558.04511,795.45895 C 557.30327,795.74355 556.43034,795.54615 556.10527,795.02015 C 555.78019,794.49415 554.7424,794.06385 553.79906,794.06385 C 551.92672,794.06385 551.75041,790.27825 553.18026,780.77725 C 554.02878,775.13895 555.45954,774.10265 562.25316,774.20555 C 566.42392,774.26865 567.59338,774.76085 570.30849,777.59575 C 572.4212,779.80165 573.31317,781.56805 572.9724,782.87115 C 572.69063,783.94865 573.18538,786.23275 574.07186,787.94705 C 575.30172,790.32535 575.37801,791.06385 574.39384,791.06385 C 573.19983,791.06385 569.63226,797.81215 569.63226,800.07065 C 569.63226,800.61695 567.80885,801.06385 565.58024,801.06385 C 561.95905,801.06385 561.41476,800.73835 560.46106,798.00255 z "
style="fill:#00beb4;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2948" />
<path
id="16100-23"
d="M 531.70255,797.83685 C 531.7412,797.13675 532.12706,795.66385 532.56001,794.56385 C 533.87993,791.21025 531.82072,788.39605 527.2763,787.34285 C 523.77924,786.53235 523.44451,786.25285 525.13226,785.55295 C 526.23226,785.09675 528.40786,783.67205 529.96693,782.38695 C 531.526,781.10185 533.13668,780.25755 533.54622,780.51065 C 533.95575,780.76375 536.36286,780.34725 538.89533,779.58505 C 542.49714,778.50115 543.71957,778.46405 544.50885,779.41515 C 545.73959,780.89805 544.99535,782.06045 541.314,784.40475 C 539.20209,785.74955 538.5614,786.87165 538.75768,788.88165 C 539.08625,792.24615 537.45363,795.29565 534.17287,797.44525 C 532.34037,798.64595 531.65185,798.75515 531.70255,797.83685 z "
style="fill:#004632;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2946" />
<path
id="16392-23"
d="M 537.77657,795.90935 C 540.09968,793.42245 540.59409,792.16655 540.11275,789.97505 C 539.60933,787.68295 539.99327,786.87655 542.30072,785.37945 C 543.83991,784.38085 545.89418,782.77635 546.86576,781.81385 C 548.66378,780.03265 550.79478,779.55965 551.92594,780.69085 C 552.2708,781.03565 551.89939,782.88205 551.10058,784.79385 C 550.15593,787.05475 549.96536,788.83665 550.55544,789.89105 C 551.56303,791.69155 550.22615,795.06385 548.50481,795.06385 C 547.92341,795.06385 546.30355,795.96385 544.90513,797.06385 C 543.38475,798.25975 540.84835,799.06385 538.59619,799.06385 L 534.82984,799.06385 L 537.77657,795.90935 z "
style="fill:#008ca0;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2944" />
<path
id="16381-23"
d="M 463.29375,795.87735 C 462.98641,794.70205 463.15796,792.95005 463.67497,791.98405 C 464.81069,789.86195 463.93006,784.43165 461.93051,781.22705 C 461.12858,779.94185 460.62091,778.74285 460.80236,778.56255 C 460.9838,778.38235 464.28226,777.78595 468.13226,777.23735 C 476.13934,776.09625 484.12775,772.84455 485.90148,770.00435 C 486.56801,768.93705 487.90511,768.06385 488.87281,768.06385 C 490.99683,768.06385 491.03667,768.48715 489.23474,771.90955 C 488.4661,773.36945 487.26286,776.58885 486.56086,779.06385 C 485.85886,781.53885 484.91275,783.99135 484.45838,784.51385 C 484.00401,785.03635 483.63226,786.95445 483.63226,788.77645 C 483.63226,791.84565 483.20985,792.27715 477.88226,794.64915 C 474.71976,796.05715 470.26933,797.39035 467.99241,797.61175 C 464.42981,797.95815 463.77465,797.71635 463.29375,795.87735 z "
style="fill:#001ea0;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2942" />
<path
id="16307-23"
d="M 526.98459,797.04205 C 525.80337,796.58115 524.53931,795.72245 524.17557,795.13395 C 523.81183,794.54535 522.46393,794.06385 521.18023,794.06385 C 519.89653,794.06385 518.57309,793.35205 518.23925,792.48205 C 517.40139,790.29865 517.30219,790.44315 520.56621,789.09115 C 523.74413,787.77485 529.62916,788.54515 530.86695,790.43945 C 533.02965,793.74925 530.32659,798.34625 526.98459,797.04205 z "
style="fill:#002882;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2940" />
<path
id="16409-23"
d="M 390.86299,791.20135 C 386.78434,786.12595 386.71321,784.70305 390.58062,785.55245 C 392.77846,786.03525 394.3058,785.62575 396.58062,783.94385 C 398.25902,782.70295 399.63226,781.25495 399.63226,780.72615 C 399.63226,780.19725 401.80639,777.67995 404.46365,775.13225 C 407.62396,772.10215 409.54535,769.30035 410.01873,767.03185 L 410.74241,763.56385 L 414.93734,768.18685 C 419.62915,773.35745 422.20721,774.66145 424.30139,772.92345 C 426.20525,771.34345 427.28374,772.68445 428.0861,777.62955 L 428.74578,781.69525 L 423.00721,785.25755 C 417.99452,788.36935 416.88053,788.69665 414.20045,787.84575 C 407.74714,785.79665 407.06636,785.85585 403.98868,788.73385 C 402.32418,790.29035 400.77556,792.11615 400.54729,792.79115 C 400.31902,793.46625 398.77359,794.28925 397.11299,794.62005 C 394.46939,795.14675 393.69176,794.72135 390.86299,791.20135 z "
style="fill:#0028aa;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2938" />
<path
id="16450-23"
d="M 515.63226,788.99905 C 515.63226,788.37465 514.05726,786.28885 512.13226,784.36385 C 510.20726,782.43885 508.63226,780.52965 508.63226,780.12125 C 508.63226,779.71295 510.13623,778.56885 511.97441,777.57895 C 516.29266,775.25335 525.29161,775.87745 527.31361,778.64275 C 528.98765,780.93215 528.5911,782.25355 525.81018,783.65265 C 524.6199,784.25145 522.85543,785.43115 521.88915,786.27415 C 518.91463,788.86905 515.63226,790.29855 515.63226,788.99905 z "
style="fill:#00c8b4;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2936" />
<path
id="16320-23"
d="M 430.28206,781.30625 C 430.02453,780.88955 429.4893,778.75205 429.09265,776.55625 C 428.06803,770.88395 427.17463,770.03285 423.64402,771.36545 C 419.71263,772.84945 416.34913,770.10145 417.28911,766.17345 C 418.07379,762.89445 417.76667,763.17915 421.20518,762.54405 C 423.7438,762.07525 424.52268,762.53835 427.07409,766.03365 C 428.69209,768.25025 430.85108,770.06385 431.87184,770.06385 C 433.71507,770.06385 438.63226,774.55215 438.63226,776.23465 C 438.63226,776.71795 437.46152,777.55845 436.0306,778.10245 C 434.32601,778.75055 433.62558,779.60405 433.99922,780.57775 C 434.38107,781.57275 433.93853,782.06385 432.65989,782.06385 C 431.60961,782.06385 430.53959,781.72295 430.28206,781.30625 z "
style="fill:#00aa82;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2934" />
<path
id="16408-23"
d="M 528.61677,778.03485 C 528.03659,776.95085 526.81273,776.06385 525.89708,776.06385 C 524.64594,776.06385 524.51698,775.77915 525.37809,774.91805 C 526.01536,774.28075 526.27057,772.50535 525.95309,770.91805 L 525.38226,768.06385 L 532.34059,768.06385 C 536.16768,768.06385 539.62993,768.39485 540.0345,768.79935 C 540.43906,769.20395 542.11259,769.60245 543.75344,769.68505 C 545.3943,769.76755 546.84838,769.99905 546.98474,770.19945 C 547.1211,770.39985 548.44758,772.06085 549.93247,773.89055 C 552.61183,777.19215 553.54383,779.74525 551.64018,778.56875 C 551.09454,778.23145 549.85732,778.39815 548.89081,778.93905 C 547.62816,779.64565 546.66866,779.50175 545.48205,778.42785 C 544.18479,777.25385 543.00503,777.13975 539.98142,777.89555 C 531.19183,780.09285 529.72776,780.11075 528.61677,778.03485 z "
style="fill:#001eaa;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2932" />
<path
id="16424-23"
d="M 504.06362,777.14785 C 502.45137,776.14965 500.16343,774.19425 498.97929,772.80245 C 497.79516,771.41055 495.99891,769.80875 494.98762,769.24285 C 493.97634,768.67685 493.45533,767.90745 493.82983,767.53295 C 494.81992,766.54285 503.24067,769.97365 505.23829,772.18095 C 506.17546,773.21655 507.65999,774.07075 508.53725,774.07915 C 512.04388,774.11285 512.6343,775.63145 509.79325,777.30965 C 507.16973,778.85945 506.81193,778.84925 504.06362,777.14785 z "
style="fill:#00beaa;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2930" />
<path
id="16353-23"
d="M 646.37505,775.50185 C 640.87773,772.06325 638.80589,769.20995 640.18548,766.97775 C 640.56076,766.37055 639.93471,764.61165 638.79426,763.06905 C 637.65381,761.52655 636.42999,759.10615 636.07466,757.69035 C 635.57152,755.68575 634.62154,754.98055 631.78043,754.50275 C 625.72717,753.48475 624.76098,753.04475 624.11602,751.01265 C 623.45313,748.92405 622.44227,748.67515 615.98662,749.01075 C 612.0886,749.21345 611.78071,749.02735 610.83175,745.89505 C 608.82899,739.28445 608.81857,738.20515 610.74074,736.46565 C 611.78107,735.52415 612.63226,733.95015 612.63226,732.96785 C 612.63226,731.98555 613.02053,730.94185 613.49509,730.64865 C 613.96964,730.35535 614.91888,728.11175 615.6045,725.66295 C 616.42401,722.73595 617.29656,721.38155 618.15134,721.70955 C 618.86647,721.98395 619.73876,721.30365 620.08976,720.19775 C 620.44076,719.09185 622.22232,716.87495 624.04879,715.27125 C 625.87526,713.66765 627.80395,711.57945 628.33476,710.63095 C 629.07933,709.30045 630.812,708.86725 635.91734,708.73515 C 639.55694,708.64095 643.07024,708.02785 643.72467,707.37265 C 645.74163,705.35355 646.10591,696.70185 644.2392,695.15255 C 642.72409,693.89515 641.99019,691.06385 643.17936,691.06385 C 644.21902,691.06385 658.62452,699.24225 659.1865,700.15155 C 660.06991,701.58095 663.58315,701.21395 670.63226,698.95585 C 677.58031,696.73005 686.31929,695.74845 687.15453,697.09985 C 687.43394,697.55195 687.1144,699.97135 686.44444,702.47625 C 685.26739,706.87715 685.32298,707.13155 688.09299,710.02285 C 690.47609,712.51025 690.79073,713.39365 689.95816,715.25945 C 689.30709,716.71855 689.29027,718.81835 689.91009,721.26025 C 690.74821,724.56225 691.30318,725.08685 694.4979,725.59785 C 703.15738,726.98275 702.93158,726.83195 702.28757,730.80045 C 701.96297,732.80075 702.07387,734.91585 702.53403,735.50055 C 703.9837,737.34285 704.45133,746.08295 703.26796,749.21805 C 702.32499,751.71625 702.40556,752.42485 703.74381,753.40345 C 705.5525,754.72595 704.88283,757.78105 702.31758,759.91005 C 701.16919,760.86315 701.00152,761.86845 701.65622,763.87535 C 702.13859,765.35395 702.44304,768.57215 702.33276,771.02675 C 702.16941,774.66285 701.65843,775.75545 699.57506,776.92375 C 697.37109,778.15965 696.61137,778.16355 694.07506,776.95145 C 692.35745,776.13055 690.99922,774.61225 690.81271,773.30445 C 690.60238,771.82965 689.80363,771.06385 688.47584,771.06385 C 687.15269,771.06385 686.06888,770.03155 685.32616,768.06385 C 684.45914,765.76685 683.57085,765.06385 681.53547,765.06385 C 680.07339,765.06385 678.31695,765.73885 677.63226,766.56385 C 676.94757,767.38885 675.35394,768.06385 674.09085,768.06385 C 670.3866,768.06385 665.74634,771.28235 665.07865,774.31475 C 664.4539,777.15215 663.82638,777.44255 656.07149,778.48245 C 652.63135,778.94375 651.14938,778.48815 646.37505,775.50185 z "
style="fill:#00fa8c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2928" />
<path
id="16202-23"
d="M 454.13226,775.50125 C 450.50561,774.21075 443.01079,767.35195 444.0699,766.29285 C 444.31064,766.05215 445.95479,766.57715 447.72357,767.45945 C 449.49235,768.34185 451.3354,769.06385 451.81923,769.06385 C 453.00556,769.06385 459.88304,762.13785 461.13226,759.68515 C 463.09827,755.82515 464.63226,756.64075 464.63226,761.54625 C 464.63226,764.10325 465.04552,766.96745 465.55061,767.91125 C 466.0557,768.85505 466.15939,771.14085 465.78102,772.99085 C 465.17523,775.95285 464.6775,776.38855 461.61267,776.63955 C 459.69845,776.79635 456.33226,776.28405 454.13226,775.50125 z "
style="fill:#00f050;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2926" />
<path
id="16339-23"
d="M 466.76217,771.81385 C 466.7824,769.47635 466.48721,765.87635 466.1062,763.81385 C 465.31976,759.55665 466.84841,758.68015 468.72204,762.31385 C 469.36012,763.55135 470.6669,765.46385 471.62598,766.56385 C 472.58507,767.66385 473.67994,769.87115 474.05901,771.46895 C 474.8483,774.79585 473.6057,776.02485 469.42882,776.04855 C 466.90686,776.06275 466.72786,775.77855 466.76217,771.81385 z "
style="fill:#006e8c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2924" />
<path
id="16493-23"
d="M 437.41351,772.02775 C 435.98307,770.39755 433.87212,769.06385 432.72249,769.06385 C 430.92323,769.06385 430.63832,768.47225 430.67581,764.81385 C 430.74225,758.33025 432.17895,752.22225 434.14979,750.04445 C 435.82612,748.19215 435.99927,748.17975 437.24702,749.82315 C 437.97392,750.78055 438.58296,753.01245 438.60046,754.78305 C 438.61795,756.55355 439.52254,759.71025 440.61065,761.79785 C 442.73502,765.87355 443.03221,772.48705 441.16078,774.04015 C 440.38175,774.68675 439.18074,774.04175 437.41351,772.02775 z "
style="fill:#0082c8;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2922" />
<path
id="16391-23"
d="M 510.95872,773.69145 C 509.21328,773.04285 506.96328,771.77405 505.95872,770.87195 C 504.95417,769.96975 502.21976,768.46995 499.88226,767.53915 C 497.54476,766.60825 495.63226,765.65605 495.63226,765.42315 C 495.63226,765.19015 496.2843,763.43905 497.08123,761.53175 C 498.65447,757.76645 500.91207,757.10205 503.66573,759.59415 C 506.79116,762.42255 511.03744,763.02105 513.70479,761.00915 C 515.91439,759.34245 516.26174,759.32355 517.87374,760.78235 C 518.84093,761.65765 519.63226,763.38025 519.63226,764.61045 C 519.63226,766.17625 520.4002,767.03975 522.19306,767.48975 C 524.37107,768.03635 524.7074,768.61315 524.44306,771.34815 C 524.14085,774.47495 523.99407,774.56805 519.13226,774.71735 C 516.38226,774.80175 512.70417,774.34005 510.95872,773.69145 z "
style="fill:#0082a0;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2920" />
<path
id="16124-23"
d="M 550.77762,772.71855 C 549.30079,771.14655 548.63226,769.15165 548.63226,766.31675 C 548.63226,763.14035 548.19511,762.05985 546.72069,761.59185 C 544.22426,760.79955 542.63467,751.31045 544.77156,749.95655 C 546.87,748.62705 550.63492,748.90715 551.22179,750.43655 C 551.51151,751.19155 553.95681,753.01115 556.6558,754.48015 C 561.30087,757.00825 561.72252,757.06855 564.54799,755.60745 C 568.44488,753.59225 568.91913,753.65925 567.64244,756.04485 C 567.05933,757.13435 566.256,761.29685 565.85725,765.29485 L 565.13226,772.56385 L 560.13226,773.08165 C 557.38226,773.36645 554.63517,773.91505 554.02762,774.30085 C 553.42007,774.68655 551.95757,773.97455 550.77762,772.71855 z "
style="fill:#00283c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2918" />
<path
id="16304-23"
d="M 475.07297,770.59945 C 474.71551,768.69405 473.76545,766.58935 472.96172,765.92225 C 472.15799,765.25525 470.8435,763.43925 470.04064,761.88665 C 469.23778,760.33415 467.86236,759.06385 466.98414,759.06385 C 465.73327,759.06385 465.63762,758.76225 466.54257,757.67185 C 468.27275,755.58715 471.66303,754.98045 472.30042,756.64145 C 472.65618,757.56855 474.3554,758.06385 477.18023,758.06385 C 482.42258,758.06385 483.55138,759.45655 480.73703,762.45235 C 479.57941,763.68455 478.62612,765.78875 478.61861,767.12825 C 478.59945,770.54435 477.55528,774.06385 476.56094,774.06385 C 476.10001,774.06385 475.43042,772.50485 475.07297,770.59945 z "
style="fill:#000a82;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2916" />
<path
id="16084-23"
d="M 479.3322,771.26285 C 480.07277,769.15905 483.68924,765.06385 484.80657,765.06385 C 486.3132,765.06385 485.66077,768.72935 483.88226,770.25685 C 481.00793,772.72545 478.63248,773.25075 479.3322,771.26285 z "
style="fill:#00a028;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2914" />
<path
id="16498-23"
d="M 543.13226,768.00375 C 541.48226,767.61695 536.75726,767.24105 532.63226,767.16845 C 522.2285,766.98545 520.72501,766.47355 521.07056,763.23255 C 521.4724,759.46355 528.1986,752.17865 533.29281,749.99505 C 535.67951,748.97195 537.63226,747.66895 537.63226,747.09935 C 537.63226,746.52985 538.25267,746.06385 539.01094,746.06385 C 540.76226,746.06385 542.33102,750.11315 543.16038,756.77455 C 543.64664,760.68015 544.28789,762.13715 545.72069,762.59185 C 546.89548,762.96475 547.63226,764.11345 547.63226,765.57225 C 547.63226,768.51375 546.92891,768.89385 543.13226,768.00375 z "
style="fill:#00b4c8;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2912" />
<path
id="16195-23"
d="M 447.13226,765.87765 C 444.42501,764.56645 442.52302,762.68465 441.24717,760.05505 C 439.27456,755.98945 439.44695,754.20125 442.69236,745.06385 C 443.37608,743.13885 444.09025,740.96975 444.2794,740.24365 C 445.0746,737.19125 448.94126,739.66495 451.81413,745.06385 C 453.42379,748.08885 456.08129,751.95065 457.71968,753.64565 C 461.27919,757.32815 460.93865,758.92995 455.45175,764.31385 C 453.34977,766.37635 451.51799,768.00785 451.38112,767.93945 C 451.24424,767.87105 449.33226,766.94325 447.13226,765.87765 z "
style="fill:#00aa50;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2910" />
<path
id="16247-23"
d="M 479.63226,766.37385 C 479.63226,765.82385 480.55288,764.54065 481.67808,763.52235 C 482.80328,762.50405 483.6352,760.74685 483.52678,759.61735 C 483.41837,758.48795 483.88354,756.21385 484.56051,754.56385 C 485.25269,752.87675 485.53255,749.92265 485.19999,747.81385 C 484.75301,744.97945 484.95163,744.06385 486.01345,744.06385 C 486.78611,744.06385 487.6773,744.73885 487.99389,745.56385 C 488.31047,746.38885 489.4522,747.06385 490.53107,747.06385 C 492.26581,747.06385 492.38562,747.43705 491.56714,750.29085 C 491.0581,752.06575 490.89484,754.31575 491.20433,755.29085 C 492.15151,758.27515 490.81767,760.51345 486.88803,762.53375 C 484.82236,763.59585 482.34476,765.11925 481.38226,765.91925 C 480.41976,766.71925 479.63226,766.92385 479.63226,766.37385 z "
style="fill:#00be64;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2908" />
<path
id="16291-23"
d="M 486.63226,765.62285 C 486.63226,763.85105 487.98678,762.95855 491.21372,762.60435 C 494.18584,762.27805 495.24792,763.61705 493.59591,765.60765 C 491.99837,767.53255 486.63226,767.54425 486.63226,765.62285 z "
style="fill:#008278;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2906" />
<path
id="16418-23"
d="M 414.01283,764.62815 C 412.52893,763.58155 411.74062,761.69855 411.38391,758.34855 C 411.10369,755.71695 410.54679,752.77635 410.14635,751.81385 C 409.59123,750.47955 409.9052,750.06385 411.46811,750.06385 C 412.59552,750.06385 415.11866,749.11935 417.0751,747.96505 C 420.13472,746.15985 420.6273,745.35555 420.59682,742.21505 C 420.57734,740.20685 419.91828,737.43885 419.13226,736.06385 C 416.98512,732.30775 417.29081,730.58365 420.13297,730.41965 C 421.572,730.33655 422.63226,730.81835 422.63226,731.55535 C 422.63226,732.25925 423.30449,734.12415 424.1261,735.69955 C 425.8635,739.03085 426.04669,742.42095 424.63212,745.06415 C 423.98962,746.26465 423.97024,747.82255 424.57792,749.42085 C 425.28857,751.29005 425.15066,752.21865 424.02346,753.15415 C 421.41013,755.32295 420.37832,758.05295 421.61066,759.53785 C 422.4936,760.60165 422.10158,761.02145 419.74094,761.53995 C 417.83993,761.95745 416.64102,762.90985 416.44315,764.15945 C 416.15851,765.95715 415.95331,765.99675 414.01283,764.62815 z "
style="fill:#0082aa;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2904" />
<path
id="16220-23"
d="M 425.87414,762.36925 C 422.067,757.56235 421.97572,756.96795 424.67014,754.52955 C 426.14847,753.19165 426.54626,751.94875 426.11888,750.00295 C 425.43948,746.90965 426.42937,742.06385 427.74067,742.06385 C 428.23104,742.06385 428.63226,743.31365 428.63226,744.84135 C 428.63226,746.36895 429.20591,748.50645 429.90704,749.59135 C 430.89468,751.11955 430.94917,753.24175 430.14893,759.01315 L 429.11603,766.46245 L 425.87414,762.36925 z "
style="fill:#00aa5a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2902" />
<path
id="16477-23"
d="M 493.77649,760.73765 C 492.2512,758.89975 492.01359,750.28245 493.44864,748.84745 C 494.21252,748.08355 494.70144,748.60825 495.14611,750.66915 C 495.48962,752.26125 496.13987,754.48845 496.5911,755.61865 C 497.09232,756.87395 496.94035,758.55395 496.2005,759.93635 C 495.16256,761.87575 494.81609,761.99025 493.77649,760.73765 z "
style="fill:#00dcbe;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2900" />
<path
id="16469-23"
d="M 505.35939,759.06385 C 503.96097,757.96385 502.30945,757.06385 501.68935,757.06385 C 500.89498,757.06385 500.85972,756.50735 501.57001,755.18015 C 502.44628,753.54285 503.61372,753.32915 510.49588,753.54685 C 519.71254,753.83835 523.45275,755.55945 521.29178,758.51475 C 520.18356,760.03035 519.67635,760.10835 517.9476,759.02865 C 516.24915,757.96795 515.51653,758.03145 513.54851,759.40995 C 510.44874,761.58105 508.45232,761.49675 505.35939,759.06385 z "
style="fill:#008cbe;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2898" />
<path
id="16479-23"
d="M 473.27063,755.56385 C 472.95405,754.73885 472.03842,754.06385 471.2359,754.06385 C 470.06063,754.06385 469.88684,752.94525 470.34257,748.31385 C 470.98025,741.83335 471.02024,741.74485 473.40263,741.54385 C 474.35393,741.46355 476.08204,741.08725 477.24288,740.70765 C 478.6222,740.25665 480.12634,740.64335 481.58396,741.82365 C 484.68589,744.33545 485.08946,753.52055 482.19113,755.64265 C 479.60287,757.53765 474.0091,757.48825 473.27063,755.56385 z "
style="fill:#00f0be;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2896" />
<path
id="16244-23"
d="M 458.88269,752.81385 C 457.15464,751.02635 454.42419,747.08885 452.81502,744.06385 C 450.37219,739.47165 449.39069,738.51345 446.86884,738.25855 C 444.432,738.01225 443.94668,737.57745 444.35697,736.00855 C 444.73358,734.56835 445.73841,734.06385 448.22984,734.06385 C 450.88886,734.06385 451.71303,733.59025 452.1612,731.80455 C 452.47307,730.56195 454.05664,728.78285 455.68025,727.85105 C 457.30385,726.91925 458.63226,725.40065 458.63226,724.47635 C 458.63226,721.66825 460.88974,715.06385 461.84956,715.06385 C 462.34497,715.06385 462.44958,715.55045 462.08204,716.14505 C 461.7145,716.73975 462.59778,718.46215 464.0449,719.97265 L 466.67601,722.71895 L 463.05836,727.45685 C 459.73599,731.80805 459.56862,732.33605 461.00774,733.92625 C 461.91271,734.92625 462.98505,739.01785 463.5459,743.61075 C 464.08003,747.98495 464.82045,752.57635 465.19128,753.81385 C 466.23018,757.28075 462.65283,756.71365 458.88269,752.81385 z "
style="fill:#00a064;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2894" />
<path
id="16251-23"
d="M 497.31969,754.69165 C 497.03009,753.93695 496.48441,751.26075 496.10707,748.74445 C 495.53492,744.92905 495.79117,743.64935 497.65022,741.03865 C 498.8763,739.31675 500.83633,737.55345 502.00586,737.12015 C 503.85186,736.43635 504.56537,737.10045 507.41672,742.15655 C 510.28757,747.24715 510.53943,748.24695 509.41672,750.09565 C 508.41757,751.74095 507.43763,752.10175 505.00505,751.72015 C 502.41975,751.31445 501.68699,751.64825 500.77649,753.64665 C 499.5494,756.33985 498.11817,756.77245 497.31969,754.69165 z "
style="fill:#00e664;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2892" />
<path
id="16243-23"
d="M 465.81927,750.81385 C 465.22917,748.47635 464.48202,743.89345 464.15894,740.62965 C 463.83585,737.36595 463.09462,734.12095 462.51177,733.41865 C 460.7937,731.34855 467.25521,723.06385 470.58787,723.06385 C 472.91167,723.06385 473.18348,723.42745 473.01707,726.31385 C 472.91402,728.10135 472.32458,731.81385 471.70721,734.56385 C 470.60709,739.46415 468.72963,751.34395 468.66498,753.81385 C 468.59094,756.64245 466.81917,754.77465 465.81927,750.81385 z "
style="fill:#00960a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2890" />
<path
id="16261-23"
d="M 519.44568,753.25285 C 516.47624,751.45325 513.82823,743.77955 515.46387,741.71395 C 515.96476,741.08135 516.96763,738.20135 517.69247,735.31385 C 519.11238,729.65745 519.67302,729.35475 525.58811,731.05115 C 530.0217,732.32265 537.63226,739.72895 537.63226,742.77205 C 537.63226,745.34505 534.40204,749.06385 532.16706,749.06385 C 531.36119,749.06385 529.16429,750.41385 527.28504,752.06385 C 523.42062,755.45685 523.15015,755.49785 519.44568,753.25285 z "
style="fill:#00506e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2888" />
<path
id="16280-23"
d="M 556.64994,752.93355 C 554.73467,751.76595 552.66566,750.12415 552.05215,749.28515 C 551.23161,748.16305 549.83883,747.90695 546.78447,748.31655 C 544.50075,748.62285 542.63226,748.48385 542.63226,748.00765 C 542.63226,747.53135 541.6749,746.24985 540.5048,745.15975 C 538.85451,743.62225 538.5395,742.54815 539.10032,740.37075 C 539.49795,738.82695 540.04453,735.48875 540.31493,732.95265 L 540.80656,728.34145 L 546.46941,727.16155 C 549.58398,726.51265 553.93226,725.49205 556.13226,724.89355 C 558.33226,724.29515 563.24654,723.59865 567.05289,723.34595 C 570.85924,723.09315 574.92662,722.26185 576.09151,721.49855 C 578.10798,720.17735 578.27184,720.33735 579.51007,724.83735 C 580.97236,730.15155 581.13856,730.57245 583.15344,734.06385 C 584.49614,736.39045 584.41956,736.69425 582.04911,738.44465 C 580.64822,739.47915 577.73336,742.71965 575.57164,745.64585 C 572.84741,749.33355 570.21989,751.59495 567.00964,753.01505 C 561.27748,755.55065 560.93873,755.54795 556.64994,752.93355 z "
style="fill:#001478;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2886" />
<path
id="16333-23"
d="M 367.1469,749.41575 C 366.79574,746.74715 366.08629,742.40415 365.57034,739.76465 C 364.33055,733.42185 364.38707,729.61425 365.79055,724.92985 C 367.20446,720.21065 368.39984,719.96745 368.8189,724.31385 C 369.01544,726.35225 369.62117,727.46295 370.44372,727.29335 C 371.16503,727.14455 374.03306,727.69935 376.81713,728.52605 C 379.6012,729.35285 382.21303,729.82295 382.62119,729.57065 C 383.66149,728.92775 395.8369,731.56775 398.5651,733.02785 C 400.26542,733.93785 400.65457,734.76795 400.14577,736.39945 C 399.77453,737.58985 399.25482,739.68885 398.99085,741.06385 C 397.67597,747.91295 397.59504,748.06385 395.23533,748.06385 C 393.93798,748.06385 391.13405,748.80085 389.00438,749.70165 C 386.87472,750.60245 382.43226,751.69665 379.13226,752.13315 C 375.83226,752.56965 371.92921,753.22845 370.45882,753.59725 C 367.89095,754.24125 367.76017,754.07615 367.1469,749.41575 z "
style="fill:#00328c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2884" />
<path
id="16501-23"
d="M 509.63226,752.55025 C 509.63226,752.26785 510.19074,751.14245 510.87333,750.04945 C 511.94017,748.34115 511.5676,747.04105 508.21959,740.78925 C 504.99859,734.77455 504.44043,732.91495 504.99324,730.04005 C 505.36088,728.12815 506.02854,725.98605 506.47692,725.27995 C 507.56238,723.57055 510.30748,724.71385 510.94183,727.13965 C 511.2512,728.32265 512.65241,729.31785 514.54037,729.69545 C 516.24091,730.03555 517.63226,730.64045 517.63226,731.03965 C 517.63226,732.15205 515.59569,738.29735 514.41296,740.75385 C 513.67015,742.29655 513.67974,744.20935 514.44538,747.22575 C 515.26825,750.46755 515.24077,751.69285 514.33225,752.27045 C 512.97471,753.13335 509.63226,753.33235 509.63226,752.55025 z "
style="fill:#00d2c8;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2882" />
<path
id="16472-23"
d="M 430.71775,748.22355 C 430.12073,747.10805 429.63226,745.02665 429.63226,743.59815 C 429.63226,742.16975 428.98476,740.75255 428.19337,740.44895 C 427.40198,740.14525 426.46735,738.58955 426.11643,736.99175 C 425.76551,735.39405 425.06301,733.83005 424.55532,733.51625 C 424.04764,733.20255 423.66779,731.73485 423.71121,730.25485 C 423.75463,728.77475 424.01651,728.12445 424.29317,728.80975 C 424.56983,729.49495 427.23579,730.76485 430.21753,731.63165 C 435.73518,733.23565 438.11816,735.63405 437.02492,738.48295 C 436.66727,739.41495 437.07279,740.29565 438.02851,740.66235 C 438.91057,741.00085 439.63226,741.86715 439.63226,742.58745 C 439.63226,743.30785 440.14468,744.06795 440.77096,744.27675 C 441.57391,744.54435 441.46469,745.50555 440.40057,747.53645 L 438.89148,750.41675 L 437.67638,748.14625 L 436.46128,745.87585 L 434.13226,748.06385 C 431.80867,750.24675 431.80071,750.24715 430.71775,748.22355 z "
style="fill:#00aabe;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2880" />
<path
id="16369-23"
d="M 408.00843,748.03995 C 407.44533,747.47695 405.42085,746.95735 403.5096,746.88555 C 399.51612,746.73545 398.8675,744.92405 400.70196,739.04465 C 401.20106,737.44505 400.90958,734.16563 401.58621,733.67194 C 402.26285,733.17825 403.90762,735.4703 405.66396,735.42425 C 407.78915,735.36855 411.03747,734.43225 412.88246,733.34375 L 416.23699,731.36445 L 417.52015,734.96415 C 418.22589,736.94395 419.03103,739.95755 419.30935,741.66105 C 419.75556,744.39205 419.38396,745.01275 416.16667,746.91105 C 412.177,749.26495 409.59125,749.62285 408.00843,748.03995 z "
style="fill:#00a096;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2878"
sodipodi:nodetypes="csssscccssc" />
<path
id="16374-23"
d="M 491.63226,746.07085 C 489.22305,745.48725 489.13847,745.19465 489.30314,738.01455 L 489.47402,730.56385 L 493.7436,726.87255 C 496.09187,724.84235 498.39025,723.41425 498.85112,723.69905 C 499.31198,723.98395 501.74298,721.93255 504.25333,719.14045 C 508.61543,714.28865 510.63226,712.97725 510.63226,714.99245 C 510.63226,715.50315 509.90723,716.64595 509.02108,717.53215 C 506.84105,719.71215 503.63226,728.38625 503.63226,732.09935 C 503.63226,734.35445 503.03242,735.34135 501.2498,736.01915 C 498.56007,737.04175 495.01004,741.56085 494.48286,744.63325 C 494.20378,746.25975 493.62229,746.55295 491.63226,746.07085 z "
style="fill:#00d296;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2876" />
<path
id="15989-23"
d="M 440.63226,741.56385 C 440.63226,740.73885 440.18226,740.06385 439.63226,740.06385 C 439.08226,740.06385 438.63226,739.13425 438.63226,737.99805 C 438.63226,734.23235 436.65763,732.09905 432.11292,730.95465 C 429.66222,730.33755 427.89244,729.45185 428.18008,728.98645 C 428.46772,728.52105 429.80822,728.56045 431.15898,729.07395 C 433.91669,730.12245 436.63226,729.43945 436.63226,727.69735 C 436.63226,726.29125 440.17844,723.94335 441.02445,724.78935 C 441.35874,725.12365 441.63226,726.19975 441.63226,727.18085 C 441.63226,728.16185 442.3874,729.38705 443.31035,729.90355 C 444.87974,730.78185 444.87807,731.13165 443.28455,735.30425 C 442.34741,737.75805 441.86542,740.50785 442.21345,741.41485 C 442.56649,742.33485 442.35686,743.06385 441.73925,743.06385 C 441.1304,743.06385 440.63226,742.38885 440.63226,741.56385 z "
style="fill:#00e600;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2874" />
<path
id="16282-23"
d="M 482.19644,740.59215 C 480.0152,738.80915 478.81122,738.43285 477.51218,739.12805 C 476.55054,739.64275 474.89226,740.06385 473.82711,740.06385 C 472.0426,740.06385 471.96928,739.69075 472.89366,735.31385 C 473.44541,732.70135 474.01887,729.04225 474.16801,727.18255 C 474.5113,722.90195 476.111,721.84465 481.13226,722.57945 C 485.48704,723.21665 490.18992,727.67005 488.57483,729.62705 C 488.09223,730.21185 487.9441,732.23685 488.24565,734.12705 C 488.79715,737.58405 487.34923,743.09485 485.90701,743.02785 C 485.4809,743.00805 483.81114,741.91205 482.19644,740.59215 z "
style="fill:#002878;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2872" />
<path
id="16185-23"
d="M 533.62278,734.55405 C 529.99105,730.80705 525.48204,729.07845 519.31652,729.06945 C 514.88539,729.06295 511.63226,727.59245 511.63226,725.59605 C 511.63226,724.82745 510.73226,723.91295 509.63226,723.56385 C 507.10681,722.76225 507.12042,721.96005 509.71013,718.97405 C 511.07531,717.39995 511.64824,715.62605 511.38053,713.80205 C 511.15643,712.27515 511.54464,710.55155 512.24323,709.97175 C 512.94181,709.39195 513.24992,708.23105 512.92791,707.39195 C 512.06127,705.13345 529.49058,687.58365 534.8297,685.33875 C 540.13271,683.10905 541.38045,683.61385 542.17392,688.31045 C 542.56852,690.64605 543.67374,693.10505 544.62996,693.77475 C 545.74427,694.55525 546.20472,695.84955 545.91229,697.37925 C 545.66135,698.69205 545.93465,701.49945 546.51963,703.61805 C 547.51564,707.22535 547.36775,707.74675 544.19296,711.82175 C 541.11671,715.77025 540.74391,716.97875 540.16825,724.86855 C 539.42548,735.04865 538.88647,738.06385 537.80937,738.06385 C 537.37775,738.06385 535.49378,736.48445 533.62278,734.55405 z "
style="fill:#004650;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2870" />
<path
id="16514-23"
d="M 599.73662,735.51175 L 596.34098,734.03785 L 596.98139,726.46185 C 597.34727,722.13345 597.1293,715.90355 596.47291,711.92895 C 595.14109,703.86445 595.4594,703.26415 601.80183,701.87895 C 607.09071,700.72375 607.62687,700.71325 615.13226,701.61735 C 624.25351,702.71615 629.41218,705.76295 627.64886,709.00995 C 626.38867,711.33045 617.80074,720.06385 616.77905,720.06385 C 616.29127,720.06385 615.32197,722.10045 614.62505,724.58955 C 613.92812,727.07875 612.96964,729.35535 612.49509,729.64865 C 612.02053,729.94185 611.63226,730.98555 611.63226,731.96785 C 611.63226,734.43625 608.46418,737.07175 605.55352,737.02465 C 604.22183,737.00315 601.60422,736.32235 599.73662,735.51175 z "
style="fill:#005ad2;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2868" />
<path
id="16213-23"
d="M 404.14468,734.24295 C 403.7378,733.83605 416.29648,720.01434 413.79785,720.96381 C 412.50192,721.45626 418.5291,720.24871 418.56428,719.41003 C 418.60085,718.53827 420.75981,718.75955 421.10992,717.16555 C 421.46004,715.57145 422.5083,714.04755 423.43938,713.77895 C 424.37046,713.51045 425.91976,712.96655 426.88226,712.57025 C 428.32657,711.97565 428.63226,712.38905 428.63226,714.93665 C 428.63226,722.10235 423.7019,729.06385 418.62695,729.06385 C 417.48533,729.06385 415.332,729.96395 413.84177,731.06405 C 410.75736,733.34105 405.09801,735.19625 404.14468,734.24295 z "
style="fill:#00645a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2866"
sodipodi:nodetypes="cssssssssc" />
<path
id="16018-23"
d="M 583.38226,731.59435 C 582.41976,730.27065 581.62548,728.59725 581.6172,727.87575 C 581.60892,727.15415 580.95367,724.76385 580.1611,722.56385 C 578.05432,716.71595 578.20906,714.06385 580.65701,714.06385 C 581.95774,714.06385 583.03788,713.08045 583.67765,711.31385 C 584.22538,709.80135 585.07884,707.66385 585.57422,706.56385 C 586.0696,705.46385 586.715,701.56265 587.00843,697.89455 C 587.50749,691.65585 587.35533,690.99035 584.65169,687.58825 C 583.06205,685.58795 581.61988,683.58615 581.44685,683.13975 C 580.91607,681.77045 576.63226,680.80565 576.63226,682.05545 C 576.63226,683.84755 574.59787,682.10355 573.58708,679.44495 C 572.99379,677.88455 571.59821,676.80705 569.67119,676.42165 C 564.87873,675.46315 563.99687,673.55715 567.04065,670.73635 C 568.46604,669.41535 569.63226,667.86635 569.63226,667.29415 C 569.63226,666.01405 561.36187,661.06385 559.22324,661.06385 C 558.35053,661.06385 557.39091,659.85935 557.03234,658.31385 C 556.68143,656.80135 555.81147,654.62605 555.09909,653.47995 C 553.22019,650.45705 555.04435,642.38515 557.80437,641.50915 C 558.92044,641.15495 560.26949,641.30105 560.80227,641.83385 C 561.33505,642.36665 563.75788,642.57855 566.18636,642.30485 C 570.14121,641.85905 570.69434,642.05525 571.48936,644.18555 C 571.99812,645.54875 572.00463,647.55195 571.50461,648.87895 C 569.71538,653.62735 570.47132,658.11105 573.54522,660.98255 C 575.14735,662.47915 576.939,665.48925 577.52668,667.67175 C 578.38773,670.86945 579.21327,671.82655 581.77887,672.60185 C 583.5299,673.13095 585.43465,674.46385 586.01165,675.56385 C 586.58865,676.66385 588.29925,679.41645 589.813,681.68065 C 591.32674,683.94495 592.30787,686.05485 591.99327,686.36945 C 591.67867,686.68405 591.25478,689.27455 591.05129,692.12605 C 590.76335,696.16105 591.11937,697.86765 592.65678,699.82215 C 593.76527,701.23135 594.65137,703.92015 594.67581,705.94865 C 594.69976,707.93705 595.11857,711.58885 595.6065,714.06385 C 596.09442,716.53885 596.23313,722.05135 595.91473,726.31385 L 595.33583,734.06385 L 590.23404,734.03245 C 586.0166,734.00645 584.82892,733.58385 583.38226,731.59435 z "
style="fill:#001414;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2864" />
<path
id="16058-23"
d="M 398.63226,731.65165 C 397.25726,730.91905 394.00014,730.01025 391.39421,729.63225 C 388.78828,729.25415 385.97401,728.26275 385.14028,727.42905 C 383.79015,726.07885 383.78884,725.67835 385.12834,723.76595 C 385.95549,722.58505 386.63226,720.36895 386.63226,718.84135 C 386.63226,717.19195 387.17439,716.06385 387.96696,716.06385 C 388.70105,716.06385 390.50452,714.71385 391.97468,713.06385 C 393.44483,711.41385 395.03926,710.06385 395.51785,710.06385 C 397.94377,710.06385 403.53674,713.26915 404.99542,715.49535 C 405.90604,716.88515 408.10936,718.76375 409.89168,719.67025 C 411.674,720.57655 412.93227,722.25105 412.6524,722.32007 C 411.99159,722.48303 403.75095,733.01105 402.93991,732.99415 C 402.66491,732.98845 400.00726,732.38435 398.63226,731.65165 z "
style="fill:#00961e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
sodipodi:nodetypes="csssssssssssc"
inkscape:label="#path2862" />
<path
id="16232-23"
d="M 445.9401,731.13295 C 445.66239,730.07105 444.80452,728.96015 444.03372,728.66435 C 443.26292,728.36865 442.63226,727.36045 442.63226,726.42395 C 442.63226,725.48745 441.88752,723.89835 440.97727,722.89255 C 439.43729,721.19095 439.43729,720.93675 440.97727,719.23505 C 441.88752,718.22925 442.63915,716.54175 442.64757,715.48505 C 442.67566,711.96055 444.19146,710.98555 450.18028,710.63985 C 456.96404,710.24835 461.02676,711.62345 460.08356,713.99195 C 459.73927,714.85645 458.93439,717.78285 458.29492,720.49495 C 457.44202,724.11235 456.41238,725.84155 454.43025,726.98565 C 452.94414,727.84345 451.47307,729.56195 451.1612,730.80455 C 450.44753,733.64805 446.6601,733.88625 445.9401,731.13295 z "
style="fill:#002864;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2860" />
<path
id="16097-23"
d="M 373.88226,726.72245 C 370.16585,725.81065 369.63226,725.33455 369.63226,722.93075 C 369.63226,721.41885 369.18391,719.90475 368.63593,719.56615 C 368.00861,719.17845 368.20332,717.86025 369.16161,716.00705 C 369.99871,714.38825 370.33456,713.04965 369.90794,713.03245 C 368.02193,712.95595 365.26247,707.48505 365.48009,704.25365 C 365.72953,700.54975 370.02288,694.06385 372.22527,694.06385 C 372.97087,694.06385 374.28901,692.69455 375.15448,691.02085 C 376.68697,688.05735 380.03713,686.05735 383.44736,686.07015 C 385.48176,686.07775 388.42817,690.77865 390.65128,697.56385 C 391.55231,700.31385 393.05318,704.02635 393.98656,705.81385 C 394.91995,707.60135 395.22554,709.06385 394.66565,709.06385 C 394.10577,709.06385 392.44483,710.41385 390.97468,712.06385 C 389.50452,713.71385 387.70105,715.06385 386.96696,715.06385 C 386.17439,715.06385 385.63226,716.19195 385.63226,717.84135 C 385.63226,719.36895 384.91712,721.63985 384.04307,722.88775 C 383.16901,724.13555 382.70489,725.81075 383.01168,726.61025 C 383.66698,728.31785 380.54163,728.35625 373.88226,726.72245 z "
style="fill:#002832;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2858" />
<path
id="16083-23"
d="M 427.39292,724.56385 C 428.24709,722.91385 429.21288,719.08885 429.53911,716.06385 C 430.12351,710.64495 430.20909,710.52265 435.34091,707.77245 L 440.54957,704.98115 L 442.62663,707.05815 C 444.49437,708.92595 444.54893,709.29005 443.16797,710.67095 C 442.32333,711.51565 441.63226,713.24445 441.63226,714.51285 C 441.63226,715.78115 440.95726,717.37915 440.13226,718.06385 C 439.30726,718.74855 438.63226,720.39275 438.63226,721.71765 C 438.63226,723.04255 437.95726,724.38565 437.13226,724.70215 C 436.30726,725.01875 435.63226,725.88705 435.63226,726.63165 C 435.63226,727.61455 434.29052,727.92775 430.73607,727.77465 L 425.83989,727.56385 L 427.39292,724.56385 z "
style="fill:#009628;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2856" />
<path
id="16534-23"
d="M 488.08403,724.63055 C 486.88311,722.79775 486.66085,721.00875 487.18331,717.38055 C 487.95381,712.02985 489.97008,709.06385 492.83691,709.06385 C 495.26233,709.06385 500.33492,706.45585 500.83656,704.95095 C 501.08991,704.19085 501.81966,704.39405 502.97077,705.54515 C 504.63178,707.20625 504.81675,707.20685 506.63888,705.55785 C 507.69427,704.60275 509.24953,704.08675 510.09501,704.41115 C 512.06968,705.16895 512.07724,708.44965 510.10809,710.08385 C 509.2698,710.77965 508.75016,711.51505 508.95333,711.71825 C 509.49352,712.25845 499.51273,722.06385 498.42268,722.06385 C 497.91456,722.06385 496.02387,723.18885 494.22115,724.56385 C 490.19157,727.63735 490.05511,727.63885 488.08403,724.63055 z "
style="fill:#0014dc;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2854" />
<path
id="16041-23"
d="M 541.50787,726.60615 C 541.22192,726.32015 541.26595,723.91925 541.60572,721.27075 C 542.03518,717.92305 543.23997,715.19035 545.5582,712.30565 C 548.80576,708.26445 548.86238,708.03475 547.72474,703.51685 C 547.08225,700.96525 546.81351,698.06815 547.12754,697.07875 C 547.82282,694.88805 550.7478,693.98935 553.02842,695.26565 C 553.95255,695.78285 555.92896,695.94975 557.42046,695.63665 C 560.77349,694.93275 561.89062,695.68535 563.53675,699.75685 C 564.46268,702.04705 565.57519,703.03665 567.47142,703.25685 C 569.21064,703.45875 570.22125,704.24805 570.42526,705.56385 C 570.99229,709.22095 572.8612,711.90445 575.26044,712.50665 C 577.066,712.95985 577.63226,713.78615 577.63226,715.96785 C 577.63226,720.13615 574.12101,722.07725 566.93601,721.88095 C 563.74395,721.79365 560.07318,722.28995 558.77874,722.98365 C 557.48431,723.67745 553.88431,724.61405 550.77874,725.06515 C 547.67318,725.51615 544.43375,726.16445 543.58003,726.50565 C 542.7263,726.84685 541.79383,726.89205 541.50787,726.60615 z "
style="fill:#00e614;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2852" />
<path
id="16258-23"
d="M 465.93781,719.81385 C 464.81412,718.57635 463.59887,716.31345 463.23724,714.78515 C 462.78072,712.85575 461.44155,711.48935 458.85601,710.31475 C 453.84168,708.03685 453.87975,708.08725 456.00126,706.53595 C 457.59195,705.37285 458.21849,705.40185 460.24969,706.73275 C 461.5601,707.59135 462.63226,709.09395 462.63226,710.07185 C 462.63226,712.35125 465.51999,713.51995 466.2771,711.54695 C 466.64183,710.59655 468.20974,710.06385 470.64274,710.06385 L 474.43923,710.06385 L 474.78575,715.06985 C 474.97633,717.82305 474.98226,720.52305 474.79893,721.06985 C 474.15027,723.00415 468.04954,722.13945 465.93781,719.81385 z "
style="fill:#00326e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2850" />
<path
id="16442-23"
d="M 479.94889,721.34535 C 477.44979,721.03265 476.64028,720.36845 476.18288,718.25545 C 475.27967,714.08285 476.29674,701.17305 477.65788,699.53295 C 479.68945,697.08505 480.63226,697.86135 480.63226,701.98205 C 480.63226,706.84075 481.43959,709.06385 483.20407,709.06385 C 485.5184,709.06385 486.7882,712.84115 486.07428,717.60195 C 485.70627,720.05595 484.89377,721.99185 484.26872,721.90375 C 483.64367,721.81575 481.69974,721.56445 479.94889,721.34535 z "
style="fill:#0078b4;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2848" />
<path
id="16165-23"
d="M 411.13226,718.90585 C 410.03226,718.30235 407.44476,716.00915 405.38226,713.80985 C 401.6946,709.87755 400.66207,706.78145 402.63226,705.56385 C 403.18226,705.22395 403.63226,703.90235 403.63226,702.62695 C 403.63226,701.35155 404.30726,698.69255 405.13226,696.71805 C 405.95726,694.74355 406.63226,691.73705 406.63226,690.03695 C 406.63226,687.97125 407.01181,687.18035 407.77637,687.65295 C 408.40563,688.04185 410.19781,688.32365 411.759,688.27925 C 413.32018,688.23485 414.85689,688.61825 415.1739,689.13125 C 416.07623,690.59115 420.25432,690.22415 421.63226,688.56385 C 423.31166,686.54025 424.63226,686.67235 424.63226,688.86385 C 424.63226,691.06805 426.49744,693.05855 428.58226,693.07915 C 431.65653,693.10955 434.68399,693.37164 431.71626,698.07495 C 430.44916,700.08306 431.4076,702.47625 432.30546,704.28685 C 433.63371,706.96545 433.56984,707.05925 428.39401,710.02755 C 425.50005,711.68715 422.60551,713.04925 421.96172,713.05445 C 421.31792,713.05965 420.83724,717.64399 419.28284,718.14156 C 417.57281,718.68894 415.18208,721.12755 411.13226,718.90585 z "
style="fill:#007846;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
sodipodi:nodetypes="cssssssssssssssssc"
inkscape:label="#path2846" />
<path
id="16531-23"
d="M 577.06524,711.86955 C 572.33992,710.34415 571.26885,707.86725 572.6757,701.71855 C 573.32438,698.88345 574.52416,695.29455 575.34188,693.74335 C 576.1596,692.19205 576.58256,689.98175 576.28179,688.83165 C 575.60631,686.24855 577.19966,683.06385 579.16744,683.06385 C 579.97309,683.06385 580.63226,683.47935 580.63226,683.98705 C 580.63226,684.49495 581.85629,686.36505 583.35233,688.14305 C 585.7924,691.04285 586.04249,692.04175 585.78182,697.84625 C 585.62199,701.40505 585.07315,705.04735 584.56218,705.94035 C 584.0512,706.83325 583.19407,708.80135 582.65744,710.31385 C 581.59536,713.30735 581.55439,713.31875 577.06524,711.86955 z "
style="fill:#00f0d2;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2844" />
<path
id="16380-23"
d="M 463.63226,709.18585 C 463.63226,708.15285 462.66018,706.66235 461.47208,705.87345 C 459.32093,704.44515 459.3248,704.43385 462.39961,703.16015 C 464.83287,702.15235 465.61315,701.10575 466.081,698.22255 C 466.96879,692.75135 467.0405,686.53335 466.23092,685.22345 C 465.83674,684.58565 465.90078,684.06385 466.37324,684.06385 C 467.82513,684.06385 469.63226,686.36905 469.63226,688.22115 C 469.63226,689.18775 471.12098,691.16645 472.94052,692.61825 C 476.14755,695.17725 476.22629,695.41575 475.51353,700.41095 C 475.10913,703.24505 474.74541,706.35135 474.70526,707.31385 C 474.647,708.71045 473.7235,709.06385 470.13226,709.06385 C 467.65726,709.06385 465.63226,709.51385 465.63226,710.06385 C 465.63226,710.61385 465.18226,711.06385 464.63226,711.06385 C 464.08226,711.06385 463.63226,710.21875 463.63226,709.18585 z "
style="fill:#0014a0;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2842" />
<path
id="16074-23"
d="M 486.2872,709.60705 C 485.96151,708.75825 485.05405,708.06385 484.27063,708.06385 C 482.50507,708.06385 481.63226,705.91275 481.63226,701.56145 C 481.63226,698.66485 482.02952,698.13545 484.63226,697.56385 C 486.28226,697.20145 487.63226,696.29595 487.63226,695.55175 C 487.63226,693.24795 491.60408,692.65935 493.22381,694.72315 C 494.82062,696.75765 498.63226,704.06455 498.63226,705.09115 C 498.63226,705.97865 493.91971,708.06385 491.91395,708.06385 C 491.02063,708.06385 489.52241,708.75825 488.58456,709.60705 C 487.04763,710.99785 486.82094,710.99785 486.2872,709.60705 z "
style="fill:#003c28;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2840" />
<path
id="16530-23"
d="M 398.02179,709.29855 C 396.48364,708.28085 393.60473,702.52595 391.65128,696.56385 C 389.02659,688.55305 386.54578,685.07745 383.44736,685.07015 C 379.06389,685.05985 375.82864,686.78335 374.15448,690.02085 C 373.28901,691.69455 371.9481,693.06385 371.17467,693.06385 C 370.40125,693.06385 368.80716,694.41385 367.63226,696.06385 C 366.45736,697.71385 364.85171,699.06385 364.06417,699.06385 C 362.35732,699.06385 362.29423,698.56395 363.67538,695.98325 C 364.48692,694.46685 364.3677,693.89955 363.1384,693.42785 C 360.36798,692.36475 358.42211,687.26715 359.14758,682.97315 C 359.51084,680.82305 360.16972,679.06385 360.61175,679.06385 C 361.05378,679.06385 361.69838,677.93655 362.04418,676.55875 C 362.66077,674.10205 362.80777,674.06615 369.65259,674.70235 C 375.6941,675.26385 376.63226,675.13265 376.63226,673.72645 C 376.63226,672.82765 375.51551,671.82165 374.13226,671.47445 C 372.17797,670.98395 371.63226,670.20815 371.63226,667.92025 C 371.63226,666.31055 370.93281,663.92595 370.07792,662.62125 C 369.22304,661.31655 368.88554,660.02835 369.32792,659.75865 C 371.08426,658.68785 391.25922,660.86425 399.63226,663.02775 C 402.10726,663.66735 405.99955,664.65785 408.2818,665.22905 L 412.43133,666.26745 L 409.0318,676.36215 C 407.16205,681.91415 405.63226,687.73285 405.63226,689.29245 C 405.63226,690.85205 404.95726,693.74355 404.13226,695.71805 C 403.30726,697.69255 402.63226,700.35155 402.63226,701.62695 C 402.63226,702.90235 402.18226,704.22395 401.63226,704.56385 C 401.08226,704.90375 400.63226,706.28035 400.63226,707.62285 C 400.63226,710.13725 399.95076,710.57475 398.02179,709.29855 z "
style="fill:#00e6d2;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2838" />
<path
id="16255-23"
d="M 445.2878,707.78195 C 442.07476,705.02115 442.05678,704.76125 444.82032,701.02335 C 447.40113,697.53265 448.67374,697.34715 451.16418,700.09905 C 452.17722,701.21845 453.55972,701.92195 454.23641,701.66225 C 456.10716,700.94435 456.96957,704.29555 455.17284,705.30105 C 454.32552,705.77525 453.63226,706.76765 453.63226,707.50655 C 453.63226,708.85885 451.54667,710.06385 449.20601,710.06385 C 448.51154,710.06385 446.74835,709.03695 445.2878,707.78195 z "
style="fill:#00146e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2836" />
<path
id="16231-23"
d="M 629.98926,706.42085 C 626.71064,703.14225 620.85909,700.19175 618.73628,700.74685 C 617.61613,701.03985 614.47196,700.74505 611.74924,700.09185 C 608.54402,699.32295 606.15254,699.23595 604.96555,699.84495 C 603.95724,700.36235 601.50164,701.03565 599.50867,701.34135 C 596.3455,701.82645 595.60977,701.52465 593.71839,698.96645 C 591.66685,696.19165 591.63535,695.85955 593.12565,692.71905 C 594.02891,690.81555 596.14027,688.71515 598.08048,687.78995 C 599.93995,686.90315 601.73971,685.30065 602.07992,684.22875 C 602.90928,681.61565 606.56841,680.79195 609.32466,682.59795 C 612.39401,684.60905 614.91946,684.43485 616.37014,682.11195 C 617.47325,680.34555 617.84466,680.29265 620.27761,681.55485 C 621.75628,682.32205 623.90661,684.12915 625.05613,685.57085 C 626.54545,687.43855 628.29381,688.29355 631.13921,688.54535 C 639.58745,689.29315 641.82362,690.16525 641.24134,692.48525 C 640.87081,693.96155 641.35166,695.03205 642.78843,695.92925 C 644.51943,697.01035 644.78127,697.91625 644.33162,701.26865 C 643.63094,706.49255 642.76249,707.24885 636.8072,707.82105 C 632.88246,708.19815 631.4782,707.90975 629.98926,706.42085 z "
style="fill:#001e64;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2834" />
<path
id="16527-23"
d="M 433.57105,703.94945 C 432.88928,702.67555 432.03497,699.89615 433.099,697.43705 C 435.0502,692.92761 433.68489,693.02435 430.71781,692.43095 C 427.36086,691.75955 426.18578,690.64745 425.38988,687.38865 C 425.02815,685.90755 425.25816,685.36675 426.11071,685.69395 C 426.80438,685.96015 429.63185,683.28705 432.45049,679.70045 C 436.5148,674.52875 437.95961,673.33665 439.63325,673.77435 C 440.94004,674.11605 442.55682,673.56815 443.93029,672.31795 C 445.14137,671.21565 445.64279,668.68934 446.90916,668.03584 L 449.86548,669.02696 L 448.23351,671.90345 C 446.00663,675.43105 445.69805,677.11515 445.44268,687.13485 C 445.12913,699.43775 444.25918,701.65405 438.59362,704.58385 C 434.94625,706.46995 434.91806,706.46635 433.57105,703.94945 z "
style="fill:#00c8d2;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
sodipodi:nodetypes="cssssssscccssc"
inkscape:label="#path2832" />
<path
id="16242-23"
d="M 501.95881,703.43165 C 497.76028,701.69705 497.06957,700.34305 499.18873,698.00145 C 500.15255,696.93645 501.48155,693.92725 502.14207,691.31445 C 503.06976,687.64475 503.84492,686.48925 505.54879,686.23625 C 506.76196,686.05615 508.00019,685.26865 508.3004,684.48625 C 508.60061,683.70395 509.86799,683.06385 511.1168,683.06385 C 512.36562,683.06385 513.94757,682.38885 514.63226,681.56385 C 515.31695,680.73885 516.49705,680.06385 517.2547,680.06385 C 518.01236,680.06385 518.63226,679.58875 518.63226,679.00805 C 518.63226,678.42745 519.64476,679.12085 520.88226,680.54905 C 522.11976,681.97725 524.83042,683.72545 526.90595,684.43405 L 530.67964,685.72225 L 525.90595,690.29925 C 523.28042,692.81655 519.13164,696.92545 516.68644,699.42995 C 513.31044,702.88785 511.92798,703.72425 510.94144,702.90545 C 509.99693,702.12155 509.02669,702.22515 507.38727,703.28495 C 505.48594,704.51405 504.63453,704.53705 501.95881,703.43165 z "
style="fill:#008c64;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2830" />
<path
id="16366-23"
d="M 456.99389,701.56385 C 456.6773,700.73885 455.62153,700.06385 454.64772,700.06385 C 453.6739,700.06385 452.31695,699.38885 451.63226,698.56385 C 450.94757,697.73885 449.59495,697.06385 448.62645,697.06385 C 446.36849,697.06385 446.02713,695.30165 446.44717,685.81385 L 446.79027,678.06385 L 450.71126,678.06385 C 453.22882,678.06385 455.31168,678.74325 456.53044,679.96205 C 457.57444,681.00605 459.77868,682.15675 461.42875,682.51915 C 464.68384,683.23405 465.59575,685.12105 465.61861,691.18885 C 465.64271,697.58715 464.56643,700.77275 461.983,701.94985 C 458.72261,703.43545 457.68116,703.35485 456.99389,701.56385 z "
style="fill:#008296;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2828" />
<path
id="16533-23"
d="M 569.37434,701.94355 C 568.40748,701.40015 567.23579,701.19085 566.77057,701.47835 C 564.89638,702.63665 563.88101,697.54095 564.94806,692.33195 C 565.86839,687.83915 565.77647,686.88065 564.26517,685.21065 C 562.88403,683.68455 562.70287,682.57855 563.39892,679.92245 C 564.13457,677.11515 564.67736,676.62165 566.70565,676.91615 C 570.08891,677.40725 572.63226,678.90195 572.63226,680.39905 C 572.63226,681.09465 573.14037,682.17195 573.7614,682.79295 C 575.39236,684.42395 575.55105,690.80405 574.0111,692.83185 C 573.28772,693.78445 572.64993,695.68885 572.59378,697.06385 C 572.41516,701.43795 571.34931,703.05345 569.37434,701.94355 z "
style="fill:#000adc;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2826" />
<path
id="16181-23"
d="M 477.27661,696.54825 C 477.66952,695.52435 476.54244,693.82875 474.0041,691.62505 C 471.87459,689.77625 470.36946,688.01895 470.65937,687.71995 C 470.94929,687.42095 473.16136,687.61995 475.57509,688.16235 C 478.99075,688.92975 480.81824,688.80645 483.81822,687.60615 C 488.70886,685.64925 488.32334,685.56575 490.07969,688.96215 C 491.52367,691.75455 491.48803,691.88325 489.10537,692.48125 C 487.74516,692.82265 486.63226,693.76835 486.63226,694.58285 C 486.63226,695.96855 485.12512,696.48975 481.67382,696.29775 C 480.87168,696.25305 479.4193,696.64265 478.44632,697.16335 C 477.04631,697.91265 476.8023,697.78425 477.27661,696.54825 z "
style="fill:#001e50;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2824" />
<path
id="16342-23"
d="M 495.00713,694.78115 C 493.84166,693.01165 491.84767,689.65135 490.57604,687.31385 C 489.3044,684.97635 487.64528,683.06385 486.8891,683.06385 C 484.54821,683.06385 486.49554,681.25275 489.56019,680.57965 C 491.15793,680.22875 492.74253,679.21885 493.0815,678.33555 C 493.55125,677.11135 493.97542,677.00695 494.86504,677.89665 C 496.31836,679.34995 501.86975,679.42635 503.28361,678.01245 C 504.01874,677.27735 504.85368,677.75285 506.05959,679.59325 C 508.11742,682.73395 507.56748,684.78795 504.54879,685.23625 C 502.83886,685.49015 502.06852,686.64955 501.12191,690.39385 C 500.4503,693.05035 499.27651,695.84815 498.51349,696.61115 C 497.33039,697.79425 496.81422,697.52485 495.00713,694.78115 z "
style="fill:#008c8c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2822" />
<path
style="fill:#00aa1e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
d="M 325.71875,679.8125 C 324.14135,679.85266 322.74108,680.05975 321.375,680.40625 C 319.20821,680.95585 318.625,681.7016 318.625,683.875 C 318.625,685.3922 317.91868,687.62133 317.0625,688.84375 C 315.54273,691.01345 315.61655,691.06251 319.03125,691.0625 C 320.95498,691.0625 322.8067,691.52808 323.15625,692.09375 C 323.50581,692.65925 325.22336,693.73543 326.96875,694.5 C 331.14979,696.3314 333.39293,696.05807 332.72473,694.31678 C 332.62461,694.05587 331.92361,694.08183 332,693.8125 C 331.59019,693.61399 331.28125,693.11164 331.28125,692.53125 C 331.28125,692.46475 329.97855,691.81967 329.18322,690.88785 C 324.97598,685.9586 328.64078,688.01476 328.53853,684.98973 C 328.4477,682.30288 329.22134,684.94113 329.5,684.875 C 330.33597,684.67661 330.729,685.46472 331.46875,687.875 C 331.93243,689.38585 332.29008,691.1875 332.40625,691.1875 C 332.92286,691.18747 333.97566,691.7739 334.09246,692.37286 C 335.15535,691.70189 336.01183,691.0625 337.53125,691.0625 C 339.05014,691.0625 339.81799,690.05951 340.625,687.0625 C 341.6832,683.1326 343.06808,681.92298 343.84375,684.25 C 344.45934,686.0968 347.625,684.37161 347.625,682.1875 C 347.625,680.4688 347.24088,680.33372 344.375,681.125 C 342.32892,681.6899 339.08259,681.61777 335.625,680.9375 C 331.45871,680.11788 328.34775,679.74556 325.71875,679.8125 z "
id="16060-23"
sodipodi:nodetypes="cssssssscsssssscssssssc"
inkscape:label="#path2820" />
<path
id="16263-23"
d="M 553.63226,694.05515 C 552.80726,693.51185 551.00726,693.28345 549.63226,693.54745 C 546.09536,694.22665 543.99989,692.19925 543.17159,687.29665 C 542.47975,683.20165 541.82985,682.64855 537.88226,682.79515 C 535.98089,682.86585 536.34635,681.79935 539.73416,677.39145 C 542.71968,673.50695 543.15502,673.30805 551.33744,672.09075 C 559.35832,670.89745 559.94904,670.93615 561.78882,672.77595 C 563.62391,674.61105 563.64957,674.98505 562.22435,679.12175 C 560.79076,683.28275 560.81818,683.63285 562.73785,685.67625 C 564.35721,687.39995 564.62694,688.57525 564.07651,691.50935 C 563.536,694.39055 563.03583,695.03715 561.75972,694.50465 C 559.75047,693.66635 558.56505,693.65005 556.63226,694.43425 C 555.80726,694.76895 554.45726,694.59835 553.63226,694.05515 z "
style="fill:#00646e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2814" />
<path
id="15986-23"
d="M 592.75037,688.29505 C 593.71998,685.38895 593.54637,684.64005 591.18574,681.54505 C 589.72534,679.63035 589.00338,678.06385 589.58137,678.06385 C 590.15936,678.06385 590.63226,676.99395 590.63226,675.68625 C 590.63226,674.37865 591.29535,672.75835 592.1058,672.08575 C 592.91624,671.41315 593.85554,669.22055 594.19312,667.21335 C 595.36239,660.26095 595.51295,660.05835 599.44965,660.14275 C 601.47508,660.18615 602.56976,660.44865 601.88226,660.72615 C 600.33036,661.35235 600.21777,668.68965 601.74558,669.63385 C 602.3579,670.01225 603.75429,672.34615 604.84867,674.82015 C 606.87085,679.39165 606.37921,681.00415 602.94965,681.04855 C 602.29921,681.05695 601.47982,681.96875 601.12878,683.07475 C 600.77774,684.18085 599.05991,685.82495 597.31139,686.72845 C 595.56287,687.63195 593.57594,689.08955 592.896,689.96755 C 591.89912,691.25475 591.87092,690.93085 592.75037,688.29505 z "
style="fill:#00c800;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2812" />
<path
id="16297-23"
d="M 313.63226,686.67085 C 313.63226,685.35465 312.95726,684.01875 312.13226,683.70215 C 310.07,682.91085 310.26411,680.13965 312.63226,676.56385 L 314.61908,673.56385 L 314.62567,676.36345 C 314.62929,677.90325 315.32092,680.49485 316.16261,682.12255 C 317.31202,684.34525 317.42772,685.57745 316.62743,687.07285 C 315.17503,689.78665 313.63226,689.57965 313.63226,686.67085 z "
style="fill:#00be78;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2810" />
<path
id="16416-23"
d="M 416.13226,688.06385 C 415.79234,687.51385 413.99234,687.06385 412.13226,687.06385 C 410.27218,687.06385 408.46532,686.60275 408.11703,686.03915 C 407.16787,684.50345 413.61588,666.00735 415.32969,665.34965 C 416.14609,665.03645 418.28502,665.48155 420.08287,666.33885 C 423.23652,667.84275 423.50379,667.79695 427.66833,665.03995 C 430.97432,662.85125 432.41193,662.41075 433.80861,663.15825 C 435.59134,664.11235 435.83954,664.91565 435.95506,670.10545 C 436.02518,673.25575 428.07406,684.06385 425.68643,684.06385 C 424.74838,684.06385 422.92401,685.18885 421.63226,686.56385 C 419.16229,689.19295 417.16652,689.73725 416.13226,688.06385 z "
style="fill:#006eaa;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2808" />
<path
id="16215-23"
d="M 638.28389,688.38215 C 637.90896,688.00725 635.47146,687.57695 632.86723,687.42595 C 629.1446,687.21025 627.68195,686.58925 626.02604,684.52155 C 624.86761,683.07515 622.84261,681.35665 621.52604,680.70265 C 618.09891,679.00055 617.92463,675.41185 621.10773,672.08945 C 623.70426,669.37925 627.05752,668.55095 639.2455,667.60935 C 640.95778,667.47705 643.40563,666.63555 644.68517,665.73935 C 647.65942,663.65605 648.0589,664.13225 646.78238,668.23895 C 646.21396,670.06765 645.29936,674.03885 644.74994,677.06385 C 642.63395,688.71395 642.51644,689.06385 640.71947,689.06385 C 639.75484,689.06385 638.65883,688.75705 638.28389,688.38215 z "
style="fill:#00785a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2806" />
<path
id="16425-23"
d="M 476.38226,687.34245 C 474.86976,687.11615 473.63226,686.49115 473.63226,685.95355 C 473.63226,685.41595 473.06976,685.09455 472.38226,685.23925 C 470.11274,685.71705 467.98805,681.88741 468.49891,679.93391 C 468.89554,678.41711 474.45356,675.14405 474.97962,676.24455 C 476.51564,679.45765 478.20034,680.86985 482.61395,682.64405 L 487.9078,684.77215 L 485.02003,685.81575 C 480.03371,687.61765 479.20304,687.76445 476.38226,687.34245 z "
style="fill:#00c8aa;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2804"
sodipodi:nodetypes="csssscccc" />
<path
id="15984-23"
d="M 295.88226,683.71305 C 294.09476,683.12855 292.63226,682.31835 292.63226,681.91265 C 292.63226,681.50705 294.1612,679.50615 296.02991,677.46635 L 299.42756,673.75765 L 302.21152,675.94755 C 305.91395,678.85985 308.06766,682.04525 306.99799,683.02685 C 305.47411,684.42515 299.23723,684.81025 295.88226,683.71305 z "
style="fill:#00b400;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2802" />
<path
id="16387-23"
d="M 277.66785,682.54065 C 275.02993,681.06885 274.98872,681.11465 280.40869,679.48915 C 283.07195,678.69035 285.34035,670.88045 284.88894,664.06385 L 284.4585,657.56385 L 287.05178,661.27015 C 288.47808,663.30865 291.66718,666.36785 294.13866,668.06825 C 296.61014,669.76865 298.63011,671.47575 298.62748,671.86185 C 298.62485,672.24795 297.04985,674.27635 295.12748,676.36945 C 293.20511,678.46255 291.63226,680.55285 291.63226,681.01445 C 291.63226,681.47605 289.94476,682.07495 287.88226,682.34525 C 285.81976,682.61565 283.23226,683.07955 282.13226,683.37625 C 281.03226,683.67295 279.02328,683.29695 277.66785,682.54065 z "
style="fill:#005aa0;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2800" />
<path
id="16190-23"
d="M 524.84868,682.08305 C 523.04271,680.96615 521.30706,679.37995 520.99169,678.55815 C 520.14951,676.36345 517.90382,676.73105 514.84883,679.56385 C 511.299,682.85545 509.44971,682.71765 507.25245,678.99805 C 505.59113,676.18565 505.5733,675.78645 507.03684,674.16925 C 507.91432,673.19965 508.63226,671.93435 508.63226,671.35755 C 508.63226,670.78065 509.29535,669.75835 510.1058,669.08575 C 510.91624,668.41315 511.87242,666.30055 512.23064,664.39115 C 512.67938,661.99915 513.62061,660.63855 515.2571,660.01635 C 516.56344,659.51965 517.63226,658.44305 517.63226,657.62375 C 517.63226,656.80445 518.51378,655.66245 519.59118,655.08585 C 522.17189,653.70465 535.60302,638.19635 536.71487,635.31385 C 537.19221,634.07635 537.99141,633.06385 538.49088,633.06385 C 538.99034,633.06385 539.65043,632.10235 539.95773,630.92725 C 540.42075,629.15665 541.02838,628.89305 543.50518,629.38845 C 546.40721,629.96885 546.47858,629.89165 545.96529,626.72865 C 545.27402,622.46885 547.01558,621.05565 551.46959,622.26225 C 554.08455,622.97055 554.6501,623.53395 554.08237,624.86505 C 553.04059,627.30765 552.82838,636.08565 553.73262,639.33315 C 554.90455,643.54195 552.67968,654.06385 550.61779,654.06385 C 547.85347,654.06385 535.63226,666.00835 535.63226,668.71015 C 535.63226,670.00465 536.1144,671.06385 536.70369,671.06385 C 537.29297,671.06385 538.45439,671.74305 539.2846,672.57335 C 540.63058,673.91925 540.51453,674.41505 538.21317,677.15005 C 536.79367,678.83705 535.63226,680.85775 535.63226,681.64055 C 535.63226,682.42335 534.84476,683.06995 533.88226,683.07745 C 532.91976,683.08495 531.23226,683.32125 530.13226,683.60245 C 529.03226,683.88355 526.65465,683.19985 524.84868,682.08305 z "
style="fill:#007850;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2798" />
<path
id="16145-23"
d="M 610.45497,681.72495 C 609.53246,681.02355 607.6702,677.94545 606.31661,674.88475 C 604.96303,671.82405 603.35531,669.01065 602.7439,668.63285 C 602.1325,668.25495 601.63226,666.71935 601.63226,665.22045 C 601.63226,663.25275 602.46626,662.00235 604.63226,660.72295 C 607.73187,658.89195 607.93122,658.18675 607.65794,650.02025 C 607.46748,644.32865 610.82067,635.16405 614.25912,631.97855 L 616.86553,629.56385 L 616.29001,632.56385 C 615.97347,634.21385 615.59213,638.49265 615.44258,642.07235 C 615.218,647.44825 615.57717,649.23865 617.50645,652.36025 C 619.34997,655.34315 619.70028,656.92195 619.16869,659.85175 C 618.79825,661.89335 618.1885,666.93885 617.81371,671.06385 C 617.15916,678.26775 615.27312,683.09915 613.14171,683.03205 C 612.58651,683.01455 611.37748,682.42635 610.45497,681.72495 z "
style="fill:#00e63c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2796" />
<path
id="16039-23"
d="M 461.29145,681.35705 C 460.279,681.09585 458.5915,680.02305 457.54145,678.97305 C 456.22533,677.65685 454.22721,677.06385 451.10921,677.06385 L 446.58615,677.06385 L 448.31634,674.31385 C 449.26794,672.80135 451.07831,670.29185 452.33939,668.73705 C 453.60047,667.18245 454.63226,665.04495 454.63226,663.98705 C 454.63226,661.78815 456.35464,661.58135 461.88226,663.11645 L 465.63226,664.15785 L 465.63226,671.52905 C 465.63226,678.80255 465.03128,682.17445 463.77527,681.94785 C 463.42162,681.88405 462.30389,681.61815 461.29145,681.35705 z "
style="fill:#00d214;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2794" />
<path
id="16388-23"
d="M 239.03794,678.56045 C 237.14374,676.66625 236.07923,676.21685 235.30953,676.98655 C 233.67053,678.62555 232.63226,678.27985 232.63226,676.09525 C 232.63226,674.75615 233.11197,674.31065 234.13226,674.70215 C 234.95726,675.01875 235.63226,674.77965 235.63226,674.17085 C 235.63226,673.56195 236.92475,673.06385 238.50445,673.06385 C 241.09009,673.06385 241.44154,672.65795 242.02717,668.99565 C 242.38957,666.72935 243.73356,663.87165 245.06162,662.54355 C 246.37277,661.23245 247.97245,658.56305 248.61645,656.61175 C 249.60717,653.60985 250.24325,653.06385 252.74965,653.06385 C 254.37891,653.06385 257.49941,653.97575 259.6841,655.09025 L 263.65627,657.11675 L 262.05576,660.21175 C 261.06348,662.13065 260.67262,664.49565 261.02723,666.43535 C 261.91501,671.29125 260.65854,672.38365 255.00483,671.67135 C 249.44258,670.97065 246.83827,672.50345 245.13226,677.48215 C 243.77906,681.43115 242.18984,681.71235 239.03794,678.56045 z "
style="fill:#0064a0;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2792" />
<path
id="16076-23"
d="M 316.23222,679.46375 C 314.90178,675.99665 315.60447,672.20745 317.70126,671.54195 C 318.8392,671.18075 320.67173,669.46295 321.77353,667.72455 L 323.77681,664.56385 L 323.14647,667.71645 C 322.63414,670.27885 322.94309,671.16815 324.7967,672.46645 C 326.05101,673.34505 328.12449,674.06385 329.40443,674.06385 C 330.68436,674.06385 333.13247,674.78825 334.84467,675.67365 C 338.72102,677.67825 345.37987,676.97315 347.57576,674.32565 C 348.43183,673.29345 350.48226,671.90505 352.13226,671.24025 C 355.05111,670.06415 355.07816,670.07915 353.13226,671.79765 C 352.03226,672.76905 350.51567,674.76035 349.76205,676.22265 C 347.95259,679.73395 342.57497,681.12945 336.01097,679.79115 C 329.69074,678.50255 321.40824,678.57815 318.84888,679.94795 C 317.25687,680.79995 316.70584,680.69795 316.23222,679.46375 z "
style="fill:#005028;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2790" />
<path
id="16544-23"
d="M 478.54636,679.19535 C 476.07572,677.19475 475.44744,672.11965 477.01896,666.85735 C 477.73099,664.47315 477.51475,664.07245 475.20287,663.49215 C 473.04611,662.95085 472.79304,662.57505 473.78255,661.38275 C 474.44478,660.58485 476.27044,659.26805 477.83958,658.45665 C 480.38873,657.13835 480.86405,657.15275 482.30273,658.59145 C 483.18831,659.47705 484.98912,660.90675 486.30453,661.76865 C 488.46727,663.18575 488.55069,663.49645 487.17609,665.01545 C 486.34005,665.93925 485.36942,668.12805 485.01914,669.87945 C 484.66885,671.63085 483.92926,673.06385 483.37559,673.06385 C 482.77839,673.06385 482.58715,674.69085 482.90543,677.06385 C 483.51753,681.62735 482.29064,682.22725 478.54636,679.19535 z "
style="fill:#0078dc;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2788" />
<path
id="16458-23"
d="M 484.08856,677.86485 C 483.71705,676.17335 483.85571,674.53545 484.39974,674.18895 C 484.93943,673.84515 485.70431,672.07385 486.09948,670.25285 C 486.90748,666.52935 493.44519,661.06385 497.09117,661.06385 C 498.27853,661.06385 500.12351,660.40315 501.19113,659.59565 C 502.25875,658.78815 504.4903,658.11315 506.15013,658.09565 C 507.80995,658.07815 510.84745,656.92265 512.90013,655.52775 L 516.63226,652.99175 L 516.63226,655.55255 C 516.63226,657.32805 515.90388,658.39025 514.2571,659.01635 C 512.62061,659.63855 511.67938,660.99915 511.23064,663.39115 C 510.87242,665.30055 509.91624,667.41315 509.1058,668.08575 C 508.29535,668.75835 507.63226,669.84315 507.63226,670.49645 C 507.63226,672.41645 501.56339,678.06385 499.50003,678.06385 C 498.45783,678.06385 496.68382,677.50135 495.55779,676.81385 C 493.85991,675.77715 493.30748,675.83265 492.32136,677.13845 C 491.66735,678.00455 489.6982,679.20865 487.94545,679.81445 C 484.87567,680.87525 484.73404,680.80365 484.08856,677.86485 z "
style="fill:#001ebe;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2786" />
<path
id="16372-23"
d="M 269.80073,677.39285 C 268.24111,675.83685 265.83497,673.96265 264.45376,673.22785 C 260.70426,671.23315 261.77705,667.62315 266.70529,665.65125 C 269.38645,664.57855 271.16318,662.94945 272.50422,660.33425 C 275.11009,655.25245 278.8852,651.83995 281.00233,652.65235 C 282.36905,653.17675 282.45191,653.57625 281.44553,654.78885 C 280.4441,655.99545 280.52342,656.51105 281.86099,657.48915 C 284.11702,659.13875 284.42908,669.33345 282.37225,674.19175 C 280.6211,678.32805 280.32276,678.57335 275.88434,679.52525 C 273.14733,680.11225 272.19035,679.77685 269.80073,677.39285 z "
style="fill:#00be96;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2784" />
<path
id="16334-23"
d="M 303.70118,675.54165 C 299.63494,671.51535 299.36558,670.94455 300.42974,668.60895 C 301.30766,666.68215 302.33939,666.06385 304.67656,666.06385 C 306.37451,666.06385 308.67464,665.57635 309.78797,664.98045 C 311.81661,663.89485 320.36173,663.45995 321.29661,664.39485 C 322.29272,665.39095 319.49968,669.08105 316.62409,670.56805 C 315.0022,671.40675 312.65304,673.88295 311.40373,676.07075 C 310.15442,678.25845 308.90726,680.02165 308.63226,679.98885 C 308.35726,679.95605 306.13827,677.95485 303.70118,675.54165 z "
style="fill:#003c8c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2782" />
<path
id="16257-23"
d="M 466.3809,682.67114 C 466.03968,682.32994 466.63226,673.10555 466.63226,669.89715 L 466.63226,664.06385 L 470.05047,664.06385 C 476.04056,664.06385 476.45674,664.53745 475.11394,669.82585 C 474.16279,673.57195 472.64745,676.79397 470.02821,676.82586 C 467.92752,676.85143 466.72213,683.01244 466.3809,682.67114 z "
style="fill:#00286e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
sodipodi:nodetypes="ccccssc"
inkscape:label="#path2780" />
<path
id="16149-23"
d="M 587.11939,674.81385 C 586.57054,673.56285 584.68105,672.13675 582.86371,671.60185 C 580.19661,670.81685 579.39856,669.90965 578.52668,666.67175 C 577.939,664.48925 576.14735,661.47915 574.54522,659.98255 C 571.47947,657.11865 570.91224,654.08785 572.60751,649.62895 C 573.83608,646.39755 575.5077,646.26455 574.89942,649.44665 C 574.64889,650.75715 574.9363,652.13365 575.53809,652.50565 C 576.13988,652.87755 576.63226,654.51945 576.63226,656.15425 C 576.63226,658.12095 577.22432,659.30195 578.38226,659.64475 C 579.34476,659.92975 581.87703,661.08705 584.00952,662.21655 C 587.17425,663.89265 588.04436,664.02135 588.74421,662.91695 C 589.21579,662.17275 589.60853,661.27445 589.61695,660.92085 C 589.63868,660.00825 592.65848,658.96205 593.59688,659.54195 C 594.7629,660.26265 592.85932,669.15545 591.13,671.06635 C 590.30624,671.97655 589.63226,673.69835 589.63226,674.89255 C 589.63226,677.70985 588.37263,677.67035 587.11939,674.81385 z "
style="fill:#001446;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2778" />
<path
id="16300-23"
d="M 335.63226,674.61355 C 334.25726,673.80015 331.99489,673.11875 330.60477,673.09925 C 326.46178,673.04115 323.89597,670.62705 324.39117,667.25315 C 324.76345,664.71665 324.40727,664.18105 321.72658,663.24655 C 319.6795,662.53295 318.63226,661.50105 318.63226,660.19765 C 318.63226,657.06325 319.68792,655.14795 321.11387,655.69515 C 321.83772,655.97295 322.70092,655.76175 323.03209,655.22595 C 323.42055,654.59735 324.83034,654.61875 327.00486,655.28615 C 329.94732,656.18915 330.66032,656.03575 332.61762,654.07845 C 334.57693,652.11915 335.50038,651.92135 339.93855,652.51005 C 342.7319,652.88065 345.38071,653.40835 345.82481,653.68285 C 346.26891,653.95735 346.63226,656.14345 346.63226,658.54105 C 346.63226,664.66605 347.34661,665.91965 351.25484,666.65275 C 353.98271,667.16455 354.45593,667.57135 353.56798,668.64125 C 352.954,669.38105 351.47979,670.27675 350.29195,670.63155 C 349.10412,670.98645 347.44643,672.14065 346.60819,673.19655 C 344.57904,675.75245 338.81552,676.49655 335.63226,674.61355 z "
style="fill:#00dc78;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2776" />
<path
id="16311-23"
d="M 368.24937,671.67445 C 367.88593,670.22635 366.66135,669.03695 365.14097,668.65535 C 363.76118,668.30905 362.63226,667.58065 362.63226,667.03665 C 362.63226,666.49275 360.71976,666.11875 358.38226,666.20565 C 353.60069,666.38325 349.49458,665.34425 348.39757,663.67905 C 347.36174,662.10665 347.45028,654.06385 348.50343,654.06385 C 348.98257,654.06385 349.67062,651.83235 350.03242,649.10495 C 350.39422,646.37755 351.06907,643.91195 351.53209,643.62575 C 351.9951,643.33955 352.63857,641.78225 352.96201,640.16505 C 353.29662,638.49205 354.3767,636.96235 355.46788,636.61605 C 356.76165,636.20535 357.59145,634.72055 358.01805,632.05265 C 358.87261,626.70855 361.86876,624.70985 366.77011,626.21405 L 370.34161,627.31015 L 368.06159,634.49005 C 364.95518,644.27215 365.09946,656.81625 368.38226,662.37095 C 369.61976,664.46495 370.63226,667.41555 370.63226,668.92795 C 370.63226,670.99765 371.31243,671.94655 373.38226,672.76445 L 376.13226,673.85105 L 372.49067,673.95745 C 369.44231,674.04645 368.75138,673.67455 368.24937,671.67445 z "
style="fill:#005082;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2774" />
<path
id="16504-23"
d="M 438.36123,671.97195 C 437.38716,671.40485 436.858,670.50755 437.18532,669.97795 C 438.39065,668.02775 436.43253,662.92995 434.06346,661.85055 C 432.06539,660.94015 431.01227,661.20835 427.52603,663.51545 C 423.86381,665.93895 423.05936,666.12125 420.75131,665.05005 C 418.28232,663.90425 418.24685,663.79065 420.13226,663.06745 C 421.23226,662.64555 424.06257,660.17365 426.42183,657.57435 C 430.18367,653.42985 431.10573,652.90635 433.91653,653.31885 C 435.80877,653.59655 438.04789,653.18235 439.38286,652.30765 C 441.25337,651.08205 442.16139,651.04035 444.63816,652.06625 C 446.40075,652.79635 447.63226,654.04935 447.63226,655.11265 C 447.63226,656.10605 448.60292,659.04876 450.76999,659.37455 C 455.64074,660.1068 454.27939,666.04847 450.22073,668.03717 C 449.49712,668.39174 447.49914,666.44663 446.42844,667.01352 C 445.35773,667.58041 444.71187,669.8089 443.87753,670.51095 C 440.42611,673.41505 440.71062,673.33975 438.36123,671.97195 z "
style="fill:#00f0c8;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2772"
sodipodi:nodetypes="cssssssssssssssc" />
<path
id="16264-23"
d="M 539.63226,671.06385 C 539.63226,670.51385 538.95726,670.06385 538.13226,670.06385 C 537.30726,670.06385 536.63226,669.45465 536.63226,668.71015 C 536.63226,666.70655 549.32623,655.35545 552.17612,654.81075 C 554.31725,654.40135 554.76247,654.83365 555.66966,658.20275 C 556.30266,660.55345 557.30916,662.06385 558.24273,662.06385 C 559.0861,662.06385 561.78074,663.23865 564.23083,664.67445 L 568.68555,667.28515 L 566.09471,669.68625 C 563.82006,671.79425 563.26776,671.92195 561.56906,670.73215 C 559.9541,669.60095 558.51816,669.59295 552.88325,670.68365 C 544.70809,672.26595 539.63226,672.41165 539.63226,671.06385 z "
style="fill:#006e6e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2770" />
<path
id="16080-23"
d="M 618.92409,668.54145 C 619.22401,666.35375 619.8917,662.67275 620.40785,660.36145 C 621.21184,656.76115 621.02365,655.61495 619.09442,652.36145 C 617.04529,648.90575 616.86598,647.48335 617.10297,636.56385 C 617.41271,622.29265 617.97687,620.06385 621.27944,620.06385 C 622.7891,620.06385 624.85184,618.74445 626.78591,616.54165 C 629.57233,613.36805 630.23749,613.08385 633.50536,613.67065 C 638.33504,614.53795 642.63226,617.10965 642.63226,619.13265 C 642.63226,622.44915 637.61408,634.47335 635.16167,637.03315 C 633.77049,638.48525 632.63226,640.61645 632.63226,641.76925 C 632.63226,642.92205 631.51166,646.27245 630.14203,649.21455 C 628.7724,652.15665 627.6474,655.93825 627.64203,657.61805 C 627.63199,660.75575 623.37277,668.41385 620.17631,671.04145 C 618.48836,672.42905 618.41202,672.27665 618.92409,668.54145 z "
style="fill:#007828;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2768" />
<path
id="16433-23"
d="M 294.05525,666.25525 C 287.55703,661.54805 284.94161,656.06385 289.1949,656.06385 C 289.98944,656.06385 292.31871,655.16385 294.37108,654.06385 C 296.42344,652.96385 298.79668,652.06385 299.64494,652.06385 C 300.49321,652.06385 302.21492,651.34405 303.47097,650.46425 C 305.56414,648.99815 305.90218,648.99815 307.52222,650.46425 C 308.49436,651.34405 309.82646,652.06385 310.48244,652.06385 C 311.13842,652.06385 312.18378,653.18015 312.80546,654.54465 C 313.42713,655.90905 314.67105,657.25875 315.56973,657.54395 C 316.46841,657.82925 317.20369,658.94695 317.20369,660.02795 C 317.20369,662.02365 313.41665,663.44615 304.63226,664.75005 C 302.70726,665.03575 300.44011,666.14345 299.59416,667.21155 C 298.08806,669.11305 297.9728,669.09315 294.05525,666.25525 z "
style="fill:#001eb4;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2766" />
<path
id="16006-23"
d="M 626.55939,664.95165 C 627.69536,663.08835 628.63086,660.21385 628.63829,658.56385 C 628.64572,656.91385 629.7724,653.15665 631.14203,650.21455 C 632.51166,647.27245 633.63226,643.95685 633.63226,642.84655 C 633.63226,641.73625 634.90967,639.37295 636.47094,637.59475 C 638.03222,635.81655 640.37116,631.12375 641.66859,627.16615 C 643.97334,620.13605 644.05822,620.02915 645.36185,622.51725 C 646.84626,625.35035 649.1119,625.86225 649.99389,623.56385 C 650.31047,622.73885 651.3215,622.06385 652.24063,622.06385 C 653.15976,622.06385 654.49413,621.27635 655.2059,620.31385 C 656.40166,618.69685 656.76135,618.82725 659.93865,622.03035 C 663.07705,625.19415 663.28533,625.76165 662.32408,628.53035 C 661.74481,630.19875 660.01437,632.82375 658.47867,634.36365 C 656.94297,635.90355 654.90226,638.49105 653.94376,640.11365 C 652.98527,641.73625 651.89518,643.06385 651.52133,643.06385 C 651.14749,643.06385 651.56942,645.78015 652.45896,649.10005 C 654.35988,656.19475 654.04903,656.96585 647.17956,662.19635 C 644.23581,664.43775 640.82401,666.05455 638.27053,666.41815 C 635.99448,666.74225 631.96365,667.30715 629.31313,667.67345 L 624.494,668.33955 L 626.55939,664.95165 z "
style="fill:#00960a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2764" />
<path
id="16348-23"
d="M 261.636,664.81385 C 261.63805,664.12635 262.53079,662.10235 263.61986,660.31615 L 265.59999,657.06855 L 261.59485,654.54025 C 258.08968,652.32745 257.72536,651.75835 258.67639,649.98135 C 259.27408,648.86455 260.44694,647.68845 261.28277,647.36775 C 262.40185,646.93825 262.64154,645.92685 262.19205,643.53085 C 261.63777,640.57625 261.86335,640.17895 264.64555,639.20905 C 267.4782,638.22155 268.00607,638.42885 271.63957,641.95505 C 273.80114,644.05275 276.04972,647.03165 276.63641,648.57475 C 277.55633,650.99435 277.36992,651.73705 275.28185,653.97215 C 273.95016,655.39755 272.12345,658.02475 271.22252,659.81035 C 270.22134,661.79465 268.18543,663.64155 265.98623,664.56035 C 261.63762,666.37735 261.63132,666.37775 261.636,664.81385 z "
style="fill:#00c88c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2762" />
<path
id="16183-23"
d="M 407.13226,663.83245 C 404.93226,663.29415 401.02271,662.22605 398.44436,661.45885 C 395.86602,660.69155 392.60352,660.06385 391.19436,660.06385 C 387.994,660.06385 387.70604,656.99005 390.63226,654.06385 C 391.73226,652.96385 392.63226,650.76285 392.63226,649.17275 C 392.63226,647.27315 394.00415,644.62145 396.63226,641.44105 C 399.46249,638.01605 400.63226,635.66195 400.63226,633.39115 C 400.63226,631.62605 401.03125,629.93525 401.5189,629.63385 C 402.00655,629.33255 402.70899,627.46835 403.07989,625.49125 C 403.57964,622.82745 404.14802,622.04775 405.27504,622.48025 C 406.11148,622.80125 406.99517,623.06385 407.2388,623.06385 C 407.48243,623.06385 408.08053,624.11265 408.56791,625.39455 C 409.08573,626.75655 411.77622,628.93875 415.04079,630.64455 C 420.88038,633.69595 421.69611,635.23085 419.03882,638.16705 C 416.47663,640.99825 413.33342,656.76785 414.60452,660.41405 C 415.39936,662.69415 415.34801,663.62665 414.39424,664.23205 C 412.92665,665.16375 412.47113,665.13865 407.13226,663.83245 z "
style="fill:#003250;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2760" />
<path
id="16079-23"
d="M 415.77838,660.05315 C 414.61367,656.71205 417.57006,641.91585 419.93591,639.24545 C 420.75534,638.32055 421.59937,636.66385 421.81152,635.56385 C 422.16793,633.71585 422.87903,633.58475 431.16476,633.83905 C 442.52468,634.18775 442.92547,634.32625 441.51757,637.41615 C 440.68067,639.25295 440.76268,641.02195 441.85792,644.75815 L 443.30081,649.68035 L 439.48228,650.87205 C 437.38209,651.52755 434.28725,652.06385 432.60484,652.06385 C 430.22344,652.06385 428.54669,653.14865 425.03441,656.96145 C 419.39097,663.08795 417.10276,663.85225 415.77838,660.05315 z "
style="fill:#006e28;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2758" />
<path
id="16230-23"
d="M 468.51618,661.31385 C 469.01166,660.35135 469.90583,658.32635 470.50322,656.81385 C 471.12847,655.23075 472.34109,654.07735 473.36082,654.09565 C 475.22748,654.12915 479.77561,657.06385 477.96089,657.06385 C 477.3814,657.06385 475.20852,658.41385 473.13226,660.06385 C 468.87338,663.44835 467.18152,663.90655 468.51618,661.31385 z "
style="fill:#001464;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2756" />
<path
id="16178-23"
d="M 458.86572,661.35595 C 456.65106,660.93035 456.67967,660.82635 460.11572,656.81215 C 464.67354,651.48735 464.87136,647.18325 460.72796,643.49155 C 458.05885,641.11335 455.98345,637.06385 457.43372,637.06385 C 457.77154,637.06385 459.64661,638.62485 461.60054,640.53285 C 465.70517,644.54095 468.84432,644.44575 471.04449,640.24655 L 472.38911,637.68025 L 473.13261,641.06545 C 473.54153,642.92725 474.52067,645.09515 475.30847,645.88295 C 477.58647,648.16085 476.59488,652.37635 473.733,652.58045 C 471.14412,652.76515 468.63226,655.46105 468.63226,658.05495 C 468.63226,661.56045 465.47805,662.62655 458.86572,661.35595 z "
style="fill:#00fa46;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2754" />
<path
id="16508-23"
d="M 485.878,659.81385 C 481.68024,656.88615 480.80864,654.22505 483.36999,652.15665 C 484.45476,651.28055 485.63773,649.72605 485.9988,648.70205 C 486.67164,646.79385 487.37678,646.79075 495.09831,648.66115 C 497.46021,649.23325 505.43918,655.96705 504.39526,656.50725 C 500.41938,658.56455 491.06878,662.06385 489.54718,662.06385 C 489.30348,662.06385 487.65235,661.05135 485.878,659.81385 z "
style="fill:#001ed2;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2752" />
<path
id="16169-23"
d="M 584.97213,660.81385 C 583.87996,659.05945 584.55159,654.86175 586.22473,652.98505 C 586.99887,652.11675 587.63226,650.50775 587.63226,649.40945 C 587.63226,646.92005 591.60943,643.06805 594.19671,643.05145 C 595.30046,643.04435 597.10315,641.54025 598.39145,639.55145 C 600.92387,635.64205 602.1706,635.33115 605.2702,637.83605 C 607.27359,639.45505 607.36799,640.16175 606.7702,649.06385 L 606.13226,658.56385 L 597.81295,658.56385 C 590.92995,658.56385 589.32439,658.86595 588.51326,660.31385 C 587.35993,662.37255 586.05701,662.55655 584.97213,660.81385 z "
style="fill:#00a046;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2750" />
<path
id="16203-23"
d="M 382.73693,658.97895 C 381.41949,658.45195 378.8479,658.12135 377.02227,658.24425 C 375.19664,658.36725 373.41577,658.18065 373.06478,657.82965 C 372.71379,657.47865 371.33183,657.60775 369.99376,658.11645 C 368.11878,658.82935 367.42398,658.68465 366.9638,657.48545 C 366.63539,656.62965 366.81566,655.48045 367.3644,654.93165 C 368.01962,654.27645 368.03146,652.38365 367.3989,649.41775 C 366.35457,644.52125 367.11784,640.18655 370.71925,630.56085 C 372.41681,626.02375 373.18967,625.06385 375.14509,625.06385 C 376.44812,625.06385 377.80608,624.59165 378.16279,624.01445 C 378.5536,623.38205 379.79692,624.02845 381.29121,625.64085 C 383.46494,627.98635 384.29997,628.24415 388.05554,627.72935 C 390.41201,627.40645 393.98077,627.40845 395.98614,627.73385 C 399.40428,628.28855 399.63226,628.55295 399.63226,631.96295 C 399.63226,634.73335 398.67866,636.75445 395.63226,640.44105 C 393.00415,643.62145 391.63226,646.27315 391.63226,648.17275 C 391.63226,649.76285 390.73226,651.96385 389.63226,653.06385 C 388.53226,654.16385 387.63226,656.18885 387.63226,657.56385 C 387.63226,660.22045 386.5923,660.52105 382.73693,658.97895 z "
style="fill:#00fa50;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2748" />
<path
id="16036-23"
d="M 451.26712,657.99125 C 448.24214,655.61175 447.86008,652.17195 450.22064,648.56925 C 451.31084,646.90545 451.5927,645.16025 451.11932,643.00495 C 450.49071,640.14285 450.61575,639.92385 452.53094,640.53165 C 454.24211,641.07475 454.64741,640.76835 454.71383,638.88125 C 454.78833,636.76475 454.91037,636.82405 456.12105,639.56385 C 456.85015,641.21385 458.61345,643.57335 460.03948,644.80725 C 461.46551,646.04105 462.63226,648.09755 462.63226,649.37725 C 462.63226,651.59685 456.339,660.06385 454.6892,660.06385 C 454.25623,660.06385 452.71629,659.13115 451.26712,657.99125 z "
style="fill:#00b414;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2746" />
<path
id="16532-23"
d="M 578.34111,658.43935 C 577.95124,658.04945 577.63226,656.54545 577.63226,655.09715 C 577.63226,653.64885 577.16751,651.99905 576.59948,651.43105 C 574.39437,649.22595 576.57664,647.54955 581.64293,647.55675 C 585.57512,647.56235 586.62672,647.90705 586.62916,649.19135 C 586.63087,650.08655 585.98397,651.35695 585.19162,652.01455 C 584.39927,652.67215 583.61177,654.41475 583.44162,655.88705 C 583.13807,658.51355 579.99043,660.08865 578.34111,658.43935 z "
style="fill:#00fad2;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2744" />
<path
id="16475-23"
d="M 282.63226,656.54985 C 282.63226,654.76805 287.52194,648.92175 289.42883,648.42355 C 292.16736,647.70815 292.5064,647.96765 292.8607,651.04965 C 293.09166,653.05885 292.3848,653.68435 288.13226,655.23385 C 282.51337,657.28125 282.63226,657.25285 282.63226,656.54985 z "
style="fill:#00c8be;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2742" />
<path
id="16002-23"
d="M 315.21288,655.50155 C 314.34354,654.63225 313.63226,653.49195 313.63226,652.96765 C 313.63226,652.44335 312.50726,651.58665 311.13226,651.06385 C 309.75726,650.54105 308.63226,649.65215 308.63226,649.08855 C 308.63226,647.82015 309.17799,647.80335 311.39583,649.00345 C 312.35087,649.52025 314.36976,650.20375 315.88226,650.52245 C 317.96579,650.96145 318.63226,651.68885 318.63226,653.52385 C 318.63226,656.66455 317.20267,657.49135 315.21288,655.50155 z "
style="fill:#006e0a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2740" />
<path
id="16509-23"
d="M 502.56312,652.06805 C 500.12615,649.32025 497.57206,647.28025 496.88737,647.53465 C 495.63385,648.00035 486.63226,644.57175 486.63226,643.62865 C 486.63226,643.35015 488.06889,641.08415 489.82476,638.59305 C 493.13647,633.89475 495.4919,632.98485 497.64064,635.57395 C 498.32994,636.40445 501.30172,637.78395 504.2446,638.63955 C 507.18748,639.49505 509.85517,640.61545 510.17279,641.12945 C 510.49042,641.64335 511.6293,642.06385 512.70364,642.06385 C 514.446,642.06385 514.62195,642.66405 514.33259,647.62055 C 514.04825,652.49115 513.64544,653.41635 511.07023,655.11395 C 509.45434,656.17915 507.87615,657.05365 507.56312,657.05725 C 507.25009,657.06085 505.00009,654.81575 502.56312,652.06805 z "
style="fill:#0028d2;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2738" />
<path
id="16423-23"
d="M 326.79968,654.00215 C 325.51676,653.48795 323.37926,653.34025 322.04968,653.67395 C 320.09625,654.16415 319.63226,653.89645 319.63226,652.27925 C 319.63226,650.21135 317.83974,649.06385 314.60949,649.06385 C 311.7058,649.06385 311.6069,647.79465 314.26941,644.69925 L 316.72302,641.84675 L 324.78058,645.06215 C 330.87035,647.49235 333.35306,648.04785 334.94659,647.33675 C 336.51733,646.63585 338.53127,647.03295 342.84365,648.89365 C 346.02738,650.26735 348.63226,651.75635 348.63226,652.20255 C 348.63226,653.14305 342.63034,652.16895 341.09805,650.97975 C 339.62698,649.83805 332.40366,651.65595 331.04879,653.50885 C 329.75889,655.27295 329.92273,655.25385 326.79968,654.00215 z "
style="fill:#00b4aa;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2736" />
<path
id="16027-23"
d="M 477.53537,654.31385 C 477.48208,653.90135 477.51201,651.93845 477.60188,649.95175 C 477.69175,647.96515 477.12954,645.70395 476.35253,644.92695 C 474.28245,642.85685 472.12872,633.16735 473.4459,631.85015 C 475.04625,630.24985 477.24389,631.56225 478.76456,635.02645 C 479.59623,636.92105 481.11206,638.37695 482.63226,638.74125 C 486.39078,639.64195 486.84344,640.10445 485.5232,641.69525 C 484.68061,642.71045 484.63361,643.46515 485.36728,644.19885 C 486.64052,645.47205 485.28673,648.31625 481.50468,652.31385 C 478.87287,655.09555 477.71193,655.68055 477.53537,654.31385 z "
style="fill:#005a14;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2734" />
<path
id="16551-23"
d="M 517.63226,652.67085 C 517.63226,651.90465 516.98191,651.02825 516.18704,650.72325 C 515.12095,650.31415 514.9494,649.43345 515.53312,647.36625 C 515.96833,645.82495 516.135,644.01275 515.90349,643.33925 C 515.67198,642.66575 517.62069,640.75875 520.23397,639.10145 C 525.1429,635.98835 529.76751,634.64235 533.54641,635.22715 C 535.46469,635.52395 534.76574,636.65995 527.64796,644.81385 C 519.77362,653.83445 517.63226,655.51425 517.63226,652.67085 z "
style="fill:#00aadc;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2732" />
<path
id="16223-23"
d="M 251.63226,646.26385 C 251.63226,642.96645 251.09291,639.91705 250.38226,639.19655 C 249.38122,638.18155 249.44335,637.69365 250.69423,636.74655 C 252.73963,635.19775 253.79885,632.28485 252.58859,631.53685 C 251.19033,630.67265 251.42032,629.35915 253.0815,628.72165 C 253.94589,628.38995 256.63845,630.11355 259.75357,632.99265 C 264.72346,637.58605 264.86569,637.85495 262.6903,638.54545 C 260.74869,639.16165 260.48534,639.77105 260.9427,642.58935 C 261.32223,644.92815 261.05813,646.07015 260.04808,646.45775 C 259.25986,646.76025 258.09662,648.14535 257.46309,649.53575 C 256.70882,651.19125 255.5037,652.06385 253.97174,652.06385 C 251.788,652.06385 251.63226,651.67775 251.63226,646.26385 z "
style="fill:#00c85a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2730" />
<path
id="16063-23"
d="M 280.43923,651.38545 C 279.50807,651.13995 278.23453,649.38875 277.60915,647.49375 C 276.98377,645.59885 275.60813,643.58615 274.55217,643.02095 C 272.08559,641.70085 272.12072,639.59095 274.66886,636.01245 C 275.78899,634.43935 277.18301,631.78235 277.76669,630.10805 C 278.77557,627.21395 280.4896,626.25455 281.98299,627.74785 C 282.35923,628.12415 284.5867,628.51285 286.93292,628.61175 C 293.48949,628.88795 295.63226,629.86205 295.63226,632.56615 C 295.63226,636.09225 297.24827,639.70325 300.8095,644.13475 C 304.30143,648.48005 304.01373,649.52045 298.91599,650.98245 C 295.54813,651.94835 293.42249,650.77405 294.31739,648.44195 C 295.33177,645.79855 287.90235,646.73795 285.44531,649.56385 C 284.24976,650.93885 283.01524,652.01165 282.70192,651.94785 C 282.38861,651.88405 281.3704,651.63095 280.43923,651.38545 z "
style="fill:#00c81e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2728" />
<path
id="16295-23"
d="M 445.67301,650.61295 C 443.44293,647.92585 441.57853,640.03275 442.68539,637.96455 C 444.04379,635.42635 446.07998,635.56395 447.85289,638.31385 C 450.3715,642.22025 450.60671,645.11875 448.69462,648.68625 C 447.1661,651.53815 446.69186,651.84055 445.67301,650.61295 z "
style="fill:#00aa78;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2726" />
<path
id="16173-23"
d="M 342.64021,647.45595 C 338.46632,645.56165 336.63729,645.19615 335.01971,645.93315 C 333.38732,646.67695 331.02929,646.16325 324.90215,643.72925 L 316.91303,640.55555 L 318.13282,635.75155 C 319.71753,629.51035 327.63226,620.92005 327.63226,625.44135 C 327.63226,626.19905 326.95726,627.37915 326.13226,628.06385 C 324.27345,629.60645 324.15821,633.06385 325.96559,633.06385 C 326.69893,633.06385 327.60218,632.76055 327.97283,632.38995 C 330.85251,629.51025 339.67599,634.90155 338.23389,638.65955 C 337.50112,640.56915 341.08331,645.06385 343.33796,645.06385 C 344.08435,645.06385 344.95405,645.73885 345.27063,646.56385 C 345.58722,647.38885 346.47309,648.06385 347.23925,648.06385 C 348.0054,648.06385 348.63226,648.51385 348.63226,649.06385 C 348.63226,650.28385 349.21608,650.44055 342.64021,647.45595 z "
style="fill:#00c846;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2724" />
<path
id="16434-23"
d="M 305.14084,646.36465 C 308.32007,638.84675 308.4726,637.67635 306.58571,635.27755 C 305.57277,633.98975 304.99201,632.28995 305.29513,631.50005 C 305.8832,629.96755 305.95526,629.93325 309.34072,629.57475 C 310.55537,629.44615 312.9323,628.76795 314.62278,628.06775 C 316.31327,627.36755 320.74283,623.89281 321.21315,624.36316 C 321.44831,624.59834 322.74632,625.90282 322.00971,626.67498 C 319.60906,629.19152 317.25246,634.81462 316.46872,636.92454 C 316.95056,639.16101 313.38359,643.96156 311.91001,645.16091 C 310.43642,646.36026 308.77817,647.12237 307.25578,647.48335 C 304.211,648.2053 304.47771,647.93275 305.14084,646.36465 z "
style="fill:#0028b4;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
sodipodi:nodetypes="csssssscszc"
inkscape:label="#path2722" />
<path
id="16194-23"
d="M 346.27063,645.56385 C 345.95405,644.73885 345.07565,644.06385 344.31863,644.06385 C 343.56161,644.06385 342.09549,643.12815 341.06058,641.98465 C 339.21456,639.94485 339.2211,639.83215 341.4056,636.03655 C 342.72114,633.75075 343.63226,630.48235 343.63226,628.04895 C 343.63226,625.14375 344.43053,622.84525 346.34181,620.24715 C 347.83206,618.22135 349.15432,616.40405 349.28016,616.20885 C 349.406,616.01355 350.90556,617.44445 352.61252,619.38855 C 354.31948,621.33265 357.08459,623.22385 358.7572,623.59125 C 361.73697,624.24575 361.75636,624.28865 359.71839,625.71605 C 358.49379,626.57375 357.38086,628.78375 357.01207,631.09015 C 356.5909,633.72395 355.75736,635.20675 354.46788,635.61605 C 353.36344,635.96655 352.29516,637.49935 351.94898,639.23025 C 351.61838,640.88325 350.72346,642.47535 349.96027,642.76825 C 349.12224,643.08975 348.80918,644.04595 349.16985,645.18225 C 349.89755,647.47505 347.14315,647.83755 346.27063,645.56385 z "
style="fill:#00a050;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2720" />
<path
id="16267-23"
d="M 579.4979,646.60075 C 579.14901,646.24935 577.62342,645.86645 576.1077,645.74995 C 572.23803,645.45255 570.89008,641.69705 573.89702,639.59095 C 575.09616,638.75105 576.53964,638.06095 577.10477,638.05755 C 579.31918,638.04385 581.64762,632.01205 581.00055,627.96555 C 580.45998,624.58495 580.6031,624.11545 582.00954,624.65515 C 582.91095,625.00105 585.33232,624.47955 587.39036,623.49625 C 591.77988,621.39915 597.35691,621.50465 599.81744,623.73145 C 600.77462,624.59765 602.20054,625.05975 602.98615,624.75825 C 603.79158,624.44925 606.14583,625.78255 608.38426,627.81565 L 612.35399,631.42115 L 610.37295,634.77875 C 608.47529,637.99505 608.29323,638.07175 606.04727,636.60005 C 602.3286,634.16355 599.87562,634.71655 597.39145,638.55145 C 596.10315,640.54025 594.30046,642.04435 593.19671,642.05145 C 592.13216,642.05825 590.28419,642.98165 589.09011,644.10345 C 586.89952,646.16135 580.67151,647.78285 579.4979,646.60075 z "
style="fill:#008c6e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2718" />
<path
id="16394-23"
d="M 300.90105,642.12305 C 299.67389,640.56645 298.23641,638.15285 297.70665,636.75945 C 296.61752,633.89485 296.83373,621.16495 298.00367,619.27185 C 299.19287,617.34775 300.63226,618.87195 300.63226,622.05545 C 300.63226,624.10245 301.24036,625.12205 302.74629,625.60005 C 304.53719,626.16845 304.77215,626.81435 304.28343,629.82595 C 303.89851,632.19795 304.24663,634.29525 305.32958,636.12855 C 306.71048,638.46625 306.76144,639.33775 305.67112,641.97005 C 304.11863,645.71805 303.74474,645.73005 300.90105,642.12305 z "
style="fill:#00a0a0;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2716" />
<path
id="16025-23"
d="M 463.83226,640.86385 C 463.17226,640.20385 462.63226,637.90565 462.63226,635.75685 C 462.63226,632.60505 462.938,631.96715 464.21405,632.45685 C 465.08403,632.79065 467.10903,633.06385 468.71405,633.06385 C 472.07969,633.06385 472.43554,634.60975 470.10658,639.11345 C 468.51707,642.18725 465.88888,642.92045 463.83226,640.86385 z "
style="fill:#004614;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2714" />
<path
id="16402-23"
d="M 511.14905,640.09095 C 510.81837,639.55595 508.65432,638.62845 506.34004,638.02985 C 504.02576,637.43125 500.81154,635.99395 499.19732,634.83595 C 497.58311,633.67795 494.99561,632.73045 493.44732,632.73045 C 491.16488,632.73045 490.63226,632.28905 490.63226,630.39715 C 490.63226,629.11385 489.73226,627.16385 488.63226,626.06385 C 487.53226,624.96385 486.63226,622.87995 486.63226,621.43295 C 486.63226,619.01925 486.90253,618.84605 489.90692,619.33355 C 492.62683,619.77495 493.80338,619.29515 496.852,616.50125 C 501.22058,612.49775 502.63226,610.08685 502.63226,606.62955 C 502.63226,603.54235 503.54794,603.40495 506.40189,606.06385 C 507.5826,607.16385 509.03328,608.06385 509.62563,608.06385 C 513.09294,608.06385 519.63226,616.13565 519.63226,620.41555 C 519.63226,621.20285 520.68678,622.11165 521.97564,622.43515 C 525.57585,623.33875 529.63226,627.94035 529.63226,631.12075 C 529.63226,633.37815 529.08502,634.02515 526.7401,634.54015 C 525.14941,634.88955 521.75879,636.50025 519.20537,638.11965 C 514.35872,641.19325 512.16244,641.73065 511.14905,640.09095 z "
style="fill:#00dca0;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2712" />
<path
id="15971-23"
d="M 555.11602,640.03755 C 554.29924,638.71595 554.3671,628.40805 555.21624,624.81225 C 555.80086,622.33655 555.5534,621.99805 552.74915,621.43725 C 548.61405,620.61015 548.81901,619.51935 553.56441,617.09845 C 555.72709,615.99515 557.83203,614.54965 558.24206,613.88615 C 558.65208,613.22275 558.9103,609.43845 558.81588,605.47655 C 558.68288,599.89555 558.98069,598.14415 560.13824,597.69995 C 560.95995,597.38455 561.63226,596.29095 561.63226,595.26955 C 561.63226,592.66865 565.77356,589.06385 568.7615,589.06385 C 570.63902,589.06385 571.68161,588.18355 572.94705,585.52995 C 573.87391,583.58625 574.63226,581.14335 574.63226,580.10135 C 574.63226,579.05925 575.32271,577.51625 576.1666,576.67235 C 577.39307,575.44585 578.19569,575.36345 580.1666,576.26145 C 581.52271,576.87935 582.63226,577.98765 582.63226,578.72435 C 582.63226,579.58545 583.86748,580.06385 586.09125,580.06385 L 589.55025,580.06385 L 587.7552,584.31385 C 586.68754,586.84165 584.57677,589.46075 582.54621,590.77715 C 574.13268,596.23185 574.3804,595.89285 575.12541,600.93275 C 575.50193,603.47985 576.445,606.27425 577.22113,607.14255 C 578.13699,608.16725 578.64755,611.15045 578.67581,615.64255 C 578.69976,619.44925 579.09888,624.52855 579.56274,626.92975 C 580.21524,630.30765 580.03563,631.94705 578.76919,634.17345 C 577.86888,635.75625 576.63045,637.05405 576.01712,637.05755 C 575.40379,637.06095 573.75781,637.96385 572.35939,639.06385 C 569.57534,641.25375 562.76343,641.79505 560.93962,639.97115 C 560.14943,639.18105 559.28044,639.18175 557.80031,639.97385 C 556.40575,640.72025 555.55048,640.74055 555.11602,640.03755 z "
style="fill:#003200;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2710" />
<path
id="16337-23"
d="M 268.4605,637.64175 C 266.99103,637.02905 263.41043,634.37015 260.50362,631.73325 C 257.41633,628.93255 254.54272,627.11545 253.59344,627.36375 C 251.72628,627.85195 246.83439,620.84395 246.40161,617.06085 C 246.10818,614.49585 247.90934,613.83165 257.98711,612.78845 C 261.91253,612.38205 263.15159,612.64755 264.45935,614.17485 C 265.34891,615.21375 266.61598,616.06385 267.27505,616.06385 C 267.93411,616.06385 268.75628,617.30135 269.10209,618.81385 C 269.90053,622.30605 272.7172,625.73435 275.20563,626.24275 C 277.70334,626.75295 277.27158,629.34805 273.80523,634.65985 C 271.30709,638.48795 270.95751,638.68305 268.4605,637.64175 z "
style="fill:#005a8c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2708" />
<path
id="16121-23"
d="M 448.97959,637.52655 C 448.65514,636.68105 446.86927,635.35405 445.01097,634.57765 C 441.66643,633.18015 440.38888,629.95035 442.63226,628.56385 C 443.18226,628.22395 443.63226,626.92235 443.63226,625.67145 C 443.63226,624.42065 443.87361,623.15585 444.1686,622.86085 C 444.72597,622.30345 450.20091,623.98325 452.38226,625.38095 C 453.06976,625.82145 454.06157,625.91655 454.58627,625.59225 C 456.32393,624.51835 460.11651,626.12205 461.13226,628.36025 C 462.30853,630.95225 461.56092,639.22615 460.32324,637.31385 C 459.14433,635.49235 453.63226,635.69825 453.63226,637.56385 C 453.63226,639.54245 449.74121,639.51135 448.97959,637.52655 z "
style="fill:#000a3c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2706" />
<path
id="16166-23"
d="M 484.13226,637.97725 C 482.20149,637.39405 480.53519,635.85945 479.45702,633.67155 C 477.90218,630.51635 477.89919,630.01295 479.41536,626.66795 C 481.31709,622.47225 482.13424,622.31915 485.95224,625.44315 C 489.30653,628.18775 491.07805,634.37715 489.31659,637.19765 C 488.67561,638.22405 487.92191,639.02325 487.64171,638.97365 C 487.36151,638.92405 485.78226,638.47565 484.13226,637.97725 z "
style="fill:#008246;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2704" />
<path
id="16085-23"
d="M 336.69799,632.63385 C 334.30634,630.08795 329.28348,629.41465 326.88226,631.31795 C 324.75799,633.00165 325.45294,630.53605 327.66753,628.53195 C 328.78692,627.51885 329.09246,624.50697 328.81054,623.77227 C 328.20117,622.18427 332.01221,620.06385 334.0933,620.06385 C 336.20667,620.06385 339.63226,616.04385 339.63226,613.56385 C 339.63226,610.81295 343.82821,606.09905 344.45393,608.14695 C 344.69202,608.92625 345.81266,610.58135 346.94425,611.82485 L 349.00167,614.08595 L 345.81696,618.60415 C 343.50956,621.87765 342.63226,624.23425 342.63226,627.15885 C 342.63226,631.21845 341.24058,635.06385 339.77139,635.06385 C 339.33661,635.06385 337.95359,633.97035 336.69799,632.63385 z "
style="fill:#00aa28;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
sodipodi:nodetypes="csssssscccssc"
inkscape:label="#path2702" />
<path
id="16312-23"
d="M 531.12673,633.05485 C 530.78377,632.49995 530.75964,631.23785 531.0731,630.25025 C 531.76507,628.07005 526.49346,622.31805 522.9997,621.44125 C 521.69761,621.11435 520.63226,620.20285 520.63226,619.41555 C 520.63226,615.13445 514.09278,607.06385 510.6238,607.06385 C 510.03044,607.06385 508.39324,605.99585 506.98557,604.69065 C 504.78364,602.64885 504.58988,602.01155 505.59829,600.12725 C 506.67365,598.11795 507.23936,597.99825 512.45133,598.67745 C 515.57584,599.08465 519.10867,599.45065 520.30207,599.49085 C 523.07477,599.58415 527.28891,603.51475 529.73939,608.29325 C 532.57881,613.83015 536.53624,615.51405 546.13226,615.26855 L 554.13226,615.06395 L 550.64994,617.19045 C 546.16335,619.93025 544.70341,621.91155 544.66406,625.31385 C 544.63784,627.58125 544.18801,628.06385 542.10088,628.06385 C 540.60685,628.06385 539.3004,628.78095 538.91285,629.81385 C 537.5952,633.32545 532.58332,635.41165 531.12673,633.05485 z "
style="fill:#005a82;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2700" />
<path
id="16466-23"
d="M 427.88226,632.32655 C 423.5743,632.02525 422.63226,631.62755 422.63226,630.11035 C 422.63226,628.23485 428.51179,624.06385 431.15549,624.06385 C 433.20762,624.06385 439.79295,620.94255 442.25043,618.80515 L 444.36861,616.96285 L 443.24976,621.93065 C 442.63439,624.66305 441.79371,627.23575 441.38159,627.64785 C 440.96946,628.05995 440.63226,629.44715 440.63226,630.73045 C 440.63226,633.26035 440.84657,633.23355 427.88226,632.32655 z "
style="fill:#006ebe;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2698" />
<path
id="16413-23"
d="M 417.38226,630.44385 C 414.27583,628.81285 413.68475,625.15415 416.13226,622.70665 C 416.95726,621.88165 417.63226,620.00185 417.63226,618.52915 C 417.63226,615.42925 422.7105,608.53815 425.54021,607.79815 C 427.24902,607.35125 427.40359,607.69805 426.89433,610.83635 C 426.31188,614.42545 421.29055,630.74285 420.54029,631.48445 C 420.31588,631.70625 418.89476,631.23795 417.38226,630.44385 z "
style="fill:#0050aa;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2696" />
<path
id="16128-23"
d="M 463.67122,629.87525 C 462.54979,628.67155 461.63226,627.30575 461.63226,626.84005 C 461.63226,625.58035 464.74593,621.06385 465.61438,621.06385 C 467.0004,621.06385 471.78485,629.22385 471.23657,630.65255 C 470.41406,632.79605 465.96659,632.33905 463.67122,629.87525 z "
style="fill:#00503c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2694" />
<path
id="16287-23"
d="M 471.40342,626.53925 L 469.67458,623.06385 L 474.5598,623.06385 C 478.97722,623.06385 479.39417,623.25825 478.91401,625.09445 C 478.44084,626.90385 475.04077,630.10365 473.65975,630.03925 C 473.36963,630.02565 472.35428,628.45065 471.40342,626.53925 z "
style="fill:#005a78;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2692" />
<path
id="16507-23"
d="M 608.99713,626.50115 C 606.68127,624.31705 604.53978,623.11625 603.46269,623.39795 C 602.4964,623.65065 601.23258,623.28715 600.65421,622.59025 C 598.76926,620.31905 591.62285,620.02175 587.44415,622.04065 C 585.35185,623.05155 582.73823,623.64285 581.63611,623.35455 C 579.85405,622.88855 579.63226,621.99445 579.63226,615.27595 C 579.63226,610.30345 579.16286,607.18175 578.25892,606.14255 C 577.50359,605.27425 576.59116,602.91875 576.2313,600.90815 C 575.52492,596.96135 576.54178,595.70585 583.58117,591.83315 C 585.731,590.65045 587.40233,588.47755 588.85982,584.97045 L 590.9926,579.83835 L 592.89088,582.44435 C 594.44047,584.57155 595.14213,584.86135 596.71071,584.02185 C 597.94279,583.36245 598.63226,581.92965 598.63226,580.02865 C 598.63226,577.03485 600.80126,574.11415 604.49082,572.13955 C 607.24627,570.66485 607.63226,570.76895 607.63226,572.98695 C 607.63226,574.04455 608.98226,576.25995 610.63226,577.90995 C 612.77139,580.04915 613.63226,581.87115 613.63226,584.25945 C 613.63226,587.05205 614.20546,587.91775 617.07941,589.46545 C 618.97534,590.48645 620.91232,592.50125 621.38382,593.94285 C 622.65228,597.82095 620.5682,608.68015 618.22948,610.37855 C 616.96893,611.29405 616.61313,612.22385 617.17532,613.13355 C 618.20821,614.80475 617.95773,619.83665 616.70589,622.56385 C 616.20097,623.66385 615.51927,625.80135 615.191,627.31385 C 614.41265,630.90015 613.54,630.78565 608.99713,626.50115 z "
style="fill:#0014d2;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2690" />
<path
id="16067-23"
d="M 290.97032,627.83145 C 284.65795,626.54155 284.13876,625.37965 286.04537,616.80975 C 287.28835,611.22285 287.47469,607.70435 286.84089,601.78885 C 286.38567,597.54005 286.265,594.03795 286.57274,594.00625 C 286.88047,593.97455 288.88008,593.76565 291.0163,593.54195 L 294.90034,593.13535 L 294.38525,599.55225 C 293.94508,605.03585 294.15269,606.22485 295.81275,607.72715 C 297.0009,608.80245 297.55351,610.25695 297.23565,611.47245 C 296.94982,612.56545 297.20923,614.05415 297.81212,614.78055 C 298.62925,615.76515 298.46107,616.59555 297.15148,618.04255 C 295.88534,619.44165 295.56288,620.90275 295.99694,623.27385 C 296.85531,627.96285 295.89123,628.83705 290.97032,627.83145 z "
style="fill:#00f01e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2688" />
<path
id="16443-23"
d="M 305.63226,626.99695 C 305.63226,626.00785 304.73226,624.91295 303.63226,624.56385 C 302.30145,624.14145 301.6204,623.03145 301.59682,621.24645 C 301.57734,619.77105 300.91828,617.43885 300.13226,616.06385 C 297.22773,610.98285 298.06555,609.43415 304.38226,608.20725 C 307.54476,607.59305 311.13929,607.36055 312.37011,607.69065 C 313.83157,608.08255 314.8001,607.79005 315.16179,606.84745 C 315.96594,604.75185 319.44016,605.34455 321.21627,607.88035 C 322.05744,609.08125 321.3399,611.01304 322.09665,611.01304 C 323.99701,611.01304 324.33642,612.28008 323.54332,616.50768 C 323.06374,619.06408 319.50109,623.65829 320.42295,623.65829 C 321.12579,623.65829 317.59499,625.01435 315.55309,626.11235 C 314.22164,626.82825 311.44476,627.72475 309.38226,628.10465 C 306.18307,628.69385 305.63226,628.53115 305.63226,626.99695 z "
style="fill:#0082b4;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2686"
sodipodi:nodetypes="cssssssssssssc" />
<path
id="15987-23"
d="M 397.13226,626.82065 C 394.93226,626.34235 391.22333,626.22845 388.89019,626.56755 C 385.13629,627.11305 384.35314,626.86565 382.08471,624.41805 C 379.83518,621.99075 379.27125,621.80815 377.47939,622.92725 C 374.23197,624.95525 374.08296,623.45885 376.91928,617.30215 C 378.37328,614.14605 380.43396,607.06385 381.49858,601.56385 C 384.30936,587.04285 384.48261,586.73595 390.7752,585.12765 C 393.72158,584.37465 396.89459,583.28465 397.82632,582.70555 C 399.11299,581.90585 400.00082,582.08735 401.5182,583.46065 C 403.35342,585.12145 403.48789,586.29805 403.17027,597.91625 C 402.98011,604.87245 403.21539,611.04085 403.69311,611.62375 C 404.1859,612.22515 404.16819,614.17215 403.65219,616.12375 C 403.15195,618.01585 402.38033,621.39225 401.93746,623.62705 L 401.13226,627.69025 L 397.13226,626.82065 z "
style="fill:#00d200;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2684" />
<path
id="16123-23"
d="M 411.38226,626.94975 C 410.41976,626.40785 409.63226,625.30215 409.63226,624.49275 C 409.63226,623.68325 408.39476,622.48945 406.88226,621.83995 C 405.36976,621.19035 403.98857,620.56875 403.81295,620.45875 C 403.63733,620.34865 404.04178,618.42905 404.71173,616.19295 C 405.51898,613.49855 405.59882,611.69495 404.94844,610.84555 C 403.91389,609.49445 404.03118,588.84545 405.08307,587.14345 C 405.78181,586.01285 408.6426,586.85615 410.13226,588.63195 C 410.68226,589.28755 412.36976,590.11155 413.88226,590.46295 C 416.45656,591.06115 417.15851,592.41255 416.69298,595.87445 C 416.59604,596.59535 417.66773,598.09045 419.0745,599.19705 C 420.48127,600.30365 421.63226,601.80315 421.63226,602.52945 C 421.63226,604.15625 424.11158,605.20085 426.13226,604.42545 C 426.95726,604.10885 427.63226,604.33945 427.63226,604.93775 C 427.63226,605.53615 426.50623,606.30835 425.12997,606.65375 C 421.89007,607.46695 416.45413,614.34555 416.28704,617.84365 C 416.21558,619.33975 415.76908,620.84315 415.29483,621.18455 C 414.82057,621.52595 414.13997,623.18455 413.7824,624.87025 C 413.23892,627.43235 412.84515,627.77355 411.38226,626.94975 z "
style="fill:#001e3c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2682" />
<path
id="16338-23"
d="M 278.71871,625.86555 C 271.19769,624.18855 268.23526,618.54585 271.74913,612.59035 C 273.8185,609.08305 273.9349,609.03215 276.3169,610.59285 C 277.97135,611.67685 279.74763,611.97775 281.81385,611.52395 C 284.79094,610.87005 284.85501,610.73385 284.40212,606.02055 C 283.76746,599.41545 285.18537,597.64275 285.9486,604.08705 C 286.33165,607.32135 285.9856,611.72805 285.02244,615.88115 C 284.17669,619.52795 283.68051,623.53595 283.91982,624.78775 C 284.15912,626.03955 284.07982,627.01565 283.74359,626.95675 C 283.40736,626.89785 281.14616,626.40685 278.71871,625.86555 z "
style="fill:#00648c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2680" />
<path
id="16368-23"
d="M 367.38164,625.37435 C 365.55452,624.89695 365.75185,621.81485 367.87384,617.68665 C 368.89287,615.70415 368.56235,615.31175 363.60394,612.61615 C 360.13955,610.73285 355.84451,602.17695 357.75577,600.96635 C 360.07826,599.49525 362.25137,599.93185 370.34168,603.49485 C 375.16299,605.61815 378.26919,607.59495 378.49152,608.68145 C 378.94058,610.87585 371.61115,626.10575 370.18204,625.94785 C 369.60466,625.88405 368.34448,625.62595 367.38164,625.37435 z "
style="fill:#009696;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2678" />
<path
id="16465-23"
d="M 425.67488,620.43995 C 426.75144,617.31085 427.63226,613.72275 427.63226,612.46635 C 427.63226,609.24145 428.81805,608.86525 433.6308,610.56335 C 437.77837,612.02665 442.63226,611.69885 442.63226,609.95545 C 442.63226,609.46505 443.08226,609.06385 443.63226,609.06385 C 444.18226,609.06385 444.63226,610.46155 444.63226,612.16995 C 444.63226,614.35695 443.82806,615.91035 441.91434,617.41995 C 438.28013,620.28665 431.66371,623.20125 430.46799,622.46235 C 429.93903,622.13535 428.74709,622.51855 427.81925,623.31375 C 424.05146,626.54305 423.72544,626.10605 425.67488,620.43995 z "
style="fill:#0064be;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2676" />
<path
id="16163-23"
d="M 458.29349,624.39175 C 457.96253,624.06075 456.05188,623.65985 454.0476,623.50085 C 452.04331,623.34185 449.21743,622.72045 447.76785,622.11995 C 445.21196,621.06135 445.13226,620.77055 445.13226,612.50585 L 445.13226,603.98335 L 441.13226,600.47805 C 437.26011,597.08475 437.23455,597.02205 440.3326,598.51825 C 442.09279,599.36835 444.47763,600.06385 445.63226,600.06385 C 446.78689,600.06385 449.09156,600.76715 450.75375,601.62665 C 452.66906,602.61705 454.20743,602.85315 454.95409,602.27105 C 455.60209,601.76595 457.18133,601.09525 458.46352,600.78065 C 460.40422,600.30445 461.03473,600.78285 462.22694,603.63615 C 463.01463,605.52145 463.99056,607.06475 464.39568,607.06585 C 465.87305,607.06985 465.6159,614.53985 463.99201,618.79185 C 462.40894,622.93705 459.59958,625.69785 458.29349,624.39175 z "
style="fill:#006446;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2674" />
<path
id="16323-23"
d="M 359.84507,622.75805 C 358.03712,622.20535 355.33712,620.24535 353.84507,618.40235 C 352.35303,616.55935 349.89476,613.53235 348.38226,611.67565 C 345.20742,607.77825 344.9024,606.06535 347.38226,606.06005 C 348.34476,606.05805 350.51476,605.21325 352.20449,604.18295 L 355.27671,602.30945 L 357.58071,607.16235 C 359.02751,610.20975 361.14884,612.76105 363.28245,614.01995 C 366.22141,615.75395 366.59268,616.39865 366.03208,618.79425 C 365.04009,623.03325 363.65285,623.92205 359.84507,622.75805 z "
style="fill:#00c882;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2672" />
<path
id="16151-23"
d="M 482.94452,621.99445 C 480.87546,621.21885 478.65185,616.02565 478.63784,611.93625 C 478.63477,611.04115 477.95726,609.74855 477.13226,609.06385 C 476.30726,608.37915 475.63226,607.25415 475.63226,606.56385 C 475.63226,605.87355 474.93596,604.73085 474.08493,604.02455 C 472.93497,603.07015 472.84502,602.55035 473.7347,602.00055 C 474.42652,601.57295 476.02936,602.29965 477.53204,603.72225 C 479.65265,605.72975 480.81282,606.08005 483.8219,605.62165 C 487.49578,605.06185 489.92443,606.35395 487.1788,607.40765 C 486.38572,607.71195 485.02727,609.33305 484.16002,611.01015 C 482.72149,613.79195 482.72367,614.27375 484.18487,616.50375 C 485.06577,617.84825 485.63931,619.81815 485.45939,620.88135 C 485.19913,622.41935 484.68502,622.64685 482.94452,621.99445 z "
style="fill:#002846;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2670" />
<path
id="16401-23"
d="M 467.31105,620.64605 C 465.75428,619.44345 465.63994,618.69555 466.52355,615.49535 C 467.0921,613.43625 467.3058,611.34465 466.99845,610.84735 C 466.22101,609.58935 468.53235,604.31615 470.12986,603.70315 C 470.85283,603.42575 472.23137,604.06835 473.19329,605.13125 C 474.15521,606.19415 474.56905,607.06385 474.11293,607.06385 C 473.65682,607.06385 474.30922,608.15555 475.56271,609.48975 C 476.81621,610.82405 477.53091,612.41875 477.15094,613.03365 C 476.77097,613.64845 476.90491,614.69425 477.4486,615.35765 C 477.99228,616.02105 478.59352,617.68885 478.78469,619.06385 C 479.11192,621.41755 478.83972,621.57815 474.13226,621.80835 C 471.02344,621.96045 468.44341,621.52085 467.31105,620.64605 z "
style="fill:#00d2a0;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2668" />
<path
id="16480-23"
d="M 323.51742,625.53469 C 323.11571,625.28639 321.80042,624.17456 321.81515,623.56515 C 321.83903,622.57716 322.1486,623.19074 322.63419,622.28195 C 327.9436,612.3453 322.41102,608.75015 322.41102,608.75015 L 328.82957,611.02663 L 329.43127,620.28334 C 327.40525,622.72738 325.65957,623.39666 323.51742,625.53469 z "
style="fill:#00fabe;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2666"
sodipodi:nodetypes="csscccc" />
<path
id="15999-23"
d="M 330.04277,617.22722 C 329.68037,615.57722 330.78974,612.79538 329.96254,612.07946 C 329.60774,611.77239 329.82356,611.58602 329.49328,610.54542 C 329.163,609.50472 325.72555,609.05995 324.69831,608.79135 C 323.67106,608.52275 322.32013,607.34915 321.69624,606.18335 C 320.68945,604.30215 320.82738,604.06385 322.92276,604.06385 C 324.22124,604.06385 326.31666,605.16345 327.57925,606.50735 C 329.67736,608.74075 330.06553,608.82605 332.09093,607.49895 C 334.09024,606.18895 334.48591,606.24465 336.13623,608.06825 C 338.67998,610.87905 339.47998,615.2952 336.51405,616.96035 C 332.91532,618.98077 329.58296,622.00129 330.04277,617.22722 z "
style="fill:#00500a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
sodipodi:nodetypes="csssssssssc"
inkscape:label="#path2664" />
<path
id="16513-23"
d="M 485.46897,615.60475 C 484.57175,613.63565 484.68021,612.63955 486.01346,610.60475 C 488.20812,607.25535 488.92412,607.38135 492.52625,611.75135 C 496.10848,616.09725 495.31784,618.06385 489.98838,618.06385 C 487.3483,618.06385 486.33922,617.51475 485.46897,615.60475 z "
style="fill:#0050d2;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2662" />
<path
id="16113-23"
d="M 265.3566,613.05485 C 263.86831,611.31665 262.86114,611.12935 257.88436,611.66495 C 254.7207,612.00545 250.49712,612.62495 248.49861,613.04155 C 244.94334,613.78265 244.83719,613.71485 243.57776,609.89865 C 242.41586,606.37805 242.48727,605.73395 244.31138,603.28115 C 245.84361,601.22085 247.33629,600.48945 250.48507,600.25615 C 254.15246,599.98455 254.75161,600.24755 255.61035,602.50615 C 256.74047,605.47865 260.02769,605.92095 262.74082,603.46555 C 264.20812,602.13775 265.09115,602.06015 267.96096,603.00725 C 272.21171,604.41015 273.13856,607.70215 270.50297,612.03605 C 268.33405,615.60255 267.65338,615.73725 265.3566,613.05485 z "
style="fill:#00c832;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2660" />
<path
id="16088-23"
d="M 539.57386,614.11485 C 534.91216,612.70165 532.67093,611.04025 531.03387,607.78415 C 530.14337,606.01295 527.73333,602.76385 525.67823,600.56385 C 523.62313,598.36385 521.34795,594.98885 520.62228,593.06385 C 519.8966,591.13885 518.69063,588.84085 517.94234,587.95725 C 516.78848,586.59465 516.8135,586.15835 518.10703,585.08475 C 518.94591,584.38855 519.63226,582.98985 519.63226,581.97655 C 519.63226,580.96325 520.53119,579.65315 521.62987,579.06515 C 523.42619,578.10375 523.8762,578.55835 526.09552,583.57665 C 527.71388,587.23605 528.36862,590.13205 527.99734,591.98845 C 527.18587,596.04575 528.67965,598.10365 535.29257,602.03885 C 538.5044,603.95015 542.70726,607.17205 544.63226,609.19865 C 546.55726,611.22535 549.03226,613.09685 550.13226,613.35765 C 551.27151,613.62775 550.55355,613.88175 548.46405,613.94785 C 546.44653,614.01165 544.19653,614.24985 543.46405,614.47715 C 542.73156,614.70445 540.98098,614.54135 539.57386,614.11485 z "
style="fill:#00c828;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2658" />
<path
id="16249-23"
d="M 491.86909,608.63905 C 488.98118,604.94135 487.63226,602.23515 487.63226,600.13905 C 487.63226,596.71245 490.21754,595.79125 491.35167,598.81385 C 492.36866,601.52415 494.82382,602.99725 498.38226,603.03205 C 501.1962,603.05955 501.63226,603.40805 501.63226,605.62955 C 501.63226,609.36345 498.88272,613.98095 496.61909,614.04855 C 496.33684,614.05695 494.19934,611.62265 491.86909,608.63905 z "
style="fill:#00d264;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2656" />
<path
id="16328-23"
d="M 551.63226,612.40565 C 550.80726,612.13055 549.51908,611.71075 548.76964,611.47275 C 547.71729,611.13865 547.67231,610.72045 548.57209,609.63635 C 550.59533,607.19845 547.24137,598.31245 541.87397,591.89035 C 539.26603,588.76985 535.66839,584.41105 533.87921,582.20395 C 532.09004,579.99685 529.05254,577.62205 527.12921,576.92655 C 523.82883,575.73315 522.80557,574.22385 524.29025,572.73915 C 524.65215,572.37725 525.54641,572.57765 526.27752,573.18435 C 527.00862,573.79115 528.25462,574.03895 529.04641,573.73515 C 529.8382,573.43135 531.06056,573.87495 531.76276,574.72105 C 532.64846,575.78825 534.06961,576.09225 536.40292,575.71365 C 540.61265,575.03045 544.07967,576.55565 545.52422,579.72605 C 546.1361,581.06895 548.13538,582.79395 549.96705,583.55925 C 553.66612,585.10485 560.63226,592.26205 560.63226,594.51705 C 560.63226,595.31315 559.87958,596.38565 558.95964,596.90045 C 557.61766,597.65145 557.29595,599.34165 557.33218,605.45015 C 557.37448,612.58195 557.24301,613.05885 555.2548,612.98485 C 554.0874,612.94145 552.45726,612.68085 551.63226,612.40565 z "
style="fill:#00fa82;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2654" />
<path
id="16007-23"
d="M 275.88226,608.88835 C 274.09476,607.78355 272.63226,606.30725 272.63226,605.60765 C 272.63226,604.28475 281.35768,600.45595 282.2771,601.37535 C 283.38314,602.48135 283.87937,610.06385 282.84572,610.06385 C 282.26828,610.06385 281.19653,610.25125 280.46405,610.48035 C 279.73156,610.70945 277.66976,609.99305 275.88226,608.88835 z "
style="fill:#00a00a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2652" />
<path
id="16141-23"
d="M 433.57325,609.14735 C 427.59735,606.93985 426.95751,604.06385 432.4423,604.06385 C 435.62888,604.06385 436.50658,603.65245 436.95172,601.95025 L 437.50444,599.83665 L 440.44691,601.93185 C 443.71867,604.26155 445.32573,608.06385 443.03864,608.06385 C 442.26513,608.06385 441.63226,608.46135 441.63226,608.94725 C 441.63226,610.66795 437.93817,610.75975 433.57325,609.14735 z "
style="fill:#00be3c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2650" />
<path
id="16541-23"
d="M 336.89687,606.88405 C 335.05593,605.04305 334.33672,604.87745 332.27065,605.81885 C 330.23291,606.74725 329.53178,606.61025 328.07327,604.99865 C 327.11023,603.93445 325.15453,603.06415 323.72727,603.06445 C 321.36351,603.06495 321.14809,602.73075 321.30993,599.31445 C 321.40764,597.25165 321.52014,594.63735 321.55993,593.50495 C 321.59971,592.37255 322.2527,590.59755 323.01103,589.56055 C 324.36064,587.71485 324.4505,587.71565 327.26103,589.60175 C 328.8402,590.66155 332.15726,592.06875 334.63226,592.72885 C 338.62494,593.79385 339.30137,593.72765 340.63226,592.14145 C 341.45726,591.15825 342.93888,590.07035 343.92474,589.72385 C 345.49754,589.17115 345.63685,589.52245 345.0614,592.58985 C 344.70069,594.51265 344.84128,596.64335 345.37382,597.32475 C 345.90636,598.00625 346.81715,599.97815 347.3978,601.70665 C 348.39665,604.68025 348.30322,604.87965 345.66343,605.40765 C 344.12888,605.71455 342.17623,606.66275 341.32422,607.51475 C 339.374,609.46495 339.49507,609.48215 336.89687,606.88405 z "
style="fill:#005adc;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2648" />
<path
id="16410-23"
d="M 544.35564,607.07925 C 543.55087,605.93035 540.24639,603.41075 537.01234,601.48035 C 529.73703,597.13755 528.45659,595.52335 529.18501,591.61245 C 529.57261,589.53145 528.94073,586.73095 527.19416,582.78895 L 524.63551,577.01415 L 527.59619,578.54515 C 529.22456,579.38725 531.81133,581.69795 533.34457,583.68025 C 534.8778,585.66235 538.27913,589.82215 540.90308,592.92405 C 543.83857,596.39415 546.12048,600.29495 546.83475,603.06385 C 547.47321,605.53885 547.91384,607.78885 547.81393,608.06385 C 547.32103,609.42045 545.66528,608.94905 544.35564,607.07925 z "
style="fill:#0032aa;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2646" />
<path
id="16250-23"
d="M 296.63902,606.57195 C 295.36952,605.04235 295.07589,594.77305 296.24744,592.87745 C 296.9619,591.72145 299.63226,593.13625 299.63226,594.67085 C 299.63226,595.43695 300.1493,596.06385 300.78124,596.06385 C 302.43036,596.06385 308.63226,602.68595 308.63226,604.44685 C 308.63226,606.00705 307.39355,606.55765 301.56813,607.58695 C 298.91722,608.05535 297.65426,607.79525 296.63902,606.57195 z "
style="fill:#00dc64;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2644" />
<path
id="16503-23"
d="M 311.38226,605.97165 C 310.41976,605.41765 309.63226,604.28955 309.63226,603.46455 C 309.63226,601.69045 303.43926,595.06385 301.78124,595.06385 C 301.1493,595.06385 300.63226,594.41915 300.63226,593.63125 C 300.63226,592.84325 299.73226,591.91295 298.63226,591.56385 C 296.51756,590.89265 295.94801,588.60475 297.63593,587.56155 C 298.18795,587.22035 298.37469,585.88575 298.0509,584.59565 C 297.40818,582.03485 299.44887,577.17635 300.48975,578.78915 C 301.40323,580.20465 306.58589,582.70545 310.23106,583.48965 C 314.46003,584.39945 320.01614,591.83345 320.22248,596.85805 C 320.40468,601.29495 319.15001,604.06385 316.95732,604.06385 C 316.0748,604.06385 314.85314,604.71965 314.2425,605.52135 C 313.43006,606.58785 312.66286,606.70865 311.38226,605.97165 z "
style="fill:#00e6c8;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2642" />
<path
id="16316-23"
d="M 377.13226,605.03955 C 376.03226,604.61095 372.0826,602.87955 368.35524,601.19185 C 362.5238,598.55135 361.71309,597.87495 362.54484,596.34355 C 363.07648,595.36465 363.77506,593.31495 364.09724,591.78865 C 364.41942,590.26225 366.17156,587.33725 367.99088,585.28865 C 369.81021,583.23995 371.57832,580.79285 371.92002,579.85055 C 372.49223,578.27265 373.06779,578.32825 379.20848,580.55565 C 386.96655,583.36955 387.68732,583.89385 385.48895,585.12415 C 384.03675,585.93685 382.3058,591.24365 379.92209,602.19125 C 379.2462,605.29545 378.84375,605.70625 377.13226,605.03955 z "
style="fill:#008282;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2640" />
<path
id="16496-23"
d="M 463.14775,602.44665 C 461.94224,599.56145 461.21887,598.93865 459.57316,599.36905 C 456.91099,600.06525 455.88441,597.56515 457.8927,595.27655 C 458.71935,594.33455 459.70221,592.43885 460.07683,591.06385 C 460.97097,587.78205 462.81953,584.06185 463.55124,584.07165 C 465.00328,584.09115 466.39113,589.44265 465.89787,593.12025 C 465.4451,596.49585 465.71392,597.43275 467.49279,598.67865 C 470.08223,600.49245 470.15505,601.43035 467.91002,604.05245 C 465.53417,606.82715 464.88686,606.60895 463.14775,602.44665 z "
style="fill:#00a0c8;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2638" />
<path
id="16207-23"
d="M 478.39022,602.54025 C 476.40963,600.70375 475.00866,600.18225 473.24472,600.62495 C 471.31885,601.10835 470.6724,600.76565 470.09841,598.95715 C 469.54703,597.21995 469.97155,596.16875 471.89136,594.51735 C 475.78692,591.16655 476.89908,588.53015 475.06069,587.00445 C 473.17541,585.43975 473.57517,580.56385 475.58872,580.56385 C 477.53901,580.56385 486.55095,595.85595 486.59635,599.24245 C 486.63349,602.01255 484.38189,605.06385 482.30061,605.06385 C 481.64678,605.06385 479.8871,603.92815 478.39022,602.54025 z "
style="fill:#00285a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2636" />
<path
id="16325-23"
d="M 256.55865,601.37025 C 255.99539,599.88875 254.20534,597.30125 252.58075,595.62025 C 248.59942,591.50055 245.3444,584.95165 246.63612,583.65995 C 247.184,583.11205 247.63226,581.25375 247.63226,579.53045 C 247.63226,577.42025 248.69354,575.18995 250.88226,572.70055 C 253.67727,569.52155 255.15854,568.79405 261.46298,567.50375 C 269.7248,565.81295 274.91574,566.37835 277.60202,569.26175 C 279.39456,571.18585 279.4719,571.17875 284.49034,568.63575 C 289.53899,566.07735 294.44513,565.47645 300.46029,566.67945 L 303.53833,567.29505 L 299.76645,574.92945 C 297.69192,579.12835 296.17521,583.37295 296.39599,584.36185 C 296.61677,585.35075 296.27151,586.79355 295.62875,587.56805 C 294.98598,588.34255 294.72329,589.40215 295.04498,589.92265 C 295.65974,590.91735 290.17325,593.27145 289.29263,592.39085 C 289.01232,592.11055 287.81093,592.18975 286.62288,592.56685 C 284.9685,593.09185 284.59805,593.79135 285.04058,595.55455 C 285.5585,597.61815 284.93171,598.13155 278.99279,600.50915 C 272.59523,603.07025 272.21137,603.10845 267.83958,601.61885 C 263.5237,600.14825 263.24666,600.16935 261.91541,602.06995 C 259.97179,604.84485 257.77038,604.55735 256.55865,601.37025 z "
style="fill:#00dc82;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2634" />
<path
id="15970-23"
d="M 348.60217,601.35405 C 348.04602,599.81945 347.10434,597.60755 346.50954,596.43885 C 345.74131,594.92925 345.7371,593.73645 346.49499,592.32035 C 347.08179,591.22385 347.27773,590.04265 346.93041,589.69535 C 346.58309,589.34795 347.56182,589.06385 349.10535,589.06385 C 350.64888,589.06385 352.44617,588.33305 353.09931,587.43975 C 354.14029,586.01615 354.44655,586.20125 355.58088,588.93975 C 356.29259,590.65805 357.60781,592.07075 358.50358,592.07915 C 359.39935,592.08755 360.69338,592.45075 361.3792,592.88625 C 363.42777,594.18715 360.63836,598.89445 357.39373,599.61205 C 355.88753,599.94515 354.39997,600.63065 354.08803,601.13535 C 353.7761,601.64015 352.64168,602.52365 351.56712,603.09865 C 349.90456,603.98845 349.46264,603.72845 348.60217,601.35405 z "
style="fill:#002800;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2632" />
<path
id="16454-23"
d="M 422.63226,601.63645 C 422.63226,600.85135 421.61976,599.38885 420.38226,598.38645 C 416.95252,595.60815 417.43338,591.67165 421.57654,588.60945 C 426.29829,585.11965 428.2201,585.37575 430.61622,589.81385 C 431.72976,591.87635 433.53294,594.68885 434.62329,596.06385 C 435.90949,597.68575 436.39384,599.35405 436.00238,600.81385 C 435.45656,602.84915 434.78997,603.06385 429.01563,603.06385 C 424.15245,603.06385 422.63226,602.72385 422.63226,601.63645 z "
style="fill:#00f0b4;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2630" />
<path
id="16118-23"
d="M 494.38226,600.67175 C 492.56114,599.28935 492.08328,597.47205 493.3897,596.89715 C 493.80629,596.71385 495.70193,594.57835 497.60223,592.15155 L 501.05733,587.73935 L 502.27359,590.72005 C 502.94253,592.35945 504.19148,594.28305 505.04905,594.99475 C 506.44906,596.15665 506.39833,596.58365 504.55216,599.17635 C 502.26788,602.38425 497.55178,603.07775 494.38226,600.67175 z "
style="fill:#00fa32;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2628" />
<path
id="16403-23"
d="M 449.63226,600.00535 C 448.25726,599.52805 446.00726,598.91545 444.63226,598.64415 C 443.25726,598.37275 441.27457,597.52335 440.22628,596.75665 C 438.44042,595.45045 438.67283,595.15165 443.91394,592.01685 C 446.99045,590.17675 449.25757,588.26655 448.95198,587.77215 C 448.64639,587.27765 448.98885,585.76605 449.71301,584.41295 C 450.79406,582.39295 451.66513,582.00745 454.58096,582.25825 C 459.74732,582.70275 460.75453,584.02465 459.48516,588.69465 C 458.90674,590.82275 457.84424,593.23885 457.12405,594.06385 C 456.40386,594.88885 455.66108,596.68425 455.47344,598.05365 C 455.09923,600.78445 453.45725,601.33305 449.63226,600.00535 z "
style="fill:#00e6a0;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2626" />
<path
id="16382-23"
d="M 510.95519,597.36765 C 509.03025,596.99295 508.8929,596.61455 509.76917,594.10095 C 511.03927,590.45755 514.13043,587.65725 516.06341,588.39905 C 517.43445,588.92515 520.63226,595.07525 520.63226,597.18595 C 520.63226,598.06325 515.06539,598.16775 510.95519,597.36765 z "
style="fill:#0028a0;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2624" />
<path
id="16094-23"
d="M 467.11743,592.17165 C 467.54736,589.04565 467.40073,587.03875 466.71127,586.61265 C 466.11781,586.24585 465.63226,584.87395 465.63226,583.56385 C 465.63226,582.25375 465.18226,580.90375 464.63226,580.56385 C 462.52762,579.26305 463.7061,577.39715 466.63226,577.39715 C 469.10845,577.39715 469.63226,577.80455 469.63226,579.73045 C 469.63226,581.13785 470.2275,582.06385 471.13226,582.06385 C 472.05592,582.06385 472.63226,583.00175 472.63226,584.50485 C 472.63226,585.84735 473.08226,587.22395 473.63226,587.56385 C 474.18226,587.90375 474.63226,588.53625 474.63226,588.96945 C 474.63226,589.86015 467.83122,597.06385 466.99028,597.06385 C 466.69015,597.06385 466.74736,594.86235 467.11743,592.17165 z "
style="fill:#000a32;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2622" />
<path
id="16227-23"
d="M 485.17441,591.72595 C 483.77623,589.34015 482.63226,586.75185 482.63226,585.97425 C 482.63226,584.69205 491.35368,579.22565 491.90036,580.16525 C 493.58109,583.05395 496.62944,589.79625 496.60177,590.56385 C 496.52363,592.73145 492.68369,596.06385 490.26412,596.06385 C 488.31627,596.06385 487.11814,595.04265 485.17441,591.72595 z "
style="fill:#00f05a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2620" />
<path
id="16360-23"
d="M 434.15883,592.81385 C 428.16714,584.20945 425.82228,579.94015 426.91922,579.63245 C 427.58639,579.44535 430.04476,578.77275 432.38226,578.13785 C 434.71976,577.50295 436.63226,576.58615 436.63226,576.10035 C 436.63226,575.61455 438.02032,575.90955 439.71683,576.75595 C 441.84545,577.81785 443.12259,577.97355 443.83781,577.25825 C 444.55303,576.54305 445.61151,577.01745 447.25324,578.78885 C 449.8564,581.59775 450.15281,582.62405 448.63226,583.56385 C 448.08226,583.90375 447.63226,585.04145 447.63226,586.09215 C 447.63226,587.31525 445.64696,589.27235 442.11284,591.53305 C 439.07716,593.47495 436.39817,595.06385 436.15953,595.06385 C 435.92088,595.06385 435.02057,594.05135 434.15883,592.81385 z "
style="fill:#004696;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2618" />
<path
id="16518-23"
d="M 505.45194,593.31385 C 504.63228,592.35135 503.36212,589.98885 502.62936,588.06385 C 501.8966,586.13885 500.96075,584.11385 500.5497,583.56385 C 499.65766,582.37025 507.30255,582.33685 512.92036,583.50975 L 516.70846,584.30075 L 512.67036,588.02865 C 510.4494,590.07905 508.63226,592.50075 508.63226,593.41025 C 508.63226,595.55455 507.32641,595.51495 505.45194,593.31385 z "
style="fill:#0082d2;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2616" />
<path
id="16256-23"
d="M 333.66545,591.32965 C 330.53232,590.74315 325.61782,587.06385 327.96754,587.06385 C 328.85029,587.06385 330.59848,585.26795 331.8524,583.07305 C 333.92278,579.44885 334.42036,579.13555 337.26774,579.66285 C 339.07808,579.99805 340.68787,579.78285 341.07676,579.15365 C 342.31437,577.15115 343.63226,578.03305 343.63226,580.86385 C 343.63226,582.40385 344.15319,584.18475 344.78988,584.82145 C 346.16772,586.19925 344.26937,589.06385 341.97843,589.06385 C 341.20351,589.06385 340.31047,589.73885 339.99389,590.56385 C 339.41864,592.06285 338.3033,592.19785 333.66545,591.32965 z "
style="fill:#001e6e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2614" />
<path
id="16288-23"
d="M 360.05899,591.28335 C 358.74871,591.08595 357.18943,589.33205 355.82198,586.51745 C 354.63193,584.06795 353.24645,582.06385 352.74312,582.06385 C 352.2398,582.06385 352.47636,579.92635 353.26881,577.31385 C 354.06127,574.70135 354.57972,571.21385 354.42095,569.56385 C 354.15223,566.77135 354.33979,566.58705 357.13226,566.89985 C 358.78226,567.08465 360.55976,567.64715 361.08226,568.14985 C 361.60476,568.65255 363.05676,569.06385 364.30892,569.06385 C 365.99328,569.06385 367.11198,570.15335 368.60892,573.25165 C 371.24949,578.71705 371.16252,580.21995 368.03675,583.13955 C 366.60921,584.47285 364.69671,586.92095 363.78675,588.57975 C 362.62865,590.69085 361.51023,591.50195 360.05899,591.28335 z "
style="fill:#006478;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2612" />
<path
id="16184-23"
d="M 557.71544,587.84965 C 555.83619,585.70555 552.7997,583.32495 550.96768,582.55955 C 549.13566,581.79405 547.12735,580.04975 546.50478,578.68335 C 545.1107,575.62375 540.56145,573.61385 537.03408,574.49915 C 535.23405,574.95085 533.81142,574.63095 532.55191,573.49115 C 531.53707,572.57265 530.0294,572.08115 529.20153,572.39885 C 528.37366,572.71655 527.42376,572.53545 527.09065,571.99655 C 526.32742,570.76155 533.8868,567.36655 539.34209,566.49425 C 542.3594,566.01175 544.08592,566.26815 545.77212,567.44925 C 547.03995,568.33725 548.98964,569.06685 550.10477,569.07045 C 551.21989,569.07405 553.48226,569.97105 555.13226,571.06385 C 556.78226,572.15655 558.76478,573.05365 559.53787,573.05725 C 560.31095,573.06085 562.4688,574.22725 564.33309,575.64925 C 567.52945,578.08715 567.86064,578.14425 570.1423,576.64925 C 571.47307,575.77725 573.0363,575.06385 573.61613,575.06385 C 574.87309,575.06385 574.14642,578.99865 571.90787,584.31385 C 570.67342,587.24485 569.7752,588.06385 567.79484,588.06385 C 566.40132,588.06385 564.33216,588.89275 563.19671,589.90595 C 561.16744,591.71655 561.07404,591.68155 557.71544,587.84965 z "
style="fill:#003c50;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2610" />
<path
id="16253-23"
d="M 318.07021,588.25845 C 316.40428,586.08145 316.19723,585.04695 316.99238,582.87315 C 317.80186,580.66025 317.53474,579.50625 315.48773,576.37315 C 312.8796,572.38125 312.30194,565.99415 314.36267,563.93345 C 315.71118,562.58495 319.9411,563.84475 319.30052,565.40415 C 319.0385,566.04195 318.53075,567.29155 318.17217,568.18105 C 317.66121,569.44845 318.48346,570.04075 321.9745,570.91975 C 327.15283,572.22375 329.14033,575.68685 327.22228,580.06385 C 326.27699,582.22095 320.57915,591.16425 320.24937,591.00845 C 320.18496,590.97805 319.20434,589.74055 318.07021,588.25845 z "
style="fill:#00fa64;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2608" />
<path
id="16259-23"
d="M 414.13226,589.36345 C 413.03226,589.10585 411.68053,588.32355 411.12842,587.62495 C 410.57631,586.92645 409.00131,586.01115 407.62842,585.59105 C 403.24912,584.25105 402.03812,582.49675 402.4574,578.10025 C 402.7452,575.08235 403.54213,573.55215 405.58289,572.09895 C 408.21176,570.22705 408.53106,570.21535 413.51122,571.80795 C 417.68322,573.14205 419.47773,574.47495 422.66631,578.60795 C 426.95773,584.17045 427.32586,585.06385 425.32654,585.06385 C 424.60839,585.06385 422.49597,586.18885 420.63226,587.56385 C 418.76855,588.93885 416.99363,590.01165 416.68798,589.94785 C 416.38233,589.88405 415.23226,589.62105 414.13226,589.36345 z "
style="fill:#003c6e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2606" />
<path
id="16375-23"
d="M 495.85956,584.86305 C 494.703,582.49845 493.217,579.08415 492.55734,577.27565 C 491.89768,575.46705 490.48237,573.51875 489.41221,572.94605 C 487.72377,572.04245 487.55311,571.22095 488.1217,566.73425 C 489.29536,557.47295 489.3549,557.40995 493.34235,561.21375 C 495.27383,563.05625 497.71315,566.53455 498.76307,568.94305 C 499.81298,571.35165 501.78806,574.64865 503.15213,576.26985 C 506.75365,580.54995 506.45046,582.30795 502.24678,581.51935 C 498.23768,580.76725 496.52784,582.52625 499.28212,584.56925 C 500.97177,585.82255 500.99477,586.08125 499.54733,587.55195 C 498.09463,589.02795 497.78696,588.80355 495.85956,584.86305 z "
style="fill:#00dc96;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2604" />
<path
id="16042-23"
d="M 346.63226,586.12285 C 346.63226,585.05535 346.23198,583.93445 345.74275,583.63215 C 344.39989,582.80215 343.87379,576.09975 345.07836,575.16795 C 346.79167,573.84255 350.31738,573.25115 351.63833,574.06755 C 352.60753,574.66655 352.60472,575.61725 351.62499,578.58585 C 350.55129,581.83915 350.60065,582.46665 351.99151,583.24495 C 353.31716,583.98685 353.38436,584.48795 352.375,586.10415 C 350.73924,588.72345 346.63226,588.73675 346.63226,586.12285 z "
style="fill:#00f014;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2602" />
<path
id="16357-23"
d="M 225.99203,585.55905 C 225.67443,584.73135 225.72899,582.36885 226.11327,580.30905 C 226.49755,578.24915 226.9442,574.26555 227.10581,571.45645 C 227.47491,565.04095 229.52873,559.23225 231.56969,558.83145 C 232.4291,558.66265 235.24434,558.95465 237.82577,559.48015 C 242.26335,560.38355 242.55474,560.64555 243.16951,564.28435 C 243.8602,568.37245 242.80756,570.55605 239.66524,571.55335 C 238.53051,571.91355 237.65593,573.51435 237.26778,575.94165 C 236.9317,578.04345 235.75122,580.91415 234.64449,582.32115 C 233.53777,583.72815 232.63226,585.37085 232.63226,585.97155 C 232.63226,587.66115 226.65621,587.28985 225.99203,585.55905 z "
style="fill:#002896;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2600" />
<path
id="16506-23"
d="M 327.78962,581.97425 C 329.40415,578.63255 329.57043,577.32525 328.69887,574.82505 C 327.21019,570.55465 327.24622,570.45885 330.88226,569.02335 C 332.66976,568.31755 335.20649,566.80045 336.51944,565.65195 C 338.37466,564.02915 339.01532,563.87025 339.39444,564.93885 C 339.66274,565.69505 340.64163,567.07315 341.56976,568.00135 C 342.49789,568.92945 343.09288,570.18195 342.89197,570.78465 C 342.69107,571.38745 343.03734,572.19615 343.66147,572.58185 C 344.41922,573.05015 343.90189,574.21675 342.10447,576.09285 C 339.96152,578.32955 338.77241,578.80385 336.27247,578.41915 C 333.44465,577.98385 332.90546,578.34005 330.8524,581.99975 C 327.70517,587.60995 325.07731,587.58815 327.78962,581.97425 z "
style="fill:#000ad2;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2598" />
<path
id="16226-23"
d="M 387.63226,583.61885 C 387.63226,582.94015 386.56397,581.89815 385.25829,581.30325 C 382.9347,580.24455 382.91266,580.11225 384.21986,575.07285 C 386.54954,566.09175 392.25135,559.06385 397.2081,559.06385 C 398.47647,559.06385 399.79234,558.61385 400.13226,558.06385 C 401.04987,556.57915 403.33746,556.85325 403.97889,558.52475 C 404.7694,560.58475 397.7945,568.62495 395.4766,568.32565 C 393.21974,568.03415 393.13411,569.75805 395.19979,573.89875 C 396.06193,575.62695 396.62443,578.23675 396.44979,579.69835 C 396.19101,581.86405 395.34586,582.58685 391.88226,583.60435 C 388.51954,584.59215 387.63226,584.59525 387.63226,583.61885 z "
style="fill:#00e65a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2596" />
<path
id="16011-23"
d="M 479.28127,581.77495 L 477.5373,578.73625 L 481.82418,574.36825 C 484.49089,571.65115 486.26704,570.48465 486.52377,571.28205 C 486.75075,571.98705 487.99302,573.55485 489.28436,574.76605 C 490.57571,575.97735 491.6271,577.32735 491.62079,577.76605 C 491.61448,578.20485 489.7361,579.46185 487.44662,580.55945 C 485.15713,581.65705 482.77572,583.06325 482.15459,583.68435 C 481.31547,584.52345 480.57708,584.03275 479.28127,581.77495 z "
style="fill:#00c80a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2594" />
<path
id="16233-23"
d="M 239.63226,582.14715 C 239.63226,581.09295 239.23799,580.08055 238.75611,579.89715 C 238.27423,579.71385 238.08838,578.18255 238.34311,576.49435 C 238.68007,574.26125 239.7462,572.91875 242.25619,571.56705 C 245.47905,569.83145 245.81604,569.81905 247.37633,571.37935 C 248.68088,572.68385 248.78226,573.31385 247.8394,574.25665 C 247.17547,574.92065 246.63226,576.85885 246.63226,578.56385 C 246.63226,582.24795 245.08048,584.06385 241.93226,584.06385 C 240.33226,584.06385 239.63226,583.48045 239.63226,582.14715 z "
style="fill:#003264;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2592" />
<path
id="16054-23"
d="M 312.13226,582.84935 C 306.24085,581.04025 301.74139,578.79055 301.20176,577.38435 C 300.9002,576.59845 301.72848,573.84235 303.04239,571.25965 C 304.8594,567.68805 306.23801,566.31755 308.80098,565.53525 L 312.17065,564.50675 L 311.91756,568.83105 C 311.72688,572.08915 312.29857,574.11355 314.23618,577.04145 C 317.45365,581.90345 316.61259,584.22515 312.13226,582.84935 z "
style="fill:#006e1e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2590" />
<path
id="16306-23"
d="M 459.63226,582.06385 C 459.63226,581.51385 457.70747,581.06385 455.35494,581.06385 C 449.80196,581.06385 445.61526,576.80715 445.66406,571.21105 C 445.70152,566.91525 446.9976,564.95745 451.26314,562.75345 C 452.98513,561.86365 455.54358,559.76945 456.94858,558.09975 C 459.62514,554.91885 460.89512,554.19885 460.0989,556.31385 C 459.32871,558.35965 463.39061,564.06385 465.61756,564.06385 C 467.33472,564.06385 467.63226,564.71965 467.63226,568.50485 C 467.63226,570.94735 468.0896,573.22845 468.64857,573.57395 C 470.422,574.66995 468.62716,576.06385 465.4424,576.06385 C 462.49022,576.06385 462.3927,576.20015 462.93855,579.56385 C 463.42391,582.55475 463.22477,583.06385 461.56939,583.06385 C 460.50397,583.06385 459.63226,582.61385 459.63226,582.06385 z "
style="fill:#001482;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2588" />
<path
id="16529-23"
d="M 510.13226,581.57205 L 506.13226,580.28995 L 510.63226,579.92695 C 514.301,579.63085 515.15109,579.19435 515.2342,577.56385 C 515.29027,576.46385 515.40277,574.55845 515.4842,573.32965 C 515.56563,572.10075 516.88938,569.68845 518.42587,567.96875 L 521.21948,564.84225 L 524.40571,566.77985 L 527.59194,568.71755 L 524.69711,570.85775 C 522.69441,572.33845 521.95922,573.59815 522.31151,574.94525 C 522.65069,576.24225 522.12138,577.26685 520.7265,578.01335 C 519.57467,578.62985 518.63226,580.01835 518.63226,581.09905 C 518.63226,583.40175 516.25372,583.53405 510.13226,581.57205 z "
style="fill:#00dcd2;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2586" />
<path
id="16133-23"
d="M 593.30759,580.69105 C 591.92069,578.57445 591.1602,578.31745 587.66838,578.78585 C 584.49614,579.21125 583.63226,579.00385 583.63226,577.81685 C 583.63226,576.17685 579.57296,574.33635 575.72224,574.23035 C 573.09029,574.15795 571.37449,572.27075 572.43213,570.61155 C 572.79948,570.03535 572.95647,567.25155 572.781,564.42545 C 572.59715,561.46455 572.9218,559.00295 573.54711,558.61645 C 574.14394,558.24755 574.63226,555.33425 574.63226,552.14235 C 574.63226,547.97395 575.47976,544.28365 577.64046,539.04399 C 579.29496,535.03179 581.01618,531.25739 581.46537,530.65649 C 581.91457,530.05549 582.83607,527.62759 583.51316,525.26099 C 584.96876,520.17329 586.61821,519.30289 591.50824,521.04209 C 595.85959,522.58969 599.42547,526.44699 604.19451,534.76519 C 606.14997,538.17589 608.62343,541.24369 609.69108,541.58255 C 612.28215,542.40485 612.14698,544.58985 609.38538,546.52415 L 607.13849,548.09795 L 609.37268,554.23245 C 611.54111,560.18635 611.55706,560.50715 609.91469,565.13135 C 608.60353,568.82295 607.64281,570.01175 605.64799,570.41065 C 601.741,571.19205 597.82275,575.35795 597.45415,579.12245 C 597.05066,583.24315 595.39115,583.87095 593.30759,580.69105 z "
style="fill:#00823c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2584" />
<path
id="16520-23"
d="M 397.6261,578.38715 C 397.62271,576.83435 396.9744,574.32635 396.1854,572.81385 C 394.89107,570.33255 394.91611,570.06355 396.44156,570.06145 C 397.37145,570.06015 400.00637,567.73575 402.29695,564.89605 C 406.21864,560.03425 406.37444,559.59995 404.96717,557.45225 C 403.93985,555.88435 403.76697,554.64555 404.4141,553.48915 C 405.05373,552.34625 405.57904,552.16875 406.05289,552.93545 C 406.43646,553.55605 407.57565,554.06385 408.58443,554.06385 C 410.04656,554.06385 410.63777,555.30825 411.49935,560.19955 C 412.09379,563.57425 413.32287,567.46885 414.23065,568.85435 C 415.80143,571.25165 415.79061,571.33835 414.0067,570.64855 C 409.39577,568.86565 407.08128,569.02395 404.27576,571.31385 C 402.24231,572.97365 401.36926,574.63985 401.24569,577.09675 C 401.12599,579.47685 400.5383,580.65085 399.35219,580.87925 C 398.05456,581.12915 397.63075,580.51725 397.6261,578.38715 z "
style="fill:#0096d2;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2582" />
<path
id="16451-23"
d="M 470.63226,577.12285 C 470.63226,574.95535 470.18226,572.90375 469.63226,572.56385 C 469.08226,572.22395 468.63864,570.50985 468.64643,568.75485 C 468.65744,566.27645 469.87131,564.27965 474.08174,559.81385 C 478.64159,554.97735 480.04976,554.06385 482.94512,554.06385 C 487.8077,554.06385 488.73817,555.63145 487.7155,562.10075 C 486.92764,567.08475 486.30495,568.03765 479.75281,574.28565 C 475.84341,578.01365 472.19199,581.06385 471.63853,581.06385 C 471.08508,581.06385 470.63226,579.29035 470.63226,577.12285 z "
style="fill:#00d2b4;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2580" />
<path
id="16430-23"
d="M 376.13226,578.25865 C 369.78113,575.70095 367.14345,571.04495 372.49022,571.82965 C 375.16194,572.22185 375.43441,571.93355 376.67164,567.40645 C 377.39955,564.74305 378.07626,561.79225 378.17545,560.84925 C 378.46573,558.08955 381.53603,554.06385 383.35059,554.06385 C 384.27032,554.06385 386.17245,552.97905 387.57754,551.65315 C 389.50595,549.83345 391.48064,549.16325 395.63226,548.91925 C 398.65726,548.74155 401.58226,548.86405 402.13226,549.19165 C 402.68226,549.51925 404.36976,550.08305 405.88226,550.44465 C 407.39476,550.80615 408.63226,551.54715 408.63226,552.09135 C 408.63226,552.65975 407.72557,552.54525 406.50161,551.82225 C 404.7435,550.78385 404.28126,550.81405 403.85799,551.99465 C 402.94991,554.52765 398.40818,558.06385 396.06296,558.06385 C 391.13792,558.06385 385.28155,565.82255 382.66498,575.81385 C 381.42249,580.55825 381.6403,580.47675 376.13226,578.25865 z "
style="fill:#00faaa;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2578" />
<path
id="16142-23"
d="M 422.63138,576.33555 C 420.01651,573.01135 420.10947,572.06385 423.05047,572.06385 C 427.75304,572.06385 428.73468,571.12675 428.02042,567.31935 C 427.65773,565.38605 427.75954,563.97935 428.24687,564.19035 C 428.73383,564.40125 430.84611,565.23395 432.94082,566.04085 C 436.00545,567.22135 436.64294,567.90405 436.20447,569.53585 C 435.90478,570.65125 435.65342,572.54145 435.64591,573.73625 C 435.636,575.31375 434.74217,576.17775 432.38226,576.89115 C 425.38844,579.00525 424.70052,578.96605 422.63138,576.33555 z "
style="fill:#00c83c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2576" />
<path
id="16411-23"
d="M 504.32201,575.54175 C 502.77636,573.60455 500.82442,570.34205 499.98435,568.29175 C 499.14428,566.24135 496.6467,562.69615 494.43417,560.41345 C 490.53288,556.38845 490.44727,556.15435 491.59938,552.66345 C 492.25277,550.68365 493.14737,549.06385 493.58737,549.06385 C 495.09623,549.06385 496.72941,551.88765 497.31789,555.51405 C 497.64176,557.50975 498.66212,559.68745 499.58535,560.35325 C 500.50859,561.01905 501.54765,562.32515 501.89437,563.25555 C 502.24109,564.18605 503.78646,565.73205 505.32852,566.69115 C 508.97935,568.96185 511.58215,572.12035 511.61002,574.31385 C 511.62225,575.27635 512.08226,576.06385 512.63226,576.06385 C 513.18226,576.06385 513.63226,576.73885 513.63226,577.56385 C 513.63226,578.58945 512.6045,579.06385 510.38226,579.06375 C 507.86272,579.06375 506.50064,578.27215 504.32201,575.54175 z "
style="fill:#003caa;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2574" />
<path
id="16303-23"
d="M 438.30139,574.25075 C 436.67025,572.44835 436.69047,572.09535 438.6907,567.45665 C 440.89524,562.34425 443.73206,548.48745 442.97699,546.51985 C 442.31074,544.78355 450.99521,538.05209 452.61214,539.05139 C 453.34845,539.50649 454.4821,539.67499 455.13136,539.42589 C 455.78062,539.17669 456.90114,539.68289 457.6214,540.55079 C 458.68769,541.83555 458.69656,542.83895 457.66919,545.95195 C 456.72142,548.82375 456.68681,550.29725 457.53012,551.87295 C 458.48102,553.64975 458.19286,554.49465 455.64715,557.39405 C 453.99402,559.27685 451.34955,561.35245 449.77055,562.00655 C 446.32617,563.43325 444.78127,566.18715 444.40912,571.56385 C 444.19023,574.72625 443.70193,575.62535 442.07709,575.85785 C 440.94674,576.01955 439.24767,575.29635 438.30139,574.25075 z "
style="fill:#00fa78;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2572" />
<path
id="15968-23"
d="M 564.63226,574.06385 C 563.25726,572.98825 561.45726,572.09535 560.63226,572.07945 C 559.80726,572.06365 557.78226,571.15655 556.13226,570.06385 C 554.48226,568.97105 552.20577,568.07405 551.07339,568.07045 C 549.94101,568.06685 547.54099,567.19138 546.47337,566.38388 C 545.40575,565.57638 539.66861,566.26539 541.54984,563.89513 C 542.09282,563.21099 545.74865,558.67727 540.58381,558.30819 C 539.69833,558.24535 541.48721,553.43196 542.68551,553.63172 C 545.60334,554.11812 552.19441,554.92255 554.09325,557.02075 C 555.06728,558.09705 558.84952,560.12745 562.49824,561.53285 C 571.67855,565.06875 571.71501,565.10275 571.29797,569.73255 C 570.68852,576.49865 569.08062,577.54335 564.63226,574.06385 z "
style="fill:#001400;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
sodipodi:nodetypes="cssssssssssc"
inkscape:label="#path2570" />
<path
id="16005-23"
d="M 512.61002,573.48045 C 512.58281,571.13465 510.06934,568.01785 506.32852,565.69115 C 504.78646,564.73205 503.24109,563.18605 502.89437,562.25555 C 502.54765,561.32515 501.42073,559.95755 500.3901,559.21645 C 498.58706,557.92005 498.58457,557.81915 500.32425,556.54675 C 501.86875,555.41705 502.39299,555.50415 503.92122,557.14415 C 504.90514,558.19995 506.48014,559.07815 507.42122,559.09565 C 509.69885,559.13795 512.63226,561.43915 512.63226,563.18355 C 512.63226,563.95305 513.48753,565.11685 514.53285,565.76965 C 516.22745,566.82795 516.30173,567.33975 515.21819,570.49155 C 513.73716,574.79955 512.63992,576.05705 512.61002,573.48045 z "
style="fill:#008c0a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2568" />
<path
id="16105-23"
d="M 345.16976,572.26805 C 344.87413,571.97235 344.63226,571.13055 344.63226,570.39715 C 344.63226,569.66385 343.73226,568.16385 342.63226,567.06385 C 341.53226,565.96385 340.63226,564.38885 340.63226,563.56385 C 340.63226,561.61465 343.52267,561.61465 344.27063,563.56385 C 344.58722,564.38885 345.92309,565.06385 347.23925,565.06385 C 350.04462,565.06385 353.63226,568.30015 353.63226,570.83075 C 353.63226,572.20525 352.75217,572.62075 349.66976,572.70155 C 347.49038,572.75875 345.46538,572.56365 345.16976,572.26805 z "
style="fill:#007832;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2566" />
<path
id="16547-23"
d="M 416.83686,569.77515 C 414.31456,567.08245 413.11753,564.01295 412.22923,557.96015 C 411.51068,553.06405 408.66427,549.08445 405.8433,549.03205 C 403.86289,548.99525 400.62025,546.75745 400.65806,545.45355 C 400.69395,544.21565 408.37884,540.78919 409.52739,541.49905 C 410.04314,541.81775 412.70122,541.59905 415.43424,541.01289 C 420.09578,540.01319 420.57171,540.10329 423.12311,542.46775 C 425.11171,544.31075 427.43354,545.16835 431.75993,545.65775 C 435.01433,546.02595 437.91033,546.70475 438.1955,547.16615 C 439.09097,548.61505 435.82516,553.75925 432.01709,556.89815 C 429.59766,558.89245 428.56481,560.44565 428.96485,561.48815 C 429.35779,562.51215 429.017,563.06385 427.99147,563.06385 C 426.77716,563.06385 426.50753,563.86975 426.82164,566.56025 C 427.14336,569.31605 426.83282,570.18275 425.35569,570.65165 C 424.32491,570.97875 423.23128,570.99615 422.92542,570.69035 C 422.61955,570.38445 421.59056,570.55095 420.63877,571.06035 C 419.35293,571.74855 418.37596,571.41825 416.83686,569.77515 z "
style="fill:#0096dc;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2564" />
<path
id="16543-23"
d="M 247.02863,569.76695 C 245.32033,568.91315 244.74654,567.29185 243.97541,561.13975 C 243.17659,554.76665 242.93051,543.83475 243.48589,539.39329 C 243.56639,538.74949 245.09476,537.90959 246.88226,537.52689 C 248.66976,537.14409 250.96069,535.95819 251.97321,534.89159 C 254.91777,531.78969 256.95034,533.01199 258.91788,539.06789 C 259.89997,542.09065 261.49685,545.23885 262.46651,546.06385 C 265.17679,548.36975 265.75656,550.91685 264.51466,555.06195 C 263.58629,558.16065 263.66645,559.42605 264.95469,562.00835 C 266.71957,565.54615 267.11928,565.23825 258.45954,567.01125 C 255.33954,567.65005 252.24694,568.82315 251.58709,569.61825 C 250.24236,571.23855 249.98973,571.24675 247.02863,569.76695 z "
style="fill:#006edc;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2562" />
<path
id="16308-23"
d="M 323.03564,569.89125 C 320.19876,569.15365 319.9599,568.77065 320.18782,565.32495 C 320.42449,561.74715 320.59754,561.57205 323.73914,561.73355 C 325.55554,561.82685 327.56167,562.61435 328.19721,563.48355 C 329.7955,565.66935 332.84864,565.45995 334.93666,563.02125 C 335.89855,561.89785 337.12527,561.25045 337.6627,561.58265 C 338.84181,562.31135 334.02972,566.50925 330.88818,567.49255 C 329.65394,567.87875 328.07894,568.75765 327.38818,569.44565 C 326.53612,570.29425 325.13651,570.43755 323.03564,569.89125 z "
style="fill:#003282;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2560" />
<path
id="16497-23"
d="M 369.26795,569.55765 C 367.69258,568.73605 365.64508,568.06385 364.71795,568.06385 C 363.79082,568.06385 362.60476,567.65195 362.08226,567.14855 C 361.55976,566.64505 360.00726,566.08255 358.63226,565.89855 C 356.38257,565.59735 356.10248,565.05205 355.83482,560.45275 C 355.58212,556.11055 355.1598,555.16955 353.02751,554.19805 C 351.64709,553.56905 349.42263,553.32935 348.08428,553.66525 C 346.37513,554.09425 345.46848,553.80055 345.03797,552.67875 C 344.23907,550.59685 347.67199,541.06389 349.2206,541.06389 C 349.87689,541.06389 352.37549,541.95395 354.77306,543.04185 C 360.5521,545.66415 364.25611,545.63515 365.68972,542.95645 C 367.05497,540.40549 368.36239,541.49965 368.80531,545.56385 C 369.06593,547.95525 369.66517,548.62565 371.75919,548.86835 C 373.204,549.03585 375.42858,550.28255 376.70269,551.63875 C 378.74371,553.81135 378.88859,554.48885 377.9207,557.33425 C 377.31649,559.11055 376.28453,562.92635 375.62746,565.81385 C 374.34209,571.46235 373.67408,571.85565 369.26795,569.55765 z "
style="fill:#00aac8;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2558" />
<path
id="16420-23"
d="M 278.63226,567.26385 C 278.63226,566.27385 279.11724,564.97885 279.71,564.38605 C 281.8912,562.20485 282.52992,556.02525 281.01729,551.73795 C 279.62453,547.79045 279.6584,547.55125 281.84883,545.86555 C 283.10472,544.89905 284.69476,544.09825 285.38226,544.08605 C 286.06976,544.07385 286.63226,543.66635 286.63226,543.18045 C 286.63226,542.69465 287.58796,542.04715 288.75604,541.74175 C 290.49555,541.28689 290.75776,540.70009 290.20524,538.49859 C 289.62052,536.16889 289.77052,535.91859 291.33146,536.61959 C 292.3219,537.06429 294.70726,537.50609 296.63226,537.60139 C 300.42352,537.78889 300.41476,537.76939 299.21137,543.35385 C 298.5522,546.41275 298.75512,547.55005 300.26347,549.24995 C 301.39843,550.52905 301.70559,551.50635 301.04569,551.73875 C 300.3165,551.99565 300.55244,553.83875 301.76305,557.34265 C 304.49353,565.24565 304.30286,566.37195 300.38226,565.49955 C 295.08315,564.32045 288.77526,564.95025 284.61197,567.07415 C 279.79653,569.53085 278.63226,569.56775 278.63226,567.26385 z "
style="fill:#0096aa;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2556" />
<path
id="16147-23"
d="M 525.83671,566.04705 L 522.54116,564.03785 L 525.83671,560.06885 C 529.40905,555.76655 527.85848,553.4589 528.70172,555.6564 C 529.00309,556.4418 534.00522,559.48715 536.71159,560.18085 C 539.41796,560.87445 541.63226,561.75175 541.63226,562.13045 C 541.63226,563.47465 538.8488,565.09445 534.02331,566.55835 C 531.33323,567.37445 529.13226,568.04535 529.13226,568.04925 C 529.13226,568.05315 527.64926,567.15215 525.83671,566.04705 z "
style="fill:#00fa3c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
sodipodi:nodetypes="cccsssssc"
inkscape:label="#path2554" />
<path
id="16199-23"
d="M 272.42002,565.65325 C 268.48693,564.89325 267.45233,564.20445 266.16289,561.48715 C 265.04695,559.13545 264.88051,557.54105 265.56345,555.74485 C 266.86139,552.33095 268.65125,551.42045 269.28677,553.85065 C 269.57271,554.94405 271.57001,556.63385 273.72521,557.60575 C 279.06099,560.01185 279.94077,561.25085 278.39287,564.17905 C 277.21737,566.40285 276.8141,566.50235 272.42002,565.65325 z "
style="fill:#00d250;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2552" />
<path
id="16187-23"
d="M 205.63195,564.06325 C 204.22016,561.42525 204.98634,559.06385 207.25403,559.06385 C 209.39821,559.06385 221.43397,553.40495 223.3367,551.50225 C 225.85636,548.98255 227.19885,549.85255 227.36883,554.11505 C 227.51211,557.70825 227.31003,558.09635 225.58132,557.54765 C 224.25994,557.12825 223.63226,557.39675 223.63226,558.38145 C 223.63226,560.43605 218.84503,563.32875 214.13226,564.12205 C 211.93226,564.49225 209.37927,565.11555 208.45895,565.50715 C 207.30373,565.99855 206.42844,565.55155 205.63195,564.06325 z "
style="fill:#005a50;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2550" />
<path
id="16241-23"
d="M 351.58451,565.01315 C 350.78577,564.50785 349.30439,564.08755 348.29255,564.07915 C 345.71774,564.05775 342.88009,560.21825 343.40596,557.46735 C 343.90229,554.87095 348.46285,553.85155 352.38226,555.46095 C 354.22127,556.21605 354.63226,557.16675 354.63226,560.66535 C 354.63226,565.31195 353.84108,566.44065 351.58451,565.01315 z "
style="fill:#008264;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2548" />
<path
id="16236-23"
d="M 432.96906,564.88205 C 429.42882,563.16955 429.53283,560.64335 433.26623,557.66435 C 435.12019,556.18505 437.54513,553.19475 438.65499,551.01925 C 439.76484,548.84375 440.94689,547.06385 441.28175,547.06385 C 442.27773,547.06385 440.59871,559.20835 439.11021,562.77085 C 437.66774,566.22315 436.54173,566.61025 432.96906,564.88205 z "
style="fill:#005064;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2546" />
<path
id="16108-23"
d="M 515.38226,564.67175 C 514.41976,563.94115 513.63226,562.76755 513.63226,562.06385 C 513.63226,560.43165 510.63772,558.13705 508.45369,558.09565 C 506.64027,558.06125 503.63226,555.50135 503.63226,553.99245 C 503.63226,553.48165 504.41976,553.04785 505.38226,553.02825 C 506.34476,553.00865 509.32837,550.61915 512.0125,547.71815 L 516.89274,542.44365 L 520.81344,544.38345 C 523.64252,545.78315 524.89398,547.12245 525.3082,549.19355 C 525.62393,550.77215 526.27601,552.06385 526.75726,552.06385 C 529.07,552.06385 527.16057,556.65375 522.99542,561.10665 C 520.44516,563.83315 518.08266,566.04955 517.74542,566.03205 C 517.40818,566.01455 516.34476,565.40245 515.38226,564.67175 z "
style="fill:#009632;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2544" />
<path
id="16028-23"
d="M 303.56665,559.13785 C 301.86066,551.85175 302.18097,549.56965 304.7702,550.56325 C 306.30692,551.15295 312.63226,560.30305 312.63226,561.93645 C 312.63226,562.48235 311.61976,563.26385 310.38226,563.67305 C 305.46488,565.29915 304.92517,564.94005 303.56665,559.13785 z "
style="fill:#006414;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2542" />
<path
id="16143-23"
d="M 329.30682,562.65815 C 329.01014,561.88495 327.38737,560.94935 325.70067,560.57885 C 322.97428,559.98005 322.7069,559.60895 323.29129,557.23455 C 325.10064,549.88335 330.18567,547.30375 334.57596,551.50985 C 336.08685,552.95745 338.40935,554.06385 339.93698,554.06385 C 341.93828,554.06385 342.63226,554.56355 342.63226,556.00485 C 342.63226,557.07235 342.17492,558.22845 341.61595,558.57395 C 341.05698,558.91935 340.88827,559.66905 341.24105,560.23985 C 341.66281,560.92225 340.82904,561.04635 338.80639,560.60205 C 336.39769,560.07305 335.34602,560.37525 333.95904,561.99515 C 331.9018,564.39785 330.07434,564.65825 329.30682,562.65815 z "
style="fill:#00d23c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2540" />
<path
id="16484-23"
d="M 563.79799,560.67485 C 555.33857,557.30695 552.13226,553.88585 552.13226,548.22785 C 552.13226,544.82505 551.90057,544.54145 548.88226,544.25045 C 547.09476,544.07815 545.64648,543.62815 545.66386,543.25045 C 545.72949,541.82445 550.28207,537.44399 554.13226,535.10229 C 556.33226,533.76419 558.35726,532.38789 558.63226,532.04369 C 558.90726,531.69959 559.92651,531.12479 560.89727,530.76659 C 561.86802,530.40829 563.09112,528.98719 563.61526,527.60859 C 564.54578,525.16109 565.01206,525.07769 569.13226,526.62129 C 570.23226,527.03339 571.62755,527.41409 572.2329,527.46719 C 572.83826,527.52039 574.48018,528.92469 575.88161,530.58789 L 578.42968,533.61179 L 576.03097,539.50769 C 574.48153,543.31615 573.63226,547.39695 573.63226,551.03365 C 573.63226,554.13025 573.21689,557.09135 572.70921,557.61385 C 572.20153,558.13635 571.63903,559.69575 571.45921,561.07935 L 571.13226,563.59475 L 563.79799,560.67485 z "
style="fill:#0028c8;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2538" />
<path
id="16452-23"
d="M 463.04536,560.57155 C 462.14721,559.20085 461.64732,557.46695 461.93449,556.71855 C 462.22167,555.97025 461.59615,554.62115 460.54445,553.72065 C 457.59064,551.19155 458.21299,550.37715 463.65063,549.65575 C 468.05497,549.07155 469.07596,549.30045 471.99502,551.52695 C 473.82433,552.92225 475.84534,554.06385 476.48615,554.06385 C 477.12696,554.06385 475.74565,556.08885 473.41659,558.56385 C 468.56203,563.72255 465.49856,564.31565 463.04536,560.57155 z "
style="fill:#00dcb4;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2536" />
<path
id="16327-23"
d="M 96.416352,560.31385 C 95.685225,559.35135 93.323394,557.61305 91.16784,556.45105 C 86.114291,553.72665 83.488957,548.93665 83.853531,543.10595 C 84.125026,538.76379 84.224745,538.64219 87.692116,538.42489 C 90.822829,538.22869 91.666669,538.73139 94.692116,542.59495 C 96.584199,545.01115 98.655213,547.00515 99.294369,547.02595 C 99.933525,547.04675 100.76018,548.86145 101.13138,551.05855 C 101.50258,553.25575 102.21714,555.30725 102.71928,555.61765 C 104.52135,556.73135 103.5835,559.76505 101.08521,560.90335 C 97.860718,562.37245 97.992808,562.38915 96.416352,560.31385 z "
style="fill:#00f082;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2534" />
<path
id="16407-23"
d="M 313.63226,560.98325 C 313.63226,560.38895 312.05726,557.52995 310.13226,554.62975 C 306.0849,548.53215 305.88428,547.43605 308.65473,546.55675 C 314.0888,544.83195 321.333,550.14515 319.572,554.56385 C 319.13362,555.66385 318.50926,557.80135 318.18454,559.31385 C 317.78183,561.18965 316.96445,562.06385 315.61321,562.06385 C 314.52369,562.06385 313.63226,561.57755 313.63226,560.98325 z "
style="fill:#0014aa;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2532" />
<path
id="16017-23"
d="M 121.63227,558.18885 C 121.63227,552.62185 122.80593,549.06385 124.64226,549.06385 C 125.61026,549.06385 127.21154,547.82635 128.20066,546.31385 C 131.63222,541.06659 136.0864,538.38219 142.63226,537.61649 C 144.00726,537.45559 146.48226,536.98769 148.13226,536.57659 L 151.13226,535.82909 L 147.64602,538.82539 C 144.72831,541.33305 144.17515,542.45295 144.25404,545.69275 C 144.34313,549.35115 143.94488,549.87975 137.00648,555.31385 C 130.8434,560.14065 129.01986,561.06385 125.64847,561.06385 C 121.89149,561.06385 121.63227,560.87825 121.63227,558.18885 z "
style="fill:#000a14;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2530" />
<path
id="16437-23"
d="M 276.13226,557.37735 C 273.93226,556.12415 271.76552,554.96865 271.31728,554.80965 C 270.86904,554.65055 270.36411,552.47075 270.19521,549.96545 C 270.02631,547.46015 269.44085,544.54495 268.89419,543.48715 C 268.34753,542.42935 267.61088,539.28739 267.25719,536.50509 L 266.61411,531.44629 L 276.12318,529.94299 C 284.7183,528.58409 285.63552,528.58969 285.66619,530.00169 C 285.68485,530.86089 286.55532,533.36389 287.60056,535.56389 C 289.91421,540.43359 288.92321,541.78275 284.65423,539.57519 C 282.88992,538.66289 281.209,538.15379 280.91885,538.44399 C 279.48365,539.87909 278.71853,548.61975 279.732,552.00235 C 280.33335,554.00955 280.66942,556.55265 280.47881,557.65385 C 280.13814,559.62195 280.06438,559.61735 276.13226,557.37735 z "
style="fill:#0046b4;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2528" />
<path
id="16365-23"
d="M 319.66406,558.86085 C 319.64657,557.92425 320.13826,556.04735 320.75671,554.69005 C 323.17257,549.38775 315.33924,543.66565 308.13883,545.47285 C 306.76022,545.81885 305.63226,546.76835 305.63226,547.58285 C 305.63226,549.48515 302.24324,549.50495 300.67209,547.61185 C 298.64421,545.16835 300.44259,542.30165 305.1252,540.51339 C 309.38268,538.88749 309.66942,538.90339 314.01869,541.00889 C 321.31676,544.54175 326.51083,550.78475 323.63226,552.56385 C 323.08226,552.90375 322.63226,553.96935 322.63226,554.93175 C 322.63226,555.89415 321.97157,557.55505 321.16406,558.62265 C 319.87053,560.33285 319.69208,560.36125 319.66406,558.86085 z "
style="fill:#007896;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2526" />
<path
id="16038-23"
d="M 536.13226,558.83825 C 534.46416,558.32347 530.84681,556.46821 529.65903,555.34621 C 528.28388,554.04722 528.23849,553.07105 530.19695,550.27495 C 531.63788,548.21775 531.93225,548.1606 533.91945,549.55245 C 535.30072,550.5199 539.56363,551.16266 540.96191,551.71875 C 541.83114,552.06444 541.31888,550.63202 541.26843,549.56955 C 541.22668,548.69031 542.24468,548.32425 542.73704,548.62855 C 543.47239,549.08305 547.51123,549.80798 545.63362,553.05531 C 545.43358,553.40129 542.90996,552.8127 541.99336,553.09654 C 541.20036,553.3421 539.62965,557.12644 539.59082,558.05769 C 539.55199,558.98894 542.21648,559.28951 542.36612,559.6212 C 543.15212,561.3634 540.19066,560.28265 536.13226,558.83825 z "
style="fill:#00c814;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
sodipodi:nodetypes="cssssssssssc"
inkscape:label="#path2524" />
<path
id="16197-23"
d="M 202.57929,555.40335 C 201.94879,553.49285 201.59028,551.80795 201.7826,551.65885 C 205.89596,548.47155 211.95653,545.06385 213.51175,545.06385 C 214.62228,545.06385 216.88935,546.51735 218.54968,548.29395 L 221.56848,551.52405 L 216.09674,554.24795 C 213.08729,555.74605 209.07265,557.40045 207.17533,557.92435 C 203.82764,558.84865 203.69175,558.77415 202.57929,555.40335 z "
style="fill:#00be50;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2522" />
<path
id="16485-23"
d="M 236.17869,558.00995 C 234.55423,557.52485 232.28126,557.36485 231.12765,557.65435 C 229.27245,558.11995 228.99355,557.68315 228.71311,553.87235 C 228.53873,551.50265 228.38111,547.35125 228.36285,544.64685 C 228.33269,540.17879 228.54885,539.70799 230.73096,539.48969 C 232.05167,539.35759 234.77406,538.81539 236.7807,538.28489 C 238.78734,537.75439 240.81234,537.60009 241.2807,537.94209 C 241.74906,538.28409 242.13226,543.17635 242.13226,548.81395 C 242.13226,559.96745 242.22973,559.81695 236.17869,558.00995 z "
style="fill:#0032c8;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2520" />
<path
id="16040-23"
d="M 103.94279,555.31385 C 101.7404,550.17105 101.93263,546.09305 104.38227,545.99075 C 105.34477,545.95055 107.48227,545.06585 109.13227,544.02465 C 115.89327,539.75859 115.63227,539.83749 115.63227,542.06005 C 115.63227,543.19665 116.29621,544.38135 117.1077,544.69275 C 119.3348,545.54735 121.83509,551.11455 120.63904,552.55565 C 120.09486,553.21135 119.89207,553.99025 120.18839,554.28665 C 120.6306,554.72885 107.88583,558.06385 105.75371,558.06385 C 105.40544,558.06385 104.59053,556.82635 103.94279,555.31385 z "
style="fill:#00dc14;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2518" />
<path
id="16415-23"
d="M 498.6261,554.98815 C 498.62271,554.20475 497.97835,552.33395 497.19419,550.83075 C 496.36637,549.24385 496.15926,547.85615 496.70035,547.52175 C 497.2129,547.20495 497.63226,545.63875 497.63226,544.04135 C 497.63226,541.25539 497.81459,541.14049 502.09992,541.22659 C 505.6429,541.29769 506.88981,541.80795 508.12444,543.69225 C 509.5315,545.83965 509.53214,546.35675 508.1311,549.06605 C 507.27849,550.71485 505.83396,552.06385 504.92103,552.06385 C 504.0081,552.06385 502.21966,553.04225 500.94671,554.23815 C 499.2922,555.79245 498.6305,556.00635 498.6261,554.98815 z "
style="fill:#0064aa;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2516" />
<path
id="16422-23"
d="M 488.28362,554.30875 C 487.81808,553.55545 485.304,553.06385 481.91763,553.06385 C 477.43571,553.06385 475.64422,552.54755 472.92283,550.47185 C 469.82802,548.11135 468.99467,547.94145 463.58895,548.56885 L 457.65328,549.25775 L 459.20572,545.54225 C 460.67717,542.02055 460.64962,541.71125 458.67747,539.61199 C 455.98961,536.75089 450.88936,536.63559 447.88226,539.36799 L 445.63226,541.41245 L 445.63226,535.71679 C 445.63226,530.68179 445.9095,529.89469 448.02199,528.93219 C 449.33634,528.33329 450.89035,526.79279 451.47535,525.50889 C 452.35633,523.57539 453.10512,523.25669 455.83562,523.65319 C 460.83437,524.37899 466.78697,520.55399 468.42974,515.56039 C 470.09022,510.51299 472.15713,508.22919 477.13226,505.94458 C 482.67454,503.39956 486.28625,503.52559 487.71412,506.31389 C 489.19996,509.21529 492.66857,512.01329 494.81487,512.04159 C 495.74031,512.05379 496.74942,512.85139 497.05734,513.81389 C 497.36526,514.77639 498.69097,516.23889 500.00336,517.06389 C 506.03559,520.85589 510.51928,524.07209 511.11319,525.03299 C 511.47016,525.61059 510.89741,527.18259 509.8404,528.52639 C 508.7834,529.87019 507.34567,533.01579 506.64546,535.51669 C 505.38687,540.01199 505.32316,540.06389 501.06566,540.06389 C 496.93778,540.06389 496.74597,540.19879 496.44562,543.31385 C 496.23332,545.51575 495.42418,546.87465 493.93661,547.52755 C 492.729,548.05765 491.13617,550.08035 490.39699,552.02245 C 489.50297,554.37145 488.79542,555.13685 488.28362,554.30875 z "
style="fill:#0aa;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2514" />
<path
id="16548-23"
d="M 377.85938,551.01465 C 376.5945,549.44395 374.37706,548.05295 372.85938,547.87805 C 370.65639,547.62425 370.06942,546.98725 369.80531,544.56385 C 369.62549,542.91385 369.09235,541.16569 368.62056,540.67909 C 368.13965,540.18309 368.46965,538.71549 369.3716,537.33889 C 370.63464,535.41129 371.56913,535.00119 373.71914,535.43129 C 375.45844,535.77909 376.89591,535.45109 377.65835,534.53239 C 379.3814,532.45629 380.92388,533.85379 380.3103,536.93519 C 380.0224,538.38099 380.14849,542.48885 380.5905,546.06385 C 381.03251,549.63885 381.11023,552.85035 380.76321,553.20045 C 380.41619,553.55055 379.10947,552.56695 377.85938,551.01465 z "
style="fill:#00a0dc;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2512" />
<path
id="16170-23"
d="M 542.40455,547.73731 C 543.14918,544.28333 543.29812,544.12198 543.94609,544.21676 C 545.88165,544.49986 551.34972,545.10765 551.39818,545.6235 C 551.54165,547.15061 552.5738,552.07936 552.18525,553.658 C 551.78618,555.27939 547.86731,553.97311 547.26996,553.64031 C 545.84022,552.84374 547.75302,549.6259 544.88368,548.8729 C 543.37369,548.47663 543.62795,548.3386 542.40455,547.73731 z "
style="fill:#00aa46;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
sodipodi:nodetypes="csssssc"
inkscape:label="#path2510" />
<path
id="16417-23"
d="M 335.80657,550.74935 C 334.6107,549.47645 333.63226,547.25755 333.63226,545.81855 C 333.63226,543.42735 334.17037,543.07965 339.88226,541.78025 C 343.31976,540.99829 346.30109,540.49849 346.50744,540.66969 C 346.71379,540.84089 346.15129,542.80865 345.25744,545.04255 C 344.36359,547.27655 343.63226,549.99515 343.63226,551.08405 C 343.63226,553.95085 338.61257,553.73625 335.80657,550.74935 z "
style="fill:#0078aa;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2508" />
<path
id="16217-23"
d="M 382.14442,549.81385 C 381.1956,544.48315 380.9734,531.06389 381.83395,531.06389 C 382.27302,531.06389 382.63226,530.44399 382.63226,529.68629 C 382.63226,528.92869 383.24038,527.80409 383.98364,527.18719 C 386.59817,525.01739 391.987,528.14289 398.10385,535.37709 C 403.26879,541.48545 403.6546,542.24525 401.83321,542.72155 C 400.71585,543.01375 399.52908,544.33875 399.19595,545.66615 C 398.6451,547.86085 398.16951,548.04435 393.94502,547.69245 C 389.82001,547.34885 389.02849,547.62795 386.87714,550.18465 C 383.76523,553.88295 382.856,553.81175 382.14442,549.81385 z "
style="fill:#008c5a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2506" />
<path
id="16000-23"
d="M 199.63226,549.59905 C 199.63226,548.34145 198.12371,548.06385 191.29059,548.06385 L 182.94891,548.06385 L 181.18124,542.22565 C 179.52555,536.75729 179.51891,536.18369 181.07642,533.17189 C 182.16776,531.06139 183.35544,530.06069 184.53213,530.25999 C 185.51822,530.42709 186.95664,530.07249 187.72864,529.47209 C 189.63542,527.98909 197.29742,525.06389 199.27494,525.06389 C 200.53724,525.06389 200.62989,525.36179 199.71165,526.46819 C 198.13915,528.36299 199.16181,532.19959 203.32624,540.02879 C 206.59198,546.16835 206.67361,546.56195 204.94863,547.85195 C 201.09347,550.73515 199.63226,551.21525 199.63226,549.59905 z "
style="fill:#005a0a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2504" />
<path
id="16061-23"
d="M 266.05619,548.81385 C 265.66522,547.57635 264.54308,545.99905 263.56254,545.30875 C 262.582,544.61845 261.09195,541.70745 260.25132,538.83979 C 258.59606,533.19319 259.08844,532.10879 263.32099,532.07919 C 265.1791,532.06619 265.60602,532.78139 266.14726,536.81389 C 266.49791,539.42639 267.36337,543.13885 268.0705,545.06385 C 269.36756,548.59475 269.18065,551.06385 267.61631,551.06385 C 267.14921,551.06385 266.44715,550.05135 266.05619,548.81385 z "
style="fill:#00b41e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2502" />
<path
id="16192-23"
d="M 526.28747,548.08985 C 525.84777,545.89145 524.77214,544.73125 522.16247,543.64085 C 517.99752,541.90065 517.76699,540.47659 521.07307,536.91109 C 522.41552,535.46339 523.24052,534.00549 522.9064,533.67139 C 522.57229,533.33719 522.79841,533.06389 523.40889,533.06389 C 524.01937,533.06389 525.18802,534.01929 526.0059,535.18689 C 526.82378,536.35459 528.53679,537.84379 529.8126,538.49619 C 531.63127,539.42619 532.07505,540.38919 531.86739,542.95475 C 531.6215,545.99245 528.93997,550.96035 527.50726,551.03245 C 527.16351,551.04965 526.6146,549.72555 526.28747,548.08985 z "
style="fill:#008c50;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2500" />
<path
id="15998-23"
d="M 219.28984,547.06385 C 217.81969,545.41385 215.8328,544.05695 214.87455,544.04855 C 213.43797,544.03585 213.38498,543.87335 214.57256,543.12185 C 215.75804,542.37175 215.80802,541.54315 214.85504,538.43809 C 214.21824,536.36319 213.85503,534.50779 214.04792,534.31489 C 214.37033,533.99249 225.56696,537.65779 226.18336,538.28749 C 226.33215,538.43949 226.76119,540.20919 227.13679,542.22015 C 227.68847,545.17395 227.41741,546.27865 225.72597,547.97015 C 222.9936,550.70245 222.46567,550.62815 219.28984,547.06385 z "
style="fill:#00460a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2498" />
<path
id="16281-23"
d="M 535.8708,549.39775 C 534.28425,548.75855 531.27676,548.03001 532.09156,546.55905 C 533.01865,544.88537 532.10818,539.88444 533.63262,539.88444 C 533.63262,539.88444 538.09076,542.21989 539.54612,543.4154 C 539.91715,543.72018 542.57446,544.43471 542.38865,544.76827 C 541.72885,545.95269 541.14298,551.32228 540.58917,550.82881 C 539.98841,550.29351 537.10092,549.8933 535.8708,549.39775 z "
style="fill:#001e78;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
sodipodi:nodetypes="csssssc"
inkscape:label="#path2496" />
<path
id="16286-23"
d="M 323.42352,546.21385 C 321.96854,544.58085 319.96153,542.78785 318.96351,542.22935 C 316.50103,540.85129 317.44317,540.18859 322.93489,539.43589 C 328.95845,538.61029 332.63226,540.75109 332.63226,545.08685 C 332.63226,546.79445 332.09927,548.06965 331.38226,548.07745 C 330.69476,548.08495 329.21801,548.33675 328.1006,548.63705 C 326.67806,549.01925 325.27581,548.29275 323.42352,546.21385 z "
style="fill:#005078;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2494" />
<path
id="15969-23"
d="M 120.63227,546.59905 C 120.63227,545.79335 119.68986,544.62985 118.53803,544.01335 C 117.23846,543.31785 116.61966,542.22005 116.90727,541.12029 C 117.16218,540.14549 116.95214,538.59989 116.44052,537.68569 C 115.9289,536.77149 115.79819,535.11649 116.15006,534.00779 C 117.12875,530.92419 124.08335,531.57719 126.30038,534.96079 C 128.11605,537.73189 128.27103,543.00175 126.62718,546.07335 C 125.37161,548.41945 120.63227,548.83495 120.63227,546.59905 z "
style="fill:#001e00;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2492" />
<path
id="16176-23"
d="M 145.39438,546.87565 C 143.83253,542.77225 150.50767,536.85229 159.26966,534.57009 C 164.24633,533.27379 165.25667,533.25969 166.4664,534.46939 C 167.67612,535.67919 167.55962,536.13559 165.63657,537.72029 C 164.40616,538.73429 162.21262,540.80169 160.76205,542.31465 C 158.38546,544.79345 157.78322,544.96755 154.67209,544.07525 C 151.6125,543.19775 150.91644,543.37545 148.55662,545.63625 C 146.64519,547.46755 145.7528,547.81735 145.39438,546.87565 z "
style="fill:#00e646;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2490" />
<path
id="16373-23"
d="M 510.63226,545.96825 C 510.63226,545.36565 509.74082,543.62065 508.65127,542.09055 C 506.77197,539.45129 506.75111,539.07129 508.24488,534.68739 C 510.01693,529.48669 511.12438,528.39749 513.03115,529.97999 C 513.75236,530.57849 516.01118,531.64599 518.05075,532.35209 L 521.75906,533.63589 L 516.57595,540.34989 C 511.23582,547.26725 510.63226,547.83775 510.63226,545.96825 z "
style="fill:#00c896;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2488" />
<path
id="16448-23"
d="M 95.63691,541.54205 C 92.744909,537.83689 91.567744,537.06389 88.817359,537.06389 C 85.942032,537.06389 85.536314,536.76009 85.812716,534.81389 C 86.050367,533.14059 86.901158,532.48389 89.132267,532.25169 C 90.782267,532.07989 92.65161,531.26549 93.286362,530.44169 C 94.117362,529.36319 96.812494,528.86929 102.9134,528.67739 C 113.09434,528.35709 115.13227,529.38799 115.13227,534.85829 C 115.13227,537.87379 114.57362,538.92849 112.13227,540.52179 C 107.20239,543.73925 104.91712,544.84485 101.94963,545.44785 C 99.506098,545.94435 98.668474,545.42615 95.63691,541.54205 z "
style="fill:#00b4b4;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2486" />
<path
id="16290-23"
d="M 433.24664,544.87725 C 424.60501,543.48965 422.55243,541.83895 423.08644,536.70649 C 423.3235,534.42799 423.54329,532.05599 423.57486,531.43519 C 423.60643,530.81439 424.99815,529.74069 426.66758,529.04919 C 429.24438,527.98189 430.2905,528.05699 433.59277,529.54609 C 435.88789,530.58099 438.94822,531.12909 441.05745,530.88279 L 444.63226,530.46549 L 444.63226,535.62979 C 444.63226,539.34029 444.04877,541.53595 442.55968,543.42895 C 441.41976,544.87815 440.18226,546.00945 439.80968,545.94305 C 439.4371,545.87665 436.48373,545.39705 433.24664,544.87725 z "
style="fill:#007878;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2484" />
<path
id="16341-23"
d="M 206.9104,543.94195 C 206.29338,543.32495 206.02653,542.19995 206.31739,541.44195 C 206.60826,540.68409 206.35965,540.06389 205.76493,540.06389 C 204.56944,540.06389 201.82039,535.20669 200.59226,530.92439 C 200.04743,529.02469 200.21821,527.82249 201.1418,527.05599 C 203.08308,525.44489 209.91744,530.01579 211.86686,534.22909 C 214.85905,540.69619 214.84663,541.50595 211.72709,543.34875 C 208.28913,545.37955 208.34157,545.37315 206.9104,543.94195 z "
style="fill:#00828c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2482" />
<path
id="16024-23"
d="M 280.63226,543.02875 C 280.63226,540.76009 281.93401,539.85869 284.04202,540.66759 C 286.27227,541.52345 286.01504,542.37905 283.12446,543.71975 C 280.95055,544.72805 280.63226,544.63975 280.63226,543.02875 z "
style="fill:#003c14;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2480" />
<path
id="15996-23"
d="M 354.87044,541.67025 C 351.97645,540.44379 349.21858,539.01809 348.74186,538.50209 C 348.26514,537.98609 347.37711,534.41389 346.76846,530.56389 C 346.15981,526.71389 345.36828,522.27699 345.0095,520.70419 C 344.37493,517.92239 344.44441,517.86369 347.56208,518.54839 C 349.32478,518.93559 351.97417,519.88219 353.44962,520.65189 C 354.92507,521.42169 357.07502,522.05429 358.22727,522.05769 C 359.37953,522.06109 361.14379,522.97159 362.14785,524.08109 C 363.92719,526.04729 363.90054,526.17439 361.09512,529.10259 C 358.22994,532.09329 358.22394,532.12619 359.77963,536.33539 C 360.63918,538.66109 361.07016,541.31455 360.73735,542.23205 C 360.18663,543.75045 359.65945,543.69995 354.87044,541.67025 z "
style="fill:#00320a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2478" />
<path
id="16310-23"
d="M 362.10896,542.13725 C 362.44528,541.07769 362.01602,538.52479 361.15507,536.46419 C 359.62055,532.79159 359.64308,532.66199 362.29734,529.89159 L 365.00498,527.06539 L 367.31862,529.23899 C 370.35291,532.08949 370.24549,533.33809 366.46385,539.17419 C 363.25636,544.12415 360.98862,545.66715 362.10896,542.13725 z "
style="fill:#004682;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2476" />
<path
id="16481-23"
d="M 540.07339,542.59565 C 539.00577,541.78815 535.16535,539.36966 534.20285,539.35216 C 531.60429,539.30496 534.19673,540.08339 538.84047,535.35169 C 542.90553,531.20969 545.63226,529.91679 545.63226,532.13129 C 545.63226,532.71829 546.46704,532.93369 547.48733,532.60989 C 548.50762,532.28599 550.42012,532.42909 551.73733,532.92789 L 554.13226,533.83469 L 551.63226,535.00879 C 550.25726,535.65449 547.80844,537.95609 546.19043,540.12339 C 542.87126,544.56925 542.74841,544.61895 540.07339,542.59565 z "
style="fill:#000ac8;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2474"
sodipodi:nodetypes="csssscccsc" />
<path
id="15975-23"
d="M 129.26808,540.57049 C 129.58326,539.74919 128.88998,537.25239 127.72748,535.02199 C 125.50843,530.76469 126.12832,527.06389 129.06046,527.06389 C 129.80726,527.06389 130.74313,526.27639 131.14016,525.31389 C 131.69199,523.97609 132.28785,524.74169 133.66965,528.56389 C 136.20717,535.58289 136.18437,539.06389 133.60088,539.06389 C 132.48362,539.06389 131.31047,539.73889 130.99389,540.56389 C 130.6773,541.38885 130.03055,542.06385 129.55666,542.06385 C 129.08276,542.06385 128.9529,541.39185 129.26808,540.57049 z "
style="fill:#005a00;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2472" />
<path
id="16172-23"
d="M 332.32829,540.28049 C 330.56833,538.33579 330.88094,534.66939 333.78126,523.23979 C 335.0799,518.12219 335.24369,517.93809 338.00726,518.48979 C 339.58851,518.80559 341.41594,519.06389 342.06821,519.06389 C 343.36746,519.06389 345.22799,525.62969 346.23375,533.76409 C 346.86563,538.87469 346.82715,538.97549 344.00449,539.60709 C 339.25648,540.66949 337.71109,541.04069 335.79534,541.57875 C 334.75681,541.87045 333.26,541.30995 332.32829,540.28049 z "
style="fill:#00be46;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2470" />
<path
id="16378-23"
d="M 399.71278,535.15679 L 394.59541,529.24979 L 398.14207,527.05779 C 403.09485,523.99679 404.38663,525.36699 404.8024,534.12229 C 404.98382,537.94269 405.06428,541.06739 404.9812,541.06609 C 404.89812,541.06489 402.52733,538.40569 399.71278,535.15679 z "
style="fill:#00fa96;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2468" />
<path
id="16029-23"
d="M 408.63226,540.08929 C 406.33168,539.52969 406.10807,538.96909 405.82905,533.06089 C 405.66228,529.52969 405.00323,526.01089 404.3645,525.24119 C 403.38452,524.06039 404.05654,523.93509 408.66771,524.43889 C 411.67321,524.76729 415.25726,525.15489 416.63226,525.30019 C 418.00726,525.44559 420.12038,526.12959 421.32808,526.82039 C 423.22066,527.90279 423.38668,528.46989 422.53027,530.92659 C 421.98376,532.49429 421.61143,534.17899 421.70286,534.67039 C 422.1065,536.83979 421.48054,537.87679 419.38226,538.51479 C 413.66247,540.25389 410.94535,540.65189 408.63226,540.08929 z "
style="fill:#006e14;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2466" />
<path
id="16284-23"
d="M 609.48207,539.81389 C 608.63922,539.12639 606.68243,536.31389 605.13366,533.56389 C 599.64069,523.81059 594.0313,519.06389 587.9984,519.06389 C 585.89748,519.06389 585.6695,518.71689 586.19133,516.31389 C 587.47787,510.38929 592.91699,499.10826 594.77058,498.51995 C 596.90895,497.84126 603.364,499.67962 605.63226,501.6133 C 612.068,507.09969 616.4898,512.69179 618.21623,517.52759 C 619.11714,520.05109 619.9599,520.64829 623.20655,521.06389 C 627.59187,521.62519 628.53708,523.47439 626.69727,527.89299 C 625.5608,530.62239 621.65872,533.06389 618.4329,533.06389 C 617.29893,533.06389 616.63226,533.80439 616.63226,535.06389 C 616.63226,537.03349 613.40203,541.06389 611.82339,541.06389 C 611.37851,541.06389 610.32491,540.50139 609.48207,539.81389 z "
style="fill:#003c78;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2464" />
<path
id="16362-23"
d="M 301.14509,536.36389 C 300.81698,534.27389 300.36898,531.40319 300.14954,529.98459 C 299.50118,525.79329 302.05209,519.92489 305.25714,518.23449 C 308.36294,516.59639 315.31349,516.55439 317.25055,518.16199 C 318.12852,518.89069 318.17704,520.12869 317.4332,522.82259 C 316.05676,527.80769 316.98899,535.12029 319.20775,536.74269 C 321.54096,538.44879 320.55589,539.29369 316.45192,539.10629 C 314.62611,539.02299 311.55726,538.87719 309.63226,538.78229 C 307.70726,538.68739 305.14437,538.95949 303.93696,539.38689 C 301.97632,540.08089 301.67789,539.75769 301.14509,536.36389 z "
style="fill:#005a96;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2462" />
<path
id="16278-23"
d="M 228.88059,537.97809 C 228.88059,537.97809 225.66695,537.23792 226.62892,536.76318 C 227.59089,536.28844 224.74183,535.73229 228.83039,535.60171 C 232.13667,535.49379 233.54352,529.00573 235.04794,526.61084 C 236.55236,524.21595 235.03693,522.9284 234.29928,519.89518 C 233.57457,516.91518 237.30439,516.40471 238.4867,514.99551 C 239.10823,514.25471 239.54557,510.44923 241.63226,509.22499 C 243.74251,507.98693 244.63226,505.06819 244.63226,504.00213 C 244.63226,502.03621 246.18075,501.56962 249.05047,502.67084 C 250.7782,503.33383 251.2463,506.06385 249.63226,506.06385 C 247.90737,506.06385 248.54355,510.97509 250.52512,512.95669 C 252.20614,514.63769 252.25041,515.01709 250.92067,516.34689 C 249.64532,517.62219 249.61577,518.37629 250.72132,521.43359 C 251.92481,524.76179 251.84622,525.20719 249.64152,527.55399 L 247.26377,530.08499 L 244.44801,527.38739 C 242.89935,525.90359 241.63226,523.87389 241.63226,522.87679 C 241.63226,521.87969 240.95726,521.06389 240.13226,521.06389 C 239.30726,521.06389 238.63226,521.51389 238.63226,522.06389 C 238.63226,522.61389 238.04987,523.06389 237.33805,523.06389 C 236.04179,523.06389 232.88587,532.12065 231.61331,535.46223 C 230.9801,537.12498 231.44384,539.12728 228.88059,537.97809 z "
style="fill:#00fa6e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
sodipodi:nodetypes="czszzsssssssscccsssssc"
inkscape:label="#path2460" />
<path
id="16483-23"
d="M 531.13226,537.66469 C 530.03226,537.05919 528.00726,535.42079 526.63226,534.02359 C 524.2698,531.62319 524.20399,531.26559 525.43618,527.52359 C 527.30226,521.85669 527.93888,521.54979 532.87333,523.93849 C 535.28804,525.10749 538.24663,526.06389 539.44798,526.06389 C 543.1425,526.06389 542.16962,530.13429 537.38226,534.70649 C 533.75444,538.17129 532.83947,538.60429 531.13226,537.66469 z "
style="fill:#001ec8;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2458" />
<path
id="16476-23"
d="M 136.63226,535.72479 C 136.63226,534.39959 135.95726,531.40219 135.13226,529.06389 C 134.30726,526.72559 133.63226,524.01299 133.63226,523.03599 C 133.63226,520.57539 138.11589,519.25949 144.06993,519.97249 L 149.00759,520.56389 L 150.30064,525.56389 C 152.59424,534.43289 152.42228,534.82419 145.88226,535.61729 C 142.71976,536.00079 139.34476,536.72399 138.38226,537.22439 C 136.94806,537.97009 136.63226,537.69949 136.63226,535.72479 z "
style="fill:#00d2be;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2456" />
<path
id="16470-23"
d="M 320.90198,536.29159 C 317.98161,534.02929 317.12917,529.32949 318.55851,523.37129 L 319.71179,518.56389 L 326.67203,518.56389 C 330.50016,518.56389 333.63226,518.97429 333.63226,519.47599 C 333.63226,519.97759 332.97127,522.67759 332.16339,525.47599 C 331.3555,528.27429 330.43511,532.25139 330.11807,534.31389 C 329.58935,537.75349 329.27637,538.06199 326.33695,538.04159 C 324.57437,538.02939 322.12863,537.24189 320.90198,536.29159 z "
style="fill:#0096be;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2454" />
<path
id="16268-23"
d="M 173.52504,536.26489 C 169.80537,536.02359 168.66151,535.48709 167.58735,533.47999 C 166.69733,531.81699 165.73967,531.20859 164.69457,531.64239 C 159.03206,533.99249 157.74091,532.18929 162.13226,528.06389 C 163.50726,526.77209 164.63226,525.17309 164.63226,524.51049 C 164.63226,523.68559 166.6028,523.34649 170.88226,523.43479 C 177.02091,523.56159 177.16367,523.62809 178.89514,527.16849 C 180.39369,530.23249 180.46866,531.20719 179.39514,533.66849 C 178.23094,536.33759 177.77225,536.54049 173.52504,536.26489 z "
style="fill:#00966e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2452" />
<path
id="16196-23"
d="M 233.63226,536.09219 C 233.63226,533.37599 237.21088,524.06389 238.25472,524.06389 C 238.9207,524.06389 239.69257,523.50139 239.96998,522.81389 C 240.24739,522.12639 240.50989,522.44239 240.55331,523.51629 C 240.59673,524.59009 242.07034,526.95239 243.828,528.76579 L 247.02374,532.06299 L 249.90632,529.31339 L 252.7889,526.56389 L 254.79986,529.03489 L 256.81082,531.50589 L 254.12642,532.22389 C 252.65,532.61869 250.89986,533.68319 250.23723,534.58939 C 249.3519,535.80019 246.99068,536.34369 241.33235,536.63919 C 236.8581,536.87289 233.63226,536.64379 233.63226,536.09219 z "
style="fill:#00b450;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2450" />
<path
id="16026-23"
d="M 291.43492,535.22319 C 287.88096,533.63859 286.26971,531.15239 287.21855,528.71739 C 287.70621,527.46589 299.76953,520.86779 300.40611,521.50439 C 300.61961,521.71789 300.27398,522.86479 299.63803,524.05309 C 298.94187,525.35389 298.74797,527.78929 299.15075,530.17329 C 299.58319,532.73289 299.3897,534.65119 298.60356,535.59849 C 297.12065,537.38519 296.17254,537.33559 291.43492,535.22319 z "
style="fill:#005014;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2448" />
<path
id="16269-23"
d="M 218.63226,534.30699 C 216.15726,533.46779 213.93232,532.60739 213.68795,532.39489 C 213.44358,532.18239 214.90608,530.63829 216.93795,528.96339 C 220.40057,526.10919 220.63322,525.56219 220.64757,520.24109 C 220.66988,511.97089 221.55758,511.08689 226.53356,514.37979 C 228.76426,515.85599 231.11171,517.06389 231.75011,517.06389 C 233.93624,517.06389 235.18574,526.62473 232.13185,530.96993 C 228.89673,535.57293 224.76435,536.38619 218.63226,534.30699 z "
style="fill:#00a06e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
sodipodi:nodetypes="cssssssc"
inkscape:label="#path2446" />
<path
id="16003-23"
d="M 153.37575,533.37109 C 153.13088,532.92709 152.33885,529.68969 151.61569,526.17689 C 150.63637,521.41979 149.81834,519.66379 148.41,519.29549 C 147.18077,518.97399 146.73041,518.25049 147.1229,517.22759 C 147.45497,516.36229 147.99842,513.60889 148.33056,511.10909 C 149.07034,505.54127 151.87649,502.46842 157.34291,501.2402 L 161.41833,500.32451 L 162.02101,504.09351 C 162.35249,506.16649 162.90024,511.54389 163.23823,516.04339 C 163.82233,523.81899 163.72829,524.35649 161.33975,526.89409 C 159.95759,528.36249 158.66588,530.46389 158.46928,531.56389 C 158.11294,533.55769 154.23716,534.93279 153.37575,533.37109 z "
style="fill:#00780a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2444" />
<path
id="16052-23"
d="M 371.0385,532.91219 C 370.64702,532.27869 371.07046,531.21659 371.97948,530.55189 C 372.98219,529.81869 373.63226,527.93929 373.63226,525.77339 C 373.63226,522.34529 373.74155,522.23629 376.38226,523.02949 C 382.07518,524.73959 382.71573,525.22549 382.04843,527.32799 C 380.55098,532.04599 372.90114,535.92599 371.0385,532.91219 z "
style="fill:#005a1e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2442" />
<path
id="16153-23"
d="M 549.13226,531.19199 C 544.28408,529.86869 543.07092,529.12329 542.81271,527.30909 C 542.63696,526.07419 542.97446,525.06389 543.56271,525.06389 C 544.15096,525.06389 544.63226,523.74599 544.63226,522.13529 C 544.63226,519.30109 546.80313,516.06389 548.70369,516.06389 C 549.2144,516.06389 549.63226,515.38889 549.63226,514.56389 C 549.63226,512.91589 551.26726,512.49959 551.79893,514.01219 C 551.98226,514.53379 554.2694,515.09629 556.88146,515.26219 C 559.95565,515.45749 561.63094,516.02219 561.63146,516.86349 C 561.6319,517.57829 562.24623,519.37829 562.99665,520.86349 C 564.1832,523.21189 564.14001,523.95489 562.66528,526.56389 C 561.73261,528.21389 560.52399,529.56389 559.97946,529.56389 C 559.43493,529.56389 558.2019,530.35139 557.2394,531.31389 C 556.2769,532.27639 555.40905,533.01119 555.31083,532.94669 C 555.21262,532.88229 552.43226,532.09269 549.13226,531.19199 z "
style="fill:#003c46;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2440" />
<path
id="16289-23"
d="M 211.28296,530.20989 C 210.94597,528.88299 211.16913,494.54539 211.53249,491.81385 C 211.58736,491.40135 213.00384,491.06385 214.68023,491.06385 C 218.25187,491.06385 222.55138,495.28788 222.60066,498.84523 C 222.61804,500.1 223.30726,501.38564 224.13226,501.70222 C 226.38157,502.56536 225.96744,504.52985 222.4988,509.45089 C 219.85301,513.20449 219.38481,514.74099 219.49045,519.32349 C 219.60852,524.44519 219.39278,524.95079 215.65828,528.30329 C 212.45384,531.17999 211.62147,531.54269 211.28296,530.20989 z "
style="fill:#006e78;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2438" />
<path
id="16453-23"
d="M 256.13986,528.79769 C 255.04404,527.01909 253.41053,523.98889 252.50982,522.06389 C 250.90741,518.63909 250.92741,518.50469 253.43931,515.81389 C 256.27397,512.77729 262.63226,511.83869 262.63226,514.45689 C 262.63226,515.22299 263.27437,516.09629 264.05918,516.39739 C 265.66084,517.01209 269.63226,525.35359 269.63226,528.10309 C 269.63226,529.43269 268.54809,530.05669 265.38226,530.54899 C 263.04476,530.91249 260.45726,531.39479 259.63226,531.62069 C 258.74629,531.86329 257.31667,530.70769 256.13986,528.79769 z "
style="fill:#00e6b4;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2436" />
<path
id="16345-23"
d="M 516.86693,530.56429 C 515.07099,529.78509 513.34269,528.34119 513.02625,527.35569 C 512.70981,526.37019 512.02671,524.66389 511.50826,523.56389 C 510.91354,522.30199 510.93399,518.97029 511.56368,514.53699 C 512.11261,510.67229 512.30201,506.51699 511.98456,505.30306 C 510.38808,499.19809 515.13103,495.2483 517.26611,500.90476 C 518.26061,503.53948 518.75874,503.7594 524.12962,503.93491 C 527.31478,504.03899 530.24554,504.32484 530.64243,504.57013 C 531.45759,505.07393 530.74522,510.03789 529.63878,511.56389 C 529.23998,512.11389 528.62372,514.13889 528.26932,516.06389 C 527.91493,517.98889 526.89496,521.13889 526.00274,523.06389 C 525.11051,524.98889 523.87465,527.65279 523.25639,528.98369 C 521.82246,532.07039 520.87707,532.30429 516.86693,530.56429 z "
style="fill:#00aa8c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2434" />
<path
id="16419-23"
d="M 576.58621,529.21549 C 575.02645,527.10579 573.17661,525.99369 570.46479,525.53559 C 567.24181,524.99109 566.24186,524.21899 564.60543,521.01129 C 562.251,516.39619 562.12959,514.11069 564.10046,511.50499 C 564.90796,510.43739 565.58296,508.15649 565.60046,506.43629 C 565.61795,504.71614 566.23443,502.80898 566.97041,502.19817 C 567.7064,501.58736 568.83347,499.33564 569.47501,497.19435 C 570.87285,492.52879 573.09853,490.23058 573.98409,492.53833 C 574.30606,493.37736 575.66047,494.06385 576.99389,494.06385 C 579.5661,494.06385 580.63226,495.69949 580.63226,499.64564 C 580.63226,500.97565 581.0859,502.06385 581.64036,502.06385 C 582.8094,502.06385 586.26454,510.07829 585.73596,511.56389 C 585.54027,512.11389 585.24276,513.68889 585.07483,515.06389 C 584.65752,518.48069 581.46351,528.15129 580.00913,530.40129 C 578.8996,532.11789 578.67436,532.03979 576.58621,529.21549 z "
style="fill:#008caa;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2432" />
<path
id="16276-23"
d="M 83.221161,527.98709 C 79.258112,523.27729 79.939395,522.02569 86.742367,521.51839 C 91.412127,521.17009 96.759216,518.06369 98.595708,514.63219 C 100.42805,511.20839 101.39727,512.18749 100.70612,516.76399 C 100.08315,520.88909 95.832884,528.03149 93.989256,528.05149 C 93.3606,528.05829 92.587223,528.73889 92.270641,529.56389 C 91.231625,532.27149 86.069382,531.37209 83.221161,527.98709 z "
style="fill:#00e66e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2430" />
<path
id="16538-23"
d="M 114.88227,529.38949 C 112.71384,527.87679 111.92897,525.10049 113.28611,523.74339 C 114.41543,522.61399 113.99642,514.68519 112.78611,514.28179 C 112.1515,514.07029 111.63227,513.13479 111.63227,512.20299 C 111.63227,511.27119 110.88103,509.43629 109.96284,508.12539 C 108.32296,505.78417 108.33624,505.75617 110.71284,506.54419 C 114.35821,507.75299 124.9585,507.92019 126.39388,506.79159 C 127.32041,506.06315 127.61033,506.29959 127.48544,507.68179 C 127.39191,508.71689 127.38668,511.16099 127.47383,513.11299 C 127.61172,516.20169 128.08439,516.82559 131.11762,517.92239 L 134.60298,519.18269 L 132.11762,521.86309 C 130.75067,523.33729 129.63226,524.88549 129.63226,525.30369 C 129.63226,525.72179 129.00901,526.06389 128.24727,526.06389 C 127.48554,526.06389 126.12516,527.18889 125.22423,528.56389 C 123.29693,531.50529 118.46807,531.89079 114.88227,529.38949 z "
style="fill:#003cdc;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2428" />
<path
id="16098-23"
d="M 270.63226,527.56189 C 270.63226,524.42119 266.78454,516.05949 265.02938,515.38599 C 264.1299,515.04079 263.80092,514.10779 264.16938,512.94689 C 264.49758,511.91279 264.9351,508.29619 265.14165,504.9099 C 265.3482,501.5236 266.05762,498.419 266.71813,498.01078 C 267.37864,497.60256 267.68278,496.36504 267.394,495.26073 C 266.97707,493.66638 267.85064,492.71858 271.63593,490.65837 C 278.4483,486.95061 279.39388,487.1903 280.13956,492.81385 C 280.48597,495.42635 281.19601,498.46385 281.71742,499.56385 C 282.86924,501.99379 283.76571,510.04809 283.97595,519.85549 C 284.14997,527.97349 284.84032,527.24299 275.38226,528.94889 C 270.87235,529.76239 270.63226,529.69229 270.63226,527.56189 z "
style="fill:#003232;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2426" />
<path
id="16315-23"
d="M 365.55292,525.48299 C 363.16753,523.05249 360.29704,521.06109 359.17405,521.05769 C 358.05107,521.05429 355.97727,520.44879 354.56561,519.71209 C 353.15395,518.97539 350.67895,518.03799 349.06561,517.62889 L 346.13226,516.88509 L 350.13226,513.48929 C 352.33226,511.62169 354.41517,510.08689 354.76094,510.07869 C 355.10671,510.07049 355.95488,511.42849 356.64574,513.09639 C 357.76043,515.78749 358.32657,516.10389 361.67358,515.90639 C 364.47117,515.74129 366.37339,516.39179 369.03878,518.42479 C 372.06431,520.73239 372.63226,521.77289 372.63226,525.00779 C 372.63226,530.51209 370.62107,530.64709 365.55292,525.48299 z "
style="fill:#007882;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2424" />
<path
id="16385-23"
d="M 434.26066,528.42819 C 432.61414,527.53619 430.05441,527.07299 428.26066,527.34249 C 425.50153,527.75689 423.30669,526.85309 418.75708,523.42919 C 417.98651,522.84929 421.83184,514.63649 423.44986,513.40649 C 426.19654,511.31839 426.63226,511.81379 426.63226,517.02489 C 426.63226,522.52269 429.19189,526.06389 433.16583,526.06389 C 434.35188,526.06389 436.13677,526.96389 437.13226,528.06389 C 439.28076,530.43789 438.21919,530.57259 434.26066,528.42819 z "
style="fill:#0046a0;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2422" />
<path
id="16313-23"
d="M 179.38226,525.21049 C 176.75465,519.50199 177.1094,517.68359 181.23438,515.71649 C 183.21555,514.77179 185.04741,513.19229 185.30518,512.20659 C 185.69739,510.70679 190.57662,508.06389 192.95326,508.06389 C 193.32671,508.06389 193.63226,511.87839 193.63226,516.54049 L 193.63226,525.01719 L 189.44443,527.04049 C 183.30788,530.00539 181.43238,529.66429 179.38226,525.21049 z "
style="fill:#006482;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2420" />
<path
id="16383-23"
d="M 437.25769,526.47309 C 435.67667,525.08289 433.81354,524.16409 433.11738,524.43119 C 432.42123,524.69839 430.91164,524.04119 429.76274,522.97079 C 427.94374,521.27609 427.70472,520.02589 427.91284,513.29429 C 428.08058,507.86839 428.67061,504.82677 429.89205,503.09134 C 430.84916,501.73147 431.63226,499.79068 431.63226,498.77849 C 431.63226,497.5429 432.23901,497.04092 433.47864,497.25093 C 434.49414,497.42297 436.0313,496.97757 436.89454,496.26114 C 438.23053,495.15237 438.57212,495.29901 439.1903,497.24671 C 439.58972,498.50519 441.13408,501.11638 442.62221,503.04936 C 446.56358,508.16889 451.53365,522.11769 450.35643,524.75599 C 448.28553,529.39709 441.5824,530.27579 437.25769,526.47309 z "
style="fill:#0032a0;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2418" />
<path
id="16322-23"
d="M 98.172422,527.12879 C 97.890324,526.67239 98.484817,525.23359 99.493516,523.93139 C 101.73722,521.03499 103.005,512.83659 101.4497,511.28129 C 99.89112,509.72269 103.15407,502.94312 105.10286,503.69094 C 106.70005,504.30384 110.63227,511.34679 110.63227,513.59459 C 110.63227,514.40269 111.13952,515.06389 111.7595,515.06389 C 113.12897,515.06389 112.41562,524.68049 110.93642,526.15969 C 109.68772,527.40839 98.8536,528.23099 98.172422,527.12879 z "
style="fill:#00be82;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2416" />
<path
id="16285-23"
d="M 205.27993,526.00139 C 203.66551,524.73149 201.1158,523.91759 198.64507,523.88349 L 194.63226,523.82809 L 194.63226,515.40229 C 194.63226,507.71849 194.85887,506.73829 197.20569,504.27021 C 199.50567,501.85143 199.71727,501.00598 199.19696,496.31385 C 198.54382,490.42383 198.91947,490.18262 205.77846,492.08777 C 209.99531,493.25904 210.19274,493.87569 210.09313,505.56385 C 209.95138,522.19449 209.60548,528.06389 208.76712,528.06389 C 208.29129,528.06389 206.72206,527.13569 205.27993,526.00139 z "
style="fill:#004678;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2414" />
<path
id="16545-23"
d="M 391.47425,525.39519 C 389.57435,523.37249 389.17301,521.95179 389.34811,517.86899 C 389.46683,515.10089 388.90433,511.25739 388.09811,509.32789 C 386.23503,504.86889 386.24428,502.63074 388.13226,501.06385 C 388.95726,500.37916 389.63988,499.08656 389.6492,498.19141 C 389.65852,497.29625 391.78492,494.31385 394.37453,491.56385 C 398.40298,487.28589 399.13659,486.85266 399.45465,488.56385 C 399.65911,489.66385 400.23271,490.99135 400.72932,491.51385 C 401.22594,492.03635 401.63226,493.54639 401.63226,494.86949 C 401.63226,496.1926 402.75726,498.61212 404.13226,500.24622 C 405.50726,501.88031 406.63226,503.79709 406.63226,504.50572 C 406.63226,505.21435 407.51315,506.91399 408.5898,508.28269 L 410.54733,510.77129 L 407.93516,512.16759 C 405.3475,513.55079 402.67804,518.34589 402.58293,521.78169 C 402.55301,522.86259 400.81843,524.41479 398.17492,525.72619 L 393.81624,527.88859 L 391.47425,525.39519 z "
style="fill:#0082dc;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Voiron" />
<path
id="16152-23"
d="M 285.49069,525.31389 C 285.41282,524.90139 285.2694,521.63889 285.17196,518.06389 C 284.91885,508.77669 283.72423,499.75582 282.59837,498.62996 C 282.06701,498.0986 281.63226,496.67893 281.63226,495.47514 C 281.63226,492.03276 287.66736,491.25712 290.89873,494.2842 C 293.48509,496.70705 294.06912,500.42154 293.75815,512.47039 C 293.65447,516.48779 294.08411,518.90569 295.10138,520.02969 C 296.45834,521.52919 296.17888,521.88559 292.0879,523.87319 C 287.31971,526.18969 285.72188,526.53869 285.49069,525.31389 z "
style="fill:#003246;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2410" />
<path
id="16351-23"
d="M 384.61024,521.36809 C 382.97235,518.78539 381.63226,515.95039 381.63226,515.06809 C 381.63226,511.45639 386.83161,509.53499 388.0454,512.69809 C 388.39031,513.59689 388.40861,515.73909 388.08605,517.45849 C 387.76349,519.17789 387.96829,521.81749 388.54117,523.32429 C 390.22171,527.74449 387.9311,526.60459 384.61024,521.36809 z "
style="fill:#00e68c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2408" />
<path
id="16309-23"
d="M 381.63075,523.51749 C 380.25658,522.75699 378.44515,522.11879 377.60535,522.09929 C 375.59126,522.05249 365.03334,514.09879 366.78185,513.94539 C 367.52458,513.88029 368.51713,513.89609 368.98752,513.98049 C 369.45791,514.06489 370.35791,513.71209 370.98752,513.19649 C 373.99132,510.73649 380.6277,512.70219 380.636,516.05439 C 380.63805,516.88459 381.5623,519.07709 382.68989,520.92659 C 385.12759,524.92509 384.95171,525.35539 381.63075,523.51749 z "
style="fill:#003c82;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2406" />
<path
id="16491-23"
d="M 533.08807,522.64719 C 529.36675,520.93969 528.6603,520.20309 529.17188,518.56389 C 529.51517,517.46389 529.89932,515.88889 530.02554,515.06389 C 530.15176,514.23889 530.7291,512.66389 531.30852,511.56389 C 531.88794,510.46389 532.16039,509.00159 531.91397,508.31439 C 531.37933,506.82339 534.1117,505.57722 535.88226,506.50459 C 536.56976,506.86469 538.93226,508.26399 541.13226,509.61429 C 543.33226,510.96449 545.91976,512.34559 546.88226,512.68319 C 548.71127,513.32479 549.31131,515.06389 547.70369,515.06389 C 546.06836,515.06389 543.63226,518.14099 543.63226,520.20669 C 543.63226,522.66949 541.68972,524.73049 539.36844,524.73049 C 538.41144,524.73049 535.58527,523.79299 533.08807,522.64719 z "
style="fill:#006ec8;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2404" />
<path
id="16101-23"
d="M 412.75486,523.16079 C 411.99729,522.68089 409.63479,522.52209 407.50486,522.80779 C 404.9289,523.15329 403.63226,522.93749 403.63226,522.16339 C 403.63226,519.39089 406.52782,514.45439 408.89674,513.18819 C 411.19816,511.95799 411.78635,512.03739 414.45574,513.93819 C 416.09764,515.10729 417.93403,516.06389 418.53663,516.06389 C 419.93084,516.06389 419.92576,516.11719 418.11884,520.44169 C 416.59244,524.09489 415.28001,524.76019 412.75486,523.16079 z "
style="fill:#005032;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2402" />
<path
id="16218-23"
d="M 167.59432,522.26789 C 165.12158,521.97949 165.02466,521.67309 163.82134,510.34109 C 162.4027,496.98136 162.34455,497.10296 170.16302,497.07916 C 174.78909,497.06508 175.28088,497.29459 176.27646,499.93218 C 176.87193,501.50977 176.99412,503.45276 176.54799,504.24995 C 175.53756,506.05548 175.34951,513.37609 176.18981,518.19329 C 176.80506,521.72029 176.7285,521.83319 173.47759,522.19329 C 171.63766,522.39709 168.99019,522.43069 167.59432,522.26789 z "
style="fill:#00965a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2400" />
<path
id="16390-23"
d="M 454.05068,522.09499 C 452.62226,521.51709 451.09173,518.79149 449.17292,513.40839 C 447.63501,509.09389 445.10632,503.93023 443.5536,501.93359 C 439.00461,496.08406 438.90347,493.87945 443.02797,490.47673 C 449.56838,485.08088 452.44268,483.06385 453.59145,483.06385 C 454.22002,483.06385 455.39239,484.63885 456.19671,486.56385 C 457.00102,488.48885 458.31016,490.06385 459.10589,490.06385 C 461.64403,490.06385 470.63226,499.73476 470.63226,502.46567 C 470.63226,503.82975 470.20191,505.21178 469.67593,505.53686 C 469.14995,505.86193 468.92547,506.67599 469.17709,507.34589 C 469.4287,508.01579 468.82624,510.81089 467.83829,513.55739 C 466.4321,517.46649 465.18317,519.03729 462.08714,520.79089 C 457.76373,523.23969 457.13321,523.34199 454.05068,522.09499 z "
style="fill:#0078a0;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Saint-Laurent-du-Pont" />
<path
id="16405-23"
d="M 83.382267,520.34929 C 82.133667,520.04099 81.632267,518.92019 81.632267,516.43749 C 81.632267,514.37349 80.61511,511.46089 79.132267,509.27869 C 77.757267,507.25519 76.632267,505.2898 76.632267,504.91117 C 76.632267,504.53255 78.094767,503.91004 79.882267,503.52783 C 81.669767,503.14562 83.582267,502.48812 84.132267,502.06672 C 84.682267,501.64532 87.382267,501.9458 90.132267,502.73445 C 92.882267,503.5231 96.594767,504.13075 98.382267,504.08478 C 101.89335,503.99448 102.071,504.19773 100.77941,506.82739 C 100.31033,507.78249 99.108744,510.26199 98.109211,512.33749 C 95.535769,517.68109 88.368139,521.58049 83.382267,520.34929 z "
style="fill:#00faa0;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2396" />
<path
id="16426-23"
d="M 504.13226,518.06389 C 502.056,516.41389 499.99945,515.06389 499.56214,515.06389 C 499.12483,515.06389 498.48139,514.16389 498.13226,513.06389 C 497.78313,511.96389 496.74031,511.05379 495.81487,511.04159 C 493.66857,511.01329 490.19996,508.21529 488.71412,505.31385 C 488.08039,504.07635 486.90273,503.06385 486.09708,503.06385 C 484.04356,503.06385 484.27453,499.72405 486.63226,495.32503 C 487.73226,493.27267 488.63226,490.65275 488.63226,489.50297 C 488.63226,483.88088 497.79655,480.91466 501.32145,485.39584 C 502.34535,486.69753 505.69104,488.52527 508.89403,489.53273 C 514.12194,491.17712 514.63226,491.59225 514.63226,494.20074 C 514.63226,496.0192 514.10955,497.06385 513.19965,497.06385 C 511.27248,497.06385 510.67979,499.41012 510.79985,506.56389 C 510.91611,513.49059 509.80989,521.06389 508.68187,521.06389 C 508.25584,521.06389 506.20852,519.71389 504.13226,518.06389 z "
style="fill:#00d2aa;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2394" />
<path
id="15972-23"
d="M 627.33333,520.43759 C 626.89392,519.99489 625.13442,519.61719 623.42332,519.59829 C 620.87822,519.57009 620.11395,519.01149 619.22225,516.52759 C 617.48478,511.68769 613.32691,506.42229 606.63226,500.5839 C 604.33363,498.57928 597.11003,496.72712 594.32075,497.42719 C 592.46143,497.89385 591.23467,499.48446 589.49276,503.68713 L 587.15747,509.32139 L 585.35702,505.19265 C 584.36678,502.92181 583.12361,501.06385 582.59442,501.06385 C 582.06523,501.06385 581.63226,499.97565 581.63226,498.64564 C 581.63226,494.85363 580.5912,493.06385 578.38551,493.06385 C 577.26749,493.06385 575.80244,492.31126 575.12984,491.39143 C 574.12797,490.02128 574.35887,488.84791 576.40736,484.89954 C 579.59299,478.75937 581.13665,477.40764 583.10115,479.03803 C 583.90905,479.70853 586.27092,480.41519 588.34977,480.6084 C 590.63344,480.82064 592.7872,481.77192 593.79117,483.01177 C 594.70509,484.14041 596.08079,485.06385 596.84827,485.06385 C 597.61576,485.06385 599.76855,486.18885 601.63226,487.56385 C 603.49597,488.93885 605.6185,490.06385 606.34901,490.06385 C 608.85435,490.06385 617.46133,500.3083 620.30251,506.67199 C 622.9318,512.56109 624.97458,514.53689 625.818,512.00659 C 626.36386,510.36899 629.64726,512.06959 629.51395,513.92079 C 629.2414,517.70559 628.07661,521.18659 627.33333,520.43759 z "
style="fill:#003c00;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2392" />
<path
id="16371-23"
d="M 295.95289,518.81389 C 295.51432,518.12639 295.11412,512.58859 295.06355,506.50769 C 294.97303,495.62174 295.01057,495.43311 297.5013,494.25767 C 300.59877,492.7959 303.30394,492.72359 304.14234,494.08016 C 304.4878,494.63913 305.18936,494.83758 305.70136,494.52114 C 307.72826,493.26845 308.56994,495.22932 307.02043,497.59419 C 305.77913,499.48865 305.58401,501.34008 306.12994,506.04383 C 306.51445,509.35679 307.23477,512.31819 307.73066,512.62469 C 309.58799,513.77259 308.48975,515.10239 303.6655,517.54699 C 298.01902,520.40829 297.06951,520.56429 295.95289,518.81389 z "
style="fill:#00b496;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Saint-Hilaire-de-la-Côte" />
<path
id="16045-23"
d="M 139.97631,518.37039 C 137.67785,517.92159 137.13066,516.52909 136.07718,508.44829 C 135.47919,503.86143 135.64528,503.16814 137.68423,501.74 C 138.93491,500.86399 140.32215,500.37219 140.76698,500.64711 C 141.21182,500.92203 142.71573,500.40004 144.10902,499.48712 C 146.15132,498.14895 146.93201,498.06773 148.13727,499.068 C 149.83968,500.48088 150.12436,503.64168 148.63226,504.56385 C 148.08226,504.90377 147.63226,506.30609 147.63226,507.68009 C 147.63226,509.05399 147.12884,512.17749 146.51355,514.62099 C 145.37543,519.14089 145.0061,519.35269 139.97631,518.37039 z "
style="fill:#00141e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2388" />
<path
id="16432-23"
d="M 131.38226,516.76439 C 128.92963,515.79529 128.63824,515.18499 128.68759,511.12079 C 128.73334,507.35319 129.22969,506.18019 131.55311,504.34916 L 134.36331,502.13447 L 135.02435,508.58659 C 135.38792,512.13529 135.94658,515.71939 136.26581,516.55129 C 136.93496,518.29509 135.42283,518.36109 131.38226,516.76439 z "
style="fill:#0014b4;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2386" />
<path
id="16008-23"
d="M 323.29893,517.39719 C 322.93226,517.03049 322.63226,515.94309 322.63226,514.98059 C 322.63226,514.01809 321.50386,512.40559 320.12469,511.39729 C 318.10338,509.91939 317.61054,508.69119 317.58316,505.06385 C 317.50747,495.03622 317.63415,494.06385 319.01623,494.06385 C 319.77675,494.06385 320.61774,493.22738 320.88509,492.20502 C 321.49782,489.86193 326.30288,488.5456 328.27342,490.181 C 329.09805,490.86538 329.43347,492.06985 329.05123,492.97406 C 327.87075,495.7666 328.66737,502.21235 330.68073,506.15889 C 333.43534,511.55829 333.30051,516.65149 330.38226,517.43359 C 327.38577,518.23659 324.12157,518.21979 323.29893,517.39719 z "
style="fill:#00aa0a;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Bévenais" />
<path
id="16154-23"
d="M 336.88226,517.34049 C 333.82808,516.96139 333.63226,516.69749 333.63226,512.96069 C 333.63226,510.77359 332.68019,507.11799 331.51655,504.83705 C 329.827,501.52524 329.52383,499.64355 330.0114,495.49505 C 330.70927,489.55729 329.31984,487.50809 325.13801,488.3075 C 321.52674,488.99784 322.05491,487.6744 325.95326,486.26474 C 330.37412,484.66614 331.71566,484.78278 334.36874,486.99647 C 337.20611,489.36391 338.48791,492.75236 339.1586,499.65848 C 339.45129,502.67234 340.5776,507.38819 341.66151,510.13809 C 342.74542,512.88799 343.63226,515.79619 343.63226,516.60089 C 343.63226,518.05499 343.10535,518.11269 336.88226,517.34049 z "
style="fill:#004646;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Grand-Lemps" />
<path
id="16146-23"
d="M 314.36022,516.17189 C 310.00384,515.46969 308.29557,512.97279 307.20754,505.7173 C 306.40943,500.39509 308.74726,495.06385 311.87925,495.06385 C 312.87793,495.06385 313.95405,494.38885 314.27063,493.56385 C 314.59999,492.70557 315.97696,492.11348 317.48925,492.17985 C 318.9429,492.24365 319.40552,492.48995 318.51728,492.72717 C 317.37592,493.032 316.73619,494.76794 316.33588,498.64651 C 315.53553,506.40119 316.44039,510.70809 319.25779,512.55409 C 320.56375,513.40979 321.63226,514.77459 321.63226,515.58689 C 321.63226,517.11929 320.70111,517.19419 314.36022,516.17189 z "
style="fill:#00f03c;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Frette"
sodipodi:nodetypes="cssssssssc" />
<path
id="16302-23"
d="M 177.00887,514.60289 C 176.68577,513.76089 176.70562,511.15769 177.05299,508.81789 C 178.00769,502.38739 178.03061,500.7252 177.19084,498.8189 C 176.62866,497.54273 177.39447,496.10164 180.04145,493.45466 C 182.03207,491.46404 184.04298,489.15235 184.51015,488.31756 C 185.37753,486.76764 191.81824,484.10606 194.76722,484.07891 C 196.04908,484.0671 196.65452,485.78964 197.57063,492.05493 C 198.62893,499.29271 198.56907,500.2783 196.93567,502.51 C 195.94379,503.8652 192.79753,506.00671 189.94397,507.26889 C 187.09041,508.53109 184.55513,510.31279 184.31,511.22819 C 184.06487,512.14359 182.45401,513.62179 180.73032,514.51309 C 177.93654,515.95789 177.53256,515.96759 177.00887,514.60289 z "
style="fill:#00f078;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2378" />
<path
id="16131-23"
d="M 227.38226,513.36839 C 223.21973,510.50999 222.95029,509.87469 225.13226,508.06389 C 225.95726,507.37919 226.63226,505.92592 226.63226,504.83442 C 226.63226,503.54227 227.12172,503.0377 228.03516,503.38822 C 228.80676,503.6843 231.39426,503.34879 233.78516,502.64262 C 243.43024,499.79391 243.63226,499.79064 243.63226,502.48308 C 243.63226,503.83461 242.28226,506.41849 240.63226,508.22499 C 238.98226,510.03149 237.63226,512.26109 237.63226,513.17969 C 237.63226,516.80739 232.52698,516.90139 227.38226,513.36839 z "
style="fill:#006e3c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2376" />
<path
id="16086-23"
d="M 342.87785,509.24739 C 341.70323,505.57143 340.30659,499.86385 339.77419,496.56385 C 339.24179,493.26385 338.50651,489.80918 338.14024,488.88681 C 337.61412,487.56194 337.91084,487.32394 339.55327,487.75344 C 340.69671,488.05246 341.63226,488.93077 341.63226,489.70523 C 341.63226,491.30928 345.58433,493.06385 349.19736,493.06385 C 351.09354,493.06385 351.63226,493.58916 351.63226,495.43812 C 351.63226,496.74397 352.30726,499.72555 353.13226,502.06385 C 353.95726,504.40215 354.63226,506.66679 354.63226,507.09649 C 354.63226,507.52609 352.46804,509.68959 349.82288,511.90429 L 345.01351,515.93089 L 342.87785,509.24739 z "
style="fill:#00b428;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Colombe" />
<path
id="15979-23"
d="M 357.40206,511.31389 C 355.163,505.84007 352.63226,496.73149 352.63226,494.1465 C 352.63226,492.14042 352.97367,491.97859 355.88226,492.60601 C 357.66976,492.9916 359.28226,493.70236 359.46559,494.18547 C 360.13491,495.94921 365.54086,495.10315 366.63226,493.06385 C 368.66251,489.27029 375.63226,491.28448 375.63226,495.66478 C 375.63226,499.95333 373.86161,502.00354 369.56437,502.6907 C 365.52183,503.33713 361.92362,506.99429 364.48886,507.84939 C 366.432,508.49709 365.74924,510.06389 363.52385,510.06389 C 361.77423,510.06389 361.52222,510.48929 362.0429,512.56389 C 362.54439,514.56189 362.2955,515.06389 360.80319,515.06389 C 359.58493,515.06389 358.4029,513.76059 357.40206,511.31389 z "
style="fill:#008200;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Apprieu" />
<path
id="16361-23"
d="M 415.13226,512.79219 C 411.18367,509.88549 408.93398,507.16799 407.74566,503.86931 C 406.8196,501.29866 406.99009,501.09565 411.45361,499.45402 C 414.02687,498.50762 416.55976,497.35766 417.08226,496.89857 C 418.63072,495.53801 421.63226,495.94759 421.63226,497.51944 C 421.63226,498.32002 422.75726,500.63281 424.13226,502.65899 C 426.82299,506.62399 427.45084,511.06389 425.32082,511.06389 C 424.59953,511.06389 423.04335,511.96389 421.86263,513.06389 C 419.20477,515.53999 418.84552,515.52549 415.13226,512.79219 z "
style="fill:#005096;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Saint-Étienne-de-Crossey" />
<path
id="16240-23"
d="M 554.63226,512.06389 C 555.22096,510.96389 556.13679,510.06389 556.66744,510.06389 C 557.19809,510.06389 557.63226,508.78459 557.63226,507.22109 C 557.63226,503.81073 561.8135,495.5228 563.46289,495.66385 C 564.10604,495.71885 565.49013,495.83135 566.53864,495.91385 C 568.70458,496.08427 568.4005,499.18138 566.0242,501.15354 C 565.25863,501.7889 564.63226,503.64667 564.63226,505.28192 C 564.63226,510.04639 561.15397,514.06389 557.02898,514.06389 C 553.87177,514.06389 553.65756,513.88509 554.63226,512.06389 z "
style="fill:#007864;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2368" />
<path
id="15991-23"
d="M 250.42235,510.50249 C 249.41953,508.30159 249.41363,507.63669 250.39402,507.30989 C 251.07505,507.08289 251.63226,506.03468 251.63226,504.98052 C 251.63226,503.6631 252.33573,503.06008 253.88226,503.0518 C 255.11976,503.04518 257.99471,501.9747 260.27103,500.67296 L 264.4098,498.30617 L 263.99328,504.39314 C 263.55478,510.80129 262.70636,512.01499 258.63226,512.06219 C 257.25726,512.07809 255.13251,512.35919 253.91059,512.68669 C 252.16068,513.15579 251.41996,512.69199 250.42235,510.50249 z "
style="fill:#00fa00;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2366" />
<path
id="16346-23"
d="M 363.18234,512.14489 C 362.78368,511.49979 363.37045,511.06389 364.63721,511.06389 C 366.4231,511.06389 366.71035,510.55739 366.44623,507.87419 C 366.1516,504.88088 366.3786,504.63282 370.13226,503.84623 C 372.33226,503.38522 374.95526,502.00808 375.96114,500.78594 C 377.78104,498.57476 377.78703,498.58534 377.1793,502.93909 C 376.34504,508.91569 375.20564,510.69919 371.78444,511.38339 C 370.17907,511.70449 367.73718,512.25039 366.35802,512.59649 C 364.95117,512.94959 363.55717,512.75139 363.18234,512.14489 z "
style="fill:#00b48c;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Saint-Blaise-du-Buis" />
<path
id="16248-23"
d="M 378.81861,511.85019 C 378.16612,511.19769 377.63226,509.35379 377.63226,507.75259 C 377.63226,504.93032 377.74689,504.86277 381.37997,505.54434 C 384.83936,506.19329 386.5788,507.44539 386.61695,509.31389 C 386.62537,509.72639 385.88019,510.06389 384.961,510.06389 C 384.04181,510.06389 382.55066,510.73269 381.64735,511.55019 C 380.38043,512.69669 379.73373,512.76529 378.81861,511.85019 z "
style="fill:#00c864;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Murette" />
<path
id="16446-23"
d="M 545.63226,510.56389 C 544.94757,509.73889 543.82816,509.06389 543.14467,509.06389 C 542.46119,509.06389 540.75781,508.16389 539.35939,507.06389 C 537.96097,505.96385 536.05213,505.06385 535.11754,505.06385 C 533.97888,505.06385 533.61853,504.54201 534.02527,503.48206 C 534.35912,502.61208 534.63226,501.12309 534.63226,500.17319 C 534.63226,496.83118 536.91468,494.97033 540.20635,495.62867 C 542.49645,496.08669 543.25428,496.77444 543.2021,498.34741 C 543.151,499.88805 544.00431,500.70797 546.38226,501.40311 C 548.82957,502.11852 549.63226,502.92032 549.63226,504.64949 C 549.63226,505.91247 549.14306,507.24819 548.54514,507.61769 C 547.94723,507.98719 547.6801,509.13879 547.95152,510.17669 C 548.5437,512.44119 547.35499,512.63959 545.63226,510.56389 z "
style="fill:#00a0b4;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2360" />
<path
id="16068-23"
d="M 549.28292,510.59589 C 548.9731,509.78849 549.14995,508.86189 549.67593,508.53689 C 550.20191,508.21179 550.63226,506.65989 550.63226,505.08817 C 550.63226,503.51646 551.12372,502.0667 551.72439,501.86647 C 552.32507,501.66625 552.88757,500.27907 552.97439,498.78384 C 553.06122,497.28862 553.64662,496.06494 554.27527,496.06456 C 555.75685,496.06364 556.8225,493.29946 555.6263,492.56016 C 554.38173,491.79098 556.60338,487.06385 558.20944,487.06385 C 558.90033,487.06385 559.61559,487.45105 559.79893,487.92429 C 559.98226,488.39753 562.37868,489.97253 565.1243,491.42429 C 570.32797,494.17574 570.30747,494.33264 564.72567,494.47622 C 561.75474,494.55264 561.01939,495.12748 558.97567,498.97113 C 557.68679,501.39514 556.63226,504.43264 556.63226,505.72113 C 556.63226,510.05249 550.60779,514.04839 549.28292,510.59589 z "
style="fill:#00fa1e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2358" />
<path
id="16354-23"
d="M 471.4974,499.58921 C 471.75324,494.03059 472.3138,491.28598 473.34766,490.53 C 474.59397,489.61868 474.26571,488.9492 471.29269,486.33885 C 468.88275,484.2229 467.53397,482.0096 467.06298,479.39806 C 466.68265,477.28924 465.97067,475.05631 465.48079,474.43599 C 464.16886,472.77472 468.18913,472.00236 474.38226,472.72588 C 478.27402,473.18054 479.63922,473.75634 479.65916,474.95153 C 479.67395,475.83831 481.47395,477.66681 483.65916,479.01488 C 485.84436,480.36294 487.63226,481.82544 487.63226,482.26488 C 487.63226,482.70431 488.41976,483.07882 489.38226,483.09712 C 490.94651,483.12686 490.91734,483.3126 489.1074,484.84712 C 487.99373,485.79132 487.24258,487.36878 487.43818,488.35258 C 487.63378,489.33638 486.85747,491.93773 485.71304,494.13337 C 484.56861,496.32901 483.63226,499.05371 483.63226,500.18826 C 483.63226,501.45083 482.8075,502.46677 481.5063,502.80704 C 480.33702,503.11281 477.52409,504.30819 475.25535,505.46342 L 471.13037,507.56389 L 471.4974,499.58921 z "
style="fill:#000a96;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2356" />
<path
id="16046-23"
d="M 620.19857,503.22729 C 617.5558,498.04822 609.40129,489.06385 607.34336,489.06385 C 606.61596,489.06385 604.49597,487.93885 602.63226,486.56385 C 600.76855,485.18885 598.67658,484.06385 597.98343,484.06385 C 595.49946,484.06385 592.06694,479.4485 591.81961,475.776 C 591.53916,471.61171 593.67954,469.65953 599.73838,468.55353 C 603.31868,467.89997 603.37174,467.94181 607.14695,474.39544 C 609.2383,477.97054 612.00305,481.45951 613.29083,482.14871 C 614.57862,482.83792 615.63348,483.88827 615.63496,484.48283 C 615.63645,485.07739 617.31517,486.46385 619.36546,487.56385 C 624.45206,490.29287 629.06322,499.52915 627.53199,503.92165 C 626.96795,505.53966 625.62261,507.09459 624.54234,507.37709 C 622.99478,507.78179 622.07355,506.90169 620.19857,503.22729 z "
style="fill:#001e1e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2354" />
<path
id="15983-23"
d="M 111.31526,505.22779 L 107.49826,503.54005 L 111.95503,502.22412 C 114.40625,501.50036 117.70921,499.63974 119.29493,498.0894 C 121.97409,495.47003 122.67166,495.29014 129.15515,495.54667 C 132.99256,495.69851 136.80726,495.49037 137.63226,495.08415 C 138.45726,494.67792 140.5859,494.07019 142.36257,493.73364 C 144.88109,493.25656 145.81037,493.52814 146.57997,494.96615 C 147.44837,496.58877 146.87952,497.03035 141.84967,498.63812 C 138.70509,499.64327 135.52104,500.56759 134.77398,500.69217 C 134.02693,500.81674 132.42293,501.85133 131.20953,502.99126 C 129.99614,504.13118 128.27142,505.06385 127.37684,505.06385 C 126.48224,505.06385 125.4425,505.56189 125.06629,506.17059 C 124.57059,506.97269 124.18735,506.96199 123.6743,506.13186 C 123.16346,505.3053 122.20559,505.27557 120.2342,506.0251 C 116.75188,507.34909 115.95084,507.27749 111.31526,505.22779 z "
style="fill:#0a0;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2352" />
<path
id="16073-23"
d="M 380.89286,504.35951 C 378.81427,503.95855 378.67851,503.48362 379.0022,497.74569 C 379.39876,490.71596 379.01659,489.06385 376.99389,489.06385 C 374.52992,489.06385 374.2082,486.04917 376.5008,484.44337 C 377.6731,483.62226 378.63226,482.15096 378.63226,481.17381 C 378.63226,478.53441 379.55285,478.07055 382.30364,479.32389 C 384.20963,480.19231 384.95616,480.15781 385.56471,479.17315 C 386.17455,478.18641 386.49208,478.25616 386.96171,479.48 C 387.8572,481.81362 390.63226,481.43599 390.63226,478.98052 C 390.63226,475.88705 392.97578,477.1745 394.08906,480.87956 C 394.61529,482.63092 395.62779,484.06385 396.33906,484.06385 C 398.61066,484.06385 397.74757,485.88229 393.1492,490.78454 C 390.68352,493.41316 388.65852,496.29625 388.6492,497.19141 C 388.63988,498.08656 387.95726,499.37916 387.13226,500.06385 C 386.30726,500.74854 385.63226,502.15364 385.63226,503.18629 C 385.63226,505.05724 385.14071,505.17892 380.89286,504.35951 z "
style="fill:#003228;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Chirens"
sodipodi:nodetypes="cssssssssssssssc" />
<path
id="16340-23"
d="M 424.87978,501.18477 C 423.65512,499.52833 422.92157,497.47348 423.24968,496.61845 C 423.69308,495.46297 423.19205,495.06385 421.2981,495.06385 C 419.10094,495.06385 418.63231,494.47845 417.89579,490.81385 C 417.07116,486.71077 417.1396,486.53659 419.87554,485.77526 C 421.43419,485.34153 423.59208,484.10403 424.67085,483.02526 C 427.17923,480.51688 429.63226,480.50678 429.63226,483.00483 C 429.63226,484.07237 430.04813,485.20284 430.55642,485.51698 C 431.06471,485.83112 431.32551,488.44518 431.13597,491.326 C 430.94643,494.20682 430.75555,497.3015 430.7118,498.20307 C 430.66806,499.10463 429.83895,500.82198 428.86935,502.01938 L 427.10644,504.19649 L 424.87978,501.18477 z "
style="fill:#00788c;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Saint-Aupre" />
<path
id="16331-23"
d="M 75.476742,501.39331 C 75.166937,497.74903 75.777312,494.77212 77.315737,492.42418 C 79.326625,489.35518 81.187318,490.69772 82.697886,496.30754 C 83.91824,500.83959 83.470167,501.57123 78.882267,502.53795 C 76.17787,503.1078 75.606158,502.91564 75.476742,501.39331 z "
style="fill:#001e8c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2346" />
<path
id="16082-23"
d="M 92.632267,502.07237 C 91.257267,501.6139 88.894767,500.96586 87.382267,500.63227 C 83.558105,499.78884 83.765387,497.06385 87.653706,497.06385 C 89.908994,497.06385 90.965004,496.42768 91.81825,494.55501 C 92.446958,493.17514 94.178489,491.43898 95.666096,490.69686 C 98.161051,489.45221 98.332174,489.49541 97.87236,491.25373 C 97.587562,492.3428 98.230332,494.10381 99.371836,495.36188 C 100.47071,496.57296 101.66242,498.80135 102.02008,500.31385 C 102.64376,502.95132 102.51614,503.06062 98.901319,502.9849 C 96.82834,502.94148 94.007267,502.53084 92.632267,502.07237 z "
style="fill:#008c28;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2344" />
<path
id="16396-23"
d="M 520.92954,502.3862 C 518.60445,501.91219 517.03789,498.83458 518.18058,496.98567 C 518.66839,496.19638 519.16228,496.19387 519.94513,496.97672 C 522.11581,499.1474 523.63226,498.12758 523.63226,494.49713 C 523.63226,492.23334 524.54551,489.73307 526.13226,487.65274 C 528.72524,484.25316 529.41869,481.06385 527.56487,481.06385 C 526.95924,481.06385 526.73894,482.0372 527.05564,483.31385 C 527.36263,484.55135 527.36584,485.03252 527.06279,484.38312 C 526.67363,483.54921 525.44637,483.83099 522.88472,485.3424 C 519.63102,487.26214 519.32841,487.29805 519.94496,485.69135 C 520.32298,484.70626 520.63994,482.24958 520.64933,480.23206 C 520.66554,476.74712 520.94044,476.44521 526.15156,474.1893 C 529.72002,472.64449 532.63347,472.01409 534.48917,472.38523 C 536.24591,472.73658 538.1657,472.37851 539.48694,471.45308 C 541.6031,469.97086 541.63226,470.02549 541.63226,475.47196 C 541.63226,479.84056 541.24209,481.20229 539.7637,481.99351 C 538.33715,482.75697 537.86762,484.21506 537.7788,488.15741 C 537.70051,491.63252 537.13912,493.70396 536.0622,494.49142 C 535.18206,495.135 534.14629,497.21458 533.76049,499.11271 C 533.0792,502.46463 532.91634,502.56775 528.09565,502.69955 C 525.36578,502.77419 522.14104,502.63318 520.92954,502.3862 z "
style="fill:#00b4a0;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2342" />
<path
id="15985-23"
d="M 103.47995,500.81385 C 103.39618,500.12635 103.278,499.03155 103.21732,498.38097 C 103.15665,497.73039 102.08747,496.11284 100.84137,494.78643 C 98.385129,492.17188 98.567499,490.57034 101.86309,485.81385 C 103.03545,484.12178 104.68131,483.06385 106.14134,483.06385 C 109.60277,483.06385 110.16377,484.86919 107.56272,487.63788 L 105.28364,490.06385 L 107.43002,492.34857 C 109.13764,494.16625 109.45315,495.39275 108.97349,498.34857 C 108.47498,501.4205 107.96033,502.06385 106.00143,502.06385 C 104.69839,502.06385 103.56373,501.50135 103.47995,500.81385 z "
style="fill:#00be8a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2340" />
<path
id="16069-23"
d="M 109.63227,500.58068 C 109.63227,499.81803 110.08549,498.00199 110.63942,496.54503 C 111.49005,494.30773 111.29712,493.61305 109.39811,492.07532 C 107.25034,490.33617 107.22763,490.16845 108.89096,488.3305 C 109.84868,487.27223 110.651,485.5418 110.6739,484.48511 C 110.70715,482.95007 111.39721,483.33553 114.10659,486.4026 C 116.70546,489.34457 117.98061,490.08807 119.56496,489.58521 C 121.07864,489.10479 121.63227,489.36643 121.63227,490.5622 C 121.63227,494.42629 118.16108,498.26189 112.39831,500.76558 C 110.12902,501.75149 109.63227,501.71828 109.63227,500.58068 z "
style="fill:#000a28;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2338" />
<path
id="16237-23"
d="M 150.34698,500.08092 C 150.06229,498.99227 151.2114,497.69951 153.77552,496.22379 C 156.44886,494.68521 157.63226,493.31447 157.63226,491.7565 C 157.63226,490.5203 158.33486,488.50576 159.19359,487.27976 C 161.15332,484.48184 161.68157,476.45399 159.88226,476.81385 C 159.19476,476.95135 158.63226,476.38885 158.63226,475.56385 C 158.63226,474.49446 159.70879,474.06825 162.38226,474.07916 C 167.42625,474.09976 168.26392,474.82568 169.11449,479.91328 C 169.51443,482.30547 170.69454,484.99298 171.73696,485.88552 C 172.77938,486.77807 173.63226,488.4332 173.63226,489.56358 C 173.63226,490.69397 174.33278,492.61897 175.18896,493.84134 L 176.74567,496.06385 L 170.41147,496.06385 C 165.98748,496.06385 163.33164,496.5916 161.60477,497.81385 C 160.24489,498.77635 157.25192,500.04862 154.95372,500.64112 C 151.3531,501.56939 150.71596,501.49191 150.34698,500.08092 z "
style="fill:#005a64;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2336" />
<path
id="16015-23"
d="M 226.63226,501.17318 C 224.98642,500.71806 224.01689,499.64171 223.7946,498.02286 C 223.60888,496.6704 222.62844,494.66385 221.61583,493.56385 C 219.78879,491.57914 219.17838,488.869 219.47611,484.06385 C 219.62253,481.70076 219.90488,481.58283 224.63164,481.91036 C 228.13075,482.15283 229.63226,482.68473 229.63226,483.6818 C 229.63226,484.46551 230.72265,485.60354 232.05534,486.21076 C 233.38804,486.81797 234.7398,488.3562 235.05927,489.62904 C 235.42215,491.07488 237.51487,492.96367 240.63618,494.6625 C 243.38403,496.15807 245.63226,497.97107 245.63226,498.69139 C 245.63226,499.41172 245.01299,499.76344 244.2561,499.473 C 243.49921,499.18255 240.17175,499.64668 236.86175,500.50438 C 230.34507,502.19303 230.32507,502.19433 226.63226,501.17318 z "
style="fill:#00f00a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2334" />
<path
id="16262-23"
d="M 248.38226,500.98375 C 245.60924,499.36861 246.32644,497.49808 250.38226,495.7676 C 254.84008,493.86559 265.74394,493.89711 266.38249,495.81385 C 266.61153,496.50135 266.13236,497.06385 265.31767,497.06385 C 264.50297,497.06385 261.87797,498.18343 259.48433,499.5518 C 254.87067,502.1893 251.25315,502.65589 248.38226,500.98375 z "
style="fill:#005a6e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2332" />
<path
id="16395-23"
d="M 545.71274,499.96998 C 543.86593,499.2318 543.57006,498.72605 544.46274,497.83337 C 545.10598,497.19013 545.63226,495.88041 545.63226,494.92287 C 545.63226,492.57259 547.40336,491.62899 549.12808,493.06038 C 549.90259,493.70317 551.45788,493.93658 552.58427,493.57908 C 553.71067,493.22158 554.63226,493.35691 554.63226,493.87983 C 554.63226,494.40275 553.7304,495.06643 552.62813,495.35468 C 551.23386,495.71929 550.82175,496.39408 551.27385,497.57223 C 551.65028,498.55319 551.33646,499.63754 550.52798,500.14946 C 548.8621,501.20429 548.79447,501.20177 545.71274,499.96998 z "
style="fill:#00aaa0;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2330" />
<path
id="16412-23"
d="M 404.31916,498.27038 C 403.39137,497.24517 402.63226,495.23086 402.63226,493.79413 C 402.63226,492.35739 402.18226,490.90377 401.63226,490.56385 C 400.04782,489.58461 400.46654,486.06385 402.16744,486.06385 C 403.01179,486.06385 404.86991,486.82868 406.29659,487.76348 C 408.78983,489.39712 408.9597,489.3777 410.6717,487.26348 C 413.70541,483.517 415.6584,484.90558 416.94896,491.72663 C 417.60761,495.20777 416.83806,496.18072 412.13226,497.81647 C 410.48226,498.39002 408.42887,499.14618 407.56916,499.49683 C 406.65441,499.86994 405.30637,499.36123 404.31916,498.27038 z "
style="fill:#0046aa;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Saint-Nicolas-de-Macherin" />
<path
id="16222-23"
d="M 147.81422,494.56385 C 147.18772,493.18885 146.26427,492.06385 145.76211,492.06385 C 145.25994,492.06385 144.55488,490.89168 144.19531,489.45904 C 143.65296,487.29815 144.18837,486.27356 147.3369,483.44707 C 152.52339,478.79108 155.91563,477.06369 158.52996,477.74735 C 160.41308,478.2398 160.63525,478.77814 160.0554,481.4438 C 159.68212,483.15983 158.75921,485.45148 158.00449,486.53636 C 157.24976,487.62123 156.63226,489.49703 156.63226,490.7048 C 156.63226,492.11936 155.43382,493.64141 153.26423,494.98229 C 149.0738,497.57212 149.1889,497.58095 147.81422,494.56385 z "
style="fill:#00be5a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2326" />
<path
id="16050-23"
d="M 377.29893,496.39718 C 376.93226,496.03052 376.63226,494.92135 376.63226,493.93237 C 376.63226,491.65825 372.97736,489.63708 369.34063,489.90008 C 366.70931,490.09037 366.56147,489.88552 366.76622,486.33291 C 366.8857,484.25993 366.45013,481.57289 365.79829,480.36172 C 364.81214,478.52937 364.92369,477.85769 366.46259,476.36172 C 367.47979,475.37289 368.59497,473.77635 368.94077,472.81385 C 369.96716,469.95697 372.01201,470.79648 374.90882,475.26402 C 378.28538,480.47145 378.29609,481.41347 375.00595,483.81017 C 372.73045,485.46776 372.53479,486.0132 373.54113,487.89358 C 374.17995,489.08723 375.31072,490.06385 376.05394,490.06385 C 376.81031,490.06385 377.62319,491.49475 377.90024,493.31385 C 378.43733,496.84038 378.32387,497.42213 377.29893,496.39718 z "
style="fill:#00461e;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Charavines" />
<path
id="16125-23"
d="M 465.80066,493.23659 C 463.41828,490.94158 460.83682,489.06385 460.06408,489.06385 C 459.29134,489.06385 458.00102,487.48885 457.19671,485.56385 C 456.19935,483.17683 455.0821,482.06385 453.68329,482.06385 C 451.42697,482.06385 451.02613,480.06494 452.66744,476.99811 C 453.84445,474.79886 456.63447,474.46606 458.4739,476.30549 C 459.46276,477.29435 459.88415,477.27431 460.54373,476.2071 C 461.61154,474.47934 465.1118,475.1357 465.18382,477.0772 C 465.31986,480.74421 467.17903,484.65304 469.86018,486.90909 C 471.46177,488.25673 472.32729,489.6343 471.78356,489.97034 C 471.23983,490.30638 470.64586,492.11763 470.46361,493.99533 L 470.13226,497.40934 L 465.80066,493.23659 z "
style="fill:#00323c;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Entre-deux-Guiers" />
<path
id="16356-23"
d="M 85.109169,495.29854 C 82.7253,493.58668 80.386873,488.48897 80.233909,484.67059 C 80.071238,480.60991 80.108782,480.56385 83.581529,480.56385 C 86.682334,480.56385 87.164764,480.2125 87.70073,477.56385 L 88.307793,474.56385 L 89.013593,477.06385 C 89.401782,478.43885 89.88661,480.68885 90.090988,482.06385 C 90.690817,486.09935 91.80216,489.06385 92.715173,489.06385 C 93.182477,489.06385 92.635544,490.63885 91.499766,492.56385 C 89.520399,495.91863 87.297395,496.8699 85.109169,495.29854 z "
style="fill:#001e96;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2320" />
<path
id="15982-23"
d="M 240.88255,493.38906 C 238.476,491.98765 236.38249,489.91688 236.05563,488.61455 C 235.73817,487.34968 234.45817,485.84993 233.21119,485.28177 C 230.97943,484.26491 227.62967,475.7331 228.94555,474.41722 C 229.26965,474.09312 231.80675,474.64492 234.58354,475.64345 C 238.63015,477.09859 239.63226,477.90896 239.63226,479.72621 C 239.63226,480.97321 240.48712,482.45099 241.53196,483.01017 C 242.57679,483.56935 244.10419,485.94768 244.92618,488.29535 C 245.74817,490.64303 246.74145,493.35135 247.13347,494.31385 C 248.11566,496.72534 246.09953,496.42707 240.88255,493.38906 z "
style="fill:#00a000;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2318" />
<path
id="16214-23"
d="M 432.63226,494.06385 C 431.86674,492.63347 431.87696,491.47513 432.66815,489.99679 C 433.52695,488.3921 433.42298,487.39339 432.20333,485.53198 C 429.86054,481.95642 430.22224,475.94715 433.0292,471.81085 C 434.34752,469.8682 435.72645,466.91149 436.09348,465.2404 C 436.46052,463.56931 437.40689,461.66585 438.19654,461.0105 C 438.98619,460.35515 439.63226,459.05891 439.63226,458.12997 C 439.63226,456.03965 443.21792,452.06385 445.10312,452.06385 C 447.72342,452.06385 450.8757,457.85287 450.4131,461.81537 C 450.17669,463.84046 450.62259,466.74173 451.41409,468.32833 C 452.27816,470.06041 452.57467,472.24987 452.16549,473.87665 C 451.79373,475.35461 451.24538,478.04404 450.94692,479.85315 C 450.6199,481.83541 449.40369,483.82222 447.8862,484.85315 C 446.50126,485.79404 443.02157,488.70135 440.15357,491.31385 C 437.28556,493.92635 434.66083,496.06385 434.32082,496.06385 C 433.98081,496.06385 433.22096,495.16385 432.63226,494.06385 z "
style="fill:#006e5a;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
sodipodi:nodetypes="cssssssssssssssc"
inkscape:label="Miribel-les-Échelles" />
<path
id="16516-23"
d="M 129.13226,494.30939 C 123.60473,493.41555 122.63227,492.93417 122.63227,491.0918 C 122.63227,489.70883 123.70063,488.86116 126.38227,488.11643 C 128.44476,487.54365 130.58226,487.0556 131.13226,487.03188 C 131.68226,487.00816 133.9153,485.463 136.09456,483.5982 L 140.05686,480.20763 L 141.80917,485.87113 C 142.77295,488.98605 143.23991,491.82873 142.84688,492.1882 C 141.84267,493.10663 131.54433,494.69944 129.13226,494.30939 z "
style="fill:#006ed2;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2314" />
<path
id="16136-23"
d="M 539.83899,494.21278 C 538.56609,493.40525 538.63668,484.7261 539.92664,483.43614 C 540.2427,483.12008 541.71441,483.98634 543.19711,485.36117 C 545.51095,487.50669 545.79719,488.37117 545.21728,491.46236 C 544.53473,495.10065 542.70971,496.03395 539.83899,494.21278 z "
style="fill:#00a03c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2312" />
<path
id="16102-23"
d="M 175.68484,492.1621 C 175.10592,491.08038 174.63226,489.25163 174.63226,488.09821 C 174.63226,486.94479 173.96605,485.74543 173.15179,485.43297 C 171.79993,484.91421 169.65133,479.33836 169.63784,476.31385 C 169.63139,474.86869 172.78026,474.63178 174.18226,475.97195 C 174.70476,476.47141 179.02284,477.03391 183.77798,477.22195 C 190.54949,477.48973 192.87987,477.97681 194.52798,479.46884 C 197.24008,481.92408 197.19422,483.06009 194.38226,483.07891 C 190.57602,483.10438 184.25309,485.75244 183.32853,487.70825 C 182.84607,488.72883 181.1657,490.59098 179.59438,491.84636 C 176.78836,494.08818 176.71866,494.09381 175.68484,492.1621 z "
style="fill:#005a32;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2310" />
<path
id="16459-23"
d="M 247.83341,492.37803 C 247.31755,491.38023 246.35022,488.8729 245.68379,486.80617 C 245.01735,484.73945 243.60813,482.58612 242.55217,482.02099 C 241.49622,481.45586 240.63226,480.06053 240.63226,478.92026 C 240.63226,477.22632 241.07508,476.95817 243.05278,477.45455 C 244.5122,477.82084 246.6464,477.38879 248.42771,476.36646 C 251.23177,474.75715 251.47634,474.76507 253.23336,476.52209 C 254.93168,478.22041 255.24584,479.90476 255.72463,489.87877 C 255.85989,492.69658 255.88948,492.66808 251.95179,493.51122 C 249.44866,494.04719 248.57158,493.80586 247.83341,492.37803 z "
style="fill:#0028be;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2308" />
<path
id="16245-23"
d="M 290.96733,492.49465 C 290.51365,491.31238 289.22687,491.00416 285.74872,491.24465 C 281.26691,491.55454 281.12402,491.47635 280.84991,488.56385 C 280.45348,484.35162 284.85373,479.57683 287.71888,481.11021 C 288.81279,481.69565 290.59081,481.89439 291.67003,481.55186 C 292.78308,481.19859 293.63226,481.391 293.63226,481.99646 C 293.63226,482.58353 294.53226,483.06385 295.63226,483.06385 C 296.73226,483.06385 297.63226,483.51385 297.63226,484.06385 C 297.63226,484.61385 298.5804,485.06385 299.73925,485.06385 C 301.35279,485.06385 301.67807,485.47369 301.12816,486.81385 C 300.73322,487.77635 300.34758,489.23534 300.27117,490.05606 C 299.96583,493.33606 292.08306,495.40218 290.96733,492.49465 z "
style="fill:#00aa64;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Mottier" />
<path
id="16191-23"
d="M 305.63226,492.75741 C 303.34982,491.97906 302.16125,490.95507 302.21559,489.81385 C 302.51154,483.59895 302.69516,483.24174 306.58239,481.31849 C 308.75497,480.24358 310.89247,479.67218 311.33239,480.0487 C 311.77232,480.42522 314.38226,481.54729 317.13226,482.5422 C 319.88226,483.53711 322.27794,484.46967 322.456,484.61455 C 322.63405,484.75944 322.06,486.26981 321.18032,487.97092 C 319.95668,490.33717 318.90722,491.06385 316.71357,491.06385 C 315.08732,491.06385 313.5971,491.7131 313.27063,492.56385 C 312.59047,494.33633 310.42335,494.39125 305.63226,492.75741 z "
style="fill:#008250;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Longechenal" />
<path
id="16265-23"
d="M 360.40763,492.88996 C 360.11414,492.0095 357.79472,491.59743 353.05557,491.58379 C 349.09884,491.57239 346.14555,491.13536 346.16328,490.56385 C 346.24978,487.77558 350.15514,478.06385 351.18988,478.06385 C 351.84569,478.06385 352.6625,476.66263 353.00503,474.95002 C 353.58674,472.04147 353.84219,471.88056 356.88003,472.50919 C 358.66875,472.87933 361.92456,473.13697 364.11514,473.08172 L 368.09802,472.98127 L 365.77955,475.14125 C 364.07039,476.73358 363.65751,477.86137 364.20852,479.43255 C 364.61961,480.60476 364.99563,484.26385 365.04411,487.56385 C 365.12357,492.97269 364.92063,493.59402 362.98432,493.87003 C 361.80295,494.03842 360.64344,493.5974 360.40763,492.88996 z "
style="fill:#00786e;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Oyeu" />
<path
id="16089-23"
d="M 257.20074,489.31385 C 256.84306,487.25135 256.57675,483.91642 256.60894,481.90289 C 256.64114,479.88936 256.03017,477.60462 255.25125,476.82569 C 253.0419,474.61635 259.27206,471.58609 264.14447,472.50016 C 266.56599,472.95444 268.32311,472.7447 269.39529,471.87338 C 270.80563,470.72726 270.89802,470.81343 270.13565,472.56385 C 268.72848,475.79476 268.32044,485.15203 269.53382,486.36541 C 270.13796,486.96955 270.63226,487.95183 270.63226,488.54824 C 270.63226,490.35187 265.04994,493.06385 261.33737,493.06385 C 258.09104,493.06385 257.80631,492.80573 257.20074,489.31385 z "
style="fill:#00d228;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2300" />
<path
id="16030-23"
d="M 548.96627,491.66622 C 546.05082,490.31444 545.4826,485.5788 547.63371,480.56046 C 550.05623,474.90895 551.70144,473.72358 554.45041,475.64903 C 557.16151,477.54796 557.39715,483.392 554.96801,488.48596 C 553.05435,492.49895 551.9847,493.06575 548.96627,491.66622 z "
style="fill:#007814;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2298" />
<path
id="16384-23"
d="M 204.13226,490.73827 C 198.43351,489.54133 197.66891,488.79721 197.64757,484.42735 C 197.63402,481.6507 198.00513,481.23522 200.88226,480.80597 C 204.66827,480.24113 207.41142,481.13899 213.28107,484.86421 C 219.02416,488.50912 219.51726,490.03622 214.895,489.86245 C 212.88431,489.78686 211.07008,490.25038 210.85536,490.89454 C 210.64099,491.53766 210.16559,492.00189 209.79893,491.92615 C 209.43226,491.85042 206.88226,491.31587 204.13226,490.73827 z "
style="fill:#003ca0;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2296" />
<path
id="16292-23"
d="M 564.63226,489.7711 C 562.70726,488.60121 560.98226,487.28849 560.79893,486.85394 C 560.61559,486.41939 559.82809,486.06385 559.04893,486.06385 C 557.34173,486.06385 557.12093,479.30835 558.61633,472.8282 C 559.15757,470.48281 559.84186,467.32348 560.13698,465.80747 L 560.67357,463.05109 L 565.58214,465.53845 C 571.82369,468.70129 572.56396,469.92751 568.69854,470.70059 C 566.08534,471.22323 565.63226,471.76216 565.63226,474.34789 C 565.63226,476.66084 566.69182,478.35471 570.09047,481.47501 L 574.54868,485.56809 L 572.49227,488.81597 C 570.11594,492.56913 569.38289,492.65821 564.63226,489.7711 z "
style="fill:#008c78;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2294" />
<path
id="16031-23"
d="M 343.07401,489.31385 C 342.70276,488.07635 341.76236,487.06385 340.98424,487.06385 C 338.36557,487.06385 338.43781,484.19178 341.18336,479.14729 C 343.13101,475.56882 345.07197,473.56054 347.96735,472.12802 C 350.19803,471.02437 352.16331,470.26156 352.33464,470.4329 C 353.21001,471.30826 351.18987,477.06385 350.00726,477.06385 C 349.25101,477.06385 348.60904,477.62635 348.58066,478.31385 C 348.55229,479.00135 347.45356,482.26385 346.13905,485.56385 C 344.10415,490.67234 343.64873,491.22953 343.07401,489.31385 z "
style="fill:#008214;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Burcin" />
<path
id="16428-23"
d="M 93.99359,488.29854 C 93.367318,487.89446 92.399246,485.90589 91.842321,483.87949 C 90.998317,480.80854 91.117761,479.93446 92.559738,478.62949 C 94.73439,476.66146 95.390181,476.67341 102.67418,478.81385 C 108.98574,480.66853 110.39355,482.06385 105.95327,482.06385 C 104.16887,482.06385 102.20374,483.2326 100.0684,485.56385 C 96.75744,489.17858 95.932861,489.54978 93.99359,488.29854 z "
style="fill:#00e6aa;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2290" />
<path
id="16099-23"
d="M 115.2344,485.43186 C 113.75633,483.57945 111.94367,482.06385 111.20627,482.06385 C 110.46886,482.06385 109.62038,481.1264 109.32076,479.98064 C 108.88879,478.32877 109.68633,477.34523 113.17252,475.23064 C 115.59061,473.7639 117.58328,472.19173 117.60066,471.73693 C 117.64996,470.44719 123.34017,465.06385 124.65414,465.06385 C 125.30078,465.06385 127.15859,463.64143 128.78259,461.90292 C 131.56419,458.92521 131.76667,458.86185 132.27605,460.8097 C 132.57344,461.94693 134.53789,464.26053 136.6415,465.95103 C 138.7451,467.64153 141.12476,470.34472 141.92963,471.95812 C 143.35061,474.80655 143.28782,474.98886 139.76264,478.24913 C 132.45086,485.01145 131.00866,485.87021 124.52703,487.3212 L 117.9218,488.79986 L 115.2344,485.43186 z "
style="fill:#003c32;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2288" />
<path
id="16252-23"
d="M 270.86418,486.27555 C 269.30041,482.96193 269.31704,478.5326 270.91003,474.06385 C 271.9348,471.18913 272.70845,470.52225 275.24057,470.33098 C 278.05619,470.11831 278.43914,470.46507 279.65798,474.33098 C 280.39197,476.65906 281.42356,479.13479 281.9504,479.83261 C 282.59789,480.69023 282.3775,481.68788 281.27027,482.91135 C 280.36937,483.90684 279.63226,485.2484 279.63226,485.89259 C 279.63226,486.53678 278.70268,487.06385 277.56652,487.06385 C 276.43036,487.06385 274.73473,487.47383 273.79844,487.97491 C 272.47341,488.68405 271.82306,488.3074 270.86418,486.27555 z "
style="fill:#00f064;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2286" />
<path
id="16206-23"
d="M 406.18803,486.15409 C 405.26956,484.66797 406.71934,482.06683 408.48925,482.02533 C 409.3929,482.00414 411.03828,480.54665 412.14564,478.78645 C 413.253,477.02625 415.053,475.42573 416.14564,475.22974 C 418.90287,474.73518 424.42487,469.3063 426.74021,464.81385 C 427.83598,462.68775 429.42192,461.05794 430.40258,461.0502 C 431.35391,461.04269 433.11648,460.7726 434.31941,460.45 C 436.42767,459.88462 436.46463,460.00234 435.34405,463.71365 C 434.70468,465.83126 433.15796,469.08915 431.9069,470.9534 C 430.65585,472.81765 429.63226,475.41629 429.63226,476.72815 C 429.63226,478.41618 428.82846,479.41157 426.88226,480.13363 C 425.36976,480.69478 423.54927,481.92114 422.83672,482.85888 C 421.86102,484.14293 420.2152,484.51724 416.17022,484.37505 C 412.28835,484.23859 410.6462,484.58515 410.24715,485.62505 C 409.63212,487.22778 407.05889,487.56316 406.18803,486.15409 z "
style="fill:#001e5a;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Merlas" />
<path
id="16537-23"
d="M 212.69232,482.99275 C 210.29376,481.38185 207.76834,480.06385 207.08028,480.06385 C 206.14956,480.06385 205.93426,478.0317 206.23935,472.12657 C 206.60317,465.08483 206.42617,464.0329 204.67055,462.80322 C 202.72794,461.44256 202.74153,461.35925 205.41196,458.25874 C 206.90812,456.52161 209.40098,454.46558 210.95163,453.68978 C 213.40004,452.46483 214.28141,452.47974 217.65032,453.80308 C 221.1253,455.16809 221.47177,455.61629 220.9744,458.10317 C 220.34955,461.22741 222.58577,463.06385 227.015,463.06385 C 229.88287,463.06385 235.31735,467.52241 233.68166,468.53332 C 233.10449,468.89003 232.63226,470.05533 232.63226,471.12287 C 232.63226,472.62232 231.9345,473.06385 229.56487,473.06385 C 226.85892,473.06385 226.57369,473.32897 227.14422,475.31385 C 229.03585,481.89486 229.32867,481.42491 223.74822,480.76399 C 218.84961,480.18382 218.63226,480.25978 218.63226,482.55195 C 218.63226,486.13436 217.49566,486.21871 212.69232,482.99275 z "
style="fill:#0032dc;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2282" />
<path
id="16033-23"
d="M 323.63226,485.20602 C 323.63226,484.69552 324.30726,484.01881 325.13226,483.70222 C 326.13031,483.31924 326.63226,481.74557 326.63226,478.99961 C 326.63226,476.52281 327.40539,473.78683 328.56577,472.15723 C 329.6292,470.66377 330.79704,468.25549 331.16097,466.80549 C 331.5249,465.35548 332.96927,463.41782 334.3707,462.49958 C 336.7008,460.97284 337.19854,460.96346 340.19004,462.39001 C 341.98926,463.248 343.75513,464.87561 344.11419,466.00692 C 344.53736,467.3402 345.62285,468.06385 347.19965,468.06385 C 350.7144,468.06385 350.18701,469.93412 346.20283,471.59881 C 343.50906,472.72434 342.08528,474.42949 339.56555,479.54778 C 336.40586,485.96603 335.35144,487.03652 334.13226,485.06385 C 333.32483,483.7574 328.03277,483.77913 325.56652,485.09903 C 324.45361,485.69464 323.63226,485.74007 323.63226,485.20602 z "
style="fill:#009614;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Châbons"
sodipodi:nodetypes="cssssssssssssc" />
<path
id="16034-23"
d="M 142.23222,483.46375 C 141.10756,480.53292 141.6298,478.41479 144.03397,476.15619 C 146.74639,473.608 153.48525,472.32257 156.19163,473.83714 C 157.7703,474.7206 157.51265,475.08432 154.05979,476.84655 C 151.89965,477.94901 149.2373,479.8406 148.14345,481.05006 C 145.08885,484.42755 142.93893,485.3054 142.23222,483.46375 z "
style="fill:#00a014;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2278" />
<path
id="16200-23"
d="M 398.63226,484.06385 C 398.63226,483.51385 397.95726,483.06385 397.13226,483.06385 C 396.30726,483.06385 395.63226,482.24986 395.63226,481.25498 C 395.63226,480.2601 394.97157,478.5726 394.16406,477.50498 C 390.55611,472.73484 393.37618,466.96057 398.38136,468.86979 C 399.89435,469.44692 403.26438,470.20345 405.87031,470.55096 C 408.47624,470.89848 411.26346,471.83791 412.06414,472.63859 C 413.33851,473.91296 413.24654,474.52333 411.32609,477.53678 C 410.11948,479.43011 408.45301,480.99824 407.62281,481.02152 C 406.79261,481.0448 405.55129,481.96385 404.86433,483.06385 C 403.58839,485.10697 398.63226,485.90223 398.63226,484.06385 z "
style="fill:#00dc50;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Massieu" />
<path
id="16129-23"
d="M 298.63226,483.02258 C 298.63226,482.49528 297.73226,482.06385 296.63226,482.06385 C 294.53734,482.06385 293.9903,479.05862 295.23837,474.4063 C 295.96979,471.67983 299.54706,470.67677 301.67412,472.60174 C 302.56271,473.4059 304.49181,474.06385 305.961,474.06385 C 308.12836,474.06385 308.63226,474.52552 308.63226,476.51123 C 308.63226,478.44656 307.58616,479.48403 303.63226,481.46996 C 300.88226,482.8512 298.63226,483.54989 298.63226,483.02258 z "
style="fill:#005a3c;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Eydoche" />
<path
id="15993-23"
d="M 542.70638,476.81385 C 542.87047,460.76466 544.2575,458.23454 551.1093,461.48593 C 553.59224,462.66416 555.13015,462.82505 557.02465,462.10476 L 559.58474,461.13142 L 558.96204,465.84763 C 558.61955,468.44155 557.96787,471.57245 557.51384,472.80519 C 556.78573,474.78213 556.39363,474.91224 554.18992,473.90817 C 550.98921,472.44983 549.03844,473.95047 546.53117,479.79969 C 543.83077,486.09947 542.6211,485.15514 542.70638,476.81385 z "
style="fill:#00140a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2272" />
<path
id="16406-23"
d="M 570.38226,480.08649 C 565.72817,475.52105 565.45535,472.54923 569.61395,471.71751 C 571.25388,471.38953 573.58503,469.98328 574.79429,468.59251 C 576.14051,467.04423 578.04936,466.06385 579.71777,466.06385 C 582.2719,466.06385 582.42951,466.31868 582.23353,470.13151 C 582.10025,472.72464 581.1138,475.35276 579.51229,477.38151 C 578.1306,479.1318 576.70648,481.35135 576.34758,482.31385 C 575.47362,484.65763 574.77701,484.39753 570.38226,480.08649 z "
style="fill:#000aaa;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2270" />
<path
id="16012-23"
d="M 317.02653,481.22864 C 314.76837,480.313 312.18087,478.94625 311.27653,478.19141 C 309.4817,476.69329 309.02567,473.06385 310.63226,473.06385 C 311.18226,473.06385 311.63226,472.13427 311.63226,470.99811 C 311.63226,467.8628 313.59217,464.83449 315.21764,465.45824 C 316.00523,465.76047 317.77072,465.58151 319.14094,465.06055 C 321.08588,464.32108 321.63226,464.43126 321.63226,465.56292 C 321.63226,466.36018 322.98226,467.7106 324.63226,468.56385 C 327.89752,470.25238 328.24374,471.05237 326.4748,472.82131 C 325.83819,473.45792 325.27569,475.91042 325.2248,478.27131 C 325.11571,483.33177 323.57975,483.88582 317.02653,481.22864 z "
style="fill:#00d20a;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Bizonnes" />
<path
id="16037-23"
d="M 287.13226,479.73577 C 285.48226,479.2161 283.66489,478.67795 283.09367,478.53989 C 282.52244,478.40183 281.44242,476.03902 280.69362,473.2892 C 279.37429,468.44421 279.244,468.31481 276.48222,469.10688 C 273.84044,469.86453 272.50452,468.87886 274.50091,467.64503 C 274.97866,467.34976 275.67509,465.19746 276.04852,462.86214 C 276.99424,456.94798 278.98555,454.94244 282.64531,456.21824 C 284.95311,457.02275 285.47817,457.77855 285.40941,460.19706 C 285.3455,462.44487 286.44378,464.34189 289.85358,467.87328 C 293.89964,472.06362 294.33209,472.95409 293.90865,476.22306 C 293.37471,480.34499 291.74647,481.18902 287.13226,479.73577 z "
style="fill:#00be14;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2266" />
<path
id="16318-23"
d="M 80.876036,479.41799 C 78.761863,478.53451 80.572637,477.06385 83.774617,477.06385 C 85.746956,477.06385 86.655742,477.49865 86.387272,478.31385 C 85.943315,479.66192 82.912691,480.26908 80.876036,479.41799 z "
style="fill:#009682;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2264" />
<path
id="16210-23"
d="M 195.71343,478.66165 C 194.9841,477.78286 193.81732,477.06385 193.1206,477.06385 C 192.42388,477.06385 190.8084,476.21731 189.53066,475.18266 C 187.16789,473.26941 186.79137,469.77334 188.20702,462.89252 C 188.74262,460.28918 188.90138,460.23556 194.44444,460.78583 C 197.57274,461.09639 201.33441,462.19145 202.8037,463.21932 C 205.31748,464.97787 205.45363,465.47751 205.11074,471.68563 C 204.91032,475.31424 204.55143,478.47801 204.31321,478.71624 C 204.07498,478.95446 202.34093,479.39914 200.45977,479.70441 C 198.02814,480.09901 196.65618,479.7976 195.71343,478.66165 z "
style="fill:#00465a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2262" />
<path
id="16009-23"
d="M 388.18003,478.81385 C 387.36218,476.93497 384.63226,476.38493 384.63226,478.09903 C 384.63226,478.79158 383.95192,478.77011 382.57682,478.03418 C 381.44633,477.42916 379.99932,477.10816 379.36123,477.32086 C 378.02963,477.76473 373.20874,471.15433 374.1656,470.19661 C 374.5133,469.84859 378.58554,469.40517 383.21502,469.21123 L 391.63226,468.85862 L 391.63226,471.76123 C 391.63226,473.35767 391.22594,475.09135 390.72932,475.61385 C 390.23271,476.13635 389.62735,477.46385 389.38408,478.56385 C 388.98096,480.38668 388.8743,480.40883 388.18003,478.81385 z "
style="fill:#00b40a;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Bilieu" />
<path
id="16246-23"
d="M 584.84287,478.36899 C 582.59762,477.28158 581.89746,476.44923 582.55825,475.65303 C 583.08228,475.02161 583.46924,473.03481 583.41815,471.23792 C 583.31145,467.48537 584.09292,466.46186 587.75468,465.55823 C 589.98839,465.007 590.47371,465.29601 591.02888,467.50798 C 591.38736,468.93628 591.24288,470.9229 590.7078,471.9227 C 590.17273,472.92249 589.96812,474.63219 590.25312,475.72203 C 591.10301,478.97199 588.60817,480.19258 584.84287,478.36899 z "
style="fill:#00b464;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2258" />
<path
id="16314-23"
d="M 106.63227,474.06205 C 106.63227,469.7218 106.27012,468.96199 102.88227,466.19438 C 100.20466,464.00697 99.632715,463.12132 100.88227,463.09738 C 101.84477,463.07894 102.63227,462.4758 102.63227,461.75707 C 102.63227,461.03834 105.09571,458.07768 108.10658,455.17783 L 113.58089,449.90536 L 115.97125,452.48461 C 117.47141,454.10331 119.43614,455.0663 121.24694,455.07044 C 122.83387,455.07406 125.43104,455.93325 127.01842,456.97974 L 129.90456,458.88246 L 127.31388,461.47315 C 125.88899,462.89804 124.21811,464.06385 123.6008,464.06385 C 122.20443,464.06385 116.63227,469.54578 116.63227,470.91954 C 116.63227,471.47478 115.75518,472.20745 114.68318,472.54769 C 113.61119,472.88793 111.36119,474.4488 109.68318,476.01629 L 106.63227,478.86627 L 106.63227,474.06205 z "
style="fill:#006e82;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2256" />
<path
id="16075-23"
d="M 90.233741,476.46769 C 89.05412,473.39365 89.666041,470.38157 91.882267,468.3531 C 95.754728,464.80871 98.338922,464.60273 102.17976,467.53228 C 105.08905,469.7513 105.63227,470.78698 105.63227,474.11474 C 105.63227,478.58854 105.75992,478.53619 99.490136,476.63332 C 95.502275,475.42301 94.565221,475.42251 92.84161,476.62977 C 91.094978,477.85316 90.757344,477.83218 90.233741,476.46769 z "
style="fill:#004628;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2254" />
<path
id="16189-23"
d="M 240.9688,476.04991 C 233.61271,474.9942 231.68139,471.74357 236.26712,468.13643 C 241.23113,464.23174 248.63226,466.23531 248.63226,471.48382 C 248.63226,475.44772 246.3302,476.81935 240.9688,476.04991 z "
style="fill:#006e50;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2252" />
<path
id="16130-23"
d="M 174.81632,474.84791 C 174.14756,474.17915 172.37006,473.57445 170.86632,473.50414 C 169.36259,473.43383 166.21976,473.306 163.88226,473.22007 C 159.65762,473.06478 159.63226,473.04125 159.63226,469.27529 C 159.63226,467.19158 158.83476,463.92249 157.86004,462.01063 C 156.36897,459.08599 156.28731,458.14023 157.3453,456.04918 C 158.03691,454.68225 158.60941,452.80667 158.61752,451.88124 C 158.63245,450.17745 159.52912,449.73708 165.38226,448.55905 C 167.44572,448.14375 168.63226,448.29904 168.63226,448.98439 C 168.63226,449.5781 169.43711,450.06385 170.42082,450.06385 C 171.40453,450.06385 173.97467,450.96385 176.13226,452.06385 C 178.28985,453.16385 181.32113,454.06385 182.86845,454.06385 C 186.81079,454.06385 187.87071,457.32265 186.67485,465.76691 C 186.07014,470.03695 186.08608,473.04331 186.71972,474.22727 C 187.62128,475.91185 187.21968,476.06385 181.86744,476.06385 C 178.61981,476.06385 175.49307,475.52466 174.81632,474.84791 z "
style="fill:#00643c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2250" />
<path
id="16043-23"
d="M 521.63226,474.39863 C 521.63226,474.0104 522.60705,472.65513 523.79847,471.38693 C 525.19584,469.8995 526.24166,467.03996 526.7451,463.33012 C 527.43294,458.26138 527.27959,457.31735 525.45238,455.37238 C 522.57359,452.30804 523.64522,450.55242 529.60223,448.57382 C 532.41416,447.63985 536.11836,445.59376 537.83379,444.02696 C 540.78798,441.32872 541.10278,441.25581 543.79251,442.64672 C 545.35437,443.45439 546.63226,444.53047 546.63226,445.03801 C 546.63226,446.84018 551.39382,451.06385 553.4255,451.06385 C 556.54296,451.06385 558.63346,453.74383 558.34356,457.36869 C 558.14276,459.87942 557.57882,460.63649 555.7109,460.90296 C 554.40348,461.08947 552.38844,460.78487 551.23302,460.22608 C 545.51066,457.45859 542.63226,458.52907 542.63226,463.42472 C 542.63226,468.09934 539.19618,471.06385 533.77797,471.06385 C 531.45401,471.06385 527.77051,471.973 525.59242,473.08417 C 523.41433,474.19535 521.63226,474.78686 521.63226,474.39863 z "
style="fill:#00fa14;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2248" />
<path
id="16062-23"
d="M 249.63226,470.56385 C 249.63226,468.63885 249.51976,467.05707 249.38226,467.04879 C 249.24476,467.04051 247.34893,466.41308 245.16932,465.65451 C 242.59115,464.75722 240.4072,464.57912 238.91932,465.14481 C 236.45587,466.08141 235.91243,465.18368 237.80014,463.29597 C 239.82878,461.26733 241.49227,454.97605 240.92474,451.47877 C 240.35052,447.94029 240.55211,447.75772 247.38226,445.62999 C 249.18492,445.06843 249.63226,445.31599 249.63226,446.87514 C 249.63226,448.12274 250.79872,449.31339 252.88226,450.19253 C 256.24043,451.60949 268.15824,451.95919 272.73043,450.77493 C 274.88392,450.21714 275.53079,450.54573 276.50998,452.69483 C 277.29413,454.41583 277.35993,455.68706 276.70568,456.47539 C 276.16354,457.12862 275.41631,459.56211 275.04516,461.88315 C 274.52638,465.12747 273.51878,466.77769 270.68738,469.0202 C 267.40385,471.6208 266.58557,471.8427 263.14258,471.06618 C 259.97135,470.35095 258.84099,470.54111 256.82164,472.12952 C 255.46914,473.1934 253.29823,474.06385 251.9974,474.06385 C 249.96105,474.06385 249.63226,473.5773 249.63226,470.56385 z "
style="fill:#00be1e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2246" />
<path
id="16364-23"
d="M 413.42592,472.13583 C 412.49332,471.04664 409.79652,469.91111 407.22736,469.52584 C 403.37214,468.94771 402.8165,468.5881 403.57851,467.16428 C 404.0729,466.2405 405.62979,464.86795 407.03826,464.11416 C 410.27503,462.38189 411.1086,459.92939 410.73496,453.23783 L 410.43758,447.91182 L 413.28492,449.39282 C 414.85096,450.20737 417.2232,452.04158 418.55657,453.46884 C 419.88995,454.89609 421.46495,456.07882 422.05657,456.09712 C 422.6482,456.11542 424.16762,456.99356 425.43306,458.04855 C 427.66712,459.91106 427.68568,460.06239 426.07287,463.26528 C 424.15418,467.07564 417.73368,474.06385 416.15155,474.06385 C 415.56041,474.06385 414.33387,473.19624 413.42592,472.13583 z "
style="fill:#006e96;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Saint-Geoire-en-Valdaine" />
<path
id="16439-23"
d="M 142.89034,471.29401 C 142.57479,470.47171 142.83764,468.96463 143.47444,467.94495 C 144.11124,466.92527 144.63226,464.76144 144.63226,463.13644 C 144.63226,461.51143 145.08226,459.90377 145.63226,459.56385 C 146.18226,459.22393 146.63226,458.12052 146.63226,457.11182 C 146.63226,454.50836 149.05432,453.90877 150.4625,456.16363 C 151.11519,457.20875 152.28025,458.06385 153.05153,458.06385 C 154.9553,458.06385 158.84958,466.36352 158.45247,469.57458 C 158.14482,472.06224 157.84457,472.17606 150.79816,472.47645 C 145.00751,472.7233 143.34332,472.47445 142.89034,471.29401 z "
style="fill:#005ab4;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2242" />
<path
id="16358-23"
d="M 301.11086,469.62468 C 298.20618,465.81644 298.05175,461.44176 300.76212,459.74561 C 302.83108,458.45086 312.34246,463.21178 311.73299,465.23707 C 311.5134,465.9668 311.13079,467.76066 310.88276,469.22343 C 310.46488,471.68791 308.40841,473.01062 304.93315,473.0502 C 304.27364,473.05771 302.55361,471.51622 301.11086,469.62468 z "
style="fill:#003296;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Saint-Didier-de-Bizonnes" />
<path
id="16283-23"
d="M 358.92778,470.39157 C 358.56996,469.45911 359.19196,467.13652 360.33376,465.14157 C 361.45999,463.17383 362.69181,460.13244 363.07114,458.38295 C 363.45046,456.63345 364.34986,454.71319 365.06979,454.1157 C 366.51857,452.91331 369.63226,453.70739 369.63226,455.27925 C 369.63226,455.84808 370.71218,456.00962 372.13226,455.65321 C 374.61815,455.02929 375.59577,456.35033 373.57321,457.60034 C 372.99073,457.96034 372.59054,459.22439 372.6839,460.40936 C 372.77726,461.59433 372.80383,464.15802 372.74295,466.10645 C 372.63899,469.43376 372.35792,469.72241 368.11791,470.85645 C 362.00162,472.4923 359.68901,472.37532 358.92778,470.39157 z "
style="fill:#003278;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Pin" />
<path
id="16137-23"
d="M 290.84047,466.776 C 286.76373,462.62211 285.49788,458.88297 287.70629,457.5181 C 288.297,457.15302 289.77161,457.78558 290.98319,458.9238 C 292.4308,460.28377 293.93923,460.79634 295.38283,460.41883 C 297.35743,459.90246 297.56606,460.20483 297.44562,463.40847 C 297.37193,465.36874 297.84526,467.61557 298.49747,468.40144 C 299.43447,469.53045 299.34603,469.95971 298.076,470.44707 C 295.5288,471.42452 295.27752,471.29703 290.84047,466.776 z "
style="fill:#00aa3c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2236" />
<path
id="16542-23"
d="M 353.99172,469.55821 C 353.67395,468.73011 351.69085,467.77704 349.58484,467.44028 C 347.47883,467.10351 345.50708,466.18002 345.20318,465.38807 C 344.46283,463.45874 347.64962,457.46343 351.98697,452.62574 C 353.92891,450.45978 355.29198,448.32228 355.016,447.87574 C 353.96492,446.17505 356.73132,447.15669 358.36429,449.06385 C 359.30614,450.16385 360.80173,451.06385 361.68783,451.06385 C 364.21873,451.06385 364.54932,451.99628 363.04244,454.88454 C 362.27362,456.35816 361.63884,458.23885 361.63183,459.06385 C 361.62482,459.88885 360.72501,461.91385 359.63226,463.56385 C 358.53951,465.21385 357.64247,467.57635 357.63885,468.81385 C 357.63136,471.3715 354.90136,471.92868 353.99172,469.55821 z "
style="fill:#0064dc;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Virieu" />
<path
id="16235"
d="M 325.63226,467.61523 C 323.5972,466.49371 323.02655,465.24497 322.56387,460.90067 C 322.05149,456.08966 322.27794,455.20896 324.86235,451.96179 C 327.08087,449.17433 328.27631,448.46431 330.14839,448.82218 C 331.47893,449.07653 332.83744,450.13496 333.1673,451.17424 C 333.49715,452.21353 334.38515,453.06385 335.14063,453.06385 C 338.85244,453.06385 337.79738,458.94438 333.64555,461.39693 C 331.93324,462.40841 330.52299,464.28488 330.12984,466.07488 C 329.38949,469.44565 329.1207,469.53771 325.63226,467.61523 z "
style="fill:#004664;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Montrevel" />
<path
id="16270-23"
d="M 373.63226,467.05028 C 373.63226,465.94282 374.19476,464.08402 374.88226,462.91963 C 375.85851,461.26618 375.86576,460.70582 374.91536,460.3609 C 372.65676,459.54119 384.46202,444.06385 387.34584,444.06385 C 387.73705,444.06385 388.97403,442.97349 390.0947,441.64083 C 391.74769,439.67512 392.57003,439.39078 394.45172,440.1343 C 397.2317,441.23276 396.74142,444.1478 393.11805,448.06385 C 384.76614,457.09041 381.33135,461.06854 378.6558,464.81385 C 375.35353,469.43647 373.63226,470.20276 373.63226,467.05028 z "
style="fill:#00aa6e;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Paladru" />
<path
id="16440-23"
d="M 399.62559,468.03856 C 398.80426,467.51932 397.11976,467.08758 395.88226,467.07916 C 393.18381,467.0608 393.00329,465.293 395.38226,462.18253 C 399.86862,456.31667 408.09389,447.06385 408.82196,447.06385 C 409.26774,447.06385 409.55024,450.04788 409.44976,453.69502 C 409.3066,458.89068 408.8328,460.73075 407.26109,462.19502 C 406.15782,463.22288 404.90436,464.06385 404.47564,464.06385 C 404.04691,464.06385 403.11626,465.17058 402.40752,466.52325 C 401.44443,468.36138 400.74168,468.74416 399.62559,468.03856 z "
style="fill:#0064b4;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Saint-Sulpice-des-Rivoires" />
<path
id="16177-23"
d="M 138.16773,465.34148 C 133.63171,461.43856 132.63543,458.80622 133.53663,453.1053 C 133.96798,450.37655 134.89607,447.45091 135.59903,446.60389 C 137.79714,443.95533 143.63226,444.95469 143.63226,447.97971 C 143.63226,448.91574 144.25337,450.53101 145.01251,451.56919 C 146.20185,453.19572 146.1426,454.04036 144.58412,457.67616 C 143.58937,459.99682 142.99954,462.75234 143.2734,463.79955 C 143.54725,464.84676 143.17752,466.19602 142.45178,466.79791 C 141.45638,467.62344 140.40407,467.2657 138.16773,465.34148 z "
style="fill:#00f046;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2226" />
<path
id="16234-23"
d="M 380.3252,465.00652 C 381.3185,463.32499 384.31256,459.61249 386.97866,456.75652 C 389.64476,453.90055 392.86226,450.43885 394.12866,449.06385 C 395.39505,447.68885 396.73176,445.55135 397.09912,444.31385 C 397.9154,441.56404 399.09208,441.45455 400.85032,443.96478 C 401.58262,445.0103 403.19164,446.0228 404.42591,446.21478 C 406.50731,446.53854 406.28797,447.01027 401.40115,452.72001 C 393.54562,461.8984 392.63226,463.25739 392.63226,465.76724 C 392.63226,467.94575 392.26938,468.06385 385.57572,468.06385 L 378.51919,468.06385 L 380.3252,465.00652 z "
style="fill:#003c64;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Montferrat"
sodipodi:nodetypes="csssssssccc" />
<path
id="16377-23"
d="M 232.81976,464.25135 C 231.61664,463.04823 229.47768,462.06385 228.06652,462.06385 C 223.60272,462.06385 221.61763,460.38702 222.26276,457.16134 C 222.7561,454.69463 222.45234,454.17054 220.06878,453.37602 C 218.03611,452.69847 217.20316,451.67255 216.92898,449.50883 C 216.1858,443.64403 216.38935,440.64482 217.55697,440.25561 C 218.21199,440.03727 220.80497,438.28845 223.31915,436.36933 C 226.90693,433.63072 228.45424,433.02273 230.51132,433.54329 C 231.95284,433.90808 234.52451,434.44047 236.22616,434.72638 C 238.80982,435.16048 239.24785,435.62395 238.88221,437.53667 C 238.64139,438.79643 239.09523,441.06937 239.89074,442.58766 C 241.14145,444.97471 241.14575,445.73181 239.92255,448.18377 C 238.99683,450.03942 238.82216,451.58076 239.41711,452.64389 C 240.36336,454.33473 239.01165,459.64536 236.98539,462.19768 C 236.38887,462.94907 235.69976,464.21072 235.45403,465.00135 C 235.10289,466.13117 234.53905,465.97064 232.81976,464.25135 z "
style="fill:#00f096;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2222" />
<path
id="16004-23"
d="M 310.30093,461.43899 C 308.19371,460.06003 304.62907,458.61759 302.37951,458.23356 C 300.12996,457.84953 298.08669,456.92713 297.8389,456.18378 C 297.47068,455.07911 299.07379,454.96562 306.61483,455.56247 C 318.09161,456.47082 321.04215,457.24002 321.46484,459.43381 C 322.4044,464.31033 316.35038,465.39771 310.30093,461.43899 z "
style="fill:#00820a;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2220" />
<path
id="16013-23"
d="M 339.94643,460.57135 C 337.75072,459.03341 337.73728,458.15399 339.80494,451.31385 C 340.9953,447.37597 341.78188,447.30005 346.05604,450.71049 L 349.37297,453.35712 L 347.00261,456.85003 C 345.69892,458.77113 344.63226,460.73015 344.63226,461.2034 C 344.63226,462.53583 342.30245,462.22157 339.94643,460.57135 z "
style="fill:#00dc0a;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Blandin" />
<path
id="16456-23"
d="M 190.88226,458.84336 C 188.10027,457.50165 188.0153,456.45845 190.63226,455.7741 C 193.01125,455.15198 193.43652,449.97622 191.25726,448.16759 C 189.18244,446.44564 189.53602,442.22917 191.81592,441.50556 C 193.59431,440.94112 193.62823,440.70664 192.23831,438.58536 C 190.81156,436.40787 190.8642,436.25267 193.17965,435.81004 C 195.21566,435.42083 195.63226,435.73706 195.63226,437.67173 C 195.63226,441.82452 199.71347,448.37952 205.08472,452.85371 C 206.46778,454.00579 206.39941,454.45978 204.44467,457.10371 C 202.55719,459.65667 201.62862,460.05454 197.6942,459.99617 C 195.18513,459.95895 192.11976,459.44018 190.88226,458.84336 z "
style="fill:#000abe;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2216" />
<path
id="16350-23"
d="M 427.18275,457.70874 L 424.23323,455.33395 L 429.05987,453.1989 C 431.71451,452.02462 434.23006,451.06385 434.64997,451.06385 C 435.24296,451.06385 436.71218,458.11559 436.24034,458.69703 C 436.1809,458.77029 434.78226,459.11222 433.13226,459.45688 C 430.84804,459.93402 429.42852,459.51693 427.18275,457.70874 z "
style="fill:#00dc8c;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Saint-Bueil" />
<path
id="16122-23"
d="M 291.10034,457.02858 C 290.0873,455.90919 288.62046,455.23814 287.84069,455.53736 C 287.06091,455.83659 284.64206,455.54785 282.46546,454.89573 C 279.37238,453.96902 278.09621,452.85775 276.6227,449.80793 L 274.73741,445.90582 L 278.93483,446.73483 C 281.24342,447.19079 285.85745,447.48141 289.18824,447.38065 C 295.01312,447.20445 295.28577,447.30754 296.33314,450.08235 C 297.00622,451.86554 297.05649,453.08911 296.46477,453.28635 C 295.86666,453.48572 295.8968,454.62945 296.54512,456.33465 C 297.49039,458.82089 297.3762,459.06385 295.2625,459.06385 C 293.98635,459.06385 292.11338,458.14798 291.10034,457.02858 z "
style="fill:#00143c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2212" />
<path
id="16546-23"
d="M 437.26797,456.55691 C 436.18628,453.73806 436.54069,452.16917 439.21678,447.92995 L 441.80131,443.8358 L 443.21678,446.56413 C 445.07013,450.13645 445.00556,450.81059 442.74129,451.52925 C 441.70125,451.85934 440.18732,453.49835 439.377,455.17148 C 438.19717,457.60756 437.77705,457.88354 437.26797,456.55691 z "
style="fill:#008cdc;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Voissant" />
<path
id="16526-23"
d="M 127.19114,455.53205 C 126.12352,454.72454 123.81277,454.06385 122.05615,454.06385 C 119.71205,454.06385 118.40454,453.36523 117.1418,451.43806 C 116.17326,449.95988 115.82534,448.53945 116.34575,448.18806 C 116.85419,447.84474 118.30634,445.39631 119.57275,442.7471 C 121.8288,438.02765 121.83904,437.86298 120.07969,434.59607 C 119.09209,432.76222 116.89991,430.58822 115.20816,429.76496 C 111.979,428.19354 112.271,427.8612 117.98704,426.60202 C 120.20445,426.11356 120.72769,425.53676 120.33066,424.0185 C 119.91256,422.41966 120.33368,422.06385 122.6441,422.06385 C 124.19763,422.06385 126.11932,421.81418 126.91452,421.50904 C 127.91872,421.12369 128.54695,421.88731 128.9713,424.00904 C 129.41121,426.20861 130.14919,427.06385 131.60726,427.06385 C 133.17798,427.06385 133.63226,427.71851 133.63226,429.98206 C 133.63226,433.38628 134.51333,436.06385 135.6335,436.06385 C 136.94135,436.06385 142.63226,441.77707 142.63226,443.09006 C 142.63226,443.91228 141.66287,444.11997 139.67798,443.72299 C 137.29159,443.24572 136.33047,443.63206 134.67798,445.73285 C 133.55284,447.16325 132.63226,449.58608 132.63226,451.11692 C 132.63226,456.90894 130.8855,458.32633 127.19114,455.53205 z "
style="fill:#00bed2;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2208" />
<path
id="16127-23"
d="M 151.46226,455.36884 C 150.71402,454.37609 149.20867,453.06994 148.11704,452.46628 C 145.62403,451.08766 143.13345,444.16266 144.60235,442.69376 C 145.1688,442.12731 145.63226,440.86023 145.63226,439.87804 C 145.63226,436.93206 152.71561,432.94492 157.7606,433.05115 C 160.16501,433.10177 165.18489,432.83751 168.91587,432.46391 L 175.69949,431.78463 L 173.91587,434.91792 C 172.93489,436.64123 171.79476,438.05405 171.38226,438.05753 C 170.96976,438.061 170.63226,438.54024 170.63226,439.12249 C 170.63226,441.28215 164.25864,448.06414 162.2149,448.07916 C 159.19855,448.10134 158.13105,449.12725 157.03533,453.05698 C 155.93019,457.02051 153.47483,458.03905 151.46226,455.36884 z "
style="fill:#00463c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2206" />
<path
id="16010-23"
d="M 308.26498,454.67739 C 298.60927,453.58773 298.44117,453.52475 300.42504,451.74025 C 301.54008,450.73728 302.73105,448.80637 303.07164,447.44936 C 303.41223,446.09234 304.08994,445.22868 304.57766,445.53011 C 306.25531,446.56695 310.63226,444.15638 310.63226,442.19559 C 310.63226,437.8302 319.27577,438.99476 324.07795,444.00717 L 326.92839,446.98238 L 323.53032,451.49219 C 321.66139,453.97259 319.68226,455.95452 319.13226,455.89647 C 318.58226,455.83843 313.69198,455.28984 308.26498,454.67739 z "
style="fill:#00be0a;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2204" />
<path
id="16216-23"
d="M 187.16648,454.11922 C 186.80774,453.53877 185.28593,453.06385 183.78468,453.06385 C 182.28344,453.06385 179.28985,452.16385 177.13226,451.06385 C 174.97467,449.96385 172.59738,449.06385 171.84939,449.06385 C 171.1014,449.06385 169.79053,448.36498 168.93636,447.5108 C 167.53229,446.10674 167.58711,445.74082 169.50778,443.69635 C 170.67625,442.45258 171.63226,440.90145 171.63226,440.2494 C 171.63226,439.59735 171.97993,439.06385 172.40486,439.06385 C 172.82979,439.06385 174.02565,437.48885 175.06233,435.56385 C 176.28703,433.28972 177.68011,432.06 179.03973,432.05284 C 180.19062,432.04679 182.87143,431.75453 184.99709,431.40337 C 188.65411,430.79923 188.82379,430.88505 188.1527,432.99945 C 187.63825,434.62034 188.07647,435.90779 189.74841,437.68749 L 192.05334,440.14097 L 189.88873,440.70703 C 188.07018,441.18259 187.81865,441.77597 188.31545,444.41847 C 188.64068,446.14843 189.55946,448.31787 190.35718,449.23945 C 191.15489,450.16102 191.65045,451.73086 191.45843,452.72796 C 191.06333,454.77953 188.15686,455.72168 187.16648,454.11922 z "
style="fill:#00825a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2202" />
<path
id="16500-23"
d="M 370.63226,454.22384 C 370.63226,453.78541 369.22448,452.75999 367.50385,451.94511 C 364.11141,450.33848 364.40103,449.54439 369.64884,446.06385 C 370.89274,445.23885 373.08538,443.64633 374.52137,442.52492 C 379.1575,438.90442 381.78669,438.2335 385.42798,439.74177 C 388.40397,440.97446 389.06741,443.06385 386.48283,443.06385 C 385.91557,443.06385 383.35463,445.20837 380.79185,447.82945 C 376.38263,452.33899 370.63226,455.95824 370.63226,454.22384 z "
style="fill:#00c8c8;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Valencogne"
sodipodi:nodetypes="cssssssc" />
<path
id="16511-23"
d="M 419.57462,452.48805 C 418.23132,451.05022 416.00726,449.25804 414.63226,448.50543 C 409.24716,445.55785 409.24646,445.55671 410.74418,442.17313 C 411.50115,440.46303 412.57313,439.07816 413.12637,439.09565 C 414.36499,439.13481 417.63226,441.54831 417.63226,442.42409 C 417.63226,443.69569 421.66872,447.06385 423.19263,447.06385 C 424.37955,447.06385 424.67871,447.94284 424.44263,450.73655 C 424.05358,455.34035 422.69581,455.82887 419.57462,452.48805 z "
style="fill:#003cd2;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Velanne" />
<path
id="16324-23"
d="M 207.09112,452.99729 C 206.00624,451.24191 207.77771,441.64708 209.4975,439.9636 C 212.08082,437.43482 215.69712,439.48957 214.97936,443.07835 C 214.67783,444.58599 214.94449,446.77874 215.57194,447.95113 C 216.58027,449.83522 216.38874,450.19783 213.9225,451.07373 C 212.38787,451.61877 210.36562,452.5053 209.42862,453.0438 C 208.30061,453.69208 207.51081,453.67636 207.09112,452.99729 z "
style="fill:#00d282;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2196" />
<path
id="16398-23"
d="M 425.63226,451.59464 C 425.63226,449.54483 429.72405,441.81746 431.58882,440.34565 C 433.24772,439.03633 436.89789,438.66281 437.93168,439.6966 C 438.2797,440.04462 437.41825,441.23095 436.01736,442.33289 C 434.46492,443.55404 433.64929,445.02098 433.9287,446.08944 C 434.53822,448.42023 433.75489,449.46581 429.93192,451.42432 C 426.01033,453.43335 425.63226,453.44832 425.63226,451.59464 z "
style="fill:#00c8a0;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
sodipodi:nodetypes="csssssc"
inkscape:label="Saint-Martin-de-Vaulserre" />
<path
id="16115-23"
d="M 334.13226,450.06385 C 333.78313,448.96385 332.62781,448.06385 331.56487,448.06385 C 329.06485,448.06385 329.12511,447.59531 332.13226,443.65274 C 333.50726,441.85002 334.63226,439.70228 334.63226,438.87997 C 334.63226,436.75471 338.81986,435.0297 341.00733,436.25387 C 342.99189,437.36449 342.65631,440.60155 339.80931,447.8101 C 337.99822,452.39573 335.22216,453.49781 334.13226,450.06385 z "
style="fill:#00dc32;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Doissin" />
<path
id="16271-23"
d="M 346.81463,449.56385 C 345.18053,448.18885 343.42395,447.06385 342.9111,447.06385 C 342.39825,447.06385 342.17081,445.75454 342.40568,444.15427 C 343.00427,440.07581 346.06069,439.52611 350.27335,442.73926 C 353.93091,445.52902 354.51046,448.04279 352.06083,450.49242 C 350.07784,452.47541 350.32729,452.51956 346.81463,449.56385 z "
style="fill:#00b46e;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Panissage" />
<path
id="16001-23"
d="M 202.88835,449.11308 C 199.4309,445.39467 196.63226,439.35945 196.63226,435.62195 C 196.63226,433.07494 197.39073,431.60343 199.70899,429.65274 C 203.43052,426.52128 205.63226,426.33668 205.63226,429.15612 C 205.63226,430.30687 206.53226,432.39256 207.63226,433.79098 C 209.91332,436.69088 210.1935,438.7101 208.39786,439.30865 C 207.71894,439.53496 206.70644,442.37652 206.14786,445.62324 L 205.13226,451.52636 L 202.88835,449.11308 z "
style="fill:#00640a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2188" />
<path
id="16336-23"
d="M 258.13226,450.43153 C 253.38078,449.29151 250.88537,447.82513 251.00511,446.24342 C 251.29322,442.43772 258.78738,440.07655 263.30927,442.36678 C 264.86191,443.15315 267.77018,444.09278 269.77207,444.45484 C 272.21982,444.89754 273.58107,445.76008 273.92845,447.08849 C 274.21365,448.17908 273.92707,449.13382 273.28864,449.22007 C 271.99179,449.39528 268.82788,449.8033 263.63226,450.46538 C 261.70726,450.71068 259.23226,450.69545 258.13226,450.43153 z "
style="fill:#00508c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2186" />
<path
id="16059-23"
d="M 297.06073,448.63489 C 296.65217,447.00706 295.7215,446.06385 294.52385,446.06385 C 292.50102,446.06385 291.83011,442.67764 293.63226,441.56385 C 295.23812,440.57137 294.79785,438.4239 292.36661,435.39058 C 290.92805,433.59575 290.22219,431.55995 290.43304,429.81385 C 290.86075,426.27178 291.97949,426.33838 294.63226,430.06385 C 296.11235,432.14245 297.60661,433.06385 299.49741,433.06385 C 301.35538,433.06385 303.451,434.31799 306.06337,436.9933 C 310.42837,441.46347 310.34774,444.06385 305.84411,444.06385 C 303.60413,444.06385 302.68666,444.74758 301.56273,447.25449 C 299.73058,451.34108 297.88219,451.90783 297.06073,448.63489 z "
style="fill:#00a01e;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2184" />
<path
id="16066-23"
d="M 360.00849,448.60192 C 359.69995,447.79785 358.62496,446.87892 357.61964,446.55984 C 356.61432,446.24077 354.09295,444.42364 352.0166,442.52178 C 349.94026,440.61992 347.20436,439.06385 345.93684,439.06385 C 344.66932,439.06385 343.63226,438.61385 343.63226,438.06385 C 343.63226,437.51385 345.31976,437.05384 347.38226,437.04161 C 349.55588,437.02873 352.18318,436.19733 353.63226,435.06385 C 356.75655,432.61999 360.82725,432.51684 362.91929,434.82852 C 364.38211,436.44491 364.3812,436.87212 362.90851,439.91289 C 361.42782,442.97018 361.43032,443.45198 362.94014,446.00791 C 363.84182,447.53433 364.29142,449.07136 363.93924,449.42353 C 362.79804,450.56474 360.58412,450.10198 360.00849,448.60192 z "
style="fill:#00e61e;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Chélieu" />
<path
id="16332-23"
d="M 435.18247,447.4081 C 435.24728,445.9276 436.3459,443.9044 437.66504,442.83622 C 439.55281,441.3076 439.81071,440.58073 438.94031,439.24197 C 438.34023,438.31901 436.90044,437.67104 435.74076,437.80206 C 433.29226,438.07868 433.00872,436.29532 435.05756,433.50498 C 436.43416,431.63016 436.51872,431.6578 437.5328,434.31385 C 438.11028,435.82635 439.0439,437.06385 439.60751,437.06385 C 440.17112,437.06385 440.63226,437.96385 440.63226,439.06385 C 440.63226,440.16385 441.1607,441.06385 441.80657,441.06385 C 442.45245,441.06385 442.05868,442.07635 440.93154,443.31385 C 439.80439,444.55135 438.36012,446.57635 437.72204,447.81385 C 436.16428,450.83499 435.04032,450.65541 435.18247,447.4081 z "
style="fill:#00288c;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
sodipodi:nodetypes="cssssssssssc"
inkscape:label="Saint-Albin-de-Vaulserre" />
<path
id="15990-23"
d="M 282.38108,446.34748 C 279.75692,445.95002 279.65974,445.73764 280.27619,441.74731 C 281.44647,434.17201 282.01666,433.39358 286.0503,433.86449 C 290.13122,434.34091 294.45628,438.63983 292.66094,440.43517 C 292.09517,441.00094 291.63226,442.28499 291.63226,443.2886 C 291.63226,444.90072 287.7313,447.33277 285.81716,446.91402 C 285.44047,446.83161 283.89423,446.57667 282.38108,446.34748 z "
style="fill:#00f000;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2178" />
<path
id="16057-23"
d="M 363.80451,444.96806 C 362.69043,443.18413 362.7521,442.58891 364.21895,440.96806 C 365.16676,439.92074 365.5868,439.06385 365.15239,439.06385 C 364.71797,439.06385 365.51663,438.15605 366.92717,437.04651 L 369.4918,435.02917 L 372.30742,437.6386 L 375.12303,440.24803 L 372.62765,442.1699 C 365.00061,448.04401 365.60564,447.85213 363.80451,444.96806 z "
style="fill:#008c82;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Chassignieu" />
<path
id="16488-23"
d="M 325.16982,443.11052 C 323.54048,441.40575 320.87754,439.66634 319.25217,439.24516 C 315.13852,438.17921 313.47501,435.23588 316.1242,433.71067 C 317.21977,433.07992 319.49614,431.16064 321.18279,429.4456 C 323.20234,427.39207 325.50866,426.18035 327.93732,425.89681 C 332.1357,425.40668 332.27552,425.62593 333.14567,434.06385 C 333.65951,439.04666 333.45046,439.87634 330.92255,442.88698 L 328.13226,446.21011 L 325.16982,443.11052 z "
style="fill:#0050c8;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2174" />
<path
id="16376-23"
d="M 420.38226,443.98052 C 419.41976,442.92635 418.63226,441.66199 418.63226,441.17084 C 418.63226,440.67968 417.95726,440.01881 417.13226,439.70222 C 415.24186,438.97681 415.16576,437.06385 417.0273,437.06385 C 417.79457,437.06385 419.48207,435.94662 420.7773,434.58113 C 422.07253,433.21563 423.54683,432.09063 424.05352,432.08113 C 424.56021,432.07162 425.76749,431.34646 426.73636,430.46964 C 429.14864,428.28656 435.11043,429.45583 434.07422,431.9088 C 433.68968,432.81908 433.153,434.58931 432.88158,435.84266 C 432.61016,437.096 431.56419,438.69855 430.5572,439.40387 C 429.55021,440.10919 428.26629,441.89623 427.70404,443.37506 C 426.48029,446.59377 423.02886,446.87918 420.38226,443.98052 z "
style="fill:#00e696;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Saint-Jean-d'Avelanne" />
<path
id="16209-23"
d="M 241.10642,442.01387 C 239.22795,438.38133 239.85195,435.82281 243.27255,433.13216 C 245.79987,431.14417 246.07355,431.17039 251.36869,433.90772 C 252.59873,434.54359 254.51123,435.06385 255.61869,435.06385 C 256.72615,435.06385 257.63226,435.47705 257.63226,435.98206 C 257.63226,436.48708 257.8898,437.57143 258.20458,438.39172 C 258.5797,439.36927 257.97672,440.11437 256.45458,440.55418 C 255.1773,440.92323 252.22466,442.08889 249.89316,443.14452 C 244.16871,445.73637 242.95032,445.57959 241.10642,442.01387 z "
style="fill:#003c5a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2170" />
<path
id="16492-23"
d="M 274.63226,444.40567 C 273.80726,444.13052 272.45726,443.64461 271.63226,443.32586 C 270.80726,443.00712 269.72762,442.84015 269.23306,442.95483 C 268.7385,443.0695 267.65516,442.90288 266.82564,442.58456 C 265.57535,442.10478 265.68637,441.66209 267.47485,439.99587 C 268.66142,438.89041 269.63742,437.66597 269.64373,437.27489 C 269.66439,435.9946 277.46979,432.78753 279.07032,433.40171 C 280.71296,434.03205 281.24768,436.06385 279.77093,436.06385 C 279.2972,436.06385 279.11502,437.13842 279.36609,438.45179 C 279.82554,440.85524 278.17662,445.13174 276.84708,444.9849 C 276.45393,444.94148 275.45726,444.68083 274.63226,444.40567 z "
style="fill:#0078c8;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2168" />
<path
id="15994-23"
d="M 402.22514,443.44529 C 401.91582,442.63922 399.86448,441.17461 397.66659,440.19058 L 393.67044,438.40145 L 396.55846,435.63455 C 398.14688,434.11276 399.72519,431.38204 400.06582,429.56629 C 400.86302,425.31689 403.19292,425.77794 406.63226,430.86567 C 409.94479,435.76581 410.83242,439.94 409.09067,442.42669 C 407.40907,444.82751 403.00621,445.48073 402.22514,443.44529 z "
style="fill:#001e0a;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Bâtie-Divisin" />
<path
id="16296-23"
d="M 139.23716,436.71411 C 136.09375,433.74488 134.63226,431.55114 134.63226,429.80201 C 134.63226,427.56409 135.17039,427.15089 138.88226,426.53868 C 141.21976,426.15315 143.64708,425.42307 144.27632,424.91627 C 145.6218,423.83258 148.63226,426.42454 148.63226,428.66666 C 148.63226,429.46964 149.30726,430.38564 150.13226,430.70222 C 152.43122,431.58442 151.97657,432.37892 147.63856,435.05996 C 144.73133,436.85673 143.7975,438.00912 144.20595,439.29602 C 145.02942,441.89055 144.33554,441.52999 139.23716,436.71411 z "
style="fill:#00b478;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2164" />
<path
id="16109-23"
d="M 261.38226,440.37452 C 260.41976,440.123 259.58293,439.3877 259.52263,438.74053 C 258.73176,430.25174 258.85056,429.97759 263.56443,429.4132 C 264.97673,429.24411 267.61783,428.81687 269.43352,428.46378 C 271.99131,427.96638 273.04893,428.24317 274.1297,429.69283 C 275.36192,431.34564 275.26847,431.76535 273.32843,433.29161 C 272.12054,434.24188 270.56976,435.02938 269.88226,435.04161 C 269.19476,435.05384 268.63226,435.49632 268.63226,436.02489 C 268.63226,437.09105 264.57961,441.13089 263.6937,440.94785 C 263.38491,440.88405 262.34476,440.62605 261.38226,440.37452 z "
style="fill:#00a032;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2162" />
<path
id="16049-23"
d="M 210.47865,434.89746 C 208.36314,432.60595 206.6384,430.01845 206.64591,429.14746 C 206.67324,425.97866 207.89658,423.06385 209.1992,423.06385 C 209.93272,423.06385 210.92164,422.36917 211.3968,421.52011 C 211.95571,420.5214 214.1051,419.85091 217.48479,419.62102 C 222.52623,419.27808 222.75544,419.37575 224.04085,422.41475 C 225.27338,425.32874 225.18655,425.7643 222.8778,428.24877 C 221.02945,430.2378 220.54576,431.58308 221.01162,433.4392 C 221.48815,435.33786 221.10117,436.32243 219.41385,437.50427 C 216.05989,439.85349 214.68324,439.45185 210.47865,434.89746 z "
style="fill:#003c1e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2160" />
<path
id="16478-23"
d="M 306.63226,435.56385 C 304.44451,433.30667 302.30374,432.06385 300.60346,432.06385 C 298.73653,432.06385 297.04249,430.91343 294.79962,428.12249 C 293.05757,425.95474 291.63226,423.52111 291.63226,422.71443 C 291.63226,420.27083 301.18677,423.79069 302.52473,426.72719 C 303.34971,428.53783 304.38918,429.06385 307.14221,429.06385 C 309.64612,429.06385 310.86015,429.58051 311.25432,430.81385 C 311.56193,431.77635 312.31451,433.60562 312.92672,434.87889 C 313.80639,436.70842 313.73495,437.38679 312.58605,438.11357 C 310.47317,439.45016 310.34639,439.39586 306.63226,435.56385 z "
style="fill:#00e6be;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2158" />
<path
id="16414-23"
d="M 373.69351,437.14494 L 371.25476,435.2705 L 374.19351,431.73937 C 376.12888,429.41389 378.02852,428.18359 379.75726,428.13605 C 381.20101,428.09634 383.89048,427.76221 385.73387,427.39353 L 389.08548,426.72321 L 387.28701,429.46802 C 385.8128,431.71794 385.68261,432.76953 386.56491,435.30049 C 387.87065,439.04614 387.48046,439.58816 384.59141,438.04199 C 382.95217,437.1647 381.7524,437.14371 379.95871,437.96097 C 376.81743,439.39223 376.57654,439.36086 373.69351,437.14494 z "
style="fill:#005aaa;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Saint-Ondras" />
<path
id="16048-23"
d="M 388.23444,435.96904 C 387.08065,433.22498 387.10961,432.39419 388.43987,430.07635 C 389.78892,427.72576 390.58847,427.39006 394.64515,427.47097 C 398.7708,427.55326 399.24819,427.79193 398.8314,429.56385 C 398.30025,431.82197 394.03857,436.74452 391.35493,438.19972 C 389.89458,438.99159 389.33805,438.59376 388.23444,435.96904 z "
style="fill:#00321e;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Charancieu" />
<path
id="16301-23"
d="M 410.63226,436.0772 C 410.63226,433.61451 405.58363,426.15346 403.88226,426.1018 C 402.45292,426.05841 402.14229,424.06385 403.56487,424.06385 C 404.4922,424.06385 404.88856,423.07034 406.05837,417.81385 C 406.91285,413.97424 409.79949,414.28325 413.06446,418.56385 C 414.53273,420.48885 416.29954,422.06385 416.9907,422.06385 C 418.72467,422.06385 421.90847,429.61822 421.1636,431.9651 C 420.82943,433.01799 418.55307,434.82093 416.10504,435.97164 C 410.65807,438.53202 410.63226,438.53252 410.63226,436.0772 z "
style="fill:#00e678;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
sodipodi:nodetypes="csssssssc"
inkscape:label="Pressins" />
<path
id="16224-23"
d="M 334.63226,434.72403 C 334.63226,433.94843 334.36291,431.96708 334.0337,430.32103 C 333.49361,427.62058 333.76225,427.21085 336.7837,426.12678 C 343.19718,423.82568 349.44291,423.7837 353.05712,426.01741 C 354.87828,427.14295 357.27957,428.06385 358.39331,428.06385 C 360.06926,428.06385 361.63226,429.79229 361.63226,431.64564 C 361.63226,431.87565 360.23923,432.06385 358.53663,432.06385 C 356.83403,432.06385 354.1464,432.98569 352.56411,434.11238 C 349.7285,436.13151 344.82044,436.3203 340.4604,434.57795 C 339.54088,434.21049 337.85338,434.41033 336.7104,435.02203 C 335.06287,435.90376 334.63226,435.84201 334.63226,434.72403 z "
style="fill:#00d25a;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Montagnieu" />
<path
id="16274"
d="M 364.35443,434.23225 C 361.73245,431.19463 361.68648,428.36154 364.22054,425.98091 L 366.58532,423.75932 L 370.61487,426.5518 C 375.10205,429.66142 374.93185,430.50951 369.1341,433.93026 C 366.02673,435.76366 365.69442,435.78465 364.35443,434.23225 z "
style="fill:#00d26e;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Passage" />
<path
id="16367-23"
d="M 190.09128,433.99754 C 188.73906,431.8096 189.99389,415.07642 191.58388,414.09375 C 192.53075,413.50855 192.56797,412.81224 191.73551,411.25677 C 191.12872,410.12298 190.63226,408.07825 190.63226,406.71292 C 190.63226,405.3476 190.09769,404.05233 189.44433,403.83454 C 188.60184,403.55371 188.74724,402.73778 189.94433,401.0287 C 190.87269,399.70328 191.64227,399.05647 191.6545,399.59134 C 191.66673,400.12622 192.55672,399.43885 193.63226,398.06385 L 195.58779,395.56385 L 195.61002,400.24127 C 195.62831,404.08873 196.09979,405.28645 198.26712,406.99127 C 201.12432,409.23874 206.54995,409.74616 208.36085,407.93526 C 209.19897,407.09714 210.68176,407.29017 214.12208,408.68526 C 218.35883,410.40331 218.70825,410.80211 218.21088,413.35191 C 217.8265,415.32247 218.12634,416.31622 219.23349,416.74107 C 221.77563,417.71658 218.63228,419.16525 215.43128,418.49339 C 213.46192,418.08003 212.25053,418.48682 210.95904,419.99516 C 209.98485,421.13294 208.61279,422.06385 207.91002,422.06385 C 207.20725,422.06385 206.63226,422.70395 206.63226,423.4863 C 206.63226,424.26864 205.04795,425.43161 203.11157,426.07068 C 201.13878,426.72176 198.20744,428.95413 196.44421,431.14823 C 193.27854,435.08749 191.31044,435.97018 190.09128,433.99754 z "
style="fill:#008c96;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2146" />
<path
id="15981-23"
d="M 222.19346,433.36273 C 221.80517,432.35087 222.56128,430.7036 224.19834,428.99488 C 225.9614,427.15464 226.62578,425.61881 226.21655,424.32944 C 225.72241,422.77251 226.32143,422.18758 229.36938,421.25079 C 231.76956,420.51309 233.25297,420.4509 233.46559,421.07906 C 233.64893,421.62069 234.43643,422.06385 235.21559,422.06385 C 235.99476,422.06385 236.63226,422.47476 236.63226,422.97699 C 236.63226,423.47921 237.98226,423.38055 239.63226,422.75775 C 241.81022,421.93566 243.41822,421.92204 245.50059,422.70805 C 247.36215,423.41071 248.96701,423.45602 250.07289,422.83714 C 253.94287,420.67138 248.61687,427.93254 244.09896,430.98164 C 238.89176,434.49594 237.36832,434.68717 232.10346,432.48737 C 228.53386,430.99589 228.18178,431.02079 225.57363,432.94907 C 223.11073,434.76998 222.75039,434.81407 222.19346,433.36273 z "
style="fill:#009600;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2144" />
<path
id="16329-23"
d="M 252.63226,433.07719 C 251.80726,432.59922 250.31624,431.95386 249.31888,431.64306 C 246.68812,430.82326 248.26048,429.06385 251.62389,429.06385 C 253.61923,429.06385 254.69149,428.45259 255.13226,427.06385 C 255.52167,425.83693 256.64529,425.06385 258.03913,425.06385 C 259.49228,425.06385 260.72179,424.16276 261.45031,422.56385 C 262.46512,420.33657 263.19171,420.06385 268.11082,420.06385 C 271.57647,420.06385 273.63226,420.48821 273.63226,421.20361 C 273.63226,421.83047 274.37601,422.88721 275.28504,423.5519 C 278.05271,425.57567 276.03997,426.73876 268.56846,427.43316 C 260.32571,428.19925 257.63226,429.34839 257.63226,432.09903 C 257.63226,434.1797 255.31702,434.63264 252.63226,433.07719 z "
style="fill:#000a8c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2142" />
<path
id="16126-23"
d="M 278.83187,431.92571 C 277.8589,431.57474 276.50446,430.61479 275.82202,429.7925 C 274.81823,428.583 274.87261,428.1856 276.10674,427.71202 C 278.17652,426.91777 278.03849,423.39057 275.89059,422.18854 C 273.0504,420.59909 275.03404,419.89192 282.80641,419.72303 L 290.13226,419.56385 L 290.05907,423.56385 C 290.01882,425.76385 289.67544,428.7906 289.29602,430.28996 C 288.67508,432.74369 288.20623,432.99348 284.60353,432.78996 C 282.4021,432.6656 279.80485,432.27669 278.83187,431.92571 z "
style="fill:#003c3c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2140" />
<path
id="16444-23"
d="M 312.45181,430.81385 C 312.19518,429.0069 311.39442,428.50277 308.38523,428.25366 C 305.9191,428.04951 304.28332,427.28036 303.60005,426.00366 C 302.80571,424.51943 302.88604,424.06385 303.94209,424.06385 C 304.7012,424.06385 306.13035,423.17095 307.11798,422.07963 C 308.21097,420.87189 310.84663,419.83899 313.85313,419.44016 C 317.95609,418.89589 318.71305,418.48078 318.32293,416.98897 C 317.79066,414.95359 319.43049,414.06385 323.71405,414.06385 C 325.85751,414.06385 326.63226,414.54173 326.63226,415.86385 C 326.63226,416.85385 327.02416,418.09135 327.50315,418.61385 C 327.98214,419.13635 328.66572,420.80135 329.0222,422.31385 C 329.63449,424.91165 329.47754,425.06385 326.1865,425.06385 C 323.69582,425.06385 322.38932,425.64927 321.60362,427.11736 C 320.59304,429.00565 315.04344,433.05137 313.45181,433.06011 C 313.07756,433.06217 312.62756,432.05135 312.45181,430.81385 z "
style="fill:#008cb4;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2138" />
<path
id="16460-23"
d="M 153.84275,430.96998 C 148.70228,429.43263 147.95162,425.98613 151.64633,420.88573 C 153.28859,418.61865 154.63226,416.15629 154.63226,415.41381 C 154.63226,414.59364 155.76027,414.06385 157.50653,414.06385 C 159.08739,414.06385 162.2853,413.39191 164.61301,412.57064 C 166.94073,411.74938 169.19629,411.29441 169.62538,411.5596 C 170.05446,411.82479 170.72182,413.73423 171.10838,415.8028 C 171.97715,420.45168 172.97103,421.68587 177.85068,424.17528 C 179.9694,425.25617 181.42327,426.59299 181.08149,427.146 C 180.73971,427.699 181.01122,428.81554 181.68483,429.6272 C 182.73679,430.89472 182.29039,431.06917 178.52092,430.86365 C 176.10716,430.73204 170.30726,430.92347 165.63226,431.28906 C 160.80348,431.66668 155.71149,431.52887 153.84275,430.96998 z "
style="fill:#0032be;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2136" />
<path
id="16293-23"
d="M 422.63226,429.89987 C 422.63226,427.67095 419.23939,421.06385 418.0948,421.06385 C 417.46089,421.06385 416.12775,420.16385 415.13226,419.06385 C 413.34286,417.08658 413.38563,417.06385 418.89548,417.06385 C 421.96075,417.06385 425.06799,416.9126 425.80047,416.72775 C 426.53296,416.54289 426.79476,416.58039 426.38226,416.81108 C 425.96976,417.04177 425.63667,418.65552 425.64205,420.39718 C 425.65002,422.97356 426.34905,423.9925 429.39205,425.86336 C 432.57603,427.82089 432.74416,428.08355 430.52261,427.62953 C 428.70369,427.2578 427.36897,427.6973 426.11762,429.08002 C 424.10523,431.30369 422.63226,431.65017 422.63226,429.89987 z "
style="fill:#009678;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Pont-de-Beauvoisin" />
<path
id="16266-23"
d="M 183.88226,429.40157 C 183.19476,429.12416 182.63226,428.04383 182.63226,427.00084 C 182.63226,425.81038 181.21149,424.37967 178.81536,423.15726 C 174.06267,420.73262 173.18233,419.6157 171.90396,414.38856 C 170.77716,409.7811 171.61873,408.06385 175.00352,408.06385 C 176.08771,408.06385 177.68521,407.4696 178.55352,406.74329 C 181.15297,404.56893 187.04329,403.20793 188.2524,404.50229 C 189.59282,405.93722 190.74119,412.87849 189.74049,413.49696 C 189.32244,413.75533 188.93532,416.9399 188.88021,420.5738 C 188.76103,428.43353 187.40759,430.82407 183.88226,429.40157 z "
style="fill:#00826e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2132" />
<path
id="16104-23"
d="M 251.15387,426.31385 C 251.55844,425.35135 252.09677,423.61553 252.35017,422.45647 C 252.73391,420.70119 254.91503,419.11627 260.88226,416.2566 C 262.01149,415.71545 261.7834,418.63802 260.47174,421.5168 C 259.72381,423.15835 258.50348,424.06385 257.03913,424.06385 C 255.64529,424.06385 254.52167,424.83693 254.13226,426.06385 C 253.78313,427.16385 252.80466,428.06385 251.95788,428.06385 C 250.87804,428.06385 250.63794,427.54126 251.15387,426.31385 z "
style="fill:#006e32;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2130" />
<path
id="16335-23"
d="M 370.83841,425.23521 C 367.038,422.84042 366.65845,422.25326 367.17231,419.56385 C 367.48758,417.91385 367.99326,414.86638 368.29604,412.79169 C 368.93222,408.43257 370.81535,407.10322 375.37316,407.79574 C 378.2054,408.22608 378.53879,408.5881 378.01709,410.6667 C 377.59243,412.35868 377.91031,413.23332 379.11839,413.6969 C 380.50432,414.22873 380.69738,415.1439 380.16816,418.67304 C 379.56026,422.72681 379.68239,423.03833 382.11952,423.65001 C 385.74136,424.55903 384.65952,426.56143 380.53902,426.57539 C 378.6653,426.58173 376.66999,426.88384 376.10499,427.24675 C 375.54,427.60965 373.17004,426.70446 370.83841,425.23521 z "
style="fill:#00468c;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Saint-André-le-Gaz" />
<path
id="16467-23"
d="M 106.45031,424.77102 C 103.43206,421.97381 100.41513,416.61432 101.33882,415.69063 C 101.68355,415.3459 103.25942,415.06385 104.84075,415.06385 C 107.83122,415.06385 110.85895,412.82504 111.94078,409.81385 C 112.28657,408.85135 113.15038,408.06385 113.86034,408.06385 C 116.01922,408.06385 117.68405,411.85082 118.49821,418.61357 C 119.34829,425.67477 119.59123,425.34644 112.60358,426.58031 C 109.73177,427.0874 108.58631,426.7506 106.45031,424.77102 z "
style="fill:#0078be;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2126" />
<path
id="16359-23"
d="M 353.53633,424.83069 C 348.54347,421.85294 344.86668,413.27307 347.8052,411.45697 C 349.73568,410.26387 356.79876,408.93386 362.13226,408.75912 L 367.13226,408.59531 L 366.95383,412.07958 C 366.47888,421.35441 363.49428,427.11099 359.20795,427.01958 C 358.06632,426.99524 355.51409,426.01024 353.53633,424.83069 z "
style="fill:#003c96;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Saint-Didier-de-la-Tour" />
<path
id="15967-23"
d="M 392.13226,426.08857 C 391.03226,425.62948 389.11976,425.48489 387.88226,425.76727 C 384.4274,426.55559 385.17307,424.26733 389.13226,421.93135 C 391.05726,420.79557 392.63226,419.30249 392.63226,418.61339 C 392.63226,417.92429 393.96938,415.96132 395.60363,414.25123 C 398.53484,411.18399 398.62386,411.1624 402.19139,412.653 C 404.73586,413.71615 405.63358,414.61804 405.22003,415.69573 C 404.89676,416.53816 404.63226,418.02177 404.63226,418.99263 C 404.63226,421.0866 401.99735,424.29167 398.948,425.90687 C 396.44962,427.23024 394.96272,427.26988 392.13226,426.08857 z "
style="fill:#000a00;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Abrets" />
<path
id="16464-23"
d="M 130.28519,424.60177 C 129.19084,421.74996 129.5404,420.12293 131.63226,418.33182 C 132.73226,417.38997 133.63226,415.88133 133.63226,414.97929 C 133.63226,413.73488 134.96892,413.18211 139.17278,412.68803 C 142.35511,412.31401 145.51933,412.46823 146.60704,413.05035 C 147.6486,413.60778 149.65536,414.06385 151.06652,414.06385 C 154.3503,414.06385 154.29333,414.85119 150.64514,419.88737 C 148.65648,422.63264 147.14808,423.81528 146.13241,423.42553 C 145.29332,423.10354 144.02038,423.32677 143.30367,423.9216 C 142.58695,424.51642 139.51149,425.29563 136.46933,425.65318 C 131.80701,426.20114 130.83554,426.03598 130.28519,424.60177 z "
style="fill:#005abe;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2120" />
<path
id="16347-23"
d="M 331.38226,423.59432 C 330.41976,422.27064 329.63226,420.51134 329.63226,419.68476 C 329.63226,418.85818 329.18226,417.90377 328.63226,417.56385 C 326.75357,416.40276 327.62867,415.06385 330.26624,415.06385 C 331.71493,415.06385 334.59916,414.55483 336.67565,413.9327 C 340.85689,412.67997 345.62887,413.42547 345.63842,415.3329 C 345.64181,416.00992 346.28617,417.79373 347.07033,419.29691 C 348.70368,422.42794 348.02602,423.15876 343.36892,423.28865 C 341.58876,423.3383 338.68421,423.98303 336.91438,424.72139 C 332.9693,426.36723 333.47321,426.46989 331.38226,423.59432 z "
style="fill:#00be8c;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2118" />
<path
id="16461-23"
d="M 295.67299,421.24604 C 291.6262,419.69508 291.20152,419.21449 291.08173,416.05042 C 291.00914,414.13281 290.62298,411.55135 290.22361,410.31385 C 289.65033,408.53747 289.88004,408.06672 291.31487,408.0775 C 295.11083,408.10603 297.63226,409.3353 297.63226,411.15743 C 297.63226,414.2698 301.54831,415.916 309.04644,415.95565 C 317.43723,416.00003 319.75945,417.52401 312.8358,418.44246 C 309.84491,418.83922 307.20912,419.87393 306.11798,421.07963 C 303.95437,423.47039 301.5757,423.50829 295.67299,421.24604 z "
style="fill:#003cbe;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2116" />
<path
id="16135-23"
d="M 381.98404,422.4355 C 381.25112,422.1352 381.03364,420.49021 381.38275,417.88742 C 381.80485,414.74042 381.55188,413.59837 380.27436,412.88343 C 377.8307,411.51589 379.69331,408.79101 384.57716,406.5887 C 388.53691,404.8031 388.73811,404.80496 392.24773,406.65943 C 397.0091,409.17531 397.46003,410.74098 394.2741,413.69514 C 392.82109,415.04244 391.63226,416.75713 391.63226,417.50554 C 391.63226,418.25396 390.03154,419.81075 388.0751,420.96507 C 384.41494,423.12462 383.94363,423.2384 381.98404,422.4355 z "
style="fill:#00963c;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Fitilieu" />
<path
id="16144-23"
d="M 237.63226,421.08635 C 237.63226,420.3981 236.96719,420.10508 236.13226,420.42548 C 234.32094,421.12055 234.12311,419.48896 235.88226,418.36354 C 238.34652,416.78703 239.30034,413.45994 239.12171,407.06385 C 239.02187,403.48885 238.7584,399.88885 238.53622,399.06385 C 238.21396,397.86721 239.41311,397.5032 244.46548,397.26397 C 250.41824,396.98211 250.76033,397.08497 250.16008,398.9762 C 249.80884,400.08286 250.01023,401.90157 250.6076,403.01778 C 252.57965,406.70259 250.47762,411.00046 243.84336,416.84814 C 240.42726,419.85922 237.63226,421.76641 237.63226,421.08635 z "
style="fill:#00dc3c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2112" />
<path
id="16070-23"
d="M 244.37142,421.19554 L 241.61059,420.56385 L 246.48381,416.3769 C 249.40836,413.86421 251.5856,411.06509 251.92863,409.3769 C 252.68743,405.64252 257.50286,403.34158 260.56166,405.25183 C 262.12932,406.23085 262.63226,407.57954 262.63226,410.8044 C 262.63226,413.75038 262.20855,415.06385 261.25821,415.06385 C 259.636,415.06385 250.90449,419.81436 250.08268,421.14407 C 249.46347,422.14598 248.56096,422.15411 244.37142,421.19554 z "
style="fill:#001428;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2110" />
<path
id="16078-23"
d="M 119.51379,417.44552 C 119.44862,415.3106 119.45456,413.06138 119.52699,412.44725 C 119.59942,411.83312 118.97773,410.76552 118.14547,410.07481 C 115.78148,408.11287 116.17696,402.34313 118.73099,401.53252 C 119.88528,401.16616 121.68528,400.01083 122.73099,398.96513 C 123.77669,397.91943 125.72237,397.06385 127.05472,397.06385 C 129.9015,397.06385 131.13157,400.1453 132.04455,409.56385 C 132.57588,415.04517 132.41132,415.76645 130.14104,417.90742 C 128.7542,419.21527 125.88295,420.4888 123.6441,420.78909 L 119.63227,421.32719 L 119.51379,417.44552 z "
style="fill:#006428;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2108" />
<path
id="16317-23"
d="M 224.1485,419.115 C 223.8083,418.04314 222.65297,416.88781 221.58111,416.54761 C 220.17765,416.10217 219.63226,415.02247 219.63226,412.6895 C 219.63226,410.09488 219.08478,409.22591 216.88226,408.32468 C 214.28664,407.2626 214.27261,407.22425 216.63226,407.64159 C 218.00726,407.88478 219.64418,407.74177 220.26987,407.3238 C 221.97683,406.18351 224.63226,399.22061 224.63226,395.88502 C 224.63226,393.05223 224.70935,393.00443 226.85477,394.50715 C 228.07714,395.36333 230.72089,396.06385 232.72977,396.06385 C 236.03353,396.06385 236.45223,396.37415 237.1151,399.31385 C 238.02421,403.34556 238.02709,411.83381 237.12032,414.73163 C 236.70239,416.06725 234.58394,417.69872 231.60175,418.98163 C 225.63345,421.54912 224.92508,421.5618 224.1485,419.115 z "
style="fill:#008c82;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2106" />
<path
id="16201-23"
d="M 263.00197,416.81385 C 263.33361,415.57635 263.6111,412.87635 263.61861,410.81385 C 263.6302,407.62856 263.96138,407.06385 265.81781,407.06385 C 267.01986,407.06385 268.93932,406.18456 270.08327,405.10988 C 274.23105,401.21324 275.88714,405.42695 274.09369,415.31385 L 273.41345,419.06385 L 267.90622,419.06385 C 262.68303,419.06385 262.4301,418.94781 263.00197,416.81385 z "
style="fill:#00e650;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2104" />
<path
id="16208-23"
d="M 274.64732,417.31385 C 274.68278,413.19201 277.17051,408.56304 279.48625,408.30995 C 281.68658,408.06947 281.77229,408.2809 281.10775,412.30995 C 280.72186,414.64959 279.95191,417.12635 279.39675,417.81385 C 277.87542,419.69785 274.62975,419.35616 274.64732,417.31385 z "
style="fill:#00325a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2102" />
<path
id="16254-23"
d="M 282.72563,418.16798 C 281.53371,417.392 281.51736,416.31751 282.61849,411.12876 C 284.05151,404.37603 285.31715,402.80522 287.01394,405.67345 C 288.70588,408.53348 290.45744,415.72868 289.74311,416.8845 C 288.80586,418.401 284.33856,419.21806 282.72563,418.16798 z "
style="fill:#000a6e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2100" />
<path
id="16055-23"
d="M 99.057493,413.99486 C 98.548619,413.16016 96.22627,411.86434 93.896719,411.11525 C 89.063178,409.56098 85.444374,406.37417 87.746148,405.6989 C 95.600797,403.3946 97.473365,403.17697 101.17253,404.13852 C 110.96562,406.68408 112.80103,408.76242 108.50466,412.44109 C 107.06238,413.676 105.47445,414.08229 103.57497,413.70239 C 101.85425,413.35825 100.62042,413.59938 100.37781,414.32723 C 100.10765,415.13769 99.690145,415.03259 99.057493,413.99486 z "
style="fill:#00781e;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2096" />
<path
id="16032-23"
d="M 300.60674,413.33342 C 297.56276,411.20134 298.24326,405.06385 301.52364,405.06385 C 302.44621,405.06385 304.02032,403.67693 305.02166,401.9818 C 306.39187,399.66222 307.37293,399.02305 308.98727,399.39818 C 310.16701,399.67232 313.7057,400.41323 316.85102,401.04464 C 323.75186,402.42998 326.25359,404.42231 326.92057,409.06385 C 327.419,412.53249 327.38745,412.56639 323.39933,412.84747 C 321.18603,413.00345 318.62291,413.53367 317.70349,414.02573 C 315.11969,415.40854 302.86066,414.91213 300.60674,413.33342 z "
style="fill:#008c14;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2094" />
<path
id="16379-23"
d="M 329.63226,413.06385 C 328.35036,412.23542 328.38671,412.09225 329.88226,412.07916 C 330.92211,412.07006 331.63226,411.30194 331.63226,410.18629 C 331.63226,409.15364 332.30726,407.74854 333.13226,407.06385 C 333.95726,406.37916 334.63226,405.06406 334.63226,404.14141 C 334.63226,403.21875 335.07963,402.01648 335.62643,401.46968 C 336.64928,400.44683 336.71273,399.72177 336.66088,389.6481 C 336.64413,386.39444 336.74639,383.61639 336.88812,383.47466 C 337.02985,383.33292 338.49277,383.52001 340.13904,383.89041 C 342.805,384.49022 343.16592,385.01915 343.44014,388.72809 C 343.68977,392.10445 343.38738,393.0068 341.8419,393.49731 C 339.01146,394.39566 337.63226,398.37252 337.63226,405.63565 C 337.63226,411.6689 337.45626,412.18027 335.06716,413.0886 C 331.92255,414.28418 331.51773,414.28234 329.63226,413.06385 z "
style="fill:#000aa0;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2092" />
<path
id="16193-23"
d="M 147.16091,411.70846 C 145.8448,410.7461 145.54009,409.80367 146.1101,408.45846 C 146.55164,407.41642 146.97177,403.32934 147.04372,399.37604 C 147.11568,395.42274 147.41209,391.95069 147.70243,391.66035 C 147.99276,391.37002 150.95884,391.02472 154.29372,390.89302 C 158.80164,390.71499 161.07824,391.12605 163.16806,392.49535 C 165.53172,394.04408 165.74614,394.5143 164.5156,395.4505 C 162.82615,396.73584 158.44939,407.48517 158.26016,410.81385 C 158.14729,412.79945 157.59654,413.06385 153.57339,413.06385 C 151.06601,413.06385 148.1804,412.45392 147.16091,411.70846 z "
style="fill:#009650;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2090" />
<path
id="16386-23"
d="M 159.38125,411.81081 C 159.17572,411.19424 160.03744,408.18644 161.29618,405.12681 C 162.55491,402.06718 163.59547,399.05262 163.60853,398.42779 C 163.67046,395.46335 174.93669,392.76828 177.31692,395.14851 C 177.91349,395.74508 179.46599,396.07824 180.76692,395.88888 C 182.45996,395.64244 183.7849,396.40001 185.42841,398.55421 L 187.72457,401.56385 L 184.96573,402.70085 C 183.44837,403.3262 181.71171,403.64783 181.10648,403.41558 C 180.50125,403.18334 179.17722,403.90919 178.16418,405.02858 C 177.15114,406.14798 175.4762,407.06385 174.44209,407.06385 C 173.40798,407.06385 171.55786,407.72172 170.33071,408.52578 C 166.4456,411.0714 159.79943,413.06537 159.38125,411.81081 z "
style="fill:#0050a0;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2088" />
<path
id="16489-23"
d="M 344.19597,412.16694 C 343.81089,411.54386 342.43937,411.32514 341.07097,411.66859 C 338.68693,412.26695 338.63226,412.14479 338.63226,406.21931 C 338.63226,399.5356 340.15528,395.06385 342.43166,395.06385 C 343.63359,395.06385 343.80753,396.19434 343.36185,401.10939 C 342.90362,406.16285 343.11839,407.43884 344.67066,408.885 C 345.84502,409.97908 346.22524,411.1044 345.70496,411.94622 C 345.12726,412.88096 344.67789,412.94669 344.19597,412.16694 z "
style="fill:#005ac8;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2086" />
<path
id="path2084"
d="M 133.00198,409.40078 C 132.66653,408.06424 132.63722,406.72556 132.93684,406.42593 C 133.23647,406.12631 132.84538,403.78477 132.06776,401.22251 C 129.7229,393.49618 129.79819,393.3759 136.66786,393.87281 C 141.20919,394.2013 143.13197,393.92159 144.43426,392.74304 C 146.06031,391.27148 146.15384,391.58175 145.97973,397.87027 C 145.70506,407.79127 144.7953,411.04254 142.25726,411.17348 C 141.08851,411.23377 138.66518,411.40635 136.87207,411.55697 C 134.14428,411.78612 133.51228,411.43401 133.00198,409.40078 z "
style="fill:#0050dc;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1" />
<path
id="16319-23"
d="M 328.97249,410.28495 C 328.33462,409.88477 327.65962,408.20881 327.47249,406.5606 C 327.22024,404.33881 326.27829,403.13736 323.82999,401.91461 C 322.01375,401.00752 321.02505,400.09959 321.6329,399.89697 C 323.08041,399.41447 324.7029,392.22554 323.52815,391.49951 C 323.03541,391.19498 322.63226,390.24859 322.63226,389.39642 C 322.63226,388.24448 323.2714,388.00745 325.12384,388.47238 C 326.52027,388.82286 329.21118,388.43097 331.24596,387.58079 C 333.24276,386.74647 334.96514,386.06385 335.07347,386.06385 C 335.81152,386.06385 335.33449,400.12985 334.58065,400.59575 C 334.05903,400.91812 333.63226,402.00023 333.63226,403.00042 C 333.63226,404.00062 332.98428,405.35674 332.19229,406.01403 C 331.40031,406.67131 330.61281,408.06487 330.44229,409.11083 C 330.25369,410.26769 329.678,410.72757 328.97249,410.28495 z "
style="fill:#00a082;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2080" />
<path
id="16355-23"
d="M 346.27354,408.5435 C 343.8466,406.76888 344.27471,405.18711 347.38226,404.44701 C 348.89476,404.08679 351.25726,403.22674 352.63226,402.53578 C 354.00726,401.84483 356.96453,400.52382 359.20396,399.6002 C 363.13668,397.97823 363.39943,397.99393 366.9016,400.06026 C 370.20466,402.00911 370.42885,402.41618 369.41938,404.63173 C 368.68856,406.23569 367.42949,407.10175 365.72174,407.17515 C 359.81701,407.42895 355.90618,407.89019 352.02354,408.79069 C 349.07443,409.47468 347.4516,409.40492 346.27354,408.5435 z "
style="fill:#001496;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Saint-Clair-de-la-Tour" />
<path
id="16112-23"
d="M 199.4263,406.11648 C 197.45012,404.56202 196.93639,403.22809 196.88011,399.50515 C 196.84133,396.93998 196.3197,394.35129 195.72093,393.75252 C 195.12216,393.15375 194.63226,392.35844 194.63226,391.98517 C 194.63226,390.65438 200.52342,388.89453 202.68339,389.58008 C 204.08319,390.02436 205.18015,389.79538 205.70273,388.94982 C 206.67069,387.38363 206.55912,387.25095 209.41214,393.36104 C 211.03395,396.83435 211.38758,398.65252 210.69353,399.94937 C 210.16631,400.93449 209.95243,402.60076 210.21826,403.65218 C 210.56359,405.01806 209.921,405.92073 207.96755,406.81385 C 204.19486,408.53873 202.31005,408.38484 199.4263,406.11648 z "
style="fill:#00be32;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2076" />
<path
id="16326-23"
d="M 292.89527,407.34142 C 285.91128,406.47333 284.30903,397.66959 290.03088,391.60267 L 293.4295,387.99908 L 299.46443,389.67694 C 305.0751,391.23685 305.74313,391.23912 308.96694,389.70933 C 310.87411,388.80431 314.45393,388.06385 316.9221,388.06385 C 321.26957,388.06385 321.43043,388.17449 322.07448,391.60756 C 323.40667,398.70873 320.97048,400.84226 313.49728,399.11918 C 306.90716,397.5997 305.89776,397.80581 303.97319,401.06385 C 302.99851,402.71385 301.42839,404.06385 300.48404,404.06385 C 299.53969,404.06385 298.48139,404.96385 298.13226,406.06385 C 297.78313,407.16385 297.19031,407.99183 296.81487,407.90381 C 296.43944,407.81579 294.67561,407.56272 292.89527,407.34142 z "
style="fill:#00e682;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2074" />
<path
id="16014-23"
d="M 214.75631,406.26058 L 211.38036,405.91835 L 211.98902,401.47767 C 212.50179,397.73658 212.05601,395.9031 209.15936,389.83937 C 207.26829,385.88067 205.91464,382.44814 206.15126,382.21152 C 206.38787,381.9749 208.55474,383.39825 210.96651,385.37452 C 213.37828,387.35078 217.20591,389.70969 219.47236,390.61655 C 224.13933,392.4839 224.5278,394.27439 221.88787,401.74958 C 220.25286,406.37924 219.6553,406.75722 214.75631,406.26058 z "
style="fill:#00e60a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2072" />
<path
id="16021-23"
d="M 275.92201,405.06385 C 275.63435,403.96385 274.99851,403.06385 274.50902,403.06385 C 274.01953,403.06385 272.64086,401.93885 271.44531,400.56385 C 270.24976,399.18885 268.56524,398.04954 267.70192,398.03205 C 265.41185,397.98565 263.16548,396.00098 261.28594,392.36351 C 259.08501,388.10408 259.17799,386.7849 261.62441,387.56136 C 263.04921,388.01357 264.32176,387.39199 266.0928,385.37874 C 269.02003,382.0512 269.21874,380.36938 266.97727,377.89259 C 265.42757,376.18019 265.44665,376.06385 267.27727,376.06385 C 268.35252,376.06385 269.77717,375.51894 270.44317,374.85294 C 271.39106,373.90505 272.29112,374.33948 274.5868,376.85294 C 276.1998,378.61894 278.35678,380.06385 279.38011,380.06385 C 280.40343,380.06385 283.2621,381.34578 285.73269,382.91259 C 288.20329,384.47939 290.80195,385.95375 291.50749,386.18893 C 292.34662,386.46864 291.55246,387.92901 289.21128,390.41139 C 286.39742,393.39494 285.63226,395.02002 285.63226,398.01261 C 285.63226,400.17608 284.98484,402.35627 284.13226,403.06385 C 283.30726,403.74854 282.63226,404.92864 282.63226,405.68629 C 282.63226,408.01552 276.54626,407.45098 275.92201,405.06385 z "
style="fill:#001e14;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2070" />
<path
id="15995-23"
d="M 370.46854,405.37959 C 372.20994,402.11105 371.93042,401.2694 368.51736,399.50443 C 366.78999,398.61118 365.78773,397.51665 366.26736,397.0473 C 367.71993,395.62588 379.63226,394.63419 379.63226,395.93468 C 379.63226,396.55573 381.1548,397.06385 383.01568,397.06385 C 385.74685,397.06385 386.48341,397.50488 386.83644,399.35159 C 387.46852,402.65814 386.81182,403.91963 383.59157,405.58489 C 380.17051,407.35399 375.47759,407.50918 373.87464,405.90623 C 372.99782,405.02941 372.30319,405.09005 371.01092,406.15623 C 369.45446,407.44039 369.40689,407.37227 370.46854,405.37959 z "
style="fill:#00280a;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Bâtie-Montgascon" />
<path
id="16117-23"
d="M 262.76038,405.16419 C 261.72535,404.50855 261.6254,403.59151 262.35333,401.4295 C 263.11346,399.17186 263.82887,398.63421 265.72521,398.89546 C 267.04909,399.07784 268.77718,399.85133 269.56542,400.61433 C 270.80736,401.8165 270.75332,402.27259 269.16043,404.03272 C 267.20519,406.19324 265.00024,406.58305 262.76038,405.16419 z "
style="fill:#00f032;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2066" />
<path
id="16330-23"
d="M 252.01313,402.81385 C 251.59848,401.57635 251.37536,399.55135 251.51731,398.31385 C 251.68959,396.81191 252.41701,398.65535 253.79099,395.99836 C 254.62622,394.3832 256.63191,391.89441 258.54857,391.14404 C 259.43239,390.79803 259.15895,390.98394 260.28396,393.31875 C 262.83848,398.62033 261.84627,403.06385 258.10794,403.06385 C 256.81124,403.06385 255.47218,403.51385 255.13226,404.06385 C 254.10947,405.71877 252.81229,405.19892 252.01313,402.81385 z "
style="fill:#00148c;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
sodipodi:nodetypes="cssssssc"
inkscape:label="#path2064" />
<path
id="16044-23"
d="M 344.77492,395.86565 C 344.66718,391.48682 344.53771,387.60258 344.48722,387.234 C 344.02282,383.844 346.08263,382.85406 346.92201,386.06385 C 347.40134,387.8968 349.21483,388.46382 354.24893,388.35472 C 354.86309,388.34141 355.3547,388.83302 355.34139,389.44718 C 355.26638,392.90836 355.94713,393.97982 358.88226,395.02036 C 362.03541,396.13819 362.07266,396.21689 360.13226,397.66161 C 359.03226,398.48062 357.00726,399.41821 355.63226,399.74517 C 354.25726,400.07212 352.61337,400.74648 351.97918,401.24375 C 351.34498,401.74101 349.50866,402.52571 347.89845,402.98751 L 344.97081,403.82714 L 344.77492,395.86565 z "
style="fill:#000a1e;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Chapelle-de-la-Tour" />
<path
id="16499-23"
d="M 186.13226,397.04545 C 184.49967,394.58624 183.64456,394.13825 181.47746,394.60687 C 179.9747,394.93182 178.52033,394.69176 178.12595,394.05364 C 177.71892,393.39506 175.28859,393.03148 172.28075,393.17921 C 167.23681,393.42694 167.13811,393.37757 167.42011,390.74796 C 167.64835,388.61973 167.28592,388.06385 165.67011,388.06385 C 164.54929,388.06385 163.63226,387.48886 163.63226,386.78609 C 163.63226,385.34226 167.12633,382.06385 168.66513,382.06385 C 169.76974,382.06385 177.78021,387.06408 178.70919,388.33347 C 179.02649,388.76705 180.10775,387.59612 181.11197,385.73139 C 182.81719,382.56498 183.10057,382.42542 185.40121,383.619 C 186.75607,384.32191 189.36301,387.00458 191.19441,389.58049 C 194.00401,393.53225 194.33886,394.56079 193.3377,396.1639 C 192.68511,397.20887 191.58441,398.06385 190.89171,398.06385 C 190.19901,398.06385 189.63226,398.51385 189.63226,399.06385 C 189.63226,400.92987 188.13951,400.06902 186.13226,397.04545 z "
style="fill:#00bec8;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1"
inkscape:label="#path2060" />
<path
id="16132-23"
d="M 362.72392,395.67429 C 362.07839,394.89647 360.44368,393.98235 359.09124,393.64291 C 357.48045,393.23863 356.63226,392.3192 356.63226,390.97741 C 356.63226,389.41243 357.08544,389.07291 358.55272,389.5386 C 359.86797,389.95605 361.25409,389.30595 362.95123,387.47566 C 365.02558,385.23857 365.97528,384.90828 368.78077,385.44823 C 373.47016,386.35077 374.51223,387.21368 375.22666,390.78587 C 375.8444,393.87454 375.79838,393.91612 370.99172,394.61231 C 368.31902,394.99941 365.62947,395.71492 365.01494,396.20233 C 364.32657,396.74829 363.44702,396.54557 362.72392,395.67429 z "
style="fill:#00783c;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Faverges-de-la-Tour" />
<path
id="16510-23"
d="M 240.48927,395.17338 C 242.35983,393.98815 241.12534,390.61695 238.09327,388.63026 C 234.75704,386.44428 234.75984,380.71908 238.09914,376.63407 C 240.13534,374.14315 240.72913,373.89936 242.06318,375.00652 C 242.98218,375.76922 243.63226,377.8747 243.63226,380.08847 C 243.63226,383.3891 244.01252,384.00076 246.63226,384.91401 C 249.95506,386.07234 250.56467,388.92333 248.47174,393.5168 C 247.50141,395.64645 246.64106,396.06134 243.22174,396.04854 C 240.54979,396.03853 239.60264,395.73518 240.48927,395.17338 z "
style="fill:#0032d2;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2054" />
<path
id="16535-23"
d="M 224.13226,391.74021 C 220.83226,389.99321 217.94666,388.45325 217.71982,388.31808 C 217.49298,388.1829 217.80999,386.9692 218.42428,385.62097 C 219.93088,382.31434 223.68063,380.01117 228.0082,379.73432 C 230.52266,379.57346 232.66272,378.47749 235.23212,376.0348 C 237.83862,373.55685 238.55961,373.19161 237.75231,374.75816 C 237.13037,375.96503 236.17392,377.22908 235.62688,377.56717 C 235.07984,377.90526 234.63226,380.30512 234.63226,382.90018 C 234.63226,386.95292 235.08196,388.01309 237.8203,390.41594 C 240.39577,392.67587 240.73202,393.38823 239.5703,394.12331 C 236.68457,395.94925 230.18886,394.94654 224.13226,391.74021 z "
style="fill:#001edc;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2050" />
<path
id="16167-23"
d="M 191.00875,387.02556 C 189.84082,385.33296 187.36582,383.1362 185.50875,382.14388 C 182.60582,380.59271 182.08863,379.74895 181.82115,376.12785 C 181.46107,371.25309 182.68286,369.38327 187.63226,367.23458 C 192.1289,365.28245 195.24647,365.66781 199.17051,368.66082 C 200.9033,369.98249 202.75067,371.06385 203.27576,371.06385 C 203.80086,371.06385 204.78431,372.59543 205.46121,374.46736 C 206.47159,377.26152 206.43111,378.47 205.2351,381.21736 C 204.43384,383.05793 203.55615,385.29503 203.28467,386.1887 C 203.0132,387.08236 201.51785,388.05279 199.96167,388.34521 C 198.40549,388.63762 196.23226,389.15275 195.13226,389.48994 C 193.64356,389.94628 192.58938,389.31626 191.00875,387.02556 z "
style="fill:#008c46;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2046" />
<path
id="16435-23"
d="M 300.13226,388.65094 C 296.27681,387.41804 293.09459,385.78618 285.63226,381.21521 C 283.70726,380.03607 281.35976,379.06964 280.41559,379.06759 C 277.84769,379.062 271.66774,372.56494 273.17087,371.45112 C 273.82944,370.96312 276.76194,368.61668 279.68754,366.2368 L 285.00682,361.90974 L 286.56954,365.52911 C 287.58404,367.87876 289.00929,369.36453 290.63226,369.76435 C 292.00726,370.10308 294.08135,370.99425 295.24136,371.74472 C 296.40136,372.4952 298.04334,372.84333 298.8902,372.51836 C 299.73707,372.19339 300.72703,372.40818 301.09013,372.99568 C 301.45322,373.58317 302.62374,374.06385 303.69128,374.06385 C 305.42453,374.06385 306.09266,375.10967 305.75647,377.29648 C 305.69452,377.69943 307.44452,378.94775 309.64535,380.07053 C 313.55375,382.06444 313.61017,382.16794 312.07007,384.51841 C 310.46865,386.9625 306.34784,390.11882 304.91744,389.99695 C 304.48559,389.96016 302.33226,389.35445 300.13226,388.65094 z "
style="fill:#0032b4;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2044" />
<path
id="16429-23"
d="M 211.48209,384.0476 C 208.24006,381.47584 207.0824,379.95355 207.65907,379.02047 C 208.14403,378.23579 207.89588,376.54053 207.05924,374.92264 C 204.20863,369.41018 205.96596,363.92272 211.48962,361.08825 C 213.19444,360.21342 214.14943,360.18102 214.93962,360.97121 C 215.54057,361.57216 217.46741,362.06385 219.22148,362.06385 C 220.97554,362.06385 223.44974,362.90522 224.71968,363.93355 L 227.02867,365.80326 L 224.83046,366.50094 C 223.62145,366.88467 222.63226,367.78261 222.63226,368.49638 C 222.63226,369.21014 221.67874,371.00634 220.51332,372.48793 L 218.39437,375.18173 L 220.48075,377.40258 L 222.56713,379.62343 L 220.5294,380.89601 C 219.40865,381.59594 217.9608,383.42135 217.31196,384.95249 L 216.13226,387.73638 L 211.48209,384.0476 z "
style="fill:#00f0aa;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2042" />
<path
id="16171-23"
d="M 250.22844,386.04595 C 246.92976,383.71546 246.60715,384.11555 245.25614,383.23233 C 243.90512,382.34912 244.46235,380.96529 244.62205,379.5934 C 244.87316,377.43629 245.84037,377.04134 249.13226,376.30744 C 256.93815,374.56721 262.93628,376.30166 265.36671,378.34375 L 267.98505,381.01064 L 264.34152,385.37858 C 263.88164,386.4284 261.36442,386.15191 259.48088,387.10853 C 257.59734,388.06515 259.21144,388.65301 257.98542,389.97527 C 255.53068,392.62271 252.08936,397.0503 251.5161,396.93844 C 250.482,396.73666 250.6955,397.06236 248.71394,396.15115 C 248.07082,395.85542 252.40708,386.76501 250.22844,386.04595 z "
style="fill:#00b446;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
sodipodi:nodetypes="cssscccssssc"
inkscape:label="#path2040" />
<path
id="16228-23"
d="M 319.88226,387.27004 C 315.89476,387.10845 312.64657,386.65845 312.66406,386.27004 C 312.68156,385.88164 313.34825,384.7017 314.14561,383.64796 C 315.4123,381.97397 316.75983,381.75777 324.81811,381.9356 C 329.89064,382.04755 334.23807,382.33632 334.47907,382.57733 C 335.31009,383.40835 332.50924,385.9108 329.82421,386.73626 C 328.34364,387.19144 323.86976,387.43164 319.88226,387.27004 z "
style="fill:#00fa5a;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2038" />
<path
id="16116-23"
d="M 353.27315,387.32435 C 349.52154,387.03174 348.30033,386.51056 347.91518,385.03772 C 347.38604,383.01432 344.29924,381.5336 342.6872,382.5299 C 342.15757,382.85723 340.56645,382.83445 339.15137,382.47929 C 335.6233,381.5938 337.6633,379.14692 341.97649,379.09071 C 343.71216,379.0681 345.80726,378.98207 346.63226,378.89954 C 347.45726,378.81701 349.11453,379.06595 350.31509,379.45274 C 352.18265,380.05442 352.77301,379.5355 354.40257,375.85992 C 356.7272,370.61658 359.69054,367.76948 360.45518,370.04474 C 360.7289,370.85922 362.23072,372.64693 363.79256,374.01742 C 365.97119,375.92914 366.63226,377.38856 366.63226,380.28653 C 366.63226,382.96794 366.19953,384.06385 365.14073,384.06385 C 364.32039,384.06385 363.08715,384.96385 362.40019,386.06385 C 361.71323,387.16385 360.47191,387.98274 359.64171,387.8836 C 358.81151,387.78447 355.94566,387.5328 353.27315,387.32435 z "
style="fill:#00e632;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Dolomieu" />
<path
id="path2034"
d="M 204.71121,385.64718 C 204.66779,384.59302 204.90413,384.00239 205.23643,384.33468 C 205.56872,384.66698 205.60424,385.52947 205.31537,386.25135 C 204.99615,387.04908 204.75919,386.81213 204.71121,385.64718 z "
style="fill:#8a8a8a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none" />
<path
id="16352-23"
d="M 310.8358,379.21817 C 309.15188,378.42068 307.50937,376.71037 307.18456,375.41622 C 306.82087,373.96716 305.85613,373.06385 304.67222,373.06385 C 303.61516,373.06385 302.47218,372.61385 302.13226,372.06385 C 301.79234,371.51385 300.21734,371.06385 298.63226,371.06385 C 297.04718,371.06385 295.5081,370.67197 295.21209,370.19301 C 294.91607,369.71405 293.42701,369.06876 291.90307,368.75903 C 290.10697,368.39399 288.7159,367.20527 287.94867,365.37987 C 285.89019,360.48227 286.05512,359.43227 289.31466,356.68353 C 291.82429,354.56717 292.6699,354.28701 293.31466,355.35826 C 294.12062,356.69735 301.23413,358.85611 305.13226,358.94458 C 307.74011,359.00377 320.63407,361.62181 322.85752,362.5436 C 324.44355,363.20112 324.45832,363.49953 323.04054,366.24123 C 322.1923,367.88154 321.62435,370.42543 321.77843,371.89433 C 321.9325,373.36323 321.76734,375.03627 321.4114,375.6122 C 320.42816,377.2031 322.22735,379.43321 323.95822,378.76901 C 324.79852,378.44656 325.98986,378.78981 326.60565,379.53179 C 327.52806,380.64322 326.50739,380.86208 320.81095,380.7743 C 317.00808,380.7157 312.51926,380.01544 310.8358,379.21817 z "
style="fill:#00f08c;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2032" />
<path
id="16528-23"
d="M 328.12048,379.05084 C 327.07021,377.8903 325.48104,377.13164 324.58899,377.36492 C 323.25428,377.71395 322.98873,376.97226 323.08937,373.17645 C 323.21533,368.42543 324.94329,364.06385 326.69956,364.06385 C 327.24788,364.06385 329.32952,364.74617 331.32544,365.58012 C 333.32136,366.41407 335.77788,366.83502 336.78437,366.51557 C 339.5137,365.64932 340.99871,366.9221 339.43082,368.78381 C 338.71661,369.63186 337.67507,372.62929 337.11628,375.44478 C 336.18263,380.14899 335.85432,380.58804 333.06518,380.86237 C 330.97849,381.06761 329.43335,380.50153 328.12048,379.05084 z "
style="fill:#00d2d2;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2030" />
<path
id="16517-23"
d="M 222.26812,377.21398 C 220.66807,375.44594 220.67288,375.13875 222.35057,371.95085 C 223.3305,370.08883 224.58226,368.22832 225.13226,367.81638 C 226.75267,366.60273 231.95222,368.08157 234.40278,370.45307 L 236.6733,372.65035 L 233.90278,375.23598 C 230.12472,378.76192 224.52981,379.71311 222.26812,377.21398 z "
style="fill:#0078d2;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2026" />
<path
id="16505-23"
d="M 338.35064,374.65596 C 338.92006,371.74675 341.53071,367.14608 342.63226,367.11059 C 344.41957,367.05299 345.58649,369.2308 345.83967,373.09655 L 346.13226,377.56385 L 341.93884,377.65596 C 337.77418,377.74743 337.74957,377.72686 338.35064,374.65596 z "
style="fill:#00fac8;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2022" />
<path
id="16438-23"
d="M 348.12673,377.0549 C 347.78377,376.49998 347.78754,375.14998 348.1351,374.0549 C 348.49667,372.91571 348.31036,372.06385 347.69965,372.06385 C 347.11258,372.06385 346.63226,370.93885 346.63226,369.56385 C 346.63226,368.18885 346.18226,367.06385 345.63226,367.06385 C 343.5589,367.06385 344.73698,365.07567 347.17255,364.46438 C 348.84741,364.04402 350.32214,364.37821 351.5013,365.44533 C 352.48494,366.33552 353.77931,367.06385 354.37767,367.06385 C 356.32227,367.06385 356.25517,369.22362 354.17332,373.64134 C 352.21616,377.79445 349.52334,379.31466 348.12673,377.0549 z "
style="fill:#0050b4;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2020" />
<path
id="16148-23"
d="M 242.3265,373.53225 C 240.78333,372.17463 238.94057,371.06385 238.23148,371.06385 C 237.5224,371.06385 236.12775,370.16385 235.13226,369.06385 C 234.13677,367.96385 232.58203,367.06385 231.67727,367.06385 C 227.98043,367.06385 227.6098,364.88002 230.65427,361.03606 C 233.83887,357.01517 233.20198,357.08248 244.37978,359.58561 C 246.45923,360.05128 248.15196,359.87743 249.08597,359.10226 C 252.01085,356.67483 252.87266,359.20349 250.10502,362.09228 C 248.46637,363.80267 247.71397,365.38704 248.18129,366.14318 C 248.60342,366.8262 249.01474,369.33777 249.09533,371.72444 C 249.22256,375.4925 248.97131,376.05969 247.18706,376.03225 C 246.05692,376.01487 243.86967,374.88987 242.3265,373.53225 z "
style="fill:#000a46;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2018" />
<path
id="16393-23"
d="M 250.59068,374.56385 C 250.56462,374.56385 250.37136,372.31385 250.16121,369.56385 C 249.78585,364.65167 249.87829,364.46285 255.4244,358.81385 C 258.52929,355.65135 261.65629,353.06385 262.3733,353.06385 C 264.67858,353.06385 272.12489,360.77184 273.504,364.58571 C 274.81024,368.19805 274.76495,368.35151 271.48625,371.42242 C 268.25459,374.44927 267.81323,374.56385 259.38516,374.56385 C 254.57426,374.56385 250.61674,374.56385 250.59068,374.56385 z "
style="fill:#0096a0;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2016" />
<path
id="16156-23"
d="M 200.13226,367.59485 C 198.48226,366.24236 196.06351,365.11959 194.75726,365.09981 C 192.63303,365.06765 192.44852,364.73255 193.0098,361.92617 C 193.54366,359.25686 197.65433,354.06385 199.23344,354.06385 C 200.19393,354.06385 206.1484,357.31914 207.75027,358.71998 C 209.22199,360.007 209.10669,360.41496 206.47503,363.23217 C 204.55344,365.28923 203.7808,366.9565 204.1744,368.19663 C 204.97648,370.72376 203.72152,370.53693 200.13226,367.59485 z "
style="fill:#005a46;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2014" />
<path
id="16523-23"
d="M 356.63226,367.14718 C 356.63226,366.55135 356.14074,366.06385 355.53999,366.06385 C 354.93924,366.06385 353.33287,365.18691 351.97029,364.1151 C 349.97193,362.5432 348.97848,362.36192 346.83291,363.17766 C 345.36994,363.73388 343.92031,364.59778 343.6115,365.09744 C 343.3027,365.5971 341.38104,365.73506 339.34115,365.40404 C 335.09269,364.71461 334.64693,363.13195 337.63226,359.33672 C 338.73226,357.9383 339.63226,355.95482 339.63226,354.92899 C 339.63226,353.84689 340.36696,353.03348 341.38226,352.99152 C 345.66327,352.81457 350.44486,352.19455 354.25832,351.3219 L 358.38438,350.37773 L 357.40207,353.93537 C 356.77342,356.21215 356.76698,357.60876 357.3842,357.8145 C 360.69417,358.91782 361.47134,360.56259 360.30159,363.98874 C 359.18944,367.24617 356.63226,369.44731 356.63226,367.14718 z "
style="fill:#00b4d2;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2012" />
<path
id="16512-23"
d="M 274.33433,363.30155 C 273.50645,361.24581 271.68368,358.49534 270.28373,357.18937 C 268.12355,355.17423 267.94652,354.60674 269.11388,353.43937 C 271.07567,351.47758 273.38819,351.73927 274.63226,354.06385 C 275.22096,355.16385 276.36179,356.06385 277.16744,356.06385 C 277.97309,356.06385 278.63226,356.51256 278.63226,357.06098 C 278.63226,357.6094 280.0259,358.62678 281.72924,359.32181 L 284.82623,360.58551 L 280.3329,363.81238 L 275.83957,367.03924 L 274.33433,363.30155 z "
style="fill:#0046d2;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2010" />
<path
id="16463-23"
d="M 327.63226,362.89262 C 324.60726,361.77559 320.39555,360.63019 318.27292,360.34729 L 314.41357,359.83292 L 315.22661,355.69839 C 315.67378,353.42439 316.06048,349.24088 316.08595,346.4017 C 316.13684,340.72883 317.24526,338.62093 318.75695,341.32218 C 319.29303,342.2801 320.81845,343.06385 322.14677,343.06385 C 323.53844,343.06385 325.01548,343.91139 325.63226,345.06385 C 326.22096,346.16385 327.56634,347.06385 328.62199,347.06385 C 329.67764,347.06385 331.66635,348.18885 333.04135,349.56385 C 334.41635,350.93885 336.23681,352.06385 337.08681,352.06385 C 339.24807,352.06385 339.01282,355.31032 336.63226,358.33672 C 335.53226,359.73514 334.63226,361.82083 334.63226,362.97158 C 334.63226,365.46983 334.61084,365.46959 327.63226,362.89262 z "
style="fill:#0050be;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2008" />
<path
id="16035-23"
d="M 225.22667,362.21661 C 224.16158,360.49326 224.28236,353.36239 225.49225,346.53651 C 226.55235,340.5557 227.17633,339.2154 229.68218,337.53651 C 231.30156,336.45154 232.6278,335.20589 232.62938,334.76839 C 232.63449,333.3559 237.493,329.06385 239.08681,329.06385 C 239.93681,329.06385 240.63226,329.73885 240.63226,330.56385 C 240.63226,331.38885 240.18226,332.06385 239.63226,332.06385 C 238.11352,332.06385 238.43772,334.65751 240.13226,336.06385 C 240.95726,336.74854 241.63226,338.63396 241.63226,340.25368 C 241.63226,342.67368 241.29944,343.09299 239.76515,342.60603 C 238.16591,342.09845 237.82183,342.68964 237.36677,346.7269 C 236.96494,350.29196 236.20163,351.90211 234.23388,353.33552 C 232.80299,354.37785 231.63226,355.68616 231.63226,356.24289 C 231.63226,357.67323 227.67358,363.06385 226.62318,363.06385 C 226.14309,363.06385 225.51466,362.68259 225.22667,362.21661 z "
style="fill:#00aa14;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2006" />
<path
id="16455-23"
d="M 215.74835,359.70374 C 215.12752,358.95567 213.60992,358.50808 212.37591,358.70907 C 211.06867,358.922 208.98681,358.11939 207.38777,356.78602 L 204.64328,354.49751 L 207.43954,351.43599 C 209.80977,348.84092 210.09508,347.9523 209.31215,345.60351 C 208.21897,342.32399 209.83863,340.73944 213.42183,341.58288 C 214.69192,341.88184 216.68342,341.441 217.89434,340.59283 C 220.81553,338.54676 221.63226,338.66528 221.63226,341.13528 C 221.63226,343.04424 221.75924,343.07972 223.25131,341.58766 C 224.14178,340.69718 225.00988,340.10813 225.1804,340.27866 C 225.35092,340.44918 224.86437,343.87446 224.09917,347.89038 C 223.33397,351.9063 222.97213,356.51321 223.29508,358.12795 C 223.85524,360.92877 223.72111,361.06385 220.3797,361.06385 C 218.4533,361.06385 216.36919,360.4518 215.74835,359.70374 z "
style="fill:#00fab4;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2004" />
<path
id="16272-23"
d="M 242.13226,358.01195 C 240.48226,357.54571 237.79331,356.88261 236.15681,356.5384 L 233.18135,355.91257 L 235.47601,354.18171 C 236.98236,353.04547 237.96389,351.01022 238.33313,348.25735 C 238.94297,343.71065 241.10612,342.68057 243.9894,345.56385 C 244.8144,346.38885 246.16999,347.06385 247.00181,347.06385 C 249.15819,347.06385 250.04804,348.95976 249.77746,352.9776 C 249.38875,358.74934 247.99342,359.66816 242.13226,358.01195 z "
style="fill:#00be6e;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2002" />
<path
id="16370-23"
d="M 281.88226,357.99159 C 280.64476,357.51678 279.63226,356.6638 279.63226,356.09607 C 279.63226,355.52835 278.9343,355.06385 278.08123,355.06385 C 277.22817,355.06385 275.85976,353.45925 275.04033,351.49807 C 273.63932,348.14499 273.68711,347.71252 275.84136,344.24807 L 278.13226,340.56385 L 278.44667,343.29301 C 278.70037,345.49513 279.51351,346.2476 282.65746,347.18954 L 286.55383,348.35693 L 285.96342,352.96039 C 285.24953,358.52656 284.78122,359.10389 281.88226,357.99159 z "
style="fill:#00aa96;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path2000" />
<path
id="16447-23"
d="M 308.39879,358.00644 C 307.44538,357.44353 305.64538,357.09302 304.39879,357.22753 C 298.54719,357.85891 292.43625,354.80805 294.11424,352.09301 C 294.92532,350.78066 299.87895,350.20714 302.33561,351.14116 C 305.65903,352.40473 309.05272,350.50237 311.08761,346.23516 C 312.73439,342.78182 312.89059,342.69665 314.22645,344.52354 C 315.93052,346.85401 315.93367,347.25222 314.29792,353.56268 C 312.9679,358.69371 311.47173,359.82075 308.39879,358.00644 z "
style="fill:#00aab4;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1998" />
<g
id="g5303"
style="stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none">
<path
inkscape:label="Romagnieu"
style="fill:#00b482;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
d="M 411.63226,415.11186 C 410.80726,414.65296 408.95846,413.81809 407.52381,413.2566 C 405.48565,412.45892 404.7686,411.31796 404.24412,408.03802 C 403.82871,405.44021 403.99814,403.32791 404.68866,402.49589 C 405.30234,401.75645 405.51414,400.68175 405.15933,400.10765 C 404.80452,399.53356 404.95874,399.06385 405.50204,399.06385 C 406.04534,399.06385 408.09118,397.5536 410.04836,395.70775 L 413.60687,392.35164 L 414.82045,395.70775 C 415.48792,397.5536 416.39364,399.06385 416.83315,399.06385 C 417.27266,399.06385 417.63226,399.70215 417.63226,400.48229 C 417.63226,401.26243 419.2479,402.89925 421.22258,404.11967 C 424.0614,405.87416 424.71836,406.83312 424.36125,408.70123 C 424.11284,410.00067 424.34535,411.06385 424.87792,411.06385 C 425.41049,411.06385 425.58722,411.73885 425.27063,412.56385 C 424.87073,413.60598 425.37226,414.09428 426.91364,414.16353 C 429.00889,414.25767 428.99324,414.30773 426.63226,415.06385 C 423.30596,416.12912 413.51736,416.16045 411.63226,415.11186 z "
id="16321-23" />
<path
inkscape:label="Chimilin"
sodipodi:nodetypes="csssssssc"
style="fill:#002828;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
d="M 400.38226,410.76443 C 398.86976,410.16676 397.63226,409.35908 397.63226,408.96958 C 397.63226,408.05284 390.883,404.06474 389.3251,404.06094 C 388.28496,404.0584 387.8267,398.29449 388.47065,393.31385 C 388.73627,391.25941 392.27629,391.89344 395.44989,394.56385 C 397.08399,395.93885 399.11695,397.06385 399.9676,397.06385 C 402.32813,397.06385 403.01931,398.94356 403.1771,405.79225 C 403.25657,409.24163 403.27899,412.01598 403.22692,411.95747 C 403.17486,411.89896 401.89476,411.36209 400.38226,410.76443 z "
id="16072-23" />
<path
inkscape:label="Aoste"
style="fill:#007800;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
d="M 403.13226,397.06385 C 402.79234,396.51385 401.69588,396.06385 400.69569,396.06385 C 398.09153,396.06385 396.09797,393.48285 398.10674,392.71202 C 398.94577,392.39005 399.63226,391.0775 399.63226,389.79523 C 399.63226,388.51297 400.11921,386.9769 400.71436,386.38175 C 402.21244,384.88367 399.73785,381.06385 397.26927,381.06385 C 395.74472,381.06385 395.6143,380.79042 396.58244,379.62388 C 397.23972,378.8319 398.75732,378.0444 399.95488,377.87388 C 401.42391,377.66471 402.22954,376.75054 402.4313,375.06385 C 403.04842,369.90455 403.6482,369.56228 405.83766,373.12 C 407.18352,375.30691 407.88223,377.94558 407.75204,380.34962 C 407.61817,382.82162 408.25587,385.13089 409.58964,387.00399 C 412.40863,390.9629 412.16494,392.55577 408.28787,395.51296 C 404.57189,398.34727 404.0268,398.51125 403.13226,397.06385 z "
id="15978-23" />
<path
inkscape:label="Corbelin"
style="fill:#00f028;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
d="M 380.63226,395.18048 C 380.63226,394.69463 379.79324,394.0777 378.76776,393.80954 C 377.57227,393.49691 376.66087,392.02991 376.22773,389.72105 C 375.64234,386.60067 375.02376,385.96182 371.59223,384.93371 C 368.18629,383.91326 367.63226,383.3497 367.63226,380.90556 C 367.63226,378.08436 369.2728,377.17695 371.18226,378.942 C 371.70476,379.42498 374.20599,380.03752 376.74055,380.30319 C 380.16442,380.66208 381.95417,380.32964 383.704,379.00974 C 385.83552,377.40192 386.33143,377.37405 388.92676,378.71614 C 390.80914,379.68956 391.59473,380.71927 391.21331,381.71323 C 390.89373,382.54604 390.63226,384.99062 390.63226,387.14564 C 390.63226,389.93942 390.20727,391.06385 389.15131,391.06385 C 388.33679,391.06385 387.38801,392.18885 387.0429,393.56385 C 386.55458,395.50947 385.77423,396.06385 383.52385,396.06385 C 381.93348,396.06385 380.63226,395.66633 380.63226,395.18048 z "
id="16092-23" />
<path
inkscape:label="Granieu"
style="fill:#005046;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
d="M 392.88226,391.42007 C 391.537,390.85734 391.18693,384.31185 392.40012,382.40522 C 393.31137,380.97311 398.32186,381.81257 398.97178,383.50624 C 399.23241,384.18544 399.13348,386.27626 398.75193,388.1525 C 398.06539,391.52852 395.95287,392.70453 392.88226,391.42007 z "
id="16155-23" />
<path
style="fill:#00dc00;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
d="M 390.41314,377.96757 C 388.36762,376.91167 386.21389,375.15063 385.62707,374.05415 C 385.04025,372.95767 383.03758,371.42439 381.17668,370.64686 C 379.31579,369.86933 377.29119,368.29507 376.67757,367.14851 C 376.06395,366.00195 375.11878,365.06385 374.5772,365.06385 C 372.59344,365.06385 365.51346,359.92026 365.9002,358.76003 C 366.1195,358.10213 366.71143,357.54173 367.21559,357.51469 C 368.94739,357.42182 373.13354,355.81804 374.49413,354.72617 C 375.24316,354.12508 377.30036,353.75772 379.06568,353.90981 C 381.82583,354.14761 382.66956,353.61753 385.08982,350.12509 C 386.63776,347.89141 388.04689,346.06385 388.22121,346.06385 C 392.30541,346.06385 398.63226,354.84189 398.63226,360.50841 C 398.63226,363.03021 399.2844,364.78252 400.64012,365.90356 C 402.3606,367.32622 402.53576,368.20668 401.86392,372.0552 C 401.28212,375.38796 400.5707,376.6399 399.10606,376.90844 C 398.02047,377.10748 396.45726,377.85916 395.63226,378.57885 C 394.38493,379.66696 393.50578,379.56399 390.41314,377.96757 z "
id="15988-23"
inkscape:label="Avenières" />
<path
style="fill:#00a0d2;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
d="M 371.57282,377.49223 C 370.89042,376.66998 369.89594,376.14262 369.36287,376.32031 C 368.17616,376.71588 363.37871,372.33891 361.83977,369.45657 C 361.04764,367.97294 361.01233,366.27124 361.72046,363.70657 C 362.27366,361.70308 362.90756,360.06385 363.12913,360.06385 C 363.35071,360.06385 365.53232,361.41385 367.97715,363.06385 C 370.42199,364.71385 372.90372,366.06385 373.4921,366.06385 C 374.08049,366.06385 375.06395,367.00195 375.67757,368.14851 C 376.29119,369.29507 378.3516,370.88429 380.25626,371.68011 C 387.09281,374.5366 385.31757,378.73623 377.20472,378.89907 C 374.43721,378.95462 372.35478,378.43443 371.57282,377.49223 z "
id="16521-23"
inkscape:label="Veyrins-Thuellin" />
<path
style="fill:#00fa0a;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
d="M 360.23812,357.84251 C 358.3813,356.93983 358.2887,356.40215 359.16558,351.6154 C 360.36394,345.07382 363.78727,341.76616 366.66442,344.36994 C 368.86049,346.35736 370.54986,346.37378 375.14829,344.45244 C 377.14045,343.62006 378.77041,343.36918 378.77041,343.89494 C 378.77041,344.4207 380.57789,344.98924 382.78703,345.15836 L 386.80365,345.46586 L 384.07627,349.28761 C 381.65279,352.68352 380.9978,353.0435 378.19814,352.51828 C 376.04181,352.11375 374.65635,352.39837 373.80842,353.42007 C 373.12698,354.24114 371.05569,355.19692 369.20556,355.544 C 367.35542,355.89109 365.32053,356.803 364.68359,357.57047 C 363.35519,359.1711 363.01397,359.19198 360.23812,357.84251 z "
id="16016-23"
sodipodi:nodetypes="csssscccssssc"
inkscape:label="Bouchage" />
</g>
<path
id="16522-23"
d="M 251.7859,356.74898 C 250.67443,355.40973 250.84379,349.90792 252.08896,346.9041 C 252.46737,345.99123 253.86372,344.97159 255.19197,344.63822 C 256.52021,344.30485 258.33941,342.91424 259.23462,341.54797 C 261.29565,338.40245 262.27349,338.40671 262.87701,341.56385 C 263.13986,342.93885 262.98771,344.06385 262.5389,344.06385 C 262.09009,344.06385 261.42386,345.75135 261.05838,347.81385 C 260.67973,349.95067 259.07021,352.96194 257.3169,354.81385 C 253.87974,358.44429 253.34745,358.63052 251.7859,356.74898 z "
style="fill:#00aad2;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1994" />
<path
id="path1992"
d="M 286.94536,354.56385 C 287.24545,352.91385 287.63526,350.71228 287.81161,349.67148 C 288.05659,348.22567 287.12934,347.43907 283.88226,346.33815 C 281.54476,345.54562 279.63226,344.2852 279.63226,343.53722 C 279.63226,341.99427 283.57888,338.91283 284.68192,339.59454 C 285.71111,340.23062 287.24538,338.02895 288.01342,334.81385 C 288.5771,332.45425 289.17386,332.06385 292.21705,332.06385 C 296.76142,332.06385 299.63226,333.61417 299.63226,336.06824 C 299.63226,337.13195 300.49074,339.70362 301.53999,341.78306 C 305.34858,349.331 305.26424,349.67923 299.62772,349.67923 C 295.1474,349.67923 294.17112,350.10113 290.50511,353.62154 L 286.39975,357.56385 L 286.94536,354.56385 z "
style="fill:#0096c8;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none" />
<path
id="16238-23"
d="M 263.27602,352.35406 C 261.78462,351.97019 261.54189,351.2657 262.04107,348.76978 C 262.38279,347.0612 263.1317,345.37322 263.70531,345.0187 C 264.29679,344.65315 264.45978,343.22481 264.08184,341.71899 C 263.45952,339.23947 263.63802,339.06385 266.78045,339.06385 C 268.63121,339.06385 271.68769,338.62155 273.57263,338.08095 C 275.45757,337.54036 277.21233,337.31059 277.47209,337.57035 C 277.73186,337.83011 276.51119,340.34818 274.7595,343.16606 C 272.2715,347.16842 271.82652,348.593 272.72588,349.67666 C 273.65785,350.7996 273.3776,351.06385 271.2547,351.06385 C 269.81236,351.06385 268.63226,351.51385 268.63226,352.06385 C 268.63226,353.08886 266.56577,353.20082 263.27602,352.35406 z "
style="fill:#006464;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1990" />
<path
id="16239-23"
d="M 339.63226,350.68921 C 339.63226,350.04002 340.24341,348.62123 340.99038,347.53636 C 341.73734,346.45148 342.65477,343.89214 343.02911,341.84893 C 343.40345,339.80572 344.05239,337.92223 344.4712,337.66339 C 344.89002,337.40455 347.89412,339.18344 351.14698,341.61648 C 354.39984,344.04952 357.52725,346.19733 358.09677,346.3894 C 360.13362,347.07631 356.55928,349.8537 352.84722,350.46849 C 344.82966,351.79634 339.63226,351.88315 339.63226,350.68921 z "
style="fill:#006e64;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1988" />
<path
id="16275-23"
d="M 334.04135,348.56385 C 332.66635,347.18885 330.67764,346.06385 329.62199,346.06385 C 328.56634,346.06385 327.22096,345.16385 326.63226,344.06385 C 326.04356,342.96385 324.55273,342.06385 323.31932,342.06385 C 322.0859,342.06385 320.32451,341.18531 319.40512,340.11154 C 317.79694,338.23331 317.94703,338.04358 323.36046,335.11154 C 329.90495,331.56689 334.75439,331.22815 338.35939,334.06385 C 339.75781,335.16385 341.44673,336.06385 342.11253,336.06385 C 343.42133,336.06385 342.28106,341.30155 339.55449,347.81385 C 337.9188,351.72064 337.28444,351.80694 334.04135,348.56385 z "
style="fill:#00dc6e;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1986" />
<path
id="16474-23"
d="M 304.67241,345.80352 C 303.99761,343.55123 302.76024,340.66261 301.92271,339.38438 C 301.08518,338.10614 300.62631,336.19462 300.903,335.13655 C 301.26875,333.73791 300.6672,332.90675 298.69922,332.09158 C 296.38741,331.134 296.05684,330.50288 296.43412,327.76711 C 296.96043,323.95071 299.24979,321.06385 301.74999,321.06385 C 303.66878,321.06385 311.11032,331.10133 311.77538,334.58654 C 311.98835,335.70263 313.1064,336.70017 314.34234,336.87683 C 316.2784,337.15356 316.40339,337.47206 315.42161,339.62683 C 314.8109,340.96719 313.70118,342.06385 312.95557,342.06385 C 312.20995,342.06385 310.85827,343.61907 309.95183,345.51989 C 307.58316,350.48705 306.09951,350.56676 304.67241,345.80352 z "
style="fill:#00bebe;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1984" />
<path
id="16077-23"
d="M 248.20298,346.28006 C 245.35398,345.64225 243.68311,343.5916 242.9816,339.87189 C 242.63848,338.05247 241.67476,335.77635 240.84001,334.81385 C 239.42808,333.18584 239.60152,333.06385 243.32805,333.06385 C 249.87416,333.06385 258.5244,336.85482 258.60084,339.75715 C 258.64521,341.44232 254.67692,344.01822 253.01746,343.38142 C 252.20484,343.06959 251.63226,343.48973 251.63226,344.39784 C 251.63226,346.32035 250.69088,346.83704 248.20298,346.28006 z "
style="fill:#005a28;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1982" />
<path
id="path1980"
d="M 352.60535,340.96689 C 349.59515,338.71355 347.00279,336.32178 346.84455,335.65183 C 346.68632,334.98189 347.83774,332.82196 349.40327,330.852 C 351.57474,328.11955 352.63194,327.48417 353.86177,328.17241 C 356.14645,329.45098 360.63226,327.53652 360.63226,325.28288 C 360.63226,324.27612 361.69951,322.00583 363.00393,320.23779 L 365.37559,317.02318 L 367.00337,319.50748 C 368.52474,321.82938 368.49621,322.35245 366.56697,327.50881 C 365.43167,330.54317 364.08192,333.28595 363.56752,333.60386 C 363.05313,333.92177 362.63226,336.09032 362.63226,338.42287 C 362.63226,342.56288 361.32287,345.06385 359.15535,345.06385 C 358.56305,345.06385 355.61555,343.22022 352.60535,340.96689 z "
style="fill:#0096b4;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none" />
<path
sodipodi:type="inkscape:offset"
inkscape:radius="0"
inkscape:original="M 371.5625 323.09375 C 369.99981 323.0105 368.82257 324.38709 368.65625 325.84375 C 367.23353 330.16744 364.39764 333.98439 363.75 338.5625 C 363.70601 339.72997 363.29653 341.61629 364.8125 342 C 366.33159 342.15323 367.45252 343.23534 368.34375 344.375 C 369.1947 345.31225 370.51438 344.82264 371.53125 344.5 C 373.69032 343.59881 376.111 343.07597 377.84375 341.40625 C 379.1492 340.51931 378.54541 338.75993 377.15625 338.375 C 375.70159 337.68356 376.01877 335.65668 376.25 334.34375 C 376.69009 332.5732 376.25904 328.94563 377.3125 328.53125 C 377.90356 329.07953 378.85651 328.98103 379.03125 330 C 379.22059 331.10414 381.29158 331.57816 381.6875 332.125 C 382.33839 333.21205 382.74428 337.221 384.15625 337.0625 C 385.6331 336.67293 387.41039 334.74438 387.625 333.46875 C 387.85706 331.89769 386.85298 330.79491 385.8125 330 C 384.90532 329.36935 385.81159 330.14618 384.125 329 C 382.58721 327.95492 378.74817 326.77379 377.375 326.40625 C 377.0659 325.86254 376.70025 325.24806 376.625 324.9375 C 375.81455 323.42269 376.15613 323.42437 374.34375 323.25 C 373.42877 323.09425 372.48769 323.08727 371.5625 323.09375 z "
xlink:href="#path1978"
style="fill:#8a8a8a;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
id="path3885"
inkscape:href="#path1978"
d="M 371.5625,323.09375 C 369.99981,323.0105 368.82257,324.38709 368.65625,325.84375 C 367.23353,330.16744 364.39764,333.98439 363.75,338.5625 C 363.70601,339.72997 363.29653,341.61629 364.8125,342 C 366.33159,342.15323 367.45252,343.23534 368.34375,344.375 C 369.1947,345.31225 370.51438,344.82264 371.53125,344.5 C 373.69032,343.59881 376.111,343.07597 377.84375,341.40625 C 379.1492,340.51931 378.54541,338.75993 377.15625,338.375 C 375.70159,337.68356 376.01877,335.65668 376.25,334.34375 C 376.7301,332.41224 375.17874,328.6721 376.65625,328.9375 C 378.13374,329.20291 376.53445,325.44727 376.3125,324.53125 C 375.50205,323.01645 376.15613,323.42437 374.34375,323.25 C 373.42877,323.09425 372.48769,323.08727 371.5625,323.09375 z M 378.6875,326.125 C 378.0398,325.61362 377.37207,327.96477 377.4375,329.15625 C 377.50292,330.34772 381.80191,333.56257 382.59375,334.65625 C 383.24466,335.74331 384.27553,337.00225 385.6875,336.84375 C 387.16435,336.4542 387.41039,334.74438 387.625,333.46875 C 387.85706,331.89769 386.13423,331.10741 385.09375,330.3125 C 383.2794,329.0512 380.42346,326.51613 378.6875,326.125 z " />
<path
style="fill:#003214;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
d="M 371.5625,323.09375 C 369.99981,323.0105 368.83704,324.38244 368.67072,325.8391 C 367.248,330.1628 364.40203,333.97112 363.75439,338.54923 C 363.7104,339.71669 363.31008,341.62135 364.82605,342.00506 C 366.34514,342.1583 367.43886,343.23545 368.33009,344.37511 C 369.18103,345.31237 370.50102,344.82241 371.51789,344.49977 C 373.67695,343.59857 376.11179,343.07611 377.84454,341.40639 C 379.14999,340.51946 378.54073,338.76512 377.15157,338.38019 C 375.69692,337.68875 376.01279,335.65118 376.24402,334.33825 C 376.72412,332.40675 376.09824,328.07598 377.57575,328.34138 C 379.05325,328.60678 376.85638,325.85331 376.63443,324.93729 C 375.82398,323.42248 376.14678,323.41634 374.3344,323.24197 C 373.41943,323.08622 372.48769,323.08727 371.5625,323.09375 z M 376.78864,326.20785 C 376.14095,325.69647 376.62685,326.61565 376.88638,327.78036 C 377.22083,329.2813 378.788,328.65551 379.01739,329.99315 C 379.20674,331.0973 381.29728,331.58575 381.6932,332.13259 C 382.3441,333.21965 382.7582,337.2057 384.17017,337.0472 C 385.64702,336.65764 387.4224,334.7296 387.63701,333.45397 C 387.86908,331.88292 386.85349,330.80446 385.81301,330.00955 C 384.90584,329.3789 385.82448,330.13549 384.13789,328.98931 C 382.45131,327.84313 377.65662,326.40341 376.78864,326.20785 z "
id="16023-23"
sodipodi:nodetypes="cccccccccsccccssccccsc"
inkscape:label="#path1978" />
<path
id="16114-23"
d="M 279.00617,338.53184 C 279.39693,337.51354 278.76217,336.68354 277.11316,336.05659 C 275.74866,335.53781 274.63226,334.65221 274.63226,334.0886 C 274.63226,333.52499 274.18226,333.06385 273.63226,333.06385 C 273.08226,333.06385 271.78851,332.2201 270.75726,331.18885 C 269.72601,330.1576 268.3147,329.12466 267.62102,328.89343 C 266.62531,328.56153 266.64964,328.00888 267.73657,326.26843 C 268.87244,324.44961 270.03367,324.06385 274.37281,324.06385 C 277.26551,324.06385 279.63226,324.50528 279.63226,325.0448 C 279.63226,325.58432 280.73357,326.30216 282.07963,326.63999 C 288.25551,328.19004 288.79122,336.13494 282.88623,338.6022 C 278.5255,340.42423 278.28169,340.41981 279.00617,338.53184 z "
style="fill:#00d232;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1976" />
<path
id="16487-23"
d="M 226.63226,334.64548 C 226.63226,329.2887 229.50009,321.87187 232.732,318.87022 C 234.32714,317.38872 235.63226,315.73111 235.63226,315.18664 C 235.63226,314.64217 236.86976,314.0543 238.38226,313.88027 C 240.84298,313.59713 241.16461,313.11678 241.43976,309.31385 C 241.60888,306.97635 242.17138,305.06385 242.68976,305.06385 C 243.20813,305.06385 243.63226,305.68375 243.63226,306.4414 C 243.63226,307.19906 244.28201,308.35821 245.07616,309.01729 C 246.14687,309.9059 246.36633,311.51355 245.92529,315.23747 C 245.48958,318.91637 245.69609,320.48526 246.69751,321.10417 C 247.73154,321.74324 247.42659,322.19154 245.44551,322.94475 C 244.00508,323.4924 242.52729,324.42467 242.16155,325.01645 C 241.79581,325.60824 239.7091,327.00433 237.52442,328.11887 C 235.33973,329.23341 233.0895,331.13948 232.52389,332.35458 C 231.95828,333.56968 230.40128,335.37236 229.06389,336.36053 L 226.63226,338.15722 L 226.63226,334.64548 z "
style="fill:#0046c8;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1974" />
<path
id="16536-23"
d="M 257.49858,336.17334 C 255.08394,334.27398 249.28721,332.31558 244.63226,331.82651 C 241.51625,331.49913 240.79768,328.12911 243.35115,325.81825 C 244.34497,324.91886 247.28232,323.61485 249.8786,322.92045 C 254.40972,321.70856 254.7101,321.76204 257.36568,324.25341 C 258.8873,325.68094 262.49476,328.02986 265.38226,329.47323 C 268.26976,330.9166 270.63226,332.53996 270.63226,333.08069 C 270.63226,333.62143 271.25912,334.06385 272.02527,334.06385 C 272.79143,334.06385 273.65826,334.68923 273.95158,335.45359 C 275.11565,338.48713 261.21326,339.0953 257.49858,336.17334 z "
style="fill:#0028dc;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1972" />
<path
id="16103-23"
d="M 313.29893,335.39718 C 312.93226,335.03052 312.63226,334.11276 312.63226,333.35773 C 312.63226,332.6027 311.05726,329.64621 309.13226,326.78775 C 306.3495,322.65558 305.63226,320.61441 305.63226,316.8272 C 305.63226,312.91362 305.95216,312.06385 307.42546,312.06385 C 308.58563,312.06385 309.55643,310.91654 310.17546,308.81385 C 310.87833,306.42637 311.84269,305.43115 313.80918,305.06385 L 316.48609,304.56385 L 314.10714,301.81385 C 312.79872,300.30135 311.14411,299.04971 310.43023,299.03242 C 308.88641,298.99505 305.1751,294.18768 306.03004,293.33273 C 307.29007,292.0727 312.63226,292.08634 312.63226,293.34958 C 312.63226,295.27999 318.55452,300.06018 320.98509,300.09163 C 324.46593,300.13666 328.67385,305.18307 328.54566,309.15878 C 328.48528,311.03156 328.72863,314.36385 329.08643,316.56385 C 329.85652,321.2988 327.39046,327.01168 323.91878,328.53525 C 322.28804,329.25092 321.85043,330.08492 322.25656,331.70309 C 322.64512,333.25122 322.21101,334.21893 320.78579,334.98168 C 318.53093,336.18845 314.32368,336.42194 313.29893,335.39718 z "
style="fill:#006432;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1968" />
<path
id="15980-23"
d="M 339.35939,333.06385 C 336.61265,330.90326 327.28536,330.1981 326.13226,332.06385 C 325.25949,333.47602 323.63226,333.30714 323.63226,331.8044 C 323.63226,331.1117 324.56548,329.96213 325.70609,329.24981 C 328.22351,327.67766 330.63226,322.22376 330.63226,318.09597 C 330.63226,316.4283 330.99666,315.06385 331.44203,315.06385 C 331.8874,315.06385 334.61141,317.07798 337.49538,319.53969 C 340.37936,322.00141 344.51496,324.54764 346.68562,325.19798 C 351.18094,326.54481 351.41026,327.04979 348.65779,329.54074 C 347.57183,330.52352 346.41651,332.16827 346.0904,333.19573 C 345.31901,335.62618 342.54784,335.57188 339.35939,333.06385 z "
style="fill:#008c00;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1966" />
<path
id="16053-23"
d="M 219.98226,327.61385 L 216.53226,324.16385 L 218.69178,322.00433 C 220.5607,320.13541 220.79655,318.98484 220.44439,313.45433 C 220.06829,307.54779 220.19252,307.06413 222.08487,307.06759 C 224.62402,307.07222 230.91204,310.80214 230.23298,311.90087 C 229.95894,312.34429 230.67214,313.50974 231.81787,314.49075 L 233.90103,316.2744 L 231.32137,318.41913 C 229.89202,319.60749 227.99711,322.9049 227.07188,325.81385 C 226.15347,328.70135 224.95885,331.06385 224.41716,331.06385 C 223.87546,331.06385 221.87976,329.51135 219.98226,327.61385 z "
style="fill:#00641e;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1964" />
<path
id="16468-23"
d="M 287.21984,328.56385 C 285.94553,327.18885 284.42416,326.06385 283.83902,326.06385 C 283.25387,326.06385 282.10257,325.3913 281.28056,324.56929 C 280.45856,323.74729 278.17732,322.95979 276.21114,322.81929 C 274.24496,322.6788 272.63537,322.04411 272.63426,321.40887 C 272.63137,319.74252 280.89168,315.1475 284.8036,314.63935 C 286.63436,314.40154 288.90099,313.90882 289.84055,313.54442 C 291.69505,312.82517 300.63226,316.8026 300.63226,318.34718 C 300.63226,318.85804 299.50726,320.16093 298.13226,321.24251 C 296.73504,322.34156 295.63226,324.2437 295.63226,325.55464 C 295.63226,331.52659 291.37647,333.04893 287.21984,328.56385 z "
style="fill:#0082be;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1962" />
<path
id="16106-23"
d="M 259.71753,324.48214 C 257.12237,322.29846 256.81648,321.58815 257.73344,319.87478 C 258.52624,318.39342 259.11509,318.14668 259.9249,318.95649 C 261.81627,320.84786 264.63226,320.26634 264.63226,317.98439 C 264.63226,316.24036 265.07585,315.99955 267.38226,316.49151 C 269.00496,316.83764 271.32954,316.44828 273.05299,315.5417 C 274.88501,314.578 276.32566,314.35725 276.91789,314.94948 C 277.51012,315.54171 276.70098,316.49407 274.74716,317.50443 C 272.85634,318.48221 271.63226,319.89107 271.63226,321.08953 C 271.63226,322.30721 270.95796,323.06385 269.87281,323.06385 C 268.90511,323.06385 267.55129,323.96385 266.86433,325.06385 C 265.19894,327.73057 263.40449,327.58452 259.71753,324.48214 z "
style="fill:#008232;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1960" />
<path
id="16107-23"
d="M 348.37781,324.57865 C 345.21287,323.28469 340.53701,320.38951 337.98702,318.14492 C 335.43703,315.90033 332.51404,314.06385 331.49147,314.06385 C 329.27339,314.06385 329.13925,312.07115 330.81211,303.97195 C 331.97853,298.32472 332.05826,298.22798 337.81211,295.47789 C 341.21512,293.8514 343.63909,292.04569 343.64871,291.12998 C 343.65776,290.26861 344.67026,291.20626 345.89871,293.21365 C 347.12716,295.22104 349.20984,298.59604 350.52687,300.71365 C 351.84391,302.83126 355.55641,306.30664 358.77687,308.43671 C 365.17087,312.66583 365.7919,314.31989 362.53861,318.45577 C 361.38711,319.91967 360.11988,322.34286 359.72255,323.84063 C 358.77254,327.42179 355.80426,327.61489 348.37781,324.57865 z "
style="fill:#008c32;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1958" />
<path
id="16175-23"
d="M 208.69663,320.64851 C 202.90317,319.63283 202.13652,319.21517 201.01344,316.46279 C 199.84053,313.58832 200.45595,306.90682 202.03948,305.3233 C 202.35964,305.00314 205.41994,304.76755 208.84016,304.79977 C 214.2944,304.85114 215.33981,305.18511 217.3455,307.51686 C 220.83769,311.57677 220.09004,322.36256 216.34708,321.92031 C 215.67893,321.84137 212.23623,321.26905 208.69663,320.64851 z "
style="fill:#00dc46;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1956" />
<path
id="16431-23"
d="M 247.75214,320.1591 C 246.72156,319.50637 246.5505,318.09473 247.07673,314.58558 C 247.60676,311.05106 247.41045,309.47441 246.28477,308.22501 C 241.80575,303.25376 243.94351,298.33685 250.08314,299.48866 C 252.88243,300.0138 253.98953,299.70657 255.79158,297.90453 L 258.02721,295.6689 L 259.11031,298.31869 C 260.65717,302.10305 259.43423,314.91026 257.20047,318.31941 C 255.86707,320.35444 254.59187,321.05989 252.26725,321.04853 C 250.54301,321.04011 248.5112,320.63987 247.75214,320.1591 z "
style="fill:#000ab4;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1954" />
<path
id="16260-23"
d="M 302.18642,318.2345 C 301.33689,315.55784 293.09811,311.72068 289.6719,312.40592 C 288.12996,312.71431 286.62625,312.7245 286.33032,312.42857 C 285.65035,311.7486 288.81699,302.7914 290.05266,301.89952 C 291.64443,300.75061 299.7817,301.88912 301.57449,303.51157 C 302.51788,304.36532 303.74706,305.06385 304.30601,305.06385 C 305.643,305.06385 308.63226,308.40031 308.63226,309.89259 C 308.63226,310.53678 307.73226,311.06385 306.63226,311.06385 C 304.92856,311.06385 304.63226,311.73052 304.63226,315.56385 C 304.63226,320.10747 303.25737,321.60874 302.18642,318.2345 z "
style="fill:#00466e;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1952" />
<path
id="16188-23"
d="M 260.91357,317.81385 C 260.33978,317.06951 260.23542,313.32765 260.65557,308.56385 C 261.04365,304.16385 261.12545,299.93995 260.83736,299.1774 C 260.49596,298.27376 260.80434,297.99662 261.72291,298.38157 C 262.49805,298.70641 265.05063,299.53771 267.3953,300.22891 C 269.73997,300.92011 271.45432,301.95323 271.20498,302.52474 C 270.95563,303.09625 270.00195,305.98098 269.08569,308.93525 C 267.98448,312.48583 266.7778,314.47453 265.52601,314.80188 C 264.48445,315.07426 263.63226,316.14463 263.63226,317.18048 C 263.63226,319.33949 262.32449,319.64415 260.91357,317.81385 z "
style="fill:#006450;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1950" />
<path
id="15976-23"
d="M 268.63226,315.21396 C 268.63226,311.70877 272.21477,303.92474 275.3339,300.6527 C 277.38452,298.50157 279.16107,296.06853 279.2818,295.24595 C 279.40252,294.42338 280.3978,292.85386 281.49352,291.75814 C 283.48315,289.76851 283.48663,289.77067 284.17029,293.41489 C 284.54679,295.42181 285.43162,297.06385 286.13656,297.06385 C 287.75184,297.06385 289.02863,300.20084 287.73801,300.99849 C 287.20891,301.32549 286.84278,302.26147 286.92437,303.07844 C 287.00597,303.89542 286.44938,306.48641 285.68751,308.8362 C 284.14921,313.58068 280.83803,315.29795 277.38554,313.14184 C 275.82688,312.16844 275.11219,312.2085 273.78647,313.34355 C 271.69161,315.13712 268.63226,316.24733 268.63226,315.21396 z "
style="fill:#006400;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1948" />
<path
id="16294-23"
d="M 233.00462,313.62637 C 231.10955,311.58258 230.45456,308.29171 231.77981,307.47266 C 232.45571,307.05493 234.74416,306.67956 236.86525,306.6385 C 240.56297,306.56692 240.70965,306.68739 240.42703,309.56385 C 240.19728,311.90212 239.58082,312.64123 237.63226,312.91466 C 236.25726,313.10761 234.90726,313.62031 234.63226,314.054 C 234.35726,314.48769 233.62482,314.29525 233.00462,313.62637 z "
style="fill:#00a078;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1946" />
<path
id="16065-23"
d="M 225.46117,306.71482 L 222.79009,305.52822 L 224.96117,303.53669 C 226.15527,302.44134 228.49896,299.95531 230.16938,298.01216 C 233.70368,293.90081 237.09639,293.52798 240.45073,296.88232 C 243.16365,299.59524 243.20741,301.4887 240.61703,304.07908 C 239.19111,305.505 237.87305,305.9114 236.10975,305.46884 C 234.56346,305.08075 232.68502,305.45448 231.16016,306.45361 C 229.80852,307.33924 228.57429,308.0273 228.41744,307.98263 C 228.26059,307.93796 226.93027,307.36744 225.46117,306.71482 z "
style="fill:#00dc1e;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1944" />
<path
id="16343-23"
d="M 307.6847,305.62704 C 306.97117,304.76728 305.95095,304.06385 305.41754,304.06385 C 304.88414,304.06385 303.27122,303.13841 301.83327,302.00732 C 300.13728,300.67326 298.41319,300.153 296.92554,300.52638 C 295.66424,300.84294 294.63226,300.70578 294.63226,300.22157 C 294.63226,299.73736 293.55155,299.54778 292.23068,299.80028 C 290.4386,300.14286 289.66012,299.72698 289.16329,298.16161 C 288.7971,297.00784 287.88038,296.06385 287.12615,296.06385 C 285.03363,296.06385 283.91409,287.06497 285.83073,285.65128 C 286.928,284.84195 287.20782,283.02939 286.9249,278.56385 C 286.45744,271.18562 287.23272,269.83394 291.44854,270.6771 C 294.08241,271.20388 294.63226,271.77961 294.63226,274.01071 C 294.63226,279.52897 297.6626,285.91314 301.6866,288.87242 C 304.14795,290.68252 305.21984,292.07627 304.61542,292.68069 C 303.38897,293.90714 307.56213,300.02276 309.64171,300.04657 C 310.47191,300.05607 311.71323,300.96385 312.40019,302.06385 C 313.43488,303.72065 313.39888,304.06385 312.19042,304.06385 C 311.38809,304.06385 310.33798,304.76728 309.85684,305.62704 C 309.06352,307.04462 308.86119,307.04462 307.6847,305.62704 z "
style="fill:#00968c;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1942" />
<path
id="15977-23"
d="M 217.63226,305.61537 C 217.63226,305.36871 218.77348,303.9355 220.16829,302.43047 C 221.753,300.72054 222.45287,299.10693 222.03401,298.12894 C 221.66533,297.26814 220.95397,294.53885 220.45321,292.06385 C 219.95244,289.58885 219.2868,286.32635 218.974,284.81385 C 218.42098,282.13986 218.52855,282.06385 222.86575,282.06385 C 225.8909,282.06385 228.06829,282.70743 229.63226,284.06385 C 230.90057,285.16385 232.73647,286.06385 233.71203,286.06385 C 235.93271,286.06385 239.19954,292.09522 237.5358,293.12346 C 236.91709,293.50585 235.58697,293.60326 234.58,293.33993 C 233.34823,293.01782 231.66654,294.10359 229.4407,296.65808 C 223.35084,303.64711 220.71083,306.06385 219.16596,306.06385 C 218.32243,306.06385 217.63226,305.86203 217.63226,305.61537 z "
style="fill:#006e00;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1940" />
<path
id="16539-23"
d="M 189.62345,300.53238 C 188.82727,297.6887 188.68575,295.29808 189.24349,294.11391 C 190.07807,292.34198 190.39729,292.31769 194.47874,293.71557 C 196.86931,294.53432 198.95051,295.06013 199.10364,294.88403 C 199.25678,294.70793 200.75223,291.41385 202.42687,287.56385 C 205.15264,281.2973 205.84444,280.46736 209.02932,279.64302 C 214.19151,278.30688 217.63226,280.09271 217.63226,284.10815 C 217.63226,285.8061 218.01991,287.95325 218.4937,288.87959 C 218.9675,289.80593 219.63493,292.70892 219.97688,295.33067 C 220.94145,302.72601 219.21974,303.88391 207.74074,303.55985 C 202.71508,303.41798 198.35816,303.69834 198.0587,304.18287 C 197.75924,304.66741 196.02427,305.06385 194.2032,305.06385 C 191.12895,305.06385 190.80146,304.73981 189.62345,300.53238 z "
style="fill:#0046dc;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1938" />
<path
id="16022-23"
d="M 328.63977,303.06385 C 328.61512,301.46414 324.35218,299.06385 321.53572,299.06385 C 319.46054,299.06385 313.63226,294.10631 313.63226,292.34116 C 313.63226,291.63864 313.2799,291.06385 312.84924,291.06385 C 312.41858,291.06385 312.11824,289.8754 312.18183,288.42285 C 312.31473,285.38687 315.25081,282.80801 317.69222,283.58288 C 318.71292,283.90684 321.24818,282.54469 324.24467,280.06236 L 329.13226,276.01343 L 333.85971,281.28864 C 336.4598,284.19 338.5973,286.87102 338.60971,287.24646 C 338.62211,287.6219 339.53226,288.21472 340.63226,288.56385 C 344.11251,289.66844 342.8208,291.606 336.63226,294.56385 C 332.17773,296.69292 330.62832,297.96378 330.61695,299.49772 C 330.59813,302.03686 328.67733,305.5013 328.63977,303.06385 z "
style="fill:#002814;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1936"
sodipodi:nodetypes="cssssscccssssc" />
<path
id="16515-23"
d="M 266.63226,298.82135 C 263.05726,297.66503 259.94299,296.56978 259.71165,296.38746 C 258.96321,295.79759 263.93821,291.06385 265.30657,291.06385 C 266.0357,291.06385 266.63226,290.68608 266.63226,290.22436 C 266.63226,289.76265 267.82364,288.84205 269.27977,288.17859 C 271.64813,287.09949 272.22803,287.26045 274.77977,289.70517 C 278.21828,292.99948 278.37923,295.35891 275.38226,298.53744 L 273.13226,300.92374 L 266.63226,298.82135 z "
style="fill:#0064d2;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1934" />
<path
id="16168-23"
d="M 275.67964,288.61273 C 272.48961,285.32146 272.40162,285.02857 273.65322,281.86795 C 275.44319,277.34784 277.55974,275.06385 279.95851,275.06385 C 281.06746,275.06385 282.83665,274.28387 283.89004,273.33056 C 285.75528,271.64254 285.79832,271.7288 285.538,276.63354 C 285.39098,279.40348 285.57446,282.16131 285.94573,282.76204 C 286.31701,283.36277 285.94836,284.11231 285.12652,284.42768 C 284.30468,284.74305 283.63226,285.61176 283.63226,286.35815 C 283.63226,287.10454 282.59326,288.69131 281.32337,289.88431 L 279.01447,292.05341 L 275.67964,288.61273 z "
style="fill:#009646;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1932" />
<path
id="16051-23"
d="M 302.91536,288.04066 C 299.99019,285.88946 298.34697,283.67481 297.21836,280.36252 C 295.20398,274.45062 295.22525,274.06385 297.56487,274.06385 C 298.62781,274.06385 299.76412,273.27635 300.09001,272.31385 C 300.4159,271.35135 301.83922,269.72291 303.25294,268.6951 C 305.64394,266.95677 305.9388,266.94177 307.4778,268.48006 C 308.68857,269.69029 309.1617,272.08307 309.24204,277.40255 C 309.30242,281.40038 309.80412,285.54715 310.35691,286.61759 C 312.95748,291.65332 308.88644,292.43184 302.91536,288.04066 z "
style="fill:#00501e;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1930" />
<path
id="16225-23"
d="M 310.64197,282.87055 C 310.6473,281.60187 312.2223,278.58802 314.14197,276.17312 C 316.06163,273.75822 317.63226,271.25899 317.63226,270.61928 C 317.63226,269.97958 319.11618,268.01791 320.92987,266.26002 C 323.43245,263.83442 325.12009,263.06385 327.92987,263.06385 C 330.55422,263.06385 331.63226,263.50061 331.63226,264.56385 C 331.63226,265.56385 330.63226,266.06385 328.63226,266.06385 C 325.90499,266.06385 325.63226,266.36385 325.63226,269.36385 C 325.63226,271.17885 326.16529,273.19688 326.81678,273.84837 C 328.43206,275.46365 321.10547,281.96457 317.60477,282.02222 C 316.21464,282.04512 314.07714,282.76437 312.85477,283.62055 C 310.75024,285.09462 310.63278,285.0548 310.64197,282.87055 z "
style="fill:#00dc5a;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1928"
sodipodi:nodetypes="cssssssssssc" />
<path
id="16298-23"
d="M 310.63226,275.13943 C 310.63226,273.37974 309.49101,269.52759 308.09615,266.5791 C 305.9322,262.00489 305.67804,260.50983 306.36413,256.39102 C 307.08993,252.0339 307.45025,251.53149 310.06445,251.23158 C 311.93395,251.0171 313.27459,251.46024 313.84616,252.48158 C 314.96757,254.48543 316.50406,254.48985 318.70773,252.49555 C 320.1489,251.19131 320.78395,251.14163 322.4795,252.20052 C 323.60086,252.90082 324.77549,254.49837 325.08978,255.75063 C 325.40408,257.00289 327.11721,258.82316 328.89675,259.79566 L 332.13226,261.56385 L 327.63226,261.87553 C 324.19779,262.11341 322.36271,262.92941 319.88226,265.3217 C 318.09476,267.04566 316.63226,268.98103 316.63226,269.62251 C 316.63226,270.26399 315.28226,272.48759 313.63226,274.56385 L 310.63226,278.33886 L 310.63226,275.13943 z "
style="fill:#00c878;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1926" />
<path
id="15992-23"
d="M 278.63226,271.08408 C 278.63226,269.44521 279.26755,266.40771 280.04403,264.33408 C 280.8205,262.26045 281.73078,258.99367 282.06688,257.07457 C 282.67628,253.59495 287.20258,248.67455 290.88226,247.49165 C 291.84476,247.18223 292.63226,246.2844 292.63226,245.49646 C 292.63226,243.64579 294.05543,243.66388 295.60772,245.53428 C 297.07898,247.30704 296.14934,256.00917 293.99275,260.65158 C 292.89937,263.00527 292.81154,264.4052 293.6233,266.54027 C 294.93684,269.99514 294.19472,270.89621 291.44835,269.18107 C 289.60248,268.0283 288.83705,268.23936 284.96459,270.96892 C 279.50832,274.81486 278.63226,274.83079 278.63226,271.08408 z "
style="fill:#000a0a;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1924" />
<path
id="16273-23"
d="M 296.22063,271.81385 C 294.19911,264.57062 294.09374,263.41868 295.2459,261.15803 C 295.92029,259.83483 296.77532,256.13925 297.14598,252.94564 C 297.95593,245.96707 299.24208,245.24143 306.55922,247.63475 C 311.40576,249.21997 313.77563,250.85761 309.66903,249.78371 C 306.59633,248.98019 305.37843,251.51615 305.25046,258.98422 C 305.14156,265.33952 304.91551,266.02683 302.37644,267.72295 C 300.86074,268.73544 299.36792,270.35135 299.05906,271.31385 C 298.40836,273.34158 296.72954,273.63731 296.22063,271.81385 z "
style="fill:#00c86e;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="#path1922" />
<path
id="16519-23"
d="M 314.27392,250.6397 C 313.35709,249.24045 311.37515,247.80992 309.86961,247.46076 C 308.36407,247.11159 306.14054,246.20769 304.92843,245.45208 C 303.37273,244.48228 302.00479,244.35191 300.27707,245.00879 C 298.36181,245.73697 297.4623,245.53353 296.14077,244.07325 C 293.499,241.15413 295.00903,238.06385 299.0772,238.06385 C 300.8978,238.06385 302.9107,238.69442 303.55032,239.46511 C 304.18994,240.23581 307.16422,242.10645 310.15984,243.6221 C 313.15546,245.13774 316.36965,247.22118 317.3025,248.25196 C 318.82435,249.93358 318.84153,250.28315 317.46973,251.65495 C 316.09793,253.02675 315.76964,252.92246 314.27392,250.6397 z "
style="fill:#008cd2;fill-opacity:1;stroke:black;stroke-opacity:1;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:label="Vertrieu" />
</g>
</g>
</svg>
/tags/2014-08-05_centre/cartographie/isere_origine.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/cartographie/isere_origine.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/index.html
New file
0,0 → 1,25
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Site en développement de Gentiana</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-style-type" content="text/css" />
<meta http-equiv="Content-script-type" content="text/javascript" />
<meta http-equiv="Content-language" content="fr" />
<meta name="robots" content="noindex,nofollow" />
<meta name="author" content="Tela Botanica" />
</head>
<body>
<h1>Le site</h1>
<ul id="liste_pages">
<li><a href="index.php">Page d'accueil</a></li>
</ul>
<h1>Liste des outils installés</h1>
<ul id="liste_outils">
<li id="outil_1"><a href="phpmyadmin/">PhpMyAdmin (administration base de données)</a></li>
<li id="outil_2"><a href="mantis/">Mantis (rapport de bogues)</a></li>
<li id="outil_3"><a href="stats/">Webalyzer (vide pour l'instant)</a></li>
</ul>
</body>
</html>
/tags/2014-08-05_centre/.htaccess
New file
0,0 → 1,50
# Utilisation de php5
AddHandler application/x-httpd-php5 .php
AddHandler application/x-httpd-php5 .php3
 
# Raccourci pour les menus et sites de Papyrus
RewriteEngine on
# si le fichier ou le dossier existe dans le syst�me de fichier on l'utilise directement
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
 
# Raccourci pour l'inscription
RewriteRule ^_ins_([0-9a-z]*)$ /papyrus.php?menu=77&action=ajouter&id=$1 [L]
 
# Pour le flux RSS des actu du Bazar
RewriteRule ^page:actu_rss$ /papyrus.php?menu=20&vue=2&action=18 [QSA,L]
 
# eFlore
#RewriteRule ([^/]+)\/([0-9.]*)\/(opensearch)$ index.php?module=open_search&cpr=$1&cprv=$2 [L]
#RewriteRule ^(nn|nt)([0-9]*)$ index.php?module=fiche&$1=$2 [L]
#RewriteRule ^(nn|nt)([0-9]*)-([0-9a-zA-Z]*)$ index.php?module=fiche&cpr=$3&$1=$2 [L]
#RewriteRule ^(nn|nt)([0-9]*)-([0-9a-zA-Z]*)-v([0-9.]*)$ index.php?module=fiche&cpr=$3&cprv=$4&$1=$2 [L]
#RewriteRule ([^/]+)\/([0-9.]*)\/([^/]+)\/([0-9]*)$ index.php?module=fiche&cpr=$1&cprv=$2&$3=$4 [L]
#RewriteRule ([^/]+)\/derniere_version\/([^/]+)\/([0-9]*)$ index.php?module=fiche&cpr=$1&$2=$3 [L]
#RewriteRule ([^/]+)\/([0-9.]*)\/([^/]+)\/([^/]+)\/(wiki)$ index.php?module=fiche&action=wiki&cpr=$1&cprv=$2&$3=$4 [L]
#RewriteRule ([^/]+)\/([0-9.]*)\/([^/]+)\/([^/]+)\/([^/]+)$ index.php?module=fiche&action=$5&cpr=$1&cprv=$2&$3=$4 [L]
#RewriteRule ([^/]+)\/([0-9.]*)\/([^/]+)\/([^/]+)\/(wiki.*)\/([^/]+)$ index.php?module=fiche&action=wiki&cpr=$1&cprv=$2&$3=$4&$5&handler=$6 [L]
#RewriteRule ([^/]+)\/([0-9.]*)\/([^/]+)\/([^/]+)\/([^/]+)\/([^/]+)$ index.php?module=fiche&action=$5&format=$6&cpr=$1&cprv=$2&$3=$4 [L]
#RewriteRule ([^/]+)\/derniere_version\/([^/]+)\/([^/]+)\/([^/]+)$ index.php?module=fiche&action=$4&cpr=$1&$2=$3 [L]
#RewriteRule ^xper\/(.+)$ index.php?module=commun&action=applette_xper&format=exit.html&base=$1 [L]
 
# ATTENTION : remplace localhost par votre nom de domaine !
# Réecriture d'url pour les applications de Papyrus n'utilisant pas correctement Pap_URL
# ATTENTION : ne marche pas pour les formulaires en mode POST !
RewriteRule ^([^\/]+)&(.*)$ http://www.gentiana.org/$1?$2 [QSA,L,R=301]
# Réecriture d'url pour les vieux permaliens
RewriteCond %{REQUEST_FILENAME}/ !-d
RewriteRule ^([^\/\?:.]+)$ http://www.gentiana.org/page:$1 [QSA,L,R=301]
# Redirection d'url pour le sélecteur de site
# Le point d'interrogation sans rien aprés, vide la QUERY_STRING sinon elle est concacténée à l'url et cela plante..._n
# Le "/" initial dans la RewriteCond est obligatoire!
RewriteCond %{REQUEST_URI}?%{QUERY_STRING} ^/papyrus\.php\?site=([^&]+)$
RewriteRule ^papyrus.php$ http://www.gentiana.org/site:%1? [L,R=301]
 
# Réecriture d'url pour les sites de Papyrus : à modifier si les valeurs par défaut ont été changées
RewriteRule ^site:.+$ /papyrus.php [QSA,L]
# Réecriture d'url pour les menus de Papyrus : à modifier si les valeurs par défaut ont été changées
RewriteRule ^page:.+$ /papyrus.php [QSA,L]
 
# Gestion des erreurs 404
ErrorDocument 404 /erreur_http.php?erreur=404
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/tags/2014-08-05_centre/base_de_donnees/nettoyage.sql
New file
0,0 → 1,19
-- Nettoyage base eFlore pour Gentiana. Seules les données de la BDNFF et des projets liés sont gardées.
DELETE FROM `eflore_chorologie_donnee` WHERE `ecd_id_version_projet_donnee_choro` != 12;
DELETE FROM `eflore_chorologie_information` WHERE `eci_id_version_projet_info_choro` != 12;
DELETE FROM `eflore_info_txt` WHERE `eit_id_version_projet_txt` != 25;
DELETE FROM `eflore_nom` WHERE `en_id_version_projet_nom` != 25;
DELETE FROM `eflore_naturaliste_intitule_abreviation` WHERE enaia_id_intitule_naturaliste_abrege > 5516;
DELETE FROM `eflore_nom_a_txt` WHERE `enat_id_version_projet_nom` != 25;
DELETE FROM eflore_nom_citation WHERE enci_id_citation NOT IN (SELECT en_ce_citation_initiale FROM eflore_nom);
DELETE FROM `eflore_nom_intitule` WHERE `eni_id_version_projet_nom` != 25;
DELETE FROM eflore_nom_intitule_commentaire WHERE enic_id_intitule_cn NOT IN (SELECT en_ce_citation_initiale FROM eflore_nom);
DELETE FROM `eflore_nom_relation` WHERE `enr_id_version_projet_nom_1` != 25 AND `enr_id_version_projet_nom_2` != 25;
DELETE FROM `eflore_protection` WHERE `ept_id_version_projet_protection` != 36;
DELETE FROM `eflore_selection_nom` WHERE `esn_id_version_projet_nom` != 25;
DELETE FROM `eflore_taxon` WHERE `et_id_version_projet_taxon` != 25;
DELETE FROM `eflore_taxon_a_protection` WHERE `etap_id_version_projet_taxon` != 25;
DELETE FROM `eflore_taxon_a_txt` WHERE `etat_id_version_projet_taxon` != 25;
DELETE FROM `eflore_taxon_relation` WHERE `etr_id_version_projet_taxon_1` != 25;
DELETE FROM `eflore_vernaculaire` WHERE `ev_id_version_projet_nom_verna` != 24;
DELETE FROM `eflore_vernaculaire_attribution` WHERE `eva_id_version_projet_nom_verna` != 24;
/tags/2014-08-05_centre/base_de_donnees/infloris_export_sql.sh
New file
0,0 → 1,15
# Script d'export des données d'INFLORIS intégrées dans eFlore v1.1
# Auteurs : David DELON, Jean-Pascal MILCENT
# Date : 28 septembre 2007
VERSION_ID=40
BDD_NOM="gentiana_prod_eflore_v1_1_principale"
MDP=
FICHIER_EXPORT="infloris_v1_00_export.sql"
# Module PROJET
echo "DELETE FROM eflore_projet_version WHERE eprv_id_version = $VERSION_ID;" >> $FICHIER_EXPORT
/opt/lampp/bin/mysqldump -t -u root -p$MDP -w "eprv_id_version = $VERSION_ID" $BDD_NOM eflore_projet_version >> $FICHIER_EXPORT
# Module CHOROLOGIE
echo "DELETE FROM eflore_chorologie_donnee WHERE ecd_id_version_projet_donnee_choro = $VERSION_ID;" >> $FICHIER_EXPORT
/opt/lampp/bin/mysqldump -t -u root -p$MDP -w "ecd_id_version_projet_donnee_choro = $VERSION_ID" $BDD_NOM eflore_chorologie_donnee >> $FICHIER_EXPORT
echo "DELETE FROM eflore_chorologie_information WHERE eci_id_version_projet_info_choro = $VERSION_ID;" >> $FICHIER_EXPORT
/opt/lampp/bin/mysqldump -t -u root -p$MDP -w "eci_id_version_projet_info_choro = $VERSION_ID" $BDD_NOM eflore_chorologie_information >> $FICHIER_EXPORT
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/tags/2014-08-05_centre/index.php
New file
0,0 → 1,105
<?php
/**
* gentiana - index.php
*
* Description :
*
*@package gentiana
//Auteur original :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 1999-2007
*@version $Revision$ $Date$
// +------------------------------------------------------------------------------------------------------+
*/
define('MAGPIE_DIR', 'api/syndication_rss/magpierss/');
define('MAGPIE_CACHE_DIR', 'tmp/magpie_cache');
define('MAGPIE_CACHE_ON', true);
define('RSS_URL', 'http://www.gentiana.org/page:actu_rss');//http://www.tela-botanica.org/actu/backend.php3
define('RSS_DESCRIPTION_LONGUEUR', 200);
require_once MAGPIE_DIR.'rss_fetch.inc';
require_once 'accueil/class.html2text.inc';
$rss = fetch_rss(RSS_URL);
function recupererImage($txt)
{
if (preg_match('/<img .*src="([^"]+)"/', $txt, $match)) {
return array('src' => $match[1], 'alt' => $match[2]);
}
return false;
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Gentiana</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-style-type" content="text/css" />
<meta http-equiv="Content-script-type" content="text/javascript" />
<meta http-equiv="Content-language" content="fr" />
<meta name="robots" content="noindex,nofollow" />
<meta name="author" content="Tela Botanica" />
<meta name="keywords" content="Gentiana, association, botanique, botanistes, isère, langue française, France, végétaux, nature, environnement, connaissance, protection, plante, plantes protégées, floristique, cartographie, découvrir, fleurs." />
<meta name="description" content="Sites web de l'association Gentiana" />
<link rel="stylesheet" type="text/css" media="screen" href="accueil/accueil_simple.css" />
<style type="text/css" media="screen"><!-- @import "accueil/accueil_prairie.css"; --></style>
<link rel="stylesheet" type="text/css" media="print" href="accueil/impression.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" href="accueil/accueil_bas_debit.css" title="Connexion bas débit" />
</head>
<body>
<div id="centrage">
<div id="cartouche">
<h1><a href="/" title="Retour à la page d'accueil"><img id="logo_gentiana" src="accueil/logo_gentiana.png" alt="Gentiana"/></a></h1>
<div id="zone_sites">
<h1 id="titre_sites">Sites de l'association Gentiana</h1>
<ul id="liste_sites">
<li id="site_asso_gentiana"><a href="http://www.gentiana.org/site:gentiana">L'association Gentiana</a></li>
<li id="site_flore_isere"><a href="http://www.gentiana.org/site:flore">La flore de l'Isère</a></li>
<li id="site_gestion_raisonnable"><a href="http://www.gentiana.org/site:gestion">La gestion raisonnable</a></li>
<!-- <li id="site_animation_botanique"><a href="http://www.gentiana.org/site:animation">Animation botanique</a></li> -->
</ul>
</div>
<div id="zone_actu">
<h1 id="titre_actu" title="<?=$rss->channel['title'];?>">Actualités &bull; Agenda</h1>
<ul id="liste_actu">
<?php foreach ($rss->items as $item) : ?>
<?php
// Si Atom nous remplissons le champ description
if (isset($item['atom_content']) && !isset($item['description'])) {
$item['description'] = $item['atom_content'];
}
// Récupération d'une image présente dans le txt
$image = recupererImage($item['description']);
if ($image) {
$item['image'] = $image;
}
// Nettoyage du html
$h2t = new html2text($item['description']);
$item['description'] = $h2t->get_text();
?>
<li class="rss_actu">
<h2 class="rss_titre"><a href="<?=$item['link']; ?>"><?=$item['title']; ?></a></h2>
<?php if ($image) : ?>
<img class="rss_image" src="<?=$item['image']['src'];?>" alt="<?=$item['image']['alt'];?>" width="50" height="50"/>
<?php endif; ?>
<p class="rss_date">Publié le <?=strftime('%d.%m.%Y',strtotime($item['pubdate'])); ?></p>
<p class="rss_description"><? echo substr($item['description'],0, RSS_DESCRIPTION_LONGUEUR).'...'; ?></p>
</li>
<?php endforeach; ?>
</ul>
</div>
<div id="zone_logos">
<h1 id="titre_logos">Les partenaires de Gentiana</h1>
<ul id="liste_logos">
<li id="logo_cg_isere"><a href="http://www.cg38.fr/" title="Aller sur le site du Conseil Générale de l'Isère"><img src="accueil/logo_cg_isere.png" alt="Conseil Générale de l'Isère"/></a></li>
<li id="logo_tela_botanica"><a href="http://www.tela-botanica.org/" title="Aller sur le site de Tela Botanica"><img src="accueil/logo_tela_botanica.png" alt="Conseil Générale de l'Isère"/></a></li>
<li id="logo_rhone_alpes"><a href="http://www.rhonealpes.fr/" title="Aller sur le site de Rhône-Alpes"><img src="accueil/logo_rhone_alpes.png" alt="Rhônes-Alpes"/></a></li>
</ul>
</div>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">_uacct = "UA-2735398-1";urchinTracker();</script>
</body>
</html>
/tags/2014-08-05_centre/.settings/org.eclipse.core.resources.prefs
New file
0,0 → 1,5
eclipse.preferences.version=1
encoding//sites/flore/fr/squelettes/flore.html=ISO-8859-15
encoding//sites/gentiana/fr/squelettes/gentiana.html=ISO-8859-15
encoding//sites/gestion/fr/squelettes/gestion.html=ISO-8859-15
encoding/<project>=ISO-8859-15
/tags/2014-08-05_centre/.settings/org.eclipse.php.core.prefs
New file
0,0 → 1,3
#Tue Jan 19 16:30:02 CET 2010
eclipse.preferences.version=1
include_path=0;/gentiana.org
/tags/2014-08-05_centre/client/inscription/configuration/ins_config.inc.php
New file
0,0 → 1,149
<?php
// +------------------------------------------------------------------------------------------------------+
// | PHP version 4.1 |
// +------------------------------------------------------------------------------------------------------+
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
// +------------------------------------------------------------------------------------------------------+
// | This library is free software; you can redistribute it and/or |
// | modify it under the terms of the GNU Lesser General Public |
// | License as published by the Free Software Foundation; either |
// | version 2.1 of the License, or (at your option) any later version. |
// | |
// | This library is distributed in the hope that it will be useful, |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | Lesser General Public License for more details. |
// | |
// | You should have received a copy of the GNU Lesser General Public |
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
/**
* Fichier de configuration de l'inscription
*
* A éditer de façon spécifique à chaque déploiement
*
*@package inscription
//Auteur original :
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Id: ins_config.inc.php,v 1.3 2005/05/13 13:49:15 alex Exp $
// +------------------------------------------------------------------------------------------------------+
*/
 
 
/**
//=========================DEFINITION DE VARIABLES =================================
* Définition des variables globales
//==================================================================================
*/
 
$GLOBALS['AUTH'] =& $GLOBALS['_GEN_commun']['pear_auth'] ;
 
/**
//==================================== LES URLS ==================================
* Constantes liées à l'utilisation des url
//==================================================================================
*/
$GLOBALS['ins_url'] =& $GLOBALS['_GEN_commun']['url'] ;
$GLOBALS['ins_db'] =& $GLOBALS['_GEN_commun']['pear_db'] ;
define('INS_CHEMIN_FICHIER', 'client/inscription/') ;
 
/**
//==================================== CONSTANTES ==================================
* Constantes des noms de tables et de champs dans l'annuaire
//==================================================================================
*/
define('INS_ANNUAIRE', 'annuaire') ;
define ('INS_CHAMPS_ID', 'a_id') ;
define ('INS_CHAMPS_MAIL', 'a_mail');// Nom du champs mail
define ('INS_CHAMPS_LOGIN', 'a_nom_wikini') ;
define ('INS_CHAMPS_NOM', 'a_nom') ;
define ('INS_CHAMPS_PRENOM', 'a_prenom') ;
define ('INS_CHAMPS_PASSE', 'a_mot_de_passe') ;
define ('INS_CHAMPS_PAYS', 'a_ce_pays') ;
define ('PROJET_PRENOM', 'a_prenom') ; // Nom du champs prénom
define ('PROJET_DPT', 'carto_DEPARTEMENT') ; // Nom de la table département
define ('INS_TABLE_PAYS', 'carto_PAYS') ; // Nom de la table pays
define ('INS_CHAMPS_ID_PAYS', 'CP_ID_Pays') ;
define ('INS_CHAMPS_LABEL_PAYS', 'CP_Intitule_pays') ;
define ('INS_CHAMPS_PAYS_LG', 'CP_Langue_intitule') ;// Langue de l'intitule du pays
define ('INS_CHAMPS_CODE_POSTAL', 'a_code_postal') ;
define ('INS_CHAMPS_VILLE', 'a_ville') ;
define ('INS_CHAMPS_ADRESSE_1', 'a_adresse1') ;
define ('INS_CHAMPS_ADRESSE_2', 'a_adresse2') ;
define ('INS_CHAMPS_REGION', 'a_region') ;
define ('INS_CHAMPS_DPT', 'a_numero_dpt') ;
define ('INS_CHAMPS_SITE_WEB', 'a_site_internet') ;
define ('INS_CHAMPS_TELEPHONE', 'a_telephone') ;
define ('INS_CHAMPS_FAX', 'a_fax') ;
define ('INS_CHAMPS_STRUCTURE', 'a_structure') ;
define ('INS_CHAMPS_DATE', 'a_date_inscription') ;
define ('INS_CHAMPS_LETTRE', 'a_lettre') ; // Le champs qui indique si l'usager est inscrit à la lettre d'inscription
 
/**
//==================================== PARAMETRAGE =================================
* Pour régler certaines fonctionnalité de l'application
//==================================================================================
*/
// Indique le type de cryptage du mot de passe à appliquer (doit être identique à PEAR_AUTH)
define ('INS_MDP_CRYPTYPE', 'md5');// Choix : md5 seulement
 
define ('INS_MAIL_ADMIN_APRES_INSCRIPTION', 'Association Gentiana <gentiana@gentiana.org>') ;
define ('INS_MAIL_ADMIN_APRES_INSCRIPTION_SUJET', '[Gentiana] Inscription') ;
 
define ('INS_UTILISE_LISTE', false);// Mettre à false si pas de liste d'actu
define ('INS_MAIL_INSCRIPTION_LISTE', 'actu-subscribe@tela-botanica.org') ;
define ('INS_MAIL_DESINSCRIPTION_LISTE', 'actu-unsubscribe@tela-botanica.org') ;
 
// Liste des personne recevant le mail après inscription
$GLOBALS['mail_admin'] = array ('Pierre SALEN <p.salen@gentiana.org>', 'Jean-Pascal MILCENT <jpm@tela-botanica.org>') ;
 
/**
//==================================== PARAMETRAGE =================================
* Pour gérer la réécriture d'url de l'inscription
* Cela nécessite une ligne dans le fichier .htaccess, par exemple
* RewriteRule ^ins([0-9a-z]*)$ papyrus.php?menu=22&id=$1 [L]
* Cela sert à racourcir l'URL de confirmation d'inscription
//==================================================================================
*/
define ('INS_UTILISE_REECRITURE_URL', 1) ; // mettre à 1 si on souhaite utiliser la réécriture
if (INS_UTILISE_REECRITURE_URL) {
define ('INS_URL_PREFIXE', '_ins_') ; // Indique le préfixe de l'url http://www.mondomaine.org/prefix____
}
 
define ('INS_UTILISE_STAT', false);
define ('INS_TABLE_STATISTIQUE', 'ins_STATS') ;
define ('INS_STATS_CHAMPS_DATE', 'IS_DATE') ;
define ('INS_STATS_CHAMPS_ACTION', 'IS_ACTION') ;
 
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: ins_config.inc.php,v $
* Revision 1.3 2005/05/13 13:49:15 alex
* ajout de la réécriture d'url et des statistiques
*
* Revision 1.2 2005/03/21 16:50:31 alex
* mille et une corrction
*
* Revision 1.1 2005/03/04 10:39:41 tam
* installation
*
* Revision 1.1 2004/07/06 15:42:17 alex
* en cours
*
* Revision 1.4 2004/07/06 15:31:33 alex
* en cours
*
* Revision 1.3 2004/06/30 10:00:53 alex
* ajout de champs pour gérer les pays
*
* Revision 1.2 2004/06/18 09:20:54 alex
* version initiale
*
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
?>
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/tags/2014-08-05_centre/client/inscription/inscription.php
New file
0,0 → 1,268
<?php
// +------------------------------------------------------------------------------------------------------+
// | PHP version 4.1 |
// +------------------------------------------------------------------------------------------------------+
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
// +------------------------------------------------------------------------------------------------------+
// | This library is free software; you can redistribute it and/or |
// | modify it under the terms of the GNU Lesser General Public |
// | License as published by the Free Software Foundation; either |
// | version 2.1 of the License, or (at your option) any later version. |
// | |
// | This library is distributed in the hope that it will be useful, |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | Lesser General Public License for more details. |
// | |
// | You should have received a copy of the GNU Lesser General Public |
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
/**
* Inscription
*
* Un module d'inscription, en général ce code est spécifique à un site web.
*
*@package inscription
//Auteur original :
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Id: inscription.php,v 1.3 2005/03/21 16:50:21 alex Exp $
// +------------------------------------------------------------------------------------------------------+
*/
 
// +------------------------------------------------------------------------------------------------------+
// | ENTETE du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+
include_once PAP_CHEMIN_API_PEAR.'Mail.php' ;
require_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm.php' ;
require_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm/checkbox.php' ;
require_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm/password.php' ;
/** Constante "dynamique" stockant la langue demandée par l'utilisateur pour l'application.*/
define('INS_LANGUE', substr($GLOBALS['_GEN_commun']['i18n'], 0, 2));
$fichier_lg = 'client/inscription/langues/ins_langue_'.INS_LANGUE.'.inc.php';
if (file_exists($fichier_lg)) {
include_once $fichier_lg;
include_once 'client/inscription/langues/ins_langue_'.INS_LANGUE.'.inc.php';
} else {
include_once 'client/inscription/langues/ins_langue_fr.inc.php' ;
}
include_once 'client/inscription/configuration/ins_config.inc.php';
include_once 'client/inscription/bibliotheque/inscription.fonct.php';
include_once INS_CHEMIN_FICHIER.'bibliotheque/inscription.class.php';
 
// Ajout d'une feuille de style externe
GEN_stockerStyleExterne ('inscription', 'client/inscription/inscription.css') ;
 
// +------------------------------------------------------------------------------------------------------+
// | LISTE de FONCTIONS |
// +------------------------------------------------------------------------------------------------------+
 
function afficherContenuTete() {
$retour = '<h1 class="titre1_inscription">Inscription à Gentiana</h1>';
return ;
}
 
// ================ Note =======================
// La variable action sert à définir ce qui est demandé (inscription, modification d'inscription, suppression ...
// Elle est appelé avec $_REQUEST car elle peut aussi bien venir d'un formulaire que d'un lien.
// ==============================================
 
 
/**
*
* @global AUTH Un pointeur vers un objet PEAR::Auth
* @global ins_url Un pointeur vers un objet PEAR::Net_URL
* @return string Le contenu de l'application inscription
*/
function afficherContenuCorps() {
 
$url = preg_replace ("/&amp;/", "&", $GLOBALS['ins_url']->getURL()) ;
// Attibution de l'action par défaut à effectuer.
if (!isset ($_REQUEST['action'])) {
$_REQUEST['action'] = 'inscription';
}
$res = '' ;
$est_loggue = true ;
// ... tentative de déconnection
if (isset ($_GET['logout']) && $_GET['logout'] == 1) {
$GLOBALS['AUTH']->logout() ;
$_POST['username'] = '' ;
$_POST['password'] = '' ;
//return AUTH_formulaire_login() ;
}
// ...supprimer l'inscription
if (isset ($_POST['supprimer'])) {
$mail_utilisateur = $GLOBALS['AUTH']->getUsername();
$id_utilisateur = $GLOBALS['AUTH']->getAuthData(INS_CHAMPS_ID) ;
$bool_inscription_lettre = $GLOBALS['AUTH']->getAuthData(INS_CHAMPS_LETTRE);
$resultat = $GLOBALS['AUTH']->removeUser($mail_utilisateur) ;
 
if (PEAR::isError($resultat)) {
die ($resultat->getMessage().'<br />'.$resultat->getDebugInfo()) ;
}
 
// Désinscription de la lettre d'info
if (INS_UTILISE_LISTE) {
if ($bool_inscription_lettre == 1) {
inscription_lettre(INS_MAIL_DESINSCRIPTION_LISTE) ;
}
}
$GLOBALS['AUTH']->logout() ;
// Ajout d'une ligne dans les statistiques
if (INS_UTILISE_STAT) {
$requete = 'INSERT INTO '.INS_TABLE_STATISTIQUE.' SET '.INS_STATS_CHAMPS_DATE.'=NOW(), '.INS_STATS_CHAMPS_ACTION.'="del"' ;
$resultat = $GLOBALS['ins_db']->query ($requete) ;
if (DB::isError ($resultat)) {
die ('Echec de la requete : '.$requete.'<br />'.$resultat->getMessage()) ;
}
}
//return AUTH_formulaire_login() ;
}
 
// ... envoie de mot de passe
if ($_REQUEST['action'] == 'sendpasswd') {
envoie_passe();
}
// ...oublie de mot de passe
if (preg_match('/^(?:mdp_oubli|sendpasswd)$/', $_REQUEST['action'])) {
return message_erreur(false);
}
// ...inscription dans la base si l'utilisateur clique sur le lien du mail
if ($_GET['action'] == 'ajouter' && isset($_GET['id']) && !$GLOBALS['AUTH']->getAuth()) {
$requete = 'SELECT id_donnees FROM inscription_demande WHERE id_identifiant_session="'.$_GET['id'].'"' ;
$resultat = $GLOBALS['ins_db']->query($requete) ;
if (DB::isError ($resultat)) {
die ("Echec de la requete : $requete<br />".$resultat->getMessage()) ;
}
if ($resultat->numRows() == 0) {
return INS_MESSAGE_EXPIRATION;
}
$ligne = $resultat->fetchRow(DB_FETCHMODE_OBJECT) ;
$donnees = unserialize (stripslashes($ligne->id_donnees)) ;
trigger_error(print_r($donnees, true), E_USER_WARNING);
// Ajout des données dans la base
insertion($donnees);
// On loggue l'utilisateur
$GLOBALS['AUTH']->username = $donnees['email'] ;
$GLOBALS['AUTH']->password = $donnees['mot_de_passe'] ;
$GLOBALS['AUTH']->login() ;
// Inscription à la lettre d'information
if (INS_UTILISE_LISTE) {
if (isset ($donnees['lettre'])) {
inscription_lettre(INS_MAIL_INSCRIPTION_LISTE) ;
}
}
// On supprime la demande d'inscription
$requete = 'DELETE FROM inscription_demande WHERE id_identifiant_session="'.$_GET['id'].'"' ;
$resultat = $GLOBALS['ins_db']->query ($requete) ;
if (DB::isError ($resultat)) {
die ("Echec de la requete : $requete<br />".$resultat->getMessage()) ;
}
// On envoi les mails d'information sur la nouvelle inscription.
envoie_mail() ;
}
 
// ... affichage d'une erreur en cas de pb
if (!$GLOBALS['AUTH']->getAuth() && $_REQUEST['action'] != 'inscription' && $_REQUEST['action'] != 'inscription_v') {
if (isset($_POST['username']) && $_POST['username'] != '') {
$res .= message_erreur();
}
}
 
// ... la personne est identifiée nous affichons ses informations
if ($GLOBALS['AUTH']->getAuth () && !isset($_POST['modifier']) && $_REQUEST['action'] != 'modifier_v') {
return info().bouton($url);
}
// ...tentative d'inscription ou Inscription structure
if (preg_match('/^(?:inscription|inscription_v|modifier_v)$/', $_REQUEST['action']) || isset($_POST['modifier'])) {
$action = preg_replace ("/&amp;/", "&", $GLOBALS['ins_url']->getURL()) ;
$formulaire = new HTML_formulaireInscription('formulaire_inscription', 'post', $action) ;
// Construction de la liste des pays
$liste_pays = new ListeDePays($GLOBALS['ins_db']) ;
 
if (isset($_POST['structure'])) {
$formulaire->formulaireStructure() ;
}
 
if (!isset($_POST['modifier'])) {
$GLOBALS['ins_url']->addQueryString('action', 'mdp_oubli');
$url_oubli = preg_replace ('/&amp;/', '&', $GLOBALS['ins_url']->getURL()) ;
$GLOBALS['ins_url']->removeQueryString('action');
$res .= '<h1 class="titre1_inscription">'.INS_ACCUEIL_INSCRIPTION.'</h1>';
$res .= '<h2 class="titre2_inscription">'.INS_LAIUS_INSCRIPTION.'</h2>'."\n" ;
$res .= '<p>'.INS_LAIUS_INSCRIPTION_2.'</p>'."\n" ;
$res .= '<p>'.INS_TEXTE_PERDU.' <a href="'.$url_oubli.'">'.INS_MDP_PERDU_OUBLI.'</a></p>'."\n" ;
} else {
$formulaire->mode_ajout = false;
$res .= '<h1 class="titre1_inscription">'.INS_ACCUEIL_INSCRIPTION.'</h1>';
}
 
$formulaire->construitFormulaire($action, $liste_pays->getListePays('fr')) ;
if (isset($_POST['modifier'])) {
$formulaire->addElement ('hidden', 'action', 'modifier_v') ;
$formulaire->setDefaults(formulaire_defaults()) ;
if (INS_UTILISE_LISTE) {
if ($GLOBALS['AUTH']->getAuthData(INS_CHAMPS_LETTRE) == 1) {
$lettre = & $formulaire->getElement('lettre') ;
$lettre->setChecked(true) ;
}
}
} else if ($_REQUEST['action'] == 'inscription') {
$formulaire->addElement ('hidden', 'action', 'inscription_v') ;
$formulaire->setDefaults (array ('pays' => 'fr', 'asso' => 3, 'activite' => 3, 'niveau' => 4, 'lettre' => 1)) ;
if (INS_UTILISE_LISTE) {
$lettre = & $formulaire->getElement('lettre') ;
$lettre->setChecked(true) ;
}
} else if ($_REQUEST['action'] == 'inscription_v') {
if ($formulaire->validate()) {
$formulaire->process('demande_inscription', false) ;
return message_inscription() ;
}
} else if ($_REQUEST['action'] == 'modifier_v') {
if ($formulaire->validate()) {
if (INS_UTILISE_LISTE) {
$valeur_lettre = $GLOBALS['AUTH']->getAuthData(INS_CHAMPS_LETTRE) ;
}
$formulaire->process('mise_a_jour', false) ;
}
if (INS_UTILISE_LISTE) {
if (isset($_POST['lettre'])) {
if ($valeur_lettre == '') {
inscription_lettre (INS_MAIL_INSCRIPTION_LISTE) ;
}
} else {
if ($valeur_lettre == 1) {
inscription_lettre (INS_MAIL_DESINSCRIPTION_LISTE) ;
}
}
}
return info($GLOBALS['AUTH']->getAuthData(INS_CHAMPS_ID)).bouton($url);
}
return $res.$formulaire->toHTML() ;
}
return $res ;
}
 
function afficherContenuPied () {
$sortie = '<p id="ins_pied_page">'.INS_PIED_INFO.
'<a href="mailto:'.INS_PIED_MAIL.'">'.INS_PIED_MAIL.'</a>.'.
'</p>';
return $sortie;
}
?>
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/tags/2014-08-05_centre/client/inscription/inscription.css
New file
0,0 → 1,57
/* Feuille de style inscription*/
 
/* Pied de page */
#ins_pied_page {
color:#A9A9A9;
font-size:10px;
padding-top:10px;
text-align:center;}
 
/* Presentation de la fiche des inscrits */
dt {
float:left;
width:10em;
text-align:right;
font-weight:bold;
padding-right : 10px;}
.inscription_titre2 {
clear:both;
color:#996F18;;}
 
/* Presentation du formulaire d'inscription */
#formulaire_inscription fieldset {
border: 0;
margin: 0;
margin-top:10px;
padding: 0;}
#formulaire_inscription legend {
line-height:1.3em;
margin:8px 0 4px 0;
font-size:15px;
color: #996F18;
font-weight:bold;}
#formulaire_inscription ul {
list-style:none;
margin:0;
padding:0;}
#formulaire_inscription li {
font-weight:bold;
margin:5px 0px;
clear:both;}
.symbole_obligatoire {
color:#F00;
font-size:14pt;}
.liste_inscription .inscription_label {
float:left;
width:10em;
text-align:right;
padding-right:10px;}
.liste_inscription select {
margin-top:5px;}
.groupe_formulaire .inscription_label1 {
float:left;
width:10em;
text-align:right;
padding-right:10px;}
.inscription_label2 {
margin-left:10px;}
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/tags/2014-08-05_centre/client/inscription/bibliotheque/inscription.class.php
New file
0,0 → 1,340
<?php
// +------------------------------------------------------------------------------------------------------+
// | PHP version 4.1 |
// +------------------------------------------------------------------------------------------------------+
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
// +------------------------------------------------------------------------------------------------------+
// | This library is free software; you can redistribute it and/or |
// | modify it under the terms of the GNU Lesser General Public |
// | License as published by the Free Software Foundation; either |
// | version 2.1 of the License, or (at your option) any later version. |
// | |
// | This library is distributed in the hope that it will be useful, |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | Lesser General Public License for more details. |
// | |
// | You should have received a copy of the GNU Lesser General Public |
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
/**
* Fonctions du module inscription
*
* Fonctions du module inscription
*
*@package inscription
//Auteur original :
*@author Alexandre Granier <alexandre@tela-botanica.org>
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Id: inscription.class.php,v 1.3 2005/05/13 13:48:38 alex Exp $
// +------------------------------------------------------------------------------------------------------+
*/
 
// +------------------------------------------------------------------------------------------------------+
// | ENTETE du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+
 
 
// +------------------------------------------------------------------------------------------------------+
// | LISTE de FONCTIONS |
// +------------------------------------------------------------------------------------------------------+
 
class HTML_formulaireInscription extends HTML_Quickform {
var $mode_ajout = true;
/**
* Constructeur
*
* @param string formName Le nom du formulaire
* @param string method Méthode post ou get
* @param string action L'action du formulaire.
* @param int target La cible.
* @param Array attributes Les attributs HTML en plus.
* @param bool trackSubmit ??
* @return void
* @access public
*/
function HTML_forumlaireInscription ( $formName, $method = "post", $action, $target = "_self", $attributes, $trackSubmit = false ) {
HTML_Quickform::HTML_Quickform($formName, $method, $action, $target, $attributes, $trackSubmit) ;
}
 
/**
*
*
* @return void
* @access public
*/
function construitFormulaire($url, $liste_pays)
{
$squelette =& $this->defaultRenderer();
$squelette->setFormTemplate("\n".'<form{attributes}>'."\n".'{content}'."\n".'</form>'."\n");
$modele_element_debut = '<li class="groupe_formulaire">'."\n".'<span class="inscription_label1">{label}<!-- BEGIN required --><span class="symbole_obligatoire">*</span><!-- END required --></span>'.
"\n".'{element}'."\n".''."\n".
'<!-- BEGIN error --><span class="erreur">{error}</span><!-- END error -->'."\n".
''."\n" ;
$modele_element_fin = "\n".'<span class="inscription_label2">{label}<!-- BEGIN required --><span class="symbole_obligatoire">*</span><!-- END required --></span>'.
"\n".'{element}'."\n".''."\n".
'<!-- BEGIN error --><span class="erreur">{error}</span><!-- END error -->'."\n".
'</li>'."\n" ;
$squelette->setElementTemplate( '<li class="liste_inscription">'."\n".'<span class="inscription_label">{label}<!-- BEGIN required --><span class="symbole_obligatoire">*</span><!-- END required --></span>'.
"\n".'{element}'."\n".''."\n".
'<!-- BEGIN error --><span class="erreur">{error}</span><!-- END error -->'."\n".
'</li>'."\n");
//$squelette->setElementTemplate(, ) ;
// Les modèles pour les champs qui se tienne 2 par ligne
foreach (array('mot_de_passe', 'nom', 'cp') as $valeur) $squelette->setElementTemplate( $modele_element_debut, $valeur);
foreach (array('password_repete', 'prenom', 'ville') as $valeur) $squelette->setElementTemplate( $modele_element_fin, $valeur);
$squelette->setElementTemplate( '<ul><li class="groupe_bouton">{element}', 'annuler');
$squelette->setElementTemplate( '{element}</li></ul>', 'valider');
$squelette->setRequiredNoteTemplate("\n".'<p>'."\n".'<span class="symbole_obligatoire">*</span> {requiredNote}'."\n".'</p>'."\n");
$fieldset_debut = '<fieldset>'."\n".
'<legend>'.(($this->mode_ajout) ? INS_AJOUT_MEMBRE : INS_MODIF_MEMBRE).'</legend>'."\n".
'<ul>'."\n";
$this->addElement('html', $fieldset_debut);
$this->addElement ('text', 'email', INS_EMAIL) ;
$this->addRule ('email', INS_EMAIL_REQUIS, 'required','', 'client') ;
$this->addRule ('email', INS_MAIL_INCORRECT, 'email', '', 'client') ;
$this->registerRule('doublon', 'callback', 'verif_doublonMail') ;
$this->addRule ('email', INS_MAIL_DOUBLE, 'doublon', true) ;
$this->addElement('password', 'mot_de_passe', INS_MOT_DE_PASSE);
$this->addElement('password', 'password_repete', INS_REPETE_MOT_DE_PASSE);
$this->addRule ('mot_de_passe', INS_MOT_DE_PASSE_REQUIS, 'required', '', 'client') ;
$this->addRule ('password_repete', INS_MOT_DE_PASSE_REQUIS, 'required', '', 'client') ;
 
$this->addElement('text', 'nom', INS_NOM);
$this->addElement('text', 'prenom', INS_PRENOM);
$this->addRule ('nom', INS_NOM_REQUIS, 'required', '', 'client') ;
$this->addRule ('prenom', INS_PRENOM_REQUIS, 'required', '', 'client') ;
$this->addElement ('text', 'adresse_1', INS_ADRESSE_1) ;
$this->addElement ('text', 'adresse_2', INS_ADRESSE_2) ;
$this->addElement ('text', 'region', INS_REGION) ;
$this->addElement('text', 'cp', INS_CODE_POSTAL) ;
$this->addElement('text', 'ville', INS_VILLE) ;
$this->addRule ('cp', INS_CODE_POSTAL_REQUIS, 'required', '', 'client') ;
$this->addRule ('ville', INS_VILLE_REQUIS, 'required', '', 'client') ;
// L'élément pays est construit à partir de la table des pays
$s =& $this->createElement('select','pays',INS_PAYS);
$s->loadArray($liste_pays,'fr');
$this->addElement($s);
if (INS_UTILISE_LISTE) {
$element_lettre = &new HTML_QuickForm_checkbox ('lettre', '', INS_LETTRE) ;
$this->addElement($element_lettre) ;
}
$this->addElement ('text', 'site', INS_SITE_INTERNET) ;
$fieldset_fin = '</ul>'."\n".
'</fieldset>'."\n";
$this->addElement('html', $fieldset_fin);
/* $fieldset_debut = '<fieldset>'."\n".
'<legend>'.INS_ADHERENT.'</legend>'."\n".
'<ul>'."\n";
$this->addElement('html', $fieldset_debut);
 
$this->addElement ('text', 'organisme', INS_ORGANISME) ;
$this->addElement ('text', 'fonction', INS_FONCTION) ;
$fieldset_fin = '</ul>'."\n".
'</fieldset>'."\n";
$this->addElement('html', $fieldset_fin);
 
$fieldset_debut = '<fieldset>'."\n".
'<legend>'.INS_ETES_BOTANISTE.'</legend>'."\n".
'<ul>'."\n";
$this->addElement('html', $fieldset_debut);
// requete pour trouver les niveaux en botanique
$requete = "select * from annuaire_LABEL_NIV" ;
$resultat = $GLOBALS['ins_db']->query ($requete) ;
if (DB::isError($resultat)) {
die ("Echec de la requete<br />".$resultat->getMessage()."<br />".$resultat->getDebugInfo()) ;
}
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_OBJECT)) {
$this->addElement ('radio', 'niveau', '', $ligne->LABEL_NIV, $ligne->ID_LABEL_NIV) ;
}
$fieldset_fin = '</ul>'."\n".
'</fieldset>'."\n";
$this->addElement('html', $fieldset_fin);
// L'activité professionnelle
$fieldset_debut = '<fieldset>'."\n".
'<legend>'.INS_ACTIVITE_PROFESSIONNELLE.'</legend>'."\n".
'<ul>'."\n";
$this->addElement('html', $fieldset_debut);
 
// requete pour trouver les niveaux en botanique
$requete = "select * from annuaire_LABEL_ACT" ;
$resultat = $GLOBALS['ins_db']->query ($requete) ;
if (DB::isError($resultat)) {
die ("Echec de la requete<br />".$resultat->getMessage()."<br />".$resultat->getDebugInfo()) ;
}
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_OBJECT)) {
$this->addElement ('radio', 'activite', '', $ligne->LABEL_ACT, $ligne->ID_LABEL_ACT) ;
}
$fieldset_fin = '</ul>'."\n".
'</fieldset>'."\n";
$this->addElement('html', $fieldset_fin);
// L'activité professionnelle
$fieldset_debut = '<fieldset>'."\n".
'<legend>'.INS_MEMBRE_ASSO.'</legend>'."\n".
'<ul>'."\n";
$this->addElement('html', $fieldset_debut);
// requete pour trouver les niveaux en botanique
$requete = "select * from annuaire_LABEL_ASS" ;
$resultat = $GLOBALS['ins_db']->query ($requete) ;
if (DB::isError($resultat)) {
die ("Echec de la requete<br />".$resultat->getMessage()."<br />".$resultat->getDebugInfo()) ;
}
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_OBJECT)) {
$this->addElement ('radio', 'asso', '', $ligne->LABEL_ASS, $ligne->ID_LABEL_ASS) ;
}
$fieldset_fin = '</ul>'."\n".
'</fieldset>'."\n";
$this->addElement('html', $fieldset_fin);
 
// Les spécialité
$fieldset_debut = '<fieldset>'."\n".
'<legend>'.INS_SPECIALISTE.'</legend>'."\n".
'<ul>'."\n";
$this->addElement('html', $fieldset_debut);
$this->addElement ('textarea', 'specialite', '', array ('cols' => 50, 'rows' => 4)) ;
$fieldset_fin = '</ul>'."\n".
'</fieldset>'."\n";
$this->addElement('html', $fieldset_fin);
 
// Les spécialité géographiques
$fieldset_debut = '<fieldset>'."\n".
'<legend>'.INS_SPE_ZONE.'</legend>'."\n".
'<ul>'."\n";
$this->addElement('html', $fieldset_debut);
$this->addElement ('textarea', 'specialite_geo', '', array ('cols' => 50, 'rows' => 4)) ;
$fieldset_fin = '</ul>'."\n".
'</fieldset>'."\n";
$this->addElement('html', $fieldset_fin);*/
if (!$this->mode_ajout) {
$this->addElement ('link', 'annuler', '', preg_replace ('/&amp;/', '&', $GLOBALS['ins_url']->getURL()), INS_ANNULER) ;
}
$this->addElement ('submit', 'valider', INS_VALIDER) ;
$this->setRequiredNote(INS_NOTE_REQUIS) ;
}
/** Modifie le formulaire pour l'adapter au cas des structures
*
*
* @return void
* @access public
*/
function formulaireStructure()
{
$this->removeElement('email', false) ;
$mail = & HTML_QuickForm::createElement ('text', 'email', INS_MAIL_STRUCTURE) ;
$this->insertElementBefore ($mail, 'mot_de_passe') ;
$nom_structure = & HTML_QuickForm::createElement ('text', 'nom', INS_NOM_STRUCTURE) ;
$this->insertElementBefore ($nom_structure, 'email') ;
$this->removeElement ('site', false) ;
$site_structure = & HTML_QuickForm::createElement ('text', 'site', INS_SITE_STRUCTURE) ;
$this->insertElementBefore ($site_structure, 'pays') ;
$this->addElement ('hidden', 'est_structure', 1) ;
$sigle_structure = & HTML_QuickForm::createElement ('text', 'sigle_structure', INS_SIGLE_STRUCTURE) ;
$this->insertElementBefore ($sigle_structure, 'nom') ;
$this->addRule ('sigle_structure', INS_SIGLE_REQUIS, 'required', '', 'client') ;
}
/**
*
*
* @return string
* @access public
*/
function toHTML( )
{
$res = HTML_QuickForm::toHTML() ;
return $res ;
} // end of member function toHTML
}
 
class ListeDePays extends PEAR{
 
var $_db ;
/** Constructeur
* Vérifie l'existance de la table gen_pays_traduction
*
* @param DB Un objet PEAR::DB
* @return
*/
function ListeDePays (&$objetDB) {
$this->_db = $objetDB ;
$requete = 'SHOW TABLES';
$resultat = $objetDB->query($requete) ;
if (DB::isError ($resultat)) {
die ("Echec de la requete : $requete<br />".$resultat->getMessage()) ;
}
while ($ligne = $resultat->fetchRow()) {
if ($ligne[0] == INS_TABLE_PAYS) {
return ;
}
}
return $this->raiseError('La table '.INS_TABLE_PAYS.' n\'est pas présente dans la base de donnée !') ;
}
/** Renvoie la liste des pays traduite
*
* @param string une chaine de type i18n ou une chaine code iso langue (fr_FR ou fr ou FR)
* @return un tableau contenant en clé, le code iso du pays, en majuscule et en valeur le nom du pays traduit
*/
function getListePays ($i18n) {
if (strlen($i18n) == 2) {
$i18n = strtolower($i18n).'-'.strtoupper($i18n) ;
}
$requete = 'SELECT '.INS_CHAMPS_ID_PAYS.', '.INS_CHAMPS_LABEL_PAYS.' '.
'FROM '.INS_TABLE_PAYS.' '.
'WHERE '.INS_CHAMPS_PAYS_LG.' = "fr" '.
'ORDER BY '.INS_CHAMPS_LABEL_PAYS.' ';
$resultat = $this->_db->query($requete);
if (DB::isError($resultat)) {
die ("Echec de la requete : $requete<br />".$resultat->getMessage()) ;
}
if ($resultat->numRows() == 0) {
return $this->raiseError('Le code fourni ne correspond à aucun pays ou n\'est pas dans la table!') ;
}
$retour = array() ;
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
$retour[$ligne[INS_CHAMPS_ID_PAYS]] = $ligne[INS_CHAMPS_LABEL_PAYS];
}
return $retour;
}
}
 
 
 
/* +--Fin du code ----------------------------------------------------------------------------------------+
* Revision 1.1 2004/06/18 09:20:47 alex
* version initiale
*
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
 
?>
/tags/2014-08-05_centre/client/inscription/bibliotheque/inscription.fonct.php
New file
0,0 → 1,656
<?php
// +------------------------------------------------------------------------------------------------------+
// | PHP version 4.1 |
// +------------------------------------------------------------------------------------------------------+
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
// +------------------------------------------------------------------------------------------------------+
// | This library is free software; you can redistribute it and/or |
// | modify it under the terms of the GNU Lesser General Public |
// | License as published by the Free Software Foundation; either |
// | version 2.1 of the License, or (at your option) any later version. |
// | |
// | This library is distributed in the hope that it will be useful, |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | Lesser General Public License for more details. |
// | |
// | You should have received a copy of the GNU Lesser General Public |
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
/**
* Fonctions du module inscription
*
* Fonctions du module inscription
*
*@package inscription
//Auteur original :
*@author Alexandre Granier <alexandre@tela-botanica.org>
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Id: inscription.fonct.php,v 1.2 2005/03/21 16:50:27 alex Exp $
// +------------------------------------------------------------------------------------------------------+
*/
 
// +------------------------------------------------------------------------------------------------------+
// | ENTETE du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+
 
 
 
// +------------------------------------------------------------------------------------------------------+
// | LISTE de FONCTIONS |
// +------------------------------------------------------------------------------------------------------+
 
/**
*
* @param array les valeurs renvoyés par le formulaire
* @return
*/
function demande_inscription ($valeurs) {
// On stocke les informations dans un variable de session
// On coupe l'identifiant de session pour ne prendre que les 8 premiers caractères
// afin d'éviter d'obtenir une url trop longue
$chaine = substr (session_id(), 0, 8) ;
$requete_verif = 'SELECT * FROM inscription_demande WHERE id_identifiant_session="'.$chaine.'"' ;
$resultat_verif = $GLOBALS['ins_db']->query($requete_verif) ;
if ($resultat_verif->numRows() != 0) {
$requete_suppression = 'DELETE FROM inscription_demande WHERE id_identifiant_session="'.$chaine.'"' ;
$GLOBALS['ins_db']->query($requete_suppression) ;
}
$requete = 'INSERT INTO inscription_demande SET id_identifiant_session="'.$chaine.'", id_donnees="'.
addslashes(serialize($valeurs)).'", id_date=NOW()' ;
$resultat = $GLOBALS['ins_db']->query($requete) ;
if (DB::isError ($resultat)) {
echo ("Echec de la requete : $requete<br />".$resultat->getMessage()) ;
}
// On envoie un email de confirmation pour l'utilisateur
$GLOBALS['ins_url']->addQueryString('id', $chaine) ;
$corps = INS_MESSAGE_DEBUT_MAIL_INSCRIPTION ;
if (INS_UTILISE_REECRITURE_URL) {
$corps .= 'http://'.$GLOBALS['ins_url']->host.'/'.INS_URL_PREFIXE.$chaine ;
} else {
$corps .= str_replace ('&amp;', '&', $GLOBALS['ins_url']->getURL()) ;
}
$corps .= INS_MESSAGE_FIN_MAIL_INSCRIPTION ;
mail ($GLOBALS['email'], 'Inscription', $corps, 'From: '.INS_MAIL_ADMIN_APRES_INSCRIPTION) ;
}
 
function AUTH_formulaire_login ($msg = '') {
$res = '';
//--------------------------------------------------------------------------
// Les urls
$url_deja_inscrit = preg_replace ('/&amp;/', '&', $GLOBALS['ins_url']->getURL()) ;
$GLOBALS['ins_url']->addQueryString('action', 'inscription');
$url_inscription = preg_replace ('/&amp;/', '&', $GLOBALS['ins_url']->getURL()) ;
$GLOBALS['ins_url']->removeQueryString('action');
//--------------------------------------------------------------------------
// Le formulaire
$form = new HTML_QuickForm ('inscription', 'post', $url_inscription);
$form->addElement ('submit', 'Inscription', INS_INSCRIPTION) ;
$res = '<h1 class="titre1_inscription">'.INS_ACCUEIL_INSCRIPTION.'</h1>';
$res .= $msg ;
$res .= '<h2 class="titre2_inscription">'.INS_LAIUS_INSCRIPTION.'</h2>'."\n" ;
$res .= '<p>'.INS_LAIUS_INSCRIPTION_2.'</p>'."\n" ;
$res .= $form->toHTML() ;
$res .= '<h2 class="titre2_inscription">'.INS_DEJA_INSCRIT.'</h2>' ;
$form = new HTML_QuickForm ('inscription', 'post', $url_deja_inscrit) ;
$form->addElement ('text', 'username', INS_EMAIL) ;
$form->addElement ('password', 'password', INS_MOT_DE_PASSE) ;
$form->addElement('submit', 'valider', INS_VALIDER);
$res .= $form->toHTML() ;
$res .= '<p>'.INS_TEXTE_PERDU.'</p>'."\n" ;
return $res;
}
 
/** message_erreur () - Renvoie le code HTML d'un message d'erreur
*
* Cette page est appelée avec le paramêtre action=mdp_oubli passé dans l'url.
* Elle peut aussi être appelé en cas d'erreur de loggin.
* @return string HTML
*/
function message_erreur ($erreur = true) {
$res = '';
 
// Les urls
$url_deja_inscrit = preg_replace ('/&amp;/', '&', $GLOBALS['ins_url']->getURL()) ;
$GLOBALS['ins_url']->addQueryString('action', 'sendpasswd');
$url_envoi_mdp = preg_replace ('/&amp;/', '&', $GLOBALS['ins_url']->getURL()) ;
$GLOBALS['ins_url']->removeQueryString('action');
 
// La page
$res .= '<h1 class="titre1_inscription">'.INS_MDP_PERDU_TITRE.'</h1>' ;
if ($erreur) {
$res .= '<p class="attention">'.INS_ERREUR_LOGIN.'</p>'."\n" ;
}
$res .= '<div class="information">'."\n";
$res .= '<p>'.INS_SI_PASSE_PERDU.'</p>'."\n";
$res .= '<p>'.INS_INDIQUE_ADRESSE.'</p>'."\n";
$res .= '<p>'."\n";
$res .= '<form action="'.$url_envoi_mdp.'" method="post">'."\n";
$res .= '<label for="nom_d_utilisateur">'.INS_EMAIL.' : </label>';
$valeur = (isset($_POST['username'])) ? $_POST['username'] : '';
$res .= '<input type="text" id="nom_d_utilisateur" name="nom_d_utilisateur" value="'.$valeur.'" size="32" /></li></ul>'."\n";
$res .= '<input type="submit" value="'.INS_ENVOIE_PASSE.'" />'."\n";
$res .= '</form>'."\n";
$res .= '</p>';
$res .= '</div>';
$res .= '<hr/>';
// On remet le formulaire d'inscription mais un peu réduit
$res .= '<h2 class="titre2_inscription">'.INS_MDP_PERDU_TITRE_RETENTER.'</h2>' ;
$form = new HTML_QuickForm ('inscription', 'post', $url_deja_inscrit) ;
$form->addElement('text', 'username', INS_EMAIL) ;
$form->addElement('password', 'password', INS_MOT_DE_PASSE) ;
$form->addElement('submit', 'valider', INS_VALIDER);
 
// Retour du html
$res .= $form->toHTML() ;
return $res;
}
 
function insertion($valeur) {
// =========== Insertion dans l'annuaire ===================
 
$autres_valeurs = info_annuaire($valeur);
$autres_valeurs[INS_CHAMPS_DATE] = date('Y-m-d');
$autres_valeurs[INS_CHAMPS_MAIL] = $valeur['email'];
switch (INS_MDP_CRYPTYPE) {
case 'md5' :
$autres_valeurs[INS_CHAMPS_PASSE] = md5($valeur['mot_de_passe']);
break;
default :
trigger_error('Type d\'encodage du mot de passe inconnu!', E_USER_ERROR);
}
// Utilisation de AUTH pour ajouter la personne
//$resultat = $GLOBALS['AUTH']->addUser($valeur['email'], $valeur['mot_de_passe'], $autres_valeurs) ;
$champs = '';
$vals = '';
foreach($autres_valeurs as $champ => $val) {
if ($val != '') {
$champs .= $champ.', ';
$vals .= '"'.str_replace('"', '\"', $val).'", ';
}
}
$champs = trim($champs, ', ');
$vals = trim($vals, ', ');
$requete = 'INSERT INTO '.INS_ANNUAIRE.' '.
' ('.$champs.') '.
'VALUES ('.$vals.') ';
$resultat = $GLOBALS['ins_db']->query($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
 
// Récupération de l'identifiant de l'inscription
$requete = 'SELECT '.INS_CHAMPS_ID.' '.
'FROM '.INS_ANNUAIRE.' '.
'WHERE '.INS_CHAMPS_MAIL.' = "'.$valeur['email'].'"' ;
$resultat = $GLOBALS['ins_db']->query ($requete) ;
if (DB::isError ($resultat)) {
die ('Echec de la requete : '.$requete.'<br />'.$resultat->getMessage()) ;
}
$ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC) ;
$id = $ligne[INS_CHAMPS_ID] ;
 
// Insertion dans les statistiques
if (INS_UTILISE_STAT) {
$requete = 'INSERT INTO '.INS_TABLE_STATISTIQUE.' SET '.INS_STATS_CHAMPS_DATE.' = NOW(), '.INS_STATS_CHAMPS_ACTION.' = "add" ';
$resultat = $GLOBALS['ins_db']->query($requete) ;
if (DB::isError ($resultat)) {
die ('Echec de la requete : '.$requete.'<br />'.$resultat->getMessage()) ;
}
}
}
 
/**
* Effectue une mise à jour dans la base de donnée
*
* @global AUTH un objet PEAR:Auth
* @global ins_db un objet PEAR::DB
* @return
*/
function mise_a_jour($valeur) {
// ====================Mise à jour dans l'annuaire ====================
$requete = 'UPDATE '.INS_ANNUAIRE.' '.
'SET '.requete_annuaire($valeur).' '.
'WHERE '.INS_CHAMPS_ID.' = "'.$GLOBALS['AUTH']->getAuthData(INS_CHAMPS_ID).'"';
$resultat = $GLOBALS['ins_db']->query($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
if (isset($valeur['lettre'])) {
// On appelle cette fonction pour mettre à jour
$GLOBALS['AUTH']->setAuthData(INS_CHAMPS_LETTRE, $valeur['lettre'], true);
}
// la valeur de session (récupéré par getAuthData()
unset($resultat);
}
 
/** requete_annuaire () - Renvoie une chaine contenant les champs de l'annuaire avec leur valeur suite à le fonction process de QuickForm
*
* @return string une requete du type champs="valeur",...
*/
function requete_annuaire(&$valeur) {
if (!isset($valeur['lettre'])) {
$valeur['lettre'] = 0;
}
if (preg_match ('/([0-9][0-9])[0-9][0-9][0-9]/', $valeur['cp'], $match)) {
$valeur['dpt'] = $match[1];
if (preg_match ('/(97[0-9])[0-9][0-9]/', $valeur['cp'], $match2)) {
$valeur['dpt'] = $match2[1];
}
}
foreach($valeur as $champ => $val) {
$valeur[$champ] = str_replace('"', '\"', $val);
}
$req = INS_CHAMPS_NOM.' = "'.$valeur['nom'].'",'.
INS_CHAMPS_PRENOM.' = "'.$valeur['prenom'].'",'.
INS_CHAMPS_MAIL.' = "'.$valeur['email'].'",'.
INS_CHAMPS_PASSE.' = "'.md5 ($valeur['mot_de_passe']).'",'.
INS_CHAMPS_PAYS.' = "'.$valeur['pays'].'", '.
INS_CHAMPS_CODE_POSTAL.' = "'.$valeur['cp'].'", '.
INS_CHAMPS_VILLE.' = "'.$valeur['ville'].'", '.
INS_CHAMPS_ADRESSE_1.' = "'.$valeur['adresse_1'].'", '.
INS_CHAMPS_ADRESSE_2.' = "'.$valeur['adresse_2'].'", '.
INS_CHAMPS_REGION.' = "'.$valeur['region'].'", '.
INS_CHAMPS_STRUCTURE.' = "'.$valeur['organisme'].'", '.
INS_CHAMPS_SITE_WEB.' = "'.$valeur['site'].'", '.
INS_CHAMPS_LETTRE.' = "'.$valeur['lettre'].'" ';
if (isset($valeur['dpt'])) {
$req .= ','.INS_CHAMPS_DPT.' = "'.$valeur['dpt'].'"' ;
}
return $req ;
}
 
/**
* renvoie un tableau avec en clé les champs de la base et en valeur les valeurs saisies dans le formulaire
*
* @return array renvoie un tableau avec en clé les champs de la base et en valeur les valeurs saisies dans le formulaire
*/
function info_annuaire ($valeur) {
// Petit code pour recupere le num de dpt a partir du cp
if (preg_match ('/([0-9][0-9])[0-9][0-9][0-9]/', $valeur['cp'], $match)) {
$valeur['dpt'] = $match[1];
if (preg_match ('/(97[0-9])[0-9][0-9]/', $valeur['cp'], $match2)) {
$valeur['dpt'] = $match2[1];
}
}
$tableau = array (
INS_CHAMPS_ID => nextId(INS_ANNUAIRE, INS_CHAMPS_ID, $GLOBALS['ins_db']),
INS_CHAMPS_NOM => addslashes($valeur['nom']),
INS_CHAMPS_PRENOM => addslashes($valeur['prenom']),
INS_CHAMPS_PAYS => $valeur['pays'],
INS_CHAMPS_CODE_POSTAL => $valeur['cp'],
INS_CHAMPS_VILLE => addslashes($valeur['ville']),
INS_CHAMPS_ADRESSE_1 => addslashes($valeur['adresse_1']),
INS_CHAMPS_ADRESSE_2 => addslashes($valeur['adresse_2']),
INS_CHAMPS_REGION => addslashes($valeur['region']),
INS_CHAMPS_SITE_WEB => $valeur['site']);
if (INS_UTILISE_LISTE){
$tableau[INS_CHAMPS_LETTRE] = $valeur['lettre'];
}
return $tableau ;
}
 
/** formulaire_defaults () - Renvoie un tableau avec les valeurs par défaut du formulaire d'inscription
*
* @return array Valeurs par défaut du formulaire d'inscription
*/
function formulaire_defaults () {
$requete = 'SELECT '.INS_ANNUAIRE.'.* '.
'FROM '.INS_ANNUAIRE.' '.
'WHERE '.INS_ANNUAIRE.'.'.INS_CHAMPS_ID.'= "'.$GLOBALS['AUTH']->getAuthData (INS_CHAMPS_ID).'"' ;
$resultat = $GLOBALS['ins_db']->query ($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().'<br />'.$resultat->getDebugInfo()) ;
}
$ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC) ;
$valeurs_par_defaut = array() ;
$valeurs_par_defaut['email'] = $ligne[INS_CHAMPS_MAIL];
$valeurs_par_defaut['nom'] = $ligne[INS_CHAMPS_NOM];
$valeurs_par_defaut['prenom'] = $ligne[INS_CHAMPS_PRENOM] ;
$valeurs_par_defaut['pays'] = $ligne[INS_CHAMPS_PAYS] ;
$valeurs_par_defaut['nomwiki'] = $ligne[INS_CHAMPS_LOGIN] ;
$valeurs_par_defaut['cp'] = $ligne[INS_CHAMPS_CODE_POSTAL] ;
$valeurs_par_defaut['ville'] = $ligne[INS_CHAMPS_VILLE] ;
$valeurs_par_defaut['adresse_1'] = $ligne[INS_CHAMPS_ADRESSE_1] ;
$valeurs_par_defaut['adresse_2'] = $ligne[INS_CHAMPS_ADRESSE_2] ;
$valeurs_par_defaut['region'] = $ligne[INS_CHAMPS_REGION] ;
$valeurs_par_defaut['site'] = $ligne[INS_CHAMPS_SITE_WEB] ;
if (INS_UTILISE_LISTE){
$valeurs_par_defaut['lettre'] = $ligne[INS_CHAMPS_LETTRE] ;
}
return $valeurs_par_defaut ;
}
 
function info() {
$requete = 'SELECT * '.
'FROM '.INS_ANNUAIRE.', '.INS_TABLE_PAYS.' '.
'WHERE '.INS_ANNUAIRE.'.'.INS_CHAMPS_ID.'="'.$GLOBALS['AUTH']->getAuthData(INS_CHAMPS_ID).'" '.
'AND '.INS_CHAMPS_PAYS.'='.INS_CHAMPS_ID_PAYS.' ';
$resultat = $GLOBALS['ins_db']->query($requete);
if (DB::isError ($resultat)) {
die ($resultat->getMessage().'<br />'.$resultat->getDebugInfo());
}
 
$ligne = $resultat->fetchRow (DB_FETCHMODE_ASSOC) ;
$res = '<h1 class="inscription_titre1">'.INS_MESSAGE_BIENVENU.'</h1>'."\n";
$res .= '<h2 class="inscription_titre2">'.INS_FICHE_PERSONNELLE.'</h2>'."\n";
$res .= '<dl>';
$res .= ligne_inscription (INS_EMAIL, $ligne[INS_CHAMPS_MAIL]) ;
$res .= ligne_inscription (INS_NOM, $ligne[INS_CHAMPS_NOM]) ;
$res .= ligne_inscription (INS_PRENOM, $ligne[INS_CHAMPS_PRENOM]) ;
$res .= ligne_inscription (INS_ADRESSE_1, $ligne[INS_CHAMPS_ADRESSE_1]) ;
$res .= ligne_inscription (INS_ADRESSE_2, $ligne[INS_CHAMPS_ADRESSE_2]) ;
$res .= ligne_inscription (INS_REGION, $ligne[INS_CHAMPS_REGION]) ;
$res .= ligne_inscription (INS_CODE_POSTAL, $ligne[INS_CHAMPS_CODE_POSTAL]) ;
$res .= ligne_inscription (INS_VILLE, $ligne[INS_CHAMPS_VILLE]) ;
$res .= ligne_inscription (INS_PAYS, $ligne[INS_CHAMPS_LABEL_PAYS]) ;
$res .= ligne_inscription (INS_SITE_INTERNET, $ligne[INS_CHAMPS_SITE_WEB]) ;
$res .= '</dl>';
return $res;
}
 
/**
*
*
* @return
*/
 
function ligne_inscription ($label, $valeur) {
if ($valeur == '') {
$valeur = '&nbsp;' ;
}
return '<dt>'.$label.' : </dt><dd>'.$valeur.'</dd>' ;
}
 
function bouton($url) {
$boutons = new HTML_QuickForm('inscription', 'post', $url) ; ;
//confirmation() ;
$buttons[] = &HTML_QuickForm::createElement('submit', 'modifier', INS_MODIFIER_INSCRIPTION);
$buttons[] = &HTML_QuickForm::createElement('submit', 'supprimer', INS_SUPPRIMER_INSCRIPTION,
array ('onclick' => "javascript:return confirm('".INS_SUPPRIMER_INSCRIPTION." ?');"));
$boutons->addGroup($buttons, null, null, '&nbsp;');
$boutons->addElement('hidden', 'id_utilisateur', $GLOBALS['AUTH']->getAuthData (INS_CHAMPS_ID));
return $boutons->toHTML();
}
 
/**
* Renvoie un lien pour se déconnex=cter
*
* @return string
*/
function deconnexion ($url) {
// Un champs logout
return '<div><a href="'.$url.'&amp;logout=1">'.INS_DECONNEXION.'</a></div>';
}
 
function verif_doublonMail($mail) {
if (isset ($GLOBALS['AUTH']) && $GLOBALS['AUTH']->getAuthData(INS_CHAMPS_ID) != '') {
$requete_mail = "select ".INS_CHAMPS_MAIL." from ".INS_ANNUAIRE." where ".INS_CHAMPS_ID."=".$GLOBALS['AUTH']->getAuthData(INS_CHAMPS_ID) ;
$resultat_mail = $GLOBALS['ins_db']->query($requete_mail) ;
if (DB::isError ($resultat_mail)) {
die ("Echec de la requete : $requete_mail<br />".$resultat_mail->getMessage()) ;
}
$ligne_mail = $resultat_mail->fetchRow(DB_FETCHMODE_ASSOC) ;
if ($mail == $ligne_mail[INS_CHAMPS_MAIL]) {
return true ;
}
}
$requete = "select ".INS_CHAMPS_MAIL." from ".INS_ANNUAIRE." where ".INS_CHAMPS_MAIL."= \"$mail\"" ;
$resultat = $GLOBALS['ins_db']->query ($requete) ;
if (DB::isError ($resultat)) {
die ($resultat->getMessage().'<br />'.$resultat->getDebugInfo()) ;
}
if ($resultat->numRows() == 0) return true ;
return false ;
}
 
function envoie_passe()
{
$headers['From'] = INS_MAIL_ADMIN_APRES_INSCRIPTION ;
$headers['Subject'] = INS_NOUVEAU_MOT_DE_PASSE;
 
$nouveau_passe = create_new_random(6) ;
 
$body = INS_NOUVEAU_MOT_DE_PASSE_2.$nouveau_passe ;
$body .= INS_NOUVEAU_MOT_DE_PASSE_LAIUS ;
 
// modification du mot de passe dans la base
$requete = "update ".INS_ANNUAIRE." set ".INS_CHAMPS_PASSE."=MD5(\"$nouveau_passe\") where ".INS_CHAMPS_MAIL."=\"".$_POST['nom_d_utilisateur']."\"" ;
 
$resultat = $GLOBALS['ins_db']->query($requete) ;
if (DB::isError($resultat)) {
die ("Echec de la requete<br />".$resultat->getMessage()."<br />".$resultat->getDebugInfo()) ;
}
// On teste si l'email est présent dans la base
if ($GLOBALS['ins_db']->affectedRows() == 0) {
return '<div class="erreur">Il n\'y a pas d\'inscrit avec cet email</div>'."\n" ;
}
 
// création du mail
if (!mail ($_POST['nom_d_utilisateur'], $headers['Subject'], $body)) {
return 'erreur lors de l\'envoie de mail' ;
}
 
return "<div class=\"titre1_inscription\">".INS_MOT_DE_PASSE_ENVOYE_1." ".$_POST['nom_d_utilisateur']."</div>\n".
"<div><br>".INS_MOT_DE_PASSE_ENVOYE_2."</div>\n";
 
}
 
/**
*
* @global ins_db Un pointeur vers un objet PEAR::DB connecté
* @return
*/
function envoie_mail()
{
include_once 'Mail/mime.php' ;
$crlf="\n";
$headers ['From'] = INS_MAIL_ADMIN_APRES_INSCRIPTION ;
$headers ['Subject'] = INS_MAIL_COORD_SUJET ;
$headers ['Reply-To'] = INS_MAIL_ADMIN_APRES_INSCRIPTION ;
$mime = new Mail_mime($crlf);
$requete = 'SELECT *, '.INS_CHAMPS_LABEL_PAYS.' '.
'FROM '.INS_ANNUAIRE.','.INS_TABLE_PAYS.' '.
'WHERE '.INS_CHAMPS_MAIL.' = "'.$GLOBALS['AUTH']->getUsername().'"'.
'AND '.INS_CHAMPS_ID_PAYS.'='.INS_CHAMPS_PAYS.' ';
 
$resultat = $GLOBALS['ins_db']->query($requete);
if (DB::isError ($resultat)) {
die ("Echec de la requete : $requete<br />".$resultat->getMessage()) ;
}
$ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC) ;
$body = INS_MAIL_COORD_CORPS."\n" ;
$body .= "------------------------------------------\n";
$body .= INS_EMAIL.": ".unhtmlentities($ligne[INS_CHAMPS_MAIL])." \n" ;
$body .= INS_NOM.": ".unhtmlentities($ligne[INS_CHAMPS_NOM])." \n" ;
$body .= unhtmlentities(INS_PRENOM).' : '.unhtmlentities($ligne[INS_CHAMPS_PRENOM])." \n" ;
$body .= INS_PAYS." : ".unhtmlentities($ligne[INS_CHAMPS_LABEL_PAYS])." \n" ;
$body .= INS_ADRESSE_1." : ".unhtmlentities($ligne[INS_CHAMPS_ADRESSE_1])." \n" ;
$body .= INS_ADRESSE_2." : ".unhtmlentities($ligne[INS_CHAMPS_ADRESSE_2])." \n" ;
$body .= unhtmlentities(INS_REGION)." : ".unhtmlentities($ligne[INS_CHAMPS_REGION])." \n" ;
$body .= INS_CODE_POSTAL." : ".unhtmlentities($ligne[INS_CHAMPS_CODE_POSTAL])." \n" ;
$body .= INS_VILLE." : ".unhtmlentities($ligne[INS_CHAMPS_VILLE])." \n" ;
$body .= INS_SITE_INTERNET." : ".unhtmlentities($ligne[INS_CHAMPS_SITE_WEB])." \n" ;
$body .= "-------------------------------------------\n" ;
 
$mime->setTXTBody($body);
 
$body = $mime->get();
$headers = $mime->headers($headers);
$mail =& Mail::factory('mail') ;
$mail->send($ligne[INS_CHAMPS_MAIL], $headers, $body) ;
// Envoi du mail aux administrateur du site
if ($ligne[INS_CHAMPS_MAIL] != '') {
foreach ($GLOBALS['mail_admin'] as $administrateur) {
$mail->send($administrateur, $headers, $body) ;
}
}
return true ;
}
 
/**
*
*
* @return
*/
 
function message_inscription () {
return '<p>'.INS_MESSAGE_INSCRIPTION.'</p>' ;
}
 
/**
* Inscrit un adhérent à la lettre d'actualité par l'envoie d'un email subscribe / unsubscribe
* à la liste
*
* @global AUTH Un objet PEAR::Auth
* @return boolean true en cas de succès
*/
function inscription_lettre ($action) {
$mail = & Mail::factory ('smtp') ;
$email = $GLOBALS['AUTH']->getUsername() ;
$headers ['Return-Path'] = $email ;
$headers ['From'] = "<".$email.">" ;
$headers ['Subject'] = $action ;
$headers ['Reply-To'] = $email ;
$mail -> send ($action, $headers, "") ;
if (PEAR::isError ($mail)) {
echo '<p class="erreur">Le mail n\'est pas partie...</p>' ;
return false ;
}
return true ;
}
 
/**
* Génère un nom wiki valide à partir des données saisies par l'utilisateur
* fait une requete dans la base
*
* @return string un nom wiki valide
*/
function genere_nom_wiki ($nom, $prenom) {
// 1. suppression des espaces
$nom = trim ($nom) ;
$prenom = trim ($prenom) ;
// 2. suppression des caractères non ascii et ajout de la première lettre en majuscule
$nom = trim_non_ascii ($nom) ;
$prenom = trim_non_ascii ($prenom) ;
// Vérification
$nom_wiki = $nom.$prenom ;
if (!preg_match('/^[A-Z][a-z]+[A-Z,0-9][A-Z,a-z,0-9]*$/', $nom_wiki)) {
$nom_wiki = chr(rand(65, 90)).$nom_wiki.chr(rand(65, 90)) ;
}
return $nom_wiki ;
}
 
/**
*
*
* @return
*/
function trim_non_ascii ($nom) {
$premiere_lettre = true ;
for ($i = 0; $i < strlen ($nom); $i++) {
if (!preg_match ('/[a-zA-Z0-9]/', $nom[$i])) {
// str_replace ($nom[$i], '_', $nom, 1) ;
}
// remplacement de la première lettre en majuscule
if (preg_match ('/[a-zA-Z]/', $nom[$i]) && $premiere_lettre) {
$nom[$i] = strtoupper ($nom[$i]) ;
$premiere_lettre = false ;
} else {
if (preg_match ('/[a-zA-Z]/', $nom[$i])) {
$nom[$i] = strtolower ($nom[$i]) ;
}
}
}
$nom = trim ($nom, '_') ;
return $nom ;
}
 
// For users prior to PHP 4.3.0 you may do this:
function unhtmlentities ($string)
{
$trans_tbl = get_html_translation_table (HTML_ENTITIES);
$trans_tbl = array_flip ($trans_tbl);
return strtr ($string, $trans_tbl);
}
 
/* ***********************************
create_new_random($n,$type) permet de générer un nombre de caractères aléatoires.
 
ENTREE :
- $n : créer un 'mot' de $n caractères
- $type : permet de définir la liste des caractères disponibles
 
SORTIE : chaine de $n caractères pris dans une liste $type
*********************************** */
function create_new_random($n,$type="")
{
$str = "";
 
switch ($type){
//liste des caractères possibles en virant ceux qui se ressemblent (ijl1oO0)
// case "":
// {
// }
// break;
default:{
$chaine = "abcdefghkmnpqrstuvwxyzABCDEFGHKLMNPQRSTUVWXYZ23456789";
}
break;
}
srand((double)microtime()*1000000);
for($i = 0; $i < $n; $i++){
$str .= $chaine[rand()%strlen($chaine)];
}
return "$str";
}
 
//==============================================================================
/** function nextId () Renvoie le prochain identifiant numérique libre d'une table
*
* On passe en paramètre le nom de la table et l'identifiant de la base selon PEAR DB
*
* @param mixed handler de connexion
* @param string Nom de la table
* return interger l'identifiant
*/
 
function nextId ($table, $colonne_identifiant, $db)
{
$requete = "select MAX($colonne_identifiant) as maxi from $table" ;
$resultat = $db->query($requete) ;
if (DB::isError($resultat)) {
die (__FILE__ . __LINE__ . $resultat->getMessage() . $requete);
return $db->raiseError($resultat) ;
}
if ($resultat->numRows() > 1) {
return $db->raiseError("<br/>La table $table a un identifiant non unique<br/>") ;
}
$ligne = $resultat->fetchRow(DB_FETCHMODE_OBJECT) ;
return $ligne->maxi + 1 ;
}
?>
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/tags/2014-08-05_centre/client/inscription/langues/ins_langue_fr.inc.php
New file
0,0 → 1,139
<?php
/*vim: set expandtab tabstop=4 shiftwidth=4: */
// +------------------------------------------------------------------------------------------------------+
// | PHP version 4.1 |
// +------------------------------------------------------------------------------------------------------+
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
// +------------------------------------------------------------------------------------------------------+
// | This library is free software; you can redistribute it and/or |
// | modify it under the terms of the GNU Lesser General Public |
// | License as published by the Free Software Foundation; either |
// | version 2.1 of the License, or (at your option) any later version. |
// | |
// | This library is distributed in the hope that it will be useful, |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | Lesser General Public License for more details. |
// | |
// | You should have received a copy of the GNU Lesser General Public |
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: ins_langue_fr.inc.php,v 1.3 2005/03/21 16:50:45 alex Exp $
/**
* Fichier de traduction en français de l'application inscription
*
* Fichier de traduction en français de l'application inscription
*
*@package inscription
//Auteur original :
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.3 $ $Date: 2005/03/21 16:50:45 $
// +------------------------------------------------------------------------------------------------------+
*/
 
define ("INS_AJOUT_MEMBRE", "Remplissez le formulaire ci-dessous pour vous inscrire") ;
define ('INS_MODIF_MEMBRE', 'Modification de vos informations');
define ("INS_NOM", "Nom") ;
define ("INS_NOM_REQUIS", "Indiquez votre nom.") ;
define ("INS_PRENOM", "Pr&eacute;nom") ;
define ("INS_PRENOM_REQUIS", "Veuillez indiquer votre prénom.") ;
define ("INS_PAYS", "Pays") ;
define ("INS_LANGUES_PARLES", "Langues parl&eacute;s") ;
define ("INS_EMAIL", "Adresse mail") ;
define ("INS_MOT_DE_PASSE", "Mot de passe :") ;
define ("INS_REPETE_MOT_DE_PASSE", "R&eacute;p&eacute;ter le mot de passe :") ;
define ("INS_ADRESSE_1", "Adresse ") ;
define ("INS_ADRESSE_2", "Adresse (suite)") ;
define ("INS_REGION", "R&eacute;gion / province") ;
define ("INS_CODE_POSTAL", "Code postal") ;
define ("INS_CODE_POSTAL_REQUIS", "Indiquez votre code postal.") ;
define ("INS_VILLE", "Ville") ;
define ("INS_VILLE_REQUIS", "Indiquez votre ville.") ;
define ("INS_SITE_INTERNET", "Site web personnel") ;
define ("INS_LETTRE", "Je souhaite recevoir la lettre d'actualité de Gentiana") ;
define ("INS_ADHERENT", "Vous &ecirc;tes adh&eacute;rents de personnes morales (associations, institutions, entreprise... )") ;
define ("INS_ANNULER", "Annuler") ;
define ("INS_RETABLIR", "Rétablir") ;
define ("INS_VALIDER", "Valider") ;
define ("INS_MOTS_DE_PASSE_DIFFERENTS", "Les mots de passe sont diff&eacute;rents !") ;
define ("INS_EMAIL_REQUIS", "Vous devez saisir un email.") ;
define ("INS_MOT_DE_PASSE_REQUIS", "Vous devez saisir un mot de passe.") ;
define ("INS_MAIL_INCORRECT", "L'email doit avoir une forme correcte, utilisateur@domaine.ext") ;
define ("INS_MAIL_DOUBLE", "Cet email est d&eacute;j&agrave utilis&eacute; par quelqu'un d'autre") ;
define ("INS_NOTE_REQUIS", "Indique les champs requis") ;
define ("INS_ACCUEIL_INSCRIPTION", "Inscription au site de Gentiana") ;
define ("INS_MODIFIER_INSCRIPTION", "Modifier votre inscription") ;
define ("INS_SUPPRIMER_INSCRIPTION", "Supprimer votre inscription") ;
define ("INS_MESSAGE_BIENVENU", "Vous &ecirc;tes inscrit &agrave; Gentiana") ;
define ('INS_MESSAGE_EXPIRATION', 'Votre demande a expiré, veuillez ressaisir le formulaire d\'inscription.') ;
define ("INS_FICHE_PERSONNELLE", "Fiche personnelle") ;
define ("INS_DECONNEXION", 'D&eacute;connexion') ;
define ("INS_INSCRIPTION", 'Inscription') ;
define ("INS_MDP_PERDU_TITRE", "Perte ou oubli de mot de passe");
define ("INS_MDP_PERDU_TITRE_RETENTER", "Vous pouvez aussi essayer à nouveau de vous identifier...");
 
define ("INS_TEXTE_PERDU", "Si vous avez perdu votre mot de passe, veuillez cliquez sur le lien suivant :") ;
define('INS_MDP_PERDU_OUBLI', 'perte de mot de passe');
define ("INS_DEJA_INSCRIT", "D&eacute;j&agrave;  inscrit, identifiez-vous pour acc&eacute;der &agrave;  votre fiche personnelle :") ;
define ("INS_ERREUR_LOGIN", "Utilisateur inconnu ou mot de passe erronn&eacute;") ;
define ("INS_SI_PASSE_PERDU", "Si vous avez perdu votre mot de passe") ;
define ("INS_INDIQUE_ADRESSE", "Indiquez dans le champs ci-dessous l'adresse email que vous avez utilisé pour vous inscrire au site.<br>\n".
"Un nouveau mot de passe vous sera envoyé.") ;
define ("INS_ENVOIE_PASSE", "Envoi du mot de passe par mail") ;
define ("INS_LAIUS_INSCRIPTION", "L'inscription est libre et gratuite !") ;
define ("INS_LAIUS_INSCRIPTION_2", "Elle vous permet de :</p>
<ul>
<li>saisir vos observations botaniques ;</li>
<li>consulter l'annuaire des personnes inscrites et pouvoir ainsi échanger des informations ;</li>
<li>accéder à certaines informations diffusées sur le site ;</li>
<li>recevoir une lettre électronique d'informations.</li>
</ul>
<p>Par la suite, il vous sera possible de modifier voire annuler votre inscription.<br />
Seuls vos prénom, nom, ville, commune et pays apparaîtrons dans l'annuaire, les autres informations restent confidentielles (e-mail, adresse). </p>
<p>Les informations recueillies sont nécessaires pour votre <strong>inscription au site de GENTIANA</strong>. Elles font l'objet d'un traitement informatique et servent à GENTIANA
à vous contacter afin de valider les données botaniques ou les informations que vous donnez.</p>
<p>En application des articles 39 et suivants de la loi du 6 janvier 1978 modifiée, vous bénéficiez d'un droit d'accès
et de rectification aux informations qui vous concernent.</p>
<p><strong>L'inscription à l'annuaire du site de GENTIANA implique que vous soyez d'accord pour que votre nom, prénom, ville,
code postal et pays apparaissent en clair dans le site Internet de GENTIANA</strong>.");
define ('INS_PIED_INFO', 'Si vous constatez des problèmes en utilisant cette application, veuillez contacter : ') ;
define ('INS_PIED_MAIL', 'gentiana@gentiana.org') ;
 
//============= L'envoie du mot de passe perdu par mail =============================
define ("INS_NOUVEAU_MOT_DE_PASSE", "Votre nouveau mot de passe Gentiana") ;
define ("INS_NOUVEAU_MOT_DE_PASSE_2", "Votre nouveau mot de passe : ") ;
define ("INS_NOUVEAU_MOT_DE_PASSE_LAIUS", "\n\nCe mot de passe vous permet de modifier les informations\n".
"vous concernant dans le site de Gentiana.\n".
"http://www.gentiana.org/\n\n") ;
define ("INS_MOT_DE_PASSE_ENVOYE_1", "Votre nouveau mot de passe a &eacute;t&eacute; ".
"envoy&eacute; &agrave; l'adresse") ;
define ("INS_MOT_DE_PASSE_ENVOYE_2", "Relevez votre messagerie, notez votre nouveau mot de passe et identifiez vous à ".
"nouveau en allant à l'inscription. N'h&eacute;sitez pas à changer ce mot de passe ".
"pour en mettre un plus simple, tr&egrave;s facile &agrave; retenir." );
//============= L'envoie d'un mail de confirmation ===================================
// Ne pas utiliser d'entités HTML
define ("INS_MAIL_INSCRIPTION_1", "Votre inscription a bien été prise en compte.\n".
"Voici les informations que nous avons enregistré :\n") ;
define ("INS_MAIL_INSCRIPTION_2", "\nVous pouvez modifier votre inscription sur \nhttp://www.gentiana.org\n".
"rubrique Inscription.\n\n".
"L'équipe de Gentiana.") ;
 
// Envoir d'un mail à la coordination
define ("INS_MAIL_COORD_SUJET", "Un nouvel inscrit à Gentiana") ;
define ("INS_MAIL_COORD_CORPS", "Un nouvel inscrit à Gentiana") ;
 
define ("INS_MESSAGE_INSCRIPTION", "<h1 class=\"titre1_inscription\">Inscription à Gentiana</h1>\n".
"<p>Votre inscription a bien été prise en compte.</p>\n".
"<h2>Pour terminer votre inscription :</h2>\n".
"<p>Un message de confirmation vous a été envoyé à l'adresse e-mail que vous avez fournie.".
" Veuillez lire ce mail et en suivre les instructions pour activer complètement votre inscription.</p>") ;
define ('INS_MESSAGE_DEBUT_MAIL_INSCRIPTION', 'Bonjour,'."\n\n".
'Nous avons reçu une demande d\'inscription pour cette adresse mail.'."\n".
'Pour confirmer, cliquer sur le lien ci-dessous.'."\n\n" ) ;
define ('INS_MESSAGE_FIN_MAIL_INSCRIPTION', "\n\n".'L\'équipe de Gentiana') ;
?>
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/tags/2014-08-05_centre/client/annuaire/configuration/ann_config.inc.php
New file
0,0 → 1,94
<?php
// +------------------------------------------------------------------------------------------------------+
// | PHP version 4.1 |
// +------------------------------------------------------------------------------------------------------+
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
// +------------------------------------------------------------------------------------------------------+
// | This library is free software; you can redistribute it and/or |
// | modify it under the terms of the GNU Lesser General Public |
// | License as published by the Free Software Foundation; either |
// | version 2.1 of the License, or (at your option) any later version. |
// | |
// | This library is distributed in the hope that it will be useful, |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | Lesser General Public License for more details. |
// | |
// | You should have received a copy of the GNU Lesser General Public |
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
/**
* Fichier de configuration de l'annuaire
*
* A éditer de façon spécifique à chaque déploiement
*
*@package inscription
//Auteur original :
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Id: ann_config.inc.php,v 1.2 2005/03/08 09:43:34 alex Exp $
// +------------------------------------------------------------------------------------------------------+
*/
 
// Paramêtres indiquant que l'on est en français pourpermettre la mise en majuscule des caractères accentués
setlocale(LC_CTYPE, 'fr_FR');
 
/**
//=========================DEFINITION DE VARIABLES =================================
* Définition des variables globales
//==================================================================================
*/
$GLOBALS['AUTH'] =& $GLOBALS['_GEN_commun']['pear_auth'] ;
$GLOBALS['ann_db'] =& $GLOBALS['_GEN_commun']['pear_db'] ;
 
/**
//==================================== LES URLS ==================================
* Constantes liées à l'utilisation des url
//==================================================================================
*/
$GLOBALS['ann_url'] =& $GLOBALS['_GEN_commun']['url'];//l'url de base de l'application, un objet Net_URL
// Créer cet objet par $GLOBALS['ins_url'] = new Net_URL('http://....') ;
define('ANN_URL_ACTUALITE', 'http://www.gentiana.org/page:20') ;
/** Variable définissant la lettre par défaut du parcour alphabétique.*/
define('ANN_LETTRE_DEFAUT', 'A') ;// une lettre de l'aphabet ou "tous"
 
/**
//==================================== LES CHEMINS =================================
* Constantes définissant les chemins d'accé au différents fichiers inclus dans les
* applications.
//==================================================================================
*/
define('ANN_CHEMIN_APPLI','client/annuaire/');//le chemin vers l'application courrante
define('ANN_CHEMIN_LIBRAIRIE', ANN_CHEMIN_APPLI.'bibliotheque/');//le chemin de la librairie de fichier php
 
/**
//==================================== CONSTANTES ==================================
* Constantes des noms de tables et de champs dans l'annuaire
//==================================================================================
*/
define ('ANN_ANNUAIRE', 'annuaire');
define ('ANN_CHAMPS_NOM', 'a_nom'); // Nom du champs nom
define ('ANN_CHAMPS_MAIL', 'a_mail'); // Nom du champs mail
define ('ANN_CHAMPS_PRENOM', 'a_prenom'); // Nom du champs prénom
define ('ANN_CHAMPS_ID', 'a_id'); // Nom du champs id
define ('ANN_CHAMPS_DATE_INS', 'a_date_inscription');
define ('ANN_CHAMPS_CODE_POSTAL', 'a_code_postal');
define ('ANN_CHAMPS_VILLE', 'a_ville');
define ('ANN_CHAMPS_PAYS', 'a_ce_pays');
 
define ('ANN_TABLE_PAYS', 'carto_PAYS');
define ('ANN_GC_ID', 'CP_ID_Pays');
define ('ANN_GC_NOM', 'CP_Intitule_pays');
 
define ('ANN_TABLE_DEPARTEMENT', 'carto_DEPARTEMENT') ;
 
/**
//==================================== CONSTANTES==================================
* Constantes contenant des mails
//==================================================================================
*/
define ('ANN_MAIL_ADMIN', 'Pierre SALEN <p.salen@gentiana.org>, Jean-Pascal MILCENT<jpm@tela-botanica.org>') ;
?>
/tags/2014-08-05_centre/client/annuaire/annuaire.php
New file
0,0 → 1,113
<?
// +------------------------------------------------------------------------------------------------------+
// | PHP version 4.1 |
// +------------------------------------------------------------------------------------------------------+
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
// +------------------------------------------------------------------------------------------------------+
// | This library is free software; you can redistribute it and/or |
// | modify it under the terms of the GNU Lesser General Public |
// | License as published by the Free Software Foundation; either |
// | version 2.1 of the License, or (at your option) any later version. |
// | |
// | This library is distributed in the hope that it will be useful, |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | Lesser General Public License for more details. |
// | |
// | You should have received a copy of the GNU Lesser General Public |
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
/**
* programme principal du module annuaire
*
* programme principal du module annuaire
*
*@package annuaire
//Auteur original :
*@author Alexandre Granier <alexandre@tela-botanica.org>
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2007
*@version $Id: annuaire.php,v 1.4 2005/03/24 08:24:39 alex Exp $
// +------------------------------------------------------------------------------------------------------+
*/
 
// +------------------------------------------------------------------------------------------------------+
// | ENTETE du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+
 
include_once 'client/annuaire/configuration/ann_config.inc.php' ;
include_once ANN_CHEMIN_LIBRAIRIE.'annuaire.fonct.php' ;
/** Constante "dynamique" stockant la langue demandée par l'utilisateur pour l'application.*/
define('INS_LANGUE', substr($GLOBALS['_GEN_commun']['i18n'], 0, 2));
$fichier_lg = ANN_CHEMIN_APPLI.'/langues/ann_langue_'.INS_LANGUE.'.inc.php';
if (file_exists($fichier_lg)) {
include_once $fichier_lg;
} else {
include_once ANN_CHEMIN_APPLI.'/langues/ann_langue_fr.inc.php' ;
}
include_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm.php' ;
 
// Ajout d'une feuille de style externe
GEN_stockerStyleExterne ('inscription', 'client/annuaire/annuaire.css') ;
 
/**
* Renvoie le code HTML de l'application
*
* @return string HTML
*/
function afficherContenuCorps () {
$res = '<h1 class="annuaire_titre1">'.ANN_TITRE.'</h1>'."\n";
if (!$GLOBALS['AUTH']->getAuth()) {
$res .= AUTH_formulaire_login();
} else {
// Le code javascript des cases à cocher
$java =
"function setCheckboxes(the_form)
{
var do_check=document.forms[the_form].elements['selecttotal'].checked;
var elts = document.forms[the_form].elements['select[]'];
var elts_cnt = (typeof(elts.length) != 'undefined')
? elts.length
: 0;
if (elts_cnt) {
for (var i = 0; i < elts_cnt; i++) {
elts[i].checked = do_check;
} // Fin for
} else {
elts.checked = do_check;
} // Fin if... else
return true;
} // Fin de la fonction 'setCheckboxes()'";
GEN_stockerCodeScript($java) ;
 
$res .= '<h2 class="annuaire_titre2">'.ANN_CLIQUEZ_LETTRE.'</h2>'."\n";
// Nettoyage des variables du POST
$cles = array('corps', 'titre_mail');
foreach ($cles as $cle) {
if (isset($_POST[$cle]) && !empty($_POST[$cle])) {
$_POST[$cle] = translittererCp1252VersIso88591(stripslashes($_POST[$cle]));
}
}
 
// S'il y a un mail a envoyé, on l'envoie
if (isset($_POST['select']) && is_array($_POST['select'])) {
if (isset($_POST['corps']) && isset($_POST['titre_mail'])) {
$res .= envoie_mail($_POST['select'], $_POST['titre_mail'], $_POST['corps']) ;
}
}
 
$res .= parcourrirAnnu() ;
}
return $res;
}
 
function afficherContenuPied () {
$sortie = '<p id="annuaire_pied_page">'.ANN_PIED_INFO.
'<a href="mailto:'.ANN_PIED_MAIL.'">'.ANN_PIED_MAIL.'</a>.'.
'</p>';
return $sortie;
}
?>
/tags/2014-08-05_centre/client/annuaire/annuaire.css
New file
0,0 → 1,27
/* Pied de page */
#annuaire_pied_page {
color:#A9A9A9;
font-size:10px;
padding-top:10px;
text-align:center;}
 
/* Parcourir l'alphabet */
#annuaire_alphabet{
font-size:15px;}
 
/* Tableau des inscrits */
#annuaire {
border:1px solid;}
#annuaire table{
width:100%;
margin:0;
border:none;}
#annuaire tbody{
vertical-align:top;
min-height:1em;
height:200px;
overflow: auto;}
#annuaire td{
border:none;}
#annuaire tr{
height:1em;}
/tags/2014-08-05_centre/client/annuaire/bibliotheque/annuaire.fonct.php
New file
0,0 → 1,304
<?php
/*vim: set expandtab tabstop=4 shiftwidth=4: */
// +------------------------------------------------------------------------------------------------------+
// | PHP version 4.1 |
// +------------------------------------------------------------------------------------------------------+
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
// +------------------------------------------------------------------------------------------------------+
// | This library is free software; you can redistribute it and/or |
// | modify it under the terms of the GNU Lesser General Public |
// | License as published by the Free Software Foundation; either |
// | version 2.1 of the License, or (at your option) any later version. |
// | |
// | This library is distributed in the hope that it will be useful, |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | Lesser General Public License for more details. |
// | |
// | You should have received a copy of the GNU Lesser General Public |
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: annuaire.fonct.php,v 1.1 2005/03/24 08:46:07 alex Exp $
/**
* Fonctions du module annuaire
*
* Fonctions du module annuaire
*
*@package annuaire
//Auteur original :
*@author Alexandre Granier <alexandre@tela-botanica.org>
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1 $
// +------------------------------------------------------------------------------------------------------+
*/
 
// +------------------------------------------------------------------------------------------------------+
// | ENTETE du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+
 
 
 
// +------------------------------------------------------------------------------------------------------+
// | LISTE de FONCTIONS |
// +------------------------------------------------------------------------------------------------------+
 
function AUTH_formulaire_login() {
$res = '';
$url = preg_replace ('/&amp;/', '&', $GLOBALS['ann_url']->getURL()) ;
 
$res .= '<p>'.ANN_IDENTIFICATION_PRESENTATION_XHTML.'</p>'."\n" ;
$form = new HTML_QuickForm ('inscription', 'post', $url) ;
$form->addElement ('text', 'username', ANN_EMAIL) ;
$form->addElement ('password', 'password', ANN_MOT_DE_PASSE) ;
$form->addElement('submit', 'valider', ANN_VALIDER);
$res .= $form->toHTML() ;
 
return $res;
}
 
/** function parcourrirAnnu () Affiche l'annuaire à partir d'une lettre
*
*
*
* @return string HTML
*/
function parcourrirAnnu() {
 
$res = '<p id="annuaire_alphabet">';
 
// Alphabet pour la rechercher par lettre du nom des inscrits
for ($i = 65 ; $i < 91 ; $i++) {
$GLOBALS['ann_url']->addQueryString('lettre', chr($i));
$url_lettre = $GLOBALS['ann_url']->getURL();
$GLOBALS['ann_url']->removeQueryString('lettre');
$res .= '<a href="'.$url_lettre.'">'.chr($i).'</a>&nbsp;'."\n";
}
$GLOBALS['ann_url']->addQueryString('lettre', 'tous');
$url_lettre = $GLOBALS['ann_url']->getURL();
$GLOBALS['ann_url']->removeQueryString('lettre');
$res .= '<a href="'.$url_lettre.'">'.'Tous'.'</a>'."\n";
$res .= '</p>'."\n";
 
// Si aucune lettre n'est sélectionnée, attribution de la lettre par défaut
if (empty($_REQUEST['lettre'])) {
$_REQUEST['lettre'] = ANN_LETTRE_DEFAUT;
}
// Une lettre est disponible...
$requete = 'SELECT '.ANN_ANNUAIRE.'.*, '.ANN_TABLE_PAYS.'.* '.
'FROM '.ANN_ANNUAIRE.','.ANN_TABLE_PAYS.' '.
'WHERE '.ANN_CHAMPS_PAYS.' = '.ANN_GC_ID.' ';
if ($_REQUEST['lettre'] != 'tous') {
$requete .= ' AND '.ANN_CHAMPS_NOM.' LIKE "'.$_REQUEST['lettre'].'%" ' ;
}
$requete .= 'ORDER BY '.ANN_CHAMPS_NOM;
$res .= listes_inscrit ($requete, $GLOBALS['ann_url']->getURL(), '', $GLOBALS['ann_db'], $niveau = 'pays').
carto_texte_cocher().
carto_formulaire();
 
return $res;
}
 
/**
* Renvoie le code HTML de la liste des inscrits
* en fonction de la requete passé en parametre
*
* @return Renvoie le code HTML de la liste des inscrits
*/
function listes_inscrit($requete, $url, $argument, &$db, $niveau = 'pays') {
$resultat = $GLOBALS['ann_db']->query($requete);
(DB::isError($resultat)) ? die($resultat->getMessage().'<br />'.$resultat->getDebugInfo()) : '';
if ($resultat->numRows() > 0) {
$res = '<form action="'.$url.'?mailer=1&amp;lettre='.$_REQUEST['lettre'].'" method="post" name="formmail">'."\n";
$res .= '<div id="annuaire" class="conteneur_table">
<table id="table_inscrit" class="table_cadre">
<colgroup>
<col />
<col />
<col />
<col />
<col />
<col />
<col />
</colgroup>
<thead class="entete_fixe">
<tr>
<th>&nbsp;</th>
<th>'.ANN_NOM.'</th>
<th>'.ANN_PRENOM.'</th>
<th>'.ANN_DATE_INS.'</th>
<th>'.ANN_CP.'</th>
<th>'.ANN_VILLE.'</th>
<th>'.ANN_PAYS.'</th>
</tr>
</thead>
<tbody class="contenu_deroulant">';
$indic = 0;
$i = 1;
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
if ($indic == 0) {
$res .= '<tr class="ligne_impaire">'."\n";
$indic = 1;
} else {
$res .= '<tr class="ligne_paire">'."\n";
$indic = 0;
}
$res.= '<td><input type="checkbox" name="select[]" value="'.$ligne[ANN_CHAMPS_MAIL].'" /></td>'."\n".
'<td>'.strtoupper($ligne[ANN_CHAMPS_NOM]).'&nbsp;</td>'."\n".
'<td>'.str_replace(' - ', '-', ucwords(strtolower(str_replace('-', ' - ', $ligne[ANN_CHAMPS_PRENOM])))).'&nbsp;</td>'."\n".
'<td>'.date('d m Y', strtotime($ligne[ANN_CHAMPS_DATE_INS])).'&nbsp;</td>'."\n".
'<td>'.$ligne[ANN_CHAMPS_CODE_POSTAL].'&nbsp;</td>'."\n".
'<td>'.strtoupper($ligne[ANN_CHAMPS_VILLE]).'&nbsp;</td>'."\n".
'<td>'.str_replace(' - ', '-', ucwords(strtolower(str_replace('-', ' - ', ($ligne[ANN_GC_NOM]))))).'&nbsp;</td>'."\n";
$res .= '</tr>'."\n";
}
$res .= '</tbody></table></div>'."\n";
} else {
$res = '<p class="information">'.'Aucun inscrit n\'a de nom commençant par '.$_REQUEST['lettre'].'</p>'."\n";
}
return $res;
}
 
 
function carto_formulaire() {
$res = '<h2 class="chapo">'.ANN_ENVOYER_MAIL.'</h2>'."\n";
$res .= '<p class="attention surveillance">'.ANN_SURVEILLANCE.'</p>'."\n";
$res .= '<p class="information message_a_tous">'.sprintf(ANN_MESSAGE_A_TOUS, '<a href="'.ANN_URL_ACTUALITE.'">'.ANN_ACTUALITE.'</a>').'</p>'."\n";
$res .= '<table>'."\n".
'<tr><td class="texte">'.ANN_SUJET.' :</td>'."\n".
'<td><input class="forml" type="text" name="titre_mail" size="60" value="'.$_POST['titre_mail'].'"/></td>'."\n".
'</tr><tr><td class="texte" valign="top">'.ANN_MESSAGE.'&nbsp;:&nbsp;</td>'."\n".
'<td><textarea class="forml" name="corps" rows="5" cols="60">'.$_POST['corps'].'</textarea></td>'."\n".
'</tr><tr><td></td><td align="center">';
$res .= '<input class="spip_bouton" type="submit" value="'.ANN_ENVOYER.'" />'."\n";
$res .= '</td>'."\n";
$res .= '</tr>'."\n";
$res .= '</table>'."\n";
$res .= '</form>'."\n";
return $res;
}
 
 
/** function carto_texte_cocher ()
*
*
* @return string HTML
*/
function carto_texte_cocher() {
$res .= '<div class="texte">'.ANN_CHECK_UNCHECK."\n";
$res .= '&nbsp;<input type="checkbox" name="selecttotal" onclick="javascript:setCheckboxes(\'formmail\');"/>'."\n";
$res .= '</div>';
return $res;
}
 
 
/** envoie_mail()
*
*
* @return envoie l'email
*/
function envoie_mail($selection, $titre_mail, $corps) {
$requete = 'SELECT '.ANN_CHAMPS_MAIL.' '.
'FROM '.ANN_ANNUAIRE.' '.
'WHERE '.ANN_CHAMPS_ID.' = "'.$GLOBALS['AUTH']->getAuthData(ANN_CHAMPS_ID).'" ';
$resultat = $GLOBALS['ann_db']->query($requete);
if (DB::isError($resultat)) {
die($resultat->getMessage().'<br />'.$resultat->getDebugInfo());
}
$ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC);
$entete = 'From: <'.$ligne[ANN_CHAMPS_MAIL].">\n";
 
$corps .= "\n".ANN_PIED_MESSAGE;
 
$liste = '';
foreach ($selection as $key => $value) {
mail($value, $titre_mail, $corps, $entete);
$liste .= $value."\n";
}
$corps .= "\n----------------------------------------------------------------------------";
$corps .= "\n".ANN_MESSAGE_APPLI."\n" ;
$corps .= "\n".ANN_MESSAGE_ENVOYE_A." :\n $liste" ;
mail(ANN_MAIL_ADMIN, $titre_mail, $corps, $entete);
 
return '<div class="information">'.ANN_MAIL_ENVOYER.'</div>' ;
}
/** translittererVersIso88591()
*
* Convertit les caractères CP1252 (= ANSI) non présent dans l'ISO-8859-1 par un équivalant ressemblant.
*
* @return envoie l'email
*/
function translittererCp1252VersIso88591($str, $translit = true) {
$cp1252_entite_map = array(
'\x80' => '&#8364;', /* EURO SIGN */
'\x82' => '&#8218;', /* SINGLE LOW-9 QUOTATION MARK */
'\x83' => '&#402;', /* LATIN SMALL LETTER F WITH HOOK */
'\x84' => '&#8222;', /* DOUBLE LOW-9 QUOTATION MARK */
'\x85' => '&#8230;', /* HORIZONTAL ELLIPSIS */
'\x86' => '&#8224;', /* DAGGER */
'\x87' => '&#8225;', /* DOUBLE DAGGER */
'\x88' => '&#710;', /* MODIFIER LETTER CIRCUMFLEX ACCENT */
'\x89' => '&#8240;', /* PER MILLE SIGN */
'\x8a' => '&#352;', /* LATIN CAPITAL LETTER S WITH CARON */
'\x8b' => '&#8249;', /* SINGLE LEFT-POINTING ANGLE QUOTATION */
'\x8c' => '&#338;', /* LATIN CAPITAL LIGATURE OE */
'\x8e' => '&#381;', /* LATIN CAPITAL LETTER Z WITH CARON */
'\x91' => '&#8216;', /* LEFT SINGLE QUOTATION MARK */
'\x92' => '&#8217;', /* RIGHT SINGLE QUOTATION MARK */
'\x93' => '&#8220;', /* LEFT DOUBLE QUOTATION MARK */
'\x94' => '&#8221;', /* RIGHT DOUBLE QUOTATION MARK */
'\x95' => '&#8226;', /* BULLET */
'\x96' => '&#8211;', /* EN DASH */
'\x97' => '&#8212;', /* EM DASH */
'\x98' => '&#732;', /* SMALL TILDE */
'\x99' => '&#8482;', /* TRADE MARK SIGN */
'\x9a' => '&#353;', /* LATIN SMALL LETTER S WITH CARON */
'\x9b' => '&#8250;', /* SINGLE RIGHT-POINTING ANGLE QUOTATION*/
'\x9c' => '&#339;', /* LATIN SMALL LIGATURE OE */
'\x9e' => '&#382;', /* LATIN SMALL LETTER Z WITH CARON */
'\x9f' => '&#376;' /* LATIN CAPITAL LETTER Y WITH DIAERESIS*/
);
$translit_map = array(
'&#8364;' => 'Euro', /* EURO SIGN */
'&#8218;' => ',', /* SINGLE LOW-9 QUOTATION MARK */
'&#402;' => 'f', /* LATIN SMALL LETTER F WITH HOOK */
'&#8222;' => ',,', /* DOUBLE LOW-9 QUOTATION MARK */
'&#8230;' => '...', /* HORIZONTAL ELLIPSIS */
'&#8224;' => '+', /* DAGGER */
'&#8225;' => '++', /* DOUBLE DAGGER */
'&#710;' => '^', /* MODIFIER LETTER CIRCUMFLEX ACCENT */
'&#8240;' => '0/00', /* PER MILLE SIGN */
'&#352;' => 'S', /* LATIN CAPITAL LETTER S WITH CARON */
'&#8249;' => '<', /* SINGLE LEFT-POINTING ANGLE QUOTATION */
'&#338;' => 'OE', /* LATIN CAPITAL LIGATURE OE */
'&#381;' => 'Z', /* LATIN CAPITAL LETTER Z WITH CARON */
'&#8216;' => "'", /* LEFT SINGLE QUOTATION MARK */
'&#8217;' => "'", /* RIGHT SINGLE QUOTATION MARK */
'&#8220;' => '"', /* LEFT DOUBLE QUOTATION MARK */
'&#8221;' => '"', /* RIGHT DOUBLE QUOTATION MARK */
'&#8226;' => '*', /* BULLET */
'&#8211;' => '-', /* EN DASH */
'&#8212;' => '--', /* EM DASH */
'&#732;' => '~', /* SMALL TILDE */
'&#8482;' => '(TM)', /* TRADE MARK SIGN */
'&#353;' => 's', /* LATIN SMALL LETTER S WITH CARON */
'&#8250;' => '>', /* SINGLE RIGHT-POINTING ANGLE QUOTATION*/
'&#339;' => 'oe', /* LATIN SMALL LIGATURE OE */
'&#382;' => 'z', /* LATIN SMALL LETTER Z WITH CARON */
'&#376;' => 'Y' /* LATIN CAPITAL LETTER Y WITH DIAERESIS*/
);
$str = strtr($str, $cp1252_entite_map);
if ($translit) {
$str = strtr($str, $translit_map);
}
return $str;
}
?>
/tags/2014-08-05_centre/client/annuaire/langues/ann_langue_fr.inc.php
New file
0,0 → 1,130
<?php
// +------------------------------------------------------------------------------------------------------+
// | PHP version 4.1 |
// +------------------------------------------------------------------------------------------------------+
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
// +------------------------------------------------------------------------------------------------------+
// | This library is free software; you can redistribute it and/or |
// | modify it under the terms of the GNU Lesser General Public |
// | License as published by the Free Software Foundation; either |
// | version 2.1 of the License, or (at your option) any later version. |
// | |
// | This library is distributed in the hope that it will be useful, |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | Lesser General Public License for more details. |
// | |
// | You should have received a copy of the GNU Lesser General Public |
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
/**
* Fichier de traduction en français de l'application inscription
*
* Fichier de traduction en français de l'application inscription
*
*@package vecam
//Auteur original :
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Id$
// +------------------------------------------------------------------------------------------------------+
*/
 
define ('ANN_NOM', 'Nom') ;
define ('ANN_PRENOM', 'Pr&eacute;nom') ;
define ('ANN_CP', 'Code Postal') ;
define ('ANN_PAYS', 'Pays') ;
define ('ANN_LANGUES_PARLES', 'Langues parl&eacute;s :') ;
define ('ANN_EMAIL', 'E-mail :') ;
define ('ANN_MOT_DE_PASSE', 'Mot de passe :') ;
define ('ANN_REPETE_MOT_DE_PASSE', 'R&eacute;p&eacute;ter le mot de passe :') ;
define ('ANN_RETABLIR', 'Rétablir') ;
define ('ANN_VALIDER', 'Valider') ;
define ('ANN_MOTS_DE_PASSE_DIFFERENTS', 'Les mots de passe sont diff&eacute;rents !') ;
define ('ANN_EMAIL_REQUIS', 'Vous devez saisir un email.') ;
define ('ANN_MOT_DE_PASSE_REQUIS', 'Vous devez saisir un mot de passe.') ;
define ('ANN_MAIL_INCORRECT', 'L\'email doit avoir une forme correcte, utilisateur@domaine.ext') ;
define ('ANN_NOTE_REQUIS', 'Indique les champs requis') ;
define ('ANN_MODIFIER_INSCRIPTION', 'Modifier votre inscription') ;
define ('ANN_SUPPRIMER_INSCRIPTION', 'Supprimer votre inscription') ;
define ('ANN_MESSAGE_BIENVENU', 'Vous &ecirc;tes inscrit &agrave; I-Jumelage') ;
define ('ANN_CLIQUEZ_LETTRE', 'Cliquez sur une lettre pour voir les inscrits.') ;
define ('ANN_LISTE_INSCRIT_LETTRE', 'Liste des inscrits &agrave; la lettre') ;
define ('ANN_TITRE', 'Annuaire du site de Gentiana') ;
define ('ANN_IDENTIFICATION_PRESENTATION_XHTML',
'<h2>S\'identifier et s\'inscrire</h2>
<p>Afin de pouvoir consulter l\'annuaire, il est indispensable de s\'inscrire.<br />
L\'inscription est libre et gratuite !<br />
Elle vous permet de :</p>
<ul>
<li>saisir des fiches pour nous informer ;</li>
<li>saisir vos observations botaniques ;</li>
<li>consulter l\'annuaire des personnes inscrites et pouvoir ainsi échanger des informations ;</li>
<li>accéder à certaines informations diffusées sur le site ;</li>
<li>recevoir une lettre électronique d\'informations.</li>
</ul>
<p>Par la suite, il vous sera possible de modifier voire annuler votre inscription.<br />
Seuls vos prénom, nom, ville, commune et pays apparaîtrons dans l\'annuaire, les autres informations restent confidentielles (e-mail, adresse). </p>
<p>Les informations recueillies sont nécessaires pour votre <strong>inscription au site de GENTIANA</strong>. Elles font l\'objet d\'un traitement informatique et servent à GENTIANA
à vous contacter afin de valider les données botaniques ou les informations que vous donnez.</p>
<p>En application des articles 39 et suivants de la loi du 6 janvier 1978 modifiée, vous bénéficiez d\'un droit d\'accès
et de rectification aux informations qui vous concernent.</p>
<p><strong>L\'inscription à l\'annuaire du site de GENTIANA implique que vous soyez d\'accord pour que votre nom, prénom, ville,
code postal et pays apparaissent en clair dans le site Internet de GENTIANA</strong>.</p>
 
<p>Si vous avez perdu votre mot de passe, veuillez cliquez sur le lien suivant : <a href="http://www.gentiana.org/page:inscrire?action=mdp_oubli">perte de mot de passe</a></p>
<p>Déjà inscrit, identifiez-vous pour accéder à votre fiche personnelle :</p>');
define ('ANN_TEXTE_PERDU', 'Si vous avez perdu votre mot de passe, indiquer '.
'votre adresse email dans le champs login ci-dessus et cliquez sur "Valider"') ;
define ('ANN_CHECK_UNCHECK', 'Cocher les cases pour s&eacute;lectionner votre destinataire ou cocher / d&eacute;cocher tout') ;
define ('ANN_ENVOYER_MAIL', 'Envoyer un email') ;
define ('ANN_MESSAGE_A_TOUS', 'Si vous souhaitez diffuser votre message à l\'ensemble des membres du réseau, vous pouvez rédiger un article dans %s.');
define ('ANN_ACTUALITE', 'les actualités de Gentiana');
define ('ANN_SURVEILLANCE', '<strong>Avertissement :</strong> la messagerie ci-dessous est destinée à vous permettre d\'échanger ' .
'des messages entre inscrit au site de Gentiana, sans dévoiler les adresses email des inscrits. Afin de respecter la ' .
'tranquillité de chacun, il est strictement interdit d\'utiliser cette messagerie interne pour faire des relances périodiques ' .
'd\'informations ou des annonces publicitaires et commerciales. Une surveillance du contenu des mails échangés est effectuée ' .
'par l\'Association Gentiana. Merci de votre compréhension.') ;
define ('ANN_SUJET', 'Sujet') ;
define ('ANN_MESSAGE', 'Message') ;
define ('ANN_ENVOYER', 'Envoyer') ;
define ('ANN_CLIC_CONFIRMATION', 'Cliquez sur OK pour confirmer') ;
define ('ANN_PAS_D_INSCRIT', 'Pas d\'inscrit') ;
define ('ANN_MAIL_ENVOYER', 'Votre mail a été envoyé') ;
define ('ANN_DATE_INS', 'Date d\'inscription') ;
define ('ANN_VILLE', 'Ville') ;
define ('ANN_PIED_INFO', 'Si vous constatez des problèmes en utilisant cette application, veuillez contacter : ') ;
define ('ANN_PIED_MAIL', 'accueil@gentiana.org') ;
 
// ========================= Labels pour les mails ============================
 
define ('ANN_VERIF_MAIL_COCHE', 'Veuillez cocher au moins un destinataire pour votre mail' );
define ('ANN_VERIF_TITRE', 'Votre message doit comporter un titre <i>et</i> un corps') ;
define ('ANN_MESSAGE_APPLI', 'Application ANNUAIRE');
define ('ANN_MESSAGE_ENVOYE_A', 'Ce message a été envoyé à ');
define ('ANN_PIED_MESSAGE', '---------------------------------------------------------------------------'."\n".
'Ce message vous est envoyé par l\'intermédiaire du site Internet'."\n".
'(http://www.gentiana.org) de Gentiana, '."\n".
'auquel vous êtes inscrit.'."\n".
'D\'autres inscrits peuvent avoir reçu ce message.'."\n".
'Ne répondez que si vous êtes concerné, ou si vous avez des'."\n".
'informations utiles à transmettre au demandeur.' ) ;
 
 
// ============================ Label de lannuaire Back ===========================
define ('AM_L_TITRE', 'Chercher un adhérent') ;
define ('AM_L_RECHERCHER', 'Rechercher') ;
define ('AM_L_PAYS', 'Pays') ;
define ('AM_L_NOM', 'Nom') ;
define ('AM_L_PRENOM', 'Prénom') ;
define ('AM_L_VILLE', 'Ville') ;
define ('AM_L_DEPARTEMENT', 'Département') ;
define ('AM_L_MAIL', 'Mail') ;
define ('AM_L_COTISANTS', 'Cotisants') ;
define ('AM_L_GRP_RES', 'Grouper les résultats') ;
define ('AM_L_TOUS', 'Tous') ;
define ('AM_L_MAIL_SELECTION', 'Envoyer un mail à la sélection') ;
?>
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/tags/2014-08-05_centre/client/eflore/configuration/ef_config.inc.php
New file
0,0 → 1,203
<?php
/*vim: set expandtab tabstop=4 shiftwidth=4: */
// +------------------------------------------------------------------------------------------------------+
// | PHP version 4.3 |
// +------------------------------------------------------------------------------------------------------+
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
// +------------------------------------------------------------------------------------------------------+
// | This file is part of eFlore-consultation. |
// | |
// | Foobar is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation; either version 2 of the License, or |
// | (at your option) any later version. |
// | |
// | Foobar is distributed in the hope that it will be useful, |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
// | GNU General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: ef_config.inc.php.sauv,v 1.1 2005/12/21 15:11:13 jp_milcent Exp $
/**
* Fichier de configuration des paramêtres sépcifique à un déploiement d'eFlore.
*
* Fichier contenant des constantes et des variables globales permettant de configurer eFlore-consultation.
*
*@package eflore
*@subpackage configuration
//Auteur original :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2005
*@version $Revision: 1.1 $
// +------------------------------------------------------------------------------------------------------+
*/
// +------------------------------------------------------------------------------------------------------+
// LA LIVRAISON :
define('EF_LIVRAISON', 'HEAD');
 
// +------------------------------------------------------------------------------------------------------+
// LA DISTRIBUTION :
/** Constante stockant le nom de la distribution. Utile lorsqu'on déploie eFlore pour un site particulier et
* que l'on veut pouvoir employer des squelettes particuliers pour chaque module.*/
define('EF_DISTRIBUTION', 'gentiana');
 
// +------------------------------------------------------------------------------------------------------+
// Définition des valeurs par défaut de l'interface d'eFlore
$GLOBALS['_EFLORE_']['titre'] = 'eFlore';// Le titre générique de l'application
$GLOBALS['_EFLORE_']['titre_fichier'] = $GLOBALS['_EFLORE_']['titre'];// Le titre générique pour les fichiers générés par l'application
$GLOBALS['_EFLORE_']['projets_affichables'] = 1000;// Affiche tous les projets : null; BDNBE : 1006 ; BDNFF : 1000 (en mettre plusieurs séparés par des virgules)
$GLOBALS['_EFLORE_']['projet_defaut'] = 1000;// Identifiant du projet sélectionné par défaut parmis les projets affichables
$GLOBALS['_EFLORE_']['projet_version_unique'] = 25;// Identifiant de la version du projet de la BDNFF (défaut) // BDNFF : 25 ; BDNBE : 26 ; Toute version : null
$GLOBALS['_EFLORE_']['projet_version_defaut'] = 25;// Identifiant du projet de la BDNFF (défaut)
 
// +------------------------------------------------------------------------------------------------------+
// Gestion de Papyrus
if (defined('PAP_VERSION')) {
// Les variables suivantes sont configurées dans Papyrus via les "Arguments de l'application" dans l'interface de
// modification d'un menu.
if (isset($GLOBALS['_GEN_commun']['info_application']->titre)) {
$GLOBALS['_EFLORE_']['titre'] = $GLOBALS['_PAPYRUS_']['page']['titre'];
}
if (isset($GLOBALS['_GEN_commun']['info_application']->projets)) {
$GLOBALS['_EFLORE_']['projets_affichables'] = $GLOBALS['_GEN_commun']['info_application']->projets;
}
if (isset($GLOBALS['_GEN_commun']['info_application']->projet_defaut)) {
$GLOBALS['_EFLORE_']['projet_defaut'] = $GLOBALS['_GEN_commun']['info_application']->projet_defaut;
}
if (isset($GLOBALS['_GEN_commun']['info_application']->projet_version_unique)) {
$GLOBALS['_EFLORE_']['projet_version_unique'] = $GLOBALS['_GEN_commun']['info_application']->projet_version_unique;
}
if (isset($GLOBALS['_GEN_commun']['info_application']->projet_version_defaut)) {
$GLOBALS['_EFLORE_']['projet_version_defaut'] = $GLOBALS['_GEN_commun']['info_application']->projet_version_defaut;
}
}
 
// Pour un fonctionnement d'eFlore hors papyrus
else {
define('PAP_CHEMIN_API_PEAR', '/opt/lampp/lib/php/');
// Indiquer ici un chemin vers une installation de papyrus
define('PAP_CHEMIN_RACINE', '/home/jpm/web/papyrus_bp');
define('GEN_CHEMIN_WIKINI', PAP_CHEMIN_RACINE.'/wikini/');
define('GEN_CHEMIN_CLIENT', PAP_CHEMIN_RACINE.'/client/');
set_include_path(get_include_path().PATH_SEPARATOR.PAP_CHEMIN_RACINE);
}
 
// +------------------------------------------------------------------------------------------------------+
// Définition de la langue
/** Constante stockant la langue principale utilisée pour l'application.*/
define('EF_LANGUE_PRINCIPALE', 'fr');
/** Constante stockant si on utilise ou pas l'utf-8 pour la connexion à la bdd. La bdd doit être en utf8.*/
define('EF_LANGUE_UTF8', true);
/** Paramêtres indiquant que l'on est en français pourpermettre la mise en majuscule des caractères accentués. */
setlocale(LC_CTYPE, 'fr_FR');
/** Paramêtres indiquant l'encodage à utiliser pour la sortie. */
$GLOBALS['_EFLORE_']['encodage'] = 'HTML-ENTITIES';
 
// +------------------------------------------------------------------------------------------------------+
// Débogage
/** Constante stockant si oui ou non on veut afficher le débogage.*/
define('EF_DEBOGAGE', true);
/** Constante stockant si oui ou non on veut afficher le débogage des fichiers PEAR.*/
define('EF_DEBOGAGE_PEAR', false);
/** Constante stockant la chaine permettant de repérer en se basabt sur le chemin, les fichiers provenant de la bibliothèque PEAR.*/
define('EF_DEBOGAGE_PEAR_CHAINE', '/lib/php/');
/** Constante stockant une expression régulière permettant de repérer en se basant sur le message, les fichiers provenant de la bibliothèque PEAR.*/
define('EF_DEBOGAGE_PEAR_REGEXP_MESSAGE', '/^Non-static method (?:DB::connect|PEAR::isError)/');
/** Constante stockant si oui ou non on veut afficher le contexte de débogage.*/
define('EF_DEBOGAGE_CONTEXTE', false);
/** Constante stockant une valeur correspondant au niveau d'erreur à employer pour le code PHP.*/
define('EF_DEBOGAGE_NIVEAU', 2048);// Voir le manuel de PHP pour les différents niveaux disponibles.
/** Constante stockant si oui ou nom on veut afficher le tableau de chronométrage de l'application.*/
define('EF_DEBOGAGE_CHRONO', true);
 
// +------------------------------------------------------------------------------------------------------+
// Paramétrage de la base de données.
/** Constante stockant le protocole de la base de données.*/
define('EF_BDD_PROTOCOLE', 'mysql');
/** Constante stockant le nom du serveur de bases de données.*/
define('EF_BDD_SERVEUR', 'localhost');
/** Constante stockant le nom de l'utilisateur de la base de données.*/
define('EF_BDD_UTILISATEUR', '');
/** Constante stockant le mot de passse de l'utilisateur de la base de données.*/
define('EF_BDD_MOT_DE_PASSE', '');
/** Constante stockant le nom de la base de données principale.*/
define('EF_BDD_NOM_PRINCIPALE', 'gentiana_prod_eflore_v1_1_principale');
/** Constante stockant le nom de la base de données principale.*/
define('EF_BDD_NOM_HISTORIQUE', 'gentiana_prod_eflore_v1_1_historique');
 
// +------------------------------------------------------------------------------------------------------+
// Définition des chemins où stocker les fichiers
/** Constante stockant le chemin vers le dossier où sont stockés les images png créées par la bibliothèque cartographique.*/
define('EF_CHEMIN_CARTE_STOCKAGE', EF_CHEMIN_APPLI.'../../sites/flore/generique/images/cartes/');
/** Constante stockant si oui ou non, nous stockons les images en local.*/
define('EF_BOOL_STOCKAGE_IMG', true);
/** Constante stockant le chemin vers le dossier où sont stockés les illustrations récupérées depuis les sites partenaires.*/
define('EF_CHEMIN_IMG_STOCKAGE', EF_CHEMIN_APPLI.'../../sites/flore/generique/images/illustrations/');
/** Constante stockant si oui ou non, nous appliquons un mécanisme de cache.*/
define('EF_BOOL_STOCKAGE_CACHE', true);
/** Constante stockant le chemin vers le dossier où sont stockés les pages mise en cache.*/
define('EF_CHEMIN_STOCKAGE_CACHE', '/home/gentiana/www/tmp/eflore_cache/');
 
// +------------------------------------------------------------------------------------------------------+
// Les Programmes Extérieurs
/** Constante stockant le chemin vers l'application externe Image Magick - Convert.*/
define('EF_PROG_CONVERT', '/usr/bin/convert');
 
// +------------------------------------------------------------------------------------------------------+
// Les URLs
/** Constante stockant l'URL de base de l'application recherche de plante sous forme de chaine txt.*/
define('EF_URL', 'http://www.gentiana.org//eflore/');
/** Constante stockant l'URL de base où chercher les illustrations des projets hébergés par Tela Botanica.*/
define('EF_URL_IMG', 'http://www.gentiana.org/sites/flore/generique/images/%s');
/** Constante stockant l'URL où sont accessible les cartes. Le %s correspond au nom du fichier.*/
define('EF_URL_CARTO', 'http://www.gentiana.org/sites/flore/generique/images/cartes/%s');
 
/** Constante stockant l'URL du fichier css "complexe" (= pour les navigateurs récents) de Tela Botanica.*/
define('EF_URL_CSS_TB_COMPLEXE', 'http://www.tela-botanica.org/sites/commun/fr/styles/commun_complexe.css');
/** Constante stockant l'URL du fichier css "simple" (= pour les vieux navigateurs) de Tela Botanica.*/
define('EF_URL_CSS_TB_SIMPLE', 'http://www.tela-botanica.org/sites/commun/fr/styles/commun_simple.css');
/** Constante stockant l'URL du fichier css "impression" de Tela Botanica.*/
define('EF_URL_CSS_TB_IMPRESSION', 'http://www.tela-botanica.org/sites/commun/fr/styles/impression.css');
/** Constante stockant l'URL du fichier css d'eFlore.*/
define('EF_URL_CSS_EFLORE', 'http://www.tela-botanica.org/sites/eflore/fr/styles/eflore.css');
 
/** Constante stockant le chemin (l'url) vers le dossier js (javascript)*/
define('EF_URL_JS','http://www.gentiana.org/client/eflore_head/bibliotheque/js/');
 
/** Constante stockant l'URL vers le dossier contenant les bases Xper.*/
define('EF_URL_XPER_BASE', 'http://www.tela-botanica.org/sites/eflore/fr/documents/bases_xper/');
/** Constante stockant l'URL vers les fichiers .jar de l'applette Xper.*/
define('EF_URL_XPER_JAR', 'http://lis.snv.jussieu.fr/apps/xper2/identification/');
/** Constante stockant l'URL d'accès à l'applette d'Xper.*/
define('EF_URL_XPER_APPLETTE', EF_URL.'xper'.DIRECTORY_SEPARATOR.'%s');
 
// +------------------------------------------------------------------------------------------------------+
// La gestion du wikini
/** Nom du wikini utilisé pour eFlore.*/
define('EF_WIKI_NOM', 'flora');
/** Chemin vers le dossier "bibliotheque" de l'intégrateur wikini utilisé pour eFlore.*/
define('EF_WIKI_CHEMIN_BIBLIO', PAP_CHEMIN_RACINE.'/client/integrateur_wikini/bibliotheque/');
 
// +------------------------------------------------------------------------------------------------------+
// La gestion de l'affichage de l'application
/** Constante permettant de savoir si on veut tenir compte ou pas du "x" des hybrides dans le trie alphabétique pour la
* recherche.*/
define('EF_TRI_HYBRIDE', false);// true pour ne pas tenir compte du "x" sinon false
/** Constante permettant de connaitre les choix du nombre de documents à afficher pour le fragmenteur.*/
define('EF_FRAGMENTEUR_PAR_PAGE', '10,20,50,100,200');// séparer les nombre par des virgules
/** Constante permettant de connaitre le choix du nombre de documents à afficher pour le fragmenteur par défaut.*/
define('EF_FRAGMENTEUR_PAR_PAGE_DEFAUT', '20');// Doit contenir une valeur présente dans EF_FRAGMENTEUR_PAR_PAGE
 
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log$
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
?>
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/tags/2014-08-05_centre/client/bazar/langues/baz_langue_fr.inc.php
New file
0,0 → 1,677
<?php
/*vim: set expandtab tabstop=4 shiftwidth=4: */
// +------------------------------------------------------------------------------------------------------+
// | PHP version 4.1 |
// +------------------------------------------------------------------------------------------------------+
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
// +------------------------------------------------------------------------------------------------------+
// | This library is free software; you can redistribute it and/or |
// | modify it under the terms of the GNU Lesser General Public |
// | License as published by the Free Software Foundation; either |
// | version 2.1 of the License, or (at your option) any later version. |
// | |
// | This library is distributed in the hope that it will be useful, |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | Lesser General Public License for more details. |
// | |
// | You should have received a copy of the GNU Lesser General Public |
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: baz_langue_fr.inc.php,v 1.61.2.4 2008-02-08 08:19:32 alexandre_tb Exp $
/**
* Fichier de traduction en fran�ais de l'application Bazar
*
*@package bazar
//Auteur original :
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
*@author Florian Schmitt <florian@ecole-et-nature.org>
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.61.2.4 $ $Date: 2008-02-08 08:19:32 $
// +------------------------------------------------------------------------------------------------------+
*/
 
if (file_exists(BAZ_CHEMIN_APPLI.'langues/baz_langue_fr.local.php')) {
include_once BAZ_CHEMIN_APPLI.'langues/baz_langue_fr.local.php' ;
}
 
define ('BAZ_TITREAPPLI','Gestionnaire de fiches (Bazar) ');
define ('BAZ_DESCRIPTIONAPPLI','D&eacute;couvrez Bazar, une application de gestion de fiches class&eacute;es, consultables en ligne ou par flux RSS, grandement personnalisable.');
define ('BAZ_MOTS_CLES','Bazar, fiches, flux, rss, nouveaut&eacute;, information, gestionnaire, xml, syndication, info, application, php, dynamique, mise, aacute; , jour ');
if (!defined ('BAZ_TOUTES_LES_ANNONCES')) define ('BAZ_TOUTES_LES_ANNONCES', 'Consulter les fiches');
define ('BAZ_CONSULTER_FICHES_VALIDEES', 'Consulter les fiches valid&eacute;es');
define ('BAZ_TOUTES_LES_ANNONCES_DE_TYPE', 'Consulter toutes les fiches de type:');
define ('BAZ_TOUS_TYPES_FICHES', 'Tous types de fiches');
if (!defined ('BAZ_TOUS_LES_EMETTEURS')) define ('BAZ_TOUS_LES_EMETTEURS', 'Tous les emetteurs');
define ('BAZ_ENTRER_VOS_CRITERES_DE_RECHERCHE','Pr&eacute;cisez vos critères de recherche et appuyez sur le bouton "Rechercher" pour consulter les fiches.');
define ('BAZ_MODIFIE_RSS','Modifi&eacute;: ' );
define ('BAZ_NOM', 'Nom') ;
define ('BAZ_PRENOM', 'Pr&eacute;nom') ;
define ('BAZ_TOUS', 'Tous');
define ('BAZ_TOUTES', 'Toutes');
define ('BAZ_MOT_CLE', 'Mots cl&eacute;s (facultatif)');
if (!defined ('BAZ_EMETTEUR')) define ('BAZ_EMETTEUR', '&Eacute;metteur');
define ('BAZ_NATURE', 'Nature de la fiche' );
define ('BAZ_STATUT', 'Statut' );
define ('BAZ_DATE_CREATION', 'Date de cr&eacute;ation' );
define ('BAZ_DATE_MAJ', 'Date de mise &agrave; jour' );
define ('BAZ_URL_IMAGE', 'Image' );
define ('BAZ_LANGUES_PARLES', 'Langues parl&eacute;s :') ;
define ('BAZ_EMAIL', 'E-mail :') ;
define ('BAZ_MOT_DE_PASSE', 'Mot de passe') ;
define ('BAZ_TITREANNONCE', 'Titre de la fiche') ;
if (!defined ('BAZ_TYPEANNONCE')) define ('BAZ_TYPEANNONCE', 'Type de fiche') ;
define ('BAZ_ANNONCEUR', 'Annonceur') ;
define ('BAZ_REPETE_MOT_DE_PASSE', 'R&eacute;p&eacute;ter le mot de passe :') ;
define ('BAZ_OUI', 'Oui') ;
define ('BAZ_NON', 'Non') ;
define ('BAZ_ANNULER', 'Annuler') ;
define ('BAZ_RETOUR', 'Retour') ;
define ('BAZ_RETABLIR', 'R&eacute;tablir') ;
define ('BAZ_VALIDER', 'Valider') ;
define ('BAZ_PUBLIER', 'Valider la publication') ;
define ('BAZ_ETATPUBLICATION', 'Etat de publication') ;
define ('BAZ_ENCOURSDEVALIDATION', 'En attente de validation');
define ('BAZ_REJETEE', 'Rejet&eacute;e');
define ('BAZ_PUBLIEE', 'Publi&eacute;e') ;
define ('BAZ_PAS_DE_FICHE', '<br />Vous n\'avez pas encore d&eacute;pos&eacute; de fiches.') ;
define ('BAZ_PAS_DE_FICHE_A_VALIDER', 'Pas de fiche &agrave; valider pour l\'instant.');
define ('BAZ_VOS_ANNONCES', 'Vos fiches d&eacute;pos&eacute;es') ;
define ('BAZ_ANNONCES_A_ADMINISTRER', 'Les fiches &agrave; valider') ;
define ('BAZ_MOTS_DE_PASSE_DIFFERENTS', 'Les mots de passe sont diff&eacute;rents !') ;
define ('BAZ_EMAIL_REQUIS', 'Vous devez saisir un email.') ;
define ('BAZ_MOT_DE_PASSE_REQUIS', 'Vous devez saisir un mot de passe.') ;
define ('BAZ_MAIL_INCORRECT', 'L\'email doit avoir une forme correcte, utilisateur@domaine.ext') ;
define ('BAZ_MAIL_DOUBLE', 'Cet email est d&eacute;j&agrave utilis&eacute; par quelqu\'un d\'autre') ;
define ('BAZ_NOTE_REQUIS', 'Indique les champs requis') ;
define ('BAZ_ERREUR_SAISIE', 'Erreur de saisie ') ;
define ('BAZ_VEUILLEZ_CORRIGER', 'Veuillez corriger') ;
define ('BAZ_MODIFIER', 'Modifier') ;
define ('BAZ_MODIFIER_LA_FICHE', 'Modifier la fiche') ;
define ('BAZ_SUPPRIMER', 'Supprimer') ;
define ('BAZ_SELECTION', '--S&eacute;lectionnez ici--');
define ('BAZ_DROITS_PAR_TYPE', 'Droits par type de fiches:');
define ('BAZ_TITRE_SAISIE_ANNONCE', 'Entrer une fiche de type: ');
define ('BAZ_ACCUEIL','Accueil');
define ('BAZ_SORTIRDELAPPLI','Quittez l\'application Bazar');
define ('BAZ_DEPOSE_UNE_NOUVELLE_ANNONCE', 'Saisir une fiche') ;
define ('BAZ_CHOIX_TYPEANNONCE', 'Choisissez le type de fiche que vous souhaitez d&eacute;poser:') ;
if (!defined('BAZ_GESTION_DES_DROITS')) define ('BAZ_GESTION_DES_DROITS', 'Gestion des droits');
define ('BAZ_DESCRIPTION_GESTION_DES_DROITS', 'Veuillez choisir un utilisateur dans la liste d&eacute;roulante ci-dessous pour administrer ses droits.');
define ('BAZ_LABEL_CHOIX_PERSONNE', 'Choix de la personne dans l\'annuaire: ');
define ('BAZ_CONFIRMATION_SUPPRESSION', 'Etes-vous s&ucirc;r de vouloir supprimer cette fiche ?') ;
define ('BAZ_NON_VALIDE', 'Non valide') ;
define ('BAZ_VALIDE', 'Valide') ;
define ('BAZ_VALIDER_LA_FICHE', 'Valider la fiche') ;
define ('BAZ_PRECEDENT', 'Pr&eacute;c&eacute;dent') ;
define ('BAZ_SUIVANT', 'Suivant') ;
define ('BAZ_PAS_DE_FICHE_CRIT', 'Pas de fiche correspondant &agrave; vos crit&egrave;res.') ;
define ('BAZ_TEXTE_IMG_ALTERNATIF', 'Image de la fiche');
define ('BAZ_NUM_FICHE', 'Num&eacute;ro de fiche');
define ('BAZ_ADMIN_ANNONCES', 'Modifier les types de fiches');
define ('BAZ_RECHERCHER_DES_ANNONCES', 'Rechercher des fiches');
define ('BAZ_RECHERCHE_AVANCEE', 'Recherche avanc&eacute;e >>');
define ('BAZ_RECHERCHE_DE_BASE','<< Recherche simple');
define ('BAZ_DESCRIPTION_RECHERCHE', 'En pr&eacute;cisant, ci dessus, le type de fiche cherch&eacute;, vous pourrez obtenir des fonctions de recherche avanc&eacute;.');
define ('BAZ_PAS_D_ANNONCES', 'Aucune actualit&eacute; pour l\'instant');
if (!defined ('BAZ_S_INSCRIRE_AUX_ANNONCES')) define ('BAZ_S_INSCRIRE_AUX_ANNONCES', 'S\'abonner &agrave; un type de fiche');
define ('BAZ_ABONNE', 'Abonn&eacute;');
define ('BAZ_PAS_ABONNE', 'Pas abonn&eacute;');
define ('BAZ_S_ABONNER', 'S\'abonner');
if (!defined ('BAZ_LAIUS_S_ABONNER')) define ('BAZ_LAIUS_S_ABONNER', 'Il y a deux mani&egrave;res de s\'abonner:<br />- soit en s\'abonnant pour recevoir les fiches par mails<br />- soit par flux RSS');
define ('BAZ_SE_DESABONNER', 'Se d&eacute;sabonner');
define ('BAZ_RSS', 'Flux RSS');
define ('BAZ_DERNIERE_ACTU', 'Derni&egrave;res actualit&eacute;s');
if (!defined ('BAZ_DERNIERES_FICHES')) define ('BAZ_DERNIERES_FICHES', 'Les derni&egrave;res fiches enregistr&eacute;es');
define ('BAZ_A_MODERER',' &agrave; mod&eacute;rer');
define ('BAZ_CONSULTER','Consulter');
define ('BAZ_SAISIR','Saisir');
define ('BAZ_ADMINISTRER','Administrer');
define ('BAZ_FICHE_ECRITE','Fiche &eacute;crite par : ');
define ('BAZ_NB_VUS','Cette fiche a &eacute;t&eacute; consult&eacute;e ');
define ('BAZ_FOIS', ' fois depuis sa cr&eacute;ation.');
define ('BAZ_LES_COMMENTAIRES', 'Les commentaires sur cette fiche');
define ('BAZ_PAS_DE_COMMENTAIRES', 'Pas de commentaires post&eacute;s pour l\'instant, identifiez vous pour poster le premier !');
define ('BAZ_IL_Y_A', 'Il y a ');
define ('BAZ_COMMENTAIRE', 'commentaire : ');
define ('BAZ_COMMENTAIRES', 'commentaires : ');
define ('BAZ_COMMENTAIRE_AUTH', 'Identifiez vous pour ajouter le votre !');
define ('BAZ_ENTREZ_VOTRE_NOM', 'Entrez votre nom : ');
define ('BAZ_ENTREZ_VOTRE_COMMENTAIRE', 'Entrez votre commentaire : ');
define ('BAZ_ENVOYER','Envoyer');
define ('BAZ_NOM_REQUIS', 'Le champs nom ne doit pas rester vide');
define ('BAZ_COMMENTAIRE_REQUIS', 'Le champs commentaire ne doit pas rester vide');
define ('BAZ_LES_STRUCTURES_POSSEDANT_UNE_RESSOURCE', 'Les structures possédant cette ressource');
define ('BAZ_FICHES_PAS_VALIDEES','Seulement les fiches pas valid&eacute;es');
define ('BAZ_FICHES_VALIDEES','Seulement les fiches valid&eacute;es');
define ('BAZ_LES_DEUX','Fiches valid&eacute;es et non valid&eacute;es');
define ('BAZ_VOIR_VOS_ANNONCES', 'Mes fiches');
define ('BAZ_RECHERCHER','Rechercher');
define ('BAZ_SAISIR_UNE_NOUVELLE_FICHE','Saisir une nouvelle fiche');
define ('BAZ_POUR_CHANGER_IMAGE','Pour changer d\'image, il suffit d\'en saisir une autre ci dessous.');
define ('BAZ_CONFIRMATION_SUPPRESSION_LIEN', 'Etes-vous s&ucirc;r de vouloir supprimer ce lien ?') ;
define ('BAZ_CONFIRMATION_SUPPRESSION_FICHIER', 'Etes-vous s&ucirc;r de vouloir supprimer ce fichier ?') ;
define ('BAZ_CONFIRMATION_SUPPRESSION_IMAGE', 'Etes-vous s&ucirc;r de vouloir supprimer cette image ?') ;
define ('BAZ_VALIDER_PUBLICATION', 'Valider la publication');
define ('BAZ_ENTRER_PROJET', 'ENTRER SUR L\'ESPACE DU PROJET');
define ('BAZ_GOOGLE_MSG', '<br />Si l\'&eacute;v&egrave;nement est bien situ&eacute; vous pouvez valider la fiche<br />');
define ('BAZ_SUPPRIMER_LA_FICHE', 'Supprimer la fiche');
define ('BAZ_INVALIDER_LA_FICHE', 'Invalider la fiche');
define ('BAZ_TOUTES_LES_FICHES', 'Toutes les fiches');
 
define ('BAZ_LATITUDE', 'Latitude');
define ('BAZ_LONGITUDE', 'Longitude');
define ('BAZ_VERIFIER_MON_ADRESSE', 'V&eacute;rifier mon adresse avec la carte');
 
 
//================Textes pour les libellés======================================
define ('BAZ_ANNONCES','annonces');
define ('BAZ_PUBLICATIONS','publications');
define ('BAZ_EVENEMENTS','&eacute;v&egrave;nements');
define ('BAZ_FORMATIONS','formations');
define ('BAZ_SEJOURS','s&eacute;jours');
define ('BAZ_EMPLOIS','emplois');
define ('BAZ_RESS_HUMAINES','Ressources humaines');
define ('BAZ_RESS_DOCS','Ressources documentaires');
define ('BAZ_RESS_PHYSIQUES','Ressources physiques');
define ('BAZ_RESS_FINANCIERES','Ressources financi&egrave;res');
define ('BAZ_JEUX','jeux');
define ('BAZ_PETITES_ANNONCES','petites annonces');
define ('BAZ_BREVES','br&egrave;ves');
define('BAZ_COMPTES_RENDUS','comptes rendus');
define ('BAZ_REALISATION','r&eacute;alisation');
define ('BAZ_PERSONNES_EXPERTES','personnes expertes');
define ('BAZ_THEMATIQUE','th&eacute;matique');
define ('BAZ_THEMATIQUE_REQUIS','la thematique est requise');
define ('BAZ_SITE_INTERNET','site internet');
define ('BAZ_ADRESSE_CONTACT','Adresse du contact');
define ('BAZ_MAIL_CONTACT','Mail du contact');
define ('BAZ_MAIL_CONTACT_REQUIS','Le mail du contact est requis');
 
//================Textes pour les formations====================================
define ('BAZ_TITRE_FORMATION','Intitul&eacute; de la formation');
define ('BAZ_TITRE_FORMATION_REQUIS','L\'intitul&eacute; de la formation est obligatoire, veuillez le saisir');
define ('BAZ_SI_MODULE','Si plusieurs modules de formation');
define ('BAZ_NUMERO_MODULE','Num&eacute;ro de module');
define ('BAZ_NB_TOTAL_MODULE','Nombre total de modules');
define ('BAZ_TYPE_FORMATION','Type de la formation');
define ('BAZ_TYPE_FORMATION_REQUIS','Le type de la formation est obligatoire, veuillez le saisir');
define ('BAZ_SI_DIPLOMANTE','Si la formation est diplomante');
define ('BAZ_DIPLOME_PREPARE', 'Dipl&ograve;me pr&eacute;par&eacute;');
define ('BAZ_NIVEAU', 'Niveau');
define ('BAZ_SI_QUALIFIANTE', 'Si la formation est qualifiante');
define ('BAZ_QUALIF_PREPAREE', 'Qualification pr&eacute;par&eacute;e');
define ('BAZ_OBJECTIFS', 'Objectifs');
define ('BAZ_OBJECTIFS_REQUIS', 'Entrer les objectifs est obligatoire, veuillez les saisir');
define ('BAZ_CONTENU', 'Contenu');
define ('BAZ_PUBLIC', 'Publics');
define ('BAZ_PUBLIC_REQUIS', 'Publics');
define ('BAZ_CONDITIONS_ACCES', 'Conditions d\'acc&egrave;s');
define ('BAZ_DATE_DEBUT_FORMATION', 'Date de d&eacute;but de la formation');
define ('BAZ_DATE_FIN_FORMATION', 'Date de fin de la formation');
define ('BAZ_DATE_FIN_INSCRIPTION', 'Date limite d\'inscription');
define ('BAZ_CP_LIEU_EVENEMENT', 'Code postal du lieu de l\'&eacute;v&eacute;nement');
define ('BAZ_TARIF_INDIVIDUEL', 'Tarif individuel (en euros)');
define ('BAZ_TARIF_ENTREPRISE', 'Tarif entreprise (en euros)');
define ('BAZ_TARIF_OPCA', 'Tarif OPCA (en euros)');
define ('BAZ_NUM_AGREMENT', 'Num&eacute;ro d\'agr&eacute;ement de la structure');
define ('BAZ_NUM_AGREMENT_REQUIS', 'Le num&eacute;ro d\'agr&eacute;ement de la structure est obligatoire, veuillez le saisir');
define ('BAZ_ANNONCE_REQUIS','Le corps de l\'annonce est requis');
define ('BAZ_PRENOM_CONTACT', 'Pr&eacute;nom');
define ('BAZ_PRENOM_CONTACT_REQUIS', 'Le pr&eacute;nom de la personne contact est obligatoire, veuillez le saisir');
define ('BAZ_NOM_CONTACT', 'Nom');
define ('BAZ_NOM_CONTACT_REQUIS', 'Le nom de la personne contact est obligatoire, veuillez le saisir');
define ('BAZ_MAIL', 'Adresse &eacute;lectronique');
define ('BAZ_TELEPHONE', 'T&eacute;l&eacute;phone');
define ('BAZ_TELEPHONE_REQUIS', 'Le t&eacute;l&eacute;phone du contact est obligatoire, veuillez le saisir');
define ('BAZ_INTERVENANTS', 'Les intervenants');
define ('BAZ_INFOS_COMPLEMENTAIRE', 'Informations compl&eacute;mentaires');
define ('BAZ_COORDONNEES_CONTACT', 'Coordonn&eacute;es de la personne contact<br />');
define ('BAZ_DUREE_DE_PARUTION', '<strong>Dur&eacute;e de parution:</strong> la date de d&eacute;but de parution indique le moment ou la fiche devient visible sur le site, et la date de fin de parution, le moment o&ugrave; elle disparait.<br />');
define ('BAZ_LIGNE_HORIZONTALE', '<hr />');
define ('BAZ_CHAMPS_REQUIS', ': champs requis');
define ('BAZ_PAR', 'par');
define ('BAZ_CHAMPS_INDISPENSABLES_CLASSES', 'Champs indispensables pour les classes<br />');
define ('BAZ_ECRIT_LE',', &eacute;crit le ');
define ('BAZ_FICHES_CORRESPONDANTES', 'fiches correspondantes &agrave; votre recherche') ;
define ('BAZ_FICHE_CORRESPONDANTE', 'fiche correspondante à votre recherche') ;
 
//================Le formulaire ================================================
define ('BAZ_AJOUTER_CHAMPS_DE_BASE', 'Ajouter les informations de base pour la fiche');
define ('BAZ_PAYS', 'Pays');
define ('BAZ_PAYS_REQUIS', 'Le champs pays est requis!');
define ('BAZ_ORGANISME', 'Organisme');
define ('BAZ_CONTACT', 'Contact');
define ('BAZ_REGION', 'R&eacute;gion');
define ('BAZ_REGION_REQUIS', 'Le champs r&eacute;gion est requis!');
define ('BAZ_DEPARTEMENT', 'D&eacute;partement') ;
define ('BAZ_DEPARTEMENT_REQUIS', 'Le champs d&eacute;partement est requis!');
define ('BAZ_LICENCE', 'Type de licence') ;
define ('BAZ_LICENCE_REQUIS', 'Le type de licence est requis!') ;
define ('BAZ_TITRE', 'Titre') ;
define ('BAZ_TITRE_REQUIS', 'Un titre de fiche est requis!') ;
define ('BAZ_DESCRIPTION', 'Description') ;
define ('BAZ_DESCRIPTION_REQUIS', 'Une description de la fiche est requise!!') ;
define ('BAZ_DATEDEBVALID', 'D&eacute;but de parution' );
define ('BAZ_DATEDEBVALID_REQUIS', 'La date de d&eacute;but de parution est requise!!') ;
define ('BAZ_DATEFINVALID', 'Fin de parution' );
define ('BAZ_DATEFINVALID_REQUIS', 'La date de fin de parution est requise!!') ;
define ('BAZ_DU', 'du') ;
define ('BAZ_AU', 'au') ;
define ('BAZ_LE', 'Le') ;
define ('BAZ_DATE_DEBUT_EVENEMENT', 'D&eacute;but de l\'&eacute;venement' );
define ('BAZ_DATE_DEBUT_EVENEMENT_REQUIS', 'La date de d&eacute;but de l\'&eacute;venement est requise!!') ;
define ('BAZ_DATE_FIN_EVENEMENT', 'Fin de l\'&eacute;venement' );
define ('BAZ_DATE_FIN_EVENEMENT_REQUIS', 'La date de fin de l\'&eacute;venement est requise!!') ;
define ('BAZ_LIEU_EVENEMENT', 'Lieu de l\'&eacute;venement' );
define ('BAZ_LIEU_EVENEMENT_REQUIS', 'Le lieu de l\'&eacute;venement est requis!!') ;
define ('BAZ_PAS_UNE_IMAGE', 'Ce fichier n\'est pas une image.' );
define ('BAZ_AJOUTER_IMAGE', 'Pour l\'instant, pas d\'image associ&eacute;e &agrave; la fiche, vous pouvez en ajouter une ci-dessous.' );
define ('BAZ_IMAGE', 'Image pour la fiche (facultatif)' );
define ('BAZ_IMAGE_VALIDE_REQUIS', 'Le fichier image n\'est pas valide.') ;
 
//================Textes pour les parutions=====================================
define ('BAZ_CODE', 'Code ISBN ou ISSN (s\'il existe)' );
define ('BAZ_NOM_AUTEUR', 'Auteur' );
define ('BAZ_NOM_AUTEUR_REQUIS', 'L\'auteur est requis');
define ('BAZ_EDITEUR', 'Editeur');
define ('BAZ_TYPE_PARUTION', 'Type de parution');
define ('BAZ_ANNONCE','Annonce');
define ('BAZ_CAPACITE_ACCUEIL', 'Capacit&eacute; d\'accueil' );
define ('BAZ_CAPACITE_ACCUEIL_REQUIS', 'La capacit&eacute; d\'accueil est requise!!') ;
define ('BAZ_NB_ANIMATEURS', 'Nombre d\'animateurs' );
define ('BAZ_NB_ANIMATEURS_REQUIS', 'Le nombre d\'animateurs est requis!!') ;
define ('BAZ_TARIF', 'Tarif (en euros)' );
define ('BAZ_TARIF_REQUIS', 'Le tarif est requis!!') ;
define ('BAZ_LISTE_TRANCHES_AGES', 'Tranches d\'&agrave;ges' );
define ('BAZ_LISTE_TRANCHES_AGES_REQUIS', 'Les tranches d\'&agrave;ges sont requises!!') ;
define ('BAZ_LISTE_URL', 'Liens associ&eacute;s &agrave; l\'annonce: ');
define ('BAZ_PAS_URL', 'Pour l\'instant, pas de lien associ&eacute; &agrave; la fiche, vous pouvez en ajouter ci-dessous.');
define ('BAZ_AJOUTER_URL', 'Ajouter un lien (URL) &agrave la fiche');
define ('BAZ_LIEN', 'Lien' );
define ('BAZ_LIEN_INTERNET', 'Liens Internet' );
define ('BAZ_URL_LIEN', 'Adresse du lien (URL)' );
define ('BAZ_URL_LIEN_REQUIS', 'L\'adresse du lien (URL) est requise!!') ;
define ('BAZ_URL_TEXTE', 'Texte du lien' );
define ('BAZ_URL_TEXTE_REQUIS', 'Le texte du lien est requis!!') ;
define ('BAZ_AJOUTER_FICHIER_JOINT','Ajouter un fichier joint &agrave la fiche');
define ('BAZ_FICHIER_JOINT', 'Fichier joint' );
define ('BAZ_LISTE_FICHIERS_JOINTS', 'Fichiers associ&eacute;s &agrave; la fiche ');
define ('BAZ_PAS_DE_FICHIERS_JOINTS', 'Pour l\'instant, pas de fichier associ&eacute; &agrave; la fiche, vous pouvez en ajouter ci-dessous.');
define ('BAZ_FICHIER','Fichier');
define ('BAZ_FICHIER_JOINT_REQUIS', 'Le fichier joint est requis!!') ;
define ('BAZ_FICHIER_DESCRIPTION', 'Description du fichier' );
define ('BAZ_FICHIER_TEXTE_REQUIS', 'Le texte du fichier est requis!!') ;
define ('BAZ_FICHIER_LABEL', 'Label du fichier') ;
define ('BAZ_FICHIER_LABEL_REQUIS', 'Le label du fichier est requis!!') ;
define ('BAZ_FICHIER_EXISTANT', 'Il existe d&eacute;j&agrave; un fichier du même nom sur le site.<br />Votre fiche a &eacute;t&eacute; associ&eacute;e avec le fichier existant d&eacute;j&agrave;.');
define ('BAZ_ACCEPTE_CONDITIONS', 'J\'accepte les conditions de saisie de la fiche');
define ('BAZ_ACCEPTE_CONDITIONS_REQUIS', 'Vous devez accepter les conditions de saisie de la fiche');
 
//================Textes pour les emplois=======================================
define ('BAZ_INTITULE_POSTE', 'Intitul&eacute; du poste');
define ('BAZ_INTITULE_POSTE_REQUIS', 'L\'intitul&eacute; du poste est requis');
define ('BAZ_DESCRIPTION_STRUCTURE', 'Description de la structure qui embauche');
define ('BAZ_DESCRIPTION_STRUCTURE_REQUIS', 'La description de la structure qui embauche est requise');
define ('BAZ_CP_LIEU_TRAVAIL', 'Code postal du lieu de travail');
define ('BAZ_LIEU_TRAVAIL', 'Lieu de travail');
define ('BAZ_MISSIONS', 'Missions du poste');
define ('BAZ_PROFIL', 'Profil du poste');
define ('BAZ_PROFIL_REQUIS', 'Le profil du poste est requis');
define ('BAZ_NIVEAU_DIPLOME_DEMANDE', 'Niveau de diplome demand&eacute;');
define ('BAZ_ELEGIBILITE', 'Elegibilit&eacute; (CES, Emploi jeune,...)');
define ('BAZ_TYPE_CONTRAT', 'Type de contrat');
define ('BAZ_TYPE_CONTRAT_REQUIS', 'Type de contrat requis');
define ('BAZ_FORME_CANDIDATURE', 'Moyen de candidature (envois de CV par mail, lettre manucrite,...)');
define ('BAZ_INDICE_SALAIRE', 'Indice salaire');
define ('BAZ_SALAIRE_BRUT_MENSUEL', 'Salaire brut mensuel');
define ('BAZ_SALAIRE_BRUT_MENSUEL_REQUIS', 'Le salaire brut mensuel est requis');
define ('BAZ_ECHEANCE_CANDIDATURE', 'Date d\'&eacute;ch&eacute;ance de candidature');
define ('BAZ_DATE_DEBUT_EMBAUCHE', 'Date de d&eacute;but d\'embauche');
 
//================Textes pour les ressources=======================================
define ('BAZ_THEME','Th&egrave;me');
define ('BAZ_THEME_REQUIS','Le th&egrave;me est requis');
define ('BAZ_TRANCHES_AGES','Tranches d\'&acirc;ge');
define ('BAZ_TRANCHES_AGES_REQUIS','les tranches d\'&acirc; soTRUCTUREnt requises');
define ('BAZ_PERIODE', 'P&eacute;riode');
define ('BAZ_PERIODE_REQUIS', 'P&eacute;riode requise');
define ('BAZ_NIVEAU_SCOLAIRE', 'Niveau scolaire');
define ('BAZ_DATE_DEBUT_SEJOUR', 'Date de d&eacute;but du s&eacute;jour');
define ('BAZ_DATE_DEBUT_SEJOUR_REQUIS', 'Date de d&eacute;but du s&eacute;jour requise');
define ('BAZ_DATE_FIN_SEJOUR', 'Date de fin du s&eacute;jour');
define ('BAZ_DATE_FIN_SEJOUR_REQUIS', 'Date de fin du s&eacute;jour requise');
define ('BAZ_LIEU', 'Lieu');
define ('BAZ_LIEU_REQUIS', 'Lieu requis');
define ('BAZ_MILIEU_DOMINANT', 'Milieu dominant');
define ('BAZ_HEBERGEMENT', 'H&eacute;bergement');
define ('BAZ_HEBERGEMENT_REQUIS', 'H&eacute;bergement requis');
define ('BAZ_NOMBRE_PLACES', 'Nombre de places');
define ('BAZ_NOMBRE_PLACES_REQUIS', 'Nombre de places requis');
define ('BAZ_NOMBRE_ANIMS', 'Nombre d\'animateurs');
define ('BAZ_NOMBRE_ANIMS_REQUIS', 'Nombre d\'animateurs requis');
define ('BAZ_QUALIF_ANIMS', 'Qualification des animateurs');
define ('BAZ_QUALIF_ANIMS_REQUIS', 'Qualification des animateurs requise');
define ('BAZ_AGREMENTS', 'Agr&eacute;ments');
define ('BAZ_ACTIVITES_DOMINANTES', 'Activit&eacute;s dominantes (en 3 mots cl&eacute;s)');
define ('BAZ_ACTIVITES_DOMINANTES_REQUIS', 'Activit&eacute;s dominantes requises');
define ('BAZ_PRECISION_PRIX', 'Pr&eacute;cision sur le prix');
define ('BAZ_PRECISION_PRIX_REQUIS', 'Pr&eacute;cision sur le prix requise');
define ('BAZ_VOYAGE_COMPRIS', 'Voyage compris');
define ('BAZ_VOYAGE_COMPRIS_REQUIS', 'Voyage compris requis');
define ('BAZ_AIDES_POSSIBLES', 'Aides possibles');
define ('BAZ_CHOISIR', 'Choisir...');
define ('BAZ_CHOISIR_OBLIGATOIRE', 'Il faut choisir une option dans la liste ');
define ('BAZ_INDIFFERENT','Indiff&eacute;rent');
 
define ('BAZ_COORDONNEES','Coordonn&eacute;es');
define ('BAZ_ANNEE_PARUTION','Ann&eacute;e de parution');
define ('BAZ_LANGUE','Langue');
define ('BAZ_THEMES','Thèmes');
define ('BAZ_PAS_D_APPROPRIATION','Aucune structure ne s\'est appropri&eacute; cette ressource pour l\'instant.');
define ('BAZ_STRUCTURE_POSSEDANT', 'structure poss&eacute;dant cette ressource.');
define ('BAZ_STRUCTURES_POSSEDANT', 'structures poss&eacute;dant cette ressource.');
define ('BAZ_SI_POSSEDE_RESSOURCE', 'Si vous poss&egrave;dez cette ressource dans votre structure:');
define ('BAZ_POSSEDE_DEJA_RESSOURCE', 'Vous poss&egrave;dez cette ressource.');
define ('BAZ_CLIQUER_POUR_VOUS_ENLEVER', 'cliquez ici pour vous enlever de la liste.');
define ('BAZ_IL_FAUT_ETRE_STRUCTURE', 'Seules les structures identifi&eacute;es peuvent s\'approprier cette ressource.');
define ('BAZ_IL_FAUT_ETRE_IDENTIFIE_STRUCTURE', 'En vous identifiant ou ou vous inscrivant en tant que structure, vous pouvez vous associer cette ressource.');
define ('BAZ_CLIQUER_POUR_APPARAITRE', 'cliquez ici pour appaitre dans la liste.');
define ('BAZ_NON_PRECISE','Non pr&eacute;cis&eacute;');
/** Texte de présentation précendant le formulaire d'identification.*/
define ('BAZ_IDENTIFIEZ_VOUS_PRESENTATION_XHTML',
'<h2>S\'identifier et s\'inscrire</h2>
<p>Avant de saisir une fiche, il est indispensable de <a href="/page:inscrire">s\'inscrire</a>.<br />
L\'inscription est libre et gratuite !<br />
Elle vous permet de :</p>
<ul>
<li>saisir des fiches pour nous informer ;</li>
<li>saisir vos observations botaniques ;</li>
<li>consulter l\'annuaire des personnes inscrites et pouvoir ainsi échanger des informations ;</li>
<li>accéder à certaines informations diffusées sur le site ;</li>
<li>recevoir une lettre électronique d\'informations.</li>
</ul>
<p>Par la suite, il vous sera possible de modifier voir annuler votre inscription.<br />
Seuls vos prénom, nom, ville, commune et pays apparaîtrons dans l\'annuaire, les autres informations restent confidentielles
et servent à GENTIANA à vous contacter afin de valider les données botaniques ou les informations que vous donnez.</p>
<p>Si vous avez perdu votre mot de passe, veuillez cliquez sur le lien suivant : <a href="http://www.gentiana.org/page:inscrire?action=mdp_oubli">perte de mot de passe</a></p>');
define ('BAZ_IDENTIFIEZ_VOUS_POUR_SAISIR', 'Déjà inscrit, identifiez-vous pour accéder à votre fiche personnelle.');
define ('BAZ_EST_SUPERADMINISTRATEUR', 'Cette personne est un super-administrateur.<br />Il peut modifier le droits des utilisateurs et administrer toutes les rubriques de fiches.');
define ('BAZ_CHANGER_SUPERADMINISTRATEUR', 'Changer ses droits de super-administrateur pour en faire un utilisateur sans pouvoir');
define ('BAZ_AUCUN_DROIT', 'utilisateur sans pouvoir');
define ('BAZ_LABEL_REDACTEUR', 'r&eacute;dacteur');
define ('BAZ_DROIT_ADMIN', 'administrateur');
define ('BAZ_PASSER_SUPERADMINISTRATEUR', 'Passer la personne en super administrateur');
define ('BAZ_ENLEVER_DROIT', 'Passer en utilisateur sans pouvoir');
define ('BAZ_TYPE_ANNONCES', 'Types de fiche');
define ('BAZ_DROITS_ACTUELS', 'Droits actuels');
define ('BAZ_PASSER_EN', 'Passer en');
define ('BAZ_OU_PASSER_EN', 'ou passer en');
 
 
define ('BAZ_CHECKBOX_SUPERADMIN', 'Super administrateur : ');
define ('BAZ_RADIO_AUCUN', 'aucun &nbsp;');
define ('BAZ_RADIO_REDACTEUR', 'r&eacute;dacteur &nbsp;');
define ('BAZ_RADIO_ADMINISTRATEUR', 'administrateur &nbsp;');
 
//================Textes pour les sejours==================================
define ('BAZ_TITRE_SEJOUR','Titre du s&eacute;jour');
define ('BAZ_TITRE_SEJOUR_REQUIS','Le titre du s&eacute;jour est obligatoire, veuillez le saisir');
define ('BAZ_MAX_60_CAR', '(maximum 60 caractères)');
 
// ================ Texte pour les structures =============================
define ('BAZ_FICHE_STRUCTURE', 'Fiche structure') ;
define ('BAZ_NOM_STRUCTURE', 'Nom de la structure');
define ('BAZ_NOM_STRUCTURE_REQUIS', 'Le nom de la structure est requis');
define ('BAZ_RAISON_SOCIALE', 'Raison sociale');
define ('BAZ_RAISON_SOCIALE_REQUIS', 'Raison sociale requise');
define ('BAZ_OBJET', 'Objet');
define ('BAZ_OBJET_REQUIS', 'Objet requis');
define ('BAZ_ACTIONS', 'Actions');
define ('BAZ_PRODUCTIONS', 'Productions');
define ('BAZ_RESEAUX', 'Réseaux');
define ('BAZ_ADRESSE', 'Adresse');
define ('BAZ_ADRESSE_REQUIS', 'Adresse requise');
define ('BAZ_FAX', 'Fax');
//define ('BAZ_DERNIERES_FICHES', 'Derni&egrave;res fiches enregistr&eacute;es');
define ('BAZ_FICHE_NUMERO', 'Fiches n&deg;');
define ('BAZ_ECRITE', '&nbsp;&eacute;crite par&nbsp;');
 
//================ Administration de Bazar ================================
define ('BAZ_CONFIG', 'Configuration du bazar');
define ('BAZ_ENREGISTRER_ET_QUITTER', 'Enregistrer et quitter');
 
//================ Calendrier Bazar =======================================
 
define ('BAZ_LUNDI','Lundi');
define ('BAZ_MARDI','Mardi');
define ('BAZ_MERCREDI','Mercredi');
define ('BAZ_JEUDI','Jeudi');
define ('BAZ_VENDREDI','Vendredi');
define ('BAZ_SAMEDI','Samedi');
define ('BAZ_DIMANCHE','Dimanche');
 
define ('BAZ_LUNDI_COURT','Lun');
define ('BAZ_MARDI_COURT','Mar');
define ('BAZ_MERCREDI_COURT','Mer');
define ('BAZ_JEUDI_COURT','Jeu');
define ('BAZ_VENDREDI_COURT','Ven');
define ('BAZ_SAMEDI_COURT','Sam');
define ('BAZ_DIMANCHE_COURT','Dim');
 
define ('BAZ_JANVIER','Janvier');
define ('BAZ_FEVRIER','F&eacute;vrier');
define ('BAZ_MARS','Mars');
define ('BAZ_AVRIL','Avril');
define ('BAZ_MAI','Mai');
define ('BAZ_JUIN','Juin');
define ('BAZ_JUILLET','Juillet');
define ('BAZ_AOUT','Ao&uacute;t');
define ('BAZ_SEPTEMBRE','Septembre');
define ('BAZ_OCTOBRE','Octobre');
define ('BAZ_NOVEMBRE','Novembre');
define ('BAZ_DECEMBRE','D&eacute;cembre');
 
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: baz_langue_fr.inc.php,v $
* Revision 1.61.2.4 2008-02-08 08:19:32 alexandre_tb
* modification d un label
*
* Revision 1.61.2.3 2008-01-29 09:39:39 alexandre_tb
* utilisation d entite
*
* Revision 1.61.2.2 2007-12-04 09:08:06 alexandre_tb
* modification de label
*
* Revision 1.61.2.1 2007-11-21 10:01:22 alexandre_tb
* encodage
*
* Revision 1.61 2007-10-10 13:27:40 alexandre_tb
* correction encodage
*
* Revision 1.60 2007-10-01 12:05:07 alexandre_tb
* orthographe
*
* Revision 1.59 2007-09-28 14:07:01 jp_milcent
* Correction pour le numéro d'une page.
*
* Revision 1.58 2007-08-28 09:41:47 alexandre_tb
* correction orthographe
*
* Revision 1.57 2007-08-27 12:29:09 alexandre_tb
* quelques constantes rendus modifiable, avec if defined ...
*
* Revision 1.56 2007-07-02 13:46:45 alexandre_tb
* nouveaux labels
*
* Revision 1.55 2007-06-25 12:15:06 alexandre_tb
* merge from narmer
*
* Revision 1.54 2007-06-25 09:57:51 alexandre_tb
* nouveaux labels
*
* Revision 1.53 2007-06-04 15:26:42 alexandre_tb
* nouveaux labels
*
* Revision 1.52 2007/04/20 12:47:42 florian
* correction bugs suite au merge
*
* Revision 1.51 2007/04/20 09:57:21 florian
* correction bugs suite au merge
*
* Revision 1.50 2007/04/11 08:30:12 neiluj
* remise en état du CVS...
*
* Revision 1.42.2.2 2007/03/07 17:20:47 jp_milcent
* Ajout d'une majuscule accentuée.
*
* Revision 1.42.2.1 2007/01/29 10:54:25 alexandre_tb
* Mise en place de la constante BAZ_DERNIERES_FICHES pour remplacer le label en francais dans baz_liste
*
* Revision 1.42 2006/10/05 08:53:50 florian
* amelioration moteur de recherche, correction de bugs
*
* Revision 1.41 2006/09/21 14:19:39 florian
* amélioration des fonctions liés au wikini
*
* Revision 1.40 2006/07/19 12:50:00 alexandre_tb
* Un accent
*
* Revision 1.39 2006/06/29 10:30:26 florian
* correction de BAZ_MOT_CLE
*
* Revision 1.38 2006/05/19 13:53:45 florian
* stabilisation du moteur de recherche, corrections bugs, lien recherche avancee
*
* Revision 1.37 2006/04/28 12:46:14 florian
* integration des liens vers annuaire
*
* Revision 1.36 2006/03/14 17:10:21 florian
* ajout des fonctions de syndication, changement du moteur de recherche
*
* Revision 1.35 2006/03/02 20:36:52 florian
* les entrees du formulaire de saisir ne sont plus dans les constantes mias dans des tables qui gerent le multilinguisme.
*
* Revision 1.34 2006/03/01 16:23:22 florian
* modifs textes fr et correction bug "undefined index"
*
* Revision 1.33 2006/03/01 16:00:17 florian
* ajout de certains mots par rapport aux formulaires de saisie de ressources
*
* Revision 1.32 2006/02/09 18:00:17 florian
* ajout des trois mots, je sais c'est peu de choses!!
*
* Revision 1.31 2006/01/18 10:53:28 florian
* corrections bugs affichage fiche
*
* Revision 1.30 2006/01/05 16:28:25 alexandre_tb
* prise en chage des checkbox, reste la mise à jour à gérer
*
* Revision 1.29 2006/01/04 15:31:46 alexandre_tb
* ajout de label
*
* Revision 1.28 2006/01/03 10:19:31 florian
* Mise à jour pour accepter des parametres dans papyrus: faire apparaitre ou non le menu, afficher qu'un type de fiches, définir l'action par défaut...
*
* Revision 1.27 2006/01/02 13:24:23 alexandre_tb
* ajout de label
*
* Revision 1.26 2005/11/30 13:58:45 florian
* ajouts graphisme (logos, boutons), changement structure SQL bazar_fiche
*
* Revision 1.25 2005/11/24 16:17:13 florian
* corrections bugs, ajout des cases à cocher
*
* Revision 1.24 2005/11/08 16:09:26 florian
* modifs séjours
*
* Revision 1.23 2005/11/08 16:06:41 florian
* modifs séjours
*
* Revision 1.22 2005/11/07 17:30:36 florian
* ajout controle sur les listes pour la saisie
*
* Revision 1.21 2005/11/07 17:05:46 florian
* amélioration validation conditions de saisie, ajout des règles spécifiques de saisie des formulaires
*
* Revision 1.20 2005/11/04 17:13:49 florian
* ajout des textes et du formulaire pour les annonces
*
* Revision 1.19 2005/10/31 17:10:56 ddelon
* Reintegration des commits mysterieusement disparus
*
* Revision 1.18 2005/10/24 09:42:21 florian
* mise a jour appropriation
*
* Revision 1.17 2005/10/21 16:15:04 florian
* mise a jour appropriation
*
* Revision 1.13 2005/10/13 14:43:42 florian
* corrections pb accents
*
* Revision 1.12 2005/10/12 16:28:37 florian
* corrections fautes orthographes
*
* Revision 1.11 2005/10/12 16:27:22 florian
* ajout textes des Ressources
*
* Revision 1.10 2005/10/12 16:17:37 florian
* corrections pb accents
*
* Revision 1.9 2005/10/12 16:12:34 florian
* corrections pb accents
*
* Revision 1.8 2005/10/12 15:31:43 florian
* corrections pb accents
*
* Revision 1.7 2005/10/10 16:22:06 alexandre_tb
* Modification de label pour les rendre plus générique
*
* Revision 1.6 2005/09/30 23:04:31 ddelon
* calendrier bazar
*
* Revision 1.5 2005/09/30 12:22:54 florian
* Ajouts commentaires pour fiche, modifications graphiques, maj SQL
*
* Revision 1.3 2005/07/21 19:03:12 florian
* nouveautés bazar: templates fiches, correction de bugs, ...
*
* Revision 1.1.1.1 2005/02/17 18:05:11 florian
* Import initial de Bazar
*
* Revision 1.1.1.1 2005/02/17 11:09:50 florian
* Import initial
*
* Revision 1.1.1.1 2005/02/16 18:06:35 florian
* import de la nouvelle version
*
* Revision 1.6 2004/07/06 16:21:50 florian
* d&eacute;buggage modification + MAJ flux RSS
*
* Revision 1.5 2004/07/05 15:13:53 florian
* changement interface de saisie
*
* Revision 1.4 2004/07/02 14:51:41 florian
* ajouts de labels divers
*
* Revision 1.3 2004/07/01 16:37:14 florian
* ajout de labels
*
* Revision 1.2 2004/07/01 13:00:24 florian
* modif Florian
*
* Revision 1.1 2004/06/23 09:58:32 alex
* version initiale
*
* Revision 1.1 2004/06/18 09:00:46 alex
* version initiale
*
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
?>
/tags/2014-08-05_centre/client/bazar/bazar.php
New file
0,0 → 1,430
<?php
/*vim: set expandtab tabstop=4 shiftwidth=4: */
// +------------------------------------------------------------------------------------------------------+
// | PHP version 4.1 |
// +------------------------------------------------------------------------------------------------------+
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
// +------------------------------------------------------------------------------------------------------+
// | This library is free software; you can redistribute it and/or |
// | modify it under the terms of the GNU Lesser General Public |
// | License as published by the Free Software Foundation; either |
// | version 2.1 of the License, or (at your option) any later version. |
// | |
// | This library is distributed in the hope that it will be useful, |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | Lesser General Public License for more details. |
// | |
// | You should have received a copy of the GNU Lesser General Public |
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: bazar.php,v 1.45 2007-09-18 14:24:01 alexandre_tb Exp $
/**
*
*@package bazar
//Auteur original :
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
*@author Florian Schmitt <florian@ecole-et-nature.org>
//Autres auteurs :
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.45 $ $Date: 2007-09-18 14:24:01 $
// +------------------------------------------------------------------------------------------------------+
*/
 
// +------------------------------------------------------------------------------------------------------+
// | ENTETE du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+
 
error_reporting(E_ALL);
require_once PAP_CHEMIN_API_PEAR.'DB.php' ;
require_once PAP_CHEMIN_API_PEAR.'Auth.php' ;
require_once 'configuration/baz_config.inc.php'; //fichier de configuration de Bazar
require_once 'bibliotheque/bazar.class.php';
require_once 'bibliotheque/bazar.fonct.php'; //fichier des fonctions de Bazar
 
if (defined('PAP_VERSION')) { //si on est dans Papyrus
GEN_stockerStyleExterne( 'bazar_interne', 'client/bazar/bazar.interne.css');
}
 
//**********************************************************************************************************
//initialisation des paramêtres papyrus
//**********************************************************************************************************
//si un parametre est précisé dans le gestionnaire de menus papyrus, on le prends en compte
 
//parametre action pour lancer directement l'action indiquée
if (!isset($_GET['action'])and(isset($GLOBALS['_GEN_commun']['info_application']->action))) {
$_GET['action']=$GLOBALS['_GEN_commun']['info_application']->action;
}
 
//parametre vue pour afficher directement une vue
if (!isset($_GET[BAZ_VARIABLE_VOIR])and(isset($GLOBALS['_GEN_commun']['info_application']->vue))) {
$_GET[BAZ_VARIABLE_VOIR]=$GLOBALS['_GEN_commun']['info_application']->vue;
}
 
// Si le parametre vue est vide on le positionne a 1
if (!isset($_GET[BAZ_VARIABLE_VOIR])) {
$_GET[BAZ_VARIABLE_VOIR] = BAZ_VOIR_CONSULTER;
}
 
 
//parametre voir_menu pour afficher le menu ou pas (par défaut, il l'affiche)
if ((isset($GLOBALS['_GEN_commun']['info_application']->voir_menu))and($GLOBALS['_GEN_commun']['info_application']->voir_menu==0)) {
$GLOBALS['_BAZAR_']['affiche_menu']=0;
}
else $GLOBALS['_BAZAR_']['affiche_menu']=1;
 
//parametre categorie_nature pour préciser quels types de fiches sont montrees (par défaut, il affiche les id_menu=0)
if (isset($GLOBALS['_GEN_commun']['info_application']->categorie_nature)) {
$GLOBALS['_BAZAR_']['categorie_nature']=$GLOBALS['_GEN_commun']['info_application']->categorie_nature;
}
elseif (isset($_REQUEST['categorie_nature'])) {
$GLOBALS['_BAZAR_']['categorie_nature']=$_REQUEST['categorie_nature'];
}
else $GLOBALS['_BAZAR_']['categorie_nature']=0;
 
//parametre id_nature pour afficher un certain type de fiche (par défaut, tous les types de fiches)
if (isset($GLOBALS['_GEN_commun']['info_application']->id_nature)) {
$GLOBALS['_BAZAR_']['id_typeannonce']=$GLOBALS['_GEN_commun']['info_application']->id_nature;
}
elseif (!isset($GLOBALS['_BAZAR_']['typeannonce'])) $GLOBALS['_BAZAR_']['typeannonce']='toutes';
 
//**********************************************************************************************************
//initialisation de la variable globale de bazar
//**********************************************************************************************************
$GLOBALS['id_user']=$GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_ID);
 
//Recuperer les eventuelles variables passees en GET ou en POST
if (isset($_REQUEST['id_fiche'])) {
$GLOBALS['_BAZAR_']['id_fiche']=$_REQUEST['id_fiche'];
// récupération du type d'annonce à partir de la fiche
$requete = 'select bf_ce_nature from bazar_fiche where bf_id_fiche='.$GLOBALS['_BAZAR_']['id_fiche'] ;
$resultat = $GLOBALS['_BAZAR_']['db']->query ($requete) ;
if (DB::isError($resultat)) {
echo $resultat->getMessage().'<br />'.$resultat->getInfoDebug();
}
$ligne = $resultat->fetchRow(DB_FETCHMODE_OBJECT) ;
$GLOBALS['_BAZAR_']['id_typeannonce'] = $ligne->bf_ce_nature ;
$resultat->free();
}
if (isset($_REQUEST['typeannonce'])) {
$GLOBALS['_BAZAR_']['id_typeannonce']=$_REQUEST['typeannonce'];
}
 
if ((isset($GLOBALS['_BAZAR_']['id_typeannonce']))and($GLOBALS['_BAZAR_']['id_typeannonce']!='toutes')) {
$requete = 'SELECT bn_label_nature, bn_condition, bn_template, bn_commentaire, bn_appropriation, bn_image_titre, bn_image_logo FROM bazar_nature WHERE bn_id_nature = '.$GLOBALS['_BAZAR_']['id_typeannonce'];
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
$ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC);
$GLOBALS['_BAZAR_']['typeannonce']=$ligne['bn_label_nature'];
$GLOBALS['_BAZAR_']['condition']=$ligne['bn_condition'];
$GLOBALS['_BAZAR_']['template']=$ligne['bn_template'];
$GLOBALS['_BAZAR_']['commentaire']=$ligne['bn_commentaire'];
$GLOBALS['_BAZAR_']['appropriation']=$ligne['bn_appropriation'];
$GLOBALS['_BAZAR_']['image_titre']=$ligne['bn_image_titre'];
$GLOBALS['_BAZAR_']['image_logo']=$ligne['bn_image_logo'];
}
if (!isset($GLOBALS['_BAZAR_']['id_typeannonce'])) $GLOBALS['_BAZAR_']['id_typeannonce'] = 'toutes' ;
// +------------------------------------------------------------------------------------------------------+
// | LISTE de FONCTIONS |
// +------------------------------------------------------------------------------------------------------+
if ($GLOBALS['_BAZAR_']['affiche_menu']) {
//---------------le menu de l'appli-----------
function afficherContenuNavigation () {
$res ='<ul id="BAZ_menu">'."\n";
 
// Gestion de la vue par défaut
if (!isset($_GET[BAZ_VARIABLE_VOIR])) {
$_GET[BAZ_VARIABLE_VOIR] = BAZ_VOIR_DEFAUT;
}
 
//partie consultation d'annonces
if (strstr(BAZ_VOIR_AFFICHER, strval(BAZ_VOIR_CONSULTER))) {
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_VOIR, BAZ_VOIR_CONSULTER);
$res .= '<li id="consulter"';
if ((isset($_GET[BAZ_VARIABLE_VOIR]) && $_GET[BAZ_VARIABLE_VOIR] == BAZ_VOIR_CONSULTER)) $res .=' class="onglet_actif" ';
$res .='><a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">'.BAZ_CONSULTER.'</a>'."\n".'</li>'."\n";
//$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_VOIR);
}
// Mes fiches
if (strstr(BAZ_VOIR_AFFICHER, strval(BAZ_VOIR_MES_FICHES))) {
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_VOIR, BAZ_VOIR_MES_FICHES);
$res .= '<li id="consulter"';
if (isset($_GET[BAZ_VARIABLE_VOIR]) && $_GET[BAZ_VARIABLE_VOIR] == BAZ_VOIR_MES_FICHES) $res .=' class="onglet_actif" ';
$res .= '><a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">'.BAZ_VOIR_VOS_ANNONCES.'</a>'."\n".'</li>'."\n";
//$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_VOIR);
}
//partie abonnement aux annonces
if (strstr(BAZ_VOIR_AFFICHER, strval(BAZ_VOIR_S_ABONNER))) {
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_VOIR, BAZ_VOIR_S_ABONNER);
$res .= '<li id="inscrire"';
if (isset($_GET[BAZ_VARIABLE_VOIR]) && $_GET[BAZ_VARIABLE_VOIR]==BAZ_VOIR_S_ABONNER) $res .=' class="onglet_actif" ';
$res .= '><a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">'.BAZ_S_ABONNER.'</a></li>'."\n" ;
//$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_VOIR);
}
//partie saisie d'annonces
if (strstr(BAZ_VOIR_AFFICHER, strval(BAZ_VOIR_SAISIR))) {
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_VOIR, BAZ_VOIR_SAISIR);
$res .= '<li id="deposer"';
if (isset($_GET[BAZ_VARIABLE_VOIR]) && ($_GET[BAZ_VARIABLE_VOIR]==BAZ_VOIR_SAISIR )) $res .=' class="onglet_actif" ';
$res .='><a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">'.BAZ_SAISIR.'</a>'."\n".'</li>'."\n";
//$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_VOIR);
}
//choix des administrateurs
$utilisateur = new Administrateur_bazar($GLOBALS['AUTH']) ;
$est_admin=0;
if ($GLOBALS['AUTH']->getAuth()) {
$requete='SELECT bn_id_nature FROM bazar_nature';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
if ($utilisateur->isAdmin ($ligne['bn_id_nature'])) {
$est_admin=1;
}
}
if ($est_admin || $utilisateur->isSuperAdmin()) {
//partie administrer
if (strstr(BAZ_VOIR_AFFICHER, strval(BAZ_VOIR_ADMIN))) {
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_VOIR, BAZ_VOIR_ADMIN);
$res .= '<li id="administrer"';
if (isset($_GET[BAZ_VARIABLE_VOIR]) && $_GET[BAZ_VARIABLE_VOIR]==BAZ_VOIR_ADMIN) $res .=' class="onglet_actif" ';
$res .='><a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">'.BAZ_ADMINISTRER.'</a></li>'."\n";
//$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_VOIR);
}
if ($utilisateur->isSuperAdmin()) {
if (strstr(BAZ_VOIR_AFFICHER, strval(BAZ_VOIR_GESTION_DROITS))) {
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_VOIR, BAZ_VOIR_GESTION_DROITS);
$res .= '<li id="gerer"';
if (isset($_GET[BAZ_VARIABLE_VOIR]) && $_GET[BAZ_VARIABLE_VOIR]==BAZ_VOIR_GESTION_DROITS) $res .=' class="onglet_actif" ';
$res .='><a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">'.BAZ_GESTION_DES_DROITS.'</a></li>'."\n" ;
//$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_VOIR);
}
}
}
}
// Au final, on place dans l url, l action courante
if (isset($_GET[BAZ_VARIABLE_VOIR])) $GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_VOIR, $_GET[BAZ_VARIABLE_VOIR]);
$res.= '</ul>'."\n";
return $res ;
}
}
function afficherContenuCorps() {
$res = '';
$res.='<h1 id="titre_bazar">'.$GLOBALS['_GEN_commun']['info_menu']->gm_titre.'</h1>'."\n";
 
// La resolution des actions ci-dessous AVANT l afichage des vues afin
// d afficher des vues correctes
if (isset($_GET['action'])) {
if (($_GET['action']!=BAZ_ACTION_NOUVEAU_V)and($_GET['action']!=BAZ_ACTION_MODIFIER_V)) unset($_SESSION['formulaire_annonce_valide']);
switch ($_GET['action']) {
case BAZ_ACTION_VOIR_VOS_ANNONCES : $res .= mes_fiches(); break;
//case BAZ_VOIR_TOUTES_ANNONCES : $res .= baz_liste($GLOBALS['_BAZAR_']['id_typeannonce']); break;
//case BAZ_DEPOSER_ANNONCE : $res .= baz_formulaire(BAZ_DEPOSER_ANNONCE); break;
case BAZ_ANNONCES_A_VALIDER : $res .= fiches_a_valider(); break;
case BAZ_ADMINISTRER_ANNONCES : $res .= baz_administrer_annonces(); break;
//case BAZ_MODIFIER_FICHE : $res .= baz_formulaire(BAZ_ACTION_MODIFIER); break;
case BAZ_SUPPRIMER_FICHE : $res .= baz_suppression().baz_liste('',$GLOBALS['id_user'],''); break;
case BAZ_VOIR_FICHE : $res .= baz_voir_fiche(1); break;
//case BAZ_ACTION_NOUVEAU : $res .= baz_formulaire(BAZ_ACTION_NOUVEAU); break;
case BAZ_ACTION_NOUVEAU_V : $res .= baz_formulaire(BAZ_ACTION_NOUVEAU_V).mes_fiches(); break;
//case BAZ_ACTION_MODIFIER : $res .= baz_formulaire(BAZ_ACTION_MODIFIER); break;
case BAZ_ACTION_MODIFIER_V : $res .= baz_formulaire(BAZ_ACTION_MODIFIER_V).baz_voir_fiche(1); break;
case BAZ_ACTION_SUPPRESSION : $res .= baz_suppression(); unset ($_GET['action']); break;
case BAZ_ACTION_PUBLIER : publier_fiche(1) ; break;
case BAZ_ACTION_PAS_PUBLIER : publier_fiche(0) ;$res .= fiches_a_valider(); break;
//case BAZ_GERER_DROITS : $res .= baz_gestion_droits(); break;
case BAZ_S_INSCRIRE : $res .= baz_s_inscrire(); break;
case BAZ_VOIR_FLUX_RSS : header('Content-type: text/xml; charset=UTF-8');include("bazarRSS.php");exit(0);break;
//default : $res .= baz_liste($GLOBALS['_BAZAR_']['id_typeannonce']) ;
}
}
if (isset ($_GET[BAZ_VARIABLE_VOIR])) {
switch ($_GET[BAZ_VARIABLE_VOIR]) {
case BAZ_VOIR_CONSULTER:
if (isset ($_GET['action']) && $_GET['action'] != BAZ_VOIR_TOUTES_ANNONCES) $res .= baz_formulaire($_GET['action']) ; else $res .= baz_liste($GLOBALS['_BAZAR_']['id_typeannonce']);
break;
case BAZ_VOIR_MES_FICHES :
if (isset ($_GET['action'])) $res .= baz_formulaire($_GET['action']) ; else $res .= mes_fiches();
break;
case BAZ_VOIR_S_ABONNER : $res .= baz_s_inscrire();
break;
case BAZ_VOIR_SAISIR :
if (isset ($_GET['action'])) $res .= baz_formulaire($_GET['action']) ; else $res .= baz_formulaire(BAZ_DEPOSER_ANNONCE);
break;
case BAZ_VOIR_ADMIN:
if (isset($_GET['action'])) $res .= baz_formulaire($_GET['action']) ; else $res .= fiches_a_valider();
break;
case BAZ_VOIR_GESTION_DROITS: $res .= baz_gestion_droits();
break;
default :
$res .= baz_liste($GLOBALS['_BAZAR_']['id_typeannonce']);
}
}
return $res ;
}
 
 
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: bazar.php,v $
* Revision 1.45 2007-09-18 14:24:01 alexandre_tb
* onglet administrer
*
* Revision 1.44 2007-09-06 15:39:28 alexandre_tb
* fixation d une valeur par defaut a la variable vue pour
* eviter un ecran vide si pas de parametres dans le menu
*
* Revision 1.43 2007-08-27 12:26:04 alexandre_tb
* Mise en place de l action BAZ_VOIR_ADMIN
*
* Revision 1.42 2007-07-05 08:29:24 alexandre_tb
* modification du charset iso-8859-1 vers utf8 lors l'envoie des entetes xml.
*
* Revision 1.41 2007-07-04 10:05:12 alexandre_tb
* ajout d une variable $_GET['vue'] en complement de la variable action.
* Elle correspond aux 6 vues du bazar (consulter, mes fiches, s'abonner, saisir, administrer, gestion des droits)
*
* Revision 1.40 2007/04/11 08:30:12 neiluj
* remise en état du CVS...
*
* Revision 1.35.2.2 2007/03/07 16:53:17 jp_milcent
* Suppression du query string "action" et non pas "nature"
*
* Revision 1.35.2.1 2007/02/15 13:42:16 jp_milcent
* Utilisation de IN à la place du = dans les requêtes traitant les catégories de fiches.
* Permet d'utiliser la syntaxe 1,2,3 dans la configuration de categorie_nature.
*
* Revision 1.35 2006/10/05 08:53:50 florian
* amelioration moteur de recherche, correction de bugs
*
* Revision 1.34 2006/09/04 15:25:12 alexandre_tb
* ajout d'un id dans la balise HTML du titre
*
* Revision 1.33 2006/06/21 15:41:42 alexandre_tb
* rétablissement du menu mes fiches
*
* Revision 1.32 2006/06/21 15:40:15 alexandre_tb
* rétablissement du menu mes fiches
*
* Revision 1.31 2006/05/19 13:54:32 florian
* stabilisation du moteur de recherche, corrections bugs, lien recherche avancee
*
* Revision 1.30 2006/04/28 12:46:14 florian
* integration des liens vers annuaire
*
* Revision 1.29 2006/04/24 10:16:22 alexandre_tb
* ajout de la globale filtre.
* elle remplace (à terme) catégorie nature
*
* Revision 1.28 2006/03/29 13:05:41 alexandre_tb
* utilisation de la classe Administrateur_bazar
*
* Revision 1.27 2006/02/07 11:08:36 alexandre_tb
* utilisation de la classe Utilisateur_bazar pour la vérification des droits
*
* Revision 1.26 2006/02/06 09:33:53 alexandre_tb
* modification de l'affichage lors de la saisie de fiche
*
* Revision 1.25 2006/01/30 17:25:38 alexandre_tb
* correction de bugs
*
* Revision 1.24 2006/01/26 11:06:43 alexandre_tb
* ajout d'une requete pour recupere l'id_nature si un id_fiche est passé dans l'url
*
* Revision 1.23 2006/01/17 10:07:36 alexandre_tb
* en cours
*
* Revision 1.22 2006/01/16 15:11:28 alexandre_tb
* simplification code
*
* Revision 1.21 2006/01/13 14:12:52 florian
* utilisation des temlates dans la table bazar_nature
*
* Revision 1.20 2006/01/05 16:28:25 alexandre_tb
* prise en chage des checkbox, reste la mise à jour à gérer
*
* Revision 1.19 2006/01/03 10:19:31 florian
* Mise à jour pour accepter des parametres dans papyrus: faire apparaitre ou non le menu, afficher qu'un type de fiches, définir l'action par défaut...
*
* Revision 1.18 2005/12/02 10:57:03 florian
* MAJ pour paramétrage dans gestion de menus papyrus
*
* Revision 1.17 2005/12/01 16:05:41 florian
* changement des chemins pour appli Pear
*
* Revision 1.16 2005/12/01 15:31:30 florian
* correction bug modifs et saisies
*
* Revision 1.15 2005/11/30 13:58:45 florian
* ajouts graphisme (logos, boutons), changement structure SQL bazar_fiche
*
* Revision 1.14 2005/11/24 16:17:13 florian
* corrections bugs, ajout des cases à cocher
*
* Revision 1.13 2005/11/14 16:04:54 florian
* maj bug affichage flux
*
* Revision 1.12 2005/11/07 17:05:46 florian
* amélioration validation conditions de saisie, ajout des règles spécifiques de saisie des formulaires
*
* Revision 1.11 2005/10/21 16:15:04 florian
* mise a jour appropriation
*
* Revision 1.10 2005/10/12 17:20:33 ddelon
* Reorganisation calendrier + applette
*
* Revision 1.9 2005/10/12 13:35:07 florian
* amélioration de l'interface de bazar, de manière a simplifier les consultations, et à harmoniser par rapport aux Ressources
*
* Revision 1.8 2005/09/30 13:00:05 ddelon
* Fiche bazar generique
*
* Revision 1.7 2005/09/30 12:34:44 ddelon
* petite modification pour integration bazar dans papyrus
*
* Revision 1.6 2005/09/30 12:22:54 florian
* Ajouts commentaires pour fiche, modifications graphiques, maj SQL
*
* Revision 1.4 2005/07/21 19:03:12 florian
* nouveautés bazar: templates fiches, correction de bugs, ...
*
* Revision 1.2 2005/02/22 15:33:32 florian
* integration dans Papyrus
*
* Revision 1.1.1.1 2005/02/17 18:05:11 florian
* Import initial de Bazar
*
* Revision 1.1.1.1 2005/02/17 11:09:50 florian
* Import initial
*
* Revision 1.1.1.1 2005/02/16 18:06:35 florian
* import de la nouvelle version
*
* Revision 1.3 2004/07/05 15:10:14 florian
* changement interface de saisie
*
* Revision 1.2 2004/07/01 10:13:41 florian
* modif Florian
*
* Revision 1.1 2004/06/23 09:58:32 alex
* version initiale
*
* Revision 1.1 2004/06/18 09:00:07 alex
* version initiale
*
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
?>
/tags/2014-08-05_centre/client/bazar/configuration/baz_config.inc.php
New file
0,0 → 1,275
<?php
/*vim: set expandtab tabstop=4 shiftwidth=4: */
// +------------------------------------------------------------------------------------------------------+
// | PHP version 4.1 |
// +------------------------------------------------------------------------------------------------------+
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
// +------------------------------------------------------------------------------------------------------+
// | This library is free software; you can redistribute it and/or |
// | modify it under the terms of the GNU Lesser General Public |
// | License as published by the Free Software Foundation; either |
// | version 2.1 of the License, or (at your option) any later version. |
// | |
// | This library is distributed in the hope that it will be useful, |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | Lesser General Public License for more details. |
// | |
// | You should have received a copy of the GNU Lesser General Public |
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: baz_config.inc.php,v 1.30 2007-07-04 10:04:40 alexandre_tb Exp $
/**
* Fichier de configuration du bazar
*
* A éditer de façon spécifique à chaque déploiement
*
*@package bazar
//Auteur original :
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
*@author Florian SCHMITT <florian@ecole-et-nature.org>
//Autres auteurs :
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.30 $ $Date: 2007-07-04 10:04:40 $
// +------------------------------------------------------------------------------------------------------+
*/
 
// +------------------------------------------------------------------------------------------------------+
// | LES CONSTANTES DES ACTIONS DE BAZAR |
// +------------------------------------------------------------------------------------------------------+
 
define ('BAZ_VOIR_TOUTES_ANNONCES', 1) ;
define ('BAZ_ACTION_VOIR_VOS_ANNONCES', 2);
define ('BAZ_DEPOSER_ANNONCE', 3) ;
define ('BAZ_ANNONCES_A_VALIDER', 4) ;
define ('BAZ_GERER_DROITS', 5) ;
define ('BAZ_ADMINISTRER_ANNONCES', 6) ;
define ('BAZ_MODIFIER_FICHE', 7) ;
if (!defined('BAZ_VOIR_FICHE')) define ('BAZ_VOIR_FICHE', 8) ;
define ('BAZ_SUPPRIMER_FICHE', 9) ;
define ('BAZ_ACTION_NOUVEAU', 10) ;
define ('BAZ_ACTION_NOUVEAU_V', 11) ;
define ('BAZ_ACTION_MODIFIER', 12) ;
define ('BAZ_ACTION_MODIFIER_V', 13) ;
define ('BAZ_ACTION_SUPPRESSION', 14) ;
define ('BAZ_ACTION_PUBLIER', 15) ;
define ('BAZ_ACTION_PAS_PUBLIER', 16) ;
define ('BAZ_S_INSCRIRE', 17);
define ('BAZ_VOIR_FLUX_RSS', 18);
 
// Constante des noms des variables
define ('BAZ_VARIABLE_VOIR', 'vue');
define ('BAZ_VARIABLE_ACTION', 'action');
/** Indique les onglets de vues à afficher.*/
define ('BAZ_VOIR_AFFICHER', '2,5,6');// Indiquer les numéros des vues séparés par des virgules.
/** Permet d'indiquer la vue par défaut si la variable vue n'est pas défini dans l'url ou dans les paramêtre du menu Papyrus.*/
define ('BAZ_VOIR_DEFAUT', '2');
define ('BAZ_VOIR_CONSULTER', 1);
define ('BAZ_VOIR_MES_FICHES', 2);
define ('BAZ_VOIR_S_ABONNER', 3);
define ('BAZ_VOIR_SAISIR', 4);
define ('BAZ_VOIR_ADMIN', 5);
define ('BAZ_VOIR_GESTION_DROITS', 6);
 
 
//==================================== LES FLUX RSS==================================
// Constantes liées aux flux RSS
//==================================================================================
 
define('BAZ_CREER_FICHIERS_XML',0); //0=ne cree pas le fichier XML dans rss/; 1=cree le fichier XML dans rss/
define('BAZ_RSS_NOMSITE','gentiana.org'); //Nom du site indiqué dans les flux rss
define('BAZ_RSS_ADRESSESITE','http://www.gentiana.org/'); //Adresse Internet du site indiqué dans les flux rss
define('BAZ_RSS_DESCRIPTIONSITE','Gentiana, Société botanique dauphinoise Dominique Villars.'); //Description du site indiquée dans les flux rss
define('BAZ_RSS_LOGOSITE','http://www.gentiana.org/sites/gentiana/generique/images/graphisme/logo_gentiana.png'); //Logo du site indiqué dans les flux rss
define('BAZ_RSS_MANAGINGEDITOR', 'p.salen@gentiana.org') ; //Managing editor du site
define('BAZ_RSS_WEBMASTER', 'p.salen@gentiana.org') ; //Mail Webmaster du site
define('BAZ_RSS_CATEGORIE', 'Botanique'); //catégorie du flux RSS
 
 
//==================================== PARAMETRAGE =================================
// Pour régler certaines fonctionnalité de l'application
//==================================================================================
 
define ('BAZ_ETAT_VALIDATION', 0);
//Valeur par défaut d'état de la fiche annonce après saisie
//Mettre 0 pour 'en attente de validation d'un administrateur'
//Mettre 1 pour 'directement validée en ligne'
 
define ('BAZ_TAILLE_MAX_FICHIER', 2000*1024);
//Valeur maximale en octets pour la taille d'un fichier joint à télécharger
 
define ('BAZ_TYPE_AFFICHAGE_LISTE', 'jma');
$GLOBALS['_BAZAR_']['db'] =& $GLOBALS['_GEN_commun']['pear_db'];
$GLOBALS['AUTH'] =& $GLOBALS['_GEN_commun']['pear_auth'];
define ('BAZ_ANNUAIRE','annuaire'); //Table annuaire
define ('BAZ_CHAMPS_ID','a_id'); //Champs index sur la table annuaire
define ('BAZ_CHAMPS_NOM','a_nom'); //Champs nom sur la table annuaire
define ('BAZ_CHAMPS_PRENOM','a_prenom'); //Champs prenom sur la table annuaire
define ('BAZ_CHAMPS_EST_STRUCTURE','a_est_structure'); //Champs indiquant si c'est une structure qui est identifiée
define ('BAZ_CHAMPS_EMAIL','a_mail'); //Champs prenom sur la table annuaire
define ('BAZ_CHAMPS_NOM_WIKI','a_nom_wikini'); //Champs nom wikini sur la table annuaire
 
/** Réglage des droits pour déposer des annonces */
// Mettre à true pour limiter le dépot aux rédacteurs
define ('BAZ_RESTREINDRE_DEPOT', 0) ;
 
/** Réglage de l'affichage de la liste deroulante pour la saisie des dates */
// Mettre à true pour afficher une liste deroulante vide pour la saisie des dates
define ('BAZ_DATE_VIDE', 0);
 
/** Réglage de l'URL de l'annuaire */
// Mettre l'URL correspondant à l'annuaire
define ('BAZ_URL_ANNUAIRE', 'http://www.gentiana.org/page:annuaire');
 
// Mettre à true pour faire apparaitre un champs texte déroulant dans le formulaire
// de recherche des fiches, pour choisir les émetteurs
define ('BAZ_RECHERCHE_PAR_EMETTEUR', 1) ;
 
$GLOBALS['_BAZAR_']['url'] = $GLOBALS['_GEN_commun']['url'];
 
//BAZ_CHEMIN_APPLI : chemin vers l'application bazar METTRE UN SLASH (/) A LA FIN!!!!
define('BAZ_CHEMIN_APPLI', PAP_CHEMIN_RACINE.'client/bazar/');
 
/**Choix de l'affichage (true) ou pas (false) de l'email du rédacteur dans la fiche.*/
define('BAZ_FICHE_REDACTEUR_MAIL', false);// true ou false
 
//==================================== LES LANGUES ==================================
// Constantes liées à l'utilisation des langues
//==================================================================================
$GLOBALS['_BAZAR_']['langue'] = 'fr-FR';
define ('BAZ_LANGUE_PAR_DEFAUT', 'fr') ; //Indique un code langue par défaut
define ('BAZ_VAR_URL_LANGUE', 'lang') ; //Nom de la variable GET qui sera passée dans l'URL (Laisser vide pour les sites monolingues)
//code pour l'inclusion des langues NE PAS MODIFIER
if (BAZ_VAR_URL_LANGUE != '' && isset (${BAZ_VAR_URL_LANGUE})) {
include_once BAZ_CHEMIN_APPLI.'langues/baz_langue_'.${BAZ_VAR_URL_LANGUE}.'.inc.php';
} else {
include_once BAZ_CHEMIN_APPLI.'langues/baz_langue_'.BAZ_LANGUE_PAR_DEFAUT.'.inc.php';
}
 
// Option concernant la division des resultats en pages
define ('BAZ_NOMBRE_RES_PAR_PAGE', 30);
define ('BAZ_MODE_DIVISION', 'Jumping'); // 'Jumping' ou 'Sliding' voir http://pear.php.net/manual/fr/package.html.pager.compare.php
define ('BAZ_DELTA', 12); // Le nombre de page à afficher avant le 'next';
 
/** Réglage de l'affichage du formulaire de recherche avancee */
// Mettre à true pour afficher automatiquement le formulaire de recherche avancee, à false pour avoir un lien afficher la recherche avancee
define ('BAZ_MOTEUR_RECHERCHE_AVANCEE', 1);
 
/** Réglage de l'utilisation ou non des templates */
// Mettre à true pour afficher les pages incluses dans la base bazar_template, à false sinon
define ('BAZ_UTILISE_TEMPLATE', 0);
 
// Mettre ici le type d'annonce qui va s'afficher dans les calendriers.
// Il est possible d'indiquer plusieurs identifiant de nature de fiche (bn_id_nature) en séparant les nombre par des
// virgules : '1,2,3'
define ('BAZ_NUM_ANNONCE_CALENDRIER', 3);
 
define ('BAZ_CHEMIN_SQUELETTE', BAZ_CHEMIN_APPLI.'squelettes'.GEN_SEP);
define ('BAZ_SQUELETTE_DEFAUT', 'baz_cal.tpl.html');
 
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: baz_config.inc.php,v $
* Revision 1.30 2007-07-04 10:04:40 alexandre_tb
* ajout d une variable $_GET['vue'] en complement de la variable action.
* Elle correspond aux 6 vues du bazar (consulter, mes fiches, s'abonner, saisir, administrer, gestion des droits)
*
* Revision 1.29 2007-06-25 09:57:37 alexandre_tb
* ajout de constante sur le chemin par defaut des squelettes
*
* Revision 1.28 2007/04/20 09:57:21 florian
* correction bugs suite au merge
*
* Revision 1.27 2007/04/11 08:30:12 neiluj
* remise en état du CVS...
*
* Revision 1.21.2.1 2007/02/15 13:43:54 jp_milcent
* Ajout de commentaire pour la constante utilisée par le Calendrier.
*
* Revision 1.21 2006/10/05 08:53:50 florian
* amelioration moteur de recherche, correction de bugs
*
* Revision 1.20 2006/07/04 13:59:01 alexandre_tb
* Ajout de la constante BAZ_NUM_ANNONCE_CALENDRIER dans le fichier de conf. Elle indique le type d'annonce que le calendrier doit afficher
*
* Revision 1.19 2006/06/21 15:40:15 alexandre_tb
* rétablissement du menu mes fiches
*
* Revision 1.18 2006/06/02 09:29:30 florian
* ajout constante nom wikini
*
* Revision 1.17 2006/05/19 13:53:57 florian
* stabilisation du moteur de recherche, corrections bugs, lien recherche avancee
*
* Revision 1.16 2006/05/17 09:48:48 alexandre_tb
* Ajout des constantes pour le découpage en page
*
* Revision 1.15 2006/04/28 12:46:14 florian
* integration des liens vers annuaire
*
* Revision 1.14 2006/03/24 09:23:30 alexandre_tb
* ajout de la variable globale $GLOBALS['_BAZAR_']['filtre']
*
* Revision 1.13 2006/03/14 17:10:21 florian
* ajout des fonctions de syndication, changement du moteur de recherche
*
* Revision 1.12 2006/02/07 13:57:41 alexandre_tb
* ajout de la constante pour masquer la liste des émetteurs
*
* Revision 1.11 2006/01/18 10:03:36 florian
* recodage de l'insertion et de la maj des données relatives aux listes et checkbox dans des formulaires
*
* Revision 1.10 2006/01/03 10:19:31 florian
* Mise à jour pour accepter des parametres dans papyrus: faire apparaitre ou non le menu, afficher qu'un type de fiches, définir l'action par défaut...
*
* Revision 1.9 2005/12/16 15:47:54 alexandre_tb
* ajout de l'option restreindre dépôt
*
* Revision 1.8 2005/10/24 09:42:21 florian
* mise a jour appropriation
*
* Revision 1.7 2005/10/21 16:15:04 florian
* mise a jour appropriation
*
* Revision 1.6 2005/09/30 12:22:54 florian
* Ajouts commentaires pour fiche, modifications graphiques, maj SQL
*
* Revision 1.4 2005/07/21 19:03:12 florian
* nouveautés bazar: templates fiches, correction de bugs, ...
*
* Revision 1.2 2005/02/22 15:34:17 florian
* integration dans Papyrus
*
* Revision 1.1.1.1 2005/02/17 18:05:11 florian
* Import initial de Bazar
*
* Revision 1.1.1.1 2005/02/17 11:09:50 florian
* Import initial
*
* Revision 1.1.1.1 2005/02/16 18:06:35 florian
* import de la nouvelle version
*
* Revision 1.5 2004/07/08 12:15:32 florian
* ajout constantes pour flux RSS
*
* Revision 1.4 2004/07/06 16:21:54 florian
* débuggage modification + MAJ flux RSS
*
* Revision 1.3 2004/07/02 14:50:47 florian
* ajout configuration de l'etat de l'annonce (visible,masquée,...)
*
* Revision 1.2 2004/07/01 10:13:30 florian
* modif Florian
*
* Revision 1.1 2004/06/23 09:58:32 alex
* version initiale
*
* Revision 1.1 2004/06/18 09:00:41 alex
* version initiale
*
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
?>
/tags/2014-08-05_centre/client/bazar/bazar.interne.css
New file
0,0 → 1,260
/*
+----------------------------------------------------------------------------+
| bazar.css |
+----------------------------------------------------------------------------+
| Copyright (c) 2005 Tela Botanica |
+----------------------------------------------------------------------------+
| Feuille de style interne spécifique a l'application Bazar |
+----------------------------------------------------------------------------+
| Auteur : Jean-Pascal MILCENT <jpm@tela-botanica.org> |
+----------------------------------------------------------------------------+
*/
#BAZ_corps {
width:100%;}
#formulaire input, #formulaire textarea, #formulaire select {
border:1px solid #000;}
.enligne {
padding:0;
margin:0;
display:inline;
list-style: none;
list-style-type:none;
background:#FFF;}
/*-------------Les fiches Bazar-------------------------------------------------*/
.BAZ_cadre_fiche {
margin:0 auto;
width:95%;
padding:10px;
border: 1px solid;
-moz-border-radius:10px;
text-indent:0;
font-size:13px;
color:#000;
text-align:justify;
line-height:17px;}
.BAZ_cadre_fiche a {
font-size:14px;
text-decoration:underline;}
.BAZ_cadre_fiche a:hover {
text-decoration:underline;}
#fiche_image {
float:left;
height:150px;
width:150px;}
#fiche_titre {
text-align:left;
width:100%;
padding-left:10px;
background:transparent;
border:0;
font-size:19px;}
#BAZ_description {
min-height:120px;
font-size:15px;
text-align:justify;}
#BAZ_bas_page, .bulle_haut, .bulle_bas {
margin:0;
padding:0;}
.bulle_corps {
margin:0;
padding:10px 5px;
border:1px solid;
-moz-border-radius:10px;}
#formation_qualifiante {
float:right;
margin:0 -15px 0 5px;
height:190px;
width:30px;
background:url(images/BAZ_formation_qualifiante.gif) bottom right no-repeat;}
#formation_diplomante {
float:right;
margin:0 -15px 0 5px;
height:190px;
width:30px;
background:url(images/BAZ_formation_diplomante.gif) bottom right no-repeat;}
#formation_continue {
float:right;
margin:0 -15px 0 5px;
height:190px;
width:30px;
background:url(images/BAZ_formation_continue.gif) bottom right no-repeat;}
.centrer {
clear:both;
margin:0 auto;}
.rubrique {
width:150px;
text-align:left;
font:bold 15px;}
.rubrique_bulle {
width:90px;
text-align:left;
font:bold 15px;
color: #000;}
.infos {
width:70%;
float:left;
min-height:120px;
font:bold 15px;
line-height:25px;}
.bazar_checkbox {
float:left;
width:170px;
font-size:10px;
border:0;}
.lien_wikini {
margin:0;
padding:10px 5px;
border:2px solid;
-moz-border-radius:10px;}
div.lien_wikini a {
padding-left:100px;
color:#FFFFFF;}
.table_bazar th{
font-weight:bold;}
.table_bazar #col1,.table_bazar #col2,.table_bazar #col3,.table_bazar #col4 {
text-align:center;}
 
/* GOOGLE MAP */
.BAZ_cadre_map {
padding:0;
height:250px;
width:400px;
overflow:auto;}
.BAZ_cadre_map .BAZ_cadre_fiche{
padding:0 2px 2px 2px;}
.BAZ_cadre_map .BAZ_fiche_titre, .BAZ_cadre_map .BAZ_fiche{
font-size:13px;
padding:2px;
margin:2px 2px 2px 0;}
#map{
min-height:600px;}
 
/* CALENDRIER APPLETTE*/
.calendrier_applette{
width:140px;}
 
/* CALENDRIER */
#cal_entete{
display:block;
background:transparent url(/client/bazar/images/cal_titre_fond.png) repeat-x;
margin:10px 0;
height:31px;
min-width:300px;
border-left: 2px solid #113054;
border-right: 2px solid #113054;}
#cal_titre_img{
float:right;
display:block;
background:transparent;
padding-bottom:10px;
width:182px;}
#cal_navigation{
display:block;
position:absolute;
background:transparent;
top:10px;
left:20px;}
#cal_precedent_lien, #cal_suivant_lien{
display:block;
position:absolute;
top:12px;
background:transparent;}
#cal_suivant_lien img, #cal_precedent_lien img{
display:block;
border:0;}
#cal_precedent_lien:hover, #cal_suivant_lien:hover, #cal_mois_courrant:hover{
background-color:#b0cdfc;}
#cal_precedent_lien{
left:15px;}
#cal_mois_courrant{
display:block;
position:absolute;
top:14px;
left:40px;
width:100px;
padding:2px 25px;
background-color:#fff;
border:1px inset #113054;
text-align:center;
text-transform:uppercase;
font: bold 14px 'Arial narrow', arial, sans-serif;}
#cal_suivant_lien{
left:195px;}
.calendrier{
font: bold 16px 'Arial narrow', Arial, sans-serif;
border-collapse:separate;
border-spacing:2px;
width:100%;}
/* Problème de la couleur entre les cellules...
.calendrier tbody{
background:white url(/client/bazar/images/cal_img_fond.jpg) 2px 40px repeat-y;}*/
.calendrier th, .calendrier_applette th {
color:white;
background-color:#174984;
border: 1px solid #113054;
text-align:center;}
.calendrier th {
height:20px;
width:14%;
border-width:2px;}
.calendrier td {
height:83px;
width:14%;
border:2px solid #4c4c4c;
vertical-align:top;
text-align:left;
-moz-border-radius:3px;}
.cal_samedi, .cal_dimanche{
background-color:#fff9e7;}
.cal_j{
display:block;
float:right;
padding:2px;}
.cal_jc{
background-color:#c4d9fb;}
.cal_ma{
background-color:#eaeaec;}
.cal_evenemt_liste{
font: normal 10px Arial, sans-serif;
list-style-type:none;/*disc url(/client/bazar/images/cal_pastille.png) inside;*/
margin:20px 0 0 0;
padding:0;}
.cal_evenemt_liste li{
display:block;
background:transparent url(/client/bazar/images/cal_pastille.png) top left no-repeat;}
.cal_evenemt{
margin:0;
padding:0 0 0 13px;}
/* Pour la bibliothèque JS DomToolTip */
div.niceTitle {
background-color: #333333;
color: #FFFFFF;
font-weight: bold;
font-size: 13px;
font-family: "Trebuchet MS", sans-serif;
width: 250px;
left: 0;
top: 0;
padding: 4px;
position: absolute;
text-align: left;
z-index: 20;
-moz-border-radius: 0 10px 10px 10px;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
-moz-opacity: .87;
-khtml-opacity: .87;
opacity: .87;}
div.niceTitle .contents {
margin: 0;
padding: 0 3px;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;}
div.niceTitle p {
color: #D17E62;
font-size: 9px;
padding: 3px 0 0 0;
margin: 0;
text-align: left;
-moz-opacity: 1;}
/tags/2014-08-05_centre/client/bazar/bibliotheque/bazar.fonct.rss.php
New file
0,0 → 1,1480
<?php
/*vim: set expandtab tabstop=4 shiftwidth=4: */
// +------------------------------------------------------------------------------------------------------+
// | PHP version 4.1 |
// +------------------------------------------------------------------------------------------------------+
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
// +------------------------------------------------------------------------------------------------------+
// | This library is free software; you can redistribute it and/or |
// | modify it under the terms of the GNU Lesser General Public |
// | License as published by the Free Software Foundation; either |
// | version 2.1 of the License, or (at your option) any later version. |
// | |
// | This library is distributed in the hope that it will be useful, |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | Lesser General Public License for more details. |
// | |
// | You should have received a copy of the GNU Lesser General Public |
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: bazar.fonct.rss.php,v 1.99.2.10 2008-02-04 13:03:09 alexandre_tb Exp $
/**
*
*@package bazar
//Auteur original :
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
*@author Florian Schmitt <florian@ecole-et-nature.org>
//Autres auteurs :
*@copyright Tela-Botanica 2000-2006
*@version $Revision: 1.99.2.10 $
// +------------------------------------------------------------------------------------------------------+
*/
 
// +------------------------------------------------------------------------------------------------------+
// | ENTETE du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+
 
require_once BAZ_CHEMIN_APPLI.'bibliotheque/bazar.class.php';
require_once BAZ_CHEMIN_APPLI.'bibliotheque/bazar.fonct.php';
 
 
/** baz_valeur_template() - Renvoi des valeurs inscrite dans le fichier de template
*
* @param string valeur du template de bazar_nature
*
* @return mixed tableau contenant les champs du fichier template
*/
function baz_valeurs_template($valeur_template) {
//Parcours du fichier de templates, pour mettre les champs specifiques
$tableau= array();
$nblignes=0;
$chaine = explode ("\n", $valeur_template);
array_pop($chaine);
foreach ($chaine as $ligne) {
$souschaine = explode ("***", $ligne) ;
$tableau[$nblignes]['type'] = trim($souschaine[0]) ;
if (isset($souschaine[1])) {$tableau[$nblignes]['nom_bdd'] = trim($souschaine[1]);}
else {$tableau[$nblignes]['nom_bdd'] ='';}
if (isset($souschaine[2])) $tableau[$nblignes]['label'] = trim($souschaine[2]);
else {$tableau[$nblignes]['label'] ='';}
if (isset($souschaine[3])) $tableau[$nblignes]['limite1'] = trim($souschaine[3]);
else {$tableau[$nblignes]['limite1'] ='';}
if (isset($souschaine[4])) $tableau[$nblignes]['limite2'] = trim($souschaine[4]);
else {$tableau[$nblignes]['limite2'] ='';}
if (isset($souschaine[5])) $tableau[$nblignes]['defaut'] = trim($souschaine[5]);
else {$tableau[$nblignes]['defaut'] ='';}
if (isset($souschaine[6])) $tableau[$nblignes]['table_source'] = trim($souschaine[6]);
else {$tableau[$nblignes]['table_source'] ='';}
if (isset($souschaine[7])) $tableau[$nblignes]['id_source'] = trim($souschaine[7]);
else {$tableau[$nblignes]['id_source'] ='';}
if (isset($souschaine[8])) $tableau[$nblignes]['obligatoire'] = trim($souschaine[8]);
else {$tableau[$nblignes]['obligatoire'] ='';}
if (isset($souschaine[9])) $tableau[$nblignes]['recherche'] = trim($souschaine[9]);
else {$tableau[$nblignes]['recherche'] ='';}
// traitement des cases � cocher, dans ce cas la, on a une table de jointure entre la table
// de liste et la table bazar_fiche (elle porte un nom du genre bazar_ont_***)
// dans le template, � la place d'un nom de champs dans 'nom_bdd', on a un nom de table
// et 2 noms de champs s�par�s par un virgule ex : bazar_ont_theme,bot_id_theme,bot_id_fiche
if (isset($tableau[$nblignes]['nom_bdd']) && preg_match('/,/', $tableau[$nblignes]['nom_bdd'])) {
$tableau_info_jointe = explode (',', $tableau[$nblignes]['nom_bdd']) ;
$tableau[$nblignes]['table_jointe'] = $tableau_info_jointe[0] ;
$tableau[$nblignes]['champs_id_fiche'] = $tableau_info_jointe[1] ;
$tableau[$nblignes]['champs_id_table_jointe'] = $tableau_info_jointe[2] ;
}
$nblignes++;
}
return $tableau;
}
 
/** baz_voir_fiches() - Permet de visualiser en detail une liste de fiche au format XHTML
*
* @global boolean Rajoute des informations internes a l'application (date de modification, lien vers la page de d�part de l'appli)
* @global integer Tableau d(Identifiant des fiches a afficher
*
* @return string HTML
*/
function baz_voir_fiches($danslappli, $idfiches=array()) {
$res='';
foreach($idfiches as $idfiche) {
$res.=baz_voir_fiche($danslappli, $idfiche);
}
return $res;
}
 
 
/** baz_voir_fiche() - Permet de visualiser en detail une fiche au format XHTML
*
* @global boolean Rajoute des informations internes a l'application (date de modification, lien vers la page de depart de l'appli) si a 1
* @global integer Identifiant de la fiche a afficher
*
* @return string HTML
*/
function baz_voir_fiche($danslappli, $idfiche='') {
$res='';
if (isset($_GET['id_fiche'])) $GLOBALS['_BAZAR_']['id_fiche'] = $_GET['id_fiche'];
if ($idfiche != '') $GLOBALS['_BAZAR_']['id_fiche'] = $idfiche;
$url = $GLOBALS['_BAZAR_']['url'];
$url->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
$url->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
$url = preg_replace ('/&amp;/', '&', $url->getURL()) ;
//cas ou la fiche a ete validee
if (isset($_GET['publiee'])) {
publier_fiche($_GET['publiee']);
}
//cas on une structure s'approprie une ressource
if (isset($_GET['appropriation'])) {
if ($_GET['appropriation']==1) {
$requete = 'INSERT INTO bazar_appropriation VALUES ('.$GLOBALS['_BAZAR_']['id_fiche'].', '.$GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_ID).')';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
}
elseif ($_GET['appropriation']==0) {
$requete = 'DELETE FROM bazar_appropriation WHERE ba_ce_id_fiche='.$GLOBALS['_BAZAR_']['id_fiche'].' AND ba_ce_id_structure='.$GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_ID);
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
}
}
//cas ou un commentaire a ete entre
if (isset($_POST['Nom'])) {
$requete = 'INSERT INTO bazar_commentaires VALUES ('.
baz_nextid('bazar_commentaires', 'bc_id_commentaire', $GLOBALS['_BAZAR_']['db']).
', '.$GLOBALS['_BAZAR_']['id_fiche'].', "'.$_POST['Nom'].'", "'.$_POST['Commentaire'].
'", NOW() )';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
}
//cas ou un commentaire va etre supprime
elseif (isset($_GET['id_commentaire'])) {
$requete = 'DELETE FROM bazar_commentaires WHERE bc_id_commentaire='.$_GET['id_commentaire'].' LIMIT 1';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
}
else {
if (isset($_GET[BAZ_VARIABLE_ACTION])) {
if ($_GET[BAZ_VARIABLE_ACTION]==BAZ_VOIR_FICHE) {
//sinon on met a jour le nb de visites pour la fiche, puisque c'est une simple consultation
$requete = 'UPDATE bazar_fiche SET bf_nb_consultations=bf_nb_consultations+1 WHERE bf_id_fiche='.$GLOBALS['_BAZAR_']['id_fiche'];
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
}
}
}
$requete = 'SELECT * FROM bazar_fiche,bazar_nature WHERE bf_ce_nature=bn_id_nature and bf_id_fiche='.$GLOBALS['_BAZAR_']['id_fiche'];
 
if (isset($GLOBALS['_BAZAR_']['langue'])) $requete .= ' and bn_ce_i18n like "'.$GLOBALS['_BAZAR_']['langue'].'"';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
(DB::isError($resultat)) ? die (BOG_afficherErreurSql(__FILE__, __LINE__, $resultat->getMessage(), $requete))
: '';
$ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC) ;
if (!isset($GLOBALS['_BAZAR_']['typeannonce'])) $GLOBALS['_BAZAR_']['typeannonce'] = $ligne['bf_ce_nature'];
if (!isset($GLOBALS['_BAZAR_']['fiche_valide'])) $GLOBALS['_BAZAR_']['fiche_valide'] = $ligne['bf_statut_fiche'];
//on verifie si l'utilisateur est administrateur
$est_admin=0;
// Si on vient de l applette calendrier, $GLOBALS['_BAZAR_']['id_typeannonce'] est vide ...
// mais on dispose de la constante BAZ_NUM_ANNONCE_CALENDRIER
if (!isset($GLOBALS['_BAZAR_']['id_typeannonce']) && defined('BAZ_NUM_ANNONCE_CALENDRIER')) $GLOBALS['_BAZAR_']['id_typeannonce'] = BAZ_NUM_ANNONCE_CALENDRIER;
if (!isset($GLOBALS['_BAZAR_']['template'])) $GLOBALS['_BAZAR_']['template'] = $ligne['bn_template'];
if (!isset($GLOBALS['_BAZAR_']['commentaire'])) $GLOBALS['_BAZAR_']['commentaire'] = $ligne['bn_commentaire'];
if (!isset($GLOBALS['_BAZAR_']['class'])) $GLOBALS['_BAZAR_']['class'] = $ligne['bn_label_class'];
$utilisateur = new Administrateur_bazar ($GLOBALS['AUTH']);
if ($utilisateur->isAdmin($ligne['bn_id_nature']) || $utilisateur->isSuperAdmin()) {
$est_admin=1;
}
//debut de la fiche
$res .= '<div class="BAZ_cadre_fiche BAZ_cadre_fiche_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
//affiche le titre sous forme d'image
if (isset ($GLOBALS['_BAZAR_']['image_titre']) && $GLOBALS['_BAZAR_']['image_titre']!='') {
$res .= '<img class="BAZ_img_titre" src="client/bazar/images/'.$GLOBALS['_BAZAR_']['image_titre'].'" alt="'.$ligne['bn_label_nature'].'" />'.'<br />'."\n";
}
//affiche le texte sinon
else {
$res .= '<h2 class="BAZ_titre BAZ_titre_'.$GLOBALS['_BAZAR_']['class'].'">'.$ligne['bn_label_nature'].'</h2>'."\n";
}
$GLOBALS['_BAZAR_']['annonceur'] = $ligne['bf_ce_utilisateur'] ;
//si le template existe, on genere le template
if ((file_exists(BAZ_CHEMIN_APPLI.'templates/'.$GLOBALS['_BAZAR_']['typeannonce'].'-fiche.php'))) {
include_once(BAZ_CHEMIN_APPLI.'templates/'.$GLOBALS['_BAZAR_']['typeannonce'].'-fiche.php');
$res .=genere_fiche($ligne);
}
//on affiche ligne par ligne sinon
else {
// Le titre
$res .= '<h1 class="BAZ_fiche_titre BAZ_fiche_titre_'.$GLOBALS['_BAZAR_']['class'].'">'.$ligne['bf_titre'].'</h1>'."\n";
// cas d'une image personalisee
if (isset($ligne['bf_url_image'])) {
$res .= '<div class="BAZ_fiche_image BAZ_fiche_image_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
$res .= '<img class="BAZ_image" src="client/bazar/upload/'.$ligne['bf_url_image'].'" border=0 alt="'.BAZ_TEXTE_IMG_ALTERNATIF.'" />'."\n";
$res .= '</div>'."\n";
}
//cas d'une image par defaut
elseif (isset ($GLOBALS['_BAZAR_']['image_logo']) && $GLOBALS['_BAZAR_']['image_logo']!='') {
$res .= '<div class="BAZ_fiche_image BAZ_fiche_image_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
$res .= '<img class="BAZ_image" src="client/bazar/images/'.$GLOBALS['_BAZAR_']['image_logo'].'" border=0 alt="'.BAZ_TEXTE_IMG_ALTERNATIF.'" width="130" height="130" />'."\n";
$res .= '</div>'."\n";
}
$res .= '<div class="BAZ_description BAZ_description_'.$GLOBALS['_BAZAR_']['class'].'">'.nl2br($ligne['bf_description']).'</div>'."\n";
$tableau=baz_valeurs_template($GLOBALS['_BAZAR_']['template']);
for ($i=0; $i<count($tableau); $i++) {
if (isset($ligne[$tableau[$i]['nom_bdd']]) && ( $tableau[$i]['type']=='texte' || $tableau[$i]['type']=='textelong' ) ) {
$val=$tableau[$i]['nom_bdd'];
if (!in_array($val, array ('bf_titre', 'bf_description'))) {
if ($ligne[$val] != '' and $ligne[$val] != BAZ_CHOISIR and $ligne[$val] != BAZ_NON_PRECISE) {
$res .= '<div class="BAZ_rubrique BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'">'."\n".'<span class="BAZ_label" id="'.$tableau[$i]['nom_bdd'].'_rubrique">'.$tableau[$i]['label'].':</span>'."\n";
$res .= '<span class="BAZ_texte BAZ_texte_'.$GLOBALS['_BAZAR_']['class'].'" id="'.$tableau[$i]['nom_bdd'].'_description"> '.nl2br($ligne[$val]).'</span>'."\n".'</div>'."\n";
}
}
}
elseif ( $tableau[$i]['type']=='champs_mail' ) {
$val=$tableau[$i]['nom_bdd'];
if ($ligne[$val] != '' and $ligne[$val] != BAZ_CHOISIR and $ligne[$val] != BAZ_NON_PRECISE) {
$res .= '<div class="BAZ_rubrique BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'">'."\n".'<span class="BAZ_label" id="'.$tableau[$i]['nom_bdd'].'_rubrique">'.$tableau[$i]['label'].':</span>'."\n";
$res .= '<span class="BAZ_texte BAZ_texte_'.$GLOBALS['_BAZAR_']['class'].'" id="'.$tableau[$i]['nom_bdd'].'_description"><a href="mailto:'.$ligne[$val].'"> '.nl2br($ligne[$val]).'</a></span>'."\n".'</div>'."\n";
}
}
elseif ( $tableau[$i]['type']=='liste' || $tableau[$i]['type']=='checkbox' ) {
//pour les champs renseignes par une liste, on va chercher le label de la liste, plutot que l'id
$requete = 'SELECT blv_label FROM bazar_fiche_valeur_liste, bazar_liste_valeurs WHERE bfvl_ce_fiche='.$GLOBALS['_BAZAR_']['id_fiche'].
' AND bfvl_ce_liste='.$tableau[$i]['nom_bdd'].' AND bfvl_valeur=blv_valeur AND blv_ce_liste='.$tableau[$i]['nom_bdd'].' AND blv_ce_i18n="'.$GLOBALS['_BAZAR_']['langue'].'"';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError ($resultat)) {
die ($resultat->getMessage().'<br />'.$resultat->getDebugInfo()) ;
}
$val='';$nb=0;
while ($tab = $resultat->fetchRow()) {
if ($nb>0) $val .= ', ';
$val .= $tab[0];
$nb++;
}
if ($val != '' and $val != BAZ_CHOISIR and $val != BAZ_NON_PRECISE) {
$res .= '<div class="BAZ_rubrique BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'">'."\n".'<span class="BAZ_label" id="rubrique_'.$tableau[$i]['nom_bdd'].'">'.$tableau[$i]['label'].':</span>'."\n";
$res .= '<span class="BAZ_texte BAZ_texte_'.$GLOBALS['_BAZAR_']['class'].'" id="description_'.$tableau[$i]['nom_bdd'].'"> '.$val.'</span>'."\n".'</div>'."\n";
}
}
elseif ( $tableau[$i]['type']=='listedatedeb' || $tableau[$i]['type']=='listedatefin' ) {
$val=$tableau[$i]['nom_bdd'];
if (!in_array($val, array ('bf_date_debut_validite_fiche', 'bf_date_fin_validite_fiche'))) {
if ($ligne[$val] != '' && $ligne[$val] != '0000-00-00') {
// Petit test pour afficher la date de debut et de fin d evenement
if ($val == 'bf_date_debut_evenement' || $val == 'bf_date_fin_evenement') {
if ($ligne['bf_date_debut_evenement'] == $ligne['bf_date_fin_evenement']) {
if ($val == 'bf_date_debut_evenement') continue;
$res .= '<div class="BAZ_rubrique BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'">'."\n".'<span class="BAZ_label" id="'.$tableau[$i]['nom_bdd'].'_rubrique">'.BAZ_LE.':</span>'."\n";
$res .= '<span class="BAZ_texte BAZ_texte_'.$GLOBALS['_BAZAR_']['class'].'" id="'.$tableau[$i]['nom_bdd'].'_description"> '.strftime('%d.%m.%Y',strtotime($ligne['bf_date_debut_evenement'])).'</span>'."\n".'</div>'."\n";
continue;
} else {
if ($val == 'bf_date_debut_evenement') {
$res .= '<div class="BAZ_rubrique BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'">'."\n".'<span class="BAZ_label" id="'.$tableau[$i]['nom_bdd'].'_rubrique">';
$res .= BAZ_DU;
$res .= '</span>'."\n".'<span class="BAZ_texte BAZ_texte_'.$GLOBALS['_BAZAR_']['class'].'" id="'.$tableau[$i]['nom_bdd'].'_description"> '.strftime('%d.%m.%Y',strtotime($ligne[$val])).'</span>'."\n";
} else {
$res .= '<span class="BAZ_label" id="'.$tableau[$i]['nom_bdd'].'_rubrique">'.BAZ_AU;
$res .= '</span>'."\n".'<span class="BAZ_texte BAZ_texte_'.$GLOBALS['_BAZAR_']['class'].'" id="'.$tableau[$i]['nom_bdd'].'_description"> '.strftime('%d.%m.%Y',strtotime($ligne[$val])).'</span>'."\n".'</div>'."\n";
}
continue;
}
}
$res .= '<div class="BAZ_rubrique BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'">'."\n".'<span class="BAZ_label" id="'.$tableau[$i]['nom_bdd'].'_rubrique">'.$tableau[$i]['label'].':</span>'."\n";
$res .= '<span class="BAZ_texte BAZ_texte_'.$GLOBALS['_BAZAR_']['class'].'" id="'.$tableau[$i]['nom_bdd'].'_description"> '.strftime('%d.%m.%Y',strtotime($ligne[$val])).'</span>'."\n".'</div>'."\n";
}
}
}
elseif ( $tableau[$i]['type']=='wikini' ) {
$res .= '<div class="BAZ_lien_wikini BAZ_lien_wikini_'.$GLOBALS['_BAZAR_']['class'].'"><a href="wikini/'.genere_nom_wiki2($ligne["bf_titre"], TRUE).'">'.BAZ_ENTRER_PROJET.'</a></div>'."\n";
} elseif ($tableau[$i]['type']=='labelhtml') {
// On ecrit le label uniquement si le champs obligatoire est a 1
if ($tableau[$i]['obligatoire'] == 1) $res .= '<div class="BAZ_label BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'">'.$tableau[$i]['label'].'</div>'."\n";
}
}
//afficher les liens pour l'annonce
$requete = 'SELECT bu_url, bu_descriptif_url FROM bazar_url WHERE bu_ce_fiche='.$GLOBALS['_BAZAR_']['id_fiche'];
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
if ($resultat->numRows()>0) {
$res .= '<span class="BAZ_label BAZ_label_'.$GLOBALS['_BAZAR_']['class'].'">'.BAZ_LIEN_INTERNET.':</span>'."\n";
$res .= '<span class="BAZ_description BAZ_description_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
$res .= '<ul class="BAZ_liste BAZ_liste_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
while ($ligne1 = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
$res .= '<li class="BAZ_liste_lien BAZ_liste_lien_'.$GLOBALS['_BAZAR_']['class'].'"><a href="'.$ligne1['bu_url'].'" class="BAZ_lien" target="_blank">'.$ligne1['bu_descriptif_url'].'</a></li>'."\n";
}
$res .= '</ul></span>'."\n";
}
//afficher les fichiers pour l'annonce
$requete = 'SELECT bfj_description, bfj_fichier FROM bazar_fichier_joint WHERE bfj_ce_fiche='.$GLOBALS['_BAZAR_']['id_fiche'];
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
if ($resultat->numRows()>0) {
$res .= '<span class="BAZ_label BAZ_label_'.$GLOBALS['_BAZAR_']['class'].'">'.BAZ_LISTE_FICHIERS_JOINTS.':</span>'."\n";
$res .= '<span class="BAZ_description BAZ_description_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
$res .= '<ul class="BAZ_liste BAZ_liste_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
while ($ligne2 = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
$res .= '<li class="BAZ_liste_fichier BAZ_liste_fichier_'.$GLOBALS['_BAZAR_']['class'].'"><a href="client/bazar/upload/'.$ligne2['bfj_fichier'].'">'.$ligne2['bfj_description'].'</a></li>'."\n";
}
$res .= '</ul></span>'."\n";
}
$res .= '<div class="BAZ_bulle_corps BAZ_bulle_corps_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
$res .= '<div class="BAZ_infos_fiche BAZ_infos_fiche_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
$res .= '<span class="BAZ_nb_vues BAZ_nb_vues_'.$GLOBALS['_BAZAR_']['class'].'">'.BAZ_NB_VUS.$ligne['bf_nb_consultations'].BAZ_FOIS.'</span><br />'."\n";
//affichage du redacteur de la fiche
$requete = 'SELECT '.BAZ_CHAMPS_NOM.', '.BAZ_CHAMPS_PRENOM.', '.BAZ_CHAMPS_EMAIL.
' FROM '.BAZ_ANNUAIRE.' WHERE '.BAZ_CHAMPS_ID.'='.$ligne['bf_ce_utilisateur'];
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
while ($redacteur = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
$res .= '<span class="BAZ_fiche_ecrite">'.BAZ_FICHE_NUMERO.$GLOBALS['_BAZAR_']['id_fiche'].BAZ_ECRITE;
if (!defined('BAZ_FICHE_REDACTEUR_MAIL') || BAZ_FICHE_REDACTEUR_MAIL) {
$res .= '<a href="mailto:'.$redacteur[BAZ_CHAMPS_EMAIL].'">'.$redacteur[BAZ_CHAMPS_PRENOM].' '.$redacteur[BAZ_CHAMPS_NOM].'</a>';
} else {
$res .= $redacteur[BAZ_CHAMPS_PRENOM].' '.$redacteur[BAZ_CHAMPS_NOM];
}
$res .= '<br /></span>'."\n";
}
//informations complementaires (id fiche, etat publication,... )
if ($danslappli==1) {
if ($GLOBALS['_BAZAR_']['fiche_valide']==1 && $GLOBALS['_BAZAR_']['appropriation']!=1) {
if ($ligne['bf_date_debut_validite_fiche'] != '0000-00-00' && $ligne['bf_date_fin_validite_fiche'] != '0000-00-00') {
$res .= '<span class="BAZ_rubrique BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'">'.BAZ_PUBLIEE.':</span> '.BAZ_DU.
' '.strftime('%d.%m.%Y',strtotime($ligne['bf_date_debut_validite_fiche'])).' '.
BAZ_AU.' '.strftime('%d.%m.%Y',strtotime($ligne['bf_date_fin_validite_fiche'])).'<br />'."\n";
}
}
elseif ($GLOBALS['_BAZAR_']['appropriation']!=1 || $GLOBALS['_BAZAR_']['fiche_valide']!=1) {
$res .= '<span class="BAZ_rubrique BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'">'.BAZ_PUBLIEE.':</span> '.BAZ_NON.'<br />'."\n";
}
//affichage des infos et du lien pour la mise a jour de la fiche
if ( $est_admin || $GLOBALS['_BAZAR_']['annonceur']==$GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_ID) ) {
$res .= '<span class="BAZ_rubrique BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'" id="date_creation">'.BAZ_DATE_CREATION.'</span> '.strftime('%d.%m.%Y %H:%M',strtotime($ligne['bf_date_creation_fiche']))."\n";
$res .= '<span class="BAZ_rubrique BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'" id="date_mise_a_jour">'.BAZ_DATE_MAJ.'</span> '.strftime('%d.%m.%Y %H:%M',strtotime($ligne['bf_date_maj_fiche']))."\n";
}
$res .= '</div>'."\n";
if ( $est_admin || $GLOBALS['_BAZAR_']['annonceur']==$GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_ID) ) {
$res .= '<div class="BAZ_actions_fiche BAZ_actions_fiche_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
$res .= '<ul>'."\n";
if ( $est_admin ) {
$lien_publie = &$GLOBALS['_BAZAR_']['url'];
$lien_publie->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
$lien_publie->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
$lien_publie->addQueryString('typeannonce', $ligne['bf_ce_nature']);
if ($GLOBALS['_BAZAR_']['fiche_valide']==0||$GLOBALS['_BAZAR_']['fiche_valide']==2) {
$lien_publie->addQueryString('publiee', 1);
$label_publie=BAZ_VALIDER_LA_FICHE;
$class_publie='_valider';
} elseif ($GLOBALS['_BAZAR_']['fiche_valide']==1) {
$lien_publie->addQueryString('publiee', 0);
$label_publie=BAZ_INVALIDER_LA_FICHE;
$class_publie='_invalider';
}
$res .= '<li class="BAZ_liste'.$class_publie.'"><a href="'.$lien_publie->getURL().'">'.$label_publie.'</a></li>'."\n";
$lien_publie->removeQueryString('publiee');
}
$lien_modifier=$GLOBALS['_BAZAR_']['url'];
$lien_modifier->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_MODIFIER);
$lien_modifier->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
$lien_modifier->addQueryString('typeannonce', $ligne['bf_ce_nature']);
$res .= '<li class="BAZ_liste_modifier"><a href="'.$lien_modifier->getURL().'" id="modifier_fiche">'.BAZ_MODIFIER_LA_FICHE.'</a></li>'."\n";
$lien_supprimer=$GLOBALS['_BAZAR_']['url'];
$lien_supprimer->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_SUPPRESSION);
$lien_supprimer->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
$lien_supprimer->addQueryString('typeannonce', $ligne['bf_ce_nature']);
$res .= '<li class="BAZ_liste_supprimer"><a href="'.$lien_supprimer->getURL().'" id="supprimer_fiche">'.BAZ_SUPPRIMER_LA_FICHE.'</a></li>'."\n";
$res .= '</ul>'."\n";
$res .= '</div>'."\n";
}
}
$res .= '</div>'."\n";
$res .= '</div>'."\n";
}
 
// Nous vérifions comment est appelé la fonction
if ($danslappli == 0) {
$res .= '</div>'."\n";
} else if ($danslappli == 1 ) {
 
// Ajout des appropriations, s'il le faut
if ($GLOBALS['_BAZAR_']['appropriation'] == 1) {
$res .= '<br />'."\n".'<div class="BAZ_cadre_fiche BAZ_cadre_fiche_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
$res .= '<h2 class="BAZ_titre BAZ_titre_'.$GLOBALS['_BAZAR_']['class'].'">'.BAZ_LES_STRUCTURES_POSSEDANT_UNE_RESSOURCE.'</h2>'."\n";
$requete = 'SELECT '.BAZ_CHAMPS_ID.', '.BAZ_CHAMPS_NOM.' FROM bazar_appropriation,'.BAZ_ANNUAIRE.' WHERE ba_ce_id_fiche='.$GLOBALS['_BAZAR_']['id_fiche'].' AND ba_ce_id_structure='.BAZ_CHAMPS_ID.' ORDER BY '.BAZ_CHAMPS_NOM.' ASC';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError ($resultat)) {
return $resultat->getMessage().'<br />'.$resultat->getDebugInfo();
}
$possede_ressource=0;
if ($resultat->numRows()>0) {
$res .= BAZ_IL_Y_A.$resultat->numRows().' ';
if ($resultat->numRows()==1) $res .= BAZ_STRUCTURE_POSSEDANT.'<br />'."\n";
else $res .= BAZ_STRUCTURES_POSSEDANT.'<br />'."\n";
$res .= '<ul>'."\n";
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
$res .= '<li><a href="'.BAZ_URL_ANNUAIRE.'&amp;voir_fiche='.$ligne[BAZ_CHAMPS_ID].'" onclick="javascript:window.open(this.href);return false;">'.$ligne[BAZ_CHAMPS_NOM].'</a></li>'."\n";
if ($GLOBALS['AUTH']->getAuth() && $GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_ID)==$ligne[BAZ_CHAMPS_ID]) $possede_ressource=1;
}
$res .= '</ul><br />'."\n";
}
else $res .= BAZ_PAS_D_APPROPRIATION.'<br /><br />'."\n";
$res .='<p class="BAZ_bulle_corps BAZ_bulle_corps_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
$lien_appropriation = $GLOBALS['_BAZAR_']['url'];
$lien_appropriation->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
$lien_appropriation->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
if ($possede_ressource) {
$lien_appropriation->addQueryString('appropriation', 0);
$res .= BAZ_POSSEDE_DEJA_RESSOURCE.'<br />'."\n".'<a href="'.$lien_appropriation->getURL().'">'.BAZ_CLIQUER_POUR_VOUS_ENLEVER.'</a>'."\n";
$lien_appropriation->removeQueryString('appropriation');
}
elseif ($GLOBALS['AUTH']->getAuth() && $GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_EST_STRUCTURE)) {
$lien_appropriation->addQueryString('appropriation', 1);
$res .= BAZ_SI_POSSEDE_RESSOURCE.'<br />'."\n".'<a href="'.$lien_appropriation->getURL().'">'.BAZ_CLIQUER_POUR_APPARAITRE.'</a>'."\n";
$lien_appropriation->removeQueryString('appropriation');
}
elseif ($GLOBALS['AUTH']->getAuth() && !$GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_EST_STRUCTURE)) {
$res .= BAZ_IL_FAUT_ETRE_STRUCTURE."\n";
}
elseif (!$GLOBALS['AUTH']->getAuth()) {
$res .= BAZ_IL_FAUT_ETRE_IDENTIFIE_STRUCTURE."\n";
}
$res .='</p>'."\n";
$res .= '</div>'."\n";
}
// Ajout des commentaires, s'il le faut
if ($GLOBALS['_BAZAR_']['commentaire'] == 1) {
$res .= '<br />'."\n".'<div class="BAZ_cadre_fiche BAZ_cadre_fiche_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
$res .= '<h2 class="BAZ_titre BAZ_titre_'.$GLOBALS['_BAZAR_']['class'].'">'.BAZ_LES_COMMENTAIRES.'</h2>'."\n";
$requete = 'SELECT * FROM bazar_commentaires WHERE bc_ce_id_fiche='.$GLOBALS['_BAZAR_']['id_fiche'].' ORDER BY bc_date ASC';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError ($resultat)) {
return $resultat->getMessage().'<br />'.$resultat->getDebugInfo();
}
if ($resultat->numRows()>0) {
$res .= BAZ_IL_Y_A.$resultat->numRows().' ';
if ($resultat->numRows()==1) $res .= BAZ_COMMENTAIRE.'<br />'."\n";
else $res .= BAZ_COMMENTAIRES.'<br />'."\n";
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
$res .= '<div class="BAZ_bulle_corps BAZ_bulle_corps_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
//affichage du commentaire
$res .= $ligne['bc_commentaire'].'<br />'."\n";
$res .= '<div class="BAZ_commentaire_admin">'.BAZ_PAR.' : <strong>'.$ligne['bc_nom'].'</strong>'.BAZ_ECRIT_LE.strftime('%d.%m.%Y %H:%M',strtotime($ligne['bc_date']));
//pour les identifies seulement, administrateurs de la rubrique ou superadmins
if ($est_admin==1) {
$url_comment= $GLOBALS['_BAZAR_']['url'];
$url_comment->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
$url_comment->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
$url_comment->addQueryString('id_commentaire', $ligne['bc_id_commentaire']);
$res .= '&nbsp;&nbsp;<a href="'.$url_comment->getURL().'">'.BAZ_SUPPRIMER.'</a>'."\n";
}
$res .= '</div>'."\n";
$res .= '</div>'."\n";
}
}else {
$res .= BAZ_PAS_DE_COMMENTAIRES.'<br /><br />'."\n";
}
//formulaire des commentaires
if ($GLOBALS['AUTH']->getAuth()) {
$form_commentaire = new HTML_QuickForm('bazar_commentaire', 'post', $url);
$squelette =& $form_commentaire->defaultRenderer();
$squelette->setFormTemplate("\n".'<form {attributes}>'."\n".'{content}'."\n".'</form>'."\n");
$squelette->setElementTemplate( '<label style="width:200px;">{label}'.
'<!-- BEGIN required --><span class="symbole_obligatoire">&nbsp;*</span><!-- END required -->'."\n".
'</label><br />'."\n".'{element}<br />'."\n");
$squelette->setRequiredNoteTemplate("\n".'<span class="symbole_obligatoire"> *{requiredNote}</span>'."\n");
$option=array('style'=>'width:300px;border:1px solid #000;', 'maxlength'=>100);
$form_commentaire->addElement('text', 'Nom', BAZ_ENTREZ_VOTRE_NOM, $option);
$option=array('style'=>'width:95%;height:100px;white-space: pre;padding:3px;border:1px solid #000;');
require_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm/textarea.php';
$formtexte= new HTML_QuickForm_textarea('Commentaire', BAZ_ENTREZ_VOTRE_COMMENTAIRE, $option);
$form_commentaire->addElement($formtexte) ;
$option=array('style'=>'border:1px solid #000;');
$form_commentaire->addElement('submit', 'Envoyer', BAZ_ENVOYER, $option);
$form_commentaire->addRule('Nom', BAZ_NOM_REQUIS, 'required', '', 'client') ;
$form_commentaire->addRule('Commentaire', BAZ_COMMENTAIRE_REQUIS, 'required', '', 'client') ;
$form_commentaire->setRequiredNote(BAZ_CHAMPS_REQUIS) ;
$res .= $form_commentaire->toHTML();
}
$res .= '</div>'."\n";
}
}
// Nettoyage de l'url avant les return : apparement inutile sinon pose pb dans Papyrus (url applette deconnexion et moteur de recherche) [jpm le 17 mars 2008]
//$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
//$GLOBALS['_BAZAR_']['url']->removeQueryString('id_fiche');
$GLOBALS['_BAZAR_']['url']->removeQueryString('id_commentaire');
$GLOBALS['_BAZAR_']['url']->removeQueryString('typeannonce');
return $res ;
}
 
// merci PHP 5 ...
function mb_str_split2($str, $length = 1) {
if ($length < 1) return FALSE;
 
$result = array();
 
for ($i = 0; $i < strlen($str); $i += $length) {
$result[] = substr($str, $i, $length);
}
return $result;
}
 
function remove_accents2( $string )
{
$string = htmlentities($string);
return preg_replace("/&([a-z])[a-z]+;/i","$1",$string);
}
 
function genere_nom_wiki2($nom, $spaces = FALSE)
{
// traitement des accents
$nom = remove_accents2($nom);
$temp = mb_str_split2($nom);
 
$count = 0;
$final = NULL;
foreach($temp as $letter)
{
if(preg_match('/([[:space:]]|[[:punct:]])/', $letter))
{
$final .= ($spaces ? '_' : '');
} elseif(preg_match ('/[a-zA-Z0-9]/', $letter)) {
$final .= (($count == 0 || $count == (strlen($nom) - 1)) ? strtoupper($letter) : strtolower($letter));
}
$count++;
}
// v�rifions que le retour n'est pas uniquement un underscore
if(preg_match('/^[[:punct:]]+$/', $final)) return FALSE;
 
// sinon retour du nom formaté
return($final);
}
 
 
/** RSSversHTML () transforme un flux RSS (en XML) en page HTML
*
* On passe en param�tre le contenu du flux RSS, on affiche ou non la description,
* et on choisit de format de la date � l'affichage. On a en sortie du code HTML � afficher
*
* @param string le contenu du flux RSS
* @param boolean afficher ou non la description
* @param string choisir le format de date: jmah (12/02/2004 12h34) jmh (12/02 12h34) jma (12/02/2004) jm (12/02) ou rien
*
* @return string le code HTML
*/
function RSSversHTML($rss, $voirdesc, $formatdate, $affichenb) {
if ($rss!='') {
$rawitems='';$title='';$url='';$cat='';$date='';
$res='';
if( eregi('<item>(.*)</item>', $rss, $rawitems ) ) {
$items = explode('<item>', $rawitems[0]);
$res.='<ul id="BAZ_liste_fiche">'."\n";
for( $i = 0; $i < count($items)-1; $i++ ) {
eregi('<title>(.*)</title>',$items[$i+1], $title );
eregi('<link>(.*)</link>',$items[$i+1], $url );
eregi('<description>(.*)</description>',$items[$i+1], $cat);
eregi('<pubDate>(.*)</pubDate>',$items[$i+1], $date);
$res.='<li>';
if ($formatdate=='jm') {$res.=strftime('%d.%m',strtotime($date[1])).': ';}
if ($formatdate=='jma') {$res.=strftime('%d.%m.%Y',strtotime($date[1])).': ';}
if ($formatdate=='jmh') {$res.=strftime('%d.%m %H:%M',strtotime($date[1])).': ';}
if ($formatdate=='jmah') {$res.=strftime('%d.%m.%Y %H:%M',strtotime($date[1])).': ';}
$res.='<a href="'.preg_replace ('/&amp;/', '&', $url[1]).'">'.$title[1].'</a>';
if ($voirdesc) {$res.=$cat[1];}
// Ajout du bouton supprimer pour les superadministrateur
$utilisateur = new Administrateur_bazar($GLOBALS['AUTH']);
if (($GLOBALS['AUTH']->getAuth() && $utilisateur->isSuperAdmin())and($url[1]!='#')) {
$mon_url = preg_replace ('/&amp;/', '&', $url[1]) ;
$url_suppr = new Net_URL(preg_replace ('/&amp;/', '&', $mon_url)) ;
$url_suppr->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_SUPPRESSION) ;
$res .= ' ( <a href="'.$url_suppr->getURL().
'" onclick="javascript:return confirm(\''.BAZ_SUPPRIMER.' ?\');">'.
BAZ_SUPPRIMER.'</a> )'."\n" ;
}
$res.='</li>'."\n";
}
$res.='</ul>'."\n";
if ($affichenb==1) {
//une annonce trouvee, on accorde au singulier
if (((count($items)-1)==1)and($title!=BAZ_PAS_D_ANNONCES)) {
$res = '<br /><h4>'.BAZ_IL_Y_A.' 1 '.BAZ_FICHE_CORRESPONDANTE.'</h4><br />'."\n".$res;
}
//plusieures annonces trouvees, on accorde au pluriel
else {
$res = '<br /><h4>'.BAZ_IL_Y_A.(count($items)-1).' '.BAZ_FICHES_CORRESPONDANTES.'</h4><br />'."\n".$res;
}
}
//cas des fiches pas trouv�es
if (((count($items)-1)==1)and($title[1]==BAZ_PAS_D_ANNONCES)) {
$res = '<br /><h4>'.BAZ_PAS_D_ANNONCES.'</h4><br />'."\n";
}
}
}
else $res = BAZ_PAS_D_ANNONCES;
// Nettoyage de l'url
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
return $res;
}
 
/** gen_RSS() - generer un fichier de flux RSS par type d'annonce
*
* @param string Le type de l'annonce (laisser vide pour tout type d'annonce)
* @param integer Le nombre d'annonces a regrouper dans le fichier XML (laisser vide pour toutes)
* @param integer L'identifiant de l'emetteur (laisser vide pour tous)
* @param integer L'etat de validation de l'annonce (laisser 1 pour les annonces validees, 0 pour les non-validees)
* @param string La requete SQL personnalisee
* @param integer La categorie des fiches bazar
*
* @return string Le code du flux RSS
*/
function gen_RSS($typeannonce='', $nbitem='', $emetteur='', $valide=1, $requeteSQL='', $requeteSQLFrom = '', $requeteWhereListe = '', $categorie_nature='') {
// generation de la requete MySQL personnalisee
$req_where=0;
$requete = 'SELECT DISTINCT bf_id_fiche, bf_titre, bf_date_debut_validite_fiche, bf_description, bn_label_nature, bf_date_creation_fiche '.
'FROM bazar_fiche, bazar_nature '.$requeteSQLFrom.' WHERE '.$requeteWhereListe;
if ($valide!=2) {
$requete .= 'bf_statut_fiche='.$valide;
$req_where=1;
}
$nomflux=html_entity_decode(BAZ_DERNIERE_ACTU);
if (!is_array ($typeannonce) && $typeannonce!='' and $typeannonce!='toutes') {
if ($req_where==1) {$requete .= ' AND ';}
$requete .= 'bf_ce_nature='.$typeannonce.' and bf_ce_nature=bn_id_nature ';;
$req_where=1;
//le nom du flux devient le type d'annonce
$requete_nom_flux = 'select bn_label_nature from bazar_nature where bn_id_nature = '.$typeannonce;
$nomflux = $GLOBALS['_BAZAR_']['db']->getOne($requete_nom_flux) ;
}
// Cas ou il y plusieurs type d annonce demande
if (is_array ($typeannonce)) {
if ($req_where==1) {$requete .= ' AND ';}
$requete .= 'bf_ce_nature IN (' ;
$chaine = '';
foreach ($typeannonce as $valeur) $chaine .= '"'.$valeur.'",' ;
$requete .= substr ($chaine, 0, strlen ($chaine)-1) ;
$requete .= ') and bf_ce_nature=bn_id_nature ';
}
$utilisateur = new Administrateur_bazar ($GLOBALS['AUTH']) ;
if ($valide!=0) {
if ($utilisateur->isSuperAdmin()) {
$req_where=1;
} else {
if ($req_where==1) {
$requete .= ' AND ';
}
$requete .= '(bf_date_debut_validite_fiche<=NOW() or bf_date_debut_validite_fiche="0000-00-00")'.
' AND (bf_date_fin_validite_fiche>=NOW() or bf_date_fin_validite_fiche="0000-00-00") AND bn_id_nature=bf_ce_nature';
}
}
else $nomflux .= BAZ_A_MODERER;
if ($emetteur!='' && $emetteur!='tous') {
if ($req_where==1) {$requete .= ' AND ';}
$requete .= 'bf_ce_utilisateur='.$emetteur;
$req_where=1;
//requete pour afficher le nom de la structure
$requetenom = 'SELECT '.BAZ_CHAMPS_NOM.', '.BAZ_CHAMPS_PRENOM.' FROM '.
BAZ_ANNUAIRE.' WHERE '.BAZ_CHAMPS_ID.'='.$emetteur;
$resultat = $GLOBALS['_BAZAR_']['db']->query($requetenom) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
$ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC);
$nomflux .= ' ('.$ligne[BAZ_CHAMPS_NOM].' '.$ligne[BAZ_CHAMPS_PRENOM].')';
}
if ($requeteSQL!='') {
if ($req_where==1) {$requete .= ' AND ';}
$requete .= '('.$requeteSQL.')';
$req_where=1;
}
if ($categorie_nature!='') {
if ($req_where==1) {$requete .= ' AND ';}
$requete .= 'bn_ce_id_menu IN ('.$categorie_nature.') and bf_ce_nature=bn_id_nature ';
$req_where=1;
}
$requete .= ' ORDER BY bf_date_creation_fiche DESC, bf_date_fin_validite_fiche DESC, bf_date_maj_fiche DESC';
if ($nbitem!='') {$requete .= ' LIMIT 0,'.$nbitem;}
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
include_once PAP_CHEMIN_API_PEAR . 'XML/Util.php' ;
// passage en utf-8 --julien
// --
// setlocale() pour avoir les formats de date valides (w3c) --julien
setlocale(LC_TIME, "C");
$xml = XML_Util::getXMLDeclaration('1.0', 'UTF-8', 'yes') ;
$xml .= "\r\n ";
$xml .= XML_Util::createStartElement ('rss', array('version' => '2.0')) ;
$xml .= "\r\n ";
$xml .= XML_Util::createStartElement ('channel');
$xml .= "\r\n ";
$xml .= XML_Util::createTag ('title', null, utf8_encode(html_entity_decode($nomflux)));
$xml .= "\r\n ";
$xml .= XML_Util::createTag ('link', null, utf8_encode(html_entity_decode(BAZ_RSS_ADRESSESITE)));
$xml .= "\r\n ";
$xml .= XML_Util::createTag ('description', null, utf8_encode(html_entity_decode(BAZ_RSS_DESCRIPTIONSITE)));
$xml .= "\r\n ";
$xml .= XML_Util::createTag ('language', null, 'fr-FR');
$xml .= "\r\n ";
$xml .= XML_Util::createTag ('copyright', null, 'Copyright (c) '. date('Y') .' '. BAZ_RSS_NOMSITE);
$xml .= "\r\n ";
$xml .= XML_Util::createTag ('lastBuildDate', null, strftime('%a, %d %b %Y %H:%M:%S GMT'));
$xml .= "\r\n ";
$xml .= XML_Util::createTag ('docs', null, 'http://www.stervinou.com/projets/rss/');
$xml .= "\r\n ";
$xml .= XML_Util::createTag ('category', null, BAZ_RSS_CATEGORIE);
$xml .= "\r\n ";
$xml .= XML_Util::createTag ('managingEditor', null, BAZ_RSS_MANAGINGEDITOR);
$xml .= "\r\n ";
$xml .= XML_Util::createTag ('webMaster', null, BAZ_RSS_WEBMASTER);
$xml .= "\r\n ";
$xml .= XML_Util::createTag ('ttl', null, '60');
$xml .= "\r\n ";
$xml .= XML_Util::createStartElement ('image');
$xml .= "\r\n ";
$xml .= XML_Util::createTag ('title', null, BAZ_RSS_NOMSITE);
$xml .= "\r\n ";
$xml .= XML_Util::createTag ('url', null, BAZ_RSS_LOGOSITE);
$xml .= "\r\n ";
$xml .= XML_Util::createTag ('link', null, BAZ_RSS_ADRESSESITE);
$xml .= "\r\n ";
$xml .= XML_Util::createEndElement ('image');
if ($resultat->numRows() > 0) {
// Creation des items : titre + lien + description + date de publication
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
$xml .= "\r\n ";
$xml .= XML_Util::createStartElement ('item');
$xml .= "\r\n ";
$xml .= XML_Util::createTag('title', null, encoder_en_utf8($ligne['bf_titre']));
$xml .= "\r\n ";
$lien=$GLOBALS['_BAZAR_']['url'];
$lien->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
$lien->addQueryString('id_fiche', $ligne['bf_id_fiche']);
$xml .= XML_Util::createTag ('link', null, $lien->getURL());
$xml .= "\r\n ";
$xml .= XML_Util::createTag ('guid', null, $lien->getURL());
$xml .= "\r\n ";
$xml .= XML_Util::createStartElement ('description');
$xml .= "\r\n ";
if ($_GET[BAZ_VARIABLE_ACTION] != BAZ_VOIR_TOUTES_ANNONCES) {
$xml .= XML_Util::createCDataSection(encoder_en_utf8($ligne['bf_description']));
}
$xml .= "\r\n ";
$xml .= XML_Util::createEndElement ('description');
$xml .= "\r\n ";
if ($ligne['bf_date_debut_validite_fiche'] != '0000-00-00' &&
$ligne['bf_date_debut_validite_fiche']>$ligne['bf_date_creation_fiche']) {
$date_pub = $ligne['bf_date_debut_validite_fiche'];
} else $date_pub = $ligne['bf_date_creation_fiche'] ;
$xml .= XML_Util::createTag ('pubDate', null, strftime('%a, %d %b %Y %H:%M:%S GMT',strtotime($date_pub)));
$xml .= "\r\n ";
$xml .= XML_Util::createEndElement ('item');
}
}
else {//pas d'annonces
$xml .= "\r\n ";
$xml .= XML_Util::createStartElement ('item');
$xml .= "\r\n ";
$xml .= XML_Util::createTag ('title', null, utf8_encode(html_entity_decode(BAZ_PAS_D_ANNONCES)));
$xml .= "\r\n ";
$xml .= XML_Util::createTag ('link', null, utf8_encode(html_entity_decode($GLOBALS['_BAZAR_']['url']->getUrl())));
$xml .= "\r\n ";
$xml .= XML_Util::createTag ('guid', null, utf8_encode(html_entity_decode($GLOBALS['_BAZAR_']['url']->getUrl())));
$xml .= "\r\n ";
$xml .= XML_Util::createTag ('description', null, utf8_encode(html_entity_decode(BAZ_PAS_D_ANNONCES)));
$xml .= "\r\n ";
$xml .= XML_Util::createTag ('pubDate', null, strftime('%a, %d %b %Y %H:%M:%S GMT',strtotime("01/01/%Y")));
$xml .= "\r\n ";
$xml .= XML_Util::createEndElement ('item');
}
$xml .= "\r\n ";
$xml .= XML_Util::createEndElement ('channel');
$xml .= "\r\n ";
$xml .= XML_Util::createEndElement('rss') ;
 
// Nettoyage de l'url
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
$GLOBALS['_BAZAR_']['url']->removeQueryString('id_fiche');
return $xml;
}
 
 
/** baz_liste() Formate la liste de toutes les annonces actuelles
*
* @return string le code HTML a afficher
*/
function baz_liste($typeannonce='toutes') {
//creation du lien pour le formulaire de recherche
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_TOUTES_ANNONCES);
if (isset($_REQUEST['recherche_avancee'])) $GLOBALS['_BAZAR_']['url']->addQueryString ('recherche_avancee', $_REQUEST['recherche_avancee']);
$lien_formulaire = preg_replace ('/&amp;/', '&', $GLOBALS['_BAZAR_']['url']->getURL()) ;
$formtemplate = new HTML_QuickForm('formulaire', 'post', $lien_formulaire) ;
$squelette =& $formtemplate->defaultRenderer();
$squelette->setFormTemplate("\n".'<form {attributes}>'."\n".'<table>'."\n".'{content}'."\n".'</table>'."\n".'</form>'."\n");
$squelette->setElementTemplate( '<tr>'."\n".'<td>'."\n".'{label}'.
'<!-- BEGIN required --><span class="symbole_obligatoire">&nbsp;*</span><!-- END required -->'."\n".
' :</td>'."\n".'<td style="text-align:left;padding:5px;"> '."\n".'{element}'."\n".
'<!-- BEGIN error --><span class="erreur">{error}</span><!-- END error -->'."\n".
'</td>'."\n".'</tr>'."\n");
$squelette->setElementTemplate( '<tr>'."\n".'<td colspan="2" class="liste_a_cocher"><strong>{label}&nbsp;{element}</strong>'."\n".
'<!-- BEGIN required --><span class="symbole_obligatoire">&nbsp;*</span><!-- END required -->'."\n".'</td>'."\n".'</tr>'."\n", 'accept_condition');
$squelette->setElementTemplate( '<tr><td colspan="2">{label}{element}</td></tr>'."\n", 'rechercher');
$squelette->setRequiredNoteTemplate("\n".'<tr>'."\n".'<td colspan="2" class="symbole_obligatoire">* {requiredNote}</td></tr>'."\n");
//Traduction de champs requis
$formtemplate->setRequiredNote(BAZ_CHAMPS_REQUIS) ;
$formtemplate->setJsWarnings(BAZ_ERREUR_SAISIE,BAZ_VEUILLEZ_CORRIGER);
//cas du formulaire de recherche proposant de chercher parmis tous les types d'annonces
//requete pour obtenir l'id et le label des types d'annonces
$requete = 'SELECT bn_id_nature, bn_label_nature '.
'FROM bazar_nature WHERE bn_ce_id_menu IN ('.$GLOBALS['_BAZAR_']['categorie_nature'].') ';
if (isset($GLOBALS['_BAZAR_']['langue'])) $requete .= ' and bn_ce_i18n like "'.$GLOBALS['_BAZAR_']['langue'].'%" ';
'ORDER BY bn_label_nature ASC';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
return ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
//on recupere le nb de types de fiches, pour plus tard
$nb_type_de_fiches=$resultat->numRows();
$type_annonce_select['toutes']=BAZ_TOUS_TYPES_FICHES;
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
$type_annonce_select[$ligne['bn_id_nature']] = $ligne['bn_label_nature'];
$tableau_typeannonces[] = $ligne['bn_id_nature'] ;
}
if ($nb_type_de_fiches>1 && $GLOBALS['_BAZAR_']['typeannonce']=='toutes' && BAZ_AFFICHER_FILTRE_MOTEUR) {
$res= '';
$option=array('onchange' => 'javascript:this.form.submit();');
$formtemplate->addElement ('select', 'nature', BAZ_TYPEANNONCE, $type_annonce_select, $option) ;
if (isset($_REQUEST['nature'])) {
$defauts=array('nature'=>$_REQUEST['nature']);
$formtemplate->setDefaults($defauts);
}
}
//cas du type d'annonces predefini
else {
if ($nb_type_de_fiches==1) {
$GLOBALS['_BAZAR_']['typeannonce']=end($type_annonce_select);
$GLOBALS['_BAZAR_']['id_typeannonce']=key($type_annonce_select);
}
$res = '<h2 class="bazar_titre2">'.BAZ_TOUTES_LES_ANNONCES_DE_TYPE.' '.$GLOBALS['_BAZAR_']['typeannonce'].'</h2>'."\n";
}
 
//requete pour obtenir l'id, le nom et prenom de toutes les personnes ayant depose une fiche
// dans le but de construire l'element de formulaire select avec les noms des emetteurs de fiche
if (BAZ_RECHERCHE_PAR_EMETTEUR) {
$requete = 'SELECT DISTINCT '.BAZ_CHAMPS_ID.', '.BAZ_CHAMPS_NOM.', '.BAZ_CHAMPS_PRENOM.' '.
'FROM bazar_fiche,'.BAZ_ANNUAIRE.' WHERE ' ;
$requete .= ' bf_date_debut_validite_fiche<=NOW() AND bf_date_fin_validite_fiche>=NOW() and';
$requete .= ' bf_ce_utilisateur='.BAZ_CHAMPS_ID.' ';
if (!isset($_REQUEST['nature'])) {
if (isset($GLOBALS['_BAZAR_']['id_typeannonce'])) {
$requete .= 'AND bf_ce_nature="'.$GLOBALS['_BAZAR_']['id_typeannonce'].'" ';
}
}
else {
if ($_REQUEST['nature']!='toutes') {
$requete .= 'AND bf_ce_nature='.$_REQUEST['nature'].' ';
}
}
$requete .= 'ORDER BY '.BAZ_CHAMPS_NOM.' ASC';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
$personnes_select['tous']=BAZ_TOUS_LES_EMETTEURS;
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
$personnes_select[$ligne[BAZ_CHAMPS_ID]] = $ligne[BAZ_CHAMPS_NOM]." ".$ligne[BAZ_CHAMPS_PRENOM] ;
}
$option=array('style'=>'border:1px solid #000;width: 200px;font:12px Myriad, Arial, sans-serif;');
$formtemplate->addElement ('select', 'personnes', BAZ_EMETTEUR, $personnes_select, $option) ;
} else {
$formtemplate->addElement ('hidden', 'personnes', 'tous') ;
}
//pour les super-administrateurs, on peut voir les annonces non validees
//on verifie si l'utilisateur est administrateur
$utilisateur = new Administrateur_bazar($GLOBALS['AUTH']) ;
 
if ($utilisateur->isSuperAdmin()) {
$option=array('style'=>'border:1px solid #000;width: 200px;font:12px Myriad, Arial, sans-serif;');
$valide_select[0] = BAZ_FICHES_PAS_VALIDEES;
$valide_select[1] = BAZ_FICHES_VALIDEES;
$valide_select[2] = BAZ_LES_DEUX;
$formtemplate->addElement ('select', 'valides', BAZ_VALIDE, $valide_select, $option) ;
$defauts=array('valides'=>1);
$formtemplate->setDefaults($defauts);
}
//champs texte pour entrer les mots cles
$option=array('maxlength'=>60,'style'=>'border:1px solid #000;width:200px;font:12px Myriad, Arial, sans-serif;');
$formtemplate->addElement('text', 'recherche_mots_cles', BAZ_MOT_CLE, $option) ;
//option cachee pour savoir si le formulaire a ete appele deja
$formtemplate->addElement('hidden', 'recherche_effectuee', 1) ;
// Ajout des options si un type de fiche a ete choisie
if ( (isset($_REQUEST['nature']) && $_REQUEST['nature'] != 'toutes') || (isset($GLOBALS['_BAZAR_']['categorie_nature']) && $nb_type_de_fiches==1)) {
if ( BAZ_MOTEUR_RECHERCHE_AVANCEE || ( isset($_REQUEST['recherche_avancee'])&&$_REQUEST['recherche_avancee']==1) ) {
if ($GLOBALS['_BAZAR_']['categorie_nature'] != '') {
$champs_requete = '' ;
if (!isset($_REQUEST['nature']) || $_REQUEST['nature'] == '') {
$_REQUEST['nature'] = $tableau_typeannonces[0];
}
}
// Recuperation du template
$requete = 'SELECT bn_template FROM bazar_nature WHERE bn_id_nature = '.$_REQUEST['nature'];
$resultat = $GLOBALS['_BAZAR_']['db']->getOne($requete) ;
if (DB::isError($resultat)) {
return ($resultat->getMessage().'<br />'.$resultat->getDebugInfo()) ;
}
if (isset($_REQUEST['recherche_avancee']) && $_REQUEST['recherche_avancee']==1) {
foreach(array_merge($_POST, $_GET) as $cle => $valeur) $GLOBALS['_BAZAR_']['url']->addQueryString($cle, $valeur);
$GLOBALS['_BAZAR_']['url']->addQueryString('recherche_avancee', '0');
$lien_recherche_de_base = '<a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">'.BAZ_RECHERCHE_DE_BASE.'</a><br />';
//lien recherche de base
labelhtml($formtemplate,'',$lien_recherche_de_base,'','','','','');
}
$tableau = baz_valeurs_template($resultat) ;
for ($i=0; $i<count($tableau); $i++) {
if (($tableau[$i]['type'] == 'liste' || $tableau[$i]['type'] == 'checkbox' || $tableau[$i]['type'] == 'labelhtml') && $tableau[$i]['recherche'] == 1) {
$tableau[$i]['type']($formtemplate, $tableau[$i]['nom_bdd'], $tableau[$i]['label'], $tableau[$i]['limite1'],
$tableau[$i]['limite2'], $tableau[$i]['defaut'], $tableau[$i]['table_source'], $tableau[$i]['obligatoire'], 1, 'bazar') ;
}
}
}
else {
$url_rech_avance = $GLOBALS['_BAZAR_']['url'];
foreach(array_merge($_POST, $_GET) as $cle => $valeur) $url_rech_avance->addQueryString($cle, $valeur);
$url_rech_avance->addQueryString('recherche_avancee', '1');
$lien_recherche_avancee = '<a href="'.$url_rech_avance->getURL().'">'.BAZ_RECHERCHE_AVANCEE.'</a><br />';
unset ($url_rech_avance);
}
}
//lien recherche avancee
if (isset($lien_recherche_avancee)) {
labelhtml($formtemplate,'',$lien_recherche_avancee,'','','','','');
}
//Bouton de validation du formulaire
$option=array('style'=>'border:1px solid #000;width:100px;font:12px Myriad, Arial, sans-serif;');
$formtemplate->addElement('submit', 'rechercher', BAZ_RECHERCHER, $option);
//affichage du formulaire
//$res.=$formtemplate->toHTML()."\n";
 
// Ajout de la table bazar_fiche_liste_valeur dans le from de la requete
$case_coche = false ;
$nb_jointures=0;
$requeteFrom = '' ;
$requeteWhere = ' bn_ce_id_menu IN ('.$GLOBALS['_BAZAR_']['categorie_nature'].') ';
if ($GLOBALS['_BAZAR_']['id_typeannonce'] != 'toutes') $requeteWhere .= 'AND bn_id_nature='.$GLOBALS['_BAZAR_']['id_typeannonce'] ;
$requeteWhere .= ' AND bn_id_nature=bf_ce_nature AND ' ;
if (isset($GLOBALS['_BAZAR_']['langue'])) {
$requeteWhere .= ' bn_ce_i18n like "'.$GLOBALS['_BAZAR_']['langue'].'%" and ';
}
$requeteWhereListe = '' ;
if ( isset($tableau) ) {
for ($i = 0; $i < count ($tableau); $i++) {
if ($tableau[$i]['type'] == 'checkbox' || $tableau[$i]['type'] == 'liste') {
$nb_jointures++;
$nom_liste = $tableau[$i]['type'].$tableau[$i]['nom_bdd'] ;
if (isset($_REQUEST[$nom_liste]) && is_array($_REQUEST[$nom_liste])) {
$case_coche = true;
$requeteFrom .= ', bazar_fiche_valeur_liste as bfvl'.($nb_jointures) ;
$requeteWhereListe .= ' bfvl'.$nb_jointures.'.bfvl_ce_liste='.$tableau[$i]['nom_bdd'].' AND ' ; // Num�ro de la liste
$requeteWhere .= ' bfvl'.($nb_jointures).'.bfvl_ce_fiche=bf_id_fiche AND ';
$requeteWhereListe .= ' bfvl'.$nb_jointures.'.bfvl_valeur IN (' ;
$chaine = '';
//var_dump($_REQUEST[$nom_liste]);
foreach ($_REQUEST[$nom_liste] as $cle =>$valeur) {
if ($valeur == 1) {
$chaine .= '"'.$cle.'",' ;
}
}
$requeteWhereListe .= substr ($chaine, 0, strlen ($chaine)-1) ;
$requeteWhereListe .= ') AND ';
} else {
if (isset ($_REQUEST[$nom_liste]) && $_REQUEST[$nom_liste]!=0) {
$requeteFrom .= ', bazar_fiche_valeur_liste as bfvl'.($nb_jointures) ;
$requeteWhereListe .= ' bfvl'.$nb_jointures.'.bfvl_ce_liste='.$tableau[$i]['nom_bdd'].' AND ' ; // Num�ro de la liste
$requeteWhereListe .= ' bfvl'.$nb_jointures.'.bfvl_valeur='.$_REQUEST[$nom_liste].' AND ';
$requeteWhere .= ' bfvl'.($nb_jointures).'.bfvl_ce_fiche=bf_id_fiche AND ';
$case_coche = true;
}
}
}
}
}
if ($case_coche) {
$requeteWhere .= $requeteWhereListe;
}
if (isset($_REQUEST['nature']) && $_REQUEST['nature']!='' && $_REQUEST['nature']!='toutes') {
$requeteWhere = 'bf_ce_nature="'.$_REQUEST['nature'].'" AND '.$requeteWhere;
}
if (BAZ_UTILISE_TEMPLATE) {
// Appel du template n 1
include_once BAZ_CHEMIN_APPLI.'bibliotheque/bazarTemplate.class.php' ;
$template = new bazarTemplate ($GLOBALS['_BAZAR_']['db']) ;
$chaine = $template->getTemplate(1, $GLOBALS['_BAZAR_']['langue'], $GLOBALS['_BAZAR_']['categorie_nature']);
if (bazarTemplate::isError ($chaine)) return $chaine->getMessage() ;
ob_start();
eval ($chaine) ;
$res .= ob_get_contents();
ob_end_clean() ;
} else {
$res .= $formtemplate->toHTML();
if (!isset($_REQUEST['recherche_effectuee'])) {
$res .= '<p class="zone_info">'.BAZ_ENTRER_VOS_CRITERES_DE_RECHERCHE.'</p>'."\n";
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION,BAZ_VOIR_FLUX_RSS);
$GLOBALS['_BAZAR_']['url']->addQueryString('annonce',$GLOBALS['_BAZAR_']['id_typeannonce']);
if ($GLOBALS['_BAZAR_']['categorie_nature']!=0) $GLOBALS['_BAZAR_']['url']->addQueryString('categorie_nature',$GLOBALS['_BAZAR_']['categorie_nature']);
// $res .= '{{Syndication titre="'.BAZ_DERNIERES_FICHES.'" url="'.$GLOBALS['_BAZAR_']['url']->getURL().'" nb=10 nouvellefenetre=0 formatdate="'.BAZ_TYPE_AFFICHAGE_LISTE.'"}}';
$requete = 'SELECT DISTINCT bf_id_fiche, bf_titre, bf_date_debut_validite_fiche, bf_description, bn_label_nature, bf_date_creation_fiche FROM bazar_fiche, bazar_nature WHERE bn_id_nature=bf_ce_nature AND bn_ce_id_menu="'.$GLOBALS['_BAZAR_']['categorie_nature'].'" AND (bf_date_debut_validite_fiche<=NOW() or bf_date_debut_validite_fiche="0000-00-00") AND (bf_date_fin_validite_fiche>=NOW() or bf_date_fin_validite_fiche="0000-00-00")
ORDER BY bf_date_creation_fiche DESC, bf_date_fin_validite_fiche DESC, bf_date_maj_fiche DESC';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete);
if (DB::isError($resultat)) {
return ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
if($resultat->numRows() != 0) {
$res .= '<h2>'.BAZ_DERNIERES_FICHES.'</h2>';
$res .= '<ul class="liste_rss">';
while($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
$GLOBALS['_BAZAR_']['url']->addQueryString('id_fiche', $ligne['bf_id_fiche']);
$res .= '<li class="titre_rss"><a class="lien_rss" href="'. $GLOBALS['_BAZAR_']['url']->getURL() .'" alt="lire la fiche">'. $ligne['bf_titre'].'</a></li>';
}
$res .= '</ul>';
}
}
}
 
//affichage des resultats de la recherche si le formulaire a ete envoye
$requeteSQL='';
if (isset($_REQUEST['recherche_effectuee'])) {
//preparation de la requete pour trouver les mots cles
if (($_REQUEST['recherche_mots_cles']!='')and($_REQUEST['recherche_mots_cles']!=BAZ_MOT_CLE)) {
//decoupage des mots cles
$recherche = split(' ', $_REQUEST['recherche_mots_cles']) ;
$nbmots=count($recherche);
$requeteSQL='';
for ($i=0; $i<$nbmots; $i++) {
if ($i>0) $requeteSQL.=' OR ';
$requeteSQL.='bf_titre LIKE "%'.$recherche[$i].'%" OR bf_description LIKE "%'.$recherche[$i].'%" ';
}
}
if (!isset($_REQUEST['nature'])) {
if (!isset ($GLOBALS['_BAZAR_']['id_nature'])) $typedefiches = $tableau_typeannonces;
else $typedefiches = $GLOBALS['_BAZAR_']['id_nature'] ;
} else {
$typedefiches = $_REQUEST['nature'] ;
if ($typedefiches == 'toutes') $typedefiches = $tableau_typeannonces ;
}
if ($typeannonce!='toutes') $typedefiches=$typeannonce;
if (isset($_REQUEST['valides'])) {$valides=$_REQUEST['valides'];}
else {$valides=1;}
//generation de la liste de flux a afficher
if (!isset($_REQUEST['personnes'])) $_REQUEST['personnes']='tous';
$res .= baz_liste_pagine_HTML($typedefiches, '', $_REQUEST['personnes'], $valides, $requeteSQL, $requeteFrom, $requeteWhere);
}
// Nettoyage de l'url
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
$GLOBALS['_BAZAR_']['url']->removeQueryString('annonce');
$GLOBALS['_BAZAR_']['url']->removeQueryString('categorie_nature');
$GLOBALS['_BAZAR_']['url']->removeQueryString('recherche_avancee');
return $res;
}
 
/**
* Cette fonction renvoie du HTML
*/
function baz_liste_pagine_HTML($typeannonce, $nbitem, $emetteur, $valide, $requeteSQL = '', $requeteFrom = '', $requeteWhere = '') {
// generation de la requete MySQL personnalisee
$req_where=0;
$requete = 'SELECT * '.
'FROM bazar_fiche, bazar_nature '.$requeteFrom.' WHERE '.$requeteWhere;
if ($valide!=2) {
if ($req_where==1) {$requete .= ' AND ';}
$req_where=1;
$requete .= 'bf_statut_fiche='.$valide;
} else {
$requete .= '1 ' ;
}
$utilisateur = new Administrateur_bazar ($GLOBALS['AUTH']) ;
if ($valide!=0) {
if ($utilisateur->isSuperAdmin()) {
$req_where=1;
} else {
if ($req_where==1) {$requete .= ' AND ';}
$requete .= '(bf_date_debut_validite_fiche<=NOW() or bf_date_debut_validite_fiche="0000-00-00")'.
' AND (bf_date_fin_validite_fiche>=NOW() or bf_date_fin_validite_fiche="0000-00-00") AND bn_id_nature=bf_ce_nature';
$req_where=1;
}
}
if ($emetteur!='' && $emetteur!='tous') {
if ($req_where==1) {$requete .= ' AND ';}
$requete .= 'bf_ce_utilisateur='.$emetteur;
$req_where=1;
}
if ($requeteSQL!='') {
if ($req_where==1) {$requete .= ' AND ';}
$requete .= '('.$requeteSQL.')';
$req_where=1;
}
$requete .= ' ORDER BY bf_date_debut_validite_fiche DESC, bf_date_fin_validite_fiche DESC, bf_date_maj_fiche DESC';
if ($nbitem!='') {$requete .= ' LIMIT 0,'.$nbitem;}
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
return $resultat->getMessage().'<br /><br />'.$resultat->getDebugInfo() ;
}
$res = '<br /><h4>'.BAZ_IL_Y_A.($resultat->numRows()).' '.BAZ_FICHES_CORRESPONDANTES.'</h4><br />'."\n";
//$res .= 'requete: '. $requete. '<br />';
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
$donnees = array();
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
$GLOBALS['_BAZAR_']['url']->addQueryString('id_fiche', $ligne['bf_id_fiche']) ;
array_push ($donnees, $ligne);
}
// Mise en place du Pager
include_once PAP_CHEMIN_API_PEAR.'Pager/Pager.php';
$params = array(
'mode' => BAZ_MODE_DIVISION,
'perPage' => BAZ_NOMBRE_RES_PAR_PAGE,
'delta' => BAZ_DELTA,
'httpMethod' => 'GET',
'extraVars' => array_merge($_POST, $_GET),
'altNext' => BAZ_SUIVANT,
'altPrev' => BAZ_PRECEDENT,
'nextImg' => BAZ_SUIVANT,
'prevImg' => BAZ_PRECEDENT,
'itemData' => $donnees
);
$pager = & Pager::factory($params);
$data = $pager->getPageData();
$links = $pager->getLinks();
if (BAZ_UTILISE_TEMPLATE) {
//Appel du template n 2
include_once BAZ_CHEMIN_APPLI.'bibliotheque/bazarTemplate.class.php' ;
$template = new bazarTemplate ($GLOBALS['_BAZAR_']['db']) ;
$chaine = $template->getTemplate(2, $GLOBALS['_BAZAR_']['langue'], $GLOBALS['_BAZAR_']['categorie_nature']);
if (bazarTemplate::isError ($chaine)) return $chaine->getMessage() ;
ob_start();
eval ($chaine) ;
$res .= ob_get_contents();
ob_end_clean() ;
} else {
$res .= '<ul>' ;
$res .= '<div class="bazar_numero">'.$pager->links.'</div>'."\n";
foreach ($data as $valeur) {
$res .='<li class="BAZ_'.$valeur['bn_label_class'].'">'."\n";
$GLOBALS['_BAZAR_']['url']->addQueryString('id_fiche', $valeur['bf_id_fiche']) ;
if ($utilisateur->isSuperAdmin() || $GLOBALS['id_user']==$valeur['bf_ce_utilisateur']) {
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_MODIFIER);
$GLOBALS['_BAZAR_']['url']->addQueryString('typeannonce', $valeur['bf_ce_nature']);
$GLOBALS['_BAZAR_']['url']->removeQueryString('personnes');
$GLOBALS['_BAZAR_']['url']->removeQueryString('recherche_effectuee');
$res .= '<a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">('.BAZ_MODIFIER.')</a>&nbsp;'."\n";
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_SUPPRESSION);
$res .='<a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'" onclick="javascript:return confirm(\''.BAZ_SUPPRIMER.'\');">('.BAZ_SUPPRIMER.')</a>&nbsp;'."\n";
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
}
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE) ;
$res .= '<a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">'.$valeur['bf_titre'].'</a>'."\n";
$res .='</li>'."\n";
}
$res .= '</ul>'."\n".'<div class="bazar_numero">'.$pager->links.'</div>'."\n";
}
 
// Nettoyage de l'url
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
$GLOBALS['_BAZAR_']['url']->removeQueryString('id_fiche');
$GLOBALS['_BAZAR_']['url']->removeQueryString('typeannonce');
$GLOBALS['_BAZAR_']['url']->removeQueryString('recherche_avancee');
 
return $res ;
}
 
function encoder_en_utf8($txt) {
// Nous remplaçons l'apostrophe de type RIGHT SINGLE QUOTATION MARK et les & isolées qui n'auraient pas été
// remplacées par une entitée HTML.
$cp1252_map = array("\xc2\x92" => "\xe2\x80\x99" /* RIGHT SINGLE QUOTATION MARK */);
return strtr(preg_replace('/ \x{0026} /u', ' &#38; ', mb_convert_encoding($txt, 'UTF-8','HTML-ENTITIES')), $cp1252_map);
}
 
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: bazar.fonct.rss.php,v $
* Revision 1.99.2.10 2008-02-04 13:03:09 alexandre_tb
* ajout d un class css dans les h2
*
* Revision 1.99.2.9 2008-02-01 16:24:10 florian
* ajout champs_mail, décommenter les traductions des javascripts
*
* Revision 1.99.2.8 2008-01-29 09:35:37 alexandre_tb
* remplacement des variables action par une constante
* Utilisation d un redirection pour eviter que les formulaires soient valides 2 fois
* simplification de la suppression d un lien associe a une liste
*
* Revision 1.99.2.7 2008-01-11 14:09:17 alexandre_tb
* Remplacement de la variable action ecrite en dur par la constante BAZ_VARIABLE_ACTION
*
* Revision 1.99.2.6 2007-12-14 15:55:38 alexandre_tb
* les commentaires peuvent maintenant apparaitre dans le moteur de recherche et dans les fiches, il faut mettre a 1 respectivement le champs recherche et obligatoire
*
* Revision 1.99.2.5 2007-12-10 12:57:34 jp_milcent
* Correction du problèmes des & non remplacées par des &amp;
*
* Revision 1.99.2.4 2007-12-04 08:58:26 alexandre_tb
* modification de styles dans les formulaires
*
* Revision 1.99.2.3 2007-12-03 15:16:21 jp_milcent
* Correction problème de la div mystère!
*
* Revision 1.99.2.2 2007-11-30 15:02:50 alexandre_tb
* simplification du code et correction du bug (les fiches de la carto n affichent pas la bonne nature
*
* Revision 1.99.2.1 2007-11-30 14:14:36 jp_milcent
* Ajout d'un décodage des apostrophes de type RIGHT SINGLE QUOTATION MARK.
*
* Revision 1.99 2007-11-05 10:17:19 alexandre_tb
* correction bug: retrait inorportun de la variable menu dans la globale URL
*
* Revision 1.98 2007-10-24 13:27:45 alexandre_tb
* bug d'affichage multiple lorsqu'il y a +sieurs langues
*
* Revision 1.97 2007-10-24 08:56:27 alexandre_tb
* bug d'affichage multiple lorsqu'il y a +sieurs langues
*
* Revision 1.96 2007-10-22 10:09:21 florian
* correction template
*
* Revision 1.95 2007-10-22 09:22:02 alexandre_tb
* prise en compte de la langue dans les requetes sur bazar_nature
*
* Revision 1.94 2007-10-10 13:26:00 alexandre_tb
* utilisation de la classe Administrateur_bazar a la place de niveau_droit
*
* Revision 1.93 2007-10-01 11:59:51 alexandre_tb
* cosmetique d affichage de la date de l evenement
*
* Revision 1.92 2007-09-28 15:02:43 jp_milcent
* Suppression d'une div fermante jamais ouverte!
*
* Revision 1.91 2007-09-28 14:43:29 jp_milcent
* Correction bogue sur la gestion du mail des rédacteurs.
*
* Revision 1.90 2007-09-28 13:39:15 jp_milcent
* Ajout d'une constante permettant de configurer l'affichage ou pas du courriel du rédacteur d'une fiche.
*
* Revision 1.89 2007-09-18 07:38:43 alexandre_tb
* ajout de la constante BAZ_AFFICHER_FILTRE_MOTEUR pour enlever le choix du type de fiche dans le moteur de recherche.
*
* Revision 1.88 2007-08-27 12:32:14 alexandre_tb
* suppression de un notice
*
* Revision 1.87 2007-07-05 08:27:35 alexandre_tb
* dans le flux ajout utf8_encode pour la description et le titre des flux
*
* indentation du code, et correction bug lorsque plusieurs catégories nature étaient demandé lors de consultation de fiche.
*
* Revision 1.86 2007-07-04 10:02:42 alexandre_tb
* deplacement d une balise <ul> dans la liste des resultats pour conformite xhtml
*
* Revision 1.85 2007-06-25 12:15:06 alexandre_tb
* merge from narmer
*
* Revision 1.84 2007-06-25 09:56:55 alexandre_tb
* correction de bug
*
* Revision 1.83 2007-06-04 15:26:02 alexandre_tb
* remplacement d un die en return
*
* Revision 1.82 2007/04/20 12:47:42 florian
* correction bugs suite au merge
*
* Revision 1.81 2007/04/20 09:59:41 florian
* et un echo en moins!
*
* Revision 1.80 2007/04/20 09:57:21 florian
* correction bugs suite au merge
*
* Revision 1.79 2007/04/19 14:57:41 alexandre_tb
* merge
*
* Revision 1.77 2007/04/04 15:15:22 neiluj
* débug pour nom wiki
*
* Revision 1.76 2007/04/04 15:09:59 florian
* modif class fichiers
*
* Revision 1.75 2007/04/04 08:51:01 florian
* gestion des classes spécifiques pour habiller par CSS les fiches bazar
*
* Revision 1.74 2007/03/28 15:54:32 florian
* correction de bugs
*
* Revision 1.73 2007/03/28 10:01:47 florian
* ajout de la constante BAZ_UTILISE_TEMPLATE, pour utiliser ou non les templates pour l'affichage du moteur de recherche
*
* Revision 1.72 2007/03/28 08:51:22 neiluj
* passage des flux RSS en UTF-8
* ajout de l'indentation du code
* Vérification validation w3c = OK
*
* Revision 1.71 2007/03/19 15:17:37 alexandre_tb
* correction de la requete de recherche
*
* Revision 1.70 2007/03/08 15:12:13 jp_milcent
* Fusion avec la livraison Menes : 08 mars 2007
*
* Revision 1.60.2.11 2007/03/07 17:20:19 jp_milcent
* Ajout du nettoyage syst�matique des URLs.
*
* Revision 1.60.2.10 2007/03/06 09:41:15 alexandre_tb
* backport de corrections de bugs de la branche principale
*
* Revision 1.69 2007/03/06 09:39:00 alexandre_tb
* correction de bug sur les jointures et sur les flux rss
*
* Revision 1.68 2007/03/05 10:27:06 alexandre_tb
* ajout d identifiant dans les span qui affiche le detail d une fiche.
* ajout d un modele pour les fiches -> du code a ete deplace dans
* bazar_template
*
* Revision 1.67 2007/02/28 10:18:56 alexandre_tb
* backport de bug depuis la 1.60 de menes
*
* Revision 1.60.2.9 2007/02/27 15:32:40 alexandre_tb
* utilisation de la fonction xmlEntities pour transformer les &amp; en &#...;
* fixe les plantages des flux rss lorsque des guillemets ou des esperluettes �taient pr�sents
*
* Revision 1.60.2.8 2007/02/27 15:11:00 alexandre_tb
* correction d une jointure dans la requete pour les flux rss
* utilisation de la librairie XML_Util de pear pour generer le flux RSS -> plus clair
*
* Revision 1.60.2.7 2007/02/15 17:39:00 jp_milcent
* Remise dans le code d'un bogue...
* A corriger!
*
* Revision 1.60.2.6 2007/02/15 13:42:16 jp_milcent
* Utilisation de IN � la place du = dans les requ�tes traitant les cat�gories de fiches.
* Permet d'utiliser la syntaxe 1,2,3 dans la configuration de categorie_nature.
*
* Revision 1.64 2007/02/02 14:00:41 alexandre_tb
* mise en place d'un template pour l'affichage du moteur de recherche
*
* Revision 1.60.2.5 2007/02/02 13:46:54 alexandre_tb
* correction bug sur une date
*
* Revision 1.60.2.4 2007/01/30 15:45:01 alexandre_tb
* affichage de la date de cr�ation e la fiche lorsque la date de d�but de validit� n'est plus bonne
*
* Revision 1.60.2.3 2007/01/29 10:53:46 alexandre_tb
* Mise en place de la constante BAZ_DERNIERES_FICHES pour remplacer le label en francais dans baz_liste
*
* Revision 1.63 2007/01/18 14:37:34 alexandre_tb
* backport
* les dates ne s'affichent pas si elles sont vides.
* les champs dates propose 4 ann�es avant l'ann�e actuelle
*
* Revision 1.60.2.2 2007/01/17 16:01:27 alexandre_tb
* les dates ne s'affichent pas si elles sont vides.
* les champs dates propose 4 ann�es avant l'ann�e actuelle
*
* Revision 1.60.2.1 2007/01/05 14:41:49 alexandre_tb
* backport ordre d affichage des dernieres news et suppression de la taille des images uploadees
*
* Revision 1.60 2006/10/05 08:53:50 florian
* amelioration moteur de recherche, correction de bugs
*
* Revision 1.59 2006/09/21 14:19:39 florian
* amélioration des fonctions liés au wikini
*
* Revision 1.58 2006/09/15 12:31:40 alexandre_tb
* correction du nom du flux RSS.
*
* Revision 1.57 2006/07/25 13:22:27 alexandre_tb
* r�organisation du code, sans grand changement
*
* Revision 1.56 2006/07/18 14:13:35 alexandre_tb
* Ajout d identifiant HTML
*
* Revision 1.55 2006/07/04 14:29:18 alexandre_tb
* Ajout du bouton supprimer pour les administrateurs
*
* Revision 1.54 2006/07/03 09:51:21 alexandre_tb
* correction du bug recherche sur fiches valid�s et invalid�s.
*
* Revision 1.53 2006/06/29 10:29:51 florian
* correction bug moteur de recherche
*
* Revision 1.52 2006/06/02 09:29:07 florian
* debut d'integration de wikini
*
* Revision 1.51 2006/05/23 15:41:27 alexandre_tb
* ajout de la num�rotation des pages en haut et en bas ds r�sultats et ajout d'une div class=bazar_numero pour les entourer
*
* Revision 1.50 2006/05/22 09:55:12 alexandre_tb
* ajout de la variable recherche_avancee dans l'action du formulaire
*
* Revision 1.49 2006/05/19 13:54:11 florian
* stabilisation du moteur de recherche, corrections bugs, lien recherche avancee
*
* Revision 1.48 2006/05/17 09:50:13 alexandre_tb
* Ajout du moteur de recherche �volu� et du d�coupage par page
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
?>
/tags/2014-08-05_centre/client/bazar/bibliotheque/bazar.fonct.php
New file
0,0 → 1,1660
<?php
/*vim: set expandtab tabstop=4 shiftwidth=4: */
// +------------------------------------------------------------------------------------------------------+
// | PHP version 4.1 |
// +------------------------------------------------------------------------------------------------------+
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
// +------------------------------------------------------------------------------------------------------+
// | This library is free software; you can redistribute it and/or |
// | modify it under the terms of the GNU Lesser General Public |
// | License as published by the Free Software Foundation; either |
// | version 2.1 of the License, or (at your option) any later version. |
// | |
// | This library is distributed in the hope that it will be useful, |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | Lesser General Public License for more details. |
// | |
// | You should have received a copy of the GNU Lesser General Public |
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: bazar.fonct.php,v 1.74.2.10 2008-02-01 17:20:18 florian Exp $
/**
*
* Fonctions du module bazar
*
*
*@package bazar
//Auteur original :
*@author Alexandre Granier <alexandre@tela-botanica.org>
*@author Florian Schmitt <florian@ecole-et-nature.org>
//Autres auteurs :
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.74.2.10 $ $Date: 2008-02-01 17:20:18 $
// +------------------------------------------------------------------------------------------------------+
*/
 
// +------------------------------------------------------------------------------------------------------+
// | ENTETE du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+
require_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm.php' ;
require_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm/checkbox.php' ;
require_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm/textarea.php' ;
require_once PAP_CHEMIN_API_PEAR.'HTML/Table.php' ;
require_once GEN_CHEMIN_API.'formulaire/formulaire.fonct.inc.php';
require_once 'bazar.fonct.rss.php';
 
 
/** fiches_a_valider () - Renvoie les annonces restant a valider par un administrateur
*
* @return string HTML
*/
function fiches_a_valider() {
// Pour les administrateurs d'une rubrique, on affiche les fiches a valider de cette rubrique
// On effectue une requete sur le bazar pour voir les fiches a administrer
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_VOIR, BAZ_VOIR_ADMIN);
$res= '<h2>'.BAZ_ANNONCES_A_ADMINISTRER.'</h2><br />'."\n";
$requete = 'SELECT * FROM bazar_fiche, bazar_nature WHERE bf_statut_fiche=0 AND ' .
'bn_id_nature=bf_ce_nature AND bn_ce_id_menu IN ('.$GLOBALS['_BAZAR_']['categorie_nature'].') ' ;
if (isset($GLOBALS['_BAZAR_']['langue'])) {
$requete .= ' and bn_ce_i18n like "'.$GLOBALS['_BAZAR_']['langue'].'%" ';
}
$requete .= 'ORDER BY bf_date_maj_fiche DESC' ;
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ('Echec de la requete<br />'.$resultat->getMessage().'<br />'.$resultat->getDebugInfo()) ;
}
if ($resultat->numRows() != 0) {
$tableAttr = array('id' => 'table_bazar') ;
$table = new HTML_Table($tableAttr) ;
$entete = array (BAZ_TITREANNONCE ,BAZ_ANNONCEUR, BAZ_TYPEANNONCE, BAZ_PUBLIER, BAZ_SUPPRIMER) ;
$table->addRow($entete) ;
$table->setRowType (0, 'th') ;
// On affiche une ligne par proposition
while ($ligne = $resultat->fetchRow (DB_FETCHMODE_ASSOC)) {
//Requete pour trouver le nom et prenom de l'annonceur
$requetenomprenom = 'SELECT '.BAZ_CHAMPS_PRENOM.', '.BAZ_CHAMPS_NOM.' FROM '.BAZ_ANNUAIRE.
' WHERE '.BAZ_CHAMPS_ID.'='.$ligne['bf_ce_utilisateur'] ;
$resultatnomprenom = $GLOBALS['_BAZAR_']['db']->query ($requetenomprenom) ;
if (DB::isError($resultatnomprenom)) {
echo ("Echec de la requete<br />".$resultatnomprenom->getMessage()."<br />".$resultatnomprenom->getDebugInfo()) ;
}
while ($lignenomprenom = $resultatnomprenom->fetchRow (DB_FETCHMODE_ASSOC)) {
$annonceur=$lignenomprenom[BAZ_CHAMPS_PRENOM]." ".$lignenomprenom[BAZ_CHAMPS_NOM];
}
$lien_voir=$GLOBALS['_BAZAR_']['url'];
$lien_voir->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
$lien_voir->addQueryString('id_fiche', $ligne['bf_id_fiche']);
$lien_voir->addQueryString('typeannonce', $ligne['bn_id_nature']);
// Nettoyage de l'url
// NOTE (jpm - 23 mai 2007): pour être compatible avec PHP5 il faut utiliser tjrs $GLOBALS['_BAZAR_']['url'] car en php4 on
// copie bien une variable mais pas en php5, cela reste une référence...
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
$GLOBALS['_BAZAR_']['url']->removeQueryString('id_fiche');
$GLOBALS['_BAZAR_']['url']->removeQueryString('typeannonce');
$GLOBALS['_BAZAR_']['url']->addQueryString('id_fiche', $ligne['bf_id_fiche']);
$GLOBALS['_BAZAR_']['url']->addQueryString('typeannonce', $ligne['bn_id_nature']);
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
$lien_voir = $GLOBALS['_BAZAR_']['url']->getURL();
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
 
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_PUBLIER);
$lien_publie_oui = $GLOBALS['_BAZAR_']['url']->getURL();
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_PAS_PUBLIER);
$lien_publie_non = $GLOBALS['_BAZAR_']['url']->getURL();
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_SUPPRESSION);
$lien_supprimer = $GLOBALS['_BAZAR_']['url']->getURL();
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
$GLOBALS['_BAZAR_']['url']->removeQueryString('id_fiche');
$GLOBALS['_BAZAR_']['url']->removeQueryString('typeannonce');
$table->addRow (array(
'<a href="'.$lien_voir.'">'.$ligne['bf_titre'].'</a>'."\n", // col 1 : le nom
$annonceur."\n", // col 2 : annonceur
$ligne['bn_label_nature']."\n", // col 3 : type annonce
"<a href=\"".$lien_publie_oui."\">".BAZ_OUI."</a> / \n".
"<a href=\"".$lien_publie_non."\">".BAZ_NON."</a>", // col 4 : publier ou pas
"<a href=\"".$lien_supprimer."\"".
" onclick=\"javascript:return confirm('".BAZ_CONFIRMATION_SUPPRESSION."');\">".BAZ_SUPPRIMER."</a>\n")) ; // col 5 : supprimer
}
$table->altRowAttributes(1, array("class" => "ligne_impaire"), array("class" => "ligne_paire"));
$table->updateColAttributes(1, array("align" => "center"));
$table->updateColAttributes(2, array("align" => "center"));
$table->updateColAttributes(3, array("align" => "center"));
$table->updateColAttributes(4, array("align" => "center"));
$res .= $table->toHTML() ;
}
else {
$res .= '<p class="zone_info">'.BAZ_PAS_DE_FICHE_A_VALIDER.'</p>'."\n" ;
}
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_TOUTES_ANNONCES);
// Nettoyage de l'url
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
$GLOBALS['_BAZAR_']['url']->removeQueryString('id_fiche');
$GLOBALS['_BAZAR_']['url']->removeQueryString('typeannonce');
// Les autres fiches, deja validees
$res .= '<h2>'.BAZ_TOUTES_LES_FICHES.'</h2>'."\n";
$requete = 'SELECT * FROM bazar_fiche, bazar_nature WHERE bf_statut_fiche=1 AND ' .
'bn_id_nature=bf_ce_nature AND bn_ce_id_menu IN ('.$GLOBALS['_BAZAR_']['categorie_nature'].') ';
if (isset($GLOBALS['_BAZAR_']['langue'])) {
$requete .= ' and bn_ce_i18n like "'.$GLOBALS['_BAZAR_']['langue'].'%" ';
}
$requete .= 'ORDER BY bf_date_maj_fiche DESC' ;
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ('Echec de la requete<br />'.$resultat->getMessage().'<br />'.$resultat->getDebugInfo()) ;
}
if ($resultat->numRows() != 0) {
$tableAttr = array('id' => 'table_bazar') ;
$table = new HTML_Table($tableAttr) ;
$entete = array (BAZ_TITREANNONCE ,BAZ_ANNONCEUR, BAZ_TYPEANNONCE, BAZ_PUBLIER, BAZ_SUPPRIMER) ;
$table->addRow($entete) ;
$table->setRowType (0, 'th') ;
// On affiche une ligne par proposition
while ($ligne = $resultat->fetchRow (DB_FETCHMODE_ASSOC)) {
//Requete pour trouver le nom et prenom de l'annonceur
$requetenomprenom = 'SELECT '.BAZ_CHAMPS_PRENOM.', '.BAZ_CHAMPS_NOM.' FROM '.BAZ_ANNUAIRE.
' WHERE '.BAZ_CHAMPS_ID.'='.$ligne['bf_ce_utilisateur'] ;
$resultatnomprenom = $GLOBALS['_BAZAR_']['db']->query ($requetenomprenom) ;
if (DB::isError($resultatnomprenom)) {
echo ("Echec de la requete<br />".$resultatnomprenom->getMessage()."<br />".$resultatnomprenom->getDebugInfo()) ;
}
while ($lignenomprenom = $resultatnomprenom->fetchRow (DB_FETCHMODE_ASSOC)) {
$annonceur=$lignenomprenom[BAZ_CHAMPS_PRENOM]." ".$lignenomprenom[BAZ_CHAMPS_NOM];
}
$lien_voir=$GLOBALS['_BAZAR_']['url'];
$lien_voir->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
$lien_voir->addQueryString('id_fiche', $ligne['bf_id_fiche']);
$lien_voir->addQueryString('typeannonce', $ligne['bn_id_nature']);
// Nettoyage de l'url
// NOTE (jpm - 23 mai 2007): pour être compatible avec PHP5 il faut utiliser tjrs $GLOBALS['_BAZAR_']['url'] car en php4 on
// copie bien une variable mais pas en php5, cela reste une référence...
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
$GLOBALS['_BAZAR_']['url']->removeQueryString('id_fiche');
$GLOBALS['_BAZAR_']['url']->removeQueryString('typeannonce');
$GLOBALS['_BAZAR_']['url']->addQueryString('id_fiche', $ligne['bf_id_fiche']);
$GLOBALS['_BAZAR_']['url']->addQueryString('typeannonce', $ligne['bn_id_nature']);
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
$lien_voir = $GLOBALS['_BAZAR_']['url']->getURL();
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
 
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_PUBLIER);
$lien_publie_oui = $GLOBALS['_BAZAR_']['url']->getURL();
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_PAS_PUBLIER);
$lien_publie_non = $GLOBALS['_BAZAR_']['url']->getURL();
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_SUPPRESSION);
$lien_supprimer = $GLOBALS['_BAZAR_']['url']->getURL();
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
$GLOBALS['_BAZAR_']['url']->removeQueryString('id_fiche');
$GLOBALS['_BAZAR_']['url']->removeQueryString('typeannonce');
$table->addRow (array(
'<a href="'.$lien_voir.'">'.$ligne['bf_titre'].'</a>'."\n", // col 1 : le nom
$annonceur."\n", // col 2 : annonceur
$ligne['bn_label_nature']."\n", // col 3 : type annonce
"<a href=\"".$lien_publie_oui."\">".BAZ_OUI."</a> / \n".
"<a href=\"".$lien_publie_non."\">".BAZ_NON."</a>", // col 4 : publier ou pas
"<a href=\"".$lien_supprimer."\"".
" onclick=\"javascript:return confirm('".BAZ_CONFIRMATION_SUPPRESSION."');\">".BAZ_SUPPRIMER."</a>\n")) ; // col 5 : supprimer
}
$table->altRowAttributes(1, array("class" => "ligne_impaire"), array("class" => "ligne_paire"));
$table->updateColAttributes(1, array("align" => "center"));
$table->updateColAttributes(2, array("align" => "center"));
$table->updateColAttributes(3, array("align" => "center"));
$table->updateColAttributes(4, array("align" => "center"));
$res .= $table->toHTML() ;
}
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_VOIR);
return $res;
}
 
 
/** mes_fiches () - Renvoie les fiches bazar d'un utilisateur
*
* @return string HTML
*/
function mes_fiches() {
$res= '<h2>'.BAZ_VOS_ANNONCES.'</h2><br />'."\n";
if ($GLOBALS['AUTH']->getAuth()) {
// requete pour voir si l'utilisateur a des fiches a son nom, classees par date de MAJ et nature d'annonce
$requete = 'SELECT * FROM bazar_fiche, bazar_nature WHERE bf_ce_utilisateur='. $GLOBALS['id_user'].
' AND bn_id_nature=bf_ce_nature AND bn_ce_id_menu IN ('.$GLOBALS['_BAZAR_']['categorie_nature'].') ';
if (isset($GLOBALS['_BAZAR_']['langue'])) $requete .= ' and bn_ce_i18n like "'.$GLOBALS['_BAZAR_']['langue'].'%" ';
$requete .= ' ORDER BY bf_date_maj_fiche DESC,bf_ce_nature ASC';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ('Echec de la requete<br />'.$resultat->getMessage().'<br />'.$resultat->getDebugInfo()) ;
}
if ($resultat->numRows() != 0) {
$tableAttr = array('id' => 'table_bazar') ;
$table = new HTML_Table($tableAttr) ;
$entete = array (BAZ_TITREANNONCE , BAZ_TYPEANNONCE, BAZ_ETATPUBLICATION, BAZ_MODIFIER, BAZ_SUPPRIMER) ;
$table->addRow($entete) ;
$table->setRowType (0, "th") ;
// On affiche une ligne par proposition
while ($ligne = $resultat->fetchRow (DB_FETCHMODE_ASSOC)) {
if ($ligne['bf_statut_fiche']==1) $publiee=BAZ_PUBLIEE;
elseif ($ligne['bf_statut_fiche']==0) $publiee=BAZ_ENCOURSDEVALIDATION;
else $publiee=BAZ_REJETEE;
$lien_voir = $GLOBALS['_BAZAR_']['url'];
$lien_voir->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
$lien_voir->addQueryString('id_fiche', $ligne['bf_id_fiche']);
$lien_voir->addQueryString('typeannonce', $ligne['bn_id_nature']);
$lien_voir_url=$lien_voir->getURL();
$lien_modifier = $GLOBALS['_BAZAR_']['url'];
$lien_modifier->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_MODIFIER);
$lien_modifier->addQueryString('id_fiche', $ligne['bf_id_fiche']);
$lien_modifier->addQueryString('typeannonce', $ligne['bn_id_nature']);
$lien_modifier_url=$lien_modifier->getURL();
$lien_supprimer = $GLOBALS['_BAZAR_']['url'];
$lien_supprimer->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_SUPPRESSION);
$lien_supprimer->addQueryString('id_fiche', $ligne['bf_id_fiche']);
$lien_supprimer->addQueryString('typeannonce', $ligne['bn_id_nature']);
$lien_supprimer_url=$lien_supprimer->getURL();
$table->addRow (array(
'<a href="'.$lien_voir_url.'">'.$ligne['bf_titre'].'</a>'."\n", // col 1 : le nom
$ligne['bn_label_nature']."\n", // col 2: type annonce
$publiee."\n", // col 3 : publiee ou non
'<a href="'.$lien_modifier_url.'">'.BAZ_MODIFIER.'</a>'."\n", // col 4 : modifier
'<a href="'.$lien_supprimer_url.'" onclick="javascript:return '.
'confirm(\''.BAZ_CONFIRMATION_SUPPRESSION.'\');" >'.BAZ_SUPPRIMER.'</a>'."\n")) ; // col 5 : supprimer
}
$table->altRowAttributes(1, array("class" => "ligne_impaire"), array("class" => "ligne_paire"));
$table->updateColAttributes(1, array("align" => "left"));
$table->updateColAttributes(2, array("align" => "center"));
$table->updateColAttributes(3, array("align" => "center"));
$table->updateColAttributes(4, array("align" => "center"));
$res .= $table->toHTML() ;
}
else {
$res .= '<p class="zone_info">'.BAZ_PAS_DE_FICHE.'</p>'."\n" ;
}
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_VOIR, BAZ_VOIR_SAISIR);
$GLOBALS['_BAZAR_']['url']->removeQueryString('id_fiche');
$GLOBALS['_BAZAR_']['url']->removeQueryString('typeannonce');
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
$res .= '<br /><ul id="liste_liens"><li id="lien_saisir"><a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'" title="'.BAZ_SAISIR_UNE_NOUVELLE_FICHE.'">'.BAZ_SAISIR_UNE_NOUVELLE_FICHE.'</a></li></ul>';
}
else {
$res .= BAZ_IDENTIFIEZ_VOUS_PRESENTATION_XHTML;
$res .= '<p class="zone_info">'.BAZ_IDENTIFIEZ_VOUS_POUR_SAISIR.'</p>'."\n" ;
include_once BAZ_CHEMIN_APPLI.'bibliotheque/bazarTemplate.class.php';
$modele = new bazarTemplate($GLOBALS['_BAZAR_']['db']);
$res .= $modele->getTemplate(BAZ_TEMPLATE_MESSAGE_LOGIN, $GLOBALS['_BAZAR_']['langue'], $GLOBALS['_BAZAR_']['categorie_nature']);
}
return $res;
}
 
/** baz_gestion_droits() interface de gestion des droits
*
* return string le code HTML
*/
function baz_gestion_droits() {
$lien_formulaire=$GLOBALS['_BAZAR_']['url'];
$lien_formulaire->addQueryString(BAZ_VARIABLE_ACTION, BAZ_GERER_DROITS);
 
//contruction du squelette du formulaire
$formtemplate = new HTML_QuickForm('formulaire', 'post', preg_replace ('/&amp;/', '&', $lien_formulaire->getURL()) );
$squelette =& $formtemplate->defaultRenderer();
$squelette->setFormTemplate("\n".'<form {attributes}>'."\n".'<table style="border:0;">'."\n".'{content}'."\n".'</table>'."\n".'</form>'."\n");
$squelette->setElementTemplate( '<tr>'."\n".'<td style="font-size:12px;width:150px;text-align:right;">'."\n".'{label} :</td>'."\n".'<td style="text-align:left;padding:5px;"> '."\n".'{element}'."\n".
'<!-- BEGIN required --><span class="symbole_obligatoire">*</span><!-- END required -->'."\n".
'<!-- BEGIN error --><span class="erreur">{error}</span><!-- END error -->'."\n".
'</td>'."\n".'</tr>'."\n");
$squelette->setElementTemplate( '<tr>'."\n".'<td colspan="2" class="liste_a_cocher"><strong>{label}&nbsp;{element}</strong>'."\n".
'<!-- BEGIN required --><span class="symbole_obligatoire">&nbsp;*</span><!-- END required -->'."\n".'</td>'."\n".'</tr>'."\n", 'accept_condition');
$squelette->setElementTemplate( '<tr><td colspan="2" class="bouton">{label}{element}</td></tr>'."\n", 'valider');
$squelette->setRequiredNoteTemplate("\n".'<tr>'."\n".'<td colspan="2" class="symbole_obligatoire">* {requiredNote}</td></tr>'."\n");
//Traduction de champs requis
$formtemplate->setRequiredNote(BAZ_CHAMPS_REQUIS) ;
$formtemplate->setJsWarnings(BAZ_ERREUR_SAISIE,BAZ_VEUILLEZ_CORRIGER);
//Initialisation de la variable personne
if ( isset($_POST['personnes']) ) {
$personne=$_POST['personnes'];
}
else $personne=0;
//Cas ou les droits ont etes changes
if (isset($_GET['pers'])) {
$personne=$_GET['pers'];
//CAS DES DROITS POUR UN TYPE D'ANNONCE: On efface tous les droits de la personne pour ce type d'annonce
if (isset($_GET['idtypeannonce'])) {
$requete = 'DELETE FROM bazar_droits WHERE bd_id_utilisateur='.$_GET['pers'].
' AND bd_id_nature_offre='.$_GET['idtypeannonce'];
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
}
//CAS DU SUPER ADMIN: On efface tous les droits de la personne en general
else {
$requete = 'DELETE FROM bazar_droits WHERE bd_id_utilisateur='.$_GET['pers'];
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
}
if ($_GET['droits']=='superadmin') {
$requete = 'INSERT INTO bazar_droits VALUES ('.$_GET['pers'].',0,0)';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
}
elseif ($_GET['droits']=='redacteur') {
$requete = 'INSERT INTO bazar_droits VALUES ('.$_GET['pers'].','.$_GET['idtypeannonce'].',1)';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
}
elseif ($_GET['droits']=='admin') {
$requete = 'INSERT INTO bazar_droits VALUES ('.$_GET['pers'].','.$_GET['idtypeannonce'].',2)';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
}
}
//requete pour obtenir l'id, le nom et prenom des personnes inscrites a l'annuaire sauf soi meme
$requete = 'SELECT '.BAZ_CHAMPS_ID.', '.BAZ_CHAMPS_NOM.', '.BAZ_CHAMPS_PRENOM.' FROM '.BAZ_ANNUAIRE.
' WHERE '.BAZ_CHAMPS_ID." != ".$GLOBALS['id_user'].' ORDER BY '.BAZ_CHAMPS_NOM.' ASC';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
echo ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
$res='<h2>'.BAZ_GESTION_DES_DROITS.'</h2><br />'."\n";
$res.=BAZ_DESCRIPTION_GESTION_DES_DROITS.'<br /><br />'."\n";
$personnes_select[0]=BAZ_SELECTION;
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
$personnes_select[$ligne[BAZ_CHAMPS_ID]] = $ligne[BAZ_CHAMPS_NOM]." ".$ligne[BAZ_CHAMPS_PRENOM] ;
}
$java=array ('style'=>'width:250px;','onchange'=>'this.form.submit();');
$formtemplate->addElement ('select', 'personnes', BAZ_LABEL_CHOIX_PERSONNE, $personnes_select, $java) ;
$defauts=array ('personnes'=>$personne);
$formtemplate->setDefaults($defauts);
$res.= $formtemplate->toHTML().'<br />'."\n" ;
if ($personne!=0) {
//cas du super utilisateur
$utilisateur = new Utilisateur_bazar($personne) ;
if ($utilisateur->isSuperAdmin()) {
$res.= '<br />'.BAZ_EST_SUPERADMINISTRATEUR.'<br /><br />'."\n";
$lien_enlever_superadmin=$GLOBALS['_BAZAR_']['url'];
$lien_enlever_superadmin->addQueryString(BAZ_VARIABLE_ACTION, BAZ_GERER_DROITS);
$lien_enlever_superadmin->addQueryString('pers', $personne);
$lien_enlever_superadmin->addQueryString('droits', 'aucun');
$res.= '<a href='.$lien_enlever_superadmin->getURL().'>'.BAZ_CHANGER_SUPERADMINISTRATEUR.'</a><br />'."\n";
}
else {
$lien_passer_superadmin=$GLOBALS['_BAZAR_']['url'];
$lien_passer_superadmin->addQueryString(BAZ_VARIABLE_ACTION, BAZ_GERER_DROITS);
$lien_passer_superadmin->addQueryString('pers', $personne);
$lien_passer_superadmin->addQueryString('droits', 'superadmin');
$res.= '<a href='.$lien_passer_superadmin->getURL().'>'.BAZ_PASSER_SUPERADMINISTRATEUR.'</a><br />'."\n";
//on cherche les differentes rubriques d'annonces
$requete = 'SELECT bn_id_nature, bn_label_nature, bn_image_titre FROM bazar_nature';
if (isset($GLOBALS['_BAZAR_']['langue'])) $requete .= ' where bn_ce_i18n like "'.$GLOBALS['_BAZAR_']['langue'].'%"';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
$res.='<br /><b>'.BAZ_DROITS_PAR_TYPE.'</b><br /><br />';
$table = new HTML_Table(array ('width' => '100%', 'class' => 'table_bazar')) ;
$table->addRow(array ('<strong>'.BAZ_TYPE_ANNONCES.'</strong>',
'<strong>'.BAZ_DROITS_ACTUELS.'</strong>',
'<strong>'.BAZ_PASSER_EN.'</strong>',
'<strong>'.BAZ_OU_PASSER_EN.'</strong>')) ;
$table->setRowType (0, 'th') ;
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
$lien_aucun_droit=$GLOBALS['_BAZAR_']['url'];
$lien_aucun_droit->addQueryString(BAZ_VARIABLE_ACTION, BAZ_GERER_DROITS);
$lien_aucun_droit->addQueryString('pers', $personne);
$lien_aucun_droit->addQueryString('droits', 'aucun');
$lien_aucun_droit->addQueryString('idtypeannonce', $ligne["bn_id_nature"]);
$lien_passer_redacteur=$GLOBALS['_BAZAR_']['url'];
$lien_passer_redacteur->addQueryString(BAZ_VARIABLE_ACTION, BAZ_GERER_DROITS);
$lien_passer_redacteur->addQueryString('pers', $personne);
$lien_passer_redacteur->addQueryString('droits', 'redacteur');
$lien_passer_redacteur->addQueryString('idtypeannonce', $ligne["bn_id_nature"]);
$lien_passer_admin=$GLOBALS['_BAZAR_']['url'];
$lien_passer_admin->addQueryString(BAZ_VARIABLE_ACTION, BAZ_GERER_DROITS);
$lien_passer_admin->addQueryString('pers', $personne);
$lien_passer_admin->addQueryString('droits', 'admin');
$lien_passer_admin->addQueryString('idtypeannonce', $ligne["bn_id_nature"]);
if (isset($ligne['bn_image_titre'])) {
$titre='&nbsp;<img src="client/bazar/images/'.$ligne['bn_image_titre'].'" alt="'.$ligne['bn_label_nature'].'" />'."\n";
} else {
$titre='<strong>&nbsp;'.$ligne['bn_label_nature'].'</strong>'."\n";
}
if ($utilisateur->isAdmin($ligne['bn_id_nature'])) {
$table->addRow(array($titre,
BAZ_DROIT_ADMIN,
'<a href='.$lien_aucun_droit->getURL().'>'.BAZ_AUCUN_DROIT.'</a>',
'<a href='.$lien_passer_redacteur->getURL().'>'.BAZ_LABEL_REDACTEUR.'</a>'));
}
elseif ($utilisateur->isRedacteur($ligne['bn_id_nature'])) {
$table->addRow(array($titre,
BAZ_LABEL_REDACTEUR,
'<a href='.$lien_aucun_droit->getURL().'>'.BAZ_AUCUN_DROIT.'</a>',
'<a href='.$lien_passer_admin->getURL().'>'.BAZ_DROIT_ADMIN.'</a>'));
}
else {
$table->addRow(array($titre,
BAZ_AUCUN_DROIT,
'<a href='.$lien_passer_redacteur->getURL().'>'.BAZ_LABEL_REDACTEUR.'</a>',
'<a href='.$lien_passer_admin->getURL().'>'.BAZ_DROIT_ADMIN.'</a>'));
}
}
$table->altRowAttributes(1, array('class' => 'ligne_impaire'), array('class' => 'ligne_paire'));
$table->updateColAttributes(0, array('align' => 'left'));
$table->updateColAttributes(1, array('align' => 'left'));
$table->updateColAttributes(2, array('align' => 'left'));
$table->updateColAttributes(3, array('align' => 'left'));
$res.=$table->toHTML() ;
}
}
 
// Nettoyage de l'url
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
$GLOBALS['_BAZAR_']['url']->removeQueryString('pers');
$GLOBALS['_BAZAR_']['url']->removeQueryString('droits');
$GLOBALS['_BAZAR_']['url']->removeQueryString('idtypeannonce');
 
return $res;
}
 
/** baz_formulaire() - Renvoie le menu pour les saisies et modification des annonces
*
* @param string choix du formulaire a afficher (soit formulaire personnalise de
* l'annonce, soit choix du type d'annonce)
*
* @return string HTML
*/
function baz_formulaire($mode) {
$res = '';
 
if ($GLOBALS['AUTH']->getAuth()) {
$lien_formulaire=$GLOBALS['_BAZAR_']['url'];
 
//Definir le lien du formulaire en fonction du mode de formulaire choisi
if ($mode == BAZ_DEPOSER_ANNONCE) {
$lien_formulaire->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_NOUVEAU);
if (isset($GLOBALS['_BAZAR_']['id_typeannonce']) && $GLOBALS['_BAZAR_']['id_typeannonce'] != 'toutes') {
$mode = BAZ_ACTION_NOUVEAU ;
}
}
if ($mode == BAZ_ACTION_NOUVEAU) {
if ((!isset($_POST['accept_condition']))and($GLOBALS['_BAZAR_']['condition']!=NULL)) {
$lien_formulaire->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_NOUVEAU);
} else {
$lien_formulaire->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_NOUVEAU_V);
}
}
if ($mode == BAZ_ACTION_MODIFIER) {
if (!isset($_POST['accept_condition'])and($GLOBALS['_BAZAR_']['condition']!=NULL)) {
$lien_formulaire->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_MODIFIER);
} else {
$lien_formulaire->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_MODIFIER_V);
if (isset ($_SESSION['_BAZAR_']['fichier'])) unset($_SESSION['_BAZAR_']['fichier']) ;
if (isset ($_SESSION['_BAZAR_']['image'])) unset($_SESSION['_BAZAR_']['image']);
if (isset ($_SESSION['_BAZAR_']['lien'])) unset($_SESSION['_BAZAR_']['lien']);
}
$lien_formulaire->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
}
if ($mode == BAZ_ACTION_MODIFIER_V) {
$lien_formulaire->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_MODIFIER_V);
$lien_formulaire->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
}
//contruction du squelette du formulaire
$formtemplate = new HTML_QuickForm('formulaire', 'post', preg_replace ('/&amp;/', '&', $lien_formulaire->getURL()) );
$squelette =& $formtemplate->defaultRenderer();
$squelette->setFormTemplate("\n".'<form {attributes}>'."\n".'<table style="border:0;width:100%;">'."\n".'{content}'."\n".'</table>'."\n".'</form>'."\n");
$squelette->setElementTemplate( '<tr>'."\n".'<td>'."\n".'{label}'.
'<!-- BEGIN required --><span class="symbole_obligatoire">&nbsp;*</span><!-- END required -->'."\n".
' </td>'."\n".'<td style="text-align:left;padding:5px;"> '."\n".'{element}'."\n".
'<!-- BEGIN error --><span class="erreur">{error}</span><!-- END error -->'."\n".
'</td>'."\n".'</tr>'."\n");
$squelette->setElementTemplate( '<tr>'."\n".'<td colspan="2" class="liste_a_cocher"><strong>{label}&nbsp;{element}</strong>'."\n".
'<!-- BEGIN required --><span class="symbole_obligatoire">&nbsp;*</span><!-- END required -->'."\n".'</td>'."\n".'</tr>'."\n", 'accept_condition');
$squelette->setElementTemplate( '<tr><td colspan="2" class="bouton">{label}{element}</td></tr>'."\n", 'valider');
$squelette->setRequiredNoteTemplate("\n".'<tr>'."\n".'<td colspan="2" class="symbole_obligatoire">* {requiredNote}</td></tr>'."\n");
//Traduction de champs requis
$formtemplate->setRequiredNote(BAZ_CHAMPS_REQUIS) ;
$formtemplate->setJsWarnings(BAZ_ERREUR_SAISIE,BAZ_VEUILLEZ_CORRIGER);
//------------------------------------------------------------------------------------------------
//AFFICHAGE DU FORMULAIRE GENERAL DE CHOIX DU TYPE D'ANNONCE
//------------------------------------------------------------------------------------------------
if ($mode == BAZ_DEPOSER_ANNONCE) {
$res = '';
//requete pour obtenir le nom et la description des types d'annonce
$requete = 'SELECT * FROM bazar_nature WHERE bn_ce_id_menu IN ('.$GLOBALS['_BAZAR_']['categorie_nature'].') ';
if (isset($GLOBALS['_BAZAR_']['langue'])) {
$requete .= ' and bn_ce_i18n like "'.$GLOBALS['_BAZAR_']['langue'].'%" ';
}
$requete .= 'ORDER BY bn_label_nature ASC';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
return ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
//$res.='<h2>'.BAZ_DEPOSE_UNE_NOUVELLE_ANNONCE.'</h2>'."\n";
include_once BAZ_CHEMIN_APPLI.'bibliotheque/bazarTemplate.class.php';
$modele = new bazarTemplate($GLOBALS['_BAZAR_']['db']);
$res .= $modele->getTemplate(BAZ_TEMPLATE_FORMULAIRE_ACCUEIL, $GLOBALS['_BAZAR_']['langue'], $GLOBALS['_BAZAR_']['categorie_nature']);
if ($resultat->numRows()==1) {
$ligne = $resultat->fetchRow (DB_FETCHMODE_ASSOC);
$GLOBALS['_BAZAR_']['id_typeannonce']=$ligne['bn_id_nature'];
$GLOBALS['_BAZAR_']['typeannonce']=$ligne['bn_label_nature'];
$GLOBALS['_BAZAR_']['condition']=$ligne['bn_condition'];
$GLOBALS['_BAZAR_']['template']=$ligne['bn_template'];
$GLOBALS['_BAZAR_']['commentaire']=$ligne['bn_commentaire'];
$GLOBALS['_BAZAR_']['appropriation']=$ligne['bn_appropriation'];
$GLOBALS['_BAZAR_']['image_titre']=$ligne['bn_image_titre'];
$GLOBALS['_BAZAR_']['image_logo']=$ligne['bn_image_logo'];
$mode = BAZ_ACTION_NOUVEAU;
$lien_formulaire->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_NOUVEAU_V);
} else {
//$res.='<br />'.BAZ_CHOIX_TYPEANNONCE.'<br /><br />'."\n";
while ($ligne = $resultat->fetchRow (DB_FETCHMODE_ASSOC)) {
$utilisateur = new Administrateur_bazar($GLOBALS['AUTH']);
if (($utilisateur->isRedacteur($ligne['bn_id_nature'])) || ($utilisateur->isAdmin($ligne['bn_id_nature']))
|| ($utilisateur->isSuperAdmin() || !BAZ_RESTREINDRE_DEPOT)) {
if ($ligne['bn_image_titre']!='') {
$titre='&nbsp;<img src="client/bazar/images/'.$ligne['bn_image_titre'].'" alt="'.
$ligne['bn_label_nature'].'" />'.'<br />'."\n";
} else {
$titre='<h3>'.$ligne['bn_label_nature'].' : </h3>'."\n";
}
$formtemplate->addElement('radio', 'typeannonce', '',
$titre.$ligne['bn_description'].'<br /><br />'."\n",
$ligne['bn_id_nature'], array("id" => 'select'.$ligne['bn_id_nature'],
"style" => 'float:left;'));
$formtemplate->addRule('typeannonce', 'Il faut choisir un type de fiche', 'required', '', 'client') ;
}
}
$squelette->setElementTemplate( '<div class="listechoix">'."\n".'{element}'."\n".'</div>'."\n");
//Bouton de validation du formulaire // ce qui fait échouer le lien
$buttons[] = &HTML_QuickForm::createElement('submit', 'valider', BAZ_VALIDER);
$formtemplate->addGroup($buttons, null, null, '&nbsp;');
//Affichage a l'ecran
$res.= $formtemplate->toHTML()."\n";
}
}
 
//------------------------------------------------------------------------------------------------
//AFFICHAGE DU FORMULAIRE CORRESPONDANT AU TYPE DE L'ANNONCE CHOISI PAR L'UTILISATEUR
//------------------------------------------------------------------------------------------------
if ($mode == BAZ_ACTION_NOUVEAU) {
$lien_formulaire->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_NOUVEAU_V);
$formtemplate->updateAttributes(array('action' => str_replace('&amp;', '&', $lien_formulaire->getURL())));
// Appel du modele
include_once BAZ_CHEMIN_APPLI.'bibliotheque/bazarTemplate.class.php';
$modele = new bazarTemplate($GLOBALS['_BAZAR_']['db']);
$html = $modele->getTemplate(BAZ_TEMPLATE_FORMULAIRE, $GLOBALS['_BAZAR_']['langue'],$GLOBALS['_BAZAR_']['categorie_nature']);
if (!PEAR::isError($html)) {
$res = str_replace ('{FORMULAIRE}', baz_afficher_formulaire_annonce('insertion',$formtemplate), $html);
} else {
$res = baz_afficher_formulaire_annonce('insertion',$formtemplate);
}
}
//------------------------------------------------------------------------------------------------
//CAS DE LA MODIFICATION D'UNE ANNONCE (FORMULAIRE DE MODIFICATION)
//------------------------------------------------------------------------------------------------
if ($mode == BAZ_ACTION_MODIFIER) {
$res=baz_afficher_formulaire_annonce('modification',$formtemplate);
}
// Nettoyage de l'url avant les return : apparement inutile sinon pose pb (url applette deconnexion et moteur de recherche) [jpm le 17 mars 2008]
//$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
//$GLOBALS['_BAZAR_']['url']->removeQueryString('id_fiche');
//------------------------------------------------------------------------------------------------
//CAS DE L'INSCRIPTION D'UNE ANNONCE
//------------------------------------------------------------------------------------------------
if ($mode == BAZ_ACTION_NOUVEAU_V) {
if ($formtemplate->validate()) {
$formtemplate->process('baz_insertion', false) ;
// Redirection vers mes_fiches pour eviter la revalidation du formulaire
$GLOBALS['_BAZAR_']['url']->addQueryString (BAZ_VARIABLE_VOIR, BAZ_VOIR_MES_FICHES);
header ('Location: '.str_replace ('&amp;', '&', $GLOBALS['_BAZAR_']['url']->getURL())) ;
exit();
}
}
//------------------------------------------------------------------------------------------------
//CAS DE LA MODIFICATION D'UNE ANNONCE (VALIDATION ET MAJ)
//------------------------------------------------------------------------------------------------
if ($mode == BAZ_ACTION_MODIFIER_V) {
if ($formtemplate->validate()) {
$formtemplate->process('baz_mise_a_jour', false) ;
// Redirection vers mes_fiches pour eviter la revalidation du formulaire
$GLOBALS['_BAZAR_']['url']->addQueryString (BAZ_VARIABLE_VOIR, BAZ_VOIR_MES_FICHES);
header ('Location: '.str_replace ('&amp;', '&', $GLOBALS['_BAZAR_']['url']->getURL())) ;
exit();
}
}
} else {
include_once BAZ_CHEMIN_APPLI.'bibliotheque/bazarTemplate.class.php';
$modele = new bazarTemplate($GLOBALS['_BAZAR_']['db']);
$res .= $modele->getTemplate(BAZ_TEMPLATE_MESSAGE_LOGIN, $GLOBALS['_BAZAR_']['langue'], $GLOBALS['_BAZAR_']['categorie_nature']);
}
 
return $res;
}
 
/** baz_afficher_formulaire_annonce() - Genere le formulaire de saisie d'une annonce
*
* @param string type de formulaire: insertion ou modification
* @param mixed objet quickform du formulaire
*
* @return string code HTML avec formulaire
*/
function baz_afficher_formulaire_annonce($mode='insertion',$formtemplate) {
if ($mode=='modification') {
//initialisation de la variable globale id_fiche
$GLOBALS['_BAZAR_']['id_fiche'] = $_REQUEST['id_fiche'];
//suppression eventuelle d'une url, d'un fichier ou d'une image
if (isset($_GET['id_url'])) {
baz_suppression_url($_GET['id_url']);
}
if (isset($_GET['id_fichier'])) {
baz_suppression_fichier($_GET['id_fichier']);
}
if (isset($_GET['image'])) {
baz_suppression_image($GLOBALS['_BAZAR_']['id_fiche']);
}
}
$res = '';
//titre de la rubrique
if (!BAZ_UTILISE_TEMPLATE) $res= '<h2>'.BAZ_TITRE_SAISIE_ANNONCE.'&nbsp;'.$GLOBALS['_BAZAR_']['typeannonce'].'</h2><br />'."\n";
if (($GLOBALS['_BAZAR_']['condition']!='')AND(!isset($_POST['accept_condition']))AND(!isset($_GET['url'])OR(!isset($_GET['fichier']))OR(!isset($_GET['image'])))) {
require_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm/html.php';
$conditions= new HTML_QuickForm_html('<tr><td colspan="2" style="padding:5px; margin:5px; width: 90%; background: #C1CBA7;">'.$GLOBALS['_BAZAR_']['condition'].'</td>'."\n".'</tr>'."\n");
$formtemplate->addElement($conditions);
$formtemplate->addElement('checkbox', 'accept_condition',BAZ_ACCEPTE_CONDITIONS) ;
$formtemplate->addElement('hidden', 'typeannonce', $GLOBALS['_BAZAR_']['id_typeannonce']);
$formtemplate->addRule('accept_condition', BAZ_ACCEPTE_CONDITIONS_REQUIS, 'required', '', 'client') ;
$formtemplate->addElement('submit', 'valider', BAZ_VALIDER);
}
//affichage du formulaire si conditions acceptees
else {
//Parcours du fichier de templates, pour mettre les valeurs des champs
$tableau=baz_valeurs_template($GLOBALS['_BAZAR_']['template']);
if ($mode=='modification') {
//Ajout des valeurs par defaut
$valeurs_par_defaut = baz_valeurs_fiche($GLOBALS['_BAZAR_']['id_fiche']) ;
for ($i=0; $i<count($tableau); $i++) {
if ( $tableau[$i]['type']=='liste' || $tableau[$i]['type']=='checkbox') {
$def=$tableau[$i]['type'].$tableau[$i]['nom_bdd'];
}
elseif ( $tableau[$i]['type']=='texte' || $tableau[$i]['type']=='textelong' || $tableau[$i]['type']=='listedatedeb'
|| $tableau[$i]['type']=='listedatefin' || $tableau[$i]['type']=='champs_cache'
|| $tableau[$i]['type']=='labelhtml' ) {
$def=$tableau[$i]['nom_bdd'];
} elseif ($tableau[$i]['type']=='carte_google') {
$def = 'carte_google';
$valeurs_par_defaut[$def] = array ('latitude' => $valeurs_par_defaut['bf_latitude'], 'longitude' => $valeurs_par_defaut['bf_longitude']);
}
// certain type n ont pas de valeur par defaut (labelhtml par exemple)
// on teste l existence de $valeur_par_defaut[$def] avant de le passer en parametre
$tableau[$i]['type']($formtemplate, $tableau[$i]['nom_bdd'], $tableau[$i]['label'], $tableau[$i]['limite1'],
$tableau[$i]['limite2'],
isset ($valeurs_par_defaut[$def]) ? $valeurs_par_defaut[$def] : '',
$tableau[$i]['table_source'], $tableau[$i]['obligatoire']) ;
if ($tableau[$i]['type']=='carte_google') {
include_once GEN_CHEMIN_API.'formulaire/formulaire.fonct.google.php';
GEN_stockerCodeScript($script);
// On ajoute l attribut load a la balise body
GEN_AttributsBody('onload', 'load()');
}
}
}
else {
for ($i=0; $i<count($tableau); $i++) {
$tableau[$i]['type']($formtemplate, $tableau[$i]['nom_bdd'], $tableau[$i]['label'], $tableau[$i]['limite1'],
$tableau[$i]['limite2'], $tableau[$i]['defaut'], $tableau[$i]['table_source'], $tableau[$i]['obligatoire']) ;
if ($tableau[$i]['type'] == 'carte_google') {
include_once GEN_CHEMIN_API.'formulaire/formulaire.fonct.google.php';
GEN_stockerCodeScript($script);
// On ajoute l attribut load a la balise body
GEN_AttributsBody('onload', 'load()');
}
}
}
$formtemplate->addElement('hidden', 'typeannonce', $GLOBALS['_BAZAR_']['id_typeannonce']);
// Bouton d annulation
$attr = $formtemplate->getAttributes();
$lien_formulaire = new Net_URL($attr[BAZ_VARIABLE_ACTION]);
$lien_formulaire->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_VOIR_VOS_ANNONCES);
$buttons[] = &HTML_QuickForm::createElement('link', 'annuler', BAZ_ANNULER,
preg_replace ("/&amp;/", "&", $lien_formulaire->getURL()), BAZ_ANNULER); // Le preg_replace contourne un pb de QuickForm et Net_URL
// qui remplacent deux fois les & par des &amp;
//Bouton de validation du formulaire // ce qui fait échouer le lien
$buttons[] = &HTML_QuickForm::createElement('submit', 'valider', BAZ_VALIDER);
$formtemplate->addGroup($buttons, null, null, '&nbsp;');
}
 
//Affichage a l'ecran
$res .= $formtemplate->toHTML()."\n";
return $res;
}
 
 
/** requete_bazar_fiche() - preparer la requete d'insertion ou de MAJ de la table bazar_fiche a partir du template
*
* @global mixed L'objet contenant les valeurs issues de la saisie du formulaire
* @return void
*/
function requete_bazar_fiche($valeur) {
$requete=NULL;
//l'annonce est directement publiée pour les admins
$utilisateur = new Administrateur_bazar($GLOBALS['AUTH']);
if ($utilisateur->isAdmin($GLOBALS['_BAZAR_']['id_typeannonce']) ||
$utilisateur->isSuperAdmin()) {
$requete.='bf_statut_fiche=1, ';
}
else {
$requete.='bf_statut_fiche="'.BAZ_ETAT_VALIDATION.'", ';
}
$tableau=baz_valeurs_template($GLOBALS['_BAZAR_']['template']);
for ($i=0; $i<count($tableau); $i++) {
//cas des checkbox et des listes
if ($tableau[$i]['type']=='checkbox' || $tableau[$i]['type']=='liste') {
//on supprime les anciennes valeurs de la table bazar_fiche_valeur_liste
$requetesuppression='DELETE FROM bazar_fiche_valeur_liste WHERE bfvl_ce_fiche='.$GLOBALS['_BAZAR_']['id_fiche'].' AND bfvl_ce_liste='.$tableau[$i]['nom_bdd'];
$resultat = $GLOBALS['_BAZAR_']['db']->query($requetesuppression) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
if (isset($valeur[$tableau[$i]['type'].$tableau[$i]['nom_bdd']]) && ($valeur[$tableau[$i]['type'].$tableau[$i]['nom_bdd']]!=0)) {
//on insere les nouvelles valeurs
$requeteinsertion='INSERT INTO bazar_fiche_valeur_liste (bfvl_ce_fiche, bfvl_ce_liste, bfvl_valeur) VALUES ';
//pour les checkbox, les différentes valeurs sont dans un tableau
if (is_array($valeur[$tableau[$i]['type'].$tableau[$i]['nom_bdd']])) {
$nb=0;
while (list($cle, $val) = each($valeur[$tableau[$i]['type'].$tableau[$i]['nom_bdd']])) {
if ($nb>0) $requeteinsertion .= ', ';
$requeteinsertion .= '('.$GLOBALS['_BAZAR_']['id_fiche'].', '.$tableau[$i]['nom_bdd'].', '.$cle.') ';
$nb++;
}
}
//pour les listes, une insertion de la valeur suffit
else {
$requeteinsertion .= '('.$GLOBALS['_BAZAR_']['id_fiche'].', '.$tableau[$i]['nom_bdd'].', '.$valeur[$tableau[$i]['type'].$tableau[$i]['nom_bdd']].')';
}
$resultat = $GLOBALS['_BAZAR_']['db']->query($requeteinsertion) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
}
}
//cas des fichiers
elseif ($tableau[$i]['type']=='fichier') {
if (isset($valeur['texte_fichier'.$tableau[$i]['nom_bdd']]) && $valeur['texte_fichier'.$tableau[$i]['nom_bdd']]!='') {
baz_insertion_fichier($valeur['texte_fichier'.$tableau[$i]['nom_bdd']], $GLOBALS['_BAZAR_']['id_fiche'], 'fichier'.$tableau[$i]['nom_bdd']);
}
}
//cas des urls
// On affine les criteres pour l insertion d une url
// il faut que le lien soit saisie, different de http:// ET que le texte du lien soit saisie aussi
// et ce afin d eviter d avoir des liens vides
elseif ($tableau[$i]['type']=='url') {
if (isset($valeur['url_lien'.$tableau[$i]['nom_bdd']]) &&
$valeur['url_lien'.$tableau[$i]['nom_bdd']]!='http://'
&& isset($valeur['url_texte'.$tableau[$i]['nom_bdd']]) &&
strlen ($valeur['url_texte'.$tableau[$i]['nom_bdd']])) {
baz_insertion_url($valeur['url_lien'.$tableau[$i]['nom_bdd']], $valeur['url_texte'.$tableau[$i]['nom_bdd']], $GLOBALS['_BAZAR_']['id_fiche']);
}
}
//cas des images
elseif ($tableau[$i]['type']=='image') {
if (isset($_FILES['image']['name']) && $_FILES['image']['name']!='') {
$requete .= baz_insertion_image($GLOBALS['_BAZAR_']['id_fiche']);
}
}
//cas des dates
elseif ( $tableau[$i]['type']=='listedatedeb' || $tableau[$i]['type']=='listedatefin' ) {
// On construit la date selon le format YYYY-mm-dd
$date = $valeur[$tableau[$i]['nom_bdd']]['Y'].'-'.$valeur[$tableau[$i]['nom_bdd']]['m'].'-'.$valeur[$tableau[$i]['nom_bdd']]['d'] ;
// si la date de fin evenement est anterieure a la date de debut, on met la date de debut
// pour eviter les incoherence
if ($tableau[$i]['nom_bdd'] == 'bf_date_fin_evenement' &&
mktime(0,0,0, $valeur['bf_date_debut_evenement']['m'], $valeur['bf_date_debut_evenement']['d'], $valeur['bf_date_debut_evenement']['Y']) >
mktime(0,0,0, $valeur['bf_date_fin_evenement']['m'], $valeur['bf_date_fin_evenement']['d'], $valeur['bf_date_fin_evenement']['Y'])) {
$val = $valeur['bf_date_debut_evenement']['Y'].'-'.$valeur['bf_date_debut_evenement']['m'].'-'.$valeur['bf_date_debut_evenement']['d'] ;
} else {
$val = $valeur[$tableau[$i]['nom_bdd']]['Y'].'-'.$valeur[$tableau[$i]['nom_bdd']]['m'].'-'.$valeur[$tableau[$i]['nom_bdd']]['d'] ;
}
$requete .= $tableau[$i]['nom_bdd'].'="'.$val.'", ' ;
}
//cas des champs texte
elseif ( $tableau[$i]['type']=='texte' || $tableau[$i]['type']=='textelong' || $tableau[$i]['type']=='champs_cache' || $tableau[$i]['type']=='champs_mail' ) {
//on mets les slashes pour les saisies dans les champs texte et textearea
$val=addslashes($valeur[$tableau[$i]['nom_bdd']]) ;
$requete .= $tableau[$i]['nom_bdd'].'="'.$val.'", ' ;
}
//cas des wikinis
elseif ( $tableau[$i]['type']=='wikini' && $_REQUEST[BAZ_VARIABLE_ACTION]==BAZ_ACTION_NOUVEAU_V ) {
//on appelle les pages des apis et de l'integrateur wikini
include_once PAP_CHEMIN_RACINE.'api/sql/SQL_manipulation.fonct.php';
include_once PAP_CHEMIN_RACINE.'client/integrateur_wikini/configuration/adwi_configuration.inc.php' ;
include_once PAP_CHEMIN_RACINE.'client/integrateur_wikini/bibliotheque/adwi_wikini.fonct.php' ;
//génération du titre du wiki, sous la forme id-titre du projet
$titre=baz_titre_wiki($valeur["bf_titre"]);
//création du wiki
$valeur=array ("action"=> "nouveau_v", "code_alpha_wikini"=>$titre, "page"=>"AccueiL", "bdd_hote"=> "",
"bdd_nom"=> "", "bdd_utilisateur"=> "", "bdd_mdp" => "", "table_prefix"=> "", "chemin" => "wikini/".$titre, "valider"=> "Valider");
$val = insertion($valeur, $GLOBALS['_BAZAR_']['db']);
}
// Cas de la carte google
elseif ($tableau[$i]['type'] == 'carte_google') {
$requete .= 'bf_latitude="'.$valeur['latitude'].'", bf_longitude="'.$valeur['longitude'].'",';
}
}
$requete.=' bf_date_maj_fiche=NOW()';
return $requete;
}
 
/** baz_insertion() - inserer une nouvelle fiche
*
* @array Le tableau des valeurs a inserer
* @integer Valeur de l'identifiant de la fiche
* @return void
*/
function baz_insertion($valeur) {
// =========== Insertion d'une nouvelle fiche ===================
//requete d'insertion dans bazar_fiche
$GLOBALS['_BAZAR_']['id_fiche'] = baz_nextid('bazar_fiche', 'bf_id_fiche', $GLOBALS['_BAZAR_']['db']) ;
$requete = 'INSERT INTO bazar_fiche SET bf_id_fiche='.$GLOBALS['_BAZAR_']['id_fiche'].','.
'bf_ce_utilisateur='.$GLOBALS['id_user'].', bf_ce_nature='.$GLOBALS['_BAZAR_']['id_typeannonce'].','.
'bf_date_creation_fiche=NOW(),';
if (!isset($_REQUEST['bf_date_debut_validite_fiche'])) {
$requete .= 'bf_date_debut_validite_fiche=now(), bf_date_fin_validite_fiche="0000-00-00", ' ;
}
$requete .=requete_bazar_fiche(&$valeur) ;
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
return ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
// Envoie d un mail aux administrateurs
$utilisateur = new Administrateur_bazar($GLOBALS['AUTH']);
if ($utilisateur->isRedacteur($GLOBALS['_BAZAR_']['id_typeannonce'])) {
$mails = bazar::getMailAdmin($GLOBALS['_BAZAR_']['id_typeannonce']);
include_once BAZ_CHEMIN_APPLI.'bibliotheque/bazarTemplate.class.php';
$template = new bazarTemplate($GLOBALS['_BAZAR_']['db']);
$sujet = $template->getTemplate(BAZ_TEMPLATE_MAIL_NOUVELLE_FICHE_SUJET, $GLOBALS['_BAZAR_']['langue'], $GLOBALS['_BAZAR_']['id_typeannonce']);
$corps = $template->getTemplate(BAZ_TEMPLATE_MAIL_NOUVELLE_FICHE_CORPS, $GLOBALS['_BAZAR_']['langue'], $GLOBALS['_BAZAR_']['id_typeannonce']);
if (is_array ($mails)) {
foreach ($mails as $mail) {
mail ($mail, $sujet, $corps);
}
}
}
 
return ;
}
 
 
/** baz_insertion_url() - inserer un lien URL a une fiche
*
* @global string L'url du lien
* @global string Le texte du lien
* @global integer L'identifiant de la fiche
* @return void
*/
function baz_insertion_url($url_lien, $url_texte, $idfiche) {
//requete d'insertion dans bazar_url
if (!isset($_SESSION['_BAZAR_']['lien'])) {
$id_url = baz_nextId('bazar_url', 'bu_id_url', $GLOBALS['_BAZAR_']['db']) ;
$requete = 'INSERT INTO bazar_url SET bu_id_url='.$id_url.', bu_ce_fiche='.$idfiche.', '.
'bu_url="'.$url_lien.'", bu_descriptif_url="'.addslashes($url_texte).'"';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
return $resultat->getMessage().$resultat->getDebugInfo() ;
}
$_SESSION['_BAZAR_']['lien'] = 1;
return;
}
}
 
 
/** baz_insertion_fichier() - inserer un fichier a une fiche
*
* @global string Le label du fichier
* @global string La description du fichier
* @global integer L'identifiant de la fiche
* @return void
*/
function baz_insertion_fichier($fichier_description, $idfiche, $nom_fichier='fichier_joint') {
//verification de la presence de ce fichier
$requete = 'SELECT bfj_id_fichier FROM bazar_fichier_joint WHERE bfj_fichier="'.$_FILES[$nom_fichier]['name'].'"';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
if (!isset ($_SESSION['_BAZAR_']['fichier'])) {
if ($resultat->numRows()==0) {
$chemin_destination=BAZ_CHEMIN_APPLI.'upload/'.$_FILES[$nom_fichier]['name'];
move_uploaded_file($_FILES[$nom_fichier]['tmp_name'], $chemin_destination);
chmod ($chemin_destination, 0755);
}
$id_fichier_joint = baz_nextId('bazar_fichier_joint', 'bfj_id_fichier', $GLOBALS['_BAZAR_']['db']) ;
$requete = 'INSERT INTO bazar_fichier_joint SET bfj_id_fichier='.$id_fichier_joint.', bfj_ce_fiche='.$idfiche.
', bfj_description="'.addslashes($fichier_description).'", bfj_fichier="'.$_FILES[$nom_fichier]['name'].'"';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
return $resultat->getMessage().$resultat->getDebugInfo() ;
}
}
$_SESSION['_BAZAR_']['fichier'] = 1;
return;
}
 
 
/** baz_insertion_image() - inserer une image a une fiche
*
* @global integer L'identifiant de la fiche
* @return string requete SQL
*/
function baz_insertion_image($idfiche) {
//verification de la presence de ce fichier
$requete = 'SELECT bf_id_fiche FROM bazar_fiche WHERE bf_url_image="'.$_FILES['image']['name'].'" AND bf_id_fiche!='.$idfiche;
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
if ($resultat->numRows()==0) {
$chemin_destination=BAZ_CHEMIN_APPLI.'upload/'.$_FILES['image']['name'];
move_uploaded_file($_FILES['image']['tmp_name'], $chemin_destination);
chmod ($chemin_destination, 0755);
}
$_SESSION['_BAZAR_']['image'] = 1;
return 'bf_url_image="'.$_FILES['image']['name'].'", ' ;
}
 
 
/** baz_mise_a_jour() - Mettre a jour une fiche
*
* @global Le contenu du formulaire de saisie de l'annonce
* @return void
*/
function baz_mise_a_jour($valeur) {
//MAJ de bazar_fiche
$requete = 'UPDATE bazar_fiche SET '.requete_bazar_fiche(&$valeur,$GLOBALS['_BAZAR_']['id_typeannonce']);
$requete.= ' WHERE bf_id_fiche='.$GLOBALS['_BAZAR_']['id_fiche'];
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
return;
}
 
 
/** baz_suppression() - Supprime une fiche
*
* @global L'identifiant de la fiche a supprimer
* @return void
*/
function baz_suppression() {
if ($GLOBALS['AUTH']->getAuth()) {
$valeurs=baz_valeurs_fiche($_GET['id_fiche']);
//suppression des wikinis associes
//génération du titre du wiki, sous la forme id-titre du projet
$titre=baz_titre_wiki($valeurs["bf_titre"]);
$requete = 'SELECT gewi_id_wikini FROM gen_wikini WHERE gewi_code_alpha_wikini = "'.$titre.'"';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if ($resultat->numRows()>0) {
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
$id_wikini=$ligne['gewi_id_wikini'];
}
include_once PAP_CHEMIN_RACINE.'api/sql/SQL_manipulation.fonct.php';
include_once PAP_CHEMIN_RACINE.'client/integrateur_wikini/configuration/adwi_configuration.inc.php' ;
include_once PAP_CHEMIN_RACINE.'client/integrateur_wikini/bibliotheque/adwi_wikini.fonct.php' ;
adwi_supprimer_wikini($id_wikini, $GLOBALS['_BAZAR_']['db']);
}
// suppression des valeurs des listes et des cases à cocher
$requete = 'DELETE FROM bazar_fiche_valeur_liste WHERE bfvl_ce_fiche='.$_GET['id_fiche'];
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
//suppression des urls associes
$requete = 'delete FROM bazar_url WHERE bu_ce_fiche = '.$_GET['id_fiche'];
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
return ('Echec de la requete<br />'.$resultat->getMessage().'<br />'.$resultat->getDebugInfo().'<br />'."\n") ;
}
//suppression des fichiers associes
$requete = 'SELECT bfj_id_fichier FROM bazar_fichier_joint WHERE bfj_ce_fiche = '.$_GET['id_fiche'];
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
return ('Echec de la requete<br />'.$resultat->getMessage().'<br />'.$resultat->getDebugInfo().'<br />'."\n") ;
}
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
baz_suppression_fichier($ligne['bfj_id_fichier']);
}
//suppression dans bazar_fiche
$requete = 'DELETE FROM bazar_fiche WHERE bf_id_fiche = '.$_GET['id_fiche'];
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ('Echec de la requete<br />'.$resultat->getMessage().'<br />'.$resultat->getDebugInfo().'<br />'."\n") ;
}
return ;
}
}
 
 
/** baz_suppression_url() - Supprimer un lien d'une fiche
*
* @global integer L'identifiant du lien
* @return void
*/
function baz_suppression_url($id_url) {
//suppression dans bazar_url
if ($GLOBALS['AUTH']->getAuth()) {
$requete = 'DELETE FROM bazar_url WHERE bu_id_url = '.$id_url;
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ('Echec de la requete<br />'.$resultat->getMessage().'<br />'.$resultat->getDebugInfo()) ;
}
return;
}
}
 
 
/** baz_suppression_fichier() - Supprimer un fichier d'une fiche
*
* @global integer L'identifiant du fichier
* @return void
*/
function baz_suppression_fichier($id_fichier) {
if ($GLOBALS['AUTH']->getAuth()) {
//verification de l'utilisation du fichier joint pour une autre annonce
$requete = 'SELECT bfj_fichier FROM bazar_fichier_joint WHERE bfj_id_fichier='.$id_fichier;
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
$ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC);
$requete = 'SELECT bfj_fichier FROM bazar_fichier_joint WHERE bfj_fichier="'.$ligne['bfj_fichier'].'"';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
//si le fichier n'est que utilise dans cette fiche, on le supprime, on le laisse sinon
if ($resultat->numRows()==1) {
$ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC);
unlink(BAZ_CHEMIN_APPLI.'upload/'.$ligne['bfj_fichier']);
}
//suppression dans la table bazar_fichier
$requete = 'DELETE FROM bazar_fichier_joint WHERE bfj_id_fichier = '.$id_fichier;
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
return ('Echec de la requete<br />'.$resultat->getMessage().'<br />'.$resultat->getDebugInfo()) ;
}
return;
}
}
 
 
/** baz_suppression_image() - Supprimer une image d'une fiche
*
* @global integer L'identifiant de la fiche
* @return void
*/
function baz_suppression_image($id_fiche) {
if ($GLOBALS['AUTH']->getAuth()) {
//verification de l'utilisation de l'image pour une autre annonce
$requete = 'SELECT bf_url_image FROM bazar_fiche WHERE bf_id_fiche='.$id_fiche;
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
$ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC);
$requete = 'SELECT bf_url_image FROM bazar_fiche WHERE bf_url_image="'.$ligne['bf_url_image'].'"';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
//si le fichier n'est que utilise dans cette fiche, on le supprime, on le laisse sinon
if ($resultat->numRows()==1) {
$ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC);
unlink(BAZ_CHEMIN_APPLI.'upload/'.$ligne['bf_url_image']);
}
//suppression dans la table bazar_fiche
$requete = 'UPDATE bazar_fiche SET bf_url_image=NULL WHERE bf_id_fiche = '.$id_fiche;
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ('Echec de la requete<br />'.$resultat->getMessage().'<br />'.$resultat->getDebugInfo()) ;
}
return;
}
}
 
 
/** publier_fiche () - Publie ou non dans les fichiers XML la fiche bazar d'un utilisateur
*
* @global boolean Valide: oui ou non
* @return void
*/
function publier_fiche($valid) {
if (isset($_GET['id_fiche'])) $GLOBALS['_BAZAR_']['id_fiche']=$_GET['id_fiche'];
if (isset($_GET['typeannonce'])) $typeannonce=$_GET['typeannonce'];
if ($valid==0) {
$requete = 'UPDATE bazar_fiche SET bf_statut_fiche=2 WHERE bf_id_fiche="'.$GLOBALS['_BAZAR_']['id_fiche'].'"' ;
}
else {
$requete = 'UPDATE bazar_fiche SET bf_statut_fiche=1 WHERE bf_id_fiche="'.$GLOBALS['_BAZAR_']['id_fiche'].'"' ;
}
// ====================Mise a jour de la table bazar_fiche====================
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
unset ($resultat) ;
//TODO envoie mail annonceur
return;
}
 
 
/** baz_s_inscrire() affiche le formulaire qui permet de s'inscrire pour recevoir des annonces d'un type
*
* @return string le code HTML
*/
function baz_s_inscrire() {
$res= '<h2>'.BAZ_S_INSCRIRE_AUX_ANNONCES.'</h2>'."\n";
$res .= '<p id="laius_abonnement">'.BAZ_LAIUS_S_ABONNER.'</p>'."\n";
//requete pour obtenir l'id et le label des types d'annonces
$requete = 'SELECT bn_id_nature, bn_label_nature, bn_image_titre '.
'FROM bazar_nature WHERE 1';
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
return ($resultat->getMessage().$resultat->getDebugInfo()) ;
}
// Nettoyage de l url
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_VOIR);
$table = new HTML_Table(array ('class' => 'table_bazar'));
$table->addRow(array(BAZ_TYPE_ANNONCES, BAZ_RSS));
$table->setRowType(0, 'th');
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
$lien_RSS=$GLOBALS['_BAZAR_']['url'];
$lien_RSS->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FLUX_RSS);
$lien_RSS->addQueryString('annonce', $ligne[bn_id_nature]);
if (isset($ligne['bn_image_titre'])) {$titre='&nbsp;<img src="client/bazar/images/'.$ligne['bn_image_titre'].'" alt="'.$ligne['bn_label_nature'].'" />'."\n";}
else {$titre='<strong>&nbsp;'.$ligne['bn_label_nature'].'</strong>'."\n";}
 
$table->addRow(array($titre,
'<a href="'.$lien_RSS->getURL().'"><img src="client/bazar/images/BAZ_rss.png" alt="'.BAZ_RSS.'"></a>'));
$lien_RSS->removeQueryString('annonce');
}
$table->altRowAttributes(1, array('class' => 'ligne_impaire'), array('class' => 'ligne_paire'));
$table->updateColAttributes(0, array('class' => 'col1'));
$table->updateColAttributes(1, array('class' => 'col2'));
$res.=$table->toHTML() ;
 
// Nettoyage de l'url
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
$GLOBALS['_BAZAR_']['url']->removeQueryString('idtypeannonce');
return $res;
}
 
 
/** baz_valeurs_fiche() - Renvoie un tableau avec les valeurs par defaut du formulaire d'inscription
*
* @param integer Identifiant de la fiche
*
* @return array Valeurs enregistrees pour cette fiche
*/
function baz_valeurs_fiche($idfiche) {
$requete = 'SELECT * FROM bazar_fiche WHERE bf_id_fiche='.$idfiche;
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError($resultat)) {
die ($resultat->getMessage().'<br />'.$resultat->getDebugInfo()) ;
}
$ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC) ;
$valeurs_fiche = array() ;
$tableau = baz_valeurs_template($GLOBALS['_BAZAR_']['template']);
for ($i=0; $i<count($tableau); $i++) {
if ($tableau[$i]['type']=='liste' || $tableau[$i]['type']=='checkbox') {
$requete = 'SELECT bfvl_valeur FROM bazar_fiche_valeur_liste WHERE bfvl_ce_fiche='.$idfiche.
' AND bfvl_ce_liste='.$tableau[$i]['nom_bdd'];
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
if (DB::isError ($resultat)) {
die ($resultat->getMessage().'<br />'.$resultat->getDebugInfo()) ;
}
$nb=0;$val='';
while ($result = $resultat->fetchRow()) {
if ($nb>0) $val .= ', ';
$val .= $result[0];
$nb++;
}
$valeurs_fiche[$tableau[$i]['type'].$tableau[$i]['nom_bdd']] = $val;
}
elseif ($tableau[$i]['type']=='champs_cache' || $tableau[$i]['type']=='texte' || $tableau[$i]['type']=='textelong' || $tableau[$i]['type']=='listedatedeb' || $tableau[$i]['type']=='listedatefin') {
$valeurs_fiche[$tableau[$i]['nom_bdd']] = stripslashes($ligne[$tableau[$i]['nom_bdd']]);
} elseif ($tableau[$i]['type']=='carte_google') {
$valeurs_fiche['bf_latitude'] = $ligne['bf_latitude'];
$valeurs_fiche['bf_longitude'] = $ligne['bf_longitude'];
}
}
return $valeurs_fiche;
}
 
/** function baz_nextId () Renvoie le prochain identifiant numerique libre d'une table
*
* @param string Nom de la table
* @param string Nom du champs identifiant
* @param mixed Objet DB de PEAR pour la connexion a la base de donnees
*
* return integer Le prochain numero d'identifiant disponible
*/
function baz_nextId($table, $colonne_identifiant, $bdd) {
$requete = 'SELECT MAX('.$colonne_identifiant.') AS maxi FROM '.$table;
$resultat = $bdd->query($requete) ;
if (DB::isError($resultat)) {
die (__FILE__ . __LINE__ . $resultat->getMessage() . $requete);
return $bdd->raiseError($resultat) ;
}
if ($resultat->numRows() > 1) {
return $bdd->raiseError('<br />La table '.$table.' a un identifiant non unique<br />') ;
}
$ligne = $resultat->fetchRow(DB_FETCHMODE_OBJECT) ;
return $ligne->maxi + 1 ;
}
 
/** function baz_titre_wiki () Renvoie la chaine de caractere sous une forme compatible avec wikini
*
* @param string mot à transformer (enlever accents, espaces)
*
* return string mot transformé
*/
function baz_titre_wiki($nom) {
$titre=trim($nom);
for ($j = 0; $j < strlen ($titre); $j++) {
if (!preg_match ('/[a-zA-Z0-9]/', $titre[$j])) {
$titre[$j] = '_' ;
}
}
return $titre;
}
 
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: bazar.fonct.php,v $
* Revision 1.74.2.10 2008-02-01 17:20:18 florian
* suppression du lien annuler pour la sélection des fiches, pas de valeur par défaut pour la sélection, et sélectionner un type de fiche devient obligatoire.
*
* Revision 1.74.2.9 2008-02-01 16:23:29 florian
* ajout champs_mail, décommenter les traductions des javascripts
*
* Revision 1.74.2.8 2008-02-01 09:56:56 alexandre_tb
* reglage du pb de double saisie de fiche,
* ajout d un exit apres le header location
*
* Revision 1.74.2.7 2008-01-29 14:35:22 alexandre_tb
* suppression de l identification pour l abonnement au fluxRSS
*
* Revision 1.74.2.6 2008-01-29 09:55:07 alexandre_tb
* suppression de l identification pour l abonnement au fluxRSS
*
* Revision 1.74.2.5 2008-01-29 09:35:36 alexandre_tb
* remplacement des variables action par une constante
* Utilisation d un redirection pour eviter que les formulaires soient valides 2 fois
* simplification de la suppression d un lien associe a une liste
*
* Revision 1.74.2.4 2008-01-11 14:10:12 alexandre_tb
* Remplacement de la variable action ecrite en dur par la constante BAZ_VARIABLE_ACTION
*
* Revision 1.74.2.3 2007-12-14 09:55:05 alexandre_tb
* suppression de style dans le formulaire
*
* Revision 1.74.2.2 2007-12-06 15:36:07 alexandre_tb
* appel de la fonction GEN_AttributsBody dans le composant carte_google
*
* Revision 1.74.2.1 2007-12-04 09:00:08 alexandre_tb
* corrections importantes sur baz_s_inscrire, simplification de l'application qui ne fonctionnait pas.
*
* Revision 1.74 2007-10-25 09:41:31 alexandre_tb
* mise en place de variable de session pour eviter que les formulaires soit valider 2 fois, pour les url, fichiers et image
*
* Revision 1.73 2007-10-24 13:27:00 alexandre_tb
* bug : double saisie d url
* suppression de warning sur variable
*
* Revision 1.72 2007-10-22 10:09:21 florian
* correction template
*
* Revision 1.71 2007-10-22 09:18:39 alexandre_tb
* prise en compte de la langue dans les requetes sur bazar_nature
*
* Revision 1.70 2007-10-10 13:26:36 alexandre_tb
* utilisation de la classe Administrateur_bazar a la place de niveau_droit
* suppression de fonction niveau_droit
*
* Revision 1.69 2007-09-18 07:39:42 alexandre_tb
* correction d un bug lors d une insertion
*
* Revision 1.68 2007-08-27 12:31:31 alexandre_tb
* mise en place de modele
*
* Revision 1.67 2007-07-04 10:01:30 alexandre_tb
* mise en place de divers templates :
* - mail pour admin (sujet et corps)
* - modele carte_google
* ajout de lignes dans bazar_template
*
* Revision 1.66 2007-06-25 12:15:06 alexandre_tb
* merge from narmer
*
* Revision 1.65 2007-06-25 08:31:17 alexandre_tb
* utilisation de la bibliotheque generale api/formulaire/formulaire.fonct.inc.php a la place de bazar.fonct.formulaire.php
*
* Revision 1.64 2007-06-04 15:25:39 alexandre_tb
* ajout de la carto google
*
* Revision 1.63 2007/04/11 08:30:12 neiluj
* remise en état du CVS...
*
* Revision 1.57.2.12 2007/03/16 14:49:24 alexandre_tb
* si la date de debut d evenement est superieure a la date de fin alors on met
* la meme date dans les deux champs (coherence)
*
* Revision 1.57.2.11 2007/03/07 17:40:57 jp_milcent
* Ajout d'id sur les colonnes et gestion par les CSS des styles du tableau des abonnements.
*
* Revision 1.57.2.10 2007/03/07 17:20:19 jp_milcent
* Ajout du nettoyage systématique des URLs.
*
* Revision 1.57.2.9 2007/03/06 16:23:24 jp_milcent
* Nettoyage de l'url pour la gestion des droits.
*
* Revision 1.57.2.8 2007/03/05 14:33:44 jp_milcent
* Suppression de l'appel à Mes_Fiches dans la fonction baz_formulaire
*
* Revision 1.57.2.7 2007/03/05 10:28:03 alexandre_tb
* correction d un commentaire
*
* Revision 1.57.2.6 2007/02/15 13:42:16 jp_milcent
* Utilisation de IN à la place du = dans les requêtes traitant les catégories de fiches.
* Permet d'utiliser la syntaxe 1,2,3 dans la configuration de categorie_nature.
*
* Revision 1.57.2.5 2007/02/12 16:16:31 alexandre_tb
* suppression du style clear:both dans les attribut du formulaire d identification
*
* Revision 1.57.2.4 2007/02/01 16:19:30 alexandre_tb
* correction erreur de requete sur insertion bazar_fiche
*
* Revision 1.57.2.3 2007/02/01 16:11:05 alexandre_tb
* correction erreur de requete sur insertion bazar_fiche
*
* Revision 1.57.2.2 2007/01/22 16:05:39 alexandre_tb
* insertion de la date du jour dans bf_date_debut_validite_fiche quand il n'y a pas ce champs dans le formulaire (évite le 0000-00-00)
*
* Revision 1.57.2.1 2006/12/13 13:23:03 alexandre_tb
* Remplacement de l appel d une constante par un appel direct. -> warning
*
* Revision 1.58 2006/12/13 13:20:16 alexandre_tb
* Remplacement de l appel d une constante par un appel direct. -> warning
*
* Revision 1.57 2006/10/05 08:53:50 florian
* amelioration moteur de recherche, correction de bugs
*
* Revision 1.56 2006/09/28 15:41:36 alexandre_tb
* Le formulaire pour se logguer dans l'action saisir reste sur l'action saisir après
*
* Revision 1.55 2006/09/21 14:19:39 florian
* amélioration des fonctions liés au wikini
*
* Revision 1.54 2006/09/14 15:11:23 alexandre_tb
* suppression temporaire de la gestion des wikinis
*
* Revision 1.53 2006/07/25 13:24:44 florian
* correction bug image
*
* Revision 1.52 2006/07/25 13:05:00 alexandre_tb
* Remplacement d un die par un echo
*
* Revision 1.51 2006/07/18 14:17:32 alexandre_tb
* Ajout d'un formulaire d identification
*
* Revision 1.50 2006/06/21 08:37:59 alexandre_tb
* Correction de bug, d'un appel constant (....) qui ne fonctionnais plus.
*
* Revision 1.49 2006/06/02 09:29:07 florian
* debut d'integration de wikini
*
* Revision 1.48 2006/05/19 13:54:11 florian
* stabilisation du moteur de recherche, corrections bugs, lien recherche avancee
*
* Revision 1.47 2006/04/28 12:46:14 florian
* integration des liens vers annuaire
*
* Revision 1.46 2006/03/29 13:04:35 alexandre_tb
* utilisation de la classe Administrateur_bazar
*
* Revision 1.45 2006/03/24 09:28:02 alexandre_tb
* utilisation de la variable globale $GLOBALS['_BAZAR_']['categorie_nature']
*
* Revision 1.44 2006/03/14 17:10:21 florian
* ajout des fonctions de syndication, changement du moteur de recherche
*
* Revision 1.43 2006/03/02 20:36:52 florian
* les entrees du formulaire de saisir ne sont plus dans les constantes mias dans des tables qui gerent le multilinguisme.
*
* Revision 1.42 2006/03/01 16:23:22 florian
* modifs textes fr et correction bug "undefined index"
*
* Revision 1.41 2006/03/01 16:05:51 florian
* ajout des fichiers joints
*
* Revision 1.40 2006/02/06 09:33:00 alexandre_tb
* correction de bug
*
* Revision 1.39 2006/01/30 17:25:38 alexandre_tb
* correction de bugs
*
* Revision 1.38 2006/01/30 10:27:04 florian
* - ajout des entrées de formulaire fichier, url, et image
* - correction bug d'affichage du mode de saisie
*
* Revision 1.37 2006/01/24 14:11:11 alexandre_tb
* correction de bug sur l'ajout d'une image et d'un fichier
*
* Revision 1.36 2006/01/19 17:42:11 florian
* ajout des cases à cocher pré-cochées pour les maj
*
* Revision 1.35 2006/01/18 11:06:51 florian
* correction erreur saisie date
*
* Revision 1.34 2006/01/18 10:53:28 florian
* corrections bugs affichage fiche
*
* Revision 1.33 2006/01/18 10:07:34 florian
* recodage de l'insertion et de la maj des données relatives aux listes et checkbox dans des formulaires
*
* Revision 1.32 2006/01/18 10:03:36 florian
* recodage de l'insertion et de la maj des données relatives aux listes et checkbox dans des formulaires
*
* Revision 1.31 2006/01/17 10:07:08 alexandre_tb
* en cours
*
* Revision 1.30 2006/01/16 09:42:57 alexandre_tb
* en cours
*
* Revision 1.29 2006/01/13 14:12:51 florian
* utilisation des temlates dans la table bazar_nature
*
* Revision 1.28 2006/01/05 16:28:24 alexandre_tb
* prise en chage des checkbox, reste la mise à jour à gérer
*
* Revision 1.27 2006/01/04 15:30:56 alexandre_tb
* mise en forme du code
*
* Revision 1.26 2006/01/03 10:19:31 florian
* Mise à jour pour accepter des parametres dans papyrus: faire apparaitre ou non le menu, afficher qu'un type de fiches, définir l'action par défaut...
*
* Revision 1.25 2005/12/20 14:49:35 ddelon
* Fusion Head vers Livraison
*
* Revision 1.24 2005/12/16 15:44:40 alexandre_tb
* ajout de l'option restreindre dépôt
*
* Revision 1.23 2005/12/01 17:03:34 florian
* changement des chemins pour appli Pear
*
* Revision 1.22 2005/12/01 16:05:41 florian
* changement des chemins pour appli Pear
*
* Revision 1.21 2005/12/01 15:31:30 florian
* correction bug modifs et saisies
*
* Revision 1.20 2005/11/30 13:58:45 florian
* ajouts graphisme (logos, boutons), changement structure SQL bazar_fiche
*
* Revision 1.19 2005/11/24 16:17:13 florian
* corrections bugs, ajout des cases à cocher
*
* Revision 1.18 2005/11/18 16:03:23 florian
* correction bug html entites
*
* Revision 1.17 2005/11/17 18:48:02 florian
* corrections bugs + amélioration de l'application d'inscription
*
* Revision 1.16 2005/11/07 17:30:36 florian
* ajout controle sur les listes pour la saisie
*
* Revision 1.15 2005/11/07 17:05:45 florian
* amélioration validation conditions de saisie, ajout des règles spécifiques de saisie des formulaires
*
* Revision 1.14 2005/11/07 08:48:02 florian
* correction pb guillemets pour saisie et modif de fiche
*
* Revision 1.13 2005/10/21 16:15:04 florian
* mise a jour appropriation
*
* Revision 1.11 2005/10/12 17:20:33 ddelon
* Reorganisation calendrier + applette
*
* Revision 1.10 2005/10/12 15:14:06 florian
* amélioration de l'interface de bazar, de manière a simplifier les consultations, et à harmoniser par rapport aux Ressources
*
* Revision 1.9 2005/10/10 16:22:52 alexandre_tb
* Correction de bug. Lorsqu'on revient en arrière après avoir validé un formulaire.
*
* Revision 1.8 2005/09/30 13:50:07 alexandre_tb
* correction bug date parution ressource
*
* Revision 1.7 2005/09/30 13:15:58 ddelon
* compatibilit� php5
*
* Revision 1.6 2005/09/30 13:00:05 ddelon
* Fiche bazar generique
*
* Revision 1.5 2005/09/30 12:22:54 florian
* Ajouts commentaires pour fiche, modifications graphiques, maj SQL
*
* Revision 1.3 2005/07/21 19:03:12 florian
* nouveautés bazar: templates fiches, correction de bugs, ...
*
* Revision 1.1.1.1 2005/02/17 18:05:11 florian
* Import initial de Bazar
*
* Revision 1.1.1.1 2005/02/17 11:09:50 florian
* Import initial
*
* Revision 1.1.1.1 2005/02/16 18:06:35 florian
* import de la nouvelle version
*
* Revision 1.10 2004/07/08 17:25:25 florian
* ajout commentaires + petits debuggages
*
* Revision 1.8 2004/07/07 14:30:19 florian
* d�buggage RSS
*
* Revision 1.7 2004/07/06 16:22:01 florian
* d�buggage modification + MAJ flux RSS
*
* Revision 1.6 2004/07/06 09:28:26 florian
* changement interface de modification
*
* Revision 1.5 2004/07/05 15:10:23 florian
* changement interface de saisie
*
* Revision 1.4 2004/07/02 14:51:14 florian
* ajouts divers pour faire fonctionner l'insertion de fiches
*
* Revision 1.3 2004/07/01 16:37:42 florian
* ajout de fonctions pour les templates
*
* Revision 1.2 2004/07/01 13:00:13 florian
* modif Florian
*
* Revision 1.1 2004/06/23 09:58:32 alex
* version initiale
*
* Revision 1.1 2004/06/18 09:00:37 alex
* version initiale
*
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
 
?>
/tags/2014-08-05_centre/ancien_site/tete_r8_c9.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/ancien_site/tete_r8_c9.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/ancien_site/index.html
New file
0,0 → 1,212
<HTML>
<HEAD>
<TITLE>Bienvenue sur le site de Gentiana !</TITLE>
<script language="javascript">
<!--
 
function sommaire() {window.location.href="sommaire.html";s}
 
function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}
 
function MM_nbGroup(event, grpName) { //v3.0
var i,img,nbArr,args=MM_nbGroup.arguments;
if (event == "init" && args.length > 2) {
if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
nbArr[nbArr.length] = img;
for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = args[i+1];
nbArr[nbArr.length] = img;
} }
} else if (event == "over") {
document.MM_nbOver = nbArr = new Array();
for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = (img.MM_dn && args[i+2]) ? args[i+2] : args[i+1];
nbArr[nbArr.length] = img;
}
} else if (event == "out" ) {
for (i=0; i < document.MM_nbOver.length; i++) {
img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
} else if (event == "down") {
if ((nbArr = document[grpName]) != null)
for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
document[grpName] = nbArr = new Array();
for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = args[i+1];
nbArr[nbArr.length] = img;
} }
}
//-->
</script>
<meta name="keywords" content="Gentiana, botanique, flore, nature, environnement, association, isère, scientifique">
<meta name="description" content="Gentiana est une société botanique située à Grenoble, en Isère. Son but est de promouvoir et de développer l'étude des milieux naturels très riches du département">
<script language="JavaScript">
<!--
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
 
function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
//Copyright 1997 Macromedia, Inc. All rights reserved.
var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
tmLn = document.MM_Time[tmLnName];
if (numGotos != null)
if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
jmpFwd = (fNew > tmLn.curFrame);
for (i = 0; i < tmLn.length; i++) {
sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
if (sprite.charAt(0) == "s") {
numKeyFr = sprite.keyFrames.length;
firstKeyFr = sprite.keyFrames[0];
lastKeyFr = sprite.keyFrames[numKeyFr - 1];
if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
for (j=0; j<sprite.values.length; j++) {
props = sprite.values[j];
if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
if (sprite.obj != null) {
if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
else sprite.obj[props.prop2][props.prop] = props[propNum];
} }
} else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
}
tmLn.curFrame = fNew;
if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
}
 
function MM_timelinePlay(tmLnName, myID) { //v1.2
//Copyright 1997 Macromedia, Inc. All rights reserved.
var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
tmLn = document.MM_Time[tmLnName];
if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
if (myID == tmLn.ID) { //if Im newest
setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
fNew = ++tmLn.curFrame;
for (i=0; i<tmLn.length; i++) {
sprite = tmLn[i];
if (sprite.charAt(0) == 's') {
if (sprite.obj) {
numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
keyFrm=1;
for (j=0; j<sprite.values.length; j++) {
props = sprite.values[j];
if (numKeyFr != props.length) {
if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
else sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
} else {
while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
else sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
} } } } }
} else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
if (fNew > tmLn.lastFrame) tmLn.ID = 0;
} }
}
 
function MM_initTimelines() { //v4.0
//MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
var ns = navigator.appName == "Netscape";
var ns4 = (ns && parseInt(navigator.appVersion) == 4);
var ns5 = (ns && parseInt(navigator.appVersion) > 4);
document.MM_Time = new Array(1);
document.MM_Time[0] = new Array(1);
document.MM_Time["ENT"] = document.MM_Time[0];
document.MM_Time[0].MM_Name = "ENT";
document.MM_Time[0].fps = 10;
document.MM_Time[0][0] = new String("behavior");
document.MM_Time[0][0].frame = 16;
document.MM_Time[0][0].value = "MM_timelineGoto('ENT','1')";
document.MM_Time[0].lastFrame = 16;
for (i=0; i<document.MM_Time.length; i++) {
document.MM_Time[i].ID = null;
document.MM_Time[i].curFrame = 0;
document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
}
}
//-->
</script>
</HEAD>
<BODY bgcolor="#336633" text="#FFFF66" link="#CCFFCC" vlink="#CCCCFF" onLoad="MM_timelinePlay('ENT')">
<p align="center">&nbsp;
<p align="center"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
ID=intro_gentiana WIDTH=550 HEIGHT=350 align="absmiddle">
<PARAM NAME=movie VALUE="intro_gentiana.swf">
<PARAM NAME=loop VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<param name="SCALE" value="exactfit">
<EMBED src="intro_gentiana.swf" loop=false quality=high bgcolor=#FFFFFF WIDTH=550 HEIGHT=350 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" align="absmiddle" scale="exactfit">
</EMBED>
</OBJECT>
<table width="75%" border="0" align="center" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3">
<center>
<p><font face="Arial, Helvetica, sans-serif" color="#FFFF99">Bienvenue
sur le site de Gentiana, soci&eacute;t&eacute; botanique dauphinoise</font>
<br>
</p>
</center>
</td>
</tr>
<tr>
<td colspan="3">
<center> <font face="Arial, Helvetica, sans-serif" size="2" color="#FFFF99">
<script language="JavaScript">
date = new Date(document.lastModified);
jour = date.getDate();
mois = date.getMonth() + 1;
annee = date.getYear();
document.writeln("Dernière modification effectuée le " + jour +"/"+ mois +"/" + annee );
</script></font>
</center>
</td>
</tr>
<tr>
<td width="21%">
<center>
<a href="sommaire.html" onClick="MM_nbGroup('down','group1','Image1','bouton_over.gif',1)" onMouseOut="MM_nbGroup('out')" onMouseOver="MM_nbGroup('over','Image1','bouton_over.gif','',1)" target="_top"><img src="bouton.gif" width="87" height="49" name="Image1" border="0" lowsrc="bouton_over.gif"></a>
</center>
</td>
<td width="61%">
<center>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp; </p>
</center>
</td>
<td width="18%">&nbsp;</td>
</tr>
<tr>
<td width="21%" height="20">&nbsp; </td>
<td width="61%" height="20">
<center>
</center>
</td>
<td width="18%" height="20">&nbsp; </td>
</tr>
</table>
</BODY>
</HTML>
/tags/2014-08-05_centre/ancien_site/hiver/mil.hiver.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/ancien_site/hiver/mil.hiver.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/ancien_site/hiver/haut hiver.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/ancien_site/hiver/haut hiver.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/ancien_site/hiver/bas hiver.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/ancien_site/hiver/bas hiver.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/ancien_site/corp som_r1_c3.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/ancien_site/corp som_r1_c3.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/ancien_site/tete_r1_c15.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/ancien_site/tete_r1_c15.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/ancien_site/sommaire.html
New file
0,0 → 1,17
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="103,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame name="haut" scrolling="NO" noresize src="tete.htm" marginwidth="0" marginheight="0" frameborder="NO" >
<frameset cols="147,613*" frameborder="NO" border="0" framespacing="0" bordercolor="#FFFFCC">
<frame name="gauche" noresize src="3%20palette%20som.htm" marginwidth="0" marginheight="0" scrolling="NO" frameborder="NO" bordercolor="#FFFFCC">
<frame name="droite" src="corp%20som.htm" frameborder="NO" marginwidth="10" marginheight="20" scrolling="AUTO" noresize bordercolor="#FFFFCC">
</frameset>
</frameset>
<noframes>
<body bgcolor="#FFFFCC" text="#000000">
</body>
</noframes>
</html>
/tags/2014-08-05_centre/ancien_site/corp som_r3_c3.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/ancien_site/corp som_r3_c3.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/ancien_site/tete_r3_c13.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/ancien_site/tete_r3_c13.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/ancien_site/tete_r3_c14.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/ancien_site/tete_r3_c14.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/ancien_site/tete_r7_c11.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/ancien_site/tete_r7_c11.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/ancien_site/corp som_r5_c3.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/ancien_site/corp som_r5_c3.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/ancien_site/pages html/Fichier_telechargeable/annonce.pdf
New file
0,0 → 1,6048
+/CreationDate( Thu Nov 08 13:16:39 2001
+s4IA>!"M;*Ddm8XA3^+p!!<2T!/(=R!WiE)!WiE)!WrK*!WrQ-!WiH,"U"r2"9\l4
+"U,&5"U,)7#6tM>#6kJ@$47(G$k*OQ$k*OQ$k*OQ$k*OF!s8W/"9f)9"pk_G#mq+P
+%LrsY%hB'W$k*OT%h&jT$k*OT$k*OQ$k*OQ$k*OQ$k*OQ$k*OQ$k*OQ$k*OQs1eUK
+#Qpt+Q374#!!3`5!tbP:&HMje!!E:#s24r4!!!!(!<E3%!<<*"z!!EH-!X8Z*#7(VC
+$NU5/!WrH(!<E3$z!!!$"!WrQ/"pYD?$4@CF!W`B*!X&Q/#6P)1"p/iH!Ws#;!!OMY
+0gSY@'4E))JJ9l%Ta)=;66j<EdGZks@dkX`K(1-S1fKR3Z=@sm2+/gUUU)ip<+L*g
+dc(NZK*_l%)2+5C7\mCldo@e7o&K>[eE$75FbQ*W[Dg\Xok&B%QDV+1f&lZb7os>I
+LR4pJa4KMK3(R.bG_h`c\B*=dpaJ3p=_W/<RAma=g$/;^3_ERjHA\/k]#ralq@N]/
+!W`?)"U,#4"p>26")S&=!YGM;+VHLq"]5qA+pN%<OYWW8n.`^di?LZ(;IX\:1F+eE
+JejMJ-)+nT_?Y/12<%#V(K?S(#mqLe-8n:2-Y.=!2tE`M_^Ht_j7@qgUpS(ijRd#+
+KpALB`RX)C7TO,EL6e^F`n';G7os>ILR4pJa4KMK3(R.bG_h`c\B*=dpc1oKBmGQ'
+WO^.(l1lei8m5tUMOLQVb1c.Ws4RG_"9AK(&H`UJ!!#4`oT/q/rrDuVYN/dIfAt2k
+SG`9F^XIXA]%?VUH]:;I?,Bc)0-)9D0hRAnW:8,Rp@m=ug?`_/QBt18LDYb,*&6b$
+F0!^QYtlGRMsq"8VLq$!rr>@trr>$\rrAA3J)!Zr!<0%^*^ASdm3hh-+7ui::.OA!
+Il4BGj.$%$,Q;[err=XDrrBQorrE"!_uB]a?eS<O83c?KqNq"B#P26G]Q8SLKR_8t
+J*"$ZpCb7@!35ho!6NjdPQ"GjqH3`nr_LB.f5kjMht/'6o8;H$D$U$XYQ"Uf^-D12
+rM9GnP_8t$5H0-rn:*=NgW)8O#Y4gP\,KStrr@$hrrDo!O8PPuBg:]%rrAmVl<iWM
++3f!fn]h(664s4t33E2\QI(-:9)enjX5j3[-XYS'q+*a7A,;Pf56pdcc+J+Id"Hno
+.t?Zf+86D_rrB(orrC0mp65JR&,KE-V>a9,r7?".*8gB3+7kBIq/$B8`391@lFoLR
+FoA-9!0i-8Q9V?uPOO&ZgtTk.r<Ppkij\nk62pq)/,oVGYE/UPIq_./+TDG<O6U*5
+r#a1-2Y#&l!(%:t!'%+\!1(u]ge.SHri>)Z!%2.-:\dOGl!sRVq*,,U?-U$'J'`ju
+c7=D+Zlf#T^]+;6q#:?9fCkF-;@iV+rh]Ti_>Mo+D]I[,+Wp<5ht_*orPYo>!:%9_
+noao,rrA:9rg#dJJ!9AO2;Hs,2uO"Pr8P3b>=&8hE@_%hqQGtXSUY?<jWOR'V2snK
+jSU+EG;f!9rr>@trr>$\rrAA3J)!Zr!<0%Zrr=ERg/%N85Nu\SQh`iNo3KVRF+;Pi
+J'KQojg6-('#4GHWqcSoak-6Mr_a:'=T5/r:Vlt\F)N&UoH>=JMVn5H#Q;TErrD>u
+5OrsqV#LFZKDq0$WIL-$Il6$9a#Er&8,VAUr`_\g!-'Oh!;`m[r1/=O5NO$f!2YbA
+?f_,,c$))9c2Rc1&cVhjXoABed!shCrrE&!j8T*,?eS<O83c?KqNq"B#P26G]Q8SL
+KR_8tJ*"$ZpCb7@!35ho!6NjdPQ"GjqH3`nr_LB.f5kjMht/'6o8;H$D$U$XYQ"Uf
+^-D12rM9GnP_8t$5H0-rn:*=NgW)8O#Y4gP\,KStrr@$hrrDo!O8PPuBg:]%rrAmV
+l<iWM+3f!fn]h(664s4t33E2\QI(-:9)enjX5j3[-XYS'q+*a7A,;Pf56pdcc+J+I
+d"Hno.t?Zf+86D_rrB(orrC0mp65JR&,KE-V>a9,r7?".*8gB3+7kBIq/$B8`391@
+lFoLRFoA-9!0i-8Q9V?uPOO&ZgtTk.r<Ppkij\nk62pq)/,oVGYE/UPIq_./+TDG<
+O6U*5r#a1-2Y#&l!(%:t!'%+\!1(u]ge.SHri>)Z!%2.-:\dOGl!sRVq*,,U?-U$'
+J'`juc7=D+Zlf#T^]+;6q#:?9fCkF-;@iV+rh]Ti_>Mo+D]I[,+Wp<5ht_*orPYo>
+!:%9_noao,rrA:9rg#dJJ!9AO2;Hs,2uO"Pr8P3b>=&8hE@_%hqQGtXSUY?<jWOR'
+V2snKjSU+EG;f!9rr>@trr>$\rrAA3J)!Zr!<0%Zrr=ERg/%N85Nu\SQh`iNo3KVR
+F+;PiJ'KQojg6-('#4GHWqcSoak-6Mr_a:'=T5/r:Vlt\F)N&UoH>=JMVn5H#Q;TE
+rrD>u5OrsqV#LFZKDq0$WIL-$Il6$9a#Er&8,VAUr`_\g!-'Oh!;`m[r1/=O5NO$f
+!2YbA?f_,,c$))9c2Rc1&cVhjXoABed!shCrrE&!j8T*,?eS<O83c?KqNq"B#P26G
+]Q8SLKR_8tJ*"$ZpCb7@!35ho!6NjdPQ"GjqH3`nr_LB.f5kjMht/'6o8;H$D$U$X
+YQ"Uf^-D12rM9GnP_8t$5H0-rn:*=NgW)8O#Y4gP\,KStrr@$hrrDo!O8PPuBg:]%
+rrAmVl<iWM+3f!fn]h(664s4t33E2\QI(-:9)enjX5j3[-XYS'q+*a7A,;Pf56pdc
+c+J+Id"Hno.t?Zf+86D_rrB(orrC0mp65JR&,KE-V>a9,r7?".*8gB3+7kBIq/$B8
+`391@lFoLRFoA-9!0i-8Q9V?uPOO&ZgtTk.r<Ppkij\nk62pq)/,oVGYE/UPIq_./
++TDG<O6U*5r#a1-2Y#&l!(%:t!'%+\!1(u]ge.SHri>)Z!%2.-:\dOGl!sRVq*,,U
+?-U$'J'`juc7=D+Zlf#T^]+;6q#:?9fCkF-;@iV+rh]Ti_>Mo+D]I[,+Wp<5ht_*o
+rPYo>!:%9_noao,rrA:9rg#dJJ!9AO2;Hs,2uO"Pr8P3b>=&8hE@_%hqQGtXSUY?<
+jWOR'V2snKjSU+EG;f!9rr>@trr>$\rrAA3J)!Zr!<0%Zrr=ERg/%N85Nu\SQh`iN
+o3KVRF+;PiJ'KQojg6-('#4GHWqcSoak-6Mr_a:'=T5/r:Vlt\F)N&UoH>=JMVn5H
+#Q;TErrD>u5OrsqV#LFZKDq0$WIL-$Il6$9a#Er&8,VAUr`_\g!-'Oh!;`m[r1/=O
+5NO$f!2YbA?f_,,c$))9c2Rc1&cVhjXoABed!shCrrE&!j8T*,?eS<O83c?KqNq"B
+#P26G]Q8SLKR_8tJ*"$ZpCb7@!35ho!6NjdPQ"GjqH3`nr_LB.f5kjMht/'6o8;H$
+D$U$XYQ"Uf^-D12rM9GnP_8t$5H0-rn:*=NgW)8O#Y4gP\,KStrr@$hrrDo!O8PPu
+Bg:]%rrAmVl<iWM+3f!fn]h(664s4t33E2\QI(-:9)enjX5j3[-XYS'q+*a7A,;Pf
+56pdcc+J+Id"Hno.t?Zf+86D_rrB(orrC0mp65JR&,KE-V>a9,r7?".*8gB3+7kBI
+q/$B8`391@lFoLRFoA-9!0i-8Q9V?uPOO&ZgtTk.r<Ppkij\nk62pq)/,oVGYE/UP
+Iq_./+TDG<O6U*5r#a1-2Y#&l!(%:t!'%+\!1(u]ge.SHri>)Z!%2.-:\dOGl!sRV
+q*,,U?-U$'J'`juc7=D+Zlf#T^]+;6q#:?9fCkF-;@iV+rh]Ti_>Mo+D]I[,+Wp<5
+ht_*orPYo>!:%9_noao,rrA:9rg#dJJ!9AO2;Hs,2uO"Pr8P3b>=&8hE@_%hqQGtX
+SUY?<jWOR'V2snKjSU+EG;f!9rr>@trr>$\rrAA3J)!Zr!<0%Zrr=ERg/%N85Nu\S
+Qh`iNo3KVRF+;PiJ'KQojg6-('#4GHWqcSoak-6Mr_a:'=T5/r:Vlt\F)N&UoH>=J
+MVn5H#Q;TErrD>u5OrsqV#LFZKDq0$WIL-$Il6$9a#Er&8,VAUr`_\g!-'Oh!;`m[
+r1/=O5NO$f!2YbA?f_,,c$))9c2Rc1&cVhjXoABed!shCrrE&!j8T*,?eS<O83c?K
+qNq"B#P26G]Q8SLKR_8tJ*"$ZpCb7@!35ho!6NjdPQ"GjqH3`nr_LB.f5kjMht/'6
+o8;H$D$U$XYQ"Uf^-D12rM9GnP_8t$5H0-rn:*=NgW)8O#Y4gP\,KStrr@$hrrDo!
+O8PPuBg:]%rrAmVl<iWM+3f!fn]h(664s4t33E2\QI(-:9)enjX5j3[-XYS'q+*a7
+A,;Pf56pdcc+J+Id"Hno.t?Zf+86D_rrB(orrC0mp65JR&,KE-V>a9,r7?".*8gB3
++7kBIq/$B8`391@lFoLRFoA-9!0i-8Q9V?uPOO&ZgtTk.r<Ppkij\nk62pq)/,oVG
+YE/UPIq_./+TDG<O6U*5r#a1-2Y#&l!(%:t!'%+\!1(u]ge.SHri>)Z!%2.-:\dOG
+l!sRVq*,,U?-U$'J'`juc7=D+Zlf#T^]+;6q#:?9fCkF-;@iV+rh]Ti_>Mo+D]I[,
++Wp<5ht_*orPYo>!:%9_noao,rrA:9rg#dJJ!9AO2;Hs,2uO"Pr8P3b>=&8hE@_%h
+qQGtXSUY?<jWOR'V2snKjSU+EG;f!9rr>@trr>$\rrAA3J)!Zr!<0%Zrr=ERg/%N8
+5Nu\SQh`iNo3KVRF+;PiJ'KQojg6-('#4GHWqcSoak-6Mr_a:'=T5/r:Vlt\F)N&U
+oH>=JMVn5H#Q;TErrD>u5OrsqV#LFZKDq0$WIL-$Il6$9a#Er&8,VAUr`_\g!-'Oh
+!;`m[r1/=O5NO$f!2YbA?f_,,c$))9c7A^Grr>#urr>%ITmg_U!7!h)B1qe&gM#Gg
+f!YBN1YVeVoo70R=p=$T](0RW?5(2X<MAc&cASt-!8rjkg&""@1XA51$o&S?)!kh"
+0g.RL6WQns&NGdlGP=1]qL!Aad/#X"!'^5Y!7l/=rrDO8o*>4aae"@h!!RrR!&k*X
+pg-2Z&TKWLh*1mHm2Yj0#DRNVEn9BGnAS\%K>SFIC(C_Qfr."f=(\,p`Eepb_\I?0
+%h)IkW&ue9At\Y4?(-D`'m==&$rtuZ4>BoLT^]p+RY/KmG%qNr<S=<50iqt[nAS\%
+K>SFIC(C_Qfr."f=(\,p`Eepb_\I?0%h)IkW&ue9At\Y4?(-D`'m==&$rtuZ4>BoL
+T^]p+RY/KmG%qNr<S=<50iqt[nAS\%K>SFIC(C_Qfr."f=(\,p`Eepb_\I?0%h)Ik
+W&ue9At\Y4?(-D`'m==&$rtuZ4>BoLT^]p+RY/KmG%qNr<S=<50iqt[nAS\%K>SFI
+C(C_Qfr."f=(\,p`Eepb_\I?0%h)IkW&ue9At\Y4?(-D`'m==&$rtuZ4>BoLT^]p+
+RY/KmG%qNr<S=<50iqt[nAS\%K>SFIC(C_Qfr."f=(\,p`Eepb_\I?0%h)IkW&ue9
+At\Y4?(-D`'m==&$rtuZ4>BoLT^]p+RY/KmG%qNr<S=<50ir"WIl;fIH2dli.Y$AH
+k+DQ?FWBap#Q?J?:];/crgUa!0DCS&T=DKts3^[%rr>7YrrCVie,KF;-M%K@8'.?Z
+rr<4Pq8b=@_X[X+dl=k+&+6'?0D:EQLHOo`CNEsfc&0+k.dYfgZXU)^MRtbrm+AAF
+@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*
+fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj9
+2Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<
+c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0^'cRm6^2rrD3s
+5O]oh:];QLNcmR<rr<oWVuH`)_uB^2i8`qunfIDs(MEcrqD\ES55G3YeoB1=!:V?,
+#Q707Sr*II"b6?h14R12rrCM-\=*rrT7ATgNdHODloAj&@]mt5]/D/*fW2>fY0Dj9
+2Ce(GX0Z9<`k-4oet"QO1`!4Hk&3?]!7"sO!7!ZO"&dXUI=(QDb$@q7@[c,EQ#CfF
+RjK.Ee(DPn6:Z"]#k6-;Zb;7`SU=ou3ce6rGfYXVom!Nnqj_rsYs@_]U$J8IaF8I+
+fB-/!ZnFRf2cKZ0jaT##DKL:t73j'jK=#4"8uUe0;E"\7?)-*+q`@_.2P>$M`bIl4
+rq>R$3?rNZ-<Z5Jfs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F
+'m=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj
+`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113
+YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG'URgBE%rZTD[]H
+rWI[arrBu=;9m4dJ)_c\rrD#&J*FTcI)"N*hL=JNs3pg'rr>7YrrCVie,KF;-M%K@
+8'.?Zrr<4Pq8b=@_X[X+dl=k+&+6'?0D:EQLHOo`CNEsfc&0+k.dYfgZXU)^MRtbr
+m+AADX@O:<2d7Oh49>H^3W&W[k0GFN+38qs^-^?3d/;kupZ>R?WGA]Tn@b*?Y7u2D
+7cST6p!EdZJ67[I*;$H0)0QKAI]lVLe3HeFNtemeSl1eAa6pP#[dLn;SA5C>N/]bk
+rN]5]+3a3L`?4onT-e7/PWJ9#2#dP->0!K9A'.i697<dH74OOfmd</YG@n?IM0WgV
+P>-dH1qen9&%28ECTp-.ALW[;+u"l9"Dj*(cu#(B)JJW,$MMDV5Na;A-U/qBk88T+
+q1\WiTO"0<CTtjSIS9ZH7h`^cW85QHO]u"bEZ&-sZ849k,VJu!!84:D5IERS[rU]?
+'*BjO?@8:'N[*hUGGH9d8=lsq`$Z/C?l_U?o8rc@rc0+[E^)nj!1]GI^ZBt-5,[Ll
+2X-[^PcoJ\q2+2d.;=s5]UC%%=_!$N7$C2^+=N(9'lr4^f82TfGI)^WS$4Y`["Btk
+__B,kH"8F&\DiU(7tr-hY^13;%,"*Y#uLhD?c(Ir%t'_grr>(.H0+M??Ru+[ra^IZ
+2s$s(r6;!AldG*fcF7Na6V,\"8Y/#W@a695X[Jls8;u[s<SF@2@H.:eJ^N"k:0u;q
+C4'`*R)d#_EoEPbN)Sn#Z"JfT/U%D*$-%O2LHE!,#Q3\ejM0l5Rs"0FGm@]i]CQMb
+Ai1GXFU^Ck^g1(56oS/Di=O*J1+)W416;c!c>U1?O6p8ldc/gBn\eq\?l6sWM!/N=
+-PiHu=W#*F*C;QhH(WF>9CbF6Ds&c4Bc^67>IjU%OSZZO2G8+2`4)QTSWGX(<eE4I
+9dZW8`SfdB:(_O*#$`Cf@EZp(;iFEdWKQm]lDt77Kg?Z0%u*uKA$K*I`EerJG&113
+YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RP
+CfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EW
+Rh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WY
+B#S&F'm=l3o4S('-_L=rVu?gJC&\1O=&I8`Y^b[X[/U-bG^ntj*.5NX6f*:Om/PT3
+2u`kAq>UHGERXpfn0[`3rC=u$M>mPZJ,./@J&:aU!7Np;RLehYJ1pVVH\X`M3GW\F
+Y0Dj92Ce(GX0[8V<S/@>Qu1lLBr?t.@7HDoA72EnJum2:?iV.0OPJ!619S]2PCG9.
+00RR\\!Fb7WG*8T7iYiK=;`s=ko@/iYdnKVOWPJt`X5[q)"1/37ZT0hJX1u(S,>YM
+_t[#ih#]k4G#%WL0$6=3.d[!*rr>(Lq&B-^q4m%9bMPG]<8%8;r4r5ro*Y;G8+QUX
+4mX`I4GajuTqk7&NPa1c*.[g`Srs$Q!tT,<?'D>=l*^(:e*?HCEgJrt'n5Q*/UeR2
+$,fu)@.rr5kEc,J4F]AmorlFicQ,pLrc'=3^R'CuoB);VIU`-I>gf9s`nK@,/X3E5
+FXk]_.M*k&`uff:2`]W>-1&\54**b$g6a[(a"hYpKZPJ?.;o291@HtN(8F)8).#,;
+HB?s,Ved+D_>aKpl1pgNrrC>(J'JbcH"Y6cT9q?^;;0`2q;:c*_W0p*f/D?A<jrKF
+IRrcK"DGnUc$Aj[d,dI9HY9&#G2I(of`im?\DrK%*'uCb5Qf?\C_Lt?-SC]__iKTJ
+BTV%?Nd@&_9%./<:t7\OjfeL"HV_]nb53+sh,hkJl4X)\o=pYF+GHC8U5%3rE!,Q3
+VKZP>Wi\k<"55m4[DYEZ\Ec!TJIW:Nl1'\+8Ko8q^SVb.k@rpcB7kkcX&!!kQfLs(
+DNj8LrrC=Tq9M;$b!.LaMgGj!:K-h.O>Y*",.+W';NSQBe#cln,?S>C*-m/_#pPr?
+!470hPI'cC4dPFsJ;FQP-<M@n-=1gL\;;SR2rlW)%o8+Bb<BipCnCfn0DWJ70R7!U
+j7>e?EdRDAbaMRfq1JLuqM)8Mku5m05+1L!*j%!MP1AO#"Vrf9!+?j^^CpTihsa:V
+QlRhgBH\g6d=DTp&$Jho@r]/jhqh!h$&ITc,!B2Ec*0%hS5]!bno++)rc5pJ)pNm(
+Oe,430/!6.q)?O$HhecE^W]3t29dLI^.2P3aXg?F42DRI_m,)mA`ATC7WYEnIqWqQ
+a_2jM\]9Q+b75Of>W%Qp.+b<rn;]!ZDRbJ8a2Nf\Wb3jl!-Z'CUIkskEA.7N\!OJh
+,?"*tCHb\g:Zm4oGhMC)Q9'K(%Z[j[2$'J[\CUY\=tTGeX^6N4cPOFa^20HT&]p)'
+:>)J(;?22>K8P_T]/aV9+&.bZmRr"gZ`8IUq5a*;c$DL@TB7fgZlbSMO""9t09'Em
+@cu3<6'>q6i//e`m"K%81sKBBl*S$<hB&.FNtM:V"p"P1]jEH2j-7XX$M&@_0PWCK
+0<90"n>im)Y0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>f
+Y0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(G
+X0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k
+.dYfgZXU)^MRtbrm+AAFc+f`4q)nZWk7p5N,P+_1,.`eX4bNb7)',XT!"6^E!);D3
+jo4floCj&6s4-s)rr>7YrrCVie,KF;-M%K@8'.?Zrr<4Pq8b=@_X[X+dl=k+&+6'?
+0D:EQLHOo`CNEsfc&0+k.dYfgY`I!l@aVihUZt$No*1s"Q_N^u29)D@3MK!$[q_3S
+OK+rdbX/6RJWn'-H);_cE]X90!4(tLe*/euR?8kb^GZDhVr`kT-IBLYobg3&^5A29
+kKIMY$sK0ab.J9af(C-D9uM)O<;:c:a.&3]GMt^;^J+J'!&fPf5&ATd'0NQ4M!m/a
+0$-'MYJ81r1?QVK:Hn!)[*1+=A%.Ye]NbFDN:Em-2$/;-JUi))g67B:i(eg.IqL]3
+05J0H3<h\h2L`X#>JiM/]'bmpPpX$oV.c;[:n*k1?WBh1JO^q4W"0plDd);!@[WV(
+6qmU\#oif5iRHoWN_pt82nReWm83RcbA5aJj,R4gNd0YSQ8p0t_3)]:JHp-`i8nQ+
+)]a`I%'c0(,S3D*F')eQC%LXO2Q`cYlPGunhPY'F[D',JqL;\UGu1H2%ojlMBMDQk
+O^?^')5Ds4B./Ue6/b%"UWD$YHEoX"DU0YC?h9%6I%R.7Il'AN^G.r6r2l]"7t"t0
+Il6-<^6:.m0BtnNluqkg-.esbAQ`Ol#TjP"R]gS0b9i-=K1h@m`6TE!*sq'S`+1+]
+L^22FNgPAqOX%BJ4d;$R@uBWJAHIA_i%p&Er->h\d&1HBQ%o86iKOJUT^M.qf)3(Q
+q3OV$r4V5%3XoReeubOi<mpE_8I`TNN\;B0H@cW0Vk!DT,Eih#AJ,7nQndZY!?o=(
+%aPsjEW6$a&Un'^PO_f!rrA=VP1j6%q)s/g4.A=4h-S[WVY]Y&;YnRLHS7ThTk4;R
+R0l2A:JC3TTDnnC#.mCZq"<A44]HEX:mA\X+^B",\;*E0k0_3r/f8E^,NE$F^2W[6
+r8Hi"(:!#:c24+ahroM_Z*;W'MrYBll*hF/ER)VPL*sRGQ:YV6M$PaZ"B?G&(1Y!H
+K,:ro[gbNSAW66%RH2[Bb"&H-"@g:jpbLhiCf`[MC]fFTI.C(pIYm-dT/4gn!'-\O
+!'/0aO"T\2D:DH6^WU!-)k2Y\>oq!MNljf>ONB>B-uMmP_2=HA5OTQMoFBd.C5)cU
+f<]]Wb6U>Gas'-pOF:1d;$5l;TsKH*KV'>CLQLqBIY4ME:I>']SEg$.euc&3@bttK
+r1ACXQF=Pqg=MXu.mGYSAUXn,;g=6L)3"_Y$fZ6Pp##7%m7fP-^NVfU?\KK)3C*1q
+T9(>o3UkV[Om?<O)Q%j"b3fZ'=>)7<MWWLS(0b"1>Y,ot\E&[1UkT9e5oUg(3+X,+
+#U>]u&:9>!@.H5,$GrsjMRtbrm+AAEM4hXY/$]EC^W\hKo'X[i^[h`@qS'_JBtdj$
+ri6?n^:UC>khG\/MC0Y=2f-_)rm/ooaZ*]1i<`;0k.kt0ljRM]!G0qD=(>!)gn'pe
+%C;sA\Kj6p.dYfgZ\&"jrc/Chr`A\ca,tJG"3b,>hKH-4NpBd;hiot[e7@%eQrYQI
+R@YfYb_("=O>@?]c.?S$#,bOQC*u,g0hBf*Q<YV^jraaUpbcU,(nM9F/V2rj8cJcB
+rr=tT]D7rmC(2Odf!ISMbAtQ4QoqqA*AZYJ^U._)ZqSkB.-VjQ`T(Q/::Z/6?(%0J
+.#H([N;6'Y&rEg$k=LD*5(kea:G>unRh^*_<S7fP?_2@h-JeJicW<c:Il_A,H$`"=
+YVa.%>X^3BAh&:S*uJ1_Fp=NuILRo'iarla,K+N4bKWTZfe,$r8>f)B+,RCrJp+&)
+3:ch+T9jrUk>+$^)aR-Q7o8b0Tc]]q8F<&AD7.mW,Si`7]H6#DK03pIJG`A.B#dj'
+g%>&ZkFDn>qFC(;5Dm#RH$?KOKXj0*69&FUP10J(Nk>1#$t[Dm7U%qobS4%:.<(2K
+G&s9+rb2+Gc<bM^Q]lg1ot<]Ta>6>!k&"NYS8$AWaJ$kCGA#isGgq?i/U2AP*OB7T
+m(E12(pi=t*2&[WohbW4*g&\(:Gr:tOeL6nZ_OcJ<+`e3(<tOK4PB`73="[7.f%t&
+r4\66rc7UKR']"?cW&Gho%&^GUD+Kqk!aim7?M7c`;<KAF?Q8_k$;;\C1WkE(`=0O
+&ptse=4>AMcVYP&L5A)hV/YnooCKl@^R:ONVkId*=5%;U1c.e3^F&9t(HP<pD%)EC
+->Q8N7VKt^brIA!X`FlWq\N8cd>gnP1;u%HS-Y>i`"VXE)<8gVfGqe>&Y4\7N7uO6
+]+HfsE1E5rp-j0go"PiaYK'&C(<Zb"Rh^*_<S/ATiGG9WG6F]IdPq<*MCN:'N/a#E
+&_)C%.Ap]laI[J$5;<#/TR#9X>EmOJa(d7ajh-9$c6Hd`ocdj;S[of_eEM!fE_@0?
+15Vc2^'Fi_:<@BMY0Dj92Ce(GX0Z9<c&0+]RK@jk;!`i1pWqPHjj&D5Ab-_AqCl8Y
+C&\1sYo0D2[2Z'Gi:m<lHBPC+@D6>sGA$++%,MI4ii,S#k/&HCqZ11e#R`f`ah"`7
+Y>ArA@,Ek;a(1IgYubPV?(2RP6GG4epS.XjGs>X,c^=^:q?tK./]OX[8<!00BbE/;
+0LmA0a*c%Vk]:OG$ohqC='+Ghr<c'sbHbOZ^9fW;"U(j.^Ers\!$&ouC@$b%j3N$1
+jo1gJlC.!D4g(ieC"aT2eKAS`lWU.%gKTtD,)@8[-N0(@AEe2]F]1!65Tgq^CLPQK
+Jj9gfP.)q<Ah7M-FuptPc&0+^N<O8ld'S@AaB"kpbo9UQhjFED05]/$CVEiu2!n@C
+GCc(4_5Xg+!/b6!mL?f!;>,2'bKcG*E5OesGU>r_rDsoLq<W]%e$<hTX0Z9<c&0+k
+.dYfgZXU)^MRtbrm.5/Xci-^)q8H/-#lN0O!/ReQSW@1Y!6.NCrrBq*rrCMm3;J':
+LV3T)g&KY"2u`kAq>UHGERXpfn0[`3rC=u$M>mPZJ,./@J&:aU!7Np;RLehYJ1pVV
+H\X`M3GW\FY0Dj92Ce&c8HLCX+]VLJ3A^^GUn!:-lKn,nK5TS:raN;,`hj0:Q9JB_
+BDf3cgZ",n]shl,?FW<c.-"^YA;7-Noo?-j*Tj4dZa"a0rq^-UHGV'-R-m2b5N[&5
+f,KjdSNg>aGPSN>Br-8oq)\,hqR+f)a#oJhg#'`"8%6!^WfdKo!tE<oo`m4`&%-''
+3iM<d!TE6gO*dl"LU",X^62Z6P8idJ2@U+:k*P3hr8R_Vjqm-ePkt'agNg\%[W&]2
+=@W;&E>9dqQJI,OX%F./1c.:,[WX=5qEEDr_^iWdpRanK$%Bq34*UZ/gA]?JbUY;#
+\#8Monipln+IWDH6i<M;5;U@A+#nNMa'Q<?b?ei.mOg>%0dJRl[aHGl5c_FrOu-`m
+#E&[j\WbbD/LEV]*GNMQn`1[&^(LQgH\%pWq_MHVr3flFE_F<n"%)fS&8U0(.C'04
+:kQJ"H)k<DpQ[kpQ[W;nYI&^Rb8Ng8O*c?ca9GRS$6qe\*t'>fGQfR3_2d\5q\qoU
+qTU0$n]!pAb^ch7o&#l(::ml[7n'C)(.lMBLlI&B3A`uJ[-No/bA[3uO3L5.iLi^'
+^Ge?Qj]Lr!D_l_5f&Xk`'tm*j*+=@lL]HjV46AbGq[M6=8NH&*nE'W\$/FE\olg:f
+mE]H9<K([6).L?\f.VPYb=[X1%J/gCjmV=rQN$q@1^3J(Q)Bdn1u-8i+ItYE;HR+U
+4CjV_'Ob=dB8cJ]A`rF(k6?2#c@N/Cqj1f9et9A>GkuGSClQDO'Z_M/PMkNp)1YG&
+G3rb+<S=WY@lX4c5eqI+]=S>2cfIADq9qaGo%0?f>;%`,IoJ]TV5%cZ-,m7V#[e]4
+"<%gWn2Yra;4C4A3H33[,^E!-Jj)_i7(+;WZfUB5DuAO7>Q/bj0Cr99KC\'D?=<>"
+Q`O4.BC^ORQ*`UZ0&SK??+eP'1<dKMAm#B*!(/Blle]kc!5U?um&`cjCGP(nP:X/e
+N![XdH:2<meb=o,m^#ca4s6?q+EIpAkVJ7<q9/d<3F2Xb3OIXQr07,go&l6bSbYkq
+ZsPojpJ&'*\C/gD&?cKY2kbXd<IPX:'QQ.4.HR*RqAo9FfO9QB[FoT`eOU+9Yf`Y'
+/n.b<9X_[2OlT\.CtcTS;$&K@D1rF?gn0g[DZ$I5!1[9@]VGK,3:l8S1AT5Ql?@$@
+kT5!?Ssae@UYjqa2-//C;;c;#O-N+0o)Nk8p!5M_]dIK?9q+(WA&jMXlBXP1M4?j1
+.:WUDqU4?[T$DdFA((_C,d$B2T&<*k#pP$@;`G%ULg-7t5:!DVMRtbrlt^_>E(cA+
+4LP1h3ENt\^FR"t!&cs-rr@0RSS,4bj#W7t(=3!\9Zr?ohB7*)]u*!"2Ymo(&KDo'
+i8kSCG&mT_48J3fH7#\2Tm8$V_Y_XqnlgHbk>[oHhau75d(:EWmj8Z/8pHQ:31>GQ
+LoAPb4tI>dEb3B:]`CT#Q^@leb_@o/+%X/OfFRPro3u&jC*%<a`jt1m^Ee*faB)EN
+rb(fPbjeu3NqtD4dcT-K)C3\RJZ*7X'd8fR7qq[2dDm#)9Ou,,*Z5>)K1$8?`$-tK
+*CI0<B!n,7_1"iEk)96>3:lrsq7l$pc57o!ID=o/So=PYjU]TT\='^@;U\JTLog"t
+j&TB0m/m,h-K7"8<0<a'B_HUEhU:Y0G(!m\E5rsfKDWl5O#[Jq&>(^fFQ1=h`A/gG
+4^77,4gCmL>&L0J%]uVcgM0o?e3[AV;VGZM$">uN8Pk[`laSds$@)J/*-*#TM5h]N
+-bL6KN(@&d4RI"c!'(;Hrr>)QIs(Q=q(\gsA9gsE\=1Y;hXadTcuf0\Xk^rFdf-VZ
+96?'6=4Q5kP!0X+I-N$1(j)K,enSWK+TV"Nb&W;"K0BlEgR,SnboS.,]EO#EIIj65
+=FP4'5FH5gl/P7_I&#jX.,7=,k:\#pBX);5FL*?o$TFs/*3dYpBVg]V*-VMs28--F
+;sa)n)+Q#)K&Mk.@k.>cJ3b2b7C1$r:<+OoS[&DHkO4j%c`:iI5Ee<r=5TFW8!^>j
+dkuV8>\]S9*g82CZZ*F`YaXZaH_V6S?.B'dJH='lYT8FU"uo7YW/_b>![5H1bXCkF
+.MWQHYDTnKN2B+l/\5e(Pj0?[2gRr]q-A4,O!7s,HWg9do/n'qIkP)4g<2+:F"DMj
+$"T>;OuZF+jGjG?0^6*lI![NcQ@B,bB+.VriW+NQ?udA%c`$'M=ZHiO>/:.<QsZA(
+q01&kT9h`5nnnC,k#^\.rINJdI(Q:^6Xt&3C$at.][V'3O58PANX1JdZag9u5Yb+]
+HQ6cSSPFQp_h9'P.0=bT5DBc+2J[boQL(N4NsnIDA/k*_o*Q!X7t:>&5:CH"0>B4m
+1s<"NbJ$TZeLdrkr5ba1='&G6fHho4b9/_Q0G5gBbR3g,h5/egblOscJXZt1@4?a\
+h&kU7TiVgkf+!_Og>S?o_F5O6p;j+PYKP6UIW$=S^X#JUnq)5#\KLHs^87Srk"?a6
+9HR6(X!<^(?VigT6ssm\G<)qq0$Vc&m+icY7!FYcpa,7*;!IK*KP*J/D;Ea\;`hbV
++6OX?DjaD_Q]XCoWIAE-@7aia%8TODD^!SH[$qs/7h*`BV/c!/R7M6f<F/.gDBK;K
+O$VEN;5a?CX!DXm&u_4'N_)a2@gIZW*:21$*p2gW#UV:]\-h1ZjHlFE4Y'AOP*b'm
+='q0jDUA%=ea.[_F`S#j^8GHdgh5+f[5^`^[e6)qQNC"Nai="s]3e!mE;]&Y%7W?!
+'/0^MQUj^o%NW9Po_1)Z.eJilXRrh;"1E:"j\=%H'.;oYOZ\9r!'+K`bqGYNje@#e
+4]BHd:L,jNS*2DW_aQJZA.b6#Gng`<:D'/QHQQDE*J(+,HkXb-nm;MnX4%F:is_YB
+U^=/m!k?K2c(7r5mf*9WRIUlX^FM/l5;?iDPPQ'(C\`PE>8\-k/=OFFQ?lM+p8?ok
+e$2_H-pB7QR8if]q\ug3C%]!4%%<$gj+P.Fn/kWNrZC:S>>GgPQJd#nFPAlITDnmQ
+LR('OD>AD:cR*C6RGXDk2J]9fjc(m+D/JqB(NPYoC3TCu@^ScE&:fLZU#MkdRQUmd
+*;C#E5"OVI%112''SeCD&59hSgH!Z[M_5(CoGCTirrCAn=s#\:^-qnNr3a9:X7HRb
+S`0-gTdBZGX.sEr&ZKr\LJYG=,Iu_?/5jKaJ36CbA_N0`J^_e>UX'rKEW'>j;4IjI
+UDXO$hI926L-p>D'O&d4k79_)DkHjHccTf`PZJ/SYEliRFRLcA1"_k3Q)(WR].sEO
+`mG8=#98P@:5:bkS_<iafik+m&LWJPr"Ih1H$0&o%&Mqa>o-=U6X98l^%m6BXYRf;
+G5=_j/u,UqZX'nQS,FXU)b;gA.A@(nNq64bV_1b5&OtmG8,s"[/Z7(^kJo-Ais7os
+1eF&,@L(aWFL[)L]%dJbHhk:PH)&Vj@Jmh1LQ\f&L$.>G=Bb#(BlA22ULe_J?G")a
+h3I=VJj:WAOk#Rs9f=,HQZeF%ra/A/?7Ci#Ak[*$AJp"/%&/'qkX]1iP'BNlm,qPB
+r8acDI.&]&Vg_]r9^7(Iebl>JC76fDc-E;&V.nM!Vd2Hs&$Ja0-'iMAU;\#`MFXVg
+:_))Sm+aEsFde+qN1h--e>-\(&M8MP;*6,FNPVZ2)2uV/>4+TMe%[L7!&n`/0m(_t
+RJagLjW?C+*qAmK4*`>U0q53OV1`)D8Kh]+BVpW=`@;c[4cM_XG,Jh\d:C6"j#hU;
+Q8ut[A\B-m&7Tf*mL*hd#t3Z*d@r(D)K4g%PG%i:dQ]hk_[O7`o%'e<a*f"rBleH.
+\<+Z5U_1I.I5J6,&J.p)0HS3`:UElL&/3/taYWu!jW]!Oe?P$)n-O-DZ7<V\J"*\,
+QQBkj^ZQKBlQ7OmD^FQ"k*Gl'gS,Jp/s9@^[0OX%AmsUmfs!VtTfL,a)XLAC:CbdE
+"nLAIe(n>F-U)-(2biP"XZuF6_bfp5jBn?SbEjs<rcm>R=R#O=4FHemI:7,CY;$*=
+'LBZkmW0:pKpFalR!=0C5pAk2QOZRHgY]u"#!Orm2>&hjYK\^b>Q._'?hpVGpNgYe
+]sj9.>4uek#o5NJ<FoJdmL"U:=+%pPT$EsAlLF,3C0;!MCurPIH_#g3R6R2[GNIqa
+QL3\Y[1>4la3N,&D^BZB7hM6X6=bmH1NStI-t.Z;.;"]oT^a99\$GlXHK."'`uZcu
+k;eaD&Tg#7A5>b7'BMKaSk]hTZ?eD4EZLtTHhi:fo08R(X80I)?$H*O5Fl]+U#bTi
+4\jU4dVeOK1lGj$e[!3Go=CpnejSNi+^VcmAkp7aQNZnno>`i//odjWEKB_dA3Ef]
+M'NPO%"(td"Mkl5.@uN#,Q^C@l8+q"!Shf,jAB\Q8*5$Xk*,UW\i-.%D+Dk-Dt@N.
+CZO@tBS_gd)N:pS3LG,P*,re&OO?iJ.Oaa`!SV^(Aku`FG_S>*pRXr`"@;b`8Ne6u
+-%t>([o2S`O8S&TjsT;WVtkgXU\X*D1JmXJL8j<r/,`\rG'_\n[:sO#XkC3gjbM9M
+*aErE<-@7eW9^"@ZCRJ[L:kh:Xtu:sB(YT<"TIgj_d\GrOgBt;;D8/=[i]s)D-Zap
+SUC%l>oQk'61RP-L$,#qT%E:pHE?l7qG*5jKus[mmU7WYa,)o'M5W@B.Pln0BlM68
+Z=_6&h&8&=]teLVOE.-fj=RG@q.]Z1rd23INe+;-<pRk6GPo4eK%nOV=Lt(SV,b0\
+lP>g&[nuu9_`W)$e5?PqPS'4)Ve?!(33kkjabqRWaB7M<;':c"/1#Le&D7c8rrC4!
+bSu&V%j?46c^(#1\ja)r/Y:rR2L-'0+pg'E7WbAqd^s#CrLK.YFa5gm+Nanl^L2Oa
+*)kmRQ[;jC^&7NOXL'Y,NHP06Em]>):NZl:#H\h[5hbJ,l7C;NId@f6+Q_B[15B=L
+3HUY`i]f;*-[Lcrj7RbTZB#f9D=mh.C^T5[rd0*49qtm;]#4MeMp*!o;7X)poV-,i
+:tJAR+F\<E6-++7Z?kJjKm(^lll?Kj*#$r`'*Q>MEc?"#<QE#NeTnFi-dRQdH[L84
+2u3IRq1n'=bg6+'&'SBCq+ji`kEkj)'k@s"XUMZ,"mdaZ"jBd474^!kZ7BggAl#a]
+Q`8AZ6&SC%23R##n)B"Z8FI/o&:E(T`3C0i:'9JX%k^*0+M@G]U;*4?O2qhcl^sHR
+Fg/ECbj231gZmB+&LCu&[F$:rnjUJ45gGNRr'<7D2>DM39du#7e`2[_mD2[C)m1&P
+%M4)!bp+Y]^tG`1p<J`]hp*l-kh\f"J*%N;Cu/gqn""Ss0Br<aeul:KO'fGThVR1W
+#A!Kp1A1%d2>UY!c^Rot4K9(7-cLKn0)f66SAu(ug)K+&cJP8!q+pT+j78g3neSFl
+5<@,`g?Y13S#4:9CO!<)'3iP`9/0Q9UULhVP$&]fAQ9/W/nF[*?qX@nr8b.R*Zd*>
+,C<8H)ZWGWTH!e@/<qh!2l=Bn#kE3&?FbFGHU#]'bg4IJ^WS8hl]tU5O-GLN/bNs:
+<eAMO\rPY@ga+=u3+n)p*^::#1"LM),GdH'/njCf&d7Dj15?V6fT;gR7YiG:ETACp
+Kbk=p>L*6KSeC8$DZ9^%Dr_ubC*/m/R'Bf5W+t$4Ku=a-3`W!:Lh>00)jBO%A`?C'
+Km=LBn`.=ncg5)4!S$;U*&t*qA0iH\%Up$+,hGq-H.lhmNsHM+"`PiSrr>1S)1:D>
+ra,S<IU-=[<I(ppCGU6*98guA;b5Hmh0I0IVPA"II<7d!`?HNAh0EDZFs-^q[2N;T
+c]0)Q!u\uL(C:RWj:VO3+U4_j\;Fh2a7CfTS+@`JIRKdDlt#Z?Qh7I9C0L88-e7:e
+eCsFZK`dL*7ACVG@Lh(LPHqK(dc&^3N3\s=mP*V7pHa&E)&:8pk?:+5^Rr0XBr?6_
+5l?>e[84t?@AA6$bYdYk.B;0+9&X9p9ccX)kdlm!#%(;a`P]-#1\N`!:Qeg9C7uX;
+#3/V?'*A(q0Ir%Sj^)akj@+mWG"Y%S5<7K@)ZGr]:F^WNrrDX<o-[eMD+`F&>%I-W
+7qnkGqF:?Z]so7JBM>$"Or9h!<AZ^mftE\o(hKYq:,jrGf,UmI[e.L+'.IkCUL`OW
+U'WF#C>_<'rcW$;O.>V;!%kr?]RbA(A*9shb$@Z`Q?1nel<8A7CMZ8G2EHQ*($1*&
+Bd.\$$@)VPV_6SE35qfncCZY/@M7Xb!uX@q>Z$b_4U<FGN$_,q$8#n=bp-`)@]mt5
+]/D/*fW2@'^RII`4T>EE'gM14o2#?0\rLqsKDtoh*N/o;$cDuE:#P'nrph-%pD7KB
+fD7H+!'^5Y!7l/=rrDO8o*>4aae"@h!!RlJa>/7^nc&U<34PCfm[o"_p5XKT4R>(D
+F(2;sMRsd1L6Si/bB7uIccnK<r84Vi^QZ5t`4!G?CNe4B0X'HgXaIMaqJs@nDDGr^
+T;s8%/fq?[Z(#XV,6SLZ6[3GJHK=>[LXk4.,HG(q&`=`IB5"NU[]m-JZa7-$daH\l
+L=4Kb#olf3ThuD$!#8H5!9c4;AnR'l-\%V(+\p<Aq=XQdT9S2.>uK,(2'4R<o6j-P
+RU]<PR#882(NPWk`'EXmn!suq?%jo`eVkd)0J5l*GC3^ug>?S!@d)*7]]HLjl1cl2
+jCqe1b+$`%008A:`Q#HkH.0tr]&,DJVmF'=X^_>b.HhLkSSCXL5V'=XHaGr*d6eUV
+LCQ$GgmFL&i+u8>HcbXZ]08SEfs44Oa:KS%2HJS:VL"U"6Hes"!7/)3IWi;Wf0f-g
+j^l]UhRd13,.,"lPSoYC:mFS1N!c,u"'Q%14SRQjcLtN)UBchqTFMXG0d,'YSURK`
+I?`/n4%9e4+5Q&-P%>7r%**j[\ld1*c]:l:+aQTVUN62ARI@7%\r0hD,e2@2M(AhS
+(0XGgjH861>-]6N!5>+6-#ZX_0rPKph4GC$)<p-V'I#M-1hA@!oH.-h]kpN:!AiZY
++na'9!\=U_=e4.t/oEc<9%+RI0B<r2pTN_O1O3p1!oE[n)B21b#(rS4WG7XPE#!oF
+bbCLDKJ<l8po1]6kl%g=piuH,E"SO+l^t$sH`Hm"p4opl/98q5`MeX2'=9!saWm\U
+cg5L?1oU7lPit?#+.?Q&0O;l`.nbpMH"uX+i\i_R-<kDiKNdr4i\4\M:cBt)ph*$f
+YWFACN.3WCjiReg8r<=e4RS-]%b'd#PCnc73?FpTIep*]Wh-nO1Y"_]NZ[kSrc7To
+ZS$n+Lh5-'FW6"Cd/;Q;TT0:2G!Ap8OqeS.O:Y=%f5BV.+)O0,dV,nE\fr=geVp,#
+GDFQDM"].rX3'=9Cl'10#G`DkT/AN'3do]MT2WO,H=rY&Jh?Z_emb$nG&113YubBF
+%mF!e#.kIE6eL=lpuc?14$I`bH[j=*CS-q0\egfbk7g-,oY!oCHHruNg8`K%C,UB-
+Q$"kR9hac&mMcJH.e53f.HBnTG4_tN4eU6hbjflMVGY5:H;%`bAX.`MM8Em;j:<lG
+#(.d>pg^l+C`6rPrr=dgk7mprk9+BOe,KD-5NaJF5<gh!`MR<$Qc\?=2<t%@T:s4d
+B@TOM/7Q(S`OeI4[nhoDY0-J,Z%a->Iq!SMCiZ/@jN#)!Z\e[**+V>&ZaY0uF(o\t
+ad-r"]%:cmrrDuV(]<A6J'L]4F3Z^G?<DtLeU3:V%3n]adjLII8CTYnGj[+pROFs=
+<)fWr,m@(lo.P!0N'>I#EFRtg).U]T!B=6YAcXe[Gh_<GFIKtg%TQ489_K;\Y11`<
+,bAGfCG-s9c&0+^\mR#So$@6q?i6Yu!0u%KVrl$`5OP7%WqJ>PW76=D[X\-c>^]"g
+,MkWY%.s?I7Nk>\fOlGL@`+=4]0,3;+$'/s!7!ftg@s])O>T*Q-.r#D8^k(C3dK$9
+d5;m*P>sB->>7$$7Tb6#$#(`N3f8Us9lm&FUXNq!0\0uiS?gF,&-mq00`%W-J]7&9
+9M_-WVI_psm9>b0-is(`O5uUrH(k4eJ'LIHg8CDn]]FPVQ]m+!k+oGJg_Xa1_BEHq
+M?oQ)kQ4e?HKKEhB#gCHoM^JVKQ1S%a,5o;e`np)JROF9P#cJT-DThO@HT'"/]bkS
+ITl>cY,c%Pg4,Kspa2J)f'KFPgab3ON7QSmSj5'%R2f;_-SH-/366qC<H4>ppka2J
+e/b+kd<quQMs'!nbAYO!aXM\>jVduM%HY?k/L2oXUNsaVK'kP)Z5"kl>XT2pM.dX6
+RL85OC:/'-U?p][B^_;,+NTUM9G&JF0)c`*)'35*O4QA0D-q&X!!Ca&Y'Pm&ERS4a
+f"Ll,q."F+,8t9BJ![5n]:D,?`U%LoD:7;+dV/KQYf_p-Vg@gg\]B+rLFsXucQ)-"
+/<Z>7I;tL.N1re[88^PZ[.4jL/%KBZIX0+C6frmob"p5!r.utF?$TrNXSI(c3kP[$
+VRLnuDKMpN,Td>]#_U2eC5V#XjdV8`bB=X\C,S(06?p?0iJ8?3OR@sl%c(ipK06Fo
+rbWa(@ptPHq8@,G7_A[#S9t1Edr^ie?MRr(D%k/t@h?*bHHh\X*hsIoFX8:hno>[j
+bEhh(@f'r$A$tph+GaQjS.@uEI]R(0RRauR/LU:#%Z=*Whtb>K)dNCCS8obP!9IG5
+JK>N0^WO6]#Jnu4Y5nS&]8l.$DG^)>3@0`Kimn&/k9rPW[&mj0+3hMdo.QL`]YCRo
+;V+1`+gFaG7(0AsUTt26PfhRd.jDK1Zcj*6\[L)SV&mP%:ECoZ(qAN[A&Z?Ic\oNV
+^rLmuIMWc&=Wm@3dD";d/O(LCYG(dda?FUq^GGfNk$KrjEdRKM?&tA\Lh2S,]X2A@
+,E<MJM5B;8Q=(3=H$7FH]5'.Mk/35o#!AD<Ah`?3'R72.DAYX+,hZr7IT_g5!(/"2
+!'*"f<r0"_Nuql0>^oGhm;`-5G(#8?j<#F!f?%E=/A;SB@!m$ZH#LdoCHqER+7kTj
+0!G)9k2.D/X'E?c]YW^s4$_:>YY@nY)Jh=:c@SS51OWTh3Fd*-i2EU2\[L,UV(Tj:
+9,9K[(-'SPOcAkl1,:s^qGFC;EGC/VGp#fp^VRk?4'n'F*T`nHraP[^cFVWiB:M*1
+k04>m)fI.XH&l$]FEG0JL#PT0_%T@&2%2_tM,;luQY^<+QR3!T0ul'`/f<10^'d(a
+T6jt_"Sf'^mqY'%TS+%;,H9pr)04W0F0j!F=jls0:]>Cdo=SfVFfkFoaSnjerFQb2
+-RlGWGk4j+NjR*L="2%k2#K,4hduffEsEI8*^#;IDS&gkJ+Jph?Ll.#FPeD?j2j>n
+O-b>W@e5>.A,1UsUW"7Up8W$!U5JhDR3>Qh(@Pqb)&9tf"-l0qrJo3r<Kf&-;(5.3
+E9'#1g`U)?-qYc`1?&AIq'T&b*Zc>u@Fa)".f?$N[aBRhJ*/)i[H7c2%lnon=4-rf
+To!rUpWK2(+LJU9`.?/bXs0;m<Vm3T5AMr7?qPj2TZ`Dn\41G.EfNL;gj_pQ=lLQ!
+5kDGu>'jbok:J<gDg\,:^F&43YPEb3cTQPlr`/?KdB6O8_bu6Wk3WuP.R@hiVFTjC
+d/C&4Z*H?s3HYT(W*maq/aM"%(rq)9aGLD61h0g;228heO[o?2BB46o(@kOs_Pufk
+QV?%[e];oUX0FO;qH/4B.Jh)p[Q5Bgo?WtTnYuM#l!KXhQ^:_o?.A!,qt[/7IWX)A
+c0;O_rjDDi+gA:+)GP3&TrQO"#h2h.@Ko]'dHTVaQFB[!J=)!4%<7iBB.dX<]:%l.
+VG``s#W1.Jk<AG`O/dJTrc5?hep?eV2%Mib#P,K$P"YaC.iWacq<Khf'#e>a\gj.h
+!L/dS\[q/Zpp9i\Nd,[9_&pnB<-Z[emQ6Ug/m_6h`Fh)Fn?+ug,l[l9MQuaC5Fs?t
+2uKcG4)u^Zr@pM5I'Zi??mf4hq-h2pr^al38iU>N5C5o'"nIh0rrARLrrARZ<AY>6
+>KP1KF=m/k7<oL*5Qu3V==^^>3"rb:>5nSfJVa<rIc/goo?N<g[U5-r!:tiSpQu:@
+O`V*kBiFi-Bh.T!Q<S^g1s;AC-]5k`jG?oSK,)Yp&j<#DR.:1VHTWQ=%?-+-,p57@
+8371Df<Bo]Q+(%uT0W>2_>L(jVBG?&?d_6gT2q/%k6'CJ*F9o(pQ=5.iQO<M3I*GB
+N:?P'E=SQ8*WH+!(T^t9[b>>ck"dM(mGs%]E?!.<qUuEqG#7d$L^De:4EJ6\Gl(">
+@1Z,/%(m^*1!L":nqet7gc3VF>GXp:j8T*>K<Ap78,VD>k'CdOYuiodVQQPg/Bu/3
+]""1dMAXsG1NfAS!BgJ.2m>8^AaR/i"A,Rqnc0]VF+0p9N495n)9i*\1q^G;J,]L/
+*VhpBjrZX"^-^9G_;m1861TMmF?A.A?1kV;\%7mAVNNB-)iJ)A<e.H8K>T>.NC<dH
+OYo,g_D@Et6?<9L*t/I,+?Q;mrS0]9E4NoM5d.T%d#WRGH)LX]j3%,)H>K1#r8RXj
+eF[#s=4=Q=HYmP)JSbkpS]XT;=IX!hhQU03Di!eLXV\?*N(-<5NWN+3U.erYM$fOB
+D9obuH?$D.M>44!<1[?03eL]#c%/VWZcS[7j;qP*!1^stSuLkO'&Q@R\)lEE?2V@L
+\3(oQc*j?!mqe.VU9)rX'P1UR&:r8tf'.jq50mf#+AB'*"QfaB_r9PfY+SD@8-:`@
+m@B#^o9O81npWjb-U0Ka9i)KqOfmAR4FUF?YscdB^]ON9FdrAubGuXdoFH3DgB+lD
+b[,5ZrrASh!&\p!!6W("m97u\2BGH<FT#"\SohNK>t4YNeVpBVdnR68eeP!"ZcP&(
+i"E&g9lh+HU=3gu(q$rB*1f!_0uD.E=R1iI#iDf4"t-O]&nN:!C7XCHYK7eKpIP5T
+rrARQdrdl4??sFb>Ako8]&o`qO\X4KKujl]=iCM:_Rff5U#.[)U=;P-fpXq]_D'"#
+qF;>PqQ=F#j)'%U]TB`LRm1FoZi4qcp'H63+2!5;'8\?K7+='<?JKAjf9U`:`,iaE
+oiFU%KCe;IYAM?DZ^CBW%&<bLR#SpnVQUDHb1<,iJ_fWQ<knH1rr>7geFZu/FZhp*
+94!>lb@VAVmr.="80nPbZZ2*FG1r^-klr$aeb0t1',bc)dI'&PT=BWF"uutMIoS*G
+Voq6@jLJbr,'c@r@'M>:V`RMh":?_j4H":]GL&G>OA<,AU.NHL#=%32*5$V`=*!*l
+l)h$*L]$16r8p551gmHHIl[>b;q-2Y.Z`@j>9ro#f2n:8!+MPb)-L'Xh0\=[i1CNq
+p21cJ!.Tn0K_kXESDYr@(sG;6jPe1/mWHVAr-R0=F6OphNM8tF"!^nZaEg\#69\Q7
+=>n87f#QY0?`(K)c^icY:]01,r8W;LAUNV#eR)lp1+IkG!!"h%npeqRXP97crrBS^
+./rKr#01!@L7"b8LA/uQ`"r@QPuFCWBtZ`)?Ys'1k@_$(O89,Gn";V#msY^ha*r+1
+^RP6'o8<)gJLC6)>!XP'"Dn54Z@h)S7=JA4+[;+@!S8;cH&2n+H*u]UjG!E<%0?4?
+T?+(6/LU.&rc2Mkg:IVQo6]X;]Z?4-e=-+s]Wel'9qDpN]MSH#$)Yk\K1b7^cpu(&
+BQN1J$93Dh>bdNU7X+%.:$lAT/YsWAgMWCNr8e+,Y,%\RhFl<D8O"nOn'$87l98%O
+N7Qu*[%!\hl8RKfi[AY2X0LF>"1ZD)"2K%>j?Ic,1QFh,8BSGM$2u,;O6W#lX7X>O
+YiR^Fb6Rih4))Im-pKlS]1D"h\GX,4Ea;0m4Z8/b21XZO[h>Lf\Li3Q3sS,$h>"P%
+Y5\LXEb-*ep-eX,aHr8ND`iNp13lW%2>K&Qal`'6T.2C5hu6f)MD3Z9G*sVsL-62O
+O,L5r?hZ6Z,Lc^NrA*auUJ:+kUVkUA3;$4bhF!Oj<b7a<Z+Y$`_qnM:9,)1a8Eepd
+.J2\=:FJT5J'M'nB%lQ8Qp,9U%]SVU/,=*]r4cMEp+8Dl>$[(c6$iVg5q.r`Y#r5'
+Ti!0]2p"]k.!?)fj2D>F*_`=TN\1Dd*Weht+=d1"U(rpG4,6mPB3RT^hH&*Qj8",c
+Y;?/mq:Eh/f9NaX/ps!qjrJ1C,(&#1jG$4R0lI^r?4uorH4'Aj<^,<g$otQO`;pC0
+"!NU.+Db3F^K,dhiY!O'ep;["D6D-@]/D/*fW2>fY0T$*D#XLroD\f\<;us6O3Koa
+MX!4Sp(.(3G+\[c&,eG>O-fabHdCJQTE!:72u`kAq>UHGERXpfn0[`3rC=u$M>mPZ
+J,./@J&:aU!7Np;RLehYJ1pVVH\X`M3GW\FY0Dj9!FK*df\9\<h:sTaV5-mMe]X&T
+*-%rjFsiqZ#q$tVS;2c#-XlQD.s))@ER2aR/%o:^f"X#K5$t+81p9BN@2u#&DkY+`
+QAocE#M#e0%_UnLk1@$p*2BBl/0fi>ohYAOj0ATa?7R)"rrBU_gQW6tGKj)U#01@1
+r7h.OdJj2)]WEQJ2+[t9kpfK+CC:u)XX.!_Gj7fQ>,`71n!edFm<m`VW>Y6p>fT5#
+FFMS[%Na9O*#WqfQVm0f:D7"(hr]Fdj%nb!jhKoK\)s0:/n;H_g`kjf>tY(D.u.b>
+dODuiMQC!5K`u0k$XE&1455eIf5"lP&QoD[0c[X6O.49brW\pWNsGkZR.E90Hi037
+@VMEOdspIOCV'NGS%PtA`f4tUB%*%;9DeUe3@%K@`aK1R]*<9@Ecsabpi"26D"?t`
+(boY91ET]e,9%Wt\)2+!eOOT;lFi#?^CMK<PW]7[,?o)9@c>pec4K3.Dj<GmDlS)<
+c7Q!\5F-b'D*I[j6VF%@dcXNY\-i[V7V#"sN#B]J,^8Tr[@4c)^)U<i`YtqSN[#L)
+N./<Dj:6b$I?Nq&CNU7-N2<Gl!@*DVaSu5Gp\2,NFR!h?cZU3PH=)n$1-CaX[[3Z_
+p,e1rU"Dt?FR,;>+uik"C)2cYCU'WgV._b-LT&Cc-=$hWETG)*j>WIlngtp;p's:-
+b7+5s:->(3R"'$%.B*&bcYEI[c7!s&cM-0k]>!m5e9Bf:qV4WU>k3%88N]`mDi3m+
+Wrtng!fs^;57I.%D`)i#CBQJeN6jbf`0'QBmJd1EGM/Fqkm[5So^^iuj=bu\mq&YL
+2Ej.e4\*TI*VYlgI'7C%RN@lATQ&>ED*93UZ3_`Ie-0g6#\mDN_@9OQ(WDVtjo$ER
+#LTjNDAh@l,7t3Pr?)RHel;G*XsctW'9QZO\MYbik!)ajgqa<tG6Y9@(2hBS]/D/*
+fW27p,NW6bGTZ:n8gK"]d<9merrAREr4_`WjTjt'Z2'=X!'-3)_>33S5<.sF(I+1.
+RRXh%CLprse2EXS,ctu596D_\TpO1OPm,h'd[nJPQFjR%1)_fY:-BY'=T8AL3Psl<
+*jNolLTA!o&^f"kEQ8dgZWr&C;>glQgYY/tq'5n>3Of"g30Si/Uj4?1BfG,pRe!;Y
+QZV%n7f<^lb48D,@^q4OY\,2]\0Ut7R/9>P!!D+lE(YG95k3noPbUGY?RrmQV`P*h
+!<>X<eII!-NPgX7A,#/W7+et2L9XF8*Ldde;&'oR=(DR-$hDolT:.eJH#Lu/1>h=m
+hcji=klo<)ElE67gu+JYXkb7'7bePr5I5],5A+Tu[.<1@&Tf>+Kh,0o)il<`0o:cM
+S2SZ%J*.UI!%\C?l$dWOl9E9,rrE"`k1BPIG)(N2q,NLT+btUflgo#._sYEj>Q/X"
+o(,hI6+gRRg.&@/m5dBOf?B[a];\qJF6W3LFLJipMIA*Z.kr:!/3tV9Ae%#[ej_EG
+P[t.oMhK(q$$XF.:VrNE0tZ`$EF19s!7!ZT<-^jUj3JcQo$>fJ_<AiO9D,or+aG4D
+.c&8VP-R`$;H?^YJYXE\M^>=hm<5B4jmlrp@$1a#gA0-s"3=;9MBL_:4-"%p*LmM^
+?h98,Q+h%c[1>+9VeTO@o,b/(Xm8/OeZ\ToYK.E[kL:i4Anl2)e@3/0[!pGHL6iIh
+)9,e=oYtj/pjL.k7_H9W2+n?RG]lm\KDB<Dn&l.Nr&Nhd$K"1ug3:-==P;c(k2o9^
+QT$_C?:gu>Hqs$1pu]2q4%!$%)*CV]puObb!!c&GZp<gTVTa">0i<(7Sb\oWELZO&
+bo6;Nk$qo%H!ae-*6I=^cRWclL4hE3,),J0Yb!9)E^+BD07;Ge]qa3;`>i,lE0&Ep
+#ist=)$36KhRo<?Jhf9ppH#k5I$aYSj\O(%%Nd9J-UP63p5KKa454!10/W8"!-pEl
+\S3@PqQmdL4jIhi7pW(\%)+?>R87\`C^3L^YTE(GKL@%Ng!;e4rr>%5q-iF30jja]
+lnqQiq3+q@qKH*5^9OVM;X,5e!8\(iU.L^Q:/%L`h_odfB_C),;8OY+N^$(),<d2h
+O=%WNGr<bRA8LZ$G"K(0ae'_jRQm"C)gro2e%CO>%l!ftlPI$3;am[:-oWnW4HD%p
+hRhCh@L[chLR5Dk1S.2.$d(G?Y__8m?m7">*.VQS_uMliJq#Mi."$aEX(eKdH-\i`
+6>[W>EM7.`o1`epl1:$)-(XG0a##'%]NU*#a0U+o=4u&e[.t,T`CNgi:VJThp*O_l
+)nQA<Onf+TF6"of5;VPI(])IHi/10S?T!+e;n^bi#U,F18F>TSQ;\-pftB)I)]Iho
+U"d0'DD?ld&]QcgN+2nYi<&oNZpu*Gag,]@o=+YXpZ:#!r5_"TY$#L_HM"Xcl2$tE
+Ml^Y36.@J0/C@\Z$Q5WOU)%W/pD"ffNe=gKg,qP--9*Z7!uT@;pW&(.^9pRQ7Rr:+
+C:J3FccJu+cciFA)Uls"&$L!7_>aKrhR-p9EFYt^a,!W1DloTkj/RV8%n#3a%aFC3
+?Y;uOe'Ef1l3%D[?MI&.rJQjZEd^7+$cmgZhj7]:]#XT09%0tdIl.+0m2+#R@FVJ<
+X[YBt.F&cJ0;XoONBtWU`kC]%f66;_=UtlcU+tKn`\E"Xo>1\,?S7:GJe0gEm`rgQ
+U7F)7-snmjC"^FPiVrm;p\AajIl6).f3,T6/\K3(fir1bg5_B!C0Fc/g<dH!*/eBJ
+$F^*(8ri_[d!J']d:!kHc9))p!+?1OG5`X3\RUITe_%'hrrD4(rr=SIO02"8I36Y7
+HffPtBWZ[,X^9k")MBi[g.3hR$"mq9NJNU[muZoHhsCkr579)0iVrm90odr9quC_`
+MT6DU]l)hFLL6F@PMS_*dZ7-&!#OkV=MN6(UsQOH.uEUM9*]m8g0\#G;oBMh^bm(@
+b\k_n4_JDqIU=B-I6`?CbMO1RRDLcBlm_KAj>Z2XjjpVTjujAP]@=LDEri\8c.`/j
+GHC(]gmXU?]"X>/N\aD[3.p(uI_W>aRck0*-3c3>"C`MnmlWIW'o",(I]gRqbYQ@l
+-[oa+ML<lkGocnbQR8#H#@5brY-cGCc)4C%#]B#TN^0nK!S4Vdf.-.de^WeV]Fl]:
+`!?t[NJdo\>o$9Nk1DN3hPL5P3:ZfeW7ZB)bq8U:-MPWe>X@K/1MOGOTl$mK%GZ\R
+R%I5Y]m3Li%jkF^Km*N.hog>XT+ls564BSu*YZC=)QFP6?>L)W&_>[=,Gfn821AHe
+rbBlolY#>4J&Jol8qU$2:q`:c,`Z5<.J3cgXnB57PN#'$QOhcG"XTAd*mr*,QC:rp
+*0&PYBPgsjl.`:SqP_424sA1^SE\m-nlC>&HQ2?2bB>)HcVi:H[@>g^8L3JGWD(n[
+;V"1QF-2<W6/+9nX^5jDq!so>!IdlI1&43;fHLPIYrckJq0's*rb(hVV2qOXH-4FT
+_p!>%8Ir"CVlZk6TaB_k"OFZ1>472L][Oo^'W('48Vld[g&",*Mn\pn4YuZTadQ:n
+/cPf%T[58CI#Dd<SLlt9H4A@7BPU_G'65]amV@uO^JQRQk'2^*GJlBtU*'g,m,<D&
+rrAQpr2e@0Xl^<>i`jYGa%<pj%k6@\QWUcFi@+n`'l7El1%7QX>,j\@J"lY#?'A9E
+R6uqU+NS&C-ZS8Ao4p<q?!FHLIR\TYbFX.^!1[0hW:HjToS['1H#m*Y7["=[V;8=7
+V,'A_l*r4c$EtY)!<aCGg'pf*-Z83iiL,YbT-:K<A(-\aW5B2u+;YrJE)"+FicjJK
+>A=qbQBeLrROd\a2#';R)Wmrt[?[i#%ipR6cQTdY!)h4lWOF?f-1,>ZmD4lNNV[&h
+P'b<,"T+13ITIQ_/QY"MS:<3)U\TK&RCo0T4T`sR?<t&Q)0G2P,R9'qP``I!j,jVI
+]!,Vqk)W$7eEHH3\7`]6bl5mU*obsa#c#Mpb;9b*`W#q\N<`G3FbsolO#:6WPHDiT
+SnQ^J/T0F^=SGB=Xm`0R-$6'%`ChjoRuLLV])>)Y@ks!2riR5[M3kln"8;X2A#G8]
+14AT:6&<Srl>rL5^_GYlLO%qNrrC2kR2Q7TQ9=]1g%gh!\TO1=DUb6j`bQR!3q7IU
+6hXe&0^Nj26*/T"15sj4@56AC4iSjY4GjP8Kh9t<XhX$4Ij^HFhk_k]h_^lbk1]8n
+5%*slXf;7c>=hk/Ra><p3/E;T;?]Vd8Z$E%[@O//%-%g?6/dJA`$?be6urO-Bq\bg
+2X5="k<I'1-2HTF2Vr<#7]W;0U>FC%2jf!-WnqF`F4i&[>?dLHjH%lN0dT3=NDC0C
+<Mf(W<gsE2,UJD@/f=XSQ[$-Ge((mGN/dCD$iI:0!''HC<TN$r^RdR"jfd).qa2&e
+?`m\V$V:uPK'l0?Q'+e'P-VI_)F=c*ZQiW-qYa`mo(d;.$RC%.[FW64UUSZ"+ul86
+E<3[o3*#)oq8P)1T/(\I<q@WWSZ6B?Smn&<o2VZCX_M$6SujRE11/bg:D?_`!CgNJ
+_e(8Je,)kn3&&A]B+l,!*[jKuO1J4*nDlVT_1Pl.r8IRenpfc9r8ZE,j=p.:M[,TA
+f)2AF?>:8L[9,i*qFIuOdYOJ,Wl"lk'``)W[EP5\m6+4R[PT@11R!GB+pmHC6R2;f
+N0oA$"01=j^ckj"!1[*fT[l6)j[lVVFi0s1kk5ZrGs3l8lH,aFcYe]uVOY+ZM,kt"
+!8r?n1A1Xrp4b/":aI/+3<:`<EIl&Oio.Z#`*e,uRn(2=$d9]Z?;U5POtQb7/p0l$
+gj([Gc7M4S!nOfaXfNgP3+MS?'NO'>(7EBTf4m!PnaXfsQ;*rtfKWe^0a(QIZ<1s6
+e]kT3^o+&2J$Vm,qm.",f#MdRhOUe%c(P!(nf>K.I'rco(5`dJ5#Aque3(LC$0J<*
+)KjBX/YCPSc+$G-;2GOOgGT]39i9.u7i1VA`Pd,uQuENH4.VOZI$^PEk6p02V38$N
+[2g_+'),9:842%a9_T,fl.:IG,`HM2n(0;>V_Q%B'Bg&aY<&Og!,^BUF30j]R'hu(
+le8Is]%)1jHTn.bX-4d3ea>%AjKt'EW<'%6XL)A)p$75GV`#Ae)!+(l$$h(kQl#lj
+4N"HTq1\W!j<)VOdr'QdUV*&0M9GN5RC):\NAjkC%Vk;5op`oUX&F0&`:k.=fq#=I
+m-)SOBBbc5)$)^ho4/.%o3@ZX5()0bJU]>f,<mg\!%i=Dh0[?A?-VQ#odG9mW-Q!Z
+^:Mkf=^VH.+0Jql/;YB9GTg(jCmSi/f!AWfj3'[Ca-:$9,O_R^FjfYsif$"um]K/X
+jmSJ(b[+rR9BgH>XSKn/[F%+W4KQjLeV0-U_ZN<FTEFL8<e@68q1a$[c7!,\W+1sS
+7raesq!a#-+IdOpNA(9N>Om87e?nQ*1lYE$a%*\#pI4YLrjSl`k]V.][jYdB9XqTq
+gj2?iJ>iqR+D0di[9]Vl&dK[JOPqr+KOdSs'L4m"[<N7ph:^1?0Y](7OnkuSg$-4q
+d3I2j9:XgO\*50H\(2?0Vls`WDUH]:e%.7-c!P)VQE.?hB;_@4&>CRF1@+4aXs\[O
+(3qXSI,0pG-@a<(r`j^n>dj5uSX-%Sq4btP/N_0?A^t_,]=Tn]EHS[9l"(Fs?'rV4
+,@Y^I?/+)h?7uM(!u]n60oR[ZR".uBfL.G`4mpVURWc_``EerJG&113YubS-Il;fI
+H2dli.Y$AHk+DQ?FWBap#Q?J?:];/crgUaEbPgKbkO'tKs3^[%rr>7YrrCVie,KF;
+-M%K@8'.?Zrr<4Pq8b=@_X[X+dl=k+&+6'?0D:EQLHOo`CNEsfc&0+mTBDKa`QshA
+rr==sQ5@<(g=;7LRu&8iNR;H_2u%UNar.\_c)5'&*9SlQYsclu;Eg_6&Ja_LbK@HQ
+SVk_L.naQX@#6#8[o!mQ0n?3bTF.]lC]FNh210"_SnF\1^Z*qofII\[CfT0N^\Q'b
+\a9=rk8uh`1`#P%=QrZ.$u-fA1?u;^/JX'Vi(ZF5cEGl;qeo.Z%HY.^oL['RIrcsU
+HY;Lpnn66(fRA>G?Lh<YO_M"EL>iY_h$GZ+bIM/XO4bZGhOAH;\b5^(h3AD_cVC2C
+iJ&[,c[Z,o?8GHG7i]Y3,;6TPX[e@pcJeT0q:-BtIUE#@d39KW^4ar"So3&>TUSfg
+^.!;6O!S3Y7iKCs?jaB[.Q>X[fq2g:4S_'?2+rh%N]eR0[#+4[=7!"XT<f[@2j#j[
+*_j%fI'_Qlo7.l]Yl)GgI.JGJ+WBg7FEN2PI2[)5>$PeO+e9pMGl!-Q:r4C`J0$tk
+Q5Sfa!:X.9PI'p!%Ne/CK.\<TLsV4;fA%FV9;08*`,XsrS4>oQOss,+f06cLg-oWW
+2V.An(A?ss_[Jd[+t01cVuQf&5Vp;LPbl;mPK`d7">Rn.&W!BG6bCHK2=#k`ZZ^.b
+fs+Uj`EerJG&113YubRp^ZRG'.D1N"0.0tQFSUPn\akNE59Zbj?h3*Cm<%Q7E/K?P
+Xfcd#Ja(t.m](Mt?711e=$+`9HZrVieK3#R&X+9EZ-+#Ia*qK-Gb74*_q*e*U,$!k
+r*(&tXW.7[bPlOgo9[PPpQ@c);rdf*cofXNc)4"m5LF\d7@hu:b^:2bij`^)pC52i
+Ee"T)3U'_^@(i)sI9\NKebm-T;?Z#8)'gI;n`#Ksh*"$7nZ:!(,^<d(`Gt4qkg-$=
+o7p?gRsHIC+-V)Yq:D@rkh^OSW_'"YXk^m>28t9]J"]R^O\$rP+s@D!^CL)#^>*8c
+m(KZr05"(A%*4ObKF&7U!,].:lYb$?icnj);%$)[B;fm8Ea$_F]/D/*fEnBt1pA!I
+@r"i^jur2O!3XNk;i$MtQ.]`!le`!kF%n_:>\kS:X,VgV2iu(:?'m[8;1j[KX0TR?
+Y";ofTO9#KG#ojIM)EO7m(.hrj'`G@Xu7$J7=`0a!kTtM-D,`"5Z_RY.L1tD+Kim7
+Ju>9`/$Zb:$KQHlhR)XR^sh0O&6EG+#@%HuF&upo)"@cQ4!^uOj=kQWG$mTN`mra2
+^o_rk&d:bmb3$C;E-RN6=(66g("?-t1i"o],=aRc""U.(19`hO6(uC,*K3](QXF)H
+9%1.13m1%@ln.kC.nt^Lo_gi%22VY`N)=)F1]^TUC]MRQ-;9RYaDOo2Stqro5co[M
+iJn&Q2Ce(GX0Z9<c&0+k.dYfgZXU)^MRs8(9e0#j[/958<j@9Ude,RF[a[/2PZ_Fd
+)-!ZW+tt1*JY<=O#g.DQ-Nd6N_<rP19tR81[t5Q$+L\b9+Leh>@Y+m$<('$k<C#1:
+"U7N=aP=6PRN7;o=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RP
+CfT0Nhp%ekSq$?hTD0#oVuH`/>t6st_>aLoNmn".L#N%3VXSTrrr@<TH2EN+s3ga&
+rr>7YrrCVie,KF;-M%K@8'.?Zrr<4Pq8b=@_X[X+dl=k+&+6'?0D:EQLHOo`CNEsf
+c&0+mT!Kp4?_9MYdE7XhOo28Yq20)$XQn9TVHP'N,)Y]9I,!Y6YkEN>PR,Ge$gKi/
+`^e(*24`k7F0i8%9[eW&Z.SCmm+AAFJc>_q;<`D`YQ"S^rV<X8jg?]&$U"Q>;ag\,
+5?cMR0;>384J3B/o:bkN4q'TZV3Z+Gr';22.=-J:7]Ie;U^&qs)JA/Ao)A\ne*K:Q
+4K[`TFlYT*)QI(X%iY;*qp&.a%;T$bT6U(lNcXQgRX@6m!$4C*O-@BEU2j_5A'Dq[
+i^G=,T])7"m^/Ftk+A4;M`4b4)RIIs,Rm^Q[8aUDL:n+q>_fX(@tV(kig0S*AUX.)
+g,+'"*&*.M_uoHJgik%,khH)U#P."qbPqS<`nr#rl;m9^]B>QBR5Jl09@EG1jop@9
+,L?_GC=8nj`]rrkmD7MI^R4%?Nu@HIh<F,%aE-Y@*Li+B#X.HcY'Y)aH1RQW2ip#"
+Z.Q+`@]mt5]/D/*fW2>fY/8Fj8^m@G3r]1NeZ9nD1qcfD93k1c\j_o&i0?o+'Toe'
+Q'@@r`(kR<11MXdM6KIf*rB+D&:#()0Dr-RRF"/IQMSeI>/-G'bEin]B9T_4<a5MU
+8jIm;e"aD`,S>oMJ]`PJ"#bS,gA/?OK:Wq(a#nr91S:2<@XS!Z_[qRM\p%EG#b5\u
+F&`c=Bf>=,8Ij"&].l.]?%@&*qb9,ko2*-2Nm>ea(V%/kR=[p;0e%AnFuok-"Hn+@
++Y8:9,328pGFj_>>I3?SkK!MuVp&4'V=oQ;'5)*XBND9E*duRI'AVFUGaU-8?f6et
+q^j4.@D<Q'U-4Y=!.^ReLhH*h'.Hcqj04SO;'0X9N;]PAcs@DbF2*HTlGrLGrc?i=
+E6#.qg:-3VWFI=E+M?/[Gs81Bn*l.8'c;1<cIQ=Hq[]V'eAdkHCj<73^YN_cptD/(
+$$?6ipZ:$)k1BOm09Z8#jc:nj@F+dff2^BQFPGV-bo/mP]i;SQNX'7[N]Un7U$=*E
+ArF+t!8qARhRcFM;q^d$0SH;"WJSXT'/&m]XkPSrF2gI<HS1tbVL:r6!1_(#c^TD:
+J*.odn)jWM,jQ(V*b3W0e!A$SN?aR\'Al(iPZ\aNnjXjDSfRh2"4#!:G->dle*<SR
+N^@q'etP]YR_4Cs1Ek/B'fkgiahRG1J+K00!1:6^g4,3shrZ">hW_8HcCo$Ml..XQ
+0XG_$*.;'g(>J#E7eX$jrl4Y2@kD"8@M0pr.37`HnN(o0[1g7fFPR.C0CdBdr4i55
+4Sf!WE*FF\URFEiJ&(CGfY>m.osXDV4,['CqGHB.3.>K8BDul%;=gBiI=%agCZta`
+r?81Jgqsc\>O%%V0(M>1dgd=snYUPcRmEauqar^?J<lX-K,BM'EUe?gpMd_nc;DJl
+Qjj$FF6,(:5Q'^-kDtmUl_<[ZR!re[oB2:mr=:UGEnad8.(>@jVmgn[N;BgXV$,2T
+;q@`-0582Z5M8*"'][mAL+MA0b/q!fh>?"t0%.iZ%P>M5NstpAjSo3=H$@RU>1("9
+j]tn=CWlSQ]%q(HPR!@C)uc^5<FC#K#Wq4lHHe'Z(0P(l',eU5"EeqXS7XB9MVS"t
+rr>(@rr>%oq:#.<q9,Q/Dt<MGQX3hB/psp>I6E6ap<oqMH^f\&.l:#O+TUh&ZeiIT
+:[ERAG1UA;bH/Q99Osef4K*H9hWjdfN0s089aY-u+29n$q>9dLbs1fP?;^=OOED"2
+?i9*<i3SpFL7N#]f9<E&7ZQG\"UoMF(5@aOc3k.op-tD&gq%oAN-)>H+@.?))\0=<
+*18+'8g__c=5,i/GPR$o!'_d6[(F)d\+@S8Q%UnthVCi"fW%@K8mY(/qE"jW8^Cb)
+B)_kHqGRueKk,]6Pe!EEXmrf+-Kr"`r3cP)3Fi'h3K*&`C<+Mh;Z+G`I)iGUI)__Q
+=BJ\I4PlME)hS#n<f3]F@@\3JqZlJSB4*am3$SiApl(2^\nd&(;);'->G09lUj:_o
+ISAJ@LmRfVHMno]Q($u#oP5#Q<\pD<On:pAKknFsj82>8ljr2upa7/>,;(';^8fqk
+H[KjKYBP@Ur3jpErrCB]^H91err=H"^FGH<gWgK.=ZjM9WnP7?(aTibF)U<,lc1;2
+o0#3WMuNd-rrB?qS_I)nrc8Xo_&*bpm:KYEaiW/tac&`CZm\GXF1;/Lc4#/3q;_'>
+niAE]IUHs^q3,,K@FXYu;OTS?DaFOJVOV'_=tNNdkJ,rKfU?-fmC?WQ6\?21'3h&W
+o&$.a/=<rCD54Oc47bhc\l\!Sjl`.]rN%[g*`USNe/\jnW:@(ZU)rkr<<p([2mW<:
+-Y_l9BeaNWZ4S0#f]6Vb0u2$*BP6M&j8O+@rc4%Y>D^D_^"o*eGpSL%4"Cdq#%Bot
+2WXC3cr[Z(ItR_(Ia3mL'%97;!1T7;>Fo_bq+!(MhduEtpHSXsPOjYbcHjV)./DSB
+OnI:XoQQcJ8e4]tZ_Vde#bY$Ad]!.G)=j-&4b56'm6')X4YcV"c4]tZhO?0VO,,AN
+:PNseboL"dd/O(tI/a2Jkr0s8<73n>Wa=rAMA;(K_.t<Y3"-'==9H(XB4C,cWU1-Y
+/:uh3Y_aCYROu&r:aaAYT*7G4^ZRbpk99c4k'[>:o3\#"o?WaTjAW7-?KU+m&U/-P
+OpL0,'P*=ljG(%F>)MLnh7N[e!Zo>2Bd\s7LgeMVR=d!K*/(EamrVZY6S)m82Aa_:
+q"E%JT9ioPSl>R8npZM[O!\UuWotA^!aBAncPqk>L1KS47b(R=d/.aR./'9GBC+GJ
+oX]kJjFO$er5X%F$bXNAA<.FM/Kg(ao8ETs$i0Di]D4hW:Wojro&%a%*`fMrZs2:e
+;@$[>PY3iW.Yu$h'SK=X2EC-=n0.KqZMSE3W6)0Y1)S:Z=ZZ[IMm)LW7.Cg4C=aj:
+*;*,*iK'VDht`Q5"6FGZq;5A>bT:6-][YrQeKmcHB36eIN\SO"7JKg_Yg5E2!.kGf
+C&9]q1[2::&B=kk!pEl5:HeN?01dr^;3\V`f!P+qV>9$EQY#t]q,ca?bU^\>IU1DK
+P>6hHh:JqC9%"7];Y)r.dX+42q)_ffE+q%b3@.2l\%gSKRio`R,1+Yd,Q;aorc4D!
+r7nqfC!VU@Z/Jm]I:&X/B@h,&!.eL`OTn%8M<$;NI(AkD]_Uq'gg'Q\oGRDTndG%]
+bO_(kQc["02U&4CXOs95G,nF2I7=b'?:@0/N2jgGP!REWIA6(5SVu2^oQ^K9gl3BM
+S`3/Uk](.nLau6RfYIfiC"]n\MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<
+c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0^'cRm6^2rrD3s
+5O]oh:];QLNcmR<rr<oWVuH`)_uB^2i8`qunfIDs(MEcsqD\ES55G3YeoB1=!:V?,
+#Q707Sr*II"b6?h14R12rrCM-\=*rrT7ATgNdHODloAj&@]mt5]/\-$Ofn]a2u`k;
+FX[s#_@J9_QLZ*E`G$pq./)hN>hWr_b8-9Fnt-oBc\)2^<)9Un*M&==D46i4D0@ud
+Y0Dj9"5QB[n@TE(ZGS_jk)G'pObFZDn0!jU1>s@9@.!(<[;O=4?i9!:jV5ImT:V[B
+rrACi-`a(WpYVc'3?tR1oY!XE`L(`!U<"QCj$*A?!.jmO\GLKT2#<X=F>:u8d.Ert
+h;Yip4=nK8r0NG3/,oU>3;e\urc/,4hoe2a^UO'[Pk6m6!"etteDsX%qaX$HFs,E8
+-<=7Clr`Blr"ORZ*m]!^8`JJW>K)Z[H,tJ7DV<_>;jSm;OE'NWWdACl#bcu$<X<,!
+OMHArU9;Y3%=eOg#(.ICb0K1bhp(L;\T1i)*e@%3ACb"VS<*7To5d@uYeAH=c'j(Z
+VjB8b=;T5D,0ah?E_?uQkbls7Wq$Q4KCd?cAG/39dh3KGjGs-[`(-.i[F"WfDrL&N
+_t+J%a!4i=_\;4`YUeU\%-a4(X/G6kE,%F^lo3KSBX6@J^u@nU**#VBe/IJa-7Ru;
+KY\9A%`R74c]9mcn]4<MOTsP(K7.FApqYs(^A1V_fLR)#@t]Y]%=gta-Cp4>-/#P)
+B#S&F'm=CnfgLD@i$8JL?4^,iYubFBVpgcp,_p#`J*5i5G1?Gnrr>%IGGOJe27/s#
+f.;"ol!l#Dl:`J6\4Ve0#Qc(Za#uB\"C7LT>O;P'=RelqANttlPOiqqV3'`UCTTKU
+kD6n9g`M]N<rBf*T::6,k1r5Y>I==>qNMm.O*$:*#>r,H8bK&-C54L`+2Q#sPB,r`
+4[]2X^=2@(3d`t.-\UY0=U;d8Ca)&*gb-gd,YX7fb^;J7fmc6c@X03hYKO7tX3[7,
+?<d!e'1$CdV_Ug.ZHd\_S75Q<M!`WYo64ei/u,g34pI2eM3^Dq'k@f%aQ;l7;p$gb
+MFN3Rc?[02rrARqrrAQHo4>VKLREPgjo5<7gVIkDp3-:eR<<Hn\;eBp,^uSpi9K53
+_LropnG<=T7Yhr"99pM9+FlFeIT#9&5Nalol5`6OrrAS_E@:\DO6.^fglbadh%-d?
+D2A)/Aq.Ud=1"EGoD\gG8WLQ5"h!Zg*rc6''u/oW/H5_5)SFJ[^G0$i8q/cQR<5BL
+e@'u"4#72#EA<TE8E:0b'VNdG^Yjh42IC3=i.Nlp?6#fcEF&KJ:6/:,nSN'JgeIeK
+5?Z@`)8G9*C+"n)T[tcrYccmIhV%$O5MudGN(guJ%D$L#f&_B2a8*Jc>Rl*2rc/NT
+:GmXI+F[eqVE89uSn7i63iZ>h#;D(Z<1HE_!#Vn#<"8HC]pR6=0=5sXP@b]NDnh$,
+Ii<AabDQM"h?-,S7tuBtr07,Of0;@p`N+8Cb4EXqR-d#HIB@26ZgAL_p+7"29@r)W
+XFr*G%8+ucT3D,%m:8AO`J6?RhDsZTQ%'&^ShGdY4Z8hm,^1le7Xr]-J'Ll+5P'n!
+EOt]OjoXAnr`n_lMd-"89"@Far4f1bo]3VTO2Qnm;L%H9*6.$ui]l@\lp_M"['A6H
+832RHi^YQH".-d5ajFk<0-^doR\2b$p\arXqTi+<oCAcRVqjdi@=@3R52s`Y#7hNr
+965.DaVug!.k(T5e7B`k%Z,sQk)=ioAKZWL&QTcmOU!!m:0kU3qOdcf3*:aHk8(fZ
+WjS^b0E"@FB7Tl&:\*qZ^XZuk]1j$!1&!7_F0pC1+TDG,Abh=orrD"p@\<:H/p$u\
+#l\`K+FS8,_gMHImV>$NTC[Y!qU?UOoJGH&+87@tc`[9Ji3s@AB/93d551]9o3#.d
+RJK<$(lEt;)=as3o++@5Apen(!2$4l0>Af!m2!0,pa]VG+8u8)12D(4%"EYq5AP=t
+jmSe"rrA[.&3o=rj!Uc"X'#=?B.Nu^#*WB?+8Af!inrF]g^e[E]&t=<!2#g2C^i>H
+*`2d(dk3(nk'=t[k(qCP/1dEQXD@p>,e0oT!7*d_J&";%rrC8YZ?Co?`t70ip#Xf_
+&bi[+VJ[4VGIF/_?_]aNq,..l32YPTrrAQBr5SZOr>6jP^9)d1_;nZJqpSuH#pX\i
+4a>ce\.frS:CQLdUA"NK]s,uD'<E%GiT/m6/>'k.UL=!-<ZNLNN/6<.mP&SWqd]5S
+4KJ:=X+")aG@`U,b_X6hL*StdHHhsjKb`fh/]07<aJ6IVrr<8lB)_icU;ttiL!((-
+f2t\.pB1+(m-OC/%Y_i6fT4<`rr=JI!&U[ir9@J3rBX)K4*roqC$C-+d/O)fmIP`=
+pFRCTIVA`],X3f%&'fYeBj[317\LTcXD9k6r;'.4^a9i-Za5hS.&8)1=W'17(#rKH
+51oSLg/6K`'<@W_U*ge?jWd1kSmqsH(sqEESaZPt\,LCMc<p1"T:(#?Q+Z@Zha-?Q
+o`J_"NTBn7[.Y:j&K/<k6UC!,-qG:M+27oJB=C(GBg&iik\G9<*]T/>R,oL;_`s-=
+Q)E,)9p2?pUVH<De,KD40\:Dr1O5bd:Ws^]V/NGK]$HWp0(dC`e\f9e1>KmlkejY1
+1`u2s_*'uO>DFItB,m$<,Z+f"m+^67&hkPq2S0##Haj!&n3I!RS6kbp4gb`.^\"!J
+Gn9ff5Na<Aqr@\V9]58Z"8=PFrTau!o#L\+rrDY"XlQ\-I56,'YF5=<W7u\^T[Vn?
+oCXB&n5Gp4rr<&E_;`Y-[%o@0Z,b^M\U1?3]uKG%e-#k]B-5KMk7sUhrrAQ(eUK>Q
+9j'UY!'[4XG1.9].GI4r<jc^Og^,,7E!M2(ghXU;3.8/oT8WUe%g;@1)>.ur_'18^
+>^5JI_618ZEBB,JrrCBN^Gpt3k$Kon9Bp_NkT4G-f=[h[m'kR9KtDnO\*m]4+<TZ&
+@t2>@g$Uh/m8smsd5p^p&q8tkR@8t`/gER2+fMMak5]Fa\Z.0"pf6"P=(]EWRh^*_
+<S=WYB#S&F'm;I*=7$o6Y`LHi\Z,P$KauAPJ!a]Jc-:a*@]mu#J!a]Jc-:a*@]mu#
+J!a]Jc-:a*@]mu#J!a]Jc-:a*@]mu#J!a]Jc-:a*@]mu#J!a]Jc-:a*@]moq9k\iq
+_-pW0_QM.@]/D/*fW2@'^RII`4T>EE'gM14o2#?0\rLqsKDtoh*N/o;$cDuE:#P'n
+rph-%pD7KBeG;-(!'^5Y!7l/=rrDO8o*>4aae"@h!!RlJa>/7^nc&U<34PCfm[o"_
+p5XKT4R>(DF(2;l\(NaAZ]9KA1I%Kr4F+1_Sn?I%62j`TfMhI5h0,sT4WXP&14SrI
+D(tganGAcINB1[74I_n%_QM.@],9TW"I`k4+VA:'SY$W]kN1TdEpK<5o&lY;#DO2$
+3;I7`F=XmhH#oh=rHKNI'*)H>fF7TYrW4.m7h1k4.G;[u+Nq5ba@dEG=c%6kWIj7[
+?;&7&Vph1Yrd@B6>p#D_0)Xu0T;Y'm=7bhO2Hj<=+d5R'6K4N7;'aSp-CpL@2;dnF
+p7=>%f#QJ6Pmoi8N-sc:YHjSi4rtORH'XG=N;Cdrj.7K(gb$N-0+o`@4U6um=@%+U
+C]8>no*b,C4KGRZ43^r`S$$MsU-5uP7FS$.`,G-%ZWi2u$>t(FgH*)\q]iKrW.o^W
+AJkFI3i`)@RKr!E?J+u'AU[[)2%kl2r6R_R?=7XeTJ`ls_og*sLZQ_Vl$SQS%8n^'
+/OnblRmb]fO]PPSf%I4#Q7b_TQ8&R9b(*RI\`d=qRmEVI3h13MR#JQ95(Oqaj5FS?
+m`bV.Nb%B098#jO6k`H@?1R&;f.O(VNq=0ljtGjmk"hME=LE'$7Aa>cDXA^[eTA\\
+SYi$#ko/2Xbd<OYQkIh<=J;DJ7272THQTTdLQ2p$',2Z6%&?+Z7nEH(9Y5)o*n/_6
+f018bo80Eaq0/Gp9`PDlp*]dt7%17Hjh8[?XEg-/bd-,@G7e'(GB5%h.,l@g!_Tb[
+`7KG6k6(,4EFJ5JM\[Ip#`_]YJ&(JtEcuYbQRU!e,L:LmGGg1A\9&V04o3C8<S=WY
+B#S&8AdShi$4>dqa;:4krF+g$B2?ru%6IIQ0@CX7.qrm6[=Cn!L:8oerQl(j<OZjQ
+!,aC.r-E'fJXDOmd#htr3j=kD9iJ?F%d,Qt(<tNX-$D/WA7`kgSj<;USD3t;eUKMB
++ah8+H$\$04NliUX+)j;FqKVFbLm+65_Jcui/tm:m6R;hr!iUt`RoULM`u(IkBP=>
+(uYVpNB!Bn*\K2Q2TK(u/cPf1=8r7\/Z!sB4o*]7[I]&Q5N$HA7rJmJF);R^2P52,
+>XNO@*tob01.n3[!e^ZoN;<eY$6I.Hp6/435)uJ+%FDkm-b0-#Va7:!8W:24+<:6_
+q8)3#q8Rp[aSu7_g&/%Trd+Bi9Ch2ph6*X,eiLd0XkGY-qM;6oh-!$,6QeDI*J:'Z
+O4hd*FZOp\6^1&;!991HMdosQCt$4l*%"&8ZrXa,0@0K%Pr(/<5;HpO7b6J@ISJ:6
+YH.J7?^-/oQDj&f;TbpI9m6ppiLa:s:9.HslslA`O2K1]98YT+GY^]Kd,]_;8fXsQ
+k]?2or9%Jnrc&n',Jc3/rrCJqY'dYW!!9A"afl<ArrBQm^"32`E.,ta>ktH#!&t"P
+IT1TFcb=n<r7\CGetJnoH%+UU,s9CgKF;g<K!Ri;Op<TeH>cLMYP9ti27RU>7Zpmu
+DHpKc,G=4,V:YE[`XKBCin:MOqP\lpJ*.3-8tR\a<"OA5l!O$gGR3[hh>[ISe:4?b
+[,Ad^p+>1Z%"IFchaDDY`@oJio%^ZpBJB6;l5_%TpIQr*]MXLF=B[IZWeKF\BsqC8
+J=lE3Q]CjRB\i9l*;\D180/JGPr?<sjM1WiDMS434os^**FEaYG1lKur#J6"4tGaT
+&,.i%I?lB2_6_TRPQ(VCg&D%3KKT87@t"0nq.Z[GoB)6Tl?U!-[pP%t["NpY&rhn#
+.R3*rN^%2/I+S?$^[OUWA*"`'XI2+pRZ*='.3J;>W9MXAbLbtQ`uIS-BK>Ta;:d[B
+@c'\`eFa^Ji:?Q5kj9-)L?8)4<L)YW7pWt:Fs(t1#(8k3d-7q.SkL7;&jf(&M!]6S
+YtgH\-^ie8l8/'nrr>#YrrB..q)A<RCjCNq1?1PFp>c-2FeA0VrU3IWrou]/LTYf-
+bq_NF>(0q!rr>a,Z2Xf#;W`V<a;V-Ef8neE5G\1Fcd.CEi/dlF&*5bHg5l3]/p$@)
+pb&37[dne8rU2h@5JA3SkGE]k!U63pbF?qOCGY"kr;BRmn,/IN!/t+Ela>'4^YfLu
+k.(Ek6Qb25:"nLA\U3M5J*5T"`t/+.0Uc-F(o$UsZLZ6#"[u?%An#ER!*%Q1?hcH\
+p4S"C_T2LXNm%F[HsGKKj=f]jT=%J@cd.)"H':\+][iEQeA"BH,>5G(k+53R11@PM
+(h3]7PQN9J'rr>N#M?3"a6_tt@YSA4A4M\3UdTEmjN-m32cf293G"g3&`1&V2Atb/
+.fOpIc?+=Zb8M1\I(B&WW7ZBBbE`_(\mD$.$+aNQn/t..G^Mo1<[Xjlk7+Wg0A+N]
+U3Z<FA&ja%7/69(oC)/3j[W7KN-KRVH_%TiUA]K<q/,;30?cJKJZ*i1c1VtDH&G.t
+^9X5'..Q(1UM-?d<J3KaW2A(CcVhY$#A\L![(%kY4sM-XOWcmQ]gQ3*He]]BA];d*
+\b[kkr56st28A;jr5\VgU9OKTRXB[chAA;@-T3`^`!tYP9!!g0T,HlT1FHc-r]M<0
+WucMFqma'ui\qqQUn%5LR1>p'J#>I[rrC=EmJd/H6htHr!&/`.rR7UhVLROLCY?q0
+V]J(83_n!"pb"]cl%f3!hu)J+rc75/IUW$[:ItKc2*AKfqqFZW:XcaL!oI%"YVX9(
+mTB/Z#@].A5O^E-!.k?c"$bnT,b6PdhgQQ[S3N`tLjWL2[n&;FLiX"-T*d7E?#nrF
+:%J:_HZpcsQ/:dX01i`+5+pL?#J#[gpQ(Ps<aO$VX'GMA8#=XjcVp_R]Y$!T'iLa1
+Z*F&9o_=9<e"Z4+qu6XU&UA#eJ'KHfB2QFR>>#nCX`ERtl&?H,U:Z]OEdSTf-U'Zm
+!.q9uPM1FY7cm/p!-aesWTc5prP1XXCCa\FRJF&L%krH^rc7hHc!"GEJ$&!BFO]AY
+/nh\54jDBZJP:6K6PO:ZggH'R!:._he=Op.ILg&f(ChG5N\MAsjWYo].=FZ`4LaEi
+M`sLt.3KR72Ath_2u[h>rc>D<o)4o?Ck!r'iq!&%KR-q4Q@+g:@MY(o+]q:o\DScV
+c1:`Hls<rGb]U2NP`5(OLH^.[jW.Bt%NZ^sgLlAMX[CDVP960@?Lo`E*WH,(r7g=;
+qe]rc7as#$ZBV**bU95:WsIf^8\W\7l?\FBMmp;[-CZ&IA]HbI#t@6h9"FI%ULt2p
+SgfLe;0QNBW37?>_as^@npcugm@[-#dJVIk>O#6A%7jXK0h/'16WIRIK:`Qf1c]Xr
+N1+"GVi!qki-G43]UkiRj+s%Jba@NR?(2RPCfT/n=(]EWRh^*_<S=WYB9^0o1VYZW
+j7udP$0Em%q%$LE0:?qL7nAB`;)$%0(-AS\@?jN,X!-P_7cQR+p`9&DS$r34*g]kG
+`a^c>qCs6T]%iIhN63Mk^oi'#5P(J]o9?8"T?P@W)c5d&FarJtI30R+%f870@iYLK
+dhb_"d`l%6mQT:lqB%rtb)0:"<`CpU!4GXprr?#<rrA6Em+p7rn+t!fb#uBJ6/de&
+!29,d!1]nc!6^i:rPGr1qP05R!0]A.n+rRS!7M\^;U+:j,JtW'!(5lJ!'*nO?h1Ls
+T^%"pl2AB[N^SB4GM0>#'E8&+;uE>[e/fIaqB')?b%gJH!0rl]0BN-GVq:A/EaSBL
+rLNrg;kNnqKA'I`F1D*YTD?f/q9!8*Dp5^jp`1_X+7gibr0b<4.f;=,!2_:EURTB\
+7tt.G!1`Z\!1]u3U[orJ4@YO4rrCRhJ)nn%3W>p@oYj=7Aj!'J7tsk?!1`]]!1]s%
+nbgRaWRdM5Sq#lt&,A#qc2Rc!J*Di?P]M+2K/``>Vu5X>C&\/`/fOM6M:;?Err@0$
+rr=Bift4BnrrAoEr_h#%l3slm+)gtt?i7I=J(uPMrrB&YJ)nn%3W>p@oYjU>jrMb-
+m?iCKHN*uj;]=-V1'::Yd^8tfjGjcH1VV.7n5'!;;;,05q`9AI2uO8jr8fm:>f].t
+'rV'3eJoh5".mdZ=Qf[NWU27SW-8j4JuntPk<&\Dk:*:@Z&/J\1*UDp\UlgAdWGH8
+jAe9tH\7^>chJ(K4,X;7`Y5l!7!anJ#n3T_3Je`d\q<49<c$)r"HC%+8AtCj"TBc4
+59'OWKWN##C)rcYG&113YubS-Il;fIH2dli.Y$AHk+DQ?FWBap#Q?J?:];/crgUaE
+bPgKbkO'tKs4-s)rr>7YrrCVie,KF;-M%K@8'.?Zrr<4Pq8b=@_X[X+dl=k+&+6'?
+0D:EQLHOo`CNEsfc&0+mhij\trrAMFSCS0`B:I*@X@Z#b4,l>e[J0I_gGYMuhCb!c
+3b&hac:210R^)g3pcCPUoZ^'T2S1UfY0,h=.P$Cg'9e7Q*ett$,*,a)%aUDIo:6dA
+SM'P!,'f)3dVaHWVKl+b(TW$KKrk-(ekp1*;d%k/[^HU`7$4LS!7?[qK]ZqFZ`^r:
+[<ktDXNVuG/2%]o&VqYXGZW&I+A);g?!s)#gfc&0qG&",hFkZ9\&HPcB=\$B-[_=l
+q/bX>/,<ODRAJ<D]qAQ_[.D?&3jPE!V+=o<(2Bf`"(T&d]rB^'otA,>fB&)J)#-]%
+DZMVopq&'giT8,`3Ao*oUhVXLg3p]/&>WANRP/ak6FYAHE-<mK%b&j9eO+#qrlH#V
+L?Qs>>?K]c8?gYrB!Toa8SocIQ6_be8`E#<S4p%Z\lUh0R=VWfX$.Bc,%Dd(]0:E<
+!7!o[8*E!G]kM]O4TaM<3k@r?@e/k%9,6Qp2*F$g9Tmp%bhNq9(`0*1HCqK,e`ReI
+/QPde_s*FkJ#[1&n+(jUgFm#S.*nX+AgMgi*Q<.;f==m`oK.:;onSY,j5h:Ne&l!#
+nu\X$XSR69XgCrur>;fW_9Sc(qmiMb%"'#R@Mo'/-Tq:5F?5@ZaceHQF>*F.rr<;r
+7lSeA)mlu?+c?PpEEmB\5J&fNJ'pHDgSrJ@rr>&6V0O!N9@@[icfRq@b6]Gjhq*jI
+gsmn:L+9[0!g:B$PFa"^N8FFLT3I49V5;3`KF6nHq<[_0h<=KVEPQ5/Nun8VU[hZc
+MX4)ZYPH1FbmbaaeF3<rIHTu!lcV4"LqJeH7;172D`k=f7UJkT0!mHJ@oN*-F7"`k
+k/iWEW8Pc;UO7`W."LQ1L@+n`1.t-$4:WUE0Ei+:gir;7TM+u[C2>fS21:!q;o`@6
+B#S&F'm;=N5on%fPIcN^QSmYWcSt#'O`%P,SQaoHo0&)(]p,t7H>Ic6QBHQ\/D"'R
+l7La5W='ssZ9:J]bC/6>":g<"d3?lq=3q:!C\!h*`pk])G'],WCRR4C6ouKS6aL7)
+`8k5r:&9m;#dni#5P+(;E$t4_o7pA[o3R&nF89n?4[G$qQ2[6c9jrAtgrjbL`<W?^
+X2`4V<oop:m$IVa]2u3kN!+D#J"%Z\O7d)\2fQ/C(hDE<>HK^$pE0"m:X#ZIj)+Uc
+ja$3-J'qo7]T-`MrQs[Wrm*_k+7OX*=0"oUr21J1S3Q(tHFM'ZhrRr;q_uS[=k'O\
+O3HK>h>UeXAEc4&"frf@[+9>,^eO@@4NgUNP(VO0j*Q:T%@s8s`@P1d@g")cT;lE6
+7rtohW"$8K.M4b3C8X4Srr>%oq+5l-e+l;l:Wjb/=L[kgcFh_7QE,!5cP.SOjsfM'
+NKBTbpkg)mSoa7ZZk;XWe&SST%RH/5a!,c&7mDp9c\o_s$\>2No0L.Se_Y=T7f;/j
+fRG?tmV2\$;*"'brXV%Wrr=1=IIi<q!.*opP0`aUaQ#MKPoalD!6`-NJ(th"rlQqp
+!6P)bJ'&c2!7T!f-("1"rd20qq?LI)"0,K'!7!)Rr8XaI%ARZnb4cr`*bS\[(>)27
+aMMj_T0=Kd:0HQo4emtJI.jX]SeILPiN[a$._9dj"leISPj8"g"oeQ^]Dhjj4m#Q9
+a7%7i^G%N@bT/Xdeu>ENBh(k(Yb'QD=%4C>F-9T=?VbZ:q:L%Brr<2'51=2=V1tAs
+0qT2D%mi@jgjLN"i1Caq[EkW?/1J*o.Po0AJfTA'24lWg5Q:`Hh3rQM=.esZmJ1ne
+],r.cYE*&7H49K[>hcsh2ofuXkfXd>-0je_3IF/Y3UM:9J&-U^@q`lK=,'l<!]VGN
+"GD,_&3QLqUU.s,9FWlh1Yb3Vhj69OP^eph8c6'3eKWT4r24*!PA8H4cpp*1UmI7a
+m*)2b:!(^7mI&D`Bm,Mb<+',SP;3--X)kMcL&bN.?#jlH/J;DGH!AM,?\3F/RpFGq
+[-4Yu9<:p5"2_4`#UCj6O:=s#E+JIEA'.7084p>Sb$s@?hX('Irr>%Urr>7^o2"GN
+k0K7k!&<sB!&Cpr0O"9[gmPOMD)Q`d-M?b;[iAq(h,]8&mPENZ[Jp5Y`ZF%(a_7BF
+PRP'M7R6o9<#pDtcLCB2>BR)s7,3d6B8U^k]-;.HcP$6Xc<c"G.I3VtP1MlcRn*(0
+O-J8=$\#Q,?*fj_f/I:_4?Y\Lj2]V+Y?L+`rrBk/gT5kIABcZm:1"]'D(Zac^OLTc
+XO?n:]f$<SJ'4J[`fE31>CXpSH,K2'7e?#!q4#Tkl<dT`Rb5ig>=GO\8O0cX99p.o
+!/Ki*m?-enD7'8Fg\CYA-4+p9i4*b;<s=[<\QrOcTr0m?(e!e<]"?QS(]<<3r88%A
+jKI^3NVSFnIlqH%E/2X1[gSsFG.N(0ju_7[d9DBOArn*/)<_&*OU&=:IbT@g>^#gm
+>!5%e@2"_X-=H[?nE^A1e"tE];rTRA<9M^_)\>Xa^H?.^H+O9e`BWs\5P'_!rc1GT
+S#C$BA$tloR=)$d&50$/g:bp>fN_:fY0.fIYULcN;dSkOSqI%C"7L06HS6r*=O'Tc
+C86/6+k=K\kf.QAfX;5DT92A0N;e,#V>Qh\aS_[]I/a2Eq3t+MFB@eiX/ISHJ8)3c
+gH68Qe`Ci8>cWQ^Dp-0+[9hPNHXjK@rMPEH/4Kgj@u,I+&%hA;FP9l-a!_UFajp;F
+Ndo>8rrC=Gq5<dBo4,r#R2V.K5*tC^:G9V2'Y7;QSNXWkrFXa@"_;nL7hXA-B2S':
+r"\^J6eQM-A(+'jV''Tq&a;6sRP`_/$RZNElIS4kETEc5\o4/k7bbO5Zfa:FjKJL>
+/sH+UkAf\2,PdAGa;WX0XF/i@23ZhM?VWf(g+6,ll,pl;6dbTlC8C_#YeT[/ce)EB
+V:FUlUCd8b<+GkI_:dFTq`JIQ;)EU.;k4FfrrAR$o=(%c!9Y(M^ZQWE:HrRe](W-W
+/[%:uodThOB7G#8\;iNO]YcR"A$8)Wk<H'AZV.:kO83-0!c\MQG^MjG0bGAVGeQnV
+dn2S^0O7uMSE'TgHi@t^kOKS`.DIS7bNDM/3)=+_cY)A*.m"&SI]GWX'U%C]P0$TG
+jF@9?,'/8$n,*k)[!FsZ@DOK;a@\kDMhhk63>S/<K><fc2X6h/3CCPeqsU+FaQs;?
+frX\Hr8kEciQ(m*<k7<61?`%VZgs-kTioX<C:BOqEa>g7UH"D?Uf'ZL7)e@aC)WN)
+^[OAc!.lc8Q%iO(0hX,MPop3[,"#keo8P^Jh&h\IlC/!Ge\C8^rr=BnjnTA]I<542
+k+=Y:q9Hk#:mUFjG?2/Y>.(FJ59/8@-'Cm(X&iIHg,Yr%f@h5mDg$]_C%**);$'"F
+/!0)$*@\TpMHHXj9t6YTVR)G+)U4/O2Ce(GX0Z9<c&0+k.dYfgZbsQLnF-<eY;h$d
+><r2g\t-Q]O8K5Ik9\%E>bCZ6:'YJ4!-9I0h`Uo=jM*.skTBDQ5E]>nngF@q(RG($
+4FHb&gVjr?B6.R"op:6$i3gdmZ4]qY<N@$VRm,3d4IVmUopU;1Bk5Y#M33W-2.2;t
+LdjAn@>TpD-C_!<>%\]P!1^%dVYm@_BBSIUj/cQfo%'AnSP.:qg2rp9r409.jKl<"
+o%=bH"fa5Tl:Dop!l#4En``2lp5?>$I=^+-5$?s,-qNC@I\LNB$/_C>:-Pj$A"")j
+4MtZJ:PO1Vo:*n:Ab(>BmPI/NchYDl,^s8!4Y3_5LWo.$ASbQ4;Vnc-1942GK6hae
+45#U2/RF[f?/%A]q#mWcjF'2g>F1L.KY9&B1^PD1d@NDsK)C`$-ftZ%5<_:nrr>0/
+[25+C07PIZ48F"`bAB>(>/u$sP2bWQpE`I"C7lcFOj/]]T\mHV]@sr2B5-uYPM(5A
+>l'h<1EWR6RYfpaQKJ$BKr)U'b'><l*?7jK%k%;:n,256Tl>*Z8,dJnb7",n`5\EN
+2R.#E_KP*A[RK@RkU%#1q)JBS^rP.7!K_K3^G'sQX8[&)YCe(&`EU,VHha,q+7k3#
+;=^Tlq():@!9Un3b"WuL5KmG@eu+kUhHna6Tt7b$$UH)HP0"hi?<[NMp"m6\rr@XX
+C$RV3Z(]Xm=$8Yl#fe4L+oj`)AO2WD>UL[6mL9e!6\3#8-pK<]P:ujo&!qc'][Q[@
+V1([YEQP<"AI"Fk_]1#o#IuQ[P!^'_hmiX[-$^db:@p76/%>3HIA"]Ue*?+udKgJ+
+9#uu]_&(:C]`&;<`>N+tOPuJ3#q(1i"oeRpKD@1C*_b-L,bspkQ8GcrVQ8foMiCRj
+]3)1(`2`Oi?=-9*R/iZh^A66-^g"0')U*Nrb[m)8%$:XJhZtE1$fp@AQ8'F!'Ig8$
+Er<W40.03g!'^,.5;6^?G)q.8m5*%rWuel1Udk$Zj48%3Xj+m"+@ec>5X/h?CAV(>
+Wh6b?dDnB.Nc>,pFr-,+>dc`&@t]=``ETpcdldg5!'$\JNVR#_!'(_TT/h1D>5nSm
+CAb^7bW]+T=&uf@Z*9+,1RYp09ta(s!DVi<c?n=6_<imfE+-qNZu\q%T*NkhftU1L
+*caPsfJo#ua#nKoq;(-cc6#+H<d@$hndEP<5dsNQktQZ,BXZsO]sddhe_\kg0VC/A
+)Pe!lB;!;u9m:&[obsfFZXs*RW\Tpi+p>+.]8/=!b:(:s!"3H&>l#E8cfJLhq*31\
+keEBIo7NW*r5eGlf\=]CAp\;4>2;`t$)$q5YP3EGH?[[[p1%<^>GL^Gh6WGDQ\^8%
+Pd[8T^igU6UFM!P75PM1rf$Wik:,h:^GC8TEI6fZIj\Puk)#Puau3W8I5504r-!("
+gPdJX.CBA./Y\1o@`O6IbWHtB6b/TB1f(lUV3.+&A5U'8kN^L5rSk3a!/qM>`!1T.
++4Ts5GWRKEZXU)^MRtbrm.5/Xci-^)q8H/-#lN0O!/ReQSW@1Y!6.NCrrBq*rrCMm
+3;J':LV3T)g&KY"2u`kAq>UHGERXpfn0[`3rC=u$M>mPZJ,./@J&:aU!7Np;RLehY
+J1pVVH\X`M3GW\FY0Dj931]X>L&Cnsn"'7-q<uFl3`d6H)pJTV?:5(hBQ*#X]b'>Y
+*uD7p$JQUf,OUrXqr/NSfa!mfG,3f8brc.6f4/>JhlmhT->S'fFr'H(H<95;p=cY>
+lEU`'RBG\4hV\p%&>Y"!F]rG(SVR4F"cSn!e'EqW6.6gZN+`(22%fBW%^$`0-:IYf
+"`pt</9`eDYe%prWZ!g%_$?YU0qS9'/2H7G8=h6#_=B5,15Xe,CH2ThD`"#7c+4@d
+bJsaJc$=-iZ&.:"5ZYV]Pg9g*O3I<!D"aK5@`_H:B9jXdPbM`=2dZW+b&AEr@5Q^*
+p7l,pq-)>0\=(iBju`,,\8j5ZFmH:/8*J6F5I?lMG+2:[H?i,'Y!#fOcA/E0iuW"a
+RSj5%GOIbCFP=:W4L;*QR[pcPV8cqr:EgAQ%OG/J%c.>$\,.Q?#(s;Tjr,D\$pK[m
+YogmT!RAZI1)19bXPRsgB:&OYjfNUKIVR@WdX8[">!;#MW68)D`1;>l"L05&!#6d+
+%.,m_*1H5u_2*)+A4@\a-*YTYE?7E`I/M1e@"6Hgq9SXCce`R;gq<5:Vl"`D9[oV\
+Z(kH->ZcHC]8g@O2U([eDIS>5ZUu.+&9+Y^U;(:5B<aKl%Yk:#N,b/2OU!/3r$YXL
+<e$!I1_3OH#FD$^F-3(1^oD%CJ*.Ss3e'<c)fIe5\lc?L>5nRg\@(o\UF[1T$VT:s
+r[BD[980fS;sDC28KU1REA$QVY&PN=HTB`'F5kX<E5ka7`t@u3/.WPoqo>VHM<'#$
+)SHQ/4/!B40A_9&5`TmZ3)H%U?[VU'r8Zu%h7)PGV0Vm9q17Z[?d1X'MlPQ9>NtmV
+))TNmg+^S^&H%e]P[mqth^n@pCHGjNO9]F_0ujtS)^K9ak2?+SfWabbbHs.53G040
++/-4S4qK+uf#R>[nu%b28)u6?dTnomDQGHBm?SW!R2@ur\l#IE"4oLsjir1+LQ+;`
+>7aB^oQ0BFAca::67+).5Z?b#3S"F$;cDK6Xku"&MRtbrm+AACY?@/.FM1FRP!uH1
+F1o[(<;LAL(8E9'D;9&kgrrbIjQuGej`ZSpr5XU_/lPKk@(NtVN_$?iU67DBD$@d\
+:E@E5Su4Ijil64rJ5tP5Y=Gb?_ka'QF?bHSo)q_F31B&7+UaRI4bT]?c?:AP0#qLa
+m+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5
+]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>f
+Y0RUX!7/Qtop5O7rr?nQ"9.S/q<C36*<-#/QOib0J($D;*M`SWQS3aU\!_a/,9l\s
+r8IYUr8Zptq-!Na(7"]hj\,JR2>mbU\0Bm>MsG9-hSVZ$-=VPV[Pc@jZ[I[sBR<UZ
+QG6-=VjO(ZU^.r.`f*QJFZ_^0n4S23gjSb.5Q(9O.J]Co^\Pn\q8b3@H)F-[r8/j%
+Tu6]4jcLpgGA@mj7l\#g:-4A7N_%i[q^":^O0[T,gAR52m68M6LFL5OOPuH<'08=E
+bEo//0!)Gu1!WY;-,3Ht?q66#?dCl>o(2HKo+L*/*`W.>SF_[0dn#g$Za3FXl*iTX
+K$/#rEh,m*0WAbH$N*&uk;DV/*H,J%NZCW!93!2e'9l5^qL49Jq6oJFSEshGnn;m3
+EVt@boDH2tV=Qq7?f]8iQ^B&r_>Kr'bJ(Q>kOT>>AXD#7<,6c_,t2I2a)r>#\s?o8
+%caI0m=2Cprn>fa]2u?/GT*\H61@Z0oar,RVl%A$7[H5WRDNRqHFfA$XT&:lNdpYS
+qG#]>LJ\!NS@KI89o`"Q5;$)C74tbp.X$HqMq!(Hjn3#1=E/\3m=qAHJKDuhe8jT2
+4;ZRJ5Tf@Fb=e`7q"Amk[LN6:S9"Pank\B)r8XFIjSk-MkNMi=k.PBpqL?\5)WBW)
+,sc&SdTAL,6;$b_#/%P/?JBfiXmJ=/m+LIKS@J?&j)C&L5?K:P2Y132`]S;S1jV-5
+H=lbUk-pJfk9GK>&L+IWbO`03@K-<f"o2@bdWoI)!*4'*]"Cl?e4'EC2_Z9^j"tMk
+Y#V4iHWTRK[5Xes3Tr=C$!!A29"kCZ=7EU8@@mP[Q`;Y>R6C.SRK!9M*'`U@]T)`"
+Fm"8!fY8^s1]2s(IZDqF2&M"TntRI>E5&A?*/_uXFCg[le>k%CG)&fZ(U1THWJ6m6
+q7SD+EC@ggfU=.<WWorph(sgd#k:NCE!NiIci3u.Il)X#r.4kJ38p]`c7o5jq6k4c
+QFk[WeNDOJ+%W6<BWaeYr*350aYH=#A#N@4fTX&$f^EI"?a]j+QYpuD*s*WMLiPFR
+4r&9Y3kY7HMo1+Ol;6PcrdFeHq2OH2b>1<NAa3TLo2_LF>9.(nOkK!.3eY51brE8p
+@m`U^:$J.>pbMPTY?dpP%5oGma!m7_7F:#U=E]-a_K4`)ESimBq.H[/Bn)Sc6In"%
+aR"#^5L$cfjn>B+dD^#Enjr>^m&H_NQ?jpc\EBKi1W(2+Ui?u6S_#4s"JZreoX=AV
+hrh_[q0Vq<kP9M_jY-GU(k4*DGLLDFa-H;?X.MXMDUK>kH8dO].63:`4hBh$^<ArK
+fig$65@L*VbbZIC7.R%\dTtG!Jjb`aRKAoJF3U"ORW%=PZXIA+U$%n<:GDWgrc9'Y
+WisuQrH$t25J8pkf_k@)m2fDAlqo3@n-Qs]GPocYo^q5/j9LOepZC=]Xt2fo.o5rV
+(]6O2_,:/,<2YASe2oQ<m+AAF@]n$8rbVT7jR`BOS5fLg^lQ`)pkn>sf_,jRA9OUC
+0+\"?K9)AraEu7g?(_/KqD\ES55G3YeoB1=!:V?,#Q707Sr*II"b6?h14R12rrCM-
+\=*rrT7ATgNdHODloAj&@]mt5]/Z/?FB:MHMkKnB_eZI!*H'J9]IF5"d\t`cZI"*E
+SFSoA%,(>M%.[%"lE\@H?V12m5;?L\'-2FjSX.u3kCk7;7@#AfGbd^K=Vt.A8D&M'
+5oH^81"_@,S_LD@!h+bkK9=4U'RK0<>1qTi9;2#om7tr8<Cu8373?1u0r#8o4p^OX
+r_Hn$_j35'&qB>/(RiV5S:Ta$5@nkJjY&a@USM()r+>*0^DLT^n\Q:<U"H=@o?tD3
+IK'9N3HdkOBXMh?0_%u3nOJLUOE37)mK+Uc>oFot1@pd7VX\qi9XlRX6M<@a&I,8Q
+i3-Ja*;"aU+D=/6m;41:33ete1&c"/`a<r/bLK,\Uj^EBRVB%OCSb&i+'I,rXHJ/)
+Ua`[(Z0B]DcPZ"r=`f(]`<nU_"GqUf@trJ.JEu_$,&<Ti:]CDGK?Z<bIY3SWR,WoC
+])mH>!7+RC!._L6RTeNH8++KPA*:aZTEdQbXI0aFUU/7<o9QsHk5PGDLR3-jbMUK;
+)UA31m1pCro(G.YmquLkB9oV@d^E%a"(9CYrr<<0khl.THY_9&:=bZ;q.`aJ_Z:U<
+.KbQ,jj`[G#Fareo(jT]==St5cE(e\Vb/$No@N'lr;28lEhkqj\2Cm*1I^Eh'%]\F
+k)/c+(6_AUo=IRA(uu/<Ds8#_ZSP[=?U`QG!5[jo:Gun[1sAX)qoKmkrh#C8VsMLK
+HHjm+3V;4N5F1.tr4)=dpfGRD>dMd6-3VM)D'&:)+H;t*2/*o+!1"nZDOKY`rmK<^
+o:5Z9L3)f9`*n29@9X=4DAmdrb'G.m1^bBWH#CGTr?"a/(=pU<2'fLi*SHgC8NfgG
+WRYV2A<oop\Xooa%1XBo.,hu`(e*+.b+.'q`EerJG&113YubQtr4lN0hp=D)a.F<l
+nnRom+uZp=p0*1F6uV^57[u1bbb8n^aGmX2A8/+_87U\RgdmKthH%WdDKP5Do%u`O
+0Bi.rd<X=?cMD)GZHK+Ohu-QH"UB^bXL>B%Y+ep+<a(,QNi,+$/)V!r0"UkU,)87'
+F?IT:ZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^
+MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF
+@]mt5]/D/*nDF0A4dCN[(4>+7!'a+i1o[DO/FE&XJ)EVU3;oYiA8BSVrgCmEm2tb,
+\U3N&N6*)hdKBKQc`b?_"B_&k!)+GTJTbs45Nbi;+c"+!o>g]8]FN3O8,VWO!!G%H
+j8AHHQnJQJHEmJM4Fcif+!*Ym+6eCH4#a,\o;-rf(jpT.!'Gb.$c),cUjp[^n3[GA
++6S^W_0?uie;sFSrWm#o8,;3D0O=urocsH\rrCu35!4=d5LTeoG&LDGk>1jrO,kCG
+O7^85*LkQ>q:#<KA)g)Tj8CZ<#A3X=rcnGCi.aEXJ"AmR"lOQB;Es?*rWm#oa8+co
+0O=ul]fo!4US\N8rq>)qd/O)q-=V.QB`;'dXF1c]+oKd2&G6Q\Zh;RPJ'b<GTo-VS
+$_O%9PLp@[GX!`HZXU)^MRtbrm.5/Xci-^)q8H/-#lN0O!/ReQSW@1Y!6.NCrrBq*
+rrCMm3;J':LV3T)g&KFq2u`kAq>UHGERXpfn0[`3rC=u$M>mPZJ,./@J&:aU!7Np;
+RLehYJ1pVVH\X`M3GW\FY0Dj9$hYH#9D_Ao/*g`XZb;4_md4O"8RdrW3\W]a.3OS'
+n464k0g%h[3jJ_t:<l<(2gKP@=DK"DR_uaP^Qqq5l2"ZU[jSi8-4K`6h0]._9FcCF
+OZdnK[-]in,bq?"/:u34rrA"*rEe_F@ZfLpVqgY*o]8nngGOu!D:un@qrMUo>LV_/
+.Ku4i*rae7C,5,tJHRYOY'fd>!!OHRFZ;6g[WF2:"*qniQX1_&-[mjQbMMPBRV?+K
+IOg!>aF$KEeu]WL[!FX)N)aa<1lId$#"9p+O?R'0B*jLl-b$J5/9'&&!@*I)nF:Q)
++PNK6%lYQ'Q94IVm[\Ac#+qnJPTZRf)@MID^dBb7?d_"Ka*Q*WB2bYn?I0^_E)//I
+nma#A.tiieUVH>?g\!MB'+lEdYdXp?7_I8ae*O0H`tIX@]S`T!KUdno\o1c[9f&C_
+c>*5\5+`#\@2S7g8KZA%X6K)]YKNGj,GdA47+-3"0)7]TktcK*b1u0)M0F4aY5<)c
+gHB>WHY9R2NR@_njq]n@D^-L_me@kO5904O*&ci>CG.J1g<"tBYQiEUPhZ.K7R!f*
+!MPOE."#g#<fc"*-agTM*hW1QWGi0bqY59k4R7Foqm`o\rpte`QHekn]6IcQQ7hQH
+)0H%\?:PX`(rQuZk",`-1eQ-_"V,XG`bM`)4Zu*_B8@E6GX^<".<D4ZcC8q(N\N%H
+b?67AFm&?#YB#q+\nP>b<UL/<eWfI@S(%JQG+R$,="`Ct%$B",NA_6)O82A=mi^]N
+c/MB66.n5jnBUj?fs+Uj`EerJG&112Rud_j9sQqD8Z-3mIkeU,Xnekoe9-1#*@oDr
+/)"3@\"64A(+E,5:<b'S:WLtl\@$K_K.ENZGa)>H2]HTDW]6^q8]GSiMgk(aq8-C;
+hp@[]W7uYt48"Os=+MOXbf6ZakGo.B=Sn;mbtMcjEiQG%>/?UP4#SSTA"!Gi`Ef'K
+rrARLrrARLdQcn82")i-R_P/lr61aOe]s:o%?0gD@<!Bgl8b>C4&BQgm#SF*T4p)n
+L7U^Z$j;Ra1hnh*<)6S.;#J`=_6s3Dr3c-7ju*.15-\h`4ZTnhN@ro7-CIhoJK=_$
+IP1Gnls@l-C$RKf0p!cEnCcoN^I)mDK,f,s+RJ\YR_S#C]X?jNaD]8jc^Tt?CDU/U
+jpn-^Ff1S"\[NAUbo+%dUlg_8_#7C-nJTo$J,Bd6g@!VCG#U4^A\\U"H9@5F2Mp_X
+*+L:9?,Z]pgU-t\cT`cBhidhkkDtlUPKY(Oe+>`(@S8,?A%<%])0tT1<[:0j&]K=T
+]C[6/26#p_:7nnKB4m'U;_\aWHAIBD]6;8+M2)p";mlu0K)F`Zrr>6t/Tf=_SM*CC
+o'MaBF*2;f<U@!61)ieY9Z?&e:F]=TT%!R"T<NIed:SK)TEarJ^AV2Da>-8A3/V66
+rc1[2E`^F+o8X_"QSj2<8%nL7pR*\qZdU`]$"J^%NYLY=je^^jF\toqJBZn]]oCQh
+9:C+4ndt<2'W!IY'?GQN6WU6a1uK%XE#$LPjL=:GQbPUH/p&2ZIkO;DQ%lNL--i'%
+lI/nkgUW>X-=f5a.9b5;5mK9=cupJ*Z$"OCC,_A-EQUQ;,Nda=,]^qa2:F\!ht*DI
+>4/r`$X_&[aR;<AD>@hef556)H,Dt',6GI.GTf2?_Z3="ilj?X#gUR7n2/CF(+F$A
+RXI$`!@Yg*4Bq9ggNiNQB3u](,8+_%H\%^uc[YPRhj;&Gr3Z#"T<C'^1#?YPRDn4W
+Ium^\6`eBd;L2834AOCadu]5EP">[?bthpJ"0U8AF6PF*)3,0hQ\t<74,eqKh31nG
+5Y@(8)rc(sD1fSPrrD4-ol&%r3SX?;c2Rd,*d[a\o*1t$F+'q1Y?NOAo1*T3aK'KS
+7liUlGl9WuDL3TLcI2]-*j\Y@Kn*Zn7uS+'82[it_l</P7O0SMK\r+\o9eB&o>d-r
+!'.^VX6A8uP<?PS.spq`HLgW/mTSbeTMo`imRshh<BHLTR9d5e#AA9mI3tO@N`kZO
+`('\gI9+?+QqU&Ci,5)Kncb\9c?.C77AosCrrC>)raeImCTLbd)L(<P(9u]M'mY3L
+>"G>O$u3iB@-e%->%Z)brr<.8Ba!BYd*h^AiajZQ6qY8/*QQ^k_A_i'+t&':FZm`<
+5;iH@k:Jg4q+n2>ZGu50EU1r"@.M's_T?r`q_X-dR:.fqNA=-LTLCHNP'W)(lp"oe
+gDFqU3rLl_P@9JL4s6-@&-lO$\TN9&geA9]!k;P3?2jmbNNW7rCAq(c8,iRZFS"n'
+Q$h80[aFpDKJMdmnWkTt&ka(t&VV-Y/a`$%+-+@]Q<CWlH"=iP`tEbdH[m?1*.#@2
+MM\+Y`)@5trrD4E5;"d2cZ]5N\^7`2=EWhT\TR(t4<mU]p.d$pOIgi0R=n7Lp8chV
+Z2Xg>bI$j63:/]N4=18[)u,.1o<.Mr(*B-'M8@d-^*eDHoH38Rk9chs&,C"?IUhZS
+*T*591u#W88(-bd87cDFPXM<0^Bb0MVRaot1Y<SWHWqL;)$nAMOi>L]N^eEV$oj&I
+f)pItIXQJlo<\#Nr`0Pnk*3\t*365U;mHeU54/P/4ga,[.RrX>iFO-j*mjdGXR$s9
+dHZ7@[\NaU#H1lfj-Den\o1:$r_NOoSBO0Hr2S<I!&K"fq(Lmf1s;\?SNOH&jW-*I
+DRBNa%pc@D!*@TF6D!j1de9%*%s%AnBu`N=e`"GZMo69k+rop%q6]/4%$BP.8_p\J
+A.B.GceV(Zbu\4>[f6>tB`,`>cB^/RMr,tY>FYD]iihW0']c=6PgoJeg#W/5JPh/d
+C/8O-7N!*Wift25FN!L\4<c&:\=E3qQfemHDLX!Nrr=mJnqYJUgASBV\pdW%)Le6=
+_`se/&sTH#mfqZ^31R[7NZG#<!7bO5-G3PH&/G-2DFi%:iZS,h:O;2k0E2%85BRts
+bdpT62*^oVJ'9K+c._`F1f#[X)gLhSeVaE9KT8_UVl,*kh\Z1tNa4d?0^Tl0`snjt
+.8]m]H#&(-E19!2`90JY&,bQ)a-47comb5Y3rV_H^WEbF?=C4f'?[o(6Yh$f[n4\Z
+j(AC@,p92U;4=U/r"%tnm7;D<QWJejV2W`X"NhiWU"\mHX5M!1.$6sRIDN_u;uZif
+]CW4pohR*k`W#otZ2'YnUj8-gc7&V:4E-c</[!bl]TL]^&u0LnG/N#t_;`l$b;ja+
+R*QU.!@,Wmr?)\QQtiHA.Kfk(`)F1f\*(g0jk&U\j=[4*q--dU;tGd:F\'qb%j^?N
+$1@R[;%lVp$Q+tX`,<dX$:\fZQ1cS4m05R``++].5-2:j$jXhRDLGK(m8dL[O[%"'
+q94XWrTEW&r`o9"nnZPnQ2:L\Rf9Ym*Os]QJ'd@:cq/37b#T^^`tM@.GM=p#F4a(X
+DN9%U>0T7*)!cufQ-<RPDW\TXXuQdWOQob*&*1M'jG&locfa31D^+G[=k#8iYKDhl
+l8jZnG<AdDGi)VphioW4l72m"(QN8-HeD*KO/14ho$0"NVArG7p'-QVHaCVg'/GVi
+WO7+pH*@3f91SQfr8]f"^ZQYMo#@AIX81@C>Pi=oa#m"/DQL<!`Ss+p-iFnSnJQM:
+f^2_;Yk*%NB*!o)\4AQtG7jiP0KQ_].)na<eF/LV.t>iVIU?mJT"\b5L=LChh^[s'
+/uNogB_pQWd5@5dHYFk)@?$M+NMHQ=&,*``g7UHphtS5cQCG07p8gr#L2dhM2fX]>
+=Mn8JAN7ubl>9dnIUrHYc:@+@QJ\4iQ!]_V^0/rC9h4eLUKp)h\"4kSZh5phgj7A_
+`mc3I%rBbh:U9hWdHo[bBL6\MdoR)Cc0Qmb=eh!d#HNBR-c7U[^[mU,8".3U+[#;p
+!''dkjfLku=RnAAqMjC"jdIO(\4$1a;E1$;J=itt?NZ'hm*9H$ADuo9:+%)s(l4+0
+\;T7=7X1H;+'2BUk;W=arrASJnkYHsl$`AIjA.)tPOkEl\jJ7=3bO`:&j^:WD"0X[
+Em0;Ni.NQS8`dBuHQ2qgg?j?P3mCE9>"g^J:2(R8Hb-Urf0U*)",N!#;qqeIIRSb3
+?2e10G\ad[8mOAXndjk8S<"rp8FmN^$^hV^=]u&/8IT*P;AF`>NAo'7Bg%1$p+?Vc
+V'orl/m31c-so5BiRJ@6WfM5#L]7@=rrDYQg-=`'k,7@Vj^jL=DtJtVb);"`^X]K"
+MF]B-gc`&R7/3!H$2Ch;[lou*p.g65Xii]H3iJ5R3K8YRH@_5K,GV6B4uhF`J'LW!
+hF7A;r4;f_](3k7W+qrlQLWa6H%Hpn93Y6`8q9JPHu24cINKQ9ZTXJtYO&qmBu4j,
+o]-&_nK"fOg9]!JO@R"6n!o$S5P(BUVuC<(n+*g-hiU*Dr57+`KmPDSX"K"n:!"Vk
+:LDNbF@+5<?MV1ZJ&(>qNm>VHbH/O3)6\h6,TfbVGr3iN"O%!?,Iu=M8UaA4BPYAO
+3X2RbCYtEVA,NF=e$%#\3\Qmu;W?[j&kFW"j$CJHj7<L9:>bE:G$]FPNdQ/5+adD<
+Uc75SEf2'$H\eSGi=GkI?i8t,QN$sJ*B]afH*:T(0(nK%D+ZrI8^M9aN]W/U)&cWu
+>#0f&8;*UU#CObh=4qFd[!K8s[,a]O`@2j*)fthM2K=U50!58c-h9q%J'$U>Orp"`
+^3%hG;ClFmT$(+(k,>N>a_Q*8ie]&`Td<=PVO\"]Q$YsP>0ggRk=q3?nfl#H8E,T:
+f^mp=Ar_+A3.e#qjulrJEm)N_SoO?dQ%(8Jk8SQic<FX%>eQbtr57X`1<\t0aH"ZW
+U)Gq(#:*]Qn`<)<UO;EIq[p#lQPP!]^D<<Z!5^`O8/VI[*P$#nk7Hod9gTh"c@^4&
+1s*e-5Na=W,<VCi46;OJ]lWc(m_QQpI;u*/J&o*F/Zlap-2jq9>L*_>a9"gUB['\K
+PUf@l"#YLtm&t0tLMCAdrB?r2n:<@;1.^E`X0F:N[jHK!a2]V+.BVo.k5;I]nBsGd
+k=lW2rc.r<S6GM;j^+_E<1[A#<7\El8Mo[#]FSs^98&:Q2e56AOE]FaD0nL:6)BmF
+(MMgR+DOc,ji0CU4N4HSZ(-J@.f>dna6:C4c0tJN:W\+0O#g#2C#s9UX,kN?bZd[K
+9?TM$d]K>]O$L]6VY&d+:dJY\DEkNr[V#4DZ(8#NH=+t[eON?3Qd\(G1#hqVMlU9U
+;i;X*6u7nAd&HJd^EnBm-9ic*2S@QfjjpR0D#XL$+.4U[d.ooM\m;Zu>SLL\QLale
+)8_!\)-)IqW$!(Xg+Qu`=0_Cm<t++Q%^X,79LS^ES/LkYQOaNI0\m8"*WCJ:c9hLs
+IR7B*hHnbqTa.%!nZ0U7C#2G.[(BK0$uS\X,fQ!!@E9T]m,,+H1&[C2?a`+j`cC%_
+iSfjJQR'd_3mr*4`JDp$bIX,W4n93\?iL*d4lie/q<uM!QelTZ!1[fq&*88Fk4p9`
+bEn[KNG\>KRQ-mJ)HM_.UnSofF$$gYOOe)%feln/7h0e(Xsi>O9S]&jkCuQIQrh,;
+r+hiJnpg7`o&'%co/H8Ro$:,0Y-u_rIjsh3ZG4q-XfPhJ`fBJ&6I;NBa[KVinTHpk
+m=*(B%a<;aFh'@6:t8'n+A,Ztm."Z-P%Hg=RPc,WRXTX6c<:-<r^;3G>CKjmrrA>s
+lh=91g0SRkXbEm/6`7tJj=$:(:/&hG,p@bKNor?mb'ONN51&M)XM^FB2FKs0/"M/J
+^0^N7qOCYu,%Jm/*usO;Rt$iPGNIB4QBTI@o8T3Jk6@F<4ZTnaf)2SG>"`]6<IH]d
+RNoJ$_:REu]n+j>]2urhFjSR['Y$]W3CK(^JA+bRAJeE6n$k6gBjC8EQG;T=ZnFJ\
+W_)9tq89s(q5naAri<(XQ"-^sMeVp];O!"-D2uXtm<AI<F]oG#b]^,p)%J(MjuB-s
+d2btBr@n*fU%-G'5<43Ha632]^ZQ]:r1o5!?LpX;*khDb>AFfSW-^Ua`j_6e:Xh#3
+<b+&@\]RFqcHqndjm@lhD\amo'I>7WMD;hm]g9/>`cHBP44Wn;I^RHeFoMG%D<71u
+p#iM&GsD:J;dT(`U\TD>ghF@Ec@]c-ga[U`aTB]/+tSW=&`_%q)#jTOrr?3t9H($'
+B]?o<nD]7ojpp<A^=OIuE3]U!]7Y2Q^3aYdUX&_.jr]dDrr=ljr^bT>!%tJDA[mIj
+.;R),I;ZLb1eR<BTE7Bkf@]8Up9ou"%90^p/2Gg+6[55EYf2fd2cNi@:<Y%[c&0+k
+.dYfgZd$7S5P[GA!9Y(]n0@O#rZ\q6G!1KX!#ZfTrr<GErr>dOj5p:2*qT+BBE-BU
+2u`kAq>UHGERXpfn0[`3rC=u$M>mPZJ,./@J&:aU!7Np;RLehYJ1pVVH\X`M3GW\F
+Y0Dj9."HW$i#ibXEpl!`6W:MdB9YOOj]8h!o+$I%kfmi]LM5\s1`OJ6F_p.S^,TD!
+iW;TpV.pc8bfr>P'QHnQ@Ha$8pIoTl*_4D&N$TM3g!e;j5DOu$^t?*4lqVU?+_N:)
+#3CgJ1)Z$Z'-][^DMR,U'("Y-D-nLV^7$">doCLb7qT^2?peh4<<f2*cNa+3+0n:I
+b7)dYW^Ccbh\#*\H8!Opl37;!*W2D#3<FbM&dP\Q\!:e=V6'=k$CIVG%-YQnjp(-<
+1X!-Zf8Vf=ji9"_S&^_3EKe[F,CRP`UD)I*iSkKQ)V_s,3Rfp'6V"A5:QJIHRTMgW
+OqAD-&?&o'JD5WBS*o)*MdP+_(hobEL-mp$6Q_(3^jS/nhnR!lo#i"t6$>PP5gIeN
+=W,"gOu($UOg-0Up<P2n&WrA`Pg82VkaUX]rEL3.GKk@ODD:>`Hg;4r/i<H[Rf3pN
+6:SkE=,C<EckB"P9%/1Q2#85*B#F4C[.?:6^l3Xq5+$JZ#TfJr3f\)G+d+q9NB21!
+m3Be<A_.oCZs=lqINiRL(Q=<NA&LN4Oq5!DT$D[!gV'h>G_V[rX,:ot:/U=YEk3U.
+DV^@LT._obXf7lO8CD?sHO+`j3.aL'V0fK8b^5PG9m.mnC&9,JO%ZC,&;Stdc^Atg
+`\GK-[gk37c.T@'B#S&F'm=CnfuuZ9]^Z5j2!:<#R-eFpJlIWlcS`(Q!?o(bNE+YK
+A!)PK0iG961MrNu>o^7.Y(P\_dD+jg%_S0>T*TU15::idWp06RpR*]&N)9>er_5^4
+01I+0/L4sQ8RoAm-lV>^iY`cs;AOoE'KM<0\u=\S@3,+J%IPj]O4.@7^OE8(7)XH.
+S\[`F[VM@jZ.Mn>fW29;Fqkak`2g6,-iEo6:;&lY?^8?5NnR'H^FslS)csR=YG<PT
+DbHFP-;GbukW@t5rrBi);3)f4C9\FNab5KM!(_`l@!2FE&n;U1>8]<u!1]b_!1\uF
+Q.Ne6(d.O.KDCM$l["V_Zo,/[mYbRt*7saU3K3KkeOboW9N8d*WYUg\k)\/%ANNO$
+Zrgb'%,`jNigceMJ;>KBjlNt8B!4<,'1V=LL:Q=D!7'sN:shMjhu<]JN-8BqX'+6&
+jqYKDncBXqG93G?-%cR&;909hkGJ,&WPtLa:=ICBJd`qqS_"/G%N_A)VMLE*eGQU>
+q8q])3r]3*+5(q_;">X6qTo*"cf_H`/t&j;IACI\%p$HR.2.GR>\M?02ENtN-hr9O
+C-A0U%55/r`J[kB*mi?rN2&W1>]H$k0(ZR:*EOLtV?Dn=+nBBC4eM`S53s8=k8*um
+]h$[rJc>^GO.9#D(O,S65Is'uEr.uujEoIe>k-_6n)ga=T)SfR2'^[*I#[9<bl7[d
+cc@Nl9)SePI5genbGbZ,8L2]H'@Sm.W@W8cW%6W0m!csHB6tb2*4YM'2:<,MP2IQ%
+kRTh1&cH2!jiJD'ZabnO[p5)Gc3jPYO!9$mraYprC0E7#j_l[Fid7:Pr`o8Gbk?e:
+rW8UHJll9H)/VY&87N70>fH^CJmW(1d-Q`FCL`SaA\nX&d`-/MO/1ZtX6,r_:)V1h
+5k8n4#P0>)rV,BMTB?a1n+jnOq8nU5Gq(i;e?tnk>i!9'-_hneeD&0g/m:#&U.ZJH
+;rJ/)RBt96`]i7N%a4R$Za*4Y!\qq:T&ES0*W4"aLTN8%.H;b"Z2ctWm@BTh/*&qj
+bTFq;aNl^BAbk3+nlt^$<IJ%H,3mSu7`t;a_IS8b-`ZG.\J\k=.4B=WZ-.*3I1BOi
+Z(85(e*/S[=/LsI,\r9B19.q[dFtXjGnJQdN21\oaf<_:[tZ4/!''0;chZP\O86l!
+5Q5Z'o0^gWDs%=iIq:2-B:AJgdf+#h9%lpojD2./m%n2An]D4m-",6gJ$qPdG"64h
+.IEZA$0`fTLs$dO+J7l<bGB$F).sq\*01o*B;*U`rr>$\VLDn<5F+P*R^uS_Y,HG<
+bNo0.0uFNhooMe838R6X4-79^L,jJsd"1(hk=>OP"H?0[9s*be\hV0m3.Za4Sb28o
+Eu$dCBjq@j--Fg5)&^tIhp)c._H?`8X8)khgHb\rr0u7p&I+fenT,Dgd)[,<;/39X
+K:7GifHfGrMP.'\Qn`bc[ppsHH5rAJA0>G7TQ%i3bb+\(ouOD#aefY0cP1_m*;X7H
+!'*Vnp$_^qDp@&:!(H:7n!#-.(@l;fAlM:Yh)ANakDag%LP+:i,Y@"ScOo8*>ofN4
+nR@VDb=6GhaD];G:Wa4Dp\'16Mfqspo(J'C^6]5VpXf"O2\B4]!UJ$D;,$;(XmB26
+^UBOeO;;kJ"5Ok"7f#rj)c)g<dg::P@I\\WbtTie)Sc41J!or@ho_#(D.E0-c!FsW
+4PB^G=m0m#V!s45W>Cg4H?)@ucHN=a6oXJqYA1IX#IITX2-;)t`J@of1R$=,S]AL$
+8*02^fVA>=@.@OWFjFUtEdhs<cEI'<K))S/jA"c"5>]aLIl=5i&Cdd6i^kF@\#b90
++6uk6E$!4"48as&f[Bd"P<<l@>D.]iqX!<Ucf42*FB_?ZSj;&OSp(,6S6kcAjk'Fk
+^Z?KCg99W4Sc"tQ_>2^DF!DNemjsT)om2lmOngNSqGLA/]5e*N0%SJJ>H$%p5A<cC
+;2["'%&]X&+$i*L6bhKtGbp!HS2uYIHWT)f"9/?b^>T"kPJ2HQ.^/"qR<Iq5m>0"W
+r#G5/g:.:$228m!(@K?n_`md]S[ZJ^-)ghDU7QgEMJ`>+V*F1]:Vkb)+7a@BKDpH5
+h)%ONXS\JOB0N)T=s&E1N:71Sg"BQQq.og&#Q5>mrc+]M^ICT"r:RbLBD,p;HO\[o
+%CkHtl7TPBJ&5U+I?r0:rr>8:#X@JiY),n]H(RU,%cA55qK!2H!\b_[NYVPiPO8kV
+:nJ!PdeCThaUJ@DMV%i-<i)dFc=-Nq;t?GZ\kL]tQNGK/Nd5Hp#jJ5_U15<bUa9`t
+US_,[Ao>hW[8FutRA6++J%[V*L%-+Q<Dhr7\77T'bZAkF5+LY^?h6LIrr=E2kMVu$
+g<\rPZ0?6']%T_?00J'iTf0?ah0L/E@4P;H^5QoIb\W6>XiH`GFZMPVf<IA=G$$-.
+5JM_1bgu?fB78D=%!mQHf9:Wkc_Kh%p\>tVk&2dG7a(BBbM)srRJb<PkkT9kdk7BE
+-@&!s`P9gEJhR`p`5HNacQS@USY[;D1Ro,=-kB:Q$p`]Y]j%`2@SXmZ%Xb/OMXjR+
+8"G,nJ*/4gr1*];\,<;;e,7U4g@WkYl$rBUP>Jn'J/EYTR9-Qgo$;FOMmPPf7G*$T
+r26?VTH#23Jn>b%k?eHoM\\lqah])Y?.`3hD1&J]S)k1VcelhB0CriJ"s;((1d7@G
++S-9_94Fl6f%Q"X^SJISXK6\kY$Q7!SZ;B&><^?K//YmI0pIX=QPM*:St*5SKVPQ'
+RBoZBL7&b'Iiu,Uq8cA-aFF$0mk$E_B\mIM2/+pd,'e`Fe62&eWQk`4#/6V$6EqUF
+m)uo_^=)_DIa@mQfXcVT4EH8f=<:D]^apRMOrElKnZucp*1@"/,._.D0BPcq5NaN2
+k8?Cgq7EIrVuC.S<,8q6=n<*`a5aqpG%HEi^]5-\,-I`CRlK\R]jG2kIY6=6da`Ma
+5s-'J)8pZPj,+o[IN4Q4,itU!@Ye=e/Y8U4["e.$q=plcjH[HM0@f_5r1/5(I.a.m
+G)Jg%^X0o3'AGtfp,B<OLSSOINq(ZCO8.5<b>6e54='q,T6Y_2aFBMTq7$0Lq2qXY
+Gq8Ju5;Be9%B`<hF'ZZjE%romPmh/e3u-jUbW#_Dk'-_>FBY9`r3!@r$"VGR0bN@:
+E1UTZN^g)1_m>#)`$>>F--a+Pd[8A*%=?9JRm6M9T96GY9AWn=\t>2i'E2G9UIX>r
+\"RS!]V8QUnW67Y9P(8#N$W8J=kGc_]oVM\\9<rgNadAQ88i$T5Wajhrr?eT<_Yu,
+3ccm4JZ^[%#Np"Tr_rgsc>*@Zc;Eg*!1;L%YEJ#=FnE"cId^="D/Eod]5+psY:0aS
+87kmt6jDEUp<8#$ZoS"ffhT`:Ul!2%0eo%7as[%uqL-H6b[]-uMed=f$=\I2o7**V
+2a?KaT968OEN6k;lTZ`K+P6:'3Q1WRrEJSh':"t8NY,D[?qSt$f"#^0BX@D&Yr_,a
+i,Kc*j1uU];WKI@KOpd4WK.PI1c>S!Q@l(1f2M\LSBq38S=#5UhjiDEjIW+]rR9Wh
+g6=MeV;qjG0J/Q->ndk"H@oC<Rk7*H/jEmY2tL3ElJlrZNkpb=R?$WC-S4ihLpf?W
+eR-CU5;h]^9t@M"Vrm-2q9?(]W6HQ4X%eT[;E,pio^,d5hF.Sr9hD;h4C?f&@$[tf
+qKZe[O?F8_J(\`+Y_*ehNNG549E&s=o1%K\+7kkK9[P0WYF'en]SZXg3;E%"leYk:
+]o-W,1[9Xpns5&Ai0&m>Em-_j/pe\G*KMi!p00_RA;2[*ZuBN@8T51K=?dJa5:9U4
+T,sX4g-"V=gTE..!'#W,Pb4:lo94WNr486<IUVdhOZtnpB%?g=jj,d:2P#,/I#RX7
+L*e3kaM+GW<JYN)pWC1\m'GDpcY9f),Vs)]JWD@eSgte7qmlN?cV'@0b:$?maik(,
+5'Hk+rrA=4X8ZUXGCRmbJ'LXLg)Lm[\+dUUr4fnXMV:V![?aB:/H%SS/>4/XV]>4/
+fj'KBZMT)6UOu:oIaE7SndZLqH!qAn#TOJ^eAeT.qnl`6'#[K69FgR\D!62"^#X\=
+beNtncc\IIo;g-E?^/9PT?K7jJ!3"IbNRVblBXsV;BqHh<@:*n-`Eh3LP'G;eI=F?
+fT0]'0^S.=<J4ie,\lBpbFD@4O1VH(NE->[L5i;UE3&P2o69f\noOeN'?PaqNrFP+
+_UC_1I';\o&a=VdQ,p_NZAcaQ6SI"U&ue5/min.._=9$SI*))Cg&B%ZY/AN=)D+)D
+GqmLm$$o"MCa61MHZeJ0=`WNE0pBNd<QCsQJ'Jr-_oa'b5Fd5pOIf/Dkg_6^Sb\VQ
+CPsd9]<8a"/`j:a4H`1#EfcNNUfiq&!Q+sh9XF^)3\:69ffbt-m._R3BOe#2"6lE4
+i]<-Dh\KBE%!a*Ef;WHP:-VK&rr>&&k-$:aFT2?d>(=gXkhhOAS[Y$"j5k(OkOUp,
+oO\mN>M?u='uq1E@lt_s*-*hH87#P:<i-C;1jSs;ftPhVg*"9;BF)Hgg.$14679NV
+I;?rbV"gA:iU\&E/)M#Jo.QCo-N=)/iP1bO@f5^GVHA,PaM6igRroDuBkk*`DNIDp
+&4/%J'UIk#aOLER=Zo6<2f3mTVSh(sLuP&qTcRb5FunL#i.E22<)!*+UYP:SSU9PI
+\,?7'Nk+`lQ+X5;q2sdpGKaB,^.WAsBc:jD>(k=/0J'>!F!-E]#NB2VH/ogUTC!eW
+-?%)gN]_eoO>5_ie$JRQ_uLpG\'G-U!6utX\n@<.!9YSVk;`C]XP=1X-U>GrFWF*9
+L]JX,eTD1/2)P8s3U)"Gi1?^J3tiAaEg-hEb`Y5h?)<kt9X6egj4iag8b/L@@f4TZ
+rrARLo=(9?.6RV1kA>G7bWWG!I)Y3\&bQMP/AXR%+WdsLhC2rc#XE'Z=3!E%e\OGe
+ak=7B2Q$a=k^\sic?1QRrI1?H/;rduBLlYhP^t+NG>>^@J,Xldq6P/*^WGX/-^YrC
+o7,j2a661n99@7TYT]!gFE>YCJijK>\#85,b.ll:m-['_m=VCS^(!l@,^hd^`P_CB
+ip=$49X4)Y@;56Lc+iGph\CqEj=`+Lk;37Tl:madpbG/`-YHQ]!0GV*g:KH2Qb@J5
+a*EUC!0W37IQN%3>+bNqeT3r?5Ngg::]#D:!2c-NaSu6oa82nJLH&r-^QcJnr7V)M
+3@4\*3EI$XkN7JZjc/A_R4at9]"QQ+;YoHPC3QBd5lUgodji:uf"&QhRpF]N?Y?tr
+p6M.NQlKRgAoWssL%8on%'mu="2ha%TGdF3nu"hP_=I&X[/DNH6d@UHHh2n(>da<o
+XXr&C.ADu;BFmG@0;fZp:O6)+II1;9>l'l77u6-Ar%KLU5^V>,0LU+C<p*0#,eGra
+m+AAF@]n$8rbVT7jR`BOS5fLg^lQ`)pkn>sf_,jRA9OUC0+\"?K9)AraEu7g?(_/F
+qD\ES55G3YeoB1=!:V?,#Q707Sr*II"b6?h14R12rrCM-\=*rrT7ATgNdHODloAj&
+@]mt5]/D/*BiQLU<8t(#0IujE3dBaS;&/Zj;Kd5/lgkM.\(B?9hMWAN/NU_5,`,5Y
+=!04N:;XB8I&[,G"lF-=HEPZ;fsp*QLDIf;\BPM3G3QbC8$CFb;_T-j\.9SBW>J#p
+A4+;edRs$Tpt)W(a<?4F""`K;fDmu.\1fbN[E1XuQL@lG%@sTk9lh$(NR/;/P`8Y*
+<3$KSG0]F+,H:'Zgqfo7.F&R?03!]85lQTTcoIP$4IH13QB@=@20h,XdDJbW`ql!a
+mEEH5lV.JPcK#`chs\k*gTUAnlans2/r1N;RU<rTB09haol0`a_7*REPUsl**p3lY
+3<b:C33kl1D/`I/.hO)l]`f48SFZV@o#Q&X@k:QR?pL3aRu8?ii=7$8'O.O+cJSG=
+W9Q=M2\nHARH1V`oVIp/EuU*i,RVnWqHs4)IBhKe]bX=+]MFRsLCBsfR%BfA408uq
+:'=+.>'f@,i4^)p`ZXko)U"cjBgAS-ii^O`]/D/*U-KGQX0MiiIm*%F?*q2VP$_*K
+C\[Oi*KQs&hd!)qd'TmN8#nGd(G4/FN^eQ\R'a3EO@JNSNk7fLY:[l^[`^*"4P`d.
+_n;&+q7H5Wc'D[Zo6ln4Rpi!`4DSQ[d2ReLNd9Q"4Hh9g"Lc+f%E#/i0&gta<AgZ>
+?'>bY#8S0p=<2QHI=?Ca?LdJuLbdbp[6=-3:dYp/,Z)F``=N=i8-5fkM?';c!!7b?
+TGD`5QKGGg.dYfgZXU)[+<I8eX0@pto'V4oN?\B&61YkQBs-[2X@<Xh9"p-p\!f,+
+j)@umO+#%D4?7FiaW.gd@lX$%O@R555Y+c5m.6O0rr>#[rr>$pV/$ZYQG8X;6f#^:
+cO<l1>hn)0MJ<F+RTGI:fVob?lMgkBMsV"P(P.cO1BJuq)gf@*m;_0]_]DZnOn$`+
+q31V;q/Q5@U?TBur5/$+*bE`@S$]oY[.tu5'SbQYU/t\fj#\It9%2NOI?!!mm`3L%
+g,u8Qj9R#.,T^IF%lW41UQAH/e#Ie9:To%2bC40r`hVVp!&A5rg<Z(-CGTCtkgrJQ
+)/]/&#f)nr5sc#Hg`#;ZQW9ADSiQ;]_^#\J%Uem>.#CHInnSUt0>B,eS,$:MMf0tg
+$Ug'!^0@q0BruKeA<oYU-XuX#BjKWU@pZ^0g7>@Fm7fmrlDAT4QT5tj?Jkl.N]>!G
+:j6.ir3lNir3Q<tD_Xo\J)s3`\NcPNQLi<Z&^*<-h9;_:Goh5V4^F$JV+E[kCA.A1
+[>$E9b&RnfiIE$O)#""1$Ofm`-6fSBXu";:P+S%HDtD;@5;KmhjZ"p+p#P'Mq01&`
+2"9:)/5FV9rR?Y+"$9=54\4dVdJ!";8#4>'_j&1G?`k=bbN97].0gP\KZMq-;k2$9
+rrAQDrrAR"fCeAja/Ju5B_#n^'/dbP>I=+NaXahIB7_"!4is[tMYGBHO8]E6ctMnW
+(q!9R!eAqMjj$-7m;"aF,h\4GjEu$EH->b+nq6N9b5+Vl]\WC/UMBd5o(mZ9#*`L-
+-&PMN/QrdH&>0ct7=40dZTY)N0$Mhg<N"/&AXCpt,g5)a@/O0R"=,CTK;r]npfmQ&
+rr>%Eq(_\&EH-F&Dr_?lbF5!WAfI:D4\>(q,"!3co=U*`8-FVh*r1rQIb".aD?)QI
+jci8s1^D/G"7]W@+ckk%lCT&#b<PTZ^QZB-dld#lH%3mRIBJY,M`93Ll_Vg9\q<kD
+ine4UGmE`#5tm>Qqbc'qUF\1MB9]6C<\pu<)fjm>\0a1D)kkTI=U4N\r8G-_j%#A^
+`=JCo?cjB5gK1_PDJYnFT&LSu;or;fRTGFZG84DE9\AYo^[:Dp"/j>BR=Q&AdBVMI
+!<'#sdGg"f(@#tSq6S4i#G&N:Xa*F\qJ'dE?1S6+=mHu:N9IUbrr?a@,:a,rK:Kr:
+<L6(A)=U:NE$A.(Uk^2,OCAKjafOWNO8S%AjR0/GD5@/-ht\T:^Fh?9JTn!e=6he<
+$;;K$$sdHX2',e+)2P8qL2O6m=k\+Co'H]q,>fu%e84#+Q1d'U4u3ZM4[%'>pubi0
+Zs>IXdPUn-9<jB#8(-cKYcuT<Id/Fs@hH`m;dY2+$^qL7%S=hhc,rGqSu+p/5;pjg
+'KJ&"3+];kihtiXQ^'\XjD.Q7Rn,Z<k8W`89?^QPh-Ggh0'u5DAZ)Y0.Y!P1G,X.V
+=aP#?'@gUCSOC,,;;m2n2]/-V\+n]KdpiB.2D*GOcGsGUrr=Wb^/MH17BVUMnthY@
+\i^l>TZ[Si&hcXWY`Q=?o_oqgRZ-FmWQ@9C3K`h?\;\#h?/No<Ki^aEh]lKoT9N]L
+T9Ittre:/bj_-cWUhWtcrpmq_8Rto4A6@%+B981.!2)1'1](OgFhOuA3H^`b=[[4\
+CM<=AJ74KQEJfRM<k+EejQGX=TD=bNrbpKc=r;`Dom:VVC*%"#b[lspKQ6K9R1*JC
+M+5\C*1adFae=`H=\7)Z>Z$7*-,0;\WU&)^..M<.rU&,,cD#V+rn48eCH6ROq)A+f
+k$L>uF7Vn,o!CH5T0/q__r]c01p\a!aJIMm7<'3=OhT88\[U&]p:!hmaeHh?`s,EM
+iO)46X4mC[X`DAu84\`XFZhG!o,mPHaSu705$U9Lr5/%&?=i^!>siqlCskrhqY'!;
+T9Lsf<N5GOG"6FcHQ,331mnh9J.]^LkjoaF2bm%Da>d]]2-OW-dXUEe5N`k?/RM-%
+oWQD#3nIE[Y9DCPbJA7Ebmhq0M'A#cS:Xb**QE34TD0^Z8#jHX3H]D--7FpMi:QkL
+A#$pZE<u!g8^>*HMtoO3Abia3gM+EihFl=Ff`dKi@eZ"I49`INUHE*uNkP4lY&h:7
+gR@!>al7")b7qUMh@5,-%G<I+-e'`u3=5VprrAQqr.k3Me`66+OhWJ)h'66YP1sbM
+1q.Z`"pIeupC^"qD5ss"c(AhLA_S61O2BH4B9F:i!V$a'r[iBef^YGeVc;`laWH^R
+QJ\$8@.S<*4IP;5F=hjc=!(W;Au-3J8Cs#]*aVOGaQgM[N.)=!k.A!IG?`c\0]:Gl
+1WP#bj,'ddmM#o\D3;dSP!IgoF\0d,rr=C\/[`pKD%H5R;t@:3J!aPH[hbDcR9EaH
+O?s)C.`Sb"cI5!Xn!7ATMdM*(50ns]2"NXSD+*d+/,g.4U(/"XERs0N<Qjs:jQGX>
+P'l6Nrr>7Y?coV;*c:N?R69<-7kDs[XCQ%%Fa4i@j'mHP*HB\X6a,*UE9T1?1W+kB
+\=0@5>>W%>jK((*&i,9;?&3cinji8Wc$js/hr\OajNB(R!'U-K`7bHaCF"*8Ql*J9
+o\EPC$r7pQWKGX&p:F%oae?\>;8JUaL>4Q[mQM>j`>M3?NPflqV09h"O3+TKD%H4O
+?MrI(r2g.#jqjHQNMa>M5qL84`%C3')E*\s#PpQ4AOkDpq$fi2lSTS?BX2.r"u8k\
+[7$U!Q2R[!U*mucpU+>\bs+=?k7`=lrr>5+\\7T9QPWBfFRZA4rcure_5TrhO+Yq=
+.5HI^,Z`Z-7W(AXp><9+SuCm/Id6[J/`;'_OnVqH?>V5LD_?J*L*J\0r8XFIilC3-
+r8[eWR4$Ijn&u:k?[c6cbh!bm`&\0bba5"o1##9A`2Z>eH+tHR;-Jt:[U.YNIA=b$
+feDNJUf@md_]J@lhHI:tC#C@eRjOof4Ycc!rr>%Uq)eDg-*>e]2s(%.k$:=!5=X+%
+PWUme`EIp2&2\DB"OnkG"4K7o`:g+9q\1-okE[hT?r71,f`F@Wr0SXhgkE.7K)Yg%
+^EPljrr=EInGZX;%o)W&`h851rh0D#[rWa^KR8QDj==O2ntg\@mB:699=CWBXj8Q+
+b4uQuU%+r=_[M#cVc;^fc!U'tJ+J[!GOlTXk.`bP='4c0@.OiVhWl)=[l92ngcsMS
+W_O6Aliq;g458WIm-QoWqJB3*NZUq[Nn<*,-a.l%oU)Lla)g]l:3<\^rrC0Eb>66N
+02^-s!%e&IDrj,@<k9+$Kr)/?8@%"R&c.1)mVBd,f]Jg7qg2])R:D^lQ<@i45g$/<
+m=9#lL)>V4:iRcR`q^GA>Op,2hd#bSRCo$N=>XqMH/=%PH)F^W:Ghg/)'2]$dn',3
+aNQut<;a#g0&G1QQ7Q-\),0"><\S1m%cKZsFgOLE+A%B`H*pi8??Q12r3Q=>o-]fN
+iTC_$6*'gVaV$/]<S%+_i4-+9Q"F>5%#J.K"rs\X%0ph;F;Qdto_AnMjqTl&,$t-O
+m%hf5AK`6V%FjQ$o2kkKfDOZ9SG^3Ck+=>V;<^##h=\\@l5*8Rp8`0aNQL$ZmH'<E
+ZP#j+:OLskJ%,Big%YcD:TMSW?r.d\*Q*[G4rh-kb=RR\b[&<bk=+tYjCdQbRf&GI
+ra'BtQ[17`!0]5^#)D=#DBa\VJ6/#HMh=L;0r\%WWNC5=U\9>I1jYpu`L_(o/p"<l
+^%Za@B.OUY6qGrf;d/q:rrD/Ar8U<.J)p=&0"(M#q/rTK)U-UA-X!O[2bOh_UlJZ9
+,\Y()NuD*5F"=[^XmKHJJ;1C-/<L.P1^Cre!.HhbH@0t^`)Ce+Xr74OrrC>/r_EH3
+]tF@FR(bi7I*$_J+/<VO80//[j58c2&2\DB("l/'gF;JrBtI$C#s'X/a2Q7)A,Rs[
+HtbSp6RM@>i(1\VQCj:hPeWFohF76]jBX^ennJ.VrTjm>>th:c(%*A\Pc,e=GuNH@
+gHNu-LMY%)>FJ]1Q(<]G;#;%M#\3^"4-B'N&'SD'0?[_II6J)jo+T5LB:CJ)8S^5t
+O8%!WCrR@>XKgBl()?;&p.oRAq]dbPU<>)c4SV]:GiX;sQ:t/s.RMjk1(!c#rr>$\
+q#U:qXMa0R-%9!2H=":"93LR9[+BL5()/)2\Tp=o6V=Hk^2:JhgMYa4CgIm\;`Vb-
+BS5d4!racRoU)nT.)q0UPLSO<rr>%1q'mKX)3`.-khhk`^ZAoch-DJZ_d#(J#q7OE
+)HSIVENNs(CrIIFG*!V]1EZ*nm^=4LpMI[bfpiU4\(/aR3RYR(jDQPt?28,*no']`
+=M2E1SJ</%h(%3b8ApP:\`E,$909C(P&$N3dFW$u*CR:RR@3-(\Oc<V.V0$.J.[U1
+*(`.+o"X7hjd2-Xn)ggt:F^W^ha@!bSN6]MMD]0`Afk;68aAB]9:18c%TQLJf>Qfp
+Ze?FKZUp'FRjjpK5=A$`T5h"eR7)#21,8ofk1+ffrrAABPJ<G+P\K7c^FoGd&!eI3
+7Gtr4<Z,M9lSfpt,]?jX.C1%K#$9O7]rg[#N9]u(LE(PKFm4tYFoaSm7ip%mD3@\"
+f3aa!QPY.>[ND"qH!2(M1,QU-W*&kneX/uM\VaL;0c5C6rpFE&Q*0n%qa[iEJmFoe
+UhQYX,7UTo_7j!r0g,:cK,uX+hn?&MI%C'nq/>=)1\nf25#CgW3[^=XrAW;Th5Wsr
+cI\6UZ;&H,8JtUiQ&ice>WneJ(;$q1piP5KVKf<P`tAWM:`E49O;uA34>=cHLn\1G
+7YAT8r#r>uGZEG%=(]EWRh^*l\+=84!%4E:ihubYIVJf^`)fg]a0:'R,IIINiHTk:
+]Gu=6hF$.Kip?]oqD\ES55G3YeoB1=!:V?,#Q707Sr*II"b6?h14R12rrCM-\=*rr
+T7ATgNdHODloAj&@]mt5]/D/*fW289"J*1\'DkaMG&a-5q%m&]Fgo-6ie59l&t>22
+o`"o9]2u[\.FZ0uIK';!0Dl6j8%(KYlLZf^N_#0_.<,-Y[JX<2Y=C.S329,t"/rDX
+7=XE'q5h.X>?d3/L0n%[7u81R%,jG3c$Mr0#fpKX^Q.X=Z]"aNQM79P&"[pY./?ca
+bLXm?KuTl9V9RrQC=e&^!M9;klo20&IqEf^4&7uQ\c.0@mI]+@KO7`TfB&2^)BWpH
+o=bb;]UXQlatQ4S49-V9(d&dfbo\($!R]Qm7:(VM>b;9AQ.Z!am+AAF@]mt5])p6$
+DZ`D6gd_[B5njAi$dM+;&SopQ#@Y>7&l6&QSXe<WrrAJ`?^6>rRp`MsO3Rl$*g,OL
+H/jeAlKp.a^Q-^4WZmVc#UF)oJ00UM1NZe<kEX9\6Yhf)08,EIRQUJ7b92UYLH'M>
+pZ:86q14$8q1[r_Emmn44P+Mr<l-j0hbg\j%[WKbB6%PkD0HSCfE^Q*&Mp,Uk0p\[
+_am!DNW_rZ]NCNib2^]u`P5ND4IU9Mj#hbXhkk_Z_Tq#XcJ$:h+U,!<CB^dI?7?k%
+.O_Dn!!BBFp1@"ZCm0)3Ed9Np!!B)44"h=lCfT/n=(]EWS#ufE?(7]6;S+h%G&113
+YQ7A_f[@Ai1p5)_/$i[d]/DLKc%_M:YubPR9'iQci<nq_A<kiP&Sg[bd^qCoY0DqV
+ZXHpI_+O(H<S=TS]/DLKc%m(:c%m(:c&F6[@KO/",V-31!kTk<ou)biAT8He2o$O:
+^8gOC)HUOjQ.]-VQ.^C^fi5`j/$eZm]/D/*fI:*q$G/2Gm+AAEL^*qrY04`j=(]AX
+=(]=Pb,,LQm(>T[G&/Ypf[@Ai.dYfgZXU)^MRtbrm.5/Xci-^)q8H/-#lN0O!/ReQ
+SW@1Y!6.NCrrBq*rrCMm3;J':LV3T)g&KRu2u`kAq>UHGERXpfn0[`3rC=u$M>mPZ
+J,./@J&:aU!7Np;RLehYJ1pVVH\X`M3GW\FY0Dj92Ce(GX0S^VQ.]CGCOem6X0F+!
++KTA#NG&huD=Euj"1-6Uf9gsWjW?9o5%)n<[AiGRl>SWCLSW[2['oH33uF[$YlYcu
+(sd6fck]VGhFSkY68NJV_2g]'%P]!iQ[^G++kPWVjf1h(R23iWFT!HU5=3n:oLm8+
+jqp5';uAR"nHd`CNKRFJ>@qIJd:7ml,h)Kq3!EDc#;1oe.8D7>*e%DHpNtTgJ:Zk6
+9XO2:9@XlUNhHX"%V8WZmA+U`[#ru-+Ff0.phR9XM;u\YEY\BHfa;m4D*lKaL#ZK)
+[Z*V_Ajm:C9a)TNG<Yg@QS,88@_trf17nGk@s`L)_:\3Tggaut)tJ.WqXpgZ**kqO
+(\Hm.CIET-<]/OVoJf!(?oR9<8Iig2\+u<NSJF:Wr?/\QQhQfS<n<^I>Ido*(S"59
+2Dn9()$sLE!1IM!1cgKHWW3^BmPXl)lqU*,B-7&leNY`F?d,'*7.PMZE?j\9Ab7X"
+49[99oikCB>Q4])O\afXCi,ZjX.m](:6jIFnR.BAjN/Ms6a#R_#lBZ]9j(&MW40/b
+hRIXf?c]o:8%6o!r7:lJVfdt6VJR97B9(Oj]6ij'UhL/3`0u(:aW(sJ"="LSLuYK%
+UQXSd(r6)ObaP<A0I<tYj_5QUhkR5GmWp4@Bqf<"3`V8MDe+P:QiP@S`LVeb!*P.8
+!"JW9bsk8EVi-i>!,_k,l\==o;ZIN7bJLF,MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj9
+2Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<
+c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfg
+ZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<cSkc=rrD-OrrAQgrrBiq
+bs1u\l8dMj&,]s]TDU>QrAT@iQi"jNceMfus4-s)rr>7YrrCVie,KF;-M%K@8'.?Z
+rr<4Pq8b=@_X[X+dl=k+&+6'?0D:EQLHOo`CNEsfc&0+k.dYfgZXU)^MRt9oi$-_(
+N0`cRZ8"IH;3lfe*h\RCq%F.l,hR9\mkk#<q+&Z_IAMOteqTW9]XF8Jdj6]e$o\hc
+2"?A\N3'cq=P-RLZH+Gq7Vm1[V4.UHM;mM;S*N>kb4"3=-j&h)!nI;N-?Zpp6W:bj
+L9YNl8ZBC`SiB3jG8@b8.5[B7YhUXo(V%,KXrWC!P#f7%ahc]8PX*D*.^Ql7,<uq1
+L]B-eQQaJ^mp'5GSji7jX/Ph]8b1EMG5bh=`fpP\?7ik72]'J\F?`s;Po3i/X>0rt
+:[Q?H'J!FCLK14i-S3/kb$0kE%jF.%Y98[YOt!QD9I9W6Rd3DnY:M%U>2.p!Oni>:
+X^Ma=7A?ePVV]G=K5E4<Z?g<n?mA]apk:)Vnfs"rJ35RGgsgSXR/W@ll/\;ThWtJ*
+PQ(VC!NoU58t*0VQ_f&2;Hl4`R`QE$[>hLp7F!`.9`8cu:YOg9;HOuCOc)/1@[Q0q
+6DMUCG'L_gP6jT%]!b$]-_#T9rr=i4(;ISPrXEp>:GtMAl+U2"or^]"WG.\aXODK8
+`aOl6d'(Df57:JIb<%en1jGr9S+,JlpjSXOhp,(J394<R1T>YDne]Cd%D]TDn+Ff]
+\m)3;I6A4nU,NAiJK\-IKne]_5KoTSGHS\ZgA6cU&\\iVCT[#Br:frlL*7Wt'3sni
+&ucR%!)O-(R[sN52JX;39(#DoBdVYs)e'BFfW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfg
+ZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbr
+m+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5
+]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]n$8rbVT7jR`BO
+S5fLg^lQ`)pkn>sf_,jRA9OUC0+\"?K9)AraEu7g?(_/JqD\ES55G3YeoB1=!:V?,
+#Q707Sr*II"b6?h14R12rrCM-\=*rrT7ATgNdHODloAj&@]mt5]/D/*fW2>fY0Dj9
+2Ce(GX0RP[V?3p?n\g>kh4'J>6c7d'D:uGriUF_=ZZ5`];B;6^^-mU$dr*4ed-TDc
+ZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbr
+m+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5
+]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>f
+Y0Dj92Ce(GX0Z9<c&0+k.dYfgZd$7S5P[GA!9Y(]n0@O#rZ\q6G!1KX!#ZfTrr<GE
+rr>dOj5p:2*qT+BBE-T[2u`kAq>UHGERXpfn0[`3rC=u$M>mPZJ,./@J&:aU!7Np;
+RLehYJ1pVVH\X`M3GW\FY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5
+]/D/*fW2>fY0Dj9"3YYg&f]Poe#iad(L5dW=]Ld$2Q\Y>>"c,m=C+\5Hp)Zk*tlU>
+e$6Yk:7]J)'cA5Gg6@A%F)!VAm1S2K*"=Wu@TaF+*sL^o:Wk$aAdJI+mM<a^"%:VB
+8$"WD:AGD54m]0#*H_`[Pee((95pN[>H=`Grr?1j8BK$6!?co<Cfl8qX*,uE.(#r=
+g::RJ.fSR0lqg:k<!nZ8_Im)XFp=")[$k,?L>jXpMOpmtlHZg:AHnpoa\(PDK3mQ"
+]<QRNA#Wm%"\Gj!+?\<62e/"IqiB?bP:q!^1N\liqb?cQ7fNJ;!KleCYrT#TXhls6
+dG(aWLsil-@XA1+WV4HL)3Q0r]=26?*8Q2^:t2-`*r-BujHj>+neK%[#n%+,]IN:#
+X0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k
+.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^
+MRtbrm+AAF@]mt5]/D/*fW2@'^RII`4T>EE'gM14o2#?0\rLqsKDtoh*N/o;$cDuE
+:#P'nrph-%pD7KBd/#^$!'^5Y!7l/=rrDO8o*>4aae"@h!!RlJa>/7^nc&U<34PCf
+m[o"_p5XKT4R>(DF(2;sMRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k
+.dYfgZXU)^MRtu"rr>8"/t_`nrb#p#UN<SO!'1aprr=&FKdnKpl(4=C!!4-"oD:n8
+3?TUh%#0SBI0IOU$!&-hLJaW^rrAR:rrAS<o/G_Xjo+Y1^GYXH:L:M)"a//5bLnDg
+iX;db?IEQCmqTcq8Hh_+B`A'uSqZQ=r!`5R^TAEGadcg&6]X?"-lAD;Kmh]_c+q/s
+Q8hj[hid8COoGFW`]l5-A9kN\F+;<gB`-8Dnio!WVT/@3R`aR$CE8u&QRnFo'tHQ?
+Ldf8%UfWNd;d@N>hm0jI8aMI.BETUi=Wn:e!+]Ue"T;[*\ZV8G8S@^egE:M#h`J%>
+j8@M'rr>7urrARF7%'n1CTj*Wj`WBL'5<t[-@gJuEaI/Wn./oK=[XG\EXS-?,4]e;
+q?JA[rr<CfZcT!9=6\$TH!aGHYOdP3pZ=':r8soG4R]*AWO3Tqo\8,7jc84nR3dqf
+*:]ap,Y3QCUVT)I^G'`V27bqgPHsiPp1FR<\@?rg&Lg9$p"SA9murA17T,>l:"t.?
+1Yn[kSm(_%jSo5XiGY2Mj[B)_lbAi/?duJcFULu(V:X;eX?=1:ka,+M>f+`RMhN%5
++[p&=<.gc@fNPsAD0o95p9k6@jUo@;+s@8'+%_PO?`.O$,RcNm_i[-"%];F]q$H+(
+q8E:5bmb3,RX4sQq:"oHoCh4%af=-2-4"86SWEZg,m6u%BuNcf+g!fgHgQT%qb,UF
+1/II#1MF@=is):A[=UEp;iRZ7*2!ct`#Isn;`t0]!'0VZ<Zdg'o85GCHSi#oGAdo]
+o40X6HDQ4[EQ`CPWMr%%PlC`72P1JS6e\l:,;'s(MhjJZS=>Q,:&U_UPQ3jMg4[p#
+ht*2lRGXF(If/m0?i8o-j`d)hnn_W@95/e4jr7GE)<<_Ko6P"NMTE$>!d]g(6'6t$
+BJQc!HP8]urK3T'*I]`0_^7A$GE3</\3"%0gR@Euc<3UbR^'J[9J?"0r;3)3ahCU$
+4P0C3q6B(o:X&8Zfup?thp68G7sdD1)-I]VKQ=k7KH]Kn)@#7]a0WP=\LgjZ3-EqL
+3Rc4AR"t`P)&`_(NJDHX\W"-^KQ0Inh,3-b^0LU8o,m.Vr8:Z>Un2M82a2?S/t1Kh
+YH9)qP4C%)1>?'T&2+n.'!FPM=-n<,C&9--Ye@9g7fWciT-S%\G6=P!r@dV52%n*0
+R68BJ;4L;YE:a'L;p=-\O6(jDIVGq<r^m*%90D'0o,Y_*Z"^\09OPAn2^JC_eQP`j
+<8(.s9mY^l,5VtImCsT!AVc=PP^`3<G2`XE%D1qgjEXs!O&mktGb7QI*Z<](MpJO*
+!70+H,_G9`/18l:i$g+">oUsUQ-t>b#,$Q(P_P51rr@W,9X;S@6'dJ1ej"Kn>eTPr
+b'u@fHP#5Cqq%ur>?]U*PNG+*aZn#J5Q5^c>P"/LQJ.>SVLk79nu]'`U?0+lVDVFp
+Ci.>%7MR'EVQFX)k(>t$_sHfX0=/0-A=866G_Abg.ND[9DD!HD8Fg_rQ9H`8M&Vn%
+Yb2m,fD]bgo(0tP6h4ik-fqi"[\`f!q1%O2otBqHcCoD7In$MZ#c+kc:j*h6,,GjM
+l8-5(ZgCI^^K2N%l!pU:N)YI?_8L]EH>W99mPN=M@SC?AC$V@i:U2dADr7TtlrD`D
+=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_
+<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F
+'m=Cnfs+Uj`EerJG&113YubS-Il;fIH2dli.Y$AHk+DQ?FWBap#Q?J?:];/crgUaE
+bPgKbkO'tKs3^[#rr>7YrrCVie,KF;-M%K@8'.?Zrr<4NrLh:4!"6jI!)2D3BKs(W
+!5I5JmM_-+o=$;h>t9o)m+!.:X0YcMii^O'j,1H,.dYfgZXU)^MRtbrm+AAF@]mt5
+]/D/*fW2>fY0Dj92Ce(GX0]aZoC+mb=P(=N)Z7XQkW2H3\#Ds$BMT(lT5Q%"m&>IJ
+1C2u@@MB059nmsQr!E&k1k*g2adtg1&X]o/ogFACL"[(c(>S;^8rE8VJ!;&HO5<2#
+ao$hl!1[nqo0:>Dmp,e'd]G.g/T7A1CP\cQ`N?;;@'&l6$I'6A&cnnj#A\Z^XmGK+
+fD\8pN]d+bFimQ:QLXRAZ0l7["=FKFEt0S83./GCo-"&5T:"@.M*/2GO"A>J7i9j3
+PlC_[;D_HM5?Zt0=-pg"?$=N"+)0tLrr</Yb4pKunSa$X<T4<lai+7N?.R9PiMV&2
+q$6#R1K].Q_*:/3_0tFY>0B1\+P.CL>b8r[XX>cAVXa;]*<^<(M5:N\%u+6S#ANEM
+lkYXW1.:2`6#d.[?bGXZl3YBS2,]]V9bX`P)%QT+r8I58S[?X[b.mP0^[m4eAj;_"
+lZ&iuJ'>JEMpckU-+'*KoE%j]AF\b2r;(#<Z[U/61g-NEZ?odmdqiY7b.)c?-3p.@
+eAF2;8/TYjiqInehbHa-k86$?q8cA-a5?^4:Gqs15:l99eZ.okB=-0qYKFK&ESl5!
+A<%["FbEcSP#V\9$5PaJ6X"(,\%;"Kp4q?AGb_6u3"10ibQk&a*06J'du9Z5rAVJE
+-AgVuV`_rojIT?KrrBd\FRR<^q8H,hq%N?pmndB]%)Yk!(/5_m!g:SBX=DC>)qJS]
+Lf;m3*S7Se;=*@aca<RF%W*R(VEA+(QZnhkDW5:@bWs2M-#N@TcU@d5c<g;_cY(M[
+o7o4:ko-apFWW*eBpO3af'FsN]8u8Y\!h?m:G^"L'K\eQ<]rCe:]:T)Z(i._@XM%l
+*7:A]8Zdfj;'5%TQ)oqSZ-^'sU4d/JrrAS%r/pp(dXO3gTDnmO:&,s.\!anNj^kl]
+bhc?VI7oDtc]UdTE<7%XOpN$U&O%lMZIaD;I=V$\Zh!g-DStjEpfK<)K`;%A.gL.E
+EFRVdnObST?nAf"8n9m*5P(AZS=c2J>L^D@rr=[dk8QP:Ujccgp2?ha?X6/acrccj
+1!;*rD5&lfSgJ&<?&MaJc*!-,#$mSKR:32JG+KT9icqDM;kmeLT0?Mh@6JL"7\^''
+!-PFbBYX.u^1.#)rrAQ,r93_6VeGq1jtE=m+&gd5XYF#HU6kU/>M6q=;UVplX]VMd
+&N&-P^L-Ao0&6088Z7T$FLYs#^n&.`R6B0u"$#7![.:qBU3@J%r.4kJS:&aL2h0ut
+]X.ELq2_4Tk^&&reZL`ubI_Dre245TGr%a-)GI+%U%jl=kXqGW?a\bBjm9`tZM'$)
+@Sub"?UdSBJKTDGH1$V0@@'Y22\Y/A?N1"q>5XogfDMlQ!1_C+hN@!g#?JBnb>p[+
+K)*2JEA!Y:U1mQFAC00gnDI,s74hO:*Cb5OgA=\!4f@Y48SI3&*0Z>o1%fO+`6QE=
+n(#D*iLW1tZ/jU&SYPeSo9[Xhc1dWRRK!7I-iX0+J*%c$<7:4gX?<3>*=g&ZDet*4
+/YptlU6<Ar33`c7W$]/Ig!3CHY@b0ZTo2k%rN2([`Wmb8/e\Of1Q8&OQj1M1Fk<[C
+Cna><-9JB4J:)BKrr>7>r36+<nfO.30f?-oBY'7i1_2Q\2NrDbbF5GumYJ?47@*?#
+@'7/mOTB"sq!t71Qs]>kmG/RmC@G`^:,t(>JJfgV;O5j=rrAabBAf!u9Xu3=2fBc5
+oZ_\pP#XRY\Em5KYubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJ
+G&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV
+?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+UkRt!>Gnp168c74>%8*6HA7<KU:
+HO'O*4&>hlL]3dZa34GB4m25cci;Gi1]IG=q>UHGERV\l-M%K@7nK;/rr<40q8dT+
+;]kmm\=*rrT7ATgNdH))4RL<rRY)>uC(++qW%h@cTZ(3&GMM2\`rk@Z],cd@2Ce(G
+X0O&7X_R/ens6tgl2LbRdY?DnV4Jicf'XABDcK#:Ouh*:`%]:c(tsE"NB.MM?de;D
+_)>(CP5GDLolrcgC(Wg?9j8moi`1^YRJf^B6H^YTjM4T\%C\=&(Y'h$JX+Gp_DYk#
+.pa?hKhmFVMH'1VY0Dj92Ce(GX0Z9<c&0+GF:;q\EC3Ik\]9M'=(MN2G3da+_aE8%
+5QKQF'rKJBmnVO;!%L+%Q,F4;.L5>6qlo\KPIn.$#>Mp8!uQr]*LCg5U4AlBmurj;
+Rj$I4(nLD)oK3$(3+ZRn*q.g7H_$.<-X[Ip#+6\9H@;l=)tS5U75X)5l1AFRMQTNo
+33L<$p*V%n2bfWK64JbjNh4oV!F#o,"5`Bg&_pEX.u9/lkdPn#)HUYSf;KMh.-qO9
+^"DC?WOSYgE,_+.]-s\3:cB7?_Ms'W9<i'mOp^QoJ_(PX("p,.*,g.,G$mW#NJ49A
+iE'S'#@%DY[<>qDgD`jK0+&_h'm=Cnfj';m!^Kh!W5c]d0+,<L$WgrWY0Dj9.'OX1
+"O_#;JZ]\K0,mu)`EerJG&113YubPV?'S9EC"]LKE]cVtbK29@@]mt5]/D/*Bj_AV
+guN$$*bt%\29@AT@]mt5]/D/*fW2</#8MDg.dYtG.dX0o*'mks>]!c3;2&;BMRtbr
+m+AAF@]mt5]0+jDZi:#hci.o_rr<*b2#dR8/#_W@fK\ngg4/V)5P3eB5%!b%mltf8
+J,e!o1]IG=ptu'ja%rT4!;!OBKDqY,cU@d5K!5+5)*b*]rPVr8!WCL:"ocoqDs*\%
+CNEsfc&0+k.dYfgZXU)^MRss-MRtMVG#@L]$aZ@Kll59Z,\S95C>N?MH^Kd@@FJ_L
+q5OsC;'>\`$XR.IF=b&I!*d;%>tjYY*?J1=m9`cYda`((8pY,;5hco#?-YitgJ9^S
+j;-CtD8%NS<p%A,Rh^*_<S=WYB#S&F'm:@.)V1&4rA+BQ>1[mYD'MU"TPL)k;nSB(
+Jd>1QSk0oU:^;#]bW'7(@Lr`A-@d)X7&2"Xnob0,c^Hu,k<0Hubaqbam(C<1l:PC#
+=0S**Jl&8DEHEI*&4%=&f]AR(/mU)4@a,Pma-\q"Lr`+hgcMBSrr=h>IW<+"_m]-&
+Qb:4SjkBq/j(e<%^7L[saZ%fegaM>0"]2).%_7iF2E9p80d''X"?``>ct0mL:P>5L
+g?uMEH&p)h?.S\L>u'8R7b>%"F'<p4Z39Et=Sbb185^^4\UJZJZj1EI3_8D]jj#L;
+4E1K"r-//!9T=f.Z+urEr6itW^ts/((QnX3V<`GoQ)q^(nYCbINLGS[PnfOJEDioB
+2%:&KPG.?2jjmnWQl([P^ZNV]#>jKn61ai6r5X-[Ar5Z@1KN#aKZtg.XhmXQNC[-5
+'H`;LN=.='3tkl7c(rO7,#a=14b"Hc-kciJCFUFMIj&(mKtOC'k7&VR1*hhcd?<oB
+5HKI?#Z09sTN.)$5]0%`>!13Oig?;IrrC*r]OL1#G!AgprrA3=]gC=De@aJ2=DBe(
+T;1diXtHK0=1Y,u6n9rR^,=Z`J^fVidUeqBUCog.IU23t(J_bBrapUd>pcNDhK.+V
+>oF;=V'90>#[oCN$&oGZcf*q7[G&%1:I1KVqFKZCI*oqqh+We'8+TYJr56q[VreL@
+H%Sku[FMJ//ON4DUpgi;"R`^\P`\:-g]XD>Hj[`[e4WZlfsJ)UEl@;th91:kj5u0A
+9:#"fA=o7G6&Wr3b&[<u85CuY"@&SSgg7as_Q*uL>=_6B51(CV,=S!ZnO*lmJ)dH!
+,k8n>pN@j`rau.9BG]]%f)4j/Bj-S!/`+Y4mO7-f(b#MT/Q;j6d'X)<%NQ%,d,Tcc
+NEu?cD;W(^.@:=CG@]Tod_(8rEt[.f+jp:!q$$GlcRm3#%41]5"dSO5V7MW0Sq<;s
+8qXaqTX1TlP\rb1YK5nr`_HWQGot)aac@:M[ch\"aM42#;>eAFo*qU`okSp-]YCC@
+AMc-aNm^E.!VM-S^BS>DYAocn*mN$*nBOnqS4&.NRNGu^0d:i&ek1)23I+QGn]Li@
+o*pG3+Fm`i0'>cm6=81P`JmDAnE`3u4rbFr&0VZXgZ$@R!:JYR>_.14o/fO(rrC3Q
+#F55OjbnOcbdS@/[H7AJ;PIlh%oHkh,a!LX/qjqn((*]Upk&$PN#E\!N3X9k`]`/X
+!4/^D89/I50Y-f,PUpsU]X)tID*$:m(ClQrUrdS-Io9;.*+`ol\D:-P_k9#Hq/"(^
+M\r#cG:^\Eh3![-c.]n0X)"#f3i8CE7ATb5>mf<BG_h[Vd58qIKJ9#pIfBDtOM<7W
+_+<VAAa2+6`=-?:Gd3*t.jdKSN+I4om$$.P@egN-9j0Vc2sE+VKbMe5Ye#c=&OtOs
+7rgrc<qogKTP]Og;(WPg?kX.U\Tt@qmr^(AT/(k;IU?bp:=_Pj(RZgs4[2Fl73jQ^
+Stq]-`+Be#0cXJ\EWNb2`n?W4ZF(Qm&C^-?.9FU`q2hI_,0=_U@K),G],r_A3d'SI
+jukKs6G:fZ\k<lq/"%G=eh_9.F/PiUnZ_!GaS:NXLQbLr(E@s^"(/+gSh"RZBO@.@
+7.WU;F/4)*c2(2CWS.PjXDI="Q;/oCc@K*h<BCt"J9E:lc(iO<,'/S@o)*V)TM-Cq
+fT!)sDrp*SZ#-.:H.,9qeo*#i2#(tJGpHg*JO6WBd7N<jW!T:Sb<qj\c9h]N3rV>9
+iZ7I/S<Li/4H`=9)?S4Fci=5@-a3]U@WU1EjN6)oY!4m.\Z>PHahCjI:R\Y-ISF;3
+;b^TLemu:T7qlB_n];YMq]<$mQN<G%26Ld$ARri9=`VI#,DUat)Z3f:a9eM`Fpdf<
+k!EdsQek6`5;tG_2p)&;f(=2>p!#8MrD5q(^bs.LA7oFDaeKJ>?L=-C6?6\.FR_,F
+;CC_>D![R*^R1T]o"q*Pr7e(47Ta02KdXEj?:\ZZ,Eame-W]0[W$>bt$lCg(Z[EE5
+E]t^g4mA8'a-h*Na-lSg?V&])o0/8M>e/;O[4,7S=)4:M6k6\Lo;mL+(fe\?W5/"!
+esk+t3@)P]R91H?SjV@\1?0*mlj"'`YN<.KVA:gIk`Rlki>3ER>M,"1&R_-T`ObXa
+.P(%:5AP)Mq*.^g$\A!;4O<'$*-(FbLTVJT5PZT#IbW+?k++C-]mB[CSufC,d7Z&`
+qGE>GBe#ot*u.'Uf]5M_1!SYGSj)8q'l@JCbl7[6?^Lar\+6Zn^1Gd]XM!A=DeGqP
+7<9?*a"+f@E*fp1'1TgRg^unIaO>;rVbnn_!fS?Q+7hpsbRSL:jJ'uF2A%#dC0H[e
+1j75f_f%N&?!nS!]U$Yg2mZ('&!*'UKSB1,ldmfp1UKPES(kU/jLeR`CDP=40YED-
+%6IG;oNsLjHB+JiWI7t<)jDjfTGHWP825^jTWeEU`n>N@(2OZBS4G#j"MkioRmm7m
+nh6C'$dC1fo59hol8AoY]!JcTN`T?4KkCEXjJp-&AZ,iCCQ<fi>S%Rj&gK#!ls;[B
+[pZlOcCRu+9\5U0>k8\b[l0kshF2'<8l8iTO$tCo`"3c5-AI9[I5Y=Fi^A^[-J_:*
+C]8MJO-O&"5;Dto_aK[aVUdiNeg>N;"$ILN,*Dt:n;<*nFS]gBJKp1#n;A_BSUiZ5
+b[2Q>Dc3gep$XhR>#)&rKPMM7S!_W*8K37G&o&/NiDqc<ljcf$M`,5d_Bd,`cf:Y6
+M3&_5NRe%/0t`45lLt3af"Bt;BmSUe%nfU-]8AV(WbEP4AfNh%Q^'QPQ,qt5A^-1p
+KLq!cpuh-F0F_6jP(,TCNr6]a-Aee[fkJ0'd!W0tCGOf&&J(cke_S^f)'sG6a,DN7
+6,.JGN,TZpM28J^8'7!+:;[CNkG.?(/*aiLo4F)G_5LPjh!.s*]n.[Si['cE6k:4^
+Z6Sj(`":.p7N2t^PK02'aTHX.*^]>RU-Q>f(sV7D!$g7`[Q5E-Cso'/2*8?b/2Yqh
+LeTJN/5f#=3EMSU=-$OBFiX'`GRX@A!"Zm9.,l%<`oqo>?:FH;jn>>.rr=ul3mIAe
+L.g9:9=Ug?NDC=QMT2S)`J$Q=<k0d84P4*h304Y(a%p\G+S'E*"SmDihGNlShFH\2
+1$SPpfPicbB0+14A>i#n:?_UO(*<jVU"^`he)]!0LcB=9>0HLbSNNh2qfja+e)hSi
+"q.=`>.s:G(TQaMb8>*KW8,a92`kHsl#Q%u@u2[Yk3?"k)ZKg#8*0`$Xa*Q3]CRqO
+,5Jm`fj70i'1/#Eg.R7bjp;HZPR++3PF4CW'2tjMQR$$iFp7e7O6K.SHeY7`cDrhY
+Xf]7&=#U`G>/M:P28lR/1drCPR@8X+2^IOk#3ZP.Pr4Yo1\4Q9gKC!Ehb!FZMl=ms
+U.M;[^"cEI,d+DldL^)cg!hU"e5J0oBJ\ZKaoi#ko<*Qi*+Q[n':+,)rr=Z7$i?4\
+^5XCAA`r:SmnW:0B^WBs&TCWMYuN=T#+uSe#8lY\b#*\?\I0J>nHQR4gY^4.,3c[=
+L:M`pm3^RYeSWR^Q`.UQ?Bs"i:_nVmIe.h!Ho9]1OH,AYVI1TmJYG6>lbjf9i.sM_
+jVtBUrr@tZr6;*'Q.6dE4Mg]hKq^%U(?[D[W`?bG$)fp+nh\a+L0k5)nb70'+@V&r
+/'8s%g0^C5q5rkP>LrH&GK]h`K4TN+2Jse+/%_:?Lmg>;ePK-i.N(P@\BFOcT9i30
+*3h4DOhZu"Xb:>!S#%lEk&8Hs,Pa5g+S/['oZ[U"l8G*^f(.cERTRsh]>kdOfi4T"
+JO/0CdqLT&9k&sE1GT'%=D_d75;2:UkqhT#eW'Jfr,43C28&J%Q\cXPG.2!k,RV/H
+UsN[C'ZJ]LLS'_hJ`Q0LH/nJte&s[R%!MKUSIC#-9-#P-9lhM4ZaRKST&R&\AJ$X/
+WD^a#55C\@m)a!38Ospu,<5]'985bpIB7(C!^5q%qQM?9Il)8Nn3<='alI;[:"Jbi
+(:?`](ec,hMhpBpBU#R$,[sf]Y>J/]SIS=rL-1SB_]^-kL9auFc)57khJ1R<a6&p:
+/LO!:N)+T@D:;:Ad".M:mG:;:DGSILC)m:Xou<"0A=1CSP#!E*#<,PJD<9Y3H$dfI
+E7MV/XBOpnEKQtSG-2id7&M;JlGB9gn!7^1q)$PSa>d]k+:rf[&$hG32Ce(GX0Z9<
+cSkc=rrD-OrrAQgrrBiqbs1u\l8dMj&,]s]TDU>QrAT@iQi"jNceMfus4$lurr>7Z
+4FcN6FR")A2jchp3_]0ApaZ:Dc9[ZjR/[0A7D\?j!:HJ00D:EQF?-N&1X=e+\F)\j
+(o>mMNVE6XY0Dj92Ce(GX0Z9<c&0+S0iqsM0ir!MP^\end'AU\d.pnho%]gkQQ!9I
+MDO5tMU"NU)^Wn1mltkEN;Zi"="H7XB31*>Vu,o!'(-9a>3S4mp<JMWD.7dq=(]EW
+Rh^*_<S=WYB#S&F'm;il1Oh&?]D8SiD_h<!q5u1.d!X5Toh@g=dMSiH(cjcs!M^m<
+@8KGJJho'd]14emC9d&C<us@.$fu1[@i6J"Go'm:jJV)=!0obn4G0R2??nA65*)Vf
+4j.,<c0JW\4i;?(=VrWe,jYS_!#_9\h7KWQ]k$e^JilWrTgN_Y@`'0_iK#>-Y!W-g
+0XPaN?%-O&qN%./^SpG/,'cdRCFcGY*CfHS]))987a5>"6ZCnAgSSTI%.\RMa,4jM
+nU[Z31#%5:ob$V%+?7?#NK:AoGT0aV/10rUZ2&V*/%nkWd!V\Q#k[L&lH8N/P4Da4
+f8AEQ]2Y-kb`5[t3IjGdY6UgsRgs^p.:pE<`9[\4+G+l@ZdQ^6]n^rh_#22m^G9$Z
+raNJ1i;0pN]]o9>o#TJ"F*$HrFR)M9+MF(TXIt9Li?3f".S@q)ZrV&8DqQ0QP#u9E
+66$noI^(=-n;nnd-Yr!**EX9<gtbJ\FcAl[H2dkLnck`IN=T+=#F)A=^:Ei@mZVdi
+>Nq4Y5'o/nJ6kYHaO<8M$:^in.:tXi3]pM>ME.N'`^_EW6qgA%(%HTAWW;XiHFE+l
+`!l\qBuk\Dp&>$7XUjucbK,"[LRp%u:U1b<VbWO]I\UO<D_A7O;])rS=%9]&;F;^_
+rLRgp>E1JXX#eIm,:lkeoaWE=O/'Vh]XJXF5p21+h5omj<6uu@07Q!iO7:KHFZj6Y
+EnskE`*kl$`GML+$Y3>#&a>]\PTGCUHIk%N]]UOsq"UdW27N'[NShPBk1BY:QY/;K
+Ni0)G5FFa%)W%_@QuD,N5h7KoMgt6_g1HPD?/1nU(<SO[(-iP\A`Y2?Xhq*g1sF3>
+RQ0s8"F(&;JKD'F88^(jnc3"nnnSHj4j1emGKo442+ru^IRn,]TkbG?[ul'_)L8>E
+RgYT]gPq5o)3@K:@Q>*c0?5"er(Fd"36!q<U1D24-7Y!G'6ancp@iXkgn<:"%]`C6
+(]#cijVFQc6$;6OB(+'T2RDYr>HXN9elR1)dPD>ZoWJ@5'rN8BaO1A/mDkRr/VI_Y
+@otM)@hl\tL]Aj@_Rhtd\5.F63)"+3!'?^CBRWdg8A@A*;ph'!lcf)m(V>jeLK0'l
+!nu:*Dr)k?*C/ft5g4WPQljFhb.Jn@UjmY7qfbVm55)=\Gp_9BMoZr9[_*:-C2s'!
+:5\C5Vq$[_>"5^\.rWO:W'0`LW0fW&Sm]X3IfBDEO9^NO]0*pk5:]k`M<&"fq5(h\
+(X,'>eF`QId4P"LobGuX-PCljO&Lq\@5(>%.9ZYTl8#t%N^\\FHMq9:ZKa/S_r8fX
+4C5`8arDCK<tRgaiU5BrJ=oK=jP<Nd\:.Z;b@0NTb[3#1l.VE!r;LH\2/??,ZFF+1
+D!iOWoVIT7VkEsI5ZN8"L8m$ug0"-Si5lWF"usQtLCf`n`sCIIgG,>!=''67HkCYc
+q(D[I41*<f:Sc)q[[Z?iRqj$Ej(=#RWO3#T,.H5<1gp4NY@;:**4;S%Y-(+3\2(6a
+-.U_;__hrRf[p_Yh^3WZ]^lT1Rrt8kp)=MqksFs]<O'<u/^b#_Co.cc"DY/pQ:*Hl
+%&>HbFEk2rB+.p_7gtD;JT@([UK>YW%PE*I`8=Ug#3&_/e_:l;_S#J/c(;>>gtI%>
+#^j=hkV&b-B2$[K]mWCHZ_#<_e8KI5JmVO(((@FY3Y\7sf.d(d"AVK`dHZ\Wb$\'h
+lm$tO/*<%<[Ie5][b;e1-^io*3\BW$8bohZW+:,n5dHTs7KIIC"V]BLT.ZYBl]-A^
+3.MV`gdXF&N0dlM[G8h*cct,Vd^>,mH"TXu1`mq+RbsRHVkIe^kn_!Co(CKkH45XS
+D[KZ;>qOf0N]VHJ<C@8Ud8_s:25/Oa`a"YJSA\s[/^,RT-Y&R=HopY:c^)^!7j69*
+U$mO"/[aDDhu7WtdaepcH'[d??;e"E(K]*CB@GH-m@^sZMV1G3ZBbpW.PU&;W1hIj
+.:L+'%hXIg1J`n)`PMq<NtDN^6_>L@_'`a7UXLK;Dprj$5MY/QH!<qk`P/,CDh"V!
+f=&.lBq""'$X"OiNQOZZ[.0oa/-a%aK/G\g%2MKne3n<Z["Q3t)O65p*e!%9'7@E\
+g6d/.W7lOS;>dcKr2o&9CIQ#/Y-huBgg+:O<uP=)%?7G_QWBhp@n>ZrLn!\H3#U5#
+/5I"`;]Rc%2E[2HOtm[UP_>"?fH^Q=UJgacbIk"iOVB7G,I6lWoq20BremQ*q.a\>
+C>3"$eAdmsZ!2ml*ar9=\_mHqi@<s#dsd\EeD@Xs.uB)fr@M%?Y9Xri/$$"]IV\.n
+\!VXu][rqBf"YSAD_6DI1RO6hYt$98/Z1Bi5-Z$5H^]=dm?h1M39&6j9[sfko5Bl%
+rbj]8((7I@-^\__h<2PqA"e0P?IRm(oX_BoK2Bq_o_>f7Use=X/_X@$8@NW>"AHsP
+Z0@`<Benq[\]j4=a2:n3,;&?Y5ppP_MMPc^,p33b*JU2S)S_Z5f:pY8)Qo3rhe4r(
+0"%Hfk>f1.^+RJ`jcQ7..ps!N=]18`JX;9r#=F(uJY'kJ6Xq_[#CUDa_)"4pO^H5$
+$@+LY-0poS?,+kMdf0:sF:A^Ah+G[[=l?j"\XZr0rq09RNtj4Q'c^"AB%OII!J;^B
+0tsB&W/u;C<4;#.&DV-L2JLnj3ersmo^^hhT53Phe;=birbbllfgTf;<,*>?5+`0)
+!hR&6YlXQbm-U-IeDpJFB.4@p!P9Gk+'6PTmcoru-es1EZ_hK/9S'k(q#`03>>o1r
+7+>^!QILgf7acP"#QP/1!.'RC^U+/'"#\_Prr@[d_4RbOO1b=Kf>G.eNRN%),F>Op
+?Rom*EW$uVh<;F?R"$f<CTfNukq_O%filLjgD7E/[>cF_B=X)N1@SjEAhKn@R3N_A
+4>?sP*&YTD,O4<TdZNr#)Wt):pdt5ZLC.Qb8c:5TjWqILdCdddH%5F*ot=Dco1>Kk
+-*Wj/=['>ITS6(?``6XC@l+Fe6Y>(M3(m0e`_lEn"9hC[,%<FHAU>BNeP#rcDuAbD
+?+_lS=jj]^rG0YaC-GSGorfs`k790?L?Cu`Z6dMa@;hqIMoTZ_<gg(-*]_G4Eoe#b
+a8qa#2Fuha`(1OqPQA$cQPK*4,nOR9ddCr::Rb<*:,C5Cc2!8FSFsWIGuId[.t>aE
+HU?7?9?fN[_HgL-rLnR"#]6_SMKulG:0&s`MIb_"nn^;E/KA8],ia8lO:dSAO7]r5
+0cf%.mo^\n+BHa"6M!^4/`,OYIMi!n,hcR^FXo%=f#e1oDl:qCqoE+!#l+71,`<Q@
+-ol7DoZ_gn`()iIgsHm_bD:SZrYCo^:;C5#pY*c)2u[*jQWMacMkaueX.X5L@+$FN
+FXnmUg-<uFo0io8eKS"%+H.'!cK*Jep9'iDi>e$>N`ep.@kfs1rr>8mGYRSB:S,YI
+GHQjn[KcZ_P3YNf+nHeA?X:,3d*^p]e*S`/99!:LemV./Z0Aa3P\_ISPaY81`)JH;
+R=6-VZLn.sR#-hj*tO/?9S=c(3.aG]G71iW1g1q*)s,=PGpCPIHFNKaQ8OK+5;m9G
+C3k'&@AVdpG5$0Cg06iPTt.Le771\NnWf?=e+\doN__Qhl>^>',p!J7iMfL9JdEc(
++tnl>g<K!&::;=I.YdZ?b*kQW-^23fq1#MlMd#^!XfU?l]r%,ZmD#&seE)h[H!Wt"
+"@XGXmFY1ul$@](!D1AUL3fh/c\?Fm+W-4$!QJXB<(R^h&I*]GI]iA'"(F:&$;R#P
+cR#sM?_V,_2-i$/rrC1[7II8.PA5(``#=<nIrLN?`U;U22`(;FGs)Cm;\'+33[US6
+1'R1(gC$5:QRb-#;3'g_`@ul129f%jo1B9>][Q!Ze[:G`C)VQ-WG([./toVc[hH+l
+/a_&h5tN3&0VF`cLGg&G$rXtln3dQD#DPL50f?qb?Ao3).NLk96V[-$BB1(+;>e3,
+o$Qgr\'o`@k<C\HSkBHlKeZ.ZQ:=M-<`oI_V._)^Ycf5-.F#':%8N68W_pft(a+;u
+Qo4iES/2f!Q'iQ<1f#ZJMW`-dl?8ee\!MPIYeRY2>ee]]S[P'u`h+QJh5$7TBl=ui
+nK%t?9];Kd0A-J(<M*-A8l6EM`aX2Q,%O60``tW(+SV:TmU?T#HKq#mISf;JftPun
+39Jcah^3%5Fe\(`@.OSb/s3*ea;O#!Cn@_)I;D=jWsMfM9$s'KW7CU]!?.AbA!E1r
+(ed[PcG;V,i_RD%/K/fL^W\i!pIkG/Yk*mKFln#k!oqIZ8$gc/[:f>%X=dE8VjT.h
+db<u/>EpX-N@A!)]fmF\m+e?_Pi9XkB-<>!)%R5hWYA.#+&;](rr<hj>,2.j&[qj9
++k*ga%jp%[=mLB/PNKu7YG_2gbW"/@IAY=BoI[+I?.*.iCCdBY'&6(J.#8&f.MNlE
+3MibRc7+!J,b^/b#ukdU#$3QR8YQ(BI24[Yf^j!g#/;_T?^icPhu6[P_/JFub1#um
+>`rS`eVL<K'14RoXrW`O,;A0b>1D_"flNHB>UTYk\%]Hr^;4WPdTRT[o<nMr!:mJo
+]B=P<Mqom^o.IMJBGu9T61Xm/Q<O`F<@3mo?`l\/EA`/6:ddTZ;9+l"SD(sb7lUco
+E(3aucG$#5$7$-6pZC$l2Fj(Xo[mf'oDRgHT\oQ?%3F)+(J2B)inmi/:77mu;WbeI
+ia8_?_ZWh0l%uF`l83C7(QAH77__BH3MSAc%#%YS\87aW1+/IWlZ[\3R/i5]'[\e`
+9DMecC):'OjcnJ[QSjI\<k8.Doe3_T3N]-eRf<@eMJH?[o[+DNL!:JL0A6fAF#10p
+O,>p5iu%cZGIIF+ld(!f@?5F<GIQ%u)f$>rX/9[h@Fp:!mra[Ckb"9/ra=5495AHC
+m]GXBjh8!8(9enLc+WJ8ZRURNb078U5f3m7i5L^:"D9842LG5D7Rs;qWTiKKN=pPA
+6D)^RISA8Oo,m,(RCpM:B_o->NrE&,lrR?>FPFJh/oDoG]9/kI?:>Qe@ojDFm9R%/
+<MuFX9al:n)rd12OI^2KJpFX,MKT)7VAFNYbdq_Y5<AGK]i*T_Q5TU]G8a8TC"IZh
+7Xn"H`%kK71l<6F4DC#-B]lDE8h`!rL=20;m!?a+nHd<]Z5oe+g5hQ'r4D.cns68P
+GtMF'le7SP?ad;0HegU#=jte)mNo)g?;qSD`:HP?C0:t\ZB($84Jk/j/.nCI6&ID&
+6t7Z8>XWT&2'%61lA%j([7[m5ee@=%FfoMkkFA`'PHQ&ZYN?pm[4"rE8"Jh3`lCV`
+>59__2OpL:_Ndl27kQ#E3dD,n"p'kh,dd@k.RLY*9B"q-5r%J5Lgr$uFg[:@E;gs"
+$p=7oVtkshk.`_JA'3NT3b=qLXn65=]@5rK\CN9><joP,L=UH>L.b(tF3W*$A0GaY
+Au5QAn;J5r*tZbV@O<61&eD-(+&O7jH>h3<ShEq$i!4=X\t5%cBte0.r7.`kF&:D7
+\YB(8ghPHpFhOR*bj`g;lT716;@@UNXqoUJ]-(])Z@^Kd/h5$HN\_93Z-XcCqQ.K(
+6\ok8<OqR>G0`MNCL==;-&fF$Rg&FbhRc5!rl4+sQ.Z5hKK!ni+^Mkl<eon`Atr'`
+4Lc\=?c+$Ao+i3rCN<.29=&*1c&0+k.dZbFk0O$&5P`8or!<5Lrr@kXURdHRrrC&/
+C&\1MnG`L;GW>MK]SF/u`S(:AqC2FE55\pj!(,YArrCtOjq%<KP<B`]$GZ1oAH)X`
+j8T+!(C.;H!4mUZ^Y1^8^h]N`jt4_$ii^<(d,M4IP_)'<.1XP?0$T9c2Ce(GX0Kk"
+'m<NE/TF.aSbY:[^#i,7/S:UX]!PXHZh:DGD7"!+4s$egI5T,>UBl99ZL*$c)E3oI
+3HAg*kq=;$:c6e@Oh^aM\^Bt"N(5cUm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0YkB
+FsgXE<S7/.k7r/;,+W^T@rYR^YJ(AOm+(jIY0C=$<S=B7EOBsi7rg=c@Xs=Fn[3OH
+.dYe=/$c09<*-sHX0V"F=(P?UNV[+ebG`BcPXlaV!:`%LZLM".`EerJG&113YubPV
+?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n
+=(GCWhH-uRG*=P@I;s=?^K@nV[D&tdPM=nr9U?Od7Tikc8L%92.9"TF0]UJ1=ZCpG
+#?9:dVf]d])p$96js^/XXne;\o1lc3@j[bD9mIb\&R*pb,]_0TMUiVD[&js]AuVMT
+-o-)@6;[1A^d9q*6HtYDc2<rbDf(\CkY'AS$#:Q8?(2RP27m7XY`S42rr@diS'B@V
+`6C7*(po(Gf&!1LoOPI9K#CR"\L8J49U%<UK7JujNZP@F2?e8?<S=WYB#S&F'm=Cn
+fs+Uj`EerJG'URgBE%rZTD[]HrWI[arrBu=;9m4dJ)_c\rrD#&J*FTcI)"N*hL=JN
+s47#mrr>7]2#dQGE79=+-M%K@7nK;1rr<3uq8dT+_X[X+\;Q!mrrCk>!+5+5p<Y\C
+3cc(uOp:(aG$&Ud=(B)72T8sfXPBd[;B:[)QY+3BRh^*PEE?UJ3i$T;_,3]MA$>rN
+8bickGnnNSpgb'/\gBU6dWGj4N;EEVCK";E>tTApQG4]-8(!Kd2S;7>AU\fdO-qjU
+&RIM"V5Ec*$8n&>DSoo\d@["P4H!tfc&0+k.dYfgZXU)^MRtbrm+AAE^M%)ZbJdbW
+oCE45$fm4_#d(5Bc.A>j8@4j(0<WmCar.%98JSCGR3_FT]crA'-(Lt9<m1-h;k@N&
+!"1V9?R/6C*KAJEkBhL:83EfNBKr6!J']XI?2Ab<FUAAdP0cUW&I[3G0[q$[&.VW$
++@D/Eg?X0J/**2!=-Kp;2s02L?>5j/Ol\*a;chPXNIOCGTGK?'&=5_40/W6b5+GLX
+Ra@2FN5Q.WIjT/FPin6b0T9Ohl:.]^Vt%)qR0-lE]-l1]g:dLdQ0p8Ih'$kL>"^BL
+Y%^bgV;fGWY+VTSWZ>1A_!qVaE",9Pr&@2(7.C_bniQYr4lruk)iAfXD_M*,_r\'N
+ITuVD:5;HVf.Ho]U$B5%]&'n#Ns&;7>,oGt/BKD81o<2S"epQLA`PAMO(;$HSki\u
+&W#CsQK.U]YW4[WIi?gsh6XZf'@+1%jq!\uY;YVWaUP,GZE%0OaO3@;[*NZ1$aa`k
+`]7O?jJ8hSW^n?l]'UhM*bf'*2iVq:ITq/g,:aP6MJR@!:\i\G>No%2Z<te%a7;s=
+]6!*0oa#K0P>H%NFW!$GXs((B^j%-778hA[ZL[+pMNaHjm$pt?LZ3lJ\>m5"='+9d
+d6H2snOXO&?'5fqYAp:.k)3#!H!U?WHfaW=*Hp9[54!$BHYIIM>GQ5&MA,Z63f&`+
+Buu^"YVd+bZ\DceVjA6_+Pt*p/=sS<c_!s+pq,@6m/I&>]ZY#iH%*ZVr^B"PZL_AB
+e?iLNgJO#/&Df6\/9\MdO[\KHMMr:4UeX:6?q@6>Ur$Oh@`i4j2["*WS.5=MqHn7G
+V:7RORO@86\Z0AX;=dP\q0alNjKCLJg"9KnEp>APIr?q1Li):?aW^i6Gt:3;;SWj_
+!3Im"g">h*ShZFdE:WZ!&+'(m,Yn$=Yb1M;cX(>:]SZHYr`/MUl@)g_[(UBN\FUH\
+VNt0,269^1h90;G@X`=5,-mM[,:lj)"0jj,RAIf^;2f).;iun=L;uO<4)aU:1GTni
+Fq*"%!'BT?)nZ%N8(0<N?=,)4=e@AW6X7"HB9l\;P2KPYn4jhH0;QbJ)3$,^H.K?g
+%qkKH`\MMYVG@Xdb!/r:aRgQ1jMj3S"a;TZn"#)(o3JPer0(XR?Ro>EZYQ[Vn`p*\
+Z7ITg\lmr)5nRb_)<r#dJa8bpRU_+-`K8[[\5/6uD%a*^C"ji;rbL_)U&9tR>=?ro
+q:[d>MQ@DkltpTGmeZ),&4dS:S/l<N:o\XuIQl!!3DL/*`7<DnUhU#0n'J^o>I0E)
+hjWD-f=_+`jI\AH2O<mfH($O_q%,iqgL!UO4mG2GQM4"%!sFsI)PMV#R-:L*SQ`XA
+h2SANVOTVV,n9$V0tJPc-fo`h5$$4o!,V43a587&5F_N"jmS?cjmlqCB9IZ@*Q?$Z
+k$,N!7-SOlUmLB<=iYFX>$G[3<Dap4=ufWVc$iF2N\ch>+n;3j0EYd&LLXh\]AQh^
+Sc"B#k>6VFBKG=HI%0:l]f+0uhcj$SIU#-#_eh6]QPu6$"i^J/$8K"KTi*ZmAnXUJ
+Pq)U:r^YJue'ASamPcTM%k-o2RJq+co\Z,M0MgK9O1o^S+F1`n*rA7pAtc:$CJMOU
+Z1Aa3A#:Mt\6.<DD*h>5EkC$p,Dt23*uGL6:U1I<p:cSZK.].DP^o&^E][UuJ2TP\
+T/tYi8`=??@1KL(Z0,s[b@f22Zb>qmk*Cq#l=.X'DlmPlB]]g/b\J:WA=70M5m.p2
+O?+Va5,(T>1Eg4e?#o]lfP<W+(n^uKCt+H)b_*/oR_(I-m+AAF@]mt5]/D/*fW2>f
+Y0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(G
+X0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0T$*D#XLroD\f\<;us6
+O3KoaMX!4Sp(.(3G+\[c&,eG>O-fabHdCJQTE!O>-3!s/rr=qV!1\)YrrDO8fDbj9
+2=o4Fi2ckX3=N[]GlId!#6V=4!4mUZ^Y1^8C=></\Z9cR>ZKG8f+iHn'm;PXK,&Pl
+0iRJs'Sg.jJgrKJZLM".`EeS?b\QH"rr=8=Wo=qTR5F01CrkIsh%-R)G5hOp6%h,W
+2$1l^Tl1t'RIiK$!5T]2F52?s4X^iA,tE_)29A%IB+CE.l2#8.#iO16U:,a\5`hX-
+"69Y314Z<SjH8;(2;R*5e!dtoY:H79SVnQ'k6u;b6fu?nRh^*_<S=WYB#S&F'm<G;
+7OmcBVCLrF<S7cO`g*]B3^["_O_?\NiIYfj=.&Ac]!8lT+S1GCCcIm1e>nVbGGquF
+4>=stPfsKe^jn_c2'TrEQ"^0tQ(DmaF?WmBnt*Cf:T\?"?.P"8fkR`sIZA2(n!a+0
+4$QJ@RME,@BVJO?%2BV8O9j.(Bkd6#1*#hOM3&j334W&4C*m-ukC)\Z1EWH;+bm^/
+r2eIk/,oT%C0JZGU"8])NDId0StU-=YLS?Eq1:li7i6F^LjDm];,-@SC=W$21<+9l
+8;s5ZJTpbZ7fh8+a_l8pb?q@'gtN#FRtr>C4[.1K.p@:$2:+H28[>G03*iHDDjc!X
++."WCV5WTZR[oe2oY3$SMSi]+RS,`Wd8>3d?9ohglGFg#AL^%tY7^90o$*CV\2%$+
+!dl1];(sgmQSH5(=:dtLqOHo`"fA>5UY8pfGBS2AU@L6e()EdmfX!SGYs?`0b,P_Q
+glk@%[*/sANb$/qbh;fuO"K)2F!p('e,E]GjM0-iMhsR60":NB8FYRj]\:E&`jMaG
+o]ohqjo5=K*[ceM/*s,eNsGj4ZeGWYa7@572sZpHUNNS"Q):J@OeKcHfDQoMjt#D=
+"l*qE6=Y.9'WhZ\m?5l_VkoVh&S)N&nK<H+Lc!22E'$u">PUY4g?,Htft@.C%3"D#
+nu_1l<jnGCS]/7QQ0]p@"SZMRU_+kgk!9]/Wr.<0/&^2/2O6>D_$LE@@Uqnparh/j
+Y"/V"94'5J5KbRAr42B"OoGDS7J2]k>\K>GW-V1TDp^L@>VK.=<TYO!,jeis9k]i,
+jfPA/m$NT.7!kJe]kd2no)Wro3dEs4^1G[NnopV=90>G8XKH-Jd[O>o8Tb^O$0.%j
+bgO+rIK_`0Y+Q3Ee+SNV-5gmAIOkd$8E#hS-H5l2_'-$E3t/%b^[l?&Xm159PAe+K
+EG+E0X%TSZIUTRO;$H@"&_e8*=`'^3M'@d:`8[;QWp<P<&Cp%95Y"\lE3U&_!ORj9
+Jc"&N;>Nh,FmUg4mak(8[(a/4pA,%-43Qhr(=C;TW93=MB+]kU+aFuJWQf$])3_Nf
+I3"iM6i<Ude%F#i]h;;R^IrirbdQ+]?=!-d6Aq[DlHX9)R$#5[^:/-28q8mY05T?S
+m9*$uUCkC';3\9M1"m`68*aS#fd*,ZJTQr*H2G^,<q5)4\d#.qO!ra#^I['m'"5Q)
+B4hf*DIZh&$SbTfA3bF3OeFj,2LRKV)$)ITB7#u>cX5j\UXV<lfVd2gA&q6=l191$
+I;;F%I*$$aqoc*'5_i)*%+ghLAYui?4G)H\oYn56CCpk4[ZKtn2'SeR\T25Q(PadK
+L^=](6?:(holH8P_3`,s+EQi9RG<1ljM/nL0=I(=*HTDJITk*WEEha)V9A^Mim%l^
+E(e2N[n/OZXYPOOQ1VmQXNdork7bo]OCaP4%)!F%o]"c#5-4N)"ZVt>pYcmcq,ul"
+WuYhA9ijWmo),(nPKd9CSTtC\(T-3^Y9q`k-!)MAnoI8seKG;D!39[\/8<4\9TYSX
+`%`/Te&)au-uF?9Fm,D7(DC/JHrio;Vt2H@>)VZL`eb/$c^cnb2d+et<`;8f$Q,Rp
+>@37g;@%u$YYe>"?n90)lLjpmLknMe;1XS`+Q',ZIouFiJ@KgL6(k&;L2(*^4IPaL
+@[U[GRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_
+<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F
+'m=Cnfs+UkRt!>Gnp168c74>%8*6HA7<KU:HO'O*4&>hlL]3dZa34GB4m25cci;Ag
++9)=#!,;H539@(3rrAU^?iL,)f?Znc!.qEPj>-`8L#`15E#]A6ros1Zrr?`q[Bn/:
+R^Xgd@]mal`Eeg6pVgEu#H*S3lqecEnQ05J_!SQZ%`P\GZXTRh3ToN:(K#HV7&d>q
+k"RjH?BpDqRec/r<r"/OANYa8A\M+C!(W5Xe92&68%WH1-CeV;7CnS.Is]X*&F=d`
+(>c,i`>FJ1S[%,Ji)R;R<S=WYB#S&F'm<G2`Ee^'.dV%&m+AAEqI6VKDk)4Hjo5<,
+6X_=JEB@KAd[P(a7Bs=bmf*3)$Q-!_Ta^K,;-"fZ;7dAubAc]YSmIG0Edj*4app]Y
+D1Pq<cp';PorVO0'(a7PC%B9;HB.\D=jj+#$%ti[E47O.d&R<QnTRlW!)?0>Lr'@9
+P[ln:rr=X3fV3b!.BMb:dY=<6%$%ab:FB[sbFWOuI+3:kUO?Tu>o->,9UAS=(6782
+H[6!X[#I@,7c^7cpj%TjC(=U7'X82q>Dr6&dr*(8]?<hQ7/)ncCC-+I&k^;s]W;\Z
+(*HVEJ-U.XiA0$n7FSIl>-(Wef31GI]1HikiOF6TKpL9-k!]Rra5M5L8=*2bK!kJC
+!/1E%#e+6>'Y?7Qm&CD7`CmKKk'oPX*`3`GVI[2DW+[*QR;N->1k\tEiY-LQO&mC6
+nQr>aBs_#c7PVb2RDo>XZfJpFLS&Xn;l&\:]#L)6CA()bcW.B-o$Fu<@he.4+_C"b
+Yc,Y)_^mU03=7Jd+*cGE#A7J1#Cst]?%B+3/?C&gmquXBK@Go)/?TS1b/"[)`!Wg^
+!:FmA"$(=ObC.%49<p:SH.,=Tqe?@7K)-<@f@/cGlruK)8(?];d&^$jb/choI@?&d
+bAldEP^sb0cc^JWLq>!*`.LA&OnWB26s;s^Wmf/F"bl$kKoUqdg#(T:lPIoP73'`r
+2*Br"$u1+<k!\l&B+YGDR#XFq6ei8>fP&&1Rq35Dj_UKMXWPek7_,YsMaGmGpD4lP
+GTbQ*4VefkEB4t$Y*5K3jc)6f'l1^Mo%_\@E68cOO'fl2'=VAO='sEuNCV1G<S&sN
+k'O)/oWX1o9TWH&G5U!@Om0[24u=;M(hY6lE>q/GpC\_FOKtE=%Zo1mi\J-@8M7u&
+9'k32ZXU)S]d$L7>19Tr3%_;8,J$drD0lXpcBMe68JBL9mGG>Y#t6Ja9IP(#<S=WY
+B#S&+n*a]6XKO;F3=C0N,e0ACWSnJVC(BBY&\.ma?;A<4-EV!cB_l&GVjD0.@aZ4M
+-BWPXL3+%OAN^?#'c:Kq&jb`3D:iQR0$T9c2Ce(GX0Ap4e>(F`gV$?dCTGPCe'r_[
+-sGWha%Ai7Hqo*E&2.RL?nEJE3e"V\Y1dUW.@85(M:/e-;$qkp/`F77'D@3Z3c7%H
+gEW%!i!0+uTGr%iH&KtZ:R2YpRoY.?4'`cUf'_i!/Y/PG]:@WOEQPMuL)"8=W$(iV
+iR6%,N+-uip'Xc6G@BlnV]G^3PR28NDVACZeE(J%RO+6;;9R5hD59cp#9gQ!bL@N5
+`.A:F%D*(T9'e3HlU8FI:MZoJm#\UEg(tg(M-(un'"-^,!)4oV<Pp!hL"4X"@Tksr
+*jqp#l7grJfgg&.NOABhD`[B26d@(8C0%(B71NHD./BRhCP<8CMRtbrm+AAF@]mQY
+1&6l)o#@94QDi66ZX$a;K*iJ8e\/JQee,iD1.nr;LA<rVAX5Xpk&9TSNsN4'n28@_
+;X>scomJned^:*6=1VTf01iU<mngZCnVS/_]<S71!RPAq,r-\dAC+PYA66m%J(+>[
+ENE<tko.9mH_N*nQZcQOW3ql-HEQu4U5+&qWZJMilp*RpT0nr@#g-Zpb34l\f+@^\
+06YF6:U:cfB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(Pp2g&D&okPkNAWW)sL+.@]L
+("@<0llZ#Dm6CAP+8Tm\+#!AMpRet-5QB.-(&n7n#QFe*jemUd:Z`2aNI:A*pac@E
+`r,i:iHYA&g]mqfrrBZ[!5I5Jm;>C_FjE'h<okjYHq/Q8D:uU.rNSf''j%=Qr>;gM
+`<#5`MHu8PgTS=@lqr,hY/M0RKQP0VfWHZHF59l`hjD,QZK5*7FPU#"SN;;Ad'AD$
+Yp*mqI?$j=C6nH"ZGa/[Pl/@>!=&8[_bO;#_QquWp,o%0J"Ca5Mea!NMRtRrR&dLb
+(osuB@]mj$_\I>p8]=u#MRtbrm,hZF>(>ZeWVL2i>7\l)>2MdH_Rn9'5:Yr"4Es;7
+;-Ga[<G"k'ZN:kt-T3!/RnJZBMH\)h?kOGeF5^oW,q'?HDTKlrj//%9_kI'.kW3YF
+VR$cCq1f(-I=C`9&nbEi+ZAl:1hs!8MSEkiGRBTaRD.294#]*4A=$ps_ZBU"pM]I9
+aVZ6^^^9UKe$^EAnQ>ekc9nE(oSAF,q&UJ>bLpGH<89cf4M'(U9ZE[)`n$/LHq]>k
+iCu#H*;_S^T1!]%+?lr-$3#]7mpl^a!;AR$H['0joDYFIQfNWUC,S!Tdo*O!FZZ]`
+E'h.^"f/H!-#6DTCXD3&ADkM-emX6N`8lG+r6lg=!nfZmgu'YIc5Yn:r;Qbjkl+&b
+[.C0&X(u(1(RfN2Y(aBl[C3LV>0D19l&0O#/[Wr^I]e@1=.^r[31Sa_Nh7qOOH`.A
+O,1a%,k"*X\"V%FVM^H;Haa?+gD@5`c9>+2fC[BI?0f(/Q*9;tD*3YnD1-2uH%iH)
+,`s]9ph#?fm\C,IO!3S:eG,;.&2Q[LSl)']).X^VIZk1*!%<qU\q/^!Q@"UP-KmO%
++'XY0o-]iO`MNB_<q@Z*I&HduU$;DJSD&p?FtIWFdk2AQVme:b(tr"FZ!tib#rKhI
+g5+e6`sBOeGc#q^9n=oaV^A]#&SGPk+H5MJE:ZSfI&j>oZU3*Q_)tRuBmrk,o^-9g
+.rmK224[A-b3)Tc\GbH@<BhA\==lrl=u;[a3UgP'.,9dPfT+N-(s#*h!.HeIb'P%B
+$oO`]r`nbM'r?t^ooCe0q6&=P\%^;`g#KZRMJFe%iqbf)dQnd.@9sNbVXaZUG_I8\
+V[TirEDCP)M9!CtLnJWP4="82mf'?#R3,#`DWui.'D]7*dm#1,h0nIgCWq*cSSkfm
+%lW(t4@;o82+naM]G@IbL`..28sD2A;!"aGR;q954\d.+_Dm4m#l=KT"4VXK5@lPL
+JJ3FeSR:te?Ia-^/_Za?:gF_&>1POD'^P1D,1oDb?,pjW+XHgj.!d6jY9L@WAtQE6
+N7j#K,XrE3GF4;cGr?U'3U1l2hT,4P8()N3IpDSWPHT6Jba+UlDSL;&CVi`h.QP#C
+N?!8EoOY3E;i"](`NPNud`DM,8i\"[JDo8i;>5`g@uGDT3t?/pn%?j,X\[$bH';+r
+O-[GDU$7bDBf[7"Bm4apL1FGYIOu[o"b9(BPQeU=-XhU*Nh9)f8Z\,t.9Vbl&[(ZH
+ja:.UAj97RGl[2lH!ei\C-HP+YEeSS`c[bF2p@k+o)7.B&i=H+4[2`"lI=*(<DQd#
+,=_["!Lbo]%D\:)9o*5L5op]W#m%f=LlcoS1^NiQ"RHYGZ75U:D`lR"kGp,J1?ss'
+q.J"09s`;b[/7U)3/-DWd`NOPWF5."H#<r4Y/ZQS"@abs(.3,%nr0Q,mT2leFrL?f
+?0X.?kDq2jWSLqG?=+a?D)j60oje\2Wth'nOG^YAkq=6-N5b/A,rfG.%(o>>&#Yc3
+U1QUYm$?m[ra=-g1F0@!^%T-TqKH&TO3'>hpCTWV05VUF,e("@!'.l:*(\A#Ja,:Z
+Z4M7m5"NP:C;[o57EAJ>#5No&5Bh0'G3WV1o1AUHVYn*S[/GJNo)([[o0da_[FU`i
+`B9H\_Y2r_&i.!ocO/1)rWHan4,3=O;%bU7,5D=NE]U;rT^:`gC@aZ\IkK3qr`@N1
+bB`5(/\J]8TPF>9YXs&6*HP+q2L+AqPTi]7-`mbO%1^Y)Bq%6qT*K%**:a+>VFcS$
+4orSO4U:K"L[S\i2?rTi?!_tpITgIbD:V]?,P&3f)pGX6P>Sa</hJr9]7M?@<ju2`
+_<FT<ZQl%bOa)s*ZKufmHL.$h`ab'eNsn]74?#aU%G7`X\+_,t&5>&sgC:g5jjE/X
+3.=kCR\/^H^T6(brj=)PF0&V84fXnI^SjcVZ,ElFLn^qIA,&$In<65,\kPu_FLmhJ
+E>8b16BClFg0`/#m]qA")rL?K=1/n/IV&,iY.8TaQIj?)QMU?;Fff`.Onl<BhF>0-
+lmB&33FfO!%r/C%g#X1B;t0]76-?N$&VPO,&]6THn:E,:mttCrEu%Y"\G3L$#"Pfn
+jf@%OX82)(So+'pS92F`a]I)_ak"m2FK9h53?X>(K@,BTWk@dW;3I&tQA%tMR?pGh
++bMTr#tlOW8*W(T-Z4@LM<EAC"PrZRSM'KZbT9-]nlE:;jrUeiM)F[E:!rY42cZ.m
+D06QBgXBm'ToLrFblL#6LlWWP=>2sQCZ1U$W]>'h69GjB#!5F>-hrPpJ`L`u<6Ks7
+NSCFoO"P33BCd464Ioh9q4@'"p0M4>KC_IQ0QOYM2#B7qG#`0G6t&of+tbX;Ruuhl
+4>V+>Z/NSE,6<g$*ZU42On@IP^!2-6%o,eh,j\fh]U>gGYO`TV90q)*j/M89G.q$`
+Ip';0jc8'p!*$P?e1PTJ6T@ES%D(<EKOIM0X]g=9?EtDi6@!&P:P`I>Ktn$#Q[\Vs
+A-Wn%:;NN"fDO61k1p-_GCF;VFfd\X3dIVoQK(dr2"qd:H<T+X74aS@J=,,T2?\S0
+?1T.<%"9)8+p[Pq9lq^dOLWV'HFfB[]]J=+35_fm_a)SV3Sgn:hrX;Zg<BcOd7pOn
+heBi/\JFbk.?6E"ADi2-e9M3$Bq#PRB4*cJ)(0dkb;*i!_IQ&r5DQl]jiK,_GIKlq
+D[`nIrcm/MH'_7SgJ[tUImmZ-2Yr07B5t)[V8IbJZaILQ<IIt9R%@efDFtd4<a'NT
+cq7-%+J2^I&2Aq`^j(1obRKl6j%e:ZIk>f$9iK6@]q+l+Er(4Wc'G2;jt[FE@riLr
+p6Po)i#,.r-KM8(1BJ&$Fnk,>[k8VaCiFe,qN&Y?T[n099$^T:_7'9o^Us*G\"P18
+Y4YKs8^MQnj0juu/F=1*pF+G(Y9hMol2`217SkT--ScR7Uc;g<`:8@LR'SBjdJV?@
+^%TIUYC92s\F@R'JU?RP1;fj^CIikcgI^t&P5MX4S6?E%B;SHVc2EH\m]JaXNmaY@
+$Q=T\Orod'K4],fFSPcMPE!k/^*jlgJ82MS'E4A@5iT?pQV_VlcVA`m:H(M%oIoae
+[N9<ZE?;i1R9Bia1/th!U4VY4&2jqf)[tnV5[bPk2"E"7qJ9"RY<DUDD6^\.DUmL=
+H/e;;rc@WFVjso;c#KmXkPJO,>L[a#Y%NK=/F'3PiT$6O:ark3Z*G1'5`?MA-9sSN
+c4)ZPAFYV!LrI:5g\6iEHsb16U`NUme7HOGm\bh8p`_-$2giAU0"2UiX%f?RQaLQ*
+c$uh[ei2gaa/@*DS`ZC^Zs^c-\u7$L].p^-<<V!<3ZPFB`.o-C6ptN5D8ke!M<E0c
+n$6\5g\>aN8P_8?D1<tH_fb.e?d)TcHFpW74O\)EZpr&BYA&1sBf3T*C5ZuVblZ6:
+Hq7@(,!ubYq6=K#1&,3%"P%oeV7k(IKloMh+:\qlP"OMfgj+t*r`A["SS\5GXSIoN
+r6DP;jHnk1\`(-Imu/&;,eB"td@h/+BiRhX&Wp?d+o?PKP6<Z1jMiDq,$ZIG'8[pO
+BARp`\%4HPaB7WNSP5:3*`fr(p#"&c7/?:To$+SWRigo[USW_!hU1B2FN0L+DFiWu
+oVe"=i[MogEt]n!@i1jn`^Ih+fd'_sH]OVS@ZL)lJsFCeZfb+=q6S23eG@_:oWPoY
+jXjq7'Mu%4DY$knB"3h7<>-os^_<rFc*f2>/2N-AB_[ubr4ijY+,-!b7#h(qgn&:B
+LS+62r91^SqPLHmq0100CT?UP7EdYnX(bq7Co0`S-^:A'(K5X]V:D,.!QWkSX9/qm
+7*:1A#76J>*u>OcLS$4Fb38`W'`*/b5/67PeblTgno'onmB::d8!U6b85dlOHPnD/
+:HW>TY4i;2R=s/[&V[8l%oht;[+]6QaprY]6;nK&\2V9##<EPb"FiCKZTaq^e2Um1
+kqd+iRsm`r2>4_arHhK@^J/&"dbaAdZnaMhP<;/C.HrR%Z?44La>*C38-m-1q?FF/
+4\o%sbc^e(`rPp"?1URYPKDZbeGS("B_M0=(87mGfD9TgD5c`?`N)XC*!pQqR,bYE
+##@ns-)21V[DL&Ekle<3!0CYQ6K1-eA9HnqTO-4#C]/%oEU'fX?/#,Bq4Y%ahNt#[
+2^1N`Ms7g-O`u4*K^J%#I_8--UqA^-B\@rF<kMq[iC?b^$(N8cH3lui-2gcujAEZB
+Cf>ZC9_'Ht[Ys=03r'i_bSlP0FIb?cd^=KAk>dmS?,?3oEtn*]po?rUXi%>'OiWF.
+Pf2*^nT=9M:lM5"7"M^n+E-tZL=2j/=@r=fFlls[>I<!8DZ%HYji*7KIn=!m>'T)=
+dk;>Cnm:0<^qI^sL4Y4'Kc%16:dhoXj-1hqR/!KE`[h^,U3T47rr-]HDX:QUc+:9R
+;Z-.:+'Wo</F".bkSJoHMedREHX!OkVLVK"L-StH0+;f6Te0T?*.b2SLa0[d7!WgT
+OpD&Rk^5-MjllX"kKbi-O&*@Yp9C@VRQceoH`].^QA-:V]m4/;cRb7$'S4YhMT/.!
+8`a6WT@t.Okog-7!bFLA4Bm]%J<(5.hf]]E8-bf1-o^JH-_HnYrrCu1=0&RWr4!I6
+,lX4;U"eH^?'KiU7;qF_qi],No__'ZcLjsjlI#FZb5/<-n%?npU$@)O5$c_s/*ZGb
+7@#i9QtEe6Zoho.%++NIOZ-i/Fqr5WA%W!`2usWN'Kpk)T8h9kdcsm]5P'sP5GWcV
+4T>Bp?<u4[3_].%/L<*_E*oin3iT:B^12=m;i=M5<"2mV(:h/C:)V?bS*aG&^16c;
+S"]-]fj<u"q%Ls7br:#fB!RHr9;ip"6RXGT:mFB*YGfRa&[lV*39AS&pnM4:o&5Va
+\51;IXm54oDeJ"<ODsYmQXB[$eh+8P%lilYrh&=k06r0/9.aat]">8Zd]EZBhn_7K
+N2X_/2b'eOBZc%c\9]B\?NDTc!609&`,N_lBZ<ES\;gKgkbK'gkdHlseKt.1d_)"D
+FlirlnZ6Js@Jn2`+%XuC'A;,CgSO;D?*r05E>'T2Y_VN6].rBp<J*LC=U<uXX"Ghd
+7MtpA1eH?eFh%UFGBmC1#llB`;nl#jT9cp8R$q?nY#ot5lbDBp\$_^KbH,GTC3lCO
+S>BGgg3?R5JWqCYOHrr.!TQd\G*KAE@i=6jcH)=\$mAhUa0#)_gE7eSq)Hj49^UN7
+AF.sLZXU)^MRtbrm+AAF@]n$8rbVT7jR`BOS5fLg^lQ`)pkn>sf_,jRA9OUC0+\"?
+K9)AraEu7g?(_/Fq@W`-3!a6u!''/>G5hQ5T?JDM)VO>hn5]JgS:Y,;]RT>OXjJ',
+quM;SF4pPh1X>70"`@1PNjohW5gpHk.]q'M^+4*;8nnMg33j%5<k\#rZ!_:'],V`R
+!;s*'A%A/7&qWc^"/F<=o-_gbKg?V@Q_eCN[rBb5mq!S_dH%k]D_pIsoag\E./A0!
+5dgRPp%4L77J(HW#KMn&`.+k0U#9`rRB]h*`EerJG&113YubPV?(2RPCfT.V=)8SR
+bS1%B'X(b,V05B,bN1r?q8Z3H,L$!A[^2m";KRNLC1E\qdTE"Nn]8D7#[uBIqL(h,
+'&poEr]0_6,I._D'O2).A4KDmR/FGBV7F-pbH626F_Po)pNiCtm\;OA?(m.#Tp"tl
+RO+(5X)K8XCsUUShQK&:3Cj5b#iU_N\2Fda!-]Gc7hfIS2cJ<SqT"kK]B0P/r3NM>
+&8F6>`tVmUV?EoT$CH\^6RtW*'kJPQJ3aDoEU%RSbMpIiO'__HI0_u+,0[t;9k7-T
+aq)\ZXKQHT6;)9?$#QTNe8B3.DD/\-2D8n:hTJ",)2X`Fi8U"c-ShuNY+g1G6:HDi
+W5M/d5=cb@qUk!nR.(?&bD5Y@o'5)Xb]Y^dF[R9fOt$=G>3=qB\Xil"3R!I3Fd6)E
+]gX*E!Ns<CqbpE<&nU]UfPQ$sEq2:FLE6*Nfd-7.W4[]Bq!@IN,gbPa[FI+d[!be)
+SkHtDAID-#_`M*[N?AZmL9*uA](F.NCU6]dAQ9ru<>q"#,-&0`?-2%/X952G=Eu"3
+dp?;Dg*pg<lSd4h]=ked^6rfmeZGR/l<.:=M;4g:%b9buHCiR7C+G<LNU-d:NjTE!
+5%f!L"-^=TqtXI>nlb0[Hg,LWQ^23kT0Tm\\D#&:L-'QQqP'DcjUp#'M3N\&Qm,jE
+Rm1Y%fJcmZoW<U;^!X7$4q1F_e=gZ)m69V7O\6Yd<`?:'!&KmMS?^.--A^_^MrsA`
+q/c,QaaR7>`j;FSF!doQP%jFN(O*?TZH$Z1Oim/_f2G:A$cIdP__UmjURtI+*/%=E
+5R<8gI3:8)3.kYiXpjnLO?BN)l0Rj2br+Rse'[3^eEq-k/?Yb*;QV32impYr0sOPI
+(?/*]Y")-fc)/5am!93g4o@&<?_(A3!A89SLu!M`GoH.pg2E6\bOF9MRP^c!8%5mO
+D5FY1E^$iH&@tPu*c9$:nnq1CR[c@Fq=3Q,7#@&hI]FL>.i%/=_C,oW<rq');Z:!*
+kaKhaXh;%M>%a47MX+JD/B3%+QoKCn10b\*`an_kM)k1+#.nEDg00?p),0uql]hHq
+NZY.-j]1Am#_>b:L+rU4q)0a;D,,tt$#l1bh+;ZEf+Q4_fp^pLe<X5Tgr1cZ"IdrF
+<@qNU5!,NMli?mmlo#WN&QJ+.Vrbs_XSg*;CPPQF[Bi!I;,&q(bg=7IE2=kL$Ya0c
+@WtiqZ61tLG;YVmfqj@1^I[nqr(%TP,r?WI,Q,gW;gHr$+kfM"DY1Umb`V0OcqBcY
+A<$r^Y9I*oOr'-R6<R7RYW6?/CHj4f8g]Lk5hI,gF>au[EGTn^%lCK5Y9iEo0!474
+D$CmM]mlF$iOrqY?N1"oH>W>SDH]UYpdYq@N<[7f:2P/jfg\P+eK.^fiV*W)*sP%S
+3s4\RQ+f`YleT[\kfknig-2,nko6\*7"%g6F1+qm/AYe1$DPlc!.&4FT$Y`\iSu&"
+mPmUC\E$EcNLr"?N!+De[DMkqnn7OJ8%Q.@Zh!$tY`@]P3X`"#];p9\DP:ikijXO!
+Bd/NX-R_to$5uhpc.`#qd4plo4Qo0H6kNr0:>d'<cnWI\DPn`9@/QM@Cc#q>rr=6W
+&B![J2bL[1I&X&Z=*HSPD["Kb-)g[YP,O>>!/eq?X;(3Z-]>BEA0[Ju1-m#_%?<on
+#N&aNi#Nh9E]`>H-@)(Qf6k>KA#=O861SlPQ-He+oWL(:;!RcKEO6dX]tLKT/^FM<
+d$FnLJ18IJHnM<oN^?X.UH-M:?jp`*jP=p_eF@Hk&YeZln!tgur2B0VQEF:go'V8R
+VQ!u4dHD*^4jDNkSn:_#>$K6--+]5D&;9h-*h-^YqbK+d@iecX2S&l+HfP/^4iTnX
+JW((5=#d[S]T)`@Ug/1j/8T^MU$L`AMZ3\%HGnOm'DZrsP2OZd)gsRh4'`YaU+A$a
+B+2]iCS-qnVjT?/N8qcb(rUC;)Q7XJ[kT^MCtREc838c<4nH9lIT^qCm`.i%r=/EJ
+]Y,;iBTq*(>ZtB:7kkH(ER+cE0*`U8;UdNBCbo9)G%aFiMg9BJ#X8A>9E>T5+3M?_
+RP]=LRQS:G/JnB)ala&fF3@!j-T<`\Ysu!'a*+cbn]H?+#nP13NeWscW9miF,VmAG
+T`Gh2Y(+^!*q"tsN"K%SdjA+FPol?Y3[V>tgOC_WSKl@=ZKq54R3l^kO8uW3/<8.8
+UPL*\h!+pB5g&\AVPc903D>VEiT(,Xf`2J]qJp5a.]Lt$#(uK!a>W`Np'ISO\C?HA
+lM=d^:mUkS)2l9Cna6hL&W%V\JVJTRW1HkNR.1Qf9L.L-Udp+96QZdja`j)aZ(^tp
+:/*6*YngAU/<dRs,dKuuc,rUhQ<&8VG<;+6,l$LCV`aW44A:LkbI_ZM"TUZ;3/SCj
+Oe4?,<;@'L3h=R$XCu3?7fES!eRu>%]!M8"#c/:u[C2AISQ/dCl3<p9VIf"==&YuO
+#!#NE?qS,f5hEl?aoYi&WQ/c2Q!Qi/A'n3?6T4L\HHC9b*q$o1k/QC",RP=>:MVLZ
+1dd)o)2d$l=*tp(e'r*UN$LPUa<4#\I7Os!?s65)k3AJ'kk[3(TP9^<5)j+pT;H>m
+qGqcZ!YH3DpEYnn,a5c#SAE;lP"&@)Q:#8i/Yi;JGpbr.mWEqB7jdrp.H'<1F)uOF
+:u&9hj+8eLA<%CdJ]L<\%n!eYS"$d+k(&,]YjMQ?DH:3I2<SWb!P4DI\nC*ejjoJC
+a^aH+=O"OuXhC76QZLnc6$4'"B^KZuRGrd$2CV2IBVpB6-_%Md3Iha//af>>2g6\O
+E]<pU;8O6REapbgF=F?a4%XPHUpopMYtq(3GuE?e@=*7P2sRZhat)-,!0IDUZKB?,
+4!JiTP^f%N0l!p_TUV<kRo<gF*Tc,5f_V:].CY6$'1cSk\qV^W&4diE1NW8]UG.Lg
+LSpC<*gOJG(2KnT`'ai3)6A9_IU6gDNh`T=\dMe:XNH`B<e"AdNlq&`N?VE7ZUpGh
+NsO931c578;25s&C,'5fiuqamf_8"JLVTm>/_'F7(&n8s4K5<nlecB!o:8@nf1rsm
+AIiQf.o1'u'S$rZ(p_U=L9i]:!_6]q`^6JM+X@-?!nG%<]V2GRg0SL!`:quJea@<k
+Y3rBgCXW>gRCug=@rP+=WXoUF*AUf8G&97L&^%Qa6FlZK+U0($$SMGZ-iX0!D]lEp
+PKRsbBkaH8+6p<+gfqfVK,.s6Ej8/eFQDf<Q^7!YWuB`R[<4/KM>mPl(EdHuil9j_
+j?%u-MCm?9L&A%C.S&TfU!]IeGsX_c5a!)0\E&M[lQLuC8V>2(FB0h6AL%_j+3HV4
++YpeGlECOW/r609W1qAO(9q.4o#Ji*Ss-#7[i,lHAYI:(qBK0<4fu\nQOM+nK&R(L
+B`19\OB8.>G/8f<Rgf)P/^JYE*h.`e5:%ud;l`S0VYL>9g-(aeVs2nE]tLS,W4&n-
+MRtq,\k*js4H@DAQ'PGZmT>qHQ0$P-b;2.NaV90Ze]87DR"5i8fQds`V-E6Zg@R9p
+*j;PI_.e=F$0NQlbp,Q1H;RA;7c!XGAX'HY7/B1r]ZjUV!nR)3Nd6u^kK3^A]n6.*
+3b4T+5nLM=`SK#tbm8cIQ,F6VOj'?)j!(`(1FGoN)77eUEKC=9JNj3%,N(oXLLGA@
+q*Xt#k)9,]6X933GEV61`s/_`-Ferap,J8bLgA`R,""QtU8a7]!!1FTZVB/bSNK;[
+cD]CJ'-6Pi81$Fe[;Nu\''A'rd^^sY4L_"tf,&XW?CM\#c29K.pQHsSaW6UX.s3]s
+B[Dhs'/lU4:^#$n8KR\G,On<\*1F!K:91.(HKD*2eZ@3me5$7hJkFB_CFW*flpg4`
+.h?Wbj.*BDM5.TVo18rRG!U$G!%37KYHLCff9a^ea/XTX[YO0mCBPQ,G*23#JS#M4
+m``ZF.-8R]=-H]D*N,ihGXT!?j=\.=AS=-3ak!YjBmTK>IA6$CBmliC:pn"0Pa12Q
+:\L%"K1#$n0Tgprm!5QG.(]j?r0uer;0CsLZqFWer6]?jVS<i2l6Xpq_8IcH[7(Wt
+e=bR">%Q_qPXZ5t2$-I!N2l4$6#"tIU4-3i,Kp)eUmk0-N0EQ#D5UathV?oD>WnQW
+[_dBjAW^HsM;YH=GGT?XrMQU<@V%3gfUsEA^7kVB5&<UeF`?pO!6SVPeU4rUV5WVO
+pRYXdZrVfNPST'B!+/;uVP'gj._sOF#W3KW1X'D"!VKSSk'?mX(kO95YeS@&61VLL
+-G-k9lt/oFoLQ.X)p>jol^*VUb`VbREm!>TYouE09kdkA=09ZG+QObb5QMJfL]d!3
+?mE1)9X>ItZXU)^MRtbrm+AAF@]mt5]0+jDZi:#hci.o_rr<*b2#dR8/#_W@fK\ng
+g4/V)5P3eB5%!b%mltf8J,e!o"oeQ^&KkHVa)*p\qO.8trr>ouSr`mO"]>:"2[$nS
+GlId!#?df#mJ$b_!,1Q$_t#Y13A+uLQGp97V?C,.7,Mpp,"c-m<$27Sj(dpXA6%lR
+VVR:*X4-OWf%l>p:OF=&f_&tm;n0]+?%PFET<A8ejBMk7A-^1MleHdC=#FpEIV6>^
+F4Z,'7:r26iiogG7qOaWT(ZIPTA7EI]*]*cFF/1r#i/hOT&eDqW/qU^$p@hL_ZO9t
+7hiopc&0+k.dYfgZXU)^MRtbrm+AACY?9@t]`V$DeoeYugI]gM\/OO.eF+\c@"K(-
+B9Gb.;utdEQ99650om;JV^"G:A>#"fP3`G8^GG'pERAU8a5pTEbKN!WUkVMO?Vd(;
+\!96%nT6#p&OJO2f-dQGk0mj#ZUDZM1dMgT84WgrDX!\[>P!?6p$XkT^.%t6r>hfF
+QEBQ9o8fEL=<tM5c>1rc>M31_`?ZdUb[].GGnhQ%^MTHrbD)K%/ND(JcP\i"Nl6LR
+,b9J!]?tdm*?C;-/(so3l*n"8k.`]chIk7T*`eW9\n&B`l:`%B1*F-<L!Zqr7g94'
+b\]gS&r#A&'#%FeY2Rs[,'oSaL5G_WjI\0_C)/iHRrjX!o1MQ9rnbrg.@qe``M=YZ
+eH+=,pd*WAaCWfb0gnWQOQ,BsrFrKZDMKClB)M<![ds0YF^Hr&Re4j.hao5UCM@o!
+8MlT/Jk&k8jsnMC_u`AAR9FLNe`P$p6Q*F`NbFs$5qQWR9CklTZ`1obV>60Ee8uXh
+,O:Fq5XS;cDB:^I&rAT8#83YAAd@>>>e&sW1gr!h.__FU^$,Y4m!aZaL#e:OhHajP
+=n?6hY@#t7f+rNGEDIdO4A1At-'0.X$E\KRE95O50S"12KH9gbF8)b0A]VIqdsj-#
+KraM4q?EAN>o->gY*7ACdqu93P$(kAWC0`raRJt\)tDdL_^u@r*&si/"nOs=<6("S
+jBYHI:GP3UP=mAm*(jO?*.Y&h.TqV\!!_NH0f%fK-^VN<_jdun8,9dYm;pSp:@c/`
+][`a%MChqFXf]QR4EiSN[W^s^0-@(k!+<@2C)&l4Y&'rffeMHW9Rt-9G^HnW^Zo3=
+%"Ji0^6@a[!%$sbXlbD5q6rrG[@7YU>17=@U6]B_cP\.2`4#s(WEpr^6^YEkRZ'5G
+8]6G.Ofuf)M#qDD+4#CEe@`>#jm.mbdIhWX1?dFdd?tB'X5Dc("N<VMNQ$qlf]E((
+V](12/s)U;0o7.B@?O))DYIQ)5<X9]qc]?0G(+)QD`-`PU%G:d,C0)N[)rtV`6nS:
+)mAX-0dimFNu5teSf[UK(J_i^bYL.PGt19NF_EBZD4nH2#*#PG(O's4`G'aK'tqMN
+/:gF5jG#"3mVA5=SYZ25jW4&Jj=?e@-:@//E_D'iL)F\HIe$gWD5giU5&AZT$Z-bE
+D-gnYU*A;8V3X]^*"]%o1&+;p*660uc&@Z2Sb[Q:";,OkfQmJsakF1qWTs>(R^B\t
+01=]"^0@PL4&B"IRFmYdK"HWa"E#s9V:7gu&qQ"&0":7DeEfppbWd@GTj;r9r*,us
+!/KoPoIk?A\rC*PD1IL6@Q:nL.&V,`6+F`_*c[Bo_!uLgNeiMp>BDiIjo5<8kWW\/
+f2hJ)Z"L4ROtfA=ZC,<cRV^&J$)8s%WSD^=jMd;k\7Z^)naT>*eee.CcQ6!TK%`GW
+r5kjM.t#RLMgIKQdda4f$HJ>6YJ`]!mnB#e)0>fXG7n!qJF&!c>Otoa\FM0lG4Se&
+[#I";^"'N+/NZoF,$S;@BrPBAg6`C/oblb>2o&.3@CBb4F;\Sf3&*ljJJ*/*E!Ll]
+@j#4g]&u`8FcA1\Z*`$QNCqr*dk@I/fkM:c/C;V+V^.B2<YZX8CU-;Q,[hia*UT5h
+ak7F#Drs!Ar0en=f=]k6BR6bGP$H\nhd&YbKb[gNKcP^M=_Yt(=)->B2#9nWNStL?
+Is8N<K^oD\$1sk7%klX^(Wa=$o>d8@T.f&HY=>e25?OI.dTLH>j-F%<*Qo0qrJ@34
+Er>b_SCoXVM3*[Pp]L8`9FAMsA>]A,cG!-'FPArk;=dPJAY\N&2#;Bn2;B\c`+l!h
+6ROKA%O<-LSAg5P/kL"O,fk0=r]cFEN.B]M@PN=?Gp[qL%l6T8r>iP_E?dm^[Vm<n
+;^s:R`Ti`r*C;\2-DH6i,s=/+1QR(VNh(@UN[XM4SP36Yo>d'fr>tQ;dCdl'l8gPh
+A/^K-%ErDl@hSBp:A"ZP.n2Yc[f%s!oXV2%_jj8[l/27EU-j#_(\05O(X;[qD:N%c
+*eC9cDbdl:I2WPMFe3hdM$]@1r_WMkf-%@H&]F_rR('tsY0tWk+V#@rODa??kTaBN
+T:6[892qcZF?duF,^GO^9'8P4L6&B$UEPh%Rb%$G>A34rX!nMITaF>3n;n(hA*23S
+E>XPL;<$]\Y:ks#.uSL/A**/<H#(Zdgs>)aHH0<Kc,=g%AMVHnZOTSI.B)=>Xa5uG
+7QL!L_J2rOH5aTUAb3[%4J9-bk)V93hHq)%;TrKCOYinKc[rF&"UF$0:j8d49rH77
+YmBk3gk-a`^K4r)b.jDA%G-_Mo<4UqaeS*hAaZn+=D>@FSKkPQMU,55[C5]E]*TA6
+J2b8<G9_!kjj@WW]I612!']]KS*iZi#e&r<VJ1@rS$$K!g9up<gM4<2lM?fmNLZt1
+&uB;AOU4o8.C%)ZOe+=<01d/M1DF$<9mPmi4*eH_?=WQ0jm;h]Ml(b\88S4Mk?V!>
+9B5k<BThQD<]3guDQ[H'6tp4q?7K20UE3Z`;:FRAL,j<XPkU,*%o(Tqq=FdO_X-XU
+QMG,W53Ye?8*<Z%ke:KSUQ&g5[;.911s:TH@j&==XtF05(5+_(pT!u3>t"3V!K&Xk
+NSdUp_q2Wkb*`98h2>thR6F"0"?N[)L$($,<eEbuc)]*+GmoUJ&?5>5.bdF+B`A'C
+dpnDD*hs;KE$L:,gsd1,k]%PKbn&"pl#ete]^;G!5)T`WeV%"c^S)"=7[9q0@9A47
+2@!a+$0_%A`(])SQ.PD0./1-3h^j4lBO62ZrfO@/>KhD!Ra%nNB;f%jZHhQ+`0#IN
+4ZO')f)e"PfDSX9>/&;.U<>*5Tcu`LD]s:OLK5U.6Gp*;Vg7aR>->%fQh9`&l'L,c
+\#J\-E*Pm(roLZ4!\#u]P=MHoT=%A1af!GjG_QqHaS\7:bXs/0WS[dArrAI96.L*n
+I0348[Yq)"GDI<h9t.fj8S&&g8g:;W7u,(%Do[0&-Tr6C*&sht"nc<`5k6PDp>1)c
+L$lDtQE:#/VVLM,[#4]R<tW+CU#&`U%db+he8Dt8b,'kMEK$';iS/k&Rj(+?0`LYB
+dn[<\]t_16`m3!jRd0>"ei9C`"^0[:KiJ4q8YF/mAO'BJ80$HUb?"Q*r4B3(Nk=I9
+:H*!6Y*GYK.Co;We4e1L6M&682qd:pa\(p;ED`/!].[0J;3(a/N3Wuuq5gA:'/&G2
+EcpKI1[+gTdHpPN$Mk2u_X]QqRL'a0=!/9;ZL,b*Tc&]d_ik9l#mqg'NPej)4S.YP
+2=L%IIV7+To*BPuoJ52kBCuj^]Kp>GMSBa!Zj,Si,<Qk(O2U"ehWN)TE_V<s!Vr)C
+2qBRn^E9"g=4])OBJ">%]S+N"X0cIk4MK]1?k_o?%0kL"dHW\"p]pu*l1ZC]:H)dZ
+o6-UuI[[h=-^s[3>75:Bm;6BJ'&Vuj/L.c@>DA;-)IPSK[i^.(_mN&)11]>\Td"6t
+T(RP"OuA-Ool^N=!0sndCmGu?V^J).,h)FsT&32RHg"HVQ8T$4$"6/\6FCOGO:;L6
+0qd&'8gbLdmX<pjCW$P4fPR[7kK6sDUMH]A*bNlCbt@Uuom7XIKT8Fb[g:(aILto9
+WG2W!$Cn:8T/L@#_Ba]W1*CDu=!G)&S,Q:74S,ZR?<V,FB?V8gS5[eZ)%SijE?!Yg
+_Zo91J?t66#g5tq;&qc?R$/23h(/0'is%nq3t7h.^0^BnQS].Uc9?9r/X'/CMpg/l
+<4B9LPf=`8d9YRr#X!V@W4S8N,';LZAs>!d>8+:+j@^^GMS?6i0[fR=?;AtV]01?7
+c+6?HMl=YDl.W5*OKGq-.e4o(H#\->rXs7QH>Q(2@i1A!0jM?(_&Q>@k3f`fjo5<9
+k[%u-O&bc5Z"^@TOu#S:[Sj3*,YagHWAJ2bV)s^t#&JQ=bD'DWgj_h?Je''l#Nfqc
+Gur,Xg<8Vs125GDhRSZj?VZ_?`G*C_XD6O+\H7Dt:Ca!TF',2eNW-q%4!?dfr795t
+I$">Lo08X"M[_.AF'6u!m9!($gK_X-WSL`]QrlEV)<$9Ri$Q't.@HWrcH?Y^_29R;
+0SHKEEe';L93sV`CplgrgEkHYQsN@hdBroR0\q#`8rH'eNu]lRqUB?cb>=?FFX/sJ
+8Khk7%;AMRa/7*1(iZ&i\ag0q23NkZgJ(#chYP7W/))Saen[q"*(^jL\E'fQ[1!<u
+"<=Am1dr.&$c9'kMRtbrm+AAF@]n$8rbVT7jR`BOS5fLg^lQ`)pkn>sf_,jRA9OUC
+0+\"?K9)AraEu7g?(_/HpZMJ4?%;'Do^blTC&GgI!)]kiO8f1`?hqbhrr<GIrnoi>
+&cLJR"ocoqB13E9-ET)L9:Q@E&C-.B4*7Vpe_#YW8Z8LC[d;kO=0=BAlr6,52>T!A
+Fsn<np;!iI!NH;]`"dGY>E<(Zg25KAPX_N?@'QBem!C4>P(#d$&\1<*5V%rCRT?fL
+R1&qu%_bC&jRW4(C62#e9W+h+6>8'nqE7]=R,)cL&a%6Km3"T*eh*#/Y+I1G!-b?j
+UK_1.n>ptIpQG53i+ukInE-KcMVGCI?q!Wh'\fnCY>+O[ZXU)^MRtbrm+AAF@]md"
+k$R6-Q[^m*NTOTkrr=pPn"BKNe*<BQ[?/?_!5[(CE"*[*6OJE'g_#tQQeFHH4&q>A
+L:Hcp86E-,]J.Hd:*q?hY`&'ZnpAN/O^:<%rr=]7RVsJ!o_GXB?L(FSf"%B!QffWs
+_,3XE!%NL!bb!_Zh+qnRB<9V7M*?#2,)$"%m9DW*3/E=2Y"#=+;t@iPIW=s!RKfIg
+q()%L92.bPrr>QsP5=W>eEnhcc9XUh+f:D/U5Cj1M--e_<_s'<WtaTte)S>T3H<]N
+&K&S%AUIDJMEUt428DfHD.GHH1[BOXfA:5JndOAoMbVfNS$(I[1[=\cg0U5:Q,'e%
+5!)=.(nl%p;)g+``HbIqB#5Chp3n-,4s,Y;@klr,EdC4l*QeMBqDL0WO@c(nD2NPQ
+>&K2Y0/GhZ@+?M"`P.tf\n7^U-^HE-G-Qs$[^ae_Zb*T-Gc\%-O^9@_M$2*A_D9\m
+M`"\>f^Val(drD,]Of&,;A'odaN'V-J_[sV-^ekMgCh#[c!&0Ln)d];FLB]tiLstS
+'o;FpZ)MECBj/,2Ej;*-B]P'+h6\n)X<^>;V>-X!^1(Zk**KPl@PF=oiXqQJ2u6&f
+OUlFZ^Lh\:FEIhK)gUaFeUK8+][*PP@nG0fo_hk40\Sl'eZI,eDd)%$Bs)RLoq[;h
+Xrpb1(]d+0fepr0q*pPRa-':5)2,('3X,eK`/Tg78iG8Np;n&hV.\tp1&b=njZb;2
+qIR^3ojN?KlBh?AcBTH3VkpK":LYC).)_*bc!p>(/<h-r!>OZS4B'Zq.Esi7Ou3gh
+7jf"\JJ'e8%c'nY!n`VL3AborD*,m!Q628sPaZ0]QY!MR1jr`RpX^=*G0H0)9Y,mQ
+G<87oA8Ws\7Q\u+0):\O<+Xc%M99ufNaNK9I09O6/3#d)"21pbN9\0I\i-UmGmds-
+FGgg4h*9G&QUOqT3eauTbYqd"!lQ['Kc2W^J8<*i:29YZ/2:l_.@M36mNbUn"1rGJ
+[`rG3o0/i)R2X\B[/U+Pkka_0H#95MU<Mnhg,8;b*g8bLQn@]7H09c:7M6;!).E$a
+*JS4kn4Q?1Em6#R8ArlBQPE-=U_7rsdi/oBJ9H)Nq(G1`Y4"S+[/6Zs_7%rXNH#Wa
+H"QY@>C0'kBWWPfPYHQ@PW%uJaNUR1SV38,6eaP*SoD`=6QQ^WJ;u&!nOn5_#%Y[P
+!*VH<LJE1S9lmgnB%Yttl(1h6`m.es[e#QHDJ*(5\W-qQ#bG1$%Z6,M-a:iSAS$l^
+:PdBendh6"&"@0%hp&7];JX!XeGR_iAZBNh*aj`k8b8M<l98%Ko),PdBb=!PW*7(/
+?41pjMu&6'aZ$$Nb8!lJfL#cG*5"BV**6`[aNJ%+=Kh#A&ELb98:k("RFj_aD,TiF
+>!(O'oBU^OTB;b!C)XL5(2n[%!*$>TmH0j5X%'8_#h=3^W^m2ugG!s^-OtH]KM8Yr
+,30u]TcmZ/f&t;D<t;deI*Jj0hI>+0%m9Y4akDaP*`2F)UL\<94Yl$HC=DGa(6933
+<d,u%c-1?h"I$=3!Fd:4nogm*%441Sr!`C1,rl(lR$RdTlF?@PEM#eZC*\K[pC9?,
+0T]N)?=NiO*bCth^1,K4^FJG@SnGP'r:Vb,l.<CC<lQPi&Z]gp`o/17*;'$W\MFQ0
+*^0U`&NOZ>-$BLAheVZp(gTd]jP9g5rUTELc@032o'_sR\NI^.H$@@/BUtpi7[9\e
+*ErHrj%V5DWQV'l5jmd[BjN\P_@$J2`u=HEA3aPOjH_b2*0Yo_b$7br\;eF%1'?#U
+>Fi;;P"G+^4rN"&.Q"gO*CJ-Krf(p[Ms3@EF(Zi#Wd0KD[.s'e\$u!195Af)m9Ga(
+<_"nB<*dfi_<kM!0uo/j`uY50K>l'ko!o9M#AqkG+;<)\d5C6DfD:G48c7#gr57Y[
+'2uKj]Zm59[_?)>2P6o'C1>NS9fLXFq,5WiV1[9C(0,67*i?&>VIO)ab?(PP`*s-H
+,YCBDe9s_lFX/"G)s#Rj%6I&02#dRF0:Xm-D`.?7bI6TZ(9.-X:%^13RC,b8CUbaa
+:H$f<,^1$h(S"@n?%[M8>j-Yn$$b)IiQiZ,c`HJ$@8nVn&[CPClc_%E=#t/FX7OX0
+q+[Yug.%"&8YM,kg$;i/m\qeYR&u@<dp-.ZI^II+H;GHPOdD.62'r(+4t<.F[I_Qg
+BUQj_`,O34O8sR]YMj!Hh2E8Fej<G<Mog:sk-goED_5``=.X?FRf<@Uf'G5_X\p`O
+c<D^T\$Ihn`@-`5R2S:bDC\$kC)H)$E(a=R1;c*@itOnY+]8H4U.,%IBL]g]&pY(c
+r4]]3ritVS0'`l\X5k?SBpqMpD5Q.Haeq_.gD.BLkCV8FB")E<`0K<#NC+VW)/ckq
+eVoX0.+k'8ne&Jq8/(ZD/MX3qE8MPp:FKSlk&8H!>(7r*krK6ED=^fCU?M>0oPGWW
+])`qbP/\u[cTL'[b+GtNj0M]pT3+Q3j5]fWE/_m;1(Ej@d!QHM)`4_M2d#X!h:J:e
+bB\8HSJhG-1@u#hQaUP9Db!*Y,eVoPph!J/q`#>J1GNWaimL(Y<Bg^6:A`_9_#*-0
+^]X+H4Uq_pcLPkdX)$U[o''=QUN'^bBB7l=:kMP7`4D[W>)gJ0E'VmQ6R9MP=t9]r
+"[fO4%aESbe)A2T)$?+L\#q]@/r2X8g[36G+afheR32#2PjLU-Vtnd<b4jb<o+.9C
+4Kc8$eCqX,FGOfcP5Yj"2"5CaXO^%"<08Ed)&,/a5]-(%Y+CMqUGu\87*LDp]M7^I
+IMp=;j[X*$5-(`&OWG?SFAF3.]'A;T!)\6iI;IX5B2m=P)f)Ps>sIV_(Q/YoBR&1`
+['HaNN=&'a!S!ChY!-+dE5jTj_[pGu![kt*7Fh7Z?12m,&a!@tm@?W8Rp,CnVY^7g
+V/q-hkZV,s:G-q-<RN2@Dm'8<qTrJOb8_Ru>Er(NXAQ$=V])N^;qd[[N`!BHc.k^A
+8DfPi^j0)W[_mT97[1*(0@Y+Znn7*^^ZI1(kdm>QQ0(dg::0T\RC)?Bk>N.G;_ji5
+5#ekG=^gu/el?TM*:-C!@Dd\#]f:a,7cJh]a?o=(#"2WSKOqYG*HR;+RQd]Y^.@jM
+Tkif:/U;LIO#^F;dWEA#\m3smQm]Ltio<fmf+TER(?u^+EUmCdp`/GJ(/Rb223)bM
+D`JCI!?.o_MD<l0rQHd0TsB&%cl\L`7ZXBZ>3rgBl1VL8p"R_hC&Gkcof8q[\6/]D
+TXHR?dD[=`.N$[%0%BZrFe,e+=n5$<N$;aQ)M,EcI*Kijn&uhP3\nSa!NZ"&9l_b"
+FfBggH)o6=l?Wr@XEbc2>-[Z6QG93J9rQ75?V>;H^"ogPV6[c5Rhu9j8;Q<cASsV!
+D2odnGd3(I1!9U7@ko56(Ig0F7!BT:4k;P"o4u6(rrAJS]ZKu0^R4_D9KmH_bBh3o
+=>W(W=#tcC`hIBL<jgE:eDlD4a_J"$f_!3,)nok",I?rN3JK=LbP5Tqe+fa@7los`
+f:OR0e$];K#*#C']1U[.1q*=tf0%*Oq(Kr1D3gHekg*ZH]NU#hUKC9?UM;,bkan;a
+1T4mG4EE#"V^;]=ar"S6.*CR&.Jcck*-1$0,['5F6m>E-l>s>iq0:V.rrA/OC"bSV
+LWd/N2Ra-6#8FJMQU/3A`7u%4j(XYg9nsj^l'c:#32<"h=2Y-po/oBi1IV'1Ajo]O
+c=`n!Vfh(H+SfDYg:HU!;"O@5hI2"a53`i:+4Ab=)4"op@[8_d%UM&)$:-%eg3R2"
+/m1dj'?*-K`")\bLqAKk?mWB2%1;PGH\M[Poq*sR^2a(He[=-r0LL1sk"S;s?cog+
+?^;]c6i,)tIr,h3hpqPG<cnj*R)J[Z`I8D`SNJ'N2\-DnibZh2;BX!C?i(bVO\uLI
+5%j:8PM<MeBV&#2Z2BX[WR>2FjL.+HO/mP0rd?p]MU--#C=#OtE:JGr>Xm-uN-Ct5
+>?<B,lbrZn5$g=0UG6u<i]mns!$F2\>/FLGDp4ZBRQiI/[@9m>)>%i2?%$q=qJLj4
+e$Q_sDlHo+E@pC`Asgj.,8k!XdlsJ*W67#b0k8+jL/=Xq;)9";>U:O*H[cgdp82@5
+G?d0Klee8%(8p::,Kjf!>Me8>NiAji>+V"W#`[[%Q&Y-3(GJ1^L5FQW&eT[*:-J2G
+fib)&:aJ.IKRnN\Lt_cn.(HDDS>':*:@g:aR(DII/q!3OD`$AI$W>@"k?HDHdk.@.
+#EfHkZWYs!B+hK-BYcuC;9LlhcRh=S&^(SBi\JMA_H^].4iF1(HNWO9M`//E4TXV<
+C=c\\hN`(r%J1$HCB^g*W**BX8gT??%Qu>@id(^7BhJ"F1gQf.iQiW^E_%B@>8+Ii
+>K8&#k>*jK5%E*Mrr=]FWS-V,[Xn78$bqpJ^G!b'G1I5[gd)DIpT&-U:1oQP;Xm?n
+F5lHdZ-Cjl*]V%b$&jPArC0,tp*LtA.u(QXme8Q-mQB7XQu:bU]8uM!c<=aB>F$jU
+qd7r4=R79@.s3_ko+^pWpKU&UBaUk$5?`%Ld[>`K58LO/;Y175F5"-J+#K,D4#Mb2
+ja6=>3l<iCJM#-"J"*b0$S9ljiXeWA'+?g-Pp;1A;&0*2T5V-'a#M+mn4JanA'_n5
+OWQ3Hamd,2)g3)HP@JHNrc/K]o&+3Zfk"q#9%N']n8r^cW.^5g<Tk80Xk.rq-Dub;
+SgJqQ4*PR,!?s@2m,[#B](;3-jmK\@/)(M[9Th%TBeek@<gB@MIs%m=ClhnMB'l7^
+&46&K`&L:9>ERtND"RLB*5Z[QQ`aA#0b=NU;6YHCY.*Mt5Qo"/bMPA2Y+mSXk"_n(
+GG]-Ef_Nk8RROZ;E-1ETN826$lVA85,]#'g(1\[a=(A^eeXQd$Y[dR@Sh$=Y\So58
+QHs@@[C$O*7!t(K4FqM5]mn;`?.IZSkOSWQ7FAL@;V+[T^QV4"[-%+KP?Zb[/F]-h
+EORP7,ri.L=#QVL5<kK3%5pcGRW>,j!K!rl,Y^n?gA:0e4U/uDn+YphJ'(iZIVeR]
+\M'071qt^"q<,sCA'm-6]7),%L0Y?p7s-@>V5rD-XL"pq'kqleP=gk:6On?\K-QC2
+1jRYCSf?u_YEG7Z)""`<46Kr@DO#:@H2I2:jOm7CVs;l[4k6q+Kd+$kC$QK(+ZhK-
+$EcmLY%mORMbSd^AhbOSHAUIB,>s_.*7Z^_P<Uo^T/1bJ7+C[IO"b7YI@$;uaerkI
+3hOojek:b/Z'IIBk*cl<8<S_d_8rB*.PTes/QSG[Yt,0j7*$5OnID&2L<1frgP0_&
+4Wdb4PKCOX^:!QFQTVfsIHP9.geO?aqb*,RfB9`R\t6a?Xs[?7[K/D-*EJoL"-]5@
+\RR)7"9p<r`t7o:A&F6,"N7&I^AanTX@*EX(D\kRGJhDI4LLmIG5c("2/bZl)T9?t
+e[6tNbniQK\A%'GIg*F?XP-WSMSe*2`/VEL0p"IIX"e+Fa-T_o_iulT@2P(Q,=3aD
+:/W4XrANIJk0Z'48pN&\=k%hujm>FZ)HpgCjm@^7C>(ua.rRMB0,RSY:^R"EOuaYP
+cK\gMRTpK8K=>3so[@cjhj[b"^okq>]/D/*fW2>fY0T$*D#XLroD\f\<;us6O3Koa
+MX!4Sp(.(3G+\[c&,eG>O-fabHdCJQTE!I9rrDuT;^25Ac8t4f])Mber5#l@*k$AR
+r"]eRZkEB=L#`15E#hu;qmYJkp%a,ZfZcV"L7.3_j`)lf``i%FJsVJMKTtnDY8a`7
+O<)H^S7T%3ES,k^&=[iQ+Tu\&Uk`FF0`m+O'Y>/Q7eJ%e8cu@ZkD_f&43:fG]nr^N
+)Em96CYi]\UPO=N^gW&TN_`=TA6r0B9@#EiIb$qhMJY]49Wc[7PtTa-LcHU*m%`#d
+]e<'4;B7gD$WtoIOK_3ZJR=T#.9U3_YR+("Eqd/!p#Le4h:tXZQJ@ZKQ8SR/e#"\C
+H$kW%ls(/g*]U4*ih0*]MVGH%Hql20b7$nUcP5-=6+@c.fjoZc'O.mFVoH6Cfru$j
+b/+nHLp)1?RkDhkhR12;[4!ZPa5?!>$1Cr-j6saC%KM8ri]HW#_&RQdG&BC&DV66V
+27I.Z\'#t)!;@Yi6s%&V-H.=fPXfUjaS"jk9="?fP"nb+iTd)J']M/_?jbYo\9j_e
+(q$h^DTJ?+YXDd?&d:I_N>&dAQXc71!6T$e689&;eS^q<i%&!$HnffQltK9,?-XW<
+3sE**V%%3Dor^\^H%+97G$m<b,jmcM@Nt1B#@iWlRupAk2MYo&.pf-o#7$]6].;>L
+n(/T]<RFS0bMYKuNsBr/]<_5,)IX63R+&@Np"un^%IVnRZZ$sB_;UCOf%l\4^%-8s
+m&gEjO.'q=\.93,&HQb%\9m-f^8l.r^j)@r.qRCc!(j0I&J,#-DU$(FeD[75B&G1C
+S;Drh>BXlc[B4E[kBkpp08R^M#:6ij'Eh7'Z6g>8Q$-LHj'QUb45/Gp\."25!2[/:
+iU2.s9KIm:B&GdeO+oR,MX7XAMH&WRk-jX37t(A]6tlhWd2b<=*"-?2Hp,ar*L5<*
+7=U%S+ZA]BGHGk[I*h68IIZ8tB&YQ(=(^GRD=YLk!h4@7!Eu&aiSU(UfmH;M',sZX
+2]mDP+.Cri\9-Nd_7JC-'H?Ia_IIuEh3]K;]kN!`Kb_(,nn<2_<S=WYB#S&F'm=l3
+o4S('-_L=rVu?gJC&\1O=&I8`Y^b[X[/U-bG^ntj*.5NX6f*:Om/PZ2GPpBhgjeK/
+2!$'Vo<R]ZJ'mRpUjp3i(YeLFm<JX2g]piRrpBI`rC=qAYb#UZ=13CdIB:@M;hg].
+>HqR1/)SAk9d#=:3]TAUc60D*VdSO5$X1nU$Lt_A'(RjgpgF2bS$>ac%eMp()JjRJ
+ZEkHk^d:Do,Pcl0IkA^;ofCs3V!7eI<_74<B`RncNJq'4I5Tm)4IQ=doA1C*dra@A
+U(;:1Z3@/9Acua8k>ijP-ZP6V_pGYUfD=LCp?@5F[^1"WeAAZ\'Ye0fak5NcMRss8
+;bkSp*LFm\ED=%qXseHq1c<6hfVou#p[H-[lt7f1[b_k']-,sYo8W4'/c<=>bmXG:
+WHjh5\']"CNRHN)a`*EblH(P%PXS]6BV_6QOep#:ZQaGKL_k2Hg]lY^,pEQ0fa#4g
+k.L9XLRSO=4I86sjprq-@=@u!_X2:#e8-uMZ"B=<1TYT&P`i':]P>9mNPha>r*>^!
+nrJEdi@Z_'WC4Tc<@HP$l+-[&A4>mtY\i"S:RnP0$Z,rPb@3TWXdNhmet;eB(4iP=
+Pmu!gr9FskW.F&j2Gg]"B2KObLl*qOE6*%oSq1-NDeGk7qRcRDA`>XK]<EU]!9Z2-
+*gNpYLqKnE2jukBIAU.RBenPco`H8?0;E6/2%kHUeX/%)*<RHc<a*qXO(W^#J]BAo
+F5is$X,#4H+6QX?$0TPQA6k2L!k;[<IU[T:b4!KA*$.VV](7;<;cB,%^J(ZlnQY7P
+"uDaBCsL3P\6^:HaEJ?U.`[/EN21&R,@A@Shtf:UIp#IAYcZ6@7r0Zfr:.2C1b8BE
+rr=[nU3Xbr>ds:aq+g5Oh'.4#aA'pdX/J$\^9&X]V=d@^"_B.,EQkOLA'\)8$n%&>
+#(/ZTi<G@@T,3Ubf'25`mrel`Im8&0LcidhGGE,uk03q6e@!Zq/OnVs\(&^0.pL[)
+:@U_FnP"n%,ucVJOfHcrB'_Xb0qg#46:U,O!tc,Uauf7`-N3fd`#fc9V?HMZSUWQi
+]`V$AMoiP2M0hIS1i"NeMd7,+d,!Qr'1=?[-srH5jH#(rQH3e4g*u,B3LK<)49Lrk
+gg%&P&8*+:O1!Kk\KKBapSRb%<qBVZV<*PtbnaK$QdY<V:S6r)IrhU4E<VV]^EFNG
+B&pVIW$/]/!6T;)ISBY`"E9PLB5SPO>bl-2F;OCXAPHY$q4FkSQRue3O!LoqXtMWf
+6Vu,WZdb18[^plJ#.^2F8OP8"BCqFu"\LPN'm%<PP]SnV&26n<eJODl_FG3=!p+DD
+5$K/NMm:[@=2#uSIV`fOZhZBBbT9*7bC3agq2-gYC'RRmlKTmfm98o`YAId.#eac.
+Js;D]e.9L+%8Mg$39-&I'_1":W1E8'0"uK6`<&s"75tY5n)`0`%]/@c8@>8?D(N?1
+Ir<_LpTWq&h;$%#aiE\U[`KHa'8>8h4)c=;;2/0+>"Il?iE7rVp8FTC9$\2I6U22K
+%)KBX,PeMYV5sFHnr([(kVcW5Pr5+MnkFGUqWlUfG.#e:AW8"EoOJU\7!bP/d@!6B
+Fj,lj`<3$fj<V`bKQq[Rbi0.1d'8hE!kGa%E]a).k8W4faIYciDj7oE4NFY\>3]0U
+dVGOfAZ+eDqNUIp[l4LO8qPQQ,Xc6,>@=I+*7uJuZcSM&&[48u,`D;SLRGFs!0OK$
+>@Bm_$%FuWcHRN^I$pp;q5t5`>'XUVnuPb[1WOKb$VtPX%D\c[_(#FPr&!;m;P[kk
+ZacjrR,B\S&j(M(_>]PahktdFR\nWN3hPOKg(p@Xf:;bk-Ca-\+3N=:W=[PIf2,Pt
+XDW.JBcAPA5CW2K''K[KD>PZWW+j7Tn0c0f@P!Dn5l%#=]?k.[0\-q`lgke]*B]Ub
+lhV-YoQt"pXQ\#8CA)u5?,8D#mHq9&M:U%.jrDC\Robc=bl&>jl"?u]3Qc\8A:k4J
+(mE.$jn]`kQ#%B`R3THD^sd\5XEhPS;Y$X,k*lf)bNjKZT5jOie1S-XmVV<4qefjh
+-"a1KAPdYPW!6X<d@@'gKSKj]H#5klb`=rY)&ZMhXA;[jg[e4,UqM]35F9c3D[2SN
+D_g')L9Vca\nNa2ZJ*B'#YIX:Zo7u^a5T+KVX1s!\O&82&nO&_hE3W-FEs>pGoaoG
+ig3Nifg"&8nSOuWGs9[IbcDk%QL6ZF1'!VsBrB:U4HaQkirNGtRc^plSllJPjp_@h
+lSL&Uf/F01P\@i'OZI*PWHhLHFNY&!/c"9&*C%`6ctbPK>*;I&rp`R,VFES]QQ$Hh
+h2nq!'mHP<5I:0jj-cn:5SGZ$KQcNWmuI-M%?2%/^h!c+]8s[%5;.L@0Dta+WPbC_
+g%f[QB)8(jHB`UiED%"[T@ND4(,\#AEN*L2`<bJQCt<CoZ-p^'ijn^s;'Wdf^Kc0M
+15*/kZpcdNAeQMt@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbr
+m+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5
+]/D/*fW2>fY0T$*D#XLroD\f\<;us6O3KoaMX!4Sp(.(3G+\[c&,eG>O-fabHdCJQ
+TE!O;#Q3N'J(?huj29*PrrE!e[X)$Q(!Upo^YsG;!8IfZUAjQT"T:j3B<TO4MJ&A^
+D61o"dj&G8)`n8)"[Y8=FN"k5?%EF6@Qj9JK<RksGpNdP$uK:8*;eg-15L)\<bA*8
+2W%9Gd1(ZraHE,iaIeoNJ$"0,C&\0IB%N%'M-]mY=klfrrJQBO`&2-hLRTsfg6d!N
+2r0_[l"L22?H2-m#c]fPA!;_@V+h2'PuT`69M,62q;BS#D71:7"h<Z/OmrjCC"P*n
+TZ*,"b/!@-r)6A2e=O1Hfm'cF=>\!&O2YCi;-IG3bJdbI'qlaLpu8[IikM#D<c@e6
+l_7$b%]k'FA+^)V&kO[cMd*JTM\Dj^W$7o$GG45D*M.6Q584bP'D0iH*W%RR,(Oh>
+^\k5*2k$kVrCbD(esO0`e_nn-2!B&6B)7O[A#JTHl44f?b[d/6h($]:NK=;EC3$S&
+L(-8>0Z%&sLn5eMjXE]THJ5.ChNJRg]-b72nts$tCAK<II&3gql2G;A@(`c\g6>K.
+@sqj8kqpu?qFn1a7$'n_8<r1#Wj#qg#>:Nt#9J,R"8q&T*q=Sp2E&]FE(;j7niLdN
+Ilk[UR^N%;><p`OlfO#im2o-8Z^g5uBsrJe//:<H1\::9AsM[_Dsk,q3H<PV\7-Ft
+_ZM-g*+i+30'h-s)f=HKNo\`WB.JbZSo+$gR_LEGO"];aI5RLfk7'm$)</5g7^@X)
+FRE115oe&^B[gF7O]'\g5ll-Be`jJ>aXk;V'c;N2Hp_8[/qilm0g&;U#3mX2ka+Mu
+g?,/CGHP:uMSO[Nc`LC:f(u+CZft:XASh'Zf_niB4\)t>o#ViUO?"pu'd6Oc@b9VW
+4r?]_>UCD^>n_Tea@a8=kfC]5qR-1(<R6ahmH,E9l90>ko'V(0g0Rlr?<(hL_HA%h
+^=24#Ut8C)Lt<"XU9n?,Mcqh^U(Gi=o_AO,a#MJ*\B(s%cDtW@d.ai?H..+g(aiJW
+VrfY$r2Y%>C\Q[iZI`qN4Z?C3qe>TW4e#*AgrFLPldfJe=^!LC%F?0"OVp!Co0gL7
+0VTk(EGtd/gZQfa8j\Gq4()o$o"SH$*4kjEX)#/4=.",W>m=LPh)5M$.ihDP\Xr((
+Pp^=i)/0gXYlq6^etSHtZlssNL_CB?#a\Xe;&aO5I$.udokPLlq1%S"2r&h"cMH+K
+#O&9S;mu8jS"[Z;+o:W'BdJsM>fh$QkCbV%Ue3$qYqG4!$oM3o1nnqY8(AIj1,%'o
+KQ-nQI=__On%!B[GiY=ZaB(;=2s$Wu\r92Z6GCodmO$k:g^>&]/QknOiT+=>\UnmT
+4H^q'hVHb"QM!rS9IB=sO?CQlkBm4/3dH;S]jl2+Vp2-qa5sp9m=.dAP/S\jRZNri
+)'E&(`Wm\J]jr=E13L0e'>Q<^j!11tK>N,3>_hSO2JeiCcWp%RqR;l?Mlt*DON$<#
+gY8ceG#DL`F^[.rWfUm$R6qnd)+L)n0k/=bg$o%Eb,#u)KLf5N\ZWt5VO@6[k)UtE
+q0N&@b'NKH-^cfL/'TkM[aa9'fP3<g(Xh2-XO+JC)'F3#(BK'ql;Z7JaVrA`M2lR#
+!^qeM*)RhZf<N#lqil_V*Dp0[*GbIPXNbs%jpcB<[Cl)oa-q,M!&3_ZgKV<kMf5Lt
+95AHUC5hT>;.M&DYq3k]d\0'LCGCD!j,"W5&g@Y=jD;p5T.RJY,JBE.3t.Kl^/WYO
+4O[m(]c0hT[(Xq9\Z4leE8EkO`V#/dRk'<UO^jOuaM1\(aqu4YA%#h)S45^Q@+BjE
+@m^!=eAp+X[lJ$7jM.&mQi,eJ]?i[TX8.ZRdWM#g%nF+"1eVVt,&$049PhlLmb0D]
+1+MW)d?k\damE>0ShU6p68>!(Udp;1_&UJOS+QV\n/]U8fep\76h7k5)XZ[rYA2eQ
+Ngo0*;V+1"`oBjH8T!he/I(Wi\>8(>L6a2BWj7e`Na%Bu@#\bL1'.MI*Qqo90ouKX
+3j/i;c,A3XqYl'.cSbOe8b2&8VpXkuFl+D=[nML_:TVY^HLki*]u(e\+AaaAS4sMq
+CsLJonEDZPRVj`;AV@`s?BHE9he?:A<-t(U*$:N>Ql>+pjSPQ4CS"nEd6+/4Yfip.
+<gPP_W=.N?D*=e^k*<U](/mcQOPRW,nC&3F3_V8je&GlCLc6Lg$&Q6Lme?I&do*Gu
+QW/3JK)Dh5Dp/_E^5\eoX6"]S.qh,22VRK]ZMp>bc3c+!b+_=UAI&@Ei1<p0klQ#h
+]hY%NQ:Ue'/FLK;$Tu]4??OA!#hs*-d,9s9IU@AXfCK(,cT:ZCHH+mqgfRAO*O_Qm
+om^.IUlOJ6oj*,qFbm,,(F,FIFSKkpSON^YNZ<FZHTYg['48R[J9p*<'M!Lh3t\$U
+22p86MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbr
+m+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5
+]0+jDZi:#hci.o_rr<*b2#dR8/#_W@fK\ngg4/V)5P3eB5%!b%mltf8J,dmhrrDuT
+_QWnGrglpQH'_n903i.crrBlJr\p\R!"6jHi&\O_rS-fJqN$`a>ft3K\Y.8([RFe+
+cC5;/iFF5#<8Ar*=+!uih1b5V1*+1J6"+:c+6ldFIIQoGM6Q=Y"LUC57(,D6E?'K0
+o"a<J"si2Y!X8]=*K^4d6#l^Qj`n@r2b)?d[bd'%QF<_fbus<%b@AYkY&(u,PTEQN
+B&c1&WTi!-rrC/3Y%D,5,U*">FH/?RWB8]T+PS4c9h@N.U<%+BmGX0>@N*5GPC<"$
+c.F_l<M21aMfpM.5W@R9<pUC'<jfn!`AnID"eqQUWWq+Lfn&L/X0KQPMRsm4i$O/[
+(Li3<m*g>kCg)*G,G&W$oKOtGUg<<6T;u:5[X*(ef;'ZbHb7B_)g?Hih1Fu,T45^Y
+/]30cM%JnaIKOZ]5p1(3=3TN7d_)?N^9amY<n(AY=iD'\AXZh]\^K=?UPs*7njioh
+cN]^=o?2k.kahPUM_(^/[p].n</4D(8`I1i[1V2!>;TE#Zk=._RA"7#oHb?X,]8R:
+0\GK.4=]\Ojua,?EhR77K6bA\IS]N7n!(k\mM=7BbrWFL?<rr;l8R:s<3`KS9MqA]
+4-C:!+I\F\RQV^/8B>e/&;cX\*/EeH$Rum/ai_,.CdC4FCr?tnVdlc\9GBQ=OJQn6
+MF[p(\I:SeX[o?uIBK[]cDRUTCMe88RWMA!-.K.[>KSQ#Pn;)e(G!D`"74N=XrlU8
+n%Z+;_,j^h[P9YYjN26?PuaJW#_9Mj:frf/8H=+qN4=iWC/#(Z+I]B-Wn_;Q<Ou=M
+X^\nX[Y9FA/C,LC8\WA/R)rnYJ5i,8-2\rmrAs=QYO>P$JT*[jM3nUIB''Uur`B@i
+H#ACKL'J;EY/[i!:f*=%%!_KW;XE8?n$0Y`%PAjQRW]<WSmp0]_DP8iqP7fYQ-PS?
+lGcd$-Ida5NI%^%a1biO)9#id5X..]4C8>$gPL%<H`JSJNOiEN1YZ"nn.N&gqMuV,
+r'm_'+pUrPm?GQ1o%X]#QM"nQSXk_DeY0aA;2RGNX)k/p24TYI$UV/)U.OW:>+VO#
+4Tg\D#jO0c+BP"kh1eA6lup4b(O'G:K!_6/^(*="9fjmc3(1UD[-Y*VGi7Ti:<N5G
+$'fk!m+fX4a:+`=SX&IIdYI"K18;/B.J!bYVtjslebmCdR1i<B/LA*FB[`H,Ti1;Y
+7c_p<b;$r\66hmcYfbh]/g,mj$kdYb'9Jo_$AsnB+iV,ASVh`F[,3&_$a.6jn@L?@
+n2P[/jFaeF#m%3LCj>=5RW_(]c0)bFb"cHt*oU47qOY9H(lY*NH:O\%UUTV$XJZfu
+GOWhi2Nobd",pTi0]k9XmtUiBdZuYM%=qm:P)F[sY&3+-LbXeH1mU1[*\IO%O-.Xh
+bCG\"Nbj6SY_)2cqF.<MFIt!@egK%VHYMqYL'UsNK%:8XT&r?.`/a#4E]&$=:hXQZ
+1!3UpQXL_m3K<L>^[uY=>'<JjMEj?c8Y%2dZPN_K_;Yi+FuRqnb'gtn)$*YSFs1RL
+Bn't?jc&GLCGgMjLfn"#!`YFm83;DYE]cJX5i('COMSjMfcBZKRe2(XBUASp[k*YD
+=<a&%@VMa/7pqIs">PN!8L(H=70Kq8%(B#m=n2u?qN%!_GFRYUb%)o)Yjr0Q4Aec9
+aU+7jPL5V7FlY'lL@c^a)-Jde6aAAAH.tpAVmhFV[_J@c0(jQEXo2D@&^R3-I88m7
+PO,1r61jL:^a+$FZJ_$%Y(<O?Z"-TlEVgLuh1g^/((L*Xm6nOF[_!uGcMGcop?Dc9
+:$PA$<Da$\W+'FBWq@Se&XTF.7Qh7=%se6]PHa)s;Ce%-K:u!UAeHO<!-ZE$$):8=
+jua+c0m'eh,P)/.1uBk;gL"]eWnZ?:f]fXt86l#fL!4_%!XCu$Q"kXTo'@3+SjkCM
+;)7o7)'?(*m-HhI.3s*XEh4sSgSbnS-h@h_@HEIZ<q?g#lA[_k[$p^eU/+Y)0HkWi
+K5tW`)0VJ`[2C3L+&n$uhG[W_Yfbhf/#XT#MP`Ikel\q#Gdn/35"@$]!7=tn/C"uU
+&8?kSZ"m+U<gic9jm?CO9%0mOcdm5qorDj^n<G&lJT^WYhF>*X0$F11ELF?o3O-G"
+,LZYp:])nd8*oBT1C*=E*Rc?i5QtgsYj7Yt/8hSrL"Js]R5F]4e*\g=I8\s"^J-a<
+lm"G=P-_N3dMV6a,@htMm&+?[7KhQ76MK6H^YZudLOPoc3Dmm1eS*F:9U`RO.dYfg
+ZXU)`2Z@Om!9EbO!1[$g!5OZ?5PU-$3S=$9r+'uCr%ATZ2hR0XqoF-1gg-QPdIsL9
+i>'Flnd<3Z"nO(TIf%\Vks+Z?rrA&CJ&:aU!4[/t3EA)s*/!U?i%rqnIoh)ejtt5a
+FZ^0c`EOV=8Ii\QZ48;B0#[^->Z7LK%`P60M@Fll\3Xqfg">M+\<&65jfoinYV*gM
+];YU/,TNBulk^\Y*-\Oq'#`(dOh439Dp/Z2>48A7Ind<Qa6PZC<t'T;'P."DJKe`C
+]'Qdf8C?HJ_s@0<o^2W]5m=VmT:q]>PITfN5oC<h$">m*9i;:o:*;=tG@7qPT`2#c
+1@,W!kQo87VddL>%Imuq&J=(nq]&OP_('ZpOefT'Y2+'N.G:snZ/_\rG&r/Y%6sG'
+;uEunV2s^rWGeR2@GPY#SlF2l\;91UW3$qi.^LKFXMBA9-T3!-/L33`VlPZ?&L#.!
+=S6FO,[bjlr>h$Hq8YWGo7oa3W6dC$!7+qW*Gb6Z)(lBsgeoEC[`1]-GitMA<0B[W
+[)tKi,ZclFeE6,Ah4p9aR0*mY,D7(u/bV8cqBH!-J.q(uVekV3Fn3eTSG]Llq-s0R
+.t)H\95gp[gO`<`6TT^^'S0OcL`)u:l=Hg:*7=a!q"l$(VR(jL5KoJ/RpKXr<gg!V
+K'2^%#rOB[Rk[BlI+8m%Vcm<OG!d:hgA_/9co6@.lL^^jfWn+3Z^QHMrSGsMrPX-D
+A#!:)&KX]D0VuG4kO1-"je"),h.ekTWEskio2WEODf)l9l/C%_ULe.N%F!!`=Q>K!
+qL9A_?0TM09r?B+'?r9VA&8Hb9]NXh,8&hS?HQkTc&D$SQ>,N_>pE@ToB/+\[+(pZ
+0&55e6$%B"R)p:60-8YE1Fb,$j9NVs=hZ)$;;./]EQ35L`=j=n!]N?g#GXCLJa.6Q
+Cu[S$VQKZlk+Bjjhsc<uA+Ep.ST3_//*]%ep=?*$Q;2b>ljGlWl3k,]N?!$uqfOdP
+C&BOeT,/8O%(7od49f#1J0]V7E]i(;`A24mKfe8+*b,&co1tH1VfVN:7J6+!C/\gg
+SDIMt/to`(hWDfnM;$*d8g.9#a)T((9?-63^LZBc_ktlIVEp&tL#Oj($Bb<2n_lFL
+5qk&K"/tALX89%YXl_30/c<BH#P/1i0)ko$,LS/qq3OgA-uZKYkUpFNagKkmM'\8u
+"c`;P#l$VDa4n\pe&k.)@2L!9>U4/0e&.Lq,Lc*n9<$t'[RkT,?SHq:alcBE:Wtt+
+b"n[GHA7RDq]..W,I>kJ:SOrbnOjh'b>%s,#nJ+PPUKnHPYP'(:ED.t:PpkPS%2nq
+a1..6F[lo0`9s2#X35h`R"%#,o(AlRYA-6uZVMn35%D76ct*uVC,_T^9SR)JLQQGJ
+oI>`rIUecg!KtPABRu8(A9`q'HA"e.oDM45N;;hk%Fr,7F/8,NGk1:'k)FTM3c14K
+CpZX[(+D+FS'19%UliNB.XJQn+jI_4Zn55Y\P<Q1a<N[#n&;ik,*OHpo6,0s1I\Km
+MobnuQl9%n2*Wh[K?;tld;?7K8bEploBOr6l#VNhT%pp$,C(0%jMdIZ-CM-VP9(^r
+o"[N\5i8KgH]CV<#!>5/>XqD!;"J:qk7&).o,aOcNF,N3J&)%ad/:^uVVF_K8Z2o;
+$i^416R/o-GIY):J3V6nQo(0eq/i"pbYcKK,RGJ@0JWS-AM9=J5-"$cKOeH7hjIeb
+o*sKahj=2(XlW4S;a^,AS#BN4D];8hWNXqBY2GW-)E!d'oPJ%h<>%jW(8_O"B&UZQ
+*CeJV9\:\FCdXOC9p=W>36]+&LV@l&bBkndD(f8Im/4jVJ&0T:gWuQ&CJhRjFZ=;f
+8J^GA=p5)fAb=f,9!YoP#DiFiG),0jN\\R+/=085Qq)mb)F)2bIl:+9#C]=*-n1]*
+>9!&$9'X<$\JfMQB$C'TN'C?!)2*V9QQK;Y$i@MUj%e.L?p9Sl*i"53bAt'P?2^sp
+]\E7Kk<CLFS[DfVkScXAU0ZHiU_of9>MH$e##R4>a>a25P8OKXqd0lNFrYbrl(UQH
+R?881E:),hF2,hN&p`j1jn^$lq:4Ve-HFG9")9T,2]A_NZ+8Dd,LAl5^%5H(@kELt
+e5o`aK1WGEC@kkg2Ylk9Fos9.OJ*U7M/i&&f_'9c4Ln?5`QYL[E_!$B&]akqd,MY.
+$gRT?TDZeXT:u($8F<QtUUFia=_>7/J;+n7M93<1=d4;6"";D#%NMkt(h:Tu>Cg:L
+FXMX/&j8-7b1]oAqJDh/kBg"GI:LK-AFg7jYqMM&br5)DYLXI2UTJ[NFHue.oZZGW
+'kDF>Wmo\`I"X=d?]G_TO+iT\`r;ss4's/Edi'K%htkq*p8d/8]8nanUK,q6r0JLm
+mW:O=DpQ"\MOn4/6nW>X/2V^#iFQ]N,:Z>JQD:aj$gJK%\C40-9aJU=L_;FqI6M26
+;=>+_n8(!WEcE$,,kK<fk<C--k>*R@5'bX2=gT2.=n;QqWX/'soQfWMU9Kb*Od1?>
+k#X,OPSOF-E\"Ac#ijG(AXib"&4"lDdS@]VFeipsX)_^"Vg71BragR2q.n9eL9Yg_
+%k6hR>$Lf[7(QSsCJ9o9/aaipNHdr9]-627TIQd;:kkcA*hsesi$'<mrAH8Tq=gGj
+oCGNX4HDF0cfJK61l\VNg:[Ds[.@%YQBH$0#FTHR]6Ja8E%Ytp@31rC:<:p5e-1*d
+6afjq![\ci!QI\CPX-DUJ`M7Z!&D\0]pgkGO\a7512:uPq8VI;\sJhf4N$7)%<X[J
+1qBaU[*:U_]^\/D\-aU/<@ZBrc_o/lO='tN`XH<s7PTkD*hZ2f\.??fN_*0"f]?li
+Ie,djf?O:m2nrPfGF<!G\GWG"5bPK5?m5ZGBguAhFd>C$O`9FAD8DpdOM`Z!mPj-T
+RJ1]^8Fp?1cd.eSY!lp3r8I5lq:AI6^#$(BZfPJ%pI+SE*E,ad9*\)L&fjTe<%fu<
+?t>M,W(0c&*JrDWH40lq1<qa:#trYj03:F_e8j;]oN^!q4uq#4Mg^*H#L$LjT2Y?1
+Z/q\?rCYg9[.;e#Euhnjb-k?[P?_?S7dW1'XpUh?K7`GM&p$dI1"!uQN't29.<,su
+,7k*"fsW,`EjmA;S98bm:X"6r5$ZSuDuSsJ`R17sclQm_DX?CeL$.SgRl13G2ei7s
+QWg\IajJaThHN\r;m<MtkEenpn*>2+pIagl)G.H=\*hBfT]K+C#!<ed)"C6G8;!5P
+\=k?O8B-4A,=;;%C#b=&QN/JK(uK(WIaU)Z$XEVR]%-Fi(4AD:8Mr^_>f?JFS#VVa
+rA>u1R3!6D+=smA<&?e,"casaV_OK#2[PbjSgtG<IttqU7_3Y)BbDZUFTi45cJ.NA
+?I)+3`ijfhlBg3]!(R09RUQRV]k`I*(o"H.8HVO7\4$*ekI4^Gkcr;h;&D\7\_j4m
+pq@^ERq-5HcTfJ500/5shjA^GhJ/K,V5j>ta$\@haZ[)+F/;=f)-5I<Viir[AW6OX
+Ou%*+S)E$Zo@%0k0k?ti1*f7!%gh;ZrS9Ti@j5_IG/E.]0.Pb&DYF%LRl0Xg/_B*>
+T%D??mS`:ZR6O+^=Xb>,V5lq_6>c4jc%f_Bj/@JJ&J_7\a:YoM2ElS+Ekm=r"h"=S
+-6YLrq0@&B)t``>Zf^??/VX*@mYRl!D[b)uB_1Lc94nr9YLT"'\#7)-KWAtu!82rn
+4]dRg!?N*g&j)pR'?>T'gm]gI/Nlj!]T)pk.sFjSaF8;blZ\M;RVb7OcI6+bRWQ,'
+g0NDJO_elC:Jqt;jpW53QD%Fh(+1ce8$h,/@1rd\`'B!/N3%)_fT3gW"So4!mn^Oq
+0!4r)C&(&lIV>pV2*:g<1Z!G(Hkm4CYj#$&J#E_\kFO,t.V+*@')JH?j8_EVWo;9V
+:EIrMPe]d#,a5tY_Wu(=!$18Y,!8oWeb6uTp\a"@AqfDb7c+#CYg?kM^"i*l5%)mA
+[;4M[C+3R,f,"@;.5AJP-`\26!L7n+'8_a)0*eL5R$\U*8cZ_ffg!I!IVNFPrZ%KR
+U[+?ZS@kQWff]/o4^1_RrJmie[b"SXM.+!#MAqqcXBmm9gQDr>,('M*YU`Y+N5Igf
+R<Tnc',mRg8l\dgGJ0=D*DYu?G0YTuSI<]RBB8OCjj06r4N4JU9e![FAs$f+U2$l@
+X)NrbACHc3Uu%TP#?'QT>I-sdUD?R7c9V`WMN=[aHZK:U]k`ChmC-"hRHXYN+mU%q
+Z/n[qo1dc=[B"$/c_Yoe0+C16jERJ)[,W$,@ruD>'bk4(Y%i*(V2$=j5d5$6A)M^'
+!O]TsM0Yh64F+ij^2MBj_lZ5%q'e/^d8rcdCb0+$X1NFnDsej^7qnp?,\hgQn3''#
+2Yn9TE,">`PE-FHMi&.5f>nQrqo8#%i\I1ZVgKTJkreY%D-ku>Sp']?c]iQJ/U:u$
+^Xr,H/DR$SJ#M8;n]c$^!Ek,h7c&\@T]X:W+9@l+Tr6>q9fV0lVJ+1oNn&.6j_Va\
+Rop^$/6]>aGt5t(bo4+@oj(Yj0D)]N*2s\?ba(G#?UAq).+BcNW;ELnniLI4[,[0Q
+-D84<;3%"RA.C.ra/7++q,`thH@=\O(]:e,;=^pPrrD*ul.WSHWBoZ,=R('2;uL7K
+$sm;jDGo10A)L9:0ouWZ1E3^%<N+Cb#fMUp"]lD4$!]_b!g_tqmkr)[=U4+fraBOT
+CQ54/Y0!DaOT'fo3=<%>P1PH=<qKEfI]oa@Ej*BBc/E0`92"4GN#>+Zj0AN+kOhn+
+B=X'<[P1/(H,j*mr9!TSq>UG"dOmYAWp2h-*?s"N*ModhBpQ5;/#^->2_*63"qGeZ
+nY+hkc7nM.T,>N[11Q0'2e8(q*T%&XA_*A@j#cqB\T$D#O3FKFh-E4'\u4%$-hicC
+@6^S/C.1q81IND`h[]A>X$<GiE#R%[lP`NtXEboYpWqQSjp&5phJ9i9nnt@RVnkJg
+U<&[I]p&D$)c71T**g9[%Et*<3N:;ZZSP&hS@CreiPh0iDmhZEpt;NkJ:,rLj-'pF
+c5QARjO^#OanfaC[@JgLo,XZfVFh)I/N)j`94af'56OT7!>Rg]T]gBTG!%L>d`2Yq
+RE$0e[@Cm<lY0&V5Fg7gPs:Z:;-WrYWGl@\&(R:uGGg1)Fr1'ii9h8>hO3pea9C'3
+pQ<e`[I(/g[>eqiba8%W0!1m`:DAms--_sc]_8QT80E7d9@]h[?VOg.&j[BH0\,sG
+35?)^O<^Sp?r-<4?bM:Y+>t\+"Ms71DGSD^ausaPQ>L-UHCpDgodrPh%<T)Rf#`*"
+V*B5E3+/Li?BiV)g.ZS<B#cW66QmNG_F/gF-;sJf43-4FX6i:NZ^oh8pHDm](U$ur
+$bO(]^Gi@`D!=eJ[ee+.&C?Dn:_*F[Tq!?o:R24[A2IfZ")SX8!(Z[qpE$sD@F(3\
+rrC="7SbDsDh"n6VYQVkq<ItF>1;?Ym;HiEf&oYcff@eY'[3/;a7-B65:3.;[oY]q
+7S(Nr15F3Z,S/BgZ?DS3q>;0tRATs'/+Om!*`N!MndPA-Qo/T<^\Nb/g[r1iqTAb:
+[Cnme@uN2@,%.(W2^a!5@ujimc,U)"*'?QADc,q)`.0:S.qs:l9/"K#+3eSn5O1@b
+ZYce:I3%#VdcJs4=uIsF-*WGOkVr7k]hVrh+FH15dD`$&X.GPb*#p3<Le-Rc'&p[h
+FQA=EEEd%GZe&nJDI$,WqIHXh\-tENn!qetNSE^!<sft;'m=Cng#h2:TDY:1o8918
+&c&@)!"iL,4!)6<!/urerr@c3rrAqcEUs,0Gn52tMmNH3p':NS@/g4g'4O2pj4D'2
+27(_\i3E:^)lNZOO8[8"df0;k:V]O_-d+Yr$!>AqFO)_O3\^3*?p@SR<K0%jO<h?(
+"Zm9:`.Qu'6:%Od?q.X5h/Z5BPB8eH^#Yl&e%Srba?#)/3W8\81?o=Qfrg]#.EJ1D
+o>o!s2]2j/S9G[D%<2CRG@Yp@ZPgEtkI\=U5/1`BXF#A%aq@[##*@hJZ(9!JqY4a:
+^Z;m2f\'P8!TE>"b!/c4kYOk"jcOGh+bNVCIf6Na*cAk$Rt/Gc3s;=1.SfdH=(83%
+hsn^KDS]2Z_nOd*]*'Rb4F?)/)g3hsZ737lX2"2A(qUeb%5=if:YDG\?($!M3q^Ht
+M?$0ggLOh'Kd8_doUd`!H7e9mW+gQP^7Tc7>LBBbf2/Xe]=D%,"dW*a9I#Nt^&oq.
+Rl4s")'s9QW"8$Kiii!mZCj3=[DEAKo%1ue[[1j+h<7D<G$9U>WMdjV/CsP2\$o7,
+/G%WO6Kp$q,>.mDYc)"@gL]"pg5IiJN41qF&4\uOY^R_!0SsTY3aodhr2666:<H9q
+6ErGQ:GZ6\b9YNk:Gg?21pYFhaWn%t"^-l$!Ob?oSpHgpcEH"'p](;tP9CJt21i2"
+0BjN^dHks,%`UXj9%.;Bm-N`8'iN$)V26J('$NomP"FHjH#mN>,EjRe*b@()nodL1
+J'1&(l^'R)\%6+shs,D^hVV\m?<p[Z,k++mA<=oK/7uVW^jJB^XTi(.m0rbLGYQP`
+nGsa;\l[L5M\?,7lihP-6hu4T\m/.s"`3gh=KJWH\?>7oZ[6q%aH9_2a"#%f%`OL/
+XB:\/[EGfJVQ1#i%)/jcTuDIMY!2t$^`?Z]?Mp_l-^f*-SQf4CrG0%;N]gBM]",8(
+q'$eUDd\/rNo1*9IsS6dr&lsZ@-oOHRN+<K[<D[^rDGp(T-?G^38dRZl>Us7IkJC1
+k*OP0e[2bXXVrOqd]`!i-a:.jJb\ei-a]$a&Y:2G?98V%]e='a1pW6s[ZId#&f9Hj
+inr"NU'lMsVH)O8T9AYZkH_VFGqAK"nMS\'S6ZZQ<VhWUaHP.ULQUTT\So#<j4390
+3:Cp$OKV_KWfTIt?lOU<%j5([H'6-'*cQD>dVgo;[oY>uglM^3k%AsBQ:34"RZQ'"
+2:uK.4%E406:P2>jg9L%jMuj8c.(g<8+Mt&TLu[SAXn['[S^c+I6@++gc`#"b;(<c
+41d?qRG+IgIgiAAZT`BF,O+2CWWK"HZ2iWu!)-i&F\0HnDp+1d=nt[>,$T>!`XaKQ
+4Ru4>/:Y/_EB@Gsi)ZP1bZlhZ;aRja``h0n1Q:menN6U6._\1M4&]7bQ2H3pT.%m*
+GG<dGI<tQ!)kB=lo'655U5Y7tM/MF?eJ,835m%=h=.<**A:+@ZliZZHg":?%?.'\9
+"3j<S:;4;bdT9?-gqKXt':=$rNBKNF['.2/:0\bTl+=,ULLRLOH=aOcW,$SM8KOq4
+_f'Cj?@mIG'sBD#)OaMd7\r4f'"L7mmQ6YUG!`As.(k1ZX5.PIkUnJ@mT03^["e#2
+)]P9C.R`m]7k398,ubN$KWu8,SBQ`&;&i(;OPqCo"##3JT<o_/*cAgjO6*j7obNR%
+["a1t/OJW!9A;Orm:Z:?kYZHYX:catQm.;hnMD2$1,u\qLdZeH?k'n58!cBIkai>Y
+X%Y.,nqZf4gHi:=c)6o^_ah#^AC[b([Ca#)95DY.StqHAP6iGo-?)s%/K'6j:0T@$
+eP@X<ATF#'8K_mq<$epjTjHf!MJf>AHoAV7]CL+DQ$oC_BFrFdl;uBuGB&t28bL`!
+37?n8%O=VG@TkfH@8=LW*ZE8tjsM$m\K4t8i].kMK=@#jOJ;$&hZHu0=*Z#cdks94
+/I5TblZ0g*ZSgh8h;$i.C<Fm@Y%NmZInZg#$W)!cS=Y.XI.J#>g`<<o(uE8c5Q\th
+O<Y@bU2.<](9chZ'4$huWp.]P1>(GtX!q[N(:WENEu8G!+?>-7)iAH$;i`hAHUR7/
+r4+R8_XB%$'?bi#>LT9Jb7sf0O6bEL='$3)19;s+,\c[WQ9p^c6E_jGRLRPFX4:e2
+OE+4$;ue!_!;N92#@V84rr=R^Q0-8l6L.t*c0OZgCLO<_[l4jcHNJ6[f&eAk7$lB`
+Ga8JiluCJIL8R`X*-1+V&cj65ZB,HpL,!r]b)otT;Z(3)4oYMETXhN%V=]`;9k>'p
+65tW=7qQ4@70/;Z:-Y8uE6]Y<%$egn)Vf2jG?tlfX%Xnlrr=MGL#ssblWMa07lT.Z
+,^R5UDXOVN^IX]K$cm2HN]W7N3<&GD_sm<Q-\o(:(bp8TOPq"`7+_*'"HS*B9Hm6j
+eYXdrr`8hJ>h*?8Y;CNA[5E[HH*4O?bH3nQ"gP-`>RO,4'.eX=*#]9@gLGlC[5]:;
+$!8IF:lMsZ)$3/](qV,`Y*#XJH<pN.WnK&mQ`=9'Xo4a@N3LC">oJA7&8@Mo15Q,S
+_Xhq<p&>$7h^&#\qCPWDdH$?dMV0OeqSM[c_HF!NWCSC`8RaHp[5:se.VVMFc-uBH
+VbIgEEYN`Q#uU9Q#/1eej,#k/]tA>(O32qrh-T?tdqD8M`MKY:\p@Xf/W!+=)dcLb
+AJXi_6is3HoH"hmg,b%"PTiOeS(M^"k>JH+n0t#9>aF^4?IHL0V-W;rh25S(Qbc,0
+Z^+dZ@-Hmu6RsB0AS!!9!?:/J*18YTnM-JojmhfRA+VS1fatIeV"+tZqX))ho&!7*
+M\X^RaY'9,EI7BEFVG3C\WT5?RrT^[!*4V^Akpe(jG[Lr:k?.'!f??=q`L6ba19a9
+p)fKJQb$s;[!F"LD0;^]kcX[SpU?u@ldH`][>`ne-OAMGPm^Bn1<eRZXN=Nu5`'=p
+`oS/6GX*(U5fXJY\t#9qBUW5Fg+CP"8G=02OepGO26FL'%rBIZpPMFGq]+3-Z`+>+
+0<<F&hTi7)LKOOQq$TpIj48$'-FUF9m-5@p.sH.44r^q>k2Im%=6dm)R'fsL^>jY5
+1G<J-EoHME(#D?'[dTK$IB3i*gT-Kn4K%<,IkE[EP=E!1/N(2,O.o7\Xh2D(@jGrt
+Eoa@De/Y51Cm3!#R9\&3k/pO9:<8]]jQGXmT+12!BN!^)IqJOnaf&QQ?LY7_Odb,K
+XN`,h))86[;kWX(SO[C/F,64rESOA&hp6r`ptH)7N-PY=lL.*h0/Xat=1GV?2(]53
+1n1dH-j@a!k2X-=,u?PE58PkZ-q)FQ?bkE+Z3Yq-I"\r7>$G^-edtDpf<IhWWbN<d
+hH&cClG=KnoMpj/8gP2'VIg=de;?1(!k4+akhV:*DPm_Q+.#/uo%(Nth%n?/Bh\f`
+bLYBp7#5?\[@V0!lGU$8bXl<TmR]:YEpE7,JW,TDN4eSZjIuVn%<]K.Ac0%.Q^[RT
+I:$()AfA(i+&uTE_Xckc\U/d1r<[&BQ6qbY7$+QB#,G.p/CJ=?BglMUO$WuMr@fb;
+$+Es&)cHU7nij*kU0Gs;I8'HS")FT9C"F.:(H0k3:/Ie+XHCS$MLruQJp/ENi5=7e
+N$QOnH#p1q-f#n3$mL!Y[)3mta<":Nf[7]qU.&Sg"8%Gu(d*i+I[6@+?QN*,(,O)8
+Z!pFHl8AEsr*4<W1EJ-&quDQNJj_ks)lYe17/XC^DjOe`oUQuVM[S+c1rrk_i`N<1
+G\+?2g,UEhKmbuB?3gW1>rlLR)XU"57RM>IciV7UkL6Cu@KT^95:D"7P?(ssH$)O&
+hOR7j5O0+-UXJeLX7_b,rElT34[[PWNkE(Z[D#lCWN,I#4tXD1EE@?!EIY9,6+WSP
+8*,../H!=l1s!Y6R\l[+0Z-qfe<_kk]WD#0gh<^%9nm-tq'EqsCqs"tJE.9lE7Wak
+)]MFc.l]p4[W*Q.YcgHT2%#4)5Z9-TaPVJ2p-Q@&3O8WWr`h(N*i-MU0shjPHG-bW
+Q^;Jr(&W-2Q+;psAesUi;9kj>qtE+A*n8a8AfQ.gE0EYH\Sit3?>X9SRk<.M[9q%J
+bFNPMrr>mG4LDSWWa'sr;6anpJRp^sj%H;V=[WI/W'7*h<?/&FnDWb?Adi[414:9q
+BQ7*t(HV,u8;(m7X`L.Mg/X0BVI+$UXeK1e\u!'*\qQB`@T[5?Nf?@`AL(jt/=A37
+3?W'6g`J5<;0G;(^%kaj^FX,=CKb&.1[<PQ27B-Ul5-p5KXS*J"3#*.Em*[I"Tc,2
+ULR/h>.oB_<<8,#o[s".@s-;jJS9]]'5jrVKCWgKk1`hBeRA%&qXt`KWTeTPEH:c=
+=,T#@le5N!VAL;o.SOM+;E>F"o'ME>LCY1aNl'"2Wg'O/h;kaFDPncr^/"7lK_BV5
+H;%/jl1/S1=i^sl&o/0ZB)SZ"#M,7$CA6sd`LaD53(agO0p%BTrr<I,5!rln!N_=F
+rrA:t7*meQI90"eT%7++Rc@/JqVBWQg.`qI;Hm9dX`"M.br?iBG,AK1['^dVN,p2O
+j<K-e!%6bu4?.t%fIkM@_oYpqF5C*am#O'&*jRAdk2G^e^5c9b:Be@$@YgF_B06k0
+`06/W93!AKHs6S\aB8_XR^:2:AF)6=9CgL$nFEVnnK0E@4^ZTi[glm-lZK=FrV+@a
+Y#.>WCm4C"I:ob$L[Ipf:;jfIjXVu6rr@khU@L>90"6,/hjFtkiq0E.U8EGD"7a4,
+b<5\]dNUp?HD2USP4?n0("oinB#S&ID>`)e!6OF(!'$tX!.c5\J+49'F0Y'RprMhe
+pg,'=D[.@;pQ5-A\@Y!*e+O%EiE>:<)lG?4o-V6P!)]kiOoGCbTD76/r%B/hOQuIX
+oY1DQrK!<83U@'H.1,f_R8J%9.:d\F7Ng<c1)i4K@LHRlf[mW:)ObN.%W3GH$i'U-
+--aaO1c^a*fOkf%n=+O8K'_*!f.@&V+Q!]G1P/(>:A)MA^o=OQ_.t2'\`o*NMUFU@
+_E#2GKeYEn$+uTPW?7M1J_p"B>)@1ni5ojcoLFG>j5bXT_p/A4PKVO3WqMkrMRn$M
+Q)FRYK:Nc)+9E$AY]F7JBl?&$"4st5Oc[%\U9J4-34E+t_c+;EWHJS<pd]^KK<S64
+_DfOdYY)[EfVU:;._nl?p;k]1@`ZQYF?OSr]+uYj$4F0EXZ+uLFuUQ''m9bqeTC0s
+b3)[Qoa>Ui9s[2=k+QuK5m/p&XX'&@W]03<(duH$`*#5=^_U4/qH';:Q*4n'qVI.m
+bpQH<FK5>)e1L+JGcbX>+'jMJmqr%RD8'OmdUpB\$,hZAM;f#AE?tJ"nf'Kq^Z/$$
+^05&S0EZe)qN6oMVls1s3A;p5eU_&$Qk#<6iUiaCj)0"a*(.El%bpSRo%*P/\CPK/
+pRto-<jr.UHh]7fQ8*?oOUY0IA0FP(2q[N+=YA%M7j,fZ7#p2,:A$@Ch/LO*c^m_5
+dVSU2cSk#'g+K-6c_p'6?:)*p&][X`'SX'1.P&H.nsF,HjI+"39SHTO=35]@?0pj"
+^k9n#DRF3?m9@a4CXDK+NDic9gZt_*\;or*+Hk=/j,lTsZKr$7`IV4b+-r3TZ\79i
+.*)9=ok2B/6+S$LD<Lp!,Ml\jQ?Ku\dHA'f,*I@X'YK*gGbK!faX>%mZ+%U5U7I8R
+:3oU\N+FE!--OP$J`PBPFhc3TbIo.C>5+Oso3Rc^l'_`qrFB-g_o_<kL$)*+<qp3j
+=5X=^ghiD<m*.ri7h5X[Q#5unf#P^hk4q(K1k.Gura`P0p%OgN`MDDTg9$A$VUd(-
+>[5G[>6+BbO2lnnfju-um[L=;`QP.#Jl7V"O?p#K!$,3^3sKC`QsN55FaKY]7Iu7p
+X(umK]mVN]nen>HRA?'8@S[*4;s^*_b;*c&A&^8r"@VpZiZ+MG0BPddqs-/S>u*NF
+O07?O7;8R"oEO;H'q#JG(j_P0N&^L_mC#[Y3W([sJFJS2OiJMDm$[HNO!283_Vtup
+S7b[rht"bDR_5!KY:4at6eAM!Xa483>-bQIMW/=:iip&)GDo#i;HON5J3^(<K]^QC
+Q^D6R8]8OQnH+-u5GbM]('&MQCqTZ+X6k([.b]0W8@nCEWGupO7<o9sUIGQ40e4%#
+J5q:QUTH<dkqb[<aXE8mp0;+@\fS@/:%P9IFcBGj6dgA*VWq@(J9,q3>?o2oa<PR8
+&rOX*%!]0Dak4u#QVEYX"QpC#\ItAJ9k(hEo4O@OW<=#$A_4#*-n\Vu[$S+p,">F1
+$-8"o)k(jfS[$#.adu`siadG$O?'n>$XE<'!0R2cD5Z69K?`+>NG5Eng0M\Rj=qst
+:cC@l0]o'2'#S)d8]-0RQT6918MTDhK-31@@(Y;Sq--Y#K2]MU*h-lA>h_hsCO[q[
+9+88V"_X8_/]H+)W?k+TNuWg,A=4Vr-B0%V'?CnE"08ALm-!!8SmRf7](_J3)#W?g
+?+6:I\@AiYLA'H^8E!N&e;)i'dKN6c+SQSoN*VRFQ9!1+<>2s3a-F7_9BQ1#7+*q%
+B?bm@d;AO1>u't?C4\m`Jfp8iE8%oq,BB=Vn8L<=%2<p,1$PU%EJ,HZL^'oRjF,(^
+OWZSMiI`EIrrA3*d&h]@rbU#<Q`o%3A#tTuRbi7'd3=Z,%c7Tf7f+473@JT^cRH^T
+GfMLi5SiW)O]^m0I]6mqWG/iGC)VN]@V\X&Bbjf^NOKCXKW>47%T+?X837BKY_u?L
+^Q^Rg>2)<lI*JP@lZ]HL>A806`fm`&8;VRG";qK>"89KA\UH[o>`b7B`0eT56')SR
+7<BWrcR&CBcFWJ,2!o>+k??6\h24^B'=@3^R*-I?XB;hNM=i>VY"L-TC,'.WBg@Kt
+YN+K6@%+dHZ:UherrC.^@am('N<@G:7^K,ZMTpLGg"o(QZ%P5BMB`a#\&(\g*KKq(
+g0D-q-TI5+E[=!Sdr[bk'`>Q6Nhb`B$d/>6[Amq;2Qu3_5?lWZLm5qB;r#p"\Z88G
+gXG*r)\?c;Iq`SkV9b>>!?sN460N*^]n@cO/@J'(b9ZpKjtDh(qd!+o7.Z_(X'01M
+AC`@bDden_UB$oa;QP,:!0G629o`);8Xg$F-P@^T!*:q$%s_b4%jn5r+3\XGM)D6H
+`gSQ]ji*5Pkl/7#.n,`5`b$4U]URjplJE+XZ=cUr#bD.`jgR9@)"27p&%$b/7e7(B
+)Qnjq>ADl7_-mf?XG\WG;"8,XV!b$TK=Eu_UFnQ9ObC[cd?*-cFr,FfcCRr)F>ik7
+C@`dCjlilfa(X*!&]*b<MQi%""h9Q:3XsA;Vpf5,)T<@64-3tX2df?mo*`X2?FA68
+FjE$\qG!in)U"p]h-NGe>f=E3Q52&B8e=W+KEG+m=EJhp&g7m4H21>HJEC-2&ZYZe
+agr4HY,AAsX%LhtqreL>L$ck70un8>0nU`&>*968Ju`7c^*=k\9p[E@+VI='<QP"1
+,fg"(c?oAFq7Gbe"3NY7[@hfK64N*0:=Di+k.,Uq:L_(ASRIuJKTSDpDPXTeFkfiO
+n!SK.bKZM-TOB(\$'6/#7hFhJ<ta&2om*9;q+JgWcTYFBo;8F2&_=.hg+,'c#%JjE
+FQL#FBr=Qn&EcAq-K&i#@a^[aGsiso41kFCRI=Ee9'8RTo@K/t]Ba;i;tF=ZVs64-
+UJ8/$\@dPV?LXsS[g:1g1*fID.X<]=$KGRCjd]$)&n>!cdd$e_ZT]Mf%u+p_cb<!$
+ot/O%l!A/R[2j`mjtAQ,CUg1N6P8?$0rl'P%a@</SXP<caeR+A(s+1g'?Kf2O=#O$
+%O#9VNT;*]=GP)rB:SU"6X.']e[NuoY@3`2(Pf!Z.^:OLHrM'Thki3WB8/V^^kduQ
+Q]="*eh(n)rr=<JH%HPV>kt]uLWm4R<ZMY;U),,O'h.cj<&9N`*S[uANf,a!*24g2
+F$1=q?!F:r4T4>t4N.4r:H%Gjk(q,\ckc$oFrW.ZSsM'7K)A&O>&R#DAYmQi?87;p
+n#_`^nns-?p-*WiL8V-/q0,U*2OSurf^nsrP6K0N:51"55Z(XPTcc>nPLc,E99qQW
+6P:Sg'QF>gA=k8\m+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^
+MRtbrm+AAF@]mt5]0+jDZi:#hci.o_rr<*b2#dR8/#_W@fK\ngg4/V)5P3eB5%!b%
+mltf8J,e$l&,bB<5NPK$KDtj%HiBdD\`l?J=T8A\e,KCUa8Y2OBKhd@1n\iIpETI'
+p/ToWF;1A^Y'Hu,k=n;f<tMjZ=7'C)@:=+76TLE+)_2NVLP2Z5T\g$Y,q=53ZKUZ8
+jGccsOAoUYmPb3XC#m6W*0XQ"4YUYT%IsP3*,Q2Gi\\Iq5YZ!;l%R3Y$RgBVA.etg
+WAG@,*-q*Y=)*cJ?ho.DH"OpB^KmH)lo4MBmcJY1U`:\85"r`;9Bl84mL%HHgXt5>
+M#QDZ)#O6;TIeRm'2KSKZC#eDJnd!;9I3u"&C4Mem?)Etak/.'9N`0>\D!r3O^RMi
+K[^?N^okL]:fA<7@d$B?p;N6"@VcN'G$Rimlu;3H],V=Qm>AM9=6@2U`6e<=<IGMC
+bdnm^I)U$(H':V&N6a&`klgNF1>Ap)rr?*0Ot$>`#s9[<AHO`1#M1A\#YIr:8F>$n
+^77Q-p?sO[b5+1[5NW)hH20T&!3Z,ZbF5b@J',FSZqX=sRnpW#Rp!D8Or(C2L>LoL
+Vj,o89RTYX&$*YUX&EeiSJ3<01nnXB7Ss4R638;"&n4O_I\+<j\n1.RQOU6/q6pit
+jPMM6)pB(@H@<3APP*`ckk]GWHn=A2'\:,MhDCBp8;4rRY8hR<3"P8^q174LkKB/I
+P_<Ze)+]0QlTf7qePRG]lI.eM#J$KXO^0Wa(KRtYWp#oMQ.gN$c$,MgD=\"!o]c$j
+o$b::CDEp/L*JIsF2<.J1]^6*1IO7+ARrS4!=;/T%KK"V63eeMl]L7Dq4QVbfV=6m
+j5%=W@W2S6VMBGrCB":#Eb]n1Y;l*nRXFpR/toE3D.tP!?I&+F?#fLGN==4W9!i=L
+EWlnmh-@TT=eI&Q`sd;a5_DI,kA>1qLMlgH>`mohF'"FJR[`#EQ\hW^q5pB+lLD[h
+MadIW;W?mO-s+q5GNm;MY$6fJ+f1"S*(*FKoXjWE7/*/-^62rM^WuceK=*kHMbM\Z
+mjhLU?=37EQ)f2Vb$$-OGp]/Yq1HlbG4umhdG2OB=tJ)l!RtOgGo^?ZdaB<9f&XAB
+>qjAOGr+s0Eff,kM;f8oM`r$M,RsQ*'<A=ITEfOhLZuK]rrDYrhV%hIk*rP2r`m>F
+MlkduEp7cA(GNn.X4uBiX2"bt1'LeeP,=b*(!?^a*'/H)Nt-5@N(Ad$.%2FR47ZiT
+nI>;<3.]`CUWd]B^4#qb09bdG-mkG)*c9<,[2[:N]emR(:\l5DM;%)?hBO16<GH\.
+[GdL!GXFicSD["',\00%T+l0K@Sb+2'33iG#BPm:]@-W-VLDcq9?LR2ehfO.bBh0j
+G`Z3F(D[SXD@JbZY5)>G)Sk.e=+DP/31$7[,in'>/ft`Z>`k7_--AKCQcme`OPeUS
+"6PdiBE6U.09bgtr.ikqqen&\%_$H?>O>R0+gkmmCQmn+/e[@j*6\1e>X)OO,N6eQ
+)8rqq6<eDbo@g\Yh;1h8$AY2OQY146bL-!BJ&jfld52<?NDiH[\$;"DoL+`'CCdKC
+*iQ)ZmE2u@dEX`E&<snj8+uj"H94+I]&oRGX\\M?8b0oe[ESpAbM'nZF(KQg?.q`@
+7%,HrDQ<;"$JU*:8;b-FZE^54)7Y]f/tWnnjIAc271hMC5?q"4%i6@3O;-<b#m.`p
+OC'A\B2)YVo'a\LA@_=(*bOtDX/A]T\K6pK</4AVQ]p9c:-/W9mH/k8npP/8Ogu!'
+AmE[6l7sG'4ud$0b@!k:e090._rJ"-gaAEB;d9S.7,@a0WMXcub?Kn<-d@bK8'=,n
+oj8kH>Nuj7^:0ilC"FD3SS(EPef3kJKl5k>aPg0[l4bt<QYb4GS0]SB\TgO(>K0!7
+@_%kY/ed-cgt<(LD.32$n"lr=H%4$R>.1i3H)jZI^UDM^.h*9W?*Tt_K*0A0Iqrs:
+LQ'IdAOpL'X741h#-Q+d/AcYU+Xh/&'ZMmXpPG"J8,;$(;]lWU#I[+/D/S[^rbL"G
+g%g3\9i"Eno8f5[5LGh/G+EcUa/9bkcdt!c(/[dO-#OR@.\U1`BU,H*:JEuQ&W9GJ
+-\>7$,8a_WS]H>1n_HWa4>J6gO!bOuKYC1O:$VP@o&EQ]ntjWuU.)*Xb?OQ:M**$m
+(>f"lR`[XQ.Zd4$!5+S,rr@2.ij:/CDPpYJP>`'WMF:hV>?m,3\>u]]lRlh<k/J"g
+?^lV>55ER<o',8^4+:;tLJ,<!%>*p>Qa>qB'A]`+)MCpD*i(]6]7DKPrr=,ZEr/7+
+1qHCDoAdpm7i'-j#Zq>Ed(^pL&1&?cc;B(alT0IfJ`_AMhopCQLSO[KcGo;<8$EeR
+QBLOblIJ"I[!R.f*YSlR+#p#H^8PtU><7W+@5Hj%i1-^#!3$lni.n<pHr0r1oJ31G
+[?*ZWo%e_.e%fFf6Lq:O@r^YU+(+WrMlL$-U2=71o8V(_Vn,a(:T#e8bFL+5'IM\r
++iW-.6IH?:,.GL5ZcSgl:C+iY7i7)D(]ZrsMeSRjA.KdhpG1Kpm8gh=m/I'Prcc'-
++k-A&jp_[X6M#Rc%ApV9=tQekB!L2g4;!C[Q72*-0$uC*(gsF:Y%]ci+cMi+6;Z\s
+)qhFrZX:WK/k*)dYF'##B,^^/e@`nQDu#6_)a.ZMhU5[f9c$7GF;]"metH#Z4L^O2
+q@bM!fJI%sb".+JVim"mG&EOnmj*-R&0UL:7u*Jji?WfrhQJ-?EkRq_%S;&b2,!rL
+1&c%Rp(1uMAu#0gjUF9.aZ>L4DT!lE[(VIM99b:.[WpM*#Lt;)T[R_te)N0C4J&,a
+;tU3%hDktSEp7b"\MQ7BKf\tF?R=r?#,A8K>K$./ol[G`F8[-@bsOp(.pXG!7U'#h
+\\!m=#[/!5j%-%iOb,9h!R0AIZH!GR_2!e)nHj2-?E;dBAB3^A6K9fmNU1pLaO#tf
+Mgp;*h5^8Pdm^[lFXqgl5:CU_52t2CoHfZ)CZ@;/Sf2b0ZUkF5ir9#&3Gk7Eh4oTD
+6S9dUeBVA!P5kXX>>ue^QgfbDfB7llcBk;OU;P3$VN5f]m<d'CSjq?(X%P$77"$sA
++MG6VfZZd<VlK`lC$A,,58FEhD9abh,kSY>nXOSc4uPD=$1T*/qN%dY2rA#r,8gU0
+QZI`JcF`6m/,<eta>t"jgM/oY:G0)D/rQan)LL=IBt"l',_f05*#B&0CF)Z3dB]4(
+_Rnrk8Xhj8;t,U*T,8bM&<)2)`?G<:OkHsh!9heqS+?0sHB%Rn0:0>tVqeGgXpo.?
+8(M2!-I]*i%6mFo[X_]1D)!\Z/H5]Q66^j!"bdYAQ0WcZ@hZtCNX-JY"!K*_;A(@1
+O00Uc@pral1+/QP>RR^l_rUgtc!<ia5%W/b/'T/=o'N$>jkhaoC"HOUZBF'ijLhg^
+4#j.(,B<!=+Dr0+NtTu>0^8)fe`fOc;NDBO-8L[<60c!W4kquG1_M#bh6erB*F?e/
+Spp8iRPjIC=FE-QqG*7R'CuC9OaD=^['tmF\m2ID5pY%,-"ASE79A[(P#+j:1?p^D
+`K!g.Ak#WQ&a*Jo,!_L3cJ?GD5SIY&X4mnBM<+V)+#Nt'C3RBk\C*4'ET`lkbIUEm
+\-GBR<56nRb2'pT80iHY<sT731IaRMb`:0&`c.Fm/$Y*i,P]JKig'*ZqYX2&]R-+7
+K5S?8X$M*p)!nVFaR*U;imDm^@ufB^)eO^uH`NtM.I!6&ZbK7?M;Gab;oWfbi?4`m
+K>.7g;kSO(LS!]3F73o`A1(@IeXAr&RH2[V?MWmAq6OAVn'.G\UTO3tYAJbRX(O#d
+gff+)S<1Z6MNZ2c'1Z&snN!.u;)uZ4Cf&#&%M9L+E(VAb`sJ-mrjNC:oE^"UhW;IA
+_`G8mr0_OUJ"?]l)/M161M[181Kr9Q-:pU/%\4'*a#40c`B(9(mEJc3XO_/EQ8F?a
+38q@hnB$k-mg%pDE"Ok.AZeN`^QPrU''4To4MRoBq13Cdq&97XCO[nYUa0";Fks,p
+%*\R42A*h"dKX[X*PqDK\)^-*[^/*V%(RSk*#Sbs6:@#aO$T1q,PZMWkpVN4q[M'P
+@K),F$_%[JccTNS+"^3"Wp%%/Q*gq*aK6=4/ZomhJZgG7pkDlBhErM0fe(B^k+$#r
+e^'+@K,G%ER,R[inH-D?Ql^bZhROs1^"+`^Wn4sVo*1&Og%i)Jbds(ah>1h%QSt;%
+hd9#>^7m:>L#Cs!Ges%u;\pJX!2CQ@P:!"F1h?t[0cM!\@K?7L#neW@%Ge*r#/kEG
+jF1A)]qfrqJ`JID?MXRR12)"+(UN?A>#9QkofINjFLn<_W?$PNd[!\c[#K#M#gAA"
+<HE.C?9h85=R[.E&]A7j#!=cYB7*SEiShOJjOHMQ2mI031Ssm[ipTJ1ZM@_J"'=#8
+Q-WI?^!jB[(?Wb803g?RAQql$BVAXdDC(F^a8<mYN$R=1RZ2b0/NM.HL,7Ha#mkj/
+DlNf$"4Zo0TNe*5HT7JWV)(riXOsS[@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k
+.dYfgZXU)^MRtbrm+AAF@]mt5]0+jDZi:#hci.o_rr<*b2#dR8/#_W@fK\ngg4/V)
+5P3eB5%!b%mltf8J,e'lkPX:;EVu$L:J^f=FoMI<NGS6Jpa^j6m(_M(rrCicbm3u]
+^j1CIIkTf&fSJCWTf)Pi2fhgjNQa,BW"c*oZOY(4lmb1KFuZ==T>MfJdg1]_%esPY
+_9_eLT_OO;dbk0cl^!in,)g[20_WZ]!5Q'[>aS-FZ:@5W9KJ'h2\Xdd/oC>t"B,^3
+U'TkjHBj44Q%uXoA,<LPnmO7]]6KcYUP/q#RFX3%'#XhGS6sAmXf%A1XW&1fkaP%*
+`St#Zrr@X193_]-:]0Z0S'CqHAStA)>4Ea\Vl#Y5+<Mn,Orml*Y1:<$`GA``_(@*'
+h^!tcc+B-)YJ((q#@YIfN/K\X"\0jSLDDMYco3;S6>Gj@:fmc[j;$=[CWGV$AfZg#
+3*"Vi\A^)D"Q3?jK=2IU'i25g0#`0ipu+be6i>KqkkrPFTPCq3[GHV?q.=p8dC"<i
+L/OXHKY]]32\F4PX.cEV;:S4\n7qk5.%#i\F<ir`2p?.u?5k$]2@VCT;t>$Z>.rOq
+H_"L7?e>5#/2CuZ`T"cK3a0Sg>K%R_n\lClC/"j]8L9aoY9p$`+@[P0NR.n/eF6J0
+p9JOBI"Jsg.dXnY<S:p3CfT.uVd?m6ZLM".`EerJG&2#$Rh^*_<S=WYB#S&F'm=Cn
+fs+Ui*gdBOFp(GgA\4-$+[ir1;'reQ!SnC$<L]rq;bmam*"ea!9<`#"%aBmC2Ce(G
+X0Z9<c&0+724_'ZXnd]-G8tH,>k&l.NJM13h*<8P,MOCg<Y$If"cOT7c!300c&0+k
+.dX0r**([:X0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce'n
+NuV0QGcS/[Y0Ds,ZXU)^MRtbrm+AAF@]mt5]0+jDZi:#hci.o_rr<*b2#dR8/#_W@
+fK\ngg4/V)5P3eB5%!b%mltf8J,e*lrrDuUc02V6QID).?hr>sdQctRZdA^Pi42)F
+p4)SEJ*o[t_jc6?0>P"c0h4P,+2m?C^J?CU:Hc@+SmF2=cgu-S&3CAda8VZjF$SK)
+f-_Q.:/3A<9c.,9]s.sY66HTs%bYfE1$#]2gLLOr^5\3h2/JRCWRbYWMJHi4&iSBQ
+<]boW%=X8Go3r@<Mf+o)D)#$9lj!6@fPHMG""FB-HQ8,L:0k`gYC*O.S+1f^&k*-5
+(h^#,]sj=*_f-.*#*jMXrigt<KK!LuUo(k(N(`<*/O[B0af=#EJgraJd^9r;Z6*&o
+o]nq&>?aWA?^,Q1O4BF';N1[@C/Z(R92N,MaP:%D.;p8F9n+,p'9YX.[E1;!Lo)0H
+YlhocfEtg"Gc'Lqk]/*VSVE6];up:E/B$@sdJ8.dim$+eCra!Ak&M,:@D$Hd9S5;d
+"9Lc"_\B^?GHNJ)YuNZY82:[nm]N[nD<JUG\;J_[dPdQZmWVdmN\h`Dh:RE]:b#$n
+(lOO7Lq+2'k%3re[pjYaVl"6Q2VPU!W7pOj?0Za%HBj`:EGmUSjW(P3,7ea6F,]V0
+_^%oe'1>Ag*sPaV-Y*V1??at:2>noDhFl8`orgAjp2Xnh^8!L=l.TI7*.f97hE4F$
+0p5JP.&.cX+hf7&/X\S?:cP;D1q7N->6%?o7>QjG[cVm[(,D6GNbs>P&Y^AlCL(i3
+0/Q>`/Rq,W8+l=-R'3mob@_/b.0[Z!Bem"),l3<cGu4.SC1j@s4s(bU[`50TI?5[[
+6G=if?!>@?*bNc:2+sJM%;Sb3>-gtJH9>8+4kr]<=l<=9-l!b(.*8@0$pukF.-!C/
+E;E/sQ[:>=?%k>Kjq![JH[TXEh_JnZra1CO[9Gkug\UFG_)rVki2\RP5W%A9\UGP'
+V_8%1.Fe?\8(I#qV[.old,9<cc'H(XO37=FQZX<(mm>U-A[o@3V[mqf_&T`#&;cfJ
+7UPn_m^llQVOj=(*b`\OO*LSM(kO"<F'*d)k)V0%C:>)jQFEbtlW.B]ArdDV10m3O
+;^;^hd[oJK3df;)aZ)g\>bjdjnRa%,2ac1H:H!K5%8,)>T3p%jeSh6sXRt1!+Bs\5
+7OlM"7JX1k&3q0S1"0a!9]HGHNb5sLhG@bpCTCFV&N-`I4(K3j3DZ)n1GiAn<q=Ok
+Uh\UQWN9j+A@'[+>pXCJP3UaOJM/r9a!W`U-pH"UNb%2:r;ISU/9;B''!Fn,!'-"6
+%aN25q3T:nX1t!b>LVJ8NBKii;0<2W<2V?<gc)/82lU,O7'tWWO2WfFL4>)o5O"Ml
+4Iq0JR%@funs>Oth_J?h`H?6u6B]0'0lKdE8r6$s6)>O/=eaA8;49Jj.1hn?KKBYc
+baJZ<UcK3YeV&7ub?2,p\VONFj3"D'Dc#d,fm70=Rj#d`1!%-KiiboJnkgOp@F[VL
+5ZbaL1sC4^`\n(D4PcOB<;akc^Vq6ho%o)%Bc>79]<+l+CKAef`BD276`46s"qeg!
+'lR"+<:_+:mnD&fLGX"o,iL]`&4*)*p!",2jP;_s88UK>VeOjSLAko=Zo]:0;M$+;
+%HMM4cSGP<g)8[&LfjR<:1M<K>c'k&-QkF23I.aY2Q;=OD`@K!bOW[`^#hI.7$_5X
+#dk&m/R?8W(5juB2'@I*:Sc=*2iA[:#<E"cct=<#Y,3%ClT.e+@4%tSC0$d8SIe^G
+rRCAT!f-#CA7\VAm8L_d*Z=(3%QMU/5JdTIjN*EA0$'ZQ^GA!Cj_l`kk.C"u`bcpY
+UK\Vp\q,R]WA6hC(q<]MR/pcmcrW"[SX6>+k3sOS>[s.rES-i&9;X%T)j\8eVA)Dn
+T;"d:h_=;`NjYYHra+(Gm3_9of4M[Q..1Zr>3I^JA<99rI9[NHCUqV7ff?\bF+bni
+aNPKPHm1HEf>N_V:*Q'Bq1[t3cRjEK9m91$75lnpD^*$!hQ;dNga0j2$l;[\)U.a'
+dO\"VV_<gFNM4fA7UHQnAGJX9?g1'Uo\FE98LF$5NFSa$Y%el?Y*l(W'Qa8:]UgNZ
+<L<j#V.TAoY>E_3ZQ:$4PFmUIb&b.e2u,3S<Ut;s_ou:"VNB-$CK;@4'?VJMHY]RW
+8L.k"&Qos&`Be5Jl+Tc71?4d]i@'i6j%O]QHb*XE\+[)?`(#!b93?l!;4/+TEORDZ
+X_ImrBMR;(%"TGNIU(;q3t$.[1$DqOL0L2V=KpAYTmo[=NBZJTPXbeO=e]L.ds;[4
+ZSnF&![F!DJNY8.r6ZAgEd(2a<Ru8_$H_rmB2Z+bCa5U9qY#1$Ti-1=,cn!ro>_Ud
+\Y[-&-;s8mW2<JOk3Rs#L\!ULSlpOpY,AI*+S/Uo<k;OfmbB6_A!TE"91UQ=&MW>s
+.m]NdHS\U"j7)Tai&tD0M+TL=!d\DUAQOaLU*<_#;!@1Z$B\.N'a,MrU,G-`)f%HX
+RK!7C1jq/Yo'VL4lIn_.XD4>;ZI*f#.;n1/k1UcH;q-oH)jaT'J:'\T3M3/7XLY)g
+PD%rs#tR[sQO(9_),<'p<p4V"VPR[:ikG9N^XVBq+hJAbUrD)?JG%o:_uW69c#=V>
+.@<$E.rfV>]G"RU8=&uCkgE6`N"HX9<LK82!!"K?4(/n!6s2XQR[p"33BY]e?GWN(
+\gG1cgh<<cGdX)2mj!(j#iM!#5qHhNeQ5`r0q_93XYS;#S7O,0a"]Uh$u;:!meqqT
+M&&*16dlV;YN@L&]]#^ElM<EFB/Q9KF+%tUhcYZH&S#r@X3E!s@$/!NSJd4e.+paZ
+B4oZ:6S'StC9/HEoW]9D/l!OL\KoSqbo^<#(]#2RB<55@B`>PPE>?]&fBk4NR?jVb
+\OLC<E(bg/,m2sH7s9%d-E0[rl@*H2:%R5,jf)/74YloXqNeI7W63(#,@PY-$Asu\
+-Q@Y>Ss1;l0`Z3`SO',8SVM00^WP$IW5EQ99d4k)AEU$a*UF9eM:7a*=!fZieAcf>
+d1I`G`ucKkU3hZADEeq9$9YBbOl\eekZ8g6dIhiUe#]CWNqu="@BI,p>YAt_9uYa/
+^S9#MLoSh`\r?oB5!]UEjV^[h;6t\lKZ(?C+6ic7d.M/geF_!pa&1;2O@:4cBlb!X
+1q\Ed@T_<J[ittVX`GF6*13U3QQ2bD^C5f<P9V4:"o^CMO4>Vm?SlHY`n@.\S'c_&
+ksWm`'!'.>EDhM?0ILUmouiAZ;8aS3bfX1@#1'f)TLqB8_<L)&(/6&iafJUdTpWN5
+XY%ade']7IotqXAqspUL@)s_SR*1NUKTB.-I`=iCfbX0$k)Y[Q[H5KBds&"[pGta]
+YsW)BD0KnBgcUdr#LS$"MstE]H67f_b`!R1WQg[d)!5HOaPiH/-RaO_J58IpWuLq1
+:>S(E)jkOpjrCMkmGqDZO_R-lFf6O&T]R5IJ`)Wa3J,MWK4t7&QWNc+R&sg5[f0OY
+Y1H*or`0Cap94O[i[?:lE.M+7fX"/n&$ThuD*Ndmo.iM0mY?-+b2&8W\qJB&U-ppp
+`j.bB+jEl@$H7=A80AgIk!/@kCrt=`^9=G?a)s89osN:M;ES$$6S_3;8KZ\i$Bc+%
+gk3,S36EuX5`6!9X,Uac['te\mf(qkcJam.]:*E]3>u2`#jf>]DU^cA_#ZQbN(G.4
+*>R3Ph8HThD^1u]9WZW.>]O5:k!83VneLuY#30j3]+Z"SV/DYr&JcXol1GgRYYaCP
+^V`HIg\)cK&\?WJj?(5j$2!+5q.EfFV:*#mV<UcaV=0,7lkB4F]im]@[h(WbQY"TX
+`C>+8$fjup+*/:C*_rOdp)[o<m]BtWVkr^jDPa5b\VfED[Ch6=&k[_kV2^m1DDije
+P>.AP\2$BJQT?iZ=`HKe^^&27;)T>qV]V>6S!siun^VMc^:05Ahm,kt+UH:\!+H6r
+AA9:eiY^d;@T2'.:G4?n1&tO#3)er-3n\f$a3),(o"Llr:SMWe1tT!,3,>p'[e8[8
+'oA?,6nAb(h%mPEX$Mq<P'F<"6?2SfYEs;9jG\eQ9c]'3)'uNY5F6L9GVn6#:"4Y^
+!d-`.?,JVOJ>oX,S$rp6IapJk5#"4G5T.F8^/d8kPAr5"Vtm+2]!^qVS#0tIG,)"g
+W-d>af'XERKhVP&72rQUWTlqjl*FlQB/iL<QQmY??K-tnak3bgjuifI]=Y>s22_o5
+p;?js['dK&H"#R%]L^_DG8/gAnBXgu*(7)!;2i$u-m*HoOW[@[03[r_LZQT%]%?VE
+%2.)ii>'Y3Ett]2SbO^/a9hRC33Zr=G]?&K,G[c*;iH"5Q,R@dFN]#Q]UMa*L=TJ\
+BPq@L1l^K`k0bcb$</Ck82LEtR/r15cj'B6LcYtio;@i3Yd;k4I*n`ol'dFiVeRto
+>HPQt[/JLNpcnWgEldIP&t-c[E\`\1_^ge]Ntcrs9&V@WS)jSL(nWHf25L(T^SdW(
+a]crYEfT9DIL1:<,6h^77V#(*QY&_W6:mc?Z11[(M5`o8mTqA"m-)T,T_OJA1G6kf
+LM**+2Lk:CrrC=oJ)EiZTDV-#*:/"Wr\?Q2rYL@hS&*.grT$-)mOlicfC'gQMGs$B
+TX.I.#/@;-rr>QKSbN$urrD)$rrBq+rQciMi8daiK&"gqX^CiJSr0!'W&rOVkE`sn
+@0K)YFJjL3\^u;3G*@^dPg%p--.1#ej5DnTNlT[WYYB)Nj35a5['_aIR?\a][s!@<
+WMGYKTr6'@+&nEhLuqJ24(7X=''!L],]_P=5TVm7)2Kfamt*qK9GANhV^,)6"CP<7
+9TD#.j[i.NSn*u4-!E?M+hEgdIZ1.%U@#>?J/2&KL)Z(Ybu-BI;tC(bQI*K=Lmcg<
+53B`h>_4bo]eV5bJ3;lRq+Z*<h6"QqerVCS:XBn(pCkPsTJbXUUZJp[+('@o\pKg$
+X"cdb[Df7>?p&0ZbGI.4)td`n">g3%.o-="_1dE43/5!8Fps+&YT<:N7lOki])p+Z
+6-+4?mGe1!6'JOg8/)I=FuW#&j/tgVNX'm#;8[:jOOff*!hGF6bs0C"/+[EEpW['3
+>4(G-L6q&7,AD4G@f.U.N3X\%2,d"A9!BIo_F4rIp.&fWm+lP2?6BZ]a:JmP2<Dm<
+5fE>=&cP2t:$B?R^R"^tji2kOheQ8]FS?SllC*92<a"j_S;\$[8CkHhFrrJ\2qf>1
+e99ugHG&a+%/NJU!.F(KKOTIfCms8m1Q0R'rann#N@pWGX*IXf^0e4nI*Y!I"IGH9
+>e4Lkc,HO,[=gZG"H.IJ87GUJ_&0?g9&aRDO&;bC6/g!)E=4WA7]=B(f?'F<+BlWR
+rr=`\o4OVAV'"fkS97P43UZ(>o0/WYN3/o0>"<(G<dT\#ZqjE8d"G?JjE_!qRGZ,L
+dG`4C]R0s=iFH(<6^8`pVV%<l[Om,*jk`MS]XVgn/j-nNH*^Z&r;#Gk<mL.)b>EP6
+#k^X:ifJS3=`7cWB7#!'/nLQo;HV_;qrZL3W5p3I/j(99S4l>pac0:-M*G,,[`,6h
+&QW]`q$`I4GP#uUq2<<X=8KCtI(f@]?[GG6oSG/BI0t1994`Hi1+9[/_oR(&;IWRg
+qLdfF15)D2HAmGXV0M3D>\5q*`*UK&=&&NL%E3BmO0Q2Y@aVq>U%/F:2-i/`](VY4
+A%%QRCpenigI3%)?8UU"@KEZO7o>N3'#J_b_RQET/Fctiq>6J\X.V)\bs.>u5:QCE
+b$I[1e]+*SO/$G.4I1;-e#0\)FDIg&M=hgY6KOtK.Uj%t?)1mn/W?4=Ej9-#M`+8?
+R9g1+M\7!C'sNMn[2l9H"HF#nh:Q59q(#-gb-0-^6%$!XC\R]*!1EL142GT6p.L<j
+L3jf3@_S[K0r^4bV+"H1V:D3`ksVBW"CVu">s\E;b7VQ7ffOhXK_&3P\Yscmb]^^-
+RA'4(k(e-jO)`@lFhEmjKL@sn'?l=Ta*u^8e&i9P5gS]S(Yr0hS)cIkk-N=7WW$,e
+6h4_Tnt2757dKm]Re3JH7$C01%7`ulTU9$`D;#?8C.NUfkohnmgo>P<:T]:kA]dT`
++DOq::?.GNdBa?X7qZ@&bJ%<0Ngl\e?d4%<ehiH3*?WK@p\Ko4Drpau<KgOBoM6do
+(X^r!P/20RI;pE/"*&K'W8$LZ@OIc`&9,cS4C0;CG^+CgNRa&oYGnN(C*^5^F4=Qf
+(@tf1=F%IsBI(-W>A/\/6B*5!qF!f1WX1b"/(lZieA=W)p\$U!B:hCDI*=2rog<aO
+]XZg&oBqG%Tiu-9>\^`E>@-$iC=bD#XAUJljh]=n^i:u/PoICHP%FfH)=bRCG^tT3
+lj$ELKDHL!Fn'9lq.HM<1@;K?>Opt%QJPbIhcRS@AJPhBrf+k4[s2A&=+laWaV9md
+`,s:S5r_4q3D=r+L?EQ#ccr!JMcn$d[=?A*DpA:^OuD/edA+%^co$`r?H,,LCHJ(6
+d-,e7D%4m>F>if4LfN)JC/VUL3-A?nA=cFJR+U%6qQFc31$;9[C?I^K;7O+5YgIil
+I:I-Ua[bGt!H5.58Tc%L<0ga6Q*f:'TN(P$6TVG`jM6FK*0+'d!L@(2+O"iQ!aGdj
+EpLJ4;fmH5"27A)]B8S*b>1!lrrAS5%_AS"^Qr?9\C@nMmM]&+^.I8amG4f0rp(en
+SNq"W9bt0`@PECY1=(i6Z*\fFe%@4Aiqo1edB"n3Y.p<,^R__^RpX@@0mpugV.4pf
+/]:fn][R^&-*Q7&N=Yjj39"RS6!m<M/2F29Q=5sm'7&[f=c':@JPqG&;o_<#o2.ia
+\Mr60)d]btF\aQ;F8:I3H3B/eHeYY4pILA1%Zt#Q>0dlIqLt387N9fieH<B*&i)6Q
+?YJNaViqUo:CP_NkRraFHD=l(`^c<Ni*P!SF[Uee=jm5KVKkt^^RBUko0'gKBrl">
+q-udtd5<qcq*<:`fDbhQNXo+kd>^/+)i@^3Ae).2>s=/^'-eA$bfF,bl(Vt8Qkq":
+G&`Kp9q+P/o&!F</ua9\Ik#.n-EX$+>*SkgHBkY&FIKT%M)nnZ2q>Il`tWMc<!'!s
+OJiVpe)_JF8AcO+RSsDXLqq4Orr<Q9**"U8IGojS7dcUBA<4q15El#WW-KUd^Uq5O
+(ZgXIa-a$:I8a(n?JeN,ot1*jH"(p&&4[]uiZiENdMVp>/E']P9VX`@B,P-<*#aE:
+#R9?u!A!gV\HG<_jHtLA8Z*5!JLu"//jZW8UWp@ZV*(O7n')k#;V#_Bq\]thJb0JQ
+bBN0GC<[T]i=!`,7iK'3(!Epmal-^JPP`I2a8e)<4D/SY#i,<ogtm%_5FAq;S!Vu1
+\(*>F#jIpWNq32#_;"UINLlnf5,T-KG6k6m"<<\k!jB0F<Qd3rNeTT'W"J&&c*9.D
+.6n.OA+\.kK@?:8Ebid9,B%>Xj7:dManL73S'7I/o;1oCYM77fVeS-`g+$f_G^rQt
+^b4=[=;9OZ]#9PQU,7LY)6<.GQQ?FlabRd?`%GYB2qBl^`KUYBIq(mu"Fb=D[C;]S
+LZT%]=1HY*USh5Z2PX>J3ZUuH_c<:$Et$Z?9bbGf,Ui2Ygh<Lh(10m;Ft&BScON'D
+->?(/3/gFb#/D@>oDOT3HGM3<R0HqQao5W;hj*m#/OJo5nu][h>&)[cc2NjuCMPnI
+XQN0hW<-9o_T^<jgm*,1NlJHM_4*W9o72XO6\rZNLltGH\%Zt(6ptp=[@W`V=Od#I
++m\ITqi=BNeMJe=jgim.&$7_$$Y#sBR)pUMRW7Y`k*(QAVB.tK-90%j#,E2pY[*iA
+3j7YZV%;Y<L#jldBte$HrrAM[QFYAs8=BuT8eJrj?(899CDBDjdPK<=d@RuBQn[fE
+SG@4J7.K?;=Q,ThDV)9'Ci"($4O'eWr`/bio"n%*6;K`-g@gS9X*K"A)i'U+>&/)i
+QVt&KK%lLjem;Ta8>T)74U.)s4^$9*JV<'S9#VE_b@,bRW&5JUh:1V`Il$`a%p/<\
+R;>")I<29!f,!]Fbsoto\<c$*MWlOCA!b\FE!n*a;RHo^>ip,5,]s[fiX$utebNP/
+$Jh5H-*_5FQ^>*QmkW_p.;,s8op[Nho)tk<ERJs^/1e2b&!s[(DOTEKj]XQN$b0f-
+[/qH'?A-0V=DB'k8m$P1a@O,Ad'48?>d&=T8KuuQ46Z%6]SC^mRlE#PD`k)rK;e(m
+R(=l(Q1^W/U:.h8:CB%d6HO9['#Qr2U%q(e'fc[8Q9>(j#8iafJWu5F@Q>!CQU&KI
+Nn\I(1cskur2R*o[/P(:2jle9k:=k89r[B#G.Q"nV8oKJKrsEuTp2oBnAcir="%`T
+.KC:m%*.b-)AqFk/ftM?OtK4%2d>]FgMGOC/=Z'I28DGI<]>6VT"4&f>hl-iQ!S=8
+"pj&N/@/F^L_LqJJ36eKHZ[J+%)bEdIs=1N.16<pdgg$]IZ't:5ET<H4Lo=,a(I9d
+Q[SO2@#DB+BQl5E(E?LuC#Oo03n;c1CF(!#nj?5o98^NOq8-W]n0EB`O[M'sC0Q$8
+hoi\\bKrb#B)YNre_Tu^G*QX7I:hUn4DJ&`><LJW5g+3_Eli5[<EH8;bs;Fi>(/SZ
+c<QL:P8uoP<bPh;_<(ul=U0V%h6F6$(OfTZ^:Rn;S,WIAq3+\IUg@W`I%(Y6P1*&B
+G+=#^XMVtjhU^NuH2T'?1FXRl:t2@Q*EHD_0uGUeMGWgK\J`T@'3E+Ih;2h8DYN<h
+-FqdA_;nrSrrC3jr3VV/.-]a6dnfQEgs$:eCMpUY/tE``aq4[k=SXLqJM\GZg"SfJ
+=dpJ)+QGA)IJnFM8iImDEj%BHH:o3ZF@C+jV"kNhr6&AM>_^Ep9gU8'\aoY>S`m=l
+h'@S&p[ofiNQ'5E8u!!3a-mu-L==7,'tN9M6S,[Nr*04&nnXJ>h(PlZJb9Hcb49g>
+o0:H*?.SIlm1o<fJZ*>oRQ=[*7.rR$[Dg+TE8*jfaDKQ'm2mg3?<`Al4S-TO/2Mjr
++:,,*A8daST9@_+D5rQfp4KAZ)U=adW+[s,2Np*b;OSjc`lbA^n5?9#;;k421LnOe
+AiU#fhdsK=E.&,;G<TX:UXle&8Q$WiB\m7N0!+JCJC&**3o/'J]W?GbILTWR^OaY2
+[1UmQj!"cL.$'BK%MCs+ecj+=g!%a<kG;V_n"]].;N"o[cBZ&;&!a#H:L?l&PPlFe
+\=OJ9U;MGcbq!stiiTLuejE6M1_Z*u0m`VrqP8SE%m-"8@QIaVg8p@lFZVKV^grYQ
+hFZ6[MKE2Kq***dj$imrdql[nYA/$UJ#ZdVJo:63L8Z6MC$+EX9j0rD*QZA[g:1lk
+oB%/g#r@B%`ICR/l?jhd7$_j+L]BDNEr<'#MiTXNhYpONO%d0@aPW3TGIftnH#^p%
+q:/tcd]OaUlfp?^R4"e8mNuO/5fd^5&]5INTceAg4@F<34%r8WGaU0ar8&.-2sEIF
+I!frj,lW(!0BVuAU2"mun)Q3]bG.S:KoEU]&ZLi8<u-otHD9[b+I3\sT`B;\f]'aR
+dR%s4eG?@`M*KetH,kSi-0/05M)%46%`DnM>`&tHnup;E>M#[8H+GLV?U";aUpHWY
+04hiH5-li)bc4\&,1tVT.4$,E=E3YXKM*Yq*_6gt)&uMJ"FuGE:;"F&5LLmH'BqI%
+RopKUoXOhXjj-)8X$CM34&'>Qb3."J:\$pIHM#CXl$$I9l*si*=RIK(-6U5<LP@u;
+P8XkC2PqC/d)D4eL^\eRQP%1k;6I1,reGojjokJujiM`"le_e[qA5@.bGKRJ;Y'RM
+n,2E6Xe=q4<k"pYBZm=<dT_]3g#MqN[^CWK`+iRX8`m:EVunpr*DTj#S2&3I32-iB
+$(7+W&g,%egCK2t0$V"icJ.JG.d?Z!R3#KL0:2(nmI_PKH&k_MP1J.rhGq%N_<bTp
+.YOfX\VrH+X\S]8@Ff!NEu@VZ31bTg83H]+)#CrU"$h;+R<`.;Y^\>*7*2-:'5Ejt
+:t'PX4N4)Mg.;F*W(#h4(%#TD)?l8ZI6GVL9\K-(ANa(C1W(*SE6+NIRJgIS")]%K
+ESQb?M)D7)9gp[E\[J)XHh+qqqKs2>K;%)Rg"BW;G1/sZRJ=*NOb!H3%#%<8:B`=D
+aIWKl!KR`<bnJ&F!_de>>X-KIX@8:8c"C:".d;Cdd_?oCI)"cc[Cjn!>=XRj!?D+>
+<0te;cS`A:!'Fk^35P7tno6&:bt-@1;(V\trh*$LPdlDZn@$U\iHB;B!%drKdJWV3
+BBC_Q[Btqc*I]NR/a-@Qc+I4Q1fi(b5'co>H'H>0X+VIWYXR9VHCYgKVoslam3pAH
+a/C#[$eTr%RNp$/+(XHtkKFuF\+ASMa.4bm?S6Vfb1^"r^XmTi$(g#$A8.jR[$!>,
+ri8/Y8=504B2QS\^oh1b9;n.$K29/?3H7M6=[13GTPrHNA-Va.jBKgA<J+6$]RZ/j
+EpDE#np/:"]!mp2/'E2]Nn6sA3IME=h:*9MQKUn&;+Lim+Q=d`Aa4EbN%t[[*52h+
+1Y7PGH9]oXhc_RUIeR6"b^3\JH%4,nrrAB\S)jom]_geFDZKA[f(r[,O9G;%=eOps
+,iX)^ojs.90?mLad=GDCCupjU1J1P/(.#11B<XJt!&nbM(>T'1!$k']@*jsNl["8d
+G$<5ij7\=DH8R4T3d\CV;,F[1Z*hqrD<@JKWptA3JF$uJ15pL3iN&K(%hqGBko>hI
+*sd]NOc-9lh`I#"Q2,$[Y]=M"MHufjr7V)Mali[(32uoXJKL>1nJ0PpZ0WS-aR)4e
+?6B#^#9PVnOS>BW]0H>Bleh;m2^0?d>?*#7f6+::m>cJtr"ilB^7Y1,5Iol#'.;aE
+S6W/_Qmj;]<;us(3T%!I(tKIteZ#-WL(7fH.e-_'Q"ld%SEg+LhIdh:X`hsl3:,`o
+*slNp<afJQ?J#Q::F[,Ajj$1>92IRE)-BPW?Fp<,\q.2GW0IJpe0H>*q.,JUFs)[)
+[UDL%*-fcWE/(_E^A)\X*4#+--c6g4iGAS5>$6!a96AIOTYqR2@7*X*jtsAJSV($(
+BoZItP>_R/eQ;AOOOsHq]s*(Pr3BVH&)i9`pHco4PBe6g0Vl*+/aP>D=hH`HcVMK<
+4-G=r?`>D]R;nD[>7_eZ*7uhHCUlE9ahAtKh^).*WZI]dZ";%A-nN/gDGEWD-Sf0M
+E&)KX%YTGWP$r7M"c04?Q3R+G,mqF;p-./.F0`\>FZBVhZ-$`LqdS.j]<K1^[E/X9
+A#!EA'm:)r#R;)f40C("_lph87-oNl:k7AG*X<7-[jP\:RtK)]m=[k;M$;P*$GqH#
+*X#k*"AoJK@KG`pq;J!LbFgZp!^$ue,[.f%`Hk?Z!!"G`m(lY;!!C+M.:&BmM@i_E
+KjBt_8>/jML(4gN[d:R-e,t[6G$k:a!!#%gGXYNB2\i/KMKi&<;nKA4&OHX`0ql]p
+PXemX>SXrQZ70SNLogO3Xa.<lfr*E.b8iK61&s^H)(lq70\huj_$!\OA[9GT\Ds]B
+-g+]^Mq6^IPZ8_(b2TkrG6B7h5s@-GKQf)5ZM:EaUOK_'!kUB+X_96FN<OJ_O`qoJ
+:KAKV160<sfb2[0XVQhtH+R3PQFME&l5'-b_Wmd\crrkP`CSe66k)qPAED@3d)Q2G
+`X!Y"Ch"BmA@SY1b(>"TP]2Y)QY#\c\H%c@%4e`oX[1qr3Z;OR,MX$eHrdZ7/)s;c
+,Iq*IWh-4$d>\<Q<u(^3\$cbPpB>_X.mQ(O%YC0YPXN'?=(Uo-^(IhJGXB"jU,MA3
+O1;=p#g8S=?(6`=n;Y"rdgZJ(?PPYf"T5M)"a3rNhr,OIgVXp:m+b\<8)943mT3uH
+)K!s#,[.f;!U;1h?'WBYP^V1D6G#/ZgYj4b9tFiO("mt#+OF)03:MsiG%qNrBjHi!
+43FV#q3t[Alu*pQ?SS?PX(^9SL$rDH'&K>IOu+Yn\ELb.lpg\E.@^NPe!K>g4!iie
+@T6;:[*%SHq)^MMr_`E"9'k=Hq+'7nKQerQ"]7l?'^<%<&3;>I($D2:6g$TbgJ2P9
+dq5i![++aF[#HD#\[.LLLs#pOUo@_.NRt*PJ0N2UK7[WoTT>^0GJ.bIKg&i6-1-JU
+msO6Z%='i2!&7bnZ0;hCD.8rV]JaI_Y#IfP9^^.%np([*-l"V2D-)XJo'hW+Mhp6P
+rVlkuih05VV,:Ia-mX%r`o)fdJ5t9M';kk+Pc&=E+GqCTG&Ai.USU/51_n\c*Z.o1
+>Sm3+h28fsK>;>UK"ElDCI);IBIgBu+=)U?Su/&u=(`f.IkJ-]jps34r`o&0BTm_L
++AHka]eU$hT2pVL`bh;;N5dgX<.@e0<GhfC=!fueiFBoi?NKfH,FQ7BrY/FhX0?N*
+5:lHA,u&;'(Uk<Ed^4p<#Ks)d`![LlE#I%)!"7+$k9EfF6r9n9*DWb?5s2Z:T/)5B
+SXhlb+"YH*ZLM"/Rt!>Gnp168c74>%8*6HA7<KU:HO'O*4&>hlL]3dZa34GB4m25c
+ci;C\rrC>-?C8JXi/A?L!$/aXd!OTWH>i]rn:TJmrrCR=rQdWY(ApbNXb5l(Nl/%T
+pGpO?f5f$1GMd6.b]mV/mP/G#-Di3OE-BtDA:_iJK>(GC$D=`A,KVa%knQIe>%)N3
+@W3jTVEA]CADS.=i\"3b`saN^A3?hWguUQ@`Q$+]O;BgTC865@Z:f$Z9NRF*4&[gA
+#YmNHp;a>G7'[!nI>2i,-@:)QdA.nm2AoO\>cbHU%5>u%Q:W-Jd_0[&#-SYi,9rQH
+G\/@_JT[*o.$I1./_KJWpVK-NlJG^Pdd?i;:TWg=r/tJ9r+h^&U!:]u).)[-aj<.o
+RcL5^8'Cb0n,EAAjaZ<,P=^3D_6$;mF"85REl\hD0LBKg@D3`6hc#R21D<Mq3i*Wf
+_^%SHQ)D(c,76!.9(iTS8B4.FC.S*%?5tCaG-LhhE\]E'VL(BMQBY8rQ.^)olo@W>
+!FCB\G7\p'7efIMS.q1!YX7eGpZ"jL3sM`cBKKX7m'WeXo]!g$4SA^S3Ec0ck)[V;
+adlr5$d'7]IEoC$C3j0U0PYSif&f'KUk1p23FZGa[bhm.*:(:np2:JK4f]#5Cm'HF
+Ao9a!0dJaTXN))37lJCmo.Q8V2S\G5rrAE-=Ru3Vr3,p?q/L]AY;9D%H_t+@,=<^1
+aOK9[I6\N(#@j;pBQaok\fBCB:KsdfEQV-5hun$0>Lt3XACX@AJ1.QD7ss^=o94[q
+Q.Gs8OHK?Sb5*3HO.F$DI,c+c(WqlH#\$kT'$WY:);C[H8E3L&a?+o&SGrSoI`1=@
+Jm!0Wal)D;PJrXZD?0HL>`D4J_XriK<mnZ;cJ$VBj;7aWkN1!PIk\Vk5:$0AF6%[Z
+(HU-:BY85!m<Z+^k[%%9>X@26*&$[dB3D&(?eFepau"E]G"CdT_^PqGji@p=g>\Y!
+LlNoL;W&8`VKu"trc4&po5FQdhjhGGIk9"kWqgF(S`\9VAbEd4WEZY7/[!MLO-fsc
+.97FQK==P88$SKS^<g?UNFCf+S4=9>`a#;ZT?Ti-N^taqcQd.ro9WhURMS2RVt8Gg
+0"d1DITKXmk>JmDf8AWZ%,Y-JR!uX;,)=p7<q2m/pHSQd4da:DLU(KobV`T)3(FJk
+(-P[J`f@)Y#9O61?,Uh4I.VXF#Q3\tY+P<B>'Ko*:Z^/mB5akYhUpLUU?a6SbSKe5
+kLD3E5*V.qikUdr6Y]SDc<mjV!8r@dqb2>Q<AF\FNuWK8a,"g*DTSpk_r?EL3E!J6
+iV391=8_1sPlC_DIkPr8DpB0qJ!7P(j=<^3r4oO^$s'?@Ps;']]g>rMDM/X*)rWZS
+PD/D%r"&IkJZb"A@-,FnegV'MQh*j%2R5?98_Ae5hegAQJ'!cIc@7_NFaq\2l+`R2
+(5o'SrrA=1Z.)iJT&p?>Y:N^4F%he>-`ePOb41,%dj7u`-FM-[g+W4:8$P,Up4dt#
+3e>1f'u2fi#BeZ&UDCJ&0Rt*@<&rdLk:sa7,PBCYa6tJQ=EuOEb?+<0STTXld'UFK
+Upu?JnPe`d(h&RTAh>9JTF="3mn.4Grr<0$!+Y'V-EAD5j>cX<M3OesH#N,;ah(WQ
+r4(L%>Qo.*rr>%3rr>&6kO6`hb(%X'f1XP/IlmRf-/Gpl>mg<!1<f:#=?FPSbijdL
+BV_\iM,*(dIC/],:[Ighl/6U)>"l^DOE7Vcl-jDAZI<R$BG4U)a8kRJcQAXKo9@#]
+S6qD)DMP6@AU+s[o1?@]%Et,aA(l8'Kr0\0NXEaT<>7M.SU\!&_g<ogo:.X`bs[RH
+`@JqQ\&lS3WRPAZMBd;[;r$Q7rr=FZfDbh2UT=4":4LP2-$_".r4BJfmVXZM4VDf^
+lHACX[0hZZ?('mqiT]<k5B#aKR)>hdHTtT$-?11?,lnk5e;`'M0+@FcF,0m`RW^PJ
+6iR-GH2dk)3Tk>,9gA5f;>eCg6ddPN0CLLQ[(=^pRb8J0j.8i<\Fl_gm"h]=70R`c
+g]%7`Y^8U,:Q%q-AFZG6]i[@5YR&\B:/FOC*'k;5c:'\ik"#@1#NpT*[G;5iEBj$.
+b?4>UQR2:,]^)a'`acMM4uo9n&L^PuKY*N)L!G]B^ihYFl1*m&m9HpXagf@l`'Eq[
+nJa;X=d(!R'Q07W!,d#MaVX'jr8qYSDj<OCoT.,o!;Xd0bLeq4Xa,Y'T[8)>Vj9t)
+*d09TA5ac$ZuS`+oja3E@n&c6@!9$W%s0k(c_"qF-DjqNj1[KKBgd<\LOSm=(:$89
+)$LY]S]=F=q9&1%bg/M'c9;/KH"Y9'<emI9?;%fV/G3:tg>Y+o:j&)`BVo!LKpcF<
+_D0)qCcQXm-gWMa%Ij6hg"CHAZA)JE+u\C,KjNVOWRlAT3,<-A"BN/0B;>Chq>7)F
+J'KrtYOgrJY5ZmRMbh\GeML()`m5Q.69omE\.R-=j'l$;O>ZK!B,TC:b[irJMm@KB
+=QFLAb.7NP>!:ifad@<BES[W5dft<I-iRt.TC]\c?UOb-o6n'>Bs)2P\+]P-Bp$LP
+YZk=dM)_;o8AL<Gpp+5ZFqu^Km7b)R;DO1\M<8UUa%_fZJ<:R`&P]U[=j+:d2Ce(G
+X0Z9<b+S7?_A:soKjC/_G&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cn
+fs+Uj`EerJG&113<#D1Vfm'R(@]mt5]/D/*WWUaY+<G<9bsC<L#ZkW2(kG<G]IN:#
+X0Z9<c&0+k.dYfgZXU)[i]Jnk9tN=riJe=?DTfnPB#S&ID>`)e!6OF(!'$tX!.c5\
+J+49'F0Y'RprMhepg,'=D[.@;pQ5-A\@Y!*dZf7,4sb\1m=ddhFfU#A;s1$-_.%o[
+fg"kKro[.Oa2B'W)B84nm8&OaJ&/R;kUhouOem-CAY3_HGq$cNk341)C/gf67dQio
+0r5At,E?=*EQ4o7@#;:FhF.XG\I>,)PLOb9PohoP_g?$^[(!FX)kXHlH>m1q)MWlP
+EibGW`ft@4%]%Fh\lD>X^U"H>BV80[#.o9R#!f`03+3a7DE&oOG-+=*b\uU9il(V#
+KP^)Brr=ld<K<U_K3D?j8p#iW8CY6l`kZi[F,1l']496K?Qqu-!2_PT+AJNL>*d^3
+@p]@A)S_#"*(L>BiD)M>BlE/09ktQ3Y/6=],`no&h\Jk%=I,p3NTlX^->$LV/lBT%
+mCl0Z8I/,+fdgp[.SJN;[N*+6E_nO4JD(MG;^9=.:lo@=YXF/f*m,k0_i&e4:la3H
+3-#I=R_hisKD1>-;(SEIYi*[/d7"NJ>Hh(##ZFu5\-HF'44&)c7?JP$#+urZqJ`L?
+5^r'%QY2/)kM`;Qo8ET\VW[U7Qg+-W&U*m6Su;Sg!N=n_R"nuVTC*)<g)qA(Z+1ah
+Ij0C*(I'ahht]M4Ds"_Prc5?jISS>!SK\Hb%k1XLm;$2DAg6(E0+`(:r__:EDLJ5P
+kHhDdL8teZbJcK^,bemGnhruM*%-3Jg@4>^(rAU.E?h>MJ*/.*Dop?$c6(1^c9FJ.
+4kJfWe[D!PlQ2IZ+DWB:[C@]Z+-%/&BAtime8LcS`^"_)Z.cA)d=E<3ALSIR#%3Q9
+3c.6<Nhc>pOXY/sV<OT4r6kTFS=f_3d!mW0_lpi;0:.(4"oaX,(74.]2Ymg)]D6>P
+FH5-\7*b,`(8D`]!%V=FcG]E([WT1JGQsKe3CZ?r@U^LtI]ak"RJ8f<2->NMMXR<>
+3V00>#Kbh3d/O+/!^Gipr6)-F95CALdPdT<E(C6I_dsN_o%Z\mpg*0XNkBGcrMf0)
+2P]#%c,5E*El)6&+6cq\T-n!#,\cCe("EGJSoId.Vu5A]rrAQL[/A7t5;T]a9CgXS
+7c\ianrZVMg"P3$G[`UH<`67WX%.:eN]#qg;`^]@#A-?X$0_!FTcHQi7lf@mQi[Fk
+%tDEn_TC_U$$prf1p=W>_t/@bnfO6KkM+j!]_o=gQU(-?StVl]gh:#h9dQ[1%JX/W
+Q<*dVAsAYEG@85R>%\0.IZn'7pAY+<2:CL-=Uu>?JUnr(S@3H\"u=U:*^[U6]c/2"
+BDg\`J".UH^[mNCI.A>b&!Nj]*eC6CIVQZD"e*pBc[TjM'RPEC.jInnnT2:1fRMhW
+PHjeLm4PD&2[3ET"Fs/lA-ea7L`F+bC,?#<,%J*/FVlLsrrC-s>5Yf.!2#AKHcZ1]
+e&Ig;h_&Rhg;_VTb^\e_OM%k`m6$>Q4!(Iu>HI347qqu'_"Taf<A#hdcX`7=gE"!K
+(rHo>VuasEFU'&HSNiSWIUW6Vc=u$YT$PKL@f4aHDra@B<d('=o$+5lbq-GJN6cIc
+MTVl9kW(RuJt95,g"sM*%qI&B=g@5_CU`<H+V.-d83bV]r8N[a'@[=g`[qY2i%N9G
+c3o]V+8O-%q1j7kJ*)7':E]XZh`[:7jkhmta^j\jMl3Oq+!ag-Nqf]@>4E*?^0TJ7
+c(<AW;t@X\*Ccem\2^93k`8*FrfV]j"q]("l7T(lmr)Yuo?feoo_orjT?7_PVtc/L
+!4RHXVK/<u&)UHhU]*fF]u]S<EJmKI5+Lj[Itk>AO8;klIZXWV):'8O89[c-!4m>.
+5(W-*3fNjirr>#GjdfW$5EikRR%@:(A2*=u@(0>L.?p)EH*&`#2$^T7Gl9Yk^[P7Q
+j3dS8A`h&="Ch`[KVNFk5RGC`4P.&Bq$cIooC!48O39a4q$YF(Ps0QGo^C!'!'9@N
+@_BCG*HGi["klM0`l_n`U'VreMD?sl)c1.QrX8_OlT7VD0m8kC1<l`=LdW)4.Zh!X
+?enDf4#Crq_F+GFgRYod,Q;bBc[Jgm!1\Z=deoI0WVi:#[e$,[o\Du]mre"@K^_8$
+ZJ1%lDBl)g!.h"j<[slXF$'@*h4(%@HS8a0m0K4aZ=BhimDM7Q%fJX%3m#Dp=@O6k
+iR$1%5P((B*hBE_c?]Eic9HSi?aP_qdWJ8;8CR6I)l3-N\qWk9[#nWh`%X2YZ!*RR
+p+s'3@6?:Y1(jh27gTU3;<$*F-`]V.c8k^rj<)T1q8:,GPN9J1aZd36!''lOl).e=
+C!k]t(";WI!2;7Vn[O6("&b?%fA]u:rrC^ndF%i(4Z7-;A*k9^KS^Fh?p>_7f;QYO
+2\;&!-J,Nsc_4_;mb7[@d'!1CgJufph0UJoBD`ME!9YTVR]GEI!-0*?LfPY+^<t8H
+B:V%WB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F
+'m=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj
+`EerJG&113YubPV?(2RPH+3BXrr=F=r8OXR"Fb(b!5qr9cH!/=j!1r2!9&0Pl+A!`
+^YV?7IcB_oe!L(7c93j'QBo`[1tHefqMTan&,7d$a1$jHl?N<kSB%TGq*,UA^Bp)m
+Z5o;q5NH<eBU\QB+F&"S/-\V6/RGoFCrgGbJEF5;*<m3a?'u=_C#V;I1JT?n6^WM;
+E<_jV@X*d5oYRQQ&4n`sq60i\al\PVXXK=SY2KEY3%EKk10&,!>f5'[ftnC(G.R+h
+7CWdnbVm?`4C5UeM.H)rCQQLS>gkH"7BENlV76m^4#-!gQ1^isi<1N:m?u@Q+fc;/
+:0V<<7\_XZ'+Z(NBj.M^BIcD4o,:^:ZKB1>+bj_i:=?lR*n]65Y?t2upAeC+lp1AN
+c'DhYBrp>MO9rpb#_PV<`.r*kM]I<!^9q=_I-B,n5/icIA9`96L(eJfSjd+&iK=n(
+1f,WaN.L-I4FAlj%t$CB"L2Is\ADf^RU[r!StP/-&iSXU7L"`pc);\n3\ksip<-/f
+b_EDr@f-CVj9`5FFq=7=36-[rh1c^9)@fs[KfLj.lnD!?CVEBKh1MJh[e0$?R$eau
+OQWHZ'O.jTq2P2ajR:@N.U@<Ice;Uh5$GY0\%9)RNd5K"95>Z9'C%p,j,9imY&(]p
+[P^45WK*lL/f]uV"';j`*KQCj=:DInQR9PG8UR#h*<XBS<m^c6jbl%Gr4V48<O1$=
+RR`d?JI*g?UkP59?DQ^9Y?.&jRX)1XSB3/&SpN953'[S-CD-6Bjo5=Drr=g]/"\A<
+o?1/uC!^aRGr5E^_lCemAk8D'NQ$'O+HIL*T<HafIUSjCP$$j-`7O^gPTqkJ(>VO-
+2e_+?J:I0K>"5T^_Z!k7W'!ra@afH?:A4,#=aCUZaY?g;bu(%OYPnl8d->Rp'%BbH
+N+3_II"8[I3ZM!U:8uQ5q4mNTarYNm?E*aIXm#;iPP'hGVV^O&`N<VGW21]!cmVa]
+&Pb1.-Uk5bUXdCdMI^:W\:fn*LikZ&ioJAd;;jX+l%D6"r0R>knn7(/a5oL=jma.K
+Y2Ht$]$RT,QJlA4;!%A(BdIqDbF.h.Crt<&eurA]r:XigR_e"F]PE2IgM1.*0n_Lk
+-HROb3R*?WiZI5>RJD34r`33J:?=TrjulJs=OhLOeF/r3p=GA'.Q^=11[m%?U^!^l
+\B4-YCJS4FH-?*[7)V`Q2o9a5[eh,J@nDVHK;ZE$P&&r:Q]sV+TQq?rqB(oKZY%c0
+?LmKX=D9Zf,KaMJ5I..X$St`"RccQ0eR[4mSp[Eu3>iLQal_IdLdXXO%:fXWk9'^(
+.pqmV^H9_l.fO"d/T*\d\!J3?CK"hi^a/Q'oU;'*?N"qX+)#elZi:#h\GlQFal;9Q
+cG[9bjqnL=j5]FijaL0Yc9?\Vr^oiG$3'uXr4(HDf:!Tof.Q3s\@\&:!HNg``0(Zl
+8Ap'OP>dN[qaIXSZ&Ulen])]u'I"di!kX'D_]3m<eZrtKrb_X$r`9#D=m4FDR=8C%
+oNkmn=nHtPk'L6>H.4+(P25/50NBqVPlUIop(t)>m_bRXU<12_.U)r[pD[Ai@?^d9
+FR#!>rr=j)k8uo=5<*aL/GXM]$UUImdeoirVM:(WFVKtQUp-/1@Zat`;+4-A?FY>(
+g+@5RjIT'sKI)^Z[N*"+DJ74F3<0]UeS1S+.k>ir,-m%4gVF65&ld@)Y5g*)VJ0Zf
+.<-D>hs#![WS,CC.K9Ajrr=Ra,ZDp,r`eS!BM%@0Lp"/4pNIE;['58j_s7q,`duIh
+VJ\J6g)Y*K8eT\#N8kWnJ>(;a?7[hMoX7=SEZOtNrr>$8q#U<-X&%jg3I)Aeo*s%J
+o3Kft-e#5rVad*A?83[SPe`o=g@c&dIC%Rg&CT`("-d=!i'5JJ/U;H*ZC?s3eN"iO
+VuHaeD>]e!PA?);bJ,?-Bc<PtI[/3h4HeOX4FP]E(C_UhT'E*Rh_9D,g9/oldsB6d
+R(M>R@R&*O).M(T`,6aK3&f'rO?]#EDZ%]Ka6)g'jnUPlqrIF$I(u`j]85#MDXR&G
+'Tbf6B5b/T.aiZ6Y0q!hBQ6eOjSGW=Hh4:@l/=XZSmeY[e'FYQr_WO:o!YU[^H?1k
+li(,>UClDJZd])rK-R.j%$$8rXJ?DR*7sn-^HZAr@B%`"_^#\C59#Y-gGk%A%jKXO
+?pDh1b:b4A;0bdWaSnNSgILhcT.KS;fX15)'mkcGZ6)tVG;Wi)k:H",e^Sc6U0=*]
+\?\bqfO)`;nVhJHO!]^dq**&M2eL$7Rh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113
+YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RP
+CfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG'URgBE%rZTD[]HrWI[arrBu=
+;9m4dJ)_c\rrD#&J*FTcI)"N*hL=JNs3s(,L:[#,/g4Dh[>e8eU7XRVrX850hB[TM
+j85E8+auKJ1<\uE#+Xh+Ie4-kUho<ogbc/@]fTkoJ-S!+.#r47[^&H!h0si)BoZ47
+CL6fi'ElHQ!SMr."_bX&WK2^&QX:^W2]!iMLG=l_g*7m+i!Q6,eoN<]XZ9rRM&U72
+jB[+G=V^`0+Dae.i435aJ#.3J9E5dpY\=UYP$&c^[8nN^")aLE/e&1%j-a<DZWs4K
+G&Ba.P`Q+J0^@*JOK*rB^01`c;OOsPHYg*%i]"cU4/He,bJEpP\XD^]Xh0YhgDmIB
+)`]li9]?W2_!C+.4HMI:)^HZ][2X.8T8,QCV0u\0)#2JV,;di\ZL#4HG9-,nS!l2F
+cQoaY_W.?m?Bi;^-@"f(DJ$C>4VE!_$>=cb0,Z!0$,aB5PLlrT6`&$n>1^:QK>\3T
+^pC0\/VD!7YhL^fXeal-_(`+s.-]J3`!UZ*`2B_,9ki6/$)eTX,A1GD7%K2!Jt.BD
+SVD*@m>rW"K>JPVrAYPEZ4IA#pV:qToLO-5?fQ[$JPO:1Qot>Fq0Q;So(^V?X`mg<
+:Mitr[#7/N(p-h9&#f/ClK3XuVqWuskd&MNNNe0S%A2f`f?$-?)Kn"Lbe5N)dPRM=
+bF1W$k1q[mon6C-9qYu!QL^DSL?:RS+aBeS'p4W4<L&-30Mb9(*6^0;8?RDNp@9GI
+H]"5KZ+I688GqJooo0Q2c?*?56h79[9<(SGSR0PmlsdAV%#lNm->!u#YiAW)alVme
+d)k69V)nd4DGBaECE/I!_5C_nPWpnhI,T6c+S+]`1dNFsf.:h4XX\Z7/tf-_U3EO@
+iWk.,?A?+=j>6#_J6\oW<l]lG;YPPL/,-!04U\Pgk$KoXISnM\p&>"HC63-J9o*/X
+?;=2qFpNo([:a\m'bN`D@MM0V.)UfmH&R!C`?Y,$T6F7t#<-0#a7FpW]"YGX](1?@
+oP6T^A:hj*e2.Q3XVp1CA+^3#Oq>Qkk!T<^)3T(tUJl^ujogImdU(j)*tWIelrsDh
+o5dO.](713iU8MY=nthSm5=9Ga%^?=80j34kEGeP1:Tm9;VWK]9e]()PgHqqJ2%2W
+Vi5g9@@itaV<%S^br4EQYh#JWf5L:SD_^KR-uV`P9Y)Jpp9L<B=ola1:F/o?71F7]
+g"O)@:3ja3&XgX7=NklOH&M:kln[R[e$;]JH%sL7e9ns+gq,/qRI94BdXn0(BqVo'
+n\_U.,LV.f:OTk;4>>idAM?8$(4IN!oVisSFo_,XS[;`M6_`@OP"cWom\p\W@aN&)
+Xjt9M`Y\gIXWqSN]1\sCW\PEFnANEFJHP?a&s//5@1</9Rbh#Pr3D7PG'h?*nl5H2
+*ajT`gUXh@9;pE46JIQ[aPkVO*t`!X\ALh+/tcq:4_302a5+u8.?G/$kj4o*\tu"#
+VeQ"1T5^,t)P+5oG#pDeXH:_Z8DS]^=:pqR7'XtU@Z5+BmgOm^@G.i&`JpGMlc1:8
+AIOd80Hl`_=Oal`j'%aX"TTL*[R)e0+:c/Gqie@kp/e;?Bkqmjn?(231.<scj\Y4Z
+#=bCf!:C?TiKUitOgiFHlk/OXOc3j`\ue%BbL2%^RSs3YQn3nrKXX-SZ[s\6i:Sre
+FURlkU6eZ7h'u+H1ec>bWY$It.dV=V.!"/H`'N+2n$<;jh:R#<G9dTq95D5(6aM*'
+lH>%*!NQJGSX*N@i*dn5(M.oaj!$6bj72V54"JiYeWa!R^/'Z8[nSpsK(e'^bcjkW
+`nF>p^l?5Kj8^o)TfcM;%1`"T)-gqM^0;]"6Afpl/P9nES4Pth=/[Tm'^:Yiq(4ZN
+^3KRqo&o-$)F_u>kF*gl]:59_&$*Rr(6[+_lV`s+'C^PVS:hR*cugQg1n%+lWGpl5
+Iouc"lt8$RA_AQ\[;.pL8(+fi4diB/RlE(&S^aDODBi:o/>mH3Yc,WX0hV^BA"L[c
+`;@BFa;Yo]0JE:ePSo_7Z@e@sE^Zt4O3J_Ve%DI;]mJ"-_n::cQF-O[:K<Pl1:l5o
+7afFV(Nps$cjmTKE1TXW6s5YFK<Vgq1=PiQaOaa)o*:_[ec,V>BRX.7(J<2[midiL
+D]U;R8>1tHH(%14N$>!^Ais$+R@/CX;iYgJO/c]G&*V]+PLFcB&]b6lNkkL@k5Los
+W*%_Yq*3/.*PSF$_-sD0=q/\VO!KB.#A!KK&B*pI6lmUaAYI0G,&iYb!>[n,_'2.V
+3kqZ-.Kqlq!1f0/FR7kWgMstqgO)a]%4ue9$*SLK4'QK9W'm)==#\N@l>.\(4=-//
+X-3IQGcYg\,9;r&PpgZb1B[eFeaKrsH[_"J'O?Iq:P9?Gb5>"?(7gKK^>oWDaklsG
+fk%T=U6tA"]<I4;IU^e(YG,c\@+APXdr^Lk\\4._1-3FG84D@K=Y*t+65s'%3t;m@
+C)WaE"2DSG?P2Dpr-Oa5PHk+[nJsAi6fNt[m#QG$brU?<Zl@=GC2%Z>Q'$o0.nGWJ
+43oBD)FkVhO_8Vojd=tH8qOYUH%4)fCU[6rbN3Sf6M+d\"jX/a*"bC,i/Ejk<prY&
+_il/G*[#i]ZuL$*]-Z=4raB.BTLebRIB9F$]hu5uI\-=k=L#HdZO&+-J32d/f]]1b
+c0?>D'H$B3nmf;<)$'(gr-V8Q44t23hPGNpNtIEj-f1LX+drYu(R@2,k!(d";bPWg
+?$j[P1"uGY99EC,@VK:CP!fgV;DqYXk-Z2/Vf>DRc_JutN]H0S6R6P)l0^`^0T<r,
+".46N\!Zg_r5Wa;GEMn*9&440lB"IHn2AY9OL[$k*`=WD8;rK9q?'F(SVJk>'M0R6
+8s)UVQ]ai^6E5pJ,an];jQ1A,o&&5c*L\LGViE4!RQ7(4"2QH@AT_E]AK[(##,$oK
+Ub#RnVdoPtO\0M18n<#@Cp`QcTV3KcA&V_?e$+\Aa'q0H^/tlc<c'h]U+Q\+eWsVE
+4Si-Il/B?\(ehicY>*RCmY`'UOakS>c!MrL=PMM7H)g#dhAc??:?pZ;mG?mtH;0Wm
+L!_&)&I_?4IaQejbI!^3g6!V=![;(`rFBRmUa+.;ctolE^U(;]J<L0'1!^/7`0?BO
+/OAX+b,#aa@X3ZN$-90R@]n$8rbVT7jR`BOS5fLg^lQ`)pkn>sf_,jRA9OUC0+\"?
+K9)AraEu7g?(_/IGN>5Kq#VZJ!S-j1pY@`R:])!:mD=A,nc&U"Gr\@OP(/firr>+"
+RRgep2Wt&p2Kbt!cBYRX>k89L%R*F8c_mL,:VnSB$oB$$I!H0]@:Ybdd>SGV.Np*9
+eKBFN0kjL\Lf:k>pgn^2@VsE2YY/"b>Da1Z2BFkZQ@uKp0dj+Df`[4sVjZQGg6LTV
+fU@m46&1Gsrp7**9ftOZ-5ihTcVH5L]^>A9/dUTaWM%*IQs(:V8oL1M>cklmA%fc)
+[(/c&=qXEI_ba=pF9jM)_(%BZn<&=M_WlG'DcJ_AJ&nh\acj]K=\jd1G3DG]r8gp(
+3pDHK^XE:6V)d0*^TGUm;&QCAVYR@Dl,@IDrB@..\ToNqA'(/'6VZh*S^Yd9bYs5V
+eJ-YJ[P/ilm.!l3/8A;2D+!2A4C3u&(oX,Cb^]jNT#t.^'+#p\D1[C3ofE7_]La,C
+FR>6NK$fd!SV21Tc-89OqXZ2,=q8H;rm/tc(=u<t;54a62RMg)M$ec/Ho;oE0#Ln5
+:&IaeH*\!u6qW&HJM,5jq6O`0Kn&o6k;uJ^NC)Amr5>4&OZ]OiG<ljHOt6&^AQL<W
+XMBO)&i2bX1MJRZYtJ:7/NAjP"/oXi98)g+Cf7"@0SB@Ef1l2$d_@8Z]j^a&WPbcc
+@`9Y0e1RJ?jcE]7.r:Ob`"k?Z<;T@a_l9WZcY;uoDJmkF50SkD!d4h)^VOkY69`,#
+YlsH\k'MS9>^gY.+-^n2-VM-:7?gMdX'!\t*=emX36,r[C3FI==O^mAiI<*':eXW5
+KFdX&ilhI:[;p6`59l6eL6cTa2pNI:e>#M)09\N?EkZ8=/`\Zkl;tR$>ug>;"]WCc
+lSL:,I4>E]_Mi3ri,`GJW.FSP`tK%a@i/N+%mk\,qP+oN)"e',.>WF[H!a28YPdFq
+QFs9$]Wp]^pQj7Up/ki;8rE;:`o`st>)]8/.Q7Sam6+KE+)F_0%8Ru1FW1A*H+!`n
+X)[HXr4D)%48E+,)AhM]SZf+Wf59Xj1B-ac5&di]fj9umr=<3d9#rg-<a!qRd$7ME
+WJq3fiQk5peEQ.s_%VdE@PWf58(Itd''K0SM/UOt2B^-f7(A5-`.'Wc)fIk<8EtN[
+<:ZTHR-tgaBn/,2lI5"h7ANR22,t]u3[6Q"=&/D24",qneODLW(dj%gn;.W>p,r8=
+B@[S`Fu_GX_=MQFjNT#'DV%45=jnP)[Y%\+]/J,)QWGlqUVragJl3#b+L:Y*QlV`l
+NjC1Q,Qt,OeaeQ_rS3kg1D,$Rc>Vh32pY[)X80MCjmOth)?uUPk3Jrel<Q;`bsDY`
+2T._?3P1:Yd"7sc+F_opR@gFD(jH[`9Se3VF:RKneh#R[L<oF[5e-Ci^#WH_mdEY0
+7e4$Q;op(kM3Y::gT(LmMVdS;J/P9kO\"LVZQfr3R@3qZ21B.[0,Gs&3<&seK_S+R
+n+q?jLuI6/k3Lb*>5?K@f"CVM<TPkm=i7$6@JO-O2u`m;%6bDRXa(&<#,nb@RX'38
+gK[\?'Cq"S>-oNKN]e_e-8"`0&Kpb'nR6C'E?B*ViZ(f#Qtni&XSI36o)`#aX4^!h
+\n0rKKn,7dd^b#bN`GgMa7%8*/D2abLFsM[I)5%$c.V:+2-X<Wk0G1L>59ts^SUk+
+q.0`4\`PIfhW>bji@lKBTNQ<+^gO>bgbP'jkssF5EM/6p*4bY$0V2WF9b[JND;IE?
+k:i5nJRPtPOUH(]H*><g5lB""/9*n;p"q113fiCUOl<ue1bE23$ZJ(gNjb-tcuH50
+Z&Pb>10RsIVcSX-Q\c$#-aA`8,0A_l:oPNlBn_r,B_=AEo,7-YjmK04V6?G4O"eE4
+%k)^hr^3_K1HhV3UdK&G2`@0M5oQtuK1/+YMGt&NVoLoGLu/2hN.BZ]4oPBRb2Mr1
+Z,2JL4QkmSrr=r.hjA`@K5[FYDp,Wd/6Z/-/io!KSL!f3>SiCuA7n_4-f@)9DCKu(
+@DT_h0dA,<&q?C!gk#Hk1`2C$[>Xj!<:bJQT9C=AeNDf;Wa,O7c"V+YcS*?`O%Mgi
+1s,3]2DB.6DJe5F!:qMd\#<Dj6us>'nSq&>#]C>>Y$c0#T`(Dq=;L64U[*67Zf`DW
+6`'*TDO\cJ!16fu`,FcI8pb4ajMLu.[^spq5UNr?.J2AHX!-736^ME5j+\P/,TnjO
+PUHQCI9%V=&j4Md9i:'>0(Ld_?;UR7nhf'5Quu!G^%mW`Ac,W9MhF!oCV#1>U'=t[
+eJ'W+;jV[Y6(;)?&J7hE@:-nolr]8bo=&/>>kt^/r4^a32[AIdTqZ<<EU'!iSY7Kb
+oHf_?CsrR:Y:Z1sd[EPfcQbZQ*4H!B.*O[G,>fIA`XGWK-I)CfedpI>0(fG/G3g$A
+7HWLO9k2N$13r=nnqF6,RTuFfdPT9:0kYQOUqq7">dTVaDA5YipMKEmW$Hs)@uEho
+6\7'P+A(IKe\WiKh@K^ZpJ0#Uq0fF%q5;;_9(OC&LbH17(J_`Z8Au-7F)N%]E?1C0
+)@m8.p6Lk&D-gI%2o-\%7[kMpDX?uOO*Tn]+3VtWrb:9crr?0Oom?(19nQ?k-Mk;f
+F')daCLYlp!*2XE*Fk0bS!Q<J[GlFCr`X_.9hb3L`ZkME6kT*37N?V_ofYCLg5.&$
+Ci44X=7[c?I,CW)H#lsV4na`3H,[G*XQikbgIJ"Uhq,?+hTju7.iWc/ij0j-[60kr
+EuRQBL0Rk)Q\OOVj8a8TX,GljaNCR@:"-;MaPDQIVrXs%o4(tP][a.>?,QK!A#FC^
+\m'j[VjBo6B.Ct-2NC6nhohJtZ,`l9SeHd#_'sE,^roG[R+]3\dI$MHrrD3mS,C0s
+?>Io$>/@Ij5KfZQlW0,JUb289eVn\#O?l)2Q%t+W3W0F=Gp4MZEJXNO^PdK0#1^fh
+RUPg]K6cP&.`]g5@+T;21$4W^GLO(+Zki%=AL5gGUqH2JCt%aXjOB/0QhQbmcdGT^
+Qt2GsJAs`6'DtkrYH!?W!/b28":k/,>a>+Lao5`"^J*m!RMnP.RP'_I/pr@:YBOo3
+WQ-%@N7M'mgrj@G*f3"8No(^E+h(;$NNLH\%ft,>\Iij:"u3?"29#NNN'$cOTQK'P
+`i1Lq<V!!aqIZ;a6053q=`j$\.ZR/5"#NiP;n,)f28l%T5]Rf!2gsbXb9CV9[l>,`
+Snl\8JYR[2&'TCfF',u29[kp?)FFhXYMmtVKj)LEfcp\QVPFhTQRir@HBF\U&BCDB
+FJft/G8smW?MEsEEb!P@@rmE,5&Jp1r36+`f)G_D4BeqS2*Wq6UL,]?eu<3Koi2!q
+'>\q`j:B_,pb_N_Xjc8Sdln`BZatCp,kj:bF0n-#A`c3/8Yp3!/to3/RVB.ZX_%AC
+_fH=pOf:];<ZojF5)b01mLJ)Q=`eF=B:Z]Ijo5<0raGe$?(F/22p*plg8t.0Ve]<(
+(!`9hVNl-c1/oug.3XP[85KhRL2AYXbF_RpE>(&<#PBX9!V%<1f_T'$CmsNXr4qoQ
+YN1T\?"Vt]MceC2c)nFX1L>K5BKinJ%BOC\Ag\5<bK,]:dkt<60Zm'AV+-/G+hmql
+jXP'Rk7"r9r8I6Gq:f9IPNn"*BKH-lV>3b[LJlT/d:5ltjmA3_6IJ\BOPK\DjCUN>
+>teL:/(&)#kV5O<b;b%q%)!9/(];s,Z1:%]]gn9b#?#S@292*Or9Yf>Som7RBKC@*
+[2?#.RB#K&;&p3:4fU!a>QmJG2^X#QN39o5iY"O`)2F)/kGI7f#g7a<85(*<J_jW&
+NG_#B3MZbuXiT[hT[Z*!q0euDBmsXDmc;pu!&@$3Ft`7e_M`-@gN.4NZ%bQ_b`$s;
+e=H:nQ.q]2D/kDg*&qr/J03jFGPrRV@C1=Q>tWT-LQJ,bH(W5CB)K_Wb[!lb)Q&u^
+ZMHbE(SU[I9nu6KSe\`L[WmY"Qs8/#S\kNLdjP:[%#ukV@AXm[KWB1e98f`3!56,$
+A.=I)\R&SA!#>KHCOTcZkK_f=PB?,-,Kn]-5)H&A0cO?Q92GE.Z:ca2aO;WH!/\E"
+]Rd67eVlOS0o1ZW8jLRJ^be9`N(4[^m-DEP>4qmqRf<@?r0c[f9ZR!&>LG*@FVfaV
+UJC??;3cWA1K8q[VI9+hP\KeH_De2SpG.NQDU1@hZI<"Ka5kR:^G)khn#b8=FU"Se
+H"+Wm@ahFGm4R8QoR,"B:1TFlMTkMDq=<NA!&J2=/2[1_L,bnr7sT#',4$B=YoKg5
+$k.jEYhN'gr71CfZh]5,Q/pM4Vt-.Q/res3D*LkGT[VndhU2^rD+<7@9U>g+-)h;d
+,3-HCpl8Z#)BCppN3eB$Lm5%u,[!<n./btaOCKNVY+W\c[9kn-5&Jb+5KjM;B0t!g
+8(&U/mkb@0T0]ltRQ0<;e+G,H)1R-Z=V>0NEF]+1DS#Fp##'&tSjGn/<X>[l`9euK
+E:-6HZ07s?pKNhWcXCkOQ<M/YZr,YemZ9#,A26W[IZq1t>nt_lK@C)1h_9-R#;f,g
+RQg^@]sO5E$CYA)C<uKkr4D*9D)IA-c*#<$,5Gg:/8d"ADX4QQ/oGSPpm.UF8d:tH
+)e$a.hB[?@/eE6?rouf/,@]5EFOkC',kA.(XF/@W?S(K/??Wg,4Q!&P'&0jsBl>>X
+W*P3g\le&`L3L+.=](Z^$Hr-4I.3(n3MdQb-5R=;VjI\.`#/.PafH/uqR[6?21,?'
+-#,V_noh;$I<Sf@f1j\3oF4PQL?DpP\CE5XZ<]11&Q353d!@8/bsOWtMA]l5%:2/"
+Z+rh1+@du'L]TncHP+E2)STdN27'NAf?Kn3Z%pS1<bpMi6b'YtG(H?#]!epkY+_e.
+G.QH`]WsAmA;3RPAV<XuMn4Z(!#^(1iQ,GlMtBV07qe(r>CX4/i5^YC%`q53mJPGo
+Wuij;CWg$mo+n_uT"MokDRE.7qa\?-[t_obmT=;nDPL0&/e,<jj;Wp9:^3e,k[fNN
+.F0CR&:kr0R_&[O,J=K@A.3Vcm'[(:S+M3nFhX.'%6bUd8[Ot6r@[8'MLACB?STa%
+eka_[E8IPc\I'QJnrVoK6K%BBOd@_6R6l/Z,pU>Sl&`qpN'/QJ-!PEC-8H>iDmdM^
+3u@"mY@F[0C-.=_6WV]#X`JW!G+.uUeEq,rR?h&M[0jYg#N2cX=uRe3,H02QSijq0
+hN+Su+H+p=1-&QAa6`_fH0-\Ko-_aG>/,t`r5%s%T'r;og<?Qj&gWoXQtFgNO`uu>
+j="(M</$Gu1`<pTl6D0ICjAJ0Q5K,mcg$js5LLWsc!gar*::%IJLu@+oW<&WPO$ql
+gj(DInun0uMf1[kEWqp'7D+6GeB#:I\<IOl^u5XEV--*d1E/8c:D?2#:,A!jQRKoo
+YEp[JEBMY.!df_5,B'.gh,!/b;1CA!Xabc^%3Il"6QTXa?Wk%Nr?Q":G7:)X"kkBd
+<*jOYENi`g:Pp"NO!*AFK_S(?e'l'GHdaS5?UhV;lc=iXcnGD!.=AZI]757*lTRnS
+e8D&2,nnAO&2'7m#fT(;'$C,;l,tfh]K'upb$lQ)1!!0-`IDo<csK:c_L&I@H,j%Y
+A,1IGo1Z`4[/U,o)NKG5e4C=q%[dQf')99Z,p57m9<0a/=Obodc)r\Ee)Jg!1uWHn
+GYDHs,FCjsb3hu2<mPRaGAZO-I,h@)'2I/,frO?9:Xe[5X`YRW:JJ1FkF5FtM&&a`
+Xs-o<4(X@@&E?5B]i+!W`kZ]Q(sS/Z&tSAt.7\:@jnPWjSgqFD"`QLUk.TWF'K6P2
+A,3>n/S9jr#E-rEW:bj?;-YV>O"<q2Z;DlbKi]XlBX,Q`)(,ZI*ao!J2nPU^IIt[Y
+?>X65auUo75;4qM;bHX=Nk;=V)?eOCC49L\M^5e.C"2L_)<+e-4Cs9,#oef'\r]]'
+'VN:mcScC^'+l+46&3oA'=X>OVeJ$u1VQ-X<mX3N!XR_nNFR\td8:&]I/mlfmrhE7
+\>urFY0T$*D#XLroD\f\<;us6O3KoaMX!4Sp(.(3G+\[c&,eG>O-fabHdCJQTE!IK
+q(!mi,U*Gjqj>nlrrAg[cV"3;K$ah3cMmn*nc&U"H"Z5GjcuaGjI6HB=,aU'DgtaL
+A[]-?k"]FRG!A+[d>h-E2>BX-fg_ZF,aQ^>lr8*F.ZL*h.^\U4N34(>8[i%d8i!lJ
+b9c8F1,pP558>pDR*moiBPHu6r,Oe_!h@?o)[.0h1m\fqeR1qNh6@=oK$1o4p$p9r
+=aI"_@AL\ZcXN>Y[bp;KeD^p3%r-?"o%YLPM@.jUbK2I=]D`[54IUFWZO6HJcDtWk
+Ml>H,rr>18l*K"CR$](]bqeCFKk'V4K*W/&i+Ch'&Ri]&LPL!EjRl@9#KmoU^8n$2
+I`T)CJ$;fJEkspfZpm/U!01`G5+e+Qh'!L;D(,ec1J5Ra,'0D\##65mN[<Q84Z'?Z
+Smu`^ori2q)C=aYj\!'e&P_hdOV0S=1o.oaA!aHT@nc/GSn'#f%#:]XEHQ2iJP+-\
+>T7C\Z$,p9Y"C[DF-$QZ(j>.rB@PZ$@+;C/P7ZQJ,fH#-Q&qq=lGn:?frcOTLTr'P
+#HgF)R+&:j!#h(D0o@!+OeR_MmnAWiFps1+m=@ap_ZA2@D6[8fAc#[MdsBs3+Sdo_
+B4-E9*R7(E7(4ei[_(U-/btT/\(7r(DWB8aD-Fq0lRU_j3=W;dlBmsnaWD\M=+&Zb
+]2);%`,S&&&pU@p1A+XSW#gm+!B+-bNgOVD^FNu(;6W)gQaGt`gIW`Tl>W8]k.$ZH
+P'NmdRH9RW=*?-BEt_E?-@)$'n+o+rj?<qgn;7Za.HJf,a5rHEcd=ZAq-;UD39ZO!
+Op8<<Ss'C)OhZlqQ>EkOiu&n"]4DO'Mm0\5T9_Z7nm8)6X6;TTOm89VlXp!Qjk\Jb
+l"Z4"D5!9`BppH&$Lg@_1a]#1<jT/U)Rp&`OPq10!^$.J&3,`=gioi.)"MiCoh?r3
+f(Aja-W[L]e?n$u1Ca#2e8$ls7bq))E'j`rQnU:KK]6`6W+8.Uh42X:ngj:bdc/i#
+dI-G]Z'm-.1op"B;7s,b8/s`d*LujW#iNK5*%7TiFNq7#gX]oUiUHmtXtYN?\?Du%
+9:)7KD1KY<m-,F;Kr=0UC3%tB[dr`CNIRq=e<t2X1l04f:?<Zs[t\XS1&ssr&OQA_
+NLcLY$W"7^n+FaE=S5B`$[Z[dZ!L<uC0\WRH4E-6F<0n^&0albP@"+a9'c_\GsfdO
+[_(Z$!&NNsG1RdCnu92"!"WiRT>.d<aG^oC)h[ip6Uh;urC(bJC,83sn]!sdFi6<^
+'4T<t#m[DP8[>_8#diJAkupOD\#@q_U_gaT\m*EklZ2U@OX(4V8NSJCWdluK)k7cS
+njY>hg*2(Bg#ZN()`nE"rr=5<B?^)^h<TAt=4]019jj/D2/fNk1cH%8`>NqMQJOP#
+oIEeq\*<Qg[/U-^98@J5pS'_>g-psU'<lAXj\6CpRbm(*Z&\O)CHL8VUjbReD+,4%
+\Gd6_8uSE\[`Y9m^ed0afVD`VRW"F44X'J)1trl7+&o\VZbBu29>P0GK&$qa4!\@8
+_^q":E>tWJc&d)oSkASG<ZYDm,L`Ak%jsIPH#DBrj(d/l4gZMa.\75CauNO5M9.M`
+Dg?F"g,_;?(*A`H6.9cE4\jHuR4eED1m<3([I*"p@O5>6%D5Ci7>UsD^?N[H[_jnA
+p9(GIB,OKZrEblEo-UX<f^MAHY"lh,?^8?"Ydp4bgJ*fY9i3dHXe+h?96`+bQ:]$G
+p?sGj,%[%qJg^eZ,\9"/\ar3Y;WJ+f!0IM'c#<,CL`Dt:00^i^K;`OO>.rdNl:ZVK
+0=;f_>[4G&F`sT`>[5o4U>B$&TU'+G,,V7Tla7rSLDVita;=>.a-Uh.*KrQl057jR
+HHlDbZ9`cu)'bVR\55bfie_&4C6A`F:qKX\UeH:Ah/`Dlp0.c0N@.6#d'T?&7+,II
+/Mfr+MU,&*>*Xs^&0tpL&l05BDK+a&ZVFGe\ObC;CMq"/jGtjqQY_&J1q<Pc5\[O?
+23se7i>^NH[kNnhEqj3BgRP\jSC,Du$$qCOr.s;r@i>iu`TQ=6O>RElY2/=uaQojc
+Eo,VjY7f\$7**fi`"43ZOgL.m?\kIVf;Zuq4fta'&gJR4$kK-QM<K-?if4T:0t@.a
+nn$qGQu?n"YH8m)7+$:;b"8KhG?j0!RRadY4V8i.d!C71Hm<t!EU=c7EP_cDZ($TD
+`"2OOnEt]`8MLGCk3OV)r0@2nZ5SR*)GA85?VR"ZeF3&<bIcMs[/&Aqm94k)Ujl.E
+W<s-k7c`X:G*\mW!`IYiTEI^XclCCe`&f9Z@e+H(r7@btMm$5/on7?S27i@'Uk37c
+0hheu1.`1::PI2K%irr)@*Ol>6';kUn0%VE]4Q81-fpsHBKf:RnMF?\=`kKMe1Y_-
+DD,m?B\/,fPMF8)OJ?266'Ki6Eb]1+1,$]SO-Dn+?'9r&TR9]`1$J_lc"t-B]Rctq
+QFaK$LguUbkhg+.CL#Z/SSN=MR+tou1oB+W%)db&N[JtCbl"$,Sp8717=S9V++1,F
+r(7)WFsjKm9`A@DT(c7!f(:Vu2S6r9gCLC@a(9TA,0#gOfuGS[,`8Up4!uVHItUYW
+m9O$(`]3-d5=qMZ&U-Q3ES%Bn(e!s*cC8_ZgVY![p*0T7GQG#dJ-C!P8jEKBYR[k3
+Bq"^KhNP%ngZk5.Tc&U^::l?pL1nn5FF'o.7Ms9eR%+Hq*/OQMksa:MCqh2Z/aTXB
+DFTb4HBo5`F/NaKL8UtW=^0&M%26crF)rTLT`D:6n<sq]B$W,HlEXphbb>8Ad#;OB
+EW_-qfSG+#fO_/`;>D/<eZX+t6VNkSC8*Gb/Zn-jU_j#nn3_J>D_uIZ6Mr]`,cqd1
+$=t-)d*uLBECN45p:,]E\jTZq&>gS^"oeSFZ1<tNL-IL6)5Pe+QsACd/`"pBEEoMi
+CN1AY8o<!A]*8R=e8N&j>5[Oq_deAdI3XQ.j$0T"b0hI7[ps:T!%[u<BleQB#+Xu1
+\sth"QHaJip;q^dcdrqWD9T_Y9Pu@*E)7FP:L%u,obla63G\k>**$5dEH<rp(OH;3
+[pUddnor.ncDbreC-!`E2PiIilP:phEts]4a8f@]/>JJIk@);.aG.&AX+qd1C,+`;
+`2n0E%#9q0=S\V?9<rDITP:udUT3V1QH9W3Xnj-8mZ\X5oi1SBW3$:.1_^$HALS/o
+ln@a;Za&4BLSs>S9ob")5dkuFR0),Wp5;hR7"U;kOX/E2iQF5mOds[[eIeH'f`BX<
+-%@Q?bKWfR;:/ome!#2m>d1]N]XG,ZT5)VjBai)kaEWTI>+0h=bj6@PWl'mL1)7sU
+@V&i^6s(OM@WBDfSV+?=b)[kEP>mlPeLW<h;S%]:oc&f.gUe!!_\aOA]3@k$=i,bU
+jp;--R9lAi1[3n-#mricN2tcBdWe-bjnu.LAD5"o\GC#rlGVF?Xd@VAKn@K['lBfD
+O0/(qnHBmLV*P+S!8roOlD'0pitQE\)"DKnT3P`AImZdOcL/eMR/F@fH*]uOco'R!
+H)9BeqTZNoN3S5j6m:T%ALcm\&4*8;0]elGK-Um<j:C+Dfc#e>a3-3VW*?n![r?)J
+m;%%XeublEXW&s'=.R/U^jnd((j7p)51A"WL<P&m`Bkg4[c>I0#@mq\^QY*3TAZh)
+8(2?eY_13JlTT$tI7EGXZr(O@Kq_>oNAoE*a!B%^Kme_k="V>Dq1_IOOVT*;*&6@j
+KCi4TrH@"A6\a8S[f!)p6lI,?T`0am/TkibY;Ii@mVXAcRd/RkmHtncj>S(;A5aFg
+paP^]1%KLBI(<aQ6j"#d!!Gg',Lc,9FeId/+U@)kjnpRi'R^MXX6/&BLWmM=\[f:1
+^K.8/,_g#>Ot?\I/K`qT+,"1&g00o#%Q`MnM?&'0_4bCb?$S.aid*[%O7Jd^CSGQ-
+?+I8QeTAK&BW`sd;Ud@<AQ`lp@$2DjRH0's+;JSC83>D4A_NT:OCdF-PXPq<@OgfA
+!3(861>r_],5e)(9KI=aS<hl[3eYl8?#";Xl48?l>B1:;G]#ZP':Vid"l/L.T5*Y&
+P\%AW)\*/CrrAmu+0sBa%u[`%jj,Jl*`UTudPO%(W`Va]9>J0_,Khm2-'h\FB9Gc/
+@a*-9PM\(#AY*_9,fh8,!V3B\\0Oo3lk-,Y>(2YfWATVB"M3.LC)WkLCG!`M*%"$N
+G:<k.[bE=REb'ubja80NH[n#Zg"8Zkra#=]=k0oCG>n)2Q/8XFB^b']?N&p_jj'7^
+l?u]2#iq]R(#0j`Ab";_KHgLN9P)-IFM#T.YBpp"PB?.@dm#8YO/6T.X[/i/FfS*2
+[Z<TMrT2SjP?>).ge7<s>WT&H$W4,TSPE=W?_9/K,pC-:`Bl9ur3lAun;G%/?t&je
+jAjWEFB#QYNmgS0CRlO*FW9:`AF1J5<nd#ooqFeo&B:daJ8MO65Eth'IO3"TUZmaM
+jstN8]HPpET`/)>0?X`:\e^,4TCjd.D.3]=Ok]3r(;Eb=jdFqmjH^^b1D3L;58O&'
+h4^dk#g"hfLkTXM#Wt@RE%-`T3]e)J5NU4VI,B3^WTt=d$*.e0]sXH:Vqp.mpLsbh
+)<!C*8JAIAJ9\=C]8cAB*G0./N+Toj+W1fTJP"\MJGcVA:pCpRBZgjPdghBN)5iJ5
+Rn`R=JlRn'$(L[Z_fFkPE"-Df/hSaN\@D^V/mPEfE^pCY)YmIVH4Q3VY3kjCBd7I]
+;/rPk>gG:`c-32>20l>W*_@H2-rm<E!Ob?ZUFpfo1Ws/+!!2-^J-RH4ZRSVS@]mt5
+]0+jDZi:#hci.o_rr<*b2#dR8/#_W@fK\ngg4/V)5P3eB5%!b%mltf8J,e+Nr0rd$
+P9N=(r,oD'?hud!oT/c"@_UPDrN@=?Q_'-q[sh\5<L-G(qZ=,h^UOGpIsQ12l;RO-
+X9f-:VKmoW(m`dcQ)2B=VlXS*^KtrPR\/cq&b7mgbKR9/C!O?bbhW/h37U#MY0I\"
+$;N8S!&&/l"1#k&gR]k/hD"K4aO15C=#%^P;S.',ckqmLYuU>rgG9"lnu8M(TYioS
+<"bHQ)n=c_na,P'-0T\#9iKl&H,E/K[B0EkO\%G)gH*oXb"G]R\YfB,/?34iLjHVq
+U-n)__BZX'4+$n1>DQ:SDHkUgUFLqX8"A(CN[\/>[Da.GoEMi;RP9p;9nuN9FF&B*
+\E7%#'$?u7RPiuDfB&7t;6&jB^Ti"_!"ho/*N?\\!`8Ze\X)fYS*CL8>!Mp[k;j'b
+L]A12P<m9U8.jYK).S+hBt!g]ZC>:@oYcW+AXeHc[TLdKE_C*k[pF]c^dCuKCmRbe
+*'UhWq[X+"Bqea%6apEo88Yg;SOO9uJkCS5'CV,*-!?+,[aiMJ-RK4A?EnNNgF0AQ
+@FubZ(7!UEZJiE$]*:b&S9Rs5%&qll(OV'1'^SqjGMa+H*/+(O0G'=OJlGQW8dhn'
+na2=a],0N^M-hNYlr=ssD1dcm#A(5]"ONcLM3o$+<S8JbrrAM[5;\?p9a:+P&8=)p
+l'I`P*/b-7[390RUif\%7`UEDAXAK/>,_SifVaCR0gpO^\Fip6MS%tT9'f%<nf%ru
+]BbJDhT?]`S>*@!#h62#6j8t)C]LHVFes7>b5N@W93^_$k2,YCSc\1S\4E=CZEOL,
+%cE5'N2=E9%n+mN?QkIGeq[ZtS`UA;<P?tjq^K3_^FrigVQCXI4Xm1\-WR,G)TO%j
+NuZ6aK-hF%EtoREA**eH^R.8FISRe@CZCf=+AFp1H\g]`G<A_'B6$6;%ETmT-[^J/
+?$h`#G!7o%6ru\m>QU]>Je(0X&M\FX,+XU%Q.`EDB#S&F'm=Cnfs+Uj`EerJG&113
+YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RP
+CfT/n=(;Tep;iVQY/^Q/P#l5SY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF
+@]mt5]/D/*o5Ed;r_GcS`D?C;r6tZGLp!MDO'qtf`^abC!5e7*!7Q0Pq1$&4]`#h&
+s3O:,2c#b&aq6QN`qm-@!?TigSqI%C"q7g:>p+Wrj8T+"j7[ql92!7R^En8kY/@.4
+$GmiYlR]BI"RS[@WO?u`B?KSl7SYK?>-@\_p]R?E/u[6/nE4Vgb<MCjCT&d-'@M'!
+J1?$Gj*+OqQ-1U&6?_g&kRP<n,E'+faB3jrU$BMk_.3lnjmVSkRVe/!Pn:3#XTnap
+M/(-O3278orC\+$I_,A-S$X;#c*J<dT.HAKAh=o.<Ojf]^0p-7FkjE=5J=O\C)YiA
+nDF)b%iED6p@#G5N@O31[.)KT.(sDbWT'.Y*T!8D:&t+!;RVls6'=&PPAT9m'OCNh
+'P9aq8Rk%[^JBGLEpDqtZAc'BHXl0lQJg190#MS%$9ktd&lQDaEJ>_GH&[B^qF_(%
+N!%h3#E@L1Y*8p_''c+Y.@DM%.FaJ.pBsY=7K3>oH*i^bk=GUQM;71[gRVB>UVe3^
+Sg,BL99'+9muiT(<([K,X-QAHbp7?NfOVG<N<`.YdH&=7.[V3<>,t3007OD/m)h<0
+-rs^U,]q.NQ(&>YK`sNq'(9k9Nf_3/RWS&@[[RP/"1:2OE]2_jdodsuM3ZL8]<F:H
+nc^%K1<>o(Xk7P#72/h&)"BNp:;[nL+QNi'4!)I9@qhiKP`'I-D%=P%RU@X@c@,MB
+X6Z&ZjXh"dQgj4mT:GS>dT9bH-(jI"/[`RYZ:><#&k^8`;D@cM9F1h/*1\W'9W*tl
+7O%UnX6;Y=hf(OG@j=B'3N&DFa6/N,BKX>4O#K:kUS#\tNka]S=&FS"DsT)ubF;%7
+8\V;@0hVqLm7J$/AS#F!JK/hmnR9s8`f;d7L2i'+-\V#B>U!D>_K_+Rju*WY>O0XK
+<7h&aWS%$mo$^%7S4@#M-e1\g#s_19f#QC"N-AS]^=e9o$o7)?'C,WKhIHlHb'_*/
+9DPdR?SZ<ZjUDU?d+s[Kc2,W9c_su:D`,eIXgOu!P;TXP3l#<LLOsU.(8\OM)J.`o
+Vo+fuQ9kS1Dq04\fDnNp29tL#iKd()neZ30SBf#Vr6b*.S6eo_=gT\bHX5)W:Wrb<
+2JX)^GLilJmOdiZ0>uGQHOFO5[p*GU0i_:h':PL<[T9F5N`cR"a@M\^.)Uspa4!Lc
+8r`;MXm(d9)c\ghDFW9fR_6W&T-3D?C"&gJ`UB12XZWRmXD--uf%*$m^!sX1fui+;
+D=,6A7"3=Yid)T!!Jaig0+Kt`,T[UK2&#oIHMa$P0b#,dT:'#'f0$aJB\#4-g=o,E
+jmP%`b`<[IC%TS>-+.\o)?b<l,JSWXBlV0AOfKVCI*3t-+?LcJrrALVf9P\[/$Cfk
+lEY0];:Bp=jChF7&\>NA(bI@^jX:?]qWuS5mM9fqG0Ctp*;hoDPg!cG#<je\!`f1s
+P:@'>&c'&aIW"_jTBjDWc"G7,B_%n]OSQ3.:=H;aLCMMXQH==km*\?EZ7NuF@X`=#
+'1)LrC%U'K#m2$a1;4BG\B'_M#G8bL2A2>^o3==fCS#,/#(bni4kP$d)9/`>rrC7`
+4%K/?ZuAZ$Zi`RRmWi25VasuhQGlZl<N3/;V%2*(P7F?^Vj,8`"pr@Vd3C2m#.F]b
+Fr8;fhjJ570(30Fk0iU6o[]W.9=;P+#F74H!%RfVbVn0sfD_A@HhD5FhKsSS&Bj;a
+)C[WlH-s0BWM:5u5s18g)1M$*V&X)P(C6EqN8qi/\(pdX0M1Kn&V>Dp+.Fg_^GUD$
+J*3q4<NqD&2]cGW[<Wn!9BaPhHYmh:+cb)^Gbj8XUdcAK!P2ijT05$:l1H)+"M@#1
+$^V$C%K0AIcM+Lh1'Hu^*r4VV0C3TKmjIpO)pM^\>*/"BdX?0+@9G#*V%SkY'%)&C
+?P7EWg(P.Lj<>^OV6I]*hUrB)UQ\MiQseWRQ\A_7'm=Cnfs+Uj`EerJG&113YubPV
+?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n
+=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*l
+\+=84!%4E:ihubYIVJf^`)fg]a0:'R,IIINiHTk:]Gu=6hF$.Kip?]m?h-9YL;V)u
+jippcI91@`3dgCGi4YJ4\'Emlnc&U"EVhsKNh.K>^EWT:j]h,!b'"!?(6gbY;CgI%
+nBU!6k%Lp)p'Lh@#gY9LT8#\%T`[*VAS^?WlQ&eJd4lbPnK#48c80jRc#YFpS5b\>
+gG>Ob88dhuC*7dcZ1@h$H?Pop"?.N-&QCO7WUIPVb'(7Z31l!K*3p<r<Y,D]<V(+!
+#,u!4;Dg9F@G7@*3mO(#EN);FPc"u?;Rroi6?3-Q3UkEaH@t9qIoj,-/hX6cE(_oe
+A%pS?<a4l_?knY2`/U`ib_-,)q)ZgKcR96a^/g.ce?;5EE9%9LhPVOE)8/d=9gP`8
+a#>_-&ZU-#R`WY&8#Y4t=tDo_-\1u+e%SF2aBiQoXUe?8a#/3"&2FbZf5=uJ2PS`U
+G`e/OBbYlbMFU]O]);ni+W25rN0*!LFpkdGb+<Md'Giep9oe[bPA;$2;1dEtS22L^
+OW+fk\p?@>e&)Zi%]=f0G[M/h9bW+bj\8P-E`Ju?aX\b>d_0ZJ?o^3NJsK+R)\1QM
+1n?"T'$FRmjV!cF*)r69<1a[0QU>.N)V:!78?t(Y,Sn`1!">&-@=o1.Pf8Qcp9BWE
+6b0BfM[gP3_C0;PA9`]?fK(<XgB/Sb>([Q5$:;Bp)VWPDR*rK*>!Ucn6fq/qBV'+i
+cB584S%DHo4,@#bGUA%%((UiC9bCMPOu=%V;@(IMAtBn8OkA334,E/0'1LRqdsior
+Y@A?XQVcN6MXSct?__bg93f)q:q=*AprCoYP;2)4*KLm7<7gMUR2V+5c'hLkW!Jt;
++?2WQGTQp:!:'M")ajP#o"Kg\BmsM_Fa[Isclnk06G:ol40.CSD/gDM80JVX!/3\?
+5pV"ZBp-`p\aj5ir@ru+LdVO=&9!C!Q9uMOm$E!qb*juRFMuW#]2k@;kDJ]QiYc(Z
+k18Ys=KX6RM3^].6?Zotl8fP6(JUj"#oQ"r72t"ogdb2H!:4!R<W&iegZb($AtpuZ
+Y8p5^CROj$:K+j7^5dOukA;NY_1#3;/b(9JNr<a[kNtBpT,80$P[YjZ4hBAi$kYmj
+lJt^to"m'U=F08td;!!!nunFnOLdWTFfet5il`_$V099eg_B_Anu=,.Y9B6Dm28\6
+GXPs`.i][#4?L/#(4VMH:pn(:/Tc,`G>h3oo1$1'eb*.Yfc\c4UKH]fLs$qKX:T7S
+.Z0C.AaN1E,JXFl)[<&L*QM'/N*X%+[3*SQ.Ve;1Pgm(*\c2YpH$';RPo8Y$oP&1$
+2Xutt3Ild!eHDnWpllc;_lqCEN'u9R$t\l*^LmH/PQS.Zb^Yi5;tEDGn*(Lc6#5Uc
+@Cat]lQ&U[db9&[E>XSs`s\gYYG@YINtnT=A\)d.e7n,90rXFFNQSlJX5p,X[LFq9
+rrDW-b$(+'XQd4JI'^eph-/]C?%$=-\m*?+@trk*)hi8_;T>r;*>f^`;cAhX:t0f8
+q>gRsga&:b*CfD*6#*=<&[VD=cn1J$]:E/4\ehdkl_s+&Q-JCU2OQM-CW+<l<Di`J
+.KEq,.cll]*4*c,"CZ:)+u'ZNTga_B*cB(/pQTbo:B(;je?A4-e]+_d2M%g-]5X*4
+GB[_'!<[BfDE"9TQuLR9`$6+fiKk,H4)agK!';4_?RsiU7net7Z+\Y*D'340D+a@l
+fhs\(M&OJb,U07=#$IEEcTX>iB75m`:<?E%18ol<0d'q"/$i1p*(oSJ"!k%n#WSlj
+MZNJ2GdjMm@)1igfl\,`?(6om<S=B+'2%WHL(5o?b2b[*9'j.IYcc6l@prZ.aC5E)
+lu4i>$G/2Gm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbr
+m+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)`2Z@Om!9EbO!1[$g
+!5OZ?5PU-$3S=$9r+'uCr%ATZ2hR0XqoF-1gg-QPdZ&]S>"^6+I8O;mV=c"u5LNlK
+kb%?Nao9"H29R%*\\lhQ3H0KjS"GhseW-'YSLQ.AStel#oOCV/;mpo=05->.]UZr$
+*NQp-jCB;de`a5OL+j6IbTAg?RYr+s'O#KUC`d`[+\-*?7cq)%S=[#I;g(ib0tfO;
+''eB'?W"]B!39X%r3\"ZXWor$Fp>L=2+J'iY1p=FM3XF&chWU1>#V5[eoH9VjmD#u
+M=QCWK$krU!.ZTPjp-fUcd_.9Mrd/WC(5<64GCs-@X2"^_`_MPEF(2dO__W61=J6m
+h:6%hEsjCE4']>$OWG;e<7bWM^@01)DfX>2'"-^'fs8T!1)l!C/L3a^SssT[aec=W
+S]Qsm.rtNlJ#fE)A-rD\@Fm9/7RH.taVYp&31apM"1'cfn_@Q-R;FhT[@j:HZ*N5J
+8,4m=b3'fP(Dr!>,AkgTBW_35k8jaD"I`BKoPl"WgiKa:V8E9?<,_X)+2p1NZ,;=8
+(R3*`nhFTKhAEZ7Qg.@A($S0QPDn0f!#qn"h[[\SkrM:kai0.a&2lNN.k3GMhEo7D
+24_%kJ/&-<F,r0J"Y:WiEVN)@9kTs"<P";bn)9F2@)lHM2#;3$ltX`YJ[$9KBkc44
+"ItdQ.3VuKej<(A>``#p[3CjS?&j3i[u+=$Q!oCMBdT7h<CBYV1GRM^"\Cd`hYNh7
+r70K\:Gr.PcbMd.)18?`c(`>BqsQ45Cs=!Np5,]jGA)r4LQ)65]+P/)+!KQ;H6.k@
+"^]Pk0auIF,8gk/;A#&d?'"T-E947>2S3j^4W!p*q7ZTHq88mjR"$`9dqe)-#\4M'
+`uc_4/S--#4,>-i,\6W0Zos8k9=DGC>M-N<LKB;kOl^qHH&2uk^pt;fj3&Bo>r"/1
+F8l5#&,C/>U$&U?IU.4h:qjL3:QQXW5;HEt=NbUsD/460V=`kqXH\q\.F`:(?*EV8
+BQe![%]<<fLE9lKc%Eq_9;*VJ+jQH`bmBO6Z8oL\_*=Gso8m=G5EQ96aZhLumr\@&
+h/b0NLt6`ihA;Ig:Xfju*sFf-guWs>m*<ASV)[\Dn]MnsUauk6J#JF5SkRPP>XkjO
+EdQuq5C%&8hoU2rT=ip)FRLgWHIM2KV9k3tO^g4J#o_="ZS2`]WQZF0m/9FfC*TUl
+*\<L4&3?G@Eb(+R`-FD3!;r/_!1\iBZMaU/f<0TUFc2eYH"q#$emQ1uP0R1S_A7uo
+3C#-t`J$e3"D5idrKln8_3?+G`P?M$%cH/aqFP+R;%22EgN5Hj2#dR=+b)'C!%307
+jPMM6hbh(mei`a`_<&b?Co4d8(sa54oc>eRHuc0bm=V\BRI)'Ia-S->*ultp.FA6N
+;)c$+!Ti+[->6m38Cb+Cq:pOAVP9()VJ$*h](e0F3&[E/!')4u@B+ckq4mLqcV_H,
+4aBBBk4`)dCDg1/,.3:gV;ZA`#9dYV!:-0YrKZb$H454q/:ZUR,U41/hF*K+HsFMP
+dAt<C&WQ3!9]:!k!7/]8k8.AT4Njie/'<K5\ue.q4uq%]rWSn@a9b@4@/!88nP)MX
+LiYdhDMKO07K3@Xkl1XQIJh.WO-fd"j_]?E\apo2mZ!NpDa'G+"Doh^P)ggp.,q/-
+@.p5j%XWQ/[+!Oi0^uss\K3/fl,ZD]:t=TrKL+Djg8-L0bWk]kht)jL<S+Xn/aH_O
+ef`MU]r53#RZpC=grPCnCF_b#=&;6aa?UuQA8(uCi+ME]Y66Z@e+#b6icq1KHt4);
+>DabahqVG0cDC>:rr>&Bq*XtuUA;jR?;:#"bG+eA&l1@L>,A<hHrdMo)pB;/e-/0.
+`1GYXmD!3/;mEZ=_5bJjP:t?88BZ>Y&pj;\j3J-riec?gB,mE?IO5!o35H*.-CB20
+X3GIdM#RIn&a:)Y`.C8:,iTo,HLT^&83c$.m2l>#J1U^#%hs8tj^X.fr_ULTp="+D
+m2mqGqELG@%3NgN?GDP$d'`aAYOm68+MfG6SO:@?L'k^OOEU]f"fTm]dq,*jZ/M2Z
+N/)BWLiXda+_-^=_1+J[k:8bF59]sDVg2qH'33Ou2,..J)PrsIH?@bpf&g%hOa)EW
+o0]e-pL/Chg7>b\jO%H,,6A"WLn]0C6o<uS_\oElC]\Q/j[]71n)Q^r5.Wk[jI\Cl
+o-C9\AYSHjZImEB&/Ka_ePNOd;,XE>;gN8#hV%TE[X0),ju$77ESYU:)%6&p18Ns[
+_]btLh*O23Ds!,Yk%EafjQE%Or/'UMCK%P1(7>?>`S<BJAG7e]\kc3R8q<leH@aNr
+lq_$$B=;p^!1D6nnM-1qgd^=kgk*R!WtmKh41^1OISt[@?[bUrGBp=gQhc'2l8RGf
+=A>a$(Ktq3WTZUgY25t+Pm0O_%c$ao[Q>-&c`P+$!dJVBGOD+q>WSrh:CMNV8n%JW
+(]<A*jIbLTd-:OYo6OU+dmg[ajf8ZYo2,(Om)\\7&#Q80OKEk2.I7RT4'/mWQB)?:
+A'RJu`-b,mn?h?-j2>\&G3Es(q+L_f3Ka+Bq8obnq/a]mE-jf)?';dJK<3fjNQ''A
+;Qpt=E]8Fj\K;7$mI0flp=Eb`3OMsRG!D!7MBh"HZ,Nf`PgDM'KOi9tC]8?)o$d/2
+>4RE%kKQKma&)BWVB7FmSW($n,HT9X6aU6SpuYGgnBFa>q_QqhYG]R99+E@Y(GfH<
+MC5A+ljkU`ads?j&i<6af)3Fh=F"8s]&/ouQ[!Vu0A,&p)O.M#Ok'nRg.;XEh2`:-
+"0QAm@@hk/`?"%a!:qJ_qcV"eG&Z=krrC>BIT(Nenrq<?S[q"cW(l=`-qu6Rh=R.`
+dG.4<Ll2DE@EnfP^0Sa#3q$T@=%CsUm/5MGF6!FX2\UR?>D$/-lI-21,p"1P*F2?!
+d_Fri5:L^sb%1G;S':m4U44elGp8;PeDQMH7[>KlhpP_LVFGcl8ueg9]*t_fZJDE"
+d/Ha!M:@#/;>H;u5kDA^@ikprqHKZ=-0>.,q=mJXj"HdBX'H9^UK#Y&^7B,BYOtUB
+iX8m8FpP/6."4$_"]u:_kdA1p.e\WjL08/>847G/,oZi0?eoQ`T>Pg/jBY-D1\67u
+El7Hpnghp"5$7a%e[6D^<n+MLeEpbQe)n9$gU)qO@dsL#jG.66:;cca[C^2WZY8lK
+`Wi5V,)ot"&^e3;U):ra2/]*J)uR2F!1_gAK`'KoVMX@E->U2`n!Q;RB,Y?gqHWaa
+^X_8*i_%An!".*uA!rmgrr</hh!C"G[<fJ*329P*M<8Jg)&(8L4_?g3L*k*B7OS"u
+rr>'krr>%Wq,uiqcR<ScA\HVV`MPYR=Kp0=UqRUbXZ8m.X2R*$G?#oKKEIG)Dtk>r
+kA+elW5F9Y*4H,_7uOs[K>0cQHe?YKL'E]'Ml;"ZZ[Pc#GCEbFGj&3m@JmS*&*_gX
+52]UZOgGbUc"fB`O@;!HU6&!/G,Y/[-Z/P]\$7`J)Vfc]aKR37*VU16Fr\lO/hM22
+SSkj[3&]LWfW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*
+fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]n$8rbVT7jR`BOS5fLg
+^lQ`)pkn>sf_,jRA9OUC0+\"?K9)AraEu7g?(_/GP5[i5nD&In_]o=t3o7"5/_biJ
+Jc>]ROi?\ja*oRHF%9c^nAKEt/9tl-\[Bn.pnNt:'dWpRj[dqIiFqaa`3H2`8EI<s
+o2oHAbL,j[hQ6IX(Lp8BV0=pJLds3-O14h2o";htO%5)N*HL\\+38XC3n$I*OSXqR
+"]*k@PiT/G@%Rqf%5+D=$Mo]CEQPALOP@&iC([j&R94G=TuGOH9Y$sc/FEi%I$7*_
+]559T@@$#L2[IAY<.V)'n]5@3&KsKVJ4KZWf.l<SNt!s=2^I-O*97K2=!P:XPU+g/
+G;$b&<DS"gN/Vt"o3hXT-PPgO=ef0<fMK'NiLSep=rt<;EPqthI%3]If#3W`QmFpZ
+f]*R08GmqtDN?kbq.n<(aXl#SEs=_SQglYWiNcAqcZ:LD$D8T2N?`h@o)fS5L:7j"
+*iJer61X]%>l@<H^MKE2BUnE3A7A<i12t[\%4DG:!5su9,0H2XL?-E(]amf$A.^e"
+Y]+*[C45Yh.G,gnkeM0p*DRM?Y["Y)Ka'BQfEE@95flqP@I9;3L^1sMRhoM6!DpZX
+3@h=57rGh;h4>A]!2#/EX3=mRrrAR4]!TgqRbBDQlaAi$]laW2b@<"r1m.>JJLa-n
+T+FWhcVFK?JI[<.X7h;cc2eK8V%@ol!OqB;h5)Pj(T"O9GKI&ditpcXjQ;O!(\rP<
+VirqZ1!f".0A1)h@FoGaTY?lck407QA9fJ(#[!XV@0HYkd^c=MgY,u_eb7"4(Gt+0
+jHO-kP7\YMd+D9?Rnj'F4'dj#,hG.ojNSoFr0%'[T8\gSIT<ARnpd+1<\H0&C>$d7
+gIH<mpTd+b'1KBq(.>@Y%7*:gH66m7T5AoV21"k>ER3#gomL:2T.ion!TE<sA+[3"
+_c,/4J+J?;WW)rYKDtp3<j'8AY'&/,or%SEpSZFp5O_Vpq`iaKaCC:W_T'ngIs[9&
+rjJ<)(k9lZAVf(>6,p2ZG1Q=e#S,pFTWLKKWMU4$#&gNnSq@=Gb'QeV#FgKR)?0\$
+*;m[>pJ:^jr.*2f(i6DRm<r]Kq2Ta^=CHg43E?MP?:H)84^ujE@K7!tm?jO8*:/^o
+/uuDN7uB8M6p0X#mH6gNc:;PDB]JPtGKrA5%:@5Lo86oHR%@QknkY`3c$T#>o.*G;
+dBtLL1B-/0$[F*f\)f\=,b,c7fS$m*`^]?bh-&8)BC)cmk(+Ga/EJ$aXs865rdmYQ
+#,kRp;%XJH%QuVErrCB^M#RI?fDbh1\BJY]8Lf5Wm:2U2p^U)XZb'+@pj_.2D=&FJ
+*qkBB3VBm;m!/q_kC_fVi<@pM\aiDaSQ5[ikN6-AB^-HW:"5GmMLl;7Sd6Q(n$Zg-
+!']j@3r$JYZ9#'oj)XlH4U-"(q=t8]I(Q/'c9>?9BfZHfVHk9'kqSZs91WHPToS99
+au!$a:79H.!5O4gT.dPgj#P2@)=1mLBX`/LA)V5D]kO(>rrAR7o"UKcr0mPLeYD^'
+QQE$\8b2fB;+ikaj4/!-%SuAC%ER&Kf"&eIA#dd+f[f'P-,JX&'u_Yr1I@T'Z&aSO
+#5-5XCS)i$.m1rLKB8a$aZoUBbFcu8a]i,tg\\*o=-$5+DV?C@.$n&'XhaU0JLo[_
+g$a?sUX<g>RI'/&ok-o//4r'R-Z4sN"QV@3KNdpshO4!<9(Mu^k%FVQ#NSD<5EL9U
+q)`0f!''SQq2X9Qmk703N5p>$"Nr@QJgoV';&a=I&p)-:)U/f!rNiBOl1Hg`6Q$N!
+OPFbB!G@`X@1b'Ca>)X+fH$#hn;iaI1I!b3k7BJ6q-j*brr>%OVg4?ok$-Msl;H;'
+m5_[sdeXl;)/X9eDH.tio\5HH%or!L_X-`.nss]0lfF1*8(#7D=&U3@4l2a#IOqeR
+7u&?@"4!E_BA*:bb"[*%5%XZ"nm8m&E=@$)7as9)?ct?)7HgkeWf@I*l#4AU<2!X:
+;a,Np>s>/^X36Q(^0&I5*d9-ihco721!28-1$#Z);uZjCHf*[o?h9SUOIE&;jjs$O
+rgfm"pD.(68oiGCO&_a:crF=O;t04QjdtB0!!7O&ce)O&MHN%b/\(XEe+FC03L<mO
+^D80"bIqrga?Pi*Y5\Lb+@#$JI$]8[Gsb@,!1\Gf5;1^u]h?ITQusA$FJa?;&/GO=
+cKb$d$NB*!$YFm(Bqan^Z.YfZdapuf+pL?uKJ.*Do_g1pnT=oH2:9.Y%DP+"D_c!U
+oC/`e?RY^S0?k"]>A4it:\$otMO1u_W>8*o""<fgQeZc,]p$n/2'0\.3h45d*u7q>
+?`2Emjkn1?Vhf)(!.::tB=NF8r:Tm'Y'HLAO3^&^M].*,#+o=t>i"Z$@C9be9<5FE
+pfUKO<WY]9]$oWa1A7cT].Zs8+6<;kHD5!9N3CYoS[gA%T-VN;%Mbd<]lV6/o74PL
+nt5)`jq$WNk,7@\Q*6`@ok17.c#'BDkdN93pZ>U(\JFafUoB>_NhD&*U=271rX)iq
+h2Bt_%1\+_*XUl4@CHg`r'Po#gb-p/b%E/@6!STTQi-bsntYd=b+;&mVrj&*FM0cX
+5('[-*OUm'mYqi]a`eE=,j!08&2]^!'$.3\+k!_XKDtoP^=Us$qa3#LkF'MjSiIZX
+B8_M"S^lIYdDdCC.-tb-\a.^)J,JFfQo0p]6iR-G4m&@k`,0XfF%k'Ooqdji2`'6'
+1<`NZ.S2Y1rr@W4%!ZlB]n7+LECM'p!L*5)g@a$E,'gf@5-]Q^cO>;e+.Fo/Wu<@M
+Fb9&$J.JX#2^^^4Y^r+T"`O:ZJ%?-E0$kufY2_]>IRk"K2P9p.&aXW\7Yg'9I<4To
+D$W>^keF0Vmus^!D5<N;Zd`Nhb28>QC&Ic+!2"`>?0E>%Sg3B)0'iA"[AW7j')F<>
+#k"m5h?+qr;>ADY1>?g`,Z_IZm>l"(rm1IcT2DQm_NY0pLpJ%VhsC*Ca+3=#J2t-.
+*0'bIrc1coo#X"tq(MaJ3G8?l3:WnMBKBU,=]fs(>okD3D5+JuO^5U.XVJX1W%Ta7
+X+&S*b<&eXGkSdjp4p!QTe)Bd.:Y.]TC<>ch'J)fJ;@cr"k\&!!'.`lC0$tuQQM>.
+YEli3(S5b?FF?(-6h7i(oX.8>^H%>0Q3CtKHBF9d%5dkNq_-Z"c]I+H)<.%H%m]%1
+b?/OB%:>;ldlh.8/*G7(c%#=(8CP6=rr>$<VZ'S@H(hj9j3J9"]1Hc`E3Y6)#fD,a
+^&pa[4T>E8DThCK5(q*Pg6:#]a6q4"+$Q4MS2hp/l@8uMBcd9S7X1\7ndkZZ#Q3Pi
+k0K[71-E,CF_CNPq0hCPS"#n,C?!IpTX))!9;8b[X)Vc%(Eq[o,>]&pFS(P'CA'<h
+*L3MKjj]hJUBhG3*Z2tK#2d<@H?G.LnFGgSA-WYlE9K+A-iDsgk835Uk9lSne)h1a
+h^)J*?MTI?kWe0:H"u%]:`Hj!Li-6a'bY&>'SUucgCV64jSms31YP!CWJ3!:;jIV8
+_jMeH6/6Cmf?)\0Zc=mu#bn\co@OZRT:Yks7$9KLmb5_BQ.`EDB#S&F'm=Cnfs+Uj
+`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113
+YubPV?(2RPCfT/n=(e"P2Lk:CrrC=oJ)EiZTDV-#*:/"Wr\?Q2rYL@hS&*.grT$-)
+mOlice<YU04tMcjAH3GP]#Ln&l07fdrrCuc3.$%Fp:PnC>'i.Q?kRo7BTgB(<LT!W
+%Udo+RqGc6Dbr+#1WotoG<<(>AWa'/Ksi+a[GMIWmGUT1I`CGZO0<_8+aZYCjS42T
+_7O6Da3:um&<5<H,BHP=4!]Z!eN6@jF;r$neI*h]I'?QFM?jmFodUI3h^oHcC2m%L
+</40`iasp$a<RY$N>KehEd='2)$s!m3MnnfIK#W\Yq`i:KCn,unZKDZ6'!F(2.KpP
+(rpth)d3On2JV#jGM,_2^9_[NgBcJan/PF.VI]31Z\p'JBal)Y[n^'2/mFJpSSK."
+e@!UT:@::rq,M.XMd"=&1,4n,T*KsfB:9MUO-`!#*Bl.(QEgkmVP@qAcjA"DTZ%_E
+4\@d.>14I1DU4JspUoL/@bp;&Qt&=U[^)uJBZtW-OcUf3#!8qd/>W9X4L(H[8+.;A
+pGcY%D\NAS&OVa&51a?b:isg8;cKRD*;rj.T8$IefG[R/,dHTt@dG[&(OrhXH43ti
+2dkB]d^_2$DSqBA_#%19UM[I+30!2,8^)4nQXI2]-jD0fLONe5?$U)SDogZ4!9O4\
+S8B256LtTe/!!BnRMc]i`Gl:4nWG7#Pk^+VZTGI>>>s39b^-rWXI.7nl$4$^0oV7R
+4^F[14QlMjrr>'Qrr>$ljh%WZnmCu)<V*ueOu1Im3^(&KW+j?6Z!h'%9ZRZ7@r0(b
+INl>k*L#kLZ@:;<JaH`"E9_"@U.BruS:Rm9h`"]%(8FVf-K;O3mX!r\rbrcob1SoE
+Wp=kQ5'->1r8\'s"NSc5^9=?T[^n:nSlZ)ug.;tr?$McJ+lDW9.&bBlr"_&'r"s/+
+0]VNprr@3sc8+GO+E+a!NhkEALPG0OT-k;[4(hpugA_/C2Z1E6S!ou4O8S%!k"J"+
+hJh(WP360"mt?U;/]=Y)G)A[ZPbd)%4As1#OQ6q,T@r,s+_ZXD8$`#)9Q_7uI3]n6
+7o&*ROU[`N;WHfWBXfbbpgeTl+7k29SA1F5R3#N/a8Z.0V#8`Mo9sr*BP5flZ_iM&
+jSHKF@t_=fD\OoD!,(5DSs1TY]1`,/h3Zgk%(\(,dMsJc,#aWsDpPCF\U(su+ed",
+M<1#OAVY3E-$m&uiDufNU]1<S)<WZtDpKri,L&H>g8m'aq00r(F'_?nEC-W.MVL0n
+W"Lf40Ljndgi^H]J&*N.-a9jh4"`;/W/S6aORUc&bdJYeTFZ!S4V*C9M^IJpgk@ZP
+J\O7\kM;bqhIH+iZi$'7XFDn9lNR2"8#kD$?H[1CW8t;&+>5HI6O$Gh:r%7trLa)i
+K+D_TeT#bu8S>h)#!=UFQIS5Q?I-Y8knI;1j3nS;nc&TZ;#Kq_i7!0![0?/oQE:#W
+q,aD@?X20"%F`4;W'NNY6$3J*(q"blmN"g9:JmAR-10;rp)[L]-%^0TWBQ],'b=?s
+rcL$CVOYS<qM/+h!)J0fGF/=0/cPh654,cV%d2&CT"[qK4M>[3gIn_an7f]bT#kPE
+\;E3@MUA"L5W'MTbUmaKHQt[+879hVN`-Q8,;"S[&hf>X%!fZ/;?V-q`2W:0*;LiY
+EM(N_=oSJl]^sbQj:1O`Us8".2-ShPA#)KXrI-Z7L=S4;L5\Vf?u"*$N5aEGBrB;D
+`X]s)jl0d;QP'(/k'p#@BoI,'Qa'^gEd@Zb3ICQBk&:(:+3Mbk,'d*ce$P*,%=ZK$
+HbEA.&/_NZR9;h0*Ouh+VUXq#cXD7!`U)c&7p2-5O:dSQrr>SgG,kYg%M2kS1UMU3
+H"Qfm?^BT9r_:n=MW[k-T9hCJ)Z&RrhNX4+g;e+Va34bIb_1k2dkj4qY)d73obt=A
+#&LW5#H&8mVVG&,KOa)oI-]72k7PJl.K#%uV>6PTM>9sCU#d@H\)nI*W*IO=\7`@=
+l?>28?,[JY[ZVbEjsjFq@/G<')XbhuBQa/VR=#%`>U&IFh/%2$iA2mD/U^UkY'MJ<
+T9UMiP<.%On)ft#^Grtf[-PD<buU/(r^HE[QE<goB_&&JP%#%S<ao;W'Pbu8o8hMs
+f3r.?C%WL;UG7KYHq7"51'@.3k$j'O![fSNRWd"?q9T%[\,LH(o-_^7q,un,cCZM"
+rrAClaT9n6K4b,`Ub6/dO_$m&92p'aar6eh8DUo@>M3?6q^'oVR.cQ$7@H9!#S?#;
+*,bRroBpU2VU%6k)2e;sYT<')B@*j)5KfTJnrrY%b$UK=/G!1^r`6<?X*npgbAe\;
+P%gEqJW`N8T]oX'cRnO5e]Z[XbdtI!9-f@smc!XS3V`.>E=og[]'#GF4oYNF)*I*X
+V>gNU+8Iei^S>S57>I4Z/q6CjQd`,Hrr?8qlF6=i^S0o3ah"\YP7@,dp1N,C5@eq$
+]0VSnPk@A;7j7-!ghcgcP9a`Nd^TlU2m*qr!7")ac74+[o*b/No'c1fnrI,*4K[dR
+.5V94I8E\$hL/")-+P?.j<U,GiHkLB1B.>c4h/u7De3[103sT@0]p(j+5i:6oCsDr
+k0k4/'9:"PE$BrRj>Z[Src(m.n'&Q<O]-^Xr`4=)b<AhRj05o!dgi+9cR^gtOgVa"
+)gNZ>@*BD"^%5\!kI2IqV!K>Z)XJ=s^s5h7C@$O9jr(P::/3c@S-T4Ck@a^^nk]2F
+hLk!9DuTetrr=ph[HAVWM]8&@7aeA+(EZn""poR5=FLsZ<-%GtrrBESU[69S0*c-(
+11AF8M+V#?L\QYFB&!sC-$,.kUJB@b(&>'5!'"WeMrg!aH%Y^Xrc);k:#p4LCEC1?
+X5pf1d'gNSB([KDH$Hu,-#q8ZSI,VX=[u5JYWq'*U<fXUftG.t)=_2o*1QI(oX`pu
++q6O-FAe'VnJXR8f"H.B&8Kq6Rm/j=X+0rjSQGChT?Hgq\dspud2lD4$!ok["C#1>
+WA=\\gW&AQnFKMKSZB`-d.UGbZB<Us'O9h\!BA,HYqp`V8l;bNikp["a,VITE&?6)
+l(;*Ck9>E=*:t?Kaj8/&/m'[V5"O;t&23sPIrf:'XM&kD?IJ,c16@HpTp-,0ask\i
+i82J#?^o`>D"9t&Yarf[DsR!-hlje-AZ=/!;\@B:90qGtTrNUf.t>iaq8:D?q.Jk4
+q8aR#j7;O^G1TW<QP3V/>=M$oDDnao0E;W<8SCZMkFl>XkLg:aL:9h/o)-Sa!dtZI
+Gi$/3%OC[lju?'.DPQ(%ZdcJAo8C'2(]<:%RD7o*]Rd$$Qb)%A4=A?6W+8Pl6L&Z]
+H`>R=j[0cWWe88WNn)DV51nrHG4[k'=VJ0\\49)M;%?IPE8^6+<i`oS'qkR,c7o67
+H#rt)]?).[ITHBpMobnuR3"iKmPV$u2JHqgfj#C@\RB>/@#e`=\G3(_.R(u!T4n+7
+g%t^KBJXglI4pSXb752G>7n+4"5Z'nL7WD((dua]-Drj_Rm6'KrrD42rr>6j?RtB5
+o8rtPRbh/=aZ`_:H-ghcc].;W-rlM)>A.#BeO&h=U=Q#0c1ZeEY/'aW)/%UUCkGTL
+<TKFb56dP?1ZgQX6G/efNg7`Tr8`)"ifE6*ju;Gcjlbc5jY*(8^Z@EP]$[VGFCD4$
+mjqNu;opRcW/sQ/WiQHEpL^bb%rOHnZTBg=T\&/EP\OjLGYN$?(<omC=_AU?f*d-D
+U&$4%ccZhBJ'Mfmrd3!L5Kt:q0.QdeaHj,(hI+^;lN%aF_O+V<&\lj?V'IP2iYr<W
+p@i:u0:PHkBQSMSjs4oeb/!JZgG)&mI^of*j4^o^*j>Airr>'gjS`<,<o9/aT,K>e
+jNVmG]Y)^p4On7Y]@,-uBdGIMnj.AB8*Wr:H;K$Pdk^Q$[HsK_%PQoa(0K\:!&DSJ
+mgM_97bmk3@k:fQ4>R\!S-[E8rr>$@rr>$oJ*.dK^ZIh`CXMsIc<b_*L?HcAKrdu`
+Ue,C*,)-*i@OiZZ1BCC"!&IR@kI*n79\@9<pinL5L(V%_)B5:HXe(SJi5F<S>fON%
+dliH!1Q)=)U:2.s?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113
+YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG'URgBE%rZTD[]H
+rWI[arrBu=;9m4dJ)_c\rrD#&J*FTcI)"N*hL=JNs4-Dlo8M7pDou`8M#RI8f!Hsu
+]6s5]pb#A@J"QWl+8_/Ufmi"dpQsi-XJKbbeu"&+Vu#R;("Kl]/<;(W8t,`>jjVE;
+Ftr%qXd%8h/5a?^RJ$a?VK;-Sc.9>'aGq!cTK`0XT8IY'j3'"epRfXdafU';PJkgO
+8L,S3\>_V]b;k74Dn7-l.um?Vk/nS^\T1?$O:3A5M4Y1A=?ksf/M&FtRdLo7&^jEO
+S_PmUf-U-Z[\8%WX;T=u,]Aj357So^AN_kX61937XEf"WdQGKiCFG/eof.YugEh;J
+eMT77:Q0i6.SoqE*14=J1WPQ3c/u`gd<'/,*UW$Lht^<FG?jbFQEQ1=7iSnR^!:)W
+S.#Un_n`Z>5`j??4bqL?rajRIDe8SU[gMJs0@A+'bHDb912`*"mbkL6M*P4TS0bVl
+APH+H&l)"odXjN,]Ft=4O^t@kOEtW)kuZ9YVYSp[>5F[$0I*i_lIl1;L3aKLdQ:Qf
+%oB<W6Y@&e\!K2I4Xj<`(KW>n^aK:+?PRVFis2',Ec4V$>).O3?XZ!A9#omB8cb2J
+M"5D9OR+E$QYG(4d6ZQ9PCQEO1:JS!9DbC&W>jpN3sok'8`V$R#HfN6FpAdV]gpJ.
+<:IL)7;FO1A&ckc"0hLQh7/?$LDqlYfP)=5D;]F;g2>`!!e<Lq/AndRl>]J$6?W,Y
+cm*[V<*#=L1t+qtBf3^2GuXig/'tm.$WFHQ1?,"I80'>^?-+3!:;J'-*0c1aPm3tn
++a(AO@"H[6QY#0ZbW:\_fVU.beJP?n@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<b,FjL
+?'gG\..k;L/NWsWB5MVX4Rkp'>JI.T>sfIaD93*f'CIUuR+R7W^>i;USkd*M!cV#c
+Ht15q*K*mAjOMqf>.Z[-G&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cn
+fs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJ
+G&113YubPV?(2RPH+3BXrr=F=r8OXR"Fb(b!5qr9cH!/=j!1r2!9&0Pl+A!`^YV?7
+IcB_of'=FLNL-nQr_Hb)rm&-XF(%i<:34/L!.t4Nr,1Tq!/4q_!-/tN7/m8'j2Kk^
+Kj&o#QSDXE@\qS>leTmA"S7\FD<"dYL-i%X!)b>=B9,iX,\TZfH^cS!0=--QIj0$=
+3,9FSDeo6<A5L]0[foYu8YYUB!qQ>;\R^jp=h2#p-`1uH/Ne$kGC]!7k4&`gg!;)G
+<G;A$did-"dpNtB&rCKNhR,UpmCrCjLrprBWAWISbjQX/MI#Rj1#^Ul/ke4q*oSrh
+2KgXhi@:RSEi]1^cL9j$/S0qO5!l,<87![u3BZntZ?\TV5oC&k-f_\uXe)G-W+nB@
+8JVm*r.Si_C+8,5U=$W7D[r;$/1RLJW30^o`(WUD3fN[gPs/'[o+gBSb<5B_($KXc
+4%a:8`>fC"a)d]sLOW7-_jA`%\[aI`%;JX6f1V-+6$9?\ba`Va4#lg-P)ib2NcWN+
+123AS*[RM<=1!JPOT%7VAQ!KTA-3Hk_`REma`cNRJ2$))jkKX`r[[X%rrA%!Dro1>
+X]F.Gf^Z.@Q;8X[g9h0E'-?ibFUGr7W?#Yk^(!-cI6p>273AXGh]to#NAd<Nfj86L
+@SoEh.DBo+2bY>DQ0*B*GKb+Y/n'GCde7QaWKVZl3]K+2!)I?<E3`4]dbHk8Vur^]
+M`Au6UaVo.q;g3j"UL@>"iZ/NK-GsYUS^>tFp^Y<lnMRLaMiAF#!pn81_mloB0?+@
+r5I.b!%GZ8]]&[IWbIfg`J9[o%IEq&Jqfk8La&j_ZAqU=1"eukCsVI>bb&V80kfMh
+':(sCH8Xg+iP`mASV3Vs?_"]?kL\gmO85!8k]aaH\()k:[?jJ!.dW@&^S^-R:^**j
+keI]9!]+KV-Xc$%0$q_6aXGBnr[@@!p\1r1PJr'C;e/f/H(kQA_#2QCo']Gg]X76R
+Q2J1*YPErH[$FopX5*!,=#TcV:HU22D;\VY):;Q-AkmJG6a"6Rl1D\@7HB]C5pF)Z
+B"t1WafsQr#=eklT8k#4q02XIq/5pjGLNpant[0=S^#HX/VNjQg9nS4Z&trk=U\2n
+:g$@Vgq%EhACbKQ#Ji101-(8XO6I7\hoIS2N).!c%;Yd3XhcoLHffh$gYXRXA'DE*
+p,Z6\-0;hYp@I,^2M4l6O5dV^0ib/bi62;nm5]?33+OaTj-0S/LG,Qt"HV+$2<ARc
+I)E1k:X36C/Ti^#8bmRY(QpULDX0aBI)@Q'ZHS'SrNuAQiO%F:JRi(\`KdE+.oS4/
+Ft@W(@[9kBP)NuV)?@]L!e6d/"F7945L"@)W.&Z#2UZlrmnWel^=<(mq0T&Fg%h7B
+qX(XF3a+lk`:DPb[9A&T.60/g9u0g\fh(P/a+M=Q33kqE,.?@KX1Rap(R&sp\9$gD
+bhJ1.`<NM!QWEFomaaS!^%t(P.HF_-8Aj1c0J>)UlD\/o=T6*GQ"bS/3ggt8B9.@p
+NK6UXF4$MS>IB.<TB6oMjaCX`EU!<58Zc9DVbPMcQKn-[XY+Op[+)U?=.3%QD]"0p
+:b>heKi6,MGVm-!!0KB+,j[(<MnQ^,YV454%W?hP2;;tT8+O;V91_8#IAOZ]H)"08
+gVA_bQNl?$XMm`@E`\Y05Xd3IWF.KkB^qU5R??D3JJ#Tl=MIC<D:<7ZSnn8G^@I!N
+[$mVQ"C><(rl7eq]BU0tEpnE#66q0(eYGasO]DB'h+FXKEMh/S:^Da#&-U@@Vf)'^
+981/_,FAE1S@Z,&H.,d#r40SVnuq0KVg#%aUKfaDn]Js`_6,CAD+H6>`fJ5mA31N4
+6tP$J3ukarans2<!kubtTBqYNjg/)9eA![pWV,(;6Lmp9+3hhlNnO?HW6'MnT5PF1
+;2M$UKZ^H/QdT:c'N@n.(9+0.O%G9q:GfR6kQ,=6ro*XKP`>%rM#!D/pJ9-h][2sj
+,W`Apj@=HBgN[jV.pKEI#aTh)ltiP=-,G0l"fbL`Wi%)2%52+$b6X_?jSEU(OQTi0
+2Z%q/3JUZ1T9.0$NVT1&Ab.eAMrgK=2-hk,2F"%GBeQ0hSRU)#UUuEG)`Ir]KL[Ni
+F]t5f#DpY5\dnlXk)kM,[92(CD"Kf0B,U5[E>6MZSp]e!q%LqqSmp64Vhu?DmB#ZK
+A6CO&Y2rb;i)Z,+2)7_f3AUg@EbI51-CZ?[+N9A_47^(?P0/.k[@EMsk90,5l[LZY
+Xncq,G<s[9euc<M'2c0fde_*j\?)&`4=(_SMHQ'J3<K/P<L?aFVGCjqqIBojPdkUN
+i8Kq=EirVf[Nd1N\=WS.qoetceunqs(R9BujU"&MIAprPl?Wl^HO]UK&6_X>=#!7n
+.f+3SDB^BU,pB:kBQIIK9oNO!ETH/=8.sXc58.PQlqoRX7;`ZcBBjfGRHJM2-df;h
+oul*Zh.d5f\7SBUC?^m&F3,X1=ONH]N.7*abcM'TjjWKSjs*_BeXrdV#Cj[=d4=2Z
+F*9,_k1XNGCR/:9o"FI^k04Nc$[YZ#=j%iEeD"#F%>.d.4Z$`97!2tt4[(E'Mn+MQ
+1Q70#S`;h=U+;"SlJ`cObPB79mi/](0hD<E0mq@iTY=X]I"6=21[9.IhYCL0oV</Q
+hlWq%\V/e?A($ekO?#d&1=W'X'1"2[,9AgT\:OjlWGg@kQIX3+Q\o';(5Cl\*%^Xc
+SprFO5Kb,tH&G\nQ*&oNW`\!$F*.8[&DK$>>HEg.1kHhojMld/7O-PtGA;;MP>BmM
+EC+[WN9!0l3t`qLr?3nXiOO#IS'ruSc:PE*?R.:k4I:8oCHd#LBje/Lb@p:Ek0P^n
+g@OVHF`]?ZB&P"D\PQ.P/[3Q4G]T7qO?tY[l+%Jb@JoQ+_?O3Hc(h^1I/0XT@mFBT
+q-NMcfC\Mn_<(Qr**e46>+a>USf=Mp15e7H",:*jjma`K5WH,LM4]PRO+_(e]V/__
+VYIFU'tF5j?ou][NE/1XD`R(>Qa^&r!12*h7g5fX+&KDT]"*[cQIG0)=ZEV8b;U^u
+iRpC;PTp<X2\#O[ap(JLWuS:Gq;"&PlH%+LY]`d;r5?!=/cK/RN9QOnIkR_MTY%Vo
+JaQ9u#arn,T_/>YY=$nrZ=tTk_BrVlO8C8Im">+do?Ie,;81Md9`c>ID$J;>n'#Ke
+X4_3m`qOZ9jXi&/\R9;&&MRZX"PaK7M$%1_lmZOsR5,aMLli!7D7.O$L]&suC[i>F
+\_"L!juk6>^0T.!bG%Yqkl+tp\(#N3JdSj#Eu:&qb'qI-DEAihl870Nq.GU<dt'5;
+nBNfLh5la!K.7k+fm$NMYubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj
+`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113
+k24FUr18E0MP'YUq5=5m&R@mg*l7jVN/lBe!/9D3!2f7*o)A]8%se&1ZiAX@IR?JH
+EVWED)Y!\]X,oMH:,BT`!.tOSDFjHinc&U"%(e,3>$1[FnPdSsG#iTs1L)=S#n>k#
+V`E@sXQ>(5\QMKM>N)`*]q)>j+,!,/*kHV"KD3"WE@(OlYPDK4X!iBXoX7beNZiii
+;su^d$J!ADLIO8_9J#eEeN0Pu"6l0YFTdePJ4K56&%&BON06e0PRBo?<j+-I:_CHD
+=*"fr:'!)onE8snS'7=c>">LuoQK=](nUQV^FaOhS%WPUfqP=M)l[\T;4,6mMhd4k
+FEJoAUAXN\!1\`6Xb,e3jkW*d-,d)2XZ?GOa'hi:d2ll)\$_+BeHgDR+Ah^SH($SU
+UH]YmL-DAOlt#b5#5's`O;Dp_WUV,hY%f`FQHn)%GXX()n,eUCQ`a(+Mt\B/g8F/X
+0nXhM7Z\nFPFPkK9R8Tn39q=PRt:S>4d:F9ai3qama.*S'_Hmu72"p1co0nH7b+62
+r>E]:rZdVfb.,-#.u$2mNnJ<!D,D[5i5@LdY.u'BA;W@DO'\80&Z%oj15Kfe1jQ+L
+`ZW46+OK::KVSqcfdHJh>f"ULV+qN(>>h:;0TPak_a.'<Ls#";VFFVQ*t3gFn%MIi
+bK$QFYgO&@mC$OlDJX>c:;]'A5QlsUXQJj]73?'lgE=>boNI^CY/+KL"I"uWK<gkr
+2EsZ)-.u(4'_"a!`(=qP_DH>M,)8ZY'P1i`5m2!i)s!bM'4[D2A+]X;/O%`)*BqaV
+$S,69CLq?$_[L3;ifTl@UY#u2aXi4)7$;keccoaW5<4!2<7Q-9/'bk)etM[/SFh/2
+1ug1K%<\T6>',e1Rk*]"j*E87c8d+gn[3)Q=d?:slJOCf5%p?oOU#`^A2`EPh9bLj
+Qq3^'h6;5IQrnaFq3U709i"4Lp%Oboh^e!'IGUTpl$cuso&B)u>f>#@Mg9JT=?SFp
+^_"%%%uQooe7I$:,$I9q7"7>;EpaMej(4cTo-(6J@!;*BjtE)<6.#PqY%UlX>0q2h
+n*_oOa=\^OefR\MB"(@kPaJRPaGTP7D'pfQ?3'$]N@"qRG_ETf#U%_-G_K6EEdOpF
+N/p.smFqj%ITp/bITcK=aJ2\B>MXd*eScYH0u'P%e29g9e2$us<Fk*'h[XPS)0IXY
+7;t^.Y5S\4IYM6HedmPW(NK7do1MJep^Flc^")PPVrHKKf2AtKA6B.9^o8ZOZAhVn
+),;X.!utearb3_,(m/=Afus<:q'kI.;Elnjf[&Z]7X\Ip8R3uSetKXClV7<q*P/YT
+Z61WZ8FWsB&XAWOQ:E&;f]bJ%:Cdtp9Ge(<NE!F&Ln=U2g_b9("'o+6G\#h*aBiR_
+I.K0kq.%WIq;Y>W]%&W#D@+UZ/.cObg.r([&s-9f\Z'+Y#/jS_K83<Wc2pITN'Z;X
+`&Bo_QOKpCh6h8NW.%QgY(%YZr^BcII885H/t"R[75%B\KlM*Oo"b)YJY#UpB]1*C
+khcHl_YbW;(MhqIWTkeL%j2)fmf4Hk3dUf+MS%#BNoNj`G[PGHIS>%%<M.K2@s@%J
+:A7];1sJrmo5;5N`;6%9l-4&%;G`")EL)-:nMpD_=Nc(\_qJ:(_oEY5#fpu#NZV9i
+hL7W3%OlV5UH0rUQWf1>0Cq9K;sIE0H0>'aEoJ%G7hJ"/G^VFXUm@_qbn!Sif1/sU
+QQACMKn$@=_m(6JE#8:6c^n4h[;AFU(V1(CLRFIVD/2eq`RI+R^9tG1dB7>_[TO!>
+Ysb+VF]oNYIE35F;5;AJq2R.=HmU_aS"_36YF,,=#ooN-_TSRp^Goq2a-\JAWu$um
+4YP&=O/b`5_dtXZBpZ:9U?/(&"8/%Pf@1DE7TG9dV]&J"*MJ@0&^;l3PXQ&p.#sY.
+h[<lOa<$>mhZR`PQ_%j]#Fg+IWDEL2ZF'2Ah2T[7S*Y"[/bRVJfESml70TFXDHi:.
+1)1)E0s_?m$l\IlYY5]d3J%Z_3;rgL#5l%)A7.t<=!q=%nq$D1QY"TS]8o\9D=4O6
+*>_S="hKR1gF8HJh;u+l/?-`>kttG-KGki^kk"d[@RBsO)Dl`eqjG_2:<n31q1%Rg
+12'kBOfc[bmk0O^m:1]h$X8@"-%b[qQ^1e9=Gj([8r/'Wk,(L>cCV?FAiprAS9OhU
+,=f8+eVG$deNQ"A[6H6=J*2;2q5-60j0eIOS#fagBN1=`od@"TAT!#GeQT[E)2XDU
+#\gSQX5boZr7h0a1#C`>rd=:oRC+VNadur3SGHUW5:PCEb1_<GB9(j2/)++5@I%.!
+N/YE%%tT;r[p6C0RgqF(*c<SJNcD3EC_>!3[:L3ra%'YqDp$roCI;7r(;&^5)fIss
+h<B-4?b*DKP"d`)9c?SL[C-[ilRftEdnB!_1):@E"QD3.YJgjhKG0-j#a$*)iiXN7
+_iUlg"M'`.Z9tG`>L$EERIn6MH1(8pNI83RFUshG%1DJ4(U&.Z.Bb?O\Hp0-5brD"
+!5+hfE^q$j)>)SOb9!0En^X$>I\5R5CX2aO7R[*5cH&/Hj_(1Ed6*8[C(99aHGf=G
+24]baFDhr8;M3=-6$[X.3<Dt]*_@Fk,P[nj%E4ZFWU4O\Cq8_-'$Whc<tnAl@ilqB
+SW:Oh0WOQsYXcDKGn9J\b^Ng2nu^3FWG'`#j`u7*khBfPdp'c[q1eSnaF_GW0TXX3
+b#B8[5RGXdGA(F0.1BZlTb"/[\-d'2VTB&P/q5G@Vq8(oJ'sYB3W/JYk/DkGOs%0]
+(;Z^6jNKUdd[5.TUE!D2GY.khZ2A-McspXeNt0je^G%d\kDq!><*oAt0(_:oakA#/
+D7,,#0t<-?)KKR.iZ!'M6nk$=?7G19P[GtNWB"j^>!/43kJeiXFrWV'>kdLDM$\.J
+mqX5@BDf=<_RZuMan!K;Fo;ZjbJ0G5Ilt<6UBST)L7'rpBX[XA$rR#dFCniocH9(J
+WkAU(%^S]"-(%G1+]T(=N.cQ(4hR0p/rQ_l0O<;la-ni%B2R2AWs=o4X)B]0BQ\Y4
+10_rEhY,CS4(#)D:BY\oUliTcU2W%pX0"q5:Tq_sM!('p(talM*/VD*,D=+$6g;n>
+U06:(BpLZddb<#o"h\j29kSD;=;jUM&W.&ol(r\Z,=1,IW`^R0;NSIQqj))-aQP>u
+OR1V"fs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj
+`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cng#h2:TDY:1o8918
+&c&@)!"iL,4!)6<!/urerr@c3rrAqcEUs,0Gn52tMmNH1l<j.An](S/Q&pVoMceP!
+&,aDTH3a?aa85X.qd)M]/k9Dt['?e)r$Jgc(=LQeSu;Q.Z7Ga7jgiA.[ueO23fq*O
+H)</r_'.U_RnYGtVs:bhiEtc^PN:J4F<+Y[7D(%_[)c@O(_K(EgZKW4)5W\KO8H_+
+61(/CHCS!R$_+$[I"_@,5=E0_q6?Ysl/,X,IoFmVaT]U4!-#l'GRWrQ>4U1,_[(9J
++EI="*e#//`[]0(Q4^qH&H%"Te,7jelWi!$Md\0b(mnB5;bC\0\@T*=hO(>K'UUHg
+jtZD)]Z-^!9-A-JX&%3Jr9(4)=e8T:jXZdk+T1i%g%h*1j&_7DVeup\iSSMCr0YHC
+(B2R0Jb;0mbT9$t2#dP+9c]`DY2WCF4VkGun"/b68:p_5J^TLr.p]dlCHOX(hW0&i
+W$B?,/8qj<TcYhWMag7Zj7%WpA:uj\-RqDpSj,&t9:H=::\U9NID<mq1,9^;<1<C:
+j2^\98*-4r][NbP(J/mi#EQ!$1gkap4"o^0Ncb/!;P\>BGKcHo/@+7I'GqSGm;XeX
+`i"V7E6a^YNrbfSV,1Fkl*0E&6FV*UE5[ik_E7#?>G?\&#AWCn/i$u/q'9O7MdR4F
+@E"H;,'-Wfa[Zc0r#/eqX>C3`9uVK8pu6@iVKNh]N[,9'13hdCD2`^FK'k6,39i\Y
+R7q/X6Jh0m"hNc>)PK)uU_<fUr>?X\DS]+#Fr4?eAkKMfnOp)aK=38r&J1jF+^L5&
+2YktJ^.Pi?\C[nE8[URmX/"p&O@seGI;qU1NNK8ho#e`L:DKUbM23,4R'aC]&u]mk
+hpMaT4+6F7*8:P):Z_TVbfqM>eY1@X4MBlq/o#Tfm9p4.UYOSB3lHbCiGo'_<%',P
+8/o?G-(@52'0D/mf15I^`/0=mCH>SbR.27F:<c)`PFtb=E!!OLfjkF.!"Y(k&du!"
+F69SCf?DrmPTEt>f6&#m[0=!n-]qfDKS;3eaJ4\dmW^*'$a:di`MkKp;T<<lLal'%
+p<r*SnJYV7P2R$DM;C-!"3/;#%1/_/";0;I$mc!R("_ABDS^E9!t>GebsC<J/$j5&
+jVWf(C^nj2bs2F4!-hp>ZVYlT'X#\Hi%V4:3=&fO4'%!g/"D8gR7MK7BHCR14N@Z"
+EM^:h*grt_kuVIb-q2CFVAXmhW!oPY^1:d'cNsZ$5U5).@2Eh!.uTm1-FSYCOst::
+P1DO!%#h2lPl]]s<@3@&Y#-V)WiSTqkkuq6fGdN6mI`BeQ3]*O3b@@):%akp&FUO<
+(PoRBUh?'iY/Jh5a`,ig'5k][%fq^smT4"nnA@lbe/fI-ZBtVB6!f3.^i$S^A-5Ep
+Vj+jLqGs5)XaI_QS`ZVYDfolE2hOi:91bPhM?:+FnHZ6pR5=4-qI.<c&Ki+jb]/]J
+.%T_kkT!\"7f@MS?4ku$m*m'Y%5#1L#DNt:"IAc4$*EUVSKaZmR4Vij$IZ4/FpJDT
+&>54^gZ1<U3<ZqtNPIP.LLoJJaOS>"FEfpq@H@#:ZYR&D;X,IW(nO-IeeSSWgdn3!
+6/;!kOTigD2<*+5%#bVk/WNTF4N6GW1WoQ!]"Y?nOk@Q/]Fm>?A75.1-+n^7mnRmO
+-b!>?YYR*o+?-$1as,!Ln@K4_^U@2WC@$+8?(2RP;8@(X=(,s3W<Mt?VeZu*1!-7s
+Md(t.(Ps0V8N/&#^_.q="-V/S"aYfX"B)i?n>im)Y0Dj92Ce(GX0Z9<c&0+k.dYfg
+ZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dZbFk0O$&5P`8o
+r!<5Lrr@kXURdHRrrC&/C&\1MnG`L;GW>MK]SF/u`S(:=Qi@'24_euir`DQ/W++>#
+K1bpp^3U=f(h.u\Ujq+grQ+>AKOKZVT8=HrP:iQ,l/%jNhA/rEr7a7AcEX;4b9Shu
+Q>3FPSj=thn'U?1Jjf,/oa<E+CL1@]m\>YQOE#bL!l$:AYEPZ*`:6\?6VpC8\WmMh
+W/>ZTX>,E#kk@<2g=OgYSTT!)hMbkYZ82IcC(lg+N#GuZKgdad.EeV_c,*tH;0@-h
+N@g_R1>Q_,N3(7IZS>tIm2UacgeXtFaakiHTGuiF\I.ET%`gb5?DjMjBB>US'gO]1
+"_8sLG[Ntg-7h;5[8"\hfLJdV!Y4WLF@X8,hO;dR(tR>reO3;m0QU&UgukO6!%L+Z
+qIF;KW4*O0:Pe^)KAm9:.jcGF\apo71tWaEReol#TUE?-fUgd]&Zs^/@*GpQBtj8^
+A<D]$e`GrbihRV@;!4I`hGX)Bo1Z00H?t"XLe!D;>Z9ll`4IX!"2R1`ETD=ZIl7$m
+[7<A`eiEn*M.@3j_6^k$7SZcJ7_sUaJ(>@YfNA\(aWol`mNZDCRO/_^h3!K(Otc?1
+eHLr=KE\0Fmu4On9bWN,AMkHp&&1)WqN]jB]S4F9eYYqU6/J.@Z..1<1^cV$a#X`s
+2:_lVSV9km-RY2o*O_Rc8>(Tt#UK,hR2UoKYVe"+VOXl):C"1j72Z+=)WjDk4lo?p
+hnE5&g*Z.k#:^2ZAX;>f%Np3CGi4[%%`=)3GAb+"U<G\'JbS)7*M!#uDU\1qp[ZMQ
+QG8Znf"-(f1tl`KPj`NMLskF[Zn;]d']]h0+>jJ[2Ed1d8WR#3>/3l6+idj_>&sue
+&Is40KHKfG\prlaS,#jQg&??`0PZ*)d7J?Nl\Jk-A6WOeqRTp'$ES.o?aNdWFYu1a
+p7jQYAaM%3m+@]icdE?9Itr(b0utIsq6k^VPF1aPk9:OEH)"68q%ap!bJol[1W=i+
+RcI;22"au\RkPorNI2Gh!1?Kd:C6Y%JBGU/>8-rFIhpCG5Sh&>Uj;"E')>VNhIlF#
+XfC5`k^#tkUM4?$KpGAF>")KP^E834:&*<tqFiTmAVN!`.06n=^7Ju1/X)M,-/$DJ
+(qeJ]>9>;>_7q^I5;h843kgfUlhWL&\,@DIa/_uU#P<*m7&Je71A[,PF&cC..e4O+
+;obl'9O858N+?BfeK,<O^%V`?^0MY:`f9S57B`mZ0]V_YYPErdq29^5eskhAr?k:e
+B8-W=#+U(W-C0b>CoACV8=Pdal3?=L50k?q6V42AZ5QLI#TPReQgsTj,:TD78Fmgg
+!bfaQY1mg*@fCW&4QlNi(SC=O5L17VW0\Q$)X`llC*qeQh*1cjf$7lYKIWR`M^kr#
+6E&%Or%13qft(ELf\t(7!Ek.5(taeB_I^IZp><QRac61dl?:9%[<:VMb5Gg@\@(p7
+YNJV9bVjdW]COgd,Vr3)>'?AnUD;=TYsT2!0t/jXS#p3f]L\f5E5s$0(s4$*(]c&U
+&Wu$76`c:"5"0/F,FPe(LE_1LZM`S0&!X`JZKebLRhjPenYf0\l!I7JFlW^b\m0F$
+AqfW?_1IX$Kg_GhEm3o]F:dKO`?.P<JI1jd7-l6r46t6F:;o0]T5SNud[SHe9)QE5
+*a.*;]h;;qLZU4ajjA-pF)LGX*1H![96"b?PZX5s<D%li<634,Sqeh#M[lL`*uBM@
+a/?s@Jb@+EJZhiHc.@"Wi&TZ]dsC`*%9hrdS''Gc]`RJFQB.eIguo;pDdCsIFT#9<
+ZG!j",.5(EpAcbk]FkEU:fUkaWDW`6&CBR$Qm-Pj<u?c\,RBPno`t/r,!fr:_nS!Q
+K?YL&qM1L+Xh;oWH)e^YQ$qd&,Hnb$]q2!/H#IG/oc]2;olaQDm[Y0C4EuT@KoQbr
+n9P4.Ql_fOUK:gRl"E!d4ds8a2TOt;b?lL[?=_MIkH0$9bSTg%==j<U[_G[ok5Ocf
+G.rhU8grX1M+L_/l1F$I>]eY=CGc^C36*!BSUocC?_igp^/rQM0ob'Klf'UqhbX1@
+e'>R:ThVN.A#O'"Io3iL:8=^mh-92B4F^FZB=3e2Shhd+OU=S:(_.jY0$BHbk6T@3
+(*kPb1'</UikD\MmC=/[,")(5nG`K#FAL&]?s_RQ>'/AfAR/e<\V50s"3kZkQhCq@
+6'm8O0+"><KpC3A8Z3VB<+'m.A]5P:GU:L/g+j`;L\]0PdD@ut4PAlcb^Vd$DD+(d
+?<GQ:^L<kll)CJ7''NY--,VMqPJo#Y?b7%>Vigj`#beOa1#]qdn-M]V5a0@!l/1XA
+fd;W"'^;.6bIY1G=.1u%'@6M;>+NXpWIGo^3_dnpVCmGr/DV/?Zo4r!=H5qF#-r:B
+4_5ar*rt#0Y\8#riLGE1)gZ)TnJL*PI5F_CgjgY;W]Vuu8^mgpl?X29rrAG<<7QBd
+k6\6^:G&q-gt]keW,[uGY%IcDMADI,9;jDa^DBS(]8@INP+Y3^ik@TCi&225,L>;1
+Iqmc"fNW-_G^oP0^G,!1B%O-WS*U#bf)@a(W1[.;%6maH9>W[A"O[RmaB.=X1]V,o
+XuNcn>D<`KUDRJ`aF?204+,1!b)NmKjK1Plk07gO](/NYAY2AK=S'hMV]C'eK\aPD
+BiZ#D.q<2>,GN@385D-E.Z5HU^alD'Vo9W2e.<,n@8Z5^an6_M`j[!t,4<,!"`*LZ
+^2qp(mGr&$5']djo<%/O4;oQ/XEe_ieC#;:r?^ni<Nqc,b+]8sEUh*7%U1uW5R/Zo
+34/f*9E71E1';44L&+=/f-=Tj'=cZuX<6VPY;lMb0:8E]]_/=@CT@1DbZ_u]g;ft.
+-(_66[@iQ>!g,qR8@N5r<8n7g*]qpi9Jo(-:lKWF&aB9Cb5(l#bljE\k@*"UI<4Q.
+bIpQjqP3kq=S&nKB=687fCW;97)pn0VNl/$__$a5&fYjpfqS,T.TOH:-0.NM*F(?0
+!=o]o`/\qO,'^a!Xbq=RM!&s6naOCK,Z"6ZW6OB62Pce$rP+`\Zb#as?YVW4ROdXS
+OV`2iXmPF*/HKrJEFN/_1@cfScI@m"""#6H$pieQ&ed#@-R6hWikA\64ELsDO)MWR
+H68Mlr1iAE,L$!qZJK>"#NbscShG3_H$51DO'f<QADDP>`%u9h#B?68:7`?ATp#1G
+I5j+0NYu,J[73Q&jF6h([WFYFch"Tfrl/.MX[_a5<n$N4f5J=HJ#;&Ua*dTa-D,Qp
+'oFN]U?!dd6E"C/rM?Q9]".#a,WL@>#b`)+*ZO!mSW;NOgNXC:k2+!n\M!f[eZW.n
+?UODgn!S%*iF?S9ENNmq@[7>IF"W4=::Rc!*3`'[ZMZ:C,)$TpE-jk?<:PbaB)#%X
+pdcLdr)lQ0<US=Z_I#LlrcH`(rk:tO#."MrV<AJ+2f56q=_ZKs1Ypj2!cjn(On<#m
+m]hc-LGMO)RG$6^6VMQ3PXN%*DGcXk!!*$!&+OT-jqu=6.NFlkmuWV"n"$j^2L\:n
+kP]a.dlbj@raW@#C"KR=8T/BY1KrSF>Jt!2BqaMOWdHq0`e,S(;l@YUn\H&7'cl?G
+&3F5.moOo50oT[MU2@i/_`P'aeubt9^Qop]eT<r@>q]9bdiJ)Z7Nd[916N>4M%u8;
+?+DC*fn7r0+e)Pn'Ab#&48*L3#`7B?\^.\,Y;-#WC0F'nYFDqL3beH`[]L;5Q8Q2s
+So]$_V;1?5h-%o8;*8<rhNX/jT=e'q8GKKtK-+c9QnaUW%N:_=#W!#7N^W`RYFhK[
+@R5cp>tT!]A7s$a!:mT;kK3^C<7J<h[Jp6-h0JCk0=7^cl^JdZhG.6b2QA*\TQaa.
+#!C>7-!9^SlQOs1'>Ze_,ZoR/OI$MCa!8!9pES5]!H.[.Z1,VK1"g>kC]('Wrr=eH
+00\[q=+4Phcuhpe$T>J")CR3q4'*1*Ds9&"6kG>$Io*G6=FH<qg"GoRf#pf3+&"Et
+5?[s?LDBPVQlM5J8q`&d2K7l#>H7M*=bG"K?.F>7WVN#^d;Q\brZ0R.mi'b?%AS*<
+hJ6>"H6gi#9-4a$0(,MkYc_AJFR[D(Gk,gl`u18Hk?qWejhGj\BTIL*=!RE&@.QUM
+I*LdM?h'bULRkPph'Kh,IkU.',1Gn#AX\*?k&G9*`ZSBZ8PGr*>DMTc9Sq`KM[>n^
+*tDDhK]Qa4<-X(Cc&sQbkL#)4>MiKo9Jl\kk<2?+gJIh1O7N_Q:Y)Z70(mC@/uc>Y
+"U2TG84K"1\W<5h'_J2cam'1I<2]gQS>-i?;:5/J5S,UDcJMG]f@,jm6*;a52c8Q+
+i?+Z(hr\cZn')UZH)Jl8=S%@I(N]CjjF&(,rr>j"\UrMrP%b%3Q45q#%'Ig+!.hTD
+D:7\/#ihFb)<2o-EgQ:@jhi1)Ck"M0T\Q_s>E\<U13pW3o+n+^CG.G=USb*T<mbCJ
+!i.SW=m=Ld?anO^K%6\aL3_kA`SFaS0#1IP(qP)S]Er=$97d4M4KQ[p,N0\SHl$k3
+r)Xr,<N^).D"9Kdk3X)5cFV<#@:Ys&T2(kWOpd+`L8V.2V<SA?.*NrnBM6j8`+IUm
+V89:QLEs-U.@e20loc3(UUQBA#31()3"</tq5*9S!&/[_=k703Vb<<'IkS43Fq#L!
+5+ItJf2f.\b98][-mWQq"Y3O/21:IY`N=e<1-h.-^rs5!DrT(d0tQOB;MPO"4"nn6
+*CA1I$b]$pf2^9Qj48.]c[VhJgErS1=nM%'.'+.e2>Y1DOs*dZ[6Wf\CU<*KE)`V>
+KSIj4KX`\b,\=5<aIU0%P!+4TS#GhuGNDT%I+)i!0:4D?bAHD=)f&%<h_08481+aT
+0-Ae&qhoUhjL:FC@IUZ=XU66(i:`]_*145^N1W[tXh1G@nU9bs3aV1p\_Qd_afO-q
+ZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRu"*
+q6U)$PL'5J;uZh!5;`B?i[^tjA(X$9OkP<S]Kc&F%R+7g+n%X8G(9P?K76jHRC(9k
+2P3p`C0H`V4&t\ge+(aZrr@Z=*\Q'2GDD7XbF@./+[%6G(\&=)rrD+]jP@kG^FHTd
+1Ku&kA^kUk6UFB:AL`%M_`9TDeA([0N[#"T<k7@]D([Vpn%6sWdD/;m++M?,"_BWT
+UGk(baf.u9U>/Y9!E2fbJBk"Qh`<X<,Rau6;Pa3P[Q':*>)a+*nLnOlJ!s`-(EQVK
+=WF);WmRVSUSW:tLK!dJ\7L[j;<f1Q]B)O&VL;^%:M4B:8Wl(=Q0DUP^@WK+(h@%l
+4A(M"o,,P+4#g`4UK(cPcJp^&n.Ht$PI&hTiJ'Gc9B>ZXZZU;H3_L<1-l<panpU@?
+l7sWc:cG)lfkEE;l.*W:nhXO&=8A,V^5]$n.QJcV$)&&LkkDMSY!KC+MF1!7C6?5F
+@4tcm@JNf2FRi'f6nCH<c`2ZHKTh-oG-.sf:7dF8)%AT*dl)0#(jTt?GU0`_dn=6J
+g:1#91SSTp2:9kF@<sFMh3H-/8&%$N!KKi.fu=r&5orTdVPP<1Z_ZGE^Upb`\"8@`
+8>K;Dm`qm/HZZUiImoo4Q`[.=4#_UX'IWFlaRG1XpG%Nn#]DP'rCbAK@^Hh"BrYIS
+(j,`3cF\MW5@!;+&-4#i@p+q,(kd\`&9FAs=L(WE8&LbIndm8#C2m)r,?=#\SU>C)
+P-duc2Ck*7M0!\,nNb`(H5bD4G/#WbI:aT4:nqj$;$#DZP\gqoQAgt@dr*iC8_r':
+DBt$i!Q8fkDSjDL7o5tYI%5Cpi=<i"#JM'3%`=*)J23;?*JR*V!;Gr5D:gTu\'GRB
+Ft0K<.AsTc.3[>4k'ncSCX.6>dX9B:6`\n\10iQ?3@p7f*I(9]W)cHb>+.K+@H3^=
+ob5ftM]&;`+!N]WjAo+j'O?j'"7hYs^0T6`eh)"0]gl(S3FT>F217g_<0@Nb?4s%u
+>aeK?fAShWW7^L*RblWFCB[C^4/3Y1kJ.8*N]>(CZ.^km-]l!UWEEu)Are--V)(;j
+AMr;g`L`[HV&?A:AsM>*nR;Mf'Ej,_aQMqQq=3rJMX"j]9D['<jmac:^ii7EP<?-m
+=hMHE/O)X.h`dl"T-pC>8U'k$OIFati:H8,qdjd!k)N<+9@b?)&+k*k/)A+L,7o#N
+aCjZ(OX'I1PW[Xq01oI+2!VY&BXY'So\&W-\;k3WO^P0q>1]slAbJ?%SL//>;QOlZ
+-d2:bYN1NJhlF!Ub9*&L<V!Sl-Ej=N>u.KDDJ^1de8MLt$)+dY(r6=19.>`RapD%D
+BId6p_US:FD,B2Z*$_*X,Hg3_$T6G8+="DYlj9Nf:jEF<eR6q7h(I^>g"a!tT;;q]
+Z_q!^3@n]m`6<)Y2.B&iTI-<?]0C#mc&9H,"F'@UM#6@?8)dC]0&;*ij]@RLH($1h
+G.FpMF1f*@Pr6h)Q>JIaqXR>q]1?Fd7[Nk'isOT@.b>!oD+X6q>N6G35YA)3N2jsm
+<,>UYiQ(*::*lfe;Y_P4No<0qGH&])p9-(!WMj-1btBL>`O[Ue1J#ZnaJ"+e!d`HC
+W9l.hji&h`7IlCIbYe4%kbAt(A@D*QH6/cZI[7^sU:\/<*HS#5P)a;.=)T(B^rU8l
+Y0eh94&[inP#2o&;8'T^?[F_B:Ik>\nihhIWS#qhf/G`kX^q9FcA@%!GC<r/Dba+t
+D0%7j`gZut;*hG@1UHePI,$!/$r)?k`\P:"."Fn\/4;aH+fBcbGo'20p)'n($\c7"
+I5jCHX/K:9(6TCZ)eYJqRLrM)ium\Ia#@aGbp]!!qFDg*&1i$U.UO-(0gn)KSlYD`
+Qi*BXjB=.JrjJROc)BnDQS[LSgbLMcoklBg8JiZ<TX=d`1ET]!af:[C9(r<0#Im6U
+35e3]FrA,hkr-,MX0"["Z0HYjG4B=65db/r:s0+gZlDHB6/OEZ9VN_V$a5FW`nc`U
+IjdF50!RUJqC:JR0!@a@H)<rWG8?`,k[=Dj=d$cbQJJ>fTpV)>NpTc5j0\FQ*Y-1I
+<audmmc,OL^+9aJ9tLVdr`JtWp.K]1TfnCc[Is6e*T`:Bc(s4!V]s<1VFY5u.6A`?
+6?nXtgC/a^6Ss,HVD6j.Zo3t"cui7e?%qP=2u.k+K;X!8cUkXNdkko.>u*ueXo7<Z
+g0@Au=\KV>0U3B9=$hJJnR<r6bI4fVbq.;)16<)+,!c:1`E2PglLm`%(@#kmp[ZqX
+>)&GnUg7Yip6p`6qJ'UTb*+HP'i\JX3k1>%5X5Dr"4tKR/j4)WGm6g1^oir.`,[*D
+Z7uN_dh&b]Xn"rRV!>NHBao9'Y>5>I\T<+;4k8*D[]GMl:NJ@R/,Ef^&6a^jguS)#
+L2><OOla`9!.06h0<X'5#^.8)^/4C`R7eQA9TN"'VdAU>c'VPX;)'#g^(N>fcq9nA
+D4(+i:Db9&XFp)TqpIpF#$gtR8A)O\mk/G-9:mf[oB;@fJV$HFjKrN&*U=-:]D1<=
+=[5X_[(m=G!/V5n!k$4nfaH8Y-p3-XC@LNbG*P4k>2?UbNfoa\@njDCFtV60@I!et
+2WRI);Ln083LcAC1ZcU78:iquA&NfeXs<Hf7Q?03rgi+7.;<-gqNd$BCL^q&Vd#p:
+O[ZFJ3o&OZ<QPZT8>1hagSS&=Zum6q@jr<C1-YIC(nZIU,X;S!7RqQMakn4S;[I7s
+bFoVHbAX<29rQpnCM+@OZr/3H]T]^A!fU)t",PWD13ram2L(&$LLL^K`"GQb+pH0L
+U&[&U47]T:pQdq4/a^Q;D0#B^Jk$R,UORQ1Ir\tQObs`.e<7>$$PKBI.S8rjlZK`q
+A/plD+975n6ihaO+p#/R\UJ;a#F7L5p(nXtV!Fsn?Dm#3?H28W)ore0HDm/GdRPYi
+i]/GM9`ZH2@F=C]Bh@6W%l#1P&&LSmO#5!%o6(pUIT6+alUTA[6`*XrCS>%UIAP`R
+?JRtm'u](^Gs8["M3uMm1<IYa+Eu!`G*ZriAX!dI'Q,%SoV><`g4m]-'i)\s28$DF
+k"j/r2u-rS[//nHX/8%NSXG\jk#d2TRh8Aq]l8-QU)IlT4L6jh.n$.ASV$dEq.o(F
+/76,tVqG>"X2tCM9g_aj]"aO=G$rPt%<X5!,UG`+PcY+)6'9]@L0[bHB3ZSM&J;<0
+Se*H5<d.Y2#3nqcdf0:qI"e<[Y\LamQZ6nZmTT3Wd_<D<g3'O8Q=c<:`6<)Y2.AgM
+!*<P`h#4:Pc]>u3"EcgOM#6:=8)dIa0&"+M5E^M_(K[qL9;9_9c[<="\ia'gO_Mi2
+-5QaHl;>d0#sD8u857CmF-FZ!3im;Y&fUm*L*fki#ol?Q<Gfu%(j0imhiiLSe1V9m
+es1;"?!m6s[A^jQ95ArDaO<;r&1#D\[#WAV_uSS]^M)2cp9(/-&W$L,R%I&jKSlL=
+q'X(>hc@RjEK(@K+.6;CQ=!Lto,`tU)pN7`8'P52eLb.NdMZp*\qI?@/!=D53H.ED
+A.68>";]4ll?)S:GpNb^7YF#j+JDZ=mp[D*fu2K(7E=Kh!9Nn9X$3RJM!al9hpQ_[
+5LutR9V2!GOPJ*YM$:6,>QuLL2/e<$\'-s_YH!=#LejiL;<%bg::Q(&`Lhl;g<N.L
+0.?YkH&'_7[\%!j=T$^O9[WZ;>0o-2CFpO\`?,OLn#b]7XRK2GN0-]Tp1bu[:7j]`
+NuV^ZE(?Eh4D+Sm5IH?)]5MG2kA5([h_+2?9uX!CVF,KUX5-upg?%r9,VIfY]FdC^
+/`]B&L"0W58e=8B\]o5=F2p(!EZf6"2>!JnFWU6g!/`D.l&`S'ntSpgo7*ATe9&g?
+IjfTKbPFqee=*5pf@!r!D(X_3=f7DC?4.qg5o]5N)7e8j^PS]&#a$"B,gW7ld$/!#
+!'24Me0"ed\u-lY&*6<D]Xt+JlLoNtQ^YVdN1+>GXf:,]C,[qNaNEYqjL^RQ@Kf13
+lo4GpJZA*"qO!)_JIk,?"@\?Y&3'2O`=PW0CT[ffrr=E/JYC4sYgY6',e'5n`l<Er
+p1nG'/gE)B*Ma<CaT*a.7fYN.Q@gKU[56s$'&hL!Lr9pQjWH0_)eHf;h1pGZr4_aB
+P@VD"7^fjSbs`h6mngd3\\G[g?n>`>9m%_a,E/rD:h`g'>cV#1bGucHXh0+>q*Y74
+C*Em1FigdpZ?C%afs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F
+'m=Cnfs+Uj`Ef'Pr7V)Mali[(32uoXJKL>1nJ0PpZ0WS-aR)4e?6B#^#9PVnOS>BW
+]0H>Eia,04QU83OTP[a-MLWWUT!A:q"^,2K(m">PIrd6]QgTMemqbMnE%5XIr.sq3
+SNJ=m][a32YRG7=_\j.Q0?5Ch^8gbc6A'UIQc<>3i?OiAAaImCLD_.OUoqB&pR7m=
+-*cBh,K(c.m#@@/*dMUUHBBK"E!:rAd,\i"152<J&Wa:'D(O`FdN0k;!'*R2S#[PK
+6"lpj^#_h1O]#9U@@jm*[$lcJ)<U<TM*V$AW&Do@ApZD!Zm?3D-\$3\AaR$Bpo7=[
+iuV7M]YEP]bH(Sg?U#MA]TC-(%a:U<%G&%7GGFI^&]HWC5+JW')YFijO&t\V/Nq!I
+hqr?-IB4<a)!%#ID]81Rk/WWIh^-]D@(K@f/q"79QAdptaf"7pX>Mp/@W!J^(*e4W
+CO6.JLHt;%I?3b2M\\Jt0!?8mo"NQ@rAc_3f]M-;#pMhA%B7]eV6%Y$W(EhI3N%R+
+BsE"@R%#[rcYKo),XP:l=@gt.Yc4<CR3p?>$O)mJ2M;Eu:/3g\4b:G1T'maCBHs,m
+&j4N>X3dPdNrb17]?G,.aW6maRfUTjPW@#^*sBe\R4^P1njM`.,3RHi>)J2.59Yf3
+P&nrhjde7MUd5U%Y?g+.+8fo=au"9bR-2GAGD,tro.C`8cMh9d`=hJ)lXS!6.Q!a3
+:H[n<N$mp;4E?'(4I`V'$kisnYS+G[W@&u0O,>6@-,)ck_i%e$Gk,A[n];2nU0-F?
+PLS[V8(/7$!D7>VE%m[mek\c>r;ku)Fi^e1-R>:PYT9u`R<B<kSu40ORLGS:XsVtW
+Xl7o?R;Jj1P\J1A9W=5[H;gL5EE?^YlC)UO@<nkf\(:CfS#8U)(]'-@WtZ+5Jup;]
+3=;bdglmo?).],T!+dCZ"+)FA%EWc@jo5<7BV&ncD"[f./aF0up5,`O3t5CiR4^)R
+5\Nb])(K;c#Ca4,D*D5fc9/?dS9?$42R/>f_6E9YH&#SpS_'M$I&#f*>><Krf?:A!
+h-F?$Z>)/-^Kau^MAGX0.YTbJ:2DZLECWInR=\4k_,it5Ge9"0JLd&roP_-cnn4b*
+:MeDA>40/'l@*><@sN$ZY_tE&grN;c[Z*E;W!s<I1-'T$c!8TbLli(JrVc]VYRh$+
+?sR!_hFZ'pGLjFcU?O+@Ebt04o)@Jf:?>pu(`Ss*h?_2CT50:c.?hfKc^$g_,i=q`
+=73c(&sQnNfIGe'Sm8tV:RNar_5:OaF^o]h?A@kaZ<6,`DUX=pJA8H_gV-ZIAV@Q%
+:DME&AI]C(fb3jOT3'7&3q&FhFl+f9QVOVur4;`9i`m>&_-!H.oubG)HLo4'/8>D)
+A5gU,bcPcEiA&>?KWEX4\,M3SmpdEI>smS+G+Na%p"`B[0.Zk-bM'A*(Y9FKjg5h$
+gt\<-[qPt!H8:Sf,67-K++P71f.!:/@umW8*h+a5H+JdK#?c?8anhU8Flgk(c!!T1
+jr5N(o0]t"Jm5aDAr[c5Eo<Yg<?$/%=>N8FEe+fcBpRPVfH/N5$cr)=X?$fOSFenf
+Ep5_k9d0uBGqNW&-0gUCQ>_ElfQ?#J)/1r?J]T<28%ah5/6uJbCVMuW6Gm#[b;\9o
+dHpeQGJi^7'_d\ZG:0B`!l3)$QMlq?qd^qLb]1fP*YHm2PJnK=A&k/<TQTDfYP>.h
+rr<_2WUfN0@/B*^Gu38ek?^6uQ)=L8?3Y<U`S`jAos]86m#aq%_])6"M\K$fH":ps
+Wi2mBSU^f_Ee,ID`;>\tG"+<\5C"V^[a_L&D`DFA[@WBbeZS9-XlbYr$N*g`3=$'T
+Z)1eh)=a)N^l.;aT=`ss_;%*fdCel.+#2X0Bt=P<FId>Idm)ld@psWd`3>8,CEc77
+<!M'S^>3g4Y[t]a.E'.G7#ku<"k[7aC\fr?B%i!MX4c_1.)?hmp1/b=:%hYQKF4<g
+WQObkbE>1HM'V^"WoiY!Qd5S-LJ##,jmuf>%Y]54-(_FhljISY7LM5:@c88^;G@YN
+3.ETOjPUW8NafK\>G0+`R<AcUCt#eo2bDQ4VriC?rr>a+e?,j5W$Y`<Bp#5"27t\3
++<J-*K`NN[eP8ZqSiOq2,&@A1Q$8l4Go'qOra:!uj&V()LX$ehRagRQOD-4pDJi`&
+/1"k`59mt`gpYsqGT8KfkDW*Y,QK^F]NG!5&A#>[g1R")S#tr/L9[NLZU`P&SKXCY
+>uK8I$#T't"^"JK3E2[/iZi=1c)/gE65"hPeH.Zgg_MXXjB[mt14F6B?ho&jqR<"k
+Rl$W5+%[(q4gj[`)6P3CbOoPjO=?HZEXQ'5]d]<4HT+s'e3d"K*]XhZo"$rL;\9f3
+4jlI?Dm/FeIEmc5*?.u)0=8i=@uAi'29_5ZlQ<5KM'54nHq<l4o;:QF;4A!a>\",%
+29Bb#fI'2\f9<kdIs7`7J'FEG\#NP0hWa_MY[#Ea#)'@'].a6O9f>(U_3[ri'L\i#
+!Ug@A)/K\c.t>bR-!fg0g'+[MFA&0Blk[%X,/1O5W>&CG,$-=EaYX(+#K$f.[2^52
+KS4O*QJss;,e'4rStBdMmIfNu<fhiC\t.D3e.McBlp):2%_3Fr;EQZL:F))'ZL!Y9
+rcn!pR&&5Ao)A]YoSmlc,Q9a/fNuC5D7]0iNSB!Y:?QJTL)ei%i<,)c?S/hG,XtWn
+Mm0Kobo\&TPH8Orq9qaDe$Ktj9ig6mqdrBE.5?Tr;i!1@7&cq&R;gPg39()CEojR^
+*+H&&rr=Bp@ejN[3Ym@NBY)HIj3/9sF)>>+bVMm2H83Z$/0f?5iE973"74N=Xpmja
+2P+rD8=rJKZ1"C\-8Q:7lKjX-jt.5!VG!Ip`n@KV2YRS2`+W%W$+M_!-5:Ae9U%cI
+$ZsU;_^pPi4Kk)EYJ$3VA9)V4hoiMdRnk_4kKbg#U$<:S]oK8LQ*@]c=Nr+O3IOXR
+aF;J@iU<+'7B":$"u9^JU!S6Q@Q9"GEG]\)bRiPq1j9L9,09uX0Q_DF<Foa?+G3K[
+<CCY)DN;^*X0Z9<b,-ZTDZr5`9L2Cb/1;?'5[/DL!k%KI^_O=ji]ZdeJ4]36G$P*a
+_@Z(HP.NV%m+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbr
+m+AAF@]mt5]/D/*fW2@'^RII`4T>EE'gM14o2#?0\rLqsKDtoh*N/o;$cDuE:#P'n
+rph-%pD7KBeDl!NP.k+Eak1@;ogA`Z);@:rrX)fi+)'aK4['WErXAF\0^SSsLti[;
+(+]Cb545bb^\kJ0]Jg0.+f[k#n9mTZ+,3>r@n,6D)XbY="2reNbW*+n"W>LYG(41<
+T+:ra^HmA28a2[E[QMAW.i`2dYt@UJ:!$mNLKkq_kp"Vp9\Op3?,[ANP/?MM;EAhr
+7Vm/><j)_"N``a!"%TN7VoLd@miqSnrc5cur^FH-d'O6<bZ9%CQ6f8L:e6diV()d@
+1d3&F?Mq@]"idHcH[>uRD^[;ogbjMoN9pEY*.=8,e>,94Q\kFB<PpkQ,5df-!1]hU
+gKn7_?coqhgHhXffiImdGc\'dltCSE\_2-$id(M_&r2;Ma/<gCSYF.SgtT^RPcq$5
+M%#GZ)OP)IDH,\mWQ@Yr[-L:a3<TZYW"f:@^t3.`1I\nkEtce)FZe)m0.XRpP0?KS
+q4*hdP8F=g5ug,T)1diG+j%GS,kFZfRt<r)hRMW3LXKI`L.cU$\bHC<KWfR":g'_e
+D]CH`:)]:H2Y&*AOoAVK[Ft\'?[LuT:=5#>e=-6W64]l:L0AT=?fdKlUM6(gTfINo
+<n&6Xi2^h`[JCh"PL3G1FFi/NLo*W(U2Dh_55_!B;:0Kr\K7QKUi<S'm%ZSgrjHaK
+#sSq4:nK9VYXUV?SBf@0S?kB&,+)kUC`7amELLo!]?*V9FraiC7;j"G;M,PpD+6mn
+YhM^uA"GFZ.QZYO#\fiOFrVctV!UO-#@JM%TjS@$$ZY<7JS\h/?r,JEN/]GDm#]r@
+#4rc8.rV=pdZ9=fYkH/3fHD$"e7,T%=6=/WhLYL-j?GI"?2:#GY(u/O5H8)6B.'N<
+?olAl7e@n'l4""AoH9+FG#)f5m+k]*<\!.M+X)2j*US,,N0,hX?%no6?^&3*r.t9b
+e%[NJV*45.Q`&/LFY3<^,0=gf`QRk97c:5&%_sQm!.35XDmV[@W9qiGot$.q3RrqC
+LnS$U-g"#U@Mn.B3AsTP+o-[tj`s'JFR/BUfO)muO!mR'Q0#A6PK#5)81V&Y[.$jD
+'Hf?^R<gjSak;Cc9R-JCBUFdh#eH-?WB1EEmVI<8^O.X)Ng1]So^=2RDt8?=h#km4
+I$[pG#Nd<*pOXJ?>D=SKdYlXW]/NE30l"Y-rr@:gLt(Ni/;$MC935'3BG_%GpP5X9
+-\mJL+&Ag0MW>R?4PK%^X%cMZnr<D)`-TIiFUouujfMJ*G+N3QHX!UM;lH6ESo$_t
+`>"Kk-,FM$lSPU&8)h@LA`LUn<t/46`.Xfkgd6c5W6l^i+6NK_A1fuMrrAb#qECDW
+jtACEH%J7=H,Igo-F[FECYq&6)V*u8B;^RSFVN;7FMH<Jdk;k_;-HGCauhe`oLf?s
+<k/!2nC-HY/GqL`piDBc5*usO""9::Nq&ABjq_t!7sO+RYr0\Ur4Sd!ZVU1AXeXd!
+\'B;TR%MOtJ!_UudU,bVT&.drMF@PUZ*A!iMDoMC6cM?DO>b3lc]\@LO!HI?1#aF4
+>\;&?GbtK3gN:FiT6mSdZa+lNbBH\CJ'5akNBK,aTf0:hl"b'RWG:=`md9AtArT4o
+*L0[=3XjF#ZgbhE.5DYsmi4[Y\:O3nF-1_q7*oS!o#&WH^8'kL?SV?q;:F]`b0?YL
+'%pXGWCr(Ze7$g(2Rf!Ul:SN-^.'t2bXQ\XN:VSCQ8l,<A-P/$E[Hi#6-)h5l#EA$
+ILo'5q"Qn^*JPQu5#.;:r.P!]Za95PQ<M;!XlrrpfgTYtEu!TsLu*KE?9Hd:2Iam[
+A=EEVWu8j`;DXTV`^=grK[==$U;5Xc!(u%5Go']4I&VIpq+JrC7K&RBohRI1=-Hp\
+-LU":=`5s(R`=kN+biN[-*p)X`o+hRM;f4[1[/snJBa*>j,=2t?l7KM_G0r_m?Ru8
+`c<XQbF3Hb2F!Q-FOg<\&".P>!&1RNFe[OPYg)jC:-D,5BrYA%1$O],Ej65p>2VH8
+0t@E%c-5iMNh[X87Q`dkB.L,+*T>u[IU"aXK8gEP`pLKH^h9GB!'0[7?d,..^1Yjc
+=RIeZm\59pZEs2B`RV=S&^,66&$&gUb6kfaEQ*doFudfjDJ8%Z6?3'WFa$pM<O7rE
+8>Wl[T/(+e?h8H'k06gme@b&.O"jl7(Ko-qdr.&fVV=UVG-IU<>cMMHAk<`aH8,VA
+-^ar:^A#XhVW!K=idd9R/h"f`>C5Nc)nkr\&I5:?:>H0FcJtsNH7KLcr^on[ki1/&
++R5D;o%Lps4'NRZR92`9'EjDmMBWc%bV+@nl10(dFZq);a@(qN`PsHi4q_#AC8JX(
+A,2b!C0Dl(>&+t@f&$:)oJKE$[\"nFFEiMPbdRmq&1=!.():is+aUA$n=4>:+d7_)
+X/ci=mjF90ak=NnNME%S?1N;KBc=.T%YOSJk+,68orTE2,,XBn]6e>2)7P24jO2R]
+&.VAp3R3O[QbgS(>[h>t"4JB1V]DiPcu4DT7g5:;H$2i'^G"k,H-a^?=_P8pAU4*&
+jK27k:cG-o,V^n,a<5IbGRm[M^+@3WU`DQAA1V5Xq9$Kb@mlI9lm'(31fn%I2B#lA
+Q't@fr;8E&gAttUlsJ"845;lI*.r.KXEqg7Pid2PiuZXjOC[+_O9YFXlFqJcbnCm7
+9nQ-)q<^%h/:#FaIUVgAQ.JqIGp>n3OP*3HC@X`m:7e8C^]BtZ5p;H@:Q273[+dJ7
+:Cee=(+IPDHRmkR>S67HE=oZLA9t[)*)1LH:,P1Dg\u4/f$\D^c'SE;ns+n)G,[BV
+/VI3-";_ZkQ=4Xh=ZD]SW`c,\._o+DQiq@u6=mtS*3uif#ogmoNU?EMM[g@kD"Pg[
+S7'kErHEa>jP)gejpa]Kf)G_E[[lgRFQT$'e867"0_["07jQJ4U=PlN=pjDl+DETM
+k,kokYnF0u9&`CoZ6??LLK>CSL$'ITo#",k5F&W.1K3k1ZY=\1o4]"E<-eb<$r"-r
+P"@Jb-"i(KYNX!M(q20(S:h(Tg3D\MBuJ#2YGb"9nH'.$8E'EY<Qj<\.%PnEX<Xt?
+F4gKmc9LNY<dn27b?MFH"g5#:EE]YR-/e@rb&7!)*'Xe>0"c\U_[TJ7Z\ifL(ms`7
+Xr=KfQR%rY+#dh:r9VjCf"Wa5kG?4,qP.d@d6QE-ELBMAf.h>Q$41*@[J%jhB4R;Z
+nX).B9ci``jSE/EholNnpI4[lQ1a#dq,?q8RQm#6eS;[4]DtB>M&h88RX:;rTj?%7
+6iL.!>gC]`ACKV"8T-%fk'YJe*d-"(!0*P2%kd,cL9^Q)f.p]J]);F)!9N%nT,#e"
+IXN_?[_#1b-e0AS+BD5;OiDZKK1[&F1FH2#NX\+H6t.C&IiN#T..a4qciu4]-Jb$M
+h_89el+`A;A%C'rK[TdVTj;q^c4Bb$rrCTuYAQ2_0YXV1=7o`O-*'M`7]`W/C1qCL
+*AkR]@(?!"$tTrS8<DgVqQGQnl;M3&[QE(R[F<mUhIp1mkK=d9kR6k(Md8[*2(KQH
+rHgVE.np_%Nspm_6IR>_ob:J8_g5jQBlM3AET9*/*Jcn_(g-4;me<G"bD+RC@Fq$V
+`:DgJStY;+:B(<!o%nr#kZ7C\B"=XM:hh[SFVVjC?GU`U;8&8C\`Xn:iYGA'=H]=h
+05!i@1u8XL$-5c(jBub?_%V>DhJ@9>O;HHOIU>imccU)@8b2V<FA48Or@Rj]#J60o
+)V)@)]3+7-Q<ldW&OGYN$_L!R2<,bj5QD[Wg7!l`2)Cc@7#_6lDE@k>NLT%?ZY%n-
+X(IE"l('Ib^f)Sd@97'[?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJ
+G&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`Ef'Pr7V)Mali[(
+32uoXJKL>1nJ0PpZ0WS-aR)4e?6B#^#9PVnOS>BW]0H>Gj'G*XT)2$hoNI3bQ2^gn
+rr?_+hq(#tgQ'D%X7hRM!-"HQm/.m$LU?]"?GtgHI727s[IUO!iqMUe+-jU(RO5-W
+7+sftU95@9F*F1N:cIXKaTM?[=1)Rs;C>?HX<!99LSu\r71XsPFa>+Lcs[njJ.`BI
+li!QjUqk>14oEJ&!1_gAlLUOt2U_Dl`fi?[YsE3_J.]'G<K\K<]+T-ej]br;4qesE
+Jlr*3Lgc5d:j(E-h_MUL+eBZ/(*.f"@jL.VliQuTo?Ea%P0J6_SDRG>\J=0j,^6)+
+Z!$@!US3EhE[,9E*kXa]3R;4%ggHKMZ[SZLq5f+fm#^OZec*"^974`PW5fu]WMa0q
+#4h31oITJQC1F!IM5G'niKbp[no/7*R3<f.+%U^UiXA?+LAjot6EH;(/7CY:LKq^`
+>s4<&p@uYHWSIa9-pBAj):B\B17)<O;io6TYa@@7?Klf+Bj;2VaE]GmV#g,)RLX-p
+.?HdpNP%Ao;4q3!L^57"Kt#9#>\1s):>-BBLRf8:n/\iKGH5Y3k5/Yt%9Qj82Y_/A
+@;p\bF'B&CLlQ>8Q(C[Ebk.AsnkIhqR<2p@[bI9e\`<Sk1/"P1&kdHY\`CmtG^k:^
+T)]J&3t2s8JCn;l9fLfSOD5n-)G&#\!7ZAXP;\_XiHe3WBaKdKNnGMhe_5;>!?js<
+`u*$GZ_"&>bCYrKn\a/in>l'fIO\oME\U4C/^B2h`$_M<J1Hm9NB7KFSBWj?ILp0V
+@jX*K0t1SfJfYU+I.B'e5n:g-,N?C_j^GY\*:$Y[W5TJ;<B1N0`=B^<mW(U!Je(5&
+?'Z@).;)ZMjCs]1ZY9oi0,NK=]EgC8KN_ZDbu`']\urg0D_T@W1cITtHe5WZ3cL>?
+gREEM:f"q;76BX*2$XmJR)^b.!da]64++"u"G>LrOp*&%'hIV2&:dPU].EUZ\D0C+
+9<uk9aV6fj>4lBf",h3Bh2Wp\GO'q"D_qO^B*nt^1d/-,,T8cD51Gd6bUZGu@V^Gd
+0#n!!q'uSGD:r>.Fsk0E^^i<3@n<MD;_+)&5397c*I?/E3u/R`mPW%>e@RX[WE_Om
+m(O[.n\i;`+k];1:t#QA3i!R%7eQPW9H;Qo09(:JOGN_7].lqWdG#]Om6PnWO1lN:
+G&BM=9Mk)Y*r$-E=(N)JC3net_)@B\QmFt1i:+_>gTpTshl\1@]3BGr+6=Ih*c#Z6
+!C9D@'Sg8Y=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n
+=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RPH+3BXrr=F=r8OXR
+"Fb(b!5qr9cH!/=j!1r2!9&0Pl+A!`^YV?7IcB_of&pD*-r,[]V*Srk;&(2E&DQC"
+?I6S0F7BjQKKeS?IA-$:YahtN[r_'M8Co_rcsb;'VN=n*nk-+f6Lo3f*:K>.JM`6q
+R/2]iTKCXCjYQ2\*M]s__F3u^3L1F00#ViPn9]G'@kPWU%7hIQ:V/@]!'3m!aQa_)
+?2*3hr%PPFUkCKr?4p7.L0Y4X6kRhQ"Gn8q.S[p=FsVs^9b'a3jd+en(m6ShHiZC9
+SPTsVX.2,.pFLCs,]j*hIpP_EVg%F]?PnWnI><RQWU2qo#b,o*%O_Qe>Fo(le5184
+Mf3X`gdJ=,6]-9:C/%GL[Q*tRB7R#3$7OQckLZ.W`CVBL'_0Cc$N:NA+gMc;n%KlX
+-<k-k],J"rY#2-ZRJ/^<6d%u;Pn]o/"tTL[o1$1lCjBAk=BkhfQ1\QqpF;-RM#*XX
+)N-&o<))GG/)1\ccufdq`1Fk^CQoo:XP)5_864"F[ste1qtjt8Um''3'-)o7E`en+
+m?0B<MIo-c4D@9fh\"(9/k?d$,#jAq(Ymc\neDmBWDQuWa"]?dp3)h`-k4rKNOsFD
+Y*E*q1URN.&"[RBa+WmJY\Y4>k=\B3Z`#]CEe_]J$6rrSPLQ&_Pf=c2A:mUAC)$#T
+1C_XIoeer?n(0$j@#_fXn\ndc,Md$PdOEkqIl;d2[,9"jbF^_B@qrSlk-(]Y7_mm,
+VV!;2k4jNX/Tt"5LF,)2WBE%Kfc?V9dFI7)_Ep$"+WEOtods=EiP<X-3s^<Y5<3i#
+celo/,P*-Nd4]m\DlHNPCGqH*<Sfa<?\=a-8h>co7K@[2UGI=olm_WT^F"t^N6FMD
+4H8h!pEKl>Q3'EcaJMFV0OaP>cfXqhDrtsg?[96)I%)A8=B\kLI'H9>77!'2<WPbr
+S<(i@LDg(aj,"A7NWo5t'24J;?;@B9jHip=Qi*nf/<*.fnd@bEh&B'LQ28aL#+I3W
+9?p\6L=0O6VF1U11FP<b8^2F>8KCi,%R43SN'J-bo0!<WD!*D^i%'RDVrf&&2R>T$
+jGt\1k3K--cJ&"s\sE%A3niD.'YV-do.-4VF<((0$E@0k%R=D?(lV^FkJ>,H,.NIa
+1i-9mhUhHMQLm+O+?j_p/FIYeD.@-uV!<,1R(c=N?Ce6%P3M.i)-'O6LfIR0,60.1
+=*iu<n4G[YM$-HkM"hne$r$$>EGQ!?-hHMhXYkSO=ns#Z"7uf(k-$OBl>YQoEN@nk
+B"FJe$HSC9.@q&U82QtG5W6f*kj\?bkF3bi&VPq:ri&;0pD#[p,B!5f9J67br6s"M
+$bPQ7Yb(I.+-ucDXlh\r22b[#MlVgl7'`n;D!=+,2K!f]Tp*u:.Kk;p[SDU_o9]Uk
+Hq]1@3!fZ[(G8Q4V`oLFS<Vq^ST@0rb.7*kRIr]bbPD9T3^/=G%@4?%[JUT^)4oM6
+;W00oHAqr.<%F+>DH%0'=dqe:@hQm5Pdq.nltDD0qM.p;]@dMJ-P9%7q<Q>WhF,ba
+eo%kL]iI4S9#F>_cH/H!dV9R+D]]->jmb=a\OMo]/OiJ96Xjm-$V<2+Eh>2fC2<>c
+a-5rhYPo@0SuljN22Qa*:PL8S_87k/Moc&N8a8O;OnrnLe@+R$B$X'%"$#hF9X.!9
+8:co_,3so')fr9nT$01=eSa"BoYu/8o/B'mao5;e^Fsu8H`Lo\V>cS^Q);9Tg<&tg
+=S2u=[3p6^OX-5R9!%/R+r(?FV)jX^aW/t[SjG.O-]5C4M\Q\\q/R4p4s8Um\;Fa%
+8b4U)dp2h-]t*]Ta/ok+l#uHebGmgEXePb-DU!7qZW.SU<f3EIIa;8RC`"f:'0ITe
+h[]S*ja@%U&gI&*XHVCfEl37cq`CoAb?#UKRd]pm^Fe.7;VL7<%tA$4Y$^L[oS'qt
++dC1JZlFAh3)=1+j=rCk![:l>q59RWT+V'@gKUJpf.Gg3hIlH#k+.O+q0<Yq6aj7`
+>h@iU<OD]^D^*Jb@<jhh,kMBM`YEr%#N=];o#t93,fX'0C,*!Wo)jJCgsjE&Z+I6f
+]`"[?=$C8T9(L7#UZQpL2+=7YU-UiPl8kDKY[')Co!bN8$s)An0qs2Od'E^l`eo$d
+""=6\""QGE!@#1u4I"1&f\JpdSpr>+hIf#lnm1C=jps%XOm=ac[[/])a/IY4E42W:
+/!UAXUQr^-3hlaXWj$<R4dn.K-PZ"hV8L5A%gf9V6[jC4'?OfA*b0BX[;]*;Ri8Gj
+5,E2\+!Y$9E^\830/7-L44l2Tg_s'9QWDNOJ.U##6p+6k+IY=M7PO2T*!:dtI]1+f
+:l1Sa-_BiccYmh`l^2H.TRLZkg5Z+4P`oDD*Tr_FDa#Z^/8BAFOA.4K/RJ)n^:0#I
+G*3-%Qf<!binRXdA#\hi69..jJo\eX?j[Xe,B5re7.7?RB6@[cZ71p*&,F;;(AdJc
+]U)3IgWCRMe?/AV#@ACGS@<*'aZV.7Y&r34=r;,sW)fm+a\/@[Bn!+e2&KgR&efuh
+!tlifFSQP.]rSZ-a!\s<Ji_t"bM(Hl2QPnu?Wbfh\'hY9^GW3;H)6Zn7>B,nN:V1k
+j<HoVMJP1UFZ9k&ar&+??5NZb164)X&MBuFJ?DRfDpQTWSP)>Xf"A^RM]XfH3V(_>
+[\[W8h)(5J8U.]<G';)?JluN9aoG[e*gn1m#$F"i/0T!YR-cD_UE4Pe7q3.\SfPGm
+AHfe3q)nSho@Bc$Rk&nqr4<`4U$@r+?KdiJ3fUiBR3ej)V-$7UjAhm]$NXFOW&_$3
+l/AP4L*^jZ8.iaGA,4ODAJ<!6C"k[D@PW+C<S=WYB#S&F'm=Cnfs+Uj`EerJG&113
+YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RP
+CfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+UkRt!>Gnp168c74>%8*6HA7<KU:HO'O*
+4&>hlL]3dZa34GB4m25cci;URISsCfrY1Z=Is_$!;dNc0!8`@#>'i_4[6Phr_sVn>
+g0'K]aEKiU2#5uY3;kiU3<YC4>)e@Zo?_f4U18omND#8F,!1bDo3dOj9;TN>5GTL$
+oqlC.jQoj6$QjkGR+kn6HEJ+m\cGulFj3BPE?9=?ZBL5b(T\62%>oI[C#:+\^B!<u
+q]q8!>3<jqA6lLiGG82Y!F*$*or^bo^)!(*L,9\HT_^H"=Nn[fN-tgU(@fF%2<$X5
+_M>\)8A(X:Ys%ED^,,PSjh7M:_i>npC%2do-f:Y/OX#"0m4VXD[.hk,29]^uPG81Z
+J3QeBZl5Ml_W:J=XWb6ZO>YN`+4sJ?logA?'#Pq4/O6IUo#cXjGi1q(8BGRHQ)/2M
+'5Edp@l5:+Qp)<f.N$JiP2:lA;o]uT;D0q1bpr_n^%u$Q<BU^oboDTGd3BXIaW\ZP
+c<Ya5O?4>mM5rlF7[rNJ.tE,7DXD<cF8*J\f^7f,]:Fp03q^aF`U:_IfDu](L_a%t
+h%1Le4O!rpZrk?[-"/sBn!k2SSNuM0BOmGI[s+e0+B+M@IIP\4p0PZEj`uUnZJ-Is
+/]fPfnefqAe>?;5K]_W)2WV`bW3YbP[3Z\]3>l_rgTj6NVNp\o8mR(sMemau=(()'
+VFVoeNOcNQlJ?klQt*Y8\W*>ThGk(*UP^h<YTSNU+Gq-YLa-@iNb_\^XYW_XdVPT*
+o\2HU3l9El>$0KHYeq)rifTm6;-q%LPK>A/b!_D=P@XR=*Kd<`ZZ(<k^2OlcI9ZV3
+FC2#p]h_J\Mk<n\37(QoCRN4H59ou=ho+QhQ,CL5G^WZSh0(#'GNMEW0#-QY8'UX/
++"qA0rb:rlkZp+,bRmWiqAc)saX!0k+=Q*OO>Ag@F^`h>'OTPIgc,Erpr<NU]eh^I
+K1,=qkO;n>&l!KY#+0+?jR:=-/mh8Qq/ZAUGPAg[Yd'86>#qKmaDI]eY_25_F([U%
+=W&,#Wq"0"PmeOF=!^"!M`<H4-P7":!ug/C7d>/4DNr5\N_S#J@&rb>4]_R_=O]3B
+2*4@`;"J=d]ZBTB8OZo+hAE,G=1bh-WU)'=`B(Nu7K=N(AKR<foWd=:7/=2!%K_.'
+:Gh=%*a#r!2%;&(>Ooh'p"qGl#,1A%CHNNi?`QNA7'@dk8U:Xc80quS2&G6&iBAeJ
+M$RXF@r\Y%JHU%f<u,r6fejT\r`XTb8(9E8o)52D[7r<u=46BJ^:Rr,h.`4BT,lRC
+7"ejaAM#)2GaW;GYnX%0?%XIYil`a770+(dQ#aJ]K^p&``'hY-%9-9>E.5(fF66bD
+cX'o/k)7EOHlcM)\";'n[OH85](V5hmr[_X4X1B[<FF5i$?hJq)_9D&nDVjA2`XK<
+K,IP,AGpoN\;)fJe2Q'IW:r?bDq?AnGOiGnR]J?(95CK.?VT.ZX^0XWbSiW.m4KG7
+a1DJI3NgimnDm1+#l0/&=VgV<OL:'@b^+K']XJZ/W+rP=SL7Fb4N.CoBm45:1W%Pc
+)G)1e_]q#E7oiY?b>>8qq`e'hGg7k[66u(-6YQT,Fb!!:eVo'k*7k9d/=X^eH%^Hi
+bdp7+Q?;RUBT%@U5)f`An7]9lDP6L?p5J4TAWf!]NRm#8g>iZI>(Ub?VNe!>0-%5h
+]ge#Z_?fV4n'rBPm&,bN.bY-JI#d!2<I*b+RoS$^RJaUFH)l4Zb?VaOQRfJlDJcL4
+c_rFtbcHdLKd>\>P8=F7!Mf'6Ni,MP_#Z_@)A:e`)nQ1;qE4QtUi-"<Hf@(>jS,4P
+96Sf92*W[,raF3%dspKj.U-([>Xt[i=&jn"][Q9n$lV!2IM[f?=[UQcVFr8>90!9?
+OMJe(<_"1NPbNO&Nn]]YP7q8>eU0,hXa+^R'3iquZ)Q"I*4GHOQ$**,dai_b9mHMN
+YT$5n1DAO\Q=0W.=nr?&:^8#_b\V=J@`paLj>a%U,`)!HK=:GWGHA<N8#Rq44*8@*
+O38%h)k6j-1"^8&Fe>.uo.p-.7X'SiXM9%W7Aa?ngaO`N-:%3G4I=u@&uA0[Wt,VY
+as=bj`;]g!l6JoBZ0180!Y(05ln?ri!%WHYkA,Q$htaHVdO[8Fr?a*05gsh[4LR.K
+hd(j-k#j%!;G![TmGf9s'ib56P0@b]gfeYO?kPHo\;?Jj8C<7T?iaoCp6#in/c;n_
+q18?iHfl?;C$g$KCt9%#bZ[;8<LB13X*A$06-$?E1/E3:ZG+N66V3/3P]$&%R'"-7
+1,\U]9ZIskX;-6G>Dq6SbBmj5J>\QK@Ca,]X\4>.9Y%BL:?.J/QMmkKrb-:`+Fe`f
+$]p_=?5jI]UQ.[RXncnu0.NM7bP&191@r\8%+.SCq3p<[:X_g0KnlQ/ON*+`SRV[`
+E@1>?A*$RUqTXI@6tMJ+.*4'bDteF#f(V\G[cM07,)8ZtdJcj3FUjh;lPc9p)J"#_
+G-]Y.J254l?>RA\Zn[jL#)*'^T_r#RZQ/[qNaESEVH3g]N!4Y,W.rQL9GQZM-2I:,
+]@1W#mC\<-oQ\Sqk$'DuACRf-7T(UI#H&TK0r%9;=TR;+>4!nRVb`HYj-EOkF,;,n
+45SDtQZhm,&:2f^n?+;&&'O?i6M#Z<k1sA$bPDh%/E=1Nd6+W\>>*_IQ)&7hjX*O6
+S:eUs;J8id+5s"Q\r7<A%!^"X_J\OA6YbS:"T!QF_dsG:h-I_lF1#VbRp!!tB#S&F
+'m=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj
+`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`Ef'Pr7V)M
+ali[(32uoXJKL>1nJ0PpZ0WS-aR)4e?6B#^#9PVnOS>BW]0H>BKRQqI1gX%BQE>-F
+lM?VoZipC/Uc!J]df.g@^-"QUECs2T+F[bZca$F81ZOq[q%)O^+]rO:;mXt[kn<E"
+RF&abf8;d(75N<)>h,o&(?m]keUTbq8*d$t?YFdU39;""kdrB0`ktD/!h&kJa;5aO
+Ci)jeNW=[=/\Z?(gKSfP)m)?ak!++)1sDQ7m1H;NA`UIQZ(hqF4H)/AElbNn'I:3V
+BojoefpOulWg!<*=+'=U=^hmL_MF^oS5lKHkP&ATlVj=;;7L_Y71t4B5;7M@;4Rn6
+$r5+"8Kffol.2D?nm4[uY,f^*lpnrZg7C;Xcn<29n$KhE4EJaFWJR%9?EY+V^]W>b
+dE61sA0k>YXp2nDh^936bqs+GW!$&_c?lm.ETGrb2D,h_`&4)7;HnkUN_8%IU`>[H
+b<-j[I=`;SiLOj^:_hO#Kfl$D[eCGP^AD>uMfN@b]@VG^C3,1<lK;T3[2GZL6K!9c
+P,FO3X*Ib,:a04?")YFu/YB6D,[Aoa`&PEa,X#/gN7!3G7.\Z``LBPQo`=L3Q]RD,
+P">Du[+>u:[HO5X%+4_6Z&LFd2Q.jJkVhk2(gXiH>:see12uZ83+$rIgk:2W;ONH4
+(ColR"Jm9Qi4r7#]r5b_R<Ft:`GQ\baA]:V<GbZkFrf<\G$VA]fOHPOp`X$G\I3F,
+fQ.87jcCW<_\ei<;ZaQ>PI;%@],XAD1,:[<+kZI/9U'fJQXh2^5F<@5Qh@t/07J]-
+FkpB`_6kqrBf;Sco^.rO8(<ZZU5HLS's;.98!8,0D1jmYCnK^fYEL"Zl+1_:Pj'*Z
+e[5*)cC]H[RDC5f:l%J[*=3f+#&72()t_?JKL!p9UUsW@aCI9IC"X3M4R8_UG>2e"
+orE<8/RbBm,?m\`QL@ZXD8]1>(K8BZ?tcHJ^0_jL6K:RFH1VM:Vd[$)YNbn:E4Qp(
+>2nu8b1[6Eg>5tD[!<9M*--%3"@g\55n'@spijeM&a-Rh\q=n9Sn.G9NTF9D,h8]X
+8ZQ3&l+0lk]J"7fc.1!7,Dmne0q\];dYa^(&>5Pb$rbA@LtE(^^]8YDpq;o\G"B;8
+mCr4kauIAh+>)766OB,"clJ4O1k&j.CWYa9)W^M-qCb+Ko/5Ke(R'lMVR1,Zj+oR(
+19D7.HY-TV8"2Jp`uF$*JD>QN"HL2iAK`+3JR?-Z.F[r/D,/*o;7.t+\+]>sgG9<b
+a"dld6/3@j[UVtZ/eX7_XASG'URE-GR1eN>Qdt"F"3JE6b,oE'e5i+o?Im8iO]1H!
+%<&=)fjhaJpJYp3Cb;HjQ!RhEbSKE@,,?-0)?$d*>38oJ1)QDd0old5'KGQ:mbbR1
+)#O<Pl/*c?I\@7J@:Q6'*72U%>K:dn<tVeq.S>9A8K33$^`CsZ6.k<NaGdW)2GISb
+i,=b<*>;2bI7)3o)L[>%TYbKcX<gCii3J3BVb%nk65ZHXeK1HJ.BqUpQAD"1MSA^E
+%K0;a@L2:bG_>"Yc0?sr*[,X&^iihB>-tHb"RK<*])ZUB[@W/Ml8lqXm2_4PCGk5?
+MP\J5D];=m$9'eA3t.X-6ikN*fVO=tD5gXjC,VoWf)FMVRq?4]9QHeJ,TX^p)dpa3
+#m[2=fJ#!>*\hboG%/6q1CEKOCU_"Y0NO+;q2]nc5r@pSe3(XHl2#S"WAgr+(6c/n
+]o5[.E38W$!Z6PMC+qba=rQJ]%#>X"\@oWK>HtbPR.SX,qd7gRg.&[Eh;!0WU:M'I
+1pBJhTh3pm#uoDugC@=Y'OrR!'"[iV5W7slW1Z=7'Y=^Zm:+gK98OgHjq2HSF(F:m
+(P.O2Z8>>!,QP,)>,)Oo:lVb`A)WLYD?8pJrr>i]1]r.HJ:,Q&XWtu7<4^)No6jmj
+L>!#^Ga`@7/oG236#Qlt<d>s6$D;jMnDM<-984Da^^fq'H:=0.h&BI%B2#b`^IMXF
+7cZ:@4&Ld[\qmC$,"V"K4&g*4-q7:$64u#WBgB.9R#u)d&PRt959B,b(M32E\4"0o
+ZsB0N?[P=.<h5(P?/+)MpD4Gn:dh/BS]Fc!)jY(]!!):Z&Kl?BfELr;<7J!kcVEH\
+e1IT1\%"tsXi,089#9WiU9f0=W$\SJ&b\t%,"rEc6XG1eHl&ifcdZ-L^A1id'2Ha3
+10,0]Ruk^ZJ^%o^>fCEjE:JX[A+E06CfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj
+`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*l\+=84!%4E:ihubYIVJf^`)fg]a0:'R
+,IIINiHTk:]Gu=6hF$.Kip?]m8+LRn1B(MdSi-NJEuLl=MjG=G+7NF_7i-(VDYuVH
+mTe&SQ0I>t0?@MDm7lNdoW(E1[Ug_J8og'"9g#-fdOms!+DK:eY:NF^R:87EV8k"0
+)i)gEI>j@l9633gEet`6CA,d*[_",M&VB.15bK]+[V\)j;j.WDQ]peW">qtXLQ5^:
+?6)r'k)fED12B>9`rkU5A[T.YGl9>&2qannSqYkrX2?oKH+Xr.q_-la8-"7Nr3O,,
+S*nks.<[PFeD#A$>j0UCrqRN-b>LSgZdN9^W)n4gS9#7`_E'A!e*7j`7eI-.EN&@3
+TYoS,c:F][lc%Cqc$c7AQ<WSG)LYRq!'K-.qH=3tlU]qkTMRoNpW<-"UL2h\)i/@g
+cqW5#4)NnsP(nGk2*2e1_N,;i=;JBLl,)Mt-,KuAGjm)1C5ar=U.0e&&%"L+[Df-D
+h3SWdGf`,8!q+<D\rh\+Z0d<mA!6LH<;[st)U,*,-YFDu/I?\0,[>LL)rucTGE5G+
+]BStt6HXaITE8[o-g5''JZM38g-lm)[H07VY$Tb(e[00kciMs^XHK6SqU(8e\lAZo
+!;g'<l^)0%-:!Q^E8n5fLrnJ<h]Mq?H=jW;G@q9D:sM0eS/Th%NC%gWRb^s>#GBK)
+">%Gp=B*_5h_h\cfME'qGbIr#of1E*UMdu-0G2+'_]!BO#@ru]%&/DdBQaYX5X.A.
+DS].Na1g4>[d5e?VT8/D'rP\)r85!]a1V>Vo;!ImQ^5'eR'UM0^/MSTiZ_TqMU8j_
+(oJL1JPaiDCtWtldLC(3CB6BtLDV$+>-a"S*YZ:YA9\#md`_6G:].-;/Uos&@))WZ
+N_>G:bmVK9K%nd>='LM(!]Q>kg+"Q#WNKn2;*N3rB]YRm!]9!7DSbGKa)DmR'+c.2
+gHO9WHJcqj+.X1JjipRsdjH2,J#l;Afh6Xm^SKG3(+Y;\,Tc$=Q5H!=,LjOoi<0(I
+ZD6C\%o:X+q^:QhO3K=5q1D;Eo,m1EHd!<*DXqG+gK)"po(4iKg.e[=a"6c,HhG8;
+K]4ZQ4\&n1O9$Mb2eHHKS7=P!K-\Af>Fk'S5i6A>Rj6eO)'OjErrC8=2#3&(*cTYW
+US`<3cUnc%BMAmkgth6RU@%BGQ=sh])MSjE(]d30/^%P+S2'5I`:+'NR1#?(,'Z?o
+I9B&#eL?Wq2/8SVkEp./X4t\-Zd:olI$\cK,_8q7ZGCH9U_O8D:?B3\]J;IN@u_Bs
+!U@]LCYho56sk:r>Tf?Y=7^mUq,OG0??"M5D@`<9hkm.#cP/+0>'rBTE"lYJW8=%2
+14--Mn!abM=D@E]RY5?A);KGY/830mr7;Oh?DW/I[H?6D!'#7Vb4'/(X*IcLe?k8]
+=[R8,-BtE(+tbp82a?O:DTJo<)+pYQN!`R]LE;'RKJR.p)#uG%aIW>2Rij5!m\q1(
+Z8sfk:73tt<qAeIq1W_cGeM_94Yp0hD.<'hqJ0;2jk1DrF?ue];Dst*L:Ai=O%"-*
+,HZ21!J;9=R-FB;Lceaf,m3fJrXq5BaE-fESum.jAH)Z$6XJ;">o-+c7_`4IqolY.
+SY4$+aGD+n$i,HmE"YrtS-l?+WkP5[5oXDGP72)cR1:AO9m>4LIjN0\CX&sCTAXtS
+r7$cnf0%$RH-8VI&*;r_B;eu!P!LrLRo.Y0SJFb)KtrrpKG-XIL7,A/dk8o*`Zl?k
+4?&;X_^476n%Qb`G4=BM5F+0"ht^A\GOip^;aethXT>eG1b+33lOhp/31=k2]d4Vh
+fr<1[FU@^dZ5[Vh3)>lWoj9_)Vt+KEg7OmXd=&!.?>>d'BlOi+&SHB&L_U%e7?IY,
+U#(BccAT(m*>Gn"I!FVe$o]D\<,BtVQ8'@I9%OV&IUi%ZK56phpR&UkX'OShpY(&9
+k'RqcYY\4J)hAHunGincOXLqb\'+>Un7'3rE?:MW.6dPmaShs:h\Z--]uQiC0m3(0
+S#t/]*bY)!\)n,aah"+2]Y?QmAC/<%>2*dN&Z]4rZYn/QSt+*i"H''%;JX)G=f_%2
+&M.%oGke.H-d9AS4rNeoV_[!>7d#t>;r7ao?>\70c2%n,QaM<!C0Eg!k8!R-\Yr7T
+@F3CJor[AcZ](VPcYkR9Al*u%Uba^'b;>Y):B]XJ0bP=^_#?*;,]S#rK62Do3@[:S
+=&"^B8#KR+hF[:ak=34_q7g.Ee1COZof,.M4BE,I/@o:I`B=s;KcHdL.GHV)="qlN
+,RbeK"AK?/H*PC2&L6Gt.RaP`.iV8AIUHN.gJj+&"&nc:q/]iTd6,%;kt>j>>;_45
+DD`9oMF2@31NVKuWZit5N-XQ[ElY#8A)W8a!(f+[+6N;r@(C2u9m#,6^/`a3htaIX
+BgUk*=8l1HB(@j>X^12J?P(0IC,_K'd(JmS9cVH_1>@OO"6'JUC2@b00^+(h@WLHN
+'=\XIC:jE@_\$oHI2^DMq-C%:)UFW6Y-n/7^X_\SFZh5O;%]lo>&>oi\Zlq[)??ec
+X9$s%"-GD?Ad5jhKp7CS8J*2jLgN'aEoN"`Nd73,0R<E8+.M!^SpJqo3&Eq`I2b`J
+hN@JA\$qDjNb`+UX#(HrdTdO[IO5%al+dDk*:5q'l*KB+`u/kooj@S;n*Tj(2Jo_N
+$1.=\bV(d/gh<,Z])J1rGrnLBD=j.@DKO'>='']iG:)JB2$!)#!l5L'!YDJ;[nQ#D
+dU:*(R;t\8VH+u\8ublVa'_\<XDV6D-N5'W4n/1B>5ZFhkOQp-q42T-q-QWQ:6rJo
+U#fE/Y&sV$=nN-ZSPD,(=W6-ti"=HqEN)(1Oj>KGFM&:-V]o"o4&5R03QH[@"EG`T
+ke'<$GrX9GhqpLck!tgmI&5mW1AQi'807d2::@9ogk'D'P$&PHQ;@i636Uo%;6W-@
+f61bh)P'8N*J$GLrr?OhbD%njNk=r/HZ]R^4FsPY.o;GU\u2%br6MP#BO5)p2.:60
+SaR1d2d1O^_\'@3Z?']qA2+=fj9&tuc&5Y`;&I5F"bRc!7t*)fn*%QD7ZH6,W:7[V
+]]nQ]59r@Lk%E6c4N";IjleAj/hr*%IAju!E4"ZD1F'-VCjK[(XY)SVL0S[6(n"H2
+U)PA+2UEKAA3r@`?ca?nrrARAo-TU^m;Cr]d^@c%[/D.);oZ+k:J5,9_pMZ0`:2i2
+j4h:a]1,oocUWr6!q?>-@siPd@n_%YVY]r&X[m`LoY9O9SlL\H\:u(el-ajWcUF/V
+%9@=%oF8PmZ'+C7qLW2j0WMH%AQB4/@=sJj%u=[X'&hgQa,>cFY+C$/HFe=-.Gm4R
+OEG>%B?Jq&oo?5*X]rA0)84R0&Dqeqbje=@e7(DI9+.GQ_*C:ll?CKJ[iDYa0UMit
+-GH&F*%/A1ag*Z7gbkT_hc]QSRs`>Pq/q)JH(esHg@(YAeLiBsJ6g90U?YQZfg-%M
+)[M<PPi`[h)NV6m%HaE[VUE9A(rW90ifLdT.1];I*_ZeN+CA%&.D?AhNn7LciR>HM
+X*MTcRJ`9EZ(u(pI^]`I_fp6=Et,846L:d9*_8K!aK?4V!*ZL'P.55Ib7&A8/f@33
+2N5/B+&;aI2nK\2[QP"H8%q[!@Inu<1g`(bg>DK?qoY7/4oVd'jo$)3[f%(R*fY/&
+W;S.ZOYb;3(^uTA,4S\84uD>>Gjo+20R,j>#alA!'//L1a:"^8Z2i'pBSp1\"'5#k
+k'":b&G'c=!0ZtajW?#=QM-b65]1&\2-=`CO9of5PtXieC5#GEDa@3<eDeB@d`+TT
+;XlM1ht(?q>BfL7""A<TmAYb"SaY]'*_l5bjs?qf-1KHt^#m"(9[^:^Xf^>LCC#'l
+dtCe'aGV=Gl(12ZW`4ZS@!PF9:3+5Q`&MB8P(/CJLA!`[nu^QakfClIQ=&p'\)m(G
+FfcHar5$peI(uWU<o[@Ec1Fh;hq2:?h8O'IaWe2$lT`r:KI/UPJ]DB"@m^OP_D2tf
+$t^_O?pOpJ,C<F.IVc3CX'f!hc^AZua/jPjo>A`ISuLl..ne8PVZsW+%9@gAWAiD1
+YG.I'A@G\BL-lTYNW(5AKFP78%'ej9LG',n,;'TWnE`SbkO/gl\0Ih/i-k0?jps7`
+J!RZhKIjM]c$%g]aI;P),[-\=XZbL8l)SQ3OV&F#(Y0EE2#'Z1!QqeG9R=?3F%RW3
+nZg-`r6d?&+6cq]'JH5;fUmOFP>(RtPdR^;qn&KESSu_mq4l.AVtm@DjB<!Vj^lmo
+Y(+imNnmmp(._MW8,FOj/9a(O;i<JF&WSU(jF;u'3VT2bJdo(JigP@e]Z!+ra5sLl
+k1.fBm<\BHpA1AT;$!0PqN\J%b44N1(Ir&h=6+A?L(`!2"Df;9pEYK(qHS@-)BEVb
+T?S/JVk![e%]\6Q)V+eqQh35Md\HC.[+"[S/IeiC&,q_u8E"&(]RuuOJ8nmCD2T3C
+@M-SK,Xb<r(T(gm&KK_D^WkhdgAPPa%>n)nb:!-uWTGcoo-(4umAYA`9H)K_FWZe'
++0/&r]DFAd8T/(W&Z(6H&KTWU.UA=L4"V"Yc8\TqGdq>&)joNC5,nk3Ek:@ZZNTr:
+Y2_YKRc[=V`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj
+`EerJG&113YubS-Il;fIH2dli.Y$AHk+DQ?FWBap#Q?J?:];/crgUaEbPgKbkO'tK
+s3d)06p*j-W?ZZ05GiRQL^Mc4.E6S(n6U[4D]ea\5PHeJYbT78O+!ASLR+*&[F42?
+!e;2I?O7d`c#Z[mQK?s?fml.&B9kn)L1)Jl\<2S2e++$=Zl=E0lC,*M/<ZnDbhbE&
+QsQ*TP];JhWlD^Qbl!l@Ec*>Dc^GIN\ZuIOnqG;N>3T:(\WlZ1<:[$cYd.P'@_IU=
+M,lG5puc5@)CatC$K$V_RI+gb3$_->^<n+.nogk0a:\t;3973mK;C>Gjf:s*V3miR
+03($uR]M,_3;G`mP9?/X?_!RiEN!6LOc$fjP,E7TV@P6K?<f^?`h:d@SQ)AK;&ro3
+=Zek77`Sc':RNP4S>mJAW?]<ScACZ]H6!O=pY'cW^Ggs0_J/^rq#%IXeTP3ZR\A9q
+@G3HZ%K`Q->CMpiP4mU+Z/(Mf;nA&Lc?3b$h9+&M*htLpn>X]lB]_")Smf&@nA90j
+WP`X=VQ:WQTa;_G!efXS_b"5<#sdOtGil#08OW,d)PVC(4m&i+#RG+u<t=]+pUg"q
+Z##(2NL]AI5L15a?he1LF$L.E#'#t&]?8akCZbWs/RCZZ)JXH=3@9C-P!L&Uri7%&
+\kCc!D..B%U@K.u6@+bD#7'eC3TdY:S,nn@.B$Fn@t/o8-mD;'M/D#gW+'e&ok-bC
+iJL&(.%hT%%l#e#V!OASHhY^sJYAltYWY7q/?o<jm.Aul"Z/:#m&ljuheM9^U?ur2
+ic4:IMg5[E+EcsiX)^t[@@B+j(u#-BFrOZ0ePY)=*Y@$aFrW%1+P/(o9<_)c:VS)R
+fK!<)eDJ:K+RB[X+\3tsO=2a#Pjc(KqXHqW^[sFPqJgo$D*c^kJ^](Y;dZPm7,FOS
+d[\9l9'+)jPJZg-dDa(2F]OO*Y12j$D_liCq(L"%RZ6I=VU%&6FsB`5XmPR0D5"\P
+:r5'#M?sl+i#T=n'c$5]1qf`X:&r:(Uk1K-`;Fn$A0O(D;D9-cjU[M-L6d:bW*%j>
+2CkY/l;egomA8U(84tPJ`PaP`PFuM5HA/:h,*b0+%b9'<P_e9\A<XtLO_;09\%sC6
+\u-f,jBjH#dTjMR,e01;Ygm<MUl_ohBo%o*8kEmDCDr7_ouo._2#pDp8&1Ta#\pjO
+;>dckNi/`-BbP4Pg=o_EG8eGS`Kf8uXi)$bO"9#/'uVjYMsC00"p!#N&^rKhlgs&&
+S4MFSO?b#'`"DG*;ZM*P;h-`4aq#`_(\_+(`JrumcD;LXlVZ="2n!^@.gcRBqWq$P
+M`D%EQ>frcM'F=![<4I6S7'9fI,bi.pMg:B$JfqODQ0Ho@,q&qj[\nN*bCM_mT]!k
+j1;_)Hg@TYj10jF7rXbG.CWFl8&E)#48%JU*n&P.#D+I]^P$T(k[e"!hCk&]#-3oH
+HU-"Ac(s61HM3sHWMJf.l/#Od.^$/^*Jbi;!36/,+:pgVNJf,W;\O_]%UY8RR#,m-
+7=;N=@HC97lG'5RfJO&-A6?sN-E!j.2k#EAB-`V`cmcPp8hW/gmCq8?X6i&>WWO79
+6u5JK@i`?/r?-<Y0bH>/ikB%&[dpns2%+h6<O98t;MNt0bB[TGF(4apL+i48K5Dl_
+Zs8u[Y>?]_8t+5*f4WRQL)!4k#md0ehd:LWU*OU.&cVh[r/c$(/EkZr9\NL-PDk.;
+Br>7l=hUn8rr@HSaTRF^.5hTfOD$Q)AjG`X8]s6EOHd$]<tms^Yh4gSn[d6N"([UM
+WVM&*7!iWL7mSGjC9MN#^V\^Z(XruLhpu:9iS'\qnqO/3H$#,G.hrSF)^g;CWc4j,
+ns@HWe*0b8C%k*O8@Gk3K1K5D[F=2k_iN>KHSHq'?V?3Q2)V9(b9>SCLr)unl6P6m
+-[p1fiZA60dB!_&q)@A-qltEfVd;TaX,VGRbr$H]Xf_7L:sAYf5oe%0[#W@;L]OMj
+2`Wj@Y,W)m&f\lAm2IeA7+WSd+M_gL:J<IQr3#U=mJaYp>j8T9I)s^YXOmomKsR4]
+g*RK&<KKTp5(n&t]T3Y'Q%(2s4=K4KYn*YWYW)4E<S$;f-/fV4Wc9&/nsda-A^p0+
+D,3m;9:\om4`W&'qn"8!'Lh#^HO[?eUu3oDnUaC2-fNf#5A=kPA+7;;FQ*?k52pC>
+JOtYDe]DBhQF(Kf;12Kc:5[Kn9+,#R]L.:/4!p*WiD^Lk=Nmm>%eRt43QP&\kMfNm
+/RY,"7FSV*2R1]47A[%ih-IB;8KP;+nm'Jt&O1/9=h^CD,s8'f^=DcgYlZQ!0:4sP
+4H&>r6W;LB/M?<K[HN#L0gT<J?<KRmVl!n!j>PIVP9'si-60!N=ok%Y4&8eQJ;bo.
+.fe2o8HtEp*cC5#lT^Y@:"J`Sqq8&'o_h-PZB%\6rr>[*]$mR((r!trdTXg59,c=,
+4__SY;hn*$3V:+C;8.ETN4rO^dPt][FshS27HA7YdffMYd'D*%mHn?0UXUq0_H:Xo
+S-s=M-M41n_R5Lt-gatT?(ml1AH?,>ae<5"C<+,D0Fl5'm=h^:@s=j.>/bhuI1+fd
+=\aQ>V2@\kn[^SF.k)TnQr,Yr]D3glY/hB0q,-51/S\=T[[X2N8U71$n7[RMrpKJC
+3[n-_V3H0ZaKPkUL8Y.5nCN]RSZ1urg5']AqKhXe`1#e"+;=9-clite"Q,AlQW!)T
+W(WjZ,/L4;@`qAjgS:\$C'&mdrG(34eat&IbOLao2^cPp;=/3rKJD*\W1Fjr&a(Y'
+5;[V)]6/)@p[Yr<\qZp@*CfKn\9IOLI\2uYQLa,h/mF9SqQ4S>#_[mT7HPDO'Q96G
+G%6Olak@`C(Y%!ceWS(0rbehl<j2=Cjdfh&'/dJbQ,]f%8#fkPC"Lrp2[8\#EGCXC
+D<45/\H*!"7r$u"Xj)ScMC'Hs?q=-Rr'7AG&+gkE9CgZ!Bqf:L@`qKN%P@(c1RcDP
+,`^13RG$DaR@'/]8LC>`c^Q8U7X6qTr-r1+#:Eme%jlR?:"1cf90F^H^9sS3\Ura$
+P-XC0-,oIPYogZA'p",bAWtYVaW;=h'F2K>8n\FoH=LRX:R:1S\@Rks<gr>W[dspu
+F)fB#[#-hOT4[Af&rLecEJ`3,+:Hg3+7i&N^1<sjW^]IcO3.tWCV$)9Vl4;#QI[<a
+[I$-cgT,Z17R[ZXmqh!K@@Y_14Oip'NDZ)\]2MRb+,:c;nfhWelH"l*!\#)kS#_`W
+:G6E?3i8[S>$.W8UT3)&g>>Yj*9"46+AOfR!d^t@%f(d!A=bN9>_+/Ij]6iKJ\,"c
+?RC&=D%c`hZ=ur-5,ETaTmLFsprRSsFDk]9nu/Y.]`G%YP8]Cg-[q^:IG]')78pHU
+0_l[25&$1*Fj2?gjLWg:dUmZH;JdbH3S>4$%O]b_(bh]d!=')t:2EqGFp&`<E\=N2
+gO;f4$`crEZ2CBf7@!#?W&C2hW8IE+90,#!0(gal]@Xa&4GTh!XXaT!=K#t6%=u^c
+g00H>&?ufbE=.YMr4.)#KRDORqln79r42C4Nt%m=g!?T).m(F.(Y%lNe/R\>rf>VQ
+B"<0p,D[Qa:;@2HV^%P82&S$k!^qhE!HG\4<rSi#*E1GOa9JR<94ascrrA@RLR%7L
+(U`hSR)R"pZg)`j>1hIJ2YPp^/a&Oa<'5u0.&[AfX-mJ)nmo_&))u@uq6@4k"E.B8
+Z/?QBk-@7eP+S(N:q+qY6C%PLW33>%BlA??g3oOgch3p3gKBqm#b9(=WZ^SS:/h(m
+Wpn"i!-5Xj6rtT_^U0r[*cA+geA!EEO/csHg;Ni)gbW^:Xj4CaCO^PF@spCl!aD]b
+Ak6HA'QPb4C4'%&@dQlX0mI0-X48&T!TbdVGu7?C[pb!*jgUMWr5_"M/[$POf&fW[
+Gci^&VmNqER2S(5K$m4o(u:J1C8`NeV(-L5?_$$kCiItu(l8iK7R.#DmVJkY0!9:)
+`_3XIY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj9
+2Ce(GX0^'cRm6^2rrD3s5O]oh:];QLNcmR<rr<oWVuH`)_uB^2i8`qunfIDs(MEcs
+lsK@C*a_W7nq%7$]SgR:df%dYSr*II"i*oOb.lHrrrBS>7q1O6duSd'&6imIgHfY,
+MMTd2g8r6U?G"TAr@l=E;(DJhRZ@mKZ&E.Q&/OZrPDF(eE=SmrGZ$MtC@V@;Sc&BI
+.pH^ohTdg'6.cMTQ;JMm;*B]Ra#[^lEHaV)rrAR/r2nJ]f6JCfVfh3,gT]hC`%qVO
+JqH'HQ+bbRW+kV]KP9`=e>P3-N:`0@2)3NlS5/.`4T>DgG\]_sFaXAl!'(LcBK?Zd
+2/O."^%CEDAO[(o@mIl:]6QQc1hE@LPCp&[n"'2ej#euM^`0cDp"[O1bXlH,N+]mW
+p,Ut]b\#O5&/pef3B>l*jN^^;EZ"AMeN8DG]imDPg>P\^IkFkdUE"N7ppk]8</0Y'
+P`FA(l5kl,m*i+,/7r#6"mWLha^WbiZ*<ji,]ccS/NP<A+d_Tj4`X>r>VQZ+cJ:#"
+0Qjoq30IOZ35SNEZuRj&dXc_,h^/8-98uG>\$]"g-#PN82WEI0r:?8H[#OoDrB?*!
+#/L=hM/Nbdfl9@s*C1]0m-<Fpo&<pM:Im7OH]'lFY`tdSjcn)/IfBCC\ZEuW-;JGA
+1cPnX&a.ji2="=@m$aHDW@r\'j%HP^*TT47>8ag=/%QBdK:2N*Gk#m$YT.[,L6GKL
+>VVTPiSKhsOdp_P`@?rMD?dDqS`L1mnaSW?OeP4l@)=lhG"kDo>/VpW5Uhq;#9m#g
+4t))K25c0EWC$?&%$1.![GTjgZ$%%\L/8,8<-bR9L<r@c)nG@$YleWHnJqh`#8Ub#
+l4Bi+\su?f*qs-DFqi%u0m5rI_<9&FbBg:^MgTXdSQbI/YEHdtdr0@H(>3'C1:X]G
+?3?UgY>^ikoGOspnRKE[%h6V3Wih,JDS1(+SVLNUo1"GrbqV)H"&t%Se)!Y>BqsaD
+3MBoF`@Q$5GiV=.A9A<YW6-mSQ3m%kNsqs/GWUQJ%)Lralp'XIbVmOE9c%F&]f?GX
+&dNAQ:<R8E4qghCc5Qq$fNk9<3e"Q8=_cZ<k$&im0eKK1)oBgX8-G`^=aG8o%#5?W
+MKX.]nlf(gQjEe!NV*pLj=0,M&DtSd?&a_dAjI[tUp6A=kX,G>6b)V1)]).Ba*NU?
+j*mBL*LG"]7N[(A6EN*2.t)$K2+5k2IQ+Q98UdYTpjHI/(+*NC3!qGNX'YFk3-naW
+fOC%4kcV3AWrU;b5m/6^&V(h]]kQ-u9Dl\D6+(l;W0FJ?:E&93'2Ha3VRqi!j'cZT
+7F3(-Gi7ThlmK$hoY!akeo\N.`KpN(6';M]>CJ+306%Pp+@uPS8AV_^/=m`r,%M`4
+E]s&1DiVsD]*l#B3+uJQe`EBrHssRidiV]&[od4,`KYCh9dgUS(8L98<;U/G4RrM4
+K1+>3\JI`+P%`s:OW6(Me1a$D,.Rg?k,uc$M>ZE&`m[]&XRNc3=](%p3"-6*/&-hn
+j(NTte4-B;"S`(N_&%LJ7G(b=CGn6!SSP7Xb[e&n"mr+-GZ^nR];1=c2]]mXK>RJr
+/NXC>7-VoskDb1im,"IYj=1=PU"K@SX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5
+]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>f
+Y0Dj92Ce(GX0Z9<cSkc=rrD-OrrAQgrrBiqbs1u\l8dMj&,]s]TDU>QrAT@iQi"jN
+ceMfus3tuJ=8_,BLZS8n8!E@_\Se"j>1Fs6e:7grjd]911[+i=D7tLmC[4`q196'u
+a?7a$BX$_cE,GAEARVIlg;PA`U=OAU.*Lik;8#8oq<)ei#Ne46k;rgXd;BAEFecaJ
+njD1Rq;E@/m%8!*j$l*nIq<f#*5[73iZ>N'J*"bR[4%raOunRf=Wt>P;7Q$P4,e_V
+jVYC.QKIFi's/\G:VS_)I)ea-`adNcZ>'@R*rc3nk6A'MaM17@H+p0f/'<,#X@W("
+3A\/8]oAkHL_WfieC2I8D`\?64</tslKES%"LDei'(PpIc[+K9FbQ/^\sDG1,cmZ%
+60*6gqK%mHG?VN*om<`"fVj[KnCOTdD"l%jC@oo8l3$&!FCuI7LO#Z;Va\5-QY(tq
+=Y9O$+)lE!B6^lV8u7[TOD]4En(0R)SXrO1GiL'u$@>Uggns$'#7BqmY?EB"\bQ#5
+^L%HZAgb.FBJdGsmq#g/d@O"cH]B8D6W75V_I?Je4mSQ>c.#^,l*K=L4nBt]$lBI;
+3b5\Hb,VZ&9\9!@IQIP<@)OLNq>h=uJ["Dq\UIZFk!Zf1.7O^X#C6gAFVt/\041Hj
++cK!Gla$\4Z)O[!;EaWKq&>P7*c08"`lhYZA5<L"UPe7WC7,Q@8g',InVuZ!9g%,.
+O_No/9:%G]U;[h+hjp:C>8mMAZ&Nd8IgF^5"?0#\:Ro=1ip*oK9JZsroKsj@4EG.m
+?6c67pa5?h=u9*pP-l*fgGN0(N/Q-DPsAQZ6=TfP!3)jKLJC4@YSVmd,hABG#)nc)
+2!c/##:oE3P>/Y!/Yh*Fb,3/2+GE'W.FTdUSV$+>0ir!Fr8>*_`jP`Qo:3R[QF=9;
+R'GnYhG^kqj68GG7;*Zo/ea@4kD<pXgGU(1*@1=1L:EADiZ**d^E(RE\ASmg2e7.3
+ERO=IP5FgFbP+5n2GdM)A$hGZ65Z"&OP>Tt[sO@K-5DcCg'P5`p!&i2(qVRGB]Y:e
+&p3m4-gdtk]</,/EYs8sRqLJ+bS#2i5L,`onBJD,EBAFd`R*.JSci$k-F>1/MGd/p
+K28'_=T8A`l?Bt8<Hn4TZ.aE_fVLOsgH!NlYF^-Hk3[B8[TC&A\%Z5ZkDqXhITE_X
+/oNTr)TL@Veh'nX,I`7T+-"FUP-Nf>i8nDF^8"D`/GM25GbGP#6YHjlV;]fIRJL`N
+jX)lp807Kg%fO"MRnD;I2RRs+aSo2jXqSpGNiAlNQK-1jlYUJ4El"U/l1!>3gHnWY
+0ZuR[,dK.I6<iD`-lUmpI3o7qE!%@ON=.j,DWCX?J`XesP[m>n80*^<2#dQE;SV@)
+1&b\kGs<nJD-KW(/LJ_l86lZbD^@Gr\iB>PRW*es79P8(KiZDB8KS3X=5rR@T2!J2
+'jHa`E=X\#i\`A9Yj9L/kFJ_t0?UD$>4Ws'g4/78GdUm0Mb%<cdq4q?Ro?dS'-\^g
+Z%u(Llaubl0u/f0?<fO-\FW0L^c7A&hWO/9p":RlNY*?pA0cRN^"En)oC&5&4LsNk
+20k*aeNCV.I94Ur>j>X4dBqY4fPU:[E?LOS31_Rj)ds:M1h[G#b`9&/K+<qFV)Z=(
+Sm0i<OEbPY'4>g$]CMW#O`A]4q9.!Aj\I+HVp/(CIZp*`dVe^`/OOM\h?]Q<;S\_O
+&1W#9o)h:Sr76+$^)e^(^ID*Y)g64n04'*I:TJbYg?r<%:T!HW,[P?;DX;IL=L>%9
+%4jGa?_[-H:K^(T.Fqs.\T/+VQK'SL">QJi$K:W-EYCV"M;8R*EA7,&&MbMP#EDH,
++=qH4^FXI2^=R8qUMqh(+a00pkn/,!+Uu(='?KTeQ8Rnm[R8c-OIp2s&;4EpI5f_%
+]ZHI!O>ea)?GLrm(RVrl2.%\;raKT1W\0uj%?7g"q/(&h:u7,YQ3h!he!!4L:bhi5
+,slYl#(dbULrX2^)*GEQ^N"u)aOuO6_eidG0<aM&S(h7Jq1/HMQc`B>bP(75VV06J
+FULie>3b\WDBj13Q<?uh@51YCq3GDgc]_"riJb#MSg8Q^PN`4s&`JiE=7`r:WlS?"
+gDLm$cQ6Zhhj9&$eBaHp<W'DY[;A_3A8o[1;6[W9.9bS$R-(I_I!g+@##e@Qk#RO;
+MbU426qDR-'e?jWqRB4Cn+/gl6Y?$2NW$.cj;\&97fNIR1ZbV/an9EYGKG(*NUtsp
+DNZO'6_l<@C=#B\$Q-F<W2Zu=9f!HiGUJ\;^_%0HTJ!dHnp^7fU+NOU4[$$U;tHWQ
+0"f^^QZR(Bd`:YqQnir)/#fZ!?UIR0>AZrhV*6mP@EE8.fJg]EAK<+f@ZF-E-hh4W
+FZ`V.]=j3IMM%iVf6f-^epfJ"o2_pQRr:"VMc>JSei(!YH(.@R1fJgH2Pfq,$$)A;
++;*AI&7=6]VH+t.:,Fu"D'"pNL8`-(nO\cEjY.ps=!1qcpU-WE?7Bk+g`-=^F1;-U
+hg)+tnqN'HkA;Yi:Gtc`-F7*68dQ`)O_%@m+AjU<ahsTeji40_bm(dSK+;$O%'C\h
+G;KiC"4+)-`1@QY52""oooI<=0R5``r6<]<k8oWU;6!sd5#.9`g%<Uil*F-:*Cb6?
+FCgh)9TL0l,%dK8`:DXEa/@Bur1pTSaRK'#^JM[9#-345mgWfr,WK1--c+pe3Vh.q
+,@&XoeTp6C5?*9YGII3GQBp!)Mi4,I)+W7']T-Q67:dO/U69:ngf#G%P89WZVi:/)
+L8HmVL[P[KM2AumQb0pH8N,sk:%BMfT7"O-HFKH`erfd#8GojG']*$6b0jM-03j[e
+gr14urS5X&W2`F^?n-4F:YE6OiMJMA/D0r"M*GRZR1h+Ar@MI8Sili2f^?E(D.2U^
+nu%mtX[>glnop45Com%Woug!amE<eI=b^W:oj1c41a"&+.j\l^MqRqH&`G)KS0T?g
+b`,$1qS\78LSe>2%#M^mI2I=n?T`*"?^\$c6h<4>Y?Jd)]dq:[jdPGBMkaIPo[$c;
+"IFfX=1X@5,V9\6=/%GuWo[D:cc;XtZ-Er<i0;'a`csd2$R3%E3H?Oi.7TAcDSFat
+@<o'P&:T$&OrlF7q2Y0d?F7,EYgju*Nn(;8X>K-K\=Kb(ifG^..-)+n.Lt7J/BaF"
+XVtG3(kontNtn*=5K,'i[rMYjaHj,W,eeEl7^_=A230d_SFk,`lI"gAk+?d-BkYju
+gd<WT>j98V37oFf<-Y5p*X@dG<:\OqBsfpu(uaD;7a_M9L%!&mMlp;/53BslC<nhL
+1Wqsur58-Mr_:h8o."ENCHbP)eoeZ4g<p9[dcN\_lHt#_-V'"d0$IU'!'\Y2X-os8
+l*R1+0]Fh1_?K>:hYO4XaL_eTo2k)rV&u1=o)+s%V5a8P:nL2(/M/g8-$6h(lV0c=
+jj]7\MhqA?.:<91(l^M\oA7$hI5Zg(*\##3:!#04iaW,^Kao3sge9])ILE):EbfUU
+O#9;f]6cb%hWhgO[FHo^'?ZUIASZ@]?:?HID"^fb/94;siLeUsb!ZJlqHW;Oe'A4Y
+@(]?k68+.X7S&&TJ^d`uM_Qkb/^He^fjBib!EHHMluj+eCfT/n=(]EWRh^*_<S=WY
+B#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cn
+fs+Uj`EerJG&113YubPV?(2RPH+3BXrr=F=r8OXR"Fb(b!5qr9cH!/=j!1r2!9&0P
+l+A!`^YV?7IcB_oeagJ@FR(r)DXT4N27"l_G%63VXCIZPBKUA'^=1A@6q@#>ir7;:
+iRQ'F9;SY7.V*KY]+nZF):>20[9kIjVQZePDQTjcHQi`Tc\_-J)9qGn3sTHY3:_rj
+M:ioNFI<FJB"CaFH)08sP\KchU+<0.>#^-ZVdl:4aa]b&^1l'ajbhmdgZpd)I;(.k
+6"*X0J>!k>52Q/RHSC'n;gk_"]k?o5S0"Bgr`"Wuc+^"I:eN[ZXGIY<&QXbD'"&rr
+W*\.?Z1ABE3lWL%["aOIn]s88Jlo:?jRa@L"qZlg+rN#@jI<YM],"aSL*=a0/J#a]
+D`dc7[!bR$<=A#ukZN'JS^2]WY@K_%`mY>$TR9[:0g,&g>=iZUO3Te&U*aNcdO%Lg
+5\M&i%0\q@<dK[/7&-(3F*3pk`!L4sTobH[\FPl]m33.mh!\Td4h$]Q.LFdLc+?o]
+:0a;4kk)H-O)jju1g%,S'k!fd.o.2V:T'@8W8$2Qg!M!J\QQQ$Hfbir5#`Ic+29-<
+NU_S[h_j,dhElRY0aispgO]PR;MVu4>OpWAm<%D\G4e$Rmp+6)B6(J`_^`VB]Z4&j
+=->L[R3pAMijA=F]*LMt=ja<hU[;29-'m7lRGuWGg6kg'L:XIl*p!=lQ/@^G>E+Ke
+oioTeVbnJYEEkg@c'DV%I:QV"hRlTZ)@5/RiARFt*oisHHff440*uc)N'=:c(d5YM
+O@NU?#rtb+ED=S3ieS)dp4^M%8Ggn5SA^nh0B%([rgl\o6,.e$RoH*"ln4).UA(fq
+%hhmGh?RUg60N>FK.uXO\"&T^3D1`.R#k8(!kTG3;q%TnlkI*H^L#S9Y/3Q!Bs6Y2
+k'osWYVah*HMlNYeP*i/4=a%q'sClR>+D0#KDZ]o?ftF;aK=jcWJ!HKnd^N=X3ES'
+\@L+rD0&<@@ak#K)X^6;aPiSZX:6?l4Dn+2NiY5@_M<N)MmR,mOl;+dA8K7N8iAT=
+4l/^h_)HJg1r])o,%s"hes1Suf=+q<NG3lVD1@%Z2;IVgS?P_0d`F:"G'CBReGYh5
+BK"#pWLd"(!"%^N)gdZ$J^phU*`CBR^1is"h#-4ICZh0b:mSuCG`)D`\c?U=_DB=Y
+5LANdZJfs]4J/=C?;ZDaIND!jIkLY9qkBC>=Ka=U5MXE)^X'&Qa.KF/I/\M#GYoMg
+:<8^XjS+pWFKI>a9C6cCbPH+J1oJ]:oh1Zh0!)T>(iH*LrSVQ]0rSQZM)<s=_loXq
+5>2BM?6<-^q59u4)\hZ';HVXG@kOB2]MhqY$X:edkSbe)Q[t-XJdRdsLULZ3bN^0L
+fMNR?f`:UC!9J*Ljh&\DNB^Cok-NJr%1>M8eS_N@/6&T6Ys@bE&Pj)R(>qC$1I"*;
+jin8K#S-Y1"OHb%?\cU8SVH!"nhuWk`P.*r]$sH.gsSh*QZ[Ktp=>h:O"2NXDLZc)
+jC:LHkVA](\pBMc0EIl\DL)[m`gr"Q^..\FR<=Q>le9m>][]-,HS,6tQ``t:qD6A.
+M9@B1*GItMeH(pSm3jsQe`F^s#Tlf,!Ve@1N/dQn#kbCD^FebTVPU>Oh.K-ef+Kq3
+&np!Y`IqEP`1ED:P_FW=,PX:&(ZRg)@@(Bh)<-\^$mj=K6\rdbK@)k%YjUDiSl`@`
+b"HS$4*\.2"oPc@@hi&$4YB'[f'<l05lKDooq80Zq979t8lm5i,'rd+fl4PIWVJR9
+R.S'>9T*!D%!$WB@jdT8JZ;I`[.qiqDJee(,`rI&Tis>X>*UsQ%V<\g1.HXr(sRpm
+0a9E!EZIpQp1lY,o6)#IHh+5Zr`a_P1u!AS\@'oMo,50O]:._nFZYL.YaX]W-"^e(
++a+'ePr5F9T3mp^p"(f:K`F-[pFKglak/,fhj8X:RC-79Gi%_s%_l^poek>X9A(k6
+A@3sqlLP^ib(5C\%]>./W>.DW2;'hHL,"YIh(ckfj`SrI^+AQo]-Q)WMdtlI0%WUt
+CPT:(6Es++4L\7oFtCl`dkf)3bXj+@@c`i\:.@WSr,(68S$S_or_3,H:q>*"Z>.a#
+)WfH)leYRKe8?GX0<QU/d_,:0_,%)JZ7=7,e@7@nc,\P+Z,;<jA1FE^\CW3s7_]Db
+,?arBo(KDilFNqE[J^k8H70rgD"N-RikjR>/Y_k^%id,[dQ`>gPpCRqi9b?JnaIC4
+<Q\3q-9L))hRj?7[i^ml9"D0S/84%l:2_e8L"=Q&hC+R\js1K^WS3#Ah/\H;V4J@\
+^%d8aA*O@S!SPAubq%,+?=EH^YGGFu[_pB,o/4:I7Yq>=2MH-dCD`+-CUn?dN1m]V
+^h-@>(8*D97lDgUL-(.jhH+/k;Vjf0I@GT,![ufGg6pGCIjY*(X]h@Ff:'CP^=4:W
+n$L=q;n9?BMc`J@jgqoh@*?i+/P=He[0%%_%i9%m`@p&e-@pt"2^8V2)OJc^7i7>'
+,VsmPH"-5Bo+n6G0.q,>eH_l3:G9n4,AELPJSg@0>*HbC@RXU0_"HS5L;,8o7i:1h
+#/mO;3n<sRLT$g=@TjT0J!]dZ=&7C2\ZBRj=s?N[QPWiTDD1&!P#V)2lH(gnXCM#c
+[jU39j[*`6]qq&B57`J[#G28%b."o_5DI<8dI25rkT?/j=n9f5FiKPWn4TTlDkgF#
+Q/@RsPPo'Sng:9ahPYhU:0gUgZ&k@g.<0`1bc05hWr>rmG?!+8/R:4CF$dFh6@Xf"
+d<.O14rm&0JgHTB3*681VP+ET`JT0P1`:J/ZuTTpEUZ;C`_clZh0creFpXN+a$?8#
+[+;.ienu\9\[T;Zo(9MQ`0sqT<iW2'bA,7&P^GhHY9$&r3H'L4To`]K0c1!Gj.XI_
+G7rKpcBPph*ncDS"?S7D]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbr
+m+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5
+]0+jDZi:#hci.o_rr<*b2#dR8/#_W@fK\ngg4/V)5P3eB5%!b%mltf8J,e*]J!G=d
+Rm*<]IrT"_>fWf.$gP7#phh"&kg-J[Io8a5!AEDmh"Zr;E;onI0>d*+b5+gph8]d:
+dCZ?IoaS/N3_m/!FW3=#['NQbaK_[/2eMGCRQW4\M^?YRKt?Xm".)q+0TP67:"*<I
+2c=4Nd4.oGd,;T5bCdr\;9'HBYY?rhf67Rt(-Qm/[<'3uZhC$e:L+B*Ol6FufX*f"
+PHqRn@RM0rr>P\9S1X=#Pl045bN6uPnf(.-HE]dC?W(RRpm@1A76GQcbLi:_f-<il
+_&(,,I.NiXJY^=VX++r/`ab#5;Wdfhrc8mu\d+AqO=&?LXi@1jU4c@7,u5bpD6pTu
+Feg0C]`JZr?mL<^SO^#4Oen#7(PC.D3AiQNHbVVVk8gqleLpdB-`]M6T[Tegk7lAY
+doJa#GHFH^QaHWc/Fg[N+mC[j&XT!An+97$0<QC;@0V75:%l]*LW&K.Y2(mj`F'Q"
+3`uto!TmtciXr?/*gndf:rP^WYC+XDb#'KO`L4%%rG8E%;EKM9Q"eF`eU@5l,;A43
+/gBCkO/t%+7G$#Of8A.Ih/qtN/<U9m<](!LVJ%cDPLKXX.UC@WR2/^Grm<U@/Pc4I
+H&'N\OuXk=YA'2_h/4B=j8T+7[eo<S#h)hILs@arb`>1gY'F6s2?c[!1pPT)62]<_
+)eh51!)i$Eo$3#d>e@%/eI*PhP6RJOCg.3S69rGh]6CiD0S6)X8]MlHg@A_4+`7FG
+$01"_8/)&4N4=^[c8]Ok1@j8U,5NtFAM\AsN[VLdr.L^Ff>f@.YWS56OMm$$AGF^-
+'ie,@NUfbKK2>U5gBtOrUJt'\`^I*BaFE>Bk'*%S-p4,OkH@#)c):AU9pQ''/tdd`
+>Wp;h'L5)(/8FMPT\D@fPM(8Be'pl\V2l[#nfI7J0ZuH9*)^uco=gFg!'1#X!'%Hg
+C,Yp'q=]5#9:#o:n+=fE/^]VT;H"G=4jLsZFZI4p@I4OA8lF)0JA$b'EG-97(U78a
+kGr`T2L0('o)71028+1N9(KrdYLd["l^NQfeSWH`=ZoZ-Q!d*#*U5(Wk8/bHT0@7M
+*(e:rhu`"X6'OXKMfZuqrrCB_J*.TAec,V<IuO%,@hSWFV@uP52LT;_O[/#V_In6\
+i)T.aYkYu"rr>!6EI=n-4e[LdRdMQ;HI'c`Fn2`*]Xqn?mjr8J)X!D>TkfR7DUNZ@
+$tq-PRr1>:Gm9sKoZdtKUsGj\E+XcuP\n3*p>q6qOQ$Xhb'MD3r"K'LIn&#WF@eUZ
+H)U[B?Uj'We+DCaM\*\NQ'kTm>4'E4#ISW^dso0>g+>bpRQ>I?C^biVpBttPYJV#S
+]8=YeSGrTP0>AZXL#p&pq7Bo'KTl4Mo+ERQ]VDN0=^9cQEgBJ*gf,J<6B'h6^`(hB
+2*IAo7r2u6)0FMM':0/J`l5srj>LPuie0TF@atp%h`8gY!2#,J!7!,!%Xd67KfpCI
+4mbH5!)GO$rWQWUp!TK)dJj3(C)[!jmI<3`S,RI:nhGVEm=.+AQuAJ82k&cPEXbT^
+l^!n0Jh&oP?jY%/'`:q-Bnrr6Z2CBpS_tS07urF]?$tu*D>_[3%Qi@D&8@[-J*5g`
+o8;oZ7Qfe3#Bs,IkkDbmKcf`t':XrQn1=9o*":r*+94tl*^Ejm;c)*(-@p)lcYgQS
+>XXc&n]7`oHp\7%f:IA!H$-gUhJ71fIW>Afc:NI`IRHo(>5i'uPNd9t@nGe1X_hoe
+]TM6`.'Dp@WtegJ!1p'pl'q+Vp0Y1RGg'j+)=V_&&%mXU\ae\URfK%JeGQ$&XUEGR
+=j[*$jbpsRkT49?MbqhTPSFfs3eft$W)W4P#cKTc1qLpi>qTi!cQ3t>nAmOXI!^UP
+rT"O0mbJEi59MFrR1__)lXt6DSgL*/IN/:e34j#iQIGZE;b<aHU3/L[kLrtrC&>U<
+)<a&0i*G^k9O`"ib#'ANj1%;i&F6QQ7(*f#o@.-6^R9OBr6k/l^RKV'YM8l:5e<)O
+>K_IfaYHeb;T.O#2d2*>!-=1f50MK"Aojj"j#F=Rkh"Kl3>h<W,^?'C.@_@K&,pWs
+rc--Pdp'BRk-sMceMXBF=rg5]6a`7W(=JnO7kCnU82?`nL*Re"q:'RPr!p>_[BU.m
+FQ\2F1*Rk=pLp/)$k3l^J?F"o!6UAKn&g^:b<)c>bE"PclZ:^Y^7h@6]s[OEZ(PfJ
+jp9p;fJ!JWo1RhEc$#F_bXYll=N%``\3CR8i7X#P4PrGE"EhNLrrC>1r`S$*EEmr[
+_l@"7b_p-D`4B*WQs5BtfNj^6U:uug7_O5]j<a0dZ5oS8U2g25K9KP@3Sf&]`5b^W
+/e5!oKC`aIF3,MeSl?bSr4p%=:@e1o\'rUH[Bu8roo#!M+mHoQ;"6D+##X&:MlQ0(
+8CM8ra,l<(!<Zd!AWh&O32OaM#4o%rjWERXjo5=D4Giljk'_"8ccZ7fR1L[bPj[P8
+\=-"LGS]3RM%mUP!sA&oRD"mPYA&0GX"K`5LsICuiYFH/O#,\"%%;u=,#[K+!kg?6
+jF@!N&,F6&bTAOkH!<W,n("h:<b/YeimfUJ/7P2r)i@%I8qB"-fENOt@D6RT9E#0e
+]qE1mq=N)HNq,+B6bd)'?9N0Db(4P114SAWq8iR9b.g/i@sO.+T0h*]j7D`):!hG_
+/OITq2[7Q)']M$96HE-11fO*s/t&ZhHSr"TkqVLE@j;1RVKOBcO-<u$6;oQX_l.9U
+fWXHCr8^r@BB3XMQYaDjFc2_>rr=o5X.e0K>"s?+hNK-*h8$*\>")Gp;m=*jhTbB`
+AhuJAHt+8JFoW!IP"0P5B8//BlIH.:ec,W>QMd9NQ\*>o0YGu*:8+W%[oRr`MCC/8
+-Ae]lCM9!%0iL]Z&RC*2rk\;,[6&P"BWrA)BZlW++4;tVc&PKmYmQWUfECZ*:Wj:E
+beNtohp&iH+"m@rcC\,."lfm\r?#.NP>@M+c"N1qUXODU:u%+>F$I,sJF1(i`cC>u
+84WL'WIaUeOUYnRRf_RuPOHdMcgT%QaG;sjEVYZqh.`!sVW)As(u&4gG$\8P1kC<0
+`Fp6/F&U_?c>1%0;obZRiYW.SD?o#cAk]JMof*#!@5$d;r8d&&(Z]GaJReM8XPN,b
+*bMgGo1</%)=H&6Kp>oJKifo7%?=fJT#u5CD=RTu(Q#q@mK_T9*1??Wg-rdjdg3]>
+J*/Nc!9YGR2a"urjZb*fgcq10.Q#s/:pln;9;8FgX9N38FoW2o*aSq)4(Ho<g$F)m
+2QKP#^iMC>+!OhHemb'+M/`Z@cVZ-kK@6MT31C['L9]B2fs+Uj`EerJG&113YubPV
+?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n
+=(]EWRh^*_<S=WYB#S&F'm=l3o4S('-_L=rVu?gJC&\1O=&I8`Y^b[X[/U-bG^ntj
+*.5NX6f*:Om/PZ>q%l8]0>*p"U?\1]RdB=.PI9+(=/!06.7tY:5+)'8;j4QY*EYBm
+0`.Ijm=#Qe>Z%ui5Ete)0P_H@4Z[VLT!Ku*_"r18<1]Y%\UIk6?YGceXI#%(:6p')
+I_EFbbZf%"$*R32ngr\f<QD:oL*/DXFQ^d3]o;:t'<PPdYEL:1_t&6=OFF%$?c8i<
+js[FoSi>e^b*<(]e)*2Fk(f71e23';TJ?L<ENn]pSk5,#L2J0[mIVIM`,`f>\N0SA
+oDR!sr:QlN_KLeRV?1Wu_'6XKEUV)#/=e^r@`hBm($&/@3=aL)I%%Uc2p(X)g!)XC
+&Et"a^[mWGRu-=Q)Tm<c$`C']$Ys^o<>_=&a(%e&r8r2$,Ghc!JgcRm1V3:'J!c1i
+I%>1fc<`49*<-#/CQ:A2mk@C<8M$f5G6%9\7;)IQqK'*qAFsAmPL3ls)jd^C-qq+V
+'@jf/m?6j$W$AHZUSYRSnsd^Jd4bn<3mdWpad&$pZ8"G$R?rLf()j&d]R*_AbcTi-
+S=SjUM/V`WoQcdqa;i`'(o\/2BVGpOmU7$mo^-7f`DV?QcVL)]b4aWo7<o'hO)4"M
+D^u=U9TWRg-$\(o+^Sa/R`@rlf-gO7C,T/0NqA>ld3PXe#<;e53Vn1Ue&^r0[CPqI
+\CYiGq[PL^\LlXsVn]0gSLSgZN)>6B6J3E^Oe1Nb'kS_^O)^B>0(-^Fi[**Y*u.QH
+>e.CUa(7@f\/#`%dtst!*(+%'nN.(fRQF`6;,DL9,f:[!%G6#GXLB;l<+ULbA,1ZA
+*;Yjm.&X6$4p@NZA\u^AS<s^;h1fkemuX#HjQnTll:K-dLM)WskMRTaZ")*#rrCi7
+MmrYt+jWd\!.c3tp5]OZN;in5QO@1!d;=3mc6'$7CAr2P!7!cW>Q.QH0E,r`mR_9p
+V^7\m1;OSTlqkjkd`6Ct_@\)n=([_Q&9]Cbon_\UFsh1m4%iH)]MrP@M^7!T',r07
++RA>G9HkZ&(%q)]7W`#5bRGN8r^ZNDr8LNMj0tD`f8%PRfipu/m:&!u$#_#ZhUJ"%
+3@1+djuSOfHo"e&!!CI!I=A6)4)Yf6atLZQ6GuF/+n%#:W0iBN-Z6&&C2';9/H5_5
+)8@?^4J'8S?cq7Ygj+83in<$Y(nU:q`eJ-=,M"Ul[ELLD\Bb]-m<<>A<crn]al8.a
+1LB@Xq]2$bEU_Kg958iqk-t9Ip4oSRH,KW%g\u3)bMHa>PK4R:B!H'ElG<Ee[^fVQ
+FNA>g%p>W7,ieUn=$;oL#T;[u0$3LnfZ3,*EJiU<%P>`9Q+FXK:!XY</i48!n!rjg
+SmhQSrrAQ7LK<tak-sCUPNQ;rbu7JP]%<da8RnB[=R0h(E1/+S:^Y*ZTn1s7h0,(o
+c1^REe7^`1e*9=O__Nt%ImbB4`MOW$9+m6'a*rg-c`J:Q1O_uGC49.X6XTC+PI,o%
+LJ*r\F;s%""8XogR>p=CU?_%X$*2,jU"G@(SdX;?qbOLZ6S8gC8IXYEOHCMMTs;0'
+]::5i=:##6hM4:Ar^HWubL`BXnINro(@THCA_)cRD63\;8=%[?[>Tt-Th7Ym;+R\M
+#?0ZS_:uR"7"=-EUrXo91R*3qNtL7s>IO\;8*4D3/d1_1SW!Jr8Y]u<+8k/rK41M=
+G'Ya,pu9.dWn>-.]Kt9&n!!7#<GHlLB/fhj!SmKlq`lNl7*EH=ng'f4je$7;0_4MU
+l^[kCkOTqiXq)t,"&H?)!1XYMp!"g8.nR1%c)pY*DXE*3,2\K!ao14JpTA@[GHs:U
+kLE=5[4sirLVrdbgo;GrF7c4AkNO$!Y4g0>:46``?89lY$483K[nX3Ga'X2#=e?9'
+aF']]!'+Wj!',&pN-s[Jh(M(l[dk2fJ"c[Iqbk.cdMXFA=1#E%(7!@8/(l!(C=Nks
+A"Q5)F6\15p1$j:7Rp=TaW-N'(K!Ak)sQSFO1^fT36+sd=!>F@0,nPQrrA[/IV@M#
+J`gC]D_U%gENO[qhqVQ%%[&BB/tX]^*R[A#Yub&16"!1$A5Y>2BDr<fM%Qc*g=W/s
+eNe+k<BBI.8)30KITm!sbr8hhe*6V8R\P@,rrD%+4D5[TVoZ!dcStd^5Faj^jkC<k
+4X8.bo8U&)Ih+6j#\U[`_VuRbaLI3B@J+o8N1@G+/;N3\F6aob4$*q\3Z2Mr.-QCJ
+I(4tm2MplAr7qjP+WNa7MtAJ>WRqXO8*.MIcfYQ2j"L>hYPdH_S2I?oO":%0c09-B
+5(k1[EMZk\(/eI2;41pZQ=_rYP(ceXc8W4ZA$WeJp:!>?)=]DrLe<')c'_YF?p+D5
+:)n>kVjTZi_n"(Krr>"nq&T9&EVUKGH1Lt8b5+&d]\2GZMuNe+3j,N!(%^/c/m\^g
+N(b3\'iM/!$Po]e;`VVf.=4_A1@:U#87\;33+ufT8V!f^Y>'*:%GDd=`]blX><?rP
+$i02OD$0cWn,@B,niKqNS[OI"f04;F`;,>6H>i5Rb22"p)hhB1A<,Y)8O;k:?9et+
+VtO=tQeENl2;%dq7WH7l':1FNYV2V4^2>QJ$sJI+D1*Bb*1H*q;uV6BXO_p1P9<`X
+TCD^W!)19bQi*>*>_ZV^GT/R=n%l:&1U_eZb8CQ_j'o&(;Z:R]6A+'G1E(ZASC@K<
+^dJ*A)"%;pJ"aWa^UcW&QbI_1rc7*rr<aA=iNf[9_ah*\9gP`+/b[recFa&Zht*%T
+T')@4+7RY:li-spLV/&\?FeCs3./Pjq>9uOq(_\JW.%S-TC\$\inQm;l((e%;Wd+'
+_\e,;dG$reX<bYAXGdB1c+dZN,OGF1Aa=KV<d!nr8Do=[N(CPcLn4KNVRae0S0>ec
+\/GHTo?j3%R3#M]rrD4(rr>02.fTM3.Qj79Z<PRtCSgjaJLY<C[YN:N2];a9/;(rl
+b"ipg/,oSOD/MROHQ-&=)NJoPKV"Zc6i)t@6`%=SfUQ(hO:NYFW2:;Y>L+Dhju<5#
+`hE3kA!6`[YOZknhJY'd3Y<@(="Gm7UN*V9Eb)[&O0X9UamGTGfWSgUBC%L%Z?YU(
+N=IU)UJ\eh>7>093g25UMlB"V'`S0Y)>QeGht)pOT:_]>R/[/VG#nTWo4Ei)*;XlG
+20E']Ks#<+N4V@*7U&iG+H8oAS*aB!J)H<ice'7jg%nIgRDk(8DK:cW7\dF(hpj.h
+hRY[:->=?86YBh'*9po&nINa&b8g]U[nckFo'_oeh^*R"7G"pD.gt/S.-qlC3SCEk
+YQS!OGl"B2Wpr1"2';<,p4HSJm:g5hjd'-h1!8N#AOjMcIcfM8`>Ct&3u3SD)8q$f
+1&TA"q:#=_j8O#Pc$j1SqY%O>--iPQrMcVOp.ApSmk$PlSod3d0%&\+p@i=\_t6DR
+"3]6<iQ7iuAWmN/Ep[,!rrCBa/u>iNec,W>CVGEmrB5.3C+$L;J-=b$*VH`bW!-9:
+0cVT-ld4`Xn0#^0p4$dAcbltQQh*Wf<V\H<$PJ/2>@*`@5=f(0c9qU3c=$WPkqdcp
+l/2)l>0iCF[CFb/$a92>6LCj$qYpO1<4B=IE9J_`nK.p1,L\I/#l?XKY,a;,*mfXk
+80F<i"H'n7WpAhB?f1%&Xo]Oi@pSDmH-k)@pkn7ZE>/CsLROer,_p!N?(2RPCfT/n
+=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_
+<S=WYB#S&F'm=Cnfs+Uj`EerJG&113k24FUr18E0MP'YUq5=5m&R@mg*l7jVN/lBe
+!/9D3!2f7*o)A]8%se&1ZiADDVrc4=VKl*<P?bc2OY/7Dl1D??UoF$_/<jMI.XIW]
+1]@Z+/RN7)QA5oH`$P+>(MN'LN3WJrkF_Rj+3X,qqk*]%H]L45MiF'kFUp7`kuPBH
+=6@p^l0,./BEJI4gM1B84M@pgV+G6s8O!Ssa!Rt)WB\9a&=u"tK<Obj.gAN4F8^s_
+YKQ#eEZ4\b8+TNtf3We%.ApjJI$_G,O$aTmrpj)X:^O$uYg2oQJ#;Q.0qQg(\r*D*
+i]D(MOcF\W^s&;$o^(7cCf?G`HqC:#qR;c5L=<P'3OIQ,Acc1^6!%7^W5rnDX<E3n
+\X1aFb9M<XfhQRV3=0G3e36Tg*0Zf^HB4S=98f>C6a^Wb(=n?-PLMC<;4Qh@apo%u
+14I\RQ$c;Ie9unh%SVH*kp+$D!-^SArc,r%FRp2o^N:5<8Gjpo31Z*%cKeL'4U?Dk
+\q*kJp6g1bh30EFC.id^j+884?3B>VUT0?7hh<gsC_+<sgFA?A".RLe`DTS%P5R/o
+gTo%qBg0gV[?@Z(h!?0$FsDDBg]iba_KtBAd(J1U#88[]oVHV)4FJ3:kNKf:["M>s
+1XjAlG8F-PK1FF5kAWXX>"r`8Iqhq4VS:!$OTM$IKS:R+X/F=PXXdBXbitIUh%f1q
+73]!DU^CP\L8:9IQ9;d,her/)#ppAN-NGD66\CXFC1[HOk"Rf,8!u6Z2/4>@^7H`E
+rMY@@9tj<.,8h3$`dK\.L$_7^/W9^=ifo[Y6ae(?>u*_f+f7_2J7[b48;oZf\T&ng
+aANH6X>b[t4E*/>%]tLE7I`@J&;B_!)luJ'%NsH??%roi!hJlqC`K"#Och,j.La5$
+Jc>_q:ju>gL\&"GA'BFhITO7ge+J](lVG$Bk>H"0fI`rLF1>]m]5FW6gTGZ_`;;uU
+g&BUDY08/"!(#T,\07bKK]U3_)[;'ET9,X3eNYTL-iX0"^Fs`qMeh-Ub.:2Il5*K4
+Rbd%+G-#9*=Gf%WRdT&"**oDp)>.+J&]lgPI.pAAQp=(3EA]`nrrAROrrAR3nuquP
+Dj$jc`k-9f2Qrq#f7$fm1^G@mb2J\FL-e.g.9$ImW3$('&2Rh_QaM.#B(_da_??T%
+:'[$DpuKImV\u78>0e&'rr>%Orr>7aYgO3Um_f$E%n7U084B%P_b2,eNmnO?243'd
+Tg[N60=>McKRKur.k*O$G's3sGdq\>`U:=<relL+>to9XD;Mk!_`][K-3!s)Q_8e"
+IT?3maZ:f:Y-'nMq1E*=^R2bi_AM\cSk'nN>1E^qN]Uj7\dj+G<LKk1iI.Wth`l%&
+L+QG>%hBNZ35:6%*PpL/pGn[j07slB1Y$AgkKP*1J+K7\@Ig"dq+%LbEVV]?r^#*X
+)LeID/OJ-FV(J'BBe(-(Pd(QFGo$D[0>;UU055ioe)qaF%3AVd+F&W#bP-Bi%K;A_
+2G?0"%N?*`!^&9m^[mNd!0\=NjA4lUQi@%<FR;NiGLP8m]i/$DoY.YYFT/)a/9Ph:
+;oMe5cjH6)SGQ1N##=%B.I2#7'0\dp,EQt#@Q7g@dG3mir362$S7hH6P5bOF/cPf,
+rr>4T4^1Fdnt2I]e76t7lZjg9d@7SN0prcO#V#FiXW7&[S$[UPdqZRbe+PmK0,#%Q
+M*-jLrr<b^%5ElQPG)m+;^VMEo9b#i?>KQ@S:^[CdsRGB*D9,U2(LmF>3`ChW\fV7
+L'T/dPSfP;OYVf2Qla(j;2<iMeGS0JR7DeILHCTp>0I4.3(#s[3)5,%9E+uV$M*&3
+U\T7.r93\tY)f8ZgM-M$Z*7@>G.+?S7%E,PZZ/D8VgRbeS\=ArU3SOj8"7Gb,b?es
+7a9KX\F@D8L]`Sp:jd&MkO[Puk?UIGkKKArPHV(T4S,N8doko2S_M7,Zo><[l'^2D
+N5L2mer/#do)?tWV8]LU4Rjd-B6"*BLu+Zt#oM%O[lc2:/,oT5kPVa7r0V?94S2i"
+5C)7(q5/"$b4bZNBPhF`'N'R/#s/o3b?CLJl@.-1_1T-Q)SRiKT7_Y'U15&_ZoC*a
+c\*H?gpU"5#h/eRk6eWSb)cA>Y9n^4r]sk(r`o"0Rg`,=S&uY/c.gJg;f[Wg+Eg>e
+#pSBo*VPVB%*-kI_'U2+fQhg.[::bVMrKI^JIi>HA*+;c.-S/r$0*iYEZ=E:c_GP+
+4;(,<KoqWlpB1idOcjs-guk9&ApBO=E81A3YKid3O,*<hH,iq4og.bH7agm%r=nif
+VO$O%@5"`&F<npV9';oJ!5Scl/LRoX9,nM-:(1_^MlGHnE:eB$KTk9'LcmZB@el52
+\i6*@^T@6<bSCe*H60h422800b!$,>SOuGMRu2j')hYkD\2A?Ujc4.iL/9utrr>S1
+S@M$Y&:##$o,c6WE<lJ`O7G5,enr1b)8A4KD>]U!g_nSag?8T/)7JVJ/\T@:lEjnq
+!]'g+\a;c=rr?]DILqiaki?eS2<$mQ'lrAEIUp%)b%JYBFY14`@#k-I;#H:P!1Yq<
+0:0F/=7aW,o?W?jS,&ZYHC@6!LMJt#GSnk=,b[nk&eZEh6q$;@1aAXdVu?r]FZL,f
+SWfuL[[-ktANDu&ran[F[gnQuT8A["8]:C3htbBDq8;YTIV/EQ7Ju?HT_#bo?iFg(
+d6eVW;gO?*cdbAg-5+67j-<W%)QPBc`!hF+^>EAcXW4r/Zo$W'P&fQ_hD`d<^>lab
+N>\8a84o]11_e4cX+/D:J'M&CHYV7LYPdIBk9cT]P;F5>>P)fl"3i,^(MI98g=d:(
+d\nFTO\j&Jk=q$:#[YgM$n![FdEH6j,E?C2IG9t[EXW/5/j_Zl=</DZiLT<6Ep*FA
+CWsPaIRa7?nn7'tk)\X$59Sb&,D/s@OsRJ>=RG(-5=RX>.M,Xfq<'!h#I^#s"'__S
+C4rK9nKZLi<2:dXb@95-d[\^D@VUfddh_r`S@/@sS6"2?!'^=UjA59BVl+2mQp+!.
+1pY]8b`TplS&W1TI\]O&)((=hO)9\:3;WaD`]n+D)>n0j>(#k,'Lt>29cE-7OF,XG
+1pY7K_L5:(GP9=mkHE$6A+Od@ET6HXa7CKj)1:VHkV,APX4]9dZ>4W@XUX>bkc>KB
+J]QkT(0p%7/%7a*]378O+<hDc+<GnCg/7kM8k<u8LucUm0'?;^jBMV'#QA`>n,@=u
+ntA1ZY;Mm&Sb;=E[8/_gfeI^[V#"-^7dR/!O[=suJ[oULJ&)6@_<imiSP49_.#o9T
+oGl-Qb?gB.i'W:#M6:hoc&_\<%m4"oBOCa]rrC>#raEkCDs&-PUn;#@m^]0Yo1_S.
+`9<Af)4<iS;F\dOiWOAKO0F,lMkrHOp0VZNrr=d*+&%F<J0'/,Pn<!;d)]#$`+Y`Z
+f>i8m7K3?IC]=Ap$2N9:*=GgG!1^4ii3h/6[@g1X6feabm*E3(UP'E0_s42[ncX0s
+Ybta[B)_j_-Y%<P)8k/++ifchUQT61*a?_Qmpl/eR1Jb!n9%6;m/I(WQbW-MhJ)oZ
+d(_';0?_Pp(X(B:Qa_/Ies_/U.$iP][u(Ha&B?0N=D>H1B/AlZ[[;K7eS90jKX)Tf
+UKm/T,e*'Gk:[+$^bcKT+8O$Nq8Q2mrc.pJr^Q_$b?D?8AZ#H1bmWj'qLd"TbTaa0
+\NYP(2[A;tO,/ed?HE"ZV!Lec]1n_,-W:X%7nX)Zc#jq=A=Oo0Ks59JJ'M,Fc78Y!
+o5i5BQTpqRPks7'j^64R,g*03J#JcF8`I1DDCjQ[,ES4K:.f7[<i'u[fPbXarJdT%
+kV]m3P>.JmU-FB&RBE$-Tc1TqZ:Zp,!ZJ6=oZqYoLAA444gd\44\`&Q3fJ7K?59)_
+o`T*H&tu?m7;8??.)mNg?Oofm>qaIH(L-KH#@L32@]mt5]/D/*fW2>fY0Dj92Ce(G
+X0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k
+.dYfgZXU)^MRtbrm.5/Xci-^)q8H/-#lN0O!/ReQSW@1Y!6.NCrrBq*rrCMm3;J':
+LV3T)g&KIjp5c(UlWR7+D2l2,ge$Z(-()c]0u4RD7rWd,7A)j?oXD1gUSR:I\`G<"
+FMN9;]ThCa:R_Fc!1[l8d;FHs!;'PY;G1DMcM-XQEq+u3JhqGQ),sQRWerG-:4'Pq
+CNX&u@5TY8-iu',3UlLE3k[FGIS&UeX,CmH0,q+8MoI"U)%PheBQh*uo%'d)SoeM0
+:mLHTGimh->H'bUKedlJD5(A#o'1,hMm\`n1j5EUC3@X+e]c2[#LE[moY.<kf!?\u
+acpGNlE'T%2uMbrT=hr7Ks,c/:pBN?>#qknWt)b?U=#j"2aRaQGk]>ZJtZe5Ua9'#
+^j,=:hTaONP-9)%a+h*TG[HmM.)#`+\#-n_X.6ZjZ(nga:Fa;obHX54\a)GqADtii
+%G5cAJJt1OF5)3-*0HEQ>S8=pXcf:<\\bFPMhO7]Ss>diJpG$4I[AFXncGo5WB`ZV
+S*?D4bJ/EZ"+dI@o<4SlDk`$uKWT%V10\Y`ap%-XS>.?"!B7SYe\'K&&CU[,2G>YF
+Bd/gm,uDr#SGp)eM;2LT.:V<!`,;GCk)BZ^@D5>*RiAE:#mrC-)6)S`a_)4@mbl`K
+,c)E4nKO,epppmtqIR=$MeLE(,oi8L6dmc$S.i5@P<U&OMHs)m7]>@f#3h;!7b^ef
+8&Et<YB^I.KJsG7W2P3rR[GSWh7"[.A24ZSW4KOe22,4nCIPRu<inloCnF[nIhL,X
+r:'^9q(e/KcRoBc9+57YA@G<g3DCt.^.)tdh*CYNi=_hL%<Ak<CC["j14raM=iMSr
+%3^_*$JiPaOg`>o3P,fqO@lS53oss"ZJC/]19:sUG/;;Q2%lgh/(4Q*JtlX6*UDSg
+#dPJ.oHKc6;B:fFS3bqmfN/7ERK_As``J8W<g=O91"=bJKMX`8@Y1/)1<nF7ZOdXD
+2X#+28k$?3!n4"R=(Uo/$n8YtU?j>tJro?5+SN]Fm&g`TJqCTfM"&95/_OB1_Z^1t
+Yr=/ICLBjAbiC;Wh7Y>DkS0s<FiauP9<k#=T*cKh:7k9Nm`0@[*(h_Xof]T[;!`-u
+iIh@ebY_/5N<KNWRu36Yn:c$k"r^QQ=:0/kQ$+EV2<mMce&-YD*:39#o6+`.&<Oqh
+'^P4?cF6HQE^D7";JBIiK7+PKA!F$BSq@HH;B<i%.mQ7P8sS(7=2PA^fnuco0k*C#
+`rSnh!%BPFKjC/_G&112S%)D-VV,5:#;p[>T,_B87`t))E8:tN7M0jZEk<EW=(]EW
+Rh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WY
+B#S&F'm=Cnfs+Uj`Ef'Pr7V)Mali[(32uoXJKL>1nJ0PpZ0WS-aR)4e?6B#^#9PVn
+OS>BW]0H>Dia8!k10\,@69fd=X5KduHG?LDKDl7,Te&7h`oqY$qa8Kd*fK*LJ'J@G
+-d*Q>rrAQ9dj4N?rrBRph_OMI=ca1ZHPENsI!5X_1XrWH?"kR3S>$a0rr>8'pd_a;
+Vc>k.N,8$$mWdcLEm6%,H_+NCknY1Ql;mVBXeq@'ZU8F8NWE]pe5Eu2c@MYG?S/\$
+F_#_AYKV4g1Aqto<\*/4D,1*26/">@qI:'Y*<'XI;p4ELV-Lth:A;'aQ5Gu%NXo(&
+fe_"JGchHP&%&(<Y4OkuAY^!-iYr[a99AFJAI`;3IWG"u`fpqNMu/?]Gas2G9tL,_
+2uLo2Eti[+m\?8/%/#,F*Tupu'/N\O:U2@'(sOG(ISB#BpA2&Cj%@QRZ$BGn!"@nr
+X%0@>lnd<Nb])pYc,/?1XLVjgT*h\.G3QG0lr<h$Ykp#W)*"8EdH9#*^3&rS.r#]n
+4s5eSbI1%1G@W(AX76&Y$W@-UJ.$=MM@V\V1_UKO$Z:=SFRhVK0<HH-^D4Wg:Mf(g
+?RZl&,'c>ST*0+II9f4][JTN5T7J+Tn:EblH7)&MQ'Ra?4VdW8WSCQ4FC[O1'r`.8
+`TOdtEXTE#Cb[A\4*8/=J5C%&%&tYMj67l-4'H6;*s-W2=0'CboA6SVRO5#3g>4=Z
+!6(8JD5@13Ke_`A(XhL"1:D0WqX9P'9:AmU$WO^dANg]3U>8-8!"P3'MV,+N%%D?3
+$XdaW*gn=ZR%k!,$j73s#mpfOHu"lnV!#aqEOa(g,&Lp4g.FjH:>N1Pa;8:Ec-Ci]
+aO;@X?&&&Fa)SEX-Qt;$gc7GA&[F+FH?[N@lIZKL@)BTsA0$arc%!rc2tE1'lcm23
+g:`4&WM]Jd`88h<fH=sdINXNKbMc=?LF,)2h"8jHA+k(@e(3O+_EoV$J.apEqV&8d
+nD\"\:'/%9&*,,$2O!t0q.lf*AEb!ip47"Y:NL;(Q)J[X7l@B>S=Cm$L.!D3EO#=l
+RJtV-%SjsojO*%QAmfo)OVRR3-9*f+YS%#>Z3]cMrb,G^rrDkg-fr>8UNpA1rr=SF
+EmJ+a*h-e!QBH"slBaFfp9sP<&Qo:M.qp6LLs+&2"!/YA)bH201oDa]jHR/?,/c_^
+CSqd+\26,`[W@^UVRq39Jfi1NbAYRj\au\d@4.>5d&cYQFZD$km_tr*7hZbDHU/lH
+.9-P9PUmcNq2BHbNC8-r;WB!h(O[^^p$\`9@f^tJJaIqCouQ:BmX3(9%7eS?>k9i&
+(4&HZ4k6sYONhr_BJg0"8UGG5&>4bsX?sZAOmMT]+Uj\c!_DB#F5\M3q_mMt5,<#]
+.rW^=8M0E(kOK[h(QpU\C?n:=I*Et^ZH/)BIbK19;-DDj/.3T$2-$VR'rdT]4!<Oa
+Eln4368AVNogDSs\#Xs^KQ6YeB4)*SbmumM]&2ZCc^B0^Yk`(U2DFD.$Z#'RV2dP-
+p:=d7=Oiqe76r<[l'WDN56S3)]K)St+cnT?-]3[XaEJb%>XrF;cJ-ZOEk]#m]X7UG
+]iuAIK&]20]$r:urHRHPOh-O/HX_n'+GM15rMlgI92,\&&XH0[K0oATEUW_/&j8Uf
+#I",EH+NUjqKAXq0.a<YD7nnAjf^GW-D>0P)9)4[9*@$>FHpL!:_l>`Q.uQ]\C#I`
+0pY\d8C>=;OeLSD@SZf<3H+@p4I^3E!oO:UnCp).(%fo<@fHF.M0,^A[ee";$V7QT
+\Q%Z51&qCZhr4`ck5[9(%!V.2D-NMh8GrJ9[4D7W/:D/#)L%N1l[KD8jc+KVNKqK#
+bBI<m[FUr`qUXtR5S0MU9.5lF4)T+_*b[l.?PE_Z]d-(Ye@Le1*^m7H#Bt:*p7Is<
+PkmV2r6ZnRY-sp&o2X"\Ar1o!g<4a;N:K(hn\(ZY@tn\rK$)>'87r9bQ:,n$9Vi7<
+4E2?/Do5Naa8+W?qbc>k#+^N.?^s0CQ!rftf"@2lA`f%)c_SV\)M[h:A\<q*S6K.@
+"lI-:4[@0K_NcTsJdJN%E60Nt9Gg;kh,045ZftDM$[*>3X3]MEa-Z`(!9IQEH!9CQ
+](FiTf(D05i@cCf[Cq=Kfog8?jrOqp5gmYT)-#"9.3KO%9;%6MA"4jc%h]J?e\c%l
+J9n2cI#G5_a3XV18#?#ob$J#Wo7!O2BY&'$Qu66u)]NQkEGVff\=.k9=l_hTL_NZO
+FrZ5FqFk@=Q;!kePiO"gi[9DNT>Ma,n51^t]lS?(dsUoOcSK@/Qe0EX?X)f!T\&+Q
+DP,:>9XrP>EG?9@YcNNr__2RM+=YE,(_]qFcHV5,#pQ.\bBr7P`.Qi8a1lda@+@=a
+^1c&=R!!<k`HQ/GTg#14&$"jb>Kt-(mY7?Z0<$@#!S>ai?7)DJ%5t0'_2fk:P!a+(
+h&a1ZpQa_=g!)+`k90DbB%(l9V$R!aXQko33bOl4;6uF/P3.7o_/grl)qR_sAL\Fq
+c@e8%?1VY*K:4KY7hEcR8Vr#W'JJb?kI90_`=;?$)*5A,bI4hL(9QcOdr#VdPBVFh
+-Cu,?<SG>gP>-4$Y8T2eb^43Y0b0@635p&8IA;Y*V6uH!:\03A[%#@)l/.i=QE?hZ
+?/A:kk.PVLXe6tWmGb^G9,Jp:XuJj%=\2AQ;HmtP+(rO3**ELdrg;<.<0#N&YS4a2
+bOYu%6oGskmZZbW,!RnWUtJsZlOlCZAYoT'aSfn!/]HHnRV.Q=j$ccOL2]m`:"]8^
+5g(MhClg+nHcM]/0=T`#OC$2Yk>(TgRP_c=H!`u2?AWXQ)Fp/G@FR.0R0ks/AEEt;
+W=0!LFus<B5+=GJb8*\_#+8fKeo6,^Y9mqtS,QL;5;RdDURTLe^3>7q\i,[6`5uG_
+l1Y=gV5:T,DMTQ?Gl"^"0%+e8JqX;BY1*nE;hkA2N$r`>8lQ+Z55V!$<G^)-%7p)6
+(jVJ=qo\bAZhZuLpoQ0P4L'=sNE5%5,6%;umPX$th`=6(GoaRTA.5GD.X(tDNiOKm
+P:<Xe&\%g`*R0<q6a/N3J!W"\b-*Hmq30l(;p1M6;4>qn=jc3<POs=+V`ht;gtH";
+8F778*/1,P5]gtWPpK,r)9/D"#%>Ig"'Z6`b.T&AFaV4Z7&"?,hX'GjQVu!&rrD3X
+4OQi`q88-sm`ZnSUhS)m6[b(p9a9,q0QdJP0Wnq.d`pE:rc@\jrbsf]:4WrN;Elh2
+oA-hI]!?s5d5C5=O.?>*+&9QGOl50qTZP3$9BF(QmmgGf*JaRR*h.M!jnl$!Tk3=-
+2<n"PH3]i;!(bd9E7/&akh44#V^qVj_f4^(0dW0LQW:#^Aq+Id32&$E`.01%K^aO6
+Hnsu&p(GEa#)M@*;\`*S9gePZTB9;V!%t[Hr1g3*O.k=o&P[*odpJ$T/0Q*5#EX[U
+KFt;>KaS)r$!,&oML82(3<@7=-XXd/_D337G_tPVSWVnQFgJ<pqt#S?d.Hcd^R9J7
+H_g!,:XcFgAFf@OQFA)8Zb;d/iFjj!#f?sGP!s=LO\eZ3Eh$F$F%ufO\=kZf`'mXU
+^0]ljJ6dq<oD,Aakh#QtJ"D%UHf\s2Q$o^sf,"*7C2i(NVT8".>K5$DA@YhA0cM\]
+<3%&l8<!amJ8jV,oa%-4_EjM5rEZlq2VB9sc.OK8:RcL!2H\#!hKaE1,>Gh&$`tWP
+*Ced\MWuY,2!&ZL=Z5BlGPG;/R(DW=e'EP:lXOFXhiRb_P9&J5IUr'=R&k\e09gjf
+jI(DEIqb]EXC#5@Tl"3>7<(H:,YDYWbondG)fbCVQK$?0=GBM5huo-"ZX<mMch8TA
+e3G#pO:.[FfP>qMr35c\cZc&Hp,65rrr<[GGQ.ZTQGRJo)g&ZKl8[I^RKc7:&d\8s
+OMICMp2o>me3K$CId_gZOI>5mn)03i=0lur%(%,&90H3Uo"CosU(&&6o>SMRnuecG
+.kA0aB8Pf'452_8Up`')B85aT;&lVJ1;)G"QPM#Ge7FRP0OeK>*ZmuQ/n=UL3B2i_
+C6ZNJ?Mr-!X8,i??9nG'e9+>?%kP]'=[@+W'GgD.D0#@04,^YnXCNls#Q]eU!kCGl
+NcaG0obg/B13dGI,hEU$\&RZ%:+EF4DM2Y/nlM9So8\NAXi4jmV7XolBn)sbnFc0e
+/8c`@\q39eAL/XZKiF/NN&E\re7n*Db&PUN!.m3C+:)R)$X#+)dd5VeZXU)^MRtbr
+m+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5
+]/D/*o5Ed;r_GcS`D?C;r6tZGLp!MDO'qtf`^abC!5e7*!7Q0Pq1$&4]`#h&s3p)%
+PSV\P>@#8h/M##Fl5l<5#nhgco?b81h/_m-&^97TpH1BKc;;;A)l3K6o7t%nZL[2V
+i2)^qVldq5l1Q08eRtK4pZ(fBRX[,BaJSe$D^bF2:=GmQ^11a:<-i_G\-LgPK];?c
+B^q9MY(oT1`]RBu^HDMr3^5MUr;EfjVg0"pP=^@=5@%^;=kWf'&_atP/:$lGfq-dG
+1q&Co;Dq>T7<bnUSYgDha95'/3@@fHO>.b^3>IUB1qQ&#FRi3V/6jtHAL%!2+'5h!
+/o$O)`5/RnEf^=2*4luB@[ps4O5`Z<G(@tT6um2Y?Fc`o-hAG&(Z&<)4EZ!1N;?a#
+g3!:^T'$[V/[`$jjf=A-g3&fm*;HM8%t2'&UinX9=S"n4S*E/IXN-f%kj#rGLO#nF
+A+Kq$e+G[HZC0f4dk$$%nT=)e'%g)k5F;'+VJ6CkB9UgC!'\0JT9Ym/968s\noJ>+
+d%bL;p<0^3&\fYU?T7e2]5(<=2+WUoHfUYk?WLj&79S;C&"[RB'C,#LkNO[jZ4S,9
+KPLa.D<,_&V-*Zu4d#PSV3P#Bj5V+F<C-<r_W88g16^11hOn;s+:fUa4[sp%B(9>%
+5<S;a(GS=;9o:RD+d,(uGg/]D_m3L.bF?k[nhDAg;jb)@&[nee%/DOa>&ElV7BY;"
+I\-,mZ0@Gd\'Lqmp&1B4NrehE,#$bNOQ!*W4;*?(cRp<AkT4fmp>g$ueSRVP!.O1]
+%Rb[?1Is9"">:hA-q@-u"BnJ-A\/<sUj->8YQX@Pdj@V]#q.`[OB[1YHnq#,4?U%M
+N%u*/C"Xc>=<dk-DIiBu$KN0"Fr;jtrr<Cd$/c:`KJinu1prL(7rWXoa;2i5@?a'R
+g^8Dh9/'Y/gfn"=5qT4o&_u,G7aYIFbb='Z(f?RGJIDh:Ji=ObR%";@GikI/DT&p\
+4&=;+mI]3e`nsM>XV=9>@;-?A"@tag,E++Np&c\+/FlGk7$;keccm./-Y*V1*_=iM
+p$F-PhFuImd6-Hb>"PVbp%V_N:XlcI,SL&Rp,Lnh#71VpV+0Pc(>4t@:0sDo(h5N\
+`60-VQII2u%Ci2&fT)oh2dt?C5F6jU4QC(SkT5,@b;rFa[9Yi]_bnnT+0JpVg^C'L
+-$6c1>BGMH-^Ys5P!Ie4[cYo1e&Y<Zi^uIgEtO34q#M-]+n$RJA4K-t3IIOrO6/:G
+Zk#1^\ceU0d''OSoaC^N4-dP1cCH0(D]Fj44Y&s8;'&IF9?Nc+Lc@UVUr4Nu7V="+
+8#Qn'nHpTiaX4Q#(!h!kaGMUdQbSk*Q/C\qRQQTf)g/jG[1-1-hY<lB8@jPV/tddI
+m1QBG'2J4tfJDj5>uYmrd>T=LOs2!A4;96s#L%[arb^/-0?hKobH3'I+3_tI/?Yk]
+qS9_K\Ve5idtDCo*2pfV&m\&`;6nCdTnYPs$&NY2OWXW`81)U(meaF\UFp!.,P1)^
+om\a\^0f@]p9M57)cF)VeFZI(k).2ZJdA02gKZiJmMD?DTG2N"J3&ce<M7lP_)][]
+2(6NJ&.G:)],*f[/n:>^,\brX[,9$P3pHWMo,aA?q-qM+j3AF3DXu>4T+0&YN+Up^
+Bq!=d&u__TiZ9p6-^e98k/?u=%iQ;kR>Aa3;S"XV!uh=95-A7.?\]f\cJ,>Dm$;jA
+[Xg''k#a3oqOOFjg:an`aO"pp$:p;lMN1+7.R62NU@BId+J(*^RhrH?jgOQL=P^(=
+hGO3ao7rWDd'T\!]T%'/H$X.e+#OKk7Fl?-mH>`pJIs)dj,/B9$&Xm+#fUI8g7H[/
+P8pAGPYOSjOutfgrE!NT(pOVp;nCqiLZP\8CZI,kGtIZ:GJ!EpYGGuXQ\peJR5Ffe
+XL^k3`![$.G-A>iNi5T%joMFg?5`f*,%$kS>h,r$o.QRa/o:J\Aksc<RU*VZPD",q
+3nm<Q@[&/\lRF<pluP7oEb")Gj:)CU-G8>p`ncdu=3-tUo:'MshJ^!QCbF>_qS%UD
+>rP;iRG`[&?4dnGQW)3M:?I\5W[qO+jh$[)%"4fY3/fNt&8);FL]R-RE;\%sAjupp
+Ft4AmI.QH*7e9OK?,hYL(;4:Wa002<dCFfQ]s+q<7D-'tg,W;hOeRVfcu,M3>*4sF
+eseZaQkP;\7OA*S&j3"$=-Zt/-9#49Nm^-A-FCDUS]7_/_6#kaq244X1._R9RZ5X\
+Jsh9gno0^?*#0?Ji"T.ZS9">.ac:<BKM02pY+?2uIXP"\,6/a8Fmgc);p&EVr2.ni
+VkR:,?XE>Gf=+cr0dK4fK1+3e8XUB8&3?dRWX!O!9p0S:R)kIf"+TXTXG@QPh13/K
+q.]!+.h+^.e$RFH?MSM1\3ZteQL_mgdkTKEgnTGYN\u\cUJK^&rFN)5Z?!'ae97?>
+!dQ(CUEoZR)M,VLh2=M8<'/b%89[!kJ2PZr:X#<S/U<9FpIWq`^M2e(@o^+im<-%.
+m\J@kK(i,'SCVOpWZ`aZ\h)^8b>6r[(!'n8l$YR))4[@"D8XPM*\4s0`H1=fL/gr\
+5YiT]/qs,#Ump"1^R,hkS^i[m>V3PEfL9J3.-aF3I#f>h0ZL;O/f^/Th[e@UZ2iE:
++\2+4bW6N=-E#t]43Cl<?!g@UXgQ=o10[;O(%.]/QD3ZqjsXkS8L$Y5';40,.uKIY
++kkSSR1,u=C.+'mkoMFqJajg/Sf%Uc:3QRGb4<GBe#b9_T@Y[^eS^D<!O]<-.Ih]q
+(357<J?_<6UWkSTOt?F#IhqP)E]XdYIU[R(>O=ZGir9!DeNBUPG<P)\jhEPKC>N5B
+Y,#d/L=YqC-M8t7Nm*X-&2D\5OKT5-H0]S+\OS!J9M28,(_Yi1JMAJqkQ"?Jl"i=)
+3HB9Oe9nOsS#B!@STaa(o&cY.5:^MNRZlFF(#=k"[^sqj/6:Uf5LQBP6U*?mWZ.iN
+b2J[Z-TD\mN/FmX.<E4(!bt0W[BCm%cd.pr<M,k$oSX5/Bt(P)L%gmT;*=<I:MD<'
+D]RBab/>(O,uo,J,--t/\6>jRRDYdH>%&jN`5^t-KM,f?'>8[r0IN?qD<3u6>j+5@
+T'u)bA">a4YC;eF6jsK$rC5AeK3,*o[k1Ib#g>E!7R7SMKMuBbK3e&OR,mkhLRPSk
+V-RfeH6MkZ!1@rr7Al-aWO_lAQJ%s%%`C.P=5l7^>t/+X4td7?T,$1>!;tL#m`:0K
+^FfB<j[[]T978V;pYK9Jr:)(oRV/meCJA4>%o+L]N\ua\$@jM,-NK:Te$$ZY%9I4P
+e3[:to#E#Zdso!eT&s*\<,9/ZJHED@9lT7Po%-fuo)A\VnpfmP%G$a*$XI4Wc4B0P
+G5BhT6Q1um.I_9Q?J.aD<\i2u57+;S_S"/KNrEH,-\e)2TBE,=0@N;d_=NAgc+Ih5
+j\$%$f%T%>'&jp.g^,5VqZkYJ5W.:S*m\T[j'gE(OuuYe7<1)bVo]e[hmp#DI%&+;
+cTg_Vop;%ncRso[0:!`n5#p%<`k/d99Dc4.\\#P@A:_7d9ZXJ.^UD(k4DC[a>pNjr
+K9+Wkb^bQ&rr<PlkHccBH1Q%A[NkTdj?7G))Xj*%h+GjWo(66sNnIX[*a!.%Sb8@R
+7[Hqk4E-"C@-Xg+0IWU#4)^GN[2?4=`Wf<CXMEiiCeig+r^dk5=A,d2SQ#-L>lOd.
+gLsZ/T-`_gq@.=hX)KS=J*FUaD%tM&ii87Yg5Ig4'Qf+"#,@7FQ#M7l@EusiYlOQP
+q)^2^aiSEb6lg2DMc,_t0/GPXV1pm\lZXC^MC@REW_8/r,u+^_Z/QOp[;n%iW=3j,
++k%E=/8R$]\@h^f_/7\\)s&.eH-\dfd;8Ib2osE]g)DM+RI%<V,Lp]UKQ3(O(a;Cc
+.o7$nRRO?'TW$lkDRUZXaMrLMUi1pULq[79gj?n+Br]bhIU7J,l98%o1i'_J7c*Yl
+^F7k4G#aB((Rc;bDG6gl73Xts44bk6]s'B3.,cD/08[A_i=W8u&]Q'1Pr;?WDrdNC
+>^9r!<jK6+/fO`i?IlN/hCu_rHCgffjCigV=Vai3[78iQc_&1<5LBT3-ioD0Ebd"I
+;S+h:m+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF
+@]mt5]/D/*fW2>fY0Dj94PT\<rrA8/rc(m:!!5AArrD%/W97[C5OjliJ+1*8o\L'A
+?gf0,5B1jrs3qMR&T_`cq./b;gXWl06WK+P^!5"<ph*h2!!]UR_l!-Z6>)THIqX5]
+[dmrF_e&Z<q,?C)3-j9L+$fD1NTc9d\C]oXQI%j'9qEQq^)WX3cCq7`S3>:r2"%5,
+7#[>JI-I5&P?3gP#O](!OW$r#C%9TRkIc'brc-gsZd\@0c(mo6,G!rO?p(NulF#La
+\FXj6UfQC;!M/s;VN`=6g!+<E2H.^2MA9C`hroD?=/[Ca)\-OE(\/AJe?p;sm]Ap:
+$=s"H[(mHF"b%p>ou$`0=?<mS?W5H##H%1OViG;%ZLHr5QR<#8"-5I$`o6'/8FfI2
+;>e:c:IEP+]Wr?0X]0iCk];f!qSo;*8Ttkdmr*@f.uSFk+RR5PSs.i5Sg0CY!SX/6
+_lf#:1i\OtqHrhuakg%hr,u8&d)-*UFLOoD>s]rkb/HX-'60Zfe%\Rk!\QJ^fsf9n
+`@0"Ug>Y(MGbs2Nl4]gP7)`m2g7Li./L<V^JP"TBSj&U$$5W-57bA/Rp1A'e5[*>R
+r3k#q<V$BY/>1#ompoqWO1o<i:1kV2Sc8\"!$Z&.Numoko#"l[`d#/eE)373HL<ps
+*>[%rZ3ffI]CZguaN"mfDa2rZj-qb'gVm2?OhN=6Jt]oh\C6c'jo5=+3%RSq,;A^r
+,2qXN&Yc[p/=]d\%6)?jg8EO[7(,Z(+<mIiqHZ,?ZL7T+%@]gD,p;>8)*7@)Sn7In
+ZI[Fo^!e)u<m1OM1MP.D8u(3q>^i3X(cM"I\-!(5r/l%??>.c[R.7W7jD?g=p@RfM
+gTa!.qOG9Y)g;IFr34sZ170^>8`4$l,`tGCYIGf.18<ag!_&)S6S5FYp<s),>KG2c
+LLM81<ZcS&O_DoVX+oB`*tU-qJf_>cO%WO:`-1C.ia^mZlo'G2:-R<(Xc0NP]+!Zs
+Sa6:3"fGe9)jMHl(<Dtg8o3lnJ1\;UV^ag`J9DfM=MP#Rj^jX\P-Ct8Ii@6(d3H3T
+84Qk5=!S$"e<p[+m"tPAo*<Co7r'CA5.tm3:T0*g`lOs^grtmZeWCu*A<<U7LF;-$
+C[i")H<g`M<PBlE#;Si/IV+<.$a\4^66g\bQV5m$rGPK:eT?`52'"VRKl/FpXkZJ^
+d5\/;3gpUL@N88Y2mEU0P";hDbGo:DWlq.8DD0G"g*QBW5lU7Wb9KE<&cA`o^jD"p
+`@_fbg?SCoN[&Z4I]9>]qDFaLl;qt.=iVdb4iF`8*bcB<`nf>'!Uape_*!L-!m^[i
+KqHr;Rc`rPVg=XKJ_`dq*V]L>D:kd0O:Q_&oESn$j'Cb)lj\AcCSt<AC)=4Y[@N6h
+>[?.+BT^7HQZlrl!!tYt4AqRYNoZWMos\P?\;'_2)ln6"CO;Gs>Bs;FUSqa4lp7dD
+:m=P1[Nf;O6a@/rrb-QrbSn?33^9#a06J^l?`M&YTM(oXRS5;FA6>uCF?KLLDD^6+
+ZM&aF%O%9\W-cR7=T)+s!&t,q"k]0/IkZ@*FT#N!.f#!0e"G3Z93.6P\cpM"-BNXP
+cR0A?%3pGgHAn\hS8*&[U=<boF(:%]j`a,ed,unL[5%a2Y\0B=0moPQgRDtC1O4T$
+9"DQjY%"l%8Fe@D2]&ug7^)'pXg+#`T^LK6T0])H&og9p%Bj]3^Sp_qNRh#1hX$]c
+9,6!i2_`C<6TQc[bo6jW7MSs)"G-p7&9=BOKBa.@fMZ"5nJHL;*JMsVQ4i)oWP+N,
+WS>@!K)EWcA;Sqp7^>sS<aZ46d*Pi=13cK/f5bTY$IV-r4G0bC=_W2+ROmX9e>8<[
+/h$q-$`AZ^OY,F#7@BKpCkS@9b`%u1puB=Aq<UE"qmh)RaBQ!De5VT"%V,"]l9^S<
+S!&id++?%3\luRSWE(8K$s0PA9Jsm5[9\L_cEF-Z3b@0MWnp0QVc^,a]=En9(8)/&
+,a(Cm$Bq^O-&r1AU,OTFc.UD85L,>5SJl;0D,\XhAN#ib)MseVe3,d>&57f=(<%\p
+&l!)0**n?"bn2AB9)3ek0B'n-jM]7PI%?I5o/;:EQWMFQCA-#"Ff^p,)U-OlgP]-!
+,0F'Q74Q*1k."lmMr=r54!TNPj-\QR=K?U8D*Kj>O/QaGY.\PPa)S"j9SoljK&GG<
+]Tb.-D+m:TH%HCS5DX28h_OBJ\sVQ=.7U-d?D5:9ReV?f\tBX1_"p"PkN2^DR!";t
+0BkZ.'C-R*bgm\[[[3<N9J+_`VE\B(_;Mqrp)-"hA*UGk1R(B<I]>,h4bkI-W8\</
+[AL!5H%2gX[b#LnJ"rB4;m\nnJD;NO&96HfmPA0(aAJVUp3%VA%=^t?`fkJGCR;<j
+\m;!qF*Sm;Wap73"V;FqSUu@m,b1/O;p?I&$U6;X%`k.=C&&r7)pLihAaQSc)?d[_
+T$$aQ=1O\a$@sH0?(OLm!eP0.5!>133?sJLb^hiJ-X\TumC.BJ!8DVi)0,K<aSPY/
+VS2QU-D>JqP!OG+EsshZ8]ftMQ-:Y1T@5ng4-;h>).$(_eS2'-!)Tr<.$IqcP$!>L
+l?h\_5T'SajrAY&[^.b6OJRR"1f-^X4p)]d&507&;O:&)(@tnGM.%1N^g>oo/L8&`
+7@5areYHTLM$a:LP)kH]`Xt@\lgNME[rt%Bk9oBOh+_@Ila>ie8Nk%ke+Eee73Q'!
+bOp18@]TUpZ-@t!%pQrj_&D5+iVM3H@ur:kggp.Rehl2bhYrSKNp3Vk=>(6g!u.pO
+:(bAD61j5=qK#po2">u\YAqb"^I(13YtLWp::%^a[(5WLMc&$Cc)01)UWg0h*b'c:
+"^k(2iL,OmA$@0TJLJ4rfO,QhgSXa*JmF[QVc!c/q4&WoUYtLCi6m8iE.d#MbZk6B
+N/ncTG#t[6^aJ$aILaQa^JR[dQ)tj6HD@<*HIEfl<17u;5B2X=!,RNFc-PL,IF["W
+T^`a[0d`1=]happ.nCHBhOp][-p$93Kr8G2K*m2@b9ROjf^(*SfW2>fY0Dj92Ce(G
+X0Z9<c&0+k.dYfgZXU)^MRtbrm.5/Xci-^)q8H/-#lN0O!/ReQSW@1Y!6.NCrrBq*
+rrCMm3;J':LV3T)g&KS7q)bY@)L(:PNCq_IR<=Kg["RsW%F`eqc+!TjE9!:lo+HjD
+]#E:t2XZ!ap2^GQ7i\k9Z8_>-aPY0@r6:hf5dp5WfAK4?^K-*Bk`th2[0O7Y3eY(G
+R$$LXej9t+!Y3@C?e:l^fX`al9.$9L/roBJZ$LgDLD0n.g:g)TlMSp)[?^C12sOj4
+-;j*`gaForo]/IAZ1<V.5pY&[!pN`S?q0$9cI'fqcSLgP9iJT_*=ePL%QFFoU/ekn
+rr>%uWHjD-Zo3+;,\/HRTE-H%Ia;7YZ.06geoF;R8(4H]51J#u*/pZ=PN(HIFrVm0
+'?;,hBqK(-Ctcn$#.$1jqI8"/<nOY3O4AuneeW;ML?WCl_ii/cqm1"2m0q]>`]6i*
+dWUA:H5V95oA+?/(YZQgX`NTL\^.$,/a])7j?`&]iJCjmWn^,/MT<48Hj4mMAa<ih
++PUcrKT5f?c#kJd`q=5b97Y15+?KdEc5PD>9(Bi!C^<u3SDX<T1e3a@dG(/7[@KcH
+/oQ1geTlf,.@uk'ZI1,0Mc%t8">#-a>MK\ZK^C@(*QImjh,^[\[)Oiq^3K7@TU.T\
+O<0OE:;6,EnBQlcl.9+Hj$HlE;)i?H-Yb;3Qu^I-h!;?BN2fCK':qbS5X>,"Hl4Nc
+aUuVu]$V[^J-3\CicsRsI\..3P.Ce1.KUKspp6CQnX/trOdN2(W$g=Xn21ZH[m:%U
+i0dh*]DquA6_.Q4<Lu2'A0OR4Gd<p"Uel\N@upc$Eci&T#u]:n1:7sIPMgdu=3)%\
+SM&X=7sQ3"o1c#:&kO:lb]/($EB+H3g"4(f;*F9\c`%lZMW7Wl<FPJ.]tU`n*h9EC
+=_7cQP*Zm.bA>.[6N]r!>h5)eQO[/0#uP,5D]Q3&J>2s3Y%9sZ'=$$K^2ChSU^8.P
+#K<#!3>nhl^dc=G51$,ejh*mtiH?j[,)<ljT[U.-hW@5!#/.;f>B#nR_aV(J!#)lb
+cSe)Bci3u(oq+D2?^?._eit^m35!Arm6=:-?S(E)HqQ<h!7;*[;3a^a8rc:Cn!bB<
+_55J\`K+(Q*"n@n,G]bd)!-m=$'+(.,Cf<FIU`6,o2k$;JZaHDH#YsKkM)DB(ACR+
+^9$d@OqiR_D7MTum^n^dh.S<)RI*b1Za?9uRic9:jM?;/GLMX:BoWKp:^27^aJKL>
+?^?*(U\X/h1H^_4VtlY<pHc77[GNEJ2[s=TOBL@7Es.qSpDFSk/TB]?jA;":%lGl)
+RXFsQVu48C8fk,Y+hW)%XrZEJ(G:rt6<qP09k8TKr68Msb;oj>j^0agjbo+.:;4EK
+nu0pi<RlQ)@4T6:*R$5o/2:AR)au8R!oITu[;X+=UCO#CZU9Xjl8.CY86e\KG_Hue
+aE1+P@_nsM*B26KC0K$V[EbISj]T!0b&%Aa\C>F.c"UeA2j[FIB`1Ji_O$p%5a+Kc
+H;T_/_BNRr@ON:EGI<iDYKQRM&;0R-bdOrDI'f(0[C5YVc^&+homKb/P=q3WI;\Qt
+Q"77`8'?E`0t:6L\0Ym1n9/+h\ZtXa&NJk*1?/-QA^BfO199_9_cr0]H2,ASRHAYA
+o_gkpJ!KlUU^!!J5?bVJXL.:aY%<IN1<8T9)3GeOH$i9mN[G`k/M8i7(C?>3j,(K"
+i?XP7Ii:j5hRYU6!;F9X;=hijXiHgAVKGTD;Uol]1!AhWP1?oDdd?[<Op@7"[_-sR
+C#_bd`o9GJr40!L(!C`'/Ki(`+u4\QGkd:n^_&:C8ZP&_5b.P^^LLF'[E*a9EH.Y[
+K7.BB'H3JsH%BlWBoMn-=TktE;4#asS=s"A!!4U`B]7p.ito/\8#(&\li['GrrA5R
+cbK5blC[_U/o5kOJZch=lB)#GF;W?g/fdCinrQ)p?S-kEImht<hcELhm/dcq2?*Y?
+Ik+1tU^%s=3R=6[Xf_E&o)A^2g0@5Bm2K!4o3SBc!#JAY[.<Mpg70)L<Y2!_E_fcB
+SA.jEnDqhM.Zc>#r),]Vi,_*WTR]`EG"93UV.b1Ijo5>D5hD;H(:gVo[=%![TEb&I
+BeA<sH[9jt7E<1D7U;?XRMkT+826'JCMpn)p[:L@iA]$6(\/tKWuj98qYVOe1#L[[
+C<omokjE:WK4d6bgqREsSn94@/B>J3m0k.n_AHfO5BoHu\+'kmns'L0/6$N_]-k@U
+]G'kVbBD6'o%7&;WEABPjIc/gBrKh'A/,%D.(;aaqbo!3W0ll5`=WdJYWMVG5829:
+Z,UZ6cFKC:c.JM6U%DkA+^c!_Zb_Cbc#*8*j;\&-b?!$i>^8P6K?Tp!o*1h:lg!un
+B\J];Be?`^_&AAl1$[1b_Cf7!0`sI1&]5V_iu.je;;m<UdrHIQ5N_@DX/]sWBA>FO
+a58uHMlV;9H,!ST<R./<krLJa]W^I1Yd/h]%HNtCRTnNB+I2n=r>GuE,:,ougYj,I
+0"4EJdUU-&%-NrgOZ1-"DF9`ao^CS2R99]f.@:#mo**1rDro$.P"6_HI,B).RsdV#
+(F[XG2`C0\1.FtC'pt8cf]>0="tU\jfIr+AjZ;8.KKl`6&`L0Yf`(ro.k`Y^lT^g.
+lQ0eXG2=;uh-22+=[d7#"eCPX"3/90'_13UGO([Q^3%76S&3.]:*Cg+M<?=JUW>0?
++HpZ*#jG-43qJk+VL8CDq.JfiU)uu<Wd1',eZ6](FChn<d27'64n?etrM\6>c#/UK
+l13oA`&L$V:@IU^,Ie1j0?o>cf-0_JjaEY^$_PX)`eRc]2IOnq(*R;?-"8nA:o1Dr
+!%MFGLU/6L`Mf+S@rL\(U-7Q&o+>-tO*e)qkBq;;q0$S]X*EaWRoe!9agt&@om<6-
+/,1Bp[[[u'5ggbf+5'8j#*csVEK'QSZ:&BK6sgL^#Du`.mTc6=%`4h_h"dgsc(?r<
+kIi6=cof3gjh36f.nprI9C#612@8M%b9bAp>KG8>bf)Q/PU^Z&>E_t@FDr6Q1T-J5
+/Fd^s7qr_EN=\+%8`&`p%P.2]h1pGX13pY+(X7DOSVu^G<>,*lan6p[9b`L4ZZMl-
+nQ[8Be:52:a!%An_kr//`2Dpf]D)WHHG/lCG9jd*GrX:E5P(!39q[!l4#->q`<51M
+oc'(\$i0:0(\6;Xfq_MONE\b.WB6L,Bg56oE";09<CuIBOutLJS0E"a,%uVPF3(LN
+H93@dRWi(aQc[<k>pD\D^Pg@N<]VKaR[)+db29(5C+^cpasN'JS#SYh3tuDD26iPh
+)0iS3l>im@^Y$D$Qkr'A2:f.<1AS8uhJLYfh-m-oF'REi1l8T?l0c5FUI-:_Q^ZX\
+`plZYlTfc.UJEF<bmt:^+IY2=m'G*FM&X&Pr^GFOo,j+-UZOY'!pa+=XDdN+CctFI
+&kAVjZ,^(/34$mBqF$,Uc@J@mMfs*DbfrZL&,])rB!M/I6#103m_>IXD.7X5l)!Yg
+I:O*Fl.%d-6JI#LX[Z'P*WmC8aPRMP>97IF4&`JtBK$jcet/'#K28l'2*Pn'[B[8h
+\3^;e0U:UIP"/BeDg^/-7uF$DN_[lDV3CoZ/$I6J&I84STMp@9I+5JH6i7uar8[MU
+2cAbbfc8Lhn`Hm3CK9qkM(Y?3XD2'`IkKt(^!3n,'r@2(M%6S/E?n*@lV%O/NCtZG
+Q^>Rd]1ecfVnnE(>b"]C_o?29<4kdf$iUaHjc:2i4Z@OR5;4t\n&mk@o$:P3G,[-b
+Y&"ou9+BFJPZB*T`"nJ%PONaM,Z\j?:;p'HibAL^?([#r[niuX)#-rP)]9N6Q'shW
+mZ00ON4h!,rU#U1KD`jS:X!Z.n&o$:1(WmkR&ob!m:TDhrfZ!BH?GHM_[I<(OZUQ0
+-)LC>,o!):,952c/rrN!P]C?9N(Ab`V8-VV7*(qaX,uLn8X,%`Fktk:ngg\S5FML`
+:Wp:+MsHu_h:_d98#8KAkpZV^iEH]#i7*Indn%jfUnblP=4C-k[iDh$6`)XZ*[!/A
+qp2!DbleB8mcES_A_ql2gVZ'@LRW\5(Zmj:?1T\[4Lkd3(B.C_kL-DFY?ENX8CG>R
+oA[5cVl<cc!ij#kYk[eqC%6XJNuST%\K3D)1OP-GS'Xfjn*&D8,:Y9n+&5K/!&FJi
+YBb=\dOr2?%Ah(FWVM09dUS=0OU%e_?:SoW@_WK6Y#l:MgLXZUU;s@YOuWg\N[`0a
+cd<CZd#r&EhX'>f@.R1VAr5Y9jAW3WX5+4Lo_%C8oPZ:=WT(CY;['jr[5UQ.[hPoT
+2*?,]*`\C[[.nar1&b\#W8A*da["50>ZH.'gR"C4P_?'mJaU9-rr=dJd52fg2-J`6
+?0S(h<o;,mDuBtgl7A6"U=`^DA7Utm/M?!/7sF(2JO8QKjs*BlN_)\CAL%="B>^tn
+JM6#IH\XHkOkP_tmm`5ZU[r]S(\;qC$f*-O.-XgM0kUo<9am4mPTisR.Y*Oj_c3g<
+h_I'/e"4_#"qi:7Z]4JooS@UlH^,1*=+(l,Z7q,"1jm8V-^k\&bR<RV)#TAnq56[4
+jj@Yg/Oe6^dA!bB@Kk#_qOiIA1`tR.D5bY2\5!n%N-IR3+i5PFC:VE,#OG5$PIj4]
+3t@tHD,Sqlb*\pqML!BB(7N8hWT![lo)&0.r$U$GHIlnjemm1GIP(R"$u_d1JGh%/
+\TtTQkK=oYr57$sMktl5H&p7"?h1XfW+b2Mo"o6$Xs1;g3/DJNFh*L#7O7uo%O[F6
+r'INieR?m9b]NWR3KYtqMRj1N%2p:8d1[]Vl.AD]RD*s%:@iq,Vd@EDCAKQrj]t):
+f!XllD(VW?bVsN,k3C0:9LN9n<`MJ%67OHr4V"&d1!Xt[(s(2Q`Ur`Ycg4.6hoWHH
+?c*-E](>M#`n/Oc9@UW7D0YXI.o>gIRH?SZ1-99-KH?u'c'q$HF=Q(nUQ?&Q\8Ffa
+Sd\e*7N/5b0n@>"Ql2I=KnFNW,a*VsD,I`bO3:1%:=mT/>$Y?63o/;SFejq??qYMb
+CO"!q6mNg;4\fbbZH"Nf39.goja:ELA2uW2H4"3K0p:+(<S=WYB#S&F'm=Cnfs+Uj
+`EerJG&113YubPV?(2RPH+3BXrr=F=r8OXR"Fb(b!5qr9cH!/=j!1r2!9&0Pl+A!`
+^YV?7IcB_oepr3Qq-R:U]W)n,K$IY#;<%"WTWQ*6pLde3!!Z,'+1/>s#Qst*>Q4\l
+*eW.Y]NQ/hGmG1/qd1BD!7!?KHMI[6YO\__D+?r3\!ua0TWls\`?r01,9aP\o$9[:
+)J4ierA2ok<AVe;8P<u&,C4dkjYG%:[jr$qi:Yd21Y.X4A-)8!KmD_&*cCo2o53p%
+ogb:Mk:Db8]-<HCW#`HX%_Jo?WX3NaHZjR7q)9&T3p%R.P?B:B4Gi4b[=,6UdGj-,
++_.;$rr=SL!%2UTD+@CQIkilp1^tLQ\8B4(e<BsAj'XC-o1Xp9C[%/HA;nU;*0cMq
+TP%3XRRkIe0BsQa(I)bGc8`"9-f:M7ZM_Jbr4SmZOS(+uIMedjhT9DNZRLu8R]U<7
+orh&TgHErDULlBCk`tKj<N"$$1]X.6Z`WWMfQ@gdG?a3fN@rCDRS17@A4UhsI^W3Q
+=J;ik3q&9e.qQ9"JPY$s$2N^iT3EjL3RE&]P:=4^o1R&2H)ic43_L[<UOJKc[S8T*
+"W#K',NJ#$"!79KakEO[r40?o1dQ@E^H%KT\-XfC-l#2-K-s`(p"#U@%DJFN,\?c'
+DFlj^J<j@8qRFE6:PYiK-"EZQhV;@1HqQMmJU.;$cT;(+jc6195(Ri>j<7N.qK"R=
+i:lujQD1,j2cVL<4"sGcgY5#o4Ee#O5t\*>Vncdpr6GP[eF6#ZGHCkhI4c`hDTf9Z
+3"3Bk`h+b*3)>5%aC2ZCipl,_m$#o]S%+Iq\\(i1%<Y+,Q7,'a@@^%`NbL)mAQ)b7
+dql$RgnV+0,a!]$)0uCn?^9XiDk"D]VD.u"V[]N0C_)FQ[(*$UTgF7[`5dZY)6&_A
+20Wn)akg+KJL0rf0(`ACi2XZZ$C^]lS.G9fFr9.<<=@<9L10?l@pmoe`PabjN*[];
+DC;C,86fGF-75:HCHK,#6@ME\"Kg<bbJ`aF6o%epUW3l3^tZ(J\#8TA-cWeO`M#Q)
+g[+"'%`,CB*UB!6Riq&7#2cI+>PWC^m%''4fqoZ."YVfF+3bin5%D9e;RQ+WR=(oU
+f##`"ZodB(3T(%%*Z:]@20$^c<)o"jg=U"L%9^X`*tC(KdN"<rJe,ZPI#qid?%il>
+:&/hH*BN*$R[1);>AGf-H%+`n2W9/6X;4qc<Lr;ET@=KJ/,H3f+YL^Aqc\>6,fr%H
+T<!cMg+o<ZWnMt<b(-?Q(]o>p#eqWIY82ZnJGPS8FI'KYL4O->cZBWG<r-+L]WuX!
+(f;P6&]F49!!F>.,MH9[pje/?7RU=UEC=m0?>R+Vf^)iA<8Nm[IBI<GYF2fsC?s)_
+l*9O2>.BAVmA4'GRqWWd@>thQ'Ho_F'=T/\9-7p1`PO?!0G-(?#F+8d+_7<D#5m;@
+D*Q/=:7DKVXcbJ]D<AMuk>Bd3mV+.5Q]WOL-P?F;b(+L+3JWr"QQ_25kl;69=[Z9c
+]-CWfr3)%%QTAd0r9<@%h%)kfkakkf^/qYM:o+d_Fbt!J8CqBDVJrm`"#%j$1P*2X
+&s_uX%F+@_P8O<"RKF-/l<TS?GKZ+aPA!lfWG3>scuhm%=H^P[Xi82q*0H%05d.-p
+#qF#>,Ur,JR'IQ3f\!CJRj'H:5?ZGe[G;p)d4]d'4_Dud)m^K'E>?E/'Cdn91h/mH
+QCh),).A[ji^"XTCa@$<Ya4b#(ACj9>-M:.:p>SppJuK]L<ebOC&Xou&f[R[hSeIA
+U"QmD`+P\^k:.g&HZ^\/mU#'h5LY*.`f[7rK3-Md147trIHHM[lC-e94cH7P4r$W!
+a^i]%7Z&FN0[rPEBLt4R51:BX(s<UC1#X'EkOiob/.Oi0''qF*rr=Eg/TXe?/nNUV
+M]F=lnjPL,r3'[PZ"a'9OXeDoi='QIqM:#lLn-[t!FM1<@-nrDUCfc6!hgf$;&o;e
+Vb=Ts$a<^"^FSs4F&\W2Ze)UG.:6H7VNn;UT[&jtrlQG).&IFnS6@W5W@V:"<?qgG
+.1A8j69GGr5TV(Xa?+9$q/-Y^acM8Nm%<M<<hH&L3c9kOg;d^"kr-pmC"@82,Z)@O
+,=SRYJNt1:,dPT=N9.Sse-am]A2b>+[<>IMH4aK6^d71ec6U/e\guu9jW-_55%2u(
+QAigZ.*Z`7G*>>C1reBbK&.s;KX24eUn]T[eJi,9CZPtr/0b`fqQ#'Fe<01jA&E]i
+4$$]!jf9IV5.L:q+T4O(af=2KNQ<[A`=sRe-odl%Q@n@fqOLYm5_,7E]7>Q/F9J04
+pLF76c>=BYG(U3l28ApMbVFHnb?D$^Z/qT,[Gm)P$]A`<`(GS*=eplk&@'D/W[XZn
+5to,KR/iB.NuYtKQ$T5:^;0LD=E%VKABRL64?>-`Fl+lUCRU^.jpQpW^[g\^'3GX_
+MDuO5(XhtD1.7k.V[Di-V_N5WkEZ[4^a:7Y\%Wfq*d-!)AR,/hKg1qC?DD:Yj^1+6
+(6[sL^.Z&,lhXVmo=2E\n)O$n@tci&+r-,\?eR7)l:+QBRt`pX8GZp%GtL2Uo&`+e
+10oJm4!^,@=ORMD/putfjjgR,\2:^S`:/B,.3<pm7*5pM7t+?;F2_qg7St/s(ks)^
+POC[7!"PREQ+ad:2:'H_+3ZKcQ*j=Z<gc(kFSQ[T]o`t'\C0Znf/dkS)eh[efp)D.
+"a8WQe*AB6K7\ja,F?n+bY,T'iP'3Qo&&Qr^R+E^9lB"8)Rl+sa/`Ca@m??'Bd.i^
+[=kkT";/Ha0Z:!Z>k*iUh\2;4aQM'CZ&AfR+VT5XjaH3QA5Bl*d:+W_lot!TQ*fEs
+H$`-RcA\kHRA8N=]t^T(Up!ML8R0WLOuY/]Ia\pMX[ZIVaXiXV-bH9s5bUrrdsSK3
+V<`S?f:[BupR0mc[1LSba40)?,4sH=O2KRtc3\$GUDTRhrm_(Pft>_oM[q`0n"T)a
+.b[&1XjJi3#PBY9,Ir_Y*P'0?i\AJ0N`R;eZr12!be@5co1b4QT;]j]_/#uOl>`1q
+K6mBBb]cm8BRV"B%R[b\%\#XU'B>'X&^1!c`:`^iU*M2@*rNseek_VcFAFMmbAj]\
+Q^3bBG)4-W0<D-EDf-P2M/O8E'gE?3M?u,[8J)BYS<'O/f=Rs*ANqPQ]0aq_F?LF2
+d;2)a>!8Ak<e0l8XjBP&q@mHqA=dMY,lXbU:W/LpSVpe<FuRlPcZs46e=(6i]@5V9
+$t,SMa6LZ?fkqEXe93*]`]"rE<84X$+++%lG"87s`Io:De9odc8bu4^e#d`8ONgn@
+)`]72/h'MU.GCZ2m?<dqEJSfXr-XW2gTiK4r`86/Zs(L3bPM\7='^a.G5An2rf,Ho
+UCFSRM_29^KcZJ+=]dG`Ader[Amb+hIm>7r_Aj7Z`]Q^iIXXlh(@5)Fo&A@bXWpZn
+]YUUnZV]&!8.04H=PL')of/\#Gbg3&+c*$5LDAk*X'4S63@MmD`WRM9YWnju<K`@]
++J+V1B)J(D+LeY77+ScL/^:$G:N>KCbs(B?9e%Zi;*C2KSiKX$85WU<Q!G)T^b6G!
+T?:;I:Pfq08-'i!oiE>.+RsqP;<N.7GXX\!hL8O1?YHm:D:b7>_/ZJhqQtS1O.)oU
+MG*__U.0uF"%$kT4Z?pD`&oHgiNDtWX<SmMKQp$BiN90D`I;@TRLC`g0$6DDd+iCT
+Au2O'^W\b#QB?B0WEK%CqVh^b(\XdC/!f,q9M2P^!d^H15Dt:jLt)oYjU?Cm'-UU[
+DS*I2`ji\1_nD4=P3mJ:2I9gM9nN3%=L?=Na&]\ARt3BJ9XDSQd+*E?W9uFS2PPMC
+'9(NWAJ>#FMCM&F4.V&=C%;G2R<9N'>dr:l5:h)<7uCMt4b#tb39P'kaD!6g8`Q6W
+U+E!iaVj*UP)sHXVp98a#m!"!A.eC,.#qr*-:5th$?(DF-+hU`dc:8Ao3Imjb%c.J
+hErR_l#oRsZ^Ka:(4]6j8qdJk9XbM<JnAX8$/2g1!]^i^ao8P(eImRnZKt3XnpAQh
+1Y_k/rr>sF['e7ho#@T#>"XCpqb">!=DdIh8DZYKA9#aN7NhUsjhnM!4QR_11)uE%
+D],"Mghs]VG]EU0fG<*0CJ0^ee+G:gbo6>DI\EOlq0:P,'>a?EoZO("H[4V&#_UTV
+pqG-?BXIi]k3XVC-8C/uEYC8=nIE0po&QA_h2fuK-T'((=Rro(GNQ(`lcnLI,]>,6
+C0-5bp1YhS[Uffb'P;FN9L*mH\=iW.e7J"Ratnub#l(#h&_ri[q<c@eTV=Q]SVP[C
+>A/&&(JaN(<u8<V<fWJU9"p0t?<bUNb*1Q)P*I0&E^m1BOD.#eaptU.NcT#.kC#YK
+NdX60C3E+@r0bu_959pHUZP9t=h`I)FGnoDF`S+NY&m<j\[7K.MAXkla:tY)]PBb=
+,gKTHE/6sqN(4UZ4JgKn!^,5?eB*`QjGbBfeLpN!nKbEtBNJMH\pueCg</s(P)9^d
+&h"S;Z4PRJNZj2j_o='(r'4(hGr:2$U#h%"QB;rDqL;H8"?-0Udc4;O?<En\(-(8O
+$rDPUW])'*40^.XT.%l8/eK1H(lB$oPiXHeRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJ
+G&113YubPV?(Pp2g&D&okPkNAWW)sL+.@]L("@<0llZ#Dm6CAP+8Tm\+#!AMpRet-
+5QB>or`XU0%0O[kBro*DF_s`K-qWFm;KuhCrr<96f,AR@-NhS&`W"p]DmA,NP?FQ=
+9'[YkIUmn(r_gM!r2ZK9L?<IjQ,IkrVi\)AXrSoV_OidQpQr@8'[7d4c[?@jSNSm7
+g9,]ZRn4[Jc6o'>GY&"4kl$:iUJ20d!m#rg^>\XlQ+XlnY:VKVLF_\+Keph>/GsZ=
+DV<`+\#-R@`&EfN=X6gH!MBhU%-g!@f3pX61C2c1595)Fg01"mq;TMFP'QrWVu5Td
+RI,CFTil+!g5BWRZA,/E)'7l??W`Nh?)q5tR]i'Z[D+<mP-_Bh`KF6V!"TW'HCWa`
+[N?,E*?8magmH;sHQHVb^ZG3\Fak_5d3+oWBW\J9oVVfN6<KB1SnbgGT$(.hZT"^C
+KB;i?3Mk(m^n(K*#e.7_iTkIlYn]WFrDBl0e+LHu>*u(GoS/nS'/:]4=I(;Ahe_Q2
+%8o^mb_M'PU)sFm>s+](5RseN,l#:K&/Tn$aro-X`?mG=1d-jj2%<iMEQ;nn,*/Z?
+RG$S&:CR%'aIY1`-*d$`gD@N76=cO\G8oV(aqim1V"JYoV1L]A,*UO.Cs1.d@?;(A
+$tG6V+,^6mXN+'dD.FAf6tUHC.8@:t:[/V4V<F#YD&U?MPm@W'6S:_M,4"o"Pk'WS
+]K4jeip2f5F3EQaS/O;Srr>lYi]p+gn!srW&V_D=2l5m-!Z9U5c_k]"'M-*:<;kK+
+dT/?\9<Q)',:t[-'^[(e)"#^_"P0@&40=`d%5o/YN&=QI(H)#o;;$u2n;WShY9G_V
+W6CQ6Ab(;X:(^'=5)XhTrp%uX%hV#Ti(ACf0[<5Oi#Q&jm@!cu7JE-rh4p&M<4@K^
+ZinkPQ4ampTC]pF&(!,36Zu-#-A.to`rpJR)KRWJ7(KP-#j[4CL?'UA!]S9m`,o\;
+!)83PD7bEmA0P`f#+^O8P(U)!q2oQ4,AtC0h/?0lnA5@<3rq>Kj9c6aY_lgoJg42o
+Y?\6`#@PLqEUAWhMPjWd!?eu\][Q"I%k.7'<:^TqZHI*]_<QGP"m%T3]*RAI+EfM5
+,:Xi+,:ANTZclp9X$:'1fS,BR=%q&Lkre:1krKllFVJ\<BD&*])!-je,)rL302Jps
+T+M3V3XJC`LknMi4UkcROh7nfGH"_Ig<"bgEt+t),F%qd8<Lk0p1ALl5X$IT;'nb_
+,l<muLo.MU8RaPJYH?m7$t`kp8LcU4VE2Jl)i#$c>%&bR@R17S[C*UYD_gN*@h,7\
+Z""iGE6>WcKA=>J8Bc5`+at].^`7T1.2[#c7kmKM!<q-bo2hFS?S9S4_V8f!H=ikP
+kZUuE,k('!C3051'$R"g:k4:\LZ71$FrVPLltc`Qd\*$Em$,bu>Ma'4^!E$f%6%4u
+[#/:0m;f=D[gJq*cR_N/C'aUHJWPNjP^("ET8IKk.?QSPhlP[[K?\]N2O\_8b-tOu
+bBJ#Hk`Wc\`$`)F6IVA1LrVtAXYSc80oRALol5DNlp9Eek-@A9^HQpac$)5AVMfp=
+e]4#[jO<R-=^kuUME%DG&0nG7rq$\,2&LHS>e4ng37ej4LR:$sR7)[V9oqkM/b8@u
+FY>FahIT?,CEN&SM'Q,*G,5r5gg+4AL#m?p(qCnh,snd^k/9"6"Y3>q!urI,:Dr:Z
+KR%Lfm^.QUc6AZ9]>(c&X^o)ZSguln(R;thm]j_JnTT!R*ouB)9WEj/#A1;sl[PB"
+PW-1bH"0CQo.@,9k.`H\8Ter58rm\hZl`G^jUbl"N[?#Jdr"\b*mOaT=UC-',Y,Y4
+?XjR%dFgSP=.-H:02hB?J`ZcU$iOjE]g6WQrSlS.[\"RDioecs;bHsX(ss/ZF7D#a
+-S[=>j"PLK6q/E!;t&i2n4t&CG"uPZ\,*GdqXL&"q3`iqWC7D^*4&[uM$C[38DC%,
+d`L,K?SH0_?/!q,WEMT9IKN\SaZO8ol@3P.b6DDG#:'G2GdpPk8HIKarr<eThKm`M
+XXk%"A#8C8DQ5ACaEEaGlL*QY.VQ12<tsMe[5-u\"LR^F'C%A.Y3LsWrqVTl'&e&K
+82["nkoO3:\^Yb;aK2MG+Hk_bQ:+*W+]dS>MOMm&EX"iIjZ-:+2mXa6Vdt9Ko5%`K
+[dp<%jiOU,F:E-<Y4!9#a4?>DDNdF-EQ2-SK&=6Er$)]L:,.UG+HW*f%DI&_&K(X%
+fcu,UdI&[Md\,*lB%8K"S^*Ud`n)rKMo6R'O)bG("LpjudWTdh?$f$WG5>a<SXb"[
+gGlRFH\d@'R)ogN5$XJS#.,=J%,iEDB[GY"$):8:mZ$?j`q+qmjW.ge)geM+9j>fm
+:_r#8VE9)T87Hhe"MY(k[%eiQEhKjEET)l'g_33!ec!/n&pY:(q^Q.CfW2>fY0Dj9
+2Ce(GX0S^^].ap5`Eegf]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbr
+m+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAFc+f`4
+q)nZWk7p5N,P+_1,.`eX4bNb7)',XT!"6^E!);D3jo4floCj&6s3TeT8b29:XeNiu
+&X,pUr<%6&/mb=Abg6)u:<C\Zp52ed<\`UG5L9q@J&(Z_,GsgP7T047IBUu#ao;?"
+gZcJ;=pC4(81pU-q3@G\4R>Sef/hEQ:OB-A9A=)hD]MZ7S<oqq1QDmYP,Ori`\ciC
+qf$9?EFY*0*W=;]o&o.UC!s,Pb`a!pkrCm3/V1+cSO5rrDIChn0-`$fh0@5Yl]q0c
+EbTX#b6)9V'B1,':$eBQk<3]*2s!_3:%S%\XliDWaZa8-`L`sNRU*`E#pfmS%b(nV
+9XI#G?eF((D",JdD^AnU$)LU^%.0bC=S$L&pDqSDjOM2c,"$Zb??c=#6*!S$@s95o
+.;;9tW!,snEY5Be(72Uc(Fd?@?;Sp/WAVnJ:9lkLjN#h\Stju0<Cl+6`&@%00:'9$
+juj*qF2l2em^/pRTK*Rh7\YX4\Y]nOKrhH.2/Z%%<PFFAp2jf]60B#/+iBUCmRo*R
+3BY9S7sAqQO4S$,2s>%gT9XGaQNP1go1d(J@@iu0b8n5m(gq's2lFh\(Qkh)8Z1<o
+ZUuKOo$(dM2i3iU7T5^$o=pjY=)6!F2!#U81%Qa&g9o])bT^VmW8h3W="hK#j^Y'7
+M\4'uc_Waig*3P!Ffe/o&D5Z=qS8e.]6'l*@!)Z84Z41t-D\A$An@Y]J2Z;^9e>Z'
+ej^+a3;n,j!tm31n7*T+]?.MEn&`#%EG5l_6=!,ZZ?p+nN#''n_%`PW8LCj^mkj71
+XEdHB3cRB[/`QX#R%fj)2Jfi7!Ua,PI5s]7;=\jtZk9&cTp9mV;7G#ebG7;cj'd!X
+ZIIQe!4KL<"N:5#and^G:"1?$[Be:i4KZ"1G]'Y?]jmH4YMaH#@\[AKiA'DTl?4st
+RYCI)E2@G/qh]0m&GC?RUCX$#8n*pZN$(3*Y!bg@D3:@"TQ%p+R-5&cQ+"[t3t5SD
+:l_<b?4FF^NB7<U\H%7XI^s!#:/I<1a$>\1K#Y/\noBgA?&#2#dic^n(%+7fV:_di
+MO>Tic=?[[;)DW1:N8[u>C"E8ZKeO.W$)uIW%[K_.DBYG,#K45K?W>s?e40m_^?Vr
+G!Z&\WI@uaT:FWarac"]8>br9OVX?;[r2u%=7hNPon_XBOjk3B._T#;JCA:Uq"4lu
+0aoBqZ:a?4nDgSHIE[NfBA=HnOI\#E7a`l9KmVuW0&kdZMUPGo/=onJe_kYXdseQA
+"))`?0ME>&'#6+g\X@.J35]`R'YcK7`_QTc6O7\$(Fo:VI.)iW0FA-TjPi[<MHsqf
+8_*3X0sqH@<K#!!!1!05H%,K\f7'R]BN"0iF$&/^7qToK95,\(dW,E/lkkKd$fk`_
+-91!&4aB;[443QBE;G-j/q34g>9KL^[jJ<gk-(K8kZSLd0/%^BjaCc1\_$1)H[FR(
+=a[:4LunK>>hn&O_.8DcA5u,hOm42l';;Bf4riYda!f"sh\WF9^n&Dom[u_^G:)-s
+][!rH]tV+Wq2`_$U3Uq]J'/5eCI>Xdr<jQEOeeT*@#+eUE-Os^!$;p[%6:""[>nKj
+#9XX$`RF3B\SoZ&^lJm_o6e8Po,O?FeGfM!Cn[=gZ2D0((8'afCIYc)o\7J6L-O(/
+EQJiLmO!UgY?:(";oFgB%#0h]`PLRQ]TJk9U#(0K8E-p:QJmk7AN[R(!1F5"RTQEX
+=67>>oULY,`'1)6&>HhL%f''L3(Eh@2'AC[VSNu@_JNK":5_F9r:5?&i.FVmXl#Kl
+]R;"uZpiL+cjFL5En9`QNMK,i=TYNYF&a:tB1k4MD(LORN*pOO,$-8#d]=mX`jqF;
+a*a*M=m>oST?isT]B&tl4kT&oOD%]r2nBKOU.;(b27#j^8,>a&:,0k.kt"]Y1(I1^
+.E\$hm+L?pSh.,//)i>D+RdL&\*?+i1Pc1gM$K]N9ReoA7^hnAjo2+>X!)]_G@UJ?
+C9lV_DD_5b?9rN+3pTV#Ml;J/>Umi<i>dfQLce5[p3<"EOCFRF%=)3)Jb\"J+Q(;B
+6h5f@X`<Kqc-,Q%>M7!WbPbd@P1nqj\,*e.o*mGiSk+a5,bGXC3`H_Qf.ss1=U#9H
+a^jnaRH->ar@#_(At>GR?-p6pEIIYDUAePGiZB[r[o`/1mEN#EBG'%c%rCiXdO3F\
+.+:iQ^`l>J&:HP@!he,V>WMCDi1;>'7M-SZH4TV#`K#<&Ia(_*83GY\T(tV&oY#.c
+b]f\D<cDA<jfcqP\Fo==b7c.%G"K[Nc#4i*$QIk^TiF6ZjlelDVC!;XnmVIGaQ(/O
+*YNCIo#?+*)f<YaGHrKG,N&8J?jD2(SNfgG_9p"R1cX[ik+f"mbq51R9g5\X_'JR\
++7q(:BcRi<d7A[$rR7fKMZu/ao0hT()0uES<47kZpk=c/h;:FS'Pnh.^fpH(k'2"8
+6;;p[o)A\rd_(4n)o",L*,dsc2P$o(>[NR;#LmipB4-uP[o&Q\kGOZE&HWTkQ\6$n
+(dpjfmpVA7#L:(WZ<=>UMorf&IXIUAb@*Nj@;G[[k")>\MV-]drGHtq0qj/0FYU8@
+O"LL8^$1oG`B?D;NaA+nd&k>'E6c^X2jWh!MLPfFe*kAdKfu<4UAdj@IU&@Aeo\YW
+CUR/!S1=qLlXrPm<El+26:`DqDHh]@Eql43C/1Gnac)gea,3nfHP'/Y*gY0NHk0T-
+Mm"N(1I:RYOLDon2Ac3o=kQ;[dHgXXTcDH#7cRL6O@kAIeMFk_`aq4JjL)t.d+%,:
+-i9p14lTp:i=Y\C?-K-3+E_H.2,>N3:\e;lc`]!g,&]:;!/Z*LWp0B%\*&.*(:p#s
+Be@!!VGuNj8d$8\+)'7V=0FiZdtl2r*&rKk_n7I#kB;ssXg37cA_(0jrr=p+.G!=9
+f+U[G%F1sfMMijB`=F]U29C`Ii:poJ(&/Y2S&>QPHM]9LhEe=blrf.hfs+Uj`EerJ
+G&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV
+?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(Pp2g&D&o
+kPkNAWW)sL+.@]L("@<0llZ#Dm6CAP+8Tm\+#!AMpRet-5QB-%rrC>*l+/_/Q+#;R
+_&D6I>/IL\bm!.V2o"j%f:=k-F!'dO^YB']514&ia2*V4\)QP#qS\g\Q#1&BoSd_/
+KmNU!r,]J$IThjP0`iXi.mZdtnT3FE/<+[&UGm,V1IQ4RZ6[osdqI.aJNh=^mtB.p
+l.T^]p7rp:cX0M.[Q&ATaGcVlmFCD^,IIIN4a:ud'Ud4@CO2f'CA*6Ze1I(o?A+cE
+i9)DuFOT\a@W$A;Hr.=1";B6B,7Liu69Bd9jSN_uIkR6Y%B]AcPB@K5M<*d4ePqNT
+9=.o-fZu3JSJ:ug]pigoAlc>M4s_a0BoYJ6Ra3>d9F`%oETm"iN[]pq1=k/mq*lRm
+]d^ZIFAc\-?G$s^=`00<H&lrgf^`:C:KB>fT2N"]eQ:3K.oIj5#s4YoS-J!4(rp]$
+%fsCd*[o&:Eq%.8=^rB:VCQAk0FYd_8D9nqnBXMu(<A?"El3]aIM(PIC*SfXR2)rD
+?14,-iGsEjD@YjhD>N^a-e'a9/t1K[nHL4f$LO<g*H9\UrL&U3(D1*HgWHP!]<*ug
+gZ"Q]U^\$"0aIE,A.U)2EdU/5Co%_U<`]O"45l0gRA)F.L-g4]jj9A!Mif"!-Ai^A
+inT'_nABU"8RY)ihe73oI(;/tT.347"(-]iP\Kl4`<n*"fSYc;AUI5unngfjQ"kM)
+$nUsA]sa3)BY@sI`hdgU+Kt]iZ[H<6T#)pA+"WA[EK"h"1%W1>RYIHs"Se>-RVfJ)
+c+!SsX6<ge-<Q[scT29!dn8OqJ/J[6WWXo,A=>A4Wrl5V.:pB_0S+c.SP:m'2Sn$V
+Jte%_1;USM6a076!MJ_)jOq-J1U/c$IOp%n0"]TH.CWc=Xq4POFog3:.h=E")NKNO
+gRF`i<O[<jfRY01ERe0/XJ^2L\25EV*0S9#jG28!Co@q7fc9S?POJ.7Ea=/ret60r
+VpKPA%d&$gee:"+l\i<>jasfKDD%m'!%PX83H5oS[Cgb(+W_1@.?F)=7=7'sL^Uh<
+:[!S,V(5oNY$d7"(;T9TVE91(4?P;p]*>t5YT8`9Y1n2M*BrhUr'ZS<-CpH&=*bD^
+%LUq`mR+7EN:"F.70^b^G,?Tsm`11:n>ZHg!!bfCh]^jIL@37E4=TZW&ili,Z)tf?
+O?Iah\\L`T=@`qH`Hs7C4BlfA`eek@<>;2"ktE30]`%j12F(3HkbRuPU%%jt![].`
+a=bJPN</ftlhBI/7r>_$4aW`cJI&1n'A!cq]%YXGc.N$r9gP]lpVoP.9tM<R;qeV5
+`sDh6Mb#JEb+iFZCYQn4*d^QL&]r^*:U35C'L(Ga#a_Ha'-QYc]55+<iZN-[(M$H8
+o#]AYa00ch:qUX8;q8feQB"n$=m=N10j;N'A%[iM8CaaqkQ7^,M/%:/*,u]*p7D9a
+co\rmC"Y6O#jsj]X&*ZdAUq[4Fu7:@eC/0n9Yfenc0?q9obAEU`uaoOB(Zq4Dnic9
+%h_%iVe(1Reu##q3-`Jie$FA"9%Ru"*#rr"aZt#3&ASn)jMA6I?7P<oX0Z9<c&0+k
+.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^
+MRtbrm+AAF@]mt5]/D/*fW2>fY0T$*D#XLroD\f\<;us6O3KoaMX!4Sp(.(3G+\[c
+&,eG>O-fabHdCJQTE!=]q&q1obGZXg!gB^#J?==_l2,'Wr3U>Z:YJBjBUi2*r@!&_
+[C=YVhj8hY)J$=K8^XGre@W^Q$HrOM!dChD%.(4b"\ut73T4*1A:Y?XeUno7$DP`j
+MY\R]4>,RCK_EF2OA(ff8<(\2M9/7`58/s4SVE_]2#Dhm51%$YVHb[l`S)qSe/Sc"
+[W>[O*c$,=.%I]XL\n+<&%6Z8DUX]c0bM0ISor(M$t[+pI=^L01\k5?bBFMpRiS*.
+*)S3/)An$*,e7@=Og[lh@O,!^P]l+<r,XFY_DY-CXt_'5GPoAR01NRM0*PtKkG8\=
+@#Lu^,\Y\L4Yk8-\7a[Z@g:Se;mkuKZ]a+n')cQ9h[OtF"$&/9VSLY:opUl>b*6c+
+hKQIA9D)%ZrMJJFVKumtp4$,jcl_^/IaFthiR6]uNpaeX!AXedI&F1(RuL$Pgo;DE
+iO0?`g2*(!?Wgah,CJ4g*C>D+AW1&TJSN3hAO?i_f7!R:T;2k:D@*Kk6^;)igSE<]
+394pW93NRGo`DZOe%e(MV%-%,Za4glAY#!P=,Ag!OpRrW>UghMPVhpRn`AW'j_=<W
+rCAP&</`lC7koMtBhYn'.*EnP+:q!F[^nLqSE=-#60=^`3+)K.dbB\./Hj8s!!%C%
+?kS8jp1?_lPO]VGX'BpO;_bMLg=&tq8q'>g$kL"'3aS;%W]h^/dp^]M4i<C&\ZgHF
+>GPYN'Kr`a$seH.HL<j7@L-e#0#Mp@P)Ar&a[_h>+?Kc7CjV,GO=n`>bN\DO?',ZA
+T?J;\nt4!0Ac0O=5Ls%*o"CI'^Q-`,<d4>(&L1J1<d"Rc!:!9740lIS2ehRIkqGr*
+8H9&R!bF(l)'2)r;>DU8_r[N:?d%gmo,#PmpQg,+TlE5rf\`>pLb:9OKX%ujA830E
+X?d_nm0@'7HP9UH-D\T**F`h($uoksA&LAc75,gNoLg8_IVmd&)TuGlBi^g"HcRaG
+]t1V1>W/=]R7OcP5#&q3laBD2j6XMn!-*8A=TJ;C0:?DW'^Ns7]=67>F_bdMb.fi[
+%d-40oc'MNH-]Vh/aL,Pe8FB^93L[jQ:ia_)/^>RLl!>Jjc>g!<olTi;[bcLrB=OA
+"S"j<8g"KAJ7<;bh1BoRR`lVi=!k4\hjCm7CA,5-hi]jd$_:l[a7@*mp0ce"@\0Z_
+;._-[BYef`BF#VEgG$Z\R:DgZ9LqFhN:4!:f>q(#_m`U8VWtk>dis6@r86"2ach"6
+c2Lh[Ye?OM(]#J4Vq[\TB%3tb<4fKG[C;/VQj6'1#oZ95fq,it1KW6R)2:7O&crW/
+NrG,K)%q,]Os?3R\871inD>U":Ahu;o1l?eq0ML$]CORAoI-j0[4MIUi0F;@GNoQ_
+QtEdi=JUr12d1s9ZB2k=>Ra_s=JH2TPU4gd1!FRXP\4U>Xi3EOkEaLQ>Al-.*aR9C
+hr[S4?`uAOVO/S(]pO:C>[1'G,Z.#O_,M.#`#8t3+CNVj,S!`r#Qm>]gl:N6G8;jg
+R1]`PB-ZsVYFBq&WT`2Qr?8.RQ<mVi`:HCNrrA@gk<?N38S)mSDeC94nj^e:nt_.'
+'`_3OS,Ia,g0A[9_\pUA0o3m[KS7:fq#e8qO!_As/c=?efe6.Hr=u6:]TY_4mJNHQ
+C,+rkDkCD%`l;enVu!Ji@M9]6Jk>tBG-a"k8Kdtp)`:-kZV'.(j:UD0hYCN$Cc<R6
+1@[I%3emd_q<b$4>>;2)Gu)X]q*rh9](5h"!1U^)'1!D-CO7D!_/5K*F!Pd27O)%K
+1::Og"\<Y,:/&%r-ukXEE8O:%B5UrF?P@3j#_+Q.!&H6F4H'#n@<&%-IRj!"Qh6bQ
+@LG2T:NJCHf1LraX4^-"A'-]hd\25bV&12e6_GY^3>k/&Oc[<:#@$aWM<$!2C+deq
+Abh<1CDp69XnbIio#(9X3Le2j?AiM1mRqenGIDFjboqg_'!nZ[;ik%RW$<uDTU-(m
+6;`i(E=X7/Mf:S[#0ckAfEo;Ld`--%hon8be\&A2@HICT1>5*;D.PY,3c>UN([CT_
+&l^V6^uTp;6>1%BTTS1mj<o![-[gj(Es#q"Ge,s_QX4X8[8/0<,+Y(Gf-tF1ZDsNk
+hTgK+AZ6Y7NWp45hO-XX9_a-8nA2k&picFshcFGEf0;#Dr5n$738Wk*<S&fb\NcF'
+WO,Gb]3ALU.>#iWNd.8j^9i^X6&EfqQH_Z#3O.%VBSNQ'4HbPn*'oV^>_f-B<]M2Q
+R92<4+68L,fl,pA7[:%M>@#ULo2UH8jf^B'64Zjg\;JVu/rkc=b6uE+D^(%#Gm->M
+iQ5lI3`)D^6;]odNt<DM34MJ$mQfM*>GE0uef-I5QYZEQUYK*gGB.B.SYq\Em6WBT
+6hAgb<YdV11X"udP7#HM@to7m#j$<JYpsot#:Z!NAW=Wji^=Dh]o)!sEud]Sj!;3k
+3cCEDkrcYVY+m&!W,%(AgKQOqR1PhF$^m.k0*555Mk;pcfg.X$_#]eNM!Rj->BFau
+$[h'7l*_&_6)ca,rHHIDG+*]^ON%aZM_D"$MDFaXA'%G\[b6k=_ilLl_d8^$S,R*%
+,L)'g'jLM%<V%8mjo%utg9-8KR&@O'o(K,-D;%(.m37_PdA)S#OtL`BmY05F$5tW$
+)"r@=MKrVYbCE"(T$`Z4#Cb\U&"2im'7(h5A62;!mBkG]I(QL6PC13Eq,>Ns&6W]g
+BY9AZ3#_5GqJ\pnM2]N=b=IpsS-oqD&fWTIG"hDNGi^>n_jDKMr4P6[,<PWW:$LO]
+Z2S:t<utB4a-knDl;[@doqn.Rl'qh2MsHdi%rX"1J603jPL^KD6uI4G@t%'(M's8H
++Hh,PrnXX3S(bcc*Mi[IkdEM_Q>A[_Uha:P^Xci,^!lUt\:i\YB5Mh]c#IlKHSQeC
+Wd%$8/DV";>*aV,EoJm:N+,'<\aJ)jct;)D$B+MjbP.btK1s^9I7IQ6'umARg3IEm
+,?q[#%2GUAb=eF%,E7o;%EuSa:ik_b[@-B_QRe^/#E,E"7!I?Eg<PbWgg9f?bKE'*
+T;d*:j&3=K3NQk,P5<FmP\ipEjZp\QQ'@EXjpZg]3Y`buo_VN=>kW>]CE3K"aZl17
+9[\<hIArV,bs,4>o:D@sW*Nc+QBnK]LAf*8Z4reo/s1llF&mU>`,X)GWKs;R3Fi`U
+6AQ3mTAfEnl14&N4>NSrkHWZSMtpXoq;O:19t^3WE-\`\%IM3cIn.g?b&i2F?dKSS
+C>P>PEooM[>kcLG:'bX3T]$q+D]RH1@C5Kq&XT+A\M9gK)eZ;p\!FE44D=`pR"(J4
+jt0Y0o/3,;X]td19l5;@(>;_K%+<kF5,sVdPNrld]?fcCF'%>)"#4;bL6brGpi.tf
+EUkG]H_&5'H:SY947cc"03<3s-d>h4NNE+_hL9CdWp=t$R4eEJD68)(lJGLNNAUOS
+D'OCCHYZT#$!CnP<^oRO$P7XG)LRqrTCU>/M_R:]mI)9mjE`/][qDK.VRq74:OPPe
+MZ)q:CZpuKXMmJf8$H`eet*gC4KPk!_>"buYubPV?(2RPCfT/n=(]EWRh^*_<S=WY
+B#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cn
+fs+Uj`Ef'Pr7V)Mali[(32uoXJKL>1nJ0PpZ0WS-aR)4e?6B#^#9PVnOS>BW]0H>E
+,Q+FH^J?)jW'm_qUK5m=ot(G)bO.i85NSTu@I9$EA?u;l&%h(RDmf1,(MI(58DB?f
+Du%D&5']?0a^/6CY.:G]pEJ>b<k98:#&D=?JkoPNSc1bW=M3"W]XO#p<!9LaT%ukV
+>&MU&WPQW5F&0%;3JXs45YeCCqorK8<Ydoe1K[r",-VkG@uqT46:ZcM4\&i0FSiBQ
+P/rA6]PY.Dan?7OR'Ye6bQsRbm>f?<nXP[^P5SJ[R.;&U4T"4'`LXXXoA$?:QVat#
+C'im%lm]t#)E4*h;KT=WMNUete];p[?l]AF8B]HOR<po&5+V)%rbh^'9B7UK[CZ[+
+lm<,0mDV(eD7]AbS#9I888<Q3.9(38n2[2YWg7l@9iH\CLl?,Mi1Dl6?!FKiN*P"/
+oXhRIfh(J(f\dcF?U@4`*3*_^NcdLO!KnRgeV&r`Tr$L$`,SLe'd-\a,PaiGTD9Pf
+d8a(P#1]brYKnAn"A53_WnnEbTk/Uik+4J?P+EXif5GtJBXcL%7&b*DKSjaMW((B/
+PbS4G<9GF;H9;gU4u+3`.2JIh\6XB,Em@SDF&UF!Z-B]d7hdmm2:Eb+?PT(m1ekol
+E&SV(E:QRWD&S'>OmpsXZ,gmm@O-j[e-_)Ulq'(6VKO%-Bdp)Pf+L"VMdS'bdijcJ
+^D"6+BM=1!@_.2ZjY8D_NIH+lWG1kTa@(B:Ed=q@mV\d)!9,"1;7SbI:E2=A$:qN3
+65P$&B'Ub)PrU<'4*J]3Sd3bSde2_Vr&:T@H#U[/["mr@2>6[<,lFu)'SRnKpC,Zp
+TO(r>SmQ'i4O'bY=[K%c>%7Wrf5D<R.L49\8@GUVl*)@r(efJB*;Pm5l;W:"#(Ve`
+nBk^./Y@1UVH20c<ajO:d#R.r`Q3_gOpLgp:jViSa8d#aQ/!HtOCTAkk]!BOYI*+M
+=OZ^1X^9!V:JB93H[SCZ\rC9QG[qM5jGguV<Z;T>8f;3#6?pV2j1$5^H^Si07"a%B
+SqH/'$d.0lQ@\.g*m[*uo[G=fknXi,]t>gd@M1Ku77ed"S=Y-(FVtZ_Z8.ZR,b$)7
+Lkqb2]&YAJdX9qfkNbo&q0,E7f.@rbO.tIa?!eO",F@_Jj]tZW-tON"[e[/JXMlb-
+jePG6MoT4-Xr\MUUN%e)bCqCZ##?]D_p+cgo&lE'o(m6jV"lo_DnNL>4YBlTq<B`P
+p>YZ>l:BkCkf"d&U5_-e@dN00$Q/1!@+3F;!)0[pP`EY5m)C9rCF?`WJLPL`\H29a
+je&/%^G:7FCU^l=NHqQ"C@;*%r*AI>NDAWqqc-kT=^Z$DQ*&B.]U1XOa9C6tMR>M`
+p84A<e7+ITmfWau#SDTGKWC`3kpg.[2:6U%i7jmI%l`bp?9VW-dJUb"4K7JTh_]UF
+lMakq[+(*&p$Kl0]sTOp$:0!co*+p&*%:rW=7W4CP#IDQ))4W$`<uZ8,Am>:nnT*'
+5R+YTeO[u@q0hA\7n^MEYO?ro]W^BA\:usd\'Wo8?-U3QZ+->VmF0N'E'O`38Z,85
+lLRJa&/1T2lqebjcMd._`=cpD=hM_Iq8Z2#PPNtTQ9'K,qG0_98b3ab[0r>,B,5O4
+/Zm:"b/H,j;fO"m3mi]q(_n3Q2$5Iu@*<&77R3"0!%%X*;^1QMq/>B^J'7[YQk,To
+Z]A,<[J`a$QIAWq8YCnnA.4S,A<&!GW[LXT^J's.=WI!f!'Z3.4,W+=1#(R<l7&7(
+b<M71\!@5bjiIH%/\I(FBt>nG?_]aTH@[^QN%tTqf<\[^06J05]YqWlJ<6$AY%2/3
+%h_AcM3(8\@"15;J\S#X]UIf>[NKX8,NFsAO3=);?d!f2.'3."Uh0-d`jHfQ>LWG]
+Sn!1S<1Yu1kd:oXCGA%.%i`GGo[isYA0^=`c)aG,1\0R5o6-nk43\sb./s9>Gt;V7
+,3[+@?7)JWWat%K8BS%B!(]8YH6%/k&r;Vp$!FFj.?pT9fm!F$r6=i9Tqu(2G.L2+
+mC]YV0/P)Z/mhYiQWT^%HTQ#2=Mo%q6#J:q_@B9+(;)o-*-9#P&eV[B<SkM\_:tNO
+W<>g\\_.28^F4KZF\P$f4M.BPp6YbUepOU_/S[FHlVQ+aB%4f-DnS`8*iLXm'h;Y%
+.Zui)I(NGo,:Q%%OZ6)\KE4o\*;2J!(s`qgk05;:E`$]85KsXTlgj@;o.HN*l'`EN
+Xr4X*]0!W]kLBh$X1^N([6kX8<a*ccX-RY=r&&;)C,GGMjW6$:]XAe)e0JtYDN'>k
+!:?cSMqIiDo.gh&?@Gu4krL]IMf7_#cS+P^F,KZjQ=t`Cp9maDSo)S@5/<JIQ2=7g
+QNZu+IkilKMYP,KCTe9r^=<52"g"'U5#Bb4+T/Ho(dRY(Taf;I(pNZX9e,GE`'a]*
+?>r1eg:d(tlJWUnQj<AO8,?XI\2#bLG&oktIT>\4=8`He_>.s/D-'L'r:][5q=\b?
+mAt0[(n+)D[:]9h,([g0^ps%e^LUnjqb1aF:H?NO.G5hn3aCn+d_ZQgh+i1/1*88(
+S.CkCYb+qlc*1a.g/YWYZ(4(cCDXt66d24e>*[gPWkpL:CmW%0QTOEcafL-oBegS+
+!%]9-Bk?neQskegbThl)8##b;W_)[]\[Up!Oatr$:^7-=^:2"h]^uUYe)&`TI-,`6
+je&0Prr=j#'4&8uZu&T?o%q!*GNNg'h.g"I?Ku_.[^UG"80_db5cD.!I0tZ36Ee6d
+A`pGmis)5!WlYOd0`Y0t,mg/5RGfC9n&^BBZ0s:J$J3!dmCt8r\3DH*M<'_(g[qt@
+B(Gl/o@:MY)HGQ/'8/J_C9\>X*HMHeXbL\)>ehBuR1]F@dUO@iFa#2kO83FgC#>A*
+LRD_cJkmW---ip[SI>brXgS+1<Xh[[^LMhO(roAH:H:R-3I=@2d`32])*(7[39"g#
+ho3p_"Ggu>ej6G<!%.BP)U$9,O8+(F^3S6cD)1QMf6k?7IdS'rQMt[SH0h\?)2*$"
+dZEbY`ROjZ<*'#!jXACe`(ZpI/gufBcj'ILH]"2.fHb"nbFV)Om6&5GX`@c%q0U8M
+g)O;el5CFnbL0=hI7qpLr>7r.;V:i*`CE0D9'.138=pT@V(:N]?<?hK%2)HAm8j`P
+6Shrb-^eIS$nU09\/u'EU#HC4Zo$!%I+^SDnbI[/rblLSp8+p;a3'h[rj1afaMtos
+g?VYB=m=9K(:I7%X^\3VJQS?sK-ZEDa)D7+>FS8?(go-:i&r4$=crQ>\*A6a!7q]8
+\`VSCCe+J)f:Q9jn:"?YqD\CRlk`9Hbs,<ooS[CFgkk(?5,[W6og/Z[S(-K_Na-jH
+QN$q66h<O4ho=I%H?eL!aI_gpDJR*W5\gVi^.\CEZ%pW=<:ZMmTAbhphVR*XYMIu+
+Q[0J4;-cV#Zri`68ToAe5,(p2O78$qYj+'b=Rp!Zil3CbI5A((c0a=?+gQ>`g"6t^
+hGa?lD_lZ:b<tjGO/i1_GnS]V>mEg.eRYqRlVk5e&5RPFdUd+Z<!*P:mjIQCF[.7*
+;l>WnfoXH?ZbctZ4X+g44T)nV,%,uLg#"VhF]n@;.<W6>FNmiWq-R6.c>KA5aZg-V
+;Bk/YLs9I\#,4[1CrQ'j)IQ4E@]mt5]/D/*f\3qpE!ZTKc%TGg;<*8Yfr@/SiYP5R
+]&R4)RgQbc.dYfgZDp$,)m)1Z7ug)q?!=it7ueMqm(>Uf?(2252Ce(GX0Z9<c&0+k
+.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*o5Ed;r_GcS`D?C;r6tZGLp!MDO'qtf`^abC
+!5e7*!7Q0Pq1$&4]`#h&s4$=`o8\-6L9(,!D.<(U04j_ZZKiIYO]Au31O]9'#EI,b
+ZaTGA]j;I-\`7aSDCk:Aj=X6HT.=]'Q^?g_[2@<9R_mJ'KWc/QesY,PZ#\P%rrD8p
+_9N\K:Ea#2e#mpsZ^RleG&POb2gh!>2;/9F8R^i.r:=iBk++\!G>GEnXcZ<#YpBQ&
+d\gT/?^or:-WZ#pre(?a7V%r5:7r,6o[m]/%p8/Bm%^W>KVL-8h<P"?o8<PJo9C6?
+jN!X)X>NdT;Y&r)_.U)g(^/siOoX.]*:pY*]WjVj_d$Mq'#mP`Sc.lE5IEYg2/kN`
+e!n?lHVtn5KO:h<StGV9>$mg_Z_Qa@=oqDJqV5@5KF^t_\h/6",,1LU)L1YOd(e:H
+$4+m8BAaE<l*WuYb>6F'YeASpRGbE2V2j)4=8#YZ:'%qh.2Wp-.asAuCSAp&HT=&B
+VX8]K4BAe:8\I*7,%<S?G0)q%Utf\t6OZk=6;Oo)VIsJ-1Bb6P'W&#e)tRF)/G.$O
+?>Dc2eBlfnT,a7hjR#k%j+tH=6./&&B)_j+@47,D%d-R>QOB--No'T\::Z4tdm&*U
+'N!cWeY\1uKs$EQ./97A<c##RW:G'LS59mX*>/B6:D:r(7Cog*=8Lj`N]<dhZdqSB
+.@/r7A-Ug6E"_kS,B4+0=*D\]Q2K0ZCqj#2Of<5Kp%db&%NV.i8Wk;?#Y=V='b4di
+2<r4C0-`#;lJb'%mD$@k(D]$H0d.e*8/pR"Fi_"8-*!bg3J8VXk^]C/a>m2>"A`_A
+]5)\%Ee[5(7N$(2'?3%3UCXlqnX;"RHE1.Sh!'%6=8%Rcm_X5:D.KJW,Yf?jcpeE6
+29be9>LMTIP^\bD`0t;;?GBXJF)NN$jAVDoQK=5\OQ)FKk=[=P0/;@R-0(lf"Z7;P
+HS)Yj$]*8\]E@XN`+MJ'-Ao11rr=rW`*7U6_SpPi@0lq&AaPV'*Ep[g!3*k29O3C8
+P.g.Y"*?Q8"L=%2L.F'^h2B9B_RoSOA0$Qe'("f\A,OjI8!J-PU?d-4X/SU,\!OP3
+<]?Iu['kEgB=p-AbUqjm-B0HXd#kQWNh<X8)56'MLbRq&;3(W\6udT+M3o5@9^&pk
+`Gl;b6R'\^aKe/WRYF<PQ%AEIK:"O6Z.Q@ZYYl'3\A]RP*$dl+"0$5h:_?l3Q)DqB
+],ac.0j8`\8DeD\D-`LMJ!bZZg:Ju4`*g<:m%WbG-%H)<CZ18RY_1,*B$l"ZV*V9[
+Iee+<,3bmr9gKB>3P?5Bh4l_To1hnklW%i&8DanZ:CR"R$BXH4mnGkh*1(N^r@p[G
+E`'Rp:E&5qc,k:];o]&m]"9mIraGQ]C@!@`f!PB6qaf3)/li@NHKD68R)i`KSKO6[
+O[p/h716R')(9!bpkTkW=o4K:m8I)kdG]iBrdR6@mNAospcI&BR2.3:L_&3_!iKJa
+Ckb$59<cZCG9Xa<+EgZL.(R`IH_!Z&e`X2hI8`a@P>/c6%4/U2!0fsnm.1:3NQBkO
+9[6LlYDVi(Yh;S;)e<lj8jtf`;;s?4]dpF0*GR8@!8Uq6]&(,tBGO*7eS`gXbg13D
+/fYM<XjjBS/+D/6OjutJ(e!K>4.bPW"kNUtU\T"Gc)b6JTBU2Zhb2ECipoZ(jiJ]+
+@u`EiAirXA'FG4&$44g``KMt%/qGCk"X9M#+Q1jj.IWD'<S;bdq1mj]?(7#W!&4<?
+=(Q]?Q7<o#/NGCO7=&%uMRsnMG`3CQfgXD5?n9]R2Qk<HJ!bZZX0TnsfWYMUi3d`,
+3iFUR'iYfJRK*Rt.dY!:J7W-2G6AhC<S.CReEo)P3r;smSSe#t0&BgEqj+3`i.2<"
+3=AdTW$cC(=Tc>i`U*$N]sbD_[ZtF4]87oEP\_3_:s.P]\2D>-@Rr!8>"55cDc-T(
+f,<+W\dPeSC\`bI457Fe`n+CKCVMRWC00+G.Zsls^6'sc?UuZ>%n]Dn83?:JF!=d-
+iY%jm#ag3jN.o=7!Fd>@PA'g,SZZZfG."1&/`rJ%>=Eh8?(`<5"NVjJ^hOcCOEVR1
+JVc;0fFI)gg+AW*VKlq=q-_crX(h"/X#Ue]qS[Qr7,FH(I5YUG#sd:FnPb5k(uq$8
+a9SAZn%[ATaT5rn=:_;8h%]4eNtI8]2+NZVm,qIM!1BEYZEf6_(DjZBV;9tPQ'5p.
+D>'^qa_(Gu0h5p\XN6>+1',>B@WM8-ZcZMs+92F$+?B#T8'-N+I,0C(j^S$Ir$`/I
+='UJe/_i=C$g<aV*_G'm6#G'+:s@B+Is:,[kKDiE?*Z34C*T(\1%j,W`<#pT<F'L1
+)2bn4<aV8$;81L\<f9pjXN%.ZNHt2tCPu>3n)^4&$eT*P3A$.):d%fTGqS_tP+IRg
+A\pq0HOt"=&[D*ZOH?q^r\IRN9lh4"_Hi5E/$i]fc&0+k.dYfgZXU)^MRtbrm+AAF
+@]mt5]/D/*fW2>fY0T$*D#XLroD\f\<;us6O3KoaMX!4Sp(.(3G+\[c&,eG>O-fab
+HdCJQTE!H"IT,QVp0LZcZCR\)9k.&YGn;pFFsH7sS,NkaV]TV!.*H[e(>f2_=nP_B
+jcCIS5(Cj*r_7Y[o,I666FubPP-b#:>,54YEMk7qa)L>^#,'@fcU$doFZQ)S@d#PW
+5S]2RmQ9UW?I3EXl#OZuUTs+MB.jCX]W@t0!1G#$M\CPFH$<*7FK:esoX']B5R-:Y
+IXm#"#gVZNk#J"Fjibh/\NO0#9T+%6%7([0RCUB*?9%1E3W23)*Da$sn.%Xhpbpmt
+QW)K5c"ah#@<DC'fBWso8+BTZ8C'Ie,KOe@,sN-^R8adNriG1f]R#2Z+6#3L*M4r9
+9Q.W<jc5pSf@+O[<g!nP=^#3J.'(C7i!],Hhs'@AO>@&4*SH21D!JA`0S+n4Uct!=
+m%54:o7&V6VeUO,Qf[Zi8S]G4@[78qb^^U!"!<2[r__DTq1Pb_G#6)\oYDYpO]lAS
+ZQWRqH8lgjGJmV8PFc!^,@00_Y;qTtaK0`=HKSB#9W8n^Onb#>kI+l8+oC#6Z-.mF
+jo5>)W84;[0qg<q_h\D'P$<u$^!5*HX@b_sF3WK_@hpQ_G7s:<*B[gQY;V$V"]?k?
+L'iq1"g7V)I6hZmqd@TC)Ori_4LGg29og164$?LFZo8Wf6m<e_rAMO)/P>$iW:*oR
+\$q*6UI-#0h0;c9!:$D/AJ@5#KqRgrh)[WNPFQauGkB'M/9s-D/;MZmY8LJf0^7==
+l$mt8.;pGna1lH!&rG;Q=j6Rg$c&`B!i(1L;f54^-t_Q$%J(W[h8GpB$/LZg,^Nb4
+Ji9R.D,5PZ:u/DsP_c@MeG=-J9=^57c$j-N9+c$D,Wb=]p+fHJh:'6"Og4od?S^XP
+9.XFK2:_ioSl,(@WXWRfA=l6'DYudZ<fDD./'+La6_/j&\r8t\ZZHpB?N[Y),Jq9:
+8]o.&meRp3%O>><5[>g6fjf*-p=eF9!C#0M)f:8-fOGj5$BqaZPt4bi]66J)2X\=6
+X?S:!j*CGt@;Vum@pA3G2jJ2sq"f#9<I+m"N8Zc2<]j#O2VGD&?cgJsL)SKMJBQM6
+0Grk+i&h+ldDI3do8_Okk6A'a:Z_KBcYYQ\0CorN/dA"aM%jtLAWVgo\V^Gt8QgMj
+VVO-7UGMkE`S%bJ6R7"67TsbZ,kL-4SKgoZR"IPtg"R1lFC.+Y?L,=Kr58)*[?$e6
+O"r7IVj`"(Gq$)L4`*C1D;%]>p5]k&L*?G^eQ7j2Oa.qc_k..:*\B![a#I=4+h71a
+W=RE9nmisnP"..,A7C&4Y;H(@=hHpc3qf!'HQ=>%e25uS9%*A/q/9osCtDL?Y1!;L
+o\kfJ&:/>rZP)0/'E]qRB4B8>*C(YgS:lHU!!jVZ7!4UsI\#6!j"f`<GZ!8WO$M:2
+1;*4&A"[2d+3OOd7Ip/CWVOgI97'mt\(#O*\3u&RF=n_0FB`58nRa)aEZ?$`)7967
+0I@U#)%d66knUbcms=k/,Ylrc;P*ZRH?Y`5J'JL9;UdhnW9SR&=-7=&YH/AZ`\b4s
+Y:k1<!^Y'u'J)5Q.[kCS#$WP:QAuQ;0c:sohTjkE5U'F%fqLnn'L"N!ns>kr3-BuH
+-^dGhX(k[!CUpa?b[+VF:Xa1QWspj];#[kfjE$ffHW>26b$7UB;'RB$4ITObji0h2
+1%`YFP%6Tc?cU@5c%K^c];aQTab2j*o-=6-k[&<h:c?"c?W]U6E3Q9sa)e=.S'j*s
+X=QV#469X_*]`N`.:3NWQT_!P51%GM4?(g?hO$7E'D_CI>/%DEgj-=;.n9*uS2F"n
+f0d$OJmj)*fj$@=DJ#&p7j.#M+t68]c]nYpS9eI',9@LC/7=W4g..;#IB92UrU(ks
+AbhbVC[DX0nr81k$m&$fouSj#=S&B-E&q1E"A8C=b4e0U`:kh-`T75Om%>?OE]Q?7
+F%7Lo9_(NM"/n?(YNG6OR?XOP24SF5cCTL:1lj6a@ILU"0XmI2R-o)=1tZMgH+:K6
+FM#V1+DX&#OVPGRkLLBk]#dD<+bQg)L0Z-t':rMB%NZ3!R2r.nRl/[R]1pJ3l;u^c
+RQ$U`1JAirneK]ZnqO3FCA6:_0:QkGXV,9nFNZYH"NdQ1,aR\:>!W-qm_Dkf7mY$B
+aedG5cbsDq*)X'@jGE%LghjuY&S2hQQR0-dbT:cqhi[!k?^GZ<B`-=BY*Z'P3^9'G
+Z:1A)`p3R(l8Q"UgKFmCPZisiL,D_@(bk^m)!SCGI8jXAKZA-O!e.+GO:gp@jEll1
+WA9LZaPG17]^97$FL^o)T<8+n0QcV2rr=S&H#HoMd`?.^I:E!p]=)G?@TAhkN.ro'
+Hm1hO#8PEWP>5Tnk/T#@naT)p&YWV$b0JlJ#$0Vdkka'0Qcj5YUhYCIR]`EbCNhR+
+UKQhB'pP/WOi%fXZ,WLsKL6E^,4Zj!18@B8m=Bdtc$VL$N(2mODL6b\[[Bb*LKoc5
+GKi<soA->+D6/1uPKG]WMa5ne%l)nnC%e`O/]O!$B5&.r]3C*L/aGJZKjdouFKT3:
+e*6@H`5@PR;;q1a08fRH@gS;`mr@ZI)O:=&Si*,oGrs/MHMs"PVoh2QRnlg?7:`*)
+Zb#_PrRt'?:/)AVXATa@]R7MD*)?U%VN.6-1X7^;1W:"qrr<VR!WJEr9&r8*/d&gY
+DLC@):Ft;sPKPnRqK[\U7IpbKi3Dk_`N0X+9;hT;m3%i*Lu;Co/t?/sU+XYJj=5;d
+"rYE:N-K/2`W#oLl9<3qOA3<OhkgJ*FmmP&;ol[rr6Nghm%.OkdaqNdb2-0O9shL?
+qR2_Qf'<"X:53t]@gQThOu88nGd19sA#/JY4?Gn?M^32a"Jp6gFE[C^%i#lfG\9G8
+rrAJ[D+<RW;B)#K.HOd$(IecL*#;6mhX,sq!'fp_A%ule'/kaa.-^MFpQp@9R!lf4
+OX.?)T%!99o+0*Ol'd'f-F'J,+"?Cl[]c[o3bFk./^C8qgDS>9QguUr"CXL<CWX[@
+8A&VQc.Vl6n.V'X8oot2'c7KCGMg<KJX!<hi%(AqaEj2A21I#f=5J,J(I7RSYS"!O
+Lqp#b'TF1k$M&1><CD_WM,;u!,SQV`?8t;/L*OYYKs2WkVZl=#XD%G>bP@o49mZfh
+mk1EL['fbF.rd,'_%K'P^*qt"Q*8+pHd`I-7kEp;0a%NlH>]:FD=^[$j33">*a&$b
+V<;D_0/74u=4H-L[[%\`_CJ:(9$Tu#9;91(Bb=TjPfZ6XUgS&/HsR".o>WNR&L#(a
+io7+OIYPQS(ls#Op@6;UI*qbbYMO&$Eq7hK[67"Vb8S[,VthjdMl#[AVqbM/h7\Nb
+c[@q?G8/Xuh>TCV#lYB8f9\"_VUJt<E9**#;3)F$Nnd!X)?Ps1G4r^FbLAR3a582B
+GPRTf"oQNo[!t80UUQJ1bH">Fb4dr6S@X'bB4Yq!@(r#,\7"bM"!ho\9%Jto*'A2g
+M.4LVAjTm.Z4Emq,R&;XlIf_:aeC5;??5tleJHEDim0/kRY]IqI(Q7ke+koF8quo^
+eiVAQq!+3/!)uLJ6A1IA<-&CerBFj]AN4]27WO$I1ef(NO5o0<Gq(pNAEFi75C'0P
+^3e9"Y;S].D&:?Ykm'q-X<>0IG.P#?icljD^]H!p<?ab)bb8^tbGWhR[+I-+#%o?T
+fcmq:@\\fY/^g6d"FWY]5!d_Kk9.Fsra<D17%R\F:R^$)SdRNO\XiBF`OL,L(u84N
+?p5?5L8CnoaREZg`s*+V$a<?s<e*kgS*ROW?8"*`Ds4r=]=NVseb#W0lIU@5Tr_ss
+AtKR"HYI%;`N7X?;jp1=(R7-.'YN1CDL4670PL#ZYo*j<KLD#D18t@cD7?m/8]4GJ
+#MTHZcfVT5r`R8?IC6]e!0rrS_lE_:\>s/$8XVF0e@f]R6Ik@`4Buc-5unNn4:JN(
+d?C$(R`')-Y']Ya^3r/gY!A%*\//-9kF_B>C[WUjFSc";RA9AM^Qr[uf5G5:f-\Ap
+9Pn4@,dT--ZWtNjD[OsN1N@ja=!NbnJl3J8R$\b1frc`p*ct0Tf^TQ[?rmoMo4R5%
+QYUkT+Lnh>o3_(FTB0uNH&kb,NoASi^&#/0]u?h$_C5mB7ZKnLf9HWAP"[Rn,\&QQ
+__*o:P!'p)bD;.\k`+l?f8='Ma<!=u5<k^?oRG+M-0d[?]%%s"+l)mJ_d3+uN#/J_
+gtQ)e8g8pTd6A@WAW:5+a!8#g7uIe[iROH?7U?BdP&FbOI(%^eJYO1Ji%%RUkV"78
+hJ)sldB2m1M=o!0Ub$HP,D%9mdA^+(D]EI[#(Z6IM'k.6\V$!2MR%CIO!a)e7dG,M
+H+m'9H.U-PRp+p7SPPP.D(=;a\k\OPgMK.*kXq:?\?qi#q(<B(?>1Tq<JdL/Km.!A
+RiEIRQTch?#'M488L'i!4l52:P!L[P9IYnET9pP!c-D++B%F>i%jpN:4ggO.<gR6n
+Xkis$SINt^hlf_6+[qM-,U"&>,O3j1>:hH968FoEP!o7=BS&`uj10u1O!a*slUp?9
+4Ipu*C7\Grm\Ap8(jUJPQ^0<uY%WC;7CKcW4_WBrQk^'6DKa9"U(E&nLeEU*lt`(u
+4"WO,,5e_:cB3J7^Fjf;GWBPc%B#Yr1u"TkM$B`T8G<4I6<Ms^^M8,XgL%#)$-rl@
+M4AUJn!"t_m#c(BDBQP6=tc:+c(OkcnsJ6K3ers4K&/uE(jW/Wdp^b"Mc)8RaL\=5
+3F3)5*tBp'WD^^r=pu"l__t2?0oY[C+%_Rta8.s^bFarS&ROX0hI,q6jtE12+#`$P
+@nG0f)p!?]`M\kUR'`tRm`+hp9nY%AH$+7KQSFob=,dV84qS@VIRIb9C`7,=*-3.+
+!QINe`"UKur&j;K/XAjoY2eq*@rJIJ@sODFo<^$LYEJP(-c`#g-CY1(^8#lC>\W`b
+?<PQbpe5F;JAss>G'+,o;`kt'E5h$$%S92sn5'arad3^%r0HDJb2.:=hq$iY?^bEO
+oo2;YbkF"ol[E!&_bIVgXL+JVXC\`O=oPkXg;`*p8]XOo!]8uF]31lVC%>iab!6qi
+"K^:@I&jI'_D7@/A_u)ScHl=$Wa9B=!1)JZ]@3X?hXX;]WS:]IZc)UD-)d))@\0bQ
+p82Ue1dpUP`Op*7\-m.9R`QP\9_oQjQU^P!<`X;+>'a=sILFOGZpOt),$@;jINT*p
+n!-L42GPg!OA22+NU(4iQ==-B]W(#K5>6[_j7A!Ybr_o.+hBcmGLp;Uk3#R+N*rsE
+rf229JqGI\Q/s-)l#T<YR,a`s2hENXjRC:ML#%'b\aN6)jgR>K>8nQSq(kLTo+n\.
+fB'3[4)6g'a6!tC\'\nbnnI!TVmDNq4lC%>-2!Od?Vn>5jqij6`9+[7QOXUZH;cF%
+K19=H`HOIr,.A<%,2!>N5eHf(;Z*KEY<9_uDre$5;38u"?KjAfqKD0MaFZDorKA[K
+V_L8'!5YYVN,f0besV/s=jV4!0$T9c2Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF
+@]mt5]0+jDZi:#hci.o_rr<*b2#dR8/#_W@fK\ngg4/V)5P3eB5%!b%mltf8J,e(E
+r2S1T]DTA8@U<+`=Obur47.(+1V_lDX3IL7Q?.f\!4p/Ki'(`,:sGm9ptd=fBDgbE
+k5G;[OoGD6r4f/*5.-ZG>(hkC[hN=(j1.%@hmRZu/'?HNA"BAo/%B0GO\Y`3H*c]$
+4Am&B$@+q9c^WH6;!rX2S\O>6jOYr$[(H!<X5;"L\)\M0?\DINYT;5Jk>7F]WP[0T
+jE<`s5?U"alL;^_2)2IA-'VpsH*N>cq0u,dP'o2#C[GWk!h^CLHN4Lo%%=_j</SsR
+4?3?3inSCBKc\O(Zr,>4X-:s)04jYSQ=c1Jd.%$>>Nl(eQ.Ol'e,u76j7ek>;tabr
+l[Z23Uk`'W[^qH_^r>8p5q>]cIY2IUm.eUuIPd!0H[3@lp/bbL?'CB0U1F)7oEV@4
+W*F"6a)`9n"Y\fDE#:Y/'W">)KOOQ@rN5L^/o@EW!)Z/eV$Ci#4$"7(njZ!qhYF+u
+B#V^tZ(Y`W[Yo4$Gn3][\NpD<`9u)#H5R"hT=[-[Q7mj1l;<o,TH-aIm9Uh?ltt-b
+!68Id\'.$`dpMDOCd90n2a+.qN&\GaK27M3RY)l9r&sA6\i`m:Z07/oSl7IJ6<ML2
+bn[Tci=H!\K-G04:NnHP+*R%BG*>K;?rOb!RtG8.k=W4hJ3om5eVA4$qHNK/r2W^O
+2_5!^\H3n2/1X\W]T`oVcB4r<?nb%OMaBUQK9JhdLFtDn60HkNXp]+NG-4U-h.K`L
+p,e5KS9PFBS7n.HrY*;>+bA1dPs8pVA>:1hC_0K]?ZV!"a?UI(9Y(gV+j!$Yh[+\J
+0@VV%[H8B)FK=A9If7!YW:@?]\$F(bIqiR`)7*Zu&(25bB(F\og;]Z7<Wd+8Db[@X
+Hu%Q5&uYUXle6.ZMHYXnNakh5VG%X5&L(ohY/#X/N8%h.39P1[5QO(%A/j?]`bOXg
+C@.?53t7nn9)]]%\[TVCYf8_hhmNa)lreXBY'nfdB/fE8jWBe9gO6#,l5H"V/E#+>
+8A*!<C"g8VV1tfb-`.O=g,BC/:PJR`0"Wu1B5.&7YXEHM,fc$%"G>c2imYf`llE/+
+=*]9o^U2O-DKS`(l?8IjBqJZ$jl>UM22i:BD5K_$3^q-dF^@X<`J&=dm4>K&"G[\0
+MpqmC?<p"mk^'Fe*K7Z/W:KW5k]s9f%<FhboLgF+g?Z=fVf<ID[VY),K'IPo%DX_3
+i5cb9&laHX,IF@:&."E00bb.bGJe/dJ;^YWJ'6(dD/2K0!pZ5n^9+*]`MOTQYNAc3
+B`n3g*V^oVoQ"&t6;'11$-EILIN5&h&l6q6,u3mFSMThpbF1<][+]DqYM*\k(Ooc?
+]VQ[ME\r]"KDL5L[1"K$A&q&?`XbHVA_DDt/kFA%iZj5:KRPT#RYZ`,$]iC?-XBIG
+O`RV4P8:+.h3XDHVf4JnD+/?V\b1bq6Vr72YJ?<OP#Xe.INI%h@Q[M]/fl&d&S<o<
+ce[+aJ0LPT-UdP)S)rk;imVCNP>fs`[7ee?>.5<R).m;`J?c$nZO8*YOGQ["(l45l
+9L'OY3?RDGSZHRPc]gZA29,44QIe0O`hhdq/["aP[1s&a\k-g^Z6=dnP#=i-aDe'8
+TK/RrduHE5bY3hmOW[_l%=P(3Tk1h&9P/q=*FI+g,>7i`2R?nmB\M"Tr^$,p8Ih6P
+)f$7D,NWmuE*-,94OoXV(JZ$GEm$=D\7tR(i8CS&#m#(#q&/Yt7(F%kGe*_ja^i/O
+5$GJE'2#mKeo.]7^KjmlbZ>^RbNb0r.N"K2$bh"_+ULmm6n1fo+Ip=iToq2EL_X/P
+_Dl6l+k[4oO6+d:]Ue0mIk8F:q3+kN?-SA4S@-K,c/,u`R1tmLlEX1TV`7MXMEceE
+=Rfj6figOgM5Z1I!\h>#<=AEWhfI#H1#$S`_#@:'rjV#/gPlSF?SL=8?"s$/IHI$u
+-FL,-muphW]N^1\]%BFR(]q\bHE$V:'[W9h?<hK/AH<B!GJ[m6Y.Rj0/-5N-3k(K(
+PG\/6;:@CjDm^T9=OJG)[^=QVX-^2\g>/.MH[,tJ1iC[8;!o2e;@[KIC*eZQMW$Yb
+/9)0$a9BItjKa5/g1d-gng9L\m75C3:R?/D,Ku*(RnZq%XBOEE(KtpcgR2Ve$V'EE
+Pt"ZHNIKISZlQ>$Qnn2f),=#_KF7m?ES]bI\U_^g=!o$[W+eJ_5$64md$E6%M'pYm
+>E*OWqW?pCmUt$%XerIok3?XuSnE;GAb_;C%4Do!_9&n*3sM]PLR0EA?ie`>6ic<7
+&ZC.cq/]NMe?pgZ-%!=/j%?nqFd:H5\g4.g+ojG#*7U&'n!3l^+9EdL^\1?S?(B[@
+/+TFclcL<:8`cG4En^!+<`f$.b1_"9O]gN*2[[No6;PC/F&u=P=(4f(8Zp[M]0p&Y
+C%>giW(nJVMkPX$Os_>CC`6iZ=8\ocpR&+$[2[lF@n`(mY_('C>'?C6:M4UF71;X3
+9;piY;@o)RKikOq8JE%r*n&AnLk?<`,:M3N)`E-]\-Xn(D?cK)hrPZ?-!^uPbKXD:
+pYK9*i6^hu>n[!<4..q[?j&C>$ool]PcF=Q<0C4_:-`u_;^l_UbD;Q`*D^_u$k?!B
+mmYVToGo^99!FK;mB"ikEa@!CeBV?XZV)jncKrcnP/f:4PEL;`A+h^\WRr$1r`c]!
+es8.`3a8"hQKmW$S__5n1A[>Y]u5Fm.l2/Tj<E04Zr+%FApgL-mTm`BU@>cTl[D?L
+5-`k]H`l)d0PV0aQC^m)<4S&\L?]/#]1.\-2o;/lL@g+EFm,6Yr1fU!6qiE3/eQ'-
+\bGpkA&9hMAZ5T,q0MX3eMUGd/UKpI>bC>2@F=_,;W?!AqV\;QRTO'.`SFJu0pLis
+O-.TTC\!:36r+=;@L;dXX5qJm4!=A1jX`I<V>6<6R-smiVs-82RkA@R!"VApbm'`<
+=T)"C-#"KYWah.1b.oe(!/:Vg9Y3R,(ukW9MuX*9D7TPIDW\ILS$H\h+3EChH&V'g
+EAjenfm01?)dRqdddL_Q[CZ4A@ONL8ihmTP'i]/q&?6R$"";">3HXhK*%"N@#o:5l
+C`6j)bMH1H4M,[7?.bS+\^hPCC)8fb]^e[2TNc)tRE6bg2&qZu\]Q^CZ=X]-q*Z.r
+aNO4W@D^S0>lJ"(IdbKA\!SM*otSF'hc01gKPh[7bs;IaCo6@FWfBJAa06bQ'a#a&
+>f9$RgMgqIRL[2?47\$Iee#r6qWF8h/MHBJ)Ju((J#lp\>$BZc_Ue.;7a4k&go?bM
+PojOqSGPZ!LaFhZOA/,a%(KT,'BMq.alQ)t-g0R-a$X`]8GUt&OlelHpJMU<II`N!
+RH$NsSGm]E0#ETXo%V<ulrs=2f!?.`(&b;9GBXM7YhVToAK5\o>h[F9/&NWJ'%!<k
+r5^c`>FHN9#O)sk=JO,tLirm+r34PM_L6o6f0$rkQhD>\?L%BOf2A^(ADY#(:eJ`b
+YIP"8QgIilC8EM\!R"nVe%sSeJ#diR5h>Ds48hduh8ua3Z?^ptNMKu&Q4geka2AQV
+9:q#YJ86p\(rd)^999#@Z=k%`hH0:'*`^Z&8qU*mok7i"]"$:nRdP;`!icPD$7^Q+
++3,nXS&@Eg4rYaPA1(^]S+=#$Flj"UUTS:]hJPhj2<c#CV`g<:U=.$E8L2[&BI%i<
+=*VkD!'(^\(qW7^KLc\%4,t_G=3kCE/3!l9@,4WLX3:83[[NbQTre'";R`lc9=Va`
+n)^g;m`sH_#d/DPAG!]#*0+f4'o#0rr/m$KKObDKhBSYZE:W'h`#_[qm['g*B_lS3
+QY#Fi9g0kXgs%C6aAiG`jcu7iO&B)CEu<2#,bAS4D!V7uq/]4"re@"Mdis%DeG?sO
+RG!sUAk=>5j#c\W2p3boSlmG]0<0f\ZF_8]rrA9)>e\YYN=>*@m@Ta;SLt?i:G:F:
+;aY2C@r?i1)lT#!F\tV9<L@So)eICIcP\Ko"Po'H"U&/Wa(iARhH\QQ47,qt;V+%?
+0!(2UY$'slPkogAn:iY+D*1XV",PGS3;BaT!Fc&HMdMW$&=#kIMZ\cBk[WS3Nld<<
+jc(WS]@HAWkajl,Ctc;o[#Eq496I\$Lgk'hci`9O467>98oPA)L&JWh&Z9.m:AgpY
+k*:9%p)8t)Br"qgI<O)^0l!$]Ud[MHAZAq7$7@T27Ea-bp+l6n=X>.h7F`8pMtd5.
+W>m)70Cs[[m<m[MNH`Q)Or.WZ/>fahPndu$6m3jRgnR`%b;&L$4:I@p2_[2efbj5d
+G!di<9jc2W#*:sjIBWH.bdoa4B<"Ou?bN2h9UoUUFQ:UmL2J0o/A.2hfkTYE9Td5Y
+>T>MMgfUj8U%97]J[;Ssrr=Q3V#FN)o"8qtgY1<;I[7@k@_81R..neQ,@?AcAlCcI
+[jEYO"tFAcNWZK./;H'AOuR3i4?q(&kWG2b3sdRQX$;c[^TTraW&5#sc5ptn/a)^@
+UN4sf5?O4969EB4j<1N^OcE&4ZkVMX<]N9gJY+38;?S0@4KN`-h]qu$b]n$9QXl`3
+^-^3E]e>^)/7lEc]Wn+WQRlW*&q+&f<MOU[gP5@EV4n3c3<;u\*2>]pGm&ooNtWqY
+J9F`<e/YD$],cT2Rh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(Pp2g&D&o
+kPkNAWW)sL+.@]L("@<0llZ#Dm6CAP+8Tm\+#!AMpRet-5QB>dISfj>1u0S6\eB!t
+X'_^@JR.!gM;.)\Fl2\2ltP`H;H\#2nF;tB3m>)jqQA'3UjZ_04FbX)rrC>)q60BS
+rc.r<9_2;=BdLVjEN7[1fG:odfRQ`S[H!k*qYc(N1`(*jOm\;G"8o<kB?t'ME+9G!
+ceeI=^DXrR%udpR0C-('D:GpSk[h5i8[spFN^23Z2%>"6c;j!g):=Uji/8mb5u$Q6
+5Jo?^rkupIELkIc9c1t5M!m!q5:*\k:GQ^SAZ++<`l;!k`^N/M_s#BkUY&gXlLJ2s
+86DLKPjkkMme]X_MauI<9L[$Xe8T$=V2SkPm/8C2k191L"3;7(4jOh2q?478:^>]X
+55tUPg!K/hD1+C^OU7JKDo:<hXVRpA=Q(\"5GdT5HV(0b7ts)oq9s2R:O@Gih:cV`
+eD$''!7Y%$p.[61bP!WmYmm*XN`i@P#<a/+W>Qm*"TSX*VcAp\MHM3J7Xek4(Y4%*
+T&`W2hF.LqMAhl%`+NY=auqe$[=j/@5l,*+o0JR<F&0p=E;oI,,5F.g<0p\8m#BJu
+]""Z<a)aq-h-J3HFQ-6g!e)3DfkBkE(kLsYLBm8,aG#>UV4<$7"NV,iPMGiIE'k3\
+JK&\K[_X-iFL-+!qLk%09&kpR>'pgQ*QcO235_#9*[nH1IcPQ&.%hJhd`sjC(?0[P
+EqG+!nMlF6\s>6+i%q6DWoakURTFKtXO4R_MK8(&m`7-rK:o)4Tl3W3CV=osjcE/)
+mX\bh,]AIHm);qra!Nf&*71Ut)d[5Zg;]>)V-NBtVe[lkO554QTQ*`lBZ&qn[a]J]
+Wm.8Qg30T93DZO-a)I0)7=GXO7eU8qp,HRD4`5[@bIV!8^^5MT[D&[QrJSj#BJ*9a
+!7+%\jc\Qp/eiN!FNAQb0PWM3Vj2m*/i9OlT$l^gf'W)$h.uIaP/TPB6W\>qE&e>F
+%P@Le:j_4rh3)P%'::=$OHYlg)`nR^,m=tn!K[o%qPRhT*t>j@W`N^*/K8T#mIXq*
+?Ocs$nb8fDT-n9D1f)@L3^KQj>5=r<)CCFB=o?FSdkprOd8q,K>gr*uL&V-@ocptA
+1T)uD6B%aVbD?5]n+eIT=m!VZ7un?q039A8$Tn+W%]t!;.Km@H#VU%\)(0^i&AuR`
+0/::8)DGd*#8>\%1J8"EJ_8TJrl3ARYW^"6V;&@3gu$l@b<2L)+dQY/Gt8>g<FuBI
+#WtTO7hPS`q'*W>m'q1d12H.HfX2*$[4>hMF/R&8D*2QZ1W6@t8%BK^Na+NVHbN.%
+DT>&EBid5P(09.K[Dh6pXlZ?W,KgA_OVNd-dP<-P!FViY`W!Jc@YSf-5=XS0L2LeC
+bO2'-Zo.5G]s6PRP"?/'rfXO%?`sj9I\^KH5.Tr3V8N,>f8VrZ9IBPEBTq7E.G28W
+$H?Y$<K.fa8AkZ>8s<2].Gl=ZoB;NODX1Pbi[lqW7DI8goV]>VlIXHiW(?=,.2g>^
+S<9TUX728W*_*bQUD^?Hh01H+@X_PQ^R"fLCNXcpC,!sKStU5&b.aZ_]k^i//P-9d
+r%B=4_#D^9AX]/*>qCXa7#Qkf_E^Y?KoBX^EbpVDPNrbd6ks'1O#%eH+LS*sFes8a
+@L2g)CcmniXG(qHbkKiZ^ZK']f2#0kBTEn*T<-"VPMBI"EA)97(qD1o`X#Qqr7H`d
+6@_g3>r6Q]Nq+tOOt0p$;<iWNcm<>[h)j]4:=V2W;DU5#Ir2,NN)A]FPpSc>eOrA6
+!^&65&jE7UafL?pYKYVp%_:\*>?a`@6Glm<qPLN8f4b_i!_B\QimurL/eMXJ<<P!S
+aa$^c=cZ>ed@HFH&TQO@4kJ/#82B.I9jUB/;EMCG3.i(pAdYQ<.Thn]!PW$[cI(F-
+?>1O)G&Zgjc@;72J$Mj)ra0>"%[Z82[OpV.:X#.AIp:H?eBr0o[Br`b5r[MR]<efj
+N,):[\`kr>Dao"Gj9O0Y,%D]FOT`aJg:Z&E8mY9I3du^]C?%j>Il^`sqA-F7n#]dI
+?@?S?KEV;J.HHKn.`aW3a9ms@/"58Q&Xi-FP^/0$IPa\@I9hR_H&FqJhT"tXB#6'(
+8V639067cHE6Z`rjf%8?!0U)E_j$r^#02nZG!>e/dBp=EWTodqEcP.@FZaW'Dbu?p
+)0]g6%fNV@N3[jST7RK%Ft7p=l.UQlhWbocp(hWJdTtX#O[Pl7X18Qfo>;E5RK/L3
+0%FOd&G&D^QU<r1T$;,[$SO@&f"+N2$&>C>gqc+MGhm,::IG5s2p61"nI4DC":M$J
+5Wc+rk3kFdBV%iH4P-<!B<S.b[a?4PiFIY2H`3TFA;d&E,d5U^BJ_)6Seu$YiWnF-
+T?tGq!^'3+[S*IIFLsWXD*$]T[=_;hYLMoMRPgOAVMEW[QnrjN1LH.tPX-'Sqq#mt
++<B1RAKe*CVh+B[coVq''VOs;X0Z9<bs@6!.YGVRG%qNr<S;I8(oss@4>BoLT^]sd
+fr."fV06Sa$j9bG/qXT`ZVYmUY0*F,`Eegi/$c*90Mpo7bFn@AY0Dj9.YGNETWZO*
+i%V4<:j?HPc,FI%$M`PQc!?cj_[="/'m=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n
+=(]EWRh^*_<S?Nlc(Fp*J+JPip_!>"rr<X:7lqd.rrA"<e,KE%iVrnTn8\%!!-o*#
+qhqf\d,L[a<jr`V)NUcu5HV(q/7tA1mf;#=)<u_@>Lh`Ng?)>$+1d3a#EkBtA$[?[
+*?P4\rr>6so=pT=\,QFfDk]\&CKB$RAZki\rbXg@o+34mGni.]0a%hrU=WG87?:*K
+P2NZN+:Su*Xl5m%Nlo\Ief;3?UPPNic_mYjC\,^r4eWgBfrTWq?%-mE@/7jhp+RhU
+jnm0_BGrjfLBW_%5+`f4WU"Wj2Y'E9/8.I9N6'N702mcN5^2X3d:h^,:e^S[^FVSq
+FPk9F2mP$ZG>hen(m$B;a<!SbJ2bFEM*7W9`O(YWk#FNfgmk_)>X,rZ^I],%T!):p
+b\+m,E<%@No9]/slqa<j(9kpW,>+@u`BiLrMQ,jL@u$C)R,F6*g5YjN/KF54SoNH:
+ANi4$mLP_mS%-JK1iX6AC='ud:4g*/pu-[U'@3Tp77R>K55EQ?F%aCPp+BB[N&kG]
+hrYpPp=`a_8]FaB^Ei*OnBQR\U^E]O4_3bHM94](h[MX25hP"Bbar+TP"@=&[ju9h
+Z$6<:[R3_iGF+7?<Lbk-n:FAU]$nt.0nD9)O40-Pd?;asAZ+e1eoXM,V+;VI>:,>R
+VHUkpd,OX,5qBW'`N"m[;&]_,kCu?$%kNoJ[ao>6@^K=7*sn:E_3Ru#K@AgX57Git
+2r*aRAiQU,2&fCa"a3'+jS)B]k,ZQ,/$[hYcYd?iLJbR,rT0`0Nr'lejKdZ@?rRW,
+WK\A,6J[%]aXiOVkIJ]'NS0T-Yj($q3.MD?$q2JK-\9Ar1P285[P3:98dp^Kk/uYn
+-l]@E1</BE2Pe-9Wd<TO%F'Zs]Z6e0`ns`d[I#u(b)d!X`?-N@)#jT>JoUG;.)Ub-
+COg/k<V#"N2n79S9aaj6n&6esB#jj`h9^Yk1R%$R%\r]-\CpDVCmE\RW[VhtAO^L2
+-Y.hMe<53"Z>J6&gcGu@J8&8MjNZ>gSVAP9@R>ZBJ_TD,)0#WlM$;Sj>rk2$>5hb*
+=R.#$o-U<8IWG7-_b<iVGtg.(X\L$d3Jncc-duX@@=g^8SK:\-@9Sq=4aW%NZ=_YJ
+_l8T)VNJD_7PUG7c8#A;*a;d]Tu@"NlqOo_HW)8_B_-CuTRKuAFEns.RRfR&GH(D"
+l2F_D).^FmO&NQ8Rp#,e<@oaR*.a'Ln1>TA*):4fR,uh+aW9?V*UISd."g?cjE^+F
+i^[s5\-hCco)A]P1lZ_'5FgGfUS1k+>/P-!X.W^4YV!dOnjB3U4;(l"Wkg,<%*Y3(
+3p\;T4`p57$q.*>m^=AYDe*qDD>GMC&9_hL+-<iO/'._jQM-YoI#CSo_t*N%B5stc
+(A\/QH'Pcs_&@tco:^Hd/!A>,dl9'C\#:@<:2IO0;jWD&a,][`9"ePu_YlS>m;Wga
+3JK6-"U<)O)!LhqQ)XT"nuGcDH$da+lSE=b;YaNee"r)m_65D%iG#=LEhSlEMI%Wd
+.j3n5"Qc$`dgTE.9M$uO)#'.3qVu/iJ)S+0mEG3$,@e?/rr?U/(i*pM5;(f<-h8M'
+p31OQk1p\UnsuD?4MMjKS"2H3/Ye3llcI3A$Ef(M4Tgj,nclX[X4*L%oi\"50ci>B
+QLQ?N,!<&jj:W^f+ELb@o3(\9A_38E^-D4JrrAt1Hd=9o`FRIcdBuBLo_JK@(F$$_
+1hf2&!gkGI6t[*^A)$U?[(6PC!&4EQ[ZS^\#H-kB!_q>DIii0I;`uN(QXQWS*^oT@
+T<2kQTkKc.@,>YgTTO*=>odI#b.>6.;9]qtA>jF"SEBH(11Ja"GiQap`?2SLgjAiU
+95rI$/K7Qpo/-G@[Z<u+2'"bRr5F7<T/:h*aP5qTdRg+hepg,IJ2DY>.6i)%<e*F$
+NL"g67$'qpJ_EL07rd/KjB,Wj$l9sadQFY1gK7W^g1n>qr6B.tc8p*%TNfTF.bi11
+ba0!\$4.,4%'(S@&]1Wa#W]-@R;+SkhScWb+He[F`>u.Zig>^[_lL'"QoakHQo`"E
+$iXGhh.n^^j@qhpmoe&sH/c>doYcpM>M2W];W_>e.u$UIT85(E*O2tR`h*Z%BT;Qq
+"oeQmC[Mt+OD^O/p^Y3bhj/T<qUO/dq427OVt,S;VYQ+ub1[h]C_5k%(mu]"<o,i:
+A[Q(IdRp43dNMMbJ?\;r=J<Vp>[P,H),BCRio/dZ^PM[p_L^2Q'3slgP.KJ`U])XF
+Z@g?sKs$IoUbMW)b8,]Q:Y$8R,sd>';)A7VO<fj]OJ-$c\t7BjA&16nWr3Pg@pXT(
+UF8Zs9kQ3YqUY"N8*5Pe26MS*hJ"$<[[,B>e26DC[@LIR)JG/%_4ra*DSi!>qLr:=
+.[9";4ct>?LqoDr'0o)V$J=2/q=>"A8H^)oMH!ZSH=#afa3MCi^9W@a7FV1`U<RGA
+N-p86Y:Y]^Wq)j^%o@=:@W5nhIgie*IYQl%%;-RLVrh'Ir12p9+3:(Ag=0JqhJi&B
+R0JL)Q`K?)>W&<MD]Ru.F$+;XE0CD;,(`s5`R#/cCbo`P4L3IGO,8`lfO(\nV7le?
+HeQ!h"Wh+*(XbHrbT2'$l28dPn!^U&?T%YGoJWDAfmQP$Bs?iD[Z]VRK&%IpOL7)<
+(!$X>)77mh*g7XRN\Q3I-lE"Y\0]-$i?ZR*=!PeJLi,X%[qtqM?^a*ZjS]>T$dD^9
+BYMhUPNA?6:U<hD6)s-,f32,,1:poJ=ihgXTp;c`Um<j4^Edf*e`,+T/tWi_#te&B
+O46JT^I^RZ&_M;FR8B$OfIK\8:.YBb/A-VsHd=S,_lUZ1I^@J8O6*K*8Cr70@Tluo
+@jV(Zi42H1Z>g#4k#S"4qn8i0TB3>F<\e\hatZ#mRcJn]N+.1g,^.oehH3Jg97uf`
+lgm0m5ERdn,?N?A]/Hu/9;bnW:hm:'&(^rXOVlb@M/OZ6J1IR+bW/[l;io2\m?<>D
+;5:os:QO!14d&&7cR0>SmtEg9Vj$6B!-44S7;quP-g"`hH`*^Y0,Bbs3uaI"]7r3E
+'$]hQA![c@5;q>$VLC.;_[q<H1!95+@q(/l!'7=/WIZcfk-0'!gHb?5SpAmO/Snp`
+b/6TpD#D8Okr.ZU2cA1)>.0UH>EhR:GqH/L5pVT`!F68G_aV>H%U=(m*7=mnEZbuG
+7tgIs!SW<R>`jlW*p6s]RIji=>\h*C\mOSYSErA?Y3VOqbdpcBL5?r%UFr#*U?Rj)
+pPd*p$jlu&KAqo!eQT@_@FSg"e&r.&UDVO$H?cs5>]Kb0,CIO3iOcPlY'T-O?=D<#
+mOimn(%pDV[H5"P3VA63mH'&W?:%g5=e--4\3eKA\t+Wpc/lhkNt@0^-@js^qn&>,
+G,DQZO\<#iY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>f
+Y0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(b
+Ds#CF:I"Zo:](Lre,KE(Y+qPK@/g5H7qqu'_XRR*ds*kJJ%UQLrPdIid1,nACDGag
+jg8_>qUA^"W@3i/d;E'(Ef^$0M,%C+cP.oP$Qo84`]JV^r7n.Wo?6\L<RnI;./@?1
+CA2n?9W<"?[ZJ07_7Pr9+RQj]_!$!2Xo6bT8arR),>GW2S0jTV4??1h4?1@qM"Mgl
+hauO(E8cI?nT0/qO3W5&Gn7uf=OK%V6?NlE[UQ(iC(<^tVh)t!k\iu6Xf/Uao>^co
+YqF%]!2$k[>4^_;L8k>s0<s1'rgt6u991taW^l]q(]OK#jfRf4T=UnQ&Vc%G,O*U=
+G^-2g"FV*p8b2F(S\DWR"J-KgmO;-=NnLb'-a1M.,I#sNT1@7OAg?!:PNnZ(8q/oe
+5'?&dcgqs7&Xr13;5AC+=I(]b@#.G_pSl&%j]S@C<0JO>^imsTN+Rhe(Ei6<#D+8:
+d\CFi^Zca>dLSp.1amP#77Kg1KqdAfe))*8g/2]PcV!m#cHf4^r5K3hDM(Gq$%?,O
+\VH2oH[2n+"&m\8DAbsq;4l986c>OT0OL20X#7T,\.$P+7sOk3HdktLF?07P9_inD
+^<Y>(:,&lMo4)*2r5F9^8s7`b&oio@o:Y:R'L,'5A+ID*o0\kfcsFm69mnefOj@#T
+2Y)W\#mY@/V.t?9K-(EV_rVt"H+-f(orI8&LI`1]&AcH8<#Pe-J+F1=e`#,_D4UrI
+=;^lD(c::,\XB2:*+#%UH)s%5i/o=TGrJaOA(!q)"i#6ZqR$RaOkVB5#e[17UYC1A
+af5n6DVAYH3i$A]GdB1/@DDq3%c]SRSsCOS.>r*@'cf'%bT)>okk#jr4R2e@b:JGc
+Nt$[9A@G=]Umq+45YiAao`h?25::*^F@bQ+,@S.MLTt"Y/3jnI-q6Hsq7;O]/bVN<
+V1im:h?aPjd73-+FChdKj[t.DeC'a7Z&1AF[E6a4is@X$NtajZh$V*PY2-=_b[n0'
+]Y3H]">5OW/bKq[!1+-]QLe22>fQ[@!%nAfc!$'J/2M2l\*4/\`T<Gc3n9(Z:D='4
+2c$Qo1u#&RP!AYCdk/9M!WLG+N_T(`fKMkYj?a(JoZ6NfE/V"hAk*NLEKT>KZ0`+h
+1(4[e2V9%&;!\F7OAbFj!0.!E"CK,RPsJ/.]8u94[\OAC4!(,e\nj(mUt`/i!5R'd
+#_3)#>BVL$W2\bW4'0*X1#NdP&F@/+"_a[jh7_&^;tOUZ6!%V7UHMFlfC`Xj-k>?#
+],\)r\DfI40GoDEa*LVMn-t'Vb7bG4W7fk;(q-.>9nbZVYS]ct4Or,6RXZa<fBF,s
+6G"bqML]X[*=%<C!B+5Ml).i1)V=6<>Vm5PPTl%t630A<5u"SXh3MP;5q!%GLVg`D
+!!&[pbM]b(2Ec!bJ14cg,<u59-oV7iP3ZlLY=^Qb<i<n)MRtgD)&+J)X_:2S)rsCP
+jK?bl7p>BsnbM)sM%i9nfm]H@a?!4j`t&Hf7CtLUKT];6m!`7Xn:e>_H;W$!!eXlB
+$m$C+kr.nF(r<.:?D.(@YjdPu]ai71N)GH83aiU&P1-[0.dYfgZXU)^MRtbrm+AAF
+@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*
+fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRu"*q6U)$PL'5J;uZh!5;`B?i[^tj
+A(X$9OkP<S]Kc&F%R+7g+n%X8G(9P?/c:g``OD+9dG\hEl<9T2JQgXdR[KTD!%e;+
+j7\dA`r?%L`OGZHQM0_Uc;&;:rr=<//.\/`k8^iN1>5t`l7&djgF[pqV.G[1h,&!8
+k=1qC2O<r@6#')$(A*EXn*T)*$/':>T37*`:%sF5m'.OuKF+d;dH!O8WBB4Ef_JIi
+3n*nR=(REKlJrWZ&*;nJSc^.)GF5Qe-IaU.Q\E/J6UqD/Ldt8lSZfE7c(').pemg)
+^N81W6&p6_;8s*mVqcck^[m4E>k08.4K%?O-?ds&a't1cl<<0q<1Y4",_^cI1c,q,
+ld%NH>9dkOa$bX+6Zb0YbPO6O3Fp)2/@?DK4,j`^5NQ=7M"42dZ2Xe`8`d]M?=!PC
+C'JCA=";'EUl;r7XS&:K5VQf*Y<JX"nB?G0#-(b=*n9OTTV3Cb/oE:X)'Kkimcifi
+S_oX^?9m-?\TOgopGQoP'j2?0+^1,j6.21gDu%E?2APf/Qur_.#"e7*7`5@QWohX3
+N'A^]2pL0%jsZcG#P:CRkPfLG<I<WIbF;u%VOqK8EJ*#-/[sVf]]0trUb?6Y/.`#"
+.Q0-NRbY^?4<qQ2GX>9K%Iu&;atG5Jg;9\F[rO$>"XeVVisJ"%5;=dtgY8c!*i5s>
+"h\qA%<agFdi<"XU/'%>Fp=c.[+@J%2GATVI#ec#2#H$(<_6b1HAD=-f=-cdRL:W1
+1KqrM>/p"T)D_CkR=5s/\EN'iYQB7!'b&JQ<N3q1gO/UBSNN`sUL$/%$ug)O%\7Yg
+:QS%N1)>fe>]ZWbZRmP*7o)`Y@,t76")hhN-)=TN$Ue^KSZ/%1,7JVGfZ]/5!Z"q@
+k*f7QWU]N(KqW6:LqP`EYfoHH],]8'P2/G,e2PT^Z(ut:Uoc)tC_oh\TIC!5%BHod
+&Qp')Cd%?/Of"]cW^g;T\$o<ZK3%NaM36''Q8/oKOpTlZ0YPpYe27($2XGLje88a)
+\P^t;W`5,K.oGc$7X!1X*f;D$Q)N$)C,S,LU#U?p>X`^Ma/:na0F-6m^U>r?3h,EK
+>d0CeWN0b4VOO\9rrA@s2Y:R!PEcV@N`RV?CiXZ\(7Y-;::AWZbJ0u/*A^ONW+cM9
+?#LEO&m)W&2ZeA+jPCNB$65<HkQAdt?R.OMOL4QBOH=W01`_@5m_8Al1:4Xs`q1An
+O?n$rj:?VdFuWBhii^H-i<V'VdgC]n>]_&=.<]#Im+AAEa';Wsr)MFT=(]EWRh^*_
+<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F
+'m=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj
+`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_<S?Nlc(Fp*J+JPip_!>"rr<X:7lqd.
+rrA"<e,KE%iVrnTn8\%!!-o*#qhqf\dt3$Rh8aBn8^1s(eb(6`9b-n,SJV2AZr5D#
+=_Du<354DJhL%-$X8\"WrrAPhcn9I5b3p`%iUnFFWB5/9*7F56H60sO?<l(A(FIU-
+Dr"(o,;H,<gZOoHrr?G!4?;n\%s(6Up.St!Z&4WkVtp>mq$3k=jlehojJ7t)=OLF'
+R+eGR:$]#\>%*orDED];h88G$F35>Sh0Wb7?0s'Z+fET/Oj2MCqf8nLBBh;j)Lp%/
+?gE3,>%a"G_!]g_X=`VFOE-GMqLWu+[<mjglIoh/hTj4V9!7gs#2Ah.3o8$HNANJ2
+P_e(,Zg9*\2E6P;5*#3SkLZ'mYKIq66%`6n_cr+MhDn?n-L,b<fOpuDe(F[!F>:.X
+iSS^FhV%:pC115jUq8aV!6a?Xc]ru?5;G(q!'a1r*h@VD_oo"%Gj(q+G9h;p,j3NM
+aN:38aS/MpnHgJ'cd/<+p+50`9.5gdj7^F8nQ0n[_N3#G*p`DN>I\-E9[WAob+NB-
+r7]Y;X=Y[%JkgN6K@HCn630(*O.[?]-/u;a\FP0q59`5)2Qs;YW8,5gj)fO&%a%D3
+5@f"O,4aRF[_hb*'VA*^;7nEK.E%Vk^73bb_8$?FBE%t$(/Wmokghqr%ri;H3h<8T
+_t@ZK^F).mot;qXl2EMK]SWaRo4`q6`uY#gm9Fmd+n@"K[-uDrXi(R]]*I:TgTG@7
+Y:r8ZF@f?<jAfr/muG?QlQTmQO9T9i"K<>mSEF#F-g::#`h'&3?2]+e[N6Q%B,f[L
+Nh@&s]%f73P$5I^I#hED[cu(;fJ2Vba0lX3DrNP0UJae0-r0`$*e''(Wg#=snAqR9
+6-/B@)]bDoJPbu%Ear\qikX.l[[%?#SAf9WE(o.9WN=)#?4kDhq]i6\>D'!ZL"QOU
+j>of$ofFj"g3KRCF\>-iouf%n?)[L>0gE>j__\CE3hB7?B:%CrT-e8RPmr$#>F*_k
+!8WX*fkKhXjK](gpf2]_W7fa"#W2VUb/pP;"A(LR+VZ2H*0T%D_0e;m.@Z]._k]F0
+)WaXaFq4\Qb71/uQ&'0u_@!mZ#?hJd$G.ll)Uf$$Z#7';6a>U1_[8\Q.uIW%'m=Cn
+fVU.bfW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>f
+Y0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(G
+X0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(bDs#CF:I"Zo
+:](Lre,KE(Y+qPK@/g5H7qqu'_XRR*ds*kJJ%UQLrPdIieE:2)5$Z\sT.SC^$YPb-
+WTl5`;"46t=\dti`d2"i(-inMEZas*A*eJgR5*X=iZ<"XrrAQ>rrARIr3Q<tr0?i=
+S`^CSL@,Lh:g)_c:t,8b1H^?<L_L1"0\Ys?lGDOR>I^+.iZq'J:tNWu"ToW4D8?Lu
+W.q03:tulTkN*5D]W:j^jCl3Zjc*$m>1,(`XV$2cK<n''&np3G*OD^.;am_N[VJ"<
+Xt<(BX%o6M3T@d-k_ueZ*Og:=eBl&NMgdVaI/,5`+3[M8l<7bPYitgBXQ**c[]cSN
++ueKb"rU*EP&;ED!)c0M6VdHWd:JPa_D3-;VdsP$3UPVA=$jY""Vp^tfM+hZ=KPud
+3iVRD$n6nJ:G8^U7$#=gd#?^k`Z]kOIBPr7ad5qme''Rc120cM(RD0IJJ-^:]WtZt
+R?s_ObMb[)cW:$Il9e.l-F]R6*)?m&Q9.nMjo(OJ(rW*lcW?R?:Q(Th97Cg4SPRK`
+Iq5(`Z#F,O;,UMb$>0J4T"Ne&]74hAQrj7L!7V1S#'JacL3):8qFTAeBOW>2&j49a
+D>A\C(qcj/D*$(/8#b@alY9g->FQ(SI&ifjnls9kH&"r^%!N;a,a+g[aQPtQl?=\F
+='GD`PM,`k*<^;OQcgJCR^BMPERJ=)Q(iU5'K[B&`t)?tnmkg*A1bfN<057:n;P6i
+,j.qG(/^4qjc#2])hktf70oY%guR54+.*[H1fe\QZttJIZ)?'=nV!ReRhU/og:iCq
+Q"3mp*e\X\b@dtNF&]WY'-V5r<j`Y1QLbMS3:Q@VR0rU$_Me3L[(&%C^r?<R*sao/
+a"*8QN]`<"j9Y5/%H3=/RoQu-E9P)R3fHW2^.+D#6UTTcKr[A_*[SCFZ::gQ]-PuU
+lEHIJm`*''TH&?c&Iu[YW>&Hk)eYPiN`ZH'FkZ)!J32SK%lT7rFLt=&^npH]VfnN.
+;7UIR#!9d'!+c8Ab^l0]*HA3bUGh["Z.s)<IUBTm/c=.3-C>0_>F-O,2u5-="agf&
+gBCTa98M4]9VLKdd?UXr+#%aW7GD;l0__fn,Eb!1j?f#!`FMjp6N]Xb**U+SY32eK
+O?9aufIXr+5DU(:RT*j/;NU6&!#677JVeP-PRa*(Y072^iUXjg_,6'sGJsa<WqF4?
+lr3[iPWKZ"PI"`$c&0+S]eNT"ii^O`]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfg
+ZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbr
+m+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5
+]/D/*fW2@'^RII`4T>EE'gM14o2#?0\rLqsKDtoh*N/o;$cDuE:#P'nrph-%pD7KB
+eXld@c9"S%r`"VSe4W!-X@)7b\GlP&G0\#)%6D%0mCC--a,fTuPkNt.Al?Q-58Lo:
+C$TL06[W^Mm41R7`f`+L_QQ,eWIH;I@o0XsHn7O\0qLV_ID$V!3:[kmfNk:p\Mu>b
+O!j;7r8@>4*j>BS-h:9]^[;bB!_YU8g6&2]#EUg?o]]V@k]"b%dDE$179F+Bd7[3'
+/5ApY],oGB4@(tJT0`HmlZuET]iS=!2"b`)<JQb+?)p7tfRI_c,0LD>qsj21mK(UK
+=,_.h@epT^WQ=.NQ7brUeCr5NP==!'/cPgtAO+i)&b/f!+FE,!QKofr[0P^RbMu:4
+QDB[Re-E,BR@I)6:E]84c&G'$CpAS%A&9YXG87(3ph*@OI)'T@@;g%\2j"53L;oeT
+m`i`28;V3%o(pUYZK.NG,'gmSnos3>R]i7B\C:Rbl.T,!lE5RK7fNIl3HVMD'';LM
+8K\%5D;RK,ZL`<g(o>A<>;S@:L2i%)FaY427g_#=^`e9'NeC5KVqmrKr.2FR5=rEs
+n-?I8G!5m,r%dXdUQ/6d7%/OJ73<15)X@7\r;QaCr;C_Q;]WM!bM[&S8Zql0f?X6[
+r47$dJ`-WB%CJn\[TSJtN0*,\_^p'.4PI\QT1?>L*[)_"I7W[oO&sbJ4Jf("B^SM#
+1.o1.*of.5ai<@Mb>P(ZD6Djh"c/;f,9c'oT>)bb2jeOBd1*4eWn5i580eF[?[Rgl
+DeC:W$09"-/8`B%B4X_L`FSg,@EN;UAS;iPS(T&"e(0>[YJ*aY*/NFdUDY32k.nGC
+TaSp-[6-K\pHd>:8jp-7hA-fGGG30"J9MKFUHfNjA265+,C\=oFK=_?EA/PgNL4kG
+a"!$/gCd>Y:se.VCbrmu\)qjM[PFadW<Q[(aDtNJPdQpn_>$f7R;i4rE$^^eY9q>f
+)d1o%)q12XOLg^B%cN\.('iKE68=eNRX@Bl>o\n=X2`ADKJGTW&4YT1fRoOO-^"ok
+lcV4B(:s'RgM()cG*:&M-%psGXh1Ub`D0>`SGWV$$T.Il--c+\R%RG`D`-8rUfBV$
+h%F518e.)V?)cI1am(Pi!SI]Tj,k:_Y`(fT\;l(fiXSA9fXhQ>0Q<\s.t6Wj5bpIW
+5sb+]?&GQ6(hj0++aX(UJ;7U,DhVJS0'cb@DTg!Oc&0+Q^)3oUfW2>fY0Dj92Ce(G
+X0Z9<c&0+k.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k
+.dYfgZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^
+MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(bDs#CF:I"Zo:](Lre,KE(Y+qPK@/g5H
+7qqu'_XRR*ds*kJJ%UQLrPdIies?;'4%K*:#s5*;F^dT".E6HOn8sq=r_N;i0D@,Z
+p@4Ai;Bbi(q0NXS%ZH%AON[Dmpih0+lZ2jO0hFfmqfgAWVnQUdal]H,a<`4i+.'.W
+fX0&L9g[7Sg.0ki;ZbZ9]JE0BW!.L)FNj,YTH4^$b1tkqH+bk,o/3DWXD*trG:^&-
+qZG'+6:%:I[p1+kQ>K+YP_24%q2DPt@g$_O^;ltpj-D58om=EDUn&IGSl<+g+0<&p
+eS_$uphbc>F2\m0P&j17;jtr`SE/7i)a.5n4B`C1e@ZUhG"\eIBQW0E^*l,M'GAXQ
+TEDrhD+dc2bEB<r[d2<'@AhO``XJnenp)AuF!5Id]U,UCIm]:hZjRqOG=TC$Vfh+@
+]t3,Ge;]O[$Kg4d=h^B9RTKl,Lq[R=VCM-<VQ/.DKeq=fQg8Fbra+i+l%Qa]WL`q:
+M5FE9%!>i_DprFu0om<";tB,C,5,kTce`9DGmoLqdNh>l(sN4<GE=2:q2Y1*<[q]-
+#otrOR-A-tgRkI$(ms`p&q*[*j4J;UhROp0a7?6;]r]<rD\:PZD]$U`pZBcB*g5_D
+pk5P[)D8';T$f'+h+A,Bhr:Nd2=f(Y/1fei6#<Bm:g.<Y]e]")*ScWD:$<l^(G]5d
+md<jp9ec/49Xh:8]=tfSlrT0r<A7&$E?rXt9+hqW>i&Z5FM1ub1Er8G`9l.^Po^S$
+k6;VLUK(bbN'3ZQIoNN'@k\5"KUmq7GB(R;/JDI#U_;/T*p%+OHqJUVp<)UT2<K]=
+g;7,c7J,Bj>C:E4Lk49ofp@;<4P_0s/9BJ1fJLe#%:k>?gQUAEaEG$W:.<W6^$WIY
+-_.Oq?DT3cf`BI-2Etbk+:iIiaPInlXVH950uWk'/X_Sh&]h;:(&]fI*Eu1iY<9EH
+lP9T')ejQ7H@pY0I450_".o<MBGj;_2B/9)!dcg;AV:X^7p:,S4(,^#rm9HY114;'
+\/@i6H=A-2?(Bn]bj?;ZbpuT5#-k^SX0"A:2SM/?33V!RGdPLS7.OO%-,AoaHq;M8
+4$I]5IV9<po`"n-%p@NU6)!a!Ht/(g\nt^:`CUIPFR!pSB=YKhp9HL9?Sb47GW!%i
+Z'NmQ]&!@D.Q]-u*l;8YV%i-se-"/Ob7=l/G9gP^?p.9,BrI^Jqg6e<AQ"p8dBCSZ
+0rJNlFP=/&!'fkkNqif>*fbFIG-,_Of=<"c*R*#`L7m!;&6Tt=ak;U!du!nZing`q
+`qOXGPKaZJSF/M3of50^I1d!&hfE*--b5Pu8&t!r(opu4k!ZIni>G5>aN*?Br@.&-
+aZu*j!$Uk.EthE_-/!&VDPEcd^.:d/4"/3CHmF;f3184,2lX#D:Aqfc:-^<*rg$OM
+UF@:hGNmhZ_[dbnKGkk:Q6`Wp8AZ[\T^;$^9om3%rL=jC:<F4#T*Z5I)#/Y>Z`q%0
+:qVPS8V5\jCWfrHA4ugMPn7+C`6OM[Di-gJ'e$aG?@_*iiCA^O'go`T4r%aS(0c']
+/R)$"F^Hb)2S5mDhmK!K1!$ST@tn,o\=ACh=@XW*G`C$c[(o%b9[OHWk'@Ogmop$\
+Z:_Fn*@Xi^4gL)/k*#):j9kG4oGC8P8%mSB:e`?^1`-AaACIj-crZ5iI&J(4m,ZWE
+Ds6nd>*I3t)J.uu?DXZ],KSHEJ5:Nqb2gSTZaUof-?O9^fFL])Ah+quZB&YD=ZeB,
+LtoV9mlr>o4?V9d3uM\oO3GLcBY(,'"Ld$4m)]j.cWm`d\?urG#qfX1-/u?-r@&_;
+co,*p9qi1=)N14a?t);4Z[X+<MLWnJ?1d3iakh*Eo7*&W4O"VQl%sAc-Db3oas=:(
+[$BR]\!`!+TU%N;4Z9K;_U[o6Voj"MaK"h7=?d?ec*A\8]+jg+Rj.I5QF,O*gZe=o
+[T^J0I52an4\74g='KHl#MBd/X"'.'=BBkgS0nMD@j]EFqtlbt>XI80OWc!1#(sX"
+E>tohe_!s$CYEs4GHBHLc0O0K(MdN]+9[!hZn^>=W<0iHPtaa&jQ%Tu%#"a772K>>
+rr=jmA*0sIq-!)1P&E&-C0-O(##LEk380*f?DP?e74I/8f]0VBaa6F,rgNie;D3?>
+8Bd=^[I=p.q2T)]SWR@DO"MF_gWX.*:5sIFRVfIj=/4S7kL:8$]QmK&n8tSUR6R"^
+ico&<9":p>>WcA7'-IIj,sJ56J<DG3`+D4I-YE%$amEEE37`_eh"juJ\FHO.aL855
+W3i0OGuMo7=Zk..W_;R7\lJi?qMhbi-,JC-!eQh^?tBX;q6fq$,R7kI93m.AI%Y$R
+?Ue#]H%-"#&N^p`3uR>M.#3<Dl\V5*[-YeNnp=H@6tF'FH2]^-SV<N8];Okt>0X$=
+/Yg"l[F=NqeFL/_Q!f2,Jbs?C="_=M/okH^2F*Lej'`P<8baEi*K"%X?HoG6G-gFO
+CLq*#qMq@_7pD`4P9:I@`1EFuVjCTSJCOubHB.+PlnL6q.o!ZsZ'9Xb:;X\G?.3md
+XJXLM"g!$(mC&QtbR*HRGp%tM`<"fNJDY15$-DgtTkm;uB"$3-A^kiQ>E()6D!cWm
+dJAp(N\69H>!N[K,kT^mpqG?rPft?hSh88Ch;.P,NST>@8q98$m>qS8^?9'RS(!@E
+E,fnm4"S-]*)+qSQ0S"9f!q.GfA>l#-GY19oYDF8Epd"?)(5OG>+0TPA@&`E!0-tN
+Za%@?XZhX%1((FeAJkL8^)mnlF]rrF8kjaEL7_3HjLa05l;qK/6/ZJ.\5#9moMQ]l
+M]XdOP%Zn"Y@Q?7R!&:1S#^B18JYr=ZS@AgAWE^6HDshMg<9CL7&:p_)?fl!7k]K6
+('f2l9OstJ^?=UFiufd44!MCBo2sU^p&-B._=X:>b?'0pe9'kn+D>?jm4P,U"-ca)
+\24=BF??JGXSBF_)$=>8mHQk?oqEehP5M./c&0+k.dZbFk0O$&5P`8or!<5Lrr@kX
+URdHRrrC&/C&\1MnG`L;GW>MK]SF/u`S(:CQi9;Qhit)ZD?dGJYl=^!\'=C>*DcUg
+)$g%>0D?X\%c6)A-f`P7qah7"Kdq3g_Ogko\AQR/,"-=Equg&go<tk8\9Ybm%bCMi
+o(k]%`j1+4g5:(>f]67<]j3Z(\-A!D:j\_ip+D#6ZG97T!-]H=V"(a@+'sD&H"-Zr
+(D5l>:&E0f<\a.bK%0Dk3'lZZg?gPjE`u*6UUOLbHV:2iQ;E5=cVrP"\2%QMjiQjR
+SN8<n<'F1-&+8P>_.AjkNS+4iD5f=gO!L!cQW..8SC.$U#h5%+@De*L4Wce39%FGu
+o4q"*\H6GR8ZnlmD8n!II3'5rM"Ie]A9)4Ri(n[^7Aqr,@DU-faD9fRCA<Q0j30HK
+f.p]<XfrD*:FNjW*VT;;R35&$eHju[N3I5Rf/ER1"aS&bNuHLdP?lBKLq-%6C!jH;
+FmuPVNAo*[gj+2H%,QqD1g`dl6Q,4^jgf>(c8"WNp[&`k*3`qoJ!pK2T?U\5\C,cd
+W*%oSX!Qf5U/TIQ>4+.;U3W`Fm:+C>og$!Yqr\uVac'gE&aJN?`>M1!o.2s&!6`g6
+@rlOm'6@c!M;5&qSsIk'_dT`EB!OHR8>+#5l'X6I^C-p)OQ*a=9lD:'_^Rp,KH08X
+EnOU8Z,k$#b!$k:YKJgKQS@_"%*`o^:nE:^hjGC?%5[Wn[#/C_Oq=OqhmW>co']l+
+_5!OBOP5RAcnDJs^<#'nc@=rHHKNSl)nAM(N_4ZcQfa)L8_WGah--r)"-^$/;dAto
+KrRG;fgO5L:BAR4<ZMCF(BLb,i%9FS@hW/%7LZQi=8AiM/*/)ZHVnqt=DAFR7o]7o
+?\W?;[1@_sFH7%;"G`JN4I37k3o.XNd9o6/3Flc3S4MZ/kI[tAbW8DmQcg;%T5*@+
+8^VEtCQnb_^9qB4X8N[(#M>QBCh_)B7cCZso!YYANNQDjgnC1PQFGCP's*^bWJ]X7
+W8,D4T(KpM/F.9NPKUOL[Ya4NV/@TB"88IR&sG`?n]7eeggQ;@J[g;df<fh1/RMB'
+VK"&jR%dh=fp3jPMH0ZV-:B#4Z,m+[Nh]uO!.pEmD0oR;I&3KO5%W;W0PNQWSCcB@
+%GT?c9,0nMP;/f1mRS4=$rYD2ieKN7^L+O1U`qa:l8-[>r`oGBC-G,$\L5Q9hK[Uo
+`:N=s'".2[D7,%ZB=5&s#H,Q\FB^!e,rm%03]#J.=R,ZW&]GU^I43&*OS?rL#CSE7
+9FdTI-c6JHbW\r&dIUChrbK#W4Kki3<ng[GGF,LNT$l3Q:jMIReWO=D(TV[f;E3Ag
+-dr6d%ETG2)N>LMS6oBh)-7CdoSWW^)l1X<^N3Nanj\P4C:_`V]X=X%G6c8(q7#r%
+?I$jq=,Qk.#(Wd1cE\7P0ZS7W]5ar&%a.qSat`#&0K`)MH^K@SIHn99Hrp@T($<0U
+G/Z-4Sh@\5kKbU'WT\Y/TB0a'PK<GYm]icqh.`<W[`^)5Y`U46H_ut3eX6aMaU4_^
+)"lQE*-hN>1H.'6)O\<0D7r(mFfq\d#p'"^<-Virl@+;to$<g'f<8m1R]o5Yq/4AQ
+]X?7\f2Alc@Z[afVclS<V_g?<\=(dFmCs`?BVIKd!.,UC`"!DRL]dei*df`00L\eq
+?KEpBF1-oGL0_aoLQcjf2+=@$5L#dDo*q%TDL@B*SMsB2meGU('\=PL;q$X[O/mdT
+NK]NG6pe/jJ7FXm;2cA6(du/7,QK6]*ZVc[c`]NSb/cEsm,3@>kYGo:jGu-2??u+S
+2Yr-8aOM?P<7EPhr6#M7;OJc$/#c&qUtfSF5k1+NTEL4>UJWIbR'Pb7iT4GX%Z$ma
+gfLE!m/YPr)Q9NUT?1Fcl#to[r4_d(e)+nhCVTGRJCJ_rbKG_f\6GG9>ca&(oSTOX
+&97JhhPH([p4fn!k:ArS0QmEsnRhh0NoZ^drc$c\\p'N+0Q-frE;!JJ?^Fr9>PQ-r
+-+1;7/f*_p&M$B\E&5!P3=8`'#&!X'EFb(XAbpdGmGBN._EK`JN1ffY,?e`EhU5V`
+d(_AaVrZ)=b^NO@mH9NteSahMfo]c[D-QroEW]Mao9i-]=U8WC&g],7pjpVEbedca
+U*I-LRN6acD93k2fH[oOXnabqVd%@,^F[?s=D5:cK(^s8'54t1R[0:b/tlm3ind6t
+GhmrmEO(<<&mQ"$XmK"s@kf2Vb3OihaF!-C]q.-f3NhS;8+Rhbf:D;Vo5b>%C#2t>
+B<\hXe>9O4"DMefH\desLarrc=TGCnpkE<gc`"aT`c*$";W!-HWn?Zj(mtq@OhWC1
+deV'`r3OfDc#Zn9I("-(3?(bq>g"(%>"tlrVaI9)HHK+HX9D]\hEaVGLGd6*jN",8
+B8/,S-P7]>M3snH!F'GV\hSo0O!e>;1Wr"L;X0j&d_,IX4d1.@kZMRW3f^IfBQT47
+/Rj'2]16XiJ)2oBRcBSj+iBY_`suBUUCb@cg\?::&J6P8A/LlGgSZ[;=O]o)>ratP
+I(:#`k=p<oo&'%"p$^Jlo(qeB`XPu6>9eHNWZk[(cYg$V)L3oZ8GndR=R7fBk0'T]
+;l1N^N*ShB%VE2]*(bsFl\TSW0l&:t9:LD`q/9@+*VA6Qe+qHpdr_^0HeC_mgVIYE
+l*_8j-,bjZDVF),@jg_..-'C)W7&k$?7mXe)oE;S_eE95OH"'lL;u^#oK8R+fK0$4
+8(4(,o,Gdm6M#:;-^8)hFDHf\XPZ`!Q"@&1oS-'s:*o'1?X'6UdDkiU_1L5$;3GQ5
+%7['NQ\n.<3/f8',KPsaM<jS6hP82o;aR*Gf(C-.rr=RiTVd9QC$,A@7e9*%AZ/7K
+VVFkV"iTg$>C]Z%KSDtV`C`*4Wj'Z+$t5VKQP&_]@SB%KrTnh0!))<fF_/m6Fqf3;
+_opaEOaepWo&HR+mI00OG5C88f.L?p/Or`rA!oJH5b_/0:m&Fd?Q>6ZA^j@99D9("
+!"5argR)*'*_Xa.>'7XJ+-c2C/G9#C4_pX!\?l+kZo@ApI_(L.C3DdLL04\gQZ$O`
+TT*Ig$ucLIaVbLSF6/eL-<tkqiIkZZ*Y:aB',*ct1V^tt4]d:K^GVE9ZLU2KkFXMY
+CKu/(YG]l$QV*"`eiWbrU=/4Q*XS[/bp&8c3IOh4FKWM$]#j1nqGDm"+Rp=c,\L%4
+,Yn#:F&;s]GAh5,+nZQg8!*`N1VDC^A*7WQI&Z5,FfbuC8M)fj0&g97hs&K4W_@;:
+:gG#mZ!&A2fYQQ:ELnT!_`Vr^JT2h4!"=oB,K`-gqpGns7J(cQpWlT`B?tpCq.9AS
+5+YC(606p"mA*p?<a08K-1=^\HfgY^@l,b:!"f%\c]_MS4Q.<QQ65ZFc`tM9Sj`,\
+RbM!]OgN5?BrYlS<415D:_W*JO:g+UL,iE9aDBLC,s:?hL.$ual29cPK>I"<bPKTe
+M:`=dB3q)!(\7PRFQq].H5f;S9,njC7t5G#\rpM<21QpVOKfo.T]X#[H@e]GQIgJ-
+GHJp!g#oP%a/\?0Dt=e,5*HuUg4.C5gdQL`ha3*PM^kelBdLd?I]")XRu5<2VY/3r
+M^CQRA#bsiBn[/-rGc]*UhX8a!JLD,iVmo)eeY];qK93BQ(0:?AS2^#p95\!Z,I?0
+<<Jlp5T.h9OlAHdp:"iA4$56nl(2;7[-OnQ?[:DKr`JdRQ^FRSHX=J:2$DF1/gJ+\
+FNJ@Q<J/_5.1/MaK:ro09*W\:5%qf#'QM4Si>aQP&5Nhe`&[:smQ4cG*[LK<[qBIR
+VXio6Zl_L2D6B4@Dl;mjq2$]jXhM%%DlUO8@5A(Dj<T?MC=DFl7__lo4q'bi`t*.D
+F55FSJKfKtK>0;3261(@kSIQ0N613DD^G519`d#]b?c`G@>9\-aRc532`kTARu\9A
+A!^jK\F88=ALlcEiLGhJ?;uPT\GX%ji:ES+f2("D609T_2-iiBqonQUCF?<(Etuon
+Z`LO'Plns%Qf1i[13GXQ#ipQW+sLn`)#@q5+h)[ARp8HM6YG-[+nAFjkPV<M-?dl*
+5.bIj4)":F2cB4$0C`b1rDiM\!"`&(%,N&PeGfLtT2sebE9i'1KM6''[@N(KnkYR!
+ht_uhh()=3]>*p>M5C#k4VpJp^UT0H)%'YMju0]6>LWZTL?5fLlVj><en*<EZ-G0P
+,<I_7XDPI`!#p*$m12e?opms&c[4i9/GWr)g4,J=Y5+,TeF2!gZFYebMs5:d8Ktr[
+0iA.0NsA"S[4E7QEp@-BLB0AnG)ZhSO/n/AT)J%aDRuU\4]2$gJ#_a_Q[WP\dAFI\
+]!o/-gg=1cf/C'S1i%AV!!&Wh)fm7+"[NmJ#)X"YGXR(/JN\;`ae)2\i7d%KjIHP#
+?^H)2jXeuLhI=.Fr6]SZ[B?8OU2S_,K%BNQH0#[)PTV^n;GA[UD=MB6)0*tDUfKZ=
+nTmIdd+<F-qNuSF=#t/EiIBtOMf`jO/\K]4q=Dc&pNO)dY.^c$WTk/^5%=1mO`'Ng
+XfeH*B/1NMi#3A'!2?N[lSV1f-7Qf$,O#p]NI<&aqDkeb]"!m]S[7pV'<#Ud9@FgU
+o"s9_o<s9eHM09Q>>$4Sg`KE9<[+Zb^uE-M`bKT5:-"_]NM:1,n*]a`QZH:2dQ]9F
+Vg\B#kKbJ[%7.Y!@AE'*SsADke1Qp<b55$pE84`'nW5dnX9h[[MJC991D?:*><'S.
+MX`6M.NCinZ.b$/1#NP_rrA:dm(DaN/?D&l20l@sX1ok4?YEJa[r6,%Wp4@M7=@#`
+,=h(G$qh0<`6^S1)NmLp9]1l-V?;e<4B)@?Kj8Bg!e0(7%`ad;RoIctXfUb#a)N9S
+r/p*UbfpMinqO]#HSh]BSG-&k?aYdTb?85-jdn;PA&i[#n-n"DDPhBp4iDA::R&p#
+2^1#[SBp+J+<?Lia*a9>aa7['raBSk:qE+_Ik=mJ)U=89gKZkFgfVO(4?(i)3AS@O
+BO!2th?7]KF&/YfOG#B>4AI<\$aOXtV^)2\gGjDccTjSO+6";&c5(oi)iJ4gD("pV
+?\:fFZI>s0jfm2U9[bSrUlP01eEn:"7r^LbN7'AR!hRu&3RYuW#DD)rj<+OTQgfR_
+2XUZq_[\h\motkjoWKe2r_^"W?^"47=3A:If%N![[F?P5[]n5YeKLd%Ek@(uK0(RS
+q`eY*!6hETbGWKX,"E\)hBL8$gT_k57.kBiq..gr>(ToC??i]8>G"LX0BlgiC&VPj
+m-`[F_a^6OAX(5SY?3$85nm3hX9_:-/1FG&4@4@A,fC[fPjSc27!n6mmpp"VEbd>Q
+(>9"Y0>,Q+r`a,5BkqkeIHF2k2eb/ddbJ$Z]tM(.UMkZ<80F>VUfAOi,(dhI.uoL"
+;8FhT##WR&6GSS@.<,kXqtYSrd,l<'8Yc)S9Cd8,q'2s(;VspAq3'\#IV-7&]stY%
+:)S.8]@,;cBcK\04h<[3!F=sZOu"1[W0X5o,EPBioRHoRoadq4P6g[KD#7blo6/>m
+^[eN!WNNDk/@AhFfir2?B6,B"cYrJ<kBJ$,ASr$s"p"'Fp&P/.B<`ZiN,/Sa:)$.i
+7U^H.E2S*HRXaF+Q#D'!q5*20NhUp/U=e^s^0K$O;7]:T]=gPfiN=dapdcDGRM9.T
+&>l9*nnR;uf&_XY9q"1.,ipa@:q6k!nEiVd-kI@eXFU,1?B<=fQdK*r7;6u.Y:olX
+fP?qbS+XI$j%`fmY&1"^H#04,V61_=R@6AT=,QQ+i\E_GO&)pE+X>sh3Im&t%FG8u
+C85,8!-64TJDQ'qF:TquCI%gEo66SjI*ZeRjsqjmZ/oT'[TiRYd3cK7]//85*OLWS
+@`"_0gf%s!3pa3#BlV0)&3_^NfFh[-$3p>X5`n";7[TP((Rpt<0.bn(UWctm8:FiI
+4;V1\f+E-PT;Z$aF"qAG/'+u_bcTK9>AV@I(umYEiP9I.ng$V@"JZmsddEOZ*SW^]
+6c7[SQc[rOS<m=*r8")]qOa>HhoY`7XY-3VNJhRr9c`nla"QmuUHjt<Ms5q1#*38W
+"2UM48gZ@de=nq4:Ckm'UEd>8IJfIq$0E/[T(t+h#E_.K!9R"%D`M&q%CM4_U>5PX
+5h5>#ZMM:pG@;3QHBF&JPc\n8N`eqc?VORo*U1jjB^nJuOQ%TlA-">[OVQ&J>E=*t
+eZmRKr`\l)OljtMIUm1SmFD38*eib"-1]lb^:B+/%nB+;kOfr/aIBd[Yr)Z$d@.Su
+[<XV(nOFT0-kSUnik#r:_B>&eDK=V`kT3[P2)"dGh_9>E3+p"Ur3NNMFfXBTb,m5g
+NMh(2>fmbdXaYi99\\^ZAB0=*Nu=Y3*N4"hg,MA@SrU[1dX8mn./_]Z)ufn"q.%S(
+HI@2]Gde`(e9)`*FWD3i]l0n)I94okImNJ80X:0,1-[Nr]lLYqa,%SDKVa@?:oMmF
+Dc3Y4^*/HKiNZ/Rkk?Af3p_j;JG5X*Pj:VY;BaP"(5taiZ;!sbY%W'Vq'#g312VI:
+hq:`%lO@K9)h<<*A$R`1`EerJG'URgBE%rZTD[]HrWI[arrBu=;9m4dJ)_c\rrD#&
+J*FTcI)"N*hL=JNs3R26!7!eWJ'-E1a&pmtrB7l:5O`ZRr7j*B\?UOoI&"+n>(TOO
+j0+X.oX'#j?@i18r;C4lW8tDd0NM<2I?W1RcNr%Z";pfR3fXh'X6Y6b?C&=SmU1?t
+<G<I&^J*a\D-g7?^>M@)%6a<4m$AJMTQe#oAb_s^]AKPOo8<:#CZhYUBGO+fCk$UF
+J2ndRDt:]X;F#*&^R2>+XNC1R+HAu+akh35pUIp'VuC_ur@^1pJ92]3;EQqLW6#e9
+UYK#,_R-#-=fQg$Ek5Om0kJ&s5e$HIVDo_hRH4/_o']LO43g$!eYZZ%L7'S.rm*L?
+)Y$\P(N_oW:MP!rk@\NoFY5jgmI>J'EoWJ`b&OOh9.WtI_usZI4%9_#]49nF6unL\
+[bH29F/-`;;\#MVp-p.J:/Qd1:E\9WSf8fJW9#H_$MC@T%6Tct-?u\SqA&(HOrhE1
+\^:&7?unYSmX8#*'+?V6ItdJAk?QRsWt"Ke8*N`!"F8Iq'WA4LF<,EnMSLFg5LqD.
+iZ%igCrOP*oc@qiCDc-3Q\5*[r_6CjCZY2k5U]b%cOW.MX^,YeATY5a$Y]TOA'o(V
+jMqO*LKC,eOWX\i`jO&4.uA1Q&W#L:,o@0"F4:SGVKnM"[CD7s!7AH3FniTGj0=[h
+e`G9'*`4;N4EF]=M"-V]KOH1nE?.e7DC+tr%P2D'#%&Mp3t?_*;=N]9>+EG0X1p.C
+D>ggGh63pc&KI%.nB9dP94o>LZFirp:J(QdCff_]mj\(,9,S=5Weq9H*0DIbiCYhl
+:nA^2Yg5ULf)nmY8]_)hXY>AGo6$J]^kKXR9?ZkrH^d=<C(aWmq2?!Zo3h^eO23\a
+2KOm1qeP,;Em>V`N_#EUh3,H#4qe0D57,PZJk_!AmK6jYC(1]6&82V-M<<\PH!S3i
+4_+J7D_DTN$.qVD_EZP[j!?f6).tY`_H\iN*EfPRhkg7WTkg<%k>%n0X>\TU,r/Uo
+Hi-_2:\j-oU7qq/'r[uQQJEBQ,rAZS0g2r+Zr`Ra&744(=X.CO1=]J<BL!dg&k:fH
+SqJZtc.Fj308OFa4H4L]I>N+^hYD69HF9+'bu`*"?DXP+Rcj<keXR:=lamsYI5aL*
+fpIrPW?h9"Z0'/eP8P=B@+,_gl#+=<3_#BEom#g[Rk#2\/o?d.hC+[C:]TSY-k")s
+b+37\16eYR=1IO6IYa="lm^TC=3DXhf?L@3ra+&2f<JfY9rQc5FCAZOR*;Ma8YE1@
+=S$(C:BZIY\G_@73u++*5$PVJm5:r:056aket/RO22Q/.H`.Zp7>bQ.cjK/-JiPRl
+R#)_E/KbPd@^[=^o)>2Y?Y]F\K;Ro0Y,#j3l?:a__fKfraSO>ZL4/gkN_3G08-mnB
+d.6r7m-J;]Pe=20WEnf_5$HBN[;AF#km^\Mc3URcof%A$<']oq]h\>49V_r^&dM)-
+I>QpDF0P?GGV*?]g=d7M[t.R>+H8]3,)RkMXT/?;!6">@2KgFuOF:ZrI9nS/R)DJ[
+M"Nnb9*?n?nH>%Jd^`]kgAC?uSXkG"*_l4&Qus(>H!<efNij6WB!nnQK\\01OIq+8
+:`>dWX`DPFb:j'p9mN:qUYP2idI[kabLVEg5gcYi4!NfSB;\tQCCtWmD@nA#9fg`@
+c?UhZg%4$C%`fpQQ?l$"kDau9*b<[*IkY#?3d-j(VHVm27s-,b[P)[L3&;c_%I5T*
+n$0$,IVrXk$umO0nQEWi=6f(kKQ15&UPgX21flnBMsE(:d6hoiH),;tOt0G(:DKfI
+CcjK\V7um%pni\JY>b#,QZ^K09>,8eqI[!TV`-b"k5*LFM(R?uK+gk9:tL-$aCWNp
+6tAa\D6f667q=P_r3k(ea61Wq1Mci1Q*0?Era1("FKJ$d4/+>GnSSK0ZD/N^<enA/
+r-Fm#nF/b4*\/LQF=VM]2]tmDAF=:N9XrQsO`RAPgh@3)gV0""./(Xq'Nk;L;Ofuk
+$<&Z(`>NXt^OK)$qji:InunA<dH'lj5$cUqo),/]k\4`<fs"sa%Cf2-eF%M'%SW%P
+)3NqI^".m!(UEW2M5FM1=m<LTNh:$_QTAucXh7KNDI`l1Ki(*16&7X;>+?4s6R#3\
+^UN'l-XontB?SlXGC"tPQh9$Zqt\\*rq\-I;JG<S]I&e15g8Q8d>=g$_8SE(M*.aW
+\N;8<Xl[)NGeCpAQaFkWpf&e*j4ZiOLnJ_gD@.6]!7U=GN9A*rB"PW&!SD(O<jB=.
+-*0Zaf`pio'H'GJ+LqQU7GE:GARH*8EZD`UDSh5mV<*!+FPTE)/EnqIkfC$n([ku=
+:M>UY<XB+RN"3ZpVG8!a!EOF-^</\n_o_<+SdDO\M'\$j.4d)$NiXYO^t,0<N^n*!
+juIe8m"P6cb?CO'[$0UpMjSF)N?V:+Q0./IFOM[@D=0Ck(4[&2ZCcsg970aA]"HJ9
+OCSEg8#uLB8GE)Fehf:.)!TmJnpZXu8ZM"r;UKTg;I3\4Ve9FV"iGB:X"87k)Y`,,
+kKPa!.?bh=.oG_X86XR\Osut:Bjg&db#B-O@ZA@<MLiH%j]g7e?LGWK*nWc`C@$u*
+j\II5lOeDskKA0O`k?7(6*<jn"5Y/+PV'^=+K&rpZ<ekC3(/Q-V<kiLk?GP%%0oB$
+/2d$o=T4m'I9Z@$e`-GgU]1,_q"*PF9kfaLT*UGDI(C\<@+d,KSp7DK[uKfm_^lT-
+!KdMTH%g!4#3%..Zl'Nf&_$8C<pV6Ant24!F\AiW_om@+NjjC<hWlju_&_%EpMWr@
+5j_nN465KcPD91$U]<'3Z[[Y@Z2Wk"k??;bf>TW9oJf(a])McD?O-%GrnVQ31@=?g
+Eo6E75RtX,IZL@?0aKVL1=JpM7Zf5[ON.]aiWLG/708BG6/*#_8#Y.$SU`*YT9aA;
+BXR_u/nn8MYQYSR;H^g0BFn$-c;;SANg)V6))@$;nJXPO.08(Gd1S_MEL$$Ugn#m(
+InoQaQ1SjkDfgI[Bc:"<cHeB(SWj[Xm,EuJnY39>%f>^YQ<_iQ.2"[K+N+7=Vdd*k
+<:\kBX`:OJq/]3:f.QlICKcJ@'YB]u??<+OCA4^LGaSt.9SikGd-c&rc"Cs9l$[$t
+.t[t_1`iBlE03?-X[/]l`,7?A+Hd6n><=Uo>GUgq-+$6d19+&hWW\9:8QBE"86VG`
+G-33N^Lc*N=+B=m05?qlH9S1erA.9u@3M>mY,rk9fa?>f=Bu7@=)&.+=TKi^0g4j/
+Z$E].,3)>p$#u`mc_D=X#1;L`2RP7mfoON2_hb2,Pf-?F(DZDrCUY[#Q<HJ?VT7ob
+g1@.R&#C6eQ*`9a^6D:11nlB<:_FIa"/\OmEoqXr/R<q2I(,ea3auchqBhh]U7aq\
+*obm&/O5>d!/6Z1$UILqm??PN-,q2u^Ae1Zcup`7'_9l*YOp`Ak*@jk=-)T=!G;Y2
+F2^JLXWJ$.:acF-3rt,TS_k$abK1]I3sFC&H;16KQBmt6Q*%-lV7`,@_&RI%0r[R#
+O]2C^Uo70>#2'&u==.*Trr?eWFp6=lX6%#1b2Z7F4M@V+)L^RSH)K>!6Ne$g**C<&
+BWBT%)NL47cQpc\7RV8Bo'SpVNl,5&=eD`qdMD\C#ICE`mT:ouZ0h%P"KpR?3a`^]
+n)gdn:M4Tb@;5,hR+o\.[k=A5EWA@IW&.lg'cZ3n9i*[5AL3VK;VY%gZqE:7;0Odi
+LQio)6a.;C+HS,&,^>?fRd&n9_J>blq-Na\A\IZ[PBedK&VEf@HRL-tnM\BH9-N5k
+_.YT#bF0dQNonXc:d?Y4n\Oo[5+ADlO%n)?FQgY__Qhh5OJn0XLl_a:n=V.bkW<<H
+R5RVuhWMYBKB2A$W-M%Z)RZE<L9'F<.oW^WIo=;3m`l-5Jc>_=,`rs@qgjrc9TcV+
+5s7M*!4s+ujSo30lB0f<WVL$pe=j15VmD9GapF4KA8Y0gC?S!j2WTk>_$mlI8J<5<
+j38;[k@0n+PruJ:0<1WuH#lX1NKY-`r?GqYf:lKKO4?_[>'@`BGqo7Q+<GWMhg1_D
+_e:Ugm>Se][Yito@3ii=#[P<I#&40:'if!q!'=R2Sn?Se@:e>^4M.Oqg">3XIn[P]
+e(dT)B0E=O`<;+Hif2<b&`O!3jN5]lSpRWc`30$7jbs(8hd!ndertH_g'(\d@XC'\
+\qhN0KUn49nZLA'@?+TtM#p/YXW0&X_m$&^?<=hEei_.<D/OT9[GN]3*%2rj@C4L"
+bDT"qbCIP/D'Y*:MFTMu<H?mJ32$b#qI@:Qp\p4m=Dc=93ZTuO]/D/*fW2@'^RII`
+4T>EE'gM14o2#?0\rLqsKDtoh*N/o;$cDuE:#P'nrph-%pD7KBd?/q(4'apn)(Yfb
+2,.7@:]/2FF0klHK74Cbg*Cb/Z$jrgp=>%eGgFG1!%:*pq(fhcf96)I=B_<WSE\au
+]16od53g"[h`c5.,92JqjFhc9k[,ZOEElW!8T.C&eUfjV!1`/bAV$;mnhj`DAl7t+
+Cd"B>Lhbr`hXA&m"K/8Y@f6i8V"7$iQEU4gk"Db;D/H2^`H`mhU<LGgI=]7r-e%@)
+DndW_V*"rpqdgp%Z&!V;V50>5R,]ea]i4oNVd?j^[B0[1[$>9YI3^T',6e:m+X@DA
+AD'p=.IC#'d@:p6qoF?83_sIq(e=nQRSCu[c_qE7QPU6&bIn^Aeo1klbck%>])8ma
+UsE/Z-]nS^p3*;W@RZnrbNdclQ2;uL,o]p#+7#),'?_o-BmPc_YNa)8b+SNmGPd,<
+=r_u<H0+785+h2UNZo]%rZ_-Po:,>8qo\d7K:uC$Bk4\uY.u+g,SXE`WS8^;GF#(k
+rn836Mfai6i-9108E;cY8#+^P,&uCn=3Xp(S!<0H0/7`*-b(`VF56F*"')mY$e&Kg
+aH=.D+4N&++AA`HNh\NF/AoZ"4BenI0!qm>V"Dt9)c`rj-/*GV10]EU#h*]jQ"kjQ
+=!r-dm;ijN2lE&.hd0NtVH%(L@OMK*A")fWaUE@e0Bofb$qK9E>"j<]jrLS`S^Pi_
+)q=OlL^"5b3:E"L*I?rUoc9V_=rQgQpWTt@&I4)7rr=!TOt3(]3gN(NQgVuoV<U^M
+a__R-bMoFIUDus=]87t4/AOB2$"5R6*W$nQ"DMU<W+!Kni]39gJfTR_JZqt=WZ-9I
+DXss8F(D=i-nPgfK_T.2\2p-$+l+b-WM`GU&Bc*:WJpKa3,aZ(:*p16aS)U,qNF)'
+2"an(J9At:Wab<qa-:rgr%>T@aLMOplj]pr6[u*2HW2pWCO>1/R:_1A:jlG`@PHSA
+^\KVp/Q'o[*nWhRiPcpdPIh90XL.q1:@s]rD.3X.GhfdE,VfZMPpuT'69\)\^.[FI
+-B1PZ!!a1C2sQR6.X:UQM?F(WNl))5X$^%7r5JK@jBjD9@/22@]33[uX62^k(bV`W
+cCMb8FL;7\X!^:f<L,=fd0+(A8_A?k<f8lF*(e&"\Bf@807TO5g=k^E)$lG:FYfen
+2h-MCTM[cth2jiUIVa:*b5180ja5UlT?K>,POAA=Ff3%VDL,<H1iMX#Z5F%R&;9MA
+NA"c+20cCfJ/f6F0SpJB;H.p_j@9'7b9TBKcE4Z!\L6rLRk-\njUWkecV/q;D(j/f
+<Mm$u_fVSb=DqVNUKJ=)!8L[WKT+OK1t0lfEaYFON0oeM7["p!G_[WO<Z+0ge#lXW
+GY>;@FkgoMq9oicq5k4pIj*j.QopPuYem3"Nt>B)18S\gRTH@"+;NQKD`RVs0/_M[
+)GP8&I,0"D8Z^ZlH^FS%fL73BmM.gXaMDZPQcDmf=AE9<^a6m@[hW1r[mbg_X0PIE
+G2KJsa5RN,ftBiE_o.=AL'OS"5c_/Kj)>M$TYMk#-.rOo5NWKC5;94IgYXSg:N:75
+Xa<n8hQ1@DU1(!7OpJ3f6W9/KFCDGuc$"jpL/E\67T#,b?VJ8":>OihG?,9BR'>qJ
+L'1R43.iH^Z^:Z,IW0QGnmb):4N[DOX%B&LHD[`[UVj#U&knGC>mDchoYVB%"=9Fm
+!S96cM:fDRfue;JiQ!pp;^0$L_s6F/q/\\9A]Yp$jg/>r,sGf0Q^3$&jc*']Rc_"p
+VtjOfZ#*,5!*a^LJSgYTJjj*EgjpGif9JT9Y$l%O\TKpmVoKH%P*ZH1kJc7aIrd%N
+&SI;XXr%(Bra:"mo0^Wg+.mqWF$8EHr5T2kV-MeBp@>LZ/&K9"E#F*QcWmrdq`d#P
+C1jEh3-&Lk1):<@GhA`'&f)D-^GYQ*)])34ft":Yn)98!MKVjZ#?+;96##!lo(S[P
+Xld[UA+JKeCTP::F\242I;PUE[+$\;RB<=TFQ=o--W-_`Vr@/TA&f00fWHWo7!F:d
+I%?EaCZCep?ut!Xm(Ph5`"Pnjbst]piuL'T$$I'LR_>SNU[#GYT^<emU=mkBId!W]
+@(2*:+UU/;'hn\O[.pJi,]UV<+sK22d/-q/6J[@p;=e+VkAMnsJ'Jr@nkYtTT2)lF
+oSKE'`:%VbJk2<)Di%%`2E<p,$0cM,%RF$HN+M'ZB^a-3=Ip[Efd,W7*6\FtG&X(u
+0DW[bbMUH,0PI%[o2"Vo]mItH;sG8rQ_J1Q>,8H.gFu3$V6W*$8a\b5J(YmgCAUd@
+o3sD64Cgk&F,hp_XMeAb)prDl@0-Jl>6(7_-N((Fj8?[ihU;'K9??tQh]3?ql<<nJ
+F_s"$onC^'i[_'6KLoZ"9gqJVkY>U\Y@D>E/ocoG28h*o,YBg4nWZV(X0!D1A&pE2
+FE&#Ik=uX5k\Kg&UeDA:l)]hh>L*4Mo;l-6r`@UhX_XVFQT@%"GoUiU,509k>X]Wm
+Wj;J<n<T$=etTPW1GsJ@\jI'oE1'*b!_)UM7#kaSpL5BS+EVcDq1m1?-^?MO>Kjfk
+e=k:^*=C5!m9`l'4CP_.KhFu^[e'n1Ei^+UT-SDd##^Q`!S!]7Nl'V([-^pieb&_j
+=%p5dqbGYCijuA,M"6R.AjGn-Vmp;G7RD)K,Y/J9`$jHp(@lD+&!oEO2k-Q4rQN`_
+,l*&\b<#-](5mpBA.b\,jn@11"W2&s03d-*ZuO,;d@lj-E82Ch,QkNG:>FL=@TQhU
+P@5Z+lhBNVL3t<#]gMsfIM(H;QmRn`4"*^SJR.$-&lV6OVA)*M.dYfgZXU)^MRtbr
+m+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRtbrm.5/Xci-^)
+q8H/-#lN0O!/ReQSW@1Y!6.NCrrBq*rrCMm3;J':LV3T)g&KKbJ'L)g[ghCK9k]$h
+o':V8Ylju7>CXCLJ+td/1[XcGrhY\Sa`qZOTM#m6H9WB3\`R+,nn"tS,6E*mY.[GM
+E@^C*fX>qYF]`rU^(q]D:%lm5m0j`A`;rEo?^GfONAuab%'!+LW&`%DKde;s;,V(S
+J^e9qQ@9fI^nNm%rr?X%G^B/+o!dB1>_mZdau<LM9Bih1&-sJmPN![b$a`H72Ufb\
+E(6(QV_E7]ANZ;.=[-uaHW`<u?&l@tUN*6tO/CW7C=ag"XDNAF<N9^5g4]60n=h9O
+RiL$i&XK5R-dR46QPNC.73)MWQ<'0[Q[,_o!d?L@@!L$rUZfq<EL^Ju(JCLCEo@+A
+ZT$Ak"G/XZ!!H0(P.d(jM#B=mct$k_4_mTrOGgYLUasga1caduS\mQT>o2Ap)mdgR
+bf":9GCFE.C>8sib-LUZr'KF;Bqt;^X$hs@=11ZtTg#:VPX=jCCM98LOj+30>R(\J
+]<9L7ac>h9H)I4,d\YQ6?V(F'md:4DnI<@9!Opp+%H\%cXu-:%h\BnH1,-Y9PNSBj
+nDpLVq'O8Phoj.NF@/<OikJ4u[^u,WZpp.WY/$">a,\I(^Ie`e#=]r=fepIOX"ZeA
+S._W>(#L?7l0WqO=9)gB1:N(`To4PJ]9qimA],))/sfEn9[M$];,ee5A>UFul:GfU
+Wd9Ok9!74`Xu!,fCa9F'N_QV0]W@nDTqQ45Z^,qu=u48;F]4SCM8ZP7J>%(c3X1V'
+3omFOP2?gk%q6#<(^rF6cR0"&PK=m,)H:n*\)cl$?3c'O/B^WuCJ*_AU)sNo_U?!A
+/;,ZDdlRblEZliiC'!%d[T<]<T-"WLbsNf@lQY`jADApGFp#@]ob=bi8*fc_8`Fn^
+/s>K;5b0eR$K\Jm4tSi)FSXV--mWfhQuYSNYorBt8_%<\,H<4BB9@uWWWbsAYQM%+
+5m"jW*PCiUBoq<2\_6M>cQ7/VIl6]03<&t:m5,>6h>UePY%c/\!''*&*@o=%L%_-Q
+Vtj5&GT:$VL+p+.)1>=B/HO1l4#=4KG#gaIK[14F@5#jE;rO.9DunVk!3(MU%m+m>
+b8H^CM'J1]*OZjYO7KLG#>Y3Ir4MT]jpmYF[IZ;K*R(t-eD"5hK'M%(b(aJL5:l<\
+g[*^dQ*&0(bOoA1?TT7e8!*p9/5d+:4lKi%Odp2`ZaJ<_!9Z%Jdr1upf]jQA1Kr[$
+C'2F5Zk>eahfU2]SJIhSZ$SAV"&b/f_=J3[V2(u?49#:<Z1^u>,6%Y75%aE,j^"[j
+J!^08Redh^oT(?p9eJPfq-OZ!S'3pbVOCf&#Q!`kBl35P@p$[LTIh%Ll]q?)UXAdo
+JCJ;0Q<>tD9X:8n@Dlgrmo#JG>PjPO7N2X76^*&(>U/jDRm/mFrT?uP`2W[,q2Z?R
+]oV=5Q8K\+j%Y;&9gT\8@F=K2?)Lif;0%o4i>N9$#j:_8.CJOAcKsp&PI2X7_;i^7
+Q5IQ!LtKjiZ!G?kTnZ7)Pb:FQ/f[;p.u)XErd!dYo9C6gQ!jORO&+1d\)b4-<gQQU
+"rV9\+Lo*umbn`!3>'Lt5g3jDO;K1?$b[E$fiUD.Nc3'H8`lOfN6R!mE?h:jk-b;S
+`$:1Jj%<8XB04YYk9@Z&]ZmC(@JQP:='D`7TB*11C3h7lIkC#7K;e+EHKXL;]a4lA
+\H8D(bAuma6snbMH%VNWk]a@TJ!\XL\4lJ1':)d3i&J_B@tkt_"23O_VSC>cSXB'6
+:&n1il-?siSUW_N0n24]_>/N@+$!PS<p3SU5k=B3hCJO3*Cj)7^""0D-+HU&NBm^L
+am+W@`epFP7^d`7fpWu)`N%+A=m%?h+gf=DTand5oPNTXZ5DD6l3[XQF-#YERQm?m
+R%K^Po8d(8TBFCI,]!86k(K<to8Vn%VQ@%/h<FYmE6!1>8ZCnqX)`Q5;4-eL7i^:J
+q[^"))SKh-K]gAr/9='K7Q`eQKW<(:*F"RUZ^bIh"+Apsl/+R_U$'0LIU@PBBHCLO
+L9kUW$V_0&LL0R:RJ#2hX(s6/l`Df4%:So)Zm]F_oTf1eh!^cg4$QB>m-3dhj#H+B
+:raFCP8M;AjF02`/mP2^0b_:G!%:T-B(O(@jRdqc_u=[UH2#K6V65KcEdu2ld'<OB
+oHQgXKsL#.\(6#9ol<5O3-3i61NE43a8Su'@iR;a'C^Bu5?Ebj,$l:/G^&7leZ4TU
+#E*qQ2aRDQ/H5\krbh^Jrc)[Z9)QEpjeq5?!0j,Hlc\.([Cs,uD=pUi)7=`:U.-JC
+j7nm@T;ft`Hj`kMNL-q45I5\m*iDkkkKW&J`+har0o"LEGO7u^SFRML6ES`WC4(**
+rrC>'raL/:o/#sSa'J:U[6A3O2,.:@f5@[Rd^H`sdP#1<2_da"^e,g\`k*/<C1`CX
+?HU7?]$lQAf]<Ne,!#/5/4@EpXTMVWJjrVpQo)&./'iZ_r7:J#k@N9+a5rANCk"&g
+I&l@u:G[:2cIZ6)HG/+9W8($aBkM!o4/=!JjdJ\SOg#^qV!RIYPHtL-lS82*SjSPY
+3/es_5VnYc.Ta:`$Q7,5VBZa>%G(S/;Ce>>no*Z_SUW)<.WruL7_E#&ci/FlrrDXd
+Q@HknB_,T4&d_`gg\A.&6I.KIYd'&h2!!Q:V`N\bm#<r<p7I<u@tOuD(/>>l&k@]q
+LDTQ+*j0u/*u)pR='d)uV0Z(p4\,;Kq2+pBY'IY(5#Cj\f=]MmlRb$L<:\r/7^;%_
+^F2Z!nk*?%dq6%V()M5p#n`rgPa[Yf\]8mUP<^g3c_`FMaWajI58&`Ch`^jt=!eQH
+(At/PCa/lZSCc6V2/b,H88280PZj*8Wd\i2C<oe_SU&+0'7/mgE\DCS83+$M$T.MO
+[@)#*_GS`m+HBii'%<s*LkEd7a$P.6%=dOX4SG4tc]C9Nk+T!Y!7!:t>DnOrIU7;/
+B4nom\7Bfjd^;U,=Y4a(;UGU?l@@KI_js#.1kQXql1&_9NbX;?O.nA6Gqk>I1(UGG
+e>^8.9P*hsZ[i5AOfuk[55FM;rrAR;rrAQgr36+.][QL[2u[TPI0Z6a97O(uBiZ-@
+`RWModG".W4Nn(5d@61pgLaNoI@m@XgKgSVeT"4tSl$g7n=5Z`Zu/lQ2\K\$G@Q5;
+_i/*Vp\-aY8c1BJ7JVr=^\M=$SO`7oo*<P:J*&-RMoaW@RXBbNH[R4m.e;Hf7#X"B
+[Ip%Bn2,6L=uTc`EFGC*D%;?.F<b(h`,PKsTo16],<28KA0hOTe]Kt*IEh[gKT'G[
+CUXiZ5]e*mO3cW(o)&E+n+30r?@1)t_kI'BC>N1BI*(G2D%8'b=F@o4,eT$087hY7
+4WW.1MfPi0<:2R9+(]!6lh!.jb8dnZb;eQ<,a4:Z%!cf`rrB+ELPn.31,@LNG/R2d
+r,Q0E!%T_oC>8`.55WGCF7[q[jjo!(Xi2CDc]i?q^6@fqC!h>S1)k(X8fBe^h#@@p
+BuGQk@@GZu3Wn%)eDS7)A.U+6j"o\'S_!T3*+s1d"RjP^`/r&M,?N(5eD&k)qY0pK
++.^'4jWDd[h(m9qkKGCNf`(r<r^rIs/BF.!Gd*ID\@&UD>NoX(D,7VkEE_MR(UDah
+:8:E.A20&kO-A,eE0$e4D%UpP9lec$M18^!#EB;bkN<B=:6cXXD2trJYBe#Udl`8`
+q2`_6R$u?`0)VXD4'C%[R;?MnF;FJDLd[ArR]=N\Y%te8q_M;9*"do]/C9(?a!&RD
+#p&2UO@N/rG%E4m#8_Rnr*,o^44bjkTB>U6D>]Ip!'#\87AsFM8+UZC5$QLKpE?r#
+Xi)-DO`>ScYpgB?R:?@6l-lM=@-g#ropqk9K^e6bRTT=FEQAFCm:RuG#_,I4OmuAX
+E3m`:AH)Y"Jc*a`fB3p1je'a;'?U(Ujd5*2kurF>k],lD?W`4jBr&%\8Iq\u,\-+X
+,;B8"X79JtdWS])Bsb1fMK?n<e!V:Z#`O`(&M[PZL[!m(3@?7oai%+@1\n%9r36+>
+WW)sq>?Ln*W$ueWlu2F\*dMc*!4iWMIY7&?%\l4;l(=K;G4PBi5N`m`!%GRCIt-RJ
+omb--+#A2#c+6uBXutHe*Ma97CCRtSRgPDajD)dfJ>rqdXe"=TZ#m>%G)p<O5a[S/
+=Q9KJ%Q>h/=!Q%!2KAXuN++l#l>CC/[f6>tG4XU`r9<=X0Z!RCV!9XK^09*ae$Q;6
+?YFXi?Mus`(t)W8p!`?Z=sj$gE[oU,0&:T2mJS)i#'`d636Dnj-6c])*4j%GX`q6_
+OZ"N5C!HbTqgIYP5Q5]tni#h)gHj9#al^#%0:<!HQ*"E8VV3jr<"cNB71AMiY<WbB
+iLN3>fX+dC"'6LT=lRK^iUoM]B)$C`_FSC`A`H.5I>[RD#lN/LIWbW]H#N;$rc/ZW
+](5NTk.g&.Qoq";>Bt!S<k-SZX<G97_-rLBPQk9&=kGjL.\`GZAo<AOB(k)V9A+RM
+P$2Z=o17#N:/[iKgZ\]tU;gG_KW!=]m>c:\bs+>iH2^9Y03?bQ_<27Lc[+K?I)i#X
+J&iDV?=&pGoI9GkOB`QQg0#c;8<lD[Rn4h)$2CGU?&dO.RG0cYj2[$ZUPg,TOR`>N
+H6LJ!W"XOF<QJBTnmoa!2G7Be7DCCdmJ5;*rrA$@L#oEQ;"Lf[T9HZ'A+KA!e\$f_
+jD.D,0YoE[V,&&)>KE-X?W@pSeI3Fdo#^4)rKF4@/PMroPEmrF(hE/.`C'BPMW>'>
+8GI_*EgS`1DLA#Ei#a=qDu'!+r0@3Nf=]#sPAB<q3-d=&G;hRTO`eDg_kH@e?Ib4i
+B9F4W-@$iI[;rX6R7M9-`+qZ.YO!hlHWN^i*WqH5Cs`j:%#/`E#n^&Jk8F:"4DdKG
+R):@,Q('#bDM"Y$^.]X?&+aG[?=Ni<r2KV,o-U$h$gXG.>rU)YIe2(c<'#Z3hKjA=
+p6p,_N0"Nio4KY\VuUG8*L5=S/M;H`Wu9,+SDhMIaFHf$>Z79Fb@+[ZN3gVS`]J$K
+h[&KtS57;BR@\NuR/F8fm[DSp+#Nt)q2bMq#5cP$hI?F$,K+N(UP%+H5=O9BG:OY.
+aTQ89IOYj'f5(7*9A;Lu(bn#>A'k"VNu(@0?BH[D1Ej<mj$t95'75omCLV^tH)H+5
+IWg!d8,V1u<4phqgS\^LQhmnRr3,pYXn`aub$Ruqo^GB7q;AbKD`Eka8JrKF%'Nq!
+A(c9oX3IJ#TcA*EBYo#QPJlI6X4.X?80*N#I&XbhS8987DP4*njI8^3rrD5SQ*h.u
+a'UUtcd)AWRf'enhfiY,COT'dd:9If14;M`Hcp3*>K)`%PcLW-&lDA!"\bs]AG0VK
+p4aSO.:\[.8o]uU4CD]Y$tM@/X(0JgXCm\Y(2j-P;fi6IJ'L-tq9S1FbjWi(rr=j(
+D[g@&ISTgV^X0.]VK?L;4+r4201=OL);X[)O47+mY:>e`R$K`sBqs@MI3+Og1r;7n
+@#W>)cSA5kGofPn`ap?*HaJ%HVYuO%RlG%(DJW>+YubPV?(2RPCfT/n=(]EWRh^*_
+<S=WYB#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RPCfT0Nhp%ekSq$?hTD0#oVuH`/
+>t6st_>aLoNmn".L#N%3VXSTrrr@<TH2EN+s3pF$o8:m$^F!dJ7->H>[E<@8r@tXm
+rr@Z(Y@o0l578S1Qd!'89?&3?n:oct3%Z"ONPL]-hiho@:H.O\ZF#af$+hY\mPD`W
+92%_[lLT&9@!UM^5:uPoJlIT\VEtm8?+Y$F8'Hce-=th_,TiUl]/rc.8At'OG@b>>
+eO7/<5::Rj-%]>mM<E'?D>PT%^mZN7Cd&Ch4G_41f[Gcs76R8Zk;o.&R66,0S'\a;
+rNh5-(F27hfPWBSa20i[+H5LQ`;X;jVSV?*AmaLO#HDY&WRq*c^r2?Y@\@mZOt2lr
+E1Z4?-`Y-2d@kIim7M"_U-:KL)K?e^b4]I?1\QS)kf:Fsondd_.X@'6cnet0S>N'S
+%FB\\B:..Io#I/90(!-+QN:&T8K=(il/S>i0k8ZC%U0QQAaJ:(L*,o1JjmC^np[('
+IV/Rdg=T]fU>>$19&?q*F'&6e:MT'4Qt^cU<f+g]-bP:0d4GH@/%EgYg3?mko]FQ&
+a>2hCL3@sF&_&Z)6N7%MA;a%52.cuK.oO"B#1os5f2T8>C9&:q3@u";N+OH.]S*eT
+8J:n2akDu'Sl`4?+f0>9D[s<]Cu<!-GG%tAOm!!dE^lc/%W7G6g-t.n"8+a1N<;#Y
+7hNF1>kH'uiNg(]2c1QVW#hWXDiq=md_]H[\NWOT(qG62MI=OSWT&:]XQgS<aTU25
+.\;dr,;;M]'8\`l';dCAc@NS%k:>.TT'0E)C:o6;+PSQ.lXqR+?M*s4'LkPT_,4GF
+Vl=_01]VCab_],'j.0GKZ/hm'X$nk=-h,6<NMoKa-O"O^V$0At<K\=s<h!>AYtAnD
+Y2FEdP:s+H>IlRr8C\I@Q/eXeY;n>u:c&X6MKn3G:@g*;#t+B?FftD\HkG/a*5Y<Z
+C"VL\+#`"6.MV:-.QA;bKt+a12]%L/?oS7u(n>t)$q%8gTnl3Y(IfJ]4>NXTVAD\R
+;s,/4H-aUHAb)pK`S[$^!5uHc`g\TgVhiUJ[!*t`]>Nog:4,V5YhHXOUX]9A4>Qsa
+ELn<eaO`fL7)p=.pL'%,H"TkB2jA^!jI\%mD00,8l0rDuCgHg$JU'C,$TSBXdrJ2R
+['S(aW6)$brT7!g7eA@Gh6db=7M1;=Y9rORO7L3Z[n6LqMp;*AJZ7L#U%tV1=+4Ye
+cu+7b6V<gFL:F^u.&t-"O;A8bd$%21414ri2ej=QbQf+1+CmLV5^H,=V:,4I7i6sL
+pUH[NO8Q''2?*Y6(\;2&(IqUL<Ba>e/-u6Uoj=j0__Lq7:K*A8p:/S[<]aM?d!e<:
+#E.RDf8?WifPq!W+C/9/n]2N<5Na)h4QY`Z2>P,<c[K9mPb*<o]REfN[[EtM2i@UO
+!@WIKh-8,M]-j]1oSDQd3O$kW9:JGLa+M6^`Z1Qs4tHJj40E))g8B^`<_klK%587c
+r8U`mSl5Kfd-SM'4O9dJVt+^S/\IGGK4q\DIhf'9a_*3+^hs(Rd52FZ:o/UPGnX,E
+=T,>G%7[6HYiEid<-Y]Y+Rno@)1jg2A:!o!q/BgapC=>3f)Ga5*0-lX0/*.98,V'3
+\!=VTVs$%Q=n>FV2#6NFlX$g&Qe+TLe(_B(H'\Ei5tr8c?CTZJimZ4J/N,'<Pg2h>
+5h7ATE;D_%MIk^`#a#=^?J#WhrrAQrMGH&(RpPYMk1?1h/$(l)GhS4LI'MeFX(8KK
+]T`Sgl7]5)/)&0#'m>Cj\&HrHLYBtI9ofLR9nuPb%N%r\4@1u7Cj-KUB^iLb6oqqY
+3gZ.^.5[)9IUVOA!1:2uSu6_0lMao64KUK+j/hdQ[Z9o81Drg]Y:KI)Rl_P]lWi"U
+4(C0c*&N=:65,U&%^Y:\h9F?e,9nih=1<p*X2"JLmk)<9`KuZ;I+>Fb=#q.emX4Qd
+O#^CO\C<A6>2ng_T^f";`9<f)V\`(WmVA6C]rBLke=B"f)$sahAJ.-]`t90Wh6[8e
+e&R+Oj)1j^P#!_07bR#iC@_B)SFu>1lb7\sZqi4;5$#>-f7'hTkmMo7ls<C4_Slpk
+'dM0q5S,9lbT,HLRWp3XKHZBrZ:?;T]o6E055tVP57XIq0!<^LE.@$^F@Oa*P)&1\
+Sd4>sY%I\6PrJBW5=Tr_YH2OLf;&#VBOC_dAZ$W)[*@M)2q7Vo37HjacO]d45-?B<
+3kc[K^P]StYl(;4L<Xp(Oj<3dITL5%-g#T_q4D/:E?:gUH#$1GajC10Q;CcLP05C.
+&6.cu16iuN!!NR?oCgIWg*gXt]O<fqqO(!IZA^86lKq@!YN8RASt#OQjh&8YBf^t1
+VeL@VlC-4h2ki#LRoR%HW=XAjUP^m]0%Hk)LM?IJ?%,o;b?R@FJGu]2Lr\igN-Ic$
+V6#XT@K&i$q:j.4J"F#32u/*sgWu=:KBWj-Y:`BHH`]0$'7EdHhX2iNR9!+C$R[5X
+U!(&,[\]e;P>=;Co4!jAi5c3:QWZe6WuH70G_Dk<%1q?0OD@)V`?-P4jfYZ[F0'Y^
+bW>+eQ^]TinSdU>/2k)iQG7J`S*RN2gI.1!.tW5h#\"(:CiXl,Wr2)3_AM>1Tnqa0
+a"0I]Ls[TC*E[OgLP-RgGHO`V/:T*+Ij&QNqT"u<2LOKZT;paOXd-NoL3OKbf%jjL
+Icf50(h<4UW9#7(Ltc@,^=DUeHGC\b:Q&!\^[AoB8'IU9PVEc\2WAM-5FR(e>$'jf
+5"`<7oc*9Z5:$'*:@hbRYn>Q&SM[lJAbAq#!-[/lj$rMu?Y/rFDU1=<.R#1>A!ck$
+cf;=l`\LQd0!B*U)NC]0ZFdA^;(l=C#Ea>2O\1ceg]P!#j$!bUG7]3scW7Bs:k-bB
+Gs^9VYO_S]cI9uuonDkrAFeXR&+^:N=KV80543,rOl])(r?<4TaRQPMFkDT7:&^&n
+B4%-0.)LEmXH8OR9NKtm,FB]pcns//"1sb)dgZ/Trr>%IVs)ahB_*mG]^=iGbb%&o
+UI)K]e+q$jBK]Q/0'"'sg3pBA;-UgRLj(!l`"#8)7^LfRg70k5Nta9WKXge"5-0BS
+.EIZ_5hL0L^a!I5,ZBQ&%(ZB<S:'o#a5q7$?fb/9[8kY).WmBtl<6ZR83XA&-^U>p
+!o2?^S7El)i"Z1k/MK]K?!$1])PRHXUh#GXg9UZFDpPt*L_1K[<pb"GNH>)=_@JGJ
+k/5F"A,OOANj[tS1X+6l_bU-9\shII]7!ifBd%`_oR=*M`p?i;&oepQD3jDaV9,R_
+9,9&qTor5+3C#]=''IiULtJ.iYjom2[N-=JE,G(Aj&_CdO"L?Eq-..9eMRe#o0^cd
+H-5R>,YMpT03!!#6S=uf.'4FRn>jRKX^8CPj7]ZZLH_=m3'kBA_Z5URnc&SJ+R0J6
+PD1naIdZ9:hG4!%][5fkAb2h^f:DpA2JmRW-L4&o,Kt?il!ka!l@bN^]poW?AS#13
+XHd0D:8HuWU"d:8O6-$/FRg%Wil;*2&DV>hgW1QUc$H0V4#i\i5=PSPS5HT?Y!4N;
+^\Okl?SZ=;P^;GoX8.2*m7'`<['G;/)'Omc5omPLiDIIKA7Hg^ihQcnk3)HQ2G%X0
+$lH7m;[Gf:KQib!1,mjX08fk/O/1J$]"L85\G6O'f1kfGZ2'H^l1_ZRZi4N]M7gs0
+`H3?`D`c^mDISBQWSeO'INhKXh_Z8>eBP+M*-hb@EJR-?%&L_W\&JIpT(`n'Q[,&g
+O3F2$f6k2O,d:KgqK:AYF$)]*&j*Ul(1cJ3j9$#E.H?ZWF%Z^BH"6M66:9WD@:V"2
+HWfO6A,^J#6,3!*jbB%qH,IjT:\/5\%[<D@PJ8iZGp/)E(4m6T=Dh!2BI8a9J?flc
+G8/<iS(_]2o'.Nb*&?R(c\j%q/j*3_6bAsK\ROP"Ud[5`k>V;`r4TZ=^!ehH4\*g^
+A,O0n[;2tJl@*15-,N;0E/PXT"Am,Q0ZKc%Of^-3C3*>-?(i9N;(1GEL,%=J(bm+N
+2K4E^1MpMoBC_N`f)G_04I>l]5,EZ;ZfJ5);UFcPU_3Q'BXK%]8L:AS3@>o'N!GAG
+LU?Y^d:CZ40Zc;uqr(q2P!P)K9=_Y$9H3f4q.ZaUD#$Wt6W_"7dk#u@BptsNX@-Z=
+;bOc\nh_Df]('Bg.rAH1Y]`6Fk3U=k2B(T6P]uPW1&HkKZ/^gh\/JbIbjW_>/UhS_
+5>q&ZRp`aC2Z;X,)nS[FhWiPSej1mqh5nfi7k?DDA7=B6AUU!#HB-5!7o?1e0sLt.
+as9r\7r\t#%O"m(Eka8Wc9CP4<'&`YO7U]h(XBL9Sr[ldC"Kh\n62A@/"QpID3E<Q
+eD2R4ELK/2DEFBBCAW?!8O2=a@)O9R,JsWLrf!rW-b0f,7l_AoAs`Mt34l)bYNB*H
+CAc$A5G('cq3U2QjP0\72sT:">H9n,#ms%<'tb-s=?NG'\rog!AbN_eNXl4%4>>7F
+nKSkP/phZFG4^Z"0QXRDh]n:+0`M-u4m@:"*^dWfr8Zom,5KFQpHjqa>!JT8.:?B%
+oX%0>X`#>lL0JqcRNV69rYF<\bY:%'=g8C>bDREHH"G!(0OuCmk=17MoXj4jAV:[%
+1dH23Y_u6U!1[*\RXSQ<ht$Nd*b<m8juiJ%=ZkT@H*6Pm[+0$dL\-I0g<4+C8JI:L
+.`asLW&l!@c0],ElS.UD_@Z3E0o,gS-'*D3JL84HfZ+,(#d_(N<g]bRrr>%9IbH`N
+[%BAXFa<`Q%=HjjbPqPm`7i2LW^C91W%+mT7;ZrGECiC1.4h0Kgikau^=*T/*aLsr
+%Kh`#IYa,,*VOc(-9.&h''epjS8/'(P<)I@Vg_?SdqZIIEILOF>'?g;4DP``aY`<B
+ZAgJOKEYn89u;Xu2U!$3k'U+Wa8eu68i-36ELu&)L<g8Hno[L,^(KToO@c,EBPTi"
+?<mEGo1,/>T/:<kjps<J?J<*-kc=YU6m698hA2Y_79(uZa:sc)=ad$9I2m@^Y[Wj%
+a+>074CT+R;6(]g1%8k>%l8++H7q)aNFp.8Rh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJ
+G&113YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&ID>`)e!6OF(!'$tX!.c5\J+49'
+F0Y'RprMhepg,'=D[.@;pQ5-A\@Y!*eEpW7MAjDKrrA?gI[rJ+-.]K('AT(t3SAnu
+LHTuQ3-F_qrrBS?$*D,k/G"<.VN#WM*O_i'as*^Y$IB#hWVa$7H)f2T&k8#S2<645
+.spHCCSSiUGtba3dWsq9Ymp%T47N\EeqB;MB:aLgB36EK!:^K*q.>6nr#(5+jDj7;
+&%mB@28rj)+;pG^Po1ecfB&.n&s:ou2cI.mG4[)JJf]dfNuKIWlQ1J2/N'$`KcFR4
+TnErB$+`_E#H)CSa!_pWdLM2CA]9ffmOGqNOfP;!:Vdt@2=4TI!*kEWO&.lR2N%uu
+),,WajQra,`H/'Q>I0?f:ihY:GCIbUA(@*rgl?jHX*I@\>(<+cbncc8UYP+CO>W!d
++9k>=#85-bS9?8+)LnC)].Sh\RpdT38r5[;'P.Mak>g4q%Tnqm61kWk(27<LH&2F&
+M7ife!''AIr_uPQHYj-jH$#PQ=*lWsX41+5TI4a.3X)>,VQm)bY`noIhI#nGl?LmN
+(GI)50Z32=DA4o%)FML:')C9_Z'+9Gcu_4&-E/l,3eW3#p#WGp"0T%se/+J"aGY0c
+<(0O-b9bis=X6e4Ulb4U;TV&(F^743dI`eKQ0a_=P&N;ol>rKL/%jpr6GfM^cGRV[
+ED^Q#K>R<-14!YPA->pi,RSHnB2$csbImuB+fEUd(+\Z?j-]Cm'EJ\S2)=\)?Td60
+QJ2;>gq&.^D^#YT9!fOaN:]bgVV:3#=_;tNamcEVY$l<N665E4GaU/BNMfJkgVg(s
+2*U&_$X:"7]TS]r`hSjuEY+?gG.HQK6d6\!\<Tl31oF$1BGPSGSU#R$lc"_QeFi.^
+0?>.<^(lP'd'o0&Y8g(>i\rl;Z8;'4?k14)(s1B=ahXe3L%r6LP3MP*=+eWb/LX@2
+_hHiSrTm?YW)?1(gMg%]_*8*Ib;e4q4rGO>!Y%7I:C1C6T4]9N8sUFN$CZ40'',&\
+G"smn7O3jeLn2?Tb\;-,Ou+28e;9bS57]4EQ:-PEaRX=jcdZ6^l+]/>[:cFQ>!@qA
+li)4[Zq6_@>#-\`YC-kMlh7$Dl'a\R.eRJnKu\<RYfGD,Z2lM_a+bjA1F=B.o0J_r
+9[6HR!2"(mH!AQT8"=Gb/p+V2)`]bNriN/6]![7;STf!2&H!RgPX7Z6#\E(pZ-7&S
+M^FgB.NjWR,Y1IH]smh*_D:-3i[IZPR4s?+FPEs.1(@X@TqSXa/X*Cr`hdB`D5l?Z
+5-Ql2Sm0rrEU(cA,;Sd$V-(!0ZFs#_l\C.V#;.<G$IeGg^U(8]Kd;Ztp`m;+3RG_p
+XK!:.`mcKR*PpMOYs+=[H%gDNW::]U.!@-ZBKdTg`t'LlbG_*l)dk"E]-+h/oCdt#
+O3oZH1#H_L\!SM*hojk^dVW=^:qi),ok!c(O7m'ZM;?=KMK3-&>BIG-RY)gt!/TK0
++:*VppT^#M*cAgn;tF:mRk1^[mI]497[hW]XY7&pB$+<cW23K'6BVg2U_#o5b_NN9
+H1[[:W0&Uk@W!`l.s=S%?Gp4S/$V$p.[C2kp>>OR,s@$P?%i&<[r8BQ:NpXZc+62d
+G@]r^"5Cn-Z^pLEAOc`bAjT@Lbd:f`alJ#(hgLf]KmmA"VMXG.D-H[,S_HicYG]k;
+20ks1D.T$cnX8e+H7Z=reI7=[ncT#-Em4B-Qt6knS;#S0Qe7((W44<fW$@9fm7a=o
+m\K5faS1qsfqeGe::Si]2k&c#L@T[N0A\(6/!Ff+S',]p#HJGE6HHnL;Q<:F1,E=(
+)0!ck3pub<q([i<SVg\JQV2tTp0LXB*,@M0?-]Wl(T)ErCK[=>OI8-3cK,%4V\>oK
+i10K;Yos5JB`^fX&t@aKOp*)MT%QeUX"&9VUVpYUFsA$O'"#grn]9;Ml.daB,p%WI
+[1:30)B:u<?&N`0[1pScPftOM7RgSke_!`qCGu%"e:\Cg6?K9m/1qCM0*lhI<FYJ7
+"4W9b'Qr'siKB]>#d_`Y?&'.8C+82#*Li5eN)eQA%hX]20,8XGC:]D5PG`.6V:u`l
+dr"3X\n)&471'nPJ2\g4G/5"g,_TVcOT9aRa`]U1ea0^2(J348k@`9:RlE(&?.>Vd
+DBfe6=^-"p=B$?0DHmjk3F\W2!b-T<A315\./fjuf.+1ODG0oFn%u6C)P3X@V<Ra.
+S^S=\e#fIX\Rbr#NYF,,!P($c[K.9,S7)nJ1d1dMlj9?NG$\S(oY#HDG*>\PXR5KC
+,]tN[%ErT=AX)Tn()7(O:Jm!QI$;U7l@b*l]G`9dI[@-%Wl_9]$o\asLqS-CL:Drr
+%k8iF(501!8B?kml`hRm`u.._ieLsW-1MifG#;WP;1OpT'NjZZqM"pR@2(X48YT!$
+^!sC*nODms.kiY=!4"!_!@tBhY>L>]!(ccUYiCoAN,0ZjW]W`i=(UBoc&0+k.dYfg
+ZXU)^MRtbrm+AAF@]mt5]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)`2Z@Om
+!9EbO!1[$g!5OZ?5PU-$3S=$9r+'uCr%ATZ2hR0XqoF-1gg-QPea=ONMnW=4QfPdq
+n?>QqFj4X\PC:,+a4kMPl[RjCJ0/HF9RU4_0D>Lq*mX;__Jd<Y5KjdD6"ag0!$.]/
+dE*!U'mF,1q4.'W]_s!^'?O%O6;>/I*p91VjG,^W(@cgNV"!N+qS1O_QmI/.*jr?O
+B--Y>Qc.cL(7]q`#Ai#W]bt<0g>,<0:O]LCIk*Y&@FR+mCR/#o4Tb<D>3@KaQ]"WA
+Hqb7f^A/:Q+=An,)gYeuRg=j,+2n$1cSqQa[&Fs1k3:NRD<e390Q$#l:iTf2[AUHH
+oU):hp''#_EQ1JDG#\&*e4ZY7NoH2@'fW&/%<;WNbAD`Q24_r]f;Vk_rK6"Ke"3&q
+p6I[X).M74S*]!i&CM/J\@_UC%;ns&q()A%k(mr3o'43eX4nb@ElY?&Vr@0_>Dl3C
+8!+^']bO`$)h-O?_`':$@EL\]O&V*cgs=(N-:<]3G@rfPrrAA"2W[N3[0^t8mEpg2
+8e4K[OEgk%7YeLq`eEPD5$\rcb0#ah+>qsS!)1pdVe:6XZ&Uqs#ji;b:*]OJo&lMB
+!%Y60n&ua<5[3ib\jcIcW[OPi69\lf/d#B^7<U!<A-DD)j4bl?&]'PgRBW)i&0.'\
+STu!9IAuIo=t1J:!#%m'g8+(Sho^+]h-JHD-`3QG,>T4ik;8qW`&Tj11bq%ImOpd%
+aO[N\mGU]M@OEFp;dY4,_^'QiP#u$X+!iAT=?&K)*$C>iR^$<<I7""]od@E$m[Ttr
+9i7/L_\k,'+tIo7/K1QEm?@lZF#<`n2;F@S3\Z`P9*%U(RVgLa+LuZP'i/QVn)AB6
+%_$U!2-qF"0q#.D,]ZD'Z:/>Q0G3$Gj^E0i%bW'7h:-)eGc->-/\&2Wk;Na]2E<5o
+D;>pGP.1W7?oXYr][CD"or?BjE,nIDM'eW7N]*#l@&)U&5=;jFg%pm/TE*_-c**E[
+0WVt*e?8ptb';`qi0TX4^Sj^0'j>p+%K%u/D1!pDp6Q:=(8LT33=M,)YXa@NZ<DM-
+b8W@^Fs(BZ9t7ZUm#Ln`YN#,6S?KT,`Vdm`KrIf.po.0Ca_<80!'?Ae>%VB27-DV0
+bD9MF"P3S?DBU"@k=prWaS4dBSr]cJ;1;k*Q'H7ZB(FcCh1qdl2c<FhZV;Z#&Qr_6
+R)mKd>b4Emc%g.JaZe+r1@6_+a3#M;2Y$iEnlub.!'.W\Jbaria&e$bo/2PrjIKXF
+o>ZinkWW=.8A@f'7AH2V;(PdGa(KG73/Sbol'W6l!4;gh`tu(lk:Cm@B[7BtjN'<*
+ULP(Z,`k%0W3FknVfFg:E"t>O9_4n=NfA+\7r\d&r5Idko%pdQ:$,5,kVbIq\k]/3
+C1juM=gCIQ'9LDRU+WOJ=(Pl6Z069iN!@YMEl'[O)%"/Jh`mpWDsMCg,T.'(MWP#K
+5)_IZ<rC@l]Y4,fkIkNSO_Y9cX/uTLb[+8(9XKPohE?)2J4j<1:TXE>8M[tjG=a4#
+doqbh%4799Rm%,<0oR>5).)C@jm!l+X3!HA7,$!<?Yh@cL7RJ!/Sb:co9%beH1Lt8
+<OgDZV4F9hZI>S/k3=$@>0@'>(bMLo0ouB7+\3[d46C_!@anlRr,RJt^]R!]q5(Qk
+Z2fM5puL`-9T](2c8r&@?h3m>5FFIa-^a?bUMI!8Q8BTd/RmjXLUZqe]=a3O\R`-\
+pd1$0Ct+W_B30^O':cjJ"sY:Nb$5OOGmS9iW?tr6mV$Npf_N#J"4);6jdr$<H'0g-
+fm1X/g-7O^pGUT!?/7ql,k`>g5HV#LY1F)[e40OhA@CK$bncd:FV0jL1Q+)pa)D2M
+aBYceo^,o9NZq!(^5!,5]^)_)BV'Ru4Pf2a1d+LQ^1N!brr='0VaC,]KtZ<E^#cOi
+@KXPe*)7`SEA1k7OtGlPjed_%6?oc'$,ZI/g*BtFRbBi0rr=rdB9@CXP#'4"!'"b#
+@%YdA2RTMklUg1YC>R90e[:AmoKJs+[FLKX5[<$!Xk'H!&?`8c-)FY8P'^\+*@u/#
+&U@bU&WiCVV'"+,Q8rrJ*-T0u!1:Jko,b$;q+o=c7b)<+4QGMd2%(fhrF.c4drcT=
+:XD$YZa:uN"7rs\UQkq$+GNBb9ZGFp0gcrMkD;1\7#?saR.VL"!7aKt0;ru.+Vu5j
+Sn$9WRJaI2jnO4uq5GI)X?;u#@AldU%6hp_6JUFpUD0sM:"0Bt*TL)_ZT&Q,?1VbO
+_8^"@EUi;k1RE#RV&7C+`:MqM?WTG\a2C*O[REAMVB3j'kF]rD13kVaHd;2-pWGaB
+eNZ?*XnJB"B743:/[X!]9l/Am^lJR7$9W>R3q<b#J4=<Ejn02._&`nN!\;b+,RQL!
+k**aoB&!Q1r.4kJ.g+*U*aS]`]CYBX*f];**j);b$Hl2LP0J*JcT?BSDPr?ZRWjFc
+8Eh<J\`0SWhTjQgLIme8;$1dIb#eL.Bi*jonf>i'PbZ0#c?H7:CAI/_b<aK3n'V`I
+q2`cAG.,$7FDWWN7deGho%'ifS83%W.kE8&M'7r0O>$d#19m]`O0c':Z:Jg<`hI%^
+EgL#$h#<Te+[!?E2W#ZaCn(#@;#I*diUY9ogAZ`dD_(X*:Z\c7?YGmGQSt[W1f>UQ
+D9]@3OTTLKWsKn>K.DLFW@'J<j^G+*RP>G>M;j:&+F2j-qlI#g(C:SSp!0,kO#$OS
+bP,=:r3Xq\NI+pDf(?$1CWq6DYgI8?odK/YjL;RXg'^1d<hR([:rr1A'j;>a?q*=#
+*XnDkC9dg>OG%(R@Q:3)]COqBeX_d]Dju0!afjdF]B<Ccr6(aYVaAo#oWKmlBc!!r
+bGsg2B_,sS;T&#n-(VXbQ0k,e(6&nD8sM\0R%:"5:,lmH?E"="^+,EBq2P<aduT<$
+H7d";4BQl];uH:YD6K<(`4f>cni"#3Su@s[?!N;-WTc95;*QI+b>PGd3!-HjmP\6O
+@i^Pl;B12$a$T*@%%R6_d5_HAre8/7I5k$&IUN!3aYJ.ZanJlFSoF9ISA&9iaPL@=
+Ke7S21Yt9J/#gL&,EJ+sYqqRT:JiMAX);lrkV-`pO$+>qnSs)']O4@lI1?2VCFI8V
+_rS9:27EG%r4J4Ye?rZ-8Nc=5lajcqJZdb`Bm)CU=A>he/T%\u`jLeLMW.%c%,tSa
+8`gBX6VEJ9YN(X*Hnk]E-]77UECqV:%f:;.\n!&lG"2K3/+gMr7%a)*<Ra5gVH[n%
+c'j<0GM90bS<f;]RSKC1Ui$T<>G'`R!C7o"6+F)n/S7\%UOk2;c3%HKbB*.7`tV'"
+^@ol<0FjZLQ*8m+hJCX,r8"Au^IoZ8]!%S[?#Nlmdn;FPC!Mj?Zsd``QPT&TL7q)s
+`-cC'R8`INIT0pD6jV$SE5l-e8hu_0RZQK*4m4qr<t)2gcclCh0)9SZht%@co=R7p
+\+<&WQ`WBnjODXqD<rF,??g=?Q4kGod$?+u(!2b2<rn'ZWq"'"4WNXK'O`DGM&72<
+`?48gHatPe&I6"e_stVPYKRM>?dG_I>=?-/K?QC.k!l'+/I,Ci[h@H[RUqeR2&YRj
+'pI77,*"r-ZN+9tQboXU:M"8!#j.D>7gR3[IoN8._ZKZDr^ep&]\:.BA_)>c^G!!s
+?VJ'/_OJgDM>;#NT/0TmW9Kau(D,k86eJIM?HsrDGj02)!KZB`[OsORob!0niBAA+
+;>O)KRd_7CgSK,YSK#fPB\'Q:.t1`<QBT=T^1,^,Z"'gpM-)kYSC'iKTH0A\F$_f+
+ZCH5c90PmgN+PTU]U<*A[@AlDo,mR2bcg040mQH<U;@p,:t4iZQfZsD/DB"G(ZS)t
+QI<?ugs!5Qgrg'-kWE15,OH%6fSpB!'_+M;-]0T6QOsEa6Z=9mU$b$;=!BVZag*@e
+\FT'cIB.XC6e(cl,$bFOe8-^S2%:2VL6g,1UK3]:fkLma`2Ou`1I[lh`KkLs\=t9H
+Qh,pXQ$JADCt5qbCqR:U_u.[T]^oL&/H#MH;:+tf5?_tWGtu[[Z+>Xj/_8naD+8;p
+C#3!GA]TTsKQRU3;GQgXO&)P&@E%1COZ81=.]HOa)X6)(gt!``&l3S'fZ*LthOF=j
+j9mOqo,CNsp8o-n2!aHL/*K#>HI_Aa*L]mgm0je+[cDtGUd1#U/UCd*ds.FWT(.CB
+H%RP=J:0q$mQFoAEq'VOmVf)H^Q<jAYBd0Sne>0fhCCfGr`\(PUJS:O.L"<K\:IbW
+0eO"D(^22^n!G$=c,GG@joOJ%;ZZi''b[eWPDH))r7C,(4:Og)H7k2[_kPAIRD*"u
+Y+;P?8fO,+e+FY!>Dn'sam_BYQ+4/%NI0*A@+!nc0htS$il#@rf;jd+qg_gAqXsds
+VI,^uD`W.c<M.B^C@bm*kEl,Djc;,jU$B*F<n;S^L%^jF-CP7TV&VDa_^mPUNTmJg
+0+qA@VH7DE0l!u6;iVh1_il/XpDHG@i>'iRIL2V\9bV]sl7tTcS"Io#,CW_n<VbA?
+cI$C<<0mMae$VCb/tHi"MHFV*d_m)/OIobMiq:jtaWX.sYGRtQ2g14N%_K,k3d<p.
+RH5Vo]u8&_qJT&:A0DWSCmt;>J$""bchBBcUhC[cSt1"Jq6^,r\%T>Z=jl2")A?I:
+mcqIG=VSH1gR9SdCRWIn>qA6$"H7^?3X;13qn(O$9)^F`n3uf;][Q[^X*N`!o3T$^
+jrKJAjN$kHLT"!aCL_`<L>f7FZCgDZ712TQ:nria.-)>4!QnoM_lA@u@WBK8L0N<1
+Y^]k%+q8VHXC'0aIVefjb&dPmC>O?Io,HoEn`jFqni>/ND7%2p<AuXHf.j58N`_C,
+)pKpbb0c>s<H$8ndd)$?QB!aB02,r#DkW9X%oL`2&r]Djp@-#5c0(]`\pe3Zji4fr
++"qo77FV7HVWl9RW+js;k+-:1HZO%87f(?MdZP<FO9n#kNrs!dZh3$43;,/K.;jB?
+.>c1lebgY1d:2JIEo+FG=@]IlAo!Ll*_4X@RHH*XbR<;iC)W8ESi"\-g>c):e+C/9
+98M=u*eXabATW`r,=%cW1aK10_qC0bPKaR<#fk;'>Xi=YUG(d&gA_/Sb#:B#Z>]P9
+jq#Zth_=ke61\]XY2=MRcJ$_<bC4K`oZM(unnB@`'&q'n)b(E1dI:4/&i9boX"@AM
+"'pgZ*-h$`Te]0/6/hlFe+iL9ecaa6d!:5ffs+Uj`EerJG&113YubPV?(2RPCfT/n
+=(]EWRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJG&113k24FUr18E0MP'YUq5=5m&R@mg
+*l7jVN/lBe!/9D3!2f7*o)A]8%se&1ZiAV@J+J]W@_:+h!%4o8/DR=dXm6)iBgC:2
+>3BDq!!Y54oL"iA'p&=7G<X8bn`J:gcb."$FPSu,i3T"`qll(%]u.:$NB^@S[[Q2i
+jWZ,hP)o0h6_6e24O!/4FT0e`*FgnGadGR4V<,D(UhTgj$QhdAlDLT&<jcJ)erX2a
+)qTn*^0-6F&;d&?LWD9hJm57#@o\jg^1[sP6SN9M;!/4mZ4Q<QOUgY[^J@P=e`>c.
+IG6gm-@aj5q_MC+rr>T8=$aDQ)Q]s3[cW3j^3.C?[W?E'XT2^^^&)EEGXTJuiGn,@
+Rjd:WYANDmm<lRP7M4]NB.1f0"*OLAOI^;\eEt&?*@c8qT9,G>"595WUioe+BcoZ'
+_qSk1l1?jN.Oje:kH,]LGEU\UO3L^k3c%Emrf)cN4?h"K+FQ4r,dq#id\5-4AP6<6
+TNL!@,h&DDn!K9`+d>T3GjZWj7H*R;aQ#33:F7c@Qh#(?(S5I6<:?l5:(*WR5\,\G
+2aRPC:E5/GBQIi?EGmsEGV?l]h-4XV`Z!g=e-q#[\PpXco[u'6LEX8_UbpEACG3od
+D(]TCKb4*$8UkY$$@QN$ZEJ3IaZ#E[\")/(iM8%O=]k=mF$!N`7m@8"*Ns!?3OA,"
+5'Qqn[(Fdo:n(79N/SK=`]#1;-RNlegKWtS'Fj<Dj,dYlqstS+B+/f$*n(,.*@-1O
+?TO,46Vt%rQ?2=_!VFO=m_-mHe@g'GakB-gOjA>cb8fLk7t%!of$86$.V7<8>'`\j
+/98Jq+<+fBRHb"C`./&'7k>t"<B.L`/<^,u<HU:L1hr0;!*ao)-<A:_aLp9fC*#Rl
+),;qDm.E@C3,kI-1n4Fr7Zg+`6U?JcZ?%L"HL<I#_Atc5h(-'/$6Ir4k=ITKZJ4,'
+^80&j,@@$?gC,,e5T%Ju=G2hr6,%YXb?eA]dI!WA!,KVYaWUZ4]nLM8;lSdK]cJ.J
+`?#T1A<=sQO3fun9[J[e#,LTA$56+_n/_1c8d>\)8EN]qaFqnL],b[)+tGrK*H9=N
+m#ibY##:=S,5:*/O.Hc#V[k%ifGEiEa!%02!<&bHmGXI1QSK'0`K337Z^a>WBmlc4
+hG*',3pQ]4ZIH$&]>!jt]sX0"V$i.4]X(hrhSUMF1,1>s-WDWgiEY,Hm6!-+a2K$]
+)[R0+O?]iK51[52+?\j@jl='.&*3/:22@Zof<t!YbZ_cPm]8)7O#1*7"h!DM>#Hj7
+o%:(70Z@jFM?Zg)fBmUX_3;<$N\QPKL-/pBN!7fANQ=YRA9a0(S6RFim:eHF9Kof\
+^"9E(2%*bHrb1WSB!f8#D`#OPA@Bsg@LIG`5kE:0G4GN?<E?,d+T^JSEh&\s#YGcH
+Vh>Ij,\YDc7fNIG7_TtDS01U.q%!g[Z:09(D*(_f^R"eu/bR=gITs>0VmX'1*it?q
+aV9j.Wg0?H7lh0G1E-h=-9STV+pl=;#X&=,#/4e+rZ:12<H\+FB%MFpWET,0;6\IG
+rr<1[k&2e@"f.5QE:uMk`Pci@'@.O..NU(p9.2q2"-NM_Hn6t;36HJ:i0DJn-c]50
+cM=7;*J!2JT,'@E1[#m)ei^WaX6@-<M<7>\TsBsP,1>l4f%t*&Sd?=l?V-&`(usC"
+D=YgB`:?/%Y`-e;.7`Y;A9a.[^A[<TCi"(6aWHc@?;6d/[nGj86X71mT9W3:Co4m=
+FS.1Qn4\ea"EAt5/_("_V+Xgtb^F\L*H^j`i=QqTiXcFY7J/%Bdh,$hF,=YhPW!iB
+VlT-pGF:,V?%2[pQJQ?)[5aqjR;D>/o\lY9&5=)hO\'K41;<ErX!n,oK=%J6Le7Zc
+7tgmB87*/f\kF[0=DR!dbF=PBH%X@*@@PPg\!\jrh"K4^<gW@1/2>pa_N9)K$[<jF
+3(BT>]MqsA9l\a-R+108N+.`.0L4U/Y'\hblNe(Q[peHh4KGN.J[EV&(XBUqPI1iQ
+edF'e>?kB;XPlH<]3DdV8ODpH&]Kuu7bm)d4OCqNbD]tgk\PaY0kDcfZ4V$N,N\C`
+p:7$bg<Qh%CYiXQ@Fqo:4NT-nC;6T^3"%g;AqDjsgfgdOYsslF$4&-:R^k6AI"N[Q
++W/&uKOauk"3s)ShG(9Ea6e$fkhh\mbHL/ZAFkSJ[9l)^*aLQ\QE@?-m&[<?V4'1J
+h"hd?67&/Ab^r?`:sHgXOi_?"7i\5=LC>mDI8jc&.bnqe.KHBa,G+>=\ejI7V<)K^
+HVZ0k@I!\RP-(o/ninB=>76fB=X7]l[C<`=h<lJrAn+6k8e6Y7<M0hs?]S'E?7m(b
+KE9,6#AuqcOV3$-Dq<8iOg$o/)aEE?QJ+cuY*nDm=$kL1T.k$ZA'd?gAmkJsS^+Wc
+4k8%*-&LTHh7[kK7j9Wu$;\[8JAn^VEdmQkS-T^k9n=Dkhamru$9UB%(LY?L/8hkF
+06snIrc@\VZf]p<j/9>RHR+Md@hl'rXLtY%m3+lWlI@NbaWOYn9SQ8h%-&m@UPqQd
+*(Ko_,bRV4AT#;-J!G>_Tr7*Q?iFPN0B[7)c#@bh5$M4C>MM_eE3Z4IEnW&Kg1V`D
+.<UaZ/-?)S(73(L+WRA`7,j<-5a`3oIOi,TJ#[n-Pk]I9md->:6d",kKJ2aNcT19^
+ER_2G1F:TB>MHt$6jQo^X_f8>."UGP)Da,F9P?3q;lRg/?b=8s5ROHX&b!8u+48jW
+(m3%sYcl>Y5ebkJ_k[%25kC!8!0b(5V!6KW;VbP]=l-tPS`I"N,"i+#1(&jid"Y"g
+gMrWb?IOq,"LRtZ7j^5e8u,uI;$6q[9R7AuAX!KZ%2H\-#qZ)V-2b>r0/_u8@FXs7
+2<pcUQ4'<?q6K]oMbo^d:+"6Qg=7@,e63Rr!lBhnh\P:X2<=-l/<Dic0u<pH^fcHu
+R.V+A?hB6u$`Q4ic!gENIkIpul<\Q0_UcBq&!a:dn!>lCl['RDGj`s_33M[Mb2*eQ
+1ht'^F2^`3'9ripDUQICar5X]`+1>q#"D,+emo"=i>9r.A;k&:9o!+>BC](4@XgMp
+5FaT8:Fgm%b1GA)Q/RVEU2!.G,$VQp?5B)VrE;/Pb7lKd"\DX)T=)t3A"59o`Q!(l
+b/iH"=2VO1lI''9?(Htbr1(INFcY"C@Jn0s[>dM&/o#i;^Pl@\f%/:&C4$Ce.'9M.
+Y(>jVX?[$L*-!"#,D'#Pif%>Z)=s-`6kRrA&j6d\S%ERM;^L.qjjp'(Gu)V4:mY"h
+9.qjOka*'OC*WC^3Y]re!.Tc`,\R1(!O4JY?pdb#Q;\A3+Wu9[^Xh']D.-05jVEu*
+A#r#.cD@H(=5IY@3,(GHUI:GPAu>)D+g&pWaN<\I,:'5(e_+1=F!_p,O@g<+at\[+
+@W.!@#5qLeq%-YqJfUBOI%RIYq9.ms+$"VLrrCBR>0l=!RHuSU]4YhjCllnkUas@r
+ap<N3:q%Xm8Z0E/%V=eRigp6'(o)o-+?LH6^\R"dHns_$gTj0OjGh?T.be_\RGMK+
+1d<4"H@DdR>nV:cM,CY3<jt`DiO;Br_Q*,1<j1m/^Vte1[1XfpJe=O47-/Hq`S<,$
+5N\"Z9XmmiSVFTqPrb25X0(9)5P#t&nlD7BCUl+kblZ/u$b-Aqqp07of9Z"k[$)Sg
+pl_K=i<'^6*uAZY:l*GP)(-$6)&"-;7j7,YM$(tI-\1hAcF%(g/8Ql=<p"b&B`rC5
+]9s)6ah^=8P!ciC&QV'?CZK_sQ#=^s`\2fg/l=aMV>4Wm(L6N\Pl/u(ZKf/'["D/b
+Jf/\P7d[9']=+#0;)>gG,-aDPR2$#gZd\W\EUZUR#Yu^:iK_W('BoaV;$?d:]n)%(
+?&Mqd9n&(j^0U?EXl\;Qbm.#7pR!,5L<`pT/bHOkg=g)'GU-rK&\A5rn=%iT@9djH
+`3YjOf]+/g.E?]D*^.U-hRk50Ci"&JQfP7%5*P'.D%#qC>LRu?jD?YH(JXKuK#VLP
+dc;!<cK<[Er<X'!#g,(;lGC45-EO&tdE@k%kDCT"4Br$3KY,&5ino2r9F2XY_hm.g
+kMCO_Z'WVe:4mD]H+./124ll-C3al%eND/3[\!13TW&#eMJ_&NN%=tuBZ_au5Q[@=
+MmUKOJBo2p1#apHG6#Y)k]j8kGIqWMN(1jU[hHJuHOn8?-0D>2q7FojT:J*^J#$B6
+>'?lh%BZ^8AW>mp\lmb@`>hM@Pu@04B5T1K'QM>*SYeOk"t8J],")MX`()"rN4qW6
+`O%ndPAOaIn)^^AJ)jl?aE$1n`M[AO79aQG&c0d08aY\rQmu&/L>>5DF=*6niU'mt
+e`>8"N]EMkrr=>G#OF#&!T`SS^QhtneRI'(V0VAqk@aD'6j-bD\L*d!@=\7joY!.7
+r7np5Co$B;:*:C5THWe/d8%Sr=7YrNf)3d>jt0Z"l=sX.S''H>N?DT.c"1lZY9@W\
+r/U*L;P*dIGkD`j&0`NZE<G?[!D^^&IS8JBD.2PnHh/?'*b=gWR3W;[jP/>RK$9O>
+YA\?+I20=ugr1."pfYFZ;F9EH_tdLV@V#rZNapBX1ZJ#!A]&-W[cpIR%ISE-G"QYe
+05a[;2sNS5o6-tlSR]pUV66j_Tkt77iYa=b,.%o;Y$mG62b8L-7k4J'?*]:[Loao0
+391q:.#=$O4AqEFR#l436HI3Xfc=GA>7]*gO64,a4Q86oI*fWq<rW/#K)IQ0Xk(ol
+&d<sCH;/:8$UW5r1(T0Vpp.fl'(N0CO+fnJ+/m,t48i7$c_upMU(/n^o6*h*X6!&s
+7(KnY2?*Y?C>O!G]8[q%]8G%bdKE#k=D_m6M$(/7-Z[FW!X@=IY<G(gnRIS6g^K8@
+Z;a6d]-mE3ak<q#B#S&F'm=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n=(]EWRh^*_
+<S=WYB#S&F'm=Cng#h2:TDY:1o8918&c&@)!"iL,4!)6<!/urerr@c3rrAqcEUs,0
+Gn52tMmNH8R"*CD`3&iNDTomFe[9P'^XjPhO8(I0!64rOiHYA&gkTn%IAM]hfu&`=
+SY(]69QE_&=X!pdQ&$OKg:?JH.mgYV[qR-dnW8'@VKnC\PDk9]mB:='=Em['<nq!,
+@<S/:#pU[E"-P(FXf;agNNhG[#qZj/CURr_kU"/CPJbR7F%_@>pkHjc+eCI\9EN<[
+r&a]:2q:$[I:n$^U="GK_5f4T;q!bo6'QB1FLI_m'8W.=p5L0c)TqY=ZL[UnrG(%O
+n@Nce_P[fiYG,1UlIN(Y+0-8u4YtN]\]eC*QPND'Nh9&m,9W1qf?G4e)FJ5Inp486
+lUn%-L-7&X;pP,<qGipT/E1=Y5>TaM#+_b(G8e_'KL$X(X0hO;"K4G8b.;DX^7cRY
+b3:Fa6`\S&Dk8WRDNuOGk2P*VgnTUa6j-?;\VHs3i6NPTgkg6(c1^j[bfD0U'?U)8
+q/`K<l+.k':88J/l$'SmS_^*;)UV*Yi.7$FY;"hup'/t=%uSKG)<jK;>(&E[l#\nl
+3V_Z$*?SP:imW(2-teUk1!@+gkoN9Ka^/V3lcZlK-oGZZjsr,W&ZKW4O);.f-IO:c
+Kl.qLg7'0+CsVJT7ka<cQVE7AZK\Y7R/&4IpU[f,Is?*13ZIBUNCO=Pe"Ao#/[Ug8
+Jk%-`;DnX-B)&@aR$,TM&fi"L)["VWr8&[">$K_*4SB[MWio_ekbiqfm?7:PcW\_"
+$cq`RG7$Bi7]n[S\6?ViQD@W\T%RnRb5FcJN0`e>G$nuT4r>'hc>,ueBooY3Zf!WL
+O&Z8l)K`='RmqRY55+sb9JfR>&K&lFGO+^PZ-LcPOcL\]fl=k/icUI,/;E5J]P._?
+;f:,'+L`J4U$GF-5jlUPg^9AV2BDD"ITC1VpG^RYcagD[kUHLC)2kVh"<N3$E)nbQ
+&ZrYM84!#Gk*bE@Bmj^hY8&%%Ss@PN[?`unZ2B\KL_d[!>JT2lfW.K]L:(@'j>f*0
+1o_d[S:.DSo/UV(''rZI,K?q;L/3U.99ZSrS03Ddk-(ZcD_-i3Pn^M$"rQl(JKAt<
+GE^5.f3f'DOhW%7j3"!^?<>U'j5fStoU^c:"q\l>d*3PdB^ne)dGoB'Wl(M5<"O+4
+[!O`/g%jg/cQ4'gfT'sS>X7uC_AkAmfbD;[5;N/!ETSo9Gtu[b2d5,#es)W<S"PK`
+GjSn$A8n-=*#_YYP0nn^gQa6DaS&r?(pR[-XEeBn$g(6WQ^^sP'.WEgM;-ntI$s.^
+/c#DHb8NU7I&![<Xl\q^+'-8K!E6GPOs<i!OUo=m^_JpCK3=nmUsCVVU-(5_U,e6V
+Z0Q7GO<VS1;e(Z!J!drPcs+epIrRNajo1AH\)q*=%4A&dE0Ej47o/RjL`bRpO/EI?
+ccqj:iJmW.M!bK*dH72H(N--HF%cb2IV@GNf@k),^QJH[A=B8AMc.=;,e(.>3q<e<
+XQ1SS]eS#[IS<(+1PLj@5b<D>Z]7T#=9ZZXh^3eQo0/B#r@'Up&m(]#CV/=4o#>0X
+>>Meqdbo+^kTu(94i[;YT2.!O0p&0ljqAWe=;/tdFjdp^VcdaQSYi*Z*D95<de*K&
+9=AWJWU?p)l(USA=6u)EG,A&,UWKKtN]J.7i\kHNaYT<>5-D^c<qB47U>"bk4MS%E
+Hs4`;2YuO!=N`!i2`T?U\M!NQmuc,ac4V[\rDEnda<f3F-6f!Gb,MZ!GZEE<o&lD4
+cSSd1he>dT>M8:#qHWD;'L,aLY%4rM!$9!ZfE9oIPL$%rQ9lGm)+7:!3"d<DO<qj3
+P#-C7F9]j1C(C_d/$i&s@9Rh@I.cZ^)orpYCKf4([l3j8g$+fgRWZ5J>g7D>.#&#&
+M'tr.?o%+%P'X3b*%R?kj8hWlPY?mm_m$2ahjM2_o1l?7jldl<1f#l@[]=n%jh5_2
+\C7WUUlFVsLngM-bo]0']M-+"_IuK^CHFUA#Y&Eb,\k8NL"FaH:<0IWl!Z"2WbdQ'
+f0RsS[J_1Aeu[i?K%F#2Np>I?\6e%N;H4."=Bl&"!:HX^*31\*LErO<`/nbSn3',_
+ef$\0YK192"(Y?92s"s7Bc_0?gKDoMH)sHrjb\7Z`nn+Wba+HQ/\M:l0F,,F/C15[
+SjG4I8-e**a52=eQY5HO*qRW;YERq.6`oS+IBKJr&WDOshY'O9KS_`&=pM"n:OJ;R
+bJT?L4Ye8nHtrZR'&K16>2H;kT]l6T\Ytfg5=VuNqYAN3Y_M!mQ9qT1,V#5`K,u8'
+64k0"!;E%KRW^3Yhcji=(-7_S05ILja)c"^30P?'*=2sj:dtcO39FWm\0N/Nal_q.
+j=7F46'.DMATec%HG-bf0!,l$(GMBuq6^$_Es':_.RtJTi@Y+n3_BBpg7XJ!ic1?I
+H7Q5TWfp>RT,M.7G$P?-)FZ_F#DO\*A`Bl<FlqT*)db%#6Xp$qo08WjQ6UH*cnq/o
+dKk+5jWoc'GuPl:$T[RaI\0%\5e\Yb>n/:hn)(\:`/u+$`2<I[nl1'2Yk.3BS<s4]
+e_V]r<jT9(>H>r8V(fr*"eqore!WKh),SJlK*C7J7q_#TNY4<`3S=B5cL7$!p7ae[
+*1`/]fB,kpr5W`Yb3OE9bMOhCS':^m]l%rh]*M_$Pp_u14FJPE@O+ER1iJ8O5T+Z(
+E:D[S:['"l?V9(VP!KSpIkCY?GsBOlSs?/,>AG-jo.4oVjP<U3dq?"oetS$d=k^`,
+5Rr3'a;)QR+>0Zn'9^\pq/F2Lf^MrR";;l%*BX2mk)aH4L9::-jGagPeSK+mX)k.`
+G3Ng*fB17>5&'Y;-L$,S7eZ?Q<+HKQThroIIsP$>%a!%Y![r&,(uM>\aEdFHkf8Ve
+@GdQ(1@u),?YR)+[+.:XjrIXZ9C"5_kVeEMH>MSP8M6DBKh.Jr%SXd&pf!AnQ"b>#
+F2D&`#_POdnG9^,5"CqlX"8ct457&4j_ls=^2VK%4Mg.FiM^I7_>P7/4AN'nZr4jo
+;Q@BM7j>6"3egZ<&.V^0"SD:Fnd7SXkM?(Xim3EO=EXf<GFgq'jGPO(h_JpNb[9/-
+Ss<jq;I*Sbh)H]tm4D^K-D!O-GbUW6P<]Gt[$j\"aV\KHnFJc;+#t!"%l-sl!8Z<>
+Z2EM-/i=Ru%9(E@E:U9a/gIaOn$S,bjssT3R.6.Ed/(ol@V@oB)s)j\kMa]qE0gej
+S8A(R5-K?OR!>kT&F9pWq:4T_5?m_3M'&(3eZ;!!Y*.,TR\#_;gu$gi9dR/JS2ihP
+goN<,&;\8+/Vdctn?G_n&b//O7&C1*7Q8#%0e;8(Ll+8Q9rj$f^ZNk+oY2jNGKuN'
+?$VK"o4?aSQ^5pRDYK?$c$RX]=JK%?pbch^1a/f<XZpE41M*-h"D<Z,/h]a-NotJg
+pa0,K%JR@>f@pDDq6QqVS)t_q;Y$HL4L_25B2"pue8KJX-;/$r(<TrPMrJ47`"Eak
+S3P,`,rfBIKV^[7`!HsS7Yb=B%"N7jAC&DICX@Itjio$pSljL;e\&Z">:&-mW5MIL
+,B;KW'kK7'<WK0%#R"a'Y>:KXRWpVYL2]"',!P^06:/T$@X<NnoNb6so1,/7B61%t
+4foN+7m`%Sf3nHn-!]fPa13FmI"klD0u=SJ`;*IuHmn";jQu')o>f#Jh!R;2U%tV3
+\hl06*QORq^S>%?Bu-Mi?dbO(ooPs]>B(eTbkZE?GXt;EN!\_t!?pphdJeP=`Z<@H
+<'QeB9Y9jbWVM*RXKJ8YI2^])lVbF*=#.WDQ($\]+CMLNdIABSFUeo"%)j6ZS8':!
+`ht!\"RLAm"3&?6bRq0)0L^`3Xq5l.o97>nhQ*C7QW>%)!1!4118DUMi:@GFEMo\,
+;DU+!D**@X80\<:5%2Tc6BD[_T<`SXGfk4J`[7P"+X8*#7ePo`3<A\d-[HStFIt8C
+H&C'EP#n-qg8!m.\<.+%\k$8>+US$=_K=RF2I$m5+iX@eaE`]I]oY-f\_.Mb0BV,H
+jhEZGjMfKYa6#O6gJ!6$]sZ4ofe8X!9:9@G(R:58V;<!gHY*%kccMLjR$8dI]i"t$
+/5Aep:<B,n]YpCSdgi7D2Q`YR1W!sNX&cR<paPb09M+5ZZ1!ri`,SG'OF>%Zp+cg)
+,g)D*YubPV?(2RPCfT/n=(]EWRh^*_<S=WYB#S&F'm=Cng#h2:TDY:1o8918&c&@)
+!"iL,4!)6<!/urerr@c3rrAqcEUs,0Gn52tMmNH1RX`UCg!=m<F(Gu$*1H#l^MikK
+o=k5)K*F#VE1?k--]e5L`bI@V7u#oY\eX>?Sq1`-60g![#J'fnB<_$1*oTM+)itYX
+KcRegPR1kJB2+9i1LkY*KtN.CI3["_;KJolJK27;BJ*I4.!\mmpW"\D"l<Y,#0^`G
+?bS:8"EkL#Djp=GVcZX*]h<((T"h\nS>U)]4qsN(D?83spI(M&^OU4-#8F(jErQ+h
+?7iUj&1Pmak+OulVX37b3/ZGCBPJ*]Y=S8ULFk\="7]k$DE[\Rd(_9</17]9("PW?
+`"T*,3f_UPYCpqo7G8kW,6m^L2ef9ZE=aTsNtsl>B:QAX4;co5WrOY9gGM#`E)1rV
+(h$='^%G0e4M]+6g?aXJ/HN'/c=a+[>2$pp!*G5F(0=Q#$NmmVkZUY6e3J/)6UBE<
+JVXPmAXZYnjt0d55LGf'dLL58'P:J":_Qde0VT"C`@h@R!AW#\^J*;>_Z:)gWTc7n
+Of?fk44>3gb+<@S[>*LU_Hf#mTQ^Y%EE3\,gpE/:Z,Ytc>4hXPd).:C+R8N3An0'j
+#,*B1VF>?KVo`p>rr@<t*ktGi>FUG01qPVOW%*+<AB$Tk\7:S,4Y/"cm8Y][)*Jio
+Yc@Tsj[,O7esRkhf5?fH="5PUe$!#T@u2!6ahAe%*7,m<kISEliJkNd-T:B'fc:U;
+9'sTWddr.^PId9CA!1+l3iuF"aRM[&X,/J\91O-p`dZ+[_Zs?q#ss_g2U%=L!'#?3
+)lBX$;=H9<-c8$tjo"@UB%.qcdPZDql'f;-m*jR"ERk-]SQrL,Z0V\Jg,,5?N^VC-
+WU\1MLEeoT\Ks6e[#poFT^`8a&5>4`U7I$6kEc`<(`[a/:/%t0'g<7FhaUl`ZQKE5
+%XgQp(##5s$$1)X0#[DiSKh(2?`@<'narG/FG'=Lril::-hP#5UZ='OH.La@fCH8m
+?^,lFTB4m9c/).@1uCG^W%/fVLfhV9>1=-,+g:7]iDA$,Q\rk5"Zb7Zf"V@"6W8bA
+)+lU/OM[%P`.)r)rr@6q^Wc[!W4:KbOUt#_oc=&0'm&J")p&"fr6+Z^K,gW.a7;tq
+QKmGQ[l7AE?>?cN?/3SHP%iudnhKFM_LjRtZS&FUO![W5Og*I=^aK61%Y9S5!C,+N
+DAKrHIUCR-rr=W5Z/kobbjR#`:T/Pc<q>C42s.T5/<IN..Tf$4>gqY8f'3A<:E#;O
+`'<.X]WKa[3o*PJ-=aqJP("+k;oEGkO7Q0:TA_t%[E$`q3\>igE1bGpNK1Dbrr>&N
+XD#)iC0FZ=q-0S!l'dP@*Z<n%cV\rJ7NGK[lf"78$o5hE)!2)YbqMHG4[RU@]XW<X
+*>dn0gW?pSS*k[7#.ruH-e`5C"hNPs=R0%t(MOG:EG4<p:Pfsi8qQ)<n!ouX)FMK\
+A5ATapUM,oJ,k-n:K-l#ht)nYq(3^Q*bFqN-f=hfJ!iI+^9!@R+86oq5iMLGP2FJZ
+->G_bZ-a4Uf@.oHYEuZ/4`=-H-*nEXM(M,Q&Zs:("q2b$]XGs>Rbu92--(g:*%.X\
+=\*NDH_#jS7e8j5-1`LQ]S5NLYeJ_:Y6BZUAZt?;a_bspC"eWLO\#2O8M`Xf95c#c
+#oQ://Ls*r<ZHQ.1LcIYQ%L-NNoSo^Sa"d>q8)2VB?IuShK\WFQgU0_>LBgGY&q:D
+@hU+dXZ3p\`!6@W$/YrE&BULUR(/?ij^AccJmFI$?W-g?r3k,QQ`Ot/H%/!Q>KkgX
+TB5MqBigaGSX%0Yg9cIgf'^CZ(uchSG"%QCKSP0q%LUSLnI7EkN0s-Dn?QPWV\1@$
+#`$sM-;OIs7h'dD-dkAf5NU^01f#E)U%?L"7lS2MhJe#kZI@j`[4CG=2139t`nfXa
+jRjL[La5)Kfm_;mm7;Jja:jWQ&_#\#9OhBC3QgC<hSoVlnTIreq4Hi@A'26k23%*T
+3,60W^@G<ik$;1dCH%.%dMX^6^Uhm0#kcX"2H>gr=+2\c;HGC"G$YS;4AupPpef1B
+).)kr+u,4c@V&WO20?WE-AS-R&%qA6H2dm8bKCZ?`TGuLce`($T"ed0BK*C]7?cM@
+_J&%sl=IBPf$,gl716[O;rXH$7<4qO4<:2]OcC8gNWrA_;^,4HjWbs0mp?9E$%Nc$
+[_T%Qjfb+;1>gC7TQU,r1i'g&^XD8VMp4FqdB'^5M];F:N!i_`M2iIKSi83R6l?=C
+be\u<C?bAG&Bfr5iBAD+#YoFF-[m^U/m\ES)&oSu.>*-5,2Z6n./?J0*o>W:<_kr*
+;7-49aVl!AP\Q<L=_1!`PtC7-OutLk`@s;-E=rM35$[o4[EN<36Wjs:Sp/Y53]rtq
+0?pU49%!&!90;Sjr`re)DY@<#=RYn_\$Ms-pFt>pc?6B"%g4;V0On,d?,M:BB$UsU
+7cPoXa<fC[n.#qXceXF*N"WX^8%rmlq;:d"c<p.?oZI\mgI[UT5F1m9S'>-`["_.\
+]1KBZorVYF1%QUNe16.if9'+n'\V3/*B&[MWJHCm`L9YW0:2m'<4VWtALaRhB;E2H
+AZb4n23jMqp!Mo=?J%$gl_;o\c,f$>4$aH,XhoY!;+[_oT^a$$Clk5T@ic6<cF31Z
+!01o/R6N)QIlFM-Vl7MpIk5k;rr>EIc$jCC2gUdpH#%H<o^1m,UbQTT,13Co,Wg6`
+6/,8cIUX:;Q2"Im?hl\W[D9t@A]uQ:Jpb,.H+)W%>P!VIo9?srnkQ)qjF8hqHDRan
+RZ3$&$U1G:Yrc40A:=VY=(/?.Yj.p@p3rGiKV`rLD9MaHp+bRe2p.Y:<-[A%a.>/Z
+;@h#*.R0AE5<8O_p[Z@(f<ie4=OEI+O_.HBZ`Uhk[@0koMW'-Ya]a,$%@9RXN\eSB
+_\f3iiW_-*SUk"71,2!8K$I=$4iOFFaY/g,1,WombL5_Q;[k+q5F'qa-G+0:VcM@:
+2#@;!OGIH_ZaWa\Y/AbYAkircSrVCK_b[3bT)!ENnG`JH+NX3qjo37_I7jn:7`QVl
+:$Ibq/+XGGY%p6Rq6iFFc'n=FZZ2nhXSE;#EmEE0LJPU.`59\o&rWG0ZuQrqbp0$S
+&+7q$j.DZ(fu+jMGbALTAFV#rOoaP$M&mP?.#>kjIV].`5k!%0eG%(6Vrt8-)lrk,
+%m\^Io\6qV!&e3+f!kBSM`S\MN<Eu)7"5_-<_BY1G;N>_CRFYYXX5T=b:tGPQt.D^
+\bN$(h&]X'&9>sO^SFBPedSo-S$VqN?2V*oo/M^k:!tT*`GOd[de*P>dqkA6cYP.9
+gqiY).4)SsAb:6_+ZP&^R8-GE.,Z#[J5MQ)iUK]r?k4%i(EMtelgAQjG?,aQSM0Q#
+b^/H?I&SroAXX"10PEMmXl]Lnrmj;'$`WcVl)alj**eu^'.dn[.n(_7[V>F0Z/a)R
+X?o6/!:q1-"HS1CjQteho9au=rrARXo%05@SN$K,SrYe1GB9`SSnXM5dMr(ne1-qe
+&DR>](Oe\@!ht:C<i8"Y!+7XsK;d;]*OCjE!^<1!5sG):mN#P<A@"`M_A6>in"-]Q
+UqU6/b?eMbo2WF]IV,3G[!sf6>;ms>^1^?u,\EpRZ>p%pj7S$9bqXm8N(EH%bf7s8
+5'9oe_WY>bNWJa@H,2VVW4.lIdH:$c!9pcScZ'tV2>E-4C98jYJ5^om%*$bF>iYuc
+`SpLJXtLtPDpll#E6fsqQ`'E#o$ZF;aXmGlR^)j#hA\On?pp=Hk%No,Ut:?q/W!K8
+=H1u<)R*REKjQm.#g6AB=[;H\+iIm:KD0B+_o;OC>WcBVFE.!d(!bE-Fm(NGcZ4</
+r^2+Ck%$N$[_JbdF$PLS9aTmE90Q98R>1))P6@;O&kb0`*CB6E_P<E/p1>^Co$btf
+?md'blhfW[XhTXG\9u[[+iSingN4CtTt`VH[>R<@KTO.khq7bfb(i7bi?Dma@#'V;
+SR?_BO6%X/c?ldjO2dQYd5^]:+7gafJ+?LO/\-.DcGJ?`r26pLY!4(=McPir[FK)9
+ft?(ciiUJUe`#$]V"Gp1,.2eIgG1ieJ_I$=oa&]&+4]"6lra3N2\)T+rrDYMNBQ+s
+\UCNR5--l3j<uVAQ[(chFK$Qa$/UXt86c"ljdsheJ8rX@$t[RpI3O&+MS@7(@>jFH
+/oK@k^FKpVI*_WGDe-M&`:LI=#Z3u+;s?>j[t0!K[jM+T.(=Nb\$RG1A&;gME)uu=
+blmP6/!DN3cb43-gIE:Ar8d"Eg<`oL(\7RF:Ei4[i=bTU\P6CD6.e1PgEWrX0+lRn
+D#>])4u3:>Q>-,EG6l7,^RXWLVg2@-Z=2qr!6gf#"jW4]Skdi/5;2;'G#gPNB!RTD
+>?T:%G9*2&1fDV_\&T\U;&E4hH<h'DC]XV;RQWnO=\a?,h4-CL;Z,J$I*_fm3?rhF
+BB=Uoq2K4ghet>pR^N+E[H*Y\jkUo`E5N-s7jl2@JYl1:n<0R+cEFTokq_2`dArCg
+:'5)PlhC4)*/d3r0P3fOreBaH0W+!XgIqI7r.7/"f<BOpCTkqk1JtKjeP#/sghIZ"
+2tpCji?OA+[Gu<ZWaZ7R1-IebR.s7>BPNQPn=L%sUVA5E^JS4hA1eIsp=H'eZ_r7\
+h>V!@IT1c7YFY:r/nm@mGr&N;3V7/`lM>+^lEZ#EPM+\?Y8umFReFr8`JtPa)K$0`
+mpXFi82A8!_Kg0+KdgSWq)NA%q1kV/2#dQB5%(\&]):"Ic)NUU:7\&:2jc.)5Y2Xl
+l`mD`e9]7tX7NeL*M\pHH.6lSEq&2gmns&=chilNEoaKd!!I>F9q(f6c=-O2W3#\7
+o99$*T;\sW%;()7-FKsXar#SY]skG1rb1DPT7O*blG2b>[<"R;EC=P`Z-"K73G9I]
+ET5pOnGu"lAiV/BA9g.lB=W-M>rKR:b/6o]L=],)[u0'<[^T7=@tHQG&k3[FWh9Ae
+WLSA,)9D>NQ1'+hX,tnWg[d!?Z1C3XjUJ)?!pQ/7j\._-S*f88jum^IqAX\t7`&<0
+j'HAt</dF%f(Nbj_4m1nYKRj(q:l()rJ6dTHcqI5V(NhX[;`"\^0d=IIkiSAIk/1f
+q3C'D'$p-la;=\Z]rTraB2Y>q;+m.(g0.b,QZfg;/R^Rak#dO45hk6%ZtWsHSo$qK
+4Jh*!\AUpaA1WoVcdZ]\A]5bm4Ig).n"$*AM+@>ro>o9Xra<rb4nO^m__?F2IcF(K
+`ZtK`9d\1,ECuZ]!K_/-kKe>/o9(/35"F#m9jVK1^<f)9-FJ>C@&ThueGV08\$`b!
+8ZcdJT(uW$V`Hg4VEj[C6M@,83j5TBDG=c<4K0]s-IPpj2sK%.Q)tp/8SOu+96k=u
++(9i/6Z0l!l8WY?F'UMZ+$h/tZ3FT?P$ElMRh^*_<S=WYB#S&F'm=Cnfs+Uj`EerJ
+G&113YubPV?(Pp2g&D&okPkNAWW)sL+.@]L("@<0llZ#Dm6CAP+8Tm\+#!AMpRet-
+5QB-r5P'jN$D3T,E9s[[k,q#=rq4!K^[PigrrAC]A,`BerQE.?d`Wp$,2\0eChrks
+elT$TO7FA3B<F)W9=Q*;M$lfg.UJP)Gd1&&FH4Dc-7C.k=#TW8;uqj.A=<AEV*PN'
+qNVeE(G4!GG$JF8DI-$a9H2&hQ:GA+4-9XSb]aDg\4<]IRn2'\k0jLfejM]lL4E<o
+B/A7L9&M]h3V!Te,+e%f<iKSKD5\C4UiIn6<:29qS.5.\SM"u#AeA1<pQlmp7ttF9
+nHdZ^:,XXZ,@^KOoF@FogDs'hP%IW!(7#5><C`,BagJ%6QL@VZ?!'HFCDm*7+2"T;
+SIri%+P`\p36j?UmjPlshTJiQoKle-4&od3[W-)d3njO]9.rSo/nJ(\LL];1'C<%=
+Z.PuM/pQ?p%hO/'U&Il'g5hPmf$a*n^+lYk<iW9'?qB"ZaOd%A><Q,*CoqCg[?&k#
+a)ZN>@I3.m%$j>:rlr8D'[C7>19\hB.Vh4K[ai%2I;8bYWH+;*Lu/dG2C7#Q<9H*e
+*>PFDS?W&/#B-2P2-J3l_&-5ATLU7^kWm2]4e'_XD</2&D;6lW9G4fa"ZE7659)J>
+B\C*'4aVZj?%Yp(EV1B5Uea*CW_=pE[YURr'8Yk2!SlZ4\Ss%:Na6Z[c&?s:5qR+4
+QSWP7eEpak*5os$^<YUGh/NA/LF8Dbd784t\Rb3G"9EA,FQ53rA'O/in*Z5h@8q`$
+=RD;f.p9g[>OXAj,(dM:b]r:&OBfGE*13U4Gs&iAe1BGo-Nm!\D8`&olP_^JSk*1%
+QY;0/XX\B-=gr7iVW!HW[1-@tTjt$!Ia>Gs4K*up>!Ao!T>u>per``-!'t*+[#7ag
+c-N(l>%_d%f@?-\Bc7>K`W2CZDk+Ki:/.CDC:j]S2X9i7?%SY59g<=PK*ld8U6jKo
+ZloTV]lN)RN/]nE&[5XP-p*@f!aJ[KfreadmB/%.PZsMcKpcXO,Z:Fqe5TL&J1r0E
+kX#"`?u3F]4ItT7?RPYJb?e#N\=3!7b5,\PQ"P;\a46>'8<tNH2upUI>+,e"/Cs*,
+CGSa`P@KbfIkuS#@rW2C3sp+[bM>Bbf"B,-c[U'Pc^DGCI%trq?D",9YGlLhXWJi@
+l;lkuk*,sa^E0s_`uK(<7jj/^PuW0h!t4p'@$-'u4XM7(Bf[ktCG`A%kZ/J1ID#,I
+8Ejn&7#p%f*/HjS#@<cRk;nR-cQg*`9mN;Nq62P-jO[_Kbq4DgI%Os\k2!J0H`1Ws
+J*-umf]p%Q%#o2'!?CDMl-[SR+qd&V87VMtl;^=u1LVone]@"Q64C6^dB2J)riZ+d
+k/:X/r7e4JZ;[EA,L9OfmZR<OS=7I,VJ3.DRn')@d32/=UB*c$//F-fJd1<B3J!Y`
+4Fl!+'/)/N_V'`@C-+DDi,'.ugJ[UNU#\:P#L'[!jhEG5?=q^b_dP'iY+XM/c#FFQ
+`ejj(-b(^_C'EIif.nZ+0Zsm]-9IIe"D-.("BchtLn_O/1&u@NXI8m^bPLY:RWP-.
+o<+kL]A5AHPLd$kdcqd9FlHl@\%@MdFWFG\7L,]#/f^VuQPM<;9?r@f'H!=le$9@[
+r`8>C^.\(RSq6%k;WI?fcHsG;?^OnM6Z%"0_o3ek<X@8),(VanN\mX#;H\oiG+Z/3
+*C_9C(mZ.3qn;9UeRu#W2N\%AUUbOVr;=!h:WX^&Rm^t$RS<us=+s53Xi,6F"+3J7
+f^G3@QS<PAk':rP*`_!CP9K1g@bPJVIJqa!jo&i;IXK\Yo,!\S(VX)$0(#`VX_mMi
+2N9>e><!fc'#q">(Hb[p6$[C3T4l_p6P_YscY4EgLS"uH-AR(Lb0hDYRs"t!noS&0
+V!9uORd]lCHUcQ`_5^W&iX9Ou.HXj0GC=<R'-T]4_?=:;?6ab3#2HnuP:mV*5Y;ZD
+30DD]W:7V#7bu:A*J#fW,-9hQr5#;fH-]jI0"$0`YF@A>Gah6BFIcQ6"*8;K5cDY]
+6S+,9:mh%JlY^%`bEd+8`rI9D_r9C-5]R*YQd;5j^d(r^]&D2cjaO,2BK,cHSNQkO
+H'[R[X`(QUDB!@30'c'>ZR+S@ZYN*2H@`P8-RE2$j1pp>GdYRfOA?8b'L[]::,:uG
+^FbiZOuG;M*dLu3hIb2Y("Bn:q2MHN_4e>RHWqAiXE=>.j\A`G%?rUDZCX9pRZ"oq
+>+C=pn<i0h0amS"]XK;JA.=`?`BQ)iMV`j1/[TN#?28Mh5??7@SMsZVNX;S;k=rHj
+R#e.cP"*SsBYg%4%48%<AnAlu$qMW#mUm]]*J>>Tj^$rYp4qc`3r/5IoDS-D,aRK6
+G*gS.=]np69+sR.`O1E4!a11s3ho5MLEj_=CR,IXPVGfH-q5D'`-:5"Y]suJ6GPZ:
+i9tgtnqZ==S`L6?,u80Q?<s0Jq+^d\?mkUH!.APOg<+#oJreajBVXP?K^I55X6g5Y
+nmn=fX!EYM]`.tKUdP\fcDe_aYfnb%7"J+SLQ[%YD<-ZgoK,.6Y986d;Ug["*'*ka
+S`JD.0>J9A=."^1::oWa]i=Y\':-QBa5IUtliBAS:+!Yp-0DDR/Jl[CLRdi+*Cfl0
+o:D#?Bbr49@UH0bM7Jr?f&@=`eT!.J+i>J_!>Hn:E;#T60ZP(75felFlIc$OR"FdE
+fL^5]25ofo[GJIV&'Sm+=2!,]Z`&.R;h](qqeKn^msf%\NXDO3*d%m:)HYkuEpS4R
+i4q]$.#o1%K>$f#Rpk9=G:hFT8M34XFFUH,3jtGr5*)gZp3-:5Tmm-^='*in5oHuX
+TQMtb)_H;t]V?bKCpbD6HUfLtN51Zh,:`\'M7tD4H1X7G-c9^+FJ$]]@mc:27ah;:
+1q^qCjGc2kgJ%14V2Io^D]8mR,h/7bGP-*O:o3u@pcVA6AFju/F&0`G..NC8mnu%9
+E8K%/h0fu&o"CNq*(B[/VP^B)ZYEQ[.f%?emHIM45?j=G3a%+%f?t8&?d6d-1&b.s
+4C]61]IsZjd6A<3.I`&KS[FWJ]W#`YS@'G"7r]uke?jR.(2G_HdLb,.4Qu+?/k""#
+mn*Vh@%C%ai##"X-=ulOpAgWlbOUFR/\IomX4c339lc]:\#J]"1u)i0C:?u_/8N07
+Kc38n]@3nkfd2l@+2S9(;UmiTVDLG8*01A(]<V"*h1eL,SF=^O=7^=;HC$g&r5[="
+SI(A)\ZrTIe$!4q218F_O@[J>%4fN':P-,h/@aUfGf9S,I-[4\:OB='Doqqgr$A(_
+B2-o6>pB$dHCO5h0:S],-.NZ1Q0*A\V35NK3M,0a8g[[c.-g035c$53C?=u^OFTaY
+,:N,D#c`jkfPlm5(5!'qe]6p(Pu^1ud;e>$@dhY>YFMuMd<3(g7OTC8Bo4/;cJI:*
+@ZD;k/%ZBpAi20Gd@Y)_W(.C9isB]*$/S1RYF4+"Os>q=i\tbj)COVlp)9iqY5H3#
+SSug-Dj&o!jNSWC>=FS#Dag<lMhthr3A0HO-Y/6/8`N^u0C`TDG*Ir+$uh4_QYDS/
+M\;`=3.O)7GAOO8^!=p=R]keJ=7UWh9sO;UZ_@12c.A.dH)J`lMf&-&R;SBLikog,
+)k1O/ND.G5JAmnZ%W,?=[:aKDTFC@A(sB#k<]Lg7Rs`WB*V\=!]&\XjT9`,uX6KUo
+nrK/Urr=_Ma()!LN@"Rn"gu8b3co5a)gUg'UQQtr(pSpO)(NM"=KYS\Zm7ArH"&No
+aNJU?8FrVT0B2GnP6+I29k9a8*_t13OeP@?C!p6l#+Bnp7oR*bf"A]0]9T8(]"*n+
+%4&56-@c-E5YqYpl8:BIjPl_H!!%%u7`$D*bR/Lpo<79DMs!=P2fm;lU3VAVRHO/8
+R^@o?^7f$,Y8K`K1:ji5J-;"UXH,Zh9a*,sCF,e9!!=+cPXr=,\U0.r72@Y<]-/!J
+Pe-UV5+u]RJ'BQdbrR2DIqbjYLE2tQVT3[6K^!PqDPXYI=WAuTWte)hBt2>rg+gL`
+ET)^/"u]%0%`HD:me^;lH'[d`PHQQ`52XPPYF[UeH`?E[o@C;j[=8=l!l6F2(:n`]
+ML]r9ZrZ%\V"UZcWpL5KXB8mlXALYneMEHarr>_q#Zg>*4P'N4,Af+%2*(:^2X6l5
+r?:<M%li9Ig-]Ro"cfj&Y*Tq97<90#"lDLAT`fG;XVmS<=?Bk@!"srq6m[lfZO(Z`
+rbkT\fAUol*8Oe,`;]h'^1l,>?SqS*c$u1N\!hDg1hbKe4P$h&\kSlNlY'dBj*P!4
+fXe%=$qg;RUB\?Gb7(nR"JHt^c^[`&/Bg]<]/kD1Vak0mfP0-"dFd2DCE'qnAW6`m
+5bP(YIBs!&=X>MgEfiQO2OX["be/f./*-^1+AM%_oU'0]7/Xj1MJMZ3??)RVdNjC:
+HV7Jo8R$?Ja3l65e>e&2B#@d*\b/H)R2f=`dMig:m%44W5&;I(,EV'S/@#,JfDN0p
+#)VE5c(?_9?cnHYNmGnsgZdFcZA9NqZFdl\RV:_]pebQW"</pJ=Z]@r,U\oeAWZol
+&@'4Q?k2q^WH_51SVIf+:jHg-aM)Q_24W:>4R[38+.9dfF#V[X>MG)"]brHcSksi,
+!mi>?MLZF@-j(\Xe]TO<1Cu/Cit:q%7,JDCFo6U<_Z1V?lM&Bqr0Pq+HS%<Jo?ZQ:
+^#r`QC%>HKhH-#p9[g+]NLMH6Q]GWl'[oOQMT.hg=FnViCmaTWMK?t!*+P.57+pNH
+R?%.bq5dtL'&A&l_+4'kbnaL_!1S,'.t2;M*`f`@L9(/[rr>TF9[YQQNo\s2CrSIf
+mA6#'8/0FB[E-\$##':#P7TntC@(Mt/r.*(n.8.rS#_A#ISkB]]Zcsee,KD+orTag
+PNXoN#.LO$VJ,P&oQE%G>XpTh/ZU.8b2Im`Kj%DkJCVQTi&JOg8DNTTkN&3JcJ$RG
+j]sB@dIbGbfDO*=k541#aL\e8XehhF2?SneSXa[i73KtIY5@?<jV]"nYK*)HSW[68
+]/D/*fW2>fY0Dj92Ce(GX0Z9<c&0+k.dYfgZXU)^MRu"*q6U)$PL'5J;uZh!5;`B?
+i[^tjA(X$9OkP<S]Kc&F%R+7g+n%X8G(9P?55^%YPOe:nK9bK!lD.AX@bg.HJ&,.t
+4g?5=jRN6M\TOI,3/k)(*;R>b1^/a6]aSp0@`^3;rjugjW$RJmaqj^P`EEER!T(0u
+YLB(/Sj3ci]p<o]AJ?1nbJNMn$?:.]B:o+`CH[I&j:#5KkMe$T7U]g3E2Q^j:l\4I
+'_K-cZ;#ToYQdXR^^l,IG0YN9hAMu>,EPdfBR<Z7UI[],o3<-X3KX"8!&*"pQV:qL
+9Qr2\i527NhR#7:-.,4[.rq`t-S-/Z+mD)#/4/>]k+'D/'8Z'$K@>XB635_e))nmK
+%7E]#;_1jeX2]@_q@78GiQ[F4<9Q2AZU2pLqb[59V0\<<W4B8j1<"2KE%AZ_$+1j'
+g!=[kUl(5HAQhpkYkH#qkq+l;o+<07ZS*s1B'Ph&QR88;E%RdE(dLTHb\&ldr1Q!Y
+QJrBQ-oD]#dlK,-m90YMF4,4qZ5T*tam\(ar8k5Ol*_M.#Rno@]*Nsp:k%;>UEHOL
+d9\(rTi0r#j=.>Qr]/hL[BRc/8a8$=ilAnpVJE3tOPK*SQD&"?W<=D8;S-tE=/JW4
+>nZ.DjL(#uV<#F5?IeIb)c<Oi3usiIp-e!`,$k`@rrC7`52Sj+qT`K>5]9)F99I^7
+%.$LT[e1c%XL5QaE(V2N3J;N!3u/p[&dOoh?hmrIaYPL!MJ[njL=Q,YaYo"OG]_CP
+\6l@Q/q+aZd;h:LP0,eu#*p+5OLYC.)pEbV]@PYu2>XG7C+6JJcT3tVj\@T%\:FO$
+^Ap+CG^Qh:*/lqV/m)\W'R;Bh[3dVS8Km`BWF$=0:+[@lD*=S)ilIXcqKh5aPH1k9
+bp@'AT9X/,[Qu_fj%HGU)lKW$I(Ba&c:iraG.L;3+IHFX#b8@MC3-<,90@DVm&guW
+<0n?bfO69E(EfJCP$2Slk<[PWoj^JiPIdA+G]r[uErj[+)P;\hp(a:@+LnSjp->o$
+7f;i8d?g?,b!&HpH6/G=C3C)[-p0si%IFYF+T\gq],]mh;na/9%`6n_r?R8DXt]o2
+0#](%44be%P7\Am*tUS*>R/c&B6<KBM@i^pEKVTPG!1*D+%B:?--\@7<-7qIN+pq<
+=QBH9XZIL;[5.lTNsZ\20WVMSN/%C-].YI$G$btDd^pO<<k-Si2$(^^fslt\+ZA]&
+!JCeIZOdXP&r8%(e/1kF=(^GG#_9)#i\9kUG&AN0!*aVa,JtQ6Rs&-NL4V#1>Xf27
+Y03KT7B<``X0Z9<b+QRCm+b&W+IcGDE>UZ%.G;4i6pODNpl(@bfntF6,%:mbQiK0U
+!gVG`d^q#c4g8mZ[q=VRLk)YNi\@6-ZKO"d0$V<Ef[fc!b2P,f!B0<"7NbSLRu#(G
+6aLbR(cXifRu"sKWEkf($u#]'0+)!S'm=Cnfs+Uj`EerJG&113YubPV?(2RPCfT/n
+=(]EWRh^*l\+=84!%4E:ihubYIVJf^`)fg]a0:'R,IIINiHTk:]Gu=6hF$.Kip?]o
+./]\.h3NcUFjmKU\)sebGdWN&`R^<L:O-]kY+1$Ka7,5s;;47grWmtuACl!eaW1/)
+G6i&L/2>>7o41./g+:X,#/o,4INdp$MVICB7+QQ\-s8c['J/R^PLOhiVmO4b%8tZu
+nljar>(0u;^irAjQ#E*Grl?ZU*:o#6$U-08\j-&T`W#oPobfhZ&dcT?ri,iiHK"La
+YPh$2BMu7#7"5qei(ca!&'dYUZ[s3Eo(13$d72>sk'nr=-u/GZW%pA]Kq,p=DN'(r
+`\7+b#ILnq-8I\D"6Kmf$20j2B5)fAd)GD-N%$#FDT1.QROrTN:&1-R0OT:#k;>TE
+K%^[ZgZBd[Jt6b]d=9b;0DMH&1$3:VgoW]mM=jbg5;4l>-l5RAfAQ_XST)%#o,>`n
+e&m,Z=MWY%(!*T9Psa1DJCrIeYPs8rJ&OF:;]*<AEb'?"GHsW$8`d-227[0tL6XJ5
+cbE-cUjch<n_H:)Pl0Y9N[.LS#3jj6+EG^sYVMTFCU??Vd)Ia6UhWRK.UT/-o*:gS
+\p^)Gq/abEUXAlBRnK%m-FFs7&:XQ@2BSEn6YrfGjA.t^2rFNjGXXf<c>-AY!!@ZL
+!-d-8&!!\$r):o'_]@s\^#A+bQFWdG?+\kU]!\l5*[]:7%6Q))EVZl40Ot(eoA\7@
+8:7mi.J2a^rr@VaUMB0*#Q8dSrr@pldHTg3H6j6m+hLN(h*r#3V!@CcDh:uqOH\YX
+3Ms@Mh^MiG;+`sak8RpQI7WGGDABTCPa^cBftP=<i<hX%&KY,7BDqGc*ma-7L_5d_
+52]uE%4h#PbncmV\[-q1^1=jbU\Zo:9t2p@heSGGTVck8.fO70-GhI&r^ueLp"(A3
+i:=kAT>?P(5L<GNYgqtKrG5sC!/c()Y6OqC5LRaJ5'$6YV6/Y11tmqCm@7]/8f?WN
+'FsaD#'CIP?J8:oC\_K9Re%8i9RNU`;,PgPo,:rRk.gH"+8p:jrr@piQF(#JPPls/
+9JK/&I83(D\=pjR]D:?\=j8,$r4DmQ]Xql<-P%V41Bt$W\&"QdSO"30oRHP_MuG0W
+p9(Q>J.[IRo<;4IUfXH"fcpT,7bKY[rc/N:>LP.<PolI>4[6RY!!Zg$jmkASlrKbg
+oiaTVl,EZ&'[&kFS2&UuO2.Ef;:^Bh`3g]_aGW!3m;9Tcrr=nZZQWI^PKERa&U\:e
+ZHr.TP_4:q)#jT<N*l*K1[='Ti/m^KnHeroW:U(BYc`%a#P5,nJl:$G?2eD+I6tk@
+jZD'X^saHjfPI8r24?c+kf*Q%'^`7JU*5PW3M1Chl:g[.7m@&9NZs1AO4TpK5Na/2
+cV5.h.fTK+LPmgL2%H2APi26[;%nGKd@^9g`W#oPgRGQ[,P5Lgjr`*;&3OuOA,cNh
++f!'bK`%M@iK2E+iT,DVPkI*dHP`^Arr<qarrCYG0DMFd>3Ptd14SOal=upN%'@;-
+-$3_ZB)J4tj?"7`nh-_.iK*gDe:5V9PQ&.4rrC$F:KfDb:]2a@:8bV<Q='6I3]]\s
+q).ul_S6I+OYo$=L.hILl9FAX8cJcr3.KrAZ>-+`L0l2%SPO6[BDupq6Su"-a6,uV
+^ZRo55GfOp)lWc:P`7'hFQ*6"Me`1>J"&*RrD'9#`KU:AHU[>t0DX-jFT2=AC7k)h
+a8H6X5NO+]rr?=aJ)\lOOo3m[MlH,!^[s>Y*rc62"oeQ`rrDP?eGfO2S0Q\R8,T/s
+5O53Xr)u<?5FX<gFZm`IrrAR]d5J2h^ZT7=r9-2>r6pMr4&c.Z.2l"Yl,3N$(;H7Z
+c'QM_T&U\9r8dj4cD0r7o;e!Za7p$@XZhh#a4TcLr1n$kl_b9k=q78kc'QM_T&UDY
+q8pki*WH*dIl`toGmdRMQqt!@O82>pJ(IF;pp:K$rbT;;eFseC5NaG:<<AeU^R[mp
+!!F<?^[W9ckW;ZA!%AgnqWYot!#D3N8,9Id(K9+!O8S)\N(C/5TBB>GrrASp<;ure
+EW6#)g5l&#df0=!:*98<IUYOdQcQb0iuC;H.(!:$r07-FYPnN*Vu5#)q@;#)b!q`s
+\o@ZL`NSDKr7QIUWU;LYrc4&irrC4iq:Y?=!!);Vo0tt.5?%R^.2lRil,3N$(;H5t
+o4@JFVmsbXq8uDSFSq:!l`^9f>,V;IO89C:rrC22Qi=R8rrC$9o-=(:q%lubAcDbW
+dqN1bA:H[*n:B,>k+"["6W*idV>gOuS3QOZq2tU.I#Ful1Omd#Bj^[HIlfmaJ^o84
+S:An?U]"Omrr?=aJ)])O,PeY@(K9+$rrAaid_G@orcWeM"02A$brG_'TaaNg^6ei1
+E;opWYNA@HAb%IO\Ap9#jYiC=r.,C(_uB^g%]fU01unRg2';,[?i'$)rr<hLQljS>
+aL[u'*WH+,9r3@$O8SAE!5\t?rrAL-rr>A(O7doSrH.#u!/k4.&*D'r>u,I0re?n7
+rrC4aq:YcJKFY!]!&Wa8KJak:qHs*`_uB]P^R-+fQcQb0j#?oG2O4:BQ9XuIrr<<F
+;uULOr<R.&eb$WLdtdoSIkX*V09LB?`c(\lD(GVd/:ZhqrX_,gr6p`'&Cc31l$r#s
+&,]W1@"1(A,3jN6ht/bZ=8l>%!7&pg+E^KUV]YOSW;cj!df0=!:*98=r4r;J^.$QG
+)8GBL['0D4rrAU^pd",:o1hO66W*idV>gOuS3QOZq18IsI#Ful1Omd#Bj^[Grr>,F
+n:B+Sk+$qJL84]S9E+ut3.Kr>o)nfoq%lubB)_k)VUE6Ma8U73i<-*0brG_'TaaNg
+^6ei1E;opWYN?)]Ab%IO\BY$R6VXD,jcB?+rrBn@<;ureEW6#*)NXQ>0E$"Orr@sa
+bR`jZjBYQ$S,S/39)en7+8OUi!/(i]rr=n9re*-NlM=lal,3N$(;H4Yc'QM_T&Vd.
+%5sLO!1#k@Zi:"2*E2rOa8H9Y5LoD@p!\]q/UoH=RkKnH4iVF:)Jq#)!%`W_BDrH'
+Vu5#)q@M/+X6G-"V[r]/ra:46?R"c^N8O7ag/n8UrrC?jr#g,Xq55>,+fPD@=47*K
+f1mF_[J[i>Cq`?fpDLa0Bsb)AZ2XfpTD1\:TCYfBkX/5HYGM7!Y+.`HC\`PZfmJ^W
+mPB@>dqN1bA,cNj5Oa6S5N\Jcd"\=o?VCD!>r[>nfCK+?ZM>;8gh-QdTr-8Qo#L`Q
+J)LL0J'BtQ!20ilqS&<q\o@ZL`NSD/o4@JFVmt"O!(0JWJ)uahm/I(&#?:^'RW8?-
+65kpXI4tP@iVrn9?d'&CbN)r)ELZr^RnE\\b9-Q5rr@]^WW)rTj8O]h+6r]0qWYot
+!#E>:+3g.n\t7q@r=(ZMrrA?Lo<\Gs#TZkCBug/XC-U8@^\-'2r[iUR5FX<gFZm`_
+qAO3$rr=U"k@ac*3iDo)O89F;J#hg`l_b9k>5hoZ2I@ZnH]6kS1tl%1=T8BHchno.
+:\gn1oHC15!*@VK!7ssfppL%8rbT;;eFsiqk\7E-r3?8%SY,[BlC[ZC5NkI3ri`0u
+!3VhVnS@rOr7QIUWU;Qld*l]9q.'F)4$W4ceN`2dJ'`qFrEi4t!*qR6in*c(q6Kf4
+;qu!b!26:<^[fGEG(8HQWdi8QrrA`%8,Brdrjm(K!6)/(#P2Nt/uQ5(rr>D\V17Tf
+r9XF`_?X'?!1Ip-!(%TbomJLlFQ*6"MdO[=k0)gk:N;m'L7:g8!6ZJ[g&D&*%]TI.
+1unRg2';,[?i'$)rr<hLQljS>aL[u'2uO1DQ2^iM5P)5]!!jTDrb9FO#\lTSoY:(J
+L]/lT0L)$[O``h,Du(Ah/,oT#J*1JD&3?`eduX>:e:4O`J*X!Cr*')-Il:XXl?eKI
+oJG9'r`K1#cHlD2F\hh2+7p_Trr?-KrrCYG+8E8A_#A/a7F_&L^Z]C=YPb[*!1fbW
+5jG!5:-[r0;?!bqrrB3l5OiObJc+2KMlH,#J'cYY?hn43!'<F7J^m!IS:An?U]"Om
+rr?=aJ)])O"8T7u(K9+$rrAaid_G@nrcWeM"0-jq3<&uP%7g9/Qi=R8rrC$Ajp1Kh
+nh-iMc2Rc29r3@$O8SAE!5\t?rrAL-rr>A(O7doSrH.#u!/k4.&*D'r>u,I0re?n7
+rrC4aq:YcJKFY!]!&Wa8KJak:qHs*`_uB]P^R-+fQcQb0j#?oG2O4:BQ9XuIrr<<F
+;uULOr<R.&eb$WLdtdoSIkX*V09LB?`c(\lD(GVd/:ZhqrX_,gr6p`'&Cc31l$r#s
+&,]W1@"1(A,3jN6ht/bZ=8l>%!7&pg+E^KUV]YOSW;cj!df0=!:*98=r4r;J^.$QG
+)8GBL['0D4rrAU^pd",:o1hO66W*idV>gOuS3QOZq18IsI#Ful1Omd#Bj^[Grr>,F
+n:B+Sk+$qJL84]S9E+ut3.Kr>o)nfoq%lubB)_k)VUE6Ma8U73i<-*0brG_'TaaNg
+^6ei1E;opWYN?)]Ab%IO\BY$R6VXD,jcB?+rrBn@<;ureEW6#*)NXQ>0E$"Orr@sa
+bR`jZjBYQ$S,S/39)en7+8OUi!/(i]rr=n9re*-NlM=lal,3N$(;H4Yc'QM_T&Vd.
+%5sLO!1#k@Zi:"2*E2rOa8H9Y5LoD@p!\]q/UoH=RkKnH4iVF:)Jq#)!%`W_BDrH'
+Vu5#)q@M/+X6G-"V[r]/ra:46?R"c^N8O7ag/n8UrrC?jr#g,Xq55>,+fPD@=47*K
+f1mF_[J[i>Cq`?fpDLa0Bsb)AZ2XfpTD1\:TCYfBkX/5HYGM7!Y+.`HC\`PZfmJ^W
+mPB@>dqN1bA,cNj5Oa6S5N\Jcd"\=o?VCD!>r[>nfCK+?ZM>;8gh-QdTr-8Qo#L`Q
+J)LL0J'BtQ!20ilqS&<q\o@ZL`NSD/o4@JFVmt"iq2bOU3=Vm$T:93ZNr$nI;grN8
+-^M0d0O.>LhYB*-K(AP=q0Mbe-%lc@XrRqBUT/4:L3'RZeFki-3UufUBL(_/P;m"O
/tags/2014-08-05_centre/ancien_site/pages html/Fichier_telechargeable/Doc_Formation ONF.doc
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/tags/2014-08-05_centre/ancien_site/pages html/Fichier_telechargeable/Doc_Formation ONF.doc
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/tags/2014-08-05_centre/ancien_site/pages html/Fichier_telechargeable/Rapport Moral_2000.pdf
New file
0,0 → 1,416
+%âãÏÓ
+0000000016 00000 n
+0000000906 00000 n
+0000001299 00000 n
+0000001506 00000 n
+0000001653 00000 n
+0000002432 00000 n
+0000002612 00000 n
+0000002795 00000 n
+0000002816 00000 n
+0000003516 00000 n
+0000003537 00000 n
+0000004160 00000 n
+0000004350 00000 n
+0000005021 00000 n
+0000005042 00000 n
+0000005730 00000 n
+0000005751 00000 n
+0000006456 00000 n
+0000006477 00000 n
+0000007180 00000 n
+0000007201 00000 n
+0000007946 00000 n
+0000007967 00000 n
+0000008705 00000 n
+0000008726 00000 n
+0000009261 00000 n
+0000001091 00000 n
+0000001279 00000 n
+stream
+H‰b```f``qf`e`àLfàe@(ÊÀ±‚aƒæÊ
+stream
+H‰lSËrÓ0Ýû+IÖÃf—”N(3¦ÕŽ²pÌÄ&XnáKúä/¸²Ü´„Æ3‘îK÷œ£«¥ËæÎIàn³
++KÔC1m@+Á”ÎT ½Ïn³¥;ÎV–I•„ãQEA(î{¦+V*ÈKŸ1ÜÛɟ ϑþ¢?Ê©õQÙèŒÊ^" ,4ÂßïDè¨Ý€¶$Ð>Ú)¾‹B)9
+e ˆ95¨@pF¢MJ™ê:x3•È2%s™VÔCœèQXÆՋràD©4Qx5˜ÅI»I R2ƒì¢@#91òۉfÉåz$y¥m½ƒ}ˆFAÍ%8£ÕQŽÿÃ}ÝûÇPßÀòâòãzŸNŠ›í¿åŽMën8!l-*ñò<½!”xÆ،#Q¾4<ÞºÐRÆ[O¯è(‡nýÍâC°‚•$liÇ·n}˜ÁI,4þ®Gwï^O
+stream
+H‰ŒSËr›0ÝóÚÍUoD×]eÍ.ÓyF,\$Ü_Žÿ¢WB‰ۋ ®.ºó ®A8Õ
+ªüïÖ öNe#åÎàÝ^j)UEžéÛ0Û5ÚD ´9­K´ct€P"Û; ü
+stream
+stream
+±î£/ùš¦ßlãnÕ8\¥:M2ÁV¦F«™Š%|Ð>$þU3oǙÕm•6~Ï Vc+Q3eŠ¦'‡¶“5Ew 6äߥÀŽ¡­|MƒIUÄi‡ÖèšEãq§N4|ø6ڏ·9YÀuI¾:ôüßÂWú· Œ8_ÐÜf5»†Éèy=
+stream
+ ¸T¶ã<ÛÏ/mn¬ë²>l¡y³XWeUUd¶ ¶ö54_…ÞáiCÚ%¬šÏ‹m¹©ûéò~³áÛÕtoº2e4/fÀ:áín¶|ø©¸CpÂZã<tKÑz9J©@QkÑ ð& ÐRUk$•«ÈGM9^HBêA—€ (‡!Œ¦sމQ„o°ª«ò¦hMO·„=û°zhnë‹æ/'¿IÖt6uº¡ Ãr%Í-yt½Ôè¦r6<Ý}ÑIaúAiWp
+yt1òÐ-;y žA-¥IBҌT4Ï{•42}<I/•Äóf´ðÁ¡Ê‹éB2ŽBQ…Åd¼B¥°£qðßû;œ•›‰è…î"Xáàí`E‹p5|םl…R:ÖJÐB•ðºf-ç/ٚÅLêtf°ØúÕz_î‹I‹DÓì±’iBŽåÀj½+7EhŸâ$ä˜ââ„Ì´RRG$°g!f¬ÔÔëctD¤KԌ™9•ÉJ¸Z³×Û̱’½œÎEœÏ~§Y-cJçëøÎ/9?šëúzf„—.4uÎ2㉞,¿Ïá†`ç1HôÂé‹ZðCÕKb.Վ>&‹ßßl=
+stream
+‘_vÊ H„NEŒèœðAç:Ð艮²šº LëGC,Y£ýzúà kSNçØè©J(=X¬U†=ÌQõHï_}mf}õ#*`ô-0Ó!É<{z7Š“øx£•qLº~ÐÚ µÔ ƒ“QšSä»"Ê®Æ××ùÐI
+²¤ås‹h¾ÔÙGNí Âþ²?”7»Ã‚ ‘ž$nI×AdŒØ0óìç 'åº'šõm‚­ wC‹®‡õywÒùzÄw™¯|¡‹IŸ-xkfÇ(ÿ4;ÊO›-m:ÚE&ԓŸã¦w¯àÁD«_«³k˜VH,o,mh
+»«°ÝÇÎ"U¿cÎð0
+stream
+ºE•åYzòTßPð-ϵžyGý¨'4Ž°¡ŠO|Z/á-ÁžÙ“é‚ûÕãbQ^u_¢çq[Ë
+õOÂô²4º¶qŠôr“Ñ?yçŸÂ'ý,Ln<‰j ¯æ¤¢ŽÚ%}Ì+Þ]ŸÈwZ×/9áê6;rŽ@׍Á=K ^VnVUM×>×Lž¢v÷‹u¹º]ßFÊoý•Înæ‘èÙÂ̋¡-ûWoÞò;Ë6R[tT~~è1
+stream
+’Y-‘ÓŸé¸iô|¢ïºK£ãÿs9µ‹¿îôv¬ž½á«x[ïžš;$š4˜³Eîà‘Fv½$ºšŽwÓ|õXW°³_¼ôˆ°W=qeÍIÌ®ç$®7AF'•ôO¬}Wì*vIêɉÀÂyªq= ÛRwœ{¨É;*ßoë&DgWÕƒ) Ax’m½
+stream
+H‰¤WËr¹Ýë+0³™’ÚÝ|4Ig‘’mË.[3%sg6A ®~èæØÙûò!ù"/Ý^g“]ÎÅ«›¤äL*҂x5pïŹç<[Ÿ=Y¯',aëÝيÅø_±É2šNØ2^EqOÙº8{ò\ÏY¦Í|Ìtvöä廄Ýé³Kf)[gg—ÔœÌØú÷³¿Ž®Æ³h5ÒZŒ§Q:*6ù8‰£ù¨3];È^vã$ŪҎ*Žo#·Ò­aÛñƒ®7N¦Ñlôòzœ$Ñtt³/1újœÌðcO¼±?l|¹ZÌRóÍe’.bj¾¯ð•=¥°;ÚÝ¥=’MYag•fxÎÆ[¿>»^ŸMÒh¹D<fÑ<eóYÍf,ŽfK¦ÄÙîìÙú(p‹Õ"šÌlàb
+×"ìã݁~Q<Y,­ý} Ÿ˜˜·{~ºÛÐÊÏ_éo
+î7SWø̝Ԁã\yÀbg@2Cµ6P{^}¶ìC¶,A[|/þfÚp¥ÎBÖ.ӕ)Ñ#Ù§!ø¨yîkõÏàåèDr¯•næù}Õº)f²F䔨-Üõ|bvF4L=|ŒšmˆgÆœ‡(]r+‚ùv —\U ¦mžTÝ]›Ëotm­¾™:ܐeuáWOs…•]]•[óèET§éÚ¨¿ºBÍc¶>œTÆ ’÷,*Cë’KW
+צ¢¯Aúál1+H_ØBß~‘nÏïT"èpž
+àƒaõPèpw…SЩýXõR`x’úîOµcÍY[F®÷ü\èÅVñڶѽS±W/“ùÜ9o¸D»iÂM•·¦œ#%!Ô!l¿:²%µ%3Y;ÑBêÖÛF·g[·x¾w„Œíßð¦Uþ£ër/U¯̘‡ Oø8u˜›¯ÖÚßx£dQÅÛÝrý_n¯~ƒ66/qHŸíÂêV“ÇbÌ`«…3ÕbøHð~.qÛV3FnìÆÔ›¹î°G0ç’gºL]Ø{IT%µêÕÄíp^„V–“–Î5}¦]ú2"'Ó3S¾~}ñëÍÕÚ‘‹À‹~ù)dŽŸqÛ¡p}ÒKØW7ëëۛë5¸ç¨.k¶©ÀV&+ù'l9TÛË@–Žòoµw TépMø¦g'¡t·G
+ôñޓ·%“^®_Ø5DO‹çƇsód­v²q -=’-„ôò•(™¯œ >ïUá3­E¯³jÑàA™Wà^›YH3}§*SV7ù7¢+›G‡„ 7j,9z—ÿôÏζ®ó®pO6?m(Ö?Ķb/Nµ™ªfˆ kóFüŠàµ¨s(©…ørŒÅÿC
+¨—Å”n¾3!ø1vÀm«‰¬_T‰ Áƒv9x앨6¢EàßT¦Þ'+ìîsx˜r‘_ŠZaöc%˜zRG²á-«Ê-‰‹þ•çZ÷_od;ÅWzÊÖÕG’9 ¸$#X”*õ¶Û‹¼ªkËdÐê@ÑI&u_!$Öxå߄‰W%燱x5ŠTiûíXÁ£çXDwÛU¦0=þmW·›\l…ÒÜ5,°dӅ™PæêJnuőùÅ£åøø¡ÓËhÙTŸ…}ڐvR‡.ê ö±
+ÍEÀŽUw¢–üRw:šÏe‰Y°º@G;ÎC 6‰Ý¶ûqNª:oÆ ½ÇݸêŠV£
+ ÝÉ¢5ÁÖߪãÀèòÄ2}Ûg·£|Ry£”l~ÊÒÁ4eô1ûÃþo\žÂ1_k1œ·kܖ³DK÷a2o;hD’ø]ÚÞq$棬 ‹q0Β¢FÏ®g%v–@n°ä’ÛÁÄ­.×\
+ÈEl†bü0˜„ƒ…yKa¾µ`Wπ¡:åºzÍ®(s‘.þë¾D3×0%fGE݊vm©ˆwìØ6ÌL=æcGpšOà7]®5ƒ$¬¶6¸1gŒfxo¶ÑFÝ\‘½³ j{³úgM,;yw+üˆ9PhJ3¢Ò¾Œá4’Œ+ä»JÃvyK£ÃÄƛµÉç§ ·U“íùø ŽÖ!z{I$ÿ-sKf uBEÑ#T;GŽòßRšdáv=SYøØFMx¥…
+bÏñXëùê’ÉÎÜý×|
+F_wâÍÝ|†$<É0Vñ8f’n”™Óʈ־ßõ܄Ž9g€Ç*qÎ Ë,‹9-C\,òGW;M»™`— n ç,ʍùÿ«^êl„*E
+aiçMñFˆl®âL¨¼™f‡fUïR—DÁ ñé; Ô›¶`<Mç´XÎoÅzÞ?qc$ýâž]GÖÆt¥¼QpÆnFŽs6[b¬2:‡ÑIézB@NÚ ¶Æ85t–%rÚÒæg999êgF©Üè#­È
+Ÿ«<NnhÚÀS öÎV™>Ò5tÛ²Ä0–@xŽ„ÁI¤6hÁH˜÷IVêi¦Y¾«È¨Qfîø«©A"¶Œ'cG©ŽÄ¸àñW¹ƒ¢jH­¾˜E:l’…KmY$¢[»ã­-yk³)&øýy
+¹£)繟Ìñû#d}hÆHA­pY|/]sòE[ƍ„ðòeª£Òé3„ó‘F…=·éuv†Vï‚ëÜ¥•ô¬·úLã"7À]ª‰á㲇ý¦ϞöS))©É‚‚\â¬&C7!4àlÀ8`(oXyVYp I»”#JÓöh’ün·Î×ä&¤”ýoØC5m8’™WíŶ"ý.„¥½‚x ‚¼ÿòâ÷Âh—Õ
+stream
+­çÄË´À·ýî7V… õ¹‘Cý
+2Pn&æ;$HªxQ/vË«C;úu=>NEa:uœ2–rÐb3±¾U¹·Z Ð͚~b)JV¡èpÀ̬ˆbcâÍ>ÁÁô“ð3òø,¼üøiJr(´ÝIŠëF¸Ç}åFô°‹(È9¹÷á ‘4ËtfIš!˜A– ?œÄ‰C¾*1i2-"–o8üûߙ÷FÕûŸÂã òný&ߑBEa%B—ïB»l&èùb™àæ
+™ÑÉ(›3†œãRº¸¼ó)‘)‚Ü£Zƒ)âÐ'ç°u’¶ÏÀü™chTSm«— ”Û/Âø‚º;jo/Ý•Ÿš™PÐ/>R[cÏà#kýýÅ\ §†)•è´ ‰¶‡öE·Û™Ç³S½¬\ÍÛ¬x›L:³R›û‘RxB»än¸ðŸ|Xڕ
+0000000000 65535 f
+0000009339 00000 n
+0000009490 00000 n
+0000009624 00000 n
+0000013445 00000 n
+0000013596 00000 n
+0000013742 00000 n
+0000015848 00000 n
+0000015908 00000 n
+0000016046 00000 n
+0000016274 00000 n