/*
 * 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:
 * he digitally encoded machine readable outline data for producing the typefaces
 * licensed to you is copyrighted , 2000 by The Foundry, London. All Rights
 * Reserved.
 * 
 * Trademark:
 * Please refer to the Copyright section for the font trademark attribution
 * notices.
 */
Cufon.registerFont({"w":196,"face":{"font-family":"FoundryMonoline-Bold","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-69 -310 310 70","underline-thickness":"18","underline-position":"-27","stemh":"25","stemv":"40","unicode-range":"U+0020-U+00FC"},"glyphs":{" ":{"w":81},"!":{"d":"73,-68r-40,0r0,-172r40,0r0,172xm78,-23v0,16,-7,26,-24,26v-17,0,-25,-10,-25,-26v0,-17,9,-25,25,-25v16,0,24,8,24,25","w":107},"\"":{"d":"138,-162r-38,0r0,-78r38,0r0,78xm73,-162r-38,0r0,-78r38,0r0,78","w":172},"#":{"d":"210,-142r-38,0r-10,34r30,0r0,34r-39,0r-20,74r-39,0r21,-74r-40,0r-21,74r-39,0r21,-74r-29,0r0,-34r38,0r9,-34r-30,0r0,-34r40,0r20,-74r39,0r-21,74r41,0r20,-74r35,0r-17,74r29,0r0,34xm133,-142r-40,0r-9,34r39,0","w":216},"$":{"d":"187,-72v0,48,-22,68,-66,72r0,36r-36,0r0,-36v-36,-3,-64,-15,-64,-57r41,0v0,17,12,24,42,24v37,0,41,-14,41,-35v0,-34,-13,-34,-48,-37v-43,-4,-74,-8,-74,-69v0,-46,23,-62,62,-66r0,-34r36,0r0,34v37,3,63,15,63,58r-41,0v0,-17,-10,-23,-40,-23v-32,0,-39,9,-39,33v0,28,22,26,41,28v53,5,82,5,82,72","w":209},"%":{"d":"236,-142v65,0,51,50,51,98v0,31,-15,47,-51,47v-54,0,-52,-37,-52,-73v0,-36,-2,-72,52,-72xm239,-240r-136,240r-31,0r136,-240r31,0xm75,-243v65,0,51,51,51,99v0,31,-15,46,-51,46v-54,0,-52,-36,-52,-72v0,-36,-2,-73,52,-73xm236,-22v32,-6,19,-8,24,-48v-4,-44,7,-39,-24,-47v-32,6,-19,7,-24,47v4,44,-7,40,24,48xm75,-123v32,-6,19,-7,24,-47v-4,-44,7,-39,-24,-47v-32,6,-19,7,-24,47v4,44,-7,39,24,47","w":311},"&":{"d":"192,-104v7,69,-19,107,-86,107v-55,0,-87,-11,-87,-70v0,-23,3,-46,25,-55v-21,-9,-22,-33,-22,-55v0,-49,26,-66,79,-66v44,0,78,12,78,61r-40,0v0,-18,-9,-24,-38,-24v-34,0,-39,11,-39,34v0,44,53,28,91,31r0,-18r39,0r0,18r21,0r0,37r-21,0xm107,-34v50,0,46,-28,46,-70v-41,4,-94,-16,-94,36v0,29,15,34,48,34","w":222},"(":{"d":"123,69v-110,0,-101,-61,-101,-179v0,-118,-10,-181,101,-180r0,36v-21,0,-46,0,-51,23v-18,78,-17,162,0,241v5,23,30,23,51,23r0,36","w":131},")":{"d":"9,-290v111,-1,100,62,100,180v0,118,10,179,-100,179r0,-36v21,0,46,0,51,-23v17,-78,16,-162,0,-241v-5,-23,-30,-23,-51,-23r0,-36","w":131},"*":{"d":"185,-167r-61,19r37,48r-28,20r-38,-49r-37,49r-28,-20r37,-48r-61,-19r11,-31r61,18r0,-60r35,0r0,60r61,-18","w":190},"+":{"d":"205,-69r-79,0r0,69r-36,0r0,-69r-78,0r0,-37r78,0r0,-70r36,0r0,70r79,0r0,37","w":216},",":{"d":"63,-48v3,48,-2,83,-33,102r-26,-24v26,-18,21,-41,21,-78r38,0","w":86},"-":{"d":"171,-69r-148,0r0,-37r148,0r0,37","w":194},"\u00ad":{"d":"171,-69r-148,0r0,-37r148,0r0,37","w":194},".":{"d":"68,-23v0,16,-7,26,-24,26v-17,0,-25,-10,-25,-26v0,-17,9,-25,25,-25v16,0,24,8,24,25","w":87},"\/":{"d":"186,-282r-142,323r-39,0r143,-323r38,0","w":191},"0":{"d":"186,-120v0,66,3,123,-83,123v-88,0,-83,-62,-83,-123v0,-63,-4,-123,83,-123v87,0,83,60,83,123xm103,-34v55,0,42,-16,42,-86v0,-41,-1,-57,-4,-65v-4,-12,-11,-21,-38,-21v-55,0,-42,16,-42,86v0,41,1,57,4,65v4,12,11,21,38,21","w":205},"1":{"d":"172,0r-151,0r0,-36r55,0r0,-152r-37,35r-26,-27r66,-60r37,0r0,204r56,0r0,36","w":177},"2":{"d":"180,-170v0,59,-35,65,-82,78v-43,11,-38,20,-38,56r120,0r0,36r-161,0r0,-59v0,-62,50,-60,94,-76v19,-7,26,-13,26,-35v0,-27,-7,-36,-40,-36v-30,0,-39,6,-39,24r-40,0v0,-49,35,-61,79,-61v55,0,81,18,81,73","w":199},"3":{"d":"182,-74v0,62,-30,77,-83,77v-44,0,-81,-12,-81,-61r40,0v0,17,11,24,41,24v30,0,42,-6,42,-36v9,-45,-36,-34,-75,-36r0,-37v35,-2,73,10,73,-31v0,-25,-6,-32,-40,-32v-30,0,-41,7,-41,24r-40,0v0,-49,37,-61,81,-61v54,0,81,15,81,68v0,22,-1,40,-22,49v22,9,24,29,24,52","w":206},"4":{"d":"190,-60r-34,0r0,60r-38,0r0,-60r-104,0r0,-35r103,-145r39,0r0,143r34,0r0,37xm118,-97r0,-88r-61,88r61,0","w":204},"5":{"d":"184,-77v0,60,-28,80,-84,80v-42,0,-77,-12,-77,-61r40,0v0,18,8,24,37,24v34,0,44,-8,44,-42v0,-35,-4,-46,-39,-46v-32,0,-39,10,-39,25r-40,0r0,-143r151,0r0,37r-112,0r0,56v7,-7,24,-12,41,-12v59,0,78,19,78,82","w":206},"6":{"d":"20,-110v0,-89,8,-132,85,-133v40,0,75,14,75,61r-40,0v0,-18,-10,-24,-35,-24v-45,-1,-41,24,-44,59v11,-8,25,-12,44,-12v56,0,80,19,80,81v0,54,-26,81,-81,81v-64,-1,-84,-37,-84,-113xm144,-77v0,-38,-9,-45,-37,-45v-31,0,-45,13,-45,43v0,34,11,45,41,45v31,0,41,-9,41,-43","w":204},"7":{"d":"168,-205r-105,205r-44,0r105,-203r-118,0r0,-37r162,0r0,35","w":174},"8":{"d":"186,-67v0,58,-35,70,-83,70v-48,0,-83,-12,-83,-70v0,-23,2,-49,24,-58v-21,-9,-22,-31,-22,-54v0,-49,27,-64,81,-64v54,0,81,15,81,64v0,23,-1,45,-22,54v22,9,24,35,24,58xm144,-174v0,-24,-8,-32,-41,-32v-33,0,-41,8,-41,32v0,24,8,32,41,32v33,0,41,-8,41,-32xm145,-70v0,-31,-12,-35,-42,-35v-30,0,-43,4,-43,35v0,31,13,36,43,36v30,0,42,-5,42,-36","w":205},"9":{"d":"101,-243v63,0,84,38,84,113v0,87,-7,133,-85,133v-40,0,-76,-14,-76,-61r40,0v0,18,10,24,35,24v44,0,43,-22,44,-59v-11,8,-25,12,-44,12v-56,0,-79,-19,-79,-81v0,-54,26,-81,81,-81xm143,-161v0,-34,-12,-45,-42,-45v-31,0,-41,10,-41,44v0,38,10,45,38,45v31,0,45,-14,45,-44","w":204},":":{"d":"68,-154v0,16,-8,26,-25,26v-17,0,-25,-10,-25,-26v0,-17,9,-25,25,-25v16,0,25,8,25,25xm68,-23v0,16,-8,26,-25,26v-17,0,-25,-10,-25,-26v0,-17,9,-25,25,-25v16,0,25,8,25,25","w":86},";":{"d":"70,-154v0,16,-8,26,-25,26v-17,0,-25,-10,-25,-26v0,-17,9,-25,25,-25v16,0,25,8,25,25xm63,-48v3,48,-2,83,-33,102r-26,-24v26,-18,21,-41,21,-78r38,0","w":86},"\u037e":{"d":"70,-154v0,16,-8,26,-25,26v-17,0,-25,-10,-25,-26v0,-17,9,-25,25,-25v16,0,25,8,25,25xm63,-48v3,48,-2,83,-33,102r-26,-24v26,-18,21,-41,21,-78r38,0","w":86},"<":{"d":"203,-35r-14,35r-179,-71r0,-34r179,-71r14,36r-139,52","w":213},"=":{"d":"203,-102r-193,0r0,-37r193,0r0,37xm203,-39r-193,0r0,-37r193,0r0,37","w":213},">":{"d":"203,-71r-179,71r-14,-36r139,-52r-139,-52r14,-36r179,71r0,34","w":213},"?":{"d":"159,-182v0,29,-9,49,-30,60v-31,16,-33,14,-32,54r-41,0v-2,-30,4,-60,17,-70v22,-17,46,-12,46,-44v0,-23,-5,-35,-36,-35v-30,0,-37,12,-37,35r-40,0v0,-56,31,-71,76,-71v49,0,77,16,77,71xm102,-23v0,16,-8,26,-25,26v-17,0,-25,-10,-25,-26v0,-17,9,-25,25,-25v16,0,25,8,25,25","w":167},"@":{"d":"251,-136v0,22,-1,63,-20,81v-15,14,-32,16,-57,16r0,-11v-10,8,-22,13,-41,13v-56,0,-61,-34,-61,-75v0,-41,3,-75,60,-75v18,0,33,6,42,14r0,-11r24,0r0,120v27,0,27,-57,27,-75v0,-69,-21,-78,-87,-78v-80,0,-88,27,-88,105v0,82,4,111,89,111v32,0,63,-3,79,-29r22,13v-23,39,-68,41,-103,41v-103,0,-114,-39,-114,-137v0,-96,18,-130,114,-130v86,0,114,17,114,107xm174,-112v0,-40,-12,-49,-43,-49v-30,0,-32,16,-32,49v0,33,2,49,33,49v31,0,42,-10,42,-49","w":273},"A":{"d":"231,0r-46,0r-22,-61r-94,0r-22,61r-44,0r93,-240r43,0xm150,-98r-34,-95r-34,95r68,0","w":234},"B":{"d":"189,-124v35,20,34,80,6,106v-39,36,-104,13,-168,18r0,-240v80,8,184,-31,184,60v0,28,-4,48,-22,56xm168,-172v2,-45,-58,-26,-99,-30r0,61v42,-4,97,16,99,-31xm69,-38v48,-6,102,19,101,-33v0,-14,-3,-22,-7,-25v1,-10,-68,-8,-94,-8r0,66","w":236},"C":{"d":"215,-173r-42,0v0,-24,-11,-31,-52,-31v-48,0,-55,15,-55,84v0,69,7,84,55,84v41,0,51,-7,51,-31r42,0v0,54,-35,70,-90,70v-100,0,-101,-54,-101,-123v0,-69,2,-123,102,-123v55,0,90,16,90,70","w":236},"D":{"d":"116,-240v83,1,104,29,104,120v0,92,-20,119,-103,120r-90,0r0,-240r89,0xm177,-120v0,-103,-37,-78,-108,-82r0,164v70,-3,108,21,108,-82","w":243},"E":{"d":"193,0r-166,0r0,-240r166,0r0,38r-124,0r0,61r120,0r0,37r-120,0r0,66r124,0r0,38","w":214},"F":{"d":"189,-202r-119,0r0,61r116,0r0,37r-116,0r0,104r-43,0r0,-240r162,0r0,38","w":208},"G":{"d":"218,0r-34,0r0,-18v-18,17,-42,21,-68,21v-93,0,-93,-57,-93,-123v0,-69,2,-123,102,-123v53,0,92,15,92,70r-42,0v0,-24,-13,-31,-54,-31v-48,0,-55,15,-55,84v0,69,7,84,54,84v55,0,57,-24,57,-69r-59,0r0,-37r100,0r0,142","w":244},"H":{"d":"210,0r-42,0r0,-104r-98,0r0,104r-43,0r0,-240r43,0r0,98r98,0r0,-98r42,0r0,240","w":237},"I":{"d":"70,0r-43,0r0,-240r43,0r0,240","w":97},"J":{"d":"171,-78v7,61,-34,81,-80,81v-47,0,-80,-15,-80,-70r41,0v0,28,13,32,39,32v37,0,38,-14,38,-43r0,-162r42,0r0,162","w":197},"K":{"d":"230,0r-62,0r-98,-96r0,96r-43,0r0,-240r43,0r0,97r101,-97r58,0r-128,119","w":231},"L":{"d":"189,0r-162,0r0,-240r43,0r0,202r119,0r0,38","w":191},"M":{"d":"269,0r-39,0r0,-186r-62,186r-41,0r-61,-186r0,186r-39,0r0,-240r57,0r65,191r64,-191r56,0r0,240","w":296},"N":{"d":"210,0r-43,0r-100,-172r0,172r-40,0r0,-240r44,0r100,171r0,-171r39,0r0,240","w":237},"O":{"d":"221,-121v0,76,-5,124,-99,124v-98,0,-99,-53,-99,-123v0,-70,1,-123,99,-123v98,0,99,51,99,122xm178,-120v0,-69,-7,-84,-56,-84v-49,0,-56,15,-56,84v0,69,7,84,56,84v49,0,56,-15,56,-84","w":243},"P":{"d":"211,-168v0,86,-69,70,-141,72r0,96r-43,0r0,-240v84,6,184,-28,184,72xm70,-134v46,-5,98,19,98,-34v0,-53,-52,-28,-98,-34r0,68","w":223},"Q":{"d":"221,-121v0,51,0,108,-61,120r16,36r-33,16r-22,-48v-91,0,-98,-44,-98,-123v0,-70,1,-123,99,-123v98,0,99,51,99,122xm178,-120v0,-69,-7,-84,-56,-84v-49,0,-56,15,-56,84v0,62,6,82,39,84r-12,-28r33,-15r18,42v30,-4,34,-26,34,-83","w":243},"R":{"d":"211,0r-42,0r0,-62v0,-36,1,-36,-58,-36r-41,0r0,98r-43,0r0,-240v82,7,184,-28,184,69v0,29,-6,46,-24,53v41,19,18,70,24,118xm169,-169v-4,-38,3,-30,-58,-33r-41,0r0,66v40,-7,105,21,99,-33","w":236},"S":{"d":"214,-75v0,54,-32,78,-97,78v-58,0,-97,-15,-97,-70r43,0v0,24,11,32,54,32v46,0,54,-12,54,-38v0,-23,-9,-27,-27,-28v-53,-4,-124,10,-124,-69v0,-56,33,-73,96,-73v58,0,95,15,95,70r-41,0v0,-28,-19,-31,-55,-31v-48,0,-52,9,-52,34v0,22,10,25,27,26v53,4,124,-11,124,69","w":234},"T":{"d":"195,-202r-73,0r0,202r-42,0r0,-202r-74,0r0,-38r189,0r0,38","w":201},"U":{"d":"117,3v-122,7,-86,-131,-91,-243r42,0r0,119v0,62,-3,85,49,85v54,0,49,-23,49,-85r0,-119r43,0r0,119v6,85,-16,120,-92,124","w":234},"V":{"d":"223,-240r-91,240r-41,0r-90,-240r45,0r66,186r66,-186r45,0","w":223},"W":{"d":"310,-240r-55,240r-45,0r-49,-193r-49,193r-44,0r-55,-240r41,0r39,182r46,-182r45,0r47,182r39,-182r40,0","w":323},"X":{"d":"219,0r-49,0r-57,-91r-57,91r-48,0r80,-122r-78,-118r48,0r55,87r55,-87r49,0r-79,118","w":226},"Y":{"d":"219,-240r-88,136r0,104r-42,0r0,-104r-88,-136r49,0r61,99r60,-99r48,0","w":219},"Z":{"d":"205,0r-183,0r0,-37r132,-165r-132,0r0,-38r183,0r0,37r-132,165r132,0r0,38","w":226},"[":{"d":"123,69r-93,0r0,-359r93,0r0,36r-53,0r0,287r53,0r0,36","w":131},"\\":{"d":"186,41r-38,0r-143,-323r39,0","w":191},"]":{"d":"102,69r-93,0r0,-36r53,0r0,-287r-53,0r0,-36r93,0r0,359","w":131},"^":{"d":"206,-80r-36,14r-62,-127r-61,127r-36,-14r81,-163r32,0","w":216},"_":{"d":"197,69r-197,0r0,-36r197,0r0,36"},"a":{"d":"175,0r-37,0r0,-14v-32,28,-128,27,-123,-39v6,-68,61,-56,120,-57v0,-23,-1,-34,-37,-34v-16,0,-38,0,-38,19r-40,0v0,-45,39,-54,80,-54v47,0,75,20,75,65r0,114xm136,-77v-30,3,-80,-11,-80,23v0,15,6,23,34,23v42,0,46,-15,46,-46","w":194},"b":{"d":"185,-87v0,43,-5,90,-75,90v-23,0,-40,-7,-51,-17r0,14r-36,0r0,-251r40,0r0,88v13,-14,35,-16,54,-16v60,0,68,39,68,92xm144,-87v0,-41,-6,-54,-36,-54v-35,0,-45,10,-45,54v0,44,10,53,45,53v30,0,36,-12,36,-53","w":202},"c":{"d":"173,-53v0,48,-43,56,-75,56v-73,0,-80,-42,-80,-92v0,-50,7,-90,80,-90v32,0,75,8,75,56r-38,0v0,-19,-22,-20,-36,-20v-37,0,-41,15,-41,55v0,40,4,55,41,55v14,0,36,-1,36,-20r38,0","w":190},"d":{"d":"180,0r-37,0r0,-14v-11,10,-30,17,-53,17v-70,0,-72,-47,-72,-90v0,-53,10,-92,68,-92v19,0,40,2,53,16r0,-88r41,0r0,251xm140,-87v0,-44,-10,-54,-45,-54v-30,0,-37,13,-37,54v0,41,7,53,37,53v35,0,45,-9,45,-53","w":202},"e":{"d":"179,-72r-121,0v0,30,8,41,43,41v15,0,37,-2,37,-22r38,0v0,47,-44,56,-77,56v-71,0,-81,-38,-81,-89v0,-53,9,-93,80,-93v77,0,81,46,81,107xm138,-105v0,-25,-2,-40,-40,-40v-36,0,-39,17,-39,40r79,0"},"f":{"d":"32,-176v-4,-51,17,-78,68,-78v34,0,61,12,61,43r-39,0v-1,-7,-8,-10,-23,-10v-33,0,-26,20,-27,45r60,0r0,34r-59,0r0,142r-41,0r0,-142r-28,0r0,-34r28,0","w":163},"g":{"d":"179,-19v10,67,-37,89,-83,89v-35,0,-75,-11,-75,-56r41,0v0,13,10,21,33,21v36,2,48,-15,44,-50v-13,12,-34,15,-51,15v-67,0,-70,-47,-70,-89v0,-53,10,-90,70,-90v19,0,41,5,55,17r0,-14r36,0r0,157xm139,-89v0,-44,-9,-54,-44,-54v-30,0,-37,13,-37,54v0,41,7,52,37,52v35,0,44,-8,44,-52","w":201},"h":{"d":"177,0r-41,0r0,-93v0,-34,3,-50,-32,-50v-44,0,-41,30,-41,61r0,82r-40,0r0,-251r40,0r0,86v10,-8,24,-14,46,-14v71,0,68,45,68,83r0,96"},"i":{"d":"65,-221v0,14,-8,23,-22,23v-14,0,-22,-9,-22,-23v0,-14,8,-22,22,-22v14,0,22,8,22,22xm63,0r-40,0r0,-176r40,0r0,176","w":86},"j":{"d":"65,-221v0,14,-8,23,-22,23v-14,0,-22,-9,-22,-23v0,-14,8,-22,22,-22v14,0,22,8,22,22xm63,10v0,42,-26,60,-68,60v-35,0,-64,-12,-64,-45r39,0v0,7,8,12,25,12v21,0,28,-6,28,-27r0,-186r40,0r0,186","w":86},"k":{"d":"191,0r-52,0r-75,-82r0,82r-41,0r0,-251r40,0r0,146r76,-71r50,0r-86,81","w":194},"l":{"d":"63,0r-40,0r0,-251r40,0r0,251","w":85},"m":{"d":"152,-160v41,-39,134,-16,117,55r0,105r-41,0r0,-106v0,-22,1,-37,-27,-37v-39,0,-35,36,-35,62r0,81r-40,0r0,-106v0,-22,0,-37,-28,-37v-39,0,-35,37,-35,63r0,80r-40,0r0,-176r35,0r0,16v17,-22,76,-27,94,0","w":289},"n":{"d":"177,0r-41,0r0,-93v0,-34,3,-50,-32,-50v-44,0,-41,30,-41,61r0,82r-40,0r0,-176r35,0r0,14v10,-9,26,-17,51,-17v71,0,68,45,68,83r0,96"},"o":{"d":"101,-179v59,0,84,27,84,91v0,64,-25,91,-84,91v-59,0,-83,-27,-83,-91v0,-64,24,-91,83,-91xm144,-88v0,-40,-4,-55,-43,-55v-39,0,-43,15,-43,55v0,40,4,55,43,55v39,0,43,-15,43,-55","w":202},"p":{"d":"185,-87v0,42,-8,90,-76,90v-19,0,-34,-3,-46,-16r0,82r-40,0r0,-245r36,0r0,14v15,-13,36,-17,55,-17v63,1,71,36,71,92xm144,-87v0,-41,-6,-56,-36,-56v-35,0,-45,12,-45,56v0,44,10,54,45,54v30,0,36,-13,36,-54","w":202},"q":{"d":"179,69r-41,0r0,-82v-13,12,-33,16,-51,16v-67,0,-69,-48,-69,-90v0,-53,9,-92,69,-92v19,0,41,5,55,17r0,-14r37,0r0,245xm138,-87v0,-44,-10,-56,-44,-56v-30,0,-36,15,-36,56v0,41,6,54,36,54v34,0,44,-10,44,-54","w":201},"r":{"d":"99,-143v-58,0,-29,88,-36,143r-40,0r0,-176r35,0r0,16v30,-33,113,-25,105,37r-39,0v0,-16,-8,-20,-25,-20","w":167},"s":{"d":"171,-123r-37,0v0,-17,-8,-22,-32,-23v-35,-1,-42,7,-42,19v-1,20,11,20,29,21v40,3,82,-1,81,55v-1,43,-34,55,-81,54v-44,-1,-73,-13,-73,-56r37,0v0,15,7,22,36,23v35,1,41,-6,41,-19v1,-21,-12,-21,-32,-22v-39,-2,-79,-1,-78,-55v1,-44,34,-54,81,-53v44,1,70,14,70,56","w":187},"t":{"d":"164,-53v0,42,-30,56,-65,56v-41,0,-64,-18,-64,-57r0,-88r-29,0r0,-34r29,0r0,-64r40,0r0,64r72,0r0,34r-72,0r0,88v0,16,6,24,26,24v18,0,26,-8,26,-23r37,0","w":171},"u":{"d":"174,0r-35,0r0,-14v-10,9,-26,17,-51,17v-71,0,-68,-45,-68,-83r0,-96r41,0r0,93v0,34,-3,50,32,50v44,0,41,-30,41,-61r0,-82r40,0r0,176"},"v":{"d":"184,-176r-69,176r-41,0r-69,-176r44,0r46,129r46,-129r43,0","w":188},"w":{"d":"257,-176r-47,176r-41,0r-36,-137r-37,137r-42,0r-48,-176r40,0r31,131r35,-131r40,0r36,131r30,-131r39,0","w":263},"x":{"d":"188,0r-48,0r-44,-63r-45,63r-46,0r67,-89r-64,-87r48,0r41,60r42,-60r47,0r-65,86","w":192},"y":{"d":"181,-176r-95,244r-43,0r30,-72r-67,-172r43,0r45,127r44,-127r43,0","w":186},"z":{"d":"164,0r-148,0r0,-35r97,-107r-97,0r0,-34r148,0r0,35r-97,106r97,0r0,35","w":180},"{":{"d":"24,-114v0,-26,32,-29,30,-60v-5,-68,-2,-132,80,-123r0,36v-80,-16,-10,108,-61,139v-14,25,26,22,20,56v4,44,-18,110,41,99r0,36v-75,7,-86,-47,-80,-123v4,-32,-30,-33,-30,-60","w":144},"|":{"d":"72,69r-40,0r0,-309r40,0r0,309","w":104},"}":{"d":"90,-174v-3,32,30,33,30,60v0,26,-32,29,-30,60v5,68,1,130,-80,123r0,-36v80,15,10,-109,62,-139v10,-24,-27,-24,-21,-57v-4,-44,18,-110,-41,-98r0,-36v76,-8,87,47,80,123","w":144},"~":{"d":"205,-93v-28,25,-56,48,-93,27v-37,-21,-40,-22,-76,7r-24,-24v28,-25,56,-47,93,-26v37,21,40,21,76,-8","w":216},"'":{"d":"73,-162r-38,0r0,-78r38,0r0,78","w":108},"`":{"d":"126,-195r-44,0r-50,-45r45,0","w":158},"\u00df":{"d":"22,-170v-7,-49,27,-83,80,-83v53,0,80,18,80,67v0,28,-8,48,-25,55v22,9,27,33,27,61v-2,70,-47,71,-100,70r0,-36v36,1,65,0,60,-36v3,-40,-21,-41,-60,-40r0,-36v32,0,58,4,58,-35v0,-26,-5,-34,-40,-34v-39,0,-39,19,-39,46r0,171r-41,0r0,-170","w":205},"\u00c4":{"d":"177,-289v0,14,-6,21,-21,21v-15,0,-21,-7,-21,-21v0,-15,7,-21,21,-21v14,0,21,6,21,21xm99,-289v0,14,-6,21,-21,21v-15,0,-21,-7,-21,-21v0,-15,7,-21,21,-21v14,0,21,6,21,21xm231,0r-46,0r-22,-61r-94,0r-22,61r-44,0r93,-240r43,0xm150,-98r-34,-95r-34,95r68,0","w":234},"\u00d6":{"d":"184,-289v0,14,-6,21,-21,21v-15,0,-21,-7,-21,-21v0,-15,7,-21,21,-21v14,0,21,6,21,21xm106,-289v0,14,-6,21,-21,21v-15,0,-21,-7,-21,-21v0,-15,7,-21,21,-21v14,0,21,6,21,21xm221,-121v0,76,-5,124,-99,124v-98,0,-99,-53,-99,-123v0,-70,1,-123,99,-123v98,0,99,51,99,122xm178,-120v0,-69,-7,-84,-56,-84v-49,0,-56,15,-56,84v0,69,7,84,56,84v49,0,56,-15,56,-84","w":243},"\u00dc":{"d":"179,-289v0,14,-7,21,-22,21v-15,0,-21,-7,-21,-21v0,-15,7,-21,21,-21v14,0,22,6,22,21xm101,-289v0,14,-6,21,-21,21v-15,0,-21,-7,-21,-21v0,-15,7,-21,21,-21v14,0,21,6,21,21xm117,3v-122,7,-86,-131,-91,-243r42,0r0,119v0,62,-3,85,49,85v54,0,49,-23,49,-85r0,-119r43,0r0,119v6,85,-16,120,-92,124","w":234},"\u00e4":{"d":"159,-219v0,14,-6,21,-21,21v-15,0,-21,-7,-21,-21v0,-15,7,-21,21,-21v14,0,21,6,21,21xm82,-219v0,14,-7,21,-22,21v-15,0,-20,-7,-20,-21v0,-15,6,-21,20,-21v14,0,22,6,22,21xm175,0r-37,0r0,-14v-32,28,-128,27,-123,-39v6,-68,61,-56,120,-57v0,-23,-1,-34,-37,-34v-16,0,-38,0,-38,19r-40,0v0,-45,39,-54,80,-54v47,0,75,20,75,65r0,114xm136,-77v-30,3,-80,-11,-80,23v0,15,6,23,34,23v42,0,46,-15,46,-46","w":194},"\u00f6":{"d":"163,-219v0,14,-6,21,-21,21v-15,0,-21,-7,-21,-21v0,-15,7,-21,21,-21v14,0,21,6,21,21xm85,-219v0,14,-6,21,-21,21v-15,0,-21,-7,-21,-21v0,-15,7,-21,21,-21v14,0,21,6,21,21xm101,-179v59,0,84,27,84,91v0,64,-25,91,-84,91v-59,0,-83,-27,-83,-91v0,-64,24,-91,83,-91xm144,-88v0,-40,-4,-55,-43,-55v-39,0,-43,15,-43,55v0,40,4,55,43,55v39,0,43,-15,43,-55","w":202},"\u00fc":{"d":"159,-219v0,14,-6,21,-21,21v-15,0,-21,-7,-21,-21v0,-15,7,-21,21,-21v14,0,21,6,21,21xm81,-219v0,14,-6,21,-21,21v-15,0,-21,-7,-21,-21v0,-15,7,-21,21,-21v14,0,21,6,21,21xm174,0r-35,0r0,-14v-10,9,-26,17,-51,17v-71,0,-68,-45,-68,-83r0,-96r41,0r0,93v0,34,-3,50,32,50v44,0,41,-30,41,-61r0,-82r40,0r0,176"},"\u00a0":{"w":81}}});
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																										   
