/*
 * 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:
 * Copyright (c) Village Type & Design LLC, 2004. All rights reserved.
 * 
 * Trademark:
 * Galaxie Polaris is a trademark of Village Type & Design LLC.
 * 
 * Manufacturer:
 * Village
 * 
 * Designer:
 * chester @ Village
 * 
 * Vendor URL:
 * http://vllg.com/
 */
Cufon.registerFont({"w":252,"face":{"font-family":"Galaxie Polaris Light","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 4 3 3 1 2 1 3","ascent":"288","descent":"-72","x-height":"4","bbox":"-31 -313 357 76","underline-thickness":"10.8","underline-position":"-25.2","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":86,"k":{"A":7,"J":7,"T":11,"V":11,"v":7,"W":7,"w":5,"Y":11,"y":7}},"!":{"d":"25,-281r22,0r-7,213r-8,0xm45,-19r0,19r-18,0r0,-19r18,0","w":72},"\"":{"d":"26,-281r20,0r-7,90r-6,0xm76,-281r20,0r-6,90r-7,0","w":122},"#":{"d":"39,0r19,-78r-44,0r0,-12r47,0r24,-95r-45,0r0,-12r48,0r20,-78r13,0r-19,78r72,0r19,-78r13,0r-19,78r43,0r0,12r-46,0r-24,95r45,0r0,12r-48,0r-20,78r-13,0r19,-78r-72,0r-19,78r-13,0xm98,-185r-23,95r72,0r23,-95r-72,0","w":244},"$":{"d":"136,-275r-10,40v26,4,41,13,54,21r-4,13v-13,-9,-28,-18,-53,-21r-19,75v33,4,71,11,71,51v0,48,-49,60,-98,57r-10,39r-13,0r10,-41v-20,-4,-33,-13,-44,-20r3,-14v11,8,24,17,44,21r20,-82v-30,-3,-62,-9,-62,-45v0,-41,43,-60,88,-55r10,-39r13,0xm160,-95v0,-30,-25,-35,-59,-39r-21,82v37,4,80,-3,80,-43xm39,-182v0,26,16,30,52,34r19,-75v-31,-4,-70,8,-71,41","w":192},"%":{"d":"90,-141v29,0,53,-17,53,-63v0,-46,-24,-63,-53,-63v-28,0,-54,17,-54,63v0,46,26,63,54,63xm90,-279v41,0,66,25,66,75v0,50,-25,74,-66,74v-40,0,-67,-24,-67,-74v0,-50,26,-75,67,-75xm289,-275r-182,275r-16,0r183,-275r15,0xm291,-134v-29,0,-54,17,-54,63v0,46,25,63,54,63v28,0,53,-17,53,-63v0,-46,-25,-63,-53,-63xm291,4v-41,0,-67,-25,-67,-75v0,-50,26,-74,67,-74v40,0,66,24,66,74v0,50,-25,75,-66,75","w":380},"&":{"d":"224,-192v11,49,13,86,-15,138r44,40r0,18r-51,-47v-24,31,-58,47,-98,47v-42,0,-87,-18,-87,-77v0,-41,22,-69,57,-85v-19,-17,-38,-38,-38,-66v0,-38,25,-60,69,-60v50,0,67,28,67,58v0,38,-34,53,-75,71r102,92v26,-52,22,-80,11,-127xm104,-9v37,0,70,-16,88,-43r-108,-97v-36,17,-53,40,-53,76v0,58,53,64,73,64xm50,-224v0,23,16,41,37,60v42,-18,71,-31,71,-62v0,-30,-22,-46,-53,-46v-34,0,-55,18,-55,48","w":266},"'":{"d":"26,-281r20,0r-7,90r-6,0","w":72},"(":{"d":"70,-299v-50,97,-51,249,0,346r-12,0v-51,-71,-51,-275,0,-346r12,0","w":86},")":{"d":"16,47v51,-97,52,-249,0,-346r13,0v50,71,50,275,0,346r-13,0","w":86},"*":{"d":"31,-189r-11,-8r29,-33r-43,-11r4,-12r40,16r-2,-44r12,0r-2,44r40,-16r4,12r-43,11r29,33r-11,8r-23,-37","w":108},"+":{"d":"82,-70r0,-64r-64,0r0,-13r64,0r0,-64r12,0r0,64r64,0r0,13r-64,0r0,64r-12,0","w":176},",":{"d":"26,-19r20,0r-22,78r-9,0","w":72},"-":{"d":"112,-114r-94,0r0,-13r94,0r0,13","w":129,"k":{"A":22,"T":36,"V":22,"W":14,"Y":36,"X":29}},".":{"d":"47,-22r0,22r-22,0r0,-22r22,0","w":72},"\/":{"d":"103,-313r-83,345r-15,0r83,-345r15,0","w":108},"0":{"d":"126,-9v56,0,84,-39,84,-129v0,-90,-28,-128,-84,-128v-56,0,-84,38,-84,128v0,90,28,129,84,129xm126,-279v70,0,98,48,98,141v0,93,-27,142,-98,142v-70,0,-98,-49,-98,-142v0,-93,27,-141,98,-141"},"1":{"d":"216,-13r0,13r-176,0r0,-13r79,0r0,-242v-21,29,-53,44,-85,53r0,-12v37,-10,59,-23,87,-65r12,0r0,266r83,0"},"2":{"d":"226,0r-200,0v0,-77,42,-107,101,-130v50,-19,77,-30,78,-71v2,-48,-35,-65,-77,-65v-54,0,-77,19,-85,54r-14,-1v8,-39,34,-66,99,-66v56,0,91,27,91,78v0,51,-48,68,-86,82v-57,22,-90,54,-91,106r184,-1r0,14"},"3":{"d":"224,-73v0,46,-32,77,-103,77v-64,0,-92,-28,-96,-66r14,-2v4,32,25,54,82,55v54,1,89,-19,89,-64v0,-75,-63,-60,-124,-62r0,-13v59,-2,117,12,117,-58v0,-43,-37,-61,-81,-60v-52,1,-73,18,-80,55r-14,-2v7,-39,31,-66,94,-66v49,0,94,21,94,73v1,39,-26,59,-50,65v26,3,58,19,58,68"},"4":{"d":"229,-67r-54,0r0,67r-13,0r0,-67r-139,0r0,-10r139,-202r13,0r0,199r54,0r0,13xm162,-80r1,-180r-125,181"},"5":{"d":"59,-138r-14,-4r13,-133r149,0r0,13r-138,0r-11,108v14,-14,41,-25,74,-25v58,0,91,35,91,91v0,61,-41,92,-97,92v-65,0,-91,-27,-96,-68r14,-2v5,35,23,58,82,57v51,-1,83,-26,83,-79v0,-49,-26,-77,-77,-78v-34,0,-62,12,-73,28"},"6":{"d":"140,-266v-65,-4,-106,60,-96,155v30,-93,179,-81,179,26v0,57,-39,89,-93,89v-70,0,-101,-48,-101,-142v0,-92,41,-141,112,-141v54,0,75,25,81,55r-14,3v-8,-30,-25,-42,-68,-45xm137,-159v-48,0,-94,30,-87,88v11,85,158,86,158,-14v0,-53,-30,-74,-71,-74"},"7":{"d":"91,0r-15,0r133,-263r-180,1r0,-13r195,0r0,11"},"8":{"d":"126,-9v48,0,84,-16,84,-60v0,-58,-48,-66,-84,-66v-36,0,-84,8,-84,66v0,44,36,60,84,60xm126,-148v36,0,77,-9,77,-58v0,-42,-33,-60,-77,-60v-44,0,-77,18,-77,60v0,49,41,58,77,58xm126,4v-63,0,-98,-27,-98,-72v0,-53,31,-68,57,-73v-24,-6,-49,-24,-49,-64v0,-52,36,-74,90,-74v54,0,90,22,90,74v0,40,-25,58,-49,64v26,5,57,20,57,73v0,45,-35,72,-98,72"},"9":{"d":"112,-9v65,4,105,-61,96,-156v-30,93,-179,83,-179,-25v0,-57,39,-89,93,-89v70,0,101,47,101,141v0,92,-41,142,-112,142v-54,0,-75,-25,-81,-55r14,-3v8,30,25,42,68,45xm115,-116v48,0,94,-30,87,-88v-11,-85,-158,-86,-158,14v0,53,30,74,71,74"},":":{"d":"47,-22r0,22r-22,0r0,-22r22,0xm47,-158r0,21r-22,0r0,-21r22,0","w":72},";":{"d":"26,-19r20,0r-22,78r-9,0xm47,-158r0,21r-22,0r0,-21r22,0","w":72},"<":{"d":"158,-207r-128,67r128,66r0,13r-140,-74r0,-11r140,-74r0,13","w":176},"=":{"d":"158,-105r-140,0r0,-13r140,0r0,13xm158,-163r-140,0r0,-12r140,0r0,12","w":176},">":{"d":"18,-74r128,-66r-128,-67r0,-13r140,74r0,11r-140,74r0,-13","w":176},"?":{"d":"91,-68v-42,-112,85,-59,85,-143v0,-42,-31,-61,-70,-61v-50,0,-71,24,-76,60r-14,-2v5,-41,30,-70,90,-70v50,0,85,26,85,73v0,46,-44,60,-67,71v-28,13,-38,18,-24,72r-9,0xm107,-19r0,19r-19,0r0,-19r19,0","w":216},"@":{"d":"257,-191v-4,49,-1,103,-1,155v66,1,84,-40,84,-105v0,-73,-45,-135,-154,-135v-100,0,-154,69,-154,170v0,101,55,169,158,169v75,0,115,-28,123,-51r14,2v-9,27,-53,62,-137,62v-104,0,-172,-65,-172,-182v0,-117,67,-182,168,-182v113,0,166,62,166,147v0,80,-29,120,-106,117r-4,-33v-32,58,-147,48,-147,-50v0,-97,114,-109,147,-50r4,-34r11,0xm241,-138v-12,-22,-30,-44,-67,-44v-37,0,-64,29,-64,75v0,46,27,74,64,74v37,0,55,-21,67,-43r0,-62","w":370},"A":{"d":"229,0r-35,-95r-128,0r-36,95r-16,0r108,-284r15,0r108,284r-16,0xm130,-268r-60,160r119,0","w":259,"k":{"T":32,"V":29,"v":14,"W":25,"w":13,"Y":29,"y":14,"a":5,"c":5,"d":5,"e":5,"g":5,"o":5,"q":5,"s":5,"-":22,"C":7,"f":7,"G":7,"O":7,"Q":7,"S":7,"t":7,"U":7,"u":4}},"B":{"d":"230,-77v1,111,-104,68,-194,77r0,-281v85,7,185,-32,185,73v0,40,-23,59,-38,63v24,5,47,25,47,68xm50,-13v76,-9,165,33,165,-64v0,-93,-89,-52,-165,-61r0,125xm205,-208v0,-91,-84,-51,-155,-60r0,118v69,-5,155,24,155,-58","k":{"A":4,"V":7,"W":7,"Y":11,"X":11}},"C":{"d":"25,-140v0,-88,36,-144,119,-144v68,0,97,31,105,73r-15,2v-7,-39,-34,-63,-90,-62v-73,1,-104,49,-104,131v0,82,31,130,104,131v56,1,83,-24,90,-63r15,2v-8,42,-37,74,-105,74v-83,0,-119,-56,-119,-144","w":270,"k":{"A":7,"T":7,"V":7,"W":4,"Y":7,"X":7}},"D":{"d":"256,-140v0,150,-90,143,-220,140r0,-281v130,-3,220,-10,220,141xm50,-13v115,3,190,8,190,-127v0,-135,-73,-132,-190,-128r0,255","w":280,"k":{"A":7,"T":16,"V":7,"W":7,"Y":22,"X":11,"f":4,"t":4,"x":4}},"E":{"d":"36,-281r187,0r0,13r-173,0r0,118r159,0r0,12r-159,0r0,125r180,0r0,13r-194,0r0,-281","w":257,"k":{"v":14,"w":14,"y":22,"a":5,"f":7,"t":7}},"F":{"d":"50,-138r0,138r-14,0r0,-281r180,0r0,13r-166,0r0,118r152,0r0,12r-152,0","w":234,"k":{"A":22,"J":36,"v":7,"W":7,"w":7,"y":7,"a":13,"c":9,"d":9,"e":9,"g":9,"o":9,"q":9,"s":9,",":27,".":27}},"G":{"d":"144,-9v40,1,72,-10,91,-26r0,-92r-72,0r0,-13r87,0r0,112v-31,24,-65,32,-106,32v-83,0,-119,-56,-119,-144v0,-88,36,-144,119,-144v68,0,97,31,105,73r-15,2v-7,-39,-34,-63,-90,-62v-73,1,-104,49,-104,131v0,82,31,130,104,131","w":284,"k":{"A":7,"T":7,"V":7,"W":4,"Y":7,"X":7}},"H":{"d":"220,-281r14,0r0,281r-14,0r0,-138r-170,0r0,138r-14,0r0,-281r14,0r0,131r170,0r0,-131","w":270},"I":{"d":"58,-281r0,281r-15,0r0,-281r15,0","w":100},"J":{"d":"161,-281r14,0r0,209v0,49,-29,76,-85,76v-60,0,-77,-31,-80,-60r14,-2v2,27,18,50,67,49v50,-1,70,-25,70,-63r0,-209","w":205,"k":{"A":7}},"K":{"d":"50,-281r0,172r158,-172r21,0r-118,127r128,154r-19,0r-119,-144r-51,54r0,90r-14,0r0,-281r14,0","k":{"v":27,"W":22,"w":27,"y":27,"a":13,"c":16,"d":16,"e":16,"g":16,"o":16,"q":16,"s":16,"-":22,"C":14,"f":7,"G":14,"O":14,"Q":14,"S":11,"t":11,"U":7,"u":13}},"L":{"d":"50,-281r0,268r159,0r0,13r-173,0r0,-281r14,0","w":217,"k":{"T":38,"V":18,"v":11,"W":11,"w":7,"Y":32,"y":11,"a":5,"c":5,"d":5,"e":5,"g":5,"o":5,"q":5,"s":5,"-":22,"C":11,"G":11,"O":11,"Q":11,"S":11,"t":4,"U":11,"u":7}},"M":{"d":"154,0r-105,-256r1,256r-14,0r0,-281r17,0r109,266r109,-266r18,0r0,281r-14,0r1,-256r-106,256r-16,0","w":324},"N":{"d":"220,0r-171,-264r1,264r-14,0r0,-281r18,0r171,264r-1,-264r14,0r0,281r-18,0","w":273},"O":{"d":"144,4v-86,0,-119,-60,-119,-144v0,-84,33,-144,119,-144v86,0,119,60,119,144v0,84,-33,144,-119,144xm144,-271v-78,0,-104,58,-104,131v0,73,26,131,104,131v78,0,104,-58,104,-131v0,-73,-26,-131,-104,-131","w":288,"k":{"A":7,"T":16,"W":7,"Y":16,"X":11,"x":7}},"P":{"d":"50,-134v76,-6,158,27,158,-67v0,-94,-81,-61,-158,-67r0,134xm50,-121r0,121r-14,0r0,-281v90,6,186,-29,186,80v0,104,-85,76,-172,80","w":237,"k":{"A":14,"v":4,"W":7,"Y":11,"y":4,"a":18,"c":18,"d":18,"e":18,"g":18,"o":18,"q":18,"s":18,",":54,".":54,"-":22,"C":7,"G":7,"O":7,"Q":7,"S":7}},"Q":{"d":"288,76r-193,-81v-49,-21,-70,-69,-70,-135v0,-84,33,-144,119,-144v86,0,119,60,119,144v0,84,-33,144,-119,144r144,56r0,16xm144,-271v-78,0,-104,58,-104,131v0,73,26,131,104,131v78,0,104,-58,104,-131v0,-73,-26,-131,-104,-131","w":288,"k":{"A":7,"T":16,"W":7,"Y":16,"X":11,"x":7}},"R":{"d":"221,0r-75,-125r-96,0r0,125r-14,0r0,-281v91,9,191,-36,191,78v0,61,-32,75,-65,77r77,126r-18,0xm50,-268r0,130v77,-10,163,36,163,-65v0,-102,-86,-54,-163,-65","w":255,"k":{"A":4,"T":7,"Y":7,"a":7,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"s":11,"C":11,"G":11,"O":11,"Q":11}},"S":{"d":"127,4v-74,0,-98,-28,-103,-68r15,-2v5,36,24,57,88,57v39,0,88,-15,88,-66v0,-43,-16,-58,-85,-66v-60,-6,-96,-16,-96,-69v0,-54,45,-74,93,-74v69,0,96,25,101,64r-15,3v-5,-35,-29,-54,-86,-54v-27,0,-78,8,-78,61v0,37,16,49,82,56v68,7,99,22,99,79v0,56,-49,79,-103,79","w":255,"k":{"A":7,"v":11,"w":11,"y":11,"f":5,"t":5}},"T":{"d":"122,-268r0,268r-14,0r0,-268r-95,0r0,-13r205,0r0,13r-96,0","w":230,"k":{"A":32,"J":36,"v":32,"W":7,"w":32,"y":32,"a":50,"c":50,"d":50,"e":50,"g":50,"o":50,"q":50,"s":50,",":36,".":36,"-":36,"C":11,"f":32,"G":11,"O":11,"Q":11,"S":11,"t":32,"u":32," ":18,"m":32,"n":32,"p":32,"r":32,"z":32}},"U":{"d":"141,4v-83,0,-110,-38,-110,-97r0,-188r14,0r0,190v0,49,22,81,96,81v74,0,96,-32,96,-81r0,-190r15,0r0,188v0,59,-28,97,-111,97","w":282,"k":{"A":7}},"V":{"d":"30,-281r100,268r99,-268r16,0r-108,285r-15,0r-108,-285r16,0","w":259,"k":{"A":29,"W":7,"a":29,"c":29,"d":29,"e":29,"g":29,"o":29,"q":29,"s":29,",":43,".":43,"-":22,"f":11,"t":11,"u":11," ":14,"m":11,"n":11,"p":11,"r":11,"z":11,":":25,";":25}},"W":{"d":"164,-281r14,0r78,255r51,-255r15,0r-58,285r-13,0r-80,-263r-80,263r-13,0r-58,-285r15,0r51,255","w":342,"k":{"A":25,"a":23,"c":22,"d":22,"e":22,"g":22,"o":22,"q":22,"s":22,",":43,".":43,"-":14,"f":5,"t":5,"u":5," ":11,"m":5,"n":5,"p":5,"r":5,"z":5,":":25,";":25}},"X":{"d":"19,0r100,-147r-91,-134r18,0r82,121r82,-121r17,0r-91,134r101,147r-19,0r-90,-134r-91,134r-18,0","w":255,"k":{"v":27,"w":27,"a":13,"c":16,"d":16,"e":16,"g":16,"o":16,"q":16,"s":13,"-":22,"C":13,"G":13,"O":13,"Q":13,"S":13,"t":13,"U":13,"u":13}},"Y":{"d":"7,-281r18,0r96,154r95,-154r18,0r-106,167r0,114r-15,0r0,-114","w":241,"k":{"A":29,"J":36,"v":32,"W":7,"w":32,"y":32,"a":50,"c":50,"d":50,"e":50,"g":50,"o":50,"q":50,"s":50,",":36,".":36,"-":36,"C":16,"f":32,"G":16,"O":16,"Q":16,"S":16,"t":32,"u":32," ":18,"m":32,"n":32,"p":32,"r":32,"z":32,"i":5,"j":5}},"Z":{"d":"237,-271r-199,259r196,-1r0,13r-214,0r0,-9r199,-260r-189,1r0,-13r207,0r0,10","w":255,"k":{"J":5,"v":22,"W":7,"w":18,"y":22,"a":7,"c":13,"d":7,"e":13,"g":13,"o":13,"q":7,"s":7,"-":22,"C":7,"G":7,"O":7,"Q":13,"S":13,"t":7,"U":4,"u":7}},"[":{"d":"50,-286r0,320r33,0r0,13r-47,0r0,-346r47,0r0,13r-33,0","w":86},"\\":{"d":"88,32r-83,-345r15,0r83,345r-15,0","w":108},"]":{"d":"36,34r0,-320r-32,0r0,-13r46,0r0,346r-46,0r0,-13r32,0","w":86},"^":{"d":"85,-272r-67,128r-13,0r74,-140r11,0r74,140r-13,0","w":169},"_":{"d":"101,72r-94,0r0,-12r94,0r0,12","w":108},"`":{"d":"64,-288r17,0r33,75r-12,0","w":216},"a":{"d":"22,-50v0,-61,83,-58,138,-68v4,-46,-16,-65,-59,-65v-34,0,-50,14,-55,37r-14,-2v6,-27,25,-46,69,-46v46,0,73,20,73,62r1,132r-10,0r-5,-36v-25,56,-138,54,-138,-14xm37,-50v0,26,17,41,47,41v44,0,66,-22,76,-48r0,-49v-47,12,-121,0,-123,56","w":201,"k":{"v":7,"w":7,"y":7,"f":7}},"b":{"d":"42,-288r0,133v42,-72,149,-38,149,60v0,98,-106,132,-149,59r-5,36r-10,0r1,-288r14,0xm42,-134r0,77v7,19,27,48,69,48v41,0,65,-33,65,-86v0,-53,-24,-87,-65,-87v-42,0,-62,29,-69,48","w":212,"k":{"v":7,"w":7,"y":7,"f":7}},"c":{"d":"22,-95v0,-59,34,-99,85,-99v45,0,69,19,75,49r-15,2v-5,-24,-24,-39,-60,-39v-41,0,-70,34,-70,87v0,53,29,86,70,86v36,0,55,-15,60,-39r15,2v-6,30,-30,50,-75,50v-51,0,-85,-40,-85,-99","w":202,"k":{"f":7}},"d":{"d":"170,-155r0,-133r14,0r2,288r-11,0r-5,-36v-42,73,-158,40,-148,-59v-9,-98,105,-132,148,-60xm170,-57r0,-77v-7,-19,-26,-48,-68,-48v-41,0,-65,34,-65,87v0,53,24,86,65,86v42,0,61,-29,68,-48","w":212},"e":{"d":"185,-90r-149,0v2,50,31,81,71,81v36,0,55,-15,60,-39r15,2v-6,30,-30,50,-75,50v-51,0,-85,-40,-85,-99v0,-59,34,-99,85,-99v61,0,79,42,78,104xm107,-182v-39,0,-68,31,-71,79r134,0v-1,-49,-16,-79,-63,-79","w":208,"k":{"v":7,"w":7,"y":7,"f":7}},"f":{"d":"129,-275v-32,-10,-68,-3,-64,49r0,35r55,0r0,12r-55,0r0,179r-14,0r0,-179r-38,0r0,-12r38,0v0,-54,-7,-100,60,-101v8,0,17,2,21,4","w":133,"k":{"a":4,"c":4,"e":4,"g":4,"o":4,"q":4,"s":4,",":14,".":14}},"g":{"d":"186,-191v-4,64,-1,135,-2,202v0,42,-32,65,-83,65v-53,0,-68,-25,-74,-50r15,-2v5,24,20,40,59,40v38,0,69,-14,69,-51r0,-54v-42,68,-159,39,-149,-58v-9,-98,107,-126,149,-56r5,-36r11,0xm170,-62r0,-72v-7,-19,-27,-48,-69,-48v-41,0,-65,30,-65,83v0,53,24,83,65,83v42,0,62,-27,69,-46","w":212},"h":{"d":"42,-288r0,133v21,-52,136,-56,136,17r0,138r-13,0r0,-133v0,-32,-23,-49,-56,-49v-38,0,-60,29,-67,48r0,134r-13,0r0,-288r13,0","w":203,"k":{"v":7,"w":7,"y":7,"f":7}},"i":{"d":"36,0r0,-191r13,0r0,191r-13,0xm53,-267r0,21r-21,0r0,-21r21,0","w":84},"j":{"d":"-28,59v32,10,64,4,64,-49r0,-201r13,0r0,192v0,40,-3,75,-59,75v-8,0,-17,-2,-21,-4xm53,-267r0,21r-21,0r0,-21r21,0","w":84},"k":{"d":"42,0r-13,0r0,-288r13,0r0,204r107,-107r20,0r-82,81r96,110r-18,0r-88,-102r-35,35r0,67","w":191,"k":{"a":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"s":7}},"l":{"d":"37,0r0,-288r13,0r0,288r-13,0","w":87},"m":{"d":"37,-191r5,36v19,-47,111,-55,122,2v26,-57,125,-57,125,15r0,138r-14,0v-7,-68,27,-183,-48,-182v-34,0,-54,29,-61,48r0,134r-14,0v-8,-68,28,-183,-48,-182v-34,0,-55,29,-62,48r0,134r-14,0r-1,-191r10,0","w":314,"k":{"v":7,"w":7,"y":7,"f":7}},"n":{"d":"37,-191r5,36v21,-52,136,-55,136,17r0,138r-14,0v-7,-72,28,-182,-55,-182v-38,0,-60,29,-67,48r0,134r-14,0r-1,-191r10,0","w":203,"k":{"v":7,"w":7,"y":7,"f":7}},"o":{"d":"107,-182v-45,0,-70,32,-70,87v0,55,25,86,70,86v45,0,69,-31,69,-86v0,-55,-24,-87,-69,-87xm107,4v-54,0,-85,-37,-85,-99v0,-62,31,-99,85,-99v54,0,85,37,85,99v0,62,-31,99,-85,99","w":213,"k":{"v":7,"w":7,"y":7,"f":7}},"p":{"d":"42,-36r0,108r-14,0r-1,-263r10,0r5,36v42,-72,149,-38,149,60v0,98,-106,132,-149,59xm42,-134r0,77v7,19,27,48,69,48v41,0,65,-33,65,-86v0,-53,-24,-87,-65,-87v-42,0,-62,29,-69,48","w":212,"k":{"v":7,"w":7,"y":7,"f":7}},"q":{"d":"170,72r0,-108v-42,73,-158,40,-148,-59v-9,-98,105,-132,148,-60r5,-36r11,0r-2,263r-14,0xm170,-57r0,-77v-7,-19,-26,-48,-68,-48v-41,0,-65,34,-65,87v0,53,24,86,65,86v42,0,61,-29,68,-48","w":212},"r":{"d":"42,-151v16,-31,47,-47,84,-42r-1,14v-47,-8,-83,29,-83,58r0,121r-14,0r-1,-191r10,0","w":135,"k":{"a":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"s":7,",":27,".":27," ":5}},"s":{"d":"159,-54v1,-66,-134,-10,-134,-85v0,-39,33,-55,70,-55v45,0,70,19,76,49r-15,2v-3,-48,-115,-58,-117,3v-2,60,136,10,136,86v0,41,-36,58,-81,58v-45,0,-69,-20,-75,-50r15,-2v5,24,24,39,60,39v36,0,65,-12,65,-45","w":192,"k":{"v":7,"w":7,"y":7,"f":7}},"t":{"d":"63,-62v-3,52,31,59,64,49r3,13v-4,2,-13,4,-21,4v-94,-2,-48,-106,-59,-183r-38,0r0,-12r38,0r0,-50r13,-5r0,55r63,0r0,12r-63,0r0,117","w":144},"u":{"d":"166,0r-5,-36v-20,53,-135,56,-135,-17r0,-138r13,0r0,133v0,32,23,49,56,49v38,0,59,-29,66,-48r0,-134r14,0r2,191r-11,0","w":203},"v":{"d":"176,-191r-75,195r-15,0r-74,-195r16,0r66,179r66,-179r16,0","w":187,"k":{"a":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"s":7,",":18,".":18}},"w":{"d":"71,-15r60,-176r17,0r60,176r38,-176r15,0r-44,195r-15,0r-62,-180r-62,180r-16,0r-43,-195r14,0","w":279,"k":{"a":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"s":7,",":14,".":14}},"x":{"d":"157,0r-64,-89r-63,89r-18,0r73,-99r-68,-92r17,0r59,83r60,-83r17,0r-68,92r73,99r-18,0","w":186,"k":{"a":7,"c":11,"d":11,"e":11,"g":7,"o":11,"q":11}},"y":{"d":"174,-191r-106,263r-16,0r33,-79r-75,-184r16,0r66,168r66,-168r16,0","w":184,"k":{"a":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"s":7,",":18,".":18}},"z":{"d":"20,0r0,-11r130,-168r-123,0r0,-12r140,0r0,11r-130,168r134,0r0,12r-151,0","w":191,"k":{"a":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"s":7}},"{":{"d":"32,-126v32,19,16,79,19,124v2,36,18,37,46,36r0,13v-83,5,-58,-62,-61,-131v-1,-33,-9,-37,-33,-36v0,0,-2,-13,7,-12v41,5,21,-78,26,-116v-3,-28,13,-55,61,-51r0,13v-28,-1,-44,0,-46,36v-3,45,13,105,-19,124","w":100},"|":{"d":"52,-299r0,346r-14,0r0,-346r14,0","w":90},"}":{"d":"68,-126v-31,-19,-15,-80,-18,-124v-2,-36,-18,-37,-46,-36r0,-13v82,-4,57,63,60,131v1,33,10,37,34,36v0,0,2,13,-7,12v-42,-6,-23,77,-27,116v3,28,-13,55,-60,51r0,-13v28,1,44,0,46,-36v3,-45,-12,-104,18,-124","w":100},"~":{"d":"119,-139v28,0,42,14,26,25v0,0,-9,-12,-26,-12v-27,0,-38,24,-69,24v-28,0,-42,-14,-26,-25v0,0,9,12,26,12v27,0,38,-24,69,-24","w":169},"\u00a0":{"w":86,"k":{"A":7,"J":7,"T":11,"V":11,"v":7,"W":7,"w":5,"Y":11,"y":7}}}});












Cufon.replace('h1, label');

Cufon.now();
