// ColorBox v1.3.17.2 - a full featured, light-weight, customizable lightbox based on jQuery 1.3+
// Copyright (c) 2011 Jack Moore - jack@colorpowered.com
// Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
(function(a,b,c){function bc(b){if(!U){P=b,_(),y=a(P),Q=0,K.rel!=="nofollow"&&(y=a("."+g).filter(function(){var b=a.data(this,e).rel||this.rel;return b===K.rel}),Q=y.index(P),Q===-1&&(y=y.add(P),Q=y.length-1));if(!S){S=T=!0,r.show();if(K.returnFocus)try{P.blur(),a(P).one(l,function(){try{this.focus()}catch(a){}})}catch(c){}q.css({opacity:+K.opacity,cursor:K.overlayClose?"pointer":"auto"}).show(),K.w=Z(K.initialWidth,"x"),K.h=Z(K.initialHeight,"y"),X.position(),o&&z.bind("resize."+p+" scroll."+p,function(){q.css({width:z.width(),height:z.height(),top:z.scrollTop(),left:z.scrollLeft()})}).trigger("resize."+p),ba(h,K.onOpen),J.add(D).hide(),I.html(K.close).show()}X.load(!0)}}function bb(){var a,b=f+"Slideshow_",c="click."+f,d,e,g;K.slideshow&&y[1]?(d=function(){F.text(K.slideshowStop).unbind(c).bind(j,function(){if(Q<y.length-1||K.loop)a=setTimeout(X.next,K.slideshowSpeed)}).bind(i,function(){clearTimeout(a)}).one(c+" "+k,e),r.removeClass(b+"off").addClass(b+"on"),a=setTimeout(X.next,K.slideshowSpeed)},e=function(){clearTimeout(a),F.text(K.slideshowStart).unbind([j,i,k,c].join(" ")).one(c,d),r.removeClass(b+"on").addClass(b+"off")},K.slideshowAuto?d():e()):r.removeClass(b+"off "+b+"on")}function ba(b,c){c&&c.call(P),a.event.trigger(b)}function _(b){K=a.extend({},a.data(P,e));for(b in K)a.isFunction(K[b])&&b.substring(0,2)!=="on"&&(K[b]=K[b].call(P));K.rel=K.rel||P.rel||"nofollow",K.href=K.href||a(P).attr("href"),K.title=K.title||P.title,typeof K.href=="string"&&(K.href=a.trim(K.href))}function $(a){return K.photo||/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i.test(a)}function Z(a,b){return Math.round((/%/.test(a)?(b==="x"?z.width():z.height())/100:1)*parseInt(a,10))}function Y(c,d,e){e=b.createElement("div"),c&&(e.id=f+c),e.style.cssText=d||"";return a(e)}var d={transition:"elastic",speed:300,width:!1,initialWidth:"600",innerWidth:!1,maxWidth:!1,height:!1,initialHeight:"450",innerHeight:!1,maxHeight:!1,scalePhotos:!0,scrolling:!0,inline:!1,html:!1,iframe:!1,fastIframe:!0,photo:!1,href:!1,title:!1,rel:!1,opacity:.9,preloading:!0,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:!1,returnFocus:!0,loop:!0,slideshow:!1,slideshowAuto:!0,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",onOpen:!1,onLoad:!1,onComplete:!1,onCleanup:!1,onClosed:!1,overlayClose:!0,escKey:!0,arrowKey:!0,top:!1,bottom:!1,left:!1,right:!1,fixed:!1,data:!1},e="colorbox",f="cbox",g=f+"Element",h=f+"_open",i=f+"_load",j=f+"_complete",k=f+"_cleanup",l=f+"_closed",m=f+"_purge",n=a.browser.msie&&!a.support.opacity,o=n&&a.browser.version<7,p=f+"_IE6",q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X;X=a.fn[e]=a[e]=function(b,c){var f=this;b=b||{};if(!f[0]){if(f.selector)return f;f=a("<a/>"),b.open=!0}c&&(b.onComplete=c),f.each(function(){a.data(this,e,a.extend({},a.data(this,e)||d,b)),a(this).addClass(g)}),(a.isFunction(b.open)&&b.open.call(f)||b.open)&&bc(f[0]);return f},X.init=function(){z=a(c),r=Y().attr({id:e,"class":n?f+(o?"IE6":"IE"):""}),q=Y("Overlay",o?"position:absolute":"").hide(),s=Y("Wrapper"),t=Y("Content").append(A=Y("LoadedContent","width:0; height:0; overflow:hidden"),C=Y("LoadingOverlay").add(Y("LoadingGraphic")),D=Y("Title"),E=Y("Current"),G=Y("Next"),H=Y("Previous"),F=Y("Slideshow").bind(h,bb),I=Y("Close")),s.append(Y().append(Y("TopLeft"),u=Y("TopCenter"),Y("TopRight")),Y(!1,"clear:left").append(v=Y("MiddleLeft"),t,w=Y("MiddleRight")),Y(!1,"clear:left").append(Y("BottomLeft"),x=Y("BottomCenter"),Y("BottomRight"))).children().children().css({"float":"left"}),B=Y(!1,"position:absolute; width:9999px; visibility:hidden; display:none"),a("body").prepend(q,r.append(s,B)),t.children().hover(function(){a(this).addClass("hover")},function(){a(this).removeClass("hover")}).addClass("hover"),L=u.height()+x.height()+t.outerHeight(!0)-t.height(),M=v.width()+w.width()+t.outerWidth(!0)-t.width(),N=A.outerHeight(!0),O=A.outerWidth(!0),r.css({"padding-bottom":L,"padding-right":M}).hide(),G.click(function(){X.next()}),H.click(function(){X.prev()}),I.click(function(){X.close()}),J=G.add(H).add(E).add(F),t.children().removeClass("hover"),q.click(function(){K.overlayClose&&X.close()}),a(b).bind("keydown."+f,function(a){var b=a.keyCode;S&&K.escKey&&b===27&&(a.preventDefault(),X.close()),S&&K.arrowKey&&y[1]&&(b===37?(a.preventDefault(),H.click()):b===39&&(a.preventDefault(),G.click()))})},X.remove=function(){r.add(q).remove(),a("."+g).removeData(e).removeClass(g)},X.position=function(a,c){function g(a){u[0].style.width=x[0].style.width=t[0].style.width=a.style.width,C[0].style.height=C[1].style.height=t[0].style.height=v[0].style.height=w[0].style.height=a.style.height}var d=0,e=0;z.unbind("resize."+f),r.hide(),K.fixed&&!o?r.css({position:"fixed"}):(d=z.scrollTop(),e=z.scrollLeft(),r.css({position:"absolute"})),K.right!==!1?e+=Math.max(z.width()-K.w-O-M-Z(K.right,"x"),0):K.left!==!1?e+=Z(K.left,"x"):e+=Math.round(Math.max(z.width()-K.w-O-M,0)/2),K.bottom!==!1?d+=Math.max(b.documentElement.clientHeight-K.h-N-L-Z(K.bottom,"y"),0):K.top!==!1?d+=Z(K.top,"y"):d+=Math.round(Math.max(b.documentElement.clientHeight-K.h-N-L,0)/2),r.show(),a=r.width()===K.w+O&&r.height()===K.h+N?0:a||0,s[0].style.width=s[0].style.height="9999px",r.dequeue().animate({width:K.w+O,height:K.h+N,top:d,left:e},{duration:a,complete:function(){g(this),T=!1,s[0].style.width=K.w+O+M+"px",s[0].style.height=K.h+N+L+"px",c&&c(),setTimeout(function(){z.bind("resize."+f,X.position)},1)},step:function(){g(this)}})},X.resize=function(a){if(S){a=a||{},a.width&&(K.w=Z(a.width,"x")-O-M),a.innerWidth&&(K.w=Z(a.innerWidth,"x")),A.css({width:K.w}),a.height&&(K.h=Z(a.height,"y")-N-L),a.innerHeight&&(K.h=Z(a.innerHeight,"y"));if(!a.innerHeight&&!a.height){var b=A.wrapInner("<div style='overflow:auto'></div>").children();K.h=b.height(),b.replaceWith(b.children())}A.css({height:K.h}),X.position(K.transition==="none"?0:K.speed)}},X.prep=function(b){function h(){K.h=K.h||A.height(),K.h=K.mh&&K.mh<K.h?K.mh:K.h;return K.h}function g(){K.w=K.w||A.width(),K.w=K.mw&&K.mw<K.w?K.mw:K.w;return K.w}if(!!S){var c,d=K.transition==="none"?0:K.speed;A.remove(),A=Y("LoadedContent").append(b),A.hide().appendTo(B.show()).css({width:g(),overflow:K.scrolling?"auto":"hidden"}).css({height:h()}).prependTo(t),B.hide(),a(R).css({"float":"none"}),o&&a("select").not(r.find("select")).filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one(k,function(){this.style.visibility="inherit"}),c=function(){function o(){n&&r[0].style.removeAttribute("filter")}var b,c,g,h,i=y.length,k,l;!S||(l=function(){clearTimeout(W),C.hide(),ba(j,K.onComplete)},n&&R&&A.fadeIn(100),D.html(K.title).add(A).show(),i>1?(typeof K.current=="string"&&E.html(K.current.replace("{current}",Q+1).replace("{total}",i)).show(),G[K.loop||Q<i-1?"show":"hide"]().html(K.next),H[K.loop||Q?"show":"hide"]().html(K.previous),b=Q?y[Q-1]:y[i-1],g=Q<i-1?y[Q+1]:y[0],K.slideshow&&F.show(),K.preloading&&(h=a.data(g,e).href||g.href,c=a.data(b,e).href||b.href,h=a.isFunction(h)?h.call(g):h,c=a.isFunction(c)?c.call(b):c,$(h)&&(a("<img/>")[0].src=h),$(c)&&(a("<img/>")[0].src=c))):J.hide(),K.iframe?(k=a("<iframe/>").addClass(f+"Iframe")[0],K.fastIframe?l():a(k).one("load",l),k.name=f+ +(new Date),k.src=K.href,K.scrolling||(k.scrolling="no"),n&&(k.frameBorder=0,k.allowTransparency="true"),a(k).appendTo(A).one(m,function(){k.src="//about:blank"})):l(),K.transition==="fade"?r.fadeTo(d,1,o):o())},K.transition==="fade"?r.fadeTo(d,0,function(){X.position(0,c)}):X.position(d,c)}},X.load=function(b){var c,d,e=X.prep;T=!0,R=!1,P=y[Q],b||_(),ba(m),ba(i,K.onLoad),K.h=K.height?Z(K.height,"y")-N-L:K.innerHeight&&Z(K.innerHeight,"y"),K.w=K.width?Z(K.width,"x")-O-M:K.innerWidth&&Z(K.innerWidth,"x"),K.mw=K.w,K.mh=K.h,K.maxWidth&&(K.mw=Z(K.maxWidth,"x")-O-M,K.mw=K.w&&K.w<K.mw?K.w:K.mw),K.maxHeight&&(K.mh=Z(K.maxHeight,"y")-N-L,K.mh=K.h&&K.h<K.mh?K.h:K.mh),c=K.href,W=setTimeout(function(){C.show()},100),K.inline?(Y().hide().insertBefore(a(c)[0]).one(m,function(){a(this).replaceWith(A.children())}),e(a(c))):K.iframe?e(" "):K.html?e(K.html):$(c)?(a(R=new Image).addClass(f+"Photo").error(function(){K.title=!1,e(Y("Error").text("This image could not be loaded"))}).load(function(){var a;R.onload=null,K.scalePhotos&&(d=function(){R.height-=R.height*a,R.width-=R.width*a},K.mw&&R.width>K.mw&&(a=(R.width-K.mw)/R.width,d()),K.mh&&R.height>K.mh&&(a=(R.height-K.mh)/R.height,d())),K.h&&(R.style.marginTop=Math.max(K.h-R.height,0)/2+"px"),y[1]&&(Q<y.length-1||K.loop)&&(R.style.cursor="pointer",R.onclick=function(){X.next()}),n&&(R.style.msInterpolationMode="bicubic"),setTimeout(function(){e(R)},1)}),setTimeout(function(){R.src=c},1)):c&&B.load(c,K.data,function(b,c,d){e(c==="error"?Y("Error").text("Request unsuccessful: "+d.statusText):a(this).contents())})},X.next=function(){!T&&y[1]&&(Q<y.length-1||K.loop)&&(Q=Q<y.length-1?Q+1:0,X.load())},X.prev=function(){!T&&y[1]&&(Q||K.loop)&&(Q=Q?Q-1:y.length-1,X.load())},X.close=function(){S&&!U&&(U=!0,S=!1,ba(k,K.onCleanup),z.unbind("."+f+" ."+p),q.fadeTo(200,0),r.stop().fadeTo(300,0,function(){r.add(q).css({opacity:1,cursor:"auto"}).hide(),ba(m),A.remove(),setTimeout(function(){U=!1,ba(l,K.onClosed)},1)}))},X.element=function(){return a(P)},X.settings=d,V=function(a){a.button!==0&&typeof a.button!="undefined"||a.ctrlKey||a.shiftKey||a.altKey||(a.preventDefault(),bc(this))},a.fn.delegate?a(b).delegate("."+g,"click",V):a("."+g).live("click",V),a(X.init)})(jQuery,document,this);;
(function ($) {

Drupal.behaviors.initColorbox = {
  attach: function (context, settings) {
    if (!$.isFunction($.colorbox)) {
      return;
    }
    $('a, area, input', context)
      .filter('.colorbox')
      .once('init-colorbox-processed')
      .colorbox(settings.colorbox);
  }
};

{
  $(document).bind('cbox_complete', function () {
    Drupal.attachBehaviors('#cboxLoadedContent');
  });
}

})(jQuery);
;
(function ($) {

Drupal.behaviors.initColorboxDefaultStyle = {
  attach: function (context, settings) {
    $(document).bind('cbox_complete', function () {
      // Only run if there is a title.
      if ($('#cboxTitle:empty', context).length == false) {
        setTimeout(function () { $('#cboxTitle', context).slideUp() }, 1500);
        $('#cboxLoadedContent img', context).bind('mouseover', function () {
          $('#cboxTitle', context).slideDown();
        });
        $('#cboxOverlay', context).bind('mouseover', function () {
          $('#cboxTitle', context).slideUp();
        });
      }
      else {
        $('#cboxTitle', context).hide();
      }
    });
  }
};

})(jQuery);
;
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());;
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (C) 1993 Emigre Graphics; Designed by Jonathan Barnbrook
 * 
 * Trademark:
 * MasonSerifRegular is a trademark of Emigre, Inc.
 * 
 * Manufacturer:
 * Jonathan Barnbrook
 * 
 * Designer:
 * Jonathan Barnbrook
 * 
 * Vendor URL:
 * http://www.emigre.com
 * 
 * License information:
 * http://www.emigre.com/EUL.php
 */
Cufon.registerFont({"w":97,"face":{"font-family":"MasonSerifRegular","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 8 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","cap-height":"2","bbox":"-3 -290 476 100.017","underline-thickness":"10.8","underline-position":"-30.6","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100},")":{"d":"26,-284v59,49,112,164,57,256v-16,27,-35,52,-57,73r-3,-5v33,-38,61,-89,61,-159v0,-70,-29,-121,-61,-160","w":144},"*":{"d":"154,-159v-47,-1,-68,17,-66,66r-4,0v2,-48,-18,-68,-66,-66r0,-4v49,2,67,-19,66,-66r4,0v-2,47,19,68,66,66r0,4","w":172},"+":{"d":"129,-101r0,85r-19,0r0,-85r-85,0r0,-19r85,0r0,-86r19,0r0,86r86,0r0,19r-86,0","w":240},",":{"d":"35,39v14,-14,14,-46,-10,-50r0,-3v10,-3,19,-11,22,-22r3,0v4,10,12,19,22,22v-9,18,-20,42,-33,56","k":{"'":22,"\"":22,"y":22,"w":29,"v":36,"t":25,"Y":43,"W":7,"V":54,"U":7,"T":32}},"-":{"d":"14,-102r0,-17r118,0r0,17r-118,0","w":146,"k":{"Y":25,"V":14,"T":29,"J":11}},"\u00ad":{"d":"14,-102r0,-17r118,0r0,17r-118,0","w":146},".":{"d":"74,-11v-13,2,-16,19,-27,24v-4,-10,-13,-21,-24,-24r0,-3v12,-2,20,-14,24,-24r3,0v3,11,14,20,24,24r0,3","k":{"'":22,"\"":22,"y":22,"w":29,"v":36,"t":25,"Y":43,"W":7,"V":54,"U":7,"T":32}},"\/":{"d":"36,5r-22,0r115,-234r22,0","w":164},"0":{"d":"110,-229v107,5,101,227,0,234v-107,-5,-102,-227,0,-234xm116,-5v70,-19,52,-169,11,-205v-7,-6,-15,-9,-23,-9v-71,19,-53,169,-11,205v7,6,15,9,23,9","w":219},"1":{"d":"99,-24v0,17,9,20,27,21r1,5r-80,0v0,-3,0,-6,4,-5v17,-2,24,-5,24,-21r0,-175v-1,-17,-9,-21,-28,-22v8,-11,55,3,80,-5v0,3,-1,6,-5,5v-17,2,-22,6,-23,22r0,175","w":173},"2":{"d":"158,-24v17,-1,21,-9,22,-28v11,8,-3,55,5,80v-3,0,-6,-1,-5,-5v-2,-17,-6,-22,-22,-23r-130,0v32,-59,106,-88,114,-168v3,-29,-19,-53,-47,-53v-38,0,-61,61,-18,68r4,0v-6,9,-38,1,-52,0v0,-47,27,-76,71,-76v40,0,70,18,70,58v0,69,-75,103,-110,147r98,0","w":213},"3":{"d":"120,-136v31,7,56,30,56,67v0,44,-29,70,-74,74v-41,3,-61,-46,-89,-17v5,-19,42,-38,53,-59v4,9,-8,14,-8,23v2,39,60,60,82,26v26,-42,-1,-113,-58,-94v28,-25,53,-46,63,-83v-35,6,-95,-19,-92,27v-12,-8,3,-52,-5,-80v3,0,6,1,5,5v2,16,5,22,21,23r93,0v-7,36,-25,66,-47,88","w":205},"4":{"d":"144,-78v23,1,32,-4,32,-27r5,-1v-2,22,-3,52,0,73v-3,0,-6,0,-5,-4v-1,-21,-11,-24,-32,-23v1,28,-8,61,27,57r1,5r-80,0v0,-3,0,-6,4,-5v31,1,23,-29,24,-57r-106,0r110,-164v16,-1,34,0,48,-2v0,3,-1,6,-5,5v-17,2,-22,6,-23,22r0,121xm120,-192r-77,114r77,0r0,-114","w":212},"5":{"d":"55,-127v47,-27,113,-1,113,58v0,84,-126,98,-145,25r48,-20v1,13,-28,13,-17,34v8,28,61,36,78,9v23,-37,4,-100,-45,-100v-17,0,-33,5,-41,13r-6,-6r7,-110r83,0v17,0,20,-9,21,-27v4,-1,6,-1,5,4v-4,24,-2,50,0,75v-3,0,-6,0,-5,-4v0,-40,-57,-17,-91,-23","w":200},"6":{"d":"113,-135v41,2,65,30,65,72v0,41,-23,67,-65,68v-95,4,-95,-144,-48,-198v16,-18,36,-41,62,-41v1,2,-1,4,-5,6v-36,20,-56,63,-60,120v9,-14,28,-27,51,-27xm74,-22v38,45,89,-7,79,-67v-6,-35,-51,-49,-73,-19v-15,20,-25,64,-6,86","w":206},"7":{"d":"42,-199v-17,0,-20,9,-21,27v-13,-5,1,-33,-3,-52r158,0r-78,157v-18,29,-29,59,-59,71v38,-53,66,-134,94,-203r-91,0","w":190,"k":{"4":14,".":25,",":25}},"8":{"d":"62,-184v13,67,114,50,114,128v0,38,-31,61,-71,61v-43,0,-71,-24,-71,-64v0,-30,20,-54,43,-63v-18,-13,-37,-25,-37,-52v0,-36,28,-52,64,-55v65,-5,83,82,25,97v5,-12,18,-23,18,-44v0,-24,-18,-45,-43,-44v-25,1,-40,13,-42,36xm51,-61v-4,60,99,77,99,15v0,-42,-35,-50,-62,-69v-20,6,-35,29,-37,54","w":207},"9":{"d":"94,-229v95,-4,94,144,48,198v-16,18,-36,41,-62,41v-1,-2,1,-4,5,-6v36,-20,56,-63,60,-120v-9,14,-28,27,-51,27v-41,-2,-65,-30,-65,-72v0,-42,25,-66,65,-68xm62,-116v37,46,91,-9,79,-67v-7,-34,-51,-49,-73,-19v-14,20,-24,64,-6,86","w":206},":":{"d":"72,-132v-7,8,-18,13,-22,24r-3,0v-2,-12,-15,-16,-22,-24v10,-4,19,-12,22,-22v10,5,13,19,25,22xm72,-14v-5,10,-19,13,-22,25r-3,0v-3,-10,-12,-18,-22,-22r0,-3v10,-3,19,-11,22,-22r3,0v4,10,12,19,22,22"},";":{"d":"72,-132v-7,8,-18,13,-22,24r-3,0v-2,-12,-15,-16,-22,-24v10,-4,19,-12,22,-22v10,5,13,19,25,22xm35,39v14,-14,14,-46,-10,-50r0,-3v10,-3,19,-11,22,-22r3,0v4,10,12,19,22,22v-9,18,-20,42,-33,56"},"<":{"d":"89,-36r-60,-74r60,-74r10,0r-43,74r43,74r-10,0","w":118},"=":{"d":"25,-141r0,-19r190,0r0,19r-190,0xm25,-59r0,-19r190,0r0,19r-190,0","w":240},">":{"d":"63,-110r-44,-74r11,0r60,74r-60,74r-11,0","w":118},"?":{"d":"20,-220v56,-26,139,5,114,74v-15,41,-81,30,-76,91r-3,0r-6,-57v35,-3,63,-20,63,-54v0,-30,-17,-52,-46,-54v-30,-2,-36,16,-40,40r-4,0xm80,-14v-5,10,-19,13,-22,25v-10,-5,-13,-19,-25,-22r0,-3v10,-3,18,-12,22,-22r3,0v4,10,12,19,22,22","w":157},"@":{"d":"279,-41v-18,45,-53,77,-114,77v-70,0,-115,-42,-115,-112v0,-77,50,-124,125,-124v57,0,94,31,94,87v0,49,-26,85,-73,89v-22,2,-22,-19,-18,-36v-12,32,-76,58,-75,2v1,-47,28,-84,72,-84v12,0,20,6,23,18r5,-18v11,1,28,-4,32,4r-15,2r-24,89v-2,9,1,14,9,14v37,0,56,-39,56,-80v0,-48,-33,-75,-81,-75v-67,0,-109,48,-109,115v0,60,37,98,97,98v53,0,86,-26,103,-66r8,0xm138,-39v33,-7,55,-41,55,-78v0,-11,-6,-19,-17,-19v-32,7,-51,37,-53,74v0,10,5,23,15,23","w":324},"A":{"d":"208,-30v0,21,7,27,28,27v-11,12,-51,-2,-80,5v0,-3,1,-6,5,-5v33,2,21,-39,22,-65r-112,0v1,30,-12,69,27,65v-11,12,-51,-2,-80,5v0,-3,0,-6,4,-5v41,1,21,-58,27,-90v12,-63,32,-114,78,-141v60,36,83,108,81,204xm182,-82v-5,-67,-18,-117,-55,-142v-37,25,-49,75,-55,142r110,0","w":254,"k":{"y":22,"v":18,"Y":22,"W":14,"V":22,"U":7,"T":18}},"B":{"d":"165,-129v29,9,52,28,53,61v1,84,-108,64,-189,70v0,-3,0,-6,4,-5v17,-2,24,-5,24,-21r0,-175v-1,-17,-9,-21,-28,-22r0,-5v71,3,169,-18,173,50v1,23,-18,42,-37,47xm81,-134v45,1,94,4,96,-38v1,-45,-48,-52,-96,-45r0,83xm89,-15v45,19,101,-4,101,-52v0,-56,-50,-62,-109,-58v3,36,-5,84,8,110","w":244},"C":{"d":"92,-32v37,39,145,44,142,-29r6,0v-6,20,3,52,-20,55v-85,31,-195,-8,-191,-102v3,-74,51,-117,129,-121v32,-2,50,18,74,12r2,46r-4,0v-10,-34,-33,-50,-77,-50v-94,0,-117,131,-61,189","w":264},"D":{"d":"29,-226v112,1,237,-5,236,110v-1,113,-116,121,-236,118v0,-3,0,-6,4,-5v17,-2,24,-5,24,-21r0,-175v-1,-17,-9,-21,-28,-22r0,-5xm135,-8v63,0,101,-44,101,-107v0,-82,-65,-111,-155,-99r0,174v-1,31,24,32,54,32","w":293,"k":{"a":14,"Y":18,"V":11,"U":11,"T":13,"R":11,"P":11,"N":11,"M":11,"L":11,"K":11,"J":11,"I":11,"H":11,"F":11,"E":11,"D":11,"B":11}},"E":{"d":"190,-43v-7,14,-11,26,-15,42v-37,6,-104,-4,-146,3v0,-3,0,-6,4,-5v17,-2,24,-5,24,-21r0,-175v-1,-17,-9,-21,-28,-22v2,-11,19,1,33,-3r112,0r7,39r-5,0v-1,-40,-58,-22,-95,-27r0,82r81,0r0,12r-81,0r0,96v11,18,83,14,94,-6v4,-4,5,-15,15,-15","w":214},"F":{"d":"57,-199v-1,-17,-9,-21,-28,-22v2,-11,19,1,33,-3r112,0r7,39r-5,0v-1,-40,-57,-22,-95,-27r0,82r76,0r0,12r-76,0r0,94v0,17,9,20,27,21r1,5r-80,0v0,-3,0,-6,4,-5v17,-2,24,-5,24,-21r0,-175","w":198,"k":{"z":11,"y":7,"x":11,"w":7,"v":7,"u":7,"t":7,"s":7,"r":7,"q":11,"p":7,"o":11,"n":7,"m":7,"l":7,"k":7,"j":7,"i":7,"h":7,"g":11,"f":7,"e":7,"d":7,"c":11,"b":7,"a":29,"Y":7,"A":14,".":36,",":36}},"G":{"d":"214,-17v0,-40,8,-83,-39,-77v14,-11,62,3,91,-4v1,4,-1,5,-4,5v-38,-2,-20,47,-24,79v-81,45,-214,8,-209,-94v4,-74,51,-117,129,-121v33,-2,50,17,75,13r8,46r-5,0v-11,-34,-39,-50,-83,-51v-93,-3,-117,131,-61,189v25,26,88,40,122,15","w":280,"k":{"Y":14}},"H":{"d":"237,-24v0,17,10,20,28,21v-8,11,-55,-3,-80,5v0,-3,0,-6,4,-5v44,-1,17,-67,24,-104r-132,0r0,83v0,17,9,20,27,21r1,5r-80,0v0,-3,0,-6,4,-5v17,-2,24,-5,24,-21r0,-175v-1,-17,-9,-21,-28,-22v8,-11,55,3,80,-5v0,3,-1,6,-5,5v-37,-1,-19,49,-23,80r132,0v-4,-33,15,-84,-28,-80v8,-11,55,3,80,-5v0,3,0,6,-4,5v-17,2,-23,5,-24,22r0,175xm213,-130r-132,0r0,12r132,0r0,-12","w":293,"k":{"q":11,"o":11,"g":11,"c":11,"Q":11,"O":11,"G":11,"C":11}},"I":{"d":"96,-266v-5,10,-19,13,-22,25v-10,-5,-13,-19,-25,-22v5,-10,19,-13,22,-25v10,5,13,19,25,22xm85,-24v0,17,9,20,27,21v-8,11,-55,-3,-80,5v0,-3,1,-6,5,-5v16,-2,22,-5,23,-21r0,-175v0,-17,-8,-21,-27,-22r-1,-5v25,3,57,3,80,0v0,3,0,6,-4,5v-17,2,-22,6,-23,22r0,175","w":144,"k":{"q":14,"o":14,"g":14,"c":14,"Q":11,"O":11,"G":11,"C":11}},"J":{"d":"96,-266v-5,10,-19,13,-22,25v-10,-5,-13,-19,-25,-22v5,-10,19,-13,22,-25v10,5,13,19,25,22xm60,-199v0,-17,-8,-21,-27,-22r-1,-5v25,3,57,3,80,0v0,3,0,6,-4,5v-17,2,-22,6,-23,22r0,248r-25,34r0,-282","w":144,"k":{"q":14,"o":14,"g":14,"c":14,"Q":11,"O":11,"G":11,"C":11,"-":11}},"K":{"d":"172,-194v12,-20,-5,-27,-25,-27v8,-11,55,3,79,-5v-6,11,-33,9,-37,28v-21,32,-43,62,-75,82v65,50,98,170,222,144v-111,50,-181,-62,-232,-128v-3,-3,-13,-9,-23,-6r0,82v0,17,9,20,27,21r1,5r-80,0v0,-3,0,-6,4,-5v17,-2,24,-5,24,-21r0,-175v-1,-17,-9,-21,-28,-22v8,-11,55,3,80,-5v0,3,-1,6,-5,5v-43,2,-16,71,-23,108v45,-9,70,-47,91,-81","w":234,"k":{"Q":11,"O":11,"G":11,"C":11,".":-11,"-":18,",":-11}},"L":{"d":"203,-53v-14,19,-21,34,-27,55r-147,0v0,-3,0,-6,4,-5v17,-2,24,-5,24,-21r0,-175v-1,-17,-9,-21,-28,-22v8,-11,55,3,80,-5v0,3,-1,6,-5,5v-17,2,-22,6,-23,22r0,177v10,17,79,15,92,-2r23,-29r7,0","w":213,"k":{"'":7,"\"":7,"y":14,"t":14,"Y":36,"V":22,"T":14}},"M":{"d":"289,-24v0,17,9,20,27,21r1,5v-24,-3,-57,-3,-80,0v0,-3,0,-6,4,-5v17,-2,23,-5,24,-21r0,-178r-80,25r0,153v0,17,9,20,27,21r1,5v-24,-3,-57,-3,-80,0v0,-3,0,-6,4,-5v17,-2,23,-5,24,-21r0,-153r-80,-25r0,178v0,17,9,20,27,21r1,5r-80,0v0,-3,0,-6,4,-5v17,-2,24,-5,24,-21r0,-175v-1,-17,-9,-21,-28,-22v6,-12,42,1,57,6r87,27r144,-38v0,3,-1,6,-5,5v-17,2,-22,6,-23,22r0,175","w":344,"k":{"q":14,"o":14,"g":14,"c":14,"Q":11,"O":11,"G":11,"C":11}},"N":{"d":"220,-24v0,17,10,20,28,21v-8,11,-55,-3,-80,5v0,-3,0,-6,4,-5v17,-2,23,-5,24,-21r0,-186r-115,0r0,186v0,17,9,20,27,21r1,5r-80,0v0,-3,0,-6,4,-5v17,-2,24,-5,24,-21r0,-175v-1,-17,-9,-21,-28,-22v2,-11,19,1,33,-3r186,-2v0,3,0,6,-4,5v-17,2,-23,5,-24,22r0,175","w":264,"k":{"q":14,"o":14,"g":14,"c":14,"Q":11,"O":11,"G":11,"C":11}},"O":{"d":"158,-229v75,0,129,39,129,113v0,75,-52,121,-129,121v-75,0,-129,-39,-129,-113v0,-74,51,-121,129,-121xm65,-71v37,93,216,85,197,-41v-9,-63,-47,-104,-115,-107v-76,-3,-110,77,-82,148","w":315,"k":{"Y":22,"X":22,"V":11,"U":11,"T":13,"R":11,"P":11,"N":11,"M":11,"L":11,"K":11,"J":11,"I":11,"H":11,"F":11,"E":11,"D":11,"B":11}},"P":{"d":"29,-226v71,7,168,-16,168,57v0,52,-49,75,-103,72v-1,-5,5,-2,9,-3v40,-1,70,-22,70,-61v0,-42,-33,-58,-79,-56v-10,0,-14,6,-13,18r0,175v0,17,9,20,27,21r1,5r-80,0v0,-3,0,-6,4,-5v17,-2,24,-5,24,-21r0,-175v-1,-17,-9,-21,-28,-22r0,-5","w":212,"k":{"q":14,"o":14,"g":14,"c":14,"a":25,"U":7,"R":7,"P":7,"N":7,"M":7,"L":7,"K":7,"J":7,"I":7,"H":7,"F":7,"E":7,"D":7,"B":7,"A":7,".":54,",":54}},"Q":{"d":"287,-116v0,65,-41,101,-93,117v75,35,144,103,255,82v10,-2,19,-8,27,-13v-96,81,-251,-23,-332,-65v-66,-7,-115,-44,-115,-113v0,-74,51,-121,129,-121v75,0,129,39,129,113xm65,-71v37,93,216,85,197,-41v-9,-63,-47,-104,-115,-107v-76,-3,-110,77,-82,148","w":315,"k":{"T":4}},"R":{"d":"197,-169v0,34,-25,57,-53,66v67,49,102,144,212,144v11,0,24,-6,33,-9v-11,12,-32,21,-56,21v-110,0,-149,-105,-220,-151r-32,0v6,36,-19,98,27,95r1,5r-80,0v0,-3,0,-6,4,-5v17,-2,24,-5,24,-21r0,-175v-1,-17,-9,-21,-28,-22v12,-10,58,-4,89,-4v43,0,79,15,79,56xm133,-106v20,-9,41,-26,40,-55v-2,-42,-33,-58,-79,-56v-10,0,-14,6,-13,18r0,93r52,0","w":251,"k":{"y":11,"w":14,"v":14,"u":11,"Y":18,"V":18,"T":11,".":-32,",":-32}},"S":{"d":"52,-184v13,67,114,50,114,128v0,60,-85,74,-133,48r-7,-46r5,0v7,33,20,50,57,50v31,0,52,-13,52,-42v0,-73,-104,-57,-110,-128v-4,-52,59,-66,104,-47v4,1,8,2,14,2r5,34r-3,0v-7,-43,-97,-52,-98,1","w":190,"k":{"y":14,"x":11,"w":14,"v":14,"u":11,"t":11,"r":7,"p":7,"n":7,"m":7,"l":7,"k":7,"j":7,"i":7,"h":7,"f":7,"e":7,"d":7,"b":7,"Y":18,"T":7}},"T":{"d":"127,-224v38,-2,87,10,92,-23r4,0r-18,50v-11,-1,3,-13,-21,-13r-57,0r0,186v0,17,10,20,28,21v-8,11,-55,-3,-80,5v0,-3,1,-6,5,-5v16,-2,22,-5,23,-21r0,-186v-36,3,-85,-10,-91,24r-5,0r18,-51v12,0,-4,13,21,13r57,0v-2,-29,9,-65,-27,-61r-1,-5v24,3,57,3,80,0v0,3,0,6,-4,5v-33,-2,-22,33,-24,61","w":230,"k":{"'":-11,"\"":-11,"z":25,"y":25,"x":25,"w":29,"v":25,"u":25,"t":11,"s":29,"r":25,"q":36,"p":25,"o":36,"n":25,"m":25,"l":25,"k":25,"j":22,"i":18,"h":25,"g":36,"f":25,"e":25,"d":25,"c":36,"b":25,"a":32,"Q":16,"O":16,"G":16,"C":16,"A":18,".":32,"-":29,",":32}},"U":{"d":"198,-195v1,-20,-7,-26,-27,-26v8,-12,52,3,80,-5v0,3,-1,6,-5,5v-41,0,-16,60,-28,90v-10,64,-37,114,-84,141v-61,-38,-89,-110,-88,-210v0,-17,-10,-20,-28,-21v8,-12,52,3,80,-5v0,3,0,6,-4,5v-44,0,-17,74,-19,103v8,53,24,96,59,118v51,-33,63,-108,64,-195","w":268,"k":{"z":22,"y":11,"x":18,"w":14,"v":14,"u":14,"t":14,"s":18,"r":18,"q":25,"p":18,"o":25,"n":18,"m":18,"l":18,"k":18,"j":18,"i":18,"h":18,"g":25,"f":18,"e":18,"d":18,"c":25,"b":18,"a":32,"Q":11,"O":11,"G":11,"C":11,"A":7,".":7,",":7}},"V":{"d":"247,-226v-3,11,-26,3,-32,20r-81,210r-4,0r-92,-214v-5,-9,-17,-10,-30,-11r-1,-5r93,0v0,12,-40,2,-29,27r66,156r58,-152v8,-18,-10,-26,-28,-26v8,-11,56,3,80,-5","w":253,"k":{"z":32,"y":22,"x":25,"w":22,"v":18,"u":25,"t":22,"s":25,"r":25,"q":36,"p":25,"o":36,"n":25,"m":25,"l":25,"k":25,"j":25,"i":25,"h":25,"g":36,"f":25,"e":25,"d":25,"c":36,"b":25,"a":36,"O":11,"A":22,".":54,"-":14,",":54}},"W":{"d":"315,-195v1,-20,-7,-26,-27,-26v-1,-4,-1,-6,4,-5v24,4,50,2,75,0v0,3,0,6,-4,5v-41,0,-21,58,-27,90v-11,64,-30,114,-76,141v-35,-20,-55,-56,-67,-98v-12,41,-33,77,-68,98v-61,-37,-81,-112,-79,-210v0,-17,-10,-20,-28,-21v8,-12,52,3,80,-5v0,3,0,6,-4,5v-44,-1,-18,74,-20,103v7,52,17,97,51,118v50,-34,55,-113,55,-200v0,-17,-9,-20,-27,-21v8,-12,52,3,80,-5v0,3,-1,6,-5,5v-43,0,-19,74,-19,103v0,54,17,97,51,118v49,-33,53,-111,55,-195","w":385,"k":{"z":22,"y":11,"x":18,"w":14,"v":14,"u":14,"t":14,"s":18,"r":18,"q":25,"p":18,"o":25,"n":18,"m":18,"l":18,"k":18,"j":18,"i":18,"h":18,"g":25,"f":18,"e":18,"d":18,"c":25,"b":18,"a":32,"A":14,".":7,",":7}},"X":{"d":"249,2v-27,-3,-62,-3,-88,0v4,-10,35,-6,20,-26r-54,-75r-59,75v-10,13,0,21,17,21v-7,12,-50,-3,-73,5v0,-3,0,-6,4,-5v17,-1,26,-12,34,-21r68,-87v-27,-33,-49,-71,-79,-101v-6,-6,-14,-9,-25,-9v10,-11,61,3,87,-5v-3,11,-33,6,-17,27r50,68v18,-26,41,-47,57,-75v1,-9,-8,-16,-20,-15v7,-12,50,3,73,-5v0,3,0,6,-4,5v-18,2,-26,11,-34,22r-63,79r82,109v5,5,13,8,23,8","w":261,"k":{"O":22,"C":22}},"Y":{"d":"184,-198v11,-15,-6,-24,-23,-23r-1,-5v24,3,57,3,80,0v-3,11,-29,6,-35,23v-25,33,-46,73,-69,108v6,35,-19,95,27,92v-8,11,-55,-3,-79,5v0,-3,0,-6,4,-5v38,1,18,-53,23,-85v-28,-42,-51,-89,-83,-127v-7,-4,-13,-6,-24,-6v8,-12,60,3,87,-5v0,12,-38,0,-24,22r61,97","w":243,"k":{"z":29,"y":25,"x":25,"w":25,"v":25,"u":25,"t":18,"s":25,"r":25,"q":40,"p":25,"o":40,"n":25,"m":25,"l":25,"k":25,"j":18,"i":18,"h":25,"g":40,"f":25,"e":25,"d":25,"c":40,"b":25,"a":40,"O":22,"C":14,"A":22,".":43,"-":25,",":43}},"Z":{"d":"179,-14v20,2,24,-10,30,-23r4,0r-18,50v-11,-1,3,-13,-21,-13r-151,0r0,-8r80,-109r-66,0r11,-12r63,0r59,-81r-109,1v-12,3,-15,11,-21,23r-4,0r18,-51v11,1,-3,13,21,13r127,0r0,7r-65,88r68,0r-11,12r-65,0r-75,103r125,0","w":234},"[":{"d":"50,39r0,-311r71,0r0,7r-46,0r0,297r46,0r0,7r-71,0","w":144},"\\":{"d":"129,5r-116,-234r23,0r116,234r-23,0","w":164},"]":{"d":"24,39r0,-7r46,0r0,-297r-46,0r0,-7r70,0r0,311r-70,0","w":144},"^":{"d":"146,-116r-61,-103r-62,103r-17,0r76,-126r5,0r75,126r-16,0","w":168},"_":{"d":"-3,78r0,-15r186,0r0,15r-186,0","w":180},"`":{"d":"72,-165r-51,-60r39,0r18,60r-6,0","w":119},"a":{"d":"170,-27v0,18,9,23,24,24v1,5,-1,5,-5,4r-67,1v12,-11,33,-11,24,-50r-85,0v-3,24,-3,46,23,45r1,5v-24,0,-49,-4,-72,0v3,-13,24,-2,24,-28v0,-67,24,-114,66,-140v43,26,67,72,67,139xm145,-59v-4,-47,-15,-81,-42,-98v-26,17,-36,52,-41,98r83,0","w":207,"k":{"y":11,"w":11,"v":14,"t":11}},"b":{"d":"133,-91v21,7,36,19,36,42v0,63,-85,45,-146,51v5,-13,25,-3,25,-27r-1,-118v-1,-10,-12,-12,-23,-13r-1,-5v54,2,134,-14,134,37v0,15,-12,28,-24,33xm70,-96v31,1,66,4,66,-26v0,-30,-33,-33,-66,-30r0,56xm86,-9v31,4,58,-9,59,-39v0,-36,-34,-44,-75,-40v4,28,-11,76,16,79","w":190},"c":{"d":"121,-4v31,2,49,-11,50,-41r7,0v4,38,-22,51,-60,50v-54,-2,-95,-29,-95,-82v0,-55,39,-85,95,-88v22,-2,35,15,54,10r2,35r-5,0v-8,-26,-24,-35,-55,-35v-42,0,-66,32,-66,78v0,44,30,71,73,73","w":198},"d":{"d":"23,-161v85,2,180,-6,180,79v0,84,-93,84,-180,84v5,-13,25,-3,25,-27r-1,-118v-1,-10,-12,-12,-23,-13xm108,-8v43,-2,69,-31,69,-74v0,-57,-44,-74,-107,-68r0,121v0,20,16,21,38,21","w":226,"k":{"x":7,"w":11,"v":11,"u":11,"t":5,"r":11,"p":11,"n":11,"m":11,"l":11,"k":11,"j":11,"i":11,"h":11,"f":11,"e":11,"d":11,"b":11}},"e":{"d":"150,-32v-7,11,-9,20,-13,31v-27,5,-81,-3,-114,3v5,-13,25,-3,25,-27r-1,-118v-1,-10,-12,-12,-23,-13v-1,-4,-1,-6,4,-5v33,4,71,1,108,2r7,30v-13,-3,-5,-19,-28,-19r-45,0r0,55r59,0r0,10r-59,0r0,58v-4,23,22,12,40,14v20,2,25,-9,33,-21r7,0","w":165},"f":{"d":"48,-134v0,-16,-8,-22,-24,-22v-1,-4,-1,-6,4,-5v33,4,71,1,108,2r7,30v-13,-3,-5,-19,-28,-19r-45,0r0,55r59,0r0,10r-59,0r1,67v0,11,13,11,23,13v1,5,-1,5,-5,4r-66,1v5,-13,25,-3,25,-27r0,-109","w":151,"k":{"a":7,".":25,",":25}},"g":{"d":"154,-12v0,-27,6,-57,-24,-55v-1,-5,1,-5,5,-4v22,1,43,3,64,-1v-2,14,-23,2,-23,27r0,34v-56,35,-157,9,-153,-66v3,-54,39,-85,95,-88v23,-2,36,15,55,10r6,36r-6,0v-9,-25,-28,-36,-59,-36v-42,0,-66,32,-66,78v0,54,56,88,106,65","w":207,"k":{"y":7}},"h":{"d":"180,-25v-3,18,9,20,23,22r1,5v-24,0,-49,-4,-71,0v3,-13,24,-1,24,-27r0,-46r-87,0v3,28,-11,70,24,68v1,5,-1,5,-5,4r-66,1v5,-13,25,-3,25,-27r-1,-118v-1,-10,-12,-12,-23,-13v-1,-4,-1,-6,4,-5v22,4,43,2,66,0v-3,12,-24,1,-24,27r0,31r87,0v-1,-25,7,-57,-24,-53v-1,-4,1,-6,5,-5v22,4,43,2,66,0v-4,12,-30,2,-24,27r0,109xm157,-93r-87,0r0,12r87,0r0,-12","w":227,"k":{"q":11,"o":11,"g":11,"c":11}},"i":{"d":"84,-204r-23,22v-2,-10,-15,-15,-20,-22v9,-3,15,-16,22,-21v4,8,13,17,21,21xm73,-25v-1,17,10,20,24,22r1,5v-24,0,-49,-4,-71,0v2,-14,24,-1,24,-27r-1,-118v0,-11,-12,-12,-23,-13v-1,-4,1,-6,5,-5v22,4,43,2,66,0v-4,11,-25,3,-25,27r0,109","w":124,"k":{"q":11,"o":11,"g":11,"c":11}},"j":{"d":"84,-204r-23,22v-2,-10,-15,-15,-20,-22v9,-3,15,-16,22,-21v4,8,13,17,21,21xm51,-134v1,-17,-8,-22,-24,-22v-1,-4,1,-6,5,-5v22,4,43,2,66,0v-4,11,-25,3,-25,27r0,165r-22,27r0,-192","w":124,"k":{"q":11,"o":11,"g":11,"c":11}},"k":{"d":"136,-145v-1,-10,-12,-9,-24,-11v-1,-4,1,-6,5,-5v20,4,38,2,59,0v-7,9,-28,11,-33,29v-14,21,-26,33,-44,47v44,40,66,122,156,102v-74,42,-136,-40,-171,-89v-4,-2,-8,-2,-14,-2v4,28,-12,73,24,71v1,5,-1,5,-5,4r-66,1v5,-13,25,-3,25,-27r-1,-118v-1,-10,-12,-12,-23,-13v-1,-4,-1,-6,4,-5v22,4,43,2,66,0v-3,12,-24,1,-24,27r0,53v29,-8,57,-36,66,-64","w":180,"k":{"q":11,"o":11,"g":11,"c":11}},"l":{"d":"159,-39v-19,17,-9,47,-50,39r-86,2v5,-13,25,-3,25,-27r-1,-118v-1,-10,-12,-12,-23,-13v-1,-4,-1,-6,4,-5v22,4,43,2,66,0v-3,12,-24,1,-24,27r0,109v-4,25,37,12,58,11v13,-4,13,-25,31,-25","w":162,"k":{"'":4,"\"":4,"y":18,"v":14,"u":7,"t":7}},"m":{"d":"220,-25v-3,18,10,20,24,22v1,5,-1,5,-5,4v-20,1,-44,-2,-63,1v0,-13,27,-2,21,-27r0,-115r-52,14r1,110v0,10,10,11,20,12r0,6v-19,-3,-44,-3,-65,0v0,-13,27,-2,21,-27r0,-101r-52,-14r1,124v1,10,10,11,20,12r0,6v-20,-4,-46,-3,-68,0v5,-13,25,-3,25,-27r-1,-118v-1,-10,-12,-12,-23,-13v-1,-4,-1,-6,4,-5v39,5,70,17,106,25v38,-8,66,-21,110,-25v-2,13,-30,1,-24,27r0,109","w":267,"k":{"q":11,"o":11,"g":11,"c":11}},"n":{"d":"170,-25v-1,17,10,20,24,22v1,5,-1,5,-5,4r-66,1v5,-13,25,-3,25,-27r0,-122r-78,0r1,131v0,11,13,11,23,13v1,5,-1,5,-5,4r-66,1v5,-13,25,-3,25,-27r-1,-118v-1,-10,-12,-12,-23,-13v-1,-4,-1,-6,4,-5v50,4,114,3,166,0v-3,12,-24,2,-24,27r0,109","w":217,"k":{"q":11,"o":11,"g":11,"c":11}},"o":{"d":"118,-165v54,0,94,30,94,83v0,54,-38,87,-94,87v-55,0,-95,-29,-95,-82v0,-55,39,-88,95,-88xm54,-51v27,64,148,56,135,-29v-7,-42,-33,-71,-79,-73v-53,-2,-76,55,-56,102","w":235,"k":{"y":7,"x":7,"w":11,"v":11,"u":11,"t":5,"r":11,"p":11,"n":11,"m":11,"l":11,"k":11,"j":11,"i":11,"h":11,"f":11,"e":11,"d":11,"b":11}},"p":{"d":"23,-161v52,5,131,-10,131,41v0,37,-36,56,-75,52v-1,-4,1,-5,5,-4v27,-1,47,-15,47,-42v0,-27,-21,-40,-52,-38v-7,0,-9,4,-9,11r1,125v0,11,13,11,23,13v1,5,-1,5,-5,4r-66,1v5,-13,25,-3,25,-27r-1,-118v-1,-10,-12,-12,-23,-13","w":165,"k":{"a":4,".":25,",":25}},"q":{"d":"148,1v49,26,102,69,178,55v7,-3,14,-7,21,-11v-60,64,-182,-10,-236,-40v-50,-5,-88,-30,-88,-82v0,-55,39,-88,95,-88v54,0,94,30,94,83v0,44,-29,71,-64,83xm52,-51v27,64,155,58,140,-29v-7,-43,-35,-70,-82,-73v-54,-2,-79,53,-58,102","w":235,"k":{"x":7,"w":11,"v":11,"u":7}},"r":{"d":"120,-74v46,37,84,118,170,98v-5,8,-23,14,-40,13v-77,-6,-108,-70,-157,-104r-23,0v3,27,-10,66,24,64v1,5,-1,5,-5,4r-66,1v5,-13,25,-3,25,-27r-1,-118v-1,-10,-12,-12,-23,-13v-1,-4,-1,-6,4,-5v48,5,126,-10,126,41v0,24,-16,39,-34,46xm70,-75v36,3,61,-7,61,-39v0,-27,-21,-40,-52,-38v-7,0,-9,4,-9,11r0,66","w":185,"k":{"y":7,"v":4,"t":4,".":-18,",":-18}},"s":{"d":"41,-130v11,45,82,32,82,89v0,46,-66,56,-97,35r-5,-34r5,0v-1,43,77,50,77,6v0,-49,-76,-37,-80,-88v-2,-38,45,-52,76,-35v3,1,7,1,11,1r5,26r-4,0v-7,-29,-68,-38,-70,0","w":142,"k":{"y":11}},"t":{"d":"94,-159v26,-2,57,9,62,-16r6,0r-15,37r-6,0v2,-9,0,-8,-9,-9r-38,0r0,131v1,10,13,11,23,13r1,5v-24,0,-49,-4,-71,0v3,-13,24,-1,24,-27r0,-122v-26,2,-58,-8,-63,16r-5,0r14,-37v11,-2,-1,12,15,9r39,0v0,-22,1,-44,-24,-42v-1,-5,1,-5,5,-4v23,2,44,3,66,-1v-4,13,-30,2,-24,27r0,20","w":164,"k":{"'":-14,"\"":-14,"q":13,"o":13,"g":13,"c":13,"a":11,".":25,",":25}},"u":{"d":"147,-133v1,-17,-8,-23,-24,-23v-1,-4,-1,-6,4,-5v22,4,44,2,67,0v-3,12,-29,3,-24,28v0,67,-24,114,-66,140v-47,-26,-66,-79,-68,-150v0,-10,-12,-12,-23,-13v-1,-4,1,-6,5,-5v22,4,44,2,67,0v-5,11,-27,3,-25,29v5,57,9,108,44,130v31,-22,43,-68,43,-131","w":207,"k":{"q":11,"o":11,"g":11,"c":11,".":7,",":7}},"v":{"d":"179,-161v-4,13,-25,6,-28,27r-55,137r-4,0v-24,-50,-42,-107,-70,-153v-3,-5,-20,1,-18,-11v21,3,51,3,72,0v3,13,-29,4,-20,24r44,100r39,-101v6,-15,-10,-14,-20,-17r-1,-6v20,0,43,4,61,0","w":182,"k":{"q":11,"o":11,"g":11,"c":11,"a":14,".":36,",":36}},"w":{"d":"235,-133v1,-17,-8,-23,-24,-23v-1,-4,1,-6,5,-5v22,4,44,2,67,0v-5,11,-26,3,-25,28v4,66,-19,115,-61,140v-24,-13,-39,-36,-49,-63v-11,27,-25,49,-50,63v-46,-26,-60,-81,-62,-150v0,-10,-12,-12,-23,-13v-1,-4,1,-6,5,-5v22,4,44,2,67,0v-5,11,-27,3,-25,29v4,61,8,107,38,130v32,-22,41,-78,37,-141v-1,-10,-12,-12,-23,-13v-1,-4,1,-6,5,-5v22,4,44,2,67,0v-5,11,-27,3,-25,29v4,61,8,107,38,130v31,-22,37,-68,38,-131","w":295,"k":{"q":11,"o":11,"g":11,"c":11,"a":11,".":29,",":29}},"x":{"d":"131,-134v9,-7,10,-25,-8,-22v-1,-4,-1,-6,4,-5v20,3,38,2,59,0v0,3,0,6,-4,5v-40,9,-49,47,-74,70v20,25,36,53,58,75v5,5,16,6,25,8v1,5,-1,5,-5,4r-68,1v-2,-11,25,-3,12,-20r-37,-49v-13,19,-31,34,-42,56v-1,10,18,1,17,13v-22,0,-43,-4,-64,0v2,-11,21,-5,25,-13v22,-20,38,-45,57,-67r-53,-69v-7,-4,-14,-10,-25,-9v-1,-4,1,-6,5,-5v22,4,45,2,69,0v0,10,-24,3,-15,19v10,16,22,31,33,46","w":193,"k":{"q":7,"o":7,"g":7,"c":7}},"y":{"d":"73,-156v-19,-2,-16,14,-7,22r35,52v11,-22,33,-40,38,-66v0,-5,-8,-8,-18,-8v-1,-4,-1,-6,4,-5v20,3,37,2,57,0v-4,10,-30,8,-34,27r-42,65v2,28,-11,69,24,66v1,5,-1,5,-5,4r-66,1v2,-14,30,-1,24,-27r0,-42v-28,-30,-33,-81,-83,-89v-1,-4,1,-6,5,-5v22,4,45,2,68,0r0,5","w":182,"k":{"o":7,"a":11,".":22,",":22}},"z":{"d":"47,-12v37,-5,95,16,102,-20r6,0r-14,41v-11,2,1,-13,-16,-9r-107,0r0,-7r53,-75r-43,0v7,-13,30,-10,50,-10r38,-55v-32,3,-77,-11,-82,20r-5,0r13,-41r7,0v-2,9,-1,9,9,9r88,0r0,7r-42,60r46,0v-7,15,-34,9,-54,10","w":172},"{":{"d":"94,-5v0,26,18,37,40,43r0,6v-38,-6,-63,-28,-66,-68v0,-20,8,-35,8,-54v0,-23,-18,-34,-40,-38r0,-6v22,-4,39,-15,40,-38v-18,-58,-1,-118,58,-122r0,6v-22,6,-40,17,-40,43r0,228","w":169},"|":{"d":"82,72r0,-360r20,0r0,360r-20,0","w":183},"}":{"d":"133,-116v-22,4,-38,16,-40,38v17,58,1,119,-58,122r0,-6v23,-6,41,-18,41,-43r0,-228v-1,-25,-18,-37,-41,-43r0,-6v38,6,63,28,66,68v0,20,-8,35,-8,54v0,22,18,34,40,38r0,6","w":169},"~":{"d":"187,-141v-1,31,-16,57,-47,57v-38,0,-58,-31,-92,-33v-19,-1,-31,15,-32,33r-8,0v3,-35,20,-61,59,-56v28,3,49,30,79,32v19,1,31,-15,32,-33r9,0","w":195},"!":{"d":"72,-207v-14,41,-19,104,-22,156r-3,0v-3,-51,-8,-115,-22,-156v10,-4,19,-12,22,-22v10,5,13,19,25,22xm72,-14v-5,10,-19,13,-22,25r-3,0v-3,-10,-12,-18,-22,-22r0,-3v10,-3,19,-11,22,-22r3,0v4,10,12,19,22,22"},"\"":{"d":"72,-204v-16,10,-19,31,-22,61r-3,0v-3,-31,-5,-52,-22,-61r0,-3v10,-4,19,-12,22,-22v10,5,13,19,25,22r0,3xm144,-204v-16,10,-19,31,-22,61r-3,0v-3,-31,-5,-52,-22,-61r0,-3v10,-4,19,-12,22,-22v10,5,13,19,25,22r0,3","w":169,"k":{"t":-14,"T":-11}},"#":{"d":"166,-64r-14,72r-19,0r15,-72r-77,0r-15,72r-19,0r16,-72r-37,0r0,-18r40,0r15,-68r-55,0r0,-19r59,0r15,-72r18,0r-15,72r77,0r15,-72r18,0r-15,72r36,0r0,19r-40,0r-14,68r54,0r0,18r-58,0xm89,-150r-15,68r78,0r14,-68r-77,0","w":240},"$":{"d":"118,-122v23,15,48,29,48,66v0,32,-23,48,-48,57r0,22r-14,0r0,-19r-22,1r0,18r-14,0r0,-19v-13,-2,-27,-9,-35,-12r-7,-46r5,0v5,26,14,42,37,48r0,-115v-18,-12,-38,-27,-38,-53v0,-28,16,-45,38,-52r0,-21r14,0r0,18r22,0r0,-18r14,0r0,21v11,4,15,6,30,7r5,34v-12,-12,-17,-29,-35,-32r0,95xm104,-220v-7,0,-15,-2,-22,0r0,77v8,4,17,9,22,13r0,-90xm68,-214v-20,11,-20,49,0,61r0,-61xm118,-10v30,-11,27,-65,0,-79r0,79xm104,-99v-7,-5,-14,-9,-22,-14r0,109r22,-1r0,-94","w":190},"%":{"d":"82,-229v32,0,54,18,54,50v0,33,-22,54,-54,54v-32,0,-55,-19,-55,-51v0,-31,21,-53,55,-53xm56,10r-15,0r175,-245r15,0xm190,-99v31,0,54,18,54,51v0,32,-21,53,-54,53v-33,0,-55,-18,-55,-50v0,-32,22,-54,55,-54xm78,-221v-44,4,-35,88,7,88v42,-3,37,-89,-7,-88xm174,-87v-34,19,-14,102,32,81v31,-19,14,-101,-32,-81","w":271},"&":{"d":"194,-128v24,1,40,-1,38,-27v4,-2,6,0,5,5v-1,22,-2,41,0,62v-3,0,-6,-1,-5,-5v0,-25,-19,-23,-43,-23r0,124v0,18,9,21,28,22v-11,11,-54,-4,-80,5v1,-2,0,-6,4,-5v17,-2,23,-5,24,-22v-5,-15,-25,1,-43,-3v-55,-1,-93,-23,-93,-77v0,-39,30,-53,61,-62v-18,-7,-33,-22,-34,-47v-4,-58,92,-62,112,-20v3,5,6,11,8,17r-28,31r-3,-4v19,-25,4,-63,-28,-63v-19,0,-33,17,-33,37v2,53,53,54,110,55xm52,-58v-2,57,80,70,113,34r0,-92v-60,-4,-111,4,-113,58","w":280},"'":{"d":"72,-204v-16,10,-19,31,-22,61r-3,0v-3,-31,-5,-52,-22,-61r0,-3v10,-4,19,-12,22,-22v10,5,13,19,25,22r0,3","k":{"t":-14,"T":-11}},"(":{"d":"60,-119v0,70,28,121,61,159r-3,5v-60,-48,-112,-163,-57,-255v16,-27,36,-53,57,-74r3,5v-32,39,-61,90,-61,160","w":144},"\u00a0":{"w":100}}});
;
(function ($) {
  Drupal.behaviors.cufonReplace = {
    attach: function(context) {
      for (o in Drupal.settings.cufonSelectors) { 
        var s = Drupal.settings.cufonSelectors[o];
        $(s.selector + ':not(.cufon-replace-processed)', context)
          .each(function() {
            Cufon.replace($(this), s.options);
          })
          .addClass('cufon-replace-processed');
      }
    }
  }
})(jQuery);
;

