/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.02
 */
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}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},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},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},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 B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};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(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}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)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,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 B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}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(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}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={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,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){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(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}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("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-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").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(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());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 g=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(g?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());Cufon.registerFont({"w":488,"face":{"font-family":"Graublau Web","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 5 0 4 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"13","bbox":"-44 -874 1055 288","underline-thickness":"146","underline-position":"-3","stemh":"71","stemv":"86","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":236},"A":{"d":"434,0r-69,-225r-221,0r-66,225r-87,0r220,-739r89,0r229,739r-95,0xm254,-650r-92,356r184,0","w":520},"B":{"d":"497,-210v0,162,-100,210,-245,210r-159,0r0,-739r161,0v175,0,217,95,217,185v0,73,-32,126,-90,157v80,35,116,107,116,187xm406,-211v-5,-141,-105,-147,-228,-143r0,284v130,5,233,0,228,-141xm380,-549v0,-62,-30,-120,-129,-120r-73,0r0,249r58,0v107,0,144,-57,144,-129","w":523},"C":{"d":"445,-89r11,73v-43,18,-86,28,-137,28v-233,0,-277,-199,-277,-376v0,-209,62,-388,283,-388v50,0,88,9,130,24r-15,72v-14,-7,-59,-24,-115,-24v-132,0,-193,103,-193,306v0,186,51,314,189,314v33,0,76,-7,124,-29","w":463},"D":{"d":"565,-375v0,163,-53,375,-295,375r-178,0r0,-739r181,0v238,0,292,209,292,364xm477,-371v0,-127,-37,-297,-214,-297r-86,0r0,597r100,0v165,0,200,-169,200,-300","w":608},"E":{"d":"468,0r-376,0r0,-739r358,0r0,71r-273,0r0,248r246,0r0,70r-246,0r0,279r291,0r0,71","w":498},"F":{"d":"438,-668r-261,0r0,272r229,0r0,70r-229,0r0,326r-85,0r0,-739r346,0r0,71","w":434},"G":{"d":"537,-335r0,285v-70,44,-127,63,-208,63v-197,0,-279,-173,-279,-368v0,-193,79,-397,298,-397v76,0,141,27,185,49r-26,70v-47,-26,-102,-47,-159,-47v-162,0,-208,165,-208,318v0,172,62,303,195,303v49,0,75,-7,121,-32r0,-244r81,0","w":599},"H":{"d":"554,0r-86,0r0,-353r-289,0r0,353r-86,0r0,-739r86,0r0,315r289,0r0,-315r86,0r0,739","w":646},"I":{"d":"177,0r-84,0r0,-739r84,0r0,739","w":270},"J":{"d":"237,-739r0,452v0,236,-89,276,-228,316r-13,-74v102,-34,156,-70,156,-245r0,-449r85,0","w":321},"K":{"d":"529,-739r-224,311r249,428r-110,0r-192,-360r-74,109r0,251r-86,0r0,-739r86,0r0,368r240,-368r111,0","w":540},"L":{"d":"453,0r-361,0r0,-739r85,0r0,665r276,0r0,74","w":458},"M":{"d":"693,0r-87,0r-28,-565r-181,565r-49,0r-182,-565r-29,565r-76,0r42,-739r83,0r190,584r194,-584r80,0","w":753},"N":{"d":"574,0r-63,0r-337,-566r0,566r-82,0r0,-739r66,0r335,558r0,-558r81,0r0,739","w":666},"O":{"d":"583,-384v0,192,-59,397,-276,397v-213,0,-263,-201,-263,-368v0,-179,63,-397,275,-397v203,0,264,196,264,368xm494,-380v0,-135,-33,-301,-178,-301v-150,0,-184,184,-184,322v0,144,37,301,177,301v142,0,185,-160,185,-322","w":627},"P":{"d":"484,-510v0,166,-127,272,-307,229r0,281r-86,0r0,-739r158,0v152,0,235,87,235,229xm392,-503v0,-95,-39,-165,-152,-165r-63,0r0,317v24,7,51,9,71,9v107,0,144,-69,144,-161","w":512},"Q":{"d":"583,-384v0,156,-39,320,-169,376v286,96,380,183,641,143r-5,67v-311,45,-449,-83,-773,-191v-188,-18,-233,-207,-233,-366v0,-179,63,-397,275,-397v203,0,264,196,264,368xm494,-380v0,-135,-33,-301,-178,-301v-150,0,-184,184,-184,322v0,144,37,301,177,301v142,0,185,-160,185,-322","w":627},"R":{"d":"92,-739r147,0v164,0,240,75,240,202v0,106,-50,170,-128,204r163,333r-106,0r-137,-311v-29,4,-61,6,-94,5r0,306r-85,0r0,-739xm177,-667r0,291v112,4,213,-32,213,-160v0,-87,-50,-134,-152,-132","w":530},"S":{"d":"426,-183v0,229,-256,224,-403,151r24,-80v56,33,116,53,164,53v67,0,126,-40,126,-123v0,-179,-294,-167,-294,-392v0,-185,194,-213,348,-144r-20,72v-46,-22,-91,-34,-130,-34v-56,0,-110,27,-110,101v0,170,295,152,295,396","w":450},"T":{"d":"468,-667r-202,0r0,667r-85,0r0,-667r-199,0r0,-72r486,0r0,72","w":450},"U":{"d":"541,-739r0,500v0,131,-61,252,-232,252v-170,0,-222,-120,-222,-250r0,-502r86,0r0,484v0,113,32,192,142,192v113,0,141,-90,141,-194r0,-482r85,0","w":628},"V":{"d":"529,-739r-243,739r-52,0r-244,-739r94,0r178,589r177,-589r90,0","w":519},"W":{"d":"746,-739r-125,739r-67,0r-173,-594r-174,594r-67,0r-124,-739r91,0r85,575r159,-575r68,0r159,575r86,-575r82,0","w":763},"X":{"d":"397,0r-155,-313r-153,313r-95,0r195,-385r-182,-354r103,0r141,286r136,-286r97,0r-185,353r202,386r-104,0","w":491},"Y":{"d":"491,-739r-210,497r0,242r-85,0r0,-240r-212,-499r97,0r159,412r162,-412r89,0","w":476},"Z":{"d":"443,0r-432,0r-11,-60r331,-605r-304,0r0,-74r402,0r11,55r-331,610r334,0r0,74","w":443},"a":{"d":"382,0r-70,0r-9,-52v-34,24,-83,63,-140,63v-82,0,-122,-64,-122,-141v0,-122,110,-156,248,-160r0,-102v0,-73,-28,-94,-73,-94v-35,0,-77,12,-132,38r-18,-65v47,-18,100,-39,162,-39v108,0,145,60,145,158r0,242v0,56,5,110,9,152xm289,-102r0,-135v-74,2,-169,13,-169,97v0,52,26,88,71,88v27,0,56,-18,98,-50","w":442},"b":{"d":"453,-281v0,140,-55,295,-209,295v-62,0,-119,-25,-169,-56r0,-770r85,0r0,288v31,-17,67,-30,108,-30v120,0,185,118,185,273xm364,-275v0,-111,-34,-208,-112,-208v-23,0,-62,8,-92,32r0,366v24,17,59,28,86,28v84,0,118,-107,118,-218","w":497},"c":{"d":"350,-90r20,67v-33,19,-72,33,-123,33v-133,0,-205,-101,-205,-278v0,-185,77,-281,216,-281v32,0,69,5,110,27r-21,71v-36,-23,-66,-30,-90,-30v-75,0,-127,57,-127,204v0,189,89,267,220,187","w":383},"d":{"d":"423,-812r0,796v-46,14,-106,30,-163,30v-162,0,-217,-130,-217,-270v0,-146,61,-298,212,-298v34,0,58,8,82,17r0,-275r86,0xm337,-73r0,-389v-126,-69,-204,37,-204,197v0,111,33,209,133,209v24,0,50,-6,71,-17","w":496},"e":{"d":"405,-269r-285,0v1,135,47,214,133,214v40,0,82,-17,125,-46r21,66v-49,31,-98,48,-153,48v-163,0,-203,-144,-203,-276v0,-161,60,-289,195,-289v143,-1,187,143,167,283xm235,-490v-62,0,-103,60,-113,165r208,0v0,-103,-30,-165,-95,-165","w":451},"f":{"d":"357,-805r-18,64v-28,-12,-59,-19,-86,-19v-96,0,-84,121,-84,221r117,0r0,64r-117,0r0,475r-85,0r0,-475r-62,0r0,-64r62,0v-7,-155,10,-290,160,-288v42,0,84,11,113,22","w":273},"g":{"d":"54,-362v0,-151,115,-229,236,-174v40,-61,78,-114,124,-126r27,66v-36,9,-76,43,-105,95v29,34,46,82,46,140v-2,134,-87,198,-205,178v-82,198,250,93,248,309v0,129,-112,162,-205,162v-111,0,-192,-49,-192,-149v0,-76,45,-131,82,-175v-34,-42,-30,-135,7,-174v-39,-29,-63,-80,-63,-152xm341,134v0,-93,-108,-93,-184,-133v-33,43,-57,84,-57,129v0,66,49,97,120,97v62,0,121,-23,121,-93xm308,-365v0,-83,-40,-124,-92,-124v-59,0,-90,53,-90,124v0,78,38,120,91,120v51,0,91,-36,91,-120","w":432},"h":{"d":"444,0r-85,0r0,-368v0,-75,-20,-109,-68,-109v-43,0,-85,27,-132,70r0,407r-85,0r0,-813r85,0r-3,334v105,-93,288,-132,288,97r0,382","w":514},"i":{"d":"164,0r-86,0r0,-539r86,0r0,539xm176,-713v0,33,-24,57,-55,57v-32,0,-54,-24,-54,-57v0,-33,24,-58,54,-58v31,0,55,25,55,58","w":242},"j":{"d":"78,-539r85,0r0,524v0,152,-37,213,-191,247r-16,-69v85,-22,122,-50,122,-173r0,-529xm175,-713v0,33,-24,57,-55,57v-32,0,-54,-24,-54,-57v0,-33,24,-58,54,-58v31,0,55,25,55,58","w":240},"k":{"d":"436,-539r-173,231r188,308r-104,0r-134,-240r-57,76r0,164r-82,0r0,-812r84,0r-2,540r177,-267r103,0","w":446},"l":{"d":"160,0r-86,0r0,-812r86,0r0,812","w":233},"m":{"d":"444,0r-85,0r0,-368v0,-75,-20,-109,-68,-109v-43,0,-85,27,-132,71r0,406r-85,0r0,-539r79,0r0,64v57,-45,109,-77,170,-77v50,0,89,22,108,79v104,-93,298,-147,298,94r0,379r-85,0r0,-369v0,-73,-20,-108,-68,-108v-47,0,-92,35,-133,72","w":799},"n":{"d":"444,0r-85,0r0,-368v0,-75,-20,-109,-68,-109v-43,0,-85,27,-132,71r0,406r-85,0r0,-539r76,0r3,64v109,-97,291,-139,291,93r0,382","w":514},"o":{"d":"44,-265v0,-158,62,-287,209,-287v149,0,197,130,197,275v0,164,-62,290,-206,290v-140,0,-200,-122,-200,-278xm131,-268v0,126,35,212,115,212v85,0,117,-99,117,-219v0,-120,-32,-209,-114,-209v-82,0,-118,87,-118,216","w":494},"p":{"d":"72,273r0,-799v40,-12,111,-28,166,-28v164,0,207,144,207,273v0,112,-33,295,-207,295v-20,0,-55,-4,-81,-20r0,279r-85,0xm157,-466r0,381v24,21,58,28,82,28v87,0,117,-100,117,-218v0,-90,-18,-209,-120,-209v-24,0,-57,6,-79,18"},"q":{"d":"43,-260v0,-147,53,-294,223,-294v44,0,99,10,150,42r0,785r-85,0r0,-282v-30,15,-65,23,-97,23v-132,0,-191,-118,-191,-274xm133,-262v0,108,27,205,112,205v19,0,57,-5,86,-28r0,-378v-19,-14,-50,-20,-71,-20v-99,0,-127,109,-127,221","w":487},"r":{"d":"361,-530r-20,74v-15,-12,-34,-17,-52,-17v-48,0,-91,53,-131,149r0,324r-84,0r0,-539r84,0r0,111v42,-87,108,-168,203,-102","w":361},"s":{"d":"43,-404v0,-154,162,-175,279,-126r-18,68v-61,-35,-176,-45,-176,51v0,128,211,81,211,271v0,179,-195,176,-312,120r21,-70v67,47,206,65,206,-43v0,-132,-211,-95,-211,-271","w":365},"t":{"d":"297,-74r12,71v-22,9,-57,16,-91,16v-98,0,-139,-58,-139,-165r0,-323r-65,0r0,-64r65,0r0,-179r86,-21r0,200r128,0r0,64r-128,0r0,311v0,65,19,104,69,104v24,0,46,-7,63,-14","w":304},"u":{"d":"72,-539r85,0r0,375v0,75,27,102,75,102v42,0,78,-27,125,-70r0,-407r85,0r0,539r-76,0r-4,-64v-56,45,-98,77,-159,77v-72,0,-131,-34,-131,-160r0,-392","w":516},"v":{"d":"432,-539r-180,539r-69,0r-183,-539r97,0r124,423r120,-423r91,0","w":432},"w":{"d":"632,-539r-124,539r-57,0r-127,-418r-126,418r-59,0r-128,-539r87,0r82,403r117,-403r58,0r119,402r76,-402r82,0","w":643},"x":{"d":"11,-539r99,0r98,210r104,-210r93,0r-144,265r151,274r-101,0r-107,-217r-111,217r-92,0r149,-272","w":413},"y":{"d":"420,-539r-171,585v-48,142,-102,184,-204,228r-34,-62v94,-37,147,-106,169,-225r-185,-526r92,0r134,429r110,-429r89,0","w":418},"z":{"d":"373,0r-344,0r-4,-53r244,-420r-230,0r0,-66r324,0r6,53r-246,419r250,0r0,67","w":393},"&":{"d":"440,-564v0,87,-70,147,-141,206v67,66,159,156,267,301r-47,62r-78,-97v-55,61,-114,108,-209,108v-113,0,-169,-63,-169,-159v0,-96,54,-163,115,-218v-53,-55,-82,-104,-82,-175v0,-98,63,-163,175,-163v102,0,169,53,169,135xm242,-52v60,0,108,-44,150,-95v-60,-66,-113,-114,-157,-156v-46,43,-81,90,-81,150v0,65,32,101,88,101xm184,-532v0,41,21,75,59,117v57,-47,107,-89,107,-141v0,-56,-52,-75,-85,-75v-53,-1,-81,46,-81,99","w":588},",":{"d":"95,163r-52,-44v32,-38,49,-76,49,-109v0,-38,-26,-41,-26,-80v0,-27,20,-47,49,-47v40,0,65,40,65,97v0,64,-33,126,-85,183","w":222},";":{"d":"121,163r-52,-44v32,-38,49,-76,49,-109v0,-38,-26,-41,-26,-80v0,-27,20,-47,49,-47v40,0,65,40,65,97v0,64,-33,126,-85,183xm195,-494v0,34,-25,59,-56,59v-33,0,-58,-25,-58,-59v0,-34,26,-59,58,-59v31,0,56,25,56,59","w":255},":":{"d":"195,-45v0,34,-25,59,-56,59v-33,0,-58,-25,-58,-59v0,-34,26,-59,58,-59v31,0,56,25,56,59xm195,-494v0,34,-25,59,-56,59v-33,0,-58,-25,-58,-59v0,-34,26,-59,58,-59v31,0,56,25,56,59","w":255},".":{"d":"176,-45v0,34,-25,59,-56,59v-33,0,-58,-25,-58,-59v0,-34,26,-59,58,-59v31,0,56,25,56,59","w":224},"-":{"d":"315,-291r-264,0r0,-71r264,0r0,71","w":369},"!":{"d":"204,-739r-7,519r-79,0r-7,-519r93,0xm225,-45v0,34,-25,59,-56,59v-33,0,-58,-25,-58,-59v0,-34,26,-59,58,-59v31,0,56,25,56,59","w":260},"?":{"d":"147,-216r0,-59v0,-172,122,-200,122,-310v0,-111,-126,-92,-188,-40r-29,-61v47,-31,94,-51,155,-51v112,0,150,72,150,147v0,139,-125,174,-125,320r0,54r-85,0xm247,-45v0,34,-24,59,-56,59v-32,0,-57,-25,-57,-59v0,-34,25,-59,57,-59v32,0,56,25,56,59","w":393},"\/":{"d":"339,-794r-244,906r-76,-24r243,-906","w":335},"|":{"d":"168,107r-81,0r0,-919r81,0r0,919","w":254},"\\":{"d":"210,112r-243,-909r78,-25r244,910","w":278},"^":{"d":"472,-308r-94,0r-143,-358r-141,358r-94,0r197,-453r78,0","w":475},"~":{"d":"387,-345r25,59v-22,23,-64,56,-119,56v-70,0,-92,-59,-158,-59v-34,0,-60,11,-87,35r-22,-59v39,-34,76,-51,116,-51v75,0,105,59,158,59v36,0,62,-20,87,-40","w":437},"(":{"d":"282,166r-60,39v-64,-89,-163,-260,-163,-538v0,-263,86,-411,164,-536r58,41v-53,94,-139,254,-139,493v0,253,92,424,140,501","w":273},")":{"d":"210,-333v0,251,-76,396,-158,538r-60,-40v73,-136,134,-267,134,-497v0,-227,-64,-356,-135,-498r63,-39v78,131,156,284,156,536","w":269},"[":{"d":"276,132r-197,0r0,-1002r197,0r0,66r-123,0r0,870r123,0r0,66","w":299},"]":{"d":"219,132r-196,0r0,-66r122,0r0,-870r-122,0r0,-66r196,0r0,1002","w":298},"{":{"d":"252,76r-13,57v-73,-24,-126,-50,-126,-185r0,-137v0,-111,-29,-157,-89,-166r0,-50v52,-7,89,-51,89,-144r0,-168v0,-115,72,-152,126,-156r9,57v-40,2,-63,36,-63,111r0,157v0,100,-36,145,-73,166v41,20,73,85,73,169r0,170v0,70,19,99,67,119","w":289},"}":{"d":"37,-817r15,-57v71,24,124,49,124,184r0,137v0,112,29,158,88,167r0,50v-49,7,-88,50,-88,144r0,167v0,115,-72,153,-125,156r-9,-57v41,-2,64,-35,64,-110r0,-157v0,-101,35,-145,72,-166v-41,-21,-72,-86,-72,-170r0,-169v0,-71,-21,-100,-69,-119","w":289},"*":{"d":"303,-538r-14,192r142,-73r27,82r-158,50r109,149r-69,51r-82,-160r-77,161r-69,-50r105,-151r-155,-46r26,-82r142,68r-17,-191r90,0"},"_":{"d":"420,78r-413,0r0,-65r413,0r0,65","w":429},"'":{"d":"136,-852v3,96,-6,180,-13,267r-65,0r-12,-165r0,-102r90,0","w":182},"\"":{"d":"136,-852v3,96,-6,180,-13,267r-65,0r-12,-165r0,-102r90,0xm301,-852v2,95,-6,180,-12,267r-66,0r-10,-165r0,-102r88,0","w":347},"@":{"d":"395,11v-105,0,-146,-122,-146,-231v2,-225,157,-377,337,-255r0,315v0,70,14,107,49,107v57,0,81,-109,81,-231v0,-210,-89,-361,-263,-361v-171,0,-313,138,-313,403v0,219,98,391,299,391v48,0,115,-11,168,-34r20,65v-60,22,-129,34,-193,34v-244,0,-373,-190,-373,-453v0,-290,165,-472,386,-472v200,0,349,149,349,415v0,138,-42,307,-178,307v-63,0,-84,-35,-93,-85v-26,49,-72,85,-130,85xm508,-148r0,-292v-116,-57,-177,73,-178,209v0,95,31,176,88,176v39,0,78,-42,90,-93","w":858},"$":{"d":"181,136r6,-125v-57,-5,-112,-22,-154,-43r24,-80v45,27,92,45,134,51r16,-295v-76,-48,-154,-102,-154,-218v0,-114,80,-170,174,-177r6,-109r66,0r-6,112v32,4,66,14,108,30r-20,72v-32,-15,-63,-26,-92,-31r-14,260v78,49,161,105,161,234v0,133,-91,185,-184,194r-7,125r-64,0xm347,-182v0,-60,-34,-98,-78,-132r-13,251v51,-12,91,-51,91,-119xm141,-579v0,55,30,90,71,120r11,-218v-45,8,-82,37,-82,98","w":470},"#":{"d":"527,-153r-96,0r0,250r-81,0r0,-250r-122,0r0,250r-80,0r0,-250r-100,0r0,-71r99,0r0,-206r-99,0r0,-70r100,0r0,-243r80,0r0,243r121,0r0,-243r82,0r0,243r97,0r0,70r-97,0r0,206r96,0r0,71xm349,-224r0,-206r-121,0r0,206r121,0","w":576},"0":{"d":"485,-334v0,166,-50,346,-224,346v-176,0,-216,-186,-216,-336v0,-165,53,-348,227,-348v173,0,213,183,213,338xm399,-327v0,-134,-29,-275,-133,-275v-100,0,-133,138,-133,272v0,117,19,271,132,271v103,0,134,-135,134,-268","w":530},"1":{"d":"245,0r-86,0r0,-560r-118,68r-29,-60r165,-113r68,0r0,665","w":323},"2":{"d":"382,0r-355,0r0,-55v109,-128,250,-307,250,-441v0,-128,-130,-127,-226,-73r-21,-65v52,-26,108,-40,159,-40v122,0,175,70,175,169v0,161,-138,327,-220,433r238,0r0,72","w":422},"3":{"d":"341,-512v0,71,-33,130,-96,165v83,18,124,95,124,186v0,182,-151,278,-342,254r0,-72v141,20,251,-43,251,-182v0,-80,-40,-144,-164,-134r-40,3r-3,-66v104,0,183,-48,181,-142v-3,-116,-113,-116,-210,-78r-19,-68v141,-53,320,-29,318,134","w":410},"4":{"d":"182,-697r82,0r-161,469r164,0r12,-226r66,0r0,226r71,0r0,70r-71,0r0,158r-80,0r0,-158r-237,0r-18,-57","w":426},"5":{"d":"151,-594r-10,200v142,-17,238,37,238,210v0,199,-137,293,-334,273r0,-73v143,22,245,-55,245,-200v0,-90,-39,-147,-136,-147v-25,0,-59,3,-93,12r17,-341r283,0r0,66r-210,0","w":412},"6":{"d":"417,-673v-162,-21,-247,61,-269,261v32,-21,80,-38,126,-38v121,0,186,86,186,224v0,139,-75,240,-202,240v-171,0,-202,-185,-202,-314v2,-297,99,-474,359,-446xm256,-383v-41,0,-84,23,-113,41v0,114,-5,285,117,285v75,0,110,-75,110,-166v0,-96,-34,-160,-114,-160","w":511},"7":{"d":"251,-589r-254,0r0,-71r342,0r8,50r-221,689r-90,0","w":359},"8":{"d":"42,-175v0,-107,72,-174,124,-215v-57,-44,-104,-97,-104,-182v0,-114,86,-180,181,-180v93,0,179,62,179,171v0,85,-59,155,-109,194v66,46,127,102,127,209v0,130,-96,192,-199,192v-104,0,-199,-67,-199,-189xm356,-175v0,-80,-64,-126,-133,-173v-48,41,-96,98,-96,165v0,74,51,128,114,128v60,0,115,-47,115,-120xm146,-577v0,72,49,112,107,150v38,-30,85,-82,85,-147v0,-60,-45,-111,-98,-111v-51,0,-94,44,-94,108","w":482},"9":{"d":"90,15v161,21,247,-60,268,-260v-31,20,-80,37,-125,37v-121,0,-186,-86,-186,-224v0,-139,75,-240,202,-240v171,0,202,185,202,314v-2,297,-99,474,-359,446xm251,-275v41,0,84,-23,112,-41v3,-112,5,-285,-116,-285v-75,0,-110,75,-110,166v0,96,34,160,114,160","w":511},"%":{"d":"559,-590r-452,535r-48,-51r452,-536xm294,-550v0,71,-45,147,-130,147v-83,0,-126,-70,-126,-147v0,-62,36,-145,129,-145v81,0,127,55,127,145xm226,-550v0,-50,-25,-83,-60,-83v-83,0,-77,168,0,168v43,0,60,-43,60,-85xm577,-133v0,71,-42,147,-128,147v-83,0,-128,-71,-128,-147v0,-63,36,-145,129,-145v82,0,127,54,127,145xm509,-133v0,-51,-24,-83,-60,-83v-83,0,-77,167,0,167v43,0,60,-43,60,-84","w":617},"+":{"d":"439,-249r-156,0r0,212r-78,0r0,-212r-157,0r0,-72r157,0r0,-201r78,0r0,201r156,0r0,72"},"=":{"d":"439,-346r-391,0r0,-72r391,0r0,72xm439,-153r-391,0r0,-72r391,0r0,72"},"<":{"d":"334,-571r47,54r-218,231r217,231r-45,56r-278,-287","w":442},">":{"d":"130,-571r277,285r-280,287r-43,-56r214,-231r-216,-232"},"`":{"d":"-35,-752r76,-41r94,156r-56,27","w":122},"\u00a0":{"w":236}}});Cufon.replace('h1,h2');