/*<![CDATA[*/

/*****************************************************************************
//-> START External Libraries
*****************************************************************************/
/**
 * SWFObject v1.5: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
 */
if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");this.setAttribute("style", ";");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;

/**
 * jQuery EasIng v1.1.2 - http://gsgd.co.uk/sandbox/jquery.easIng.php
 */
jQuery.extend(jQuery.easing,{easeInQuad:function(x,t,b,c,d){return c*(t/=d)*t+b},easeOutQuad:function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b},easeInOutQuad:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t+b;return-c/2*((--t)*(t-2)-1)+b},easeInCubic:function(x,t,b,c,d){return c*(t/=d)*t*t+b},easeOutCubic:function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b},easeInOutCubic:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t+b;return c/2*((t-=2)*t*t+2)+b},easeInQuart:function(x,t,b,c,d){return c*(t/=d)*t*t*t+b},easeOutQuart:function(x,t,b,c,d){return-c*((t=t/d-1)*t*t*t-1)+b},easeInOutQuart:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b},easeInQuint:function(x,t,b,c,d){return c*(t/=d)*t*t*t*t+b},easeOutQuint:function(x,t,b,c,d){return c*((t=t/d-1)*t*t*t*t+1)+b},easeInOutQuint:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t*t+b;return c/2*((t-=2)*t*t*t*t+2)+b},easeInSine:function(x,t,b,c,d){return-c*Math.cos(t/d*(Math.PI/2))+c+b},easeOutSine:function(x,t,b,c,d){return c*Math.sin(t/d*(Math.PI/2))+b},easeInOutSine:function(x,t,b,c,d){return-c/2*(Math.cos(Math.PI*t/d)-1)+b},easeInExpo:function(x,t,b,c,d){return(t==0)?b:c*Math.pow(2,10*(t/d-1))+b},easeOutExpo:function(x,t,b,c,d){return(t==d)?b+c:c*(-Math.pow(2,-10*t/d)+1)+b},easeInOutExpo:function(x,t,b,c,d){if(t==0)return b;if(t==d)return b+c;if((t/=d/2)<1)return c/2*Math.pow(2,10*(t-1))+b;return c/2*(-Math.pow(2,-10*--t)+2)+b},easeInCirc:function(x,t,b,c,d){return-c*(Math.sqrt(1-(t/=d)*t)-1)+b},easeOutCirc:function(x,t,b,c,d){return c*Math.sqrt(1-(t=t/d-1)*t)+b},easeInOutCirc:function(x,t,b,c,d){if((t/=d/2)<1)return-c/2*(Math.sqrt(1-t*t)-1)+b;return c/2*(Math.sqrt(1-(t-=2)*t)+1)+b},easeInElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b},easeOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b},easeInOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b},easeInBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b},easeOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b},easeInOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b},easeInBounce:function(x,t,b,c,d){return c-jQuery.easing.easeOutBounce(x,d-t,0,c,d)+b},easeOutBounce:function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b}},easeInOutBounce:function(x,t,b,c,d){if(t<d/2)return jQuery.easing.easeInBounce(x,t*2,0,c,d)*.5+b;return jQuery.easing.easeOutBounce(x,t*2-d,0,c,d)*.5+c*.5+b}});

/**
 * CSS Browser Selector v0.3.4 (Sep 29, 2009)
 */
function css_browser_selector(u){var ua = u.toLowerCase(),is=function(t){return ua.indexOf(t)>-1;},g='gecko',w='webkit',s='safari',o='opera',h=document.getElementsByTagName('html')[0],b=[(!(/opera|webtv/i.test(ua))&&/msie\s(\d)/.test(ua))?('ie ie'+RegExp.$1):is('firefox/2')?g+' ff2':is('firefox/3.5')?g+' ff3 ff3_5':is('firefox/3')?g+' ff3':is('gecko/')?g:is('opera')?o+(/version\/(\d+)/.test(ua)?' '+o+RegExp.$1:(/opera(\s|\/)(\d+)/.test(ua)?' '+o+RegExp.$2:'')):is('konqueror')?'konqueror':is('chrome')?w+' chrome':is('iron')?w+' iron':is('applewebkit/')?w+' '+s+(/version\/(\d+)/.test(ua)?' '+s+RegExp.$1:''):is('mozilla/')?g:'',is('j2me')?'mobile':is('iphone')?'iphone':is('ipod')?'ipod':is('mac')?'mac':is('darwin')?'mac':is('webtv')?'webtv':is('win')?'win':is('freebsd')?'freebsd':(is('x11')||is('linux'))?'linux':'','js']; c = b.join(' '); h.className += ' '+c; return c;}; css_browser_selector(navigator.userAgent);

/**
 *jquery.browser.min.js
 */
(function($){$.browserTest=function(a,z){var u='unknown',x='X',m=function(r,h){for(var i=0;i<h.length;i=i+1){r=r.replace(h[i][0],h[i][1]);}return r;},c=function(i,a,b,c){var r={name:m((a.exec(i)||[u,u])[1],b)};r[r.name]=true;r.version=(c.exec(i)||[x,x,x,x])[3];if(r.name.match(/safari/)&&r.version>400){r.version='2.0';}if(r.name==='presto'){r.version=($.browser.version>9.27)?'futhark':'linear_b';}r.versionNumber=parseFloat(r.version,10)||0;r.versionX=(r.version!==x)?(r.version+'').substr(0,1):x;r.className=r.name+r.versionX;return r;};a=(a.match(/Opera|Navigator|Minefield|KHTML|Chrome/)?m(a,[[/(Firefox|MSIE|KHTML,\slike\sGecko|Konqueror)/,''],['Chrome Safari','Chrome'],['KHTML','Konqueror'],['Minefield','Firefox'],['Navigator','Netscape']]):a).toLowerCase();$.browser=$.extend((!z)?$.browser:{},c(a,/(camino|chrome|firefox|netscape|konqueror|lynx|msie|opera|safari)/,[],/(camino|chrome|firefox|netscape|netscape6|opera|version|konqueror|lynx|msie|safari)(\/|\s)([a-z0-9\.\+]*?)(\;|dev|rel|\s|$)/));$.layout=c(a,/(gecko|konqueror|msie|opera|webkit)/,[['konqueror','khtml'],['msie','trident'],['opera','presto']],/(applewebkit|rv|konqueror|msie)(\:|\/|\s)([a-z0-9\.]*?)(\;|\)|\s)/);$.os={name:(/(win|mac|linux|sunos|solaris|iphone)/.exec(navigator.platform.toLowerCase())||[u])[0].replace('sunos','solaris')};if(!z){$('html').addClass([$.os.name,$.browser.name,$.browser.className,$.layout.name,$.layout.className].join(' '));}};$.browserTest(navigator.userAgent);})(jQuery);

/**
 * jQuery Form Plugin
 */
;(function($){$.fn.ajaxSubmit=function(options){if(!this.length){log('ajaxSubmit: skipping submit process - no element selected');return this}if(typeof options=='function')options={success:options};var url=$.trim(this.attr('action'));if(url){url=(url.match(/^([^#]+)/)||[])[1]}url=url||window.location.href||'';options=$.extend({url:url,type:this.attr('method')||'GET',iframeSrc:/^https/i.test(window.location.href||'')?'javascript:false':'about:blank'},options||{});var veto={};this.trigger('form-pre-serialize',[this,options,veto]);if(veto.veto){log('ajaxSubmit: submit vetoed via form-pre-serialize trigger');return this}if(options.beforeSerialize&&options.beforeSerialize(this,options)===false){log('ajaxSubmit: submit aborted via beforeSerialize callback');return this}var a=this.formToArray(options.semantic);if(options.data){options.extraData=options.data;for(var n in options.data){if(options.data[n]instanceof Array){for(var k in options.data[n])a.push({name:n,value:options.data[n][k]})}else a.push({name:n,value:options.data[n]})}}if(options.beforeSubmit&&options.beforeSubmit(a,this,options)===false){log('ajaxSubmit: submit aborted via beforeSubmit callback');return this}this.trigger('form-submit-validate',[a,this,options,veto]);if(veto.veto){log('ajaxSubmit: submit vetoed via form-submit-validate trigger');return this}var q=$.param(a);if(options.type.toUpperCase()=='GET'){options.url+=(options.url.indexOf('?')>=0?'&':'?')+q;options.data=null}else options.data=q;var $form=this,callbacks=[];if(options.resetForm)callbacks.push(function(){$form.resetForm()});if(options.clearForm)callbacks.push(function(){$form.clearForm()});if(!options.dataType&&options.target){var oldSuccess=options.success||function(){};callbacks.push(function(data){$(options.target).html(data).each(oldSuccess,arguments)})}else if(options.success)callbacks.push(options.success);options.success=function(data,status){for(var i=0,max=callbacks.length;i<max;i++)callbacks[i].apply(options,[data,status,$form])};var files=$('input:file',this).fieldValue();var found=false;for(var j=0;j<files.length;j++)if(files[j])found=true;var multipart=false;if((files.length&&options.iframe!==false)||options.iframe||found||multipart){if(options.closeKeepAlive)$.get(options.closeKeepAlive,fileUpload);else fileUpload()}else $.ajax(options);this.trigger('form-submit-notify',[this,options]);return this;function fileUpload(){var form=$form[0];if($(':input[name=submit]',form).length){alert('Error: Form elements must not be named "submit".');return}var opts=$.extend({},$.ajaxSettings,options);var s=$.extend(true,{},$.extend(true,{},$.ajaxSettings),opts);var id='jqFormIO'+(new Date().getTime());var $io=$('<iframe id="'+id+'" name="'+id+'" src="'+opts.iframeSrc+'" />');var io=$io[0];$io.css({position:'absolute',top:'-1000px',left:'-1000px'});var xhr={aborted:0,responseText:null,responseXML:null,status:0,statusText:'n/a',getAllResponseHeaders:function(){},getResponseHeader:function(){},setRequestHeader:function(){},abort:function(){this.aborted=1;$io.attr('src',opts.iframeSrc)}};var g=opts.global;if(g&&!$.active++)$.event.trigger("ajaxStart");if(g)$.event.trigger("ajaxSend",[xhr,opts]);if(s.beforeSend&&s.beforeSend(xhr,s)===false){s.global&&$.active--;return}if(xhr.aborted)return;var cbInvoked=0;var timedOut=0;var sub=form.clk;if(sub){var n=sub.name;if(n&&!sub.disabled){options.extraData=options.extraData||{};options.extraData[n]=sub.value;if(sub.type=="image"){options.extraData[name+'.x']=form.clk_x;options.extraData[name+'.y']=form.clk_y}}}setTimeout(function(){var t=$form.attr('target'),a=$form.attr('action');form.setAttribute('target',id);if(form.getAttribute('method')!='POST')form.setAttribute('method','POST');if(form.getAttribute('action')!=opts.url)form.setAttribute('action',opts.url);if(!options.skipEncodingOverride){$form.attr({encoding:'multipart/form-data',enctype:'multipart/form-data'})}if(opts.timeout)setTimeout(function(){timedOut=true;cb()},opts.timeout);var extraInputs=[];try{if(options.extraData)for(var n in options.extraData)extraInputs.push($('<input type="hidden" name="'+n+'" value="'+options.extraData[n]+'" />').appendTo(form)[0]);$io.appendTo('body');io.attachEvent?io.attachEvent('onload',cb):io.addEventListener('load',cb,false);form.submit()}finally{form.setAttribute('action',a);t?form.setAttribute('target',t):$form.removeAttr('target');$(extraInputs).remove()}},10);var domCheckCount=50;function cb(){if(cbInvoked++)return;io.detachEvent?io.detachEvent('onload',cb):io.removeEventListener('load',cb,false);var ok=true;try{if(timedOut)throw'timeout';var data,doc;doc=io.contentWindow?io.contentWindow.document:io.contentDocument?io.contentDocument:io.document;var isXml=opts.dataType=='xml'||doc.XMLDocument||$.isXMLDoc(doc);log('isXml='+isXml);if(!isXml&&(doc.body==null||doc.body.innerHTML=='')){if(--domCheckCount){cbInvoked=0;setTimeout(cb,100);return}log('Could not access iframe DOM after 50 tries.');return}xhr.responseText=doc.body?doc.body.innerHTML:null;xhr.responseXML=doc.XMLDocument?doc.XMLDocument:doc;xhr.getResponseHeader=function(header){var headers={'content-type':opts.dataType};return headers[header]};if(opts.dataType=='json'||opts.dataType=='script'){var ta=doc.getElementsByTagName('textarea')[0];if(ta)xhr.responseText=ta.value;else{var pre=doc.getElementsByTagName('pre')[0];if(pre)xhr.responseText=pre.innerHTML}}else if(opts.dataType=='xml'&&!xhr.responseXML&&xhr.responseText!=null){xhr.responseXML=toXml(xhr.responseText)}data=$.httpData(xhr,opts.dataType)}catch(e){ok=false;$.handleError(opts,xhr,'error',e)}if(ok){opts.success(data,'success');if(g)$.event.trigger("ajaxSuccess",[xhr,opts])}if(g)$.event.trigger("ajaxComplete",[xhr,opts]);if(g&&!--$.active)$.event.trigger("ajaxStop");if(opts.complete)opts.complete(xhr,ok?'success':'error');setTimeout(function(){$io.remove();xhr.responseXML=null},100)};function toXml(s,doc){if(window.ActiveXObject){doc=new ActiveXObject('Microsoft.XMLDOM');doc.async='false';doc.loadXML(s)}else doc=(new DOMParser()).parseFromString(s,'text/xml');return(doc&&doc.documentElement&&doc.documentElement.tagName!='parsererror')?doc:null}}};$.fn.ajaxForm=function(options){return this.ajaxFormUnbind().bind('submit.form-plugin',function(){$(this).ajaxSubmit(options);return false}).bind('click.form-plugin',function(e){var target=e.target;var $el=$(target);if(!($el.is(":submit,input:image"))){var t=$el.closest(':submit');if(t.length==0)return;target=t[0]}var form=this;form.clk=target;if(target.type=='image'){if(e.offsetX!=undefined){form.clk_x=e.offsetX;form.clk_y=e.offsetY}else if(typeof $.fn.offset=='function'){var offset=$el.offset();form.clk_x=e.pageX-offset.left;form.clk_y=e.pageY-offset.top}else{form.clk_x=e.pageX-target.offsetLeft;form.clk_y=e.pageY-target.offsetTop}}setTimeout(function(){form.clk=form.clk_x=form.clk_y=null},100)})};$.fn.ajaxFormUnbind=function(){return this.unbind('submit.form-plugin click.form-plugin')};$.fn.formToArray=function(semantic){var a=[];if(this.length==0)return a;var form=this[0];var els=semantic?form.getElementsByTagName('*'):form.elements;if(!els)return a;for(var i=0,max=els.length;i<max;i++){var el=els[i];var n=el.name;if(!n)continue;if(semantic&&form.clk&&el.type=="image"){if(!el.disabled&&form.clk==el){a.push({name:n,value:$(el).val()});a.push({name:n+'.x',value:form.clk_x},{name:n+'.y',value:form.clk_y})}continue}var v=$.fieldValue(el,true);if(v&&v.constructor==Array){for(var j=0,jmax=v.length;j<jmax;j++)a.push({name:n,value:v[j]})}else if(v!==null&&typeof v!='undefined')a.push({name:n,value:v})}if(!semantic&&form.clk){var $input=$(form.clk),input=$input[0],n=input.name;if(n&&!input.disabled&&input.type=='image'){a.push({name:n,value:$input.val()});a.push({name:n+'.x',value:form.clk_x},{name:n+'.y',value:form.clk_y})}}return a};$.fn.formSerialize=function(semantic){return $.param(this.formToArray(semantic))};$.fn.fieldSerialize=function(successful){var a=[];this.each(function(){var n=this.name;if(!n)return;var v=$.fieldValue(this,successful);if(v&&v.constructor==Array){for(var i=0,max=v.length;i<max;i++)a.push({name:n,value:v[i]})}else if(v!==null&&typeof v!='undefined')a.push({name:this.name,value:v})});return $.param(a)};$.fn.fieldValue=function(successful){for(var val=[],i=0,max=this.length;i<max;i++){var el=this[i];var v=$.fieldValue(el,successful);if(v===null||typeof v=='undefined'||(v.constructor==Array&&!v.length))continue;v.constructor==Array?$.merge(val,v):val.push(v)}return val};$.fieldValue=function(el,successful){var n=el.name,t=el.type,tag=el.tagName.toLowerCase();if(typeof successful=='undefined')successful=true;if(successful&&(!n||el.disabled||t=='reset'||t=='button'||(t=='checkbox'||t=='radio')&&!el.checked||(t=='submit'||t=='image')&&el.form&&el.form.clk!=el||tag=='select'&&el.selectedIndex==-1))return null;if(tag=='select'){var index=el.selectedIndex;if(index<0)return null;var a=[],ops=el.options;var one=(t=='select-one');var max=(one?index+1:ops.length);for(var i=(one?index:0);i<max;i++){var op=ops[i];if(op.selected){var v=op.value;if(!v)v=(op.attributes&&op.attributes['value']&&!(op.attributes['value'].specified))?op.text:op.value;if(one)return v;a.push(v)}}return a}return el.value};$.fn.clearForm=function(){return this.each(function(){$('input,select,textarea',this).clearFields()})};$.fn.clearFields=$.fn.clearInputs=function(){return this.each(function(){var t=this.type,tag=this.tagName.toLowerCase();if(t=='text'||t=='password'||tag=='textarea')this.value='';else if(t=='checkbox'||t=='radio')this.checked=false;else if(tag=='select')this.selectedIndex=-1})};$.fn.resetForm=function(){return this.each(function(){if(typeof this.reset=='function'||(typeof this.reset=='object'&&!this.reset.nodeType))this.reset()})};$.fn.enable=function(b){if(b==undefined)b=true;return this.each(function(){this.disabled=!b})};$.fn.selected=function(select){if(select==undefined)select=true;return this.each(function(){var t=this.type;if(t=='checkbox'||t=='radio')this.checked=select;else if(this.tagName.toLowerCase()=='option'){var $sel=$(this).parent('select');if(select&&$sel[0]&&$sel[0].type=='select-one'){$sel.find('option').selected(false)}this.selected=select}})};function log(){if($.fn.ajaxSubmit.debug&&window.console&&window.console.log)window.console.log('[jquery.form] '+Array.prototype.join.call(arguments,''))}})(jQuery);
 
/**
 * jquery.Timers.js
 */
jQuery.fn.extend({everyTime:function(interval,label,fn,times,belay){return this.each(function(){jQuery.timer.add(this,interval,label,fn,times,belay)})},oneTime:function(interval,label,fn){return this.each(function(){jQuery.timer.add(this,interval,label,fn,1)})},stopTime:function(label,fn){return this.each(function(){jQuery.timer.remove(this,label,fn)})}});jQuery.extend({timer:{guid:1,global:{},regex:/^([0-9]+)\s*(.*s)?$/,powers:{'ms':1,'cs':10,'ds':100,'s':1000,'das':10000,'hs':100000,'ks':1000000},timeParse:function(value){if(value==undefined||value==null)return null;var result=this.regex.exec(jQuery.trim(value.toString()));if(result[2]){var num=parseInt(result[1],10);var mult=this.powers[result[2]]||1;return num*mult}else{return value}},add:function(element,interval,label,fn,times,belay){var counter=0;if(jQuery.isFunction(label)){if(!times)times=fn;fn=label;label=interval}interval=jQuery.timer.timeParse(interval);if(typeof interval!='number'||isNaN(interval)||interval<=0)return;if(times&&times.constructor!=Number){belay=!!times;times=0}times=times||0;belay=belay||false;if(!element.$timers)element.$timers={};if(!element.$timers[label])element.$timers[label]={};fn.$timerID=fn.$timerID||this.guid++;var handler=function(){if(belay&&this.inProgress)return;this.inProgress=true;if((++counter>times&&times!==0)||fn.call(element,counter)===false)jQuery.timer.remove(element,label,fn);this.inProgress=false};handler.$timerID=fn.$timerID;if(!element.$timers[label][fn.$timerID])element.$timers[label][fn.$timerID]=window.setInterval(handler,interval);if(!this.global[label])this.global[label]=[];this.global[label].push(element)},remove:function(element,label,fn){var timers=element.$timers,ret;if(timers){if(!label){for(label in timers)this.remove(element,label,fn)}else if(timers[label]){if(fn){if(fn.$timerID){window.clearInterval(timers[label][fn.$timerID]);delete timers[label][fn.$timerID]}}else{for(var fn in timers[label]){window.clearInterval(timers[label][fn]);delete timers[label][fn]}}for(ret in timers[label])break;if(!ret){ret=null;delete timers[label]}}for(ret in timers)break;if(!ret)element.$timers=null}}}});if(jQuery.browser.msie)jQuery(window).one("unload",function(){var global=jQuery.timer.global;for(var label in global){var els=global[label],i=els.length;while(--i)jQuery.timer.remove(els[i],label)}});

/*
 * Treeview 1.4 - jQuery plugin to hide and show branches of a tree
 * 
 */;(function($){$.extend($.fn,{swapClass:function(c1,c2){var c1Elements=this.filter('.'+c1);this.filter('.'+c2).removeClass(c2).addClass(c1);c1Elements.removeClass(c1).addClass(c2);return this;},replaceClass:function(c1,c2){return this.filter('.'+c1).removeClass(c1).addClass(c2).end();},hoverClass:function(className){className=className||"hover";return this.hover(function(){$(this).addClass(className);},function(){$(this).removeClass(className);});},heightToggle:function(animated,callback){animated?this.animate({height:"toggle"},animated,callback):this.each(function(){jQuery(this)[jQuery(this).is(":hidden")?"show":"hide"]();if(callback)callback.apply(this,arguments);});},heightHide:function(animated,callback){if(animated){this.animate({height:"hide"},animated,callback);}else{this.hide();if(callback)this.each(callback);}},prepareBranches:function(settings){if(!settings.prerendered){this.filter(":last-child:not(ul)").addClass(CLASSES.last);this.filter((settings.collapsed?"":"."+CLASSES.closed)+":not(."+CLASSES.open+")").find(">ul").hide();}return this.filter(":has(>ul)");},applyClasses:function(settings,toggler){this.filter(":has(>ul):not(:has(>a))").find(">span").click(function(event){toggler.apply($(this).next());}).add($("a",this)).hoverClass();if(!settings.prerendered){this.filter(":has(>ul:hidden)").addClass(CLASSES.expandable).replaceClass(CLASSES.last,CLASSES.lastExpandable);this.not(":has(>ul:hidden)").addClass(CLASSES.collapsable).replaceClass(CLASSES.last,CLASSES.lastCollapsable);this.prepend("<div class=\""+CLASSES.hitarea+"\"/>").find("div."+CLASSES.hitarea).each(function(){var classes="";$.each($(this).parent().attr("class").split(" "),function(){classes+=this+"-hitarea ";});$(this).addClass(classes);});}this.find("div."+CLASSES.hitarea).click(toggler);},treeview:function(settings){settings=$.extend({cookieId:"treeview"},settings);if(settings.add){return this.trigger("add",[settings.add]);}if(settings.toggle){var callback=settings.toggle;settings.toggle=function(){return callback.apply($(this).parent()[0],arguments);};}function treeController(tree,control){function handler(filter){return function(){toggler.apply($("div."+CLASSES.hitarea,tree).filter(function(){return filter?$(this).parent("."+filter).length:true;}));return false;};}$("a:eq(0)",control).click(handler(CLASSES.collapsable));$("a:eq(1)",control).click(handler(CLASSES.expandable));$("a:eq(2)",control).click(handler());}function toggler(){$(this).parent().find(">.hitarea").swapClass(CLASSES.collapsableHitarea,CLASSES.expandableHitarea).swapClass(CLASSES.lastCollapsableHitarea,CLASSES.lastExpandableHitarea).end().swapClass(CLASSES.collapsable,CLASSES.expandable).swapClass(CLASSES.lastCollapsable,CLASSES.lastExpandable).find(">ul").heightToggle(settings.animated,settings.toggle);if(settings.unique){$(this).parent().siblings().find(">.hitarea").replaceClass(CLASSES.collapsableHitarea,CLASSES.expandableHitarea).replaceClass(CLASSES.lastCollapsableHitarea,CLASSES.lastExpandableHitarea).end().replaceClass(CLASSES.collapsable,CLASSES.expandable).replaceClass(CLASSES.lastCollapsable,CLASSES.lastExpandable).find(">ul").heightHide(settings.animated,settings.toggle);}}function serialize(){function binary(arg){return arg?1:0;}var data=[];branches.each(function(i,e){data[i]=$(e).is(":has(>ul:visible)")?1:0;});$.cookie(settings.cookieId,data.join(""));}function deserialize(){var stored=$.cookie(settings.cookieId);if(stored){var data=stored.split("");branches.each(function(i,e){$(e).find(">ul")[parseInt(data[i])?"show":"hide"]();});}}this.addClass("treeview");var branches=this.find("li").prepareBranches(settings);switch(settings.persist){case"cookie":var toggleCallback=settings.toggle;settings.toggle=function(){serialize();if(toggleCallback){toggleCallback.apply(this,arguments);}};deserialize();break;case"location":var current=this.find("a").filter(function(){return this.href.toLowerCase()==location.href.toLowerCase();});if(current.length){current.addClass("selected").parents("ul, li").add(current.next()).show();}break;}branches.applyClasses(settings,toggler);if(settings.control){treeController(this,settings.control);$(settings.control).show();}return this.bind("add",function(event,branches){$(branches).prev().removeClass(CLASSES.last).removeClass(CLASSES.lastCollapsable).removeClass(CLASSES.lastExpandable).find(">.hitarea").removeClass(CLASSES.lastCollapsableHitarea).removeClass(CLASSES.lastExpandableHitarea);$(branches).find("li").andSelf().prepareBranches(settings).applyClasses(settings,toggler);});}});var CLASSES=$.fn.treeview.classes={open:"open",closed:"closed",expandable:"expandable",expandableHitarea:"expandable-hitarea",lastExpandableHitarea:"lastExpandable-hitarea",collapsable:"collapsable",collapsableHitarea:"collapsable-hitarea",lastCollapsableHitarea:"lastCollapsable-hitarea",lastCollapsable:"lastCollapsable",lastExpandable:"lastExpandable",last:"last",hitarea:"hitarea"};$.fn.Treeview=$.fn.treeview;})(jQuery);

/**
 * jquery.Cycle.js
 */
 (function(i){var l="2.73";if(i.support==undefined){i.support={opacity:!(i.browser.msie)}}function a(q){if(i.fn.cycle.debug){f(q)}}function f(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "))}}i.fn.cycle=function(r,q){var s={s:this.selector,c:this.context};if(this.length===0&&r!="stop"){if(!i.isReady&&s.s){f("DOM not ready, queuing slideshow");i(function(){i(s.s,s.c).cycle(r,q)});return this}f("terminating; zero elements found by selector"+(i.isReady?"":" (DOM not ready)"));return this}return this.each(function(){var w=m(this,r,q);if(w===false){return}if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=this.cyclePause=0;var x=i(this);var y=w.slideExpr?i(w.slideExpr,this):x.children();var u=y.get();if(u.length<2){f("terminating; too few slides: "+u.length);return}var t=k(x,y,u,w,s);if(t===false){return}var v=t.continuous?10:h(t.currSlide,t.nextSlide,t,!t.rev);if(v){v+=(t.delay||0);if(v<10){v=10}a("first timeout: "+v);this.cycleTimeout=setTimeout(function(){e(u,t,0,!t.rev)},v)}})};function m(q,t,r){if(q.cycleStop==undefined){q.cycleStop=0}if(t===undefined||t===null){t={}}if(t.constructor==String){switch(t){case"stop":q.cycleStop++;if(q.cycleTimeout){clearTimeout(q.cycleTimeout)}q.cycleTimeout=0;i(q).removeData("cycle.opts");return false;case"pause":q.cyclePause=1;return false;case"resume":q.cyclePause=0;if(r===true){t=i(q).data("cycle.opts");if(!t){f("options not found, can not resume");return false}if(q.cycleTimeout){clearTimeout(q.cycleTimeout);q.cycleTimeout=0}e(t.elements,t,1,1)}return false;case"prev":case"next":var u=i(q).data("cycle.opts");if(!u){f('options not found, "prev/next" ignored');return false}i.fn.cycle[t](u);return false;default:t={fx:t}}return t}else{if(t.constructor==Number){var s=t;t=i(q).data("cycle.opts");if(!t){f("options not found, can not advance slide");return false}if(s<0||s>=t.elements.length){f("invalid slide index: "+s);return false}t.nextSlide=s;if(q.cycleTimeout){clearTimeout(q.cycleTimeout);q.cycleTimeout=0}if(typeof r=="string"){t.oneTimeFx=r}e(t.elements,t,1,s>=t.currSlide);return false}}return t}function b(q,r){if(!i.support.opacity&&r.cleartype&&q.style.filter){try{q.style.removeAttribute("filter")}catch(s){}}}function k(y,J,u,t,E){var C=i.extend({},i.fn.cycle.defaults,t||{},i.metadata?y.metadata():i.meta?y.data():{});if(C.autostop){C.countdown=C.autostopCount||u.length}var r=y[0];y.data("cycle.opts",C);C.$cont=y;C.stopCount=r.cycleStop;C.elements=u;C.before=C.before?[C.before]:[];C.after=C.after?[C.after]:[];C.after.unshift(function(){C.busy=0});if(!i.support.opacity&&C.cleartype){C.after.push(function(){b(this,C)})}if(C.continuous){C.after.push(function(){e(u,C,0,!C.rev)})}n(C);if(!i.support.opacity&&C.cleartype&&!C.cleartypeNoBg){g(J)}if(y.css("position")=="static"){y.css("position","relative")}if(C.width){y.width(C.width)}if(C.height&&C.height!="auto"){y.height(C.height)}if(C.startingSlide){C.startingSlide=parseInt(C.startingSlide)}if(C.random){C.randomMap=[];for(var H=0;H<u.length;H++){C.randomMap.push(H)}C.randomMap.sort(function(L,w){return Math.random()-0.5});C.randomIndex=0;C.startingSlide=C.randomMap[0]}else{if(C.startingSlide>=u.length){C.startingSlide=0}}C.currSlide=C.startingSlide=C.startingSlide||0;var x=C.startingSlide;J.css({position:"absolute",top:0,left:0}).hide().each(function(w){var L=x?w>=x?u.length-(w-x):x-w:u.length-w;i(this).css("z-index",L)});i(u[x]).css("opacity",1).show();b(u[x],C);if(C.fit&&C.width){J.width(C.width)}if(C.fit&&C.height&&C.height!="auto"){J.height(C.height)}var D=C.containerResize&&!y.innerHeight();if(D){var v=0,B=0;for(var F=0;F<u.length;F++){var q=i(u[F]),K=q[0],A=q.outerWidth(),I=q.outerHeight();if(!A){A=K.offsetWidth}if(!I){I=K.offsetHeight}v=A>v?A:v;B=I>B?I:B}if(v>0&&B>0){y.css({width:v+"px",height:B+"px"})}}if(C.pause){y.hover(function(){this.cyclePause++},function(){this.cyclePause--})}if(c(C)===false){return false}var s=false;t.requeueAttempts=t.requeueAttempts||0;J.each(function(){var N=i(this);this.cycleH=(C.fit&&C.height)?C.height:N.height();this.cycleW=(C.fit&&C.width)?C.width:N.width();if(N.is("img")){var L=(i.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var O=(i.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var M=(i.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var w=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(L||O||M||w){if(E.s&&C.requeueOnImageNotLoaded&&++t.requeueAttempts<100){f(t.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){i(E.s,E.c).cycle(t)},C.requeueTimeout);s=true;return false}else{f("could not determine size of image: "+this.src,this.cycleW,this.cycleH)}}}return true});if(s){return false}C.cssBefore=C.cssBefore||{};C.animIn=C.animIn||{};C.animOut=C.animOut||{};J.not(":eq("+x+")").css(C.cssBefore);if(C.cssFirst){i(J[x]).css(C.cssFirst)}if(C.timeout){C.timeout=parseInt(C.timeout);if(C.speed.constructor==String){C.speed=i.fx.speeds[C.speed]||parseInt(C.speed)}if(!C.sync){C.speed=C.speed/2}while((C.timeout-C.speed)<250){C.timeout+=C.speed}}if(C.easing){C.easeIn=C.easeOut=C.easing}if(!C.speedIn){C.speedIn=C.speed}if(!C.speedOut){C.speedOut=C.speed}C.slideCount=u.length;C.currSlide=C.lastSlide=x;if(C.random){C.nextSlide=C.currSlide;if(++C.randomIndex==u.length){C.randomIndex=0}C.nextSlide=C.randomMap[C.randomIndex]}else{C.nextSlide=C.startingSlide>=(u.length-1)?0:C.startingSlide+1}if(!C.multiFx){var G=i.fn.cycle.transitions[C.fx];if(i.isFunction(G)){G(y,J,C)}else{if(C.fx!="custom"&&!C.multiFx){f("unknown transition: "+C.fx,"; slideshow terminating");return false}}}var z=J[x];if(C.before.length){C.before[0].apply(z,[z,z,C,true])}if(C.after.length>1){C.after[1].apply(z,[z,z,C,true])}if(C.next){i(C.next).bind(C.prevNextEvent,function(){return o(C,C.rev?-1:1)})}if(C.prev){i(C.prev).bind(C.prevNextEvent,function(){return o(C,C.rev?1:-1)})}if(C.pager){d(u,C)}j(C,u);return C}function n(q){q.original={before:[],after:[]};q.original.cssBefore=i.extend({},q.cssBefore);q.original.cssAfter=i.extend({},q.cssAfter);q.original.animIn=i.extend({},q.animIn);q.original.animOut=i.extend({},q.animOut);i.each(q.before,function(){q.original.before.push(this)});i.each(q.after,function(){q.original.after.push(this)})}function c(w){var u,s,r=i.fn.cycle.transitions;if(w.fx.indexOf(",")>0){w.multiFx=true;w.fxs=w.fx.replace(/\s*/g,"").split(",");for(u=0;u<w.fxs.length;u++){var v=w.fxs[u];s=r[v];if(!s||!r.hasOwnProperty(v)||!i.isFunction(s)){f("discarding unknown transition: ",v);w.fxs.splice(u,1);u--}}if(!w.fxs.length){f("No valid transitions named; slideshow terminating.");return false}}else{if(w.fx=="all"){w.multiFx=true;w.fxs=[];for(p in r){s=r[p];if(r.hasOwnProperty(p)&&i.isFunction(s)){w.fxs.push(p)}}}}if(w.multiFx&&w.randomizeEffects){var t=Math.floor(Math.random()*20)+30;for(u=0;u<t;u++){var q=Math.floor(Math.random()*w.fxs.length);w.fxs.push(w.fxs.splice(q,1)[0])}a("randomized fx sequence: ",w.fxs)}return true}function j(r,q){r.addSlide=function(u,v){var t=i(u),w=t[0];if(!r.autostopCount){r.countdown++}q[v?"unshift":"push"](w);if(r.els){r.els[v?"unshift":"push"](w)}r.slideCount=q.length;t.css("position","absolute");t[v?"prependTo":"appendTo"](r.$cont);if(v){r.currSlide++;r.nextSlide++}if(!i.support.opacity&&r.cleartype&&!r.cleartypeNoBg){g(t)}if(r.fit&&r.width){t.width(r.width)}if(r.fit&&r.height&&r.height!="auto"){$slides.height(r.height)}w.cycleH=(r.fit&&r.height)?r.height:t.height();w.cycleW=(r.fit&&r.width)?r.width:t.width();t.css(r.cssBefore);if(r.pager){i.fn.cycle.createPagerAnchor(q.length-1,w,i(r.pager),q,r)}if(i.isFunction(r.onAddSlide)){r.onAddSlide(t)}else{t.hide()}}}i.fn.cycle.resetState=function(r,q){q=q||r.fx;r.before=[];r.after=[];r.cssBefore=i.extend({},r.original.cssBefore);r.cssAfter=i.extend({},r.original.cssAfter);r.animIn=i.extend({},r.original.animIn);r.animOut=i.extend({},r.original.animOut);r.fxFn=null;i.each(r.original.before,function(){r.before.push(this)});i.each(r.original.after,function(){r.after.push(this)});var s=i.fn.cycle.transitions[q];if(i.isFunction(s)){s(r.$cont,i(r.elements),r)}};function e(x,q,w,y){if(w&&q.busy&&q.manualTrump){i(x).stop(true,true);q.busy=false}if(q.busy){return}var u=q.$cont[0],A=x[q.currSlide],z=x[q.nextSlide];if(u.cycleStop!=q.stopCount||u.cycleTimeout===0&&!w){return}if(!w&&!u.cyclePause&&((q.autostop&&(--q.countdown<=0))||(q.nowrap&&!q.random&&q.nextSlide<q.currSlide))){if(q.end){q.end(q)}return}if(w||!u.cyclePause){var v=q.fx;A.cycleH=A.cycleH||i(A).height();A.cycleW=A.cycleW||i(A).width();z.cycleH=z.cycleH||i(z).height();z.cycleW=z.cycleW||i(z).width();if(q.multiFx){if(q.lastFx==undefined||++q.lastFx>=q.fxs.length){q.lastFx=0}v=q.fxs[q.lastFx];q.currFx=v}if(q.oneTimeFx){v=q.oneTimeFx;q.oneTimeFx=null}i.fn.cycle.resetState(q,v);if(q.before.length){i.each(q.before,function(B,C){if(u.cycleStop!=q.stopCount){return}C.apply(z,[A,z,q,y])})}var s=function(){i.each(q.after,function(B,C){if(u.cycleStop!=q.stopCount){return}C.apply(z,[A,z,q,y])})};if(q.nextSlide!=q.currSlide){q.busy=1;if(q.fxFn){q.fxFn(A,z,q,s,y)}else{if(i.isFunction(i.fn.cycle[q.fx])){i.fn.cycle[q.fx](A,z,q,s)}else{i.fn.cycle.custom(A,z,q,s,w&&q.fastOnEvent)}}}q.lastSlide=q.currSlide;if(q.random){q.currSlide=q.nextSlide;if(++q.randomIndex==x.length){q.randomIndex=0}q.nextSlide=q.randomMap[q.randomIndex]}else{var t=(q.nextSlide+1)==x.length;q.nextSlide=t?0:q.nextSlide+1;q.currSlide=t?x.length-1:q.nextSlide-1}if(q.pager){i.fn.cycle.updateActivePagerLink(q.pager,q.currSlide)}}var r=0;if(q.timeout&&!q.continuous){r=h(A,z,q,y)}else{if(q.continuous&&u.cyclePause){r=10}}if(r>0){u.cycleTimeout=setTimeout(function(){e(x,q,0,!q.rev)},r)}}i.fn.cycle.updateActivePagerLink=function(q,r){i(q).each(function(){i(this).find("a").removeClass("activeSlide").filter("a:eq("+r+")").addClass("activeSlide")})};function h(v,s,u,r){if(u.timeoutFn){var q=u.timeoutFn(v,s,u,r);while((q-u.speed)<250){q+=u.speed}a("calculated timeout: "+q+"; speed: "+u.speed);if(q!==false){return q}}return u.timeout}i.fn.cycle.next=function(q){o(q,q.rev?-1:1)};i.fn.cycle.prev=function(q){o(q,q.rev?1:-1)};function o(r,u){var q=r.elements;var t=r.$cont[0],s=t.cycleTimeout;if(s){clearTimeout(s);t.cycleTimeout=0}if(r.random&&u<0){r.randomIndex--;if(--r.randomIndex==-2){r.randomIndex=q.length-2}else{if(r.randomIndex==-1){r.randomIndex=q.length-1}}r.nextSlide=r.randomMap[r.randomIndex]}else{if(r.random){if(++r.randomIndex==q.length){r.randomIndex=0}r.nextSlide=r.randomMap[r.randomIndex]}else{r.nextSlide=r.currSlide+u;if(r.nextSlide<0){if(r.nowrap){return false}r.nextSlide=q.length-1}else{if(r.nextSlide>=q.length){if(r.nowrap){return false}r.nextSlide=0}}}}if(i.isFunction(r.prevNextClick)){r.prevNextClick(u>0,r.nextSlide,q[r.nextSlide])}e(q,r,1,u>=0);return false}function d(r,s){var q=i(s.pager);i.each(r,function(t,u){i.fn.cycle.createPagerAnchor(t,u,q,r,s)});i.fn.cycle.updateActivePagerLink(s.pager,s.startingSlide)}i.fn.cycle.createPagerAnchor=function(u,v,s,t,w){var r;if(i.isFunction(w.pagerAnchorBuilder)){r=w.pagerAnchorBuilder(u,v)}else{r='<a href="#">'+(u+1)+"</a>"}if(!r){return}var x=i(r);if(x.parents("body").length===0){var q=[];if(s.length>1){s.each(function(){var y=x.clone(true);i(this).append(y);q.push(y[0])});x=i(q)}else{x.appendTo(s)}}x.bind(w.pagerEvent,function(A){A.preventDefault();w.nextSlide=u;var z=w.$cont[0],y=z.cycleTimeout;if(y){clearTimeout(y);z.cycleTimeout=0}if(i.isFunction(w.pagerClick)){w.pagerClick(w.nextSlide,t[w.nextSlide])}e(t,w,1,w.currSlide<u);return false});if(w.pagerEvent!="click"){x.click(function(){return false})}if(w.pauseOnPagerHover){x.hover(function(){w.$cont[0].cyclePause++},function(){w.$cont[0].cyclePause--})}};i.fn.cycle.hopsFromLast=function(t,s){var r,q=t.lastSlide,u=t.currSlide;if(s){r=u>q?u-q:t.slideCount-q}else{r=u<q?q-u:q+t.slideCount-u}return r};function g(s){function r(t){t=parseInt(t).toString(16);return t.length<2?"0"+t:t}function q(w){for(;w&&w.nodeName.toLowerCase()!="html";w=w.parentNode){var t=i.css(w,"background-color");if(t.indexOf("rgb")>=0){var u=t.match(/\d+/g);return"#"+r(u[0])+r(u[1])+r(u[2])}if(t&&t!="transparent"){return t}}return"#ffffff"}s.each(function(){i(this).css("background-color",q(this))})}i.fn.cycle.commonReset=function(v,t,u,r,s,q){i(u.elements).not(v).hide();u.cssBefore.opacity=1;u.cssBefore.display="block";if(r!==false&&t.cycleW>0){u.cssBefore.width=t.cycleW}if(s!==false&&t.cycleH>0){u.cssBefore.height=t.cycleH}u.cssAfter=u.cssAfter||{};u.cssAfter.display="none";i(v).css("zIndex",u.slideCount+(q===true?1:0));i(t).css("zIndex",u.slideCount+(q===true?0:1))};i.fn.cycle.custom=function(B,v,q,s,r){var A=i(B),w=i(v);var t=q.speedIn,z=q.speedOut,u=q.easeIn,y=q.easeOut;w.css(q.cssBefore);if(r){if(typeof r=="number"){t=z=r}else{t=z=1}u=y=null}var x=function(){w.animate(q.animIn,t,u,s)};A.animate(q.animOut,z,y,function(){if(q.cssAfter){A.css(q.cssAfter)}if(!q.sync){x()}});if(q.sync){x()}};i.fn.cycle.transitions={fade:function(r,s,q){s.not(":eq("+q.currSlide+")").css("opacity",0);q.before.push(function(v,t,u){i.fn.cycle.commonReset(v,t,u);u.cssBefore.opacity=0});q.animIn={opacity:1};q.animOut={opacity:0};q.cssBefore={top:0,left:0}}};i.fn.cycle.ver=function(){return l};i.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,prevNextEvent:"click",pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!i.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250}})(jQuery);
(function(a){a.fn.cycle.transitions.none=function(c,d,b){b.fxFn=function(g,e,f,h){a(e).show();a(g).hide();h()}};a.fn.cycle.transitions.scrollUp=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.height();c.cssBefore={top:b,left:0};c.cssFirst={top:0};c.animIn={top:0};c.animOut={top:-b}};a.fn.cycle.transitions.scrollDown=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.height();c.cssFirst={top:0};c.cssBefore={top:-b,left:0};c.animIn={top:0};c.animOut={top:b}};a.fn.cycle.transitions.scrollLeft=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.width();c.cssFirst={left:0};c.cssBefore={left:b,top:0};c.animIn={left:0};c.animOut={left:0-b}};a.fn.cycle.transitions.scrollRight=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.width();c.cssFirst={left:0};c.cssBefore={left:-b,top:0};c.animIn={left:0};c.animOut={left:b}};a.fn.cycle.transitions.scrollHorz=function(c,d,b){c.css("overflow","hidden").width();b.before.push(function(h,f,g,e){a.fn.cycle.commonReset(h,f,g);g.cssBefore.left=e?(f.cycleW-1):(1-f.cycleW);g.animOut.left=e?-h.cycleW:h.cycleW});b.cssFirst={left:0};b.cssBefore={top:0};b.animIn={left:0};b.animOut={top:0}};a.fn.cycle.transitions.scrollVert=function(c,d,b){c.css("overflow","hidden");b.before.push(function(h,f,g,e){a.fn.cycle.commonReset(h,f,g);g.cssBefore.top=e?(1-f.cycleH):(f.cycleH-1);g.animOut.top=e?h.cycleH:-h.cycleH});b.cssFirst={top:0};b.cssBefore={left:0};b.animIn={top:0};b.animOut={left:0}};a.fn.cycle.transitions.slideX=function(c,d,b){b.before.push(function(g,e,f){a(f.elements).not(g).hide();a.fn.cycle.commonReset(g,e,f,false,true);f.animIn.width=e.cycleW});b.cssBefore={left:0,top:0,width:0};b.animIn={width:"show"};b.animOut={width:0}};a.fn.cycle.transitions.slideY=function(c,d,b){b.before.push(function(g,e,f){a(f.elements).not(g).hide();a.fn.cycle.commonReset(g,e,f,true,false);f.animIn.height=e.cycleH});b.cssBefore={left:0,top:0,height:0};b.animIn={height:"show"};b.animOut={height:0}};a.fn.cycle.transitions.shuffle=function(e,f,d){var c,b=e.css("overflow","visible").width();f.css({left:0,top:0});d.before.push(function(i,g,h){a.fn.cycle.commonReset(i,g,h,true,true,true)});if(!d.speedAdjusted){d.speed=d.speed/2;d.speedAdjusted=true}d.random=0;d.shuffle=d.shuffle||{left:-b,top:15};d.els=[];for(c=0;c<f.length;c++){d.els.push(f[c])}for(c=0;c<d.currSlide;c++){d.els.push(d.els.shift())}d.fxFn=function(m,j,l,g,i){var h=i?a(m):a(j);a(j).css(l.cssBefore);var k=l.slideCount;h.animate(l.shuffle,l.speedIn,l.easeIn,function(){var o=a.fn.cycle.hopsFromLast(l,i);for(var q=0;q<o;q++){i?l.els.push(l.els.shift()):l.els.unshift(l.els.pop())}if(i){for(var r=0,n=l.els.length;r<n;r++){a(l.els[r]).css("z-index",n-r+k)}}else{var s=a(m).css("z-index");h.css("z-index",parseInt(s)+1+k)}h.animate({left:0,top:0},l.speedOut,l.easeOut,function(){a(i?this:m).hide();if(g){g()}})})};d.cssBefore={display:"block",opacity:1,top:0,left:0}};a.fn.cycle.transitions.turnUp=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false);f.cssBefore.top=e.cycleH;f.animIn.height=e.cycleH});b.cssFirst={top:0};b.cssBefore={left:0,height:0};b.animIn={top:0};b.animOut={height:0}};a.fn.cycle.transitions.turnDown=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false);f.animIn.height=e.cycleH;f.animOut.top=g.cycleH});b.cssFirst={top:0};b.cssBefore={left:0,top:0,height:0};b.animOut={height:0}};a.fn.cycle.transitions.turnLeft=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true);f.cssBefore.left=e.cycleW;f.animIn.width=e.cycleW});b.cssBefore={top:0,width:0};b.animIn={left:0};b.animOut={width:0}};a.fn.cycle.transitions.turnRight=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true);f.animIn.width=e.cycleW;f.animOut.left=g.cycleW});b.cssBefore={top:0,left:0,width:0};b.animIn={left:0};b.animOut={width:0}};a.fn.cycle.transitions.zoom=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,false,true);f.cssBefore.top=e.cycleH/2;f.cssBefore.left=e.cycleW/2;f.animIn={top:0,left:0,width:e.cycleW,height:e.cycleH};f.animOut={width:0,height:0,top:g.cycleH/2,left:g.cycleW/2}});b.cssFirst={top:0,left:0};b.cssBefore={width:0,height:0}};a.fn.cycle.transitions.fadeZoom=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,false);f.cssBefore.left=e.cycleW/2;f.cssBefore.top=e.cycleH/2;f.animIn={top:0,left:0,width:e.cycleW,height:e.cycleH}});b.cssBefore={width:0,height:0};b.animOut={opacity:0}};a.fn.cycle.transitions.blindX=function(d,e,c){var b=d.css("overflow","hidden").width();c.before.push(function(h,f,g){a.fn.cycle.commonReset(h,f,g);g.animIn.width=f.cycleW;g.animOut.left=h.cycleW});c.cssBefore={left:b,top:0};c.animIn={left:0};c.animOut={left:b}};a.fn.cycle.transitions.blindY=function(d,e,c){var b=d.css("overflow","hidden").height();c.before.push(function(h,f,g){a.fn.cycle.commonReset(h,f,g);g.animIn.height=f.cycleH;g.animOut.top=h.cycleH});c.cssBefore={top:b,left:0};c.animIn={top:0};c.animOut={top:b}};a.fn.cycle.transitions.blindZ=function(e,f,d){var c=e.css("overflow","hidden").height();var b=e.width();d.before.push(function(i,g,h){a.fn.cycle.commonReset(i,g,h);h.animIn.height=g.cycleH;h.animOut.top=i.cycleH});d.cssBefore={top:c,left:b};d.animIn={top:0,left:0};d.animOut={top:c,left:b}};a.fn.cycle.transitions.growX=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true);f.cssBefore.left=this.cycleW/2;f.animIn={left:0,width:this.cycleW};f.animOut={left:0}});b.cssBefore={width:0,top:0}};a.fn.cycle.transitions.growY=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false);f.cssBefore.top=this.cycleH/2;f.animIn={top:0,height:this.cycleH};f.animOut={top:0}});b.cssBefore={height:0,left:0}};a.fn.cycle.transitions.curtainX=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true,true);f.cssBefore.left=e.cycleW/2;f.animIn={left:0,width:this.cycleW};f.animOut={left:g.cycleW/2,width:0}});b.cssBefore={top:0,width:0}};a.fn.cycle.transitions.curtainY=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false,true);f.cssBefore.top=e.cycleH/2;f.animIn={top:0,height:e.cycleH};f.animOut={top:g.cycleH/2,height:0}});b.cssBefore={left:0,height:0}};a.fn.cycle.transitions.cover=function(f,g,e){var i=e.direction||"left";var b=f.css("overflow","hidden").width();var c=f.height();e.before.push(function(j,d,h){a.fn.cycle.commonReset(j,d,h);if(i=="right"){h.cssBefore.left=-b}else{if(i=="up"){h.cssBefore.top=c}else{if(i=="down"){h.cssBefore.top=-c}else{h.cssBefore.left=b}}}});e.animIn={left:0,top:0};e.animOut={opacity:1};e.cssBefore={top:0,left:0}};a.fn.cycle.transitions.uncover=function(f,g,e){var i=e.direction||"left";var b=f.css("overflow","hidden").width();var c=f.height();e.before.push(function(j,d,h){a.fn.cycle.commonReset(j,d,h,true,true,true);if(i=="right"){h.animOut.left=b}else{if(i=="up"){h.animOut.top=-c}else{if(i=="down"){h.animOut.top=c}else{h.animOut.left=-b}}}});e.animIn={left:0,top:0};e.animOut={opacity:1};e.cssBefore={top:0,left:0}};a.fn.cycle.transitions.toss=function(e,f,d){var b=e.css("overflow","visible").width();var c=e.height();d.before.push(function(i,g,h){a.fn.cycle.commonReset(i,g,h,true,true,true);if(!h.animOut.left&&!h.animOut.top){h.animOut={left:b*2,top:-c/2,opacity:0}}else{h.animOut.opacity=0}});d.cssBefore={left:0,top:0};d.animIn={left:0}};a.fn.cycle.transitions.wipe=function(s,m,e){var q=s.css("overflow","hidden").width();var j=s.height();e.cssBefore=e.cssBefore||{};var g;if(e.clip){if(/l2r/.test(e.clip)){g="rect(0px 0px "+j+"px 0px)"}else{if(/r2l/.test(e.clip)){g="rect(0px "+q+"px "+j+"px "+q+"px)"}else{if(/t2b/.test(e.clip)){g="rect(0px "+q+"px 0px 0px)"}else{if(/b2t/.test(e.clip)){g="rect("+j+"px "+q+"px "+j+"px 0px)"}else{if(/zoom/.test(e.clip)){var o=parseInt(j/2);var f=parseInt(q/2);g="rect("+o+"px "+f+"px "+o+"px "+f+"px)"}}}}}}e.cssBefore.clip=e.cssBefore.clip||g||"rect(0px 0px 0px 0px)";var k=e.cssBefore.clip.match(/(\d+)/g);var u=parseInt(k[0]),c=parseInt(k[1]),n=parseInt(k[2]),i=parseInt(k[3]);e.before.push(function(w,h,t){if(w==h){return}var d=a(w),b=a(h);a.fn.cycle.commonReset(w,h,t,true,true,false);t.cssAfter.display="block";var r=1,l=parseInt((t.speedIn/13))-1;(function v(){var y=u?u-parseInt(r*(u/l)):0;var z=i?i-parseInt(r*(i/l)):0;var A=n<j?n+parseInt(r*((j-n)/l||1)):j;var x=c<q?c+parseInt(r*((q-c)/l||1)):q;b.css({clip:"rect("+y+"px "+x+"px "+A+"px "+z+"px)"});(r++<=l)?setTimeout(v,13):d.css("display","none")})()});e.cssBefore={display:"block",opacity:1,top:0,left:0};e.animIn={left:0};e.animOut={left:0}}})(jQuery);

(function($){ 		  
	$.fn.popupWindow = function(instanceSettings){
		
		return this.each(function(){
		
		$(this).click(function(){
		
		$.fn.popupWindow.defaultSettings = {
			centerBrowser:0, // center window over browser window? {1 (YES) or 0 (NO)}. overrides top and left
			centerScreen:0, // center window over entire screen? {1 (YES) or 0 (NO)}. overrides top and left
			height:500, // sets the height in pixels of the window.
			left:0, // left position when the window appears.
			location:0, // determines whether the address bar is displayed {1 (YES) or 0 (NO)}.
			menubar:0, // determines whether the menu bar is displayed {1 (YES) or 0 (NO)}.
			resizable:0, // whether the window can be resized {1 (YES) or 0 (NO)}. Can also be overloaded using resizable.
			scrollbars:0, // determines whether scrollbars appear on the window {1 (YES) or 0 (NO)}.
			status:0, // whether a status line appears at the bottom of the window {1 (YES) or 0 (NO)}.
			width:500, // sets the width in pixels of the window.
			windowName:null, // name of window set from the name attribute of the element that invokes the click
			windowURL:null, // url used for the popup
			top:0, // top position when the window appears.
			toolbar:0 // determines whether a toolbar (includes the forward and back buttons) is displayed {1 (YES) or 0 (NO)}.
		};
		
		settings = $.extend({}, $.fn.popupWindow.defaultSettings, instanceSettings || {});
		
		var windowFeatures =    'height=' + settings.height +
								',width=' + settings.width +
								',toolbar=' + settings.toolbar +
								',scrollbars=' + settings.scrollbars +
								',status=' + settings.status + 
								',resizable=' + settings.resizable +
								',location=' + settings.location +
								',menuBar=' + settings.menubar;

				settings.windowName = this.name || settings.windowName;
				settings.windowURL = this.href || settings.windowURL;
				var centeredY,centeredX;
			
				if(settings.centerBrowser){
						
					if ($.browser.msie) {//hacked together for IE browsers
						centeredY = (window.screenTop - 120) + ((((document.documentElement.clientHeight + 120)/2) - (settings.height/2)));
						centeredX = window.screenLeft + ((((document.body.offsetWidth + 20)/2) - (settings.width/2)));
					}else{
						centeredY = window.screenY + (((window.outerHeight/2) - (settings.height/2)));
						centeredX = window.screenX + (((window.outerWidth/2) - (settings.width/2)));
					}
					window.open(settings.windowURL, settings.windowName, windowFeatures+',left=' + centeredX +',top=' + centeredY).focus();
				}else if(settings.centerScreen){
					centeredY = (screen.height - settings.height)/2;
					centeredX = (screen.width - settings.width)/2;
					window.open(settings.windowURL, settings.windowName, windowFeatures+',left=' + centeredX +',top=' + centeredY).focus();
				}else{
					window.open(settings.windowURL, settings.windowName, windowFeatures+',left=' + settings.left +',top=' + settings.top).focus();	
				}
				return false;
			});
			
		});	
	};
})(jQuery);



/*
 * CUFON - @version 1.09
*/
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Typeface © The Monotype Corporation plc. Data © The Monotype Corporation
 * plc/Type Solutions Inc. 1990-1992. All Rights Reserved
 * 
 * Trademark:
 * Times New Roman® Trademark of The Monotype Corporation plc registered in the US
 * Pat & TM Off. and elsewhere.
 * 
 * Description:
 * This remarkable typeface first appeared in 1932 in The Times of London
 * newspaper, for which it was designed.  It has subsequently become one of the
 * worlds most successful type creations.  The original drawings were made under
 * Stanley Morison's direction by Victor Lardent at The Times.  It then went
 * through an extensive iterative process involving further work in Monotype's Type
 * Drawing Office.  Based on experiments Morison had conducted using Perpetua and
 * Plantin, it has many old style characteristics but was adapted to give excellent
 * legibility coupled with good economy.  Widely used in books and magazines, for
 * reports, office documents and also for display and advertising.
 * 
 * Manufacturer:
 * Monotype Typography
 * 
 * Designer:
 * Monotype Type Drawing Office - Stanley Morison, Victor Lardent 1932
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_timesnewroman.html
 * 
 * License information:
 * http://www.monotype.com/html/type/license.html
 */
Cufon.registerFont({"w":180,"face":{"font-family":"Times New Roman","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 2 6 3 5 4 5 2 3 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-28 -258 337 78.0844","underline-thickness":"17.5781","underline-position":"-30.4102","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":90,"k":{"Y":13,"W":7,"V":7,"T":7,"A":20}},"\u00a0":{"w":90},"!":{"d":"60,-244v17,0,21,19,19,39r-16,142r-6,0r-17,-156v0,-13,8,-25,20,-25xm40,-15v0,-10,10,-19,20,-19v9,0,20,9,19,19v1,10,-9,20,-19,20v-10,0,-21,-10,-20,-20","w":119},"\"":{"d":"105,-244v24,1,19,29,15,51r-10,52r-9,0v-4,-28,-11,-52,-13,-82v-1,-14,5,-21,17,-21xm41,-244v39,8,3,71,3,103r-7,0r-14,-81v0,-15,6,-21,18,-22","w":146},"#":{"d":"20,5r17,-80r-30,0r0,-14r32,0r13,-61r-45,0r0,-14r48,0r16,-80r14,0r-16,80r60,0r17,-80r14,0r-16,80r29,0r0,14r-32,0r-12,61r44,0r0,14r-47,0r-17,80r-14,0r16,-80r-59,0r-17,80r-15,0xm54,-89r60,0r12,-61r-60,0"},"$":{"d":"81,5v-26,-1,-41,-5,-62,-14r0,-50r8,0v2,33,21,49,54,52r0,-102v-37,-26,-62,-31,-62,-76v0,-32,27,-55,62,-57r0,-16r11,0r0,16v30,2,25,3,58,15r0,53r-6,0v-4,-36,-17,-52,-52,-56r0,89v44,35,70,32,70,82v0,37,-31,62,-70,64r0,22r-11,0r0,-22xm81,-230v-31,0,-43,34,-27,58v5,7,14,15,27,23r0,-81xm92,-7v34,-1,52,-36,35,-65v-5,-7,-17,-17,-35,-30r0,95"},"%":{"d":"245,-244r-174,254r-16,0r174,-254r16,0xm13,-179v0,-35,18,-65,51,-65v69,0,64,130,0,129v-33,-1,-51,-29,-51,-64xm63,-124v33,-4,33,-106,0,-110v-19,5,-22,23,-22,55v0,29,0,50,22,55xm186,-54v0,-35,18,-64,51,-64v31,0,50,28,50,64v0,37,-19,64,-50,64v-32,0,-51,-29,-51,-64xm237,0v32,-6,32,-104,0,-109v-32,2,-33,107,0,109","w":299},"&":{"d":"200,-127v0,-10,-7,-19,-16,-20r0,-6r74,0r0,6v-31,5,-28,10,-46,40v-11,18,-22,37,-35,53v18,30,74,50,86,6r6,5v-6,28,-23,48,-54,48v-30,0,-43,-15,-62,-34v-25,21,-40,33,-77,34v-35,1,-63,-21,-63,-52v0,-46,31,-62,73,-86v-28,-46,-13,-111,47,-111v25,0,49,18,47,43v-2,37,-23,45,-57,64v15,26,30,50,46,72v21,-25,31,-45,31,-62xm133,-231v-41,4,-34,51,-16,82v24,-11,43,-25,43,-53v0,-15,-11,-30,-27,-29xm50,-63v-2,51,65,61,94,24v-27,-38,-33,-45,-52,-82v-23,13,-41,28,-42,58","w":280},"'":{"d":"31,-244v40,7,4,71,5,103r-8,0r-14,-81v0,-14,5,-21,17,-22","w":64},"(":{"d":"112,-243v-87,44,-86,269,0,313r0,7v-86,-33,-127,-169,-70,-263v18,-30,41,-51,70,-64r0,7","w":119},")":{"d":"8,70v88,-43,84,-268,0,-313r0,-7v86,33,127,170,70,263v-18,30,-41,51,-70,64r0,-7","w":119},"*":{"d":"25,-207v16,-33,46,14,62,23v0,0,-27,-60,4,-66v26,6,4,47,3,66v18,-8,26,-35,47,-35v7,0,14,6,14,13v0,22,-41,19,-58,29v18,10,57,6,57,30v0,7,-6,13,-13,13v-21,-2,-29,-27,-47,-37v0,24,24,60,-3,67v-30,-4,-5,-47,-4,-67v-20,11,-43,58,-62,24v3,-24,38,-19,58,-30v-18,-10,-58,-7,-58,-30"},"+":{"d":"94,-25r0,-87r-87,0r0,-15r87,0r0,-87r14,0r0,87r88,0r0,15r-88,0r0,87r-14,0","w":203},",":{"d":"42,-35v32,1,38,48,17,70v-9,9,-22,19,-40,25r0,-8v20,-6,38,-22,38,-45v1,-12,-12,-4,-19,-2v-12,0,-19,-7,-19,-19v0,-12,11,-21,23,-21","w":90},"-":{"d":"15,-94r90,0r0,26r-90,0r0,-26","w":119},"\u00ad":{"d":"15,-94r90,0r0,26r-90,0r0,-26","w":119},".":{"d":"25,-15v0,-28,40,-22,40,0v1,10,-10,20,-20,20v-10,0,-21,-10,-20,-20","w":90},"\/":{"d":"101,-250r-86,255r-14,0r86,-255r14,0","w":100},"0":{"d":"89,4v-99,-5,-105,-242,2,-247v101,7,104,241,-2,247xm91,-232v-43,5,-44,72,-44,119v0,48,6,99,42,106v45,-10,44,-61,44,-122v0,-47,-3,-95,-42,-103"},"1":{"d":"77,-171v1,-35,-1,-52,-32,-39r-3,-5v22,-9,38,-23,64,-28r0,201v0,30,0,35,30,35r0,7r-90,0r0,-7v31,0,31,-3,31,-35r0,-129","k":{"1":13}},"2":{"d":"45,-27v42,-3,101,11,114,-19r6,0r-17,46r-140,0r0,-7v58,-58,103,-84,112,-158v4,-28,-20,-52,-47,-51v-27,0,-44,18,-52,40r-6,0v4,-39,27,-67,68,-67v36,0,67,27,67,62v0,63,-85,129,-105,154"},"3":{"d":"109,-179v-1,-49,-66,-52,-85,-11r-6,-3v13,-28,29,-50,65,-50v61,0,74,69,23,102v82,31,37,154,-50,145v-23,-2,-39,-3,-41,-19v9,-29,43,4,65,4v23,0,45,-22,44,-47v-1,-39,-27,-61,-69,-60r0,-6v28,-4,54,-22,54,-55"},"4":{"d":"168,-88r0,25r-32,0r0,63r-29,0r0,-63r-101,0r0,-22r110,-158r20,0r0,155r32,0xm107,-88r0,-118r-84,118r84,0"},"5":{"d":"130,-67v-4,-53,-44,-78,-105,-79r46,-92r85,0r-13,30r-72,0r-16,32v51,7,97,36,97,90v0,56,-40,87,-94,90v-22,1,-39,-7,-41,-23v9,-31,40,5,61,5v28,0,54,-25,52,-53"},"6":{"d":"90,4v-70,-5,-93,-97,-62,-158v24,-47,63,-92,133,-89r0,6v-64,6,-90,49,-106,104v47,-38,111,-9,111,53v0,43,-34,86,-76,84xm135,-61v0,-39,-19,-86,-60,-71v-5,2,-13,6,-23,12v-7,51,-3,114,43,114v24,0,40,-25,40,-55"},"7":{"d":"136,-210v-49,1,-106,-8,-118,30r-5,-2r23,-56r128,0v-22,86,-54,161,-79,243r-20,0"},"8":{"d":"22,-54v0,-34,21,-45,47,-66v-29,-25,-45,-32,-45,-67v0,-32,30,-56,66,-56v34,0,64,22,64,51v0,32,-20,39,-49,60v32,27,51,36,54,75v2,35,-31,61,-69,61v-37,0,-68,-24,-68,-58xm90,-233v-41,0,-51,46,-22,70r29,24v21,-22,30,-25,32,-55v1,-24,-15,-39,-39,-39xm49,-55v-6,57,85,68,85,13v0,-38,-25,-41,-57,-71v-17,13,-25,32,-28,58"},"9":{"d":"165,-145v-4,83,-57,149,-146,150r0,-7v62,-1,92,-51,106,-103v-49,39,-111,9,-111,-53v0,-44,32,-86,75,-85v47,1,78,51,76,98xm46,-176v0,57,39,94,82,58v8,-51,0,-106,-43,-114v-25,2,-39,23,-39,56"},":":{"d":"31,-146v-1,-10,10,-20,20,-20v10,0,20,10,19,20v1,10,-10,19,-19,19v-10,0,-20,-9,-20,-19xm31,-15v0,-9,10,-19,19,-19v11,0,20,9,20,19v1,10,-10,21,-20,20v-10,0,-19,-10,-19,-20","w":100},";":{"d":"30,-147v0,-10,10,-19,20,-19v9,0,19,10,19,19v0,10,-9,20,-19,20v-10,1,-21,-10,-20,-20xm48,-35v31,1,37,48,17,70v-9,9,-22,19,-40,25r0,-8v21,-6,46,-30,34,-52v-13,7,-35,6,-34,-14v0,-12,11,-21,23,-21","w":100},"\u037e":{"d":"30,-147v0,-10,10,-19,20,-19v9,0,19,10,19,19v0,10,-9,20,-19,20v-10,1,-21,-10,-20,-20xm48,-35v31,1,37,48,17,70v-9,9,-22,19,-40,25r0,-8v21,-6,46,-30,34,-52v-13,7,-35,6,-34,-14v0,-12,11,-21,23,-21","w":100},"<":{"d":"7,-124r189,-82r0,15r-163,71r163,71r0,16r-189,-82r0,-9","w":203},"=":{"d":"7,-155r189,0r0,14r-189,0r0,-14xm7,-98r189,0r0,15r-189,0r0,-15","w":203},">":{"d":"196,-115r-189,82r0,-15r162,-71r-162,-71r0,-16r189,83r0,8","w":203},"?":{"d":"145,-188v0,59,-68,74,-65,132r-7,0v-3,-55,34,-80,40,-129v5,-47,-64,-68,-74,-26v1,14,24,45,-3,45v-12,0,-21,-12,-20,-27v1,-30,28,-51,63,-51v39,0,66,20,66,56xm58,-15v0,-10,9,-19,19,-19v11,0,20,8,20,19v1,10,-10,21,-20,20v-10,0,-19,-10,-19,-20","w":159},"@":{"d":"184,-169v17,0,26,10,30,24r6,-20r28,-3v-12,46,-29,87,-37,137v-1,8,6,13,13,13v46,-6,74,-62,74,-115v0,-66,-48,-108,-114,-108v-91,0,-149,75,-150,168v-1,85,55,140,137,140v71,0,119,-42,142,-97r10,0v-19,59,-78,109,-153,108v-91,-2,-153,-64,-153,-156v0,-99,69,-172,166,-172v75,0,126,46,126,120v0,63,-36,125,-97,125v-27,0,-31,-23,-24,-50v-26,30,-37,43,-69,50v-19,-1,-33,-20,-32,-41v4,-54,43,-123,97,-123xm135,-27v45,-6,73,-64,73,-109v0,-13,-9,-25,-22,-25v-41,8,-65,66,-71,109v-2,12,8,26,20,25","w":331},"A":{"d":"162,-7v49,0,8,-52,3,-73r-93,0v-6,18,-20,40,-22,59v2,12,11,12,28,14r0,7r-75,0r0,-7v29,-4,28,-14,39,-41r84,-196r6,0v34,75,61,161,101,229v5,5,13,7,23,8r0,7r-94,0r0,-7xm160,-93r-41,-96r-41,96r82,0","w":259,"k":{"y":33,"w":33,"v":27,"Y":33,"W":29,"V":46,"T":40," ":20}},"B":{"d":"209,-175v0,28,-18,45,-43,53v33,6,54,25,54,57v0,86,-124,62,-214,65r0,-7v26,1,34,-5,34,-35r0,-154v1,-31,-8,-36,-34,-36r0,-6v86,3,203,-19,203,63xm173,-176v0,-43,-54,-60,-99,-47r0,92v46,7,99,2,99,-45xm180,-62v0,-48,-53,-61,-106,-53r0,98v48,13,106,1,106,-45","w":240},"C":{"d":"134,-244v26,-6,68,37,77,0r6,0r5,81r-5,0v-13,-41,-34,-68,-80,-68v-61,0,-84,50,-84,116v-1,64,30,105,89,105v42,0,56,-18,80,-49r6,3v-21,37,-47,60,-99,61v-67,1,-117,-51,-116,-120v1,-75,49,-126,121,-129","w":240},"D":{"d":"246,-120v0,75,-52,120,-133,120r-107,0r0,-7v26,1,34,-4,34,-35r0,-154v2,-32,-7,-36,-34,-36r0,-6r97,0v95,-3,143,35,143,118xm206,-119v0,-75,-56,-123,-132,-101r0,203v78,21,132,-27,132,-102","w":259},"E":{"d":"187,-186v1,-55,-62,-36,-112,-39r0,94v41,-2,94,12,90,-35r7,0r0,83r-7,0v3,-49,-48,-32,-90,-35r0,78v-7,40,31,25,60,27v46,3,51,-17,70,-47r7,0r-21,60r-184,0r0,-7v26,1,34,-5,34,-35r0,-155v2,-32,-6,-35,-34,-35r0,-6r184,0r3,52r-7,0","w":219},"F":{"d":"179,-186v-4,-47,-54,-39,-105,-39r0,93v36,-1,76,9,74,-32r7,0r0,80r-7,0v5,-42,-38,-32,-74,-33v7,43,-23,118,34,110r0,7r-102,0r0,-7v27,1,34,-4,34,-35r0,-154v3,-30,-8,-36,-34,-36r0,-6r177,0r2,52r-6,0","w":200,"k":{"A":27,".":29,",":29}},"G":{"d":"206,-229v6,-1,9,-5,8,-15r7,0r6,75r-6,0v-11,-39,-36,-62,-79,-63v-56,-1,-89,51,-89,109v0,82,69,143,141,103v-6,-39,19,-109,-31,-103r0,-7r92,0v0,4,1,9,-5,7v-39,2,-16,71,-22,107v-25,14,-48,21,-84,21v-75,3,-131,-49,-131,-120v0,-74,47,-127,126,-129v27,-1,43,10,67,15","w":259},"H":{"d":"108,-232v-52,-8,-29,61,-34,104r111,0v-6,-41,20,-111,-34,-104r0,-6r102,0v2,7,-4,6,-9,6v-21,1,-26,10,-26,36r0,154v-2,30,9,36,35,35r0,7r-102,0r0,-7v54,9,28,-66,34,-108r-111,0v6,43,-21,116,34,108r0,7r-102,0r0,-7v27,1,34,-4,34,-35r0,-154v3,-30,-7,-37,-34,-36r0,-6r102,0r0,6","w":259},"I":{"d":"77,-42v-3,30,8,35,34,35r0,7r-102,0r0,-7v27,1,34,-4,34,-35r0,-154v3,-30,-8,-37,-34,-36r0,-6r102,0v2,7,-4,6,-9,6v-21,2,-26,9,-25,36r0,154","w":119},"J":{"d":"70,-196v3,-30,-8,-36,-34,-36r0,-6r102,0v2,7,-4,6,-9,6v-21,2,-25,9,-25,36v0,83,22,195,-61,201v-32,2,-51,-40,-18,-45v17,-2,18,28,32,33v9,-2,14,-11,13,-26r0,-163","w":140},"K":{"d":"166,-222v-1,-9,-10,-11,-22,-10r0,-6r88,0r0,6v-50,11,-46,25,-88,64r-36,36v39,37,80,89,124,117v9,6,21,7,31,8r0,7r-113,0r0,-7v24,0,20,-17,6,-31r-82,-81v7,43,-23,120,34,112r0,7r-102,0r0,-7v27,1,34,-4,34,-35r0,-154v3,-30,-8,-37,-34,-36r0,-6r102,0v2,7,-4,6,-9,6v-43,-1,-19,70,-25,109v21,-25,93,-76,92,-99","w":259},"L":{"d":"112,-15v59,2,80,-9,94,-51r6,1r-20,65r-185,0r0,-7v26,1,34,-3,34,-35r0,-154v2,-32,-7,-36,-34,-36r0,-6r108,0r0,6v-32,2,-41,4,-40,40r0,150v1,28,5,26,37,27","w":219,"k":{"y":20,"Y":36,"W":27,"V":33,"T":33," ":13}},"M":{"d":"211,-7v26,1,34,-5,34,-34r0,-160r-92,201r-6,0r-92,-201r0,160v-1,31,8,34,34,34r0,7r-83,0r0,-7v26,0,34,-5,34,-34r0,-156v-1,-27,-7,-34,-34,-35r0,-6r67,0r87,186r85,-186r68,0v2,7,-4,6,-9,6v-21,1,-26,9,-25,35r0,156v-1,31,8,34,34,34r0,7r-102,0r0,-7","w":320},"N":{"d":"42,-207v-15,-17,-19,-23,-47,-25r0,-6r65,0r146,178r0,-137v1,-31,-8,-35,-34,-35r0,-6r83,0v2,7,-4,6,-9,6v-21,1,-26,9,-25,35r0,201r-6,0r-157,-192r0,147v-2,31,7,34,33,34r0,7r-83,0r0,-7v26,1,34,-5,34,-34r0,-166","w":259},"O":{"d":"13,-120v0,-68,51,-124,119,-124v62,0,114,57,114,123v0,68,-51,126,-117,126v-67,0,-116,-55,-116,-125xm206,-116v-1,-66,-19,-115,-78,-115v-54,0,-75,50,-75,110v0,61,20,114,75,114v53,0,79,-44,78,-109","w":259},"P":{"d":"188,-172v1,55,-59,76,-114,60v6,40,-21,113,34,105r0,7r-102,0r0,-7v26,1,34,-3,34,-35r0,-154v1,-31,-8,-36,-34,-36r0,-6v83,0,180,-13,182,66xm147,-169v0,-41,-30,-64,-73,-52r0,99v38,13,73,-7,73,-47","w":200,"k":{"A":33,".":40,",":40," ":13}},"Q":{"d":"246,-119v0,61,-38,108,-87,122v21,35,42,57,86,62r0,5v-63,-3,-112,-34,-147,-67v-52,-21,-83,-55,-85,-123v-2,-68,53,-124,118,-124v63,0,115,58,115,125xm206,-115v-1,-62,-18,-115,-77,-115v-55,0,-76,48,-76,110v0,61,21,113,76,113v55,0,77,-47,77,-108","w":259},"R":{"d":"192,-177v0,35,-25,54,-59,61v24,30,51,78,79,100v7,6,18,8,31,9r0,7r-63,0r-81,-111r-25,0v6,40,-21,112,34,104r0,7r-102,0r0,-7v26,1,34,-3,34,-35r0,-154v2,-32,-7,-36,-34,-36r0,-6v81,2,185,-18,186,61xm74,-123v80,22,110,-99,28,-102v-7,0,-16,1,-28,3r0,99","w":240,"k":{"y":14,"Y":20,"W":20,"V":29,"T":22}},"S":{"d":"92,-244v21,-6,60,33,67,0r6,0r0,83r-6,0v-5,-41,-26,-66,-66,-69v-22,-2,-46,17,-43,37v9,61,132,56,131,132v0,38,-34,68,-75,66v-22,3,-47,-13,-64,-13v-7,0,-10,4,-11,13r-6,0r0,-81r6,0v7,43,27,65,71,68v27,2,47,-16,48,-39v-11,-68,-127,-56,-128,-134v0,-35,33,-64,70,-63","w":200},"T":{"d":"93,-223v-44,-2,-76,0,-75,41r-7,0r3,-56r194,0r3,56r-7,0v0,-43,-34,-42,-77,-41r0,182v-1,31,8,34,34,34r0,7r-101,0r0,-7v25,1,33,-5,33,-34r0,-182","w":219,"k":{"y":25,"w":25,"u":13,"s":25,"r":13,"o":25,"i":13,"e":25,"c":25,"a":25,"O":7,"A":29,";":20,":":18,".":27,"-":33,",":27," ":7}},"U":{"d":"206,-196v1,-31,-8,-36,-34,-36r0,-6r84,0v2,7,-4,6,-9,6v-44,4,-25,89,-25,134v0,72,-27,104,-92,104v-71,0,-93,-27,-93,-109r0,-93v0,-29,-8,-37,-35,-36r0,-6r103,0v2,7,-4,6,-9,6v-22,1,-26,11,-26,36v0,79,-22,190,62,187v52,-2,74,-27,74,-91r0,-96","w":259},"V":{"d":"199,-187v14,-28,10,-40,-17,-45r0,-6r74,0v1,12,-16,8,-20,14v-39,68,-65,155,-99,229r-7,0r-99,-224v-7,-8,-14,-11,-28,-13r0,-6r98,0r0,6v-32,1,-31,18,-19,44r61,139","w":259,"k":{"y":40,"u":22,"r":22,"o":46,"i":22,"e":40,"a":40,"A":46,";":27,":":27,".":46,"-":33,",":46," ":7}},"W":{"d":"284,-187v11,-28,13,-44,-18,-45r0,-6r71,0r0,6v-28,3,-27,17,-37,45r-67,192r-7,0r-54,-152r-54,152r-6,0r-81,-224v-5,-8,-12,-13,-26,-13r0,-6r88,0v0,4,1,7,-4,6v-25,3,-21,17,-12,43r47,134r40,-114v-12,-25,-11,-62,-46,-63r0,-6r93,0v1,6,-2,7,-7,6v-27,2,-20,22,-11,47r46,130","w":339,"k":{"y":22,"u":14,"r":14,"o":29,"i":14,"e":29,"a":29,"A":40,";":13,":":13,".":33,"-":20,",":33," ":7}},"X":{"d":"181,-198v16,-15,12,-37,-15,-34r0,-6r84,0r0,6v-33,3,-37,16,-56,40r-47,60v24,34,57,91,83,116v7,6,15,8,26,9r0,7r-103,0r0,-7v29,2,26,-17,13,-37r-41,-61v-20,29,-45,52,-61,85v2,11,9,12,23,13r0,7r-84,0r0,-7v30,-5,41,-17,58,-39r57,-71v-23,-32,-52,-85,-80,-106v-9,-6,-19,-9,-31,-9r0,-6r111,0r0,6v-26,0,-29,13,-16,33r36,54","w":259},"Y":{"d":"185,-190v16,-21,16,-42,-13,-42r0,-6r83,0v-1,12,-26,7,-34,22v-27,33,-51,78,-75,115v6,38,-19,103,33,94r0,7r-101,0r0,-7v49,9,31,-51,34,-91r-81,-122v-4,-4,-15,-12,-28,-12r0,-6r102,0v1,4,0,7,-5,6v-24,2,-25,16,-11,38r49,77","w":259,"k":{"v":36,"u":40,"q":40,"p":33,"o":36,"i":20,"e":36,"a":36,"A":40,";":33,":":33,".":46,"-":40,",":46," ":13}},"Z":{"d":"158,-224v-55,4,-128,-17,-125,45r-7,0r5,-59r176,0r-157,224r98,0v38,-1,45,-16,56,-50r6,1r-11,63r-194,0r0,-7","w":219},"[":{"d":"107,71r-77,0r0,-315r77,0r0,14r-51,0r0,288r51,0r0,13","w":119},"\\":{"d":"15,-250r86,255r-14,0r-86,-255r14,0","w":100},"]":{"d":"13,-244r78,0r0,316r-78,0r0,-14r51,0r0,-288r-51,0r0,-14","w":119},"^":{"d":"88,-243r74,126r-16,0r-61,-103r-62,103r-16,0r75,-126r6,0","w":168},"_":{"d":"183,78r-186,0r0,-15r186,0r0,15"},"`":{"d":"21,-244r39,0r19,60r-7,0","w":119},"a":{"d":"102,-23v-28,19,-24,24,-51,26v-23,1,-41,-19,-38,-41v6,-48,42,-47,89,-69v1,-29,-3,-48,-29,-48v-17,0,-27,12,-24,30v2,10,-7,17,-15,17v-8,0,-16,-7,-15,-17v1,-25,28,-42,59,-41v37,2,53,10,53,55v0,39,-9,123,28,78v-4,39,-57,53,-57,10xm42,-46v4,34,35,37,60,11r0,-61v-35,15,-53,16,-60,50","w":159},"b":{"d":"26,-182v0,-33,4,-51,-24,-42r-3,-6v19,-6,33,-18,56,-20r0,117v37,-64,113,-25,113,46v0,75,-86,119,-142,72r0,-167xm137,-77v0,-55,-51,-84,-82,-45r0,96v11,10,21,19,39,18v28,-1,43,-34,43,-69"},"c":{"d":"93,-22v27,-1,40,-16,50,-42r5,3v-5,36,-31,66,-67,66v-40,0,-69,-39,-69,-85v0,-46,33,-86,77,-86v27,0,53,17,54,39v0,9,-6,15,-16,15v-29,0,-12,-45,-44,-42v-65,7,-49,134,10,132","w":159},"d":{"d":"154,-64v0,35,-3,51,25,43r2,6v-19,6,-33,18,-56,20r0,-23v-38,50,-113,9,-113,-56v0,-57,62,-121,113,-78v-4,-35,14,-88,-25,-72r-2,-6v19,-6,33,-18,56,-20r0,186xm44,-88v0,53,44,99,81,58v-2,-51,13,-125,-37,-125v-29,0,-44,32,-44,67"},"e":{"d":"13,-78v0,-70,70,-114,119,-70v12,12,18,28,18,48r-112,0v-10,70,88,107,106,38r6,3v-4,30,-31,65,-66,64v-41,-1,-71,-37,-71,-83xm113,-111v2,-38,-37,-54,-61,-31v-8,8,-13,18,-14,31r75,0","w":159},"f":{"d":"98,-237v-31,4,-22,33,-24,76r42,0r0,13r-42,0r0,105v-1,33,9,38,37,37r0,6r-96,0v-1,-6,2,-7,7,-6v19,-3,23,-12,23,-37r0,-105r-31,0r0,-13r31,0v-3,-53,22,-83,67,-89v26,-3,64,34,30,45v-19,-2,-20,-35,-44,-32","w":119,"k":{"f":7}},"g":{"d":"43,-1v-29,-15,-13,-41,11,-58v-52,-22,-29,-107,34,-107v15,0,29,3,40,11v14,1,34,-2,44,2v7,18,-14,14,-31,14v32,46,-17,104,-78,84v-13,7,-21,28,1,30v3,0,12,1,25,1v52,0,82,0,82,39v0,66,-133,87,-160,29v6,-22,12,-23,32,-45xm120,-102v0,-28,-9,-55,-35,-55v-45,0,-39,97,4,97v21,0,32,-18,31,-42xm159,22v0,-30,-83,-13,-106,-22v-9,9,-16,18,-17,31v11,40,123,33,123,-9"},"h":{"d":"29,-182v-1,-33,5,-51,-24,-42r-3,-6v19,-6,33,-18,57,-20r0,118v20,-21,25,-34,53,-34v54,0,42,74,42,130v0,23,2,30,24,30r0,6r-79,0v0,-3,-1,-7,3,-6v39,2,18,-55,23,-87v10,-62,-44,-60,-66,-28r0,85v-2,27,4,28,26,30r0,6r-80,0r0,-6v19,-1,25,-6,24,-30r0,-146"},"i":{"d":"34,-232v0,-11,7,-18,18,-18v11,0,18,7,18,18v0,9,-8,18,-18,18v-8,0,-18,-10,-18,-18xm38,-36v-7,-39,19,-116,-25,-104r-2,-6v19,-6,33,-18,56,-20r0,130v0,24,2,29,24,30r0,6r-78,0r0,-6v22,0,24,-8,25,-30","w":100},"j":{"d":"34,-232v-1,-9,9,-19,18,-18v9,-1,19,9,18,18v1,9,-9,19,-18,18v-9,1,-19,-9,-18,-18xm38,-98v0,-32,5,-48,-24,-42r-3,-6v19,-6,33,-18,56,-20v-8,93,32,241,-63,244v-17,1,-30,-7,-32,-18v6,-31,37,-3,50,4v18,-5,16,-18,16,-47r0,-115","w":100},"k":{"d":"30,-182v-1,-33,3,-50,-24,-42r-3,-6v19,-6,33,-18,56,-20r0,160v18,-20,42,-33,57,-56v0,-5,-5,-9,-12,-9r0,-6r70,0r0,6v-45,1,-59,37,-86,57v27,29,47,67,79,90v3,1,8,2,15,2r0,6r-78,0r0,-6v15,0,12,-10,4,-21r-49,-63v5,33,-16,89,26,84r0,6r-82,0r0,-6v22,0,27,-7,27,-29r0,-147"},"l":{"d":"37,-183v0,-32,4,-49,-23,-41r-3,-6v19,-6,33,-18,56,-20r0,214v0,25,4,29,26,30r0,6r-79,0r0,-6v20,0,24,-8,23,-30r0,-147","w":100},"m":{"d":"30,-36v-5,-40,19,-116,-24,-104r-3,-6v19,-6,33,-18,56,-20r0,35v15,-15,28,-35,56,-35v22,0,37,15,41,35v20,-22,27,-34,56,-35v55,-2,42,75,42,130v0,23,4,29,24,30r0,6r-79,0v0,-3,-1,-7,3,-6v41,1,19,-65,23,-100v6,-52,-50,-44,-69,-15v2,26,0,57,1,85v0,25,4,29,26,30r0,6r-81,0r0,-6v46,4,20,-64,26,-100v8,-52,-54,-41,-69,-17r0,87v0,25,3,29,26,30r0,6r-79,0r0,-6v20,-1,27,-7,24,-30","w":280},"n":{"d":"29,-36v-5,-40,20,-117,-24,-104r-3,-6v19,-6,33,-18,56,-20r0,34v34,-51,100,-45,96,27v6,36,-18,101,24,99r0,6r-79,0v0,-3,-1,-7,3,-6v41,1,19,-62,23,-96v6,-53,-43,-50,-67,-19r0,85v0,25,3,29,26,30r0,6r-79,0v0,-3,-1,-7,3,-6v18,-2,24,-8,21,-30"},"o":{"d":"12,-79v2,-47,31,-86,78,-87v43,-1,80,39,78,83v-2,46,-29,88,-80,88v-44,0,-77,-40,-76,-84xm135,-70v-1,-42,-13,-84,-50,-84v-30,0,-40,27,-40,60v0,39,16,86,51,86v29,0,39,-24,39,-62"},"p":{"d":"27,-114v2,-23,-7,-33,-25,-25r-2,-6v19,-6,33,-18,56,-20r0,38v13,-22,25,-39,51,-39v91,0,75,175,-13,171v-19,-1,-26,-5,-38,-14v5,32,-16,86,27,79r0,7r-84,0v0,0,-1,-9,4,-7v20,0,24,-5,24,-31r0,-153xm136,-70v5,-58,-49,-95,-80,-47v2,49,-14,114,38,111v32,-2,39,-30,42,-64"},"q":{"d":"12,-73v0,-63,62,-116,116,-82v10,-3,14,-11,26,-11r0,207v0,24,2,29,26,29r0,7r-81,0v0,-3,-2,-8,3,-7v42,3,16,-65,23,-98v-18,20,-26,33,-53,33v-36,0,-60,-36,-60,-78xm41,-86v0,55,55,88,84,47v-3,-47,15,-116,-36,-114v-32,1,-48,29,-48,67"},"r":{"d":"29,-36v-5,-39,21,-118,-25,-104r-2,-6v19,-6,33,-18,56,-20r0,36v13,-24,28,-36,42,-36v23,0,31,34,7,36v-7,1,-20,-12,-25,-12v-13,3,-15,14,-24,27v5,40,-18,110,28,109r0,6r-82,0r0,-6v20,-1,28,-6,25,-30","w":119,"k":{"g":7,".":20,"-":7,",":14}},"s":{"d":"66,-166v12,-3,39,17,44,0r5,0r0,55r-5,0v-8,-28,-16,-42,-44,-44v-22,-2,-37,21,-22,37v19,23,86,34,83,74v-3,46,-55,58,-97,42v-4,0,-5,6,-12,4r0,-57r6,0v5,28,23,48,50,50v14,0,27,-11,27,-25v-2,-46,-83,-36,-83,-89v0,-27,21,-48,48,-47","w":140},"t":{"d":"4,-155v23,-14,38,-29,49,-59r5,0r0,53r38,0r0,12r-38,0r0,105v-6,31,29,32,36,12r7,0v-6,18,-21,35,-41,35v-53,0,-24,-99,-31,-152r-25,0r0,-6","w":100},"u":{"d":"123,-131v-1,-19,-5,-22,-25,-24r0,-6r54,0r0,98v0,34,-2,50,25,42r2,6v-19,6,-33,18,-56,20r0,-34v-23,22,-25,34,-54,34v-56,0,-38,-78,-41,-135v0,-21,-8,-24,-28,-25r0,-6r57,0r0,108v-3,50,49,40,66,13r0,-91"},"v":{"d":"139,-131v8,-16,4,-25,-15,-24r0,-6r53,0r0,6v-17,1,-19,9,-24,22r-57,138r-7,0r-65,-150v-5,-6,-9,-8,-21,-10r0,-6r76,0v1,12,-22,3,-19,19v9,38,28,68,41,103","k":{".":23,",":23}},"w":{"d":"219,-130v6,-14,6,-26,-13,-25r0,-6r51,0r0,6v-10,2,-18,9,-23,21r-54,139r-7,0r-40,-103r-47,103r-7,0v-21,-50,-36,-108,-61,-153v-2,-5,-18,-2,-16,-13r68,0r0,6v-16,0,-17,12,-12,25r34,92r35,-75v-9,-17,-8,-43,-35,-42r0,-6r77,0r0,6v-15,-1,-25,7,-20,21r36,93","w":259,"k":{".":23,",":23}},"x":{"d":"43,-18v0,8,8,12,16,12r0,6r-53,0v-2,-9,8,-7,11,-11v15,-13,41,-51,56,-71v-22,-23,-31,-69,-68,-73r0,-6r76,0r0,6v-24,1,-8,21,-2,31r12,19v6,-10,25,-35,26,-41v0,-5,-6,-9,-13,-9r0,-6r55,0v2,10,-11,5,-15,11v-13,9,-34,40,-46,56r61,83v4,3,10,5,17,5r0,6r-76,0r0,-6v20,-3,17,-12,4,-31r-23,-34v-10,14,-32,40,-38,53"},"y":{"d":"10,58v0,-32,40,-1,55,-15v9,-10,17,-34,24,-49r-58,-122v-7,-10,-13,-26,-29,-27r0,-6r75,0v2,11,-21,4,-19,18v8,38,31,68,45,101v12,-35,31,-65,39,-104v-2,-7,-7,-8,-16,-9r0,-6r52,0v-3,14,-20,8,-24,31r-65,160v-9,25,-29,46,-55,48v-13,1,-24,-9,-24,-20","k":{".":23,",":23}},"z":{"d":"46,-12v44,-3,104,15,99,-37r6,0r-2,49r-142,0r0,-6r107,-143v-40,2,-95,-12,-89,33r-7,0r1,-45r135,0r0,6","w":159},"{":{"d":"108,31v2,22,17,35,40,41r0,6v-35,-4,-65,-32,-66,-68v-1,-14,9,-43,8,-56v-2,-19,-19,-34,-40,-37r0,-7v22,-3,40,-16,40,-37v0,-33,-17,-74,10,-99v13,-12,28,-21,48,-24r0,6v-24,5,-38,18,-40,41v-1,14,9,42,8,56v-1,31,-24,51,-52,60v28,10,50,31,52,62v1,14,-9,42,-8,56","w":172},"|":{"d":"43,-250r0,328r-15,0r0,-328r15,0","w":72},"}":{"d":"71,-203v-2,-23,-16,-36,-40,-41r0,-6v35,4,65,32,66,68v1,14,-9,42,-8,55v1,20,18,35,40,37r0,7v-21,3,-38,18,-40,37v4,34,18,75,-10,100v-13,12,-28,21,-48,24r0,-6v23,-6,37,-18,40,-41v1,-14,-9,-42,-8,-56v1,-31,24,-52,52,-61v-28,-10,-51,-30,-52,-61v-1,-15,9,-42,8,-56","w":172},"~":{"d":"150,-86v20,1,32,-13,33,-33r8,0v0,27,-17,49,-43,49v-35,0,-125,-71,-137,0r-7,0v1,-28,15,-49,41,-49v30,0,78,31,105,33","w":194}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Typeface © The Monotype Corporation plc. Data © The Monotype Corporation
 * plc/Type Solutions Inc. 1990-1992. All Rights Reserved
 * 
 * Trademark:
 * Times New Roman® Trademark of The Monotype Corporation plc registered in the US
 * Pat & TM Off. and elsewhere.
 * 
 * Description:
 * This remarkable typeface first appeared in 1932 in The Times of London
 * newspaper, for which it was designed.  It has subsequently become one of the
 * worlds most successful type creations.  The original drawings were made under
 * Stanley Morison's direction by Victor Lardent at The Times.  It then went
 * through an extensive iterative process involving further work in Monotype's Type
 * Drawing Office.  Based on experiments Morison had conducted using Perpetua and
 * Plantin, it has many old style characteristics but was adapted to give excellent
 * legibility coupled with good economy.  Widely used in books and magazines, for
 * reports, office documents and also for display and advertising.
 * 
 * Manufacturer:
 * Monotype Typography
 * 
 * Designer:
 * Monotype Type Drawing Office - Stanley Morison, Victor Lardent 1932
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_timesnewroman.html
 * 
 * License information:
 * http://www.monotype.com/html/type/license.html
 */
Cufon.registerFont({"w":180,"face":{"font-family":"Times New Roman","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 2 8 3 7 5 5 2 3 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-10.0694 -246 357 78.0627","underline-thickness":"34.2773","underline-position":"-22.1484","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":90,"k":{"Y":13,"W":7,"V":7,"T":7,"A":20}},"\u00a0":{"w":90},"!":{"d":"60,-244v52,5,19,80,11,118v-3,14,-5,29,-7,48r-8,0v-2,-38,-25,-100,-25,-136v0,-17,11,-31,29,-30xm32,-24v0,-15,13,-28,28,-28v15,0,29,14,29,28v0,15,-14,29,-29,29v-15,0,-28,-14,-28,-29","w":119},"\"":{"d":"57,-244v52,7,9,82,4,117r-8,0v-7,-30,-20,-57,-22,-91v0,-13,13,-28,26,-26xm142,-244v53,7,7,81,4,117r-9,0r-22,-91v0,-14,13,-28,27,-26","w":199},"#":{"d":"16,5r15,-75r-24,0r0,-23r29,0r10,-51r-39,0r0,-23r43,0r16,-76r23,0r-16,76r52,0r15,-76r24,0r-16,76r25,0r0,23r-29,0r-11,51r40,0r0,23r-44,0r-15,75r-24,0r15,-75r-51,0r-16,75r-22,0xm59,-93r52,0r10,-51r-52,0"},"$":{"d":"14,-174v0,-37,31,-60,70,-63r0,-8r15,0r0,8v20,1,41,8,61,19r0,51r-7,0v-8,-31,-23,-49,-54,-57r0,77v44,31,70,33,70,83v0,39,-30,65,-70,68r0,20r-15,0r0,-19v-28,0,-44,-4,-66,-13r0,-57r7,0v7,34,24,53,59,57r0,-87v-42,-29,-70,-33,-70,-79xm84,-225v-25,1,-42,25,-27,46v4,6,13,14,27,23r0,-69xm99,-8v26,-2,39,-32,23,-54v-4,-6,-12,-14,-23,-22r0,76"},"%":{"d":"277,-244r-170,254r-23,0r169,-254r24,0xm25,-179v-1,-36,24,-65,59,-65v34,0,59,28,59,63v0,36,-25,66,-60,65v-35,0,-58,-27,-58,-63xm84,-125v25,-8,17,-87,6,-108v-26,-1,-21,22,-21,56v0,26,-3,46,15,52xm217,-54v0,-35,24,-64,58,-64v34,0,60,27,60,63v0,36,-26,65,-59,65v-33,0,-59,-28,-59,-64xm276,0v24,-8,17,-85,6,-107v-22,-4,-22,20,-21,50v1,30,-3,50,15,57","w":360},"&":{"d":"199,-67v23,-26,42,-58,6,-69r0,-7r73,0r0,7v-39,9,-40,51,-69,79v22,21,47,41,68,9r7,4v-16,28,-25,49,-59,49v-28,0,-36,-10,-56,-27v-44,40,-155,38,-155,-33v0,-45,36,-64,74,-80v-24,-49,3,-109,61,-109v29,0,54,17,54,42v0,36,-29,46,-62,59v13,23,32,49,58,76xm139,-229v-33,9,-18,49,-4,76v41,-5,40,-69,4,-76xm93,-124v-55,18,-17,104,31,102v12,-1,24,-5,34,-11v-28,-29,-50,-60,-65,-91","w":299},"'":{"d":"50,-244v53,0,9,82,5,117r-8,0v-7,-30,-20,-56,-22,-90v-1,-15,11,-27,25,-27","w":100},"(":{"d":"116,72v-86,-23,-137,-171,-72,-258v21,-28,44,-49,72,-58r0,8v-45,30,-54,71,-54,150v1,77,8,122,54,149r0,9","w":119},")":{"d":"4,-244v86,23,137,171,72,259v-21,28,-44,48,-72,57r0,-8v45,-30,54,-72,54,-150v0,-78,-9,-121,-54,-149r0,-9","w":119},"*":{"d":"20,-187v11,-41,49,5,67,13v2,-21,-14,-32,-15,-49v-1,-10,8,-23,18,-21v37,7,5,44,4,70v20,-4,27,-30,48,-31v9,0,19,7,18,17v-1,25,-38,19,-65,19v11,20,45,16,45,43v0,10,-7,18,-17,18v-27,-1,-18,-41,-33,-57v-15,16,-6,55,-32,57v-10,0,-18,-7,-18,-17v0,-26,33,-26,45,-44v-26,0,-64,8,-65,-18"},"+":{"d":"7,-131r85,0r0,-84r23,0r0,84r84,0r0,23r-84,0r0,84r-23,0r0,-84r-85,0r0,-23","w":205},",":{"d":"42,-54v40,0,45,61,21,88v-11,12,-25,23,-45,29r0,-8v23,-9,38,-24,39,-51v0,-12,-11,0,-20,-2v-14,0,-25,-13,-25,-27v0,-16,15,-30,30,-29","w":90},"-":{"d":"111,-65r-102,0r0,-36r102,0r0,36","w":119},"\u00ad":{"d":"111,-65r-102,0r0,-36r102,0r0,36","w":119},".":{"d":"16,-25v0,-16,13,-29,29,-29v16,0,29,13,29,29v0,16,-13,29,-29,29v-16,0,-29,-13,-29,-29","w":90},"\/":{"d":"101,-244r-78,249r-23,0r79,-249r22,0","w":100},"0":{"d":"90,-243v58,0,77,63,77,124v0,62,-17,124,-77,124v-58,0,-77,-61,-77,-121v0,-62,18,-127,77,-127xm112,-192v0,-41,-39,-55,-43,-13v-1,11,-11,176,8,193v49,16,36,-60,36,-108v0,-42,-1,-65,-1,-72"},"1":{"d":"66,-172v5,-34,-16,-34,-39,-25r-3,-6v32,-12,57,-31,93,-40r0,195v-1,35,4,41,35,41r0,7r-125,0v-1,-5,0,-8,6,-7v30,-1,33,-7,33,-41r0,-124","k":{"1":20}},"2":{"d":"61,-46v38,-3,88,11,95,-23r6,0r-13,69r-140,0r0,-4v60,-78,84,-80,92,-155v5,-46,-64,-59,-81,-16r-7,-2v10,-37,32,-65,73,-66v37,-1,65,25,65,59v0,68,-37,79,-90,138"},"3":{"d":"120,-47v0,-38,-30,-66,-67,-73r0,-6v31,-6,47,-18,47,-47v0,-42,-61,-46,-79,-9r-6,-2v13,-33,36,-57,76,-59v58,-4,77,78,26,97v25,13,41,28,42,62v1,52,-44,90,-99,89v-29,0,-51,-6,-54,-28v13,-49,54,12,82,12v19,0,32,-17,32,-36"},"4":{"d":"9,-90r113,-153r22,0r0,153r21,0r0,37r-21,0r0,53r-49,0r0,-53r-86,0r0,-37xm26,-90r69,0r0,-94"},"5":{"d":"135,-49v-2,-51,-63,-73,-123,-69r43,-120r111,0r-17,45r-94,0r-9,24v64,2,120,28,120,87v0,53,-42,87,-97,87v-28,0,-53,-7,-56,-29v16,-46,56,9,88,11v19,1,35,-17,34,-36"},"6":{"d":"94,5v-81,2,-99,-109,-61,-172v25,-42,72,-76,136,-76r0,5v-57,13,-86,41,-99,96v46,-28,102,7,99,63v-2,48,-30,83,-75,84xm118,-54v1,-51,-8,-93,-50,-73v-1,50,-7,108,30,120v17,-3,20,-19,20,-47"},"7":{"d":"129,-192v-46,1,-99,-7,-110,28r-7,0r17,-74r142,0r-80,243r-27,0"},"8":{"d":"163,-188v0,29,-17,42,-40,53v26,21,44,33,44,71v0,42,-34,69,-80,69v-43,0,-74,-23,-74,-60v0,-34,19,-47,48,-60v-30,-24,-44,-29,-44,-67v0,-36,35,-60,76,-60v40,0,70,20,70,54xm92,-232v-27,0,-36,35,-19,57v7,9,18,19,36,31v19,-21,21,-88,-17,-88xm90,-6v18,0,30,-15,30,-35v0,-23,-15,-45,-46,-66v-24,20,-27,101,16,101"},"9":{"d":"87,-243v78,0,98,105,62,170v-24,44,-74,76,-138,78r0,-5v53,-12,89,-41,98,-96v-45,28,-97,-7,-97,-63v0,-49,30,-84,75,-84xm62,-184v-1,51,8,93,50,73v2,-47,8,-108,-30,-120v-20,2,-19,21,-20,47"},":":{"d":"31,-140v0,-16,13,-29,29,-29v16,0,29,13,29,29v0,16,-13,29,-29,29v-16,0,-29,-13,-29,-29xm31,-25v0,-16,13,-29,29,-29v16,0,29,13,29,29v0,16,-13,29,-29,29v-16,0,-29,-13,-29,-29","w":119},";":{"d":"31,-140v0,-16,13,-29,29,-29v16,0,29,13,29,29v0,15,-13,29,-29,29v-16,0,-29,-13,-29,-29xm57,-54v40,0,45,61,21,88v-11,12,-25,23,-45,29r0,-8v23,-9,38,-24,39,-51v0,-12,-11,0,-20,-2v-14,0,-25,-13,-25,-27v0,-15,15,-29,30,-29","w":119},"\u037e":{"d":"31,-140v0,-16,13,-29,29,-29v16,0,29,13,29,29v0,15,-13,29,-29,29v-16,0,-29,-13,-29,-29xm57,-54v40,0,45,61,21,88v-11,12,-25,23,-45,29r0,-8v23,-9,38,-24,39,-51v0,-12,-11,0,-20,-2v-14,0,-25,-13,-25,-27v0,-15,15,-29,30,-29","w":119},"<":{"d":"199,-33r-192,-78r0,-14r192,-79r0,24r-148,62r148,61r0,24","w":205},"=":{"d":"7,-159r192,0r0,23r-192,0r0,-23xm7,-101r192,0r0,22r-192,0r0,-22","w":205},">":{"d":"7,-204r192,78r0,14r-192,79r0,-24r149,-62r-149,-61r0,-24","w":205},"?":{"d":"160,-188v3,57,-75,53,-75,110r-7,0v-5,-50,29,-62,29,-108v0,-38,-37,-62,-52,-32v10,18,20,50,-10,52v-15,0,-22,-12,-23,-26v1,-32,32,-52,68,-52v41,0,69,22,70,56xm55,-24v0,-15,13,-28,28,-28v15,0,29,13,29,28v0,16,-14,29,-29,29v-15,0,-28,-14,-28,-29"},"@":{"d":"129,-143v17,-20,68,-45,72,1r6,-21r43,-1v-11,45,-30,90,-37,137v-1,7,7,15,14,14v42,-8,76,-56,76,-109v1,-63,-48,-113,-113,-111v-94,2,-153,69,-155,163v-2,80,59,138,137,138v69,0,125,-44,144,-97r11,0v-24,62,-76,105,-155,107v-88,1,-158,-66,-156,-155v2,-100,69,-167,170,-167v76,0,127,46,127,119v0,67,-38,124,-106,125v-32,0,-43,-26,-31,-56v-21,31,-26,49,-61,56v-49,-5,-27,-88,-8,-113v8,-10,14,-20,22,-30xm141,-32v32,-16,61,-73,48,-120v-2,-3,-5,-5,-8,-5v-29,9,-48,81,-50,109v0,8,3,16,10,16","w":334},"A":{"d":"141,-7v48,6,17,-38,9,-61r-84,0v-5,12,-15,29,-15,43v0,16,10,16,31,18r0,7r-79,0r0,-7v26,-5,28,-18,41,-46r86,-190r3,0r86,195v14,27,12,37,37,41r0,7r-115,0r0,-7xm144,-81r-36,-82r-36,82r72,0","w":259,"k":{"y":27,"w":27,"v":27,"Y":33,"W":40,"V":46,"T":27," ":20}},"B":{"d":"217,-178v0,31,-24,44,-57,52v41,8,67,22,67,60v0,86,-129,63,-219,66r0,-7v29,-1,33,-4,33,-35r0,-155v0,-31,-4,-34,-33,-35r0,-6v86,4,209,-23,209,60xm96,-131v62,11,82,-66,37,-89v-8,-4,-20,-5,-37,-5r0,94xm115,-13v56,6,68,-81,22,-99v-9,-4,-23,-5,-41,-5r0,85v0,12,7,19,19,19","w":240},"C":{"d":"145,-244v28,-8,80,40,88,0r7,0r0,83r-7,0v-8,-39,-35,-67,-76,-67v-55,0,-79,48,-79,105v1,60,17,113,78,112v40,-1,56,-18,80,-44r0,21v-24,25,-47,38,-92,39v-77,0,-130,-46,-130,-120v0,-74,56,-127,131,-129","w":259},"D":{"d":"245,-118v0,80,-48,118,-134,118r-106,0r0,-7v26,-1,33,-2,33,-34r0,-157v2,-30,-7,-33,-33,-34r0,-6r106,0v87,-3,134,42,134,120xm115,-13v90,4,82,-180,23,-207v-8,-4,-22,-5,-42,-5r0,186v-1,22,2,25,19,26","w":259},"E":{"d":"200,-168v-6,-52,-41,-59,-102,-57r0,97v38,1,47,-20,51,-56r6,0r0,125r-6,0v-4,-33,-13,-57,-51,-55v7,40,-24,108,37,101v47,-5,71,-23,82,-63r7,0r-11,76r-206,0r0,-7v27,0,34,-3,34,-34r0,-157v2,-31,-8,-33,-34,-34r0,-6r200,0r0,70r-7,0","w":240},"F":{"d":"202,-170v-4,-53,-43,-57,-103,-55r0,98v40,3,56,-16,59,-51r6,0r0,120r-6,0v-4,-41,-21,-56,-59,-56v7,41,-23,115,34,107r0,7r-125,0r0,-7v27,0,34,-3,34,-34r0,-157v2,-31,-8,-33,-34,-34r0,-6r201,0r0,68r-7,0","w":219,"k":{"A":27,".":33,",":33," ":13}},"G":{"d":"147,-244v37,-9,80,40,95,0r6,0r0,84r-6,0v-12,-39,-42,-70,-87,-70v-58,0,-77,53,-77,112v0,62,17,110,77,110v13,0,25,-3,36,-7v-3,-35,13,-85,-31,-79r0,-6r116,0r0,6v-41,-3,-25,45,-28,79v-29,13,-60,21,-98,21v-82,0,-132,-43,-135,-122v-3,-72,59,-130,132,-128","w":280},"H":{"d":"149,-7v54,9,28,-66,34,-108r-85,0v7,41,-23,116,34,108r0,7r-124,0r0,-7v26,0,33,-4,33,-34r0,-157v2,-30,-7,-33,-33,-34r0,-6r124,0v2,6,-3,7,-8,6v-43,-2,-21,64,-26,102r85,0v-6,-41,20,-110,-34,-102r0,-6r125,0v2,6,-3,7,-8,6v-21,2,-27,6,-26,34r0,157v-2,31,7,34,34,34r0,7r-125,0r0,-7","w":280},"I":{"d":"98,-41v-2,31,7,34,34,34r0,7r-125,0r0,-7v27,0,34,-3,34,-34r0,-157v2,-31,-8,-33,-34,-34r0,-6r125,0v2,6,-3,7,-8,6v-21,2,-27,6,-26,34r0,157","w":140},"J":{"d":"87,-198v2,-31,-9,-33,-36,-34r0,-6r127,0v2,6,-3,7,-8,6v-21,2,-27,6,-26,34r0,117v3,60,-21,83,-73,86v-35,3,-66,-21,-67,-50v-1,-16,11,-28,26,-28v16,-1,29,14,24,32v-11,9,-14,37,12,32v27,-5,21,-19,21,-61r0,-128"},"K":{"d":"187,-195v24,-17,27,-36,-8,-37r0,-6r93,0r0,6v-46,9,-82,59,-122,85v37,43,73,100,114,135v6,4,13,5,20,5r0,7r-124,0r0,-7v31,-3,19,-16,2,-37r-54,-69r-9,7v6,38,-19,105,29,99r0,7r-120,0r0,-7v27,0,34,-3,34,-34r0,-157v2,-31,-8,-33,-34,-34r0,-6r119,0r0,6v-48,-3,-22,69,-28,109","w":280},"L":{"d":"129,-13v62,3,78,-23,91,-71r7,0r-9,84r-211,0r0,-7v26,0,33,-4,33,-34r0,-157v2,-30,-7,-33,-33,-34r0,-6r127,0v2,8,-5,6,-11,6v-20,3,-25,6,-25,34r0,152v0,30,2,31,31,33","w":240,"k":{"y":20,"Y":33,"W":33,"V":33,"T":33," ":20}},"M":{"d":"41,-198v2,-31,-8,-33,-34,-34r0,-6r98,0r67,157r64,-157r97,0v1,6,-2,7,-7,6v-21,2,-27,6,-26,34r0,157v-2,30,7,34,33,34r0,7r-124,0r0,-7v26,0,33,-4,33,-34r0,-176r-91,217r-4,0r-93,-216r0,168v-2,33,6,39,35,41r0,7r-82,0v0,-3,-2,-8,3,-7v24,-2,31,-10,31,-40r0,-151","w":339},"N":{"d":"5,-7v26,-1,35,-7,35,-34r0,-169v-10,-11,-14,-23,-35,-22r0,-6r85,0r117,147r0,-102v0,-29,-8,-38,-34,-39r0,-6r79,0r0,6v-27,2,-31,10,-32,39r0,198r-6,0r-161,-198r0,152v-1,27,13,35,37,34r0,7r-85,0r0,-7","w":259},"O":{"d":"14,-120v0,-68,56,-122,125,-122v73,0,128,52,128,122v0,72,-53,125,-126,125v-74,0,-127,-52,-127,-125xm204,-117v0,-65,-8,-113,-63,-113v-49,0,-64,51,-63,112v1,61,11,110,63,110v53,0,63,-51,63,-109","w":280},"P":{"d":"209,-174v-2,54,-43,69,-112,66v6,40,-20,110,33,101r0,7r-121,0r0,-7v29,-1,33,-3,33,-35r0,-155v1,-32,-5,-33,-33,-35r0,-6v84,2,204,-17,200,64xm151,-173v0,-37,-18,-53,-54,-52r0,103v35,4,54,-14,54,-51","w":219,"k":{"A":27,".":33,",":33," ":20}},"Q":{"d":"267,-120v0,60,-44,115,-95,122v11,33,39,51,83,46r0,10v-68,20,-126,-6,-145,-56v-54,-10,-96,-59,-96,-122v0,-70,56,-124,127,-124v71,0,126,53,126,124xm204,-115v1,-67,-12,-115,-63,-115v-48,0,-64,51,-63,111v2,61,10,111,63,111v51,0,62,-49,63,-107","w":280},"R":{"d":"226,-173v0,34,-21,53,-53,60r73,101v5,4,11,5,17,5r0,7r-75,0r-77,-109r-15,0v7,40,-22,112,33,102r0,7r-122,0r0,-7v29,-1,33,-4,33,-35r0,-155v0,-31,-4,-34,-33,-35r0,-6v91,4,219,-23,219,65xm168,-172v1,-44,-25,-58,-72,-54r0,105v46,2,72,-8,72,-51","w":259,"k":{"y":13,"Y":13,"W":13,"V":13,"T":13}},"S":{"d":"152,-227v9,-1,9,-6,12,-17r5,0r2,80r-7,0v-4,-35,-34,-64,-68,-67v-38,-3,-54,47,-19,62v34,25,109,44,109,102v0,42,-40,73,-83,73v-29,0,-63,-32,-78,-1r-6,0r0,-90r6,0v7,42,36,76,77,78v24,1,44,-15,44,-35v-16,-67,-127,-52,-127,-133v0,-39,33,-69,73,-69v23,0,43,13,60,17","w":200},"T":{"d":"91,-225v-46,-3,-66,14,-71,51r-7,0r0,-64r214,0r0,64r-6,0v-9,-39,-24,-53,-73,-51r0,184v-2,31,7,34,34,34r0,7r-125,0r0,-7v27,0,34,-3,34,-34r0,-184","w":240,"k":{"y":27,"w":27,"u":33,"s":33,"r":27,"o":33,"i":7,"e":33,"c":33,"a":33,"O":7,"A":27,";":27,":":27,".":27,"-":33,",":27," ":7}},"U":{"d":"39,-195v1,-33,-3,-36,-31,-37r0,-6r123,0v1,5,-1,7,-6,6v-27,1,-28,6,-28,37v0,70,-28,183,48,183v81,0,56,-104,60,-183v0,-28,-7,-37,-34,-37r0,-6r83,0v1,4,0,7,-5,6v-50,2,-22,82,-29,127v5,80,-22,111,-91,111v-61,0,-90,-26,-90,-85r0,-116","w":259},"V":{"d":"197,-177v17,-29,18,-56,-19,-55r0,-6r78,0r0,6v-27,8,-30,21,-45,55r-82,182r-6,0r-101,-229v-3,-4,-10,-7,-19,-8r0,-6r114,0v0,4,1,7,-4,6v-33,0,-25,16,-14,42r51,119","w":259,"k":{"y":33,"u":33,"r":27,"o":33,"i":13,"e":33,"a":33,"O":7,"A":46,";":33,":":33,".":46,"-":27,",":46," ":7}},"W":{"d":"310,-184v10,-24,17,-48,-15,-48r0,-6r62,0v0,12,-14,7,-19,20r-86,223r-7,0r-59,-153r-65,153r-7,0r-78,-194v-15,-29,-8,-38,-33,-43r0,-6r104,0r0,6v-28,2,-23,15,-13,41r47,115r38,-90v-15,-23,-12,-65,-50,-66r0,-6r116,0r0,6v-29,0,-29,11,-18,38r44,112","w":360,"k":{"y":13,"u":7,"r":7,"o":20,"i":7,"e":20,"a":20,"A":40,";":20,":":20,".":33,"-":13,",":33," ":7}},"X":{"d":"189,-214v-2,-12,-9,-19,-26,-18r0,-6r87,0r0,6v-33,5,-31,11,-53,38r-45,54r66,98v18,24,17,30,40,35r0,7r-117,0r0,-7v30,-1,22,-18,9,-37r-35,-51v-15,20,-46,50,-53,72v3,13,13,17,32,16r0,7r-92,0r0,-7v33,-6,35,-15,58,-42r47,-57r-77,-114v-7,-7,-11,-10,-22,-12r0,-6r118,0v0,13,-37,2,-23,24r41,64v12,-15,44,-49,45,-64","w":259},"Y":{"d":"194,-184v19,-30,27,-45,-11,-48r0,-6r73,0r0,6v-29,6,-27,15,-46,47r-52,87v5,40,-19,102,39,91r0,7r-134,0r0,-7v50,11,37,-41,38,-82v-25,-42,-52,-103,-80,-137v-5,-4,-10,-6,-18,-6r0,-6r114,0v2,12,-26,3,-23,15v9,32,41,79,57,111","w":259,"k":{"v":40,"u":33,"q":40,"p":33,"o":40,"i":13,"e":40,"a":40,"A":33,";":33,":":33,".":33,"-":33,",":33," ":13}},"Z":{"d":"146,-225v-66,-5,-106,7,-115,56r-6,0r6,-69r189,0r-140,225v83,5,137,-7,147,-73r7,0r-10,86r-218,0","w":240},"[":{"d":"77,28v-2,29,5,31,31,31r0,7r-70,0r0,-304r70,0r0,7v-27,-1,-31,3,-31,32r0,227","w":119},"\\":{"d":"0,-244r22,0r79,249r-23,0","w":100},"]":{"d":"43,-200v3,-24,-4,-34,-31,-31r0,-7r70,0r0,304r-70,0r0,-7v27,1,31,-3,31,-32r0,-227","w":119},"^":{"d":"26,-117r72,-126r14,0r72,126r-28,0r-52,-90r-51,90r-27,0","w":209},"_":{"d":"-3,55r186,0r0,23r-186,0r0,-23"},"`":{"d":"7,-246r53,0r20,61r-15,0","w":119},"a":{"d":"174,-22v-11,27,-68,37,-71,-2v-20,18,-38,26,-54,26v-18,1,-36,-14,-33,-32v6,-47,36,-46,87,-74v0,-28,2,-52,-22,-52v-11,0,-22,4,-24,13v0,6,13,16,12,23v-1,12,-10,21,-23,21v-13,0,-27,-9,-26,-22v3,-33,38,-50,75,-48v41,2,57,16,57,65r0,64v-3,20,8,25,17,13xm64,-46v0,20,25,26,39,9r0,-55v-19,13,-39,23,-39,46"},"b":{"d":"185,-89v0,71,-74,122,-125,76v-11,6,-17,17,-33,18r0,-209v1,-22,-2,-26,-19,-28r0,-6r68,0r0,90v44,-48,109,-6,109,59xm133,-87v4,-53,-27,-81,-57,-45v5,45,-17,121,26,125v33,-6,27,-35,31,-80","w":200},"c":{"d":"112,-23v17,0,22,-7,34,-19r6,4v-13,25,-35,41,-66,43v-44,2,-72,-40,-72,-84v0,-47,30,-90,77,-90v29,0,55,17,56,41v0,13,-9,22,-22,22v-32,0,-17,-46,-40,-51v-20,3,-24,24,-24,50v0,39,12,84,51,84","w":159},"d":{"d":"123,-149v-5,-32,15,-88,-24,-82r0,-7r73,0r0,189v0,28,-1,32,20,35r0,5r-69,14r0,-26v-14,15,-23,25,-45,26v-40,2,-64,-40,-64,-84v0,-68,66,-119,109,-70xm65,-87v0,38,1,65,29,71v10,0,20,-8,29,-24r0,-87v-9,-17,-19,-25,-32,-25v-24,6,-26,31,-26,65","w":200},"e":{"d":"14,-79v0,-68,71,-120,118,-70v12,14,18,34,19,61r-90,0v1,33,16,66,47,66v20,0,26,-11,37,-27r6,4v-15,30,-30,49,-67,50v-44,1,-70,-37,-70,-84xm86,-158v-22,4,-26,31,-26,58r48,0v-1,-34,1,-51,-22,-58","w":159},"f":{"d":"96,-234v-22,3,-9,43,-12,70r24,0r0,17r-24,0r0,114v0,23,4,26,24,27r0,6r-96,0r0,-6v19,-1,24,-5,24,-27r0,-114r-24,0r0,-17r24,0v-8,-50,21,-80,68,-80v23,0,41,8,43,26v1,22,-43,28,-44,4v2,-8,3,-21,-7,-20","w":119},"g":{"d":"14,-110v-1,-46,57,-73,104,-52r55,0r0,19r-31,0v41,42,-8,106,-72,93v-9,0,-19,7,-18,17v0,21,31,14,51,14v46,0,70,8,70,43v0,41,-41,54,-85,54v-33,0,-71,-5,-74,-33v2,-15,11,-20,28,-25v-41,-19,-18,-65,16,-75v-27,-10,-43,-24,-44,-55xm86,-60v34,4,27,-72,17,-90v-26,-20,-40,4,-40,45v0,26,6,42,23,45xm145,41v-10,-24,-24,-14,-68,-17v-22,-1,-34,4,-34,18v0,34,99,32,102,-1"},"h":{"d":"30,-203v0,-23,0,-26,-18,-29r0,-6r67,0r0,95v30,-42,106,-31,93,43v5,32,-14,92,18,94r0,6r-83,0r0,-6v31,-6,11,-70,16,-103v8,-48,-32,-41,-44,-15r0,88v0,22,1,26,17,30r0,6r-84,0r0,-6v16,-3,18,-6,18,-30r0,-167","w":200},"i":{"d":"25,-217v0,-15,12,-27,27,-27v15,0,27,12,27,27v0,15,-12,27,-27,27v-15,0,-27,-12,-27,-27xm27,-130v0,-22,-2,-26,-20,-28r0,-6r69,0r0,130v0,22,2,26,20,28r0,6r-89,0r0,-6v15,-2,20,-5,20,-28r0,-96","w":100},"j":{"d":"36,-217v0,-14,12,-27,27,-27v15,0,26,12,26,27v0,16,-12,27,-26,27v-14,0,-27,-12,-27,-27xm38,-128v1,-19,-1,-29,-19,-30r0,-6r68,0r0,170v2,47,-13,70,-55,72v-24,1,-41,-10,-42,-30v-1,-10,9,-21,18,-20v22,-3,5,36,24,38v19,-3,7,-34,7,-51","w":119},"k":{"d":"30,-203v-1,-22,-1,-26,-18,-29r0,-6r67,0r0,156v18,-22,43,-36,56,-63v-1,-9,-7,-11,-19,-13r0,-6r73,0r0,6v-29,1,-43,31,-67,50r66,95v4,7,18,2,16,13r-85,0r0,-6v15,-1,11,-11,3,-22r-33,-48v-14,9,-20,74,8,70r0,6r-85,0r0,-6v16,-3,18,-6,18,-30r0,-167","w":200},"l":{"d":"27,-204v0,-21,-2,-26,-19,-28r0,-6r68,0r0,204v1,21,3,26,20,28r0,6r-88,0r0,-6v15,-2,20,-6,19,-28r0,-170","w":100},"m":{"d":"80,-143v20,-32,83,-37,94,4v15,-17,29,-29,54,-30v60,-2,43,75,45,133v1,24,0,27,18,30r0,6r-85,0r0,-6v32,-5,13,-67,18,-101v8,-51,-35,-43,-48,-17r0,88v0,23,2,27,19,30r0,6r-85,0r0,-6v33,-5,11,-68,17,-101v9,-51,-35,-44,-47,-17r0,88v1,21,1,27,18,30r0,6r-85,0r0,-6v16,-3,18,-6,18,-30r0,-93v0,-23,0,-26,-18,-29r0,-6r67,0r0,21","w":299},"n":{"d":"30,-129v0,-23,0,-26,-18,-29r0,-6r67,0r0,21v30,-41,107,-32,93,43v5,32,-15,93,18,94r0,6r-83,0r0,-6v30,-7,11,-70,16,-103v6,-45,-28,-46,-44,-15r0,88v1,21,0,27,16,30r0,6r-83,0r0,-6v16,-3,18,-6,18,-30r0,-93","w":200},"o":{"d":"13,-81v-1,-46,30,-90,77,-88v48,2,77,36,77,87v0,48,-31,87,-77,87v-49,0,-77,-40,-77,-86xm90,-7v40,0,22,-84,22,-130v-4,-12,-9,-19,-22,-20v-32,6,-23,47,-25,89v-1,28,0,61,25,61"},"p":{"d":"185,-83v6,69,-68,117,-109,66v6,32,-18,92,25,87r0,7r-94,0r0,-7v16,-1,20,-7,20,-27r0,-173v-1,-21,-3,-26,-20,-28r0,-6r69,0r0,21v10,-15,24,-26,45,-26v43,1,60,42,64,86xm133,-79v0,-39,-1,-63,-28,-69v-12,0,-21,9,-29,26r0,88v10,14,21,21,32,21v24,-5,25,-28,25,-66","w":200},"q":{"d":"98,70v42,5,19,-54,25,-87v-13,14,-25,21,-46,22v-39,1,-63,-39,-63,-80v0,-69,76,-124,124,-75v12,-6,18,-17,34,-19r0,213v0,22,2,25,21,26r0,7r-95,0r0,-7xm93,-15v13,0,22,-9,30,-18v-4,-46,14,-118,-26,-125v-31,6,-32,35,-32,80v0,35,3,63,28,63","w":200},"r":{"d":"31,-130v0,-21,0,-26,-18,-28r0,-6r67,0r0,37v18,-24,25,-40,53,-42v14,-1,20,10,21,23v2,31,-34,28,-43,12v-38,0,-30,64,-30,105v0,19,4,21,21,23r0,6r-89,0r0,-6v18,-3,18,-8,18,-33r0,-91","w":159,"k":{"q":7,"o":7,"e":7,"c":7,".":33,"-":13,",":33," ":7}},"s":{"d":"65,-169v18,-3,38,20,45,0r6,0r3,56r-6,0v-11,-25,-21,-40,-45,-43v-10,-1,-18,7,-18,16v10,33,79,44,77,91v-2,47,-49,66,-92,45v-6,-3,-7,10,-16,8r-2,-59r5,0v7,23,25,45,48,47v18,2,25,-21,14,-33v-22,-22,-71,-39,-70,-79v1,-27,20,-50,51,-49","w":140},"t":{"d":"7,-153v29,-20,47,-42,65,-71r5,0r0,60r39,0r0,17r-39,0r0,101v-3,33,22,36,34,11r5,4v-9,22,-25,33,-46,33v-62,2,-37,-89,-42,-149r-21,0r0,-6","w":119},"u":{"d":"122,-129v-1,-22,-1,-26,-18,-29r0,-6r67,0r0,128v1,24,0,27,18,30r0,6r-67,0r0,-22v-28,43,-106,32,-93,-41v-5,-32,14,-92,-18,-95r0,-6r67,0r0,112v-5,45,33,36,44,11r0,-88","w":200},"v":{"d":"132,-113v9,-24,18,-42,-9,-45r0,-6r54,0v2,10,-10,7,-13,12v-25,43,-47,109,-69,157r-9,0r-55,-128v-12,-22,-10,-30,-28,-35r0,-6r88,0r0,6v-24,2,-16,17,-8,37r27,61","k":{".":20,",":20}},"w":{"d":"219,-127v7,-16,9,-30,-11,-31r0,-6r48,0v2,10,-10,7,-13,12v-22,43,-39,109,-58,157r-10,0r-45,-121r-44,121r-9,0v-20,-49,-39,-112,-61,-155v-3,-6,-14,-3,-13,-14r83,0r0,6v-19,2,-16,8,-9,26r24,64v8,-29,41,-78,0,-90r0,-6r84,0r0,6v-20,1,-16,9,-10,26r23,64","w":259,"k":{".":20,",":20}},"x":{"d":"103,-112v8,-15,36,-42,6,-46r0,-6r59,0r0,6v-32,2,-41,36,-59,57v15,26,36,73,52,90v2,6,15,1,13,11r-91,0r0,-6v18,-1,18,-8,10,-24r-14,-27v-7,11,-22,26,-23,39v0,10,6,11,17,12r0,6r-65,0r0,-6v34,-1,45,-37,65,-62v-21,-28,-31,-81,-65,-90r0,-6r91,0v4,12,-23,2,-14,19"},"y":{"d":"51,49v-1,12,9,12,15,5v7,-4,15,-33,22,-47r-71,-156v-4,-7,-15,-4,-14,-15r87,0r0,6v-23,2,-15,16,-7,37r29,64v8,-23,27,-63,29,-86v0,-10,-7,-16,-19,-15r0,-6r55,0v2,11,-11,5,-14,12v-29,54,-60,164,-90,215v-16,25,-63,17,-63,-14v-1,-14,9,-23,22,-23v13,-1,20,9,19,23","k":{".":20,",":20}},"z":{"d":"64,-11v49,1,73,-7,83,-45r5,0r-5,56r-143,0v25,-56,61,-101,90,-154v-41,-1,-69,-1,-72,37r-6,0r0,-47r138,0v-25,56,-61,101,-90,153","w":159},"{":{"d":"29,-91v71,-9,-6,-109,49,-139v15,-8,25,-14,49,-14r0,8v-20,3,-34,14,-35,33v0,15,10,44,9,60v-4,34,-24,48,-58,57v33,11,54,23,58,58v-5,35,-23,90,26,93r0,8v-41,2,-73,-21,-73,-56v0,-33,25,-96,-25,-97r0,-11","w":141},"|":{"d":"28,78r0,-322r23,0r0,322r-23,0","w":79},"}":{"d":"114,-80v-82,14,34,151,-98,153r0,-8v47,-4,30,-56,26,-93v4,-33,22,-50,57,-57v-33,-11,-53,-24,-58,-58v6,-33,23,-90,-25,-93v-1,-5,0,-10,6,-8v36,0,64,24,67,56v-5,32,-25,95,25,97r0,11","w":141},"~":{"d":"152,-93v18,1,31,-15,32,-32r10,0v-1,33,-18,55,-48,57v-38,2,-121,-69,-134,0r-10,0v0,-34,17,-57,46,-57v35,0,67,29,104,32","w":187}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Typeface © The Monotype Corporation plc. Data © The Monotype Corporation
 * plc/Type Solutions Inc. 1990-1992. All Rights Reserved
 * 
 * Trademark:
 * Times New Roman® Trademark of The Monotype Corporation plc registered in the US
 * Pat & TM Off. and elsewhere.
 * 
 * Description:
 * This remarkable typeface first appeared in 1932 in The Times of London
 * newspaper, for which it was designed.  It has subsequently become one of the
 * worlds most successful type creations.  The original drawings were made under
 * Stanley Morison's direction by Victor Lardent at The Times.  It then went
 * through an extensive iterative process involving further work in Monotype's Type
 * Drawing Office.  Based on experiments Morison had conducted using Perpetua and
 * Plantin, it has many old style characteristics but was adapted to give excellent
 * legibility coupled with good economy.  Widely used in books and magazines, for
 * reports, office documents and also for display and advertising.
 * 
 * Manufacturer:
 * Monotype Typography
 * 
 * Designer:
 * Monotype Type Drawing Office - Stanley Morison, Victor Lardent 1932
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_timesnewroman.html
 * 
 * License information:
 * http://www.monotype.com/html/type/license.html
 */
Cufon.registerFont({"w":180,"face":{"font-family":"Times New Roman","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 2 5 3 5 4 5 9 3 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-61.7522 -252 340 78.3102","underline-thickness":"17.5781","underline-position":"-30.4102","slope":"-16.333","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":90,"k":{"A":7}},"\u00a0":{"w":90},"!":{"d":"114,-230v-9,57,-40,106,-57,172r-7,0v16,-56,19,-99,31,-158v3,-14,6,-26,21,-28v7,-1,13,7,12,14xm27,-12v-1,-9,9,-19,18,-18v9,-1,19,9,18,18v1,9,-9,19,-18,18v-9,1,-19,-9,-18,-18","w":119},"\"":{"d":"121,-192v-3,-37,23,-68,42,-40v-9,37,-26,60,-39,91r-8,0xm62,-223v0,-18,31,-32,36,-9v-4,30,-28,63,-39,91r-7,0","w":151},"#":{"d":"40,5r16,-80r-30,0r0,-14r33,0r12,-61r-45,0r0,-14r48,0r16,-80r15,0r-16,80r59,0r17,-80r15,0r-17,80r30,0r0,14r-33,0r-12,61r45,0r0,14r-48,0r-16,80r-15,0r16,-80r-59,0r-17,80r-14,0xm73,-89r60,0r13,-61r-60,0"},"$":{"d":"140,-237v17,5,23,10,36,20r-12,43r-7,0v3,-25,-3,-42,-20,-52r-24,85v26,22,46,33,46,70v0,47,-34,77,-89,74r-5,21r-12,0r6,-21v-20,-4,-29,-9,-44,-20r15,-49r7,0v-7,29,4,51,26,58r31,-108v-25,-20,-40,-32,-42,-65v-2,-39,36,-65,77,-57r4,-14r11,0xm127,-229v-37,-10,-62,28,-44,58v4,6,11,14,21,23xm73,-7v41,6,75,-35,55,-74v-5,-8,-13,-17,-25,-27"},"%":{"d":"294,-244r-252,253r-17,0r252,-253r17,0xm27,-164v0,-38,35,-80,68,-80v24,-1,41,22,41,48v0,38,-33,80,-67,80v-24,0,-42,-22,-42,-48xm67,-123v32,-8,55,-72,42,-107v-39,-22,-57,50,-60,86v-1,11,8,21,18,21xm184,-37v0,-39,35,-81,68,-81v23,0,42,22,41,49v-1,41,-29,77,-67,79v-25,1,-42,-21,-42,-47xm271,-88v0,-12,-5,-23,-17,-22v-34,3,-48,58,-48,91v0,11,7,22,18,22v32,0,47,-57,47,-91","w":299},"&":{"d":"205,-108v0,-8,-6,-10,-16,-10r0,-7r72,0r0,7v-42,0,-56,54,-77,74v20,34,45,47,72,22r8,0v-18,37,-85,34,-104,0v-38,39,-148,40,-143,-32v4,-54,38,-69,98,-89v-11,-52,16,-101,62,-101v22,-1,39,15,39,35v0,38,-29,53,-69,66v8,35,19,64,31,88v18,-22,27,-40,27,-53xm171,-232v-31,0,-34,45,-27,78v30,-13,47,-24,49,-54v1,-15,-8,-24,-22,-24xm153,-32v-15,-23,-31,-68,-37,-100v-36,13,-61,32,-63,69v-4,53,66,66,100,31","w":280},"'":{"d":"57,-223v1,-18,32,-31,37,-8v-7,27,-28,63,-39,90r-8,0","w":76},"(":{"d":"159,-244v-67,46,-111,138,-111,240v0,22,7,48,20,78r-6,3v-40,-63,-52,-151,-11,-220v21,-37,56,-72,104,-107","w":119},")":{"d":"-39,72v67,-46,111,-139,111,-241v0,-22,-7,-48,-20,-78r6,-3v40,62,52,152,11,220v-22,37,-56,72,-104,107","w":119},"*":{"d":"51,-207v15,-32,46,13,61,23v0,-23,-26,-59,4,-66v28,5,4,46,4,66v18,-8,26,-35,46,-35v7,0,14,6,14,13v0,22,-40,19,-57,29v18,10,56,7,57,30v0,7,-7,13,-14,13v-20,-2,-29,-26,-46,-37v0,24,24,60,-3,67v-31,-4,-6,-46,-5,-67v-19,9,-27,35,-47,37v-6,0,-14,-7,-14,-13v2,-24,37,-20,57,-30v-18,-10,-57,-7,-57,-30"},"+":{"d":"121,-25r0,-87r-88,0r0,-15r88,0r0,-87r14,0r0,87r88,0r0,15r-88,0r0,87r-14,0","w":242},",":{"d":"30,-32v24,3,21,34,6,52v-9,10,-20,19,-36,25r-4,-5v19,-7,39,-31,17,-46v-4,-13,5,-28,17,-26","w":90},"-":{"d":"108,-90r-7,24r-92,0r8,-24r91,0","w":119},"\u00ad":{"d":"108,-90r-7,24r-92,0r8,-24r91,0","w":119},".":{"d":"12,-14v0,-10,8,-17,18,-17v10,0,18,7,18,17v1,11,-9,18,-18,18v-11,0,-18,-7,-18,-18","w":90},"\/":{"d":"137,-250r-134,255r-15,0r135,-255r14,0","w":100},"0":{"d":"21,-74v4,-75,32,-161,103,-169v90,11,49,172,10,212v-17,19,-29,35,-59,35v-37,0,-56,-33,-54,-78xm151,-196v0,-57,-53,-40,-69,3v-12,34,-35,112,-34,154v0,21,8,36,27,37v57,-12,76,-143,76,-194"},"1":{"d":"107,-188v9,-24,2,-41,-22,-32r-2,-7v23,-5,41,-14,67,-16r-61,222v1,13,8,12,25,14r-2,7r-90,0v3,-14,26,-4,32,-17v21,-48,33,-118,53,-171","k":{"1":27}},"2":{"d":"40,-25v38,-2,88,9,97,-22r7,0r-20,47r-118,0r0,-7v60,-53,100,-95,120,-124v22,-32,16,-87,-27,-85v-17,0,-30,7,-41,23r-6,-2v10,-26,31,-47,63,-48v41,-1,67,44,48,82v-27,55,-71,86,-123,136"},"3":{"d":"117,-70v0,-38,-27,-57,-62,-60r0,-5v41,-7,79,-20,79,-57v0,-38,-49,-43,-65,-8r-7,-2v10,-48,101,-58,101,2v0,32,-22,46,-53,58v73,32,22,155,-57,146v-31,5,-57,-27,-26,-35v19,1,33,20,53,19v23,0,37,-34,37,-58"},"4":{"d":"175,-238r-45,156r28,0r-6,22r-29,0r-18,64r-26,0r18,-64r-86,0r8,-24r143,-154r13,0xm136,-193r-102,111r70,0"},"5":{"d":"123,-85v-2,-45,-24,-64,-68,-68r38,-85r79,0r-8,29r-71,0r-13,29v42,6,68,31,68,75v0,63,-40,109,-100,109v-17,0,-34,-6,-35,-21v7,-34,37,3,57,3v30,0,55,-35,53,-71"},"6":{"d":"81,4v-66,0,-69,-88,-42,-140v30,-55,73,-101,150,-107r0,7v-47,12,-84,46,-108,87v44,-23,85,6,85,52v0,49,-40,102,-85,101xm134,-101v0,-37,-35,-58,-61,-33v-17,36,-25,66,-25,90v-1,23,13,40,31,40v32,0,55,-56,55,-97"},"7":{"d":"101,-210v-35,0,-35,3,-52,24r-7,0r28,-52r118,0r0,6r-133,236r-14,-6r117,-208r-57,0"},"8":{"d":"176,-195v0,34,-24,51,-55,62v18,20,31,36,33,66v1,38,-36,71,-76,71v-35,0,-66,-27,-64,-58v2,-42,29,-58,70,-76v-15,-21,-25,-30,-27,-56v-5,-67,119,-77,119,-9xm118,-234v-30,-1,-43,32,-30,57v5,10,14,21,27,36v43,-6,59,-91,3,-93xm80,-4v38,0,60,-43,40,-79v-6,-11,-16,-24,-30,-40v-29,12,-52,40,-53,76v0,25,18,43,43,43"},"9":{"d":"119,-243v65,1,69,90,41,140v-30,55,-73,101,-150,107r0,-5v52,-14,82,-47,108,-88v-40,24,-85,-8,-85,-52v0,-49,42,-102,86,-102xm65,-136v0,38,37,56,62,32v17,-34,25,-64,25,-90v0,-22,-13,-40,-32,-40v-33,0,-55,56,-55,98"},":":{"d":"59,-142v0,-10,8,-17,17,-17v9,0,19,7,18,17v1,9,-9,19,-18,18v-9,1,-17,-9,-17,-18xm21,-14v1,-10,8,-18,18,-18v11,0,18,7,18,18v0,24,-36,20,-36,0","w":119},";":{"d":"59,-141v1,-10,7,-18,18,-18v9,0,19,7,18,18v1,9,-9,19,-18,18v-9,1,-19,-9,-18,-18xm39,-32v33,4,13,57,-6,64v-3,2,-11,6,-24,13r-3,-6v26,-11,35,-28,17,-47v-5,-12,5,-25,16,-24","w":119},"\u037e":{"d":"59,-141v1,-10,7,-18,18,-18v9,0,19,7,18,18v1,9,-9,19,-18,18v-9,1,-19,-9,-18,-18xm39,-32v33,4,13,57,-6,64v-3,2,-11,6,-24,13r-3,-6v26,-11,35,-28,17,-47v-5,-12,5,-25,16,-24","w":119},"<":{"d":"26,-124r190,-82r0,15r-163,71r163,71r0,16r-190,-82r0,-9","w":242},"=":{"d":"35,-155r190,0r0,14r-190,0r0,-14xm35,-98r190,0r0,15r-190,0r0,-15","w":242},">":{"d":"216,-115r-190,82r0,-15r163,-71r-163,-71r0,-16r190,83r0,8","w":242},"?":{"d":"165,-194v0,66,-97,68,-102,135r-6,0v0,-65,74,-85,80,-144v4,-32,-54,-46,-65,-18v6,13,10,34,-9,34v-8,0,-15,-7,-14,-16v1,-24,27,-41,56,-41v32,0,60,22,60,50xm35,-12v0,-11,7,-18,18,-18v9,0,18,8,18,18v0,9,-9,17,-18,17v-9,0,-19,-7,-18,-17"},"@":{"d":"184,-169v17,0,26,10,30,24r6,-20r28,-3v-12,46,-29,87,-37,137v-1,8,6,13,13,13v46,-6,74,-62,74,-115v0,-66,-48,-108,-114,-108v-91,0,-149,75,-150,168v-1,85,55,140,137,140v71,0,119,-42,142,-97r10,0v-19,59,-78,109,-153,108v-91,-2,-153,-64,-153,-156v0,-99,69,-172,166,-172v75,0,126,46,126,120v0,63,-36,125,-97,125v-27,0,-31,-23,-24,-50v-26,30,-37,43,-69,50v-19,-1,-33,-20,-32,-41v4,-54,43,-123,97,-123xm135,-27v45,-6,73,-64,73,-109v0,-13,-9,-25,-22,-25v-41,8,-65,66,-71,109v-2,12,8,26,20,25","w":331},"A":{"d":"48,-46v-16,14,-20,39,7,39r-2,7r-71,0r2,-7v30,-4,33,-16,53,-43r142,-194r6,0r-19,217v2,17,11,20,31,20r-2,7r-94,0v2,-14,30,-2,33,-22r6,-56r-68,0xm151,-185r-69,94r60,0","w":219,"k":{"y":20,"w":20,"v":20,"Y":20,"W":13,"V":18,"T":13," ":7}},"B":{"d":"77,-192v9,-27,7,-42,-24,-40r3,-6v67,1,157,-13,157,50v0,36,-28,54,-64,62v24,8,42,24,42,51v0,87,-106,76,-199,75v3,-13,26,-3,31,-17v19,-50,36,-121,54,-175xm178,-188v1,-32,-30,-45,-62,-36r-27,91v51,4,88,-13,89,-55xm154,-74v1,-37,-28,-49,-69,-46r-31,105v54,10,98,-12,100,-59","w":219},"C":{"d":"24,-89v0,-103,104,-184,205,-143v12,1,9,-11,24,-12r-17,77r-7,0v2,-41,-12,-65,-51,-65v-76,0,-117,70,-117,146v0,44,28,77,73,76v38,-1,60,-18,79,-44r8,0v-23,36,-47,58,-99,59v-59,0,-98,-37,-98,-94","w":240},"D":{"d":"74,-191v7,-24,10,-44,-21,-41r2,-6r76,0v139,-21,150,147,66,207v-47,34,-127,30,-208,31v4,-13,28,-5,32,-17v20,-50,35,-119,53,-174xm216,-144v1,-64,-36,-88,-101,-81r-52,178v-8,26,-9,35,16,36v89,1,136,-46,137,-133","w":259},"E":{"d":"206,-181v12,-48,-39,-46,-89,-45r-28,95v42,2,66,-3,76,-35r6,0r-24,87r-7,0v14,-36,-14,-44,-54,-40v-8,32,-22,62,-26,97v-2,15,25,10,40,10v52,0,71,-17,92,-54r7,0r-23,66r-184,0v3,-14,26,-4,31,-17v21,-60,43,-133,58,-201v-1,-12,-11,-15,-27,-14r2,-6r172,0r-15,57r-7,0","w":219},"F":{"d":"216,-178v16,-57,-45,-48,-99,-48r-28,95v45,1,72,0,84,-35r7,0r-25,87r-7,0v16,-39,-23,-43,-63,-40r-26,98v2,14,9,12,29,14r-3,7r-94,0v3,-14,26,-4,31,-17v21,-60,43,-135,59,-201v-3,-12,-10,-14,-27,-14r2,-6r185,0r-18,60r-7,0","w":219,"k":{"A":46,".":46,",":46}},"G":{"d":"25,-92v3,-109,106,-179,212,-140v12,1,8,-13,22,-12r-18,75r-6,0v8,-42,-18,-62,-56,-63v-66,-2,-117,72,-117,142v0,60,50,102,110,73r21,-81v0,-15,-16,-14,-33,-15r2,-7r99,0v-4,14,-28,3,-32,21v-10,19,-19,62,-27,87v-73,41,-180,8,-177,-80","w":259},"H":{"d":"75,-191v7,-26,10,-43,-22,-41r2,-6r94,0v-4,12,-26,5,-31,18v-12,20,-20,62,-29,88r110,0v7,-27,19,-58,22,-86v-2,-13,-10,-13,-27,-14r2,-6r96,0v-4,12,-27,5,-33,18v-23,60,-43,132,-59,199v2,13,8,12,27,14r-2,7r-93,0v4,-13,28,-4,31,-17v13,-25,23,-72,33,-103r-111,0v-8,31,-21,67,-26,99v1,14,8,12,26,14r-1,7r-93,0v3,-13,27,-4,31,-17v20,-50,35,-119,53,-174","w":259},"I":{"d":"65,-47v-10,29,-9,40,24,40r-2,7r-98,0v4,-14,28,-3,33,-17v23,-59,43,-133,59,-201v-2,-13,-11,-13,-28,-14r3,-6r92,0v-5,12,-26,5,-31,19v-21,49,-35,117,-52,172","w":119},"J":{"d":"10,-51v42,1,-21,61,37,42v55,-39,56,-137,82,-207v-2,-12,-11,-15,-28,-16r2,-6r94,0r-2,6v-32,2,-30,9,-41,41v-28,78,-25,191,-124,196v-25,1,-41,-11,-42,-32v0,-13,9,-25,22,-24","w":159},"K":{"d":"172,-194v17,-12,38,-30,12,-38r2,-6r76,0r-1,6v-40,11,-34,12,-73,41r-73,55v27,39,53,93,85,123v6,6,16,6,27,6r-1,7r-102,0v4,-14,37,-9,22,-33r-59,-93r-29,105v2,14,9,12,29,14r-2,7r-95,0v4,-13,26,-5,31,-17v22,-58,46,-131,58,-200v2,-14,-9,-14,-25,-15r2,-6r90,0v-3,12,-26,4,-30,18r-29,90","w":240},"L":{"d":"63,-46v-14,32,6,33,37,33v52,0,61,-20,82,-55r6,0r-23,68r-177,0v4,-13,29,-4,33,-17v23,-59,42,-133,58,-201v0,-13,-12,-14,-27,-14r2,-6r97,0r-1,6v-37,1,-34,9,-45,43","w":200,"k":{"y":11,"Y":7,"W":13,"V":13,"T":7," ":7}},"M":{"d":"84,-220v-8,-10,-13,-10,-31,-12r2,-6r59,0r22,192r138,-192r59,0r0,6v-37,1,-36,8,-44,38r-48,172v1,14,13,14,30,15r-1,7r-101,0v3,-15,30,-1,37,-21v16,-49,35,-119,51,-173r-139,194r-7,0r-22,-194r-48,173v2,13,9,12,28,14r-2,7r-79,0v0,-13,27,-4,32,-15v26,-60,42,-140,64,-205","w":299},"N":{"d":"81,-213v-11,-13,-16,-18,-39,-19r2,-6r59,0r74,186r40,-139v8,-24,9,-43,-21,-41r2,-6r76,0v-4,12,-27,4,-32,18v-26,68,-44,152,-67,225r-7,0r-79,-201r-47,175v1,13,8,12,25,14r-2,7r-75,0v3,-14,28,-4,32,-17v23,-58,39,-133,59,-196","w":240},"O":{"d":"21,-78v0,-90,64,-161,156,-166v51,-3,81,35,81,83v0,86,-65,164,-154,166v-52,0,-83,-35,-83,-83xm58,-69v-3,46,40,80,83,55v44,-25,80,-91,82,-158v0,-32,-19,-64,-52,-61v-74,6,-107,89,-113,164","w":259},"P":{"d":"74,-184v9,-31,15,-47,-20,-48r2,-6v72,0,168,-13,168,54v0,60,-72,87,-138,68r-26,95v2,13,9,12,28,14r-2,7r-95,0r2,-7v33,-1,33,-9,42,-41xm189,-187v1,-37,-35,-43,-72,-35r-28,95v53,17,99,-9,100,-60","w":219,"k":{"A":46,".":46,",":46," ":7}},"Q":{"d":"258,-161v0,87,-64,164,-153,166r-45,37v57,-9,137,38,170,-18r6,3v-20,30,-51,48,-95,49v-35,1,-93,-26,-120,-10r-4,-5r72,-57v-41,-3,-68,-41,-68,-82v0,-85,70,-163,154,-166v52,-2,83,34,83,83xm58,-69v-3,46,40,79,83,55v44,-25,80,-92,82,-158v0,-32,-19,-64,-52,-61v-74,6,-107,89,-113,164","w":259},"R":{"d":"207,-185v0,35,-31,63,-66,67v21,38,13,109,67,111r-1,7r-57,0r-39,-116v-9,0,-18,0,-27,-2v-8,31,-21,61,-25,95v2,13,8,15,27,16r-2,7r-92,0v3,-13,25,-5,30,-17v23,-57,41,-130,57,-196v0,-12,-11,-20,-25,-19r2,-6v66,1,153,-13,151,53xm107,-127v65,0,96,-98,21,-99v-4,0,-8,1,-13,2r-28,96v8,1,14,1,20,1","w":219,"k":{"y":7,"Y":7,"W":7,"V":7}},"S":{"d":"86,5v-29,8,-61,-33,-77,0r-7,0r20,-88r6,0v-7,45,13,76,54,76v28,0,47,-21,47,-47v2,-51,-79,-71,-80,-129v-2,-57,75,-76,117,-47v14,0,16,-4,22,-14r7,0r-18,79r-6,0v7,-40,-14,-65,-51,-65v-21,-1,-41,16,-41,35v0,52,85,73,83,130v-1,42,-32,70,-76,70"},"T":{"d":"123,-224v-48,-3,-73,11,-80,49r-7,0r17,-63r181,0r-20,63r-6,0v6,-31,5,-53,-36,-49r-19,0r-56,202v0,14,17,16,34,15r-2,7r-104,0v3,-15,31,-2,37,-22","w":200,"k":{"y":27,"w":27,"u":20,"s":33,"r":20,"o":33,"i":20,"e":33,"c":33,"a":33,"O":7,"A":27,";":23,":":20,".":27,"-":27,",":27," ":7}},"U":{"d":"71,-191v9,-30,8,-41,-26,-41r2,-6r101,0v-6,13,-29,3,-35,18v-18,44,-39,104,-44,159v-6,55,85,67,112,26v30,-45,46,-123,61,-182v-1,-12,-11,-14,-27,-15r2,-6r76,0v-5,12,-24,4,-31,18v-40,81,-27,223,-144,225v-62,1,-90,-51,-71,-115","w":259},"V":{"d":"203,-210v8,-12,0,-23,-16,-22r2,-6r71,0v1,9,-12,5,-15,9v-23,13,-28,22,-50,52r-134,182r-6,0r21,-218v0,-14,-13,-21,-31,-19r2,-6r94,0v-13,14,-32,2,-36,41r-14,143","w":219,"k":{"y":33,"u":27,"r":27,"o":40,"i":27,"e":40,"a":40,"O":11,"A":27,";":27,":":23,".":46,"-":20,",":46," ":7}},"W":{"d":"283,-205v7,-14,2,-26,-15,-27r1,-6r71,0v-7,13,-25,9,-36,25r-142,218r-7,0r19,-184r-119,184r-6,0r21,-216v0,-16,-9,-21,-26,-21r2,-6r89,0r-2,6v-29,2,-31,8,-34,39r-13,128r91,-139v1,-22,-8,-26,-31,-28r2,-6r96,0r-2,6v-43,3,-30,15,-38,65r-12,102","w":299,"k":{"y":33,"u":20,"r":20,"o":33,"i":20,"e":33,"a":33,"A":25,";":23,":":23,".":33,"-":13,",":33}},"X":{"d":"202,-213v8,-13,-1,-19,-18,-19r2,-6r81,0r-2,6v-34,7,-39,16,-65,42r-62,63v12,36,19,78,35,109v8,7,13,11,30,11r-2,7r-93,0r2,-7v26,0,29,-10,21,-36r-17,-60r-56,57v-14,15,-18,16,-21,28v1,10,6,10,20,11r-2,7r-79,0v1,-13,20,-6,26,-13v34,-24,76,-72,108,-103v-9,-31,-21,-87,-34,-108v-4,-5,-12,-7,-23,-8r2,-6r85,0r-2,6v-26,0,-26,9,-20,33r16,59v20,-21,54,-52,68,-73","w":219},"Y":{"d":"111,-52v-10,31,-11,47,23,45r-1,7r-101,0v4,-14,27,-4,34,-17v13,-24,23,-69,33,-99v-12,-34,-21,-83,-38,-109v-4,-4,-11,-6,-20,-7r2,-6r88,0v-6,14,-33,0,-30,22v3,27,18,62,25,89v18,-27,52,-67,63,-95v-2,-10,-10,-8,-26,-10r2,-6r75,0v-4,13,-22,5,-29,17v-27,28,-57,77,-82,110","w":200,"k":{"v":33,"u":33,"q":40,"p":33,"o":33,"i":27,"e":33,"a":33,"A":25,";":23,":":23,".":33,"-":27,",":33}},"Z":{"d":"176,-226v-62,1,-124,-9,-133,42r-6,0r17,-54r166,0r0,6r-177,221v74,1,125,0,142,-51r6,0r-20,62r-172,0r0,-5","w":200},"[":{"d":"2,72r93,-316r75,0r-4,12r-49,0r-85,291r49,0r-4,13r-75,0","w":140},"\\":{"d":"51,-250r32,255r-13,0r-32,-255r13,0","w":100},"]":{"d":"131,-244r-92,316r-75,0r4,-12r49,0r85,-291r-49,0r4,-13r74,0","w":140},"^":{"d":"91,-244r75,126r-17,0r-61,-103r-62,103r-16,0r76,-126r5,0","w":151},"_":{"d":"183,78r-186,0r0,-15r186,0r0,15"},"`":{"d":"102,-246r19,60r-5,0r-53,-60r39,0","w":119},"a":{"d":"106,-159v16,0,25,9,29,24r6,-20r28,-4r-39,139v0,4,2,6,6,6v12,-2,13,-10,24,-23r6,4v-12,18,-27,37,-49,37v-25,0,-12,-34,-7,-50v-23,27,-35,47,-70,50v-20,1,-32,-19,-32,-40v0,-57,43,-123,98,-123xm56,-16v40,0,90,-83,66,-127v-4,-4,-9,-7,-16,-7v-42,0,-65,65,-69,108v-1,13,8,26,19,26"},"b":{"d":"63,-200v11,-28,6,-39,-20,-33r0,-7r61,-10r-35,122v19,-19,28,-30,56,-31v27,-1,45,20,44,48v-1,79,-88,150,-160,95xm140,-108v1,-36,-36,-43,-59,-21v-27,26,-31,76,-45,115v60,35,103,-35,104,-94"},"c":{"d":"77,-12v27,0,40,-13,57,-31r5,5v-21,24,-39,41,-76,42v-33,1,-53,-20,-53,-52v0,-59,48,-108,105,-111v23,-1,35,9,38,28v3,19,-28,36,-31,12v-2,-11,13,-14,12,-23v-1,-7,-8,-9,-17,-9v-47,3,-78,54,-78,101v0,23,15,38,38,38","w":159},"d":{"d":"155,-204v9,-18,5,-38,-21,-29r0,-7r61,-10r-66,230v11,11,17,-7,30,-19r6,4v-12,18,-27,36,-49,39v-28,-4,-7,-47,-2,-65v-25,35,-35,59,-74,65v-20,-1,-34,-20,-33,-44v4,-55,46,-114,100,-119v15,-1,23,7,30,17xm56,-17v26,0,77,-78,74,-108v-2,-14,-9,-25,-23,-25v-32,-1,-71,70,-71,106v0,15,7,27,20,27"},"e":{"d":"118,-159v36,-2,47,31,25,53v-23,23,-53,34,-100,40v-6,29,11,52,37,52v28,0,35,-10,59,-28r3,5v-28,28,-54,41,-79,41v-31,0,-53,-24,-52,-52v3,-58,48,-107,107,-111xm130,-134v-6,-28,-39,-15,-56,3v-13,13,-24,31,-30,56v44,-5,80,-22,86,-59","w":159},"f":{"d":"155,-214v-24,0,3,-28,-16,-29v-43,11,-40,38,-58,88r26,0r-3,12r-26,0v-26,87,-31,204,-117,221v-22,4,-34,-32,-8,-32v23,0,-5,25,11,24v45,-13,42,-39,56,-94r30,-119r-30,0r2,-12v45,6,43,-46,64,-64v15,-26,72,-48,84,-10v1,8,-7,15,-15,15","w":100},"g":{"d":"22,-95v0,-50,75,-82,118,-53r48,0r-6,18r-29,0v14,45,-25,75,-71,79v-22,2,-47,23,-12,32v32,8,82,8,80,45v-2,39,-44,52,-87,52v-35,0,-70,-8,-73,-38v7,-27,17,-29,45,-45v-20,-20,5,-37,29,-46v-22,-3,-42,-20,-42,-44xm81,-59v43,0,69,-88,17,-92v-26,-1,-45,35,-45,62v0,17,12,30,28,30xm14,37v0,45,110,37,115,-1v-2,-16,-13,-18,-32,-23v-7,-1,-25,-6,-55,-13v-14,6,-28,20,-28,37"},"h":{"d":"65,-201v8,-17,8,-39,-20,-32r0,-7r61,-10r-50,171v33,-44,41,-70,84,-80v24,1,21,27,15,49r-25,89v-1,4,2,5,5,5v12,-4,16,-13,25,-23r5,3v-11,14,-27,38,-48,40v-20,-3,-15,-19,-9,-43r24,-91v0,-10,-12,-10,-19,-4v-33,22,-65,79,-79,134r-27,0"},"i":{"d":"63,-211v0,-11,7,-18,18,-18v10,0,17,8,17,18v0,10,-7,17,-17,17v-10,0,-18,-7,-18,-17xm48,-136v-1,-12,-12,-8,-26,-6r0,-7r61,-10r-39,138v0,4,2,6,6,6v13,-3,18,-14,27,-25r6,4v-12,17,-27,40,-51,40v-20,0,-18,-17,-12,-37v10,-31,23,-71,28,-103","w":100},"j":{"d":"65,-211v0,-10,7,-18,17,-18v11,0,18,7,18,18v0,11,-7,18,-18,18v-10,0,-17,-8,-17,-18xm44,-111v13,-28,3,-35,-19,-31r0,-6r60,-11v-25,71,-33,171,-79,218v-13,13,-29,19,-45,19v-23,0,-32,-30,-9,-31v18,0,7,18,8,22v29,-1,36,-16,45,-45","w":100},"k":{"d":"62,-201v9,-18,7,-43,-20,-32r0,-7r61,-10r-50,173r20,-17v25,-23,38,-30,46,-48v-1,-8,-13,-6,-22,-6r2,-7r77,0v-6,15,-32,6,-43,21v-14,10,-27,20,-39,32v10,20,14,82,29,87v12,-3,17,-13,27,-25r6,5v-20,22,-23,35,-48,39v-26,-9,-17,-30,-35,-87r-24,21r-18,62r-27,0","w":159},"l":{"d":"67,-202v12,-27,6,-36,-20,-31r0,-7r60,-10r-64,228v0,4,1,7,5,7v13,-3,17,-14,27,-26r5,6v-17,22,-25,36,-50,39v-20,-3,-17,-17,-10,-41","w":100},"m":{"d":"39,-114v8,-17,6,-37,-20,-28r-2,-6r61,-11r-23,79v23,-39,35,-69,78,-79v41,6,9,61,4,87v28,-46,38,-79,83,-87v20,-3,20,26,15,44r-26,93v0,3,2,6,5,6v9,-5,18,-14,25,-24r5,4v-10,13,-27,40,-49,40v-21,-5,-14,-21,-7,-48v7,-29,22,-53,22,-85v0,-14,-14,-10,-22,-2v-31,30,-56,76,-71,131r-27,0r35,-129v0,-12,-12,-12,-19,-5v-38,38,-55,62,-74,134r-26,0","w":259},"n":{"d":"39,-110v10,-26,6,-38,-19,-32r-1,-6r60,-11r-23,80v34,-46,39,-70,84,-80v24,1,22,25,15,49r-25,90v0,3,1,5,4,5v12,-3,17,-13,26,-24r5,3v-16,21,-26,35,-49,40v-20,-4,-14,-20,-8,-43v8,-30,19,-60,24,-92v-2,-10,-12,-10,-20,-3v-38,27,-64,80,-79,134r-26,0"},"o":{"d":"113,-159v31,-1,54,24,53,55v-2,58,-44,105,-101,108v-32,1,-55,-23,-54,-55v1,-58,47,-105,102,-108xm69,-5v38,2,68,-70,68,-111v0,-20,-10,-34,-28,-34v-37,-2,-70,71,-70,111v0,20,12,34,30,34"},"p":{"d":"41,-116v10,-24,2,-31,-22,-27r0,-7r61,-9r-12,40v21,-23,33,-38,64,-40v23,-1,38,21,38,45v0,58,-69,147,-135,109r-17,63v2,13,10,12,27,12r-2,7r-83,0r2,-7v28,-1,26,-6,34,-32xm140,-115v0,-39,-39,-33,-59,-7v-22,28,-31,66,-42,104v7,9,17,13,29,13v47,-10,72,-57,72,-110"},"q":{"d":"105,-159v19,0,28,9,33,25r5,-19r28,-6r-62,216v1,11,10,12,22,13r-2,7r-84,0v5,-15,27,-3,34,-18v13,-29,23,-78,34,-112v-23,31,-34,53,-70,57v-23,3,-35,-24,-35,-45v0,-57,44,-118,97,-118xm58,-17v40,-9,69,-65,73,-108v1,-14,-11,-25,-24,-25v-30,-2,-69,72,-69,106v0,15,7,27,20,27"},"r":{"d":"46,-136v-2,-10,-12,-9,-26,-7r-1,-6r60,-10r-25,85v29,-44,41,-71,79,-85v9,0,12,5,13,13v4,18,-21,44,-29,20v-5,-14,-15,-1,-24,9v-23,27,-51,73,-59,117r-27,0","w":140,"k":{"q":13,"o":13,"h":7,"g":13,"e":13,"d":13,"c":13,".":40,"-":7,",":40}},"s":{"d":"33,-118v-1,-38,48,-49,78,-33v8,2,10,-10,20,-8r-11,54r-7,0v-1,-27,-10,-43,-32,-45v-13,0,-24,7,-24,20v9,36,51,52,50,88v-1,41,-54,56,-92,38v-8,-1,-8,9,-18,8r10,-57r7,0v1,32,10,47,38,49v17,1,30,-10,29,-26v-1,-35,-47,-53,-48,-88","w":140},"t":{"d":"32,4v-22,-3,-19,-23,-12,-46r30,-102r-27,0r2,-7v33,-10,42,-22,61,-52r8,0r-14,48r27,0r-3,11r-27,0r-35,126v-1,4,3,6,5,6v14,-4,15,-11,30,-28r6,4v-17,22,-24,37,-51,40","w":100},"u":{"d":"50,-54v-11,28,-5,48,17,31v38,-28,61,-74,76,-132r26,0r-37,134v-1,4,2,7,4,7v12,-4,10,-8,25,-25r5,4v-13,20,-22,37,-47,39v-15,1,-17,-14,-12,-29v2,-9,7,-28,16,-57v-31,47,-42,76,-87,86v-49,-17,10,-100,9,-139v-12,-11,-15,3,-29,17r-5,-3v12,-20,25,-36,48,-38v22,4,15,23,8,49"},"v":{"d":"141,-159v33,7,13,51,-2,71v-23,32,-36,50,-79,92r-6,0v-3,-74,-9,-121,-18,-139v-5,-10,-15,-10,-27,-7r-1,-6r51,-11v15,43,16,68,20,132v33,-39,53,-54,63,-94v0,-7,-18,-15,-16,-24v-1,-8,7,-16,15,-14","w":159,"k":{".":27,",":27}},"w":{"d":"223,-121v1,-14,-16,-11,-16,-25v0,-7,7,-13,14,-13v11,-1,17,9,17,20v0,59,-62,107,-91,143r-6,0r-12,-121r-72,121r-8,0v-3,-63,-1,-107,-16,-142v-6,-5,-16,-5,-27,-3r0,-6r51,-12v9,19,13,83,15,119r72,-119r7,0r12,132v25,-32,49,-59,60,-94","w":240,"k":{".":27,",":27}},"x":{"d":"66,-79v-16,-51,-3,-64,-51,-65r0,-7r47,-8v15,18,14,19,24,51v14,-21,26,-47,55,-51v9,-1,17,6,17,14v-2,26,-33,0,-43,14v-7,6,-16,18,-26,35v8,25,8,64,24,80v12,-2,18,-14,25,-25r6,3v-9,18,-25,37,-44,42v-27,-9,-16,-21,-31,-70v-27,41,-30,61,-65,70v-19,1,-23,-29,-3,-29v8,-2,16,17,24,7v11,-5,36,-50,41,-61","w":159},"y":{"d":"3,59v17,-7,42,-36,51,-49v-5,-45,-4,-110,-17,-145v-6,-7,-15,-7,-29,-5r-2,-6r51,-13v19,31,13,95,21,140v17,-23,56,-64,66,-102v-4,-8,-21,-8,-20,-22v0,-9,6,-16,15,-16v25,3,22,35,9,56v-29,50,-93,135,-141,173v-14,11,-34,12,-36,-6v-1,-8,11,-18,18,-18v10,-2,8,11,14,13","w":159,"k":{".":20,",":20}},"z":{"d":"61,-132v-29,-1,-29,5,-39,22r-7,0r15,-45r112,0r0,5r-122,126v38,-3,90,12,93,-24r7,0r-16,48r-114,0r0,-5r122,-127r-51,0","w":140},"{":{"d":"28,26v0,-33,60,-100,-3,-109r2,-7v34,-8,54,-21,54,-66v0,-54,41,-85,90,-94r-2,6v-35,10,-54,23,-55,69v-2,52,-32,73,-74,88v20,9,35,23,37,48v1,17,-30,64,-28,79v2,20,11,26,30,32r-2,6v-27,-4,-49,-23,-49,-52","w":143},"|":{"d":"56,-250r0,328r-14,0r0,-328r14,0","w":98},"}":{"d":"116,-199v1,33,-61,101,3,109r-2,7v-34,9,-53,21,-54,66v-1,55,-42,85,-90,95r2,-6v34,-11,54,-23,55,-69v1,-54,33,-73,74,-89v-21,-8,-37,-23,-37,-48v0,-33,61,-99,-2,-110r2,-6v27,3,49,22,49,51","w":143},"~":{"d":"150,-86v20,1,32,-13,33,-33r8,0v0,27,-17,49,-43,49v-35,0,-125,-71,-137,0r-7,0v1,-28,15,-49,41,-49v30,0,78,31,105,33","w":194}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Typeface © The Monotype Corporation plc. Data © The Monotype Corporation
 * plc/Type Solutions Inc. 1990-1992. All Rights Reserved
 * 
 * Trademark:
 * Times New Roman® Trademark of the Monotype Corporation plc registered in the US
 * Pat & TM Off. and elsewhere.
 * 
 * Description:
 * This remarkable typeface first appeared in 1932 in The Times of London
 * newspaper, for which it was designed.  It has subsequently become one of the
 * worlds most successful type creations.  The original drawings were made under
 * Stanley Morison's direction by Victor Lardent at The Times.  It then went
 * through an extensive iterative process involving further work in Monotype's Type
 * Drawing Office.  Based on experiments Morison had conducted using Perpetua and
 * Plantin, it has many old style characteristics but was adapted to give excellent
 * legibility coupled with good economy.  Widely used in books and magazines, for
 * reports, office documents and also for display and advertising.
 * 
 * Manufacturer:
 * Monotype Typography
 * 
 * Designer:
 * Monotype Type Drawing Office - Stanley Morison, Victor Lardent 1932
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_timesnewroman.html
 * 
 * License information:
 * http://www.monotype.com/html/type/license.html
 */
Cufon.registerFont({"w":180,"face":{"font-family":"Times New Roman","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 2 7 3 6 5 5 9 3 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-58 -253 361 78.8299","underline-thickness":"34.2773","underline-position":"-22.1484","slope":"-16.333","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":90,"k":{"Y":7,"W":7,"A":13}},"\u00a0":{"w":90},"!":{"d":"127,-221v-8,47,-51,112,-62,153r-7,0v11,-46,12,-125,26,-159v10,-25,42,-20,43,6xm20,-24v0,-15,14,-28,29,-28v15,0,28,13,28,28v0,15,-13,29,-28,29v-16,0,-29,-13,-29,-29","w":140},"\"":{"d":"183,-244v27,0,17,30,6,50r-36,67r-9,0v2,-50,-10,-117,39,-117xm98,-244v27,5,19,26,6,50r-36,67r-9,0v2,-49,-9,-116,39,-117","w":199},"#":{"d":"23,5r15,-75r-24,0r0,-23r29,0r10,-51r-39,0r0,-23r43,0r16,-76r23,0r-15,76r51,0r15,-76r24,0r-16,76r25,0r0,23r-29,0r-11,51r40,0r0,23r-44,0r-15,75r-24,0r15,-75r-51,0r-15,75r-23,0xm66,-93r52,0r10,-51r-52,0"},"$":{"d":"44,-180v0,-42,37,-68,83,-63r3,-10r13,0r-3,12v16,4,29,8,40,15r-17,52r-6,0v5,-27,-1,-45,-21,-54r-24,80v35,38,48,36,51,81v3,48,-42,76,-95,72r-6,22r-14,0r7,-24v-19,-5,-22,-6,-41,-15r16,-57r7,0v2,31,6,42,23,55r27,-93v-25,-25,-43,-37,-43,-73xm123,-231v-42,-2,-51,49,-21,73xm73,-10v51,7,61,-62,24,-87"},"%":{"d":"280,-244r-219,254r-21,0r219,-254r21,0xm149,-197v0,42,-32,83,-70,83v-25,0,-40,-19,-40,-47v0,-39,29,-81,68,-81v26,0,42,18,42,45xm89,-216v2,6,-46,107,1,90v13,-10,23,-62,30,-94v-4,-21,-27,-13,-31,4xm281,-73v0,42,-35,82,-71,83v-24,0,-40,-20,-40,-47v0,-39,32,-81,68,-81v25,0,43,18,43,45xm238,-109v-25,6,-41,87,-34,106v36,13,38,-59,47,-92v2,-7,-7,-15,-13,-14","w":299},"&":{"d":"254,-31v-13,42,-81,47,-105,11v-35,34,-132,38,-132,-25v0,-54,44,-63,87,-86v-13,-60,19,-113,71,-113v23,0,42,16,42,37v0,41,-31,51,-65,68v14,42,13,46,28,73v14,-12,32,-48,5,-55r2,-6r67,0v-1,10,-14,8,-18,14r-49,59v14,23,38,43,62,23r5,0xm164,-230v-30,0,-18,52,-15,78v19,-13,29,-29,31,-53v0,-12,-5,-25,-16,-25xm142,-31v-13,-22,-29,-58,-35,-87v-21,12,-37,23,-38,51v-1,38,43,63,73,36","w":280},"'":{"d":"94,-244v27,0,20,26,7,50r-36,67r-9,0v2,-48,-10,-117,38,-117","w":100},"(":{"d":"156,-244r-3,10v-60,43,-94,133,-99,229v0,20,5,40,14,63r-3,11v-76,-87,-50,-213,24,-272v19,-16,41,-30,67,-41","w":119},")":{"d":"-41,69v7,-20,28,-28,38,-42v40,-58,89,-171,51,-261r2,-10v77,86,52,213,-23,272v-19,16,-42,30,-68,41","w":119},"*":{"d":"43,-187v12,-41,49,4,67,13v2,-20,-13,-33,-15,-49v0,-9,9,-23,18,-21v37,7,5,44,4,70v20,-4,28,-31,48,-31v9,0,18,7,18,17v0,26,-37,18,-64,19v11,20,44,17,44,43v0,10,-7,18,-17,18v-27,-1,-17,-41,-32,-57v-16,16,-7,57,-33,57v-10,0,-18,-7,-18,-17v2,-26,34,-25,45,-44v-26,0,-63,7,-65,-18"},"+":{"d":"14,-131r85,0r0,-84r23,0r0,84r84,0r0,23r-84,0r0,84r-23,0r0,-84r-85,0r0,-23","w":205},",":{"d":"34,-54v36,3,35,51,12,76v-12,13,-28,26,-52,36r-4,-8v24,-15,33,-16,38,-35v-1,-15,-26,-21,-23,-41v-1,-15,15,-28,29,-28","w":90},"-":{"d":"14,-97r102,0r-11,36r-103,0","w":119},"\u00ad":{"d":"14,-97r102,0r-11,36r-103,0","w":119},".":{"d":"-5,-24v0,-15,14,-29,29,-29v15,0,29,13,29,29v0,16,-14,29,-29,29v-15,0,-29,-14,-29,-29","w":90},"\/":{"d":"149,-243r-153,248r-25,0r153,-248r25,0","w":100},"0":{"d":"99,-2v-44,23,-79,-14,-79,-61v0,-72,33,-145,77,-172v64,-39,97,47,75,118v-15,48,-33,94,-73,115xm145,-212v3,-20,-26,-26,-34,-9v-22,47,-48,134,-56,196v-2,16,16,23,28,15v29,-40,50,-131,62,-202"},"1":{"d":"100,-191v7,-21,-11,-31,-35,-24r-2,-7v33,-6,62,-17,97,-21r-63,220v6,14,9,16,33,16r-2,7r-120,0v5,-15,32,-1,39,-18v20,-48,37,-122,53,-173","k":{"1":20}},"2":{"d":"54,-40v40,-2,86,8,93,-26r9,0r-28,66r-127,0r0,-7v45,-42,93,-87,119,-132v16,-29,7,-71,-28,-70v-16,0,-29,9,-41,27r-7,-3v11,-33,33,-57,71,-58v46,-2,74,46,51,87v-26,47,-54,64,-112,116"},"3":{"d":"105,-65v0,-41,-22,-61,-59,-65r2,-7v40,-5,76,-18,78,-56v2,-36,-53,-34,-65,-6r-7,-3v17,-25,30,-39,63,-41v27,-1,54,18,52,44v-2,36,-26,46,-59,56v85,40,15,154,-66,148v-21,-2,-38,-5,-40,-22v7,-40,49,0,70,4v20,-2,32,-29,31,-52"},"4":{"d":"84,-50r-78,0r9,-30r143,-163r23,0r-48,163r27,0r-9,30r-27,0r-16,55r-40,0xm93,-80r30,-104r-91,104r61,0"},"5":{"d":"116,-64v-2,-43,-26,-74,-73,-75r48,-99r90,0r-11,41r-84,0r-10,21v46,7,79,32,79,80v0,57,-45,95,-103,101v-36,3,-52,-38,-20,-43v19,-3,28,24,49,24v23,0,35,-25,35,-50"},"6":{"d":"83,5v-68,0,-73,-91,-45,-144v29,-55,71,-100,146,-106r0,7v-47,13,-72,46,-92,92v41,-18,75,7,75,51v0,49,-36,100,-84,100xm123,-107v0,-20,-15,-36,-37,-26v-11,30,-23,67,-25,101v0,16,6,26,20,26v33,0,42,-74,42,-101"},"7":{"d":"160,-196v-44,2,-95,-8,-111,21r-7,0r33,-63r124,0r0,8r-140,235r-14,-8"},"8":{"d":"13,-52v0,-41,27,-58,61,-72v-39,-39,-22,-119,44,-119v33,0,61,21,59,51v-2,33,-21,48,-51,57v21,30,28,31,30,63v2,42,-34,77,-78,77v-37,0,-65,-24,-65,-57xm120,-233v-38,9,-24,72,-1,90v22,-11,30,-82,1,-90xm76,-7v31,0,42,-49,28,-77v-4,-8,-12,-20,-24,-33v-20,16,-28,44,-28,78v0,19,7,32,24,32"},"9":{"d":"116,-245v68,0,73,91,45,144v-29,56,-72,98,-146,106r0,-7v45,-14,71,-46,92,-92v-41,18,-75,-8,-75,-51v0,-49,35,-100,84,-100xm76,-133v0,20,15,36,37,26v11,-30,23,-66,25,-101v0,-16,-6,-26,-20,-26v-32,0,-42,74,-42,101"},":":{"d":"46,-134v0,-15,14,-29,29,-29v15,0,29,13,29,29v0,16,-13,29,-29,29v-16,0,-29,-14,-29,-29xm14,-24v0,-15,14,-29,29,-29v15,0,29,13,29,29v0,16,-14,29,-29,29v-15,0,-29,-14,-29,-29","w":119},";":{"d":"47,-133v0,-16,14,-30,29,-30v15,0,29,14,29,30v0,16,-14,29,-29,29v-15,0,-29,-13,-29,-29xm44,-54v36,3,36,51,13,76v-12,13,-29,26,-53,36r-4,-8v24,-15,34,-15,39,-35v-1,-15,-24,-22,-24,-41v0,-14,15,-29,29,-28","w":119},"\u037e":{"d":"47,-133v0,-16,14,-30,29,-30v15,0,29,14,29,30v0,16,-14,29,-29,29v-15,0,-29,-13,-29,-29xm44,-54v36,3,36,51,13,76v-12,13,-29,26,-53,36r-4,-8v24,-15,34,-15,39,-35v-1,-15,-24,-22,-24,-41v0,-14,15,-29,29,-28","w":119},"<":{"d":"206,-33r-192,-78r0,-14r192,-79r0,24r-149,62r149,61r0,24","w":205},"=":{"d":"14,-159r192,0r0,23r-192,0r0,-23xm14,-101r192,0r0,22r-192,0r0,-22","w":205},">":{"d":"14,-204r192,78r0,14r-192,79r0,-24r149,-62r-149,-61r0,-24","w":205},"?":{"d":"171,-196v2,70,-97,68,-103,129r-8,0v-2,-59,63,-80,69,-138v3,-28,-34,-43,-41,-19v11,18,14,51,-15,51v-14,0,-24,-13,-24,-28v0,-29,30,-43,58,-43v34,1,63,15,64,48xm32,-24v0,-15,14,-28,29,-28v15,0,28,13,28,28v0,15,-13,29,-28,29v-16,0,-29,-13,-29,-29"},"@":{"d":"159,-169v17,1,21,10,25,27r6,-21r43,-1v-12,45,-31,89,-38,137v-1,7,7,15,14,14v43,-7,75,-56,76,-109v2,-64,-48,-113,-113,-111v-94,2,-152,70,-155,163v-2,79,60,138,138,138v69,0,125,-44,144,-97r10,0v-24,62,-76,105,-155,107v-88,1,-156,-67,-155,-155v2,-101,69,-167,170,-167v76,0,126,46,126,119v0,67,-38,124,-106,125v-32,0,-42,-26,-31,-56v-21,31,-26,49,-61,56v-18,0,-31,-17,-29,-39v6,-65,33,-116,91,-130xm124,-32v31,-17,62,-75,47,-120v-2,-3,-5,-5,-8,-5v-29,9,-48,81,-50,109v0,8,3,16,11,16","w":299},"A":{"d":"195,-49v0,22,-2,43,21,42r-2,7r-103,0v5,-14,25,-3,28,-19v6,-11,5,-40,7,-58r-74,0v-13,20,-34,33,-41,59v2,8,9,11,20,11r0,7r-71,0v-1,-11,12,-8,18,-13v7,-5,17,-14,29,-29r168,-202r8,0xm146,-91r4,-78r-66,78r62,0","w":240,"k":{"y":27,"w":27,"v":27,"Y":20,"W":33,"V":27,"T":20," ":20}},"B":{"d":"75,-187v9,-30,14,-44,-21,-45r2,-6v70,5,176,-21,176,47v0,42,-33,54,-78,63v35,10,57,23,59,58v-10,56,-44,70,-123,70r-99,0v3,-14,28,-2,33,-17v21,-50,34,-116,51,-170xm178,-195v0,-21,-16,-34,-41,-31r-27,93v43,1,68,-24,68,-62xm75,-14v62,9,96,-39,77,-89v-10,-15,-20,-16,-47,-17","w":240},"C":{"d":"24,-89v1,-105,105,-180,211,-145v8,2,12,-10,24,-10r-17,76r-7,0v-1,-38,-17,-61,-52,-61v-65,0,-100,81,-102,152v-1,37,20,63,55,62v36,-1,52,-16,73,-39r9,0v-26,37,-45,58,-99,59v-56,1,-96,-38,-95,-94","w":240},"D":{"d":"49,-238v105,-4,207,-2,204,99v-2,60,-40,98,-75,119v-43,27,-122,19,-191,20r2,-7v26,-1,34,-10,41,-33r43,-151v7,-26,7,-42,-26,-41xm99,-14v77,-3,112,-103,88,-177v-7,-20,-23,-33,-51,-33r-53,180v-6,18,-3,30,16,30","w":259},"E":{"d":"223,-179v1,-49,-38,-45,-87,-46r-26,92v46,1,65,-7,79,-38r7,0r-27,93r-6,0v7,-38,-18,-44,-58,-42r-26,96v2,9,13,10,26,10v47,0,80,-21,104,-51r7,0r-25,65r-204,0r2,-7v30,0,34,-10,42,-36r48,-174v-2,-13,-9,-13,-26,-15r2,-6r190,0r-16,59r-6,0","w":240},"F":{"d":"238,-175v2,-52,-39,-51,-91,-50r-26,90v49,2,61,-9,77,-37r7,0r-28,94r-7,0v6,-37,-7,-47,-53,-44r-26,98v0,17,11,16,30,17r-2,7r-119,0r2,-7v28,-1,31,-9,39,-34r50,-175v-2,-11,-10,-16,-27,-16r1,-6r195,0r-16,63r-6,0","w":240,"k":{"A":33,".":46,",":46," ":7}},"G":{"d":"25,-99v-3,-98,118,-172,223,-136v7,2,10,-10,21,-9r-17,77r-6,0v-1,-40,-17,-63,-54,-63v-69,0,-109,77,-111,151v-2,48,30,85,75,67v7,-26,22,-57,22,-84v0,-11,-10,-16,-24,-15r2,-7r102,0v-6,15,-29,5,-29,36r-22,73v-25,9,-50,14,-77,14v-67,1,-103,-40,-105,-104","w":259},"H":{"d":"74,-195v8,-25,6,-37,-23,-37r2,-6r116,0r-2,6v-51,0,-42,68,-60,103r87,0v7,-28,23,-55,23,-87v0,-15,-8,-13,-27,-16r2,-6r118,0r-2,6v-28,2,-33,11,-41,37r-45,152v-8,25,-5,37,23,36r-2,7r-116,0v1,-12,24,-6,28,-13v17,-22,24,-71,35,-101r-87,0r-25,93v2,11,10,14,27,14r-2,7r-115,0r2,-7v29,-1,32,-9,40,-36","w":280},"I":{"d":"74,-195v8,-25,5,-37,-24,-37r2,-6r116,0r-2,6v-27,1,-31,12,-39,37r-44,152v-8,26,-6,37,24,36r-1,7r-119,0r2,-7v30,0,33,-10,41,-36","w":140},"J":{"d":"121,-197v8,-26,4,-34,-25,-35r2,-6r117,0r-2,6v-27,1,-31,12,-40,35v-30,82,-23,200,-128,202v-28,1,-46,-12,-48,-35v-3,-31,46,-42,48,-10v1,10,-26,32,0,33v31,-11,29,-31,44,-83"},"K":{"d":"191,-208v7,-12,0,-24,-14,-24r2,-6r90,0v-8,14,-28,6,-39,19v-28,19,-51,43,-76,65v13,38,32,114,49,139v5,5,12,8,20,8r-2,7r-103,0v2,-13,25,-6,22,-25v-5,-34,-22,-73,-31,-106r-30,108v1,13,10,16,27,16r-2,7r-116,0v4,-15,28,-3,34,-21v20,-58,41,-132,57,-196v-2,-11,-12,-15,-27,-15r2,-6r112,0v-6,12,-26,6,-32,23v-7,20,-18,60,-25,84","w":240},"L":{"d":"95,-14v46,0,82,-22,103,-53r7,0r-26,67r-191,0r2,-7v29,-1,33,-9,40,-36r48,-173v-1,-12,-10,-16,-26,-16r2,-6r114,0r-2,6v-27,1,-31,12,-39,36r-41,140v-6,29,-16,42,9,42","w":219,"k":{"y":13,"Y":13,"W":13,"V":13,"T":7," ":13}},"M":{"d":"82,-219v-10,-10,-14,-13,-33,-13r2,-6r85,0r18,163r113,-163r84,0r-2,6v-27,2,-35,11,-42,37r-44,152v-8,24,-5,37,22,36r-2,7r-119,0r2,-7v31,0,36,-10,44,-36r45,-154r-136,197r-8,0r-21,-201r-46,158v-6,22,0,38,24,36r-1,7r-79,0r1,-7v27,1,36,-15,42,-36","w":320},"N":{"d":"81,-215v-12,-12,-14,-17,-35,-17r2,-6r80,0r75,159r36,-133v0,-15,-10,-19,-25,-20r2,-6r76,0v-2,11,-21,6,-26,14v-6,5,-12,14,-16,29r-58,198r-6,0r-96,-204r-49,174v1,13,10,21,27,20r-2,7r-78,0v5,-13,24,-5,31,-19v28,-57,40,-133,62,-196","w":259},"O":{"d":"176,-244v88,0,102,105,54,170v-34,46,-59,78,-129,80v-53,1,-82,-36,-82,-84v0,-89,71,-166,157,-166xm202,-184v6,-52,-50,-55,-75,-24v-25,32,-52,101,-52,156v0,25,11,44,33,44v69,0,86,-109,94,-176","w":259},"P":{"d":"232,-182v-2,55,-64,87,-130,72v-7,28,-23,57,-23,87v0,15,10,16,29,16r-2,7r-117,0v4,-14,28,-2,33,-18v21,-60,41,-133,58,-198v-1,-11,-11,-16,-27,-16r2,-6v75,2,180,-17,177,56xm106,-123v64,22,103,-94,37,-101r-8,0","w":219,"k":{"A":27,".":46,",":46," ":13}},"Q":{"d":"77,34v57,-17,126,36,167,-9r5,5v-24,27,-53,45,-103,45v-37,0,-82,-21,-119,-8r-3,-4r65,-58v-46,-6,-70,-37,-70,-83v0,-87,71,-163,157,-166v73,-3,102,82,67,147v-27,51,-66,96,-135,102xm202,-184v6,-52,-50,-55,-75,-24v-25,32,-52,101,-52,156v0,25,11,44,33,44v69,0,86,-109,94,-176","w":259},"R":{"d":"230,-186v-1,36,-26,56,-65,66v11,31,23,85,37,107v4,4,11,6,21,6r0,7r-74,0r-34,-116r-12,0v-8,30,-25,61,-25,94v0,13,11,15,28,15r-3,7r-114,0r2,-7v29,-1,33,-9,40,-36r48,-173v-2,-14,-8,-13,-26,-16r1,-6v71,3,178,-19,176,52xm175,-190v1,-24,-16,-39,-40,-34r-29,97v43,4,69,-24,69,-63","w":240,"k":{"y":7,"Y":7,"W":7,"V":7}},"S":{"d":"123,-244v20,-4,67,26,79,0r8,0r-20,81r-6,0v-2,-38,-19,-63,-53,-65v-17,-1,-35,17,-34,34v0,54,77,69,77,130v0,74,-91,76,-153,60v-13,-1,-14,9,-29,9r21,-90r7,0v5,42,20,73,62,76v22,1,42,-19,41,-39v-2,-54,-77,-72,-76,-131v0,-37,36,-66,76,-65","w":200},"T":{"d":"125,-223v-42,3,-61,18,-79,49r-7,0r19,-64r191,0r-18,64v-7,2,-6,-4,-6,-9v0,-29,-16,-39,-47,-40r-53,179v-8,25,-5,39,24,37r-2,7r-118,0r2,-7v30,0,33,-10,41,-37","w":219,"k":{"y":13,"w":13,"u":13,"s":33,"r":13,"o":33,"i":13,"e":33,"c":33,"a":33,"O":7,"A":20,";":27,":":27,".":33,"-":33,",":33}},"U":{"d":"236,-196v8,-22,0,-38,-28,-36r2,-6r81,0r-1,6v-25,3,-33,14,-40,36v-30,81,-28,201,-136,201v-61,0,-90,-35,-73,-96r34,-126v-2,-13,-10,-13,-28,-15r2,-6r119,0v-3,11,-24,5,-29,14v-27,43,-41,117,-53,175v1,47,80,42,98,9v22,-40,35,-107,52,-156","w":259},"V":{"d":"226,-205v9,-15,2,-26,-15,-27r3,-6r65,0v1,10,-10,7,-13,12v-5,4,-13,12,-24,25r-178,206r-8,0r9,-217v-1,-14,-7,-18,-22,-20r2,-6r100,0v-1,10,-18,5,-21,14v-15,37,-9,108,-14,156","w":240,"k":{"y":27,"u":20,"r":20,"o":40,"i":20,"e":40,"a":40,"A":27,";":27,":":27,".":46,"-":20,",":46," ":7}},"W":{"d":"311,-210v8,-13,0,-21,-16,-22r2,-6r64,0v-1,9,-12,7,-16,12v-61,71,-114,156,-172,231r-10,0r12,-160r-118,160r-10,0r17,-218v0,-14,-6,-19,-20,-19r3,-6r96,0v0,10,-18,3,-22,12v-16,36,-9,99,-16,145r72,-99v0,-22,9,-54,-18,-52r2,-6r97,0v-1,10,-18,5,-21,12v-17,35,-10,99,-17,145r70,-96v12,-16,18,-27,21,-33","w":320,"k":{"y":20,"u":20,"r":27,"o":27,"i":13,"e":27,"a":27,"A":27,";":20,":":20,".":27,"-":13,",":27," ":7}},"X":{"d":"45,-31v-7,13,0,26,18,24r-2,7r-83,0v0,-10,12,-8,18,-12v35,-25,78,-68,112,-98v-16,-36,-32,-86,-53,-115v-3,-5,-10,-6,-19,-7r0,-6r106,0v-2,12,-23,5,-21,20v4,23,19,50,27,71r61,-60v9,-12,1,-26,-14,-25r2,-6r78,0v-1,9,-12,7,-18,12v-28,20,-74,66,-104,92v16,35,36,91,55,119v4,4,11,6,19,8r-2,7r-106,0r2,-7v51,-5,-4,-67,-7,-91","w":240},"Y":{"d":"146,-99v-3,30,-50,96,11,92r-2,7r-122,0v12,-16,42,-4,44,-42r18,-63v-11,-37,-15,-89,-32,-118v-4,-4,-10,-7,-20,-9r2,-6r114,0r-2,6v-60,1,-16,76,-13,114v20,-33,48,-57,61,-97v-1,-10,-8,-16,-20,-17r2,-6r71,0v2,11,-12,5,-17,12v-28,32,-67,90,-95,127","w":219,"k":{"v":33,"u":33,"q":40,"p":27,"o":40,"i":20,"e":40,"a":33,"A":27,";":33,":":33,".":27,"-":33,",":33," ":13}},"Z":{"d":"172,-225v-64,-1,-101,6,-121,47r-7,0r20,-60r180,0r0,6r-182,219v68,1,101,-14,131,-54r7,0r-25,67r-185,0r0,-7","w":219},"[":{"d":"43,25v-10,29,-6,36,24,34r-2,7r-75,0r88,-304r76,0v-4,13,-31,2,-37,18v-29,76,-47,166,-74,245","w":119},"\\":{"d":"49,-243r24,248r-21,0r-24,-248r21,0","w":100},"]":{"d":"72,-197v10,-29,6,-38,-25,-35r2,-6r76,0r-89,304r-76,0v2,-15,31,-1,37,-18v28,-76,48,-165,75,-245","w":119},"^":{"d":"37,-117r72,-126r14,0r71,126r-28,0r-52,-90r-51,90r-26,0","w":205},"_":{"d":"-32,55r187,0r0,23r-187,0r0,-23"},"`":{"d":"43,-244r52,0r18,61r-13,0","w":119},"a":{"d":"100,-163v17,0,21,10,24,27r7,-22r41,-2r-38,135v10,12,17,-5,28,-17r6,3v-14,24,-28,43,-57,44v-33,1,-17,-36,-11,-58v-21,30,-28,53,-62,58v-22,3,-32,-22,-31,-43v3,-55,39,-125,93,-125xm63,-27v31,-10,52,-66,53,-100v0,-14,-1,-25,-13,-25v-29,6,-47,74,-50,107v-1,10,4,17,10,18"},"b":{"d":"57,-199v7,-19,6,-27,-14,-27r1,-7v24,-3,43,-11,70,-11r-31,106v15,-16,22,-24,44,-25v27,-2,41,25,42,50v1,79,-86,153,-166,101xm124,-112v2,-26,-29,-35,-41,-14v-16,27,-26,82,-37,116v54,19,74,-53,78,-102"},"c":{"d":"54,-57v-2,49,60,43,81,15r5,4v-24,47,-131,67,-131,-8v0,-61,47,-111,108,-117v44,-4,53,55,15,59v-9,1,-19,-9,-18,-18v-2,-12,32,-29,4,-33v-42,5,-62,55,-64,98","w":159},"d":{"d":"139,-193v7,-20,10,-37,-13,-33r2,-7v23,-3,42,-10,68,-11r-62,219v0,2,1,6,4,5v11,-3,14,-10,23,-22r6,4v-17,29,-34,43,-54,43v-33,1,-20,-41,-12,-61v-23,35,-29,53,-63,61v-61,-13,-18,-115,8,-136v17,-23,56,-47,80,-19xm63,-28v30,-7,53,-71,56,-104v1,-12,-4,-20,-14,-21v-30,7,-49,75,-52,108v0,9,3,17,10,17"},"e":{"d":"128,-163v53,0,22,62,-3,76v-20,11,-38,19,-69,21v-4,27,2,48,27,48v24,0,35,-12,53,-27r6,5v-22,26,-42,44,-82,45v-35,1,-52,-17,-52,-47v0,-65,54,-121,120,-121xm119,-141v-2,-16,-19,-11,-29,1v-12,15,-23,36,-32,65v38,-3,56,-30,61,-66","w":159},"f":{"d":"149,-216v0,-7,13,-18,1,-20v-31,8,-39,39,-50,78r25,0r-6,21r-25,0v-28,88,-25,207,-123,215v-16,1,-28,-7,-29,-19v0,-10,10,-19,21,-18v18,-2,20,17,12,27v14,4,21,-13,26,-22r48,-183r-25,0r6,-21v21,0,23,-4,32,-19v22,-39,41,-67,88,-67v19,0,32,7,33,24v0,11,-7,19,-18,19v-10,0,-16,-6,-16,-15","w":119,"k":{"f":7}},"g":{"d":"21,-103v-1,-52,75,-76,118,-49r47,0r-6,19r-24,0v23,53,-35,91,-93,76v-19,7,-21,21,0,26v47,11,74,11,79,54v7,65,-150,77,-161,16v5,-23,20,-28,51,-36v-36,-18,-14,-55,21,-63v-19,-9,-31,-19,-32,-43xm119,-137v0,-10,-6,-18,-17,-17v-28,3,-36,43,-38,72v0,12,7,19,18,19v27,0,37,-47,37,-74xm13,38v-1,37,92,43,92,3v0,-26,-41,-24,-63,-34v-17,7,-28,13,-29,31"},"h":{"d":"62,-199v6,-17,7,-29,-14,-27r1,-7v23,-3,43,-10,69,-11r-45,159v31,-42,37,-68,84,-78v22,1,23,26,17,49r-25,88v9,10,17,-10,25,-19r7,4v-16,25,-27,43,-54,43v-23,0,-26,-19,-19,-42v9,-28,19,-55,24,-86v-5,-10,-13,-3,-23,6v-24,21,-51,75,-61,120r-44,0","w":200},"i":{"d":"55,-218v0,-13,13,-26,26,-26v13,0,26,13,26,26v0,13,-13,26,-26,26v-13,0,-26,-13,-26,-26xm35,-118v5,-18,5,-30,-16,-28r3,-7v24,-3,44,-10,70,-10r-39,139v-1,3,2,6,5,5v12,-2,15,-13,25,-26r6,4v-18,31,-37,46,-57,46v-21,0,-28,-17,-22,-39","w":100},"j":{"d":"55,-218v0,-14,12,-26,26,-26v13,0,26,13,26,26v0,14,-12,26,-26,26v-14,0,-26,-11,-26,-26xm39,-118v7,-22,5,-29,-15,-29r2,-6v24,-3,44,-10,70,-10v-20,66,-35,151,-64,205v-11,20,-33,34,-61,36v-33,3,-38,-37,-8,-38v17,-1,18,18,8,26v4,7,15,2,18,-6v18,-44,34,-126,50,-178","w":100},"k":{"d":"60,-198v6,-18,8,-31,-15,-29r2,-7v24,-3,44,-9,70,-10r-48,166v20,-22,48,-37,63,-64v-2,-8,-7,-8,-21,-9r2,-7r72,0v-7,16,-26,9,-38,23v-14,11,-18,14,-27,24r20,81v10,8,16,-9,23,-18r6,4v-13,23,-34,59,-64,40v-9,-10,-16,-53,-21,-74r-19,18r-18,60r-45,0"},"l":{"d":"57,-199v7,-19,6,-28,-15,-28r2,-6v24,-3,43,-11,70,-11r-63,220v-1,4,2,5,4,6v12,-4,16,-13,25,-26r7,3v-17,25,-26,46,-56,46v-24,0,-30,-17,-22,-42","w":100},"m":{"d":"37,-113v5,-20,11,-35,-14,-33r2,-7v24,-3,44,-10,71,-10r-23,76v30,-39,33,-67,78,-76v39,2,14,53,9,76v29,-40,34,-65,77,-76v26,1,23,27,16,52r-23,84v0,1,1,4,3,4v13,1,16,-29,28,-19v-12,23,-29,44,-54,44v-23,0,-26,-19,-19,-43r24,-86v-41,5,-65,80,-77,127r-45,0r36,-128v-7,-8,-13,2,-24,14v-24,28,-44,70,-54,114r-44,0","w":280},"n":{"d":"37,-113v5,-20,12,-35,-13,-33r2,-7v24,-3,44,-10,70,-10r-22,75v30,-40,37,-66,83,-75v22,1,25,26,18,48r-26,88v12,17,19,-27,32,-14v-17,29,-35,43,-54,43v-23,-1,-26,-18,-19,-42r24,-86v-3,-9,-13,-2,-21,5v-26,22,-53,74,-62,121r-44,0","w":200},"o":{"d":"9,-44v4,-67,44,-119,109,-119v30,0,52,19,51,50v-2,62,-49,115,-110,118v-30,1,-52,-20,-50,-49xm69,-4v38,-14,52,-82,57,-130v1,-11,-6,-19,-15,-20v-38,6,-55,89,-59,131v0,9,8,19,17,19"},"p":{"d":"33,-114v6,-19,12,-34,-13,-32r2,-7v23,-3,43,-10,69,-10r-8,29v19,-17,28,-29,53,-29v23,0,35,20,35,44v0,64,-62,146,-127,117v-4,17,-14,41,-14,58v0,12,8,10,22,14r-1,7r-95,0v0,-12,16,-5,21,-14v27,-46,38,-121,56,-177xm124,-112v2,-35,-34,-27,-47,-5r-28,99v7,9,9,13,20,14v38,-11,53,-60,55,-108"},"q":{"d":"79,-158v21,-11,46,-4,47,22r7,-22r41,0r-60,214v1,11,11,12,23,14r-2,7r-93,0v4,-14,21,-7,26,-22v11,-30,21,-73,32,-106v-20,31,-29,50,-62,56v-60,-14,-19,-111,7,-135v12,-12,22,-22,34,-28xm64,-28v33,-11,63,-78,51,-118v-3,-4,-7,-6,-11,-6v-31,4,-49,77,-51,106v0,9,2,18,11,18"},"r":{"d":"35,-117v5,-19,7,-30,-15,-29r2,-5v21,-4,38,-12,63,-12r-26,99v33,-60,30,-86,69,-99v28,2,18,54,-3,57v-12,1,-12,-19,-22,-15v-29,31,-41,66,-54,121r-43,0","w":140,"k":{".":20,",":20}},"s":{"d":"116,-49v0,48,-54,62,-97,47v-10,-3,-8,8,-19,7r8,-59r6,0v8,29,15,47,43,50v12,1,22,-8,22,-20v-3,-39,-54,-54,-54,-95v0,-45,52,-50,92,-38v7,1,8,-7,17,-6r-8,54r-6,0v0,-24,-17,-44,-38,-45v-9,0,-19,8,-19,16v11,39,53,50,53,89","w":140},"t":{"d":"32,5v-27,1,-29,-23,-21,-48r28,-95r-24,0r4,-13v37,-14,48,-25,75,-55r9,0r-14,48r23,0r-6,20r-23,0r-32,117v11,13,20,-8,30,-19r6,4v-12,22,-29,40,-55,41","w":100},"u":{"d":"37,-114v5,-21,10,-33,-14,-32r2,-7v24,-3,44,-10,71,-10r-37,131v7,10,15,0,26,-11v23,-22,48,-70,57,-113r44,-2r-38,133v10,10,16,-7,26,-18r6,4v-16,29,-34,44,-54,44v-39,-1,-17,-51,-10,-74v-30,39,-37,64,-81,74v-22,-1,-25,-24,-18,-48","w":200},"v":{"d":"159,-136v-12,75,-58,91,-109,141r-7,0v-4,-46,14,-145,-33,-146r0,-6r59,-16v12,32,17,73,17,123v23,-24,40,-37,45,-65v2,-14,-15,-24,-15,-37v0,-12,9,-21,21,-21v14,-1,24,14,22,27","w":159,"k":{".":13,",":13}},"w":{"d":"70,-163v11,28,11,57,9,96r68,-96r8,0r13,123v26,-26,38,-37,43,-66v2,-15,-16,-20,-16,-36v0,-12,9,-21,21,-21v14,0,23,14,23,27v-13,64,-43,85,-104,141r-7,0r-11,-108r-76,108r-7,0v2,-33,2,-63,2,-91v0,-33,3,-57,-26,-54r0,-7","w":240,"k":{".":13,",":13}},"x":{"d":"68,-64v-22,-56,-7,-82,-53,-82r1,-6r62,-11v11,17,18,37,23,58v22,-29,27,-53,62,-58v13,-2,20,8,20,20v-1,32,-39,7,-55,20v-6,5,-14,15,-23,31v15,43,13,61,35,71v14,-1,12,-8,23,-21r7,4v-15,24,-26,39,-53,43v-33,-4,-34,-26,-45,-58v-27,27,-32,52,-68,58v-11,2,-21,-7,-20,-19v2,-42,52,4,66,-27"},"y":{"d":"-12,31v14,-4,22,28,37,16v4,-2,9,-6,15,-13v0,-56,5,-125,-11,-169v-4,-6,-12,-7,-20,-5r0,-7r54,-16v24,30,16,90,21,142v13,-21,45,-53,51,-89v2,-14,-24,-15,-22,-31v1,-11,11,-21,22,-22v24,1,31,30,18,52v-38,64,-86,163,-162,189v-13,1,-26,-12,-25,-24v0,-12,10,-23,22,-23","w":159,"k":{".":13,",":13}},"z":{"d":"98,-121v-31,1,-65,-6,-72,19r-8,0r15,-56r110,0r-100,118v32,1,19,54,42,63v12,-1,6,-18,5,-29v-1,-13,9,-22,21,-23v10,0,19,10,19,21v0,21,-24,40,-47,39v-28,7,-47,-42,-75,-31r-12,0","w":140},"{":{"d":"15,28v-2,-28,65,-98,5,-108r3,-11v65,-2,35,-97,74,-128v18,-14,37,-24,67,-25r-2,8v-33,8,-46,22,-48,63v-2,57,-31,74,-78,87v26,9,43,19,43,46v0,28,-62,95,-3,105r-3,8v-36,1,-55,-15,-58,-45","w":125},"|":{"d":"28,78r0,-322r23,0r0,322r-23,0","w":79},"}":{"d":"115,-199v1,29,-65,98,-4,108r-3,11v-33,7,-49,25,-49,67v0,59,-38,80,-93,86r3,-8v33,-8,46,-22,48,-63v2,-57,30,-74,78,-87v-25,-9,-42,-19,-43,-46v-1,-28,61,-96,3,-105r2,-8v35,0,56,13,58,45","w":125},"~":{"d":"157,-93v18,1,30,-14,31,-32r10,0v0,33,-17,55,-47,57v-38,2,-121,-69,-134,0r-10,0v0,-34,17,-57,46,-57v35,0,67,29,104,32","w":205}}});


/*****************************************************************************
//-> END External Libraries
*****************************************************************************/

/*]]>*/
