/*
 * 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:
 * 2000, 2004 Adobe Systems Incorporated. All Rights Reserved. U.S. Patent
 * D454,582.
 * 
 * Trademark:
 * Myriad is either a registered trademark or a trademark of Adobe Systems
 * Incorporated in the United States and/or other countries.
 * 
 * Full name:
 * MyriadPro-BoldCond
 * 
 * Designer:
 * Robert Slimbach and Carol Twombly
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":426,"face":{"font-family":"myriadProCondensed","font-weight":700,"font-stretch":"condensed","units-per-em":"1000","panose-1":"2 11 7 6 3 4 3 2 2 4","ascent":"750","descent":"-250","x-height":"8","bbox":"-39 -750 666 250","underline-thickness":"50","underline-position":"-50","stemh":"93","stemv":"131","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":159,"k":{"T":11,"V":11,"W":11,"Y":11}},"!":{"d":"174,-219r-112,0r-15,-455r143,0xm193,-72v0,46,-29,80,-75,80v-42,0,-75,-34,-75,-80v0,-49,35,-81,75,-81v43,0,75,32,75,81","w":236},"\"":{"d":"33,-684r105,0r-20,260r-65,0xm193,-684r106,0r-21,260r-64,0","w":331,"k":{"T":-16,"J":24,"C":8,"G":8,"O":8,"Q":8,"V":-16,"W":-16,"X":-16,"Y":-32,"A":46,"f":-18,"g":28,"c":28,"d":28,"e":28,"o":28,"q":28,"s":8,"t":-20,"x":-8,",":98,".":98}},"#":{"d":"171,-270r71,0r14,-115r-71,0xm137,0r-75,0r25,-195r-72,0r0,-75r82,0r14,-115r-75,0r0,-75r85,0r23,-190r74,0r-23,190r71,0r24,-190r74,0r-24,190r71,0r0,75r-80,0r-15,115r75,0r0,75r-84,0r-25,195r-75,0r25,-195r-71,0"},"$":{"d":"247,85r-85,0r0,-102v-43,-1,-83,-13,-107,-26r20,-103v29,17,63,28,104,28v48,0,74,-28,74,-66v0,-41,-26,-70,-77,-102v-79,-49,-120,-96,-120,-174v0,-75,45,-138,120,-163r0,-102r85,0r0,92v40,0,75,12,99,25r-22,100v-21,-12,-46,-25,-87,-25v-47,0,-72,28,-72,62v0,34,13,53,82,95v85,51,114,109,114,180v0,89,-51,151,-128,170r0,111"},"%":{"d":"18,-456v0,-106,47,-203,133,-202v96,0,127,107,127,197v0,137,-63,201,-129,201v-91,0,-131,-99,-131,-196xm190,-458v-1,-77,-8,-131,-42,-130v-28,0,-42,47,-42,128v-1,84,12,131,43,131v31,0,41,-48,41,-129xm187,10r-68,0r350,-669r68,0xm379,-191v0,-105,47,-202,133,-201v96,0,127,107,127,196v0,138,-63,202,-129,202v-91,0,-131,-100,-131,-197xm551,-193v-1,-76,-8,-131,-42,-130v-28,0,-42,47,-42,129v-1,84,13,130,43,130v30,0,41,-48,41,-129","w":657},"&":{"d":"526,0r-143,0v-10,-14,-19,-25,-32,-44v-36,32,-89,52,-146,52v-117,0,-186,-84,-186,-189v0,-83,43,-140,106,-187v-96,-121,-52,-313,119,-314v86,0,148,60,148,151v0,61,-19,116,-116,183v24,50,74,111,99,147v23,-44,28,-107,30,-158r111,0v-9,92,-40,184,-85,238xm139,-197v0,58,35,108,91,108v30,0,52,-12,69,-32v-35,-44,-83,-113,-122,-169v-19,19,-38,51,-38,93xm282,-525v0,-31,-8,-74,-44,-70v-66,7,-55,132,-14,176v42,-33,58,-67,58,-106","w":530},"(":{"d":"147,-692r94,0v-58,91,-106,221,-106,408v0,181,48,310,106,404r-94,0v-56,-75,-115,-212,-115,-405v0,-195,59,-331,115,-407","w":258,"k":{"T":-10,"J":-24,"C":20,"G":20,"O":20,"Q":20,"V":-35,"W":-35,"X":-8,"Y":-57,"A":5,"j":-58,"c":3,"d":3,"e":3,"o":3,"q":3}},")":{"d":"111,120r-94,0v58,-92,106,-226,106,-408v0,-182,-48,-312,-106,-404r94,0v56,73,115,206,115,404v0,198,-59,330,-115,408","w":258},"*":{"d":"245,-682r82,46r-99,117r1,3r141,-26r0,91r-142,-26r-1,3r100,113r-84,47r-53,-144r-59,145r-75,-47r99,-119v-45,5,-94,20,-140,28r0,-91r136,26r3,-3r-98,-115r82,-47r53,141r3,0","w":385},"+":{"d":"256,-532r84,0r0,224r216,0r0,82r-216,0r0,226r-84,0r0,-226r-216,0r0,-82r216,0r0,-224","w":596},",":{"d":"94,116r-84,9v29,-83,56,-187,67,-266r133,-10v-30,90,-72,195,-116,267","w":233,"k":{"\"":92,"'":92}},"-":{"d":"30,-323r199,0r0,94r-199,0r0,-94","w":259,"k":{"T":26,"J":5,"C":-16,"G":-16,"O":-16,"Q":-16,"V":3,"W":3,"X":4,"Y":18,"A":3,"g":-4,"c":-18,"d":-18,"e":-18,"o":-18,"q":-18}},".":{"d":"201,-79v0,53,-31,87,-78,87v-40,0,-75,-34,-75,-87v0,-50,37,-87,77,-87v42,0,76,33,76,87","w":233,"k":{"\"":92,"'":92}},"\/":{"d":"63,40r-85,0r234,-722r86,0","w":280},"0":{"d":"218,-658v150,0,185,175,185,330v0,233,-85,336,-190,336v-142,0,-190,-163,-190,-330v0,-187,60,-336,195,-336xm216,-546v-41,0,-61,70,-61,221v0,152,17,221,61,221v41,0,55,-72,55,-221v0,-139,-13,-221,-55,-221"},"1":{"d":"179,0r0,-527v-39,17,-74,39,-112,57r-22,-103r149,-77r115,0r0,650r-130,0"},"2":{"d":"380,0r-356,0r0,-88v78,-105,218,-257,218,-372v0,-52,-29,-89,-83,-89v-41,0,-74,18,-98,33r-23,-102v30,-19,86,-40,145,-40v142,0,188,95,188,188v0,145,-111,256,-190,354r199,0r0,116"},"3":{"d":"24,-21r19,-103v26,15,62,25,97,25v63,0,98,-39,98,-94v-1,-78,-62,-107,-140,-103r0,-96v59,1,120,-17,123,-84v4,-86,-105,-90,-158,-49r-17,-99v27,-17,80,-34,134,-34v199,0,221,241,78,303r0,2v63,21,111,77,111,165v0,99,-76,196,-217,196v-53,0,-99,-13,-128,-29"},"4":{"d":"350,0r-116,0r0,-155r-223,0r0,-90r213,-405r126,0r0,390r65,0r0,105r-65,0r0,155xm122,-260r112,0r0,-133v0,-35,4,-73,7,-107r-4,0v-33,84,-77,159,-115,240"},"5":{"d":"365,-650r0,114r-172,0r-15,116v51,-1,95,8,142,49v38,33,56,84,56,149v0,127,-84,230,-226,230v-46,0,-96,-12,-122,-26r20,-104v24,12,58,23,93,23v64,0,106,-41,106,-111v-1,-104,-90,-124,-187,-114r36,-326r269,0"},"6":{"d":"355,-658r0,106v-119,2,-182,81,-199,180r3,0v23,-31,57,-52,100,-52v88,0,147,79,147,202v0,114,-58,230,-185,230v-123,0,-198,-107,-198,-268v0,-221,103,-351,266,-391v31,-7,52,-6,66,-7xm216,-330v-37,0,-62,36,-60,101v2,85,23,143,64,142v43,0,57,-58,57,-136v0,-55,-19,-107,-61,-107"},"7":{"d":"39,-650r354,0r0,86r-204,564r-128,0r200,-534r-222,0r0,-116"},"8":{"d":"20,-169v0,-83,48,-137,98,-175v-55,-36,-80,-92,-80,-143v0,-106,84,-171,184,-171v93,0,168,63,168,160v0,43,-17,101,-85,144r0,2v60,33,100,93,100,170v0,120,-88,190,-195,190v-111,0,-190,-71,-190,-177xm215,-80v41,0,63,-42,63,-97v0,-61,-38,-101,-75,-120v-33,23,-56,63,-56,113v0,56,23,104,68,104xm217,-570v-38,0,-56,39,-56,79v0,46,26,78,64,98v28,-15,45,-55,45,-93v0,-44,-15,-84,-53,-84"},"9":{"d":"74,8r0,-109v125,2,175,-64,199,-175r-3,0v-21,23,-51,40,-93,40v-84,0,-153,-75,-153,-194v0,-112,69,-228,194,-228v121,0,184,110,184,267v0,147,-46,251,-107,314v-53,55,-120,87,-221,85xm214,-326v49,-12,58,-28,56,-103v-2,-86,-23,-134,-60,-134v-33,0,-58,43,-57,122v1,63,21,115,61,115"},":":{"d":"199,-402v0,48,-29,82,-76,82v-40,0,-72,-34,-72,-82v0,-47,34,-84,74,-84v42,0,74,33,74,84xm199,-75v0,49,-29,83,-76,83v-40,0,-72,-34,-72,-83v0,-46,34,-83,74,-83v42,0,74,33,74,83","w":233},";":{"d":"91,116r-80,9v29,-83,56,-187,67,-266r129,-10v-30,90,-72,195,-116,267xm204,-402v0,48,-29,82,-76,82v-40,0,-72,-34,-72,-82v0,-47,33,-84,74,-84v42,0,74,33,74,84","w":233},"<":{"d":"58,-235r0,-62r480,-235r0,102r-352,164r0,2r352,163r0,101","w":596},"=":{"d":"556,-320r-516,0r0,-82r516,0r0,82xm556,-133r-516,0r0,-82r516,0r0,82","w":596},">":{"d":"538,-310r0,88r-480,222r0,-99r384,-166r0,-2r-384,-166r0,-99","w":596},"?":{"d":"316,-532v0,126,-129,185,-117,321r-111,0v-12,-72,9,-124,51,-188v28,-44,43,-74,43,-112v0,-64,-84,-79,-130,-44r-22,-101v21,-14,68,-30,117,-30v132,0,169,87,169,154xm219,-72v0,46,-28,80,-75,80v-42,0,-74,-34,-74,-80v0,-49,35,-82,74,-82v43,0,75,33,75,82","w":334},"@":{"d":"280,-135v70,0,75,-150,91,-227v-7,-4,-15,-5,-26,-5v-47,0,-100,76,-100,177v0,35,11,55,35,55xm426,17r15,42v-197,103,-410,8,-410,-260v0,-200,129,-392,324,-392v160,0,236,124,236,259v0,173,-61,269,-158,269v-50,0,-73,-31,-73,-85r-3,0v-24,54,-66,85,-110,85v-53,0,-86,-46,-86,-120v0,-125,77,-243,207,-243v33,0,71,9,93,21r-34,184v-13,72,-2,103,28,103v40,0,82,-66,82,-200v0,-128,-58,-228,-193,-228v-132,0,-258,138,-258,347v0,230,177,307,340,218","w":621},"A":{"d":"286,-154r-121,0r-30,154r-127,0r146,-674r157,0r131,674r-127,0xm178,-256r96,0r-44,-294r-3,0","w":458,"k":{"T":50,"J":-39,"C":16,"G":16,"O":16,"Q":16,"U":16,"V":21,"W":21,"X":-5,"Y":27,"Z":-24,"a":-7,"f":4,"g":3,"j":-6,"c":6,"d":6,"e":6,"o":6,"q":6,"s":-8,"t":4,"v":14,"w":14,"y":14,"z":-10,"\"":48,"'":48}},"B":{"d":"58,-2r0,-662v102,-17,247,-32,320,35v84,77,65,224,-47,269r0,4v130,29,153,207,70,293v-41,43,-108,68,-221,68v-50,0,-92,-3,-122,-7xm189,-575r0,178v69,7,107,-29,111,-95v4,-62,-47,-101,-111,-83xm189,-300r0,202v70,11,126,-19,126,-99v0,-77,-52,-109,-126,-103","w":483,"k":{"T":3,"Y":3,",":19,".":19}},"C":{"d":"368,-120r13,110v-19,9,-56,16,-102,16v-172,0,-254,-142,-254,-333v0,-254,141,-353,272,-353v46,0,78,9,91,18r-22,110v-15,-7,-32,-13,-61,-13v-74,0,-141,64,-141,231v0,192,75,248,204,214","w":395,"k":{"T":-24,"J":-39,"C":12,"G":12,"O":12,"Q":12,"V":-24,"W":-24,"X":-32,"Y":-47,"A":-16,"a":-4,"c":5,"d":5,"e":5,"o":5,"q":5,"v":18,"w":18,"y":18,"z":-18,"b":-6,"h":-6,"k":-6,"l":-6,"i":-6,"m":-6,"n":-6,"p":-6,"r":-6,")":-16,"]":-16,"}":-16,"\"":-24,"'":-24}},"D":{"d":"191,-677v207,0,275,114,275,332v0,136,-40,228,-94,285v-57,60,-202,74,-314,58r0,-662v33,-8,81,-13,133,-13xm189,-569r0,465v6,2,16,2,23,2v63,0,118,-62,118,-248v0,-149,-36,-238,-141,-219","w":491,"k":{"T":7,"J":3,"X":-4,"A":16,"a":-7,"f":-17,"j":-6,"t":-16,"v":-10,"w":-10,"y":-10,"i":-7,"m":-7,"n":-7,"p":-7,"r":-7,"u":-13,"-":-16,")":13,"]":13,"}":13,",":37,".":37}},"E":{"d":"343,-405r0,109r-154,0r0,182r174,0r0,114r-305,0r0,-674r293,0r0,114r-162,0r0,155r154,0","w":394,"k":{"J":-28,"V":-3,"W":-3,"Y":-11,"f":3,"g":4,"c":8,"d":8,"e":8,"o":8,"q":8,"v":11,"w":11,"y":11,"b":3,"h":3,"k":3,"l":3,"u":4,",":6,".":6}},"F":{"d":"58,0r0,-674r293,0r0,114r-162,0r0,173r152,0r0,109r-152,0r0,278r-131,0","w":392,"k":{"J":42,"A":35,"M":17,"a":22,"g":19,"c":24,"d":24,"e":24,"o":24,"q":24,"t":8,"v":18,"w":18,"y":18,"b":3,"h":3,"k":3,"l":3,"i":7,"m":7,"n":7,"p":7,"r":7,"u":8,":":18,";":18,",":82,".":82}},"G":{"d":"292,6v-190,-1,-268,-143,-267,-339v3,-245,143,-347,286,-347v51,0,89,10,110,20r-23,113v-135,-45,-237,9,-237,222v0,162,63,220,124,220v12,0,21,-1,26,-3r0,-163r-60,0r0,-107r181,0r0,360v-29,12,-91,24,-140,24","w":472,"k":{"a":-9,"v":10,"w":10,"y":10}},"H":{"d":"58,-674r131,0r0,270r137,0r0,-270r131,0r0,674r-131,0r0,-282r-137,0r0,282r-131,0r0,-674","w":515,"k":{"c":5,"d":5,"e":5,"o":5,"q":5,"v":8,"w":8,"y":8}},"I":{"d":"58,-674r131,0r0,674r-131,0r0,-674","w":248,"k":{"c":5,"d":5,"e":5,"o":5,"q":5,"v":8,"w":8,"y":8}},"J":{"d":"115,-209r0,-465r132,0r0,459v0,194,-94,223,-190,223v-27,0,-51,-4,-66,-10r11,-110v68,11,113,13,113,-97","w":296,"k":{"v":-8,"w":-8,"y":-8,",":16,".":16}},"K":{"d":"58,0r0,-674r131,0r0,303r2,0r33,-87r90,-216r144,0r-151,293r153,381r-143,0r-98,-279r-30,55r0,224r-131,0","w":459,"k":{"J":-32,"C":13,"G":13,"O":13,"Q":13,"Z":-24,"A":-9,"a":-15,"g":13,"c":3,"d":3,"e":3,"o":3,"q":3,"v":15,"w":15,"y":15,"b":-8,"h":-8,"k":-8,"l":-8,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"u":4,"-":14,"\"":-16,"'":-16,",":-17,".":-17}},"L":{"d":"58,0r0,-674r131,0r0,563r173,0r0,111r-304,0","w":380,"k":{"T":55,"J":-39,"C":27,"G":27,"O":27,"Q":27,"U":20,"V":36,"W":36,"Y":51,"A":-8,"a":-6,"f":11,"g":3,"c":5,"d":5,"e":5,"o":5,"q":5,"t":22,"v":21,"w":21,"y":21,"u":5,"-":34,"\"":78,"'":78}},"M":{"d":"482,0r-12,-236v-3,-64,-8,-150,-6,-223r-3,0v-29,169,-66,294,-101,448r-93,0r-56,-237v-13,-54,-31,-138,-41,-211r-3,0r-21,459r-113,0r49,-674r138,0r54,244v19,85,36,160,48,236r2,0v21,-155,64,-327,96,-480r138,0r41,674r-117,0","w":637,"k":{"T":18,"Y":3,"a":-4,"g":3,"-":-6,"\"":10,"'":10}},"N":{"d":"173,0r-115,0r0,-674r120,0r104,264v20,52,53,138,72,197r2,0v-8,-102,-16,-315,-13,-461r115,0r0,674r-120,0r-103,-256v-24,-56,-50,-146,-70,-203v3,68,8,172,8,308r0,151","w":516,"k":{"c":5,"d":5,"e":5,"o":5,"q":5,"v":8,"w":8,"y":8}},"O":{"d":"247,-682v163,0,209,179,209,333v0,254,-90,357,-218,357v-153,0,-213,-162,-213,-347v0,-184,73,-343,222,-343xm242,-568v-52,0,-81,86,-81,231v0,153,29,231,82,231v55,0,76,-100,76,-237v0,-118,-18,-225,-77,-225","w":481,"k":{"T":7,"J":3,"X":-4,"A":16,"a":-7,"f":-17,"j":-6,"t":-16,"v":-10,"w":-10,"y":-10,"i":-7,"m":-7,"n":-7,"p":-7,"r":-7,"u":-13,"-":-16,")":13,"]":13,"}":13,",":37,".":37}},"P":{"d":"436,-477v0,152,-105,233,-247,226r0,251r-131,0r0,-664v37,-8,87,-13,137,-13v144,0,241,67,241,200xm189,-566r0,208v76,13,117,-38,117,-108v0,-71,-44,-122,-117,-100","w":457,"k":{"J":36,"X":3,"Y":-4,"Z":5,"A":42,"a":15,"g":28,"c":21,"d":21,"e":21,"o":21,"q":21,"s":15,"t":-14,"v":-9,"w":-9,"y":-9,"u":3,":":11,";":11,"-":21,")":16,"]":16,"}":16,",":125,".":125}},"Q":{"d":"441,110v-71,-27,-139,-73,-205,-102v-131,0,-211,-127,-211,-347v0,-181,73,-343,223,-343v163,0,208,179,208,333v0,167,-38,270,-101,305r0,5v43,19,90,34,132,50xm161,-340v0,137,22,235,82,234v54,0,76,-97,76,-237v0,-126,-19,-225,-77,-225v-54,0,-81,101,-81,228","w":481,"k":{"T":7,"J":3,"X":-4,"A":16,"a":-7,"f":-17,"j":-6,"t":-16,"v":-10,"w":-10,"y":-10,"i":-7,"m":-7,"n":-7,"p":-7,"r":-7,"u":-13,"-":-16,")":13,"]":13,"}":13,",":37,".":37}},"R":{"d":"58,0r0,-664v107,-18,254,-28,323,37v93,89,60,259,-51,311v46,18,69,61,82,133v13,75,31,158,43,183r-137,0v-8,-19,-21,-87,-33,-161v-15,-93,-31,-111,-96,-108r0,269r-131,0xm189,-571r0,201v74,8,111,-38,113,-105v2,-68,-42,-114,-113,-96","w":470,"k":{"T":3,"J":-24,"X":-7,"c":3,"d":3,"e":3,"o":3,"q":3,"t":-17,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"-":9}},"S":{"d":"24,-21r19,-113v27,15,73,26,111,26v62,0,92,-32,92,-76v0,-49,-29,-74,-87,-110v-91,-57,-127,-127,-127,-188v0,-108,72,-198,213,-198v44,0,86,12,106,24r-21,113v-19,-12,-48,-23,-86,-23v-56,0,-83,34,-83,70v0,40,20,61,93,105v89,54,122,122,122,193v0,123,-91,204,-223,204v-54,0,-107,-14,-129,-27","w":394,"k":{"a":-20,"j":-7,"c":-9,"d":-9,"e":-9,"o":-9,"q":-9,"t":-6,"v":6,"w":6,"y":6,"b":-7,"h":-7,"k":-7,"l":-7,"i":-8,"m":-8,"n":-8,"p":-8,"r":-8,"u":-12,"-":-16}},"T":{"d":"131,0r0,-553r-119,0r0,-121r370,0r0,121r-120,0r0,553r-131,0","w":393,"k":{"i":30,"T":-14,"J":16,"C":13,"G":13,"O":13,"Q":13,"V":-18,"W":-18,"X":-21,"Y":-34,"A":34,"S":4,"a":37,"g":58,"c":46,"d":46,"e":46,"o":46,"q":46,"s":39,"v":23,"w":23,"y":23,"z":27,"b":4,"h":4,"k":4,"l":4,"m":30,"n":30,"p":30,"r":30,"u":30,"x":27,":":18,";":18,"-":31,")":-34,"]":-34,"}":-34,"\"":-16,"'":-16,",":63,".":63}},"U":{"d":"54,-674r131,0r0,438v0,99,30,129,64,129v38,0,65,-27,65,-129r0,-438r131,0r0,415v0,173,-65,267,-195,267v-141,0,-196,-97,-196,-266r0,-416","w":500,"k":{"A":7,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"s":10,"v":9,"w":9,"y":9,"z":18,"x":7,",":22,".":22}},"V":{"d":"299,0r-147,0r-151,-674r145,0r48,291v12,72,26,155,35,234r2,0v9,-80,20,-161,32,-237r46,-288r144,0","w":452,"k":{"T":-14,"J":4,"A":16,"a":19,"g":32,"c":22,"d":22,"e":22,"o":22,"q":22,"s":14,"t":3,"v":12,"w":12,"y":12,"z":4,"i":8,"m":8,"n":8,"p":8,"r":8,"u":12,":":12,";":12,"-":6,")":-35,"]":-35,"}":-35,"\"":-32,"'":-32,",":41,".":41}},"W":{"d":"258,0r-130,0r-115,-674r136,0r33,268v9,78,15,155,23,237r3,0v9,-83,24,-156,38,-237r48,-268r106,0r45,266v12,76,24,151,32,239r2,0r59,-505r128,0r-119,674r-135,0r-40,-220v-13,-61,-17,-146,-32,-222v-12,81,-23,156,-37,222","w":679,"k":{"T":-14,"J":4,"A":16,"a":19,"g":32,"c":22,"d":22,"e":22,"o":22,"q":22,"s":14,"t":3,"v":12,"w":12,"y":12,"z":4,"i":8,"m":8,"n":8,"p":8,"r":8,"u":12,":":12,";":12,"-":6,")":-35,"]":-35,"}":-35,"\"":-32,"'":-32,",":41,".":41}},"X":{"d":"411,0r-135,0r-43,-124v-15,-38,-21,-82,-38,-120r-32,122r-36,122r-130,0r126,-345r-121,-329r137,0r70,233r2,0r62,-233r131,0r-126,335","w":407,"k":{"T":-17,"J":-39,"C":4,"G":4,"O":4,"Q":4,"V":-21,"W":-21,"X":-4,"Y":-32,"A":-9,"a":-13,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"v":14,"w":14,"y":14,"i":-6,"m":-6,"n":-6,"p":-6,"r":-6,"u":-3,"-":3,"\"":-16,"'":-16}},"Y":{"d":"264,0r-131,0r0,-258r-148,-416r140,0r46,161v14,42,22,98,37,143v17,-105,47,-205,71,-304r136,0r-151,411r0,263","w":402,"k":{"T":-33,"J":11,"C":8,"G":8,"O":8,"Q":8,"V":-36,"W":-36,"X":-16,"Y":-44,"A":31,"M":3,"S":3,"a":34,"g":41,"c":39,"d":39,"e":39,"o":39,"q":39,"s":25,"v":20,"w":20,"y":20,"z":8,"b":-12,"h":-12,"k":-12,"l":-12,"i":-9,"m":-9,"n":-9,"p":-9,"r":-9,"u":16,"x":6,":":28,";":28,"-":25,")":-49,"]":-49,"}":-49,"\"":-29,"'":-29,",":68,".":68}},"Z":{"d":"11,0r0,-77r213,-483r-193,0r0,-114r341,0r0,97r-204,463r203,0r0,114r-360,0","w":387,"k":{"J":-32,"C":5,"G":5,"O":5,"Q":5,"X":-24,"Y":-23,"A":-10,"a":-5,"c":5,"d":5,"e":5,"o":5,"q":5,"v":-4,"w":-4,"y":-4,"i":-8,"m":-8,"n":-8,"p":-8,"r":-8,"u":-4,"-":4}},"[":{"d":"235,112r-185,0r0,-798r185,0r0,84r-86,0r0,630r86,0r0,84","w":258,"k":{"T":-10,"J":-24,"C":20,"G":20,"O":20,"Q":20,"V":-35,"W":-35,"X":-8,"Y":-57,"A":5,"j":-58,"c":3,"d":3,"e":3,"o":3,"q":3}},"\\":{"d":"255,40r-85,0r-187,-722r85,0","w":233},"]":{"d":"23,-686r185,0r0,798r-185,0r0,-84r86,0r0,-630r-86,0r0,-84","w":258},"^":{"d":"552,-177r-100,0r-152,-361r-5,0r-152,361r-99,0r212,-473r84,0","w":596},"_":{"d":"0,75r500,0r0,50r-500,0r0,-50","w":500},"a":{"d":"202,-497v262,0,140,274,181,497r-118,0v-4,-15,-2,-36,-9,-48v-27,38,-65,56,-108,56v-74,0,-129,-62,-129,-149v0,-128,113,-181,224,-182v3,-47,-19,-76,-69,-77v-39,0,-71,10,-100,28r-24,-88v27,-16,84,-37,152,-37xm190,-88v27,0,57,-25,57,-65r0,-85v-44,1,-104,15,-104,83v0,49,27,67,47,67","w":422},"b":{"d":"45,-145r0,-547r131,0r0,252r2,0v24,-35,55,-57,102,-57v95,0,138,107,138,239v0,171,-68,266,-159,266v-41,0,-70,-17,-96,-66r-3,0r-7,58r-112,0v2,-43,4,-98,4,-145xm225,-387v-69,0,-46,134,-49,212v-1,40,28,81,50,76v44,0,62,-55,62,-149v0,-84,-19,-139,-63,-139","w":447,"k":{"T":34,"v":9,"w":9,"y":9,"z":6,"x":15,"-":-19,"\"":20,"'":20,",":24,".":24}},"c":{"d":"306,-111r11,103v-13,6,-46,14,-83,14v-124,0,-205,-86,-205,-246v0,-176,131,-295,296,-243r-17,103v-86,-33,-149,29,-149,136v0,111,60,167,147,133","w":323,"k":{"T":8,"a":-15,"f":-28,"t":-19,"v":-27,"w":-27,"y":-27,"u":-9,"\"":-24,"'":-24,",":-3,".":-3}},"d":{"d":"270,-692r131,0r0,547v0,47,2,100,4,145r-113,0v-4,-17,-1,-41,-9,-55v-18,34,-57,63,-102,63v-104,0,-152,-115,-152,-252v0,-170,74,-253,157,-253v45,0,68,24,84,49r0,-244xm221,-99v22,5,52,-32,49,-73v-5,-80,23,-215,-48,-215v-46,0,-63,67,-63,146v0,93,25,142,62,142","w":447,"k":{"v":-3,"w":-3,"y":-3,",":11,".":11}},"e":{"d":"387,-198r-232,0v-4,118,118,116,197,88r18,94v-34,13,-85,22,-135,22v-133,0,-206,-88,-206,-241v0,-164,85,-262,196,-262v105,0,166,83,166,231v0,35,-1,54,-4,68xm156,-290r116,0v0,-63,-16,-112,-55,-112v-43,0,-60,63,-61,112","w":419,"k":{"T":34,"v":7,"w":7,"y":7,"z":6,"x":9,"-":-11,"\"":11,"'":11,",":10,".":10}},"f":{"d":"69,-489v-11,-116,54,-213,167,-211v34,0,60,5,79,11r-15,102v-10,-4,-24,-6,-40,-6v-52,1,-63,49,-60,104r85,0r0,93r-85,0r0,396r-131,0r0,-396r-66,0r0,-93r66,0","w":286,"k":{"g":8,"c":8,"d":8,"e":8,"o":8,"q":8,"s":4,"t":-5,":":-22,";":-22,"-":11,")":-70,"]":-70,"}":-70,"\"":-42,"'":-42,",":42,".":42}},"g":{"d":"402,-55v-1,184,-57,255,-218,255v-45,0,-87,-8,-122,-23r24,-101v25,11,56,21,94,21v75,0,101,-68,90,-149v-17,31,-51,49,-88,49v-110,0,-153,-120,-153,-237v0,-163,74,-257,165,-257v41,0,69,24,92,57r7,-49r114,0v-2,44,-5,96,-5,155r0,279xm222,-106v28,0,53,-36,50,-74v-6,-77,24,-207,-47,-207v-47,0,-66,64,-66,144v0,91,26,137,63,137","w":447,"k":{"T":28,"f":-7,",":14,".":14}},"h":{"d":"233,-387v-32,0,-56,39,-56,83r0,304r-131,0r0,-692r131,0r0,254r2,0v21,-33,57,-59,108,-59v90,0,125,76,125,200r0,297r-131,0r0,-297v0,-48,-9,-90,-48,-90","w":458,"k":{"T":36,"v":10,"w":10,"y":10,"\"":6,"'":6}},"i":{"d":"177,0r-131,0r0,-489r131,0r0,489xm110,-690v38,0,67,27,67,71v0,42,-29,71,-69,71v-36,0,-65,-29,-65,-71v0,-44,31,-71,67,-71","w":223},"j":{"d":"-39,96v75,-12,86,-40,86,-156r0,-429r132,0r0,454v5,179,-71,224,-208,235xm113,-690v37,0,67,27,67,71v0,42,-30,71,-69,71v-36,0,-65,-29,-65,-71v0,-44,30,-71,67,-71","w":224,"k":{",":11,".":11}},"k":{"d":"176,-692r0,417r2,0v26,-80,58,-140,88,-214r141,0r-118,205r125,284r-146,0r-70,-201r-22,42r0,159r-131,0r0,-692r131,0","w":413,"k":{"T":18,"a":-12,"g":11,"c":11,"d":11,"e":11,"o":11,"q":11,"v":4,"w":4,"y":4,"i":5,"m":5,"n":5,"p":5,"r":5,"u":5,"-":13}},"l":{"d":"46,0r0,-692r131,0r0,692r-131,0","w":225,"k":{"v":-3,"w":-3,"y":-3,",":11,".":11}},"m":{"d":"230,-389v-30,0,-54,37,-54,81r0,308r-130,0r0,-342v0,-54,-3,-101,-4,-147r114,0v4,18,1,43,8,57v25,-37,66,-65,117,-65v57,0,88,29,109,66v23,-36,62,-67,118,-66v87,0,126,69,126,187r0,310r-130,0r0,-288v0,-56,-6,-101,-46,-101v-32,0,-54,35,-53,79r0,310r-130,0r0,-307v0,-35,-4,-82,-45,-82","w":680,"k":{"T":36,"v":10,"w":10,"y":10,"\"":6,"'":6}},"n":{"d":"233,-387v-35,0,-57,41,-56,89r0,298r-131,0r0,-342v0,-54,-3,-101,-4,-147r113,0v4,18,1,42,8,56v26,-39,68,-64,119,-64v93,0,130,74,130,183r0,314r-131,0r0,-306v0,-41,-10,-81,-48,-81","w":458,"k":{"T":36,"v":10,"w":10,"y":10,"\"":6,"'":6}},"o":{"d":"218,-497v115,0,185,97,185,251v0,204,-113,254,-187,254v-117,0,-187,-92,-187,-251v0,-176,92,-254,189,-254xm217,-398v-48,0,-58,85,-58,152v0,84,13,154,60,154v42,0,53,-82,53,-154v0,-67,-11,-152,-55,-152","w":431,"k":{"T":34,"v":9,"w":9,"y":9,"z":6,"x":15,"-":-19,"\"":20,"'":20,",":24,".":24}},"p":{"d":"45,192r0,-526v0,-59,-2,-109,-4,-155r114,0v4,18,1,42,9,56v20,-40,57,-64,102,-64v108,0,152,117,152,252v0,174,-77,253,-159,253v-42,0,-65,-28,-83,-48r0,232r-131,0xm226,-387v-71,0,-46,129,-50,208v-3,41,23,80,49,80v46,0,62,-68,62,-145v0,-93,-22,-143,-61,-143","w":447,"k":{"T":34,"v":9,"w":9,"y":9,"z":6,"x":15,"-":-19,"\"":20,"'":20,",":24,".":24}},"q":{"d":"194,-497v33,0,69,18,92,60r7,-52r113,0v-2,44,-4,97,-4,155r0,526r-131,0r0,-234r-2,0v-20,29,-51,50,-93,50v-94,0,-147,-110,-147,-242v0,-165,72,-263,165,-263xm222,-99v24,5,51,-39,49,-75v-3,-80,18,-213,-49,-213v-41,0,-62,54,-62,143v0,89,22,145,62,145","w":447,"k":{"T":18,",":9,".":9}},"r":{"d":"290,-365v-67,-16,-113,34,-113,117r0,248r-132,0r0,-342v0,-49,-2,-102,-4,-147r114,0r7,71r3,0v30,-61,64,-87,125,-77r0,130","w":294,"k":{"T":8,"f":-29,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"t":-18,"v":-22,"w":-22,"y":-22,"z":-6,"x":-17,":":-3,";":-3,",":44,".":44}},"s":{"d":"18,-22r24,-96v30,23,142,50,141,-18v0,-25,-14,-41,-57,-66v-80,-45,-99,-96,-99,-141v0,-88,63,-154,161,-154v41,0,73,10,99,22r-23,96v-31,-26,-117,-31,-117,22v0,22,11,34,57,61v72,41,99,92,99,148v0,100,-72,154,-173,154v-41,0,-89,-11,-112,-28","w":324,"k":{"T":16,",":11,".":11}},"t":{"d":"205,6v-100,0,-136,-49,-136,-171r0,-231r-58,0r0,-93r58,0r0,-87r131,-41r0,128r96,0r0,93r-96,0r0,223v2,74,34,76,84,68r1,102v-18,5,-45,9,-80,9","w":311,"k":{"g":6,"c":6,"d":6,"e":6,"o":6,"q":6,"v":-3,"w":-3,"y":-3,",":11,".":11}},"u":{"d":"223,-102v37,0,50,-34,50,-75r0,-312r131,0r0,340v0,52,2,103,4,149r-113,0v-4,-16,-1,-39,-9,-52v-23,33,-63,60,-113,60v-93,0,-131,-69,-131,-201r0,-296r132,0r0,282v0,64,12,105,49,105","w":452,"k":{"T":18,",":9,".":9}},"v":{"d":"5,-489r139,0r58,355r2,0v6,-50,11,-91,19,-137r38,-218r129,0r-131,489r-121,0","w":395,"k":{"T":16,"a":10,"g":10,"c":14,"d":14,"e":14,"o":14,"q":14,"s":4,"v":-27,"w":-27,"y":-27,":":19,";":19,",":41,".":41}},"w":{"d":"5,-489r140,0r43,359r3,0r70,-359r101,0r42,208v10,55,19,103,25,151r3,0v9,-117,32,-244,47,-359r129,0r-126,489r-111,0r-37,-171v-12,-43,-15,-102,-27,-152v-14,121,-45,215,-70,323r-112,0","w":616,"k":{"T":16,"a":10,"g":10,"c":14,"d":14,"e":14,"o":14,"q":14,"s":4,"v":-27,"w":-27,"y":-27,":":19,";":19,",":41,".":41}},"x":{"d":"7,-489r142,0r30,87v12,28,15,62,26,82v7,-25,15,-55,23,-82r29,-87r132,0r-111,240r113,249r-143,0r-57,-167r-2,0r-52,167r-131,0r109,-243","w":396,"k":{"T":16,"g":9,"c":15,"d":15,"e":15,"o":15,"q":15,"s":5,"t":-4,"v":-23,"w":-23,"y":-23,"-":11}},"y":{"d":"30,102v50,-19,99,-63,113,-120r-138,-471r141,0r61,336r2,0r53,-336r128,0r-100,377v-24,92,-56,187,-109,250v-41,48,-91,71,-111,77","w":391,"k":{"T":16,"a":10,"g":10,"c":14,"d":14,"e":14,"o":14,"q":14,"s":4,"v":-27,"w":-27,"y":-27,":":19,";":19,",":41,".":41}},"z":{"d":"18,0r0,-82r166,-300r-151,0r0,-107r294,0r0,89r-164,293r168,0r0,107r-313,0","w":351,"k":{"T":14,"c":7,"d":7,"e":7,"o":7,"q":7,"v":-11,"w":-11,"y":-11}},"{":{"d":"64,-32v-1,-54,12,-106,12,-160v0,-24,-12,-56,-66,-56r0,-79v54,0,66,-29,66,-57v0,-53,-12,-103,-12,-157v0,-103,65,-150,171,-145r0,81v-100,-8,-62,116,-61,193v1,67,-30,104,-76,124v50,16,76,56,76,124v0,77,-48,197,61,195r0,81v-99,4,-169,-29,-171,-144","w":258,"k":{"T":-10,"J":-24,"C":20,"G":20,"O":20,"Q":20,"V":-35,"W":-35,"X":-8,"Y":-57,"A":5,"j":-58,"c":3,"d":3,"e":3,"o":3,"q":3}},"|":{"d":"61,-750r97,0r0,1000r-97,0r0,-1000","w":218},"}":{"d":"194,-541v0,54,-12,104,-12,157v0,28,12,57,66,57r0,79v-54,0,-66,32,-66,56v0,54,13,106,12,160v-2,115,-73,148,-171,144r0,-81v105,4,61,-115,61,-195v0,-70,30,-105,76,-126v-50,-16,-76,-57,-76,-122v0,-74,42,-199,-61,-193r0,-81v106,-5,171,43,171,145","w":258},"~":{"d":"192,-370v65,0,173,90,221,91v29,0,43,-25,43,-82r83,0v11,177,-130,210,-253,124v-52,-37,-77,-47,-99,-47v-27,0,-46,19,-46,83r-84,0v-1,-127,71,-169,135,-169","w":596},"'":{"d":"33,-684r105,0r-20,260r-65,0","w":170,"k":{"T":-16,"J":24,"C":8,"G":8,"O":8,"Q":8,"V":-16,"W":-16,"X":-16,"Y":-32,"A":46,"f":-18,"g":28,"c":28,"d":28,"e":28,"o":28,"q":28,"s":8,"t":-20,"x":-8,",":98,".":98}},"`":{"d":"29,-689r114,0r69,140r-83,0","w":300},"\u00a0":{"w":159,"k":{"T":11,"V":11,"W":11,"Y":11}}}});
Cufon.replace('h1, h3'); // Works without a selector engine
