/*
 * 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 © 1988, 1990, 1993, 2002 Adobe Systems Incorporated.  All Rights
 * Reserved. © 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Helvetica is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype Library GmbH, and may be registered in certain
 * jurisdictions.
 * 
 * Full name:
 * HelveticaNeueLTStd-Blk
 * 
 * Designer:
 * Linotype Staff
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":240,"face":{"font-family":"helveticaNeue","font-weight":900,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 9 4 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-24 -292 349 77","underline-thickness":"18","underline-position":"-18","stemh":"52","stemv":"71","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":120},"!":{"d":"19,0r0,-71r75,0r0,71r-75,0xm94,-257v4,65,-11,112,-20,164r-35,0v-9,-52,-24,-99,-20,-164r75,0","w":113},"\"":{"d":"104,-121r0,-136r55,0r0,136r-55,0xm28,-121r0,-136r55,0r0,136r-55,0","w":186},"#":{"d":"137,-143r-26,0r-4,34r25,0xm44,0r9,-67r-31,0r6,-42r31,0r4,-34r-30,0r6,-42r30,0r9,-66r48,0r-9,66r26,0r9,-66r47,0r-9,66r29,0r-6,42r-28,0r-5,34r28,0r-6,42r-28,0r-9,67r-48,0r9,-67r-25,0r-10,67r-47,0"},"$":{"d":"112,-170r0,-36v-13,0,-26,2,-26,16v0,9,9,17,26,20xm131,-96r0,45v17,-1,30,-8,30,-22v0,-12,-11,-17,-30,-23xm112,-102v-45,-13,-97,-25,-97,-77v0,-59,52,-84,97,-84r0,-29r19,0r0,29v50,0,95,25,95,84r-69,0v-2,-19,-8,-23,-26,-27r0,40v93,21,104,48,104,89v0,39,-28,83,-104,83r0,36r-19,0r0,-36v-76,0,-105,-45,-107,-92r77,0v0,13,3,33,30,35r0,-51"},"%":{"d":"24,-185v0,-40,19,-68,63,-68v44,0,64,28,64,68v0,40,-20,68,-64,68v-44,0,-63,-28,-63,-68xm71,-185v0,17,-1,37,16,37v17,0,17,-20,17,-37v0,-17,0,-37,-17,-37v-17,0,-16,20,-16,37xm216,-66v0,-40,20,-68,64,-68v44,0,63,28,63,68v0,40,-19,69,-63,69v-44,0,-64,-29,-64,-69xm263,-66v0,17,0,38,17,38v17,0,16,-21,16,-38v0,-17,1,-37,-16,-37v-17,0,-17,20,-17,37xm88,9r148,-269r39,0r-147,269r-40,0","w":366},"&":{"d":"130,-215v-27,1,-19,32,-3,44v19,-6,32,-41,3,-44xm136,-66r-30,-37v-10,5,-25,15,-25,28v0,30,40,29,55,9xm188,0r-14,-18v-57,48,-161,23,-161,-59v0,-34,29,-59,57,-73v-46,-42,-4,-113,56,-113v48,0,83,20,83,66v0,29,-23,54,-47,67r19,24v5,-6,9,-13,10,-19r59,0v-4,22,-13,45,-30,62r53,63r-85,0","w":266},"(":{"d":"54,-263r62,0v-43,114,-44,209,0,323r-62,0v-53,-105,-52,-219,0,-323","w":113},")":{"d":"60,60r-62,0v43,-102,43,-218,0,-323r62,0v51,102,51,222,0,323","w":113},"*":{"d":"104,-257r0,47r43,-15r14,38r-46,15r29,37r-33,26r-28,-41r-29,41r-32,-26r30,-37r-46,-15r13,-38r45,15r0,-47r40,0","w":166},"+":{"d":"17,-63r0,-55r64,0r0,-64r55,0r0,64r63,0r0,55r-63,0r0,63r-55,0r0,-63r-64,0","w":216},",":{"d":"23,0r0,-71r75,0v4,72,1,138,-75,136r0,-31v18,-1,31,-17,32,-34r-32,0","w":120},"-":{"d":"17,-67r0,-59r113,0r0,59r-113,0","w":146},".":{"d":"23,0r0,-71r75,0r0,71r-75,0","w":120},"\/":{"d":"0,6r100,-269r55,0r-101,269r-54,0","w":153},"0":{"d":"82,-125v0,26,2,73,38,73v37,0,38,-46,38,-73v0,-26,-1,-73,-37,-73v-37,0,-39,46,-39,73xm14,-125v0,-97,61,-128,106,-128v46,0,107,31,107,128v0,97,-62,128,-107,128v-45,0,-106,-31,-106,-128"},"1":{"d":"100,0r0,-144r-58,0r0,-52v36,1,72,-14,74,-55r59,0r0,251r-75,0"},"2":{"d":"85,-145r-67,0v-4,-69,39,-108,106,-108v61,0,102,25,102,78v1,65,-65,83,-110,114r114,0r0,61r-217,0v-1,-74,60,-101,107,-130v13,-8,33,-18,33,-36v0,-23,-13,-31,-30,-31v-29,0,-39,21,-38,52"},"3":{"d":"81,-95v-1,27,14,41,39,41v21,0,34,-7,34,-28v1,-30,-33,-27,-55,-24r0,-49v20,1,55,5,55,-21v0,-34,-71,-28,-67,9r-68,0v0,-58,47,-86,105,-86v73,0,97,43,97,64v0,53,-33,53,-33,54v0,3,41,3,41,59v0,31,-24,79,-106,79v-113,0,-113,-79,-111,-98r69,0"},"4":{"d":"122,-181r-61,70r61,0r0,-70xm122,0r0,-50r-111,0r0,-67r114,-134r72,0r0,140r34,0r0,61r-34,0r0,50r-75,0"},"5":{"d":"77,-79v5,36,76,32,76,-8v0,-39,-56,-46,-72,-19r-67,0r26,-145r172,0r0,62r-117,0v-1,10,-7,24,-6,33v58,-33,136,-11,136,71v0,51,-40,88,-112,88v-93,0,-109,-57,-107,-82r71,0"},"6":{"d":"122,-122v-19,0,-34,14,-34,33v0,20,14,35,34,35v22,0,37,-16,37,-35v0,-18,-15,-33,-37,-33xm157,-184v-3,-10,-15,-18,-30,-18v-27,0,-40,27,-43,52v50,-44,141,-12,141,60v0,62,-43,93,-103,93v-76,0,-107,-57,-107,-119v0,-79,37,-137,114,-137v54,0,86,20,94,69r-66,0"},"7":{"d":"216,-251r0,59v-62,57,-76,133,-75,192r-80,0v-1,0,2,-80,51,-150v24,-35,31,-39,31,-39r-120,0r0,-62r193,0"},"8":{"d":"80,-77v0,39,80,39,80,0v0,-24,-17,-32,-39,-32v-21,0,-41,7,-41,32xm20,-185v0,-55,59,-68,100,-68v69,0,101,32,101,68v1,27,-17,47,-39,54v28,3,49,24,49,55v0,59,-60,79,-111,79v-54,0,-111,-18,-111,-79v-1,-44,34,-50,50,-56v-27,-7,-39,-26,-39,-53xm84,-177v1,36,72,36,73,0v0,-24,-18,-29,-37,-29v-19,0,-36,6,-36,29"},"9":{"d":"118,-197v-19,0,-37,15,-37,35v0,19,17,34,36,34v19,0,36,-14,36,-34v0,-20,-15,-35,-35,-35xm83,-66v2,10,17,18,29,17v31,0,44,-31,44,-51v-51,43,-141,14,-141,-60v0,-61,48,-93,105,-93v73,0,106,56,106,119v0,80,-37,137,-114,137v-46,0,-87,-20,-95,-69r66,0"},":":{"d":"23,-116r0,-71r75,0r0,71r-75,0xm23,0r0,-71r75,0r0,71r-75,0","w":120},";":{"d":"23,0r0,-71r75,0v4,72,1,138,-75,136r0,-31v18,-1,31,-17,32,-34r-32,0xm98,-187r0,71r-75,0r0,-71r75,0","w":120},"<":{"d":"199,-185r0,58r-98,36r98,36r0,58r-182,-71r0,-45","w":216},"=":{"d":"199,-162r0,55r-182,0r0,-55r182,0xm199,-75r0,55r-182,0r0,-55r182,0","w":216},">":{"d":"17,3r0,-58r98,-36r-98,-36r0,-58r182,71r0,46","w":216},"?":{"d":"201,-189v5,65,-67,46,-69,97r-66,0v-1,-15,-3,-49,25,-64v11,-6,33,-12,33,-28v0,-12,-8,-18,-21,-18v-17,0,-23,15,-22,31r-76,0v4,-53,38,-92,100,-92v70,0,94,42,96,74xm61,0r0,-71r75,0r0,71r-75,0","w":206},"@":{"d":"147,-156v-34,-3,-46,61,-8,63v36,3,48,-63,8,-63xm224,-193r-18,97v0,5,2,9,5,9v13,0,31,-17,31,-58v0,-57,-40,-81,-93,-81v-59,0,-103,41,-103,98v0,90,114,121,175,77r41,0v-26,38,-62,57,-114,57v-79,0,-139,-56,-139,-134v0,-86,62,-135,141,-135v80,0,129,46,129,107v0,84,-71,107,-94,107v-13,1,-19,-8,-22,-18v-28,40,-105,6,-96,-47v-5,-67,75,-116,119,-65r4,-14r34,0","w":288},"A":{"d":"105,-92r49,0r-24,-79xm-3,0r95,-257r77,0r94,257r-82,0r-11,-37r-82,0r-11,37r-80,0","w":259},"B":{"d":"100,-109r0,48v32,-3,76,11,77,-25v1,-32,-47,-21,-77,-23xm21,0r0,-257r140,0v68,0,82,38,82,64v0,26,-12,41,-31,51v23,8,44,26,44,64v0,103,-134,75,-235,78xm100,-196r0,39v27,-2,69,10,68,-21v0,-26,-42,-16,-68,-18","w":266},"C":{"d":"260,-161r-77,0v-1,-9,-9,-38,-42,-38v-68,0,-67,141,0,141v27,0,37,-19,42,-43r78,0v0,52,-43,107,-118,107v-83,0,-130,-59,-130,-135v0,-81,51,-134,130,-134v71,0,110,38,117,102","w":273},"D":{"d":"21,0r0,-257r129,0v86,0,116,63,116,128v0,79,-41,129,-131,129r-114,0xm100,-191r0,125r31,0v49,0,56,-40,56,-64v0,-16,-5,-61,-62,-61r-25,0","w":280},"E":{"d":"21,0r0,-257r212,0r0,66r-133,0r0,32r121,0r0,61r-121,0r0,32r137,0r0,66r-216,0","w":253},"F":{"d":"21,0r0,-257r198,0r0,66r-119,0r0,32r102,0r0,61r-102,0r0,98r-79,0","w":226,"k":{"A":20,",":46,".":46}},"G":{"d":"211,0r-2,-26v-18,23,-45,32,-73,32v-76,0,-123,-59,-123,-132v0,-173,223,-177,245,-41r-76,0v-3,-19,-18,-32,-37,-32v-54,0,-53,57,-53,75v0,24,10,66,58,66v18,0,37,-9,41,-28r-35,0r0,-55r105,0r0,141r-50,0","w":280},"H":{"d":"21,0r0,-257r79,0r0,89r74,0r0,-89r79,0r0,257r-79,0r0,-102r-74,0r0,102r-79,0","w":273},"I":{"d":"21,0r0,-257r79,0r0,257r-79,0","w":119},"J":{"d":"200,-257r0,164v0,71,-33,99,-97,99v-73,-1,-99,-43,-94,-114r71,0v1,25,-4,53,22,53v21,0,19,-24,19,-36r0,-166r79,0","w":219},"K":{"d":"23,0r0,-257r79,0r1,89r70,-89r98,0r-94,100r109,157r-99,0r-63,-100r-22,24r0,76r-79,0","w":280},"L":{"d":"21,0r0,-257r79,0r0,191r113,0r0,66r-192,0","w":226,"k":{"T":46,"V":33,"W":20,"y":13,"Y":40}},"M":{"d":"20,0r0,-257r113,0r37,151r37,-151r113,0r0,257r-75,0r-1,-165r-45,165r-59,0r-45,-165r0,165r-75,0","w":339},"N":{"d":"21,0r0,-257r81,0r75,137r0,-137r75,0r0,257r-77,0r-79,-140r0,140r-75,0","w":273},"O":{"d":"13,-129v0,-78,52,-134,130,-134v78,0,131,56,131,134v0,78,-53,135,-131,135v-78,0,-130,-57,-130,-135xm92,-129v0,57,31,71,51,71v20,0,51,-14,51,-71v0,-57,-31,-70,-51,-70v-20,0,-51,13,-51,70","w":286},"P":{"d":"21,0r0,-257r132,0v70,0,94,51,94,88v0,80,-64,97,-147,91r0,78r-79,0xm100,-191r0,52v32,-2,72,10,72,-27v0,-35,-41,-22,-72,-25","w":253,"k":{"A":27,",":46,".":46}},"Q":{"d":"132,-82r36,-34r21,22v3,-9,5,-21,5,-35v0,-57,-31,-70,-51,-70v-20,0,-51,13,-51,70v0,62,30,74,62,70xm274,-7r-35,35r-35,-36v-89,44,-191,-20,-191,-121v0,-78,52,-134,130,-134v116,0,168,142,101,224","w":286},"R":{"d":"184,0v-14,-34,5,-87,-42,-90r-42,0r0,90r-79,0r0,-257v97,6,231,-29,234,73v0,27,-12,55,-38,65v41,11,34,74,46,119r-79,0xm100,-196r0,51v33,-3,71,12,76,-25v4,-28,-44,-27,-76,-26","w":266,"k":{"T":6,"W":6,"Y":13}},"S":{"d":"150,-179v2,-19,-14,-27,-32,-27v-11,0,-29,3,-29,17v0,18,39,22,75,32v36,10,72,28,72,75v0,67,-62,88,-119,88v-29,0,-112,-10,-113,-92r80,0v-3,26,19,36,40,35v13,0,33,-4,33,-23v0,-13,-11,-17,-55,-30v-41,-12,-88,-22,-88,-74v0,-59,51,-85,104,-85v56,0,105,21,107,84r-75,0"},"T":{"d":"81,0r0,-191r-72,0r0,-66r223,0r0,66r-72,0r0,191r-79,0","k":{"w":40,"y":40,"A":27,",":40,".":40,"c":40,"e":40,"o":40,"-":46,"a":40,"r":33,"s":40,"u":33,":":31,";":31}},"U":{"d":"254,-257r0,158v0,71,-39,105,-117,105v-78,0,-118,-34,-118,-105r0,-158r80,0r0,140v0,26,-1,59,38,59v37,0,38,-33,38,-59r0,-140r79,0","w":273},"V":{"d":"239,-257r-80,257r-88,0r-77,-257r80,0r43,156r41,-156r81,0","w":233,"k":{"y":6,"A":20,",":46,".":38,"e":20,"o":20,"-":20,"a":20,"r":13,"u":13,":":18,";":18,"i":6}},"W":{"d":"349,-257r-72,257r-77,0r-28,-157r-27,157r-78,0r-70,-257r78,0r32,159r31,-159r70,0r31,161r32,-161r78,0","w":346,"k":{"A":20,",":27,".":27,"e":13,"o":13,"a":13,"r":6,"u":6,":":6,";":6}},"X":{"d":"-4,0r93,-137r-85,-120r93,0r39,70r38,-70r88,0r-83,121r92,136r-95,0r-44,-77r-46,77r-90,0","w":266},"Y":{"d":"80,0r0,-95r-91,-162r88,0r43,95r44,-95r87,0r-92,162r0,95r-79,0","k":{"v":20,"A":27,",":40,".":40,"e":33,"o":33,"q":33,"-":40,"a":33,"u":27,":":33,";":29,"i":5,"p":27}},"Z":{"d":"9,0r0,-62r119,-129r-113,0r0,-66r218,0r0,58r-121,133r126,0r0,66r-229,0","w":246},"[":{"d":"14,60r0,-323r119,0r0,55r-55,0r0,213r55,0r0,55r-119,0","w":146},"\\":{"d":"53,-263r101,269r-55,0r-101,-269r55,0","w":153},"]":{"d":"133,-263r0,323r-119,0r0,-55r55,0r0,-213r-55,0r0,-55r119,0","w":146},"^":{"d":"23,-119r63,-132r44,0r63,132r-55,0r-30,-68r-30,68r-55,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"133,-84v-16,10,-53,6,-52,29v8,30,52,20,52,-12r0,-17xm17,-130v1,-49,47,-63,96,-62v147,2,61,93,97,192r-72,0v-3,-5,-1,-15,-4,-18v-35,39,-126,30,-126,-34v0,-59,70,-57,106,-64v10,-2,19,-4,19,-16v0,-13,-11,-17,-23,-17v-22,0,-27,11,-27,19r-66,0","w":219},"b":{"d":"120,-47v44,-1,44,-92,0,-93v-46,1,-44,92,0,93xm19,0r0,-257r72,0r0,91v11,-16,31,-26,52,-26v63,0,79,54,79,98v0,47,-25,99,-78,99v-36,0,-45,-15,-56,-26r0,21r-69,0","w":233},"c":{"d":"210,-75v-6,48,-45,79,-97,80v-56,0,-101,-39,-101,-98v0,-115,186,-137,196,-23r-68,0v-2,-15,-9,-24,-26,-24v-27,0,-31,24,-31,47v0,23,4,46,31,46v15,0,27,-13,28,-28r68,0","w":219},"d":{"d":"214,-257r0,257r-69,0v-1,-6,2,-16,-1,-21v-9,12,-19,26,-54,26v-53,0,-79,-52,-79,-99v0,-44,17,-98,80,-98v22,-1,39,12,52,26r0,-91r71,0xm114,-47v44,-1,44,-92,0,-93v-46,1,-44,92,0,93","w":233},"e":{"d":"80,-114r68,0v0,-45,-67,-39,-68,0xm216,-77r-136,0v-1,35,46,48,66,23r66,0v-14,40,-54,59,-96,59v-60,0,-104,-36,-104,-98v0,-54,39,-99,98,-99v74,0,106,42,106,115","w":226},"f":{"d":"31,-187v-7,-57,44,-80,109,-69r0,49v-19,-4,-43,-4,-39,20r38,0r0,44r-36,0r0,143r-72,0r0,-143r-29,0r0,-44r29,0","w":140,"k":{"f":6}},"g":{"d":"79,-103v0,21,6,46,32,46v43,-1,39,-83,-2,-83v-20,0,-30,17,-30,37xm86,3v5,8,13,20,25,20v28,0,31,-36,27,-60v-12,17,-29,26,-50,26v-55,0,-80,-41,-80,-91v0,-73,90,-124,131,-62r0,-23r71,0r0,163v0,37,-10,89,-97,89v-44,0,-92,-12,-98,-62r71,0","w":226},"h":{"d":"19,0r0,-257r72,0r0,90v29,-40,123,-34,123,39r0,128r-71,0r0,-98v0,-22,-3,-37,-24,-37v-12,0,-28,6,-28,36r0,99r-72,0","w":233},"i":{"d":"21,0r0,-187r71,0r0,187r-71,0xm92,-257r0,50r-71,0r0,-50r71,0","w":113},"j":{"d":"92,-13v8,69,-37,78,-103,73r0,-56v20,1,33,1,32,-23r0,-168r71,0r0,174xm92,-257r0,50r-71,0r0,-50r71,0","w":113},"k":{"d":"21,0r0,-257r71,0r0,124r46,-54r80,0r-66,71r77,116r-86,0r-38,-68r-13,14r0,54r-71,0","w":219},"l":{"d":"21,0r0,-257r71,0r0,257r-71,0","w":113},"m":{"d":"19,0r0,-187r69,0v1,8,-2,19,1,25v23,-39,90,-41,111,0v3,-2,18,-30,64,-30v96,0,55,109,64,192r-71,0r0,-101v0,-18,-2,-34,-24,-34v-18,0,-24,15,-24,34r0,101r-71,0r0,-101v0,-18,-2,-34,-24,-34v-18,0,-24,15,-24,34r0,101r-71,0","w":346},"n":{"d":"19,0r0,-187r69,0v1,7,-2,18,1,24v30,-46,125,-39,125,35r0,128r-71,0r0,-98v0,-22,-3,-37,-24,-37v-12,0,-28,6,-28,36r0,99r-72,0","w":233},"o":{"d":"215,-94v0,52,-32,99,-102,99v-70,0,-101,-47,-101,-99v0,-52,31,-98,101,-98v70,0,102,46,102,98xm144,-94v0,-20,-4,-46,-31,-46v-27,0,-30,26,-30,46v0,20,3,47,30,47v27,0,31,-27,31,-47","w":226},"p":{"d":"120,-140v-45,1,-45,92,0,93v45,-1,43,-92,0,-93xm19,60r0,-247r69,0v1,6,-2,16,1,21v9,-12,20,-26,55,-26v53,0,78,52,78,99v0,44,-16,98,-79,98v-21,0,-41,-10,-52,-26r0,81r-72,0","w":233},"q":{"d":"214,-187r0,247r-71,0v-1,-26,2,-57,-1,-81v-11,16,-30,26,-51,26v-63,0,-80,-54,-80,-98v0,-47,26,-99,79,-99v36,0,44,15,55,26r0,-21r69,0xm114,-47v45,-1,43,-93,0,-93v-45,1,-45,92,0,93","w":233},"r":{"d":"19,0r0,-187r69,0v1,9,-2,23,1,30v14,-28,38,-41,73,-32r0,63v-37,-11,-71,-1,-71,52r0,74r-72,0","w":159,"k":{"v":-4,"w":-4,"y":-4,",":33,".":33,"c":6,"d":6,"e":6,"n":-6,"o":6,"q":6,"-":20}},"s":{"d":"77,-61v-1,23,46,32,52,7v0,-11,-6,-13,-39,-19v-54,-9,-77,-27,-77,-59v0,-47,52,-60,89,-60v40,0,88,12,90,60r-65,0v2,-21,-42,-30,-45,-6v9,22,41,13,71,25v24,9,44,21,44,52v0,52,-50,66,-95,66v-44,0,-92,-18,-93,-66r68,0","w":206},"t":{"d":"105,-244r0,57r38,0r0,44r-38,0v5,38,-20,102,38,89r0,54v-53,1,-109,16,-109,-54r0,-89r-32,0r0,-44r32,0r0,-57r71,0","w":146},"u":{"d":"214,-187r0,187r-69,0v-1,-7,2,-18,-1,-24v-29,47,-125,38,-125,-35r0,-128r72,0r0,98v0,22,2,37,23,37v12,0,29,-6,29,-36r0,-99r71,0","w":233},"v":{"d":"204,-187r-62,187r-84,0r-62,-187r76,0r30,114r29,-114r73,0","w":200,"k":{",":22,".":22}},"w":{"d":"316,-187r-59,187r-73,0r-28,-115r-28,115r-73,0r-58,-187r74,0r28,116r24,-116r67,0r26,116r26,-116r74,0","w":313,"k":{",":20,".":20}},"x":{"d":"-5,0r65,-98r-59,-89r79,0r20,37r21,-37r77,0r-59,89r66,98r-78,0r-28,-46r-26,46r-78,0","w":200},"y":{"d":"13,4v20,-1,45,7,45,-16v-15,-52,-46,-123,-63,-175r76,0r31,107r30,-107r74,0v-30,74,-49,157,-86,224v-26,30,-62,22,-107,23r0,-56","w":200,"k":{",":33,".":33}},"z":{"d":"6,0r0,-55r88,-80r-80,0r0,-52r171,0r0,55r-85,80r93,0r0,52r-187,0","w":200},"{":{"d":"133,-263r0,55v-44,-7,-31,36,-31,74v0,27,-28,29,-43,33v17,1,43,3,43,35v0,33,-17,75,31,71r0,55v-47,2,-92,2,-92,-46r0,-64v0,-21,-22,-24,-31,-24r0,-55v9,0,31,-1,31,-20r0,-68v4,-48,45,-48,92,-46","w":146},"|":{"d":"13,77r0,-360r55,0r0,360r-55,0","w":79},"}":{"d":"14,60r0,-55v44,5,31,-36,31,-74v0,-27,27,-29,42,-33v-17,-1,-42,-3,-42,-35v0,-33,17,-75,-31,-71r0,-55v47,-2,92,-2,92,46r0,65v0,21,21,23,30,23r0,55v-9,0,-30,2,-30,21r0,67v-4,48,-45,48,-92,46","w":146},"~":{"d":"70,-131v23,0,55,24,77,24v14,0,23,-12,31,-25r13,50v-11,15,-23,31,-45,31v-36,0,-90,-51,-108,1r-13,-50v8,-15,21,-31,45,-31","w":216},"'":{"d":"26,-121r0,-136r55,0r0,136r-55,0","w":106},"`":{"d":"38,-205r-62,-53r75,0r36,53r-49,0","w":100},"\u00a0":{"w":120}}});

