/*
 * 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.registerFont({"w":251,"face":{"font-family":"Square","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 4 2 2 2 6 2 3","ascent":"288","descent":"-72","x-height":"2","bbox":"-9 -282 378.842 85","underline-thickness":"38.1445","underline-position":"-17.4023","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":126},"!":{"d":"34,-104r0,-158r58,0r0,158r-58,0xm34,0r0,-63r58,0r0,63r-58,0","w":126},"\"":{"d":"71,-253r34,0r0,98r-34,0r0,-98xm14,-253r34,0r0,98r-34,0r0,-98","w":119},"#":{"d":"125,-149r-16,43r44,0r15,-43r-43,0xm125,-257r38,0r-25,73r42,0r26,-73r39,0r-26,73r50,0r-13,35r-49,0r-15,42r51,0r-13,36r-51,0r-26,73r-39,0r26,-73r-42,0r-27,73r-38,0r25,-73r-50,0r13,-36r50,0r15,-42r-53,0r13,-35r53,0","w":276},"$":{"d":"231,-92v5,67,-28,99,-97,92r0,25r-20,0r0,-25v-62,2,-100,-16,-93,-80v19,1,43,-2,60,1v1,20,10,26,33,25r0,-53v-66,-4,-93,-20,-92,-86v1,-54,33,-70,92,-68r0,-21r20,0r0,21v54,-2,95,14,89,70r-62,0v1,-16,-10,-18,-27,-18r0,50v60,6,93,13,97,67xm134,-54v32,7,42,-24,26,-43v-5,-3,-13,-6,-26,-7r0,50xm114,-209v-28,-7,-37,26,-21,41v5,3,11,5,21,6r0,-47"},"%":{"d":"64,-194v0,29,-13,72,22,66v26,2,16,-40,16,-66v0,-25,0,-32,-22,-31v-17,1,-16,8,-16,31xm150,-205v1,69,8,131,-76,117v-68,7,-59,-56,-59,-117v0,-51,23,-61,76,-60v45,1,59,15,59,60xm107,3r151,-268r29,0r-151,268r-29,0xm292,-103v0,29,-13,72,22,66v26,2,16,-40,16,-66v0,-25,0,-32,-22,-31v-17,1,-16,9,-16,31xm378,-115v2,69,7,132,-76,118v-68,7,-57,-57,-58,-118v-1,-51,24,-60,75,-59v44,1,59,15,59,59","w":394},"&":{"d":"76,-97v-1,27,-1,50,28,48v20,-2,50,6,59,-8r-75,-67v-12,4,-11,9,-12,27xm239,-137v-1,26,3,57,-6,74r34,31r-33,39r-29,-26v-17,25,-58,21,-101,22v-69,1,-97,-27,-91,-99v3,-32,14,-52,43,-56v-16,-13,-21,-29,-21,-58v0,-51,45,-55,101,-55v63,0,89,20,82,83r-58,0v0,-18,3,-35,-18,-32v-27,-4,-60,2,-41,33r81,73r0,-29r57,0","w":268},"'":{"d":"14,-253r34,0r0,98r-34,0r0,-98","w":61},"(":{"d":"119,3v-67,3,-89,-19,-86,-89v3,-87,-24,-197,86,-179r0,44v-45,0,-26,81,-26,126v0,38,-2,50,26,54r0,44","w":144},")":{"d":"26,-265v104,-17,85,88,86,179v1,69,-18,92,-86,89r0,-44v44,-1,26,-80,26,-126v0,-38,2,-51,-26,-54r0,-44","w":144},"*":{"d":"118,-168r30,44r-30,18r-24,-48xm120,-200r54,-3r0,35r-54,-3r0,-29xm94,-217r24,-48r30,18r-30,45xm66,-203r-30,-44r31,-18r24,48xm10,-168r0,-35r54,3r0,29xm90,-155r-23,49r-31,-18r30,-45","w":184},"+":{"d":"132,-215r36,0r0,90r87,0r0,35r-87,0r0,90r-36,0r0,-90r-87,0r0,-35r87,0r0,-90","w":299},",":{"d":"35,20v13,0,20,-6,19,-20r-19,0r0,-63r57,0r0,72v-1,26,-26,39,-57,37r0,-26","w":126},"-":{"d":"8,-68r0,-54r105,0r0,54r-105,0","w":120,"k":{"Y":53,"X":20,"W":13,"V":26,"T":46}},".":{"d":"34,0r0,-63r58,0r0,63r-58,0","w":126},"\/":{"d":"22,33r-30,0r89,-298r30,0","w":98},"0":{"d":"131,-207v-60,-9,-42,51,-45,101v-2,44,5,51,45,51v52,0,35,-56,35,-101v0,-40,-1,-46,-35,-51xm142,3v-88,0,-124,-17,-124,-107v0,-92,-1,-161,92,-161v87,0,123,17,123,107v0,91,4,161,-91,161"},"1":{"d":"30,-184r90,-78r77,0r0,262r-66,0r0,-195r-62,55"},"2":{"d":"108,-265v74,0,121,11,121,90v0,81,-82,71,-134,96v-4,3,-3,13,-3,21r135,0r0,58r-204,0v0,-58,-6,-117,43,-131v30,-9,67,-16,92,-31v11,-24,3,-60,-37,-50v-28,-2,-32,13,-30,40r-65,0v-6,-62,23,-93,82,-93"},"3":{"d":"144,3v-76,0,-133,-11,-123,-91r66,0v-4,31,11,38,43,38v22,0,30,-9,30,-33v0,-27,-25,-26,-52,-25r0,-52v27,1,53,1,49,-30v2,-21,-17,-22,-39,-22v-23,0,-29,11,-28,34r-65,0v-7,-71,41,-90,114,-87v57,2,86,22,86,83v0,28,-16,41,-40,46v34,9,46,30,44,73v-2,44,-36,66,-85,66"},"4":{"d":"70,-103r74,0r0,-104xm13,-50r0,-69r102,-143r95,0r0,159r30,0r0,53r-30,0r0,50r-66,0r0,-50r-131,0"},"5":{"d":"137,3v-68,2,-119,-13,-113,-80r66,0v-3,27,14,27,41,27v36,0,30,-22,31,-53v1,-29,-13,-27,-41,-27v-18,0,-28,0,-30,13r-62,0r0,-145r187,0r0,52r-125,0r0,46v12,-15,31,-18,59,-18v70,0,82,41,79,112v-3,59,-29,71,-92,73"},"6":{"d":"91,-89v-4,33,6,45,44,40v32,3,30,-11,30,-40v0,-25,-19,-20,-44,-20v-22,0,-28,1,-30,20xm112,-265v66,-2,120,6,112,75r-65,0v3,-25,-18,-22,-41,-22v-41,0,-23,38,-27,68v13,-16,39,-16,69,-16v58,0,70,34,70,94v0,62,-52,69,-118,69v-91,0,-88,-71,-87,-161v1,-74,17,-104,87,-107"},"7":{"d":"25,-209r0,-53r198,0r0,52r-89,210r-69,0r87,-209r-127,0"},"8":{"d":"229,-82v0,73,-44,85,-118,85v-55,0,-90,-25,-85,-85v2,-32,16,-47,43,-54v-28,-6,-39,-23,-39,-59v0,-60,45,-70,109,-70v61,0,89,24,86,86v-1,26,-17,38,-40,43v28,8,44,21,44,54xm159,-183v0,-24,-12,-30,-35,-30v-19,0,-28,9,-28,30v0,19,14,24,35,24v17,0,28,-7,28,-24xm92,-84v-2,27,11,34,39,34v23,0,31,-9,31,-34v0,-21,-16,-26,-39,-25v-18,1,-30,8,-31,25"},"9":{"d":"162,-173v4,-33,-6,-44,-44,-39v-32,-5,-29,13,-29,39v0,25,20,20,44,20v23,0,27,-1,29,-20xm142,3v-66,2,-121,-6,-112,-75r65,0v-4,26,18,23,41,23v40,0,22,-39,26,-69v-12,17,-38,17,-68,17v-58,0,-71,-35,-71,-95v0,-62,53,-69,119,-69v90,0,89,71,87,161v-1,74,-16,105,-87,107"},":":{"d":"34,-120r0,-62r58,0r0,62r-58,0xm34,0r0,-63r58,0r0,63r-58,0","w":126},";":{"d":"34,20v14,0,21,-6,20,-20r-20,0r0,-63r58,0r0,72v-1,26,-26,39,-58,37r0,-26xm34,-120r0,-62r58,0r0,62r-58,0","w":126},"<":{"d":"253,-210r0,39r-156,64r156,64r0,38r-207,-85r0,-35","w":299},"=":{"d":"45,-87r210,0r0,35r-210,0r0,-35xm45,-163r210,0r0,35r-210,0r0,-35","w":299},">":{"d":"46,-210r207,85r0,35r-207,85r0,-38r158,-64r-158,-64r0,-39","w":299},"?":{"d":"111,-218v-23,-2,-41,1,-36,26r-61,0v-7,-66,42,-73,109,-73v61,0,80,56,59,111v-8,20,-63,24,-59,60r-61,0v-1,-30,0,-52,23,-62v16,-14,43,-12,43,-47v0,-11,-6,-14,-17,-15xm62,0r0,-63r61,0r0,63r-61,0","w":207},"@":{"d":"243,-19v-23,1,-37,-8,-38,-29v-22,46,-118,36,-109,-31v-8,-69,82,-134,127,-76r9,-17r31,0r-27,112v0,9,7,12,17,13v39,-8,58,-44,59,-88v1,-59,-55,-98,-117,-97v-90,3,-147,54,-147,140v0,73,57,120,134,119v43,-1,78,-15,106,-34r14,21v-32,23,-69,40,-120,40v-98,-2,-166,-49,-166,-145v0,-107,72,-169,180,-169v86,0,149,42,149,126v0,64,-37,112,-102,115xm134,-78v0,34,34,41,54,22v16,-15,19,-43,26,-67v-4,-17,-11,-30,-31,-29v-29,0,-49,40,-49,74","w":360},"A":{"d":"107,-99r57,0r-26,-108r-4,0xm7,0r75,-262r108,0r73,262r-75,0r-12,-46r-82,0r-12,46r-75,0","w":270,"k":{"\u2019":26,"\u2018":26,"\u201d":26,"\u201c":26,"Y":33,"X":6,"V":13,"U":6,"T":40,"S":6,"Q":6,"O":6,"G":6,"C":6}},"B":{"d":"243,-82v0,114,-120,76,-216,82r0,-262v89,9,223,-35,211,78v-3,31,-15,45,-44,49v27,5,49,22,49,53xm167,-175v9,-40,-38,-27,-70,-29r0,47v26,-3,70,10,70,-18xm171,-77v9,-43,-40,-28,-74,-30r0,49v28,-3,74,12,74,-19","w":261,"k":{"Y":6,"V":6}},"C":{"d":"130,-58v31,0,37,-12,37,-43r71,0v4,83,-35,104,-120,104v-99,0,-100,-64,-100,-161v0,-86,33,-109,120,-107v75,2,99,25,99,99r-70,0v1,-27,-9,-37,-37,-37v-53,0,-38,50,-38,94v0,41,2,50,38,51","w":254,"k":{"Y":6,"A":6}},"D":{"d":"260,-157v2,95,-2,157,-100,157r-133,0r0,-262r133,0v76,1,98,27,100,105xm188,-109v-6,-44,15,-103,-39,-94r-52,0r0,145v50,-2,100,14,91,-51","w":278,"k":{"Y":6,"V":6,"A":6}},"E":{"d":"27,0r0,-262r196,0r0,59r-126,0r0,45r123,0r0,50r-123,0r0,50r129,0r0,58r-199,0","w":247},"F":{"d":"27,0r0,-262r176,0r0,59r-106,0r0,50r100,0r0,58r-100,0r0,95r-70,0","w":220,"k":{"a":13,"A":13,".":13,",":13}},"G":{"d":"118,-265v75,-3,139,14,135,85r-70,0v1,-25,-28,-23,-55,-23v-55,0,-37,49,-40,94v-3,49,14,51,59,51v29,0,39,-8,37,-36r-40,0r0,-49r109,0v5,88,-10,146,-97,146v-109,0,-144,-40,-138,-150v4,-77,26,-115,100,-118","w":270,"k":{"Y":6,"A":6}},"H":{"d":"27,0r0,-262r70,0r0,98r91,0r0,-98r70,0r0,262r-70,0r0,-102r-91,0r0,102r-70,0","w":285},"I":{"d":"29,0r0,-262r71,0r0,262r-71,0","w":128},"J":{"d":"97,-58v21,0,30,-2,30,-24r0,-180r71,0r0,182v1,66,-36,83,-107,83v-72,0,-83,-43,-79,-115r68,0v2,22,-7,54,17,54","w":223,"k":{"A":6}},"K":{"d":"27,0r0,-262r70,0r0,99r5,0r63,-99r84,0r-87,127r95,135r-86,0r-69,-104r-5,0r0,104r-70,0","w":257,"k":{"\u2018":13,"\u201c":13,"y":20,"u":6,"o":6,"e":6,"Y":20,"W":6,"U":6,"T":6,"O":13,"C":13,"A":13}},"L":{"d":"27,0r0,-262r71,0r0,201r117,0r0,61r-188,0","w":220,"k":{"\u2019":33,"\u2018":33,"\u201d":33,"\u201c":33,"y":20,"Y":60,"W":20,"V":46,"T":46,"A":13}},"M":{"d":"237,-262r102,0r0,262r-68,0r0,-192r-53,192r-70,0r-53,-194r0,194r-68,0r0,-262r102,0r54,190","w":365},"N":{"d":"27,0r0,-262r104,0r81,195r0,-195r67,0r0,262r-104,0r-81,-196r0,196r-67,0","w":306},"O":{"d":"142,-203v-62,-7,-52,40,-52,94v-1,46,10,51,52,51v53,0,40,-48,40,-94v0,-40,-2,-46,-40,-51xm153,3v-92,0,-135,-14,-135,-107v0,-96,2,-161,100,-161v91,0,135,14,135,107v0,96,-1,161,-100,161","w":271,"k":{"Y":6,"X":6,"V":6,"A":6}},"P":{"d":"246,-175v11,97,-52,112,-149,105r0,70r-70,0r0,-262v100,3,229,-24,219,87xm174,-159v2,-28,-3,-44,-31,-44r-46,0r0,75v34,-3,84,14,77,-31","w":258,"k":{"Y":6,"A":20,".":26,",":26}},"Q":{"d":"142,-203v-62,-12,-50,40,-52,94v-2,51,16,52,62,51r-21,-18r28,-32r23,19v-5,-48,20,-123,-40,-114xm150,3v-91,0,-132,-16,-132,-107v0,-96,2,-161,100,-161v91,0,140,14,135,107v-2,42,7,96,-14,117r20,18r-26,32r-23,-18v-15,9,-33,12,-60,12","w":274},"R":{"d":"166,-164v9,-45,-30,-40,-69,-39r0,68v32,-2,74,9,69,-29xm166,0v-3,-34,13,-82,-30,-76r-39,0r0,76r-70,0r0,-262v99,6,211,-31,211,93v0,36,-18,56,-51,60v54,2,53,52,51,109r-72,0","w":258,"k":{"Y":6,"V":6}},"S":{"d":"160,3v-80,0,-157,4,-145,-84r67,0v-2,29,23,29,52,28v31,6,35,-25,24,-44v-57,-19,-141,6,-141,-97v0,-68,54,-71,128,-71v54,0,87,23,81,80r-68,0v4,-26,-17,-24,-41,-24v-24,0,-31,6,-29,28v2,24,55,21,80,24v50,7,69,31,66,89v-2,44,-29,71,-74,71","w":249,"k":{"A":6}},"T":{"d":"78,0r0,-203r-67,0r0,-59r205,0r0,59r-67,0r0,203r-71,0","w":226,"k":{"y":33,"w":33,"u":46,"s":40,"r":20,"o":40,"e":40,"c":40,"a":40,"T":26,"A":40,";":26,":":26,".":53,"-":46,",":53}},"U":{"d":"157,3v-90,0,-134,-13,-134,-107r0,-158r69,0r0,153v-1,46,10,52,54,51v37,-1,41,-11,41,-51r0,-153r69,0r0,158v3,79,-24,107,-99,107","w":278,"k":{"A":6}},"V":{"d":"7,-262r74,0r51,205r53,-205r75,0r-75,262r-106,0","w":265,"k":{"y":6,"u":26,"o":26,"i":6,"e":26,"a":20,"O":6,"A":13,";":20,":":20,".":60,"-":26,",":60}},"W":{"d":"12,-262r70,0r25,201r41,-201r78,0r38,201r27,-201r71,0r-44,262r-100,0r-32,-178r-33,178r-101,0","w":373,"k":{"u":11,"r":11,"o":6,"e":6,"a":6,";":13,":":13,".":33,"-":13,",":33}},"X":{"d":"8,0r69,-136r-59,-126r79,0r37,91r37,-91r79,0r-61,126r67,136r-80,0r-43,-100r-45,100r-80,0","w":264,"k":{"e":6,"O":6,"C":6,"A":6,"-":20}},"Y":{"d":"-1,-262r79,0r47,101r46,-101r78,0r-90,170r0,92r-70,0r0,-92","w":248,"k":{"u":33,"o":53,"i":6,"e":38,"a":46,"O":6,"C":6,"A":33,";":33,":":33,".":73,"-":53,",":73}},"Z":{"d":"17,0r0,-61r125,-140r-118,0r0,-61r207,0r0,63r-122,138r122,0r0,61r-214,0"},"[":{"d":"33,0r0,-262r85,0r0,41r-25,0r0,180r22,0r0,41r-82,0","w":144},"\\":{"d":"111,33r-30,0r-90,-298r31,0","w":98},"]":{"d":"112,0r-83,0r0,-41r23,0r0,-180r-25,0r0,-41r85,0r0,262","w":144},"^":{"d":"158,-257r44,0r85,99r-42,0r-65,-65r-66,65r-41,0","w":360},"_":{"d":"0,49r180,0r0,36r-180,0r0,-36","w":180},"`":{"d":"38,-272r46,0r34,65r-24,0","w":180},"a":{"d":"76,-64v-4,24,11,26,35,26v15,0,17,-10,17,-26v0,-18,-17,-16,-34,-16v-12,-1,-17,6,-18,16xm112,-151v-14,1,-29,-2,-28,13r-59,0v-2,-49,41,-52,91,-50v50,1,72,14,72,61r0,127r-60,0r0,-17v-24,34,-122,28,-111,-32v-5,-50,20,-67,72,-67v17,0,32,6,39,17v-2,-21,9,-54,-16,-52","w":210},"b":{"d":"135,-78v0,-30,9,-70,-29,-63v-30,-3,-20,36,-21,63v-2,28,3,35,28,34v21,-1,22,-10,22,-34xm133,2v-28,1,-41,-10,-51,-28r1,26r-57,0r0,-262r59,0r0,100v8,-17,24,-25,48,-26v59,-1,61,52,61,115v0,49,-16,74,-61,75","w":211},"c":{"d":"99,-42v24,2,31,-7,30,-31r59,0v7,63,-31,75,-98,75v-72,0,-73,-44,-73,-114v0,-67,32,-78,98,-76v53,2,74,19,73,72v-18,-2,-44,4,-59,-2v1,-21,-8,-27,-30,-25v-32,-4,-22,36,-22,65v0,28,-1,35,22,36","w":203},"d":{"d":"126,-78v0,-30,11,-70,-28,-63v-30,-3,-20,36,-21,63v-2,28,3,35,28,34v21,-1,21,-8,21,-34xm78,-188v24,0,40,9,48,26r0,-100r59,0r0,262r-57,0r1,-26v-10,18,-23,28,-51,28v-60,0,-61,-51,-61,-114v0,-50,16,-76,61,-76","w":211},"e":{"d":"99,-37v20,0,30,-2,31,-20r58,0v-2,52,-40,59,-98,59v-72,0,-73,-44,-73,-114v0,-67,32,-76,98,-76v67,0,76,38,73,106r-112,0v0,24,-4,45,23,45xm107,-150v-28,0,-33,9,-31,37r55,0v0,-24,-1,-37,-24,-37","w":204},"f":{"d":"127,-218v-18,1,-39,-3,-38,15r0,18r38,0r0,45r-38,0r0,140r-60,0r0,-140r-20,0r0,-45r20,0v-2,-48,10,-78,55,-77r43,0r0,44","w":130,"k":{".":13,",":13}},"g":{"d":"107,-141v-38,-5,-30,31,-30,63v0,28,4,34,30,34v32,0,23,-35,23,-63v0,-25,-1,-31,-23,-34xm79,-188v24,0,40,9,48,26r0,-23r59,0r0,173v4,66,-28,84,-91,83v-44,-1,-73,-13,-69,-58r56,0v-1,16,11,16,27,16v27,1,20,-33,21,-59v-9,19,-25,26,-53,26v-57,0,-59,-48,-59,-108v0,-50,16,-76,61,-76","w":210},"h":{"d":"108,-139v-23,0,-23,9,-23,35r0,104r-59,0r0,-262r59,0r0,103v6,-19,23,-27,50,-29v89,-5,49,113,58,188r-58,0r0,-107v-1,-25,-2,-32,-27,-32","w":216},"i":{"d":"25,-216r0,-46r60,0r0,46r-60,0xm25,0r0,-185r60,0r0,185r-60,0","w":109},"j":{"d":"86,-17v2,59,-19,74,-76,71r0,-44v12,0,17,-3,17,-16r0,-179r59,0r0,168xm27,-216r0,-46r59,0r0,46r-59,0","w":111},"k":{"d":"26,0r0,-262r59,0r0,147r4,0r36,-70r67,0r-51,89r61,96r-69,0r-44,-74r-4,0r0,74r-59,0","w":203},"l":{"d":"27,0r0,-262r59,0r0,262r-59,0","w":109},"m":{"d":"81,-159v10,-39,92,-39,100,1v8,-19,23,-29,49,-30v84,-4,45,115,54,188r-58,0r0,-107v-1,-25,0,-32,-22,-32v-21,1,-19,10,-20,35r0,104r-58,0r0,-107v-1,-25,0,-32,-22,-32v-21,1,-19,10,-20,35r0,104r-58,0r0,-185r56,0","w":306},"n":{"d":"108,-139v-23,0,-23,9,-23,35r0,104r-59,0r0,-185r57,0r-1,26v10,-19,25,-29,53,-29v89,0,49,113,58,188r-58,0r0,-107v-1,-25,-2,-32,-27,-32","w":216},"o":{"d":"106,-143v-39,-5,-28,32,-29,65v-1,31,1,36,29,36v32,0,22,-36,22,-65v0,-28,1,-33,-22,-36xm115,2v-65,2,-98,-8,-98,-75v0,-81,9,-115,98,-115v71,0,75,45,73,115v-1,56,-17,74,-73,75","w":204},"p":{"d":"85,-107v0,30,-11,70,28,63v30,3,22,-36,22,-63v0,-28,-4,-36,-29,-35v-20,1,-21,10,-21,35xm133,2v-24,0,-40,-9,-48,-25r0,94r-59,0r0,-256r57,0r-1,26v10,-18,23,-29,51,-29v60,-2,63,52,61,115v-1,48,-16,74,-61,75","w":211},"q":{"d":"77,-107v0,30,-11,70,28,63v30,4,20,-36,21,-63v2,-29,-3,-36,-28,-35v-20,1,-21,10,-21,35xm78,-188v28,0,41,11,51,29r-1,-26r57,0r0,256r-59,0r0,-94v-8,16,-24,25,-48,25v-60,0,-61,-51,-61,-114v0,-50,16,-75,61,-76","w":211},"r":{"d":"103,-139v-19,2,-17,10,-18,35r0,104r-59,0r0,-185r57,0r-1,26v9,-18,20,-29,45,-29v48,0,50,32,50,84r-55,0v0,-19,1,-37,-19,-35","w":182,"k":{".":20,",":20}},"s":{"d":"125,2v-57,0,-114,2,-110,-55r61,0v1,17,12,19,32,18v23,4,29,-18,19,-31v-41,-15,-110,3,-110,-72v0,-49,52,-50,105,-50v40,0,65,13,63,53r-58,0v0,-14,-14,-16,-30,-15v-20,-4,-27,16,-18,28v40,17,120,-7,112,69v-4,35,-27,55,-66,55","w":205},"t":{"d":"173,-76v7,63,-23,85,-88,78v-74,8,-55,-76,-57,-144r-21,0r0,-43r21,0r0,-36r58,0r0,36r79,0r0,43r-79,0r0,75v1,20,1,26,19,26v21,0,19,-16,19,-35r49,0","w":184},"u":{"d":"111,-46v23,0,24,-8,24,-35r0,-104r58,0r0,185r-57,0r1,-26v-10,19,-24,28,-52,28v-90,0,-50,-112,-59,-187r59,0r0,107v0,26,1,32,26,32","w":217},"v":{"d":"1,-185r64,0r33,139r34,-139r63,0r-54,185r-88,0","w":198,"k":{".":20,",":20}},"w":{"d":"39,0r-30,-185r59,0r15,138r26,-138r70,0r26,138r15,-138r59,0r-31,185r-81,0r-23,-128r-23,128r-82,0","w":286,"k":{".":20,",":20}},"x":{"d":"8,0r53,-97r-46,-88r66,0r23,63r24,-63r64,0r-46,89r52,96r-67,0r-28,-68r-29,68r-66,0","w":204},"y":{"d":"54,-2r-52,-183r61,0r36,138r31,-138r63,0r-58,209v-9,43,-41,52,-92,45r0,-41v25,3,39,-8,40,-30r-29,0","w":196,"k":{".":20,",":20}},"z":{"d":"17,0r0,-50r88,-91r-82,0r0,-44r153,0r0,50r-87,90r89,0r0,45r-161,0","w":194},"{":{"d":"74,-200v-4,-57,29,-60,81,-60r0,37v-78,-16,1,126,-75,130v43,3,37,48,37,94v0,31,8,36,38,35r0,37v-52,1,-81,-3,-81,-60v0,-46,8,-95,-46,-88r0,-37v50,10,49,-40,46,-88","w":180},"|":{"d":"72,-275r36,0r0,360r-36,0r0,-360","w":180},"}":{"d":"100,-93v-76,-5,8,-142,-75,-130r0,-37v52,-1,84,4,81,60v-2,46,-6,99,47,88r0,37v-53,-7,-50,40,-47,88v3,58,-29,61,-81,60r0,-37v79,17,0,-125,75,-129","w":180},"~":{"d":"150,-127v46,19,86,14,119,-14r0,39v-20,13,-39,23,-67,24v-34,0,-78,-26,-103,-23v-28,3,-47,12,-68,28r0,-39v34,-23,71,-34,119,-15","w":299},"\u2122":{"d":"141,-257r35,0r22,58r22,-58r34,0r0,96r-24,0r0,-72r-27,72r-10,0r-28,-72r0,72r-24,0r0,-96xm36,-257r86,0r0,20r-30,0r0,76r-26,0r0,-76r-30,0r0,-20","w":299},"\u2026":{"d":"31,0r0,-63r58,0r0,63r-58,0xm151,0r0,-63r58,0r0,63r-58,0xm271,0r0,-63r58,0r0,63r-58,0","w":360},"\u2013":{"d":"0,-76r0,-38r180,0r0,38r-180,0","w":180},"\u2014":{"d":"0,-114r360,0r0,38r-360,0r0,-38","w":360},"\u201c":{"d":"172,-236v-14,-1,-22,7,-18,20r18,0r0,59r-54,0v-1,-55,-9,-113,54,-105r0,26xm85,-236v-14,0,-20,5,-19,20r19,0r0,59r-54,0v0,-55,-10,-113,54,-105r0,26","w":203,"k":{"A":26}},"\u201d":{"d":"118,-182v15,1,20,-7,19,-21r-19,0r0,-59r54,0v0,55,10,113,-54,105r0,-25xm31,-182v14,2,22,-8,18,-21r-18,0r0,-59r54,0v0,55,10,113,-54,105r0,-25","w":203},"\u2018":{"d":"85,-236v-14,0,-20,5,-19,20r19,0r0,59r-54,0v0,-55,-10,-113,54,-105r0,26","w":120,"k":{"A":26}},"\u2019":{"d":"31,-182v14,2,22,-8,18,-21r-18,0r0,-59r54,0v0,55,10,113,-54,105r0,-25","w":120},"\u00d7":{"d":"73,-211r79,79r80,-79r24,24r-79,80r79,79r-24,24r-80,-79r-79,79r-24,-24r79,-79r-79,-80","w":299},"\u00a0":{"w":126}}});

function initCufon() {
	Cufon.replace('#menu a', { fontFamily: 'Square', hover: true });
	Cufon.replace('.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .aside .item-box .title', { fontFamily: 'Square' });
}
jQuery(document).ready(function(){
	initCufon();
});
