/*
 * 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}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 1999-2001, WolfBainX & Apostrophic Labs. All rights reserved. Email
 * info@apostrophiclab.com or visit www.apostrophiclab.com for more information.
 * 
 * Description:
 * © 1999-2001, WolfBainX & Apostrophic Labs. All rights reserved. Email
 * info@apostrophiclab.com or visit www.apostrophiclab.com for more information.
 * 
 * Designer:
 * WolfBainX & Apostrophe
 * 
 * Vendor URL:
 * www.apostrophiclab.com
 */
Cufon.registerFont({"w":394,"face":{"font-family":"Komika Text Tight","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"30","cap-height":"12","bbox":"-97.0291 -846.752 606.447 296.812","underline-thickness":"50","underline-position":"-75","unicode-range":"U+0020-U+20AC"},"glyphs":{" ":{"w":196},"\u00a0":{"w":196},"!":{"d":"129,-686v-40,1,-39,47,-42,88r-23,354v-6,38,-14,85,21,85v38,0,45,-42,48,-82r29,-379v-1,-30,-5,-66,-33,-66xm67,18v58,6,71,-71,55,-122v-16,-24,-53,-17,-70,9v-19,29,-34,109,15,113","w":166},"\"":{"d":"76,-695v-36,0,-37,45,-36,84v3,61,-14,135,4,184v8,22,38,24,48,-4v20,-49,13,-126,20,-188v-3,-34,0,-76,-36,-76xm208,-695v-38,1,-35,43,-36,81v0,58,-7,125,0,178v3,32,44,34,54,4v16,-48,9,-124,12,-185v2,-34,9,-79,-30,-78","w":258},"#":{"d":"410,-405v46,0,104,11,96,-37v9,-31,-20,-51,-55,-40r-18,0v9,-43,37,-109,39,-147v2,-32,-44,-34,-54,-12v-21,47,-32,108,-48,159r-83,0v10,-45,38,-104,37,-150v0,-22,-31,-31,-46,-16v-14,13,-16,40,-23,62r-31,104v-48,-1,-97,-3,-101,40v-5,48,37,36,79,37r-45,154v-51,-3,-94,3,-96,42v-3,43,32,40,75,37v-13,43,-40,122,-40,164v0,19,32,31,44,14v32,-46,37,-121,58,-178r82,0r-38,140v-7,32,20,59,42,38v32,-46,39,-120,59,-178v51,-3,105,23,105,-49v0,-41,-36,-26,-81,-30xm347,-405r-44,154r-83,0r45,-154r82,0","w":524},"$":{"d":"175,124v53,-6,31,-89,41,-139v108,-47,164,-180,148,-339v-7,-60,-57,-107,-120,-77r6,-109v40,-4,66,54,94,50v18,2,27,-62,12,-84v-21,-29,-54,-54,-100,-56v5,-33,14,-88,-27,-85v-38,3,-35,52,-37,93v-91,42,-159,149,-138,283v6,40,29,73,69,79v19,-1,32,-14,47,-25r-12,186v-31,18,-54,-7,-61,-31v8,-43,-22,-82,-49,-48v-28,35,-11,117,20,136v20,19,50,29,84,32v-4,45,-17,139,23,134xm278,-359v25,0,28,35,26,68v-4,79,-33,145,-81,173r15,-227v15,-9,29,-14,40,-14xm130,-357v-14,0,-15,-26,-14,-44v4,-58,36,-108,71,-132r-9,144v-14,12,-29,32,-48,32","w":375},"%":{"d":"382,-531v14,-40,53,-113,2,-141v-26,-7,-38,10,-47,33r-215,612v-5,39,24,71,53,41v10,-9,19,-25,27,-46xm351,29v100,0,157,-138,115,-245v-22,-54,-107,-35,-140,-1v-43,45,-73,184,-14,234v10,8,23,12,39,12xm135,-404v93,0,155,-140,105,-232v-29,-54,-115,-34,-140,9v-53,51,-62,223,35,223xm345,-84v-3,-42,17,-80,49,-83v20,-2,25,13,23,34v-2,34,-25,76,-53,78v-16,1,-19,-15,-19,-29xm141,-566v17,-28,55,-23,53,8v-2,35,-23,62,-53,71v-31,-7,-16,-62,0,-79","w":496},"&":{"d":"133,28v79,-3,142,-64,188,-117v22,32,25,109,79,93v16,-9,31,-35,35,-56r-63,-104v22,-40,57,-97,69,-143v0,-36,-67,-49,-75,-10v-6,28,-16,53,-29,76r-73,-171v51,-42,115,-114,88,-206v-17,-60,-123,-78,-176,-37v-49,38,-32,153,-5,207v-107,65,-168,237,-121,406v10,36,36,64,83,62xm139,-60v-37,-9,-39,-68,-36,-115v6,-95,43,-146,100,-190r85,201v-39,44,-78,95,-149,104xm220,-589v23,-14,74,-6,72,26v-2,41,-32,65,-60,83v-12,-27,-39,-82,-12,-109","w":470},"'":{"d":"76,-695v-36,0,-37,45,-36,84v3,61,-14,135,4,184v8,22,38,24,48,-4v20,-49,13,-126,20,-188v-3,-34,0,-76,-36,-76","w":128},"(":{"d":"272,-745v32,-21,12,-100,-30,-75v-66,40,-104,114,-132,194v-25,70,-39,158,-46,263v-14,219,22,372,109,458v36,36,51,-1,53,-40v2,-34,-26,-53,-42,-72v-87,-204,-65,-627,88,-728","w":288},")":{"d":"118,107v132,-163,187,-444,135,-727v-14,-77,-43,-141,-90,-186v-33,-31,-61,11,-58,49v3,43,40,60,53,99v49,143,58,409,-6,546v-13,27,-27,63,-46,106v-32,21,-83,90,-27,120v14,7,31,2,39,-7","w":288},"*":{"d":"188,-819v-42,6,-47,74,-35,121v-2,6,-5,9,-8,9v-19,-24,-39,-68,-74,-69v-18,0,-32,22,-31,42v1,32,41,88,57,117v-6,8,-16,12,-30,12v-31,-2,-45,19,-47,43v-3,49,44,103,98,83v41,-3,23,54,26,89v2,39,12,79,54,85v35,5,29,-114,43,-123v16,5,61,40,70,41v18,1,33,-26,32,-46v5,-24,-53,-67,-54,-84v44,-15,99,-16,96,-81v-2,-39,-5,-50,-42,-51v-16,-8,-49,-4,-68,-3v-85,5,5,-174,-87,-185","w":398},"+":{"d":"244,-172v79,2,185,16,158,-80v-6,-21,-42,-13,-68,-13r-84,0r6,-101v10,-35,9,-95,-27,-94v-37,1,-39,55,-42,94r-7,101v-76,-3,-181,-12,-148,78v30,31,90,9,142,15r-11,155v-3,33,5,55,30,55v49,0,40,-74,44,-122","w":407},",":{"d":"30,124v83,-13,123,-125,100,-215v-8,-29,-59,-29,-80,-12v-24,19,-31,69,-13,97v25,39,5,69,-21,81v-25,11,-11,53,14,49","w":160},"-":{"d":"67,-323v-38,0,-46,50,-27,77v12,16,28,12,49,18v8,2,15,1,20,-4r153,-2v22,1,36,-24,36,-46v0,-42,-49,-54,-89,-45v-47,1,-98,2,-142,2","w":289},".":{"d":"49,10v61,32,92,-57,77,-124v-9,-40,-71,-28,-86,0v-31,30,-27,105,9,124","w":149},"\/":{"d":"293,-573v7,-27,24,-90,-14,-90v-62,0,-60,69,-74,115r-147,469v-12,37,-18,64,-18,83v0,27,37,39,52,18v71,-158,126,-345,182,-518v9,-29,13,-55,19,-77","w":302},"0":{"d":"110,-610v-93,129,-118,478,8,586v75,64,152,-16,176,-78v54,-137,65,-416,-17,-528v-41,-56,-132,-29,-167,20xm103,-300v0,-118,14,-237,102,-269v88,30,72,190,65,303v-5,75,-21,163,-91,163v-23,0,-41,-17,-55,-49v-14,-32,-21,-81,-21,-148","w":379},"1":{"d":"106,-643v-36,5,-69,35,-85,61v0,23,14,37,41,44v2,2,4,6,3,11v-9,150,-29,329,-13,499v2,17,24,27,39,28v22,1,24,-13,24,-33v0,-213,15,-384,33,-571v-4,-23,-21,-35,-42,-39","w":187},"2":{"d":"22,-1v79,-27,209,-46,307,-25v20,0,25,-23,25,-44v1,-88,-141,-64,-212,-51v-1,-30,17,-39,28,-57r86,-136v42,-64,83,-130,88,-224v3,-56,-29,-101,-82,-99v-95,4,-162,86,-210,147v-25,32,-10,78,16,87v69,-28,92,-127,178,-141v32,7,28,37,12,70v-73,152,-174,287,-258,428v-6,19,3,45,22,45","w":381},"3":{"d":"167,0v116,0,181,-73,183,-192v1,-74,-27,-125,-82,-143r-1,-9v61,-49,110,-79,110,-167v0,-85,-63,-147,-149,-117v-72,25,-135,76,-178,132v-31,40,13,122,47,75v40,-55,85,-110,163,-124v47,1,44,58,18,91v-39,50,-101,103,-171,116v-42,8,-19,92,5,96v52,-30,165,-43,165,46v0,86,-87,130,-171,101v-33,-11,-29,-63,-69,-63v-22,1,-40,11,-38,37v8,82,80,121,168,121"},"4":{"d":"7,-226v0,23,11,54,32,54v47,-19,106,-40,166,-45v17,-1,10,6,16,13v-4,43,-6,78,-6,103v1,57,3,94,46,99v23,2,42,-19,43,-36v-17,-54,-8,-114,-5,-177v25,-16,70,-3,104,-2v18,-4,25,-28,25,-50v1,-53,-63,-42,-115,-44v-1,-96,36,-202,55,-292v-10,-16,-21,-42,-40,-49v-114,94,-224,239,-302,371v-14,23,-19,42,-19,55xm236,-323v-1,7,0,15,-6,16v-44,5,-76,6,-103,16r-3,-9r108,-152r22,-25r6,5","w":448},"5":{"d":"361,-193v0,-133,-101,-224,-240,-185r-4,-6r19,-121v33,-39,142,-39,212,-39v17,0,20,-19,20,-36v6,-86,-71,-53,-134,-45v-50,6,-113,22,-153,40v-36,67,-41,182,-54,275v3,26,13,51,39,54v37,-14,80,-39,114,-36v61,5,105,40,105,102v0,62,-48,92,-110,92v-65,0,-92,-65,-132,-90v-21,-2,-45,41,-43,58v11,80,87,128,172,128v118,0,189,-74,189,-191","w":388},"6":{"d":"368,-162v53,-153,-30,-337,-189,-284r-3,-8v21,-63,64,-106,95,-153v1,-24,-18,-47,-40,-47v-80,21,-124,169,-157,244v-28,62,-40,113,-40,193v0,124,56,200,156,216v98,-6,150,-81,178,-161xm110,-220v0,-96,47,-179,143,-148v41,13,46,73,51,121v-13,81,-31,153,-111,153v-56,0,-83,-58,-83,-126","w":415},"7":{"d":"103,-526v49,1,78,-4,121,-9v7,8,0,17,-3,26v-19,54,-36,105,-51,153v-15,48,-28,91,-38,130v-15,61,-31,115,-32,175v0,29,10,51,38,51v45,0,51,-37,43,-76v15,-169,96,-365,165,-499v-2,-35,-12,-57,-46,-58v-62,20,-154,12,-233,12v-33,0,-57,20,-57,45v0,42,52,49,93,50","w":361},"8":{"d":"160,0v89,0,166,-45,139,-140v-17,-59,-62,-107,-95,-155v2,-18,15,-18,28,-39v41,-59,111,-120,111,-212v0,-68,-60,-103,-133,-83v-86,24,-180,60,-179,163v0,49,23,103,70,163r1,7v-44,60,-78,96,-81,175v-3,76,61,121,139,121xm244,-555v59,0,20,77,0,99v-30,33,-54,62,-84,92r-5,0v-25,-25,-43,-62,-52,-100v14,-57,75,-91,141,-91xm164,-76v-117,0,-60,-119,-16,-159r4,0v45,54,68,92,68,114v0,27,-26,45,-56,45","w":387},"9":{"d":"122,-195v60,0,112,-44,148,-75r-8,252v10,29,75,24,72,-16v-16,-195,18,-390,53,-545v-5,-94,-168,-66,-219,-31v-88,59,-153,140,-153,275v0,77,35,140,107,140xm184,-526v41,-33,102,-20,102,38v0,79,-44,148,-90,188v-41,36,-109,24,-106,-39v4,-83,46,-148,94,-187"},":":{"d":"87,-259v54,0,72,-90,51,-138v-22,-49,-86,-2,-88,35v-14,39,-3,103,37,103xm70,18v54,-2,72,-90,51,-138v-22,-49,-85,-2,-87,35v-12,40,-5,103,36,103","w":148},";":{"d":"24,125v84,-12,124,-126,100,-216v-6,-24,-46,-30,-68,-15v-26,18,-48,80,-24,111v11,14,27,16,41,6v-7,47,-69,30,-75,75v-4,27,5,38,26,39xm88,-259v54,-1,73,-90,52,-138v-21,-49,-86,-2,-88,35v-14,39,-4,104,36,103","w":148},"<":{"d":"341,-345v40,-2,43,-86,5,-95v-23,-6,-39,5,-45,25r-211,140v-31,17,-35,65,-6,92r193,180v22,37,69,-1,69,-36v0,-30,-8,-39,-27,-42r-159,-144"},"=":{"d":"349,-364v48,29,77,-37,57,-85v-9,-22,-36,-21,-49,-8r-227,0v-47,-29,-75,37,-56,85v8,21,37,23,50,8r225,0xm338,-166v45,26,78,-40,58,-85v-8,-18,-39,-23,-50,-8r-229,0v-46,-27,-77,41,-55,87v11,23,28,21,52,6r224,0","w":440},">":{"d":"149,-417v-2,-25,-41,-40,-58,-14v-22,20,-26,77,9,86r166,119r-178,143v-47,-3,-42,82,-8,95v20,7,36,0,42,-17r222,-185v21,-16,28,-64,2,-83"},"?":{"d":"88,-259v-8,48,-5,97,48,94v25,-9,22,-50,34,-81v22,-58,46,-117,104,-148v81,-44,143,-229,28,-277v-96,-40,-160,46,-214,96v-25,23,-53,75,-34,117v35,37,69,-18,89,-44v28,-36,60,-83,110,-86v43,-3,55,39,28,72v-65,81,-174,137,-193,257xm188,-38v2,-35,-1,-68,-33,-71v-60,-6,-84,84,-53,125v42,35,92,-5,87,-55","w":398},"@":{"d":"420,-517v-85,-15,-140,49,-178,103v-44,63,-102,173,-64,265v12,30,69,34,100,12v44,-31,81,-83,111,-127v-8,52,-9,93,-3,123v9,56,61,55,98,23v84,-74,133,-228,111,-390v-13,-98,-67,-167,-181,-167v-177,0,-275,148,-335,285v-65,148,-73,426,129,418v44,-2,78,-18,105,-34v44,1,66,-96,6,-97v-28,0,-20,30,-43,41v-13,7,-41,21,-63,21v-162,0,-118,-241,-69,-340v55,-110,126,-227,282,-227v180,0,120,333,46,418v-10,10,-18,15,-25,15v-12,0,-7,-27,-6,-37r34,-288v1,-21,-5,-43,-27,-43v-12,-1,-27,12,-28,26xm393,-452v27,0,16,31,7,54v-29,67,-71,136,-120,183v-21,21,-54,18,-50,-15v11,-77,58,-152,106,-196v19,-17,38,-26,57,-26","w":604},"A":{"d":"444,-10v13,-68,-10,-111,-29,-180r-77,-284v-19,-65,-20,-116,-39,-170v-8,-23,-26,-34,-47,-14v-9,9,-16,27,-26,52r-212,546v-10,31,-9,78,28,75v30,-2,38,-50,51,-84r59,-159r167,-13r77,242v9,31,44,8,48,-11xm300,-328r-114,9r73,-201","w":448,"k":{"y":38,"Y":136,"V":39,"T":88}},"B":{"d":"378,-120v52,-51,112,-180,48,-264v-21,-27,-53,-40,-96,-40v56,-39,85,-75,90,-148v4,-54,-41,-90,-104,-89v-82,2,-152,28,-214,53v-14,11,-18,31,-20,59r-32,531v1,19,4,40,20,40v135,0,234,-69,308,-142xm215,-338v63,-12,167,-22,167,49v0,130,-140,188,-258,219r16,-247v27,-9,52,-17,75,-21xm310,-574v15,0,40,4,36,21v-18,90,-111,130,-201,149r9,-117v43,-35,95,-53,156,-53","w":460,"k":{"U":20,"C":10}},"C":{"d":"299,-586v63,0,73,52,101,72v42,-2,52,-68,27,-100v-49,-62,-154,-86,-222,-26v-111,97,-183,287,-158,497v11,88,47,173,140,173v112,0,171,-89,216,-166v25,-43,-10,-74,-47,-50v-33,21,-47,73,-82,96v-19,13,-44,32,-71,32v-121,0,-92,-210,-68,-314v17,-75,50,-141,95,-184v21,-20,44,-30,69,-30","w":430},"D":{"d":"138,5v202,-73,347,-254,315,-527v-12,-99,-86,-172,-209,-146v-55,12,-105,28,-140,60v-17,16,-25,46,-20,80r-30,464v0,36,-4,79,29,79v13,0,32,-2,55,-10xm287,-585v131,4,104,207,64,293v-46,99,-124,171,-226,205r29,-449v31,-22,79,-50,133,-49","w":454,"k":{"e":38}},"E":{"d":"343,-11v55,9,65,-56,42,-83v-9,-6,-23,-9,-42,-7r-219,25r13,-202r187,-27v38,6,58,-52,33,-79v-10,-11,-28,-13,-53,-9r-161,27r11,-170r220,-18v48,8,57,-77,18,-88v-93,-2,-177,12,-271,12v-33,0,-41,33,-43,67r-26,507v-4,46,6,73,56,68","w":398},"F":{"d":"403,-614v0,-80,-107,-31,-163,-32v-66,20,-186,-9,-155,95r-37,487v-2,52,-9,82,34,77v37,-4,39,-39,42,-77r17,-213r203,-41v29,-4,34,-60,18,-79v-17,-19,-65,-9,-89,-4r-128,26r10,-170r196,-18v37,-6,52,-14,52,-51","w":364,"k":{"A":36}},"G":{"d":"220,-58v-131,0,-122,-211,-76,-314v34,-77,88,-146,152,-189v60,-40,155,-33,166,31v9,18,58,16,61,-12v13,-107,-103,-162,-205,-120v-181,74,-300,254,-274,518v10,98,60,174,170,174v161,0,245,-128,294,-254v18,-47,31,-95,31,-144v0,-76,-93,-22,-129,-8r-89,35v-40,4,-64,50,-49,89v4,9,12,12,21,9v63,-19,106,-45,169,-65v-27,92,-76,181,-153,226v-27,16,-56,24,-89,24","w":540},"H":{"d":"116,-49r16,-244r234,-10r-13,247v-2,41,55,61,69,20v7,-20,6,-49,8,-74r31,-511v2,-35,9,-69,-27,-69v-39,0,-46,26,-49,61r-12,236r-237,13r14,-218v8,-43,-36,-75,-60,-38v-30,98,-25,254,-34,379v-6,80,-17,175,-7,250v2,16,40,36,55,11v6,-11,10,-28,12,-53","w":461},"I":{"d":"136,-653v-48,0,-47,25,-50,73r-34,522v-11,44,8,85,50,70v17,-12,19,-42,21,-68r37,-568v-2,-16,-6,-29,-24,-29","w":166},"J":{"d":"94,-75v-4,-43,17,-117,-41,-106v-56,10,-43,142,-9,177v30,50,128,70,192,35v67,-37,113,-107,119,-202r29,-434v0,-27,-3,-48,-30,-48v-39,0,-42,44,-44,81r-27,401v-10,75,-49,140,-128,146v-42,3,-58,-16,-61,-50","w":391},"K":{"d":"82,17v36,0,38,-35,41,-76r16,-254r191,299v15,18,18,36,39,34v42,-18,44,-45,19,-84r-195,-300r170,-186v28,-20,43,-46,27,-77v-16,-20,-45,-18,-59,7r-185,206r14,-172v-2,-39,4,-71,-35,-71v-27,0,-37,40,-39,71r-34,528v-1,46,-3,75,30,75","w":413,"k":{"y":66,"v":50}},"L":{"d":"289,-11v41,-2,64,-61,31,-86v-11,-5,-26,-5,-46,-1r-150,27r33,-515v2,-41,6,-69,-27,-70v-42,-2,-41,31,-44,72r-37,554v1,27,4,61,32,56","w":333,"k":{"Y":110,"T":76}},"M":{"d":"538,-57r36,-532v0,-45,-7,-58,-38,-66v-29,13,-45,53,-59,83r-179,379v-11,6,-10,-13,-15,-30r-117,-379v-6,-33,-34,-76,-61,-42v-6,9,-10,22,-11,41r-42,549v0,42,5,61,33,69v30,0,36,-42,38,-72r23,-358r104,323v6,18,31,36,56,24v47,-34,53,-103,82,-158r106,-204r-27,380v-5,33,-2,62,29,65v35,3,40,-38,42,-72","w":582,"k":{"E":13}},"N":{"d":"369,-8v26,45,82,7,74,-41r35,-546v8,-53,-10,-81,-52,-63v-14,11,-16,34,-18,57r-27,436r-73,-134r-124,-258v-16,-35,-21,-84,-60,-96v-35,5,-37,25,-40,72r-35,527v-16,70,44,93,67,47v7,-13,7,-28,4,-43r26,-399r90,171r104,215","w":490},"O":{"d":"298,0v126,-89,196,-260,178,-476v-9,-105,-43,-199,-154,-199v-100,0,-147,81,-192,149v-72,110,-123,329,-54,479v35,76,143,102,222,47xm316,-587v95,0,96,126,90,227v-7,122,-54,224,-128,278v-23,16,-48,25,-73,25v-120,0,-103,-199,-71,-305v23,-73,60,-145,108,-191v24,-23,49,-34,74,-34","w":478,"k":{"A":28}},"P":{"d":"228,-298v108,-54,229,-142,200,-296v-8,-40,-40,-60,-88,-61v-87,-2,-157,9,-214,28v-65,22,-47,138,-52,223r-24,366v-1,28,4,55,32,52v31,-4,48,-37,41,-72r13,-208v28,-6,59,-15,92,-32xm319,-567v25,-1,48,5,42,32v-22,98,-128,148,-219,180r9,-188v40,-16,114,-24,168,-24","w":415,"k":{"o":74,"e":86,"a":98,"A":75}},"Q":{"d":"112,10v84,51,192,-4,241,-61v21,32,50,55,66,90v46,29,64,21,77,-29v-28,-45,-66,-77,-93,-123v89,-119,152,-429,15,-540v-71,-58,-169,5,-211,50v-101,108,-185,262,-165,475v6,62,29,113,70,138xm346,-585v112,0,84,210,58,303v-11,38,-26,71,-43,101v-22,-24,-34,-46,-54,-70v-22,-27,-49,7,-49,35v0,27,16,35,30,57r25,41v-31,32,-68,60,-123,60v-80,0,-85,-91,-79,-176v9,-131,73,-249,151,-316v27,-23,55,-35,84,-35","w":493},"R":{"d":"418,-17v3,-29,-18,-44,-32,-61r-184,-224v103,-38,201,-99,213,-225v8,-84,-29,-127,-105,-127v-74,0,-128,-2,-180,13v-71,20,-42,154,-50,245r-28,337v-6,51,6,91,48,68v18,-10,21,-39,23,-64r13,-209r198,252v15,25,57,40,77,12v6,-8,10,-19,11,-32xm304,-566v55,8,39,62,14,94v-39,50,-105,92,-175,109r12,-191v37,-14,101,-20,149,-12","w":421,"k":{"G":17}},"S":{"d":"353,-335v31,0,42,19,39,58v-10,126,-92,201,-208,213v-59,6,-66,-49,-84,-88v-19,-42,-67,-2,-66,32v4,87,45,150,132,150v129,0,213,-83,264,-178v48,-89,65,-285,-70,-285v-85,0,-134,44,-203,59v-40,-4,-35,-57,-17,-92v28,-58,77,-115,160,-118v56,-3,47,52,100,52v52,-13,32,-97,-4,-114v-44,-35,-123,-36,-179,-5v-96,54,-188,166,-159,315v8,39,38,60,85,60v77,0,130,-59,210,-59","w":473},"T":{"d":"162,-52v-1,30,-7,69,28,67v41,-2,39,-25,42,-66r33,-503v50,-15,114,-19,149,-48v26,-22,14,-84,-29,-73r-280,72v-25,12,-57,17,-59,51v-2,75,103,24,147,15","w":374,"k":{"y":70,"u":58,"s":46,"r":69,"o":58,"e":70,"c":58,"a":58,"A":46}},"U":{"d":"159,-603v8,-42,-42,-70,-63,-32v-5,10,-8,24,-9,37r-32,485v-18,130,118,173,226,127v74,-31,135,-92,141,-185r27,-412v8,-24,5,-70,-28,-70v-38,0,-38,35,-41,73r-33,413v-16,68,-78,106,-161,109v-31,0,-61,-21,-59,-55","w":458},"V":{"d":"121,-594v3,-58,-76,-65,-75,-8v5,193,38,362,62,534v6,46,13,87,48,88v27,-12,40,-78,58,-122r114,-280v32,-68,80,-124,97,-204v7,-34,-18,-59,-47,-41v-76,87,-101,230,-160,335r-48,102","w":390,"k":{"u":38,"r":26,"o":39,"e":62,"a":15,"O":28,"A":62}},"W":{"d":"73,-652v-33,0,-39,21,-39,54v0,207,50,389,50,582v0,31,36,40,54,20v58,-121,105,-270,150,-405r34,217v17,67,23,153,56,202v60,17,64,-64,82,-123r98,-327r30,-106v5,-40,37,-99,3,-129v-40,-22,-54,36,-64,66r-87,287r-41,144r-64,-418v-4,-20,-7,-48,-33,-38v-38,33,-50,115,-68,170r-87,265r-35,-421v-11,-27,-11,-40,-39,-40","w":571,"k":{"e":21}},"X":{"d":"345,-17v-26,-104,-75,-202,-98,-309r85,-166v25,-52,64,-78,54,-147v-3,-18,-36,-24,-48,-9v-50,65,-83,150,-127,221v-33,-60,-55,-160,-85,-227v-25,-32,-73,1,-60,44r90,278r-144,302v-13,33,24,59,53,40v55,-63,83,-169,126,-247r51,148v18,40,19,77,52,97v26,7,38,-6,51,-25","w":360},"Y":{"d":"474,-560v37,-34,12,-106,-30,-77r-33,30r-155,202r-118,-181v-20,-33,-32,-92,-72,-62v-25,19,-16,58,1,88r144,248v-3,100,-22,205,-13,304v3,36,53,19,58,-3v21,-88,15,-202,26,-301","w":458},"Z":{"d":"352,11v47,9,56,-28,60,-65v5,-52,-72,-25,-117,-24r-130,4v-14,1,-29,3,-46,5r329,-530v16,-23,9,-69,-21,-67r-291,23v-34,4,-44,20,-44,57v0,46,43,28,89,23r173,-18r-320,514v-24,30,-15,86,27,85","w":426},"[":{"d":"218,103v36,0,38,-69,21,-89v-38,-4,-85,11,-125,14r47,-706r121,-46v24,-23,6,-75,-32,-72v-39,4,-68,15,-100,25v-33,10,-64,40,-66,81r-44,747v0,36,-4,74,29,69","w":303},"\\":{"d":"277,30v18,-86,-28,-176,-45,-260r-80,-396v-7,-34,-16,-73,-56,-52v-21,11,-20,29,-16,54r48,274r50,218r36,125v5,28,41,67,63,37","w":337},"]":{"d":"256,57r57,-802v7,-89,-106,-23,-168,-23v-46,0,-56,63,-33,84v35,13,87,-8,123,-12r-47,710r-114,34v-28,19,-24,108,30,84v52,-23,147,-3,152,-75","w":303},"^":{"d":"377,-511v35,13,48,-28,32,-58r-77,-147v-14,-20,-41,-7,-44,11r-108,145v-18,22,2,65,33,50v31,-35,64,-87,94,-125r49,95v6,16,13,26,21,29","w":300},"_":{"d":"348,125v31,0,35,-72,4,-72r-343,0v-31,0,-40,72,-5,72r344,0","w":352},"`":{"d":"234,-525v13,30,36,30,48,9v-8,-70,-50,-131,-89,-173v-15,-16,-49,-36,-59,-6v-9,81,70,127,100,170","w":395},"a":{"d":"310,18v37,0,39,-30,41,-67r15,-294v2,-65,-15,-111,-75,-111v-74,0,-142,25,-187,65v-15,13,-33,15,-33,46v0,43,36,33,57,19v26,-18,56,-24,81,-38v18,-10,39,-14,60,-14v14,1,29,3,28,23r-3,55v-145,9,-260,57,-274,191v-6,63,22,127,78,138v76,-2,131,-45,183,-71v-3,30,-8,58,29,58xm293,-150v-38,40,-103,107,-179,103v-33,-14,-42,-74,-10,-103v44,-40,114,-66,186,-79","w":396},"b":{"d":"155,-595v-2,-41,4,-67,-35,-67v-42,0,-42,50,-44,90r-27,511v0,45,-5,88,31,92v123,-15,189,-110,242,-199v28,-47,50,-108,54,-174v4,-64,-28,-95,-84,-95v-66,0,-114,28,-153,68xm235,-343v26,-8,74,-20,69,15v-17,116,-92,219,-182,266r10,-188v20,-44,56,-78,103,-93","w":375},"c":{"d":"149,-56v-64,-10,-48,-115,-31,-167v23,-70,62,-159,158,-133v11,4,19,10,23,18v28,24,69,0,61,-36v-15,-70,-128,-100,-195,-48v-85,65,-149,193,-129,344v8,58,38,107,104,108v112,2,156,-69,197,-137v14,-24,17,-46,17,-63v0,-34,-58,-30,-67,-6v-23,60,-61,114,-138,120","w":346},"d":{"d":"311,9v40,23,75,-11,63,-62r5,-39r25,-546v-2,-30,-59,-30,-65,-2v-16,67,-10,155,-17,231v-9,-11,-15,-13,-31,-13v-160,5,-232,129,-257,263v-14,75,18,133,56,167v65,37,160,-4,197,-38v5,-6,10,-8,15,-5v2,20,3,32,9,44xm246,-331v33,-5,77,-13,73,28v-5,60,-1,112,-28,151v-28,40,-69,75,-115,90v-43,14,-52,-5,-66,-30v-31,-95,34,-179,88,-219v16,-12,32,-17,48,-20","w":418},"e":{"d":"151,-46v-46,4,-51,-48,-48,-90v81,-26,172,-56,222,-112v59,-66,8,-198,-76,-191v-114,10,-165,103,-197,197v-35,104,-38,282,83,276v84,-3,152,-52,194,-98v13,-15,19,-28,20,-37v10,-59,-38,-54,-65,-29v-38,34,-70,77,-133,84xm113,-219v18,-70,54,-133,127,-144v25,-4,42,21,40,43v-20,43,-80,78,-127,97v-18,7,-31,8,-40,4","w":352},"f":{"d":"174,-436v1,-68,-3,-184,74,-151v23,10,46,36,72,18v21,-15,28,-47,11,-63v-31,-30,-120,-76,-169,-28v-51,48,-56,149,-61,243v-24,16,-59,15,-56,59v-7,31,16,43,41,32r11,1r-15,278v-17,49,41,84,65,39v8,-13,10,-28,7,-43r15,-292v46,-14,105,-18,136,-47v14,-23,8,-82,-34,-63","w":291,"k":{"g":36}},"g":{"d":"304,-441v-154,5,-267,76,-267,227v0,112,-2,197,63,237v53,13,98,-25,134,-55v19,-17,37,-39,52,-66v-4,113,-8,278,-137,232v-30,-20,-99,-60,-101,13v-2,63,60,85,123,85v111,0,169,-90,175,-215r20,-415v-2,-34,-23,-44,-62,-43xm133,-61v-51,-34,-35,-186,0,-229v33,-39,91,-69,161,-64v1,37,9,82,-8,114v-30,58,-70,123,-117,162v-14,11,-26,17,-36,17"},"h":{"d":"265,-338v25,3,20,46,18,70r-17,219v-6,55,29,85,58,55v27,-85,19,-225,28,-328v6,-73,3,-118,-55,-118v-70,0,-119,51,-162,91r13,-273v8,-46,-33,-54,-52,-32v-20,24,-17,73,-20,114r-26,494v-2,29,2,61,29,63v27,2,40,-29,42,-63r10,-182v42,-37,72,-94,134,-110","w":382},"i":{"d":"137,-346v3,-45,17,-98,-25,-100v-54,-3,-46,50,-48,102r-14,310v-12,47,53,70,63,28v25,-100,17,-228,24,-340xm92,-498v63,31,90,-84,66,-136v-11,-23,-59,-16,-72,6v-22,24,-28,114,6,130","w":166},"j":{"d":"118,89r28,-465v2,-35,-3,-65,-37,-65v-44,1,-41,55,-43,95r-19,435v1,110,-56,67,-83,29v-8,-13,-40,-20,-50,2v-11,14,-18,48,0,59v27,28,55,66,87,87v68,25,90,-46,107,-102v7,-25,9,-50,10,-75xm86,-495v67,44,110,-78,80,-137v-15,-19,-68,-13,-79,8v-30,24,-34,107,-1,129","w":166},"k":{"d":"82,15v37,1,38,-34,40,-70r10,-144r108,185v13,16,28,49,55,32v22,-14,17,-54,3,-79r-107,-190r103,-112v19,-18,30,-20,34,-48r1,1v-3,-22,-9,-61,-37,-49v-58,43,-103,101,-153,153r13,-322v6,-46,-63,-45,-71,-10v-4,16,-3,35,-5,55r-25,551v2,23,7,46,31,47","w":315},"l":{"d":"122,-57r30,-559v2,-29,-2,-54,-32,-51v-36,3,-38,47,-40,84r-29,531v-1,34,7,69,35,67v32,-2,34,-37,36,-72","w":166},"m":{"d":"520,-57r18,-323v3,-53,-34,-102,-86,-68r-112,73v-7,-33,9,-87,-33,-87v-72,0,-114,75,-171,101v1,-32,12,-75,-25,-75v-31,0,-41,19,-43,55r-17,323v-21,60,59,99,66,30r22,-229v33,-31,76,-71,121,-89v7,-1,5,7,5,13r-15,275v0,48,0,63,35,72v30,1,33,-42,35,-72r14,-205v29,-43,72,-73,126,-86v5,0,6,5,5,16r-14,284v0,36,10,56,29,61v22,5,37,-18,40,-69","w":565},"n":{"d":"218,-342v26,-10,61,-19,59,16r-15,277v-1,43,-1,59,32,62v47,5,38,-64,40,-110r15,-282v2,-53,-40,-86,-93,-66v-37,14,-79,33,-114,47v-7,-24,11,-68,-32,-55v-70,21,-45,138,-50,221r-11,204v-6,45,48,53,63,17v4,-10,7,-24,8,-37r19,-241v21,-24,50,-42,79,-53","w":376},"o":{"d":"234,7v112,-60,185,-243,124,-398v-26,-65,-127,-76,-187,-31v-88,66,-155,190,-135,342v8,62,43,109,115,110v29,0,56,-8,83,-23xm257,-358v72,0,58,121,37,176v-24,62,-62,126,-139,126v-69,0,-56,-103,-39,-160v21,-69,57,-142,141,-142","w":392},"p":{"d":"118,16v94,11,147,-42,190,-98v55,-73,116,-230,62,-336v-40,-78,-174,-35,-224,14v12,-57,-56,-62,-70,-20v-5,15,-8,32,-9,52r-30,592v0,36,-5,76,27,69v33,-7,41,-24,43,-65xm281,-360v29,0,37,24,35,56v-6,95,-52,172,-109,217v-19,14,-37,21,-54,21v-17,0,-27,-6,-25,-24r11,-199v20,-44,79,-71,142,-71","w":397},"q":{"d":"421,201v4,-18,8,-47,-7,-54v-9,-4,-18,-2,-29,8r-42,23r30,-573v0,-42,-45,-52,-86,-52v-115,0,-184,82,-225,171v-42,90,-54,293,65,293v62,0,114,-24,157,-72r-16,297v-6,50,23,67,61,46v35,-19,81,-45,92,-87xm140,-74v-36,0,-37,-45,-34,-83v9,-117,69,-187,174,-206v38,3,15,64,16,103v4,114,-51,186,-156,186","w":399},"r":{"d":"114,-448v-42,-1,-44,19,-46,61r-18,353v-6,38,38,66,60,32v19,-83,20,-207,31,-301v24,-20,38,-39,78,-46v57,-11,101,-8,103,-67r-15,-34v-59,-27,-122,18,-165,43v-7,-26,-3,-40,-28,-41","w":283},"s":{"d":"246,-206v27,-13,62,-14,58,19v-10,76,-72,130,-155,136v-44,3,-73,-85,-121,-43v-40,97,104,154,198,107v85,-43,168,-131,144,-259v-10,-52,-64,-70,-122,-50v-42,14,-79,39,-122,50v-15,1,-17,-6,-17,-17v15,-84,107,-109,208,-103v40,1,50,-57,19,-76v-106,-34,-219,34,-268,104v-39,56,-46,188,44,183v53,-3,93,-32,134,-51","w":390},"t":{"d":"197,-92v-8,12,-37,21,-36,-4r14,-276v61,-14,169,-12,133,-100v-10,-10,-22,-5,-41,-1r-87,16v-2,-43,21,-116,-24,-123v-51,-8,-43,85,-46,138v-39,6,-77,15,-75,61v-6,31,46,33,71,22r-17,313v-17,87,86,74,131,39v28,-22,53,-43,70,-74v9,-54,-55,-67,-79,-29v-3,5,-9,10,-14,18","w":327},"u":{"d":"190,-72v-24,9,-68,12,-66,-17r17,-289v11,-44,-12,-87,-50,-64v-17,10,-27,33,-23,61r-16,297v-8,83,41,122,116,98v36,-12,69,-24,97,-40v-3,30,7,42,31,42v34,0,55,-21,42,-65r18,-338v7,-48,10,-74,-25,-75v-35,6,-45,32,-47,75r-13,260v-21,21,-50,43,-81,55","w":382},"v":{"d":"279,-284v15,-47,53,-96,43,-152v-4,-20,-44,-18,-52,-5v-53,87,-92,203,-137,300r-42,-281v-11,-45,-72,-19,-69,14v6,76,21,137,34,212v6,34,19,90,27,128v9,43,40,128,67,68","w":307},"w":{"d":"112,-147r-15,-285v-1,-32,-51,-32,-59,-6v-12,118,6,280,15,406v3,38,12,57,55,46v39,-44,46,-109,76,-170v11,-23,21,-54,32,-89v14,90,32,182,58,260v5,15,40,17,50,1v16,-22,24,-60,33,-88r103,-286v29,-46,21,-93,-30,-96v-38,33,-47,104,-64,156r-39,120v-6,17,-12,31,-17,42r-51,-276v-8,-24,-39,-17,-49,4v-33,74,-68,180,-98,261","w":450},"x":{"d":"117,-212r-80,125v-21,31,-31,55,-30,73v1,42,61,27,67,2v32,-39,60,-96,89,-140v32,44,55,101,86,146v23,33,69,11,67,-23r-64,-125r-44,-71r102,-157v22,-25,18,-72,-23,-69v-26,2,-41,40,-55,61r-69,106r-83,-146v-13,-34,-76,-10,-66,24v22,75,75,124,103,194","w":310},"y":{"d":"213,74r143,-466v7,-28,-1,-51,-30,-50v-33,0,-36,15,-43,41r-83,287r-108,-310v-14,-24,-57,-5,-61,19v-2,14,-2,31,5,53r126,351v-14,42,-21,90,-46,121v-23,29,-87,-21,-106,26v-7,9,-13,65,11,69v34,7,88,10,115,-8v41,-27,60,-80,77,-133","w":346},"z":{"d":"28,11v74,7,179,-10,254,1v44,6,64,-49,41,-80v-15,-10,-43,-4,-65,-4r-127,0r185,-278v23,-23,35,-46,23,-79v-12,-18,-45,-11,-71,-10v-69,4,-148,-2,-210,9v-26,15,-25,81,14,81v58,0,105,-7,165,-6r-174,263v-20,26,-68,64,-35,103","w":347},"{":{"d":"82,-309v104,-8,59,137,52,213v-11,118,-35,272,117,216v38,-3,66,-48,42,-86v-6,-10,-18,-11,-29,-3v-45,33,-68,6,-66,-41v5,-113,51,-261,-15,-341v77,-60,52,-217,83,-327v8,-27,22,-52,60,-46v32,6,33,-58,22,-74v-132,-30,-166,144,-172,287v-2,58,-16,101,-78,101v-37,0,-57,49,-42,85v5,11,13,16,26,16","w":372},"|":{"d":"111,78r58,-808v-1,-26,-3,-57,-29,-52v-51,11,-43,69,-47,129r-54,732v-17,48,34,90,61,49v7,-11,11,-28,12,-51","w":167},"}":{"d":"210,-704v0,120,-56,289,13,369v-83,53,-53,213,-82,324v-4,17,-15,33,-34,34v-45,3,-72,62,-47,97v46,32,92,-22,117,-52v57,-69,34,-213,67,-308v9,-25,28,-49,62,-49v36,1,60,-42,40,-73v-17,-27,-76,-4,-82,-51v-14,-98,18,-204,18,-303v0,-53,-28,-95,-84,-97v-50,-1,-95,6,-96,56v-1,33,27,46,60,35v21,-7,48,0,48,18","w":372},"~":{"d":"112,-507v32,-4,35,-56,66,-62v31,16,34,70,85,69v75,-1,95,-52,99,-127v1,-21,-20,-39,-44,-29v-28,11,-8,77,-44,83v-42,-9,-33,-82,-85,-78v-56,5,-101,48,-110,104v-3,21,13,43,33,40","w":369},"\u20ac":{"d":"281,-192v45,26,79,-40,59,-85v-8,-18,-40,-23,-51,-8r-151,0v4,-38,10,-72,20,-105r134,0v48,29,77,-37,57,-85v-9,-22,-36,-21,-49,-8r-105,0v27,-49,61,-98,123,-103v62,-5,74,51,100,72v44,-1,54,-69,27,-100v-34,-39,-68,-61,-129,-61v-114,0,-158,105,-201,192r-42,0v-47,-29,-74,37,-55,85v8,21,36,23,49,8r17,0v-9,34,-16,68,-20,105v-18,-9,-41,-9,-54,11v-25,39,-3,125,47,82r4,0v9,111,36,222,144,222v112,0,171,-89,216,-166v25,-43,-11,-74,-47,-50v-33,21,-46,72,-81,96v-27,19,-73,46,-109,22v-34,-22,-46,-71,-50,-124r147,0","w":449},"\u00c4":{"d":"444,-10v13,-68,-10,-111,-29,-180r-77,-284v-19,-65,-20,-116,-39,-170v-8,-23,-26,-34,-47,-14v-9,9,-16,27,-26,52r-212,546v-10,31,-9,78,28,75v30,-2,38,-50,51,-84r59,-159r167,-13r77,242v9,31,44,8,48,-11xm300,-328r-114,9r73,-201xm162,-730v30,50,84,3,84,-47v0,-34,-1,-67,-33,-67v-52,0,-77,69,-51,114xm320,-718v51,29,80,-51,64,-106v-14,-48,-82,-9,-85,22v-15,32,-1,72,21,84","w":448},"\u00d6":{"d":"298,0v126,-89,196,-260,178,-476v-9,-105,-43,-199,-154,-199v-100,0,-147,81,-192,149v-72,110,-123,329,-54,479v35,76,143,102,222,47xm316,-587v95,0,96,126,90,227v-7,122,-54,224,-128,278v-23,16,-48,25,-73,25v-120,0,-103,-199,-71,-305v23,-73,60,-145,108,-191v24,-23,49,-34,74,-34xm195,-730v30,50,83,3,83,-47v0,-31,-1,-67,-33,-67v-52,0,-77,70,-50,114xm352,-718v52,28,78,-49,65,-106v-8,-35,-60,-25,-73,-1v-27,26,-23,91,8,107","w":478},"\u00dc":{"d":"159,-603v8,-42,-42,-70,-63,-32v-5,10,-8,24,-9,37r-32,485v-18,130,118,173,226,127v74,-31,135,-92,141,-185r27,-412v8,-24,5,-70,-28,-70v-38,0,-38,35,-41,73r-33,413v-16,68,-78,106,-161,109v-31,0,-61,-21,-59,-55xm171,-730v30,50,83,3,83,-47v0,-31,-1,-67,-33,-67v-52,0,-77,70,-50,114xm328,-718v52,28,78,-49,65,-106v-8,-35,-60,-25,-73,-1v-27,26,-23,91,8,107","w":458},"\u00df":{"d":"301,-562v-31,55,-85,99,-75,191v-9,66,33,118,72,151v31,27,93,-2,77,70v-8,41,-26,105,-75,72v-18,-12,-57,-72,-92,-34v-41,85,85,160,162,106v49,-34,76,-95,80,-177v3,-57,-30,-107,-75,-108v-65,-2,-109,-39,-94,-111v10,-49,66,-77,78,-129v24,-101,-40,-171,-142,-149v-100,21,-111,142,-116,263v-24,16,-59,15,-56,59v-7,31,16,43,41,32r11,1r-16,368v-16,49,41,84,65,39v8,-13,10,-28,7,-43r24,-553v6,-56,34,-101,99,-94v17,6,26,20,25,46","w":454},"\u00e4":{"d":"310,18v37,0,39,-30,41,-67r15,-294v2,-65,-15,-111,-75,-111v-74,0,-142,25,-187,65v-15,13,-33,15,-33,46v0,43,36,33,57,19v26,-18,56,-24,81,-38v18,-10,39,-14,60,-14v14,1,29,3,28,23r-3,55v-145,9,-260,57,-274,191v-6,63,22,127,78,138v76,-2,131,-45,183,-71v-3,30,-8,58,29,58xm293,-150v-38,40,-103,107,-179,103v-33,-14,-42,-74,-10,-103v44,-40,114,-66,186,-79xm120,-530v30,50,84,3,84,-47v0,-34,-1,-67,-33,-67v-52,0,-77,69,-51,114xm278,-518v51,29,80,-51,64,-106v-14,-48,-82,-9,-85,22v-15,32,-1,72,21,84","w":396},"\u00f6":{"d":"234,7v112,-60,185,-243,124,-398v-26,-65,-127,-76,-187,-31v-88,66,-155,190,-135,342v8,62,43,109,115,110v29,0,56,-8,83,-23xm257,-358v72,0,58,121,37,176v-24,62,-62,126,-139,126v-69,0,-56,-103,-39,-160v21,-69,57,-142,141,-142xm175,-507v53,0,65,-91,38,-130v-41,-23,-82,22,-82,62v0,33,14,68,44,68xm285,-534v29,50,83,3,83,-48v0,-31,-1,-66,-33,-66v-52,0,-76,69,-50,114","w":392},"\u00fc":{"d":"190,-72v-24,9,-68,12,-66,-17r17,-289v11,-44,-12,-87,-50,-64v-17,10,-27,33,-23,61r-16,297v-8,83,41,122,116,98v36,-12,69,-24,97,-40v-3,30,7,42,31,42v34,0,55,-21,42,-65r18,-338v7,-48,10,-74,-25,-75v-35,6,-45,32,-47,75r-13,260v-21,21,-50,43,-81,55xm151,-507v53,0,65,-91,38,-130v-41,-23,-82,22,-82,62v0,33,14,68,44,68xm261,-534v29,50,83,3,83,-48v0,-31,-1,-66,-33,-66v-52,0,-76,69,-50,114","w":382}}});

/* DEFINITION
*/

Cufon.replace('h1');
