/*  
	Description: Scripts for knightscove.com
	Version: 1.0
	Author: Gallivan Media
	Author URI: http://gallivanmedia.com
	Date created: Dec 14, 2010
	Date modified: Jan 17, 2011
*/

// FUNCTION: init_global(): initialises site functions
function init_global() {
	(function(jQuery) {
	
		// FONT REPLACEMENT
		Cufon.set('fontFamily', 'HNulight');
		Cufon.replace('h1', { hover: true, hoverables: { a: true } });
		Cufon.set('fontFamily', 'HNlight');
		Cufon.replace('h2, #navigation li, #left #sub-navigation li, #stock-quotes', { hover: true, hoverables: { a: true } });
		Cufon.set('fontFamily', 'HNbold');
		Cufon.replace('h3, h4, h5', { hover: true, hoverables: { a: true } });
	
		// FIELD FOCUS FOR SEARCH/LOG IN BOXES
		jQuery('.field-focus').each(function() {
			var default_value = this.value;
			jQuery(this).focus(function() {
				if(this.value == default_value) { this.value = ''; }
			});
			jQuery(this).blur(function() {
				if(this.value == '') { this.value = default_value; }
			});
		});
		
		// PHOTO AND VIDEO POP UP ACTIVATORS
		jQuery("a.grouped_elements").fancybox({
			'titlePosition' : 'inside',
			'titleFormat' : formatTitle
		});
		jQuery('.video_link').fancybox();
		function formatTitle(title, currentArray, currentIndex, currentOpts) {
			return '<div id="photo-title"><span style="font-size:11px; font-weight:bold;">' + (currentIndex + 1) + ' of ' + currentArray.length + '</span></div>';
		}
		jQuery("a.packshot").fancybox();
		
	})(jQuery);
}

// FUNCTION: init_home(): initialises site functions
function init_home() {
	(function(jQuery) {
	
		// HOMEPAGE TRIGGERS
		jQuery('.reveal').hoverIntent(function() {
			var feature_id = jQuery(this).attr("id");
			jQuery('#photo-wall').fadeTo(350, .3);
			jQuery('#feature-wall #'+feature_id).fadeTo(400, 1);	
			var feature_width = jQuery('#feature-wall #'+feature_id+' img').css("width");
			jQuery('#feature-wall #'+feature_id+" .info-box").css({ marginLeft: '-'+feature_width });
			jQuery('#feature-wall #'+feature_id+" .info-box").animate({ marginLeft: "+="+feature_width }, 300);
			jQuery('#feature-hider').css('display', 'block');
			jQuery('#feature-hider').attr('alt', feature_id);
		}, function() {
		});
		jQuery('#feature-hider').hoverIntent(function() {
			var feature_id = '#feature-wall #'+jQuery(this).attr('alt');
			jQuery('#feature-hider').css('display', 'none');
			jQuery('#photo-wall').fadeTo(250, 1);
			jQuery(feature_id).fadeTo(250, 0);
			setTimeout(function() { jQuery(feature_id).css('display', 'none'); }, 250);
		}, function() {
		});
		
	})(jQuery);
}

// FUNCTION: show_gallery(): trigger for showing a gallery
function showGallery(id) {
	var gallery = "#gallery_"+id;
	jQuery(gallery).toggle();
}

/*!
 * jQuery JavaScript Library v1.4.3
 * http://jquery.com/
 *
 * Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2010, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Thu Oct 14 23:10:06 2010 -0400
 */
(function(E,A){function U(){return false}function ba(){return true}function ja(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function Ga(a){var b,d,e=[],f=[],h,k,l,n,s,v,B,D;k=c.data(this,this.nodeType?"events":"__events__");if(typeof k==="function")k=k.events;if(!(a.liveFired===this||!k||!k.live||a.button&&a.type==="click")){if(a.namespace)D=RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)");a.liveFired=this;var H=k.live.slice(0);for(n=0;n<H.length;n++){k=H[n];k.origType.replace(X,
"")===a.type?f.push(k.selector):H.splice(n--,1)}f=c(a.target).closest(f,a.currentTarget);s=0;for(v=f.length;s<v;s++){B=f[s];for(n=0;n<H.length;n++){k=H[n];if(B.selector===k.selector&&(!D||D.test(k.namespace))){l=B.elem;h=null;if(k.preType==="mouseenter"||k.preType==="mouseleave"){a.type=k.preType;h=c(a.relatedTarget).closest(k.selector)[0]}if(!h||h!==l)e.push({elem:l,handleObj:k,level:B.level})}}}s=0;for(v=e.length;s<v;s++){f=e[s];if(d&&f.level>d)break;a.currentTarget=f.elem;a.data=f.handleObj.data;
a.handleObj=f.handleObj;D=f.handleObj.origHandler.apply(f.elem,arguments);if(D===false||a.isPropagationStopped()){d=f.level;if(D===false)b=false}}return b}}function Y(a,b){return(a&&a!=="*"?a+".":"")+b.replace(Ha,"`").replace(Ia,"&")}function ka(a,b,d){if(c.isFunction(b))return c.grep(a,function(f,h){return!!b.call(f,h,f)===d});else if(b.nodeType)return c.grep(a,function(f){return f===b===d});else if(typeof b==="string"){var e=c.grep(a,function(f){return f.nodeType===1});if(Ja.test(b))return c.filter(b,
e,!d);else b=c.filter(b,e)}return c.grep(a,function(f){return c.inArray(f,b)>=0===d})}function la(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var e=c.data(a[d++]),f=c.data(this,e);if(e=e&&e.events){delete f.handle;f.events={};for(var h in e)for(var k in e[h])c.event.add(this,h,e[h][k],e[h][k].data)}}})}function Ka(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}
function ma(a,b,d){var e=b==="width"?a.offsetWidth:a.offsetHeight;if(d==="border")return e;c.each(b==="width"?La:Ma,function(){d||(e-=parseFloat(c.css(a,"padding"+this))||0);if(d==="margin")e+=parseFloat(c.css(a,"margin"+this))||0;else e-=parseFloat(c.css(a,"border"+this+"Width"))||0});return e}function ca(a,b,d,e){if(c.isArray(b)&&b.length)c.each(b,function(f,h){d||Na.test(a)?e(a,h):ca(a+"["+(typeof h==="object"||c.isArray(h)?f:"")+"]",h,d,e)});else if(!d&&b!=null&&typeof b==="object")c.isEmptyObject(b)?
e(a,""):c.each(b,function(f,h){ca(a+"["+f+"]",h,d,e)});else e(a,b)}function S(a,b){var d={};c.each(na.concat.apply([],na.slice(0,b)),function(){d[this]=a});return d}function oa(a){if(!da[a]){var b=c("<"+a+">").appendTo("body"),d=b.css("display");b.remove();if(d==="none"||d==="")d="block";da[a]=d}return da[a]}function ea(a){return c.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var u=E.document,c=function(){function a(){if(!b.isReady){try{u.documentElement.doScroll("left")}catch(i){setTimeout(a,
1);return}b.ready()}}var b=function(i,r){return new b.fn.init(i,r)},d=E.jQuery,e=E.$,f,h=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,k=/\S/,l=/^\s+/,n=/\s+$/,s=/\W/,v=/\d/,B=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,D=/^[\],:{}\s]*$/,H=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,w=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,G=/(?:^|:|,)(?:\s*\[)+/g,M=/(webkit)[ \/]([\w.]+)/,g=/(opera)(?:.*version)?[ \/]([\w.]+)/,j=/(msie) ([\w.]+)/,o=/(mozilla)(?:.*? rv:([\w.]+))?/,m=navigator.userAgent,p=false,
q=[],t,x=Object.prototype.toString,C=Object.prototype.hasOwnProperty,P=Array.prototype.push,N=Array.prototype.slice,R=String.prototype.trim,Q=Array.prototype.indexOf,L={};b.fn=b.prototype={init:function(i,r){var y,z,F;if(!i)return this;if(i.nodeType){this.context=this[0]=i;this.length=1;return this}if(i==="body"&&!r&&u.body){this.context=u;this[0]=u.body;this.selector="body";this.length=1;return this}if(typeof i==="string")if((y=h.exec(i))&&(y[1]||!r))if(y[1]){F=r?r.ownerDocument||r:u;if(z=B.exec(i))if(b.isPlainObject(r)){i=
[u.createElement(z[1])];b.fn.attr.call(i,r,true)}else i=[F.createElement(z[1])];else{z=b.buildFragment([y[1]],[F]);i=(z.cacheable?z.fragment.cloneNode(true):z.fragment).childNodes}return b.merge(this,i)}else{if((z=u.getElementById(y[2]))&&z.parentNode){if(z.id!==y[2])return f.find(i);this.length=1;this[0]=z}this.context=u;this.selector=i;return this}else if(!r&&!s.test(i)){this.selector=i;this.context=u;i=u.getElementsByTagName(i);return b.merge(this,i)}else return!r||r.jquery?(r||f).find(i):b(r).find(i);
else if(b.isFunction(i))return f.ready(i);if(i.selector!==A){this.selector=i.selector;this.context=i.context}return b.makeArray(i,this)},selector:"",jquery:"1.4.3",length:0,size:function(){return this.length},toArray:function(){return N.call(this,0)},get:function(i){return i==null?this.toArray():i<0?this.slice(i)[0]:this[i]},pushStack:function(i,r,y){var z=b();b.isArray(i)?P.apply(z,i):b.merge(z,i);z.prevObject=this;z.context=this.context;if(r==="find")z.selector=this.selector+(this.selector?" ":
"")+y;else if(r)z.selector=this.selector+"."+r+"("+y+")";return z},each:function(i,r){return b.each(this,i,r)},ready:function(i){b.bindReady();if(b.isReady)i.call(u,b);else q&&q.push(i);return this},eq:function(i){return i===-1?this.slice(i):this.slice(i,+i+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(N.apply(this,arguments),"slice",N.call(arguments).join(","))},map:function(i){return this.pushStack(b.map(this,function(r,y){return i.call(r,
y,r)}))},end:function(){return this.prevObject||b(null)},push:P,sort:[].sort,splice:[].splice};b.fn.init.prototype=b.fn;b.extend=b.fn.extend=function(){var i=arguments[0]||{},r=1,y=arguments.length,z=false,F,I,K,J,fa;if(typeof i==="boolean"){z=i;i=arguments[1]||{};r=2}if(typeof i!=="object"&&!b.isFunction(i))i={};if(y===r){i=this;--r}for(;r<y;r++)if((F=arguments[r])!=null)for(I in F){K=i[I];J=F[I];if(i!==J)if(z&&J&&(b.isPlainObject(J)||(fa=b.isArray(J)))){if(fa){fa=false;clone=K&&b.isArray(K)?K:[]}else clone=
K&&b.isPlainObject(K)?K:{};i[I]=b.extend(z,clone,J)}else if(J!==A)i[I]=J}return i};b.extend({noConflict:function(i){E.$=e;if(i)E.jQuery=d;return b},isReady:false,readyWait:1,ready:function(i){i===true&&b.readyWait--;if(!b.readyWait||i!==true&&!b.isReady){if(!u.body)return setTimeout(b.ready,1);b.isReady=true;if(!(i!==true&&--b.readyWait>0)){if(q){for(var r=0;i=q[r++];)i.call(u,b);q=null}b.fn.triggerHandler&&b(u).triggerHandler("ready")}}},bindReady:function(){if(!p){p=true;if(u.readyState==="complete")return setTimeout(b.ready,
1);if(u.addEventListener){u.addEventListener("DOMContentLoaded",t,false);E.addEventListener("load",b.ready,false)}else if(u.attachEvent){u.attachEvent("onreadystatechange",t);E.attachEvent("onload",b.ready);var i=false;try{i=E.frameElement==null}catch(r){}u.documentElement.doScroll&&i&&a()}}},isFunction:function(i){return b.type(i)==="function"},isArray:Array.isArray||function(i){return b.type(i)==="array"},isWindow:function(i){return i&&typeof i==="object"&&"setInterval"in i},isNaN:function(i){return i==
null||!v.test(i)||isNaN(i)},type:function(i){return i==null?String(i):L[x.call(i)]||"object"},isPlainObject:function(i){if(!i||b.type(i)!=="object"||i.nodeType||b.isWindow(i))return false;if(i.constructor&&!C.call(i,"constructor")&&!C.call(i.constructor.prototype,"isPrototypeOf"))return false;for(var r in i);return r===A||C.call(i,r)},isEmptyObject:function(i){for(var r in i)return false;return true},error:function(i){throw i;},parseJSON:function(i){if(typeof i!=="string"||!i)return null;i=b.trim(i);
if(D.test(i.replace(H,"@").replace(w,"]").replace(G,"")))return E.JSON&&E.JSON.parse?E.JSON.parse(i):(new Function("return "+i))();else b.error("Invalid JSON: "+i)},noop:function(){},globalEval:function(i){if(i&&k.test(i)){var r=u.getElementsByTagName("head")[0]||u.documentElement,y=u.createElement("script");y.type="text/javascript";if(b.support.scriptEval)y.appendChild(u.createTextNode(i));else y.text=i;r.insertBefore(y,r.firstChild);r.removeChild(y)}},nodeName:function(i,r){return i.nodeName&&i.nodeName.toUpperCase()===
r.toUpperCase()},each:function(i,r,y){var z,F=0,I=i.length,K=I===A||b.isFunction(i);if(y)if(K)for(z in i){if(r.apply(i[z],y)===false)break}else for(;F<I;){if(r.apply(i[F++],y)===false)break}else if(K)for(z in i){if(r.call(i[z],z,i[z])===false)break}else for(y=i[0];F<I&&r.call(y,F,y)!==false;y=i[++F]);return i},trim:R?function(i){return i==null?"":R.call(i)}:function(i){return i==null?"":i.toString().replace(l,"").replace(n,"")},makeArray:function(i,r){var y=r||[];if(i!=null){var z=b.type(i);i.length==
null||z==="string"||z==="function"||z==="regexp"||b.isWindow(i)?P.call(y,i):b.merge(y,i)}return y},inArray:function(i,r){if(r.indexOf)return r.indexOf(i);for(var y=0,z=r.length;y<z;y++)if(r[y]===i)return y;return-1},merge:function(i,r){var y=i.length,z=0;if(typeof r.length==="number")for(var F=r.length;z<F;z++)i[y++]=r[z];else for(;r[z]!==A;)i[y++]=r[z++];i.length=y;return i},grep:function(i,r,y){var z=[],F;y=!!y;for(var I=0,K=i.length;I<K;I++){F=!!r(i[I],I);y!==F&&z.push(i[I])}return z},map:function(i,
r,y){for(var z=[],F,I=0,K=i.length;I<K;I++){F=r(i[I],I,y);if(F!=null)z[z.length]=F}return z.concat.apply([],z)},guid:1,proxy:function(i,r,y){if(arguments.length===2)if(typeof r==="string"){y=i;i=y[r];r=A}else if(r&&!b.isFunction(r)){y=r;r=A}if(!r&&i)r=function(){return i.apply(y||this,arguments)};if(i)r.guid=i.guid=i.guid||r.guid||b.guid++;return r},access:function(i,r,y,z,F,I){var K=i.length;if(typeof r==="object"){for(var J in r)b.access(i,J,r[J],z,F,y);return i}if(y!==A){z=!I&&z&&b.isFunction(y);
for(J=0;J<K;J++)F(i[J],r,z?y.call(i[J],J,F(i[J],r)):y,I);return i}return K?F(i[0],r):A},now:function(){return(new Date).getTime()},uaMatch:function(i){i=i.toLowerCase();i=M.exec(i)||g.exec(i)||j.exec(i)||i.indexOf("compatible")<0&&o.exec(i)||[];return{browser:i[1]||"",version:i[2]||"0"}},browser:{}});b.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(i,r){L["[object "+r+"]"]=r.toLowerCase()});m=b.uaMatch(m);if(m.browser){b.browser[m.browser]=true;b.browser.version=
m.version}if(b.browser.webkit)b.browser.safari=true;if(Q)b.inArray=function(i,r){return Q.call(r,i)};if(!/\s/.test("\u00a0")){l=/^[\s\xA0]+/;n=/[\s\xA0]+$/}f=b(u);if(u.addEventListener)t=function(){u.removeEventListener("DOMContentLoaded",t,false);b.ready()};else if(u.attachEvent)t=function(){if(u.readyState==="complete"){u.detachEvent("onreadystatechange",t);b.ready()}};return E.jQuery=E.$=b}();(function(){c.support={};var a=u.documentElement,b=u.createElement("script"),d=u.createElement("div"),
e="script"+c.now();d.style.display="none";d.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var f=d.getElementsByTagName("*"),h=d.getElementsByTagName("a")[0],k=u.createElement("select"),l=k.appendChild(u.createElement("option"));if(!(!f||!f.length||!h)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(h.getAttribute("style")),
hrefNormalized:h.getAttribute("href")==="/a",opacity:/^0.55$/.test(h.style.opacity),cssFloat:!!h.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:l.selected,optDisabled:false,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableHiddenOffsets:true};k.disabled=true;c.support.optDisabled=!l.disabled;b.type="text/javascript";try{b.appendChild(u.createTextNode("window."+e+"=1;"))}catch(n){}a.insertBefore(b,
a.firstChild);if(E[e]){c.support.scriptEval=true;delete E[e]}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function s(){c.support.noCloneEvent=false;d.detachEvent("onclick",s)});d.cloneNode(true).fireEvent("onclick")}d=u.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=u.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var s=u.createElement("div");
s.style.width=s.style.paddingLeft="1px";u.body.appendChild(s);c.boxModel=c.support.boxModel=s.offsetWidth===2;if("zoom"in s.style){s.style.display="inline";s.style.zoom=1;c.support.inlineBlockNeedsLayout=s.offsetWidth===2;s.style.display="";s.innerHTML="<div style='width:4px;'></div>";c.support.shrinkWrapBlocks=s.offsetWidth!==2}s.innerHTML="<table><tr><td style='padding:0;display:none'></td><td>t</td></tr></table>";var v=s.getElementsByTagName("td");c.support.reliableHiddenOffsets=v[0].offsetHeight===
0;v[0].style.display="";v[1].style.display="none";c.support.reliableHiddenOffsets=c.support.reliableHiddenOffsets&&v[0].offsetHeight===0;s.innerHTML="";u.body.removeChild(s).style.display="none"});a=function(s){var v=u.createElement("div");s="on"+s;var B=s in v;if(!B){v.setAttribute(s,"return;");B=typeof v[s]==="function"}return B};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=f=h=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",
cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var pa={},Oa=/^(?:\{.*\}|\[.*\])$/;c.extend({cache:{},uuid:0,expando:"jQuery"+c.now(),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},data:function(a,b,d){if(c.acceptData(a)){a=a==E?pa:a;var e=a.nodeType,f=e?a[c.expando]:null,h=c.cache;if(!(e&&!f&&typeof b==="string"&&d===A)){if(e)f||(a[c.expando]=f=++c.uuid);else h=a;if(typeof b==="object")if(e)h[f]=
c.extend(h[f],b);else c.extend(h,b);else if(e&&!h[f])h[f]={};a=e?h[f]:h;if(d!==A)a[b]=d;return typeof b==="string"?a[b]:a}}},removeData:function(a,b){if(c.acceptData(a)){a=a==E?pa:a;var d=a.nodeType,e=d?a[c.expando]:a,f=c.cache,h=d?f[e]:e;if(b){if(h){delete h[b];d&&c.isEmptyObject(h)&&c.removeData(a)}}else if(d&&c.support.deleteExpando)delete a[c.expando];else if(a.removeAttribute)a.removeAttribute(c.expando);else if(d)delete f[e];else for(var k in a)delete a[k]}},acceptData:function(a){if(a.nodeName){var b=
c.noData[a.nodeName.toLowerCase()];if(b)return!(b===true||a.getAttribute("classid")!==b)}return true}});c.fn.extend({data:function(a,b){if(typeof a==="undefined")return this.length?c.data(this[0]):null;else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===A){var e=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(e===A&&this.length){e=c.data(this[0],a);if(e===A&&this[0].nodeType===1){e=this[0].getAttribute("data-"+a);if(typeof e===
"string")try{e=e==="true"?true:e==="false"?false:e==="null"?null:!c.isNaN(e)?parseFloat(e):Oa.test(e)?c.parseJSON(e):e}catch(f){}else e=A}}return e===A&&d[1]?this.data(d[0]):e}else return this.each(function(){var h=c(this),k=[d[0],b];h.triggerHandler("setData"+d[1]+"!",k);c.data(this,a,b);h.triggerHandler("changeData"+d[1]+"!",k)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var e=c.data(a,b);if(!d)return e||
[];if(!e||c.isArray(d))e=c.data(a,b,c.makeArray(d));else e.push(d);return e}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),e=d.shift();if(e==="inprogress")e=d.shift();if(e){b==="fx"&&d.unshift("inprogress");e.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===A)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,
a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var qa=/[\n\t]/g,ga=/\s+/,Pa=/\r/g,Qa=/^(?:href|src|style)$/,Ra=/^(?:button|input)$/i,Sa=/^(?:button|input|object|select|textarea)$/i,Ta=/^a(?:rea)?$/i,ra=/^(?:radio|checkbox)$/i;c.fn.extend({attr:function(a,b){return c.access(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,
a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(s){var v=c(this);v.addClass(a.call(this,s,v.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ga),d=0,e=this.length;d<e;d++){var f=this[d];if(f.nodeType===1)if(f.className){for(var h=" "+f.className+" ",k=f.className,l=0,n=b.length;l<n;l++)if(h.indexOf(" "+b[l]+" ")<0)k+=" "+b[l];f.className=c.trim(k)}else f.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(n){var s=
c(this);s.removeClass(a.call(this,n,s.attr("class")))});if(a&&typeof a==="string"||a===A)for(var b=(a||"").split(ga),d=0,e=this.length;d<e;d++){var f=this[d];if(f.nodeType===1&&f.className)if(a){for(var h=(" "+f.className+" ").replace(qa," "),k=0,l=b.length;k<l;k++)h=h.replace(" "+b[k]+" "," ");f.className=c.trim(h)}else f.className=""}return this},toggleClass:function(a,b){var d=typeof a,e=typeof b==="boolean";if(c.isFunction(a))return this.each(function(f){var h=c(this);h.toggleClass(a.call(this,
f,h.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var f,h=0,k=c(this),l=b,n=a.split(ga);f=n[h++];){l=e?l:!k.hasClass(f);k[l?"addClass":"removeClass"](f)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,"__className__",this.className);this.className=this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(qa," ").indexOf(a)>-1)return true;return false},
val:function(a){if(!arguments.length){var b=this[0];if(b){if(c.nodeName(b,"option")){var d=b.attributes.value;return!d||d.specified?b.value:b.text}if(c.nodeName(b,"select")){var e=b.selectedIndex;d=[];var f=b.options;b=b.type==="select-one";if(e<0)return null;var h=b?e:0;for(e=b?e+1:f.length;h<e;h++){var k=f[h];if(k.selected&&(c.support.optDisabled?!k.disabled:k.getAttribute("disabled")===null)&&(!k.parentNode.disabled||!c.nodeName(k.parentNode,"optgroup"))){a=c(k).val();if(b)return a;d.push(a)}}return d}if(ra.test(b.type)&&
!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Pa,"")}return A}var l=c.isFunction(a);return this.each(function(n){var s=c(this),v=a;if(this.nodeType===1){if(l)v=a.call(this,n,s.val());if(v==null)v="";else if(typeof v==="number")v+="";else if(c.isArray(v))v=c.map(v,function(D){return D==null?"":D+""});if(c.isArray(v)&&ra.test(this.type))this.checked=c.inArray(s.val(),v)>=0;else if(c.nodeName(this,"select")){var B=c.makeArray(v);c("option",this).each(function(){this.selected=
c.inArray(c(this).val(),B)>=0});if(!B.length)this.selectedIndex=-1}else this.value=v}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,e){if(!a||a.nodeType===3||a.nodeType===8)return A;if(e&&b in c.attrFn)return c(a)[b](d);e=a.nodeType!==1||!c.isXMLDoc(a);var f=d!==A;b=e&&c.props[b]||b;if(a.nodeType===1){var h=Qa.test(b);if((b in a||a[b]!==A)&&e&&!h){if(f){b==="type"&&Ra.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");
if(d===null)a.nodeType===1&&a.removeAttribute(b);else a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:Sa.test(a.nodeName)||Ta.test(a.nodeName)&&a.href?0:A;return a[b]}if(!c.support.style&&e&&b==="style"){if(f)a.style.cssText=""+d;return a.style.cssText}f&&a.setAttribute(b,""+d);if(!a.attributes[b]&&a.hasAttribute&&!a.hasAttribute(b))return A;a=!c.support.hrefNormalized&&e&&
h?a.getAttribute(b,2):a.getAttribute(b);return a===null?A:a}}});var X=/\.(.*)$/,ha=/^(?:textarea|input|select)$/i,Ha=/\./g,Ia=/ /g,Ua=/[^\w\s.|`]/g,Va=function(a){return a.replace(Ua,"\\$&")},sa={focusin:0,focusout:0};c.event={add:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(c.isWindow(a)&&a!==E&&!a.frameElement)a=E;if(d===false)d=U;var f,h;if(d.handler){f=d;d=f.handler}if(!d.guid)d.guid=c.guid++;if(h=c.data(a)){var k=a.nodeType?"events":"__events__",l=h[k],n=h.handle;if(typeof l===
"function"){n=l.handle;l=l.events}else if(!l){a.nodeType||(h[k]=h=function(){});h.events=l={}}if(!n)h.handle=n=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(n.elem,arguments):A};n.elem=a;b=b.split(" ");for(var s=0,v;k=b[s++];){h=f?c.extend({},f):{handler:d,data:e};if(k.indexOf(".")>-1){v=k.split(".");k=v.shift();h.namespace=v.slice(0).sort().join(".")}else{v=[];h.namespace=""}h.type=k;if(!h.guid)h.guid=d.guid;var B=l[k],D=c.event.special[k]||{};if(!B){B=l[k]=[];
if(!D.setup||D.setup.call(a,e,v,n)===false)if(a.addEventListener)a.addEventListener(k,n,false);else a.attachEvent&&a.attachEvent("on"+k,n)}if(D.add){D.add.call(a,h);if(!h.handler.guid)h.handler.guid=d.guid}B.push(h);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(d===false)d=U;var f,h,k=0,l,n,s,v,B,D,H=a.nodeType?"events":"__events__",w=c.data(a),G=w&&w[H];if(w&&G){if(typeof G==="function"){w=G;G=G.events}if(b&&b.type){d=b.handler;b=b.type}if(!b||
typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(f in G)c.event.remove(a,f+b)}else{for(b=b.split(" ");f=b[k++];){v=f;l=f.indexOf(".")<0;n=[];if(!l){n=f.split(".");f=n.shift();s=RegExp("(^|\\.)"+c.map(n.slice(0).sort(),Va).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(B=G[f])if(d){v=c.event.special[f]||{};for(h=e||0;h<B.length;h++){D=B[h];if(d.guid===D.guid){if(l||s.test(D.namespace)){e==null&&B.splice(h--,1);v.remove&&v.remove.call(a,D)}if(e!=null)break}}if(B.length===0||e!=null&&B.length===1){if(!v.teardown||
v.teardown.call(a,n)===false)c.removeEvent(a,f,w.handle);delete G[f]}}else for(h=0;h<B.length;h++){D=B[h];if(l||s.test(D.namespace)){c.event.remove(a,v,D.handler,h);B.splice(h--,1)}}}if(c.isEmptyObject(G)){if(b=w.handle)b.elem=null;delete w.events;delete w.handle;if(typeof w==="function")c.removeData(a,H);else c.isEmptyObject(w)&&c.removeData(a)}}}}},trigger:function(a,b,d,e){var f=a.type||a;if(!e){a=typeof a==="object"?a[c.expando]?a:c.extend(c.Event(f),a):c.Event(f);if(f.indexOf("!")>=0){a.type=
f=f.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[f]&&c.each(c.cache,function(){this.events&&this.events[f]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return A;a.result=A;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(e=d.nodeType?c.data(d,"handle"):(c.data(d,"__events__")||{}).handle)&&e.apply(d,b);e=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+f]&&d["on"+f].apply(d,b)===
false){a.result=false;a.preventDefault()}}catch(h){}if(!a.isPropagationStopped()&&e)c.event.trigger(a,b,e,true);else if(!a.isDefaultPrevented()){e=a.target;var k,l=f.replace(X,""),n=c.nodeName(e,"a")&&l==="click",s=c.event.special[l]||{};if((!s._default||s._default.call(d,a)===false)&&!n&&!(e&&e.nodeName&&c.noData[e.nodeName.toLowerCase()])){try{if(e[l]){if(k=e["on"+l])e["on"+l]=null;c.event.triggered=true;e[l]()}}catch(v){}if(k)e["on"+l]=k;c.event.triggered=false}}},handle:function(a){var b,d,e;
d=[];var f,h=c.makeArray(arguments);a=h[0]=c.event.fix(a||E.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;if(!b){e=a.type.split(".");a.type=e.shift();d=e.slice(0).sort();e=RegExp("(^|\\.)"+d.join("\\.(?:.*\\.)?")+"(\\.|$)")}a.namespace=a.namespace||d.join(".");f=c.data(this,this.nodeType?"events":"__events__");if(typeof f==="function")f=f.events;d=(f||{})[a.type];if(f&&d){d=d.slice(0);f=0;for(var k=d.length;f<k;f++){var l=d[f];if(b||e.test(l.namespace)){a.handler=l.handler;a.data=
l.data;a.handleObj=l;l=l.handler.apply(this,h);if(l!==A){a.result=l;if(l===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
fix:function(a){if(a[c.expando])return a;var b=a;a=c.Event(b);for(var d=this.props.length,e;d;){e=this.props[--d];a[e]=b[e]}if(!a.target)a.target=a.srcElement||u;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=u.documentElement;d=u.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||
d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(a.which==null&&(a.charCode!=null||a.keyCode!=null))a.which=a.charCode!=null?a.charCode:a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==A)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,Y(a.origType,a.selector),c.extend({},a,{handler:Ga,guid:a.handler.guid}))},remove:function(a){c.event.remove(this,
Y(a.origType,a.selector),a)}},beforeunload:{setup:function(a,b,d){if(c.isWindow(this))this.onbeforeunload=d},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};c.removeEvent=u.removeEventListener?function(a,b,d){a.removeEventListener&&a.removeEventListener(b,d,false)}:function(a,b,d){a.detachEvent&&a.detachEvent("on"+b,d)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=a;this.type=a.type}else this.type=a;this.timeStamp=
c.now();this[c.expando]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=ba;var a=this.originalEvent;if(a)if(a.preventDefault)a.preventDefault();else a.returnValue=false},stopPropagation:function(){this.isPropagationStopped=ba;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=ba;this.stopPropagation()},isDefaultPrevented:U,isPropagationStopped:U,isImmediatePropagationStopped:U};
var ta=function(a){var b=a.relatedTarget;try{for(;b&&b!==this;)b=b.parentNode;if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}}catch(d){}},ua=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(d){c.event.add(this,b,d&&d.selector?ua:ta,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?ua:ta)}}});if(!c.support.submitBubbles)c.event.special.submit={setup:function(){if(this.nodeName.toLowerCase()!==
"form"){c.event.add(this,"click.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="submit"||d==="image")&&c(b).closest("form").length){a.liveFired=A;return ja("submit",this,arguments)}});c.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="text"||d==="password")&&c(b).closest("form").length&&a.keyCode===13){a.liveFired=A;return ja("submit",this,arguments)}})}else return false},teardown:function(){c.event.remove(this,".specialSubmit")}};if(!c.support.changeBubbles){var V,
va=function(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(e){return e.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},Z=function(a,b){var d=a.target,e,f;if(!(!ha.test(d.nodeName)||d.readOnly)){e=c.data(d,"_change_data");f=va(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",f);if(!(e===A||f===e))if(e!=null||f){a.type="change";a.liveFired=
A;return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:Z,beforedeactivate:Z,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return Z.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return Z.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,"_change_data",va(a))}},setup:function(){if(this.type===
"file")return false;for(var a in V)c.event.add(this,a+".specialChange",V[a]);return ha.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return ha.test(this.nodeName)}};V=c.event.special.change.filters;V.focus=V.beforeactivate}u.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(e){e=c.event.fix(e);e.type=b;return c.event.trigger(e,null,e.target)}c.event.special[b]={setup:function(){sa[b]++===0&&u.addEventListener(a,d,true)},teardown:function(){--sa[b]===
0&&u.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,e,f){if(typeof d==="object"){for(var h in d)this[b](h,e,d[h],f);return this}if(c.isFunction(e)||e===false){f=e;e=A}var k=b==="one"?c.proxy(f,function(n){c(this).unbind(n,k);return f.apply(this,arguments)}):f;if(d==="unload"&&b!=="one")this.one(d,e,f);else{h=0;for(var l=this.length;h<l;h++)c.event.add(this[h],d,k,e)}return this}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&!a.preventDefault)for(var d in a)this.unbind(d,
a[d]);else{d=0;for(var e=this.length;d<e;d++)c.event.remove(this[d],a,b)}return this},delegate:function(a,b,d,e){return this.live(b,d,e,a)},undelegate:function(a,b,d){return arguments.length===0?this.unbind("live"):this.die(b,null,d,a)},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){var d=c.Event(a);d.preventDefault();d.stopPropagation();c.event.trigger(d,b,this[0]);return d.result}},toggle:function(a){for(var b=arguments,d=
1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(e){var f=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,f+1);e.preventDefault();return b[f].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var wa={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,e,f,h){var k,l=0,n,s,v=h||this.selector;h=h?this:c(this.context);if(typeof d===
"object"&&!d.preventDefault){for(k in d)h[b](k,e,d[k],v);return this}if(c.isFunction(e)){f=e;e=A}for(d=(d||"").split(" ");(k=d[l++])!=null;){n=X.exec(k);s="";if(n){s=n[0];k=k.replace(X,"")}if(k==="hover")d.push("mouseenter"+s,"mouseleave"+s);else{n=k;if(k==="focus"||k==="blur"){d.push(wa[k]+s);k+=s}else k=(wa[k]||k)+s;if(b==="live"){s=0;for(var B=h.length;s<B;s++)c.event.add(h[s],"live."+Y(k,v),{data:e,selector:v,handler:f,origType:k,origHandler:f,preType:n})}else h.unbind("live."+Y(k,v),f)}}return this}});
c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(a,b){c.fn[b]=function(d,e){if(e==null){e=d;d=null}return arguments.length>0?this.bind(b,d,e):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});E.attachEvent&&!E.addEventListener&&c(E).bind("unload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});
(function(){function a(g,j,o,m,p,q){p=0;for(var t=m.length;p<t;p++){var x=m[p];if(x){x=x[g];for(var C=false;x;){if(x.sizcache===o){C=m[x.sizset];break}if(x.nodeType===1&&!q){x.sizcache=o;x.sizset=p}if(x.nodeName.toLowerCase()===j){C=x;break}x=x[g]}m[p]=C}}}function b(g,j,o,m,p,q){p=0;for(var t=m.length;p<t;p++){var x=m[p];if(x){x=x[g];for(var C=false;x;){if(x.sizcache===o){C=m[x.sizset];break}if(x.nodeType===1){if(!q){x.sizcache=o;x.sizset=p}if(typeof j!=="string"){if(x===j){C=true;break}}else if(l.filter(j,
[x]).length>0){C=x;break}}x=x[g]}m[p]=C}}}var d=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,e=0,f=Object.prototype.toString,h=false,k=true;[0,0].sort(function(){k=false;return 0});var l=function(g,j,o,m){o=o||[];var p=j=j||u;if(j.nodeType!==1&&j.nodeType!==9)return[];if(!g||typeof g!=="string")return o;var q=[],t,x,C,P,N=true,R=l.isXML(j),Q=g,L;do{d.exec("");if(t=d.exec(Q)){Q=t[3];q.push(t[1]);if(t[2]){P=t[3];
break}}}while(t);if(q.length>1&&s.exec(g))if(q.length===2&&n.relative[q[0]])x=M(q[0]+q[1],j);else for(x=n.relative[q[0]]?[j]:l(q.shift(),j);q.length;){g=q.shift();if(n.relative[g])g+=q.shift();x=M(g,x)}else{if(!m&&q.length>1&&j.nodeType===9&&!R&&n.match.ID.test(q[0])&&!n.match.ID.test(q[q.length-1])){t=l.find(q.shift(),j,R);j=t.expr?l.filter(t.expr,t.set)[0]:t.set[0]}if(j){t=m?{expr:q.pop(),set:D(m)}:l.find(q.pop(),q.length===1&&(q[0]==="~"||q[0]==="+")&&j.parentNode?j.parentNode:j,R);x=t.expr?l.filter(t.expr,
t.set):t.set;if(q.length>0)C=D(x);else N=false;for(;q.length;){t=L=q.pop();if(n.relative[L])t=q.pop();else L="";if(t==null)t=j;n.relative[L](C,t,R)}}else C=[]}C||(C=x);C||l.error(L||g);if(f.call(C)==="[object Array]")if(N)if(j&&j.nodeType===1)for(g=0;C[g]!=null;g++){if(C[g]&&(C[g]===true||C[g].nodeType===1&&l.contains(j,C[g])))o.push(x[g])}else for(g=0;C[g]!=null;g++)C[g]&&C[g].nodeType===1&&o.push(x[g]);else o.push.apply(o,C);else D(C,o);if(P){l(P,p,o,m);l.uniqueSort(o)}return o};l.uniqueSort=function(g){if(w){h=
k;g.sort(w);if(h)for(var j=1;j<g.length;j++)g[j]===g[j-1]&&g.splice(j--,1)}return g};l.matches=function(g,j){return l(g,null,null,j)};l.matchesSelector=function(g,j){return l(j,null,null,[g]).length>0};l.find=function(g,j,o){var m;if(!g)return[];for(var p=0,q=n.order.length;p<q;p++){var t=n.order[p],x;if(x=n.leftMatch[t].exec(g)){var C=x[1];x.splice(1,1);if(C.substr(C.length-1)!=="\\"){x[1]=(x[1]||"").replace(/\\/g,"");m=n.find[t](x,j,o);if(m!=null){g=g.replace(n.match[t],"");break}}}}m||(m=j.getElementsByTagName("*"));
return{set:m,expr:g}};l.filter=function(g,j,o,m){for(var p=g,q=[],t=j,x,C,P=j&&j[0]&&l.isXML(j[0]);g&&j.length;){for(var N in n.filter)if((x=n.leftMatch[N].exec(g))!=null&&x[2]){var R=n.filter[N],Q,L;L=x[1];C=false;x.splice(1,1);if(L.substr(L.length-1)!=="\\"){if(t===q)q=[];if(n.preFilter[N])if(x=n.preFilter[N](x,t,o,q,m,P)){if(x===true)continue}else C=Q=true;if(x)for(var i=0;(L=t[i])!=null;i++)if(L){Q=R(L,x,i,t);var r=m^!!Q;if(o&&Q!=null)if(r)C=true;else t[i]=false;else if(r){q.push(L);C=true}}if(Q!==
A){o||(t=q);g=g.replace(n.match[N],"");if(!C)return[];break}}}if(g===p)if(C==null)l.error(g);else break;p=g}return t};l.error=function(g){throw"Syntax error, unrecognized expression: "+g;};var n=l.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+\-]*)\))?/,
POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(g){return g.getAttribute("href")}},relative:{"+":function(g,j){var o=typeof j==="string",m=o&&!/\W/.test(j);o=o&&!m;if(m)j=j.toLowerCase();m=0;for(var p=g.length,q;m<p;m++)if(q=g[m]){for(;(q=q.previousSibling)&&q.nodeType!==1;);g[m]=o||q&&q.nodeName.toLowerCase()===
j?q||false:q===j}o&&l.filter(j,g,true)},">":function(g,j){var o=typeof j==="string",m,p=0,q=g.length;if(o&&!/\W/.test(j))for(j=j.toLowerCase();p<q;p++){if(m=g[p]){o=m.parentNode;g[p]=o.nodeName.toLowerCase()===j?o:false}}else{for(;p<q;p++)if(m=g[p])g[p]=o?m.parentNode:m.parentNode===j;o&&l.filter(j,g,true)}},"":function(g,j,o){var m=e++,p=b,q;if(typeof j==="string"&&!/\W/.test(j)){q=j=j.toLowerCase();p=a}p("parentNode",j,m,g,q,o)},"~":function(g,j,o){var m=e++,p=b,q;if(typeof j==="string"&&!/\W/.test(j)){q=
j=j.toLowerCase();p=a}p("previousSibling",j,m,g,q,o)}},find:{ID:function(g,j,o){if(typeof j.getElementById!=="undefined"&&!o)return(g=j.getElementById(g[1]))&&g.parentNode?[g]:[]},NAME:function(g,j){if(typeof j.getElementsByName!=="undefined"){for(var o=[],m=j.getElementsByName(g[1]),p=0,q=m.length;p<q;p++)m[p].getAttribute("name")===g[1]&&o.push(m[p]);return o.length===0?null:o}},TAG:function(g,j){return j.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,j,o,m,p,q){g=" "+g[1].replace(/\\/g,
"")+" ";if(q)return g;q=0;for(var t;(t=j[q])!=null;q++)if(t)if(p^(t.className&&(" "+t.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))o||m.push(t);else if(o)j[q]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},CHILD:function(g){if(g[1]==="nth"){var j=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=j[1]+(j[2]||1)-0;g[3]=j[3]-0}g[0]=e++;return g},ATTR:function(g,j,o,
m,p,q){j=g[1].replace(/\\/g,"");if(!q&&n.attrMap[j])g[1]=n.attrMap[j];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,j,o,m,p){if(g[1]==="not")if((d.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=l(g[3],null,null,j);else{g=l.filter(g[3],j,o,true^p);o||m.push.apply(m,g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===
true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,j,o){return!!l(o[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===
g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},setFilters:{first:function(g,j){return j===0},last:function(g,j,o,m){return j===m.length-1},even:function(g,j){return j%2===0},odd:function(g,j){return j%2===1},lt:function(g,j,o){return j<o[3]-0},gt:function(g,j,o){return j>o[3]-0},nth:function(g,j,o){return o[3]-
0===j},eq:function(g,j,o){return o[3]-0===j}},filter:{PSEUDO:function(g,j,o,m){var p=j[1],q=n.filters[p];if(q)return q(g,o,j,m);else if(p==="contains")return(g.textContent||g.innerText||l.getText([g])||"").indexOf(j[3])>=0;else if(p==="not"){j=j[3];o=0;for(m=j.length;o<m;o++)if(j[o]===g)return false;return true}else l.error("Syntax error, unrecognized expression: "+p)},CHILD:function(g,j){var o=j[1],m=g;switch(o){case "only":case "first":for(;m=m.previousSibling;)if(m.nodeType===1)return false;if(o===
"first")return true;m=g;case "last":for(;m=m.nextSibling;)if(m.nodeType===1)return false;return true;case "nth":o=j[2];var p=j[3];if(o===1&&p===0)return true;var q=j[0],t=g.parentNode;if(t&&(t.sizcache!==q||!g.nodeIndex)){var x=0;for(m=t.firstChild;m;m=m.nextSibling)if(m.nodeType===1)m.nodeIndex=++x;t.sizcache=q}m=g.nodeIndex-p;return o===0?m===0:m%o===0&&m/o>=0}},ID:function(g,j){return g.nodeType===1&&g.getAttribute("id")===j},TAG:function(g,j){return j==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===
j},CLASS:function(g,j){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(j)>-1},ATTR:function(g,j){var o=j[1];o=n.attrHandle[o]?n.attrHandle[o](g):g[o]!=null?g[o]:g.getAttribute(o);var m=o+"",p=j[2],q=j[4];return o==null?p==="!=":p==="="?m===q:p==="*="?m.indexOf(q)>=0:p==="~="?(" "+m+" ").indexOf(q)>=0:!q?m&&o!==false:p==="!="?m!==q:p==="^="?m.indexOf(q)===0:p==="$="?m.substr(m.length-q.length)===q:p==="|="?m===q||m.substr(0,q.length+1)===q+"-":false},POS:function(g,j,o,m){var p=n.setFilters[j[2]];
if(p)return p(g,o,j,m)}}},s=n.match.POS,v=function(g,j){return"\\"+(j-0+1)},B;for(B in n.match){n.match[B]=RegExp(n.match[B].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[B]=RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[B].source.replace(/\\(\d+)/g,v))}var D=function(g,j){g=Array.prototype.slice.call(g,0);if(j){j.push.apply(j,g);return j}return g};try{Array.prototype.slice.call(u.documentElement.childNodes,0)}catch(H){D=function(g,j){var o=j||[],m=0;if(f.call(g)==="[object Array]")Array.prototype.push.apply(o,
g);else if(typeof g.length==="number")for(var p=g.length;m<p;m++)o.push(g[m]);else for(;g[m];m++)o.push(g[m]);return o}}var w,G;if(u.documentElement.compareDocumentPosition)w=function(g,j){if(g===j){h=true;return 0}if(!g.compareDocumentPosition||!j.compareDocumentPosition)return g.compareDocumentPosition?-1:1;return g.compareDocumentPosition(j)&4?-1:1};else{w=function(g,j){var o=[],m=[],p=g.parentNode,q=j.parentNode,t=p;if(g===j){h=true;return 0}else if(p===q)return G(g,j);else if(p){if(!q)return 1}else return-1;
for(;t;){o.unshift(t);t=t.parentNode}for(t=q;t;){m.unshift(t);t=t.parentNode}p=o.length;q=m.length;for(t=0;t<p&&t<q;t++)if(o[t]!==m[t])return G(o[t],m[t]);return t===p?G(g,m[t],-1):G(o[t],j,1)};G=function(g,j,o){if(g===j)return o;for(g=g.nextSibling;g;){if(g===j)return-1;g=g.nextSibling}return 1}}l.getText=function(g){for(var j="",o,m=0;g[m];m++){o=g[m];if(o.nodeType===3||o.nodeType===4)j+=o.nodeValue;else if(o.nodeType!==8)j+=l.getText(o.childNodes)}return j};(function(){var g=u.createElement("div"),
j="script"+(new Date).getTime();g.innerHTML="<a name='"+j+"'/>";var o=u.documentElement;o.insertBefore(g,o.firstChild);if(u.getElementById(j)){n.find.ID=function(m,p,q){if(typeof p.getElementById!=="undefined"&&!q)return(p=p.getElementById(m[1]))?p.id===m[1]||typeof p.getAttributeNode!=="undefined"&&p.getAttributeNode("id").nodeValue===m[1]?[p]:A:[]};n.filter.ID=function(m,p){var q=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&q&&q.nodeValue===p}}o.removeChild(g);
o=g=null})();(function(){var g=u.createElement("div");g.appendChild(u.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(j,o){var m=o.getElementsByTagName(j[1]);if(j[1]==="*"){for(var p=[],q=0;m[q];q++)m[q].nodeType===1&&p.push(m[q]);m=p}return m};g.innerHTML="<a href='#'></a>";if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(j){return j.getAttribute("href",2)};g=null})();u.querySelectorAll&&
function(){var g=l,j=u.createElement("div");j.innerHTML="<p class='TEST'></p>";if(!(j.querySelectorAll&&j.querySelectorAll(".TEST").length===0)){l=function(m,p,q,t){p=p||u;if(!t&&!l.isXML(p))if(p.nodeType===9)try{return D(p.querySelectorAll(m),q)}catch(x){}else if(p.nodeType===1&&p.nodeName.toLowerCase()!=="object"){var C=p.id,P=p.id="__sizzle__";try{return D(p.querySelectorAll("#"+P+" "+m),q)}catch(N){}finally{if(C)p.id=C;else p.removeAttribute("id")}}return g(m,p,q,t)};for(var o in g)l[o]=g[o];
j=null}}();(function(){var g=u.documentElement,j=g.matchesSelector||g.mozMatchesSelector||g.webkitMatchesSelector||g.msMatchesSelector,o=false;try{j.call(u.documentElement,":sizzle")}catch(m){o=true}if(j)l.matchesSelector=function(p,q){try{if(o||!n.match.PSEUDO.test(q))return j.call(p,q)}catch(t){}return l(q,null,null,[p]).length>0}})();(function(){var g=u.createElement("div");g.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===
0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(j,o,m){if(typeof o.getElementsByClassName!=="undefined"&&!m)return o.getElementsByClassName(j[1])};g=null}}})();l.contains=u.documentElement.contains?function(g,j){return g!==j&&(g.contains?g.contains(j):true)}:function(g,j){return!!(g.compareDocumentPosition(j)&16)};l.isXML=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false};var M=function(g,
j){for(var o=[],m="",p,q=j.nodeType?[j]:j;p=n.match.PSEUDO.exec(g);){m+=p[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;p=0;for(var t=q.length;p<t;p++)l(g,q[p],o);return l.filter(m,o)};c.find=l;c.expr=l.selectors;c.expr[":"]=c.expr.filters;c.unique=l.uniqueSort;c.text=l.getText;c.isXMLDoc=l.isXML;c.contains=l.contains})();var Wa=/Until$/,Xa=/^(?:parents|prevUntil|prevAll)/,Ya=/,/,Ja=/^.[^:#\[\.,]*$/,Za=Array.prototype.slice,$a=c.expr.match.POS;c.fn.extend({find:function(a){for(var b=this.pushStack("",
"find",a),d=0,e=0,f=this.length;e<f;e++){d=b.length;c.find(a,this[e],b);if(e>0)for(var h=d;h<b.length;h++)for(var k=0;k<d;k++)if(b[k]===b[h]){b.splice(h--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,e=b.length;d<e;d++)if(c.contains(this,b[d]))return true})},not:function(a){return this.pushStack(ka(this,a,false),"not",a)},filter:function(a){return this.pushStack(ka(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>0},closest:function(a,
b){var d=[],e,f,h=this[0];if(c.isArray(a)){var k={},l,n=1;if(h&&a.length){e=0;for(f=a.length;e<f;e++){l=a[e];k[l]||(k[l]=c.expr.match.POS.test(l)?c(l,b||this.context):l)}for(;h&&h.ownerDocument&&h!==b;){for(l in k){e=k[l];if(e.jquery?e.index(h)>-1:c(h).is(e))d.push({selector:l,elem:h,level:n})}h=h.parentNode;n++}}return d}k=$a.test(a)?c(a,b||this.context):null;e=0;for(f=this.length;e<f;e++)for(h=this[e];h;)if(k?k.index(h)>-1:c.find.matchesSelector(h,a)){d.push(h);break}else{h=h.parentNode;if(!h||
!h.ownerDocument||h===b)break}d=d.length>1?c.unique(d):d;return this.pushStack(d,"closest",a)},index:function(a){if(!a||typeof a==="string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var d=typeof a==="string"?c(a,b||this.context):c.makeArray(a),e=c.merge(this.get(),d);return this.pushStack(!d[0]||!d[0].parentNode||d[0].parentNode.nodeType===11||!e[0]||!e[0].parentNode||e[0].parentNode.nodeType===11?e:c.unique(e))},andSelf:function(){return this.add(this.prevObject)}});
c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",
d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,e){var f=c.map(this,b,d);Wa.test(a)||(e=d);if(e&&typeof e==="string")f=c.filter(e,f);f=this.length>1?c.unique(f):f;if((this.length>1||Ya.test(e))&&Xa.test(a))f=f.reverse();return this.pushStack(f,a,Za.call(arguments).join(","))}});
c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return b.length===1?c.find.matchesSelector(b[0],a)?[b[0]]:[]:c.find.matches(a,b)},dir:function(a,b,d){var e=[];for(a=a[b];a&&a.nodeType!==9&&(d===A||a.nodeType!==1||!c(a).is(d));){a.nodeType===1&&e.push(a);a=a[b]}return e},nth:function(a,b,d){b=b||1;for(var e=0;a;a=a[d])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var xa=/ jQuery\d+="(?:\d+|null)"/g,
$=/^\s+/,ya=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,za=/<([\w:]+)/,ab=/<tbody/i,bb=/<|&#?\w+;/,Aa=/<(?:script|object|embed|option|style)/i,Ba=/checked\s*(?:[^=]|=\s*.checked.)/i,cb=/\=([^="'>\s]+\/)>/g,O={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],
area:[1,"<map>","</map>"],_default:[0,"",""]};O.optgroup=O.option;O.tbody=O.tfoot=O.colgroup=O.caption=O.thead;O.th=O.td;if(!c.support.htmlSerialize)O._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==A)return this.empty().append((this[0]&&this[0].ownerDocument||u).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,
d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},
unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=
c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,e;(e=this[d])!=null;d++)if(!a||c.filter(a,[e]).length){if(!b&&e.nodeType===1){c.cleanData(e.getElementsByTagName("*"));
c.cleanData([e])}e.parentNode&&e.parentNode.removeChild(e)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,e=this.ownerDocument;if(!d){d=e.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(xa,"").replace(cb,'="$1">').replace($,
"")],e)[0]}else return this.cloneNode(true)});if(a===true){la(this,b);la(this.find("*"),b.find("*"))}return b},html:function(a){if(a===A)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(xa,""):null;else if(typeof a==="string"&&!Aa.test(a)&&(c.support.leadingWhitespace||!$.test(a))&&!O[(za.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(ya,"<$1></$2>");try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(e){this.empty().append(a)}}else c.isFunction(a)?
this.each(function(f){var h=c(this);h.html(a.call(this,f,h.html()))}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var d=c(this),e=d.html();d.replaceWith(a.call(this,b,e))});if(typeof a!=="string")a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,
true)},domManip:function(a,b,d){var e,f,h=a[0],k=[],l;if(!c.support.checkClone&&arguments.length===3&&typeof h==="string"&&Ba.test(h))return this.each(function(){c(this).domManip(a,b,d,true)});if(c.isFunction(h))return this.each(function(s){var v=c(this);a[0]=h.call(this,s,b?v.html():A);v.domManip(a,b,d)});if(this[0]){e=h&&h.parentNode;e=c.support.parentNode&&e&&e.nodeType===11&&e.childNodes.length===this.length?{fragment:e}:c.buildFragment(a,this,k);l=e.fragment;if(f=l.childNodes.length===1?l=l.firstChild:
l.firstChild){b=b&&c.nodeName(f,"tr");f=0;for(var n=this.length;f<n;f++)d.call(b?c.nodeName(this[f],"table")?this[f].getElementsByTagName("tbody")[0]||this[f].appendChild(this[f].ownerDocument.createElement("tbody")):this[f]:this[f],f>0||e.cacheable||this.length>1?l.cloneNode(true):l)}k.length&&c.each(k,Ka)}return this}});c.buildFragment=function(a,b,d){var e,f,h;b=b&&b[0]?b[0].ownerDocument||b[0]:u;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===u&&!Aa.test(a[0])&&(c.support.checkClone||
!Ba.test(a[0]))){f=true;if(h=c.fragments[a[0]])if(h!==1)e=h}if(!e){e=b.createDocumentFragment();c.clean(a,b,e,d)}if(f)c.fragments[a[0]]=h?e:1;return{fragment:e,cacheable:f}};c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var e=[];d=c(d);var f=this.length===1&&this[0].parentNode;if(f&&f.nodeType===11&&f.childNodes.length===1&&d.length===1){d[b](this[0]);return this}else{f=0;for(var h=
d.length;f<h;f++){var k=(f>0?this.clone(true):this).get();c(d[f])[b](k);e=e.concat(k)}return this.pushStack(e,a,d.selector)}}});c.extend({clean:function(a,b,d,e){b=b||u;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||u;for(var f=[],h=0,k;(k=a[h])!=null;h++){if(typeof k==="number")k+="";if(k){if(typeof k==="string"&&!bb.test(k))k=b.createTextNode(k);else if(typeof k==="string"){k=k.replace(ya,"<$1></$2>");var l=(za.exec(k)||["",""])[1].toLowerCase(),n=O[l]||O._default,
s=n[0],v=b.createElement("div");for(v.innerHTML=n[1]+k+n[2];s--;)v=v.lastChild;if(!c.support.tbody){s=ab.test(k);l=l==="table"&&!s?v.firstChild&&v.firstChild.childNodes:n[1]==="<table>"&&!s?v.childNodes:[];for(n=l.length-1;n>=0;--n)c.nodeName(l[n],"tbody")&&!l[n].childNodes.length&&l[n].parentNode.removeChild(l[n])}!c.support.leadingWhitespace&&$.test(k)&&v.insertBefore(b.createTextNode($.exec(k)[0]),v.firstChild);k=v.childNodes}if(k.nodeType)f.push(k);else f=c.merge(f,k)}}if(d)for(h=0;f[h];h++)if(e&&
c.nodeName(f[h],"script")&&(!f[h].type||f[h].type.toLowerCase()==="text/javascript"))e.push(f[h].parentNode?f[h].parentNode.removeChild(f[h]):f[h]);else{f[h].nodeType===1&&f.splice.apply(f,[h+1,0].concat(c.makeArray(f[h].getElementsByTagName("script"))));d.appendChild(f[h])}return f},cleanData:function(a){for(var b,d,e=c.cache,f=c.event.special,h=c.support.deleteExpando,k=0,l;(l=a[k])!=null;k++)if(!(l.nodeName&&c.noData[l.nodeName.toLowerCase()]))if(d=l[c.expando]){if((b=e[d])&&b.events)for(var n in b.events)f[n]?
c.event.remove(l,n):c.removeEvent(l,n,b.handle);if(h)delete l[c.expando];else l.removeAttribute&&l.removeAttribute(c.expando);delete e[d]}}});var Ca=/alpha\([^)]*\)/i,db=/opacity=([^)]*)/,eb=/-([a-z])/ig,fb=/([A-Z])/g,Da=/^-?\d+(?:px)?$/i,gb=/^-?\d/,hb={position:"absolute",visibility:"hidden",display:"block"},La=["Left","Right"],Ma=["Top","Bottom"],W,ib=u.defaultView&&u.defaultView.getComputedStyle,jb=function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){if(arguments.length===2&&b===A)return this;
return c.access(this,a,b,true,function(d,e,f){return f!==A?c.style(d,e,f):c.css(d,e)})};c.extend({cssHooks:{opacity:{get:function(a,b){if(b){var d=W(a,"opacity","opacity");return d===""?"1":d}else return a.style.opacity}}},cssNumber:{zIndex:true,fontWeight:true,opacity:true,zoom:true,lineHeight:true},cssProps:{"float":c.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,d,e){if(!(!a||a.nodeType===3||a.nodeType===8||!a.style)){var f,h=c.camelCase(b),k=a.style,l=c.cssHooks[h];b=c.cssProps[h]||
h;if(d!==A){if(!(typeof d==="number"&&isNaN(d)||d==null)){if(typeof d==="number"&&!c.cssNumber[h])d+="px";if(!l||!("set"in l)||(d=l.set(a,d))!==A)try{k[b]=d}catch(n){}}}else{if(l&&"get"in l&&(f=l.get(a,false,e))!==A)return f;return k[b]}}},css:function(a,b,d){var e,f=c.camelCase(b),h=c.cssHooks[f];b=c.cssProps[f]||f;if(h&&"get"in h&&(e=h.get(a,true,d))!==A)return e;else if(W)return W(a,b,f)},swap:function(a,b,d){var e={},f;for(f in b){e[f]=a.style[f];a.style[f]=b[f]}d.call(a);for(f in b)a.style[f]=
e[f]},camelCase:function(a){return a.replace(eb,jb)}});c.curCSS=c.css;c.each(["height","width"],function(a,b){c.cssHooks[b]={get:function(d,e,f){var h;if(e){if(d.offsetWidth!==0)h=ma(d,b,f);else c.swap(d,hb,function(){h=ma(d,b,f)});return h+"px"}},set:function(d,e){if(Da.test(e)){e=parseFloat(e);if(e>=0)return e+"px"}else return e}}});if(!c.support.opacity)c.cssHooks.opacity={get:function(a,b){return db.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":
b?"1":""},set:function(a,b){var d=a.style;d.zoom=1;var e=c.isNaN(b)?"":"alpha(opacity="+b*100+")",f=d.filter||"";d.filter=Ca.test(f)?f.replace(Ca,e):d.filter+" "+e}};if(ib)W=function(a,b,d){var e;d=d.replace(fb,"-$1").toLowerCase();if(!(b=a.ownerDocument.defaultView))return A;if(b=b.getComputedStyle(a,null)){e=b.getPropertyValue(d);if(e===""&&!c.contains(a.ownerDocument.documentElement,a))e=c.style(a,d)}return e};else if(u.documentElement.currentStyle)W=function(a,b){var d,e,f=a.currentStyle&&a.currentStyle[b],
h=a.style;if(!Da.test(f)&&gb.test(f)){d=h.left;e=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;h.left=b==="fontSize"?"1em":f||0;f=h.pixelLeft+"px";h.left=d;a.runtimeStyle.left=e}return f};if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=a.offsetHeight;return a.offsetWidth===0&&b===0||!c.support.reliableHiddenOffsets&&(a.style.display||c.css(a,"display"))==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var kb=c.now(),lb=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,
mb=/^(?:select|textarea)/i,nb=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,ob=/^(?:GET|HEAD|DELETE)$/,Na=/\[\]$/,T=/\=\?(&|$)/,ia=/\?/,pb=/([?&])_=[^&]*/,qb=/^(\w+:)?\/\/([^\/?#]+)/,rb=/%20/g,sb=/#.*$/,Ea=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!=="string"&&Ea)return Ea.apply(this,arguments);else if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var f=a.slice(e,a.length);a=a.slice(0,e)}e="GET";if(b)if(c.isFunction(b)){d=
b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);e="POST"}var h=this;c.ajax({url:a,type:e,dataType:"html",data:b,complete:function(k,l){if(l==="success"||l==="notmodified")h.html(f?c("<div>").append(k.responseText.replace(lb,"")).find(f):k.responseText);d&&h.each(d,[k.responseText,l,k])}});return this},serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&
!this.disabled&&(this.checked||mb.test(this.nodeName)||nb.test(this.type))}).map(function(a,b){var d=c(this).val();return d==null?null:c.isArray(d)?c.map(d,function(e){return{name:b.name,value:e}}):{name:b.name,value:d}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:e})},
getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:e})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return new E.XMLHttpRequest},accepts:{xml:"application/xml, text/xml",html:"text/html",
script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},ajax:function(a){var b=c.extend(true,{},c.ajaxSettings,a),d,e,f,h=b.type.toUpperCase(),k=ob.test(h);b.url=b.url.replace(sb,"");b.context=a&&a.context!=null?a.context:b;if(b.data&&b.processData&&typeof b.data!=="string")b.data=c.param(b.data,b.traditional);if(b.dataType==="jsonp"){if(h==="GET")T.test(b.url)||(b.url+=(ia.test(b.url)?"&":"?")+(b.jsonp||"callback")+"=?");else if(!b.data||
!T.test(b.data))b.data=(b.data?b.data+"&":"")+(b.jsonp||"callback")+"=?";b.dataType="json"}if(b.dataType==="json"&&(b.data&&T.test(b.data)||T.test(b.url))){d=b.jsonpCallback||"jsonp"+kb++;if(b.data)b.data=(b.data+"").replace(T,"="+d+"$1");b.url=b.url.replace(T,"="+d+"$1");b.dataType="script";var l=E[d];E[d]=function(m){f=m;c.handleSuccess(b,w,e,f);c.handleComplete(b,w,e,f);if(c.isFunction(l))l(m);else{E[d]=A;try{delete E[d]}catch(p){}}v&&v.removeChild(B)}}if(b.dataType==="script"&&b.cache===null)b.cache=
false;if(b.cache===false&&h==="GET"){var n=c.now(),s=b.url.replace(pb,"$1_="+n);b.url=s+(s===b.url?(ia.test(b.url)?"&":"?")+"_="+n:"")}if(b.data&&h==="GET")b.url+=(ia.test(b.url)?"&":"?")+b.data;b.global&&c.active++===0&&c.event.trigger("ajaxStart");n=(n=qb.exec(b.url))&&(n[1]&&n[1]!==location.protocol||n[2]!==location.host);if(b.dataType==="script"&&h==="GET"&&n){var v=u.getElementsByTagName("head")[0]||u.documentElement,B=u.createElement("script");if(b.scriptCharset)B.charset=b.scriptCharset;B.src=
b.url;if(!d){var D=false;B.onload=B.onreadystatechange=function(){if(!D&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){D=true;c.handleSuccess(b,w,e,f);c.handleComplete(b,w,e,f);B.onload=B.onreadystatechange=null;v&&B.parentNode&&v.removeChild(B)}}}v.insertBefore(B,v.firstChild);return A}var H=false,w=b.xhr();if(w){b.username?w.open(h,b.url,b.async,b.username,b.password):w.open(h,b.url,b.async);try{if(b.data!=null&&!k||a&&a.contentType)w.setRequestHeader("Content-Type",
b.contentType);if(b.ifModified){c.lastModified[b.url]&&w.setRequestHeader("If-Modified-Since",c.lastModified[b.url]);c.etag[b.url]&&w.setRequestHeader("If-None-Match",c.etag[b.url])}n||w.setRequestHeader("X-Requested-With","XMLHttpRequest");w.setRequestHeader("Accept",b.dataType&&b.accepts[b.dataType]?b.accepts[b.dataType]+", */*; q=0.01":b.accepts._default)}catch(G){}if(b.beforeSend&&b.beforeSend.call(b.context,w,b)===false){b.global&&c.active--===1&&c.event.trigger("ajaxStop");w.abort();return false}b.global&&
c.triggerGlobal(b,"ajaxSend",[w,b]);var M=w.onreadystatechange=function(m){if(!w||w.readyState===0||m==="abort"){H||c.handleComplete(b,w,e,f);H=true;if(w)w.onreadystatechange=c.noop}else if(!H&&w&&(w.readyState===4||m==="timeout")){H=true;w.onreadystatechange=c.noop;e=m==="timeout"?"timeout":!c.httpSuccess(w)?"error":b.ifModified&&c.httpNotModified(w,b.url)?"notmodified":"success";var p;if(e==="success")try{f=c.httpData(w,b.dataType,b)}catch(q){e="parsererror";p=q}if(e==="success"||e==="notmodified")d||
c.handleSuccess(b,w,e,f);else c.handleError(b,w,e,p);d||c.handleComplete(b,w,e,f);m==="timeout"&&w.abort();if(b.async)w=null}};try{var g=w.abort;w.abort=function(){w&&g.call&&g.call(w);M("abort")}}catch(j){}b.async&&b.timeout>0&&setTimeout(function(){w&&!H&&M("timeout")},b.timeout);try{w.send(k||b.data==null?null:b.data)}catch(o){c.handleError(b,w,null,o);c.handleComplete(b,w,e,f)}b.async||M();return w}},param:function(a,b){var d=[],e=function(h,k){k=c.isFunction(k)?k():k;d[d.length]=encodeURIComponent(h)+
"="+encodeURIComponent(k)};if(b===A)b=c.ajaxSettings.traditional;if(c.isArray(a)||a.jquery)c.each(a,function(){e(this.name,this.value)});else for(var f in a)ca(f,a[f],b,e);return d.join("&").replace(rb,"+")}});c.extend({active:0,lastModified:{},etag:{},handleError:function(a,b,d,e){a.error&&a.error.call(a.context,b,d,e);a.global&&c.triggerGlobal(a,"ajaxError",[b,a,e])},handleSuccess:function(a,b,d,e){a.success&&a.success.call(a.context,e,d,b);a.global&&c.triggerGlobal(a,"ajaxSuccess",[b,a])},handleComplete:function(a,
b,d){a.complete&&a.complete.call(a.context,b,d);a.global&&c.triggerGlobal(a,"ajaxComplete",[b,a]);a.global&&c.active--===1&&c.event.trigger("ajaxStop")},triggerGlobal:function(a,b,d){(a.context&&a.context.url==null?c(a.context):c.event).trigger(b,d)},httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===1223}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),e=a.getResponseHeader("Etag");
if(d)c.lastModified[b]=d;if(e)c.etag[b]=e;return a.status===304},httpData:function(a,b,d){var e=a.getResponseHeader("content-type")||"",f=b==="xml"||!b&&e.indexOf("xml")>=0;a=f?a.responseXML:a.responseText;f&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b==="json"||!b&&e.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&e.indexOf("javascript")>=0)c.globalEval(a);return a}});if(E.ActiveXObject)c.ajaxSettings.xhr=
function(){if(E.location.protocol!=="file:")try{return new E.XMLHttpRequest}catch(a){}try{return new E.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}};c.support.ajax=!!c.ajaxSettings.xhr();var da={},tb=/^(?:toggle|show|hide)$/,ub=/^([+\-]=)?([\d+.\-]+)(.*)$/,aa,na=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b,d){if(a||a===0)return this.animate(S("show",3),a,b,d);else{a=
0;for(b=this.length;a<b;a++){if(!c.data(this[a],"olddisplay")&&this[a].style.display==="none")this[a].style.display="";this[a].style.display===""&&c.css(this[a],"display")==="none"&&c.data(this[a],"olddisplay",oa(this[a].nodeName))}for(a=0;a<b;a++)this[a].style.display=c.data(this[a],"olddisplay")||"";return this}},hide:function(a,b,d){if(a||a===0)return this.animate(S("hide",3),a,b,d);else{a=0;for(b=this.length;a<b;a++){d=c.css(this[a],"display");d!=="none"&&c.data(this[a],"olddisplay",d)}for(a=
0;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b,d){var e=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||e?this.each(function(){var f=e?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(S("toggle",3),a,b,d);return this},fadeTo:function(a,b,d,e){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d,e)},animate:function(a,b,d,e){var f=c.speed(b,d,e);if(c.isEmptyObject(a))return this.each(f.complete);
return this[f.queue===false?"each":"queue"](function(){var h=c.extend({},f),k,l=this.nodeType===1,n=l&&c(this).is(":hidden"),s=this;for(k in a){var v=c.camelCase(k);if(k!==v){a[v]=a[k];delete a[k];k=v}if(a[k]==="hide"&&n||a[k]==="show"&&!n)return h.complete.call(this);if(l&&(k==="height"||k==="width")){h.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY];if(c.css(this,"display")==="inline"&&c.css(this,"float")==="none")if(c.support.inlineBlockNeedsLayout)if(oa(this.nodeName)===
"inline")this.style.display="inline-block";else{this.style.display="inline";this.style.zoom=1}else this.style.display="inline-block"}if(c.isArray(a[k])){(h.specialEasing=h.specialEasing||{})[k]=a[k][1];a[k]=a[k][0]}}if(h.overflow!=null)this.style.overflow="hidden";h.curAnim=c.extend({},a);c.each(a,function(B,D){var H=new c.fx(s,h,B);if(tb.test(D))H[D==="toggle"?n?"show":"hide":D](a);else{var w=ub.exec(D),G=H.cur(true)||0;if(w){var M=parseFloat(w[2]),g=w[3]||"px";if(g!=="px"){c.style(s,B,(M||1)+g);
G=(M||1)/H.cur(true)*G;c.style(s,B,G+g)}if(w[1])M=(w[1]==="-="?-1:1)*M+G;H.custom(G,M,g)}else H.custom(G,D,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);this.each(function(){for(var e=d.length-1;e>=0;e--)if(d[e].elem===this){b&&d[e](true);d.splice(e,1)}});b||this.dequeue();return this}});c.each({slideDown:S("show",1),slideUp:S("hide",1),slideToggle:S("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,e,f){return this.animate(b,
d,e,f)}});c.extend({speed:function(a,b,d){var e=a&&typeof a==="object"?c.extend({},a):{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};e.duration=c.fx.off?0:typeof e.duration==="number"?e.duration:e.duration in c.fx.speeds?c.fx.speeds[e.duration]:c.fx.speeds._default;e.old=e.complete;e.complete=function(){e.queue!==false&&c(this).dequeue();c.isFunction(e.old)&&e.old.call(this)};return e},easing:{linear:function(a,b,d,e){return d+e*a},swing:function(a,b,d,e){return(-Math.cos(a*
Math.PI)/2+0.5)*e+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a=parseFloat(c.css(this.elem,this.prop));return a&&a>-1E4?a:0},custom:function(a,b,d){function e(h){return f.step(h)}
this.startTime=c.now();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;var f=this;a=c.fx;e.elem=this.elem;if(e()&&c.timers.push(e)&&!aa)aa=setInterval(a.tick,a.interval)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;
this.custom(this.cur(),0)},step:function(a){var b=c.now(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var e in this.options.curAnim)if(this.options.curAnim[e]!==true)d=false;if(d){if(this.options.overflow!=null&&!c.support.shrinkWrapBlocks){var f=this.elem,h=this.options;c.each(["","X","Y"],function(l,n){f.style["overflow"+n]=h.overflow[l]})}this.options.hide&&c(this.elem).hide();if(this.options.hide||
this.options.show)for(var k in this.options.curAnim)c.style(this.elem,k,this.options.orig[k]);this.options.complete.call(this.elem)}return false}else{a=b-this.startTime;this.state=a/this.options.duration;b=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||b](this.state,a,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=
c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||c.fx.stop()},interval:13,stop:function(){clearInterval(aa);aa=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=function(a){return c.grep(c.timers,function(b){return a===
b.elem}).length};var vb=/^t(?:able|d|h)$/i,Fa=/^(?:body|html)$/i;c.fn.offset="getBoundingClientRect"in u.documentElement?function(a){var b=this[0],d;if(a)return this.each(function(k){c.offset.setOffset(this,a,k)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);try{d=b.getBoundingClientRect()}catch(e){}var f=b.ownerDocument,h=f.documentElement;if(!d||!c.contains(h,b))return d||{top:0,left:0};b=f.body;f=ea(f);return{top:d.top+(f.pageYOffset||c.support.boxModel&&
h.scrollTop||b.scrollTop)-(h.clientTop||b.clientTop||0),left:d.left+(f.pageXOffset||c.support.boxModel&&h.scrollLeft||b.scrollLeft)-(h.clientLeft||b.clientLeft||0)}}:function(a){var b=this[0];if(a)return this.each(function(s){c.offset.setOffset(this,a,s)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,e=b.ownerDocument,f,h=e.documentElement,k=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentStyle;
for(var l=b.offsetTop,n=b.offsetLeft;(b=b.parentNode)&&b!==k&&b!==h;){if(c.offset.supportsFixedPosition&&f.position==="fixed")break;f=e?e.getComputedStyle(b,null):b.currentStyle;l-=b.scrollTop;n-=b.scrollLeft;if(b===d){l+=b.offsetTop;n+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&vb.test(b.nodeName))){l+=parseFloat(f.borderTopWidth)||0;n+=parseFloat(f.borderLeftWidth)||0}d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&f.overflow!=="visible"){l+=
parseFloat(f.borderTopWidth)||0;n+=parseFloat(f.borderLeftWidth)||0}f=f}if(f.position==="relative"||f.position==="static"){l+=k.offsetTop;n+=k.offsetLeft}if(c.offset.supportsFixedPosition&&f.position==="fixed"){l+=Math.max(h.scrollTop,k.scrollTop);n+=Math.max(h.scrollLeft,k.scrollLeft)}return{top:l,left:n}};c.offset={initialize:function(){var a=u.body,b=u.createElement("div"),d,e,f,h=parseFloat(c.css(a,"marginTop"))||0;c.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",
height:"1px",visibility:"hidden"});b.innerHTML="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";a.insertBefore(b,a.firstChild);d=b.firstChild;e=d.firstChild;f=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=e.offsetTop!==5;this.doesAddBorderForTableAndCells=
f.offsetTop===5;e.style.position="fixed";e.style.top="20px";this.supportsFixedPosition=e.offsetTop===20||e.offsetTop===15;e.style.position=e.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=e.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==h;a.removeChild(b);c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.css(a,
"marginTop"))||0;d+=parseFloat(c.css(a,"marginLeft"))||0}return{top:b,left:d}},setOffset:function(a,b,d){var e=c.css(a,"position");if(e==="static")a.style.position="relative";var f=c(a),h=f.offset(),k=c.css(a,"top"),l=c.css(a,"left"),n=e==="absolute"&&c.inArray("auto",[k,l])>-1;e={};var s={};if(n)s=f.position();k=n?s.top:parseInt(k,10)||0;l=n?s.left:parseInt(l,10)||0;if(c.isFunction(b))b=b.call(a,d,h);if(b.top!=null)e.top=b.top-h.top+k;if(b.left!=null)e.left=b.left-h.left+l;"using"in b?b.using.call(a,
e):f.css(e)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),e=Fa.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.css(a,"marginTop"))||0;d.left-=parseFloat(c.css(a,"marginLeft"))||0;e.top+=parseFloat(c.css(b[0],"borderTopWidth"))||0;e.left+=parseFloat(c.css(b[0],"borderLeftWidth"))||0;return{top:d.top-e.top,left:d.left-e.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||u.body;a&&!Fa.test(a.nodeName)&&
c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(e){var f=this[0],h;if(!f)return null;if(e!==A)return this.each(function(){if(h=ea(this))h.scrollTo(!a?e:c(h).scrollLeft(),a?e:c(h).scrollTop());else this[d]=e});else return(h=ea(f))?"pageXOffset"in h?h[a?"pageYOffset":"pageXOffset"]:c.support.boxModel&&h.document.documentElement[d]||h.document.body[d]:f[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();
c.fn["inner"+b]=function(){return this[0]?parseFloat(c.css(this[0],d,"padding")):null};c.fn["outer"+b]=function(e){return this[0]?parseFloat(c.css(this[0],d,e?"margin":"border")):null};c.fn[d]=function(e){var f=this[0];if(!f)return e==null?null:this;if(c.isFunction(e))return this.each(function(h){var k=c(this);k[d](e.call(this,h,k[d]()))});return c.isWindow(f)?f.document.compatMode==="CSS1Compat"&&f.document.documentElement["client"+b]||f.document.body["client"+b]:f.nodeType===9?Math.max(f.documentElement["client"+
b],f.body["scroll"+b],f.documentElement["scroll"+b],f.body["offset"+b],f.documentElement["offset"+b]):e===A?parseFloat(c.css(f,d)):this.css(d,typeof e==="string"?e:e+"px")}})})(window);

/**
* hoverIntent r5 // 2007.03.27 // jQuery 1.1.2+
* <http://cherne.net/brian/resources/jquery.hoverIntent.html>
* 
* @param  f  onMouseOver function || An object with configuration options
* @param  g  onMouseOut function  || Nothing (use configuration options object)
* @author    Brian Cherne <brian@cherne.net>
*/
(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:5,interval:50,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY;};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev]);}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev]);};var handleHover=function(e){var p=(e.type=="mouseover"?e.fromElement:e.toElement)||e.relatedTarget;while(p&&p!=this){try{p=p.parentNode;}catch(e){p=this;}}if(p==this){return false;}var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);}if(e.type=="mouseover"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob);},cfg.timeout);}}};return this.mouseover(handleHover).mouseout(handleHover);};})(jQuery);

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

(function(b){var m,u,x,g,D,i,z,A,B,p=0,e={},q=[],n=0,c={},j=[],E=null,s=new Image,G=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,S=/[^\.]\.(swf)\s*$/i,H,I=1,k,l,h=false,y=b.extend(b("<div/>")[0],{prop:0}),v=0,O=!b.support.opacity&&!window.XMLHttpRequest,J=function(){u.hide();s.onerror=s.onload=null;E&&E.abort();m.empty()},P=function(){b.fancybox('<p id="fancybox_error">The requested content cannot be loaded.<br />Please try again later.</p>',{scrolling:"no",padding:20,transitionIn:"none",transitionOut:"none"})},
K=function(){return[b(window).width(),b(window).height(),b(document).scrollLeft(),b(document).scrollTop()]},T=function(){var a=K(),d={},f=c.margin,o=c.autoScale,t=(20+f)*2,w=(20+f)*2,r=c.padding*2;if(c.width.toString().indexOf("%")>-1){d.width=a[0]*parseFloat(c.width)/100-40;o=false}else d.width=c.width+r;if(c.height.toString().indexOf("%")>-1){d.height=a[1]*parseFloat(c.height)/100-40;o=false}else d.height=c.height+r;if(o&&(d.width>a[0]-t||d.height>a[1]-w))if(e.type=="image"||e.type=="swf"){t+=r;
w+=r;o=Math.min(Math.min(a[0]-t,c.width)/c.width,Math.min(a[1]-w,c.height)/c.height);d.width=Math.round(o*(d.width-r))+r;d.height=Math.round(o*(d.height-r))+r}else{d.width=Math.min(d.width,a[0]-t);d.height=Math.min(d.height,a[1]-w)}d.top=a[3]+(a[1]-(d.height+40))*0.5;d.left=a[2]+(a[0]-(d.width+40))*0.5;if(c.autoScale===false){d.top=Math.max(a[3]+f,d.top);d.left=Math.max(a[2]+f,d.left)}return d},U=function(a){if(a&&a.length)switch(c.titlePosition){case "inside":return a;case "over":return'<span id="fancybox-title-over">'+
a+"</span>";default:return'<span id="fancybox-title-wrap"><span id="fancybox-title-left"></span><span id="fancybox-title-main">'+a+'</span><span id="fancybox-title-right"></span></span>'}return false},V=function(){var a=c.title,d=l.width-c.padding*2,f="fancybox-title-"+c.titlePosition;b("#fancybox-title").remove();v=0;if(c.titleShow!==false){a=b.isFunction(c.titleFormat)?c.titleFormat(a,j,n,c):U(a);if(!(!a||a==="")){b('<div id="fancybox-title" class="'+f+'" />').css({width:d,paddingLeft:c.padding,
paddingRight:c.padding}).html(a).appendTo("body");switch(c.titlePosition){case "inside":v=b("#fancybox-title").outerHeight(true)-c.padding;l.height+=v;break;case "over":b("#fancybox-title").css("bottom",c.padding);break;default:b("#fancybox-title").css("bottom",b("#fancybox-title").outerHeight(true)*-1);break}b("#fancybox-title").appendTo(D).hide()}}},W=function(){b(document).unbind("keydown.fb").bind("keydown.fb",function(a){if(a.keyCode==27&&c.enableEscapeButton){a.preventDefault();b.fancybox.close()}else if(a.keyCode==
37){a.preventDefault();b.fancybox.prev()}else if(a.keyCode==39){a.preventDefault();b.fancybox.next()}});if(b.fn.mousewheel){g.unbind("mousewheel.fb");j.length>1&&g.bind("mousewheel.fb",function(a,d){a.preventDefault();h||d===0||(d>0?b.fancybox.prev():b.fancybox.next())})}if(c.showNavArrows){if(c.cyclic&&j.length>1||n!==0)A.show();if(c.cyclic&&j.length>1||n!=j.length-1)B.show()}},X=function(){var a,d;if(j.length-1>n){a=j[n+1].href;if(typeof a!=="undefined"&&a.match(G)){d=new Image;d.src=a}}if(n>0){a=
j[n-1].href;if(typeof a!=="undefined"&&a.match(G)){d=new Image;d.src=a}}},L=function(){i.css("overflow",c.scrolling=="auto"?c.type=="image"||c.type=="iframe"||c.type=="swf"?"hidden":"auto":c.scrolling=="yes"?"auto":"visible");if(!b.support.opacity){i.get(0).style.removeAttribute("filter");g.get(0).style.removeAttribute("filter")}b("#fancybox-title").show();c.hideOnContentClick&&i.one("click",b.fancybox.close);c.hideOnOverlayClick&&x.one("click",b.fancybox.close);c.showCloseButton&&z.show();W();b(window).bind("resize.fb",
b.fancybox.center);c.centerOnScroll?b(window).bind("scroll.fb",b.fancybox.center):b(window).unbind("scroll.fb");b.isFunction(c.onComplete)&&c.onComplete(j,n,c);h=false;X()},M=function(a){var d=Math.round(k.width+(l.width-k.width)*a),f=Math.round(k.height+(l.height-k.height)*a),o=Math.round(k.top+(l.top-k.top)*a),t=Math.round(k.left+(l.left-k.left)*a);g.css({width:d+"px",height:f+"px",top:o+"px",left:t+"px"});d=Math.max(d-c.padding*2,0);f=Math.max(f-(c.padding*2+v*a),0);i.css({width:d+"px",height:f+
"px"});if(typeof l.opacity!=="undefined")g.css("opacity",a<0.5?0.5:a)},Y=function(a){var d=a.offset();d.top+=parseFloat(a.css("paddingTop"))||0;d.left+=parseFloat(a.css("paddingLeft"))||0;d.top+=parseFloat(a.css("border-top-width"))||0;d.left+=parseFloat(a.css("border-left-width"))||0;d.width=a.width();d.height=a.height();return d},Q=function(){var a=e.orig?b(e.orig):false,d={};if(a&&a.length){a=Y(a);d={width:a.width+c.padding*2,height:a.height+c.padding*2,top:a.top-c.padding-20,left:a.left-c.padding-
20}}else{a=K();d={width:1,height:1,top:a[3]+a[1]*0.5,left:a[2]+a[0]*0.5}}return d},N=function(){u.hide();if(g.is(":visible")&&b.isFunction(c.onCleanup))if(c.onCleanup(j,n,c)===false){b.event.trigger("fancybox-cancel");h=false;return}j=q;n=p;c=e;i.get(0).scrollTop=0;i.get(0).scrollLeft=0;if(c.overlayShow){O&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});
x.css({"background-color":c.overlayColor,opacity:c.overlayOpacity}).unbind().show()}l=T();V();if(g.is(":visible")){b(z.add(A).add(B)).hide();var a=g.position(),d;k={top:a.top,left:a.left,width:g.width(),height:g.height()};d=k.width==l.width&&k.height==l.height;i.fadeOut(c.changeFade,function(){var f=function(){i.html(m.contents()).fadeIn(c.changeFade,L)};b.event.trigger("fancybox-change");i.empty().css("overflow","hidden");if(d){i.css({top:c.padding,left:c.padding,width:Math.max(l.width-c.padding*
2,1),height:Math.max(l.height-c.padding*2-v,1)});f()}else{i.css({top:c.padding,left:c.padding,width:Math.max(k.width-c.padding*2,1),height:Math.max(k.height-c.padding*2,1)});y.prop=0;b(y).animate({prop:1},{duration:c.changeSpeed,easing:c.easingChange,step:M,complete:f})}})}else{g.css("opacity",1);if(c.transitionIn=="elastic"){k=Q();i.css({top:c.padding,left:c.padding,width:Math.max(k.width-c.padding*2,1),height:Math.max(k.height-c.padding*2,1)}).html(m.contents());g.css(k).show();if(c.opacity)l.opacity=
0;y.prop=0;b(y).animate({prop:1},{duration:c.speedIn,easing:c.easingIn,step:M,complete:L})}else{i.css({top:c.padding,left:c.padding,width:Math.max(l.width-c.padding*2,1),height:Math.max(l.height-c.padding*2-v,1)}).html(m.contents());g.css(l).fadeIn(c.transitionIn=="none"?0:c.speedIn,L)}}},F=function(){m.width(e.width);m.height(e.height);if(e.width=="auto")e.width=m.width();if(e.height=="auto")e.height=m.height();N()},Z=function(){h=true;e.width=s.width;e.height=s.height;b("<img />").attr({id:"fancybox-img",
src:s.src,alt:e.title}).appendTo(m);N()},C=function(){J();var a=q[p],d,f,o,t,w;e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));o=a.title||b(a).title||e.title||"";if(a.nodeName&&!e.orig)e.orig=b(a).children("img:first").length?b(a).children("img:first"):b(a);if(o===""&&e.orig)o=e.orig.attr("alt");d=a.nodeName&&/^(?:javascript|#)/i.test(a.href)?e.href||null:e.href||a.href||null;if(e.type){f=e.type;if(!d)d=e.content}else if(e.content)f="html";else if(d)if(d.match(G))f=
"image";else if(d.match(S))f="swf";else if(b(a).hasClass("iframe"))f="iframe";else if(d.match(/#/)){a=d.substr(d.indexOf("#"));f=b(a).length>0?"inline":"ajax"}else f="ajax";else f="inline";e.type=f;e.href=d;e.title=o;if(e.autoDimensions&&e.type!=="iframe"&&e.type!=="swf"){e.width="auto";e.height="auto"}if(e.modal){e.overlayShow=true;e.hideOnOverlayClick=false;e.hideOnContentClick=false;e.enableEscapeButton=false;e.showCloseButton=false}if(b.isFunction(e.onStart))if(e.onStart(q,p,e)===false){h=false;
return}m.css("padding",20+e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(i.children())});switch(f){case "html":m.html(e.content);F();break;case "inline":b('<div class="fancybox-inline-tmp" />').hide().insertBefore(b(a)).bind("fancybox-cleanup",function(){b(this).replaceWith(i.children())}).bind("fancybox-cancel",function(){b(this).replaceWith(m.children())});b(a).appendTo(m);F();break;case "image":h=false;b.fancybox.showActivity();
s=new Image;s.onerror=function(){P()};s.onload=function(){s.onerror=null;s.onload=null;Z()};s.src=d;break;case "swf":t='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+d+'"></param>';w="";b.each(e.swf,function(r,R){t+='<param name="'+r+'" value="'+R+'"></param>';w+=" "+r+'="'+R+'"'});t+='<embed src="'+d+'" type="application/x-shockwave-flash" width="'+e.width+'" height="'+e.height+'"'+w+"></embed></object>";m.html(t);
F();break;case "ajax":a=d.split("#",2);f=e.ajax.data||{};if(a.length>1){d=a[0];if(typeof f=="string")f+="&selector="+a[1];else f.selector=a[1]}h=false;b.fancybox.showActivity();E=b.ajax(b.extend(e.ajax,{url:d,data:f,error:P,success:function(r){if(E.status==200){m.html(r);F()}}}));break;case "iframe":b('<iframe id="fancybox-frame" name="fancybox-frame'+(new Date).getTime()+'" frameborder="0" hspace="0" scrolling="'+e.scrolling+'" src="'+e.href+'"></iframe>').appendTo(m);N();break}},$=function(){if(u.is(":visible")){b("div",
u).css("top",I*-40+"px");I=(I+1)%12}else clearInterval(H)},aa=function(){if(!b("#fancybox-wrap").length){b("body").append(m=b('<div id="fancybox-tmp"></div>'),u=b('<div id="fancybox-loading"><div></div></div>'),x=b('<div id="fancybox-overlay"></div>'),g=b('<div id="fancybox-wrap"></div>'));if(!b.support.opacity){g.addClass("fancybox-ie");u.addClass("fancybox-ie")}D=b('<div id="fancybox-outer"></div>').append('<div class="fancy-bg" id="fancy-bg-n"></div><div class="fancy-bg" id="fancy-bg-ne"></div><div class="fancy-bg" id="fancy-bg-e"></div><div class="fancy-bg" id="fancy-bg-se"></div><div class="fancy-bg" id="fancy-bg-s"></div><div class="fancy-bg" id="fancy-bg-sw"></div><div class="fancy-bg" id="fancy-bg-w"></div><div class="fancy-bg" id="fancy-bg-nw"></div>').appendTo(g);
D.append(i=b('<div id="fancybox-inner"></div>'),z=b('<a id="fancybox-close"></a>'),A=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),B=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));z.click(b.fancybox.close);u.click(b.fancybox.cancel);A.click(function(a){a.preventDefault();b.fancybox.prev()});B.click(function(a){a.preventDefault();b.fancybox.next()});if(O){x.get(0).style.setExpression("height",
"document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'");u.get(0).style.setExpression("top","(-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'");D.prepend('<iframe id="fancybox-hide-sel-frame" src="javascript:\'\';" scrolling="no" frameborder="0" ></iframe>')}}};
b.fn.fancybox=function(a){b(this).data("fancybox",b.extend({},a,b.metadata?b(this).metadata():{})).unbind("click.fb").bind("click.fb",function(d){d.preventDefault();if(!h){h=true;b(this).blur();q=[];p=0;d=b(this).attr("rel")||"";if(!d||d==""||d==="nofollow")q.push(this);else{q=b("a[rel="+d+"], area[rel="+d+"]");p=q.index(this)}C();return false}});return this};b.fancybox=function(a,d){if(!h){h=true;d=typeof d!=="undefined"?d:{};q=[];p=d.index||0;if(b.isArray(a)){for(var f=0,o=a.length;f<o;f++)if(typeof a[f]==
"object")b(a[f]).data("fancybox",b.extend({},d,a[f]));else a[f]=b({}).data("fancybox",b.extend({content:a[f]},d));q=jQuery.merge(q,a)}else{if(typeof a=="object")b(a).data("fancybox",b.extend({},d,a));else a=b({}).data("fancybox",b.extend({content:a},d));q.push(a)}if(p>q.length||p<0)p=0;C()}};b.fancybox.showActivity=function(){clearInterval(H);u.show();H=setInterval($,66)};b.fancybox.hideActivity=function(){u.hide()};b.fancybox.next=function(){return b.fancybox.pos(n+1)};b.fancybox.prev=function(){return b.fancybox.pos(n-
1)};b.fancybox.pos=function(a){if(!h){a=parseInt(a,10);if(a>-1&&j.length>a){p=a;C()}if(c.cyclic&&j.length>1&&a<0){p=j.length-1;C()}if(c.cyclic&&j.length>1&&a>=j.length){p=0;C()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");J();e&&b.isFunction(e.onCancel)&&e.onCancel(q,p,e);h=false}};b.fancybox.close=function(){function a(){x.fadeOut("fast");g.hide();b.event.trigger("fancybox-cleanup");i.empty();b.isFunction(c.onClosed)&&c.onClosed(j,n,c);j=e=[];n=p=0;c=e={};h=false}
if(!(h||g.is(":hidden"))){h=true;if(c&&b.isFunction(c.onCleanup))if(c.onCleanup(j,n,c)===false){h=false;return}J();b(z.add(A).add(B)).hide();b("#fancybox-title").remove();g.add(i).add(x).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");i.css("overflow","hidden");if(c.transitionOut=="elastic"){k=Q();var d=g.position();l={top:d.top,left:d.left,width:g.width(),height:g.height()};if(c.opacity)l.opacity=1;y.prop=1;b(y).animate({prop:0},{duration:c.speedOut,easing:c.easingOut,
step:M,complete:a})}else g.fadeOut(c.transitionOut=="none"?0:c.speedOut,a)}};b.fancybox.resize=function(){var a,d;if(!(h||g.is(":hidden"))){h=true;a=i.wrapInner("<div style='overflow:auto'></div>").children();d=a.height();g.css({height:d+c.padding*2+v});i.css({height:d});a.replaceWith(a.children());b.fancybox.center()}};b.fancybox.center=function(){h=true;var a=K(),d=c.margin,f={};f.top=a[3]+(a[1]-(g.height()-v+40))*0.5;f.left=a[2]+(a[0]-(g.width()+40))*0.5;f.top=Math.max(a[3]+d,f.top);f.left=Math.max(a[2]+
d,f.left);g.css(f);h=false};b.fn.fancybox.defaults={padding:10,margin:20,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.3,overlayColor:"#666",titleShow:true,titlePosition:"outside",titleFormat:null,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",
easingIn:"swing",easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,onStart:null,onCancel:null,onComplete:null,onCleanup:null,onClosed:null};b(document).ready(function(){aa()})})(jQuery);

/*! Copyright (c) 2009 Brandon Aaron (http://brandonaaron.net)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 * Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
 * Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
 *
 * Version: 3.0.2
 * 
 * Requires: 1.2.2+
 */

(function(b){function d(a){var f=[].slice.call(arguments,1),e=0;a=b.event.fix(a||window.event);a.type="mousewheel";if(a.wheelDelta)e=a.wheelDelta/120;if(a.detail)e=-a.detail/3;f.unshift(a,e);return b.event.handle.apply(this,f)}var c=["DOMMouseScroll","mousewheel"];b.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=c.length;a;)this.addEventListener(c[--a],d,false);else this.onmousewheel=d},teardown:function(){if(this.removeEventListener)for(var a=c.length;a;)this.removeEventListener(c[--a],
d,false);else this.onmousewheel=null}};b.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery);

/* ScrollTo plugin - just inline and minified */
;(function(d){var k=d.scrollTo=function(a,i,e){d(window).scrollTo(a,i,e)};k.defaults={axis:'xy',duration:parseFloat(d.fn.jquery)>=1.3?0:1};k.window=function(a){return d(window)._scrollable()};d.fn._scrollable=function(){return this.map(function(){var a=this,i=!a.nodeName||d.inArray(a.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!i)return a;var e=(a.contentWindow||a).document||a.ownerDocument||a;return d.browser.safari||e.compatMode=='BackCompat'?e.body:e.documentElement})};d.fn.scrollTo=function(n,j,b){if(typeof j=='object'){b=j;j=0}if(typeof b=='function')b={onAfter:b};if(n=='max')n=9e9;b=d.extend({},k.defaults,b);j=j||b.speed||b.duration;b.queue=b.queue&&b.axis.length>1;if(b.queue)j/=2;b.offset=p(b.offset);b.over=p(b.over);return this._scrollable().each(function(){var q=this,r=d(q),f=n,s,g={},u=r.is('html,body');switch(typeof f){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(f)){f=p(f);break}f=d(f,this);case'object':if(f.is||f.style)s=(f=d(f)).offset()}d.each(b.axis.split(''),function(a,i){var e=i=='x'?'Left':'Top',h=e.toLowerCase(),c='scroll'+e,l=q[c],m=k.max(q,i);if(s){g[c]=s[h]+(u?0:l-r.offset()[h]);if(b.margin){g[c]-=parseInt(f.css('margin'+e))||0;g[c]-=parseInt(f.css('border'+e+'Width'))||0}g[c]+=b.offset[h]||0;if(b.over[h])g[c]+=f[i=='x'?'width':'height']()*b.over[h]}else{var o=f[h];g[c]=o.slice&&o.slice(-1)=='%'?parseFloat(o)/100*m:o}if(/^\d+$/.test(g[c]))g[c]=g[c]<=0?0:Math.min(g[c],m);if(!a&&b.queue){if(l!=g[c])t(b.onAfterFirst);delete g[c]}});t(b.onAfter);function t(a){r.animate(g,j,b.easing,a&&function(){a.call(this,n,b)})}}).end()};k.max=function(a,i){var e=i=='x'?'Width':'Height',h='scroll'+e;if(!d(a).is('html,body'))return a[h]-d(a)[e.toLowerCase()]();var c='client'+e,l=a.ownerDocument.documentElement,m=a.ownerDocument.body;return Math.max(l[h],m[h])-Math.min(l[c],m[c])};function p(a){return typeof a=='object'?a:{top:a,left:a}}})(jQuery);

/*	SWFObject v2.2 <http://code.google.com/p/swfobject/> 
	is released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/
var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y<X;Y++){U[Y]()}}function K(X){if(J){X()}else{U[U.length]=X}}function s(Y){if(typeof O.addEventListener!=D){O.addEventListener("load",Y,false)}else{if(typeof j.addEventListener!=D){j.addEventListener("load",Y,false)}else{if(typeof O.attachEvent!=D){i(O,"onload",Y)}else{if(typeof O.onload=="function"){var X=O.onload;O.onload=function(){X();Y()}}else{O.onload=Y}}}}}function h(){if(T){V()}else{H()}}function V(){var X=j.getElementsByTagName("body")[0];var aa=C(r);aa.setAttribute("type",q);var Z=X.appendChild(aa);if(Z){var Y=0;(function(){if(typeof Z.GetVariable!=D){var ab=Z.GetVariable("$version");if(ab){ab=ab.split(" ")[1].split(",");M.pv=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}else{if(Y<10){Y++;setTimeout(arguments.callee,10);return}}X.removeChild(aa);Z=null;H()})()}else{H()}}function H(){var ag=o.length;if(ag>0){for(var af=0;af<ag;af++){var Y=o[af].id;var ab=o[af].callbackFn;var aa={success:false,id:Y};if(M.pv[0]>0){var ae=c(Y);if(ae){if(F(o[af].swfVersion)&&!(M.wk&&M.wk<312)){w(Y,true);if(ab){aa.success=true;aa.ref=z(Y);ab(aa)}}else{if(o[af].expressInstall&&A()){var ai={};ai.data=o[af].expressInstall;ai.width=ae.getAttribute("width")||"0";ai.height=ae.getAttribute("height")||"0";if(ae.getAttribute("class")){ai.styleclass=ae.getAttribute("class")}if(ae.getAttribute("align")){ai.align=ae.getAttribute("align")}var ah={};var X=ae.getElementsByTagName("param");var ac=X.length;for(var ad=0;ad<ac;ad++){if(X[ad].getAttribute("name").toLowerCase()!="movie"){ah[X[ad].getAttribute("name")]=X[ad].getAttribute("value")}}P(ai,ah,Y,ab)}else{p(ae);if(ab){ab(aa)}}}}}else{w(Y,true);if(ab){var Z=z(Y);if(Z&&typeof Z.SetVariable!=D){aa.success=true;aa.ref=Z}ab(aa)}}}}}function z(aa){var X=null;var Y=c(aa);if(Y&&Y.nodeName=="OBJECT"){if(typeof Y.SetVariable!=D){X=Y}else{var Z=Y.getElementsByTagName(r)[0];if(Z){X=Z}}}return X}function A(){return !a&&F("6.0.65")&&(M.win||M.mac)&&!(M.wk&&M.wk<312)}function P(aa,ab,X,Z){a=true;E=Z||null;B={success:false,id:X};var ae=c(X);if(ae){if(ae.nodeName=="OBJECT"){l=g(ae);Q=null}else{l=ae;Q=X}aa.id=R;if(typeof aa.width==D||(!/%$/.test(aa.width)&&parseInt(aa.width,10)<310)){aa.width="310"}if(typeof aa.height==D||(!/%$/.test(aa.height)&&parseInt(aa.height,10)<137)){aa.height="137"}j.title=j.title.slice(0,47)+" - Flash Player Installation";var ad=M.ie&&M.win?"ActiveX":"PlugIn",ac="MMredirectURL="+O.location.toString().replace(/&/g,"%26")+"&MMplayerType="+ad+"&MMdoctitle="+j.title;if(typeof ab.flashvars!=D){ab.flashvars+="&"+ac}else{ab.flashvars=ac}if(M.ie&&M.win&&ae.readyState!=4){var Y=C("div");X+="SWFObjectNew";Y.setAttribute("id",X);ae.parentNode.insertBefore(Y,ae);ae.style.display="none";(function(){if(ae.readyState==4){ae.parentNode.removeChild(ae)}else{setTimeout(arguments.callee,10)}})()}u(aa,ab,X)}}function p(Y){if(M.ie&&M.win&&Y.readyState!=4){var X=C("div");Y.parentNode.insertBefore(X,Y);X.parentNode.replaceChild(g(Y),X);Y.style.display="none";(function(){if(Y.readyState==4){Y.parentNode.removeChild(Y)}else{setTimeout(arguments.callee,10)}})()}else{Y.parentNode.replaceChild(g(Y),Y)}}function g(ab){var aa=C("div");if(M.win&&M.ie){aa.innerHTML=ab.innerHTML}else{var Y=ab.getElementsByTagName(r)[0];if(Y){var ad=Y.childNodes;if(ad){var X=ad.length;for(var Z=0;Z<X;Z++){if(!(ad[Z].nodeType==1&&ad[Z].nodeName=="PARAM")&&!(ad[Z].nodeType==8)){aa.appendChild(ad[Z].cloneNode(true))}}}}}return aa}function u(ai,ag,Y){var X,aa=c(Y);if(M.wk&&M.wk<312){return X}if(aa){if(typeof ai.id==D){ai.id=Y}if(M.ie&&M.win){var ah="";for(var ae in ai){if(ai[ae]!=Object.prototype[ae]){if(ae.toLowerCase()=="data"){ag.movie=ai[ae]}else{if(ae.toLowerCase()=="styleclass"){ah+=' class="'+ai[ae]+'"'}else{if(ae.toLowerCase()!="classid"){ah+=" "+ae+'="'+ai[ae]+'"'}}}}}var af="";for(var ad in ag){if(ag[ad]!=Object.prototype[ad]){af+='<param name="'+ad+'" value="'+ag[ad]+'" />'}}aa.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+ah+">"+af+"</object>";N[N.length]=ai.id;X=c(ai.id)}else{var Z=C(r);Z.setAttribute("type",q);for(var ac in ai){if(ai[ac]!=Object.prototype[ac]){if(ac.toLowerCase()=="styleclass"){Z.setAttribute("class",ai[ac])}else{if(ac.toLowerCase()!="classid"){Z.setAttribute(ac,ai[ac])}}}}for(var ab in ag){if(ag[ab]!=Object.prototype[ab]&&ab.toLowerCase()!="movie"){e(Z,ab,ag[ab])}}aa.parentNode.replaceChild(Z,aa);X=Z}}return X}function e(Z,X,Y){var aa=C("param");aa.setAttribute("name",X);aa.setAttribute("value",Y);Z.appendChild(aa)}function y(Y){var X=c(Y);if(X&&X.nodeName=="OBJECT"){if(M.ie&&M.win){X.style.display="none";(function(){if(X.readyState==4){b(Y)}else{setTimeout(arguments.callee,10)}})()}else{X.parentNode.removeChild(X)}}}function b(Z){var Y=c(Z);if(Y){for(var X in Y){if(typeof Y[X]=="function"){Y[X]=null}}Y.parentNode.removeChild(Y)}}function c(Z){var X=null;try{X=j.getElementById(Z)}catch(Y){}return X}function C(X){return j.createElement(X)}function i(Z,X,Y){Z.attachEvent(X,Y);I[I.length]=[Z,X,Y]}function F(Z){var Y=M.pv,X=Z.split(".");X[0]=parseInt(X[0],10);X[1]=parseInt(X[1],10)||0;X[2]=parseInt(X[2],10)||0;return(Y[0]>X[0]||(Y[0]==X[0]&&Y[1]>X[1])||(Y[0]==X[0]&&Y[1]==X[1]&&Y[2]>=X[2]))?true:false}function v(ac,Y,ad,ab){if(M.ie&&M.mac){return}var aa=j.getElementsByTagName("head")[0];if(!aa){return}var X=(ad&&typeof ad=="string")?ad:"screen";if(ab){n=null;G=null}if(!n||G!=X){var Z=C("style");Z.setAttribute("type","text/css");Z.setAttribute("media",X);n=aa.appendChild(Z);if(M.ie&&M.win&&typeof j.styleSheets!=D&&j.styleSheets.length>0){n=j.styleSheets[j.styleSheets.length-1]}G=X}if(M.ie&&M.win){if(n&&typeof n.addRule==r){n.addRule(ac,Y)}}else{if(n&&typeof j.createTextNode!=D){n.appendChild(j.createTextNode(ac+" {"+Y+"}"))}}}function w(Z,X){if(!m){return}var Y=X?"visible":"hidden";if(J&&c(Z)){c(Z).style.visibility=Y}else{v("#"+Z,"visibility:"+Y)}}function L(Y){var Z=/[\\\"<>\.;]/;var X=Z.exec(Y)!=null;return X&&typeof encodeURIComponent!=D?encodeURIComponent(Y):Y}var d=function(){if(M.ie&&M.win){window.attachEvent("onunload",function(){var ac=I.length;for(var ab=0;ab<ac;ab++){I[ab][0].detachEvent(I[ab][1],I[ab][2])}var Z=N.length;for(var aa=0;aa<Z;aa++){y(N[aa])}for(var Y in M){M[Y]=null}M=null;for(var X in swfobject){swfobject[X]=null}swfobject=null})}}();return{registerObject:function(ab,X,aa,Z){if(M.w3&&ab&&X){var Y={};Y.id=ab;Y.swfVersion=X;Y.expressInstall=aa;Y.callbackFn=Z;o[o.length]=Y;w(ab,false)}else{if(Z){Z({success:false,id:ab})}}},getObjectById:function(X){if(M.w3){return z(X)}},embedSWF:function(ab,ah,ae,ag,Y,aa,Z,ad,af,ac){var X={success:false,id:ah};if(M.w3&&!(M.wk&&M.wk<312)&&ab&&ah&&ae&&ag&&Y){w(ah,false);K(function(){ae+="";ag+="";var aj={};if(af&&typeof af===r){for(var al in af){aj[al]=af[al]}}aj.data=ab;aj.width=ae;aj.height=ag;var am={};if(ad&&typeof ad===r){for(var ak in ad){am[ak]=ad[ak]}}if(Z&&typeof Z===r){for(var ai in Z){if(typeof am.flashvars!=D){am.flashvars+="&"+ai+"="+Z[ai]}else{am.flashvars=ai+"="+Z[ai]}}}if(F(Y)){var an=u(aj,am,ah);if(aj.id==ah){w(ah,true)}X.success=true;X.ref=an}else{if(aa&&A()){aj.data=aa;P(aj,am,ah,ac);return}else{w(ah,true)}}if(ac){ac(X)}})}else{if(ac){ac(X)}}},switchOffAutoHideShow:function(){m=false},ua:M,getFlashPlayerVersion:function(){return{major:M.pv[0],minor:M.pv[1],release:M.pv[2]}},hasFlashPlayerVersion:F,createSWF:function(Z,Y,X){if(M.w3){return u(Z,Y,X)}else{return undefined}},showExpressInstall:function(Z,aa,X,Y){if(M.w3&&A()){P(Z,aa,X,Y)}},removeSWF:function(X){if(M.w3){y(X)}},createCSS:function(aa,Z,Y,X){if(M.w3){v(aa,Z,Y,X)}},addDomLoadEvent:K,addLoadEvent:s,getQueryParamValue:function(aa){var Z=j.location.search||j.location.hash;if(Z){if(/\?/.test(Z)){Z=Z.split("?")[1]}if(aa==null){return L(Z)}var Y=Z.split("&");for(var X=0;X<Y.length;X++){if(Y[X].substring(0,Y[X].indexOf("="))==aa){return L(Y[X].substring((Y[X].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(a){var X=c(R);if(X&&l){X.parentNode.replaceChild(l,X);if(Q){w(Q,true);if(M.ie&&M.win){l.style.display="block"}}if(E){E(B)}}a=false}}}}();

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1988, 1990, 1993, 2002 Adobe Systems Incorporated.  All Rights
 * Reserved. © 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Helvetica is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype Library GmbH, and may be registered in certain
 * jurisdictions.
 * 
 * Full name:
 * HelveticaNeueLTStd-Lt
 * 
 * Designer:
 * Linotype Staff
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":556,"face":{"font-family":"HNlight","font-weight":300,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 4 3 2 2 2 2 2 4","ascent":"714","descent":"-286","x-height":"15","bbox":"-56 -807 908 214","underline-thickness":"50","underline-position":"-50","stemh":"53","stemv":"63","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":278},"!":{"d":"102,-178r-15,-323r0,-213r68,0r0,213r-15,323r-38,0xm163,0r-84,0r0,-106r84,0r0,106","w":241},"\"":{"d":"87,-471r0,-243r63,0r0,243r-63,0xm220,-471r0,-243r63,0r0,243r-63,0","w":370},"#":{"d":"497,-268r0,45r-111,0r-31,223r-50,0r31,-223r-141,0r-31,223r-50,0r31,-223r-110,0r0,-45r116,0r22,-156r-110,0r0,-45r116,0r31,-222r50,0r-31,222r141,0r31,-222r50,0r-31,222r105,0r0,45r-111,0r-22,156r105,0xm364,-424r-141,0r-22,156r141,0"},"$":{"d":"296,-326r0,288v85,0,168,-42,168,-146v0,-95,-90,-123,-168,-142xm257,-397r0,-279v-80,0,-147,44,-147,149v0,93,72,112,147,130xm29,-228r63,0v1,115,60,178,165,190r0,-296v-113,-25,-210,-60,-210,-200v0,-120,94,-195,210,-195r0,-78r39,0r0,78v116,0,215,86,212,217r-63,0v-1,-100,-62,-164,-149,-164r0,288v114,24,231,63,231,203v0,131,-114,201,-231,200r0,85r-39,0r0,-86v-156,-15,-222,-90,-228,-242"},"%":{"d":"228,-661v-84,0,-106,81,-106,145v0,63,22,143,106,143v84,0,106,-80,106,-143v0,-64,-22,-145,-106,-145xm228,-706v113,0,159,82,159,189v0,107,-46,189,-159,189v-113,0,-159,-82,-159,-189v0,-107,46,-189,159,-189xm667,-363v113,0,159,82,159,189v0,107,-46,189,-159,189v-113,0,-159,-82,-159,-189v0,-107,46,-189,159,-189xm667,-318v-84,0,-106,81,-106,145v0,63,22,143,106,143v84,0,106,-80,106,-143v0,-64,-22,-145,-106,-145xm190,34r453,-759r47,0r-452,759r-48,0","w":889},"&":{"d":"426,-140r-178,-216v-68,37,-146,91,-146,177v0,84,74,141,155,141v71,0,129,-45,169,-102xm541,0r-76,-93v-52,65,-126,108,-210,108v-123,0,-216,-71,-216,-200v0,-102,95,-169,175,-212v-39,-51,-88,-103,-88,-172v0,-87,71,-145,158,-145v87,0,158,58,158,145v0,89,-69,140,-140,185r156,188v17,-35,21,-66,21,-120r63,0v0,40,-9,110,-42,171r120,145r-79,0xm284,-661v-52,0,-95,33,-95,92v0,50,49,106,80,144v50,-31,110,-75,110,-144v0,-59,-43,-92,-95,-92","w":611},"\u2019":{"d":"99,-714r84,0v3,115,6,213,-89,243r0,-43v34,-12,49,-61,47,-94r-42,0r0,-106","w":278,"k":{"\u2019":119,"s":111,"t":18}},"(":{"d":"242,191r-50,0v-89,-147,-141,-283,-141,-457v0,-170,54,-328,141,-463r50,0v-169,271,-170,653,0,920","w":241},")":{"d":"-1,-729r50,0v89,147,141,283,141,457v0,170,-54,328,-141,463r-50,0v169,-271,170,-653,0,-920","w":241},"*":{"d":"142,-556r-115,-39r14,-37r115,41r0,-123r39,0r0,123r115,-41r15,37r-118,39r72,98r-32,23r-73,-100r-73,100r-32,-23","w":352},"+":{"d":"274,-278r0,-225r53,0r0,225r225,0r0,53r-225,0r0,225r-53,0r0,-225r-225,0r0,-53r225,0","w":600},",":{"d":"97,-106r84,0v3,114,6,213,-88,243r0,-43v33,-12,48,-61,46,-94r-42,0r0,-106","w":278},"-":{"d":"310,-246r-250,0r0,-58r250,0r0,58","w":370},".":{"d":"181,0r-84,0r0,-106r84,0r0,106","w":278},"\/":{"d":"41,15r-54,0r308,-744r51,0","w":333},"0":{"d":"278,-653v-160,0,-181,186,-181,307v0,122,21,308,181,308v160,0,181,-186,181,-308v0,-121,-21,-307,-181,-307xm278,-706v204,0,244,197,244,360v0,164,-40,361,-244,361v-204,0,-244,-197,-244,-360v0,-164,40,-361,244,-361"},"1":{"d":"97,-520r0,-45v110,-4,178,-6,197,-135r51,0r0,700r-63,0r0,-520r-185,0"},"2":{"d":"497,-58r0,58r-461,0v5,-208,218,-259,337,-378v38,-39,58,-76,58,-132v0,-91,-72,-143,-157,-143v-115,0,-160,92,-158,195r-63,0v-3,-144,72,-248,224,-248v122,0,217,67,217,197v0,117,-86,189,-176,249v-69,45,-193,108,-210,202r389,0"},"3":{"d":"33,-223r63,0v-4,111,62,185,175,185v92,0,179,-55,179,-155v0,-118,-96,-158,-221,-148r0,-53v104,8,195,-18,195,-127v0,-92,-69,-132,-153,-132v-105,0,-161,73,-159,177r-63,0v1,-132,85,-230,221,-230v110,0,217,54,217,178v0,78,-47,134,-118,157v91,15,144,81,144,173v0,137,-112,213,-241,213v-145,0,-249,-88,-239,-238"},"4":{"d":"30,-174r0,-61r324,-465r57,0r0,473r105,0r0,53r-105,0r0,174r-58,0r0,-174r-323,0xm87,-227r266,0r0,-381r-2,0"},"5":{"d":"36,-200r63,0v3,97,76,162,172,162v108,0,175,-89,175,-191v0,-103,-75,-182,-179,-182v-62,0,-122,30,-156,83r-54,0r68,-363r350,0r0,58r-306,0r-45,232r2,2v35,-41,94,-65,148,-65v144,0,235,101,235,242v0,137,-109,237,-243,237v-130,0,-227,-82,-230,-215"},"6":{"d":"290,-403v-110,0,-174,82,-174,185v0,99,53,180,175,180v100,0,168,-83,168,-180v0,-102,-62,-185,-169,-185xm505,-523r-63,0v-11,-77,-65,-130,-146,-130v-161,-2,-198,191,-191,313v33,-69,107,-116,186,-116v140,0,231,97,231,234v0,136,-99,237,-237,237v-170,0,-245,-99,-245,-372v0,-83,21,-349,250,-349v123,0,200,61,215,183"},"7":{"d":"51,-633r0,-58r450,0r0,58v-87,91,-267,307,-283,633r-68,0v17,-237,94,-412,288,-633r-387,0"},"8":{"d":"278,-38v98,0,178,-51,178,-158v0,-101,-84,-152,-178,-152v-96,0,-178,49,-178,152v0,105,80,158,178,158xm490,-531v0,78,-47,130,-114,156v90,18,143,85,143,179v0,141,-110,211,-241,211v-131,0,-241,-70,-241,-211v0,-91,56,-163,142,-179r0,-2v-73,-22,-114,-77,-114,-154v0,-120,109,-175,212,-175v104,0,213,55,213,175xm278,-401v77,0,149,-40,149,-130v0,-80,-65,-122,-149,-122v-77,0,-150,42,-150,122v0,94,76,130,150,130"},"9":{"d":"266,-288v110,0,174,-82,174,-185v0,-99,-53,-180,-175,-180v-100,0,-168,83,-168,180v0,102,62,185,169,185xm51,-168r63,0v11,77,65,130,146,130v161,2,198,-191,191,-313v-33,69,-107,116,-186,116v-140,0,-231,-97,-231,-234v0,-136,99,-237,237,-237v170,0,245,99,245,372v0,83,-21,349,-250,349v-123,0,-200,-61,-215,-183"},":":{"d":"181,-394r-84,0r0,-106r84,0r0,106xm181,0r-84,0r0,-106r84,0r0,106","w":278},";":{"d":"97,-106r84,0v3,114,6,213,-88,243r0,-43v33,-12,48,-61,46,-94r-42,0r0,-106xm181,-394r-84,0r0,-106r84,0r0,106","w":278},"<":{"d":"554,-47r0,55r-508,-234r0,-54r508,-234r0,55r-446,206","w":600},"=":{"d":"552,-378r0,53r-503,0r0,-53r503,0xm552,-181r0,53r-503,0r0,-53r503,0","w":600},">":{"d":"46,-47r446,-206r-446,-206r0,-55r508,234r0,54r-508,234r0,-55","w":600},"?":{"d":"117,-494r-63,0v1,-142,82,-235,227,-235v111,0,203,69,203,185v0,74,-37,121,-87,170v-86,84,-90,73,-93,195r-63,0v-3,-123,31,-155,115,-233v37,-35,65,-77,65,-129v0,-80,-65,-135,-143,-135v-109,0,-163,79,-161,182xm231,0r0,-106r84,0r0,106r-84,0","w":537},"@":{"d":"426,-510v-102,0,-170,137,-170,231v0,60,35,97,83,97v93,0,166,-147,166,-235v0,-47,-40,-93,-79,-93xm614,-544r-96,288v-14,43,-20,83,13,83v89,0,169,-136,169,-248v0,-165,-130,-263,-284,-263v-187,0,-316,147,-316,331v0,182,136,323,318,323v98,0,200,-50,258,-133r51,0v-60,110,-184,178,-309,178v-215,0,-371,-164,-371,-375v0,-208,163,-369,367,-369v193,0,339,127,339,311v0,161,-120,290,-232,290v-37,0,-60,-28,-69,-67v-30,32,-76,66,-127,66v-82,0,-132,-66,-132,-145v0,-138,95,-289,237,-289v44,0,84,24,106,84r25,-65r53,0","w":800},"A":{"d":"-7,0r288,-714r76,0r280,714r-73,0r-87,-222r-325,0r-86,222r-73,0xm316,-646r-143,366r281,0","w":630},"B":{"d":"140,-343r0,285v184,-9,422,51,422,-147v0,-91,-69,-138,-188,-138r-234,0xm72,0r0,-714r302,0v120,0,229,42,229,175v0,77,-54,141,-124,162v92,12,151,81,151,174v0,68,-24,203,-256,203r-302,0xm140,-656r0,255r234,0v109,0,161,-54,161,-121v0,-89,-55,-134,-161,-134r-234,0","w":667},"C":{"d":"662,-498r-68,0v-24,-110,-115,-173,-219,-173v-189,0,-269,158,-269,314v0,156,80,314,269,314v132,0,216,-102,229,-229r68,0v-19,175,-130,287,-297,287v-225,0,-337,-177,-337,-372v0,-195,112,-372,337,-372v135,0,269,81,287,231","w":704},"D":{"d":"140,-656r0,598r145,0v205,1,294,-86,294,-299v0,-213,-89,-300,-294,-299r-145,0xm72,0r0,-714r247,0v215,5,328,123,328,357v0,234,-113,357,-328,357r-247,0","w":685},"E":{"d":"72,0r0,-714r493,0r0,58r-425,0r0,258r398,0r0,58r-398,0r0,282r430,0r0,58r-498,0","w":593},"F":{"d":"72,0r0,-714r453,0r0,58r-385,0r0,258r342,0r0,58r-342,0r0,340r-68,0","w":537,"k":{"A":55,",":129,".":129}},"G":{"d":"682,-363r0,363r-49,0v-5,-42,-2,-92,-11,-130v-48,102,-144,145,-247,145v-225,0,-337,-177,-337,-372v0,-195,112,-372,337,-372v150,0,272,81,298,237r-68,0v-9,-82,-94,-179,-230,-179v-189,0,-269,158,-269,314v0,156,80,314,269,314v158,0,250,-111,247,-262r-243,0r0,-58r303,0","w":741},"H":{"d":"72,0r0,-714r68,0r0,310r424,0r0,-310r68,0r0,714r-68,0r0,-346r-424,0r0,346r-68,0","w":704},"I":{"d":"77,0r0,-714r68,0r0,714r-68,0","w":222},"J":{"d":"360,-228r0,-486r68,0r0,515v0,145,-54,214,-208,214v-164,0,-200,-120,-199,-244r68,0v2,61,-4,186,137,186v106,0,134,-54,134,-185","w":500},"K":{"d":"72,0r0,-714r68,0r0,384r415,-384r92,0r-319,295r334,419r-88,0r-297,-372r-137,127r0,245r-68,0","w":648},"L":{"d":"72,0r0,-714r68,0r0,656r400,0r0,58r-468,0","w":537,"k":{"T":92,"V":92,"W":55,"y":37,"Y":111,"\u2019":98}},"M":{"d":"70,0r0,-714r100,0r247,626r246,-626r100,0r0,714r-68,0r0,-617r-2,0r-244,617r-64,0r-245,-617r-2,0r0,617r-68,0","w":833},"N":{"d":"71,0r0,-714r76,0r416,604r2,0r0,-604r68,0r0,714r-76,0r-416,-604r-2,0r0,604r-68,0","w":704},"O":{"d":"34,-357v0,-195,112,-372,337,-372v224,0,336,177,336,372v0,195,-112,372,-336,372v-225,0,-337,-177,-337,-372xm102,-357v0,156,80,314,269,314v188,0,268,-158,268,-314v0,-156,-80,-314,-268,-314v-189,0,-269,158,-269,314","w":741},"P":{"d":"72,0r0,-714r317,0v128,0,212,75,212,204v0,129,-84,204,-212,204r-249,0r0,306r-68,0xm140,-656r0,292r234,0v94,0,159,-48,159,-146v0,-98,-65,-146,-159,-146r-234,0","w":630,"k":{"A":74,",":153,".":153}},"Q":{"d":"444,-192r104,79v164,-167,113,-558,-177,-558v-189,0,-269,158,-269,314v0,156,80,314,269,314v52,0,96,-12,132,-35r-94,-71xm701,4r-34,42r-111,-84v-49,34,-111,53,-185,53v-225,0,-337,-177,-337,-372v0,-195,112,-372,337,-372v346,0,430,453,228,655","w":741},"R":{"d":"72,0r0,-714r327,0v118,0,217,57,217,186v0,93,-51,161,-139,184v93,12,120,76,125,161v3,49,3,147,33,183r-75,0v-17,-28,-17,-81,-19,-111v-6,-100,-14,-206,-143,-206r-258,0r0,317r-68,0xm140,-656r0,281r254,0v83,0,154,-52,154,-139v0,-87,-52,-142,-154,-142r-254,0","w":667,"k":{"T":-6,"V":-6,"W":-6,"y":-24,"Y":13}},"S":{"d":"36,-235r68,0v-3,147,103,192,233,192v75,0,189,-41,189,-145v0,-81,-82,-110,-147,-129v-137,-39,-320,-33,-320,-211v0,-70,45,-201,246,-201v141,0,265,76,264,222r-68,0v-4,-109,-94,-164,-195,-164v-93,0,-179,36,-179,142v0,67,51,93,108,109v149,42,358,46,359,231v0,49,-20,204,-273,204v-169,0,-293,-76,-285,-250","w":630},"T":{"d":"-5,-656r0,-58r566,0r0,58r-249,0r0,656r-68,0r0,-656r-249,0","k":{"\u00fc":92,"\u00f2":111,"\u00f6":111,"\u00e8":111,"\u00eb":111,"\u00ea":111,"\u00e0":111,"\u00e4":111,"\u00e2":111,"w":111,"y":111,"A":68,",":111,".":111,"c":111,"\u00e7":111,"e":111,"\u00e9":111,"o":111,"\u00f3":111,"\u00f4":111,"-":129,"a":111,"\u00e1":111,"i":-24,"\u00ed":-24,"\u00ee":-24,"\u00ef":-24,"\u00ec":-24,"r":92,"s":111,"u":92,"\u00fa":92,"\u00fb":92,"\u00f9":92,":":111,";":111}},"U":{"d":"65,-257r0,-457r68,0r0,442v-1,166,78,229,209,229v132,0,210,-63,210,-229r0,-442r68,0r0,457v0,147,-79,272,-278,272v-198,0,-277,-125,-277,-272","w":685},"V":{"d":"258,0r-265,-714r73,0r232,639r2,0r230,-639r72,0r-265,714r-79,0","w":593,"k":{"\u00f6":55,"\u00f4":55,"\u00e8":55,"\u00eb":55,"\u00ea":55,"\u00e0":55,"\u00e4":55,"\u00e2":55,"y":18,"A":55,",":129,".":129,"e":55,"\u00e9":55,"o":55,"\u00f3":55,"\u00f2":55,"-":55,"a":55,"\u00e1":55,"i":-6,"\u00ed":-6,"\u00ee":-6,"\u00ef":-6,"\u00ec":-6,"r":37,"u":37,"\u00fa":37,"\u00fb":37,"\u00fc":37,"\u00f9":37,":":74,";":74}},"W":{"d":"198,0r-198,-714r73,0r162,625r2,0r174,-625r85,0r175,625r2,0r163,-625r68,0r-197,714r-72,0r-181,-639r-2,0r-180,639r-74,0","w":907,"k":{"\u00fc":18,"\u00f6":18,"\u00ea":18,"\u00e4":37,"A":18,",":74,".":74,"e":18,"\u00e9":18,"\u00eb":18,"\u00e8":18,"o":18,"\u00f3":18,"\u00f4":18,"\u00f2":18,"a":37,"\u00e1":37,"\u00e2":37,"\u00e0":37,"i":-24,"\u00ed":-24,"\u00ee":-24,"\u00ef":-24,"\u00ec":-24,"r":18,"u":18,"\u00fa":18,"\u00fb":18,"\u00f9":18,":":18,";":18}},"X":{"d":"245,-368r-242,-346r80,0r202,299r209,-299r76,0r-244,348r258,366r-82,0r-217,-315r-220,315r-77,0","w":574},"Y":{"d":"271,0r0,-294r-281,-420r81,0r235,362r234,-362r81,0r-282,420r0,294r-68,0","w":611,"k":{"\u00fc":74,"\u00f6":92,"v":55,"A":74,",":123,".":99,"e":92,"\u00e9":92,"\u00ea":92,"\u00eb":92,"\u00e8":92,"o":92,"\u00f3":92,"\u00f4":92,"\u00f2":92,"q":92,"-":111,"a":92,"\u00e1":92,"\u00e2":92,"\u00e4":92,"\u00e0":92,"i":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"u":74,"\u00fa":74,"\u00fb":74,"\u00f9":74,":":92,";":92,"p":74}},"Z":{"d":"37,-656r0,-58r514,0r0,60r-470,596r480,0r0,58r-556,0r0,-60r470,-596r-438,0","w":574},"[":{"d":"237,191r-161,0r0,-920r161,0r0,53r-98,0r0,814r98,0r0,53","w":241},"\\":{"d":"346,15r-54,0r-305,-744r51,0","w":333},"]":{"d":"4,-729r161,0r0,920r-161,0r0,-53r98,0r0,-814r-98,0r0,-53","w":241},"^":{"d":"102,-238r-58,0r230,-453r52,0r230,453r-57,0r-200,-390","w":600},"_":{"d":"500,125r-500,0r0,-50r500,0r0,50","w":500},"\u2018":{"d":"179,-471r-84,0v-3,-115,-6,-213,89,-243r0,43v-34,12,-49,61,-47,94r42,0r0,106","w":278,"k":{"\u2018":119}},"a":{"d":"390,-200v-1,-26,4,-60,-2,-82v-8,15,-36,20,-53,23v-107,19,-240,18,-240,119v0,63,56,102,115,102v96,0,182,-61,180,-162xm117,-358r-63,0v6,-121,91,-173,209,-173v91,0,190,28,190,166r0,274v-3,32,29,45,57,34r0,53v-14,3,-24,4,-41,4v-67,2,-70,-41,-76,-90v-44,67,-89,105,-188,105v-95,0,-173,-47,-173,-151v0,-145,141,-150,277,-166v52,-6,81,-13,81,-70v0,-85,-61,-106,-135,-106v-78,0,-136,36,-138,120","w":519},"b":{"d":"473,-258v0,-107,-49,-220,-169,-220v-134,0,-181,113,-181,220v0,107,47,220,181,220v120,0,169,-113,169,-220xm60,0r0,-714r63,0r0,296r2,0v27,-74,102,-113,179,-113v157,0,232,127,232,273v0,146,-75,273,-232,273v-85,0,-153,-47,-186,-113r0,98r-58,0","w":574},"c":{"d":"487,-354r-63,0v-17,-77,-64,-124,-146,-124v-242,0,-241,440,0,440v78,0,142,-61,150,-147r63,0v-17,124,-98,200,-213,200v-158,0,-244,-125,-244,-273v0,-148,86,-273,244,-273v110,0,195,59,209,177","w":519},"d":{"d":"101,-258v0,107,49,220,169,220v134,0,181,-113,181,-220v0,-107,-47,-220,-181,-220v-120,0,-169,113,-169,220xm514,-714r0,714r-58,0v-2,-31,4,-71,-2,-98v-27,67,-109,113,-184,113v-157,0,-232,-127,-232,-273v0,-146,75,-273,232,-273v79,0,150,43,181,113r0,-296r63,0","w":574},"e":{"d":"494,-241r-397,0v1,92,49,203,170,203v92,0,142,-54,162,-132r63,0v-27,117,-95,185,-225,185v-164,0,-233,-126,-233,-273v0,-136,69,-273,233,-273v166,0,232,145,227,290xm97,-294r334,0v-3,-95,-62,-184,-164,-184v-103,0,-160,90,-170,184","w":519},"f":{"d":"259,-516r0,53r-102,0r0,463r-63,0r0,-463r-88,0r0,-53r88,0v-4,-112,5,-199,125,-198v18,0,33,1,53,4r0,54v-17,-3,-31,-5,-46,-5v-87,-1,-65,72,-69,145r102,0","w":259,"k":{"\u2019":-18,"f":18}},"g":{"d":"267,-59v109,0,166,-100,166,-205v0,-101,-47,-214,-166,-214v-120,0,-170,107,-170,214v0,104,54,205,170,205xm496,-516r0,474v-1,154,-60,248,-229,248v-103,0,-205,-46,-214,-156r63,0v14,76,81,103,151,103v141,0,176,-110,166,-265r-2,0v-29,63,-90,106,-164,106v-165,0,-233,-118,-233,-265v0,-142,84,-260,233,-260v77,0,137,51,166,104r0,-89r63,0"},"h":{"d":"59,0r0,-714r63,0r0,287r2,0v23,-62,92,-104,165,-104v145,0,189,76,189,199r0,332r-63,0r0,-322v0,-89,-29,-156,-131,-156v-100,0,-162,76,-162,177r0,301r-63,0","w":537},"i":{"d":"61,0r0,-516r63,0r0,516r-63,0xm61,-613r0,-101r63,0r0,101r-63,0","w":185},"j":{"d":"61,63r0,-579r63,0r0,564v0,77,-21,143,-110,143v-15,0,-29,-2,-44,-2r0,-52v10,1,24,1,34,1v49,0,57,-32,57,-75xm61,-613r0,-101r63,0r0,101r-63,0","w":185},"k":{"d":"60,0r0,-714r63,0r0,448r286,-250r84,0r-220,191r235,325r-79,0r-204,-281r-102,85r0,196r-63,0","w":500},"l":{"d":"61,0r0,-714r63,0r0,714r-63,0","w":185},"m":{"d":"60,0r0,-516r58,0r0,87r3,0v33,-62,87,-102,169,-102v68,0,129,33,148,101v31,-68,96,-101,164,-101v113,0,171,59,171,181r0,350r-63,0r0,-347v0,-85,-32,-131,-122,-131v-109,0,-140,90,-140,186r0,292r-63,0r0,-350v1,-70,-28,-128,-108,-128v-109,0,-154,82,-154,190r0,288r-63,0","w":833},"n":{"d":"59,0r0,-516r63,0v2,28,-4,65,2,89v23,-62,92,-104,165,-104v145,0,189,76,189,199r0,332r-63,0r0,-322v0,-89,-29,-156,-131,-156v-100,0,-162,76,-162,177r0,301r-63,0","w":537},"o":{"d":"278,-531v158,0,244,125,244,273v0,148,-86,273,-244,273v-158,0,-244,-125,-244,-273v0,-148,86,-273,244,-273xm278,-478v-242,0,-241,440,0,440v242,0,241,-440,0,-440"},"p":{"d":"473,-258v0,-107,-49,-220,-169,-220v-139,0,-181,103,-181,220v0,107,47,220,181,220v120,0,169,-113,169,-220xm60,191r0,-707r58,0v2,31,-4,71,2,98v29,-70,101,-113,184,-113v157,0,232,127,232,273v0,146,-75,273,-232,273v-79,0,-150,-43,-181,-113r0,289r-63,0","w":574},"q":{"d":"101,-258v0,107,49,220,169,220v134,0,181,-113,181,-220v0,-107,-47,-220,-181,-220v-120,0,-169,113,-169,220xm514,-516r0,707r-63,0r0,-289r-2,0v-27,74,-102,113,-179,113v-157,0,-232,-127,-232,-273v0,-146,75,-273,232,-273v77,0,155,50,186,113r0,-98r58,0","w":574},"r":{"d":"60,0r0,-516r58,0v2,39,-4,86,2,121v32,-83,102,-132,195,-128r0,63v-114,-6,-192,78,-192,185r0,275r-63,0","w":315,"k":{",":92,".":92,"c":18,"\u00e7":18,"d":18,"e":18,"\u00e9":18,"\u00ea":18,"\u00eb":18,"\u00e8":18,"n":-18,"o":18,"\u00f3":18,"\u00f4":18,"\u00f6":18,"\u00f2":18,"q":18,"-":55}},"s":{"d":"432,-365r-63,0v-3,-78,-63,-113,-135,-113v-56,0,-122,22,-122,89v0,87,116,89,191,106v71,16,147,53,147,143v0,112,-111,155,-207,155v-120,0,-202,-56,-212,-182r63,0v5,85,68,129,152,129v59,0,141,-26,141,-98v0,-88,-117,-91,-194,-112v-82,-22,-144,-50,-144,-138v0,-105,103,-145,194,-145v103,0,185,54,189,166","w":481},"t":{"d":"160,-671r0,155r105,0r0,53r-105,0r0,348v0,41,6,68,51,68v18,0,36,-1,54,-3r0,54v-102,8,-168,-1,-168,-114r0,-353r-90,0r0,-53r90,0r0,-155r63,0","w":296},"u":{"d":"478,-516r0,516r-58,0v-2,-30,4,-67,-2,-93v-33,69,-101,108,-178,108v-130,0,-181,-76,-181,-196r0,-335r63,0r0,336v3,93,38,142,138,142v108,0,155,-102,155,-207r0,-271r63,0","w":537},"v":{"d":"201,0r-199,-516r70,0r162,453r2,0r160,-453r65,0r-193,516r-67,0","w":463,"k":{",":74,".":74}},"w":{"d":"174,0r-166,-516r67,0r132,442r2,0r126,-442r71,0r126,442r2,0r132,-442r67,0r-166,516r-69,0r-127,-434r-2,0r-126,434r-69,0","w":741,"k":{",":55,".":55}},"x":{"d":"1,0r200,-268r-185,-248r79,0r147,196r144,-196r79,0r-186,247r201,269r-80,0r-162,-217r-159,217r-78,0","w":481},"y":{"d":"208,-2r-206,-514r67,0r170,440r159,-440r63,0r-224,595v-35,105,-85,122,-184,107r0,-53v76,18,113,-13,133,-76","w":463,"k":{",":92,".":92}},"z":{"d":"432,-471r-341,418r355,0r0,53r-431,0r0,-51r337,-412r-314,0r0,-53r394,0r0,45","w":463},"{":{"d":"293,191v-95,10,-135,-26,-138,-125v-3,-113,24,-300,-72,-308r0,-53v96,-7,68,-197,72,-309v3,-98,43,-136,138,-125r0,53v-106,-13,-75,144,-75,244v0,112,-59,152,-70,164v13,7,70,53,70,162v0,94,-35,254,75,244r0,53","w":333},"|":{"d":"85,214r0,-1000r53,0r0,1000r-53,0","w":222},"}":{"d":"40,-729v95,-10,135,26,138,125v3,113,-24,300,72,308r0,53v-96,7,-68,197,-72,309v-3,98,-43,136,-138,125r0,-53v106,13,75,-144,75,-244v0,-112,59,-152,70,-164v-13,-7,-70,-53,-70,-162v0,-94,35,-254,-75,-244r0,-53","w":333},"~":{"d":"194,-311v68,0,156,65,213,65v40,0,65,-34,88,-69r36,36v-30,42,-63,86,-125,86v-78,1,-140,-65,-217,-65v-44,0,-68,34,-84,69r-36,-36v22,-42,58,-86,125,-86","w":600},"'":{"d":"108,-471r0,-243r63,0r0,243r-63,0","w":278},"\u201c":{"d":"302,-471r-84,0v-3,-115,-6,-213,89,-243r0,43v-34,12,-49,61,-47,94r42,0r0,106xm148,-471r-84,0v-3,-115,-6,-213,89,-243r0,43v-34,12,-49,61,-47,94r42,0r0,106","w":370},"\u2013":{"d":"500,-246r-500,0r0,-58r500,0r0,58","w":500},"\u201d":{"d":"222,-714r84,0v3,115,6,213,-89,243r0,-43v34,-12,49,-61,47,-94r-42,0r0,-106xm68,-714r84,0v3,115,6,213,-89,243r0,-43v34,-12,49,-61,47,-94r-42,0r0,-106","w":370},"\u2026":{"d":"209,0r-84,0r0,-106r84,0r0,106xm542,0r-84,0r0,-106r84,0r0,106xm875,0r-84,0r0,-106r84,0r0,106","w":1000},"`":{"d":"101,-588r-132,-141r78,0r105,141r-51,0","w":185},"\u2014":{"d":"870,-246r-740,0r0,-58r740,0r0,58","w":1000},"\u00b5":{"d":"478,-516r0,516r-58,0v-2,-30,4,-67,-2,-93v-46,105,-195,142,-295,73r0,211r-64,0r0,-707r63,0r0,336v3,93,38,142,138,142v108,0,155,-102,155,-207r0,-271r63,0","w":537},"\u2122":{"d":"269,-302r-53,0r0,-367r-134,0r0,-45r321,0r0,45r-134,0r0,367xm529,-302r-53,0r0,-412r85,0r133,334r129,-334r85,0r0,412r-53,0r0,-364r-2,0r-146,364r-30,0r-146,-364r-2,0r0,364","w":990},"\u00ae":{"d":"400,-729v210,0,372,163,372,372v0,209,-162,372,-372,372v-210,0,-372,-163,-372,-372v0,-209,162,-372,372,-372xm400,-676v-180,0,-314,141,-314,319v0,178,134,319,314,319v180,0,314,-141,314,-319v0,-178,-134,-319,-314,-319xm318,-333r0,191r-53,0r0,-430r165,0v97,0,140,42,140,119v0,76,-50,110,-108,120r128,191r-62,0r-121,-191r-89,0xm318,-378v89,-4,199,22,199,-75v0,-94,-110,-71,-199,-74r0,149","w":800},"\u00d7":{"d":"262,-251r-188,-189r37,-37r189,189r189,-189r37,37r-189,189r189,189r-37,37r-189,-188r-189,188r-37,-37","w":600},"\u00a9":{"d":"772,-357v0,209,-162,372,-372,372v-210,0,-372,-163,-372,-372v0,-209,162,-372,372,-372v210,0,372,163,372,372xm714,-357v0,-178,-134,-319,-314,-319v-180,0,-314,141,-314,319v0,178,134,319,314,319v180,0,314,-141,314,-319xm594,-435r-51,0v-12,-59,-60,-106,-133,-106v-108,0,-165,80,-165,184v0,104,57,184,165,184v73,0,121,-46,133,-106r51,0v-13,97,-91,151,-185,151v-136,0,-217,-97,-217,-229v0,-132,81,-229,217,-229v94,0,172,54,185,151","w":800},"\u00e1":{"d":"390,-200v-1,-26,4,-60,-2,-82v-8,15,-36,20,-53,23v-107,19,-240,18,-240,119v0,63,56,102,115,102v96,0,182,-61,180,-162xm117,-358r-63,0v6,-121,91,-173,209,-173v91,0,190,28,190,166r0,274v-3,32,29,45,57,34r0,53v-14,3,-24,4,-41,4v-67,2,-70,-41,-76,-90v-44,67,-89,105,-188,105v-95,0,-173,-47,-173,-151v0,-145,141,-150,277,-166v52,-6,81,-13,81,-70v0,-85,-61,-106,-135,-106v-78,0,-136,36,-138,120xm383,-729r-132,141r-51,0r105,-141r78,0","w":519},"\u00e2":{"d":"390,-200v-1,-26,4,-60,-2,-82v-8,15,-36,20,-53,23v-107,19,-240,18,-240,119v0,63,56,102,115,102v96,0,182,-61,180,-162xm117,-358r-63,0v6,-121,91,-173,209,-173v91,0,190,28,190,166r0,274v-3,32,29,45,57,34r0,53v-14,3,-24,4,-41,4v-67,2,-70,-41,-76,-90v-44,67,-89,105,-188,105v-95,0,-173,-47,-173,-151v0,-145,141,-150,277,-166v52,-6,81,-13,81,-70v0,-85,-61,-106,-135,-106v-78,0,-136,36,-138,120xm294,-729r114,141r-65,0r-86,-102r-88,102r-58,0r114,-141r69,0","w":519},"\u00e4":{"d":"390,-200v-1,-26,4,-60,-2,-82v-8,15,-36,20,-53,23v-107,19,-240,18,-240,119v0,63,56,102,115,102v96,0,182,-61,180,-162xm117,-358r-63,0v6,-121,91,-173,209,-173v91,0,190,28,190,166r0,274v-3,32,29,45,57,34r0,53v-14,3,-24,4,-41,4v-67,2,-70,-41,-76,-90v-44,67,-89,105,-188,105v-95,0,-173,-47,-173,-151v0,-145,141,-150,277,-166v52,-6,81,-13,81,-70v0,-85,-61,-106,-135,-106v-78,0,-136,36,-138,120xm382,-605r-68,0r0,-101r68,0r0,101xm205,-605r-68,0r0,-101r68,0r0,101","w":519},"\u00e0":{"d":"390,-200v-1,-26,4,-60,-2,-82v-8,15,-36,20,-53,23v-107,19,-240,18,-240,119v0,63,56,102,115,102v96,0,182,-61,180,-162xm117,-358r-63,0v6,-121,91,-173,209,-173v91,0,190,28,190,166r0,274v-3,32,29,45,57,34r0,53v-14,3,-24,4,-41,4v-67,2,-70,-41,-76,-90v-44,67,-89,105,-188,105v-95,0,-173,-47,-173,-151v0,-145,141,-150,277,-166v52,-6,81,-13,81,-70v0,-85,-61,-106,-135,-106v-78,0,-136,36,-138,120xm268,-588r-132,-141r78,0r105,141r-51,0","w":519},"\u00e7":{"d":"428,-185r63,0v-17,123,-96,198,-209,200r-33,43v47,-9,116,0,116,62v0,97,-130,102,-204,65r14,-32v36,14,132,33,132,-29v0,-44,-65,-44,-94,-30r-16,-15r51,-66v-139,-15,-214,-133,-214,-271v0,-148,86,-273,244,-273v110,0,195,59,209,177r-63,0v-17,-77,-64,-124,-146,-124v-242,0,-241,440,0,440v78,0,142,-61,150,-147","w":519},"\u00e9":{"d":"494,-241r-397,0v1,92,49,203,170,203v92,0,142,-54,162,-132r63,0v-27,117,-95,185,-225,185v-164,0,-233,-126,-233,-273v0,-136,69,-273,233,-273v166,0,232,145,227,290xm97,-294r334,0v-3,-95,-62,-184,-164,-184v-103,0,-160,90,-170,184xm383,-729r-132,141r-51,0r105,-141r78,0","w":519},"\u00ea":{"d":"494,-241r-397,0v1,92,49,203,170,203v92,0,142,-54,162,-132r63,0v-27,117,-95,185,-225,185v-164,0,-233,-126,-233,-273v0,-136,69,-273,233,-273v166,0,232,145,227,290xm97,-294r334,0v-3,-95,-62,-184,-164,-184v-103,0,-160,90,-170,184xm294,-729r114,141r-65,0r-86,-102r-88,102r-58,0r114,-141r69,0","w":519},"\u00eb":{"d":"494,-241r-397,0v1,92,49,203,170,203v92,0,142,-54,162,-132r63,0v-27,117,-95,185,-225,185v-164,0,-233,-126,-233,-273v0,-136,69,-273,233,-273v166,0,232,145,227,290xm97,-294r334,0v-3,-95,-62,-184,-164,-184v-103,0,-160,90,-170,184xm382,-605r-68,0r0,-101r68,0r0,101xm205,-605r-68,0r0,-101r68,0r0,101","w":519},"\u00e8":{"d":"494,-241r-397,0v1,92,49,203,170,203v92,0,142,-54,162,-132r63,0v-27,117,-95,185,-225,185v-164,0,-233,-126,-233,-273v0,-136,69,-273,233,-273v166,0,232,145,227,290xm97,-294r334,0v-3,-95,-62,-184,-164,-184v-103,0,-160,90,-170,184xm268,-588r-132,-141r78,0r105,141r-51,0","w":519},"\u00ed":{"d":"124,0r-63,0r0,-516r63,0r0,516xm216,-729r-132,141r-51,0r105,-141r78,0","w":185},"\u00ee":{"d":"124,0r-63,0r0,-516r63,0r0,516xm127,-729r114,141r-65,0r-86,-102r-88,102r-58,0r114,-141r69,0","w":185},"\u00ef":{"d":"124,0r-63,0r0,-516r63,0r0,516xm215,-605r-68,0r0,-101r68,0r0,101xm38,-605r-68,0r0,-101r68,0r0,101","w":185},"\u00ec":{"d":"124,0r-63,0r0,-516r63,0r0,516xm101,-588r-132,-141r78,0r105,141r-51,0","w":185},"\u00f3":{"d":"278,-531v158,0,244,125,244,273v0,148,-86,273,-244,273v-158,0,-244,-125,-244,-273v0,-148,86,-273,244,-273xm278,-478v-242,0,-241,440,0,440v242,0,241,-440,0,-440xm402,-729r-132,141r-51,0r105,-141r78,0"},"\u00f4":{"d":"278,-531v158,0,244,125,244,273v0,148,-86,273,-244,273v-158,0,-244,-125,-244,-273v0,-148,86,-273,244,-273xm278,-478v-242,0,-241,440,0,440v242,0,241,-440,0,-440xm313,-729r114,141r-65,0r-86,-102r-88,102r-58,0r114,-141r69,0"},"\u00f6":{"d":"278,-531v158,0,244,125,244,273v0,148,-86,273,-244,273v-158,0,-244,-125,-244,-273v0,-148,86,-273,244,-273xm278,-478v-242,0,-241,440,0,440v242,0,241,-440,0,-440xm401,-605r-68,0r0,-101r68,0r0,101xm224,-605r-68,0r0,-101r68,0r0,101"},"\u00f2":{"d":"278,-531v158,0,244,125,244,273v0,148,-86,273,-244,273v-158,0,-244,-125,-244,-273v0,-148,86,-273,244,-273xm278,-478v-242,0,-241,440,0,440v242,0,241,-440,0,-440xm287,-588r-132,-141r78,0r105,141r-51,0"},"\u00fa":{"d":"478,-516r0,516r-58,0v-2,-30,4,-67,-2,-93v-33,69,-101,108,-178,108v-130,0,-181,-76,-181,-196r0,-335r63,0r0,336v3,93,38,142,138,142v108,0,155,-102,155,-207r0,-271r63,0xm392,-729r-132,141r-51,0r105,-141r78,0","w":537},"\u00fb":{"d":"478,-516r0,516r-58,0v-2,-30,4,-67,-2,-93v-33,69,-101,108,-178,108v-130,0,-181,-76,-181,-196r0,-335r63,0r0,336v3,93,38,142,138,142v108,0,155,-102,155,-207r0,-271r63,0xm303,-729r114,141r-65,0r-86,-102r-88,102r-58,0r114,-141r69,0","w":537},"\u00fc":{"d":"478,-516r0,516r-58,0v-2,-30,4,-67,-2,-93v-33,69,-101,108,-178,108v-130,0,-181,-76,-181,-196r0,-335r63,0r0,336v3,93,38,142,138,142v108,0,155,-102,155,-207r0,-271r63,0xm391,-605r-68,0r0,-101r68,0r0,101xm214,-605r-68,0r0,-101r68,0r0,101","w":537},"\u00f9":{"d":"478,-516r0,516r-58,0v-2,-30,4,-67,-2,-93v-33,69,-101,108,-178,108v-130,0,-181,-76,-181,-196r0,-335r63,0r0,336v3,93,38,142,138,142v108,0,155,-102,155,-207r0,-271r63,0xm277,-588r-132,-141r78,0r105,141r-51,0","w":537},"\u00a0":{"w":278}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1988, 1990, 1993, 2002 Adobe Systems Incorporated.  All Rights
 * Reserved. © 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Helvetica is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype Library GmbH, and may be registered in certain
 * jurisdictions.
 * 
 * Full name:
 * HelveticaNeueLTStd-UltLt
 * 
 * Designer:
 * Linotype Staff
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":500,"face":{"font-family":"HNulight","font-weight":275,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 3 3 2 2 2 2 2 4","ascent":"714","descent":"-286","x-height":"12","bbox":"-56 -786 888 214","underline-thickness":"50","underline-position":"-50","stemh":"20","stemv":"20","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":278},"!":{"d":"103,0r-20,0r0,-98r20,0r0,98xm103,-182r-20,0r0,-532r20,0r0,532","w":185},"\"":{"d":"93,-714r0,225r-20,0r0,-225r20,0xm205,-714r0,225r-20,0r0,-225r20,0","w":278},"#":{"d":"225,-680r20,0r-31,234r171,0r31,-234r20,0r-31,234r116,0r0,20r-121,0r-24,177r117,0r0,20r-121,0r-31,229r-20,0r31,-229r-172,0r-31,229r-20,0r31,-229r-125,0r0,-20r130,0r24,-177r-126,0r0,-20r131,0xm209,-426r-24,177r171,0r24,-177r-171,0","w":556},"$":{"d":"265,-381r0,-330v-100,1,-218,39,-218,164v0,119,105,141,218,166xm285,-376v134,35,252,49,252,201v0,135,-130,192,-252,192r0,88r-20,0r0,-89v-152,-6,-262,-81,-259,-253r20,0v0,163,97,228,239,233r0,-356v-115,-26,-238,-48,-238,-187v0,-140,125,-183,238,-184r0,-43r20,0r0,44v133,3,231,62,238,216r-20,0v-5,-141,-96,-193,-218,-196r0,334xm285,-355r0,352v112,0,232,-50,232,-173v0,-136,-126,-154,-232,-179","w":556},"%":{"d":"377,-157v0,81,43,149,132,149v89,0,135,-69,135,-149v0,-91,-43,-153,-135,-153v-92,0,-132,65,-132,153xm357,-157v0,-101,55,-173,152,-173v101,0,155,72,155,172v0,92,-55,170,-155,170v-105,0,-152,-81,-152,-169xm21,-519v0,-101,55,-173,152,-173v101,0,155,72,155,172v0,92,-55,170,-155,170v-105,0,-152,-81,-152,-169xm41,-519v0,81,43,149,132,149v89,0,135,-69,135,-149v0,-91,-43,-153,-135,-153v-92,0,-132,65,-132,153xm88,34r476,-748r23,0r-476,748r-23,0","w":685},"&":{"d":"150,-583v0,46,31,86,103,179v57,-39,149,-94,149,-177v0,-70,-59,-113,-125,-113v-69,0,-127,41,-127,111xm444,-132r-196,-246v-81,51,-184,107,-184,218v0,102,92,157,184,157v95,0,159,-54,196,-129xm467,-133r105,133r-26,0r-89,-113v-40,73,-107,130,-209,130v-100,0,-204,-67,-204,-177v0,-116,107,-181,192,-234v-39,-55,-106,-120,-106,-187v0,-92,75,-133,146,-133v79,0,146,49,146,133v0,94,-92,144,-157,192r188,238v13,-29,26,-73,24,-126r20,0v1,59,-10,99,-30,144","w":574},"\u2019":{"d":"74,-714r20,0r0,118v0,71,-10,88,-45,107r0,-20v40,-23,21,-139,25,-205","w":167,"k":{"\u2019":67,"s":55}},"(":{"d":"184,-731r20,0v-154,276,-154,631,1,908r-20,0v-156,-279,-154,-629,-1,-908","w":222},")":{"d":"38,177r-20,0v154,-276,154,-631,-1,-908r20,0v156,279,154,629,1,908","w":222},"*":{"d":"164,-714r20,0r0,140r132,-43r4,19r-130,43r83,109r-16,12r-83,-108r-84,104r-16,-13r88,-104r-130,-43r6,-19r126,43r0,-140","w":352},"+":{"d":"290,-263r0,-243r20,0r0,243r242,0r0,20r-242,0r0,243r-20,0r0,-243r-242,0r0,-20r242,0","w":600},",":{"d":"129,-98r20,0v-1,86,11,187,-44,217r0,-20v32,-24,23,-131,24,-197","w":278},"-":{"d":"79,-258r0,-20r175,0r0,20r-175,0","w":333},".":{"d":"149,-98r0,98r-20,0r0,-98r20,0","w":278},"\/":{"d":"13,17r-20,0r327,-748r20,0","w":333},"0":{"d":"515,-340v0,-151,-51,-332,-237,-332v-186,0,-237,181,-237,332v0,151,51,332,237,332v186,0,237,-181,237,-332xm535,-340v0,170,-62,352,-257,352v-195,0,-257,-182,-257,-352v0,-170,62,-352,257,-352v195,0,257,182,257,352","w":556},"1":{"d":"298,0r0,-654r-2,0v-41,57,-114,101,-181,120r0,-20v82,-28,124,-61,181,-126r22,0r0,680r-20,0","w":556},"2":{"d":"495,-509v0,219,-396,307,-420,489r438,0r0,20r-458,0v1,-221,420,-287,420,-509v0,-106,-81,-163,-189,-163v-142,0,-199,90,-199,215r-20,0v1,-149,75,-235,219,-235v116,0,209,61,209,183","w":556},"3":{"d":"79,-469r-20,0v-2,-147,90,-223,232,-223v108,0,213,46,213,167v0,99,-67,147,-146,160v80,8,159,60,159,177v0,126,-107,200,-230,200v-154,0,-257,-87,-247,-242r20,0v-11,145,85,222,227,222v109,0,210,-63,210,-180v-1,-132,-104,-175,-244,-168r0,-20v122,6,231,-20,231,-149v0,-109,-98,-147,-193,-147v-130,0,-214,67,-212,203","w":556},"4":{"d":"379,-197r0,-455r-2,0r-323,455r325,0xm379,-177r-345,0r0,-24r340,-479r25,0r0,483r123,0r0,20r-123,0r0,177r-20,0r0,-177","w":556},"5":{"d":"480,-660r-333,0r-62,291r2,0v38,-62,107,-92,186,-92v140,0,235,98,235,235v0,144,-95,238,-235,238v-142,0,-240,-85,-236,-230r20,0v-4,133,84,210,216,210v131,0,215,-86,215,-218v0,-126,-86,-215,-215,-215v-80,0,-153,36,-190,104r-25,0r73,-343r349,0r0,20","w":556},"6":{"d":"497,-223v0,-119,-96,-215,-215,-215v-119,0,-215,96,-215,215v0,119,96,215,215,215v119,0,215,-96,215,-215xm282,12v-181,0,-243,-144,-243,-333v0,-169,57,-371,256,-371v118,0,196,76,210,172r-20,0v-27,-123,-122,-152,-191,-152v-201,-2,-244,234,-234,385v20,-96,113,-171,222,-171v118,0,235,95,235,235v0,136,-110,235,-235,235","w":556},"7":{"d":"473,-660r-412,0r0,-20r434,0r0,27v-185,185,-307,382,-307,653r-20,0v-3,-267,121,-477,305,-660","w":556},"8":{"d":"505,-190v0,-131,-109,-172,-227,-172v-118,0,-227,41,-227,172v0,131,108,182,227,182v119,0,227,-51,227,-182xm491,-520v0,81,-67,132,-140,147v107,10,174,79,174,183v0,141,-114,202,-247,202v-133,0,-247,-61,-247,-202v0,-107,72,-170,174,-185v-78,-10,-140,-67,-140,-145v0,-122,95,-172,213,-172v118,0,213,50,213,172xm471,-520v0,-116,-95,-152,-193,-152v-98,0,-193,36,-193,152v0,97,103,138,193,138v90,0,193,-41,193,-138","w":556},"9":{"d":"274,-692v181,0,244,145,244,333v0,169,-58,371,-257,371v-118,0,-196,-76,-210,-172r20,0v27,123,122,152,191,152v201,2,244,-234,234,-385v-20,96,-113,171,-222,171v-118,0,-235,-95,-235,-235v0,-136,110,-235,235,-235xm489,-457v0,-119,-96,-215,-215,-215v-119,0,-215,96,-215,215v0,119,96,215,215,215v119,0,215,-96,215,-215","w":556},":":{"d":"149,0r-20,0r0,-98r20,0r0,98xm149,-416r-20,0r0,-98r20,0r0,98","w":278},";":{"d":"149,-98v-1,86,11,187,-44,217r0,-20v32,-24,23,-131,24,-197r20,0xm149,-416r-20,0r0,-98r20,0r0,98","w":278},"<":{"d":"554,-13r0,21r-508,-249r0,-24r508,-249r0,21r-490,240","w":600},"=":{"d":"552,-340r-504,0r0,-20r504,0r0,20xm552,-146r-504,0r0,-20r504,0r0,20","w":600},">":{"d":"46,-13r490,-240r-490,-240r0,-21r508,249r0,24r-508,249r0,-21","w":600},"?":{"d":"55,-493r-20,0v-5,-139,76,-238,217,-238v110,0,197,60,197,166v0,100,-66,149,-98,179v-73,69,-99,107,-99,204r-20,0v0,-90,23,-139,98,-212v16,-16,99,-69,99,-171v0,-94,-75,-146,-177,-146v-132,0,-202,89,-197,218xm252,0r-20,0r0,-98r20,0r0,98"},"@":{"d":"488,-272r71,-184v-19,-69,-80,-90,-132,-90v-126,0,-213,158,-213,269v0,71,50,125,120,125v53,0,117,-24,154,-120xm570,-481r24,-66r21,0r-111,288v-23,59,-29,107,25,107v82,0,193,-112,194,-259v1,-166,-130,-281,-304,-281v-195,0,-342,152,-342,339v0,227,159,345,342,345v122,0,228,-69,290,-158r23,0v-65,107,-190,178,-313,178v-178,0,-362,-112,-362,-365v0,-207,164,-359,362,-359v179,0,323,116,324,301v1,154,-119,279,-216,279v-39,0,-66,-26,-59,-63r-2,0v-85,116,-272,64,-272,-82v0,-124,95,-289,237,-289v64,0,118,36,139,85","w":800},"A":{"d":"114,-255r348,0r-170,-439r-2,0xm470,-235r-364,0r-95,235r-23,0r290,-714r26,0r282,714r-22,0","w":575},"B":{"d":"67,-362r0,342r284,0v116,0,206,-56,206,-173v0,-125,-102,-169,-203,-169r-287,0xm47,0r0,-714r307,0v112,0,201,59,201,178v0,89,-69,154,-151,165v93,3,173,67,173,177v0,128,-98,194,-235,194r-295,0xm67,-694r0,312r287,0v95,0,181,-52,181,-154v0,-108,-79,-158,-181,-158r-287,0","w":611},"C":{"d":"642,-280r20,0v-24,174,-134,297,-314,297v-190,0,-323,-154,-323,-368v0,-173,93,-380,336,-380v189,0,282,143,285,231r-20,0v-9,-103,-109,-211,-265,-211v-235,0,-316,212,-316,360v0,182,110,348,303,348v172,0,272,-119,294,-277","w":685},"D":{"d":"54,0r0,-714r250,0v142,0,304,76,304,357v0,256,-163,357,-335,357r-219,0xm74,-694r0,674r204,0v169,0,310,-107,310,-337v0,-267,-146,-337,-289,-337r-225,0","w":648},"E":{"d":"74,-362r0,342r458,0r0,20r-478,0r0,-714r474,0r0,20r-454,0r0,312r427,0r0,20r-427,0","w":537},"F":{"d":"74,-694r0,312r380,0r0,20r-380,0r0,362r-20,0r0,-714r440,0r0,20r-420,0","w":481,"k":{"A":37,",":92,".":92}},"G":{"d":"654,-314r-277,0r0,-20r297,0r0,335r-20,0r0,-178r-2,0v-37,121,-146,194,-285,194v-221,0,-335,-168,-335,-374v0,-209,125,-374,335,-374v160,0,273,94,296,240r-20,0v-25,-133,-128,-220,-276,-220v-199,0,-315,160,-315,354v0,194,107,354,318,354v170,0,298,-124,284,-311","w":722},"H":{"d":"574,-362r-500,0r0,362r-20,0r0,-714r20,0r0,332r500,0r0,-332r20,0r0,714r-20,0r0,-362","w":648},"I":{"d":"54,0r0,-714r20,0r0,714r-20,0","w":128},"J":{"d":"384,-201r0,-513r20,0r0,528v0,119,-52,203,-196,203v-151,0,-199,-97,-190,-238r20,0v-10,139,44,218,170,218v114,0,176,-48,176,-198","w":463},"K":{"d":"238,-398r-164,145r0,253r-20,0r0,-714r20,0r0,434r495,-434r30,0r-345,304r365,410r-27,0","w":593},"L":{"d":"74,-20r417,0r0,20r-437,0r0,-714r20,0r0,694","w":481,"k":{"T":92,"V":92,"W":74,"y":55,"Y":111,"\u2019":75}},"M":{"d":"391,-26r302,-688r33,0r0,714r-20,0r0,-689r-2,0r-303,689r-22,0r-303,-689r-2,0r0,689r-20,0r0,-714r33,0r302,688r2,0","w":780},"N":{"d":"54,0r0,-714r30,0r488,689r2,0r0,-689r20,0r0,714r-30,0r-488,-689r-2,0r0,689r-20,0","w":648},"O":{"d":"52,-357v0,206,117,354,309,354v192,0,309,-148,309,-354v0,-206,-117,-354,-309,-354v-192,0,-309,148,-309,354xm32,-357v0,-203,115,-374,329,-374v214,0,329,171,329,374v0,203,-115,374,-329,374v-214,0,-329,-171,-329,-374","w":721},"P":{"d":"74,-694r0,349r269,0v112,0,197,-63,197,-174v0,-112,-66,-175,-197,-175r-269,0xm74,-325r0,325r-20,0r0,-714r289,0v136,0,217,66,217,195v0,126,-95,194,-227,194r-259,0","w":574,"k":{"A":55,",":100,".":100}},"Q":{"d":"553,-70r-126,-86r11,-16r129,89v65,-62,103,-159,103,-274v0,-206,-117,-354,-309,-354v-192,0,-309,148,-309,354v0,206,117,354,309,354v77,0,142,-24,192,-67xm689,22r-118,-80v-53,47,-124,75,-210,75v-214,0,-329,-171,-329,-374v0,-203,115,-374,329,-374v214,0,329,171,329,374v0,113,-36,217,-106,286r115,79","w":721},"R":{"d":"74,-694r0,339r267,0v105,0,204,-53,203,-178v-1,-101,-57,-161,-193,-161r-277,0xm74,-335r0,335r-20,0r0,-714r292,0v147,0,214,60,218,183v3,96,-58,159,-153,186v121,16,141,84,141,198v0,43,4,127,17,147r-22,0v-12,-30,-15,-104,-15,-150v0,-117,-25,-185,-189,-185r-269,0","w":611},"S":{"d":"551,-514r-20,0v-5,-146,-103,-197,-232,-197v-101,0,-224,36,-224,164v0,129,124,143,246,173v133,33,244,50,244,199v0,135,-130,192,-252,192v-162,0,-282,-74,-279,-254r20,0v0,171,107,234,259,234v112,0,232,-50,232,-173v0,-144,-140,-157,-250,-183v-116,-28,-240,-48,-240,-188v0,-142,129,-184,244,-184v140,0,245,57,252,217","w":611},"T":{"d":"240,-694r-257,0r0,-20r534,0r0,20r-257,0r0,694r-20,0r0,-694","k":{"\u00fc":92,"\u00f2":92,"\u00f6":92,"\u00ec":25,"\u00ee":25,"\u00ed":25,"\u00e8":92,"\u00eb":92,"\u00ea":92,"\u00e0":92,"\u00e4":92,"\u00e2":92,"w":92,"y":92,"A":74,",":111,".":111,"-":111,"a":92,"\u00e1":92,"c":92,"\u00e7":92,"e":92,"\u00e9":92,"i":25,"\u00ef":25,"o":92,"\u00f3":92,"\u00f4":92,"r":92,"s":92,"u":92,"\u00fa":92,"\u00fb":92,"\u00f9":92,":":111,";":111}},"U":{"d":"558,-266r0,-448r20,0r0,448v0,189,-94,283,-262,283v-168,0,-262,-94,-262,-283r0,-448r20,0r0,448v0,170,79,263,242,263v163,0,242,-93,242,-263","w":632},"V":{"d":"274,-26r262,-688r20,0r-272,714r-22,0r-280,-714r20,0r270,688r2,0","w":538,"k":{"\u00f6":37,"\u00f4":37,"\u00e8":37,"\u00eb":37,"\u00ea":37,"\u00e0":37,"\u00e4":37,"\u00e2":37,"A":55,",":92,".":92,"-":37,"a":37,"\u00e1":37,"e":37,"\u00e9":37,"o":37,"\u00f3":37,"\u00f2":37,"r":18,"u":18,"\u00fa":18,"\u00fb":18,"\u00fc":18,"\u00f9":18,":":37,";":37}},"W":{"d":"661,-25r199,-689r20,0r-207,714r-27,0r-210,-689r-2,0r-206,689r-27,0r-211,-714r21,0r202,689r2,0r206,-689r29,0r209,689r2,0","w":870,"k":{"\u00f6":18,"\u00ea":18,"\u00e4":18,"A":20,",":55,".":55,"-":37,"a":18,"\u00e1":18,"\u00e2":18,"\u00e0":18,"e":18,"\u00e9":18,"\u00eb":18,"\u00e8":18,"o":18,"\u00f3":18,"\u00f4":18,"\u00f2":18,":":18,";":18}},"X":{"d":"261,-383r249,-331r25,0r-260,347r272,367r-25,0r-261,-351r-263,351r-25,0r275,-367r-260,-347r26,0","w":520},"Y":{"d":"269,-322r275,-392r24,0r-289,413r0,301r-20,0r0,-301r-289,-413r25,0","w":538,"k":{"\u00fc":37,"\u00f6":74,"v":18,"A":55,",":92,".":92,"-":100,"a":74,"\u00e1":74,"\u00e2":74,"\u00e4":74,"\u00e0":74,"e":74,"\u00e9":74,"\u00ea":74,"\u00eb":74,"\u00e8":74,"o":74,"\u00f3":74,"\u00f4":74,"\u00f2":74,"u":37,"\u00fa":37,"\u00fb":37,"\u00f9":37,":":55,";":55,"p":55,"q":74}},"Z":{"d":"1,-20r507,0r0,20r-527,0r0,-27r499,-667r-471,0r0,-20r491,0r0,27"},"[":{"d":"96,-731r113,0r0,20r-93,0r0,868r93,0r0,20r-113,0r0,-908","w":222},"\\":{"d":"340,17r-20,0r-327,-748r20,0","w":333},"]":{"d":"126,177r-113,0r0,-20r93,0r0,-868r-93,0r0,-20r113,0r0,908","w":222},"^":{"d":"310,-680r231,453r-20,0r-221,-433r-221,433r-20,0r231,-453r20,0","w":600},"_":{"d":"500,125r-500,0r0,-50r500,0r0,50"},"\u2018":{"d":"93,-489r-20,0r0,-118v0,-71,10,-88,45,-107r0,20v-40,23,-21,139,-25,205","w":167,"k":{"\u2018":67}},"a":{"d":"400,-207v0,-30,4,-69,-2,-95v-27,39,-116,35,-199,41v-81,6,-157,24,-157,134v0,59,38,119,150,119v134,0,208,-98,208,-199xm74,-355r-20,0v5,-97,69,-171,196,-171v91,0,170,35,170,147r0,327v0,39,37,35,65,32r0,20v-39,3,-85,3,-85,-50v0,-21,4,-50,-2,-67v-20,66,-98,129,-204,129v-102,0,-172,-48,-172,-139v0,-127,91,-149,177,-154v141,-9,201,-5,201,-83v0,-62,-13,-142,-150,-142v-107,0,-169,55,-176,151","w":481},"b":{"d":"75,-256v0,133,76,248,208,248v133,0,199,-116,199,-248v0,-119,-58,-250,-199,-250v-125,0,-208,91,-208,250xm75,-714r0,344r2,0v24,-93,97,-156,206,-156v142,0,219,126,219,270v0,155,-83,268,-219,268v-107,0,-177,-70,-208,-156r0,144r-20,0r0,-714r20,0","w":537},"c":{"d":"449,-175r20,0v-11,115,-94,187,-210,187v-146,0,-228,-118,-228,-258v0,-149,75,-280,240,-280v96,0,181,59,194,168r-20,0v-16,-100,-89,-148,-174,-148v-164,0,-220,139,-220,260v0,126,72,238,208,238v101,0,182,-64,190,-167"},"d":{"d":"455,-256v0,-159,-83,-250,-208,-250v-273,0,-262,498,0,498v132,0,208,-115,208,-248xm455,-370r0,-344r20,0r0,714r-20,0v-2,-46,4,-102,-2,-144v-26,90,-101,156,-206,156v-136,0,-219,-113,-219,-268v0,-144,77,-270,219,-270v111,0,179,67,208,156","w":537},"e":{"d":"45,-273r410,0v1,-126,-70,-233,-203,-233v-111,0,-200,89,-207,233xm475,-253r-430,0v2,138,57,245,203,245v106,0,184,-59,201,-170r20,0v-14,118,-102,190,-219,190v-159,0,-225,-116,-225,-269v0,-171,109,-269,225,-269v160,0,231,132,225,273"},"f":{"d":"87,-494r-88,0r0,-20r88,0r0,-114v4,-101,78,-88,144,-82r0,20v-19,-3,-32,-4,-47,-4v-109,0,-69,94,-77,180r111,0r0,20r-111,0r0,494r-20,0r0,-494","w":204,"k":{"\u2019":-18}},"g":{"d":"445,-274v0,-118,-67,-232,-196,-232v-133,0,-201,107,-201,232v0,127,68,226,193,226v132,0,204,-102,204,-226xm446,-17v0,-50,4,-109,-2,-155v-21,91,-114,144,-202,144v-143,0,-214,-114,-214,-246v0,-138,76,-252,221,-252v101,0,172,69,197,149r0,-137r20,0r0,497v0,140,-80,206,-214,206v-104,0,-193,-47,-196,-162r20,0v4,102,82,142,175,142v124,0,195,-59,195,-186","w":519},"h":{"d":"55,0r0,-714r20,0r0,327r2,0v19,-79,84,-139,185,-139v107,0,183,66,183,185r0,341r-20,0r0,-338v0,-119,-76,-168,-163,-168v-123,0,-187,101,-187,215r0,291r-20,0"},"i":{"d":"75,-514r0,514r-20,0r0,-514r20,0xm75,-714r0,101r-20,0r0,-101r20,0","w":130},"j":{"d":"75,-514r0,589v0,95,-45,101,-124,102r0,-20v78,0,104,-4,104,-89r0,-582r20,0xm75,-714r0,101r-20,0r0,-101r20,0","w":130},"k":{"d":"208,-304r-133,110r0,194r-20,0r0,-714r20,0r0,495r355,-295r29,0r-236,196r253,318r-27,0","w":444},"l":{"d":"55,0r0,-714r20,0r0,714r-20,0","w":130},"m":{"d":"55,0r0,-514r20,0v2,41,-4,90,2,127v19,-79,84,-139,164,-139v83,0,134,48,156,120v20,-71,85,-120,163,-120v124,0,163,77,163,188r0,338r-20,0r0,-338v0,-102,-31,-168,-143,-168v-101,0,-161,84,-161,180r0,326r-20,0r0,-330v1,-95,-24,-176,-138,-176v-102,0,-166,101,-166,215r0,291r-20,0","w":778},"n":{"d":"55,0r0,-514r20,0v2,41,-4,90,2,127v19,-79,84,-139,185,-139v107,0,183,66,183,185r0,341r-20,0r0,-338v0,-119,-76,-168,-163,-168v-123,0,-187,101,-187,215r0,291r-20,0"},"o":{"d":"28,-257v0,-140,81,-269,232,-269v150,0,231,129,231,269v0,141,-81,269,-232,269v-150,0,-231,-128,-231,-269xm48,-257v0,130,73,249,212,249v137,0,211,-119,211,-249v0,-128,-74,-249,-211,-249v-139,0,-212,121,-212,249","w":519},"p":{"d":"283,-8v273,0,262,-498,0,-498v-132,0,-208,115,-208,248v0,159,83,250,208,250xm75,-144r0,321r-20,0r0,-691r20,0v2,46,-4,102,2,144v26,-90,101,-156,206,-156v136,0,219,113,219,268v0,144,-77,270,-219,270v-109,0,-182,-63,-206,-156r-2,0","w":537},"q":{"d":"455,-370r0,-144r20,0r0,691r-20,0r0,-321r-2,0v-24,93,-97,156,-206,156v-142,0,-219,-126,-219,-270v0,-155,83,-268,219,-268v107,0,177,70,208,156xm455,-258v0,-133,-76,-248,-208,-248v-133,0,-199,116,-199,248v0,119,58,250,199,250v125,0,208,-91,208,-250","w":537},"r":{"d":"75,-291r0,291r-20,0r0,-514r20,0v2,41,-4,90,2,127v19,-76,79,-143,202,-139r0,20v-141,-7,-204,103,-204,215","w":259,"k":{"v":-18,"y":-18,"\u2019":-18,",":55,".":55,"-":55}},"s":{"d":"410,-362r-20,0v0,-103,-68,-144,-166,-144v-144,0,-154,91,-154,109v5,110,95,99,189,128v78,24,165,40,165,138v0,103,-97,143,-186,143v-135,0,-208,-59,-208,-188r20,0v0,114,69,168,188,168v74,0,166,-33,166,-121v0,-184,-358,-64,-354,-268v0,-57,46,-129,174,-129v114,0,186,50,186,164","w":463},"t":{"d":"226,-494r-116,0r0,394v2,99,57,80,113,77r0,20v-67,9,-133,2,-133,-93r0,-398r-95,0r0,-20r95,0r0,-162r20,0r0,162r116,0r0,20","w":241},"u":{"d":"445,-514r0,514r-20,0v-2,-41,4,-90,-2,-127v-19,79,-84,139,-185,139v-107,0,-183,-66,-183,-185r0,-341r20,0r0,338v0,119,76,168,163,168v123,0,187,-101,187,-215r0,-291r20,0"},"v":{"d":"213,-20r184,-494r22,0r-194,514r-25,0r-212,-514r24,0r199,494r2,0","w":407,"k":{",":74,".":74}},"w":{"d":"517,-20r156,-494r20,0r-164,514r-26,0r-160,-494r-2,0r-161,494r-28,0r-160,-514r20,0r153,494r2,0r159,-494r31,0r158,494r2,0","w":685,"k":{",":55,".":55}},"x":{"d":"203,-281r177,-233r24,0r-188,248r206,266r-25,0r-194,-251r-193,251r-25,0r206,-266r-187,-248r26,0","w":407},"y":{"d":"214,-27r184,-487r21,0r-237,619v-27,70,-74,72,-136,72r0,-20v68,1,96,-4,120,-66r37,-96r-215,-509r22,0","w":407,"k":{",":74,".":74}},"z":{"d":"26,-20r376,0r0,20r-397,0r0,-25r360,-469r-333,0r0,-20r354,0r0,25","w":407},"{":{"d":"280,177v-88,7,-123,-10,-123,-111v0,-138,26,-282,-72,-336r0,-20v43,-7,72,-86,72,-167v0,-102,-34,-282,73,-274r50,0r0,20v-80,-3,-103,-2,-103,107v0,131,20,275,-72,326v44,21,72,88,72,164r0,162v2,117,22,110,103,109r0,20","w":333},"|":{"d":"121,214r-20,0r0,-1000r20,0r0,1000","w":222},"}":{"d":"53,-731v88,-7,123,10,123,111v0,138,-26,282,72,336r0,20v-43,7,-72,86,-72,167v0,102,34,282,-73,274r-50,0r0,-20v80,3,103,2,103,-107v0,-131,-20,-275,72,-326v-44,-21,-72,-88,-72,-164r0,-162v-2,-117,-22,-110,-103,-109r0,-20","w":333},"~":{"d":"195,-298v66,0,162,69,220,69v40,0,65,-37,88,-72r20,6v-26,42,-57,86,-109,86v-77,0,-129,-69,-219,-69v-45,0,-74,31,-98,73r-20,-6v25,-47,62,-87,118,-87","w":600},"'":{"d":"74,-489r0,-225r20,0r0,225r-20,0","w":167},"\u201c":{"d":"103,-489r-20,0r0,-118v0,-71,10,-88,45,-107r0,20v-40,23,-21,139,-25,205xm203,-489r-20,0r0,-118v0,-71,10,-88,45,-107r0,20v-40,23,-21,139,-25,205","w":278},"\u2013":{"d":"0,-258r0,-20r500,0r0,20r-500,0"},"\u201d":{"d":"175,-714r20,0r0,118v0,71,-10,88,-45,107r0,-20v40,-23,21,-139,25,-205xm75,-714r20,0r0,118v0,71,-10,88,-45,107r0,-20v40,-23,21,-139,25,-205","w":278},"\u2026":{"d":"177,-98r0,98r-20,0r0,-98r20,0xm510,-98r0,98r-20,0r0,-98r20,0xm843,-98r0,98r-20,0r0,-98r20,0","w":1000},"`":{"d":"101,-587r-139,-144r29,0r125,144r-15,0","w":130},"\u2014":{"d":"870,-278r0,20r-740,0r0,-20r740,0","w":1000},"\u00b5":{"d":"472,-514r0,514r-20,0v-2,-41,4,-90,-2,-127v-18,79,-84,139,-185,139v-68,0,-128,-29,-162,-93r0,258r-20,0r0,-691r19,0r0,338v0,119,76,168,163,168v123,0,187,-101,187,-215r0,-291r20,0","w":556},"\u2122":{"d":"232,-302r0,-392r-150,0r0,-20r320,0r0,20r-150,0r0,392r-20,0xm496,-302r0,-412r34,0r162,384r162,-384r34,0r0,412r-20,0r0,-392r-2,0r-164,392r-20,0r-164,-392r-2,0r0,392r-20,0","w":990},"\u00ae":{"d":"274,-135r0,-430r141,0v97,0,142,43,142,116v0,73,-52,107,-112,112r132,202r-25,0r-129,-200r-129,1r0,199r-20,0xm294,-354r104,0v58,0,139,-9,139,-95v0,-123,-131,-92,-243,-96r0,191xm26,-357v0,-207,167,-374,374,-374v207,0,374,167,374,374v0,207,-167,374,-374,374v-207,0,-374,-167,-374,-374xm46,-357v0,196,158,354,354,354v196,0,354,-158,354,-354v0,-196,-158,-354,-354,-354v-196,0,-354,158,-354,354","w":800},"\u00d7":{"d":"286,-253r-190,-190r14,-13r189,191r191,-191r14,13r-191,190r191,190r-14,14r-191,-191r-189,191r-14,-14","w":600},"\u00a9":{"d":"593,-428r-20,0v-13,-87,-85,-131,-165,-131v-125,0,-197,89,-197,207v0,117,75,212,200,212v73,0,141,-49,162,-136r20,0v-21,92,-91,156,-182,156v-134,0,-220,-101,-220,-231v0,-131,81,-228,217,-228v94,0,172,54,185,151xm26,-357v0,-207,167,-374,374,-374v207,0,374,167,374,374v0,207,-167,374,-374,374v-207,0,-374,-167,-374,-374xm46,-357v0,196,158,354,354,354v196,0,354,-158,354,-354v0,-196,-158,-354,-354,-354v-196,0,-354,158,-354,354","w":800},"\u00e1":{"d":"400,-207v0,-30,4,-69,-2,-95v-27,39,-116,35,-199,41v-81,6,-157,24,-157,134v0,59,38,119,150,119v134,0,208,-98,208,-199xm74,-355r-20,0v5,-97,69,-171,196,-171v91,0,170,35,170,147r0,327v0,39,37,35,65,32r0,20v-39,3,-85,3,-85,-50v0,-21,4,-50,-2,-67v-20,66,-98,129,-204,129v-102,0,-172,-48,-172,-139v0,-127,91,-149,177,-154v141,-9,201,-5,201,-83v0,-62,-13,-142,-150,-142v-107,0,-169,55,-176,151xm318,-709r29,0r-146,144r-15,0","w":481},"\u00e2":{"d":"400,-207v0,-30,4,-69,-2,-95v-27,39,-116,35,-199,41v-81,6,-157,24,-157,134v0,59,38,119,150,119v134,0,208,-98,208,-199xm74,-355r-20,0v5,-97,69,-171,196,-171v91,0,170,35,170,147r0,327v0,39,37,35,65,32r0,20v-39,3,-85,3,-85,-50v0,-21,4,-50,-2,-67v-20,66,-98,129,-204,129v-102,0,-172,-48,-172,-139v0,-127,91,-149,177,-154v141,-9,201,-5,201,-83v0,-62,-13,-142,-150,-142v-107,0,-169,55,-176,151xm362,-570r-20,0r-103,-123r-99,123r-20,0r113,-139r15,0","w":481},"\u00e4":{"d":"400,-207v0,-30,4,-69,-2,-95v-27,39,-116,35,-199,41v-81,6,-157,24,-157,134v0,59,38,119,150,119v134,0,208,-98,208,-199xm74,-355r-20,0v5,-97,69,-171,196,-171v91,0,170,35,170,147r0,327v0,39,37,35,65,32r0,20v-39,3,-85,3,-85,-50v0,-21,4,-50,-2,-67v-20,66,-98,129,-204,129v-102,0,-172,-48,-172,-139v0,-127,91,-149,177,-154v141,-9,201,-5,201,-83v0,-62,-13,-142,-150,-142v-107,0,-169,55,-176,151xm173,-568r-20,0r0,-81r20,0r0,81xm329,-568r-20,0r0,-81r20,0r0,81","w":481},"\u00e0":{"d":"400,-207v0,-30,4,-69,-2,-95v-27,39,-116,35,-199,41v-81,6,-157,24,-157,134v0,59,38,119,150,119v134,0,208,-98,208,-199xm74,-355r-20,0v5,-97,69,-171,196,-171v91,0,170,35,170,147r0,327v0,39,37,35,65,32r0,20v-39,3,-85,3,-85,-50v0,-21,4,-50,-2,-67v-20,66,-98,129,-204,129v-102,0,-172,-48,-172,-139v0,-127,91,-149,177,-154v141,-9,201,-5,201,-83v0,-62,-13,-142,-150,-142v-107,0,-169,55,-176,151xm277,-565r-139,-144r29,0r125,144r-15,0","w":481},"\u00e7":{"d":"449,-175r20,0v-11,113,-91,184,-204,186r-33,45v43,-14,108,-3,108,54v0,92,-125,79,-180,56r9,-19v50,21,146,31,151,-37v-6,-48,-76,-47,-109,-27r-15,-10r49,-63v-137,-6,-214,-121,-214,-256v0,-149,75,-280,240,-280v96,0,181,59,194,168r-20,0v-16,-100,-89,-148,-174,-148v-164,0,-220,139,-220,260v0,126,72,238,208,238v101,0,182,-64,190,-167"},"\u00e9":{"d":"45,-273r410,0v1,-126,-70,-233,-203,-233v-111,0,-200,89,-207,233xm475,-253r-430,0v2,138,57,245,203,245v106,0,184,-59,201,-170r20,0v-14,118,-102,190,-219,190v-159,0,-225,-116,-225,-269v0,-171,109,-269,225,-269v160,0,231,132,225,273xm327,-709r29,0r-146,144r-15,0"},"\u00ea":{"d":"45,-273r410,0v1,-126,-70,-233,-203,-233v-111,0,-200,89,-207,233xm475,-253r-430,0v2,138,57,245,203,245v106,0,184,-59,201,-170r20,0v-14,118,-102,190,-219,190v-159,0,-225,-116,-225,-269v0,-171,109,-269,225,-269v160,0,231,132,225,273xm371,-570r-20,0r-103,-123r-99,123r-20,0r113,-139r15,0"},"\u00eb":{"d":"45,-273r410,0v1,-126,-70,-233,-203,-233v-111,0,-200,89,-207,233xm475,-253r-430,0v2,138,57,245,203,245v106,0,184,-59,201,-170r20,0v-14,118,-102,190,-219,190v-159,0,-225,-116,-225,-269v0,-171,109,-269,225,-269v160,0,231,132,225,273xm182,-568r-20,0r0,-81r20,0r0,81xm338,-568r-20,0r0,-81r20,0r0,81"},"\u00e8":{"d":"45,-273r410,0v1,-126,-70,-233,-203,-233v-111,0,-200,89,-207,233xm475,-253r-430,0v2,138,57,245,203,245v106,0,184,-59,201,-170r20,0v-14,118,-102,190,-219,190v-159,0,-225,-116,-225,-269v0,-171,109,-269,225,-269v160,0,231,132,225,273xm286,-565r-139,-144r29,0r125,144r-15,0"},"\u00ed":{"d":"75,0r-20,0r0,-514r20,0r0,514xm142,-709r29,0r-146,144r-15,0","w":130},"\u00ee":{"d":"75,0r-20,0r0,-514r20,0r0,514xm186,-570r-20,0r-103,-123r-99,123r-20,0r113,-139r15,0","w":130},"\u00ef":{"d":"75,0r-20,0r0,-514r20,0r0,514xm-3,-568r-20,0r0,-81r20,0r0,81xm153,-568r-20,0r0,-81r20,0r0,81","w":130},"\u00ec":{"d":"75,0r-20,0r0,-514r20,0r0,514xm101,-565r-139,-144r29,0r125,144r-15,0","w":130},"\u00f3":{"d":"28,-257v0,-140,81,-269,232,-269v150,0,231,129,231,269v0,141,-81,269,-232,269v-150,0,-231,-128,-231,-269xm48,-257v0,130,73,249,212,249v137,0,211,-119,211,-249v0,-128,-74,-249,-211,-249v-139,0,-212,121,-212,249xm337,-709r29,0r-146,144r-15,0","w":519},"\u00f4":{"d":"28,-257v0,-140,81,-269,232,-269v150,0,231,129,231,269v0,141,-81,269,-232,269v-150,0,-231,-128,-231,-269xm48,-257v0,130,73,249,212,249v137,0,211,-119,211,-249v0,-128,-74,-249,-211,-249v-139,0,-212,121,-212,249xm381,-570r-20,0r-103,-123r-99,123r-20,0r113,-139r15,0","w":519},"\u00f6":{"d":"28,-257v0,-140,81,-269,232,-269v150,0,231,129,231,269v0,141,-81,269,-232,269v-150,0,-231,-128,-231,-269xm48,-257v0,130,73,249,212,249v137,0,211,-119,211,-249v0,-128,-74,-249,-211,-249v-139,0,-212,121,-212,249xm192,-568r-20,0r0,-81r20,0r0,81xm348,-568r-20,0r0,-81r20,0r0,81","w":519},"\u00f2":{"d":"28,-257v0,-140,81,-269,232,-269v150,0,231,129,231,269v0,141,-81,269,-232,269v-150,0,-231,-128,-231,-269xm48,-257v0,130,73,249,212,249v137,0,211,-119,211,-249v0,-128,-74,-249,-211,-249v-139,0,-212,121,-212,249xm296,-565r-139,-144r29,0r125,144r-15,0","w":519},"\u00fa":{"d":"445,-514r0,514r-20,0v-2,-41,4,-90,-2,-127v-19,79,-84,139,-185,139v-107,0,-183,-66,-183,-185r0,-341r20,0r0,338v0,119,76,168,163,168v123,0,187,-101,187,-215r0,-291r20,0xm327,-709r29,0r-146,144r-15,0"},"\u00fb":{"d":"445,-514r0,514r-20,0v-2,-41,4,-90,-2,-127v-19,79,-84,139,-185,139v-107,0,-183,-66,-183,-185r0,-341r20,0r0,338v0,119,76,168,163,168v123,0,187,-101,187,-215r0,-291r20,0xm371,-570r-20,0r-103,-123r-99,123r-20,0r113,-139r15,0"},"\u00fc":{"d":"445,-514r0,514r-20,0v-2,-41,4,-90,-2,-127v-19,79,-84,139,-185,139v-107,0,-183,-66,-183,-185r0,-341r20,0r0,338v0,119,76,168,163,168v123,0,187,-101,187,-215r0,-291r20,0xm182,-568r-20,0r0,-81r20,0r0,81xm338,-568r-20,0r0,-81r20,0r0,81"},"\u00f9":{"d":"445,-514r0,514r-20,0v-2,-41,4,-90,-2,-127v-19,79,-84,139,-185,139v-107,0,-183,-66,-183,-185r0,-341r20,0r0,338v0,119,76,168,163,168v123,0,187,-101,187,-215r0,-291r20,0xm286,-565r-139,-144r29,0r125,144r-15,0"},"\u00a0":{"w":278}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1988, 1990, 1993, 2002 Adobe Systems Incorporated.  All Rights
 * Reserved. © 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Helvetica is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype Library GmbH, and may be registered in certain
 * jurisdictions.
 * 
 * Full name:
 * HelveticaNeueLTStd-Bd
 * 
 * Designer:
 * Linotype Staff
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":556,"face":{"font-family":"HNbold","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 8 4 2 2 2 2 2 4","ascent":"714","descent":"-286","x-height":"14","bbox":"-48 -808 941 218.225","underline-thickness":"50","underline-position":"-50","stemh":"107","stemv":"142","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":278},"!":{"d":"213,-714r0,192r-39,308r-71,0r-38,-308r0,-192r148,0xm61,0r0,-154r157,0r0,154r-157,0","w":278},"\"":{"d":"271,-393r0,-321r107,0r0,321r-107,0xm85,-393r0,-321r107,0r0,321r-107,0","w":463},"#":{"d":"88,0r28,-198r-83,0r0,-90r95,0r18,-124r-83,0r0,-90r95,0r28,-198r97,0r-28,198r97,0r27,-198r97,0r-27,198r74,0r0,90r-87,0r-17,124r74,0r0,90r-87,0r-27,198r-97,0r27,-198r-96,0r-28,198r-97,0xm339,-412r-96,0r-18,124r97,0"},"$":{"d":"248,-451r0,-163v-45,0,-90,28,-90,83v0,44,26,65,90,80xm307,-292r0,192v49,-5,108,-34,108,-98v0,-53,-29,-72,-108,-94xm248,-309v-111,-30,-232,-61,-232,-208v0,-137,112,-207,232,-214r0,-77r59,0r0,77v119,13,217,75,225,213r-142,0v-1,-53,-38,-96,-83,-96r0,177v16,4,33,8,51,13v195,54,199,165,199,232v0,57,-51,196,-250,209r0,85r-59,0r0,-85v-148,-11,-234,-92,-249,-249r142,0v-1,74,46,120,107,132r0,-209"},"%":{"d":"75,-516v0,-109,53,-198,170,-198v124,0,164,92,164,202v0,109,-52,188,-169,188v-123,0,-165,-82,-165,-192xm177,-514v0,43,0,115,64,115v62,0,66,-72,66,-114v0,-39,-3,-126,-62,-126v-64,0,-68,79,-68,125xm591,-183v0,-109,53,-193,170,-193v124,0,164,87,164,197v0,109,-52,193,-169,193v-123,0,-165,-87,-165,-197xm693,-182v0,43,0,121,64,121v62,0,66,-78,66,-120v0,-39,-3,-120,-62,-120v-64,0,-68,73,-68,119xm254,22r414,-744r85,0r-412,744r-87,0","w":1000},"&":{"d":"382,-559v0,-37,-30,-68,-65,-68v-34,0,-64,26,-64,63v0,45,29,74,56,107v40,-26,73,-50,73,-102xm389,-166r-122,-149v-50,22,-100,60,-100,118v0,52,48,94,102,94v51,0,87,-26,120,-63xm522,0r-58,-71v-57,56,-120,85,-201,85v-129,0,-231,-79,-231,-214v0,-100,76,-168,160,-207v-38,-47,-68,-90,-68,-152v0,-99,91,-163,186,-163v108,0,196,58,196,171v0,83,-55,140,-127,178r92,113v14,-26,22,-56,26,-85r123,0v-7,64,-29,126,-69,176r145,169r-174,0","w":685},"\u2019":{"d":"68,-560r0,-154r142,0r0,153v3,89,-59,157,-142,168r0,-66v51,-17,66,-52,66,-101r-66,0","w":278,"k":{"\u2019":65,"s":74,"t":18}},"(":{"d":"184,-731r119,0v-147,284,-145,626,-1,913r-118,0v-172,-273,-177,-638,0,-913","w":296},")":{"d":"112,182r-119,0v147,-284,145,-626,1,-913r118,0v172,274,177,638,0,913","w":296},"*":{"d":"242,-714r0,125r116,-44r27,77r-118,39r74,98r-66,49r-74,-103r-70,103r-67,-49r74,-98r-116,-39r27,-77r113,44r0,-125r80,0","w":407},"+":{"d":"354,-505r0,199r199,0r0,107r-199,0r0,199r-107,0r0,-199r-199,0r0,-107r199,0r0,-199r107,0","w":600},",":{"d":"61,0r0,-154r157,0r0,154v0,92,-70,153,-156,166r0,-72v42,-7,73,-50,71,-94r-72,0","w":278},"-":{"d":"53,-212r0,-122r301,0r0,122r-301,0","w":407},".":{"d":"60,0r0,-154r157,0r0,154r-157,0","w":278},"\/":{"d":"-11,17r279,-748r114,0r-279,748r-114,0","w":371},"0":{"d":"21,-353v0,-273,118,-361,256,-361v140,0,258,88,258,361v0,279,-118,367,-258,367v-138,0,-256,-88,-256,-367xm163,-353v0,79,0,250,114,250v116,0,116,-171,116,-250v0,-73,0,-244,-116,-244v-114,0,-114,171,-114,244"},"1":{"d":"392,-700r0,700r-142,0r0,-454r-176,0r0,-107v99,2,190,-32,205,-139r113,0"},"2":{"d":"531,-495v0,219,-234,234,-327,373r331,0r0,122r-514,0v1,-162,100,-231,221,-313v62,-42,146,-85,147,-171v0,-66,-44,-108,-105,-108v-84,0,-111,87,-111,161r-136,0v-5,-160,86,-283,254,-283v128,0,240,82,240,219"},"3":{"d":"228,-317r0,-100v61,5,149,-7,149,-87v0,-59,-47,-93,-99,-93v-71,0,-109,53,-108,125r-135,0v5,-143,98,-242,242,-242v112,0,235,69,235,194v0,68,-37,123,-98,145v77,17,124,81,124,159v0,147,-123,230,-260,230v-157,0,-263,-94,-260,-255r135,0v3,76,41,138,123,138v64,0,114,-44,114,-110v0,-106,-93,-104,-162,-104"},"4":{"d":"312,0r0,-162r-296,0r0,-130r304,-408r127,0r0,421r93,0r0,117r-93,0r0,162r-135,0xm312,-279r0,-243r-3,0r-181,243r184,0"},"5":{"d":"500,-700r0,117r-289,0r-28,159r2,2v38,-39,82,-54,137,-54v138,0,216,107,216,238v0,144,-119,252,-260,252v-136,0,-258,-75,-260,-222r142,0v7,62,53,105,115,105v74,0,121,-65,121,-135v0,-73,-45,-131,-121,-131v-51,0,-79,18,-107,56r-128,0r69,-387r391,0"},"6":{"d":"523,-520r-135,0v-9,-47,-45,-87,-94,-87v-102,-1,-135,140,-132,215v70,-109,241,-99,319,-6v129,154,17,412,-191,412v-212,0,-269,-185,-269,-362v0,-171,76,-366,275,-366v121,0,211,71,227,194xm286,-363v-76,0,-113,61,-113,130v0,65,42,130,113,130v140,-1,144,-260,0,-260"},"7":{"d":"517,-700r0,122v-147,128,-227,391,-229,578r-152,0v16,-207,102,-408,235,-568r-332,0r0,-132r478,0"},"8":{"d":"156,-212v0,72,56,119,124,119v68,0,120,-48,120,-118v0,-67,-54,-112,-120,-112v-69,0,-124,39,-124,111xm43,-523v0,-126,122,-191,236,-191v174,0,234,120,234,188v0,71,-40,123,-102,149v83,19,131,83,131,171v0,293,-528,296,-528,1v0,-91,54,-149,132,-174v-68,-19,-103,-75,-103,-144xm172,-510v0,61,50,92,107,92v58,0,105,-32,105,-92v0,-36,-17,-97,-105,-97v-57,0,-107,35,-107,97"},"9":{"d":"33,-180r135,0v9,47,45,87,94,87v102,1,135,-140,132,-215v-70,109,-241,99,-319,6v-129,-154,-17,-412,191,-412v212,0,269,185,269,362v0,171,-76,366,-275,366v-121,0,-211,-71,-227,-194xm270,-337v76,0,113,-61,113,-130v0,-65,-42,-130,-113,-130v-140,1,-144,260,0,260"},":":{"d":"61,0r0,-154r157,0r0,154r-157,0xm218,-508r0,154r-157,0r0,-154r157,0","w":278},";":{"d":"61,0r0,-154r157,0r0,154v-1,92,-70,153,-156,166r0,-72v42,-7,73,-50,71,-94r-72,0xm218,-508r0,154r-157,0r0,-154r157,0","w":278},"<":{"d":"554,-514r0,115r-367,146r367,146r0,115r-508,-202r0,-118","w":600},"=":{"d":"553,-413r0,107r-505,0r0,-107r505,0xm553,-199r0,107r-505,0r0,-107r505,0","w":600},">":{"d":"46,8r0,-115r367,-146r-367,-146r0,-115r508,202r0,118","w":600},"?":{"d":"524,-538v0,179,-151,158,-182,286r0,38r-135,0v-8,-106,40,-168,87,-202v40,-29,73,-54,73,-108v0,-61,-32,-90,-85,-90v-72,0,-102,59,-103,130r-147,0v3,-143,97,-247,243,-247v189,0,249,116,249,193xm193,0r0,-154r157,0r0,154r-157,0"},"@":{"d":"291,-319v0,53,32,89,78,89v72,0,123,-82,123,-151v0,-49,-34,-85,-77,-85v-72,0,-124,81,-124,147xm622,-545r-63,258v-8,27,-16,66,9,66v57,0,118,-77,118,-184v0,-159,-119,-246,-271,-246v-172,0,-283,127,-283,296v0,175,123,292,295,292v84,0,163,-30,215,-82r84,0v-68,103,-180,162,-305,162v-213,0,-385,-160,-385,-374v0,-211,172,-374,380,-374v182,0,348,121,348,305v0,206,-171,290,-235,290v-45,0,-68,-28,-75,-57v-80,123,-265,31,-265,-113v0,-126,86,-255,218,-255v43,0,94,18,117,70r16,-54r82,0","w":800},"A":{"d":"-7,0r271,-714r161,0r267,714r-163,0r-54,-159r-267,0r-56,159r-159,0xm342,-538r-93,262r185,0r-90,-262r-2,0","w":685},"B":{"d":"226,-318r0,196v121,-9,281,39,284,-94v3,-137,-160,-96,-284,-102xm69,0r0,-714r336,0v136,0,228,44,228,177v0,70,-35,119,-97,149v87,25,131,92,131,181v0,145,-123,207,-252,207r-346,0xm226,-592r0,167v108,-6,257,33,255,-85v-2,-119,-148,-73,-255,-82","w":704},"C":{"d":"697,-474r-152,0v-10,-71,-78,-125,-156,-125v-141,0,-194,120,-194,245v0,119,53,239,194,239v96,0,150,-66,162,-160r152,0v-16,178,-139,292,-314,292v-221,0,-351,-165,-351,-371v0,-212,130,-377,351,-377v157,0,289,92,308,257","w":741},"D":{"d":"69,0r0,-714r308,0v185,0,324,116,324,353v0,207,-106,361,-324,361r-308,0xm226,-582r0,450v189,7,318,9,318,-214v0,-144,-50,-236,-206,-236r-112,0","w":741},"E":{"d":"69,0r0,-714r534,0r0,132r-377,0r0,153r346,0r0,122r-346,0r0,175r385,0r0,132r-542,0","w":648},"F":{"d":"69,0r0,-714r502,0r0,132r-345,0r0,165r299,0r0,122r-299,0r0,295r-157,0","w":593,"k":{"A":55,",":129,".":129}},"G":{"d":"601,0r-16,-81v-55,71,-127,98,-196,98v-221,0,-351,-165,-351,-371v0,-212,130,-377,351,-377v146,0,284,90,301,252r-150,0v-18,-79,-77,-120,-151,-120v-141,0,-194,120,-194,245v0,119,53,239,194,239v102,0,161,-55,170,-154r-158,0r0,-117r300,0r0,386r-100,0","w":759},"H":{"d":"69,0r0,-714r157,0r0,274r289,0r0,-274r157,0r0,714r-157,0r0,-308r-289,0r0,308r-157,0","w":741},"I":{"d":"69,0r0,-714r157,0r0,714r-157,0","w":295},"J":{"d":"487,-714r0,489v0,92,-25,242,-238,242v-119,0,-235,-65,-235,-221r0,-62r142,0v-2,83,5,152,91,151v83,0,83,-67,83,-117r0,-482r157,0"},"K":{"d":"69,0r0,-714r157,0r0,296r279,-296r196,0r-279,282r306,432r-197,0r-215,-321r-90,91r0,230r-157,0","w":722},"L":{"d":"69,0r0,-714r157,0r0,582r348,0r0,132r-505,0","w":593,"k":{"T":111,"V":92,"W":55,"y":37,"Y":111,"\u2019":74}},"M":{"d":"69,0r0,-714r221,0r167,491r2,0r158,-491r221,0r0,714r-147,0r0,-506r-2,0r-175,506r-121,0r-175,-501r-2,0r0,501r-147,0","w":907},"N":{"d":"69,0r0,-714r156,0r298,479r2,0r0,-479r147,0r0,714r-157,0r-297,-478r-2,0r0,478r-147,0","w":741},"O":{"d":"38,-354v0,-212,130,-377,351,-377v221,0,351,165,351,377v0,206,-130,371,-351,371v-221,0,-351,-165,-351,-371xm195,-354v0,119,53,239,194,239v141,0,194,-120,194,-239v0,-125,-53,-245,-194,-245v-141,0,-194,120,-194,245","w":778},"P":{"d":"69,0r0,-714r322,0v178,0,247,113,247,229v0,116,-69,229,-247,229r-165,0r0,256r-157,0xm226,-592r0,214v122,-5,260,30,260,-107v0,-137,-138,-102,-260,-107","w":667,"k":{"A":74,",":129,".":129}},"Q":{"d":"736,-10r-73,77r-101,-92v-47,27,-106,42,-173,42v-221,0,-351,-165,-351,-371v0,-212,130,-377,351,-377v221,0,351,165,351,377v0,103,-33,195,-93,263xm385,-186r73,-78r81,74v26,-36,44,-90,44,-164v0,-125,-53,-245,-194,-245v-141,0,-194,120,-194,245v0,119,53,239,194,239v23,0,52,0,63,-10","w":778},"R":{"d":"69,0r0,-714r385,0v128,0,209,89,209,197v0,86,-38,145,-113,181v77,20,99,95,104,167v3,45,2,129,30,169r-157,0v-19,-45,-17,-114,-25,-171v-11,-75,-40,-108,-119,-108r-157,0r0,279r-157,0xm226,-592r0,201v122,-6,280,36,280,-102v0,-69,-38,-99,-108,-99r-172,0","w":722,"k":{"T":18,"V":-6,"W":-6,"Y":37}},"S":{"d":"24,-237r152,0v0,95,74,132,158,132v55,0,139,-16,139,-89v0,-77,-107,-90,-212,-118v-106,-28,-213,-69,-213,-203v0,-146,138,-216,267,-216v149,0,286,65,286,230r-152,0v-5,-86,-66,-108,-141,-108v-50,0,-108,21,-108,81v0,55,34,62,213,108v52,13,212,46,212,208v0,131,-103,229,-297,229v-158,0,-306,-78,-304,-254","w":649},"T":{"d":"227,0r0,-582r-214,0r0,-132r585,0r0,132r-214,0r0,582r-157,0","w":611,"k":{"\u00fc":92,"\u00f2":111,"\u00f6":111,"\u00e8":111,"\u00eb":111,"\u00ea":111,"\u00e0":111,"\u00e4":111,"\u00e2":111,"w":111,"y":92,"A":74,",":111,".":111,"c":111,"\u00e7":111,"e":111,"\u00e9":111,"o":111,"\u00f3":111,"\u00f4":111,"-":129,"a":111,"\u00e1":111,"r":92,"s":111,"u":92,"\u00fa":92,"\u00fb":92,"\u00f9":92,":":87,";":87}},"U":{"d":"675,-714r0,444v0,193,-114,287,-305,287v-192,0,-304,-93,-304,-287r0,-444r157,0r0,444v0,78,20,155,147,155v112,0,148,-49,148,-155r0,-444r157,0","w":741},"V":{"d":"638,-714r-237,714r-177,0r-232,-714r162,0r159,502r2,0r161,-502r162,0","w":630,"k":{"\u00f6":55,"\u00f4":55,"\u00ee":18,"\u00e8":55,"\u00eb":55,"\u00ea":55,"\u00e0":55,"\u00e4":55,"\u00e2":55,"y":18,"A":46,",":129,".":129,"e":55,"\u00e9":55,"o":55,"\u00f3":55,"\u00f2":55,"-":55,"a":55,"\u00e1":55,"r":37,"u":37,"\u00fa":37,"\u00fb":37,"\u00fc":37,"\u00f9":37,":":50,";":50,"i":18,"\u00ed":18,"\u00ef":18,"\u00ec":18}},"W":{"d":"941,-714r-192,714r-156,0r-121,-486r-2,0r-119,486r-159,0r-189,-714r157,0r113,486r2,0r124,-486r147,0r122,492r2,0r117,-492r154,0","w":944,"k":{"\u00fc":18,"\u00f6":37,"\u00ea":37,"\u00e4":37,"A":18,",":74,".":74,"e":37,"\u00e9":37,"\u00eb":37,"\u00e8":37,"o":37,"\u00f3":37,"\u00f4":37,"\u00f2":37,"a":37,"\u00e1":37,"\u00e2":37,"\u00e0":37,"r":18,"u":18,"\u00fa":18,"\u00fb":18,"\u00f9":18,":":18,";":18}},"X":{"d":"-6,0r250,-374r-230,-340r182,0r140,228r145,-228r172,0r-229,341r249,373r-187,0r-156,-247r-159,247r-177,0","w":667},"Y":{"d":"254,0r0,-278r-263,-436r177,0r167,282r166,-282r175,0r-265,440r0,274r-157,0","w":667,"k":{"\u00fc":74,"\u00f6":92,"v":55,"A":74,",":111,".":111,"e":92,"\u00e9":92,"\u00ea":92,"\u00eb":92,"\u00e8":92,"o":92,"\u00f3":92,"\u00f4":92,"\u00f2":92,"q":92,"-":111,"a":92,"\u00e1":92,"\u00e2":92,"\u00e4":92,"\u00e0":92,"u":74,"\u00fa":74,"\u00fb":74,"\u00f9":74,":":80,";":68,"i":13,"\u00ed":13,"\u00ee":13,"\u00ef":13,"\u00ec":13,"p":74}},"Z":{"d":"23,0r0,-124r383,-458r-353,0r0,-132r562,0r0,124r-383,458r393,0r0,132r-602,0","w":648},"[":{"d":"68,182r0,-913r264,0r0,112r-122,0r0,689r122,0r0,112r-264,0","w":333},"\\":{"d":"103,-731r279,748r-114,0r-279,-748r114,0","w":371},"]":{"d":"265,-731r0,913r-264,0r0,-112r122,0r0,-689r-122,0r0,-112r264,0","w":333},"^":{"d":"61,-315r172,-385r134,0r172,385r-117,0r-122,-275r-122,275r-117,0","w":600},"_":{"d":"0,125r0,-50r500,0r0,50r-500,0","w":500},"\u2018":{"d":"210,-547r0,154r-142,0r0,-153v-3,-89,59,-157,142,-168r0,66v-51,17,-66,52,-66,101r66,0","w":278,"k":{"\u2018":65}},"a":{"d":"376,-253v-53,42,-204,6,-202,106v0,53,41,66,87,66v111,0,115,-88,115,-119r0,-53xm190,-358r-142,0v8,-133,127,-173,243,-173v103,0,227,23,227,147r0,269v0,47,5,94,18,115r-144,0v-5,-16,-9,-33,-10,-50v-102,104,-350,90,-350,-91v0,-117,88,-144,176,-157v87,-12,168,-10,168,-68v0,-61,-42,-70,-92,-70v-54,0,-89,22,-94,78","w":574},"b":{"d":"54,0r0,-714r142,0r0,260r2,0v35,-53,99,-77,163,-77v103,0,214,83,214,272v0,190,-111,273,-214,273v-78,0,-137,-26,-172,-80r0,66r-135,0xm433,-258v0,-87,-37,-166,-121,-166v-84,0,-121,79,-121,166v0,86,37,165,121,165v84,0,121,-79,121,-165","w":611},"c":{"d":"545,-335r-139,0v-9,-58,-46,-89,-105,-89v-91,0,-121,92,-121,168v0,74,29,163,118,163v66,0,104,-42,113,-105r137,0v-18,137,-113,212,-249,212v-156,0,-261,-110,-261,-265v0,-161,96,-280,264,-280v122,0,234,64,243,196","w":574},"d":{"d":"423,0v-2,-21,4,-49,-2,-66v-33,56,-91,80,-157,80v-156,0,-232,-134,-232,-277v0,-139,77,-268,229,-268v63,0,119,29,155,77r0,-260r142,0r0,714r-135,0xm421,-260v0,-84,-30,-164,-122,-164v-93,0,-125,80,-125,165v0,81,37,166,125,166v94,0,122,-82,122,-167","w":611},"e":{"d":"544,-224r-373,0v4,90,48,131,127,131v57,0,103,-35,112,-67r125,0v-40,122,-125,174,-242,174v-163,0,-264,-112,-264,-272v0,-155,107,-273,264,-273v176,0,261,148,251,307xm171,-314r231,0v-13,-72,-44,-110,-113,-110v-90,0,-116,70,-118,110","w":574},"f":{"d":"85,0r0,-422r-85,0r0,-95r85,0v-9,-122,41,-193,173,-197v25,0,51,3,75,4r0,106v-54,-6,-112,-10,-106,56r0,31r98,0r0,95r-98,0r0,422r-142,0","w":333,"k":{"\u2019":-18,"f":18}},"g":{"d":"551,-517r0,484v0,85,-30,229,-268,229v-102,0,-221,-48,-228,-166r141,0v13,53,56,71,106,71v104,0,126,-93,112,-196v-31,54,-93,80,-155,80v-155,0,-221,-118,-221,-260v0,-134,77,-256,222,-256v70,0,118,27,156,83r0,-69r135,0xm295,-122v81,0,121,-69,121,-143v0,-84,-29,-159,-121,-159v-80,0,-115,70,-115,147v0,74,28,155,115,155","w":611},"h":{"d":"54,0r0,-714r142,0r0,269r3,0v36,-58,98,-86,151,-86v151,0,189,85,189,213r0,318r-142,0r0,-292v0,-85,-25,-127,-91,-127v-77,0,-110,43,-110,148r0,271r-142,0","w":593},"i":{"d":"58,0r0,-517r142,0r0,517r-142,0xm200,-714r0,117r-142,0r0,-117r142,0","w":258},"j":{"d":"-19,178r0,-117v38,8,87,9,86,-42r0,-536r142,0r0,543v0,106,-39,156,-182,156v-15,0,-31,-2,-46,-4xm209,-714r0,117r-142,0r0,-117r142,0","w":278},"k":{"d":"67,0r0,-714r142,0r0,383r179,-186r168,0r-195,190r217,327r-172,0r-142,-231r-55,53r0,178r-142,0","w":574},"l":{"d":"58,0r0,-714r142,0r0,714r-142,0","w":258},"m":{"d":"58,0r0,-517r134,0v2,22,-4,52,2,70v63,-105,253,-120,309,2v30,-45,84,-86,156,-86v110,0,189,51,189,185r0,346r-142,0r0,-293v0,-69,-6,-126,-87,-126v-80,0,-95,66,-95,131r0,288r-142,0r0,-290v0,-60,4,-129,-86,-129v-28,0,-96,18,-96,119r0,300r-142,0","w":906},"n":{"d":"54,0r0,-517r135,0r0,72r3,0v36,-58,98,-86,158,-86v151,0,189,85,189,213r0,318r-142,0r0,-292v0,-85,-25,-127,-91,-127v-77,0,-110,43,-110,148r0,271r-142,0","w":593},"o":{"d":"38,-258v0,-165,105,-273,267,-273v163,0,268,108,268,273v0,164,-105,272,-268,272v-162,0,-267,-108,-267,-272xm180,-258v0,82,29,165,125,165v97,0,126,-83,126,-165v0,-83,-29,-166,-126,-166v-96,0,-125,83,-125,166","w":611},"p":{"d":"54,182r0,-699r135,0v2,21,-4,49,2,66v34,-55,90,-80,154,-80v162,0,235,131,235,278v0,138,-76,267,-227,267v-64,0,-120,-30,-157,-78r0,246r-142,0xm315,-93v93,0,123,-80,123,-164v0,-82,-33,-167,-124,-167v-93,0,-123,83,-123,167v0,84,32,164,124,164","w":611},"q":{"d":"558,-517r0,699r-142,0r0,-247r-2,0v-33,56,-101,79,-163,79v-95,0,-219,-69,-219,-269v0,-142,75,-276,232,-276v66,0,123,27,159,80r0,-66r135,0xm174,-258v0,83,30,165,123,165v92,0,124,-78,124,-163v0,-81,-32,-168,-121,-168v-92,0,-126,82,-126,166","w":611},"r":{"d":"54,0r0,-517r135,0v2,31,-4,69,2,96v32,-72,110,-125,196,-105r0,132v-13,-3,-34,-5,-51,-5v-189,1,-131,225,-140,399r-142,0","w":389,"k":{",":92,".":92,"c":18,"\u00e7":18,"d":18,"e":18,"\u00e9":18,"\u00ea":18,"\u00eb":18,"\u00e8":18,"n":-18,"o":18,"\u00f3":18,"\u00f4":18,"\u00f6":18,"\u00f2":18,"q":18,"-":55}},"s":{"d":"29,-168r135,0v1,62,53,87,109,87v41,0,93,-16,93,-66v0,-43,-59,-58,-161,-80v-82,-18,-164,-47,-164,-138v0,-132,114,-166,225,-166v113,0,217,38,228,165r-135,0v-4,-55,-46,-70,-97,-70v-32,0,-79,6,-79,48v0,51,80,58,161,77v83,19,164,49,164,145v0,136,-118,180,-236,180v-120,0,-237,-45,-243,-182","w":537},"t":{"d":"234,-672r0,155r104,0r0,95r-104,0r0,256v-9,67,50,64,104,56r0,111v-115,12,-246,16,-246,-118r0,-305r-86,0r0,-95r86,0r0,-155r142,0","w":352},"u":{"d":"539,-517r0,517r-135,0r0,-72r-3,0v-36,58,-98,86,-158,86v-151,0,-189,-85,-189,-213r0,-318r142,0r0,292v0,85,25,127,91,127v77,0,110,-43,110,-148r0,-271r142,0","w":593},"v":{"d":"515,-517r-175,517r-158,0r-177,-517r149,0r109,353r2,0r109,-353r141,0","w":520,"k":{",":55,".":55}},"w":{"d":"808,-517r-163,517r-146,0r-92,-347r-2,0r-88,347r-147,0r-164,-517r150,0r95,351r2,0r86,-351r138,0r88,350r2,0r95,-350r146,0","w":814,"k":{",":55,".":55}},"x":{"d":"0,0r186,-272r-170,-245r162,0r91,135r90,-135r157,0r-170,242r191,275r-162,0r-108,-163r-108,163r-159,0","w":537},"y":{"d":"525,-517r-216,582v-33,111,-133,128,-265,112r0,-117v27,2,55,7,83,5v49,-4,65,-56,49,-97r-182,-485r152,0r117,354r2,0r113,-354r147,0","w":519,"k":{",":55,".":55}},"z":{"d":"22,0r0,-107r269,-303r-249,0r0,-107r436,0r0,107r-269,303r288,0r0,107r-475,0","w":519},"{":{"d":"333,-731r0,112r-54,0v-48,0,-54,41,-54,73r0,152v0,98,-69,114,-99,118r0,3v30,3,99,26,99,110r0,160v0,33,6,73,54,73r54,0r0,112r-127,0v-45,0,-123,-44,-123,-135r0,-195v0,-61,-60,-83,-92,-83r0,-87v32,0,92,-23,92,-90r0,-188v0,-91,78,-135,123,-135r127,0","w":333},"|":{"d":"58,214r0,-1000r107,0r0,1000r-107,0","w":223},"}":{"d":"0,182r0,-112r54,0v48,0,54,-40,54,-73r0,-160v0,-84,69,-107,99,-110r0,-3v-30,-4,-99,-20,-99,-118r0,-152v0,-32,-6,-73,-54,-73r-54,0r0,-112r127,0v45,0,123,44,123,135r0,188v0,67,60,90,92,90r0,87v-32,0,-92,22,-92,83r0,195v0,91,-78,135,-123,135r-127,0","w":333},"~":{"d":"192,-340v66,0,155,68,213,68v40,0,65,-37,88,-72r40,93v-30,42,-63,86,-125,86v-80,0,-130,-68,-217,-68v-44,0,-68,37,-84,72r-40,-93v22,-42,58,-86,125,-86","w":600},"'":{"d":"86,-393r0,-321r107,0r0,321r-107,0","w":278},"\u201c":{"d":"409,-547r0,154r-142,0r0,-153v-3,-89,59,-157,142,-168r0,66v-51,17,-66,52,-66,101r66,0xm196,-547r0,154r-142,0r0,-153v-3,-89,59,-157,142,-168r0,66v-51,17,-66,52,-66,101r66,0","w":463},"\u2013":{"d":"0,-212r0,-122r500,0r0,122r-500,0","w":500},"\u201d":{"d":"267,-560r0,-154r142,0r0,153v3,89,-59,157,-142,168r0,-66v51,-17,66,-52,66,-101r-66,0xm54,-560r0,-154r142,0r0,153v3,89,-59,157,-142,168r0,-66v51,-17,66,-52,66,-101r-66,0","w":463},"\u2026":{"d":"88,0r0,-154r157,0r0,154r-157,0xm421,0r0,-154r157,0r0,154r-157,0xm754,0r0,-154r157,0r0,154r-157,0","w":1000},"`":{"d":"106,-581r-154,-142r157,0r96,142r-99,0","w":259},"\u2014":{"d":"130,-212r0,-122r740,0r0,122r-740,0","w":1000},"\u00b5":{"d":"539,-517r0,517r-135,0r0,-72r-3,0v-36,58,-98,86,-130,86v-40,0,-63,-11,-75,-24r0,192r-142,0r0,-699r142,0r0,292v0,85,25,127,91,127v77,0,110,-43,110,-148r0,-271r142,0","w":593},"\u2122":{"d":"928,-714r0,412r-96,0r0,-292r-2,0r-106,292r-69,0r-106,-292r-2,0r0,292r-96,0r0,-412r136,0r103,271r103,-271r135,0xm398,-714r0,80r-117,0r0,332r-102,0r0,-332r-117,0r0,-80r336,0","w":1000},"\u00ae":{"d":"16,-358v0,-227,181,-373,384,-373v203,0,384,146,384,373v0,228,-181,375,-384,375v-203,0,-384,-147,-384,-375xm118,-358v0,171,125,295,282,295v155,0,282,-124,282,-295v0,-170,-127,-293,-282,-293v-157,0,-282,123,-282,293xm251,-149r0,-419r158,0v105,0,164,33,164,124v0,77,-48,107,-110,112r112,183r-87,0r-102,-179r-52,0r0,179r-83,0xm334,-503r0,110v69,-4,160,19,156,-58v-3,-68,-90,-49,-156,-52","w":800},"\u00d7":{"d":"140,-17r-76,-76r161,-160r-159,-160r76,-76r159,160r160,-160r76,76r-161,160r161,160r-76,76r-160,-161","w":600},"\u00a9":{"d":"16,-357v0,-228,181,-374,384,-374v203,0,384,146,384,374v0,227,-181,374,-384,374v-203,0,-384,-147,-384,-374xm118,-357v0,170,125,294,282,294v155,0,282,-124,282,-294v0,-171,-127,-294,-282,-294v-157,0,-282,123,-282,294xm515,-295r81,0v-16,100,-93,158,-182,158v-130,0,-215,-97,-215,-222v0,-129,80,-224,213,-224v92,0,167,54,181,155r-78,0v-10,-47,-51,-75,-103,-75v-76,0,-117,60,-117,142v0,78,46,144,119,144v55,0,95,-30,101,-78","w":800},"\u00e1":{"d":"376,-253v-53,42,-204,6,-202,106v0,53,41,66,87,66v111,0,115,-88,115,-119r0,-53xm190,-358r-142,0v8,-133,127,-173,243,-173v103,0,227,23,227,147r0,269v0,47,5,94,18,115r-144,0v-5,-16,-9,-33,-10,-50v-102,104,-350,90,-350,-91v0,-117,88,-144,176,-157v87,-12,168,-10,168,-68v0,-61,-42,-70,-92,-70v-54,0,-89,22,-94,78xm465,-723r-154,142r-99,0r96,-142r157,0","w":574},"\u00e2":{"d":"376,-253v-53,42,-204,6,-202,106v0,53,41,66,87,66v111,0,115,-88,115,-119r0,-53xm190,-358r-142,0v8,-133,127,-173,243,-173v103,0,227,23,227,147r0,269v0,47,5,94,18,115r-144,0v-5,-16,-9,-33,-10,-50v-102,104,-350,90,-350,-91v0,-117,88,-144,176,-157v87,-12,168,-10,168,-68v0,-61,-42,-70,-92,-70v-54,0,-89,22,-94,78xm112,-581r111,-142r130,0r110,142r-117,0r-62,-81r-64,81r-108,0","w":574},"\u00e4":{"d":"376,-253v-53,42,-204,6,-202,106v0,53,41,66,87,66v111,0,115,-88,115,-119r0,-53xm190,-358r-142,0v8,-133,127,-173,243,-173v103,0,227,23,227,147r0,269v0,47,5,94,18,115r-144,0v-5,-16,-9,-33,-10,-50v-102,104,-350,90,-350,-91v0,-117,88,-144,176,-157v87,-12,168,-10,168,-68v0,-61,-42,-70,-92,-70v-54,0,-89,22,-94,78xm323,-597r0,-117r135,0r0,117r-135,0xm117,-597r0,-117r135,0r0,117r-135,0","w":574},"\u00e0":{"d":"376,-253v-53,42,-204,6,-202,106v0,53,41,66,87,66v111,0,115,-88,115,-119r0,-53xm190,-358r-142,0v8,-133,127,-173,243,-173v103,0,227,23,227,147r0,269v0,47,5,94,18,115r-144,0v-5,-16,-9,-33,-10,-50v-102,104,-350,90,-350,-91v0,-117,88,-144,176,-157v87,-12,168,-10,168,-68v0,-61,-42,-70,-92,-70v-54,0,-89,22,-94,78xm264,-581r-154,-142r157,0r96,142r-99,0","w":574},"\u00e7":{"d":"545,-335r-139,0v-9,-58,-46,-89,-105,-89v-91,0,-121,92,-121,168v0,74,29,163,118,163v66,0,104,-42,113,-105r137,0v-17,133,-107,207,-237,211r-28,40v52,-15,128,4,128,65v0,129,-165,107,-241,78r21,-48v29,13,122,41,124,-16v1,-41,-52,-34,-80,-25r-21,-24r50,-72v-136,-14,-226,-119,-226,-262v0,-161,96,-280,264,-280v122,0,234,64,243,196","w":574},"\u00e9":{"d":"544,-224r-373,0v4,90,48,131,127,131v57,0,103,-35,112,-67r125,0v-40,122,-125,174,-242,174v-163,0,-264,-112,-264,-272v0,-155,107,-273,264,-273v176,0,261,148,251,307xm171,-314r231,0v-13,-72,-44,-110,-113,-110v-90,0,-116,70,-118,110xm465,-723r-154,142r-99,0r96,-142r157,0","w":574},"\u00ea":{"d":"544,-224r-373,0v4,90,48,131,127,131v57,0,103,-35,112,-67r125,0v-40,122,-125,174,-242,174v-163,0,-264,-112,-264,-272v0,-155,107,-273,264,-273v176,0,261,148,251,307xm171,-314r231,0v-13,-72,-44,-110,-113,-110v-90,0,-116,70,-118,110xm112,-581r111,-142r130,0r110,142r-117,0r-62,-81r-64,81r-108,0","w":574},"\u00eb":{"d":"544,-224r-373,0v4,90,48,131,127,131v57,0,103,-35,112,-67r125,0v-40,122,-125,174,-242,174v-163,0,-264,-112,-264,-272v0,-155,107,-273,264,-273v176,0,261,148,251,307xm171,-314r231,0v-13,-72,-44,-110,-113,-110v-90,0,-116,70,-118,110xm323,-597r0,-117r135,0r0,117r-135,0xm117,-597r0,-117r135,0r0,117r-135,0","w":574},"\u00e8":{"d":"544,-224r-373,0v4,90,48,131,127,131v57,0,103,-35,112,-67r125,0v-40,122,-125,174,-242,174v-163,0,-264,-112,-264,-272v0,-155,107,-273,264,-273v176,0,261,148,251,307xm171,-314r231,0v-13,-72,-44,-110,-113,-110v-90,0,-116,70,-118,110xm264,-581r-154,-142r157,0r96,142r-99,0","w":574},"\u00ed":{"d":"58,0r0,-517r142,0r0,517r-142,0xm307,-723r-154,142r-99,0r96,-142r157,0","w":258},"\u00ee":{"d":"58,0r0,-517r142,0r0,517r-142,0xm-46,-581r111,-142r130,0r110,142r-117,0r-62,-81r-64,81r-108,0","w":258},"\u00ef":{"d":"58,0r0,-517r142,0r0,517r-142,0xm165,-597r0,-117r135,0r0,117r-135,0xm-41,-597r0,-117r135,0r0,117r-135,0","w":258},"\u00ec":{"d":"58,0r0,-517r142,0r0,517r-142,0xm106,-581r-154,-142r157,0r96,142r-99,0","w":258},"\u00f3":{"d":"38,-258v0,-165,105,-273,267,-273v163,0,268,108,268,273v0,164,-105,272,-268,272v-162,0,-267,-108,-267,-272xm180,-258v0,82,29,165,125,165v97,0,126,-83,126,-165v0,-83,-29,-166,-126,-166v-96,0,-125,83,-125,166xm483,-723r-154,142r-99,0r96,-142r157,0","w":611},"\u00f4":{"d":"38,-258v0,-165,105,-273,267,-273v163,0,268,108,268,273v0,164,-105,272,-268,272v-162,0,-267,-108,-267,-272xm180,-258v0,82,29,165,125,165v97,0,126,-83,126,-165v0,-83,-29,-166,-126,-166v-96,0,-125,83,-125,166xm130,-581r111,-142r130,0r110,142r-117,0r-62,-81r-64,81r-108,0","w":611},"\u00f6":{"d":"38,-258v0,-165,105,-273,267,-273v163,0,268,108,268,273v0,164,-105,272,-268,272v-162,0,-267,-108,-267,-272xm180,-258v0,82,29,165,125,165v97,0,126,-83,126,-165v0,-83,-29,-166,-126,-166v-96,0,-125,83,-125,166xm341,-597r0,-117r135,0r0,117r-135,0xm135,-597r0,-117r135,0r0,117r-135,0","w":611},"\u00f2":{"d":"38,-258v0,-165,105,-273,267,-273v163,0,268,108,268,273v0,164,-105,272,-268,272v-162,0,-267,-108,-267,-272xm180,-258v0,82,29,165,125,165v97,0,126,-83,126,-165v0,-83,-29,-166,-126,-166v-96,0,-125,83,-125,166xm282,-581r-154,-142r157,0r96,142r-99,0","w":611},"\u00fa":{"d":"539,-517r0,517r-135,0r0,-72r-3,0v-36,58,-98,86,-158,86v-151,0,-189,-85,-189,-213r0,-318r142,0r0,292v0,85,25,127,91,127v77,0,110,-43,110,-148r0,-271r142,0xm474,-723r-154,142r-99,0r96,-142r157,0","w":593},"\u00fb":{"d":"539,-517r0,517r-135,0r0,-72r-3,0v-36,58,-98,86,-158,86v-151,0,-189,-85,-189,-213r0,-318r142,0r0,292v0,85,25,127,91,127v77,0,110,-43,110,-148r0,-271r142,0xm121,-581r111,-142r130,0r110,142r-117,0r-62,-81r-64,81r-108,0","w":593},"\u00fc":{"d":"539,-517r0,517r-135,0r0,-72r-3,0v-36,58,-98,86,-158,86v-151,0,-189,-85,-189,-213r0,-318r142,0r0,292v0,85,25,127,91,127v77,0,110,-43,110,-148r0,-271r142,0xm332,-597r0,-117r135,0r0,117r-135,0xm126,-597r0,-117r135,0r0,117r-135,0","w":593},"\u00f9":{"d":"539,-517r0,517r-135,0r0,-72r-3,0v-36,58,-98,86,-158,86v-151,0,-189,-85,-189,-213r0,-318r142,0r0,292v0,85,25,127,91,127v77,0,110,-43,110,-148r0,-271r142,0xm273,-581r-154,-142r157,0r96,142r-99,0","w":593},"\u00a0":{"w":278}}});

