/*
	Slimbox v2.04 - The ultimate lightweight Lightbox clone for jQuery
	(c) 2007-2010 Christophe Beyls <http://www.digitalia.be>
	MIT-style license.
*/
(function(w){var E=w(window),u,f,F=-1,n,x,D,v,y,L,r,m=!window.XMLHttpRequest,s=[],l=document.documentElement,k={},t=new Image(),J=new Image(),H,a,g,p,I,d,G,c,A,K;w(function(){w("body").append(w([H=w('<div id="lbOverlay" />')[0],a=w('<div id="lbCenter" />')[0],G=w('<div id="lbBottomContainer" />')[0]]).css("display","none"));g=w('<div id="lbImage" />').appendTo(a).append(p=w('<div style="position: relative;" />').append([I=w('<a id="lbPrevLink" href="#" />').click(B)[0],d=w('<a id="lbNextLink" href="#" />').click(e)[0]])[0])[0];c=w('<div id="lbBottom" />').appendTo(G).append([w('<a id="lbCloseLink" href="#" />').add(H).click(C)[0],A=w('<div id="lbCaption" />')[0],K=w('<div id="lbNumber" />')[0],w('<div style="clear: both;" />')[0]])[0]});w.slimbox=function(O,N,M){u=w.extend({loop:false,overlayOpacity:0.8,overlayFadeDuration:400,resizeDuration:400,resizeEasing:"swing",initialWidth:250,initialHeight:250,imageFadeDuration:400,captionAnimationDuration:400,counterText:"Image {x} of {y}",closeKeys:[27,88,67],previousKeys:[37,80],nextKeys:[39,78]},M);if(typeof O=="string"){O=[[O,N]];N=0}y=E.scrollTop()+(E.height()/2);L=u.initialWidth;r=u.initialHeight;w(a).css({top:Math.max(0,y-(r/2)),width:L,height:r,marginLeft:-L/2}).show();v=m||(H.currentStyle&&(H.currentStyle.position!="fixed"));if(v){H.style.position="absolute"}w(H).css("opacity",u.overlayOpacity).fadeIn(u.overlayFadeDuration);z();j(1);f=O;u.loop=u.loop&&(f.length>1);return b(N)};w.fn.slimbox=function(M,P,O){P=P||function(Q){return[Q.href,Q.title]};O=O||function(){return true};var N=this;return N.unbind("click").click(function(){var S=this,U=0,T,Q=0,R;T=w.grep(N,function(W,V){return O.call(S,W,V)});for(R=T.length;Q<R;++Q){if(T[Q]==S){U=Q}T[Q]=P(T[Q],Q)}return w.slimbox(T,U,M)})};function z(){var N=E.scrollLeft(),M=E.width();w([a,G]).css("left",N+(M/2));if(v){w(H).css({left:N,top:E.scrollTop(),width:M,height:E.height()})}}function j(M){if(M){w("object").add(m?"select":"embed").each(function(O,P){s[O]=[P,P.style.visibility];P.style.visibility="hidden"})}else{w.each(s,function(O,P){P[0].style.visibility=P[1]});s=[]}var N=M?"bind":"unbind";E[N]("scroll resize",z);w(document)[N]("keydown",o)}function o(O){var N=O.keyCode,M=w.inArray;return(M(N,u.closeKeys)>=0)?C():(M(N,u.nextKeys)>=0)?e():(M(N,u.previousKeys)>=0)?B():false}function B(){return b(x)}function e(){return b(D)}function b(M){if(M>=0){F=M;n=f[F][0];x=(F||(u.loop?f.length:0))-1;D=((F+1)%f.length)||(u.loop?0:-1);q();a.className="lbLoading";k=new Image();k.onload=i;k.src=n}return false}function i(){a.className="";w(g).css({backgroundImage:"url("+n+")",visibility:"hidden",display:""});w(p).width(k.width);w([p,I,d]).height(k.height);w(A).html(f[F][1]||"");w(K).html((((f.length>1)&&u.counterText)||"").replace(/{x}/,F+1).replace(/{y}/,f.length));if(x>=0){t.src=f[x][0]}if(D>=0){J.src=f[D][0]}L=g.offsetWidth;r=g.offsetHeight;var M=Math.max(0,y-(r/2));if(a.offsetHeight!=r){w(a).animate({height:r,top:M},u.resizeDuration,u.resizeEasing)}if(a.offsetWidth!=L){w(a).animate({width:L,marginLeft:-L/2},u.resizeDuration,u.resizeEasing)}w(a).queue(function(){w(G).css({width:L,top:M+r,marginLeft:-L/2,visibility:"hidden",display:""});w(g).css({display:"none",visibility:"",opacity:""}).fadeIn(u.imageFadeDuration,h)})}function h(){if(x>=0){w(I).show()}if(D>=0){w(d).show()}w(c).css("marginTop",-c.offsetHeight).animate({marginTop:0},u.captionAnimationDuration);G.style.visibility=""}function q(){k.onload=null;k.src=t.src=J.src=n;w([a,g,c]).stop(true);w([I,d,g,G]).hide()}function C(){if(F>=0){q();F=x=D=-1;w(a).hide();w(H).stop().fadeOut(u.overlayFadeDuration,j)}return false}})(jQuery);

// AUTOLOAD CODE BLOCK (MAY BE CHANGED OR REMOVED)
if (!/android|iphone|ipod|series60|symbian|windows ce|blackberry/i.test(navigator.userAgent)) {
	jQuery(function($) {
		$("a[rel^='lightbox']").slimbox({/* Put custom options here */}, null, function(el) {
			return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
		});
	});
}/**
 * jQuery.ScrollTo - Easy element scrolling using jQuery.
 * Copyright (c) 2007-2009 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
 * Dual licensed under MIT and GPL.
 * Date: 5/25/2009
 * @author Ariel Flesler
 * @version 1.4.2
 *
 * http://flesler.blogspot.com/2007/10/jqueryscrollto.html
 */
;(function(d){var k=d.scrollTo=function(a,i,e){d(window).scrollTo(a,i,e)};k.defaults={axis:'xy',duration:parseFloat(d.fn.jquery)>=1.3?0:1};k.window=function(a){return d(window)._scrollable()};d.fn._scrollable=function(){return this.map(function(){var a=this,i=!a.nodeName||d.inArray(a.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!i)return a;var e=(a.contentWindow||a).document||a.ownerDocument||a;return d.browser.safari||e.compatMode=='BackCompat'?e.body:e.documentElement})};d.fn.scrollTo=function(n,j,b){if(typeof j=='object'){b=j;j=0}if(typeof b=='function')b={onAfter:b};if(n=='max')n=9e9;b=d.extend({},k.defaults,b);j=j||b.speed||b.duration;b.queue=b.queue&&b.axis.length>1;if(b.queue)j/=2;b.offset=p(b.offset);b.over=p(b.over);return this._scrollable().each(function(){var q=this,r=d(q),f=n,s,g={},u=r.is('html,body');switch(typeof f){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(f)){f=p(f);break}f=d(f,this);case'object':if(f.is||f.style)s=(f=d(f)).offset()}d.each(b.axis.split(''),function(a,i){var e=i=='x'?'Left':'Top',h=e.toLowerCase(),c='scroll'+e,l=q[c],m=k.max(q,i);if(s){g[c]=s[h]+(u?0:l-r.offset()[h]);if(b.margin){g[c]-=parseInt(f.css('margin'+e))||0;g[c]-=parseInt(f.css('border'+e+'Width'))||0}g[c]+=b.offset[h]||0;if(b.over[h])g[c]+=f[i=='x'?'width':'height']()*b.over[h]}else{var o=f[h];g[c]=o.slice&&o.slice(-1)=='%'?parseFloat(o)/100*m:o}if(/^\d+$/.test(g[c]))g[c]=g[c]<=0?0:Math.min(g[c],m);if(!a&&b.queue){if(l!=g[c])t(b.onAfterFirst);delete g[c]}});t(b.onAfter);function t(a){r.animate(g,j,b.easing,a&&function(){a.call(this,n,b)})}}).end()};k.max=function(a,i){var e=i=='x'?'Width':'Height',h='scroll'+e;if(!d(a).is('html,body'))return a[h]-d(a)[e.toLowerCase()]();var c='client'+e,l=a.ownerDocument.documentElement,m=a.ownerDocument.body;return Math.max(l[h],m[h])-Math.min(l[c],m[c])};function p(a){return typeof a=='object'?a:{top:a,left:a}}})(jQuery);/**
 * jQuery.LocalScroll - Animated scrolling navigation, using anchors.
 * Copyright (c) 2007-2009 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
 * Dual licensed under MIT and GPL.
 * Date: 3/11/2009
 * @author Ariel Flesler
 * @version 1.2.7
 **/
;(function($){var l=location.href.replace(/#.*/,'');var g=$.localScroll=function(a){$('body').localScroll(a)};g.defaults={duration:1e3,axis:'y',event:'click',stop:true,target:window,reset:true};g.hash=function(a){if(location.hash){a=$.extend({},g.defaults,a);a.hash=false;if(a.reset){var e=a.duration;delete a.duration;$(a.target).scrollTo(0,a);a.duration=e}i(0,location,a)}};$.fn.localScroll=function(b){b=$.extend({},g.defaults,b);return b.lazy?this.bind(b.event,function(a){var e=$([a.target,a.target.parentNode]).filter(d)[0];if(e)i(a,e,b)}):this.find('a,area').filter(d).bind(b.event,function(a){i(a,this,b)}).end().end();function d(){return!!this.href&&!!this.hash&&this.href.replace(this.hash,'')==l&&(!b.filter||$(this).is(b.filter))}};function i(a,e,b){var d=e.hash.slice(1),f=document.getElementById(d)||document.getElementsByName(d)[0];if(!f)return;if(a)a.preventDefault();var h=$(b.target);if(b.lock&&h.is(':animated')||b.onBefore&&b.onBefore.call(b,a,f,h)===false)return;if(b.stop)h.stop(true);if(b.hash){var j=f.id==d?'id':'name',k=$('<a> </a>').attr(j,d).css({position:'absolute',top:$(window).scrollTop(),left:$(window).scrollLeft()});f[j]='';$('body').prepend(k);location=e.hash;k.remove();f[j]=d}h.scrollTo(f,b).trigger('notify.serialScroll',[f])}})(jQuery);/*
 * jQuery.SerialScroll - Animated scrolling of series
 * Copyright (c) 2007-2009 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
 * Dual licensed under MIT and GPL.
 * Date: 06/14/2009
 * @author Ariel Flesler
 * @version 1.2.2
 * http://flesler.blogspot.com/2008/02/jqueryserialscroll.html
 */
;(function(a){var b=a.serialScroll=function(c){return a(window).serialScroll(c)};b.defaults={duration:1e3,axis:"x",event:"click",start:0,step:1,lock:!0,cycle:!0,constant:!0};a.fn.serialScroll=function(c){return this.each(function(){var t=a.extend({},b.defaults,c),s=t.event,i=t.step,r=t.lazy,e=t.target?this:document,u=a(t.target||this,e),p=u[0],m=t.items,h=t.start,g=t.interval,k=t.navigation,l;if(!r){m=d()}if(t.force){f({},h)}a(t.prev||[],e).bind(s,-i,q);a(t.next||[],e).bind(s,i,q);if(!p.ssbound){u.bind("prev.serialScroll",-i,q).bind("next.serialScroll",i,q).bind("goto.serialScroll",f)}if(g){u.bind("start.serialScroll",function(v){if(!g){o();g=!0;n()}}).bind("stop.serialScroll",function(){o();g=!1})}u.bind("notify.serialScroll",function(x,w){var v=j(w);if(v>-1){h=v}});p.ssbound=!0;if(t.jump){(r?u:d()).bind(s,function(v){f(v,j(v.target))})}if(k){k=a(k,e).bind(s,function(v){v.data=Math.round(d().length/k.length)*k.index(this);f(v,this)})}function q(v){v.data+=h;f(v,this)}function f(B,z){if(!isNaN(z)){B.data=z;z=p}var C=B.data,v,D=B.type,A=t.exclude?d().slice(0,-t.exclude):d(),y=A.length,w=A[C],x=t.duration;if(D){B.preventDefault()}if(g){o();l=setTimeout(n,t.interval)}if(!w){v=C<0?0:y-1;if(h!=v){C=v}else{if(!t.cycle){return}else{C=y-v-1}}w=A[C]}if(!w||t.lock&&u.is(":animated")||D&&t.onBefore&&t.onBefore(B,w,u,d(),C)===!1){return}if(t.stop){u.queue("fx",[]).stop()}if(t.constant){x=Math.abs(x/i*(h-C))}u.scrollTo(w,x,t).trigger("notify.serialScroll",[C])}function n(){u.trigger("next.serialScroll")}function o(){clearTimeout(l)}function d(){return a(m,p)}function j(w){if(!isNaN(w)){return w}var x=d(),v;while((v=x.index(w))==-1&&w!=p){w=w.parentNode}return v}})}})(jQuery);
(function($){$.fn.lazyload=function(options){var settings={threshold:0,failurelimit:0,event:"scroll",effect:"show",container:window};if(options){$.extend(settings,options);}
var elements=this;if("scroll"==settings.event){$(settings.container).bind("scroll",function(event){var counter=0;elements.each(function(){if($.abovethetop(this,settings)||$.leftofbegin(this,settings)){}else if(!$.belowthefold(this,settings)&&!$.rightoffold(this,settings)){$(this).trigger("appear");}else{if(counter++>settings.failurelimit){return false;}}});var temp=$.grep(elements,function(element){return!element.loaded;});elements=$(temp);});}
this.each(function(){var self=this;if(undefined==$(self).attr("original")){$(self).attr("original",$(self).attr("src"));}
if("scroll"!=settings.event||undefined==$(self).attr("src")||settings.placeholder==$(self).attr("src")||($.abovethetop(self,settings)||$.leftofbegin(self,settings)||$.belowthefold(self,settings)||$.rightoffold(self,settings))){if(settings.placeholder){$(self).attr("src",settings.placeholder);}else{$(self).removeAttr("src");}
self.loaded=false;}else{self.loaded=true;}
$(self).one("appear",function(){if(!this.loaded){$("<img />").bind("load",function(){$(self).hide().attr("src",$(self).attr("original"))
[settings.effect](settings.effectspeed);self.loaded=true;}).attr("src",$(self).attr("original"));};});if("scroll"!=settings.event){$(self).bind(settings.event,function(event){if(!self.loaded){$(self).trigger("appear");}});}});$(settings.container).trigger(settings.event);return this;};$.belowthefold=function(element,settings){if(settings.container===undefined||settings.container===window){var fold=$(window).height()+$(window).scrollTop();}else{var fold=$(settings.container).offset().top+$(settings.container).height();}
return fold<=$(element).offset().top-settings.threshold;};$.rightoffold=function(element,settings){if(settings.container===undefined||settings.container===window){var fold=$(window).width()+$(window).scrollLeft();}else{var fold=$(settings.container).offset().left+$(settings.container).width();}
return fold<=$(element).offset().left-settings.threshold;};$.abovethetop=function(element,settings){if(settings.container===undefined||settings.container===window){var fold=$(window).scrollTop();}else{var fold=$(settings.container).offset().top;}
return fold>=$(element).offset().top+settings.threshold+$(element).height();};$.leftofbegin=function(element,settings){if(settings.container===undefined||settings.container===window){var fold=$(window).scrollLeft();}else{var fold=$(settings.container).offset().left;}
return fold>=$(element).offset().left+settings.threshold+$(element).width();};$.extend($.expr[':'],{"below-the-fold":"$.belowthefold(a, {threshold : 0, container: window})","above-the-fold":"!$.belowthefold(a, {threshold : 0, container: window})","right-of-fold":"$.rightoffold(a, {threshold : 0, container: window})","left-of-fold":"!$.rightoffold(a, {threshold : 0, container: window})"});})(jQuery);
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());/*!
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright � 1988, 1995, 2001 Adobe Systems Incorporated.  All Rights Reserved.
 * 
 * Trademark:
 * ITC Serif Gothic is a trademark of International Typeface Corporation.
 * 
 * Full name:
 * SerifGothicStd-Bold
 * 
 * Designer:
 * Herb Lubalin, Tony DeSpigna
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"13,-90r0,-23v36,0,30,-63,30,-104v0,-40,27,-48,65,-45r0,23v-51,-11,-36,50,-36,92v0,33,-24,42,-31,46v8,1,31,14,31,46v0,38,-20,101,36,92r0,22v-38,3,-65,-4,-65,-45v0,-41,6,-104,-30,-104","w":119},{"d":"7,-98r44,0v-7,39,20,67,57,67v33,0,54,-29,54,-59v0,-43,-28,-53,-58,-57v47,0,51,-78,3,-78v-27,1,-41,20,-36,46r-45,0v4,-6,5,-14,6,-21v4,-38,38,-62,75,-62v53,0,99,70,56,108v31,12,36,37,36,65v0,53,-40,95,-93,95v-59,1,-92,-49,-99,-104"},{"d":"204,-31v-38,6,-50,37,-90,37v-56,0,-98,-38,-98,-97v0,-75,90,-119,146,-72v-4,-31,10,-74,-8,-93r44,0r0,203v0,8,0,16,6,22xm162,-53r0,-73v-10,-5,-22,-20,-51,-20v-35,0,-59,20,-59,56v0,61,78,78,110,37"},{"d":"25,-270r30,0r0,360r-30,0r0,-360","w":79},{"d":"99,-193r0,5v14,8,32,12,48,12r-21,36v-9,-14,-22,-25,-35,-35v-1,1,-3,1,-4,2v1,16,5,33,13,48r-41,0v8,-15,11,-32,13,-49v-2,0,-3,-1,-4,-2v-13,10,-27,22,-35,36r-20,-37v16,-3,41,-3,47,-16v-15,-7,-31,-11,-47,-13r20,-36v10,13,21,27,35,36v1,-1,3,-1,4,-2v-1,-17,-5,-33,-13,-48r42,0v-8,15,-12,31,-13,48v1,0,2,1,3,2v14,-9,26,-21,35,-35r21,35v-17,1,-33,7,-48,13","w":159},{"d":"110,-146v-34,0,-61,26,-61,58v0,32,27,58,61,58v34,0,61,-26,61,-58v0,-32,-27,-58,-61,-58xm13,-88v0,-50,44,-94,97,-94v53,0,97,44,97,94v0,50,-44,94,-97,94v-53,0,-97,-44,-97,-94"},{"d":"24,-30r49,0r-37,67v0,2,1,4,2,5r-24,0v3,-23,18,-49,10,-72","w":109},{"d":"180,-73r-180,0r0,-30r180,0r0,30","w":180},{"d":"15,-145v30,-8,49,-37,85,-37v38,0,79,29,79,74r0,92v0,6,1,11,8,16r-51,0v17,-23,5,-69,7,-103v3,-50,-64,-57,-86,-23r0,110v0,6,0,11,7,16r-51,0v7,-5,8,-10,8,-16v-3,-42,7,-98,-6,-129","w":200},{"d":"16,-262v8,13,30,0,44,0v47,0,81,35,81,83v-1,41,-26,80,-66,73v1,12,-2,24,3,33r-43,0v8,-17,2,-44,4,-66v28,17,65,-5,65,-38v0,-47,-62,-63,-88,-30r0,-55xm58,-40v13,0,23,11,23,23v0,13,-10,23,-23,23v-13,0,-23,-10,-23,-23v0,-12,10,-23,23,-23","w":159},{"d":"13,-256r43,0r1,152v20,-22,43,-41,60,-65v0,-2,-2,-4,-4,-7r65,0r-78,70v51,2,66,50,66,90v0,6,1,11,8,16r-46,0v10,-54,-14,-84,-72,-87v4,30,-9,70,8,87r-51,0v7,-5,7,-10,7,-16r0,-224v0,-6,0,-11,-7,-16","w":180},{"d":"31,-256r171,0r-95,249v0,3,2,4,6,7r-60,0v7,-5,10,-11,14,-21r83,-199r-97,0v-12,0,-17,2,-22,10r0,-46"},{"d":"162,-46r0,46r-143,0v5,-4,7,-8,7,-14r0,-228v0,-6,-2,-10,-7,-14r52,0v-5,4,-7,8,-7,14r0,205v33,-4,78,10,98,-9","w":159,"k":{"T":20,"V":27,"W":27,"y":13,"Y":27,"\u2019":27}},{"d":"161,-50r0,-74v-34,-37,-113,-24,-112,36v0,39,26,58,61,58v32,0,45,-16,51,-20xm197,-9v0,71,-65,104,-137,86v-4,0,-9,0,-10,4r0,-51v42,43,122,8,113,-49v-50,61,-150,1,-150,-69v0,-50,44,-94,97,-94v40,0,59,30,93,37v-14,36,-6,91,-6,136"},{"d":"13,-86v0,-64,62,-112,128,-91v5,0,7,-1,9,-5r0,51v-34,-40,-101,-6,-101,45v0,52,71,80,101,40r0,51v-8,-9,-27,1,-39,1v-53,0,-98,-40,-98,-92","w":159},{"d":"21,-256r169,0r-128,219v41,-4,98,9,127,-7r0,44r-192,0r126,-220v-34,3,-81,-8,-102,8r0,-44","w":200},{"d":"71,0r-51,0v7,-5,8,-10,8,-16r0,-127v-9,1,-18,-3,-23,4r0,-37r23,0v-6,-48,22,-79,64,-80v5,-1,7,-2,9,-6r0,46v-25,-13,-43,10,-37,40r38,0r0,37v-8,-7,-25,-3,-38,-4r0,127v0,6,0,11,7,16","w":100,"k":{"\u2019":-6}},{"d":"54,0r-57,0r119,-262r119,250v2,4,5,9,9,12r-60,0v11,-18,-13,-40,-16,-57r-99,0v-4,18,-28,40,-15,57xm153,-96r-37,-84r-34,84r71,0","w":240},{"d":"22,-16r0,-224v0,-6,-1,-11,-8,-16r44,0r0,240v0,6,1,11,8,16r-52,0v7,-5,8,-10,8,-16","w":79},{"d":"14,-184v3,-23,18,-49,10,-72r48,0r-37,67v0,2,2,4,3,5r-24,0xm87,-184v3,-23,18,-49,10,-72r49,0r-37,67v0,2,1,4,2,5r-24,0","w":159},{"d":"167,-46r0,51v-12,-15,-32,1,-56,1v-53,0,-98,-41,-98,-91v0,-54,43,-97,96,-97v66,0,97,54,100,110r-160,0v12,49,82,59,118,26xm49,-105r118,0v-11,-57,-105,-58,-118,0"},{"d":"106,-262r-82,268r-30,0r82,-268r30,0","w":100},{"d":"62,-242r0,161v0,26,16,48,49,48v35,0,47,-27,47,-48r0,-161v0,-6,-1,-10,-6,-14r52,0v-5,4,-7,8,-7,14r0,161v0,48,-35,87,-87,87v-52,0,-87,-39,-87,-87r0,-161v0,-6,-2,-10,-7,-14r53,0v-5,4,-7,8,-7,14","w":220},{"d":"70,-114v24,0,56,23,77,24v14,0,23,-13,31,-26r13,23v-11,15,-23,31,-45,31v-36,0,-90,-51,-108,1r-13,-22v8,-15,21,-31,45,-31","w":216},{"d":"64,-108v4,35,-9,85,7,108r-52,0v5,-4,7,-8,7,-14r0,-248v14,15,29,0,58,0v79,0,114,124,32,140v54,11,80,65,87,113v1,4,3,7,7,9r-59,0v7,-4,8,-12,8,-20v0,-46,-52,-85,-95,-88xm64,-223r0,82v35,3,58,-11,60,-44v2,-30,-24,-42,-60,-38","w":200,"k":{"T":13,"V":13,"W":13,"Y":13}},{"d":"-3,-256r59,0v-7,4,-7,10,-3,16r68,158r22,-65v-19,-36,-30,-79,-55,-109r62,0v-10,3,-7,13,-2,21r62,152r61,-164v0,-4,-1,-6,-4,-9r58,0v-47,79,-74,178,-116,262r-46,-111r-47,111r-110,-247v-3,-6,-5,-11,-9,-15","w":320,"k":{"A":20,",":46,".":46,"-":13,"a":13,"e":13,"o":13,"r":6,"u":6,":":20,";":20}},{"d":"191,-112v-11,20,22,34,29,50v59,-54,13,-161,-70,-161v-54,0,-97,43,-97,95v0,66,70,115,135,87v-20,-23,-41,-54,-65,-71r68,0xm224,17v7,-10,-7,-20,-11,-27v-90,49,-200,-22,-200,-118v0,-74,61,-134,137,-134v76,0,137,60,137,134v0,38,-16,72,-42,96v15,16,26,37,44,49r-65,0","w":299},{"d":"51,-107r-30,0r73,-149r28,0r74,149r-30,0r-58,-118","w":216},{"d":"150,-223v-54,0,-97,42,-97,95v0,53,43,95,97,95v54,0,97,-42,97,-95v0,-53,-43,-95,-97,-95xm287,-128v0,74,-61,134,-137,134v-76,0,-137,-60,-137,-134v0,-74,61,-134,137,-134v76,0,137,60,137,134","w":299},{"d":"154,82v19,-20,3,-64,8,-96v-54,49,-146,4,-146,-71v0,-59,42,-97,98,-97v40,0,54,29,90,37v-6,6,-6,13,-6,21r0,190v0,6,1,11,8,16r-52,0xm162,-50r0,-73v-32,-40,-110,-25,-110,36v0,36,24,57,59,57v29,0,41,-15,51,-20"},{"d":"55,-151v-47,-48,13,-132,80,-107v3,0,6,-2,8,-4r0,51v-21,-24,-68,-9,-67,23v0,25,14,37,37,43v-31,4,-58,24,-58,57v0,33,24,55,57,55v39,0,65,-37,51,-75v-14,1,-26,-3,-33,7r0,-44v34,-4,82,9,103,-8r0,46r-35,0v27,58,-23,113,-86,113v-58,0,-96,-39,-96,-96v0,-26,11,-53,39,-61","w":240},{"d":"129,-103v-10,-14,-43,-4,-65,-7r0,96v0,6,2,10,7,14r-52,0v5,-4,7,-8,7,-14r0,-228v0,-6,-2,-10,-7,-14r139,0r0,46v-16,-20,-63,-6,-94,-10r0,71v22,-2,54,6,65,-7r0,53","w":159,"k":{"A":13,",":40,".":40}},{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},{"d":"14,-176r44,0r0,160v0,6,1,11,8,16r-52,0v7,-5,8,-10,8,-16r0,-144v0,-6,-1,-11,-8,-16xm40,-244v13,0,23,10,23,22v0,13,-10,23,-23,23v-13,0,-23,-10,-23,-23v0,-12,10,-22,23,-22","w":79},{"d":"209,6v-11,-14,-39,1,-57,0v-76,0,-137,-60,-137,-134v-1,-89,89,-156,184,-127v4,0,6,-1,10,-7r0,54v-66,-40,-154,6,-154,80v0,75,86,120,154,80r0,54"},{"d":"52,-176v1,6,-2,16,1,21v7,-21,34,-20,50,-31r0,46v-23,-5,-36,7,-47,20r0,104v0,6,1,11,8,16r-51,0v7,-5,7,-10,7,-16r0,-144v0,-6,0,-11,-7,-16r39,0","w":100,"k":{"\u2019":-6,",":20,".":20,"-":13}},{"d":"76,6r-82,-268r30,0r82,268r-30,0","w":100},{"d":"-14,-256r49,0r32,51r-30,0","w":79},{"d":"55,-40v13,0,22,11,22,23v0,13,-9,23,-22,23v-13,0,-23,-10,-23,-23v0,-12,10,-23,23,-23","w":109},{"d":"157,-256r65,0v-10,6,-13,12,-19,21r-74,117r0,104v0,6,2,10,7,14r-52,0v5,-4,6,-8,6,-14r0,-104r-74,-117v-6,-9,-9,-15,-19,-21r65,0v-8,9,-7,9,2,24r46,79r52,-95v0,-3,-3,-6,-5,-8","k":{"v":13,"A":20,",":46,".":46,"-":27,"a":27,"e":27,"i":6,"o":27,"u":20,":":27,";":27,"p":20,"q":27}},{"d":"140,-256r0,23r-45,0r0,125r-29,0r0,-125r-45,0r0,-23r119,0xm213,-256r40,105r41,-105r42,0r0,148r-28,0r-1,-117r-44,117r-20,0r-45,-117r0,117r-27,0r0,-148r42,0","w":356},{"d":"94,-66r56,-116r56,116r46,-102v0,-3,-2,-5,-6,-8r57,0v-3,3,-8,7,-10,10r-88,172r-56,-117r-55,117r-88,-172v-2,-3,-6,-7,-9,-10r57,0v-8,6,-6,7,-2,16","w":299,"k":{",":27,".":27}},{"d":"93,-262r18,29v-49,38,-69,70,-69,136v0,65,24,97,75,132r-21,32v-5,-12,-10,-16,-25,-28v-88,-68,-80,-211,-2,-276v9,-8,20,-14,24,-25","w":140},{"d":"107,-123r0,93v49,-13,38,-73,0,-93xm79,-138v-43,-18,-56,-95,0,-113v0,-13,2,-20,-7,-28r35,0r0,23v15,-2,31,9,42,-1r0,53v-17,-22,-69,-28,-69,6v0,42,97,42,97,123v0,38,-28,77,-70,76v0,12,-1,21,7,27r-35,0r0,-26v-13,1,-28,-7,-38,0r0,-53v12,8,24,16,38,21r0,-108"},{"d":"21,-16r0,-224v0,-6,-1,-11,-8,-16r44,0r0,92v42,-42,122,-6,122,56r0,92v0,6,1,11,8,16r-51,0v17,-23,5,-69,7,-103v3,-50,-64,-57,-86,-23r0,110v0,6,0,11,7,16r-51,0v7,-5,8,-10,8,-16","w":200},{"d":"165,-84v0,-32,-24,-54,-55,-54v-31,0,-56,22,-56,54v0,32,25,53,56,53v31,0,55,-21,55,-53xm77,-195v0,17,14,30,32,30v18,0,33,-13,33,-30v0,-17,-15,-30,-33,-30v-18,0,-32,13,-32,30xm109,-262v57,-6,96,76,47,109v26,13,47,39,47,73v0,50,-45,86,-93,86v-48,0,-93,-36,-93,-86v0,-34,21,-60,47,-73v-49,-31,-13,-115,45,-109"},{"d":"-11,-176r60,0v-9,3,-8,10,-4,19r45,107r48,-117v0,-5,-3,-7,-7,-9r59,0v-4,3,-8,5,-13,15r-111,234v0,2,1,6,5,9r-56,0v26,-28,37,-69,56,-104r-69,-139v-5,-10,-9,-12,-13,-15","w":180,"k":{",":27,".":27}},{"d":"138,-103v-12,-15,-50,-4,-74,-7r0,73v35,-4,86,9,106,-9r0,46r-151,0v5,-4,7,-8,7,-14r0,-228v0,-6,-2,-10,-7,-14r151,0r0,46v-19,-21,-71,-6,-106,-10r0,71v25,-3,61,7,74,-7r0,53","w":180},{"d":"185,-31v-30,8,-49,37,-85,37v-38,0,-79,-29,-79,-74r0,-92v0,-6,-1,-11,-8,-16r51,0v-17,23,-5,69,-7,103v-3,50,64,57,86,23r0,-110v0,-6,0,-11,-7,-16r51,0v-7,5,-8,10,-8,16v3,42,-7,98,6,129","w":200},{"d":"61,-176r37,0r0,38v-8,-8,-22,-4,-36,-5r0,127v0,6,0,11,7,16r-51,0v7,-5,8,-10,8,-16r0,-127r-30,0r65,-85r0,52","w":100},{"d":"107,-113r0,23v-36,0,-30,63,-30,104v0,40,-27,48,-65,45r0,-22v51,11,36,-50,36,-92v0,-33,24,-43,31,-47v-8,-1,-31,-13,-31,-45v0,-38,20,-101,-36,-92r0,-23v38,-3,65,4,65,45v0,41,-6,104,30,104","w":119},{"d":"14,-256r44,0r0,93v55,-47,146,-3,146,72v0,59,-42,97,-98,97v-40,0,-52,-31,-90,-37v6,-6,6,-14,6,-22r0,-187v0,-6,-1,-11,-8,-16xm58,-126r0,73v32,41,110,23,110,-37v0,-63,-86,-65,-110,-36"},{"d":"48,67r-19,-29v49,-38,69,-70,69,-136v0,-65,-24,-97,-75,-132r21,-32v5,12,10,16,25,28v88,68,80,210,2,275v-9,8,-19,15,-23,26","w":140},{"d":"131,-51v0,57,-59,63,-109,52v-3,-1,-5,3,-9,5v1,-18,-2,-40,1,-56v13,17,29,23,49,23v13,0,30,-6,30,-21v0,-36,-75,-30,-75,-86v0,-46,50,-55,87,-43v5,0,9,-3,12,-7r0,52v-11,-12,-21,-17,-37,-17v-11,0,-23,4,-23,16v0,31,74,26,74,82","w":140},{"d":"16,-145v37,-7,50,-37,90,-37v56,0,98,38,98,97v0,75,-92,119,-146,71v4,32,-10,76,8,96r-52,0v7,-5,8,-10,8,-16r0,-190v0,-8,0,-15,-6,-21xm58,-123r0,73v10,5,22,20,51,20v35,0,59,-21,59,-57v0,-60,-79,-77,-110,-36"},{"d":"136,-256v-9,23,8,49,10,72r-24,0v4,-3,3,-8,-1,-11r-34,-61r49,0xm63,-256v-10,21,8,48,10,72r-24,0v3,-3,2,-8,-1,-11r-34,-61r49,0","w":159},{"d":"0,-256r160,0r0,43v-12,-12,-39,-5,-61,-7r0,206v0,6,2,10,7,14r-52,0v5,-4,6,-8,6,-14r0,-206v-22,2,-48,-5,-60,7r0,-43","w":159,"k":{"w":20,"y":13,"A":20,",":20,".":20,"-":20,"a":13,"c":13,"e":13,"i":13,"o":13,"r":13,"s":13,"u":13,":":20,";":20}},{"d":"55,0r-60,0v34,-43,56,-96,85,-143v-24,-37,-44,-79,-72,-113r60,0v-5,4,-4,8,0,15r34,60v12,-23,28,-43,38,-69v0,-3,-2,-4,-4,-6r56,0v-28,33,-45,75,-69,112r75,129v3,5,6,10,13,15r-62,0v6,-6,5,-11,1,-18r-48,-91r-52,99v0,4,2,7,5,10","w":200},{"d":"63,-223r0,184v72,9,125,-28,125,-92v0,-59,-53,-101,-125,-92xm24,-262v13,12,42,0,67,0v75,0,137,61,137,134v0,71,-61,128,-134,128r-76,0v5,-4,6,-8,6,-14r0,-248","w":240},{"d":"17,-62v-3,-11,0,-30,-1,-43v29,-3,74,9,88,-9r0,43r-71,0v-8,0,-14,2,-16,9","w":119},{"d":"168,0r-171,0r107,-143v-28,3,-70,-8,-84,9r0,-42r152,0r-109,143v34,-4,85,10,105,-9r0,42","w":180},{"d":"193,0r-63,0v7,-5,4,-11,-1,-18r-38,-53v-14,22,-34,39,-45,64v0,3,1,5,4,7r-64,0v33,-27,54,-64,83,-95v-24,-27,-43,-58,-71,-81r61,0v-7,4,-4,9,-1,14v11,14,20,31,32,44v11,-18,27,-31,35,-52v0,-3,-1,-3,-4,-6r60,0v-27,23,-46,54,-70,81v28,31,50,68,82,95","w":180},{"d":"69,-121r-33,-26v9,-1,13,-6,19,-12r90,-103r0,245v0,6,1,12,8,17r-52,0v7,-5,7,-11,7,-17r-1,-153"},{"d":"21,-256r58,0v-11,44,-10,127,-13,174v0,6,0,11,4,16r-40,0v11,-43,-4,-124,-4,-174v0,-6,-1,-11,-5,-16xm50,-40v13,0,23,11,23,23v0,13,-10,23,-23,23v-13,0,-22,-10,-22,-23v0,-12,9,-23,22,-23","w":100},{"d":"87,-88r-67,-68r21,-20r67,67r67,-67r21,20r-67,68r67,67r-20,21r-68,-67r-67,67r-21,-21","w":216},{"d":"15,-145v30,-8,49,-37,85,-37v22,0,44,10,59,28v40,-52,139,-27,140,46r0,92v0,6,1,11,8,16r-51,0v17,-23,7,-69,7,-103v0,-28,-19,-45,-44,-45v-56,0,-39,78,-41,132v0,6,0,11,7,16r-51,0v18,-21,6,-69,8,-103v4,-50,-63,-56,-85,-23r0,110v0,6,0,11,7,16r-51,0v7,-5,8,-10,8,-16v-3,-42,7,-98,-6,-129","w":320},{"d":"93,-103r0,-73r30,0r0,73r73,0r0,30r-73,0r0,73r-30,0r0,-73r-73,0r0,-30r73,0","w":216},{"d":"23,-42r-20,-38v5,-1,8,-2,11,-6r152,-176r0,184v15,-1,33,4,39,-7r0,43r-39,0v2,17,-5,33,7,42r-52,0v13,-9,6,-24,8,-42r-106,0xm129,-169r-80,91r80,0r0,-91"},{"d":"93,-262r27,0r-154,263v0,2,1,4,2,5r-28,0r153,-262r0,-6","w":60},{"d":"360,-103r0,30r-360,0r0,-30r360,0","w":360},{"d":"27,-256r70,0v-5,88,0,185,-2,276v0,9,0,18,2,27r-70,0r0,-32v10,7,24,3,39,4r0,-248v-15,1,-29,-3,-39,4r0,-31","w":119},{"d":"199,-24r0,29r-182,-81r0,-25r182,-82r0,30r-145,64","w":216},{"d":"205,0r-38,0v-1,-7,2,-18,-1,-23v-45,62,-152,15,-152,-61v0,-54,39,-98,94,-98v43,0,56,32,96,37v-4,5,-6,8,-6,14r0,119v0,5,1,8,7,12xm162,-57r0,-66v-33,-37,-112,-28,-112,34v0,64,85,78,112,32"},{"d":"71,-159r0,-97r29,0r0,97r-29,0xm20,-159r0,-97r29,0r0,97r-29,0","w":119},{"d":"25,-159r0,-97r30,0r0,97r-30,0","w":79},{"d":"60,-40v13,0,23,11,23,23v0,13,-10,23,-23,23v-13,0,-23,-10,-23,-23v0,-12,10,-23,23,-23xm300,-40v13,0,23,11,23,23v0,13,-10,23,-23,23v-13,0,-23,-10,-23,-23v0,-12,10,-23,23,-23xm180,-40v13,0,23,11,23,23v0,13,-10,23,-23,23v-13,0,-23,-10,-23,-23v0,-12,10,-23,23,-23","w":360},{"d":"156,-110r-92,0r0,96v0,6,2,10,7,14r-52,0v5,-4,7,-8,7,-14r0,-228v0,-6,-2,-10,-7,-14r52,0v-17,23,-3,73,-7,107r92,0v-4,-35,9,-84,-7,-107r52,0v-5,4,-7,8,-7,14r0,228v0,6,2,10,7,14r-52,0v17,-24,2,-75,7,-110"},{"d":"-3,-256r58,0v-9,6,-5,9,0,20r67,157r65,-169v0,-4,-3,-6,-5,-8r62,0v-8,7,-15,15,-19,24r-104,238","w":240,"k":{"A":20,",":46,".":46,"-":13,"a":13,"e":13,"o":13,"u":6,":":20,";":20}},{"d":"196,-46r0,46r-180,0r127,-143v37,-32,4,-84,-38,-82v-31,2,-56,22,-49,55r-44,0v6,-5,6,-15,7,-23v6,-43,49,-69,89,-69v45,0,88,39,88,82v0,35,-11,48,-26,64r-74,79v33,-3,81,9,100,-9"},{"w":109},{"d":"24,-30r49,0r-37,67v0,2,1,4,2,5r-24,0v3,-23,18,-49,10,-72xm55,-142v13,0,22,10,22,22v0,13,-9,23,-22,23v-13,0,-23,-10,-23,-23v0,-12,10,-22,23,-22","w":109},{"d":"24,-262v15,11,44,-1,65,0v49,0,88,39,88,87v0,58,-56,108,-114,82v3,31,-7,72,6,93r-52,0v5,-4,7,-8,7,-14r0,-248xm63,-223r0,97v41,6,75,-11,75,-50v0,-38,-33,-51,-75,-47","w":180,"k":{"A":13,",":40,".":40}},{"d":"196,-141r0,30r-176,0r0,-30r176,0xm196,-65r0,29r-176,0r0,-29r176,0","w":216},{"d":"142,-256r68,0v-42,36,-72,83,-109,123v63,5,102,62,114,119v1,5,5,10,9,14r-57,0v18,-52,-45,-107,-101,-107v4,35,-9,84,7,107r-54,0v5,-3,8,-9,8,-14r0,-228v0,-5,-3,-11,-8,-14r54,0v-5,3,-7,9,-7,14r0,103r80,-110v0,-2,-2,-5,-4,-7"},{"d":"186,-102r0,24r-36,0r-11,78r-26,0r11,-78r-43,0r-10,78r-26,0r10,-78r-35,0r0,-24r39,0r7,-52r-36,0r0,-24r39,0r11,-78r26,0r-11,78r43,0r10,-78r27,0r-11,78r32,0r0,24r-35,0r-8,52r33,0xm135,-154r-43,0r-7,52r42,0"},{"d":"35,-184r-25,0v2,-24,18,-49,11,-72r48,0r-37,67v0,2,2,4,3,5","w":79,"k":{"\u2019":6,"s":20,"t":6}},{"d":"204,-158r0,59v0,66,-41,105,-94,105v-53,0,-94,-39,-94,-105r0,-59v0,-66,41,-104,94,-104v53,0,94,38,94,104xm167,-96r0,-65v0,-41,-27,-64,-57,-64v-30,0,-56,23,-56,64r0,65v0,41,26,65,56,65v30,0,57,-24,57,-65"},{"d":"27,-269r148,172r0,-145v0,-6,-2,-10,-7,-14r52,0v-5,4,-7,8,-7,14r0,248r-147,-173r0,153v0,6,1,10,6,14r-52,0v5,-4,7,-8,7,-14r0,-255","w":240},{"d":"13,-128v0,-88,86,-155,180,-128v3,0,7,-1,9,-6r0,56v-60,-43,-149,4,-149,78v0,74,82,118,149,82r0,-63v-26,3,-61,-7,-76,7r0,-52v4,5,8,6,14,6r101,0r0,105v0,5,1,13,6,16v-36,17,-56,33,-97,33v-76,0,-137,-60,-137,-134","w":259},{"w":109},{"d":"31,-14r0,-228v0,-6,-2,-10,-7,-14r52,0v-5,4,-7,8,-7,14r0,228v0,6,2,10,7,14r-52,0v5,-4,7,-8,7,-14","w":100},{"d":"93,-256r0,31v-10,-7,-24,-3,-39,-4r0,248v15,-1,29,3,39,-4r0,32r-70,0v5,-88,0,-185,2,-277v0,-9,0,-17,-2,-26r70,0","w":119},{"d":"98,-256r60,0v-25,26,-47,55,-69,84v60,-17,115,28,116,87v0,51,-45,91,-97,91v-50,0,-93,-36,-93,-91v0,-65,62,-111,85,-164v0,-3,-1,-4,-2,-7xm53,-85v0,32,25,54,56,54v32,0,58,-22,58,-54v0,-32,-26,-55,-58,-55v-31,0,-56,23,-56,55"},{"d":"130,-77v42,1,74,-98,20,-98v-29,0,-49,36,-49,64v0,20,12,34,29,34xm189,-176r7,-21r25,0r-29,115v0,5,2,8,7,8v22,0,47,-35,47,-73v0,-58,-44,-91,-97,-91v-61,0,-102,49,-102,111v0,101,129,145,187,72r25,0v-23,38,-64,61,-108,61v-74,0,-133,-59,-133,-135v0,-75,59,-133,131,-133v64,0,121,44,121,110v0,67,-56,103,-85,103v-12,0,-19,-9,-22,-21v-29,40,-92,17,-92,-37v0,-65,79,-136,118,-69","w":288},{"d":"69,-184r-24,0v4,-3,3,-8,0,-11r-34,-61r48,0v-7,23,8,48,10,72","w":79,"k":{"\u2018":6}},{"d":"121,0r-61,0v27,-21,41,-55,63,-82v-59,10,-109,-30,-110,-86v0,-53,46,-94,98,-94v74,0,114,87,75,148r-65,100v-3,6,-5,9,0,14xm108,-225v-31,0,-57,23,-57,54v0,31,26,54,57,54v31,0,59,-23,59,-54v0,-31,-28,-54,-59,-54"},{"d":"55,-40v13,0,22,11,22,23v0,13,-9,23,-22,23v-13,0,-23,-10,-23,-23v0,-12,10,-23,23,-23xm55,-142v13,0,22,10,22,22v0,13,-9,23,-22,23v-13,0,-23,-10,-23,-23v0,-12,10,-22,23,-22","w":109},{"d":"17,-199v-1,-51,48,-74,95,-58v4,0,8,-2,10,-5r0,56v-14,-25,-65,-26,-65,5v0,42,93,42,93,125v0,44,-33,82,-81,82v-23,0,-43,-16,-55,0r0,-59v26,34,96,29,96,-22v0,-57,-93,-56,-93,-124","w":159},{"d":"86,-177v60,-21,113,30,113,87v0,74,-91,121,-150,82v-16,-10,-21,-19,-35,-29r32,-30v19,57,117,40,117,-20v0,-68,-92,-74,-121,-31r12,-138r116,0r0,45v-14,-18,-54,-6,-81,-9"},{"d":"26,-261v15,12,39,-1,58,-1v62,0,122,73,66,114v27,6,40,34,40,60v-2,84,-83,93,-171,88v5,-4,7,-8,7,-14r0,-247xm64,-225r0,186v47,3,84,-6,84,-50v0,-39,-33,-50,-67,-52v27,-3,52,-13,52,-44v0,-35,-32,-43,-69,-40","w":200},{"d":"77,-256v31,0,58,25,58,57v0,32,-27,57,-58,57v-31,0,-58,-25,-58,-57v0,-32,27,-57,58,-57xm77,-224v-14,0,-26,11,-26,25v0,14,12,25,26,25v14,0,26,-11,26,-25v0,-14,-12,-25,-26,-25xm218,-114v31,0,58,25,58,57v0,32,-27,57,-58,57v-31,0,-58,-25,-58,-57v0,-32,27,-57,58,-57xm218,-82v-14,0,-25,11,-25,25v0,14,11,25,25,25v14,0,26,-11,26,-25v0,-14,-12,-25,-26,-25xm206,-262r28,0r-147,263v0,2,0,4,1,5r-28,0r146,-262r0,-6","w":320},{"d":"17,-24r145,-65r-145,-64r0,-30r182,82r0,25r-182,81r0,-29","w":216},{"d":"56,-66r0,-176v0,-5,-3,-11,-8,-14r55,0v-5,3,-8,9,-8,14r0,183v0,43,-37,73,-86,63v-3,0,-8,4,-9,6r0,-49v23,14,56,3,56,-27","w":119},{"d":"138,6r-70,-150r-24,135v0,3,2,7,7,9r-56,0v6,-3,8,-7,9,-12r52,-250r83,183r86,-183r51,250v1,5,3,9,9,12r-58,0v8,-4,6,-11,5,-19r-23,-125","w":280},{"d":"16,-176r43,0r0,182v0,44,-25,76,-58,76v-10,0,-20,0,-25,5r0,-42v25,11,47,-10,47,-35r0,-170v0,-6,0,-11,-7,-16xm41,-244v13,0,23,10,23,22v0,13,-10,23,-23,23v-13,0,-22,-10,-22,-23v0,-12,9,-22,22,-22","w":79},{"d":"-9,-176r57,0v-8,6,-6,7,-2,16r44,98r47,-106v0,-4,-3,-6,-7,-8r59,0v-4,3,-8,5,-13,14r-88,168r-88,-172v-2,-3,-6,-7,-9,-10","w":180,"k":{",":27,".":27}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+432-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("s$f?h67Fpwa;sGZrB6RDt$ta5|7?f6a;5|kDpwW@foYcT&F^2&7%bGnxJRL?Q#0LQ|i(p&BQf|7pf%Rc5g}DQqR%foexo5)uo?R2H[O6WZan=[k15$0;woL?Q#ODQ@1+k$Xi2}o?Bg?^s57e5g}DQqR#oRmOJ5niQuR1BH0efqBVs&W1BHte7qW1BHteQHWBM$R1t^B1BHteQ#fto#k1BH0eTH0r}q?Jt?L?Q#0L`HC`WDCkw&f05g}DQqOi`HnH7}tZM%n7p@T^J@7eh$ZFsGt^suLnMH0c1q?^J@0chq?eJ6LZh6BFpGL@Mwt;f^)@hgZepgQa2[FrpwT+T^)xp&Fx5^X(`@B[B?e;sHY+M&n+B|R;fgf1J67xh5L+h|Lc25Bxh|Wmh6W|pw)Zh@Z#5G)#h|?YT|aVhwa;Jw)mhwo1J67xhu%%J|%;B$o&BGmch|7mB$Zxh^)+h[7Fh6RVfu%nf6aDsqVnM$ersDVnswB0CGqOR$gtksJQ7`M=WuH}ow5Tfph1B2bXm^#%Z6@+n~dcV;xeLD&F?|[i)lrYaP(hT?Vn5oFa1RVn55FnsG%X")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":219,"face":{"font-family":"SerifGothic","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 14 6 2 2 2 6 2 3 4","ascent":"256","descent":"-104","x-height":"6","bbox":"-60 -279 360 90","underline-thickness":"18","underline-position":"-18","stemh":"33","stemv":"36","unicode-range":"U+0020-U+2122"}}));

