/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.01
 */
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},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},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 B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};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(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}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)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,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 B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}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(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,E),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(/cufon/.test(E.className)){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}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={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||(window.Ext&&Ext.query)||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,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){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.removeClass(x.root(),"cufon-loading")});e=true}if(C.hover){C.forceHitArea=true}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)}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-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").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(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var f=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(f?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(g,h){return a(g,/(?:em|ex|%)$|^[a-z-]+$/i.test(h)?"1em":h)}function a(j,k){if(/px$/i.test(k)){return parseFloat(k)}var i=j.style.left,h=j.runtimeStyle.left;j.runtimeStyle.left=j.currentStyle.left;j.style.left=k.replace("%","em");var g=j.style.pixelLeft;j.style.left=i;j.runtimeStyle.left=h;return g}var e={};function d(n){var o=n.id;if(!e[o]){var l=n.stops,m=document.createElement("cvml:fill"),g=[];m.type="gradient";m.angle=180;m.focus="0";m.method="sigma";m.color=l[0][1];for(var i=1,h=l.length-1;i<h;++i){g.push(l[i][0]*100+"% "+l[i][1])}m.colors=g.join(",");m.color2=l[h][1];e[o]=m}return e[o]}return function(ai,J,ac,F,N,aj,aa){var n=(J===null);if(n){J=N.alt}var L=ai.viewBox;var p=ac.computedFontSize||(ac.computedFontSize=new Cufon.CSS.Size(c(aj,ac.get("fontSize"))+"px",ai.baseSize));var Z=ac.computedLSpacing;if(Z==undefined){Z=ac.get("letterSpacing");ac.computedLSpacing=Z=(Z=="normal")?0:~~p.convertFrom(a(aj,Z))}var B,q;if(n){B=N;q=N.firstChild}else{B=document.createElement("span");B.className="cufon cufon-vml";B.alt=J;q=document.createElement("span");q.className="cufon-vml-canvas";B.appendChild(q);if(F.printable){var af=document.createElement("span");af.className="cufon-alt";af.appendChild(document.createTextNode(J));B.appendChild(af)}if(!aa){B.appendChild(document.createElement("cvml:shape"))}}var ao=B.style;var U=q.style;var h=p.convert(L.height),al=Math.ceil(h);var Y=al/h;var S=Y*Cufon.CSS.fontStretch(ac.get("fontStretch"));var X=L.minX,W=L.minY;U.height=al;U.top=Math.round(p.convert(W-ai.ascent));U.left=Math.round(p.convert(X));ao.height=p.convert(ai.height)+"px";var u=F.enableTextDecoration?Cufon.CSS.textDecoration(aj,ac):{};var I=ac.get("color");var an=Cufon.CSS.textTransform(J,ac).split(""),A;var o=ai.glyphs,G,r,ae;var g=0,O=[],V=0,w;var y,K=F.textShadow;for(var ah=0,ag=0,ad=an.length;ah<ad;++ah){G=o[A=an[ah]]||ai.missingGlyph;if(!G){continue}if(r){g-=ae=r[A]||0;O[ag-1]-=ae}g+=w=O[ag++]=~~(G.w||ai.w)+Z;r=G.k}if(w===undefined){return null}var z=-X+g+(L.width-w);var am=p.convert(z*S),ab=Math.round(am);var R=z+","+L.height,m;var M="r"+R+"ns";var x=F.textGradient&&d(F.textGradient);for(ah=0,ag=0;ah<ad;++ah){G=o[an[ah]]||ai.missingGlyph;if(!G){continue}if(n){y=q.childNodes[ag];while(y.firstChild){y.removeChild(y.firstChild)}}else{y=document.createElement("cvml:shape");q.appendChild(y)}y.stroked="f";y.coordsize=R;y.coordorigin=m=(X-V)+","+W;y.path=(G.d?"m"+G.d+"xe":"")+"m"+m+M;y.fillcolor=I;if(x){y.appendChild(x.cloneNode(false))}var ak=y.style;ak.width=ab;ak.height=al;if(K){var t=K[0],s=K[1];var E=Cufon.CSS.color(t.color),C;var Q=document.createElement("cvml:shadow");Q.on="t";Q.color=E.color;Q.offset=t.offX+","+t.offY;if(s){C=Cufon.CSS.color(s.color);Q.type="double";Q.color2=C.color;Q.offset2=s.offX+","+s.offY}Q.opacity=E.opacity||(C&&C.opacity)||1;y.appendChild(Q)}V+=O[ag++]}var P=y.nextSibling,v,D;if(F.forceHitArea){if(!P){P=document.createElement("cvml:rect");P.stroked="f";P.className="cufon-vml-cover";v=document.createElement("cvml:fill");v.opacity=0;P.appendChild(v);q.appendChild(P)}D=P.style;D.width=ab;D.height=al}else{if(P){q.removeChild(P)}}ao.width=Math.max(Math.ceil(p.convert(g*S)),0);if(f){var T=ac.computedYAdjust;if(T===undefined){var H=ac.get("lineHeight");if(H=="normal"){H="1em"}else{if(!isNaN(H)){H+="em"}}ac.computedYAdjust=T=0.5*(a(aj,H)-parseFloat(ao.height))}if(T){ao.marginTop=Math.ceil(T)+"px";ao.marginBottom=T+"px"}}return B}})());
Cufon.registerFont({"w":200,"face":{"font-family":"TradeGothic LT Bold","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 6 5 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-21 -283 308 69.258","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100},"\u00a0":{"w":100},"$":{"d":"84,-222v-26,-3,-42,30,-22,48v6,6,14,10,22,12r0,-60xm112,-40v35,4,43,-51,12,-60r-12,-6r0,66xm188,-72v0,46,-32,69,-76,72r0,41r-28,0r0,-41v-35,-3,-59,-24,-77,-46r31,-28v11,15,27,29,46,34r0,-74v-35,-13,-72,-29,-72,-76v0,-46,31,-66,72,-70r0,-23r28,0r0,23v30,5,51,20,68,38r-28,27v-9,-11,-22,-24,-40,-25r0,66v38,15,76,30,76,82"},"%":{"d":"273,-65v-2,-16,-12,-29,-30,-29v-18,0,-28,13,-30,29v2,17,13,30,30,30v17,0,28,-13,30,-30xm77,-166v32,2,39,-45,12,-56v-20,-8,-41,6,-41,27v1,17,12,28,29,29xm220,-264r31,0r-149,268r-31,0xm178,-65v0,-39,27,-65,65,-65v38,0,65,26,65,65v0,39,-25,65,-65,65v-40,0,-65,-26,-65,-65xm12,-195v0,-39,25,-65,65,-65v40,0,65,26,65,65v0,39,-27,65,-65,65v-38,0,-65,-26,-65,-65","w":320},"&":{"d":"122,-209v0,-14,-8,-24,-23,-24v-34,0,-24,52,-8,69v11,-14,31,-21,31,-45xm81,-107v-31,14,-21,73,18,70v14,0,26,-8,33,-15v-20,-18,-34,-35,-51,-55xm159,-80v9,-16,17,-32,24,-51r39,11v-8,23,-17,45,-30,65v9,7,21,14,36,15r0,44v-31,-1,-48,-11,-66,-27v-38,45,-150,33,-150,-45v0,-39,20,-57,44,-72v-37,-40,-24,-124,46,-124v67,0,77,89,29,117r-18,14v14,19,29,37,46,53","w":240},"(":{"d":"58,-117v0,66,24,108,51,147r-42,0v-27,-38,-49,-87,-49,-147v0,-60,23,-108,49,-147r42,0v-26,40,-51,81,-51,147","w":119},")":{"d":"102,-117v0,60,-22,109,-49,147r-43,0v28,-38,52,-81,52,-147v0,-66,-25,-108,-52,-147r43,0v26,39,49,87,49,147","w":119},"*":{"d":"108,-260v-2,18,-10,37,-9,54r48,-24r9,32v-17,4,-39,1,-53,8r38,38r-27,20v-9,-15,-13,-36,-25,-48r-23,48r-27,-20v11,-14,31,-25,37,-40r-52,-6r9,-32r48,24v1,-17,-7,-36,-9,-54r36,0","w":180},"+":{"d":"86,-196r44,0r0,76r76,0r0,44r-76,0r0,76r-44,0r0,-76r-76,0r0,-44r76,0r0,-76","w":216},",":{"d":"46,0r-22,0r0,-51r52,0r0,51r-23,53r-25,0","w":100},"-":{"d":"15,-78r0,-40r89,0r0,40r-89,0","w":119},"\u00ad":{"d":"15,-78r0,-40r89,0r0,40r-89,0","w":119},".":{"d":"24,0r0,-51r52,0r0,51r-52,0","w":100},"\/":{"d":"23,4r-44,0r98,-268r44,0","w":100},"0":{"d":"100,-222v-58,0,-40,77,-40,130v0,33,8,55,40,55v57,1,40,-78,40,-131v0,-32,-6,-54,-40,-54xm100,4v-55,0,-88,-34,-87,-90r0,-88v-1,-56,32,-90,87,-90v55,0,88,34,87,90r0,88v1,56,-32,90,-87,90"},"1":{"d":"45,-227v29,-5,44,-17,57,-37r28,0r0,264r-45,0r0,-199r-40,0r0,-28"},"2":{"d":"182,-188v0,74,-71,102,-107,147r103,0r0,41r-164,0r0,-42r78,-75v19,-23,43,-35,43,-70v0,-21,-12,-35,-35,-35v-27,0,-39,15,-37,43r-48,0v-2,-55,29,-85,81,-85v52,0,86,24,86,76"},"3":{"d":"184,-74v5,78,-104,98,-150,56v-14,-14,-22,-34,-22,-58r48,0v0,27,12,38,38,39v24,0,37,-16,38,-39v0,-32,-20,-40,-52,-41r0,-41v31,0,46,-6,46,-33v0,-19,-13,-31,-34,-31v-18,0,-31,14,-31,30r-47,0v0,-49,32,-72,79,-72v47,0,80,21,80,71v0,27,-12,48,-31,57v26,10,36,30,38,62"},"4":{"d":"114,-105r-1,-102r-73,102r74,0xm110,-260r49,0r0,155r37,0r0,37r-37,0r0,68r-45,0r0,-68r-114,0r0,-42"},"5":{"d":"185,-93v0,106,-136,131,-168,47v-3,-9,-4,-19,-4,-29r47,0v-1,25,14,38,37,38v32,0,38,-24,41,-57v6,-53,-56,-64,-76,-30r-40,0r0,-136r150,0r0,41r-109,0r0,54v14,-9,27,-15,48,-16v54,0,74,34,74,88"},"6":{"d":"138,-85v3,-49,-59,-51,-78,-21v-1,38,3,70,40,69v26,-1,36,-20,38,-48xm13,-174v-9,-80,88,-114,143,-71v15,12,22,29,24,53r-47,0v0,-17,-15,-30,-33,-30v-42,0,-40,37,-40,78v44,-39,130,-17,125,57v-4,57,-28,91,-85,91v-55,0,-88,-34,-87,-90r0,-88"},"7":{"d":"11,-260r164,0r0,24r-70,236r-52,0r72,-219r-114,0r0,-41"},"8":{"d":"100,-156v19,-2,33,-12,33,-33v0,-21,-12,-33,-33,-33v-21,0,-33,12,-33,33v0,21,14,31,33,33xm100,-37v27,0,39,-14,40,-38v0,-24,-16,-40,-40,-40v-24,0,-40,16,-40,40v1,24,13,38,40,38xm149,-136v26,10,38,29,38,62v0,54,-36,78,-87,78v-52,0,-85,-26,-87,-78v0,-33,12,-52,38,-62v-19,-9,-32,-31,-32,-57v0,-47,33,-71,81,-71v48,0,81,24,81,71v0,26,-13,48,-32,57"},"9":{"d":"63,-175v0,51,57,51,77,21v0,-38,-2,-69,-40,-68v-26,1,-37,19,-37,47xm187,-86v9,80,-88,114,-143,71v-15,-12,-22,-29,-24,-53r47,0v0,17,15,31,33,31v41,1,41,-38,40,-79v-44,39,-131,17,-125,-57v4,-57,28,-91,85,-91v55,0,88,34,87,90r0,88"},":":{"d":"24,-108r0,-51r52,0r0,51r-52,0xm24,0r0,-51r52,0r0,51r-52,0","w":100},";":{"d":"24,-108r0,-51r52,0r0,51r-52,0xm46,0r-22,0r0,-51r52,0r0,51r-23,53r-25,0","w":100},"<":{"d":"206,3r-196,-84r0,-34r196,-84r0,42r-140,59r140,59r0,42","w":216},"=":{"d":"206,-32r-196,0r0,-44r196,0r0,44xm206,-120r-196,0r0,-44r196,0r0,44","w":216},">":{"d":"10,-39r140,-59r-140,-59r0,-42r196,84r0,34r-196,84r0,-42","w":216},"?":{"d":"46,0r0,-51r51,0r0,51r-51,0xm75,-227v-17,2,-28,15,-30,32r-41,-12v7,-34,33,-57,72,-57v39,0,67,21,67,62v0,47,-57,60,-52,116r-39,0v-10,-62,39,-76,46,-120v2,-12,-12,-21,-23,-21","w":159},"@":{"d":"137,-91v43,0,55,-72,11,-72v-24,0,-39,19,-39,42v0,17,10,30,28,30xm70,-114v0,-66,77,-114,116,-63r5,-18r32,0r-20,102v0,5,1,7,5,7v26,-4,36,-28,36,-59v0,-58,-36,-88,-95,-88v-63,0,-99,40,-99,103v0,65,39,102,105,103v31,1,54,-11,71,-25r33,0v-22,33,-58,56,-107,56v-83,0,-139,-51,-139,-134v0,-82,56,-134,137,-134v70,0,125,39,125,109v0,61,-36,97,-91,104v-12,1,-19,-9,-21,-19v-31,39,-93,8,-93,-44","w":288},"A":{"d":"76,-99r49,0r-25,-105xm5,0r64,-260r64,0r62,260r-47,0r-13,-55r-68,0r-14,55r-48,0","k":{"y":6,"w":6,"v":6,"Y":20,"W":13,"V":13,"T":20}},"B":{"d":"126,-188v1,-28,-24,-33,-54,-31r0,62v29,3,54,-6,54,-31xm132,-79v0,-32,-26,-40,-60,-37r0,75v35,3,60,-6,60,-38xm182,-75v0,81,-80,77,-160,75r0,-260v74,-1,156,-7,154,67v0,23,-11,41,-32,54v21,14,38,29,38,64"},"C":{"d":"100,-220v-56,0,-26,93,-32,143v-3,26,10,36,32,37v29,1,34,-22,32,-54r50,0v3,63,-23,98,-82,98v-55,0,-82,-31,-82,-88r0,-92v-16,-97,129,-118,158,-41v4,11,6,25,6,41r-50,0v2,-29,-7,-44,-32,-44"},"D":{"d":"132,-96v-3,-59,18,-134,-60,-120r0,172v41,3,62,-10,60,-52xm182,-90v-1,60,-31,90,-91,90r-69,0r0,-260r69,0v60,0,90,30,91,90r0,80"},"E":{"d":"22,0r0,-260r136,0r0,44r-86,0r0,60r66,0r0,44r-66,0r0,68r90,0r0,44r-140,0","w":180},"F":{"d":"22,0r0,-260r130,0r0,44r-80,0r0,60r63,0r0,44r-63,0r0,112r-50,0","w":159,"k":{"A":13,".":40,",":40}},"G":{"d":"100,-40v25,0,32,-23,30,-52r-35,0r0,-41r85,0r0,133r-26,0r-7,-22v-13,13,-24,26,-47,26v-55,-1,-82,-31,-82,-88r0,-92v-12,-83,92,-113,140,-66v14,14,21,37,22,67r-50,0v1,-29,-8,-45,-30,-45v-56,0,-26,93,-32,143v-3,26,10,37,32,37"},"H":{"d":"25,0r0,-260r50,0r0,104r70,0r0,-104r50,0r0,260r-50,0r0,-112r-70,0r0,112r-50,0","w":219},"I":{"d":"25,0r0,-260r50,0r0,260r-50,0","w":100},"J":{"d":"4,-41v24,2,41,1,41,-24r0,-195r50,0r0,205v0,46,-39,64,-91,58r0,-44","w":119},"K":{"d":"22,0r0,-260r50,0r1,107r64,-107r55,0r-67,105r74,155r-56,0r-52,-109r-19,29r0,80r-50,0"},"L":{"d":"22,0r0,-260r50,0r0,216r80,0r0,44r-130,0","w":159,"k":{"y":13,"Y":27,"W":20,"V":20,"T":20}},"M":{"d":"25,0r0,-260r70,0r45,171r45,-171r70,0r0,260r-43,0r0,-204r-53,204r-38,0r-53,-204r0,204r-43,0","w":280},"N":{"d":"25,0r0,-260r55,0r69,154r0,-154r46,0r0,260r-48,0r-76,-168r0,168r-46,0","w":219},"O":{"d":"100,-220v-56,0,-26,93,-32,143v-3,26,10,37,32,37v56,0,26,-93,32,-143v3,-26,-10,-37,-32,-37xm100,4v-55,0,-82,-31,-82,-88r0,-92v0,-57,27,-88,82,-88v55,0,82,31,82,88r0,92v0,57,-27,88,-82,88"},"P":{"d":"75,-145v36,2,63,-2,63,-37v0,-35,-27,-40,-63,-37r0,74xm188,-182v-2,60,-45,83,-113,78r0,104r-50,0r0,-260v83,-4,166,-3,163,78","k":{"A":13,".":46,",":46}},"Q":{"d":"119,-44v-5,-8,-13,-18,-22,-21r0,-43v16,2,27,12,35,24v-7,-49,22,-136,-32,-136v-56,0,-24,93,-32,143v-5,34,26,43,51,33xm172,-33v7,6,14,8,26,9r0,43v-26,1,-41,-12,-53,-25v-60,27,-127,-2,-127,-78r0,-92v0,-57,27,-88,82,-88v55,0,83,31,82,88v-1,48,7,110,-10,143"},"R":{"d":"133,-183v0,-34,-26,-38,-61,-36r0,72v35,2,61,-1,61,-36xm183,-182v0,34,-13,56,-40,66r49,116r-53,0r-43,-106r-24,0r0,106r-50,0r0,-260r72,0v57,-1,89,25,89,78","k":{"Y":6}},"S":{"d":"19,-191v-6,-82,118,-95,148,-35v4,8,8,16,10,25r-45,13v-2,-36,-63,-50,-64,-6v23,52,111,46,111,123v0,71,-87,94,-135,57v-15,-12,-25,-29,-32,-55r48,-11v4,23,16,40,39,43v17,-1,31,-12,31,-31v-14,-61,-106,-48,-111,-123"},"T":{"d":"173,-260r0,44r-58,0r0,216r-50,0r0,-216r-58,0r0,-44r166,0","w":180,"k":{"y":20,"w":20,"u":20,"s":20,"r":20,"o":20,"i":20,"e":20,"c":20,"a":20,"A":13,";":27,":":27,".":27,"-":27,",":27}},"U":{"d":"110,4v-55,0,-85,-27,-85,-82r0,-182r50,0r0,182v-1,25,11,38,35,38v24,0,35,-13,35,-38r0,-182r50,0r0,182v-1,55,-31,82,-85,82","w":219},"V":{"d":"5,-260r49,0r47,186r45,-186r49,0r-66,260r-57,0","k":{"u":6,"r":6,"o":13,"i":6,"e":13,"a":13,"A":13,";":13,":":13,".":27,"-":13,",":27}},"W":{"d":"8,-260r46,0r36,170r36,-170r48,0r36,170r35,-170r46,0r-57,260r-48,0r-37,-178r-39,178r-47,0","w":299,"k":{"o":6,"e":6,"a":6,"A":6,";":6,":":6,".":20,"-":6,",":20}},"X":{"d":"100,-182r38,-78r53,0r-63,123r69,137r-54,0r-43,-92r-43,92r-54,0r70,-137r-64,-123r54,0"},"Y":{"d":"101,-155r42,-105r53,0r-71,155r0,105r-50,0r0,-105r-71,-155r53,0","k":{"v":6,"u":13,"q":20,"p":13,"o":20,"i":6,"e":20,"a":20,"A":13,";":20,":":20,".":33,"-":27,",":33}},"Z":{"d":"22,-260r144,0r0,42r-98,174r100,0r0,44r-156,0r0,-42r98,-174r-88,0r0,-44","w":180},"[":{"d":"18,27r0,-287r84,0r0,22r-44,0r0,243r44,0r0,22r-84,0","w":119},"\\":{"d":"-21,-264r44,0r98,268r-44,0","w":100},"]":{"d":"102,-260r0,287r-84,0r0,-22r44,0r0,-243r-44,0r0,-22r84,0","w":119},"^":{"d":"19,-115r70,-145r38,0r70,145r-43,0r-46,-102r-47,102r-42,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"57,-51v0,32,43,21,54,3r0,-48v-23,9,-49,19,-54,45xm63,-139r-46,0v5,-39,30,-60,73,-60v43,-1,66,18,67,59r2,140r-45,0v-2,-6,-2,-11,-3,-19v-24,30,-103,35,-99,-24v3,-57,55,-65,99,-82v12,-43,-46,-50,-48,-14","w":180},"b":{"d":"117,-77v0,-35,9,-89,-23,-89v-10,0,-18,5,-27,14r0,108v9,9,17,14,27,14v21,-2,23,-23,23,-47xm112,4v-23,0,-37,-15,-49,-28r0,24r-41,0r0,-260r45,0r0,82v17,-12,24,-20,45,-21v57,-1,50,67,50,125v-1,44,-10,78,-50,78","w":180},"c":{"d":"18,-71v0,-71,2,-131,72,-128v47,2,71,23,72,71r-45,0v2,-21,-8,-32,-27,-32v-43,-1,-27,63,-27,101v0,15,12,23,27,23v20,0,30,-12,27,-35r45,0v1,50,-25,74,-72,75v-47,0,-72,-25,-72,-75","w":180},"d":{"d":"63,-119v0,35,-9,89,23,89v10,0,18,-5,27,-14r0,-108v-9,-9,-17,-14,-27,-14v-21,2,-23,23,-23,47xm68,-199v20,0,28,9,45,21r0,-82r45,0r0,260r-41,0v-1,-7,2,-18,-1,-24v-10,14,-26,28,-48,28v-56,1,-50,-67,-50,-126v1,-44,9,-77,50,-77","w":180},"e":{"d":"90,-163v-22,0,-29,15,-27,39r54,0v1,-23,-5,-39,-27,-39xm90,-199v62,0,78,45,72,112r-99,0v-2,29,0,55,27,54v19,0,27,-10,27,-27r45,0v-3,41,-27,64,-72,64v-70,0,-76,-61,-72,-134v2,-44,26,-69,72,-69","w":180},"f":{"d":"23,-187v-6,-56,19,-88,74,-74r0,37v-26,-5,-31,11,-28,37r27,0r0,37r-27,0r0,150r-46,0r0,-150r-20,0r0,-37r20,0","w":100},"g":{"d":"127,23v-6,-19,-47,-8,-67,-14v-3,5,-9,7,-9,15v5,21,73,22,76,-1xm79,-84v25,2,26,-16,26,-41v0,-25,-8,-38,-24,-38v-21,0,-23,17,-23,43v-1,20,4,35,21,36xm81,-199v20,2,41,9,51,22v11,-12,19,-23,40,-22r0,39v-11,-4,-20,-3,-29,2v17,59,-8,126,-79,109v-2,3,-8,6,-8,11v1,10,18,9,30,10v40,2,85,5,84,48v-1,41,-43,49,-87,49v-38,0,-72,-6,-75,-36v2,-16,16,-24,27,-30v-23,-9,-21,-46,0,-55r9,-6v-48,-29,-41,-149,37,-141","w":180},"h":{"d":"113,-144v1,-33,-34,-20,-46,-4r0,148r-45,0r0,-260r45,0r0,86v23,-32,91,-40,91,25r0,149r-45,0r0,-144","w":180},"i":{"d":"27,-230r0,-41r46,0r0,41r-46,0xm73,-196r0,196r-46,0r0,-196r46,0","w":100},"j":{"d":"27,-230r0,-41r46,0r0,41r-46,0xm1,28v18,0,25,-4,26,-18r0,-206r46,0r0,212v0,40,-30,58,-72,52r0,-40","w":100},"k":{"d":"24,0r0,-260r45,0r1,140r48,-76r51,0r-45,66r49,130r-48,0r-33,-92r-23,32r0,60r-45,0","w":180},"l":{"d":"27,-260r46,0r0,260r-46,0r0,-260","w":100},"m":{"d":"107,-149v-2,-30,-33,-12,-40,1r0,148r-45,0r0,-196r44,0r0,22v17,-26,76,-38,83,4v12,-13,26,-29,48,-29v30,0,41,18,41,51r0,148r-45,0r0,-149v-1,-30,-33,-11,-40,1r0,148r-46,0r0,-149","w":259},"n":{"d":"113,-144v1,-33,-34,-20,-46,-4r0,148r-45,0r0,-196r44,0r0,22v23,-32,92,-40,92,25r0,149r-45,0r0,-144","w":180},"o":{"d":"90,-160v-43,-1,-27,63,-27,101v0,15,12,23,27,23v43,1,27,-63,27,-101v0,-15,-12,-23,-27,-23xm90,4v-69,2,-72,-57,-72,-129v0,-50,24,-74,72,-74v70,0,72,56,72,128v0,50,-25,73,-72,75","w":180},"p":{"d":"117,-77v0,-35,9,-89,-23,-89v-10,0,-18,5,-27,14r0,108v9,9,17,14,27,14v21,-2,23,-23,23,-47xm112,4v-20,0,-28,-10,-45,-22r0,87r-45,0r0,-265r41,0v1,7,-2,18,1,24v10,-14,25,-26,48,-27v57,-1,50,67,50,125v-1,44,-10,78,-50,78","w":180},"q":{"d":"63,-119v0,35,-9,89,23,89v10,0,18,-5,27,-14r0,-108v-9,-9,-17,-14,-27,-14v-21,2,-23,23,-23,47xm68,-199v24,0,37,15,49,27r0,-24r41,0r0,265r-45,0r0,-87v-17,12,-25,21,-45,22v-56,2,-50,-67,-50,-126v1,-44,9,-76,50,-77","w":180},"r":{"d":"113,-150v-17,-10,-47,-6,-46,16r0,134r-45,0r0,-196r44,0v1,8,-2,20,1,26v10,-18,20,-29,46,-29r0,49","w":119,"k":{".":20,"-":13,",":20}},"s":{"d":"15,-145v0,-53,68,-67,105,-41v12,9,19,21,25,36r-37,14v-3,-25,-45,-40,-50,-9v16,41,86,32,89,89v3,65,-92,77,-122,33v-5,-8,-11,-17,-17,-29r41,-11v-2,27,49,44,55,13v-13,-46,-89,-32,-89,-95","w":159},"t":{"d":"95,2v-37,5,-75,2,-75,-37r0,-115r-18,0r0,-37r18,0r0,-53r46,0r0,53r29,0r0,37r-29,0r0,100v0,14,15,14,29,14r0,38","w":100},"u":{"d":"67,-52v-1,33,34,20,46,4r0,-148r45,0r0,196r-44,0r0,-22v-24,32,-92,41,-92,-25r0,-149r45,0r0,144","w":180},"v":{"d":"80,-70r30,-126r46,0r-54,196r-44,0r-54,-196r46,0","w":159,"k":{".":13,",":13}},"w":{"d":"5,-196r42,0r27,123r26,-123r39,0r29,123r25,-123r42,0r-46,196r-42,0r-29,-122r-24,122r-43,0","w":240,"k":{".":13,",":13}},"x":{"d":"6,-196r48,0r26,56r26,-56r48,0r-49,96r53,100r-49,0r-29,-63r-30,63r-48,0r54,-101","w":159},"y":{"d":"12,29v43,9,48,-28,37,-67r-45,-158r46,0r31,130r29,-130r46,0r-52,195v-10,46,-33,77,-92,69r0,-39","w":159,"k":{".":13,",":13}},"z":{"d":"18,-196r131,0r0,39r-83,117r83,0r0,40r-138,0r0,-39r82,-117r-75,0r0,-40","w":159},"{":{"d":"24,-150v-2,-63,-9,-128,70,-114r0,22v-68,-12,8,115,-59,125v42,2,29,62,29,104v0,21,11,23,30,22r0,21v-41,3,-70,-5,-70,-43v0,-35,16,-96,-25,-93r0,-22v15,0,26,-5,25,-22","w":119},"|":{"d":"18,-264r44,0r0,268r-44,0r0,-268","w":79},"}":{"d":"96,-83v0,50,11,115,-42,113r-28,0r0,-21v67,10,-6,-114,59,-126v-43,-1,-29,-62,-29,-103v0,-20,-11,-23,-30,-22r0,-22v40,-3,68,6,70,43v2,36,-15,96,25,94r0,22v-15,0,-25,5,-25,22","w":119},"~":{"d":"67,-131v40,0,82,50,110,8r7,-10v22,34,2,69,-35,69v-34,0,-49,-28,-86,-27v-17,1,-24,15,-30,28r-14,-35v8,-18,23,-32,48,-33","w":216},"'":{"d":"20,-260r40,0r0,97r-40,0r0,-97","w":79},"`":{"d":"47,-272r34,52r-37,0r-53,-52r56,0","w":100},"#":{"d":"87,-152r-6,44r35,0r7,-44r-36,0xm182,-74r-35,0r-11,74r-34,0r10,-74r-36,0r-10,74r-35,0r10,-74r-34,0r0,-34r39,0r6,-44r-34,0r0,-34r39,0r10,-74r35,0r-11,74r36,0r11,-74r34,0r-10,74r31,0r0,34r-35,0r-7,44r31,0r0,34"},"!":{"d":"24,0r0,-51r52,0r0,51r-52,0xm66,-88r-32,0r-10,-172r52,0","w":100},"\"":{"d":"9,-260r39,0r0,97r-39,0r0,-97xm72,-260r39,0r0,97r-39,0r0,-97","w":119}}});       

/*

Cufon.replace('#nav li a, ul#nav-top li.login, #search-form label, #search-form button, h1, h2, #how-can-we-help ul li a, #nav-intro li, #intro-default-cont p, #rotator #rotator-wrapper .item p', { fontFamily: 'TradeGothic LT Bold', hover: true });
*/


Cufon.replace('#nav_661970 li a, ul#nav_662016 li.login, #search-form label, #search-form button, h1, h2, #how-can-we-help ul li a, #nav-intro li, #intro-default-cont p, #rotator #rotator-wrapper .item p', { fontFamily: 'TradeGothic LT Bold', hover: true });


/*
 * Scripts
 *
 */
jQuery(function($) {
 
	var Engine = {
		utils : {
			links : function(){
				$('a[rel*=external]').click(function(e){
					e.preventDefault();
					window.open($(this).attr('href'));						  
				});
			},
			mails : function(){
				$('a[href^=mailto:]').each(function(){
					var mail = $(this).attr('href').replace('mailto:','');
					var replaced = mail.replace('/at/','@');
					$(this).attr('href','mailto:'+replaced);
					if($(this).text() == mail) {
						$(this).text(replaced);
					}
				});
			},
			chatLink : function(){
		
			// build the link into the <li> and show it.
			$("#live-chat-link").html("<div id='ciLtYB' style='z-index:100;position:absolute'></div><div id='scLtYB' style='display:inline'></div><div id='sdLtYB' style='display:none'></div>");
			$("#live-chat-link").css("display","block");
			}
			
			
		}// end Engine
	}; // end Function

	Engine.utils.links();
	Engine.utils.mails();
	
	//Engine.utils.chatLink(); // comment out to disable.

});