/*
 * 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:
 *  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 1451 Mittelschrift 00542
 *//*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * \251 Dutch Design: Albert-Jan Pool, 1995. Published by FontShop International
 * FontFont release 15
 */
Cufon.registerFont({"w":185,"face":{"font-family":"din","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"2","bbox":"-4 -290 349 85.1888","underline-thickness":"13.68","underline-position":"-43.92","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":91},"!":{"d":"69,-69r-18,0r-1,-187r20,0xm48,0r0,-24r24,0r0,24r-24,0","w":109},"\"":{"d":"90,-200r0,-56r23,0r0,56r-23,0xm34,-200r0,-56r23,0r0,56r-23,0","w":146},"#":{"d":"176,-157r-9,55r34,0r0,16r-37,0r-14,86r-18,0r14,-86r-63,0r-14,86r-18,0r14,-86r-35,0r0,-16r37,0r9,-55r-35,0r0,-17r37,0r13,-82r19,0r-13,82r63,0r13,-82r18,0r-13,82r34,0r0,17r-36,0xm94,-157r-9,55r63,0r9,-55r-63,0","w":230},"$":{"d":"150,-129v68,21,41,144,-38,131r0,39r-17,0r0,-39v-37,-1,-55,-13,-77,-34r14,-13v20,20,41,30,63,30r0,-107v-40,-5,-70,-19,-71,-66v-1,-42,28,-71,71,-70r0,-32r17,0r0,32v31,0,45,12,65,27r-12,13v-18,-14,-25,-23,-53,-24r0,105xm95,-242v-55,-7,-71,83,-21,97v7,2,14,4,21,5r0,-102xm112,-15v59,8,81,-82,28,-99v-5,-1,-15,-3,-28,-5r0,104","w":211},"%":{"d":"273,-84v0,47,-4,87,-47,87v-42,0,-47,-40,-47,-87v0,-28,19,-48,47,-48v28,0,47,20,47,48xm98,0r-17,0r120,-256r16,0xm120,-211v0,48,-5,88,-48,87v-42,0,-47,-40,-47,-87v0,-28,19,-48,47,-48v27,0,48,21,48,48xm226,-11v36,0,31,-38,31,-73v0,-22,-10,-34,-31,-35v-37,-2,-32,38,-32,73v0,22,10,35,32,35xm41,-210v0,35,-6,72,31,72v35,0,33,-37,32,-72v0,-22,-10,-35,-32,-35v-22,0,-31,13,-31,35","w":298},"&":{"d":"224,-123v-1,34,-5,59,-22,78r36,45r-25,0r-24,-30v-38,48,-164,43,-159,-41v3,-46,26,-55,59,-79v-18,-23,-29,-30,-29,-57v0,-27,23,-51,53,-51v39,0,66,44,44,77v-9,14,-27,23,-41,33r74,89v12,-20,14,-33,15,-64r19,0xm120,-171v35,-12,33,-70,-7,-70v-45,0,-38,56,-8,80xm50,-72v-3,67,93,72,128,28r-78,-94v-28,23,-47,26,-50,66","w":268},"'":{"d":"34,-200r0,-56r23,0r0,56r-23,0","w":91},"(":{"d":"53,-31v0,30,11,36,25,52r-12,13v-17,-17,-30,-31,-31,-62r1,-218v5,-19,18,-32,30,-44r12,12v-13,14,-25,24,-25,52r0,195","w":102},")":{"d":"37,-290v16,17,30,28,30,62r-1,218v-6,21,-13,28,-29,44r-14,-13v13,-13,27,-25,25,-52v-3,-72,6,-156,-4,-220v-5,-12,-13,-18,-21,-26","w":102},"*":{"d":"134,-158r-43,-26r1,51r-16,0r1,-51r-43,26r-8,-13r44,-25r-44,-24r8,-14r43,26r-1,-50r16,0r-1,50r43,-26r8,14r-44,24r44,25","w":168},"+":{"d":"101,-86r0,65r-17,0r0,-65r-65,0r0,-17r65,0r0,-65r17,0r0,65r65,0r0,17r-65,0"},",":{"d":"34,49r0,-73r25,0r0,48","w":92},"-":{"d":"30,-86r0,-17r94,0r0,17r-94,0","w":153},".":{"d":"34,0r0,-27r27,0r0,27r-27,0","w":95},"\/":{"d":"19,27r-19,0r103,-310r19,0","w":121},"0":{"d":"160,-66v0,39,-27,68,-67,68v-40,0,-68,-29,-68,-68r0,-124v0,-39,28,-68,68,-68v40,0,67,30,67,68r0,124xm93,-14v72,0,43,-106,48,-174v2,-31,-17,-55,-48,-54v-72,0,-45,105,-49,174v-2,32,18,55,49,54"},"1":{"d":"94,0r0,-235r-46,41r0,-22r46,-40r19,0r0,256r-19,0"},"2":{"d":"94,-258v62,0,84,71,50,116r-96,126r114,0r0,16r-136,0r0,-16r103,-135v29,-33,12,-91,-35,-91v-31,0,-51,19,-49,51r-19,0v0,-40,26,-67,68,-67"},"3":{"d":"161,-68v0,65,-80,91,-125,54v-14,-11,-21,-27,-21,-48r18,0v-1,31,25,48,55,48v33,1,55,-22,55,-54v0,-38,-20,-56,-61,-55v1,-6,-4,-18,5,-16v34,0,51,-18,51,-52v0,-30,-21,-52,-50,-52v-30,0,-48,18,-51,47r-19,0v3,-38,31,-60,70,-63v71,-5,93,105,32,127v28,9,41,31,41,64"},"4":{"d":"135,-42r0,42r-18,0r0,-42r-102,0r0,-16r95,-198r19,0r-94,198r82,0r0,-82r18,0r0,82r35,0r0,16r-35,0"},"5":{"d":"162,-84v20,88,-100,116,-131,51v-3,-7,-4,-15,-4,-24r18,0v3,28,17,44,48,43v41,0,51,-29,51,-70v0,-44,-11,-67,-48,-68v-24,0,-40,9,-46,27r-17,0r0,-131r124,0r0,16r-107,0r0,91v11,-13,27,-19,48,-19v50,0,65,34,64,84"},"6":{"d":"161,-72v0,41,-25,74,-67,74v-64,0,-80,-72,-54,-125r66,-133r18,0r-59,118v50,-21,96,14,96,66xm143,-71v0,-31,-19,-57,-50,-57v-31,0,-49,24,-49,57v0,33,18,57,49,57v31,0,50,-25,50,-57"},"7":{"d":"75,0r-19,0r91,-240r-98,0r0,40r-18,0r0,-56r134,0r0,16"},"8":{"d":"166,-69v1,41,-32,71,-73,71v-41,0,-75,-29,-74,-71v1,-32,18,-52,41,-64v-21,-11,-34,-30,-35,-59v-1,-37,30,-66,68,-66v69,0,92,98,32,125v24,12,40,32,41,64xm142,-192v0,-29,-21,-50,-49,-50v-29,0,-50,21,-50,50v0,30,20,51,50,51v30,0,49,-22,49,-51xm147,-69v0,-31,-23,-56,-54,-56v-32,0,-55,25,-55,56v0,31,24,55,55,55v29,0,54,-25,54,-55"},"9":{"d":"91,-258v64,0,80,72,54,125r-66,133r-18,0r59,-118v-49,21,-96,-14,-96,-66v0,-41,25,-74,67,-74xm141,-185v0,-33,-18,-58,-50,-57v-31,0,-49,24,-49,57v0,30,18,56,49,56v31,0,50,-24,50,-56"},":":{"d":"44,-112r0,-27r27,0r0,27r-27,0xm44,0r0,-27r27,0r0,27r-27,0","w":105},";":{"d":"44,-112r0,-27r27,0r0,27r-27,0xm45,49r0,-73r24,0r0,48","w":105},"<":{"d":"54,-86r137,137r-25,0r-145,-146r145,-145r25,0r-137,136r295,0r0,18r-295,0","w":369},"=":{"d":"19,-114r0,-17r147,0r0,17r-147,0xm19,-59r0,-17r147,0r0,17r-147,0"},">":{"d":"204,51r-25,0r136,-137r-294,0r0,-18r294,0r-136,-136r25,0r145,145","w":369},"?":{"d":"93,-258v54,0,85,65,49,106v-14,26,-41,39,-37,83r-19,0v-5,-62,48,-72,53,-126v2,-26,-20,-47,-46,-47v-26,0,-46,21,-46,47r-18,0v0,-36,28,-63,64,-63xm84,0r0,-24r24,0r0,24r-24,0","w":175},"@":{"d":"98,-256v70,-4,125,7,125,73r0,183r-18,0r0,-21v-12,16,-28,24,-50,24v-52,-2,-66,-38,-66,-90v0,-62,16,-89,65,-89v21,0,39,8,51,24v4,-53,-8,-89,-56,-90v-57,-2,-109,2,-103,58v6,60,-19,149,22,174r-12,13v-49,-25,-23,-119,-28,-186v-3,-44,28,-71,70,-73xm205,-87v1,-49,-11,-72,-49,-73v-41,-1,-47,31,-48,73v-1,49,10,73,48,73v41,0,48,-31,49,-73","w":250},"A":{"d":"190,0r-22,-62r-119,0r-23,62r-21,0r95,-256r17,0r94,256r-21,0xm108,-230r-53,150r107,0","w":216},"B":{"d":"212,-70v0,83,-92,70,-172,70r0,-256r94,0v42,0,74,25,74,67v0,29,-17,50,-40,57v26,8,44,29,44,62xm189,-189v0,-61,-71,-49,-130,-50r0,99v59,-1,130,12,130,-49xm193,-70v0,-61,-73,-53,-134,-52r0,105v62,1,134,10,134,-53","w":241},"C":{"d":"204,-73v-6,44,-39,75,-87,75v-68,0,-94,-42,-87,-130v-21,-106,70,-161,145,-111v16,11,25,31,29,55r-19,0v-7,-33,-31,-57,-68,-57v-60,0,-68,40,-68,113v0,71,11,113,68,113v37,0,61,-25,68,-58r19,0","w":231},"D":{"d":"215,-132v0,81,-17,131,-89,132r-86,0r0,-256r86,0v72,2,89,48,89,124xm195,-132v0,-69,-12,-107,-74,-107r-62,0r0,222r62,0v64,0,74,-44,74,-115","w":244},"E":{"d":"40,0r0,-256r155,0r0,17r-136,0r0,101r116,0r0,17r-116,0r0,104r136,0r0,17r-155,0","w":215},"F":{"d":"59,-239r0,105r116,0r0,18r-116,0r0,116r-19,0r0,-256r155,0r0,17r-136,0","w":207},"G":{"d":"117,-15v51,2,74,-43,69,-99r-69,0r0,-17r89,0v7,78,-17,133,-89,133v-68,0,-94,-42,-87,-130v-21,-106,71,-161,145,-110v17,12,26,31,30,54r-20,0v-6,-34,-30,-57,-68,-57v-60,0,-68,40,-68,113v0,71,11,110,68,113","w":234},"H":{"d":"193,0r0,-121r-134,0r0,121r-19,0r0,-256r19,0r0,118r134,0r0,-118r19,0r0,256r-19,0","w":251},"I":{"d":"40,0r0,-256r19,0r0,256r-19,0","w":98},"J":{"d":"143,-76v8,73,-87,102,-132,56r13,-13v33,36,100,14,100,-47r0,-176r19,0r0,180","w":179},"K":{"d":"203,0r-83,-144r-61,75r0,69r-19,0r0,-256r19,0r0,160r130,-160r23,0r-79,98r93,158r-23,0","w":232},"L":{"d":"40,0r0,-256r19,0r0,239r136,0r0,17r-155,0","w":205},"M":{"d":"235,0r0,-211r-77,175r-20,0r-79,-175r0,211r-19,0r0,-256r19,0r89,197r87,-197r20,0r0,256r-20,0","w":294},"N":{"d":"207,0r-148,-223r0,223r-19,0r0,-256r19,0r148,222r0,-222r19,0r0,256r-19,0","w":266},"O":{"d":"117,-258v70,0,88,43,88,130v0,81,-20,130,-88,130v-68,0,-87,-41,-87,-130v0,-82,18,-130,87,-130xm186,-128v0,-71,-9,-113,-69,-113v-60,0,-68,40,-68,113v0,71,11,113,68,113v60,0,69,-41,69,-113","w":234},"P":{"d":"211,-183v0,45,-32,74,-77,74r-75,0r0,109r-19,0r0,-256r94,0v46,-1,78,27,77,73xm192,-183v0,-65,-70,-57,-133,-56r0,113v64,1,133,9,133,-57","w":227},"Q":{"d":"205,-128v-2,50,4,71,-18,98r30,30r-13,13r-30,-30v-75,46,-165,0,-144,-111v-7,-82,18,-130,87,-130v70,0,92,43,88,130xm186,-128v3,-71,-9,-113,-69,-113v-60,0,-71,41,-68,113v-15,90,47,138,112,98r-36,-36r13,-13r36,35v12,-22,10,-45,12,-84","w":234},"R":{"d":"211,-188v0,39,-25,64,-59,70r61,118r-22,0r-61,-118r-71,0r0,118r-19,0r0,-256v79,-1,171,-12,171,68xm191,-187v0,-63,-71,-52,-132,-52r0,104v61,0,132,12,132,-52","w":236},"S":{"d":"190,-69v2,83,-131,90,-172,37r14,-13v29,41,140,45,139,-23v0,-90,-147,-14,-147,-120v0,-76,109,-90,153,-43r-12,13v-30,-35,-125,-35,-122,29v3,86,144,16,147,120","w":211},"T":{"d":"107,-239r0,239r-20,0r0,-239r-76,0r0,-17r172,0r0,17r-76,0","w":194},"U":{"d":"212,-83v0,49,-38,85,-88,85v-51,0,-89,-35,-88,-85r0,-173r19,0r0,170v0,41,27,71,69,71v42,1,69,-28,68,-71r0,-170r20,0r0,173","w":247},"V":{"d":"104,0r-16,0r-84,-256r20,0r72,222r72,-222r21,0","w":192},"W":{"d":"232,0r-20,0r-60,-223r-61,223r-20,0r-64,-256r21,0r54,223r59,-223r21,0r59,223r54,-223r21,0","w":303},"X":{"d":"162,0r-67,-114r-67,114r-22,0r79,-131r-73,-125r22,0r61,107r62,-107r22,0r-73,125r79,131r-23,0","w":191},"Y":{"d":"99,-106r0,106r-20,0r0,-106r-75,-150r20,0r66,129r63,-129r21,0","w":177},"Z":{"d":"23,0r0,-21r135,-218r-130,0r0,-17r151,0r0,17r-137,222r137,0r0,17r-156,0","w":201},"[":{"d":"35,27r0,-310r53,0r0,16r-35,0r0,277r35,0r0,17r-53,0","w":104},"\\":{"d":"103,27r-103,-310r19,0r103,310r-19,0","w":121},"]":{"d":"16,27r0,-15r36,0r0,-280r-36,0r0,-15r53,0r0,310r-53,0","w":104},"^":{"d":"139,-152r-46,-87r-47,87r-19,0r57,-106r17,0r57,106r-19,0"},"_":{"d":"0,58r0,-14r185,0r0,14r-185,0"},"`":{"d":"86,-212r-38,-53r24,0r35,53r-21,0","w":180},"a":{"d":"27,-149v26,-44,128,-36,128,30r0,119r-18,0r0,-17v-29,32,-117,28,-117,-31v0,-54,61,-52,117,-50v3,-40,-9,-61,-49,-61v-26,0,-37,5,-48,21xm84,-14v43,0,58,-22,53,-69v-42,0,-98,-8,-98,35v0,23,15,34,45,34","w":188},"b":{"d":"170,-87v0,51,-15,89,-65,89v-26,0,-39,-7,-52,-24r0,22r-18,0r0,-256r18,0r0,105v13,-17,26,-25,52,-25v49,0,64,39,65,89xm151,-87v0,-41,-8,-72,-49,-72v-41,0,-49,31,-49,72v0,42,9,73,49,73v40,0,49,-31,49,-73","w":194},"c":{"d":"158,-24v-43,54,-145,17,-133,-63v-11,-79,87,-119,133,-62r-12,11v-13,-14,-21,-21,-45,-21v-41,0,-58,30,-58,72v0,42,13,73,58,73v23,0,32,-8,45,-22","w":177},"d":{"d":"90,-176v25,0,38,8,51,25r0,-105r18,0r0,256r-18,0r0,-22v-13,17,-25,23,-51,24v-50,1,-65,-39,-65,-89v0,-51,15,-89,65,-89xm141,-87v0,-41,-8,-72,-49,-72v-41,0,-49,31,-49,72v0,42,9,73,49,73v40,0,49,-31,49,-73","w":194},"e":{"d":"94,-176v49,0,72,40,70,93r-121,0v-7,65,66,90,105,48r13,11v-18,16,-30,26,-62,26v-50,-1,-74,-35,-74,-89v0,-51,22,-89,69,-89xm145,-98v10,-59,-73,-83,-95,-35v-7,15,-7,16,-7,35r102,0","w":188},"f":{"d":"40,-174v-4,-50,3,-90,58,-82r0,16v-42,-8,-41,27,-39,66r39,0r0,14r-39,0r0,160r-19,0r0,-160r-23,0r0,-14r23,0","w":109},"g":{"d":"159,10v8,71,-84,99,-128,52r13,-12v31,36,105,17,97,-41r0,-31v-13,17,-25,23,-51,24v-50,1,-65,-39,-65,-89v0,-51,15,-89,65,-89v25,0,38,8,51,25r0,-23r18,0r0,184xm141,-87v0,-41,-8,-72,-49,-72v-41,0,-49,31,-49,72v0,42,9,73,49,73v40,0,49,-31,49,-73","w":194},"h":{"d":"53,-153v34,-44,115,-22,115,42r0,111r-18,0v-5,-63,23,-159,-48,-159v-70,0,-45,94,-49,159r-18,0r0,-256r18,0r0,103","w":201},"i":{"d":"33,-234r0,-22r22,0r0,22r-22,0xm35,0r0,-174r18,0r0,174r-18,0","w":88},"j":{"d":"33,-234r0,-22r22,0r0,22r-22,0xm53,38v1,34,-20,49,-57,45r0,-16v26,2,39,-5,39,-30r0,-211r18,0r0,212","w":88},"k":{"d":"153,0r-60,-95r-40,45r0,50r-18,0r0,-256r18,0r0,180r86,-98r24,0r-58,65r70,109r-22,0","w":189},"l":{"d":"53,-45v-2,26,13,31,39,29r0,16v-37,4,-58,-11,-58,-45r0,-211r19,0r0,211","w":103},"m":{"d":"161,-144v28,-51,122,-41,122,33r0,111r-18,0v-5,-63,23,-159,-48,-159v-70,0,-45,94,-49,159r-18,0v-5,-63,23,-159,-48,-159v-70,0,-45,94,-49,159r-18,0r0,-174r18,0r0,21v26,-33,91,-30,108,9","w":316},"n":{"d":"53,-153v34,-43,115,-23,115,42r0,111r-18,0v-5,-63,23,-159,-48,-159v-70,0,-45,94,-49,159r-18,0r0,-174r18,0r0,21","w":201},"o":{"d":"165,-87v0,52,-23,89,-70,89v-50,0,-70,-37,-70,-89v0,-52,20,-89,70,-89v50,0,70,39,70,89xm146,-87v0,-45,-14,-72,-51,-72v-41,0,-52,26,-52,72v0,46,11,73,52,73v41,0,51,-28,51,-73","w":189},"p":{"d":"170,-87v0,51,-15,89,-65,89v-26,0,-39,-7,-52,-24r0,105r-18,0r0,-257r18,0r0,23v13,-17,26,-25,52,-25v49,0,64,39,65,89xm151,-87v0,-41,-8,-72,-49,-72v-41,0,-49,31,-49,72v0,42,9,73,49,73v40,0,49,-31,49,-73","w":194},"q":{"d":"90,-176v25,0,38,8,51,25r0,-23r18,0r0,257r-18,0r0,-105v-13,17,-25,23,-51,24v-50,1,-65,-39,-65,-89v0,-51,15,-89,65,-89xm141,-87v0,-41,-8,-72,-49,-72v-41,0,-49,31,-49,72v0,42,9,73,49,73v40,0,49,-31,49,-73","w":194},"r":{"d":"53,-150v13,-28,71,-36,93,-9r-14,13v-26,-31,-79,-5,-79,39r0,107r-18,0r0,-174r18,0r0,24","w":147},"s":{"d":"145,-83v35,34,-3,85,-57,85v-30,0,-53,-8,-70,-25r13,-12v20,29,109,31,109,-14v0,-28,-34,-32,-62,-32v-32,0,-52,-15,-52,-45v0,-58,88,-61,123,-31r-13,12v-25,-21,-92,-24,-92,19v0,42,78,21,101,43","w":177},"t":{"d":"97,0v-83,13,-53,-91,-58,-160r-24,0r0,-14r24,0r0,-55r19,0r0,55r39,0r0,14r-39,0r0,115v-1,24,14,31,39,29r0,16","w":117},"u":{"d":"99,-14v70,0,45,-95,49,-160r18,0r0,174r-18,0r0,-21v-34,43,-115,23,-115,-42r0,-111r18,0v5,63,-23,160,48,160","w":201},"v":{"d":"86,0r-18,0r-63,-174r20,0r52,152r53,-152r20,0","w":154},"w":{"d":"196,0r-19,0r-49,-145r-49,145r-19,0r-55,-174r20,0r44,152r50,-152r18,0r50,152r44,-152r20,0","w":256},"x":{"d":"129,0r-46,-73r-46,73r-23,0r59,-89r-56,-85r22,0r44,70r43,-70r23,0r-56,85r58,89r-22,0","w":165},"y":{"d":"69,47v-7,24,-23,32,-53,31v1,-7,-4,-19,7,-16v37,1,32,-39,45,-62r-63,-174r20,0r52,152r53,-152r20,0","w":154},"z":{"d":"19,0r0,-17r105,-140r-99,0r0,-17r118,0r0,18r-104,140r104,0r0,16r-124,0","w":162},"{":{"d":"65,-18v0,26,6,28,31,28r0,17v-66,9,-50,-64,-50,-119v0,-23,-9,-28,-28,-28v1,-6,-4,-19,6,-16v60,-7,-27,-160,72,-147v-1,6,4,16,-5,16v-63,-3,8,117,-48,139v35,11,22,68,22,110","w":113},"|":{"d":"48,27r0,-310r18,0r0,310r-18,0","w":114},"}":{"d":"18,-283v102,-13,2,145,78,147v-1,7,4,19,-7,16v-60,8,27,159,-71,147r0,-17v70,8,-4,-113,53,-138v-35,-11,-22,-69,-22,-111v0,-26,-6,-28,-31,-28r0,-16","w":113},"~":{"d":"61,-114v33,0,71,38,94,3r11,11v-15,14,-21,23,-42,23v-34,0,-70,-39,-94,-4r-11,-11v15,-14,20,-22,42,-22"},"\u00a0":{"w":91}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * \251 Dutch Design: Albert-Jan Pool, 1995. Published by FontShop International
 * FontFont release 15
 */
Cufon.registerFont({"w":191,"face":{"font-family":"dinm","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"2","bbox":"-7 -290 351 76.0527","underline-thickness":"25.2","underline-position":"-36.72","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":86},"!":{"d":"80,-76r-29,0r-7,-180r44,0xm46,0r0,-39r40,0r0,39r-40,0","w":119},"\"":{"d":"95,-188r0,-68r37,0r0,68r-37,0xm28,-188r0,-68r36,0r0,68r-36,0","w":159},"#":{"d":"191,-153r-7,44r28,0r0,34r-33,0r-12,75r-38,0r11,-75r-49,0r-11,75r-39,0r12,-75r-29,0r0,-34r34,0r8,-44r-30,0r0,-34r35,0r11,-71r38,0r-11,71r49,0r11,-71r38,0r-11,71r28,0r0,34r-33,0xm104,-153r-8,44r50,0r7,-44r-49,0","w":241},"$":{"d":"200,-73v0,45,-34,71,-78,74r0,40r-29,0r0,-39v-39,0,-60,-13,-82,-34r26,-25v16,15,32,23,59,24r0,-80v-44,-5,-77,-20,-77,-70v0,-44,32,-71,74,-75r0,-32r29,0r0,32v32,0,51,12,69,29r-25,24v-11,-11,-27,-19,-47,-19r0,77v47,7,80,18,81,74xm96,-224v-40,-3,-53,60,-16,71v5,2,10,3,16,4r0,-75xm119,-33v43,4,60,-62,19,-73v-5,-1,-11,-3,-19,-4r0,77","w":218},"%":{"d":"282,-83v0,48,-6,86,-50,86v-42,0,-55,-37,-51,-86v3,-29,21,-49,51,-49v28,0,50,20,50,49xm106,0r-30,0r121,-256r29,0xm122,-210v0,49,-6,86,-51,86v-44,0,-50,-37,-50,-86v0,-29,20,-49,50,-49v28,0,51,20,51,49xm255,-48v0,-27,5,-60,-23,-60v-28,0,-23,33,-23,60v0,17,8,26,23,26v15,0,23,-9,23,-26xm94,-174v0,-27,5,-60,-23,-60v-27,0,-22,34,-22,60v0,17,7,25,22,25v15,0,23,-8,23,-25","w":303},"&":{"d":"111,-258v58,0,83,75,34,102r-19,13r54,65v9,-13,14,-31,14,-52r35,0v0,33,-9,59,-26,79r43,51r-47,0r-21,-25v-42,46,-161,33,-154,-49v3,-38,24,-55,51,-73v-15,-20,-25,-29,-26,-55v0,-34,26,-56,62,-56xm118,-174v26,-9,25,-53,-7,-52v-35,2,-27,44,-5,60xm61,-75v-1,49,67,55,95,24r-61,-72v-19,14,-33,20,-34,48","w":262},"'":{"d":"28,-188r0,-68r36,0r0,68r-36,0","w":92},"(":{"d":"68,-44v-2,31,13,39,25,53r-25,25v-62,-43,-30,-172,-36,-271v7,-25,18,-34,36,-53r25,25v-14,14,-25,21,-25,53r0,168","w":114},")":{"d":"46,-212v0,-31,-10,-37,-25,-53r25,-25v20,19,39,37,38,76r-2,195v-6,26,-18,34,-36,53r-25,-25v13,-14,25,-24,25,-53r0,-168","w":114},"*":{"d":"139,-144r-40,-25r2,47r-27,0r1,-47r-40,25r-13,-24r41,-22r-41,-22r13,-23r40,24r-1,-46r27,0r-2,46r40,-24r14,23r-42,22r42,22","w":174},"+":{"d":"113,-81r0,60r-34,0r0,-60r-61,0r0,-34r61,0r0,-60r34,0r0,60r61,0r0,34r-61,0"},",":{"d":"28,56r0,-98r42,0r0,64","w":97},"-":{"d":"24,-83r0,-34r105,0r0,34r-105,0","w":153},".":{"d":"28,0r0,-44r44,0r0,44r-44,0","w":100},"\/":{"d":"35,27r-35,0r103,-310r35,0","w":136},"0":{"d":"170,-71v1,43,-32,73,-74,73v-42,0,-74,-30,-74,-73r0,-114v-1,-43,32,-73,74,-73v42,0,74,31,74,73r0,114xm96,-31v60,-2,32,-96,37,-153v2,-24,-14,-42,-37,-42v-59,0,-32,97,-37,154v-2,24,13,42,37,41"},"1":{"d":"91,0r0,-216r-50,44r0,-41r50,-43r37,0r0,256r-37,0"},"2":{"d":"98,-258v69,0,91,77,50,127r-81,98r105,0r0,33r-149,0r0,-33r98,-120v25,-24,16,-74,-23,-73v-23,1,-38,15,-38,40r-37,0v-1,-43,32,-72,75,-72"},"3":{"d":"172,-72v4,71,-87,95,-135,57v-15,-12,-22,-30,-22,-54r37,0v-1,25,18,38,42,38v24,0,41,-17,41,-42v0,-30,-17,-44,-49,-42r0,-32v30,2,45,-12,45,-39v0,-25,-15,-39,-37,-40v-23,-1,-39,15,-39,37r-37,0v-1,-41,34,-70,76,-70v71,0,101,100,42,127v23,10,34,28,36,60"},"4":{"d":"152,-39r0,39r-36,0r0,-39r-103,0r0,-34r90,-183r40,0r-90,183r63,0r0,-59r36,0r0,59r27,0r0,34r-27,0"},"5":{"d":"136,-86v11,-53,-60,-71,-74,-30r-34,0r0,-140r139,0r0,32r-105,0r0,68v46,-37,122,1,110,70v17,92,-112,119,-144,46v-3,-8,-5,-17,-5,-26r36,0v3,24,16,35,38,35v32,0,39,-24,39,-55"},"6":{"d":"172,-76v0,47,-31,78,-76,78v-73,0,-87,-80,-57,-140r59,-118r39,0r-55,110v48,-17,90,22,90,70xm135,-75v0,-25,-15,-45,-39,-45v-25,0,-39,19,-39,45v0,25,14,44,39,44v25,0,39,-18,39,-44"},"7":{"d":"90,0r-40,0r86,-224r-78,0r0,41r-35,0r0,-73r152,0r0,32"},"8":{"d":"175,-72v0,44,-34,74,-79,74v-45,0,-79,-29,-79,-74v0,-29,17,-49,35,-60v-16,-12,-31,-29,-31,-56v-1,-42,33,-70,75,-70v72,0,101,95,44,126v20,11,34,31,35,60xm134,-186v0,-23,-16,-40,-38,-40v-22,0,-38,17,-38,40v0,23,15,39,38,38v21,0,38,-17,38,-38xm138,-73v0,-24,-18,-43,-42,-43v-24,0,-42,19,-42,43v0,23,19,42,42,42v23,0,42,-19,42,-42"},"9":{"d":"96,-258v74,0,87,79,57,139r-59,119r-39,0r55,-110v-48,17,-90,-21,-90,-70v0,-47,31,-78,76,-78xm135,-181v0,-25,-15,-45,-39,-45v-25,0,-39,19,-39,45v-1,26,14,44,39,44v25,0,39,-18,39,-44"},":":{"d":"37,-103r0,-44r44,0r0,44r-44,0xm37,0r0,-44r44,0r0,44r-44,0","w":109},";":{"d":"37,-103r0,-44r44,0r0,44r-44,0xm38,56r0,-98r42,0r0,64","w":109},"<":{"d":"83,-82r124,123r-47,0r-141,-141r141,-141r47,0r-124,124r268,0r0,35r-268,0","w":369},"=":{"d":"18,-118r0,-34r156,0r0,34r-156,0xm18,-48r0,-34r156,0r0,34r-156,0"},">":{"d":"210,41r-47,0r124,-123r-268,0r0,-35r268,0r-124,-124r47,0r141,141","w":369},"?":{"d":"97,-258v59,0,95,68,55,113v-12,22,-37,33,-34,69r-37,0v-6,-59,45,-65,51,-114v2,-20,-16,-36,-35,-36v-21,0,-34,17,-35,37r-36,0v-2,-40,32,-69,71,-69xm79,0r0,-39r41,0r0,39r-41,0","w":183},"@":{"d":"106,-257v79,-3,136,7,136,84r0,174r-35,-1r0,-18v-12,14,-26,21,-45,21v-50,0,-64,-32,-64,-87v0,-53,13,-85,63,-87v19,0,34,7,46,20v4,-46,-10,-74,-52,-74v-52,0,-101,-1,-96,52v5,52,-17,129,18,152r-26,25v-45,-27,-25,-111,-28,-177v-3,-56,28,-82,83,-84xm207,-84v0,-32,-5,-56,-37,-56v-31,0,-36,23,-36,56v0,33,5,55,36,55v31,0,37,-23,37,-55","w":264},"A":{"d":"181,0r-18,-51r-101,0r-18,51r-41,0r94,-256r31,0r94,256r-41,0xm113,-198r-40,113r79,0","w":225},"B":{"d":"215,-72v0,46,-31,73,-78,72r-104,0r0,-256v82,0,178,-14,178,70v0,25,-17,47,-35,54v22,9,38,30,39,60xm172,-185v0,-45,-56,-35,-100,-36r0,73v45,0,100,8,100,-37xm176,-74v0,-48,-57,-39,-104,-39r0,78v47,0,104,9,104,-39","w":238},"C":{"d":"208,-77v-7,47,-40,82,-92,79v-72,-4,-92,-46,-92,-130v0,-85,20,-126,92,-130v52,-3,84,32,92,78r-40,0v-6,-25,-23,-44,-52,-44v-50,0,-53,37,-53,96v0,60,3,91,53,95v29,2,46,-20,52,-44r40,0","w":226},"D":{"d":"216,-130v0,80,-19,130,-93,130r-90,0r0,-256r90,0v74,3,93,45,93,126xm177,-130v0,-56,-9,-90,-57,-91r-48,0r0,186r48,0v53,-2,57,-38,57,-95","w":239},"E":{"d":"33,0r0,-256r164,0r0,35r-125,0r0,74r107,0r0,35r-107,0r0,77r125,0r0,35r-164,0","w":217},"F":{"d":"72,-221r0,78r107,0r0,35r-107,0r0,108r-39,0r0,-256r164,0r0,35r-125,0","w":210},"G":{"d":"210,-139v7,86,-18,141,-94,141v-72,0,-92,-46,-92,-130v0,-85,20,-126,92,-130v53,-3,87,33,94,79r-40,0v-5,-27,-24,-47,-54,-45v-47,4,-53,36,-53,96v0,60,3,91,53,95v39,3,60,-29,55,-72r-55,0r0,-34r94,0","w":233},"H":{"d":"176,0r0,-112r-104,0r0,112r-39,0r0,-256r39,0r0,109r104,0r0,-109r39,0r0,256r-39,0","w":248},"I":{"d":"33,0r0,-256r39,0r0,256r-39,0","w":105},"J":{"d":"152,-81v8,77,-99,109,-147,58r26,-25v25,29,82,14,82,-36r0,-172r39,0r0,175","w":182},"K":{"d":"188,0r-72,-126r-44,51r0,75r-39,0r0,-256r39,0r0,129r105,-129r48,0r-84,100r92,156r-45,0","w":236},"L":{"d":"33,0r0,-256r39,0r0,221r124,0r0,35r-163,0","w":206},"M":{"d":"221,0r0,-171r-59,125r-29,0r-61,-125r0,171r-39,0r0,-256r39,0r75,159r74,-159r39,0r0,256r-39,0","w":292},"N":{"d":"191,0r-119,-180r0,180r-39,0r0,-256r36,0r119,180r0,-180r38,0r0,256r-35,0","w":259},"O":{"d":"208,-128v0,88,-24,130,-92,130v-72,0,-92,-46,-92,-130v0,-85,19,-130,92,-130v72,0,92,43,92,130xm116,-33v49,-5,54,-34,54,-95v0,-64,-5,-88,-54,-96v-47,7,-53,34,-53,96v0,63,5,89,53,95","w":232},"P":{"d":"213,-179v0,68,-64,86,-141,78r0,101r-39,0r0,-256r98,0v48,-2,82,32,82,77xm174,-179v0,-47,-53,-44,-102,-42r0,85v49,1,102,6,102,-43","w":226},"Q":{"d":"208,-128v-2,50,2,66,-16,93r25,25r-22,22r-25,-26v-15,11,-34,16,-54,16v-72,0,-92,-46,-92,-130v0,-85,19,-130,92,-130v72,0,96,43,92,130xm162,-65v13,-53,23,-166,-46,-159v-47,5,-53,34,-53,96v0,73,25,110,80,87r-27,-27r21,-22","w":232},"R":{"d":"212,-181v0,36,-22,60,-51,68r59,113r-45,0r-54,-108r-49,0r0,108r-39,0r0,-256r100,0v46,-2,79,30,79,75xm174,-181v0,-47,-55,-41,-102,-40r0,80v47,1,102,6,102,-40","w":235},"S":{"d":"194,-73v0,86,-139,96,-183,41r26,-25v23,32,118,38,118,-15v0,-73,-136,-9,-136,-111v0,-83,118,-95,166,-46r-25,24v-24,-28,-103,-29,-103,20v0,45,65,33,96,47v20,9,41,26,41,65","w":212},"T":{"d":"120,-221r0,221r-39,0r0,-221r-70,0r0,-35r180,0r0,35r-71,0","w":201},"U":{"d":"213,-86v1,52,-39,88,-92,88v-52,0,-92,-36,-91,-88r0,-170r38,0r0,168v1,32,20,55,53,55v32,0,55,-22,54,-55r0,-168r38,0r0,170","w":243},"V":{"d":"116,0r-30,0r-84,-256r40,0r59,186r59,-186r41,0","w":203},"W":{"d":"243,0r-34,0r-52,-180r-52,180r-34,0r-67,-256r41,0r45,183r51,-183r31,0r52,183r45,-183r41,0","w":313},"X":{"d":"159,0r-55,-98r-56,98r-44,0r79,-131r-74,-125r44,0r51,91r50,-91r45,0r-74,125r79,131r-45,0","w":208},"Y":{"d":"117,-105r0,105r-39,0r0,-105r-76,-151r42,0r54,112r54,-112r42,0","w":195},"Z":{"d":"17,0r0,-33r119,-188r-114,0r0,-35r159,0r0,31r-119,190r119,0r0,35r-164,0","w":198},"[":{"d":"31,27r0,-310r78,0r0,33r-41,0r0,244r41,0r0,33r-78,0","w":124},"\\":{"d":"102,27r-102,-307r35,0r102,307r-35,0","w":136},"]":{"d":"15,27r0,-33r43,0r0,-245r-43,0r0,-32r79,0r0,310r-79,0","w":124},"^":{"d":"143,-144r-40,-75r-41,75r-38,0r62,-115r34,0r61,115r-38,0","w":205},"_":{"d":"0,62r0,-25r206,0r0,25r-206,0","w":205},"`":{"d":"81,-216r-40,-58r41,0r27,58r-28,0","w":180},"a":{"d":"23,-158v30,-46,140,-35,140,36r0,122r-36,0r0,-17v-30,37,-112,19,-112,-37v0,-51,55,-56,112,-52v14,-53,-60,-60,-80,-30xm85,-28v35,0,44,-17,42,-53v-33,0,-76,-7,-76,27v0,17,12,26,34,26","w":190},"b":{"d":"179,-91v2,55,-15,93,-66,93v-25,-1,-35,-7,-48,-21r0,19r-36,0r0,-256r37,0r0,92v11,-13,26,-21,48,-21v53,1,64,42,65,94xm142,-91v0,-34,-5,-61,-38,-61v-33,0,-38,27,-38,61v0,34,4,60,38,60v34,0,38,-26,38,-60","w":199},"c":{"d":"57,-91v-9,55,52,79,79,43r25,24v-50,54,-152,19,-141,-67v-11,-85,90,-123,141,-68r-25,24v-32,-37,-87,-10,-79,44","w":174},"d":{"d":"85,-185v22,0,37,7,48,21r0,-92r37,0r0,256r-36,0r0,-19v-11,15,-25,20,-48,21v-52,1,-65,-39,-65,-93v0,-59,10,-94,64,-94xm133,-91v0,-35,-4,-61,-38,-61v-33,0,-38,27,-38,61v0,34,4,60,38,60v34,0,38,-25,38,-60","w":199},"e":{"d":"97,-185v54,0,83,44,78,104r-119,0v-7,53,65,65,91,33r23,22v-19,18,-34,28,-68,28v-54,-1,-82,-32,-82,-93v0,-54,26,-94,77,-94xm138,-106v7,-46,-60,-66,-77,-25v-3,7,-5,16,-5,25r82,0","w":194},"f":{"d":"35,-179v-6,-55,15,-87,73,-79r0,31v-20,-1,-36,0,-36,21r0,27r36,0r0,28r-36,0r0,151r-37,0r0,-151r-21,0r0,-28r21,0","w":118},"g":{"d":"168,-1v7,73,-96,101,-142,53r23,-24v24,31,89,17,83,-30r0,-23v-11,13,-25,21,-47,21v-50,0,-64,-36,-64,-91v0,-54,12,-90,64,-90v24,0,35,7,48,22r0,-20r35,0r0,182xm132,-95v0,-38,-6,-57,-37,-57v-32,0,-38,24,-38,57v0,33,6,58,38,58v32,0,37,-25,37,-58","w":197},"h":{"d":"66,-164v36,-43,110,-16,110,46r0,118r-36,0v-7,-56,23,-152,-37,-152v-60,0,-30,96,-37,152r-37,0r0,-256r37,0r0,92","w":203},"i":{"d":"28,-219r0,-38r39,0r0,38r-39,0xm29,0r0,-183r37,0r0,183r-37,0","w":95},"j":{"d":"28,-219r0,-38r39,0r0,38r-39,0xm66,24v-1,37,-28,57,-73,51r0,-32v20,1,36,1,36,-21r0,-205r37,0r0,207","w":95},"k":{"d":"144,0r-51,-84r-27,30r0,54r-37,0r0,-256r37,0r0,158r71,-85r44,0r-63,72r71,111r-45,0","w":197},"l":{"d":"65,-53v-2,22,15,23,36,22r0,31v-44,4,-73,-11,-73,-50r0,-206r37,0r0,203","w":111},"m":{"d":"166,-158v35,-48,122,-29,122,41r0,117r-36,0v-7,-56,23,-152,-37,-152v-61,0,-31,96,-38,152r-37,0v-7,-56,23,-151,-36,-152v-61,-1,-31,95,-38,152r-37,0r0,-183r36,0r0,19v23,-27,83,-30,101,6","w":315},"n":{"d":"65,-164v37,-41,112,-19,112,47r0,117r-37,0v-7,-56,23,-151,-36,-152v-61,-1,-31,95,-38,152r-37,0r0,-183r36,0r0,19","w":204},"o":{"d":"173,-91v1,58,-22,93,-77,93v-53,0,-75,-34,-75,-93v0,-58,22,-94,75,-94v55,0,77,36,77,94xm136,-91v0,-37,-9,-61,-40,-61v-33,0,-39,27,-39,61v0,35,7,60,39,60v32,0,40,-24,40,-60","w":193},"p":{"d":"179,-91v1,54,-14,93,-65,93v-25,0,-36,-6,-48,-21r0,93r-37,0r0,-257r36,0r0,20v11,-15,24,-21,48,-22v52,-1,65,41,66,94xm142,-91v0,-34,-5,-61,-38,-61v-33,0,-38,27,-38,61v0,34,4,60,38,60v34,0,38,-26,38,-60","w":199},"q":{"d":"86,-185v25,0,35,7,48,22r0,-20r36,0r0,257r-37,0r0,-93v-11,13,-26,21,-48,21v-53,0,-64,-40,-64,-93v0,-60,10,-94,65,-94xm133,-91v0,-35,-4,-61,-38,-61v-33,0,-38,27,-38,61v0,34,4,60,38,60v34,0,38,-25,38,-60","w":199},"r":{"d":"65,-163v16,-24,73,-32,92,-4r-27,27v-21,-24,-64,-9,-64,29r0,111r-37,0r0,-183r36,0r0,20","w":158},"s":{"d":"150,-93v35,41,-2,95,-62,95v-37,0,-57,-7,-76,-26r24,-24v16,23,88,31,92,-6v-7,-49,-107,3,-107,-75v0,-64,98,-69,136,-35r-23,23v-20,-23,-100,-17,-73,25v22,12,73,4,89,23","w":179},"t":{"d":"105,0v-43,5,-72,-14,-72,-51r0,-100r-20,0r0,-28r20,0r0,-56r37,0r0,56r35,0r0,28r-35,0r0,98v-1,20,14,24,35,22r0,31","w":123},"u":{"d":"101,-31v61,0,31,-96,38,-152r36,0r0,183r-36,0r0,-18v-38,41,-112,16,-112,-48r0,-117r37,0v7,56,-23,152,37,152","w":204},"v":{"d":"100,0r-30,0r-67,-183r39,0r43,129r43,-129r39,0","w":169},"w":{"d":"208,0r-32,0r-42,-127r-43,127r-32,0r-56,-183r39,0r35,129r43,-129r28,0r42,129r35,-129r40,0","w":267},"x":{"d":"129,0r-38,-62r-39,62r-44,0r63,-93r-61,-90r45,0r36,60r35,-60r45,0r-60,90r62,93r-44,0","w":181},"y":{"d":"86,36v-8,28,-28,38,-65,36r0,-33v37,6,37,-25,46,-48r-64,-174r39,0r43,129r43,-129r39,0","w":168},"z":{"d":"15,0r0,-29r91,-121r-85,0r0,-33r131,0r0,30r-92,120r92,0r0,33r-137,0","w":168},"{":{"d":"66,-128v61,20,-22,136,64,122r0,33v-46,3,-77,-6,-77,-50v0,-39,17,-98,-37,-89r0,-32v82,13,-12,-148,89,-139r25,0r0,33v-27,0,-40,-2,-40,28v0,38,8,87,-24,94","w":146},"|":{"d":"42,27r0,-310r37,0r0,310r-37,0","w":121},"}":{"d":"93,-233v0,39,-16,97,37,89r0,32v-82,-14,12,148,-88,139r-26,0r0,-33v27,0,41,1,41,-28v0,-39,-11,-86,24,-94v-32,-7,-24,-55,-24,-94v0,-29,-13,-28,-41,-28r0,-33v46,-3,77,5,77,50","w":146},"~":{"d":"191,-101v-18,17,-26,28,-53,28v-35,0,-74,-41,-99,-4r-24,-23v18,-17,27,-29,53,-29v36,0,73,41,100,5","w":206},"\u00a0":{"w":86}}});

