(function($){function fireEvent(opts,fn,self,arg){if($.isFunction(fn)){try{return fn.call(self,arg);}catch(error){if(opts.debug){alert("Error calling googlemaps."+fn+": "+error);}else{throw error;}
return false;}}
return true;}
var current=null;function Googlemap(root,conf){var self=this;if(!current){current=self;}
var map;var geo;var bounds;var markers;var latitude=conf.latitude;var longitude=conf.longitude;var zoom=conf.zoom;var controls=conf.controls;var labels=conf.labels;var html=conf.html;var anchor=conf.anchor;var addresses=conf.addresses;var debug=conf.debug;var optimize=conf.optimize;var markerclick=conf.markerclick;$.extend(self,{getVersion:function(){return[1,0,0];},getRoot:function(){return root;},getMap:function(){return map;},getGeo:function(){return geo;},getAddresses:function(){return addresses;},getBounds:function(){return bounds;},getMarkers:function(){return markers;},isBrowserCompatible:function(){if($.isFunction(GBrowserIsCompatible))
return GBrowserIsCompatible();return false;},initialise:function(){self.trace("initialising: "+this);if(self.isBrowserCompatible()){map=map||new GMap2(document.getElementById($(root)[0].id));geo=geo||new GClientGeocoder();bounds=bounds||new GLatLngBounds();markers=markers||new Array();GEvent.addListener(map,"load",function(){self.trace("google map loaded!");});map.setCenter(new GLatLng(latitude,longitude),zoom);if(addresses){if(addresses.length>0){var i=0;while(i<addresses.length){self.geocode(i++);}}}
if(controls){map.addControl(new GSmallMapControl());map.addControl(new GMapTypeControl());}}},geocode:function(index){geo=(geo==null)?new GClientGeocoder():geo;if(addresses&&index>=0){self.trace("processing address: ["+addresses[index]+"] ("+index+")");markers=markers||new Array();geo.getLocations(addresses[index],function(response){var statuscode=response.Status.code;if(statuscode==G_GEO_SUCCESS){self.trace(response.Placemark);var point=new GLatLng(response.Placemark[0].Point.coordinates[1],response.Placemark[0].Point.coordinates[0],true);bounds=bounds||new GLatLngBounds();bounds.extend(point);self.trace("bounds extended");var marker=self.createMarker(index,point);self.trace(marker);self.trace("marker created");GEvent.addListener(marker,"click",function(){if(markerclick&&typeof markerclick[index]!='undefined'){markerclick[index](index);}else{zoom=15;map.setCenter(marker.getLatLng(),zoom);if(html&&typeof html[index]!='undefined'){marker.openInfoWindowHtml(html[index]);}else{marker.openInfoWindowHtml(addresses[index]);}}});if(anchor&&typeof anchor[index]!='undefined'){anchor[index].click(function(e){e.preventDefault();GEvent.trigger(marker,'click');});}
markers[index]=marker;map.addOverlay(marker);if(fireEvent(conf,self.onMarkerLoaded,self,index)===false){return self;}}else{if(statuscode==G_GEO_TOO_MANY_QUERIES){var delay=600;self.trace("index "+index+" will begin retry in "+delay+"ms")
setTimeout(function(){self.geocode(index);},delay);}else{self.trace("unknown error code: "+statuscode);markers[index]=null;}}});}},onMarkerLoaded:function(index){return(optimize?self.optimiseZoomLevel():true);},optimiseZoomLevel:function(index){if(bounds&&(addresses.length==markers.length)){zoom=map.getBoundsZoomLevel(bounds);map.setZoom(zoom-1);map.setCenter(bounds.getCenter());}
return true;},createMarker:function(index,point){var baseIcon=new GIcon(G_DEFAULT_ICON);baseIcon.shadow="http://www.google.com/mapfiles/shadow50.png";baseIcon.iconSize=new GSize(20,34);baseIcon.shadowSize=new GSize(37,34);baseIcon.iconAnchor=new GPoint(9,34);baseIcon.infoWindowAnchor=new GPoint(9,2);var range="Z".charCodeAt(0)-"A".charCodeAt(0)+1;var letter=String.fromCharCode("A".charCodeAt(0)+(index%range));var letteredIcon=new GIcon(baseIcon);letteredIcon.image="http://www.google.com/mapfiles/marker"+letter+".png";var markerOptions={icon:letteredIcon,bouncy:true};var marker=(labels)?new GMarker(point,markerOptions):new GMarker(point);return marker;},trace:function(){if(!debug)return;var caller=arguments.caller||"self";for(i=0;i<arguments.length;i++){var argument=arguments[i];var line=argument;try{console.debug(line);}catch(error){alert(line);}}}});function load(){self.initialise();return self;}
load();}
jQuery.prototype.googlemap=function(conf){var api=this.eq(typeof conf=='number'?conf:0).data("googlemap");if(api){return api;}
var opts={latitude:-23,longitude:133,zoom:4,labels:true,controls:true,html:false,anchor:false,addresses:null,debug:false,optimize:true,markerclick:false};$.extend(opts,conf);this.each(function(){var el=new Googlemap($(this),opts);$(this).data("googlemap",el);});return this;};})(jQuery);var Shadowbox=function(){var ua=navigator.userAgent.toLowerCase(),S={version:"3.0b",adapter:null,current:-1,gallery:[],cache:[],content:null,dimensions:null,plugins:null,path:"",options:{adapter:null,animate:true,animateFade:true,autoplayMovies:true,autoDimensions:false,container:false,continuous:false,counterLimit:10,counterType:"default",displayCounter:true,displayNav:true,ease:function(x){return 1+Math.pow(x-1,3)},enableKeys:true,errors:{fla:{name:"Flash",url:"http://www.adobe.com/products/flashplayer/"},qt:{name:"QuickTime",url:"http://www.apple.com/quicktime/download/"},wmp:{name:"Windows Media Player",url:"http://www.microsoft.com/windows/windowsmedia/"},f4m:{name:"Flip4Mac",url:"http://www.flip4mac.com/wmv_download.htm"}},ext:{img:["png","jpg","jpeg","gif","bmp"],swf:["swf"],flv:["flv"],qt:["dv","mov","moov","movie","mp4"],wmp:["asf","wm","wmv"],qtwmp:["avi","mpg","mpeg"],iframe:["asp","aspx","cgi","cfm","htm","html","jsp","pl","php","php3","php4","php5","phtml","rb","rhtml","shtml","txt","vbs"]},fadeDuration:0.35,flashParams:{bgcolor:"#000000",allowFullScreen:true},flashVars:{},flashVersion:"9.0.115",handleOversize:"resize",handleUnsupported:"link",initialHeight:160,initialWidth:320,language:"en",modal:false,onChange:null,onClose:null,onFinish:null,onOpen:null,overlayColor:"#000",overlayOpacity:0.8,players:["img"],resizeDuration:0.35,showOverlay:true,showMovieControls:true,skipSetup:false,slideshowDelay:0,useSizzle:true,viewportPadding:20},client:{isIE:ua.indexOf("msie")>-1,isIE6:ua.indexOf("msie 6")>-1,isIE7:ua.indexOf("msie 7")>-1,isGecko:ua.indexOf("gecko")>-1&&ua.indexOf("safari")==-1,isWebkit:ua.indexOf("applewebkit/")>-1,isWindows:ua.indexOf("windows")>-1||ua.indexOf("win32")>-1,isMac:ua.indexOf("macintosh")>-1||ua.indexOf("mac os x")>-1,isLinux:ua.indexOf("linux")>-1},regex:{domain:/:\/\/(.*?)[:\/]/,inline:/#(.+)$/,rel:/^(light|shadow)box/i,gallery:/^(light|shadow)box\[(.*?)\]/i,unsupported:/^unsupported-(\w+)/,param:/\s*([a-z_]*?)\s*=\s*(.+)\s*/},libraries:{Prototype:"prototype",jQuery:"jquery",MooTools:"mootools",YAHOO:"yui",dojo:"dojo",Ext:"ext"},applyOptions:function(opts){if(opts){default_options=apply({},S.options);apply(S.options,opts)}},buildCacheObj:function(link,opts){var href=link.href,obj={el:link,title:link.getAttribute("title"),options:apply({},opts||{}),content:href};each(["player","title","height","width","gallery"],function(o){if(typeof obj.options[o]!="undefined"){obj[o]=obj.options[o];delete obj.options[o]}});if(!obj.player){obj.player=getPlayer(href)}var rel=link.getAttribute("rel");if(rel){var m=rel.match(S.regex.gallery);if(m){obj.gallery=escape(m[2])}each(rel.split(";"),function(p){m=p.match(S.regex.param);if(m){if(m[1]=="options"){eval("apply(obj.options,"+m[2]+")")}else{obj[m[1]]=m[2]}}})}return obj},change:function(n){if(!S.gallery){return}if(!S.gallery[n]){if(!S.options.continuous){return}else{n=n<0?S.gallery.length-1:0}}S.current=n;if(typeof slide_timer=="number"){clearTimeout(slide_timer);slide_timer=null;slide_delay=slide_start=0}if(S.options.onChange){S.options.onChange()}loadContent()},clearCache:function(){each(S.cache,function(obj){if(obj.el){S.lib.removeEvent(obj.el,"click",handleClick)}});S.cache=[]},close:function(){if(!active){return}active=false;listenKeys(false);if(S.content){S.content.remove();S.content=null}if(typeof slide_timer=="number"){clearTimeout(slide_timer)}slide_timer=null;slide_delay=0;if(S.options.onClose){S.options.onClose()}S.skin.onClose();S.revertOptions();each(v_cache,function(c){c[0].style.visibility=c[1]})},contentId:function(){return content_id},getCounter:function(){var len=S.gallery.length;if(S.options.counterType=="skip"){var c=[],i=0,end=len,limit=parseInt(S.options.counterLimit)||0;if(limit<len&&limit>2){var h=Math.floor(limit/2);i=S.current-h;if(i<0){i+=len}end=S.current+(limit-h);if(end>len){end-=len}}while(i!=end){if(i==len){i=0}c.push(i++)}}else{var c=(S.current+1)+" "+S.lang.of+" "+len}return c},getCurrent:function(){return S.current>-1?S.gallery[S.current]:null},hasNext:function(){return S.gallery.length>1&&(S.current!=S.gallery.length-1||S.options.continuous)},init:function(opts){if(initialized){return}initialized=true;opts=opts||{};init_options=opts;if(opts){apply(S.options,opts)}for(var e in S.options.ext){S.regex[e]=new RegExp(".("+S.options.ext[e].join("|")+")s*$","i")}if(!S.path){var path_re=/(.+)shadowbox\.js/i,path;each(document.getElementsByTagName("script"),function(s){if((path=path_re.exec(s.src))!=null){S.path=path[1];return false}})}if(S.options.adapter){S.adapter=S.options.adapter}else{for(var lib in S.libraries){if(typeof window[lib]!="undefined"){S.adapter=S.libraries[lib];break}}if(!S.adapter){S.adapter="base"}}if(S.options.useSizzle&&!window.Sizzle){U.include(S.path+"libraries/sizzle/sizzle.js")}if(!S.lang){U.include(S.path+"languages/shadowbox-"+S.options.language+".js")}each(S.options.players,function(p){if((p=="swf"||p=="flv")&&!window.swfobject){U.include(S.path+"libraries/swfobject/swfobject.js")}if(!S[p]){U.include(S.path+"players/shadowbox-"+p+".js")}});if(!S.lib){U.include(S.path+"adapters/shadowbox-"+S.adapter+".js")}},isActive:function(){return active},isPaused:function(){return slide_timer=="paused"},load:function(){if(S.skin.options){apply(S.options,S.skin.options);apply(S.options,init_options)}var markup=S.skin.markup.replace(/\{(\w+)\}/g,function(m,p){return S.lang[p]});var el=S.options.container?S.util.get(S.options.container):document.body;S.lib.append(el,markup);if(S.skin.init){S.skin.init()}var id;S.lib.addEvent(window,"resize",function(){if(id){clearTimeout(id);id=null}if(active){id=setTimeout(function(){if(S.skin.onWindowResize){S.skin.onWindowResize()}var c=S.content;if(c&&c.onWindowResize){c.onWindowResize()}},50)}});if(!S.options.skipSetup){S.setup()}},next:function(){S.change(S.current+1)},open:function(obj){if(U.isLink(obj)){obj=S.buildCacheObj(obj)}if(obj.constructor==Array){S.gallery=obj;S.current=0}else{if(!obj.gallery){S.gallery=[obj];S.current=0}else{S.current=null;S.gallery=[];each(S.cache,function(c){if(c.gallery&&c.gallery==obj.gallery){if(S.current==null&&c.content==obj.content&&c.title==obj.title){S.current=S.gallery.length}S.gallery.push(c)}});if(S.current==null){S.gallery.unshift(obj);S.current=0}}}obj=S.getCurrent();if(obj.options){S.revertOptions();S.applyOptions(obj.options)}var g,r,m,s,a,oe=S.options.errors,msg,el;for(var i=0;i<S.gallery.length;++i){g=S.gallery[i]=apply({},S.gallery[i]);r=false;if(g.player=="unsupported"){r=true}else{if(m=S.regex.unsupported.exec(g.player)){if(S.options.handleUnsupported=="link"){g.player="html";switch(m[1]){case"qtwmp":s="either";a=[oe.qt.url,oe.qt.name,oe.wmp.url,oe.wmp.name];break;case"qtf4m":s="shared";a=[oe.qt.url,oe.qt.name,oe.f4m.url,oe.f4m.name];break;default:s="single";if(m[1]=="swf"||m[1]=="flv"){m[1]="fla"}a=[oe[m[1]].url,oe[m[1]].name]}msg=S.lang.errors[s].replace(/\{(\d+)\}/g,function(m,n){return a[n]});g.content='<div class="sb-message">'+msg+"</div>"}else{r=true}}else{if(g.player=="inline"){m=S.regex.inline.exec(g.content);if(m){var el=U.get(m[1]);if(el){g.content=el.innerHTML}else{throw"Cannot find element with id "+m[1]}}else{throw"Cannot find element id for inline content"}}else{if(g.player=="swf"||g.player=="flv"){var version=(g.options&&g.options.flashVersion)||S.options.flashVersion;if(!swfobject.hasFlashPlayerVersion(version)){g.width=310;g.height=177}}}}}if(r){S.gallery.splice(i,1);if(i<S.current){--S.current}else{if(i==S.current){S.current=i>0?i-1:i}}--i}}if(S.gallery.length){if(!active){if(typeof S.options.onOpen=="function"&&S.options.onOpen(obj)===false){return}v_cache=[];each(["select","object","embed","canvas"],function(tag){each(document.getElementsByTagName(tag),function(el){v_cache.push([el,el.style.visibility||"visible"]);el.style.visibility="hidden"})});var h=S.options.autoDimensions&&"height"in obj?obj.height:S.options.initialHeight;var w=S.options.autoDimensions&&"width"in obj?obj.width:S.options.initialWidth;S.skin.onOpen(h,w,loadContent)}else{loadContent()}active=true}},pause:function(){if(typeof slide_timer!="number"){return}var time=new Date().getTime();slide_delay=Math.max(0,slide_delay-(time-slide_start));if(slide_delay){clearTimeout(slide_timer);slide_timer="paused";if(S.skin.onPause){S.skin.onPause()}}},play:function(){if(!S.hasNext()){return}if(!slide_delay){slide_delay=S.options.slideshowDelay*1000}if(slide_delay){slide_start=new Date().getTime();slide_timer=setTimeout(function(){slide_delay=slide_start=0;S.next()},slide_delay);if(S.skin.onPlay){S.skin.onPlay()}}},previous:function(){S.change(S.current-1)},revertOptions:function(){apply(S.options,default_options)},setDimensions:function(height,width,max_h,max_w,tb,lr,resizable){var h=height=S.util.getSizePx(max_h,height),w=width=S.util.getSizePx(max_w,width),pad=parseInt(S.options.viewportPadding)||0;var extra_h=2*pad+tb;if(h+extra_h>=max_h){h=max_h-extra_h}var extra_w=2*pad+lr;if(w+extra_w>=max_w){w=max_w-extra_w}var resize_h=height,resize_w=width,change_h=(height-h)/height,change_w=(width-w)/width,oversized=(change_h>0||change_w>0);if(resizable&&oversized&&S.options.handleOversize=="resize"){if(change_h>change_w){w=Math.round((width/height)*h)}else{if(change_w>change_h){h=Math.round((height/width)*w)}}resize_w=w;resize_h=h}S.dimensions={height:h+tb,width:w+lr,inner_h:h,inner_w:w,top:(max_h-(h+extra_h))/2+pad,left:(max_w-(w+extra_w))/2+pad,oversized:oversized,resize_h:resize_h,resize_w:resize_w};return S.dimensions},setup:function(links,opts){if(!links){var links=[],rel;each(document.getElementsByTagName("a"),function(a){rel=a.getAttribute("rel");if(rel&&S.regex.rel.test(rel)){links.push(a)}})}else{var len=links.length;if(len){if(window.Sizzle){if(typeof links=="string"){links=Sizzle(links)}else{if(len==2&&links.push&&typeof links[0]=="string"&&links[1].nodeType){links=Sizzle(links[0],links[1])}}}}else{links=[links]}}each(links,function(link){if(typeof link.shadowboxCacheKey=="undefined"){link.shadowboxCacheKey=S.cache.length;S.lib.addEvent(link,"click",handleClick)}S.cache[link.shadowboxCacheKey]=S.buildCacheObj(link,opts)})}},U=S.util={animate:function(el,p,to,d,cb){var from=parseFloat(S.lib.getStyle(el,p));if(isNaN(from)){from=0}var delta=to-from;if(delta==0){if(cb){cb()}return}var op=p=="opacity";function fn(ease){var to=from+ease*delta;if(op){U.setOpacity(el,to)}else{el.style[p]=to+"px"}}if(!d||(!op&&!S.options.animate)||(op&&!S.options.animateFade)){fn(1);if(cb){cb()}return}d*=1000;var begin=new Date().getTime(),end=begin+d,time,timer=setInterval(function(){time=new Date().getTime();if(time>=end){clearInterval(timer);fn(1);if(cb){cb()}}else{fn(S.options.ease((time-begin)/d))}},10)},apply:function(o,e){for(var p in e){o[p]=e[p]}return o},clearOpacity:function(el){var s=el.style;if(window.ActiveXObject){if(typeof s.filter=="string"&&(/alpha/i).test(s.filter)){s.filter=s.filter.replace(/[\w\.]*alpha\(.*?\);?/i,"")}}else{s.opacity=""}},each:function(obj,fn,scope){for(var i=0,len=obj.length;i<len;++i){if(fn.call(scope||obj[i],obj[i],i,obj)===false){return}}},get:function(id){return document.getElementById(id)},include:function(){var includes={};return function(file){if(includes[file]){return}includes[file]=true;document.write('<script type="text/javascript" src="'+file+'"><\/script>')}}(),isLink:function(obj){if(!obj||!obj.tagName){return false}var up=obj.tagName.toUpperCase();return up=="A"||up=="AREA"},removeChildren:function(el){while(el.firstChild){el.removeChild(el.firstChild)}},setOpacity:function(el,o){var s=el.style;if(window.ActiveXObject){s.zoom=1;s.filter=(s.filter||"").replace(/\s*alpha\([^\)]*\)/gi,"")+(o==1?"":" alpha(opacity="+(o*100)+")")}else{s.opacity=o}},getSizePx:function(a,b){if(typeof(b)=="undefined"){return a}b=(b.toString()).split("%");return b.length>1?Math.floor(a*b[0]/100):parseInt(b[0],10)}},apply=U.apply,each=U.each,init_options,initialized=false,default_options={},content_id="sb-content",active=false,slide_timer,slide_start,slide_delay=0,v_cache=[];if(navigator.plugins&&navigator.plugins.length){var names=[];each(navigator.plugins,function(p){names.push(p.name)});names=names.join();var detectPlugin=function(n){return names.indexOf(n)>-1};var f4m=detectPlugin("Flip4Mac");S.plugins={fla:detectPlugin("Shockwave Flash"),qt:detectPlugin("QuickTime"),wmp:!f4m&&detectPlugin("Windows Media"),f4m:f4m}}else{function detectPlugin(n){try{var axo=new ActiveXObject(n)}catch(e){}return!!axo}S.plugins={fla:detectPlugin("ShockwaveFlash.ShockwaveFlash"),qt:detectPlugin("QuickTime.QuickTime"),wmp:detectPlugin("wmplayer.ocx"),f4m:false}}function getPlayer(url){var re=S.regex,p=S.plugins,m=url.match(re.domain),d=m&&document.domain==m[1];if(url.indexOf("#")>-1&&d){return"inline"}var q=url.indexOf("?");if(q>-1){url=url.substring(0,q)}if(re.img.test(url)){return"img"}if(re.swf.test(url)){return p.fla?"swf":"unsupported-swf"}if(re.flv.test(url)){return p.fla?"flv":"unsupported-flv"}if(re.qt.test(url)){return p.qt?"qt":"unsupported-qt"}if(re.wmp.test(url)){if(p.wmp){return"wmp"}if(p.f4m){return"qt"}if(S.client.isMac){return p.qt?"unsupported-f4m":"unsupported-qtf4m"}return"unsupported-wmp"}if(re.qtwmp.test(url)){if(p.qt){return"qt"}if(p.wmp){return"wmp"}return S.client.isMac?"unsupported-qt":"unsupported-qtwmp"}if(!d||re.iframe.test(url)){return"iframe"}return"unsupported"}function handleClick(e){var link;if(U.isLink(this)){link=this}else{link=S.lib.getTarget(e);while(!U.isLink(link)&&link.parentNode){link=link.parentNode}}if(link){var key=link.shadowboxCacheKey;if(typeof key!="undefined"&&typeof S.cache[key]!="undefined"){link=S.cache[key]}S.open(link);if(S.gallery.length){S.lib.preventDefault(e)}}}function listenKeys(on){if(!S.options.enableKeys){return}S.lib[(on?"add":"remove")+"Event"](document,"keydown",handleKey)}function handleKey(e){var code=S.lib.keyCode(e);S.lib.preventDefault(e);switch(code){case 81:case 88:case 27:S.close();break;case 37:S.previous();break;case 39:S.next();break;case 32:S[(typeof slide_timer=="number"?"pause":"play")]()}}function loadContent(){var obj=S.getCurrent();if(!obj){return}var p=obj.player=="inline"?"html":obj.player;if(typeof S[p]!="function"){throw"Unknown player: "+p}var change=false;if(S.content){S.content.remove();change=true;S.revertOptions();if(obj.options){S.applyOptions(obj.options)}}U.removeChildren(S.skin.bodyEl());S.content=new S[p](obj);listenKeys(false);S.skin.onLoad(S.content,change,function(){if(!S.content){return}if(typeof S.content.ready!="undefined"){var id=setInterval(function(){if(S.content){if(S.content.ready){clearInterval(id);id=null;S.skin.onReady(contentReady)}}else{clearInterval(id);id=null}},100)}else{S.skin.onReady(contentReady)}});if(S.gallery.length>1){var next=S.gallery[S.current+1]||S.gallery[0];if(next.player=="img"){var a=new Image();a.src=next.content}var prev=S.gallery[S.current-1]||S.gallery[S.gallery.length-1];if(prev.player=="img"){var b=new Image();b.src=prev.content}}}function contentReady(){if(!S.content){return}S.content.append(S.skin.bodyEl(),content_id,S.dimensions);S.skin.onFinish(finishContent)}function finishContent(){if(!S.content){return}if(S.content.onLoad){S.content.onLoad()}if(S.options.onFinish){S.options.onFinish()}if(!S.isPaused()){S.play()}listenKeys(true)}return S}();Shadowbox.skin=function(){var S=Shadowbox,U=S.util,overlay_on=false,png=["sb-nav-close","sb-nav-next","sb-nav-play","sb-nav-pause","sb-nav-previous"];S.dynamicResize=function(w,h){var c=S.content;if(!c){return}c.width=w;c.height=h;resizeContent(function(){})};function fixTop(){U.get("sb-container").style.top=document.documentElement.scrollTop+"px"}function toggleVisible(cb){var so=U.get("sb-overlay"),sc=U.get("sb-container"),sb=U.get("sb-wrapper");if(cb){if(S.client.isIE6){fixTop();S.lib.addEvent(window,"scroll",fixTop)}if(S.options.showOverlay){overlay_on=true;so.style.backgroundColor=S.options.overlayColor;U.setOpacity(so,0);if(!S.options.modal){S.lib.addEvent(so,"click",S.close)}sb.style.display="none"}sc.style.visibility="visible";if(overlay_on){var op=parseFloat(S.options.overlayOpacity);U.animate(so,"opacity",op,S.options.fadeDuration,cb)}else{cb()}}else{if(S.client.isIE6){S.lib.removeEvent(window,"scroll",fixTop)}S.lib.removeEvent(so,"click",S.close);if(overlay_on){sb.style.display="none";U.animate(so,"opacity",0,S.options.fadeDuration,function(){sc.style.display="";sb.style.display="";U.clearOpacity(so)})}else{sc.style.visibility="hidden"}}}function toggleNav(id,on){var el=U.get("sb-nav-"+id);if(el){el.style.display=on?"":"none"}}function toggleLoading(on,cb){var ld=U.get("sb-loading"),p=S.getCurrent().player,anim=(p=="img"||p=="html");if(on){function fn(){U.clearOpacity(ld);if(cb){cb()}}U.setOpacity(ld,0);ld.style.display="";if(anim){U.animate(ld,"opacity",1,S.options.fadeDuration,fn)}else{fn()}}else{function fn(){ld.style.display="none";U.clearOpacity(ld);if(cb){cb()}}if(anim){U.animate(ld,"opacity",0,S.options.fadeDuration,fn)}else{fn()}}}function buildBars(cb){var obj=S.getCurrent();U.get("sb-title-inner").innerHTML=obj.title||"";var c,n,pl,pa,p;if(S.options.displayNav){c=true;var len=S.gallery.length;if(len>1){if(S.options.continuous){n=p=true}else{n=(len-1)>S.current;p=S.current>0}}if(S.options.slideshowDelay>0&&S.hasNext()){pa=!S.isPaused();pl=!pa}}else{c=n=pl=pa=p=false}toggleNav("close",c);toggleNav("next",n);toggleNav("play",pl);toggleNav("pause",pa);toggleNav("previous",p);var c="";if(S.options.displayCounter&&S.gallery.length>1){var count=S.getCounter();if(typeof count=="string"){c=count}else{U.each(count,function(i){c+='<a onclick="Shadowbox.change('+i+');"';if(i==S.current){c+=' class="sb-counter-current"'}c+=">"+(i+1)+"</a>"})}}U.get("sb-counter").innerHTML=c;cb()}function hideBars(anim,cb){var sw=U.get("sb-wrapper"),st=U.get("sb-title"),si=U.get("sb-info"),ti=U.get("sb-title-inner"),ii=U.get("sb-info-inner"),t=parseInt(S.lib.getStyle(ti,"height"))||0,b=parseInt(S.lib.getStyle(ii,"height"))||0;function fn(){ti.style.visibility=ii.style.visibility="hidden";buildBars(cb)}if(anim){U.animate(st,"height",0,0.35);U.animate(si,"height",0,0.35);U.animate(sw,"paddingTop",t,0.35);U.animate(sw,"paddingBottom",b,0.35,fn)}else{st.style.height=si.style.height="0px";sw.style.paddingTop=t+"px";sw.style.paddingBottom=b+"px";fn()}}function showBars(cb){var sw=U.get("sb-wrapper"),st=U.get("sb-title"),si=U.get("sb-info"),ti=U.get("sb-title-inner"),ii=U.get("sb-info-inner"),t=parseInt(S.lib.getStyle(ti,"height"))||0,b=parseInt(S.lib.getStyle(ii,"height"))||0;ti.style.visibility=ii.style.visibility="";if(ti.innerHTML!=""){U.animate(st,"height",t,0.35);U.animate(sw,"paddingTop",0,0.35)}else{U.animate(st,"height",0,0.35);U.animate(sw,"paddingTop",0,0.35)}U.animate(si,"height",b,0.35);U.animate(sw,"paddingBottom",0,0.35,cb)}function adjustHeight(height,top,anim,cb){var sb=U.get("sb-body"),s=U.get("sb-wrapper"),h=parseInt(height),t=parseInt(top);if(anim){U.animate(sb,"height",h,S.options.resizeDuration);U.animate(s,"top",t,S.options.resizeDuration,cb)}else{sb.style.height=h+"px";s.style.top=t+"px";if(cb){cb()}}}function adjustWidth(width,left,anim,cb){var s=U.get("sb-wrapper"),w=parseInt(width),l=parseInt(left);if(anim){U.animate(s,"width",w,S.options.resizeDuration);U.animate(s,"left",l,S.options.resizeDuration,cb)}else{s.style.width=w+"px";s.style.left=l+"px";if(cb){cb()}}}function resizeContent(cb){var c=S.content;if(!c){return}var d=setDimensions(c.height,c.width,c.resizable);switch(S.options.animSequence){case"hw":adjustHeight(d.inner_h,d.top,true,function(){adjustWidth(d.width,d.left,true,cb)});break;case"wh":adjustWidth(d.width,d.left,true,function(){adjustHeight(d.inner_h,d.top,true,cb)});break;default:adjustWidth(d.width,d.left,true);adjustHeight(d.inner_h,d.top,true,cb)}if(S.skin.fullnav==true){var n=U.get("sb-nav-next"),p=U.get("sb-nav-previous");n.style.height=p.style.height=d.inner_h+"px";n.style.width=p.style.width="45%";n.style.top=p.style.top=0}}function setDimensions(height,width,resizable){var sbi=U.get("sb-body-inner"),sw=U.get("sb-wrapper"),so=U.get("sb-overlay"),tb=sw.offsetHeight-sbi.offsetHeight,lr=sw.offsetWidth-sbi.offsetWidth,max_h=so.offsetHeight,max_w=so.offsetWidth;return S.setDimensions(height,width,max_h,max_w,tb,lr,resizable)}return{markup:'<div id="sb-container"><div id="sb-overlay"></div><div id="sb-wrapper"><div id="sb-title"><div id="sb-title-inner"></div></div><div id="sb-body"><div id="sb-body-inner"></div><div id="sb-loading"><a onclick="Shadowbox.close()">{cancel}</a></div></div><div id="sb-info"><div id="sb-info-inner"><div id="sb-counter"></div><div id="sb-nav"><a id="sb-nav-close" title="{close}" onclick="Shadowbox.close()"></a><a id="sb-nav-next" title="{next}" onclick="Shadowbox.next()"></a><a id="sb-nav-play" title="{play}" onclick="Shadowbox.play()"></a><a id="sb-nav-pause" title="{pause}" onclick="Shadowbox.pause()"></a><a id="sb-nav-previous" title="{previous}" onclick="Shadowbox.previous()"></a></div><div style="clear:both"></div></div></div></div></div>',options:{animSequence:"sync"},init:function(){if(S.client.isIE6){U.get("sb-body").style.zoom=1;var el,m,re=/url\("(.*\.png)"\)/;U.each(png,function(id){el=U.get(id);if(el){m=S.lib.getStyle(el,"backgroundImage").match(re);if(m){el.style.backgroundImage="none";el.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src="+m[1]+",sizingMethod=scale);"}}})}},bodyEl:function(){return U.get("sb-body-inner")},onOpen:function(h,w,cb){U.get("sb-container").style.display="block";var d=setDimensions(h,w);adjustHeight(d.inner_h,d.top,false);adjustWidth(d.width,d.left,false);toggleVisible(cb)},onLoad:function(content,change,cb){toggleLoading(true);hideBars(change,function(){if(!content){return}if(!change){U.get("sb-wrapper").style.display=""}cb()})},onReady:function(cb){resizeContent(function(){showBars(cb)})},onFinish:function(cb){toggleLoading(false,cb)},onClose:function(){toggleVisible(false)},onPlay:function(){toggleNav("play",false);toggleNav("pause",true)},onPause:function(){toggleNav("pause",false);toggleNav("play",true)},onWindowResize:function(){var c=S.content;if(!c){return}var d=setDimensions(c.height,c.width,c.resizable);adjustWidth(d.width,d.left,false);adjustHeight(d.inner_h,d.top,false);var el=U.get(S.contentId());if(el){if(c.resizable&&S.options.handleOversize=="resize"){el.height=d.resize_h;el.width=d.resize_w}}}}}();if(typeof jQuery=="undefined"){throw"Unable to load Shadowbox adapter, jQuery not found"}if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox adapter, Shadowbox not found"}Shadowbox.lib=function($){return{getStyle:function(el,style){return $(el).css(style)},remove:function(el){$(el).remove()},getTarget:function(e){return e.target},getPageXY:function(e){return[e.pageX,e.pageY]},preventDefault:function(e){e.preventDefault()},keyCode:function(e){return e.keyCode},addEvent:function(el,name,handler){$(el).bind(name,handler)},removeEvent:function(el,name,handler){$(el).unbind(name,handler)},append:function(el,html){$(el).append(html)}}}(jQuery);jQuery(Shadowbox.load);(function($){$.fn.shadowbox=function(options){return this.each(function(){var el=$(this);var opts=$.extend({},options||{},$.metadata?el.metadata():$.meta?el.data():{});var cls=this.className||"";opts.width=parseInt((cls.match(/w:(\d+)/)||[])[1])||opts.width;opts.height=parseInt((cls.match(/h:(\d+)/)||[])[1])||opts.height;Shadowbox.setup(el,opts)})}})(jQuery);if(typeof Shadowbox=='undefined'){throw'Unable to load Shadowbox skin, base library not found.';}
Shadowbox.skin.markup=''+'<div id="sb-container">'+'<div id="sb-overlay"></div>'+'<div id="sb-wrapper">'+'<div id="sb-title">'+'<div id="sb-title-inner"></div>'+'</div>'+'<div id="sb-body">'+'<div id="sb-body-inner"></div>'+'<div id="sb-loading">'+'<a onclick="Shadowbox.close()">{cancel}</a>'+'</div>'+'</div>'+'<div id="sb-info">'+'<div id="sb-info-inner">'+'<div id="sb-counter"></div>'+'<div id="sb-nav">'+'<a id="sb-nav-close" title="{close}" onclick="Shadowbox.close()"></a>'+'<a id="sb-nav-next" title="{next}" onclick="Shadowbox.next()"></a>'+'<a id="sb-nav-play" title="{play}" onclick="Shadowbox.play()"></a>'+'<a id="sb-nav-pause" title="{pause}" onclick="Shadowbox.pause()"></a>'+'<a id="sb-nav-previous" title="{previous}" onclick="Shadowbox.previous()"></a>'+'</div>'+'<div style="clear:both"></div>'+'</div>'+'</div>'+'</div>'+'</div>';
;var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
;Cufon.registerFont({"w":180,"face":{"font-family":"Optima","font-weight":550,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 6 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"7","cap-height":"2","bbox":"-6 -274 360 99","underline-thickness":"18","underline-position":"-36","stemh":"18","stemv":"33","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":90},"!":{"d":"73,-62r-15,-159v0,-5,0,-27,20,-27v26,0,21,22,20,40r-15,146v-4,-1,-7,-1,-10,0xm79,-41v12,0,23,10,23,22v0,13,-11,23,-23,23v-13,0,-23,-10,-23,-22v0,-13,10,-23,23,-23","w":159},"\"":{"d":"67,-147r-12,0r-9,-103r30,0xm125,-147r-12,0r-9,-103r30,0"},"#":{"d":"45,0r-25,0r12,-66r-38,0r0,-22r42,0r9,-51r-37,0r0,-22r42,0r14,-76r25,0r-14,76r46,0r14,-76r25,0r-14,76r38,0r0,22r-42,0r-10,51r38,0r0,22r-41,0r-13,66r-25,0r12,-66r-46,0xm71,-139r-10,51r46,0r10,-51r-46,0"},"$":{"d":"81,-109v-43,-13,-62,-32,-64,-68v0,-49,42,-65,64,-67v-1,-11,-1,-13,-3,-30r20,0v-2,18,-2,21,-2,28v25,2,44,8,60,17v-6,11,-9,21,-11,31r-5,1v-3,-10,-10,-29,-44,-33r0,88v33,12,69,24,69,69v4,38,-36,77,-69,77v0,15,0,17,2,34v-5,-2,-15,-1,-20,0v2,-15,3,-20,3,-32v-14,0,-41,1,-69,-20v5,-16,6,-25,6,-32r4,0v19,34,48,36,59,36r0,-99xm81,-148r0,-82v-7,1,-35,8,-35,40v0,28,22,37,35,42xm96,-103r0,91v24,-5,38,-20,38,-45v0,-30,-22,-39,-38,-46"},"%":{"d":"135,-193v0,35,-25,60,-60,60v-34,0,-59,-25,-59,-60v0,-34,25,-59,59,-59v35,0,60,25,60,59xm75,-244v-25,0,-31,32,-31,51v0,22,6,52,31,52v27,0,32,-30,32,-52v0,-19,-5,-51,-32,-51xm304,-53v0,34,-25,59,-59,59v-34,0,-60,-25,-60,-59v0,-34,26,-60,60,-60v34,0,59,26,59,60xm245,-104v-26,0,-32,31,-32,51v0,21,6,51,32,51v26,0,31,-30,31,-51v0,-20,-5,-51,-31,-51xm81,13r141,-273v4,1,14,2,17,0r-140,273v-6,-2,-12,-1,-18,0","w":320},"&":{"d":"218,-135v8,-1,11,15,20,17v-14,29,-34,55,-44,65v9,11,26,30,48,50r0,5v-16,-3,-27,-3,-45,0v-12,-15,-21,-25,-26,-30v-13,13,-36,34,-77,34v-46,0,-72,-27,-72,-63v0,-32,17,-52,62,-74v-20,-26,-23,-43,-23,-55v0,-24,14,-57,57,-57v35,0,49,20,49,42v0,28,-20,42,-47,62v20,25,47,59,64,76v11,-10,31,-43,34,-72xm118,-230v-43,0,-35,53,-6,82v24,-15,33,-36,33,-53v0,-15,-9,-29,-27,-29xm55,-70v1,63,78,69,108,32v-19,-19,-58,-65,-73,-84v-12,6,-35,21,-35,52","w":259},"(":{"d":"94,49v-24,-21,-63,-76,-63,-151v0,-51,39,-132,64,-149v2,3,4,4,8,8v-23,25,-45,74,-45,143v0,62,19,114,44,141v-4,3,-6,5,-8,8","w":119},")":{"d":"25,-251v24,18,72,98,64,149v5,61,-35,129,-63,151v-3,-3,-4,-5,-8,-8v55,-51,59,-233,-1,-284v4,-3,5,-5,8,-8","w":119},"*":{"d":"138,-230v6,12,8,15,12,20v-30,12,-35,14,-49,22v10,5,30,14,49,21v-6,8,-8,11,-11,20v-12,-8,-31,-23,-43,-31v0,10,3,35,5,53v-6,-2,-16,-1,-23,0v1,-5,5,-32,6,-53v-15,9,-29,21,-43,31v-4,-10,-5,-12,-11,-20v14,-6,35,-15,48,-21v-12,-7,-36,-16,-48,-22v7,-8,8,-11,11,-20v14,11,31,24,43,31v-1,-16,-4,-43,-6,-52v7,0,16,2,23,0v-1,10,-5,38,-5,52v14,-8,33,-23,42,-31"},"+":{"d":"95,0r0,-78r-79,0r0,-21r79,0r0,-78r23,0r0,78r79,0r0,21r-79,0r0,78r-23,0","w":213},",":{"d":"4,63r24,-82v6,-21,13,-25,22,-25v17,3,17,17,9,32r-47,78v-3,-1,-4,-2,-8,-3","w":90},"-":{"d":"104,-73v-44,-3,-54,-3,-88,0v2,-8,3,-24,0,-31v27,2,60,3,88,0v-3,8,-2,24,0,31","w":119},"\u00ad":{"d":"104,-73v-44,-3,-54,-3,-88,0v2,-8,3,-24,0,-31v27,2,60,3,88,0v-3,8,-2,24,0,31","w":119},".":{"d":"45,-41v13,0,23,10,23,22v0,13,-10,23,-23,23v-13,0,-23,-10,-23,-22v0,-13,10,-23,23,-23","w":90},"\/":{"d":"103,-242r-84,249v-5,-2,-17,-1,-22,0r84,-249v5,1,17,1,22,0","w":100},"0":{"d":"169,-123v0,25,-1,129,-79,129v-75,0,-79,-81,-79,-122v0,-42,5,-128,79,-128v75,0,79,86,79,121xm133,-126v0,-60,-7,-104,-43,-104v-40,0,-43,62,-43,109v0,46,0,114,42,114v30,0,44,-37,44,-119"},"1":{"d":"23,-173v-1,-5,-9,-9,-15,-17v24,-8,85,-35,114,-58v8,3,2,13,2,21r-2,229v-16,-3,-26,-3,-40,0v7,-63,3,-106,5,-213v-8,5,-48,27,-64,38"},"2":{"d":"6,2r0,-10v27,-24,52,-50,76,-78v14,-16,37,-44,37,-87v0,-16,-3,-56,-43,-56v-18,0,-44,13,-43,51r-6,1v-4,-11,-12,-19,-16,-24v4,-9,22,-43,73,-43v46,0,73,28,73,64v-8,76,-72,105,-109,152r119,-3v-1,9,-2,26,0,33v-46,-4,-112,-1,-161,0"},"3":{"d":"147,-188v1,31,-25,51,-54,60v20,3,64,8,65,58v0,43,-36,75,-94,75v-29,0,-46,-9,-56,-14v3,-9,4,-14,4,-27r6,-1v13,24,35,28,48,28v44,0,55,-34,55,-58v0,-44,-36,-58,-71,-49v1,-5,1,-15,0,-20v37,11,66,-19,62,-48v5,-57,-80,-56,-82,-11r-5,0v-3,-12,-4,-16,-11,-25v24,-30,133,-41,133,32"},"4":{"d":"107,-65r-108,1v1,-4,1,-5,0,-11v13,-16,111,-160,114,-165v6,1,22,1,29,0v-2,50,-2,60,-3,151v16,0,19,-1,33,-1v-1,7,-2,20,0,27v-7,-1,-16,-2,-33,-2r1,67v-13,-4,-23,-4,-36,0v1,-14,3,-37,3,-67xm29,-89r78,0r0,-114"},"5":{"d":"69,-126v-26,-2,-32,19,-42,11v1,-29,2,-48,2,-67v0,-28,-1,-41,-2,-57v10,2,111,2,123,0v-1,7,-1,24,0,32v-37,-4,-87,-4,-102,-4v-2,27,-3,54,-3,77v41,-21,119,-3,113,58v1,70,-86,107,-152,67v3,-13,4,-18,5,-28r4,0v28,49,109,34,106,-34v0,-41,-30,-55,-52,-55"},"6":{"d":"135,-242v0,5,4,10,2,16v-53,-13,-82,23,-89,109v7,-11,24,-28,54,-28v41,0,68,27,68,70v0,48,-32,81,-77,81v-33,0,-51,-16,-58,-27v-11,-14,-23,-34,-23,-81v4,-97,50,-149,123,-140xm91,-8v33,0,43,-32,43,-62v0,-23,-5,-58,-40,-58v-27,0,-45,21,-45,60v0,41,19,60,42,60"},"7":{"d":"17,-240v57,4,94,3,162,2v-16,37,-76,130,-83,147v-24,44,-37,72,-46,93v-8,-5,-29,3,-32,-3r90,-145v12,-20,25,-42,35,-62r-126,3v1,-8,2,-28,0,-35"},"8":{"d":"157,-190v1,33,-24,50,-49,55v32,3,59,13,61,64v0,51,-33,77,-80,77v-51,0,-79,-29,-79,-72v-2,-46,32,-63,58,-69v-65,-13,-62,-108,22,-108v43,0,67,21,67,53xm90,-140v16,0,33,-13,33,-48v0,-15,-4,-42,-32,-42v-33,0,-33,36,-33,45v0,10,1,45,32,45xm89,-8v28,0,44,-23,44,-61v0,-26,-7,-58,-42,-58v-44,0,-44,50,-44,59v0,29,9,60,42,60"},"9":{"d":"167,-141v3,82,-48,165,-132,142v-1,-9,-10,-16,-4,-22v56,40,96,-15,98,-98v-36,49,-126,22,-119,-46v0,-42,26,-79,77,-79v72,0,80,68,80,103xm129,-169v2,-23,-10,-64,-41,-61v-23,0,-42,22,-42,63v0,29,11,57,41,57v42,0,42,-49,42,-59"},":":{"d":"44,-167v13,0,23,11,23,23v0,13,-11,23,-23,23v-13,0,-23,-10,-23,-23v0,-12,10,-23,23,-23xm44,-41v13,0,23,10,23,22v0,13,-10,23,-23,23v-13,0,-23,-10,-23,-22v0,-13,10,-23,23,-23","w":90},";":{"d":"46,-167v13,0,23,11,23,23v0,13,-10,23,-23,23v-12,0,-23,-10,-23,-23v0,-12,10,-23,23,-23xm4,64r24,-83v6,-21,13,-25,21,-25v19,0,18,16,10,32r-47,79v-3,-2,-4,-3,-8,-3","w":90},"\u037e":{"d":"46,-167v13,0,23,11,23,23v0,13,-10,23,-23,23v-12,0,-23,-10,-23,-23v0,-12,10,-23,23,-23xm4,64r24,-83v6,-21,13,-25,21,-25v19,0,18,16,10,32r-47,79v-3,-2,-4,-3,-8,-3","w":90},"<":{"d":"17,-76r0,-24r180,-72r0,24r-152,60r152,59r0,24","w":213},"=":{"d":"16,-112r0,-21r181,0r0,21r-181,0xm16,-43r0,-22r181,0r0,22r-181,0","w":213},">":{"d":"197,-76r-180,71r0,-24r151,-59r-151,-60r0,-24r180,72r0,24","w":213},"?":{"d":"40,-104v-3,-38,62,-67,59,-99v2,-33,-52,-39,-63,-10v-7,-3,-2,-13,-7,-20v45,-33,100,-7,101,36v3,46,-70,79,-63,102v-2,15,17,27,30,16v3,6,-1,18,-14,15v-34,0,-43,-25,-43,-40xm75,-41v13,0,23,10,23,22v0,13,-10,23,-23,23v-13,0,-23,-10,-23,-22v0,-13,10,-23,23,-23","w":159},"@":{"d":"241,-35r5,9v-82,68,-233,27,-232,-88v0,-73,62,-137,144,-137v70,0,116,45,116,103v0,49,-35,97,-72,97v-13,0,-30,-6,-32,-30v-7,15,-20,30,-41,30v-28,0,-45,-24,-45,-51v0,-43,38,-83,71,-83v10,0,29,5,33,24r6,-20r25,0v-20,64,-27,89,-27,100v0,14,11,18,17,18v23,0,53,-41,53,-84v0,-54,-42,-91,-101,-91v-72,0,-126,59,-126,124v-5,103,132,140,206,79xm133,-63v33,-1,48,-61,48,-88v0,-14,-10,-21,-21,-21v-28,0,-51,52,-51,79v0,17,9,30,24,30","w":288},"A":{"d":"155,-93r-91,0v-7,17,-22,49,-33,95v-8,-3,-23,-2,-31,0v32,-70,85,-187,111,-252v5,0,12,2,17,0v28,75,107,250,108,252v-11,-3,-34,-2,-44,0v-13,-43,-28,-75,-37,-95xm148,-111r-39,-89r-38,89r77,0","w":240},"B":{"d":"71,-247v80,-2,109,3,118,55v-3,47,-44,51,-60,59v44,5,71,34,71,63v0,53,-62,70,-135,70v-9,0,-16,1,-33,2v6,-69,5,-173,0,-250v13,1,26,1,39,1xm70,-138v52,4,79,-10,82,-49v-1,-41,-42,-50,-81,-43v-3,29,-2,61,-1,92xm161,-69v-7,-62,-53,-54,-91,-53r1,107v23,0,45,2,64,-6v21,-12,26,-31,26,-48","w":219},"C":{"d":"241,-48v9,5,-1,16,0,31v-26,16,-57,23,-89,23v-84,0,-132,-55,-132,-129v0,-69,43,-127,138,-127v43,0,72,12,89,19v-6,15,-7,20,-9,36r-4,0v-9,-20,-41,-39,-78,-39v-57,0,-94,41,-94,111v6,114,103,148,179,75","w":259},"D":{"d":"261,-130v-6,113,-83,142,-194,130v-10,0,-18,1,-39,2v5,-40,7,-190,2,-250v73,4,154,-9,191,28v32,25,40,59,40,90xm221,-125v0,-27,-6,-64,-36,-86v-34,-24,-74,-19,-117,-18r0,212v40,3,72,8,113,-15v33,-24,40,-64,40,-93","w":280},"E":{"d":"68,-139v28,1,57,1,85,-2v-2,7,-3,16,0,23v-31,-3,-55,-3,-85,-3v-2,30,0,77,0,103v23,0,52,0,95,-4v-2,7,-3,17,0,24v-45,-4,-89,-1,-134,0v4,-38,5,-184,1,-249v43,3,88,3,130,0v-1,6,-2,18,0,24v-16,-4,-61,-7,-92,-4v-2,23,-1,64,0,88"},"F":{"d":"68,-120r-1,49v0,36,1,51,3,73v-9,-2,-32,-3,-41,0v6,-73,5,-170,1,-249v28,4,120,2,132,0v-1,6,-1,18,0,25v-18,-3,-62,-6,-94,-5v-2,25,-1,63,0,89v29,0,64,0,87,-3v-2,7,-3,18,0,24v-33,-4,-57,-5,-87,-3"},"G":{"d":"240,-192r-3,0v-9,-14,-28,-43,-81,-43v-52,0,-99,37,-99,111v6,98,73,138,158,101v1,-58,1,-64,-2,-88v9,4,31,4,40,0v-1,28,-5,65,-2,97v-34,12,-60,20,-100,20v-80,0,-135,-52,-135,-129v0,-68,44,-127,140,-127v33,0,72,8,97,21v-8,17,-11,30,-13,37","w":280},"H":{"d":"71,-121r1,123v-11,-3,-30,-2,-40,0v7,-123,7,-110,1,-249v9,2,31,3,41,0v-1,10,-3,64,-3,104r139,1v0,-49,0,-55,-2,-105v9,2,31,3,40,0v-3,60,-4,119,-4,172v0,30,0,42,2,77v-15,-2,-23,-3,-39,0r3,-122","w":280},"I":{"d":"39,2v4,-66,4,-160,1,-249v9,3,32,2,41,0v-5,69,-3,197,-1,249v-12,-2,-29,-3,-41,0","w":119},"J":{"d":"7,54r-2,-12v16,-2,35,-6,39,-43v4,-72,4,-175,0,-246v11,2,31,3,42,0v-2,41,-4,93,-4,148v0,49,7,106,-20,130v-20,17,-40,21,-55,23","w":119},"K":{"d":"69,-131v19,-13,91,-85,114,-116v11,4,28,-1,36,2v-16,11,-103,96,-116,109r116,130r0,8v-14,-2,-33,-3,-48,0v-28,-45,-67,-83,-102,-123v-3,43,1,94,2,123v-11,-3,-29,-2,-41,0v6,-85,5,-191,1,-249v9,2,31,3,40,0","w":219},"L":{"d":"72,-19v39,2,65,1,99,-3v-2,5,-1,19,0,24v-30,-2,-105,-3,-138,0v5,-69,3,-195,0,-249v11,3,31,2,43,0v-4,92,-4,116,-4,228"},"M":{"d":"277,2v-1,-39,-15,-175,-16,-185v-26,47,-51,94,-75,142v-11,23,-14,32,-18,43v-4,-2,-6,-1,-10,0v-27,-63,-65,-127,-95,-182v-8,54,-15,149,-14,182v-10,-4,-24,-2,-31,0v3,-17,28,-172,37,-251v4,2,9,1,13,0v10,24,81,157,104,194r102,-194v6,2,8,1,14,0r31,251v-15,-4,-30,-2,-42,0","w":340},"N":{"d":"54,-184r5,186v-7,-2,-21,-3,-29,0v7,-59,4,-178,4,-251v5,2,8,1,13,0r52,58r126,131r0,-13v0,-92,0,-124,-5,-176v9,3,21,2,30,0v-9,82,-6,168,-5,253v-5,-1,-7,-1,-12,0v-44,-52,-127,-133,-179,-188","w":280},"O":{"d":"162,-251v75,0,135,45,135,126v0,75,-53,132,-139,132v-78,0,-135,-48,-135,-128v0,-77,51,-130,139,-130xm64,-121v0,70,40,113,95,113v81,7,123,-106,81,-185v-19,-32,-55,-42,-80,-42v-48,0,-96,32,-96,114","w":320},"P":{"d":"31,-247v66,1,168,-8,161,63v-4,66,-61,79,-124,75v0,50,1,76,3,111v-8,-2,-32,-3,-40,0v2,-51,3,-101,3,-152v0,-54,-1,-71,-3,-97xm153,-180v1,-43,-41,-56,-85,-50r0,106v36,1,85,-1,85,-56","w":200},"Q":{"d":"211,-1v26,29,81,50,83,57v-10,3,-20,8,-30,16v-25,-22,-71,-50,-93,-66v-91,8,-148,-49,-148,-127v0,-78,53,-130,138,-130v83,0,136,50,136,126v0,70,-43,109,-86,124xm64,-121v0,70,40,113,95,113v81,7,123,-106,81,-185v-19,-32,-55,-42,-80,-42v-48,0,-96,32,-96,114","w":320},"R":{"d":"106,-246v67,-1,86,13,86,58v0,52,-48,61,-70,65v13,25,92,109,93,125v-17,-3,-29,-2,-48,0v-34,-54,-60,-88,-88,-121r-9,0v0,26,-1,63,2,121v-11,-3,-30,-2,-40,0v2,-43,3,-86,3,-138v0,-34,-1,-71,-2,-111xm155,-184v0,-51,-47,-48,-85,-46v-2,30,-1,74,0,99v37,-1,85,5,85,-53","w":219},"S":{"d":"158,-202r-5,0v-5,-13,-17,-33,-50,-33v-40,0,-46,29,-46,41v-2,52,89,52,100,74v47,51,13,123,-70,126v-24,0,-47,-6,-65,-20v5,-18,6,-29,6,-34r5,0v10,22,31,38,60,38v38,0,53,-25,53,-48v0,-50,-94,-60,-101,-78v-44,-44,-1,-114,62,-114v28,0,52,11,61,16v-3,6,-9,20,-10,32","w":200},"T":{"d":"79,2v5,-63,5,-162,3,-229v-37,0,-64,2,-79,5v1,-6,1,-19,0,-25v52,3,145,3,193,0v-3,6,-2,19,0,25v-11,-2,-34,-5,-77,-5v0,25,-1,50,-1,74v0,44,-1,100,3,155v-20,-3,-29,-2,-42,0","w":200},"U":{"d":"138,7v-48,3,-103,-32,-103,-105v0,-97,0,-104,-3,-149v15,2,29,3,43,0v-4,47,-4,115,-4,123v-3,77,13,107,74,111v10,0,59,-2,71,-52v11,-68,5,-111,1,-182v5,2,26,3,32,0v-4,32,-6,73,-6,127v3,71,-22,130,-105,127","w":280},"V":{"d":"130,-39v29,-68,55,-133,76,-208v8,3,23,2,32,0v-7,12,-64,138,-104,249v-5,-2,-19,-4,-29,0v-8,-27,-73,-197,-100,-249v14,2,30,3,46,0v13,45,52,149,79,208","w":240},"W":{"d":"177,-196r-66,198v-15,-3,-16,-3,-31,0v-16,-62,-51,-179,-80,-249v7,3,39,1,44,0v14,59,45,157,60,205r27,-75v12,-34,32,-99,39,-130v7,2,23,3,29,0v17,67,45,139,66,205v24,-70,46,-122,63,-205v9,4,28,1,32,0v-14,33,-68,176,-89,249v-11,-3,-16,-3,-29,0v-14,-57,-58,-179,-65,-198","w":360},"X":{"d":"127,-134r85,136v-19,-3,-31,-3,-48,0v-9,-21,-49,-90,-59,-106v-18,28,-42,68,-63,106v-8,-2,-25,-3,-34,0v19,-25,77,-104,87,-122v-17,-28,-61,-97,-82,-127v17,4,31,2,48,0v20,37,48,88,56,96v12,-17,46,-69,58,-96v2,2,31,3,34,0v-17,20,-59,77,-82,113","w":219},"Y":{"d":"219,-247v-18,25,-71,109,-88,145r2,104v-13,-3,-30,-3,-39,0v2,-30,2,-46,2,-101r-90,-148v18,4,37,1,49,0v18,46,43,90,66,122v25,-34,46,-81,65,-122v10,2,23,3,33,0","w":219},"Z":{"d":"2,2v-1,-13,18,-25,21,-34r135,-195v-54,0,-110,0,-142,6v1,-7,2,-20,0,-26v37,3,166,2,196,0r0,5v-94,129,-155,220,-155,223v39,4,92,0,155,-5v-2,7,-3,17,0,26v-9,-1,-108,-2,-127,-2v-28,0,-56,0,-83,2","w":219},"[":{"d":"37,43r0,-290v22,2,44,1,66,0v-1,4,-1,11,0,16v-17,-3,-24,-3,-37,-3v-2,58,-2,61,-2,112v0,75,0,82,2,151v11,0,24,0,37,-2v-1,5,-1,11,0,16v-17,-1,-46,-4,-66,0","w":119},"\\":{"d":"81,7r-84,-249v5,1,18,1,23,0r83,249v-5,-2,-17,-1,-22,0","w":100},"]":{"d":"83,-247r-1,290v-21,-4,-44,-2,-65,0v1,-3,1,-13,0,-16v17,2,24,2,37,2v2,-57,2,-60,2,-111v0,-76,0,-83,-2,-152v-12,0,-24,1,-37,3v1,-5,1,-12,0,-16r66,0","w":119},"^":{"d":"35,-87r60,-150r23,0r61,150r-25,0r-48,-122r-47,122r-24,0","w":213},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0"},"a":{"d":"29,-153v27,-30,127,-36,121,34v5,30,-18,122,21,105v2,17,-14,18,-26,18v-11,0,-23,-7,-27,-23v-11,11,-26,25,-54,25v-37,0,-50,-28,-50,-48v1,-51,53,-47,91,-58v10,-3,13,-7,13,-17v0,-25,-16,-40,-40,-40v-30,0,-38,19,-41,27r-10,0xm80,-14v34,0,43,-35,38,-74v-62,9,-69,24,-69,43v0,24,18,31,31,31"},"b":{"d":"58,-19v-12,7,-12,24,-29,21r2,-223v0,-16,-1,-25,-2,-43v12,2,26,3,38,0v-2,45,-2,53,-3,121v6,-9,22,-32,58,-32v42,0,81,29,81,88v0,54,-32,94,-87,94v-31,0,-46,-14,-58,-26xm115,-157v-39,0,-53,24,-54,77v0,40,16,71,53,71v38,0,53,-37,53,-77v0,-56,-32,-71,-52,-71","w":219},"c":{"d":"166,-30v6,4,-2,18,-1,22v-11,8,-29,14,-53,14v-68,0,-95,-45,-95,-90v-7,-78,88,-115,154,-77v-5,13,-7,23,-8,30r-4,0v-33,-63,-111,-23,-105,44v0,66,42,77,63,77v15,0,36,-5,49,-20"},"d":{"d":"16,-84v0,-56,35,-92,82,-92v34,0,53,19,59,33v0,-40,0,-86,-2,-121v9,3,29,2,38,0v-5,88,-4,175,-3,266v-9,-3,-26,-2,-34,0v1,-14,1,-24,1,-29v-40,61,-141,40,-141,-57xm158,-87v5,-37,-26,-71,-54,-71v-51,0,-51,61,-51,73v0,54,26,74,49,74v45,0,51,-17,56,-76","w":219},"e":{"d":"183,-86r-129,0v0,10,0,31,9,47v29,54,95,21,108,-1r4,1v-2,11,-2,16,-2,22v-16,15,-38,23,-67,23v-55,0,-88,-34,-88,-90v0,-49,27,-91,86,-91v80,0,79,70,79,89xm54,-101r93,0v0,-12,0,-60,-43,-60v-32,0,-47,24,-50,60","w":200},"f":{"d":"120,-264v-2,10,2,26,-5,32v-6,-2,-12,-5,-20,-5v-43,5,-24,45,-23,70v13,0,26,-1,39,-1v-1,7,-1,10,0,16v-13,-1,-25,-1,-38,-1r3,155v-10,-3,-29,-2,-39,0v5,-50,5,-99,3,-155v-10,0,-20,0,-30,1r0,-16v10,0,20,1,30,1v5,-59,35,-104,80,-97","w":119},"g":{"d":"99,-26v54,-1,88,6,89,48v0,26,-20,77,-95,77v-58,0,-77,-30,-77,-53v0,-33,32,-45,40,-47v-51,-11,-18,-64,2,-66v-64,-23,-32,-118,36,-109v35,2,57,10,94,4v-1,6,-1,13,0,19v-9,-1,-23,-1,-33,-1v41,45,-12,112,-83,92v-10,0,-15,9,-15,17v0,10,2,19,42,19xm95,-73v33,0,41,-27,41,-47v0,-32,-20,-43,-39,-43v-62,4,-44,94,-2,90xm100,85v38,0,58,-22,58,-46v0,-33,-36,-39,-59,-39v-8,0,-56,0,-56,42v0,26,23,43,57,43","w":200},"h":{"d":"114,-153v-40,8,-47,12,-49,66v0,52,1,67,2,89v-8,-3,-29,-3,-38,0v5,-80,3,-190,1,-266v8,2,29,3,38,0v-3,35,-1,86,-3,124v9,-17,29,-35,63,-35v103,14,47,82,62,177v-8,-3,-29,-3,-38,0v4,-39,4,-78,4,-85v0,-36,-2,-70,-42,-70","w":219},"i":{"d":"32,2v3,-49,4,-136,0,-174v8,3,28,2,36,0v-1,19,-2,36,-2,94v0,17,0,23,2,80v-6,-3,-30,-3,-36,0xm71,-231v0,10,-9,19,-20,19v-11,0,-20,-9,-20,-19v0,-12,9,-20,20,-20v11,0,20,8,20,20","w":100},"j":{"d":"71,-231v0,10,-9,19,-20,19v-10,0,-19,-9,-19,-19v0,-12,9,-20,19,-20v11,0,20,8,20,20xm8,95r-2,-11v35,2,30,-105,29,-153v0,-29,-1,-69,-3,-103v11,3,28,2,39,0v-6,42,0,196,-6,213v-2,9,-11,48,-57,54","w":100},"k":{"d":"70,-96v24,-18,56,-50,76,-76v11,3,28,2,38,0r-82,71r87,100r0,3v-10,-2,-34,-3,-45,0v-22,-31,-40,-49,-66,-80v-4,-4,-11,-11,-11,1v0,22,2,67,3,79v-9,-2,-28,-4,-37,0v2,-43,2,-86,2,-130v0,-42,0,-94,-2,-136v10,2,29,3,38,0r-4,165v0,3,1,3,3,3","w":200},"l":{"d":"31,2v3,-29,3,-231,0,-266v12,2,25,3,38,0v-2,52,-3,73,-3,135v0,57,1,80,3,131v-8,-4,-29,-4,-38,0","w":100},"m":{"d":"256,-75v2,-69,-3,-69,-37,-79v-42,0,-43,43,-43,66v0,28,1,61,3,90v-8,-3,-31,-3,-38,0v3,-44,9,-98,-3,-138v-5,-16,-22,-18,-32,-18v-58,2,-42,89,-39,156v-14,-3,-23,-3,-37,0v1,-53,2,-60,2,-84v0,-26,-1,-32,-3,-92v10,2,26,3,36,0v-1,5,-2,17,-2,31v28,-45,88,-43,109,0v28,-37,69,-45,106,-13v25,36,2,99,12,158v-13,-3,-24,-3,-37,0v3,-35,3,-54,3,-77","w":320},"n":{"d":"114,-153v-64,-6,-50,101,-47,155v-9,-2,-28,-3,-38,0v4,-31,5,-126,2,-176v11,2,24,3,36,0v-1,6,-2,29,-2,34v9,-17,29,-35,63,-35v103,14,47,82,62,177v-8,-3,-29,-3,-38,0v4,-39,4,-78,4,-85v0,-36,-2,-70,-42,-70","w":219},"o":{"d":"109,-175v68,0,94,45,94,89v0,57,-40,93,-94,93v-38,0,-92,-17,-92,-91v0,-56,38,-91,92,-91xm111,-161v-57,0,-57,65,-57,76v0,50,22,77,55,77v35,0,57,-29,57,-77v0,-28,-8,-76,-55,-76","w":219},"p":{"d":"203,-85v0,57,-35,92,-82,92v-34,0,-53,-19,-59,-33v0,56,0,89,2,122v-8,-2,-29,-3,-38,0v6,-97,4,-163,2,-270v10,2,25,3,35,0v-1,20,-1,25,-1,33v6,-9,21,-35,61,-35v36,0,80,27,80,91xm62,-81v1,52,15,70,52,70v52,0,52,-61,52,-73v0,-54,-26,-74,-49,-74v-44,0,-52,17,-55,77","w":219},"q":{"d":"17,-85v-2,-100,107,-115,141,-56v0,-14,-1,-26,-1,-33v8,4,27,2,35,0v-2,38,-4,217,2,270v-9,-2,-30,-3,-38,0v2,-29,2,-54,2,-122v-5,13,-24,33,-59,33v-48,0,-82,-36,-82,-92xm158,-85v0,-36,-27,-79,-54,-73v-31,0,-50,28,-50,72v0,15,0,75,51,75v43,-2,53,-35,53,-74","w":219},"r":{"d":"133,-175v-4,8,0,30,-5,35v-17,-11,-53,4,-54,16v-10,7,-5,102,-3,126v-9,-3,-29,-3,-38,0v5,-26,5,-141,1,-176v10,3,26,3,37,0v-3,20,-3,34,-3,41v6,-15,23,-46,65,-42","w":140},"s":{"d":"113,-37v4,-43,-95,-23,-91,-85v0,-20,13,-53,62,-53v25,0,39,7,48,12v-4,9,-6,18,-7,30r-5,0v1,-12,-22,-31,-38,-28v-22,0,-33,12,-33,27v0,53,97,21,92,83v0,27,-19,58,-69,58v-30,0,-50,-12,-54,-15v8,-10,4,-29,13,-30v1,28,80,49,82,1","w":159},"t":{"d":"111,-2v-38,14,-81,6,-74,-48r0,-103v-11,0,-13,0,-28,1r0,-18r28,2r0,-40v10,-2,30,-13,36,-17v-1,30,-1,33,-2,57v13,0,27,-1,39,-2v-2,5,-1,13,0,18v-9,-1,-24,-1,-39,-1v-2,32,-2,66,-2,98v-1,38,11,51,42,43v-1,4,-1,6,0,10","w":119},"u":{"d":"104,-17v71,-3,45,-96,46,-157v10,2,29,3,38,0v-5,30,-5,151,-2,176v-10,-2,-23,-4,-34,0v1,-11,1,-13,1,-34v-18,32,-45,37,-59,37v-101,-13,-47,-90,-61,-179v8,3,28,3,36,0v-2,26,-3,57,-3,76v0,43,0,81,38,81","w":219},"v":{"d":"45,-174r51,136v14,-21,35,-91,50,-136v8,3,23,2,31,0v-22,44,-58,119,-76,176v-3,-3,-24,-2,-27,0v-19,-61,-45,-119,-72,-176v11,4,34,2,43,0"},"w":{"d":"160,-174v7,30,29,104,43,132v3,0,25,-53,47,-132v7,4,23,2,28,0v-16,30,-54,127,-72,176v-7,-2,-15,-3,-25,0r-45,-127v-15,27,-21,57,-46,127v-5,-2,-22,-3,-26,0v-4,-19,-47,-133,-64,-176v11,2,23,4,41,0v6,23,29,102,44,132v3,0,26,-59,45,-132v10,3,21,2,30,0","w":280},"x":{"d":"103,-94v18,22,51,70,69,96v-10,-2,-33,-3,-44,0v-14,-24,-29,-47,-45,-70v-18,25,-39,57,-47,70v-6,-3,-25,-2,-31,0v21,-23,54,-61,69,-84r-70,-92v12,2,35,4,47,0v9,15,22,40,43,67v10,-14,30,-42,45,-67v3,3,27,2,31,0v-21,22,-46,55,-67,80"},"y":{"d":"178,-174v-25,50,-97,197,-116,268v-8,-3,-19,-2,-29,0v16,-29,31,-58,45,-88r-76,-180v10,3,31,3,42,0v5,9,31,96,53,132v4,0,34,-73,51,-132v6,2,25,3,30,0"},"z":{"d":"7,2r0,-10r61,-76v8,-11,44,-59,51,-69v-30,-2,-57,-1,-99,5v1,-8,2,-18,0,-25v49,5,100,7,151,2r0,7v-15,15,-17,17,-88,109v-4,5,-19,24,-26,38v24,0,68,1,111,-4v-1,8,-1,14,0,23v-19,-2,-137,-4,-161,0"},"{":{"d":"14,-109v100,-3,-10,-140,119,-138r0,14v-97,8,5,116,-92,131v96,10,-7,117,92,131r0,15v-76,-7,-71,-40,-71,-92v0,-20,0,-42,-48,-47r0,-14","w":146},"|":{"d":"28,90r0,-360r24,0r0,360r-24,0","w":79},"}":{"d":"133,-95v-100,4,10,140,-119,139r0,-15v96,-8,-7,-115,92,-131v-97,-9,5,-117,-92,-131r0,-14v76,6,71,40,71,91v0,20,0,43,48,47r0,14","w":146},"~":{"d":"157,-64v-42,3,-113,-64,-129,2r-16,0v2,-25,17,-50,45,-50v41,-3,115,60,128,-2r16,0v-2,25,-16,50,-44,50","w":213},"'":{"d":"51,-147r-12,0r-9,-103r30,0","w":90},"`":{"d":"76,-198r-12,0r-60,-37v-13,-7,-6,-22,5,-23v24,9,47,44,67,60","w":100},"\u00a0":{"w":90}}});Cufon.registerFont({"w":186,"face":{"font-family":"Optima","font-weight":600,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 7 3 6 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-8.87451 -272 361 95","underline-thickness":"18","underline-position":"-36","stemh":"21","stemv":"39","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":93},"!":{"d":"74,-222v-2,54,-15,103,-21,153r-7,0r-20,-151v3,-45,48,-31,48,-2xm24,-24v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,13,-12,25,-26,25v-14,0,-26,-12,-26,-25","w":100},"\"":{"d":"28,-256r38,0r-12,112r-16,0xm94,-256r37,0r-12,112r-16,0","w":159},"#":{"d":"67,-97r44,0r9,-48r-44,0xm134,-72r-14,72r-27,0r14,-72r-45,0r-13,72r-27,0r13,-72r-36,0r0,-25r41,0r9,-48r-38,0r0,-25r42,0r13,-70r27,0r-13,70r45,0r12,-70r27,0r-12,70r36,0r0,25r-41,0r-9,48r38,0r0,25r-42,0"},"$":{"d":"100,-149v34,8,73,33,71,75v0,43,-33,74,-71,77r0,36r-17,0r0,-34v-26,0,-49,-8,-70,-18v5,-18,6,-24,8,-41r5,0v18,41,39,41,57,41r0,-92v-30,-10,-68,-30,-66,-72v0,-26,12,-65,66,-72r0,-23r17,0r0,22v26,0,40,6,61,15v-5,10,-6,12,-12,34r-5,0v-5,-19,-22,-30,-44,-32r0,84xm83,-157r0,-74v-39,11,-37,64,0,74xm100,-98r0,82v39,-12,36,-73,0,-82"},"%":{"d":"80,-245v37,0,58,22,58,59v-1,84,-118,79,-118,2v0,-31,17,-61,60,-61xm81,-233v-42,1,-37,99,-1,97v24,0,25,-35,25,-52v0,-9,0,-45,-24,-45xm235,-117v38,0,58,22,58,59v-1,86,-118,79,-118,3v0,-32,18,-62,60,-62xm236,-105v-43,1,-36,99,-1,97v25,0,26,-35,26,-51v0,-10,-1,-46,-25,-46xm220,-251r17,0r-144,259r-17,0","w":313},"&":{"d":"167,-26v-31,35,-142,55,-147,-28v0,-40,34,-63,62,-76v-23,-25,-24,-44,-24,-56v0,-30,24,-55,63,-55v80,10,56,74,5,101v24,30,35,44,61,72v29,-35,33,-54,35,-70v11,3,13,13,21,19v-15,27,-22,35,-46,63v22,24,39,43,49,51r0,5v-16,-1,-41,-3,-57,-1xm60,-68v-1,56,75,59,97,30v-34,-39,-37,-43,-67,-81v-9,7,-30,21,-30,51xm122,-229v-45,5,-27,58,-4,79v12,-9,31,-24,31,-48v0,-8,-3,-31,-27,-31","w":259},"(":{"d":"95,-260r8,5v-58,79,-64,210,1,293r-8,9v-98,-81,-91,-228,-1,-307","w":113},")":{"d":"18,47r-8,-6v59,-79,64,-209,-1,-293r8,-8v98,80,91,228,1,307","w":113},"*":{"d":"85,-248r-5,53v19,-13,22,-15,41,-32r12,23v-15,5,-32,12,-48,20v20,10,27,13,47,21v-6,9,-7,11,-12,21v-9,-8,-27,-22,-40,-31v3,34,3,38,5,51v-8,-1,-15,-2,-23,0v1,-8,5,-43,5,-50v-13,9,-16,11,-41,30v-4,-10,-6,-12,-12,-22v34,-13,36,-15,47,-20v-15,-7,-31,-15,-47,-21v6,-10,7,-12,11,-22v11,8,32,25,42,32v-1,-25,-2,-33,-5,-53v8,1,15,2,23,0","w":146},"+":{"d":"108,-203r24,0r0,81r81,0r0,24r-81,0r0,81r-24,0r0,-81r-81,0r0,-24r81,0r0,-81","w":240},",":{"d":"67,-32v-11,39,-39,63,-57,96r-8,-4r22,-83v3,-13,9,-27,24,-27v9,0,19,5,19,18","w":93},"-":{"d":"24,-71v2,-11,3,-27,0,-37v34,2,62,0,98,0v-1,13,-1,25,0,37r-98,0","w":146},"\u00ad":{"d":"24,-71v2,-11,3,-27,0,-37v34,2,62,0,98,0v-1,13,-1,25,0,37r-98,0","w":146},".":{"d":"21,-25v0,-14,11,-25,26,-25v13,0,25,11,25,25v0,14,-12,26,-25,26v-15,0,-26,-12,-26,-26","w":93},"\/":{"d":"108,-255r23,0r-99,266r-23,0","w":140},"0":{"d":"60,-127v0,43,-10,116,33,116v24,0,29,-32,31,-47v3,-24,2,-108,-1,-125v-2,-19,-7,-45,-29,-45v-37,-3,-34,74,-34,101xm15,-118v3,-72,10,-117,79,-125v57,-7,82,70,77,123v0,79,-28,125,-78,125v-56,0,-78,-44,-78,-123"},"1":{"d":"22,-193v35,-14,77,-32,110,-54r4,3v-6,72,-5,177,-1,244v-12,-2,-36,-2,-49,0v6,-23,5,-137,5,-204v-9,6,-43,25,-54,31v-4,-7,-11,-8,-15,-20"},"2":{"d":"160,-179v0,53,-75,116,-101,142v59,0,93,0,111,-2v-3,9,-2,29,-1,39v-63,-3,-105,-2,-158,0r0,-13v41,-42,97,-77,102,-157v0,-26,-7,-55,-37,-55v-25,-2,-42,27,-41,49v-9,3,-16,-14,-24,-19v14,-32,36,-48,74,-48v33,0,75,15,75,64"},"3":{"d":"154,-189v2,34,-22,48,-52,61v32,4,65,16,64,59v-7,73,-101,97,-159,50v7,-11,8,-13,16,-30r4,0v1,8,13,37,47,37v27,0,46,-20,46,-56v3,-32,-26,-58,-63,-46v2,-7,1,-18,0,-24v29,10,55,-9,54,-45v-1,-57,-73,-60,-77,0v-12,-3,-7,-10,-22,-24v27,-54,143,-46,142,18"},"4":{"d":"107,-93r0,-102r-72,102r72,0xm9,-62v-4,-37,18,-50,33,-71r75,-107v8,2,23,3,32,0v-1,23,-2,116,-2,147r30,0v-2,10,-3,21,0,31v-11,0,-20,-1,-30,-1v0,40,0,44,1,63v-16,-3,-28,-2,-44,0v3,-18,3,-27,3,-63"},"5":{"d":"24,-49r3,0v16,52,93,49,93,-23v0,-47,-51,-69,-82,-41v-12,-26,4,-87,-7,-124r2,-3v27,1,44,2,63,2v19,0,41,-1,59,-2v-3,10,-2,24,0,37r-102,0r-1,66v48,-18,117,-1,113,59v-1,79,-102,106,-157,58v10,-17,11,-19,16,-29"},"6":{"d":"95,-11v52,-5,46,-118,-1,-117v-27,0,-33,31,-33,58v0,15,1,59,34,59xm15,-100v2,-92,45,-153,125,-140v-1,6,6,12,3,16v-58,-13,-80,49,-83,99v38,-41,118,-18,115,51v0,58,-46,78,-78,78v-62,0,-82,-50,-82,-104"},"7":{"d":"183,-238v0,24,-50,93,-64,120r-63,118v-12,-2,-24,-3,-37,0v-2,-6,6,-10,8,-15v22,-31,98,-157,112,-184r-118,2v2,-17,0,-28,0,-43v26,2,100,2,162,2"},"8":{"d":"94,-127v-29,0,-33,38,-33,58v0,19,2,58,32,58v29,0,33,-34,33,-58v0,-13,0,-58,-32,-58xm93,-226v-25,0,-27,30,-27,41v0,15,4,43,28,43v11,0,27,-6,27,-41v0,-11,0,-43,-28,-43xm15,-68v-1,-54,41,-59,53,-68v-21,-4,-44,-19,-44,-49v0,-39,30,-57,70,-57v33,0,69,15,69,57v1,29,-21,41,-44,50v40,10,53,30,53,64v-2,107,-160,96,-157,3"},"9":{"d":"91,-242v12,0,42,0,63,35v15,24,17,60,17,73v0,39,-12,138,-103,138v-4,0,-18,0,-31,-7v-3,-11,-4,-14,-8,-26v13,0,20,18,44,16v49,0,53,-77,53,-98v-12,15,-35,19,-48,19v-8,0,-66,-3,-66,-71v0,-48,30,-79,79,-79xm91,-109v34,0,34,-47,34,-61v0,-18,-4,-57,-35,-57v-54,0,-42,117,1,118"},":":{"d":"24,-25v0,-14,12,-25,26,-25v14,0,26,11,26,25v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26xm24,-140v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,13,-12,25,-26,25v-14,0,-26,-12,-26,-25","w":100},";":{"d":"71,-32v-11,36,-41,65,-58,96r-8,-4r23,-83v6,-23,13,-27,24,-27v9,0,19,6,19,18xm24,-140v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,13,-12,25,-26,25v-14,0,-26,-12,-26,-25","w":100},"\u037e":{"d":"71,-32v-11,36,-41,65,-58,96r-8,-4r23,-83v6,-23,13,-27,24,-27v9,0,19,6,19,18xm24,-140v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,13,-12,25,-26,25v-14,0,-26,-12,-26,-25","w":100},"<":{"d":"30,-102r180,-77r0,26r-152,64r152,64r0,25r-180,-77r0,-25","w":240},"=":{"d":"27,-94r186,0r0,23r-186,0r0,-23xm27,-150r186,0r0,24r-186,0r0,-24","w":240},">":{"d":"210,-77r-180,77r0,-25r152,-64r-152,-64r0,-26r180,77r0,25","w":240},"?":{"d":"120,-197v7,36,-60,76,-60,97v0,20,23,17,33,13r-4,13v-61,11,-96,-41,-35,-90v9,-7,30,-33,26,-40v-3,-37,-49,-34,-59,-8v-7,-2,-3,-15,-6,-21v27,-27,111,-11,105,36xm32,-25v0,-14,11,-25,25,-25v14,0,26,11,26,25v0,14,-12,26,-26,26v-14,0,-25,-12,-25,-26","w":133},"@":{"d":"240,-35r6,9v-79,60,-234,42,-232,-88v0,-80,62,-137,144,-137v70,0,116,45,116,104v0,53,-32,96,-71,96v-20,0,-33,-8,-35,-28v-6,13,-20,28,-42,28v-28,0,-45,-18,-45,-51v0,-37,32,-83,72,-83v15,0,30,7,34,23r5,-19r26,0v-19,64,-27,89,-27,100v0,14,8,17,16,17v26,0,53,-38,53,-82v0,-55,-41,-92,-102,-92v-67,0,-118,59,-118,124v0,64,43,109,109,109v34,0,65,-12,91,-30xm131,-64v33,0,47,-60,47,-87v0,-13,-9,-21,-19,-21v-28,0,-50,51,-50,79v0,18,8,29,22,29","w":288},"A":{"d":"180,0r-30,-78v-31,-2,-60,-3,-90,0v-11,28,-23,57,-28,78v-10,-2,-24,-3,-34,0r42,-93v36,-81,57,-128,66,-158v7,3,16,3,23,0v37,103,67,162,106,251v-13,-2,-42,-2,-55,0xm139,-100r-34,-89r-36,89r70,0","w":233},"B":{"d":"197,-68v0,27,-16,42,-22,47v-15,26,-98,18,-145,21v2,-42,2,-89,2,-128v0,-39,0,-79,-2,-119v63,7,157,-21,156,58v0,33,-31,52,-61,56v40,4,72,17,72,65xm76,-122r1,102v41,8,74,-8,72,-50v1,-46,-31,-56,-73,-52xm77,-228v-2,29,-1,57,-1,87v38,6,65,-11,64,-47v1,-34,-28,-46,-63,-40","w":213},"C":{"d":"68,-123v-3,35,27,116,87,108v44,0,67,-22,83,-41v9,7,-1,26,0,38v-89,51,-223,17,-220,-102v0,-72,45,-130,141,-130v29,0,55,5,84,18r-11,35v-13,-5,-15,-34,-72,-33v-60,0,-92,39,-92,107","w":253},"D":{"d":"32,-66r-2,-181v71,8,135,-17,190,25v28,21,42,54,42,91v2,80,-55,132,-132,131v-34,0,-68,-4,-100,0xm78,-226r0,205v8,0,40,2,49,2v24,0,85,-18,85,-110v0,-47,-22,-99,-96,-99v-13,0,-25,1,-38,2","w":280},"E":{"d":"77,-225r0,85v19,0,59,0,78,-3v-2,7,-3,19,0,26v-25,-3,-51,-3,-78,-3r0,98v10,0,56,-1,86,-3v-2,6,-1,18,0,25v-43,-3,-88,-3,-133,0r3,-126v0,-15,-1,-85,-3,-121v45,3,81,3,131,0v-3,7,-2,19,0,25v-36,-2,-35,-3,-84,-3","w":180},"F":{"d":"79,-225r0,84r83,-2v-3,9,-2,16,0,25r-83,-2r2,120v-14,-3,-36,-2,-49,0v5,-86,3,-169,-1,-247v38,2,98,3,136,0v-1,10,-2,14,0,26v-32,-3,-56,-4,-88,-4","w":180},"G":{"d":"68,-123v1,57,25,106,87,108v17,0,37,-3,51,-13v2,-46,1,-48,-1,-85v14,2,35,3,48,0v-3,28,-3,67,-2,93v-94,51,-235,26,-233,-100v0,-72,45,-130,141,-130v29,0,55,5,84,18r-11,35v-13,-5,-15,-34,-72,-33v-60,0,-92,39,-92,107","w":280},"H":{"d":"193,0v3,-30,3,-86,4,-121v-40,-3,-80,-2,-120,0r3,121v-12,-1,-36,-3,-50,0v2,-55,3,-109,3,-164v0,-28,-1,-55,-4,-83v16,2,36,3,51,0v-2,20,-3,35,-3,103r120,0r-3,-103v16,2,36,3,52,0v-6,74,-10,174,-2,247v-18,-2,-34,-3,-51,0","w":273},"I":{"d":"31,0v4,-69,8,-164,0,-247v17,2,34,3,51,0v-6,63,-5,192,0,247v-17,-2,-34,-2,-51,0","w":113},"J":{"d":"-3,54r-2,-18v42,-5,43,-27,43,-87r0,-132v0,-19,-2,-45,-3,-64v26,2,24,4,51,0v-4,56,-5,142,-3,206v0,22,-1,61,-33,80v-19,12,-38,13,-53,15","w":113},"K":{"d":"76,-133v42,-36,75,-74,108,-114v13,3,24,3,41,0v-19,16,-44,40,-59,54v-18,18,-24,23,-50,52r19,25v18,25,70,93,95,116v-31,-3,-36,-2,-62,0v-26,-36,-54,-76,-92,-118v0,40,0,80,3,118v-13,-2,-36,-2,-50,0v3,-58,6,-168,0,-247v17,2,33,3,50,0v-3,40,-3,73,-3,114","w":233},"L":{"d":"31,0r0,-247v17,3,33,2,50,0v-3,54,-4,100,-4,155v0,25,1,49,1,69r90,-4v-1,5,-2,19,0,27v-45,-3,-90,-3,-137,0","w":180},"M":{"d":"50,-247v20,-3,21,11,27,23r88,163r13,-23v34,-60,50,-90,86,-163v6,2,10,1,16,0r17,155v3,22,10,74,14,92v-20,-2,-29,-3,-50,0v-2,-49,-12,-118,-16,-163v-24,41,-64,114,-86,163v-4,-1,-9,-1,-14,0r-85,-160v-7,51,-13,106,-15,160v-13,-2,-21,-3,-32,0v11,-52,31,-197,37,-247","w":326},"N":{"d":"28,0v6,-78,4,-164,4,-247v6,1,11,1,17,0v34,38,66,71,109,114r61,57r0,-80v0,-30,-2,-61,-4,-91v7,2,23,3,30,0v-6,75,-3,167,-3,249v-6,-2,-9,-1,-15,0v-46,-50,-134,-138,-172,-173r4,171v-9,-1,-22,-3,-31,0","w":273},"O":{"d":"68,-122v0,53,23,109,85,109v62,0,85,-58,85,-109v0,-59,-22,-109,-85,-109v-62,0,-85,59,-85,109xm154,-250v68,0,134,37,134,123v0,81,-55,132,-135,132v-75,0,-134,-44,-134,-123v0,-92,63,-132,135,-132","w":306},"P":{"d":"32,-247v67,5,162,-17,162,64v0,42,-46,85,-116,72r3,111v-15,-2,-35,-3,-50,0xm78,-228r0,100v45,11,74,-27,70,-52v2,-39,-28,-55,-70,-48","w":206},"Q":{"d":"247,69r-82,-64v-43,0,-75,-2,-112,-36v-30,-31,-35,-68,-35,-87v0,-92,63,-132,136,-132v67,0,133,37,133,123v0,61,-31,106,-81,123r81,51v-12,5,-29,15,-40,22xm153,-13v55,1,89,-57,85,-117v0,-53,-26,-101,-85,-101v-37,0,-85,24,-85,115v0,39,19,103,85,103","w":306},"R":{"d":"153,-183v3,-38,-33,-52,-75,-45r0,94v43,8,79,-16,75,-49xm32,-247v66,5,170,-19,168,58v0,40,-30,60,-62,67r28,41v29,40,38,53,61,81v-17,-2,-44,-3,-61,0r-79,-117r-9,0r2,117v-14,-3,-34,-2,-49,0v3,-71,3,-79,3,-148v0,-47,0,-53,-2,-99","w":226},"S":{"d":"25,-54r5,0v16,36,34,41,56,41v28,0,47,-19,47,-45v0,-49,-38,-39,-67,-56v-35,-16,-45,-34,-45,-64v0,-32,19,-72,84,-72v26,0,42,7,60,15v-8,18,-8,20,-12,34r-5,0v-5,-20,-24,-31,-47,-31v-28,0,-42,17,-42,39v0,43,85,47,99,72v40,58,12,121,-74,126v-31,0,-54,-12,-67,-18v6,-19,6,-24,8,-41","w":193},"T":{"d":"123,-223r2,223v-24,-2,-26,-3,-50,0r2,-223r-74,3v2,-9,3,-18,0,-27v28,2,68,2,96,2v30,0,62,0,96,-2v-2,13,-3,15,0,27v-21,-2,-47,-3,-72,-3","w":200},"U":{"d":"193,-11v-66,32,-164,19,-164,-73r-2,-163v17,2,33,3,49,0r-2,120v-1,92,3,96,66,106v48,-7,68,-21,65,-85v0,-47,-1,-94,-3,-141v10,3,22,2,33,0v-9,82,16,205,-42,236","w":259},"V":{"d":"231,-247v-38,76,-73,163,-103,247v-8,-3,-23,-2,-30,0v-25,-75,-67,-169,-99,-247v18,3,37,2,55,0v9,34,45,132,72,188r71,-188v17,3,18,2,34,0","w":226},"W":{"d":"56,-247v13,50,39,128,58,183v15,-36,43,-116,62,-183v7,2,23,3,31,0v1,1,23,73,28,90v11,32,22,63,34,94v10,-27,12,-33,29,-84v11,-30,17,-53,30,-100v9,2,22,3,33,0v-22,54,-34,86,-54,142v-20,58,-22,62,-35,105v-10,-3,-21,-2,-30,0r-62,-184r-63,184v-11,-3,-17,-2,-28,0r-86,-247v16,2,36,3,53,0","w":360},"X":{"d":"129,-135v12,21,65,108,84,135v-24,-2,-38,-3,-59,0r-51,-97v-22,28,-42,63,-62,97v-14,-2,-23,-3,-36,0r85,-118r-79,-129v16,2,38,3,58,0v13,28,26,56,48,91r56,-91v12,2,24,3,37,0v-30,38,-35,46,-81,112","w":219},"Y":{"d":"179,-187v-17,35,-46,58,-50,104v0,30,1,50,2,83v-16,-2,-33,-3,-49,0v1,-28,2,-75,2,-98r-89,-149v26,2,35,4,59,0v19,40,33,68,63,122v31,-53,37,-65,63,-122v8,2,28,3,36,0","w":213},"Z":{"d":"69,-24v47,1,96,-3,142,-5v0,7,-2,21,0,29v-14,-1,-172,-4,-208,0r0,-12v46,-62,99,-140,142,-211v-40,0,-83,1,-127,4v1,-8,2,-20,0,-28v40,5,163,1,194,0v4,17,-16,28,-23,41","w":219},"[":{"d":"64,-239r-1,265v13,0,27,-1,40,-1v-3,5,-2,12,0,16v-24,-2,-51,-1,-75,0v5,-93,5,-208,-1,-296v28,2,54,3,76,0v-3,5,-2,11,0,17v-13,-1,-26,-1,-39,-1","w":113},"\\":{"d":"9,-255r23,0r99,266r-23,0","w":140},"]":{"d":"86,-255v-7,93,-5,200,-1,296v-24,-2,-51,-1,-74,0v1,-6,2,-10,0,-16v13,0,26,1,39,1r-1,-265v-13,0,-25,0,-38,1v0,-6,2,-11,0,-17v22,2,48,1,75,0","w":113},"^":{"d":"37,-91r70,-149r26,0r70,149r-27,0r-56,-121r-56,121r-27,0","w":240},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"13,-40v-7,-56,66,-49,96,-68v8,-26,-12,-48,-33,-46v-28,0,-37,17,-39,26v-4,-1,-7,-2,-11,0r1,-28v49,-36,119,-24,123,34v4,30,-17,124,21,103v-1,4,-1,9,0,13v-20,12,-59,9,-60,-14v-11,15,-30,24,-48,24v-42,0,-50,-30,-50,-44xm77,-18v34,0,34,-36,32,-71v-41,11,-55,14,-55,40v0,19,9,31,23,31","w":180},"b":{"d":"196,-90v8,72,-86,130,-138,69v-14,5,-12,21,-35,21v4,-69,7,-172,-1,-267v12,3,35,2,46,0v-2,40,-2,48,-2,122v38,-56,131,-35,130,55xm108,-12v37,0,44,-45,44,-75v0,-24,-4,-67,-44,-67v-37,0,-43,42,-43,71v0,22,2,71,43,71","w":213},"c":{"d":"113,-159v-36,1,-52,32,-50,69v0,36,12,74,54,74v21,0,30,-9,44,-21v10,4,-3,18,-2,28v-68,39,-147,-12,-142,-75v0,-47,29,-92,94,-92v22,0,36,5,55,13v-3,5,-7,15,-8,34v-18,4,-6,-30,-45,-30","w":173},"d":{"d":"149,0r1,-25v-9,13,-27,30,-55,30v-47,0,-79,-39,-79,-88v-6,-85,89,-117,132,-68v0,-46,0,-86,-4,-116v13,3,33,3,46,0v-5,89,-6,168,0,267v-8,-3,-33,-2,-41,0xm104,-17v26,0,44,-22,44,-70v0,-34,-8,-69,-43,-69v-36,0,-44,39,-44,66v0,28,6,73,43,73","w":213},"e":{"d":"177,-85r-118,0v0,13,0,68,58,68v16,0,39,-9,51,-23v7,29,-10,40,-63,44v-13,0,-45,-3,-65,-23v-58,-67,-9,-160,59,-156v14,0,50,0,68,32v6,12,12,31,10,58xm60,-103r76,0v0,-17,0,-58,-36,-58v-37,0,-39,45,-40,58","w":193},"f":{"d":"119,-267v-7,12,1,32,-5,39v-10,-7,-22,-7,-27,-7v-32,0,-23,44,-14,65r39,-1v-3,4,-2,15,0,19v-7,-1,-11,-1,-38,-1r4,153v-14,-2,-33,-3,-46,0v4,-47,3,-105,3,-153r-27,1v1,-6,1,-11,0,-19v17,1,4,1,27,1v3,-25,4,-39,16,-60v2,-8,32,-48,68,-37","w":113},"g":{"d":"15,-116v1,-78,97,-52,162,-55v-1,7,-1,14,0,20v-9,-1,-23,-3,-34,-2v15,15,17,29,17,39v0,21,-12,49,-59,52v-18,3,-45,-5,-45,17v0,15,12,18,21,18v45,0,101,3,101,46v0,46,-43,76,-90,76v-43,0,-78,-16,-78,-49v3,-38,23,-41,38,-45v-34,-18,-40,-46,7,-67v-34,-12,-40,-33,-40,-50xm91,4v-26,2,-49,2,-51,34v0,29,22,40,49,40v25,0,56,-12,56,-42v0,-30,-31,-32,-54,-32xm88,-73v17,0,30,-14,30,-46v0,-10,-1,-42,-30,-42v-31,0,-31,31,-31,46v0,21,5,42,31,42"},"h":{"d":"107,-149v-56,-8,-38,103,-39,149v-12,-3,-34,-2,-44,0v5,-70,4,-184,0,-267v13,3,33,3,46,0v-3,42,-3,75,-3,122v36,-55,122,-32,114,38v-1,31,-1,80,2,107v-14,-3,-34,-2,-47,0v2,-20,4,-50,4,-75v2,-58,0,-65,-33,-74","w":206},"i":{"d":"24,0v2,-57,5,-116,-1,-173v11,2,37,3,46,0r0,173v-14,-3,-30,-2,-45,0xm46,-206v-13,0,-25,-11,-25,-25v0,-13,12,-25,25,-25v13,0,25,12,25,25v0,14,-12,25,-25,25","w":93},"j":{"d":"-3,95r-4,-14v55,8,32,-145,36,-195v0,-19,-1,-39,-2,-59v13,3,35,2,46,0v-4,55,2,154,-5,215v-7,40,-50,49,-71,53xm50,-206v-13,0,-25,-11,-25,-25v0,-13,12,-25,25,-25v13,0,25,12,25,25v0,14,-12,25,-25,25","w":93},"k":{"d":"70,-96v19,-11,53,-57,70,-77v10,4,36,-1,43,2r-74,64r52,73v18,25,23,24,27,34v-17,-1,-40,-4,-59,0v-18,-25,-38,-67,-58,-85v-8,13,-1,65,-1,85v-13,-3,-31,-2,-45,0v2,-25,2,-107,3,-145v0,-22,0,-86,-4,-122v14,3,33,3,47,0r-3,166v0,2,0,5,2,5","w":193},"l":{"d":"23,-267v13,3,35,2,48,0v-6,98,-6,152,-1,267v-18,-3,-25,-2,-47,0v7,-85,4,-212,0,-267","w":93},"m":{"d":"103,-149v-55,0,-33,95,-34,149v-13,-3,-34,-1,-45,0v5,-45,4,-132,0,-173v12,2,33,3,44,0v-1,9,-1,11,-2,32v12,-21,30,-33,55,-33v37,0,47,22,53,33v11,-18,30,-33,58,-33v89,7,42,97,56,174v-17,-3,-31,-2,-45,0v3,-34,4,-75,3,-112v-1,-10,-3,-37,-31,-37v-58,-1,-35,97,-36,149v-15,-3,-28,-2,-45,0v2,-22,2,-60,2,-70v-1,-48,8,-79,-33,-79","w":313},"n":{"d":"104,-150v-55,2,-35,100,-36,150v-14,-2,-30,-3,-45,0v5,-60,5,-124,1,-173v4,2,36,3,43,0v-1,11,-1,12,-1,30v24,-51,123,-39,115,29v0,24,-3,92,2,114v-15,-2,-32,-3,-47,0v1,-52,24,-151,-32,-150","w":206},"o":{"d":"16,-85v0,-56,36,-90,91,-90v55,0,90,31,90,90v0,55,-35,89,-90,89v-55,0,-91,-34,-91,-89xm61,-86v0,31,6,76,46,76v39,0,45,-45,45,-76v0,-30,-6,-75,-45,-75v-40,0,-46,45,-46,75","w":213},"p":{"d":"65,-173r-1,25v9,-13,27,-30,56,-30v99,2,109,178,-4,180v-27,0,-40,-12,-51,-24v0,54,1,85,4,116v-11,-4,-33,-4,-46,0v6,-105,6,-174,0,-267v13,2,31,3,42,0xm152,-85v0,-20,-3,-71,-43,-71v-36,0,-44,42,-44,70v0,31,7,69,45,69v35,0,42,-41,42,-68","w":213},"q":{"d":"149,-148r-1,-25v11,3,29,2,41,0v-4,86,-5,183,1,267v-13,-5,-35,-3,-47,0v4,-26,5,-85,5,-116v-49,57,-142,3,-133,-67v0,-51,34,-89,79,-89v30,0,47,19,55,30xm60,-82v0,25,8,65,42,65v73,-4,56,-140,2,-139v-38,0,-44,44,-44,74","w":213},"r":{"d":"125,-130v-39,-10,-61,-1,-58,50v0,23,1,58,4,80v-15,-2,-27,-3,-46,0r2,-93v0,-39,-1,-48,-3,-80v14,3,32,3,45,0v-2,19,-2,20,-2,38v9,-17,28,-46,62,-39v-6,13,0,34,-4,44","w":133},"s":{"d":"12,-9v3,-6,8,-22,8,-32r7,0v3,8,10,28,44,28v18,0,27,-13,27,-26v-13,-45,-80,-12,-84,-81v-3,-52,72,-66,111,-45v-7,15,-8,25,-9,33r-6,0v-1,-27,-64,-38,-64,-2v4,38,94,21,88,80v0,22,-17,59,-68,59v-21,0,-35,-6,-54,-14","w":146},"t":{"d":"121,-6v-36,24,-94,7,-88,-39v0,-16,2,-79,2,-108r-27,1v1,-5,1,-13,0,-19r28,1v0,-10,0,-24,-1,-41v22,-8,33,-23,43,-24v-1,5,-1,11,-2,65r38,-1v-2,5,-1,14,0,19v-15,-1,-19,-1,-39,-1v2,51,-18,175,46,130v-1,4,-1,14,0,17","w":119},"u":{"d":"82,4v-31,0,-57,-33,-57,-63v0,-39,3,-77,-1,-114v16,3,31,3,47,0v-4,17,-5,62,-5,79v-1,32,2,75,34,71v43,-4,37,-29,40,-64v0,-25,0,-64,-2,-86v16,2,25,3,45,0v-3,48,-5,136,0,173v-20,-2,-26,-3,-44,0v2,-13,2,-14,2,-29v-10,13,-26,33,-59,33","w":206},"v":{"d":"54,-173r46,132r35,-99v1,-4,7,-25,9,-33v11,3,20,3,32,0r-50,116v-8,22,-16,42,-21,59v-8,-3,-23,-2,-33,0v-18,-62,-45,-117,-67,-175v17,2,31,4,49,0","w":180},"w":{"d":"54,-173r40,131r42,-131v10,3,21,3,32,0r42,130r41,-130v11,3,22,2,31,0r-33,81v-12,31,-24,62,-34,94v-8,-4,-24,-2,-32,0r-40,-124v-14,40,-33,82,-42,124v-9,-3,-22,-3,-33,0v-18,-64,-29,-92,-63,-175v17,3,34,3,49,0","w":286},"x":{"d":"6,0r66,-80v-15,-27,-45,-66,-63,-93v13,2,36,3,50,0r37,60v14,-18,25,-34,39,-60v10,4,24,2,34,0r-62,75v12,21,45,67,67,98v-22,-2,-31,-3,-51,0v-8,-14,-30,-49,-40,-64v-15,19,-24,33,-42,64v-11,-3,-23,-2,-35,0","w":180},"y":{"d":"53,-173v13,41,33,92,48,127v21,-45,32,-86,45,-127v10,3,22,2,32,0v-18,36,-100,218,-111,266v-8,-2,-22,-3,-32,0r46,-87v-5,-15,-60,-141,-78,-179v24,3,26,3,50,0","w":180},"z":{"d":"7,0r0,-11r99,-139r-89,3v2,-7,1,-17,0,-25v27,3,122,3,145,0v2,14,-6,19,-11,26v-37,48,-73,102,-85,124r96,-2v-1,9,-2,15,0,24v-26,0,-51,-2,-78,-2v-35,0,-65,1,-77,2","w":173},"{":{"d":"11,-99r0,-15v41,0,49,-27,47,-68v0,-35,0,-75,76,-77r0,15v-97,9,7,124,-94,137v56,9,48,42,49,82v0,24,0,53,45,56r0,15v-81,-5,-76,-41,-76,-95v0,-35,-12,-49,-47,-50","w":144},"|":{"d":"27,90r0,-360r26,0r0,360r-26,0","w":79},"}":{"d":"133,-114r0,15v-41,0,-49,27,-47,68v0,35,0,75,-76,77r0,-15v97,-9,-7,-123,94,-138v-56,-8,-48,-41,-49,-81v0,-24,0,-53,-45,-56r0,-15v81,5,76,41,76,95v0,35,12,49,47,50","w":144},"~":{"d":"172,-64v-29,1,-77,-28,-105,-28v-12,0,-26,8,-28,30r-18,0v2,-27,17,-54,47,-54v42,-2,121,64,133,-2r18,0v-2,27,-17,54,-47,54","w":240},"'":{"d":"28,-256r38,0r-13,112r-16,0","w":93},"`":{"d":"6,-266v33,11,45,44,69,64v-38,0,-50,-25,-77,-36v-13,-4,-6,-32,8,-28","w":93},"\u00a0":{"w":93}}});Cufon.registerFont({"w":180,"face":{"font-family":"Optima","font-weight":550,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 6 0 0 9 0 4","ascent":"288","descent":"-72","x-height":"7","cap-height":"2","bbox":"-24 -270.207 376 97","underline-thickness":"18","underline-position":"-36","slope":"-12","stemh":"18","stemv":"33","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":90},"!":{"d":"52,-64r19,-154v2,-13,5,-32,22,-32v21,1,21,23,14,40r-44,146v-3,-1,-8,-2,-11,0xm48,5v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22v12,0,23,10,23,22v0,12,-10,22,-23,22","w":119},"\"":{"d":"80,-149r-12,0r12,-99r30,0xm137,-149r-11,0r11,-99r30,0"},"#":{"d":"39,-68r-38,0r4,-22r39,0r10,-50r-38,0r5,-22r38,0r17,-77r24,0r-16,77r46,0r16,-77r25,0r-17,77r39,0r-5,22r-38,0r-11,50r38,0r-4,22r-38,0r-15,68r-25,0r15,-68r-46,0r-15,68r-24,0xm68,-90r46,0r11,-50r-46,0"},"$":{"d":"14,-51r5,-1v10,35,36,41,50,42r20,-104v-26,-14,-50,-27,-50,-65v0,-24,14,-70,78,-71v3,-19,-1,-21,19,-20v-2,9,-3,12,-5,21v16,2,36,7,52,20v-8,10,-11,18,-12,30r-5,0v-3,-9,-10,-31,-39,-35r-20,93v28,13,53,27,53,68v0,47,-38,78,-80,79v-3,12,-4,24,-4,34v-4,-1,-14,-2,-18,0v4,-16,6,-22,8,-34v-19,-2,-38,-5,-65,-23v3,-5,11,-15,13,-34xm96,-148r18,-87v-29,2,-46,20,-46,47v0,23,12,30,28,40xm100,-108r-17,98v31,-4,47,-30,47,-52v0,-28,-19,-39,-30,-46"},"%":{"d":"27,-187v0,-33,30,-66,68,-66v28,0,52,20,52,52v0,35,-29,69,-66,69v-30,0,-54,-22,-54,-55xm95,-245v-39,-5,-61,101,-15,104v28,0,41,-45,41,-70v0,-18,-9,-34,-26,-34xm190,-49v0,-33,30,-67,68,-67v29,0,52,21,52,53v0,35,-29,69,-66,69v-29,0,-54,-22,-54,-55xm258,-107v-39,-5,-61,101,-15,104v28,0,41,-46,41,-70v0,-18,-9,-34,-26,-34xm264,-262r-172,274r-18,0r172,-274v3,1,13,1,18,0","w":320},"&":{"d":"189,-58v21,-16,32,-50,43,-68v2,9,8,16,14,21v-13,24,-43,52,-48,57v7,9,35,43,42,50v-10,-2,-36,-3,-43,0v-9,-14,-16,-22,-21,-29v-12,9,-40,33,-82,33v-52,0,-67,-38,-67,-62v0,-48,52,-71,71,-80v-10,-15,-16,-31,-16,-47v0,-44,39,-60,63,-60v27,0,45,18,45,41v0,35,-38,54,-59,64v26,39,43,61,58,80xm142,-230v-39,1,-42,55,-17,83v22,-12,43,-30,43,-54v0,-15,-8,-29,-26,-29xm58,-67v6,55,64,70,110,30v-10,-12,-40,-52,-64,-89v-25,11,-46,29,-46,59","w":259},"(":{"d":"140,-243v-36,22,-89,133,-81,194v0,41,12,76,22,94v-3,1,-7,1,-12,6v-10,-18,-35,-65,-35,-120v-5,-64,58,-162,99,-183v0,2,2,6,7,9","w":119},")":{"d":"-7,41v59,-40,111,-206,59,-288v6,-1,9,-4,11,-6v10,18,35,65,35,121v6,63,-58,162,-98,182v-1,-2,-3,-6,-7,-9","w":119},"*":{"d":"53,-214v7,-7,11,-12,15,-19v8,10,24,26,37,39v1,-8,5,-33,3,-55v9,4,12,4,22,4v-4,11,-13,47,-14,52v18,-8,38,-17,49,-24v2,10,3,13,8,22v-18,2,-38,7,-55,12v9,6,26,18,46,30v-7,6,-10,9,-15,18v-7,-10,-22,-25,-36,-40v-1,5,-4,36,-4,54v-10,-4,-15,-4,-23,-4v4,-10,14,-41,17,-52v-14,7,-30,14,-49,27v0,-6,-1,-15,-8,-22v14,-2,38,-9,52,-13v-10,-8,-34,-23,-45,-29"},"+":{"d":"95,0r0,-78r-78,0r0,-21r78,0r0,-77r24,0r0,77r78,0r0,21r-78,0r0,78r-24,0","w":213},",":{"d":"3,66r-8,-4r35,-81v6,-16,10,-22,20,-22v21,-1,15,25,8,34","w":90},"-":{"d":"18,-73v6,-13,6,-24,5,-30v13,5,72,3,84,0v-5,10,-6,19,-5,30v-23,-3,-65,-3,-84,0","w":119},"\u00ad":{"d":"18,-73v6,-13,6,-24,5,-30v13,5,72,3,84,0v-5,10,-6,19,-5,30v-23,-3,-65,-3,-84,0","w":119},".":{"d":"19,-17v0,-12,10,-22,22,-22v13,0,22,10,22,22v0,12,-9,22,-22,22v-12,0,-22,-10,-22,-22","w":90},"\/":{"d":"-6,3r109,-252v6,2,18,3,23,0r-110,252v-6,-4,-15,-4,-22,0","w":100},"0":{"d":"16,-76v0,-70,31,-167,99,-169v46,0,66,40,66,81v0,46,-24,169,-103,169v-46,0,-62,-40,-62,-81xm150,-188v0,-38,-24,-43,-33,-43v-31,0,-45,39,-49,52v-13,43,-22,93,-22,128v0,19,6,43,32,43v29,0,42,-34,48,-51v11,-31,24,-90,24,-129"},"1":{"d":"45,-180v-2,-7,-8,-11,-12,-19v69,-21,100,-45,122,-50v-9,33,-43,181,-49,251v-8,-2,-30,-3,-39,0v17,-66,30,-123,46,-216v-20,9,-54,26,-68,34"},"2":{"d":"172,-182v-5,64,-93,119,-136,156v27,1,46,1,61,1v22,0,38,-1,59,-3v-5,10,-8,21,-4,30v-47,-3,-134,-3,-156,0r0,-13v51,-40,96,-82,118,-115v18,-26,22,-43,22,-59v-6,-61,-69,-60,-87,-4r-4,0v-3,-9,-7,-16,-13,-23v14,-15,31,-32,68,-32v44,0,72,27,72,62"},"3":{"d":"165,-190v-2,42,-35,55,-59,63v24,6,52,17,51,52v6,58,-96,104,-162,69v7,-12,9,-24,9,-29v12,5,16,27,51,26v44,0,67,-38,67,-66v0,-32,-26,-51,-62,-40v2,-6,3,-12,4,-19v32,8,63,-9,68,-57v0,-31,-23,-38,-37,-38v-32,0,-42,28,-45,37v-8,-2,-4,-18,-12,-28v35,-37,128,-30,127,30"},"4":{"d":"7,-78r141,-166v8,2,19,3,25,0v-20,85,-23,94,-35,156v10,-1,20,-1,38,-3v-3,7,-5,13,-5,26v-9,-1,-21,-2,-37,-2v-5,19,-11,53,-11,69v-5,-2,-28,-4,-36,0v2,-6,10,-37,17,-69r-99,3v1,-5,2,-10,2,-14xm137,-211r-100,122r72,0"},"5":{"d":"76,-212r-17,77v48,-25,102,2,103,51v0,69,-86,117,-161,75v3,-3,7,-10,9,-28v10,5,17,30,52,29v43,0,65,-40,65,-74v-2,-39,-41,-62,-83,-32v-1,-2,-3,-4,-6,-5v7,-21,21,-89,21,-123v33,5,92,4,123,0v-7,12,-7,27,-7,32v-23,-3,-70,-2,-99,-2"},"6":{"d":"170,-241v-2,4,6,13,2,17v-59,-17,-97,29,-117,106v9,-9,26,-27,55,-27v35,0,63,25,63,61v0,47,-34,91,-84,91v-27,0,-70,-17,-70,-85v3,-99,63,-177,151,-163xm49,-60v0,15,0,53,39,53v59,2,71,-123,14,-121v-27,0,-53,23,-53,68"},"7":{"d":"199,-242r2,9v-46,64,-70,98,-150,235v-7,-2,-27,-3,-36,0r147,-211v-22,-8,-94,0,-126,1v2,-4,8,-21,6,-34v37,5,121,4,157,0"},"8":{"d":"13,-59v-2,-42,30,-66,64,-77v-55,-23,-30,-113,41,-108v86,-2,72,100,12,110v10,7,40,13,40,54v0,39,-27,86,-88,86v-39,0,-69,-24,-69,-65xm107,-140v34,0,41,-46,41,-59v0,-14,-7,-31,-30,-31v-28,0,-40,30,-40,59v0,5,0,31,29,31xm82,-8v47,0,54,-61,54,-82v0,-19,-9,-37,-36,-37v-36,0,-53,36,-53,76v0,18,3,43,35,43"},"9":{"d":"18,1v1,-9,-7,-21,-4,-29v10,12,23,19,39,19v38,0,55,-33,61,-44v5,-10,16,-31,22,-65v-36,43,-113,31,-113,-39v0,-46,33,-86,82,-86v63,0,70,63,70,84v1,71,-54,191,-157,160xm145,-182v0,-11,-2,-48,-38,-48v-39,0,-50,48,-50,76v0,10,1,44,36,44v33,0,52,-34,52,-72"},":":{"d":"35,-147v0,-12,10,-22,22,-22v12,0,23,10,23,22v0,12,-11,22,-23,22v-12,0,-22,-10,-22,-22xm8,-17v0,-12,10,-22,23,-22v11,0,22,10,22,22v0,12,-11,22,-22,22v-13,0,-23,-9,-23,-22","w":90},";":{"d":"35,-147v0,-12,10,-22,22,-22v13,0,23,10,23,22v0,12,-10,22,-23,22v-12,0,-22,-10,-22,-22xm3,66r-8,-4r35,-82v5,-25,31,-28,36,-7v-12,39,-44,61,-63,93","w":90},"\u037e":{"d":"35,-147v0,-12,10,-22,22,-22v13,0,23,10,23,22v0,12,-10,22,-23,22v-12,0,-22,-10,-22,-22xm3,66r-8,-4r35,-82v5,-25,31,-28,36,-7v-12,39,-44,61,-63,93","w":90},"<":{"d":"17,-76r0,-24r180,-72r0,24r-152,60r152,59r0,24","w":213},"=":{"d":"17,-112r0,-21r180,0r0,21r-180,0xm17,-43r0,-22r180,0r0,22r-180,0","w":213},">":{"d":"197,-76r-180,71r0,-24r152,-59r-152,-60r0,-24r180,72r0,24","w":213},"?":{"d":"39,-105v-5,-43,90,-72,78,-99v5,-37,-55,-32,-62,-13v-8,-3,3,-25,-2,-25v6,-2,20,-6,36,-6v39,0,57,25,57,51v5,53,-87,69,-84,102v-4,9,17,25,33,17v-1,5,-1,15,-12,15v-29,0,-44,-22,-44,-42xm33,-17v0,-12,10,-22,22,-22v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-22,-9,-22,-22","w":140},"@":{"d":"251,-36r6,10v-84,64,-237,30,-234,-90v0,-76,62,-136,145,-136v70,0,116,44,116,103v0,50,-35,97,-72,97v-29,0,-31,-25,-32,-30v-14,46,-92,36,-87,-20v0,-45,39,-84,72,-84v11,0,29,5,33,24r6,-20r25,0v-22,74,-27,89,-27,101v0,12,9,17,17,17v23,0,53,-40,53,-85v0,-54,-43,-91,-101,-91v-72,0,-126,59,-126,125v-5,103,132,140,206,79xm143,-64v34,-2,48,-58,48,-90v0,-8,-6,-20,-21,-20v-27,0,-50,52,-50,81v0,9,3,29,23,29","w":288},"A":{"d":"-8,2v58,-80,112,-164,162,-252v3,2,15,1,17,0v10,69,47,252,50,252v-9,-2,-33,-3,-43,0v1,-21,-10,-76,-13,-93r-87,0r-51,93v-7,-3,-30,-2,-35,0xm145,-201r-57,92r74,0v-6,-41,-13,-74,-17,-92","w":240},"B":{"d":"70,-248v61,6,143,-15,140,52v1,51,-53,56,-70,66v27,-1,61,26,58,54v0,46,-56,90,-136,76v-17,0,-31,-1,-46,2v28,-82,43,-164,54,-250xm84,-138v46,6,91,-12,91,-54v-5,-48,-37,-41,-70,-40xm80,-123r-22,109v28,-1,47,4,74,-10v21,-13,30,-35,30,-52v-7,-56,-50,-48,-82,-47","w":219},"C":{"d":"242,-48v4,9,-10,23,-10,38v-55,29,-144,14,-166,-14v-16,-17,-33,-44,-33,-84v0,-78,61,-143,150,-143v39,0,65,10,90,19v-7,4,-10,22,-18,33v-7,-14,-34,-36,-72,-36v-73,0,-110,70,-110,130v0,54,29,94,83,94v42,0,73,-26,86,-37","w":259},"D":{"d":"18,2v24,-71,43,-167,53,-250v26,3,61,1,86,0v64,0,109,29,109,101v0,34,-8,68,-36,99v-68,70,-117,41,-212,50xm229,-149v2,-79,-57,-86,-122,-80v-11,35,-39,176,-45,212v15,2,33,2,38,2v114,0,129,-97,129,-134","w":280},"E":{"d":"18,2v17,-54,46,-187,52,-250v18,3,89,5,120,0v-5,9,-6,12,-7,24v-31,-3,-53,-4,-80,-2r-20,88v26,0,58,-1,85,-3v-4,7,-5,13,-3,23v-16,-3,-44,-4,-85,-4r-21,104r96,-4v-3,4,-6,16,-3,24v-28,-3,-102,-3,-134,0"},"F":{"d":"18,2v3,-7,39,-142,53,-250v21,4,91,5,126,0v-3,5,-7,11,-7,25v-31,-5,-58,-6,-85,-4r-20,89v29,0,60,-1,85,-3v-4,8,-5,18,-5,23v-16,-4,-60,-4,-83,-4r-13,62v-7,40,-9,45,-9,62v-12,-3,-30,-2,-42,0"},"G":{"d":"33,-108v0,-73,51,-143,152,-143v43,0,72,12,91,21v-10,7,-11,21,-19,30v-12,-20,-39,-35,-73,-35v-106,2,-140,128,-90,202v34,31,71,27,111,14v10,-27,16,-65,17,-84v14,4,27,4,40,0v-16,45,-20,78,-23,94v-31,10,-68,17,-84,15v-95,0,-122,-63,-122,-114","w":280},"H":{"d":"283,-248v-26,88,-43,171,-53,250v-14,-2,-27,-3,-42,0v9,-29,23,-88,31,-124r-137,0r-22,124v-18,-3,-25,-2,-40,0v4,-7,53,-234,51,-250v7,1,32,3,41,0v-6,16,-21,79,-26,107r137,0v7,-36,14,-72,18,-107v17,3,27,2,42,0","w":280},"I":{"d":"24,2v18,-60,47,-203,51,-250v10,3,33,2,41,0v-9,28,-9,29,-32,137v-16,73,-17,89,-20,113v-12,-2,-27,-4,-40,0","w":119},"J":{"d":"-19,55v2,-4,4,-7,3,-15v40,6,41,-31,59,-101v12,-55,30,-135,33,-187v11,3,32,2,42,0v-15,55,-24,97,-41,186v-12,86,-34,111,-96,117","w":119},"K":{"d":"85,-132v43,-33,86,-81,114,-116v12,5,29,-2,39,2v-44,34,-68,58,-123,112r54,84v14,26,31,36,33,52v-14,-2,-22,-4,-42,0v-20,-37,-57,-100,-78,-124v-19,57,-23,113,-25,124v-5,-2,-32,-3,-40,0v10,-23,51,-198,54,-250v7,3,32,1,40,0v-12,43,-30,105,-26,116","w":219},"L":{"d":"18,2v15,-33,45,-187,52,-250v12,3,28,1,42,0v-16,44,-40,167,-52,229v32,3,75,-1,102,-5v-3,8,-5,15,-4,26v-35,-3,-119,-2,-140,0"},"M":{"d":"320,-248v-15,51,-44,188,-49,250v-18,-4,-27,-2,-41,0v14,-33,37,-157,46,-203v-14,24,-109,172,-125,203v-4,-2,-8,-1,-12,0r-54,-203v-10,55,-34,147,-36,203v-11,-2,-22,-3,-33,0v21,-59,54,-208,59,-250v7,3,27,2,34,0v0,20,47,194,50,199r117,-183v7,-25,18,-10,44,-16","w":320},"N":{"d":"15,2v21,-68,50,-192,57,-253v4,1,10,1,15,0v54,91,81,124,132,197v11,-53,27,-120,33,-194v7,2,24,3,32,0v-6,16,-45,161,-56,252v-3,-1,-12,-2,-15,0v-26,-47,-97,-144,-132,-196v-14,64,-26,129,-36,194v-5,-3,-26,-2,-30,0","w":280},"O":{"d":"306,-141v0,74,-56,147,-153,147v-70,0,-118,-38,-118,-114v0,-68,53,-144,151,-144v72,0,120,43,120,111xm268,-148v4,-48,-34,-92,-85,-89v-68,0,-110,68,-110,137v0,67,41,91,81,91v68,0,114,-66,114,-139","w":320},"P":{"d":"69,-248v64,0,142,-5,138,60v3,58,-69,86,-130,77v-8,40,-15,75,-19,113v-16,-3,-21,-3,-40,0v8,-26,45,-177,51,-250xm103,-232r-22,107v58,11,97,-36,90,-63v-2,-46,-35,-47,-68,-44","w":200},"Q":{"d":"35,-105v0,-78,57,-147,151,-147v127,-5,155,145,74,218v-31,29,-62,35,-78,38v18,4,96,21,112,24v-9,9,-11,14,-14,28v-31,-14,-108,-43,-144,-52v-24,-4,-101,-16,-101,-109xm268,-148v-1,-64,-32,-84,-84,-89v-70,0,-111,69,-111,137v0,66,40,91,81,91v68,0,114,-66,114,-139","w":320},"R":{"d":"160,2v-7,-19,-59,-104,-73,-123r-8,0r-22,123v-11,-3,-29,-2,-40,0v13,-36,47,-203,53,-250v61,5,144,-15,144,57v0,42,-55,71,-88,69v34,62,45,76,76,120v-3,9,-29,-2,-42,4xm179,-191v0,-37,-33,-46,-75,-41v-10,39,-15,62,-22,98v60,4,92,-10,97,-57","w":219},"S":{"d":"80,-188v0,49,106,47,97,114v0,36,-26,80,-92,80v-10,0,-42,0,-76,-23v5,-6,12,-15,14,-35r6,0v9,35,39,42,58,42v42,0,58,-31,58,-53v-3,-64,-93,-40,-96,-116v0,-29,22,-71,82,-71v10,0,40,1,70,21v-7,9,-11,15,-13,30r-5,0v-8,-46,-103,-52,-103,11","w":200},"T":{"d":"215,-224v-20,-2,-44,-3,-65,-3v-16,61,-41,186,-47,229v-17,-4,-25,-2,-40,0v13,-46,42,-169,52,-229v-26,0,-53,0,-78,5v3,-6,6,-18,4,-26v35,5,149,3,178,0v-3,7,-5,16,-4,24","w":200},"U":{"d":"39,-65v-1,-24,28,-125,32,-183v9,3,29,2,42,0v-17,55,-39,152,-39,182v0,37,29,53,64,53v27,0,61,-6,79,-56v5,-13,26,-91,34,-179v11,3,23,2,33,0v-6,19,-12,38,-26,101v-16,75,-25,97,-40,117v-24,31,-63,37,-87,37v-40,0,-92,-16,-92,-72","w":280},"V":{"d":"245,-248v-10,7,-100,184,-130,250v-14,-3,-12,-3,-28,0v3,-10,-29,-191,-44,-250v8,3,36,2,42,0v4,53,25,168,30,207v15,-28,70,-136,97,-207v10,2,20,3,33,0","w":219},"W":{"d":"74,2v1,-16,-24,-210,-35,-250v8,1,26,4,41,0v1,46,17,167,22,202v19,-40,74,-150,95,-202v8,1,19,2,27,0v5,53,21,171,26,207v27,-51,79,-162,92,-207v14,2,22,3,34,0v-36,58,-115,222,-126,250v-12,-3,-17,-3,-29,0v-4,-66,-17,-136,-26,-199v-43,84,-51,102,-81,168v-14,22,-3,34,-26,29v-6,0,-9,1,-14,2","w":340},"X":{"d":"129,-148r72,-100v8,2,28,3,39,0v-45,44,-56,57,-103,115v17,41,49,109,64,135v-11,-2,-27,-3,-43,0v-8,-32,-35,-87,-44,-106v-58,75,-61,78,-76,106v-10,-2,-33,-3,-40,0v32,-33,83,-93,108,-124v-20,-45,-22,-50,-45,-97v-9,-18,-11,-21,-16,-29v13,2,30,3,43,0v7,25,26,68,41,100","w":219},"Y":{"d":"127,-120v26,-38,58,-88,76,-128v9,2,27,3,36,0v-14,17,-78,105,-105,146v-7,31,-17,82,-18,104v-11,-2,-29,-3,-40,0v14,-52,19,-79,24,-100v-30,-84,-32,-89,-60,-150v13,3,30,2,43,0v5,15,21,71,44,128","w":219},"Z":{"d":"-1,2v7,-23,27,-32,39,-50v69,-87,87,-112,137,-182v-81,1,-85,0,-133,8v5,-9,6,-15,7,-26v33,1,67,2,99,2v23,0,53,-1,84,-2r0,4v-21,18,-136,169,-176,226v15,0,94,-1,148,-8v-6,9,-7,21,-7,28v-48,-4,-156,-2,-198,0","w":219},"[":{"d":"101,-235r-55,265v7,0,22,0,39,-3v-3,5,-4,10,-2,16v-18,-2,-52,-3,-68,0v13,-42,56,-250,58,-267v2,-11,2,-18,2,-25v17,4,50,4,64,0v-4,7,-4,10,-4,16v-13,-2,-24,-2,-34,-2","w":119},"\\":{"d":"80,3r-59,-252v7,3,18,2,23,0r58,252v-6,-4,-15,-4,-22,0","w":100},"]":{"d":"34,30r55,-265v-8,-1,-21,-1,-39,2v2,-6,3,-10,1,-16v18,2,52,3,68,0v-8,28,-14,57,-51,230v-4,20,-8,41,-9,62v-15,-3,-50,-2,-63,0v3,-5,4,-10,4,-16v13,3,25,3,34,3","w":119},"^":{"d":"41,-89r61,-150r23,0r60,150r-24,0r-48,-121r-47,121r-25,0","w":213},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0"},"a":{"d":"45,-160v43,-30,129,-18,112,43r-21,95v0,16,19,13,24,5v0,5,1,8,5,11v-9,6,-23,12,-33,12v-23,0,-24,-20,-25,-27v-12,12,-27,27,-53,27v-28,0,-46,-16,-46,-42v-6,-63,95,-55,113,-67v11,-25,15,-53,-25,-55v-33,0,-43,22,-47,31v-4,-2,-7,-2,-13,-2v6,-12,7,-17,9,-31xm40,-39v4,55,70,9,69,-3v2,-2,9,-35,11,-45v-52,7,-80,16,-80,48"},"b":{"d":"10,3v8,-15,50,-189,58,-268v10,4,29,3,38,0v-6,17,-26,101,-30,124v7,-10,26,-34,63,-34v36,0,67,25,67,69v0,48,-36,112,-104,112v-32,0,-46,-15,-56,-27v-16,9,-18,30,-31,22v-2,0,-3,1,-5,2xm103,-10v46,0,68,-63,68,-99v0,-29,-15,-47,-42,-47v-52,0,-71,67,-71,99v0,7,1,47,45,47","w":219},"c":{"d":"52,-71v-2,31,18,62,51,60v28,0,44,-17,50,-24v1,3,3,3,5,4v-6,12,-8,17,-9,24v-9,5,-26,13,-52,13v-51,0,-80,-33,-80,-78v0,-44,29,-103,103,-103v31,0,49,10,57,15v-10,16,-5,29,-16,30v-8,-24,-29,-29,-42,-29v-42,0,-67,44,-67,88"},"d":{"d":"140,2r8,-26v-6,8,-26,30,-60,30v-47,0,-69,-37,-69,-75v0,-51,36,-106,96,-106v42,0,52,28,56,39v6,-31,19,-92,24,-129v11,4,28,4,38,0v-17,49,-53,206,-59,267v-10,-2,-26,-3,-34,0xm162,-107v0,-25,-12,-50,-44,-50v-46,0,-66,56,-66,92v0,26,14,53,43,53v53,0,67,-70,67,-95","w":219},"e":{"d":"183,-85r-129,-1v-3,35,-1,71,50,74v34,0,54,-20,61,-27v9,7,-3,9,-6,28v-11,7,-28,18,-60,18v-48,0,-80,-28,-80,-76v-5,-76,92,-148,153,-82v20,21,14,43,11,66xm58,-101v27,1,70,2,94,-1v-1,-25,7,-59,-36,-59v-27,0,-51,22,-58,60","w":200},"f":{"d":"154,-264v-8,15,-2,28,-11,32v-4,-13,-49,-8,-47,8v-3,9,-4,23,-5,55v15,0,29,-1,42,-1v-2,5,-3,11,-3,17v-18,-2,-33,-2,-42,-2v-12,52,-26,112,-31,157v-10,-3,-27,-2,-37,0v19,-65,25,-97,37,-157v-18,0,-25,1,-34,2v3,-8,4,-13,4,-17v9,0,20,1,33,1v18,-80,47,-106,94,-95","w":119},"g":{"d":"60,-72v-45,-29,-28,-101,52,-103v31,2,59,11,89,5v-2,10,-4,11,-2,18v-24,-1,-24,-1,-34,-1v25,33,13,92,-63,93v-6,0,-16,0,-31,-5v-9,3,-19,10,-19,20v0,15,16,16,39,18v62,4,70,11,78,47v0,35,-34,77,-96,77v-42,0,-74,-19,-74,-52v0,-36,36,-50,45,-54v-10,-3,-20,-13,-20,-25v0,-22,27,-34,36,-38xm68,-108v0,16,8,35,34,35v39,0,43,-46,43,-55v0,-16,-7,-34,-32,-34v-34,0,-45,36,-45,54xm26,41v0,29,25,41,51,41v49,0,83,-61,41,-78v-10,-3,-31,-8,-61,-8v-21,9,-31,28,-31,45","w":200},"h":{"d":"10,2v21,-65,54,-214,59,-267v16,5,25,3,38,0v-5,5,-24,86,-32,126v7,-9,29,-37,68,-37v97,2,31,153,31,178v-11,-2,-29,-4,-39,0v9,-28,30,-109,30,-128v0,-21,-17,-30,-34,-30v-23,0,-52,15,-65,60v-7,28,-18,77,-18,98v-9,-2,-28,-3,-38,0","w":219},"i":{"d":"14,2v8,-26,36,-131,39,-178v6,3,27,2,37,0v-10,30,-32,118,-39,178v-11,-2,-23,-3,-37,0xm79,-254v10,0,19,8,19,19v0,10,-9,18,-19,18v-10,0,-18,-8,-18,-18v0,-11,8,-19,18,-19","w":100},"j":{"d":"80,-216v-10,0,-18,-9,-18,-19v0,-10,8,-18,18,-18v11,0,19,8,19,18v0,10,-8,19,-19,19xm91,-175v-24,58,-42,228,-70,243v-14,16,-29,22,-39,26v-1,-6,-1,-8,-6,-13v20,-4,27,-8,42,-75v25,-115,27,-123,31,-149v2,-12,3,-21,4,-32v12,4,27,2,38,0","w":100},"k":{"d":"13,2v9,-21,50,-194,57,-267v11,4,29,3,38,0v-6,30,-49,161,-35,165v13,0,79,-63,89,-75v7,3,26,4,36,0r1,5v-13,8,-61,41,-96,69v27,35,42,62,75,100r0,3v-16,-3,-24,-3,-43,0v-5,-13,-42,-66,-56,-85v-2,-3,-5,-6,-9,-6v-12,13,-17,68,-20,91v-4,-3,-34,-2,-37,0","w":200},"l":{"d":"14,2v21,-66,51,-204,58,-267v14,5,29,3,38,0v-13,37,-13,37,-46,190v-10,46,-11,57,-12,77v-10,-3,-26,-3,-38,0","w":100},"m":{"d":"123,-157v-68,1,-64,113,-76,159v-11,-4,-30,-2,-38,0v17,-46,38,-149,38,-177v9,3,27,2,35,0v-5,15,-6,19,-9,31v17,-19,38,-32,63,-32v39,0,46,27,48,35v10,-14,32,-35,64,-35v31,0,51,18,51,46v2,15,-23,96,-25,132v-15,-3,-30,-2,-38,0v9,-21,30,-104,30,-131v0,-19,-12,-27,-30,-27v-69,3,-61,102,-75,158v-17,-4,-18,-3,-37,0v11,-33,29,-110,29,-129v0,-18,-11,-30,-30,-30","w":320},"n":{"d":"145,-176v51,7,65,38,41,108v-7,30,-11,49,-12,70v-14,-3,-25,-3,-38,0v9,-29,29,-104,29,-128v0,-19,-13,-29,-32,-29v-15,0,-51,7,-65,57v-5,16,-16,70,-19,100v-12,-3,-27,-2,-37,0v14,-41,34,-133,37,-177v10,3,29,2,36,0v-1,4,-8,23,-12,38v8,-10,31,-39,72,-39","w":219},"o":{"d":"125,-175v43,0,81,26,81,74v0,48,-36,108,-107,108v-62,0,-80,-44,-80,-78v0,-46,36,-104,106,-104xm53,-62v0,33,15,55,46,55v53,0,73,-65,73,-101v0,-24,-11,-53,-47,-53v-50,0,-72,61,-72,99","w":219},"p":{"d":"-9,94v25,-86,44,-175,59,-269v12,3,22,3,34,0v-2,4,-7,23,-8,29v8,-10,27,-31,61,-31v36,0,69,24,69,72v0,43,-31,109,-97,109v-39,0,-50,-24,-56,-38r-24,128v-7,-2,-32,-3,-38,0xm107,-14v49,0,64,-68,64,-96v0,-21,-8,-48,-42,-48v-53,0,-68,64,-68,94v0,42,30,50,46,50","w":219},"q":{"d":"212,-175v-22,81,-45,188,-57,269v-12,-2,-27,-3,-36,0r28,-115v-8,8,-26,27,-59,27v-36,0,-70,-23,-70,-73v0,-58,43,-108,96,-108v42,0,53,27,57,39v3,-14,4,-18,6,-39v7,2,30,3,35,0xm163,-105v0,-34,-20,-51,-44,-51v-49,0,-67,61,-67,92v0,18,6,52,42,52v53,0,69,-61,69,-93","w":219},"r":{"d":"9,2v12,-53,33,-118,36,-177v7,2,25,3,35,0v-5,10,-9,31,-11,39v10,-14,32,-49,63,-38v-4,15,-3,25,-8,32v-76,-14,-66,92,-79,144v-13,-3,-23,-3,-36,0","w":119},"s":{"d":"59,-131v6,44,80,24,78,78v0,25,-20,59,-71,59v-32,0,-49,-12,-60,-19v7,-10,12,-24,12,-33r6,0v2,8,9,37,46,37v26,0,37,-17,37,-32v1,-39,-79,-26,-77,-79v0,-30,25,-55,65,-55v25,0,43,9,51,13v-5,10,-9,22,-11,30r-5,0v-7,-23,-22,-28,-37,-28v-34,0,-34,26,-34,29","w":159},"t":{"d":"24,-30v3,-28,21,-98,26,-124v-15,1,-19,1,-32,2v2,-7,3,-13,3,-17v10,1,21,1,32,1v3,-12,5,-25,8,-44v21,-3,31,-18,38,-11v-9,22,-14,49,-15,55v17,0,31,0,42,-1v-3,8,-4,14,-4,17v-13,-1,-15,-1,-42,-2v-8,39,-20,77,-24,119v-5,25,35,27,47,15v-2,5,-2,7,-2,14v-13,7,-26,11,-39,11v-32,0,-38,-25,-38,-35","w":119},"u":{"d":"58,-48v-4,16,18,30,32,30v19,0,53,-12,65,-58v9,-32,16,-74,19,-99v12,3,26,2,37,0v-16,46,-35,136,-37,177v-13,-3,-22,-3,-36,0v3,-8,8,-25,11,-38v-7,9,-30,39,-71,39v-29,0,-52,-17,-52,-47v-3,-13,25,-106,23,-131v13,2,23,4,38,0v-10,32,-29,105,-29,127","w":219},"v":{"d":"22,-175v6,2,34,3,39,0r25,144v31,-49,66,-118,75,-144v10,4,26,1,34,0v-40,59,-93,147,-108,177v-4,-2,-20,-4,-25,0v-4,-20,-28,-133,-40,-177"},"w":{"d":"53,2v-5,-46,-20,-132,-32,-177v13,2,21,6,38,0v1,36,17,125,19,138v21,-38,40,-78,59,-117v5,-12,6,-16,8,-21v11,4,13,4,28,0v0,36,21,124,24,143v16,-30,55,-109,66,-143v9,4,21,4,31,0v-27,41,-89,161,-96,177v-9,-3,-17,-3,-27,0v-3,-32,-19,-113,-25,-136v-4,7,-54,100,-67,136v-3,-2,-20,-4,-26,0","w":280},"x":{"d":"190,-175v-26,24,-57,60,-82,86v28,57,42,76,53,91v-17,-3,-31,-2,-42,0v-4,-10,-16,-37,-33,-69r-56,69v-7,-2,-29,-3,-34,0r83,-83v-15,-29,-33,-70,-53,-94v7,2,34,3,42,0v9,24,21,47,32,71v15,-18,41,-49,54,-71v8,2,29,3,36,0"},"y":{"d":"194,-175v-73,114,-106,166,-154,269v-10,-2,-18,-4,-32,0v13,-17,47,-67,58,-87r-44,-182v14,2,26,3,39,0v3,32,16,104,27,142v22,-36,61,-111,74,-142v10,4,21,2,32,0"},"z":{"d":"186,-175r-1,7v-22,24,-92,100,-133,151r109,-4v-4,10,-5,14,-5,23v-51,-3,-108,-3,-158,0r1,-6v46,-50,92,-100,136,-153v-70,1,-81,1,-107,7v2,-4,5,-12,5,-25v42,3,106,3,153,0"},"{":{"d":"51,-102v32,5,45,43,29,80v0,5,-2,13,-2,19v0,27,26,29,38,30r-4,16v-70,-1,-49,-53,-49,-105v0,-5,0,-16,-13,-25v-10,-6,-21,-7,-28,-8r4,-16v8,0,33,-2,48,-20v9,-14,14,-39,18,-58v11,-51,48,-59,82,-60r-3,16v-54,5,-55,43,-63,83v-10,44,-42,47,-57,48","w":146},"|":{"d":"28,90r0,-360r24,0r0,360r-24,0","w":79},"}":{"d":"108,-104v-33,-4,-44,-43,-29,-80v1,-4,2,-12,2,-19v0,-27,-26,-29,-37,-30r3,-16v69,1,60,54,49,105v0,5,0,17,13,25v11,7,21,7,28,8r-3,16v-9,1,-34,2,-49,21v-9,13,-14,38,-18,57v-11,52,-48,59,-82,60r3,-16v53,-5,55,-42,63,-82v10,-44,42,-47,57,-49","w":146},"~":{"d":"157,-64v-42,3,-113,-64,-129,2r-16,0v2,-25,17,-50,45,-50v41,-3,115,60,128,-2r16,0v-2,25,-16,50,-44,50","w":213},"'":{"d":"63,-149r-11,0r11,-99r31,0","w":90},"`":{"d":"98,-192r-11,0v-18,-18,-43,-26,-55,-50v-1,-12,20,-14,24,-4","w":100},"\u00a0":{"w":90}}});
;Cufon.registerFont({"w":188,"face":{"font-family":"Whitney","font-weight":550,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-13 -272 353 68","underline-thickness":"7.2","underline-position":"-40.68","stemh":"22","stemv":"25","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":81},"!":{"d":"63,-248r-8,176r-14,3r-7,-179r29,0xm62,0r-28,0r0,-35r28,0r0,35","w":96},"\"":{"d":"114,-243r-7,70r-14,-3r-8,-67r29,0xm54,-243r-8,70r-14,-3r-7,-67r29,0","w":139},"#":{"d":"74,-65r-10,68r-19,-4r10,-64r-39,0r0,-20r42,0r12,-73r-44,0r-3,-21r50,0r11,-65r19,0r-11,65r67,0r11,-67r18,4r-10,63r39,0r0,21r-42,0r-12,73r44,0r3,20r-50,0r-10,66r-19,0r10,-66r-67,0xm89,-158r-12,73r67,0r12,-73r-67,0","w":233},"$":{"d":"125,-243v14,3,26,6,37,11r-4,22v-11,-5,-23,-10,-37,-12r-14,88v45,16,64,34,64,68v0,42,-32,69,-85,67r-6,43r-18,-4r7,-40v-19,-3,-36,-9,-50,-15r4,-22v14,7,31,14,49,17r15,-98v-41,-15,-63,-30,-63,-65v-1,-41,36,-66,83,-61r4,-28r18,5xm89,-18v38,2,61,-17,60,-46v0,-22,-9,-36,-45,-49xm104,-225v-36,-2,-59,15,-58,40v0,23,13,33,45,45","w":192},"%":{"d":"132,-178v0,43,-24,69,-56,69v-31,0,-55,-26,-55,-69v0,-42,24,-68,55,-68v32,0,56,26,56,68xm245,-241r-155,244r-19,-5r155,-244xm111,-178v0,-28,-13,-51,-35,-51v-22,0,-34,22,-34,51v0,29,12,51,35,51v22,0,34,-22,34,-51xm296,-66v0,43,-24,69,-56,69v-31,0,-55,-26,-55,-69v0,-42,24,-68,55,-68v32,0,56,26,56,68xm275,-66v0,-28,-12,-51,-35,-51v-22,0,-34,23,-34,51v0,29,13,51,35,51v22,0,34,-22,34,-51","w":316},"&":{"d":"242,-4r-26,6r-40,-39v-35,62,-160,52,-160,-26v0,-37,25,-60,59,-76v-44,-37,-32,-114,39,-113v22,0,41,5,58,15r-4,25v-32,-25,-92,-29,-94,16v0,18,8,30,26,49r73,74v9,-19,16,-43,20,-72r23,5v-6,33,-14,61,-27,83xm161,-53r-71,-71v-63,17,-67,104,5,107v25,0,48,-12,66,-36","w":245},"'":{"d":"54,-243r-8,70r-14,-3r-7,-67r29,0","w":78},"(":{"d":"126,30r-24,5v-103,-77,-104,-231,14,-297r4,23v-99,67,-90,195,6,269","w":143},")":{"d":"41,-260v104,76,103,231,-14,296r-4,-22v98,-67,90,-196,-5,-269","w":143},"*":{"d":"129,-207r-42,18r23,40r-6,5r-31,-35r-31,35r-6,-5r23,-40r-41,-18r2,-8r44,10r5,-46r8,0r4,46r45,-10","w":146},"+":{"d":"184,-112r-71,0r0,73r-21,0r0,-73r-71,0r0,-19r71,0r0,-73r21,0r0,73r71,0r0,19","w":205},",":{"d":"59,-35r-35,83r-12,-3r18,-80r29,0","w":78},"-":{"d":"109,-90r-87,0r0,-24r87,0r0,24","w":131},"\u00ad":{"d":"109,-90r-87,0r0,-24r87,0r0,24","w":131},".":{"d":"53,0r-27,0r0,-35r27,0r0,35","w":78},"\/":{"d":"179,-246r-170,291r-22,-5r170,-291","w":186},"0":{"d":"200,-122v0,77,-34,127,-89,127v-55,0,-89,-49,-89,-126v0,-78,34,-127,89,-127v55,0,89,49,89,126xm176,-122v0,-63,-23,-105,-65,-105v-42,0,-65,42,-65,105v0,64,23,105,65,105v42,0,65,-41,65,-105","w":221},"1":{"d":"90,0r-24,0r0,-219r-52,21r-4,-19v27,-9,43,-28,80,-27r0,244","w":127},"2":{"d":"171,0r-153,0r0,-18r90,-95v26,-28,35,-45,35,-67v0,-63,-86,-52,-115,-17r-4,-24v38,-42,148,-36,143,39v-4,65,-82,116,-117,161r118,0","w":192},"3":{"d":"116,-129v85,21,56,134,-32,134v-26,0,-51,-8,-68,-19r4,-24v37,31,122,31,122,-28v0,-34,-29,-55,-81,-52r-3,-21v46,3,80,-13,80,-46v0,-53,-86,-48,-115,-18r-3,-23v19,-13,40,-22,70,-22v88,0,91,104,26,119"},"4":{"d":"202,-58r-40,0r0,58r-23,0r0,-58r-124,0r0,-17r117,-169r30,0r0,167r40,0r0,19xm139,-77r0,-141r-98,141r98,0","w":213},"5":{"d":"173,-75v0,78,-101,97,-155,62r4,-23v40,29,127,29,127,-38v0,-51,-65,-62,-104,-43r-16,-4r9,-122r122,0r4,21r-106,0r-6,82v53,-21,121,6,121,65","w":192},"6":{"d":"47,-125v50,-40,140,-24,140,51v0,47,-34,79,-79,79v-50,0,-86,-39,-86,-104v0,-82,51,-128,127,-149r3,22v-57,15,-96,47,-105,101xm163,-73v0,-62,-85,-66,-117,-27v0,50,25,84,62,84v33,0,55,-23,55,-57","w":204},"7":{"d":"172,-225r-101,228r-23,-6r97,-219r-125,0r-3,-21r155,0r0,18","w":191},"8":{"d":"112,-135v53,-19,58,-91,-8,-93v-33,0,-50,20,-50,41v0,24,14,35,58,52xm94,-120v-64,19,-67,104,10,104v31,0,57,-18,57,-46v0,-28,-16,-40,-67,-58xm73,-129v-25,-11,-43,-28,-43,-58v0,-34,30,-61,74,-61v45,0,73,26,73,60v0,28,-19,47,-43,61v32,14,51,32,51,65v0,39,-34,67,-82,67v-52,0,-82,-30,-82,-66v0,-30,20,-52,52,-68","w":205},"9":{"d":"157,-115v-50,39,-139,23,-139,-53v0,-46,32,-80,79,-80v51,0,86,39,86,103v0,82,-52,131,-130,150r-4,-22v58,-13,98,-45,108,-98xm159,-139v2,-52,-24,-88,-62,-88v-34,0,-55,23,-55,57v0,64,80,68,117,31","w":204},":":{"d":"55,-135r-28,0r0,-35r28,0r0,35xm55,0r-28,0r0,-35r28,0r0,35","w":81},";":{"d":"57,-135r-28,0r0,-35r28,0r0,35xm57,-35r-34,83r-13,-3r18,-80r29,0","w":81},"\u037e":{"d":"57,-135r-28,0r0,-35r28,0r0,35xm57,-35r-34,83r-13,-3r18,-80r29,0","w":81},"<":{"d":"179,-32r-158,-80r0,-19r158,-80r0,23r-134,66r134,67r0,23","w":205},"=":{"d":"190,-150r-162,0r0,-22r162,0r0,22xm190,-71r-162,0r0,-22r162,0r0,22","w":217},">":{"d":"184,-112r-157,80r0,-23r133,-66r-133,-67r0,-23r157,80r0,19","w":205},"?":{"d":"159,-192v0,38,-25,56,-66,76r-3,44r-16,4r-4,-60v38,-15,66,-38,64,-63v-5,-56,-85,-45,-114,-13r-3,-25v40,-37,142,-33,142,37xm96,0r-28,0r0,-35r28,0r0,35","w":179},"@":{"d":"176,-71r10,-64v-41,-18,-75,13,-75,67v0,53,40,32,65,-3xm176,-50v-18,21,-32,31,-50,31v-19,0,-36,-16,-36,-47v1,-73,59,-111,118,-82r-13,92v0,14,8,24,25,24v26,0,49,-27,49,-80v0,-65,-40,-102,-102,-102v-74,0,-134,60,-134,148v0,104,105,126,182,89r2,10v-20,10,-49,17,-81,17v-72,0,-116,-41,-116,-116v0,-91,64,-159,148,-159v71,0,114,44,114,113v0,59,-29,93,-65,93v-22,0,-38,-11,-41,-31","w":302},"A":{"d":"235,-3r-24,6r-32,-83r-109,0r-31,80r-25,0r98,-250r26,0xm170,-102r-46,-119r-45,119r91,0","w":248},"B":{"d":"130,-132v84,27,52,141,-40,132r-57,0r0,-248v67,-4,134,2,134,62v0,26,-15,45,-37,54xm143,-185v0,-37,-40,-46,-85,-42r0,87v46,4,85,-8,85,-45xm154,-70v0,-46,-45,-53,-96,-50r0,98v49,3,96,-4,96,-48","w":196},"C":{"d":"210,-20v-18,14,-46,25,-75,25v-68,0,-113,-52,-113,-129v0,-106,104,-162,184,-108r-4,25v-63,-52,-154,-14,-154,82v0,99,94,136,159,81","w":233},"D":{"d":"230,-125v0,77,-50,125,-130,125r-67,0r0,-248r68,0v83,0,129,50,129,123xm204,-124v0,-83,-59,-110,-146,-102r0,204v87,7,146,-17,146,-102","w":252},"E":{"d":"166,0r-133,0r0,-248r130,0r0,22r-105,0r0,85r83,0r3,22r-86,0r0,97r108,0r0,22","w":181},"F":{"d":"158,-226r-100,0r0,89r80,0r3,22r-83,0r0,115r-25,0r0,-248r125,0r0,22","w":171},"G":{"d":"220,-21v-23,16,-49,26,-81,26v-74,0,-117,-53,-117,-129v0,-109,109,-162,188,-107r-4,25v-19,-15,-41,-25,-70,-25v-55,0,-88,43,-88,107v0,89,78,131,148,91r0,-75r-60,0r-4,-22r88,0r0,109","w":249},"H":{"d":"221,0r-25,0r0,-119r-138,0r0,119r-25,0r0,-248r25,0r0,107r138,0r0,-107r25,0r0,248","w":253},"I":{"d":"60,0r-24,0r0,-248r24,0r0,248","w":96},"J":{"d":"99,-60v1,50,-38,69,-86,60r-3,-23v31,10,65,1,65,-38r0,-187r24,0r0,188","w":131},"K":{"d":"212,-3r-27,6r-127,-131r0,128r-25,0r0,-248r25,0r0,113r116,-113r31,0r-119,115","w":218},"L":{"d":"157,0r-124,0r0,-248r25,0r0,226r96,0","w":167},"M":{"d":"299,0r-24,0r-16,-212r-86,213r-20,0r-86,-213r-16,212r-23,0r20,-248r30,0r85,216r86,-216r30,0","w":326},"N":{"d":"221,0r-19,0r-145,-209r0,209r-24,0r0,-248r24,0r140,202r0,-202r24,0r0,248","w":253},"O":{"d":"246,-125v0,76,-45,130,-112,130v-67,0,-112,-53,-112,-129v0,-76,46,-129,112,-129v67,0,112,52,112,128xm221,-124v0,-64,-35,-107,-87,-107v-52,0,-86,43,-86,106v0,64,34,107,86,107v52,0,87,-43,87,-106","w":268},"P":{"d":"176,-179v0,60,-51,79,-118,74r0,105r-25,0r0,-248v72,-4,143,1,143,69xm151,-178v0,-45,-44,-51,-93,-48r0,99v50,3,93,-4,93,-51","w":191},"Q":{"d":"246,-125v0,67,-34,113,-85,125r78,29r-5,23v-87,-42,-212,-46,-212,-176v0,-76,46,-129,112,-129v67,0,112,52,112,128xm221,-124v0,-64,-35,-107,-87,-107v-53,0,-86,43,-86,107v0,64,34,107,86,107v53,0,87,-43,87,-107","w":268},"R":{"d":"151,-179v0,-45,-44,-50,-93,-47r0,95v49,3,93,-5,93,-48xm117,-113r79,110r-25,6r-81,-113r-32,0r0,110r-25,0r0,-248v71,-4,143,0,143,67v0,39,-25,61,-59,68","w":204},"S":{"d":"165,-66v0,71,-95,84,-143,53r4,-25v30,25,116,31,114,-26v0,-24,-12,-36,-50,-53v-48,-21,-65,-37,-65,-72v0,-59,83,-77,126,-49r-3,25v-27,-24,-98,-22,-98,23v0,22,12,33,50,50v46,20,65,38,65,74","w":184},"T":{"d":"199,-226r-81,0r0,226r-25,0r0,-226r-80,0r0,-22r182,0","w":209},"U":{"d":"216,-95v0,60,-36,99,-94,99v-58,0,-93,-39,-93,-97r0,-155r25,0v6,92,-30,229,68,230v99,1,62,-138,69,-230r25,0r0,153","w":245},"V":{"d":"231,-248r-98,249r-22,0r-97,-247r25,-5r83,220r83,-217r26,0","w":244},"W":{"d":"353,-248r-75,248r-22,0r-72,-214r-71,214r-21,0r-75,-246r25,-5r62,213r68,-210r26,0r69,210r61,-210r25,0","w":369},"X":{"d":"100,-130r-78,-115r24,-5r68,101r66,-99r27,0r-79,118r87,127r-25,5r-76,-113v0,-1,-74,111,-74,111r-27,0","w":228},"Y":{"d":"214,-248r-89,145r0,103r-25,0r0,-103r-88,-143r25,-5r76,126r74,-123r27,0","w":226},"Z":{"d":"200,0r-179,0r0,-18r146,-209r-136,0r-3,-21r169,0r0,17r-146,210r146,0","w":218},"[":{"d":"126,38r-91,0r0,-286r90,0r0,18r-67,0r0,249r65,0","w":146},"\\":{"d":"199,40r-22,5r-169,-291r21,-5","w":186},"]":{"d":"111,38r-89,0r0,-19r67,0r0,-249r-66,0r-3,-18r91,0r0,286","w":146},"^":{"d":"129,-200r-13,3r-34,-31v-16,10,-20,32,-49,30r38,-52r22,0","w":164},"_":{"d":"167,38r-167,0r0,-20r167,0r0,20","w":167},"`":{"d":"112,-198r-16,0r-49,-48r31,-7","w":164},"a":{"d":"150,0r-18,0r-4,-23v-27,35,-111,41,-111,-20v0,-40,32,-59,109,-66v8,-59,-58,-48,-94,-29r-3,-21v41,-23,121,-25,121,38r0,121xm126,-42r0,-48v-67,6,-85,23,-85,46v0,45,63,26,85,2","w":176},"b":{"d":"172,-90v0,90,-76,106,-144,81r0,-245r23,-4r0,110v39,-46,121,-29,121,58xm148,-89v0,-74,-65,-80,-97,-34r0,98v48,17,97,4,97,-64","w":190},"c":{"d":"152,-16v-54,43,-135,15,-135,-69v0,-83,79,-110,133,-72r-3,24v-42,-38,-106,-21,-106,48v0,68,64,87,108,48","w":167},"d":{"d":"163,0r-18,0r-4,-25v-38,51,-123,34,-123,-55v0,-83,61,-109,122,-84r0,-90r23,-4r0,258xm140,-48r0,-94v-47,-23,-98,-9,-98,61v0,73,67,79,98,33","w":191},"e":{"d":"91,-174v48,0,69,40,68,90r-118,0v-3,76,74,82,115,42r3,21v-51,47,-142,27,-142,-64v0,-55,32,-89,74,-89xm135,-102v-3,-31,-17,-53,-44,-53v-27,0,-44,20,-49,53r93,0","w":176},"f":{"d":"101,-235v-20,-3,-40,0,-40,25r0,40r35,0r3,20r-38,0r0,150r-24,0r0,-150r-25,0r0,-20r25,0v-4,-53,4,-95,61,-87","w":107},"g":{"d":"66,-17v-51,20,-44,64,21,64v62,0,83,-48,16,-57xm124,-116v0,-23,-16,-40,-41,-40v-24,0,-39,17,-39,41v0,22,15,39,40,39v25,0,40,-17,40,-40xm126,-159r43,-14r4,23r-34,4v27,45,-13,100,-70,87v-7,4,-11,8,-11,12v0,7,7,10,38,15v38,6,71,16,71,46v0,32,-37,51,-81,51v-80,0,-106,-62,-39,-90v-19,-12,-13,-29,4,-40v-18,-10,-31,-28,-31,-51v-2,-54,70,-75,106,-43","w":180},"h":{"d":"162,0r-24,0r0,-117v-3,-55,-60,-38,-87,-6r0,123r-23,0r0,-254r23,-4r0,112v31,-38,111,-40,111,24r0,122"},"i":{"d":"59,-228v0,9,-8,17,-17,17v-9,0,-17,-8,-17,-17v0,-10,8,-18,17,-18v9,0,17,8,17,18xm54,0r-24,0r0,-170r24,0r0,170","w":83},"j":{"d":"59,-228v0,9,-8,17,-17,17v-9,0,-17,-8,-17,-17v0,-10,8,-18,17,-18v9,0,17,8,17,18xm54,26v0,32,-24,43,-53,38r-3,-22v15,5,32,2,32,-18r0,-194r24,0r0,196","w":83},"k":{"d":"162,-2r-26,5r-85,-93r0,90r-23,0r0,-254r23,-4r0,161r75,-73r30,0r-79,76","w":167},"l":{"d":"54,0r-24,0r0,-254r24,-4r0,258","w":84},"m":{"d":"269,0r-24,0r0,-117v-2,-54,-59,-39,-85,-6r0,123r-24,0r0,-117v-2,-53,-58,-39,-85,-7r0,124r-23,0r0,-170r18,0r4,24v26,-32,93,-42,107,2v30,-40,112,-44,112,22r0,122","w":294},"n":{"d":"162,0r-24,0r0,-117v-3,-55,-60,-38,-87,-6r0,123r-23,0r0,-170r18,0r4,25v32,-40,112,-42,112,23r0,122"},"o":{"d":"171,-85v0,56,-34,89,-77,89v-44,0,-77,-33,-77,-89v0,-56,34,-89,77,-89v44,0,77,33,77,89xm147,-85v0,-39,-19,-69,-53,-69v-34,0,-53,29,-53,69v0,39,19,68,53,68v34,0,53,-28,53,-68"},"p":{"d":"174,-90v-2,82,-60,107,-123,84r0,68r-23,4r0,-236r18,0r4,24v38,-49,127,-32,124,56xm149,-89v0,-75,-67,-80,-98,-33r0,94v47,22,98,9,98,-61","w":191},"q":{"d":"162,62r-23,4r0,-88v-39,46,-121,29,-121,-58v0,-91,76,-107,144,-82r0,224xm139,-48r0,-97v-48,-17,-97,-4,-97,64v0,73,66,79,97,33","w":190},"r":{"d":"115,-152v-28,2,-52,22,-64,45r0,107r-23,0r0,-170r17,0r6,35v12,-19,32,-38,60,-39","w":123},"s":{"d":"81,-100v80,12,80,105,-4,103v-22,0,-46,-7,-61,-15r4,-23v23,18,98,32,98,-9v0,-17,-9,-29,-44,-34v-75,-11,-69,-96,4,-96v20,0,38,5,53,12r-4,22v-23,-15,-83,-22,-84,11v0,14,8,25,38,29","w":157},"t":{"d":"104,0v-31,7,-68,2,-68,-39r0,-111r-26,0r0,-20r26,0r0,-59r23,-4r0,63r40,0r3,20r-43,0r0,107v-3,23,20,29,41,23","w":118},"u":{"d":"161,0r-19,0r-4,-25v-31,39,-112,43,-112,-24r0,-121r24,0r0,117v3,53,61,38,87,6r0,-123r24,0r0,170"},"v":{"d":"158,-170r-63,171r-22,0r-62,-169r24,-4r50,144r49,-142r24,0","w":169},"w":{"d":"251,-170r-56,171r-20,0r-43,-140r-43,140r-20,0r-57,-170r23,-4r44,141r43,-139r21,0r42,139r43,-138r23,0","w":262},"x":{"d":"157,-2r-24,5r-49,-73r-46,70r-25,0r59,-87r-56,-81r24,-5r45,67r43,-64r25,0r-56,82","w":169},"y":{"d":"162,-170r-72,191v-14,36,-29,47,-62,43r-3,-21v31,9,44,-17,51,-42r-65,-169r23,-4r53,145r51,-143r24,0","w":172},"z":{"d":"147,0r-132,0r0,-18r101,-132r-93,0r-3,-20r124,0r0,18r-102,132r101,0","w":161},"{":{"d":"149,38v-47,3,-91,-3,-86,-47v5,-42,10,-98,-44,-87r-3,-18v30,1,51,-3,51,-37v0,-48,-11,-100,47,-97r33,0r0,18v-31,-1,-65,-2,-61,29v5,41,9,93,-32,96v41,2,38,56,32,96v-3,30,30,29,60,28","w":168},"|":{"d":"59,64r-22,4r0,-325r22,-3r0,324","w":96},"}":{"d":"153,-96v-31,-1,-51,3,-51,37v0,48,11,100,-47,97r-33,0r0,-19v30,1,67,2,62,-28v-6,-39,-12,-94,31,-96v-42,-4,-38,-57,-31,-97v5,-30,-31,-29,-61,-28r-3,-18v46,-3,91,3,86,46v-5,42,-10,99,44,88","w":168},"~":{"d":"48,-121v22,0,56,44,63,-1r16,4v-4,24,-14,37,-28,37v-23,0,-56,-44,-63,0r-16,-3v4,-24,13,-37,28,-37","w":146},"\u00a0":{"w":81}}});Cufon.registerFont({"w":189,"face":{"font-family":"Whitney","font-weight":550,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 3 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-13 -272 354 67","underline-thickness":"7.2","underline-position":"-40.68","stemh":"31","stemv":"32","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":79},"!":{"d":"68,-248r-9,170r-20,4r-9,-174r38,0xm67,0r-36,0r0,-43r36,0r0,43","w":97},"\"":{"d":"125,-243r-9,75r-19,-5r-9,-70r37,0xm59,-243r-9,75r-19,-5r-8,-70r36,0","w":147},"#":{"d":"79,-62r-10,65r-25,-6r10,-59r-39,0r0,-27r43,0r10,-65r-41,0r-5,-27r50,0r10,-63r26,0r-10,63r61,0r10,-65r24,6r-9,59r39,0r0,27r-43,0r-10,65r41,0r5,27r-51,0r-10,63r-25,0r10,-63r-61,0xm94,-154r-11,65r61,0r10,-65r-60,0","w":237},"$":{"d":"126,-242v15,2,27,6,37,11r-5,30v-10,-6,-23,-11,-37,-15v0,0,-12,78,-12,79v95,19,81,144,-21,138r-7,43r-23,-5r6,-40v-20,-3,-37,-8,-49,-14r4,-31v16,9,32,15,50,19v0,0,14,-88,13,-88v-42,-15,-61,-31,-61,-66v0,-43,34,-65,81,-64r5,-27r23,6xm91,-25v62,3,74,-66,13,-83xm99,-219v-31,-2,-50,12,-49,35v0,19,9,28,37,39"},"%":{"d":"133,-175v0,45,-26,72,-58,72v-33,0,-59,-27,-59,-72v0,-45,26,-71,59,-71v32,0,58,26,58,71xm252,-240r-155,243r-25,-7r155,-242xm105,-175v0,-27,-9,-49,-30,-49v-22,0,-31,22,-31,49v0,27,10,49,31,49v21,0,30,-22,30,-49xm308,-69v0,45,-26,72,-59,72v-33,0,-59,-27,-59,-72v0,-45,26,-71,59,-71v33,0,59,26,59,71xm280,-69v0,-27,-10,-49,-31,-49v-21,0,-30,22,-30,49v0,27,9,49,30,49v22,0,31,-22,31,-49","w":324},"&":{"d":"246,-6r-35,8r-36,-35v-36,56,-162,52,-162,-29v0,-36,23,-60,56,-76v-44,-37,-29,-116,43,-115v24,0,44,6,61,15r-5,34v-28,-22,-87,-33,-90,10v7,47,67,79,93,113v8,-17,14,-38,17,-63r30,6v-5,30,-14,56,-26,78xm154,-54r-65,-64v-55,17,-59,92,6,94v22,0,43,-10,59,-30","w":245},"'":{"d":"59,-243r-9,75r-19,-5r-8,-70r36,0","w":81},"(":{"d":"131,27r-31,7v-106,-79,-102,-230,14,-295r5,30v-89,69,-81,182,12,258","w":146},")":{"d":"46,-260v107,80,102,229,-14,296r-5,-31v89,-69,81,-182,-12,-258","w":146},"*":{"d":"129,-205r-39,19r21,38r-9,7r-30,-32r-30,32r-9,-7r21,-38r-39,-19r3,-10r43,7r5,-42r12,0r5,42r43,-7","w":144},"+":{"d":"186,-108r-69,0r0,71r-28,0r0,-71r-70,0r0,-27r70,0r0,-72r28,0r0,72r69,0r0,27","w":205},",":{"d":"65,-43r-38,91r-17,-4r18,-87r37,0","w":81},"-":{"d":"108,-87r-89,0r0,-31r89,0r0,31","w":127},"\u00ad":{"d":"108,-87r-89,0r0,-31r89,0r0,31","w":127},".":{"d":"59,0r-36,0r0,-43r36,0r0,43","w":81},"\/":{"d":"185,-246r-170,292r-28,-6r170,-292","w":192},"0":{"d":"204,-122v0,81,-37,127,-92,127v-56,0,-94,-46,-94,-127v0,-80,38,-126,94,-126v55,0,92,46,92,126xm171,-122v0,-63,-22,-98,-59,-98v-38,0,-61,35,-61,98v0,64,23,98,61,98v37,0,59,-34,59,-98","w":222},"1":{"d":"94,0r-32,0r0,-210r-50,19r-4,-26v28,-10,45,-31,86,-27r0,244","w":128},"2":{"d":"175,0r-159,0r0,-25r90,-94v22,-23,32,-38,32,-58v-1,-60,-84,-45,-111,-12r-5,-32v40,-43,154,-34,149,42v-4,60,-79,109,-113,150r112,0","w":192},"3":{"d":"119,-128v83,25,54,133,-37,133v-26,0,-51,-8,-70,-19r5,-32v33,28,116,36,118,-20v1,-33,-28,-49,-77,-47r-5,-29v44,3,78,-9,78,-41v0,-48,-86,-42,-110,-12r-5,-31v19,-13,40,-22,70,-22v93,0,101,101,33,120","w":185},"4":{"d":"203,-55r-39,0r0,55r-30,0r0,-55r-121,0r0,-24r113,-165r38,0r0,162r39,0r0,27xm134,-82r0,-126r-87,126r87,0","w":212},"5":{"d":"175,-76v0,81,-105,99,-160,62r6,-31v35,30,122,34,122,-30v0,-45,-59,-56,-93,-38r-24,-6r8,-124r128,0r5,28r-106,0r-5,71v53,-19,119,9,119,68"},"6":{"d":"52,-130v48,-37,137,-18,137,55v0,47,-35,80,-84,80v-50,0,-87,-36,-87,-103v0,-85,54,-131,132,-150r4,29v-50,12,-91,37,-102,89xm49,-99v1,46,23,75,58,75v29,0,50,-18,50,-49v0,-58,-77,-59,-108,-26","w":203},"7":{"d":"174,-218r-98,221r-31,-8r93,-209r-121,0r-4,-29r161,0r0,25","w":190},"8":{"d":"111,-139v45,-18,55,-81,-8,-82v-31,0,-46,16,-46,35v0,22,15,31,54,47xm94,-116v-57,17,-63,95,9,93v31,0,53,-15,53,-40v0,-25,-16,-35,-62,-53xm67,-128v-67,-24,-46,-120,36,-120v47,0,77,26,77,61v0,27,-19,46,-43,59v32,15,51,32,51,66v0,38,-33,67,-86,67v-101,2,-111,-104,-35,-133","w":204},"9":{"d":"150,-109v-51,36,-136,17,-136,-58v0,-48,35,-81,83,-81v51,0,88,36,88,103v0,84,-56,133,-135,150r-5,-29v50,-11,92,-35,105,-85xm46,-169v0,59,80,61,108,26v0,-47,-23,-77,-58,-77v-30,0,-50,19,-50,51","w":203},":":{"d":"60,-129r-36,0r0,-43r36,0r0,43xm60,0r-36,0r0,-43r36,0r0,43","w":84},";":{"d":"63,-129r-36,0r0,-43r36,0r0,43xm64,-43r-37,91r-18,-4r18,-87r37,0","w":84},"\u037e":{"d":"63,-129r-36,0r0,-43r36,0r0,43xm64,-43r-37,91r-18,-4r18,-87r37,0","w":84},"<":{"d":"181,-30r-160,-79r0,-25r160,-80r0,31r-127,61r127,61r0,31","w":205},"=":{"d":"186,-148r-160,0r0,-28r160,0r0,28xm186,-67r-160,0r0,-29r160,0r0,29","w":212},">":{"d":"185,-109r-161,79r0,-30r128,-61r-128,-62r0,-31r161,80r0,25","w":205},"?":{"d":"167,-189v0,39,-26,55,-69,75r-3,36r-21,4r-5,-59v31,-11,68,-29,64,-55v-7,-53,-87,-34,-112,-5r-5,-33v43,-42,151,-37,151,37xm102,0r-36,0r0,-43r36,0r0,43","w":186},"@":{"d":"171,-70r10,-62v-38,-15,-67,15,-67,65v0,45,36,26,57,-3xm173,-47v-18,20,-32,29,-49,29v-19,0,-38,-13,-38,-45v2,-79,60,-113,125,-86r-13,91v0,15,9,23,24,23v25,0,44,-26,44,-74v0,-69,-44,-104,-102,-104v-70,0,-130,61,-130,146v0,107,107,124,182,87r2,13v-21,10,-48,17,-82,17v-71,0,-118,-42,-118,-116v0,-87,64,-160,148,-160v70,0,116,46,116,117v0,55,-25,91,-65,91v-21,0,-39,-10,-44,-29","w":300},"A":{"d":"237,-5r-33,8r-29,-78r-102,0r-28,75r-35,0r98,-249r33,0xm164,-104r-40,-105r-40,105r80,0","w":247},"B":{"d":"181,-73v0,71,-74,77,-151,73r0,-248r60,0v87,-7,105,89,45,116v27,8,46,27,46,59xm137,-183v4,-32,-35,-40,-74,-37r0,76v40,3,77,-6,74,-39xm148,-72v0,-39,-39,-47,-85,-44r0,87v44,3,85,-4,85,-43","w":196},"C":{"d":"210,-19v-78,57,-190,6,-190,-105v0,-107,104,-161,186,-109r-5,35v-56,-48,-146,-20,-146,74v0,96,91,120,150,73","w":232},"D":{"d":"233,-125v0,74,-47,125,-133,125r-70,0r0,-248r72,0v86,0,131,51,131,123xm198,-124v0,-77,-54,-101,-134,-94r0,187v80,6,135,-15,134,-93","w":253},"E":{"d":"167,0r-137,0r0,-248r134,0r0,31r-100,0r0,72r77,0r6,31r-83,0r0,83r103,0r0,31","w":180},"F":{"d":"159,-217r-95,0r0,76r75,0r5,30r-80,0r0,111r-34,0r0,-248r129,0r0,31","w":172},"G":{"d":"225,-19v-22,13,-51,24,-84,24v-79,0,-121,-52,-121,-129v0,-77,44,-129,118,-129v33,0,56,8,75,21r-5,35v-18,-15,-41,-25,-70,-25v-55,0,-83,38,-83,98v0,81,71,118,136,85r0,-66r-57,0r-5,-31r96,0r0,117","w":250},"H":{"d":"223,0r-34,0r0,-114r-125,0r0,114r-34,0r0,-248r34,0r0,103r125,0r0,-103r34,0r0,248","w":253},"I":{"d":"66,0r-34,0r0,-248r34,0r0,248","w":97},"J":{"d":"105,-61v2,52,-43,72,-92,61r-5,-30v29,7,64,4,64,-34r0,-184r33,0r0,187","w":133},"K":{"d":"216,-5r-35,8r-117,-129r0,126r-34,0r0,-248r34,0r0,111r105,-111r41,0r-110,115","w":219},"L":{"d":"158,0r-128,0r0,-248r34,0r0,217r89,0","w":168},"M":{"d":"301,0r-33,0r-15,-198r-79,199r-25,0r-79,-199r-15,198r-32,0r20,-248r42,0r77,203r78,-203r41,0","w":324},"N":{"d":"223,0r-25,0r-137,-193r0,193r-31,0r0,-248r30,0r132,186r0,-186r31,0r0,248","w":253},"O":{"d":"249,-125v0,77,-45,130,-115,130v-70,0,-114,-52,-114,-129v0,-77,45,-129,115,-129v70,0,114,52,114,128xm214,-124v0,-60,-31,-98,-80,-98v-49,0,-79,38,-79,98v0,60,30,98,79,98v50,0,80,-38,80,-98","w":268},"P":{"d":"180,-177v0,60,-49,81,-116,76r0,101r-34,0r0,-248v75,-4,150,0,150,71xm146,-176v0,-39,-38,-46,-82,-43r0,88v45,3,82,-4,82,-45","w":192},"Q":{"d":"249,-125v0,64,-31,106,-77,121r71,26r-6,29r-135,-50v-54,-20,-82,-61,-82,-125v0,-77,45,-129,115,-129v70,0,114,52,114,128xm214,-124v0,-60,-31,-98,-80,-98v-49,0,-79,38,-79,98v0,60,30,100,79,100v50,0,80,-40,80,-100","w":268},"R":{"d":"146,-176v0,-39,-38,-47,-82,-43r0,86v43,3,82,-4,82,-43xm126,-109r73,104r-34,8r-76,-108r-25,0r0,105r-34,0r0,-248v75,-4,150,-1,150,70v0,38,-22,60,-54,69","w":205},"S":{"d":"167,-67v0,72,-96,84,-148,54r5,-35v27,23,108,37,110,-16v0,-23,-11,-32,-48,-49v-47,-22,-64,-37,-64,-73v0,-63,86,-80,132,-51r-6,34v-21,-25,-93,-28,-93,15v0,19,9,28,47,45v48,22,65,39,65,76","w":184},"T":{"d":"206,-217r-81,0r0,217r-34,0r0,-217r-79,0r0,-31r189,0","w":216},"U":{"d":"221,-96v0,63,-37,101,-98,101v-60,0,-96,-38,-96,-99r0,-154r34,0v8,87,-31,221,62,222v96,2,56,-136,64,-222r34,0r0,152","w":248},"V":{"d":"233,-248r-97,249r-30,0r-96,-245r34,-7r78,207r76,-204r35,0","w":243},"W":{"d":"354,-248r-75,248r-29,0r-67,-201r-67,201r-29,0r-73,-244r33,-7r56,198r64,-195r34,0r63,195r55,-195r35,0","w":366},"X":{"d":"96,-129r-77,-115r34,-7r62,94r59,-91r37,0r-78,117r85,126r-34,8r-70,-106r-68,103r-37,0","w":228},"Y":{"d":"221,-248r-90,149r0,99r-34,0r0,-99r-88,-145r34,-7r71,121r70,-118r37,0","w":228},"Z":{"d":"203,0r-186,0r0,-25r142,-194r-131,0r-5,-29r176,0r0,25r-141,193r140,0","w":217},"[":{"d":"131,37r-100,0r0,-285r98,0r0,24r-67,0r0,237r65,0","w":147},"\\":{"d":"206,40r-29,6r-169,-291r28,-6","w":192},"]":{"d":"116,37r-98,0r0,-24r67,0r0,-237r-65,0r-4,-24r100,0r0,285","w":147},"^":{"d":"131,-199r-18,3r-32,-26v-15,10,-21,29,-50,25r36,-51r30,0","w":163},"_":{"d":"164,37r-165,0r0,-25r165,0r0,25","w":163},"`":{"d":"114,-197r-21,0r-49,-46r39,-8","w":163},"a":{"d":"155,0r-26,0r-3,-23v-23,35,-111,40,-111,-21v0,-43,36,-60,108,-68v5,-53,-61,-36,-92,-21r-4,-28v43,-21,128,-26,128,41r0,120xm123,-47r0,-40v-63,6,-77,23,-77,41v0,38,60,22,77,-1","w":179},"b":{"d":"176,-91v0,93,-79,107,-151,82r0,-246r32,-5r0,108v40,-42,119,-25,119,61xm144,-89v0,-70,-59,-71,-87,-30r0,88v44,16,87,2,87,-58","w":191},"c":{"d":"154,-15v-57,42,-139,14,-139,-71v0,-83,83,-109,137,-73r-4,31v-38,-33,-100,-26,-100,42v0,67,62,79,101,42","w":168},"d":{"d":"168,0r-25,0r-4,-25v-38,51,-124,35,-124,-56v0,-82,60,-108,121,-85r0,-89r32,-5r0,260xm136,-55r0,-82v-41,-22,-88,-10,-88,55v0,69,63,70,88,27","w":193},"e":{"d":"91,-175v52,1,75,40,73,93r-116,0v-1,73,74,68,111,34r5,29v-55,42,-149,30,-149,-67v0,-55,33,-89,76,-89xm132,-107v-3,-56,-77,-58,-83,0r83,0","w":179},"f":{"d":"107,-227v-19,-3,-41,-2,-41,21r0,34r35,0r4,27r-39,0r0,145r-31,0r0,-145r-26,0r0,-27r26,0v-6,-56,11,-95,67,-84","w":111},"g":{"d":"108,-5v-31,-14,-71,-1,-71,24v0,13,17,23,51,23v55,0,75,-38,20,-47xm119,-116v0,-20,-14,-36,-35,-36v-22,0,-35,17,-35,38v0,19,13,35,35,35v21,0,35,-16,35,-37xm128,-161r43,-13r5,29r-33,3v24,47,-18,94,-72,84v-14,17,-12,17,28,24v37,6,71,16,71,47v0,36,-39,53,-84,53v-77,0,-110,-59,-44,-89v-17,-14,-12,-31,8,-41v-19,-10,-32,-28,-32,-52v-2,-55,71,-75,110,-45","w":181},"h":{"d":"165,0r-32,0r0,-117v-2,-48,-55,-29,-76,-2r0,119r-32,0r0,-255r32,-5r0,111v25,-34,108,-40,108,24r0,125"},"i":{"d":"64,-226v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20v0,-12,10,-21,21,-21v11,0,20,9,20,21xm60,0r-32,0r0,-172r32,0r0,172","w":87},"j":{"d":"64,-226v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20v0,-12,10,-21,21,-21v11,0,20,9,20,21xm60,22v1,37,-28,49,-61,42r-4,-28v16,3,33,2,33,-17r0,-191r32,0r0,194","w":87},"k":{"d":"168,-3r-34,6r-77,-93r0,90r-32,0r0,-255r32,-5r0,160r67,-72r38,0r-72,76","w":173},"l":{"d":"60,0r-32,0r0,-255r32,-5r0,260","w":87},"m":{"d":"269,0r-32,0r0,-117v-2,-48,-53,-29,-74,-2r0,119r-32,0r0,-117v-2,-48,-54,-29,-74,-2r0,119r-32,0r0,-172r26,0r4,25v23,-30,91,-43,105,0v26,-36,109,-42,109,22r0,125","w":293},"n":{"d":"165,0r-32,0r0,-117v-2,-48,-55,-29,-76,-2r0,119r-32,0r0,-172r26,0r4,25v27,-36,110,-42,110,22r0,125"},"o":{"d":"174,-86v0,57,-34,90,-80,90v-45,0,-79,-33,-79,-90v0,-56,34,-89,79,-89v46,0,80,33,80,89xm142,-86v0,-35,-17,-62,-48,-62v-31,0,-46,26,-46,62v0,36,16,63,46,63v32,0,48,-27,48,-63"},"p":{"d":"178,-91v-3,82,-58,107,-121,86r0,67r-32,5r0,-239r26,0r4,25v38,-49,126,-34,123,56xm146,-89v0,-70,-62,-72,-89,-28r0,83v43,20,89,8,89,-55","w":193},"q":{"d":"167,62r-32,5r0,-87v-40,44,-120,26,-120,-61v0,-93,80,-107,152,-82r0,225xm135,-53r0,-87v-43,-18,-87,-3,-87,58v0,68,60,70,87,29","w":191},"r":{"d":"121,-145v-28,2,-52,21,-64,43r0,102r-32,0r0,-172r26,0r5,35v12,-19,32,-37,60,-38","w":128},"s":{"d":"84,-104v83,11,82,110,-7,108v-22,0,-47,-8,-62,-17r4,-30v17,11,38,20,61,20v22,0,35,-8,35,-23v0,-16,-9,-25,-41,-29v-77,-11,-73,-101,4,-100v21,0,40,4,57,11r-5,30v-22,-13,-82,-26,-82,5v0,12,8,21,36,25","w":159},"t":{"d":"108,1v-37,6,-75,0,-75,-43r0,-103r-25,0r0,-27r25,0r0,-57r32,-5r0,62r37,0r4,27r-41,0r0,97v-3,19,18,25,38,21","w":121},"u":{"d":"165,0r-26,0r-4,-25v-27,37,-111,43,-111,-22r0,-125r33,0r0,117v2,47,56,31,75,2r0,-119r33,0r0,172"},"v":{"d":"162,-172r-62,173r-30,0r-61,-170r32,-5r45,135r43,-133r33,0","w":170},"w":{"d":"250,-172r-56,172r-25,0r-39,-130r-40,130r-24,0r-56,-169r31,-5r37,127r39,-125r27,0r38,125r37,-125r31,0","w":259},"x":{"d":"159,-2r-31,5r-43,-67r-41,64r-34,0r58,-88r-54,-81r32,-5r39,61r37,-59r34,0r-54,83","w":169},"y":{"d":"166,-172r-70,187v-16,44,-36,55,-72,49r-5,-28v30,11,47,-9,52,-35r-62,-170r31,-5r47,137r46,-135r33,0","w":173},"z":{"d":"150,0r-137,0r0,-25r96,-120r-88,0r-4,-27r128,0r0,25r-96,120r96,0","w":162},"{":{"d":"155,37v-48,2,-99,0,-93,-47v5,-40,11,-96,-44,-84r-4,-24v30,1,53,0,53,-34v0,-47,-12,-99,46,-96r41,0r0,24v-26,0,-65,-5,-61,22v6,41,8,93,-32,97v42,2,38,55,32,96v-4,26,33,22,58,22","w":171},"|":{"d":"62,62r-29,5r0,-322r29,-5r0,322","w":95},"}":{"d":"157,-94v-30,-1,-52,2,-52,35v0,47,13,100,-47,96r-40,0r0,-24v26,-1,65,6,61,-22v-6,-41,-8,-93,32,-97v-42,-2,-38,-56,-32,-96v4,-27,-33,-22,-59,-22r-4,-24v49,-2,100,0,94,47v-5,39,-13,95,43,83","w":171},"~":{"d":"48,-125v13,0,40,20,49,18v5,0,8,-5,11,-19r21,5v-3,27,-13,41,-30,41v-22,0,-55,-44,-60,1r-21,-5v3,-27,13,-41,30,-41","w":147},"\u00a0":{"w":79}}});Cufon.registerFont({"w":175,"face":{"font-family":"Whitney","font-weight":550,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 3 0 0 9 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-33 -272 365 68","underline-thickness":"7.2","underline-position":"-40.68","slope":"-12","stemh":"21","stemv":"23","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":77},"!":{"d":"87,-248r-34,176r-17,4r23,-180r28,0xm53,-35r-5,35r-28,0r5,-35r28,0","w":94},"\"":{"d":"139,-243r-19,66r-13,-3r3,-63r29,0xm78,-243r-18,66r-13,-3r2,-63r29,0","w":137},"#":{"d":"222,-158r-43,0r-14,73r42,0r4,21r-50,0r-13,65r-19,0r13,-65r-67,0r-13,67r-19,-4r13,-63r-39,0r0,-21r42,0r15,-73r-43,0r-3,-21r50,0r13,-65r20,0r-13,65r66,0r13,-67r18,4r-12,63r39,0r0,21xm160,-158r-66,0r-15,73r66,0","w":230},"$":{"d":"145,-242v14,3,25,8,35,12r-6,22v-9,-6,-22,-11,-35,-14r-28,88v38,20,53,38,53,66v0,48,-43,75,-96,69v1,0,-13,43,-13,43r-17,-4r13,-41v-19,-4,-34,-11,-46,-17r5,-23v14,9,30,17,47,21r32,-100v-32,-16,-51,-32,-51,-62v-1,-41,38,-69,89,-62r9,-28r18,5xm75,-17v39,2,67,-16,67,-50v0,-18,-10,-30,-38,-45xm122,-226v-66,-7,-88,61,-27,85","w":183},"%":{"d":"132,-190v0,42,-26,81,-59,81v-29,0,-45,-23,-45,-57v0,-42,25,-80,58,-80v30,0,46,23,46,56xm262,-242r-193,245r-19,-5r193,-244xm86,-229v-22,0,-38,31,-38,64v0,26,11,39,25,39v23,0,38,-31,38,-65v0,-26,-11,-38,-25,-38xm284,-77v0,42,-25,80,-58,80v-30,0,-46,-23,-46,-57v0,-42,26,-80,59,-80v30,0,45,23,45,57xm264,-79v0,-25,-11,-38,-25,-38v-23,0,-38,31,-38,64v0,26,11,39,25,39v22,0,38,-31,38,-65","w":300},"&":{"d":"175,-59r42,55r-25,6r-31,-41v-25,28,-53,44,-84,44v-38,0,-65,-23,-65,-61v0,-38,27,-66,74,-84v-39,-43,-19,-114,44,-113v20,0,38,5,54,14r-6,23v-31,-23,-89,-24,-89,21v0,46,52,82,73,118v11,-18,21,-41,29,-68r21,5v-10,32,-22,59,-37,81xm148,-56r-50,-67v-43,14,-62,37,-62,65v0,62,85,49,112,2","w":230},"'":{"d":"78,-243r-18,66r-13,-3r2,-63r29,0","w":77},"(":{"d":"143,-238v-104,63,-125,179,-38,268r-22,5v-94,-97,-69,-226,61,-297","w":141},")":{"d":"67,-260v94,96,69,226,-61,296r2,-23v103,-64,124,-180,37,-268","w":141},"*":{"d":"143,-207r-42,18r23,40r-6,5r-31,-35r-30,35r-7,-5r23,-40r-41,-18r2,-8r45,10r4,-46r8,0r5,46r44,-10","w":144},"+":{"d":"189,-112r-72,0r-11,73r-21,0r12,-73r-72,0r3,-19r72,0r11,-73r21,0r-11,73r71,0","w":205},",":{"d":"51,-35r-47,83r-13,-3r31,-80r29,0","w":77},"-":{"d":"112,-114r-3,24r-87,0r3,-24r87,0","w":129},"\u00ad":{"d":"112,-114r-3,24r-87,0r3,-24r87,0","w":129},".":{"d":"45,-35r-6,35r-28,0r6,-35r28,0","w":77},"\/":{"d":"202,-246r-214,291r-21,-5r214,-291","w":184},"0":{"d":"195,-155v0,91,-43,160,-101,160v-45,0,-71,-38,-71,-94v0,-90,43,-159,102,-159v44,0,70,38,70,93xm171,-154v0,-47,-19,-74,-48,-74v-43,0,-76,58,-76,138v0,48,19,74,48,74v42,0,76,-57,76,-138","w":205},"1":{"d":"111,-244r-39,244r-23,0r35,-219r-54,20r0,-19v27,-8,45,-26,81,-26","w":121},"2":{"d":"176,-190v-3,64,-100,123,-139,169r113,0r0,21r-147,0r2,-18r107,-102v27,-26,40,-45,40,-68v0,-57,-73,-42,-108,-13r0,-23v39,-36,135,-33,132,34","w":183},"3":{"d":"170,-193v0,39,-29,57,-58,65v26,10,43,28,43,57v0,74,-97,96,-152,56r7,-22v42,33,120,30,121,-33v1,-33,-27,-50,-69,-48r0,-21v47,2,85,-15,84,-51v-2,-51,-73,-42,-106,-16r0,-22v41,-33,130,-25,130,35","w":176},"4":{"d":"193,-77r-4,19r-40,0r-9,58r-22,0r10,-58r-118,0r3,-16r137,-170r29,0r-27,167r41,0xm130,-77r23,-141r-114,141r91,0","w":204},"5":{"d":"174,-223r-97,0r-17,73v66,9,98,34,98,78v0,78,-98,95,-152,58r7,-21v42,30,121,27,121,-35v0,-36,-29,-55,-99,-62r25,-111r114,0r0,20","w":177},"6":{"d":"50,-125v43,-32,127,-32,127,43v0,48,-38,87,-85,87v-43,0,-71,-32,-71,-86v0,-83,56,-149,148,-168r0,22v-63,12,-105,51,-119,102xm45,-102v-6,47,12,89,49,87v58,9,89,-111,17,-111v-22,0,-44,9,-66,24","w":193},"7":{"d":"189,-243r-3,17r-134,229r-21,-6r129,-220r-120,0r0,-20r149,0","w":182},"8":{"d":"112,-135v31,-14,48,-32,48,-55v0,-23,-17,-38,-46,-38v-32,0,-50,21,-50,43v0,19,12,33,48,50xm95,-121v-40,15,-58,36,-58,61v0,26,23,45,55,45v33,0,57,-21,57,-49v0,-23,-11,-37,-54,-57xm74,-131v-58,-30,-34,-117,41,-117v43,0,68,24,68,57v0,32,-21,51,-51,65v72,32,43,130,-41,130v-50,0,-78,-27,-78,-62v0,-33,22,-56,61,-73","w":192},"9":{"d":"154,-115v-45,34,-127,30,-127,-44v0,-49,38,-89,85,-89v44,0,72,31,72,86v0,84,-58,149,-149,167r0,-21v62,-12,103,-49,119,-99xm159,-138v8,-45,-10,-94,-48,-90v-60,-8,-89,114,-17,114v21,0,44,-9,65,-24","w":193},":":{"d":"67,-170r-5,35r-28,0r5,-35r28,0xm46,-35r-5,35r-28,0r5,-35r28,0","w":80},";":{"d":"69,-170r-5,35r-28,0r5,-35r28,0xm49,-35r-47,83r-12,-3r31,-80r28,0","w":80},"\u037e":{"d":"69,-170r-5,35r-28,0r5,-35r28,0xm49,-35r-47,83r-12,-3r31,-80r28,0","w":80},"<":{"d":"170,-32r-145,-80r3,-19r171,-80r-4,24r-144,66r123,67","w":205},"=":{"d":"199,-150r-162,0r4,-22r162,0xm187,-71r-162,0r3,-22r162,0","w":217},">":{"d":"47,-211r145,80r-3,19r-171,80r4,-24r144,-66r-123,-67","w":205},"?":{"d":"68,-129v44,-15,78,-37,74,-66v-5,-53,-72,-39,-106,-13r0,-24v38,-33,130,-29,130,34v0,40,-24,60,-76,83r-11,43r-16,4xm80,-35r-6,35r-28,0r6,-35r28,0","w":165},"@":{"d":"175,-74r11,-64v-45,-16,-78,16,-81,72v0,21,9,30,21,30v13,0,26,-10,49,-38xm173,-52v-20,23,-34,35,-52,35v-20,0,-37,-16,-37,-46v1,-76,62,-117,125,-87r-15,95v0,14,8,25,25,25v26,0,48,-29,48,-82v0,-65,-39,-102,-102,-102v-74,0,-134,60,-134,148v0,104,106,126,182,89r2,10v-20,10,-48,17,-81,17v-72,0,-116,-41,-116,-116v0,-91,64,-159,148,-159v71,0,114,44,114,113v0,59,-29,95,-64,95v-24,0,-40,-13,-43,-35","w":298},"A":{"d":"207,-3r-24,6r-17,-83r-100,0r-41,80r-26,0r133,-250r22,0xm162,-102r-24,-117r-61,117r85,0","w":231},"B":{"d":"109,-248v86,-8,85,103,21,117v76,33,33,140,-52,131r-60,0r39,-248r52,0xm91,-140v64,8,89,-88,17,-88r-30,0r-14,88r27,0xm146,-75v0,-37,-39,-49,-85,-45r-16,99v54,4,101,-7,101,-54","w":189},"C":{"d":"210,-231r-7,25v-68,-65,-156,8,-156,103v0,87,77,105,133,64r0,24v-68,43,-158,12,-158,-86v0,-107,103,-194,188,-130","w":208},"D":{"d":"221,-146v0,85,-57,146,-141,146r-62,0r39,-248v95,-8,164,15,164,102xm45,-21v95,9,149,-38,150,-124v1,-65,-45,-88,-117,-82","w":231},"E":{"d":"179,-248r-4,21r-97,0r-14,86r76,0r0,22r-79,0r-16,98r101,0r-3,21r-125,0r39,-248r122,0","w":169},"F":{"d":"174,-248r-4,21r-92,0r-14,90r72,0r0,22r-76,0r-18,115r-24,0r39,-248r117,0","w":160},"G":{"d":"211,-130r-18,112v-69,47,-171,16,-171,-83v0,-107,106,-194,193,-130r-6,25v-70,-62,-162,3,-162,104v0,78,71,104,124,71r13,-78r-59,0r0,-21r86,0","w":229},"H":{"d":"231,-248r-39,248r-24,0r19,-119r-126,0r-19,119r-24,0r39,-248r24,0r-17,107r126,0r17,-107r24,0","w":237},"I":{"d":"84,-248r-40,248r-24,0r40,-248r24,0","w":92},"J":{"d":"122,-248r-29,185v-7,55,-44,73,-94,62r0,-22v35,10,63,3,70,-41r29,-184r24,0","w":126},"K":{"d":"217,-248r-129,116r97,129r-25,6r-98,-131r-20,128r-24,0r39,-248r24,0r-18,113r123,-113r31,0","w":204},"L":{"d":"134,0r-116,0r39,-248r24,0r-36,227r89,0r0,21","w":157},"M":{"d":"291,-248r-20,248r-24,0r18,-212r-116,213r-17,0r-47,-213r-50,212r-22,0r59,-248r29,0r46,214r113,-214r31,0","w":309},"N":{"d":"231,-248r-39,248r-15,0r-104,-211r-33,211r-22,0r39,-248r23,0r98,199r31,-199r22,0","w":236},"O":{"d":"238,-145v0,83,-54,150,-122,150v-60,0,-94,-46,-94,-108v0,-83,54,-150,121,-150v61,0,95,46,95,108xm212,-145v0,-52,-27,-87,-70,-87v-53,0,-94,56,-94,128v0,53,27,87,69,87v54,0,95,-55,95,-128","w":248},"P":{"d":"181,-184v0,56,-51,85,-122,79r-17,105r-24,0r39,-248v65,-4,124,4,124,64xm91,-126v78,6,94,-104,12,-101r-25,0r-16,101r29,0","w":181},"Q":{"d":"206,29r-7,23v-69,-38,-177,-51,-177,-155v0,-83,54,-150,121,-150v61,0,95,46,95,107v0,74,-41,132,-97,146xm212,-145v0,-52,-27,-87,-70,-87v-53,0,-94,56,-94,128v0,53,27,88,69,88v54,0,95,-56,95,-129","w":248},"R":{"d":"182,-188v0,40,-26,68,-68,75r61,110r-25,6r-63,-113r-28,0r-17,110r-24,0r39,-248v63,-4,125,3,125,60xm157,-185v0,-38,-36,-45,-79,-42r-15,96v53,5,94,-12,94,-54","w":194},"S":{"d":"170,-236r-6,24v-29,-29,-101,-24,-101,25v0,18,11,30,41,48v40,23,53,41,53,70v0,74,-101,89,-148,52r6,-23v33,31,117,33,117,-26v0,-21,-9,-32,-39,-50v-39,-23,-54,-39,-54,-68v0,-63,86,-85,131,-52","w":176},"T":{"d":"209,-227r-77,0r-35,227r-25,0r36,-227r-75,0r4,-21r172,0r0,21","w":194},"U":{"d":"235,-248r-26,162v-9,58,-46,90,-98,90v-59,0,-90,-42,-80,-107r23,-145r24,0r-25,171v0,37,21,59,60,59v41,0,65,-26,72,-72r26,-158r24,0","w":236},"V":{"d":"242,-248r-133,249r-19,0r-53,-247r25,-5r43,218r111,-215r26,0","w":228},"W":{"d":"365,-248r-113,248r-19,0r-36,-212r-103,212r-19,0r-34,-246r26,-5r25,210r99,-207r24,0r33,207r91,-207r26,0","w":353},"X":{"d":"221,-248r-94,118r62,127r-25,5r-53,-113r-85,111r-28,0r104,-130r-56,-115r24,-5r47,101r76,-99r28,0","w":214},"Y":{"d":"228,-248r-107,145r-16,103r-24,0r16,-103r-61,-143r25,-5r51,126r89,-123r27,0","w":212},"Z":{"d":"211,-248r-3,17r-168,210r135,0r0,21r-169,0r3,-17r169,-211r-126,0r0,-20r159,0","w":205},"[":{"d":"147,-248r-3,18r-65,0r-39,249r63,0r0,19r-88,0r45,-286r87,0","w":139},"\\":{"d":"198,40r-21,5r-171,-291r22,-5","w":184},"]":{"d":"131,-248r-45,286r-88,0r3,-19r65,0r39,-249r-63,0r0,-18r89,0","w":139},"^":{"d":"147,-199r-12,2r-30,-31v-18,10,-24,32,-54,30r46,-52r22,0","w":164},"_":{"d":"150,19r-3,19r-167,0r3,-19r167,0","w":165},"`":{"d":"130,-198r-16,0r-42,-48r31,-7","w":164},"a":{"d":"120,-35v-22,23,-42,39,-62,39v-27,0,-44,-21,-44,-58v1,-89,69,-144,146,-108v-8,53,-21,100,-20,162r-20,0r0,-35xm120,-59r15,-89v-55,-21,-98,25,-98,92v0,67,47,39,83,-3","w":174},"b":{"d":"15,-10r39,-244r23,-4r-18,115v33,-46,103,-43,103,32v0,89,-72,137,-147,101xm40,-24v54,23,98,-14,98,-85v0,-67,-51,-50,-83,-8"},"c":{"d":"145,-159r-6,22v-46,-42,-101,2,-101,68v0,55,52,65,87,36r0,22v-45,33,-110,9,-110,-57v0,-76,70,-134,130,-91","w":149},"d":{"d":"176,-258v-11,86,-33,162,-34,258r-21,0r0,-31v-34,50,-107,49,-107,-28v1,-80,56,-132,125,-108r13,-87xm136,-147v-56,-21,-99,15,-99,85v0,67,51,51,84,9"},"e":{"d":"42,-102r81,0v3,-33,-7,-54,-31,-54v-20,0,-42,21,-50,54xm39,-85v-6,38,10,71,42,69v18,0,33,-7,54,-22r0,22v-46,38,-121,22,-121,-51v0,-65,40,-107,79,-107v44,0,60,42,52,89r-106,0","w":160},"f":{"d":"120,-236v-22,-4,-39,1,-43,24r-7,42r34,0r0,19r-37,0r-33,213r-24,4r34,-217r-25,0r3,-19r26,0v5,-48,12,-100,72,-86r0,20","w":100},"g":{"d":"161,-161r-25,155v-6,72,-75,84,-132,58r6,-21v41,23,99,20,103,-35r4,-27v-30,45,-103,43,-103,-29v0,-88,72,-137,147,-101xm136,-147v-56,-21,-98,16,-98,85v0,64,53,46,83,5"},"h":{"d":"119,-174v30,0,44,20,39,51r-20,123r-23,0r20,-130v0,-15,-6,-23,-21,-23v-15,0,-36,17,-61,46r-16,107r-23,0r40,-254r23,-4r-19,123v20,-23,41,-39,61,-39"},"i":{"d":"80,-228v0,9,-8,17,-17,17v-9,0,-17,-8,-17,-17v0,-10,8,-18,17,-18v9,0,17,8,17,18xm66,-170r-28,170r-23,0r27,-170r24,0","w":80},"j":{"d":"80,-228v0,9,-8,17,-17,17v-9,0,-17,-8,-17,-17v0,-10,8,-18,17,-18v9,0,17,8,17,18xm66,-170r-32,196v-4,35,-28,43,-58,37r0,-20v19,5,32,1,36,-20r30,-193r24,0","w":80},"k":{"d":"160,-170r-84,77r64,91r-25,5r-64,-93r-14,90r-23,0r40,-254r23,-4r-25,161r78,-73r30,0","w":157},"l":{"d":"79,-258r-41,258r-23,0r40,-254","w":80},"m":{"d":"153,-107r-17,107r-23,0r20,-130v0,-15,-5,-23,-20,-23v-14,0,-35,17,-60,46r-16,107r-23,0v7,-56,21,-106,20,-170r20,0r1,38v22,-25,44,-42,64,-42v26,0,39,14,38,39v21,-24,41,-39,61,-39v30,-1,42,21,37,51r-19,123r-23,0r20,-130v0,-15,-6,-23,-21,-23v-14,0,-34,17,-59,46","w":273},"n":{"d":"119,-174v30,0,44,20,39,51r-20,123r-23,0r20,-130v0,-15,-6,-23,-21,-23v-15,0,-36,17,-61,46r-16,107r-23,0v7,-56,21,-106,20,-170r20,0r1,38v22,-25,43,-42,64,-42"},"o":{"d":"157,-102v0,56,-34,106,-81,106v-38,0,-61,-27,-61,-73v0,-55,34,-105,81,-105v38,0,61,27,61,72xm134,-101v0,-38,-18,-54,-39,-54v-34,0,-57,43,-57,85v0,39,18,55,39,55v34,0,57,-44,57,-86","w":171},"p":{"d":"3,66v10,-79,30,-148,31,-236r20,0r1,31v34,-49,107,-50,107,28v0,78,-55,129,-125,108r-10,65xm40,-24v54,23,98,-14,98,-85v0,-67,-51,-50,-83,-8"},"q":{"d":"161,-161r-36,223r-23,4r15,-93v-33,46,-104,42,-103,-32v1,-91,71,-137,147,-102xm136,-147v-56,-21,-99,15,-99,85v0,67,51,51,84,9"},"r":{"d":"118,-150v-28,3,-47,21,-65,48r-16,102r-23,0v7,-56,21,-106,20,-170r20,0r1,42v17,-25,38,-45,63,-45r0,23","w":114},"s":{"d":"97,-45v2,-32,-85,-44,-73,-80v-2,-50,67,-60,102,-36r-6,22v-20,-19,-73,-23,-74,10v0,13,7,19,28,29v33,16,45,28,45,52v0,60,-82,62,-116,33r6,-21v21,21,85,33,88,-9","w":137},"t":{"d":"110,-151r-43,0r-17,116v-2,19,22,20,37,16r0,19v-34,11,-66,-3,-59,-48r16,-103r-25,0r3,-19r26,0r9,-59r23,-4r-9,63r39,0r0,19","w":113},"u":{"d":"162,-170v-8,56,-20,107,-21,170r-20,0r-1,-38v-21,24,-43,42,-63,42v-32,0,-44,-21,-39,-52r19,-122r23,0r-20,130v0,14,7,23,22,23v15,0,35,-17,60,-46r17,-107r23,0"},"v":{"d":"161,-170r-86,171r-20,0r-32,-169r23,-4r24,142r67,-140r24,0","w":157},"w":{"d":"251,-170r-82,171r-18,0r-19,-137r-61,137r-18,0r-29,-170r23,-4r20,140r61,-138r20,0r18,138r62,-137r23,0","w":248},"x":{"d":"157,-170r-66,83r43,85r-23,5r-34,-73r-53,70r-26,0r70,-88r-40,-80r23,-5r31,67r49,-64r26,0","w":158},"y":{"d":"165,-170r-98,194v-19,34,-33,44,-65,40r0,-21v31,12,44,-22,56,-44r-35,-167r23,-4r27,143r67,-141r25,0","w":160},"z":{"d":"149,-170r-3,17r-115,134r94,0r0,19r-125,0r3,-18r115,-133r-86,0r0,-19r117,0","w":153},"{":{"d":"170,-248r-3,18v-36,-3,-68,2,-65,36v4,50,-10,85,-47,90v53,5,19,69,16,103v-2,24,30,21,55,21r0,18v-38,1,-80,1,-77,-36v3,-37,43,-106,-30,-98r0,-18v51,8,63,-28,60,-81v-1,-46,39,-57,91,-53","w":164},"|":{"d":"59,64r-22,4r0,-325r22,-3r0,324","w":95},"}":{"d":"151,-96v-51,-8,-62,28,-59,80v2,46,-38,58,-91,54r3,-18v36,2,68,-1,65,-37v-4,-49,10,-85,47,-90v-54,-6,-19,-69,-16,-103v2,-22,-31,-21,-55,-20r0,-18v38,-1,79,-2,77,36v-2,36,-44,105,29,98r0,18","w":164},"~":{"d":"53,-121v25,-2,51,42,63,-1r15,4v-8,24,-19,37,-34,37v-14,0,-37,-21,-47,-19v-5,0,-10,6,-15,19r-16,-3v8,-24,20,-37,34,-37","w":145},"\u00a0":{"w":77}}});
;/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1990 Adobe Systems Incorporated.  All Rights Reserved.Helvetica
 * is a trademark of Linotype AG and/or its subsidiaries.
 * 
 * Trademark:
 * Please refer to the Copyright section for the font trademark attribution
 * notices.
 * 
 * Full name:
 * HelveticaNeue-MediumCond
 * 
 * Description:
 *  The digitally encoded machine readable software for producing the  Typefaces
 * licensed to you is copyrighted (c) 1990 Adobe Systems.  All Rights Reserved.
 * This software is the property of Adobe Systems  Incorporated and its licensors,
 * and may not be reproduced, used,   displayed, modified, disclosed or transferred
 * without the express   written approval of Adobe.    The digitally encoded
 * machine readable outline data for producing  the Typefaces licensed to you is
 * copyrighted (c) 1981 Linotype AG  and/or its subsidiaries. All Rights Reserved. 
 * This data is the property of Linotype AG and/or its subsidiaries  and may not be
 * reproduced, used, displayed, modified, disclosed or   transferred without the
 * express written approval of Linotype AG   and/or its subsidiaries.  12
 * Helvetica* 67 Medium Condensed 34472
 * 
 * Manufacturer:
 * Adobe Systems Incorporated
 */
Cufon.registerFont({"w":79,"face":{"font-family":"helvetica","font-weight":550,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 0 6 6 5 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-59 -343 371 78.0903","underline-thickness":"18","underline-position":"-18","stemh":"31","stemv":"39","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":86,"k":{"\u201c":13,"\u2018":13,"Y":13,"W":13,"V":13,"T":13,"A":13}},"!":{"d":"36,-69r-6,-107r0,-81r41,0v1,66,-3,127,-7,188r-28,0xm30,0r0,-41r41,0r0,41r-41,0","w":100},"\"":{"d":"95,-154r0,-103r31,0r0,103r-31,0xm27,-154r0,-103r31,0r0,103r-31,0","w":153},"#":{"d":"64,-99r38,0r7,-52r-38,0xm-1,-72r0,-27r35,0r7,-52r-32,0r0,-27r36,0r10,-72r30,0r-10,72r38,0r10,-72r30,0r-10,72r31,0r0,27r-35,0r-7,52r31,0r0,27r-35,0r-10,72r-30,0r10,-72r-38,0r-10,72r-30,0r10,-72r-31,0","w":172},"$":{"d":"94,-103r0,77v45,-6,41,-72,0,-77xm78,-150r0,-74v-15,1,-28,13,-28,36v0,17,9,29,28,38xm78,36r0,-31v-64,-5,-73,-42,-72,-82r41,0v-1,30,6,47,31,51r0,-83v-39,-13,-69,-33,-69,-75v0,-41,30,-71,69,-71r0,-25r16,0r0,25v57,2,69,39,68,71r-41,0v1,-22,-4,-38,-27,-40r0,80v38,12,73,31,73,74v0,50,-28,72,-73,75r0,31r-16,0","w":172},"%":{"d":"62,-233v-15,0,-18,14,-18,47v0,33,3,47,18,47v15,0,19,-14,19,-47v0,-33,-4,-47,-19,-47xm179,-255r28,0r-115,260r-27,0xm211,-111v-15,0,-18,14,-18,47v0,33,3,47,18,47v15,0,18,-14,18,-47v0,-33,-3,-47,-18,-47xm62,-255v28,0,50,15,50,69v0,54,-22,69,-50,69v-28,0,-49,-15,-49,-69v0,-54,21,-69,49,-69xm211,-133v28,0,49,15,49,69v0,54,-21,69,-49,69v-28,0,-49,-15,-49,-69v0,-54,21,-69,49,-69","w":273},"&":{"d":"107,-141r45,63v7,-11,11,-27,10,-44r32,0v0,19,-3,45,-22,73r35,49r-44,0r-15,-22v-17,15,-36,27,-65,27v-96,0,-91,-100,-39,-138r16,-12v-10,-16,-27,-37,-27,-57v0,-37,28,-55,62,-55v19,0,56,9,56,52v1,30,-23,49,-44,64xm68,-208v0,14,13,53,30,35v21,-12,29,-57,-6,-57v-10,0,-24,5,-24,22xm78,-121v-16,13,-32,29,-32,52v0,43,64,53,84,21","w":206},"\u2019":{"d":"23,-210r0,-47r41,0v-1,50,8,95,-41,103r0,-21v13,-3,19,-16,18,-35r-18,0","w":86,"k":{"s":13,"r":6,"d":13,"\u2019":22}},"(":{"d":"66,-257r27,0v-55,92,-55,229,0,323r-27,0v-28,-37,-53,-95,-53,-161v0,-66,25,-125,53,-162","w":93},")":{"d":"27,66r-27,0v56,-92,55,-229,0,-323r28,0v28,37,52,96,52,162v0,66,-25,124,-53,161","w":93},"*":{"d":"55,-257r24,0r0,45r40,-16r8,24r-41,12r28,37r-20,15r-27,-37r-27,37r-20,-15r28,-37r-42,-12r8,-24r41,16r0,-45","w":133},"+":{"d":"93,-107r0,-75r30,0r0,75r76,0r0,31r-76,0r0,76r-30,0r0,-76r-76,0r0,-31r76,0","w":216},",":{"d":"23,0r0,-48r41,0v-1,50,8,95,-41,103r0,-20v12,-3,19,-17,18,-35r-18,0","w":86,"k":{" ":13,"\u201d":27,"\u2019":27}},"-":{"d":"16,-86r0,-36r95,0r0,36r-95,0","w":126},"\u00ad":{"d":"16,-86r0,-36r95,0r0,36r-95,0","w":126},".":{"d":"23,0r0,-48r41,0r0,48r-41,0","w":86,"k":{"\u201d":27,"\u2019":27}},"\/":{"d":"-4,5r82,-267r32,0r-82,267r-32,0","w":106},"0":{"d":"51,-125v0,74,7,101,35,101v28,0,36,-27,36,-101v0,-74,-8,-101,-36,-101v-28,0,-35,27,-35,101xm10,-125v0,-99,27,-130,76,-130v49,0,77,31,77,130v0,99,-28,130,-77,130v-49,0,-76,-31,-76,-130","w":172},"1":{"d":"116,0r-41,0r0,-185r-53,0r0,-27v28,0,60,-5,64,-43r30,0r0,255","w":172},"2":{"d":"161,-35r0,35r-149,0v0,-111,107,-109,107,-188v0,-21,-9,-38,-32,-38v-31,0,-36,27,-36,53r-38,0v0,-51,21,-82,75,-82v52,0,72,31,72,68v0,85,-83,90,-102,152r103,0","w":172},"3":{"d":"11,-71r39,0v0,22,7,47,35,47v26,0,36,-20,36,-45v1,-37,-18,-52,-58,-48r0,-29v35,4,53,-12,52,-43v0,-18,-9,-37,-30,-37v-25,0,-32,22,-32,45r-39,0v0,-48,24,-74,73,-74v31,0,69,14,69,65v1,27,-18,51,-41,57v26,2,47,23,47,59v0,50,-25,79,-78,79v-46,0,-73,-23,-73,-76","w":172},"4":{"d":"8,-57r0,-36r88,-162r42,0r0,165r27,0r0,33r-27,0r0,57r-39,0r0,-57r-91,0xm99,-90r-1,-105r-57,105r58,0","w":172},"5":{"d":"83,5v-47,0,-73,-25,-71,-74r38,0v-2,24,8,42,34,43v28,0,36,-28,36,-58v0,-30,-8,-54,-34,-54v-17,0,-29,9,-33,23r-37,-1r13,-134r123,0r0,33r-93,0v-2,22,-8,47,-7,68v11,-12,26,-20,43,-20v53,0,66,45,66,84v0,51,-23,90,-78,90","w":172},"6":{"d":"159,-193r-41,0v0,-15,-6,-33,-27,-33v-38,-1,-43,54,-40,88v33,-50,113,-29,113,49v0,59,-24,94,-78,94v-64,0,-77,-49,-77,-122v0,-76,14,-138,81,-138v45,0,69,20,69,62xm54,-77v0,30,11,53,35,53v25,0,34,-24,34,-54v0,-35,-11,-56,-34,-56v-30,0,-35,26,-35,57","w":172},"7":{"d":"11,-213r0,-37r151,0r0,33v-40,52,-74,140,-80,217r-43,0v6,-76,42,-161,83,-213r-111,0","w":172},"8":{"d":"54,-188v0,21,6,39,32,39v26,0,32,-18,32,-39v0,-20,-6,-38,-32,-38v-26,0,-32,18,-32,38xm50,-72v0,27,7,48,36,48v29,0,36,-21,36,-48v0,-27,-7,-48,-36,-48v-29,0,-36,21,-36,48xm86,5v-52,0,-77,-26,-77,-76v-1,-39,21,-57,44,-65v-22,-8,-35,-24,-35,-55v0,-40,26,-64,68,-64v73,0,93,101,34,119v66,18,56,141,-34,141","w":172},"9":{"d":"14,-57r41,0v0,15,6,33,27,33v38,1,43,-54,40,-88v-33,50,-113,29,-113,-49v0,-59,24,-94,78,-94v64,0,77,49,77,122v0,76,-15,138,-82,138v-45,0,-68,-20,-68,-62xm119,-173v0,-30,-11,-53,-35,-53v-25,0,-34,25,-34,55v0,35,11,55,34,55v30,0,35,-26,35,-57","w":172},":":{"d":"23,-137r0,-47r41,0r0,47r-41,0xm23,0r0,-48r41,0r0,48r-41,0","w":86,"k":{" ":13}},";":{"d":"23,0r0,-48r41,0v-1,50,8,95,-41,103r0,-20v12,-3,19,-17,18,-35r-18,0xm23,-137r0,-47r41,0r0,47r-41,0","w":86},"\u037e":{"d":"23,0r0,-48r41,0v-1,50,8,95,-41,103r0,-20v12,-3,19,-17,18,-35r-18,0xm23,-137r0,-47r41,0r0,47r-41,0","w":86},"<":{"d":"17,-78r0,-26r182,-82r0,31r-145,64r145,64r0,31","w":216},"=":{"d":"17,-113r0,-31r182,0r0,31r-182,0xm17,-38r0,-31r182,0r0,31r-182,0","w":216},">":{"d":"199,-104r0,26r-182,82r0,-31r145,-64r-145,-64r0,-31","w":216},"?":{"d":"61,-69v-11,-70,50,-67,52,-124v0,-20,-7,-38,-29,-38v-24,0,-33,21,-33,51r-38,0v0,-45,19,-82,71,-82v45,0,70,25,70,69v-1,69,-64,67,-56,124r-37,0xm58,0r0,-41r41,0r0,41r-41,0","w":166},"@":{"d":"130,-76v38,2,72,-101,17,-101v-30,0,-51,36,-51,65v0,22,11,36,34,36xm194,-198r26,0r-31,115v0,5,3,8,12,8v20,0,44,-33,44,-73v0,-51,-45,-85,-95,-85v-63,0,-107,50,-107,106v0,104,133,130,193,72r30,0v-19,35,-60,60,-119,60v-76,0,-137,-50,-137,-134v0,-75,56,-133,140,-133v73,0,128,45,128,110v0,72,-57,103,-92,103v-19,1,-23,-12,-26,-22v-27,37,-94,25,-94,-37v0,-69,83,-135,121,-68","w":288},"A":{"d":"64,-96r61,0r-31,-126xm-3,0r73,-257r52,0r68,257r-43,0r-16,-63r-75,0r-16,63r-43,0","w":186,"k":{"\u201d":20,"y":6,"w":6,"v":6,"Y":20,"W":11,"V":11,"T":20,"\u2019":20}},"B":{"d":"62,-149v39,3,71,-2,70,-40v-1,-43,-33,-37,-70,-37r0,77xm62,-31v44,1,79,3,79,-45v0,-44,-35,-47,-79,-44r0,89xm21,0r0,-257v72,1,153,-15,153,62v0,31,-12,51,-38,59v28,5,46,22,46,66v0,43,-31,70,-79,70r-82,0","w":193,"k":{".":11,",":11}},"C":{"d":"138,-92r41,0v1,50,-17,97,-79,97v-65,0,-85,-42,-85,-134v0,-92,20,-133,85,-133v75,0,78,53,78,85r-41,0v0,-27,-6,-54,-37,-54v-30,0,-44,18,-44,101v0,83,14,104,44,104v35,-1,38,-39,38,-66","w":186,"k":{".":6,",":6}},"D":{"d":"62,-226r0,195v67,3,82,-3,82,-98v0,-91,-15,-101,-82,-97xm21,0r0,-257r73,0v81,0,91,52,91,128v0,76,-10,129,-91,129r-73,0","w":200,"k":{"Y":6,".":14,",":14}},"E":{"d":"21,0r0,-257r139,0r0,35r-98,0r0,71r92,0r0,34r-92,0r0,82r101,0r0,35r-142,0","w":173},"F":{"d":"21,0r0,-257r137,0r0,35r-96,0r0,71r91,0r0,34r-91,0r0,117r-41,0","w":166,"k":{"A":13,".":46,",":46}},"G":{"d":"148,0r0,-30v-11,24,-27,35,-57,35v-56,0,-76,-42,-76,-134v0,-92,26,-133,85,-133v66,0,77,49,76,79r-39,0v1,-24,-6,-48,-36,-48v-29,0,-45,19,-45,101v0,83,14,104,42,104v31,0,42,-22,42,-78r-43,0r0,-31r82,0r0,135r-31,0","w":193,"k":{".":6,",":6}},"H":{"d":"21,0r0,-257r41,0r0,103r76,0r0,-103r41,0r0,257r-41,0r0,-120r-76,0r0,120r-41,0","w":200},"I":{"d":"19,0r0,-257r41,0r0,257r-41,0"},"J":{"d":"6,-77r39,0v0,26,0,51,27,51v27,0,27,-25,27,-51r0,-180r41,0r0,186v0,57,-28,76,-69,76v-60,0,-66,-36,-65,-82","w":159,"k":{".":14,",":14}},"K":{"d":"21,0r0,-257r41,0r1,112r78,-112r45,0r-74,108r82,149r-47,0r-62,-116r-23,33r0,83r-41,0","w":186},"L":{"d":"17,0r0,-257r41,0r0,222r99,0r0,35r-140,0","w":159,"k":{"\u201d":40,"y":13,"Y":33,"W":27,"V":27,"T":33,"\u2019":40}},"M":{"d":"21,0r0,-257r64,0r46,190r45,-190r63,0r0,257r-39,0r-1,-214r-52,214r-34,0r-53,-214r0,214r-39,0","w":259},"N":{"d":"21,0r0,-257r50,0r76,191r0,-191r38,0r0,257r-50,0r-75,-197r0,197r-39,0","w":206,"k":{".":6,",":6}},"O":{"d":"100,5v-59,0,-85,-42,-85,-134v0,-92,26,-133,85,-133v59,0,85,41,85,133v0,92,-26,134,-85,134xm100,-26v24,0,44,-15,44,-104v0,-86,-20,-101,-44,-101v-24,0,-44,15,-44,101v0,89,20,104,44,104","w":200,"k":{"Y":14,"X":6,"V":6,"T":11,"A":6,".":14,",":14}},"P":{"d":"62,-226r0,89v40,2,67,1,70,-44v2,-39,-28,-49,-70,-45xm21,0r0,-257r82,0v49,0,71,31,71,75v1,60,-45,83,-112,76r0,106r-41,0","w":180,"k":{"A":13,".":54,",":54}},"Q":{"d":"167,23r-27,-27v-77,29,-125,-14,-125,-125v0,-92,26,-133,85,-133v59,0,85,41,85,133v0,48,-8,83,-20,102r26,28xm95,-48r24,-23r17,17v6,-15,8,-40,8,-76v0,-86,-20,-101,-44,-101v-24,0,-44,15,-44,101v0,98,16,108,59,102","w":200,"k":{".":6,",":6}},"R":{"d":"142,0v-20,-30,12,-119,-46,-112r-34,0r0,112r-41,0r0,-257v75,3,156,-19,156,66v0,34,-17,58,-43,64v26,3,40,16,41,52v1,27,-4,67,13,75r-46,0xm62,-143v40,3,74,-1,74,-41v0,-42,-33,-45,-74,-42r0,83","w":193,"k":{"Y":6,"T":6}},"S":{"d":"12,-80r41,0v-2,34,12,55,42,54v26,0,39,-18,39,-37v2,-40,-36,-45,-65,-56v-37,-14,-54,-33,-54,-70v0,-47,32,-73,80,-73v68,0,73,40,73,73r-41,0v1,-26,-8,-42,-36,-42v-18,0,-34,10,-34,37v0,32,38,45,66,54v36,13,52,33,52,68v0,55,-33,77,-85,77v-67,0,-79,-42,-78,-85","w":186,"k":{".":11,",":11}},"T":{"d":"63,0r0,-222r-61,0r0,-35r163,0r0,35r-61,0r0,222r-41,0","w":166,"k":{"y":27,"w":27,"u":27,"r":27,"o":27,"i":6,"e":27,"a":27,"O":11,"A":20,";":27,":":27,".":33,"-":27,",":33}},"U":{"d":"18,-257r41,0r0,184v0,32,13,47,38,47v24,0,37,-15,37,-47r0,-184r41,0r0,181v0,59,-29,81,-78,81v-49,0,-79,-22,-79,-81r0,-181","w":193,"k":{".":11,",":11}},"V":{"d":"58,0r-60,-257r43,0r45,205r46,-205r43,0r-64,257r-53,0","w":173,"k":{"u":6,"o":6,"e":6,"a":6,"A":13,";":6,":":6,".":33,"-":6,",":33}},"W":{"d":"52,0r-50,-257r42,0r34,200r34,-200r43,0r35,201r34,-201r41,0r-52,257r-47,0r-34,-194r-33,194r-47,0","w":266,"k":{"y":6,"o":6,"e":6,"a":6,"A":11,".":27,"-":6,",":27}},"X":{"d":"0,0r68,-131r-62,-126r45,0r41,85r40,-85r45,0r-63,126r66,131r-45,0r-45,-93r-46,93r-44,0","w":180},"Y":{"d":"65,0r0,-100r-66,-157r45,0r43,111r45,-111r43,0r-69,157r0,100r-41,0","w":173,"k":{"u":18,"o":20,"i":6,"e":20,"a":20,"S":6,"O":14,"A":20,";":13,":":13,".":40,"-":27,",":40}},"Z":{"d":"6,0r0,-32r108,-190r-101,0r0,-35r146,0r0,35r-108,187r109,0r0,35r-154,0","w":166},"[":{"d":"28,66r0,-323r73,0r0,29r-37,0r0,265r37,0r0,29r-73,0","w":100},"\\":{"d":"78,5r-82,-267r32,0r82,267r-32,0","w":106},"]":{"d":"-1,66r0,-29r37,0r0,-265r-37,0r0,-29r73,0r0,323r-73,0","w":100},"^":{"d":"165,-101r-57,-118r-57,118r-30,0r73,-149r27,0r74,149r-30,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"\u2018":{"d":"23,-154v1,-50,-8,-95,41,-103r0,21v-12,3,-19,16,-18,34r18,0r0,48r-41,0","w":86,"k":{"\u2018":22,"A":20}},"a":{"d":"146,-151r0,111v-1,9,8,16,16,12r0,25v-19,10,-50,4,-52,-20v-20,44,-99,37,-99,-26v0,-57,36,-57,75,-69v14,-4,23,-8,23,-25v0,-18,-6,-29,-27,-29v-26,0,-29,18,-29,37r-37,0v0,-41,17,-64,68,-64v34,0,62,14,62,48xm109,-102v-20,15,-59,12,-59,49v0,16,8,29,24,29v34,2,37,-40,35,-78","w":166,"k":{"v":2}},"b":{"d":"19,0r0,-257r39,0r0,86v7,-17,23,-28,44,-28v30,0,60,14,60,100v0,67,-18,104,-63,104v-29,1,-37,-18,-44,-29r0,24r-36,0xm55,-95v0,41,6,69,33,69v27,0,33,-28,33,-72v0,-52,-8,-70,-30,-70v-30,0,-36,27,-36,73","w":173,"k":{"y":4,".":13,",":13}},"c":{"d":"113,-71r36,0v-3,46,-18,76,-66,76v-56,0,-72,-42,-72,-102v0,-60,16,-102,72,-102v58,0,67,46,67,70r-39,0v0,-18,-5,-41,-28,-41v-28,0,-33,30,-33,73v0,43,5,73,33,73v22,0,30,-18,30,-47","w":159,"k":{"y":6,"k":2,"h":2,".":13,",":13}},"d":{"d":"118,0v-1,-7,2,-18,-1,-24v-5,13,-14,29,-42,29v-45,0,-64,-37,-64,-104v0,-86,30,-100,60,-100v22,-1,36,13,45,28r0,-86r38,0r0,257r-36,0xm118,-95v0,-46,-6,-73,-36,-73v-22,0,-30,18,-30,70v0,44,6,72,33,72v27,0,33,-28,33,-69","w":173,"k":{"y":2}},"e":{"d":"153,-92r-101,0v0,32,0,70,33,70v28,0,31,-31,31,-43r36,0v0,43,-26,70,-68,70v-32,0,-71,-9,-71,-99v0,-51,11,-105,72,-105v61,0,70,45,68,107xm52,-118r62,0v1,-28,-3,-54,-29,-54v-26,0,-34,27,-33,54","w":166,"k":{"x":2,".":13,",":13}},"f":{"d":"31,0r0,-165r-27,0r0,-29r27,0v-6,-53,19,-73,70,-65r0,30v-26,-3,-36,8,-32,35r32,0r0,29r-32,0r0,165r-38,0","w":100,"k":{"\u201d":-6,".":13,",":13,"\u2019":-6}},"g":{"d":"21,17r37,0v0,12,11,23,28,23v31,1,34,-34,32,-68v-7,17,-25,27,-44,27v-45,0,-58,-45,-58,-98v0,-42,6,-100,61,-100v24,-1,38,17,44,29r0,-24r36,0r0,185v0,47,-20,75,-72,75v-58,0,-64,-33,-64,-49xm55,-103v0,33,1,71,30,71v30,0,33,-38,33,-69v0,-32,-4,-67,-31,-67v-28,0,-32,29,-32,65","w":173,"k":{"r":-2,".":6,",":6}},"h":{"d":"19,0r0,-257r39,0r1,85v23,-40,95,-40,95,26r0,146r-38,0r0,-133v0,-25,-8,-35,-27,-35v-16,0,-31,13,-31,38r0,130r-39,0","w":173,"k":{"y":2}},"i":{"d":"21,0r0,-194r38,0r0,194r-38,0xm21,-221r0,-39r38,0r0,39r-38,0"},"j":{"d":"21,-194r38,0r0,207v1,47,-26,57,-68,52r0,-30v21,1,30,-1,30,-26r0,-203xm21,-260r38,0r0,39r-38,0r0,-39"},"k":{"d":"19,0r0,-257r39,0r0,144r59,-81r45,0r-58,75r66,119r-43,0r-47,-88r-22,26r0,62r-39,0","w":166,"k":{"y":2,"o":2,"e":2}},"l":{"d":"21,0r0,-257r38,0r0,257r-38,0"},"m":{"d":"21,0r0,-194r36,0v1,7,-2,18,1,23v16,-37,85,-35,92,2v20,-43,96,-44,96,22r0,147r-39,0r0,-133v0,-25,-7,-35,-23,-35v-16,0,-31,13,-31,38r0,130r-39,0r0,-133v0,-25,-8,-35,-24,-35v-15,0,-31,13,-31,38r0,130r-38,0","w":266},"n":{"d":"19,0r0,-194r36,0v1,7,-3,20,2,23v20,-40,97,-43,97,25r0,146r-38,0r0,-133v0,-25,-8,-35,-27,-35v-16,0,-31,13,-31,38r0,130r-39,0","w":173},"o":{"d":"11,-97v0,-60,16,-102,72,-102v57,0,73,42,73,102v0,60,-19,102,-73,102v-54,0,-72,-42,-72,-102xm50,-97v0,49,5,73,33,73v28,0,34,-24,34,-73v0,-43,-6,-73,-34,-73v-28,0,-33,30,-33,73","w":166,"k":{"y":2,"w":2,"v":2,".":6,",":6}},"p":{"d":"19,63r0,-257r36,0v1,7,-2,18,1,24v8,-17,23,-29,44,-29v44,0,62,38,62,105v0,81,-33,99,-60,99v-21,0,-37,-11,-44,-28r0,86r-39,0xm55,-99v0,46,7,73,34,73v22,0,32,-16,32,-70v0,-44,-6,-72,-33,-72v-27,0,-33,28,-33,69","w":173,"k":{"y":2,".":6,",":6}},"q":{"d":"116,63r-1,-86v-7,17,-23,28,-44,28v-30,0,-60,-21,-60,-99v0,-67,19,-105,64,-105v29,-1,36,18,43,29r0,-24r36,0r0,257r-38,0xm118,-99v0,-41,-6,-69,-33,-69v-27,0,-33,28,-33,72v0,52,10,70,30,70v30,0,36,-27,36,-73","w":173},"r":{"d":"19,0r0,-194r39,0r0,31v10,-25,28,-41,55,-34r0,39v-29,-5,-55,-2,-55,42r0,116r-39,0","w":113,"k":{"y":-6,"v":-6,"q":4,"n":-4,"m":-4,"g":2,"e":2,"d":2,"c":2,"a":2,".":33,"-":20,",":33,"\u2019":-4}},"s":{"d":"139,-137r-37,0v1,-19,-3,-34,-25,-35v-15,0,-28,7,-28,25v0,24,32,30,52,37v29,10,42,25,42,56v0,41,-30,59,-69,59v-52,0,-65,-25,-64,-67r35,0v-1,25,6,40,30,40v39,0,41,-46,10,-56v-34,-11,-73,-22,-73,-67v0,-36,26,-54,66,-54v53,0,62,29,61,62","w":153},"t":{"d":"1,-165r0,-29r27,0r0,-55r39,0r0,55r32,0r0,29r-32,0r0,116v-2,21,16,22,32,19r0,29v-36,5,-71,12,-71,-44r0,-120r-27,0","w":100},"u":{"d":"118,0v-1,-7,2,-18,-1,-23v-25,40,-98,46,-98,-35r0,-136r39,0r0,139v0,22,9,29,26,29v17,0,32,-10,32,-32r0,-136r38,0r0,194r-36,0","w":173},"v":{"d":"54,0r-51,-194r41,0r35,153r30,-153r42,0r-51,194r-46,0","w":153,"k":{"a":4,".":27,",":27}},"w":{"d":"49,0r-44,-194r41,0r27,153r29,-153r44,0r30,153r26,-153r39,0r-44,194r-44,0r-31,-150r-27,150r-46,0","w":246,"k":{"o":2,"a":4,".":20,",":20}},"x":{"d":"1,0r53,-100r-50,-94r42,0r31,64r31,-64r42,0r-50,94r52,100r-42,0r-34,-72r-34,72r-41,0","w":153},"y":{"d":"3,-194r42,0r34,146r31,-146r40,0r-53,201v-16,60,-32,61,-83,58r0,-31v26,6,41,-7,44,-30","w":153,"k":{"e":2,".":27,",":27}},"z":{"d":"9,0r0,-30r85,-131r-80,0r0,-33r124,0r0,32r-82,129r82,0r0,33r-129,0","w":146},"{":{"d":"3,-84r0,-23v37,-3,28,-62,29,-103v1,-42,26,-50,66,-47r0,22v-46,-9,-30,53,-30,91v0,35,-25,44,-33,49v9,2,33,14,33,48v0,35,-20,97,30,91r0,22v-40,3,-65,-4,-66,-47v-1,-42,8,-99,-29,-103","w":100},"|":{"d":"24,5r0,-267r31,0r0,267r-31,0"},"}":{"d":"98,-107r0,23v-37,3,-30,61,-30,103v0,42,-26,51,-65,47r0,-22v45,8,29,-54,29,-91v0,-35,25,-44,33,-49v-9,-2,-33,-14,-33,-48v0,-35,20,-97,-29,-91r0,-22v39,-3,64,5,65,47v1,42,-8,100,30,103","w":100},"~":{"d":"146,-63v-25,0,-56,-24,-77,-26v-11,0,-21,9,-31,28r-13,-27v10,-21,28,-32,45,-32v41,2,85,57,108,-1r13,27v-11,19,-28,31,-45,31","w":216},"\u00a1":{"d":"64,-125r7,107r0,81r-41,0v-1,-66,2,-127,6,-188r28,0xm71,-194r0,41r-41,0r0,-41r41,0","w":100},"\u00a2":{"d":"81,-24r0,-146v-36,8,-35,138,0,146xm81,37r0,-32v-49,-4,-64,-45,-64,-102v0,-57,15,-98,64,-102r0,-27r15,0r0,27v51,3,60,47,60,70r-39,0v0,-16,-4,-37,-21,-41r0,146v17,-5,23,-22,23,-47r37,0v-3,44,-18,73,-60,76r0,32r-15,0","w":172},"\u00a3":{"d":"6,-113r0,-25r25,0v-33,-48,-21,-117,57,-117v59,0,77,34,76,74r-39,0v0,-20,-3,-45,-35,-45v-54,0,-34,62,-16,88r60,0r0,25r-50,0v12,38,-12,65,-39,83v6,3,18,-10,27,-7v29,8,61,17,83,-4v3,11,20,27,6,33v-43,36,-101,-21,-142,10r-15,-28v25,-12,57,-50,38,-87r-36,0","w":172},"\u2044":{"d":"-59,11r152,-272r26,0r-151,272r-27,0","w":60},"\u2215":{"d":"-59,11r152,-272r26,0r-151,272r-27,0","w":60},"\u00a5":{"d":"66,0r0,-58r-51,0r0,-25r51,0v0,-10,0,-20,-4,-25r-47,0r0,-24r36,0r-50,-118r44,0r41,102r43,-102r43,0r-53,118r36,0r0,24r-47,0v-4,5,-4,15,-4,25r51,0r0,25r-51,0r0,58r-38,0","w":172},"\u0192":{"d":"34,-156r38,0v11,-46,10,-103,69,-101v10,0,19,1,27,3r-5,27v-43,-14,-46,38,-54,71r40,0r-4,24r-41,0r-27,134v-7,48,-36,68,-86,59r6,-28v24,6,37,-1,43,-28r28,-137r-38,0","w":172},"\u00a7":{"d":"130,-94v-4,-35,-41,-38,-64,-55v-10,7,-24,16,-23,31v2,25,50,38,69,54v8,-8,20,-16,18,-30xm153,-206r-39,0v0,-18,-10,-27,-28,-27v-37,0,-35,38,-1,54v32,15,80,35,80,80v0,21,-12,39,-29,50v43,36,11,105,-48,105v-48,0,-70,-28,-70,-66r39,0v0,20,9,35,31,35v15,0,27,-10,27,-27v0,-57,-108,-45,-106,-111v0,-24,15,-42,33,-52v-47,-28,-15,-97,45,-97v53,0,66,32,66,56","w":173},"\u00a4":{"d":"2,-57r19,-18v-22,-26,-22,-74,0,-100r-19,-18r16,-17r19,19v27,-22,72,-22,99,0r18,-19r17,17r-19,18v22,27,22,73,0,100r19,18r-17,17r-18,-19v-27,23,-72,22,-99,0r-19,19xm86,-69v30,0,54,-24,54,-56v0,-32,-24,-56,-54,-56v-30,0,-54,24,-54,56v0,32,24,56,54,56","w":172},"'":{"d":"28,-154r0,-103r31,0r0,103r-31,0","w":86},"\u201c":{"d":"24,-154v1,-50,-8,-95,41,-103r0,21v-12,3,-19,16,-18,34r18,0r0,48r-41,0xm88,-154v1,-50,-8,-95,41,-103r0,21v-12,3,-19,16,-18,34r18,0r0,48r-41,0","w":153,"k":{"A":20}},"\u00ab":{"d":"77,-84r0,-41r52,-48r0,39r-32,30r32,29r0,40xm18,-84r0,-41r52,-48r0,39r-32,30r32,29r0,40","w":146},"\u2039":{"d":"17,-84r0,-41r52,-48r0,39r-32,30r32,29r0,40","w":86},"\u203a":{"d":"69,-125r0,41r-52,49r0,-40r32,-29r-32,-30r0,-39","w":86},"\u2013":{"d":"0,-87r0,-34r180,0r0,34r-180,0","w":180},"\u2020":{"d":"67,-184r0,-73r39,0r0,73r62,0r0,32r-62,0r0,203r-39,0r0,-203r-61,0r0,-32r61,0","w":173},"\u2021":{"d":"67,-187r0,-70r39,0r0,70r62,0r0,31r-62,0r0,105r62,0r0,30r-62,0r0,72r-39,0r0,-72r-62,0r0,-30r62,0r0,-105r-62,0r0,-31r62,0","w":173},"\u00b7":{"d":"17,-111v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26","w":86},"\u2219":{"d":"17,-111v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26","w":86},"\u00b6":{"d":"159,51r0,-284r-39,0r0,284r-33,0r0,-175v-37,0,-68,-27,-68,-65v0,-80,94,-68,173,-68r0,308r-33,0","w":216},"\u2022":{"d":"26,-129v0,-35,29,-64,64,-64v35,0,64,29,64,64v0,35,-29,65,-64,65v-35,0,-64,-30,-64,-65","w":180},"\u201a":{"d":"23,0r0,-48r41,0v-1,50,8,95,-41,103r0,-20v12,-3,19,-17,18,-35r-18,0","w":86},"\u201e":{"d":"88,0r0,-48r41,0v-1,50,8,95,-41,103r0,-20v12,-3,19,-17,18,-35r-18,0xm24,0r0,-48r41,0v-1,50,8,95,-41,103r0,-20v12,-3,19,-17,18,-35r-18,0","w":153},"\u201d":{"d":"88,-210r0,-47r41,0v-1,50,8,95,-41,103r0,-21v13,-3,19,-16,18,-35r-18,0xm24,-210r0,-47r41,0v-1,50,8,95,-41,103r0,-21v13,-3,19,-16,18,-35r-18,0","w":153,"k":{" ":13}},"\u00bb":{"d":"70,-125r0,41r-52,49r0,-40r32,-29r-32,-30r0,-39xm129,-125r0,41r-52,49r0,-40r31,-29r-31,-30r0,-39","w":146},"\u2026":{"d":"40,0r0,-48r41,0r0,48r-41,0xm159,0r0,-48r42,0r0,48r-42,0xm279,0r0,-48r41,0r0,48r-41,0","w":360},"\u2030":{"d":"322,-111v-15,0,-19,14,-19,47v0,33,4,47,19,47v15,0,18,-14,18,-47v0,-33,-3,-47,-18,-47xm175,-255r28,0r-115,260r-27,0xm58,-233v-15,0,-18,14,-18,47v0,33,3,47,18,47v15,0,19,-14,19,-47v0,-33,-4,-47,-19,-47xm322,-133v28,0,49,15,49,69v0,54,-21,69,-49,69v-28,0,-49,-15,-49,-69v0,-54,21,-69,49,-69xm58,-255v28,0,50,15,50,69v0,54,-22,69,-50,69v-28,0,-49,-15,-49,-69v0,-54,21,-69,49,-69xm207,-111v-15,0,-18,14,-18,47v0,33,3,47,18,47v15,0,18,-14,18,-47v0,-33,-3,-47,-18,-47xm207,-133v28,0,49,15,49,69v0,54,-21,69,-49,69v-28,0,-49,-15,-49,-69v0,-54,21,-69,49,-69","w":380},"\u00bf":{"d":"106,-125v11,70,-50,67,-52,124v0,20,7,38,29,38v24,0,32,-20,32,-50r39,0v0,45,-19,81,-71,81v-45,0,-70,-25,-70,-69v1,-70,65,-66,56,-124r37,0xm108,-194r0,41r-41,0r0,-41r41,0","w":166},"`":{"d":"33,-219r-38,-52r43,0r22,52r-27,0"},"\u00b4":{"d":"20,-219r22,-52r43,0r-38,52r-27,0"},"\u02c6":{"d":"-12,-219r33,-52r39,0r32,52r-33,0r-19,-32r-21,32r-31,0"},"\u02dc":{"d":"22,-265v15,0,48,28,50,-1r22,0v0,16,-10,43,-31,43v-22,-1,-51,-29,-55,2r-22,0v0,-15,9,-44,36,-44"},"\u00af":{"d":"-11,-257r102,0r0,22r-102,0r0,-22"},"\u02c9":{"d":"-11,-257r102,0r0,22r-102,0r0,-22"},"\u02d8":{"d":"-8,-267r22,0v0,9,9,24,26,24v17,0,26,-15,26,-24r22,0v0,27,-17,48,-48,48v-31,0,-48,-21,-48,-48"},"\u02d9":{"d":"23,-226r0,-39r34,0r0,39r-34,0"},"\u00a8":{"d":"53,-226r0,-39r34,0r0,39r-34,0xm-7,-226r0,-39r34,0r0,39r-34,0"},"\u02da":{"d":"20,-252v0,11,9,21,20,21v11,0,20,-10,20,-21v0,-11,-9,-20,-20,-20v-11,0,-20,9,-20,20xm2,-252v0,-21,17,-38,38,-38v21,0,38,17,38,38v0,21,-17,39,-38,39v-21,0,-38,-18,-38,-39"},"\u00b8":{"d":"35,0r18,0r-15,21v20,-7,42,5,42,24v0,33,-51,39,-78,27r6,-15v13,5,42,11,43,-9v1,-20,-30,-5,-36,-17"},"\u02dd":{"d":"-23,-219r22,-52r43,0r-38,52r-27,0xm49,-219r22,-52r43,0r-38,52r-27,0"},"\u02db":{"d":"9,46v2,-20,18,-49,53,-46v-19,17,-25,31,-25,41v-1,20,19,25,37,18r2,16v-29,7,-68,4,-67,-29"},"\u02c7":{"d":"20,-219r-32,-52r33,0r19,32r21,-32r31,0r-33,52r-39,0"},"\u2014":{"d":"0,-87r0,-34r360,0r0,34r-360,0","w":360},"\u00c6":{"d":"72,-96r49,0r0,-128r-3,0xm-4,0r98,-257r157,0r0,35r-91,0r0,71r86,0r0,34r-86,0r0,82r95,0r0,35r-134,0r0,-63r-60,0r-22,63r-43,0","w":266},"\u00aa":{"d":"3,-165v0,-36,27,-34,52,-42v19,-1,24,-28,-1,-28v-17,0,-19,10,-19,18r-26,0v0,-24,11,-38,49,-38v24,0,42,8,42,29r0,63v-1,7,5,11,11,8r0,20v-14,7,-36,2,-38,-14v-14,27,-70,22,-70,-16xm71,-197v-13,8,-41,8,-37,30v0,6,5,13,15,13v21,0,24,-20,22,-43","w":113},"\u0141":{"d":"17,0r0,-94r-21,14r0,-35r21,-14r0,-128r41,0r0,100r52,-37r0,36r-52,36r0,87r99,0r0,35r-140,0","w":159},"\u00d8":{"d":"139,-193v-24,49,-43,103,-66,154v7,10,17,13,27,13v24,0,44,-15,44,-104v0,-28,-2,-49,-5,-63xm62,-64v24,-49,43,-104,65,-155v-8,-10,-17,-12,-27,-12v-24,0,-44,15,-44,101v0,29,2,51,6,66xm49,19r-18,-9r11,-28v-19,-21,-27,-58,-27,-111v0,-112,48,-154,126,-123r10,-23r19,8r-12,28v19,21,27,57,27,110v0,112,-48,155,-126,124","w":200},"\u0152":{"d":"144,0v-1,-6,2,-14,-1,-18v-10,16,-29,23,-49,23v-53,0,-79,-41,-79,-134v0,-92,26,-133,80,-133v23,-1,38,9,49,21r0,-16r127,0r0,35r-91,0r0,71r86,0r0,34r-86,0r0,82r94,0r0,35r-130,0xm141,-85v0,-51,9,-157,-38,-146v-27,0,-47,15,-47,101v0,89,20,104,44,104v24,0,41,-10,41,-59","w":286},"\u00ba":{"d":"57,-132v-40,0,-52,-25,-52,-61v0,-37,12,-62,52,-62v40,0,52,25,52,62v0,36,-12,61,-52,61xm57,-154v18,0,21,-18,21,-39v0,-22,-3,-40,-21,-40v-18,0,-21,18,-21,40v0,21,3,39,21,39","w":113},"\u00e6":{"d":"144,-118r57,0v1,-28,-3,-55,-28,-54v-26,1,-30,32,-29,54xm240,-92r-97,0v-1,33,2,70,29,70v28,0,31,-31,31,-43r36,0v0,43,-26,70,-68,70v-38,0,-48,-23,-53,-35v-19,51,-107,48,-107,-19v0,-56,39,-57,79,-68v13,-3,16,-7,16,-26v0,-18,-6,-29,-24,-29v-26,0,-29,18,-29,37r-37,0v0,-41,17,-64,68,-64v32,0,43,18,46,25v9,-16,26,-25,47,-25v56,-1,65,46,63,107xm73,-24v34,0,36,-38,34,-75v-4,5,-19,8,-29,11v-26,7,-28,20,-28,37v0,14,9,27,23,27","w":253},"\u0131":{"d":"21,0r0,-194r38,0r0,194r-38,0"},"\u0142":{"d":"21,0r0,-103r-21,14r0,-34r21,-15r0,-119r38,0r0,93r21,-15r0,35r-21,14r0,130r-38,0"},"\u00f8":{"d":"103,-162v-35,-24,-53,11,-53,65v0,16,1,30,3,42xm114,-139v-19,33,-33,72,-50,107v34,25,53,-12,53,-65v0,-16,-1,-30,-3,-42xm21,13r13,-27v-39,-46,-37,-185,49,-185v13,0,25,2,34,7r10,-23r18,9r-12,26v39,46,38,185,-50,185v-13,0,-24,-2,-33,-7r-11,24","w":166},"\u0153":{"d":"152,-118r58,0v1,-28,-3,-55,-28,-54v-26,1,-31,31,-30,54xm211,-65r37,0v0,43,-26,70,-68,70v-36,0,-46,-25,-48,-31v-11,22,-29,31,-53,31v-52,0,-68,-42,-68,-102v0,-60,16,-102,71,-102v36,0,46,18,53,30v12,-20,27,-30,51,-30v56,-1,65,46,63,107r-97,0v-1,32,1,70,28,70v28,0,31,-31,31,-43xm50,-97v0,43,5,73,32,73v28,0,33,-30,33,-73v0,-43,-5,-73,-33,-73v-27,0,-32,30,-32,73","w":259},"\u00df":{"d":"75,2r0,-31v33,3,46,-14,46,-50v0,-39,-14,-55,-45,-52r0,-28v18,1,36,-5,36,-36v0,-21,-7,-36,-29,-36v-21,0,-28,13,-28,36r0,195r-39,0r0,-192v0,-45,23,-68,68,-68v33,0,67,13,67,59v1,29,-12,46,-36,54v37,4,47,36,47,67v0,55,-26,88,-87,82","w":173},"\u00f7":{"d":"82,-17v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26xm17,-76r0,-31r182,0r0,31r-182,0xm82,-165v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26","w":216},"\u00be":{"d":"196,0r0,-34r-59,0r0,-22r57,-98r31,0r0,100r18,0r0,20r-18,0r0,34r-29,0xm196,-54v-1,-21,2,-47,-1,-66r-37,66r38,0xm39,11r151,-272r27,0r-151,272r-27,0xm32,-170r0,-22v20,3,33,-7,33,-21v0,-9,-5,-20,-18,-20v-14,0,-19,13,-19,22r-31,0v0,-29,20,-44,52,-44v22,0,47,12,47,39v1,17,-15,30,-29,35v18,1,33,13,33,35v0,30,-23,48,-54,48v-35,0,-52,-14,-52,-46r31,0v0,9,4,23,21,23v16,0,23,-12,23,-25v0,-18,-14,-26,-37,-24","w":259},"\u00bc":{"d":"196,0r0,-34r-59,0r0,-22r57,-98r31,0r0,100r18,0r0,20r-18,0r0,34r-29,0xm196,-54v-1,-21,2,-47,-1,-66r-37,66r38,0xm27,11r151,-272r27,0r-152,272r-26,0xm36,-101r0,-110r-32,0v1,-6,-3,-17,2,-20v16,0,37,-3,39,-24r22,0r0,154r-31,0","w":259},"\u00b9":{"d":"47,-101r0,-110r-33,0r0,-20v19,0,39,-2,42,-24r22,0r0,154r-31,0","w":112},"\u00d7":{"d":"88,-91r-63,-63r20,-20r63,63r63,-63r20,20r-63,63r63,63r-20,20r-63,-63r-63,63r-20,-20","w":216},"\u00ae":{"d":"175,-52r-39,-65r-23,0r0,65r-27,0r0,-153v52,0,117,-9,117,44v0,28,-17,39,-39,43r42,66r-31,0xm113,-139v28,-1,63,7,63,-23v0,-28,-36,-20,-63,-21r0,44xm144,-24v56,0,101,-47,101,-105v0,-58,-45,-104,-101,-104v-56,0,-101,46,-101,104v0,58,45,105,101,105xm10,-129v0,-74,60,-133,134,-133v74,0,134,59,134,133v0,74,-60,134,-134,134v-74,0,-134,-60,-134,-134","w":288},"\u00de":{"d":"62,-177r0,89v40,2,67,1,70,-44v2,-39,-28,-49,-70,-45xm21,0r0,-257r41,0r0,49v68,-7,112,15,112,75v0,60,-45,83,-112,76r0,57r-41,0","w":180},"\u00a6":{"d":"24,5r0,-100r31,0r0,100r-31,0xm24,-162r0,-100r31,0r0,100r-31,0"},"\u00d0":{"d":"21,0r0,-120r-21,0r0,-29r21,0r0,-108r73,0v81,0,91,52,91,128v0,76,-10,129,-91,129r-73,0xm62,-31v67,3,82,-3,82,-98v0,-91,-15,-101,-82,-97r0,77r43,0r0,29r-43,0r0,89","w":200},"\u00bd":{"d":"27,11r151,-272r27,0r-152,272r-26,0xm36,-101r0,-110r-32,0v1,-6,-3,-17,2,-20v16,0,37,-3,39,-24r22,0r0,154r-31,0xm247,0r-99,0v0,-72,70,-68,70,-111v0,-13,-7,-21,-19,-21v-17,0,-20,17,-20,28r-31,0v0,-30,14,-50,52,-50v36,0,49,17,49,41v0,49,-54,53,-68,89r66,0r0,24","w":259},"\u2212":{"d":"17,-76r0,-31r182,0r0,31r-182,0","w":216},"\u00e7":{"d":"66,37v-15,-8,6,-22,10,-33v-50,-3,-65,-44,-65,-101v0,-60,16,-102,72,-102v58,0,67,46,67,70r-39,0v0,-18,-5,-41,-28,-41v-28,0,-33,30,-33,73v0,43,5,73,33,73v22,0,30,-18,30,-47r36,0v-2,42,-15,71,-55,75r-12,17v20,-7,43,5,43,24v0,32,-52,39,-79,27r6,-15v13,5,42,11,44,-9v0,-13,-19,-15,-30,-11","w":159},"\u00f0":{"d":"50,-97v0,49,5,73,33,73v28,0,34,-24,34,-73v0,-38,-6,-68,-34,-68v-28,0,-33,30,-33,68xm34,-215r-13,-13r31,-17v-8,-8,-16,-14,-23,-19r28,-15v8,5,16,11,24,18r33,-18r11,13r-31,17v48,45,62,83,62,152v0,60,-19,102,-73,102v-54,0,-72,-42,-72,-102v0,-74,46,-117,97,-86v-9,-14,-26,-33,-43,-50","w":166},"\u00b1":{"d":"93,-128r0,-54r30,0r0,54r76,0r0,31r-76,0r0,55r-30,0r0,-55r-76,0r0,-31r76,0xm17,0r0,-31r182,0r0,31r-182,0","w":216},"\u00c7":{"d":"79,37v-13,-9,7,-21,11,-32v-57,-5,-75,-48,-75,-134v0,-92,20,-133,85,-133v75,0,78,53,78,85r-41,0v0,-27,-6,-54,-37,-54v-30,0,-44,18,-44,101v0,83,14,104,44,104v35,-1,38,-39,38,-66r41,0v1,49,-15,93,-72,97r-11,16v20,-7,42,5,42,24v0,33,-51,39,-78,27r6,-15v13,5,41,11,43,-9v1,-13,-18,-15,-30,-11","w":186},"\u00fe":{"d":"19,63r0,-320r39,0r0,86v7,-17,23,-28,44,-28v42,0,60,38,60,105v0,81,-33,99,-60,99v-21,0,-37,-11,-44,-28r0,86r-39,0xm55,-99v0,46,7,73,34,73v22,0,32,-16,32,-70v0,-44,-6,-72,-33,-72v-27,0,-33,28,-33,69","w":173},"\u00a9":{"d":"184,-105r29,0v-6,36,-33,57,-68,57v-44,0,-72,-32,-72,-81v0,-89,128,-111,139,-25r-28,0v-4,-17,-17,-29,-37,-29v-28,0,-43,24,-43,54v0,54,70,76,80,24xm144,-24v56,0,101,-47,101,-105v0,-58,-45,-104,-101,-104v-56,0,-101,46,-101,104v0,58,45,105,101,105xm10,-129v0,-74,60,-133,134,-133v74,0,134,59,134,133v0,74,-60,134,-134,134v-74,0,-134,-60,-134,-134","w":288},"\u00ac":{"d":"168,-38r0,-75r-151,0r0,-31r182,0r0,106r-31,0","w":216},"\u00b2":{"d":"105,-125r0,24r-99,0v0,-72,70,-68,70,-111v0,-13,-7,-21,-19,-21v-17,0,-20,17,-20,28r-31,0v0,-30,14,-50,52,-50v36,0,49,17,49,41v0,49,-54,53,-68,89r66,0","w":112},"\u00b3":{"d":"42,-170r0,-22v20,3,32,-8,32,-21v0,-9,-5,-20,-18,-20v-14,0,-19,13,-19,22r-31,0v0,-29,20,-44,52,-44v22,0,47,12,47,39v1,17,-15,30,-29,35v18,1,33,13,33,35v0,30,-22,48,-53,48v-35,0,-52,-14,-52,-46r31,0v0,9,4,23,21,23v16,0,22,-12,22,-25v0,-18,-13,-26,-36,-24","w":112},"\u2122":{"d":"56,-109r0,-124r-44,0r0,-24r119,0r0,24r-44,0r0,124r-31,0xm298,-109r-1,-117r-43,117r-20,0r-45,-117r0,117r-28,0r0,-148r42,0r41,105r40,-105r43,0r0,148r-29,0","w":360},"\u00b0":{"d":"18,-201v0,-30,24,-54,54,-54v30,0,54,24,54,54v0,30,-24,53,-54,53v-30,0,-54,-23,-54,-53xm43,-201v0,16,13,29,29,29v16,0,29,-13,29,-29v0,-16,-13,-29,-29,-29v-16,0,-29,13,-29,29","w":144},"\u00b5":{"d":"19,63r0,-257r39,0r0,133v0,25,8,35,27,35v16,0,31,-13,31,-38r0,-130r38,0r0,194r-36,0v-1,-7,2,-18,-1,-23v-13,22,-38,36,-59,22r0,64r-39,0","w":173},"\u03bc":{"d":"19,63r0,-257r39,0r0,133v0,25,8,35,27,35v16,0,31,-13,31,-38r0,-130r38,0r0,194r-36,0v-1,-7,2,-18,-1,-23v-13,22,-38,36,-59,22r0,64r-39,0","w":173},"\u00c1":{"d":"64,-96r61,0r-31,-126xm-3,0r73,-257r52,0r68,257r-43,0r-16,-63r-75,0r-16,63r-43,0xm76,-272r22,-52r43,0r-38,52r-27,0","w":186},"\u00c2":{"d":"64,-96r61,0r-31,-126xm-3,0r73,-257r52,0r68,257r-43,0r-16,-63r-75,0r-16,63r-43,0xm44,-271r33,-52r39,0r32,52r-33,0r-19,-32r-21,32r-31,0","w":186},"\u00c4":{"d":"64,-96r61,0r-31,-126xm-3,0r73,-257r52,0r68,257r-43,0r-16,-63r-75,0r-16,63r-43,0xm109,-279r0,-39r34,0r0,39r-34,0xm49,-279r0,-39r34,0r0,39r-34,0","w":186},"\u00c0":{"d":"64,-96r61,0r-31,-126xm-3,0r73,-257r52,0r68,257r-43,0r-16,-63r-75,0r-16,63r-43,0xm89,-271r-38,-52r43,0r22,52r-27,0","w":186},"\u00c5":{"d":"64,-96r61,0r-31,-126xm-3,0r73,-257r52,0r68,257r-43,0r-16,-63r-75,0r-16,63r-43,0xm76,-305v0,11,9,21,20,21v11,0,20,-10,20,-21v0,-11,-9,-20,-20,-20v-11,0,-20,9,-20,20xm58,-305v0,-21,17,-38,38,-38v21,0,38,17,38,38v0,21,-17,39,-38,39v-21,0,-38,-18,-38,-39","w":186},"\u00c3":{"d":"64,-96r61,0r-31,-126xm-3,0r73,-257r52,0r68,257r-43,0r-16,-63r-75,0r-16,63r-43,0xm78,-317v15,1,47,26,50,-1r22,0v0,16,-9,42,-30,42v0,0,-51,-28,-56,2r-22,0v0,-15,9,-43,36,-43","w":186},"\u00c9":{"d":"21,0r0,-257r139,0r0,35r-98,0r0,71r92,0r0,34r-92,0r0,82r101,0r0,35r-142,0xm71,-272r22,-52r43,0r-38,52r-27,0","w":173},"\u00ca":{"d":"21,0r0,-257r139,0r0,35r-98,0r0,71r92,0r0,34r-92,0r0,82r101,0r0,35r-142,0xm39,-271r33,-52r39,0r32,52r-33,0r-19,-32r-21,32r-31,0","w":173},"\u00cb":{"d":"21,0r0,-257r139,0r0,35r-98,0r0,71r92,0r0,34r-92,0r0,82r101,0r0,35r-142,0xm104,-279r0,-39r34,0r0,39r-34,0xm44,-279r0,-39r34,0r0,39r-34,0","w":173},"\u00c8":{"d":"21,0r0,-257r139,0r0,35r-98,0r0,71r92,0r0,34r-92,0r0,82r101,0r0,35r-142,0xm84,-271r-38,-52r43,0r22,52r-27,0","w":173},"\u00cd":{"d":"19,0r0,-257r41,0r0,257r-41,0xm20,-272r22,-52r43,0r-38,52r-27,0"},"\u00ce":{"d":"19,0r0,-257r41,0r0,257r-41,0xm-12,-271r33,-52r39,0r32,52r-33,0r-19,-32r-21,32r-31,0"},"\u00cf":{"d":"19,0r0,-257r41,0r0,257r-41,0xm53,-279r0,-39r34,0r0,39r-34,0xm-7,-279r0,-39r34,0r0,39r-34,0"},"\u00cc":{"d":"19,0r0,-257r41,0r0,257r-41,0xm33,-271r-38,-52r43,0r22,52r-27,0"},"\u00d1":{"d":"21,0r0,-257r50,0r76,191r0,-191r38,0r0,257r-50,0r-75,-197r0,197r-39,0xm85,-318v15,0,48,28,50,-1r22,0v0,16,-10,43,-31,43v-22,-1,-51,-29,-55,2r-22,0v0,-15,9,-44,36,-44","w":206},"\u00d3":{"d":"100,5v-59,0,-85,-42,-85,-134v0,-92,26,-133,85,-133v59,0,85,41,85,133v0,92,-26,134,-85,134xm100,-26v24,0,44,-15,44,-104v0,-86,-20,-101,-44,-101v-24,0,-44,15,-44,101v0,89,20,104,44,104xm80,-272r22,-52r43,0r-38,52r-27,0","w":200},"\u00d4":{"d":"100,5v-59,0,-85,-42,-85,-134v0,-92,26,-133,85,-133v59,0,85,41,85,133v0,92,-26,134,-85,134xm100,-26v24,0,44,-15,44,-104v0,-86,-20,-101,-44,-101v-24,0,-44,15,-44,101v0,89,20,104,44,104xm48,-271r33,-52r39,0r32,52r-33,0r-19,-32r-21,32r-31,0","w":200},"\u00d6":{"d":"100,5v-59,0,-85,-42,-85,-134v0,-92,26,-133,85,-133v59,0,85,41,85,133v0,92,-26,134,-85,134xm100,-26v24,0,44,-15,44,-104v0,-86,-20,-101,-44,-101v-24,0,-44,15,-44,101v0,89,20,104,44,104xm113,-279r0,-39r34,0r0,39r-34,0xm53,-279r0,-39r34,0r0,39r-34,0","w":200},"\u00d2":{"d":"100,5v-59,0,-85,-42,-85,-134v0,-92,26,-133,85,-133v59,0,85,41,85,133v0,92,-26,134,-85,134xm100,-26v24,0,44,-15,44,-104v0,-86,-20,-101,-44,-101v-24,0,-44,15,-44,101v0,89,20,104,44,104xm93,-271r-38,-52r43,0r22,52r-27,0","w":200},"\u00d5":{"d":"100,5v-59,0,-85,-42,-85,-134v0,-92,26,-133,85,-133v59,0,85,41,85,133v0,92,-26,134,-85,134xm100,-26v24,0,44,-15,44,-104v0,-86,-20,-101,-44,-101v-24,0,-44,15,-44,101v0,89,20,104,44,104xm82,-318v15,0,48,28,50,-1r22,0v0,16,-10,43,-31,43v-22,-1,-51,-29,-55,2r-22,0v0,-15,9,-44,36,-44","w":200},"\u0160":{"d":"12,-80r41,0v-2,34,12,55,42,54v26,0,39,-18,39,-37v2,-40,-36,-45,-65,-56v-37,-14,-54,-33,-54,-70v0,-47,32,-73,80,-73v68,0,73,40,73,73r-41,0v1,-26,-8,-42,-36,-42v-18,0,-34,10,-34,37v0,32,38,45,66,54v36,13,52,33,52,68v0,55,-33,77,-85,77v-67,0,-79,-42,-78,-85xm74,-272r-32,-52r33,0r19,32r21,-32r31,0r-33,52r-39,0","w":186},"\u00da":{"d":"18,-257r41,0r0,184v0,32,13,47,38,47v24,0,37,-15,37,-47r0,-184r41,0r0,181v0,59,-29,81,-78,81v-49,0,-79,-22,-79,-81r0,-181xm77,-272r22,-52r43,0r-38,52r-27,0","w":193},"\u00db":{"d":"18,-257r41,0r0,184v0,32,13,47,38,47v24,0,37,-15,37,-47r0,-184r41,0r0,181v0,59,-29,81,-78,81v-49,0,-79,-22,-79,-81r0,-181xm45,-271r33,-52r39,0r32,52r-33,0r-20,-32r-20,32r-31,0","w":193},"\u00dc":{"d":"18,-257r41,0r0,184v0,32,13,47,38,47v24,0,37,-15,37,-47r0,-184r41,0r0,181v0,59,-29,81,-78,81v-49,0,-79,-22,-79,-81r0,-181xm110,-279r0,-39r34,0r0,39r-34,0xm50,-279r0,-39r34,0r0,39r-34,0","w":193},"\u00d9":{"d":"18,-257r41,0r0,184v0,32,13,47,38,47v24,0,37,-15,37,-47r0,-184r41,0r0,181v0,59,-29,81,-78,81v-49,0,-79,-22,-79,-81r0,-181xm90,-271r-38,-52r43,0r22,52r-27,0","w":193},"\u00dd":{"d":"65,0r0,-100r-66,-157r45,0r43,111r45,-111r43,0r-69,157r0,100r-41,0xm67,-272r22,-52r43,0r-38,52r-27,0","w":173},"\u0178":{"d":"65,0r0,-100r-66,-157r45,0r43,111r45,-111r43,0r-69,157r0,100r-41,0xm99,-279r0,-39r35,0r0,39r-35,0xm40,-279r0,-39r34,0r0,39r-34,0","w":173},"\u017d":{"d":"6,0r0,-32r108,-190r-101,0r0,-35r146,0r0,35r-108,187r109,0r0,35r-154,0xm64,-272r-32,-52r33,0r19,32r21,-32r31,0r-33,52r-39,0","w":166},"\u00e1":{"d":"146,-151r0,111v-1,9,8,16,16,12r0,25v-19,10,-50,4,-52,-20v-20,44,-99,37,-99,-26v0,-57,36,-57,75,-69v14,-4,23,-8,23,-25v0,-18,-6,-29,-27,-29v-26,0,-29,18,-29,37r-37,0v0,-41,17,-64,68,-64v34,0,62,14,62,48xm109,-102v-20,15,-59,12,-59,49v0,16,8,29,24,29v34,2,37,-40,35,-78xm64,-219r22,-52r43,0r-38,52r-27,0","w":166},"\u00e2":{"d":"146,-151r0,111v-1,9,8,16,16,12r0,25v-19,10,-50,4,-52,-20v-20,44,-99,37,-99,-26v0,-57,36,-57,75,-69v14,-4,23,-8,23,-25v0,-18,-6,-29,-27,-29v-26,0,-29,18,-29,37r-37,0v0,-41,17,-64,68,-64v34,0,62,14,62,48xm109,-102v-20,15,-59,12,-59,49v0,16,8,29,24,29v34,2,37,-40,35,-78xm32,-219r32,-52r39,0r32,52r-32,0r-20,-32r-20,32r-31,0","w":166},"\u00e4":{"d":"146,-151r0,111v-1,9,8,16,16,12r0,25v-19,10,-50,4,-52,-20v-20,44,-99,37,-99,-26v0,-57,36,-57,75,-69v14,-4,23,-8,23,-25v0,-18,-6,-29,-27,-29v-26,0,-29,18,-29,37r-37,0v0,-41,17,-64,68,-64v34,0,62,14,62,48xm109,-102v-20,15,-59,12,-59,49v0,16,8,29,24,29v34,2,37,-40,35,-78xm97,-226r0,-39r34,0r0,39r-34,0xm37,-226r0,-39r34,0r0,39r-34,0","w":166},"\u00e0":{"d":"146,-151r0,111v-1,9,8,16,16,12r0,25v-19,10,-50,4,-52,-20v-20,44,-99,37,-99,-26v0,-57,36,-57,75,-69v14,-4,23,-8,23,-25v0,-18,-6,-29,-27,-29v-26,0,-29,18,-29,37r-37,0v0,-41,17,-64,68,-64v34,0,62,14,62,48xm109,-102v-20,15,-59,12,-59,49v0,16,8,29,24,29v34,2,37,-40,35,-78xm77,-219r-38,-52r43,0r21,52r-26,0","w":166},"\u00e5":{"d":"146,-151r0,111v-1,9,8,16,16,12r0,25v-19,10,-50,4,-52,-20v-20,44,-99,37,-99,-26v0,-57,36,-57,75,-69v14,-4,23,-8,23,-25v0,-18,-6,-29,-27,-29v-26,0,-29,18,-29,37r-37,0v0,-41,17,-64,68,-64v34,0,62,14,62,48xm109,-102v-20,15,-59,12,-59,49v0,16,8,29,24,29v34,2,37,-40,35,-78xm64,-252v0,11,9,21,20,21v11,0,20,-10,20,-21v0,-11,-9,-20,-20,-20v-11,0,-20,9,-20,20xm46,-252v0,-21,17,-38,38,-38v21,0,38,17,38,38v0,21,-17,39,-38,39v-21,0,-38,-18,-38,-39","w":166},"\u00e3":{"d":"146,-151r0,111v-1,9,8,16,16,12r0,25v-19,10,-50,4,-52,-20v-20,44,-99,37,-99,-26v0,-57,36,-57,75,-69v14,-4,23,-8,23,-25v0,-18,-6,-29,-27,-29v-26,0,-29,18,-29,37r-37,0v0,-41,17,-64,68,-64v34,0,62,14,62,48xm109,-102v-20,15,-59,12,-59,49v0,16,8,29,24,29v34,2,37,-40,35,-78xm66,-265v15,0,48,28,50,-1r22,0v0,16,-10,43,-31,43v-22,-1,-51,-28,-56,2r-22,0v0,-15,10,-44,37,-44","w":166},"\u00e9":{"d":"153,-92r-101,0v0,32,0,70,33,70v28,0,31,-31,31,-43r36,0v0,43,-26,70,-68,70v-32,0,-71,-9,-71,-99v0,-51,11,-105,72,-105v61,0,70,45,68,107xm52,-118r62,0v1,-28,-3,-54,-29,-54v-26,0,-34,27,-33,54xm68,-219r22,-52r43,0r-38,52r-27,0","w":166},"\u00ea":{"d":"153,-92r-101,0v0,32,0,70,33,70v28,0,31,-31,31,-43r36,0v0,43,-26,70,-68,70v-32,0,-71,-9,-71,-99v0,-51,11,-105,72,-105v61,0,70,45,68,107xm52,-118r62,0v1,-28,-3,-54,-29,-54v-26,0,-34,27,-33,54xm36,-219r33,-52r39,0r32,52r-33,0r-20,-32r-20,32r-31,0","w":166},"\u00eb":{"d":"153,-92r-101,0v0,32,0,70,33,70v28,0,31,-31,31,-43r36,0v0,43,-26,70,-68,70v-32,0,-71,-9,-71,-99v0,-51,11,-105,72,-105v61,0,70,45,68,107xm52,-118r62,0v1,-28,-3,-54,-29,-54v-26,0,-34,27,-33,54xm101,-226r0,-39r34,0r0,39r-34,0xm41,-226r0,-39r34,0r0,39r-34,0","w":166},"\u00e8":{"d":"153,-92r-101,0v0,32,0,70,33,70v28,0,31,-31,31,-43r36,0v0,43,-26,70,-68,70v-32,0,-71,-9,-71,-99v0,-51,11,-105,72,-105v61,0,70,45,68,107xm52,-118r62,0v1,-28,-3,-54,-29,-54v-26,0,-34,27,-33,54xm81,-219r-38,-52r43,0r22,52r-27,0","w":166},"\u00ed":{"d":"21,0r0,-194r38,0r0,194r-38,0xm20,-219r22,-52r43,0r-38,52r-27,0"},"\u00ee":{"d":"21,0r0,-194r38,0r0,194r-38,0xm-12,-219r33,-52r39,0r32,52r-33,0r-19,-32r-21,32r-31,0"},"\u00ef":{"d":"21,0r0,-194r38,0r0,194r-38,0xm53,-226r0,-39r34,0r0,39r-34,0xm-7,-226r0,-39r34,0r0,39r-34,0"},"\u00ec":{"d":"21,0r0,-194r38,0r0,194r-38,0xm33,-219r-38,-52r43,0r22,52r-27,0"},"\u00f1":{"d":"19,0r0,-194r36,0v1,7,-3,20,2,23v20,-40,97,-43,97,25r0,146r-38,0r0,-133v0,-25,-8,-35,-27,-35v-16,0,-31,13,-31,38r0,130r-39,0xm69,-265v15,0,48,28,50,-1r22,0v0,16,-10,43,-31,43v-22,-1,-51,-29,-55,2r-22,0v0,-15,9,-44,36,-44","w":173},"\u00f3":{"d":"11,-97v0,-60,16,-102,72,-102v57,0,73,42,73,102v0,60,-19,102,-73,102v-54,0,-72,-42,-72,-102xm50,-97v0,49,5,73,33,73v28,0,34,-24,34,-73v0,-43,-6,-73,-34,-73v-28,0,-33,30,-33,73xm64,-219r22,-52r43,0r-38,52r-27,0","w":166},"\u00f4":{"d":"11,-97v0,-60,16,-102,72,-102v57,0,73,42,73,102v0,60,-19,102,-73,102v-54,0,-72,-42,-72,-102xm50,-97v0,49,5,73,33,73v28,0,34,-24,34,-73v0,-43,-6,-73,-34,-73v-28,0,-33,30,-33,73xm32,-219r32,-52r39,0r32,52r-32,0r-20,-32r-20,32r-31,0","w":166},"\u00f6":{"d":"11,-97v0,-60,16,-102,72,-102v57,0,73,42,73,102v0,60,-19,102,-73,102v-54,0,-72,-42,-72,-102xm50,-97v0,49,5,73,33,73v28,0,34,-24,34,-73v0,-43,-6,-73,-34,-73v-28,0,-33,30,-33,73xm97,-226r0,-39r34,0r0,39r-34,0xm37,-226r0,-39r34,0r0,39r-34,0","w":166},"\u00f2":{"d":"11,-97v0,-60,16,-102,72,-102v57,0,73,42,73,102v0,60,-19,102,-73,102v-54,0,-72,-42,-72,-102xm50,-97v0,49,5,73,33,73v28,0,34,-24,34,-73v0,-43,-6,-73,-34,-73v-28,0,-33,30,-33,73xm77,-219r-38,-52r43,0r21,52r-26,0","w":166},"\u00f5":{"d":"11,-97v0,-60,16,-102,72,-102v57,0,73,42,73,102v0,60,-19,102,-73,102v-54,0,-72,-42,-72,-102xm50,-97v0,49,5,73,33,73v28,0,34,-24,34,-73v0,-43,-6,-73,-34,-73v-28,0,-33,30,-33,73xm66,-265v15,0,48,28,50,-1r22,0v0,16,-10,43,-31,43v-22,-1,-51,-29,-55,2r-22,0v0,-15,9,-44,36,-44","w":166},"\u0161":{"d":"139,-137r-37,0v1,-19,-3,-34,-25,-35v-15,0,-28,7,-28,25v0,24,32,30,52,37v29,10,42,25,42,56v0,41,-30,59,-69,59v-52,0,-65,-25,-64,-67r35,0v-1,25,6,40,30,40v39,0,41,-46,10,-56v-34,-11,-73,-22,-73,-67v0,-36,26,-54,66,-54v53,0,62,29,61,62xm57,-219r-32,-52r33,0r19,32r21,-32r31,0r-33,52r-39,0","w":153},"\u00fa":{"d":"118,0v-1,-7,2,-18,-1,-23v-25,40,-98,46,-98,-35r0,-136r39,0r0,139v0,22,9,29,26,29v17,0,32,-10,32,-32r0,-136r38,0r0,194r-36,0xm67,-219r22,-52r43,0r-38,52r-27,0","w":173},"\u00fb":{"d":"118,0v-1,-7,2,-18,-1,-23v-25,40,-98,46,-98,-35r0,-136r39,0r0,139v0,22,9,29,26,29v17,0,32,-10,32,-32r0,-136r38,0r0,194r-36,0xm35,-219r33,-52r39,0r32,52r-33,0r-20,-32r-20,32r-31,0","w":173},"\u00fc":{"d":"118,0v-1,-7,2,-18,-1,-23v-25,40,-98,46,-98,-35r0,-136r39,0r0,139v0,22,9,29,26,29v17,0,32,-10,32,-32r0,-136r38,0r0,194r-36,0xm100,-226r0,-39r34,0r0,39r-34,0xm40,-226r0,-39r34,0r0,39r-34,0","w":173},"\u00f9":{"d":"118,0v-1,-7,2,-18,-1,-23v-25,40,-98,46,-98,-35r0,-136r39,0r0,139v0,22,9,29,26,29v17,0,32,-10,32,-32r0,-136r38,0r0,194r-36,0xm80,-219r-38,-52r43,0r22,52r-27,0","w":173},"\u00fd":{"d":"3,-194r42,0r34,146r31,-146r40,0r-53,201v-16,60,-32,61,-83,58r0,-31v26,6,41,-7,44,-30xm57,-219r22,-52r43,0r-38,52r-27,0","w":153},"\u00ff":{"d":"3,-194r42,0r34,146r31,-146r40,0r-53,201v-16,60,-32,61,-83,58r0,-31v26,6,41,-7,44,-30xm89,-226r0,-39r35,0r0,39r-35,0xm30,-226r0,-39r34,0r0,39r-34,0","w":153},"\u017e":{"d":"9,0r0,-30r85,-131r-80,0r0,-33r124,0r0,32r-82,129r82,0r0,33r-129,0xm53,-219r-32,-52r33,0r19,32r21,-32r31,0r-33,52r-39,0","w":146},"\u00a0":{"w":86,"k":{"\u201c":13,"\u2018":13,"Y":13,"W":13,"V":13,"T":13,"A":13}}}});
;function init(){$('span.eml').each(function(){var eml=$(this).text();var rgx=/([a-z0-9._%-]+)( at )([a-z0-9._%-]+)( dot )([a-z.]+)/i;if(rgx.test(eml)){var address=eml.replace(rgx,'$1'+'@'+'$3'+'.'+'$5');$(this).html('<a href="mailto:'+address+'">'+address+'</a>');}});if($('#store-locator').length!=0){var locations=[],html=[],anchor=[],markerclick=[];$('#resultscol div.store').each(function(i){locations[i]=$('li:first',this).text().replace(/Address:/,'');html[i]='<div style"text-align: left"><strong>'+$('h3',this).text()+"</strong>:<br />"+locations[i]+'<br /><br /><a href="'+$('h3 a',this).attr('href')+'" target="_blank">Get directions</a></div>';markerclick[i]=function(idx){$('#resultscol div.store:eq('+idx+') .storename a').click();};$('.storename a',this).attr({href:$('.storename a',this).attr('href').replace(/source/,'output'),title:$('.storename span',this).text()+" - "+locations[i]+$('.storename a',this).text()}).shadowbox({width:'80%',height:'80%',gallery:'locations'});});$("#map").googlemap({labels:false,controls:false,zoom:3,latitude:$('#map #lat').text(),longitude:$('#map #lon').text(),html:html,anchor:anchor,addresses:locations,markerclick:markerclick,debug:false});}
$("input.hint").focus(function(){if($(this).val()==$(this).attr('title')){$(this).removeClass('lttxt').val('');}}).blur(function(){if($(this).val()==''){$(this).val($(this).addClass('lttxt').attr('title'));}}).blur();$('#homepage #rightside li').each(function(){var go=$('a.gobtn',this);$(this).css('cursor','pointer').click(function(e){e.preventDefault();e.stopPropagation();window.location.href=go.attr('href');});});if($(document.body).is('#standard-optical-cares')){var insinfo=$('#insurance-info'),insy=$('#ins-y');insinfo.hide();insy.bind('check',function(){if(insy.is(':checked')&&insinfo.is(':hidden')){insinfo.slideDown();}else if(insy.is(':not(:checked)')){insinfo.slideUp();}}).add('#ins-n').click(function(){insy.trigger('check');});insy.trigger('check');}
if($('body').is('#schedule')){var list=$('#subnav ul li'),links=$('a:not(.map)',list),maps=$('a.map',list),gmap=$("#map").show(),frame=$('#scheduleframe').hide(),origContent=$('#content').children(':not(#scheduleframe)').wrapAll('<div id="origContent"/>').parent(),newContent=$('<div id="newContent"/>').hide().insertAfter(origContent);var locations=[],html=[],anchor=[],markerclick=[];maps.each(function(i){locations[i]=$(this).text();html[i]='<div style="text-align: left"><strong>'+links.eq(i).text()+" Location</strong>:<br />"+$(this).html()+'<br /><br /><a href="'+this.href.replace(/q=/,'saddr=&daddr=')+'" target="_blank">Get directions</a></div>';links.eq(i).hover(function(){gmap.data('googlemap').getMarkers()[i].openInfoWindowHtml(html[i]);},function(){gmap.data('googlemap').getMarkers()[i].closeInfoWindow(html[i]);});markerclick[i]=function(idx){links.trigger('mouseleave').eq(idx).trigger('mouseenter');};});gmap.googlemap({labels:true,controls:true,zoom:9,latitude:'40.7558510000',longitude:'-111.8966570000',html:html,anchor:anchor,addresses:locations,markerclick:markerclick,optimize:false,debug:false});$('#subnav').bind('resetList',function(){frame.removeAttr('style');$('#subnav dd > :not(ul)').remove();newContent.fadeTo(750,.1,function(){newContent.empty().add(frame).hide();origContent.css('opacity',.1).show().fadeTo(750,1);});frame[0].src='about:blank';var li=list.filter('.current');li.css('position','absolute').animate({left:li.data('pos').left+'px',top:li.data('pos').top+'px'},750,function(){li.removeClass('current');list.removeAttr('style').fadeIn(750);})});links.each(function(i){list.eq(i).data('pos',list.eq(i).position());$(this).click(function(e){e.preventDefault();var li=list.eq(i),map=maps.eq(i),txt=$(this).text(),src=$(this).attr('href'),cbWait=list.length-1;newContent.empty().html('<h1 class="optima">Standard Optical: '+txt+' Location</h1><p>'+map.html()+'</p><h2 class="optima">Schedule Your Appointment</h2>');Cufon.refresh();map.clone().text('Map').attr({href:map[0].href.replace(/source/,'output'),title:links.eq(i).text()+' - '+map.text()}).shadowbox({width:'80%',height:'80%'}).appendTo(newContent);origContent.fadeTo(750,.1,function(){origContent.hide();newContent.add(frame).css('opacity',.1).show().fadeTo(750,1);});li.addClass('current').siblings().removeClass('current').fadeTo(750,.1,function(as){cbWait--;if(cbWait==0){li.siblings().hide();li.css({position:'absolute',left:li.data('pos').left+'px',top:li.data('pos').top+'px'}).animate({top:'.5em'},750,function(){li.removeAttr('style');var getDir=$('a.map',li).clone().text('Get Directions').removeClass('map').addClass('get-directions').attr('target','_blank').appendTo($('#subnav dd')),reset=$('<a/>').addClass('reset-link').text('Select Another Location').click(function(){$('#subnav').trigger('resetList');}).appendTo($('#subnav dd'));getDir.attr('href',getDir[0].href.replace(/q=/,'saddr=&daddr='));frame[0].src=src;$.getScript('http://www.googleadservices.com/pagead/conversion.js');$.getScript('http://flex.atdmt.com/mstag/site/240aa6a4-bdc4-4339-b637-10061d4d3b1b/mstag.js',function(){mstag.loadTag("conversion",{cp:"5050",dedup:"1"});});});}});});});}}
