/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.03
 */
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}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},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,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){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.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||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.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});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(){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 g=(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:'+(g?"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(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());
Cufon.registerFont((function(f){_cufon_bridge_={p:[{"d":"89,-229v44,-2,119,36,119,78v0,80,-88,139,-154,155v-15,4,-19,-15,-18,-33v1,-21,4,-113,-5,-154v-2,-3,-15,-4,-14,-12v-5,-19,53,-34,72,-34xm64,-18v46,4,126,-77,126,-126v0,-49,-93,-92,-140,-58v6,53,3,117,5,174v0,5,5,10,9,10","w":214},{"d":"103,-127r52,-84v6,-1,14,8,15,13r-27,40v-32,55,-38,37,-2,83v24,30,39,22,44,50v0,10,-12,19,-20,11v-7,-12,-26,-38,-57,-78v-12,9,-29,33,-51,73v1,1,8,6,7,8v-2,11,-16,15,-32,13v-6,-21,4,-21,30,-59v20,-30,32,-46,32,-50v-5,-18,-66,-75,-81,-99v0,-7,4,-10,12,-10v9,3,62,70,78,89","w":187},{"d":"124,-184v-22,-17,-68,-1,-82,9v-9,-1,-14,-5,-12,-17v20,-19,86,-20,116,-7v3,18,-17,42,-59,74v22,11,70,24,70,48v0,53,-82,83,-146,64v-3,-17,9,-19,20,-26v9,13,9,15,23,15v49,0,139,-64,42,-77v-17,-2,-34,-3,-52,-5r-2,-16v36,-15,64,-35,82,-62","w":167},{"d":"103,-238v29,0,60,18,59,45v-4,40,-33,59,-68,84v0,11,1,22,-4,28v-10,-7,-40,-40,-10,-48v29,-7,59,-35,64,-64v-9,-52,-112,-27,-111,18v0,10,18,21,15,35r-20,0v-6,-11,-15,-15,-15,-34v0,-35,53,-64,90,-64xm83,-24v-1,-17,23,-23,24,-3v1,6,-7,15,-13,14v-7,0,-11,-4,-11,-11","w":166},{"d":"26,-169v2,-47,101,-52,101,2v1,16,-29,49,-42,64v2,4,21,30,18,40v2,30,-34,47,-67,46v-18,0,-27,-4,-27,-13v-2,-29,38,-52,50,-74v-7,-10,-39,-51,-33,-65xm73,-120v10,-8,55,-45,27,-59v-5,5,-27,11,-21,-9v-53,7,-28,50,-6,68xm33,-35v32,13,74,-36,38,-54v-6,1,-44,39,-38,54","w":122},{"d":"24,-31v-14,-31,21,-40,24,-12v-1,9,-15,25,-24,12","w":58},{"d":"50,-27v16,12,83,12,114,12v9,0,13,3,13,10v0,8,-4,13,-12,13v-44,-1,-94,-15,-134,-6v-3,1,-13,-14,-13,-16v44,-52,95,-128,122,-190v-16,-14,-62,6,-91,8v-16,1,-17,-19,-2,-21r110,-12v4,-1,9,8,9,12v2,18,-99,169,-116,190","w":167},{"d":"11,-53v0,-37,62,-84,96,-47v-7,9,-14,5,-23,2v-20,-1,-56,23,-54,43v0,8,3,13,11,13v29,0,24,-39,43,-50v12,0,18,50,18,68v0,37,-30,103,-66,98v-16,-2,-30,-16,-13,-33v3,-1,12,15,15,14v29,0,54,-62,45,-98v-11,0,-26,22,-42,19v-16,1,-31,-14,-30,-29","w":118},{"d":"41,-160v-18,37,0,106,11,141v-2,7,-10,13,-20,4v-7,-29,-15,-98,-15,-134v0,-28,18,-23,24,-11","w":60},{"d":"44,-35v5,10,41,-35,53,-28v27,0,32,56,43,77v-31,20,-24,-49,-47,-55v-5,-2,-50,41,-57,37v-16,-8,-12,-55,-12,-79v0,-21,4,-43,10,-65v3,1,8,4,14,8v-3,42,-15,57,-4,105"},{"d":"165,-201v17,-14,24,9,25,23v8,82,-20,173,-83,173v-68,0,-95,-104,-85,-194v4,-12,24,-13,24,2v-17,68,0,171,61,173v56,2,83,-112,58,-169r0,-8","w":203},{"d":"55,-111v34,38,-32,115,30,124v9,2,18,-11,28,-6r1,13v-33,30,-82,4,-75,-39r9,-58v1,-21,-27,-18,-39,-27v1,-33,59,-13,54,-63v-1,-20,-24,-44,-24,-69v0,-24,57,-38,64,-7v-17,1,-44,0,-42,16v1,3,22,58,19,65v0,20,-9,38,-25,51","w":106},{"d":"17,-38v3,-19,-14,-46,5,-54v8,-13,4,-29,26,-30v23,-1,64,47,32,63v-7,-4,-36,-14,-47,-4v-5,46,34,55,71,36r8,0v2,15,-34,26,-52,25v-21,-1,-41,-16,-43,-36xm68,-86v-11,-22,-21,-18,-29,-4v2,12,20,4,29,4","w":111},{"d":"24,-183v2,-10,1,-10,16,-11v20,56,38,116,70,159v20,-11,61,-123,65,-158v3,-4,6,-8,11,-10v8,8,12,14,15,19v-31,35,-60,163,-87,180v-32,-18,-75,-136,-90,-179","w":203},{"d":"91,-211v21,4,50,18,51,43v-14,15,-23,-24,-46,-22v-27,3,-21,45,-24,81v-3,30,27,22,49,25v0,0,2,2,3,4v-8,13,-42,-4,-47,11v-5,14,36,76,7,84v-6,0,-11,-15,-15,-45v-4,-30,-9,-44,-14,-44v-15,3,-44,20,-44,-3v0,-10,15,-14,45,-12v0,-49,2,-129,35,-122","w":136},{"d":"87,-246v-38,40,-78,123,-45,202v13,31,55,29,41,62r-14,0v-28,-28,-58,-70,-58,-118v0,-45,25,-143,62,-151v7,0,11,1,14,5","w":81},{"d":"219,-225v7,-1,14,11,14,17v1,1,-33,207,-40,193v-22,-18,-119,-122,-153,-157r15,157v0,2,-2,7,-6,15v-17,-3,-21,-6,-16,-18v5,-55,-10,-145,-20,-181v0,-12,19,-20,29,-12v21,53,97,117,140,161v24,-33,32,-117,27,-165v0,-7,4,-10,10,-10","w":235},{"d":"72,-207v23,2,1,56,0,66r0,46v10,4,26,5,39,7r0,7v-9,2,-22,5,-39,10v0,37,-1,49,8,68v0,8,-4,12,-11,12v-9,0,-13,-17,-13,-51v-1,-9,6,-33,-8,-30v-15,3,-37,8,-39,-10v2,-27,56,10,48,-24v1,-35,-5,-89,15,-101","w":121},{"d":"71,-216v30,0,109,27,106,57v-6,58,-80,78,-131,100v2,19,-5,47,4,59v0,1,-4,7,-12,17v-18,-4,-4,-32,-7,-49v-8,-47,7,-121,-14,-157v-2,-16,37,-27,54,-27xm50,-81v42,-7,103,-35,109,-77v3,-21,-64,-43,-86,-43v-50,0,-25,95,-23,120","w":177},{"d":"98,-45v0,23,40,-1,54,4r1,15v-31,10,-77,11,-104,24v-7,1,-16,-6,-14,-14v20,-15,52,0,47,-50v-4,-43,2,-97,-8,-130v-10,5,-75,31,-50,-6v10,-5,45,-1,52,-18v14,-6,42,3,57,-5v10,0,12,18,5,27v-15,0,-24,-13,-40,-2v-4,40,-1,109,0,155","w":153},{"d":"126,-203v17,3,3,26,0,36v-6,26,-10,51,-12,72v8,7,11,1,20,-7v21,12,-4,28,-18,33v-3,14,13,37,15,44v0,22,-24,23,-26,1v-2,-18,0,-50,-18,-50v-26,0,-69,8,-72,-14v-2,-11,9,-94,13,-102v25,-2,20,22,11,36v-3,13,-4,30,-4,53v17,8,37,12,60,11v16,-24,7,-103,31,-113","w":154},{"d":"32,-79v37,-42,88,-20,92,30v2,22,-22,49,-44,49v-44,0,-65,-36,-65,-82v1,-44,21,-143,70,-104v0,7,-16,12,-23,15v-19,7,-41,69,-30,92xm77,-18v16,1,30,-20,30,-35v1,-36,-40,-30,-61,-13v2,8,-6,22,-7,25v-3,10,28,23,38,23","w":127},{"d":"37,-102v-10,14,-7,52,12,54v17,1,30,-44,38,-64v39,-10,13,55,39,79v9,16,10,12,9,27v-26,13,-33,-39,-39,-62r-6,-2v-16,31,-29,46,-38,46v-27,0,-43,-43,-39,-77v2,-21,22,-12,24,-1","w":137},{"d":"88,-140v19,0,53,23,18,31r-23,-13v-12,-1,-53,28,-50,40v-6,25,59,44,87,43v2,11,-6,13,-14,13v-35,1,-99,-25,-93,-58v-3,-21,54,-56,75,-56"},{"d":"37,-221v-3,76,-7,140,11,213v0,9,-15,19,-22,9v-8,-11,2,-17,0,-35v-4,-64,-8,-127,0,-189","w":54},{"d":"74,-136v44,12,100,19,103,68v2,38,-47,64,-83,64v-24,0,-113,-17,-67,-47v13,50,136,37,132,-20v-2,-30,-53,-46,-89,-38v-36,-4,5,-68,-22,-87r2,-14v37,3,71,0,99,13v-2,33,-78,-17,-74,33v0,14,-1,14,-1,28","w":185},{"d":"225,-190v15,0,17,15,10,25v-2,54,2,137,-33,148v-41,-19,-56,-93,-76,-140v-2,0,-3,0,-4,1v-20,51,-22,114,-60,147v-7,1,-15,-12,-23,-38v-4,-13,-28,-138,-26,-153v0,-5,4,-8,12,-8v20,-2,12,22,12,36v0,56,9,99,25,130v23,-27,43,-103,46,-159v3,-10,21,-17,26,0v15,54,31,132,67,160v20,-19,23,-102,15,-142v0,-5,3,-7,9,-7","w":249},{"d":"104,-215v45,-27,95,61,95,100v0,39,-31,68,-50,87v2,13,9,15,25,19v3,14,-11,22,-16,22v-8,2,-19,-33,-28,-30v-5,3,-35,12,-49,12v-47,0,-70,-24,-70,-70v-1,-70,37,-126,93,-140xm134,-42v18,-2,51,-51,51,-72v0,-22,-35,-102,-60,-71v-1,1,-21,-14,-22,-13v-39,-5,-77,74,-77,115v0,62,43,79,92,53v-3,-26,-41,-48,-28,-73v17,1,17,9,21,19v4,11,12,25,23,42","w":207},{"d":"36,-223v15,3,5,38,5,54r1,104v-15,7,-21,-8,-20,-31v0,-36,2,-76,2,-110v0,-11,4,-17,12,-17xm17,-16v-1,-10,9,-17,18,-17v12,3,9,33,-7,29v-8,0,-11,-4,-11,-12","w":59},{"d":"138,-47v15,9,47,30,16,38v-2,2,-27,-29,-29,-26v-30,30,-105,31,-107,-24v-1,-33,18,-46,26,-68v0,-3,-14,-33,-13,-39v0,-23,16,-46,38,-45v19,0,63,18,60,36v-2,21,-45,40,-55,60v-3,4,42,54,46,51v20,-10,9,-44,0,-62v9,-17,16,-10,25,12v12,30,-2,42,-7,67xm78,-190v-32,-4,-29,29,-20,51r8,0v29,-18,43,-30,43,-35v1,-12,-19,-15,-31,-16xm107,-49v-6,-7,-40,-58,-53,-54v-11,18,-17,32,-17,43v0,20,11,30,32,30v25,0,38,-10,38,-19","w":168},{"d":"40,-102v0,40,30,90,2,102v-4,0,-9,-5,-10,-8v-3,-4,0,-85,-11,-122r0,-89r18,0v-6,18,0,43,0,64v16,14,104,-58,109,-66v5,1,24,7,15,19r-111,67v15,18,97,80,127,104v2,14,-11,26,-18,17v5,-8,-106,-104,-114,-97v-4,0,-7,3,-7,9","w":177},{"d":"90,-214v-3,63,-10,124,-5,189v8,5,6,20,-7,20v-11,0,-14,-11,-11,-20r3,-145v0,-6,-2,-11,-5,-16v-10,0,-40,57,-52,21v26,-20,49,-47,67,-66v3,2,10,13,10,17","w":102},{"w":100},{"d":"36,-64v2,1,35,-48,48,-43v8,7,47,77,43,97v-3,3,-5,5,-7,5v-10,1,-37,-76,-42,-76v-13,5,-40,56,-44,61v-3,-1,-7,-4,-13,-7v4,-14,-16,-65,-4,-72v7,-10,18,-3,18,11v-1,8,-2,18,1,24"},{"d":"121,-203v-18,0,-76,22,-71,41v0,12,12,21,37,30v42,15,104,23,109,69v3,31,-58,59,-90,59v-18,0,-99,-18,-93,-35v0,-11,8,-16,22,-18v1,1,0,6,0,15v38,37,136,25,142,-25v-4,-29,-95,-48,-128,-64v-13,-7,-19,-17,-19,-29v0,-29,66,-61,94,-61v20,0,45,13,44,33v0,15,-5,37,-22,27v4,-29,4,-42,-25,-42","w":203},{"d":"179,-179v0,39,-58,75,-96,82v18,17,74,44,89,66v5,5,11,7,16,3v6,16,7,28,-7,30v-34,-35,-94,-83,-132,-92v-7,25,5,60,6,88r-9,2v-8,0,-13,-28,-15,-84v-1,-30,0,-59,-6,-85v0,-4,-15,-10,-14,-16v-5,-25,72,-42,101,-42v33,0,67,18,67,48xm68,-114v37,3,93,-29,93,-65v0,-18,-25,-35,-44,-33v-38,4,-79,-2,-75,49v3,37,0,47,26,49","w":190},{"d":"37,1v8,12,58,-11,57,17v-15,9,-47,4,-68,10v-6,1,-11,-9,-11,-15r5,-250v3,-17,22,-12,46,-7v15,3,22,5,24,6v-2,13,-18,12,-34,12v-33,-1,-17,53,-21,85v-4,38,-6,121,2,142","w":87},{"d":"34,-120v19,10,69,-3,89,-6v9,8,8,24,-4,24v-29,0,-61,2,-91,4v-4,0,-10,-6,-10,-9v0,-7,10,-12,16,-13","w":142},{"d":"60,-100v10,-15,24,-42,41,-44v0,0,7,8,6,11r-35,52v1,11,47,39,23,50v-7,-2,-23,-21,-31,-28v-6,1,-14,15,-13,23v5,10,1,13,-9,16v-9,0,-12,-4,-12,-11r16,-47r-33,-47v5,-18,17,-18,28,3v7,7,7,20,19,22","w":115},{"d":"57,-34v10,11,77,11,89,20v-3,23,-29,10,-47,9v-13,0,-34,-1,-61,-3v-7,0,-10,-5,-10,-13v24,-36,72,-99,72,-150v0,-19,-6,-28,-18,-28v-27,0,-35,29,-51,40v-3,0,-6,-1,-12,-4r0,-14v19,-25,32,-40,68,-41v20,0,29,14,29,41v0,27,-20,74,-59,143","w":142},{"d":"154,-197v29,26,54,69,54,119v0,51,-33,74,-86,74v-53,0,-105,-31,-100,-83v5,-53,40,-142,92,-142v16,0,44,5,40,32xm122,-20v52,-1,90,-41,64,-97v-8,-50,-45,-55,-66,-91v-33,-10,-81,80,-81,112v0,51,28,76,83,76","w":219},{"d":"40,-19v-2,8,-12,17,-20,5v-10,-15,-4,-7,6,-32v25,-62,38,-121,59,-185v9,-1,13,3,13,10","w":91},{"d":"61,-129v22,0,37,23,37,45v2,31,-26,57,-56,56v-21,0,-31,-12,-31,-36v0,-27,24,-65,50,-65xm28,-54v24,23,55,-10,52,-36v-3,-27,-35,-20,-45,5v-5,13,-9,23,-7,31","w":113},{"d":"108,-172v41,7,59,-21,75,3v0,7,-11,23,-18,12v-17,2,-43,-5,-52,5v0,17,48,45,42,63v-31,8,-45,-34,-67,-53v-8,-3,-46,42,-46,49v-25,-3,-13,-15,3,-34r23,-27v-5,-14,-53,-2,-48,-18v7,-22,63,15,63,-14v-1,-18,-18,-47,-1,-54r12,0v4,10,3,61,14,68","w":178},{"d":"8,-165v2,-16,30,-14,36,-2v-8,9,-32,22,-36,2xm46,0v-19,-8,-14,-60,-16,-71v-5,-29,23,-30,24,-7v-12,20,6,65,-8,78","w":68},{"d":"7,81v7,-12,44,-84,44,-107v-14,-11,-42,-43,-42,-63v0,-11,9,-13,18,-9v8,20,15,43,31,55v2,-2,8,-17,20,-42v9,-20,18,-30,24,-30v8,0,12,3,12,10v-7,21,-42,55,-28,80v-6,0,-14,11,-24,31v0,1,-7,19,-25,54v-13,25,-11,35,-28,27","w":126},{"d":"112,-134v0,34,19,68,34,93v-1,6,-8,14,-14,15v-7,-6,-27,-60,-30,-63v-18,20,-32,56,-66,56v-8,1,-22,-8,-21,-16v0,-12,16,-37,52,-73v10,-10,26,-10,33,-18v2,0,6,2,12,6xm39,-54v26,11,47,-45,51,-57v-15,-8,-53,40,-51,57","w":153},{"d":"9,-17v14,-16,7,-56,8,-88r58,-15v56,3,46,76,4,99v-6,3,-37,14,-42,19v0,23,7,51,2,72v-23,6,-16,-44,-19,-72v-7,-7,-11,-13,-11,-15xm40,-24v24,-6,57,-32,58,-59v0,-10,-11,-16,-22,-16v-36,-7,-49,46,-36,75"},{"d":"149,-37v7,-1,13,7,13,12v-3,21,-37,5,-55,7r-66,7v-27,2,-17,-30,-15,-49v4,-46,8,-114,-2,-150v-1,-5,7,-10,12,-10v18,19,7,136,9,182v26,17,69,-2,104,1","w":151},{"d":"80,-44v5,18,25,39,49,40v1,9,-11,13,-12,13v-23,2,-60,-37,-58,-59v-18,3,-8,54,-33,42v-9,-28,-6,-105,-15,-124v-1,-22,13,-26,23,-15v-5,27,0,56,1,84v1,0,3,2,5,4v7,-8,46,-48,57,-46v6,0,8,4,8,13v0,1,-28,45,-25,48","w":120},{"d":"24,-103v-14,-31,21,-40,24,-12v-1,9,-15,25,-24,12xm32,-61v-27,3,-2,58,-16,76v0,0,-2,16,6,16v14,-2,31,-82,10,-92","w":58},{"d":"94,-117r-50,24v1,4,44,35,41,46v2,29,-45,51,-68,32v3,-11,9,-15,19,-9v9,0,27,-13,27,-23v0,-13,-52,-30,-46,-47v-5,-10,52,-35,61,-33v4,0,9,3,16,10","w":102},{"d":"22,-162v-3,-22,-21,-39,2,-50v17,1,9,13,18,29v16,30,59,69,83,87v18,-17,56,-81,66,-115v9,-5,9,-3,17,2v4,16,21,193,21,215v0,17,-21,20,-22,1v0,-64,3,-125,-11,-177v-17,25,-55,94,-73,100v-8,-3,-65,-64,-82,-81v-2,-2,-2,-1,-2,2r0,104v0,23,12,44,-11,53v-17,-40,2,-112,-6,-170","w":237},{"d":"13,-185v-5,-18,76,-33,96,-33v8,0,13,3,13,10v0,0,-4,27,-11,87v6,8,36,3,42,9v-8,17,-41,3,-42,28r-2,69v-12,6,-19,-3,-19,-21v0,-25,22,-70,-15,-64v-16,3,-36,7,-40,-8v1,-30,47,1,62,-15r5,-66v-2,-6,-3,-9,-12,-9v-26,-1,-48,15,-65,24v-4,1,-13,-7,-12,-11","w":159},{"d":"45,-96v2,0,40,-28,49,-24v27,0,41,12,41,35v1,36,-39,70,-77,68v-9,-1,-30,1,-34,-11v2,-14,22,-11,35,-7v30,0,58,-20,57,-50v0,-12,-6,-18,-19,-18v-33,0,-46,43,-66,57v-20,-1,-6,-26,-5,-38r0,-117v15,-13,23,5,18,21v-6,23,-1,55,-2,82v-1,1,0,2,3,2","w":147},{"d":"110,-162v-7,54,7,71,14,109v4,24,-19,33,-22,9v-4,-29,-10,-37,-38,-39v-28,-2,-37,49,-12,60v10,9,42,9,62,11v-1,16,-26,12,-43,12v-27,0,-54,-26,-54,-54v0,-32,38,-62,70,-42v11,-14,-1,-46,3,-70v7,-7,17,-5,20,4","w":135},{"d":"84,-139v22,3,6,49,14,61v3,11,8,19,15,24v29,-15,7,-73,34,-90v14,0,5,12,3,16v13,46,-18,131,-56,82r-14,-30v-1,0,-26,46,-36,41v-33,5,-49,-89,-18,-96v27,7,-17,60,15,70v13,4,35,-57,31,-69v3,-6,7,-9,12,-9","w":169},{"d":"59,-154v0,26,49,20,54,41v-8,14,-34,26,-30,47r11,54v0,22,-39,70,-62,43v0,-8,-3,-9,10,-9v14,4,34,-28,32,-42v-5,-30,-19,-67,3,-88v-14,-11,-36,-23,-38,-46v-4,-8,21,-43,28,-66v-3,-24,-32,-15,-52,-13v-3,-5,-4,-9,-4,-12v24,-21,74,-11,72,28v3,15,-24,50,-24,63","w":119},{"d":"24,-223v25,3,4,54,16,76v0,0,2,16,-6,16v-14,-2,-31,-82,-10,-92","w":50},{"d":"47,-57v18,4,33,-71,50,-74v6,2,8,6,8,11v3,4,-48,100,-55,92v-7,0,-17,-12,-26,-36v-12,-30,-23,-43,1,-50v8,11,11,46,22,57","w":116},{"d":"126,-220v24,15,60,-18,73,4v0,13,-12,18,-24,11v-8,0,-19,3,-33,7v3,19,28,68,28,103v0,48,-24,86,-70,86v-17,0,-78,-23,-76,-38v3,-19,6,-12,23,-27v15,2,-2,19,-3,25v0,5,9,9,24,17v74,37,105,-57,70,-125v-12,-23,-18,-38,-25,-41v-35,2,-72,20,-104,11r0,-10v21,-4,89,-6,117,-23","w":186},{"d":"158,-216v5,0,12,5,12,10v0,7,-8,15,-13,16v-24,-13,-68,-19,-63,27v-4,27,20,120,20,136v0,14,-2,22,-8,23v-15,-2,-11,-25,-13,-41v-9,-63,-17,-105,-16,-149v-17,-13,-42,12,-60,0v-1,-6,2,-14,6,-13v1,-1,133,-10,135,-9","w":158},{"d":"54,-49v7,11,51,18,60,24v-3,6,-6,8,-10,8v-25,0,-52,-5,-82,-16r0,-16v19,-11,40,-42,56,-61v0,-4,0,-7,-5,-6v-13,-3,-47,32,-64,23v0,-32,51,-40,89,-40v18,35,-28,59,-44,84","w":117},{"d":"31,-43v-27,3,-2,58,-16,76v0,0,-2,16,6,16v14,-2,31,-82,10,-92","w":50},{"d":"67,-251v23,10,-5,41,1,68v19,1,41,-2,39,20v-28,-1,-46,-6,-46,37v0,14,41,24,37,41v2,21,-25,36,-42,46v-2,7,-2,125,-26,66v6,-20,7,-31,9,-61v-4,-5,-44,-9,-26,-25v6,-12,17,5,23,4v3,-7,10,-32,8,-45v-17,-14,-40,-30,-11,-53v12,-10,20,-16,20,-42v0,-37,4,-56,14,-56xm45,-129v5,-10,9,-12,-3,-11xm58,-61v18,-2,27,-30,3,-33v-4,9,-7,24,-3,33","w":112},{"d":"17,-203v-1,-9,16,-16,21,-7v5,20,55,106,75,101v6,0,18,-19,42,-53v27,-38,28,-64,43,-46v8,17,-12,26,-17,39v-15,21,-24,36,-29,45v-24,15,-27,78,-13,109v0,7,-5,11,-13,11v-15,-1,-13,-56,-14,-78v-47,-41,-68,-67,-95,-121","w":206},{"d":"127,-197v14,25,0,44,0,88v0,31,2,63,6,96r-19,0v-3,-41,3,-90,-6,-124v-14,10,-22,23,-46,24v-23,0,-45,-15,-45,-38v0,-44,55,-62,96,-45xm59,-131v15,0,62,-24,52,-51v-37,-4,-76,2,-76,31v0,13,8,20,24,20","w":147},{"d":"61,-59v-5,72,104,5,120,35v2,16,-24,11,-34,9r-87,11v-26,-9,-11,-39,-19,-83v-13,2,-23,-1,-23,-12v-1,-14,17,-10,21,-17v-2,-14,5,-60,-12,-73v-4,-3,-7,-6,-7,-11v1,-16,28,-12,42,-8v33,-2,83,-23,99,6v-1,18,-22,1,-28,1v-14,0,-38,3,-74,9v-11,17,-11,66,0,78r101,-12v1,0,4,1,10,4v-6,42,-43,-1,-79,18v-19,4,-31,7,-36,11v3,9,6,20,6,34","w":171},{"d":"77,-220v27,7,-8,42,13,65r12,24v-26,9,-34,-47,-38,-62v0,-18,4,-27,13,-27xm24,-223v25,3,4,54,16,76v0,0,2,16,-6,16v-14,-2,-31,-82,-10,-92","w":110},{"d":"87,-179v6,73,5,155,22,218v0,5,-12,12,-37,20v-36,11,-49,17,-60,-5v0,-12,19,-23,32,-16v22,0,38,-14,36,-36r-12,-165v1,-30,-2,-63,3,-88v0,-7,-4,-10,-11,-10v-1,-2,-44,19,-44,17v-3,0,-20,-8,-16,-22v2,-4,74,-25,81,-25v30,15,3,75,6,112","w":110},{"d":"152,-216v32,-3,67,32,43,61r-10,0v-2,-12,-2,-36,-21,-39v-7,-1,-13,-4,-17,-4v-44,9,-109,38,-112,85v-2,54,90,77,153,69v6,10,-1,20,-19,20v-63,0,-158,-32,-152,-88v5,-54,81,-98,135,-104","w":194},{"d":"168,-116v12,0,28,25,28,37v0,13,-34,71,-49,66v-42,-11,-12,-103,21,-103xm41,-193v21,-21,52,16,53,33v0,16,-23,59,-41,55v-29,1,-40,-40,-22,-62v7,-8,9,-18,10,-26xm153,-234v17,9,11,9,0,30v-32,64,-67,149,-84,218v-1,7,-4,10,-10,10v-9,0,-13,-4,-13,-12r80,-202v13,-30,22,-44,27,-44xm146,-35v22,-1,31,-28,31,-46v0,-6,-3,-9,-9,-9v-13,-1,-30,40,-22,55xm51,-124v17,-3,37,-41,12,-51v-9,11,-23,18,-22,39v0,5,5,13,10,12","w":199},{"d":"105,-171v2,4,-73,55,-66,66v0,5,14,19,39,44v30,31,46,31,34,49v-16,10,-24,-19,-37,-26v-19,-21,-50,-45,-64,-68v0,-2,12,-16,37,-38v34,-29,33,-46,57,-27","w":117},{"d":"60,-202v1,-8,-65,-46,-32,-58v12,1,23,21,30,30v31,35,57,83,58,142v1,37,-26,110,-52,123v-31,-10,11,-44,15,-51v35,-59,20,-143,-19,-186","w":128},{"d":"34,-120v19,10,69,-3,89,-6v9,8,8,24,-4,24v-29,0,-61,2,-91,4v-4,0,-10,-6,-10,-9v0,-7,10,-12,16,-13","w":142},{"d":"24,-31v-14,-31,21,-40,24,-12v-1,9,-15,25,-24,12xm24,-103v-14,-31,21,-40,24,-12v-1,9,-15,25,-24,12","w":58},{"d":"107,-171v-3,17,-18,35,-4,53v21,1,38,0,57,-4v7,14,8,15,2,24v-20,7,-45,-13,-62,-1v0,9,11,42,12,54v-15,5,-25,9,-25,-12v0,-47,-10,-47,-46,-45v-12,0,-24,-7,-11,-16r46,0v12,-13,-8,-73,31,-53","w":172},{"d":"70,-86v7,-11,112,-17,128,-21v5,0,14,3,12,13v-9,11,-30,1,-46,7v-1,-1,-2,0,-2,3r15,26v3,21,-49,34,-72,34v-52,1,-92,-26,-92,-75v0,-55,59,-124,114,-124v33,0,58,18,58,52v0,20,-18,52,-28,26v19,-25,6,-68,-32,-63v-48,-3,-94,60,-94,108v0,61,84,75,124,46r0,-8v-32,-34,-38,-15,-74,-8v-1,0,-5,-1,-11,-4r0,-12","w":213},{"w":100},{"d":"33,-85v8,0,43,-59,59,-29r0,7v-27,10,-52,37,-52,75v0,4,-3,6,-8,6v-14,-2,-37,-72,-13,-85v14,7,10,13,14,26","w":102},{"d":"24,-174v12,0,16,9,14,22v-12,4,-26,2,-25,-14v0,-6,4,-8,11,-8xm0,77v5,-6,14,8,19,7v18,1,25,-31,25,-55v0,-46,-17,-89,-26,-126v0,-14,18,-11,22,-1v2,32,19,113,19,132v0,37,-21,83,-54,64v-2,-3,-4,-10,-5,-21","w":60},{"d":"109,-20v7,8,35,-1,31,17v0,19,-30,-3,-31,13v3,15,0,52,7,68v0,7,-4,10,-11,10v-11,1,-14,-9,-11,-18r0,-56v-17,-18,-57,32,-68,-1v0,-4,10,-10,30,-15v48,-11,40,-15,35,-58v-14,12,-31,40,-50,41v-17,1,-32,-16,-32,-33v0,-32,38,-64,80,-48v1,-17,24,-23,27,-4v-9,21,-7,54,-7,84xm28,-49v19,29,46,-22,59,-37v-1,-1,-2,-3,-2,-5v-21,0,-60,22,-57,42","w":133},{"d":"190,-170v3,21,62,-11,41,29v-9,16,-20,-8,-32,-5v-16,-2,-17,30,-16,51v11,3,28,5,31,13v0,14,-17,13,-28,10v-13,0,-15,51,-18,72v-38,-3,-6,-44,-4,-68v-4,-5,-18,-8,-41,-8v-41,-1,-44,20,-44,58v0,7,-3,10,-9,10v-30,0,2,-37,-2,-59v-15,-7,-54,27,-60,-2v13,-23,70,1,71,-38v5,-15,6,-17,6,-28v-19,-8,-48,34,-54,2v-2,-11,40,-21,56,-24v10,-2,15,-113,39,-65r-19,52v-3,13,9,8,20,9v16,-2,62,9,52,-28v1,-21,1,-48,8,-60r12,0v8,23,-7,53,-9,79xm167,-146v-48,-6,-87,7,-72,56v4,-2,27,-3,69,-3v6,-26,13,-37,3,-53","w":232},{"d":"86,-127v-26,-4,-63,27,-69,-2v0,-4,2,-8,6,-11v34,1,87,-23,101,8v-3,13,-25,7,-38,5xm67,-81v-15,5,-41,17,-43,-5v0,-5,13,-10,39,-13v28,-4,45,-9,59,2v-4,18,-38,14,-55,16","w":133},{"d":"183,-117v-6,24,-7,66,3,90v-1,14,-13,23,-23,8v5,-30,5,-21,1,-68v-2,-22,-27,-16,-50,-16v-25,0,-48,1,-70,4v-16,26,8,71,-8,97r-12,0v-3,-36,8,-90,-7,-110v14,-27,3,-76,5,-114v3,-3,6,-5,9,-5v10,11,8,78,10,106v39,18,63,3,116,5v9,-29,-10,-71,-4,-114v6,-10,23,-12,24,2v-11,32,-4,88,6,115","w":197},{"d":"132,-214v47,0,101,52,99,99v0,24,-12,65,-35,65v-16,0,-33,-14,-51,-42v-5,-1,-44,38,-56,35v-11,1,-22,-12,-22,-23v0,-19,27,-52,48,-58v13,3,27,-10,34,-17v14,-3,15,60,18,61v5,14,13,22,26,22v13,0,19,-12,19,-36v2,-50,-39,-90,-86,-90v-46,10,-96,54,-96,109v0,59,77,86,133,65r7,6v-2,10,-24,19,-36,20v-78,2,-140,-47,-117,-131v8,-30,79,-85,115,-85xm91,-78v20,0,52,-31,45,-49v-9,-1,-65,34,-45,49","w":237},{"d":"34,-208v11,-2,15,8,24,7r105,-10v13,3,13,23,0,25v-33,-10,-86,-9,-112,6r0,48v27,15,82,-6,111,11v-1,21,-43,5,-64,7v-7,5,-55,-8,-46,28v-5,32,16,70,-14,75v-13,-13,-1,-68,-3,-91v-4,-3,-31,-7,-20,-21v3,-2,9,-5,18,-9v2,-35,7,-39,-15,-51v-2,-16,9,-14,16,-25","w":163},{"d":"220,-54v-3,12,53,56,21,63v-25,-7,-24,-68,-56,-68v-29,0,-145,12,-142,45v-8,13,-2,20,-14,19v-5,0,-10,-10,-16,-33v-2,-9,26,-18,27,-21v14,-23,69,-133,76,-156v-3,-9,-10,-20,-5,-31v18,-2,13,8,29,35v22,39,37,85,63,121v13,1,31,13,17,26xm183,-78r0,-6r-57,-99r-62,126","w":241},{"d":"118,-112v0,3,-13,21,-40,53v-27,32,-41,48,-45,48v-3,0,-7,-2,-13,-8v21,-25,60,-65,70,-91v-33,-21,-54,-42,-64,-61r2,-13v26,-2,18,18,37,33v12,9,52,32,53,39","w":125},{"d":"83,-208v33,-4,57,57,57,92v0,52,-30,107,-79,107v-31,0,-46,-24,-46,-57v0,-46,28,-148,68,-142xm61,-24v48,0,80,-85,54,-133v-6,-13,-18,-26,-35,-39v-22,9,-50,86,-50,121v0,25,10,52,31,51","w":150},{"d":"114,-137v34,0,96,13,94,40v-3,61,-108,103,-186,86v-2,-11,1,-101,-2,-134r-7,-66v-7,-21,75,-47,98,-47v30,0,69,10,68,34v0,26,-46,71,-68,83v0,1,1,3,3,4xm37,-131v49,10,122,-56,124,-89v1,-15,-38,-25,-54,-26v-32,0,-79,28,-76,60xm78,-20v35,0,118,-40,112,-76v3,-17,-64,-30,-86,-28v-38,3,-23,2,-69,19v6,37,-3,85,43,85","w":216},{"d":"97,-79v4,0,35,-51,50,-46v5,7,37,86,34,102v-32,10,-23,-49,-38,-73v-20,-2,-30,38,-42,52r-12,0v-4,-13,-10,-30,-18,-52v-4,-2,-35,64,-41,61v-9,0,-13,-28,-13,-83v11,-13,18,-10,21,9v1,9,-7,29,0,32v12,-21,36,-84,51,-31","w":190}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+222-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("MidcQb#rL:G`M4;Hqb>_vivGu^#cdbG`u^k_L:&VdUyF$}rA&>n}g}n`:bqFL>UHdUdbM{!rW{Er#VU,~|UuW@{b@}>NqwT-$w[`WckQupW_I|{-K|kgu4G5Mb;!$u[IL}x}wwqAdpqGk9dMUp2Fk>E!&U-AuWI;g4ExlAxpvpk(N@IG@{[iZw*-ZbrAoV#-Qi;rM4vAMT[4|{>ipvkMoI#lgZ&@wWU:u$dLQNqK~n7A,E;bV2)(8Fx`5-t_}rc^9*!aHyGXO@t)gwTFN|cAoVTFQ|c-obt;QbqrL4tVg:v`dA!VQp;-LpIGK9rHL:$2oc*2g})9q9qNoAEOM|yad9k;d:!9L:#2o:#^Nc-`Q9kVu4!cL9tV$ud}u4!,Qi;;QV&}u4!EL:q)qi>FqiG`L:#Nob#5u4!cL_EEo_!rdu#rMit5$^>rL:G`ob75N9&`$:c;M@;bQ9v2l^EyQ|F8M^E)dcx,:^;quwc-:^;q~@E2M@Tn")}catch(e){}delete _cufon_bridge_;return f})({"w":130,"face":{"font-family":"arial","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","bbox":"-0.605967 -291 250.91 102.431","underline-thickness":"7.2","underline-position":"-44.28","unicode-range":"U+0020-U+007D"}}));Cufon.replace('h1');
