;(function($){var $scrollTo=$.scrollTo=function(target,duration,settings){$(window).scrollTo(target,duration,settings);};$scrollTo.defaults={axis:'xy',duration:parseFloat($.fn.jquery)>=1.3?0:1};$scrollTo.window=function(scope){return $(window)._scrollable();};$.fn._scrollable=function(){return this.map(function(){var elem=this,isWin=!elem.nodeName||$.inArray(elem.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!isWin)
return elem;var doc=(elem.contentWindow||elem).document||elem.ownerDocument||elem;return $.browser.safari||doc.compatMode=='BackCompat'?doc.body:doc.documentElement;});};$.fn.scrollTo=function(target,duration,settings){if(typeof duration=='object'){settings=duration;duration=0;}
if(typeof settings=='function')
settings={onAfter:settings};if(target=='max')
target=9e9;settings=$.extend({},$scrollTo.defaults,settings);duration=duration||settings.speed||settings.duration;settings.queue=settings.queue&&settings.axis.length>1;if(settings.queue)
duration/=2;settings.offset=both(settings.offset);settings.over=both(settings.over);return this._scrollable().each(function(){var elem=this,$elem=$(elem),targ=target,toff,attr={},win=$elem.is('html,body');switch(typeof targ){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(targ)){targ=both(targ);break;}
targ=$(targ,this);case'object':if(targ.is||targ.style)
toff=(targ=$(targ)).offset();}
$.each(settings.axis.split(''),function(i,axis){var Pos=axis=='x'?'Left':'Top',pos=Pos.toLowerCase(),key='scroll'+Pos,old=elem[key],max=$scrollTo.max(elem,axis);if(toff){attr[key]=toff[pos]+(win?0:old-$elem.offset()[pos]);if(settings.margin){attr[key]-=parseInt(targ.css('margin'+Pos))||0;attr[key]-=parseInt(targ.css('border'+Pos+'Width'))||0;}
attr[key]+=settings.offset[pos]||0;if(settings.over[pos])
attr[key]+=targ[axis=='x'?'width':'height']()*settings.over[pos];}else{var val=targ[pos];attr[key]=val.slice&&val.slice(-1)=='%'?parseFloat(val)/100*max:val;}
if(/^\d+$/.test(attr[key]))
attr[key]=attr[key]<=0?0:Math.min(attr[key],max);if(!i&&settings.queue){if(old!=attr[key])
animate(settings.onAfterFirst);delete attr[key];}});animate(settings.onAfter);function animate(callback){$elem.animate(attr,duration,settings.easing,callback&&function(){callback.call(this,target,settings);});};}).end();};$scrollTo.max=function(elem,axis){var Dim=axis=='x'?'Width':'Height',scroll='scroll'+Dim;if(!$(elem).is('html,body'))
return elem[scroll]-$(elem)[Dim.toLowerCase()]();var size='client'+Dim,html=elem.ownerDocument.documentElement,body=elem.ownerDocument.body;return Math.max(html[scroll],body[scroll])
-Math.min(html[size],body[size]);};function both(val){return typeof val=='object'?val:{top:val,left:val};};})(jQuery);;(function($){var URI=location.href.replace(/#.*/,'');var $localScroll=$.localScroll=function(settings){$('body').localScroll(settings);};$localScroll.defaults={duration:1000,axis:'y',event:'click',stop:true,target:window,reset:true};$localScroll.hash=function(settings){if(location.hash){settings=$.extend({},$localScroll.defaults,settings);settings.hash=false;if(settings.reset){var d=settings.duration;delete settings.duration;$(settings.target).scrollTo(0,settings);settings.duration=d;}
scroll(0,location,settings);}};$.fn.localScroll=function(settings){settings=$.extend({},$localScroll.defaults,settings);return settings.lazy?this.bind(settings.event,function(e){var a=$([e.target,e.target.parentNode]).filter(filter)[0];if(a)
scroll(e,a,settings);}):this.find('a,area').filter(filter).bind(settings.event,function(e){scroll(e,this,settings);}).end().end();function filter(){return!!this.href&&!!this.hash&&this.href.replace(this.hash,'')==URI&&(!settings.filter||$(this).is(settings.filter));};};function scroll(e,link,settings){var id=link.hash.slice(1),elem=document.getElementById(id)||document.getElementsByName(id)[0];if(!elem)
return;if(e)
e.preventDefault();var $target=$(settings.target);if(settings.lock&&$target.is(':animated')||settings.onBefore&&settings.onBefore.call(settings,e,elem,$target)===false)
return;if(settings.stop)
$target.stop(true);if(settings.hash){var attr=elem.id==id?'id':'name',$a=$('<a> </a>').attr(attr,id).css({position:'absolute',top:$(window).scrollTop(),left:$(window).scrollLeft()});elem[attr]='';$('body').prepend($a);location=link.hash;$a.remove();elem[attr]=id;}
$target.scrollTo(elem,settings).trigger('notify.serialScroll',[elem]);};})(jQuery);;(function($){var $serialScroll=$.serialScroll=function(settings){return $(window).serialScroll(settings);};$serialScroll.defaults={duration:1000,axis:'x',event:'click',start:0,step:1,lock:true,cycle:true,constant:true};$.fn.serialScroll=function(options){return this.each(function(){var
settings=$.extend({},$serialScroll.defaults,options),event=settings.event,step=settings.step,lazy=settings.lazy,context=settings.target?this:document,$pane=$(settings.target||this,context),pane=$pane[0],items=settings.items,active=settings.start,auto=settings.interval,nav=settings.navigation,timer;if(!lazy)
items=getItems();if(settings.force)
jump({},active);$(settings.prev||[],context).bind(event,-step,move);$(settings.next||[],context).bind(event,step,move);if(!pane.ssbound)
$pane.bind('prev.serialScroll',-step,move).bind('next.serialScroll',step,move).bind('goto.serialScroll',jump);if(auto)
$pane.bind('start.serialScroll',function(e){if(!auto){clear();auto=true;next();}}).bind('stop.serialScroll',function(){clear();auto=false;});$pane.bind('notify.serialScroll',function(e,elem){var i=index(elem);if(i>-1)
active=i;});pane.ssbound=true;if(settings.jump)
(lazy?$pane:getItems()).bind(event,function(e){jump(e,index(e.target));});if(nav)
nav=$(nav,context).bind(event,function(e){e.data=Math.round(getItems().length/nav.length)*nav.index(this);jump(e,this);});function move(e){e.data+=active;jump(e,this);};function jump(e,button){if(!isNaN(button)){e.data=button;button=pane;}
var
pos=e.data,n,real=e.type,$items=settings.exclude?getItems().slice(0,-settings.exclude):getItems(),limit=$items.length,elem=$items[pos],duration=settings.duration;if(real)
e.preventDefault();if(auto){clear();timer=setTimeout(next,settings.interval);}
if(!elem){n=pos<0?0:limit-1;if(active!=n)
pos=n;else if(!settings.cycle)
return;else
pos=limit-n-1;elem=$items[pos];}
if(!elem||settings.lock&&$pane.is(':animated')||real&&settings.onBefore&&settings.onBefore(e,elem,$pane,getItems(),pos)===false)return;if(settings.stop)
$pane.queue('fx',[]).stop();if(settings.constant)
duration=Math.abs(duration/step*(active-pos));$pane.scrollTo(elem,duration,settings).trigger('notify.serialScroll',[pos]);};function next(){$pane.trigger('next.serialScroll');};function clear(){clearTimeout(timer);};function getItems(){return $(items,pane);};function index(elem){if(!isNaN(elem))return elem;var $items=getItems(),i;while((i=$items.index(elem))==-1&&elem!=pane)
elem=elem.parentNode;return i;};});};})(jQuery);$(document).ready(function(){var $panels=$('#slider .scrollContainer > div');var $container=$('#slider .scrollContainer');var $controls=$('.extras');$(function(){$('.hCenter').css({'width':$(window).width()});$(window).resize(function(){$('.hCenter').css({'width':$(window).width()});});});$(function(){var $marginTop=(($(window).height()-475)/2+'px');$('.scroll').css({'margin-top':$marginTop});$(window).resize(function(){var $marginTop=(($(window).height()-475)/2+'px');$('.scroll').css({'margin-top':$marginTop});});});var horizontal=true;if(horizontal){$panels.css({'float':'left','position':'relative'});$container.css('width',$panels[0].offsetWidth*$panels.length*3);}
var $scroll=$('#slider .scroll').css('overflow','hidden');$controls.before('<img class="scrollButtons left" src="images/scroll_left.png" />').after('<img class="scrollButtons right" src="images/scroll_right.png" />');function selectNav(){$(this).parents('ul:first').find('a').removeClass('selected').end().end().addClass('selected');}
$('.navigation').find('a').click(selectNav);function trigger(data){var el=$('.navigation').find('a[href$="'+data.id+'"]').get(0);selectNav.call(el);}
if(window.location.hash){trigger({id:window.location.hash.substr(1)});}else{$('ul.navigation a:first').click();}
var offset=parseInt((horizontal?$container.css('paddingTop'):$container.css('paddingLeft'))||0)*-1;var scrollOptions={target:$scroll,items:$panels,navigation:'.navigation a',prev:'img.left',next:'img.right',axis:'xy',onAfter:trigger,offset:offset,duration:300,easing:'swing'};$('#slider').serialScroll(scrollOptions);$.localScroll(scrollOptions);scrollOptions.duration=1;$.localScroll.hash(scrollOptions);$(".hidden").fadeTo("slow",0);$(".extras").hover(function(){$(".hidden").fadeTo("fast",1.0);},function(){$(".hidden").fadeTo("fast",0);});$(".thumbs img").fadeTo("slow",1.0);$(".thumbs img").hover(function(){$(this).fadeTo("fast",0.8);},function(){$(this).fadeTo("fast",1.0);});});$(function(){$('#contact_form input').css({"background":"transparent url('images/emailInitialise.png') repeat"});$('#contact_form input').focus(function(){$(this).css({"background":"transparent url('images/emailInitialise.png') repeat"});});$('#contact_form input').blur(function(){$(this).css({"background":"transparent url('images/emailInitialise.png') repeat"});});$(".button").click(function(){$('.error').hide();var name=$("input#name").val();if(name==""){$("input#name").focus();$("input#name").css({"background":"transparent url('images/emailError.png') repeat"});return false;}
var email=$("input#email").val();if(email==""){$("input#email").focus();$("input#email").css({"background":"transparent url('images/emailError.png') repeat"});return false;}
var message=$("textarea#message").val();if(message==""){$("textarea#message").focus();$("textarea#message").css({"background":"transparent url('images/emailError.png') repeat"});return false;}
var dataString='name='+name+'&email='+email+'&message='+message;$.ajax({type:"POST",url:"bin/process.php",data:dataString,success:function(){$('#contact_form').html("<div id='resultsMessage'></div>");$('#resultsMessage').html("<h2>Thanks! - I'll be in touch.</h2>").hide().fadeIn(1500,function(){$('#message').append("<img id='checkmark' src='check.png' />");});}});return false;});});(function($){var colorbox='colorbox',hover='hover',TRUE=true,FALSE=false,cboxPublic,isIE=!$.support.opacity,isIE6=isIE&&!window.XMLHttpRequest,cbox_open='cbox_open',cbox_load='cbox_load',cbox_complete='cbox_complete',cbox_cleanup='cbox_cleanup',cbox_closed='cbox_closed',cbox_resize='resize.cbox_resize',$overlay,$cbox,$wrap,$content,$topBorder,$leftBorder,$rightBorder,$bottomBorder,$related,$window,$loaded,$loadingBay,$loadingOverlay,$loadingGraphic,$title,$current,$slideshow,$next,$prev,$close,$myControls,$myInnerControls,interfaceHeight,interfaceWidth,loadedHeight,loadedWidth,element,bookmark,index,settings,open,active,defaults={transition:"elastic",speed:350,width:FALSE,height:FALSE,innerWidth:FALSE,innerHeight:FALSE,initialWidth:"400",initialHeight:"400",maxWidth:FALSE,maxHeight:FALSE,scalePhotos:TRUE,scrolling:TRUE,inline:FALSE,html:FALSE,iframe:FALSE,photo:FALSE,href:FALSE,title:FALSE,rel:FALSE,opacity:0.9,preloading:TRUE,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:FALSE,overlayClose:TRUE,slideshow:FALSE,slideshowAuto:TRUE,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",onOpen:FALSE,onLoad:FALSE,onComplete:FALSE,onCleanup:FALSE,onClosed:FALSE};function setSize(size,dimension){dimension=dimension==='x'?$window.width():$window.height();return(typeof size==='string')?Math.round((size.match(/%/)?(dimension/100)*parseInt(size,10):parseInt(size,10))):size;}
function isImage(url){url=$.isFunction(url)?url.call(element):url;return settings.photo||url.match(/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i);}
function process(){for(var i in settings){if($.isFunction(settings[i])&&i.substring(0,2)!=='on'){settings[i]=settings[i].call(element);}}}
function launch(elem){element=elem;settings=$(element).data(colorbox);process();var rel=settings.rel||element.rel;if(rel&&rel!=='nofollow'){$related=$('.cboxElement').filter(function(){var relRelated=$(this).data(colorbox).rel||this.rel;return(relRelated===rel);});index=$related.index(element);if(index<0){$related=$related.add(element);index=$related.length-1;}}else{$related=$(element);index=0;}
if(!open){open=TRUE;active=TRUE;bookmark=element;bookmark.blur();$().bind("keydown.cbox_close",function(e){if(e.keyCode===27){e.preventDefault();cboxPublic.close();}}).bind("keydown.cbox_arrows",function(e){if($related.length>1){if(e.keyCode===37){e.preventDefault();$prev.click();}else if(e.keyCode===39){e.preventDefault();$next.click();}}});if(settings.overlayClose){$overlay.css({"cursor":"pointer"}).one('click',cboxPublic.close);}
$.event.trigger(cbox_open);if(settings.onOpen){settings.onOpen.call(element);}
$overlay.css({"opacity":settings.opacity}).show();$myControls.show();settings.w=setSize(settings.initialWidth,'x');settings.h=setSize(settings.initialHeight,'y');cboxPublic.position(0);if(isIE6){$window.bind('resize.cboxie6 scroll.cboxie6',function(){$overlay.css({width:$window.width(),height:$window.height(),top:$window.scrollTop(),left:$window.scrollLeft()});}).trigger("scroll.cboxie6");}}
$current.add($prev).add($next).add($slideshow).add($title).hide();$close.html(settings.close).show();cboxPublic.slideshow();cboxPublic.load();}
cboxPublic=$.fn.colorbox=function(options,callback){var $this=this;if(!$this.length){if($this.selector===''){$this=$($this);options.open=TRUE;}else{return this;}}
$this.each(function(){var data=$.extend({},$(this).data(colorbox)?$(this).data(colorbox):defaults,options);$(this).data(colorbox,data).addClass("cboxElement");if(callback){$(this).data(colorbox).onComplete=callback;}});if(options&&options.open){launch($this);}
return this;};cboxPublic.init=function(){function $div(id){return $('<div id="cbox'+id+'"/>');}
$window=$(window);$cbox=$('<div id="colorbox"/>');$overlay=$div("Overlay").hide();$wrap=$div("Wrapper");$content=$div("Content").append($loaded=$div("LoadedContent").css({width:0,height:0}),$loadingOverlay=$div("LoadingOverlay"),$loadingGraphic=$div("LoadingGraphic"));$myControls=$div("MyControls").append($close=$div("Close"),$myInnerControls=$div("MyInnerControls").append($title=$div("Title"),$prev=$div("Previous"),$current=$div("Current"),$next=$div("Next"),$slideshow=$div("Slideshow"))).hide();$wrap.append($('<div/>').append($div("TopLeft"),$topBorder=$div("TopCenter"),$div("TopRight")),$('<div/>').append($leftBorder=$div("MiddleLeft"),$content,$rightBorder=$div("MiddleRight")),$('<div/>').append($div("BottomLeft"),$bottomBorder=$div("BottomCenter"),$div("BottomRight"))).children().children().css({'float':'left'});$loadingBay=$("<div style='position:absolute; top:0; left:0; width:9999px; height:0;'/>");$('body').prepend($overlay,$myControls,$cbox.append($wrap,$loadingBay));if(isIE){$cbox.addClass('cboxIE');if(isIE6){$overlay.css('position','absolute');}}
$myInnerControls.children().mouseover(function(){$(this).addClass(hover);}).mouseout(function(){$(this).removeClass(hover);});$close.mouseover(function(){$(this).addClass(hover);}).mouseout(function(){$(this).removeClass(hover);});interfaceHeight=$topBorder.height()+$bottomBorder.height()+$content.outerHeight(TRUE)-$content.height();interfaceWidth=$leftBorder.width()+$rightBorder.width()+$content.outerWidth(TRUE)-$content.width();loadedHeight=$loaded.outerHeight(TRUE);loadedWidth=$loaded.outerWidth(TRUE);$cbox.css({"padding-bottom":interfaceHeight,"padding-right":interfaceWidth}).hide();$next.click(cboxPublic.next);$prev.click(cboxPublic.prev);$close.click(cboxPublic.close);$content.children().removeClass(hover);$('.cboxElement').live('click',function(e){if(e.button!==0&&typeof e.button!=='undefined'){return TRUE;}else{launch(this);return FALSE;}});};cboxPublic.position=function(speed,loadedCallback){var
animate_speed,winHeight=($window.height()-75),posTop=Math.max(winHeight-settings.h-loadedHeight-interfaceHeight,0)/2+$window.scrollTop(),posLeft=Math.max(document.documentElement.clientWidth-settings.w-loadedWidth-interfaceWidth,0)/2+$window.scrollLeft();animate_speed=($cbox.width()===settings.w+loadedWidth&&$cbox.height()===settings.h+loadedHeight)?0:speed;$wrap[0].style.width=$wrap[0].style.height="9999px";function modalDimensions(that){$topBorder[0].style.width=$bottomBorder[0].style.width=$content[0].style.width=that.style.width;$loadingGraphic[0].style.height=$loadingOverlay[0].style.height=$content[0].style.height=$leftBorder[0].style.height=$rightBorder[0].style.height=that.style.height;}
$cbox.dequeue().animate({width:settings.w+loadedWidth,height:settings.h+loadedHeight,top:posTop,left:posLeft},{duration:animate_speed,complete:function(){modalDimensions(this);active=FALSE;$wrap[0].style.width=(settings.w+loadedWidth+interfaceWidth)+"px";$wrap[0].style.height=(settings.h+loadedHeight+interfaceHeight)+"px";if(loadedCallback){loadedCallback();}},step:function(){modalDimensions(this);}});};cboxPublic.resize=function(object){if(!open){return;}
var topMargin,prev,prevSrc,next,nextSrc,photo,timeout,speed=settings.transition==="none"?0:settings.speed;$window.unbind(cbox_resize);if(!object){timeout=setTimeout(function(){var $child=$loaded.wrapInner("<div style='overflow:auto'></div>").children();settings.h=$child.height();$loaded.css({height:settings.h});$child.replaceWith($child.children());cboxPublic.position(speed);},1);return;}
$loaded.remove();$loaded=$('<div id="cboxLoadedContent"/>').html(object);function getWidth(){settings.w=settings.w||$loaded.width();settings.w=settings.mw&&settings.mw<settings.w?settings.mw:settings.w;return settings.w;}
function getHeight(){settings.h=settings.h||$loaded.height();settings.h=settings.mh&&settings.mh<settings.h?settings.mh:settings.h;return settings.h;}
$loaded.hide().appendTo($loadingBay).css({width:getWidth(),overflow:settings.scrolling?'auto':'hidden'}).css({height:getHeight()}).prependTo($content);$('#cboxPhoto').css({cssFloat:'none'});if(isIE6){$('select:not(#colorbox select)').filter(function(){return this.style.visibility!=='hidden';}).css({'visibility':'hidden'}).one(cbox_cleanup,function(){this.style.visibility='inherit';});}
function setPosition(s){cboxPublic.position(s,function(){if(!open){return;}
if(isIE){if(photo){$loaded.fadeIn(100);}
$cbox[0].style.removeAttribute("filter");}
if(settings.iframe){$loaded.append("<iframe id='cboxIframe'"+(settings.scrolling?" ":"scrolling='no'")+" name='iframe_"+new Date().getTime()+"' frameborder=0 src='"+(settings.href||element.href)+"' "+(isIE?"allowtransparency='true'":'')+" />");}
$loaded.show();$title.html(settings.title||element.title);$title.show();if($related.length>1){$current.html(settings.current.replace(/\{current\}/,index+1).replace(/\{total\}/,$related.length)).show();$next.html(settings.next).show();$prev.html(settings.previous).show();if(settings.slideshow){$slideshow.show();}}
$loadingOverlay.hide();$loadingGraphic.hide();$.event.trigger(cbox_complete);if(settings.onComplete){settings.onComplete.call(element);}
if(settings.transition==='fade'){$cbox.fadeTo(speed,1,function(){if(isIE){$cbox[0].style.removeAttribute("filter");}});}
$window.bind(cbox_resize,function(){cboxPublic.position(0);});});}
if((settings.transition==='fade'&&$cbox.fadeTo(speed,0,function(){setPosition(0);}))||setPosition(speed)){}
if(settings.preloading&&$related.length>1){prev=index>0?$related[index-1]:$related[$related.length-1];next=index<$related.length-1?$related[index+1]:$related[0];nextSrc=$(next).data(colorbox).href||next.href;prevSrc=$(prev).data(colorbox).href||prev.href;if(isImage(nextSrc)){$('<img />').attr('src',nextSrc);}
if(isImage(prevSrc)){$('<img />').attr('src',prevSrc);}}};cboxPublic.load=function(){var href,img,setResize,resize=cboxPublic.resize;active=TRUE;element=$related[index];settings=$(element).data(colorbox);process();$.event.trigger(cbox_load);if(settings.onLoad){settings.onLoad.call(element);}
settings.h=settings.height?setSize(settings.height,'y')-loadedHeight-interfaceHeight-75:settings.innerHeight?setSize(settings.innerHeight,'y'):FALSE;settings.w=settings.width?setSize(settings.width,'x')-loadedWidth-interfaceWidth:settings.innerWidth?setSize(settings.innerWidth,'x'):FALSE;settings.mw=settings.w;settings.mh=settings.h;if(settings.maxWidth){settings.mw=setSize(settings.maxWidth,'x')-loadedWidth-interfaceWidth;settings.mw=settings.w&&settings.w<settings.mw?settings.w:settings.mw;}
if(settings.maxHeight){settings.mh=setSize(settings.maxHeight,'y')-loadedHeight-interfaceHeight;settings.mh=settings.h&&settings.h<settings.mh?settings.h:settings.mh;}
href=settings.href||$(element).attr("href");$loadingOverlay.show();$loadingGraphic.show();if(settings.inline){$('<div id="cboxInlineTemp" />').hide().insertBefore($(href)[0]).bind(cbox_load+' '+cbox_cleanup,function(){$(this).replaceWith($loaded.children());});resize($(href));}else if(settings.iframe){resize(" ");}else if(settings.html){resize(settings.html);}else if(isImage(href)){img=new Image();img.onload=function(){var percent;img.onload=null;img.id='cboxPhoto';$(img).css({margin:'auto',border:'none',display:'block',cssFloat:'left'});if(settings.scalePhotos){setResize=function(){img.height-=img.height*percent;img.width-=img.width*percent;};if(settings.mw&&img.width>settings.mw){percent=(img.width-settings.mw)/img.width;setResize();}
if(settings.mh&&img.height>settings.mh){percent=(img.height-settings.mh)/img.height;setResize();}}
if(settings.h){img.style.marginTop=Math.max(settings.h-img.height,0)/2+'px';}
resize(img);if($related.length>1){$(img).css({cursor:'pointer'}).click(cboxPublic.next);}
if(isIE){img.style.msInterpolationMode='bicubic';}};img.src=href;}else{$('<div />').appendTo($loadingBay).load(href,function(data,textStatus){if(textStatus==="success"){resize(this);}else{resize($("<p>Request unsuccessful.</p>"));}});}};cboxPublic.next=function(){if(!active){index=index<$related.length-1?index+1:0;cboxPublic.load();}};cboxPublic.prev=function(){if(!active){index=index>0?index-1:$related.length-1;cboxPublic.load();}};cboxPublic.slideshow=function(){var stop,timeOut,className='cboxSlideshow_';$slideshow.bind(cbox_closed,function(){$slideshow.unbind();clearTimeout(timeOut);$cbox.removeClass(className+"off"+" "+className+"on");});function start(){$slideshow.text(settings.slideshowStop).bind(cbox_complete,function(){timeOut=setTimeout(cboxPublic.next,settings.slideshowSpeed);}).bind(cbox_load,function(){clearTimeout(timeOut);}).one("click",function(){stop();$(this).removeClass(hover);});$cbox.removeClass(className+"off").addClass(className+"on");}
stop=function(){clearTimeout(timeOut);$slideshow.text(settings.slideshowStart).unbind(cbox_complete+' '+cbox_load).one("click",function(){start();timeOut=setTimeout(cboxPublic.next,settings.slideshowSpeed);$(this).removeClass(hover);});$cbox.removeClass(className+"on").addClass(className+"off");};if(settings.slideshow&&$related.length>1){if(settings.slideshowAuto){start();}else{stop();}}};cboxPublic.close=function(){$.event.trigger(cbox_cleanup);if(settings.onCleanup){settings.onCleanup.call(element);}
open=FALSE;$().unbind("keydown.cbox_close keydown.cbox_arrows");$window.unbind(cbox_resize+' resize.cboxie6 scroll.cboxie6');$overlay.css({cursor:'auto'}).fadeOut('fast');$myControls.css({display:'none'}).fadeOut('slow');$cbox.stop(TRUE,FALSE).fadeOut('fast',function(){$loaded.remove();$cbox.css({'opacity':1});try{bookmark.focus();}catch(er){}
$.event.trigger(cbox_closed);if(settings.onClosed){settings.onClosed.call(element);}});};cboxPublic.element=function(){return $(element);};cboxPublic.settings=defaults;$(cboxPublic.init);}(jQuery));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}})());Cufon.registerFont({"w":191,"face":{"font-family":"din","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"2","bbox":"-7 -290 351 76","underline-thickness":"25.2","underline-position":"-36.72","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":86},"!":{"d":"80,-76r-29,0r-7,-180r44,0xm46,0r0,-39r40,0r0,39r-40,0","w":119},"\"":{"d":"95,-188r0,-68r37,0r0,68r-37,0xm28,-188r0,-68r36,0r0,68r-36,0","w":159},"#":{"d":"191,-153r-7,44r28,0r0,34r-33,0r-12,75r-38,0r11,-75r-49,0r-11,75r-39,0r12,-75r-29,0r0,-34r34,0r8,-44r-30,0r0,-34r35,0r11,-71r38,0r-11,71r49,0r11,-71r38,0r-11,71r28,0r0,34r-33,0xm104,-153r-8,44r50,0r7,-44r-49,0","w":241},"$":{"d":"122,1r0,40r-29,0r0,-39v-17,0,-32,-2,-45,-8v-13,-6,-25,-14,-37,-26r26,-25v9,9,17,14,27,18v10,4,20,6,32,6r0,-80r-9,-1v-10,-1,-19,-3,-28,-7v-9,-4,-17,-10,-26,-19v-9,-9,-14,-22,-14,-43v0,-21,7,-38,20,-51v13,-13,31,-22,54,-24r0,-32r29,0r0,32v14,0,26,2,37,7v11,5,22,12,32,22r-25,24v-6,-6,-13,-11,-21,-14v-8,-3,-17,-5,-26,-5r0,77r12,2v12,2,22,4,29,7v7,3,15,9,25,18v10,9,15,24,15,47v0,21,-7,38,-21,51v-14,13,-33,21,-57,23xm96,-224v-12,1,-21,5,-28,12v-7,7,-11,16,-11,27v0,10,3,17,8,22v5,5,10,8,15,10v5,2,10,3,16,4r0,-75xm152,-99v-4,-4,-9,-6,-14,-7v-5,-1,-11,-3,-19,-4r0,77v13,-1,24,-5,31,-12v7,-7,12,-16,12,-27v0,-12,-3,-21,-10,-27","w":218},"%":{"d":"232,3v-14,0,-26,-5,-36,-14v-10,-9,-15,-21,-15,-36r0,-36v0,-15,6,-27,15,-36v9,-9,21,-13,36,-13v14,0,26,4,36,13v10,9,14,21,14,36r0,36v0,15,-5,27,-14,36v-9,9,-21,14,-36,14xm106,0r-30,0r121,-256r29,0xm71,-124v-15,0,-27,-4,-36,-13v-9,-9,-14,-21,-14,-36r0,-37v0,-15,5,-27,14,-36v9,-9,21,-13,36,-13v14,0,26,4,36,13v10,9,15,21,15,36r0,37v0,15,-6,27,-15,36v-9,9,-21,13,-36,13xm255,-82v0,-17,-8,-26,-23,-26v-15,0,-23,9,-23,26r0,34v0,17,8,26,23,26v15,0,23,-9,23,-26r0,-34xm94,-208v0,-17,-8,-26,-23,-26v-15,0,-22,9,-22,26r0,34v0,17,7,25,22,25v15,0,23,-8,23,-25r0,-34","w":303},"&":{"d":"199,0r-21,-25v-9,8,-18,14,-29,19v-11,5,-25,8,-42,8v-26,0,-47,-6,-61,-20v-14,-14,-22,-32,-22,-56v0,-16,5,-30,14,-41v9,-11,21,-22,37,-32v-10,-12,-17,-22,-21,-30v-4,-8,-5,-17,-5,-25v0,-17,6,-29,17,-40v11,-11,26,-16,45,-16v18,0,33,5,44,16v11,11,17,24,17,41v0,9,-2,18,-7,25v-5,7,-11,14,-20,20r-19,13r54,65v9,-13,14,-31,14,-52r35,0v0,33,-9,59,-26,79r43,51r-47,0xm111,-226v-8,0,-13,2,-18,7v-5,5,-7,11,-7,18v0,5,2,10,5,15v3,5,8,12,15,20r12,-8v6,-4,11,-8,14,-12v3,-4,5,-9,5,-15v0,-7,-2,-13,-7,-18v-5,-5,-11,-7,-19,-7xm95,-123v-12,8,-20,15,-26,22v-6,7,-8,15,-8,26v0,13,4,23,13,31v9,8,19,13,33,13v9,0,18,-2,25,-5v7,-3,16,-8,24,-15","w":262},"'":{"d":"28,-188r0,-68r36,0r0,68r-36,0","w":92},"(":{"d":"68,34v-9,-9,-14,-15,-18,-19v-4,-4,-8,-9,-11,-15v-3,-6,-5,-12,-6,-19v-1,-7,-2,-15,-2,-23r0,-172v0,-9,0,-17,1,-23v1,-6,4,-12,7,-18v3,-6,7,-12,11,-16v4,-4,9,-10,18,-19r25,25v-6,6,-6,5,-11,11v-4,4,-7,8,-10,14v-3,6,-4,15,-4,28r0,168v0,13,1,21,4,27v3,6,7,10,10,14v6,6,5,6,11,12","w":114},")":{"d":"75,0v-3,6,-7,10,-10,14v-3,4,-10,11,-19,20r-25,-25v4,-4,7,-8,11,-12v3,-4,6,-8,9,-14v3,-6,5,-15,5,-27r0,-168v0,-12,-1,-21,-4,-27v-3,-6,-6,-10,-9,-13v-3,-3,-6,-7,-12,-13r25,-25r18,18v0,0,8,11,11,17v3,6,6,12,7,18v1,6,2,14,2,23r0,172v0,9,-1,17,-2,23v-1,6,-3,13,-7,19","w":114},"*":{"d":"139,-144r-40,-25r2,47r-27,0r1,-47r-40,25r-13,-24r41,-22r-41,-22r13,-23r40,24r-1,-46r27,0r-2,46r40,-24r14,23r-42,22r42,22","w":174},"+":{"d":"113,-81r0,60r-34,0r0,-60r-61,0r0,-34r61,0r0,-60r34,0r0,60r61,0r0,34r-61,0"},",":{"d":"28,56r0,-98r42,0r0,64","w":97},"-":{"d":"24,-83r0,-34r105,0r0,34r-105,0","w":153},".":{"d":"28,0r0,-44r44,0r0,44r-44,0","w":100},"\/":{"d":"35,27r-35,0r103,-310r35,0","w":136},"0":{"d":"96,2v-21,0,-39,-7,-53,-20v-14,-13,-21,-31,-21,-53r0,-114v0,-22,7,-40,21,-53v14,-13,32,-20,53,-20v21,0,38,7,52,20v14,13,22,31,22,53r0,114v0,22,-7,40,-21,53v-14,13,-32,20,-53,20xm133,-184v0,-13,-3,-22,-10,-30v-7,-8,-15,-12,-27,-12v-12,0,-20,4,-27,12v-7,8,-10,17,-10,30r0,112v0,13,3,22,10,30v7,8,15,11,27,11v12,0,20,-3,27,-11v7,-8,10,-18,10,-30r0,-112"},"1":{"d":"91,0r0,-216r-50,44r0,-41r50,-43r37,0r0,256r-37,0"},"2":{"d":"23,0r0,-33r98,-120v9,-11,14,-22,14,-34v0,-12,-3,-21,-10,-28v-7,-7,-15,-11,-27,-11v-11,0,-20,4,-27,10v-7,6,-11,17,-11,30r-37,0v0,-22,7,-39,21,-52v14,-13,32,-20,54,-20v22,0,39,6,53,19v14,13,21,31,21,53v0,11,-2,19,-6,27v-4,8,-9,17,-18,28r-81,98r105,0r0,33r-149,0"},"3":{"d":"94,3v-23,0,-42,-6,-57,-18v-15,-12,-22,-30,-22,-54r37,0v0,13,4,22,12,29v8,7,18,9,30,9v12,0,22,-3,30,-11v8,-8,11,-18,11,-31v0,-13,-3,-24,-10,-31v-7,-7,-18,-11,-32,-11r-7,0r0,-32r7,0v13,0,23,-3,29,-10v6,-7,9,-17,9,-29v0,-13,-3,-22,-10,-29v-7,-7,-16,-11,-27,-11v-12,0,-21,3,-28,10v-7,7,-11,16,-11,27r-37,0v0,-21,8,-38,22,-51v14,-13,33,-19,54,-19v22,0,39,7,53,20v14,13,21,31,21,52v0,13,-2,24,-8,33v-6,9,-14,17,-24,22v12,5,21,12,27,22v6,10,9,22,9,38v0,24,-7,42,-22,55v-15,13,-33,20,-56,20"},"4":{"d":"152,-39r0,39r-36,0r0,-39r-103,0r0,-34r90,-183r40,0r-90,183r63,0r0,-59r36,0r0,59r27,0r0,34r-27,0"},"5":{"d":"151,-18v-6,6,-14,11,-23,15v-9,4,-19,6,-31,6v-12,0,-23,-2,-32,-6v-9,-4,-17,-9,-23,-15v-6,-6,-11,-14,-14,-22v-3,-8,-5,-17,-5,-26r36,0v3,24,16,35,38,35v11,0,19,-2,25,-8v6,-6,9,-13,11,-20v2,-7,3,-17,3,-27v0,-17,-3,-30,-9,-39v-6,-9,-15,-14,-29,-14v-10,0,-18,2,-24,6v-6,4,-10,10,-12,17r-34,0r0,-140r139,0r0,32r-105,0r0,68v9,-10,23,-15,42,-15v10,0,18,2,26,5v8,3,15,7,22,14v7,7,13,17,16,28v3,11,4,24,4,38v0,16,-1,30,-4,40v-3,10,-8,19,-17,28"},"6":{"d":"96,2v-23,0,-41,-7,-55,-21v-14,-14,-21,-32,-21,-56v0,-10,2,-19,5,-29v3,-10,8,-22,14,-34r59,-118r39,0r-55,110v3,-1,6,-2,10,-3v4,-1,8,-1,12,-1v19,0,35,6,48,20v13,14,20,32,20,54v0,24,-7,43,-21,57v-14,14,-33,21,-55,21xm96,-120v-12,0,-21,4,-28,12v-7,8,-11,19,-11,33v0,13,4,24,11,32v7,8,16,12,28,12v12,0,21,-4,28,-12v7,-8,11,-18,11,-32v0,-13,-4,-24,-11,-32v-7,-8,-16,-13,-28,-13"},"7":{"d":"90,0r-40,0r86,-224r-78,0r0,41r-35,0r0,-73r152,0r0,32"},"8":{"d":"96,2v-23,0,-42,-6,-57,-20v-15,-14,-22,-31,-22,-54v0,-14,3,-26,10,-36v7,-10,15,-18,25,-24v-9,-6,-16,-14,-22,-23v-6,-9,-9,-20,-9,-33v0,-21,7,-38,21,-51v14,-13,33,-19,54,-19v21,0,39,6,53,19v14,13,22,30,22,51v0,13,-3,24,-9,33v-6,9,-13,17,-22,23v11,6,19,14,25,24v6,10,10,22,10,36v0,23,-8,40,-23,54v-15,14,-33,20,-56,20xm96,-226v-11,0,-21,4,-28,11v-7,7,-10,18,-10,29v0,12,3,21,10,28v7,7,17,10,28,10v11,0,20,-4,27,-11v7,-7,11,-16,11,-27v0,-12,-4,-22,-11,-29v-7,-7,-16,-11,-27,-11xm96,-116v-12,0,-22,4,-30,12v-8,8,-12,19,-12,31v0,12,4,22,12,30v8,8,18,12,30,12v12,0,22,-4,30,-12v8,-8,12,-18,12,-30v0,-12,-4,-23,-12,-31v-8,-8,-18,-12,-30,-12"},"9":{"d":"153,-119r-59,119r-39,0r55,-110v-6,3,-14,4,-23,4v-19,0,-35,-7,-48,-21v-13,-14,-19,-31,-19,-53v0,-24,7,-43,21,-57v14,-14,33,-21,55,-21v23,0,41,6,55,20v14,14,21,32,21,56v0,10,-2,20,-5,30v-3,10,-8,21,-14,33xm96,-226v-12,0,-21,4,-28,12v-7,8,-11,19,-11,33v0,13,3,24,10,32v7,8,17,12,29,12v12,0,21,-4,28,-12v7,-8,11,-18,11,-32v0,-13,-4,-24,-11,-32v-7,-8,-16,-13,-28,-13"},":":{"d":"37,-103r0,-44r44,0r0,44r-44,0xm37,0r0,-44r44,0r0,44r-44,0","w":109},";":{"d":"37,-103r0,-44r44,0r0,44r-44,0xm38,56r0,-98r42,0r0,64","w":109},"<":{"d":"83,-82r124,123r-47,0r-141,-141r141,-141r47,0r-124,124r268,0r0,35r-268,0","w":369},"=":{"d":"18,-118r0,-34r156,0r0,34r-156,0xm18,-48r0,-34r156,0r0,34r-156,0"},">":{"d":"210,41r-47,0r124,-123r-268,0r0,-35r268,0r-124,-124r47,0r141,141","w":369},"?":{"d":"152,-145r-28,38v-4,6,-6,13,-6,20r0,11r-37,0r0,-13v0,-7,1,-14,3,-19v2,-5,4,-11,9,-17r28,-37v4,-5,7,-10,9,-14v2,-4,2,-9,2,-14v0,-10,-2,-18,-9,-25v-7,-7,-16,-11,-26,-11v-11,0,-19,4,-25,11v-6,7,-10,16,-10,26r-36,0v0,-20,6,-37,20,-50v14,-13,31,-19,51,-19v20,0,37,6,51,18v14,12,21,29,21,50v0,8,-1,16,-4,23v-3,7,-8,15,-13,22xm79,0r0,-39r41,0r0,39r-41,0","w":183},"@":{"d":"207,0r0,-18v-12,14,-26,21,-45,21v-19,0,-35,-6,-44,-16v-9,-10,-15,-21,-17,-30v-2,-9,-3,-23,-3,-41v0,-17,1,-31,3,-41v2,-10,8,-19,17,-30v9,-11,23,-16,43,-16v19,0,34,7,46,20r0,-22v0,-9,-1,-16,-3,-22v-2,-6,-5,-11,-10,-16v-5,-5,-10,-9,-17,-11v-7,-2,-14,-3,-22,-3r-45,0v-8,0,-16,1,-22,3v-6,2,-11,6,-16,11v-5,5,-9,10,-11,16v-2,6,-2,13,-2,22r0,113v0,10,1,18,3,23v2,5,8,10,15,16r-26,25v-11,-9,-18,-17,-22,-26v-4,-9,-6,-22,-6,-37r0,-114v0,-14,2,-26,5,-36v3,-10,8,-19,16,-27v8,-8,17,-13,27,-16v10,-3,22,-5,35,-5r53,0v14,0,25,1,35,4v10,3,18,9,26,17v8,8,14,16,17,26v3,10,5,23,5,37r0,174xm170,-140v-14,0,-24,5,-29,15v-5,10,-7,23,-7,41v0,18,2,31,7,41v5,10,15,14,29,14v14,0,24,-4,29,-14v5,-10,8,-23,8,-41v0,-18,-3,-32,-8,-42v-5,-10,-15,-14,-29,-14","w":264},"A":{"d":"181,0r-18,-51r-101,0r-18,51r-41,0r94,-256r31,0r94,256r-41,0xm113,-198r-40,113r79,0","w":225},"B":{"d":"137,0r-104,0r0,-256r100,0v24,0,43,6,57,18v14,12,21,30,21,52v0,13,-4,24,-11,34v-7,10,-15,16,-24,20v11,4,20,12,27,22v7,10,12,23,12,38v0,23,-7,40,-21,53v-14,13,-33,19,-57,19xm130,-221r-58,0r0,73r58,0v13,0,22,-4,30,-10v8,-6,12,-15,12,-27v0,-12,-4,-21,-12,-27v-8,-6,-17,-9,-30,-9xm134,-113r-62,0r0,78r62,0v13,0,24,-4,31,-11v7,-7,11,-16,11,-28v0,-12,-4,-21,-11,-28v-7,-7,-18,-11,-31,-11","w":238},"C":{"d":"116,2v-27,0,-47,-7,-62,-22v-15,-15,-23,-30,-26,-43v-3,-13,-4,-35,-4,-65v0,-30,1,-52,4,-66v3,-14,11,-27,26,-42v15,-15,35,-22,62,-22v24,0,45,6,61,20v16,14,26,33,31,58r-40,0v-3,-14,-9,-24,-18,-32v-9,-8,-20,-12,-34,-12v-16,0,-27,4,-35,13v-8,9,-13,18,-15,29v-2,11,-3,29,-3,54v0,26,1,44,3,54v2,10,7,19,15,28v8,9,19,13,35,13v14,0,25,-4,34,-12v9,-8,15,-19,18,-32r40,0v-4,25,-15,45,-31,59v-16,14,-37,20,-61,20","w":226},"D":{"d":"190,-24v-8,8,-18,14,-29,18v-11,4,-25,6,-38,6r-90,0r0,-256r90,0v28,0,50,7,64,21v14,14,22,28,25,43v3,15,4,35,4,62r0,14v0,22,-2,40,-5,54v-3,14,-10,27,-21,38xm163,-204v-11,-12,-25,-17,-43,-17r-48,0r0,186r48,0v18,0,32,-5,40,-14v8,-9,12,-19,14,-31v2,-12,3,-28,3,-50v0,-21,-1,-37,-3,-48v-2,-11,-5,-19,-11,-26","w":239},"E":{"d":"33,0r0,-256r164,0r0,35r-125,0r0,74r107,0r0,35r-107,0r0,77r125,0r0,35r-164,0","w":217},"F":{"d":"72,-221r0,78r107,0r0,35r-107,0r0,108r-39,0r0,-256r164,0r0,35r-125,0","w":210},"G":{"d":"187,-27v-10,10,-20,17,-32,22v-12,5,-25,7,-39,7v-27,0,-47,-7,-62,-22v-15,-15,-23,-30,-26,-43v-3,-13,-4,-35,-4,-65v0,-30,1,-52,4,-66v3,-14,11,-27,26,-42v15,-15,35,-22,62,-22v26,0,48,7,64,22v16,15,26,33,30,57r-40,0v-3,-14,-9,-25,-18,-33v-9,-8,-22,-12,-36,-12v-7,0,-14,2,-21,5v-7,3,-13,7,-18,13v-5,6,-9,13,-11,24v-2,11,-3,29,-3,54v0,26,1,44,3,54v2,10,7,19,15,28v8,9,19,13,35,13v17,0,31,-5,41,-16v10,-11,14,-25,14,-42r0,-14r-55,0r0,-34r94,0r0,40v0,17,-2,31,-5,42v-3,11,-10,21,-18,30","w":233},"H":{"d":"176,0r0,-112r-104,0r0,112r-39,0r0,-256r39,0r0,109r104,0r0,-109r39,0r0,256r-39,0","w":248},"I":{"d":"33,0r0,-256r39,0r0,256r-39,0","w":105},"J":{"d":"67,2v-13,0,-24,-2,-34,-6v-10,-4,-19,-10,-28,-19r26,-25v5,5,10,8,15,11v5,3,12,4,21,4v14,0,26,-4,34,-13v8,-9,12,-21,12,-38r0,-172r39,0r0,175v0,26,-8,46,-24,61v-16,15,-36,22,-61,22","w":182},"K":{"d":"188,0r-72,-126r-44,51r0,75r-39,0r0,-256r39,0r0,129r105,-129r48,0r-84,100r92,156r-45,0","w":236},"L":{"d":"33,0r0,-256r39,0r0,221r124,0r0,35r-163,0","w":206},"M":{"d":"221,0r0,-171r-59,125r-29,0r-61,-125r0,171r-39,0r0,-256r39,0r75,159r74,-159r39,0r0,256r-39,0","w":292},"N":{"d":"191,0r-119,-180r0,180r-39,0r0,-256r36,0r119,180r0,-180r38,0r0,256r-35,0","w":259},"O":{"d":"184,-25v-18,18,-41,27,-68,27v-27,0,-47,-7,-62,-22v-15,-15,-23,-30,-26,-43v-3,-13,-4,-35,-4,-65v0,-30,1,-52,4,-66v3,-14,11,-27,26,-42v15,-15,35,-22,62,-22v14,0,27,1,38,6v11,5,22,12,32,22v10,10,16,22,19,36v3,14,3,36,3,66v0,31,-1,53,-3,66v-2,13,-9,25,-21,37xm154,-208v-5,-5,-9,-8,-16,-11v-7,-3,-14,-5,-22,-5v-7,0,-14,2,-21,5v-7,3,-13,7,-18,13v-5,6,-9,14,-11,24v-2,10,-3,28,-3,54v0,27,1,45,3,54v2,9,5,18,11,24v6,6,11,10,18,13v7,3,13,4,21,4v7,0,15,-1,22,-4v7,-3,13,-7,18,-13v5,-6,9,-14,11,-24v2,-10,3,-28,3,-54v0,-27,-1,-46,-3,-55v-2,-9,-7,-18,-13,-25","w":232},"P":{"d":"131,-101r-59,0r0,101r-39,0r0,-256r98,0v25,0,44,6,59,21v15,15,23,33,23,56v0,23,-8,41,-23,56v-15,15,-35,22,-59,22xm129,-221r-57,0r0,85r57,0v14,0,24,-3,32,-11v8,-8,13,-19,13,-32v0,-13,-5,-23,-13,-31v-8,-8,-18,-11,-32,-11","w":226},"Q":{"d":"195,12r-25,-26v-15,11,-34,16,-54,16v-27,0,-47,-7,-62,-22v-15,-15,-23,-30,-26,-43v-3,-13,-4,-35,-4,-65v0,-30,1,-52,4,-66v3,-14,11,-27,26,-42v15,-15,35,-22,62,-22v14,0,27,1,38,6v11,5,22,12,32,22v10,10,16,22,19,36v3,14,3,36,3,66v0,27,0,47,-2,59v-2,12,-6,23,-14,34r25,25xm154,-208v-5,-5,-9,-8,-16,-11v-7,-3,-14,-5,-22,-5v-7,0,-14,2,-21,5v-7,3,-13,7,-18,13v-5,6,-9,14,-11,24v-2,10,-3,28,-3,54v0,27,1,45,3,54v2,9,5,18,11,24v6,6,11,10,18,13v7,3,13,4,21,4v10,0,19,-2,27,-8r-27,-27r21,-22r25,25v3,-6,5,-14,6,-23v1,-9,2,-23,2,-40v0,-27,-1,-46,-3,-55v-2,-9,-7,-18,-13,-25","w":232},"R":{"d":"175,0r-54,-108r-49,0r0,108r-39,0r0,-256r100,0v24,0,43,6,58,20v15,14,21,33,21,55v0,18,-5,32,-14,44v-9,12,-22,20,-37,24r59,113r-45,0xm130,-221r-58,0r0,80r58,0v13,0,23,-4,31,-11v8,-7,13,-17,13,-29v0,-12,-4,-23,-12,-30v-8,-7,-19,-10,-32,-10","w":235},"S":{"d":"102,2v-20,0,-38,-3,-52,-8v-14,-5,-27,-14,-39,-26r26,-25v9,9,18,15,29,19v11,4,23,5,36,5v17,0,30,-3,39,-10v9,-7,14,-17,14,-29v0,-12,-2,-20,-7,-24v-5,-4,-10,-7,-14,-9v-4,-2,-10,-3,-17,-4r-30,-5v-21,-3,-38,-10,-50,-21v-12,-11,-18,-27,-18,-48v0,-23,8,-41,23,-55v15,-14,37,-20,63,-20v32,0,59,10,80,29r-25,24v-7,-7,-16,-12,-25,-15v-9,-3,-19,-5,-31,-5v-15,0,-26,4,-34,12v-8,8,-13,16,-13,28v0,10,3,18,10,24v7,6,17,10,29,12r29,4v12,2,21,4,28,7v7,3,16,9,26,18v10,9,15,24,15,47v0,23,-9,42,-26,55v-17,13,-38,20,-66,20","w":212},"T":{"d":"120,-221r0,221r-39,0r0,-221r-70,0r0,-35r180,0r0,35r-71,0","w":201},"U":{"d":"121,2v-26,0,-48,-8,-65,-24v-17,-16,-26,-38,-26,-64r0,-170r38,0r0,168v0,17,6,30,15,40v9,10,22,15,38,15v16,0,29,-5,39,-15v10,-10,15,-23,15,-40r0,-168r38,0r0,170v0,26,-9,48,-26,64v-17,16,-39,24,-66,24","w":243},"V":{"d":"116,0r-30,0r-84,-256r40,0r59,186r59,-186r41,0","w":203},"W":{"d":"243,0r-34,0r-52,-180r-52,180r-34,0r-67,-256r41,0r45,183r51,-183r31,0r52,183r45,-183r41,0","w":313},"X":{"d":"159,0r-55,-98r-56,98r-44,0r79,-131r-74,-125r44,0r51,91r50,-91r45,0r-74,125r79,131r-45,0","w":208},"Y":{"d":"117,-105r0,105r-39,0r0,-105r-76,-151r42,0r54,112r54,-112r42,0","w":195},"Z":{"d":"17,0r0,-33r119,-188r-114,0r0,-35r159,0r0,31r-119,190r119,0r0,35r-164,0","w":198},"[":{"d":"31,27r0,-310r78,0r0,33r-41,0r0,244r41,0r0,33r-78,0","w":124},"\\":{"d":"102,27r-102,-307r35,0r102,307r-35,0","w":136},"]":{"d":"15,27r0,-33r43,0r0,-245r-43,0r0,-32r79,0r0,310r-79,0","w":124},"^":{"d":"143,-144r-40,-75r-41,75r-38,0r62,-115r34,0r61,115r-38,0","w":205},"_":{"d":"0,62r0,-25r206,0r0,25r-206,0","w":205},"`":{"d":"81,-216r-40,-58r41,0r27,58r-28,0","w":180},"a":{"d":"127,0r0,-17v-7,7,-13,12,-20,15v-7,3,-16,4,-28,4v-22,0,-38,-5,-48,-16v-10,-11,-16,-24,-16,-40v0,-16,6,-28,17,-38v11,-10,26,-14,46,-14r49,0r0,-13v0,-12,-4,-20,-10,-26v-6,-6,-16,-8,-30,-8v-10,0,-18,0,-24,3v-6,3,-11,7,-16,14r-24,-22v8,-10,17,-17,27,-21v10,-4,23,-6,38,-6v50,0,75,21,75,63r0,122r-36,0xm127,-81r-43,0v-22,0,-33,9,-33,27v0,17,12,26,34,26v9,0,15,-1,20,-2v5,-1,9,-4,14,-9v5,-5,8,-14,8,-27r0,-15","w":190},"b":{"d":"158,-14v-11,11,-26,16,-45,16v-11,0,-20,-2,-27,-5v-7,-3,-14,-8,-21,-16r0,19r-36,0r0,-256r37,0r0,92v6,-7,13,-13,21,-16v8,-3,17,-5,27,-5v19,0,33,6,42,15v9,9,15,21,18,34v3,13,5,28,5,45v0,18,-1,32,-4,45v-3,13,-9,24,-17,32xm104,-152v-15,0,-25,5,-30,16v-5,11,-8,26,-8,45v0,19,3,34,8,45v5,11,15,15,30,15v15,0,25,-4,30,-15v5,-11,8,-26,8,-45v0,-19,-3,-34,-8,-45v-5,-11,-15,-16,-30,-16","w":199},"c":{"d":"101,2v-23,0,-42,-8,-58,-23v-16,-15,-23,-38,-23,-70v0,-32,7,-56,23,-71v16,-15,35,-23,58,-23v13,0,24,2,33,6v9,4,18,11,27,20r-25,24v-11,-12,-22,-17,-35,-17v-14,0,-25,5,-33,15v-8,10,-11,26,-11,46v0,21,3,35,11,45v8,10,19,15,33,15v7,0,14,-1,19,-3v5,-2,10,-7,16,-14r25,24v-16,17,-36,26,-60,26","w":174},"d":{"d":"134,0r0,-19v-6,8,-13,13,-21,16v-8,3,-16,5,-27,5v-9,0,-18,-1,-26,-4v-8,-3,-14,-7,-21,-14v-7,-7,-11,-17,-14,-30v-3,-13,-4,-28,-4,-45v0,-23,1,-40,5,-51v4,-11,9,-21,18,-30v9,-9,22,-13,41,-13v10,0,19,2,27,5v8,3,15,8,21,16r0,-92r37,0r0,256r-36,0xm95,-152v-15,0,-25,5,-30,16v-5,11,-8,26,-8,45v0,19,3,34,8,45v5,11,15,15,30,15v15,0,26,-4,31,-15v5,-11,7,-26,7,-45v0,-19,-2,-34,-7,-45v-5,-11,-16,-16,-31,-16","w":199},"e":{"d":"56,-81v0,16,4,29,12,38v8,9,20,13,35,13v10,0,18,-1,24,-4v6,-3,13,-7,20,-14r23,22v-10,10,-20,16,-30,21v-10,5,-23,7,-38,7v-25,0,-45,-7,-60,-22v-15,-15,-22,-38,-22,-71v0,-29,7,-53,21,-69v14,-16,32,-25,56,-25v24,0,43,9,57,25v14,16,21,37,21,63r0,16r-119,0xm133,-131v-3,-7,-8,-13,-14,-17v-6,-4,-14,-6,-22,-6v-9,0,-16,2,-22,6v-6,4,-11,10,-14,17v-3,7,-5,16,-5,25r82,0v0,-9,-2,-17,-5,-25","w":194},"f":{"d":"72,-151r0,151r-37,0r0,-151r-21,0r0,-28r21,0r0,-28v0,-14,4,-27,13,-37v9,-10,21,-14,37,-14r23,0r0,31r-16,0v-13,0,-20,7,-20,21r0,27r36,0r0,28r-36,0","w":118},"g":{"d":"90,76v-14,0,-25,-1,-35,-5v-10,-4,-19,-10,-29,-19r23,-24v6,6,12,10,18,13v6,3,13,4,22,4v15,0,25,-4,32,-13v7,-9,11,-21,11,-34r0,-23v-6,7,-13,13,-21,16v-8,3,-16,5,-26,5v-9,0,-18,-1,-25,-4v-7,-3,-14,-8,-21,-15v-7,-7,-11,-15,-14,-27v-3,-12,-4,-27,-4,-45v0,-18,1,-32,4,-44v3,-12,9,-23,18,-32v9,-9,23,-14,42,-14v10,0,20,2,27,5v7,3,14,9,21,17r0,-20r35,0r0,182v0,23,-7,41,-21,55v-14,14,-33,22,-57,22xm95,-152v-15,0,-25,6,-30,16v-5,10,-8,23,-8,41v0,18,3,32,8,42v5,10,15,16,30,16v15,0,24,-6,29,-16v5,-10,8,-24,8,-42v0,-23,-4,-38,-10,-46v-6,-8,-15,-11,-27,-11","w":197},"h":{"d":"140,0r0,-112v0,-13,-3,-23,-10,-30v-7,-7,-16,-10,-27,-10v-11,0,-20,3,-27,10v-7,7,-10,17,-10,30r0,112r-37,0r0,-256r37,0r0,92v13,-14,28,-21,47,-21v20,0,36,7,47,19v11,12,16,28,16,48r0,118r-36,0","w":203},"i":{"d":"28,-219r0,-38r39,0r0,38r-39,0xm29,0r0,-183r37,0r0,183r-37,0","w":95},"j":{"d":"28,-219r0,-38r39,0r0,38r-39,0xm16,75r-23,0r0,-32r16,0v7,0,13,-2,16,-5v3,-3,4,-9,4,-16r0,-205r37,0r0,207v0,14,-5,26,-13,36v-8,10,-20,15,-37,15","w":95},"k":{"d":"144,0r-51,-84r-27,30r0,54r-37,0r0,-256r37,0r0,158r71,-85r44,0r-63,72r71,111r-45,0","w":197},"l":{"d":"78,0v-17,0,-29,-5,-37,-14v-8,-9,-13,-21,-13,-36r0,-206r37,0r0,203v0,7,1,13,4,16v3,3,9,6,16,6r16,0r0,31r-23,0","w":111},"m":{"d":"252,0r0,-111v0,-14,-3,-24,-10,-31v-7,-7,-16,-10,-27,-10v-11,0,-20,3,-27,10v-7,7,-11,16,-11,29r0,113r-37,0r0,-111v0,-14,-3,-24,-10,-31v-7,-7,-15,-10,-26,-10v-11,0,-21,3,-28,10v-7,7,-10,18,-10,31r0,111r-37,0r0,-183r36,0r0,19v6,-6,13,-11,22,-15v9,-4,18,-6,27,-6v23,0,40,9,52,27v15,-18,33,-27,57,-27v9,0,18,2,26,5v8,3,15,7,21,13v6,6,11,13,14,22v3,9,4,18,4,28r0,117r-36,0","w":315},"n":{"d":"140,0r0,-111v0,-14,-3,-24,-10,-31v-7,-7,-15,-10,-26,-10v-11,0,-21,3,-28,10v-7,7,-10,18,-10,31r0,111r-37,0r0,-183r36,0r0,19v13,-14,29,-21,49,-21v9,0,17,1,25,4v8,3,15,8,21,14v6,6,10,13,13,21v3,8,4,18,4,29r0,117r-37,0","w":204},"o":{"d":"151,-19v-6,7,-14,11,-23,15v-9,4,-20,6,-32,6v-12,0,-22,-2,-31,-6v-9,-4,-17,-9,-24,-17v-7,-8,-13,-17,-16,-28v-3,-11,-4,-25,-4,-42v0,-16,1,-30,4,-42v3,-12,9,-21,16,-29v7,-8,15,-13,24,-17v9,-4,19,-6,31,-6v12,0,23,2,32,6v9,4,17,9,24,17v7,8,13,18,16,29v3,11,5,25,5,42v0,17,-2,30,-5,42v-3,12,-9,22,-17,30xm123,-141v-7,-7,-16,-11,-27,-11v-11,0,-19,3,-25,9v-6,6,-9,13,-11,21v-2,8,-3,19,-3,31v0,13,1,22,3,30v2,8,5,15,11,21v6,6,14,9,25,9v11,0,20,-3,26,-9v6,-6,10,-13,12,-21v2,-8,2,-18,2,-30v0,-13,0,-23,-2,-31v-2,-8,-6,-14,-11,-19","w":193},"p":{"d":"158,-14v-11,11,-25,16,-44,16v-11,0,-20,-1,-27,-4v-7,-3,-15,-9,-21,-17r0,93r-37,0r0,-257r36,0r0,20v6,-8,13,-14,21,-17v8,-3,16,-5,27,-5v9,0,18,1,26,4v8,3,14,8,21,15v7,7,11,17,14,30v3,13,5,28,5,45v0,18,-1,32,-4,45v-3,13,-9,24,-17,32xm104,-152v-15,0,-25,5,-30,16v-5,11,-8,26,-8,45v0,19,3,34,8,45v5,11,15,15,30,15v15,0,25,-4,30,-15v5,-11,8,-26,8,-45v0,-19,-3,-34,-8,-45v-5,-11,-15,-16,-30,-16","w":199},"q":{"d":"133,74r0,-93v-6,7,-13,13,-21,16v-8,3,-17,5,-27,5v-19,0,-33,-5,-42,-14v-9,-9,-15,-21,-18,-34v-3,-13,-4,-28,-4,-45v0,-23,1,-40,5,-51v4,-11,9,-21,18,-30v9,-9,23,-13,42,-13v11,0,20,2,27,5v7,3,14,9,21,17r0,-20r36,0r0,257r-37,0xm95,-152v-15,0,-25,5,-30,16v-5,11,-8,26,-8,45v0,19,3,34,8,45v5,11,15,15,30,15v15,0,26,-4,31,-15v5,-11,7,-26,7,-45v0,-19,-2,-34,-7,-45v-5,-11,-16,-16,-31,-16","w":199},"r":{"d":"130,-140v-4,-4,-9,-7,-13,-9v-4,-2,-9,-3,-15,-3v-10,0,-19,4,-26,11v-7,7,-10,18,-10,30r0,111r-37,0r0,-183r36,0r0,20v5,-6,12,-12,21,-16v9,-4,18,-6,28,-6v10,0,18,2,24,4v6,2,12,7,19,14","w":158},"s":{"d":"88,2v-17,0,-31,-1,-43,-5v-12,-4,-23,-11,-33,-21r24,-24v7,7,14,12,23,15v9,3,19,4,29,4v12,0,22,-2,29,-6v7,-4,11,-11,11,-19v0,-7,-2,-12,-6,-16v-4,-4,-9,-6,-18,-6r-29,-2v-18,-1,-32,-7,-41,-15v-9,-8,-13,-20,-13,-36v0,-18,6,-31,19,-41v13,-10,29,-15,49,-15v14,0,27,2,38,5v11,3,22,9,30,16r-23,23v-5,-5,-12,-8,-20,-10v-8,-2,-16,-3,-25,-3v-11,0,-19,2,-25,6v-6,4,-8,10,-8,17v0,6,1,12,5,15v4,3,11,5,20,6r29,3v18,1,31,6,40,14v9,8,14,21,14,37v0,18,-7,33,-21,43v-14,10,-32,15,-55,15","w":179},"t":{"d":"84,0v-16,0,-29,-5,-38,-15v-9,-10,-13,-22,-13,-36r0,-100r-20,0r0,-28r20,0r0,-56r37,0r0,56r35,0r0,28r-35,0r0,98v0,14,7,22,20,22r15,0r0,31r-21,0","w":123},"u":{"d":"139,0r0,-18v-13,14,-28,20,-48,20v-9,0,-18,-1,-26,-4v-8,-3,-14,-7,-20,-13v-6,-6,-10,-14,-13,-22v-3,-8,-5,-18,-5,-29r0,-117r37,0r0,112v0,14,3,23,10,30v7,7,16,10,27,10v11,0,20,-3,27,-10v7,-7,11,-17,11,-30r0,-112r36,0r0,183r-36,0","w":204},"v":{"d":"100,0r-30,0r-67,-183r39,0r43,129r43,-129r39,0","w":169},"w":{"d":"208,0r-32,0r-42,-127r-43,127r-32,0r-56,-183r39,0r35,129r43,-129r28,0r42,129r35,-129r40,0","w":267},"x":{"d":"129,0r-38,-62r-39,62r-44,0r63,-93r-61,-90r45,0r36,60r35,-60r45,0r-60,90r62,93r-44,0","w":181},"y":{"d":"86,36v-3,10,-7,17,-12,22v-5,5,-11,9,-17,11v-6,2,-13,3,-21,3r-15,0r0,-33r9,0v8,0,14,-1,17,-4v3,-3,7,-7,10,-15r10,-29r-64,-174r39,0r43,129r43,-129r39,0","w":168},"z":{"d":"15,0r0,-29r91,-121r-85,0r0,-33r131,0r0,30r-92,120r92,0r0,33r-137,0","w":168},"{":{"d":"105,27v-18,0,-31,-5,-39,-13v-8,-8,-13,-20,-13,-37r0,-61v0,-10,-2,-17,-6,-21v-4,-4,-10,-7,-17,-7r-14,0r0,-32r14,0v4,0,6,-1,9,-2v3,-1,6,-4,9,-7v3,-3,5,-10,5,-20r0,-60v0,-9,1,-16,3,-22v2,-6,7,-12,13,-18v6,-6,18,-10,36,-10r25,0r0,33r-14,0v-11,0,-18,2,-21,5v-3,3,-5,11,-5,23r0,58v0,11,-2,18,-6,23v-4,5,-11,10,-18,13v9,4,16,9,19,15v3,6,5,13,5,21r0,58v0,12,2,20,5,23v3,3,10,5,21,5r14,0r0,33r-25,0","w":146},"|":{"d":"42,27r0,-310r37,0r0,310r-37,0","w":121},"}":{"d":"117,-112v-4,0,-7,1,-10,2v-3,1,-6,3,-9,6v-3,3,-5,10,-5,20r0,61v0,9,-1,16,-3,22v-2,6,-6,12,-12,18v-6,6,-18,10,-36,10r-26,0r0,-33r14,0v11,0,18,-2,21,-5v3,-3,6,-11,6,-23r0,-58v0,-8,1,-15,4,-21v3,-6,10,-11,20,-15v-7,-3,-14,-8,-18,-13v-4,-5,-6,-12,-6,-23r0,-58v0,-12,-3,-20,-6,-23v-3,-3,-10,-5,-21,-5r-14,0r0,-33r26,0v18,0,31,5,39,13v8,8,12,20,12,37r0,60v0,10,3,18,7,22v4,4,10,7,17,7r13,0r0,32r-13,0","w":146},"~":{"d":"138,-73v-6,0,-13,-1,-19,-3v-6,-2,-12,-5,-19,-8v-7,-3,-14,-6,-18,-7v-4,-1,-8,-2,-13,-2v-6,0,-10,0,-14,2v-4,2,-9,7,-16,14r-24,-23v11,-11,20,-18,28,-22v8,-4,16,-7,25,-7v6,0,13,1,19,3v6,2,12,5,19,8v7,3,12,6,17,8v5,2,9,2,14,2v6,0,11,-1,15,-3v4,-2,9,-6,16,-13r23,23v-11,11,-19,18,-27,22v-8,4,-16,6,-26,6","w":206},"\u00a0":{"w":86}}});