/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var W=L.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var a=[],c=function(){if(b){return}b=true;for(var e;e=a.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(f){setTimeout(arguments.callee,1)}})()}P(window,"load",c);return function(e){if(!arguments.length){c()}else{b?e():a.push(e)}}})()};var M=L.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value};this.convertFrom=function(c){return c/this.value*a};this.toString=function(){return this.value+this.unit}},color:I(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,c,e){a.opacity=parseFloat(e);return"rgb("+c+")"});return a}),fontStretch:I(function(a){if(typeof a=="number"){return a}if(/%$/.test(a)){return parseFloat(a)/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}[a]||1}),getStyle:function(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new A(a.getComputedStyle(b,null))}if(b.currentStyle){return new A(b.currentStyle)}return new A(b.style)},gradient:I(function(e){var f={id:e,type:e.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},b=e.substr(e.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var d=0,a=b.length,c;d<a;++d){c=b[d].split("=",2).reverse();f.stops.push([c[1]||d/(a-1),c[0]])}return f}),quotedList:I(function(d){var c=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=b.exec(d)){c.push(a[3]||a[1])}return c}),recognizesMedia:I(function(g){var d=document.createElement("style"),c,b,a;d.type="text/css";d.media=g;try{d.appendChild(document.createTextNode("/**/"))}catch(f){}b=F("head")[0];b.insertBefore(d,b.firstChild);c=(d.sheet||d.styleSheet);a=c&&!c.disabled;b.removeChild(d);return a}),supports:function(c,b){var a=document.createElement("span").style;if(a[c]===undefined){return false}a[c]=b;return a[c]===b},textAlign:function(d,c,a,b){if(c.get("textAlign")=="right"){if(a>0){d=" "+d}}else{if(a<b-1){d+=" "}}return d},textDecoration:function(f,e){if(!e){e=this.getStyle(f)}var b={underline:null,overline:null,"line-through":null};for(var a=f;a.parentNode&&a.parentNode.nodeType==1;){var d=true;for(var c in b){if(!J(b,c)||b[c]){continue}if(e.get("textDecoration").indexOf(c)!=-1){b[c]=e.get("color")}d=false}if(d){break}e=this.getStyle(a=a.parentNode)}return b},textShadow:I(function(e){if(e=="none"){return null}var d=[],f={},a,b=0;var c=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(a=c.exec(e)){if(a[0]==","){d.push(f);f={};b=0}else{if(a[1]){f.color=a[1]}else{f[["offX","offY","blur"][b++]]=a[2]}}}d.push(f);return d}),textTransform:function(b,a){return b[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[a.get("textTransform")]||"toString"]()},whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(d,b,c){if(a[b.get("display")]){return d}if(!c.previousSibling){d=d.replace(/^\s+/,"")}if(!c.nextSibling){d=d.replace(/\s+$/,"")}return d}})()};M.ready=(function(){var a=!M.recognizesMedia("all"),d=false;var c=[],g=function(){a=true;for(var j;j=c.shift();j()){}};var h=F("link"),i=F("style");function b(j){return j.disabled||f(j.sheet,j.media||"screen")}function f(m,p){if(!M.recognizesMedia(p||"all")){return true}if(!m||m.disabled){return false}try{var q=m.cssRules,o;if(q){search:for(var k=0,j=q.length;o=q[k],k<j;++k){switch(o.type){case 2:break;case 3:if(!f(o.styleSheet,o.media.mediaText)){return false}break;default:break search}}}}catch(n){}return true}function e(){if(document.createStyleSheet){return true}var k,j;for(j=0;k=h[j];++j){if(k.rel.toLowerCase()=="stylesheet"&&!b(k)){return false}}for(j=0;k=i[j];++j){if(!b(k)){return false}}return true}W.ready(function(){if(!d){d=M.getStyle(document.body).isUsable()}if(a||(d&&e())){g()}else{setTimeout(arguments.callee,10)}});return function(j){if(a){j()}else{c.push(j)}}})();function R(b){var a=this.face=b.face;this.glyphs=b.glyphs;this.w=b.w;this.baseSize=parseInt(a["units-per-em"],10);this.family=a["font-family"].toLowerCase();this.weight=a["font-weight"];this.style=a["font-style"]||"normal";this.viewBox=(function(){var d=a.bbox.split(/\s+/);var c={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[3],10)};c.width=c.maxX-c.minX;c.height=c.maxY-c.minY;c.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return c})();this.ascent=-parseInt(a.ascent,10);this.descent=-parseInt(a.descent,10);this.height=-this.ascent+this.descent}function E(){var b={},a={oblique:"italic",italic:"oblique"};this.add=function(c){(b[c.style]||(b[c.style]={}))[c.weight]=c};this.get=function(g,h){var f=b[g]||b[a[g]]||b.normal||b.italic||b.oblique;if(!f){return null}h={normal:400,bold:700}[h]||parseInt(h,10);if(f[h]){return f[h]}var d={1:1,99:0}[h%100],j=[],e,c;if(d===undefined){d=h>400}if(h==500){h=400}for(var i in f){if(!J(f,i)){continue}i=parseInt(i,10);if(!e||i<e){e=i}if(!c||i>c){c=i}j.push(i)}if(h<e){h=e}if(h>c){h=c}j.sort(function(l,k){return(d?(l>h&&k>h)?l<k:l>k:(l<h&&k<h)?l>k:l<k)?-1:1});return f[j[0]]}}function Q(){function c(e,f){if(e.contains){return e.contains(f)}return e.compareDocumentPosition(f)&16}function a(g){var f=g.relatedTarget;if(!f||c(this,f)){return}b(this)}function d(f){b(this)}function b(e){setTimeout(function(){L.replace(e,D.get(e).options,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){P(e,"mouseover",a);P(e,"mouseout",a)}else{P(e,"mouseenter",d);P(e,"mouseleave",d)}}}function T(){var b=[],c={};function a(g){var d=[],f;for(var e=0;f=g[e];++e){d[e]=b[c[f]]}return d}this.add=function(e,d){c[e]=b.push(d)-1};this.repeat=function(){var d=arguments.length?a(arguments):b,e;for(var f=0;e=d[f++];){L.replace(e[0],e[1],true)}}}function Z(){var c={},a=0;function b(d){return d.cufid||(d.cufid=++a)}this.get=function(d){var e=b(d);return c[e]||(c[e]={})}}function A(a){var c={},b={};this.extend=function(d){for(var e in d){if(J(d,e)){c[e]=d[e]}}return this};this.get=function(d){return c[d]!=undefined?c[d]:a[d]};this.getSize=function(e,d){return b[e]||(b[e]=new M.Size(this.get(e),d))};this.isUsable=function(){return !!a}}function P(b,a,c){if(b.addEventListener){b.addEventListener(a,c,false)}else{if(b.attachEvent){b.attachEvent("on"+a,function(){return c.call(b,window.event)})}}}function U(b,a){var c=D.get(b);if(c.options){return b}if(a.hover&&a.hoverables[b.nodeName.toLowerCase()]){B.attach(b)}c.options=a;return b}function I(a){var b={};return function(c){if(!J(b,c)){b[c]=a.apply(null,arguments)}return b[c]}}function C(f,e){if(!e){e=M.getStyle(f)}var b=M.quotedList(e.get("fontFamily").toLowerCase()),d;for(var c=0,a=b.length;c<a;++c){d=b[c];if(H[d]){return H[d].get(e.get("fontStyle"),e.get("fontWeight"))}}return null}function F(a){return document.getElementsByTagName(a)}function J(b,a){return b.hasOwnProperty(a)}function G(){var a={},c,e;for(var d=0,b=arguments.length;c=arguments[d],d<b;++d){for(e in c){if(J(c,e)){a[e]=c[e]}}}return a}function N(d,n,b,o,e,c){var m=o.separate;if(m=="none"){return Y[o.engine].apply(null,arguments)}var k=document.createDocumentFragment(),g;var h=n.split(O[m]),a=(m=="words");if(a&&S){if(/^\s/.test(n)){h.unshift("")}if(/\s$/.test(n)){h.push("")}}for(var j=0,f=h.length;j<f;++j){g=Y[o.engine](d,a?M.textAlign(h[j],b,j,f):h[j],b,o,e,c,j<f-1);if(g){k.appendChild(g)}}return k}function K(b,j){var c,a,d,g,f,i;for(d=U(b,j).firstChild;d;d=f){g=d.nodeType;f=d.nextSibling;i=false;if(g==1){if(!d.firstChild){continue}if(!/cufon/.test(d.className)){arguments.callee(d,j);continue}else{i=true}}else{if(g!=3){continue}}if(!a){a=M.getStyle(b).extend(j)}if(!c){c=C(b,a)}if(!c){continue}if(i){Y[j.engine](c,null,a,j,d,b);continue}var h=M.whiteSpace(d.data,a,d);if(h===""){continue}var e=N(c,h,a,j,d,b);if(e){d.parentNode.replaceChild(e,d)}else{d.parentNode.removeChild(d)}}}var S=" ".split(/\s+/).length==0;var D=new Z();var B=new Q();var X=new T();var Y={},H={},V={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){W.ready();return L};L.refresh=function(){X.repeat.apply(X,arguments);return L};L.registerEngine=function(b,a){if(!a){return L}Y[b]=a;return L.set("engine",b)};L.registerFont=function(c){var a=new R(c),b=a.family;if(!H[b]){H[b]=new E()}H[b].add(a);return L.set("fontFamily",'"'+b+'"')};L.replace=function(c,b,a){b=G(V,b);if(!b.engine){return L}if(b.hover){b.forceHitArea=true}if(typeof b.textShadow=="string"){b.textShadow=M.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=M.gradient(b.color)}if(!a){X.add(c,arguments)}if(c.nodeType||typeof c=="string"){c=[c]}M.ready(function(){for(var e=0,d=c.length;e<d;++e){var f=c[e];if(typeof f=="string"){L.replace(b.selector(f),b,true)}else{K(f,b)}}});return L};L.set=function(a,b){V[a]=b;return L};return L})();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(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AF,Z,w,V,d,AG){var I=(Z===null);if(I){Z=d.alt}var b=AF.viewBox;var K=w.getSize("fontSize",AF.baseSize);var u=w.get("letterSpacing");u=(u=="normal")?0:K.convertFrom(parseInt(u,10));var c=0,v=0,t=0,X=0;var a=V.textShadow,r=[];if(a){for(var AE=a.length;AE--;){var h=a[AE];var q=K.convertFrom(parseFloat(h.offX));var o=K.convertFrom(parseFloat(h.offY));r[AE]=[q,o];if(o<c){c=o}if(q>v){v=q}if(o>t){t=o}if(q<X){X=q}}}var AJ=Cufon.CSS.textTransform(Z,w).split(""),T;var J=AF.glyphs,W,M,AA;var G=0,P,f=[];for(var AE=0,AC=0,z=AJ.length;AE<z;++AE){W=J[T=AJ[AE]]||AF.missingGlyph;if(!W){continue}if(M){G-=AA=M[T]||0;f[AC-1]-=AA}G+=P=f[AC++]=~~(W.w||AF.w)+u;M=W.k}if(P===undefined){return null}v+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var AB=document.createElement("span");AB.className="cufon-alt";AB.appendChild(document.createTextNode(Z));U.appendChild(AB)}}var AK=U.style;var n=L.style;var H=K.convert(b.height);var AI=Math.ceil(H);var s=AI/H;var m=s*Cufon.CSS.fontStretch(w.get("fontStretch"));var p=G*m;L.width=Math.ceil(K.convert(p+v-X));L.height=Math.ceil(K.convert(b.height-c+t));c+=b.minY;n.top=Math.round(K.convert(c-AF.ascent))+"px";n.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(p))+"px";if(A){AK.width=S;AK.height=K.convert(AF.height)+"px"}else{AK.paddingLeft=S;AK.paddingBottom=(K.convert(AF.height)-1)+"px"}var AH=L.getContext("2d"),e=H/b.height;AH.scale(e,e*s);AH.translate(-X,-c);AH.lineWidth=AF.face["underline-thickness"];AH.save();function N(i,g){AH.strokeStyle=g;AH.beginPath();AH.moveTo(0,i);AH.lineTo(G,i);AH.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AG,w):{};if(O.underline){N(-AF.face["underline-position"],O.underline)}if(O.overline){N(AF.ascent,O.overline)}function AD(){AH.scale(m,1);for(var x=0,k=0,g=AJ.length;x<g;++x){var y=J[AJ[x]]||AF.missingGlyph;if(!y){continue}if(y.d){AH.beginPath();if(y.code){C(y.code,AH)}else{y.code=D("m"+y.d,AH)}AH.fill()}AH.translate(f[k++],0)}AH.restore()}if(a){for(var AE=a.length;AE--;){var h=a[AE];AH.save();AH.fillStyle=h.color;AH.translate.apply(AH,r[AE]);AD()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AH.createLinearGradient(0,b.minY,0,b.maxY);for(var AE=0,z=Y.length;AE<z;++AE){Q.addColorStop.apply(Q,Y[AE])}AH.fillStyle=Q}else{AH.fillStyle=w.get("color")}AD();if(O["line-through"]){N(-AF.descent,O["line-through"])}return U}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;var F=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(F?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function C(G,H){return A(G,/(?:em|ex|%)$/i.test(H)?"1em":H)}function A(J,K){if(/px$/i.test(K)){return parseFloat(K)}var I=J.style.left,H=J.runtimeStyle.left;J.runtimeStyle.left=J.currentStyle.left;J.style.left=K.replace("%","em");var G=J.style.pixelLeft;J.style.left=I;J.runtimeStyle.left=H;return G}var E={};function D(L){var M=L.id;if(!E[M]){var J=L.stops,K=document.createElement("cvml:fill"),G=[];K.type="gradient";K.angle=180;K.focus="0";K.method="sigma";K.color=J[0][1];for(var I=1,H=J.length-1;I<H;++I){G.push(J[I][0]*100+"% "+J[I][1])}K.colors=G.join(",");K.color2=J[H][1];E[M]=K}return E[M]}return function(AI,f,AC,b,n,AJ,AA){var J=(f===null);if(J){f=n.alt}var h=AI.viewBox;var L=AC.computedFontSize||(AC.computedFontSize=new Cufon.CSS.Size(C(AJ,AC.get("fontSize"))+"px",AI.baseSize));var z=AC.computedLSpacing;if(z==undefined){z=AC.get("letterSpacing");AC.computedLSpacing=z=(z=="normal")?0:~~L.convertFrom(A(AJ,z))}var X,M;if(J){X=n;M=n.firstChild}else{X=document.createElement("span");X.className="cufon cufon-vml";X.alt=f;M=document.createElement("span");M.className="cufon-vml-canvas";X.appendChild(M);if(b.printable){var AF=document.createElement("span");AF.className="cufon-alt";AF.appendChild(document.createTextNode(f));X.appendChild(AF)}if(!AA){X.appendChild(document.createElement("cvml:shape"))}}var AO=X.style;var u=M.style;var H=L.convert(h.height),AL=Math.ceil(H);var y=AL/H;var s=y*Cufon.CSS.fontStretch(AC.get("fontStretch"));var x=h.minX,w=h.minY;u.height=AL;u.top=Math.round(L.convert(w-AI.ascent));u.left=Math.round(L.convert(x));AO.height=L.convert(AI.height)+"px";var Q=b.enableTextDecoration?Cufon.CSS.textDecoration(AJ,AC):{};var e=AC.get("color");var AN=Cufon.CSS.textTransform(f,AC).split(""),W;var K=AI.glyphs,c,N,AE;var G=0,o=[],v=0,S;var U,g=b.textShadow;for(var AH=0,AG=0,AD=AN.length;AH<AD;++AH){c=K[W=AN[AH]]||AI.missingGlyph;if(!c){continue}if(N){G-=AE=N[W]||0;o[AG-1]-=AE}G+=S=o[AG++]=~~(c.w||AI.w)+z;N=c.k}if(S===undefined){return null}var V=-x+G+(h.width-S);var AM=L.convert(V*s),AB=Math.round(AM);var r=V+","+h.height,I;var m="r"+r+"ns";var T=b.textGradient&&D(b.textGradient);for(AH=0,AG=0;AH<AD;++AH){c=K[AN[AH]]||AI.missingGlyph;if(!c){continue}if(J){U=M.childNodes[AG];while(U.firstChild){U.removeChild(U.firstChild)}}else{U=document.createElement("cvml:shape");M.appendChild(U)}U.stroked="f";U.coordsize=r;U.coordorigin=I=(x-v)+","+w;U.path=(c.d?"m"+c.d+"xe":"")+"m"+I+m;U.fillcolor=e;if(T){U.appendChild(T.cloneNode(false))}var AK=U.style;AK.width=AB;AK.height=AL;if(g){var P=g[0],O=g[1];var a=Cufon.CSS.color(P.color),Y;var q=document.createElement("cvml:shadow");q.on="t";q.color=a.color;q.offset=P.offX+","+P.offY;if(O){Y=Cufon.CSS.color(O.color);q.type="double";q.color2=Y.color;q.offset2=O.offX+","+O.offY}q.opacity=a.opacity||(Y&&Y.opacity)||1;U.appendChild(q)}v+=o[AG++]}var p=U.nextSibling,R,Z;if(b.forceHitArea){if(!p){p=document.createElement("cvml:rect");p.stroked="f";p.className="cufon-vml-cover";R=document.createElement("cvml:fill");R.opacity=0;p.appendChild(R);M.appendChild(p)}Z=p.style;Z.width=AB;Z.height=AL}else{if(p){M.removeChild(p)}}AO.width=Math.max(Math.ceil(L.convert(G*s)),0);if(F){var t=AC.computedYAdjust;if(t===undefined){var d=AC.get("lineHeight");if(d=="normal"){d="1em"}else{if(!isNaN(d)){d+="em"}}AC.computedYAdjust=t=0.5*(A(AJ,d)-parseFloat(AO.height))}if(t){AO.marginTop=Math.ceil(t)+"px";AO.marginBottom=t+"px"}}return X}})());
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																												   
Cufon.registerFont((function(f){_cufon_bridge_={p:[{"d":"102,0v-62,4,-106,-5,-106,-65v0,-84,86,-149,150,-96r3,-13r41,0r-38,142r64,0r-8,32r-64,0r-30,111r-41,0xm111,-32r26,-97v-38,-44,-98,-1,-98,59v0,38,33,40,72,38","w":212,"k":{"?":5,";":-6,":":-6,"\/":-12,".":-6,"-":-8,",":-6,"!":-6}},{"d":"28,0r-10,-142r-57,0r8,-32r86,0r7,112r47,-112r41,0r7,112r44,-112r42,0r-59,142r78,0r-9,32r-127,0r-6,-118r-48,118r-44,0","w":254,"k":{"y":-7,"u":-3,"k":5,"h":5,";":-7,":":-7,"\/":-12,".":-7,"-":-8,",":-7,"!":-8}},{"d":"37,-5v-83,-35,-26,-175,60,-175v22,0,36,5,50,18r3,-12r41,0r-38,142r64,0r-9,32r-64,0v-10,57,-35,114,-93,114v-77,0,-73,-99,-14,-119xm111,-32r27,-98v-38,-44,-98,1,-98,61v0,36,33,39,71,37xm103,0v-41,-6,-74,27,-75,58v0,14,11,24,26,24v31,0,41,-52,49,-82","w":212,"k":{"y":-3,"s":5,"j":-58,"h":1,"?":5,";":-5,":":-5,"\/":-7,".":-5,"-":-8,",":-5,"!":-5}},{"d":"-9,0r38,-142r-31,0r9,-32r72,0r-4,15v28,-33,112,-25,108,27v-3,34,-17,68,-24,100r63,0r-9,32r-104,0r31,-121v0,-15,-11,-23,-29,-23v-60,0,-60,95,-78,144r-42,0","w":216,"k":{"y":7,"x":8,"w":-7,"v":-7,"t":3,"s":5,"?":10,";":-6,":":-6,"\/":-12,".":-6,"-":-8,",":-6,"!":-6}},{"d":"54,-208r-53,0r8,-32r159,0v73,-6,73,103,12,111v46,1,47,78,16,97r64,0r-9,32r-253,0r30,-111r-24,0r8,-32r25,0xm81,-143v46,1,100,6,100,-37v0,-35,-48,-28,-82,-28xm173,-80v0,-42,-59,-29,-100,-31r-22,79v59,1,122,6,122,-48","w":250,"k":{"Y":12,"V":11,"U":14,"T":8,"S":3,"Q":10,"O":10,"G":10,"C":10,"A":26,"?":5,";":-10,":":-10,"\/":-12,".":-10,"-":-6,",":-10,"!":-10}},{"d":"-9,0r38,-142r-32,0r9,-32r74,0r-39,142r66,0r-8,32r-108,0xm43,-193r13,-47r41,0r-12,47r-42,0","w":102,"k":{"z":3,"x":10,"v":5,"l":3,"k":3,"h":3,"b":3,";":-5,":":-5,"\/":-12,".":-5,"-":-7,",":-5,"!":-5}},{"d":"100,-179v51,0,76,49,63,102r-124,1v-5,72,101,36,162,44r-9,32v-84,-3,-196,21,-196,-69v0,-59,48,-110,104,-110xm44,-102r86,0v2,-25,-8,-45,-31,-45v-24,0,-45,17,-55,45","w":191,"k":{"z":5,"y":5,"x":12,"t":3,"q":-3,"o":-3,"l":3,"k":3,"h":3,"g":-3,"f":3,"e":-3,"d":-3,"c":-3,"a":-3,"?":5,";":-11,":":-11,"\/":-14,".":-11,"-":-14,",":-11,"!":-11}},{"d":"50,-32r-20,-110r-44,0r8,-32r71,0r19,119r56,-119r44,0r-71,142r84,0r-9,32r-91,0v-22,41,-47,114,-100,114v-34,0,-55,-20,-55,-53v2,-56,45,-98,108,-93xm56,0v-45,-5,-74,24,-76,60v0,13,8,22,19,22v25,1,43,-59,57,-82","w":192,"k":{"y":-7,"u":-3,"t":3,"s":3,"q":3,"o":3,"l":12,"k":12,"h":12,"g":3,"f":7,"e":3,"d":3,"c":3,"a":3,";":-6,":":-6,"\/":-12,".":-6,"-":-8,",":-6,"!":-6}},{"d":"18,-2r31,0r63,-236r-31,0r5,-19r65,0r-74,274r-64,0","w":163},{"w":108},{"d":"-9,0r56,-208r-32,0r10,-32r72,0r-56,208r65,0r-8,32r-107,0","w":101,"k":{";":-5,":":-5,"\/":-8,".":-5,"-":-8,",":-5,"!":-5}},{"d":"45,-122v40,3,26,88,26,121v0,15,7,22,25,23r0,11v-69,9,-52,-45,-52,-101v0,-29,-7,-42,-26,-47r0,-14v68,-13,-37,-155,78,-144r0,12v-42,0,-20,53,-20,84v0,31,-7,45,-31,55"},{"d":"51,0r27,-98r-40,-110r-45,0r8,-32r71,0r34,101r71,-101r52,0r-107,144r-17,64r129,0r-9,32r-174,0","w":228,"k":{"z":24,"u":19,"s":36,"r":22,"q":44,"p":22,"o":44,"i":22,"g":44,"e":44,"d":44,"c":44,"a":44,"Z":48,"Y":-7,"T":-8,"S":31,"Q":29,"O":29,"G":29,"C":29,"A":50,"?":10,";":-5,":":-5,"\/":-7,".":-5,"-":33,",":-5,"!":-5}},{"d":"54,-208r-54,0r8,-32r212,0r-9,32r-112,0r-18,67r105,0r-8,32r-106,0r-29,109r-45,0r30,-109r-25,0r9,-32r24,0","w":209,"k":{"u":5,"t":14,"r":7,"q":17,"o":17,"n":7,"m":7,"l":7,"k":7,"i":10,"h":7,"g":17,"e":17,"d":17,"c":17,"a":17,"Y":12,"U":22,"S":24,"Q":17,"O":17,"G":17,"C":17,"A":50,"?":-3,";":43,":":43,"\/":60,".":86,"-":-10,",":86,")":36,"!":36}},{"d":"82,-45v0,-29,-81,-35,-81,-80v0,-33,27,-55,66,-55v37,0,64,21,69,55r-32,0v0,-31,-64,-42,-67,-7v5,35,120,44,80,100r59,0r-9,32r-215,0r9,-32r107,0v10,-1,14,-5,14,-13","w":160,"k":{"y":5,"t":5,"s":5,"q":3,"o":3,"l":5,"k":5,"h":5,"g":3,"f":5,"e":3,"d":3,"c":3,"b":5,"a":3,"?":-3,";":-17,":":-17,"\/":-24,".":-17,"-":-8,",":-17,")":-12,"!":-17}},{"d":"84,-123v7,-4,13,-20,20,-14r-17,17v4,7,20,13,14,20r-17,-17v-7,4,-13,20,-20,14r17,-17v-4,-7,-20,-13,-14,-20","w":168},{"d":"-2,0r56,-208r-55,0r9,-32r121,0r17,185r114,-185r67,0r-56,208r65,0r-8,32r-110,0r49,-186r-111,186r-45,0r-17,-189r-51,189r-45,0","w":338,"k":{"u":3,"t":3,"s":5,"r":3,"q":5,"o":5,"n":3,"m":3,"l":3,"k":3,"i":3,"h":3,"g":5,"f":3,"e":5,"d":5,"c":5,"b":3,"a":5,"Z":31,"Y":3,"X":29,"W":3,"V":3,"U":5,"S":10,"Q":5,"O":5,"G":5,"C":5,"A":33}},{"d":"100,5r-21,0r-66,-250r21,0","w":109},{"d":"253,-13v-87,60,-227,3,-227,-106v0,-76,61,-133,142,-133v79,0,134,50,134,123v0,70,-82,110,-111,52v-24,42,-90,31,-90,-26v0,-55,47,-102,97,-77r1,-8r31,0r-14,97v0,13,10,24,23,24v24,0,41,-24,41,-59v0,-62,-45,-106,-109,-106v-65,0,-114,48,-114,111v0,91,106,146,188,94xm196,-165v-34,-23,-61,14,-62,58v0,19,9,32,23,32v32,0,36,-55,39,-90","w":327},{"d":"165,-240v43,-1,65,20,66,62v0,42,-23,67,-72,75r21,71r50,0r-9,32r-80,0r-28,-103r-42,0r-27,103r-46,0r28,-103r-25,0r9,-32r25,0r19,-73r-53,0r8,-32r156,0xm79,-135v49,1,113,3,107,-42v5,-41,-50,-30,-87,-31","w":243,"k":{"y":-12,"u":-4,"q":7,"o":7,"i":-3,"h":4,"e":7,"d":7,"c":7,"a":7,"Z":29,"X":19,"W":-3,"V":-3,"U":3,"T":-7,"S":14,"O":5,"G":5,"C":5,"A":33,";":12,":":12,"\/":12,".":12,"-":-5,",":12,")":12,"!":12}},{"d":"167,0r-171,-1v18,-73,74,-157,125,-207r-112,0r9,-32r154,0v-2,49,-60,82,-86,133v-12,23,-23,49,-34,75r123,0","w":155,"k":{"9":13,"8":10,"7":-12,"6":13,"5":10,"4":24,"3":5,"2":3,"1":-14,"0":17,"\/":-24,".":-22,"-":12,",":-22,")":-24,"%":-5}},{"d":"67,0v-48,2,-70,-22,-71,-64v-4,-83,85,-148,149,-97r12,-47r-29,0r9,-32r70,0r-55,208r64,0r-9,32r-140,0xm110,-32r26,-97v-37,-44,-97,-1,-97,59v0,37,32,40,71,38","w":210,"k":{";":-6,":":-6,"\/":-10,".":-6,"-":-10,",":-6,"!":-6}},{"d":"99,0v-53,-7,-86,-50,-86,-104v0,-78,61,-142,135,-142v53,0,86,31,89,81r-40,0v-3,-28,-22,-47,-48,-47v-48,0,-89,51,-89,111v0,61,49,74,114,69r19,-71r40,0r-19,71r50,0r-8,32r-50,0v-12,50,-29,111,-84,111v-72,0,-77,-86,-23,-111xm166,0v-39,-3,-67,22,-68,54v6,37,46,30,56,-9","w":266,"k":{"y":-5,"w":-12,"r":-5,"n":-5,"m":-5,"l":5,"k":5,"i":-5,"h":5,"Y":19,"W":17,"V":19,"U":25,"T":12,"S":5,"Q":17,"O":17,"G":17,"C":17,"A":26,"?":10,"-":-12}},{"d":"129,-116r24,50v10,-10,16,-19,19,-28r36,0v-4,18,-19,40,-40,56v6,12,33,3,49,6r-9,32r-59,0r-6,-12v-43,34,-125,15,-125,-46v0,-34,24,-61,68,-75v-22,-50,9,-111,60,-111v30,0,50,21,50,51v0,33,-25,61,-67,77xm121,-146v25,-8,41,-25,41,-44v0,-13,-7,-21,-18,-21v-23,-2,-34,39,-23,65xm126,-42v-11,-19,-16,-44,-30,-60v-26,11,-37,23,-37,40v-1,35,46,42,67,20","w":238},{"d":"123,0v-75,6,-98,-30,-82,-91r31,-117r-75,0r8,-32r121,0r-45,175v-2,38,57,34,98,33r55,-208r45,0r-55,208r65,0r-8,32r-158,0","w":291,"k":{"u":3,"t":3,"s":5,"r":3,"q":5,"p":3,"o":5,"n":3,"m":3,"l":3,"k":3,"i":3,"h":3,"g":5,"f":3,"e":5,"d":5,"c":5,"b":3,"a":5,"Z":26,"Y":3,"X":29,"W":3,"V":3,"U":7,"S":14,"Q":5,"O":5,"G":5,"C":5,"A":7}},{"d":"15,-30v-2,-12,-6,-19,-13,-27r73,-85r-75,0r8,-32r140,0r-4,13r-95,108v4,6,6,11,8,21r86,0r-9,32r-69,0v7,65,-25,114,-77,114v-41,0,-68,-26,-68,-66v0,-48,38,-81,95,-78xm23,0v-38,-3,-64,19,-65,51v0,19,10,31,27,31v26,1,44,-43,38,-82","w":156,"k":{"y":-7,"s":3,"q":12,"o":17,"g":14,"e":17,"d":14,"c":14,"a":14,";":11,":":11,"\/":5,".":11,"-":-3,",":11,")":12,"!":11}},{"d":"30,-116r-25,0r8,-32r25,0r16,-60r-55,0r8,-32r100,0r-25,92r115,0r24,-92r45,0r-56,208r65,0r-9,32r-109,0r31,-116r-114,0r-31,116r-45,0","w":277,"k":{"u":3,"q":5,"o":5,"i":3,"g":5,"e":5,"d":5,"c":5,"a":5,"U":5,"S":10,"Q":5,"O":5,"G":5,"C":5,"A":33}},{"d":"35,-48r10,-54r-37,0r3,-16r37,0r9,-52r-37,0r3,-17r36,0r10,-53r18,0r-9,53r30,0r9,-53r18,0r-9,53r36,0r-3,17r-36,0r-9,52r36,0r-3,16r-36,0r-10,54r-18,0r10,-54r-30,0r-10,54r-18,0xm66,-118r29,0r9,-52r-29,0","w":176},{"d":"41,0r-24,-142r-59,0r8,-32r85,0r18,117r52,-117r45,0r-67,142r85,0r-9,32r-134,0","w":176,"k":{"y":-5,"u":-3,"q":3,"o":3,"g":3,"e":3,"d":3,"c":3,"a":3,";":-8,":":-8,"\/":-12,".":-8,"-":-8,",":-8,"!":-8}},{"d":"197,0v-86,-4,-201,24,-201,-70v0,-60,47,-109,105,-109v85,0,90,113,36,147r68,0xm98,-148v-32,0,-61,35,-61,76v0,25,13,40,35,40v32,0,61,-36,61,-77v0,-24,-13,-39,-35,-39","w":199,"k":{"y":5,"x":10,"u":-3,"s":3,"q":-4,"o":-4,"g":-4,"f":4,"e":-4,"d":-4,"c":-4,"a":-4,"?":5,";":-7,":":-7,"\/":-14,".":-6,"-":-14,",":-7,"!":-7}},{"d":"53,-260r42,37r-31,0r-49,-37r38,0","w":110},{"d":"89,-115v-68,25,32,169,-79,148r0,-11v44,-1,20,-45,20,-83v0,-36,10,-53,32,-61v-43,-9,-26,-76,-26,-115v0,-16,-8,-23,-26,-24v0,-6,-2,-14,6,-12v48,-5,61,31,48,73v-3,32,-3,69,25,71r0,14"},{"d":"-9,0r38,-142r-35,0r9,-32r76,0r-7,24v21,-23,46,-31,85,-29r-20,74r-28,0r11,-40v-56,-7,-65,67,-79,113r62,0r-8,32r-104,0","w":162,"k":{"y":10,"x":14,"u":-5,"t":5,"s":-3,"r":-4,"q":7,"p":-3,"o":7,"l":12,"k":12,"h":12,"g":7,"f":10,"e":7,"d":7,"c":7,"b":12,"a":7,";":33,":":33,"\/":36,".":53,"-":-12,",":53,")":24,"!":19}},{"d":"107,-32r-9,32v-51,3,-107,0,-92,-54r24,-88r-27,0r9,-32r25,0r13,-48r45,-13r-16,61r33,0r-8,32r-33,0r-24,93v-4,22,37,16,60,17","w":116,"k":{"z":-5,"u":-3,"t":6,"s":-7,"r":-3,"q":5,"o":12,"l":3,"k":3,"h":3,"g":5,"e":12,"d":10,"c":10,"a":10,";":10,":":10,".":10,"-":-12,",":10,"!":10}},{"d":"84,-123v7,-4,13,-20,20,-14r-17,17v4,7,20,13,14,20r-17,-17v-7,4,-13,20,-20,14r17,-17v-4,-7,-20,-13,-14,-20","w":168},{"d":"-9,0r56,-208r-31,0r9,-32r72,0r-20,73v44,-29,110,-3,110,59v0,31,-13,57,-39,76r75,0r-8,32r-224,0xm41,-32v63,8,102,-22,103,-72v2,-44,-50,-52,-75,-26","w":211,"k":{"y":5,"u":-3,"s":3,"q":-3,"o":-4,"g":-3,"e":-3,"d":-3,"c":-3,"a":-3,"?":5,";":-14,":":-14,"\/":-15,".":-14,"-":-15,",":-14,"!":-14}},{"d":"-3,0r48,-181v-17,14,-40,28,-56,33r10,-36v24,-11,54,-37,65,-56r39,0r-56,208r66,0r-9,32r-107,0","w":94,"k":{"9":5,"8":-3,"7":-14,"5":5,"4":-7,"2":-7,"1":-24,"\/":-24,".":-22,"-":-12,",":-22,"%":-3}},{"d":"68,57r15,-57r-111,0r79,-166r35,0r-60,134r66,0r55,-208r42,0r-56,208r68,0r-9,32r-67,0r-15,57r-42,0","w":182,"k":{"9":7,"8":-3,"7":-10,"6":4,"5":7,"4":-12,"3":7,"2":-12,"1":-24,"0":4,"\/":-24,".":-22,"-":-12,",":-22,")":-24,"%":-3}},{"d":"17,-32r47,-176r-57,0r8,-32r103,0r-56,208r52,0r-8,32r-53,0v-10,54,-34,111,-86,111v-35,0,-61,-25,-61,-58v1,-54,47,-91,111,-85xm9,0v-39,-3,-69,18,-69,51v0,41,47,33,57,-6","w":129,"k":{"u":7,"r":5,"q":8,"o":8,"i":5,"e":8,"d":8,"c":8,"a":8,"U":5,"S":7,"Q":5,"O":5,"G":5,"C":5,"A":36,";":12,":":12,"\/":12,".":12,",":12,")":12,"!":12}},{"d":"-2,0","w":277,"k":{"u":3,"t":3,"s":5,"r":3,"q":5,"o":5,"n":3,"m":3,"l":3,"k":3,"i":3,"h":3,"g":5,"f":3,"e":5,"d":5,"c":5,"b":3,"a":5,"Z":31,"X":29,"U":5,"T":-3,"S":10,"Q":5,"O":5,"G":5,"C":5,"A":33}},{"d":"51,0r-31,0r13,-51r31,0","w":72,"k":{"9":-26,"8":-22,"7":-14,"5":-39,"4":-39,"3":-41,"2":-36,"1":-19,"0":-3,"*":19}},{"d":"180,-175v0,86,-113,85,-145,143r175,0r-9,32r-227,0v17,-69,64,-88,121,-124v30,-19,41,-30,41,-52v0,-20,-13,-33,-32,-33v-21,0,-37,16,-40,40r-41,0v7,-46,40,-75,85,-75v44,0,72,27,72,69","w":190,"k":{"9":12,"8":7,"7":10,"6":10,"5":12,"4":14,"3":14,"2":12,"1":-17,"0":10,"\/":-24,".":-22,"-":-7,",":-22,")":-24,"%":3}},{"d":"0,29r189,0r0,26r-189,0r0,-26","w":189},{"d":"71,-244r13,4r-9,34r33,-9r4,13r-34,9r25,25r-10,10r-25,-25r-9,34r-13,-4r9,-34r-34,9r-3,-13r33,-9r-24,-25r10,-10r24,25","w":136},{"d":"131,-243v108,0,73,168,25,211r87,0r-8,32r-148,0v-49,1,-73,-27,-74,-73v-1,-73,49,-170,118,-170xm129,-209v-48,1,-73,88,-73,128v0,31,12,47,34,47v48,0,72,-91,72,-130v0,-30,-11,-45,-33,-45","w":222,"k":{"9":18,"8":1,"7":15,"6":7,"5":15,"4":5,"3":19,"2":8,"1":-13,"0":7,"\/":-24,".":-23,"-":-11,",":-23,")":-24,"%":7}},{"d":"231,-181v2,77,-75,81,-160,78r-20,71r77,0r-9,32r-121,0r28,-103r-25,0r9,-32r25,0r19,-73r-53,0r8,-32r159,0v42,-2,62,20,63,59xm79,-135v49,1,113,4,107,-43v4,-40,-51,-28,-87,-30","w":239,"k":{"y":-14,"u":-6,"r":-5,"q":12,"o":12,"l":7,"k":7,"j":-3,"i":-3,"h":7,"g":12,"e":12,"d":12,"c":12,"a":12,"Y":-3,"U":3,"T":-7,"S":15,"Q":6,"O":6,"G":6,"C":6,"A":55,";":36,":":36,"\/":53,".":84,"-":-3,",":84,")":48,"!":24}},{"d":"195,-174r-37,142r63,0r-8,32r-158,0v-91,3,-35,-92,-27,-142r-36,0r9,-32r76,0r-31,123v0,28,43,17,70,19r38,-142r41,0","w":216,"k":{"x":8,"s":5,"?":5,";":-6,":":-6,"\/":-12,".":-6,"-":-8,",":-6,"!":-6}},{"d":"54,-208","w":235,"k":{"z":5,"y":10,"x":10,"w":-7,"v":-7,"t":5,"s":10,"r":5,"q":14,"p":5,"o":14,"n":5,"m":5,"l":14,"k":14,"j":5,"i":5,"h":14,"g":14,"f":14,"e":14,"d":14,"c":14,"b":14,"a":14,"Z":26,"Y":24,"X":26,"W":12,"V":17,"U":19,"T":-3,"S":14,"Q":19,"O":23,"G":19,"C":21,"A":41,"?":3,";":-10,":":-10,"\/":-12,".":-10,",":-10,"!":-10}},{"d":"22,-106r0,-28r73,0r0,-72r27,0r0,72r73,0r0,28r-73,0r0,73r-27,0r0,-73r-73,0","w":221},{"d":"63,-94r-18,-48r-52,0r8,-32r74,0r16,49r38,-49r46,0r-67,85r20,57r52,0r-9,32r-72,0r-19,-57r-43,57r-47,0","w":190,"k":{"x":5,"u":7,"t":14,"s":14,"q":17,"o":17,"i":5,"g":17,"e":17,"d":17,"c":17,"a":17,"?":5,";":10,":":10,"\/":4,".":10,"-":7,",":10,"!":10}},{"d":"207,0v-85,-7,-211,30,-211,-64v0,-85,85,-149,150,-98r3,-12r41,0r-38,142r64,0xm111,-32r25,-98v-37,-44,-97,0,-97,60v0,38,33,40,72,38","w":209,"k":{"z":3,"x":7,"w":-4,"v":3,"u":-3,"s":3,"?":3,";":-7,":":-7,"\/":-8,".":-7,"-":-8,",":-7,"!":-7}},{"d":"-33,0r9,-32r110,0v33,-26,31,-77,-30,-73v4,-9,3,-23,10,-29v44,0,65,-14,65,-43v0,-47,-67,-38,-72,2r-38,0v9,-42,43,-69,86,-69v40,0,66,24,66,61v0,30,-19,52,-50,62v36,13,38,62,14,89r69,0r-9,32r-230,0","w":186,"k":{"9":14,"8":-3,"7":10,"6":10,"5":14,"4":-7,"3":14,"1":-14,"0":10,"\/":-24,".":-22,"-":-3,",":-22,")":-24,"%":5}},{"w":108},{"d":"215,0r-122,0v-52,0,-79,-28,-79,-86v0,-86,52,-158,115,-158v35,0,58,23,60,59r-39,0v-6,-40,-52,-24,-66,5v-8,16,-12,28,-16,53v29,-54,107,-39,107,31v0,26,-8,46,-25,64r74,0xm104,-129v-41,0,-70,98,-16,98v23,0,44,-29,44,-61v0,-22,-10,-37,-28,-37","w":203,"k":{"9":25,"7":14,"6":10,"5":22,"4":-5,"3":19,"1":-7,"0":10,"\/":-24,".":-22,"-":-5,",":-22,")":-24,"%":10}},{"d":"142,-240r-9,32v-23,0,-47,-3,-49,17r-5,17r38,0r-9,32r-37,0r-30,110r66,0r-8,32r-108,0r39,-142r-22,0r10,-32r20,0v8,-37,15,-70,64,-66r40,0","w":123,"k":{"y":-7,"t":11,"s":3,"q":14,"o":17,"l":-1,"k":-1,"i":3,"g":14,"f":15,"e":17,"d":14,"c":14,"a":14,"?":-10,";":14,":":14,"\/":12,".":14,",":14,"*":-14,"!":14}},{"d":"161,0v-36,40,-96,77,-159,76v-48,0,-77,-20,-77,-54v0,-51,62,-58,121,-54v-80,-74,-2,-214,104,-214v118,0,141,162,54,214r85,0r-8,32r-120,0xm59,-105v0,44,25,71,64,71v49,0,87,-46,87,-106v0,-45,-22,-72,-61,-72v-49,0,-90,49,-90,107xm105,0v-50,5,-131,-16,-139,21v0,25,46,24,71,16v24,-8,44,-20,68,-37","w":284,"k":{"u":-1,"Y":19,"U":22,"S":5,"Q":7,"O":7,"G":7,"C":7,"A":29,"?":10,";":-5,":":-5,"\/":-12,".":-5,"-":-12,",":-5,"!":-5}},{"d":"51,0r-31,0r13,-51r31,0xm78,-101r-31,0r14,-51r31,0","k":{"*":24}},{"d":"280,0r-173,0v-54,0,-94,-46,-94,-106v0,-78,60,-140,136,-140v65,0,108,42,108,107v0,46,-18,82,-54,107r86,0xm59,-107v0,44,25,73,65,73v49,0,86,-46,86,-106v0,-45,-23,-72,-62,-72v-48,0,-89,48,-89,105","w":281,"k":{"z":-5,"y":-3,"l":4,"k":4,"h":4,"f":4,"b":4,"Z":29,"Y":19,"X":41,"W":12,"V":17,"U":22,"T":3,"S":5,"Q":4,"O":4,"G":4,"C":4,"A":29,"?":5,";":-10,":":-10,"\/":-12,".":-10,"-":-17,",":-10,"!":-10}},{"d":"-9,0r38,-142r-31,0r9,-32r72,0r-4,15v27,-29,90,-27,103,10v29,-40,122,-44,122,17v0,35,-16,68,-23,100r62,0r-9,32r-103,0v10,-40,30,-77,30,-121v0,-15,-11,-23,-29,-23v-60,1,-59,96,-78,144r-41,0r31,-121v0,-14,-11,-23,-29,-23v-61,0,-60,95,-78,144r-42,0","w":333,"k":{"y":7,"w":-7,"t":3,"s":5,"?":10,";":-6,":":-6,"\/":-12,".":-6,"-":-8,",":-6,"!":-6}},{"d":"17,-2v86,-28,116,-169,52,-235r7,-20v122,72,61,249,-63,276","w":156},{"d":"182,-32r86,0r-8,32r-262,0r56,-208r-53,0r8,-32r143,0v54,0,90,37,90,93v0,46,-23,89,-60,115xm51,-32v94,13,144,-42,146,-114v1,-52,-41,-67,-98,-62","w":263,"k":{"y":-7,"u":-5,"r":-5,"i":-5,"Z":-4,"Y":17,"W":12,"V":17,"U":19,"T":4,"S":4,"Q":3,"O":3,"G":3,"C":3,"A":29,"?":10,";":-5,":":-5,"\/":-7,".":-5,"-":-14,",":-5,"!":-5}},{"d":"41,-240r27,0r-23,88r-27,0","w":99},{"d":"34,-51r30,0r-23,87r-14,0r6,-36r-13,0","w":72,"k":{"9":-26,"8":-22,"7":-14,"5":-39,"4":-39,"3":-41,"2":-36,"1":-19,"0":-3,"*":19}},{"d":"-76,111r9,-33r39,0r59,-220r-36,0r9,-32r76,0r-3,13v37,-36,111,-15,111,50v0,30,-15,60,-39,79r74,0r-8,32r-181,0r-29,111r-81,0xm42,-32v62,7,101,-20,103,-76v1,-41,-47,-46,-69,-22v-18,19,-23,68,-34,98","w":213,"k":{"y":5,"u":-3,"s":3,"q":-3,"o":-3,"g":-3,"e":-3,"d":-3,"c":-3,"a":-3,"?":5,";":-10,":":-10,"\/":-14,".":-10,"-":-14,",":-10,"!":-10}},{"d":"241,0r-75,0r-40,-88r-72,88r-54,0r108,-130r-35,-78r-49,0r9,-32r76,0r31,72r58,-72r53,0r-93,113r42,95r49,0","w":255,"k":{"y":24,"u":10,"q":14,"o":14,"g":14,"e":14,"d":14,"c":14,"a":14,"Y":26,"X":10,"U":33,"S":19,"R":4,"Q":26,"P":4,"O":29,"N":4,"M":4,"L":4,"K":4,"I":4,"H":4,"G":29,"F":4,"E":4,"D":4,"C":29,"B":4,"A":41,"?":10,";":7,":":7,"\/":5,".":7,"-":19,",":7,"!":7}},{"d":"208,0v-81,-7,-214,29,-213,-57v0,-35,26,-67,60,-73v-52,-35,-11,-110,56,-110v81,0,88,103,23,115v33,15,39,69,10,93r72,0xm109,-209v-22,0,-38,15,-38,37v0,18,12,31,31,31v21,0,37,-17,37,-38v0,-19,-11,-30,-30,-30xm85,-112v-27,0,-46,19,-46,47v0,22,14,36,37,36v26,0,45,-19,45,-46v0,-23,-13,-37,-36,-37","w":195,"k":{"9":19,"7":14,"6":13,"5":17,"3":19,"1":-11,"0":13,"\/":-24,".":-22,",":-22,")":-24,"%":8}},{"d":"-2,0r56,-208r-55,0r9,-32r99,0r-31,116r120,-116r58,0r-100,91r42,117r82,0r-8,32r-112,0r-39,-116r-60,54r-16,62r-45,0","w":256,"k":{"y":22,"v":7,"u":18,"r":18,"q":24,"o":24,"n":18,"m":18,"l":13,"k":13,"i":18,"h":13,"g":24,"e":24,"d":24,"c":24,"a":24,"Y":28,"V":28,"U":4,"T":-7,"S":17,"Q":36,"O":36,"G":36,"C":36,"A":41,"?":-7,";":-24,":":-24,"\/":-24,".":-24,"-":24,",":-24,")":-12,"!":-24}},{"d":"84,-123v7,-4,13,-20,20,-14r-17,17v4,7,20,13,14,20r-17,-17v-7,4,-13,20,-20,14r17,-17v-4,-7,-20,-13,-14,-20","w":168},{"d":"41,-240r27,0r-23,88r-27,0xm98,-240r27,0r-23,88r-27,0","w":156},{"d":"12,5r121,-250r21,0r-121,250r-21,0","w":165,"k":{"z":14,"y":3,"x":12,"w":-19,"v":-19,"u":12,"t":22,"s":24,"r":12,"q":36,"p":14,"o":36,"n":14,"m":14,"l":12,"k":12,"i":14,"h":12,"g":36,"f":24,"e":36,"d":36,"c":36,"b":12,"a":36,"Z":48,"Y":-7,"X":24,"W":-7,"V":-7,"T":-12,"S":36,"Q":24,"O":39,"G":39,"C":39,"A":60,"9":33,"8":33,"7":3,"6":39,"5":31,"4":43,"3":29,"2":31,"1":3,"0":43}},{"d":"19,-161v0,-41,28,-83,63,-83v25,0,39,16,39,43v0,44,-28,82,-61,82v-25,0,-41,-16,-41,-42xm138,-38v0,-43,30,-83,63,-83v25,0,39,16,39,43v0,44,-28,82,-61,82v-25,0,-41,-17,-41,-42xm221,-240r25,0r-206,240r-25,0xm81,-225v-24,0,-35,43,-36,63v0,15,6,22,17,22v18,0,34,-31,34,-66v0,-12,-6,-19,-15,-19xm200,-102v-24,0,-36,41,-36,63v0,15,5,22,16,22v18,0,35,-31,35,-66v0,-12,-6,-19,-15,-19","w":260},{"d":"19,0r15,-54r41,0r-14,54r-42,0xm43,-78r41,-162r42,0r-47,162r-36,0","w":140},{"d":"75,-249r0,259r-27,0r0,-259r27,0","w":122},{"d":"144,-257r-4,21v-85,31,-119,163,-52,235r-8,20v-121,-72,-59,-248,64,-276","w":153,"k":{"z":-24,"q":24,"o":24,"j":-48,"g":24,"e":24,"d":24,"c":24,"a":24,"Z":36,"Y":-12,"X":24,"W":-12,"V":-12,"T":-12,"S":24,"Q":-24,"O":36,"J":-36,"G":36,"C":36,"A":43,"9":24,"8":24,"6":36,"5":12,"4":12,"3":12,"2":12,"1":12,"0":36}},{"d":"-2,0","w":120,"k":{"u":3,"t":3,"s":5,"r":3,"q":5,"p":-3,"o":5,"n":3,"m":3,"l":3,"k":3,"i":3,"h":3,"g":5,"f":3,"e":5,"d":5,"c":5,"b":3,"a":5,"Z":31,"Y":3,"X":29,"W":3,"V":3,"U":5,"S":10,"Q":5,"O":5,"G":5,"C":5,"A":33}},{"d":"-8,0r56,-208r-31,0r9,-32r72,0r-22,81v31,-34,110,-24,108,27v-2,35,-16,68,-23,100r63,0r-8,32r-105,0v9,-41,29,-76,29,-121v0,-15,-10,-23,-28,-23v-60,0,-60,95,-78,144r-42,0","w":218,"k":{"y":7,"w":-7,"t":3,"s":5,"?":10,";":-6,":":-6,"\/":-12,".":-6,"-":-8,",":-6,"!":-6}},{"d":"237,-165r-39,0v-2,-27,-23,-47,-49,-47v-48,0,-91,55,-91,117v0,84,125,60,206,63r-8,32r-140,0v-66,0,-103,-37,-103,-102v0,-80,60,-144,135,-144v53,0,86,31,89,81","w":257,"k":{"y":-5,"u":-5,"r":-5,"q":17,"o":17,"l":12,"k":12,"h":12,"g":17,"e":17,"d":17,"c":17,"a":17,"Y":14,"U":17,"Q":17,"O":19,"G":17,"C":17,"A":43,"?":7,";":-7,":":-7,"\/":-5,".":-7,",":-7,"!":-7}},{"d":"348,0r-166,0r-1,-165r-90,165r-44,0r-8,-208r-45,0r9,-32r80,0r3,163r87,-163r48,0r1,163r88,-163r49,0r-113,208r111,0","w":361,"k":{"y":12,"u":12,"t":14,"s":26,"r":14,"q":31,"o":31,"n":17,"m":17,"l":15,"k":15,"i":17,"h":15,"g":31,"e":31,"d":31,"c":31,"a":31,"X":29,"W":-5,"T":-7,"S":22,"Q":5,"P":17,"O":22,"G":22,"C":22,"A":58,"?":5,"-":17,")":12}},{"d":"233,0r-163,0r-34,-208r-43,0r8,-32r76,0r27,176r100,-176r54,0r-129,208r113,0","w":259,"k":{"y":17,"u":19,"s":29,"r":22,"q":39,"o":39,"n":7,"m":7,"l":14,"k":14,"i":19,"h":14,"g":39,"e":39,"d":39,"c":39,"a":39,"Y":-5,"W":-7,"V":-5,"S":26,"Q":24,"O":24,"G":24,"C":24,"A":69,"?":5,";":15,":":15,"\/":12,".":15,"-":24,",":15,")":24,"!":15}},{"d":"61,-152r31,0r-14,51r-31,0xm33,-51r31,0r-23,87r-14,0r6,-36r-13,0","k":{"*":24}},{"d":"-2,0r56,-208r-54,0r8,-32r99,0r-56,208r157,0r-9,32r-201,0","w":209,"k":{"y":17,"w":12,"u":5,"q":10,"o":10,"i":3,"g":10,"e":10,"d":10,"c":10,"a":10,"Y":50,"W":30,"V":48,"U":36,"T":10,"S":19,"O":31,"G":29,"C":29,"A":5,"?":14,"!":-3}},{"d":"14,-120r95,0r-8,30r-95,0","w":136,"k":{"z":-12,"y":-12,"x":-3,"w":-36,"v":-36,"u":-12,"t":-12,"s":-17,"r":-12,"q":-17,"p":-12,"o":-17,"n":-12,"m":-12,"l":-7,"k":-7,"j":-12,"i":-12,"h":-7,"g":-17,"f":-7,"e":-17,"d":-17,"c":-17,"b":-7,"a":-17,"Z":24,"Y":31,"X":36,"W":10,"V":18,"U":15,"T":7,"Q":-10,"O":-10,"G":-10,"C":-10,"A":24,"9":17,"8":-7,"7":7,"5":7,"4":-7,"3":24,"2":3,"1":-10}},{"d":"84,-123v7,-4,13,-20,20,-14r-17,17v4,7,20,13,14,20r-17,-17v-7,4,-13,20,-20,14r17,-17v-4,-7,-20,-13,-14,-20","w":168},{"d":"246,0r-157,0v-53,0,-91,-31,-95,-77r41,0v4,27,29,45,65,45v58,0,72,-47,22,-64v-38,-13,-89,-37,-89,-77v0,-43,38,-72,93,-72v54,0,89,29,92,75r-40,0v-1,-24,-23,-40,-54,-40v-33,0,-57,22,-40,45v22,29,117,33,117,92v0,17,-6,29,-20,41r74,0","w":234,"k":{"w":-24,"v":-26,"t":3,"Y":10,"W":7,"V":10,"U":13,"T":5,"S":3,"Q":12,"O":12,"G":10,"C":10,"A":29,"?":-5,";":-22,":":-22,"\/":-24,".":-22,"-":-5,",":-22,"!":-22}},{"d":"0,0","w":277,"k":{"y":19,"x":17,"w":5,"v":4,"s":12,"Z":19,"Y":41,"X":41,"W":24,"V":31,"U":26,"T":10,"S":7,"Q":22,"O":19,"G":19,"C":19,"A":-5,"?":7,";":-10,":":-10,".":-10,",":-10,"*":43,"!":-10}},{"d":"166,-185v0,56,-66,59,-74,108r-38,0v3,-39,29,-60,57,-79v23,-15,17,-57,-15,-56v-19,0,-34,14,-39,36r-38,0v7,-43,37,-70,80,-70v41,0,67,25,67,61xm35,0r14,-53r42,0r-15,53r-41,0","w":180},{"d":"112,-176v71,-1,78,100,34,144r76,0r-9,32r-241,0r9,-32r117,0v20,-23,31,-49,31,-71v1,-49,-54,-52,-74,-15r-37,0r33,-122r133,0r-8,32r-98,0r-14,51v13,-10,31,-20,48,-19","w":200,"k":{"9":24,"7":10,"6":10,"5":18,"4":-5,"3":29,"2":3,"0":10,"\/":-24,".":-24,"-":-10,",":-24,")":-24,"%":21}},{"d":"33,0r-42,0r56,-208r-31,0r9,-32r72,0r-38,143r77,-77r46,0r-51,48r16,94r42,0r-9,32r-65,0r-17,-96r-53,53","w":191,"k":{"y":-3,"t":5,"s":7,"r":-4,"q":10,"o":10,"n":-4,"m":-4,"l":-4,"k":-4,"i":-4,"h":-4,"g":10,"e":10,"d":10,"c":10,"a":10,"?":7,";":3,":":3,".":3,",":3,"!":3}},{"d":"264,-32r-8,32r-152,-1r-8,27r-19,0r7,-28v-49,-2,-75,-34,-81,-75r42,0v4,28,28,45,64,45v58,0,72,-48,22,-64v-37,-13,-88,-37,-88,-77v0,-46,46,-78,105,-71r7,-26r20,0r-8,29v35,7,59,35,61,71r-40,0v-1,-24,-23,-40,-54,-40v-33,0,-57,23,-40,45v24,31,117,33,117,92v0,17,-7,29,-21,41r74,0","w":261,"k":{"9":36,"8":17,"7":29,"6":31,"5":36,"4":12,"3":33,"2":12,"1":3,"0":31}},{"d":"146,-238r-31,0r-63,236r30,0r-5,19r-64,0r73,-274r65,0","w":160},{"d":"9,0r56,-208r-75,0r9,-32r194,0r-9,32r-74,0r-48,176r67,0r-8,32r-112,0","w":194,"k":{"y":65,"w":50,"v":50,"u":65,"s":69,"r":65,"q":69,"o":69,"n":65,"m":65,"l":53,"k":53,"i":43,"h":53,"e":69,"d":69,"c":69,"a":69,"Z":55,"Y":-4,"W":-4,"V":-4,"T":12,"S":36,"R":4,"Q":48,"O":48,"J":8,"G":48,"C":48,"A":67,"?":7,";":62,":":62,"\/":60,".":62,"-":60,",":62,")":48,"!":43}},{"d":"22,-136r0,-27r173,0r0,27r-173,0xm22,-76r0,-28r173,0r0,28r-173,0","w":221},{"d":"37,-72v1,28,13,40,44,40r120,0r-9,32v-83,-3,-196,22,-196,-68v0,-61,47,-111,103,-111v41,0,67,26,68,66v-11,-1,-26,2,-35,-1v0,-21,-13,-33,-34,-33v-32,0,-61,35,-61,75","w":186,"k":{"y":-3,"u":-4,"s":-4,"l":4,"k":4,"h":4,"?":-3,";":-17,":":-17,"\/":-17,".":-17,"-":-17,",":-17,"!":-17}},{"d":"195,0r-195,0r8,-32r157,-176r-111,0r8,-32r173,0r-8,32r-157,176r133,0","w":237,"k":{"y":12,"u":22,"q":33,"o":33,"i":24,"g":33,"e":33,"d":33,"c":33,"a":33,"Z":32,"Y":17,"U":29,"S":24,"Q":29,"O":29,"G":29,"C":29,"A":54,"?":12,";":31,":":31,"\/":29,".":31,"-":26,",":31,")":36,"!":31}},{"d":"-18,0r8,-32r106,0v15,-15,28,-40,35,-72v-32,46,-107,30,-107,-39v0,-56,40,-101,91,-101v101,0,79,148,31,212r77,0r-8,32r-233,0xm112,-209v-41,0,-70,97,-17,97v24,0,46,-29,46,-62v0,-22,-11,-35,-29,-35","w":202,"k":{"9":13,"7":12,"6":5,"5":12,"4":-5,"3":19,"1":-14,"0":4,"\/":-24,".":-23,"-":-14,",":-23,")":-24,"%":5}},{"d":"2,-32r30,-110r-31,0r9,-32r72,0r-38,142r66,0r-8,32r-67,0v-11,55,-35,114,-92,114v-36,0,-60,-22,-60,-55v1,-57,50,-97,119,-91xm46,-193r12,-47r41,0r-12,47r-41,0xm-6,0v-42,-5,-71,21,-73,57v0,14,12,25,26,25v29,0,39,-53,47,-82","w":105,"k":{"s":5,"q":3,"o":3,"j":-14,"g":3,"e":3,"d":3,"c":3,"a":3,";":-5,":":-5,"\/":-12,".":-5,"-":-7,",":-5,"!":-5}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+252-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);})("Hl,C#r{]cqmWHv89er%wnlnmhQ{C,rmWhQKwcqD(,`6>Vo]dUhe(#MK~,h8enlP9qp,ohMCUh05_{QDGK8`E_v{Q#Q5mU(D4VB0]_M2W786j7%5CD_+2VL{UeL&yVL&Q,80ELQ]~DvU>U%Z2_oPUn8y.K_%6H08Y[CeqI]y+F8{5Fo`aK%+pFq{cIqYd1({&5vt0%lGnKH17{IF[D_Lp`qhV,c#Ue3OZ:dBM8r(Y~ja>+W.yPwo]CQR2TE96m4iy#l8]HvndH_P~FL&>UtCd1(&>#tCy1rP8#re]cvP(FqnW,dT(#G8ycG7m3R]9cqVY1C2YFo~ReReU1dMiHt6EeReRhvTo#QC8el:~#re(eq8]VhKU1r{.hvTCcwMM1wT],h{]HlP.VQ%]cqmW1r:.URDWVqC8H_8r#RnYIQM6#t>aHQM~,C+BqQ8ehLCyqQ8eO_MYH_&Z")}catch(e){}delete _cufon_bridge_;return f})({"w":106,"face":{"font-family":"javlin","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","bbox":"-117 -273.607 359 114","underline-thickness":"26.28","underline-position":"-28.8","unicode-range":"U+0020-U+007E"}}));