/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.03
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>I&&L>I)?M<L:M>L:(M<I&&L<I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var g=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(g?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());

Cufon.registerFont({"w":180,"face":{"font-family":"Gill Sans","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 2 2 1 4 2 2 3","ascent":"288","descent":"-72","x-height":"3","bbox":"-22 -262.115 375 83","underline-thickness":"17.9297","underline-position":"-18.1055","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100,"k":{"Y":54,"W":45,"V":54,"T":45,"A":36}},"!":{"d":"49,-41v12,0,21,11,21,23v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21v0,-13,10,-23,22,-23xm49,-71v-15,-19,-20,-90,-20,-126v0,-34,7,-52,20,-52v37,19,17,141,0,178","w":97},"\"":{"d":"45,-166r-20,0v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92xm103,-166r-20,0v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92","w":127},"#":{"d":"1,-153r0,-22r57,0r15,-71r21,0r-15,71r74,0r15,-71r22,0r-15,71r35,0r0,22r-40,0r-13,65r53,0r0,22r-57,0r-15,70r-22,0r15,-70r-74,0r-15,70r-21,0r14,-70r-34,0r0,-22r39,0r14,-65r-53,0xm149,-153r-74,0r-14,65r75,0","w":210},"$":{"d":"19,-172v0,-37,32,-60,67,-64r0,-13r29,0r0,13v23,4,41,10,54,21r0,41v-15,-15,-33,-25,-54,-30r0,71v36,10,66,31,66,70v0,37,-27,61,-66,66r0,39r-29,0r0,-39v-20,-2,-43,-10,-68,-25r0,-44v21,18,38,30,68,37r0,-78v-40,-14,-67,-23,-67,-65xm86,-204v-23,0,-42,28,-26,47v4,5,17,11,26,15r0,-62xm115,-30v41,-6,38,-51,6,-62r-6,-3r0,65","w":195},"%":{"d":"188,-249r27,0r-161,252r-27,0xm124,-52v-1,-28,26,-55,55,-55v29,0,55,26,55,55v0,30,-26,54,-55,54v-29,0,-55,-25,-55,-54xm208,-52v0,-16,-14,-28,-29,-28v-16,-1,-28,13,-28,28v0,15,12,28,28,28v15,0,29,-14,29,-28xm9,-193v0,-29,26,-55,55,-55v29,0,54,26,54,55v0,28,-26,54,-54,54v-29,0,-55,-25,-55,-54xm92,-193v0,-15,-13,-29,-29,-29v-15,0,-28,14,-28,29v0,15,13,28,28,28v15,0,29,-14,29,-28","w":243},"&":{"d":"102,-241v34,-1,60,21,61,54v0,21,-17,47,-46,65r35,40v10,-11,18,-25,26,-40r35,0v-8,22,-22,43,-40,64r50,58r-45,0r-28,-33v-16,15,-48,35,-79,36v-32,0,-62,-25,-61,-57v1,-38,32,-57,58,-73v-48,-40,-31,-114,34,-114xm45,-56v3,36,60,27,75,5r8,-7r-40,-46v-16,12,-45,30,-43,48xm102,-211v-40,1,-27,52,-4,65v14,-9,33,-23,32,-40v0,-14,-12,-26,-28,-25","w":225},"'":{"d":"44,-166r-20,0v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92","w":67},"(":{"d":"57,37v-56,-89,-36,-220,35,-286r20,0v-67,82,-71,246,0,331v-33,5,-43,-35,-55,-45","w":116},")":{"d":"4,82v69,-80,67,-254,0,-331v34,-5,43,35,55,45v17,28,35,78,34,121v-4,77,-27,115,-69,165r-20,0","w":116},"*":{"d":"23,-200v-21,-5,-20,-24,-4,-28v19,5,32,27,47,38v2,-2,4,-4,7,-4r-10,-51v0,-11,5,-16,13,-16v33,0,-12,60,9,71v15,-12,27,-33,47,-38v16,2,16,27,-2,28r-42,15r0,9v19,11,48,10,56,31v-17,32,-47,-19,-59,-26v-2,2,-5,3,-7,3v3,18,8,34,9,54v0,10,-4,15,-12,15v-25,-6,-4,-49,-2,-69v-2,0,-5,-1,-7,-3v-13,11,-32,34,-48,37v-21,-8,-12,-23,10,-30r35,-12r0,-9","w":150},"+":{"d":"90,-42r0,-70r-70,0r0,-30r70,0r0,-70r30,0r0,70r70,0r0,30r-70,0r0,70r-30,0","w":210},",":{"d":"35,-46v29,1,32,48,14,68v-8,10,-18,17,-31,21v2,-19,17,-19,14,-43v-26,-5,-22,-46,3,-46","w":78,"k":{" ":36}},"-":{"d":"14,-97r88,0r0,34r-88,0r0,-34","w":116},".":{"d":"18,-18v0,-12,9,-21,21,-21v12,0,22,10,22,21v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21","w":78,"k":{" ":36}},"\/":{"d":"1,3r71,-252r25,0r-71,252r-25,0","w":101},"0":{"d":"90,2v-108,-2,-106,-250,1,-251v104,5,106,248,-1,251xm90,-30v61,-7,61,-179,0,-185v-61,7,-61,178,0,185"},"1":{"d":"73,-246r35,0r0,246r-35,0r0,-246"},"2":{"d":"17,-225v58,-58,159,-2,128,84v-14,40,-39,69,-71,107r94,0r0,34v-50,-2,-110,4,-156,-2v33,-53,96,-95,103,-166v3,-27,-17,-46,-43,-46v-24,0,-42,16,-55,33r0,-44"},"3":{"d":"76,-249v72,0,99,95,41,119v66,23,33,133,-40,133v-19,0,-37,-5,-54,-14r0,-38v34,24,93,28,93,-21v0,-30,-18,-38,-51,-41v2,-10,-3,-26,2,-32v28,0,47,-10,47,-37v-1,-41,-52,-46,-85,-25r0,-33v14,-7,30,-11,47,-11"},"4":{"d":"128,-249r14,0r0,138r28,0r0,30r-28,0r0,81r-34,0r0,-81r-104,0r0,-15xm108,-111r0,-71r-57,71r57,0"},"5":{"d":"122,-76v2,-37,-50,-53,-86,-42r0,-128r109,0r0,32r-77,0r0,62v50,-6,90,29,90,76v0,70,-81,98,-140,64r0,-36v37,29,101,21,104,-28"},"6":{"d":"94,3v-70,1,-93,-82,-67,-147v18,-45,49,-76,87,-105r21,27v-36,24,-59,49,-75,90v50,-29,108,8,108,61v0,40,-34,74,-74,74xm133,-70v0,-41,-54,-51,-80,-25v-8,33,9,65,41,65v23,0,39,-18,39,-40"},"7":{"d":"18,-246r158,0r-111,249r-31,-13r90,-202r-106,0r0,-34"},"8":{"d":"46,-125v-54,-34,-23,-124,46,-124v68,0,101,89,42,124v64,32,29,136,-44,128v-71,7,-110,-95,-44,-128xm91,-142v20,0,39,-16,39,-37v0,-21,-17,-36,-39,-36v-22,0,-39,15,-39,36v0,20,19,37,39,37xm91,-31v24,0,42,-14,42,-38v0,-23,-19,-39,-43,-39v-24,0,-43,16,-43,39v0,23,19,38,44,38"},"9":{"d":"87,-249v86,1,98,115,51,180v-21,29,-42,55,-71,72r-21,-26v32,-20,64,-54,75,-92v-47,31,-108,-7,-108,-61v0,-40,34,-74,74,-73xm48,-176v0,38,50,51,79,26v11,-36,-8,-65,-40,-66v-23,-1,-39,18,-39,40"},":":{"d":"17,-18v0,-12,9,-22,21,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21xm20,-143v0,-12,9,-22,21,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21","w":78,"k":{" ":36}},";":{"d":"22,43v3,-18,16,-22,15,-43v-28,-5,-23,-46,3,-46v29,2,30,49,13,68v-8,10,-18,17,-31,21xm22,-143v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,11,-10,21,-22,21v-12,0,-21,-9,-21,-21","w":82,"k":{" ":36}},"<":{"d":"20,-113r0,-29r170,-72r0,31r-135,56r135,56r0,31","w":210},"=":{"d":"190,-152r-170,0r0,-29r170,0r0,29xm190,-73r-170,0r0,-30r170,0r0,30","w":210},">":{"d":"190,-113r-170,73r0,-31r135,-56r-135,-56r0,-31r170,72r0,29","w":210},"?":{"d":"51,-63v-56,-29,15,-90,17,-130v1,-22,-25,-29,-45,-18r23,-38v34,1,58,19,58,52v0,48,-59,92,-53,134xm55,-40v12,0,23,9,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21v0,-12,10,-22,21,-22","w":119},"@":{"d":"87,-78v0,-79,94,-156,144,-80r6,-27r32,0r-31,145v1,6,6,11,12,12v36,-8,68,-51,68,-98v0,-65,-59,-111,-126,-111v-83,0,-146,67,-146,152v0,88,61,135,152,134v56,0,98,-18,123,-52r31,0v-26,46,-80,78,-155,78v-104,0,-180,-56,-178,-157v2,-105,66,-180,175,-180v84,0,153,57,151,137v-2,63,-43,125,-107,125v-25,0,-32,-7,-34,-29v-14,15,-31,28,-54,29v-38,1,-63,-38,-63,-78xm180,-165v-56,-2,-93,140,-23,140v34,0,66,-50,64,-89v0,-28,-15,-51,-41,-51","w":363},"A":{"d":"105,-247r25,0r110,247r-36,0r-33,-73r-104,0r-31,73r-36,0xm157,-104r-40,-89r-36,89r76,0","w":240,"k":{"y":9,"w":9,"v":9,"Y":40,"W":29,"V":29,"U":7,"T":36,"Q":14,"O":14,"G":14,"C":14}},"B":{"d":"195,-67v-1,75,-89,69,-168,67r0,-246v72,-2,147,-5,147,64v0,24,-13,42,-38,52v32,5,59,28,59,63xm62,-140v40,2,75,-3,75,-39v0,-35,-37,-37,-75,-35r0,74xm159,-70v0,-43,-49,-40,-97,-39r0,78v49,1,97,3,97,-39","w":202,"k":{"A":-7}},"C":{"d":"54,-122v0,92,117,117,185,65r0,39v-26,14,-56,21,-90,21v-79,-1,-130,-49,-131,-125v-2,-105,119,-159,218,-107r0,38v-74,-49,-182,-21,-182,69","w":254,"k":{"A":-9,".":-9,",":-9}},"D":{"d":"253,-123v0,82,-52,126,-148,123r-78,0r0,-246r83,0v91,-2,143,43,143,123xm217,-125v0,-74,-66,-97,-154,-89r0,182r45,0v72,4,109,-34,109,-93","w":270,"k":{"Y":36,"W":18,"V":18,"A":20,".":27,",":27}},"E":{"d":"27,-246r139,0r0,32r-104,0r0,75r101,0r0,31r-101,0r0,76r108,0r0,32r-143,0r0,-246"},"F":{"d":"27,-246r131,0r0,32r-95,0r0,68r95,0r0,32r-95,0r0,114r-36,0r0,-246","w":168,"k":{"o":5,"e":5,"A":18,".":50,",":50}},"G":{"d":"55,-123v0,77,76,116,152,85r0,-52r-47,0r0,-31r82,0r0,104v-98,50,-224,4,-224,-104v0,-108,127,-159,219,-107r0,36v-72,-50,-182,-22,-182,69","w":266},"H":{"d":"200,-246r35,0r0,246r-35,0r0,-107r-138,0r0,107r-35,0r0,-246r35,0r0,107r138,0r0,-107","w":262},"I":{"d":"27,-246r36,0r0,246r-36,0r0,-246","w":90},"J":{"d":"-22,49v41,0,49,-9,49,-56r0,-239r36,0r0,243v2,61,-23,88,-78,85","w":90,"k":{"u":7,"o":7,"e":7}},"K":{"d":"166,-246r44,0r-107,117r133,129r-48,0r-125,-121r0,121r-36,0r0,-246r36,0r0,113","w":236,"k":{"y":27,"u":18,"o":22,"e":22,"O":43}},"L":{"d":"27,-246r35,0r0,214r111,0r0,32r-146,0r0,-246","w":176,"k":{"y":11,"Y":40,"W":36,"V":36,"T":36}},"M":{"d":"223,-246r32,0r0,246r-35,0r0,-191r-76,95r-6,0r-76,-95r0,191r-36,0r0,-246r33,0r82,101","w":281},"N":{"d":"222,-246r34,0r0,246r-31,0r-164,-189r0,189r-33,0r0,-246r29,0r165,191r0,-191","w":281},"O":{"d":"16,-122v0,-74,58,-127,132,-127v73,0,132,55,132,126v0,72,-59,126,-134,126v-71,0,-130,-54,-130,-125xm244,-123v0,-52,-43,-93,-95,-93v-54,0,-96,41,-96,94v0,51,42,92,95,92v54,0,96,-40,96,-93","w":296,"k":{"Y":29,"X":29,"W":14,"V":14,"T":23,"A":14,".":22,",":22}},"P":{"d":"180,-176v-2,60,-50,74,-120,69r0,107r-35,0r0,-246r78,0v44,-1,78,27,77,70xm60,-138v42,2,84,2,84,-39v0,-38,-43,-40,-84,-38r0,77","w":183,"k":{"o":9,"e":9,"A":29,".":54,",":54}},"Q":{"d":"280,-123v0,63,-46,114,-102,123v39,13,64,28,97,15r-36,35v-54,-6,-78,-22,-120,-50v-56,-8,-102,-60,-103,-122v-1,-73,58,-127,132,-127v73,0,132,54,132,126xm244,-123v0,-53,-42,-93,-96,-93v-54,0,-96,41,-96,94v0,51,43,92,96,92v52,0,96,-42,96,-93","w":296},"R":{"d":"171,-177v0,31,-18,51,-42,60v35,22,59,82,88,117r-41,0v-25,-35,-45,-79,-79,-103v-6,-4,-22,-4,-34,-4r0,107r-35,0r0,-246v72,-4,144,1,143,69xm134,-178v0,-35,-29,-40,-71,-38r0,78v42,1,71,-3,71,-40","w":217,"k":{"Y":36,"W":27,"V":29,"U":11,"T":32,"O":22}},"S":{"d":"82,-28v48,0,48,-53,6,-75v-33,-18,-73,-34,-73,-81v0,-63,83,-83,129,-48r0,40v-18,-17,-38,-25,-58,-25v-30,0,-52,27,-31,49v27,29,98,51,98,104v0,70,-91,85,-137,44r0,-44v19,24,41,36,66,36","w":164},"T":{"d":"6,-246r205,0r0,31r-85,0r0,215r-36,0r0,-215r-84,0r0,-31","w":217,"k":{"y":45,"w":54,"u":50,"r":45,"o":54,"e":54,"a":45,"O":23,"A":36,";":11,":":11,".":45,"-":61,",":45}},"U":{"d":"127,-28v48,0,71,-22,71,-78r0,-140r35,0r0,140v3,77,-38,109,-105,109v-68,0,-106,-32,-106,-110r0,-139r35,0r0,140v-2,58,21,78,70,78","w":254,"k":{"A":9,".":9,",":9}},"V":{"d":"182,-246r35,0r-103,247r-8,0r-106,-247r35,0r74,173","w":217,"k":{"u":27,"o":36,"e":36,"a":22,"O":14,"G":14,"A":29,".":47,"-":36,",":47}},"W":{"d":"340,-246r35,0r-100,247r-7,0r-80,-200r-81,200r-8,0r-99,-247r35,0r68,170r68,-170r33,0r69,170","w":375,"k":{"y":11,"u":27,"o":32,"e":32,"a":22,"O":14,"A":29,".":47,"-":36,",":47}},"X":{"d":"205,-246r42,0r-98,119r105,127r-42,0r-84,-102r-84,102r-43,0r106,-127r-99,-119r43,0r77,94","w":254},"Y":{"d":"175,-246r42,0r-90,116r0,130r-36,0r0,-130r-91,-116r43,0r65,85","w":217,"k":{"u":43,"o":50,"e":47,"a":43,"S":7,"O":29,"A":40,";":11,":":11,".":47,"-":54,",":47}},"Z":{"d":"14,-246r212,0r-157,215r157,0r0,31r-222,0r158,-215r-148,0r0,-31","w":232},"[":{"d":"31,-246r84,0r0,29r-49,0r0,267r49,0r0,29r-84,0r0,-325","w":119},"\\":{"d":"75,3r-71,-252r26,0r70,252r-25,0","w":101},"]":{"d":"89,79r-84,0r0,-29r49,0r0,-267r-49,0r0,-29r84,0r0,325","w":119},"^":{"d":"84,-210r-42,105r-33,0r63,-141r25,0r62,141r-32,0","w":168},"_":{"d":"204,71r-209,0r0,-23r209,0r0,23","w":198},"`":{"d":"57,-249r25,52r-20,0r-40,-52r35,0","w":120},"a":{"d":"13,-143v34,-39,126,-27,111,46r0,69v3,16,13,6,24,-1r0,20v-15,13,-50,19,-56,-4v-29,26,-83,18,-82,-24v1,-41,50,-47,83,-60v4,-54,-55,-44,-80,-11r0,-35xm48,-59v-15,13,-5,39,17,39v10,0,19,-4,28,-12r0,-48v-15,5,-37,13,-45,21","w":153,"k":{"y":14,"w":13,"v":13,"p":4}},"b":{"d":"167,-82v0,77,-82,102,-146,73r0,-237r32,0r0,96v51,-39,114,2,114,68xm135,-81v0,-47,-49,-72,-82,-39r0,88v42,15,82,-4,82,-49","k":{"y":4,".":4,",":4}},"c":{"d":"46,-81v0,51,55,67,98,43r0,32v-63,26,-130,-6,-130,-74v0,-67,68,-106,126,-74r0,34v-39,-30,-94,-12,-94,39","w":157,"k":{".":-7,",":-7}},"d":{"d":"16,-83v0,-60,56,-99,115,-75r0,-88r32,0r0,246r-69,0v-48,0,-78,-34,-78,-83xm48,-80v0,48,31,57,83,53r0,-103v-41,-20,-83,3,-83,50","w":183,"k":{"d":4}},"e":{"d":"90,-165v45,0,72,37,70,87r-113,0v0,57,74,63,111,31r0,31v-19,12,-35,18,-64,18v-52,-1,-77,-34,-79,-84v-2,-47,30,-83,75,-83xm129,-97v2,-36,-42,-52,-67,-30v-7,7,-13,17,-15,30r82,0","w":172,"k":{"y":5,"w":5,"v":5,".":-7,",":-7}},"f":{"d":"107,-214v-35,-11,-53,11,-49,52r29,0r0,29r-29,0r0,133r-32,0r0,-133r-23,0r0,-29r23,0v-3,-58,25,-99,81,-84r0,32","w":90,"k":{"o":4,"e":4}},"g":{"d":"41,-11v-29,-13,-15,-39,9,-44v-24,-11,-36,-27,-36,-51v-1,-61,73,-58,138,-56r0,25r-33,0v36,35,5,90,-46,90v-18,0,-24,13,-12,22v35,12,90,10,90,57v0,35,-35,50,-75,50v-40,0,-75,-15,-76,-50v0,-22,14,-37,41,-43xm107,-104v0,-16,-14,-30,-32,-30v-17,0,-32,14,-32,30v0,17,14,29,32,29v17,0,31,-14,32,-29xm120,33v0,-31,-89,-37,-90,-1v0,17,15,25,45,25v23,0,45,-5,45,-24","w":153,"k":{"y":-7,"o":4}},"h":{"d":"94,-139v-20,0,-27,11,-40,23r0,116r-32,0r0,-246r32,0r0,106v35,-46,104,-26,104,48r0,92r-32,0v-5,-51,20,-139,-32,-139","k":{"y":13}},"i":{"d":"21,-211v-1,-10,9,-19,18,-19v9,0,20,9,19,19v1,10,-10,19,-19,19v-9,0,-19,-9,-18,-19xm23,-162r32,0r0,162r-32,0r0,-162","w":78},"j":{"d":"19,-211v-1,-10,9,-19,18,-19v10,0,20,9,20,19v0,9,-9,19,-19,19v-9,0,-20,-9,-19,-19xm-2,59v14,-5,24,-17,24,-36r0,-185r32,0r0,185v0,28,-10,47,-32,59","w":78},"k":{"d":"128,-162r38,0r-69,80r83,82r-43,0r-81,-82xm23,-246r32,0r0,246r-32,0r0,-246","w":172,"k":{"o":11,"e":11}},"l":{"d":"23,-246r32,0r0,246r-32,0r0,-246","w":78,"k":{"y":4,"w":4}},"m":{"d":"224,0v-6,-50,20,-135,-32,-137v-13,0,-26,7,-37,20r0,117r-32,0v-7,-49,21,-137,-32,-138v-20,0,-27,8,-38,21r0,117r-32,0r0,-162r32,0r0,22v30,-34,74,-34,96,4v37,-51,107,-31,107,41r0,95r-32,0","w":277,"k":{"y":13,"u":4}},"n":{"d":"126,0v-6,-50,21,-137,-33,-138v-15,0,-27,8,-38,23r0,115r-33,0r0,-162r33,0r0,21v38,-45,103,-23,103,49r0,92r-32,0","k":{"y":7,"v":5,"u":4}},"o":{"d":"13,-79v0,-47,39,-83,87,-83v49,0,86,37,86,84v0,47,-40,81,-87,81v-47,0,-86,-37,-86,-82xm153,-80v1,-31,-24,-53,-55,-53v-29,0,-52,22,-52,53v0,30,23,53,54,53v31,0,53,-23,53,-53","w":198,"k":{"y":7,"x":5,"w":4,"v":4,".":11,",":11}},"p":{"d":"168,-80v0,58,-56,101,-115,76r0,86r-32,0r0,-244v80,-5,147,7,147,82xm135,-81v0,-45,-34,-54,-82,-51r0,100v40,20,82,-5,82,-49","k":{"y":13,".":11,",":11}},"q":{"d":"13,-79v0,-74,65,-91,146,-83r0,244r-32,0r0,-85v-61,22,-114,-16,-114,-76xm45,-80v-2,45,45,69,82,49r0,-101v-51,-4,-80,9,-82,52"},"r":{"d":"126,-118v-29,-35,-69,-7,-69,33r0,85r-32,0r0,-162r32,0r0,37v26,-39,50,-55,86,-22","w":142,"k":{"y":-11,"v":-11,"t":-7,"r":4,"q":9,"o":9,"e":7,"d":5,"c":9,";":-14,":":-14,".":36,"-":29,",":36}},"s":{"d":"124,-43v0,51,-75,57,-109,31r0,-34v18,14,63,35,76,5v-12,-37,-78,-36,-75,-82v3,-45,63,-52,100,-29r0,32v-19,-11,-34,-17,-46,-17v-31,0,-22,27,2,37v26,11,52,35,52,57","w":138,"k":{"w":4}},"t":{"d":"120,-8v-42,23,-92,11,-92,-53r0,-72r-28,0v16,-25,41,-40,60,-62r0,33r51,0r0,29r-51,0v5,37,-16,105,23,107v11,0,24,-3,37,-11r0,29","w":119},"u":{"d":"54,-162v7,50,-22,138,33,138v15,0,28,-7,39,-22r0,-116r32,0r0,162r-32,0r0,-21v-34,41,-104,26,-104,-48r0,-93r32,0"},"v":{"d":"122,-162r34,0r-71,165r-11,0r-73,-165r35,0r44,100","w":157,"k":{"o":7,"e":7,".":22,",":22}},"w":{"d":"225,-162r34,0r-71,165r-10,0r-48,-113r-48,113r-10,0r-72,-165r34,0r43,98r41,-98r24,0r40,98","w":258,"k":{"o":7,"e":7,".":22,",":22}},"x":{"d":"134,-162r41,0r-66,80r71,82r-41,0r-51,-58r-48,58r-40,0r68,-82r-68,-80r40,0r48,56","k":{"e":11}},"y":{"d":"122,-162r36,0r-115,244r-35,0r55,-117r-63,-127r36,0r44,92","w":157,"k":{"o":7,"e":7,".":29,",":29}},"z":{"d":"8,-162r138,0r-86,132r86,0r0,30r-142,0r85,-132r-81,0r0,-30","w":150},"{":{"d":"46,-11v0,-44,-2,-64,-36,-68r0,-29v34,-3,37,-24,36,-68v-1,-64,6,-88,66,-86r0,27v-41,-6,-36,26,-36,63v0,44,-7,65,-37,79v38,12,37,53,37,105v0,31,7,37,36,36r0,27v-60,2,-67,-23,-66,-86","w":119},"|":{"d":"33,83r0,-329r28,0r0,329r-28,0","w":93},"}":{"d":"44,-172v-1,-35,6,-70,-36,-63r0,-27v59,-2,67,24,66,86v0,44,1,65,36,68r0,29v-34,3,-37,25,-37,68v0,64,-6,88,-65,86r0,-27v41,6,36,-26,36,-62v1,-45,6,-66,37,-79v-30,-13,-37,-35,-37,-79","w":119},"~":{"d":"195,-114v-49,60,-134,-44,-180,20r0,-36v50,-62,133,43,180,-22r0,38","w":209},"\u00a0":{"w":100,"k":{"Y":54,"W":45,"V":54,"T":45,"A":36}}}});

Cufon.registerFont({"w":172,"face":{"font-family":"DINSchrift","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"288","descent":"-72","bbox":"-10 -284 296 90","underline-thickness":"18","underline-position":"-36","stemh":"37","stemv":"37","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":86},"!":{"d":"37,-63r-14,-193r46,0r-14,193r-18,0xm28,0r0,-37r37,0r0,37r-37,0","w":92},"\"":{"d":"22,-193r0,-63r28,0r0,63r-28,0xm69,-193r0,-63r29,0r0,63r-29,0","w":119},"#":{"d":"100,-102r8,-52r-35,0r-8,52r35,0xm86,0r12,-78r-36,0r-11,78r-28,0r11,-78r-33,0r0,-24r36,0r8,-52r-33,0r0,-24r35,0r11,-78r28,0r-11,78r36,0r11,-78r28,0r-11,78r33,0r0,24r-36,0r-8,52r33,0r0,24r-35,0r-12,78r-28,0"},"$":{"d":"3,-32r25,-27v12,14,26,25,49,27r0,-81v-89,-10,-79,-140,0,-145r0,-26r18,0r0,26v24,0,42,8,61,24r-21,27v-11,-10,-26,-16,-40,-17r0,77v92,11,83,141,0,149r0,39r-18,0r0,-39v-27,0,-55,-15,-74,-34xm77,-152r0,-72v-14,2,-26,14,-26,39v0,17,6,27,26,33xm95,-108r0,76v38,-7,44,-69,0,-76"},"%":{"d":"135,-73v-16,-1,-14,20,-14,37v0,12,5,18,14,18v15,1,13,-21,13,-37v0,-12,-4,-18,-13,-18xm135,2v-26,3,-36,-26,-34,-60v3,-47,67,-50,67,0v0,33,-7,63,-33,60xm52,-163v-26,3,-36,-26,-34,-60v3,-46,66,-48,68,0v2,34,-8,63,-34,60xm52,-238v-15,-1,-13,21,-13,37v0,12,4,18,13,18v16,1,14,-20,14,-37v0,-12,-5,-18,-14,-18xm21,0r121,-256r24,0r-121,256r-24,0","w":186},"&":{"d":"99,-226v-33,0,-30,40,-6,57v24,-9,32,-20,32,-33v0,-13,-12,-24,-26,-24xm190,0r-23,-26v-21,16,-45,28,-72,28v-90,0,-109,-121,-32,-154v-37,-35,-23,-107,36,-106v67,1,81,94,15,115r55,66v10,-13,17,-28,22,-43r33,13v-8,19,-20,41,-34,56r44,51r-44,0xm145,-53r-61,-74v-56,22,-46,94,10,97v16,0,34,-7,51,-23","w":233},"(":{"d":"93,37r-15,0v-75,-88,-75,-206,0,-293r15,0v-46,89,-46,204,0,293","w":100},")":{"d":"7,-256r15,0v75,87,75,205,0,293r-15,0v46,-89,46,-204,0,-293","w":100},"*":{"d":"53,-150r0,-35r-29,17r-11,-17r30,-18r-30,-18r11,-17r29,17r0,-35r21,0r0,35r29,-17r11,17r-30,18r30,18r-11,17r-29,-17r0,35r-21,0","w":126},"+":{"d":"94,-105r0,-77r28,0r0,77r77,0r0,28r-77,0r0,77r-28,0r0,-77r-77,0r0,-28r77,0","w":216},",":{"d":"25,27r0,-64r37,0r0,37","w":86},"-":{"d":"19,-81r0,-37r108,0r0,37r-108,0","w":146},".":{"d":"25,0r0,-37r37,0r0,37r-37,0","w":86},"\/":{"d":"3,2r86,-260r28,0r-86,260r-28,0","w":119},"0":{"d":"86,-35v58,-1,36,-94,36,-148v0,-25,-14,-39,-36,-39v-58,1,-36,94,-36,148v0,25,14,39,36,39xm14,-72r0,-113v0,-47,34,-73,72,-73v38,0,73,26,73,73r0,113v0,47,-35,74,-73,74v-38,0,-72,-27,-72,-74"},"1":{"d":"70,0r0,-217r-37,26r0,-39r37,-26r37,0r0,256r-37,0"},"2":{"d":"12,0r0,-35r100,-125v21,-25,6,-62,-26,-62v-20,0,-36,14,-38,37r-36,0v0,-42,32,-73,71,-73v61,0,96,71,59,118r-82,103r98,0r0,37r-146,0"},"3":{"d":"63,-116r0,-32v31,3,53,-11,53,-37v1,-42,-66,-53,-73,-6r-37,0v3,-36,35,-67,71,-67v70,0,103,86,48,126v61,39,22,134,-48,134v-35,0,-65,-23,-72,-66r36,0v9,41,79,38,77,-11v-1,-32,-22,-44,-55,-41"},"4":{"d":"4,-38r0,-35r86,-183r41,0r-87,183r67,0r0,-74r37,0r0,74r20,0r0,35r-20,0r0,38r-37,0r0,-38r-107,0"},"5":{"d":"159,-87v15,108,-133,120,-146,23r37,0v4,18,16,29,37,29v36,0,36,-31,36,-55v0,-48,-50,-67,-70,-28r-35,0r0,-138r136,0r0,36r-101,0r0,58v52,-32,115,-4,106,75"},"6":{"d":"13,-76v0,-74,54,-119,78,-180r41,0r-53,108v44,-11,80,10,81,68v1,112,-147,106,-147,4xm86,-119v-20,0,-36,13,-36,42v0,29,14,42,36,42v17,0,37,-11,37,-42v0,-29,-17,-42,-37,-42"},"7":{"d":"18,-183r0,-73r146,0r0,36r-87,220r-41,0r87,-220r-68,0r0,37r-37,0"},"8":{"d":"50,-185v0,24,17,37,36,37v19,0,37,-13,37,-37v0,-24,-18,-37,-37,-37v-19,0,-36,13,-36,37xm86,2v-70,0,-108,-98,-47,-134v-51,-37,-19,-126,47,-126v65,0,100,89,48,126v60,36,22,134,-48,134xm45,-75v0,23,19,40,41,40v22,0,42,-17,42,-40v0,-23,-20,-41,-42,-41v-22,0,-41,18,-41,41"},"9":{"d":"160,-180v0,74,-55,119,-79,180r-41,0r54,-108v-44,11,-80,-10,-81,-68v-1,-112,147,-106,147,-4xm86,-138v20,0,37,-13,37,-42v0,-29,-15,-42,-37,-42v-17,0,-36,11,-36,42v0,29,16,42,36,42"},":":{"d":"25,-82r0,-36r37,0r0,36r-37,0xm25,0r0,-37r37,0r0,37r-37,0","w":86},";":{"d":"25,27r0,-64r37,0r0,37xm25,-82r0,-36r37,0r0,36r-37,0","w":86},"<":{"d":"17,-78r0,-26r182,-81r0,30r-150,64r150,64r0,30","w":216},"=":{"d":"17,-113r0,-28r182,0r0,28r-182,0xm17,-41r0,-28r182,0r0,28r-182,0","w":216},">":{"d":"17,3r0,-30r150,-64r-150,-64r0,-30r182,81r0,26","w":216},"?":{"d":"61,-63v-10,-63,39,-79,50,-127v-5,-42,-65,-46,-64,7r-37,0v-3,-45,30,-73,68,-75v50,-3,89,61,58,106v-17,25,-44,42,-38,89r-37,0xm61,0r0,-37r37,0r0,37r-37,0","w":166},"@":{"d":"94,-107v0,19,13,33,31,33v31,0,56,-46,56,-74v0,-16,-12,-32,-29,-32v-34,0,-58,43,-58,73xm193,-175v4,-4,3,-13,5,-19r24,0r-33,112v0,6,3,10,9,10v21,0,48,-42,48,-77v0,-47,-39,-81,-96,-81v-68,0,-108,47,-108,101v0,58,43,103,110,103v43,0,70,-11,91,-33r23,0v-24,39,-68,61,-118,61v-76,0,-134,-55,-134,-132v0,-76,58,-128,134,-128v69,0,126,44,126,107v0,60,-51,101,-82,101v-16,0,-26,-8,-29,-23v-22,39,-97,24,-97,-32v0,-48,35,-98,86,-98v17,0,33,8,41,28","w":288},"A":{"d":"72,-92r75,0r-38,-112xm178,0r-20,-57r-97,0r-20,57r-41,0r94,-256r32,0r93,256r-41,0","w":219},"B":{"d":"27,0r0,-256r99,0v79,-4,106,92,39,124v28,6,41,33,41,59v0,44,-32,73,-71,73r-108,0xm126,-114r-60,0r0,77v44,1,101,5,101,-38v0,-20,-12,-39,-41,-39xm163,-185v4,-41,-54,-39,-97,-37r0,74v43,2,101,4,97,-37","w":219},"C":{"d":"159,-72r41,0v-10,48,-46,74,-90,74v-40,0,-68,-24,-80,-46v-16,-1,-16,-168,0,-168v12,-22,40,-46,80,-46v49,0,82,33,90,75r-41,0v-6,-37,-68,-50,-89,-18v-18,2,-18,145,0,146v23,28,76,23,89,-17","w":200},"D":{"d":"27,-256v114,-3,181,-3,181,128v0,58,-4,67,-14,86v-24,46,-96,44,-167,42r0,-256xm170,-127v0,-92,-28,-94,-104,-93r0,183v74,-1,104,5,104,-90","w":226},"E":{"d":"27,0r0,-256r164,0r0,36r-125,0r0,73r106,0r0,35r-106,0r0,75r125,0r0,37r-164,0","w":200},"F":{"d":"27,0r0,-256r164,0r0,36r-125,0r0,76r106,0r0,35r-106,0r0,109r-39,0","w":193},"G":{"d":"110,-104r0,-37r91,0v10,82,-20,141,-91,143v-40,0,-68,-24,-80,-46v-16,-1,-16,-168,0,-168v12,-22,40,-46,80,-46v49,0,82,33,90,75r-41,0v-6,-37,-68,-50,-89,-18v-18,2,-18,145,0,146v30,36,105,13,92,-49r-52,0","w":219},"H":{"d":"167,0r0,-112r-101,0r0,112r-39,0r0,-256r39,0r0,109r101,0r0,-109r39,0r0,256r-39,0","w":233},"I":{"d":"27,0r0,-256r39,0r0,256r-39,0","w":92},"J":{"d":"0,-31r32,-23v22,29,77,23,78,-30r0,-172r39,0r0,176v3,84,-111,107,-149,49","w":173},"K":{"d":"27,0r0,-256r39,0r1,132r105,-132r46,0r-82,101r91,155r-46,0r-70,-125r-45,47r0,78r-39,0","w":226},"L":{"d":"27,0r0,-256r39,0r0,219r125,0r0,37r-164,0","w":200},"M":{"d":"27,0r0,-256r37,0r73,167r72,-167r37,0r0,256r-39,0r-1,-160r-53,123r-33,0r-54,-123r0,160r-39,0","w":272},"N":{"d":"27,0r0,-256r37,0r116,182r0,-182r39,0r0,256r-36,0r-117,-182r0,182r-39,0","w":246},"O":{"d":"30,-44v-16,-1,-16,-168,0,-168v12,-22,40,-46,80,-46v40,0,68,24,80,46v15,1,15,168,0,168v-12,22,-40,46,-80,46v-40,0,-68,-24,-80,-46xm70,-201v-18,2,-18,145,0,146v14,23,66,23,79,0v18,-2,18,-145,0,-146v-14,-24,-65,-24,-79,0","w":219},"P":{"d":"166,-178v1,-50,-52,-42,-100,-42r0,83r57,0v29,0,43,-21,43,-41xm120,-256v43,-1,86,29,85,79v0,36,-27,77,-80,77r-59,0r0,100r-39,0r0,-256r93,0","w":213},"Q":{"d":"139,-46r-33,-26r23,-26r30,23v3,-10,3,-25,3,-53v0,-53,-4,-59,-13,-73v-15,-23,-65,-24,-79,0v-18,2,-18,145,0,146v11,18,51,24,69,9xm203,6r-33,-26v-36,40,-126,18,-140,-24v-16,-1,-16,-168,0,-168v12,-22,40,-46,80,-46v40,0,68,24,80,46v14,0,15,159,2,164r34,27","w":219},"R":{"d":"168,-185v0,-47,-57,-36,-102,-37r0,78v47,2,102,4,102,-41xm127,-256v86,-7,104,120,28,142r60,114r-47,0r-52,-109r-50,0r0,109r-39,0r0,-256r100,0","w":219},"S":{"d":"5,-33r25,-29v28,29,121,40,124,-10v3,-32,-37,-37,-68,-40v-44,-6,-68,-35,-68,-72v0,-80,117,-91,167,-48r-22,32v-31,-23,-103,-35,-106,17v-2,23,33,34,65,37v48,4,71,39,71,74v0,89,-139,92,-188,39","w":206},"T":{"d":"71,0r0,-222r-71,0r0,-34r180,0r0,34r-71,0r0,222r-38,0","w":180},"U":{"d":"22,-87r0,-169r39,0r0,165v0,35,22,54,52,54v30,0,53,-19,53,-54r0,-165r38,0r0,169v0,53,-40,89,-91,89v-51,0,-91,-36,-91,-89","w":226},"V":{"d":"85,0r-85,-256r41,0r59,195r59,-195r41,0r-85,256r-30,0","w":200},"W":{"d":"68,0r-64,-256r41,0r41,182r50,-182r28,0r50,182r41,-182r41,0r-65,256r-32,0r-50,-185r-49,185r-32,0","w":299},"X":{"d":"153,0r-57,-95r-56,95r-44,0r79,-131r-74,-125r44,0r51,89r52,-89r44,0r-74,125r79,131r-44,0","w":192},"Y":{"d":"72,0r0,-105r-77,-151r41,0r54,113r54,-113r41,0r-77,151r0,105r-36,0","w":180},"Z":{"d":"12,0r0,-32r116,-190r-112,0r0,-34r159,0r0,29r-116,190r116,0r0,37r-163,0","w":186},"[":{"d":"26,37r0,-293r67,0r0,23r-35,0r0,246r35,0r0,24r-67,0","w":100},"\\":{"d":"89,2r-86,-260r28,0r86,260r-28,0","w":119},"]":{"d":"42,13r0,-246r-34,0r0,-23r66,0r0,293r-66,0r0,-24r34,0","w":100},"^":{"d":"18,-102r78,-154r24,0r78,154r-30,0r-60,-124r-60,124r-30,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"120,0v-1,-5,2,-13,-1,-16v-8,13,-20,18,-45,18v-41,0,-65,-24,-65,-56v0,-48,54,-60,111,-54v2,-30,-2,-43,-38,-42v-19,0,-28,4,-34,14r-29,-22v31,-44,137,-37,137,33r0,125r-36,0xm78,-32v37,0,44,-11,42,-45v-29,0,-76,-5,-76,22v0,12,9,23,34,23","w":180},"b":{"d":"108,-185v51,0,63,21,62,94v0,45,-4,55,-13,69v-19,29,-75,32,-97,3r0,19r-36,0r0,-256r36,0r0,93v14,-13,29,-22,48,-22xm96,-148v-34,0,-36,31,-36,57v0,27,2,56,36,56v35,0,37,-28,37,-56v0,-28,-2,-57,-37,-57","w":186},"c":{"d":"131,-54r27,24v-45,55,-148,41,-148,-61v0,-102,102,-118,148,-62r-27,24v-27,-34,-85,-23,-85,38v0,61,58,70,85,37","w":159},"d":{"d":"24,-91v0,-74,12,-83,62,-94v19,0,33,9,47,22r0,-93r37,0r0,256r-37,0r0,-19v-12,13,-28,21,-47,21v-49,-10,-62,-20,-62,-93xm97,-148v-35,0,-37,29,-37,57v0,28,2,56,37,56v34,0,36,-29,36,-56v0,-26,-2,-57,-36,-57","w":186},"e":{"d":"165,-77r-114,0v-1,50,58,57,84,27r27,23v-53,50,-147,45,-147,-64v0,-71,40,-94,75,-94v50,0,84,43,75,108xm51,-108r78,0v-1,-28,-17,-42,-39,-42v-22,0,-38,14,-39,42","w":180},"f":{"d":"30,0r0,-154r-19,0r0,-29r19,0v-5,-55,18,-80,73,-73r0,34v-17,1,-37,-4,-37,15r0,24r37,0r0,29r-37,0r0,154r-36,0","w":100},"g":{"d":"49,23v30,32,90,14,77,-42v-20,30,-80,24,-95,-1v-19,-5,-19,-138,0,-142v15,-25,74,-33,95,-1r0,-20r37,0r0,179v1,87,-99,102,-142,49xm90,-148v-33,9,-36,9,-36,57v0,47,4,47,36,56v31,-8,37,-10,36,-56v0,-48,-4,-48,-36,-57","w":186},"h":{"d":"24,0r0,-256r36,0r1,93v34,-41,109,-23,109,42r0,121r-37,0v-6,-54,21,-148,-36,-148v-58,0,-32,94,-37,148r-36,0","w":193},"i":{"d":"25,0r0,-183r37,0r0,183r-37,0xm25,-220r0,-36r37,0r0,36r-37,0","w":86},"j":{"d":"28,20r0,-203r37,0r0,206v-1,36,-27,55,-68,51r0,-35v18,1,32,0,31,-19xm28,-220r0,-36r37,0r0,36r-37,0","w":92},"k":{"d":"24,0r0,-256r36,0r1,159r70,-86r44,0r-63,72r72,111r-46,0r-49,-85r-29,32r0,53r-36,0","w":186},"l":{"d":"24,-44r0,-212r36,0r0,209v-1,13,14,12,27,12r0,35v-37,2,-62,-5,-63,-44","w":92},"m":{"d":"26,0r0,-183r37,0r0,20v23,-31,80,-26,99,2v36,-42,119,-29,119,40r0,121r-37,0v-6,-54,21,-148,-36,-148v-57,0,-30,94,-36,148r-37,0v-6,-54,21,-148,-36,-148v-57,0,-30,94,-36,148r-37,0","w":306},"n":{"d":"24,0r0,-183r36,0v1,6,-2,16,1,20v34,-41,109,-23,109,42r0,121r-37,0v-6,-54,21,-148,-36,-148v-58,0,-32,94,-37,148r-36,0","w":193},"o":{"d":"35,-21v-27,-17,-27,-123,0,-140v10,-11,27,-24,55,-24v28,0,45,13,55,24v27,18,27,123,0,140v-14,28,-96,29,-110,0xm90,-35v32,-4,40,-15,39,-56v0,-43,-7,-52,-39,-57v-32,4,-40,16,-39,57v0,42,7,51,39,56","w":180},"p":{"d":"108,-185v51,0,63,21,62,94v0,45,-4,55,-13,69v-20,29,-73,32,-97,3r0,93r-36,0r0,-257r36,0r0,20v12,-13,29,-22,48,-22xm96,-35v35,0,37,-28,37,-56v0,-28,-2,-57,-37,-57v-34,0,-36,30,-36,57v0,26,2,56,36,56","w":186},"q":{"d":"17,-91v0,-74,12,-83,62,-94v19,0,35,9,47,22r0,-20r37,0r0,257r-37,0r0,-93v-14,13,-28,21,-47,21v-49,-10,-62,-20,-62,-93xm90,-35v34,0,36,-30,36,-56v0,-27,-2,-57,-36,-57v-35,0,-36,29,-36,57v0,28,1,56,36,56","w":186},"r":{"d":"24,0r0,-183r36,0v1,6,-2,16,1,20v20,-25,61,-30,86,-8r-27,32v-24,-18,-59,-9,-60,29r0,110r-36,0","w":140},"s":{"d":"4,-31r25,-25v16,15,34,24,58,24v37,0,51,-41,13,-42v-44,-1,-85,-11,-85,-55v0,-68,107,-68,140,-31r-23,27v-16,-19,-78,-27,-80,5v-1,18,35,18,55,19v38,3,52,26,52,55v0,69,-117,71,-155,23"},"t":{"d":"26,-183r0,-55r37,0r0,55r26,0r0,29r-26,0r0,106v-1,15,13,13,26,13r0,35v-38,3,-63,-8,-63,-45r0,-109r-18,0r0,-29r18,0","w":100},"u":{"d":"24,-61r0,-122r36,0v5,55,-21,148,37,148v57,0,30,-94,36,-148r37,0r0,183r-37,0v-1,-6,2,-15,-1,-19v-34,40,-108,21,-108,-42","w":193},"v":{"d":"65,0r-67,-183r39,0r43,128r43,-128r39,0r-67,183r-30,0","w":159},"w":{"d":"168,0r-38,-128r-39,128r-32,0r-58,-183r39,0r35,128r42,-128r26,0r42,128r35,-128r39,0r-58,183r-33,0","w":259},"x":{"d":"66,-93r-60,-90r44,0r36,60r37,-60r44,0r-60,90r62,93r-44,0r-39,-61r-38,61r-44,0"},"y":{"d":"63,-7r-66,-176r39,0r44,128r43,-128r39,0r-78,221v-13,32,-32,37,-64,36r0,-35v32,6,36,-24,43,-46","w":159},"z":{"d":"12,0r0,-29r91,-121r-86,0r0,-33r131,0r0,30r-91,118r91,0r0,35r-136,0","w":159},"{":{"d":"5,-98r0,-24v56,-2,-2,-137,63,-134r31,0r0,23v-44,-10,-33,40,-33,77v0,33,-24,42,-29,47v6,2,29,13,29,46v0,33,-15,86,33,76r0,24v-38,3,-65,-1,-66,-40v0,-38,6,-94,-28,-95","w":100},"|":{"d":"26,90r0,-360r28,0r0,360r-28,0","w":79},"}":{"d":"1,37r0,-24v44,10,34,-38,34,-76v0,-33,23,-42,28,-47v-6,-2,-28,-14,-28,-47v0,-33,14,-86,-34,-76r0,-23v38,-3,65,1,66,40v0,38,-6,93,28,94r0,24v-56,2,2,138,-63,135r-31,0","w":100},"~":{"d":"146,-64v-23,0,-56,-24,-77,-25v-14,0,-23,13,-31,25r-13,-22v8,-15,21,-31,45,-31v23,0,55,24,77,24v14,0,23,-12,31,-25r13,22v-8,15,-21,32,-45,32","w":216},"'":{"d":"29,-193r0,-63r28,0r0,63r-28,0","w":86},"`":{"d":"41,-206r-51,-52r48,0r33,52r-30,0","w":86},"\u00a0":{"w":86}}});