//<![CDATA[
/* Cufon 1.0.9 */
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("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.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 - Horatio Font */
Cufon.registerFont({"w":178,"face":{"font-family":"HoratioCufon","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 2 2 2 3 2 3 3","ascent":"269","descent":"-91","x-height":"2","bbox":"-11 -271 274 88","underline-thickness":"33.5742","underline-position":"-26.543","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":90},"!":{"d":"65,-59r-38,0r0,-181r38,0r0,181xm23,-21v0,-12,10,-23,23,-23v13,0,24,9,24,24v0,12,-12,22,-24,22v-12,0,-23,-10,-23,-23","w":92},"\"":{"d":"68,-168r-3,-72r29,0r-3,72r-23,0xm20,-168r-3,-72r29,0r-3,72r-23,0","w":110},"#":{"d":"142,-73r-11,71r-26,0r10,-71r-42,0r-10,71r-26,0r10,-71r-33,0r3,-26r34,0r6,-42r-34,0r4,-26r33,0r10,-71r27,0r-11,71r43,0r10,-71r26,0r-10,71r35,0r-4,26r-35,0r-6,42r35,0r-4,26r-34,0xm125,-141r-42,0r-6,42r42,0","w":203},"$":{"d":"50,-114v-49,-25,-34,-124,24,-127r0,-30r28,0r0,28v11,1,25,4,41,8r0,39v-35,-16,-85,-18,-87,23v-2,39,68,36,86,58v33,40,9,114,-42,116r0,35r-28,0r0,-33v-31,-5,-27,-4,-54,-12r0,-40v47,22,92,26,102,-20v0,-31,-47,-34,-70,-45"},"%":{"d":"67,-93v-45,0,-52,-38,-52,-90v0,-40,21,-59,53,-60v45,-1,52,40,52,94v0,37,-23,56,-53,56xm68,-118v32,1,24,-39,25,-70v0,-19,-9,-29,-26,-30v-32,-2,-24,42,-25,73v0,16,11,27,26,27xm102,0r-27,0r112,-240r27,0xm222,3v-46,0,-53,-39,-53,-90v0,-40,21,-59,53,-60v45,-1,52,40,52,94v0,37,-22,56,-52,56xm222,-22v32,1,24,-39,25,-70v1,-20,-9,-29,-26,-30v-32,-2,-24,42,-25,73v0,16,11,27,26,27","w":288},"&":{"d":"180,-120v0,42,-5,62,-24,84r24,36r-43,0r-8,-13v-45,34,-122,7,-122,-54v0,-28,13,-49,38,-64v-42,-45,-23,-108,39,-109v33,-1,60,23,59,57v-2,33,-17,50,-44,67r35,49v6,-13,9,-30,9,-53r37,0xm84,-207v-38,0,-22,48,-4,64v16,-12,26,-16,27,-37v0,-15,-9,-27,-23,-27xm65,-103v-32,17,-21,73,18,72v9,0,18,-3,26,-9","w":182},"'":{"d":"20,-168r-3,-72r29,0r-3,72r-23,0","w":62},"(":{"d":"89,-270v-60,83,-58,218,0,300r-24,0v-31,-30,-57,-91,-57,-153v0,-60,25,-115,57,-147r24,0","w":105},")":{"d":"16,30v60,-83,58,-218,0,-300r24,0v32,30,57,90,57,153v0,60,-25,115,-57,147r-24,0","w":105},"*":{"d":"87,-240r0,42r40,-13r7,20r-41,13r25,35r-16,12r-26,-34r-24,34r-18,-12r26,-35r-41,-13r6,-20r41,13r0,-42r21,0","w":153},"+":{"d":"108,-139r36,0r0,38r-36,0r0,36r-38,0r0,-36r-37,0r0,-38r37,0r0,-37r38,0r0,37"},",":{"d":"43,-47v22,0,29,24,17,43r-24,36r-11,0r10,-33v-25,-4,-18,-46,8,-46","w":85},"-":{"d":"63,-64r-63,0r0,-26r63,0r0,26","w":62,"k":{"Y":7,"W":-5,"V":-1,"T":-1,"A":-12}},".":{"d":"19,-21v1,-11,10,-23,23,-23v13,0,24,9,24,24v0,11,-11,23,-23,22v-12,0,-24,-11,-24,-23","w":85},"\/":{"d":"5,0r93,-240r32,0r-94,240r-31,0","w":134},"0":{"d":"89,5v-70,0,-79,-69,-79,-151v0,-61,29,-99,79,-99v54,0,83,34,79,101r0,56v2,60,-28,93,-79,93xm89,-34v54,0,39,-68,41,-119v1,-33,-12,-52,-41,-53v-55,-2,-41,72,-41,125v0,25,14,47,41,47","k":{"7":1,"4":-4,"1":-4}},"1":{"d":"6,-240v38,-1,64,-4,64,40r0,200r-38,0r0,-203r-26,0r0,-37","w":81,"k":{"9":-7,"8":-12,"7":-3,"6":-7,"5":-12,"4":-3,"3":-10,"2":-11,"1":-8,"0":-13,".":-10,",":-10}},"2":{"d":"77,-245v50,0,90,53,65,103v-20,39,-63,72,-92,105r94,0r0,37r-111,0v-29,2,-43,-29,-23,-50r77,-81v15,-16,23,-30,23,-43v1,-17,-14,-35,-32,-34v-19,0,-36,16,-35,37r-38,0v-3,-41,32,-74,72,-74","w":153,"k":{"7":-3,"4":6,"1":-2}},"3":{"d":"77,-245v60,0,95,77,49,120v51,42,17,132,-48,130v-43,-2,-71,-31,-73,-75r38,0v0,23,15,36,36,38v33,2,48,-56,15,-68v-12,-5,-33,-4,-33,-23v0,-31,48,-12,48,-52v0,-18,-14,-33,-31,-33v-18,0,-33,14,-32,33r-38,0v-1,-38,33,-70,69,-70","w":158,"k":{"4":-5,"1":-4}},"4":{"d":"104,-53v-48,1,-133,6,-94,-50r96,-137r36,0r0,149r20,0r0,38r-20,0r0,53r-38,0r0,-53xm104,-91r0,-86r-60,86r60,0","w":163,"k":{"7":1,"4":-8,"1":-5}},"5":{"d":"84,-118v-38,0,-68,6,-68,-38r0,-84r132,0r0,37r-94,0r0,48v64,-6,106,20,109,77v5,85,-118,112,-150,40v-6,-12,-9,-24,-9,-38r38,0v2,24,18,44,41,44v24,0,42,-20,42,-45v0,-25,-17,-40,-41,-41","w":168,"k":{"7":1,"4":-6,"1":-2}},"6":{"d":"89,4v-60,0,-102,-65,-72,-124r62,-120r43,0r-41,83v52,-11,92,32,92,78v1,46,-39,83,-84,83xm135,-77v1,-25,-21,-46,-46,-46v-24,-1,-44,21,-44,45v0,24,19,45,44,45v24,1,45,-20,46,-44","k":{"7":10,"4":-6,"1":3}},"7":{"d":"113,-240v34,-3,45,25,31,52r-91,188r-45,0r100,-203r-105,0r0,-37r110,0","w":153,"k":{":":17,"7":-7,"6":11,"4":16,"1":-5,".":25,",":25}},"8":{"d":"82,-243v60,0,94,81,46,115v56,38,24,131,-46,131v-67,0,-105,-92,-47,-131v-46,-36,-16,-115,47,-115xm113,-175v0,-17,-14,-31,-31,-31v-17,0,-31,13,-31,30v0,17,15,31,32,31v16,0,30,-15,30,-30xm119,-71v0,-21,-16,-38,-37,-38v-20,0,-38,18,-38,38v0,20,17,37,38,37v21,0,37,-16,37,-37","w":163,"k":{"4":-6,"1":-4}},"9":{"d":"88,-244v60,0,102,65,72,124r-61,120r-43,0r41,-83v-54,9,-92,-32,-92,-78v-1,-45,38,-83,83,-83xm133,-162v0,-24,-20,-45,-44,-45v-24,-1,-46,20,-46,44v-1,24,21,46,45,46v24,1,45,-21,45,-45","k":{"4":7}},":":{"d":"19,-21v1,-11,10,-23,23,-23v13,0,24,9,24,24v0,11,-11,23,-23,22v-12,0,-24,-11,-24,-23xm19,-127v1,-11,10,-24,23,-23v13,0,24,10,24,24v0,12,-12,23,-23,23v-13,0,-24,-12,-24,-24","w":85},";":{"d":"43,-47v22,0,29,24,17,43r-24,36r-11,0r10,-33v-25,-4,-18,-46,8,-46xm19,-127v1,-12,10,-24,24,-23v12,0,23,11,23,24v0,11,-10,23,-23,23v-13,0,-24,-12,-24,-24","w":85},"<":{"d":"168,-213r0,38r-116,55r116,55r0,38r-156,-77r0,-32","w":180},"=":{"d":"144,-110r0,37r-111,0r0,-37r111,0xm144,-167r0,37r-111,0r0,-37r111,0"},">":{"d":"12,-213r156,77r0,32r-156,77r0,-38r116,-55r-116,-55r0,-38","w":180},"?":{"d":"153,-171v0,37,-23,57,-54,69r0,42r-38,0r0,-45v-4,-43,57,-25,54,-66v0,-18,-15,-35,-34,-35v-20,-1,-34,17,-34,36r-38,0v0,-41,31,-73,72,-73v39,0,72,31,72,72xm57,-21v1,-12,10,-23,24,-23v13,0,23,10,23,24v0,11,-10,23,-23,22v-12,0,-24,-11,-24,-23","w":163},"@":{"d":"143,-190v57,0,66,58,52,112v32,3,37,-23,38,-50v3,-54,-44,-98,-97,-97v-60,1,-99,46,-103,105v-5,85,113,141,173,78r13,12v-19,22,-48,34,-82,34v-72,-2,-124,-52,-124,-124v0,-72,52,-124,123,-124v68,0,117,47,117,115v0,42,-18,70,-65,67v-13,0,-11,-10,-9,-21v-33,43,-108,21,-108,-36v0,-38,33,-71,72,-71xm130,-80v53,6,73,-90,10,-90v-54,-5,-68,90,-10,90","w":265},"A":{"d":"191,0r-39,0r-14,-45r-81,0r-13,45r-39,0r65,-220v8,-33,45,-33,55,1xm128,-82r-31,-106r-30,106r61,0","w":195,"k":{"y":3,"w":5,"v":5,"u":1,"t":2,"q":2,"o":1,"g":2,"e":1,"d":2,"c":2,"b":1,"a":1,"Y":18,"W":10,"V":12,"U":7,"T":15,"Q":8,"O":8,"G":8,"C":8,".":-7,"-":-12,",":-8}},"B":{"d":"61,-240v77,-15,115,62,70,104v66,30,34,136,-45,136v-34,0,-59,1,-59,-35r0,-170v-1,-24,10,-36,34,-35xm113,-176v0,-23,-20,-30,-48,-27r0,53v26,2,48,-4,48,-26xm130,-75v0,-32,-29,-41,-65,-38r0,76v37,2,65,-4,65,-38","w":182,"k":{"Y":13,"W":6,"V":8,"O":3,"A":8}},"C":{"d":"49,-119v0,57,40,86,106,82r0,37v-92,4,-145,-38,-145,-119v0,-74,57,-130,145,-121r0,37v-69,-4,-106,26,-106,84","w":164,"k":{"O":12,"K":4,"H":4,"A":-2}},"D":{"d":"66,0v-28,0,-39,-9,-39,-37r0,-165v0,-28,9,-38,38,-38v80,0,128,49,128,119v0,69,-57,121,-127,121xm155,-121v0,-49,-37,-83,-90,-82r0,166v54,3,90,-38,90,-84","w":202,"k":{"Y":12,"X":7,"W":5,"V":7,"T":11,"J":2,"A":8}},"E":{"d":"27,-202v-7,-57,63,-33,110,-38r0,37r-72,0r0,60r65,0r0,37r-65,0r0,69r72,0r0,37v-45,-5,-110,19,-110,-36r0,-166","w":155},"F":{"d":"67,0r-39,0r0,-204v-5,-53,66,-32,111,-36r0,37r-72,0r0,60r65,0r0,37r-65,0r0,106","w":149,"k":{"u":8,"r":9,"o":7,"j":4,"i":4,"e":7,"a":7,"O":4,"J":7,"A":14,".":20,"-":-4,",":20}},"G":{"d":"49,-120v0,67,80,115,136,71v15,-11,25,-26,31,-45r-81,0r0,-37v43,6,122,-20,122,26v0,65,-55,107,-123,110v-66,3,-124,-58,-124,-125v0,-103,125,-163,203,-96v11,9,21,18,26,28r-32,20v-41,-70,-158,-41,-158,48","w":266,"k":{"Y":14,"W":7,"V":9,"T":12,"A":10}},"H":{"d":"202,0r-39,0r0,-106r-98,0r0,106r-38,0r0,-240r38,0r0,97r98,0r0,-97r39,0r0,240","w":228},"I":{"d":"65,0r-38,0r0,-240r38,0r0,240","w":91},"J":{"d":"0,-37v25,1,34,-8,34,-31r0,-172r38,0r-2,195v-8,31,-29,47,-70,45r0,-37","w":96,"k":{"A":6}},"K":{"d":"189,0r-47,0v-24,-41,-57,-75,-76,-122v14,-46,46,-78,67,-118r44,0r-75,117xm65,0r-38,0r0,-240r38,0r0,240","w":185,"k":{"y":12,"u":9,"o":10,"e":10,"a":10,"T":-4,"S":-4,"O":10,"G":10,"C":10,"-":-1}},"L":{"d":"136,0v-45,-5,-109,19,-109,-37r0,-203r38,0r0,203r71,0r0,37","w":142,"k":{"y":7,"u":4,"Y":26,"W":18,"V":21,"U":10,"T":19,"S":-1,"O":14,"G":14,"C":14,"A":-4,"-":2}},"M":{"d":"190,-219v8,-35,55,-28,55,11r0,208r-36,0r0,-167r-51,148v-7,27,-37,28,-46,2r-50,-147r0,164r-35,0r0,-208v-3,-43,43,-44,56,-6r52,155","w":271},"N":{"d":"27,-213v-2,-33,36,-38,50,-11r87,163r0,-179r36,0r0,214v3,30,-37,40,-50,16r-88,-165r0,175r-35,0r0,-213","w":226,"k":{"A":5,".":-1,",":-1}},"O":{"d":"10,-120v-2,-66,56,-128,125,-125v72,3,123,52,123,127v0,69,-53,123,-123,123v-70,0,-123,-54,-125,-125xm135,-32v75,0,112,-100,58,-152v-53,-51,-144,-10,-144,64v0,48,40,88,86,88","w":268,"k":{"Y":12,"X":7,"W":5,"V":7,"T":11,"A":8}},"P":{"d":"151,-168v0,47,-35,75,-86,72r0,96r-38,0r0,-204v1,-29,11,-37,44,-36v50,0,80,27,80,72xm113,-168v0,-25,-19,-37,-48,-35r0,70v29,2,48,-10,48,-35","w":158,"k":{"o":14,"e":14,"a":14,"J":8,"A":15,".":28,"-":5,",":28}},"Q":{"d":"259,-120v0,39,-16,68,-38,89r32,36r-51,0r-12,-14v-87,43,-180,-23,-180,-112v0,-70,52,-124,124,-124v72,0,125,52,125,125xm49,-121v0,59,54,104,114,83r-51,-57r51,0r33,36v54,-52,10,-149,-62,-149v-46,0,-85,41,-85,87","w":268},"R":{"d":"133,-123v44,5,17,81,24,123r-38,0r0,-84v7,-33,-50,0,-54,-30r0,114r-38,0r0,-202v-2,-37,22,-38,58,-38v63,0,99,83,48,117xm65,-120v1,-29,57,-6,54,-48v-2,-28,-17,-37,-54,-36r0,84","w":180,"k":{"y":2,"u":-1,"o":-1,"e":-1,"a":-1,"Y":11,"W":4,"V":5,"T":7,"O":1,"G":1,"C":1,"-":-14}},"S":{"d":"46,-112v-68,-31,-34,-132,42,-132v17,0,33,2,49,7r0,40v-35,-19,-91,-17,-91,25v0,44,79,29,95,59v41,49,-3,118,-68,118v-17,0,-38,-4,-62,-12r0,-40v45,23,103,27,108,-22v4,-34,-50,-33,-73,-43","w":165,"k":{"t":-1,"Y":6,"W":4,"V":5,"T":6,"A":5}},"T":{"d":"137,-202r-47,-1r0,203r-38,0r0,-203r-48,0r0,-37r133,0r0,38","w":141,"k":{"y":15,"w":16,"v":15,"u":13,"s":12,"r":13,"o":13,"g":14,"e":13,"c":14,"a":13,"Y":-7,"W":-4,"V":-7,"S":-1,"O":10,"J":7,"G":10,"C":10,"A":15,";":13,":":13,".":10,"-":-1,",":10}},"U":{"d":"110,-32v32,0,49,-22,49,-59r0,-149r38,0r0,149v2,61,-35,96,-87,96v-50,0,-86,-35,-86,-92r0,-153r38,0r0,150v0,35,16,58,48,58","w":220,"k":{"r":1,"p":1,"n":1,"m":1,"A":7,".":3,",":4}},"V":{"d":"185,-240r-64,216v-3,33,-44,36,-53,5r-66,-221r39,0r53,181r52,-181r39,0","w":186,"k":{"y":14,"u":12,"r":12,"o":13,"i":4,"g":14,"e":13,"a":14,"T":-7,"S":1,"O":7,"G":7,"C":6,"A":12,";":12,":":13,".":16,"-":-1,",":15}},"W":{"d":"259,-240r-45,216v-4,35,-44,35,-51,3r-30,-145r-31,145v-3,32,-42,31,-48,1r-46,-220r37,0r33,179r31,-158v4,-33,43,-31,49,2r30,156r33,-179r38,0","w":266,"k":{"y":11,"u":8,"r":8,"o":10,"i":6,"g":10,"e":9,"a":10,"T":-4,"O":5,"G":5,"C":4,"A":10,";":9,":":9,".":11,"-":-5,",":10}},"X":{"d":"182,0r-46,0r-47,-86r-44,86r-43,0r67,-126r-64,-114r44,0r40,76r39,-76r44,0r-61,114","w":183,"k":{"y":10,"u":8,"o":8,"e":8,"a":8,"Q":9,"O":9,"C":9,"-":-4}},"Y":{"d":"105,0r-38,0r0,-105r-66,-135r40,0r44,92r42,-92r39,0r-61,135r0,105","w":167,"k":{"v":13,"u":17,"p":17,"o":18,"i":7,"g":18,"e":18,"a":18,"T":-7,"S":5,"O":11,"G":11,"C":11,"A":16,";":17,":":17,".":16,"-":5,",":16}},"Z":{"d":"123,-240v34,-4,44,23,29,46r-99,157r102,0r0,37r-120,0v-25,3,-38,-22,-26,-41r102,-162r-99,0r0,-37r111,0","w":163,"k":{"y":8,"v":11}},"[":{"d":"89,-269r0,27r-35,0r0,245r35,0r0,26r-65,0r0,-298r65,0","w":95},"\\":{"d":"130,0r-32,0r-93,-240r31,0","w":134},"]":{"d":"24,-269r65,0r0,298r-65,0r0,-26r34,0r0,-245r-34,0r0,-27","w":95},"^":{"d":"44,-131r-35,0r60,-110r42,0r60,110r-35,0r-46,-84","w":180},"_":{"d":"0,26r180,0r0,34r-180,0r0,-34","w":180},"`":{"d":"110,-172r-25,2r-15,-55r34,0","w":180},"a":{"d":"89,-156v49,0,79,35,79,94r0,62r-36,0r0,-14v-49,40,-124,0,-122,-63v1,-45,34,-79,79,-79xm133,-76v0,-25,-18,-45,-43,-45v-24,0,-46,19,-45,44v0,24,19,44,44,44v23,0,44,-18,44,-43","w":182,"k":{"y":2,"w":5,"v":5}},"b":{"d":"94,2v-48,0,-78,-33,-78,-93r0,-149r35,0r0,100v49,-40,123,0,122,63v-1,46,-34,79,-79,79xm138,-77v0,-24,-19,-44,-44,-44v-23,0,-44,19,-44,43v0,25,18,45,43,45v25,0,45,-19,45,-44","w":182,"k":{"y":3,"w":6,"v":5}},"c":{"d":"45,-76v0,34,29,46,71,42r0,34v-69,5,-106,-20,-106,-76v0,-54,41,-84,106,-78r0,34v-47,-2,-71,9,-71,44","w":123,"k":{"k":1,"h":1}},"d":{"d":"10,-77v0,-61,72,-103,122,-63r0,-100r36,0r0,149v2,60,-27,90,-79,93v-42,2,-79,-36,-79,-79xm133,-77v0,-25,-18,-44,-43,-44v-24,-1,-44,20,-45,44v-1,25,20,44,45,44v24,0,43,-21,43,-44","w":182},"e":{"d":"47,-62v8,30,58,40,77,12r38,0v-11,30,-35,50,-73,52v-42,1,-80,-37,-79,-79v1,-46,34,-78,78,-79v39,0,77,28,77,66v0,45,-74,23,-118,28xm130,-93v-9,-34,-72,-38,-82,0r82,0","w":174,"k":{"y":2,"x":2,"w":5,"v":5}},"f":{"d":"92,-206v-33,-4,-32,22,-31,52r31,0r0,34r-31,0r0,120r-36,0r0,-120r-24,0r0,-34r24,0v-3,-55,12,-88,67,-86r0,34","w":95,"k":{"t":-8,"s":-1,"o":3,"j":1,"i":1,"f":-7,"e":4,"a":4}},"g":{"d":"168,5v6,68,-63,102,-115,69v-21,-13,-30,-34,-30,-60r34,0v2,22,17,40,37,39v32,-2,41,-28,39,-66v-50,38,-123,-1,-123,-64v0,-42,37,-81,80,-79v49,2,79,37,78,91r0,70xm133,-75v0,-25,-18,-46,-44,-46v-24,0,-44,20,-44,44v0,24,19,44,44,44v22,1,44,-18,44,-42","w":183,"k":{"r":-2,"l":-1,"e":-1,"a":-1}},"h":{"d":"56,-147v47,-26,94,9,94,64r0,83r-35,0v-5,-45,17,-121,-29,-121v-48,0,-25,76,-30,121r-36,0r0,-240r36,0r0,93","w":168,"k":{"y":2}},"i":{"d":"56,0r-35,0r0,-154r35,0r0,154xm16,-199v0,-12,10,-22,22,-22v12,0,22,10,22,23v0,11,-10,21,-22,21v-12,0,-22,-10,-22,-22","w":76,"k":{"j":-1}},"j":{"d":"-11,49v24,0,32,-7,31,-33r0,-170r36,0r0,168v3,49,-24,72,-67,69r0,-34xm16,-199v0,-12,11,-22,22,-22v12,0,22,10,22,23v0,11,-10,21,-22,21v-12,0,-22,-10,-22,-22","w":76},"k":{"d":"150,0r-44,0v-16,-28,-38,-48,-49,-81v4,-24,31,-50,44,-73r43,0r-53,72xm56,0r-36,0r0,-240r36,0r0,240","w":149,"k":{"u":4,"s":-1,"o":6,"g":6,"e":6,"a":6,".":-1,"-":2,",":-1}},"l":{"d":"56,0r-36,0r0,-240r36,0r0,240","w":76,"k":{"y":1,"v":1}},"m":{"d":"112,-141v34,-33,94,-8,94,49r0,92r-35,0r0,-93v0,-19,-7,-28,-20,-28v-15,0,-22,11,-21,27r0,94r-36,0r0,-93v0,-19,-6,-28,-20,-28v-13,0,-20,9,-20,26r0,95r-35,0r0,-91v-8,-59,55,-82,93,-50","w":224,"k":{"y":2,"w":4,"v":4,"p":-2}},"n":{"d":"84,-156v38,2,64,26,64,71r0,85r-35,0v-5,-45,16,-121,-29,-121v-47,0,-25,76,-30,121r-35,0v-1,-74,-10,-157,65,-156","w":167,"k":{"y":2,"w":5,"v":4,"p":-1,"T":13}},"o":{"d":"10,-76v0,-42,35,-80,80,-80v42,0,80,37,79,81v-1,46,-35,75,-80,77v-42,1,-79,-36,-79,-78xm134,-76v0,-23,-19,-45,-44,-45v-23,0,-45,19,-45,44v0,24,20,44,44,44v24,0,45,-19,45,-43","k":{"y":2,"x":2,"w":5,"v":5,"t":2,"T":13}},"p":{"d":"173,-77v0,61,-72,103,-122,63r0,100r-35,0r0,-148v-4,-62,26,-91,78,-94v42,-3,79,37,79,79xm138,-77v1,-24,-20,-44,-44,-44v-24,0,-44,20,-44,44v-1,25,19,43,43,44v25,1,45,-19,45,-44","w":182,"k":{"y":3}},"q":{"d":"89,-156v49,0,79,35,79,94r0,148r-36,0r0,-100v-49,40,-124,0,-122,-63v1,-45,34,-79,79,-79xm133,-76v0,-25,-18,-45,-43,-45v-24,0,-46,19,-45,44v0,24,19,44,44,44v23,0,44,-18,44,-43","w":182,"k":{"u":-1}},"r":{"d":"88,-120v-55,-3,-28,74,-34,120r-35,0v1,-74,-15,-164,69,-155r0,35","w":94,"k":{"y":5,"x":-5,"w":-1,"v":-4,"u":3,"t":-6,"s":1,"r":5,"q":5,"p":5,"o":6,"n":6,"m":5,"l":2,"k":2,"j":4,"i":3,"h":2,"g":5,"f":-6,"e":6,"d":7,"c":5,"a":6,";":3,":":3,".":9,"-":-2,",":9}},"s":{"d":"58,-62v-67,-8,-52,-100,11,-95v12,0,25,2,40,7r0,36v-18,-13,-56,-21,-62,4v8,26,71,14,71,63v0,48,-60,61,-103,41r0,-36v18,9,33,14,46,14v33,0,28,-29,-3,-34","w":130,"k":{"t":1}},"t":{"d":"61,-120v3,37,-13,91,32,86r0,34v-69,6,-71,-53,-68,-120r-26,0r0,-34r26,0r0,-54r36,0r0,54r32,0r0,34r-32,0","w":101,"k":{"o":3,"h":-2,"e":2,"a":3,"S":-3,";":1,":":1}},"u":{"d":"83,2v-38,-2,-64,-25,-64,-71r0,-85r35,0v5,45,-17,121,29,121v48,0,25,-76,30,-121r35,0v1,74,10,158,-65,156","w":167},"v":{"d":"134,-154v-17,49,-29,107,-51,151v-14,11,-30,2,-35,-15r-44,-136r36,0r28,103r32,-103r34,0","w":137,"k":{"s":2,"o":4,"l":1,"g":5,"e":4,"c":4,"a":5,";":5,":":5,".":11,"-":-8,",":11}},"w":{"d":"198,-154v-15,49,-24,106,-43,151v-15,12,-33,3,-37,-21r-14,-78r-17,83v-3,27,-33,27,-40,2r-39,-137r34,0r24,101r16,-83v4,-29,37,-30,43,0r16,85r22,-103r35,0","w":206,"k":{"s":3,"o":5,"l":2,"g":5,"e":5,"c":5,"a":5,";":6,":":7,".":10,"-":-7,",":10}},"x":{"d":"131,0r-39,0r-27,-49r-25,49r-39,0r44,-79r-44,-75r39,0r25,44r21,-44r41,0r-42,75","w":131,"k":{"q":3,"o":3,"e":3,"c":3,"a":3}},"y":{"d":"86,-33v48,0,25,-76,30,-121r35,0r0,167v2,47,-28,75,-66,75v-36,0,-69,-29,-66,-68r35,0v-1,21,13,33,31,33v28,1,35,-26,32,-59v-48,24,-95,-9,-95,-66r0,-82r35,0v5,45,-17,121,29,121","w":171,"k":{"s":-2,"o":-1,"l":-1,"e":-1,"c":-1,"a":-1,";":1,":":1,".":-1,"-":-11,",":-1}},"z":{"d":"11,-154v44,1,136,-11,96,44r-55,76r61,0r0,34v-44,-1,-136,10,-98,-43r56,-77r-60,0r0,-34","w":120},"{":{"d":"56,-210v-1,36,8,81,-20,90v47,12,-15,129,55,123r0,26v-45,2,-65,-9,-65,-53v0,-33,10,-81,-21,-85r0,-23v31,-5,21,-53,21,-87v0,-43,21,-51,65,-50r0,28v-26,1,-34,5,-35,31","w":95},"|":{"d":"71,-240r38,0r0,300r-38,0r0,-300","w":180},"}":{"d":"40,-30v2,-36,-8,-80,20,-90v-28,-10,-19,-54,-20,-90v-1,-26,-9,-30,-35,-31r0,-28v43,-2,65,8,65,50v0,34,-10,82,21,87r0,23v-31,5,-21,52,-21,85v0,45,-20,54,-65,53r0,-26v27,-1,35,-5,35,-33","w":95},"~":{"d":"83,-230v-18,1,-21,12,-30,25r-19,-16v12,-24,21,-40,50,-43v17,-2,52,24,73,24v16,0,22,-11,30,-25r20,15v-10,23,-25,44,-51,44v-21,0,-56,-26,-73,-24","w":239},"\u00a0":{"w":90}}});



/* Custom Javascript */

Cufon.replace('.heading h1', 				{ fontSize: '25px' });
//Cufon.replace('.content h2');
//Cufon.replace('.content .boxed h3', { fontSize: '23px' });
Cufon.now();


$(document).ready(function(){ 

	$('.nojs-hide').css('visibility','visible');

	$(function(){
	  //add css class to input[type=text] fields if the selector is not natively supported
	  // IE6 hack: Since some CSS selectors are not working, we simulate with class names.
	 // /*@cc_on@if (@_jscript_version <= 5.6)
	  $('input[type=text],input[type=password],input[type=radio],input[type=checkbox]').
			each(function() { $(this).addClass('type_' + this.type); });
		//@end@*/
	});
	
	
	// Provides a smooth scroll to internal anchor links
	$(function(){
    $('a[href*=#]').click(function() {
    if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')
        && location.hostname == this.hostname) {
            var $target = $(this.hash);
            $target = $target.length && $target || $('[name=' +  this.hash.slice(1) + ']');
            if ($target.length) {
                var targetOffset = $target.offset().top;
                $('html,body').animate({scrollTop: targetOffset}, 1000);
                return false;
    }}});
	});		
});
//]]>