/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1990-1998 Bitstream Inc.  All rights reserved.
 */
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.registerFont({"w":225,"face":{"font-family":"Futura Md BT","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 2 2 2 4 2 2 4","ascent":"274","descent":"-86","x-height":"7","bbox":"-17 -287 352 85","underline-thickness":"47.8125","underline-position":"-17.0508","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":112},"!":{"d":"29,-86r0,-183r65,0r0,183r-65,0xm62,7v-19,0,-36,-17,-36,-36v-1,-20,17,-36,36,-36v19,0,35,17,35,36v0,19,-16,36,-35,36","w":123},"\"":{"d":"73,-253r39,0r0,99r-39,0r0,-99xm13,-253r39,0r0,99r-39,0r0,-99","w":125},"#":{"d":"124,-148r-14,41r43,0r14,-41r-43,0xm120,-258r44,0r-24,69r41,0r25,-69r44,0r-25,69r48,0r-15,41r-47,0r-14,40r48,0r-15,41r-48,0r-25,69r-44,0r25,-69r-41,0r-25,69r-44,0r24,-69r-48,0r15,-41r48,0r14,-40r-50,0r15,-41r49,0","w":276},"$":{"d":"200,-84v3,50,-34,84,-81,88r0,43r-23,0r0,-42v-40,-1,-63,-15,-86,-37r32,-51v17,19,33,32,62,34v25,2,41,-27,24,-45v-37,-22,-105,-23,-105,-86v0,-50,36,-77,83,-82r0,-25r23,0r0,25v23,2,42,11,59,22r-22,50v-13,-12,-28,-19,-49,-20v-15,0,-29,7,-28,21v1,20,15,21,36,27v53,14,72,25,75,78"},"%":{"d":"53,-189v0,26,2,44,22,44v20,0,22,-18,22,-44v0,-26,-2,-44,-22,-44v-20,0,-22,18,-22,44xm75,-260v41,0,66,29,66,71v0,42,-25,71,-66,71v-41,0,-66,-29,-66,-71v0,-42,25,-71,66,-71xm254,-108v-30,-3,-24,58,-17,77v23,25,39,2,39,-34v0,-26,-2,-41,-22,-43xm254,-135v40,0,66,29,66,70v0,42,-25,72,-66,72v-41,0,-66,-29,-66,-72v0,-42,25,-71,66,-70xm69,7r155,-267r33,0r-156,267r-32,0","w":325},"&":{"d":"262,-94v-11,14,-22,25,-35,36r56,58r-78,0r-23,-26v-40,50,-166,45,-162,-39v2,-43,25,-59,60,-78v-13,-15,-23,-30,-24,-52v-1,-35,33,-61,71,-61v44,0,76,22,76,63v0,31,-19,50,-44,65r30,32v13,-10,25,-23,36,-36xm105,-107v-24,15,-35,64,5,64v17,0,26,-9,37,-18xm133,-215v-35,0,-22,47,-4,57v10,-10,26,-17,26,-36v0,-12,-9,-21,-22,-21","w":290},"'":{"d":"13,-253r39,0r0,99r-39,0r0,-99","w":65},"(":{"d":"122,-239v-67,64,-66,228,-2,295r-38,26v-56,-59,-82,-169,-48,-265v10,-28,26,-56,48,-82","w":130},")":{"d":"49,-265v55,59,81,169,48,266v-10,28,-27,55,-48,81r-38,-26v64,-67,66,-231,-2,-295","w":130},"*":{"d":"105,-212r37,-28r17,31r-42,17r42,17r-17,31r-37,-28r7,45r-36,0r6,-45r-36,28r-18,-31r43,-17r-43,-17r18,-31r36,28r-6,-45r36,0","w":187},"+":{"d":"129,-215r42,0r0,87r84,0r0,41r-84,0r0,87r-42,0r0,-87r-84,0r0,-41r84,0r0,-87","w":299},",":{"d":"42,-58r66,0r-55,110r-48,0","w":112},"-":{"d":"22,-60r0,-57r120,0r0,57r-120,0","w":164,"k":{"x":6,"s":-13,"q":-7,"o":-7,"g":-7,"e":-7,"d":-7,"c":-7,"Y":28,"X":13,"W":20,"V":21,"T":33,"S":-7,"Q":-13,"O":-13,"J":-20,"G":-13,"C":-7,"A":6}},".":{"d":"56,7v-19,0,-35,-17,-35,-36v0,-19,16,-35,35,-35v20,0,37,15,36,35v0,19,-17,36,-36,36","w":112},"\/":{"d":"0,33r126,-296r39,0r-126,296r-39,0","w":164},"0":{"d":"113,-260v68,0,97,60,97,136v1,74,-31,131,-97,131v-67,0,-98,-59,-98,-134v0,-74,31,-133,98,-133xm113,-208v-31,4,-33,38,-33,81v0,43,2,77,33,81v31,-4,32,-39,32,-81v0,-43,-2,-75,-32,-81"},"1":{"d":"86,0r0,-197r-55,0r31,-58r88,0r0,255r-64,0"},"2":{"d":"111,-260v68,0,116,55,87,117v-14,30,-50,61,-73,88r78,0r0,55r-196,0r115,-137v25,-18,31,-72,-10,-72v-24,0,-35,18,-34,44v-20,-1,-44,2,-62,-1v-1,-58,36,-94,95,-94"},"3":{"d":"112,7v-58,0,-99,-34,-97,-92r65,0v-1,23,8,38,31,38v22,0,34,-11,34,-32v-1,-27,-17,-37,-46,-35r0,-41v45,9,53,-56,12,-57v-17,0,-29,11,-29,28r-62,0v1,-51,39,-76,94,-76v47,0,84,22,84,66v0,29,-17,46,-40,53v31,5,50,29,50,64v0,51,-43,84,-96,84"},"4":{"d":"127,-108r1,-104v-17,38,-43,69,-64,104r63,0xm127,0r0,-58r-117,0r0,-50r95,-148r80,0r0,148r29,0r0,50r-29,0r0,58r-58,0"},"5":{"d":"142,-89v2,-50,-78,-59,-102,-25r-9,-6r21,-135r140,0r0,53r-97,0r-5,33v63,-17,116,19,116,83v0,93,-122,115,-185,72r5,-62v18,12,35,32,65,32v30,0,51,-16,51,-45"},"6":{"d":"152,-83v0,-24,-15,-40,-39,-40v-24,0,-39,16,-39,40v0,24,16,39,39,39v23,0,39,-16,39,-39xm113,7v-75,0,-117,-68,-88,-139v11,-29,52,-90,73,-123r72,0r-60,91v54,-17,102,22,102,77v0,57,-41,94,-99,94"},"7":{"d":"34,0r97,-197r-109,0r0,-58r197,0r0,12r-112,243r-73,0"},"8":{"d":"82,-188v0,19,11,30,30,30v18,0,32,-11,31,-30v0,-19,-12,-29,-31,-29v-18,0,-30,11,-30,29xm77,-79v1,21,13,34,35,34v22,0,36,-13,36,-34v0,-20,-14,-34,-36,-34v-22,0,-35,13,-35,34xm200,-190v0,29,-16,47,-42,53v33,5,53,30,53,66v-1,52,-42,78,-99,78v-57,0,-98,-26,-98,-78v0,-36,20,-61,53,-66v-26,-6,-42,-24,-42,-53v0,-47,35,-70,87,-70v52,0,88,22,88,70"},"9":{"d":"76,-170v0,24,15,40,38,40v24,0,39,-16,39,-40v0,-24,-15,-39,-39,-39v-24,0,-38,15,-38,39xm113,-260v77,0,118,69,88,141v-14,33,-50,85,-72,119r-71,0r60,-89v-55,18,-103,-23,-103,-77v0,-56,40,-94,98,-94"},":":{"d":"62,-105v-19,0,-36,-16,-36,-35v-1,-20,17,-36,36,-36v19,0,35,17,35,36v0,19,-16,35,-35,35xm62,7v-19,0,-36,-17,-36,-36v-1,-20,16,-35,36,-35v19,0,35,16,35,35v0,19,-16,36,-35,36","w":123},";":{"d":"78,-105v-19,0,-35,-16,-35,-35v0,-19,16,-36,35,-36v20,0,36,16,36,36v0,20,-16,35,-36,35xm47,-58r65,0r-54,110r-49,0","w":123},"<":{"d":"253,-213r0,44r-150,62r150,61r0,45r-207,-86r0,-41","w":299},"=":{"d":"45,-88r210,0r0,40r-210,0r0,-40xm45,-167r210,0r0,41r-210,0r0,-41","w":299},">":{"d":"46,-213r207,85r0,41r-207,86r0,-45r151,-61r-151,-62r0,-44","w":299},"?":{"d":"106,7v-19,0,-36,-17,-36,-36v0,-19,17,-36,36,-36v19,0,35,17,35,36v0,20,-15,37,-35,36xm195,-192v0,37,-22,66,-57,67r0,38r-60,0r0,-73v31,1,60,-2,59,-31v0,-15,-11,-30,-27,-29v-16,1,-27,9,-28,26v-19,-1,-43,2,-60,-1v0,-47,39,-75,90,-75v48,0,83,31,83,78","w":217},"@":{"d":"243,-18v-23,1,-36,-9,-39,-28v-24,46,-119,33,-110,-33v-8,-69,81,-135,127,-78r9,-16r36,0r-28,113v0,7,3,11,11,10v35,1,62,-45,61,-84v-1,-58,-52,-96,-114,-95v-89,1,-139,54,-145,137v-8,118,160,145,236,83r17,24v-32,25,-70,41,-122,41v-99,0,-168,-50,-168,-147v0,-108,75,-171,183,-171v87,0,149,44,149,128v0,65,-37,112,-103,116xm137,-78v0,33,31,39,49,20v19,-19,44,-92,-4,-92v-27,0,-45,40,-45,72","w":360},"A":{"d":"95,-96r70,0r-35,-120v-9,43,-24,80,-35,120xm-3,0r89,-257r88,0r89,257r-70,0r-13,-46r-100,0r-13,46r-70,0","w":259,"k":{"y":6,"Y":13,"W":6,"V":6,"U":6,"T":15,"Q":6,"O":6,"G":6,"C":6,";":-7,":":-7,"-":8}},"B":{"d":"152,-180v0,-29,-29,-25,-60,-26r0,51v31,0,60,3,60,-25xm229,-73v1,92,-109,70,-202,73r0,-257v86,3,190,-19,191,64v-1,33,-17,47,-47,54v36,3,58,27,58,66xm163,-80v0,-34,-36,-28,-71,-29r0,56v33,-1,71,5,71,-27","w":244,"k":{"-":-10}},"C":{"d":"17,-128v0,-107,104,-163,197,-119r0,76v-17,-18,-32,-30,-59,-31v-41,-2,-68,33,-68,75v0,40,29,73,68,72v27,-1,43,-13,59,-31r0,76v-91,46,-197,-13,-197,-118","w":226,"k":{";":-7,":":-7,"-":-8}},"D":{"d":"259,-128v4,120,-99,135,-232,128r0,-257r54,0v120,-6,175,29,178,129xm188,-128v0,-57,-31,-74,-91,-72r0,142v58,1,91,-14,91,-70","w":275,"k":{"Y":6,"W":6,"V":6,"A":6,";":-7,":":-7,".":15,"-":-11,",":15}},"E":{"d":"27,0r0,-257r158,0r0,56r-89,0r0,45r84,0r0,55r-84,0r0,43r89,0r0,58r-158,0","w":204,"k":{";":-7,":":-7,".":-7,"-":-7,",":-7}},"F":{"d":"27,0r0,-257r158,0r0,56r-89,0r0,45r84,0r0,55r-84,0r0,101r-69,0","w":195,"k":{"A":6,";":15,":":15,".":58,",":58}},"G":{"d":"86,-126v-6,64,63,100,113,66v12,-9,19,-20,21,-35r-70,0r0,-54r138,0v5,97,-42,155,-134,155v-86,-1,-131,-52,-137,-134v-11,-137,190,-179,253,-76r-61,29v-33,-54,-133,-25,-123,49","w":303,"k":{"Y":6,"T":6,";":-7,":":-7,".":10,"-":-8,",":10}},"H":{"d":"27,0r0,-257r71,0r0,100r93,0r0,-100r70,0r0,257r-70,0r0,-105r-93,0r0,105r-71,0","w":288,"k":{".":6,",":6}},"I":{"d":"29,0r0,-257r71,0r0,257r-71,0","w":129},"J":{"d":"60,-49v23,-7,18,-24,18,-67r0,-141r70,0v-8,106,35,265,-77,264v-35,0,-59,-17,-75,-41r42,-39v2,13,10,22,22,24","w":172,"k":{";":11,":":11,".":18,"-":6,",":18}},"K":{"d":"27,0r0,-257r70,0r0,117r81,-117r82,0r-95,125r103,132r-87,0r-84,-115r0,115r-70,0","w":261,"k":{"y":6,"Y":6,"W":6,"O":13,"C":13,"A":6,";":-7,":":-7,".":-7,"-":18,",":-7}},"L":{"d":"27,0r0,-257r71,0r0,197r87,0r0,60r-158,0","w":191,"k":{"y":13,"Y":20,"W":13,"V":20,"T":13,"O":6,";":-7,":":-7,".":-7,"-":6,",":-7}},"M":{"d":"237,-169v-12,55,-32,115,-47,169r-47,0r-47,-169r-21,169r-65,0r40,-257r69,0r47,167v13,-59,31,-111,47,-167r70,0r40,257r-66,0","w":332},"N":{"d":"91,-178v6,55,4,118,4,178r-68,0r0,-257r68,0v40,60,88,110,121,177v-7,-55,-3,-117,-4,-177r67,0r0,257r-67,0r-98,-133v-7,-11,-16,-29,-23,-45","w":306,"k":{";":10,":":10,".":10,",":10}},"O":{"d":"154,-263v82,0,138,54,138,135v0,81,-56,135,-138,135v-81,0,-137,-54,-137,-135v0,-82,55,-135,137,-135xm87,-128v0,41,27,75,67,75v39,0,67,-34,67,-75v0,-42,-29,-76,-67,-76v-38,0,-67,34,-67,76","w":308,"k":{"Y":6,"X":13,"V":6,"T":6,"A":6,";":-7,":":-7,".":15,"-":-10,",":15}},"P":{"d":"220,-170v3,72,-47,90,-127,85r0,85r-66,0r0,-257r74,0v82,-5,116,21,119,87xm152,-172v0,-30,-26,-30,-59,-30r0,60v33,1,59,1,59,-30","w":228,"k":{"o":6,"e":6,"a":6,"A":18,";":10,":":10,".":79,"-":15,",":79}},"Q":{"d":"87,-128v0,47,38,88,85,72r-36,-47r61,0r13,18v29,-46,-1,-119,-56,-119v-38,0,-67,36,-67,76xm292,-128v0,43,-17,74,-42,96r47,62r-60,0r-27,-36v-93,38,-197,-23,-193,-122v3,-82,55,-135,137,-135v83,0,138,54,138,135","w":308,"k":{";":-7,":":-7,".":11,"-":-10,",":11}},"R":{"d":"219,-177v0,42,-23,65,-58,73r71,104r-80,0r-59,-101r0,101r-66,0r0,-257r74,0v80,-4,118,16,118,80xm150,-168v0,-33,-24,-36,-57,-35r0,67v32,1,57,-2,57,-32","w":230,"k":{"o":6,"e":6,".":-7,"-":10,",":-7}},"S":{"d":"197,-84v7,96,-137,118,-190,53r32,-52v17,18,34,32,61,35v26,3,44,-31,24,-46v-33,-24,-104,-23,-104,-86v0,-81,108,-106,165,-60r-22,50v-14,-12,-29,-19,-49,-21v-15,-1,-29,8,-29,22v0,19,16,21,37,27v53,14,70,25,75,78","w":209,"k":{";":-7,":":-7,".":6,"-":-11,",":6}},"T":{"d":"65,0r0,-197r-58,0r0,-60r185,0r0,60r-57,0r0,197r-70,0","w":199,"k":{"y":29,"w":29,"u":29,"s":23,"r":16,"o":29,"e":29,"c":29,"a":29,"O":6,"C":6,"A":15,";":29,":":29,".":46,"-":33,",":46}},"U":{"d":"140,7v-96,2,-114,-51,-114,-155r0,-109r70,0r0,125v-1,49,0,79,44,80v51,1,45,-45,45,-98r0,-107r70,0r0,136v4,93,-30,126,-115,128","w":280,"k":{"A":6,";":11,":":11,".":21,"-":10,",":21}},"V":{"d":"101,0r-108,-257r75,0r60,178v16,-63,40,-118,60,-178r74,0r-107,257r-54,0","w":255,"k":{"y":6,"u":20,"o":26,"e":26,"a":26,"O":6,"A":6,";":18,":":18,".":53,"-":29,",":53}},"W":{"d":"203,-257r40,160r39,-160r70,0r-72,257r-65,0r-41,-144v-11,50,-27,96,-40,144r-65,0r-73,-257r71,0r38,161r41,-161r57,0","w":349,"k":{"u":6,"r":10,"o":13,"i":-7,"e":13,"a":13,"A":6,";":21,":":21,".":44,"-":21,",":44}},"X":{"d":"88,-257v12,26,30,52,39,81v9,-28,28,-55,40,-81r83,0r-86,123r95,134r-79,0v-17,-33,-38,-62,-53,-98v-13,37,-35,65,-52,98r-80,0r95,-135r-86,-122r84,0","w":254,"k":{"e":6,"O":13,"C":13,";":6,":":6,".":-7,"-":18,",":-7}},"Y":{"d":"73,0r0,-117r-90,-140r81,0v14,29,32,57,43,88v10,-32,30,-59,43,-88r81,0r-90,140r0,117r-68,0","w":214,"k":{"u":21,"o":33,"e":33,"a":33,"O":6,"C":6,"A":13,";":38,":":38,".":48,"-":43,",":48}},"Z":{"d":"228,0r-227,0r130,-202r-105,0r0,-55r217,0r-130,201r115,0r0,56","w":243,"k":{";":-7,":":-7,".":-7,"-":6,",":-7}},"[":{"d":"32,-263r89,0r0,42r-39,0r0,259r39,0r0,43r-89,0r0,-344","w":130},"\\":{"d":"126,33r-126,-296r39,0r126,296r-39,0","w":164},"]":{"d":"99,-263r0,344r-89,0r0,-43r38,0r0,-259r-38,0r0,-42r89,0","w":130},"^":{"d":"155,-257r50,0r82,99r-47,0r-60,-60r-61,60r-46,0","w":360},"_":{"d":"0,43r180,0r0,42r-180,0r0,-42","w":180},"`":{"d":"39,-263r50,0r32,61r-27,0","w":180},"a":{"d":"117,-44v27,0,41,-18,41,-45v0,-27,-14,-45,-41,-45v-27,0,-41,18,-41,45v0,27,14,45,41,45xm96,-183v31,0,48,14,60,35r0,-30r57,0r0,178r-57,0r0,-29v-15,21,-32,35,-64,36v-51,0,-78,-42,-78,-96v0,-55,30,-95,82,-94","w":237},"b":{"d":"120,-133v-26,0,-41,18,-41,44v0,27,14,45,41,45v26,0,40,-18,40,-45v0,-27,-14,-44,-40,-44xm141,7v-29,-1,-46,-16,-60,-36r0,29r-58,0r0,-272r60,0r-2,124v14,-24,28,-35,62,-35v49,-1,80,41,80,94v0,55,-30,96,-82,96","w":237,"k":{"-":-7}},"c":{"d":"13,-89v0,-71,76,-117,137,-83r0,53v-24,-29,-79,-15,-75,30v-6,44,54,59,75,29r0,55v-63,35,-137,-10,-137,-84","w":165},"d":{"d":"118,-44v27,0,41,-18,41,-45v0,-27,-15,-44,-41,-44v-26,0,-41,18,-41,44v0,27,14,45,41,45xm15,-89v0,-83,101,-131,141,-59v-3,-39,-2,-82,-2,-124r60,0r0,272r-57,0r0,-29v-14,20,-31,35,-60,36v-52,0,-82,-41,-82,-96","w":237},"e":{"d":"145,-112v1,-28,-38,-43,-59,-25v-6,6,-11,14,-13,25r72,0xm112,-183v60,0,97,43,95,107r-135,0v-6,48,64,56,79,21r47,19v-12,29,-42,43,-83,43v-59,1,-102,-37,-102,-94v0,-55,43,-96,99,-96","w":219,"k":{"x":6,"-":-7}},"f":{"d":"122,-225v-16,-6,-31,-3,-31,19r0,28r31,0r0,45r-31,0r0,133r-62,0r0,-133r-27,0r0,-45r27,0v-10,-72,23,-111,93,-95r0,48","w":126,"k":{".":6,",":6}},"g":{"d":"117,-45v26,0,41,-18,41,-44v0,-27,-14,-44,-41,-44v-27,0,-42,17,-42,44v0,27,15,44,42,44xm96,-183v30,0,48,13,60,34r0,-29r57,0r0,178v10,83,-108,93,-165,63v-17,-9,-24,-24,-25,-43r65,0v3,12,14,16,30,17v38,2,35,-28,35,-67v-13,21,-30,32,-61,33v-49,1,-78,-41,-78,-93v0,-53,30,-94,82,-93","w":237,"k":{".":6,",":6}},"h":{"d":"122,-136v-53,0,-33,83,-37,136r-62,0r0,-272r62,0r-3,127v14,-23,32,-36,66,-38v87,-5,63,102,66,183r-63,0v-6,-48,20,-136,-29,-136","w":235},"i":{"d":"56,-198v-18,0,-34,-17,-34,-35v0,-17,17,-34,34,-34v19,0,35,15,35,34v0,19,-16,35,-35,35xm25,0r0,-178r63,0r0,178r-63,0","w":112},"j":{"d":"56,-198v-18,0,-34,-17,-34,-35v0,-17,17,-34,34,-34v19,0,35,15,35,34v0,19,-16,35,-35,35xm25,78r0,-256r63,0r0,256r-63,0","w":112},"k":{"d":"23,0r0,-272r62,0r0,172r64,-78r78,0r-80,86r87,92r-82,0r-67,-79r0,79r-62,0","w":230,"k":{"o":13,"e":13,"a":6,"-":15}},"l":{"d":"25,0r0,-272r63,0r0,272r-63,0","w":112},"m":{"d":"85,-147v15,-44,102,-50,115,-3v12,-20,30,-33,60,-33v83,0,55,105,60,183r-62,0r0,-97v-1,-25,-3,-40,-25,-40v-51,0,-26,87,-32,137r-60,0r0,-97v0,-27,-3,-39,-26,-40v-50,0,-25,87,-31,137r-61,0r0,-178r62,0r0,31","w":341},"n":{"d":"122,-136v-53,0,-33,83,-37,136r-62,0r0,-178r57,0r0,36v15,-24,33,-39,68,-41v87,-5,63,102,66,183r-63,0v-6,-48,20,-136,-29,-136","w":235},"o":{"d":"112,-46v23,0,37,-18,37,-42v0,-24,-13,-43,-37,-43v-23,0,-37,19,-37,43v0,24,13,42,37,42xm112,-183v59,0,99,36,99,95v0,58,-41,95,-99,95v-59,0,-99,-37,-99,-95v0,-59,40,-95,99,-95","w":224,"k":{"x":6,"-":-7}},"p":{"d":"120,-133v-27,0,-41,18,-41,45v0,27,15,44,41,44v26,0,40,-17,40,-44v0,-27,-14,-45,-40,-45xm223,-88v0,84,-101,132,-142,59v5,30,1,72,2,107r-60,0r0,-256r58,0r0,30v14,-20,31,-34,60,-35v52,-1,82,40,82,95","w":237,"k":{"-":-7}},"q":{"d":"118,-44v26,0,41,-18,41,-44v0,-27,-14,-45,-41,-45v-27,0,-41,18,-41,45v0,27,15,44,41,44xm97,-183v29,1,46,15,60,35r0,-30r57,0r0,256r-60,0r2,-107v-14,23,-27,36,-62,36v-50,1,-79,-44,-79,-95v0,-55,29,-96,82,-95","w":237},"r":{"d":"155,-123v-37,-13,-69,8,-69,50r0,73r-63,0r0,-178r59,0r0,42v11,-31,37,-50,79,-44","w":160,"k":{".":36,",":36}},"s":{"d":"151,-88v44,57,-34,118,-107,89v-13,-5,-25,-9,-37,-16r13,-48v15,14,37,25,63,25v32,0,32,-26,-1,-32v-37,-7,-66,-19,-67,-56v-2,-65,94,-68,143,-41r-13,43v-13,-10,-30,-17,-51,-17v-12,0,-21,3,-21,13v4,19,71,23,78,40","w":174,"k":{"-":-7}},"t":{"d":"33,0r0,-133r-27,0r0,-45r27,0r0,-52r61,0r0,52r27,0r0,45r-27,0r0,133r-61,0","w":127,"k":{"-":8}},"u":{"d":"113,-41v53,0,23,-89,31,-137r61,0r0,91v2,68,-30,94,-92,94v-61,0,-91,-25,-91,-94r0,-91r59,0v6,49,-21,137,32,137","w":227},"v":{"d":"102,-71v10,-36,27,-72,39,-107r65,0r-80,178r-49,0r-80,-178r67,0v12,35,29,70,38,107","w":203,"k":{".":28,"-":-13,",":28}},"w":{"d":"91,-71v8,-35,24,-73,35,-107r37,0r35,107v7,-39,23,-71,34,-107r65,0r-75,178r-44,0r-33,-108v-8,35,-24,73,-34,108r-44,0r-74,-178r64,0v11,36,26,68,34,107","w":289,"k":{".":26,"-":-13,",":26}},"x":{"d":"69,-178v8,17,19,33,25,52v5,-19,18,-35,26,-52r70,0r-60,83r71,95r-71,0v-11,-22,-27,-40,-35,-66v-8,25,-23,44,-35,66r-70,0r70,-95r-60,-83r69,0","w":190,"k":{"o":6,"e":6,"c":6}},"y":{"d":"13,78r50,-105r-71,-151r69,0v11,31,25,60,33,93v8,-34,24,-62,34,-93r67,0r-112,256r-70,0","w":191,"k":{".":31,"-":6,",":31}},"z":{"d":"180,0r-180,0r91,-132r-80,0r0,-46r177,0r-94,130r86,0r0,48","w":195},"{":{"d":"71,-202v-2,-56,33,-58,86,-58r0,43v-75,-14,1,122,-74,124v45,2,38,46,38,92v0,29,11,33,36,31r0,43v-53,0,-86,0,-86,-58v0,-45,10,-95,-44,-87r0,-42v51,7,46,-42,44,-88","w":180},"|":{"d":"69,-275r42,0r0,360r-42,0r0,-360","w":180},"}":{"d":"97,-93v-77,-3,7,-136,-74,-124r0,-43v52,0,86,1,86,58v0,45,-8,95,45,88r0,42v-52,-8,-47,41,-45,87v3,58,-33,58,-86,58r0,-43v75,20,0,-124,74,-123","w":180},"~":{"d":"204,-117v28,-1,43,-13,65,-27r0,45v-26,19,-60,33,-97,19v-59,-22,-101,-24,-141,10r0,-45v21,-14,40,-23,68,-25v35,-2,76,24,105,23","w":299},"\u00a0":{"w":112}}});
Cufon.replace('#contenuto h1', { fontFamily: 'Futura Md BT' });
Cufon.replace('#contenuto h2', { fontFamily: 'Futura Md BT' });
Cufon.replace('UL LI A', { fontFamily: 'Futura Md BT' });

