/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 * @version 1.09
 */
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}})());
/*** Fonts ***/
/* Futura MD BT Medium */
var futuraFont = "Futura MD BT Medium";
Cufon.registerFont({"w":1237,"face":{"font-family":futuraFont,"font-weight":400,"font-stretch":"normal","units-per-em":"2048","panose-1":"2 11 6 2 2 2 4 2 3 3","ascent":"1556","descent":"-492","x-height":"39","bbox":"-31 -1587 1950.5 483","underline-thickness":"145","underline-position":"-151","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":618},"!":{"d":"223,-1497r228,0r0,1161r-228,0r0,-1161xm336,39v-71,0,-131,-61,-131,-131v0,-70,61,-131,131,-131v72,0,131,60,131,131v0,70,-60,131,-131,131","w":674},"\"":{"d":"395,-1436r164,0r0,557r-164,0r0,-557xm86,-1436r164,0r0,557r-164,0r0,-557","w":643},"#":{"d":"709,-852r-91,254r256,0r91,-254r-256,0xm735,-1460r191,0r-154,436r250,0r156,-436r190,0r-154,436r291,0r-59,172r-293,0r-90,252r309,0r-61,172r-307,0r-156,434r-191,0r156,-434r-252,0r-158,434r-190,0r156,-434r-299,0r61,-172r297,0r90,-252r-315,0r61,-172r316,0","w":1575},"$":{"d":"1085,-430v-1,257,-168,401,-413,428r0,170r-105,0r0,-166v-234,-16,-381,-120,-430,-319r189,-84v32,114,111,177,241,192r0,-457v-137,-56,-236,-117,-298,-184v-62,-67,-93,-146,-93,-237v2,-230,170,-363,391,-388r0,-112r105,0r0,114v184,17,312,90,366,232r-184,92v-43,-66,-95,-108,-182,-125r0,402v163,77,273,146,329,209v56,63,84,140,84,233xm567,-1268v-86,27,-139,65,-139,166v0,104,58,148,139,193r0,-359xm672,-215v99,-25,168,-87,168,-201v0,-115,-73,-158,-168,-207r0,408"},"%":{"d":"1092,-346v0,140,30,266,145,266v122,0,148,-120,149,-268v0,-141,-30,-266,-145,-266v-121,0,-148,122,-149,268xm1239,39v-216,0,-326,-159,-326,-387v0,-228,112,-385,328,-385v218,0,326,155,326,385v0,228,-112,387,-328,387xm385,-709v-217,0,-328,-156,-328,-385v0,-227,113,-385,328,-385v218,0,326,155,326,385v0,229,-110,384,-326,385xm238,-1092v0,141,30,267,145,267v121,0,147,-121,147,-269v0,-142,-29,-268,-143,-268v-120,0,-148,124,-149,270xm455,39r-138,0r854,-1518r138,0","w":1622},"&":{"d":"600,-1280v-108,0,-181,99,-138,203v23,55,74,96,109,143v80,-44,165,-91,166,-205v1,-81,-57,-141,-137,-141xm330,-514v-109,151,17,365,196,356v132,-7,220,-63,308,-137r-320,-369v-68,44,-154,108,-184,150xm1311,-508v-54,86,-120,163,-195,229r246,279r-275,0r-118,-139v-124,104,-249,170,-453,174v-257,5,-458,-169,-455,-418v0,-83,26,-161,78,-231v52,-70,135,-140,248,-211v-75,-78,-159,-165,-160,-308v-2,-198,170,-329,377,-329v207,0,360,112,359,309v0,71,-23,136,-68,195v-45,59,-118,118,-217,176r305,354v68,-68,126,-142,188,-229","w":1374},"'":{"d":"86,-1436r164,0r0,557r-164,0r0,-557","w":334},"(":{"d":"358,-541v0,388,70,678,211,934r-163,53v-148,-272,-238,-588,-238,-985v0,-406,86,-723,238,-993r163,49v-135,268,-211,557,-211,942","w":621},")":{"d":"207,-1532v152,271,237,587,237,993v0,396,-90,714,-237,985r-162,-53v141,-256,211,-545,211,-934v0,-384,-75,-675,-211,-942","w":621},"*":{"d":"178,-868r-72,-121r226,-115r-226,-133r72,-123r211,135r-12,-239r145,0r-14,241r215,-137r72,123r-232,127r232,121r-76,121r-211,-140r14,246r-145,0r10,-244","w":901},"+":{"d":"768,-1221r170,0r0,527r514,0r0,166r-514,0r0,528r-170,0r0,-528r-514,0r0,-166r514,0r0,-527","w":1706},",":{"d":"309,-248r195,72r-260,536r-129,-51","w":618},"-":{"d":"147,-571r535,0r0,200r-535,0r0,-200","w":829,"k":{"x":36,"s":-38,"q":-38,"o":-38,"e":-38,"d":-38,"c":-38,"Y":159,"X":73,"W":112,"V":120,"T":188,"S":-38,"Q":-75,"O":-75,"J":-114,"G":-75,"C":-38,"A":36}},".":{"d":"309,18v-71,0,-131,-58,-131,-129v0,-71,60,-133,131,-133v72,0,131,62,131,133v0,71,-60,129,-131,129","w":618},"\/":{"d":"717,-1497r170,0r-717,1687r-170,0","w":887},"0":{"d":"1145,-705v0,233,-47,415,-141,547v-94,132,-222,197,-386,197v-166,0,-291,-69,-388,-199v-180,-242,-180,-878,2,-1119v98,-130,223,-200,389,-200v168,0,297,67,388,201v91,134,136,324,136,573xm404,-309v95,187,334,182,430,3v89,-166,87,-657,0,-828v-95,-186,-335,-182,-430,-1v-89,170,-88,653,0,826"},"1":{"d":"541,0r0,-1262r-303,0r92,-188r428,0r0,1450r-217,0"},"2":{"d":"565,-1479v269,0,458,147,457,406v0,89,-26,179,-70,271v-64,132,-341,444,-485,612r557,0r0,190r-981,0r547,-655v68,-82,118,-154,149,-216v31,-62,47,-118,47,-169v1,-145,-95,-234,-241,-234v-136,0,-230,97,-238,227r-229,0v-2,-270,206,-432,487,-432"},"3":{"d":"1075,-385v1,273,-217,424,-506,424v-274,0,-470,-167,-475,-430r228,0v-5,151,105,233,256,233v173,0,278,-88,278,-258v0,-197,-133,-278,-342,-262r0,-192v178,14,305,-47,305,-213v0,-126,-90,-205,-219,-205v-137,0,-227,68,-231,196r-215,0v13,-253,181,-387,452,-387v255,0,436,143,436,389v0,179,-95,304,-251,326v183,32,284,165,284,379"},"4":{"d":"735,-989r-373,526r367,0r1,-448v1,-25,3,-51,5,-78xm729,0r0,-297r-702,0r852,-1182r67,0r0,1016r178,0r0,166r-178,0r0,297r-217,0"},"5":{"d":"1098,-500v0,329,-230,543,-563,539v-221,-3,-357,-79,-457,-215r158,-174v59,110,158,192,309,194v193,3,325,-140,325,-336v0,-194,-145,-330,-342,-327v-136,2,-237,50,-309,125r-59,-13r182,-743r692,0r0,193r-549,0r-86,323v70,-29,139,-48,228,-49v277,-4,471,204,471,483"},"6":{"d":"604,-741v-159,0,-264,128,-264,292v0,165,103,291,262,291v175,0,281,-115,281,-291v0,-178,-103,-292,-279,-292xm596,39v-287,0,-483,-202,-483,-490v0,-151,150,-442,346,-720r256,-363r182,92r-424,553v57,-27,116,-46,191,-47v261,-4,450,207,450,473v0,300,-215,502,-518,502"},"7":{"d":"229,-31r598,-1231r-677,0r0,-188r1009,0r-737,1505"},"8":{"d":"115,-389v0,-199,103,-336,260,-385v-132,-57,-209,-141,-211,-313v-3,-243,197,-392,452,-392v263,0,457,150,455,402v-1,159,-85,256,-211,303v153,47,260,188,260,381v0,282,-208,432,-504,432v-291,0,-501,-152,-501,-428xm838,-1083v0,-128,-86,-203,-217,-203v-133,0,-224,75,-224,203v0,126,89,196,219,196v133,0,222,-68,222,-196xm344,-410v0,161,107,254,272,254v166,0,275,-92,275,-254v0,-163,-109,-256,-275,-256v-163,0,-272,97,-272,256"},"9":{"d":"614,-698v159,0,265,-131,265,-295v0,-166,-101,-291,-261,-291v-175,0,-282,115,-282,291v0,179,103,295,278,295xm623,-1479v287,0,485,201,485,488v0,152,-148,443,-346,721r-258,362r-180,-92r421,-551v-55,28,-115,44,-190,45v-262,4,-451,-205,-451,-471v0,-300,215,-502,519,-502"},":":{"d":"336,-664v-72,0,-131,-60,-131,-131v0,-69,61,-129,131,-129v72,0,131,57,131,129v0,72,-60,131,-131,131xm336,18v-71,0,-131,-58,-131,-129v0,-69,61,-131,131,-131v72,0,131,60,131,131v0,71,-60,129,-131,129","w":674},";":{"d":"422,-664v-71,0,-129,-60,-129,-131v0,-69,59,-129,129,-129v73,0,131,57,131,129v0,72,-60,131,-131,131xm315,-248r195,72r-260,536r-131,-51","w":674},"<":{"d":"1442,-1176r0,185r-934,381r934,381r0,182r-1178,-483r0,-160","w":1706},"=":{"d":"254,-487r1198,0r0,165r-1198,0r0,-165xm254,-901r1198,0r0,168r-1198,0r0,-168","w":1706},">":{"d":"264,-1176r1178,486r0,160r-1178,483r0,-182r934,-381r-934,-381r0,-185","w":1706},"?":{"d":"557,-1317v-113,0,-178,83,-176,201r-172,0v-21,-232,128,-383,348,-383v212,0,358,135,356,344v0,77,-21,139,-57,189v-37,50,-139,114,-247,167v-132,64,-197,127,-197,185v0,67,64,126,133,125v94,-2,139,-60,141,-156r178,0v7,213,-112,330,-319,330v-179,0,-326,-122,-326,-295v0,-79,21,-144,63,-196v42,-52,125,-108,248,-167v83,-40,137,-71,160,-97v23,-26,35,-57,35,-93v1,-90,-75,-154,-168,-154xm528,39v-70,0,-131,-61,-131,-131v0,-70,62,-131,131,-131v73,0,131,59,131,131v0,70,-60,131,-131,131","w":1114},"@":{"d":"1382,-113v-133,0,-208,-44,-208,-170v-67,105,-148,167,-304,168v-207,2,-313,-125,-313,-336v0,-286,202,-561,471,-557v130,1,199,52,248,142r55,-107r154,0r-150,598v-38,122,106,147,197,91v145,-89,252,-253,254,-478v2,-352,-303,-573,-676,-569v-377,4,-614,178,-750,416v-67,118,-98,250,-98,395v0,426,326,692,768,686v248,-3,456,-80,615,-191r67,99v-177,135,-390,225,-674,227v-427,3,-723,-187,-864,-465v-95,-188,-99,-460,-24,-672v87,-245,280,-442,506,-544v220,-100,522,-124,775,-48v207,62,368,196,453,364v88,175,89,423,1,602v-89,183,-240,349,-503,349xm741,-444v0,123,57,204,174,204v135,0,234,-117,263,-239r55,-228v-16,-102,-74,-176,-184,-176v-186,0,-308,230,-308,439","w":2048},"A":{"d":"477,-575r408,0r-150,-334v-20,-50,-39,-106,-55,-166v-47,190,-134,333,-203,500xm1135,0r-166,-377r-580,0r-170,377r-250,0r709,-1522r708,1522r-251,0","w":1356,"k":{"w":36,"v":36,"Y":112,"W":36,"V":36,"U":36,"T":112,"Q":36,"O":36,"G":36,"C":36,";":-38,":":-38,"-":45}},"B":{"d":"803,-1049v0,-188,-97,-213,-311,-217r-91,0r0,420r91,0v199,-3,311,-30,311,-203xm860,-430v0,-173,-114,-242,-305,-236r-154,0r0,467r82,0v234,8,377,-32,377,-231xm831,-776v169,24,278,166,275,360v-4,202,-104,345,-268,391v-138,39,-468,22,-670,25r0,-1464v187,3,457,-13,602,17v170,36,272,168,272,366v0,163,-80,267,-211,305","w":1180,"k":{"Y":36,"W":36,"V":36,".":55,"-":-57,",":55}},"C":{"d":"883,-1499v199,0,343,61,473,151r-13,240v-118,-100,-255,-169,-450,-172v-317,-5,-541,234,-541,553v0,304,219,550,516,545v205,-3,348,-78,473,-185r0,269v-119,85,-262,137,-454,137v-374,0,-612,-194,-725,-465v-78,-186,-78,-421,0,-606v113,-268,350,-467,721,-467","w":1470,"k":{";":-38,":":-38,"-":-47}},"D":{"d":"406,-215v143,-1,355,6,448,-22v204,-61,309,-236,309,-496v0,-263,-107,-436,-315,-496v-84,-24,-301,-22,-442,-22r0,1036xm168,0r0,-1464v232,0,628,-4,762,32v304,83,481,324,481,701v0,375,-179,616,-477,699v-159,44,-529,30,-766,32","w":1516,"k":{"Y":73,"W":36,"V":36,"A":36,".":120,"-":-65,",":120}},"E":{"d":"168,0r0,-1464r817,0r0,202r-579,0r0,367r579,0r0,209r-579,0r0,473r579,0r0,213r-817,0","w":1090,"k":{";":-38,":":-38,".":-38,"-":-38,",":-38}},"F":{"d":"168,0r0,-1464r817,0r0,202r-579,0r0,365r579,0r0,209r-579,0r0,688r-238,0","w":1075,"k":{"u":36,"r":36,"A":73,";":83,":":83,".":405,"-":102,",":405}},"G":{"d":"893,-174v258,0,446,-122,438,-375r-352,0r0,-201r580,0r4,138v2,415,-256,651,-676,651v-385,0,-615,-185,-727,-462v-75,-186,-76,-429,0,-612v111,-267,357,-462,727,-462v260,0,425,100,553,256r-174,131v-89,-103,-200,-168,-375,-170v-314,-5,-539,232,-539,549v0,322,223,557,541,557","w":1645,"k":{"Y":36,"W":36,"T":36,";":-38,":":-38,".":55,"-":-47,",":55}},"H":{"d":"168,0r0,-1464r238,0r0,540r720,0r0,-540r238,0r0,1464r-238,0r0,-711r-720,0r0,711r-238,0","w":1532,"k":{".":36,",":36}},"I":{"d":"172,0r0,-1464r238,0r0,1464r-238,0","w":584},"J":{"d":"662,-322v-1,243,-100,361,-338,361v-151,0,-239,-62,-320,-152r152,-153v41,47,73,84,143,84v117,0,127,-76,127,-217r0,-1065r236,0r0,1142","w":807,"k":{";":63,":":63,".":102,"-":36,",":102}},"K":{"d":"168,0r0,-1464r238,0r0,606r526,-606r291,0r-580,651r649,813r-307,0r-579,-748r0,748r-238,0","w":1270,"k":{"y":73,"u":36,"o":36,"e":36,"a":36,"Y":73,"W":73,"U":36,"T":73,"O":73,"C":73,";":-38,":":-38,".":-38,"-":102,",":-38}},"L":{"d":"168,0r0,-1464r238,0r0,1251r532,0r0,213r-770,0","w":963,"k":{"y":73,"Y":149,"W":112,"V":112,"U":36,"T":112,"O":73,";":-38,":":-38,".":-38,"-":36,",":-38}},"M":{"d":"1362,-723v-6,-26,-21,-162,-27,-200v-14,74,-36,139,-67,202r-383,780r-383,-796v-30,-61,-53,-120,-72,-186v-2,71,-13,137,-27,202r-157,721r-219,0r346,-1526r432,924r80,199v15,-48,54,-135,84,-200r422,-923r354,1526r-221,0","w":1767},"N":{"d":"168,0r0,-1522r930,895r77,81v26,29,53,61,82,97r0,-1015r220,0r0,1521r-949,-911v-51,-50,-99,-105,-141,-164r0,1018r-219,0","w":1645,"k":{";":55,":":55,".":92,",":92}},"O":{"d":"1380,-520v55,-131,55,-289,0,-420v-78,-186,-240,-338,-493,-338v-253,0,-417,151,-495,337v-54,130,-55,292,0,422v78,186,241,337,495,337v252,0,415,-153,493,-338xm1610,-1024v79,182,80,408,0,590v-115,263,-360,473,-723,473v-364,0,-610,-210,-725,-472v-79,-180,-79,-411,0,-592v115,-264,358,-472,725,-472v366,0,608,210,723,473","w":1774,"k":{"Y":73,"X":36,"V":36,"T":73,"A":36,";":-38,":":-38,".":83,"-":-57,",":83}},"P":{"d":"797,-1047v0,-208,-159,-213,-391,-213r0,408v227,-4,391,9,391,-195xm391,-657r0,657r-223,0r0,-1464v256,11,576,-33,727,75v127,91,190,339,108,520v-82,180,-239,221,-522,212r-90,0","w":1090,"k":{"s":36,"r":36,"o":73,"n":36,"e":73,"a":73,"A":112,";":92,":":92,".":491,"-":159,",":491}},"Q":{"d":"392,-942v-149,378,130,766,501,756v94,-3,164,-21,231,-56r-262,-282r289,0r141,151v80,-97,129,-200,129,-358v0,-258,-146,-425,-330,-507v-129,-57,-280,-56,-409,0v-129,55,-238,165,-290,296xm1669,-731v0,230,-93,407,-221,532r311,336r-284,0r-191,-207v-185,108,-474,146,-702,46v-267,-117,-478,-343,-478,-707v0,-364,214,-597,480,-709v186,-78,417,-76,604,0v187,76,345,230,422,414v39,93,59,191,59,295","w":1774,"k":{";":-38,":":-38,"-":-57}},"R":{"d":"762,-1040v5,-203,-132,-221,-356,-220r0,420r43,0v218,-6,308,-16,313,-200xm1006,-1061v0,239,-119,370,-336,395r504,666r-269,0r-487,-655r-27,0r0,655r-223,0r0,-1464v251,9,555,-33,696,82v82,67,142,179,142,321","w":1147,"k":{"u":36,"o":36,"e":36,"a":36,"Y":36,"-":55}},"S":{"d":"1032,-414v2,281,-198,453,-485,453v-253,0,-416,-124,-463,-332r190,-88v34,125,128,200,283,201v137,1,232,-84,231,-217v0,-86,-71,-163,-214,-230v-156,-73,-316,-169,-368,-235v-52,-65,-81,-142,-81,-234v0,-243,190,-401,440,-401v213,0,367,86,422,242r-186,96v-51,-78,-106,-130,-217,-133v-121,-3,-209,68,-209,184v0,92,123,191,278,260v146,64,244,132,298,196v54,64,81,143,81,238","w":1124,"k":{";":-38,":":-38,".":36,"-":-65,",":36}},"T":{"d":"641,-1262r0,1262r-238,0r0,-1262r-389,0r0,-202r1014,0r0,202r-387,0","w":1042,"k":{"y":206,"w":206,"u":206,"s":206,"r":167,"o":206,"e":206,"c":206,"a":206,"O":73,"C":73,"A":149,";":131,":":131,".":264,"-":188,",":264}},"U":{"d":"762,39v-401,0,-599,-192,-600,-592r0,-911r235,0r0,889v-1,256,115,397,365,397v249,0,365,-141,364,-397r0,-889r238,0r0,911v0,398,-202,592,-602,592","w":1524,"k":{"A":36,";":63,":":63,".":120,"-":55,",":120}},"V":{"d":"633,57r-653,-1521r247,0r328,780v34,79,60,151,78,235v20,-82,48,-159,80,-235r327,-780r246,0","w":1266,"k":{"y":55,"u":112,"o":112,"e":112,"a":112,"O":36,"A":36,";":139,":":139,".":339,"-":167,",":339}},"W":{"d":"-6,-1464r235,0r277,739v18,49,34,91,46,128v12,37,23,71,32,103r80,-246r294,-782r310,797v15,39,29,77,42,116v13,39,25,78,36,117v18,-79,41,-144,71,-227r275,-745r237,0r-567,1521r-334,-835v-15,-37,-28,-74,-40,-108v-12,-34,-23,-66,-32,-97v-11,39,-23,77,-34,111v-11,34,-23,67,-35,98r-328,831","w":1923,"k":{"y":36,"u":73,"r":73,"o":112,"e":112,"a":112,"A":36,";":120,":":120,".":253,"-":120,",":253}},"X":{"d":"0,0r475,-766r-420,-698r250,0r211,358v11,16,53,96,78,145r80,-143r223,-360r244,0r-428,694r461,770r-263,0r-249,-422r-74,-141r-80,145r-256,418r-252,0","w":1171,"k":{"O":36,"C":36,";":36,":":36,".":-38,"-":102,",":-38}},"Y":{"d":"483,0r0,-670r-493,-794r250,0r307,497r61,117v18,-44,38,-87,62,-123r315,-491r238,0r-504,794r0,670r-236,0","w":1214,"k":{"u":215,"o":225,"i":36,"e":225,"a":225,"O":73,"C":36,"A":112,";":215,":":215,".":272,"-":243,",":272}},"Z":{"d":"18,0r746,-1262r-621,0r0,-202r987,0r-739,1251r748,0r0,213r-1121,0","w":1180,"k":{";":-38,":":-38,".":-38,"-":36,",":-38}},"[":{"d":"389,256r191,0r0,158r-381,0r0,-1911r381,0r0,156r-191,0r0,1597","w":621},"\\":{"d":"717,190r-717,-1687r170,0r717,1687r-170,0","w":887},"]":{"d":"231,256r0,-1597r-188,0r0,-156r379,0r0,1911r-379,0r0,-158r188,0","w":621},"^":{"d":"915,-1460r218,0r495,561r-207,0r-397,-397r-399,397r-207,0","w":2048},"_":{"d":"0,311r1024,0r0,172r-1024,0r0,-172","w":1024},"`":{"d":"653,-1092r-123,0r-292,-272r225,0","w":1024},"a":{"d":"506,-981v160,0,272,72,319,188r0,-155r217,0r0,948r-217,0r0,-123v-70,98,-161,161,-313,162v-281,2,-432,-217,-432,-514v0,-281,161,-507,426,-506xm567,-154v165,0,264,-146,264,-323v0,-183,-87,-310,-260,-311v-174,0,-264,134,-264,319v0,187,84,314,260,315","w":1192},"b":{"d":"621,-788v-173,0,-261,128,-261,311v0,178,101,323,267,323v175,-1,258,-129,258,-315v0,-186,-90,-318,-264,-319xm680,39v-152,0,-244,-64,-313,-162r0,123r-217,0r0,-1550r217,0r0,757v47,-115,162,-188,321,-188v264,-1,424,226,424,506v0,298,-150,514,-432,514","w":1192,"k":{"-":-38}},"c":{"d":"606,-981v104,1,183,21,252,59r0,244v-59,-66,-145,-112,-260,-113v-179,-2,-293,132,-293,314v0,193,113,318,303,317v118,-1,193,-47,250,-119r0,250v-74,42,-163,67,-274,68v-294,4,-504,-215,-504,-510v0,-303,220,-514,526,-510","w":930},"d":{"d":"567,-154v166,0,264,-145,264,-323v0,-183,-87,-310,-260,-311v-174,0,-264,134,-264,319v0,187,84,314,260,315xm506,-981v160,0,272,72,319,188r0,-757r217,0r0,1550r-217,0r0,-123v-70,98,-161,161,-313,162v-281,2,-432,-217,-432,-514v0,-281,161,-507,426,-506","w":1192},"e":{"d":"578,-981v320,0,500,202,485,539r-758,0v8,166,102,282,268,282v161,0,234,-70,297,-186r183,102v-96,171,-234,279,-475,283v-302,4,-498,-207,-498,-510v0,-290,210,-510,498,-510xm838,-588v-17,-135,-105,-209,-256,-209v-154,1,-231,78,-263,209r519,0","w":1139,"k":{"-":-38}},"f":{"d":"543,-1384v-120,0,-146,75,-146,210r0,226r228,0r0,190r-228,0r0,758r-217,0r0,-758r-166,0r0,-190r166,0r0,-254v0,-241,90,-367,322,-369v53,0,102,8,147,21r0,196v-30,-17,-63,-30,-106,-30","w":627,"k":{".":73,",":73}},"g":{"d":"567,-154v165,0,264,-146,264,-323v0,-183,-87,-310,-260,-311v-174,0,-264,134,-264,319v0,187,84,314,260,315xm506,-981v160,0,272,72,319,188r0,-155r217,0r0,889v-3,368,-124,500,-485,505v-231,4,-425,-99,-432,-302r233,-1v3,161,319,146,403,64v60,-58,64,-202,64,-330v-70,98,-161,161,-313,162v-281,2,-432,-217,-432,-514v0,-281,161,-507,426,-506","w":1192,"k":{".":36,"-":36,",":36}},"h":{"d":"846,-487v-5,-218,-20,-310,-207,-310v-144,0,-244,67,-263,195v-23,160,-5,416,-9,602r-217,0r0,-1550r204,0r0,757v81,-121,180,-188,367,-188v183,0,299,74,333,224v7,35,11,95,11,182r0,575r-219,0r0,-487","w":1204},"i":{"d":"268,-1221v-73,0,-137,-65,-137,-137v0,-72,65,-135,137,-135v76,0,135,59,135,135v0,75,-60,137,-135,137xm160,0r0,-948r217,0r0,948r-217,0","w":537},"j":{"d":"268,-1221v-73,0,-137,-65,-137,-137v0,-72,65,-135,137,-135v76,0,135,59,135,135v0,75,-60,137,-135,137xm160,446r0,-1394r217,0r0,1394r-217,0","w":537},"k":{"d":"150,0r0,-1550r217,0r0,995r397,-393r268,0r-430,418r471,530r-280,0r-426,-489r0,489r-217,0","w":1057,"k":{"-":83}},"l":{"d":"160,0r0,-1550r217,0r0,1550r-217,0","w":537},"m":{"d":"793,-487v-4,-201,-19,-312,-189,-312v-126,0,-214,73,-229,190v-20,156,-5,426,-8,609r-217,0r0,-948r204,0r0,155v78,-117,168,-190,342,-190v158,0,248,69,295,188v88,-113,178,-188,352,-188v205,0,308,104,308,332r0,651r-217,0r0,-487v0,-127,-13,-211,-40,-251v-27,-40,-76,-61,-145,-61v-204,0,-237,131,-237,367r0,432r-219,0r0,-487","w":1792},"n":{"d":"846,-487v-5,-218,-20,-310,-207,-310v-144,0,-244,67,-263,195v-23,160,-5,416,-9,602r-217,0r0,-948r204,0r0,155v81,-121,180,-188,367,-188v183,0,299,74,333,224v7,35,11,95,11,182r0,575r-219,0r0,-487","w":1204},"o":{"d":"602,-156v163,0,293,-148,293,-315v0,-168,-129,-315,-293,-315v-163,0,-293,148,-293,315v0,167,130,315,293,315xm119,-277v-53,-121,-52,-272,1,-393v77,-174,238,-311,480,-311v245,0,407,140,485,315v54,120,54,270,1,390v-77,177,-243,315,-486,315v-241,0,-405,-142,-481,-316","w":1204,"k":{"-":-38}},"p":{"d":"621,-788v-173,0,-261,128,-261,311v0,181,98,323,267,323v175,-1,258,-129,258,-315v0,-186,-90,-318,-264,-319xm680,39v-152,0,-244,-64,-313,-162r0,569r-217,0r0,-1394r217,0r0,155v47,-115,162,-188,321,-188v264,-1,424,226,424,506v0,298,-150,514,-432,514","w":1192,"k":{"-":-38}},"q":{"d":"567,-154v168,0,264,-143,264,-323v0,-183,-87,-310,-260,-311v-174,0,-264,134,-264,319v0,187,84,314,260,315xm506,-981v160,0,272,72,319,188r0,-155r217,0r0,1394r-217,0r0,-569v-70,98,-161,161,-313,162v-281,2,-432,-217,-432,-514v0,-281,161,-507,426,-506","w":1192},"r":{"d":"702,-754v-35,-25,-76,-39,-133,-39v-72,0,-124,29,-155,87v-73,138,-40,482,-47,706r-217,0r0,-950r217,0r0,153v42,-136,155,-213,325,-173v30,7,59,18,88,32","w":754,"k":{".":206,"-":73,",":206}},"s":{"d":"803,-264v0,204,-167,305,-387,303v-195,-2,-309,-75,-375,-211r180,-98v26,92,97,144,213,145v89,1,155,-42,156,-125v0,-51,-49,-96,-148,-132v-115,-41,-240,-103,-290,-158v-40,-44,-60,-96,-60,-158v1,-182,165,-285,363,-285v146,0,256,57,303,156r-154,106v-21,-57,-82,-98,-158,-98v-75,0,-137,38,-137,108v0,49,56,93,168,135v170,63,326,112,326,312","w":872,"k":{"-":-38}},"t":{"d":"201,0r0,-758r-166,0r0,-190r166,0r0,-359r217,0r0,359r166,0r0,190r-166,0r0,758r-217,0","w":621,"k":{"-":45}},"u":{"d":"604,39v-340,0,-461,-165,-461,-518r0,-469r217,0r0,534v1,181,65,258,242,258v176,0,242,-77,242,-258r0,-534r217,0r0,469v-1,349,-121,518,-457,518","w":1204},"v":{"d":"483,57r-497,-1005r237,0r207,477v19,45,38,108,53,171v14,-61,32,-117,56,-171r206,-477r236,0","w":967,"k":{".":159,",":159}},"w":{"d":"1057,57r-219,-493v-30,-68,-49,-121,-70,-189r-66,181r-225,501r-491,-1005r231,0r213,457v21,48,37,123,47,191v4,-69,22,-109,49,-171r232,-512r18,0r236,512v25,56,41,103,45,171v11,-69,30,-135,55,-189r209,-459r229,0","w":1536,"k":{".":149,"-":-38,",":149}},"x":{"d":"215,0r-240,0r359,-510r-307,-438r239,0r133,196v26,38,47,73,66,115v57,-112,131,-210,199,-311r237,0r-307,440r356,508r-237,0v-78,-117,-193,-254,-250,-379r-39,71v-65,109,-139,204,-209,308","w":928,"k":{"-":63}},"y":{"d":"313,446r-223,0r260,-528r-348,-866r240,0r174,491v19,58,35,120,45,186v75,-216,208,-466,301,-677r235,0","w":965,"k":{".":178,"-":36,",":178}},"z":{"d":"879,0r-881,0r528,-758r-475,0r0,-190r828,0r-517,758r517,0r0,190","w":920},"{":{"d":"162,-621v194,16,274,-57,274,-258v0,-141,-12,-363,23,-453v53,-136,212,-148,415,-145r0,179r-47,-2v-159,4,-186,46,-186,215r0,241v-2,205,-43,271,-203,314v160,42,203,109,203,313r0,240v-5,187,56,224,233,215r0,176v-198,3,-365,-8,-415,-145v-34,-91,-23,-312,-23,-451v0,-202,-76,-273,-274,-260r0,-179","w":1024},"|":{"d":"424,-1565r178,0r0,2048r-178,0r0,-2048","w":1024},"}":{"d":"199,-1300r-47,2r0,-179v203,-3,360,8,413,145v35,90,23,313,23,453v0,202,77,274,274,258r0,179v-196,-13,-274,58,-274,260v0,141,12,362,-23,452v-52,135,-211,147,-413,144r0,-176r45,2v159,-4,186,-47,186,-217r0,-240v2,-203,46,-270,205,-313v-160,-43,-205,-109,-205,-314r0,-241v-4,-168,-26,-211,-184,-215","w":1024},"~":{"d":"1151,-631v159,-4,261,-70,379,-153r0,184v-147,109,-357,186,-572,106v-110,-41,-326,-105,-395,-100v-161,12,-259,74,-385,160r0,-187v117,-78,227,-136,387,-143v192,-8,426,137,586,133","w":1706},"\u00a0":{"w":618}}});
Cufon.replace('#mainNav a.main-nav',{fontFamily:futuraFont});
Cufon.replace('#top-promo',{fontFamily:futuraFont,textShadow:'#777 1px 1px',hover:true});
Cufon.replace('#ls-nav a .ls-btn-text',{fontFamily:futuraFont});