/*
 * 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:
 * Part of the digitally encoded machine readable outline data for producing the
 * Typefaces provided is copyrighted © 2003 - 2006 Linotype GmbH, www.linotype.com.
 * All rights reserved. This software is the property of Linotype GmbH, and may not
 * be reproduced, modified, disclosed or transferred without the express written
 * approval of Linotype GmbH. Copyright © 1988, 1990, 1993 Adobe Systems
 * Incorporated. All Rights Reserved. Helvetica is a trademark of Heidelberger
 * Druckmaschinen AG, exclusively licensed through Linotype GmbH, and may be
 * registered in certain jurisdictions. This typeface is original artwork of
 * Linotype Design Studio. The design may be protected in certain jurisdictions.
 * 
 * Trademark:
 * Helvetica is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype GmbH, and may be registered in certain jurisdictions.
 * 
 * Description:
 * Helvetica is one of the most famous and popular typefaces in the world. It
 * lends an air of lucid efficiency to any typographic message with its clean,
 * no-nonsense shapes. The original typeface was called Haas Grotesk, and was
 * designed in 1957 by Max Miedinger for the Haas'sche Schriftgiesserei (Haas Type
 * Foundry) in Switzerland. In 1960 the name was changed to Helvetica (an
 * adaptation of "Helvetia", the Latin name for Switzerland). Over the years, the
 * Helvetica family was expanded to include many different weights, but these were
 * not as well coordinated with each other as they might have been. In 1983, D.
 * Stempel AG and Linotype re-designed and digitized Neue Helvetica and updated it
 * into a cohesive font family. Today, the original Helvetica family consists of 34
 * different font weights, and the Neue Helvetica family consists of 51 font
 * weights. The Helvetica family now forms an integral part of many digital
 * printers and operating systems and has become a stylistic anchor in our visual
 * culture. It is the quintessential sans serif font, timeless and neutral, and can
 * be used for all types of communication. Helvetica World, an update to the
 * classic Helvetica design using the OpenType font format, contains the following
 * Microsoft code pages: 1252 Latin 1, 1250 Latin 2 Eastern, 1251 Cyrillic, 1253
 * Greek, 1254 Turk, 1255 Hebrew, 1256 Arabic, 1257 Windows Baltic, 1258 Windows
 * Vietnamese, as well as a mixture of box drawing element glyphs and mathematical
 * symbols & operators. In total, each weight of Helvetica World contains more than
 * 1850 different glyph characters!
 * 
 * Manufacturer:
 * Linotype GmbH
 * 
 * Designer:
 * Linotype Design Studio
 * 
 * Vendor URL:
 * http://www.linotype.com
 * 
 * License information:
 * http://www.linotype.com/license
 */
Cufon.registerFont({"w":144,"face":{"font-family":"HelveticaNeueLT Com 47 LtCn","font-weight":300,"font-stretch":"normal","units-per-em":"300","panose-1":"2 11 4 6 2 2 2 3 2 4","ascent":"214","descent":"-86","x-height":"4","bbox":"-8 -274 231 61","underline-thickness":"15","underline-position":"-15","unicode-range":"U+0020-U+017C"},"glyphs":{" ":{"w":72,"k":{"\u0104":11,"Y":11,"W":11,"V":11,"T":11,"A":11}},"$":{"d":"66,4v-39,-2,-59,-24,-57,-68r19,0v-1,30,10,50,38,51r0,-88v-29,-9,-54,-19,-54,-56v0,-33,22,-53,54,-55r0,-22r13,0r0,22v35,2,50,22,51,57r-20,0v0,-24,-9,-39,-31,-41r0,82v28,9,56,18,56,56v1,39,-22,58,-56,62r0,24r-13,0r0,-24xm79,-13v40,2,50,-65,14,-77v-4,-2,-9,-4,-14,-6r0,83xm66,-196v-38,-2,-45,59,-14,72v4,2,9,3,14,5r0,-77"},"%":{"d":"163,4v-31,0,-38,-24,-38,-56v1,-32,7,-55,38,-55v31,0,37,23,38,55v0,32,-7,56,-38,56xm54,-102v-30,0,-38,-21,-38,-55v0,-33,6,-55,38,-55v32,0,38,23,38,55v0,32,-7,55,-38,55xm163,-94v-17,3,-22,17,-22,42v1,21,2,42,22,42v19,0,21,-16,21,-42v0,-26,-3,-39,-21,-42xm147,-212r15,0r-92,216r-15,0xm54,-199v-18,2,-22,17,-22,42v1,21,2,42,22,42v18,0,21,-17,21,-42v0,-25,-3,-40,-21,-42","w":216},"&":{"d":"26,-55v-3,50,73,53,88,15r-50,-70v-20,14,-36,27,-38,55xm73,-199v-37,3,-22,50,-4,67v25,-10,46,-63,4,-67xm150,-95v0,22,-7,39,-15,55r28,40r-21,0r-18,-26v-23,45,-117,38,-117,-27v0,-36,27,-51,48,-69v-29,-25,-37,-94,19,-92v25,0,42,15,42,39v0,29,-20,41,-38,56r46,64v5,-12,7,-25,8,-40r18,0","w":161},"(":{"d":"56,55v-52,-73,-52,-196,0,-269r13,0v-45,70,-45,199,0,269r-13,0","w":66},")":{"d":"10,-214v52,71,53,198,0,269r-12,0v45,-69,45,-201,0,-269r12,0","w":66},"*":{"d":"57,-214r0,33r31,-10r4,13r-31,10r19,27r-10,7r-20,-26r-19,26r-11,-7r19,-27r-31,-10r4,-13r32,10r0,-33r13,0","w":100},"+":{"d":"82,-68r-68,0r0,-15r68,0r0,-69r16,0r0,69r68,0r0,15r-68,0r0,68r-16,0r0,-68","w":180},",":{"d":"26,-31r20,0v0,30,4,64,-22,72v-1,-19,13,-18,10,-41r-8,0r0,-31","w":72,"k":{" ":11}},"-":{"d":"82,-93r0,16r-65,0r0,-16r65,0","w":99},".":{"d":"26,-31r20,0r0,31r-20,0r0,-31","w":72,"k":{" ":11}},"\/":{"d":"86,-218r-73,222r-16,0r73,-222r16,0","w":83},"0":{"d":"72,4v-54,0,-60,-53,-60,-108v0,-55,6,-108,60,-108v54,0,60,53,60,108v0,55,-6,108,-60,108xm72,-197v-41,0,-40,48,-40,93v0,45,-1,93,40,93v41,0,40,-48,40,-93v0,-45,1,-93,-40,-93"},"1":{"d":"20,-176v32,0,50,-10,53,-36r14,0r0,212r-18,0r0,-163r-49,0r0,-13"},"2":{"d":"72,-197v-28,0,-38,20,-39,51r-19,0v0,-41,19,-66,60,-66v57,0,68,72,37,107v-25,28,-70,43,-77,89r97,0r0,16r-118,0v-1,-83,91,-82,97,-154v2,-26,-14,-43,-38,-43"},"3":{"d":"112,-60v0,-33,-21,-46,-56,-43r0,-15v32,3,51,-10,50,-40v0,-24,-11,-39,-35,-39v-24,0,-38,16,-37,43r-20,0v0,-35,21,-58,57,-58v60,0,74,90,20,100v22,6,41,23,41,51v0,59,-67,83,-104,49v-10,-10,-16,-25,-17,-45r20,0v0,28,13,46,40,46v27,0,41,-19,41,-49"},"4":{"d":"92,-71r-1,-111r-65,111r66,0xm92,-55r-82,0r0,-18r82,-139r18,0r0,141r24,0r0,16r-24,0r0,55r-18,0r0,-55"},"5":{"d":"112,-72v10,-52,-63,-70,-78,-28r-18,0r13,-109r93,0r0,16r-79,0r-9,75v6,-15,24,-22,42,-22v38,0,56,29,56,71v0,72,-90,100,-116,39v-3,-7,-4,-15,-4,-24r20,0v0,26,14,43,39,43v29,0,42,-26,41,-61"},"6":{"d":"74,-120v-29,0,-40,24,-40,54v0,30,10,55,40,55v29,0,39,-25,39,-55v0,-30,-10,-54,-39,-54xm11,-99v1,-59,8,-111,65,-113v32,0,51,19,52,49r-19,0v4,-39,-55,-45,-67,-12v-7,20,-11,43,-11,74v20,-59,108,-33,102,32v-4,41,-18,73,-59,73v-55,0,-63,-46,-63,-103"},"7":{"d":"35,0v9,-78,40,-144,79,-193r-102,0r0,-16r120,0r0,16v-39,49,-69,114,-76,193r-21,0"},"8":{"d":"72,-197v-22,0,-34,15,-34,38v0,22,11,38,34,38v23,0,34,-15,34,-38v0,-22,-11,-38,-34,-38xm72,4v-38,0,-60,-25,-60,-64v0,-28,14,-48,39,-53v-20,-6,-32,-23,-32,-47v0,-34,19,-49,53,-52v59,-6,71,87,21,99v25,5,39,24,39,53v0,39,-22,64,-60,64xm72,-106v-28,0,-40,20,-40,48v0,28,13,47,40,47v27,0,40,-19,40,-47v0,-28,-12,-48,-40,-48"},"9":{"d":"70,-197v-30,0,-39,24,-39,54v0,30,9,54,39,54v30,0,40,-24,40,-54v0,-30,-10,-54,-40,-54xm133,-110v0,59,-8,112,-65,114v-32,0,-52,-19,-52,-50r19,0v-3,39,54,46,67,13v8,-20,11,-44,11,-75v-20,59,-108,33,-102,-32v4,-40,17,-72,59,-72v55,0,63,46,63,102"},":":{"d":"26,-31r20,0r0,31r-20,0r0,-31xm26,-150r20,0r0,30r-20,0r0,-30","w":72,"k":{" ":11}},";":{"d":"26,-150r20,0r0,30r-20,0r0,-30xm26,-31r20,0v0,30,4,64,-22,72v-1,-19,13,-18,10,-41r-8,0r0,-31","w":72},"<":{"d":"14,-84r152,-70r0,16r-134,62r134,62r0,16r-152,-70r0,-16","w":180},"=":{"d":"14,-54r152,0r0,15r-152,0r0,-15xm14,-112r152,0r0,14r-152,0r0,-14","w":180},">":{"d":"14,-14r134,-62r-134,-62r0,-16r152,70r0,16r-152,70r0,-16","w":180},"?":{"d":"49,-31r21,0r0,31r-21,0r0,-31xm64,-218v54,-2,69,67,34,100v-16,15,-33,28,-30,62r-18,0v-7,-58,48,-59,48,-110v0,-22,-12,-36,-33,-37v-29,-1,-38,22,-39,51r-19,0v2,-38,17,-64,57,-66","w":127},"@":{"d":"130,-172v17,0,29,10,34,24r8,-19r17,0v-11,36,-26,67,-35,105v0,5,3,8,8,8v34,-5,54,-38,54,-73v0,-50,-39,-78,-90,-78v-61,0,-102,39,-102,98v0,60,41,95,102,97v40,1,65,-18,82,-41r18,0v-19,31,-52,55,-100,55v-69,0,-117,-43,-117,-111v0,-68,49,-111,117,-111v61,0,105,34,105,92v0,46,-28,85,-71,85v-12,0,-21,-6,-21,-20v-23,30,-86,26,-82,-24v3,-47,25,-84,73,-87xm128,-158v-34,0,-53,35,-55,72v0,17,7,31,26,30v35,-4,55,-38,55,-73v0,-19,-8,-29,-26,-29","w":240},"A":{"d":"63,-214r24,0r63,214r-20,0r-18,-62r-74,0r-18,62r-20,0xm108,-79r-33,-120r-33,120r66,0","w":150,"k":{"y":5,"w":5,"v":5,"Y":16,"W":8,"V":8,"U":-2,"T":16,"Q":-2}},"B":{"d":"100,-114v62,17,48,121,-24,114r-59,0r0,-214v59,-2,119,-5,117,54v0,23,-14,42,-34,46xm36,-16v45,2,85,-1,85,-44v0,-43,-40,-47,-85,-44r0,88xm114,-159v0,-42,-37,-40,-78,-39r0,78v41,2,78,1,78,-39","w":150},"C":{"d":"83,-13v33,1,42,-27,45,-60r19,0v-1,46,-22,77,-64,77v-53,0,-68,-48,-68,-111v0,-86,58,-143,115,-91v11,10,14,27,15,46r-19,0v0,-29,-14,-50,-43,-50v-45,0,-49,48,-49,95v0,47,4,92,49,94","w":155},"D":{"d":"127,-107v0,-66,-19,-101,-91,-91r0,182v70,9,91,-25,91,-91xm146,-107v0,64,-14,108,-78,107r-51,0r0,-214r51,0v64,-1,78,43,78,107","w":161},"E":{"d":"17,-214r106,0r0,16r-87,0r0,78r81,0r0,16r-81,0r0,88r90,0r0,16r-109,0r0,-214","w":133},"F":{"d":"17,-214r106,0r0,16r-87,0r0,78r81,0r0,16r-81,0r0,104r-19,0r0,-214","w":127,"k":{"\u0104":11,"A":11,".":33,",":33}},"G":{"d":"83,-13v36,0,47,-36,45,-80r-51,0r0,-16r69,0r0,109r-15,0v-1,-11,2,-26,-1,-35v-5,21,-24,39,-47,39v-53,0,-68,-48,-68,-111v0,-85,56,-142,114,-93v11,9,15,27,16,46r-19,0v-1,-28,-14,-48,-43,-48v-45,0,-49,48,-49,95v0,47,4,94,49,94","w":161},"H":{"d":"120,-107r-84,0r0,107r-19,0r0,-214r19,0r0,91r84,0r0,-91r19,0r0,214r-19,0r0,-107","w":155},"I":{"d":"18,-214r19,0r0,214r-19,0r0,-214","w":55},"J":{"d":"54,4v-37,-1,-50,-24,-48,-67r19,0v0,28,2,50,28,50v26,0,34,-16,33,-43r0,-158r19,0r0,160v0,37,-15,58,-51,58","w":122},"K":{"d":"17,-214r19,0r1,112r81,-112r21,0r-65,89r72,125r-20,0r-64,-109r-26,34r0,75r-19,0r0,-214"},"L":{"d":"17,-214r19,0r0,198r89,0r0,16r-108,0r0,-214","w":127,"k":{"y":11,"Y":28,"W":22,"V":22,"T":22}},"M":{"d":"19,-214r33,0r52,190r52,-190r31,0r0,214r-19,0r-1,-196r-55,196r-18,0r-56,-196r0,196r-19,0r0,-214","w":205},"N":{"d":"17,-214r26,0r82,186r0,-186r19,0r0,214r-26,0r-82,-187r0,187r-19,0r0,-214","w":161},"O":{"d":"83,-202v-45,0,-49,48,-49,95v0,47,4,94,49,94v45,0,50,-47,50,-94v0,-48,-5,-95,-50,-95xm83,4v-53,0,-68,-48,-68,-111v0,-64,15,-111,68,-111v53,0,69,47,69,111v0,64,-16,111,-69,111","w":166},"P":{"d":"134,-154v1,52,-41,66,-98,61r0,93r-19,0r0,-214r58,0v40,-1,58,23,59,60xm114,-154v0,-45,-34,-46,-78,-44r0,89v44,3,78,-1,78,-45","k":{"\u0104":11,"A":11,".":39,",":39}},"Q":{"d":"34,-107v-4,58,22,116,76,85r-24,-24r11,-11r23,23v18,-48,28,-168,-37,-168v-45,0,-47,48,-49,95xm83,-218v82,-5,82,143,49,197r22,21r-10,11r-22,-21v-59,41,-112,-16,-107,-97v4,-64,15,-108,68,-111","w":166},"R":{"d":"117,-156v0,-43,-38,-44,-81,-42r0,84v43,2,81,0,81,-42xm121,0v-13,-38,7,-105,-49,-98r-36,0r0,98r-19,0r0,-214v59,-1,122,-7,119,54v-1,29,-12,50,-38,54v53,-2,24,76,46,106r-23,0","w":150,"k":{"Y":5,"U":-2,"T":5}},"S":{"d":"13,-161v0,-55,71,-73,103,-42v10,9,14,25,14,44r-19,0v-1,-25,-13,-43,-39,-43v-25,1,-40,14,-40,39v0,65,107,32,104,104v-1,41,-24,62,-65,63v-43,0,-65,-25,-63,-70r20,0v-2,33,11,53,42,53v29,0,47,-13,46,-43v-3,-66,-103,-30,-103,-105"},"T":{"d":"57,-198r-55,0r0,-16r129,0r0,16r-55,0r0,198r-19,0r0,-198","w":133,"k":{"\u00f3":22,"\u0119":22,"\u0105":22,"\u0104":16,"y":16,"w":22,"u":22,"r":22,"o":22,"i":5,"e":22,"a":22,"A":16,";":22,":":22,".":28,"-":16,",":28}},"U":{"d":"75,4v-95,3,-51,-135,-61,-218r19,0r0,154v0,32,14,47,42,47v28,0,42,-15,42,-47r0,-154r19,0r0,154v-1,44,-19,63,-61,64","w":150},"V":{"d":"1,-214r20,0r49,194r47,-194r21,0r-57,214r-24,0","w":138,"k":{"\u00f3":5,"\u0119":5,"\u0105":5,"\u0104":11,"u":5,"o":5,"e":5,"a":5,"A":11,";":5,":":5,".":28,"-":5,",":28}},"W":{"d":"3,-214r19,0r39,188r36,-188r22,0r38,188r37,-188r19,0r-45,214r-24,0r-36,-188r-35,188r-24,0","w":216,"k":{"\u00f3":5,"\u0119":5,"\u0105":5,"\u0104":5,"o":5,"e":5,"a":5,"A":5,".":22,"-":5,",":22}},"X":{"d":"69,-92r-50,92r-19,0r58,-109r-54,-105r20,0r46,87r46,-87r19,0r-55,105r59,109r-21,0","w":138},"Y":{"d":"57,-86r-58,-128r21,0r47,107r47,-107r20,0r-58,128r0,86r-19,0r0,-86","w":133,"k":{"\u00f3":16,"\u0119":16,"\u0105":16,"\u0104":16,"u":11,"o":16,"i":5,"e":16,"a":16,"A":16,";":11,":":11,".":33,"-":22,",":33}},"Z":{"d":"7,-18r104,-180r-98,0r0,-16r117,0r0,18r-102,180r104,0r0,16r-125,0r0,-18","w":138},"[":{"d":"25,-214r47,0r0,15r-29,0r0,239r29,0r0,15r-47,0r0,-269","w":72},"\\":{"d":"13,-218r73,222r-16,0r-73,-222r16,0","w":83},"]":{"d":"0,40r29,0r0,-239r-29,0r0,-15r47,0r0,269r-47,0r0,-15","w":72},"^":{"d":"90,-191r-61,118r-16,0r69,-136r16,0r69,136r-16,0","w":180},"_":{"d":"0,22r150,0r0,16r-150,0r0,-16","w":150},"a":{"d":"53,-11v36,0,40,-39,37,-79v-16,19,-64,7,-62,47v1,18,8,32,25,32xm63,-148v-23,0,-31,12,-31,36r-18,0v0,-32,15,-51,49,-51v66,0,40,80,45,137v0,11,5,14,15,13r0,13v-18,5,-35,-1,-32,-23v-5,17,-20,26,-41,27v-51,4,-54,-83,-9,-90v18,-9,49,-1,49,-34v0,-20,-9,-28,-27,-28","w":127,"k":{"y":-1,"w":-1,"v":-1,"t":-1,"p":-1,"g":-1,"b":-1}},"b":{"d":"68,-148v-33,0,-34,31,-34,68v0,38,2,69,34,69v32,0,35,-32,35,-69v0,-36,-2,-68,-35,-68xm71,4v-21,0,-35,-13,-39,-30r0,26r-16,0r0,-214r18,0r0,79v5,-16,17,-28,37,-28v42,2,51,35,51,83v0,48,-9,84,-51,84","w":133,"k":{"y":-1,"v":-1,"b":-1}},"c":{"d":"28,-80v0,36,3,69,34,69v19,0,30,-14,33,-42r18,0v-1,32,-20,57,-51,57v-43,0,-49,-38,-53,-84v-5,-64,46,-106,90,-70v9,8,13,22,14,38r-18,0v-2,-23,-9,-36,-31,-36v-32,0,-36,32,-36,68","w":122},"d":{"d":"65,-148v-33,0,-35,32,-35,68v0,37,3,69,35,69v32,0,35,-32,35,-69v0,-36,-2,-68,-35,-68xm62,-163v22,-1,32,14,38,28r0,-79r18,0r0,214r-17,0r0,-26v-4,17,-18,30,-39,30v-42,-2,-51,-36,-51,-84v0,-48,9,-81,51,-83","w":133},"e":{"d":"98,-94v7,-46,-34,-70,-59,-42v-7,7,-9,22,-9,42r68,0xm30,-79v0,34,3,68,34,68v19,0,31,-14,34,-42r18,0v-2,32,-20,57,-52,57v-42,0,-53,-37,-53,-84v0,-48,14,-83,55,-83v43,0,52,34,51,84r-87,0","w":127,"k":{"y":-1}},"f":{"d":"70,-201v-26,-7,-30,15,-28,42r28,0r0,15r-28,0r0,144r-18,0r0,-144r-22,0r0,-15r22,0v-3,-39,5,-65,46,-57r0,15","w":72,"k":{"\u00f3":-1,"o":-1,"l":-1,"f":-1}},"g":{"d":"64,-148v-31,0,-34,31,-34,66v0,35,3,67,34,67v31,0,34,-32,34,-67v0,-35,-3,-66,-34,-66xm62,-163v22,-1,30,14,38,28r0,-24r16,0r0,148v8,58,-50,83,-88,55v-9,-6,-12,-17,-12,-28r18,0v-1,16,15,24,30,24v30,0,39,-35,33,-68v-4,17,-18,28,-37,28v-40,0,-49,-36,-49,-80v1,-48,9,-81,51,-83","w":133,"k":{"y":-1,"r":-1,"i":-1,"g":-1}},"h":{"d":"70,-148v-56,0,-29,94,-35,148r-18,0r0,-214r18,0v1,25,-2,54,1,77v4,-16,19,-25,39,-26v66,-1,34,103,41,163r-18,0r0,-115v0,-22,-10,-33,-28,-33","w":133},"i":{"d":"19,-214r18,0r0,30r-18,0r0,-30xm19,-159r18,0r0,159r-18,0r0,-159","w":55},"j":{"d":"19,-214r18,0r0,30r-18,0r0,-30xm-8,39v17,5,27,-7,27,-26r0,-172r18,0r0,178v1,27,-18,40,-45,35r0,-15","w":55},"k":{"d":"16,-214r18,0r0,134r62,-79r22,0r-48,59r57,100r-22,0r-48,-84r-23,28r0,56r-18,0r0,-214","w":122},"l":{"d":"19,-214r18,0r0,214r-18,0r0,-214","w":55,"k":{"y":-1,"w":-1}},"m":{"d":"35,-137v9,-33,71,-34,75,2v6,-17,18,-28,40,-28v63,2,29,105,37,163r-18,0r0,-119v0,-19,-8,-29,-25,-29v-54,0,-25,95,-32,148r-18,0r0,-119v0,-19,-8,-29,-25,-29v-54,0,-25,95,-32,148r-18,0r0,-159r16,0r0,22","w":205,"k":{"y":-1}},"n":{"d":"70,-148v-56,0,-29,94,-35,148r-18,0r0,-159r17,0r0,22v14,-38,82,-35,82,17r0,120r-18,0r0,-115v0,-22,-10,-33,-28,-33","w":133,"k":{"y":-1}},"o":{"d":"64,-148v-31,3,-36,33,-36,68v0,35,5,66,36,69v31,-4,36,-34,36,-69v0,-35,-6,-64,-36,-68xm64,4v-41,0,-55,-36,-55,-84v0,-48,14,-83,55,-83v41,0,55,35,55,83v0,49,-14,84,-55,84","w":127},"p":{"d":"68,-11v32,0,35,-32,35,-69v0,-35,-3,-66,-34,-68v-31,5,-35,30,-35,68v0,38,2,69,34,69xm71,4v-20,0,-32,-12,-37,-28r0,77r-18,0r0,-212r16,0r0,23v5,-15,20,-27,40,-27v42,2,50,35,50,83v-1,48,-9,82,-51,84","w":133,"k":{"y":-1}},"q":{"d":"64,-148v-31,2,-34,33,-34,68v0,37,3,69,35,69v32,0,34,-32,35,-69v0,-38,-5,-63,-36,-68xm62,-163v20,0,34,13,39,27r0,-23r17,0r0,212r-18,0v-1,-25,2,-54,-1,-77v-4,16,-17,28,-37,28v-42,-2,-51,-36,-51,-84v0,-48,9,-81,51,-83","w":133},"r":{"d":"82,-144v-66,-9,-43,84,-47,144r-18,0r0,-159r18,0v1,8,-2,19,1,25v6,-18,23,-32,46,-28r0,18","w":83,"k":{"y":-5,"v":-5,".":22,"-":11,",":22}},"s":{"d":"58,-11v35,0,42,-48,10,-58v-25,-8,-56,-16,-56,-48v1,-30,17,-45,47,-46v32,-1,45,16,44,49r-18,0v0,-21,-6,-34,-26,-34v-36,0,-38,45,-7,54v26,7,56,15,55,50v-1,31,-18,48,-49,48v-35,0,-51,-17,-49,-55r18,0v-1,26,10,40,31,40","w":116},"t":{"d":"70,0v-22,5,-46,1,-46,-26r0,-118r-22,0r0,-15r22,0r0,-44r18,0r0,44r28,0r0,15r-28,0r0,114v-1,17,14,19,28,15r0,15","w":72},"u":{"d":"100,-22v-16,35,-83,36,-83,-17r0,-120r18,0r0,112v1,24,5,36,28,36v56,0,29,-94,35,-148r18,0r0,159r-16,0r0,-22","w":133},"v":{"d":"2,-159r19,0r36,139r33,-139r19,0r-42,159r-21,0","w":111,"k":{".":16,",":16}},"w":{"d":"3,-159r19,0r28,141r29,-141r22,0r27,141r27,-141r20,0r-36,159r-21,0r-30,-141r-28,141r-22,0","w":177,"k":{".":11,",":11}},"x":{"d":"56,-68r-34,68r-20,0r43,-82r-41,-77r20,0r32,63r31,-63r20,0r-41,77r43,82r-20,0","w":111},"y":{"d":"2,-159r19,0r37,138r32,-138r19,0r-53,191v-6,17,-24,24,-48,20r0,-15v27,6,35,-13,40,-35","w":111,"k":{".":16,",":16}},"z":{"d":"5,-15r76,-129r-72,0r0,-15r91,0r0,15r-75,129r75,0r0,15r-95,0r0,-15","w":105},"{":{"d":"10,-87v49,-6,-27,-141,65,-127r0,15v-63,-13,-2,100,-50,120v30,7,20,63,20,99v0,20,11,21,30,20r0,15v-54,9,-48,-39,-48,-88v0,-25,2,-37,-17,-39r0,-15","w":72},"|":{"d":"26,-218r15,0r0,222r-15,0r0,-222","w":66},"}":{"d":"62,-72v-48,7,26,141,-64,127r0,-15v62,13,1,-100,49,-120v-30,-7,-20,-63,-20,-99v0,-20,-10,-21,-29,-20r0,-15v54,-9,47,39,47,88v0,24,-1,37,17,39r0,15","w":72},"~":{"d":"122,-58v-31,0,-76,-43,-90,1r-11,-11v15,-43,70,-16,101,-5v14,0,18,-12,26,-22r11,11v-10,12,-17,26,-37,26","w":180},"'":{"d":"27,-214r18,0r0,72r-18,0r0,-72","w":72},"`":{"d":"18,-222r23,43r-15,0r-29,-43r21,0","w":55},"\u0141":{"d":"17,-86r-21,15r0,-18r21,-15r0,-110r19,0r0,97r56,-38r0,18r-56,38r0,83r89,0r0,16r-108,0r0,-86","w":127},"\u0142":{"d":"19,-95r-19,20v-3,-22,10,-28,19,-38r0,-101r18,0r0,82r18,-20v3,22,-10,28,-18,38r0,114r-18,0r0,-95","w":55},"#":{"d":"1,-81r35,0r6,-47r-33,0r0,-13r35,0r8,-68r16,0r-10,68r37,0r9,-68r15,0r-9,68r33,0r0,13r-35,0r-6,47r33,0r0,13r-35,0r-8,68r-16,0r10,-68r-37,0r-9,68r-15,0r9,-68r-33,0r0,-13xm51,-81r36,0r6,-47r-36,0"},"\u0104":{"d":"126,61v-42,0,-20,-52,4,-61r-18,-62r-74,0r-18,62r-20,0r63,-214r24,0r63,214v-21,4,-30,20,-33,36v-3,19,24,14,34,8r4,8v-8,5,-17,9,-29,9xm108,-79r-33,-120r-33,120r66,0","w":150,"k":{"y":5,"w":5,"v":5,"Y":16,"W":8,"V":8,"U":-2,"T":16,"Q":-2}},"\u0106":{"d":"119,-274r-29,42r-14,0r22,-42r21,0xm83,-13v33,1,42,-27,45,-60r19,0v-1,46,-22,77,-64,77v-53,0,-68,-48,-68,-111v0,-86,58,-143,115,-91v11,10,14,27,15,46r-19,0v0,-29,-14,-50,-43,-50v-45,0,-49,48,-49,95v0,47,4,92,49,94","w":155},"\u0118":{"d":"97,61v-42,0,-20,-52,4,-61r-84,0r0,-214r106,0r0,16r-87,0r0,78r81,0r0,16r-81,0r0,88r90,0r0,16r-12,0v-13,12,-24,19,-26,36v-1,20,24,14,34,8r4,8v-8,5,-17,9,-29,9","w":133},"\u0143":{"d":"115,-274r-29,42r-15,0r23,-42r21,0xm17,-214r26,0r82,186r0,-186r19,0r0,214r-26,0r-82,-187r0,187r-19,0r0,-214","w":161},"\u00d3":{"d":"120,-274r-30,42r-14,0r22,-42r22,0xm83,-202v-45,0,-49,48,-49,95v0,47,4,94,49,94v45,0,50,-47,50,-94v0,-48,-5,-95,-50,-95xm83,4v-53,0,-68,-48,-68,-111v0,-64,15,-111,68,-111v53,0,69,47,69,111v0,64,-16,111,-69,111","w":166},"\u015a":{"d":"108,-274r-29,42r-15,0r23,-42r21,0xm13,-161v0,-55,71,-73,103,-42v10,9,14,25,14,44r-19,0v-1,-25,-13,-43,-39,-43v-25,1,-40,14,-40,39v0,65,107,32,104,104v-1,41,-24,62,-65,63v-43,0,-65,-25,-63,-70r20,0v-2,33,11,53,42,53v29,0,47,-13,46,-43v-3,-66,-103,-30,-103,-105"},"\u0179":{"d":"106,-274r-29,42r-15,0r23,-42r21,0xm7,-18r104,-180r-98,0r0,-16r117,0r0,18r-102,180r104,0r0,16r-125,0r0,-18","w":138},"\u017b":{"d":"61,-268r18,0r0,31r-18,0r0,-31xm7,-18r104,-180r-98,0r0,-16r117,0r0,18r-102,180r104,0r0,16r-125,0r0,-18","w":138},"\u0105":{"d":"63,-148v-23,0,-31,12,-31,36r-18,0v0,-32,15,-51,49,-51v66,0,40,80,45,137v0,11,5,14,15,13r0,13v-22,3,-34,19,-36,36v-2,19,22,14,32,8r4,8v-15,12,-53,13,-52,-13v1,-19,15,-28,29,-40v-7,-3,-10,-11,-9,-22v-5,17,-20,26,-41,27v-51,4,-54,-83,-9,-90v18,-9,49,-1,49,-34v0,-20,-9,-28,-27,-28xm53,-11v36,0,40,-39,37,-79v-16,19,-64,7,-62,47v1,18,8,32,25,32","w":127,"k":{"y":-1,"w":-1,"v":-1,"t":-1,"p":-1,"g":-1,"b":-1}},"\u0107":{"d":"101,-222r-30,43r-14,0r23,-43r21,0xm28,-80v0,36,3,69,34,69v19,0,30,-14,33,-42r18,0v-1,32,-20,57,-51,57v-43,0,-49,-38,-53,-84v-5,-64,46,-106,90,-70v9,8,13,22,14,38r-18,0v-2,-23,-9,-36,-31,-36v-32,0,-36,32,-36,68","w":122},"\u0119":{"d":"30,-79v0,34,3,68,34,68v19,0,31,-14,34,-42r18,0v-2,29,-17,51,-42,56v-12,11,-21,18,-23,33v-2,19,24,14,35,8v8,13,-13,17,-25,17v-40,0,-25,-47,-2,-58v-39,-5,-47,-36,-48,-83v-1,-48,14,-83,55,-83v43,0,52,34,51,84r-87,0xm98,-94v7,-46,-34,-70,-59,-42v-7,7,-9,22,-9,42r68,0","w":127,"k":{"y":-1}},"\u0144":{"d":"99,-222r-29,43r-14,0r22,-43r21,0xm70,-148v-56,0,-29,94,-35,148r-18,0r0,-159r17,0r0,22v14,-38,82,-35,82,17r0,120r-18,0r0,-115v0,-22,-10,-33,-28,-33","w":133,"k":{"y":-1}},"\u00f3":{"d":"98,-222r-29,43r-15,0r23,-43r21,0xm64,-148v-31,3,-36,33,-36,68v0,35,5,66,36,69v31,-4,36,-34,36,-69v0,-35,-6,-64,-36,-68xm64,4v-41,0,-55,-36,-55,-84v0,-48,14,-83,55,-83v41,0,55,35,55,83v0,49,-14,84,-55,84","w":127},"\u015b":{"d":"95,-222r-29,43r-15,0r23,-43r21,0xm58,-11v35,0,42,-48,10,-58v-25,-8,-56,-16,-56,-48v1,-30,17,-45,47,-46v32,-1,45,16,44,49r-18,0v0,-21,-6,-34,-26,-34v-36,0,-38,45,-7,54v26,7,56,15,55,50v-1,31,-18,48,-49,48v-35,0,-51,-17,-49,-55r18,0v-1,26,10,40,31,40","w":116},"\u017a":{"d":"91,-222r-30,43r-14,0r22,-43r22,0xm5,-15r76,-129r-72,0r0,-15r91,0r0,15r-75,129r75,0r0,15r-95,0r0,-15","w":105},"\u017c":{"d":"45,-216r18,0r0,31r-18,0r0,-31xm5,-15r76,-129r-72,0r0,-15r91,0r0,15r-75,129r75,0r0,15r-95,0r0,-15","w":105},"!":{"d":"26,-31r20,0r0,31r-20,0r0,-31xm26,-214r20,0r-3,158r-14,0","w":72},"\"":{"d":"66,-214r18,0r0,72r-18,0r0,-72xm21,-214r18,0r0,72r-18,0r0,-72","w":105},"\u00a0":{"w":72,"k":{"\u0104":11,"Y":11,"W":11,"V":11,"T":11,"A":11}}}});

