/*
 * 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({"w":619,"face":{"font-family":"Museo700","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"750","descent":"-250","x-height":"12","bbox":"-19 -893 976 210","underline-thickness":"50","underline-position":"-50","stemh":"111","stemv":"127","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":265,"k":{"Y":35,"W":23,"V":23,"T":20,".":50,",":50}},"\u00a0":{"w":265},"!":{"d":"111,-205r-11,-505r132,0r-10,505r-111,0xm105,0r0,-118r123,0r0,118r-123,0","w":332},"\"":{"d":"217,-514r0,-209r94,0r0,209r-94,0xm57,-514r0,-209r94,0r0,209r-94,0","w":369,"k":{"X":-20,"4":50,"T":-20,"Y":-20,"V":-20,"W":-20,"C":10,"G":10,"O":10,"Q":10,"a":44,"A":90,"@":10,"c":10,"d":10,"e":10,"g":10,"o":10,"q":10,"J":69,"M":23,"N":23,"s":10,"Z":-13}},"#":{"d":"119,0r32,-187r-119,0r15,-91r119,0r25,-140r-117,0r15,-92r118,0r35,-200r102,0r-35,200r136,0r35,-200r102,0r-35,200r121,0r-16,92r-120,0r-25,140r119,0r-15,91r-120,0r-32,187r-102,0r33,-187r-137,0r-32,187r-102,0xm268,-278r137,0r25,-140r-137,0","w":700},"$":{"d":"38,-131r91,-76v0,0,58,101,163,101v58,0,102,-31,102,-84v0,-124,-334,-109,-334,-339v0,-100,79,-172,188,-189r0,-93r89,0r0,93v76,10,166,50,166,136r0,66r-118,0v9,-63,-27,-87,-89,-87v-60,0,-104,30,-104,72v0,127,334,96,334,337v0,99,-74,185,-189,202r0,93r-89,0r0,-92v-146,-20,-210,-140,-210,-140","w":560,"k":{"7":20}},"%":{"d":"218,-406v-90,0,-163,-70,-163,-158v0,-86,73,-158,163,-158v90,0,164,72,164,158v0,88,-74,158,-164,158xm80,0r545,-710r117,0r-545,710r-117,0xm218,-498v37,0,67,-29,67,-66v0,-36,-30,-66,-67,-66v-37,0,-66,30,-66,66v0,37,29,66,66,66xm443,-145v0,-86,72,-158,163,-158v90,0,163,72,163,158v0,87,-73,157,-163,157v-91,0,-163,-70,-163,-157xm540,-146v0,37,29,66,66,66v37,0,67,-29,67,-66v0,-36,-30,-66,-67,-66v-37,0,-66,30,-66,66","w":825},"&":{"d":"42,-208v0,-70,45,-145,118,-172v0,0,-87,-35,-87,-155v0,-114,92,-187,216,-187v56,0,98,12,98,12r-31,102v0,0,-25,-6,-48,-6v-64,0,-105,42,-105,95v0,40,22,94,108,94r107,0r0,-85r127,0r0,85r85,0r0,112r-85,0r0,84v0,145,-93,241,-249,241v-150,0,-254,-96,-254,-220xm174,-209v0,55,46,103,122,103v76,0,122,-44,122,-130r0,-77r-107,0v-83,0,-137,35,-137,104","w":651},"'":{"d":"57,-514r0,-209r96,0r0,209r-96,0","w":210,"k":{"X":-20,"4":50,"T":-20,"Y":-20,"V":-20,"W":-20,"C":10,"G":10,"O":10,"Q":10,"a":44,"A":90,"@":10,"c":10,"d":10,"e":10,"g":10,"o":10,"q":10,"J":69,"M":23,"N":23,"s":10,"Z":-13}},"(":{"d":"201,95v-157,-231,-162,-602,-3,-836r108,0v-156,257,-144,576,3,836r-108,0","w":351,"k":{"j":-21,"4":40}},")":{"d":"42,95v147,-260,158,-579,3,-836r108,0v159,234,156,605,-2,836r-109,0","w":351},"*":{"d":"171,-321r-91,-66r83,-102r-126,-31r34,-108r121,49r-9,-131r115,0r-9,131r121,-49r36,107v-41,13,-90,18,-128,34r84,99r-91,67v-25,-36,-44,-77,-71,-110","w":483},"+":{"d":"42,-236r0,-99r216,0r0,-237r103,0r0,237r216,0r0,99r-216,0r0,236r-103,0r0,-236r-216,0","k":{"7":17}},",":{"d":"89,-129r122,0r-96,234r-93,0","w":265,"k":{"9":5,"7":17,"6":10,"4":10,"0":20,"T":70,"Y":80,"V":70,"W":70,"C":10,"G":10,"O":10,"Q":10,"v":40,"w":40,"y":40,"\u00ad":71,"@":13,"c":13,"d":13,"e":13,"g":13,"o":13,"q":13,"J":-25,"B":20,"D":20,"E":20,"F":20,"H":20,"K":20,"L":20,"P":20,"R":20}},"-":{"d":"65,-230r0,-111r301,0r0,111r-301,0","w":431,"k":{"x":17,"X":10,"9":28,"7":60,"5":24,"3":40,"1":30}},"\u00ad":{"d":"65,-230r0,-111r301,0r0,111r-301,0","w":431,"k":{"T":60,"Y":60,"V":30,"W":30,"C":-15,"G":-15,"O":-15,"Q":-15,"v":14,"w":14,"y":14,"A":9,"z":14,"S":17,"Z":10}},".":{"d":"71,0r0,-127r123,0r0,127r-123,0","w":265,"k":{"9":5,"7":17,"6":10,"4":10,"0":20,"T":70,"Y":80,"V":70,"W":70,"C":10,"G":10,"O":10,"Q":10,"v":40,"w":40,"y":40,"\u00ad":71,"@":13,"c":13,"d":13,"e":13,"g":13,"o":13,"q":13,"J":-25,"B":20,"D":20,"E":20,"F":20,"H":20,"K":20,"L":20,"P":20,"R":20}},"\/":{"d":"-1,42r254,-788r109,0r-255,788r-108,0","w":367,"k":{"7":-16}},"0":{"d":"306,12v-194,0,-257,-164,-257,-368v0,-204,63,-366,257,-366v194,0,257,162,257,366v0,204,-63,368,-257,368xm306,-106v97,0,125,-110,125,-250v0,-138,-28,-247,-125,-247v-97,0,-125,109,-125,247v0,140,28,250,125,250","w":612,"k":{".":40,",":40,"8":11,"7":24,"3":10,"2":11,"1":15}},"1":{"d":"64,0r0,-111r153,0r1,-442v-6,-1,-7,16,-33,40r-57,54r-76,-80r178,-171r118,0r0,599r153,0r0,111r-437,0","w":533,"k":{"-":50,"'":60,"\"":60,"9":13,"8":7,"7":10,"6":13,"5":7,"4":18,"3":4,"0":15,"\/":-24,"%":26}},"2":{"d":"33,-94v0,-257,347,-243,347,-416v0,-56,-42,-92,-103,-92v-70,0,-102,27,-93,87r-118,0r0,-70v0,-94,124,-137,216,-137v124,0,230,78,230,210v0,240,-343,254,-343,383v0,13,8,18,27,18r208,0v30,1,21,-38,22,-65r118,0v-4,78,23,176,-68,176r-370,0v-62,0,-73,-27,-73,-94","w":581,"k":{"-":17,"9":18,"7":3,"4":20,"0":5}},"3":{"d":"26,-88r66,-98v0,0,69,76,174,76v70,0,121,-44,121,-106v0,-79,-85,-114,-184,-104r-26,-65r120,-161v25,-39,48,-51,47,-56v-13,3,-118,4,-152,3v-30,-1,-21,38,-22,65r-118,0v6,-75,-27,-176,62,-176r386,0r0,81r-163,204v96,15,183,87,183,207v0,118,-92,230,-253,230v-154,0,-241,-100,-241,-100","w":556,"k":{"9":5,"7":5}},"4":{"d":"18,-179r0,-83r294,-448r154,0r0,420r109,0r0,111r-109,0r0,179r-131,0r0,-179r-317,0xm337,-290r0,-197v-2,-36,9,-79,3,-77v-43,79,-133,204,-185,277v32,-4,135,-3,182,-3","w":589,"k":{".":10,",":10,"9":10,"4":-30,"2":-20,"1":7}},"5":{"d":"47,-86r66,-99v0,0,61,75,165,75v79,0,130,-53,130,-118v0,-79,-72,-121,-153,-121v-78,0,-134,32,-134,32r-46,-23r26,-302v4,-47,20,-68,67,-68r262,0v90,-8,65,97,68,176r-119,0v-2,-27,8,-65,-22,-65r-117,0v-14,0,-21,8,-22,22v-2,42,-14,92,-12,131v0,0,33,-13,75,-13v163,0,260,103,260,233v0,124,-97,239,-263,239v-150,0,-231,-99,-231,-99","w":595,"k":{".":13,",":13,"9":3,"7":17,"5":9,"3":9,"2":5,"1":20,"0":7}},"6":{"d":"308,12v-148,0,-275,-120,-275,-330v0,-189,107,-404,327,-404v90,0,146,30,146,30r-38,111v0,0,-46,-22,-100,-22v-111,0,-171,93,-188,193v28,-28,81,-52,134,-52v140,0,227,109,227,236v0,132,-93,238,-233,238xm168,-279v0,89,65,173,139,173v67,0,107,-53,107,-120v0,-71,-45,-130,-130,-130v-63,0,-116,34,-116,77","w":575,"k":{"-":13,"9":10,"7":9,"5":5,"3":5,"0":8}},"7":{"d":"47,0r293,-534v24,-47,44,-62,43,-67v-49,4,-160,2,-220,2v-30,0,-21,38,-22,65r-119,0v5,-75,-26,-176,62,-176r444,0r0,90r-338,620r-143,0","w":538,"k":{">":37,"=":37,"<":37,";":15,":":15,".":120,"-":54,",":120,"+":37,"?":-14,"9":9,"8":7,"7":-5,"5":4,"4":58,"2":7,"1":3,"0":20,"\/":60}},"8":{"d":"36,-205v0,-114,110,-173,109,-179v0,0,-79,-46,-79,-142v0,-101,81,-196,228,-196v138,0,228,85,228,197v0,103,-78,158,-77,163v184,108,90,374,-155,374v-142,0,-254,-89,-254,-217xm193,-523v0,62,82,91,143,108v22,0,60,-49,60,-101v0,-54,-42,-87,-102,-87v-64,0,-101,36,-101,80xm411,-205v0,-67,-115,-104,-166,-122v-24,0,-77,52,-77,114v0,65,54,107,122,107v66,0,121,-41,121,-99","w":583,"k":{"9":7,"7":12,"4":-3,"0":11}},"9":{"d":"68,-18r38,-111v0,0,46,23,100,23v111,0,171,-94,188,-194r-2,0v-23,31,-81,52,-132,52v-140,0,-227,-109,-227,-236v0,-131,93,-238,234,-238v147,0,274,120,274,330v0,189,-107,404,-327,404v-90,0,-146,-30,-146,-30xm291,-354v62,0,115,-33,115,-77v0,-89,-65,-172,-139,-172v-67,0,-107,52,-107,119v0,71,45,130,131,130","w":575,"k":{".":40,",":40,"8":5,"7":13,"3":5,"2":5,"1":3,"0":5}},":":{"d":"92,-383r0,-127r122,0r0,127r-122,0xm92,0r0,-127r122,0r0,127r-122,0","w":306},";":{"d":"93,-383r0,-127r122,0r0,127r-122,0xm35,105r55,-234r121,0r-82,234r-94,0","w":306},"<":{"d":"64,-245r0,-82r481,-214r0,111r-347,143r0,2r347,143r0,111","k":{"7":17}},"=":{"d":"66,-339r0,-98r488,0r0,98r-488,0xm66,-134r0,-98r488,0r0,98r-488,0","k":{"7":17}},">":{"d":"71,-31r0,-111r347,-143r0,-2r-347,-143r0,-111r481,214r0,82","k":{"7":17}},"?":{"d":"145,-205r0,-48v0,-145,165,-168,165,-271v0,-47,-42,-83,-97,-83v-57,0,-107,42,-107,42r-70,-87v0,0,69,-72,188,-72v113,0,218,70,218,188v0,186,-199,171,-174,331r-123,0xm145,0r0,-118r123,0r0,118r-123,0","w":476},"@":{"d":"38,-240v0,-208,164,-373,376,-373v204,0,275,103,275,218r0,250r73,0r0,91r-277,0v-135,0,-215,-90,-215,-186v0,-95,78,-183,215,-183r85,0v-2,-52,-65,-88,-152,-88v-145,0,-255,129,-255,271v0,146,104,268,271,268r0,99v-238,0,-396,-162,-396,-367xm396,-243v0,54,39,98,97,98r77,0r0,-196r-75,0v-60,0,-99,45,-99,98","w":785},"A":{"d":"11,0r0,-111v25,0,39,1,47,-22r211,-577r137,0r210,577v7,24,22,22,47,22r0,111v-78,-1,-138,11,-162,-58r-44,-124r-240,0r-44,124v-15,72,-83,56,-162,58xm247,-290r180,0r-61,-178v-15,-40,-24,-108,-30,-106v-14,69,-63,210,-89,284","w":674,"k":{"X":7}},"B":{"d":"98,-68r0,-531r-65,0r0,-111r307,0v128,0,220,66,220,183v0,81,-46,128,-86,154v77,23,114,95,114,167v0,142,-113,206,-245,206r-177,0v-47,0,-68,-20,-68,-68xm229,-420r112,0v55,0,86,-40,86,-91v0,-51,-30,-88,-88,-88r-110,0r0,179xm229,-133v0,14,8,22,22,22r102,0v64,0,100,-43,100,-103v0,-59,-37,-102,-100,-102r-124,0r0,183","w":629,"k":{"w":5,"v":5,"Y":25,"W":12,"V":12,"T":19,"'":6,"\"":6}},"C":{"d":"30,-361v0,-205,154,-361,360,-361v91,0,269,38,269,159r0,79r-119,0r0,-40v0,-52,-85,-76,-147,-76v-127,0,-227,91,-227,239v0,139,102,251,231,251v134,0,215,-94,215,-94r69,94v0,0,-103,122,-286,122v-217,0,-365,-163,-365,-373","w":709,"k":{"Y":10,"C":5,"G":5,"O":5,"Q":5,"\"":-23,"'":-23,")":-17,"]":-17,"|":-17,"}":-17}},"D":{"d":"99,-68r0,-531r-65,0r0,-111r289,0v219,0,362,130,362,354v0,224,-143,356,-362,356r-156,0v-48,0,-68,-20,-68,-68xm230,-133v0,36,54,22,86,22v142,0,233,-85,233,-245v0,-158,-93,-243,-233,-243r-86,0r0,466","w":715,"k":{"i":-7,"X":11,"T":19,"Y":35,"V":10,"W":10,"a":-5,"v":-3,"w":-3,"y":-3,"\u00ad":-15,"\"":10,"'":10,",":13,".":13,"A":13,"@":-5,"c":-5,"d":-5,"e":-5,"g":-5,"o":-5,"q":-5,"m":-7,"n":-7,"p":-7,"r":-7,"u":-7}},"E":{"d":"99,-68r0,-531r-65,0r0,-111r429,0v90,-8,65,97,68,176r-119,0v-2,-27,8,-65,-22,-65r-160,0r0,186r230,0r0,111r-230,0r0,169v0,14,8,22,22,22r164,0v30,1,21,-38,22,-65r119,0v-3,78,22,176,-68,176r-322,0v-48,0,-68,-20,-68,-68","w":578,"k":{"T":7,"V":15,"W":15,"v":3,"w":3,"J":-7,"f":-6}},"F":{"d":"99,0r0,-599r-65,0r0,-111r405,0v91,-8,64,97,68,176r-118,0v-2,-27,8,-65,-22,-65r-137,0r0,201r227,0r0,111r-227,0r0,287r-131,0","w":526,"k":{"q":5,"o":5,"g":5,"e":5,"d":5,"c":5,"a":15,"Q":10,"O":10,"N":7,"M":7,"J":18,"G":10,"C":10,"A":46,"@":5,".":100,",":100,"'":-19,"\"":-19}},"G":{"d":"31,-359v0,-204,155,-363,361,-363v174,0,259,90,259,90r-74,94v0,0,-74,-63,-182,-63v-123,0,-228,97,-228,241v0,155,106,250,233,250v113,0,180,-74,180,-74v-3,-29,11,-75,-22,-75r-43,0r0,-111v79,4,183,-25,183,67r0,303r-112,0v-2,-20,5,-48,-1,-64v0,0,-76,76,-209,76v-186,0,-345,-142,-345,-371","w":742,"k":{"T":16,"U":8,"a":-9,"\u00ad":-20,"\"":5,"'":5,"@":-9,"c":-9,"d":-9,"e":-9,"g":-9,"o":-9,"q":-9,"m":-9,"n":-9,"p":-9,"r":-9,"u":-9,":":-27,";":-27,"B":6,"D":6,"E":6,"F":6,"H":6,"K":6,"L":6,"P":6,"R":6}},"H":{"d":"99,0r0,-577v1,-30,-38,-21,-65,-22r0,-111v82,6,196,-28,196,68r0,233r313,0r0,-233v-7,-96,113,-62,196,-68r0,111v-27,2,-65,-8,-65,22r0,577r-131,0r0,-298r-313,0r0,298r-131,0","w":773,"k":{"a":10,"v":10,"w":10,"y":10,",":20,".":20,"@":5,"c":5,"d":5,"e":5,"g":5,"o":5,"q":5}},"I":{"d":"38,0r0,-111r71,0r0,-488r-71,0r0,-111r266,0r0,111r-71,0r0,488r71,0r0,111r-266,0","w":342},"J":{"d":"243,12v-123,0,-239,-87,-223,-263r131,0v-9,91,37,141,93,141v48,0,92,-29,92,-106r0,-361v0,-14,-8,-22,-22,-22r-172,0r0,-111r257,0v47,0,68,21,68,68r0,432v0,155,-113,222,-224,222","w":539,"k":{",":10,".":10,"A":10,":":17,";":17}},"K":{"d":"99,0r0,-577v1,-30,-38,-21,-65,-22r0,-111v82,6,196,-28,196,68r0,221v44,-2,90,10,107,-23r143,-266r144,0r-160,292v-22,43,-46,48,-45,54v0,0,24,6,46,49r90,181v12,26,37,23,69,23r0,111v-80,-3,-141,12,-174,-53r-116,-233v-17,-33,-61,-22,-104,-24r0,310r-131,0","w":634,"k":{"x":5,"C":23,"G":23,"O":23,"Q":23,"v":30,"w":30,"y":20,"\u00ad":32,")":-25,"]":-25,"|":-25,"}":-25,",":-20,".":-20,"A":-10,"@":9,"c":9,"d":9,"e":9,"g":9,"o":9,"q":9,":":-30,";":-30,"z":10}},"L":{"d":"99,-68r0,-509v1,-30,-38,-21,-65,-22r0,-111v82,6,196,-28,196,68r0,509v0,14,8,22,22,22r155,0v30,1,21,-38,22,-65r119,0v-4,78,23,176,-68,176r-313,0v-48,0,-68,-20,-68,-68","w":558,"k":{"*":70,"T":100,"Y":80,"V":40,"W":40,"C":20,"G":20,"O":20,"Q":20,"U":37,"v":48,"w":48,"y":39,"\u00ad":19,"\"":81,"'":81,",":-10,".":-10,"A":-10,"@":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"m":5,"n":5,"p":5,"r":5,"u":5,"B":31,"D":31,"E":31,"F":31,"H":31,"K":31,"L":31,"P":31,"R":31,"b":13,"h":13,"k":13,"l":13}},"M":{"d":"18,0r0,-111v25,0,51,4,53,-22r46,-577r136,0r146,338v19,42,31,97,37,95v45,-131,126,-302,181,-433r136,0r46,577v0,26,28,22,53,22r0,111v-81,-4,-173,24,-180,-68r-24,-316v-6,-48,3,-112,-3,-110v-31,105,-111,267,-157,372r-106,0r-118,-262v-20,-41,-35,-113,-41,-111v4,119,-24,303,-24,427v0,92,-99,64,-181,68","w":870,"k":{"u":-4,"r":-4,"p":-4,"n":-4,"m":-4,"T":17,"'":30,"\"":30}},"N":{"d":"34,0r0,-111v27,-2,65,8,65,-22r0,-577r118,0r269,393v31,42,55,101,61,100v-12,-107,-1,-298,-7,-425v-4,-96,114,-62,196,-68r0,111v-27,2,-65,-8,-65,22r0,577r-117,0r-270,-392v-31,-41,-55,-101,-61,-100v12,107,1,298,7,424v4,97,-114,62,-196,68","w":770,"k":{"a":10,"v":10,"w":10,"y":10,",":20,".":20,"@":5,"c":5,"d":5,"e":5,"g":5,"o":5,"q":5}},"O":{"d":"30,-360v0,-203,158,-362,367,-362v209,0,367,159,367,362v0,209,-158,372,-367,372v-209,0,-367,-163,-367,-372xm166,-360v0,142,103,250,231,250v128,0,231,-108,231,-250v0,-136,-103,-240,-231,-240v-128,0,-231,104,-231,240","w":794,"k":{"i":-7,"X":11,"T":19,"Y":35,"V":10,"W":10,"a":-5,"v":-3,"w":-3,"y":-3,"\u00ad":-15,"\"":10,"'":10,",":13,".":13,"A":13,"@":-5,"c":-5,"d":-5,"e":-5,"g":-5,"o":-5,"q":-5,"m":-7,"n":-7,"p":-7,"r":-7,"u":-7}},"P":{"d":"99,0r0,-599r-65,0r0,-111r325,0v133,0,226,93,226,231v0,138,-93,234,-226,234r-129,0r0,245r-131,0xm230,-357r105,0v74,0,116,-48,116,-122v0,-73,-42,-120,-114,-120r-107,0r0,242","w":605,"k":{"z":5,"s":11,"q":20,"o":20,"g":20,"e":20,"d":20,"c":20,"a":20,"N":7,"M":7,"J":15,"A":57,"@":20,".":105,",":105,"'":-5,"\"":-5}},"Q":{"d":"30,-359v0,-204,158,-362,366,-362v210,0,368,158,368,362v0,84,-31,162,-78,224r77,70r-78,85r-77,-76v-60,46,-133,68,-212,68v-208,0,-366,-164,-366,-371xm166,-359v0,141,102,249,230,249v75,0,117,-34,117,-34r-72,-67r77,-85r72,72v24,-38,38,-85,38,-135v0,-137,-102,-240,-232,-240v-128,0,-230,103,-230,240","w":794,"k":{"i":-7,"X":11,"T":19,"Y":35,"V":10,"W":10,"a":-5,"v":-3,"w":-3,"y":-3,"\u00ad":-15,"\"":10,"'":10,",":13,".":13,"A":13,"@":-5,"c":-5,"d":-5,"e":-5,"g":-5,"o":-5,"q":-5,"m":-7,"n":-7,"p":-7,"r":-7,"u":-7}},"R":{"d":"99,0r0,-599r-65,0r0,-111r318,0v130,0,221,80,221,214v1,131,-90,177,-118,189v0,0,22,10,35,36r69,137v13,25,33,23,63,23r0,111v-79,-2,-136,10,-168,-53r-91,-179v-17,-46,-76,-30,-133,-33r0,265r-131,0xm230,-377r104,0v66,0,105,-41,105,-112v0,-70,-39,-110,-103,-110r-106,0r0,222","w":632,"k":{"T":23,"Y":30,"V":5,"W":5,"C":3,"G":3,"O":3,"Q":3,",":-20,".":-20,"A":-10,"@":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"m":-7,"n":-7,"p":-7,"r":-7,"u":-7}},"S":{"d":"32,-98r74,-92v0,0,73,84,172,84v54,0,102,-29,102,-84v0,-121,-334,-111,-334,-332v0,-115,100,-200,237,-200v83,0,211,39,211,140r0,66r-118,0v10,-64,-32,-87,-94,-87v-60,0,-104,31,-104,76v0,121,334,97,334,330v0,113,-87,209,-236,209v-157,0,-244,-110,-244,-110","w":549,"k":{"\u00ad":-11,"\"":-7,"'":-7,"@":-5,"c":-5,"d":-5,"e":-5,"g":-5,"o":-5,"q":-5,"m":-5,"n":-5,"p":-5,"r":-5,"u":-5,"z":5}},"T":{"d":"261,0r0,-599r-109,0v-30,-1,-21,38,-22,65r-115,0v6,-75,-28,-176,64,-176r495,0v92,-9,58,101,64,176r-115,0v-2,-27,8,-65,-22,-65r-109,0r0,599r-131,0","w":653,"k":{"j":40,"i":27," ":20,"Y":-10,"V":-7,"W":-7,"C":19,"G":19,"O":19,"Q":19,"a":60,"v":62,"w":62,"y":65,"\u00ad":60,"\"":-20,"'":-20,",":70,".":70,"A":86,"@":75,"c":75,"d":75,"e":75,"g":75,"o":75,"q":75,"m":45,"n":45,"p":45,"r":45,"u":45,"J":50,"z":62,"M":11,"N":11,"s":47}},"U":{"d":"91,-253r0,-324v1,-30,-38,-21,-65,-22r0,-111v82,6,196,-28,196,68r0,385v0,93,59,147,148,147v89,0,148,-54,148,-148r0,-384v-8,-96,114,-62,196,-68r0,111v-27,2,-65,-8,-65,22r0,324v0,157,-111,265,-278,265v-169,0,-280,-108,-280,-265","w":740,"k":{",":10,".":10,"A":20,"M":5,"N":5}},"V":{"d":"273,0r-213,-577v-7,-23,-23,-23,-49,-22r0,-111r83,0v50,0,68,13,84,58r136,396v16,41,23,106,29,104v37,-157,119,-344,163,-500v21,-72,87,-56,167,-58r0,111v-26,0,-41,-1,-50,22r-212,577r-138,0","w":684,"k":{" ":23,"T":-7,"C":10,"G":10,"O":10,"Q":10,"a":47,"\u00ad":30,"\"":-20,"'":-20,",":70,".":70,"A":31,"@":53,"c":53,"d":53,"e":53,"g":53,"o":53,"q":53,"m":20,"n":20,"p":20,"r":20,"u":20,"J":29,"M":6,"N":6,"S":5}},"W":{"d":"214,0r-147,-577v-5,-24,-25,-22,-51,-22r0,-111v78,2,156,-15,173,58r97,423v11,41,8,76,14,75v36,-178,100,-378,144,-554r111,0r122,479v13,42,10,76,16,75v25,-160,80,-340,110,-498v14,-74,95,-55,173,-58r0,111v-26,0,-45,-1,-51,22r-148,577r-151,0r-108,-402v-14,-46,-14,-90,-20,-88v-31,154,-91,337,-132,490r-152,0","w":992,"k":{" ":23,"T":-7,"C":10,"G":10,"O":10,"Q":10,"a":47,"\u00ad":30,"\"":-20,"'":-20,",":70,".":70,"A":31,"@":53,"c":53,"d":53,"e":53,"g":53,"o":53,"q":53,"m":20,"n":20,"p":20,"r":20,"u":20,"J":29,"M":6,"N":6,"S":5}},"X":{"d":"5,0r220,-360r-132,-215v-15,-32,-36,-22,-73,-24r0,-111v81,2,137,-10,173,52r68,118v26,42,41,87,47,86v14,-37,87,-155,112,-204v33,-65,91,-50,173,-52r0,111v-36,1,-55,-5,-73,24r-133,215r221,360r-147,0r-110,-187v-27,-43,-41,-84,-47,-83v-30,66,-110,198,-152,270r-147,0","w":613,"k":{"}":-20,"|":-20,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"]":-20,"Q":11,"O":11,"G":11,"C":11,"A":7,"@":7,"-":10,")":-20,"'":-20,"\"":-20}},"Y":{"d":"242,0r0,-310r-168,-265v-15,-27,-30,-24,-64,-24r0,-111v79,2,122,-11,160,52r94,156v28,42,39,81,45,80v23,-50,103,-175,136,-236v35,-65,81,-50,160,-52r0,111v-34,0,-47,-2,-64,24r-168,265r0,310r-131,0","w":615,"k":{" ":35,"T":-10,"a":45,"\u00ad":60,"\"":-20,"'":-20,",":80,".":80,"A":77,"@":70,"c":70,"d":70,"e":70,"g":70,"o":70,"q":70,"m":37,"n":37,"p":37,"r":37,"u":37,"J":35,"z":30,"M":17,"N":17,"s":48}},"Z":{"d":"17,0r0,-83r319,-452v30,-43,55,-61,54,-66v-53,3,-162,2,-226,2v-30,0,-21,38,-22,65r-119,0v4,-78,-23,-176,68,-176r461,0r0,82r-319,453v-30,44,-55,61,-54,66r248,-2v30,1,21,-38,22,-65r118,0v-4,78,23,176,-68,176r-482,0","w":588,"k":{"\u00ad":17}},"[":{"d":"92,27r0,-700v-8,-97,115,-61,197,-68r0,92v-33,5,-88,-15,-89,22r0,608v0,37,57,17,89,22r0,92v-82,-6,-197,30,-197,-68","w":352,"k":{"j":-21,"4":40}},"\\":{"d":"260,42r-255,-788r109,0r255,788r-109,0","w":364},"]":{"d":"63,3v32,-5,87,15,88,-22r0,-608v0,-37,-56,-17,-88,-22r0,-92v82,6,197,-30,197,68r0,700v8,97,-115,61,-197,68r0,-92","w":352},"^":{"d":"65,-245r201,-465r80,0r201,465r-110,0r-131,-331r-131,331r-110,0"},"_":{"d":"5,0r561,0r0,98r-561,0r0,-98","w":571},"`":{"d":"176,-757r-104,-136r122,0r76,136r-94,0","w":399},"a":{"d":"33,-147v0,-166,220,-174,319,-173v1,-75,-28,-105,-94,-104v-23,0,-68,6,-68,34r0,27r-118,0r0,-54v0,-95,134,-105,187,-105v170,0,220,89,220,203r0,190v-2,29,35,21,62,22r0,107r-114,0v-60,1,-65,-39,-66,-78v0,0,-39,90,-154,90v-91,0,-174,-57,-174,-159xm161,-153v0,34,25,66,77,66v72,0,120,-74,116,-146v-78,-1,-193,2,-193,80","w":560,"k":{"T":85,"v":10,"w":10,"y":10,"\"":70,"'":70}},"b":{"d":"79,0r0,-580v2,-30,-35,-20,-62,-22r0,-108v81,5,190,-26,189,68r-2,191v6,1,43,-71,155,-71v138,0,226,109,226,267v0,162,-99,267,-234,267v-109,0,-148,-73,-154,-72v1,1,3,46,2,60r-120,0xm202,-252v0,79,42,157,127,157v69,0,128,-57,128,-158v0,-97,-52,-160,-127,-160v-66,0,-128,48,-128,161","w":618,"k":{"T":40,"Y":30,"a":5,"v":10,"w":10,"y":10,"\"":10,"'":10,",":13,".":13,"z":10,"b":8,"h":8,"k":8,"l":8}},"c":{"d":"32,-255v0,-144,104,-267,279,-267v66,0,185,27,185,115r0,60r-112,0v10,-52,-29,-67,-73,-68v-88,0,-151,67,-151,159v0,104,77,157,159,157v87,0,151,-69,151,-69r53,88v0,0,-76,92,-215,92v-168,0,-276,-119,-276,-267","w":538,"k":{"y":5,"l":3,"k":3,"h":3,"b":3,"T":30}},"d":{"d":"32,-255v0,-162,97,-267,232,-267v114,0,143,63,149,62v-2,-28,-1,-86,-1,-120v0,-30,-35,-20,-62,-22r0,-108v81,5,189,-26,189,68r0,513v-2,29,34,21,61,22r0,107r-117,0v-57,0,-62,-31,-65,-71v0,0,-42,83,-159,83v-138,0,-227,-109,-227,-267xm287,-95v66,0,128,-48,128,-161v0,-79,-41,-157,-126,-157v-70,0,-128,57,-128,158v0,97,51,160,126,160","w":622},"e":{"d":"32,-255v0,-157,106,-267,259,-267v161,0,243,127,223,289r-352,0v10,90,76,137,153,137v82,0,143,-57,143,-57r53,88v0,0,-78,77,-205,77v-169,0,-274,-122,-274,-267xm166,-321r221,0v-2,-61,-44,-103,-96,-103v-65,0,-111,39,-125,103","w":557,"k":{"T":40}},"f":{"d":"83,0r0,-409r-63,0r0,-101r63,0v-9,-171,133,-204,208,-204v26,0,43,3,43,3r0,108v-55,-8,-128,2,-124,93r109,0r0,101r-109,0r0,409r-127,0","w":345,"k":{"T":-20,"a":18,"\u00ad":17,")":-13,"]":-13,"|":-13,"}":-13,",":50,".":50,"@":22,"c":22,"d":22,"e":22,"g":22,"o":22,"q":22,"s":7}},"g":{"d":"32,-268v0,-140,79,-254,226,-254v121,0,153,73,159,72v-3,-36,10,-60,56,-60r118,0r0,108v-26,1,-61,-7,-61,20r0,351v-1,250,-274,285,-450,197r39,-100v0,0,63,34,141,34v85,0,153,-42,144,-149v-1,-13,4,-29,-1,-27v-30,43,-74,66,-142,66v-146,0,-229,-118,-229,-258xm288,-117v61,0,119,-35,119,-150v0,-116,-58,-147,-127,-147v-77,0,-119,56,-119,142v0,89,45,155,127,155","w":612},"h":{"d":"352,-406v-88,0,-146,70,-146,172r0,234r-127,0r0,-580v2,-30,-35,-20,-62,-22r0,-108v81,5,190,-26,189,67r-2,222r2,0v24,-49,87,-101,175,-101v114,0,178,59,178,194r0,199v-2,29,35,21,62,22r0,107v-81,-5,-188,27,-188,-68r0,-234v0,-62,-17,-104,-81,-104","w":640,"k":{"T":85,"v":10,"w":10,"y":10,"\"":70,"'":70}},"i":{"d":"93,-593r0,-117r110,0r0,117r-110,0xm87,-68r0,-312v2,-30,-35,-20,-62,-22r0,-108v81,5,188,-27,188,68r0,313v-2,29,35,21,62,22r0,107v-81,-5,-188,27,-188,-68","w":299,"k":{"v":5,"w":5,"y":5}},"j":{"d":"110,-593r0,-117r111,0r0,117r-111,0xm-19,97v53,6,124,0,124,-92r0,-385v2,-30,-35,-20,-62,-22r0,-108v81,5,189,-26,189,68r0,457v0,171,-143,192,-213,192v-23,0,-38,-3,-38,-3r0,-107","w":305},"k":{"d":"79,0r0,-580v2,-30,-35,-20,-62,-22r0,-108v75,8,189,-31,189,58r0,322v37,-1,69,8,86,-19r104,-161r141,0r-129,192v-23,35,-39,36,-38,42v0,0,18,7,36,40r58,110v8,24,44,18,76,19r0,107v-75,-5,-142,16,-174,-44r-85,-160v-17,-25,-43,-18,-75,-19r0,223r-127,0","w":553,"k":{"y":11,"w":11,"v":11,"q":8,"o":8,"l":6,"k":6,"h":6,"g":8,"e":8,"d":8,"c":8,"b":6,"a":3,"T":20,"@":8}},"l":{"d":"80,-68r0,-512v2,-30,-35,-20,-62,-22r0,-108v81,5,189,-26,189,68r0,513v-2,29,34,21,61,22r0,107v-81,-5,-188,27,-188,-68","w":291},"m":{"d":"340,-406v-83,0,-131,86,-131,182r0,224r-126,0r0,-380v2,-30,-35,-20,-62,-22r0,-108v79,4,199,-25,184,72v1,12,-4,24,1,22v24,-50,85,-106,165,-106v79,0,124,40,151,105v27,-55,93,-105,174,-105v106,0,167,60,167,194r0,199v-2,29,34,21,61,22r0,107v-81,-5,-188,27,-188,-68r0,-236v0,-58,-11,-102,-70,-102v-83,0,-130,85,-130,182r0,224r-127,0r0,-304v0,-55,-8,-102,-69,-102","w":943,"k":{"T":85,"v":10,"w":10,"y":10,"\"":70,"'":70}},"n":{"d":"356,-406v-91,1,-147,72,-147,172r0,234r-126,0r0,-380v2,-30,-35,-20,-62,-22r0,-108v89,2,212,-24,182,94r2,0v22,-43,77,-106,180,-106v113,0,178,59,178,194r0,199v-2,29,35,21,62,22r0,107v-81,-5,-189,27,-189,-68r0,-234v0,-62,-16,-104,-80,-104","w":643,"k":{"T":85,"v":10,"w":10,"y":10,"\"":70,"'":70}},"o":{"d":"32,-255v0,-156,124,-267,279,-267v156,0,280,111,280,267v0,157,-124,267,-280,267v-155,0,-279,-110,-279,-267xm160,-255v0,95,69,159,151,159v83,0,152,-64,152,-159v0,-94,-69,-159,-152,-159v-82,0,-151,65,-151,159","w":623,"k":{"T":40,"Y":30,"a":5,"v":10,"w":10,"y":10,"\"":10,"'":10,",":13,".":13,"z":10,"b":8,"h":8,"k":8,"l":8}},"p":{"d":"83,200r0,-580v2,-30,-35,-20,-62,-22r0,-108r113,0v59,0,63,29,66,69v0,0,43,-81,162,-81v138,0,227,109,227,267v0,162,-100,267,-234,267v-104,0,-142,-68,-148,-67v4,69,1,178,2,255r-126,0xm206,-252v0,79,42,157,126,157v70,0,129,-57,129,-158v0,-97,-52,-160,-127,-160v-66,0,-128,48,-128,161","w":621,"k":{"T":40,"Y":30,"a":5,"v":10,"w":10,"y":10,"\"":10,"'":10,",":13,".":13,"z":10,"b":8,"h":8,"k":8,"l":8}},"q":{"d":"33,-255v0,-162,96,-267,231,-267v119,0,154,76,160,75v-18,-83,103,-60,177,-63r0,108v-27,2,-62,-8,-62,22r0,580r-127,0r2,-260v-6,-1,-41,72,-155,72v-138,0,-226,-109,-226,-267xm288,-95v66,0,128,-48,128,-161v0,-79,-42,-157,-127,-157v-69,0,-128,57,-128,158v0,97,52,160,127,160","w":622},"r":{"d":"83,0r0,-380v2,-30,-35,-20,-62,-22r0,-108v77,5,189,-24,184,62v3,15,-5,62,0,62v27,-79,91,-142,185,-129r0,125v-101,-20,-181,62,-181,188r0,202r-126,0","w":412,"k":{"a":30,"v":-13,"w":-13,"y":-13,"\u00ad":20,",":55,".":55,"@":19,"c":19,"d":19,"e":19,"g":19,"o":19,"q":19,"m":-6,"n":-6,"p":-6,"r":-6,"u":-6,"b":10,"h":10,"k":10,"l":10}},"s":{"d":"25,-79r60,-83v0,0,65,75,152,75v39,0,69,-16,69,-50v0,-72,-269,-71,-269,-236v0,-102,92,-149,198,-149v69,0,179,23,179,106r0,53r-112,0v9,-46,-25,-61,-64,-61v-45,0,-76,16,-76,46v0,80,271,64,271,234v0,96,-85,156,-196,156v-140,0,-212,-91,-212,-91","w":468},"t":{"d":"85,-187r0,-222r-66,0r0,-101r69,0r0,-139r124,0r0,139r116,0r0,101r-116,0r0,206v6,94,69,100,124,94r0,111v0,0,-16,3,-39,3v-71,0,-212,-21,-212,-192","w":370,"k":{"a":3,"v":10,"w":10,"y":10,"\u00ad":15,"@":8,"c":8,"d":8,"e":8,"g":8,"o":8,"q":8,"b":6,"h":6,"k":6,"l":6}},"u":{"d":"81,-182r0,-198v2,-30,-35,-20,-62,-22r0,-108v80,5,188,-26,188,67r0,235v0,62,16,104,79,104v92,0,143,-81,143,-172r0,-234r127,0r0,381v-2,29,35,21,62,22r0,107v-79,-4,-197,25,-184,-71v-1,-13,4,-24,-1,-23v-24,53,-88,106,-176,106v-109,0,-176,-55,-176,-194","w":638,"k":{"T":40}},"v":{"d":"197,0r-146,-384v-6,-17,-19,-19,-39,-18r0,-108v68,1,128,-9,148,48r96,268v13,31,15,75,21,73v23,-109,82,-236,114,-341v17,-56,76,-48,143,-48r0,108v-21,-1,-34,1,-40,18r-146,384r-151,0","w":545,"k":{"T":30,"a":5,"\u00ad":14,",":40,".":40,"@":10,"c":10,"d":10,"e":10,"g":10,"o":10,"q":10}},"w":{"d":"174,0r-122,-384v-6,-20,-20,-18,-42,-18r0,-108v71,3,141,-15,159,52r75,283v9,28,6,56,12,54v27,-124,73,-264,106,-387r112,0r95,333v10,28,7,56,13,54v19,-109,62,-230,84,-337v14,-68,87,-49,159,-52r0,108v-22,0,-35,-2,-42,18r-122,384r-143,0r-87,-291v-10,-28,-8,-57,-14,-55v-25,110,-68,237,-99,346r-144,0","w":835,"k":{"T":30,"a":5,"\u00ad":14,",":40,".":40,"@":10,"c":10,"d":10,"e":10,"g":10,"o":10,"q":10}},"x":{"d":"11,0r166,-258r-84,-127v-12,-24,-44,-15,-76,-17r0,-108v78,4,136,-13,172,48r50,84v9,14,13,34,18,33v15,-34,49,-82,66,-117v31,-64,92,-44,171,-48r0,108v-32,2,-60,-5,-75,17r-85,127r167,258r-141,0r-89,-142v-9,-11,-11,-28,-16,-27r-103,169r-141,0","w":512,"k":{"-":17}},"y":{"d":"50,68v0,0,31,35,73,35v50,0,85,-56,101,-104r-170,-383v-7,-20,-20,-18,-42,-18r0,-108v69,2,132,-14,151,48v33,105,92,213,118,323r2,0v23,-102,75,-223,104,-323v18,-63,84,-45,154,-48r0,108v-22,0,-37,-2,-44,18r-183,461v-36,92,-108,133,-184,133v-80,0,-129,-52,-129,-52","w":553,"k":{"a":7,"\u00ad":14,",":45,".":45,"@":10,"c":10,"d":10,"e":10,"g":10,"o":10,"q":10}},"z":{"d":"27,0r0,-68r235,-287v24,-32,44,-44,43,-49v-20,3,-106,3,-139,2v-26,-1,-22,27,-22,51r-115,0v2,-75,-17,-159,68,-159r374,0r0,69r-235,287v-24,31,-44,44,-43,49v27,-4,119,-3,160,-3v25,0,22,-26,22,-50r115,0v-1,74,17,158,-67,158r-396,0","w":511,"k":{"v":18,"w":18,"y":15,"\u00ad":14,"@":10,"c":10,"d":10,"e":10,"g":10,"o":10,"q":10}},"{":{"d":"109,-71r0,-97v0,-100,-85,-104,-85,-104r0,-111v0,0,85,-4,85,-106r0,-86v0,-152,120,-169,177,-169v18,0,31,1,31,1r0,94v-44,-3,-100,0,-100,84r0,109v0,103,-84,123,-82,129v0,0,82,23,82,126r0,120v6,85,55,87,100,84r0,94v0,0,-13,2,-31,2v-57,0,-177,-17,-177,-170","w":352,"k":{"j":-21,"4":40}},"|":{"d":"102,161r0,-957r108,0r0,957r-108,0","w":312,"k":{"j":-21,"4":40}},"}":{"d":"35,3v44,3,99,1,99,-84r0,-120v0,-106,85,-122,83,-128v0,0,-83,-27,-83,-127r0,-109v-6,-84,-54,-87,-99,-84r0,-94v0,0,13,-1,31,-1v57,0,177,17,177,169r0,86v0,102,85,106,85,106r0,111v0,0,-85,4,-85,104r0,97v0,153,-120,170,-177,170v-18,0,-31,-2,-31,-2r0,-94","w":352},"~":{"d":"56,-199v0,-123,56,-182,154,-182v100,0,117,91,184,91v44,0,62,-42,62,-87r100,0v0,123,-55,182,-153,182v-100,0,-117,-90,-184,-90v-44,0,-62,41,-62,86r-101,0"}}});


/*  * Superfish v1.4.8 - jQuery menu widget Copyright (c) 2008 Joel Birch */
;(function($){$.fn.superfish=function(op){var sf=$.fn.superfish,c=sf.c,$arrow=$(['<span class="',c.arrowClass,'"> »</span>'].join('')),over=function(){var $$=$(this),menu=getMenu($$);clearTimeout(menu.sfTimer);$$.showSuperfishUl().siblings().hideSuperfishUl();},out=function(){var $$=$(this),menu=getMenu($$),o=sf.op;clearTimeout(menu.sfTimer);menu.sfTimer=setTimeout(function(){o.retainPath=($.inArray($$[0],o.$path)>-1);$$.hideSuperfishUl();if(o.$path.length&&$$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}},o.delay);},getMenu=function($menu){var menu=$menu.parents(['ul.',c.menuClass,':first'].join(''))[0];sf.op=sf.o[menu.serial];return menu;},addArrow=function($a){$a.addClass(c.anchorClass).append($arrow.clone());};return this.each(function(){var s=this.serial=sf.o.length;var o=$.extend({},sf.defaults,op);o.$path=$('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){$(this).addClass([o.hoverClass,c.bcClass].join(' ')).filter('li:has(ul)').removeClass(o.pathClass);});sf.o[s]=sf.op=o;$('li:has(ul)',this)[($.fn.hoverIntent&&!o.disableHI)?'hoverIntent':'hover'](over,out).each(function(){if(o.autoArrows)addArrow($('>a:first-child',this));}).not('.'+c.bcClass).hideSuperfishUl();var $a=$('a',this);$a.each(function(i){var $li=$a.eq(i).parents('li');$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});});o.onInit.call(this);}).each(function(){var menuClasses=[c.menuClass];if(sf.op.dropShadows&&!($.browser.msie&&$.browser.version<7))menuClasses.push(c.shadowClass);$(this).addClass(menuClasses.join(' '));});};var sf=$.fn.superfish;sf.o=[];sf.op={};sf.IE7fix=function(){var o=sf.op;if($.browser.msie&&$.browser.version>6&&o.dropShadows&&o.animation.opacity!=undefined)
this.toggleClass(sf.c.shadowClass+'-off');};sf.c={bcClass:'sf-breadcrumb',menuClass:'sf-js-enabled',anchorClass:'sf-with-ul',arrowClass:'sf-sub-indicator',shadowClass:'sf-shadow'};sf.defaults={hoverClass:'sfHover',pathClass:'overideThisToUse',pathLevels:1,delay:200,animation:{opacity:'show'},speed:'normal',autoArrows:true,dropShadows:true,disableHI:false,onInit:function(){},onBeforeShow:function(){},onShow:function(){},onHide:function(){}};$.fn.extend({hideSuperfishUl:function(){var o=sf.op,not=(o.retainPath===true)?o.$path:'';o.retainPath=false;var $ul=$(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass).find('>ul').hide().css('visibility','hidden');o.onHide.call($ul);return this;},showSuperfishUl:function(){var o=sf.op,sh=sf.c.shadowClass+'-off',$ul=this.addClass(o.hoverClass).find('>ul:hidden').css('visibility','visible');sf.IE7fix.call($ul);o.onBeforeShow.call($ul);$ul.animate(o.animation,o.speed,function(){sf.IE7fix.call($ul);o.onShow.call($ul);});return this;}});})(jQuery);



