/*
 * 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:
 * (c) 1999-2011 Typodermic Fonts. See attached license agreement for more
 * information. If license is missing, visit typodermicfonts.com
 * 
 * Trademark:
 * Kenyan Coffee is a trademark of Typodermic Fonts
 * 
 * Manufacturer:
 * Ray Larabie
 * 
 * Designer:
 * Ray Larabie
 */
Cufon.registerFont({"w":144,"face":{"font-family":"Kenyan Coffee Rg","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 8 2 2 0 1 1 4","ascent":"305","descent":"-55","x-height":"4","bbox":"-17 -331.766 243 73.7657","underline-thickness":"7.2","underline-position":"-44.28","stemh":"33","stemv":"41","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":61},"!":{"d":"11,-284r43,0r-7,216r-29,0xm51,-48r0,48r-37,0r0,-48r37,0","w":65},"\"":{"d":"11,-284r32,0r-5,102r-21,0xm69,-284r32,0r-6,102r-21,0","w":115,"k":{"\"":-23,"'":-23,"e":4,"o":4,"g":4,"q":4,"J":23,"a":5}},"#":{"d":"13,-117r21,0r5,-50r-25,0r5,-35r25,0r9,-82r25,0r-9,82r33,0r9,-82r25,0r-9,82r21,0r-4,35r-21,0r-6,50r24,0r-3,36r-25,0r-10,81r-25,0r9,-81r-32,0r-10,81r-25,0r10,-81r-22,0xm65,-167r-6,50r32,0r6,-50r-32,0","w":156},"$":{"d":"56,-310r32,0r0,23v47,-6,42,46,42,95r-40,0v-2,-22,9,-65,-18,-59v-25,-5,-18,29,-18,50v0,17,3,21,23,29v66,26,54,48,54,115v0,47,-7,58,-43,60r0,23r-32,0r0,-23v-52,7,-41,-65,-42,-116r41,0v4,26,-13,82,17,80v28,4,18,-39,18,-62v0,-22,-1,-28,-20,-37v-63,-26,-57,-37,-57,-96v0,-47,8,-57,43,-59r0,-23"},"%":{"d":"93,-253r0,94v0,30,-6,34,-39,34v-33,0,-40,-4,-40,-34r0,-94v0,-30,7,-34,40,-34v33,0,39,4,39,34xm64,-159r0,-94v0,-9,-1,-11,-10,-11v-9,0,-11,2,-11,11r0,94v0,10,2,11,11,11v10,0,10,-2,10,-11xm175,-284r28,0r-119,284r-28,0xm243,-125r0,93v0,30,-6,34,-39,34v-33,0,-39,-4,-39,-34r0,-93v0,-30,6,-34,39,-34v33,0,39,4,39,34xm215,-32r0,-93v0,-9,-2,-11,-11,-11v-9,0,-11,2,-11,11r0,93v0,10,2,11,11,11v10,0,11,-2,11,-11","w":258},"&":{"d":"139,-149r-13,0r0,149v-59,-3,-113,17,-113,-58v0,-43,-3,-103,26,-109v-18,3,-26,-28,-26,-59v0,-54,14,-59,65,-58r0,36v-28,-6,-24,21,-24,46v0,22,13,22,33,21r0,-41r39,0r0,41r13,0r0,32xm87,-36r0,-113v-20,-1,-33,-2,-33,21r0,70v-2,27,12,21,33,22","w":142,"k":{"Y":5,"T":6}},"'":{"d":"11,-284r32,0r-5,102r-21,0","w":54,"k":{"\"":-23,"'":-23,"e":4,"o":4,"g":4,"q":4,"J":23,"a":5}},"(":{"d":"84,-331r0,27v-26,-1,-32,2,-31,38r0,268v0,37,5,39,31,38r0,27v-48,2,-61,-15,-61,-65r0,-268v-1,-50,15,-67,61,-65","w":92},")":{"d":"9,-304r0,-27v46,-1,61,15,60,65r0,268v1,49,-13,67,-60,65r0,-27v25,0,31,-2,31,-38r0,-268v0,-35,-5,-39,-31,-38","w":92},"*":{"d":"16,-250r16,-5r39,28r-4,-48r12,-13r12,13r-4,48r38,-28r17,5r-5,17r-42,21r42,20r5,17r-17,5r-38,-28r4,48r-12,13r-12,-13r4,-48r-39,28r-16,-5r5,-17r42,-20r-42,-21","w":157},"+":{"d":"73,-71r0,-56r-57,0r0,-33r57,0r0,-57r32,0r0,57r57,0r0,33r-57,0r0,56r-32,0","w":178},",":{"d":"54,-48v-3,41,14,91,-38,86r0,-17v14,2,17,-6,16,-21r-16,0r0,-48r38,0","w":69,"k":{"v":8,"V":11,"4":16,"T":9,"S":4,"Y":18,"W":9,"0":3,"3":3,"6":3,"8":3,"9":3,"C":3,"O":3,"Q":3,"G":2,"w":5,"e":3,"o":3,"c":3,"g":5,"q":5,"t":5}},"-":{"d":"66,-136r0,32r-58,0r0,-32r58,0","w":74,"k":{"x":7,"T":4,"Y":7}},".":{"d":"54,-48r0,48r-38,0r0,-48r38,0","w":69,"k":{"v":8,"V":11,"4":16,"T":9,"S":4,"Y":18,"W":9,"0":3,"3":3,"6":3,"8":3,"9":3,"C":3,"O":3,"Q":3,"G":2,"w":5,"e":3,"o":3,"c":3,"g":5,"q":5,"t":5}},"\/":{"d":"66,-311r31,0r-65,337r-31,0","w":98,"k":{"z":7,"y":6,"u":6,"s":5,"r":6,"q":8,"o":8,"n":8,"m":8,"g":8,"e":8,"d":9,"c":10,"a":7,"J":8,"x":4,"p":11}},"0":{"d":"131,-228r0,171v0,53,-10,61,-59,61v-49,0,-59,-8,-59,-61r0,-171v0,-53,10,-60,59,-60v49,0,59,7,59,60xm90,-57r0,-171v0,-19,-3,-23,-18,-23v-15,0,-18,5,-18,23r0,171v0,20,3,24,18,24v15,0,18,-5,18,-24","k":{"X":3,"V":2,"T":3,"Y":3,"W":3,",":3,".":3}},"1":{"d":"6,-249r0,-35r67,0r0,284r-42,0r0,-249r-25,0","w":88},"2":{"d":"134,0r-119,0v4,-58,-15,-145,30,-157v16,-12,49,-18,47,-44v-1,-20,8,-54,-17,-50v-27,-4,-15,35,-18,58r-40,0r0,-35v0,-53,9,-60,58,-60v63,0,59,31,59,89v0,47,-37,53,-63,73v-26,12,-10,57,-14,89r35,0r0,-68r42,0r0,105","w":149,"k":{"7":2,"4":4}},"3":{"d":"12,-111r39,0v4,27,-13,78,18,78v29,0,14,-46,17,-71v4,-36,-13,-31,-40,-31r0,-38v20,-1,44,5,40,-19v-3,-22,9,-64,-17,-59v-29,-3,-14,34,-18,56r-39,0v-1,-56,-4,-103,57,-93v64,-9,59,36,59,94v0,33,-17,33,-25,41v28,-4,26,61,25,98v0,51,-10,59,-59,59v-70,0,-56,-55,-57,-115","w":141,"k":{"X":3,"V":2,"T":3,"Y":3,"W":3,",":3,".":3}},"4":{"d":"126,-117r17,0r0,36r-17,0r0,81r-42,0r0,-81r-70,0r1,-205r38,0r-1,169r32,0r0,-124r42,0r0,124","w":151,"k":{"7":2,"5":2,"1":4}},"5":{"d":"131,-193r-41,0r0,-60r-35,0r0,82v49,-2,79,-1,76,57r0,57v0,53,-10,61,-59,61v-46,0,-57,-7,-57,-60r0,-51r40,0v5,25,-14,77,17,74v31,4,14,-50,18,-75v8,-49,-40,-29,-75,-33r1,-143r115,0r0,91","w":145,"k":{"4":1}},"6":{"d":"90,-168v53,0,41,62,41,111v0,53,-10,61,-59,61v-49,0,-59,-8,-59,-61r0,-171v0,-53,10,-60,59,-60v58,0,58,31,57,88r-40,0v-2,-21,8,-51,-17,-51v-15,0,-18,5,-18,23r0,75v5,-11,17,-15,36,-15xm72,-33v30,0,14,-50,18,-75v6,-40,-33,-33,-36,-12v4,28,-13,87,18,87","k":{"X":3,"V":2,"T":3,"Y":3,"W":3,",":3,".":3}},"7":{"d":"108,-284r0,31r-53,253r-43,0r55,-250r-58,0r0,-34r99,0","w":118,"k":{"Q":5,"O":5,"C":5,"9":5,"8":5,"6":5,"3":5,"0":5,".":29,",":29,"5":6,"4":5,"2":9}},"8":{"d":"72,-288v65,0,60,36,60,94v0,33,-17,33,-27,41v31,-4,28,60,27,98v0,51,-11,59,-60,59v-71,0,-58,-49,-59,-109v0,-37,11,-45,27,-48r0,-2v-24,3,-27,-41,-27,-75v0,-50,10,-58,59,-58xm90,-55v0,-28,13,-85,-18,-83v-29,-5,-17,57,-17,83v0,18,2,22,17,22v15,0,18,-4,18,-22xm72,-251v-28,0,-17,39,-17,61v0,15,2,19,17,19v30,0,18,-33,18,-55v0,-21,-2,-25,-18,-25","w":145,"k":{"X":3,"V":2,"T":3,"Y":3,"W":3,",":3,".":3}},"9":{"d":"54,-108v-56,0,-41,-70,-41,-120v0,-53,10,-60,59,-60v49,0,59,7,59,60r0,172v0,53,-10,60,-59,60v-56,0,-59,-25,-57,-82r40,0v1,20,-5,50,17,45v34,0,12,-61,18,-90v-5,10,-17,15,-36,15xm72,-251v-31,0,-18,49,-18,75v0,30,1,36,17,36v34,0,19,-58,19,-88v0,-20,-3,-23,-18,-23","k":{"X":3,"V":2,"T":3,"Y":3,"W":3,",":3,".":3}},":":{"d":"54,-48r0,48r-38,0r0,-48r38,0xm54,-190r0,47r-38,0r0,-47r38,0","w":69},";":{"d":"54,-48v-3,41,14,91,-38,86r0,-17v14,2,17,-6,16,-21r-16,0r0,-48r38,0xm54,-190r0,47r-38,0r0,-47r38,0","w":69},"<":{"d":"16,-161r146,-60r0,33r-111,44r111,44r0,33r-146,-59r0,-35","w":178},"=":{"d":"163,-89r-147,0r0,-32r147,0r0,32xm163,-167r-147,0r0,-33r147,0r0,33","w":178},">":{"d":"16,-221r147,60r0,35r-147,59r0,-33r111,-44r-111,-44r0,-33","w":178},"?":{"d":"85,-47r0,47r-38,0r0,-47r38,0xm48,-68v-5,-49,11,-76,31,-102v10,-13,6,-36,7,-58v0,-19,-3,-23,-18,-23v-28,0,-13,37,-17,59r-41,0r0,-36v0,-53,11,-60,58,-60v60,0,60,26,60,85v0,61,-51,69,-45,135r-35,0","w":139},"@":{"d":"65,-130v-8,-39,33,-39,49,-24v-3,-37,14,-68,-37,-68v-34,0,-38,5,-38,32r0,178v0,25,4,29,38,29v38,0,37,-9,37,-39r25,0v1,53,-8,66,-63,66v-52,0,-63,-8,-63,-59r0,-173v0,-53,11,-60,63,-60v52,0,63,7,63,60r0,140r-23,0r0,-9v-12,17,-61,17,-51,-21r0,-52xm100,-141v-21,2,-7,41,-11,61v0,10,1,13,11,13v25,-1,10,-43,14,-65v-2,-5,-7,-9,-14,-9","w":152},"A":{"d":"130,0r-41,0r0,-63r-35,0r0,63r-40,0r0,-228v0,-53,11,-60,58,-60v47,0,58,9,58,60r0,228xm71,-251v-15,0,-17,4,-17,23r0,131r35,0r0,-131v0,-19,-3,-23,-18,-23","k":{"V":2,"U":2}},"B":{"d":"109,-166v29,1,25,67,25,108v0,77,-58,54,-118,58r0,-284v60,3,130,-18,118,58v4,30,-9,64,-25,60xm57,-149r0,113v21,-1,36,6,36,-22r0,-70v3,-25,-16,-21,-36,-21xm57,-248r0,67v19,0,39,3,36,-19v-2,-21,8,-52,-18,-48r-18,0","w":146,"k":{"X":2,"V":3,"Y":3,"W":2,",":4,".":4}},"C":{"d":"129,-164r-40,0r0,-64v0,-19,-2,-23,-17,-23v-15,0,-18,5,-18,23r0,171v0,20,3,24,18,24v15,0,17,-4,17,-24r0,-65r40,0r0,65v0,53,-11,61,-57,61v-49,0,-59,-8,-59,-61r0,-171v0,-52,12,-60,59,-60v46,0,57,7,57,60r0,64","w":142,"k":{"X":3,"V":2,"T":3,"Y":3,"W":3,",":3,".":3}},"D":{"d":"134,-226r0,168v11,76,-58,54,-118,58r0,-284v60,3,118,-19,118,58xm93,-58r0,-168v3,-28,-15,-21,-36,-22r0,212v21,-1,36,6,36,-22","w":147,"k":{"X":2,"V":3,"Y":3,"W":2,",":4,".":4}},"E":{"d":"97,-36r0,36r-81,0r0,-284r81,0r0,34r-40,0r0,41r39,0r0,33r-39,0r0,140r40,0","w":105},"F":{"d":"57,0r-41,0r0,-284r83,0r0,34r-42,0r0,42r40,0r0,34r-40,0r0,174","w":103,"k":{"q":2,"o":2,"g":2,"e":2,"c":2,"J":18,".":18,",":18}},"G":{"d":"129,-202r-40,0v-2,-20,8,-49,-17,-49v-15,0,-18,5,-18,23r0,171v-5,28,20,25,36,22r0,-130r39,0r0,165v-7,1,-25,4,-57,4v-49,0,-59,-11,-59,-61r0,-171v0,-52,12,-60,59,-60v57,0,58,29,57,86","w":143,"k":{"V":4,"Y":4}},"H":{"d":"135,-284r0,284r-42,0r0,-156r-36,0r0,156r-41,0r0,-284r41,0r0,94r36,0r0,-94r42,0","w":150},"I":{"d":"58,-284r0,284r-41,0r0,-284r41,0","w":74},"J":{"d":"5,-57r0,-65r38,0r0,65v0,20,3,24,17,24v14,0,17,-5,17,-24r0,-227r41,0r0,227v0,53,-10,61,-58,61v-45,0,-55,-8,-55,-61","w":134,"k":{"&":3,",":7,".":7,"0":2,"3":2,"6":2,"8":2,"9":2,"C":2,"O":2,"Q":2,"G":2,"A":3,"u":2,"y":2}},"K":{"d":"94,-284r44,0r-43,118r49,166r-45,0r-41,-149r0,149r-42,0r0,-284r42,0r1,107","w":146,"k":{"U":2,"&":3,"0":3,"3":3,"6":3,"8":3,"9":3,"C":3,"O":3,"Q":3,"G":2}},"L":{"d":"100,-36r0,36r-84,0r0,-284r41,0r0,248r43,0","w":104,"k":{"v":6,"V":8,"?":8,"T":9,"Y":9,"W":6,"\"":11,"'":11,"w":6}},"M":{"d":"119,-284r57,0r0,284r-33,0r0,-201r-2,0r-26,201r-37,0r-28,-202r0,202r-34,0r0,-284r58,0r21,191r2,0","w":192},"N":{"d":"140,0r-44,0r-43,-177r-2,0r0,177r-35,0r0,-284r46,0r42,182r0,-182r36,0r0,284","w":156},"O":{"d":"131,-228r0,171v0,53,-10,61,-59,61v-49,0,-59,-8,-59,-61r0,-171v0,-53,10,-60,59,-60v49,0,59,7,59,60xm90,-57r0,-171v0,-19,-3,-23,-18,-23v-15,0,-18,5,-18,23r0,171v0,20,3,24,18,24v15,0,18,-5,18,-24","k":{"X":3,"V":2,"T":3,"Y":3,"W":3,",":3,".":3}},"P":{"d":"134,-166v4,59,-24,59,-77,58r0,108r-41,0r0,-284v60,3,130,-18,118,58r0,60xm93,-226v4,-26,-15,-22,-36,-22r0,107v21,0,36,5,36,-23r0,-62","w":142,"k":{"q":2,"o":4,"g":2,"e":4,"a":4,"J":6,".":36,",":36,"\/":11,"&":2}},"Q":{"d":"131,27r-36,0r-19,-30v-55,0,-63,-7,-63,-56r0,-169v0,-53,10,-60,59,-60v49,0,59,7,59,60r0,169v0,33,-4,48,-21,53xm90,-59r0,-169v0,-19,-3,-23,-18,-23v-15,0,-18,5,-18,23r0,169v0,20,3,23,18,23v15,0,18,-4,18,-23","k":{"X":3,"V":2,"T":3,"Y":3,"W":3,",":3,".":3}},"R":{"d":"57,-140r0,140r-41,0r0,-284v60,3,130,-17,118,58v5,34,-8,68,-25,70v42,9,19,106,25,156r-41,0r0,-120v3,-24,-16,-20,-36,-20xm57,-248r0,75v19,0,38,3,36,-19v-2,-30,11,-67,-36,-56","w":147,"k":{"V":4,"Y":5,"G":2}},"S":{"d":"129,-192r-40,0v-3,-22,10,-64,-18,-59v-26,-5,-17,31,-17,52v0,15,2,18,23,28v67,32,54,46,54,114v0,53,-11,61,-60,61v-70,0,-56,-56,-57,-117r40,0v4,26,-13,82,17,80v29,4,18,-42,18,-66v0,-19,-1,-24,-23,-35v-62,-31,-53,-36,-54,-94v0,-53,10,-60,59,-60v64,0,58,38,58,96","w":142,"k":{"Y":3}},"T":{"d":"108,-284r0,34r-31,0r0,250r-41,0r0,-250r-32,0r0,-34r104,0","w":112,"k":{"x":8,"v":5,"T":-4,",":9,".":9,"0":3,"3":3,"6":3,"8":3,"9":3,"C":3,"O":3,"Q":3,"A":3,"u":11,"y":11,"e":13,"o":13,"c":5,"g":5,"q":5,"-":4,"J":9,"r":12,"a":12,"t":4,"d":11,"s":10,"z":5}},"U":{"d":"73,4v-48,0,-59,-8,-59,-61r0,-227r42,0r0,227v0,20,3,24,18,24v14,0,17,-4,17,-24r0,-227r40,0r0,227v0,53,-10,61,-58,61","w":145,"k":{"A":2}},"V":{"d":"95,0r-60,0r-32,-284r42,0r20,233r2,0r22,-233r42,0","w":134,"k":{"y":5,"u":5,"s":4,"q":5,"o":5,"g":5,"e":5,"d":5,"c":5,"a":5,"Y":-5,"S":4,"Q":2,"O":2,"J":5,"G":2,"C":2,"A":2,"9":2,"8":2,"6":2,"3":2,"0":2,".":11,",":11,"V":-4,"&":4}},"W":{"d":"3,-284r42,0r13,223r19,-223r53,0r16,223r2,0r15,-223r42,0r-33,284r-53,0r-16,-226r-20,226r-53,0","w":208,"k":{"&":4,"Y":-3,",":12,".":12,"0":3,"3":3,"6":3,"8":3,"9":3,"C":3,"O":3,"Q":3,"G":2,"u":4,"y":4,"e":6,"o":6,"c":6,"g":6,"q":6,"J":7,"r":5,"a":5,"d":5,"z":4,"m":4,"n":4}},"X":{"d":"90,-284r38,0r-29,135r34,149r-43,0r-23,-127r-23,127r-42,0r33,-149r-31,-135r43,0r22,109","w":136,"k":{"q":2,"o":2,"g":2,"e":2,"c":2,"Q":3,"O":3,"G":2,"C":3,"9":3,"8":3,"6":3,"3":3,"0":3,"V":2}},"Y":{"d":"86,-284r40,0r-42,184r0,100r-42,0r0,-100r-41,-184r41,0r22,128","w":127,"k":{"v":4,"p":6,"X":-2,"V":-5,"&":4,"S":4,"Y":-5,"W":-4,",":18,".":18,"0":4,"3":4,"6":4,"8":4,"9":4,"C":4,"O":4,"Q":4,"G":3,"A":4,"u":9,"y":9,"e":11,"o":11,"c":9,"g":12,"q":12,"-":7,"J":13,"a":11,"s":5}},"Z":{"d":"106,-36r0,36r-100,0r0,-36r58,-214r-52,0r0,-34r93,0r0,28r-55,220r56,0","w":113,"k":{"e":3,"o":3,"c":2,"g":2,"q":2,"-":8}},"[":{"d":"87,-331r0,27r-31,0r0,344r31,0r0,27r-61,0r0,-398r61,0","w":92},"\\":{"d":"1,-311r31,0r65,337r-31,0","w":98},"]":{"d":"5,-304r0,-27r61,0r0,398r-61,0r0,-27r32,0r0,-344r-32,0","w":92},"^":{"d":"99,-284r55,161r-32,0r-41,-123r-39,123r-33,0r55,-161r35,0","w":163},"_":{"d":"143,17r0,32r-143,0r0,-32r143,0","w":142},"`":{"d":"45,-290r22,60r-27,0r-35,-60r40,0","w":72},"a":{"d":"58,4v-60,0,-39,-47,-45,-94v-5,-40,37,-43,64,-35v-4,-22,12,-66,-16,-63v-21,-3,-14,22,-15,40r-33,0v0,-46,-4,-71,48,-71v43,0,52,5,52,45r0,174v-9,2,-27,4,-55,4xm46,-47v-3,25,12,19,31,20r0,-71v-12,-4,-37,-5,-31,17r0,34","w":127,"k":{"v":2,"&":3,"T":7,"Y":8,"W":4,"u":3,"y":3,"\"":7,"'":7,"s":2}},"b":{"d":"119,-174r0,132v11,53,-53,55,-69,27r0,15r-34,0r0,-284r37,0r0,82v15,-25,77,-22,66,28xm51,-173r0,131v5,15,32,18,32,-7r0,-117v4,-25,-27,-21,-32,-7","w":132,"k":{"Y":7,",":4,".":4,"\"":7,"'":7}},"c":{"d":"113,-136r-33,0v-3,-19,10,-49,-16,-49v-14,0,-15,3,-15,15r0,124v0,13,2,16,15,16v30,0,11,-47,16,-72r33,0v-3,51,17,106,-49,106v-43,0,-51,-6,-51,-46r0,-132v0,-40,9,-45,51,-45v59,0,48,35,49,83","w":125,"k":{"T":7,"\"":5,"'":5}},"d":{"d":"13,-42r0,-132v-10,-52,49,-52,66,-28r0,-82r37,0r0,284r-34,0r0,-15v-16,28,-81,26,-69,-27xm80,-42r0,-131v-5,-15,-31,-17,-31,7r0,117v-4,24,26,22,31,7","w":132,"k":{"u":2,"y":2}},"e":{"d":"113,-95r-64,0v5,22,-13,69,15,67v24,4,14,-27,16,-45r33,0v0,47,6,77,-49,77v-42,0,-51,-6,-51,-46r0,-132v0,-40,9,-45,51,-45v74,0,43,70,49,124xm64,-187v-28,0,-10,41,-15,62r31,0v-4,-22,12,-62,-16,-62","w":126,"k":{"x":1,"X":2,"V":2,"T":13,"Y":11,"W":2,",":3,".":3,"\"":8,"'":8}},"f":{"d":"82,-216r0,30r-27,0r0,186r-37,0r0,-186r-13,0r0,-30r13,0v-5,-49,10,-73,64,-68r0,27v-27,-5,-29,15,-27,41r27,0","w":87,"k":{"a":4,".":14,",":14}},"g":{"d":"19,24v25,-2,63,10,60,-20r0,-28v-16,25,-78,22,-66,-29r0,-121v-11,-53,53,-53,69,-26r0,-16r34,0r0,220v5,54,-45,53,-97,51r0,-31xm80,-53r0,-120v-5,-15,-31,-17,-31,7r0,106v-4,24,26,22,31,7","w":132,"k":{"Y":7,"\"":6,"'":6}},"h":{"d":"53,-173r0,173r-37,0r0,-284r37,0r0,82v16,-25,79,-22,69,28r0,174r-37,0r0,-170v0,-11,-4,-14,-16,-14v-9,0,-13,4,-16,11","w":136,"k":{"V":4,"T":13,"\"":8,"'":8}},"i":{"d":"53,-284r0,37r-36,0r0,-37r36,0xm53,-216r0,216r-36,0r0,-216r36,0","w":69},"j":{"d":"17,4r0,-220r37,0r0,220v2,43,-25,54,-71,51r0,-31v19,0,34,3,34,-20xm54,-284r0,37r-37,0r0,-37r37,0","w":69,"k":{"a":2,"j":-10}},"k":{"d":"129,0r-42,0v-13,-36,-19,-78,-35,-111r0,111r-36,0r0,-284r36,0v2,48,-4,104,2,148r30,-80r40,0r-39,90","w":131,"k":{"u":2,"y":2,"\"":2,"'":2,"e":3,"o":3,"c":2,"g":2,"q":2,"-":10}},"l":{"d":"53,-284r0,284r-37,0r0,-284r37,0","w":68},"m":{"d":"53,-173r0,173r-37,0r0,-216r34,0r0,15v6,-20,63,-23,68,1v15,-27,84,-26,73,26r0,174r-37,0r0,-170v0,-11,-2,-14,-15,-14v-9,0,-14,3,-17,10r0,174r-37,0r0,-170v0,-11,-4,-14,-16,-14v-9,0,-13,4,-16,11","w":206,"k":{"T":8,"\"":7,"'":7,"e":2,"o":2}},"n":{"d":"53,-173r0,173r-37,0r0,-216r34,0r0,15v15,-25,83,-25,72,27r0,174r-37,0r0,-170v0,-11,-4,-14,-16,-14v-9,0,-13,4,-16,11","w":136,"k":{"T":8,"\"":7,"'":7,"e":2,"o":2}},"o":{"d":"116,-174r0,132v0,40,-10,46,-52,46v-42,0,-51,-6,-51,-46r0,-132v0,-40,9,-45,51,-45v42,0,52,5,52,45xm80,-46r0,-124v0,-13,-3,-15,-16,-15v-13,0,-15,3,-15,15r0,124v0,13,2,16,15,16v14,0,16,-4,16,-16","w":129,"k":{"x":1,"X":2,"V":2,"T":13,"Y":11,"W":2,",":3,".":3,"\"":8,"'":8}},"p":{"d":"119,-174r0,132v10,52,-49,53,-66,29r0,68r-37,0r0,-271r34,0r0,16v6,-13,17,-17,34,-17v29,0,35,9,35,43xm51,-173r0,131v5,15,32,18,32,-7r0,-117v4,-25,-27,-21,-32,-7","w":132,"k":{"Y":7,"W":2,"T":5,".":3,",":3,"'":9,"\"":9,"x":1,"X":2,"V":2}},"q":{"d":"13,-42r0,-132v-11,-53,53,-53,69,-26r0,-16r34,0r0,271r-37,0r0,-68v-17,25,-77,22,-66,-29xm80,-42r0,-131v-5,-15,-31,-17,-31,7r0,117v-4,24,26,22,31,7","w":132,"k":{"Y":7,"\"":6,"'":6}},"r":{"d":"53,-172r0,172r-37,0r0,-216r34,0r0,15v15,-24,77,-27,67,27r0,54r-33,0v-4,-22,12,-65,-15,-64v-8,0,-13,4,-16,12","w":121,"k":{"T":7,",":29,".":29,"t":-2}},"s":{"d":"115,-153r-35,0v-1,-16,4,-35,-16,-32v-22,-3,-15,16,-16,33v-1,31,77,28,67,70v-1,49,10,96,-51,86v-58,8,-52,-30,-52,-80r36,0v2,18,-9,49,16,45v25,4,16,-24,16,-42v0,-33,-68,-23,-68,-74v0,-48,-3,-79,52,-72v51,-5,52,19,51,66","w":127,"k":{"V":2,"Y":7,"\"":7,"'":7}},"t":{"d":"78,-216r0,30r-25,0r0,136v-1,18,8,20,25,19r0,31v-42,2,-61,-11,-61,-46r0,-140r-14,0r0,-30r14,0r0,-65r36,0r0,65r25,0","w":86,"k":{"-":6,"t":-2}},"u":{"d":"83,-42r0,-174r37,0r0,216r-35,0r0,-14v-15,26,-82,24,-71,-28r0,-174r37,0r0,170v0,10,3,15,15,15v9,0,14,-4,17,-11","w":135,"k":{"V":4,"T":9,"Y":9,"\"":6,"'":6}},"v":{"d":"86,0r-58,0r-26,-216r39,0r16,164r2,0r18,-164r38,0","w":117,"k":{"t":-4,"q":2,"o":2,"g":2,"e":2,"c":2,"a":2,"T":4,".":8,",":8,"v":-5,"&":1}},"w":{"d":"2,-216r39,0v6,53,3,113,13,162r18,-162r48,0v7,53,7,113,18,162r13,-162r39,0r-29,216r-50,0r-16,-164r-18,164r-50,0","w":192,"k":{"&":3,",":5,".":5,"e":2,"o":2,"c":2,"g":2,"q":2,"a":2}},"x":{"d":"80,-216r35,0r-26,103r30,113r-38,0r-21,-96r-21,96r-37,0r30,-114r-28,-102r38,0r20,83","w":122,"k":{"q":3,"o":3,"g":3,"e":3,"c":3,"-":7,"'":2,"\"":2,"&":2}},"y":{"d":"84,-53r0,-163r37,0r0,220v5,55,-46,53,-99,51r0,-31v25,-3,64,10,61,-20r0,-28v-17,24,-69,24,-69,-29r0,-163r37,0r0,156v-3,23,28,23,33,7","w":136,"k":{"V":4,"T":9,"Y":9,"\"":6,"'":6}},"z":{"d":"102,-31r0,31r-97,0r0,-31r60,-155r-53,0r0,-30r89,0r0,28r-57,157r58,0","w":108,"k":{"-":5}},"{":{"d":"63,-271v0,46,12,119,-14,142v26,23,14,97,14,143v0,28,6,34,28,33r0,26v-87,11,-58,-99,-58,-170v0,-15,-7,-21,-23,-20r0,-24v16,1,23,-5,23,-20v0,-70,-30,-180,58,-170r0,26v-22,-1,-28,6,-28,34","w":96},"|":{"d":"55,-331r0,398r-29,0r0,-398r29,0","w":82},"}":{"d":"48,-129v-27,-21,-15,-96,-15,-142v0,-28,-6,-35,-28,-34r0,-26v86,-11,58,99,58,170v0,15,7,21,23,20r0,24v-16,-1,-23,5,-23,20v0,70,30,181,-58,170r0,-26v22,1,28,-5,28,-33v0,-47,-12,-120,15,-143","w":96},"~":{"d":"16,-114v-4,-34,6,-56,38,-53v36,3,92,43,108,-4v4,34,-5,53,-37,53v-26,0,-51,-21,-72,-21v-21,0,-30,11,-37,25","w":184},"\u00a0":{"w":61}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * (c) 1999-2011 Typodermic Fonts. See attached license agreement for more
 * information. If license is missing, visit typodermicfonts.com
 * 
 * Trademark:
 * Kenyan Coffee is a trademark of Typodermic Fonts
 * 
 * Manufacturer:
 * Ray Larabie
 * 
 * Designer:
 * Ray Larabie
 */
Cufon.registerFont({"w":153,"face":{"font-family":"Kenyan Coffee Rg","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 8 2 2 0 1 1 4","ascent":"305","descent":"-55","x-height":"4","bbox":"-15 -331.978 267 73.9778","underline-thickness":"7.2","underline-position":"-44.28","stemh":"46","stemv":"58","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":64},"!":{"d":"10,-284r58,0r-9,216r-40,0xm65,-51r0,51r-52,0r0,-51r52,0","w":78},"\"":{"d":"10,-284r44,0r-8,102r-29,0xm72,-284r45,0r-8,102r-29,0","w":125,"k":{"\"":-27,"'":-27,"e":4,"o":4,"g":4,"q":4,"J":23,"a":5}},"#":{"d":"81,0r9,-74r-28,0r-10,74r-35,0r9,-74r-20,0r7,-50r20,0r4,-36r-23,0r6,-50r24,0r9,-74r36,0r-10,74r29,0r9,-74r35,0r-9,74r20,0r-7,50r-20,0r-4,36r23,0r-6,50r-23,0r-10,74r-35,0xm73,-160r-5,36r28,0r5,-36r-28,0","w":169},"$":{"d":"99,-309r0,22v46,-3,43,46,42,95r-57,0v-3,-14,7,-41,-7,-44v-14,1,-4,25,-7,37v0,9,2,12,14,19v74,37,58,49,58,123v0,45,-8,57,-43,60r0,22r-45,0r0,-22v-52,4,-39,-65,-41,-116r57,0r0,56v0,6,1,8,7,8v6,0,7,-2,7,-8v-4,-24,10,-54,-11,-65v-69,-35,-60,-40,-61,-106v0,-44,7,-56,42,-59r0,-22r45,0"},"%":{"d":"100,-253r0,94v0,30,-7,34,-43,34v-36,0,-43,-4,-43,-34r0,-94v0,-30,7,-34,43,-34v36,0,43,4,43,34xm53,-253r0,94v0,2,1,2,4,2v4,0,4,0,4,-2r0,-94v0,-2,0,-3,-4,-3v-3,0,-4,1,-4,3xm183,-284r39,0r-123,284r-39,0xm267,-125r0,93v0,30,-7,34,-43,34v-36,0,-43,-4,-43,-34r0,-93v0,-30,7,-34,43,-34v36,0,43,4,43,34xm220,-125r0,93v0,2,1,3,4,3v4,0,4,-1,4,-3r0,-93v0,-2,0,-3,-4,-3v-3,0,-4,1,-4,3","w":281},"&":{"d":"84,-188r0,-34r54,0r0,34r12,0r0,46r-12,0r0,142r-61,0v-80,12,-63,-51,-65,-116v-1,-37,12,-43,24,-50v-16,3,-24,-30,-24,-60v0,-54,17,-59,72,-58r0,50v-22,-5,-12,22,-14,39v-1,9,7,7,14,7xm84,-50r0,-92v-8,0,-14,-1,-14,8r0,76v-1,9,6,8,14,8","w":152,"k":{"Y":4,"T":5}},"'":{"d":"10,-284r44,0r-8,102r-29,0","w":63,"k":{"\"":-27,"'":-27,"e":4,"o":4,"g":4,"q":4,"J":23,"a":5}},"(":{"d":"63,-266r0,268v-1,26,4,29,25,28r0,37v-52,1,-66,-14,-66,-65r0,-268v-1,-51,14,-67,66,-65r0,37v-20,-1,-26,2,-25,28","w":95},")":{"d":"33,2r0,-268v1,-26,-5,-29,-26,-28r0,-37v52,-1,67,14,67,65r0,268v1,51,-15,67,-67,65r0,-37v20,1,27,-2,26,-28","w":95},"*":{"d":"141,-191r6,23r-22,6r-33,-26r5,43r-16,18r-17,-18r6,-43r-33,26r-23,-6r7,-23r38,-17r-38,-17r-7,-23r23,-6r33,26r-6,-43r17,-17r16,17r-5,43r33,-26r22,6r-6,23r-38,17","w":161},"+":{"d":"118,-63r-46,0r0,-58r-58,0r0,-46r58,0r0,-58r46,0r0,58r58,0r0,46r-58,0r0,58","w":190},",":{"d":"67,-51v0,51,10,99,-53,94r0,-23v15,1,22,-3,22,-20r-22,0r0,-51r53,0","w":81,"k":{"v":6,"V":9,"4":16,"T":9,"S":4,"Y":18,"W":7,"0":2,"3":2,"6":2,"8":2,"9":2,"C":2,"O":2,"Q":2,"G":2,"w":5,"e":3,"o":3,"c":3,"g":3,"q":3,"t":5}},"-":{"d":"71,-143r0,46r-65,0r0,-46r65,0","w":76,"k":{"x":7,"T":3,"Y":7}},".":{"d":"67,-51r0,51r-53,0r0,-51r53,0","w":81,"k":{"v":6,"V":9,"4":16,"T":9,"S":4,"Y":18,"W":7,"0":2,"3":2,"6":2,"8":2,"9":2,"C":2,"O":2,"Q":2,"G":2,"w":5,"e":3,"o":3,"c":3,"g":3,"q":3,"t":5}},"\/":{"d":"65,-311r43,0r-66,337r-42,0","w":107,"k":{"z":7,"y":5,"u":5,"s":5,"r":6,"q":8,"o":8,"n":7,"m":7,"g":8,"e":8,"d":8,"c":8,"a":7,"J":8,"x":4,"p":11}},"0":{"d":"142,-228r0,171v0,53,-11,61,-65,61v-54,0,-65,-8,-65,-61r0,-171v0,-53,11,-60,65,-60v54,0,65,7,65,60xm70,-228r0,171v0,6,1,8,7,8v6,0,7,-2,7,-8r0,-171v0,-6,-1,-8,-7,-8v-6,0,-7,2,-7,8","k":{"X":2,"V":2,"T":2,"Y":3,"W":2,",":2,".":2}},"1":{"d":"5,-234r0,-50r80,0r0,284r-59,0r0,-234r-21,0","w":99},"2":{"d":"14,-106v-6,-54,33,-55,61,-76v16,-5,10,-27,11,-46v0,-6,-1,-8,-7,-8v-15,2,-4,29,-7,43r-57,0v-1,-61,-5,-104,65,-95v69,-8,65,31,65,92v0,51,-38,56,-66,76v-15,11,-4,46,-7,68r14,0r0,-58r59,0r0,110r-131,0r0,-106","w":158,"k":{"7":2,"4":4}},"3":{"d":"139,-194v0,31,-16,35,-25,40v27,-3,25,62,25,99v0,51,-12,59,-66,59v-75,0,-62,-51,-63,-115r56,0r0,54v0,6,1,8,7,8v6,0,7,-2,7,-8r0,-63v1,-15,-22,-6,-33,-8r0,-53v12,-2,35,6,33,-8v-2,-15,8,-44,-7,-47v-14,2,-4,28,-7,41r-56,0v-1,-60,-3,-102,63,-93v71,-7,66,32,66,94","w":150,"k":{"X":2,"V":2,"T":2,"Y":3,"W":2,",":2,".":2}},"4":{"d":"139,-126r15,0r0,50r-15,0r0,76r-59,0r0,-76r-67,0r1,-210r53,0r-1,160r14,0r0,-115r59,0r0,115","w":161,"k":{"7":2,"5":2,"1":3}},"5":{"d":"93,-175v52,-10,49,61,49,118v0,53,-12,61,-66,61v-74,0,-61,-49,-62,-111r55,0r0,50v0,6,1,8,7,8v6,0,7,-2,7,-8v0,-26,13,-76,-16,-76r-53,0r1,-151r127,0r0,95r-59,0r0,-52r-14,0r0,66r24,0","w":154,"k":{"4":1}},"6":{"d":"101,-168v53,0,41,62,41,111v0,53,-11,61,-65,61v-54,0,-65,-8,-65,-61r0,-171v0,-53,11,-60,65,-60v64,0,65,29,63,88r-56,0v-2,-12,6,-35,-7,-36v-6,0,-7,2,-7,8r0,71v4,-8,15,-11,31,-11xm70,-116r0,59v0,6,1,8,7,8v6,0,7,-2,7,-8r0,-59v0,-6,-1,-7,-7,-7v-6,0,-7,1,-7,7","k":{"X":2,"V":2,"T":2,"Y":3,"W":2,",":2,".":2}},"7":{"d":"117,-284r0,47r-48,237r-60,0r48,-236r-49,0r0,-48r109,0","w":126,"k":{"Q":4,"O":4,"C":4,"9":4,"8":4,"6":4,"3":4,"0":4,".":27,",":27,"5":5,"4":5,"2":9}},"8":{"d":"12,-105v-1,-37,12,-44,24,-50v-20,4,-24,-43,-24,-75v0,-50,11,-58,65,-58v71,0,66,32,66,94v0,31,-16,35,-25,40v27,-3,25,62,25,99v0,51,-12,59,-66,59v-77,0,-64,-46,-65,-109xm84,-123v0,-6,-1,-8,-7,-8v-6,0,-7,2,-7,8r0,66v0,6,1,8,7,8v6,0,7,-2,7,-8r0,-66xm84,-228v0,-6,-1,-8,-7,-8v-6,0,-7,2,-7,8r0,43v0,6,1,8,7,8v6,0,7,-2,7,-8r0,-43","w":154,"k":{"X":2,"V":2,"T":2,"Y":3,"W":2,",":2,".":2}},"9":{"d":"53,-108v-55,0,-41,-70,-41,-120v0,-53,11,-60,65,-60v54,0,65,7,65,60r0,171v0,53,-11,61,-65,61v-60,0,-65,-23,-63,-82r56,0v2,10,-5,29,7,29v6,0,7,-2,7,-8r0,-62v-4,8,-16,11,-31,11xm84,-161r0,-67v0,-6,-1,-8,-7,-8v-6,0,-7,2,-7,8r0,67v0,6,1,8,7,8v6,0,7,-2,7,-8","k":{"X":2,"V":2,"T":2,"Y":3,"W":2,",":2,".":2}},":":{"d":"67,-51r0,51r-53,0r0,-51r53,0xm67,-194r0,51r-53,0r0,-51r53,0","w":81},";":{"d":"67,-51v0,51,10,99,-53,94r0,-23v15,1,22,-3,22,-20r-22,0r0,-51r53,0xm67,-194r0,51r-53,0r0,-51r53,0","w":81},"<":{"d":"176,-179r-108,35r108,35r0,45r-162,-56r0,-48r162,-56r0,45","w":190},"=":{"d":"176,-82r-162,0r0,-45r162,0r0,45xm176,-161r-162,0r0,-45r162,0r0,45","w":190},">":{"d":"122,-144r-108,-35r0,-45r162,56r0,48r-162,56r0,-45","w":190},"?":{"d":"66,-192r-57,0v-1,-61,-4,-105,64,-96v67,-7,65,28,65,89v0,58,-50,67,-44,131r-49,0v-4,-49,8,-79,30,-106v10,-12,4,-35,5,-54v0,-6,-1,-8,-7,-8v-15,2,-4,30,-7,44xm97,-51r0,51r-53,0r0,-51r53,0","w":147},"@":{"d":"48,-194r0,183v0,14,3,19,34,19v38,0,34,-6,34,-30r34,0v1,55,-9,66,-69,66v-58,0,-69,-8,-69,-61r0,-171v0,-53,11,-60,69,-60v58,0,69,7,69,60r0,140r-32,0r0,-6v-14,14,-56,13,-49,-22v7,-33,-16,-91,26,-87v9,0,18,3,21,8v-5,-33,17,-58,-34,-58v-31,0,-34,5,-34,19xm102,-125r0,43v0,6,1,7,7,7v15,-5,4,-36,7,-53v-2,-7,-16,-7,-14,3","w":162},"A":{"d":"76,-288v52,0,65,7,65,60r0,228r-59,0r0,-57r-13,0r0,57r-57,0r0,-228v0,-53,12,-60,64,-60xm69,-228r0,124r13,0r0,-124v0,-6,0,-8,-6,-8v-6,0,-7,2,-7,8","k":{"V":2,"U":2}},"B":{"d":"145,-226v0,32,-10,62,-25,61v29,-1,25,68,25,107v0,79,-68,54,-131,58r0,-284r66,0v54,0,65,7,65,58xm73,-142r0,92v0,0,15,1,13,-8r0,-76v2,-9,-5,-8,-13,-8xm73,-234r0,46v20,6,11,-20,13,-38v2,-9,-5,-8,-13,-8","w":155,"k":{"X":2,"V":2,"Y":3,"W":2,",":4,".":4}},"C":{"d":"70,-228r0,171v0,6,1,8,7,8v6,0,7,-2,7,-8r0,-65r56,0r0,65v0,53,-12,61,-63,61v-54,0,-65,-8,-65,-61r0,-171v0,-53,11,-60,65,-60v51,0,63,7,63,60r0,64r-56,0r0,-64v0,-6,-1,-8,-7,-8v-6,0,-7,2,-7,8","w":150,"k":{"X":2,"V":2,"T":2,"Y":3,"W":2,",":2,".":2}},"D":{"d":"145,-226r0,168v12,78,-68,54,-131,58r0,-284r66,0v54,0,65,7,65,58xm73,-234r0,184v0,0,15,1,13,-8r0,-168v2,-9,-5,-8,-13,-8","w":156,"k":{"X":2,"V":2,"Y":3,"W":2,",":4,".":4}},"E":{"d":"104,-50r0,50r-90,0r0,-284r90,0r0,47r-31,0r0,21r29,0r0,46r-29,0r0,120r31,0","w":110},"F":{"d":"73,0r-59,0r0,-284r91,0r0,47r-32,0r0,21r31,0r0,48r-31,0r0,168","w":108,"k":{"q":2,"o":2,"g":2,"e":2,"c":2,"J":18,".":14,",":14}},"G":{"d":"70,-228r0,171v-1,10,7,8,15,8r0,-116r55,0r0,165v-8,1,-28,4,-63,4v-54,0,-65,-12,-65,-61r0,-171v0,-53,11,-60,65,-60v63,0,65,26,63,86r-56,0v-2,-12,6,-34,-7,-34v-6,0,-7,2,-7,8","w":152,"k":{"V":4,"Y":4}},"H":{"d":"146,-284r0,284r-59,0r0,-148r-14,0r0,148r-59,0r0,-284r59,0r0,87r14,0r0,-87r59,0","w":159},"I":{"d":"73,-284r0,284r-58,0r0,-284r58,0","w":88},"J":{"d":"70,-57r0,-227r59,0r0,227v0,53,-11,61,-64,61v-50,0,-61,-8,-61,-61r0,-65r53,0r0,65v0,6,0,8,6,8v6,0,7,-2,7,-8","w":142,"k":{"&":3,",":5,".":5,"0":2,"3":2,"6":2,"8":2,"9":2,"C":2,"O":2,"Q":2,"G":2,"A":2,"u":2,"y":2}},"K":{"d":"155,0r-60,0v-9,-39,-10,-95,-22,-140r0,140r-59,0r0,-284r59,0v2,32,-4,72,2,100v4,-31,9,-64,15,-100r59,0v-37,196,-27,49,6,284","w":156,"k":{"U":2,"&":2,"0":2,"3":2,"6":2,"8":2,"9":2,"C":2,"O":2,"Q":2,"G":2}},"L":{"d":"107,-50r0,50r-93,0r0,-284r59,0r0,234r34,0","w":109,"k":{"v":2,"V":5,"?":8,"T":6,"Y":7,"W":6,"\"":11,"'":11,"w":2}},"M":{"d":"192,-284r0,284r-45,0r0,-175r-2,0r-18,175r-47,0r-18,-176r-2,0r0,176r-46,0r0,-284r77,0r13,154v3,-54,6,-99,11,-154r77,0","w":206},"N":{"d":"151,-284r0,284r-60,0r-28,-137r0,137r-49,0r0,-284r63,0v10,47,12,101,26,144r0,-144r48,0","w":165},"O":{"d":"142,-228r0,171v0,53,-11,61,-65,61v-54,0,-65,-8,-65,-61r0,-171v0,-53,11,-60,65,-60v54,0,65,7,65,60xm70,-228r0,171v0,6,1,8,7,8v6,0,7,-2,7,-8r0,-171v0,-6,-1,-8,-7,-8v-6,0,-7,2,-7,8","k":{"X":2,"V":2,"T":2,"Y":3,"W":2,",":2,".":2}},"P":{"d":"80,-284v54,0,65,7,65,58r0,60v2,54,-17,59,-72,58r0,108r-59,0r0,-284r66,0xm73,-234r0,79v0,0,15,1,13,-8r0,-63v2,-9,-5,-8,-13,-8","w":151,"k":{"q":2,"o":4,"g":2,"e":4,"a":4,"J":5,".":36,",":36,"\/":11,"&":2}},"Q":{"d":"92,27r-15,-30v-54,0,-65,-6,-65,-54r0,-171v0,-53,11,-60,65,-60v54,0,65,7,65,60r0,171v0,29,-4,44,-21,50r21,34r-50,0xm70,-228r0,171v0,6,1,8,7,8v6,0,7,-2,7,-8r0,-171v0,-6,-1,-8,-7,-8v-6,0,-7,2,-7,8","k":{"X":2,"V":2,"T":2,"Y":3,"W":2,",":2,".":2}},"R":{"d":"73,-134r0,134r-59,0r0,-284r66,0v67,-7,65,27,65,87v0,31,-16,35,-25,40v39,7,21,107,25,157r-59,0r0,-126v2,-9,-5,-8,-13,-8xm73,-234r0,54v23,5,10,-28,13,-46v2,-9,-5,-8,-13,-8","w":156,"k":{"V":4,"Y":5,"G":2}},"S":{"d":"76,-236v-14,1,-4,25,-7,37v0,9,2,12,14,19v74,37,58,49,58,123v0,53,-11,61,-65,61v-76,0,-63,-52,-64,-117r57,0r0,56v0,6,1,8,7,8v6,0,7,-2,7,-8v-4,-24,10,-54,-11,-65v-69,-35,-60,-40,-61,-106v0,-53,11,-60,65,-60v69,0,65,34,64,96r-57,0v-3,-14,7,-41,-7,-44","w":151,"k":{"Y":3}},"T":{"d":"117,-284r0,48r-28,0r0,236r-58,0r0,-236r-28,0r0,-48r114,0","w":119,"k":{"x":7,"v":4,"T":-4,",":9,".":9,"0":2,"3":2,"6":2,"8":2,"9":2,"C":2,"O":2,"Q":2,"A":2,"u":9,"y":9,"e":11,"o":11,"c":5,"g":5,"q":5,"-":3,"J":9,"r":9,"a":11,"t":4,"d":9,"s":9,"z":5}},"U":{"d":"77,4v-52,0,-64,-8,-64,-61r0,-227r58,0r0,227v0,6,1,8,7,8v6,0,7,-2,7,-8r0,-227r57,0r0,227v0,53,-13,61,-65,61","w":154,"k":{"A":2}},"V":{"d":"84,-284r60,0r-30,284r-85,0r-26,-284r60,0r10,211","w":147,"k":{"y":5,"u":5,"s":4,"q":5,"o":5,"g":5,"e":5,"d":5,"c":5,"a":5,"Y":-5,"S":4,"Q":2,"O":2,"J":4,"G":2,"C":2,"A":2,"9":2,"8":2,"6":2,"3":2,"0":2,".":9,",":9,"V":-4,"&":4}},"W":{"d":"166,-284r59,0r-29,284r-74,0r-9,-206r-2,0r-12,206r-74,0r-22,-284r59,0r7,199r9,-199r72,0r7,199","w":228,"k":{"&":4,"Y":-3,",":11,".":11,"0":2,"3":2,"6":2,"8":2,"9":2,"C":2,"O":2,"Q":2,"G":2,"u":4,"y":4,"e":6,"o":6,"c":6,"g":6,"q":6,"J":7,"r":5,"a":5,"d":5,"z":4,"m":4,"n":4}},"X":{"d":"86,0r-13,-122r-13,122r-58,0r25,-151r-23,-133r60,0r13,98r9,-98r55,0r-22,133r27,151r-60,0","w":147,"k":{"q":2,"o":2,"g":2,"e":2,"c":2,"Q":2,"O":2,"G":2,"C":2,"9":2,"8":2,"6":2,"3":2,"0":2,"V":2}},"Y":{"d":"82,-284r56,0r-40,193r0,91r-59,0r0,-91r-38,-193r58,0r11,116","w":138,"k":{"v":4,"p":6,"X":-2,"V":-5,"&":4,"S":4,"Y":-5,"W":-4,",":18,".":18,"0":3,"3":3,"6":3,"8":3,"9":3,"C":3,"O":3,"Q":3,"G":3,"A":4,"u":9,"y":9,"e":11,"o":11,"c":9,"g":10,"q":10,"-":7,"J":13,"a":11,"s":5}},"Z":{"d":"115,-50r0,50r-110,0r0,-51r50,-185r-44,0r0,-48r103,0r0,39r-48,195r49,0","w":120,"k":{"e":2,"o":2,"c":2,"g":2,"q":2,"-":4}},"[":{"d":"66,-294r0,324r26,0r0,37r-67,0r0,-398r67,0r0,37r-26,0","w":95},"\\":{"d":"0,-311r42,0r66,337r-43,0","w":107},"]":{"d":"30,30r0,-324r-26,0r0,-37r67,0r0,398r-67,0r0,-37r26,0","w":95},"^":{"d":"122,-123r-35,-108r-34,108r-45,0r56,-161r48,0r55,161r-45,0","w":175},"_":{"d":"158,10r0,45r-158,0r0,-45r158,0","w":156},"`":{"d":"59,-290r19,62r-39,0r-35,-62r55,0","w":81},"a":{"d":"57,4v-59,0,-42,-47,-45,-94v-3,-36,26,-42,60,-37r0,-41v0,-6,-1,-8,-7,-8v-12,-1,-5,18,-7,28r-46,0v-1,-48,-4,-71,53,-71v47,0,57,5,57,45r0,174v-9,3,-26,4,-65,4xm72,-91v-25,-7,-10,28,-14,44v-2,10,9,8,14,7r0,-51","w":134,"k":{"v":2,"&":3,"T":5,"Y":8,"W":4,"u":2,"y":2,"\"":7,"'":7,"s":2}},"b":{"d":"14,-284r52,0r0,78v21,-21,73,-16,62,32r0,132v11,50,-46,53,-66,32r0,10r-48,0r0,-284xm78,-52r0,-111v2,-10,-12,-10,-14,-3r0,117v2,7,16,7,14,-3","w":139,"k":{"Y":7,",":4,".":4,"\"":6,"'":6}},"c":{"d":"62,-163r0,111v0,6,0,8,6,8v6,0,7,-2,7,-8r0,-50r47,0v-3,54,18,106,-54,106v-47,0,-56,-6,-56,-46r0,-132v0,-40,9,-45,56,-45v62,0,54,32,54,83r-47,0v-2,-12,6,-34,-7,-35v-6,0,-6,2,-6,8","w":132,"k":{"T":7,"\"":5,"'":5}},"d":{"d":"73,-284r52,0r0,284r-48,0r0,-10v-6,8,-15,12,-31,12v-30,0,-34,-11,-34,-44r0,-132v-10,-48,40,-52,61,-32r0,-78xm62,-163r0,111v-2,11,11,10,13,3r0,-117v-2,-7,-16,-8,-13,3","w":139,"k":{"u":2,"y":2}},"e":{"d":"122,-91r-60,0r0,43v0,6,0,8,6,8v13,0,5,-22,7,-33r47,0v1,49,5,77,-54,77v-47,0,-56,-6,-56,-46r0,-132v0,-40,9,-45,56,-45v81,0,47,70,54,128xm68,-174v-14,3,-3,30,-6,43r13,0v-3,-14,7,-41,-7,-43","w":133,"k":{"x":1,"X":2,"V":2,"T":11,"Y":11,"W":2,",":3,".":3,"\"":8,"'":8}},"f":{"d":"89,-216r0,42r-21,0r0,174r-51,0r0,-174r-13,0r0,-42r13,0v-6,-52,12,-73,72,-68r0,38v-21,-4,-23,10,-21,30r21,0","w":92,"k":{"a":2,".":11,",":11}},"g":{"d":"125,-216r0,220v6,56,-53,53,-107,51r0,-43r46,0v16,1,7,-21,9,-33v-20,22,-72,16,-61,-32r0,-121v-11,-49,44,-51,65,-32r0,-10r48,0xm62,-163r0,100v-2,11,11,10,13,3r0,-106v-2,-7,-16,-8,-13,3","w":139,"k":{"Y":7,"\"":5,"'":5}},"h":{"d":"14,-284r52,0r0,78v21,-21,74,-15,65,32r0,174r-51,0r0,-163v2,-10,-12,-10,-14,-3r0,166r-52,0r0,-284","w":144,"k":{"V":4,"T":11,"\"":8,"'":8}},"i":{"d":"66,-284r0,37r-51,0r0,-37r51,0xm66,-216r0,216r-51,0r0,-216r51,0","w":81},"j":{"d":"66,-284r0,37r-52,0r0,-37r52,0xm66,-216r0,220v3,46,-32,54,-81,51r0,-43v11,-1,29,5,29,-8r0,-220r52,0","w":80,"k":{"a":2,"j":-10}},"k":{"d":"137,0r-53,0v-8,-29,-8,-73,-19,-107r0,107r-51,0r0,-284r51,0v2,46,-4,102,2,144v3,-24,8,-49,13,-76r51,0v-32,150,-23,38,6,216","w":138,"k":{"u":2,"y":2,"\"":2,"'":2,"e":2,"o":2,"c":2,"g":2,"q":2,"-":7}},"l":{"d":"66,-284r0,284r-52,0r0,-284r52,0","w":80},"m":{"d":"197,-174r0,174r-52,0r0,-163v2,-10,-12,-10,-14,-3r0,166r-51,0r0,-163v2,-10,-12,-10,-14,-3r0,166r-52,0r0,-216r48,0r0,10v8,-15,58,-15,64,2v20,-24,81,-18,71,30","w":209,"k":{"T":8,"\"":7,"'":7,"e":2,"o":2}},"n":{"d":"131,-174r0,174r-51,0r0,-163v2,-10,-12,-10,-14,-3r0,166r-52,0r0,-216r48,0r0,10v20,-20,80,-16,69,32","w":144,"k":{"T":8,"\"":7,"'":7,"e":2,"o":2}},"o":{"d":"125,-174r0,132v0,40,-10,46,-57,46v-46,0,-56,-6,-56,-46r0,-132v0,-40,10,-45,56,-45v47,0,57,5,57,45xm62,-163r0,111v0,6,0,8,6,8v6,0,7,-2,7,-8r0,-111v0,-6,-1,-8,-7,-8v-6,0,-6,2,-6,8","w":136,"k":{"x":1,"X":2,"V":2,"T":11,"Y":11,"W":2,",":3,".":3,"\"":8,"'":8}},"p":{"d":"66,55r-52,0r0,-271r48,0r0,10v5,-8,15,-11,31,-11v30,0,35,10,35,43r0,132v10,48,-41,54,-62,32r0,65xm78,-52r0,-111v2,-10,-12,-10,-14,-3r0,117v2,7,16,7,14,-3","w":139,"k":{"Y":7,"W":2,"T":5,".":3,",":3,"'":7,"\"":7,"x":1,"X":2,"V":2}},"q":{"d":"125,55r-52,0r0,-65v-20,22,-72,16,-61,-32r0,-132v-11,-49,44,-51,65,-32r0,-10r48,0r0,271xm62,-163r0,111v-2,11,11,10,13,3r0,-117v-2,-7,-16,-8,-13,3","w":139,"k":{"Y":7,"\"":5,"'":5}},"r":{"d":"93,-217v43,0,32,57,33,97r-46,0r0,-43v2,-10,-12,-10,-14,-3r0,166r-52,0r0,-216r48,0r0,10v5,-8,15,-11,31,-11","w":128,"k":{"T":5,",":29,".":29,"t":-2}},"s":{"d":"124,-153r-50,0v-1,-8,3,-19,-7,-18v-10,-1,-5,11,-6,18v6,34,65,23,63,66v-3,54,11,100,-57,91v-62,7,-56,-28,-56,-80r50,0v2,11,-6,31,6,32v10,0,11,-32,0,-39v-23,-15,-56,-18,-56,-60v0,-50,-6,-76,56,-76v57,0,58,17,57,66","w":135,"k":{"V":2,"Y":7,"\"":6,"'":6}},"t":{"d":"85,-216r0,42r-18,0r0,118v-1,11,7,13,18,12r0,44v-45,2,-70,-10,-70,-46r0,-128r-12,0r0,-42r12,0r0,-65r52,0r0,65r18,0","w":91,"k":{"-":4,"t":-2}},"u":{"d":"13,-42r0,-174r51,0r0,164v-2,10,12,10,14,3r0,-167r52,0r0,216r-48,0r0,-10v-21,22,-80,17,-69,-32","w":144,"k":{"V":4,"T":7,"Y":9,"\"":6,"'":6}},"v":{"d":"72,-216r54,0r-24,216r-80,0r-21,-216r55,0r8,142","w":127,"k":{"t":-4,"q":2,"o":2,"g":2,"e":2,"c":2,"a":2,"T":4,".":6,",":6,"v":-5,"&":1}},"w":{"d":"154,-216r56,0r-27,216r-70,0r-10,-145r-11,145r-70,0r-21,-216r56,0r7,140r8,-140r67,0r7,140","w":210,"k":{"&":3,",":5,".":5,"e":2,"o":2,"c":2,"g":2,"q":2,"a":2}},"x":{"d":"77,0r-12,-92r-11,92r-52,0r22,-114r-20,-102r53,0r11,75r9,-75r49,0r-19,102r24,114r-54,0","w":132,"k":{"q":3,"o":3,"g":3,"e":3,"c":3,"-":7,"'":2,"\"":2,"&":2}},"y":{"d":"130,-216r0,220v6,56,-56,52,-111,51r0,-43r48,0v16,1,7,-21,9,-33v-21,22,-74,17,-63,-32r0,-163r51,0r0,153v-2,10,12,10,14,3r0,-156r52,0","w":144,"k":{"V":4,"T":7,"Y":9,"\"":6,"'":6}},"z":{"d":"111,-44r0,44r-107,0r0,-44r54,-130r-47,0r0,-42r98,0r0,39r-52,133r54,0","w":115,"k":{"-":4}},"{":{"d":"75,-266v0,46,11,118,-17,137v28,19,17,91,17,137v0,24,4,30,24,29r0,36v-90,12,-65,-89,-65,-163v0,-17,-8,-23,-26,-22r0,-34v18,1,26,-5,26,-22v0,-72,-27,-175,65,-163r0,37v-19,-1,-24,4,-24,28","w":102},"|":{"d":"66,-331r0,398r-42,0r0,-398r42,0","w":90},"}":{"d":"44,-129v-28,-18,-17,-92,-17,-137v0,-24,-4,-29,-23,-28r0,-37v90,-12,64,89,64,163v0,16,9,23,26,22r0,34v-17,-1,-26,5,-26,22v0,72,27,175,-64,163r0,-36v19,1,23,-5,23,-29v0,-46,-11,-118,17,-137","w":102},"~":{"d":"134,-112v-25,0,-55,-24,-79,-23v-24,0,-33,13,-41,30v-3,-41,-1,-69,42,-69v27,0,54,24,79,24v24,0,34,-13,41,-31v3,41,-1,70,-42,69","w":196},"\u00a0":{"w":64}}});


Cufon.replace('h1,h2,h3', { fontFamily: 'Kenyan Coffee Rg' },{hover:true,hoverables:{a:true}}); 



Cufon.replace('h3 span', {
	textShadow: '#4d4d4d 1px 1px 0.6'
});
Cufon.replace('#mainmenu li a', { fontFamily: 'Kenyan Coffee Rg' },{hover:true,hoverables:{a:true}}); 





 $(document).ready(function() {
		$('input[type="text"], textarea').addClass("OnIdle");
		$('input[type="text"], textarea').focus(function() {
			$(this).removeClass("OnIdle").addClass("OnFocus");
		    if (this.value == this.defaultValue){ 
		    	this.value = '';
			}
			if(this.value != this.defaultValue){
 			this.select();
 		}
		});
		$('input[type="text"], textarea').blur(function() {
			$(this).removeClass("OnFocus").addClass("OnIdle");
		    if ($.trim(this.value) == ''){
		    	this.value = (this.defaultValue ? this.defaultValue : '');
			}
		});
		
		$('input[type="password"], textarea').addClass("OnIdle");
		$('input[type="password"], textarea').focus(function() {
			$(this).removeClass("OnIdle").addClass("OnFocus");
		    if (this.value == this.defaultValue){ 
		    	this.value = '';
			}
			if(this.value != this.defaultValue){
 			this.select();
 		}
		});
		$('input[type="password"], textarea').blur(function() {
			$(this).removeClass("OnFocus").addClass("OnIdle");
		    if ($.trim(this.value) == ''){
		    	this.value = (this.defaultValue ? this.defaultValue : '');
			}
		});
	});	

