/*
 * 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}})());

/*cufon definition!*/
Cufon.registerFont({"w":134,"face":{"font-family":"Hand Of Sean","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"18","cap-height":"18","bbox":"-81.7174 -395 483.529 177.26","underline-thickness":"26.3672","underline-position":"-24.9609","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":109},"\u00a0":{"w":109},"!":{"d":"20,-83v0,-48,21,-181,13,-252v10,-12,16,-13,30,-15r13,12v1,68,-2,88,-9,215v-4,60,2,62,-30,69v-11,-2,-17,-12,-17,-29xm30,-9v15,-5,30,-1,30,17v0,12,-13,23,-33,22v-13,-6,-13,-38,3,-39","w":100},"\"":{"d":"0,-318v-2,-21,8,-31,31,-31v18,22,9,84,9,123v-8,26,-44,25,-40,-5v6,-46,5,-30,0,-87xm67,-292v0,-34,1,-55,25,-55v27,0,9,40,14,61v-2,61,2,63,-21,71v-10,0,-18,-26,-18,-77","w":108},"#":{"d":"4,-223v0,-26,28,-33,67,-30r3,-52v16,-11,29,-5,38,16r-1,36r47,2r3,-54v19,-15,41,5,37,35r0,22r45,2v18,25,-11,44,-48,38r-2,47v46,7,55,-9,55,18v0,7,-6,14,-17,22r-37,0v-1,19,7,59,-14,56v-17,1,-31,-31,-27,-58v-15,0,-33,-4,-46,-2v0,19,8,63,-13,60v-20,2,-30,-35,-29,-61v-20,-1,-61,10,-61,-13v0,-20,34,-30,63,-28v-1,-15,3,-33,0,-46v-20,1,-63,7,-63,-10xm109,-213r-2,47r46,2v0,-15,3,-34,1,-47","w":245},"$":{"d":"122,-122v-6,0,-137,-33,-122,-57r1,-19v27,-23,70,-32,119,-34v10,-33,-1,-90,40,-91v6,0,11,4,17,13r-5,72v24,6,35,8,41,20v-18,21,-15,28,-34,23v-10,7,-2,32,-3,46v34,15,127,28,156,65v-4,37,-52,68,-77,71v-11,4,-33,6,-66,9v-3,14,2,24,8,51v-14,24,-33,26,-54,9v-3,-12,-6,-33,-10,-61v-58,9,-142,-25,-100,-82v15,4,8,-11,25,-4v-5,32,33,43,70,45v3,-25,-2,-51,-6,-76xm119,-190v-27,3,-36,4,-38,9v2,-3,26,11,40,10xm181,-101v2,18,0,40,4,56v32,-1,63,-7,86,-24","w":327},"%":{"d":"93,-206v-46,0,-49,-28,-49,-59v0,-39,11,-44,33,-41v6,-10,12,-14,23,-14v13,1,54,12,52,48v-2,27,-11,53,-39,68v-8,-1,-14,-2,-20,-2xm343,-308r8,36v-106,106,-176,176,-212,206r-102,85v-16,9,-35,2,-37,-19v0,-7,15,-19,44,-39v60,-42,195,-192,258,-248v12,-10,27,-16,41,-21xm104,-276v-6,0,-30,16,-16,30v18,-4,23,-7,22,-22v0,-5,-2,-8,-6,-8xm300,-52v2,34,-14,68,-51,68v-28,0,-53,-14,-53,-44v0,-16,7,-30,7,-48v21,-20,34,-24,63,-23v22,23,34,39,34,47xm234,-50v-3,10,22,27,21,7v5,-25,-17,-22,-21,-7","w":355},"&":{"d":"112,44v-14,-9,-14,-71,-25,-76v-43,-4,-66,-14,-87,-36v-1,-30,21,-49,57,-66v-6,-1,-27,-11,-45,-33v-3,-41,39,-64,82,-71v6,-49,9,-72,30,-71v22,1,14,46,10,66v4,6,74,7,68,34v-5,24,-33,16,-67,10v-7,10,-3,20,-4,34v9,0,19,5,29,15v-1,8,-3,16,0,22v-8,-2,-14,14,-26,13v-3,11,-6,33,2,41v14,0,35,-5,64,-15v23,-2,12,-11,22,-25v5,1,10,4,14,2v30,48,-32,70,-98,81v-1,24,20,64,-7,72v-4,4,-12,6,-16,-2v-1,3,-2,5,-3,5xm63,-182v10,6,18,8,26,8v-1,-6,2,-18,-3,-19v-10,0,-17,4,-23,11xm54,-84v12,2,23,6,37,6v0,-5,1,-22,-2,-21v-19,3,-29,8,-35,15","w":240},"'":{"d":"0,-329v7,-13,16,-18,31,-18v26,0,12,30,16,54v-2,46,-7,74,-41,78v-5,-16,-1,-94,-6,-114","w":53},"(":{"d":"0,-113v0,-70,52,-189,124,-185v5,0,7,4,7,13v0,19,-15,38,-44,58v-19,13,-27,28,-27,41v-12,34,-18,48,-17,66v0,43,28,86,84,130v0,21,-8,36,-29,36v-31,0,-98,-106,-98,-159"},")":{"d":"86,-100v14,-67,-25,-101,-86,-152v-1,-20,7,-35,28,-36v27,-1,103,100,103,166v0,71,-59,185,-122,178v-10,-5,-1,-49,4,-43v19,-11,39,-32,59,-60v0,-6,8,-22,14,-53"},"*":{"d":"37,-243v-2,-2,-34,-7,-37,-18v0,-11,9,-21,21,-23v14,7,36,12,35,-10v-1,-22,-11,-56,19,-54v8,5,20,60,20,64v17,2,45,-19,50,3v-1,28,-13,18,-36,28v1,9,31,26,42,40v-11,45,-52,-2,-71,-16v-7,1,-35,31,-58,28v-13,-17,-4,-26,15,-42","w":153},"+":{"d":"81,-75v-41,1,-86,2,-81,-35v3,-26,57,-7,78,-11v-2,-20,0,-76,8,-72v13,-15,43,-20,41,12r-3,57v24,-2,47,-3,69,-3v14,11,21,34,8,43r-74,7r3,65v-9,16,-35,21,-44,9","w":210},",":{"d":"2,54v-5,-27,47,-75,34,-119v10,-10,35,-12,46,-1v2,48,-15,78,-51,113v-3,9,-20,12,-29,7","w":106},"-":{"d":"2,-96v0,-22,20,-31,50,-31v22,0,64,2,128,7v10,14,5,29,-9,39v-49,-1,-99,-7,-148,-3v-12,1,-21,-2,-21,-12","w":185},"\u00ad":{"d":"2,-96v0,-22,20,-31,50,-31v22,0,64,2,128,7v10,14,5,29,-9,39v-49,-1,-99,-7,-148,-3v-12,1,-21,-2,-21,-12","w":185},".":{"d":"36,9v-36,-11,-18,-57,15,-52v36,5,21,41,-8,51","w":92},"\/":{"d":"264,-299v13,-17,29,-19,43,-3v0,15,-7,32,-21,53v-10,9,-21,20,-32,35v-2,5,-51,52,-143,145v-30,31,-51,59,-65,80v-21,7,-26,17,-31,4r2,-6v-10,4,-14,-2,-17,-10v40,-84,204,-220,264,-298","w":306,"k":{"z":67,"y":17,"x":75,"w":50,"v":50,"u":69,"s":56,"r":39,"q":78,"p":37,"o":74,"n":58,"m":78,"g":78,"e":16,"d":27,"c":73,"a":95,"A":41,"4":50,"\/":156}},"0":{"d":"112,0v-127,0,-145,-236,-63,-313v-2,-2,-3,-4,-3,-8v35,-44,95,-29,126,17v23,35,57,90,57,137v0,62,-44,167,-117,167xm117,-43v29,1,76,-81,69,-124v3,-28,-39,-112,-84,-135v0,4,-2,6,-6,6v-33,17,-51,60,-51,131v0,59,24,119,72,122","w":231},"1":{"d":"64,-351v14,-4,13,14,19,23v0,6,-7,50,-22,134v-12,64,22,170,-23,201v0,-4,-6,-7,-17,-9v-12,-35,-9,-161,-4,-205v3,-5,-14,-17,-17,-33v10,-22,32,-54,44,-101v2,-2,9,-6,20,-10","w":90},"2":{"d":"32,-208v4,-57,78,-115,141,-115v43,0,72,24,72,71v0,77,-107,144,-149,189v86,8,92,15,162,4v28,-5,18,38,12,42v-20,28,-244,12,-234,9v-47,-10,-41,-24,-23,-60v45,-27,146,-114,175,-166v-2,-6,-1,-15,-1,-22v-2,-11,-17,-11,-31,-13v-33,-5,-69,35,-83,64v-10,8,-40,5,-41,-3","w":278,"k":{"4":22}},"3":{"d":"198,-262v-26,-18,-66,25,-111,31v-15,2,-24,-23,-9,-35v0,-7,23,-23,69,-40v38,-14,72,-12,102,6v21,53,-12,96,-56,129v24,9,84,53,84,95v0,42,-59,76,-115,76v-49,0,-96,-17,-139,-53v-22,-19,-16,-19,-23,-45v23,-28,32,-16,73,16v51,25,108,52,147,11v-1,-31,-42,-49,-93,-60v-18,-4,-26,-15,-26,-26v0,-28,72,-38,91,-73v-3,-13,3,-22,6,-32","w":278},"4":{"d":"219,-111v-16,44,29,115,-17,134v-10,0,-21,-13,-26,-37v-2,-7,-1,-33,-3,-79v-1,-9,-3,-14,-4,-14v-57,9,-99,14,-127,14r-31,-1v-27,-33,-4,-48,37,-84r117,-102v30,-33,46,-49,50,-49v22,2,32,24,13,47v-4,0,-7,80,-9,114v14,4,105,-34,133,-7v-3,0,-8,11,-17,33v-35,14,-78,20,-116,31xm91,-156r85,-9v1,-23,7,-47,-2,-66v-12,15,-67,51,-83,75","w":317,"k":{"\/":17}},"5":{"d":"189,-187v-40,-29,-99,12,-159,12v-11,0,-20,-3,-29,-11v-8,-46,-1,-70,18,-115v31,-14,19,-18,48,-6v84,-18,79,-5,157,-28v-1,4,18,8,18,16v0,51,-68,55,-126,50v-67,-6,-65,1,-66,38v91,-18,188,-28,195,63v11,132,-167,245,-264,133v1,-8,3,-16,-1,-22v3,-3,32,-17,34,-15v5,0,11,6,19,18v61,33,114,-9,142,-43v24,-29,28,-59,14,-90","w":236},"6":{"d":"127,-207v60,-50,133,-35,132,49v0,41,-10,83,-37,120v-47,63,-141,66,-196,8v-54,-91,-23,-180,43,-270v27,-36,50,-55,81,-40v8,44,-7,66,-41,97v-9,-25,-22,-9,-32,11v-14,27,-27,63,-22,91r3,0v43,-44,66,-66,69,-66xm205,-174v-59,-7,-100,35,-130,93v-3,16,29,35,60,37v38,2,82,-45,82,-95v0,-23,-6,-35,-12,-35","w":261},"7":{"d":"221,-327v17,46,-19,90,-35,140v23,4,74,-11,70,16v-5,31,-38,29,-84,31v-15,9,-43,133,-60,140v-10,14,-41,14,-47,5v-3,-7,25,-71,51,-137v-28,-14,-62,11,-77,-22v8,-10,4,-26,35,-26v17,0,37,-3,60,-8v18,-30,15,-65,28,-87r-102,2v-25,0,-52,1,-81,5v-20,3,-14,-16,-21,-26v10,-7,15,-11,15,-15v25,-5,219,-20,248,-18","w":249,"k":{"x":21,"d":23,"3":19,"\/":47}},"8":{"d":"0,-255v0,-58,48,-68,105,-68v57,0,112,12,121,64v5,27,-50,64,-76,89v21,24,101,55,89,105v2,43,-46,83,-103,83v-42,0,-32,-20,-70,-22v-60,-37,-45,-108,2,-158v-45,-34,-68,-65,-68,-93xm53,-262v8,29,34,48,57,64v22,-15,42,-24,54,-43v-4,0,-10,-7,-17,-21v-21,-20,-72,-18,-94,0xm78,-75v0,36,39,44,76,45v19,0,35,-10,34,-33v7,-24,-53,-50,-82,-73v-19,21,-28,41,-28,61","w":243},"9":{"d":"0,-187v-3,-60,69,-147,153,-141v27,2,55,14,31,31v35,37,-8,146,-8,216v0,41,5,70,13,86v-6,15,-15,21,-27,21v-28,0,-38,-41,-36,-73r5,-121v-37,19,-42,31,-80,33v-27,1,-49,-19,-51,-52xm152,-282v-60,-13,-105,40,-101,100v49,1,87,-46,101,-100","w":197},":":{"d":"0,-139v-2,-22,9,-32,34,-34v35,5,26,44,-7,48v-14,1,-20,-4,-27,-14xm19,-62v48,-10,49,37,11,49v-16,5,-29,-3,-29,-21v0,-13,6,-22,18,-28","w":57},";":{"d":"41,-129v-33,3,-35,-43,-2,-49v18,-3,33,4,33,21v0,15,-11,26,-31,28xm0,15v20,-58,12,-82,54,-93v9,1,26,2,26,17v0,19,-14,51,-43,95v-18,12,-26,3,-37,-19","w":81},"\u037e":{"d":"41,-129v-33,3,-35,-43,-2,-49v18,-3,33,4,33,21v0,15,-11,26,-31,28xm0,15v20,-58,12,-82,54,-93v9,1,26,2,26,17v0,19,-14,51,-43,95v-18,12,-26,3,-37,-19","w":81},"<":{"d":"143,-212v15,5,21,33,7,41v-20,12,-66,34,-95,55v23,13,70,44,131,94v1,15,-8,24,-29,27v-19,-9,-95,-69,-140,-93v-26,-13,-23,-45,6,-59v17,-13,80,-45,120,-65","w":185},"=":{"d":"0,-146v-2,-22,26,-30,55,-30v24,0,69,3,137,8v9,15,3,28,-11,38v-54,-2,-108,-3,-161,-3v-14,0,-20,-5,-20,-13xm39,-98v46,-3,72,1,145,8v8,15,3,31,-12,37v-48,-2,-95,-7,-143,-3v-12,-2,-17,-5,-15,-16v3,-17,12,-26,25,-26","w":192},">":{"d":"131,-110v-8,-12,-74,-39,-101,-62v-3,-15,2,-29,14,-35v38,19,76,41,116,63v35,20,36,52,-2,67v-21,8,-88,63,-129,88v-19,-3,-29,-12,-29,-27v2,-2,26,-21,73,-56v36,-26,55,-38,58,-38","w":187},"?":{"d":"0,-310v-2,-11,11,-23,22,-31v76,-17,145,10,183,57v7,60,-75,87,-143,94v3,41,24,109,-25,111v0,0,-23,-12,-16,-27v7,-14,-40,-110,-2,-131v86,-8,133,-17,139,-28v-9,-12,-107,-60,-136,-26v-12,3,-19,-3,-22,-19xm27,21v-7,-28,39,-50,48,-21v1,22,-5,38,-28,40v-13,-2,-20,-7,-20,-19","w":204},"@":{"d":"11,-93v2,-87,34,-131,146,-131v65,0,86,62,85,118v0,31,-15,53,-49,53v-19,0,-34,-23,-47,-53v-21,35,-35,48,-55,49v-17,-3,-23,-10,-22,-26v2,-32,41,-79,88,-85v14,-2,15,72,31,72v13,10,22,-2,22,-23v0,-38,-16,-74,-55,-74v-74,0,-99,35,-103,97v-4,59,60,79,105,80v38,1,86,-22,103,-57v9,-12,39,-4,35,10v-34,109,-288,116,-284,-30xm135,-138v-24,16,-42,37,-35,53v5,2,35,-29,35,-53","w":308},"A":{"d":"86,-95v-7,2,-36,102,-77,63v-2,-18,0,-19,5,-45v0,-2,-12,-5,-35,-9v-21,-10,-6,-22,9,-29v28,-11,51,-5,67,-35v36,-65,54,-87,75,-153v19,-31,43,-19,70,7v-1,41,9,78,31,145v17,4,49,-9,52,9v3,17,-20,25,-38,27v20,51,38,87,55,104v20,20,27,50,-5,50v-29,0,-73,-106,-92,-150v-47,-3,-127,8,-117,16xm158,-220v-17,28,-35,55,-41,74v5,2,39,-8,66,-11v-11,-38,-13,-50,-25,-63","w":290,"k":{"\\":16}},"B":{"d":"-17,-289v-12,-33,13,-24,46,-33v0,-15,12,-28,34,-28v17,0,20,12,26,23v56,6,132,1,148,43v-14,48,-66,73,-111,106v73,8,166,-19,166,35v0,64,-127,123,-183,137v8,15,-6,33,-30,29v-8,0,-13,-9,-18,-16v-26,6,-50,10,-52,-24v-6,-14,33,-16,37,-21r-8,-88r-20,-10v-5,-22,-11,-28,14,-43v-1,-39,-2,-71,-3,-97v-18,3,-49,-1,-46,-13xm81,-279r4,69v17,-11,74,-39,86,-65v-28,-8,-57,-9,-90,-4xm91,-130r6,76v59,-24,100,-40,130,-77v-47,-3,-82,-2,-136,1","w":273},"C":{"d":"155,0v-94,1,-155,-47,-155,-134v0,-50,34,-103,110,-153v40,-26,65,-36,92,-34v23,2,34,7,33,23v0,15,-24,25,-68,38v-40,12,-116,74,-116,138v0,44,52,75,112,73v86,-3,121,-41,179,-96v22,-21,48,-39,62,-27v0,18,-11,37,-31,56v0,3,-11,17,-36,41v-52,51,-114,75,-182,75","w":317},"D":{"d":"67,-37v-10,-82,-20,-117,-22,-187v0,-12,-106,-5,-96,-42v-2,-6,14,-16,25,-24v35,8,58,16,66,13v-5,-33,52,-49,55,-10v0,7,-1,10,-3,18v13,9,44,11,84,31r111,54v36,20,53,38,52,63v0,41,-47,75,-143,104r-61,14v4,17,-10,15,-29,21v-19,-7,-28,-14,-74,-13v-13,-2,-18,-8,-23,-17v5,-18,12,-24,23,-31v19,4,26,6,35,6xm285,-116v5,-38,-156,-105,-196,-97v1,44,7,105,27,170v66,-13,155,-32,169,-73","w":322,"k":{"\\":17}},"E":{"d":"98,-299v22,6,85,-33,119,-15v2,36,-26,47,-88,55v-34,4,-52,6,-52,8v-6,17,-7,37,-7,60v71,-16,110,-27,157,-17v0,6,0,10,4,13v-20,38,-98,25,-157,47v-4,45,3,84,19,114v45,6,152,-78,211,-51v0,25,6,22,-28,29v-52,10,-96,39,-140,69v-43,29,-75,23,-95,-35v-7,-21,-13,-57,-15,-107v-7,-1,-22,-2,-26,-12v-5,-12,18,-27,19,-45r2,-50v-18,0,-40,3,-35,-18v0,-18,17,-31,50,-38v6,-4,13,-16,29,-24v12,0,23,5,33,17","w":266,"k":{"4":19}},"F":{"d":"78,-306v24,6,84,-33,120,-15v2,36,-26,47,-88,55v-35,5,-52,6,-52,8v-6,17,-9,37,-8,60v71,-16,111,-27,158,-17v7,24,-11,28,-35,38v-13,5,-89,8,-119,22v-1,66,-11,109,16,147v7,18,-5,27,-28,29v-37,4,-32,-109,-36,-157v-8,-1,-20,-2,-25,-12v-3,-12,18,-25,19,-45r2,-50v-18,0,-40,3,-35,-18v0,-18,17,-32,50,-39v5,-4,13,-14,28,-23v12,0,23,5,33,17","w":178,"k":{"z":33,"x":13,"w":44,"v":44,"u":24,"r":27,"o":46,"m":33,"g":44,"c":38,"a":27,"3":16,"\/":27}},"G":{"d":"2,-168v-1,-87,28,-174,110,-181v38,-3,82,52,85,97v-23,35,-34,35,-54,-12v-8,-20,-16,-30,-28,-36v-50,14,-61,62,-62,124v0,62,14,119,53,158v48,49,75,1,106,-78v5,-15,9,-34,13,-59v-13,2,-41,7,-83,16v4,-12,-20,-12,-20,-23v-6,-32,92,-44,136,-43v18,0,11,15,14,29v-5,54,-44,217,-133,218v-25,0,-54,-9,-75,-34v-45,-52,-62,-114,-62,-176","w":261},"H":{"d":"31,-89v-21,3,-46,0,-48,-17v-6,-38,26,-17,46,-27r-6,-202v5,-39,4,-51,26,-51v36,0,24,25,25,53r4,198v37,0,70,-2,90,-6r-6,-222v1,-20,6,-32,25,-32v38,0,25,48,28,80v5,55,-7,128,5,174v49,6,75,16,79,30v0,13,-10,19,-26,18v-38,0,-53,-5,-55,-4r12,163v-6,12,-44,14,-47,1v-3,-14,-8,-115,-15,-160v-28,-2,-58,2,-87,2v2,35,4,58,4,67v3,46,-11,37,-42,38v-6,0,-7,-17,-7,-51v0,-34,-3,-50,-5,-52","w":275},"I":{"d":"1,-244v0,-19,-18,-118,25,-104v46,3,20,58,20,102v0,34,1,101,3,203r6,58v-5,14,-42,14,-45,3v-6,-133,-9,-221,-9,-262","w":58},"J":{"d":"161,-320v-1,-22,1,-49,21,-47v7,0,15,3,24,9v1,128,34,280,-23,371v-34,54,-83,43,-119,-7v-10,-14,-27,-30,-37,-55v-21,-51,-28,-82,-27,-111v1,-21,5,-26,21,-26v21,0,52,27,32,51v10,56,34,105,78,131v58,-71,38,-168,30,-316","w":220},"K":{"d":"262,0v-43,13,-133,-63,-181,-87v-5,15,6,55,7,101v-5,13,-38,11,-40,0v-8,-38,-9,-116,-22,-141v-1,-7,-44,-22,-38,-48v0,-4,10,-11,32,-19v14,-5,12,-19,11,-39v0,-24,5,-53,14,-86v16,-7,46,-5,37,21v1,2,-8,49,-10,78v46,-19,102,-50,144,-84v24,3,33,5,33,20v0,11,-20,25,-57,46v-24,14,-71,47,-120,66v-4,21,5,27,25,40v69,47,101,82,164,99v37,2,36,1,40,24v-14,7,-26,9,-39,9","w":265,"k":{"4":44}},"L":{"d":"311,-49v-92,15,-176,44,-255,70v-24,-2,-37,-4,-37,-9v-16,-98,-24,-197,-18,-304v1,-20,55,-24,51,6v-12,95,-5,121,11,260v21,-5,44,-14,71,-27v79,-20,119,-33,178,-22","w":269,"k":{"\\":68,"4":52}},"M":{"d":"25,-158v10,-8,29,-148,69,-138v22,0,39,31,57,90v5,16,11,52,24,99v22,-46,38,-215,54,-241r29,-1v34,50,39,104,69,189v34,98,60,143,84,196v-4,14,-10,18,-24,18v-20,0,-35,-22,-54,-63v-14,-29,-50,-136,-85,-219v-7,29,-13,77,-25,141v-12,64,-22,104,-22,123v-12,9,-6,16,-38,17v-20,-10,-14,-32,-22,-71v-13,-66,-22,-150,-50,-197v-12,16,-25,153,-45,187v-8,9,-35,12,-38,-1v-7,-41,1,-63,-8,-110v-3,-13,11,-22,25,-19","w":380,"k":{"\\":14}},"N":{"d":"24,13v-28,1,-24,-27,-24,-50v0,-76,-10,-180,16,-234v7,3,18,1,27,0v44,36,81,194,133,234r5,-304v17,-16,46,-8,48,17v-11,101,0,217,0,324v0,30,-5,34,-27,33v-24,0,-48,-19,-71,-60r-81,-142v-5,44,3,121,-4,176v-6,4,-13,6,-22,6","w":228},"O":{"d":"119,16v-127,2,-150,-227,-87,-322v15,-23,47,-19,75,-24v71,-13,151,221,82,309v-20,26,-45,37,-70,37xm170,-114v0,-61,-23,-158,-69,-170v-8,0,-14,7,-19,22r-14,-2v-29,66,-33,230,54,230v26,1,48,-35,48,-80","w":209},"P":{"d":"24,-64v-15,3,-12,-11,-18,-22v0,-2,7,-7,20,-17r-5,-178v-24,-7,-35,-6,-33,-18v6,-31,14,-22,35,-30v6,-24,45,-29,53,-5v0,4,2,7,7,7v61,17,169,40,169,113v0,81,-96,128,-179,141v-1,42,5,66,5,90v0,19,-5,30,-15,34v-19,0,-36,-25,-36,-74v0,-24,-1,-37,-3,-41xm72,-117v70,-20,117,-34,132,-98v0,-26,-45,-48,-133,-67v-1,96,-1,151,1,165","w":250,"k":{"d":22,"\/":68}},"Q":{"d":"217,-3v-91,51,-212,2,-212,-114v0,-50,16,-106,49,-168v36,-25,51,-34,76,-34v51,0,136,151,136,208v0,22,-5,44,-17,67v17,22,26,35,59,38v12,11,12,55,-12,48v-26,4,-56,-29,-79,-45xm187,-33v-11,-27,-97,-75,-101,-110v3,-16,10,-25,25,-23v29,5,64,57,103,90v4,0,6,-10,7,-32v0,-38,-19,-83,-64,-142v-14,-18,-29,-25,-42,-25v1,16,8,40,-5,48v-2,2,-13,-16,-22,-16v-15,0,-23,41,-34,121v-10,76,68,125,133,89","w":281},"R":{"d":"160,-107v31,21,201,76,249,103v1,18,-17,28,-43,28v-31,0,-93,-29,-190,-72v-47,-21,-77,-24,-86,-24v-3,36,16,94,-25,95v-23,-11,-24,-66,-26,-102v-18,0,-43,3,-43,-14v0,-17,16,-27,38,-37r1,-124v-20,-1,-56,14,-56,-13v0,-15,25,-25,66,-27v5,-22,50,-25,49,3v17,0,74,12,171,42v20,6,29,14,29,24v0,40,-27,70,-82,92v-21,9,-39,18,-52,26xm84,-248v-4,34,-2,79,0,117v86,-19,125,-29,158,-77v-100,-32,-90,-34,-158,-40","w":339,"k":{"4":32}},"S":{"d":"0,-216v0,-49,76,-101,142,-98v41,2,69,7,77,32v-8,19,-63,11,-92,11v-23,0,-60,25,-73,49v35,51,249,55,249,137v0,36,-46,67,-138,89v-60,14,-153,17,-157,-39v-1,-23,23,-52,54,-53v5,15,-1,32,-2,48v65,16,124,5,174,-26v8,-5,12,-11,16,-16v-46,-44,-66,-38,-165,-68v-57,-18,-85,-40,-85,-66","w":304,"k":{"\\":10}},"T":{"d":"-26,-278v86,-11,189,-20,288,-20v19,0,32,3,33,18v1,17,-36,29,-103,36r-36,0v-12,84,1,155,1,242v0,22,-29,19,-39,21v-21,-64,-18,-171,-16,-255v-31,-9,-77,-2,-115,-2v-45,0,-35,-25,-13,-40","w":226},"U":{"d":"111,-31v81,-31,52,-243,24,-312v-1,-15,21,-16,38,-15v50,102,74,370,-71,370v-112,0,-117,-223,-81,-329v6,-3,46,-8,40,14v-22,87,-20,256,50,272","w":217},"V":{"d":"232,-365v23,-22,29,-26,50,-10v0,10,-16,43,-47,99v-11,21,-22,70,-43,143v-15,54,-28,88,-28,104v0,44,-24,66,-50,47v-20,-27,-30,-90,-46,-117v-32,-56,-60,-92,-63,-161v4,-11,41,-19,47,0v18,57,48,106,74,156v28,-74,81,-237,106,-261","w":252,"k":{"\/":13}},"W":{"d":"132,-166v-20,30,-8,156,-34,203v-14,1,-39,3,-37,-10v-40,-111,-59,-186,-59,-263v0,-41,20,-72,52,-48v1,60,-5,136,14,174v20,-55,17,-116,32,-152v12,-30,23,-25,50,-12v31,105,59,183,91,234v25,-110,20,-207,8,-340v1,-5,23,-7,30,-14v9,10,15,21,20,33v8,124,15,258,-13,367v-5,22,-16,33,-40,33v-68,-61,-67,-103,-114,-205","w":313},"X":{"d":"85,-118v-4,-21,-130,-116,-64,-152v19,3,29,7,29,12v15,31,38,73,67,99v30,-36,88,-108,117,-128v56,9,32,36,2,64v-47,44,-65,74,-83,101v8,14,53,66,88,66r18,20v2,14,-17,20,-26,29v-41,-6,-71,-32,-108,-71v-39,35,-57,61,-76,103v-12,11,-49,24,-49,-12v0,-25,83,-116,85,-131","w":259},"Y":{"d":"115,-288v-4,42,-50,102,-31,153v55,-25,94,-123,103,-212v11,-8,15,-14,34,-9v9,0,13,4,13,13v0,72,41,247,41,348v0,68,-43,165,-120,165v-67,0,-150,-89,-150,-178v0,-23,9,-41,29,-48v21,2,22,99,38,111v29,51,55,77,79,77v52,-12,79,-83,77,-160v-5,-113,-15,-72,-24,-174v-1,0,-7,12,-22,38v-28,50,-64,75,-104,75v-38,0,-54,-21,-54,-63v0,-32,10,-73,34,-124v13,-28,39,-34,57,-12xm84,-326v0,0,-2,0,-2,1v1,1,2,2,2,-1","w":275},"Z":{"d":"233,-290v76,-8,111,-12,156,-19v10,3,10,16,11,27v-62,36,-143,127,-192,158v-14,9,-49,38,-109,82r172,6r191,25v28,8,28,38,4,48v-48,-7,-85,-18,-123,-16v-75,-12,-258,-29,-344,-5v-13,1,-21,-12,-20,-28v0,-12,16,-24,49,-36v99,-64,166,-109,263,-201v-28,-1,-158,13,-226,28v-23,-20,-18,-64,24,-52v38,1,66,-9,144,-17","w":396,"k":{"4":23}},"[":{"d":"0,-225v12,-49,-11,-128,56,-124r82,5v9,21,5,23,-7,49v-60,1,-90,3,-90,7v-16,83,0,112,3,249v-8,21,22,24,53,25v30,1,70,-6,63,26v0,9,-2,13,-7,13v-32,20,-92,13,-138,5v-11,-79,-16,-164,-15,-255","w":164},"\\":{"d":"17,-295v-2,-4,-4,-13,3,-12v4,1,14,4,28,11v15,39,233,244,209,229v11,14,22,24,30,31v14,21,20,39,20,53v-26,22,-39,4,-62,-29v-18,-26,-213,-204,-233,-252v-1,-1,-10,-10,-12,-23v4,-3,7,-12,17,-8","w":304,"k":{"\\":154,"V":21,"T":27,"9":49}},"]":{"d":"113,-349v69,-13,48,73,60,124v1,91,-4,176,-16,255v-49,8,-114,15,-148,-5v-13,-13,-11,-49,30,-39v36,-1,97,4,88,-25v1,-82,17,-172,2,-249v0,-4,-32,-6,-96,-7v-12,-26,-17,-28,-7,-49","w":177},"^":{"d":"143,-240v-24,18,-44,-39,-61,-50v-28,22,-45,40,-45,54v0,4,-8,7,-24,7v-10,1,-8,-11,-9,-18v0,-24,48,-56,62,-91v8,-8,15,-10,28,-9v6,16,36,54,58,92v-6,7,2,23,-9,15","w":155},"_":{"d":"320,71v-12,23,-55,23,-95,22v-9,2,-155,-15,-200,-1v-7,-5,-28,-15,-14,-22v-8,-8,-5,-8,-4,-18v0,-5,20,-10,61,-14v48,-5,145,5,230,5v15,0,22,10,22,28","w":333},"`":{"d":"21,-347v24,1,34,42,45,48v29,32,45,40,31,70v-14,1,-30,-2,-28,-7v-2,-14,-17,-32,-45,-54v-9,-4,-15,-16,-19,-36","w":119},"a":{"d":"135,-83v-30,43,-44,81,-97,85v-22,2,-37,-15,-38,-42v0,-27,17,-59,51,-98v28,-20,61,-45,101,-54v9,0,16,9,18,24v2,20,21,123,45,141v9,15,12,19,12,32v0,10,-22,12,-24,14v-39,-17,-42,-53,-68,-102xm117,-137v-18,2,-75,56,-66,91v24,-1,69,-74,66,-91","w":201,"k":{"\\":28}},"b":{"d":"189,-167v36,89,-47,173,-136,179v-16,0,-31,-7,-45,-21v-12,-53,-8,-117,-8,-180v0,-23,2,-69,14,-133v4,-20,16,-28,34,-27v8,0,15,5,15,17v-11,52,-30,135,-13,194v28,-41,88,-42,139,-29xm58,-36v62,-11,93,-35,87,-84v-59,-16,-82,25,-87,84","w":186},"c":{"d":"1,-40v-8,-62,20,-118,79,-127v11,1,31,2,25,16v19,29,-41,31,-49,49v-12,27,-11,59,26,56v16,5,87,-32,116,-37v20,22,11,17,-9,42v-5,6,-6,9,-10,9v-43,26,-80,39,-111,39v-33,0,-56,-16,-67,-47","w":172,"k":{"\\":71}},"d":{"d":"195,6v-42,8,-39,-37,-61,-57v-13,36,-67,64,-120,62v-23,-13,-21,-22,-21,-43v0,-13,12,-37,43,-65v26,-25,49,-36,66,-38v6,-2,8,-6,8,-12r-7,-130v12,-7,17,-21,38,-20v0,4,3,7,9,9v11,10,8,92,8,126v0,37,27,105,49,142v1,11,-3,11,-12,26xm59,-56v-8,16,-18,23,-5,24v22,2,44,-29,54,-60v-22,7,-40,19,-49,36","w":191},"e":{"d":"-7,-124v-7,-47,34,-61,65,-63v27,-3,62,31,64,71v1,25,-20,42,-54,58v33,46,69,19,106,-27v14,-18,25,-30,36,-23v-2,12,4,16,10,5v3,10,-21,34,-26,54v-7,1,-10,4,-10,8v-17,26,-42,48,-86,48v-34,0,-70,-25,-102,-76xm49,-89v6,1,27,-10,27,-26v0,-16,-8,-29,-25,-31v-22,2,-16,48,-2,57","w":180,"k":{"\\":36}},"f":{"d":"-33,-158v9,-3,39,-15,49,-14v0,-64,10,-107,32,-131v70,-20,120,25,132,94v-3,15,-22,15,-40,16v-7,-35,-26,-74,-52,-74v-28,0,-25,61,-27,93v8,4,93,1,121,12v-1,2,2,5,4,9v-15,30,-84,16,-124,24v6,84,12,139,19,167v-4,2,-6,1,-10,-2v-3,13,-10,18,-26,5v-6,0,-8,-4,-8,-11v-7,-5,-8,-104,-18,-154v-22,-6,-60,3,-52,-34","w":165,"k":{"\/":15}},"g":{"d":"49,1v-30,0,-53,-29,-49,-67v-10,-68,100,-132,162,-83v10,2,-1,11,-2,12v4,102,11,197,-11,251v-23,55,-87,54,-119,12v5,-18,-42,-47,-21,-73v5,-1,16,9,23,11v7,22,27,36,54,54v53,-19,30,-120,35,-188v-7,4,-43,78,-72,71xm106,-125v-28,-11,-76,40,-60,82v25,-10,47,-66,60,-82","w":173,"k":{"\\":39,"T":22}},"h":{"d":"96,-96v-10,9,-37,94,-60,110v-13,3,-17,-11,-30,-15v-10,-21,-5,-189,7,-269v6,0,12,-2,13,-9v7,3,10,5,13,-1v8,4,12,7,12,9v-9,57,-13,123,-10,189v8,-6,18,-29,33,-69v10,-26,40,-41,51,-11v12,31,20,136,55,158v-25,41,-66,-7,-73,-39","w":161,"k":{"\\":33}},"i":{"d":"6,-244v-4,-17,13,-25,31,-24v16,0,23,5,24,18v1,9,-14,19,-34,19v-14,0,-21,-6,-21,-13xm14,-167v-4,-28,24,-37,34,-22v12,58,9,128,7,195v-12,3,-27,21,-34,2v0,3,-1,5,-2,5v-23,-44,4,-116,-5,-180","w":67},"j":{"d":"61,-253v16,-1,27,3,28,17v1,12,-14,20,-35,20v-14,0,-21,-7,-21,-17v0,-11,9,-19,28,-20xm6,98v60,-23,30,-134,39,-208v3,-29,-9,-84,19,-83v10,0,15,3,15,10v0,57,13,238,-6,273v-17,31,-34,50,-62,49v-26,-1,-62,-10,-66,-44v-20,-32,-38,-43,-18,-65v3,-2,11,10,21,9v8,27,31,42,58,59","w":94},"k":{"d":"58,-75v-12,30,10,93,-17,101v-4,13,-32,9,-21,-6v-6,-1,0,8,-6,9v-14,-30,-2,-86,-6,-126v-27,-14,-36,-43,3,-61v3,0,6,-55,6,-165v0,-44,23,-40,41,-31v6,53,5,115,-2,171v39,-8,86,-42,127,-21v0,5,-4,14,-1,19v-25,26,-100,24,-125,54v5,16,61,25,73,40v31,7,97,42,93,48v-3,2,-2,28,-19,22r-10,3v-72,-33,-88,-42,-136,-57","w":196},"l":{"d":"8,-380v12,-11,36,-17,38,2v12,130,-11,229,17,368v-1,24,-9,17,-29,24v-3,-3,-8,-6,-14,-10v-20,-135,-27,-208,-10,-330v-2,0,-3,-7,-4,-19v-12,-6,2,-6,2,-35","w":65},"m":{"d":"120,-103v15,-7,9,-53,33,-50v4,-13,37,-1,35,3v18,29,36,105,55,143v1,1,-6,10,-11,13v-46,9,-50,-74,-66,-92v-28,65,-29,93,-54,93v-18,0,-27,-18,-30,-55v-3,-29,-5,-43,-7,-43v-18,11,-26,131,-71,90v1,-6,-1,-9,-4,-12v8,-25,0,-57,4,-86v13,-2,-2,-22,18,-23v3,-8,8,-1,13,0v3,0,10,-12,25,-26v26,-24,50,13,60,45","w":246,"k":{"\\":85,"V":13,"T":30}},"n":{"d":"54,-144v17,-5,39,-66,61,-61v15,3,22,7,22,8v24,53,32,166,43,197v0,9,-6,12,-17,12v-15,0,-22,-2,-22,-8v-20,-36,-21,-100,-33,-146v-18,14,-51,106,-74,146v-2,-6,-25,2,-24,-9r-8,-15v7,-24,10,-65,10,-124v15,-8,13,-8,18,-14v21,5,30,2,24,14","w":181,"k":{"\\":24,"T":24}},"o":{"d":"61,18v-57,6,-71,-85,-50,-138v7,-6,22,-9,30,-25v8,-5,22,-7,41,-7v32,-1,54,34,54,76v0,44,-31,90,-75,94xm76,-115v-23,0,-32,30,-29,60v2,19,6,28,13,28v28,-9,44,-65,16,-88","w":139,"k":{"\\":65,"T":21}},"p":{"d":"148,-146v54,55,-30,123,-88,126v-1,86,5,138,6,160v-6,0,-13,-1,-14,4v-20,-5,-30,-10,-30,-17v-20,-54,-2,-184,-11,-254v-3,4,-6,7,-7,-4v-1,-3,5,-11,6,-15v-3,-1,-4,7,-5,4v-3,-13,21,-23,29,-34v52,0,92,8,114,30xm60,-60v27,0,61,-24,57,-60v-21,-15,-38,-26,-53,-14","w":167,"k":{"\\":58,"T":19}},"q":{"d":"22,-112v15,-50,89,-84,136,-58v16,17,24,27,24,31v-15,39,-21,139,-18,223v59,-50,65,-41,111,-55v0,3,3,4,11,5v15,-2,2,6,14,10v-25,32,-67,29,-88,57v-24,33,-38,45,-52,74v-5,-11,-15,12,-18,-3v-4,4,-24,2,-22,-2v-11,-14,-7,-47,-7,-72v0,-56,2,-106,8,-151v-33,33,-60,49,-82,49v-34,0,-45,-70,-24,-101v5,0,7,-2,7,-7xm130,-138v-44,-17,-91,58,-77,92v37,-20,64,-50,77,-92","w":190,"k":{"\\":35,"T":24}},"r":{"d":"49,-115v18,-11,57,-71,95,-71v28,0,20,15,30,26v-55,25,-99,91,-104,164v-14,7,-24,10,-29,10v0,-6,-5,-11,-17,-16v4,-5,-26,-95,-24,-141v10,-23,53,-14,49,21r0,7","w":163,"k":{"\/":12}},"s":{"d":"0,-105v-4,-39,47,-68,92,-68v27,0,30,16,33,28v-5,15,-80,18,-73,26v32,34,137,21,137,79v0,32,-54,56,-100,52v-61,-5,-72,-1,-72,-35v0,-9,4,-17,14,-25v38,17,68,29,95,5v-17,-13,-133,-29,-126,-62","w":179,"k":{"\\":72,"T":12}},"t":{"d":"-30,-117v4,-33,63,-9,66,-29v7,2,6,-4,5,-9v0,-42,5,-95,13,-159v12,-17,43,-17,50,5v-11,75,-15,109,-14,167v29,5,57,-10,90,-10v11,0,17,6,17,16v0,15,-10,24,-31,27v-5,4,-49,2,-76,11v0,20,9,45,0,62v8,7,6,48,0,50v-11,0,-21,-5,-26,4v-13,-5,-19,-26,-19,-62v0,-65,5,-54,-50,-54v-12,0,-21,-7,-25,-19","w":165},"u":{"d":"41,-53v31,-5,37,-129,82,-75v4,44,11,80,20,107v10,11,14,25,6,37v-33,6,-41,-26,-58,-58v-25,23,-32,46,-53,42v-14,7,-41,14,-41,-26v0,-46,2,-98,37,-112v6,0,14,5,21,14v2,8,-15,45,-14,71","w":148,"k":{"\\":79,"T":24}},"v":{"d":"82,-66v28,-1,26,-115,70,-109v7,0,14,5,19,15v-4,13,-8,16,-4,25v-18,0,-36,156,-77,147v-15,0,-31,-20,-52,-58v-25,-45,-39,-57,-38,-77v0,-15,12,-21,37,-21v15,26,27,55,45,78","w":176,"k":{"\\":20,"T":20}},"w":{"d":"101,-117v14,-4,67,62,71,58v8,-35,0,-71,-2,-108v-3,-39,40,-31,46,-4v-6,42,5,71,10,131v3,41,-12,37,-34,43v-20,6,-63,-46,-89,-63v-23,55,-25,71,-63,81v-34,-24,-62,-142,-21,-177v52,-17,17,57,32,88v11,0,19,-35,24,-37v13,-5,22,-9,26,-12","w":225,"k":{"\\":14,"T":20}},"x":{"d":"16,-118v31,-24,34,17,57,34v6,0,27,-14,60,-45v18,-16,47,-15,50,12v-30,33,-44,41,-74,61v13,11,31,26,54,43v-1,5,-1,11,0,16v-33,29,-55,-10,-90,-28v-13,-2,-48,43,-68,40v-2,5,-1,6,-5,6v-30,-20,21,-53,33,-76v-7,-8,-41,-45,-17,-63","w":181,"k":{"\\":56,"T":18}},"y":{"d":"41,-65v36,-5,78,-121,76,-128v2,-6,3,-14,3,-24v7,-13,31,-26,46,-8r7,193v8,89,26,203,-71,208v-32,3,-91,-35,-102,-81v22,-24,29,6,59,11v15,7,26,23,47,23v30,0,33,-53,33,-96v0,-39,-5,-83,-14,-129v-8,9,-20,27,-36,54v-28,27,-26,26,-64,29v-14,1,-25,-40,-25,-64v0,-29,5,-66,17,-104v7,-22,29,-23,41,-5v3,16,-23,83,-17,121","w":180,"k":{"T":24}},"z":{"d":"89,-40v6,9,95,1,118,16v-7,47,-61,23,-104,29v-29,4,-47,-5,-71,-5v-33,0,-42,-15,-21,-40v24,-28,95,-52,121,-81v-21,2,-54,4,-99,6v-19,-10,-12,-44,12,-46v36,6,59,-4,147,-10v15,3,22,11,22,22v9,34,-93,87,-125,109","w":213,"k":{"\\":18,"T":13}},"{":{"d":"43,-183v-22,-55,-14,-141,58,-135v6,0,13,-1,21,-2v7,11,8,17,8,27v4,13,-72,16,-62,52v-2,15,16,39,28,63v0,15,-20,37,-37,39v2,4,40,25,39,37v2,6,-30,51,-30,78v-8,26,46,34,60,42v2,18,1,25,-22,24v-82,-4,-90,-51,-58,-124r1,-9v-43,-15,-76,-65,-13,-87","w":132},"|":{"d":"26,-348v23,5,30,43,28,70v15,104,-6,237,16,337v-8,22,-12,34,-23,19v-7,14,-18,10,-23,-11v-23,-103,-19,-268,-19,-389v0,-14,7,-23,21,-26","w":76},"}":{"d":"11,15v92,-17,46,-55,25,-118v-1,-9,24,-23,39,-36v-21,-6,-35,-19,-37,-39v-2,-2,27,-43,27,-64v0,-48,-96,-25,-52,-78v11,2,21,3,34,2v48,-4,67,90,44,136v71,28,43,65,-7,91v0,3,7,25,19,64v16,53,-48,79,-97,64v-4,-7,-1,-24,5,-22"},"~":{"d":"134,-130v-27,-10,-29,52,-59,53v-24,0,-45,-7,-64,-22v-5,-17,-9,-42,9,-43v5,-3,32,14,52,15v12,-20,28,-53,58,-49v10,-4,45,28,68,26v2,0,3,4,4,11v1,21,-11,9,-11,25v-34,0,-59,-4,-57,-16","w":210}}});

function initCufon() {
	Cufon.replace('.widget-title, h1.entry-title, body.home #content h2', { fontFamily: 'Hand Of Sean', hover: false });
}


function initPage()
{
	initCufon();
}


if (window.addEventListener)
	window.addEventListener("load", initPage, false);
else if (window.attachEvent)
	window.attachEvent("onload", initPage);
