Drupal.locale = { 'pluralFormula': function ($n) { return Number(($n!=1)); }, 'strings': {"An AJAX HTTP error occurred.":"Une erreur HTTP AJAX s'est produite.","HTTP Result Code: !status":"Code de statut HTTP : !status","An AJAX HTTP request terminated abnormally.":"Une requ\u00eate HTTP AJAX s'est termin\u00e9e anormalement.","Debugging information follows.":"Informations de d\u00e9bogage ci-dessous.","Path: !uri":"Chemin: !uri","StatusText: !statusText":"StatutTexte: !statusText","ResponseText: !responseText":"ReponseTexte: !responseText","ReadyState: !readyState":"ReadyState: !readyState","Disabled":"D\u00e9sactiv\u00e9","Enabled":"Activ\u00e9","Edit":"Modifier","Upload":"Transfert de fichiers","Configure":"Configurer","Maximum":"Maximum","Show":"Afficher","Select all rows in this table":"S\u00e9lectionner toutes les lignes du tableau","Deselect all rows in this table":"D\u00e9s\u00e9lectionner toutes les lignes du tableau","Not published":"Non publi\u00e9","Please wait...":"Veuillez patienter...","Minimum":"Minimum","Hide":"Masquer","Loading":"En cours de chargement","Only files with the following extensions are allowed: %files-allowed.":"Seuls les fichiers se terminant par les extensions suivantes sont autoris\u00e9s\u0026nbsp;: %files-allowed.","By @name on @date":"Par @name le @date","By @name":"Par @name","Not in menu":"Pas dans le menu","Alias: @alias":"Alias : @alias","No alias":"Aucun alias","New revision":"Nouvelle r\u00e9vision","Drag to re-order":"Cliquer-d\u00e9poser pour r\u00e9-organiser","Changes made in this table will not be saved until the form is submitted.":"Les changements effectu\u00e9s dans ce tableau ne seront pris en compte que lorsque la configuration aura \u00e9t\u00e9 enregistr\u00e9e.","The changes to these blocks will not be saved until the \u003cem\u003eSave blocks\u003c\/em\u003e button is clicked.":"N'oubliez pas de cliquer sur \u003cem\u003eEnregistrer les blocs\u003c\/em\u003e pour confirmer les modifications apport\u00e9es ici.","Show shortcuts":"Afficher les raccourcis","This permission is inherited from the authenticated user role.":"Ce droit est h\u00e9rit\u00e9e du r\u00f4le de l'utilisateur authentifi\u00e9.","No revision":"Aucune r\u00e9vision","@number comments per page":"@number commentaires par page","Requires a title":"Titre obligatoire","Not restricted":"Non restreint","(active tab)":"(onglet actif)","Not customizable":"Non personnalisable","Restricted to certain pages":"R\u00e9serv\u00e9 \u00e0 certaines pages","The block cannot be placed in this region.":"Le bloc ne peut pas \u00eatre plac\u00e9 dans cette r\u00e9gion.","Hide summary":"Masquer le r\u00e9sum\u00e9","Edit summary":"Modifier le r\u00e9sum\u00e9","Don't display post information":"Ne pas afficher les information de la contribution","@title dialog":"dialogue de @title","The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.":"Le fichier s\u00e9lectionn\u00e9 %filename ne peut pas \u00eatre transf\u00e9r\u00e9. Seulement les fichiers avec les extensions suivantes sont permis : %extensions.","Re-order rows by numerical weight instead of dragging.":"R\u00e9-ordonner les lignes avec des poids num\u00e9riques plut\u00f4t qu'en les d\u00e9placant.","Show row weights":"Afficher les poids des lignes","Hide row weights":"Cacher le poids des lignes","Autocomplete popup":"Popup d'auto-compl\u00e9tion","Searching for matches...":"Recherche de correspondances...","Hide shortcuts":"Cacher les raccourcis"} };;
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());;
Cufon.registerFont({"w":218,"face":{"font-family":"Museo 300","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"270","descent":"-90","x-height":"4","bbox":"-8 -314 334 76","underline-thickness":"18","underline-position":"-18","stemh":"22","stemv":"25","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":97,"k":{"\u2026":18,"\u201d":25,"\u201c":25,"\u2019":25,"\u2018":25,"\u0178":13,"Y":13,"W":8,"V":8,"T":7,".":18,",":18}},"\u00a0":{"w":97},"!":{"d":"42,-66r-1,-187r25,0r-1,187r-23,0xm40,0r0,-28r28,0r0,28r-28,0","w":106},"\"":{"d":"67,-196r0,-61r22,0r0,61r-22,0xm24,-196r0,-61r21,0r0,61r-21,0","w":112,"k":{"X":-7,"4":18,"T":-7,"Y":-7,"\u0178":-7,"V":-7,"W":-7,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d4":4,"a":17,"\u00e0":17,"\u00e2":17,"A":32,"\u00c0":32,"\u00c2":32,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00e7":4,"\u00e8":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00f4":4,"J":25,"M":8,"N":8,"s":4,"Z":-5}},"#":{"d":"54,0r12,-70r-51,0r3,-20r51,0r13,-71r-51,0r3,-20r51,0r13,-72r22,0r-13,72r63,0r12,-72r22,0r-12,72r50,0r-4,20r-50,0r-12,71r50,0r-4,20r-50,0r-12,70r-22,0r12,-70r-62,0r-12,70r-22,0xm91,-90r62,0r13,-71r-62,0","w":256},"$":{"d":"17,-43r18,-15v0,0,21,39,64,39v31,0,50,-20,50,-45v0,-63,-125,-49,-125,-130v0,-31,26,-57,65,-62r0,-35r20,0r0,34v30,2,67,17,59,61r-23,0v4,-27,-15,-38,-43,-38v-33,0,-52,18,-52,39v0,60,125,45,125,130v0,34,-25,65,-66,69r0,33r-20,0r0,-33v-50,-5,-72,-47,-72,-47","w":191,"k":{"7":7}},"%":{"d":"73,-157v-28,0,-51,-22,-51,-50v0,-27,23,-50,51,-50v28,0,50,23,50,50v0,28,-22,50,-50,50xm24,0r193,-253r26,0r-193,253r-26,0xm73,-177v17,0,29,-13,29,-30v0,-16,-12,-30,-29,-30v-17,0,-29,14,-29,30v0,17,12,30,29,30xm144,-45v0,-28,22,-51,50,-51v28,0,51,23,51,51v0,27,-23,49,-51,49v-28,0,-50,-22,-50,-49xm166,-46v0,17,11,30,28,30v17,0,30,-13,30,-30v0,-16,-13,-30,-30,-30v-17,0,-28,14,-28,30","w":267},"&":{"d":"102,4v-88,0,-117,-113,-40,-140v1,-3,-32,-10,-35,-57v-3,-47,56,-75,105,-60r-7,20v-32,-8,-72,7,-72,41v0,17,8,46,55,46r52,0r0,-35r25,0r0,35r34,0r0,22r-34,0v7,75,-19,128,-83,128xm42,-71v0,28,22,52,60,52v49,0,63,-46,58,-105v-58,-4,-118,2,-118,53","w":224},"'":{"d":"24,-196r0,-61r21,0r0,61r-21,0","w":68,"k":{"X":-7,"4":18,"T":-7,"Y":-7,"\u0178":-7,"V":-7,"W":-7,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d4":4,"a":17,"\u00e0":17,"\u00e2":17,"A":32,"\u00c0":32,"\u00c2":32,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00e7":4,"\u00e8":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00f4":4,"J":25,"M":8,"N":8,"s":4,"Z":-5}},"(":{"d":"72,34v-51,-82,-57,-213,-3,-297r24,0v-56,90,-51,206,2,297r-23,0","w":111,"k":{"j":-6,"4":14}},")":{"d":"17,34v52,-91,57,-207,2,-297r23,0v55,84,49,215,-3,297r-22,0","w":111},"*":{"d":"55,-121r-19,-14r33,-44r-52,-15r7,-23r52,19r-3,-55r25,0r-3,55r53,-18r7,22v-17,6,-38,8,-53,16r34,43r-19,14v-11,-15,-20,-32,-32,-46","w":171},"+":{"d":"15,-92r0,-21r83,0r0,-91r22,0r0,91r83,0r0,21r-83,0r0,92r-22,0r0,-92r-83,0","k":{"7":7}},",":{"d":"29,-30r26,0r-26,65r-21,0","w":77,"k":{"9":2,"7":7,"6":4,"4":6,"0":7,"T":25,"Y":29,"\u0178":29,"V":25,"W":25,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d4":4,"v":14,"w":14,"y":14,"\u00ff":14,"\u00ad":30,"\u2013":30,"\u2014":30,"@":5,"c":5,"d":5,"e":5,"g":5,"o":5,"q":5,"\u00e7":5,"\u00e8":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00f4":5,"J":-9,"B":7,"D":7,"E":7,"F":7,"H":7,"K":7,"L":7,"P":7,"R":7,"\u00c8":7,"\u00c9":7,"\u00ca":7,"\u00cb":7}},"-":{"d":"27,-91r0,-22r102,0r0,22r-102,0","w":155,"k":{"x":9,"X":4,"9":13,"7":25,"5":10,"3":14,"1":11}},"\u00ad":{"d":"27,-91r0,-22r102,0r0,22r-102,0","w":155,"k":{"T":22,"Y":22,"\u0178":22,"V":11,"W":11,"C":-5,"G":-5,"O":-5,"Q":-5,"\u00c7":-5,"\u00d4":-5,"v":6,"w":6,"y":6,"\u00ff":6,"A":6,"\u00c0":6,"\u00c2":6,"z":6,"S":9,"Z":4}},".":{"d":"25,0r0,-29r28,0r0,29r-28,0","w":77,"k":{"9":2,"7":7,"6":4,"4":6,"0":7,"T":25,"Y":29,"\u0178":29,"V":25,"W":25,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d4":4,"v":14,"w":14,"y":14,"\u00ff":14,"\u00ad":30,"\u2013":30,"\u2014":30,"@":5,"c":5,"d":5,"e":5,"g":5,"o":5,"q":5,"\u00e7":5,"\u00e8":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00f4":5,"J":-9,"B":7,"D":7,"E":7,"F":7,"H":7,"K":7,"L":7,"P":7,"R":7,"\u00c8":7,"\u00c9":7,"\u00ca":7,"\u00cb":7}},"\/":{"d":"1,15r92,-282r22,0r-91,282r-23,0","w":117,"k":{"7":-4}},"0":{"d":"108,4v-66,0,-87,-58,-87,-131v0,-73,21,-130,87,-130v66,0,88,57,88,130v0,73,-22,131,-88,131xm108,-19v48,0,62,-48,62,-108v0,-60,-14,-107,-62,-107v-48,0,-61,47,-61,107v0,60,13,108,61,108","w":216,"k":{"\u2026":14,".":14,",":14,"8":4,"7":10,"3":3,"2":4,"1":5}},"1":{"d":"23,0r0,-22r57,0r-1,-200v-4,8,-30,33,-39,42r-16,-16r57,-57r24,0r0,231r55,0r0,22r-137,0","w":171,"k":{"\u201d":18,"\u201c":18,"\u2019":18,"\u2018":18,"\u2014":18,"\u2013":18,"-":18,"'":22,"\"":22,"9":4,"8":3,"7":4,"6":4,"5":3,"4":6,"3":1,"0":5,"\/":-10,"%":8}},"2":{"d":"15,-25v0,-94,134,-86,134,-161v0,-52,-90,-63,-97,-20r0,12r-24,0v-9,-48,37,-63,70,-63v48,0,77,32,77,71v0,89,-134,86,-134,156v0,5,3,8,8,8r106,0v11,0,7,-15,8,-25r23,0v0,23,4,47,-21,47r-127,0v-17,0,-23,-7,-23,-25","w":203,"k":{"\u2014":10,"\u2013":10,"-":10,"9":6,"7":1,"4":7,"0":2}},"3":{"d":"9,-31r15,-19v0,0,27,31,67,31v30,0,57,-23,57,-55v0,-40,-36,-57,-79,-53r-6,-15r75,-90v-20,2,-62,1,-86,1v-11,0,-7,15,-8,25r-23,0v0,-23,-4,-47,21,-47r128,0r0,16r-74,88v32,2,78,20,78,74v0,43,-36,79,-84,79v-50,0,-81,-35,-81,-35","w":190,"k":{"9":2,"7":2}},"4":{"d":"5,-70r0,-16r124,-167r27,0r0,161r40,0r0,22r-40,0r0,70r-26,0r0,-70r-125,0xm131,-92r0,-128r-96,129v25,-2,67,-1,96,-1","w":202,"k":{"\u2026":4,"\u201d":7,"\u201c":7,"\u2019":7,"\u2018":7,".":4,",":4,"9":4,"4":-11,"2":-7,"1":3}},"5":{"d":"19,-32r16,-17v0,0,19,30,59,30v36,0,63,-26,63,-59v0,-35,-30,-60,-66,-60v-42,0,-42,23,-61,9r11,-102v3,-40,69,-17,105,-22v25,-4,21,24,21,47r-23,0v-1,-10,3,-25,-8,-25r-64,0v-5,0,-7,3,-8,8v-2,23,-8,51,-8,72v0,0,16,-10,38,-10v51,0,89,37,89,83v0,45,-38,82,-89,82v-50,0,-75,-36,-75,-36","w":204,"k":{"\u2026":5,".":5,",":5,"9":1,"7":6,"5":3,"3":3,"2":2,"1":7,"0":3}},"6":{"d":"107,4v-55,0,-92,-49,-92,-115v0,-64,34,-146,112,-146v28,0,46,10,46,10r-9,22v0,0,-16,-9,-37,-9v-52,-1,-83,55,-84,104v38,-57,143,-30,143,50v0,53,-35,84,-79,84xm42,-95v0,33,27,76,65,76v34,0,54,-26,54,-61v0,-35,-22,-58,-57,-58v-34,0,-62,22,-62,43","w":201,"k":{"\u2014":5,"\u2013":5,"-":5,"9":4,"7":3,"5":2,"3":2,"0":3}},"7":{"d":"28,0r125,-231r-111,0v-11,0,-6,15,-7,25r-24,0v0,-23,-4,-47,21,-47r150,0r0,17r-125,236r-29,0","w":184,"k":{"\u2026":43,"\u201d":-13,"\u201c":-13,"\u2019":-13,"\u2018":-13,"\u2014":19,"\u2013":19,">":14,"=":14,"<":14,";":5,":":5,".":43,"-":19,",":43,"+":14,"?":-6,"9":3,"8":3,"7":-2,"5":1,"4":21,"2":3,"0":7,"\/":22}},"8":{"d":"17,-71v0,-46,46,-65,45,-68v-57,-24,-39,-118,42,-118v48,0,77,28,77,67v0,39,-34,63,-34,63v72,27,39,131,-44,131v-45,0,-86,-27,-86,-75xm53,-191v-1,34,41,44,71,53v9,0,32,-25,32,-51v0,-27,-21,-45,-52,-45v-32,0,-51,19,-51,43xm162,-69v0,-35,-49,-49,-78,-58v-10,0,-41,24,-41,55v0,33,29,53,60,53v30,0,59,-20,59,-50","w":205,"k":{"9":3,"7":4,"4":-1,"0":4}},"9":{"d":"28,-6r10,-22v0,0,16,9,37,9v52,1,83,-55,83,-104v-38,57,-143,28,-143,-50v0,-53,36,-84,80,-84v55,0,91,49,91,115v0,64,-33,146,-111,146v-28,0,-47,-10,-47,-10xm98,-115v34,0,61,-22,61,-43v0,-33,-26,-76,-64,-76v-34,0,-54,26,-54,61v0,35,22,58,57,58","w":201,"k":{"\u2026":14,".":14,",":14,"8":2,"7":5,"3":2,"2":2,"0":2}},":":{"d":"37,-152r0,-29r28,0r0,29r-28,0xm37,0r0,-29r28,0r0,29r-28,0","w":101},";":{"d":"37,-152r0,-29r28,0r0,29r-28,0xm19,35r18,-65r26,0r-23,65r-21,0","w":101},"<":{"d":"25,-93r0,-18r163,-73r0,24r-133,58r133,57r0,24","k":{"7":7}},"=":{"d":"25,-123r0,-21r168,0r0,21r-168,0xm25,-60r0,-21r168,0r0,21r-168,0","k":{"7":7}},">":{"d":"28,-21r0,-24r132,-58r-132,-57r0,-24r162,73r0,18","k":{"7":7}},"?":{"d":"55,-66v-9,-70,62,-79,63,-127v0,-23,-19,-41,-47,-41v-24,0,-44,15,-44,15r-13,-18v0,0,22,-21,58,-21v41,0,72,27,72,64v-1,67,-74,62,-64,128r-25,0xm54,0r0,-28r27,0r0,28r-27,0","w":155},"@":{"d":"15,-87v0,-73,57,-132,128,-132v116,0,83,86,88,181r26,0r0,20r-97,0v-41,0,-72,-32,-72,-69v0,-54,53,-77,119,-69v-1,-22,-20,-42,-62,-42v-59,0,-105,51,-105,111v0,61,45,110,107,110r0,22v-75,0,-132,-59,-132,-132xm113,-87v0,44,44,54,94,49r0,-99v-50,-5,-94,5,-94,50","w":266},"A":{"d":"4,0r0,-22v9,0,14,1,18,-8r83,-223r27,0r83,223v3,8,8,8,17,8r0,22v-54,8,-46,-51,-64,-81r-100,0v-18,30,-10,89,-64,81xm75,-103r87,0r-44,-123v-10,36,-30,87,-43,123","w":236,"k":{"X":3}},"B":{"d":"38,-22r0,-209r-24,0r0,-22v78,1,178,-17,176,64v0,28,-14,46,-32,55v26,7,43,32,43,63v0,70,-68,76,-141,71v-15,0,-22,-7,-22,-22xm63,-143v50,2,102,5,102,-45v0,-49,-54,-44,-102,-43r0,88xm63,-30v6,18,43,4,62,8v31,0,49,-20,49,-50v0,-55,-56,-52,-111,-50r0,92","k":{"\u201d":6,"\u201c":6,"\u2019":6,"\u2018":6,"\u0178":9,"w":2,"v":2,"Y":9,"W":4,"V":4,"T":7,"'":2,"\"":2}},"C":{"d":"14,-129v0,-73,54,-128,125,-128v43,0,106,16,94,74r-23,0v8,-40,-37,-51,-71,-51v-56,0,-99,44,-99,105v0,60,42,110,100,110v52,0,83,-36,83,-36r15,18v0,0,-35,41,-98,41v-74,0,-126,-59,-126,-133","w":249,"k":{"Y":4,"\u0178":4,"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d4":2,"\"":-8,"'":-8,"\u2018":-9,"\u2019":-9,"\u201c":-9,"\u201d":-9,")":-9,"]":-9,"|":-9,"}":-9}},"D":{"d":"39,-22r0,-209r-24,0r0,-22r102,0v76,0,127,46,127,126v0,103,-74,127,-184,127v-15,0,-21,-7,-21,-22xm64,-30v3,16,34,5,50,8v62,0,103,-37,103,-105v0,-86,-62,-112,-153,-104r0,201","w":257,"k":{"i":-3,"X":4,"T":7,"Y":13,"\u0178":13,"V":4,"W":4,"a":-2,"\u00e0":-2,"\u00e2":-2,"v":-1,"w":-1,"y":-1,"\u00ff":-1,"\u00ad":-5,"\u2013":-5,"\u2014":-5,"\"":4,"'":4,"\u2018":2,"\u2019":2,"\u201c":2,"\u201d":2,",":5,".":5,"\u2026":5,"A":5,"\u00c0":5,"\u00c2":5,"@":-2,"c":-2,"d":-2,"e":-2,"g":-2,"o":-2,"q":-2,"\u00e7":-2,"\u00e8":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00f4":-2,"m":-3,"n":-3,"p":-3,"r":-3,"u":-3,"\u00f9":-3,"\u00fb":-3,"\u00fc":-3}},"E":{"d":"39,-22r0,-209r-24,0r0,-22r145,0v25,-2,22,23,22,47r-24,0v-1,-10,3,-25,-8,-25r-86,0r0,92r95,0r0,23r-95,0r0,86v0,5,3,8,8,8r89,0v11,0,6,-15,7,-25r24,0v0,23,3,47,-22,47r-110,0v-15,0,-21,-7,-21,-22","w":200,"k":{"T":3,"V":5,"W":5,"v":1,"w":1,"J":-3,"f":-2}},"F":{"d":"39,0r0,-231r-24,0r0,-22r135,0v25,-2,21,24,21,47r-23,0v-1,-10,3,-25,-8,-25r-76,0r0,95r92,0r0,23r-92,0r0,113r-25,0","w":179,"k":{"\u2026":36,"\u201d":-9,"\u201c":-9,"\u2019":-9,"\u2018":-9,"\u00f4":2,"\u00eb":2,"\u00ea":2,"\u00e9":2,"\u00e8":2,"\u00e7":2,"\u00e2":5,"\u00e0":5,"\u00d4":4,"\u00c7":4,"\u00c2":17,"\u00c0":17,"q":2,"o":2,"g":2,"e":2,"d":2,"c":2,"a":5,"Q":4,"O":4,"N":3,"M":3,"J":6,"G":4,"C":4,"A":17,"@":2,".":36,",":36,"'":-7,"\"":-7}},"G":{"d":"14,-127v0,-73,54,-130,126,-130v59,0,89,31,89,31r-15,18v0,0,-28,-26,-73,-26v-57,0,-101,46,-101,107v0,62,43,108,100,108v50,0,80,-38,80,-38v-1,-19,8,-46,-23,-39r0,-22v23,0,47,-3,47,22r0,96r-23,0r0,-30v0,0,-30,34,-83,34v-69,0,-124,-55,-124,-131","w":262,"k":{"T":6,"U":3,"\u00d9":3,"\u00db":3,"\u00dc":3,"a":-3,"\u00e0":-3,"\u00e2":-3,"\u00ad":-7,"\u2013":-7,"\u2014":-7,"\"":2,"'":2,"\u2018":7,"\u2019":7,"\u201c":7,"\u201d":7,"@":-3,"c":-3,"d":-3,"e":-3,"g":-3,"o":-3,"q":-3,"\u00e7":-3,"\u00e8":-3,"\u00e9":-3,"\u00ea":-3,"\u00eb":-3,"\u00f4":-3,"m":-3,"n":-3,"p":-3,"r":-3,"u":-3,"\u00f9":-3,"\u00fb":-3,"\u00fc":-3,":":-10,";":-10,"B":2,"D":2,"E":2,"F":2,"H":2,"K":2,"L":2,"P":2,"R":2,"\u00c8":2,"\u00c9":2,"\u00ca":2,"\u00cb":2}},"H":{"d":"39,0r0,-223v0,-11,-14,-7,-24,-8r0,-22v0,0,49,-4,49,22r0,93r145,0r0,-93v-2,-26,25,-22,49,-22r0,22v-10,1,-24,-3,-24,8r0,223r-25,0r0,-116r-145,0r0,116r-25,0","w":272,"k":{"a":4,"\u00e0":4,"\u00e2":4,"v":4,"w":4,"y":4,"\u00ff":4,",":7,".":7,"\u2026":7,"@":2,"c":2,"d":2,"e":2,"g":2,"o":2,"q":2,"\u00e7":2,"\u00e8":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00f4":2}},"I":{"d":"17,0r0,-22r23,0r0,-209r-23,0r0,-22r72,0r0,22r-24,0r0,209r24,0r0,22r-72,0","w":105},"J":{"d":"80,4v-38,0,-75,-26,-71,-85r25,0v-3,42,20,62,46,62v22,0,46,-14,46,-53r0,-151v0,-5,-3,-8,-8,-8r-63,0r0,-22v34,5,96,-16,96,22r0,160v0,55,-36,75,-71,75","w":181,"k":{"\u2018":5,"\u2019":5,"\u201c":5,"\u201d":5,",":4,".":4,"\u2026":4,"A":4,"\u00c0":4,"\u00c2":4,":":6,";":6}},"K":{"d":"39,0r0,-223v0,-11,-14,-7,-24,-8r0,-22v0,0,49,-4,49,22r0,88v19,-1,43,5,51,-9r61,-101r29,0v-26,39,-49,86,-78,121v22,23,38,71,56,101v5,10,14,9,26,9r0,22v-26,0,-38,1,-48,-19r-47,-93v-7,-14,-31,-8,-50,-9r0,121r-25,0","w":212,"k":{"x":2,"C":8,"G":8,"O":8,"Q":8,"\u00c7":8,"\u00d4":8,"v":11,"w":11,"y":7,"\u00ff":7,"\u00ad":15,"\u2013":15,"\u2014":15,"\u2018":1,"\u2019":1,"\u201c":1,"\u201d":1,")":-9,"]":-9,"|":-9,"}":-9,",":-7,".":-7,"\u2026":-7,"A":-4,"\u00c0":-4,"\u00c2":-4,"@":3,"c":3,"d":3,"e":3,"g":3,"o":3,"q":3,"\u00e7":3,"\u00e8":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00f4":3,":":-11,";":-11,"z":4}},"L":{"d":"39,-22r0,-201v0,-11,-14,-7,-24,-8r0,-22v0,0,49,-4,49,22r0,201v0,5,3,8,8,8r84,0v11,0,6,-15,7,-25r24,0v0,23,3,47,-22,47r-105,0v-15,0,-21,-7,-21,-22","w":190,"k":{"*":28,"T":36,"Y":29,"\u0178":29,"V":14,"W":14,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d4":7,"U":13,"\u00d9":13,"\u00db":13,"\u00dc":13,"v":17,"w":17,"y":14,"\u00ff":14,"\u00ad":11,"\u2013":11,"\u2014":11,"\"":29,"'":29,"\u2018":22,"\u2019":22,"\u201c":22,"\u201d":22,",":-4,".":-4,"\u2026":-4,"A":-4,"\u00c0":-4,"\u00c2":-4,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00e7":4,"\u00e8":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00f4":4,"m":2,"n":2,"p":2,"r":2,"u":2,"\u00f9":2,"\u00fb":2,"\u00fc":2,"B":11,"D":11,"E":11,"F":11,"H":11,"K":11,"L":11,"P":11,"R":11,"\u00c8":11,"\u00c9":11,"\u00ca":11,"\u00cb":11,"b":5,"h":5,"k":5,"l":5}},"M":{"d":"8,0r0,-22v9,0,20,2,21,-8r18,-223r25,0r81,177r79,-177r25,0r18,223v0,10,12,8,22,8r0,22v-24,0,-45,3,-47,-22r-13,-189v-18,52,-51,113,-74,164r-22,0r-60,-129v-7,-13,-11,-37,-14,-36v-1,59,-13,131,-13,190v0,25,-22,23,-46,22","w":304,"k":{"\u201d":10,"\u201c":10,"\u2019":10,"\u2018":10,"\u00fc":-1,"\u00fb":-1,"\u00f9":-1,"u":-1,"r":-1,"p":-1,"n":-1,"m":-1,"T":6,"'":11,"\"":11}},"N":{"d":"15,0r0,-22v10,-1,24,3,24,-8r0,-223r23,0r129,180v10,13,18,34,21,33v-4,-54,0,-132,-2,-191v-1,-26,25,-22,49,-22r0,22v-10,1,-24,-3,-24,8r0,223r-23,0r-129,-180v-9,-12,-21,-33,-21,-33v4,54,0,132,2,191v1,26,-25,22,-49,22","w":273,"k":{"a":4,"\u00e0":4,"\u00e2":4,"v":4,"w":4,"y":4,"\u00ff":4,",":7,".":7,"\u2026":7,"@":2,"c":2,"d":2,"e":2,"g":2,"o":2,"q":2,"\u00e7":2,"\u00e8":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00f4":2}},"O":{"d":"14,-128v0,-73,57,-129,129,-129v72,0,128,56,128,129v0,74,-56,132,-128,132v-72,0,-129,-58,-129,-132xm40,-128v0,61,46,109,103,109v57,0,102,-48,102,-109v0,-60,-45,-106,-102,-106v-57,0,-103,46,-103,106","w":284,"k":{"i":-3,"X":4,"T":7,"Y":13,"\u0178":13,"V":4,"W":4,"a":-2,"\u00e0":-2,"\u00e2":-2,"v":-1,"w":-1,"y":-1,"\u00ff":-1,"\u00ad":-5,"\u2013":-5,"\u2014":-5,"\"":4,"'":4,"\u2018":2,"\u2019":2,"\u201c":2,"\u201d":2,",":5,".":5,"\u2026":5,"A":5,"\u00c0":5,"\u00c2":5,"@":-2,"c":-2,"d":-2,"e":-2,"g":-2,"o":-2,"q":-2,"\u00e7":-2,"\u00e8":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00f4":-2,"m":-3,"n":-3,"p":-3,"r":-3,"u":-3,"\u00f9":-3,"\u00fb":-3,"\u00fc":-3}},"P":{"d":"39,0r0,-231r-24,0r0,-22r107,0v45,0,78,29,78,76v0,70,-61,85,-136,78r0,99r-25,0xm64,-122v57,2,110,3,110,-55v0,-56,-53,-57,-110,-54r0,109","w":208,"k":{"\u2026":38,"\u00f4":7,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":7,"\u00e2":7,"\u00e0":7,"\u00c2":21,"\u00c0":21,"z":2,"s":4,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"a":7,"N":3,"M":3,"J":7,"A":21,"@":7,".":38,",":38,"'":-2,"\"":-2}},"Q":{"d":"14,-128v0,-73,56,-129,128,-129v110,0,168,137,98,216r31,31r-16,16r-31,-31v-79,69,-210,6,-210,-103xm40,-128v0,61,45,109,102,109v40,0,65,-23,65,-23r-31,-31r16,-16r30,31v53,-65,8,-175,-80,-175v-57,0,-102,45,-102,105","w":284,"k":{"i":-3,"X":4,"T":7,"Y":13,"\u0178":13,"V":4,"W":4,"a":-2,"\u00e0":-2,"\u00e2":-2,"v":-1,"w":-1,"y":-1,"\u00ff":-1,"\u00ad":-5,"\u2013":-5,"\u2014":-5,"\"":4,"'":4,"\u2018":2,"\u2019":2,"\u201c":2,"\u201d":2,",":5,".":5,"\u2026":5,"A":5,"\u00c0":5,"\u00c2":5,"@":-2,"c":-2,"d":-2,"e":-2,"g":-2,"o":-2,"q":-2,"\u00e7":-2,"\u00e8":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00f4":-2,"m":-3,"n":-3,"p":-3,"r":-3,"u":-3,"\u00f9":-3,"\u00fb":-3,"\u00fc":-3}},"R":{"d":"39,0r0,-231r-24,0r0,-22r107,0v42,0,73,28,73,72v0,39,-24,63,-49,68v19,20,30,57,45,82v5,10,11,9,23,9r0,22v-25,0,-36,1,-46,-19r-36,-72v-9,-25,-39,-13,-68,-16r0,107r-25,0xm64,-129v54,2,105,4,105,-51v0,-54,-51,-54,-105,-51r0,102","w":217,"k":{"T":8,"Y":11,"\u0178":11,"V":2,"W":2,"C":1,"G":1,"O":1,"Q":1,"\u00c7":1,"\u00d4":1,"\u2018":6,"\u2019":6,"\u201c":6,"\u201d":6,",":-7,".":-7,"\u2026":-7,"A":-4,"\u00c0":-4,"\u00c2":-4,"@":3,"c":3,"d":3,"e":3,"g":3,"o":3,"q":3,"\u00e7":3,"\u00e8":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00f4":3,"m":-3,"n":-3,"p":-3,"r":-3,"u":-3,"\u00f9":-3,"\u00fb":-3,"\u00fc":-3}},"S":{"d":"13,-32r16,-18v0,0,25,31,65,31v28,0,50,-18,50,-45v0,-63,-125,-51,-125,-129v0,-35,31,-64,78,-64v30,0,78,14,68,61r-24,0v4,-28,-16,-38,-44,-38v-33,0,-52,19,-52,41v0,59,125,43,125,127v0,38,-28,70,-76,70v-52,0,-81,-36,-81,-36","w":186,"k":{"\u00ad":-3,"\u2013":-3,"\u2014":-3,"\"":-3,"'":-3,"@":-2,"c":-2,"d":-2,"e":-2,"g":-2,"o":-2,"q":-2,"\u00e7":-2,"\u00e8":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00f4":-2,"m":-2,"n":-2,"p":-2,"r":-2,"u":-2,"\u00f9":-2,"\u00fb":-2,"\u00fc":-2,"z":2}},"T":{"d":"99,0r0,-231r-63,0v-11,-1,-7,15,-8,25r-23,0v1,-23,-5,-47,21,-47r171,0v26,-3,21,24,21,47r-24,0v-1,-10,3,-25,-8,-25r-62,0r0,231r-25,0","w":223,"k":{"\u00ef":-11,"j":14,"i":13," ":7,"Y":-4,"\u0178":-4,"V":-3,"W":-3,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d4":7,"a":22,"\u00e0":22,"\u00e2":22,"v":22,"w":22,"y":23,"\u00ff":23,"\u00ad":22,"\u2013":22,"\u2014":22,"\"":-7,"'":-7,",":25,".":25,"\u2026":25,"A":31,"\u00c0":31,"\u00c2":31,"@":27,"c":27,"d":27,"e":27,"g":27,"o":27,"q":27,"\u00e7":27,"\u00e8":27,"\u00e9":27,"\u00ea":27,"\u00eb":27,"\u00f4":27,"m":16,"n":16,"p":16,"r":16,"u":16,"\u00f9":16,"\u00fb":16,"\u00fc":16,"J":18,"z":22,"M":4,"N":4,"s":17}},"U":{"d":"36,-87r0,-136v0,-11,-14,-7,-24,-8r0,-22v0,0,49,-4,49,22r0,143v0,42,27,69,68,69v41,0,68,-27,68,-70r0,-142v-2,-26,25,-22,49,-22r0,22v-10,1,-24,-3,-24,8r0,136v0,55,-37,91,-93,91v-56,0,-93,-36,-93,-91","w":258,"k":{",":4,".":4,"\u2026":4,"A":7,"\u00c0":7,"\u00c2":7,"M":2,"N":2}},"V":{"d":"104,0r-83,-223v-3,-8,-8,-8,-17,-8r0,-22v23,0,34,1,41,21r73,203v18,-67,50,-138,72,-203v7,-21,17,-21,40,-21r0,22v-9,0,-13,0,-16,8r-83,223r-27,0","w":235,"k":{" ":8,"T":-3,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d4":4,"a":17,"\u00e0":17,"\u00e2":17,"\u00ad":11,"\u2013":11,"\u2014":11,"\"":-7,"'":-7,"\u2018":-2,"\u2019":-2,"\u201c":-2,"\u201d":-2,",":25,".":25,"\u2026":25,"A":12,"\u00c0":12,"\u00c2":12,"@":19,"c":19,"d":19,"e":19,"g":19,"o":19,"q":19,"\u00e7":19,"\u00e8":19,"\u00e9":19,"\u00ea":19,"\u00eb":19,"\u00f4":19,"m":7,"n":7,"p":7,"r":7,"u":7,"\u00f9":7,"\u00fb":7,"\u00fc":7,"J":12,"M":2,"N":2,"S":2}},"W":{"d":"82,0r-58,-223v-2,-8,-9,-8,-18,-8r0,-22v23,0,37,-1,42,21r50,201r63,-221r24,0r58,221v12,-65,35,-137,49,-201v5,-22,19,-21,42,-21r0,22v-9,0,-15,0,-17,8r-59,223r-29,0r-57,-213r-60,213r-30,0","w":340,"k":{" ":8,"T":-3,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d4":4,"a":17,"\u00e0":17,"\u00e2":17,"\u00ad":11,"\u2013":11,"\u2014":11,"\"":-7,"'":-7,"\u2018":-2,"\u2019":-2,"\u201c":-2,"\u201d":-2,",":25,".":25,"\u2026":25,"A":12,"\u00c0":12,"\u00c2":12,"@":19,"c":19,"d":19,"e":19,"g":19,"o":19,"q":19,"\u00e7":19,"\u00e8":19,"\u00e9":19,"\u00ea":19,"\u00eb":19,"\u00f4":19,"m":7,"n":7,"p":7,"r":7,"u":7,"\u00f9":7,"\u00fb":7,"\u00fc":7,"J":12,"M":2,"N":2,"S":2}},"X":{"d":"5,0r81,-132r-55,-89v-7,-10,-13,-10,-25,-10r0,-22v54,-8,57,47,80,74r17,29v9,-18,35,-61,48,-83v11,-21,22,-20,48,-20r0,22v-12,0,-18,0,-25,10r-55,89r81,132r-29,0r-69,-115r-68,115r-29,0","w":205,"k":{"\u201d":-5,"\u201c":-5,"\u2019":-5,"\u2018":-5,"\u2014":4,"\u2013":4,"\u00f4":3,"\u00eb":3,"\u00ea":3,"\u00e9":3,"\u00e8":3,"\u00e7":3,"\u00d4":4,"\u00c7":4,"\u00c2":3,"\u00c0":3,"}":-7,"|":-7,"q":3,"o":3,"g":3,"e":3,"d":3,"c":3,"]":-7,"Q":4,"O":4,"G":4,"C":4,"A":3,"@":3,"-":4,")":-7,"'":-7,"\"":-7}},"Y":{"d":"94,0r0,-110r-68,-111v-6,-10,-10,-10,-22,-10r0,-22v23,0,31,-1,44,20r59,100v13,-27,41,-72,58,-100v13,-21,21,-20,45,-20r0,22v-11,0,-18,0,-23,10r-68,111r0,110r-25,0","w":213,"k":{" ":13,"T":-4,"a":16,"\u00e0":16,"\u00e2":16,"\u00ad":22,"\u2013":22,"\u2014":22,"\"":-7,"'":-7,"\u2018":-1,"\u2019":-1,"\u201c":-1,"\u201d":-1,",":29,".":29,"\u2026":29,"A":29,"\u00c0":29,"\u00c2":29,"@":25,"c":25,"d":25,"e":25,"g":25,"o":25,"q":25,"\u00e7":25,"\u00e8":25,"\u00e9":25,"\u00ea":25,"\u00eb":25,"\u00f4":25,"m":13,"n":13,"p":13,"r":13,"u":13,"\u00f9":13,"\u00fb":13,"\u00fc":13,"J":13,"z":11,"M":6,"N":6,"s":17}},"Z":{"d":"7,0r0,-18r154,-213r-119,0v-11,0,-7,15,-8,25r-24,0v0,-23,-3,-47,22,-47r160,0r0,18r-135,190v-9,13,-19,23,-19,23r128,0v11,0,7,-15,8,-25r23,0v0,23,3,47,-22,47r-168,0","w":207,"k":{"\u00ad":9,"\u2013":9,"\u2014":9}},"[":{"d":"36,12r0,-253v-2,-26,25,-22,49,-22r0,20v-10,1,-26,-4,-26,8r0,241v0,12,16,7,26,8r0,20v0,0,-49,4,-49,-22","w":109,"k":{"j":-6,"4":14}},"\\":{"d":"93,15r-91,-282r23,0r91,282r-23,0","w":114},"]":{"d":"24,14v10,-1,26,4,26,-8r0,-241v0,-12,-16,-7,-26,-8r0,-20v0,0,49,-4,49,22r0,253v2,26,-25,22,-49,22r0,-20","w":109},"^":{"d":"26,-90r72,-163r16,0r72,163r-24,0r-56,-133r-56,133r-24,0"},"_":{"d":"2,0r186,0r0,21r-186,0r0,-21","w":189},"`":{"d":"65,-271r-32,-43r28,0r25,43r-21,0","w":129},"a":{"d":"14,-49v0,-66,85,-59,121,-65v0,-38,-13,-51,-46,-51v-13,0,-43,3,-36,27r-23,0v-10,-40,37,-47,59,-47v94,-1,71,78,71,156v0,11,13,8,23,8r0,21v-31,5,-52,-5,-47,-35v0,0,-15,39,-60,39v-30,0,-62,-17,-62,-53xm40,-51v0,17,13,34,40,34v38,0,57,-38,55,-75v-35,0,-95,-3,-95,41","w":190,"k":{"T":31,"v":4,"w":4,"y":4,"\u00ff":4,"\"":25,"'":25,"\u2018":13,"\u2019":13,"\u201c":13,"\u201d":13}},"b":{"d":"30,0r0,-224v0,-11,-13,-8,-23,-8r0,-21v24,0,48,-4,48,22v0,26,-3,56,0,80v0,0,15,-34,61,-34v49,0,79,39,79,95v0,57,-34,94,-82,94v-45,0,-57,-36,-60,-35r1,31r-24,0xm54,-90v0,36,19,73,58,73v32,0,58,-27,58,-73v0,-44,-24,-73,-57,-73v-30,0,-59,22,-59,73","w":210,"k":{"T":14,"Y":11,"\u0178":11,"a":2,"\u00e0":2,"\u00e2":2,"v":4,"w":4,"y":4,"\u00ff":4,"\"":4,"'":4,"\u2018":17,"\u2019":17,"\u201c":17,"\u201d":17,",":5,".":5,"\u2026":5,"z":4,"b":3,"h":3,"k":3,"l":3}},"c":{"d":"14,-90v0,-55,42,-95,96,-95v26,0,73,11,64,54r-23,0v5,-25,-22,-32,-41,-32v-39,0,-70,29,-70,73v0,45,33,72,71,72v37,0,58,-26,58,-26r11,19v0,0,-25,29,-71,29v-54,0,-95,-38,-95,-94","w":190,"k":{"\u00ff":2,"y":2,"l":1,"k":1,"h":1,"b":1,"T":11}},"d":{"d":"15,-91v0,-57,33,-94,81,-94v44,0,60,33,60,33r0,-72v0,-11,-14,-7,-24,-8r0,-21v24,0,48,-4,48,22r0,202v0,11,13,8,23,8r0,21v-30,4,-53,-4,-47,-32v0,0,-14,36,-62,36v-49,0,-79,-39,-79,-95xm98,-18v30,0,58,-22,58,-73v0,-37,-18,-72,-57,-72v-32,0,-59,26,-59,72v0,45,24,73,58,73","w":211},"e":{"d":"14,-90v0,-59,41,-95,90,-95v54,1,81,43,75,95r-139,0v1,46,33,72,70,72v33,0,55,-22,55,-22r11,18v0,0,-26,26,-67,26v-54,0,-95,-38,-95,-94xm41,-109r113,0v-2,-80,-106,-69,-113,0","w":197,"k":{"T":14,"\u2018":10,"\u2019":10,"\u201c":10,"\u201d":10}},"f":{"d":"32,0r0,-161r-23,0r0,-20r23,0v0,-65,39,-80,73,-73r0,22v-24,-6,-50,6,-49,51r46,0r0,20r-46,0r0,161r-24,0","w":109,"k":{"T":-7,"a":7,"\u00e0":7,"\u00e2":7,"\u00ad":6,"\u2013":6,"\u2014":6,"\u2018":-16,"\u2019":-16,"\u201c":-16,"\u201d":-16,")":-5,"]":-5,"|":-5,"}":-5,",":18,".":18,"\u2026":18,"@":8,"c":8,"d":8,"e":8,"g":8,"o":8,"q":8,"\u00e7":8,"\u00e8":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00f4":8,"s":3}},"g":{"d":"15,-94v0,-54,30,-91,79,-91v49,0,60,31,60,31v-5,-28,20,-28,46,-27r0,21v-10,0,-23,-3,-23,8r0,148v0,83,-88,95,-146,65r10,-20v0,0,22,12,49,12v45,1,70,-29,63,-85v-11,20,-29,31,-57,31v-49,0,-81,-39,-81,-93xm99,-23v29,0,54,-18,54,-71v0,-53,-25,-69,-57,-69v-35,0,-56,26,-56,69v0,43,23,71,59,71","w":208,"k":{"\u2018":-7,"\u2019":-7,"\u201c":-7,"\u201d":-7}},"h":{"d":"123,-162v-38,0,-68,30,-68,75r0,87r-25,0r0,-224v0,-11,-13,-8,-23,-8r0,-21v23,0,48,-5,48,21r0,92v7,-17,30,-45,71,-45v78,0,59,85,61,156v0,11,13,8,23,8r0,21v-23,0,-49,3,-47,-22v-7,-56,23,-140,-40,-140","w":217,"k":{"T":31,"v":4,"w":4,"y":4,"\u00ff":4,"\"":25,"'":25,"\u2018":13,"\u2019":13,"\u201c":13,"\u201d":13}},"i":{"d":"32,-222r0,-31r24,0r0,31r-24,0xm33,-22r0,-130v0,-11,-13,-8,-23,-8r0,-21v24,0,48,-4,48,22r0,130v0,11,13,8,23,8r0,21v-24,0,-48,4,-48,-22","w":90,"k":{"v":2,"w":2,"y":2,"\u00ff":2}},"j":{"d":"41,-222r0,-31r23,0r0,31r-23,0xm-8,52v24,0,49,-1,49,-46r0,-158v0,-11,-13,-8,-23,-8r0,-21v24,0,48,-4,48,22r0,166v-4,65,-42,69,-74,66r0,-21","w":96},"k":{"d":"30,0r0,-224v0,-11,-13,-8,-23,-8r0,-21v23,0,48,-5,48,21r0,120v17,0,30,1,39,-9r46,-60r30,0v-20,24,-43,60,-66,79v14,13,32,52,44,73v3,9,15,8,27,8r0,21v-25,0,-38,1,-49,-18r-36,-65v-8,-11,-20,-7,-35,-8r0,91r-25,0","w":179,"k":{"\u201d":-4,"\u201c":-4,"\u2019":-4,"\u2018":-4,"\u00ff":4,"\u00f4":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00e7":4,"\u00e2":3,"\u00e0":3,"y":4,"w":4,"v":4,"q":4,"o":4,"l":3,"k":3,"h":3,"g":4,"e":4,"d":4,"c":4,"b":3,"a":3,"T":7,"@":4}},"l":{"d":"31,-22r0,-202v0,-11,-13,-8,-23,-8r0,-21v23,0,47,-3,47,22r0,202v0,11,13,8,23,8r0,21v-23,0,-47,3,-47,-22","w":88},"m":{"d":"118,-163v-67,2,-65,89,-62,163r-25,0r0,-152v0,-11,-13,-8,-23,-8r0,-21v33,-3,54,1,47,41v14,-50,116,-67,122,0v12,-22,35,-45,67,-45v77,0,61,85,61,156v0,11,13,7,23,8r0,21v-24,0,-48,4,-48,-22v0,-56,22,-141,-39,-141v-35,0,-61,36,-61,77r0,86r-24,0r0,-109v0,-27,-4,-54,-38,-54","w":335,"k":{"T":31,"v":4,"w":4,"y":4,"\u00ff":4,"\"":25,"'":25,"\u2018":13,"\u2019":13,"\u201c":13,"\u201d":13}},"n":{"d":"125,-162v-38,0,-69,30,-69,75r0,87r-25,0r0,-152v0,-11,-13,-8,-23,-8r0,-21v33,-3,54,1,47,41v6,-17,30,-45,72,-45v78,0,59,85,61,156v0,11,13,8,23,8r0,21v-23,0,-49,3,-47,-22v-7,-55,24,-140,-39,-140","k":{"T":31,"v":4,"w":4,"y":4,"\u00ff":4,"\"":25,"'":25,"\u2018":13,"\u2019":13,"\u201c":13,"\u201d":13}},"o":{"d":"14,-91v0,-54,43,-94,96,-94v53,0,96,40,96,94v0,55,-43,95,-96,95v-53,0,-96,-40,-96,-95xm40,-91v0,42,31,73,70,73v39,0,70,-31,70,-73v0,-41,-31,-72,-70,-72v-39,0,-70,31,-70,72","w":219,"k":{"T":14,"Y":11,"\u0178":11,"a":2,"\u00e0":2,"\u00e2":2,"v":4,"w":4,"y":4,"\u00ff":4,"\"":4,"'":4,"\u2018":17,"\u2019":17,"\u201c":17,"\u201d":17,",":5,".":5,"\u2026":5,"z":4,"b":3,"h":3,"k":3,"l":3}},"p":{"d":"31,72r0,-224v0,-11,-13,-8,-23,-8r0,-21v29,-4,53,2,47,31v0,0,14,-35,62,-35v49,0,79,39,79,95v0,57,-34,94,-81,94v-46,0,-57,-35,-60,-34v2,29,1,70,1,102r-25,0xm55,-90v0,36,20,73,58,73v32,0,58,-27,58,-73v0,-44,-23,-73,-57,-73v-30,0,-59,22,-59,73","w":211,"k":{"T":14,"Y":11,"\u0178":11,"a":2,"\u00e0":2,"\u00e2":2,"v":4,"w":4,"y":4,"\u00ff":4,"\"":4,"'":4,"\u2018":17,"\u2019":17,"\u201c":17,"\u201d":17,",":5,".":5,"\u2026":5,"z":4,"b":3,"h":3,"k":3,"l":3}},"q":{"d":"15,-91v0,-57,34,-94,82,-94v44,0,60,35,60,35v-6,-30,17,-33,46,-31r0,21v-10,0,-23,-3,-23,8r0,224r-24,0r0,-103v0,0,-16,35,-62,35v-49,0,-79,-39,-79,-95xm98,-18v30,0,59,-22,59,-73v0,-37,-19,-72,-58,-72v-32,0,-59,26,-59,72v0,45,24,73,58,73","w":211},"r":{"d":"122,-158v-73,-5,-68,83,-66,158r-25,0r0,-152v0,-11,-13,-8,-23,-8r0,-21v35,-4,54,4,47,46v10,-29,33,-53,67,-47r0,24","w":130,"k":{"a":12,"\u00e0":12,"\u00e2":12,"v":-5,"w":-5,"y":-5,"\u00ff":-5,"\u00ad":7,"\u2013":7,"\u2014":7,"\u2018":-13,"\u2019":-13,"\u201c":-13,"\u201d":-13,",":20,".":20,"\u2026":20,"@":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00e7":7,"\u00e8":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00f4":7,"m":-3,"n":-3,"p":-3,"r":-3,"u":-3,"\u00f9":-3,"\u00fb":-3,"\u00fc":-3,"b":4,"h":4,"k":4,"l":4}},"s":{"d":"10,-27r14,-17v0,0,20,27,56,27v20,0,38,-10,38,-29v0,-40,-101,-32,-101,-90v0,-33,28,-49,64,-49v23,0,64,9,55,48r-23,0v4,-21,-15,-27,-31,-27v-25,0,-40,8,-40,26v0,41,101,32,101,92v0,30,-27,50,-63,50v-47,0,-70,-31,-70,-31","w":158,"k":{"\u2018":4,"\u2019":4,"\u201c":4,"\u201d":4}},"t":{"d":"33,-66r0,-95r-23,0r0,-20r24,0r0,-50r24,0r0,50r45,0r0,20r-45,0r0,93v3,46,25,47,49,47r0,22v-35,1,-74,-2,-74,-67","w":120,"k":{"a":3,"\u00e0":3,"\u00e2":3,"v":4,"w":4,"y":4,"\u00ff":4,"\u00ad":5,"\u2013":5,"\u2014":5,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00e7":4,"\u00e8":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00f4":4,"b":3,"h":3,"k":3,"l":3}},"u":{"d":"91,4v-75,0,-59,-86,-60,-156v0,-11,-13,-8,-23,-8r0,-21v23,0,49,-4,47,21v7,56,-24,141,40,141v74,0,68,-86,66,-162r25,0r0,152v0,11,13,8,23,8r0,21v-26,0,-53,3,-47,-28v-1,-8,3,-14,0,-13v-7,18,-31,45,-71,45","w":217,"k":{"T":14,"\u2018":11,"\u2019":11,"\u201c":11,"\u201d":11}},"v":{"d":"80,0r-59,-152v-4,-7,-8,-8,-16,-8r0,-21v22,-1,32,1,39,20r50,134v13,-44,34,-91,50,-134v6,-19,15,-21,37,-20r0,21v-8,0,-13,1,-15,8r-59,152r-27,0","w":186,"k":{"T":11,"a":2,"\u00e0":2,"\u00e2":2,"\u00ad":6,"\u2013":6,"\u2014":6,"\u2018":-8,"\u2019":-8,"\u201c":-8,"\u201d":-8,",":14,".":14,"\u2026":14,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00e7":4,"\u00e8":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00f4":4}},"w":{"d":"73,0r-52,-152v-3,-7,-8,-8,-17,-8r0,-21v22,0,34,-1,41,20r43,134r50,-153r24,0r51,153v11,-43,31,-91,43,-134v6,-21,18,-20,41,-20r0,21v-9,0,-15,0,-18,8r-52,152r-27,0r-50,-148r-50,148r-27,0","w":300,"k":{"T":11,"a":2,"\u00e0":2,"\u00e2":2,"\u00ad":6,"\u2013":6,"\u2014":6,"\u2018":-8,"\u2019":-8,"\u201c":-8,"\u201d":-8,",":14,".":14,"\u2026":14,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00e7":4,"\u00e8":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00f4":4}},"x":{"d":"7,0r63,-94r-39,-58v-5,-8,-13,-8,-25,-8r0,-21v52,-8,57,43,80,71v21,-25,28,-79,79,-71r0,21v0,0,-19,-1,-24,7r-39,59r63,94r-29,0r-50,-77r-51,77r-28,0","w":171,"k":{"\u201d":-7,"\u201c":-7,"\u2019":-7,"\u2018":-7,"\u2014":9,"\u2013":9,"-":9}},"y":{"d":"14,40v0,0,12,14,27,14v26,0,35,-34,45,-55r-64,-151v-4,-7,-8,-8,-16,-8r0,-21v22,0,31,1,39,20r53,132v13,-43,36,-90,51,-132v7,-20,17,-21,39,-20r0,21v-8,0,-12,1,-16,8r-78,190v-9,23,-28,38,-52,38v-41,0,-45,-17,-28,-36","w":194,"k":{"a":3,"\u00e0":3,"\u00e2":3,"\u00ad":6,"\u2013":6,"\u2014":6,"\u2018":-10,"\u2019":-10,"\u201c":-10,"\u201d":-10,",":16,".":16,"\u2026":16,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00e7":4,"\u00e8":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00f4":4}},"z":{"d":"14,0r0,-16r116,-144v-21,2,-60,1,-84,1v-11,0,-8,12,-8,21r-23,0v-1,-23,-2,-43,22,-43r126,0r0,16r-117,144v24,-2,66,-1,93,-1v10,0,8,-12,8,-22r23,0v1,23,2,44,-22,44r-134,0","w":179,"k":{"v":6,"w":6,"y":5,"\u00ff":5,"\u00ad":6,"\u2013":6,"\u2014":6,"\u2018":-14,"\u2019":-14,"\u201c":-14,"\u201d":-14,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00e7":4,"\u00e8":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00f4":4}},"{":{"d":"42,-30r0,-34v0,-37,-30,-41,-30,-41r0,-22v0,0,30,-4,30,-42r0,-29v3,-62,37,-65,60,-65r0,20v-16,0,-34,1,-37,45r0,36v0,37,-30,43,-29,46v0,0,29,9,29,46r0,39v2,43,22,45,37,45r0,21v-24,0,-56,-2,-60,-65","w":117,"k":{"j":-6,"4":14}},"|":{"d":"40,57r0,-341r23,0r0,341r-23,0","w":102,"k":{"j":-6,"4":14}},"}":{"d":"16,14v14,0,34,-2,36,-45r0,-39v0,-39,30,-44,29,-47v0,0,-29,-10,-29,-45r0,-36v-2,-44,-22,-45,-36,-45r0,-20v24,0,55,3,59,65r0,29v0,38,30,42,30,42r0,22v0,0,-30,4,-30,41r0,34v-3,63,-36,65,-59,65r0,-21","w":117},"~":{"d":"24,-75v0,-40,19,-56,46,-56v40,0,40,37,71,37v22,0,26,-23,26,-36r21,0v0,40,-18,56,-45,56v-40,0,-41,-37,-72,-37v-22,0,-26,23,-26,36r-21,0"},"\u00c0":{"d":"4,0r0,-22v9,0,14,1,18,-8r83,-223r27,0r83,223v3,8,8,8,17,8r0,22v-54,8,-46,-51,-64,-81r-100,0v-18,30,-10,89,-64,81xm75,-103r87,0r-44,-123v-10,36,-30,87,-43,123xm108,-271r-32,-43r28,0r25,43r-21,0","w":236,"k":{"X":3}},"\u00c2":{"d":"4,0r0,-22v9,0,14,1,18,-8r83,-223r27,0r83,223v3,8,8,8,17,8r0,22v-54,8,-46,-51,-64,-81r-100,0v-18,30,-10,89,-64,81xm75,-103r87,0r-44,-123v-10,36,-30,87,-43,123xm76,-271r30,-43r25,0r30,43r-23,0v-7,-9,-12,-21,-20,-29r-19,29r-23,0","w":236,"k":{"X":3}},"\u00c7":{"d":"14,-129v0,-73,54,-128,125,-128v43,0,106,16,94,74r-23,0v8,-40,-37,-51,-71,-51v-56,0,-99,44,-99,105v0,60,41,110,99,110v52,0,84,-36,84,-36r15,18v0,0,-34,40,-96,41r-3,16v15,2,25,11,25,25v0,28,-32,32,-52,27r0,-17v6,2,36,6,33,-10v1,-9,-14,-15,-26,-12r7,-29v-67,-6,-112,-63,-112,-133","w":249,"k":{"Y":4,"\u0178":4,"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d4":2,"\"":-8,"'":-8,"\u2018":-9,"\u2019":-9,"\u201c":-9,"\u201d":-9,")":-9,"]":-9,"|":-9,"}":-9}},"\u00c8":{"d":"39,-22r0,-209r-24,0r0,-22r145,0v25,-2,22,23,22,47r-24,0v-1,-10,3,-25,-8,-25r-86,0r0,92r95,0r0,23r-95,0r0,86v0,5,3,8,8,8r89,0v11,0,6,-15,7,-25r24,0v0,23,3,47,-22,47r-110,0v-15,0,-21,-7,-21,-22xm95,-271r-31,-43r27,0r25,43r-21,0","w":200,"k":{"T":3,"V":5,"W":5,"v":1,"w":1,"J":-3,"f":-2}},"\u00c9":{"d":"39,-22r0,-209r-24,0r0,-22r145,0v25,-2,22,23,22,47r-24,0v-1,-10,3,-25,-8,-25r-86,0r0,92r95,0r0,23r-95,0r0,86v0,5,3,8,8,8r89,0v11,0,6,-15,7,-25r24,0v0,23,3,47,-22,47r-110,0v-15,0,-21,-7,-21,-22xm95,-271r25,-43r28,0r-32,43r-21,0","w":200,"k":{"T":3,"V":5,"W":5,"v":1,"w":1,"J":-3,"f":-2}},"\u00ca":{"d":"39,-22r0,-209r-24,0r0,-22r145,0v25,-2,22,23,22,47r-24,0v-1,-10,3,-25,-8,-25r-86,0r0,92r95,0r0,23r-95,0r0,86v0,5,3,8,8,8r89,0v11,0,6,-15,7,-25r24,0v0,23,3,47,-22,47r-110,0v-15,0,-21,-7,-21,-22xm63,-271r30,-43r25,0r30,43r-22,0v-7,-9,-12,-21,-21,-29r-19,29r-23,0","w":200,"k":{"T":3,"V":5,"W":5,"v":1,"w":1,"J":-3,"f":-2}},"\u00cb":{"d":"39,-22r0,-209r-24,0r0,-22r145,0v25,-2,22,23,22,47r-24,0v-1,-10,3,-25,-8,-25r-86,0r0,92r95,0r0,23r-95,0r0,86v0,5,3,8,8,8r89,0v11,0,6,-15,7,-25r24,0v0,23,3,47,-22,47r-110,0v-15,0,-21,-7,-21,-22xm122,-283r0,-31r22,0r0,31r-22,0xm68,-283r0,-31r22,0r0,31r-22,0","w":200,"k":{"T":3,"V":5,"W":5,"v":1,"w":1,"J":-3,"f":-2}},"\u00ce":{"d":"17,0r0,-22r23,0r0,-209r-23,0r0,-22r72,0r0,22r-24,0r0,209r24,0r0,22r-72,0xm10,-271r30,-43r25,0r30,43r-23,0v-7,-9,-12,-21,-20,-29r-19,29r-23,0","w":105},"\u00cf":{"d":"17,0r0,-22r23,0r0,-209r-23,0r0,-22r72,0r0,22r-24,0r0,209r24,0r0,22r-72,0xm69,-283r0,-31r21,0r0,31r-21,0xm15,-283r0,-31r21,0r0,31r-21,0","w":105},"\u00d4":{"d":"14,-128v0,-73,57,-129,129,-129v72,0,128,56,128,129v0,74,-56,132,-128,132v-72,0,-129,-58,-129,-132xm40,-128v0,61,46,109,103,109v57,0,102,-48,102,-109v0,-60,-45,-106,-102,-106v-57,0,-103,46,-103,106xm99,-271r30,-43r25,0r30,43r-23,0v-7,-9,-12,-21,-20,-29r-19,29r-23,0","w":284,"k":{"i":-3,"X":4,"T":7,"Y":13,"\u0178":13,"V":4,"W":4,"a":-2,"\u00e0":-2,"\u00e2":-2,"v":-1,"w":-1,"y":-1,"\u00ff":-1,"\u00ad":-5,"\u2013":-5,"\u2014":-5,"\"":4,"'":4,"\u2018":2,"\u2019":2,"\u201c":2,"\u201d":2,",":5,".":5,"\u2026":5,"A":5,"\u00c0":5,"\u00c2":5,"@":-2,"c":-2,"d":-2,"e":-2,"g":-2,"o":-2,"q":-2,"\u00e7":-2,"\u00e8":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00f4":-2,"m":-3,"n":-3,"p":-3,"r":-3,"u":-3,"\u00f9":-3,"\u00fb":-3,"\u00fc":-3}},"\u00d7":{"d":"17,-15r78,-87r-78,-88r15,-14r77,86r77,-86r15,14r-78,88r78,87r-15,15r-77,-87r-77,87"},"\u00d9":{"d":"36,-87r0,-136v0,-11,-14,-7,-24,-8r0,-22v0,0,49,-4,49,22r0,143v0,42,27,69,68,69v41,0,68,-27,68,-70r0,-142v-2,-26,25,-22,49,-22r0,22v-10,1,-24,-3,-24,8r0,136v0,55,-37,91,-93,91v-56,0,-93,-36,-93,-91xm119,-271r-32,-43r28,0r25,43r-21,0","w":258,"k":{",":4,".":4,"\u2026":4,"A":7,"\u00c0":7,"\u00c2":7,"M":2,"N":2}},"\u00db":{"d":"36,-87r0,-136v0,-11,-14,-7,-24,-8r0,-22v0,0,49,-4,49,22r0,143v0,42,27,69,68,69v41,0,68,-27,68,-70r0,-142v-2,-26,25,-22,49,-22r0,22v-10,1,-24,-3,-24,8r0,136v0,55,-37,91,-93,91v-56,0,-93,-36,-93,-91xm87,-271r30,-43r25,0r30,43r-23,0v-7,-9,-12,-21,-20,-29r-19,29r-23,0","w":258,"k":{",":4,".":4,"\u2026":4,"A":7,"\u00c0":7,"\u00c2":7,"M":2,"N":2}},"\u00dc":{"d":"36,-87r0,-136v0,-11,-14,-7,-24,-8r0,-22v0,0,49,-4,49,22r0,143v0,42,27,69,68,69v41,0,68,-27,68,-70r0,-142v-2,-26,25,-22,49,-22r0,22v-10,1,-24,-3,-24,8r0,136v0,55,-37,91,-93,91v-56,0,-93,-36,-93,-91xm146,-283r0,-31r21,0r0,31r-21,0xm92,-283r0,-31r21,0r0,31r-21,0","w":258,"k":{",":4,".":4,"\u2026":4,"A":7,"\u00c0":7,"\u00c2":7,"M":2,"N":2}},"\u00e0":{"d":"14,-49v0,-66,85,-59,121,-65v0,-38,-13,-51,-46,-51v-13,0,-43,3,-36,27r-23,0v-10,-40,37,-47,59,-47v94,-1,71,78,71,156v0,11,13,8,23,8r0,21v-31,5,-52,-5,-47,-35v0,0,-15,39,-60,39v-30,0,-62,-17,-62,-53xm40,-51v0,17,13,34,40,34v38,0,57,-38,55,-75v-35,0,-95,-3,-95,41xm83,-210r-32,-43r28,0r25,43r-21,0","w":190,"k":{"T":31,"v":4,"w":4,"y":4,"\u00ff":4,"\"":25,"'":25,"\u2018":13,"\u2019":13,"\u201c":13,"\u201d":13}},"\u00e2":{"d":"14,-49v0,-66,85,-59,121,-65v0,-38,-13,-51,-46,-51v-13,0,-43,3,-36,27r-23,0v-10,-40,37,-47,59,-47v94,-1,71,78,71,156v0,11,13,8,23,8r0,21v-31,5,-52,-5,-47,-35v0,0,-15,39,-60,39v-30,0,-62,-17,-62,-53xm40,-51v0,17,13,34,40,34v38,0,57,-38,55,-75v-35,0,-95,-3,-95,41xm51,-210r30,-43r25,0r30,43r-23,0v-7,-9,-12,-21,-20,-29r-19,29r-23,0","w":190,"k":{"T":31,"v":4,"w":4,"y":4,"\u00ff":4,"\"":25,"'":25,"\u2018":13,"\u2019":13,"\u201c":13,"\u201d":13}},"\u00e7":{"d":"14,-90v0,-55,42,-95,96,-95v26,0,73,11,64,54r-23,0v5,-25,-22,-32,-41,-32v-39,0,-70,29,-70,73v0,45,33,72,71,72v37,0,58,-26,58,-26r11,19v0,0,-24,29,-71,29r-3,16v15,2,25,11,25,25v0,28,-33,32,-53,27r0,-17v6,2,37,6,34,-10v1,-9,-14,-15,-26,-12r7,-30v-45,-6,-79,-43,-79,-93","w":190},"\u00e8":{"d":"14,-90v0,-59,41,-95,90,-95v54,1,81,43,75,95r-139,0v1,46,33,72,70,72v33,0,55,-22,55,-22r11,18v0,0,-26,26,-67,26v-54,0,-95,-38,-95,-94xm41,-109r113,0v-2,-80,-106,-69,-113,0xm92,-210r-31,-43r27,0r25,43r-21,0","w":197,"k":{"T":14,"\u2018":10,"\u2019":10,"\u201c":10,"\u201d":10}},"\u00e9":{"d":"14,-90v0,-59,41,-95,90,-95v54,1,81,43,75,95r-139,0v1,46,33,72,70,72v33,0,55,-22,55,-22r11,18v0,0,-26,26,-67,26v-54,0,-95,-38,-95,-94xm41,-109r113,0v-2,-80,-106,-69,-113,0xm92,-210r25,-43r28,0r-32,43r-21,0","w":197,"k":{"T":14,"\u2018":10,"\u2019":10,"\u201c":10,"\u201d":10}},"\u00ea":{"d":"14,-90v0,-59,41,-95,90,-95v54,1,81,43,75,95r-139,0v1,46,33,72,70,72v33,0,55,-22,55,-22r11,18v0,0,-26,26,-67,26v-54,0,-95,-38,-95,-94xm41,-109r113,0v-2,-80,-106,-69,-113,0xm60,-210r30,-43r26,0r29,43r-22,0r-20,-29r-20,29r-23,0","w":197,"k":{"T":14,"\u2018":10,"\u2019":10,"\u201c":10,"\u201d":10}},"\u00eb":{"d":"14,-90v0,-59,41,-95,90,-95v54,1,81,43,75,95r-139,0v1,46,33,72,70,72v33,0,55,-22,55,-22r11,18v0,0,-26,26,-67,26v-54,0,-95,-38,-95,-94xm41,-109r113,0v-2,-80,-106,-69,-113,0xm120,-222r0,-31r21,0r0,31r-21,0xm66,-222r0,-31r21,0r0,31r-21,0","w":197,"k":{"T":14,"\u2018":10,"\u2019":10,"\u201c":10,"\u201d":10}},"\u00ee":{"d":"33,-22r0,-130v1,-11,-13,-7,-23,-8r0,-21v24,0,48,-4,48,22r0,130v0,11,13,8,23,8r0,21v-24,0,-48,4,-48,-22xm0,-210r31,-43r24,0r31,43r-23,0v-7,-9,-12,-21,-20,-29r-20,29r-23,0","w":90,"k":{"v":2,"w":2,"y":2,"\u00ff":2}},"\u00ef":{"d":"33,-22r0,-130v1,-11,-13,-7,-23,-8r0,-21v24,0,48,-4,48,22r0,130v0,11,13,8,23,8r0,21v-24,0,-48,4,-48,-22xm54,-222r0,-31r22,0r0,31r-22,0xm9,-222r0,-31r22,0r0,31r-22,0","w":90,"k":{"v":2,"w":2,"y":2,"\u00ff":2}},"\u00f4":{"d":"14,-91v0,-54,43,-94,96,-94v53,0,96,40,96,94v0,55,-43,95,-96,95v-53,0,-96,-40,-96,-95xm40,-91v0,42,31,73,70,73v39,0,70,-31,70,-73v0,-41,-31,-72,-70,-72v-39,0,-70,31,-70,72xm68,-210r30,-43r25,0r30,43r-23,0v-7,-9,-12,-21,-20,-29r-20,29r-22,0","w":219,"k":{"T":14,"Y":11,"\u0178":11,"a":2,"\u00e0":2,"\u00e2":2,"v":4,"w":4,"y":4,"\u00ff":4,"\"":4,"'":4,"\u2018":17,"\u2019":17,"\u201c":17,"\u201d":17,",":5,".":5,"\u2026":5,"z":4,"b":3,"h":3,"k":3,"l":3}},"\u00f9":{"d":"91,4v-75,0,-59,-86,-60,-156v0,-11,-13,-8,-23,-8r0,-21v23,0,49,-4,47,21v7,56,-24,141,40,141v74,0,68,-86,66,-162r25,0r0,152v0,11,13,8,23,8r0,21v-26,0,-53,3,-47,-28v-1,-8,3,-14,0,-13v-7,18,-31,45,-71,45xm95,-210r-31,-43r27,0r26,43r-22,0","w":217,"k":{"T":14,"\u2018":11,"\u2019":11,"\u201c":11,"\u201d":11}},"\u00fb":{"d":"91,4v-75,0,-59,-86,-60,-156v0,-11,-13,-8,-23,-8r0,-21v23,0,49,-4,47,21v7,56,-24,141,40,141v74,0,68,-86,66,-162r25,0r0,152v0,11,13,8,23,8r0,21v-26,0,-53,3,-47,-28v-1,-8,3,-14,0,-13v-7,18,-31,45,-71,45xm64,-210r30,-43r25,0r30,43r-23,0v-7,-9,-12,-21,-20,-29r-20,29r-22,0","w":217,"k":{"T":14,"\u2018":11,"\u2019":11,"\u201c":11,"\u201d":11}},"\u00fc":{"d":"91,4v-75,0,-59,-86,-60,-156v0,-11,-13,-8,-23,-8r0,-21v23,0,49,-4,47,21v7,56,-24,141,40,141v74,0,68,-86,66,-162r25,0r0,152v0,11,13,8,23,8r0,21v-26,0,-53,3,-47,-28v-1,-8,3,-14,0,-13v-7,18,-31,45,-71,45xm123,-222r0,-31r21,0r0,31r-21,0xm69,-222r0,-31r21,0r0,31r-21,0","w":217,"k":{"T":14,"\u2018":11,"\u2019":11,"\u201c":11,"\u201d":11}},"\u00ff":{"d":"14,40v0,0,12,14,27,14v26,0,35,-34,45,-55r-64,-151v-4,-7,-8,-8,-16,-8r0,-21v22,0,31,1,39,20r53,132v13,-43,36,-90,51,-132v7,-20,17,-21,39,-20r0,21v-8,0,-12,1,-16,8r-78,190v-9,23,-28,38,-52,38v-41,0,-45,-17,-28,-36xm113,-222r0,-31r21,0r0,31r-21,0xm59,-222r0,-31r21,0r0,31r-21,0","w":194,"k":{"a":3,"\u00e0":3,"\u00e2":3,"\u00ad":6,"\u2013":6,"\u2014":6,"\u2018":-10,"\u2019":-10,"\u201c":-10,"\u201d":-10,",":16,".":16,"\u2026":16,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00e7":4,"\u00e8":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00f4":4}},"\u0178":{"d":"94,0r0,-110r-68,-111v-6,-10,-10,-10,-22,-10r0,-22v23,0,31,-1,44,20r59,100v13,-27,41,-72,58,-100v13,-21,21,-20,45,-20r0,22v-11,0,-18,0,-23,10r-68,111r0,110r-25,0xm123,-283r0,-31r22,0r0,31r-22,0xm69,-283r0,-31r22,0r0,31r-22,0","w":213,"k":{" ":13,"T":-4,"a":16,"\u00e0":16,"\u00e2":16,"\u00ad":22,"\u2013":22,"\u2014":22,"\"":-7,"'":-7,"\u2018":-1,"\u2019":-1,"\u201c":-1,"\u201d":-1,",":29,".":29,"\u2026":29,"A":29,"\u00c0":29,"\u00c2":29,"@":25,"c":25,"d":25,"e":25,"g":25,"o":25,"q":25,"\u00e7":25,"\u00e8":25,"\u00e9":25,"\u00ea":25,"\u00eb":25,"\u00f4":25,"m":13,"n":13,"p":13,"r":13,"u":13,"\u00f9":13,"\u00fb":13,"\u00fc":13,"J":13,"z":11,"M":6,"N":6,"s":17}},"\u2013":{"d":"26,-92r0,-21r180,0r0,21r-180,0","w":231,"k":{"x":9,"X":4,"9":13,"7":25,"5":10,"3":14,"1":11,"T":22,"Y":22,"\u0178":22,"V":11,"W":11,"C":-5,"G":-5,"O":-5,"Q":-5,"\u00c7":-5,"\u00d4":-5,"v":6,"w":6,"y":6,"\u00ff":6,"A":6,"\u00c0":6,"\u00c2":6,"z":6,"S":9,"Z":4}},"\u2014":{"d":"26,-92r0,-21r252,0r0,21r-252,0","w":303,"k":{"x":9,"X":4,"9":13,"7":25,"5":10,"3":14,"1":11,"T":22,"Y":22,"\u0178":22,"V":11,"W":11,"C":-5,"G":-5,"O":-5,"Q":-5,"\u00c7":-5,"\u00d4":-5,"v":6,"w":6,"y":6,"\u00ff":6,"A":6,"\u00c0":6,"\u00c2":6,"z":6,"S":9,"Z":4}},"\u2018":{"d":"18,-194r21,-62r19,0r-14,62r-26,0","w":76,"k":{"X":-5,"8":10,"7":-8,"6":14,"4":32,"0":10,"T":-6,"Y":-6,"\u0178":-6,"V":-6,"W":-6,"C":13,"G":13,"O":13,"Q":13,"\u00c7":13,"\u00d4":13,"a":16,"\u00e0":16,"\u00e2":16,"v":-3,"w":-3,",":36,".":36,"\u2026":36,"A":32,"\u00c0":32,"\u00c2":32,"@":26,"c":26,"d":26,"e":26,"g":26,"o":26,"q":26,"\u00e7":26,"\u00e8":26,"\u00e9":26,"\u00ea":26,"\u00eb":26,"\u00f4":26,"m":-4,"n":-4,"p":-4,"r":-4,"u":-4,"\u00f9":-4,"\u00fb":-4,"\u00fc":-4,"J":22,"z":1,"b":-10,"h":-10,"k":-10,"l":-10,"M":11,"N":11,"s":16,"S":5,"Z":-4}},"\u2019":{"d":"18,-195r14,-62r26,0r-20,62r-20,0","w":76,"k":{"X":-5,"8":10,"7":-8,"6":14,"4":32,"0":10,"T":-6,"Y":-6,"\u0178":-6,"V":-6,"W":-6,"C":13,"G":13,"O":13,"Q":13,"\u00c7":13,"\u00d4":13,"a":16,"\u00e0":16,"\u00e2":16,"v":-3,"w":-3,",":36,".":36,"\u2026":36,"A":32,"\u00c0":32,"\u00c2":32,"@":26,"c":26,"d":26,"e":26,"g":26,"o":26,"q":26,"\u00e7":26,"\u00e8":26,"\u00e9":26,"\u00ea":26,"\u00eb":26,"\u00f4":26,"m":-4,"n":-4,"p":-4,"r":-4,"u":-4,"\u00f9":-4,"\u00fb":-4,"\u00fc":-4,"J":22,"z":1,"b":-10,"h":-10,"k":-10,"l":-10,"M":11,"N":11,"s":16,"S":5,"Z":-4}},"\u201c":{"d":"61,-194r20,-62r19,0r-14,62r-25,0xm18,-194r21,-62r19,0r-14,62r-26,0","w":118,"k":{"X":-5,"8":10,"7":-8,"6":14,"4":32,"0":10,"T":-6,"Y":-6,"\u0178":-6,"V":-6,"W":-6,"C":13,"G":13,"O":13,"Q":13,"\u00c7":13,"\u00d4":13,"a":16,"\u00e0":16,"\u00e2":16,"v":-3,"w":-3,",":36,".":36,"\u2026":36,"A":32,"\u00c0":32,"\u00c2":32,"@":26,"c":26,"d":26,"e":26,"g":26,"o":26,"q":26,"\u00e7":26,"\u00e8":26,"\u00e9":26,"\u00ea":26,"\u00eb":26,"\u00f4":26,"m":-4,"n":-4,"p":-4,"r":-4,"u":-4,"\u00f9":-4,"\u00fb":-4,"\u00fc":-4,"J":22,"z":1,"b":-10,"h":-10,"k":-10,"l":-10,"M":11,"N":11,"s":16,"S":5,"Z":-4}},"\u201d":{"d":"61,-195r14,-62r25,0r-20,62r-19,0xm18,-195r14,-62r26,0r-20,62r-20,0","w":118,"k":{"X":-5,"8":10,"7":-8,"6":14,"4":32,"0":10,"T":-6,"Y":-6,"\u0178":-6,"V":-6,"W":-6,"C":13,"G":13,"O":13,"Q":13,"\u00c7":13,"\u00d4":13,"a":16,"\u00e0":16,"\u00e2":16,"v":-3,"w":-3,",":36,".":36,"\u2026":36,"A":32,"\u00c0":32,"\u00c2":32,"@":26,"c":26,"d":26,"e":26,"g":26,"o":26,"q":26,"\u00e7":26,"\u00e8":26,"\u00e9":26,"\u00ea":26,"\u00eb":26,"\u00f4":26,"m":-4,"n":-4,"p":-4,"r":-4,"u":-4,"\u00f9":-4,"\u00fb":-4,"\u00fc":-4,"J":22,"z":1,"b":-10,"h":-10,"k":-10,"l":-10,"M":11,"N":11,"s":16,"S":5,"Z":-4}},"\u2026":{"d":"218,0r0,-29r28,0r0,29r-28,0xm133,0r0,-29r28,0r0,29r-28,0xm49,0r0,-29r27,0r0,29r-27,0","w":294,"k":{"9":2,"7":7,"6":4,"4":6,"0":7,"T":25,"Y":29,"\u0178":29,"V":25,"W":25,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d4":4,"v":14,"w":14,"y":14,"\u00ff":14,"\u00ad":30,"\u2013":30,"\u2014":30,"@":5,"c":5,"d":5,"e":5,"g":5,"o":5,"q":5,"\u00e7":5,"\u00e8":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00f4":5,"J":-9,"B":7,"D":7,"E":7,"F":7,"H":7,"K":7,"L":7,"P":7,"R":7,"\u00c8":7,"\u00c9":7,"\u00ca":7,"\u00cb":7}},"\u2122":{"d":"151,-95r0,-19v4,-1,13,3,13,-3r10,-136r19,0r47,105v12,-35,32,-71,47,-105r18,0r11,136v0,6,9,2,13,3r0,19v0,0,-31,3,-33,-17r-8,-101r-40,88r-17,0r-41,-88v2,32,-6,68,-6,101v0,19,-15,17,-33,17xm72,-95r0,-139v-14,3,-43,-10,-38,14r-19,0v0,-17,-4,-33,17,-33r100,0v20,-3,17,16,17,33r-19,0v-1,-5,3,-14,-4,-14r-34,0r0,139r-20,0","w":351}}});
Cufon.registerFont({"w":204,"face":{"font-family":"Museo 500","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"270","descent":"-90","x-height":"4","bbox":"-7 -318 342 76","underline-thickness":"18","underline-position":"-18","stemh":"31","stemv":"35","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":96,"k":{"\u2026":18,"\u201d":25,"\u201c":25,"\u2019":25,"\u2018":25,"\u0178":13,"Y":13,"W":8,"V":8,"T":7,".":18,",":18}},"\u00a0":{"w":96},"!":{"d":"41,-70r-2,-184r36,0r-3,184r-31,0xm39,0r0,-35r36,0r0,35r-36,0","w":113},"\"":{"d":"73,-191r0,-67r27,0r0,67r-27,0xm22,-191r0,-67r28,0r0,67r-28,0","w":122,"k":{"X":-7,"4":18,"T":-7,"Y":-7,"\u0178":-7,"V":-7,"W":-7,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d4":4,"a":17,"\u00e0":17,"\u00e2":17,"A":32,"\u00c0":32,"\u00c2":32,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00e7":4,"\u00e8":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00f4":4,"J":25,"M":8,"N":8,"s":4,"Z":-5}},"#":{"d":"48,0r12,-69r-47,0r5,-26r47,0r10,-61r-46,0r4,-26r47,0r13,-72r29,0r-13,72r56,0r12,-72r30,0r-13,72r47,0r-4,26r-47,0r-11,61r47,0r-5,26r-46,0r-13,69r-29,0r12,-69r-56,0r-12,69r-29,0xm94,-95r56,0r11,-61r-56,0","w":254},"$":{"d":"15,-45r26,-21v0,0,20,38,61,38v26,0,44,-16,44,-38v0,-54,-123,-45,-123,-127v0,-33,27,-59,66,-64r0,-34r27,0r0,33v33,3,67,20,59,67r-33,0v4,-25,-13,-35,-38,-35v-27,0,-44,15,-44,33v0,53,122,40,122,126v0,35,-25,65,-66,70r0,34r-27,0r0,-33v-51,-6,-74,-49,-74,-49","w":196,"k":{"7":7}},"%":{"d":"76,-152v-30,0,-55,-23,-55,-53v0,-29,25,-53,55,-53v30,0,54,24,54,53v0,30,-24,53,-54,53xm27,0r194,-254r34,0r-195,254r-33,0xm76,-179v15,0,26,-11,26,-26v0,-15,-11,-27,-26,-27v-15,0,-27,12,-27,27v0,15,12,26,27,26xm152,-49v0,-29,23,-53,54,-53v30,0,55,24,55,53v0,30,-25,53,-55,53v-31,0,-54,-23,-54,-53xm180,-49v0,15,11,27,26,27v15,0,27,-12,27,-27v0,-15,-12,-27,-27,-27v-15,0,-26,12,-26,27","w":281},"&":{"d":"104,4v-89,0,-121,-111,-44,-140v1,-3,-30,-11,-33,-57v-3,-50,58,-74,108,-62r-9,29v-27,-10,-63,7,-63,37v0,16,8,40,47,40r46,0r0,-33r34,0r0,33r32,0r0,31r-32,0v7,74,-21,122,-86,122xm52,-73v0,24,20,45,52,45v43,0,57,-39,52,-90v-50,-3,-104,0,-104,45","w":229},"'":{"d":"22,-191r0,-67r28,0r0,67r-28,0","w":72,"k":{"X":-7,"4":18,"T":-7,"Y":-7,"\u0178":-7,"V":-7,"W":-7,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d4":4,"a":17,"\u00e0":17,"\u00e2":17,"A":32,"\u00c0":32,"\u00c2":32,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00e7":4,"\u00e8":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00f4":4,"J":25,"M":8,"N":8,"s":4,"Z":-5}},"(":{"d":"72,34v-54,-83,-57,-216,-1,-299r30,0v-55,92,-50,206,2,299r-31,0","w":118,"k":{"j":-7,"4":14}},")":{"d":"16,34v52,-93,57,-207,2,-299r30,0v56,83,53,216,-1,299r-31,0","w":118},"*":{"d":"58,-118r-26,-19r32,-40r-49,-14r9,-30r48,18r-2,-51r33,0r-3,51r48,-18r10,30r-50,14r32,40r-26,19v-10,-14,-17,-30,-28,-43","w":172},"+":{"d":"15,-89r0,-28r81,0r0,-88r29,0r0,88r81,0r0,28r-81,0r0,89r-29,0r0,-89r-81,0","w":220,"k":{"7":6}},",":{"d":"30,-38r36,0r-31,74r-27,0","w":86,"k":{"9":2,"7":6,"6":4,"4":5,"0":7,"T":25,"Y":29,"\u0178":29,"V":25,"W":25,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d4":4,"v":14,"w":14,"y":14,"\u00ff":14,"\u00ad":28,"\u2013":28,"\u2014":28,"@":5,"c":5,"d":5,"e":5,"g":5,"o":5,"q":5,"\u00e7":5,"\u00e8":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00f4":5,"J":-9,"B":7,"D":7,"E":7,"F":7,"H":7,"K":7,"L":7,"P":7,"R":7,"\u00c8":7,"\u00c9":7,"\u00ca":7,"\u00cb":7}},"-":{"d":"25,-87r0,-31r105,0r0,31r-105,0","w":155,"k":{"x":8,"X":4,"9":12,"7":23,"5":9,"3":14,"1":11}},"\u00ad":{"d":"25,-87r0,-31r105,0r0,31r-105,0","w":155,"k":{"T":22,"Y":22,"\u0178":22,"V":11,"W":11,"C":-5,"G":-5,"O":-5,"Q":-5,"\u00c7":-5,"\u00d4":-5,"v":6,"w":6,"y":6,"\u00ff":6,"A":5,"\u00c0":5,"\u00c2":5,"z":6,"S":8,"Z":4}},".":{"d":"25,0r0,-37r36,0r0,37r-36,0","w":86,"k":{"9":2,"7":6,"6":4,"4":5,"0":7,"T":25,"Y":29,"\u0178":29,"V":25,"W":25,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d4":4,"v":14,"w":14,"y":14,"\u00ff":14,"\u00ad":28,"\u2013":28,"\u2014":28,"@":5,"c":5,"d":5,"e":5,"g":5,"o":5,"q":5,"\u00e7":5,"\u00e8":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00f4":5,"J":-9,"B":7,"D":7,"E":7,"F":7,"H":7,"K":7,"L":7,"P":7,"R":7,"\u00c8":7,"\u00c9":7,"\u00ca":7,"\u00cb":7}},"\/":{"d":"0,15r92,-283r31,0r-92,283r-31,0","w":124,"k":{"7":-5}},"0":{"d":"109,4v-68,0,-90,-58,-90,-131v0,-73,22,-131,90,-131v68,0,90,58,90,131v0,73,-22,131,-90,131xm109,-28v41,0,54,-44,54,-99v0,-55,-13,-99,-54,-99v-42,0,-53,44,-53,99v0,55,11,99,53,99","w":218,"k":{"\u2026":14,".":14,",":14,"8":4,"7":9,"3":3,"2":4,"1":5}},"1":{"d":"23,0r0,-31r56,0r-1,-180v-3,8,-26,30,-35,38r-22,-22r61,-59r33,0r0,223r55,0r0,31r-147,0","w":181,"k":{"\u201d":18,"\u201c":18,"\u2019":18,"\u2018":18,"\u2014":18,"\u2013":18,"-":18,"'":22,"\"":22,"9":4,"8":3,"7":4,"6":4,"5":3,"4":6,"3":1,"0":5,"\/":-9,"%":9}},"2":{"d":"14,-29v0,-94,129,-87,129,-156v0,-23,-18,-40,-45,-40v-28,0,-42,10,-39,35r-33,0v-10,-51,35,-67,74,-68v46,0,80,29,80,73v0,87,-129,88,-129,147v0,5,3,7,9,7r90,0v11,0,7,-14,8,-24r33,0v-1,26,6,55,-23,55r-130,0v-20,0,-24,-8,-24,-29","w":206,"k":{"\u2014":8,"\u2013":8,"-":8,"9":6,"7":1,"4":7,"0":2}},"3":{"d":"9,-31r20,-27v0,0,25,28,64,28v27,0,51,-19,51,-46v-1,-34,-33,-49,-73,-45r-8,-19r68,-84v-13,1,-53,1,-71,1v-11,0,-6,15,-7,24r-34,0v1,-25,-7,-55,22,-55r134,0r0,23r-67,80v33,4,72,26,72,75v0,42,-34,80,-87,80v-53,0,-84,-35,-84,-35","w":194,"k":{"9":2,"7":2}},"4":{"d":"6,-67r0,-23r115,-164r41,0r0,156r39,0r0,31r-39,0r0,67r-36,0r0,-67r-120,0xm126,-98r1,-114v-21,37,-57,81,-82,115v18,-2,58,-1,81,-1","w":207,"k":{"\u2026":4,"\u201d":7,"\u201c":7,"\u2019":7,"\u2018":7,".":4,",":4,"9":4,"4":-11,"2":-7,"1":3}},"5":{"d":"18,-31r20,-27v0,0,20,28,59,28v32,0,55,-22,55,-50v0,-32,-28,-52,-61,-52v-44,1,-43,22,-63,6r11,-105v3,-43,73,-17,111,-23v29,-4,23,29,23,55r-33,0v-1,-10,3,-25,-8,-24v-20,3,-54,-9,-61,8v-1,19,-7,42,-6,59v0,0,14,-7,33,-7v55,0,91,37,91,83v0,45,-37,84,-92,84v-53,0,-79,-35,-79,-35","w":209,"k":{"\u2026":5,".":5,",":5,"9":1,"7":6,"5":3,"3":3,"2":2,"1":7,"0":3}},"6":{"d":"109,4v-54,0,-95,-46,-95,-117v0,-66,35,-145,114,-145v30,0,49,10,49,10r-11,31v0,0,-16,-9,-36,-9v-45,-1,-75,45,-76,87v41,-51,136,-14,136,58v0,50,-33,85,-81,85xm51,-98v0,32,25,70,57,70v30,0,47,-23,47,-53v0,-31,-19,-52,-52,-52v-28,0,-52,17,-52,35","k":{"\u2014":5,"\u2013":5,"-":5,"9":4,"7":3,"5":2,"3":2,"0":3}},"7":{"d":"23,0r122,-224v-24,2,-67,1,-95,1v-11,0,-7,14,-8,24r-33,0v1,-25,-7,-55,22,-55r155,0r0,24r-123,230r-40,0","w":189,"k":{"\u2026":43,"\u201d":-13,"\u201c":-13,"\u2019":-13,"\u2018":-13,"\u2014":19,"\u2013":19,">":14,"=":14,"<":14,";":5,":":5,".":43,"-":19,",":43,"+":14,"?":-6,"9":3,"8":3,"7":-2,"5":1,"4":21,"2":3,"1":1,"0":7,"\/":22}},"8":{"d":"15,-73v0,-44,43,-63,42,-66v0,0,-31,-16,-31,-51v0,-35,28,-68,79,-68v49,0,79,28,79,68v0,37,-30,61,-30,61v69,34,36,133,-50,133v-48,0,-89,-30,-89,-77xm61,-190v-1,27,35,38,61,46v9,0,27,-21,27,-44v0,-23,-18,-38,-44,-38v-28,0,-44,16,-44,36xm155,-71v0,-29,-45,-43,-69,-51v-9,0,-35,20,-35,47v0,28,25,47,53,47v27,0,51,-18,51,-43","w":207,"k":{"9":3,"7":4,"4":-1,"0":4}},"9":{"d":"27,-6r11,-31v0,0,17,9,37,9v45,1,74,-46,75,-88v-41,53,-136,14,-136,-58v0,-50,33,-84,81,-84v54,0,95,46,95,117v0,66,-35,145,-114,145v-30,0,-49,-10,-49,-10xm101,-121v28,0,52,-18,52,-36v0,-33,-25,-69,-57,-69v-30,0,-47,22,-47,52v0,30,19,53,52,53","k":{"\u2026":14,".":14,",":14,"8":2,"7":5,"3":2,"2":2,"1":1,"0":2}},":":{"d":"35,-145r0,-37r36,0r0,37r-36,0xm35,0r0,-37r36,0r0,37r-36,0","w":105},";":{"d":"35,-145r0,-37r36,0r0,37r-36,0xm16,36r19,-74r34,0r-26,74r-27,0","w":105},"<":{"d":"24,-91r0,-23r168,-75r0,32r-129,55r129,54r0,32","w":220,"k":{"7":6}},"=":{"d":"24,-122r0,-28r172,0r0,28r-172,0xm24,-54r0,-28r172,0r0,28r-172,0","w":220,"k":{"7":6}},">":{"d":"27,-16r0,-32r128,-55r-128,-54r0,-32r167,75r0,23","w":220,"k":{"7":6}},"?":{"d":"54,-70v-10,-68,59,-77,61,-121v0,-20,-17,-35,-41,-35v-23,0,-41,15,-41,15r-20,-25v0,0,24,-23,63,-23v41,0,76,26,76,66v-1,66,-73,61,-64,123r-34,0xm53,0r0,-35r36,0r0,35r-36,0","w":163},"@":{"d":"14,-87v0,-74,59,-133,132,-133v116,1,91,79,93,175r26,0r0,26r-98,0v-45,0,-74,-32,-74,-68v-1,-49,50,-75,113,-67v-1,-21,-21,-37,-58,-37v-56,0,-99,48,-99,104v0,57,42,104,103,104r0,28v-81,0,-138,-59,-138,-132xm128,-87v0,37,36,47,78,42r0,-85v-42,-4,-79,5,-78,43","w":274},"A":{"d":"4,0r0,-31v9,0,15,0,17,-8r80,-215r38,0r79,215v2,8,8,8,17,8r0,31v-26,0,-40,2,-49,-21r-19,-52r-94,0v-16,31,-11,84,-69,73xm82,-103r76,0r-39,-113v-7,30,-26,81,-37,113","w":239,"k":{"X":3}},"B":{"d":"37,-23r0,-200r-24,0r0,-31v80,1,183,-16,183,65v0,29,-17,45,-32,55v27,8,42,34,42,62v-1,72,-71,76,-146,72v-16,0,-23,-7,-23,-23xm73,-147v42,2,86,3,86,-39v0,-41,-45,-38,-86,-37r0,76xm73,-39v4,16,36,8,53,8v27,0,43,-17,43,-43v2,-47,-48,-46,-96,-44r0,79","w":222,"k":{"\u201d":6,"\u201c":6,"\u2019":6,"\u2018":6,"\u0178":9,"w":2,"v":2,"Y":9,"W":4,"V":4,"T":7,"'":2,"\"":2}},"C":{"d":"12,-129v0,-73,55,-129,128,-129v42,1,108,16,95,79r-33,0v7,-37,-30,-46,-62,-46v-51,0,-90,39,-90,96v0,55,39,99,91,99v50,0,81,-34,81,-34r19,26v0,0,-36,42,-100,42v-76,0,-129,-58,-129,-133","w":252,"k":{"Y":4,"\u0178":4,"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d4":2,"\"":-8,"'":-8,"\u2018":-9,"\u2019":-9,"\u201c":-9,"\u201d":-9,")":-8,"]":-8,"|":-8,"}":-8}},"D":{"d":"37,-23r0,-200r-23,0r0,-31r103,0v77,0,128,47,128,127v0,103,-75,127,-185,127v-16,0,-23,-7,-23,-23xm73,-39v1,15,27,8,41,8v57,0,94,-33,94,-96v-1,-78,-54,-103,-135,-96r0,184","w":257,"k":{"i":-3,"X":4,"T":7,"Y":13,"\u0178":13,"V":4,"W":4,"a":-2,"\u00e0":-2,"\u00e2":-2,"v":-1,"w":-1,"y":-1,"\u00ff":-1,"\u00ad":-5,"\u2013":-5,"\u2014":-5,"\"":4,"'":4,"\u2018":2,"\u2019":2,"\u201c":2,"\u201d":2,",":5,".":5,"\u2026":5,"A":5,"\u00c0":5,"\u00c2":5,"@":-2,"c":-2,"d":-2,"e":-2,"g":-2,"o":-2,"q":-2,"\u00e7":-2,"\u00e8":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00f4":-2,"m":-3,"n":-3,"p":-3,"r":-3,"u":-3,"\u00f9":-3,"\u00fb":-3,"\u00fc":-3}},"E":{"d":"37,-23r0,-200r-23,0r0,-31r149,0v29,-3,23,29,23,55r-33,0v-1,-10,3,-24,-8,-24r-72,0r0,79r89,0r0,31r-89,0r0,74v0,5,3,8,8,8r74,0v11,0,7,-14,8,-24r33,0v-1,26,6,55,-23,55r-113,0v-16,0,-23,-7,-23,-23","k":{"T":3,"V":5,"W":5,"v":1,"w":1,"J":-3,"f":-2}},"F":{"d":"37,0r0,-223r-23,0r0,-31r140,0v29,-3,23,29,23,55r-33,0v-1,-10,3,-24,-8,-24r-63,0r0,83r87,0r0,31r-87,0r0,109r-36,0","w":184,"k":{"\u2026":36,"\u201d":-9,"\u201c":-9,"\u2019":-9,"\u2018":-9,"\u00f4":2,"\u00eb":2,"\u00ea":2,"\u00e9":2,"\u00e8":2,"\u00e7":2,"\u00e2":5,"\u00e0":5,"\u00d4":4,"\u00c7":4,"\u00c2":17,"\u00c0":17,"q":2,"o":2,"g":2,"e":2,"d":2,"c":2,"a":5,"Q":4,"O":4,"N":3,"M":3,"J":6,"G":4,"C":4,"A":17,"@":2,".":36,",":36,"'":-7,"\"":-7}},"G":{"d":"13,-128v0,-73,55,-130,128,-130v61,0,90,31,90,31r-20,26v0,0,-28,-24,-70,-24v-51,0,-91,40,-91,97v0,59,41,98,92,98v45,0,73,-31,73,-31v0,-19,5,-40,-24,-34r0,-31v26,1,57,-7,57,23r0,103r-32,0r0,-27v0,0,-29,31,-80,31v-68,0,-123,-53,-123,-132","w":264,"k":{"T":6,"U":3,"\u00d9":3,"\u00db":3,"\u00dc":3,"a":-3,"\u00e0":-3,"\u00e2":-3,"\u00ad":-7,"\u2013":-7,"\u2014":-7,"\"":2,"'":2,"\u2018":7,"\u2019":7,"\u201c":7,"\u201d":7,"@":-3,"c":-3,"d":-3,"e":-3,"g":-3,"o":-3,"q":-3,"\u00e7":-3,"\u00e8":-3,"\u00e9":-3,"\u00ea":-3,"\u00eb":-3,"\u00f4":-3,"m":-3,"n":-3,"p":-3,"r":-3,"u":-3,"\u00f9":-3,"\u00fb":-3,"\u00fc":-3,":":-10,";":-10,"B":2,"D":2,"E":2,"F":2,"H":2,"K":2,"L":2,"P":2,"R":2,"\u00c8":2,"\u00c9":2,"\u00ca":2,"\u00cb":2}},"H":{"d":"37,0r0,-215v0,-11,-13,-8,-23,-8r0,-31v26,1,59,-7,59,23r0,89r129,0r0,-89v-3,-31,33,-22,60,-23r0,31v-10,1,-24,-3,-24,8r0,215r-36,0r0,-112r-129,0r0,112r-36,0","w":275,"k":{"a":4,"\u00e0":4,"\u00e2":4,"v":4,"w":4,"y":4,"\u00ff":4,",":7,".":7,"\u2026":7,"@":2,"c":2,"d":2,"e":2,"g":2,"o":2,"q":2,"\u00e7":2,"\u00e8":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00f4":2}},"I":{"d":"15,0r0,-31r25,0r0,-192r-25,0r0,-31r84,0r0,31r-25,0r0,192r25,0r0,31r-84,0","w":114},"J":{"d":"84,4v-41,0,-81,-29,-76,-90r36,0v-3,38,17,56,40,56v20,0,39,-12,39,-45r0,-140v0,-5,-2,-8,-7,-8r-63,0r0,-31r83,0v16,0,23,7,23,23r0,158v0,55,-38,77,-75,77","w":187,"k":{"\u2018":5,"\u2019":5,"\u201c":5,"\u201d":5,",":4,".":4,"\u2026":4,"A":4,"\u00c0":4,"\u00c2":4,":":6,";":6}},"K":{"d":"37,0r0,-215v0,-11,-13,-8,-23,-8r0,-31v26,1,59,-7,59,23r0,84v18,-1,38,4,45,-9r57,-98r40,0v-25,39,-47,88,-76,122v18,16,38,65,53,93v4,10,12,8,24,8r0,31v-27,0,-44,3,-55,-19r-44,-88v-6,-14,-26,-9,-44,-10r0,117r-36,0","w":219,"k":{"x":2,"C":8,"G":8,"O":8,"Q":8,"\u00c7":8,"\u00d4":8,"v":11,"w":11,"y":7,"\u00ff":7,"\u00ad":13,"\u2013":13,"\u2014":13,"\u2018":1,"\u2019":1,"\u201c":1,"\u201d":1,")":-9,"]":-9,"|":-9,"}":-9,",":-7,".":-7,"\u2026":-7,"A":-4,"\u00c0":-4,"\u00c2":-4,"@":3,"c":3,"d":3,"e":3,"g":3,"o":3,"q":3,"\u00e7":3,"\u00e8":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00f4":3,":":-11,";":-11,"z":4}},"L":{"d":"37,-23r0,-192v0,-11,-13,-8,-23,-8r0,-31v26,1,59,-7,59,23r0,192v0,5,3,8,8,8r70,0v11,0,7,-14,8,-24r33,0v-1,26,6,55,-23,55r-109,0v-16,0,-23,-7,-23,-23","w":195,"k":{"*":27,"T":36,"Y":29,"\u0178":29,"V":14,"W":14,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d4":7,"U":13,"\u00d9":13,"\u00db":13,"\u00dc":13,"v":17,"w":17,"y":14,"\u00ff":14,"\u00ad":9,"\u2013":9,"\u2014":9,"\"":29,"'":29,"\u2018":22,"\u2019":22,"\u201c":22,"\u201d":22,",":-4,".":-4,"\u2026":-4,"A":-4,"\u00c0":-4,"\u00c2":-4,"@":3,"c":3,"d":3,"e":3,"g":3,"o":3,"q":3,"\u00e7":3,"\u00e8":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00f4":3,"m":2,"n":2,"p":2,"r":2,"u":2,"\u00f9":2,"\u00fb":2,"\u00fc":2,"B":11,"D":11,"E":11,"F":11,"H":11,"K":11,"L":11,"P":11,"R":11,"\u00c8":11,"\u00c9":11,"\u00ca":11,"\u00cb":11,"b":5,"h":5,"k":5,"l":5}},"M":{"d":"7,0r0,-31v9,0,19,2,20,-8r18,-215r37,0r73,167v18,-52,50,-116,72,-167r37,0r18,215v-1,10,10,8,19,8r0,31v-26,-1,-53,6,-55,-23r-12,-172v-13,46,-45,105,-64,149r-31,0r-51,-111v-7,-13,-12,-39,-15,-38v1,52,-10,119,-10,172v0,29,-30,23,-56,23","w":308,"k":{"\u201d":10,"\u201c":10,"\u2019":10,"\u2018":10,"\u00fc":-1,"\u00fb":-1,"\u00f9":-1,"u":-1,"r":-1,"p":-1,"n":-1,"m":-1,"T":6,"'":11,"\"":11}},"N":{"d":"14,0r0,-31v10,0,23,3,23,-8r0,-215r33,0r113,161v8,11,13,24,22,34v-6,-46,-1,-119,-3,-172v-1,-30,33,-22,60,-23r0,31v-10,1,-24,-3,-24,8r0,215r-32,0r-113,-161v-8,-11,-13,-24,-22,-34v4,47,0,119,2,172v1,30,-33,22,-59,23","w":275,"k":{"a":4,"\u00e0":4,"\u00e2":4,"v":4,"w":4,"y":4,"\u00ff":4,",":7,".":7,"\u2026":7,"@":2,"c":2,"d":2,"e":2,"g":2,"o":2,"q":2,"\u00e7":2,"\u00e8":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00f4":2}},"O":{"d":"12,-129v0,-73,58,-129,131,-129v73,0,130,56,130,129v0,75,-57,133,-130,133v-73,0,-131,-58,-131,-133xm50,-129v0,56,42,99,93,99v51,0,93,-43,93,-99v0,-54,-42,-96,-93,-96v-51,0,-93,42,-93,96","w":285,"k":{"i":-3,"X":4,"T":7,"Y":13,"\u0178":13,"V":4,"W":4,"a":-2,"\u00e0":-2,"\u00e2":-2,"v":-1,"w":-1,"y":-1,"\u00ff":-1,"\u00ad":-5,"\u2013":-5,"\u2014":-5,"\"":4,"'":4,"\u2018":2,"\u2019":2,"\u201c":2,"\u201d":2,",":5,".":5,"\u2026":5,"A":5,"\u00c0":5,"\u00c2":5,"@":-2,"c":-2,"d":-2,"e":-2,"g":-2,"o":-2,"q":-2,"\u00e7":-2,"\u00e8":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00f4":-2,"m":-3,"n":-3,"p":-3,"r":-3,"u":-3,"\u00f9":-3,"\u00fb":-3,"\u00fc":-3}},"P":{"d":"37,0r0,-223r-23,0r0,-31r112,0v46,0,79,31,79,79v0,69,-57,89,-132,81r0,94r-36,0xm73,-125v51,3,95,1,95,-50v0,-50,-45,-50,-95,-48r0,98","w":213,"k":{"\u2026":38,"\u00f4":7,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":7,"\u00e2":7,"\u00e0":7,"\u00c2":21,"\u00c0":21,"z":2,"s":4,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"a":7,"N":3,"M":3,"J":6,"A":21,"@":7,".":38,",":38,"'":-2,"\"":-2}},"Q":{"d":"12,-129v0,-73,57,-129,130,-129v110,0,170,133,101,213r30,28r-22,23r-29,-29v-82,67,-210,1,-210,-106xm50,-129v0,56,40,99,92,99v33,0,54,-17,54,-17r-28,-28r21,-23r28,29v46,-60,3,-156,-75,-156v-52,0,-92,41,-92,96","w":285,"k":{"i":-3,"X":4,"T":7,"Y":13,"\u0178":13,"V":4,"W":4,"a":-2,"\u00e0":-2,"\u00e2":-2,"v":-1,"w":-1,"y":-1,"\u00ff":-1,"\u00ad":-5,"\u2013":-5,"\u2014":-5,"\"":4,"'":4,"\u2018":2,"\u2019":2,"\u201c":2,"\u201d":2,",":5,".":5,"\u2026":5,"A":5,"\u00c0":5,"\u00c2":5,"@":-2,"c":-2,"d":-2,"e":-2,"g":-2,"o":-2,"q":-2,"\u00e7":-2,"\u00e8":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00f4":-2,"m":-3,"n":-3,"p":-3,"r":-3,"u":-3,"\u00f9":-3,"\u00fb":-3,"\u00fc":-3}},"R":{"d":"37,0r0,-223r-23,0r0,-31r111,0v45,0,76,28,76,74v0,42,-28,64,-46,68v17,15,29,51,41,73v4,10,12,8,23,8r0,31v-26,0,-42,2,-53,-19r-35,-68v-7,-21,-34,-12,-58,-14r0,101r-36,0xm73,-132v47,2,90,2,90,-46v0,-48,-43,-47,-90,-45r0,91","w":222,"k":{"T":8,"Y":11,"\u0178":11,"V":2,"W":2,"C":1,"G":1,"O":1,"Q":1,"\u00c7":1,"\u00d4":1,"\u2018":6,"\u2019":6,"\u201c":6,"\u201d":6,",":-7,".":-7,"\u2026":-7,"A":-4,"\u00c0":-4,"\u00c2":-4,"@":3,"c":3,"d":3,"e":3,"g":3,"o":3,"q":3,"\u00e7":3,"\u00e8":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00f4":3,"m":-3,"n":-3,"p":-3,"r":-3,"u":-3,"\u00f9":-3,"\u00fb":-3,"\u00fc":-3}},"S":{"d":"12,-33r21,-26v0,0,26,31,64,31v24,0,44,-15,44,-38v0,-53,-123,-45,-123,-124v0,-38,33,-68,81,-68v34,0,84,15,73,67r-33,0v4,-26,-15,-35,-40,-35v-27,0,-44,15,-44,34v0,51,122,40,122,124v0,39,-31,72,-81,72v-54,0,-84,-37,-84,-37","w":191,"k":{"\u00ad":-3,"\u2013":-3,"\u2014":-3,"\"":-3,"'":-3,"@":-2,"c":-2,"d":-2,"e":-2,"g":-2,"o":-2,"q":-2,"\u00e7":-2,"\u00e8":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00f4":-2,"m":-2,"n":-2,"p":-2,"r":-2,"u":-2,"\u00f9":-2,"\u00fb":-2,"\u00fc":-2,"z":2}},"T":{"d":"96,0r0,-223v-23,5,-67,-16,-59,24r-32,0v1,-25,-8,-55,22,-55r175,0v30,-4,21,30,22,55r-32,0v-1,-10,3,-24,-8,-24r-52,0r0,223r-36,0","w":228,"k":{"\u00ef":-11,"j":14,"i":12," ":7,"Y":-4,"\u0178":-4,"V":-3,"W":-3,"C":7,"G":7,"O":7,"Q":7,"\u00c7":7,"\u00d4":7,"a":22,"\u00e0":22,"\u00e2":22,"v":22,"w":22,"y":23,"\u00ff":23,"\u00ad":22,"\u2013":22,"\u2014":22,"\"":-7,"'":-7,",":25,".":25,"\u2026":25,"A":31,"\u00c0":31,"\u00c2":31,"@":27,"c":27,"d":27,"e":27,"g":27,"o":27,"q":27,"\u00e7":27,"\u00e8":27,"\u00e9":27,"\u00ea":27,"\u00eb":27,"\u00f4":27,"m":16,"n":16,"p":16,"r":16,"u":16,"\u00f9":16,"\u00fb":16,"\u00fc":16,"J":18,"z":22,"M":4,"N":4,"s":17}},"U":{"d":"34,-89r0,-126v0,-11,-13,-8,-23,-8r0,-31v26,1,59,-7,59,23r0,141v0,38,24,60,61,60v37,0,61,-22,61,-61r0,-140v-3,-30,33,-22,59,-23r0,31v-10,0,-23,-3,-23,8r0,126v0,55,-39,93,-97,93v-58,0,-97,-38,-97,-93","w":262,"k":{",":4,".":4,"\u2026":4,"A":7,"\u00c0":7,"\u00c2":7,"M":2,"N":2}},"V":{"d":"101,0r-80,-215v-2,-8,-8,-8,-17,-8r0,-31v26,0,42,-2,50,21r56,156v6,14,8,36,11,35v15,-63,46,-130,65,-191v7,-24,24,-21,50,-21r0,31v-9,0,-15,0,-17,8r-80,215r-38,0","w":240,"k":{" ":8,"T":-3,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d4":4,"a":17,"\u00e0":17,"\u00e2":17,"\u00ad":11,"\u2013":11,"\u2014":11,"\"":-7,"'":-7,"\u2018":-2,"\u2019":-2,"\u201c":-2,"\u201d":-2,",":25,".":25,"\u2026":25,"A":12,"\u00c0":12,"\u00c2":12,"@":19,"c":19,"d":19,"e":19,"g":19,"o":19,"q":19,"\u00e7":19,"\u00e8":19,"\u00e9":19,"\u00ea":19,"\u00eb":19,"\u00f4":19,"m":7,"n":7,"p":7,"r":7,"u":7,"\u00f9":7,"\u00fb":7,"\u00fc":7,"J":11,"M":2,"N":2,"S":2}},"W":{"d":"80,0r-56,-215v-3,-8,-9,-8,-18,-8r0,-31v26,0,46,-3,52,21r45,190r57,-210r33,0r53,210r45,-190v4,-24,25,-21,51,-21r0,31v-9,0,-15,0,-17,8r-56,215r-42,0r-51,-195r-54,195r-42,0","w":348,"k":{" ":8,"T":-3,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d4":4,"a":17,"\u00e0":17,"\u00e2":17,"\u00ad":11,"\u2013":11,"\u2014":11,"\"":-7,"'":-7,"\u2018":-2,"\u2019":-2,"\u201c":-2,"\u201d":-2,",":25,".":25,"\u2026":25,"A":12,"\u00c0":12,"\u00c2":12,"@":19,"c":19,"d":19,"e":19,"g":19,"o":19,"q":19,"\u00e7":19,"\u00e8":19,"\u00e9":19,"\u00ea":19,"\u00eb":19,"\u00f4":19,"m":7,"n":7,"p":7,"r":7,"u":7,"\u00f9":7,"\u00fb":7,"\u00fc":7,"J":11,"M":2,"N":2,"S":2}},"X":{"d":"4,0r80,-131r-52,-83v-7,-11,-13,-9,-26,-9r0,-31v27,0,43,-3,56,19r45,78v7,-16,34,-58,44,-78v11,-22,28,-19,55,-19r0,31v-13,0,-20,-2,-26,9r-51,83r80,131r-41,0r-63,-106v-14,29,-43,76,-61,106r-40,0","w":212,"k":{"\u201d":-5,"\u201c":-5,"\u2019":-5,"\u2018":-5,"\u2014":4,"\u2013":4,"\u00f4":3,"\u00eb":3,"\u00ea":3,"\u00e9":3,"\u00e8":3,"\u00e7":3,"\u00d4":4,"\u00c7":4,"\u00c2":3,"\u00c0":3,"}":-7,"|":-7,"q":3,"o":3,"g":3,"e":3,"d":3,"c":3,"]":-7,"Q":4,"O":4,"G":4,"C":4,"A":3,"@":3,"-":4,")":-7,"'":-7,"\"":-7}},"Y":{"d":"91,0r0,-111r-65,-103v-6,-10,-10,-9,-22,-9r0,-31v26,0,37,-3,50,19r55,93v11,-22,39,-68,54,-93v12,-22,24,-19,50,-19r0,31v-12,0,-16,-1,-22,9r-64,103r0,111r-36,0","w":217,"k":{" ":13,"T":-4,"a":16,"\u00e0":16,"\u00e2":16,"\u00ad":22,"\u2013":22,"\u2014":22,"\"":-7,"'":-7,"\u2018":-1,"\u2019":-1,"\u201c":-1,"\u201d":-1,",":29,".":29,"\u2026":29,"A":28,"\u00c0":28,"\u00c2":28,"@":25,"c":25,"d":25,"e":25,"g":25,"o":25,"q":25,"\u00e7":25,"\u00e8":25,"\u00e9":25,"\u00ea":25,"\u00eb":25,"\u00f4":25,"m":13,"n":13,"p":13,"r":13,"u":13,"\u00f9":13,"\u00fb":13,"\u00fc":13,"J":13,"z":11,"M":6,"N":6,"s":17}},"Z":{"d":"6,0r0,-24r145,-200v-26,2,-71,1,-101,1v-11,0,-7,14,-8,24r-33,0v1,-26,-6,-55,23,-55r163,0r0,23r-125,177v-10,15,-19,21,-19,24v28,-2,76,-1,108,-1v11,0,7,-14,8,-24r34,0v0,26,5,55,-24,55r-171,0","w":209,"k":{"\u00ad":8,"\u2013":8,"\u2014":8}},"[":{"d":"35,11r0,-253v-3,-30,33,-22,59,-23r0,27v-11,1,-29,-5,-28,8r0,230v-1,13,17,7,28,8r0,26v-26,-1,-59,7,-59,-23","w":117,"k":{"j":-7,"4":14}},"\\":{"d":"93,15r-91,-283r31,0r91,283r-31,0","w":122},"]":{"d":"23,8v11,-1,29,4,29,-8r0,-230v0,-12,-18,-7,-29,-8r0,-27v26,1,60,-8,60,23r0,253v3,31,-34,22,-60,23r0,-26","w":117},"^":{"d":"25,-89r72,-165r23,0r71,165r-31,0r-52,-127r-51,127r-32,0","w":220},"_":{"d":"2,0r193,0r0,28r-193,0r0,-28","w":197},"`":{"d":"64,-272r-34,-46r35,0r26,46r-27,0","w":136},"a":{"d":"13,-51v0,-65,84,-58,118,-64v0,-32,-12,-44,-40,-44v-13,0,-36,4,-30,25r-33,0v-10,-44,38,-52,63,-52v92,0,73,70,75,148v0,11,13,8,23,8r0,30v-31,2,-63,1,-56,-32v0,0,-14,36,-58,36v-31,0,-62,-19,-62,-55xm49,-53v0,15,11,29,34,29v32,-1,50,-32,48,-64v-32,0,-82,-1,-82,35","w":195,"k":{"T":31,"v":4,"w":4,"y":4,"\u00ff":4,"\"":25,"'":25,"\u2018":13,"\u2019":13,"\u201c":13,"\u201d":13}},"b":{"d":"29,0r0,-216v0,-11,-13,-8,-23,-8r0,-30v26,1,58,-7,58,23v0,24,-3,52,0,74v0,0,16,-29,59,-29v49,0,80,38,80,95v0,58,-35,95,-83,95v-43,0,-55,-31,-58,-30r1,26r-34,0xm63,-90v0,32,17,64,52,64v29,0,52,-24,52,-65v0,-40,-20,-65,-51,-65v-27,0,-53,20,-53,66","w":216,"k":{"T":14,"Y":11,"\u0178":11,"a":2,"\u00e0":2,"\u00e2":2,"v":4,"w":4,"y":4,"\u00ff":4,"\"":4,"'":4,"\u2018":16,"\u2019":16,"\u201c":16,"\u201d":16,",":5,".":5,"\u2026":5,"z":4,"b":3,"h":3,"k":3,"l":3}},"c":{"d":"13,-91v0,-54,39,-95,98,-95v29,0,75,12,65,58r-31,0v5,-23,-17,-28,-34,-29v-36,0,-62,27,-62,66v0,41,30,64,64,64v34,0,56,-25,56,-25r15,25v0,0,-26,31,-74,31v-57,0,-97,-40,-97,-95","w":191,"k":{"\u00ff":2,"y":2,"l":1,"k":1,"h":1,"b":1,"T":11}},"d":{"d":"13,-91v0,-58,35,-95,83,-95v44,0,54,29,57,28v-2,-14,-1,-41,-1,-58v0,-11,-13,-8,-23,-8r0,-30v26,1,58,-7,58,23r0,193v0,11,13,8,23,8r0,30v-29,1,-62,5,-57,-29v0,0,-14,33,-59,33v-49,0,-81,-38,-81,-95xm100,-26v27,0,53,-19,53,-65v0,-32,-17,-65,-52,-65v-28,0,-52,24,-52,65v0,40,21,65,51,65","w":217},"e":{"d":"13,-91v0,-58,39,-95,91,-95v55,1,84,44,78,99r-133,0v2,39,31,61,63,61v31,0,53,-21,53,-21r15,25v0,0,-27,26,-70,26v-58,0,-97,-41,-97,-95xm50,-112r97,0v-1,-67,-92,-57,-97,0","w":198,"k":{"T":14,"\u2018":10,"\u2019":10,"\u201c":10,"\u201d":10}},"f":{"d":"31,0r0,-154r-23,0r0,-28r23,0v1,-67,43,-79,82,-73r0,30v-22,-5,-49,3,-47,43r43,0r0,28r-43,0r0,154r-35,0","w":117,"k":{"T":-7,"a":7,"\u00e0":7,"\u00e2":7,"\u00ad":6,"\u2013":6,"\u2014":6,"\u2018":-16,"\u2019":-16,"\u201c":-16,"\u201d":-16,")":-5,"]":-5,"|":-5,"}":-5,",":18,".":18,"\u2026":18,"@":8,"c":8,"d":8,"e":8,"g":8,"o":8,"q":8,"\u00e7":8,"\u00e8":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00f4":8,"s":3}},"g":{"d":"13,-95v0,-52,29,-91,80,-91v45,0,59,28,59,28v-6,-29,28,-24,54,-24r0,30v-9,1,-22,-3,-22,7r0,137v-1,86,-93,100,-154,68r12,-28v0,0,22,13,49,13v41,0,65,-29,58,-75v-11,18,-27,28,-54,28v-50,0,-82,-40,-82,-93xm102,-32v25,0,48,-15,48,-63v0,-48,-23,-61,-51,-61v-32,0,-50,23,-50,60v0,38,20,64,53,64","w":214,"k":{"\u2018":-7,"\u2019":-7,"\u201c":-7,"\u201d":-7}},"h":{"d":"125,-154v-35,0,-62,28,-61,69r0,85r-35,0r0,-216v0,-11,-13,-8,-23,-8r0,-30v26,1,58,-7,58,22r0,86v8,-18,32,-40,68,-40v74,0,62,79,62,148v0,11,13,8,23,8r0,30v-26,-1,-60,6,-58,-23v-7,-50,22,-131,-34,-131","w":223,"k":{"T":31,"v":4,"w":4,"y":4,"\u00ff":4,"\"":25,"'":25,"\u2018":13,"\u2019":13,"\u201c":13,"\u201d":13}},"i":{"d":"33,-218r0,-36r31,0r0,36r-31,0xm32,-23r0,-121v0,-10,-12,-8,-22,-8r0,-30v26,1,57,-7,57,23r0,121v0,11,13,8,23,8r0,30v-26,-1,-58,7,-58,-23","w":99,"k":{"v":2,"w":2,"y":2,"\u00ff":2}},"j":{"d":"40,-218r0,-36r32,0r0,36r-32,0xm-7,44v22,0,47,0,47,-40r0,-148v0,-11,-13,-8,-23,-8r0,-30v26,1,58,-6,58,23r0,165v-4,66,-47,70,-82,67r0,-29","w":102},"k":{"d":"29,0r0,-216v0,-11,-13,-8,-23,-8r0,-30v25,2,58,-8,58,21r0,118v15,0,27,3,35,-8r42,-59r40,0v-19,25,-41,62,-63,82v14,9,29,46,40,63v3,9,15,7,26,7r0,30v-26,-1,-44,3,-55,-17r-33,-61v-7,-11,-18,-7,-32,-8r0,86r-35,0","w":189,"k":{"\u201d":-4,"\u201c":-4,"\u2019":-4,"\u2018":-4,"\u00ff":4,"\u00f4":3,"\u00eb":3,"\u00ea":3,"\u00e9":3,"\u00e8":3,"\u00e7":3,"\u00e2":2,"\u00e0":2,"y":4,"w":4,"v":4,"q":3,"o":3,"l":3,"k":3,"h":3,"g":3,"e":3,"d":3,"c":3,"b":3,"a":2,"T":7,"@":3}},"l":{"d":"30,-23r0,-193v0,-11,-13,-8,-23,-8r0,-30v26,1,58,-7,58,23r0,193v0,10,12,8,22,8r0,30v-26,-1,-57,7,-57,-23","w":96},"m":{"d":"120,-155v-62,1,-55,87,-54,155r-35,0r0,-144v0,-11,-13,-8,-23,-8r0,-30v33,-2,63,-3,57,37v13,-46,109,-60,117,0v12,-20,34,-41,65,-41v71,0,60,80,60,148v0,11,13,8,23,8r0,30v-26,-1,-60,7,-57,-23v-6,-49,20,-132,-33,-132v-61,0,-56,87,-54,155r-34,0r0,-109v0,-24,-4,-46,-32,-46","w":337,"k":{"T":31,"v":4,"w":4,"y":4,"\u00ff":4,"\"":25,"'":25,"\u2018":13,"\u2019":13,"\u201c":13,"\u201d":13}},"n":{"d":"126,-154v-36,0,-60,27,-60,69r0,85r-35,0r0,-144v0,-11,-13,-8,-23,-8r0,-30v32,-1,65,-5,56,37v7,-16,29,-41,69,-41v74,0,62,79,62,148v0,11,13,8,23,8r0,30v-26,-1,-60,7,-57,-23v-6,-50,22,-131,-35,-131","w":225,"k":{"T":31,"v":4,"w":4,"y":4,"\u00ff":4,"\"":25,"'":25,"\u2018":13,"\u2019":13,"\u201c":13,"\u201d":13}},"o":{"d":"13,-91v0,-55,44,-95,98,-95v54,0,98,40,98,95v0,55,-44,95,-98,95v-54,0,-98,-40,-98,-95xm49,-91v0,38,28,65,62,65v35,0,63,-27,63,-65v0,-38,-28,-65,-63,-65v-34,0,-62,27,-62,65","w":222,"k":{"T":14,"Y":11,"\u0178":11,"a":2,"\u00e0":2,"\u00e2":2,"v":4,"w":4,"y":4,"\u00ff":4,"\"":4,"'":4,"\u2018":16,"\u2019":16,"\u201c":16,"\u201d":16,",":5,".":5,"\u2026":5,"z":4,"b":3,"h":3,"k":3,"l":3}},"p":{"d":"31,72r0,-216v0,-11,-13,-8,-23,-8r0,-30v27,1,63,-7,55,28v0,0,16,-32,61,-32v49,0,80,38,80,95v0,58,-35,95,-83,95v-42,0,-53,-30,-56,-29v2,27,1,67,1,97r-35,0xm64,-90v0,32,18,64,52,64v29,0,52,-24,52,-65v0,-40,-21,-65,-51,-65v-27,0,-53,20,-53,66","w":217,"k":{"T":14,"Y":11,"\u0178":11,"a":2,"\u00e0":2,"\u00e2":2,"v":4,"w":4,"y":4,"\u00ff":4,"\"":4,"'":4,"\u2018":16,"\u2019":16,"\u201c":16,"\u201d":16,",":5,".":5,"\u2026":5,"z":4,"b":3,"h":3,"k":3,"l":3}},"q":{"d":"14,-91v0,-58,34,-95,82,-95v45,0,56,31,59,30v-7,-31,28,-26,55,-26r0,30v-10,0,-23,-3,-23,8r0,216r-35,0r0,-98v0,0,-15,30,-58,30v-49,0,-80,-38,-80,-95xm101,-26v27,0,52,-19,52,-65v0,-32,-16,-65,-51,-65v-29,0,-53,24,-53,65v0,40,21,65,52,65","w":217},"r":{"d":"131,-149v-39,-8,-65,29,-65,74r0,75r-35,0r0,-144v0,-11,-13,-8,-23,-8r0,-30v36,-2,66,-4,56,45v11,-30,31,-50,67,-47r0,35","w":139,"k":{"a":11,"\u00e0":11,"\u00e2":11,"v":-5,"w":-5,"y":-5,"\u00ff":-5,"\u00ad":7,"\u2013":7,"\u2014":7,"\u2018":-13,"\u2019":-13,"\u201c":-13,"\u201d":-13,",":20,".":20,"\u2026":20,"@":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u00e7":7,"\u00e8":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00f4":7,"m":-3,"n":-3,"p":-3,"r":-3,"u":-3,"\u00f9":-3,"\u00fb":-3,"\u00fc":-3,"b":4,"h":4,"k":4,"l":4}},"s":{"d":"10,-28r18,-23v0,0,22,27,55,27v17,0,31,-8,31,-24v0,-33,-99,-28,-99,-87v0,-35,31,-51,68,-51v28,0,69,10,60,52r-32,0v4,-19,-12,-24,-27,-24v-21,0,-34,7,-34,21v0,35,99,27,99,88v0,32,-29,53,-67,53v-49,0,-72,-32,-72,-32","w":163,"k":{"\u2018":4,"\u2019":4,"\u201c":4,"\u201d":4}},"t":{"d":"32,-67r0,-87r-24,0r0,-28r25,0r0,-50r34,0r0,50r44,0r0,28r-44,0r0,83v3,40,24,42,47,41r0,31v-37,1,-82,-1,-82,-68","w":126,"k":{"a":2,"\u00e0":2,"\u00e2":2,"v":4,"w":4,"y":4,"\u00ff":4,"\u00ad":5,"\u2013":5,"\u2014":5,"@":3,"c":3,"d":3,"e":3,"g":3,"o":3,"q":3,"\u00e7":3,"\u00e8":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00f4":3,"b":3,"h":3,"k":3,"l":3}},"u":{"d":"92,4v-71,0,-64,-78,-62,-148v0,-11,-13,-8,-23,-8r0,-30v26,1,61,-6,58,22v7,50,-22,132,34,132v68,0,60,-84,59,-154r35,0r0,144v0,11,13,8,23,8r0,30v-32,0,-66,6,-57,-37v-8,18,-31,41,-67,41","w":223,"k":{"T":14,"\u2018":11,"\u2019":11,"\u201c":11,"\u201d":11}},"v":{"d":"76,0r-57,-145v-2,-6,-6,-7,-14,-7r0,-30v23,0,38,-1,45,18r47,129v10,-43,32,-88,45,-129v6,-19,22,-18,45,-18r0,30v-8,0,-14,1,-16,7r-55,145r-40,0","w":191,"k":{"T":11,"a":2,"\u00e0":2,"\u00e2":2,"\u00ad":6,"\u2013":6,"\u2014":6,"\u2018":-8,"\u2019":-8,"\u201c":-8,"\u201d":-8,",":14,".":14,"\u2026":14,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00e7":4,"\u00e8":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00f4":4}},"w":{"d":"68,0r-48,-145v-2,-8,-8,-7,-16,-7r0,-30v24,0,43,-3,49,19r37,128r44,-146r32,0r45,146r37,-128v5,-23,24,-19,49,-19r0,30v-8,0,-15,-1,-17,7r-47,145r-40,0r-43,-137v-11,45,-30,93,-43,137r-39,0","w":300,"k":{"T":11,"a":2,"\u00e0":2,"\u00e2":2,"\u00ad":6,"\u2013":6,"\u2014":6,"\u2018":-8,"\u2019":-8,"\u201c":-8,"\u201d":-8,",":14,".":14,"\u2026":14,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00e7":4,"\u00e8":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00f4":4}},"x":{"d":"5,0r62,-94r-35,-51v-5,-9,-14,-7,-26,-7r0,-30v27,1,42,-4,54,18v8,15,22,32,29,47v18,-28,27,-76,83,-65r0,30v-11,0,-21,-2,-26,6r-35,52r61,94r-39,0r-44,-69r-44,69r-40,0","w":177,"k":{"\u201d":-7,"\u201c":-7,"\u2019":-7,"\u2018":-7,"\u2014":8,"\u2013":8,"-":8}},"y":{"d":"16,32v0,0,12,13,27,13v22,1,33,-27,40,-46r-62,-144v-4,-7,-8,-7,-16,-7r0,-30v23,0,38,-3,46,18r49,125v10,-41,31,-85,44,-125v7,-21,24,-18,48,-18r0,30v-9,0,-13,-1,-17,7r-72,178v-11,28,-32,43,-58,43v-27,0,-43,-18,-43,-18","w":196,"k":{"a":3,"\u00e0":3,"\u00e2":3,"\u00ad":6,"\u2013":6,"\u2014":6,"\u2018":-10,"\u2019":-10,"\u201c":-10,"\u201d":-10,",":16,".":16,"\u2026":16,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00e7":4,"\u00e8":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00f4":4}},"z":{"d":"12,0r0,-20r108,-133v-14,2,-49,1,-67,1v-10,-1,-8,11,-8,20r-32,0v0,-25,-4,-50,23,-50r130,0r0,20r-108,133v17,-2,55,-1,76,-1v9,0,7,-11,7,-20r32,0v0,25,4,50,-23,50r-138,0","w":181,"k":{"v":6,"w":6,"y":5,"\u00ff":5,"\u00ad":6,"\u2013":6,"\u2014":6,"\u2018":-14,"\u2019":-14,"\u201c":-14,"\u201d":-14,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00e7":4,"\u00e8":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00f4":4}},"{":{"d":"41,-28r0,-34v0,-37,-31,-40,-31,-40r0,-30v0,0,31,-3,31,-40r0,-31v4,-61,39,-62,67,-62r0,27v-16,0,-36,-1,-36,37r0,38v0,38,-31,43,-30,46v0,0,30,9,30,46r0,41v2,38,20,38,36,38r0,27v-29,0,-62,-2,-67,-63","w":122,"k":{"j":-7,"4":14}},"|":{"d":"39,57r0,-342r30,0r0,342r-30,0","w":107,"k":{"j":-7,"4":14}},"}":{"d":"14,8v16,0,36,0,36,-38r0,-41v0,-39,31,-44,30,-47v0,0,-30,-9,-30,-45r0,-38v-2,-38,-20,-37,-36,-37r0,-27v29,0,62,1,67,62r0,31v0,37,31,40,31,40r0,30v0,0,-31,3,-31,40r0,34v-4,61,-39,63,-67,63r0,-27","w":122},"~":{"d":"22,-73v0,-42,20,-61,51,-61v38,0,41,35,68,35v19,0,25,-19,25,-34r28,0v0,42,-19,61,-50,61v-38,0,-42,-35,-69,-35v-19,0,-24,19,-24,34r-29,0","w":220},"\u00c0":{"d":"4,0r0,-31v9,0,15,0,17,-8r80,-215r38,0r79,215v2,8,8,8,17,8r0,31v-26,0,-40,2,-49,-21r-19,-52r-94,0v-16,31,-11,84,-69,73xm82,-103r76,0r-39,-113v-7,30,-26,81,-37,113xm106,-272r-34,-46r35,0r26,46r-27,0","w":239,"k":{"X":3}},"\u00c2":{"d":"4,0r0,-31v9,0,15,0,17,-8r80,-215r38,0r79,215v2,8,8,8,17,8r0,31v-26,0,-40,2,-49,-21r-19,-52r-94,0v-16,31,-11,84,-69,73xm82,-103r76,0r-39,-113v-7,30,-26,81,-37,113xm72,-272r32,-46r32,0r31,46r-28,0r-19,-29r-20,29r-28,0","w":239,"k":{"X":3}},"\u00c7":{"d":"12,-129v0,-73,55,-129,128,-129v42,1,108,16,95,79r-33,0v7,-37,-30,-46,-62,-46v-51,0,-90,39,-90,96v0,55,38,99,90,99v51,0,82,-34,82,-34r19,26v0,0,-34,40,-97,42r-3,14v15,2,26,11,26,26v0,30,-37,35,-57,28r0,-21v5,3,36,6,33,-9v1,-10,-16,-13,-26,-10r8,-28v-68,-7,-113,-63,-113,-133","w":252,"k":{"Y":4,"\u0178":4,"C":2,"G":2,"O":2,"Q":2,"\u00c7":2,"\u00d4":2,"\"":-8,"'":-8,"\u2018":-9,"\u2019":-9,"\u201c":-9,"\u201d":-9,")":-8,"]":-8,"|":-8,"}":-8}},"\u00c8":{"d":"37,-23r0,-200r-23,0r0,-31r149,0v29,-3,23,29,23,55r-33,0v-1,-10,3,-24,-8,-24r-72,0r0,79r89,0r0,31r-89,0r0,74v0,5,3,8,8,8r74,0v11,0,7,-14,8,-24r33,0v-1,26,6,55,-23,55r-113,0v-16,0,-23,-7,-23,-23xm92,-272r-34,-46r35,0r27,46r-28,0","k":{"T":3,"V":5,"W":5,"v":1,"w":1,"J":-3,"f":-2}},"\u00c9":{"d":"37,-23r0,-200r-23,0r0,-31r149,0v29,-3,23,29,23,55r-33,0v-1,-10,3,-24,-8,-24r-72,0r0,79r89,0r0,31r-89,0r0,74v0,5,3,8,8,8r74,0v11,0,7,-14,8,-24r33,0v-1,26,6,55,-23,55r-113,0v-16,0,-23,-7,-23,-23xm92,-272r26,-46r36,0r-34,46r-28,0","k":{"T":3,"V":5,"W":5,"v":1,"w":1,"J":-3,"f":-2}},"\u00ca":{"d":"37,-23r0,-200r-23,0r0,-31r149,0v29,-3,23,29,23,55r-33,0v-1,-10,3,-24,-8,-24r-72,0r0,79r89,0r0,31r-89,0r0,74v0,5,3,8,8,8r74,0v11,0,7,-14,8,-24r33,0v-1,26,6,55,-23,55r-113,0v-16,0,-23,-7,-23,-23xm59,-272r31,-46r32,0r32,46r-28,0v-7,-9,-12,-21,-20,-29r-19,29r-28,0","k":{"T":3,"V":5,"W":5,"v":1,"w":1,"J":-3,"f":-2}},"\u00cb":{"d":"37,-23r0,-200r-23,0r0,-31r149,0v29,-3,23,29,23,55r-33,0v-1,-10,3,-24,-8,-24r-72,0r0,79r89,0r0,31r-89,0r0,74v0,5,3,8,8,8r74,0v11,0,7,-14,8,-24r33,0v-1,26,6,55,-23,55r-113,0v-16,0,-23,-7,-23,-23xm123,-281r0,-37r26,0r0,37r-26,0xm64,-281r0,-37r26,0r0,37r-26,0","k":{"T":3,"V":5,"W":5,"v":1,"w":1,"J":-3,"f":-2}},"\u00ce":{"d":"15,0r0,-31r25,0r0,-192r-25,0r0,-31r84,0r0,31r-25,0r0,192r25,0r0,31r-84,0xm9,-272r32,-46r32,0r31,46r-28,0r-19,-29r-20,29r-28,0","w":114},"\u00cf":{"d":"15,0r0,-31r25,0r0,-192r-25,0r0,-31r84,0r0,31r-25,0r0,192r25,0r0,31r-84,0xm73,-281r0,-37r27,0r0,37r-27,0xm14,-281r0,-37r27,0r0,37r-27,0","w":114},"\u00d4":{"d":"12,-129v0,-73,58,-129,131,-129v73,0,130,56,130,129v0,75,-57,133,-130,133v-73,0,-131,-58,-131,-133xm50,-129v0,56,42,99,93,99v51,0,93,-43,93,-99v0,-54,-42,-96,-93,-96v-51,0,-93,42,-93,96xm94,-272r32,-46r32,0r31,46r-28,0v-7,-9,-12,-21,-20,-29r-19,29r-28,0","w":285,"k":{"i":-3,"X":4,"T":7,"Y":13,"\u0178":13,"V":4,"W":4,"a":-2,"\u00e0":-2,"\u00e2":-2,"v":-1,"w":-1,"y":-1,"\u00ff":-1,"\u00ad":-5,"\u2013":-5,"\u2014":-5,"\"":4,"'":4,"\u2018":2,"\u2019":2,"\u201c":2,"\u201d":2,",":5,".":5,"\u2026":5,"A":5,"\u00c0":5,"\u00c2":5,"@":-2,"c":-2,"d":-2,"e":-2,"g":-2,"o":-2,"q":-2,"\u00e7":-2,"\u00e8":-2,"\u00e9":-2,"\u00ea":-2,"\u00eb":-2,"\u00f4":-2,"m":-3,"n":-3,"p":-3,"r":-3,"u":-3,"\u00f9":-3,"\u00fb":-3,"\u00fc":-3}},"\u00d7":{"d":"17,-20r74,-83r-74,-82r20,-20r73,82r74,-82r20,20r-75,82r75,83r-20,20r-74,-82r-73,82","w":220},"\u00d9":{"d":"34,-89r0,-126v0,-11,-13,-8,-23,-8r0,-31v26,1,59,-7,59,23r0,141v0,38,24,60,61,60v37,0,61,-22,61,-61r0,-140v-3,-30,33,-22,59,-23r0,31v-10,0,-23,-3,-23,8r0,126v0,55,-39,93,-97,93v-58,0,-97,-38,-97,-93xm117,-272r-34,-46r35,0r27,46r-28,0","w":262,"k":{",":4,".":4,"\u2026":4,"A":7,"\u00c0":7,"\u00c2":7,"M":2,"N":2}},"\u00db":{"d":"34,-89r0,-126v0,-11,-13,-8,-23,-8r0,-31v26,1,59,-7,59,23r0,141v0,38,24,60,61,60v37,0,61,-22,61,-61r0,-140v-3,-30,33,-22,59,-23r0,31v-10,0,-23,-3,-23,8r0,126v0,55,-39,93,-97,93v-58,0,-97,-38,-97,-93xm84,-272r31,-46r32,0r32,46r-29,0v-7,-9,-11,-21,-19,-29r-19,29r-28,0","w":262,"k":{",":4,".":4,"\u2026":4,"A":7,"\u00c0":7,"\u00c2":7,"M":2,"N":2}},"\u00dc":{"d":"34,-89r0,-126v0,-11,-13,-8,-23,-8r0,-31v26,1,59,-7,59,23r0,141v0,38,24,60,61,60v37,0,61,-22,61,-61r0,-140v-3,-30,33,-22,59,-23r0,31v-10,0,-23,-3,-23,8r0,126v0,55,-39,93,-97,93v-58,0,-97,-38,-97,-93xm148,-281r0,-37r26,0r0,37r-26,0xm89,-281r0,-37r26,0r0,37r-26,0","w":262,"k":{",":4,".":4,"\u2026":4,"A":7,"\u00c0":7,"\u00c2":7,"M":2,"N":2}},"\u00e0":{"d":"13,-51v0,-65,84,-58,118,-64v0,-32,-12,-44,-40,-44v-13,0,-36,4,-30,25r-33,0v-10,-44,38,-52,63,-52v92,0,73,70,75,148v0,11,13,8,23,8r0,30v-31,2,-63,1,-56,-32v0,0,-14,36,-58,36v-31,0,-62,-19,-62,-55xm49,-53v0,15,11,29,34,29v32,-1,50,-32,48,-64v-32,0,-82,-1,-82,35xm81,-208r-34,-46r35,0r27,46r-28,0","w":195,"k":{"T":31,"v":4,"w":4,"y":4,"\u00ff":4,"\"":25,"'":25,"\u2018":13,"\u2019":13,"\u201c":13,"\u201d":13}},"\u00e2":{"d":"13,-51v0,-65,84,-58,118,-64v0,-32,-12,-44,-40,-44v-13,0,-36,4,-30,25r-33,0v-10,-44,38,-52,63,-52v92,0,73,70,75,148v0,11,13,8,23,8r0,30v-31,2,-63,1,-56,-32v0,0,-14,36,-58,36v-31,0,-62,-19,-62,-55xm49,-53v0,15,11,29,34,29v32,-1,50,-32,48,-64v-32,0,-82,-1,-82,35xm48,-208r32,-46r32,0r31,46r-28,0v-7,-9,-12,-21,-20,-29r-19,29r-28,0","w":195,"k":{"T":31,"v":4,"w":4,"y":4,"\u00ff":4,"\"":25,"'":25,"\u2018":13,"\u2019":13,"\u201c":13,"\u201d":13}},"\u00e7":{"d":"13,-91v0,-54,39,-95,98,-95v29,0,75,12,65,58r-31,0v5,-23,-17,-28,-34,-29v-36,0,-62,27,-62,66v0,41,30,64,64,64v34,0,56,-25,56,-25r15,25v0,0,-25,31,-73,31r-3,14v15,2,26,11,26,26v0,30,-37,35,-57,28r0,-21v5,3,35,5,32,-9v1,-10,-15,-13,-25,-10r7,-29v-46,-8,-78,-45,-78,-94","w":191},"\u00e8":{"d":"13,-91v0,-58,39,-95,91,-95v55,1,84,44,78,99r-133,0v2,39,31,61,63,61v31,0,53,-21,53,-21r15,25v0,0,-27,26,-70,26v-58,0,-97,-41,-97,-95xm50,-112r97,0v-1,-67,-92,-57,-97,0xm89,-208r-34,-46r35,0r26,46r-27,0","w":198,"k":{"T":14,"\u2018":10,"\u2019":10,"\u201c":10,"\u201d":10}},"\u00e9":{"d":"13,-91v0,-58,39,-95,91,-95v55,1,84,44,78,99r-133,0v2,39,31,61,63,61v31,0,53,-21,53,-21r15,25v0,0,-27,26,-70,26v-58,0,-97,-41,-97,-95xm50,-112r97,0v-1,-67,-92,-57,-97,0xm89,-208r27,-46r35,0r-34,46r-28,0","w":198,"k":{"T":14,"\u2018":10,"\u2019":10,"\u201c":10,"\u201d":10}},"\u00ea":{"d":"13,-91v0,-58,39,-95,91,-95v55,1,84,44,78,99r-133,0v2,39,31,61,63,61v31,0,53,-21,53,-21r15,25v0,0,-27,26,-70,26v-58,0,-97,-41,-97,-95xm50,-112r97,0v-1,-67,-92,-57,-97,0xm56,-208r31,-46r32,0r32,46r-29,0v-7,-9,-11,-21,-19,-29r-19,29r-28,0","w":198,"k":{"T":14,"\u2018":10,"\u2019":10,"\u201c":10,"\u201d":10}},"\u00eb":{"d":"13,-91v0,-58,39,-95,91,-95v55,1,84,44,78,99r-133,0v2,39,31,61,63,61v31,0,53,-21,53,-21r15,25v0,0,-27,26,-70,26v-58,0,-97,-41,-97,-95xm50,-112r97,0v-1,-67,-92,-57,-97,0xm120,-218r0,-36r26,0r0,36r-26,0xm60,-218r0,-36r27,0r0,36r-27,0","w":198,"k":{"T":14,"\u2018":10,"\u2019":10,"\u201c":10,"\u201d":10}},"\u00ee":{"d":"32,-23r0,-121v0,-10,-12,-8,-22,-8r0,-30v26,1,57,-7,57,23r0,121v0,11,13,8,23,8r0,30v-26,-1,-58,7,-58,-23xm0,-208r31,-46r32,0r32,46r-29,0v-7,-10,-11,-22,-19,-30r-19,30r-28,0","w":99,"k":{"v":2,"w":2,"y":2,"\u00ff":2}},"\u00ef":{"d":"32,-23r0,-121v0,-10,-12,-8,-22,-8r0,-30v26,1,57,-7,57,23r0,121v0,11,13,8,23,8r0,30v-26,-1,-58,7,-58,-23xm58,-218r0,-36r27,0r0,36r-27,0xm8,-218r0,-36r27,0r0,36r-27,0","w":99,"k":{"v":2,"w":2,"y":2,"\u00ff":2}},"\u00f4":{"d":"13,-91v0,-55,44,-95,98,-95v54,0,98,40,98,95v0,55,-44,95,-98,95v-54,0,-98,-40,-98,-95xm49,-91v0,38,28,65,62,65v35,0,63,-27,63,-65v0,-38,-28,-65,-63,-65v-34,0,-62,27,-62,65xm64,-208r31,-46r32,0r32,46r-29,0v-7,-9,-11,-21,-19,-29r-19,29r-28,0","w":222,"k":{"T":14,"Y":11,"\u0178":11,"a":2,"\u00e0":2,"\u00e2":2,"v":4,"w":4,"y":4,"\u00ff":4,"\"":4,"'":4,"\u2018":16,"\u2019":16,"\u201c":16,"\u201d":16,",":5,".":5,"\u2026":5,"z":4,"b":3,"h":3,"k":3,"l":3}},"\u00f9":{"d":"92,4v-71,0,-64,-78,-62,-148v0,-11,-13,-8,-23,-8r0,-30v26,1,61,-6,58,22v7,50,-22,132,34,132v68,0,60,-84,59,-154r35,0r0,144v0,11,13,8,23,8r0,30v-32,0,-66,6,-57,-37v-8,18,-31,41,-67,41xm95,-208r-34,-46r35,0r27,46r-28,0","w":223,"k":{"T":14,"\u2018":11,"\u2019":11,"\u201c":11,"\u201d":11}},"\u00fb":{"d":"92,4v-71,0,-64,-78,-62,-148v0,-11,-13,-8,-23,-8r0,-30v26,1,61,-6,58,22v7,50,-22,132,34,132v68,0,60,-84,59,-154r35,0r0,144v0,11,13,8,23,8r0,30v-32,0,-66,6,-57,-37v-8,18,-31,41,-67,41xm62,-208r31,-46r32,0r32,46r-28,0v-7,-9,-12,-21,-20,-29r-19,29r-28,0","w":223,"k":{"T":14,"\u2018":11,"\u2019":11,"\u201c":11,"\u201d":11}},"\u00fc":{"d":"92,4v-71,0,-64,-78,-62,-148v0,-11,-13,-8,-23,-8r0,-30v26,1,61,-6,58,22v7,50,-22,132,34,132v68,0,60,-84,59,-154r35,0r0,144v0,11,13,8,23,8r0,30v-32,0,-66,6,-57,-37v-8,18,-31,41,-67,41xm126,-218r0,-36r26,0r0,36r-26,0xm67,-218r0,-36r26,0r0,36r-26,0","w":223,"k":{"T":14,"\u2018":11,"\u2019":11,"\u201c":11,"\u201d":11}},"\u00ff":{"d":"16,32v0,0,12,13,27,13v22,1,33,-27,40,-46r-62,-144v-4,-7,-8,-7,-16,-7r0,-30v23,0,38,-3,46,18r49,125v10,-41,31,-85,44,-125v7,-21,24,-18,48,-18r0,30v-9,0,-13,-1,-17,7r-72,178v-11,28,-32,43,-58,43v-27,0,-43,-18,-43,-18xm115,-218r0,-36r26,0r0,36r-26,0xm55,-218r0,-36r27,0r0,36r-27,0","w":196,"k":{"a":3,"\u00e0":3,"\u00e2":3,"\u00ad":6,"\u2013":6,"\u2014":6,"\u2018":-10,"\u2019":-10,"\u201c":-10,"\u201d":-10,",":16,".":16,"\u2026":16,"@":4,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u00e7":4,"\u00e8":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00f4":4}},"\u0178":{"d":"91,0r0,-111r-65,-103v-6,-10,-10,-9,-22,-9r0,-31v26,0,37,-3,50,19r55,93v11,-22,39,-68,54,-93v12,-22,24,-19,50,-19r0,31v-12,0,-16,-1,-22,9r-64,103r0,111r-36,0xm126,-281r0,-37r26,0r0,37r-26,0xm66,-281r0,-37r27,0r0,37r-27,0","w":217,"k":{" ":13,"T":-4,"a":16,"\u00e0":16,"\u00e2":16,"\u00ad":22,"\u2013":22,"\u2014":22,"\"":-7,"'":-7,"\u2018":-1,"\u2019":-1,"\u201c":-1,"\u201d":-1,",":29,".":29,"\u2026":29,"A":28,"\u00c0":28,"\u00c2":28,"@":25,"c":25,"d":25,"e":25,"g":25,"o":25,"q":25,"\u00e7":25,"\u00e8":25,"\u00e9":25,"\u00ea":25,"\u00eb":25,"\u00f4":25,"m":13,"n":13,"p":13,"r":13,"u":13,"\u00f9":13,"\u00fb":13,"\u00fc":13,"J":13,"z":11,"M":6,"N":6,"s":17}},"\u2013":{"d":"23,-89r0,-28r189,0r0,28r-189,0","w":234,"k":{"x":8,"X":4,"9":12,"7":23,"5":9,"3":14,"1":11,"T":22,"Y":22,"\u0178":22,"V":11,"W":11,"C":-5,"G":-5,"O":-5,"Q":-5,"\u00c7":-5,"\u00d4":-5,"v":6,"w":6,"y":6,"\u00ff":6,"A":5,"\u00c0":5,"\u00c2":5,"z":6,"S":8,"Z":4}},"\u2014":{"d":"23,-89r0,-28r261,0r0,28r-261,0","w":306,"k":{"x":8,"X":4,"9":12,"7":23,"5":9,"3":14,"1":11,"T":22,"Y":22,"\u0178":22,"V":11,"W":11,"C":-5,"G":-5,"O":-5,"Q":-5,"\u00c7":-5,"\u00d4":-5,"v":6,"w":6,"y":6,"\u00ff":6,"A":5,"\u00c0":5,"\u00c2":5,"z":6,"S":8,"Z":4}},"\u2018":{"d":"17,-188r23,-70r25,0r-15,70r-33,0","w":82,"k":{"X":-5,"8":9,"7":-8,"6":14,"4":31,"0":9,"T":-6,"Y":-6,"\u0178":-6,"V":-6,"W":-6,"C":13,"G":13,"O":13,"Q":13,"\u00c7":13,"\u00d4":13,"a":16,"\u00e0":16,"\u00e2":16,"v":-3,"w":-3,",":36,".":36,"\u2026":36,"A":32,"\u00c0":32,"\u00c2":32,"@":26,"c":26,"d":26,"e":26,"g":26,"o":26,"q":26,"\u00e7":26,"\u00e8":26,"\u00e9":26,"\u00ea":26,"\u00eb":26,"\u00f4":26,"m":-4,"n":-4,"p":-4,"r":-4,"u":-4,"\u00f9":-4,"\u00fb":-4,"\u00fc":-4,"J":22,"z":1,"b":-10,"h":-10,"k":-10,"l":-10,"M":11,"N":11,"s":16,"S":5,"Z":-4}},"\u2019":{"d":"17,-188r15,-70r33,0r-23,70r-25,0","w":82,"k":{"X":-5,"8":9,"7":-8,"6":14,"4":31,"0":9,"T":-6,"Y":-6,"\u0178":-6,"V":-6,"W":-6,"C":13,"G":13,"O":13,"Q":13,"\u00c7":13,"\u00d4":13,"a":16,"\u00e0":16,"\u00e2":16,"v":-3,"w":-3,",":36,".":36,"\u2026":36,"A":32,"\u00c0":32,"\u00c2":32,"@":26,"c":26,"d":26,"e":26,"g":26,"o":26,"q":26,"\u00e7":26,"\u00e8":26,"\u00e9":26,"\u00ea":26,"\u00eb":26,"\u00f4":26,"m":-4,"n":-4,"p":-4,"r":-4,"u":-4,"\u00f9":-4,"\u00fb":-4,"\u00fc":-4,"J":22,"z":1,"b":-10,"h":-10,"k":-10,"l":-10,"M":11,"N":11,"s":16,"S":5,"Z":-4}},"\u201c":{"d":"67,-188r23,-70r25,0r-15,70r-33,0xm17,-188r23,-70r25,0r-15,70r-33,0","w":132,"k":{"X":-5,"8":9,"7":-8,"6":14,"4":31,"0":9,"T":-6,"Y":-6,"\u0178":-6,"V":-6,"W":-6,"C":13,"G":13,"O":13,"Q":13,"\u00c7":13,"\u00d4":13,"a":16,"\u00e0":16,"\u00e2":16,"v":-3,"w":-3,",":36,".":36,"\u2026":36,"A":32,"\u00c0":32,"\u00c2":32,"@":26,"c":26,"d":26,"e":26,"g":26,"o":26,"q":26,"\u00e7":26,"\u00e8":26,"\u00e9":26,"\u00ea":26,"\u00eb":26,"\u00f4":26,"m":-4,"n":-4,"p":-4,"r":-4,"u":-4,"\u00f9":-4,"\u00fb":-4,"\u00fc":-4,"J":22,"z":1,"b":-10,"h":-10,"k":-10,"l":-10,"M":11,"N":11,"s":16,"S":5,"Z":-4}},"\u201d":{"d":"67,-188r15,-70r33,0r-23,70r-25,0xm17,-188r15,-70r33,0r-23,70r-25,0","w":132,"k":{"X":-5,"8":9,"7":-8,"6":14,"4":31,"0":9,"T":-6,"Y":-6,"\u0178":-6,"V":-6,"W":-6,"C":13,"G":13,"O":13,"Q":13,"\u00c7":13,"\u00d4":13,"a":16,"\u00e0":16,"\u00e2":16,"v":-3,"w":-3,",":36,".":36,"\u2026":36,"A":32,"\u00c0":32,"\u00c2":32,"@":26,"c":26,"d":26,"e":26,"g":26,"o":26,"q":26,"\u00e7":26,"\u00e8":26,"\u00e9":26,"\u00ea":26,"\u00eb":26,"\u00f4":26,"m":-4,"n":-4,"p":-4,"r":-4,"u":-4,"\u00f9":-4,"\u00fb":-4,"\u00fc":-4,"J":22,"z":1,"b":-10,"h":-10,"k":-10,"l":-10,"M":11,"N":11,"s":16,"S":5,"Z":-4}},"\u2026":{"d":"238,0r0,-37r36,0r0,37r-36,0xm145,0r0,-37r36,0r0,37r-36,0xm51,0r0,-37r36,0r0,37r-36,0","w":325,"k":{"9":2,"7":6,"6":4,"4":5,"0":7,"T":25,"Y":29,"\u0178":29,"V":25,"W":25,"C":4,"G":4,"O":4,"Q":4,"\u00c7":4,"\u00d4":4,"v":14,"w":14,"y":14,"\u00ff":14,"\u00ad":28,"\u2013":28,"\u2014":28,"@":5,"c":5,"d":5,"e":5,"g":5,"o":5,"q":5,"\u00e7":5,"\u00e8":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00f4":5,"J":-9,"B":7,"D":7,"E":7,"F":7,"H":7,"K":7,"L":7,"P":7,"R":7,"\u00c8":7,"\u00c9":7,"\u00ca":7,"\u00cb":7}},"\u2122":{"d":"152,-96r0,-24v4,-1,13,3,13,-3r10,-131r25,0r43,98v11,-33,29,-67,42,-98r25,0r11,131v-1,6,8,2,12,3r0,24v-18,-1,-38,5,-39,-16r-6,-89r-35,76r-22,0r-34,-76v0,31,-6,59,-6,89v0,21,-21,15,-39,16xm69,-96r0,-134v-13,2,-36,-8,-31,14r-24,0v1,-18,-5,-38,17,-38r103,0v22,-3,16,20,17,38r-24,0v-1,-5,3,-14,-3,-14r-28,0r0,134r-27,0","w":353}}});
;
function hideFormText() {
	var _inputs = document.getElementsByTagName('input');
	var _txt = document.getElementsByTagName('textarea');
	var _value = [];
	
	if (_inputs) {
		for(var i=0; i<_inputs.length; i++) {
			if (_inputs[i].type == 'text' || _inputs[i].type == 'password') {
				
				_inputs[i].index = i;
				_value[i] = _inputs[i].value;
				
				_inputs[i].onfocus = function(){
					if (this.value == _value[this.index])
						this.value = '';
				}
				_inputs[i].onblur = function(){
					if (this.value == '')
						this.value = _value[this.index];
				}
			}
		}
	}
	if (_txt) {
		for(var i=0; i<_txt.length; i++) {
			_txt[i].index = i;
			_value['txt'+i] = _txt[i].value;
			
			_txt[i].onfocus = function(){
				if (this.value == _value['txt'+this.index])
					this.value = '';
			}
			_txt[i].onblur = function(){
				if (this.value == '')
					this.value = _value['txt'+this.index];
			}
		}
	}
}

jQuery.noConflict();  
jQuery(document).ready(function() { 
  if (jQuery('#wrapper').length > 0) {
    if (window.addEventListener)
      window.addEventListener("load", hideFormText, false);
    else if (window.attachEvent)
      window.attachEvent("onload", hideFormText);
  }
});
  ;
/*
 *
 * jqTransform
 * by mathieu vilaplana mvilaplana@dfc-e.com
 * Designer ghyslain armand garmand@dfc-e.com
 *
 *
 * Version 1.0 25.09.08
 * Version 1.1 06.08.09
 * Add event click on Checkbox and Radio
 * Auto calculate the size of a select element
 * Can now, disabled the elements
 * Correct bug in ff if click on select (overflow=hidden)
 * No need any more preloading !!
 * 
 ******************************************** */
 
(function($){
	var defaultOptions = {preloadImg:true};
	var jqTransformImgPreloaded = false;

	var jqTransformPreloadHoverFocusImg = function(strImgUrl) {
		//guillemets to remove for ie
		strImgUrl = strImgUrl.replace(/^url\((.*)\)/,'$1').replace(/^\"(.*)\"$/,'$1');
		var imgHover = new Image();
		imgHover.src = strImgUrl.replace(/\.([a-zA-Z]*)$/,'-hover.$1');
		var imgFocus = new Image();
		imgFocus.src = strImgUrl.replace(/\.([a-zA-Z]*)$/,'-focus.$1');				
	};

	
	/***************************
	  Labels
	***************************/
	var jqTransformGetLabel = function(objfield){
		var selfForm = $(objfield.get(0).form);
		var oLabel = objfield.next();
		if(!oLabel.is('label')) {
			oLabel = objfield.prev();
			if(oLabel.is('label')){
				var inputname = objfield.attr('id');
				if(inputname){
					oLabel = selfForm.find('label[for="'+inputname+'"]');
				} 
			}
		}
		if(oLabel.is('label')){return oLabel.css('cursor','pointer');}
		return false;
	};
	
	/* Hide all open selects */
	var jqTransformHideSelect = function(oTarget){
		var ulVisible = $('.jqTransformSelectWrapper ul:visible');
		ulVisible.each(function(){
			var oSelect = $(this).parents(".jqTransformSelectWrapper:first").find("select").get(0);
			//do not hide if click on the label object associated to the select
			if( !(oTarget && oSelect.oLabel && oSelect.oLabel.get(0) == oTarget.get(0)) ){$(this).hide();}
		});
	};
	/* Check for an external click */
	var jqTransformCheckExternalClick = function(event) {
		if ($(event.target).parents('.jqTransformSelectWrapper').length === 0) { jqTransformHideSelect($(event.target)); }
	};

	/* Apply document listener */
	var jqTransformAddDocumentListener = function (){
		$(document).mousedown(jqTransformCheckExternalClick);
	};	
			
	/* Add a new handler for the reset action */
	var jqTransformReset = function(f){
		var sel;
		$('.jqTransformSelectWrapper select', f).each(function(){sel = (this.selectedIndex<0) ? 0 : this.selectedIndex; $('ul', $(this).parent()).each(function(){$('a:eq('+ sel +')', this).click();});});
		$('a.jqTransformCheckbox, a.jqTransformRadio', f).removeClass('jqTransformChecked');
		$('input:checkbox, input:radio', f).each(function(){if(this.checked){$('a', $(this).parent()).addClass('jqTransformChecked');}});
	};

	/***************************
	  Buttons
	 ***************************/
	$.fn.jqTransInputButton = function(){
		return this.each(function(){
			var newBtn = $('<button id="'+ this.id +'" name="'+ this.name +'" type="'+ this.type +'" class="'+ this.className +' jqTransformButton"><span><span>'+ $(this).attr('value') +'</span></span>')
				.hover(function(){newBtn.addClass('jqTransformButton_hover');},function(){newBtn.removeClass('jqTransformButton_hover')})
				.mousedown(function(){newBtn.addClass('jqTransformButton_click')})
				.mouseup(function(){newBtn.removeClass('jqTransformButton_click')})
			;
			$(this).replaceWith(newBtn);
		});
	};
	
	/***************************
	  Text Fields 
	 ***************************/
	$.fn.jqTransInputText = function(){
		return this.each(function(){
			var $input = $(this);
	
			if($input.hasClass('jqtranformdone') || !$input.is('input')) {return;}
			$input.addClass('jqtranformdone');
	
			var oLabel = jqTransformGetLabel($(this));
			oLabel && oLabel.bind('click',function(){$input.focus();});
	
			var inputSize=$input.width();
			if($input.attr('size')){
				inputSize = $input.attr('size')*10;
				$input.css('width',inputSize);
			}
			
			$input.addClass("jqTransformInput").wrap('<div class="jqTransformInputWrapper"><div class="jqTransformInputInner"><div></div></div></div>');
			var $wrapper = $input.parent().parent().parent();
			$wrapper.css("width", inputSize+10);
			$input
				.focus(function(){$wrapper.addClass("jqTransformInputWrapper_focus");})
				.blur(function(){$wrapper.removeClass("jqTransformInputWrapper_focus");})
				.hover(function(){$wrapper.addClass("jqTransformInputWrapper_hover");},function(){$wrapper.removeClass("jqTransformInputWrapper_hover");})
			;
	
			/* If this is safari we need to add an extra class */
			$.browser.safari && $wrapper.addClass('jqTransformSafari');
			$.browser.safari && $input.css('width',$wrapper.width()+16);
			this.wrapper = $wrapper;
			
		});
	};
	
	/***************************
	  Check Boxes 
	 ***************************/	
	$.fn.jqTransCheckBox = function(){
		return this.each(function(){
			if($(this).hasClass('jqTransformHidden')) {return;}

			var $input = $(this);
			var inputSelf = this;

			//set the click on the label
			var oLabel=jqTransformGetLabel($input);
			oLabel && oLabel.click(function(){aLink.trigger('click');});
			
			var aLink = $('<a href="#" class="jqTransformCheckbox"></a>');
			//wrap and add the link
			$input.addClass('jqTransformHidden').wrap('<span class="jqTransformCheckboxWrapper"></span>').parent().prepend(aLink);
			//on change, change the class of the link
			$input.change(function(){
				this.checked && aLink.addClass('jqTransformChecked') || aLink.removeClass('jqTransformChecked');
				return true;
			});
			// Click Handler, trigger the click and change event on the input
			aLink.click(function(){
				//do nothing if the original input is disabled
				if($input.attr('disabled')){return false;}
				//trigger the envents on the input object
				$input.trigger('click').trigger("change");	
				return false;
			});

			// set the default state
			this.checked && aLink.addClass('jqTransformChecked');		
		});
	};
	/***************************
	  Radio Buttons 
	 ***************************/	
	$.fn.jqTransRadio = function(){
		return this.each(function(){
			if($(this).hasClass('jqTransformHidden')) {return;}

			var $input = $(this);
			var inputSelf = this;
				
			oLabel = jqTransformGetLabel($input);
			oLabel && oLabel.click(function(){aLink.trigger('click');});
	
			var aLink = $('<a href="#" class="jqTransformRadio" rel="'+ this.name +'"></a>');
			$input.addClass('jqTransformHidden').wrap('<span class="jqTransformRadioWrapper"></span>').parent().prepend(aLink);
			
			$input.change(function(){
				inputSelf.checked && aLink.addClass('jqTransformChecked') || aLink.removeClass('jqTransformChecked');
				return true;
			});
			// Click Handler
			aLink.click(function(){
				if($input.attr('disabled')){return false;}
				$input.trigger('click').trigger('change');
	
				// uncheck all others of same name input radio elements
				$('input[name="'+$input.attr('name')+'"]',inputSelf.form).not($input).each(function(){
					$(this).attr('type')=='radio' && $(this).trigger('change');
				});
	
				return false;					
			});
			// set the default state
			inputSelf.checked && aLink.addClass('jqTransformChecked');
		});
	};
	
	/***************************
	  TextArea 
	 ***************************/	
	$.fn.jqTransTextarea = function(){
		return this.each(function(){
			var textarea = $(this);
	
			if(textarea.hasClass('jqtransformdone')) {return;}
			textarea.addClass('jqtransformdone');
	
			oLabel = jqTransformGetLabel(textarea);
			oLabel && oLabel.click(function(){textarea.focus();});
			
			var strTable = '<table cellspacing="0" cellpadding="0" border="0" class="jqTransformTextarea">';
			strTable +='<tr><td id="jqTransformTextarea-tl"></td><td id="jqTransformTextarea-tm"></td><td id="jqTransformTextarea-tr"></td></tr>';
			strTable +='<tr><td id="jqTransformTextarea-ml">&nbsp;</td><td id="jqTransformTextarea-mm"><div></div></td><td id="jqTransformTextarea-mr">&nbsp;</td></tr>';	
			strTable +='<tr><td id="jqTransformTextarea-bl"></td><td id="jqTransformTextarea-bm"></td><td id="jqTransformTextarea-br"></td></tr>';
			strTable +='</table>';					
			var oTable = $(strTable)
					.insertAfter(textarea)
					.hover(function(){
						!oTable.hasClass('jqTransformTextarea-focus') && oTable.addClass('jqTransformTextarea-hover');
					},function(){
						oTable.removeClass('jqTransformTextarea-hover');					
					})
				;
				
			textarea
				.focus(function(){oTable.removeClass('jqTransformTextarea-hover').addClass('jqTransformTextarea-focus');})
				.blur(function(){oTable.removeClass('jqTransformTextarea-focus');})
				.appendTo($('#jqTransformTextarea-mm div',oTable))
			;
			this.oTable = oTable;
			if($.browser.safari){
				$('#jqTransformTextarea-mm',oTable)
					.addClass('jqTransformSafariTextarea')
					.find('div')
						.css('height',textarea.height())
						.css('width',textarea.width())
				;
			}
		});
	};
	
	/***************************
	  Select 
	 ***************************/	
	$.fn.jqTransSelect = function(){
		return this.each(function(index){
			var $select = $(this);

			if($select.hasClass('jqTransformHidden')) {return;}
			if($select.attr('multiple')) {return;}

			var oLabel  =  jqTransformGetLabel($select);
			/* First thing we do is Wrap it */
			var $wrapper = $select
				.addClass('jqTransformHidden')
				.wrap('<div class="jqTransformSelectWrapper"></div>')
				.parent()
				.css({zIndex: 10-index})
			;
			
			/* Now add the html for the select */
			$wrapper.prepend('<div><span></span><a href="#" class="jqTransformSelectOpen"></a></div><ul></ul>');
			var $ul = $('ul', $wrapper).css('width',$select.width()).hide();
			/* Now we add the options */
			$('option', this).each(function(i){
				var oLi = $('<li><a href="#" index="'+ i +'">'+ $(this).html() +'</a></li>');
				$ul.append(oLi);
			});
			
			/* Add click handler to the a */
			$ul.find('a').click(function(){
					$('a.selected', $wrapper).removeClass('selected');
					$(this).addClass('selected');	
					/* Fire the onchange event */
					if ($select[0].selectedIndex != $(this).attr('index') && $select[0].onchange) { $select[0].selectedIndex = $(this).attr('index'); $select[0].onchange(); }
					$select[0].selectedIndex = $(this).attr('index');
					$('span:eq(0)', $wrapper).html($(this).html());
					$ul.hide();
					return false;
			});
			/* Set the default */
			$('a:eq('+ this.selectedIndex +')', $ul).click();
			$('span:first', $wrapper).click(function(){$("a.jqTransformSelectOpen",$wrapper).trigger('click');});
			oLabel && oLabel.click(function(){$("a.jqTransformSelectOpen",$wrapper).trigger('click');});
			this.oLabel = oLabel;
			
			/* Apply the click handler to the Open */
			var oLinkOpen = $('a.jqTransformSelectOpen', $wrapper)
				.click(function(){
					//Check if box is already open to still allow toggle, but close all other selects
					if( $ul.css('display') == 'none' ) {jqTransformHideSelect();} 
					if($select.attr('disabled')){return false;}

					$ul.slideToggle('fast', function(){					
						var offSet = ($('a.selected', $ul).offset().top - $ul.offset().top);
						$ul.animate({scrollTop: offSet});
					});
					return false;
				})
			;

			// Set the new width
			var iSelectWidth = $select.outerWidth();
			var oSpan = $('span:first',$wrapper);
			var newWidth = (iSelectWidth > oSpan.innerWidth())?iSelectWidth+oLinkOpen.outerWidth():$wrapper.width();
			$wrapper.css('width',newWidth);
			$ul.css('width',newWidth-2);
			oSpan.css({width:iSelectWidth});
		
			// Calculate the height if necessary, less elements that the default height
			//show the ul to calculate the block, if ul is not displayed li height value is 0
			$ul.css({display:'block',visibility:'hidden'});
			// COHERACTIO : calculate height for each li to handle 1 line and 2 lines options
			var li_all_height = 0;
			$('li',$ul).each(function(){li_all_height = li_all_height + $(this).height()});
			//var iSelectHeight = ($('li',$ul).length)*($('li:first',$ul).height());//+1 else bug ff
			var iSelectHeight = li_all_height;//+1 else bug ff
			(iSelectHeight < $ul.height()) && $ul.css({height:iSelectHeight,'overflow':'hidden'});//hidden else bug with ff
			$ul.css({display:'none',visibility:'visible'});
			
		});
	};
	$.fn.jqTransform = function(options){
		var opt = $.extend({},defaultOptions,options);
		
		/* each form */
		 return this.each(function(){
			var selfForm = $(this);
			if(selfForm.hasClass('jqtransformdone')) {return;}
			selfForm.addClass('jqtransformdone');
			
			$('input:submit, input:reset, input[type="button"]', this).jqTransInputButton();			
			$('input:text, input:password', this).jqTransInputText();			
			$('input:checkbox', this).jqTransCheckBox();
			$('input:radio', this).jqTransRadio();
			$('textarea', this).jqTransTextarea();
			
			if( $('select', this).jqTransSelect().length > 0 ){jqTransformAddDocumentListener();}
			selfForm.bind('reset',function(){var action = function(){jqTransformReset(this);}; window.setTimeout(action, 10);});
			
			//preloading dont needed anymore since normal, focus and hover image are the same one
			/*if(opt.preloadImg && !jqTransformImgPreloaded){
				jqTransformImgPreloaded = true;
				var oInputText = $('input:text:first', selfForm);
				if(oInputText.length > 0){
					//pour ie on eleve les ""
					var strWrapperImgUrl = oInputText.get(0).wrapper.css('background-image');
					jqTransformPreloadHoverFocusImg(strWrapperImgUrl);					
					var strInnerImgUrl = $('div.jqTransformInputInner',$(oInputText.get(0).wrapper)).css('background-image');
					jqTransformPreloadHoverFocusImg(strInnerImgUrl);
				}
				
				var oTextarea = $('textarea',selfForm);
				if(oTextarea.length > 0){
					var oTable = oTextarea.get(0).oTable;
					$('td',oTable).each(function(){
						var strImgBack = $(this).css('background-image');
						jqTransformPreloadHoverFocusImg(strImgBack);
					});
				}
			}*/
			
			
		}); /* End Form each */
				
	};/* End the Plugin */

})(jQuery);
				   ;

/*!
 * jQuery Form Plugin
 * version: 2.52 (07-DEC-2010)
 * @requires jQuery v1.3.2 or later
 *
 * Examples and documentation at: http://malsup.com/jquery/form/
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
;(function(b){function q(){if(b.fn.ajaxSubmit.debug){var a="[jquery.form] "+Array.prototype.join.call(arguments,"");if(window.console&&window.console.log)window.console.log(a);else window.opera&&window.opera.postError&&window.opera.postError(a)}}b.fn.ajaxSubmit=function(a){function f(){function t(){var o=i.attr("target"),m=i.attr("action");l.setAttribute("target",u);l.getAttribute("method")!="POST"&&l.setAttribute("method","POST");l.getAttribute("action")!=e.url&&l.setAttribute("action",e.url);e.skipEncodingOverride|| i.attr({encoding:"multipart/form-data",enctype:"multipart/form-data"});e.timeout&&setTimeout(function(){F=true;s()},e.timeout);var v=[];try{if(e.extraData)for(var w in e.extraData)v.push(b('<input type="hidden" name="'+w+'" value="'+e.extraData[w]+'" />').appendTo(l)[0]);r.appendTo("body");r.data("form-plugin-onload",s);l.submit()}finally{l.setAttribute("action",m);o?l.setAttribute("target",o):i.removeAttr("target");b(v).remove()}}function s(){if(!G){r.removeData("form-plugin-onload");var o=true; try{if(F)throw"timeout";p=x.contentWindow?x.contentWindow.document:x.contentDocument?x.contentDocument:x.document;var m=e.dataType=="xml"||p.XMLDocument||b.isXMLDoc(p);q("isXml="+m);if(!m&&window.opera&&(p.body==null||p.body.innerHTML==""))if(--K){q("requeing onLoad callback, DOM not available");setTimeout(s,250);return}G=true;j.responseText=p.documentElement?p.documentElement.innerHTML:null;j.responseXML=p.XMLDocument?p.XMLDocument:p;j.getResponseHeader=function(L){return{"content-type":e.dataType}[L]}; var v=/(json|script)/.test(e.dataType);if(v||e.textarea){var w=p.getElementsByTagName("textarea")[0];if(w)j.responseText=w.value;else if(v){var H=p.getElementsByTagName("pre")[0],I=p.getElementsByTagName("body")[0];if(H)j.responseText=H.textContent;else if(I)j.responseText=I.innerHTML}}else if(e.dataType=="xml"&&!j.responseXML&&j.responseText!=null)j.responseXML=C(j.responseText);J=b.httpData(j,e.dataType)}catch(D){q("error caught:",D);o=false;j.error=D;b.handleError(e,j,"error",D)}if(j.aborted){q("upload aborted"); o=false}if(o){e.success.call(e.context,J,"success",j);y&&b.event.trigger("ajaxSuccess",[j,e])}y&&b.event.trigger("ajaxComplete",[j,e]);y&&!--b.active&&b.event.trigger("ajaxStop");if(e.complete)e.complete.call(e.context,j,o?"success":"error");setTimeout(function(){r.removeData("form-plugin-onload");r.remove();j.responseXML=null},100)}}function C(o,m){if(window.ActiveXObject){m=new ActiveXObject("Microsoft.XMLDOM");m.async="false";m.loadXML(o)}else m=(new DOMParser).parseFromString(o,"text/xml");return m&& m.documentElement&&m.documentElement.tagName!="parsererror"?m:null}var l=i[0];if(b(":input[name=submit],:input[id=submit]",l).length)alert('Error: Form elements must not have name or id of "submit".');else{var e=b.extend(true,{},b.ajaxSettings,a);e.context=e.context||e;var u="jqFormIO"+(new Date).getTime(),E="_"+u;window[E]=function(){var o=r.data("form-plugin-onload");if(o){o();window[E]=undefined;try{delete window[E]}catch(m){}}};var r=b('<iframe id="'+u+'" name="'+u+'" src="'+e.iframeSrc+'" onload="window[\'_\'+this.id]()" />'), x=r[0];r.css({position:"absolute",top:"-1000px",left:"-1000px"});var j={aborted:0,responseText:null,responseXML:null,status:0,statusText:"n/a",getAllResponseHeaders:function(){},getResponseHeader:function(){},setRequestHeader:function(){},abort:function(){this.aborted=1;r.attr("src",e.iframeSrc)}},y=e.global;y&&!b.active++&&b.event.trigger("ajaxStart");y&&b.event.trigger("ajaxSend",[j,e]);if(e.beforeSend&&e.beforeSend.call(e.context,j,e)===false)e.global&&b.active--;else if(!j.aborted){var G=false, F=0,z=l.clk;if(z){var A=z.name;if(A&&!z.disabled){e.extraData=e.extraData||{};e.extraData[A]=z.value;if(z.type=="image"){e.extraData[A+".x"]=l.clk_x;e.extraData[A+".y"]=l.clk_y}}}e.forceSync?t():setTimeout(t,10);var J,p,K=50}}}if(!this.length){q("ajaxSubmit: skipping submit process - no element selected");return this}if(typeof a=="function")a={success:a};var d=this.attr("action");if(d=typeof d==="string"?b.trim(d):"")d=(d.match(/^([^#]+)/)||[])[1];d=d||window.location.href||"";a=b.extend(true,{url:d, type:this.attr("method")||"GET",iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank"},a);d={};this.trigger("form-pre-serialize",[this,a,d]);if(d.veto){q("ajaxSubmit: submit vetoed via form-pre-serialize trigger");return this}if(a.beforeSerialize&&a.beforeSerialize(this,a)===false){q("ajaxSubmit: submit aborted via beforeSerialize callback");return this}var c,h,g=this.formToArray(a.semantic);if(a.data){a.extraData=a.data;for(c in a.data)if(a.data[c]instanceof Array)for(var k in a.data[c])g.push({name:c, value:a.data[c][k]});else{h=a.data[c];h=b.isFunction(h)?h():h;g.push({name:c,value:h})}}if(a.beforeSubmit&&a.beforeSubmit(g,this,a)===false){q("ajaxSubmit: submit aborted via beforeSubmit callback");return this}this.trigger("form-submit-validate",[g,this,a,d]);if(d.veto){q("ajaxSubmit: submit vetoed via form-submit-validate trigger");return this}c=b.param(g);if(a.type.toUpperCase()=="GET"){a.url+=(a.url.indexOf("?")>=0?"&":"?")+c;a.data=null}else a.data=c;var i=this,n=[];a.resetForm&&n.push(function(){i.resetForm()}); a.clearForm&&n.push(function(){i.clearForm()});if(!a.dataType&&a.target){var B=a.success||function(){};n.push(function(t){var s=a.replaceTarget?"replaceWith":"html";b(a.target)[s](t).each(B,arguments)})}else a.success&&n.push(a.success);a.success=function(t,s,C){for(var l=a.context||a,e=0,u=n.length;e<u;e++)n[e].apply(l,[t,s,C||i,i])};c=b("input:file",this).length>0;k=i.attr("enctype")=="multipart/form-data"||i.attr("encoding")=="multipart/form-data";if(a.iframe!==false&&(c||a.iframe||k))a.closeKeepAlive? b.get(a.closeKeepAlive,f):f();else b.ajax(a);this.trigger("form-submit-notify",[this,a]);return this};b.fn.ajaxForm=function(a){if(this.length===0){var f={s:this.selector,c:this.context};if(!b.isReady&&f.s){q("DOM not ready, queuing ajaxForm");b(function(){b(f.s,f.c).ajaxForm(a)});return this}q("terminating; zero elements found by selector"+(b.isReady?"":" (DOM not ready)"));return this}return this.ajaxFormUnbind().bind("submit.form-plugin",function(d){if(!d.isDefaultPrevented()){d.preventDefault(); b(this).ajaxSubmit(a)}}).bind("click.form-plugin",function(d){var c=d.target,h=b(c);if(!h.is(":submit,input:image")){c=h.closest(":submit");if(c.length==0)return;c=c[0]}var g=this;g.clk=c;if(c.type=="image")if(d.offsetX!=undefined){g.clk_x=d.offsetX;g.clk_y=d.offsetY}else if(typeof b.fn.offset=="function"){h=h.offset();g.clk_x=d.pageX-h.left;g.clk_y=d.pageY-h.top}else{g.clk_x=d.pageX-c.offsetLeft;g.clk_y=d.pageY-c.offsetTop}setTimeout(function(){g.clk=g.clk_x=g.clk_y=null},100)})};b.fn.ajaxFormUnbind= function(){return this.unbind("submit.form-plugin click.form-plugin")};b.fn.formToArray=function(a){var f=[];if(this.length===0)return f;var d=this[0],c=a?d.getElementsByTagName("*"):d.elements;if(!c)return f;var h,g,k,i,n,B;h=0;for(n=c.length;h<n;h++){g=c[h];if(k=g.name)if(a&&d.clk&&g.type=="image"){if(!g.disabled&&d.clk==g){f.push({name:k,value:b(g).val()});f.push({name:k+".x",value:d.clk_x},{name:k+".y",value:d.clk_y})}}else if((i=b.fieldValue(g,true))&&i.constructor==Array){g=0;for(B=i.length;g< B;g++)f.push({name:k,value:i[g]})}else i!==null&&typeof i!="undefined"&&f.push({name:k,value:i})}if(!a&&d.clk){a=b(d.clk);c=a[0];if((k=c.name)&&!c.disabled&&c.type=="image"){f.push({name:k,value:a.val()});f.push({name:k+".x",value:d.clk_x},{name:k+".y",value:d.clk_y})}}return f};b.fn.formSerialize=function(a){return b.param(this.formToArray(a))};b.fn.fieldSerialize=function(a){var f=[];this.each(function(){var d=this.name;if(d){var c=b.fieldValue(this,a);if(c&&c.constructor==Array)for(var h=0,g=c.length;h< g;h++)f.push({name:d,value:c[h]});else c!==null&&typeof c!="undefined"&&f.push({name:this.name,value:c})}});return b.param(f)};b.fn.fieldValue=function(a){for(var f=[],d=0,c=this.length;d<c;d++){var h=b.fieldValue(this[d],a);h===null||typeof h=="undefined"||h.constructor==Array&&!h.length||(h.constructor==Array?b.merge(f,h):f.push(h))}return f};b.fieldValue=function(a,f){var d=a.name,c=a.type,h=a.tagName.toLowerCase();if(f===undefined)f=true;if(f&&(!d||a.disabled||c=="reset"||c=="button"||(c=="checkbox"|| c=="radio")&&!a.checked||(c=="submit"||c=="image")&&a.form&&a.form.clk!=a||h=="select"&&a.selectedIndex==-1))return null;if(h=="select"){var g=a.selectedIndex;if(g<0)return null;d=[];h=a.options;var k=(c=c=="select-one")?g+1:h.length;for(g=c?g:0;g<k;g++){var i=h[g];if(i.selected){var n=i.value;n||(n=i.attributes&&i.attributes.value&&!i.attributes.value.specified?i.text:i.value);if(c)return n;d.push(n)}}return d}return b(a).val()};b.fn.clearForm=function(){return this.each(function(){b("input,select,textarea", this).clearFields()})};b.fn.clearFields=b.fn.clearInputs=function(){return this.each(function(){var a=this.type,f=this.tagName.toLowerCase();if(a=="text"||a=="password"||f=="textarea")this.value="";else if(a=="checkbox"||a=="radio")this.checked=false;else if(f=="select")this.selectedIndex=-1})};b.fn.resetForm=function(){return this.each(function(){if(typeof this.reset=="function"||typeof this.reset=="object"&&!this.reset.nodeType)this.reset()})};b.fn.enable=function(a){if(a===undefined)a=true;return this.each(function(){this.disabled= !a})};b.fn.selected=function(a){if(a===undefined)a=true;return this.each(function(){var f=this.type;if(f=="checkbox"||f=="radio")this.checked=a;else if(this.tagName.toLowerCase()=="option"){f=b(this).parent("select");a&&f[0]&&f[0].type=="select-one"&&f.find("option").selected(false);this.selected=a}})}})(jQuery);;
(function ($) {

/**
 * A progressbar object. Initialized with the given id. Must be inserted into
 * the DOM afterwards through progressBar.element.
 *
 * method is the function which will perform the HTTP request to get the
 * progress bar state. Either "GET" or "POST".
 *
 * e.g. pb = new progressBar('myProgressBar');
 *      some_element.appendChild(pb.element);
 */
Drupal.progressBar = function (id, updateCallback, method, errorCallback) {
  var pb = this;
  this.id = id;
  this.method = method || 'GET';
  this.updateCallback = updateCallback;
  this.errorCallback = errorCallback;

  // The WAI-ARIA setting aria-live="polite" will announce changes after users
  // have completed their current activity and not interrupt the screen reader.
  this.element = $('<div class="progress" aria-live="polite"></div>').attr('id', id);
  this.element.html('<div class="bar"><div class="filled"></div></div>' +
                    '<div class="percentage"></div>' +
                    '<div class="message">&nbsp;</div>');
};

/**
 * Set the percentage and status message for the progressbar.
 */
Drupal.progressBar.prototype.setProgress = function (percentage, message) {
  if (percentage >= 0 && percentage <= 100) {
    $('div.filled', this.element).css('width', percentage + '%');
    $('div.percentage', this.element).html(percentage + '%');
  }
  $('div.message', this.element).html(message);
  if (this.updateCallback) {
    this.updateCallback(percentage, message, this);
  }
};

/**
 * Start monitoring progress via Ajax.
 */
Drupal.progressBar.prototype.startMonitoring = function (uri, delay) {
  this.delay = delay;
  this.uri = uri;
  this.sendPing();
};

/**
 * Stop monitoring progress via Ajax.
 */
Drupal.progressBar.prototype.stopMonitoring = function () {
  clearTimeout(this.timer);
  // This allows monitoring to be stopped from within the callback.
  this.uri = null;
};

/**
 * Request progress data from server.
 */
Drupal.progressBar.prototype.sendPing = function () {
  if (this.timer) {
    clearTimeout(this.timer);
  }
  if (this.uri) {
    var pb = this;
    // When doing a post request, you need non-null data. Otherwise a
    // HTTP 411 or HTTP 406 (with Apache mod_security) error may result.
    $.ajax({
      type: this.method,
      url: this.uri,
      data: '',
      dataType: 'json',
      success: function (progress) {
        // Display errors.
        if (progress.status == 0) {
          pb.displayError(progress.data);
          return;
        }
        // Update display.
        pb.setProgress(progress.percentage, progress.message);
        // Schedule next timer.
        pb.timer = setTimeout(function () { pb.sendPing(); }, pb.delay);
      },
      error: function (xmlhttp) {
        pb.displayError(Drupal.ajaxError(xmlhttp, pb.uri));
      }
    });
  }
};

/**
 * Display errors on the page.
 */
Drupal.progressBar.prototype.displayError = function (string) {
  var error = $('<div class="messages error"></div>').html(string);
  $(this.element).before(error).hide();

  if (this.errorCallback) {
    this.errorCallback(this);
  }
};

})(jQuery);
;
(function ($) {

/**
 * Provides Ajax page updating via jQuery $.ajax (Asynchronous JavaScript and XML).
 *
 * Ajax is a method of making a request via JavaScript while viewing an HTML
 * page. The request returns an array of commands encoded in JSON, which is
 * then executed to make any changes that are necessary to the page.
 *
 * Drupal uses this file to enhance form elements with #ajax['path'] and
 * #ajax['wrapper'] properties. If set, this file will automatically be included
 * to provide Ajax capabilities.
 */

Drupal.ajax = Drupal.ajax || {};

/**
 * Attaches the Ajax behavior to each Ajax form element.
 */
Drupal.behaviors.AJAX = {
  attach: function (context, settings) {
    // Load all Ajax behaviors specified in the settings.
    for (var base in settings.ajax) {
      if (!$('#' + base + '.ajax-processed').length) {
        var element_settings = settings.ajax[base];

        if (typeof element_settings.selector == 'undefined') {
          element_settings.selector = '#' + base;
        }
        $(element_settings.selector).each(function () {
          element_settings.element = this;
          Drupal.ajax[base] = new Drupal.ajax(base, this, element_settings);
        });

        $('#' + base).addClass('ajax-processed');
      }
    }

    // Bind Ajax behaviors to all items showing the class.
    $('.use-ajax:not(.ajax-processed)').addClass('ajax-processed').each(function () {
      var element_settings = {};
      // Clicked links look better with the throbber than the progress bar.
      element_settings.progress = { 'type': 'throbber' };

      // For anchor tags, these will go to the target of the anchor rather
      // than the usual location.
      if ($(this).attr('href')) {
        element_settings.url = $(this).attr('href');
        element_settings.event = 'click';
      }
      var base = $(this).attr('id');
      Drupal.ajax[base] = new Drupal.ajax(base, this, element_settings);
    });

    // This class means to submit the form to the action using Ajax.
    $('.use-ajax-submit:not(.ajax-processed)').addClass('ajax-processed').each(function () {
      var element_settings = {};

      // Ajax submits specified in this manner automatically submit to the
      // normal form action.
      element_settings.url = $(this.form).attr('action');
      // Form submit button clicks need to tell the form what was clicked so
      // it gets passed in the POST request.
      element_settings.setClick = true;
      // Form buttons use the 'click' event rather than mousedown.
      element_settings.event = 'click';
      // Clicked form buttons look better with the throbber than the progress bar.
      element_settings.progress = { 'type': 'throbber' };

      var base = $(this).attr('id');
      Drupal.ajax[base] = new Drupal.ajax(base, this, element_settings);
    });
  }
};

/**
 * Ajax object.
 *
 * All Ajax objects on a page are accessible through the global Drupal.ajax
 * object and are keyed by the submit button's ID. You can access them from
 * your module's JavaScript file to override properties or functions.
 *
 * For example, if your Ajax enabled button has the ID 'edit-submit', you can
 * redefine the function that is called to insert the new content like this
 * (inside a Drupal.behaviors attach block):
 * @code
 *    Drupal.behaviors.myCustomAJAXStuff = {
 *      attach: function (context, settings) {
 *        Drupal.ajax['edit-submit'].commands.insert = function (ajax, response, status) {
 *          new_content = $(response.data);
 *          $('#my-wrapper').append(new_content);
 *          alert('New content was appended to #my-wrapper');
 *        }
 *      }
 *    };
 * @endcode
 */
Drupal.ajax = function (base, element, element_settings) {
  var defaults = {
    url: 'system/ajax',
    event: 'mousedown',
    keypress: true,
    selector: '#' + base,
    effect: 'none',
    speed: 'none',
    method: 'replaceWith',
    progress: {
      type: 'throbber',
      message: Drupal.t('Please wait...')
    },
    submit: {
      'js': true
    }
  };

  $.extend(this, defaults, element_settings);

  this.element = element;
  this.element_settings = element_settings;

  // Replacing 'nojs' with 'ajax' in the URL allows for an easy method to let
  // the server detect when it needs to degrade gracefully.
  // There are five scenarios to check for:
  // 1. /nojs/
  // 2. /nojs$ - The end of a URL string.
  // 3. /nojs? - Followed by a query (with clean URLs enabled).
  //      E.g.: path/nojs?destination=foobar
  // 4. /nojs& - Followed by a query (without clean URLs enabled).
  //      E.g.: ?q=path/nojs&destination=foobar
  // 5. /nojs# - Followed by a fragment.
  //      E.g.: path/nojs#myfragment
  this.url = element_settings.url.replace(/\/nojs(\/|$|\?|&|#)/g, '/ajax$1');
  this.wrapper = '#' + element_settings.wrapper;

  // If there isn't a form, jQuery.ajax() will be used instead, allowing us to
  // bind Ajax to links as well.
  if (this.element.form) {
    this.form = $(this.element.form);
  }

  // Set the options for the ajaxSubmit function.
  // The 'this' variable will not persist inside of the options object.
  var ajax = this;
  ajax.options = {
    url: ajax.url,
    data: ajax.submit,
    beforeSerialize: function (element_settings, options) {
      return ajax.beforeSerialize(element_settings, options);
    },
    beforeSubmit: function (form_values, element_settings, options) {
      ajax.ajaxing = true;
      return ajax.beforeSubmit(form_values, element_settings, options);
    },
    beforeSend: function (xmlhttprequest, options) {
      ajax.ajaxing = true;
      return ajax.beforeSend(xmlhttprequest, options);
    },
    success: function (response, status) {
      // Sanity check for browser support (object expected).
      // When using iFrame uploads, responses must be returned as a string.
      if (typeof response == 'string') {
        response = $.parseJSON(response);
      }
      return ajax.success(response, status);
    },
    complete: function (response, status) {
      ajax.ajaxing = false;
      if (status == 'error' || status == 'parsererror') {
        return ajax.error(response, ajax.url);
      }
    },
    dataType: 'json',
    type: 'POST'
  };

  // Bind the ajaxSubmit function to the element event.
  $(ajax.element).bind(element_settings.event, function (event) {
    return ajax.eventResponse(this, event);
  });

  // If necessary, enable keyboard submission so that Ajax behaviors
  // can be triggered through keyboard input as well as e.g. a mousedown
  // action.
  if (element_settings.keypress) {
    $(ajax.element).keypress(function (event) {
      return ajax.keypressResponse(this, event);
    });
  }

  // If necessary, prevent the browser default action of an additional event.
  // For example, prevent the browser default action of a click, even if the
  // AJAX behavior binds to mousedown.
  if (element_settings.prevent) {
    $(ajax.element).bind(element_settings.prevent, false);
  }
};

/**
 * Handle a key press.
 *
 * The Ajax object will, if instructed, bind to a key press response. This
 * will test to see if the key press is valid to trigger this event and
 * if it is, trigger it for us and prevent other keypresses from triggering.
 * In this case we're handling RETURN and SPACEBAR keypresses (event codes 13
 * and 32. RETURN is often used to submit a form when in a textfield, and 
 * SPACE is often used to activate an element without submitting. 
 */
Drupal.ajax.prototype.keypressResponse = function (element, event) {
  // Create a synonym for this to reduce code confusion.
  var ajax = this;

  // Detect enter key and space bar and allow the standard response for them,
  // except for form elements of type 'text' and 'textarea', where the 
  // spacebar activation causes inappropriate activation if #ajax['keypress'] is 
  // TRUE. On a text-type widget a space should always be a space.
  if (event.which == 13 || (event.which == 32 && element.type != 'text' && element.type != 'textarea')) {
    $(ajax.element_settings.element).trigger(ajax.element_settings.event);
    return false;
  }
};

/**
 * Handle an event that triggers an Ajax response.
 *
 * When an event that triggers an Ajax response happens, this method will
 * perform the actual Ajax call. It is bound to the event using
 * bind() in the constructor, and it uses the options specified on the
 * ajax object.
 */
Drupal.ajax.prototype.eventResponse = function (element, event) {
  // Create a synonym for this to reduce code confusion.
  var ajax = this;

  // Do not perform another ajax command if one is already in progress.
  if (ajax.ajaxing) {
    return false;
  }

  try {
    if (ajax.form) {
      // If setClick is set, we must set this to ensure that the button's
      // value is passed.
      if (ajax.setClick) {
        // Mark the clicked button. 'form.clk' is a special variable for
        // ajaxSubmit that tells the system which element got clicked to
        // trigger the submit. Without it there would be no 'op' or
        // equivalent.
        element.form.clk = element;
      }

      ajax.form.ajaxSubmit(ajax.options);
    }
    else {
      ajax.beforeSerialize(ajax.element, ajax.options);
      $.ajax(ajax.options);
    }
  }
  catch (e) {
    // Unset the ajax.ajaxing flag here because it won't be unset during
    // the complete response.
    ajax.ajaxing = false;
    alert("An error occurred while attempting to process " + ajax.options.url + ": " + e.message);
  }

  // For radio/checkbox, allow the default event. On IE, this means letting
  // it actually check the box.
  if (typeof element.type != 'undefined' && (element.type == 'checkbox' || element.type == 'radio')) {
    return true;
  }
  else {
    return false;
  }

};

/**
 * Handler for the form serialization.
 *
 * Runs before the beforeSend() handler (see below), and unlike that one, runs
 * before field data is collected.
 */
Drupal.ajax.prototype.beforeSerialize = function (element, options) {
  // Allow detaching behaviors to update field values before collecting them.
  // This is only needed when field values are added to the POST data, so only
  // when there is a form such that this.form.ajaxSubmit() is used instead of
  // $.ajax(). When there is no form and $.ajax() is used, beforeSerialize()
  // isn't called, but don't rely on that: explicitly check this.form.
  if (this.form) {
    var settings = this.settings || Drupal.settings;
    Drupal.detachBehaviors(this.form, settings, 'serialize');
  }

  // Prevent duplicate HTML ids in the returned markup.
  // @see drupal_html_id()
  options.data['ajax_html_ids[]'] = [];
  $('[id]').each(function () {
    options.data['ajax_html_ids[]'].push(this.id);
  });

  // Allow Drupal to return new JavaScript and CSS files to load without
  // returning the ones already loaded.
  // @see ajax_base_page_theme()
  // @see drupal_get_css()
  // @see drupal_get_js()
  options.data['ajax_page_state[theme]'] = Drupal.settings.ajaxPageState.theme;
  options.data['ajax_page_state[theme_token]'] = Drupal.settings.ajaxPageState.theme_token;
  for (var key in Drupal.settings.ajaxPageState.css) {
    options.data['ajax_page_state[css][' + key + ']'] = 1;
  }
  for (var key in Drupal.settings.ajaxPageState.js) {
    options.data['ajax_page_state[js][' + key + ']'] = 1;
  }
};

/**
 * Modify form values prior to form submission.
 */
Drupal.ajax.prototype.beforeSubmit = function (form_values, element, options) {
  // This function is left empty to make it simple to override for modules
  // that wish to add functionality here.
}

/**
 * Prepare the Ajax request before it is sent.
 */
Drupal.ajax.prototype.beforeSend = function (xmlhttprequest, options) {
  // For forms without file inputs, the jQuery Form plugin serializes the form
  // values, and then calls jQuery's $.ajax() function, which invokes this
  // handler. In this circumstance, options.extraData is never used. For forms
  // with file inputs, the jQuery Form plugin uses the browser's normal form
  // submission mechanism, but captures the response in a hidden IFRAME. In this
  // circumstance, it calls this handler first, and then appends hidden fields
  // to the form to submit the values in options.extraData. There is no simple
  // way to know which submission mechanism will be used, so we add to extraData
  // regardless, and allow it to be ignored in the former case.
  if (this.form) {
    options.extraData = options.extraData || {};

    // Let the server know when the IFRAME submission mechanism is used. The
    // server can use this information to wrap the JSON response in a TEXTAREA,
    // as per http://jquery.malsup.com/form/#file-upload.
    options.extraData.ajax_iframe_upload = '1';

    // The triggering element is about to be disabled (see below), but if it
    // contains a value (e.g., a checkbox, textfield, select, etc.), ensure that
    // value is included in the submission. As per above, submissions that use
    // $.ajax() are already serialized prior to the element being disabled, so
    // this is only needed for IFRAME submissions.
    var v = $.fieldValue(this.element);
    if (v !== null) {
      options.extraData[this.element.name] = v;
    }
  }

  // Disable the element that received the change to prevent user interface
  // interaction while the Ajax request is in progress. ajax.ajaxing prevents
  // the element from triggering a new request, but does not prevent the user
  // from changing its value.
  $(this.element).addClass('progress-disabled').attr('disabled', true);

  // Insert progressbar or throbber.
  if (this.progress.type == 'bar') {
    var progressBar = new Drupal.progressBar('ajax-progress-' + this.element.id, eval(this.progress.update_callback), this.progress.method, eval(this.progress.error_callback));
    if (this.progress.message) {
      progressBar.setProgress(-1, this.progress.message);
    }
    if (this.progress.url) {
      progressBar.startMonitoring(this.progress.url, this.progress.interval || 1500);
    }
    this.progress.element = $(progressBar.element).addClass('ajax-progress ajax-progress-bar');
    this.progress.object = progressBar;
    $(this.element).after(this.progress.element);
  }
  else if (this.progress.type == 'throbber') {
    this.progress.element = $('<div class="ajax-progress ajax-progress-throbber"><div class="throbber">&nbsp;</div></div>');
    if (this.progress.message) {
      $('.throbber', this.progress.element).after('<div class="message">' + this.progress.message + '</div>');
    }
    $(this.element).after(this.progress.element);
  }
};

/**
 * Handler for the form redirection completion.
 */
Drupal.ajax.prototype.success = function (response, status) {
  // Remove the progress element.
  if (this.progress.element) {
    $(this.progress.element).remove();
  }
  if (this.progress.object) {
    this.progress.object.stopMonitoring();
  }
  $(this.element).removeClass('progress-disabled').removeAttr('disabled');

  Drupal.freezeHeight();

  for (var i in response) {
    if (response[i]['command'] && this.commands[response[i]['command']]) {
      this.commands[response[i]['command']](this, response[i], status);
    }
  }

  // Reattach behaviors, if they were detached in beforeSerialize(). The
  // attachBehaviors() called on the new content from processing the response
  // commands is not sufficient, because behaviors from the entire form need
  // to be reattached.
  if (this.form) {
    var settings = this.settings || Drupal.settings;
    Drupal.attachBehaviors(this.form, settings);
  }

  Drupal.unfreezeHeight();

  // Remove any response-specific settings so they don't get used on the next
  // call by mistake.
  this.settings = null;
};

/**
 * Build an effect object which tells us how to apply the effect when adding new HTML.
 */
Drupal.ajax.prototype.getEffect = function (response) {
  var type = response.effect || this.effect;
  var speed = response.speed || this.speed;

  var effect = {};
  if (type == 'none') {
    effect.showEffect = 'show';
    effect.hideEffect = 'hide';
    effect.showSpeed = '';
  }
  else if (type == 'fade') {
    effect.showEffect = 'fadeIn';
    effect.hideEffect = 'fadeOut';
    effect.showSpeed = speed;
  }
  else {
    effect.showEffect = type + 'Toggle';
    effect.hideEffect = type + 'Toggle';
    effect.showSpeed = speed;
  }

  return effect;
};

/**
 * Handler for the form redirection error.
 */
Drupal.ajax.prototype.error = function (response, uri) {
  alert(Drupal.ajaxError(response, uri));
  // Remove the progress element.
  if (this.progress.element) {
    $(this.progress.element).remove();
  }
  if (this.progress.object) {
    this.progress.object.stopMonitoring();
  }
  // Undo hide.
  $(this.wrapper).show();
  // Re-enable the element.
  $(this.element).removeClass('progress-disabled').removeAttr('disabled');
  // Reattach behaviors, if they were detached in beforeSerialize().
  if (this.form) {
    var settings = response.settings || this.settings || Drupal.settings;
    Drupal.attachBehaviors(this.form, settings);
  }
};

/**
 * Provide a series of commands that the server can request the client perform.
 */
Drupal.ajax.prototype.commands = {
  /**
   * Command to insert new content into the DOM.
   */
  insert: function (ajax, response, status) {
    // Get information from the response. If it is not there, default to
    // our presets.
    var wrapper = response.selector ? $(response.selector) : $(ajax.wrapper);
    var method = response.method || ajax.method;
    var effect = ajax.getEffect(response);

    // We don't know what response.data contains: it might be a string of text
    // without HTML, so don't rely on jQuery correctly iterpreting
    // $(response.data) as new HTML rather than a CSS selector. Also, if
    // response.data contains top-level text nodes, they get lost with either
    // $(response.data) or $('<div></div>').replaceWith(response.data).
    var new_content_wrapped = $('<div></div>').html(response.data);
    var new_content = new_content_wrapped.contents();

    // For legacy reasons, the effects processing code assumes that new_content
    // consists of a single top-level element. Also, it has not been
    // sufficiently tested whether attachBehaviors() can be successfully called
    // with a context object that includes top-level text nodes. However, to
    // give developers full control of the HTML appearing in the page, and to
    // enable Ajax content to be inserted in places where DIV elements are not
    // allowed (e.g., within TABLE, TR, and SPAN parents), we check if the new
    // content satisfies the requirement of a single top-level element, and
    // only use the container DIV created above when it doesn't. For more
    // information, please see http://drupal.org/node/736066.
    if (new_content.length != 1 || new_content.get(0).nodeType != 1) {
      new_content = new_content_wrapped;
    }

    // If removing content from the wrapper, detach behaviors first.
    switch (method) {
      case 'html':
      case 'replaceWith':
      case 'replaceAll':
      case 'empty':
      case 'remove':
        var settings = response.settings || ajax.settings || Drupal.settings;
        Drupal.detachBehaviors(wrapper, settings);
    }

    // Add the new content to the page.
    wrapper[method](new_content);

    // Immediately hide the new content if we're using any effects.
    if (effect.showEffect != 'show') {
      new_content.hide();
    }

    // Determine which effect to use and what content will receive the
    // effect, then show the new content.
    if ($('.ajax-new-content', new_content).length > 0) {
      $('.ajax-new-content', new_content).hide();
      new_content.show();
      $('.ajax-new-content', new_content)[effect.showEffect](effect.showSpeed);
    }
    else if (effect.showEffect != 'show') {
      new_content[effect.showEffect](effect.showSpeed);
    }

    // Attach all JavaScript behaviors to the new content, if it was successfully
    // added to the page, this if statement allows #ajax['wrapper'] to be
    // optional.
    if (new_content.parents('html').length > 0) {
      // Apply any settings from the returned JSON if available.
      var settings = response.settings || ajax.settings || Drupal.settings;
      Drupal.attachBehaviors(new_content, settings);
    }
  },

  /**
   * Command to remove a chunk from the page.
   */
  remove: function (ajax, response, status) {
    var settings = response.settings || ajax.settings || Drupal.settings;
    Drupal.detachBehaviors($(response.selector), settings);
    $(response.selector).remove();
  },

  /**
   * Command to mark a chunk changed.
   */
  changed: function (ajax, response, status) {
    if (!$(response.selector).hasClass('ajax-changed')) {
      $(response.selector).addClass('ajax-changed');
      if (response.asterisk) {
        $(response.selector).find(response.asterisk).append(' <span class="ajax-changed">*</span> ');
      }
    }
  },

  /**
   * Command to provide an alert.
   */
  alert: function (ajax, response, status) {
    alert(response.text, response.title);
  },

  /**
   * Command to provide the jQuery css() function.
   */
  css: function (ajax, response, status) {
    $(response.selector).css(response.argument);
  },

  /**
   * Command to set the settings that will be used for other commands in this response.
   */
  settings: function (ajax, response, status) {
    if (response.merge) {
      $.extend(true, Drupal.settings, response.settings);
    }
    else {
      ajax.settings = response.settings;
    }
  },

  /**
   * Command to attach data using jQuery's data API.
   */
  data: function (ajax, response, status) {
    $(response.selector).data(response.name, response.value);
  },

  /**
   * Command to apply a jQuery method.
   */
  invoke: function (ajax, response, status) {
    var $element = $(response.selector);
    $element[response.method].apply($element, response.arguments);
  },

  /**
   * Command to restripe a table.
   */
  restripe: function (ajax, response, status) {
    // :even and :odd are reversed because jQuery counts from 0 and
    // we count from 1, so we're out of sync.
    // Match immediate children of the parent element to allow nesting.
    $('> tbody > tr:visible, > tr:visible', $(response.selector))
      .removeClass('odd even')
      .filter(':even').addClass('odd').end()
      .filter(':odd').addClass('even');
  }
};

})(jQuery);
;
/**
 * @file
 *
 * Implement a modal form.
 *
 * @see modal.inc for documentation.
 *
 * This javascript relies on the CTools ajax responder.
 */

(function ($) {
  // Make sure our objects are defined.
  Drupal.CTools = Drupal.CTools || {};
  Drupal.CTools.Modal = Drupal.CTools.Modal || {};

  /**
   * Display the modal
   *
   * @todo -- document the settings.
   */
  Drupal.CTools.Modal.show = function(choice) {
    var opts = {};

    if (choice && typeof choice == 'string' && Drupal.settings[choice]) {
      // This notation guarantees we are actually copying it.
      $.extend(true, opts, Drupal.settings[choice]);
    }
    else if (choice) {
      $.extend(true, opts, choice);
    }

    var defaults = {
      modalTheme: 'CToolsModalDialog',
      throbberTheme: 'CToolsModalThrobber',
      animation: 'show',
      animationSpeed: 'fast',
      modalSize: {
        type: 'scale',
        width: .8,
        height: .8,
        addWidth: 0,
        addHeight: 0,
        // How much to remove from the inner content to make space for the
        // theming.
        contentRight: 25,
        contentBottom: 45
      },
      modalOptions: {
        opacity: .55,
        background: '#fff'
      }
    };

    var settings = {};
    $.extend(true, settings, defaults, Drupal.settings.CToolsModal, opts);

    if (Drupal.CTools.Modal.currentSettings && Drupal.CTools.Modal.currentSettings != settings) {
      Drupal.CTools.Modal.modal.remove();
      Drupal.CTools.Modal.modal = null;
    }

    Drupal.CTools.Modal.currentSettings = settings;

    var resize = function(e) {
      // When creating the modal, it actually exists only in a theoretical
      // place that is not in the DOM. But once the modal exists, it is in the
      // DOM so the context must be set appropriately.
      var context = e ? document : Drupal.CTools.Modal.modal;

      if (Drupal.CTools.Modal.currentSettings.modalSize.type == 'scale') {
        var width = $(window).width() * Drupal.CTools.Modal.currentSettings.modalSize.width;
        var height = $(window).height() * Drupal.CTools.Modal.currentSettings.modalSize.height;
      }
      else {
        var width = Drupal.CTools.Modal.currentSettings.modalSize.width;
        var height = Drupal.CTools.Modal.currentSettings.modalSize.height;
      }

      // Use the additionol pixels for creating the width and height.
      $('div.ctools-modal-content', context).css({
        'width': width + Drupal.CTools.Modal.currentSettings.modalSize.addWidth + 'px',
        'height': height + Drupal.CTools.Modal.currentSettings.modalSize.addHeight + 'px'
      });
      $('div.ctools-modal-content .modal-content', context).css({
        'width': (width - Drupal.CTools.Modal.currentSettings.modalSize.contentRight) + 'px',
        'height': (height - Drupal.CTools.Modal.currentSettings.modalSize.contentBottom) + 'px'
      });
    }

    if (!Drupal.CTools.Modal.modal) {
      Drupal.CTools.Modal.modal = $(Drupal.theme(settings.modalTheme));
      if (settings.modalSize.type == 'scale') {
        $(window).bind('resize', resize);
      }
    }

    resize();

    $('span.modal-title', Drupal.CTools.Modal.modal).html(Drupal.CTools.Modal.currentSettings.loadingText);
    Drupal.CTools.Modal.modalContent(Drupal.CTools.Modal.modal, settings.modalOptions, settings.animation, settings.animationSpeed);
    $('#modalContent .modal-content').html(Drupal.theme(settings.throbberTheme));
  };

  /**
   * Hide the modal
   */
  Drupal.CTools.Modal.dismiss = function() {
    if (Drupal.CTools.Modal.modal) {
      Drupal.CTools.Modal.unmodalContent(Drupal.CTools.Modal.modal);
    }
  };

  /**
   * Provide the HTML to create the modal dialog.
   */
  Drupal.theme.prototype.CToolsModalDialog = function () {
    var html = ''
    html += '  <div id="ctools-modal">'
    html += '    <div class="ctools-modal-content">' // panels-modal-content
    html += '      <div class="modal-header">';
    html += '        <a class="close" href="#">';
    html +=            Drupal.CTools.Modal.currentSettings.closeText + Drupal.CTools.Modal.currentSettings.closeImage;
    html += '        </a>';
    html += '        <span id="modal-title" class="modal-title">&nbsp;</span>';
    html += '      </div>';
    html += '      <div id="modal-content" class="modal-content">';
    html += '      </div>';
    html += '    </div>';
    html += '  </div>';

    return html;
  }

  /**
   * Provide the HTML to create the throbber.
   */
  Drupal.theme.prototype.CToolsModalThrobber = function () {
    var html = '';
    html += '  <div id="modal-throbber">';
    html += '    <div class="modal-throbber-wrapper">';
    html +=        Drupal.CTools.Modal.currentSettings.throbber;
    html += '    </div>';
    html += '  </div>';

    return html;
  };

  /**
   * Figure out what settings string to use to display a modal.
   */
  Drupal.CTools.Modal.getSettings = function (object) {
    var match = $(object).attr('class').match(/ctools-modal-(\S+)/);
    if (match) {
      return match[1];
    }
  }

  /**
   * Click function for modals that can be cached.
   */
  Drupal.CTools.Modal.clickAjaxCacheLink = function () {
    Drupal.CTools.Modal.show(Drupal.CTools.Modal.getSettings(this));
    return Drupal.CTools.AJAX.clickAJAXCacheLink.apply(this);
  };

  /**
   * Handler to prepare the modal for the response
   */
  Drupal.CTools.Modal.clickAjaxLink = function () {
    Drupal.CTools.Modal.show(Drupal.CTools.Modal.getSettings(this));
    return false;
  };

  /**
   * Submit responder to do an AJAX submit on all modal forms.
   */
  Drupal.CTools.Modal.submitAjaxForm = function(e) {
    var url = $(this).attr('action');
    var form = $(this);

    setTimeout(function() { Drupal.CTools.AJAX.ajaxSubmit(form, url); }, 1);
    return false;
  }

  /**
   * Bind links that will open modals to the appropriate function.
   */
  Drupal.behaviors.ZZCToolsModal = {
    attach: function(context) {
      // Bind links
      // Note that doing so in this order means that the two classes can be
      // used together safely.
      /*
       * @todo remimplement the warm caching feature
      $('a.ctools-use-modal-cache:not(.ctools-use-modal-processed)', context)
        .addClass('ctools-use-modal-processed')
        .click(Drupal.CTools.Modal.clickAjaxCacheLink)
        .each(function () {
          Drupal.CTools.AJAX.warmCache.apply(this);
        });
        */

      $('a.ctools-use-modal:not(.ctools-use-modal-processed)', context)
        .addClass('ctools-use-modal-processed')
        .click(Drupal.CTools.Modal.clickAjaxLink)
        .each(function () {
          // Create a drupal ajax object
          var element_settings = {};
          if ($(this).attr('href')) {
            element_settings.url = $(this).attr('href');
            element_settings.event = 'click';
            element_settings.progress = { type: 'throbber' };
          }
          var base = $(this).attr('href');
          Drupal.ajax[base] = new Drupal.ajax(base, this, element_settings);

          // Attach the display behavior to the ajax object
        }
      );

      // Bind buttons
      $('input.ctools-use-modal:not(.ctools-use-modal-processed), button.ctools-use-modal:not(.ctools-use-modal-processed)', context)
        .addClass('ctools-use-modal-processed')
        .click(Drupal.CTools.Modal.clickAjaxLink)
        .each(function() {
          var button = this;
          var element_settings = {};

          // AJAX submits specified in this manner automatically submit to the
          // normal form action.
          element_settings.url = Drupal.CTools.Modal.findURL(this);
          element_settings.event = 'click';

          var base = $(this).attr('id');
          Drupal.ajax[base] = new Drupal.ajax(base, this, element_settings);

          // Make sure changes to settings are reflected in the URL.
          $('.' + $(button).attr('id') + '-url').change(function() {
            Drupal.ajax[base].options.url = Drupal.CTools.Modal.findURL(button);
          });
        });

      // Bind our custom event to the form submit
      $('#modal-content form:not(.ctools-use-modal-processed)', context)
        .addClass('ctools-use-modal-processed')
        .each(function() {
          var element_settings = {};

          element_settings.url = $(this).attr('action');
          element_settings.event = 'submit';
          element_settings.progress = { 'type': 'throbber' }
          var base = $(this).attr('id');

          Drupal.ajax[base] = new Drupal.ajax(base, this, element_settings);
          Drupal.ajax[base].form = $(this);

          $('input[type=submit], button', this).click(function() {
            Drupal.ajax[base].element = this;
            this.form.clk = this;
          });

        });
    }
  };

  // The following are implementations of AJAX responder commands.

  /**
   * AJAX responder command to place HTML within the modal.
   */
  Drupal.CTools.Modal.modal_display = function(ajax, response, status) {
    if ($('#modalContent').length == 0) {
      Drupal.CTools.Modal.show(Drupal.CTools.Modal.getSettings(ajax.element));
    }
    $('#modal-title').html(response.title);
    $('#modal-content').html(response.output);
    Drupal.attachBehaviors();
  }

  /**
   * AJAX responder command to dismiss the modal.
   */
  Drupal.CTools.Modal.modal_dismiss = function(command) {
    Drupal.CTools.Modal.dismiss();
    $('link.ctools-temporary-css').remove();
  }

  /**
   * Display loading
   */
  //Drupal.CTools.AJAX.commands.modal_loading = function(command) {
  Drupal.CTools.Modal.modal_loading = function(command) {
    Drupal.CTools.Modal.modal_display({
      output: Drupal.theme(Drupal.CTools.Modal.currentSettings.throbberTheme),
      title: Drupal.CTools.Modal.currentSettings.loadingText
    });
  }

  /**
   * Find a URL for an AJAX button.
   *
   * The URL for this gadget will be composed of the values of items by
   * taking the ID of this item and adding -url and looking for that
   * class. They need to be in the form in order since we will
   * concat them all together using '/'.
   */
  Drupal.CTools.Modal.findURL = function(item) {
    var url = '';
    var url_class = '.' + $(item).attr('id') + '-url';
    $(url_class).each(
      function() {
        if (url && $(this).val()) {
          url += '/';
        }
        url += $(this).val();
      });
    return url;
  };


  /**
   * modalContent
   * @param content string to display in the content box
   * @param css obj of css attributes
   * @param animation (fadeIn, slideDown, show)
   * @param speed (valid animation speeds slow, medium, fast or # in ms)
   */
  Drupal.CTools.Modal.modalContent = function(content, css, animation, speed) {
    // If our animation isn't set, make it just show/pop
    if (!animation) {
      animation = 'show';
    }
    else {
      // If our animation isn't "fadeIn" or "slideDown" then it always is show
      if (animation != 'fadeIn' && animation != 'slideDown') {
        animation = 'show';
      }
    }

    if (!speed) {
      speed = 'fast';
    }

    // Build our base attributes and allow them to be overriden
    css = jQuery.extend({
      position: 'absolute',
      left: '0px',
      margin: '0px',
      background: '#000',
      opacity: '.55'
    }, css);

    // Add opacity handling for IE.
    css.filter = 'alpha(opacity=' + (100 * css.opacity) + ')';
    content.hide();

    // if we already ahve a modalContent, remove it
    if ( $('#modalBackdrop')) $('#modalBackdrop').remove();
    if ( $('#modalContent')) $('#modalContent').remove();

    // position code lifted from http://www.quirksmode.org/viewport/compatibility.html
    if (self.pageYOffset) { // all except Explorer
    var wt = self.pageYOffset;
    } else if (document.documentElement && document.documentElement.scrollTop) { // Explorer 6 Strict
      var wt = document.documentElement.scrollTop;
    } else if (document.body) { // all other Explorers
      var wt = document.body.scrollTop;
    }

    // Get our dimensions

    // Get the docHeight and (ugly hack) add 50 pixels to make sure we dont have a *visible* border below our div
    var docHeight = $(document).height() + 50;
    var docWidth = $(document).width();
    var winHeight = $(window).height();
    var winWidth = $(window).width();
    if( docHeight < winHeight ) docHeight = winHeight;

    // Create our divs
    $('body').append('<div id="modalBackdrop" style="z-index: 1000; display: none;"></div><div id="modalContent" style="z-index: 1001; position: absolute;">' + $(content).html() + '</div>');

    // Keyboard and focus event handler ensures focus stays on modal elements only
    modalEventHandler = function( event ) {
      target = null;
      if ( event ) { //Mozilla
        target = event.target;
      } else { //IE
        event = window.event;
        target = event.srcElement;
      }

      var parents = $(target).parents().get();
      for (var i in $(target).parents().get()) {
        var position = $(parents[i]).css('position');
        if (position == 'absolute' || position == 'fixed') {
          return true;
        }
      }
      if( $(target).filter('*:visible').parents('#modalContent').size()) {
        // allow the event only if target is a visible child node of #modalContent
        return true;
      }
      if ( $('#modalContent')) $('#modalContent').get(0).focus();
      return false;
    };
    $('body').bind( 'focus', modalEventHandler );
    $('body').bind( 'keypress', modalEventHandler );

    // Create our content div, get the dimensions, and hide it
    var modalContent = $('#modalContent').css('top','-1000px');
    // COHERACTIO : display modal at 50px from top of viewport    
    //var mdcTop = wt + ( winHeight / 2 ) - (  modalContent.outerHeight() / 2);
    var mdcTop = wt + 100;
    //var mdcTop = wt + ( winHeight / 2 ) - (  modalContent.outerHeight() / 2);
    var mdcLeft = ( winWidth / 2 ) - ( modalContent.outerWidth() / 2);
    $('#modalBackdrop').css(css).css('top', 0).css('height', docHeight + 'px').css('width', docWidth + 'px').show();
    modalContent.css({top: mdcTop + 'px', left: mdcLeft + 'px'}).hide()[animation](speed);

    // Bind a click for closing the modalContent
    modalContentClose = function(){close(); return false;};
    $('.close').bind('click', modalContentClose);

    // Close the open modal content and backdrop
    function close() {
      // Unbind the events
      $(window).unbind('resize',  modalContentResize);
      $('body').unbind( 'focus', modalEventHandler);
      $('body').unbind( 'keypress', modalEventHandler );
      $('.close').unbind('click', modalContentClose);
      $(document).trigger('CToolsDetachBehaviors', $('#modalContent'));

      // Set our animation parameters and use them
      if ( animation == 'fadeIn' ) animation = 'fadeOut';
      if ( animation == 'slideDown' ) animation = 'slideUp';
      if ( animation == 'show' ) animation = 'hide';

      // Close the content
      modalContent.hide()[animation](speed);

      // Remove the content
      $('#modalContent').remove();
      $('#modalBackdrop').remove();
    };

    // Move and resize the modalBackdrop and modalContent on resize of the window
     modalContentResize = function(){
      // Get our heights
      var docHeight = $(document).height();
      var docWidth = $(document).width();
      var winHeight = $(window).height();
      var winWidth = $(window).width();
      if( docHeight < winHeight ) docHeight = winHeight;

      // Get where we should move content to
      var modalContent = $('#modalContent');
      var mdcTop = ( winHeight / 2 ) - (  modalContent.outerHeight() / 2);
      var mdcLeft = ( winWidth / 2 ) - ( modalContent.outerWidth() / 2);

      // Apply the changes
      $('#modalBackdrop').css('height', docHeight + 'px').css('width', docWidth + 'px').show();
      modalContent.css('top', mdcTop + 'px').css('left', mdcLeft + 'px').show();
    };
    $(window).bind('resize', modalContentResize);

    $('#modalContent').focus();
  };

  /**
   * unmodalContent
   * @param content (The jQuery object to remove)
   * @param animation (fadeOut, slideUp, show)
   * @param speed (valid animation speeds slow, medium, fast or # in ms)
   */
  Drupal.CTools.Modal.unmodalContent = function(content, animation, speed)
  {
    // If our animation isn't set, make it just show/pop
    if (!animation) { var animation = 'show'; } else {
      // If our animation isn't "fade" then it always is show
      if (( animation != 'fadeOut' ) && ( animation != 'slideUp')) animation = 'show';
    }
    // Set a speed if we dont have one
    if ( !speed ) var speed = 'fast';

    // Unbind the events we bound
    $(window).unbind('resize', modalContentResize);
    $('body').unbind('focus', modalEventHandler);
    $('body').unbind('keypress', modalEventHandler);
    $('.close').unbind('click', modalContentClose);
    $(document).trigger('CToolsDetachBehaviors', $('#modalContent'));

    // jQuery magic loop through the instances and run the animations or removal.
    content.each(function(){
      if ( animation == 'fade' ) {
        $('#modalContent').fadeOut(speed,function(){$('#modalBackdrop').fadeOut(speed, function(){$(this).remove();});$(this).remove();});
      } else {
        if ( animation == 'slide' ) {
          $('#modalContent').slideUp(speed,function(){$('#modalBackdrop').slideUp(speed, function(){$(this).remove();});$(this).remove();});
        } else {
          $('#modalContent').remove();$('#modalBackdrop').remove();
        }
      }
    });
  };

$(function() {
  Drupal.ajax.prototype.commands.modal_display = Drupal.CTools.Modal.modal_display;
  Drupal.ajax.prototype.commands.modal_dismiss = Drupal.CTools.Modal.modal_dismiss;
});

})(jQuery);
;
/**
* Provide the HTML to create the modal dialog.
*/
Drupal.theme.prototype.EntreaidantsModal = function () {
  var html = ''

  html += '<div id="ctools-modal" class="popups-box">';
  html += '  <div class="ctools-modal-content entreaidants-modal-content">';
  //html += '    <table cellpadding="0" cellspacing="0" id="ctools-face-table">';
  //html += '      <tr>';
  //html += '        <td class="popups-tl popups-border"></td>';
  //html += '        <td class="popups-t popups-border"></td>';
  //html += '        <td class="popups-tr popups-border"></td>';
  //html += '      </tr>';
  //html += '      <tr>';
  //html += '        <td class="popups-cl popups-border"></td>';
  //html += '        <td class="popups-c" valign="top">';
  html += '          <div class="popups-container">';
  html += '            <div class="modal-header popups-title">';
  html += '              <span id="modal-title" class="modal-title"></span>';
  html += '              <span class="popups-close"><a class="close" href="#">' + Drupal.CTools.Modal.currentSettings.closeText + '</a></span>';
  html += '              <div class="clear-block"></div>';
  html += '            </div>';
  html += '            <div class="modal-scroll"><div id="modal-content" class="modal-content popups-body"></div></div>';
  if (Drupal.CTools.Modal.currentSettings.bottomClose) {
    html += '            <div class="popups-close popups-close-bottom"><a class="close" href="#">' + Drupal.CTools.Modal.currentSettings.closeTextBottom + '</a></div>';
  }
  html += '            <div class="popups-buttons"></div>'; //Maybe someday add the option for some specific buttons.
  html += '            <div class="popups-footer"></div>'; //Maybe someday add some footer.
  html += '          </div>';
  //html += '        </td>';
  //html += '        <td class="popups-cr popups-border"></td>';
  //html += '      </tr>';
  //html += '      <tr>';
  //html += '        <td class="popups-bl popups-border"></td>';
  //html += '        <td class="popups-b popups-border"></td>';
  //html += '        <td class="popups-br popups-border"></td>';
  //html += '      </tr>';
  //html += '    </table>';
  html += '  </div>';
  html += '</div>';

  return html;

}
;
/**
* hoverIntent r6 // 2011.02.26 // jQuery 1.5.1+
* <http://cherne.net/brian/resources/jquery.hoverIntent.html>
* 
* @param  f  onMouseOver function || An object with configuration options
* @param  g  onMouseOut function  || Nothing (use configuration options object)
* @author    Brian Cherne brian(at)cherne(dot)net
*/
(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev])}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob)},cfg.interval)}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev])};var handleHover=function(e){var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t)}if(e.type=="mouseenter"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob)},cfg.interval)}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob)},cfg.timeout)}}};return this.bind('mouseenter',handleHover).bind('mouseleave',handleHover)}})(jQuery);;
/*
 * 	Character Count Plugin - jQuery plugin
 * 	Dynamic character count for text areas and input fields
 *	written by Alen Grakalic	
 *	http://cssglobe.com/post/7161/jquery-plugin-simplest-twitterlike-dynamic-character-count-for-textareas
 *
 *	Copyright (c) 2009 Alen Grakalic (http://cssglobe.com)
 *	Dual licensed under the MIT (MIT-LICENSE.txt)
 *	and GPL (GPL-LICENSE.txt) licenses.
 *
 *	Built for jQuery library
 *	http://jquery.com
 *
 */
 
(function($) {

	$.fn.charCount = function(options){
	  
		// default configuration properties
		var defaults = {	
			allowed: 140,		
			warning: 25,
			css: 'counter',
			counterElement: 'span',
			cssWarning: 'warning',
			cssExceeded: 'exceeded',
			counterText: ''
		}; 
			
		var options = $.extend(defaults, options); 
		
		function calculate(obj){
			var count = $(obj).val().length;
			var available = options.allowed - count;
			if(available <= options.warning && available >= 0){
				$(obj).next().addClass(options.cssWarning);
			} else {
				$(obj).next().removeClass(options.cssWarning);
			}
			if(available < 0){
				$(obj).next().addClass(options.cssExceeded);
			} else {
				$(obj).next().removeClass(options.cssExceeded);
			}
			$(obj).next().html(options.counterText + available);
		};
				
		this.each(function() {  			
			$(this).after('<'+ options.counterElement +' class="' + options.css + '">'+ options.counterText +'</'+ options.counterElement +'>');
			calculate(this);
			$(this).keyup(function(){calculate(this)});
			$(this).change(function(){calculate(this)});
      $(this).addClass('charCount-processed');
		});
	  
	};
	
/*	
  //http://cssglobe.com/post/2494/using-form-labels-as-text-field-values  
  $.fn.label2value = function(){	

	var inactive = "inactive";
	var active = "active";
	var focused = "focused";
	
	this.find("label").each(function(){	
  if (document.getElementById($(this).attr("for"))) {
    obj = document.getElementById($(this).attr("for"));
    // Change input type does not work for IE below 8
    if($.browser.msie && parseInt($.browser.version) <= 8 && ($(obj).attr("type") == "password")) {
      return true;
    }

		if(($(obj).attr("type") == "text") || (obj.tagName.toLowerCase() == "textarea") || ($(obj).attr("type") == "password")){			
			$(obj).addClass(inactive);		
      var text = $(this).text();
      $(this).css("display","none");		      
      if ($(obj).val()  == '') { // Prevent clearing form field in case of validation error
        $(obj).val(text);
      };
      if ($(obj).attr('type') == 'password' && $(obj).val() == text ) {
        obj.setAttribute("type","text");
        obj.setAttribute("custom_attr","password"); // Custom attribute
      }
      // Focus
			$(obj).focus(function(){	
				$(this).addClass(focused);
				$(this).removeClass(inactive);
				$(this).removeClass(active);								  
				if($(this).val() == text) $(this).val("");
        if ($(this).attr('custom_attr') == 'password') {
          obj.setAttribute("type","password");
        }
			});	
      // Blur
			$(obj).blur(function(){	
				$(this).removeClass(focused);													 
				if($(this).val() == "") {
					$(this).val(text);
					$(this).addClass(inactive);
          if ($(this).attr('custom_attr') == 'password') {
            obj.setAttribute("type","text");
          }          
				} else {
					$(this).addClass(active);		
				};				
			});
      // Submit 
      var form = $(this).closest('form');
      form.submit(function() {
        if($(obj).val() == text) {
          $(obj).val(""); // Prévent validating labels as input
        };
      });
		};
  };    
	});		
};
*/

	//extension for select
  $.fn.label2value_select = function(){	

	var inactive = "inactive";
	var active = "active";
	var focused = "focused";
	
	this.find("label").each(function(){	
		if (document.getElementById($(this).attr("for"))) {
			obj = document.getElementById($(this).attr("for"));
			// Change input type does not work for IE below 8
			if($.browser.msie && parseInt($.browser.version) <= 8 && ($(obj).attr("type") == "password")) {
				return true;
			}
			
			if(($(obj).attr("type") == "select-one")){
				var label = $(this).text();
				$(obj).find('option[value="_none"]').text(label);
				$(this).css("display","none");		      
			// TO DO :handle submit
			};
		};    
	});		
};


})(jQuery);


/*
 In-Field Label jQuery Plugin
 http://fuelyourcoding.com/scripts/infield.html

 Copyright (c) 2009 Doug Neiner
 Dual licensed under the MIT and GPL licenses.
 Uses the same license as jQuery, see:
 http://docs.jquery.com/License

*/
(function(d){d.InFieldLabels=function(e,b,f){var a=this;a.$label=d(e);a.label=e;a.$field=d(b);a.field=b;a.$label.data("InFieldLabels",a);a.showing=true;a.init=function(){a.options=d.extend({},d.InFieldLabels.defaultOptions,f);if(a.$field.val()!==""){a.$label.hide();a.showing=false}a.$field.focus(function(){a.fadeOnFocus()}).blur(function(){a.checkForEmpty(true)}).bind("keydown.infieldlabel",function(c){a.hideOnChange(c)}).bind("paste",function(){a.setOpacity(0)}).change(function(){a.checkForEmpty()}).bind("onPropertyChange",
function(){a.checkForEmpty()})};a.fadeOnFocus=function(){a.showing&&a.setOpacity(a.options.fadeOpacity)};a.setOpacity=function(c){a.$label.stop().animate({opacity:c},a.options.fadeDuration);a.showing=c>0};a.checkForEmpty=function(c){if(a.$field.val()===""){a.prepForShow();a.setOpacity(c?1:a.options.fadeOpacity)}else a.setOpacity(0)};a.prepForShow=function(){if(!a.showing){a.$label.css({opacity:0}).show();a.$field.bind("keydown.infieldlabel",function(c){a.hideOnChange(c)})}};a.hideOnChange=function(c){if(!(c.keyCode===
16||c.keyCode===9)){if(a.showing){a.$label.hide();a.showing=false}a.$field.unbind("keydown.infieldlabel")}};a.init()};d.InFieldLabels.defaultOptions={fadeOpacity:0.5,fadeDuration:300};d.fn.inFieldLabels=function(e){return this.each(function(){var b=d(this).attr("for");if(b){b=d("input#"+b+"[type='text'],input#"+b+"[type='search'],input#"+b+"[type='tel'],input#"+b+"[type='url'],input#"+b+"[type='email'],input#"+b+"[type='password'],textarea#"+b);b.length!==0&&new d.InFieldLabels(this,b[0],e)}})}})(jQuery);



/*
	Fix for IE Cleartype
	http://jquery.malsup.com/fadetest.html
*/

jQuery.fn.fadeIn = function(speed, callback) { 
    return this.animate({opacity: 'show'}, speed, function() { 
        if (jQuery.browser.msie)  
            this.style.removeAttribute('filter');  
        if (jQuery.isFunction(callback)) 
            callback();  
    }); 
}; 
 
jQuery.fn.fadeOut = function(speed, callback) { 
    return this.animate({opacity: 'hide'}, speed, function() { 
        if (jQuery.browser.msie)  
            this.style.removeAttribute('filter');  
        if (jQuery.isFunction(callback)) 
            callback();  
    }); 
}; 
 
jQuery.fn.fadeTo = function(speed,to,callback) { 
    return this.animate({opacity: to}, speed, function() { 
        if (to == 1 && jQuery.browser.msie)  
            this.style.removeAttribute('filter');  
        if (jQuery.isFunction(callback)) 
            callback();  
    }); 
}; 

;
// JQuery URL Parser plugin - https://github.com/allmarkedup/jQuery-URL-Parser
// Written by Mark Perkins, mark@allmarkedup.com
// License: http://unlicense.org/ (i.e. do what you want with it!)

;(function($, undefined) {
    
    var tag2attr = {
        a       : 'href',
        img     : 'src',
        form    : 'action',
        base    : 'href',
        script  : 'src',
        iframe  : 'src',
        link    : 'href'
    },
    
	key = ["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","fragment"], // keys available to query
	
	aliases = { "anchor" : "fragment" }, // aliases for backwards compatability

	parser = {
		strict  : /^(?:([^:\/?#]+):)?(?:\/\/((?:(([^:@]*):?([^:@]*))?@)?([^:\/?#]*)(?::(\d*))?))?((((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/,  //less intuitive, more accurate to the specs
		loose   :  /^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@]*):?([^:@]*))?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/ // more intuitive, fails on relative paths and deviates from specs
	},
	
	querystring_parser = /(?:^|&|;)([^&=;]*)=?([^&;]*)/g, // supports both ampersand and semicolon-delimted query string key/value pairs
	
	fragment_parser = /(?:^|&|;)([^&=;]*)=?([^&;]*)/g; // supports both ampersand and semicolon-delimted fragment key/value pairs
	
	function parseUri( url, strictMode )
	{
		var str = decodeURI( url ),
		    res   = parser[ strictMode || false ? "strict" : "loose" ].exec( str ),
		    uri = { attr : {}, param : {}, seg : {} },
		    i   = 14;
		
		while ( i-- )
		{
			uri.attr[ key[i] ] = res[i] || "";
		}
		
		// build query and fragment parameters
		
		uri.param['query'] = {};
		uri.param['fragment'] = {};
		
		uri.attr['query'].replace( querystring_parser, function ( $0, $1, $2 ){
			if ($1)
			{
				uri.param['query'][$1] = $2;
			}
		});
		
		uri.attr['fragment'].replace( fragment_parser, function ( $0, $1, $2 ){
			if ($1)
			{
				uri.param['fragment'][$1] = $2;
			}
		});
				
		// split path and fragement into segments
		
        uri.seg['path'] = uri.attr.path.replace(/^\/+|\/+$/g,'').split('/');
        
        uri.seg['fragment'] = uri.attr.fragment.replace(/^\/+|\/+$/g,'').split('/');
        
        // compile a 'base' domain attribute
        
        uri.attr['base'] = uri.attr.host ? uri.attr.protocol+"://"+uri.attr.host + (uri.attr.port ? ":"+uri.attr.port : '') : '';
        
		return uri;
	};
	
	function getAttrName( elm )
	{
		var tn = elm.tagName;
		if ( tn !== undefined ) return tag2attr[tn.toLowerCase()];
		return tn;
	}
	
	$.fn.url = function( strictMode )
	{
	    var url = '';
	    
	    if ( this.length )
	    {
	        url = $(this).attr( getAttrName(this[0]) ) || '';
	    }
	    
        return $.url( url, strictMode );
	};
	
	$.url = function( url, strictMode )
	{
	    if ( arguments.length === 1 && url === true )
        {
            strictMode = true;
            url = undefined;
        }
        
        strictMode = strictMode || false;
        url = url || window.location.toString();
        	    	            
        return {
            
            data : parseUri(url, strictMode),
            
            // get various attributes from the URI
            attr : function( attr )
            {
                attr = aliases[attr] || attr;
                return attr !== undefined ? this.data.attr[attr] : this.data.attr;
            },
            
            // return query string parameters
            param : function( param )
            {
                return param !== undefined ? this.data.param.query[param] : this.data.param.query;
            },
            
            // return fragment parameters
            fparam : function( param )
            {
                return param !== undefined ? this.data.param.fragment[param] : this.data.param.fragment;
            },
            
            // return path segments
            segment : function( seg )
            {
                if ( seg === undefined )
                {
                    return this.data.seg.path;                    
                }
                else
                {
                    seg = seg < 0 ? this.data.seg.path.length + seg : seg - 1; // negative segments count from the end
                    return this.data.seg.path[seg];                    
                }
            },
            
            // return fragment segments
            fsegment : function( seg )
            {
                if ( seg === undefined )
                {
                    return this.data.seg.fragment;                    
                }
                else
                {
                    seg = seg < 0 ? this.data.seg.fragment.length + seg : seg - 1; // negative segments count from the end
                    return this.data.seg.fragment[seg];                    
                }
            }
            
        };
        
	};
	
})(jQuery);;

(function($) {
  Drupal.behaviors.entreaidants = {
    attach: function (context, settings) {
      
      // Cufon and Main menu
      Cufon.replace('#block-entreaidants-public-question-top-title .article-term-name', { fontFamily: 'Museo 500'});
      Cufon.replace('#block-entreaidants-article-term-name .article-term-name', { fontFamily: 'Museo 500'});
      Cufon.replace("body.demarche_setup_form  h1#page-title", { fontFamily: 'Museo 500'});
      Cufon.replace('.question-form .title', { fontFamily: 'Museo 500'});
      Cufon.replace('.region-sidebar-second .sidebar-block-style-1 h3', { fontFamily: 'Museo 500'});
      Cufon.replace('.region-sidebar-second .sidebar-block-style-2 h3', { fontFamily: 'Museo 500'});
      if (!$('body').hasClass('page-admin')) {
        Cufon.replace("body.front h1", { fontFamily: 'Museo 300'});
        Cufon.replace(".public-question-view h1", { fontFamily: 'Museo 300'});
        Cufon.replace("h1 .favoris-title", { fontFamily: 'Museo 300'});
        
      }
      Cufon.replace('.drop-list .title', { fontFamily: 'Museo 500'});
      Cufon.replace('#modal-title', { fontFamily: 'Museo 500'});
      Cufon.replace('.member-info', { fontFamily: 'Museo 500'});
      Cufon.replace('.nav-button', { fontFamily: 'Museo 500', hover: true });
      
      // Cufon nice menu
      var top_menu_link = $('#menu-bar ul#nice-menu-1 > li > a');
      Cufon.replace(top_menu_link, { fontFamily: 'Museo 500'});
      Cufon.replace($('#block-entreaidants-main-menu h2'), { fontFamily: 'Museo 500'});
      Cufon.replace($('#block-entreaidants-demarche-selector h2'), { fontFamily: 'Museo 500'});
      Cufon.replace($('#block-entreaidants-custom-breadcrumb-inner .article-term-name'), { fontFamily: 'Museo 500'});
      Cufon.replace($('#block-entreaidants-custom-breadcrumb .article-term-name'), { fontFamily: 'Museo 500'});
      if($.browser.msie && parseInt($.browser.version) <= 8) {}else{
        Cufon.replace($('#block-entreaidants-user-demarche li .demarche-group'), { fontFamily: 'Museo 500', color:'#FFF'});
      }
      Cufon.replace($('#modalContent .additional-info'), { fontFamily: 'Museo 500'});
      Cufon.replace($('#modalContent .additional-info.museo-style'), { fontFamily: 'Museo 500'});
      Cufon.refresh('#modalContent .additional-info.museo-style');            

      // Put label into input field
      // input fields
      if($.browser.msie && parseInt($.browser.version) <= 8) {
       // $("#modalContent form:not('#user-login')").label2value();
      } else {
        //$("#modalContent form").label2value();
      }
      //$('#webform-client-form-197').label2value();
      
      $("#modalContent div:not(.form-type-select) label").inFieldLabels();
      
      // Put label into input field
      // demarche selector
      $('#entreaidants-demarche-selector-form').label2value_select();
      $('#entreaidants-demarche-selector-form .fieldset-wrapper').jqTransform();
      $('body.demarche_setup_form #user-profile-form .fieldset-wrapper').jqTransform();
      
      // Equal height columns
      // Do not apply for view-public-questions-list nor when there is a comment form
      if ( !$('body').hasClass('public-question-view') && !$('body').hasClass('page-type-webform') &&
        $('form.comment-form').length == 0 ) { 
        var hContent = $('#main-content').height();
        var hContentColumn = $('#content-column').height();
        var hSidebarSecond = $('.region.region-sidebar-second.sidebar').height();
        var hmax = Math.max(hContent, hSidebarSecond, hContentColumn);
        $('#main-content').height(hmax);
        $('#content-column').height(hmax);
        $('.region.region-sidebar-second.sidebar').height(hmax);
      }
      
      // Megamenu list of links
      if ( $('body').hasClass('front')) {
        var group =$('#block-entreaidants-main-menu ul.drop-list ul');
        var tallest = 0;
          group.each(function() {
            var thisHeight = $(this).height();
            if(thisHeight > tallest) {
              tallest = thisHeight;
            }
          });
          group.height(tallest);
      }      
      
      // Characters count on question
      $("#webform-client-form-35 #edit-submitted-question-emetteur:not('.charCount-processed')").charCount({
        allowed: 800,		
        warning: 100,
        counterText: 'Caract&egrave;res restants : '	
      });
      
      // Hide CTools bottom close except for confirmation messages
      if ($('.popups-confirmation-wrapper').length > 0 || $('.popups-container .article').length > 0) {
        $('.popups-container .popups-close-bottom').show();
      }
      
      //  parameters to login or register form
      // Get initial parameters from form
      var initialUrl = $.url($('input.ctools-ajax-button-url').val()).attr('path');
      var initialRegisterUrl =  $.url($('#modal-content a.liste-register-link').attr('href')).attr('path');
      var form = $('#entreaidants-demarche-selector-form');
      var formFields =
        $('#edit-profile-user-profile-field-proche-cause select, '+
          '#edit-profile-user-profile-field-proche-hebergement select, '+
          '#edit-profile-user-profile-field-moi-aide select, '+
         '#field-name-field-date-liste-demarche');
        
      formFields.bind('change', function () {
        values = formFields.serialize();
        $('input.ctools-ajax-button-url').val(initialUrl+'?'+values);
        newUrl = initialUrl+'?'+values;
      });
      
      // Change select to refersh url
       $('.jqTransformSelectWrapper ul li a').mouseup(function() {
        formFields.trigger('change');        
      });
       
      // Trigger select refresh to get the last select change
      validateSubmit = function(){
        $('.jqTransformSelectWrapper ul li a').trigger('mouseup');
        // Ensure selects are set
        var empty_select = true;
        formFields.each(function(){
          if (formFields.val() == '_none') empty_select = false;
        });
        if (empty_select === false){
          alert("Vous devez pr\351ciser votre profil \340 l'aide des listes d\351roulantes pour acc\351der \340 la liste des d\351marches");
          $('#modalBackdrop').hide();
          $('#modalContent').hide(); 
        }
      };
      
      // Bind event
      $('#ctools-ajax-button:not(".processed")').bind('click', validateSubmit);
      $('#ctools-ajax-button').addClass('processed');
      
      // Change color for label option
      $('.front .jqTransformSelectWrapper ul li a[index=0]').css({
        'background':'#FFF',
        'display':'none',
        'padding':'0px'
      });
      
      // Decode URL parameter
      if (typeof(newUrl) != "undefined" && newUrl !== null) {
        var url = $.url(newUrl).param();
        $('#modal-content a.liste-register-link').attr('href',initialRegisterUrl+'?'+values);
      } else{
        var url = '';
        $('#modal-content a.liste-register-link').attr('href',initialRegisterUrl);
      }
      if ($('#modal-content #user-register-form').length > 0){
        // Get parameters from url
        $.each(url, function(index, value) { 
          value = value;
          $('#user-register-form select[name="'+index+'"]').val(value);
        });  
      }

      // Show demarche fields in case of errors
      if (formFields.hasClass('error')){
        $('#modal-content #edit-profile-user-profile').show();
      }
    
      // Trigger flag modal window
      $('.flag-wrapper a').click(function(){
        $('a.flag-validation.ctools-use-modal-processed').click();
      });  
      
      //Main menu hover intent
      var config = {    
        over: makeTall, // function = onMouseOver callback (REQUIRED)    
        timeout: 200, // number = milliseconds delay before onMouseOut    
        out: makeShort, // function = onMouseOut callback (REQUIRED)    
        sensitivity:3,
        interval:25
      };
      $('.not-front .theme-main-menu-li').hoverIntent(config);
      
      function makeTall(){  
        $('.drop').slideDown(250);
        $('.not-front .theme-main-menu-li').addClass('hover');
        $('.nav-button').addClass('hover');
        Cufon.refresh('.nav-button');
      }
      function makeShort(){ 
        $('.drop').slideUp(150);
        setTimeout(function(){
          $('.not-front .theme-main-menu-li').removeClass('hover');
          $('.nav-button').removeClass('hover');
          Cufon.refresh('.nav-button');          
          }, 
          150
        );  
      }
      // Prevent click on top menu link
      $('.menu_trigger.nav-button').click(function(){
        return false;
      });
      $('.menu-path-node-754 > a, .menu-path-node-753 > a, .menu-path-node-755 > a').click(function(e) {
        return false;
      });
          
      // Content aside tweak
      $('.region.region-content-aside #block-entreaidants-related-links p:last').addClass('last-item');
      
      // Show/hide legal disclaimer on forms 
      $('form a.legal-disclaimer-toggle:not(".toggle-processed")').click(function(){ 
        $(this).addClass('toggle-processed');
        if ($('form a.legal-disclaimer-toggle').hasClass('opened')) {
          $('form a.legal-disclaimer-toggle').removeClass('opened');
          $('form a.legal-disclaimer-toggle').text('voir les mentions l\u00e9gales');
        } else {
          $('form a.legal-disclaimer-toggle').addClass('opened');
          $('form a.legal-disclaimer-toggle').text('cacher les mentions l\u00e9gales');
        }      
        $('form #webform-component-mentions-legales').slideToggle();

        return false;
      });    
      
      


      // li clickable on view-subterm-content-list
      $('.view-subterm-content-list li.views-row, .view-freetext-search li.views-row').css('cursor', 'pointer').click(function(){
        //get the url from href attribute and launch the url
        window.location = $(this).find("h3 a").attr("href"); 
        return false;
      });
      $('.view-nodequeue-1  li.views-row').css('cursor', 'pointer').click(function(){
        //get the url from href attribute and launch the url
        window.location = $(this).find("h2 a").attr("href"); 
        return false;
      });
      
      // Scroll to top in case of tabs anchors
      var anchor = $.url().attr('fragment');
      if (anchor == 'tab-proche' || anchor == 'tab-moi' && !$('body').hasClass('scrolled-top')){
        $('html, body').delay(1).animate({scrollTop:0}, 0); // delay(1) required for IE
        $('body').addClass('scrolled-top');
      }
      
      // Ensure reload favoris list
      $('.view-favoris .flag-wrapper.flag-favoris').addClass('manual-flag');
      

      // Visited link 
      $('a.acc_trigger').click(function(){$(this).addClass('visited')});
      
      // Question list accordion
      // Based on http://www.sohtanaka.com/web-design/simple-accordion-w-css-and-jquery/
      $('.acc_trigger').not('.processed').click(function(){
        if( $(this).prev().is(':hidden') ) { //If immediate previous container is closed...
          $('.acc_trigger').not($(this)).html("Lire la r&eacute;ponse").prev().slideUp(); //Remove all "active" state and slide up the immediate previous container
          $(this).prev().slideDown(); //Add "active" state to clicked trigger and slide down the immediate previous container
          $(this).html("Masquer la r&eacute;ponse");
        } else { // Close only - Do not open
          ht = $(this).html();
          $(this).prev().slideUp(); //Remove all "active" state and slide up the immediate previous container
          $(this).html("Lire la r&eacute;ponse");
        }
        $('.acc_trigger').addClass('processed'); // Prevent reprocessing after ajax update
        return false; //Prevent the browser jump to the link anchor
      });
      
    } 
  };
})(jQuery);

;

/*
 * Superfish v1.4.8 - jQuery menu widget
 * Copyright (c) 2008 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 * 	http://www.opensource.org/licenses/mit-license.php
 * 	http://www.gnu.org/licenses/gpl.html
 *
 * CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt
 */

;(function($){
	$.fn.superfish = function(op){

		var sf = $.fn.superfish,
			c = sf.c,
			$arrow = $(['<span class="',c.arrowClass,'"> &#187;</span>'].join('')),
			over = function(){
				var $$ = $(this), menu = getMenu($$);
				clearTimeout(menu.sfTimer);
				$$.showSuperfishUl().siblings().hideSuperfishUl();
			},
			out = function(){
				var $$ = $(this), menu = getMenu($$), o = sf.op;
				clearTimeout(menu.sfTimer);
				menu.sfTimer=setTimeout(function(){
					o.retainPath=($.inArray($$[0],o.$path)>-1);
					$$.hideSuperfishUl();
					if (o.$path.length && $$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}
				},o.delay);	
			},
			getMenu = function($menu){
				var menu = $menu.parents(['ul.',c.menuClass,':first'].join(''))[0];
				sf.op = sf.o[menu.serial];
				return menu;
			},
			addArrow = function($a){ $a.addClass(c.anchorClass).append($arrow.clone()); };
			
		return this.each(function() {
			var s = this.serial = sf.o.length;
			var o = $.extend({},sf.defaults,op);
			o.$path = $('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){
				$(this).addClass([o.hoverClass,c.bcClass].join(' '))
					.filter('li:has(ul)').removeClass(o.pathClass);
			});
			sf.o[s] = sf.op = o;
			
			$('li:has(ul)',this)[($.fn.hoverIntent && !o.disableHI) ? 'hoverIntent' : 'hover'](over,out).each(function() {
				if (o.autoArrows) addArrow( $('>a:first-child',this) );
			})
			.not('.'+c.bcClass)
				.hideSuperfishUl();
			
			var $a = $('a',this);
			$a.each(function(i){
				var $li = $a.eq(i).parents('li');
				$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});
			});
			o.onInit.call(this);
			
		}).each(function() {
			var menuClasses = [c.menuClass];
			if (sf.op.dropShadows  && !($.browser.msie && $.browser.version < 7)) menuClasses.push(c.shadowClass);
			$(this).addClass(menuClasses.join(' '));
		});
	};

	var sf = $.fn.superfish;
	sf.o = [];
	sf.op = {};
	sf.IE7fix = function(){
		var o = sf.op;
		if ($.browser.msie && $.browser.version > 6 && o.dropShadows && o.animation.opacity!=undefined)
			this.toggleClass(sf.c.shadowClass+'-off');
		};
	sf.c = {
		bcClass     : 'sf-breadcrumb',
		menuClass   : 'sf-js-enabled',
		anchorClass : 'sf-with-ul',
		arrowClass  : 'sf-sub-indicator',
		shadowClass : 'sf-shadow'
	};
	sf.defaults = {
		hoverClass	: 'sfHover',
		pathClass	: 'overideThisToUse',
		pathLevels	: 1,
		delay		: 800,
		animation	: {opacity:'show'},
		speed		: 'normal',
		autoArrows	: true,
		dropShadows : true,
		disableHI	: false,		// true disables hoverIntent detection
		onInit		: function(){}, // callback functions
		onBeforeShow: function(){},
		onShow		: function(){},
		onHide		: function(){}
	};
	$.fn.extend({
		hideSuperfishUl : function(){
			var o = sf.op,
				not = (o.retainPath===true) ? o.$path : '';
			o.retainPath = false;
			var $ul = $(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass)
					.find('>ul').hide().css('visibility','hidden');
			o.onHide.call($ul);
			return this;
		},
		showSuperfishUl : function(){
			var o = sf.op,
				sh = sf.c.shadowClass+'-off',
				$ul = this.addClass(o.hoverClass)
					.find('>ul:hidden').css('visibility','visible');
			sf.IE7fix.call($ul);
			o.onBeforeShow.call($ul);
			$ul.animate(o.animation,o.speed,function(){ sf.IE7fix.call($ul); o.onShow.call($ul); });
			return this;
		}
	});

})(jQuery);
;
/* Copyright (c) 2006 Brandon Aaron (http://brandonaaron.net)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) 
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * $LastChangedDate: 2007-06-19 20:25:28 -0500 (Tue, 19 Jun 2007) $
 * $Rev: 2111 $
 *
 * Version 2.1
 */
(function($){$.fn.bgIframe=$.fn.bgiframe=function(s){if($.browser.msie&&parseInt($.browser.version)<=6){s=$.extend({top:'auto',left:'auto',width:'auto',height:'auto',opacity:true,src:'javascript:false;'},s||{});var prop=function(n){return n&&n.constructor==Number?n+'px':n;},html='<iframe class="bgiframe"frameborder="0"tabindex="-1"src="'+s.src+'"'+'style="display:block;position:absolute;z-index:-1;'+(s.opacity!==false?'filter:Alpha(Opacity=\'0\');':'')+'top:'+(s.top=='auto'?'expression(((parseInt(this.parentNode.currentStyle.borderTopWidth)||0)*-1)+\'px\')':prop(s.top))+';'+'left:'+(s.left=='auto'?'expression(((parseInt(this.parentNode.currentStyle.borderLeftWidth)||0)*-1)+\'px\')':prop(s.left))+';'+'width:'+(s.width=='auto'?'expression(this.parentNode.offsetWidth+\'px\')':prop(s.width))+';'+'height:'+(s.height=='auto'?'expression(this.parentNode.offsetHeight+\'px\')':prop(s.height))+';'+'"/>';return this.each(function(){if($('> iframe.bgiframe',this).length==0)this.insertBefore(document.createElement(html),this.firstChild);});}return this;};if(!$.browser.version)$.browser.version=navigator.userAgent.toLowerCase().match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)[1];})(jQuery);;
ï»¿/**
* hoverIntent r5 // 2007.03.27 // jQuery 1.1.2+
* <http://cherne.net/brian/resources/jquery.hoverIntent.html>
* 
* @param  f  onMouseOver function || An object with configuration options
* @param  g  onMouseOut function  || Nothing (use configuration options object)
* @author    Brian Cherne <brian@cherne.net>
*/
(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY;};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev]);}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev]);};var handleHover=function(e){var p=(e.type=="mouseover"?e.fromElement:e.toElement)||e.relatedTarget;while(p&&p!=this){try{p=p.parentNode;}catch(e){p=this;}}if(p==this){return false;}var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);}if(e.type=="mouseover"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob);},cfg.timeout);}}};return this.mouseover(handleHover).mouseout(handleHover);};})(jQuery);;

// This uses Superfish 1.4.8
// (http://users.tpg.com.au/j_birch/plugins/superfish)

// Add Superfish to all Nice menus with some basic options.
(function ($) {
  $(document).ready(function() {
    $('ul.nice-menu').superfish({
      // COHERACTIO : use slide effect
      animation	: {height: "toggle"},
      // Apply a generic hover class.
      hoverClass: 'over',
      // Disable generation of arrow mark-up.
      autoArrows: false,
      // Disable drop shadows.
      dropShadows: false,
      // Mouse delay.
      delay: Drupal.settings.nice_menus_options.delay,
      // Animation speed.
      speed: Drupal.settings.nice_menus_options.speed
    // Add in Brandon Aaronâ€™s bgIframe plugin for IE select issues.
    // http://plugins.jquery.com/node/46/release
    }).find('ul').bgIframe({opacity:false});
    $('ul.nice-menu ul').css('display', 'none');
  });
})(jQuery);
;

