/*
 * 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) 1990, 1992 Adobe Systems Incorporated. All Rights
 * Reserved.DINSchrift is a trademark of Linotype-Hell AG and/or its subsidiaries.
 *
 * Trademark:
 * DINSchrift is a trademark of Linotype-Hell AG and/or its subsidiaries.
 *
 * Description:
 * The digitally encoded machine readable software for producing the Typefaces
 * licensed to you is copyrighted (c) 1990, 1992 Adobe Systems. All Rights
 * Reserved. This software is the property of Adobe Systems Incorporated and its
 * licensors, and may not be reproduced, used, displayed, modified, disclosed or
 * transferred without the express written approval of Adobe. The digitally encoded
 * machine readable outline data for producing the Typefaces licensed to you is
 * copyrighted (c) 1981 Linotype-Hell AG and/or its subsidiaries. All Rights
 * Reserved. This data is the property of Linotype-Hell AG and/or its subsidiaries
 * and may not be reproduced, used, displayed, modified, disclosed or transferred
 * without the express written approval of Linotype-Hell AG and/or its
 * subsidiaries. 12 DIN 30640 Neuzeit Grotesk* Bold Condensed 24470
 *
 * Vendor URL:
 * http://www.linotypelibrary.com
 */
Cufon.registerFont({"w":146,"face":{"font-family":"DINNeuzeitGrotesk LT BoldCond","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 6 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"3","bbox":"-10 -280 282 90","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":86,"k":{"Y":13,"W":13,"V":13,"T":13,"A":13}},"!":{"d":"43,2v-12,0,-21,-9,-21,-21v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,11,-10,21,-22,21xm63,-265r-6,197r-27,0r-7,-197r40,0","w":86},"\"":{"d":"75,-265r26,0r0,73r-26,0r0,-73xm26,-265r26,0r0,73r-26,0r0,-73","w":126},"#":{"d":"53,-100r35,0r6,-53r-35,0xm28,-78r-28,0r0,-22r31,0r6,-53r-28,0r0,-22r30,0r9,-78r23,0r-9,78r34,0r9,-78r22,0r-8,78r28,0r0,22r-31,0r-6,53r28,0r0,22r-30,0r-9,78r-23,0r9,-78r-34,0r-9,78r-23,0"},"$":{"d":"65,-228v-42,5,-28,60,0,72r0,-72xm82,-25v25,-3,42,-35,23,-56v-5,-6,-12,-14,-23,-22r0,78xm5,-194v0,-39,22,-61,60,-63r0,-21r17,0r0,21v38,0,55,17,62,50r-31,11v-4,-21,-11,-30,-31,-32r0,82v30,19,64,37,64,84v0,38,-24,65,-64,66r0,26r-17,0r0,-26v-38,-1,-60,-21,-64,-57r34,-7v4,20,8,33,30,35r0,-88v-30,-19,-60,-35,-60,-81"},"%":{"d":"75,-165v22,0,22,-68,0,-68v-16,1,-15,15,-16,34v0,19,1,34,16,34xm221,-54v0,-19,0,-34,-15,-34v-23,0,-23,68,0,68v15,-1,15,-16,15,-34xm229,-260r-155,267r-23,0r155,-267r23,0xm161,-54v0,-34,12,-58,45,-58v33,0,45,26,45,58v0,32,-12,58,-45,58v-33,0,-45,-24,-45,-58xm30,-199v0,-34,12,-58,45,-58v33,0,45,26,45,58v0,32,-12,58,-45,58v-33,0,-45,-24,-45,-58","w":280},"&":{"d":"95,-214v-25,4,-12,41,-2,55v14,-12,28,-49,2,-55xm80,-111v-45,16,-35,101,19,79v5,-3,10,-6,14,-10xm143,-197v0,31,-16,49,-37,65r33,64r17,-25r25,21r-26,35r19,37r-37,0r-7,-17v-35,37,-123,20,-116,-45v4,-37,24,-56,51,-77v-25,-33,-27,-109,30,-106v29,2,48,18,48,48","w":186},"(":{"d":"67,62v-53,-90,-54,-252,0,-342r31,15v-48,81,-48,230,0,311","w":106},")":{"d":"40,-280v53,89,53,253,0,342r-31,-16v47,-82,47,-229,0,-311","w":106},"*":{"d":"108,-240r6,19r-37,11r24,30r-16,12r-22,-32r-21,32r-16,-12r23,-30r-36,-11r6,-19r36,13r-2,-38r20,0r-1,38","w":126},"+":{"d":"95,-182r26,0r0,78r78,0r0,26r-78,0r0,78r-26,0r0,-78r-78,0r0,-26r78,0r0,-78","w":216},",":{"d":"66,-46r-31,77r-30,0r23,-77r38,0","w":86,"k":{" ":13}},"-":{"d":"88,-118r0,32r-70,0r0,-32r70,0","w":106},"\u00ad":{"d":"88,-118r0,32r-70,0r0,-32r70,0","w":106},".":{"d":"43,2v-12,0,-21,-9,-21,-21v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,11,-10,21,-22,21","w":86},"\/":{"d":"101,-270r-69,275r-26,0r68,-275r27,0","w":106},"0":{"d":"62,-34v26,17,36,-18,34,-48v-3,-46,8,-107,-10,-138v-45,-16,-36,48,-36,89v0,38,-2,76,12,97xm134,-131v0,65,1,135,-61,135v-62,0,-60,-71,-60,-135v0,-61,0,-125,60,-126v61,-1,61,66,61,126"},"1":{"d":"7,-215v22,-9,47,-27,63,-42r7,0r0,257r-37,0r0,-203v-8,10,-22,15,-33,21r0,-33","w":106},"2":{"d":"77,-257v74,-2,60,90,35,136r-48,88r70,0r0,33r-124,0r79,-157v11,-20,17,-67,-13,-67v-22,0,-23,22,-26,45r-36,0v0,-46,16,-78,63,-78"},"3":{"d":"73,-29v37,0,34,-102,-4,-101v-9,0,-16,4,-22,12r-22,-17r53,-85r-60,0r0,-33r115,0v-15,37,-40,63,-58,97v48,-7,55,33,59,80v6,66,-69,106,-107,60v-10,-12,-14,-30,-14,-53r37,0v1,21,3,40,23,40"},"4":{"d":"78,-79r-1,-109r-44,109r45,0xm113,-253r0,174r27,0r0,31r-27,0r0,48r-35,0r0,-48r-74,0r0,-25r76,-180r33,0"},"5":{"d":"72,-144v-12,1,-23,11,-22,27r-31,0r1,-136r106,0r0,33r-73,0v1,20,-3,45,0,63v36,-45,87,5,81,64v-5,49,-9,98,-61,97v-45,0,-61,-31,-60,-77r35,0v1,22,3,44,23,46v26,-3,25,-34,26,-63v0,-30,-4,-50,-25,-54"},"6":{"d":"73,-27v34,-3,35,-107,1,-110v-39,5,-35,103,-1,110xm11,-82v0,-77,34,-117,65,-171r43,0v-19,26,-37,60,-52,89v51,-17,69,31,67,83v-2,45,-15,85,-62,85v-47,0,-61,-38,-61,-86"},"7":{"d":"17,-253r121,0r-83,253r-37,0r73,-220r-74,0r0,-33"},"8":{"d":"73,-226v-17,0,-20,18,-20,37v0,19,3,39,20,39v30,0,29,-76,0,-76xm73,-119v-34,2,-32,87,0,90v34,-2,34,-89,0,-90xm73,4v-72,0,-79,-120,-27,-141v-49,-19,-33,-126,27,-120v62,-7,77,100,28,120v52,21,45,141,-28,141"},"9":{"d":"50,-170v0,29,2,51,23,54v39,-5,35,-104,0,-110v-21,2,-23,28,-23,56xm136,-171v0,77,-35,116,-65,171r-43,0v19,-26,37,-60,52,-89v-50,17,-69,-31,-67,-83v1,-46,15,-85,62,-85v47,0,61,39,61,86"},":":{"d":"43,2v-12,0,-21,-9,-21,-21v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,11,-10,21,-22,21xm43,-148v-11,0,-21,-10,-21,-22v0,-12,10,-22,21,-22v27,0,28,44,0,44","w":86,"k":{" ":13}},";":{"d":"43,-148v-11,0,-21,-10,-21,-22v0,-12,10,-22,21,-22v27,0,28,44,0,44xm66,-46r-31,77r-30,0r23,-77r38,0","w":86},"<":{"d":"199,3r-182,-82r0,-24r182,-82r0,27r-149,67r149,67r0,27","w":216},"=":{"d":"199,-41r-182,0r0,-27r182,0r0,27xm199,-114r-182,0r0,-27r182,0r0,27","w":216},">":{"d":"17,-185r182,82r0,24r-182,82r0,-27r149,-67r-149,-67r0,-27","w":216},"?":{"d":"57,2v-12,0,-22,-10,-22,-21v0,-12,10,-22,22,-22v12,0,21,10,21,22v0,12,-9,21,-21,21xm66,-270v59,-3,65,78,37,115v-17,23,-33,45,-31,87r-31,0v-7,-70,39,-80,42,-142v0,-18,-3,-29,-19,-29v-19,0,-19,25,-20,45r-37,0v0,-44,15,-74,59,-76","w":126},"@":{"d":"126,-77v35,0,58,-37,58,-73v0,-20,-13,-34,-33,-34v-37,0,-56,35,-58,72v-1,21,13,35,33,35xm152,-211v21,0,36,11,43,29r8,-22r26,0r-34,120v0,6,2,9,7,9v33,-7,53,-39,53,-79v0,-62,-46,-94,-106,-94v-70,0,-116,46,-116,117v0,71,48,114,119,114v40,0,75,-18,94,-42r26,0v-23,37,-65,64,-122,64v-86,0,-144,-53,-144,-137v0,-85,58,-138,144,-138v76,0,132,40,132,113v0,60,-37,100,-92,106v-13,1,-24,-9,-25,-22v-29,38,-106,21,-102,-36v4,-56,32,-102,89,-102","w":288},"A":{"d":"105,-84r-24,-121r-23,121r47,0xm100,-265r59,265r-38,0r-10,-55r-58,0r-11,55r-35,0r56,-265r37,0","w":166,"k":{"y":6,"w":6,"v":6,"Y":20,"W":13,"V":13,"U":4,"T":20,"Q":4,"O":4,"G":4,"C":4}},"B":{"d":"109,-195v0,-30,-19,-41,-52,-39r0,78v31,1,51,-10,52,-39xm57,-31v37,-1,55,-11,56,-47v0,-34,-19,-50,-56,-49r0,96xm152,-77v1,67,-56,84,-132,77r0,-265v67,-4,127,3,126,66v0,33,-12,46,-36,57v28,8,41,32,42,65","w":166,"k":{"A":4,".":20,",":20}},"C":{"d":"13,-134v0,-67,8,-136,75,-136v38,0,56,25,64,60r-37,12v-3,-22,-9,-37,-27,-39v-56,17,-41,151,-19,201v27,25,51,-15,51,-43r35,12v-6,40,-23,72,-69,72v-68,0,-73,-69,-73,-139","w":166},"D":{"d":"57,-31v73,0,63,-129,42,-177v-8,-18,-24,-26,-42,-26r0,203xm152,-130v0,66,-19,128,-86,130r-46,0r0,-265r43,0v72,1,89,65,89,135","w":166,"k":{"Y":9,"W":4,"V":4,"A":4,".":20,",":20}},"E":{"d":"117,-265r0,31r-60,0r0,78r60,0r0,31r-60,0r0,94r60,0r0,31r-97,0r0,-265r97,0","w":126},"F":{"d":"117,-265r0,31r-60,0r0,78r60,0r0,31r-60,0r0,125r-37,0r0,-265r97,0","w":126,"k":{"r":9,"o":9,"e":9,"a":9,"A":13,".":40,",":40}},"G":{"d":"13,-132v-1,-75,15,-158,95,-134v23,7,31,29,38,54r-35,14v2,-36,-39,-56,-50,-15v-6,23,-9,51,-9,86v0,44,1,116,47,93v14,-19,15,-52,16,-86r-37,0r0,-33r74,0v0,74,2,158,-68,158v-68,0,-70,-70,-71,-137","w":166,"k":{".":20,",":20}},"H":{"d":"20,-265r37,0r0,109r53,0r0,-109r37,0r0,265r-37,0r0,-125r-53,0r0,125r-37,0r0,-265","w":166},"I":{"d":"25,-265r37,0r0,265r-37,0r0,-265","w":86},"J":{"d":"31,-44v4,22,39,24,39,-4r0,-217r37,0r0,214v8,58,-73,74,-101,33","w":126,"k":{".":20,",":20}},"K":{"d":"57,-265r1,120r58,-120r39,0r-63,124r67,141r-41,0r-61,-132r0,132r-37,0r0,-265r37,0","w":166,"k":{"y":20,"u":6,"o":20,"e":20,"O":6}},"L":{"d":"62,-265r0,232r59,0r0,33r-96,0r0,-265r37,0","w":126,"k":{"y":13,"Y":33,"W":27,"V":27,"T":27}},"M":{"d":"60,-265r54,177r53,-177r40,0r0,265r-35,0r-1,-176r-44,150r-28,0r-44,-150r0,176r-35,0r0,-265r40,0","w":226},"N":{"d":"57,-265r55,168r0,-168r35,0r0,265r-37,0r-55,-168r0,168r-35,0r0,-265r37,0","w":166,"k":{".":20,",":20}},"O":{"d":"115,-141v0,-44,3,-88,-31,-96v-35,11,-32,62,-32,110v0,41,-4,93,32,99v36,-10,31,-66,31,-113xm84,5v-68,0,-71,-70,-71,-137v0,-66,6,-138,71,-138v66,0,69,71,69,138v0,66,-5,137,-69,137","w":166,"k":{"Y":13,"X":6,"T":13,"A":4,".":20,",":20}},"P":{"d":"57,-131v44,3,50,-60,31,-89v-6,-9,-17,-14,-31,-14r0,103xm136,-183v0,53,-25,84,-79,83r0,100r-37,0r0,-265v71,-4,116,12,116,82","k":{"A":13,".":46,",":46}},"Q":{"d":"61,-213v-11,53,-29,174,26,185r-13,-25r23,-13r10,15v7,-24,8,-57,8,-90v0,-44,3,-88,-31,-96v-14,0,-20,10,-23,24xm153,-132v0,46,-4,88,-24,115r16,25r-28,18v-8,-14,-9,-28,-33,-21v-68,0,-71,-70,-71,-137v0,-66,6,-138,71,-138v66,0,69,71,69,138","w":166,"k":{".":13,",":13}},"R":{"d":"112,-195v-1,-27,-21,-42,-53,-39r0,81v34,-1,54,-8,53,-42xm82,-265v79,-7,90,123,23,138r53,127r-42,0r-48,-121r-9,0r0,121r-37,0r0,-265r60,0","w":166,"k":{"Y":6,"T":6}},"S":{"d":"46,-137v-48,-33,-45,-133,26,-133v36,0,61,21,60,58r-33,11v6,-40,-52,-48,-49,-9v5,67,87,71,87,149v0,60,-68,85,-107,50v-11,-11,-19,-26,-21,-47r35,-11v2,21,9,43,30,43v40,0,24,-61,1,-83","k":{".":20,",":20}},"T":{"d":"55,-232r-47,0r0,-33r131,0r0,33r-47,0r0,232r-37,0r0,-232","k":{"y":20,"w":27,"u":27,"r":27,"o":27,"i":6,"h":6,"e":27,"a":27,"O":13,"A":20,";":27,":":27,".":33,"-":20,",":33}},"U":{"d":"84,-28v21,0,25,-18,25,-38r0,-199r37,0r0,199v0,45,-18,71,-62,71v-45,1,-64,-25,-64,-71r0,-199r37,0r0,199v1,20,5,38,27,38","w":166,"k":{".":20,",":20}},"V":{"d":"46,-265r29,187r28,-187r36,0r-47,265r-35,0r-50,-265r39,0","k":{"u":6,"o":11,"i":6,"e":11,"a":6,"A":13,";":6,":":6,".":27,"-":6,",":27}},"W":{"d":"221,-265r-46,265r-35,0r-27,-187r-27,187r-35,0r-45,-265r39,0r25,187r24,-187r38,0r25,187r27,-187r37,0","w":226,"k":{"o":6,"e":6,"a":6,"A":13,";":6,":":6,".":27,"-":6,",":27}},"X":{"d":"11,-265r39,0r23,85r24,-85r38,0r-44,127r48,138r-38,0r-29,-96r-26,96r-39,0r48,-138"},"Y":{"d":"46,-265r29,111r28,-111r36,0r-46,158r0,107r-37,0r0,-107r-49,-158r39,0","k":{"u":13,"o":20,"i":6,"e":20,"a":20,"O":13,"A":20,";":13,":":13,".":40,"-":27,",":40}},"Z":{"d":"139,-265r-82,234r75,0r0,31r-125,0r83,-234r-75,0r0,-31r124,0"},"[":{"d":"91,-243r-23,0r0,267r23,0r0,31r-58,0r0,-329r58,0r0,31","w":106},"\\":{"d":"32,-270r69,275r-27,0r-68,-275r26,0","w":106},"]":{"d":"15,24r23,0r0,-267r-23,0r0,-31r58,0r0,329r-58,0r0,-31","w":106},"^":{"d":"20,-100r75,-153r25,0r76,153r-26,0r-63,-124r-61,124r-26,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"90,-93v-30,-2,-47,8,-45,37v1,16,2,31,18,30v27,-2,29,-34,27,-67xm70,-197v35,0,53,16,53,51r0,146r-33,0r0,-28v-9,20,-17,31,-41,31v-28,0,-39,-22,-39,-54v0,-53,26,-72,80,-69v0,-24,4,-49,-22,-47v-16,1,-19,10,-22,24r-31,-9v5,-29,22,-45,55,-45","w":140},"b":{"d":"75,-166v-24,7,-23,36,-23,69v0,32,-1,63,23,69v24,-6,22,-37,22,-69v0,-32,1,-62,-22,-69xm89,3v-23,2,-29,-18,-37,-35r0,32r-33,0r0,-265r33,0r1,102v7,-20,15,-34,37,-34v43,0,44,52,44,100v0,49,-6,97,-45,100","k":{".":20,",":20}},"c":{"d":"13,-94v-2,-69,18,-116,78,-98v16,9,25,25,26,48r-33,7v-1,-15,-2,-28,-16,-29v-24,6,-20,38,-20,70v0,32,-1,63,20,68v16,-1,17,-14,19,-33r31,11v-5,33,-16,53,-50,53v-47,0,-54,-40,-55,-97","w":126,"k":{".":13,",":13}},"d":{"d":"72,-166v-24,6,-22,37,-22,69v0,32,-2,63,22,69v24,-6,23,-37,23,-69v0,-33,1,-62,-23,-69xm57,-197v23,0,29,16,38,34r0,-102r33,0r0,265r-33,0v-1,-10,2,-24,-1,-32v-5,19,-14,35,-36,35v-39,0,-45,-51,-45,-100v0,-49,1,-100,44,-100","k":{".":20,",":20}},"e":{"d":"98,-120v9,-42,-41,-68,-47,-17v-1,6,-1,11,-1,17r48,0xm75,-197v48,0,60,48,56,104r-81,0v2,29,-2,64,25,67v16,-2,20,-18,22,-34r31,0v-1,36,-17,63,-54,63v-55,0,-58,-50,-59,-105v-1,-56,15,-95,60,-95","k":{".":20,",":20}},"f":{"d":"80,-234v-21,-8,-20,19,-19,40r19,0r0,32r-19,0r0,162r-35,0r0,-162r-19,0r0,-32r19,0v-4,-47,3,-84,54,-73r0,33","w":86,"k":{".":18,",":18}},"g":{"d":"72,-28v24,-6,23,-37,23,-69v0,-33,1,-62,-23,-69v-24,6,-22,37,-22,69v0,32,-2,63,22,69xm57,-197v23,0,32,16,39,35r0,-32r32,0r0,206v7,61,-86,78,-113,33r28,-20v5,9,12,16,26,16v29,0,26,-41,25,-73v-5,19,-14,35,-36,35v-39,0,-45,-51,-45,-100v0,-49,1,-100,44,-100","k":{".":20,",":14}},"h":{"d":"76,-164v-13,-1,-22,15,-22,28r0,136r-35,0r0,-265r35,0r1,93v6,-13,17,-26,36,-25v24,2,36,18,36,43r0,154r-34,0r0,-140v0,-14,-5,-23,-17,-24"},"i":{"d":"36,-216v-12,0,-22,-10,-22,-22v0,-12,10,-23,22,-23v12,0,23,11,23,23v0,12,-10,22,-23,22xm19,-194r35,0r0,194r-35,0r0,-194","w":73},"j":{"d":"36,-216v-12,0,-22,-10,-22,-22v0,-12,10,-23,22,-23v12,0,23,11,23,23v0,12,-10,22,-23,22xm-3,33v13,9,23,-6,22,-22r0,-205r35,0r0,210v3,38,-22,60,-57,50r0,-33","w":73},"k":{"d":"19,-265r35,0r1,151r30,-80r35,0r-34,82r34,112r-35,0r-31,-100r0,100r-35,0r0,-265","w":126},"l":{"d":"80,3v-40,3,-61,-11,-61,-49r0,-219r35,0r0,212v0,17,8,24,26,23r0,33","w":79},"m":{"d":"77,-164v-17,0,-24,17,-23,35r0,129r-35,0r0,-194r33,0v1,9,-2,22,1,29v7,-17,17,-31,38,-32v22,0,27,17,36,32v6,-17,18,-31,41,-32v24,-1,40,18,39,42r0,155r-35,0r0,-136v0,-13,-5,-29,-18,-28v-17,-1,-24,17,-23,35r0,129r-35,0r0,-136v0,-13,-5,-28,-19,-28","w":226},"n":{"d":"76,-164v-13,-1,-22,15,-22,28r0,136r-35,0r0,-194r33,0v1,8,-2,21,1,27v9,-43,74,-37,74,13r0,154r-34,0r0,-140v0,-14,-5,-23,-17,-24"},"o":{"d":"73,-167v-41,0,-24,149,0,141v16,0,24,-27,24,-80v0,-28,1,-61,-24,-61xm134,-97v0,53,-10,100,-61,100v-50,0,-60,-48,-60,-100v0,-52,10,-100,60,-100v51,0,61,48,61,100"},"p":{"d":"75,-166v-24,7,-23,36,-23,69v0,32,-1,63,23,69v24,-6,22,-37,22,-69v0,-32,1,-62,-22,-69xm89,3v-23,2,-29,-18,-37,-35r0,101r-33,0r0,-263r31,0v1,10,-2,24,1,32v7,-19,15,-35,39,-35v43,0,44,52,44,100v0,49,-6,97,-45,100"},"q":{"d":"72,-166v-24,6,-22,37,-22,69v0,32,-2,63,22,69v24,-6,23,-37,23,-69v0,-33,1,-62,-23,-69xm57,-197v23,0,32,16,39,35r0,-32r32,0r0,263r-33,0r-1,-101v-5,19,-14,35,-36,35v-39,0,-45,-51,-45,-100v0,-49,1,-100,44,-100"},"r":{"d":"95,-157v-66,-9,-34,98,-41,157r-35,0r0,-194r33,0v1,11,-2,27,1,36v4,-22,17,-38,42,-39r0,40","w":106,"k":{"u":4,"t":4,"s":4,"r":6,"q":6,"p":6,"o":6,"n":4,"m":4,"l":4,"k":4,"i":4,"g":6,"e":6,"d":4,"c":6,"a":6,".":27,"-":13,",":27}},"s":{"d":"88,-104v46,27,37,107,-26,107v-30,0,-43,-14,-53,-37r30,-19v-3,27,43,39,44,7v-8,-44,-72,-47,-72,-100v0,-46,55,-64,86,-40v8,7,15,16,19,27r-30,18v3,-25,-42,-38,-42,-9v0,23,30,32,44,46","w":126},"t":{"d":"80,-2v-29,6,-54,-3,-54,-33r0,-127r-19,0r0,-32r19,0r0,-48r35,0r0,48r19,0r0,32r-19,0r0,114v0,12,6,16,19,15r0,31","w":86},"u":{"d":"71,-30v14,1,22,-14,22,-27r0,-137r34,0r0,194r-33,0r0,-26v-8,19,-16,29,-39,29v-24,0,-36,-19,-36,-43r0,-154r35,0r0,140v0,14,5,23,17,24"},"v":{"d":"120,-194r-40,194r-33,0r-40,-194r37,0r21,127r20,-127r35,0","w":126,"k":{"o":4,"e":4,"a":4,".":20,",":20}},"w":{"d":"146,0r-33,0r-20,-147r-19,147r-33,0r-34,-194r35,0r18,127r16,-127r35,0r18,127r16,-127r35,0","w":186,"k":{"e":4,".":20,",":20}},"x":{"d":"46,-194v7,20,10,44,19,63r17,-63r34,0r-36,92r38,102r-34,0v-8,-23,-12,-50,-22,-71r-19,71r-35,0r39,-101r-38,-93r37,0","w":126,"k":{"e":6}},"y":{"d":"120,-194r-54,263r-35,0r17,-78r-41,-185r35,0r24,127r19,-127r35,0","w":126,"k":{"e":6,"a":4,".":20,",":20}},"z":{"d":"72,-162r-63,0r0,-32r108,0v-16,58,-42,106,-61,161r61,0r0,33r-107,0v17,-57,42,-107,62,-162","w":126,"k":{"o":2,"e":6}},"{":{"d":"73,-53v0,33,-17,90,26,86r0,22v-39,3,-61,-12,-61,-49v0,-40,10,-96,-24,-103r0,-25v59,-16,-23,-167,85,-152r0,22v-40,-5,-26,51,-26,86v0,33,-16,49,-38,57v24,5,38,25,38,56","w":106},"|":{"d":"27,-270r26,0r0,360r-26,0r0,-360","w":79},"}":{"d":"33,-166v0,-33,18,-90,-26,-86r0,-22v39,-3,61,12,61,49v0,40,-9,94,24,103r0,25v-58,18,23,168,-85,152r0,-22v40,5,26,-51,26,-86v0,-33,17,-49,39,-57v-24,-5,-39,-25,-39,-56","w":106},"~":{"d":"147,-92v15,-2,22,-15,31,-27r13,23v-11,17,-21,30,-45,30v-32,2,-46,-25,-77,-24v-17,1,-24,12,-31,27r-13,-23v9,-18,22,-30,45,-31v29,0,52,23,77,25","w":216},"'":{"d":"30,-265r27,0r0,73r-27,0r0,-73","w":86},"`":{"d":"32,-265r26,49r-27,0r-41,-49r42,0","w":73},"\u00a0":{"w":86}}});

