/*
 * 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:
 * Copyright (c) 2005 by Jess Latham. All rights reserved.
 * 
 * Trademark:
 * Print Clearly is a trademark of Jess Latham.
 * 
 * Description:
 * Copyright (c) 2005 by Jess Latham. All rights reserved.
 * 
 * Manufacturer:
 * Jess Latham
 * 
 * Designer:
 * Jess Latham
 */
Cufon.registerFont({"w":195,"face":{"font-family":"Print Clearly","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"272","descent":"-88","x-height":"4","bbox":"-3.53083 -234.275 285 75","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":106},"!":{"d":"38,-48v1,3,-3,6,-5,6v-2,0,-5,-4,-5,-6r0,-167v0,-2,2,-6,5,-5v3,-1,6,2,5,5r0,167xm25,-7v-1,-4,5,-8,8,-8v3,0,9,4,8,8v1,4,-4,9,-8,8v-4,1,-9,-4,-8,-8","w":66},"\"":{"d":"55,-220v3,0,5,2,5,5r0,59v0,3,-2,5,-5,5v-3,0,-5,-2,-5,-5r0,-59v0,-3,2,-5,5,-5xm30,-220v3,0,5,2,5,5r0,59v0,3,-2,5,-5,5v-3,0,-5,-2,-5,-5r0,-59v0,-3,2,-5,5,-5","w":84},"#":{"d":"98,-103v-12,-5,1,-24,1,-33r-45,0v-3,10,-3,43,-16,28v1,-8,3,-22,6,-28v-11,3,-27,-4,-14,-10r16,0r8,-31v-10,1,-39,2,-24,-9r26,0v1,-11,12,-48,15,-23r-5,23r45,0v4,-11,1,-28,11,-33v12,4,-2,25,-1,33v9,-3,28,3,14,9r-17,0r-7,31v12,-1,39,-1,24,10r-26,0v-4,10,-2,27,-11,33xm57,-146r44,0r7,-31r-44,0","w":164},"$":{"d":"25,-58v-1,-3,2,-6,5,-5v7,0,4,10,6,15v3,23,19,41,45,43r0,-106v-29,-8,-56,-21,-56,-56v0,-33,23,-52,56,-54v-5,-9,8,-20,10,-8r0,9v30,5,50,24,50,58v1,4,-7,5,-9,3v-3,-28,-14,-48,-41,-51r0,92v29,12,59,26,59,66v0,37,-23,56,-59,58v-1,14,4,52,-10,37r0,-38v-33,-2,-56,-28,-56,-63xm81,-211v-48,-3,-62,71,-17,84v6,2,11,4,17,6r0,-90xm91,-4v43,4,65,-55,34,-83v-9,-9,-21,-16,-34,-20r0,103","w":175},"%":{"d":"72,-222v62,2,62,122,0,124v-62,-2,-62,-122,0,-124xm72,-108v49,-3,49,-101,0,-104v-50,2,-49,102,0,104xm191,10v-62,-2,-62,-122,0,-124v63,1,62,123,0,124xm191,0v50,-2,49,-102,0,-104v-49,3,-49,101,0,104xm106,-38v-9,12,-12,42,-27,41v22,-71,71,-148,99,-216v9,-4,12,-2,6,11","w":263},"&":{"d":"210,-18v-33,51,-185,68,-185,-20v0,-43,41,-59,65,-79v-10,-14,-27,-34,-26,-59v1,-32,24,-45,54,-48v47,-4,55,57,24,81v-12,9,-24,19,-37,28v29,33,66,58,102,83v16,-18,20,-48,14,-78v-1,-5,7,-8,9,-1v10,28,0,65,-14,85v11,10,31,15,39,28v-11,13,-32,-16,-45,-20xm118,-214v-54,-2,-50,67,-20,91v21,-15,54,-28,54,-60v0,-20,-14,-31,-34,-31xm202,-23v-38,-26,-75,-52,-105,-86v-24,16,-62,33,-62,72v0,76,140,56,167,14","w":279},"'":{"d":"30,-220v3,0,5,2,5,5r0,59v0,3,-2,5,-5,5v-3,0,-5,-2,-5,-5r0,-59v0,-3,2,-5,5,-5","w":59},"(":{"d":"64,55v5,13,31,7,17,20v-75,-27,-64,-182,-37,-254v6,-15,18,-34,37,-34v3,-1,5,3,5,5v-3,9,-15,4,-22,15v-39,57,-38,194,0,248","w":110},")":{"d":"25,-208v80,-1,78,236,20,278v-8,10,-29,2,-15,-5v51,-25,51,-120,42,-189v-4,-32,-13,-70,-42,-79v-3,0,-5,-2,-5,-5","w":110},"*":{"d":"69,-148r-39,26v-6,0,-6,-7,-3,-10r40,-26v-13,-11,-32,-17,-42,-32v0,-3,2,-5,5,-5v12,7,28,18,39,26v3,-15,-7,-41,6,-46v12,6,2,33,5,48v10,-8,27,-19,38,-26v6,0,6,7,3,10r-36,25v12,10,29,15,38,28v-12,14,-30,-16,-43,-20v-2,15,6,59,-11,43r0,-41","w":148},"+":{"d":"80,-60v-11,-6,-2,-35,-5,-51r-45,0v-3,1,-6,-2,-5,-5v7,-12,35,-2,50,-5v3,-16,-6,-43,5,-50v12,7,2,35,5,50v16,3,43,-6,50,5v-4,11,-35,2,-50,5v-2,16,6,44,-5,51","w":159},",":{"d":"37,-15v17,4,4,41,-7,45v-11,-6,4,-20,4,-29v-10,-2,-6,-18,3,-16","w":69},"-":{"d":"30,-112v-3,1,-6,-2,-5,-5v0,-3,2,-5,5,-5r71,0v3,0,5,2,5,5v0,2,-2,6,-5,5r-71,0","w":130},".":{"d":"25,-7v-1,-4,5,-8,8,-8v3,0,9,4,8,8v1,4,-4,9,-8,8v-4,1,-9,-4,-8,-8","w":66},"\/":{"d":"25,-1r64,-213v0,-2,1,-3,4,-3v13,14,-11,47,-13,69r-45,149v-1,5,-12,3,-10,-2","w":123},"0":{"d":"98,5v-103,-10,-96,-225,0,-229v100,10,99,219,0,229xm98,-214v-90,10,-84,202,0,209v87,-11,86,-198,0,-209","k":{"7":8}},"1":{"d":"75,-203v-7,3,-22,23,-28,10v5,-10,21,-19,33,-24v3,0,5,2,5,5r0,202v11,-2,28,3,15,10v-14,-2,-39,5,-44,-5v0,-8,12,-4,19,-5r0,-193","w":152},"2":{"d":"23,-159v3,-37,24,-63,62,-63v37,0,61,26,61,63v0,86,-103,72,-112,149r105,0v3,0,5,2,5,5v0,2,-2,6,-5,5r-112,0v-2,-1,-3,-2,-3,-5v1,-86,112,-71,112,-153v0,-32,-21,-54,-51,-54v-32,0,-50,22,-52,53v0,3,-2,5,-5,5v-3,0,-5,-2,-5,-5","w":169},"3":{"d":"149,-167v1,25,-18,42,-35,50v22,8,40,31,40,59v0,38,-25,63,-65,63v-40,0,-64,-24,-66,-63v0,-3,2,-5,5,-5v3,0,5,2,5,5v2,32,23,53,56,53v32,0,55,-20,55,-53v0,-33,-23,-52,-55,-54v-3,0,-5,-2,-5,-5v0,-3,2,-5,5,-5v28,-1,50,-16,50,-45v0,-29,-22,-46,-50,-46v-29,0,-49,17,-50,46v0,3,-3,5,-6,5v-3,0,-5,-2,-5,-5v2,-35,26,-56,61,-56v34,0,59,21,60,56","w":177},"4":{"d":"114,-216v0,-8,10,-5,10,0r0,97v11,-1,36,-1,21,10r-21,0r0,105v0,2,-2,6,-5,5v-3,0,-5,-2,-5,-5r0,-105r-86,0v-2,0,-6,-2,-5,-6r18,-102v0,-4,6,-5,9,-3v0,33,-12,68,-16,101r80,0r0,-97","w":172},"5":{"d":"39,-133v44,-40,114,-4,109,60v-3,42,-21,77,-62,77v-42,0,-64,-32,-63,-78v0,-3,2,-4,6,-4v4,1,4,7,4,13v2,34,19,59,53,59v69,0,67,-131,0,-135v-26,-1,-36,21,-56,22v-4,-27,7,-62,8,-92v0,-3,2,-5,5,-5r95,0v2,0,5,3,5,5v0,2,-2,6,-5,5r-90,0","w":171},"6":{"d":"36,-107v11,-16,28,-29,53,-29v43,1,66,29,66,70v0,41,-25,70,-66,70v-43,0,-67,-35,-66,-77v2,-75,31,-129,90,-149v5,0,7,8,1,10v-45,16,-67,56,-78,105xm33,-66v0,34,22,60,56,60v33,0,56,-25,56,-60v0,-35,-21,-60,-56,-60v-35,0,-56,26,-56,60","w":178},"7":{"d":"23,-211v-1,-3,3,-5,5,-5v38,2,83,-3,117,2v-20,74,-55,144,-78,213v-2,5,-10,4,-10,-2r77,-203r-106,0v-3,1,-6,-2,-5,-5","w":169},"8":{"d":"149,-168v1,24,-18,43,-35,50v22,8,40,31,40,59v0,39,-27,61,-65,63v-73,6,-87,-105,-25,-122v-18,-7,-36,-26,-36,-50v2,-35,26,-56,61,-56v34,0,59,21,60,56xm89,-214v-29,0,-50,17,-50,46v0,28,21,45,50,45v28,0,50,-17,50,-45v0,-29,-22,-46,-50,-46xm33,-59v0,32,23,53,56,53v32,0,55,-20,55,-53v0,-33,-22,-54,-55,-54v-34,0,-56,22,-56,54","w":177},"9":{"d":"23,-158v3,-39,27,-63,66,-64v92,-1,67,131,29,176v-15,18,-27,38,-48,50v-13,-9,10,-20,17,-28v22,-25,43,-56,52,-94v-31,42,-120,22,-116,-40xm33,-158v0,32,23,53,56,53v32,0,55,-20,55,-53v0,-33,-23,-54,-55,-54v-33,0,-56,23,-56,54","w":177},":":{"d":"25,-6v-1,-4,4,-9,8,-9v4,0,9,5,8,9v1,4,-5,8,-8,8v-3,0,-9,-4,-8,-8xm41,-109v1,4,-5,8,-8,8v-3,0,-9,-4,-8,-8v-1,-4,4,-9,8,-8v4,-1,9,4,8,8","w":66},";":{"d":"37,-117v11,0,9,15,0,16v-3,0,-9,-5,-9,-8v0,-4,5,-9,9,-8xm37,-15v17,4,4,41,-7,45v-11,-6,4,-20,4,-29v-10,-2,-6,-18,3,-16","w":69},"<":{"d":"106,-174v4,-3,8,1,8,4v-21,22,-53,34,-77,53r75,50v6,4,-1,12,-6,8r-81,-55v0,-3,0,-6,2,-8","w":138},"=":{"d":"130,-142v2,0,6,2,5,5v0,3,-2,5,-5,5r-100,0v-8,0,-5,-10,0,-10r100,0xm130,-104v8,0,5,10,0,10r-100,0v-2,0,-6,-2,-5,-5v0,-3,2,-5,5,-5r100,0","w":159},">":{"d":"27,-166v-5,-4,0,-12,6,-8r79,52v2,2,4,9,0,10r-82,54v-5,1,-6,-7,-3,-9r74,-50","w":138},"?":{"d":"30,-157v-3,1,-6,-2,-5,-5v2,-38,24,-60,63,-60v36,0,61,21,61,57v0,61,-74,50,-68,119v0,2,-1,4,-4,4v-5,1,-6,-4,-6,-10v0,-64,68,-57,68,-113v0,-30,-21,-47,-52,-47v-31,0,-51,17,-52,49v0,3,-2,6,-5,6xm68,-6v-1,-4,4,-9,8,-9v4,0,9,5,8,9v1,4,-5,8,-8,8v-3,0,-9,-4,-8,-8","w":173},"@":{"d":"25,-63v0,-91,57,-152,144,-152v71,0,116,45,116,116v0,59,-26,110,-82,117v-21,3,-13,-28,-11,-44v-11,15,-29,31,-53,31v-31,0,-48,-21,-50,-54v-4,-63,89,-98,112,-39v1,-10,2,-39,13,-24r-16,114v0,5,3,6,8,6v46,-10,69,-53,69,-107v0,-64,-40,-105,-106,-105v-83,0,-134,57,-134,141v0,81,56,129,137,126v35,-1,56,-19,76,-38v4,0,6,4,4,8v-17,26,-51,41,-92,41v-82,0,-135,-54,-135,-137xm155,-109v-58,-5,-80,100,-16,104v57,4,81,-100,16,-104","w":309},"A":{"d":"104,-220v17,66,62,154,66,223v-3,0,-4,-2,-5,-4r-27,-83r-78,0r-27,83v-2,6,-11,5,-10,-2r71,-217v1,-4,9,-4,10,0xm63,-94r72,0r-36,-108","w":198,"k":{"y":13,"w":10,"v":10,"t":10,"Y":41,"W":26,"V":28,"U":5,"T":33,"S":13,"Q":14,"O":14,"J":10,"G":13,"C":13}},"B":{"d":"79,-221v54,-3,65,84,23,103v21,7,42,31,42,58v-1,56,-52,67,-114,62v-2,0,-6,-3,-5,-6r0,-212v7,-12,37,-4,54,-5xm35,-8v53,4,99,-3,99,-52v0,-48,-46,-56,-99,-52r0,104xm35,-122v45,3,84,-1,84,-44v0,-43,-38,-49,-84,-45r0,89","w":167,"k":{"Y":23,"W":13,"V":13,"T":13,"A":13}},"C":{"d":"160,-49v-10,27,-29,53,-62,53v-102,0,-100,-228,0,-228v34,0,53,27,62,53v2,5,-8,7,-10,2v-12,-20,-21,-45,-52,-45v-88,0,-88,208,0,208v31,0,40,-25,52,-45v2,-5,10,-3,10,2","w":183,"k":{"Z":8,"Y":13,"X":5,"W":10,"V":13,"T":18,"A":13}},"D":{"d":"32,1v-3,3,-8,0,-7,-4r0,-212v8,-11,39,-2,57,-5v95,10,94,211,0,221r-50,0xm82,-9v82,-12,80,-189,0,-201r-47,0r0,201r47,0","w":174,"k":{"Y":13,"X":8,"W":10,"V":13,"T":15,"A":13}},"E":{"d":"30,1v-2,0,-6,-2,-5,-5r0,-211v-1,-3,3,-5,5,-5r97,0v2,0,6,2,5,5v0,3,-2,5,-5,5r-92,0r0,87r60,0v2,0,6,2,5,5v0,3,-2,5,-5,5r-60,0r0,104r92,0v8,0,5,10,0,10r-97,0","w":155,"k":{"y":15,"w":13,"v":13,"t":13,"s":5,"q":10,"o":10,"g":10,"f":10,"e":10,"d":10,"c":10,"a":10,"Y":8,"S":5,"Q":15,"O":15,"J":13,"G":10,"C":8,"A":8}},"F":{"d":"35,-4v0,2,-2,6,-5,5v-3,1,-6,-2,-5,-5r0,-211v0,-3,2,-5,5,-5r97,0v3,0,5,2,5,5v0,3,-2,5,-5,5r-92,0r0,88r60,0v3,0,5,2,5,5v0,3,-2,5,-5,5r-60,0r0,108","w":155,"k":{"z":33,"y":33,"x":31,"w":36,"v":31,"u":31,"t":18,"s":33,"r":26,"q":51,"p":31,"o":43,"n":28,"m":31,"j":26,"i":18,"g":41,"f":20,"e":38,"d":41,"c":41,"a":41,"S":10,"Q":20,"O":23,"J":43,"G":13,"C":13,"A":38}},"G":{"d":"115,-116v18,2,47,-6,57,5v-2,59,-20,107,-74,115v-102,-9,-100,-229,0,-229v33,0,52,27,62,54v1,3,-3,5,-5,5v-16,-17,-24,-52,-57,-49v-88,7,-87,199,0,209v46,-7,59,-51,64,-99r-47,0v-7,0,-6,-10,0,-11","k":{"Y":13,"W":13,"V":13,"T":15,"A":13}},"H":{"d":"35,-3v0,2,-3,5,-5,5v-2,0,-6,-2,-5,-5r0,-213v0,-3,2,-5,5,-5v3,0,5,2,5,5r0,95r95,0r0,-95v0,-3,2,-5,5,-5v3,0,5,2,5,5r0,213v0,2,-3,5,-5,5v-2,0,-6,-2,-5,-5r0,-108r-95,0r0,108","w":164},"I":{"d":"73,-6v-8,9,-45,8,-50,0v0,-8,13,-4,20,-5r0,-196v-11,3,-29,-5,-15,-10v14,1,56,-5,40,10r-15,0r0,196v8,1,20,-2,20,5","w":95,"k":{"y":8,"x":5,"w":5,"v":5,"t":5,"s":5,"q":5,"o":5,"j":5,"g":5,"f":5,"e":5,"d":5,"c":5,"a":5,"J":5}},"J":{"d":"144,-208v-6,94,29,212,-60,212v-35,0,-59,-22,-61,-58v-1,-3,2,-6,5,-5v3,-1,6,2,5,5v1,30,22,48,51,48v36,0,50,-23,50,-61r1,-141v-12,2,-41,0,-24,-11r56,0v3,0,5,3,5,6v-1,10,-19,3,-28,5","k":{"y":23,"u":13,"r":10,"o":18,"i":15,"e":18,"a":18,"J":20,"A":23}},"K":{"d":"153,-3v1,5,-6,8,-9,3r-80,-128r-29,30r0,94v0,3,-2,5,-5,5v-3,0,-5,-2,-5,-5r0,-212v0,-7,9,-6,10,0r0,103r106,-108v4,1,8,6,4,9r-74,76","w":176,"k":{"y":15,"u":3,"o":8,"e":8,"a":8,"Z":5,"T":8,"S":10,"Q":10,"O":15,"G":13,"C":10}},"L":{"d":"127,-10v2,0,6,2,5,5v0,3,-2,5,-5,5r-97,0v-3,0,-5,-2,-5,-5r0,-211v0,-3,2,-5,5,-5v3,0,5,2,5,5r0,206r92,0","w":155,"k":{"y":29,"u":5,"o":8,"g":13,"e":13,"a":13,"Z":3,"Y":33,"W":41,"V":46,"T":43,"S":8,"Q":20,"O":33,"G":20,"C":20,"A":8}},"M":{"d":"112,-5v1,5,-7,7,-9,2r-68,-184r0,184v0,3,-2,5,-5,5v-3,0,-5,-2,-5,-5r0,-211v0,-7,10,-5,11,-1r71,195r72,-196v2,-5,10,-3,10,2r0,211v0,2,-2,6,-5,5v-3,0,-5,-2,-5,-5r0,-183","w":213},"N":{"d":"140,-4v1,5,-6,8,-9,3r-96,-193r0,191v0,3,-2,5,-5,5v-3,0,-5,-2,-5,-5r0,-212v-1,-6,8,-7,10,-2r95,192r0,-191v0,-3,2,-5,5,-5v3,0,5,2,5,5r0,212","w":164},"O":{"d":"98,5v-103,-10,-96,-225,0,-229v100,10,99,219,0,229xm98,-214v-90,10,-84,202,0,209v87,-11,86,-198,0,-209","k":{"Z":10,"Y":15,"X":8,"W":10,"V":10,"T":20,"A":14}},"P":{"d":"30,2v-14,-44,0,-146,-5,-217v7,-12,35,-2,51,-5v38,2,63,25,63,62v0,52,-44,67,-104,62r0,93v0,2,-2,6,-5,5xm129,-158v0,-45,-41,-57,-94,-52r0,104v52,4,94,-6,94,-52","w":161,"k":{"y":21,"x":18,"w":15,"v":15,"u":15,"t":8,"s":18,"r":15,"q":34,"p":15,"o":34,"n":15,"m":15,"g":34,"f":13,"e":34,"d":29,"c":29,"a":34,"Z":13,"Y":10,"T":15,"O":8,"J":48,"A":38}},"Q":{"d":"98,5v-103,0,-99,-229,0,-229v80,0,92,139,51,197v4,9,26,23,13,31v-10,-4,-12,-16,-19,-23v-10,13,-25,24,-45,24xm137,-27v-4,-7,-28,-27,-15,-33v10,5,14,17,21,24v34,-53,24,-177,-45,-177v-89,0,-87,200,0,208v18,2,31,-11,39,-22","k":{"Y":10,"X":8,"T":20,"A":14}},"R":{"d":"139,-157v0,32,-20,51,-46,59r49,94v0,5,-7,7,-10,3r-50,-95r-47,1r0,92v0,3,-2,5,-5,5v-14,-44,0,-146,-5,-215v6,-13,35,-3,51,-6v38,2,63,25,63,62xm129,-157v0,-45,-42,-55,-94,-51r0,103v52,4,94,-6,94,-52","w":160,"k":{"y":5,"Y":5,"T":8}},"S":{"d":"82,-213v-44,-3,-67,54,-32,77v37,24,100,25,100,83v0,37,-23,57,-61,58v-42,0,-64,-24,-66,-64v0,-2,2,-6,5,-5v7,-1,4,10,6,14v3,26,23,45,54,45v31,-1,52,-17,52,-48v0,-73,-117,-42,-117,-116v0,-34,24,-54,58,-54v37,0,57,22,59,59v0,7,-9,6,-10,0v-2,-30,-17,-47,-48,-49","w":172,"k":{"Y":8,"W":8,"T":13,"A":13}},"T":{"d":"144,-212v-8,12,-38,2,-55,5r0,203v0,3,-2,5,-5,5v-3,0,-6,-2,-6,-5r0,-203r-50,0v-3,0,-5,-2,-5,-5v0,-3,2,-5,5,-5r111,0v3,0,5,2,5,5","w":167,"k":{"z":29,"y":29,"x":29,"w":29,"v":29,"u":29,"t":29,"s":29,"r":29,"q":39,"p":29,"o":39,"n":29,"m":29,"j":26,"i":26,"g":39,"f":29,"e":39,"d":39,"c":39,"a":39,"Q":20,"O":20,"J":43,"G":15,"C":18,"A":33}},"U":{"d":"147,-216v-1,-3,2,-6,5,-5v3,-1,6,2,5,5r0,159v-2,40,-25,61,-66,61v-40,0,-66,-21,-66,-61r0,-159v-1,-3,2,-6,5,-5v3,-1,5,3,5,5r0,159v1,34,22,51,56,51v34,0,55,-16,56,-51r0,-159","w":181,"k":{"A":5}},"V":{"d":"165,-217v1,-5,10,-3,10,2r-71,219v-18,7,-17,-23,-23,-41r-58,-178v-1,-6,10,-7,10,-2r66,204","w":198,"k":{"z":23,"y":23,"x":21,"w":18,"v":18,"u":18,"t":13,"s":21,"r":10,"q":29,"p":13,"o":29,"n":18,"m":18,"i":15,"g":31,"e":31,"d":31,"c":31,"a":31,"O":10,"J":33,"G":13,"C":13,"A":28}},"W":{"d":"26,-206v-6,-8,0,-21,7,-10r57,200r56,-200v1,-5,9,-5,10,0r57,200r57,-200v0,-3,1,-4,4,-4v13,14,-12,48,-13,71r-43,153v0,4,-9,4,-10,0r-57,-201r-56,201v-17,8,-17,-22,-22,-41","w":302,"k":{"y":13,"x":10,"w":21,"v":10,"u":10,"t":5,"s":8,"q":23,"p":10,"o":26,"n":13,"m":13,"g":21,"f":10,"e":21,"d":21,"c":21,"a":21,"S":3,"O":10,"J":31,"G":13,"C":13,"A":26}},"X":{"d":"93,-109v13,32,57,78,53,110v-2,0,-4,-1,-5,-3r-54,-97v-20,33,-36,70,-59,100v-12,-15,17,-38,22,-56r31,-54r-58,-105v-1,-5,7,-7,9,-3r55,97r54,-97v9,-4,12,0,6,11","w":174,"k":{"y":13,"w":8,"v":8,"o":5,"g":5,"e":5,"d":5,"c":5,"a":5,"Q":8,"O":8,"C":5}},"Y":{"d":"81,-104v-11,-35,-57,-82,-53,-116v24,30,37,71,58,104v20,-34,35,-73,58,-104v5,33,-41,81,-53,116r0,100v0,3,-2,5,-5,5v-3,0,-5,-2,-5,-5r0,-100","w":172,"k":{"z":31,"y":23,"x":23,"w":29,"v":26,"u":26,"t":21,"s":29,"r":26,"q":39,"p":21,"o":39,"n":26,"m":26,"j":13,"i":13,"g":39,"f":29,"e":39,"d":39,"c":39,"a":39,"Z":5,"S":8,"Q":10,"O":15,"J":41,"G":13,"C":13,"A":41}},"Z":{"d":"32,-207v-2,0,-6,-2,-5,-5v0,-3,2,-5,5,-5r115,0v8,3,5,5,0,14r-110,191r106,0v2,0,6,2,5,5v0,3,-2,5,-5,5r-115,0v-11,-9,4,-21,12,-35r98,-170r-106,0","w":174,"k":{"y":15,"w":15,"v":15,"u":3,"t":10,"q":10,"o":10,"j":5,"i":5,"g":10,"e":10,"d":10,"c":10,"a":10,"O":10,"C":13,"A":15}},"[":{"d":"28,62v16,2,42,-6,50,5v-8,12,-38,2,-55,5v-3,0,-5,-2,-5,-5r0,-278v8,-12,38,-5,55,-5v8,0,5,9,0,10r-45,0r0,268","w":95},"\\":{"d":"86,-217v2,63,-45,153,-58,218v-2,5,-10,4,-10,-2r64,-213v0,-2,1,-3,4,-3","w":109},"]":{"d":"68,-206v-16,-2,-43,6,-50,-5v8,-12,38,-2,55,-5v3,0,5,2,5,5r0,278v-8,12,-38,5,-55,5v-8,0,-5,-10,0,-10r45,0r0,-268","w":95},"^":{"d":"102,-135v7,8,-3,16,-7,9r-34,-71v-13,24,-21,53,-38,74v-9,-23,26,-61,33,-86v25,-2,30,55,46,74","w":122},"_":{"d":"162,14r0,5r-137,0r0,-5r137,0","w":186},"`":{"d":"26,-204v-4,-5,3,-11,7,-7v11,13,27,21,35,37v0,5,-6,6,-9,3","w":92},"a":{"d":"23,-58v-4,-64,87,-83,108,-31v-2,-12,1,-40,10,-24r0,109v0,3,-2,5,-5,5v-10,-1,-3,-19,-5,-28v-8,17,-26,33,-50,32v-35,-2,-56,-26,-58,-63xm33,-58v0,30,19,53,48,53v30,0,48,-23,48,-53v0,-30,-18,-53,-48,-53v-29,0,-48,23,-48,53","w":166},"b":{"d":"143,-57v4,64,-87,82,-108,31v2,12,-2,40,-10,23r0,-210v-1,-3,3,-6,5,-6v2,0,5,4,5,6r0,125v9,-16,26,-32,50,-32v36,1,55,27,58,63xm85,-110v-61,0,-63,105,0,105v31,-1,48,-22,48,-52v0,-31,-18,-53,-48,-53","w":166,"k":{"y":13,"w":10,"v":10}},"c":{"d":"33,-58v0,49,64,71,87,30v2,-5,11,-4,10,2v-8,18,-26,31,-49,31v-35,0,-56,-26,-58,-63v-4,-63,85,-83,107,-33v-8,14,-17,-11,-26,-13v-34,-20,-71,9,-71,46","w":153,"k":{"y":5,"w":3,"v":13}},"d":{"d":"23,-58v-4,-63,86,-82,108,-31r0,-125v0,-2,3,-5,5,-5v2,0,6,2,5,5r0,211v0,3,-2,5,-5,5v-10,-1,-3,-19,-5,-28v-8,16,-27,32,-50,31v-36,-1,-56,-26,-58,-63xm33,-58v0,30,18,53,48,53v30,0,48,-23,48,-53v0,-29,-17,-52,-48,-52v-31,0,-48,23,-48,52","w":166},"e":{"d":"23,-58v3,-37,23,-63,58,-63v35,0,57,26,58,63v1,3,-2,6,-5,5r-101,0v4,26,20,46,48,48v21,2,31,-14,46,-24v4,0,6,4,4,7v-25,47,-113,26,-108,-36xm129,-63v1,-49,-75,-65,-91,-18v-3,6,-4,12,-5,18r96,0","w":162,"k":{"z":8,"y":13,"x":10,"w":8,"v":8,"t":5,"f":13}},"f":{"d":"61,-123v14,1,53,-4,37,10r-37,0r0,110v1,3,-3,6,-5,6v-2,0,-5,-4,-5,-6r0,-110v-11,1,-38,1,-23,-10r23,0v0,-45,-9,-100,40,-96v19,1,35,9,41,23v-9,13,-22,-17,-41,-13v-41,-3,-29,49,-30,86","w":155,"k":{"z":36,"y":33,"x":28,"w":28,"v":31,"u":28,"t":31,"s":33,"r":23,"q":41,"p":26,"o":41,"n":26,"m":23,"j":26,"i":23,"g":48,"f":26,"e":41,"d":41,"c":41,"a":43}},"g":{"d":"130,-93v-1,-12,0,-35,10,-20v-9,71,33,184,-56,184v-20,0,-41,-7,-49,-21v0,-2,2,-6,5,-5v21,20,90,22,90,-14r0,-55v-25,46,-107,29,-107,-34v0,-63,82,-83,107,-35xm33,-58v0,29,17,52,48,52v31,0,48,-23,48,-52v0,-30,-18,-53,-48,-53v-30,0,-48,23,-48,53","w":164},"h":{"d":"35,-94v7,-14,22,-26,42,-26v54,0,46,63,46,117v1,3,-2,6,-5,5v-3,0,-5,-2,-5,-5v-1,-46,11,-106,-36,-107v-50,0,-42,56,-42,107v0,3,-2,5,-5,5v-3,0,-5,-2,-5,-5r0,-210v-1,-3,3,-6,5,-6v2,0,5,4,5,6r0,119","w":146},"i":{"d":"33,-161v4,-1,9,4,8,8v1,4,-4,9,-8,8v-4,1,-9,-4,-8,-8v-1,-4,4,-9,8,-8xm28,-112v0,-2,2,-6,5,-5v3,-1,6,2,5,5r0,109v1,3,-2,6,-5,5v-3,1,-5,-3,-5,-5r0,-109","w":66},"j":{"d":"36,-161v4,-1,8,5,8,8v0,3,-4,9,-8,8v-4,1,-9,-4,-9,-8v0,-4,5,-9,9,-8xm31,-112v-1,-3,2,-6,5,-5v3,-1,5,3,5,5r0,135v-2,26,-12,47,-40,47v-5,-1,-7,-10,0,-10v21,0,30,-17,30,-38r0,-134","w":68},"k":{"d":"103,-118v3,-5,8,1,8,4v-14,16,-32,27,-47,41r49,70v0,6,-7,8,-9,3r-48,-67r-21,18v-2,17,6,43,-5,52v-2,0,-6,-3,-5,-6r0,-210v-1,-3,3,-6,5,-6v2,0,5,4,5,6r0,150","w":131,"k":{"a":5}},"l":{"d":"25,-213v-1,-3,3,-6,5,-6v2,0,5,4,5,6r0,210v0,2,-3,6,-5,6v-2,0,-6,-3,-5,-6r0,-210","w":59},"m":{"d":"35,-95v14,-34,78,-31,85,7v7,-16,22,-32,45,-32v54,0,48,62,47,117v0,2,-2,6,-5,5v-3,0,-5,-2,-5,-5v-1,-47,10,-107,-37,-107v-47,0,-42,58,-42,107v1,3,-2,6,-5,5v-3,0,-5,-2,-5,-5v-2,-46,12,-107,-36,-107v-51,-1,-41,58,-42,107v0,3,-2,5,-5,5v-3,0,-5,-2,-5,-5r0,-110v0,-3,2,-5,5,-5v9,1,4,15,5,23","w":234},"n":{"d":"35,-96v19,-41,88,-26,88,28r0,64v1,3,-2,6,-5,5v-3,0,-5,-2,-5,-5v-1,-46,11,-107,-36,-107v-49,0,-42,58,-42,108v0,3,-2,5,-5,5v-3,0,-5,-2,-5,-5r0,-110v0,-3,2,-5,5,-5v8,0,4,14,5,22","w":146},"o":{"d":"23,-58v0,-37,22,-63,58,-63v36,0,58,26,58,63v0,36,-22,62,-58,62v-36,0,-58,-26,-58,-62xm81,-111v-61,0,-63,105,0,105v31,-1,48,-23,48,-52v0,-30,-18,-53,-48,-53","w":162,"k":{"z":13,"y":10,"x":10,"w":13,"v":13,"t":8,"f":13}},"p":{"d":"143,-58v4,65,-86,83,-108,31r0,93v0,3,-2,5,-5,5v-3,0,-5,-2,-5,-5r0,-179v-1,-3,2,-6,5,-5v9,2,3,19,5,29v9,-16,26,-32,50,-32v35,0,56,26,58,63xm37,-58v0,30,19,53,48,53v30,0,48,-22,48,-53v0,-31,-18,-53,-48,-53v-29,0,-48,23,-48,53","w":166,"k":{"z":13,"y":13,"x":10,"w":13,"v":15,"t":8,"f":15}},"q":{"d":"23,-58v-4,-64,87,-83,108,-31v-2,-12,1,-40,10,-24r0,179v0,3,-2,5,-5,5v-3,0,-5,-2,-5,-5r0,-93v-8,17,-26,33,-50,32v-35,-2,-56,-26,-58,-63xm33,-58v0,30,19,53,48,53v30,0,48,-23,48,-53v0,-30,-18,-53,-48,-53v-29,0,-48,23,-48,53","w":166},"r":{"d":"35,-91v9,-13,21,-27,42,-27v3,-1,6,2,5,5v0,3,-1,5,-4,5v-45,4,-45,53,-43,105v0,3,-2,5,-5,5v-3,0,-5,-2,-5,-5r0,-110v0,-3,2,-5,5,-5v9,1,3,18,5,27","w":105,"k":{"w":5,"s":8,"q":15,"o":15,"g":15,"f":8,"e":15,"d":15,"c":15,"a":15}},"s":{"d":"108,-85v0,-30,-54,-29,-70,-15v-13,52,86,15,83,68v-3,48,-98,51,-98,0v0,-4,1,-9,6,-8v2,0,4,3,4,5v0,23,17,31,40,30v18,-1,37,-8,38,-27v-6,-41,-87,-13,-87,-57v0,-42,96,-43,94,5v1,2,-3,5,-5,4v-4,1,-5,-2,-5,-5","w":144,"k":{"y":5}},"t":{"d":"23,-108v-8,0,-5,-10,0,-10r26,0v2,-14,-6,-38,5,-44v11,5,2,30,5,44v12,-1,43,-2,27,10r-27,0r0,106v1,3,-3,5,-5,5v-2,0,-6,-2,-5,-5r0,-106r-26,0","w":109,"k":{"q":13,"o":13,"g":13,"e":13,"d":13,"c":13,"a":8}},"u":{"d":"111,-71v1,-15,-6,-40,5,-46v11,2,5,27,5,40r0,75v1,3,-3,5,-5,5v-9,-1,-4,-17,-5,-26v-7,15,-22,28,-42,28v-53,0,-47,-63,-46,-117v-1,-3,2,-6,5,-5v3,-1,6,2,5,5v2,46,-11,107,36,107v36,0,40,-31,42,-66","w":146},"v":{"d":"112,-115v9,-5,12,-1,7,11r-41,106v-31,-6,-36,-87,-55,-115v0,-6,8,-7,10,-2r39,103","w":144,"k":{"q":13,"o":13,"g":10,"e":13,"d":13,"c":13,"a":10}},"w":{"d":"188,-116v9,-5,11,-1,7,11r-40,108v-3,1,-7,1,-8,-2r-36,-101v-14,33,-22,73,-39,103v-15,3,-15,-23,-20,-36r-29,-81v0,-6,8,-7,10,-2r36,102r36,-102v1,-4,10,-4,11,0r36,102","w":221,"k":{"o":13,"e":10,"d":8,"c":10,"a":10}},"x":{"d":"100,-116v2,-3,10,-2,9,3r-37,55r37,55v1,5,-7,6,-9,3r-34,-49v-13,16,-22,37,-38,51v-4,0,-6,-5,-4,-8r36,-52r-37,-55v-1,-5,7,-6,9,-3r34,49","w":131,"k":{"q":10,"o":10,"e":8,"d":8,"c":8,"a":8}},"y":{"d":"44,67v4,-24,31,-53,22,-76r-43,-104v0,-5,7,-7,10,-3r42,102r39,-101v8,-5,12,-2,7,10r-68,174v-2,5,-9,3,-9,-2","w":146,"k":{"s":5,"q":13,"o":10,"g":8,"e":10,"d":13,"c":8,"a":5}},"z":{"d":"115,-114v4,-1,7,4,4,8r-80,95r72,0v8,0,5,10,0,10r-83,0v-3,0,-7,-4,-4,-8r80,-95r-72,0v-2,0,-6,-2,-5,-5v-1,-3,2,-6,5,-5r83,0","w":143,"k":{"a":5}},"{":{"d":"78,-219v13,-1,41,-1,25,10v-23,-1,-45,-1,-45,21v0,37,5,84,-5,114v11,27,3,76,5,114v1,21,22,24,45,22v3,-1,6,2,5,5v-15,14,-60,4,-60,-27r0,-98v6,-17,-35,-5,-18,-21v14,2,20,-3,18,-19v5,-45,-18,-119,30,-121","w":133},"|":{"d":"30,-220v3,0,5,2,5,5r0,282v0,3,-2,5,-5,5v-3,0,-5,-2,-5,-5r0,-282v0,-3,2,-5,5,-5","w":59},"}":{"d":"75,-188v0,-21,-22,-23,-45,-21v-3,0,-5,-2,-5,-5v14,-14,60,-5,60,26r1,102v-3,13,31,0,19,17v-16,-2,-22,3,-20,19v-5,55,23,135,-55,122v-2,0,-6,-2,-5,-5v9,-13,50,4,50,-27v0,-37,-5,-84,5,-114v-11,-26,-5,-76,-5,-114","w":133},"~":{"d":"56,-120v-21,-2,-16,25,-26,33v-3,1,-6,-2,-5,-5v0,-22,10,-38,31,-38v32,0,33,34,63,36v22,3,12,-26,23,-34v4,0,5,3,5,7v0,21,-8,36,-28,37v-33,1,-34,-33,-63,-36","w":172},"\u00a0":{"w":106}}});


Cufon.replace('h1#slogan', { fontFamily: 'Print Clearly' });
Cufon.replace('#homeBanner h1', { fontFamily: 'Print Clearly' });
Cufon.replace('#justFoundUs h2', { fontFamily: 'Print Clearly' });
Cufon.replace('h2#featuredBouquetsTitle', { fontFamily: 'Print Clearly' });
Cufon.replace('h1.sectionTitle', { fontFamily: 'Print Clearly' });
Cufon.replace('#buttonDescription h2', { fontFamily: 'Print Clearly' });
