/*
 * 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){if(C==document)C=document.body;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}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1991 Adobe Systems Incorporated.  All Rights Reserved.Barmeno is
 * a trademark of H. Berthold AG.
 */
Cufon.registerFont({"w":195,"face":{"font-family":"Barmeno-Medium","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-39.0939 -311 299.657 90","underline-thickness":"18","underline-position":"-19.8","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":97,"k":{"y":15,"w":15,"v":15,"Z":-8,"Y":37,"X":-8,"W":37,"V":37,"U":-15,"T":37,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"7":15,"1":15,"\/":-15}},"\u00a0":{"w":97},"!":{"d":"87,-25v0,34,-54,34,-55,3v-1,-18,12,-29,27,-30v15,0,28,11,28,27xm41,-254v15,3,46,-8,45,8r-14,153v2,13,-14,7,-23,6r-15,-162v1,-4,2,-5,7,-5","w":105},"\"":{"d":"33,-269v17,-4,26,7,23,22r-15,91r-8,0r-14,-95v-1,-11,6,-16,14,-18xm102,-269v15,-3,24,7,21,22r-14,91r-8,0r-15,-95v0,-11,7,-16,16,-18","w":142},"#":{"d":"201,-83r-54,0r-12,83r-28,0r11,-83r-40,0r-11,83r-29,0r12,-83r-50,0r0,-28r54,0r5,-38r-50,0r0,-28r54,0r11,-77r29,0r-11,77r40,0r11,-77r28,0r-10,77r49,0r0,28r-53,0r-6,38r50,0r0,28xm122,-111r6,-38r-40,0r-6,38r40,0","w":209},"$":{"d":"155,-193v-28,-2,-21,-39,-50,-40r0,84v38,17,76,29,76,81v0,48,-32,69,-76,73r0,28v-3,1,-16,4,-16,-3r0,-24v-42,-5,-71,-18,-75,-57v-3,-25,36,-24,39,-4v8,15,15,28,36,32r-1,-88v-34,-17,-74,-30,-71,-83v3,-38,28,-65,72,-65v1,-9,-1,-22,1,-29v5,1,16,-4,15,4r0,25v33,3,63,17,66,47v1,11,-8,18,-16,19xm105,-23v44,2,47,-58,17,-73v-5,-4,-12,-6,-17,-8r0,81xm89,-234v-41,0,-44,61,-12,73r12,5r0,-78"},"%":{"d":"225,-163v69,1,68,165,0,166v-68,0,-67,-165,0,-166xm225,-16v22,-8,21,-48,21,-78v0,-19,-3,-48,-21,-51v-24,6,-21,45,-21,75v0,20,3,51,21,54xm200,-254v11,-3,24,-1,15,10r-130,244v-9,0,-23,3,-16,-10xm60,-258v68,0,68,166,0,166v-37,0,-50,-38,-50,-83v0,-45,13,-83,50,-83xm60,-112v26,-9,19,-58,20,-92v-3,-13,-6,-36,-20,-36v-24,5,-21,47,-20,75v1,20,2,50,20,53","w":285},"&":{"d":"229,-13v4,5,6,13,-4,13v-17,-1,-40,5,-47,-9r-29,-37v-14,23,-33,51,-73,51v-37,0,-65,-27,-64,-62v2,-49,34,-63,66,-82v-13,-21,-28,-35,-28,-64v0,-35,30,-57,70,-57v36,0,62,20,62,51v0,37,-28,51,-54,67r31,41v13,-17,29,-40,57,-41v15,0,23,7,21,22v-2,22,-42,7,-52,25v-3,3,-7,7,-11,12xm54,-71v-1,39,55,52,72,18v4,-4,6,-8,9,-12r-42,-55v-17,11,-38,23,-39,49xm114,-161v13,-8,32,-21,33,-43v1,-19,-16,-34,-35,-30v-37,8,-17,61,2,73","w":240,"k":{"Y":22,"W":22,"V":22,"T":22}},"'":{"d":"33,-269v17,-4,25,7,23,22r-15,91r-8,0r-14,-95v-1,-11,6,-16,14,-18","w":74},"(":{"d":"110,-299v-64,81,-64,261,1,343v-17,21,-41,-21,-53,-34v-57,-66,-55,-220,4,-280v12,-13,22,-30,40,-36v6,-1,7,3,8,7","w":112},")":{"d":"58,7v-15,13,-36,58,-55,37v0,-3,3,-9,3,-8v63,-76,57,-262,-3,-329v-4,-6,-1,-13,6,-13v93,41,114,224,49,313","w":112},"*":{"d":"60,-177v-25,2,11,-76,-26,-40v-4,11,-21,19,-23,2v-8,-23,28,-12,34,-28v-2,-17,-38,-4,-35,-28v14,-31,23,12,40,13v17,-9,-16,-49,10,-53v24,1,-4,44,11,53v15,-1,16,-22,29,-25v21,11,3,31,-16,31v-11,0,-11,15,0,17v13,2,25,1,25,18v0,19,-18,13,-22,1v-5,-5,-15,-20,-21,-9v0,17,14,46,-6,48","w":119,"k":{"A":37}},"+":{"d":"168,-90r-64,0r0,64r-29,0r0,-64r-64,0r0,-29r64,0r0,-65r29,0r0,65r64,0r0,29","w":180,"k":{"Y":22,"W":22,"V":22,"T":22}},",":{"d":"20,35v23,-19,12,-42,-1,-64v0,-14,11,-22,25,-22v18,1,30,15,29,36v-2,32,-21,57,-47,65v-10,0,-11,-9,-6,-15","w":90},"-":{"d":"92,-117v13,-2,5,17,7,26v0,6,0,7,-6,7r-65,0v-13,2,-5,-17,-7,-26v0,-5,3,-6,7,-7r64,0","w":112,"k":{"Y":22,"V":22,"T":22}},".":{"d":"71,-24v1,14,-12,26,-26,26v-31,2,-35,-49,-7,-53v20,-2,33,10,33,27","w":90,"k":{"*":60}},"\/":{"d":"133,-301v4,-9,28,-1,28,9r-131,343v-12,-2,-25,-2,-26,-15","w":164,"k":{"U":-15,"R":-15,"P":-15,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"F":-15,"E":-15,"D":-15,"B":-15,"4":15,"\/":-15}},"0":{"d":"177,-128v0,66,-20,133,-79,133v-57,0,-80,-61,-80,-132v0,-72,23,-133,80,-133v59,0,79,67,79,132xm64,-153v-3,45,-1,95,20,122v31,20,43,-22,45,-54v3,-50,13,-136,-32,-148v-30,3,-31,48,-33,80","k":{"7":15}},"1":{"d":"127,0v-13,-2,-36,6,-37,-8r0,-190v-21,5,-57,26,-75,8v5,-29,53,-18,70,-40v14,-8,20,-24,39,-27v10,-1,10,7,11,13r0,236v-1,6,-1,9,-8,8","k":{"7":52}},"2":{"d":"98,-260v83,0,86,103,38,142r-60,77r88,0v15,-2,6,22,8,33v1,6,-1,7,-7,8r-143,0v-10,-1,-7,-14,-2,-19r90,-119v23,-23,20,-85,-21,-84v-24,0,-33,15,-39,35v-2,8,-5,16,-15,16v-14,0,-15,-18,-12,-32v7,-30,35,-57,75,-57","k":{"7":7}},"3":{"d":"124,-146v28,12,55,40,49,83v-5,41,-33,68,-83,68v-38,-1,-74,-17,-76,-52v-1,-27,39,-24,41,-3v9,11,17,26,38,26v39,0,48,-56,20,-76v-13,-10,-31,-17,-49,-24v-8,-3,-2,-18,6,-18v21,-10,47,-18,47,-49v0,-18,-13,-34,-33,-34v-34,0,-28,34,-52,41v-7,-1,-11,-8,-11,-16v3,-38,31,-59,72,-60v39,-1,68,22,68,58v0,31,-19,46,-37,56","k":{"7":7}},"4":{"d":"145,-82v18,-4,34,2,24,26v-6,2,-16,1,-24,1r0,50v0,14,-24,5,-36,7v-6,1,-6,-2,-7,-7r0,-50r-84,-1v-12,-1,-11,-19,-3,-26r102,-167v5,-13,33,-10,28,8r0,159xm104,-82r0,-104r-58,104r58,0","k":{"7":22}},"5":{"d":"163,-247v-2,12,7,35,-8,34r-91,0r-6,66v56,-25,123,6,119,72v-2,46,-33,82,-84,80v-39,-1,-72,-17,-75,-51v-2,-24,28,-26,37,-11v9,14,17,34,40,33v23,0,39,-20,39,-43v2,-48,-55,-65,-97,-45v-8,0,-13,-9,-9,-19r9,-115v1,-6,2,-9,9,-8r109,0v6,0,9,0,8,7","k":{"7":15}},"6":{"d":"166,-249v-9,21,-39,18,-57,37v-20,20,-40,45,-45,84v42,-37,115,-11,115,56v0,44,-32,77,-78,77v-97,0,-101,-133,-60,-192v28,-40,56,-66,111,-73v8,-1,15,3,14,11xm136,-67v0,-44,-45,-63,-75,-37v-1,40,5,78,41,80v22,1,34,-19,34,-43","k":{"7":7}},"7":{"d":"86,0v-17,0,-50,8,-39,-16r88,-198r-105,0v-14,1,-4,-22,-7,-33v0,-7,1,-7,8,-8r142,1v5,0,7,3,7,10v-29,76,-64,149,-82,235v-2,8,-3,9,-12,9","k":{"9":7,"8":7,"7":7,"6":7,"5":7,"4":15,"3":7,"2":7,"0":7,"\/":15,".":45,"-":22," ":45}},"8":{"d":"125,-141v23,19,54,34,53,75v-1,42,-34,71,-83,71v-48,0,-77,-23,-78,-65v-1,-38,28,-56,50,-71v-20,-15,-41,-31,-40,-67v1,-38,28,-62,73,-62v40,0,68,21,68,56v0,33,-24,50,-43,63xm89,-116v-15,15,-34,24,-32,55v2,43,78,51,78,2v0,-32,-28,-42,-46,-57xm104,-156v32,-9,39,-78,-7,-78v-28,0,-43,36,-22,57v7,8,17,14,29,21","k":{"7":7}},"9":{"d":"130,-129v-39,39,-119,12,-114,-55v3,-43,29,-76,78,-76v58,0,83,43,83,100v0,96,-54,154,-136,165v-19,3,-15,-19,-2,-22v50,-13,85,-56,91,-112xm99,-140v16,-4,35,-3,34,-25v-2,-30,-10,-68,-41,-68v-26,0,-38,27,-33,53v4,20,15,40,40,40","k":{"7":15}},":":{"d":"87,-24v0,14,-12,26,-27,26v-31,0,-35,-48,-6,-53v20,-2,33,9,33,27xm87,-122v0,14,-12,26,-27,26v-30,0,-36,-47,-7,-52v19,-3,34,8,34,26","w":105},";":{"d":"41,50v-24,-10,11,-26,10,-46v-1,-13,-18,-17,-17,-33v0,-14,10,-23,24,-23v17,0,30,16,29,37v-3,32,-20,57,-46,65xm88,-122v0,14,-12,26,-27,26v-31,0,-36,-47,-7,-52v18,-3,34,9,34,26","w":105},"<":{"d":"180,-24r-180,-88r0,-31r180,-87r0,32r-144,71r144,71r0,32","w":180},"=":{"d":"180,-58r-180,0r0,-28r180,0r0,28xm180,-123r-180,0r0,-28r180,0r0,28","w":180,"k":{"Y":22,"W":22,"V":22,"T":22}},">":{"d":"0,-24r0,-32r144,-71r-144,-71r0,-32r180,87r0,31","w":180},"?":{"d":"102,-25v1,15,-13,27,-27,27v-14,1,-26,-14,-26,-27v0,-15,12,-27,26,-27v14,0,27,12,27,27xm80,-86v-8,0,-17,2,-16,-8v1,-22,-14,-54,3,-66v15,-11,33,-20,33,-44v0,-15,-11,-29,-27,-29v-31,0,-17,42,-45,43v-13,0,-24,-14,-19,-29v6,-24,32,-41,69,-41v65,0,82,69,39,95v-20,13,-29,36,-30,69v0,9,0,10,-7,10","w":150},"@":{"d":"163,24v55,-1,89,-23,120,-51r12,14v-32,30,-75,57,-132,57v-81,0,-137,-43,-138,-129v-1,-87,73,-171,166,-171v63,0,107,39,107,104v0,54,-37,126,-83,127v-21,0,-29,-12,-30,-31v-13,17,-30,36,-60,30v-75,-14,-30,-160,37,-160v22,0,35,14,41,30r6,-22r24,0v-7,39,-19,74,-22,116v0,9,6,14,11,16v36,-12,53,-58,55,-105v2,-55,-37,-86,-89,-86v-75,-2,-143,74,-143,153v0,69,54,109,118,108xm137,-49v51,7,80,-91,37,-113v-42,-5,-58,37,-60,77v-1,21,9,31,23,36","w":322},"A":{"d":"216,-10v2,4,2,11,-5,10v-16,-2,-41,4,-46,-6r-26,-74r-73,0v-11,26,-17,56,-30,79v-12,0,-41,9,-34,-11r88,-236v2,-9,32,-9,38,-1xm130,-107r-28,-83r-27,83r55,0","w":217,"k":{"y":15,"w":15,"v":15,"a":-8,"Z":-8,"Y":30,"X":-8,"W":22,"V":30,"T":30,"S":7,"Q":7,"O":7,"G":7,"C":7,"A":-8," ":7}},"B":{"d":"86,2v-24,-2,-65,8,-65,-17r0,-225v2,-24,38,-16,65,-17v52,-3,99,13,99,62v0,33,-22,50,-47,59v36,6,60,30,60,68v0,57,-49,74,-112,70xm148,-71v0,-44,-37,-53,-79,-49r0,92v41,4,79,-2,79,-43xm136,-188v0,-38,-32,-44,-67,-40r0,83v39,3,67,-9,67,-43","w":209,"k":{"y":7,"w":7,"v":7,"Z":7,"Y":7,"X":7,"W":7,"V":7,"U":-8,"T":15,"R":-8,"P":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"F":-8,"E":-8,"D":-8,"B":-8}},"C":{"d":"213,-207v3,24,-36,27,-42,8v-38,-65,-107,-16,-107,58v0,60,28,107,78,110v26,1,39,-15,57,-22v6,1,11,5,11,12v-8,31,-39,45,-80,46v-78,3,-116,-62,-117,-134v0,-71,43,-133,116,-131v42,1,80,17,84,53","w":217,"k":{"y":7,"w":7,"v":7,"W":-8,"U":-8,"R":-8,"P":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"F":-8,"E":-8,"D":-8,"B":-8}},"D":{"d":"21,-239v31,-39,152,-15,174,22v18,20,33,50,33,90v0,98,-71,134,-171,129v-16,-1,-36,2,-36,-15r0,-226xm176,-129v-1,-66,-38,-103,-106,-97r0,196v68,5,106,-31,106,-99","w":240,"k":{"Z":7,"Y":15,"X":7,"V":7,"U":-8,"T":15,"R":-8,"Q":-8,"P":-8,"O":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"G":-8,"F":-8,"E":-8,"D":-8,"C":-8,"B":-8,"A":7," ":-8}},"E":{"d":"149,-141v0,10,4,26,-8,25r-72,0r0,83r86,0v14,-2,6,18,8,28v-1,4,-3,5,-8,5r-125,0v-7,0,-9,0,-9,-8r0,-236v0,-8,2,-10,9,-11r131,1v2,6,8,32,-6,32r-86,0r0,74r72,0v7,0,8,1,8,7","w":172,"k":{"Z":-8,"X":-8,"W":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"\/":-15}},"F":{"d":"146,-141v0,10,4,25,-8,25r-69,0r0,108v1,16,-27,5,-40,8v-6,-1,-9,-1,-8,-8r0,-238v-1,-7,1,-9,8,-9r123,0v13,-2,8,15,8,25v0,7,0,7,-7,8r-84,0r0,74r69,0v7,0,8,1,8,7","w":164,"k":{"y":7,"u":7,"s":7,"r":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"a":7,"Y":-8,"W":-8,"V":-8,"U":-8,"T":-8,"S":-8,"R":-8,"Q":-8,"P":-8,"O":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"G":-8,"F":-8,"E":-8,"D":-8,"C":-8,"B":-8,"A":22,".":45," ":45}},"G":{"d":"172,-104v0,0,-60,8,-44,-28v25,-3,55,0,82,-1v8,0,8,2,8,9v-4,50,15,113,-40,123v-12,2,-27,6,-45,6v-83,1,-119,-55,-120,-132v-1,-75,44,-135,117,-133v47,1,82,17,88,54v2,12,-9,24,-21,22v-32,-5,-28,-48,-68,-46v-44,3,-65,43,-64,97v0,55,21,106,72,106v21,0,35,-7,35,-31r0,-46","w":232,"k":{"Z":-8,"X":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"\/":-15," ":-8}},"H":{"d":"197,0v-14,-2,-42,7,-42,-8r0,-108r-86,0r0,108v1,16,-28,5,-41,8v-6,1,-7,-3,-7,-8r0,-239v0,-16,28,-5,41,-8v6,0,7,2,7,8r0,99r86,0r0,-99v0,-16,28,-5,41,-8v6,1,7,2,8,8r0,240v0,5,-2,7,-7,7","w":225,"k":{"Z":-8,"X":-8,"W":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"\/":-15," ":-8}},"I":{"d":"28,-254v14,3,42,-7,42,7r0,239v0,16,-28,5,-42,8v-5,-1,-7,-2,-7,-8r0,-239v0,-6,2,-6,7,-7","w":90,"k":{"Z":-8,"X":-8,"W":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"\/":-15," ":-8}},"J":{"d":"26,-254v14,3,43,-7,43,7r-1,225v-5,59,-34,101,-90,107v-32,-4,-12,-26,3,-28v26,-15,38,-44,38,-86r0,-218v1,-4,2,-7,7,-7","w":90,"k":{"Z":-8,"X":-8,"W":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"\/":-15," ":-8}},"K":{"d":"143,-247v5,-10,41,-11,45,-2v-22,36,-52,70,-77,105r91,139v0,4,-2,5,-6,5v-18,-3,-43,6,-52,-8r-76,-117r0,117v0,16,-26,5,-40,8v-5,0,-7,-2,-7,-7r0,-240v2,-14,27,-4,41,-7v6,0,6,1,6,7r0,101","w":202,"k":{"y":15,"w":15,"v":15,"s":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"Z":-8,"Y":7,"X":-8,"W":7,"V":7,"U":-8,"T":7,"R":-8,"Q":7,"P":-8,"O":7,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"G":7,"F":-8,"E":-8,"D":-8,"C":7,"B":-8,"A":-8," ":7}},"L":{"d":"62,-254v6,-1,7,1,7,7r0,214r83,0v13,-2,5,17,7,26v0,6,-2,7,-8,7r-123,0v-5,0,-7,-2,-7,-7r0,-240v1,-14,28,-5,41,-7","w":164,"k":{"y":15,"w":15,"v":15,"s":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"Y":45,"W":37,"V":45,"U":-8,"T":45,"S":7,"R":-8,"Q":7,"P":-8,"O":7,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"G":7,"F":-8,"E":-8,"D":-8,"C":7,"B":-8," ":7}},"M":{"d":"256,0v-13,-2,-37,7,-37,-8r0,-172r-76,181v-8,0,-13,-1,-14,-8r-71,-173r0,172v1,14,-19,6,-30,8v-6,0,-7,-2,-7,-8r0,-239v2,-16,31,-3,47,-7v2,0,5,3,5,7r70,165r73,-171v11,-2,28,-1,41,-1v6,0,7,1,7,7r0,239v-1,6,-1,9,-8,8","w":285,"k":{"Z":-8,"X":-8,"W":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"\/":-15," ":-8}},"N":{"d":"21,-247v1,-13,39,-9,46,-1r115,161r0,-160v0,-13,20,-5,31,-7v5,0,6,1,6,7r0,240v0,13,-28,8,-35,3r-126,-178r0,174v2,14,-19,6,-30,8v-6,0,-7,-1,-7,-7r0,-240","w":240,"k":{"Z":-8,"X":-8,"W":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"\/":-15," ":-8}},"O":{"d":"129,-260v73,0,113,62,113,134v1,71,-45,132,-114,131v-69,-1,-115,-54,-115,-132v0,-72,42,-133,116,-133xm128,-28v88,0,88,-207,-5,-201v-53,3,-63,60,-59,118v3,45,21,83,64,83","w":254,"k":{"Z":7,"Y":15,"X":7,"V":7,"U":-8,"T":15,"R":-8,"Q":-8,"P":-8,"O":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"G":-8,"F":-8,"E":-8,"D":-8,"C":-8,"B":-8,"A":7," ":-8}},"P":{"d":"62,0v-14,-3,-41,7,-41,-8r0,-232v6,-26,53,-16,88,-16v47,0,82,23,82,75v1,63,-58,82,-122,77r0,96v0,6,0,9,-7,8xm141,-181v0,-42,-32,-52,-72,-47r0,96v41,3,72,-6,72,-49","k":{"y":-8,"s":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"a":7,"W":-8,"V":-8,"U":-8,"S":-8,"R":-8,"Q":-8,"P":-8,"O":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"G":-8,"F":-8,"E":-8,"D":-8,"C":-8,"B":-8,"A":22,".":45," ":45}},"Q":{"d":"162,1v13,39,51,54,89,66v8,5,1,19,-9,18v-55,-7,-113,-33,-131,-81v-65,-8,-96,-62,-98,-129v-2,-80,46,-135,115,-135v70,0,116,59,114,132v-2,65,-28,110,-80,129xm127,-24v89,0,88,-212,-4,-206v-50,3,-63,61,-59,119v2,45,20,87,63,87","w":254,"k":{"U":-8}},"R":{"d":"60,0v-13,-3,-39,7,-39,-8r0,-232v4,-27,51,-12,83,-16v88,-11,107,116,30,136r-6,2v22,39,51,71,70,113v-6,10,-48,8,-55,-2r-55,-94v-4,-9,-21,-11,-20,2r0,90v1,7,-1,9,-8,9xm136,-180v0,-42,-27,-53,-68,-48r0,97v38,2,68,-9,68,-49","w":202,"k":{"y":7,"w":7,"v":7,"s":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"Y":7,"U":-8,"T":7,"S":-8,"R":-8,"P":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"F":-8,"E":-8,"D":-8,"B":-8,"A":-8," ":7}},"S":{"d":"30,-74v40,-7,28,49,70,49v29,0,45,-36,27,-57v-33,-39,-105,-37,-109,-108v-5,-83,142,-94,153,-22v2,12,-9,22,-21,21v-28,-3,-24,-40,-56,-40v-28,0,-43,37,-23,55v38,34,105,36,109,108v5,90,-158,98,-165,15v-1,-12,6,-19,15,-21","k":{"y":7,"w":7,"v":7,"Z":7,"Y":7,"X":7,"W":7,"V":7,"U":-8,"T":7,"R":-8,"P":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"F":-8,"E":-8,"D":-8,"B":-8}},"T":{"d":"169,-255v14,1,12,36,0,33r-55,0r0,213v1,17,-27,6,-40,9v-6,-1,-7,-2,-8,-9r0,-213r-55,0v-12,1,-8,-15,-8,-25v0,-6,2,-7,8,-8r158,0","w":180,"k":{"z":22,"y":30,"x":22,"w":30,"v":22,"u":30,"t":7,"s":37,"r":30,"q":37,"p":22,"o":37,"n":22,"m":22,"l":7,"k":7,"j":7,"i":7,"h":7,"g":37,"f":7,"e":37,"d":37,"c":37,"b":7,"a":37,"Y":-8,"W":-8,"V":-8,"T":-8,"S":7,"Q":15,"O":15,"G":15,"C":15,"A":37,".":30,"-":22," ":30}},"U":{"d":"161,-254v11,2,31,-6,31,7r0,174v-1,53,-30,77,-86,78v-54,1,-88,-25,-88,-82r0,-170v2,-15,28,-5,42,-7v6,-1,7,1,8,7r0,174v2,24,14,41,43,41v30,-1,43,-18,42,-47r0,-168v0,-6,2,-7,8,-7","w":209,"k":{"Z":-8,"X":-8,"W":-8,"U":-15,"S":-8,"R":-15,"Q":-8,"P":-15,"O":-8,"N":-15,"M":-15,"L":-15,"K":-15,"J":-15,"I":-15,"H":-15,"G":-8,"F":-15,"E":-15,"D":-15,"C":-8,"B":-15,"\/":-15," ":-8}},"V":{"d":"1,-244v-4,-6,1,-12,6,-10v15,2,40,-7,45,7r55,167r59,-173v10,0,41,-8,35,9r-86,243v-8,1,-26,4,-29,-5","w":202,"k":{"z":22,"y":7,"x":22,"w":22,"v":22,"u":15,"t":7,"s":37,"r":15,"q":37,"p":22,"o":22,"n":22,"m":22,"l":7,"k":7,"j":7,"i":7,"h":7,"g":37,"f":7,"e":22,"d":37,"c":37,"b":7,"a":22,"Y":-8,"W":-8,"V":-8,"T":-8,"S":7,"Q":7,"O":7,"G":7,"C":7,"A":30,".":30,"-":22," ":30}},"W":{"d":"233,-7v-1,10,-31,11,-32,0r-52,-154r-51,160v-11,-1,-28,6,-30,-6r-68,-242v4,-11,28,-3,41,-5v7,-1,8,2,9,8r41,164r52,-168v3,-8,27,-5,24,4r51,164r45,-171v10,-3,23,0,35,-1v2,1,2,7,1,11","w":299,"k":{"z":15,"y":7,"x":15,"v":7,"u":15,"s":15,"r":15,"q":15,"p":15,"o":15,"n":15,"m":15,"g":15,"e":15,"d":15,"c":15,"a":15,"Y":-8,"W":-8,"V":-8,"U":-8,"T":-8,"R":-8,"P":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"F":-8,"E":-8,"D":-8,"B":-8,"A":22,".":22,"-":15," ":22}},"X":{"d":"190,0v-13,-2,-42,5,-49,-7r-48,-85v-19,30,-34,64,-56,91v-12,1,-47,6,-33,-10r69,-119r-63,-119v4,-12,30,-2,45,-5v18,23,30,52,46,77v16,-25,28,-55,47,-77v13,2,44,-7,34,11r-61,104r73,134v0,3,-1,5,-4,5","k":{"y":15,"w":15,"v":15,"s":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"Z":-8,"Y":7,"X":-8,"W":7,"V":7,"U":-8,"T":7,"R":-8,"Q":7,"P":-8,"O":7,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"G":7,"F":-8,"E":-8,"D":-8,"C":7,"B":-8,"A":-8," ":7}},"Y":{"d":"153,-247v4,-11,39,-11,42,-2r-73,136r0,106v-2,15,-29,5,-43,7v-6,1,-7,-1,-7,-7r0,-108r-72,-134v7,-11,33,-2,50,-5v21,30,35,67,53,99","k":{"z":22,"y":22,"x":22,"w":22,"v":15,"u":22,"t":7,"s":37,"r":22,"q":37,"p":22,"o":37,"n":22,"m":22,"l":7,"k":7,"j":7,"i":7,"h":7,"g":37,"f":7,"e":37,"d":37,"c":37,"b":7,"a":37,"Y":-8,"W":-8,"V":-8,"T":-8,"S":7,"Q":15,"O":15,"G":15,"C":15,"A":37,".":30,"-":22," ":30}},"Z":{"d":"165,-254v7,-1,8,6,6,11r-100,210r98,1v2,6,7,32,-6,32r-153,-1v-5,-1,-3,-6,-1,-10r101,-211r-87,0v-12,1,-5,-15,-7,-25v1,-5,1,-7,7,-7r142,0","w":180,"k":{"y":15,"w":7,"v":7,"o":7,"e":7,"W":-8,"V":-8,"U":-8,"R":-8,"P":-8,"N":-8,"M":-8,"L":-8,"K":-8,"J":-8,"I":-8,"H":-8,"F":-8,"E":-8,"D":-8,"B":-8}},"[":{"d":"97,-299v0,3,4,21,-6,18r-32,0r0,308v12,2,39,-6,39,6v0,10,0,13,-7,14r-62,0v-5,0,-7,-1,-7,-6r0,-336v0,-5,2,-6,7,-6v22,1,49,-3,68,2","w":105},"\\":{"d":"161,37v0,11,-23,18,-29,10r-128,-341v3,-8,24,-16,28,-7","w":164},"]":{"d":"7,34v0,-16,26,-5,39,-7r0,-308v-13,-2,-38,6,-39,-7v0,-10,0,-13,7,-14r62,0v5,0,7,1,7,6r0,337v1,6,-2,6,-7,6r-62,0v-8,-1,-7,-2,-7,-13","w":105},"^":{"d":"211,-121r-35,0r-44,-94r-46,94r-35,0r68,-133r28,0","w":262},"_":{"d":"184,45r-188,0r0,-18r188,0r0,18","w":180},"`":{"d":"27,-233v-18,-14,3,-41,17,-22v10,14,26,23,33,41v1,12,-13,12,-18,5","w":97},"a":{"d":"83,-166v-31,0,-17,37,-45,37v-10,0,-21,-7,-20,-19v2,-27,36,-43,72,-43v81,0,54,85,58,153v3,42,-42,39,-83,42v-60,4,-75,-80,-21,-100v18,-6,40,-14,61,-19v0,-25,4,-51,-22,-51xm53,-51v-3,31,52,45,52,12v0,-17,4,-42,-2,-55v-22,9,-47,14,-50,43","w":164},"b":{"d":"26,-275v12,2,37,-7,37,7r0,99v12,-12,26,-21,50,-22v43,0,63,41,63,87v1,61,-31,109,-91,108v-39,-2,-66,-9,-66,-54r0,-218v1,-5,1,-8,7,-7xm89,-23v51,0,63,-131,4,-136v-14,0,-22,7,-30,13r1,102v2,14,12,21,25,21","w":187},"c":{"d":"153,-144v2,26,-36,24,-39,3v-6,-10,-11,-22,-27,-22v-57,5,-45,127,10,127v29,0,30,-25,48,-34v7,0,10,5,9,13v-3,37,-27,60,-67,61v-53,2,-78,-51,-75,-103v2,-47,27,-94,81,-92v34,1,58,17,60,47","w":164},"d":{"d":"132,-276v13,0,36,-6,37,8r0,231v0,36,-37,40,-73,41v-57,1,-84,-41,-84,-99v0,-60,56,-122,112,-87r0,-85v1,-5,1,-9,8,-9xm102,-24v19,1,23,-12,22,-27v-2,-35,4,-77,-2,-108v-35,-27,-65,20,-65,63v0,39,14,71,45,72","w":187},"e":{"d":"162,-123v0,9,-5,13,-13,14r-100,15v5,35,17,56,50,59v31,3,36,-26,55,-34v5,0,10,4,9,11v-5,36,-29,62,-71,62v-52,0,-80,-40,-80,-98v0,-60,29,-96,80,-97v45,-1,70,30,70,68xm117,-128v1,-34,-42,-49,-59,-22v-6,10,-9,21,-10,33","w":172},"f":{"d":"72,-186v16,0,45,-6,32,19v-8,2,-22,1,-32,1r0,158v-1,16,-24,5,-38,8v-4,-1,-7,-2,-6,-8r0,-158v-9,-2,-25,5,-27,-6v-3,-19,11,-13,27,-14v1,-49,17,-89,62,-93v24,-3,29,32,8,35v-38,-14,-41,37,-26,58","w":105,"k":{"*":-15}},"g":{"d":"173,-186v6,2,11,20,1,19v-8,4,-25,4,-27,10v29,49,-17,110,-80,91v-3,6,-10,9,-10,18v17,34,130,-13,130,61v0,55,-54,76,-121,73v-28,-1,-59,-12,-58,-42v0,-23,19,-35,33,-45v-11,-2,-27,-11,-25,-29v3,-19,21,-31,33,-42v-53,-23,-35,-127,36,-119v32,3,54,18,88,5xm93,58v40,7,79,-48,29,-51r-60,-3v-7,7,-16,13,-16,26v0,20,24,29,47,28xm89,-90v39,0,33,-78,-5,-78v-16,1,-28,13,-28,33v0,22,13,45,33,45","w":180,"k":{"j":-8,"i":-8}},"h":{"d":"161,0v-13,-3,-38,7,-38,-8r0,-127v-2,-28,-45,-31,-59,-11r0,137v2,17,-24,6,-37,9v-7,0,-7,-1,-8,-8r0,-260v0,-13,25,-5,38,-7v6,-1,6,1,7,6r0,98v21,-24,85,-29,98,6v15,40,2,104,6,156v0,7,-1,9,-7,9","w":187},"i":{"d":"26,-186v12,2,38,-7,38,7r0,171v0,16,-26,5,-39,8v-5,-1,-6,-2,-6,-8r0,-171v0,-6,1,-8,7,-7xm42,-257v14,0,23,9,23,23v0,13,-10,22,-23,22v-13,0,-25,-9,-25,-22v0,-13,10,-23,25,-23","w":82},"j":{"d":"27,-186v12,3,38,-7,37,8v-3,109,21,248,-75,263v-14,3,-15,-15,-6,-20v59,-33,27,-157,35,-243v0,-6,2,-9,9,-8xm42,-257v15,0,24,9,24,23v0,12,-11,22,-24,22v-14,1,-24,-9,-24,-22v0,-14,9,-23,24,-23","w":82},"k":{"d":"129,-179v5,-11,40,-10,46,-3v-19,28,-45,49,-67,75r77,102v-7,9,-46,8,-56,0r-65,-87r0,85v-1,14,-25,5,-37,7v-6,1,-7,-1,-8,-7r0,-262v4,-13,27,-3,43,-6v6,50,0,114,2,168","w":180,"k":{"a":-8}},"l":{"d":"55,0v-12,-3,-36,7,-36,-8r0,-261v2,-12,25,-3,36,-6v6,0,9,0,8,6r0,261v0,7,-1,9,-8,8","w":82},"m":{"d":"19,-150v-2,-55,101,-48,126,-21v34,-34,121,-28,121,40r0,123v-1,15,-24,6,-37,8v-6,-1,-9,-1,-8,-8r0,-130v-3,-15,-8,-26,-28,-26v-21,0,-28,11,-28,33r0,123v0,14,-23,6,-36,8v-7,1,-9,-1,-9,-8r0,-127v-2,-18,-9,-33,-34,-30v-16,3,-23,16,-23,34r0,123v1,15,-24,5,-36,8v-6,-1,-9,-1,-8,-8r0,-142","w":285},"n":{"d":"97,-191v45,0,72,13,71,57r0,126v0,15,-24,5,-37,8v-7,-1,-8,-2,-8,-8r0,-134v-2,-15,-10,-26,-30,-25v-21,1,-29,11,-29,31r0,127v0,16,-24,6,-37,9v-7,1,-7,-2,-8,-8r0,-142v-2,-39,43,-41,78,-41","w":187},"o":{"d":"98,-191v56,1,84,44,85,98v1,52,-32,97,-86,97v-53,0,-85,-44,-85,-97v0,-54,34,-99,86,-98xm99,-25v53,-5,49,-137,-3,-140v-55,6,-48,135,3,140"},"p":{"d":"57,84v-13,-1,-38,7,-38,-7r1,-237v6,-24,41,-30,72,-31v60,-2,87,43,83,106v-3,53,-54,113,-111,80r0,82v-1,5,-1,7,-7,7xm86,-165v-16,-1,-22,9,-22,25r0,107v38,28,66,-16,66,-61v0,-41,-14,-69,-44,-71","w":187},"q":{"d":"160,84v-12,-2,-35,6,-36,-7r0,-93v-11,11,-24,20,-47,20v-44,0,-66,-44,-65,-87v0,-59,28,-108,91,-108v36,0,65,9,65,50r0,218v1,7,-2,8,-8,7xm95,-30v14,0,22,-6,29,-13r0,-101v-3,-11,-8,-21,-23,-21v-32,0,-44,39,-44,73v0,28,11,62,38,62","w":187},"r":{"d":"83,-168v-15,0,-20,7,-19,21r0,139v0,15,-24,6,-37,8v-7,1,-7,-2,-8,-8r0,-150v0,-34,44,-30,76,-33v21,-2,45,5,44,27v-1,9,-7,19,-19,19v-20,-1,-15,-23,-37,-23","w":135,"k":{".":22," ":22}},"s":{"d":"56,-151v0,57,110,33,84,121v-13,46,-124,46,-127,-9v-1,-25,33,-22,38,-5v7,20,51,33,52,-1v-10,-50,-86,-32,-86,-98v0,-56,106,-65,121,-16v9,29,-29,28,-36,11v-2,-22,-46,-26,-46,-3","w":157},"t":{"d":"57,-236v6,-7,13,2,11,7r0,43v15,2,40,-10,34,17v-7,5,-24,1,-34,2r0,118v1,16,7,28,25,28v9,0,15,-1,15,9v-17,31,-88,13,-83,-24v-2,-42,0,-88,-1,-131v-14,0,-27,4,-24,-14v1,-9,16,-4,24,-5v1,-13,-3,-30,7,-33","w":105,"k":{"a":-8}},"u":{"d":"169,-45v3,44,-36,49,-76,49v-49,0,-74,-14,-74,-58r0,-126v3,-13,25,-3,38,-6v5,0,7,2,7,7r1,133v1,26,59,28,59,1r0,-134v0,-14,24,-5,36,-7v7,-1,9,1,9,7r0,134","w":187},"v":{"d":"4,-186v14,2,41,-6,45,6r39,124v15,-42,25,-91,43,-130v12,2,38,-8,32,10r-62,175v-10,1,-35,5,-38,-5r-63,-176v-1,-3,2,-4,4,-4","w":164,"k":{".":15," ":15}},"w":{"d":"194,-7v-3,12,-37,10,-40,0r-30,-96r-34,102v-10,1,-32,5,-36,-5r-54,-175v4,-11,30,-3,44,-4v17,37,24,85,37,126r36,-122v0,-7,23,-9,23,1r38,121r33,-122v4,-10,21,-3,35,-5v-10,64,-37,118,-52,179","w":247,"k":{".":15," ":15}},"x":{"d":"115,-180v4,-11,49,-10,34,5r-48,75r56,96v-6,7,-44,8,-50,-2r-32,-55v-14,20,-25,43,-42,61v-11,-1,-40,6,-30,-10r54,-81r-52,-91v6,-8,42,-7,48,2r30,50","w":157},"y":{"d":"144,-186v12,1,33,-6,27,11r-82,223v-11,19,-28,40,-58,39v-33,6,-42,-40,-12,-42v33,13,48,-12,54,-39r-71,-187v4,-12,30,-2,45,-5v19,41,31,89,47,132r40,-126v3,-3,3,-7,10,-6","w":172,"k":{".":15," ":15}},"z":{"d":"132,-186v6,-1,10,4,6,11r-72,149r66,0v11,-3,8,14,7,23v-34,7,-90,2,-129,2v17,-56,52,-106,75,-160r-63,0v-11,1,-7,-18,-4,-25r114,0","w":150},"{":{"d":"98,-286v-75,0,1,150,-67,159v41,9,30,53,32,104v2,31,-1,51,30,53v9,-2,9,11,5,16v-73,9,-72,-41,-72,-108v0,-28,1,-56,-24,-56v-9,0,-10,-15,-3,-18v37,-4,27,-53,27,-91v0,-52,15,-77,66,-75v9,-2,11,11,6,16","w":105},"|":{"d":"55,90r-28,0r0,-360r28,0r0,360","w":82},"}":{"d":"74,-127v-39,-11,-32,-52,-32,-104v0,-34,-1,-55,-35,-55v-5,-6,-2,-20,12,-16v61,-4,63,46,60,109v-1,31,3,54,30,59v2,8,2,15,-6,16v-33,5,-24,53,-24,91v0,52,-15,79,-72,73v-2,-8,-5,-18,7,-16v65,-4,-8,-150,60,-157","w":105},"~":{"d":"45,-104v23,-50,87,-18,125,-5v16,-2,27,-12,34,-23r14,26v-12,14,-34,35,-61,27v-22,-7,-40,-24,-64,-24v-20,0,-23,14,-34,25","w":262}}});


Cufon.replace('h2', { fontFamily: 'Barmeno-Medium' });
//Cufon.replace('', { fontFamily: '', ignore: { a: true } }); 
Cufon.replace('', { fontFamily: '', hover: true });


/* 
Cufon.replace('.homeCarrousel .slideImages .content h2', {
   ignore: {
     span: 1
   }
}); 
*/


/* .related .action label     voor vervangen van de text in checkboxbuttons, nu opgelost met een img */
