/*
 * 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(),"");n.ready(function(){n.addClass(n.removeClass(x.root(),""),"cufon")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1989, 2001 Adobe Systems Incorporated.  All Rights Reserved.
 * 
 * Trademark:
 * ITC Bauhaus is a trademark of International Typeface Corporation.
 * 
 * Full name:
 * BauhausStd-Medium
 * 
 * Designer:
 * Ed Benguiat, Vic Caruso
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Bauhaus Std","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 6 0 0 0 0 0 0 0","ascent":"252","descent":"-108","x-height":"4","bbox":"-23 -282 302.029 82.0496","underline-thickness":"18","underline-position":"-18","stemh":"30","stemv":"32","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100},"!":{"d":"54,-58r-30,0r0,-194r30,0r0,194xm17,-18v0,-12,9,-22,22,-22v13,0,22,10,22,22v0,12,-9,22,-22,22v-13,0,-22,-10,-22,-22","w":79},"\"":{"d":"71,-155r0,-97r29,0r0,97r-29,0xm20,-155r0,-97r29,0r0,97r-29,0","w":119},"#":{"d":"178,-100r-1,23r-35,0r-11,77r-26,0r11,-77r-43,0r-10,77r-26,0r11,-77r-36,0r1,-23r38,0r7,-52r-36,0r1,-23r38,0r11,-77r26,0r-11,77r43,0r10,-77r27,0r-11,77r33,0r-1,23r-35,0r-8,52r33,0xm127,-152r-43,0r-7,52r43,0"},"$":{"d":"117,-282r0,30r49,0r0,30r-49,0r0,64v28,20,59,31,59,72v0,37,-27,51,-59,51r0,39r-27,0r0,-39r-58,0r0,-30r58,0r0,-69v-27,-17,-59,-30,-59,-67v0,-34,27,-51,59,-51r0,-30r27,0xm90,-169r0,-53v-44,1,-25,47,0,53xm117,-121r0,56v14,0,27,-6,27,-23v0,-18,-15,-24,-27,-33"},"%":{"d":"45,-197v0,18,14,31,31,31v17,0,31,-13,31,-31v0,-18,-14,-31,-31,-31v-17,0,-31,13,-31,31xm250,-256r-167,260r-23,0r168,-260r22,0xm204,-55v0,18,14,31,31,31v17,0,31,-13,31,-31v0,-18,-14,-31,-31,-31v-17,0,-31,13,-31,31xm17,-197v0,-35,29,-59,59,-59v30,0,59,24,59,59v0,35,-29,59,-59,59v-30,0,-59,-24,-59,-59xm176,-55v0,-35,29,-59,59,-59v30,0,59,24,59,59v0,35,-29,59,-59,59v-30,0,-59,-24,-59,-59","w":320},"&":{"d":"178,-252r0,32r-100,0v-15,1,-4,11,1,19r105,134v16,-30,8,-57,-16,-86r23,-23v39,34,47,94,15,138r31,38r-42,0r-12,-14v-70,45,-171,1,-171,-84v0,-33,15,-65,43,-84v-27,-19,-21,-70,19,-70r104,0xm164,-42r-89,-115v-52,36,-25,134,43,130v18,0,32,-4,46,-15","w":240},"(":{"d":"118,46r-13,22v-103,-73,-106,-250,-1,-324r14,19v-86,66,-86,217,0,283","w":140},")":{"d":"22,-235r13,-21v103,73,106,250,1,324r-14,-20v87,-65,85,-216,0,-283","w":140},"*":{"d":"36,-135r-14,-22r48,-26r-48,-24r14,-23r45,31r-5,-53r28,0r-5,53r45,-31r14,23r-48,24r48,26r-14,22r-45,-28r5,50r-28,0r5,-50","w":180},"+":{"d":"94,-100r0,-73r28,0r0,73r72,0r0,28r-72,0r0,72r-28,0r0,-72r-72,0r0,-28r72,0","w":216},",":{"d":"22,36r15,-71r34,0r-21,71r-28,0","w":100},"-":{"d":"90,-72r-80,0r0,-29r80,0r0,29","w":100},".":{"d":"29,-19v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21","w":100},"\/":{"d":"74,-256r28,0r-76,260r-28,0","w":100},"0":{"d":"12,-89r0,-74v0,-58,41,-93,88,-93v47,0,88,35,88,93r0,74v0,58,-41,93,-88,93v-47,0,-88,-35,-88,-93xm100,-222v-60,0,-51,73,-51,133v0,37,18,59,51,59v61,0,53,-73,52,-133v0,-37,-19,-59,-52,-59"},"1":{"d":"49,-252r71,0r0,252r-35,0r0,-220r-45,0"},"2":{"d":"184,-32r0,32r-139,0v-41,-1,-40,-34,-11,-57r89,-70v40,-22,33,-98,-23,-98v-32,0,-51,22,-51,54v0,26,24,44,48,47r-30,24v-34,-13,-52,-40,-52,-76v0,-50,42,-80,89,-80v45,0,81,34,81,79v0,73,-85,103,-128,145r127,0"},"3":{"d":"16,0r0,-32r83,0v33,0,50,-21,50,-47v0,-38,-50,-47,-98,-43r0,-26r79,-72r-108,0r0,-32r109,0v24,0,36,9,36,27v0,31,-46,49,-64,71v47,1,81,29,81,74v0,48,-33,80,-75,80r-93,0"},"4":{"d":"95,-252r38,0r-91,162r76,0r0,-109v12,-19,21,-40,34,-57r0,166r38,0r0,32r-38,0r0,58r-34,0r0,-58r-90,0v-29,-1,-26,-26,-14,-47"},"5":{"d":"31,-252r132,0r0,32r-97,0r0,65v69,-5,120,15,120,79v0,38,-28,76,-74,76r-92,0r0,-32v54,-1,130,13,130,-44v0,-53,-65,-48,-119,-47r0,-129"},"6":{"d":"86,-148r20,-28v56,1,86,39,86,90v0,47,-40,90,-93,90v-50,0,-90,-38,-90,-89v0,-73,64,-114,94,-167r42,0r-79,110v-37,39,-27,113,33,115v31,0,58,-26,58,-58v0,-42,-31,-64,-71,-63"},"7":{"d":"16,-220r0,-32r126,0v62,3,35,42,17,84r-74,168r-40,0r99,-220r-128,0"},"8":{"d":"100,4v-96,0,-118,-110,-49,-147v-46,-36,-23,-113,49,-113v67,0,95,73,49,113v68,33,48,147,-49,147xm47,-76v0,29,22,49,53,49v31,0,53,-20,53,-49v0,-29,-22,-49,-53,-49v-31,0,-53,20,-53,49xm64,-190v0,19,13,34,35,34v22,0,36,-15,36,-34v0,-19,-14,-35,-36,-35v-22,0,-35,16,-35,35"},"9":{"d":"114,-104r-20,28v-56,-1,-85,-39,-85,-90v0,-47,40,-90,93,-90v50,0,90,38,90,89v0,72,-65,114,-95,167r-42,0r79,-110v37,-39,27,-113,-33,-115v-31,0,-58,26,-58,58v0,42,31,64,71,63"},":":{"d":"29,-19v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21xm29,-123v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21","w":100},";":{"d":"22,36r15,-71r34,0r-21,71r-28,0xm29,-123v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21","w":100},"<":{"d":"194,-25r0,28r-172,-77r0,-25r172,-77r0,28r-137,62","w":216},"=":{"d":"194,-136r0,28r-172,0r0,-28r172,0xm194,-65r0,28r-172,0r0,-28r172,0","w":216},">":{"d":"22,-25r137,-61r-137,-62r0,-28r172,77r0,25r-172,77r0,-28","w":216},"?":{"d":"43,-176r-34,0v0,-45,31,-80,77,-80v39,0,72,33,72,74v0,41,-27,70,-64,76r0,48r-31,0r0,-79v39,2,61,-15,61,-44v0,-24,-16,-44,-41,-44v-28,0,-40,23,-40,49xm56,-18v0,-12,9,-22,22,-22v13,0,23,10,23,22v0,12,-10,22,-23,22v-13,0,-22,-10,-22,-22","w":159},"@":{"d":"101,-109v0,19,12,33,29,33v42,1,74,-95,20,-95v-29,0,-49,35,-49,62xm189,-173r7,-20r25,0r-29,111v0,6,3,9,7,9v22,0,46,-35,46,-72v0,-56,-43,-88,-96,-88v-61,0,-103,48,-103,108v0,100,130,140,188,70r25,0v-23,37,-64,59,-108,59v-74,0,-133,-56,-133,-130v0,-73,59,-130,131,-130v64,0,121,43,121,107v0,66,-56,100,-85,100v-12,0,-19,-8,-22,-20v-29,38,-92,16,-92,-36v0,-63,79,-133,118,-68","w":288},"A":{"d":"48,0r-34,0r0,-160v0,-60,37,-96,86,-96v49,0,86,36,86,96r0,160r-34,0r0,-114r-90,0r0,-32r90,0v4,-47,-16,-80,-52,-79v-31,0,-52,23,-52,63r0,162"},"B":{"d":"55,0r-34,0r0,-179v0,-41,34,-77,80,-77v74,0,110,82,57,121v64,31,38,143,-39,135r-51,0r0,-32v45,2,93,1,93,-41v0,-42,-48,-43,-93,-41r0,-32v41,4,81,-4,81,-38v0,-27,-21,-41,-45,-41v-31,0,-49,19,-49,49r0,176"},"C":{"d":"171,-252r0,32v-73,-7,-123,32,-123,94v0,81,54,100,123,94r0,32v-96,10,-158,-41,-158,-126v0,-69,60,-137,158,-126","w":180},"D":{"d":"55,0r-34,0r0,-252r64,0v71,0,123,58,123,126v0,73,-55,132,-139,126r0,-32v63,6,104,-34,104,-94v0,-62,-47,-100,-118,-94r0,220","w":219},"E":{"d":"165,-146r0,32r-121,0v7,59,53,90,121,82r0,32v-94,8,-157,-46,-157,-126v0,-79,63,-135,157,-126r0,32v-72,-9,-123,44,-121,74r121,0","w":180},"F":{"d":"44,0r-34,0r0,-167v0,-71,46,-92,120,-85r0,32v-48,-2,-88,-1,-86,49r0,30r86,0r0,32r-86,0r0,109","w":140,"k":{",":33,".":33}},"G":{"d":"244,-211r-23,25v-28,-23,-46,-39,-81,-39v-56,0,-96,45,-96,99v0,54,40,99,96,99v48,0,90,-32,93,-83r-88,0r0,-32r123,0v9,96,-61,146,-128,146v-71,0,-132,-57,-132,-130v0,-119,160,-176,236,-85","w":280},"H":{"d":"55,0r-34,0r0,-252r34,0r0,106r110,0r0,-106r33,0r0,252r-33,0r0,-114r-110,0r0,114","w":219},"I":{"d":"57,0r-34,0r0,-252r34,0r0,252","w":79},"J":{"d":"70,-252r34,0r0,171v2,56,-36,86,-105,81r0,-32v43,3,71,-9,71,-47r0,-173","w":119},"K":{"d":"57,0r-34,0r0,-252r34,0r0,106v74,13,76,-63,102,-106r38,0v-21,37,-31,87,-63,112v54,7,52,75,50,140r-34,0v-3,-53,16,-115,-46,-114r-47,0r0,114"},"L":{"d":"23,-252r34,0r0,162v-2,53,32,62,84,58r0,32v-70,7,-118,-18,-118,-81r0,-171","w":140,"k":{"T":13,"V":13,"W":6,"Y":13}},"M":{"d":"35,0r-35,0r29,-230v7,-35,48,-37,60,3r51,170r52,-170v8,-42,55,-37,59,-3r29,230r-35,0r-25,-204r-54,175v-8,25,-14,29,-26,29v-12,0,-18,-4,-26,-29r-55,-175","w":280},"N":{"d":"52,0r-34,0r0,-223v0,-22,13,-31,30,-31v19,0,26,11,38,37r82,167r0,-202r34,0r0,230v0,32,-52,33,-60,0r-90,-185r0,207","w":219},"O":{"d":"8,-126v0,-73,61,-130,132,-130v71,0,132,57,132,130v0,73,-61,130,-132,130v-71,0,-132,-57,-132,-130xm44,-126v0,54,40,99,96,99v56,0,97,-45,97,-99v0,-54,-41,-99,-97,-99v-56,0,-96,45,-96,99","w":280},"P":{"d":"48,0r-34,0r0,-168v0,-54,38,-88,81,-88v51,0,83,38,83,81v0,62,-47,89,-116,80r0,-32v46,3,82,-3,82,-48v0,-31,-21,-50,-49,-50v-27,0,-47,20,-47,52r0,173","w":180,"k":{",":27,".":27}},"Q":{"d":"164,1r0,51r-34,0r0,-134r34,0r0,52v45,-11,73,-51,73,-96v0,-54,-41,-99,-97,-99v-56,0,-96,45,-96,99v0,48,34,88,70,95r0,32v-57,-11,-106,-61,-106,-127v0,-73,61,-130,132,-130v71,0,132,57,132,130v0,65,-52,119,-108,127","w":280},"R":{"d":"52,0r-34,0r0,-166v0,-57,34,-90,84,-90v73,0,105,91,48,127v42,8,34,76,34,129r-34,0v-2,-52,14,-113,-46,-110r-37,0r0,-32v41,3,78,-5,78,-42v0,-25,-20,-41,-43,-41v-29,0,-50,20,-50,49r0,176"},"S":{"d":"9,0r0,-32v46,-4,128,17,128,-32v0,-51,-127,-50,-127,-125v0,-72,79,-64,150,-63r0,32v-44,5,-115,-18,-116,30v0,46,127,46,127,123v0,40,-25,67,-70,67r-92,0","w":180},"T":{"d":"1,-220r0,-32r158,0r0,32r-62,0r0,220r-34,0r0,-220r-62,0","w":159,"k":{",":13,".":13,"-":13,"a":20,"c":20,"e":20,"o":20,"r":13,"s":20,"u":13,"w":13,"y":13,":":13,";":13}},"U":{"d":"17,-252r33,0r0,166v0,34,18,59,50,59v32,0,49,-25,49,-59r0,-166r34,0r0,169v0,49,-36,87,-83,87v-47,0,-83,-38,-83,-87r0,-169"},"V":{"d":"-5,-252r35,0r72,208r68,-208r35,0r-73,227v-14,41,-46,40,-60,0","k":{",":20,".":20,"-":13,"a":13,"e":13,"o":13,":":13,";":13}},"W":{"d":"18,-76r0,-176r33,0r0,176v0,28,15,49,46,49v31,0,46,-21,46,-49r0,-176r34,0r0,176v0,28,14,49,45,49v31,0,46,-21,46,-49r0,-176r34,0r0,176v2,84,-101,106,-142,48v-41,58,-142,36,-142,-48","w":320,"k":{",":6,".":6}},"X":{"d":"199,-252r0,32v-49,-1,-81,45,-81,94v0,49,32,95,81,94r0,32v-44,-1,-89,-27,-99,-72v-10,45,-55,71,-99,72r0,-32v49,1,81,-45,81,-94v0,-49,-32,-95,-81,-94r0,-32v44,1,89,27,99,72v10,-45,55,-71,99,-72"},"Y":{"d":"106,0r-34,0r0,-99v-73,-18,-65,-75,-64,-153r34,0v1,56,-12,122,48,122v59,0,48,-66,48,-122r33,0v1,78,10,135,-65,153r0,99","w":180,"k":{",":27,".":27,"-":6,"a":6,"e":6,"o":6,"p":6,"q":6}},"Z":{"d":"133,-220r-115,0r0,-32r121,0v43,2,30,38,15,60r-113,160r131,0r0,32r-140,0v-40,-2,-27,-42,-12,-63","w":180},"[":{"d":"103,63r-63,0r0,-315r63,0r0,17r-31,0r0,282r31,0r0,16","w":140},"\\":{"d":"-22,-256r28,0r116,260r-28,0","w":100},"]":{"d":"37,-252r63,0r0,315r-63,0r0,-16r31,0r0,-282r-31,0r0,-17","w":140},"^":{"d":"50,-103r-30,0r74,-149r28,0r74,149r-30,0r-58,-118","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"186,0r-32,0r0,-97v0,-32,-27,-49,-56,-49v-35,0,-57,27,-57,60v0,53,72,81,100,36r0,37v-52,43,-132,-4,-132,-75v0,-49,35,-88,90,-88v53,0,87,32,87,82r0,94"},"b":{"d":"14,-252r32,0r0,155v-6,94,113,88,113,10v0,-56,-62,-74,-100,-44r0,-33v59,-34,132,6,132,73v0,51,-33,95,-89,95v-51,0,-88,-38,-88,-95r0,-161"},"c":{"d":"132,-173r0,30v-47,-4,-83,11,-83,57v0,46,37,60,83,56r0,30v-65,6,-117,-19,-117,-86v0,-66,52,-94,117,-87","w":140},"d":{"d":"154,-252r32,0r0,161v0,57,-36,95,-87,95v-56,0,-90,-44,-90,-95v0,-66,73,-107,132,-73r0,33v-38,-30,-100,-12,-100,44v0,35,24,60,58,60v30,0,55,-22,55,-70r0,-155"},"e":{"d":"184,-122r-117,65r-13,-25r86,-48v-32,-35,-96,-9,-96,44v0,35,23,59,56,59v37,0,52,-22,58,-54r32,4v-4,46,-40,81,-90,81v-48,0,-89,-37,-89,-90v0,-53,41,-90,89,-90v40,0,68,21,84,54"},"f":{"d":"50,0r-31,0r0,-189v1,-49,35,-68,88,-63r0,30v-39,-4,-63,6,-57,49r52,0r0,30r-52,0r0,143","w":100},"g":{"d":"141,-41r0,33v-58,34,-129,-11,-129,-76v0,-52,35,-92,89,-92v84,0,85,76,85,162v0,89,-75,112,-147,86r7,-29v46,15,108,17,108,-46r0,-81v0,-39,-25,-62,-55,-62v-38,0,-56,30,-56,64v0,51,62,70,98,41"},"h":{"d":"48,0r-32,0r0,-252r32,0r0,94v40,-35,116,-22,116,57r0,101r-32,0r0,-101v0,-35,-19,-45,-42,-45v-59,0,-39,89,-42,146","w":180},"i":{"d":"66,0r-32,0r0,-173r32,0r0,173xm31,-211v0,-10,7,-19,19,-19v12,0,19,9,19,19v0,10,-7,19,-19,19v-12,0,-19,-9,-19,-19","w":100},"j":{"d":"24,-173r32,0r0,188v0,48,-32,65,-79,63r0,-30v34,1,47,-5,47,-40r0,-181xm21,-211v0,-10,7,-19,19,-19v12,0,19,9,19,19v0,10,-7,19,-19,19v-12,0,-19,-9,-19,-19","w":79},"k":{"d":"50,0r-31,0r0,-252r31,0r0,143v50,6,49,-39,70,-64r36,0v-15,23,-27,59,-49,71v44,4,40,54,39,102r-32,0v0,-33,7,-78,-28,-78r-36,0r0,78","w":159},"l":{"d":"56,0r-32,0r0,-252r32,0r0,252","w":79},"m":{"d":"49,0r-31,0r0,-117v-3,-54,81,-81,112,-35v31,-46,112,-20,112,35r0,117r-31,0v-6,-51,21,-143,-31,-146v-54,-3,-28,95,-34,146r-32,0v-5,-51,20,-148,-34,-146v-53,2,-24,96,-31,146","w":259},"n":{"d":"48,0r-32,0r0,-101v0,-45,32,-75,74,-75v42,0,74,30,74,75r0,101r-32,0v-3,-58,17,-146,-42,-146v-59,0,-39,89,-42,146","w":180},"o":{"d":"10,-86v0,-53,42,-90,90,-90v48,0,90,37,90,90v0,53,-42,90,-90,90v-48,0,-90,-37,-90,-90xm44,-86v0,35,23,59,56,59v33,0,57,-24,57,-59v0,-35,-24,-60,-57,-60v-33,0,-56,25,-56,60"},"p":{"d":"46,78r-32,0r0,-159v0,-57,37,-95,88,-95v56,0,89,43,89,94v0,67,-74,109,-132,73r0,-33v38,30,100,12,100,-44v0,-35,-23,-60,-57,-60v-30,0,-56,22,-56,70r0,154"},"q":{"d":"186,78r-32,0r0,-154v6,-95,-113,-87,-113,-10v0,56,62,74,100,44r0,33v-58,36,-132,-6,-132,-73v0,-51,34,-94,90,-94v51,0,87,38,87,95r0,159"},"r":{"d":"16,0r0,-173r30,0v1,6,-2,16,1,20v12,-19,28,-24,54,-23r0,30v-64,-11,-53,83,-53,146r-32,0","w":100,"k":{",":13,".":13,"-":20}},"s":{"d":"10,0r0,-30r89,0v15,0,20,-6,20,-17v0,-32,-109,-19,-109,-79v0,-58,77,-47,134,-47r0,30r-80,0v-15,0,-21,5,-21,16v0,30,109,17,109,79v0,66,-82,45,-142,48","w":159},"t":{"d":"115,-173r0,30r-62,0r0,91v-2,30,35,20,62,22r0,30v-53,4,-94,-4,-94,-56r0,-160r32,0r0,43r62,0","w":119},"u":{"d":"132,-173r32,0r0,101v0,45,-32,76,-74,76v-42,0,-74,-31,-74,-76r0,-101r32,0v3,58,-17,146,42,146v59,0,39,-89,42,-146","w":180},"v":{"d":"130,-173r35,0r-61,159v-10,26,-39,25,-49,0r-60,-159r35,0r50,134","w":159,"k":{",":6,".":6}},"w":{"d":"211,-173r31,0r0,118v3,55,-82,81,-112,34v-30,47,-112,21,-112,-34r0,-118r31,0v6,51,-21,143,31,146v54,3,28,-95,34,-146r32,0v5,51,-20,148,34,146v53,-2,24,-96,31,-146","w":259},"x":{"d":"3,0r0,-30v30,-1,51,-26,51,-56v0,-30,-21,-56,-51,-57r0,-30v30,2,54,15,67,43v10,-27,40,-43,68,-43r0,30v-30,1,-52,27,-52,57v0,30,22,55,52,56r0,30v-29,0,-53,-14,-68,-40v-14,26,-36,40,-67,40","w":140},"y":{"d":"18,-173r32,0v6,57,-23,146,40,146v63,0,33,-90,40,-146r32,0v-2,78,17,166,-56,177r0,74r-32,0r0,-74v-72,-12,-54,-98,-56,-177","w":180},"z":{"d":"131,-30r0,30r-99,0v-35,-2,-27,-32,-8,-56r70,-87r-81,0r0,-30v45,2,140,-15,111,42r-82,101r89,0","w":140},"{":{"d":"12,-84r0,-21v57,-3,-3,-149,64,-147r29,0r0,17v-66,-19,-5,130,-61,141v7,2,28,11,28,45v0,36,-18,109,33,96r0,16v-39,4,-65,-5,-65,-44v0,-40,6,-103,-28,-103","w":140},"|":{"d":"26,0r0,-252r28,0r0,252r-28,0","w":79},"}":{"d":"128,-104r0,20v-56,3,3,149,-64,147r-29,0r0,-16v67,19,4,-132,61,-141v-7,-2,-28,-12,-28,-46v0,-36,18,-108,-33,-95r0,-17v39,-4,65,5,65,44v0,40,-6,103,28,104","w":140},"~":{"d":"70,-112v24,-1,57,23,77,24v14,0,23,-13,31,-26r13,23v-11,15,-23,31,-45,31v-36,0,-90,-51,-108,1r-13,-22v8,-15,21,-31,45,-31","w":216},"'":{"d":"25,-155r0,-97r30,0r0,97r-30,0","w":79},"`":{"d":"3,-245r38,0r33,51r-25,0","w":100},"\u00a0":{"w":100}}});
