/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
/* DO NOT MODIFY */
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}})());

/* Custom Fonts */
Cufon.registerFont({"w":1006,"face":{"font-family":"Futura XBlkCnIt BT","font-weight":400,"font-style":"italic","font-stretch":"condensed","units-per-em":"2048","panose-1":"2 11 8 6 2 2 4 9 2 4","ascent":"1638","descent":"-410","x-height":"29","bbox":"-186 -1665 1968 483","underline-thickness":"246","underline-position":"-98","slope":"-12","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":502},"!":{"d":"233,-1536r394,0r-178,985r-347,0xm424,-236v0,74,-23,136,-68,186v-45,50,-102,75,-170,75v-53,0,-94,-17,-126,-51v-32,-34,-48,-78,-48,-134v0,-74,23,-136,68,-186v45,-50,102,-76,170,-76v52,0,94,17,126,51v32,34,48,79,48,135","w":606},"\"":{"d":"416,-1438r223,0r0,561r-223,0r0,-561xm76,-1438r219,0r0,561r-219,0r0,-561","w":713},"#":{"d":"707,-842r-82,232r245,0r82,-232r-245,0xm684,-1466r250,0r-139,393r235,0r141,-393r250,0r-139,393r270,0r-86,231r-268,0r-80,230r277,0r-84,231r-275,0r-141,393r-250,0r139,-393r-235,0r-141,393r-250,0r139,-393r-274,0r86,-231r270,0r82,-230r-283,0r86,-231r279,0","w":1575},"$":{"d":"66,-436v48,35,99,62,154,82v55,20,106,30,151,30v40,0,71,-9,93,-28v22,-19,34,-46,34,-80v0,-52,-41,-112,-122,-179r-26,-22v-77,-63,-133,-126,-168,-188v-35,-62,-53,-129,-53,-201v0,-109,33,-204,99,-284v66,-80,151,-129,257,-148r35,-211r248,0r-31,205v63,11,117,24,161,39v44,15,84,34,118,57r-125,307v-45,-31,-87,-55,-125,-69v-38,-14,-76,-21,-113,-21v-39,0,-71,9,-95,27v-24,18,-36,42,-36,71v0,38,39,90,117,155r41,34v72,61,123,122,154,182v31,60,47,127,47,203v0,119,-29,219,-89,300v-60,81,-144,136,-251,165r-39,239r-250,0r35,-217v-77,-5,-147,-18,-209,-37v-62,-19,-110,-42,-141,-69"},"%":{"d":"98,-1004v0,-145,33,-262,100,-348v67,-86,157,-129,269,-129v85,0,150,27,197,79v47,52,71,125,71,218v0,149,-31,266,-95,351v-64,85,-151,128,-261,128v-89,0,-158,-26,-207,-78v-49,-52,-74,-126,-74,-221xm1116,-569v-31,0,-57,33,-78,100v-21,67,-32,147,-32,242v0,19,4,33,12,43v8,10,20,16,35,16v17,0,30,-6,41,-19v11,-13,21,-34,30,-64v11,-36,19,-78,26,-126v7,-48,11,-89,11,-123v0,-23,-4,-41,-11,-52v-7,-11,-19,-17,-34,-17xm764,-274v0,-146,33,-262,100,-348v67,-86,156,-130,269,-130v85,0,151,26,199,79v48,53,71,125,71,218v0,148,-32,265,-97,352v-65,87,-152,130,-262,130v-89,0,-157,-26,-206,-79v-49,-53,-74,-127,-74,-222xm1122,-1489r189,0r-930,1518r-188,0xm451,-1300v-31,0,-57,33,-78,99v-21,66,-31,147,-31,243v0,19,4,34,12,45v8,11,19,16,33,16v31,0,58,-33,79,-99v21,-66,32,-144,32,-235v0,-23,-4,-41,-12,-52v-8,-11,-20,-17,-35,-17","w":1503},"&":{"d":"475,-573v-35,29,-60,57,-77,83v-17,26,-25,50,-25,74v0,29,9,52,27,71v18,19,40,28,67,28v17,0,35,-5,55,-13v20,-8,41,-20,64,-37xm674,-1018v30,-24,54,-49,72,-76v18,-27,26,-50,26,-71v0,-24,-6,-42,-18,-54v-12,-12,-31,-18,-56,-18v-26,0,-46,8,-62,23v-16,15,-24,34,-24,59v0,19,5,38,14,59v9,21,25,47,48,78xm780,0r-32,-78v-65,37,-128,64,-188,82v-60,18,-122,27,-185,27v-119,0,-209,-30,-273,-91v-64,-61,-96,-147,-96,-259v0,-97,28,-188,83,-274v55,-86,140,-170,255,-253v-24,-52,-42,-100,-54,-145v-12,-45,-18,-86,-18,-123v0,-116,38,-206,114,-272v76,-66,181,-99,316,-99v107,0,193,29,258,86v65,57,97,133,97,228v0,66,-20,128,-60,185v-40,57,-106,117,-198,181r112,219v25,-19,49,-41,71,-64v22,-23,44,-48,65,-75r139,283r-75,78v-21,21,-41,40,-60,57r155,307r-426,0","w":1284},"'":{"d":"76,-1438r219,0r0,561r-219,0r0,-561","w":371},"(":{"d":"254,338v-71,-108,-124,-223,-160,-346v-36,-123,-53,-252,-53,-389v0,-208,44,-414,133,-619v89,-205,217,-393,383,-565r209,151v-132,159,-233,323,-302,493v-69,170,-104,338,-104,505v0,113,12,221,37,322v25,101,62,200,113,296","w":678},")":{"d":"86,338r-209,-152v133,-159,233,-322,303,-492v70,-170,105,-338,105,-503v0,-113,-12,-221,-37,-323v-25,-102,-64,-202,-115,-298r258,-151v70,107,123,221,158,342v35,121,53,246,53,377v0,217,-44,426,-132,630v-88,204,-215,394,-384,570","w":678},"*":{"d":"436,-752r0,-209r-180,103r-84,-143r180,-105r-180,-104r84,-146r178,105r0,-209r170,0r0,209r178,-105r84,146r-180,104r180,105r-84,143r-178,-103r0,209r-168,0","w":948},"+":{"d":"735,-1221r238,0r0,494r479,0r0,231r-479,0r0,496r-238,0r0,-496r-481,0r0,-231r481,0r0,-494","w":1706},",":{"d":"-186,340r213,-719r383,0r-381,719r-215,0","w":506},"-":{"d":"12,-346r54,-332r573,0r-53,332r-574,0","w":721,"k":{"o":-38,"Y":83,"W":45,"V":92,"T":112,"Q":-38,"O":-38,"J":-38,"G":-38,"C":-38}},".":{"d":"383,-240v0,75,-23,138,-70,190v-47,52,-105,77,-174,77v-53,0,-95,-17,-127,-52v-32,-35,-49,-81,-49,-139v0,-77,23,-141,69,-192v46,-51,103,-76,173,-76v53,0,96,17,129,52v33,35,49,82,49,140","w":502},"\/":{"d":"-172,190r813,-1679r176,0r-815,1679r-174,0","w":739},"0":{"d":"371,-416v0,37,4,64,13,82v9,18,23,27,42,27v21,0,41,-15,60,-44v19,-29,38,-77,57,-143v27,-94,49,-191,65,-292v16,-101,25,-185,25,-250v0,-37,-5,-64,-15,-83v-10,-19,-24,-28,-43,-28v-22,0,-41,14,-59,43v-18,29,-36,76,-55,143v-28,97,-50,196,-66,296v-16,100,-24,183,-24,249xm403,33v-123,0,-218,-44,-285,-132v-67,-88,-100,-214,-100,-378v0,-155,21,-307,63,-455v42,-148,97,-267,165,-358v46,-63,100,-110,162,-144v62,-34,125,-51,192,-51v125,0,220,44,286,133v66,89,99,216,99,383v0,155,-21,304,-62,449v-41,145,-97,265,-167,358v-45,61,-99,110,-161,144v-62,34,-126,51,-192,51"},"1":{"d":"217,0r176,-1120r-133,0r53,-340r516,0r-231,1460r-381,0"},"2":{"d":"-125,0v263,-307,451,-547,565,-718v114,-171,170,-298,170,-382v0,-28,-7,-50,-22,-65v-15,-15,-36,-23,-64,-23v-39,0,-71,24,-94,71v-23,47,-35,112,-35,193r-342,0v7,-185,55,-326,141,-422v86,-96,209,-143,369,-143v140,0,249,31,327,95v78,64,116,153,116,268v0,93,-35,200,-104,322v-69,122,-182,275,-339,458r295,0r-55,346r-928,0"},"3":{"d":"-29,-451r357,1v-2,13,-3,27,-4,40v-1,13,-2,26,-2,39v0,29,6,51,18,67v12,16,28,25,49,25v38,0,68,-18,91,-53v23,-35,34,-83,34,-143v0,-45,-12,-79,-37,-102v-25,-23,-61,-35,-108,-35r-29,0v0,0,-20,1,-31,2r43,-272r18,0v0,0,18,1,31,1v70,0,122,-18,157,-55v35,-37,52,-92,52,-166v0,-29,-6,-51,-18,-66v-12,-15,-30,-22,-53,-22v-27,0,-50,12,-69,36v-19,24,-32,56,-40,99r-338,0v7,-139,54,-246,139,-321v85,-75,203,-113,353,-113v125,0,224,31,297,94v73,63,110,146,110,250v0,95,-27,179,-81,249v-54,70,-127,115,-216,134v71,9,127,39,168,89v41,50,62,114,62,192v0,157,-46,282,-140,373v-94,91,-223,137,-387,137v-139,0,-246,-32,-323,-96v-77,-64,-115,-154,-115,-269v0,-17,1,-36,3,-55v2,-19,5,-39,9,-60"},"4":{"d":"514,-594r78,-491r-283,491r205,0xm422,0r45,-297r-508,0r49,-305r522,-858r467,0r-137,866r103,0r-48,297r-102,0r-47,297r-344,0"},"5":{"d":"2,-408v50,33,100,57,151,74v51,17,100,25,148,25v65,0,116,-17,153,-51v37,-34,56,-82,56,-142v0,-57,-20,-99,-60,-128v-40,-29,-101,-44,-182,-44v-31,0,-65,3,-102,10v-37,7,-78,17,-121,31r258,-827r727,0r-49,321r-455,0r-67,209v23,-5,45,-8,66,-10v21,-2,41,-4,61,-4v109,0,195,32,257,96v62,64,93,151,93,262v0,184,-56,333,-168,446v-112,113,-262,169,-449,169v-75,0,-146,-8,-215,-24v-69,-16,-140,-41,-213,-75"},"6":{"d":"375,-395v0,33,5,57,16,73v11,16,27,23,49,23v37,0,67,-27,91,-83v24,-56,36,-127,36,-212v0,-33,-6,-58,-17,-74v-11,-16,-27,-24,-48,-24v-38,0,-69,28,-92,83v-23,55,-35,127,-35,214xm539,-948v23,-11,45,-19,67,-24v22,-5,45,-7,68,-7v91,0,161,31,210,92v49,61,74,149,74,262v0,187,-51,343,-152,468v-101,125,-229,188,-382,188v-133,0,-238,-39,-315,-117v-77,-78,-115,-183,-115,-317v0,-143,44,-304,132,-483v88,-179,217,-370,388,-574r434,0v-77,79,-150,161,-218,246v-68,85,-132,173,-191,266"},"7":{"d":"16,0r602,-1120r-456,0r53,-340r897,0r-643,1460r-453,0"},"8":{"d":"745,-778v63,29,109,70,141,125v32,55,48,121,48,200v0,143,-47,259,-141,348v-94,89,-216,134,-365,134v-139,0,-248,-34,-326,-103v-78,-69,-118,-163,-118,-284v0,-100,26,-187,78,-262v52,-75,123,-128,212,-158v-56,-32,-98,-73,-127,-122v-29,-49,-43,-107,-43,-173v0,-124,44,-224,133,-301v89,-77,206,-115,351,-115v130,0,231,31,303,95v72,64,108,153,108,268v0,78,-23,149,-69,212v-46,63,-107,108,-185,136xm434,-256v33,0,62,-25,84,-76v22,-51,33,-115,33,-192v0,-33,-5,-57,-17,-74v-12,-17,-30,-25,-53,-25v-33,0,-61,26,-83,77v-22,51,-33,114,-33,190v0,33,5,57,17,74v12,17,29,26,52,26xm528,-874v31,0,57,-22,78,-67v21,-45,31,-99,31,-163v0,-39,-6,-67,-17,-84v-11,-17,-30,-26,-55,-26v-31,0,-57,22,-78,67v-21,45,-32,99,-32,164v0,37,5,65,17,83v12,18,31,26,56,26"},"9":{"d":"573,-1161v-37,0,-67,27,-91,82v-24,55,-36,126,-36,213v0,33,5,58,16,74v11,16,27,24,48,24v38,0,69,-28,93,-83v24,-55,36,-126,36,-212v0,-31,-6,-56,-17,-73v-11,-17,-28,-25,-49,-25xm473,-512v-25,11,-48,20,-70,25v-22,5,-44,8,-65,8v-90,0,-160,-31,-209,-93v-49,-62,-74,-150,-74,-264v0,-185,51,-340,153,-466v102,-126,229,-189,382,-189v133,0,238,39,314,116v76,77,114,183,114,318v0,144,-44,306,-132,485v-88,179,-217,370,-386,572r-437,0v78,-79,151,-161,219,-246v68,-85,132,-173,191,-266"},":":{"d":"524,-831v0,75,-24,138,-70,189v-46,51,-104,77,-173,77v-53,0,-96,-18,-129,-53v-33,-35,-50,-81,-50,-138v0,-76,23,-140,70,-191v47,-51,105,-77,174,-77v53,0,96,17,129,52v33,35,49,82,49,141xm430,-240v0,75,-23,138,-70,190v-47,52,-105,77,-174,77v-53,0,-96,-17,-128,-52v-32,-35,-48,-81,-48,-139v0,-76,23,-140,69,-191v46,-51,104,-77,173,-77v53,0,96,17,129,52v33,35,49,82,49,140","w":606},";":{"d":"-176,340r213,-719r383,0r-381,719r-215,0xm545,-831v0,75,-23,138,-69,189v-46,51,-104,77,-173,77v-53,0,-96,-18,-129,-53v-33,-35,-49,-81,-49,-138v0,-76,23,-140,69,-191v46,-51,105,-77,175,-77v53,0,95,17,127,52v32,35,49,82,49,141","w":606},"<":{"d":"1442,-1214r0,253r-854,351r854,348r0,254r-1178,-486r0,-233","w":1706},"=":{"d":"254,-502r1198,0r0,230r-1198,0r0,-230xm254,-950r1198,0r0,231r-1198,0r0,-231","w":1706},">":{"d":"264,-1214r1178,487r0,233r-1178,486r0,-254r854,-348r-854,-351r0,-253","w":1706},"?":{"d":"285,-553r59,-365v14,3,27,6,40,7v13,1,27,2,40,2v67,0,122,-25,163,-73v41,-48,62,-110,62,-185v0,-41,-7,-71,-20,-91v-13,-20,-33,-30,-60,-30v-31,0,-57,14,-77,44v-20,30,-35,76,-46,138r-342,0v15,-150,66,-267,155,-350v89,-83,206,-125,351,-125v137,0,242,34,316,101v74,67,110,163,110,288v0,114,-33,214,-100,298v-67,84,-151,130,-250,138r-53,203r-348,0xm600,-233v0,74,-23,135,-68,185v-45,50,-101,75,-170,75v-52,0,-94,-17,-126,-51v-32,-34,-48,-79,-48,-136v0,-74,23,-136,68,-186v45,-50,102,-76,170,-76v53,0,94,17,126,51v32,34,48,80,48,138","w":1020},"@":{"d":"1161,-262v-37,55,-80,95,-127,120v-47,25,-103,38,-168,38v-109,0,-191,-30,-247,-88v-56,-58,-84,-144,-84,-257v0,-161,47,-295,141,-404v94,-109,211,-163,350,-163v51,0,96,10,134,30v38,20,70,52,95,93r52,-92r206,0r-153,610v0,1,0,3,-1,6v-2,12,-3,21,-3,27v0,20,5,34,16,44v11,10,26,15,47,15v91,0,172,-47,241,-143v69,-96,103,-208,103,-336v0,-159,-59,-289,-179,-390v-120,-101,-276,-151,-468,-151v-99,0,-190,13,-274,37v-84,24,-161,60,-230,109v-103,73,-183,165,-239,275v-56,110,-84,228,-84,356v0,201,68,362,203,482v135,120,317,179,544,179v109,0,215,-15,316,-47v101,-32,195,-78,280,-139r97,135v-104,78,-214,136,-329,175v-115,39,-237,58,-364,58v-128,0,-246,-16,-354,-49v-108,-33,-205,-81,-289,-145v-105,-81,-183,-175,-234,-281v-51,-106,-77,-227,-77,-362v0,-113,18,-219,53,-320v35,-101,87,-194,156,-278v99,-122,218,-215,359,-278v141,-63,297,-95,468,-95v113,0,220,15,320,46v100,31,187,75,260,132v91,71,158,152,203,243v45,91,67,193,67,306v0,111,-22,214,-66,307v-44,93,-107,173,-190,240v-46,37,-97,65,-154,85v-57,20,-115,30,-176,30v-71,0,-124,-13,-161,-40v-37,-27,-57,-67,-60,-120xm1198,-696v-6,-51,-23,-89,-50,-116v-27,-27,-64,-40,-110,-40v-69,0,-130,41,-182,122v-52,81,-78,176,-78,286v0,55,12,98,35,128v23,30,56,46,98,46v56,0,105,-20,148,-59v43,-39,72,-92,88,-158","w":2048},"A":{"d":"-158,0r549,-1460r481,0r103,1460r-412,0r2,-215r-241,0r-64,215r-418,0xm410,-510r163,0r5,-541","w":1053,"k":{"y":36,"Y":112,"W":36,"V":36,"T":55,"S":-38,";":-38,":":-38,".":-65,",":-65}},"B":{"d":"-31,0r232,-1460r377,0v183,0,314,26,394,79v80,53,120,138,120,257v0,96,-26,174,-78,233v-52,59,-130,100,-234,123v77,21,136,59,178,113v42,54,62,119,62,196v0,69,-14,134,-43,195v-29,61,-69,112,-121,153v-48,39,-105,68,-170,85v-65,17,-151,26,-260,26r-457,0xm420,-305r21,3v0,0,17,1,28,1v48,0,84,-16,109,-48v25,-32,38,-78,38,-138v0,-46,-11,-80,-34,-103v-23,-23,-57,-35,-103,-35r-12,0xm510,-897v5,1,11,1,17,1v6,0,15,1,28,1v45,0,81,-13,107,-39v26,-26,40,-60,40,-104v0,-37,-11,-65,-32,-84v-21,-19,-51,-29,-92,-29v-3,0,-8,0,-14,1v-6,1,-10,1,-13,1","w":1114,"k":{"Y":36}},"C":{"d":"907,-1085v-24,-13,-47,-22,-68,-27v-21,-5,-43,-8,-65,-8v-95,0,-172,45,-230,136v-58,91,-87,212,-87,363v0,97,18,168,53,215v35,47,88,70,160,70v17,0,36,-2,56,-6v20,-4,42,-9,65,-16r-62,352v-28,11,-58,20,-91,25v-33,5,-70,8,-112,8v-165,0,-291,-48,-378,-144v-87,-96,-130,-235,-130,-418v0,-286,66,-517,198,-691v132,-174,307,-261,525,-261v40,0,79,4,117,11v38,7,76,17,113,30","w":887,"k":{"Y":-57,"A":-65}},"D":{"d":"-31,0r232,-1460r309,0v195,0,338,45,430,136v92,91,139,231,139,421v0,147,-23,289,-69,425v-46,136,-104,241,-176,314v-59,59,-126,101,-202,126v-76,25,-195,38,-356,38r-307,0xm437,-360v3,1,6,2,9,2r13,0v24,0,47,-6,69,-17v22,-11,39,-27,54,-47v24,-32,47,-98,69,-196v22,-98,33,-196,33,-293v0,-63,-10,-109,-30,-139v-20,-30,-54,-47,-99,-50","w":1114,"k":{"Y":36}},"E":{"d":"-33,0r232,-1460r723,0r-56,354r-315,0r-31,186r285,0r-53,342r-285,0r-33,201r316,0r-60,377r-723,0","w":864},"F":{"d":"-35,0r232,-1460r723,0r-56,354r-317,0r-33,211r274,0r-53,344r-276,0r-88,551r-406,0","w":827,"k":{"a":36,"T":-38,"S":-47,"A":36,".":215,",":215}},"G":{"d":"600,-844r522,0v-11,296,-68,515,-170,658v-102,143,-253,215,-452,215v-155,0,-273,-48,-354,-143v-81,-95,-121,-232,-121,-412v0,-141,17,-275,51,-402v34,-127,80,-236,141,-325v53,-78,119,-137,198,-177v79,-40,170,-59,273,-59v128,0,232,29,312,89v80,60,132,146,153,257r-375,139v-11,-46,-25,-78,-42,-96v-17,-18,-40,-28,-70,-28v-31,0,-59,11,-82,33v-23,22,-43,56,-60,102v-23,65,-43,147,-60,249v-17,102,-26,190,-26,263v0,56,8,96,24,119v16,23,42,34,79,34v46,0,83,-20,111,-59v28,-39,43,-95,48,-168r-139,0","w":1151,"k":{"Y":36,"-":-38}},"H":{"d":"-31,0r232,-1460r407,0r-84,528r168,0r82,-528r408,0r-232,1460r-407,0r90,-571r-166,0r-90,571r-408,0","w":1151},"I":{"d":"-18,0r231,-1460r408,0r-232,1460r-407,0","w":602},"J":{"d":"381,-1460r407,0r-159,1007v-28,175,-77,300,-145,373v-68,73,-167,109,-298,109v-48,0,-94,-5,-139,-15v-45,-10,-90,-27,-137,-49r55,-350v30,18,57,31,79,39v22,8,42,12,60,12v36,0,64,-11,82,-34v18,-23,32,-69,43,-136","w":758},"K":{"d":"-31,0r232,-1460r407,0r-96,610r322,-610r415,0r-405,674r184,786r-442,0r-103,-664r-106,664r-408,0","w":1126,"k":{"y":36,"u":36,"o":36,"e":36,"a":36,"Y":36,"W":36,"O":45,"C":55,"A":-75,"-":73}},"L":{"d":"-33,0r232,-1460r409,0r-174,1098r299,0r-57,362r-709,0","w":825,"k":{"y":73,"Y":120,"W":73,"V":112,"U":36,"T":73,"O":55,"A":-65}},"M":{"d":"485,-1083r-206,1083r-351,0r336,-1460r477,0r4,770r248,-770r475,0r-125,1460r-352,0r133,-1081r-346,1081r-276,0","w":1503},"N":{"d":"-12,0r233,-1460r377,0r131,784r137,-784r342,0r-229,1460r-375,0r-139,-756r-129,756r-348,0","w":1202},"O":{"d":"430,-487v0,55,7,94,22,119v15,25,38,38,70,38v29,0,53,-11,74,-34v21,-23,40,-59,57,-109v22,-65,39,-143,53,-235v14,-92,21,-178,21,-261v0,-55,-7,-95,-21,-121v-14,-26,-36,-38,-65,-38v-31,0,-57,12,-79,34v-22,22,-41,58,-56,107v-22,67,-40,147,-54,240v-14,93,-22,179,-22,260xm479,29v-138,0,-249,-50,-333,-150v-84,-100,-126,-233,-126,-399v0,-135,17,-267,52,-395v35,-128,83,-235,143,-322v59,-84,126,-147,203,-188v77,-41,165,-62,264,-62v141,0,252,49,335,147v83,98,124,233,124,402v0,136,-17,267,-52,394v-35,127,-82,234,-143,323v-57,83,-124,145,-202,187v-78,42,-166,63,-265,63","w":1161,"k":{"Y":73,"X":36,";":-38,":":-38,".":45,"-":-38,",":45}},"P":{"d":"557,-1137r-51,323v5,1,11,2,17,2v6,0,13,1,22,1v58,0,102,-17,131,-52v29,-35,43,-87,43,-157v0,-39,-12,-68,-36,-88v-24,-20,-59,-29,-105,-29r-21,0xm-31,0r232,-1460r350,0v195,0,336,32,423,96v87,64,130,169,130,313v0,182,-51,321,-154,419v-103,98,-251,147,-442,147v-6,0,-16,0,-28,-1v-12,-1,-21,-1,-27,-1r-76,487r-408,0","w":1100,"k":{"y":-47,"o":36,"e":36,"a":36,"A":55,".":415,"-":45,",":415}},"Q":{"d":"508,29v-153,0,-272,-48,-358,-145v-86,-97,-130,-232,-130,-404v0,-135,17,-267,52,-394v35,-127,83,-235,143,-323v59,-84,126,-147,203,-188v77,-41,165,-62,264,-62v141,0,252,49,335,148v83,99,124,233,124,403v0,179,-27,344,-83,496v-56,152,-129,266,-220,340r139,170r-342,172xm430,-487v0,55,7,94,22,119v15,25,38,38,70,38v29,0,53,-11,74,-34v21,-23,40,-59,57,-109v22,-65,39,-143,53,-235v14,-92,21,-178,21,-261v0,-55,-7,-95,-21,-121v-14,-26,-36,-38,-65,-38v-31,0,-57,12,-79,34v-22,22,-41,58,-56,107v-22,67,-40,147,-54,240v-14,93,-22,179,-22,260","w":1161,"k":{"-":-38}},"R":{"d":"506,-809r22,0v62,0,110,-20,143,-59v33,-39,50,-95,50,-168v0,-42,-11,-73,-32,-93v-21,-20,-54,-30,-99,-30v-3,0,-8,0,-14,1v-6,1,-11,1,-15,1xm-31,0r232,-1460r344,0v216,0,365,28,447,85v82,57,122,153,122,290v0,119,-26,217,-78,294v-52,77,-126,127,-223,152r180,639r-432,0r-92,-590r-92,590r-408,0","w":1104,"k":{"y":-47,"o":36,"e":36,"a":36,"Y":36,"A":-86,".":-38,"-":55,",":-38}},"S":{"d":"-4,-449v45,38,93,67,143,88v50,21,98,31,144,31v41,0,73,-12,97,-34v24,-22,36,-52,36,-91v0,-33,-10,-66,-30,-99v-20,-33,-59,-77,-116,-132v-69,-67,-117,-127,-143,-178v-26,-51,-39,-108,-39,-170v0,-139,44,-250,132,-332v88,-82,209,-123,360,-123v61,0,120,7,175,21v55,14,112,34,169,63r-58,356v-44,-31,-86,-54,-128,-70v-42,-16,-82,-24,-120,-24v-34,0,-60,9,-80,27v-20,18,-30,41,-30,72v0,41,38,99,113,174r22,22v76,75,126,139,150,192v24,53,36,115,36,185v0,156,-49,279,-145,369v-96,90,-228,135,-395,135v-71,0,-139,-8,-203,-25v-64,-17,-117,-41,-160,-71","w":891,"k":{"S":-38,"A":-38}},"T":{"d":"557,0r-410,0r172,-1090r-243,0r59,-370r895,0r-59,370r-242,0","w":963,"k":{"y":131,"w":131,"u":139,"s":131,"r":139,"o":139,"e":139,"c":139,"a":139,"T":112,"A":55,";":167,":":167,".":149,"-":112,",":149}},"U":{"d":"41,-522r147,-938r410,0r-156,977v-1,8,-2,15,-3,22v-1,7,-1,14,-1,23v0,25,8,44,22,58v14,14,33,22,58,22v32,0,58,-10,76,-31v18,-21,30,-52,37,-94r155,-977r408,0r-149,937r-3,15v-29,177,-72,301,-131,371v-47,56,-105,98,-177,126v-72,28,-157,42,-255,42v-153,0,-267,-33,-341,-97v-74,-64,-111,-162,-111,-294v0,-21,1,-45,3,-70v2,-25,6,-56,11,-92","w":1151},"V":{"d":"102,-1460r406,0r2,954r303,-954r406,0r-566,1460r-448,0","w":1090,"k":{"u":55,"o":83,"i":-38,"e":83,"a":83,"A":36,";":63,":":63,".":149,"-":92,",":149}},"W":{"d":"98,-1460r406,0r-39,864r268,-864r328,0r-4,864r233,-864r406,0r-514,1460r-375,0r4,-913r-285,913r-374,0","w":1565,"k":{"u":36,"r":55,"o":73,"i":-38,"e":73,"a":73,"A":36,";":45,":":45,".":102,"-":45,",":102}},"X":{"d":"324,-739r-195,-721r422,0r45,387r168,-387r424,0r-424,721r221,739r-432,0r-66,-385r-186,385r-432,0","w":1085,"k":{"e":36,"O":36,"C":36,"A":-75}},"Y":{"d":"94,-1460r430,0r41,448r180,-448r431,0r-476,874r-92,586r-407,0r94,-586","w":1038,"k":{"u":102,"o":167,"e":167,"a":167,"O":73,"C":73,"A":73,";":139,":":139,".":196,"-":83,",":196}},"Z":{"d":"-137,0r629,-1094r-381,0r59,-366r944,0r-622,1085r389,0r-60,375r-958,0","w":977,"k":{"-":36}},"[":{"d":"-2,305r295,-1864r455,0r-39,246r-181,0r-217,1374r181,0r-39,244r-455,0","w":678},"\\":{"d":"602,190r-162,0r-280,-1679r159,0","w":739},"]":{"d":"352,305r-454,0r39,-244r180,0r217,-1374r-180,0r39,-246r454,0","w":678},"^":{"d":"879,-1462r288,0r465,563r-264,0r-344,-342r-346,342r-264,0","w":2048},"_":{"d":"0,244r1024,0r0,239r-1024,0r0,-239","w":1024},"`":{"d":"539,-1163r-123,-312r262,0r20,312r-159,0","w":1024},"a":{"d":"520,-733v-37,0,-69,31,-96,94v-27,63,-41,138,-41,225v0,39,5,69,17,90v12,21,29,31,51,31v37,0,68,-32,95,-95v27,-63,40,-139,40,-228v0,-39,-5,-68,-16,-88v-11,-20,-28,-29,-50,-29xm504,0r16,-113v-45,49,-88,85,-130,108v-42,23,-87,34,-134,34v-81,0,-143,-31,-188,-94v-45,-63,-68,-150,-68,-263v0,-207,41,-380,123,-518v82,-138,184,-207,305,-207v47,0,89,11,124,33v35,22,66,58,95,107r19,-111r368,0r-162,1024r-368,0","w":1057},"b":{"d":"-47,0r252,-1593r368,0r-106,682v43,-48,85,-83,127,-106v42,-23,88,-34,135,-34v81,0,145,31,190,93v45,62,68,150,68,262v0,207,-41,378,-123,516v-82,138,-183,207,-305,207v-47,0,-88,-11,-123,-33v-35,-22,-67,-58,-96,-107r-18,113r-369,0xm397,-408v0,41,7,71,19,91v12,20,30,30,55,30v38,0,70,-31,95,-94v25,-63,38,-141,38,-235v0,-41,-6,-71,-18,-90v-12,-19,-31,-29,-56,-29v-37,0,-68,31,-94,94v-26,63,-39,140,-39,233","w":1049},"c":{"d":"549,-8v-34,12,-68,22,-101,28v-33,6,-67,9,-100,9v-111,0,-198,-35,-260,-103v-62,-68,-92,-163,-92,-286v0,-209,48,-376,145,-503v97,-127,224,-190,383,-190v30,0,60,4,91,11v31,7,61,17,92,30r-50,314v-14,-9,-28,-16,-42,-20v-14,-4,-29,-7,-46,-7v-43,0,-80,26,-109,79v-29,53,-44,120,-44,200v0,47,8,81,23,102v15,21,40,31,75,31v13,0,27,-2,42,-6v15,-4,29,-10,44,-17","w":707},"d":{"d":"592,-618v0,-41,-6,-71,-18,-91v-12,-20,-31,-30,-56,-30v-37,0,-68,32,-94,95v-26,63,-39,141,-39,234v0,41,5,71,17,90v12,19,30,29,55,29v37,0,69,-32,95,-95v26,-63,40,-141,40,-232xm504,0r16,-113v-45,49,-88,85,-129,107v-41,22,-86,33,-133,33v-81,0,-145,-31,-190,-93v-45,-62,-68,-149,-68,-262v0,-207,41,-378,123,-516v82,-138,184,-207,305,-207v47,0,89,11,124,33v35,22,66,58,95,107r109,-682r368,0r-252,1593r-368,0","w":1049},"e":{"d":"874,-358v-10,122,-54,217,-132,286v-78,69,-181,103,-310,103v-140,0,-247,-38,-320,-115v-73,-77,-110,-188,-110,-334v0,-193,46,-347,139,-462v93,-115,217,-173,373,-173v126,0,226,34,300,101v74,67,110,157,110,272v0,29,-1,62,-4,96v-3,34,-7,72,-13,115r-542,0v-4,32,-7,57,-9,76v-2,19,-2,34,-2,45v0,35,8,61,24,78v16,17,40,26,73,26v35,0,61,-9,80,-28v19,-19,29,-48,32,-86r311,0xm391,-641r219,0v2,-22,4,-37,4,-47r0,-27v0,-33,-8,-58,-22,-75v-14,-17,-35,-25,-64,-25v-37,0,-66,14,-87,41v-21,27,-38,72,-50,133","w":991,"k":{"x":36}},"f":{"d":"0,0r109,-696r-111,0r51,-328r113,0r31,-199v22,-137,63,-236,123,-297v60,-61,146,-92,257,-92v35,0,69,2,101,8v32,6,64,14,94,25r-51,309v-12,-4,-22,-7,-29,-8v-7,-1,-15,-2,-22,-2v-30,0,-54,10,-72,31v-18,21,-30,53,-37,96r-22,129r143,0r-51,328r-144,0r-110,696r-373,0","w":635,"k":{"y":-86,"w":-75,"t":-65,".":36,",":36}},"g":{"d":"502,-760v-36,0,-66,30,-92,90v-26,60,-39,133,-39,217v0,39,5,68,15,87v10,19,27,28,48,28v35,0,66,-30,91,-90v25,-60,38,-132,38,-217v0,-38,-5,-67,-15,-86v-10,-19,-26,-29,-46,-29xm627,-1026r352,0r-156,979v-26,165,-74,276,-145,333v-71,57,-189,85,-352,85v-132,0,-228,-24,-288,-72v-60,-48,-91,-124,-91,-227v0,-4,0,-10,1,-18v1,-8,1,-15,1,-19r311,0r0,20v0,21,7,38,22,51v15,13,35,19,58,19v32,0,58,-11,77,-33v19,-22,33,-57,40,-102r26,-170v-33,43,-69,76,-110,98v-41,22,-84,33,-131,33v-77,0,-138,-30,-181,-89v-43,-59,-65,-140,-65,-245v0,-193,39,-352,116,-479v77,-127,172,-191,287,-191v45,0,85,10,117,30v32,20,63,53,92,99","w":1010},"h":{"d":"-47,0r252,-1593r368,0r-108,675v31,-41,67,-71,106,-92v39,-21,81,-32,125,-32v79,0,141,20,184,60v43,40,64,97,64,171v0,17,-1,37,-3,59v-2,22,-6,50,-11,84r-105,668r-370,0r96,-604v0,-3,0,-7,1,-12v2,-13,3,-21,3,-23v0,-19,-5,-34,-16,-45v-11,-11,-26,-16,-45,-16v-20,0,-37,9,-50,26v-13,17,-21,41,-26,74r-96,600r-369,0"},"i":{"d":"-33,0r162,-1024r371,0r-162,1024r-371,0xm573,-1413v0,73,-21,133,-65,181v-44,48,-99,73,-166,73v-51,0,-93,-17,-124,-50v-31,-33,-46,-77,-46,-132v0,-73,22,-134,66,-183v44,-49,99,-73,165,-73v52,0,93,17,124,50v31,33,46,78,46,134","w":537},"j":{"d":"573,-1413v0,73,-21,133,-65,181v-44,48,-99,73,-166,73v-51,0,-93,-17,-124,-50v-31,-33,-46,-77,-46,-132v0,-73,22,-134,66,-183v44,-49,99,-73,165,-73v52,0,93,17,124,50v31,33,46,78,46,134xm-90,350r219,-1374r371,0r-217,1374r-373,0","w":537},"k":{"d":"-45,0r254,-1593r369,0r-158,1003r239,-434r379,0r-293,451r168,573r-399,0r-106,-510r-82,510r-371,0","w":1012,"k":{"y":-38,"o":36,"e":36,"a":36}},"l":{"d":"-33,0r252,-1593r371,0r-252,1593r-371,0","w":537},"m":{"d":"-47,0r162,-1024r334,0r-17,106v36,-41,76,-71,120,-92v44,-21,92,-32,142,-32v69,0,124,15,164,45v40,30,63,73,70,128v29,-56,66,-99,112,-129v46,-30,98,-44,156,-44v79,0,140,20,184,60v44,40,66,98,66,171v0,21,-1,43,-3,67v-2,24,-5,49,-9,76r-107,668r-371,0r97,-604v0,-3,0,-7,1,-12v2,-13,3,-21,3,-23v0,-19,-5,-34,-16,-45v-11,-11,-25,-16,-44,-16v-20,0,-37,9,-50,26v-13,17,-22,41,-27,74r-95,600r-370,0r96,-604v0,-3,0,-7,1,-12v2,-13,3,-21,3,-23v0,-19,-5,-34,-15,-45v-10,-11,-23,-16,-40,-16v-23,0,-41,8,-54,24v-13,16,-23,41,-28,75r-96,601r-369,0","w":1507},"n":{"d":"-47,0r162,-1024r334,0r-17,106v36,-41,76,-71,120,-92v44,-21,92,-32,142,-32v79,0,140,20,184,60v44,40,66,98,66,171v0,17,-1,37,-3,59v-2,22,-6,50,-11,84r-105,668r-370,0r96,-604v0,-3,0,-7,1,-12v2,-13,3,-21,3,-23v0,-19,-5,-34,-16,-45v-11,-11,-26,-16,-45,-16v-20,0,-37,9,-50,26v-13,17,-21,41,-26,74r-96,600r-369,0"},"o":{"d":"371,-391v0,37,5,65,16,84v11,19,26,28,47,28v35,0,66,-35,93,-105v27,-70,40,-152,40,-247v0,-38,-5,-67,-16,-85v-11,-18,-27,-27,-49,-27v-35,0,-66,35,-92,105v-26,70,-39,153,-39,247xm442,31v-143,0,-253,-38,-328,-114v-75,-76,-112,-187,-112,-333v0,-193,44,-348,134,-464v90,-116,211,-173,362,-173v143,0,252,37,326,113v74,76,112,187,112,334v0,194,-45,349,-134,464v-89,115,-209,173,-360,173","w":999,"k":{"x":36,"-":-38}},"p":{"d":"-104,350r217,-1374r333,0r-16,106v48,-45,95,-80,142,-102v47,-22,94,-33,143,-33v88,0,155,32,202,95v47,63,70,155,70,274v0,201,-40,370,-121,507v-81,137,-180,206,-297,206v-50,0,-95,-8,-136,-25v-41,-17,-75,-41,-103,-74r-66,420r-368,0xm397,-408v0,41,7,71,19,91v12,20,30,30,55,30v38,0,70,-31,95,-94v25,-63,38,-141,38,-235v0,-41,-6,-71,-18,-90v-12,-19,-31,-29,-56,-29v-37,0,-68,31,-94,94v-26,63,-39,140,-39,233","w":1049},"q":{"d":"817,352r-368,0r71,-463v-45,50,-89,87,-131,109v-42,22,-86,33,-133,33v-81,0,-144,-31,-189,-93v-45,-62,-67,-151,-67,-264v0,-209,40,-382,122,-520v82,-138,184,-207,306,-207v47,0,87,11,122,34v35,23,68,59,97,108r19,-113r368,0xm383,-408v0,41,7,71,19,91v12,20,30,30,55,30v37,0,69,-31,95,-94v26,-63,38,-141,38,-235v0,-41,-6,-71,-18,-90v-12,-19,-29,-29,-54,-29v-37,0,-70,32,-96,95v-26,63,-39,140,-39,232","w":1049},"r":{"d":"-49,0r162,-1024r350,0r-23,143v41,-53,87,-93,138,-121v51,-28,106,-46,167,-51r-57,361r-8,0v-91,0,-157,17,-199,51v-42,34,-70,95,-84,184r-71,457r-375,0","w":717,"k":{"y":-75,"x":-57,"w":-57,"v":-75,"f":-47,".":167,"-":36,",":167}},"s":{"d":"49,-360v39,36,78,63,116,82v38,19,74,28,107,28v25,0,44,-5,58,-16v14,-11,22,-26,22,-45v0,-31,-29,-64,-87,-100v-12,-7,-21,-13,-27,-17v-69,-45,-118,-88,-147,-131v-29,-43,-44,-92,-44,-148v0,-102,36,-185,107,-249v71,-64,165,-97,280,-97v51,0,101,6,152,19v51,13,98,31,141,55r-63,272v-35,-27,-68,-48,-98,-61v-30,-13,-60,-20,-87,-20v-25,0,-44,6,-59,17v-15,11,-23,26,-23,44v0,22,20,47,61,75r35,25v87,64,143,117,167,158v24,41,36,90,36,145v0,105,-37,190,-110,254v-73,64,-170,97,-291,97v-60,0,-120,-10,-181,-29v-61,-19,-118,-45,-171,-80","w":801},"t":{"d":"14,0r111,-700r-125,0r51,-324r125,0r47,-301r373,0r-47,301r133,0r-51,324r-133,0r-113,700r-371,0","w":639},"u":{"d":"106,-1024r371,0r-102,649v-1,2,-1,4,-1,7v0,3,-1,7,-1,12v0,19,5,34,16,44v11,10,26,15,45,15v22,0,40,-7,56,-21v16,-14,26,-33,30,-57r103,-649r370,0r-98,614v-23,146,-77,256,-163,329v-86,73,-202,110,-349,110v-121,0,-215,-28,-283,-83v-68,-55,-102,-130,-102,-227v0,-19,1,-40,3,-61v2,-21,5,-44,9,-68","w":1008},"v":{"d":"25,-1024r368,0r21,625r219,-625r368,0r-452,1024r-395,0","w":934,"k":{".":83,",":83}},"w":{"d":"33,-1024r342,0r0,633r190,-633r303,0r-10,633r201,-633r342,0r-416,1024r-330,0r-6,-600r-196,600r-330,0","w":1341,"k":{".":73,",":73}},"x":{"d":"223,-537r-186,-487r360,0r64,233r135,-233r360,0r-340,487r203,537r-360,0r-82,-264r-166,264r-361,0","w":901,"k":{"o":36,"e":36,"c":36}},"y":{"d":"-23,350r187,-370r-150,-1004r385,0r23,559r217,-559r375,0r-686,1374r-351,0","w":934,"k":{".":102,",":102}},"z":{"d":"-145,0r450,-700r-264,0r51,-324r801,0r-436,686r299,0r-54,338r-847,0","w":864},"{":{"d":"893,-1477r0,242v-5,0,-12,0,-21,-1v-9,-1,-16,-1,-20,-1v-65,0,-109,11,-132,35v-23,24,-34,73,-34,147r0,240v0,93,-15,160,-46,200v-31,40,-86,68,-165,85v80,16,135,43,165,82v30,39,46,106,46,200r0,242v0,73,12,122,34,145v22,23,65,35,130,35v5,0,12,0,22,-1v10,-1,16,-1,21,-1r0,242v-10,0,-24,0,-42,1v-18,1,-31,1,-40,1v-72,0,-131,-4,-179,-12v-48,-8,-88,-20,-120,-37v-39,-21,-66,-51,-82,-89v-16,-38,-24,-101,-24,-192r0,-256v0,-89,-17,-152,-50,-188v-33,-36,-89,-54,-168,-54v-3,0,-8,0,-17,1v-9,1,-15,1,-19,1r0,-241v4,0,10,0,18,1v8,1,14,1,18,1v79,0,135,-18,168,-55v33,-37,50,-100,50,-189r0,-254v0,-91,8,-155,24,-193v16,-38,43,-69,82,-90v32,-17,72,-29,120,-37v48,-8,109,-12,181,-12v8,0,21,0,39,1v18,1,31,1,41,1","w":1024},"|":{"d":"393,-1565r240,0r0,2048r-240,0r0,-2048","w":1024},"}":{"d":"133,-1477v10,0,23,0,41,-1v18,-1,31,-1,39,-1v72,0,132,4,180,12v48,8,88,20,121,37v39,21,66,52,82,90v16,38,25,102,25,193r0,254v0,89,16,152,49,189v33,37,89,55,168,55v4,0,10,0,18,-1v8,-1,14,-1,18,-1r0,241v-4,0,-10,0,-18,-1v-8,-1,-14,-1,-18,-1v-79,0,-135,18,-168,55v-33,37,-49,99,-49,187r0,256v0,91,-9,156,-25,194v-16,38,-43,68,-82,89v-30,16,-68,27,-114,35v-46,8,-104,12,-177,12v-9,0,-24,0,-44,-1v-20,-1,-35,-1,-46,-1r0,-242v6,0,14,0,23,1v9,1,16,1,20,1v65,0,108,-11,130,-34v22,-23,34,-72,34,-146r0,-242v0,-93,15,-160,46,-199v31,-39,86,-67,165,-83v-80,-17,-135,-45,-165,-84v-30,-39,-46,-106,-46,-201r0,-240v0,-74,-12,-123,-34,-147v-22,-24,-64,-35,-126,-35v-5,0,-12,0,-22,1v-10,1,-19,1,-25,1r0,-242","w":1024},"~":{"d":"1530,-819r0,254v-67,46,-132,80,-194,103v-62,23,-123,34,-183,34v-30,0,-60,-3,-89,-8v-29,-5,-57,-12,-83,-21r-38,-13v-170,-59,-297,-89,-382,-89v-56,0,-114,12,-175,37v-61,25,-131,66,-208,121r0,-254v75,-49,144,-85,208,-109v64,-24,123,-35,179,-35v42,0,85,4,127,12v42,8,98,23,169,46v11,3,28,9,51,17v106,37,188,56,247,56v56,0,113,-12,173,-36v60,-24,126,-62,198,-115","w":1706},"\u00a0":{"w":502}}});

/* customization & calling of script */
Cufon.replace('h2');
Cufon.replace('.hright');

