/*
 * jQuery JavaScript Library v1.4.1
 * 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: Mon Jan 25 19:43:33 2010 -0500
 */
(function(z,v){function la(){if(!c.isReady){try{r.documentElement.doScroll("left")}catch(a){setTimeout(la,1);return}c.ready()}}function Ma(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 X(a,b,d,f,e,i){var j=a.length;if(typeof b==="object"){for(var n in b)X(a,n,b[n],f,e,d);return a}if(d!==v){f=!i&&f&&c.isFunction(d);for(n=0;n<j;n++)e(a[n],b,f?d.call(a[n],n,e(a[n],b)):d,i);return a}return j?e(a[0],b):null}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function ma(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function na(a){var b,d=[],f=[],e=arguments,i,j,n,o,m,s,x=c.extend({},c.data(this,"events").live);if(!(a.button&&a.type==="click")){for(o in x){j=x[o];if(j.live===a.type||j.altLive&&c.inArray(a.type,j.altLive)>-1){i=j.data;i.beforeFilter&&i.beforeFilter[a.type]&&!i.beforeFilter[a.type](a)||f.push(j.selector)}else delete x[o]}i=c(a.target).closest(f,a.currentTarget);m=0;for(s=i.length;m<s;m++)for(o in x){j=x[o];n=i[m].elem;f=null;if(i[m].selector===j.selector){if(j.live==="mouseenter"||j.live==="mouseleave")f=c(a.relatedTarget).closest(j.selector)[0];if(!f||f!==n)d.push({elem:n,fn:j})}}m=0;for(s=d.length;m<s;m++){i=d[m];a.currentTarget=i.elem;a.data=i.fn.data;if(i.fn.apply(i.elem,e)===false){b=false;break}}return b}}function oa(a,b){return"live."+(a?a+".":"")+b.replace(/\./g,"`").replace(/ /g,"&")}function pa(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function qa(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var f=c.data(a[d++]),e=c.data(this,f);if(f=f&&f.events){delete e.handle;e.events={};for(var i in f)for(var j in f[i])c.event.add(this,i,f[i][j],f[i][j].data)}}})}function ra(a,b,d){var f,e,i;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&a[0].indexOf("<option")<0&&(c.support.checkClone||!sa.test(a[0]))){e=true;if(i=c.fragments[a[0]])if(i!==1)f=i}if(!f){b=b&&b[0]?b[0].ownerDocument||b[0]:r;f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)c.fragments[a[0]]=i?f:1;return{fragment:f,cacheable:e}}function K(a,b){var d={};c.each(ta.concat.apply([],ta.slice(0,b)),function(){d[this]=a});return d}function ua(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Na=z.jQuery,Oa=z.$,r=z.document,S,Pa=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,Qa=/^.[^:#\[\.,]*$/,Ra=/\S/,Sa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Ta=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,O=navigator.userAgent,va=false,P=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,Q=Array.prototype.slice,wa=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(typeof a==="string")if((d=Pa.exec(a))&&(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:r;if(a=Ta.exec(a))if(c.isPlainObject(b)){a=[r.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=ra([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}}else{if(b=r.getElementById(d[2])){if(b.id!==d[2])return S.find(a);this.length=1;this[0]=b}this.context=r;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=r;a=r.getElementsByTagName(a)}else return!b||b.jquery?(b||S).find(a):c(b).find(a);else if(c.isFunction(a))return S.ready(a);if(a.selector!==v){this.selector=a.selector;this.context=a.context}return c.isArray(a)?this.setArray(a):c.makeArray(a,this)},selector:"",jquery:"1.4.1",length:0,size:function(){return this.length},toArray:function(){return Q.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){a=c(a||null);a.prevObject=this;a.context=this.context;if(b==="find")a.selector=this.selector+(this.selector?" ":"")+d;else if(b)a.selector=this.selector+"."+b+"("+d+")";return a},setArray:function(a){this.length=0;ba.apply(this,a);return this},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(r,c);else P&&P.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(Q.apply(this,arguments),"slice",Q.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,i,j,n;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b<d;b++)if((e=arguments[b])!=null)for(i in e){j=a[i];n=e[i];if(a!==n)if(f&&n&&(c.isPlainObject(n)||c.isArray(n))){j=j&&(c.isPlainObject(j)||c.isArray(j))?j:c.isArray(n)?[]:{};a[i]=c.extend(f,j,n)}else if(n!==v)a[i]=n}return a};c.extend({noConflict:function(a){z.$=Oa;if(a)z.jQuery=Na;return c},isReady:false,ready:function(){if(!c.isReady){if(!r.body)return setTimeout(c.ready,13);c.isReady=true;if(P){for(var a,b=0;a=P[b++];)a.call(r,c);P=null}c.fn.triggerHandler&&c(r).triggerHandler("ready")}},bindReady:function(){if(!va){va=true;if(r.readyState==="complete")return c.ready();if(r.addEventListener){r.addEventListener("DOMContentLoaded",L,false);z.addEventListener("load",c.ready,false)}else if(r.attachEvent){r.attachEvent("onreadystatechange",L);z.attachEvent("onload",c.ready);var a=false;try{a=z.frameElement==null}catch(b){}r.documentElement.doScroll&&a&&la()}}},isFunction:function(a){return $.call(a)==="[object Function]"},isArray:function(a){return $.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||$.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!aa.call(a,"constructor")&&!aa.call(a.constructor.prototype,"isPrototypeOf"))return false;var b;for(b in a);return b===v||aa.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return z.JSON&&z.JSON.parse?z.JSON.parse(a):(new Function("return "+a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&Ra.test(a)){var b=r.getElementsByTagName("head")[0]||r.documentElement,d=r.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(r.createTextNode(a));else d.text=a;b.insertBefore(d,b.firstChild);b.removeChild(d)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,b,d){var f,e=0,i=a.length,j=i===v||c.isFunction(a);if(d)if(j)for(f in a){if(b.apply(a[f],d)===false)break}else for(;e<i;){if(b.apply(a[e++],d)===false)break}else if(j)for(f in a){if(b.call(a[f],f,a[f])===false)break}else for(d=a[0];e<i&&b.call(d,e,d)!==false;d=a[++e]);return a},trim:function(a){return(a||"").replace(Sa,"")},makeArray:function(a,b){b=b||[];if(a!=null)a.length==null||typeof a==="string"||c.isFunction(a)||typeof a!=="function"&&a.setInterval?ba.call(b,a):c.merge(b,a);return b},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var d=0,f=b.length;d<f;d++)if(b[d]===a)return d;return-1},merge:function(a,b){var d=a.length,f=0;if(typeof b.length==="number")for(var e=b.length;f<e;f++)a[d++]=b[f];else for(;b[f]!==v;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,i=a.length;e<i;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,i=0,j=a.length;i<j;i++){e=b(a[i],i,d);if(e!=null)f[f.length]=e}return f.concat.apply([],f)},guid:1,proxy:function(a,b,d){if(arguments.length===2)if(typeof b==="string"){d=a;a=d[b];b=v}else if(b&&!c.isFunction(b)){d=b;b=v}if(!b&&a)b=function(){return a.apply(d||this,arguments)};if(a)b.guid=a.guid=a.guid||b.guid||c.guid++;return b},uaMatch:function(a){a=a.toLowerCase();a=/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}},browser:{}});O=c.uaMatch(O);if(O.browser){c.browser[O.browser]=true;c.browser.version=O.version}if(c.browser.webkit)c.browser.safari=true;if(wa)c.inArray=function(a,b){return wa.call(b,a)};S=c(r);if(r.addEventListener)L=function(){r.removeEventListener("DOMContentLoaded",L,false);c.ready()};else if(r.attachEvent)L=function(){if(r.readyState==="complete"){r.detachEvent("onreadystatechange",L);c.ready()}};(function(){c.support={};var a=r.documentElement,b=r.createElement("script"),d=r.createElement("div"),f="script"+J();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 e=d.getElementsByTagName("*"),i=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!i)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(i.getAttribute("style")),hrefNormalized:i.getAttribute("href")==="/a",opacity:/^0.55$/.test(i.style.opacity),cssFloat:!!i.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:r.createElement("select").appendChild(r.createElement("option")).selected,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(r.createTextNode("window."+f+"=1;"))}catch(j){}a.insertBefore(b,a.firstChild);if(z[f]){c.support.scriptEval=true;delete z[f]}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function n(){c.support.noCloneEvent=false;d.detachEvent("onclick",n)});d.cloneNode(true).fireEvent("onclick")}d=r.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=r.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var n=r.createElement("div");n.style.width=n.style.paddingLeft="1px";r.body.appendChild(n);c.boxModel=c.support.boxModel=n.offsetWidth===2;r.body.removeChild(n).style.display="none"});a=function(n){var o=r.createElement("div");n="on"+n;var m=n in o;if(!m){o.setAttribute(n,"return;");m=typeof o[n]==="function"}return m};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=i=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ua=0,xa={},Va={};c.extend({cache:{},expando:G,noData:{embed:true,object:true,applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==z?xa:a;var f=a[G],e=c.cache;if(!b&&!f)return null;f||(f=++Ua);if(typeof b==="object"){a[G]=f;e=e[f]=c.extend(true,{},b)}else e=e[f]?e[f]:typeof d==="undefined"?Va:(e[f]={});if(d!==v){a[G]=f;e[b]=d}return typeof b==="string"?e[b]:e}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==z?xa:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{try{delete a[G]}catch(i){a.removeAttribute&&a.removeAttribute(G)}delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);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===v){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===v&&this.length)f=c.data(this[0],a);return f===v&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this,a,b)})},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 f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===v)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 ya=/[\n\t]/g,ca=/\s+/,Wa=/\r/g,Xa=/href|src|style/,Ya=/(button|input)/i,Za=/(button|input|object|select|textarea)/i,$a=/^(a|area)$/i,za=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(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(o){var m=c(this);m.addClass(a.call(this,o,m.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1)if(e.className)for(var i=" "+e.className+" ",j=0,n=b.length;j<n;j++){if(i.indexOf(" "+b[j]+" ")<0)e.className+=" "+b[j]}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(o){var m=c(this);m.removeClass(a.call(this,o,m.attr("class")))});if(a&&typeof a==="string"||a===v)for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1&&e.className)if(a){for(var i=(" "+e.className+" ").replace(ya," "),j=0,n=b.length;j<n;j++)i=i.replace(" "+b[j]+" "," ");e.className=i.substring(1,i.length-1)}else e.className=""}return this},toggleClass:function(a,b){var d=typeof a,f=typeof b==="boolean";if(c.isFunction(a))return this.each(function(e){var i=c(this);i.toggleClass(a.call(this,e,i.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var e,i=0,j=c(this),n=b,o=a.split(ca);e=o[i++];){n=f?n:!j.hasClass(e);j[n?"addClass":"removeClass"](e)}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(ya," ").indexOf(a)>-1)return true;return false},val:function(a){if(a===v){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var i=b?d:0;for(d=b?d+1:e.length;i<d;i++){var j=e[i];if(j.selected){a=c(j).val();if(b)return a;f.push(a)}}return f}if(za.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Wa,"")}return v}var n=c.isFunction(a);return this.each(function(o){var m=c(this),s=a;if(this.nodeType===1){if(n)s=a.call(this,o,m.val());if(typeof s==="number")s+="";if(c.isArray(s)&&za.test(this.type))this.checked=c.inArray(m.val(),s)>=0;else if(c.nodeName(this,"select")){var x=c.makeArray(s);c("option",this).each(function(){this.selected=c.inArray(c(this).val(),x)>=0});if(!x.length)this.selectedIndex=-1}else this.value=s}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return v;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==v;b=f&&c.props[b]||b;if(a.nodeType===1){var i=Xa.test(b);if(b in a&&f&&!i){if(e){b==="type"&&Ya.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");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:Za.test(a.nodeName)||$a.test(a.nodeName)&&a.href?0:v;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&i?a.getAttribute(b,2):a.getAttribute(b);return a===null?v:a}return c.style(a,b,d)}});var ab=function(a){return a.replace(/[^\w\s\.\|`]/g,function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==z&&!a.frameElement)a=z;if(!d.guid)d.guid=c.guid++;if(f!==v){d=c.proxy(d);d.data=f}var e=c.data(a,"events")||c.data(a,"events",{}),i=c.data(a,"handle"),j;if(!i){j=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(j.elem,arguments):v};i=c.data(a,"handle",j)}if(i){i.elem=a;b=b.split(/\s+/);for(var n,o=0;n=b[o++];){var m=n.split(".");n=m.shift();if(o>1){d=c.proxy(d);if(f!==v)d.data=f}d.type=m.slice(0).sort().join(".");var s=e[n],x=this.special[n]||{};if(!s){s=e[n]={};if(!x.setup||x.setup.call(a,f,m,d)===false)if(a.addEventListener)a.addEventListener(n,i,false);else a.attachEvent&&a.attachEvent("on"+n,i)}if(x.add)if((m=x.add.call(a,d,f,m,s))&&c.isFunction(m)){m.guid=m.guid||d.guid;m.data=m.data||d.data;m.type=m.type||d.type;d=m}s[d.guid]=d;this.global[n]=true}a=null}}},global:{},remove:function(a,b,d){if(!(a.nodeType===3||a.nodeType===8)){var f=c.data(a,"events"),e,i,j;if(f){if(b===v||typeof b==="string"&&b.charAt(0)===".")for(i in f)this.remove(a,i+(b||""));else{if(b.type){d=b.handler;b=b.type}b=b.split(/\s+/);for(var n=0;i=b[n++];){var o=i.split(".");i=o.shift();var m=!o.length,s=c.map(o.slice(0).sort(),ab);s=new RegExp("(^|\\.)"+
s.join("\\.(?:.*\\.)?")+"(\\.|$)");var x=this.special[i]||{};if(f[i]){if(d){j=f[i][d.guid];delete f[i][d.guid]}else for(var A in f[i])if(m||s.test(f[i][A].type))delete f[i][A];x.remove&&x.remove.call(a,o,j);for(e in f[i])break;if(!e){if(!x.teardown||x.teardown.call(a,o)===false)if(a.removeEventListener)a.removeEventListener(i,c.data(a,"handle"),false);else a.detachEvent&&a.detachEvent("on"+i,c.data(a,"handle"));e=null;delete f[i]}}}}for(e in f)break;if(!e){if(A=c.data(a,"handle"))A.elem=null;c.removeData(a,"events");c.removeData(a,"handle")}}}},trigger:function(a,b,d,f){var e=a.type||a;if(!f){a=typeof a==="object"?a[G]?a:c.extend(c.Event(e),a):c.Event(e);if(e.indexOf("!")>=0){a.type=e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();this.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return v;a.result=v;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(i){}if(!a.isPropagationStopped()&&f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){d=a.target;var j;if(!(c.nodeName(d,"a")&&e==="click")&&!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()])){try{if(d[e]){if(j=d["on"+e])d["on"+e]=null;this.triggered=true;d[e]()}}catch(n){}if(j)d["on"+e]=j;this.triggered=false}}},handle:function(a){var b,d;a=arguments[0]=c.event.fix(a||z.event);a.currentTarget=this;d=a.type.split(".");a.type=d.shift();b=!d.length&&!a.exclusive;var f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)");d=(c.data(this,"events")||{})[a.type];for(var e in d){var i=d[e];if(b||f.test(i.type)){a.handler=i;a.data=i.data;i=i.apply(this,arguments);if(i!==v){a.result=i;if(i===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 originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(a){if(a[G])return a;var b=a;a=c.Event(b);for(var d=this.props.length,f;d;){f=this.props[--d];a[f]=b[f]}if(!a.target)a.target=a.srcElement||r;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=r.documentElement;d=r.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&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==v)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,b){c.extend(a,b||{});a.guid+=b.selector+b.live;b.liveProxy=a;c.event.add(this,b.live,na,b)},remove:function(a){if(a.length){var b=0,d=new RegExp("(^|\\.)"+a[0]+"(\\.|$)");c.each(c.data(this,"events").live||{},function(){d.test(this.type)&&b++});b<1&&c.event.remove(this,a[0],na)}},special:{}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};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=J();this[G]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=Z;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=Z;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=Z;this.stopPropagation()},isDefaultPrevented:Y,isPropagationStopped:Y,isImmediatePropagationStopped:Y};var Aa=function(a){for(var b=a.relatedTarget;b&&b!==this;)try{b=b.parentNode}catch(d){break}if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}},Ba=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?Ba:Aa,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?Ba:Aa)}}});if(!c.support.submitBubbles)c.event.special.submit={setup:function(a,b,d){if(this.nodeName.toLowerCase()!=="form"){c.event.add(this,"click.specialSubmit."+d.guid,function(f){var e=f.target,i=e.type;if((i==="submit"||i==="image")&&c(e).closest("form").length)return ma("submit",this,arguments)});c.event.add(this,"keypress.specialSubmit."+d.guid,function(f){var e=f.target,i=e.type;if((i==="text"||i==="password")&&c(e).closest("form").length&&f.keyCode===13)return ma("submit",this,arguments)})}else return false},remove:function(a,b){c.event.remove(this,"click.specialSubmit"+(b?"."+b.guid:""));c.event.remove(this,"keypress.specialSubmit"+(b?"."+b.guid:""))}};if(!c.support.changeBubbles){var da=/textarea|input|select/i;function Ca(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(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d}function ea(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Ca(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",e);if(!(f===v||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}}c.event.special.change={filters:{focusout:ea,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return ea.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 ea.call(this,a)},beforeactivate:function(a){a=a.target;a.nodeName.toLowerCase()==="input"&&a.type==="radio"&&c.data(a,"_change_data",Ca(a))}},setup:function(a,b,d){for(var f in T)c.event.add(this,f+".specialChange."+d.guid,T[f]);return da.test(this.nodeName)},remove:function(a,b){for(var d in T)c.event.remove(this,d+".specialChange"+(b?"."+b.guid:""),T[d]);return da.test(this.nodeName)}};var T=c.event.special.change.filters}r.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a,d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var i in d)this[b](i,f,d[i],e);return this}if(c.isFunction(f)){e=f;f=v}var j=b==="one"?c.proxy(e,function(n){c(this).unbind(n,j);return e.apply(this,arguments)}):e;return d==="unload"&&b!=="one"?this.one(d,f,e):this.each(function(){c.event.add(this,d,j,f)})}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&!a.preventDefault){for(var d in a)this.unbind(d,a[d]);return this}return this.each(function(){c.event.remove(this,a,b)})},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){a=c.Event(a);a.preventDefault();a.stopPropagation();c.event.trigger(a,b,this[0]);return a.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(f){var e=(c.data(this,"lastToggle"+
a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,e+1);f.preventDefault();return b[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});c.each(["live","die"],function(a,b){c.fn[b]=function(d,f,e){var i,j=0;if(c.isFunction(f)){e=f;f=v}for(d=(d||"").split(/\s+/);(i=d[j++])!=null;){i=i==="focus"?"focusin":i==="blur"?"focusout":i==="hover"?d.push("mouseleave")&&"mouseenter":i;b==="live"?c(this.context).bind(oa(i,this.selector),{data:f,selector:this.selector,live:i},e):c(this.context).unbind(oa(i,this.selector),e?{guid:e.guid+this.selector+i}:null)}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){return d?this.bind(b,d):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});z.attachEvent&&!z.addEventListener&&z.attachEvent("onunload",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){for(var h="",k,l=0;g[l];l++){k=g[l];if(k.nodeType===3||k.nodeType===4)h+=k.nodeValue;else if(k.nodeType!==8)h+=a(k.childNodes)}return h}function b(g,h,k,l,q,p){q=0;for(var u=l.length;q<u;q++){var t=l[q];if(t){t=t[g];for(var y=false;t;){if(t.sizcache===k){y=l[t.sizset];break}if(t.nodeType===1&&!p){t.sizcache=k;t.sizset=q}if(t.nodeName.toLowerCase()===h){y=t;break}t=t[g]}l[q]=y}}}function d(g,h,k,l,q,p){q=0;for(var u=l.length;q<u;q++){var t=l[q];if(t){t=t[g];for(var y=false;t;){if(t.sizcache===k){y=l[t.sizset];break}if(t.nodeType===1){if(!p){t.sizcache=k;t.sizset=q}if(typeof h!=="string"){if(t===h){y=true;break}}else if(o.filter(h,[t]).length>0){y=t;break}}t=t[g]}l[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,e=0,i=Object.prototype.toString,j=false,n=true;[0,0].sort(function(){n=false;return 0});var o=function(g,h,k,l){k=k||[];var q=h=h||r;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return k;for(var p=[],u,t,y,R,H=true,M=w(h),I=g;(f.exec(""),u=f.exec(I))!==null;){I=u[3];p.push(u[1]);if(u[2]){R=u[3];break}}if(p.length>1&&s.exec(g))if(p.length===2&&m.relative[p[0]])t=fa(p[0]+p[1],h);else for(t=m.relative[p[0]]?[h]:o(p.shift(),h);p.length;){g=p.shift();if(m.relative[g])g+=p.shift();t=fa(g,t)}else{if(!l&&p.length>1&&h.nodeType===9&&!M&&m.match.ID.test(p[0])&&!m.match.ID.test(p[p.length-1])){u=o.find(p.shift(),h,M);h=u.expr?o.filter(u.expr,u.set)[0]:u.set[0]}if(h){u=l?{expr:p.pop(),set:A(l)}:o.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=u.expr?o.filter(u.expr,u.set):u.set;if(p.length>0)y=A(t);else H=false;for(;p.length;){var D=p.pop();u=D;if(m.relative[D])u=p.pop();else D="";if(u==null)u=h;m.relative[D](y,u,M)}}else y=[]}y||(y=t);y||o.error(D||g);if(i.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))k.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&k.push(t[g]);else k.push.apply(k,y);else A(y,k);if(R){o(R,q,k,l);o.uniqueSort(k)}return k};o.uniqueSort=function(g){if(C){j=n;g.sort(C);if(j)for(var h=1;h<g.length;h++)g[h]===g[h-1]&&g.splice(h--,1)}return g};o.matches=function(g,h){return o(g,null,null,h)};o.find=function(g,h,k){var l,q;if(!g)return[];for(var p=0,u=m.order.length;p<u;p++){var t=m.order[p];if(q=m.leftMatch[t].exec(g)){var y=q[1];q.splice(1,1);if(y.substr(y.length-1)!=="\\"){q[1]=(q[1]||"").replace(/\\/g,"");l=m.find[t](q,h,k);if(l!=null){g=g.replace(m.match[t],"");break}}}}l||(l=h.getElementsByTagName("*"));return{set:l,expr:g}};o.filter=function(g,h,k,l){for(var q=g,p=[],u=h,t,y,R=h&&h[0]&&w(h[0]);g&&h.length;){for(var H in m.filter)if((t=m.leftMatch[H].exec(g))!=null&&t[2]){var M=m.filter[H],I,D;D=t[1];y=false;t.splice(1,1);if(D.substr(D.length-1)!=="\\"){if(u===p)p=[];if(m.preFilter[H])if(t=m.preFilter[H](t,u,k,p,l,R)){if(t===true)continue}else y=I=true;if(t)for(var U=0;(D=u[U])!=null;U++)if(D){I=M(D,t,U,u);var Da=l^!!I;if(k&&I!=null)if(Da)y=true;else u[U]=false;else if(Da){p.push(D);y=true}}if(I!==v){k||(u=p);g=g.replace(m.match[H],"");if(!y)return[];break}}}if(g===q)if(y==null)o.error(g);else break;q=g}return u};o.error=function(g){throw"Syntax error, unrecognized expression: "+g;};var m=o.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,h){var k=typeof h==="string",l=k&&!/\W/.test(h);k=k&&!l;if(l)h=h.toLowerCase();l=0;for(var q=g.length,p;l<q;l++)if(p=g[l]){for(;(p=p.previousSibling)&&p.nodeType!==1;);g[l]=k||p&&p.nodeName.toLowerCase()===h?p||false:p===h}k&&o.filter(h,g,true)},">":function(g,h){var k=typeof h==="string";if(k&&!/\W/.test(h)){h=h.toLowerCase();for(var l=0,q=g.length;l<q;l++){var p=g[l];if(p){k=p.parentNode;g[l]=k.nodeName.toLowerCase()===h?k:false}}}else{l=0;for(q=g.length;l<q;l++)if(p=g[l])g[l]=k?p.parentNode:p.parentNode===h;k&&o.filter(h,g,true)}},"":function(g,h,k){var l=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("parentNode",h,l,g,p,k)},"~":function(g,h,k){var l=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("previousSibling",h,l,g,p,k)}},find:{ID:function(g,h,k){if(typeof h.getElementById!=="undefined"&&!k)return(g=h.getElementById(g[1]))?[g]:[]},NAME:function(g,h){if(typeof h.getElementsByName!=="undefined"){var k=[];h=h.getElementsByName(g[1]);for(var l=0,q=h.length;l<q;l++)h[l].getAttribute("name")===g[1]&&k.push(h[l]);return k.length===0?null:k}},TAG:function(g,h){return h.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,h,k,l,q,p){g=" "+g[1].replace(/\\/g,"")+" ";if(p)return g;p=0;for(var u;(u=h[p])!=null;p++)if(u)if(q^(u.className&&(" "+u.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))k||l.push(u);else if(k)h[p]=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 h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,k,l,q,p){h=g[1].replace(/\\/g,"");if(!p&&m.attrMap[h])g[1]=m.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,k,l,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=o(g[3],null,null,h);else{g=o.filter(g[3],h,k,true^q);k||l.push.apply(l,g);return false}else if(m.match.POS.test(g[0])||m.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,h,k){return!!o(k[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,h){return h===0},last:function(g,h,k,l){return h===l.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,k){return h<k[3]-0},gt:function(g,h,k){return h>k[3]-0},nth:function(g,h,k){return k[3]-0===h},eq:function(g,h,k){return k[3]-0===h}},filter:{PSEUDO:function(g,h,k,l){var q=h[1],p=m.filters[q];if(p)return p(g,k,h,l);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h=h[3];k=0;for(l=h.length;k<l;k++)if(h[k]===g)return false;return true}else o.error("Syntax error, unrecognized expression: "+
q)},CHILD:function(g,h){var k=h[1],l=g;switch(k){case"only":case"first":for(;l=l.previousSibling;)if(l.nodeType===1)return false;if(k==="first")return true;l=g;case"last":for(;l=l.nextSibling;)if(l.nodeType===1)return false;return true;case"nth":k=h[2];var q=h[3];if(k===1&&q===0)return true;h=h[0];var p=g.parentNode;if(p&&(p.sizcache!==h||!g.nodeIndex)){var u=0;for(l=p.firstChild;l;l=l.nextSibling)if(l.nodeType===1)l.nodeIndex=++u;p.sizcache=h}g=g.nodeIndex-q;return k===0?g===0:g%k===0&&g/k>=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var k=h[1];g=m.attrHandle[k]?m.attrHandle[k](g):g[k]!=null?g[k]:g.getAttribute(k);k=g+"";var l=h[2];h=h[4];return g==null?l==="!=":l==="="?k===h:l==="*="?k.indexOf(h)>=0:l==="~="?(" "+k+" ").indexOf(h)>=0:!h?k&&g!==false:l==="!="?k!==h:l==="^="?k.indexOf(h)===0:l==="$="?k.substr(k.length-h.length)===h:l==="|="?k===h||k.substr(0,h.length+1)===h+"-":false},POS:function(g,h,k,l){var q=m.setFilters[h[2]];if(q)return q(g,k,h,l)}}},s=m.match.POS;for(var x in m.match){m.match[x]=new RegExp(m.match[x].source+/(?![^\[]*\])(?![^\(]*\))/.source);m.leftMatch[x]=new RegExp(/(^(?:.|\r|\n)*?)/.source+m.match[x].source.replace(/\\(\d+)/g,function(g,h){return"\\"+(h-0+1)}))}var A=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(r.documentElement.childNodes,0)}catch(B){A=function(g,h){h=h||[];if(i.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var k=0,l=g.length;k<l;k++)h.push(g[k]);else for(k=0;g[k];k++)h.push(g[k]);return h}}var C;if(r.documentElement.compareDocumentPosition)C=function(g,h){if(!g.compareDocumentPosition||!h.compareDocumentPosition){if(g==h)j=true;return g.compareDocumentPosition?-1:1}g=g.compareDocumentPosition(h)&4?-1:g===h?0:1;if(g===0)j=true;return g};else if("sourceIndex"in r.documentElement)C=function(g,h){if(!g.sourceIndex||!h.sourceIndex){if(g==h)j=true;return g.sourceIndex?-1:1}g=g.sourceIndex-h.sourceIndex;if(g===0)j=true;return g};else if(r.createRange)C=function(g,h){if(!g.ownerDocument||!h.ownerDocument){if(g==h)j=true;return g.ownerDocument?-1:1}var k=g.ownerDocument.createRange(),l=h.ownerDocument.createRange();k.setStart(g,0);k.setEnd(g,0);l.setStart(h,0);l.setEnd(h,0);g=k.compareBoundaryPoints(Range.START_TO_END,l);if(g===0)j=true;return g};(function(){var g=r.createElement("div"),h="script"+(new Date).getTime();g.innerHTML="<a name='"+h+"'/>";var k=r.documentElement;k.insertBefore(g,k.firstChild);if(r.getElementById(h)){m.find.ID=function(l,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(l[1]))?q.id===l[1]||typeof q.getAttributeNode!=="undefined"&&q.getAttributeNode("id").nodeValue===l[1]?[q]:v:[]};m.filter.ID=function(l,q){var p=typeof l.getAttributeNode!=="undefined"&&l.getAttributeNode("id");return l.nodeType===1&&p&&p.nodeValue===q}}k.removeChild(g);k=g=null})();(function(){var g=r.createElement("div");g.appendChild(r.createComment(""));if(g.getElementsByTagName("*").length>0)m.find.TAG=function(h,k){k=k.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var l=0;k[l];l++)k[l].nodeType===1&&h.push(k[l]);k=h}return k};g.innerHTML="<a href='#'></a>";if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")m.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();r.querySelectorAll&&function(){var g=o,h=r.createElement("div");h.innerHTML="<p class='TEST'></p>";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){o=function(l,q,p,u){q=q||r;if(!u&&q.nodeType===9&&!w(q))try{return A(q.querySelectorAll(l),p)}catch(t){}return g(l,q,p,u)};for(var k in g)o[k]=g[k];h=null}}();(function(){var g=r.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){m.order.splice(1,0,"CLASS");m.find.CLASS=function(h,k,l){if(typeof k.getElementsByClassName!=="undefined"&&!l)return k.getElementsByClassName(h[1])};g=null}}})();var E=r.compareDocumentPosition?function(g,h){return g.compareDocumentPosition(h)&16}:function(g,h){return g!==h&&(g.contains?g.contains(h):true)},w=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},fa=function(g,h){var k=[],l="",q;for(h=h.nodeType?[h]:h;q=m.match.PSEUDO.exec(g);){l+=q[0];g=g.replace(m.match.PSEUDO,"")}g=m.relative[g]?g+"*":g;q=0;for(var p=h.length;q<p;q++)o(g,h[q],k);return o.filter(l,k)};c.find=o;c.expr=o.selectors;c.expr[":"]=c.expr.filters;c.unique=o.uniqueSort;c.getText=a;c.isXMLDoc=w;c.contains=E})();var bb=/Until$/,cb=/^(?:parents|prevUntil|prevAll)/,db=/,/;Q=Array.prototype.slice;var Ea=function(a,b,d){if(c.isFunction(b))return c.grep(a,function(e,i){return!!b.call(e,i,e)===d});else if(b.nodeType)return c.grep(a,function(e){return e===b===d});else if(typeof b==="string"){var f=c.grep(a,function(e){return e.nodeType===1});if(Qa.test(b))return c.filter(b,f,!d);else b=c.filter(b,f)}return c.grep(a,function(e){return c.inArray(e,b)>=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f<e;f++){d=b.length;c.find(a,this[f],b);if(f>0)for(var i=d;i<b.length;i++)for(var j=0;j<d;j++)if(b[j]===b[i]){b.splice(i--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,f=b.length;d<f;d++)if(c.contains(this,b[d]))return true})},not:function(a){return this.pushStack(Ea(this,a,false),"not",a)},filter:function(a){return this.pushStack(Ea(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,i={},j;if(f&&a.length){e=0;for(var n=a.length;e<n;e++){j=a[e];i[j]||(i[j]=c.expr.match.POS.test(j)?c(j,b||this.context):j)}for(;f&&f.ownerDocument&&f!==b;){for(j in i){e=i[j];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:j,elem:f});delete i[j]}}f=f.parentNode}}return d}var o=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(m,s){for(;s&&s.ownerDocument&&s!==b;){if(o?o.index(s)>-1:c(s).is(a))return s;s=s.parentNode}return null})},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){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(pa(a[0])||pa(b[0])?b:c.unique(b))},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,f){var e=c.map(this,b,d);bb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||db.test(f))&&cb.test(a))e=e.reverse();return this.pushStack(e,a,Q.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===v||a.nodeType!==1||!c(a).is(d));){a.nodeType===1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===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 Fa=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ga=/(<([\w:]+)[^>]*?)\/>/g,eb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,Ha=/<([\w:]+)/,fb=/<tbody/i,gb=/<|&\w+;/,sa=/checked\s*(?:[^=]|=\s*.checked.)/i,Ia=function(a,b,d){return eb.test(d)?a:b+"></"+d+">"},F={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,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._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!==v)return this.empty().append((this[0]&&this[0].ownerDocument||r).createTextNode(a));return c.getText(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}},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Fa,"").replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){qa(this,b);qa(this.find("*"),b.find("*"))}return b},html:function(a){if(a===v)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Fa,""):null;else if(typeof a==="string"&&!/<script/i.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(Ha.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ga,Ia);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(f){this.empty().append(a)}}else c.isFunction(a)?this.each(function(e){var i=c(this),j=i.html();i.empty().append(function(){return a.call(this,e,j)})}):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),f=d.html();d.replaceWith(a.call(this,b,f))});else 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){function f(s){return c.nodeName(s,"table")?s.getElementsByTagName("tbody")[0]||s.appendChild(s.ownerDocument.createElement("tbody")):s}var e,i,j=a[0],n=[];if(!c.support.checkClone&&arguments.length===3&&typeof j==="string"&&sa.test(j))return this.each(function(){c(this).domManip(a,b,d,true)});if(c.isFunction(j))return this.each(function(s){var x=c(this);a[0]=j.call(this,s,b?x.html():v);x.domManip(a,b,d)});if(this[0]){e=a[0]&&a[0].parentNode&&a[0].parentNode.nodeType===11?{fragment:a[0].parentNode}:ra(a,this,n);if(i=e.fragment.firstChild){b=b&&c.nodeName(i,"tr");for(var o=0,m=this.length;o<m;o++)d.call(b?f(this[o],i):this[o],e.cacheable||this.length>1||o>0?e.fragment.cloneNode(true):e.fragment)}n&&c.each(n,Ma)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);for(var e=0,i=d.length;e<i;e++){var j=(e>0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),j);f=f.concat(j)}return this.pushStack(f,a,d.selector)}});c.each({remove:function(a,b){if(!a||c.filter(a,[this]).length){if(!b&&this.nodeType===1){c.cleanData(this.getElementsByTagName("*"));c.cleanData([this])}this.parentNode&&this.parentNode.removeChild(this)}},empty:function(){for(this.nodeType===1&&c.cleanData(this.getElementsByTagName("*"));this.firstChild;)this.removeChild(this.firstChild)}},function(a,b){c.fn[a]=function(){return this.each(b,arguments)}});c.extend({clean:function(a,b,d,f){b=b||r;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||r;var e=[];c.each(a,function(i,j){if(typeof j==="number")j+="";if(j){if(typeof j==="string"&&!gb.test(j))j=b.createTextNode(j);else if(typeof j==="string"){j=j.replace(Ga,Ia);var n=(Ha.exec(j)||["",""])[1].toLowerCase(),o=F[n]||F._default,m=o[0];i=b.createElement("div");for(i.innerHTML=o[1]+j+o[2];m--;)i=i.lastChild;if(!c.support.tbody){m=fb.test(j);n=n==="table"&&!m?i.firstChild&&i.firstChild.childNodes:o[1]==="<table>"&&!m?i.childNodes:[];for(o=n.length-1;o>=0;--o)c.nodeName(n[o],"tbody")&&!n[o].childNodes.length&&n[o].parentNode.removeChild(n[o])}!c.support.leadingWhitespace&&V.test(j)&&i.insertBefore(b.createTextNode(V.exec(j)[0]),i.firstChild);j=c.makeArray(i.childNodes)}if(j.nodeType)e.push(j);else e=c.merge(e,j)}});if(d)for(a=0;e[a];a++)if(f&&c.nodeName(e[a],"script")&&(!e[a].type||e[a].type.toLowerCase()==="text/javascript"))f.push(e[a].parentNode?e[a].parentNode.removeChild(e[a]):e[a]);else{e[a].nodeType===1&&e.splice.apply(e,[a+1,0].concat(c.makeArray(e[a].getElementsByTagName("script"))));d.appendChild(e[a])}return e},cleanData:function(a){for(var b=0,d;(d=a[b])!=null;b++){c.event.remove(d);c.removeData(d)}}});var hb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Ja=/alpha\([^)]*\)/,Ka=/opacity=([^)]*)/,ga=/float/i,ha=/-([a-z])/ig,ib=/([A-Z])/g,jb=/^-?\d+(?:px)?$/i,kb=/^-?\d/,lb={position:"absolute",visibility:"hidden",display:"block"},mb=["Left","Right"],nb=["Top","Bottom"],ob=r.defaultView&&r.defaultView.getComputedStyle,La=c.support.cssFloat?"cssFloat":"styleFloat",ia=function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===v)return c.curCSS(d,f);if(typeof e==="number"&&!hb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return v;if((b==="width"||b==="height")&&parseFloat(d)<0)d=v;var f=a.style||a,e=d!==v;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter=Ja.test(a)?a.replace(Ja,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Ka.exec(f.filter)[1])/100+"":""}if(ga.test(b))b=La;b=b.replace(ha,ia);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,i=b==="width"?mb:nb;function j(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(i,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a,"border"+this+"Width",true))||0})}a.offsetWidth!==0?j():c.swap(a,lb,j);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Ka.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ga.test(b))b=La;if(!d&&e&&e[b])f=e[b];else if(ob){if(ga.test(b))b="float";b=b.replace(ib,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f=a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ha,ia);f=a.currentStyle[b]||a.currentStyle[d];if(!jb.test(f)&&kb.test(f)){b=e.left;var i=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=i}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var pb=J(),qb=/<script(.|\s)*?\/script>/gi,rb=/select|textarea/i,sb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ja=/\?/,tb=/(\?|&)_=.*?(&|$)/,ub=/^(\w+:)?\/\/([^\/?#]+)/,vb=/%20/g;c.fn.extend({_load:c.fn.load,load:function(a,b,d){if(typeof a!=="string")return this._load(a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var i=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(j,n){if(n==="success"||n==="notmodified")i.html(e?c("<div />").append(j.responseText.replace(qb,"")).find(e):j.responseText);d&&i.each(d,[j.responseText,n,j])}});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||rb.test(this.nodeName)||sb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).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,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},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,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},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:z.XMLHttpRequest&&(z.location.protocol!=="file:"||!z.ActiveXObject)?function(){return new z.XMLHttpRequest}:function(){try{return new z.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&&e.success.call(o,n,j,w);e.global&&f("ajaxSuccess",[w,e])}function d(){e.complete&&e.complete.call(o,w,j);e.global&&f("ajaxComplete",[w,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}
function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),i,j,n,o=a&&a.context||e,m=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(m==="GET")N.test(e.url)||(e.url+=(ja.test(e.url)?"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){i=e.jsonpCallback||"jsonp"+pb++;if(e.data)e.data=(e.data+"").replace(N,"="+i+"$1");e.url=e.url.replace(N,"="+i+"$1");e.dataType="script";z[i]=z[i]||function(q){n=q;b();d();z[i]=v;try{delete z[i]}catch(p){}A&&A.removeChild(B)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===false&&m==="GET"){var s=J(),x=e.url.replace(tb,"$1_="+s+"$2");e.url=x+(x===e.url?(ja.test(e.url)?"&":"?")+"_="+s:"")}if(e.data&&m==="GET")e.url+=(ja.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");s=(s=ub.exec(e.url))&&(s[1]&&s[1]!==location.protocol||s[2]!==location.host);if(e.dataType==="script"&&m==="GET"&&s){var A=r.getElementsByTagName("head")[0]||r.documentElement,B=r.createElement("script");B.src=e.url;if(e.scriptCharset)B.charset=e.scriptCharset;if(!i){var C=false;B.onload=B.onreadystatechange=function(){if(!C&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){C=true;b();d();B.onload=B.onreadystatechange=null;A&&B.parentNode&&A.removeChild(B)}}}A.insertBefore(B,A.firstChild);return v}var E=false,w=e.xhr();if(w){e.username?w.open(m,e.url,e.async,e.username,e.password):w.open(m,e.url,e.async);try{if(e.data||a&&a.contentType)w.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&w.setRequestHeader("If-Modified-Since",c.lastModified[e.url]);c.etag[e.url]&&w.setRequestHeader("If-None-Match",c.etag[e.url])}s||w.setRequestHeader("X-Requested-With","XMLHttpRequest");w.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(fa){}if(e.beforeSend&&e.beforeSend.call(o,w,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");w.abort();return false}e.global&&f("ajaxSend",[w,e]);var g=w.onreadystatechange=function(q){if(!w||w.readyState===0||q==="abort"){E||d();E=true;if(w)w.onreadystatechange=c.noop}else if(!E&&w&&(w.readyState===4||q==="timeout")){E=true;w.onreadystatechange=c.noop;j=q==="timeout"?"timeout":!c.httpSuccess(w)?"error":e.ifModified&&c.httpNotModified(w,e.url)?"notmodified":"success";var p;if(j==="success")try{n=c.httpData(w,e.dataType,e)}catch(u){j="parsererror";p=u}if(j==="success"||j==="notmodified")i||b();else c.handleError(e,w,j,p);d();q==="timeout"&&w.abort();if(e.async)w=null}};try{var h=w.abort;w.abort=function(){w&&h.call(w);g("abort")}}catch(k){}e.async&&e.timeout>0&&setTimeout(function(){w&&!E&&g("timeout")},e.timeout);try{w.send(m==="POST"||m==="PUT"||m==="DELETE"?e.data:null)}catch(l){c.handleError(e,w,null,l);d()}e.async||g();return w}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b==="json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(j,n){if(c.isArray(n))c.each(n,function(o,m){b?f(j,m):d(j+"["+(typeof m==="object"||c.isArray(m)?o:"")+"]",m)});else!b&&n!=null&&typeof n==="object"?c.each(n,function(o,m){d(j+"["+o+"]",m)}):f(j,n)}function f(j,n){n=c.isFunction(n)?n():n;e[e.length]=encodeURIComponent(j)+"="+encodeURIComponent(n)}var e=[];if(b===v)b=c.ajaxSettings.traditional;if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var i in a)d(i,a[i]);return e.join("&").replace(vb,"+")}});var ka={},wb=/toggle|show|hide/,xb=/^([+-]=)?([\d+-.]+)(.*)$/,W,ta=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");this[a].style.display=d||"";if(c.css(this[a],"display")==="none"){d=this[a].nodeName;var f;if(ka[d])f=ka[d];else{var e=c("<"+d+" />").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();ka[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a<b;a++)this[a].style.display=c.data(this[a],"olddisplay")||"";return this}},hide:function(a,b){if(a||a===0)return this.animate(K("hide",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");!d&&d!=="none"&&c.data(this[a],"olddisplay",c.css(this[a],"display"))}a=0;for(b=this.length;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b){var d=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||d?this.each(function(){var f=d?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(K("toggle",3),a,b);return this},fadeTo:function(a,b,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d)},animate:function(a,b,d,f){var e=c.speed(b,d,f);if(c.isEmptyObject(a))return this.each(e.complete);return this[e.queue===false?"each":"queue"](function(){var i=c.extend({},e),j,n=this.nodeType===1&&c(this).is(":hidden"),o=this;for(j in a){var m=j.replace(ha,ia);if(j!==m){a[m]=a[j];delete a[j];j=m}if(a[j]==="hide"&&n||a[j]==="show"&&!n)return i.complete.call(this);if((j==="height"||j==="width")&&this.style){i.display=c.css(this,"display");i.overflow=this.style.overflow}if(c.isArray(a[j])){(i.specialEasing=i.specialEasing||{})[j]=a[j][1];a[j]=a[j][0]}}if(i.overflow!=null)this.style.overflow="hidden";i.curAnim=c.extend({},a);c.each(a,function(s,x){var A=new c.fx(o,i,s);if(wb.test(x))A[x==="toggle"?n?"show":"hide":x](a);else{var B=xb.exec(x),C=A.cur(true)||0;if(B){x=parseFloat(B[2]);var E=B[3]||"px";if(E!=="px"){o.style[s]=(x||1)+E;C=(x||1)/A.cur(true)*C;o.style[s]=C+E}if(B[1])x=(B[1]==="-="?-1:1)*x+C;A.custom(C,x,E)}else A.custom(C,x,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);this.each(function(){for(var f=d.length-1;f>=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration==="number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+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);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(i){return e.step(i)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},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=J(),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 f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem,e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,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()},stop:function(){clearInterval(W);W=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};c.fn.offset="getBoundingClientRect"in r.documentElement?function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&f.scrollTop||b.scrollTop)-(f.clientTop||b.clientTop||0),left:d.left+(self.pageXOffset||c.support.boxModel&&f.scrollLeft||b.scrollLeft)-(f.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,f=b,e=b.ownerDocument,i,j=e.documentElement,n=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentStyle;for(var o=b.offsetTop,m=b.offsetLeft;(b=b.parentNode)&&b!==n&&b!==j;){if(c.offset.supportsFixedPosition&&f.position==="fixed")break;i=e?e.getComputedStyle(b,null):b.currentStyle;o-=b.scrollTop;m-=b.scrollLeft;if(b===d){o+=b.offsetTop;m+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){o+=parseFloat(i.borderTopWidth)||0;m+=parseFloat(i.borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&i.overflow!=="visible"){o+=parseFloat(i.borderTopWidth)||0;m+=parseFloat(i.borderLeftWidth)||0}f=i}if(f.position==="relative"||f.position==="static"){o+=n.offsetTop;m+=n.offsetLeft}if(c.offset.supportsFixedPosition&&f.position==="fixed"){o+=Math.max(j.scrollTop,n.scrollTop);m+=Math.max(j.scrollLeft,n.scrollLeft)}return{top:o,left:m}};c.offset={initialize:function(){var a=r.body,b=r.createElement("div"),d,f,e,i=parseFloat(c.curCSS(a,"marginTop",true))||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;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==i;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.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),i=parseInt(c.curCSS(a,"top",true),10)||0,j=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a,d,e);d={top:b.top-e.top+i,left:b.left-
e.left+j};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top-f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||r.body;a&&!/^body|html$/i.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(f){var e=this[0],i;if(!e)return null;if(f!==v)return this.each(function(){if(i=ua(this))i.scrollTo(!a?f:c(i).scrollLeft(),a?f:c(i).scrollTop());else this[d]=f});else return(i=ua(e))?"pageXOffset"in i?i[a?"pageYOffset":"pageXOffset"]:c.support.boxModel&&i.document.documentElement[d]||i.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(i){var j=c(this);j[d](f.call(this,i,j[d]()))});return"scrollTo"in e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===v?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});z.jQuery=z.$=c})(window);;(function($){$.fn.blend=function(options,callback){if($.browser.mozilla&&(parseFloat($.browser.version)<1.9)){return this;}
var settings=$.extend({},$.fn.blend.settings,options);$(this).each(function(){var $this=$(this),$target=$(settings.target?settings.target:this),$hover,target=[],i,length,style={},active=false,out=0,opacity=settings.opacity,bg='background-',properties=[bg+'color',bg+'image',bg+'repeat',bg+'attachment',bg+'position',bg+'position-x',bg+'position-y'];length=properties.length;if($target[0].style.position!=='absolute'){$target.css({position:'relative'});}
if(!$target.hasClass('hover')){$target.wrapInner('<div style="position:relative" />');}
for(i=0;i<length;i++){target[i]=$target.css(properties[i]);}
$target.addClass("hover");style={};style.position='absolute';style.top=0;style.left=0;style.width=$target.width();style.height=$target.height();for(i=0;i<length;i++){style[properties[i]]=$target.css(properties[i]);}
if($target.find(".jsblend").length===0){$hover=$('<div class="jsblend" />').css(style);if(settings.top){$hover.appendTo($target);}else{$hover.prependTo($target);}}else{$hover=$target.find(".jsblend");}
style={};for(i=0;i<length;i++){style[properties[i]]=target[i];}
$target.css(style);if(settings.reverse){out=settings.opacity;opacity=0;}
$hover.css({opacity:out});function pulse(o){if(active){$hover.fadeTo(settings.speed,o,function(){pulse(o===out?opacity:out);});}}
if(settings.pulse&&settings.active){active=true;pulse(opacity);}else if(settings.pulse){$this.hover(function(){active=true;pulse(opacity);},function(){active=false;$hover.stop(true).fadeTo(settings.speed,out);});}else{$this.hover(function(){$hover.stop().fadeTo(settings.speed,opacity);},function(){$hover.stop().fadeTo(settings.speed,out);});}});return this;};$.fn.blend.settings={speed:500,opacity:1,target:false,reverse:false,pulse:false,active:false,top:false};}(jQuery));;eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(6($){$.1g.1w=6(o){o=$.1f({r:n,x:n,N:n,17:q,J:n,L:1a,16:n,y:q,u:12,H:3,B:0,k:1,K:n,I:n},o||{});8 G.R(6(){p b=q,A=o.y?"15":"w",P=o.y?"t":"s";p c=$(G),9=$("9",c),E=$("10",9),W=E.Y(),v=o.H;7(o.u){9.1h(E.D(W-v-1+1).V()).1d(E.D(0,v).V());o.B+=v}p f=$("10",9),l=f.Y(),4=o.B;c.5("1c","H");f.5({U:"T",1b:o.y?"S":"w"});9.5({19:"0",18:"0",Q:"13","1v-1s-1r":"S","z-14":"1"});c.5({U:"T",Q:"13","z-14":"2",w:"1q"});p g=o.y?t(f):s(f);p h=g*l;p j=g*v;f.5({s:f.s(),t:f.t()});9.5(P,h+"C").5(A,-(4*g));c.5(P,j+"C");7(o.r)$(o.r).O(6(){8 m(4-o.k)});7(o.x)$(o.x).O(6(){8 m(4+o.k)});7(o.N)$.R(o.N,6(i,a){$(a).O(6(){8 m(o.u?o.H+i:i)})});7(o.17&&c.11)c.11(6(e,d){8 d>0?m(4-o.k):m(4+o.k)});7(o.J)1p(6(){m(4+o.k)},o.J+o.L);6 M(){8 f.D(4).D(0,v)};6 m(a){7(!b){7(o.K)o.K.Z(G,M());7(o.u){7(a<=o.B-v-1){9.5(A,-((l-(v*2))*g)+"C");4=a==o.B-v-1?l-(v*2)-1:l-(v*2)-o.k}F 7(a>=l-v+1){9.5(A,-((v)*g)+"C");4=a==l-v+1?v+1:v+o.k}F 4=a}F{7(a<0||a>l-v)8;F 4=a}b=12;9.1o(A=="w"?{w:-(4*g)}:{15:-(4*g)},o.L,o.16,6(){7(o.I)o.I.Z(G,M());b=q});7(!o.u){$(o.r+","+o.x).1n("X");$((4-o.k<0&&o.r)||(4+o.k>l-v&&o.x)||[]).1m("X")}}8 q}})};6 5(a,b){8 1l($.5(a[0],b))||0};6 s(a){8 a[0].1k+5(a,\'1j\')+5(a,\'1i\')};6 t(a){8 a[0].1t+5(a,\'1u\')+5(a,\'1e\')}})(1x);',62,96,'||||curr|css|function|if|return|ul|||||||||||scroll|itemLength|go|null||var|false|btnPrev|width|height|circular||left|btnNext|vertical||animCss|start|px|slice|tLi|else|this|visible|afterEnd|auto|beforeStart|speed|vis|btnGo|click|sizeCss|position|each|none|hidden|overflow|clone|tl|disabled|size|call|li|mousewheel|true|relative|index|top|easing|mouseWheel|padding|margin|200|float|visibility|append|marginBottom|extend|fn|prepend|marginRight|marginLeft|offsetWidth|parseInt|addClass|removeClass|animate|setInterval|0px|type|style|offsetHeight|marginTop|list|jCarouselLite|jQuery'.split('|'),0,{}));if(typeof deconcept=="undefined")var deconcept={};if(typeof deconcept.util=="undefined")deconcept.util={};if(typeof deconcept.SWFObjectUtil=="undefined")deconcept.SWFObjectUtil={};deconcept.SWFObject=function(swf,id,w,h,ver,c,quality,xiRedirectUrl,redirectUrl,detectKey){if(!document.getElementById){return;}
this.DETECT_KEY=detectKey?detectKey:'detectflash';this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params={};this.variables={};this.attributes=[];if(swf){this.setAttribute('swf',swf);}
if(id){this.setAttribute('id',id);}
if(w){this.setAttribute('width',w);}
if(h){this.setAttribute('height',h);}
if(ver){this.setAttribute('version',new deconcept.PlayerVersion(ver.toString().split(".")));}
this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);}
window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}
if(c){this.addParam('bgcolor',c);}
var q=quality?quality:'high';this.addParam('quality',q);this.setAttribute('useExpressInstall',false);this.setAttribute('doExpressInstall',false);var xir=(xiRedirectUrl)?xiRedirectUrl:window.location;this.setAttribute('xiRedirectUrl',xir);this.setAttribute('redirectUrl','');if(redirectUrl){this.setAttribute('redirectUrl',redirectUrl);}}
deconcept.SWFObject.prototype={useExpressInstall:function(path){this.xiSWFPath=!path?"expressinstall.swf":path;this.setAttribute('useExpressInstall',true);},setAttribute:function(name,value){this.attributes[name]=value;},getAttribute:function(name){return this.attributes[name]||"";},addParam:function(name,value){this.params[name]=value;},getParams:function(){return this.params;},addVariable:function(name,value){this.variables[name]=value;},getVariable:function(name){return this.variables[name]||"";},getVariables:function(){return this.variables;},getVariablePairs:function(){var variablePairs=[];var key;var variables=this.getVariables();for(key in variables){variablePairs[variablePairs.length]=key+"="+variables[key];}
return variablePairs;},getSWFHTML:function(){var swfNode="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute('swf',this.xiSWFPath);}
swfNode='<embed type="application/x-shockwave-flash" src="'+this.getAttribute('swf')+'" width="'+this.getAttribute('width')+'" height="'+this.getAttribute('height')+'" style="'+(this.getAttribute('style')||"")+'"';swfNode+=' id="'+this.getAttribute('id')+'" name="'+this.getAttribute('id')+'" ';var params=this.getParams();for(var key in params){swfNode+=[key]+'="'+params[key]+'" ';}
var pairs=this.getVariablePairs().join("&");if(pairs.length>0){swfNode+='flashvars="'+pairs+'"';}
swfNode+='/>';}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute('swf',this.xiSWFPath);}
swfNode='<object id="'+this.getAttribute('id')+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute('width')+'" height="'+this.getAttribute('height')+'" style="'+(this.getAttribute('style')||"")+'">';swfNode+='<param name="movie" value="'+this.getAttribute('swf')+'" />';var params=this.getParams();for(var key in params){swfNode+='<param name="'+key+'" value="'+params[key]+'" />';}
var pairs=this.getVariablePairs().join("&");if(pairs.length>0){swfNode+='<param name="flashvars" value="'+pairs+'" />';}
swfNode+="</object>";}
return swfNode;},write:function(elementId){if(this.getAttribute('useExpressInstall')){var expressInstallReqVer=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(expressInstallReqVer)&&!this.installedVer.versionIsValid(this.getAttribute('version'))){this.setAttribute('doExpressInstall',true);this.addVariable("MMredirectURL",escape(this.getAttribute('xiRedirectUrl')));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}
if(this.skipDetect||this.getAttribute('doExpressInstall')||this.installedVer.versionIsValid(this.getAttribute('version'))){var n=(typeof elementId=='string')?document.getElementById(elementId):elementId;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute('redirectUrl')!=""){document.location.replace(this.getAttribute('redirectUrl'));}}
return false;}}
deconcept.SWFObjectUtil.getPlayerVersion=function(){var PlayerVersion=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){PlayerVersion=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var counter=3;while(axo){try{counter++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+counter);PlayerVersion=new deconcept.PlayerVersion([counter,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");PlayerVersion=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(PlayerVersion.major==6){return PlayerVersion;}}
try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}
if(axo!=null){PlayerVersion=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}
return PlayerVersion;}
deconcept.PlayerVersion=function(arrVersion){this.major=arrVersion[0]!=null?parseInt(arrVersion[0]):0;this.minor=arrVersion[1]!=null?parseInt(arrVersion[1]):0;this.rev=arrVersion[2]!=null?parseInt(arrVersion[2]):0;}
deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major)return false;if(this.major>fv.major)return true;if(this.minor<fv.minor)return false;if(this.minor>fv.minor)return true;if(this.rev<fv.rev)return false;return true;}
deconcept.util={getRequestParameter:function(param){var q=document.location.search||document.location.hash;if(param==null){return q;}
if(q){var pairs=q.substring(1).split("&");for(var i=0;i<pairs.length;i++){if(pairs[i].substring(0,pairs[i].indexOf("="))==param){return pairs[i].substring((pairs[i].indexOf("=")+1));}}}
return"";}}
deconcept.SWFObjectUtil.cleanupSWFs=function(){var objects=document.getElementsByTagName("OBJECT");for(var i=objects.length-1;i>=0;i--){objects[i].style.display='none';for(var x in objects[i]){if(typeof objects[i][x]=='function'){objects[i][x]=function(){};}}}}
if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];}}
var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;;;(function(b){function H(){v.hide();r.onerror=r.onload=null;F&&F.abort();l.empty()}function Q(){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"})}function B(){H();var a=q[s];e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));var d,f,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(I))f="image";else if(d.match(T))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,s,e)===false){h=false;return}l.css("padding",t+e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(i.children())});switch(f){case"html":l.html(e.content);G();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(l.children())});b(a).appendTo(l);G();break;case"image":h=false;b.fancybox.showActivity();r=new Image;r.onerror=function(){Q()};r.onload=function(){r.onerror=null;r.onload=null;U()};r.src=d;break;case"swf":var u="",w="";u+='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+d+'"></param>';b.each(e.swf,function(p,R){u+='<param name="'+p+'" value="'+R+'"></param>';w+=" "+p+'="'+R+'"'});u+='<embed src="'+d+'" type="application/x-shockwave-flash" width="'+e.width+'" height="'+e.height+'"'+w+"></embed></object>";l.html(u);G();break;case"ajax":a=d.split("#",2);f=e.ajax.data||{};if(a.length>1){d=a[0];typeof f=="string"?(f+="&selector="+a[1]):(f.selector=a[1])}h=false;b.fancybox.showActivity();F=b.ajax(b.extend(e.ajax,{url:d,data:f,error:Q,success:function(p){if(F.status==200){l.html(p);G()}}}));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(l);J();break}}function U(){h=true;e.width=r.width;e.height=r.height;b("<img />").attr({id:"fancybox-img",src:r.src,alt:e.title}).appendTo(l);J()}function G(){l.width(e.width);l.height(e.height);if(e.width=="auto")e.width=l.width();if(e.height=="auto")e.height=l.height();J()}function J(){v.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=s;c=e;i.get(0).scrollTop=0;i.get(0).scrollLeft=0;if(c.overlayShow){K&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});y.css({"background-color":c.overlayColor,opacity:c.overlayOpacity}).unbind().show()}m=V();W();if(g.is(":visible")){b(z.add(C).add(D)).hide();var a=g.position();k={top:a.top,left:a.left,width:g.width(),height:g.height()};var d=k.width==m.width&&k.height==m.height;i.fadeOut(c.changeFade,function(){function f(){i.html(l.contents()).fadeIn(c.changeFade,L)}b.event.trigger("fancybox-change");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)}).empty().css("overflow","hidden");A.prop=0;b(A).animate({prop:1},{duration:d?0:c.changeSpeed,easing:c.easingChange,step:M,complete:f})})}else{g.css("opacity",1);if(c.transitionIn=="elastic"){k=S();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(l.contents());g.css(k).show();if(c.opacity)m.opacity=0;A.prop=0;b(A).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(m.width-c.padding*2,1),height:Math.max(m.height-c.padding*2-x,1)}).html(l.contents());g.css(m).fadeIn(c.transitionIn=="none"?0:c.speedIn,L)}}}function M(a){var d=Math.round(k.width+(m.width-k.width)*a),f=Math.round(k.height+(m.height-k.height)*a),o=Math.round(k.top+(m.top-k.top)*a),u=Math.round(k.left+(m.left-k.left)*a);g.css({width:d+"px",height:f+"px",top:o+"px",left:u+"px"});d=Math.max(d-c.padding*2,0);f=Math.max(f-(c.padding*2+x*a),0);i.css({width:d+"px",height:f+"px"});if(typeof m.opacity!=="undefined")g.css("opacity",a<0.5?0.5:a)}function L(){i.css("overflow",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&&y.one("click",b.fancybox.close);c.showCloseButton&&z.show();X();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;Y()}function V(){var a=N(),d={},f=c.margin,o=c.autoScale,u=(t+f)*2,w=(t+f)*2,p=c.padding*2;if(c.width.toString().indexOf("%")>-1){d.width=a[0]*parseFloat(c.width)/100-t*2;o=false}else d.width=c.width+p;if(c.height.toString().indexOf("%")>-1){d.height=a[1]*parseFloat(c.height)/100-t*2;o=false}else d.height=c.height+p;if(o&&(d.width>a[0]-u||d.height>a[1]-w))if(e.type=="image"||e.type=="swf"){u+=p;w+=p;o=Math.min(Math.min(a[0]-u,c.width)/c.width,Math.min(a[1]-w,c.height)/c.height);d.width=Math.round(o*(d.width-p))+p;d.height=Math.round(o*(d.height-p))+p}else{d.width=Math.min(d.width,a[0]-u);d.height=Math.min(d.height,a[1]-w)}d.top=a[3]+(a[1]-(d.height+t*2))*0.5;d.left=a[2]+(a[0]-(d.width+t*2))*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}function S(){var a=e.orig?b(e.orig):false,d={};if(a&&a.length){a=Z(a);d={width:a.width+c.padding*2,height:a.height+c.padding*2,top:a.top-c.padding-t,left:a.left-c.padding-t}}else{a=N();d={width:1,height:1,top:a[3]+a[1]*0.5,left:a[2]+a[0]*0.5}}return d}
function X(){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)C.show();if(c.cyclic&&j.length>1||n!=j.length-1)D.show()}}function Y(){if(j.length-1>n){var a=j[n+1].href;if(typeof a!=="undefined"&&a.match(I)){var d=new Image;d.src=a}}if(n>0){a=j[n-1].href;if(typeof a!=="undefined"&&a.match(I)){d=new Image;d.src=a}}}function $(){if(v.is(":visible")){b("div",v).css("top",O*-40+"px");O=(O+1)%12}else clearInterval(P)}function N(){return[b(window).width(),b(window).height(),b(document).scrollLeft(),b(document).scrollTop()]}function Z(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}function W(){b("#fancybox-title").remove();x=0;if(c.titleShow!=false){var a=c.title;a=b.isFunction(c.titleFormat)?c.titleFormat(a,j,n,c):aa(a);if(!(!a||a=="")){var d=m.width-c.padding*2;b('<div id="fancybox-title" class="'+("fancybox-title-"+c.titlePosition)+'" />').css({width:d,paddingLeft:c.padding,paddingRight:c.padding}).html(a).appendTo("body");switch(c.titlePosition){case"inside":x=b("#fancybox-title").outerHeight(true)-c.padding;m.height+=x;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(E).hide();K&&b("#fancybox-title span").fixPNG()}}}function aa(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}function ba(){if(!b("#fancybox-wrap").length){b("body").append(l=b('<div id="fancybox-tmp"></div>'),v=b('<div id="fancybox-loading"><div></div></div>'),y=b('<div id="fancybox-overlay"></div>'),g=b('<div id="fancybox-wrap"></div>'));E=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);E.append(i=b('<div id="fancybox-inner"></div>'),z=b('<a id="fancybox-close"></a>'),C=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),D=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));z.click(b.fancybox.close);v.click(b.fancybox.cancel);C.click(function(a){a.preventDefault();b.fancybox.prev()});D.click(function(a){a.preventDefault();b.fancybox.next()});b.support.opacity||E.find(".fancy-bg").fixPNG();if(K){b(z.add(".fancy-ico").add("div",v)).fixPNG();y.get(0).style.setExpression("height","document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'");v.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'");E.prepend('<iframe id="fancybox-hide-sel-frame" src="javascript:\'\';" scrolling="no" frameborder="0" ></iframe>')}}}
var l,v,y,g,E,i,z,C,D,s=0,e={},q=[],n=0,c={},j=[],F=null,r=new Image,I=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,T=/[^\.]\.(swf)\s*$/i,P,O=1,k,m,h=false,t=20,A=b.extend(b("<div/>")[0],{prop:0}),x=0,K=!b.support.opacity&&!window.XMLHttpRequest;b.fn.fixPNG=function(){return this.each(function(){var a=b(this).css("backgroundImage");if(a.match(/^url\(["']?(.*\.png)["']?\)$/i)){a=RegExp.$1;b(this).css({backgroundImage:"none",filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod="+
(b(this).css("backgroundRepeat")=="no-repeat"?"crop":"scale")+", src='"+a+"')"}).each(function(){var d=b(this).css("position");d!="absolute"&&d!="relative"&&b(this).css("position","relative")}).css("zoom",1)}})};b.fn.fancybox=function(a){b(this).data("fancybox",b.extend({},a));b(this).unbind("click.fb").bind("click.fb",function(d){d.preventDefault();if(!h){h=true;b(this).blur();q=[];s=0;d=b(this).attr("rel")||"";if(!d||d==""||d==="nofollow")q.push(this);else{q=b("a[rel="+d+"], area[rel="+d+"]");s=q.index(this)}B();return false}});return this};b.fancybox=function(a,d){if(!h){h=true;q=[];s=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)}B()}};b.fancybox.showActivity=function(){clearInterval(P);v.show();P=setInterval($,66)};b.fancybox.hideActivity=function(){v.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);if(a>-1&&j.length>a){s=a;B()}if(c.cyclic&&j.length>1&&a<0){s=j.length-1;B()}if(c.cyclic&&j.length>1&&a>=j.length){s=0;B()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");H();e&&b.isFunction(e.onCancel)&&e.onCancel(q,s,e);h=false}};b.fancybox.close=function(){function a(){y.fadeOut("fast");g.hide();b.event.trigger("fancybox-cleanup");i.empty();b.isFunction(c.onClosed)&&c.onClosed(j,n,c);j=e=[];n=s=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}H();b(z.add(C).add(D)).hide();b("#fancybox-title").remove();g.add(i).add(y).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");i.css("overflow","hidden");if(c.transitionOut=="elastic"){k=S();var d=g.position();m={top:d.top,left:d.left,width:g.width(),height:g.height()};if(c.opacity)m.opacity=1;A.prop=1;b(A).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(){if(!(h||g.is(":hidden"))){h=true;var a=i.wrapInner("<div style='overflow:auto'></div>").children(),d=a.height();g.css({height:d+c.padding*2+x});i.css({height:d});a.replaceWith(a.children());b.fancybox.center()}};b.fancybox.center=function(){h=true;var a=N(),d=c.margin,f={};f.top=a[3]+(a[1]-(g.height()-x+t*2))*0.5;f.left=a[2]+(a[0]-(g.width()+t*2))*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(){ba()})})(jQuery);;var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},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 B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};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(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}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)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,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 B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}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(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,E),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(/cufon/.test(E.className)){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}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={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||(window.Ext&&Ext.query)||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,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){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.removeClass(x.root(),"cufon-loading")});e=true}if(C.hover){C.forceHitArea=true}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)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").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(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var f=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(f?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(g,h){return a(g,/(?:em|ex|%)$|^[a-z-]+$/i.test(h)?"1em":h)}function a(j,k){if(/px$/i.test(k)){return parseFloat(k)}var i=j.style.left,h=j.runtimeStyle.left;j.runtimeStyle.left=j.currentStyle.left;j.style.left=k.replace("%","em");var g=j.style.pixelLeft;j.style.left=i;j.runtimeStyle.left=h;return g}var e={};function d(n){var o=n.id;if(!e[o]){var l=n.stops,m=document.createElement("cvml:fill"),g=[];m.type="gradient";m.angle=180;m.focus="0";m.method="sigma";m.color=l[0][1];for(var i=1,h=l.length-1;i<h;++i){g.push(l[i][0]*100+"% "+l[i][1])}m.colors=g.join(",");m.color2=l[h][1];e[o]=m}return e[o]}return function(ai,J,ac,F,N,aj,aa){var n=(J===null);if(n){J=N.alt}var L=ai.viewBox;var p=ac.computedFontSize||(ac.computedFontSize=new Cufon.CSS.Size(c(aj,ac.get("fontSize"))+"px",ai.baseSize));var Z=ac.computedLSpacing;if(Z==undefined){Z=ac.get("letterSpacing");ac.computedLSpacing=Z=(Z=="normal")?0:~~p.convertFrom(a(aj,Z))}var B,q;if(n){B=N;q=N.firstChild}else{B=document.createElement("span");B.className="cufon cufon-vml";B.alt=J;q=document.createElement("span");q.className="cufon-vml-canvas";B.appendChild(q);if(F.printable){var af=document.createElement("span");af.className="cufon-alt";af.appendChild(document.createTextNode(J));B.appendChild(af)}if(!aa){B.appendChild(document.createElement("cvml:shape"))}}var ao=B.style;var U=q.style;var h=p.convert(L.height),al=Math.ceil(h);var Y=al/h;var S=Y*Cufon.CSS.fontStretch(ac.get("fontStretch"));var X=L.minX,W=L.minY;U.height=al;U.top=Math.round(p.convert(W-ai.ascent));U.left=Math.round(p.convert(X));ao.height=p.convert(ai.height)+"px";var u=F.enableTextDecoration?Cufon.CSS.textDecoration(aj,ac):{};var I=ac.get("color");var an=Cufon.CSS.textTransform(J,ac).split(""),A;var o=ai.glyphs,G,r,ae;var g=0,O=[],V=0,w;var y,K=F.textShadow;for(var ah=0,ag=0,ad=an.length;ah<ad;++ah){G=o[A=an[ah]]||ai.missingGlyph;if(!G){continue}if(r){g-=ae=r[A]||0;O[ag-1]-=ae}g+=w=O[ag++]=~~(G.w||ai.w)+Z;r=G.k}if(w===undefined){return null}var z=-X+g+(L.width-w);var am=p.convert(z*S),ab=Math.round(am);var R=z+","+L.height,m;var M="r"+R+"ns";var x=F.textGradient&&d(F.textGradient);for(ah=0,ag=0;ah<ad;++ah){G=o[an[ah]]||ai.missingGlyph;if(!G){continue}if(n){y=q.childNodes[ag];while(y.firstChild){y.removeChild(y.firstChild)}}else{y=document.createElement("cvml:shape");q.appendChild(y)}y.stroked="f";y.coordsize=R;y.coordorigin=m=(X-V)+","+W;y.path=(G.d?"m"+G.d+"xe":"")+"m"+m+M;y.fillcolor=I;if(x){y.appendChild(x.cloneNode(false))}var ak=y.style;ak.width=ab;ak.height=al;if(K){var t=K[0],s=K[1];var E=Cufon.CSS.color(t.color),C;var Q=document.createElement("cvml:shadow");Q.on="t";Q.color=E.color;Q.offset=t.offX+","+t.offY;if(s){C=Cufon.CSS.color(s.color);Q.type="double";Q.color2=C.color;Q.offset2=s.offX+","+s.offY}Q.opacity=E.opacity||(C&&C.opacity)||1;y.appendChild(Q)}V+=O[ag++]}var P=y.nextSibling,v,D;if(F.forceHitArea){if(!P){P=document.createElement("cvml:rect");P.stroked="f";P.className="cufon-vml-cover";v=document.createElement("cvml:fill");v.opacity=0;P.appendChild(v);q.appendChild(P)}D=P.style;D.width=ab;D.height=al}else{if(P){q.removeChild(P)}}ao.width=Math.max(Math.ceil(p.convert(g*S)),0);if(f){var T=ac.computedYAdjust;if(T===undefined){var H=ac.get("lineHeight");if(H=="normal"){H="1em"}else{if(!isNaN(H)){H+="em"}}ac.computedYAdjust=T=0.5*(a(aj,H)-parseFloat(ao.height))}if(T){ao.marginTop=Math.ceil(T)+"px";ao.marginBottom=T+"px"}}return B}})());;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Digitized data copyright (C) 1996 The Monotype Corporation. All rights
 * reserved. Arial® is a trademark of The Monotype Corporation which may be
 * registered in certain jurisdictions.
 * 
 * Trademark:
 * Arial® is a trademark of The Monotype Corporation which may be registered in
 * certain jurisdictions.
 * 
 * Description:
 * Monotype Drawing Office 1982. A contemporary sans serif design, Arial contains
 * more humanist characteristics than many of its predecessors and as such is more
 * in tune with the mood of the last decades of the twentieth century. The overall
 * treatment of curves is softer and fuller than in most industrial-style sans
 * serif faces. Terminal strokes are cut on the diagonal which helps to give the
 * face a less mechanical appearance. Arial is an extremely versatile family of
 * typefaces which can be used with equal success for text setting in reports,
 * presentations, magazines etc, and for display use in newspapers, advertising and
 * promotions.
 * 
 * Manufacturer:
 * Monotype Typography
 * 
 * Designer:
 * Robin Nicholas, Patricia Saunders
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 */
Cufon.registerFont({"w":1366,"face":{"font-family":"Arial Black","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"2048","panose-1":"2 11 10 4 2 1 2 9 2 4","ascent":"1638","descent":"-410","x-height":"25","bbox":"-233 -1997 2312 433.01","underline-thickness":"102","underline-position":"-154","slope":"-12.127","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":682},"!":{"d":"805,-1466v-54,229,-52,326,-141,545v-47,116,-102,269,-168,458r-256,0v15,-145,25,-272,31,-383v14,-283,38,-331,98,-620r436,0xm557,-377r-80,377r-407,0r82,-377r405,0","w":682},"\"":{"d":"1190,-1466v-34,143,-34,202,-93,349r-75,189r-279,0r-12,-297r53,-241r406,0xm674,-1466v-34,143,-36,201,-94,349r-74,189r-279,0r-12,-297r53,-241r406,0","w":1024},"#":{"d":"1368,-328r-299,0r-70,353r-286,0r71,-353r-219,0r-71,353r-283,0r72,-353r-140,0r0,-276r193,0r53,-252r-246,0r0,-277r301,0r70,-358r285,0r-72,358r219,0r72,-358r285,0r-72,358r137,0r0,277r-192,0r-52,252r244,0r0,276xm891,-856r-217,0r-53,252r219,0","w":1352},"$":{"d":"1452,-1098r-371,25v-27,-74,-42,-111,-98,-139r-65,301v155,44,265,104,334,177v109,115,134,313,56,468v-57,116,-184,228,-320,262v-68,18,-156,27,-265,29r-41,186r-143,0r41,-193v-263,-35,-417,-181,-461,-438r399,-47v17,120,36,158,119,211r78,-360v-149,-47,-255,-110,-319,-190v-144,-179,-120,-397,45,-544v93,-84,245,-128,454,-133r23,-84r143,0r-23,92v94,8,183,41,266,99v83,58,132,151,148,278xm844,-1235v-112,12,-168,60,-168,143v0,48,18,83,54,104v36,21,54,32,56,32xm776,-229v138,-12,207,-69,207,-170v0,-73,-45,-129,-135,-168"},"%":{"d":"1847,-1491r-1272,1565r-229,0r1272,-1565r229,0xm199,-1038v0,-251,171,-453,432,-453v203,0,344,107,344,307v0,249,-172,459,-440,459v-202,0,-336,-110,-336,-313xm455,-993v-1,61,28,104,82,104v130,1,182,-205,182,-346v0,-98,-115,-119,-174,-55v-49,28,-89,228,-90,297xm1219,-238v0,-250,171,-452,432,-452v203,0,345,106,344,307v-1,250,-172,459,-441,459v-201,0,-335,-111,-335,-314xm1475,-193v-1,61,28,104,81,105v131,2,183,-205,183,-346v0,-98,-115,-118,-174,-54v-49,28,-89,226,-90,295","w":2048},"&":{"d":"1346,-547r120,-141r250,186v-43,59,-92,119,-147,178v14,12,56,50,125,115r-228,234v-32,-21,-109,-91,-155,-129v-155,96,-247,129,-471,129v-201,0,-348,-41,-441,-122v-93,-81,-139,-177,-139,-288v0,-211,140,-369,420,-473v-53,-93,-80,-181,-80,-264v-3,-247,229,-369,485,-369v239,0,461,114,461,320v0,129,-79,210,-160,270v-60,43,-138,86,-223,131xm1094,-1274v-81,0,-143,60,-142,137v0,34,21,82,62,144v68,-31,118,-64,150,-98v32,-34,48,-65,48,-93v0,-52,-58,-90,-118,-90xm657,-416v0,101,70,176,183,176v74,0,156,-31,245,-92v-107,-111,-190,-208,-249,-293v-119,62,-179,132,-179,209","w":1821},"'":{"d":"700,-1466v-33,143,-35,202,-93,349r-75,189r-278,0r-12,-297r53,-241r405,0","w":569},"(":{"d":"332,430v-121,-320,-185,-465,-185,-790v0,-361,184,-738,553,-1131r279,0v-325,377,-487,839,-487,1385v0,197,28,375,83,536r-243,0","w":797},")":{"d":"561,-1491v121,321,184,465,184,791v0,361,-184,737,-552,1130r-279,0v325,-377,487,-839,487,-1384v0,-197,-28,-376,-84,-537r244,0","w":797},"*":{"d":"1114,-1128v-184,34,-147,36,-278,43v22,13,86,77,192,192r-180,135v-63,-113,-105,-196,-127,-248v-32,89,-81,167,-125,248r-186,-135v120,-121,188,-185,204,-192r-276,-43r72,-211v119,53,201,94,247,125v-9,-38,-24,-130,-43,-277r222,0v-17,147,-32,240,-43,277v82,-46,79,-46,251,-125","w":1139},"+":{"d":"1298,-559r-383,0r0,383r-323,0r0,-383r-383,0r0,-324r383,0r0,-383r323,0r0,383r383,0r0,324","w":1352},",":{"d":"582,-410v-63,245,-85,557,-239,696v-91,82,-205,120,-376,117r45,-194v145,5,223,-64,256,-209r-211,0r88,-410r437,0","w":682},"-":{"d":"717,-692r-68,313r-592,0r68,-313r592,0","w":682},".":{"d":"582,-410r-88,410r-437,0r88,-410r437,0","w":682},"\/":{"d":"666,-1466r-316,1515r-254,0r316,-1515r254,0","w":569},"0":{"d":"659,25v-329,0,-507,-241,-507,-600v0,-137,30,-281,91,-431v104,-259,305,-485,629,-485v145,0,271,49,380,143v215,187,187,590,66,881v-112,268,-317,492,-659,492xm1020,-1016v0,-113,-48,-201,-156,-201v-65,0,-118,41,-170,119v-82,123,-149,446,-149,631v0,145,52,217,157,217v63,0,116,-42,167,-120v82,-125,149,-457,151,-646"},"1":{"d":"1276,-1491r-322,1491r-409,0r209,-965v-123,77,-270,136,-441,177r74,-347v218,-95,398,-213,541,-356r348,0"},"2":{"d":"1006,-1063v0,-94,-73,-154,-154,-154v-99,0,-161,73,-188,220r-400,-60v51,-288,272,-434,613,-434v309,0,526,137,526,404v0,89,-28,175,-85,257v-57,82,-153,168,-288,263v-166,116,-176,113,-289,233r580,0r-74,334r-1118,0v26,-150,85,-277,173,-384v113,-138,347,-316,530,-447v63,-45,107,-87,134,-125v27,-38,40,-74,40,-107"},"3":{"d":"911,-442v0,-99,-73,-185,-168,-183v-17,0,-44,3,-79,9r51,-267v176,7,274,-61,274,-215v0,-95,-48,-143,-145,-143v-101,0,-164,66,-189,197r-376,-68v87,-259,270,-379,600,-379v166,0,291,38,376,113v85,75,127,163,127,264v0,158,-92,277,-276,356v203,89,258,320,137,511v-99,156,-280,272,-573,272v-321,0,-530,-145,-559,-412r397,-51v21,142,88,213,201,213v118,0,202,-103,202,-217"},"4":{"d":"1405,-1491r-197,903r189,0r-68,316r-186,0r-60,272r-350,0r60,-272r-746,0r74,-338r932,-881r352,0xm961,-1047r-5,-4r-491,463r395,0"},"5":{"d":"707,-227v149,1,251,-164,251,-326v0,-124,-53,-186,-159,-186v-75,0,-141,32,-197,96r-375,-57r219,-766r984,0r-68,311r-629,0r-69,237v126,-43,162,-73,290,-73v242,0,408,150,402,409v-6,251,-118,398,-290,512v-172,114,-633,132,-791,-4v-80,-69,-133,-174,-152,-321r403,-47v-3,130,61,214,181,215"},"6":{"d":"715,25v-346,0,-559,-237,-559,-586v0,-145,29,-294,86,-445v103,-275,312,-483,665,-485v272,-1,460,118,496,354r-393,37v-21,-177,-207,-185,-290,-57v-39,60,-79,153,-114,283r4,4v90,-75,191,-113,303,-113v231,0,414,194,414,432v0,148,-55,281,-165,399v-110,118,-259,177,-447,177xm545,-426v0,119,52,205,166,205v51,0,102,-27,152,-81v50,-54,75,-147,75,-278v0,-76,-76,-162,-170,-157v-135,7,-223,150,-223,311"},"7":{"d":"1513,-1466r-57,272v-235,179,-415,378,-542,596v-127,218,-209,418,-244,598r-416,0v99,-430,327,-805,686,-1124r-686,0r72,-342r1187,0"},"8":{"d":"647,25v-302,0,-506,-138,-506,-406v0,-187,99,-333,297,-440v-201,-134,-170,-394,7,-543v99,-83,238,-127,423,-127v166,0,292,32,380,97v88,65,132,153,132,264v0,150,-78,262,-233,337v266,139,215,468,9,655v-117,107,-285,163,-509,163xm676,-1055v0,94,61,145,151,146v96,1,177,-96,177,-197v0,-89,-54,-143,-142,-143v-106,0,-186,89,-186,194xm537,-387v-1,96,64,162,159,162v150,0,238,-140,238,-285v0,-101,-64,-154,-156,-158v-153,-6,-239,143,-241,281"},"9":{"d":"854,-1491v346,0,559,236,559,586v0,145,-28,294,-85,445v-103,275,-313,483,-666,485v-272,1,-460,-119,-496,-355r393,-37v19,179,206,186,289,58v39,-60,80,-153,115,-283r-5,-4v-90,75,-191,113,-303,113v-230,0,-413,-195,-413,-432v0,-148,54,-281,164,-399v110,-118,259,-177,448,-177xm631,-887v0,75,71,164,170,158v134,-8,223,-150,223,-311v0,-120,-52,-205,-166,-205v-51,0,-102,27,-152,81v-50,54,-75,147,-75,277"},":":{"d":"719,-1061r-88,410r-436,0r88,-410r436,0xm582,-410r-88,410r-437,0r88,-410r437,0","w":682},";":{"d":"719,-1061r-88,410r-436,0r88,-410r436,0xm582,-410v-63,245,-85,557,-239,696v-91,82,-205,120,-376,117r45,-194v145,5,223,-64,256,-209r-211,0r88,-410r437,0","w":682},"<":{"d":"1298,-100r-1136,-473r0,-297r1136,-471r0,354r-690,266r690,268r0,353","w":1352},"=":{"d":"1298,-809r-1089,0r0,-324r1089,0r0,324xm1298,-317r-1089,0r0,-324r1089,0r0,324","w":1352},">":{"d":"1298,-573r-1136,473r0,-357r690,-266r-690,-266r0,-352r1136,473r0,295","w":1352},"?":{"d":"881,-1094v1,-60,-55,-88,-117,-88v-114,0,-183,57,-207,172r-381,-41v78,-298,252,-436,602,-440v286,-3,491,98,496,358v3,117,-60,221,-115,279v-33,35,-285,215,-349,281v-31,32,-56,69,-71,112r-377,0v57,-238,140,-286,322,-422v88,-65,142,-110,164,-137v22,-27,33,-51,33,-74xm733,-379r-78,379r-405,0r82,-379r401,0","w":1251},"@":{"d":"217,-614v0,401,257,698,651,698v191,0,363,-62,518,-186r205,0v-141,190,-415,329,-719,335v-473,9,-804,-377,-804,-847v0,-241,72,-447,217,-619v145,-172,344,-258,598,-258v423,0,708,312,708,717v0,263,-121,473,-283,578v-85,56,-163,83,-235,83v-84,0,-136,-39,-155,-118v-73,79,-153,118,-240,118v-205,0,-326,-193,-326,-428v0,-163,44,-309,124,-443v135,-227,396,-279,540,-50r16,-113r197,0r-125,791v-9,27,-6,73,37,73v59,0,124,-44,194,-132v70,-88,105,-207,105,-357v0,-344,-221,-569,-557,-569v-402,0,-666,320,-666,727xm563,-492v0,122,46,234,148,234v86,0,148,-66,187,-196v39,-130,58,-253,58,-369v0,-102,-46,-199,-141,-199v-82,0,-144,57,-187,170v-43,113,-65,233,-65,360","w":1516},"A":{"d":"1511,0r-444,0r-20,-240r-478,0r-114,240r-488,0r828,-1466r483,0xm1018,-551r-45,-534r-4,0r-252,534r301,0","w":1593,"k":{"y":53,"w":35,"v":104,"u":104,"p":20,"Y":262,"W":55,"V":211,"U":139,"T":211,"Q":123,"O":123,"G":141,"C":141}},"B":{"d":"1546,-1282v117,212,-23,467,-233,512r0,4v157,47,235,150,235,309v0,116,-48,221,-145,315v-97,94,-235,142,-414,142r-903,0r313,-1466r676,0v237,-8,391,39,471,184xm1161,-1055v0,-94,-61,-114,-180,-114r-193,0r-57,276v156,-5,333,22,397,-73v21,-31,33,-59,33,-89xm1106,-485v0,-103,-60,-129,-188,-129r-246,0r-64,299r242,0v171,0,256,-57,256,-170","w":1593,"k":{"\u00dc":88,"\u00c5":53,"\u00c4":53,"U":88,"A":53,".":-16,",":-33}},"C":{"d":"834,25v-405,0,-651,-233,-652,-619v0,-143,34,-287,100,-432v123,-270,371,-462,748,-465v357,-3,589,196,623,506r-416,47v9,-136,-90,-219,-205,-219v-269,0,-399,314,-405,592v-3,144,83,262,231,256v175,-7,238,-119,301,-269r424,66v-89,299,-349,537,-749,537","w":1593,"k":{".":-35,",":-51}},"D":{"d":"993,-1466v409,-8,608,233,615,614v6,332,-196,689,-424,780v-115,46,-224,72,-328,72r-772,0r307,-1466r602,0xm1163,-899v0,-160,-68,-247,-241,-244r-144,0r-170,819r187,0v124,0,216,-64,277,-192v61,-128,91,-256,91,-383","w":1593,"k":{"\u00c5":104,"\u00c4":104,"Y":211,"V":174,"A":104}},"E":{"d":"1593,-1466r-67,315r-744,0r-49,233r717,0r-66,297r-716,0r-62,287r807,0r-72,334r-1259,0r313,-1466r1198,0","w":1479},"F":{"d":"1522,-1466r-68,313r-672,0r-57,262r657,0r-65,297r-660,0r-120,594r-453,0r313,-1466r1125,0","k":{"\u00f6":35,"\u00e5":20,"\u00e4":20,"\u00c5":176,"\u00c4":176,"r":35,"o":35,"l":-20,"e":35,"a":20,"A":176,".":350,",":332}},"G":{"d":"838,25v-397,0,-661,-229,-658,-625v3,-359,183,-641,432,-776v138,-75,294,-115,471,-115v347,0,558,150,633,449r-446,49v-41,-116,-123,-174,-248,-174v-122,0,-219,62,-290,185v-71,123,-107,255,-107,396v0,161,122,287,286,287v93,0,175,-24,246,-72r33,-157r-277,0r66,-306r684,0r-147,689v-228,113,-454,170,-678,170","w":1706},"H":{"d":"1802,-1466r-315,1466r-455,0r127,-596r-491,0r-125,596r-459,0r315,-1466r455,0r-111,518r490,0r115,-518r454,0","w":1706},"I":{"d":"877,-1466r-314,1466r-459,0r314,-1466r459,0","w":797},"J":{"d":"567,25v-334,8,-582,-81,-583,-414v0,-27,3,-62,10,-103r428,-49r-4,105v0,81,44,121,133,121v149,0,160,-118,190,-256r193,-895r455,0r-211,977v-84,371,-205,505,-611,514","k":{"\u00fc":123,"\u00f6":123,"\u00e5":88,"\u00e4":88,"\u00c5":104,"\u00c4":104,"y":70,"u":123,"o":123,"e":123,"a":88,"A":104,";":88,":":86,".":123,",":106}},"K":{"d":"1886,-1466r-635,553r449,913r-490,0r-276,-635r-320,275r-75,360r-457,0r313,-1466r457,0r-119,548r4,5r553,-553r596,0","w":1706,"k":{"\u00fc":53,"\u00f6":70,"\u00e5":20,"\u00e4":20,"\u00d6":123,"y":-20,"v":53,"u":53,"o":70,"e":70,"a":20,"O":123,"G":139,"C":139}},"L":{"d":"1341,-358r-75,358r-1182,0r311,-1466r457,0r-238,1108r727,0","k":{"\u00dc":104,"\u00d6":104,"y":35,"w":53,"Y":262,"W":35,"V":158,"U":104,"T":193,"O":104,"G":104,"C":106}},"M":{"d":"2036,-1466r-316,1466r-377,0r271,-1120r-6,0r-543,1120r-334,0r-63,-1120r-4,0r-211,1120r-377,0r313,-1466r553,0r55,929r4,0r465,-929r570,0","w":1933},"N":{"d":"1796,-1466r-315,1466r-424,0r-363,-852r-4,0r-182,852r-426,0r315,-1466r424,0r361,854r4,0r184,-854r426,0","w":1706,"k":{"\u00c5":20,"\u00c4":20,"A":20}},"O":{"d":"844,25v-403,5,-670,-213,-666,-605v4,-359,163,-619,386,-774v145,-101,288,-131,501,-137v498,-15,733,370,620,851v-47,196,-172,394,-327,504v-155,110,-285,158,-514,161xm623,-569v-6,148,97,260,249,260v269,0,383,-330,398,-563v11,-174,-95,-285,-254,-285v-275,0,-382,328,-393,588","w":1706,"k":{"\u00c5":88,"\u00c4":88,"Y":227,"X":139,"W":35,"V":174,"T":106,"A":88,".":53,",":35}},"P":{"d":"397,-1466r666,0v231,0,351,42,429,176v85,147,58,375,-40,508v-131,177,-286,240,-600,241r-201,0r-114,541r-457,0xm868,-831v131,5,245,-92,244,-213v0,-88,-48,-132,-143,-132r-178,0r-76,345r153,0","w":1479,"k":{"\u00e5":35,"\u00c5":193,"\u00c4":193,"o":53,"e":53,"a":35,"A":193,".":432,",":420}},"Q":{"d":"1065,-1491v417,-10,649,242,649,621v0,121,-26,246,-78,376v-52,130,-138,244,-260,344v101,85,167,135,197,150r-168,236v-60,-43,-151,-127,-272,-250v-86,26,-182,39,-289,39v-403,4,-671,-214,-666,-607v4,-357,163,-618,386,-772v146,-101,288,-132,501,-137xm924,-311v-25,-49,-138,-126,-172,-158r106,-147v70,42,151,109,244,200v88,-99,166,-306,168,-475v2,-151,-103,-268,-254,-266v-276,3,-393,329,-393,590v0,164,115,281,301,256","w":1706,"k":{"Y":193,"V":141,"U":35,"T":70,"A":20,".":53}},"R":{"d":"1645,-1081v0,267,-173,431,-445,465v92,75,202,280,330,616r-479,0v-40,-106,-87,-222,-141,-348v-54,-126,-96,-198,-123,-218v-33,-24,-71,-32,-123,-30r-125,596r-455,0r311,-1466r834,0v264,-9,416,152,416,385xm1214,-1049v0,-102,-64,-119,-198,-120r-230,0r-63,299v262,-6,491,33,491,-179","w":1593,"k":{"\u00fc":70,"\u00f6":70,"\u00e5":35,"\u00e4":35,"\u00dc":70,"\u00d6":35,"w":-20,"v":20,"u":70,"o":70,"e":70,"a":35,"Y":176,"V":104,"U":70,"T":53,"Q":35,"O":35,"G":53,"C":53}},"S":{"d":"793,-266v155,8,286,-122,185,-237v-23,-26,-83,-55,-177,-89v-215,-77,-351,-150,-409,-214v-110,-122,-110,-328,-14,-466v97,-141,284,-219,527,-219v397,0,608,144,633,432r-424,23v-9,-127,-80,-191,-213,-191v-121,0,-226,103,-133,183v75,64,352,150,436,202v125,77,239,182,236,375v-3,202,-126,342,-278,421v-90,47,-217,71,-382,71v-233,0,-398,-44,-495,-134v-105,-98,-151,-213,-146,-378r426,-29v-2,171,73,242,228,250","w":1479,"k":{".":-33,",":-51}},"T":{"d":"1681,-1466r-75,360r-476,0r-239,1106r-455,0r238,-1106r-455,0r76,-360r1386,0","w":1479,"k":{"\u00e5":158,"\u00d6":53,"\u00c5":158,"\u00c4":158,"z":104,"y":35,"w":35,"u":123,"s":123,"r":88,"o":176,"m":104,"l":-51,"h":-68,"e":174,"c":174,"a":158,"Q":53,"O":53,"G":53,"C":53,"A":158,";":53,":":53,".":315,"-":174,",":299}},"U":{"d":"1798,-1466r-190,884v-91,399,-275,605,-750,607v-237,1,-374,-40,-490,-148v-93,-87,-147,-207,-147,-371v0,-91,9,-179,27,-262r151,-710r455,0r-176,825v-8,39,-12,80,-12,123v0,116,69,174,206,174v196,0,259,-115,302,-322r167,-800r457,0","w":1706,"k":{"\u00c5":70,"\u00c4":70,"A":70,".":70,",":53}},"V":{"d":"1841,-1466r-823,1466r-490,0r-282,-1466r450,0r131,1044r4,0r519,-1044r491,0","w":1593,"k":{"\u00e5":88,"\u00d6":88,"\u00c5":123,"\u00c4":123,"u":88,"r":53,"o":106,"i":-20,"e":104,"a":88,"Q":88,"O":88,"G":88,"C":88,"A":123,";":70,":":72,".":279,"-":88,",":260}},"W":{"d":"2312,-1466r-690,1466r-444,0r-35,-899r-4,0r-418,899r-453,0r-39,-1466r408,0r-21,895r5,4r405,-899r440,0r21,905r4,0r377,-905r444,0","w":2048,"k":{"\u00e5":35,"\u00d6":20,"u":53,"r":35,"o":53,"i":-35,"h":-35,"e":53,"d":53,"a":35,"O":20,"G":35,"C":35,";":20,":":20,".":158,"-":35,",":139}},"X":{"d":"1839,-1466r-694,751r383,715r-465,0r-209,-420r-360,420r-555,0r712,-780r-389,-686r469,0r209,405r356,-405r543,0","w":1593,"k":{"\u00d6":123,"O":123,"G":121,"C":123}},"Y":{"d":"1847,-1466r-706,913r-117,553r-457,0r121,-565r-440,-901r475,0r225,542r379,-542r520,0","w":1593,"k":{"\u00e5":174,"\u00d6":123,"\u00c5":123,"\u00c4":123,"v":53,"u":158,"q":193,"p":139,"o":193,"i":-20,"e":193,"d":193,"a":174,"S":123,"O":123,"G":139,"C":139,"A":123,";":176,":":174,".":332,"-":211,",":315}},"Z":{"d":"1583,-1466r-51,295r-873,856r807,0r-67,315r-1356,0r68,-315r860,-836r-729,0r69,-315r1272,0","w":1479},"[":{"d":"1024,-1466r-51,241r-246,0r-295,1389r240,0r-49,242r-603,0r400,-1872r604,0","w":797},"\\":{"d":"616,49r-254,0r-315,-1515r254,0","w":569},"]":{"d":"874,-1466r-399,1872r-604,0r51,-242r246,0r295,-1389r-240,0r49,-241r602,0","w":797},"^":{"d":"1346,-653r-353,0r-192,-492r-195,492r-354,0r407,-813r279,0","w":1352},"_":{"d":"1036,256r-1048,0r0,-102r1048,0r0,102","w":1024},"`":{"d":"682,-1192r-180,0r-254,-299r315,0","w":682},"a":{"d":"788,-846v-111,3,-150,31,-190,117r-379,-41v66,-231,247,-315,576,-315v209,0,350,27,423,79v73,52,109,128,109,228v0,100,-106,529,-106,631v0,48,9,97,26,147r-397,0v-9,-42,-14,-82,-14,-121v-107,97,-226,146,-357,146v-235,0,-371,-118,-377,-312v-6,-190,123,-275,272,-315v103,-28,451,-54,550,-84v8,-31,12,-55,12,-72v-3,-63,-74,-89,-148,-88xm500,-307v-1,69,55,114,125,110v141,-8,233,-114,254,-278v-187,31,-297,59,-330,83v-33,24,-49,52,-49,85","k":{"w":20,"v":53,"t":20,"p":-35,"g":-35,"b":-33}},"b":{"d":"971,-1085v249,-4,371,194,370,444v0,168,-47,321,-140,459v-93,138,-217,207,-370,207v-158,0,-275,-66,-352,-199r-39,174r-379,0r312,-1466r407,0r-102,481v90,-66,149,-99,293,-100xm571,-436v0,109,64,186,156,186v59,0,110,-36,153,-110v43,-74,64,-167,64,-279v0,-120,-48,-180,-143,-180v-151,-1,-230,220,-230,383","k":{"\u00fc":35,"y":37,"w":20,"v":70,"u":35,"b":-20,".":20,",":20}},"c":{"d":"522,-428v0,106,87,178,180,178v109,0,189,-60,242,-180r381,41v-94,276,-307,414,-639,414v-374,0,-561,-153,-561,-459v0,-178,62,-331,185,-459v123,-128,297,-192,521,-192v310,-1,520,124,555,393r-368,20v-17,-93,-80,-139,-187,-139v-195,0,-309,199,-309,383","k":{"y":20,"l":35,"k":35,"h":20}},"d":{"d":"123,-416v0,-325,199,-671,506,-671v149,0,262,56,338,167r116,-546r408,0r-315,1466r-377,0r20,-106r-4,-5v-103,91,-158,134,-321,136v-248,4,-371,-186,-371,-441xm520,-426v0,106,46,180,139,184v157,6,234,-230,234,-385v0,-110,-63,-186,-156,-186v-59,0,-110,37,-153,113v-43,76,-64,167,-64,274","k":{"y":-20,"w":-35,"d":-20}},"e":{"d":"1294,-272v-114,203,-288,297,-592,297v-209,0,-356,-48,-446,-141v-148,-152,-170,-407,-71,-614v71,-148,223,-280,377,-326v68,-20,149,-29,241,-29v198,0,340,43,426,129v86,86,129,192,129,317v0,41,-9,112,-27,213r-809,0v11,142,75,213,191,213v79,0,141,-32,188,-96xm954,-623v33,-124,-42,-231,-161,-225v-127,7,-200,103,-234,225r395,0","k":{"z":35,"v":53,"p":-51,"g":-51,"b":-20}},"f":{"d":"1073,-1446r-65,242v-83,-25,-154,-46,-214,-6v-19,13,-37,64,-55,149r193,0r-62,291r-192,0r-162,770r-410,0r166,-770r-151,0r61,-291r152,0v46,-200,30,-243,120,-341v58,-64,150,-89,275,-89v95,0,209,15,344,45","w":797,"k":{"o":20,"f":-35,"e":20,"?":-170,".":88,",":72,"!":-186," ":-356}},"g":{"d":"123,-459v0,-318,223,-626,536,-626v129,0,237,58,322,174r33,-150r377,0r-211,998v-81,363,-198,493,-594,493v-239,0,-352,-21,-455,-154v-58,-75,-79,-148,-70,-251r388,55v-4,129,173,131,241,57v60,-64,82,-205,107,-313r-4,-4v-90,94,-195,141,-314,141v-226,2,-356,-184,-356,-420xm520,-473v0,94,56,160,144,160v75,0,132,-40,170,-121v38,-81,57,-158,57,-230v0,-83,-60,-151,-139,-151v-135,0,-232,193,-232,342","k":{"\u00f6":23,"\u00e5":18,"\u00e4":18,"y":-35,"r":-20,"o":23,"l":-20,"e":35,"a":18,".":20,",":20}},"h":{"d":"1051,-1085v174,0,283,100,286,254v0,43,-13,127,-40,252r-123,579r-408,0r105,-493v25,-121,38,-190,38,-207v0,-59,-27,-88,-80,-88v-60,0,-112,28,-157,84v-45,56,-78,138,-101,244r-100,460r-410,0r316,-1466r407,0r-114,530r4,4v99,-102,224,-153,377,-153"},"i":{"d":"793,-1466r-58,280r-407,0r57,-280r408,0xm709,-1061r-228,1061r-409,0r227,-1061r410,0","w":682},"j":{"d":"793,-1466r-58,280r-407,0r57,-280r408,0xm709,-1061r-228,1061v-54,262,-123,428,-430,430v-85,0,-180,-13,-284,-39r57,-287v76,15,163,21,206,-20v22,-21,43,-81,64,-180r205,-965r410,0","w":682},"k":{"d":"1503,-1061r-454,367r268,694r-455,0r-114,-446r-216,174r-59,272r-397,0r315,-1466r397,0r-163,759r4,5r409,-359r465,0","k":{"\u00f6":53,"y":-51,"o":53,"e":53}},"l":{"d":"793,-1466r-312,1466r-409,0r313,-1466r408,0","w":682,"k":{"y":-20}},"m":{"d":"1034,-1085v138,0,249,71,283,180v130,-114,217,-172,412,-180v223,-9,323,168,275,388r-151,697r-409,0r98,-453v31,-154,45,-170,45,-252v0,-55,-26,-83,-78,-83v-61,0,-111,25,-151,76v-40,51,-71,131,-94,240r-101,472r-409,0r96,-445v32,-161,47,-174,47,-262v0,-54,-27,-81,-82,-81v-41,0,-85,22,-131,64v-46,42,-79,114,-101,215r-110,509r-410,0r228,-1061r379,0r-33,152r4,4v117,-120,248,-180,393,-180","w":2048,"k":{"\u00fc":20,"u":20}},"n":{"d":"1049,-1085v175,0,285,98,288,254v0,43,-13,127,-40,252r-123,579r-408,0r105,-493v25,-121,38,-190,38,-207v0,-59,-27,-88,-80,-88v-60,0,-112,28,-157,84v-45,56,-78,138,-101,244r-100,460r-410,0r228,-1061r381,0r-35,160r4,4v112,-125,249,-188,410,-188","k":{"\u00fc":35,"v":35,"u":35}},"o":{"d":"666,25v-340,0,-545,-179,-545,-480v0,-379,264,-632,670,-630v190,0,327,49,415,144v157,171,167,413,56,636v-99,198,-300,330,-596,330xm518,-455v0,108,73,205,174,205v161,0,248,-208,248,-375v0,-121,-66,-186,-164,-186v-86,0,-151,39,-194,117v-43,78,-64,158,-64,239","k":{"y":20,"x":104,"w":37,"v":104,"g":-20}},"p":{"d":"1335,-645v0,325,-199,672,-506,672v-149,0,-261,-56,-337,-168r-117,547r-408,0r316,-1467r376,0r-20,107r4,4v104,-92,157,-133,322,-135v247,-4,370,185,370,440xm565,-434v0,111,63,186,156,186v59,0,110,-38,153,-113v43,-75,64,-167,64,-274v0,-112,-47,-179,-139,-184v-157,-7,-234,230,-234,385","k":{"z":20,"w":35}},"q":{"d":"492,25v-251,3,-372,-193,-371,-445v0,-168,47,-320,140,-458v93,-138,217,-207,370,-207v159,0,276,66,352,198r39,-174r379,0r-311,1467r-408,0r102,-482v-88,66,-149,100,-292,101xm891,-625v0,-113,-58,-186,-156,-186v-58,0,-109,37,-152,111v-43,74,-65,166,-65,278v0,120,48,180,144,180v150,1,229,-220,229,-383"},"r":{"d":"1090,-1053r-150,314v-117,-28,-208,-3,-274,73v-116,133,-143,452,-197,666r-408,0r226,-1061r381,0r-47,209r4,4v63,-94,119,-157,167,-189v90,-59,191,-63,298,-16","w":909,"k":{"\u00fc":-35,"\u00f6":-20,"\u00e5":-20,"\u00e4":-20,"y":-135,"v":-119,"u":-35,"t":-86,"s":-20,"r":-68,"q":-35,"p":-68,"o":-20,"n":-68,"m":-68,"l":-51,"k":-51,"j":-86,"g":-35,"e":-20,"d":-35,"c":-20,"a":-20,";":-68,":":-68,".":227,",":211}},"s":{"d":"621,-199v80,1,171,-35,170,-112v0,-33,-12,-55,-37,-66v-25,-11,-71,-22,-140,-33v-158,-25,-265,-62,-321,-112v-107,-93,-109,-252,-21,-371v92,-126,273,-194,504,-192v270,3,425,60,469,278r-381,41v-11,-64,-59,-96,-143,-96v-110,0,-201,85,-117,152v22,17,83,31,180,45v157,23,260,58,312,105v52,47,78,110,78,189v0,109,-51,203,-152,280v-101,77,-256,116,-463,116v-310,0,-473,-64,-510,-318r402,-35v17,86,74,129,170,129","w":1251,"k":{"w":53}},"t":{"d":"500,25v-197,0,-314,-104,-314,-261v0,-136,76,-386,105,-534r-146,0r60,-291r149,0r35,-166r455,-227r-84,393r211,0r-62,291r-213,0r-78,375v-22,68,-1,123,87,123v20,0,62,-6,126,-19r-61,291v-123,17,-213,25,-270,25","w":909},"u":{"d":"420,25v-176,0,-291,-99,-291,-254v0,-46,14,-134,42,-264r124,-568r407,0r-140,651v-12,66,4,134,75,134v61,0,114,-28,159,-84v45,-56,79,-136,102,-241r99,-460r410,0r-227,1061r-383,0r37,-162r-5,-4v-111,127,-247,191,-409,191"},"v":{"d":"1382,-1061r-663,1061r-361,0r-204,-1061r385,0r61,672r4,0r352,-672r426,0","w":1251,"k":{"\u00f6":70,"\u00e5":70,"\u00e4":70,"q":70,"o":70,"e":72,"d":70,"c":70,"a":70,".":281,",":246}},"w":{"d":"2068,-1061r-604,1061r-362,0r-66,-631r-4,0r-352,631r-367,0r-161,-1061r366,0r39,670r4,0r367,-670r368,0r60,662r4,0r291,-662r417,0","w":1933,"k":{"\u00f6":53,"\u00e5":53,"\u00e4":53,"q":53,"o":53,"h":-35,"e":53,"d":35,"c":53,"a":53,".":211,",":193}},"x":{"d":"1477,-1061r-490,535r275,526r-433,0r-135,-307r-266,307r-473,0r526,-578r-252,-483r433,0r112,262r227,-262r476,0","k":{"\u00f6":53,"o":53,"e":53,"d":37,"c":55}},"y":{"d":"1386,-1061r-673,1196v-66,117,-129,195,-189,235v-133,90,-351,65,-522,19r33,-274v143,54,257,27,321,-115r-204,-1061r401,0r57,737r4,0r361,-737r411,0","w":1251,"k":{"\u00f6":53,"\u00e5":53,"\u00e4":53,"o":53,"g":20,"e":53,"d":53,"c":70,"a":53,".":227,",":211}},"z":{"d":"1202,-1061r-53,242r-578,540r512,0r-57,279r-995,0r51,-240r588,-542r-480,0r62,-279r950,0","w":1139,"k":{"\u00f6":20,"o":20,"e":20,"d":20,"c":20}},"{":{"d":"723,-143v6,210,-5,243,190,249r0,324r-127,0v-326,-9,-425,-69,-428,-410r0,-174v-13,-145,-49,-198,-192,-202r0,-344v161,-8,190,-71,194,-265v5,-254,-7,-370,130,-469v74,-54,266,-60,423,-57r0,324v-193,5,-184,45,-192,268v-7,201,-26,313,-176,369v150,66,172,172,178,387","w":797},"|":{"d":"485,406r-254,0r0,-1872r254,0r0,1872","w":569},"}":{"d":"651,-907v14,145,49,198,193,202r0,345v-160,8,-191,71,-195,264v-5,254,8,372,-129,470v-74,53,-267,59,-424,56r0,-324v193,-5,185,-45,193,-268v7,-199,26,-314,176,-368v-151,-67,-172,-172,-178,-388v-6,-210,5,-243,-191,-249r0,-324r127,0v327,9,425,69,428,410r0,174","w":797},"~":{"d":"532,-963v155,0,358,158,492,158v91,0,192,-52,303,-156r0,326v-119,92,-179,144,-334,154v-162,10,-354,-160,-495,-160v-101,0,-207,53,-318,160r0,-330v110,-101,227,-152,352,-152","w":1352},"\u00c4":{"d":"1511,0r-444,0r-20,-240r-478,0r-114,240r-488,0r828,-1466r483,0xm1018,-551r-45,-534r-4,0r-252,534r301,0xm1445,-1831r-53,258r-266,0r55,-258r264,0xm1021,-1831r-53,258r-266,0r55,-258r264,0","w":1593,"k":{"y":53,"w":35,"v":104,"u":104,"Y":262,"W":55,"V":211,"U":139,"T":211,"Q":123,"O":123,"G":141,"C":141}},"\u00c5":{"d":"829,-1774v0,-118,105,-223,224,-223v120,0,225,103,225,223v0,121,-104,226,-225,226v-121,0,-224,-106,-224,-226xm962,-1774v0,48,43,92,91,92v47,0,92,-45,92,-92v0,-46,-46,-90,-92,-90v-47,0,-91,43,-91,90xm1511,0r-444,0r-20,-240r-478,0r-114,240r-488,0r828,-1466r483,0xm1018,-551r-45,-534r-4,0r-252,534r301,0","w":1593,"k":{"y":53,"w":35,"v":104,"Y":262,"W":55,"V":211,"U":139,"T":211,"Q":123,"O":123,"G":141,"C":141}},"\u00c7":{"d":"868,217v0,-54,-67,-78,-120,-78v-21,0,-52,3,-93,8r39,-106v25,-8,66,-12,121,-12r0,-4v-322,1,-524,-143,-598,-390v-121,-403,93,-831,357,-1002v238,-154,691,-170,896,15v105,95,168,215,185,367r-416,47v9,-134,-92,-219,-205,-219v-262,0,-401,314,-405,592v-2,150,80,261,231,256v180,-6,233,-114,301,-269r424,66v-90,294,-341,543,-727,537r0,4v139,0,247,51,248,180v0,73,-37,127,-106,167v-129,74,-403,66,-576,32r53,-117v78,12,139,18,182,18v139,0,209,-31,209,-92","w":1593},"\u00c9":{"d":"1593,-1466r-67,315r-744,0r-49,233r717,0r-66,297r-716,0r-62,287r807,0r-72,334r-1259,0r313,-1466r1198,0xm1351,-1870r-365,299r-198,0r221,-299r342,0","w":1479},"\u00d1":{"d":"956,-1845v61,-5,236,69,285,69v37,0,59,-25,65,-76r156,0v-12,152,-64,267,-197,275v-46,3,-164,-37,-231,-65v-75,-31,-118,-24,-135,67r-156,0v5,-149,82,-260,213,-270xm1796,-1466r-315,1466r-424,0r-363,-852r-4,0r-182,852r-426,0r315,-1466r424,0r361,854r4,0r184,-854r426,0","w":1706},"\u00d6":{"d":"844,25v-403,5,-670,-213,-666,-605v4,-359,163,-619,386,-774v145,-101,288,-131,501,-137v498,-15,733,370,620,851v-47,196,-172,394,-327,504v-155,110,-285,158,-514,161xm623,-569v-6,148,97,260,249,260v269,0,383,-330,398,-563v11,-174,-95,-285,-254,-285v-275,0,-382,328,-393,588xm1501,-1831r-53,258r-266,0r55,-258r264,0xm1077,-1831r-53,258r-266,0r55,-258r264,0","w":1706,"k":{"Y":227,"X":139,"W":35,"V":174,"T":106,"A":88}},"\u00dc":{"d":"1798,-1466r-190,884v-91,399,-275,605,-750,607v-237,1,-374,-40,-490,-148v-93,-87,-147,-207,-147,-371v0,-91,9,-179,27,-262r151,-710r455,0r-176,825v-8,39,-12,80,-12,123v0,116,69,174,206,174v196,0,259,-115,302,-322r167,-800r457,0xm1501,-1831r-53,258r-266,0r55,-258r264,0xm1077,-1831r-53,258r-266,0r55,-258r264,0","w":1706,"k":{"A":70}},"\u00e1":{"d":"788,-846v-111,3,-150,31,-190,117r-379,-41v66,-231,247,-315,576,-315v209,0,350,27,423,79v73,52,109,128,109,228v0,100,-106,529,-106,631v0,48,9,97,26,147r-397,0v-9,-42,-14,-82,-14,-121v-107,97,-226,146,-357,146v-235,0,-371,-118,-377,-312v-6,-190,123,-275,272,-315v103,-28,451,-54,550,-84v8,-31,12,-55,12,-72v-3,-63,-74,-89,-148,-88xm500,-307v-1,69,55,114,125,110v141,-8,233,-114,254,-278v-187,31,-297,59,-330,83v-33,24,-49,52,-49,85xm1233,-1491r-365,299r-198,0r221,-299r342,0"},"\u00e0":{"d":"788,-846v-111,3,-150,31,-190,117r-379,-41v66,-231,247,-315,576,-315v209,0,350,27,423,79v73,52,109,128,109,228v0,100,-106,529,-106,631v0,48,9,97,26,147r-397,0v-9,-42,-14,-82,-14,-121v-107,97,-226,146,-357,146v-235,0,-371,-118,-377,-312v-6,-190,123,-275,272,-315v103,-28,451,-54,550,-84v8,-31,12,-55,12,-72v-3,-63,-74,-89,-148,-88xm500,-307v-1,69,55,114,125,110v141,-8,233,-114,254,-278v-187,31,-297,59,-330,83v-33,24,-49,52,-49,85xm1024,-1192r-180,0r-254,-299r315,0"},"\u00e2":{"d":"1206,-1190r-213,0r-61,-162r-180,162r-283,0r334,-285r295,0xm788,-846v-111,3,-150,31,-190,117r-379,-41v66,-231,247,-315,576,-315v209,0,350,27,423,79v73,52,109,128,109,228v0,100,-106,529,-106,631v0,48,9,97,26,147r-397,0v-9,-42,-14,-82,-14,-121v-107,97,-226,146,-357,146v-235,0,-371,-118,-377,-312v-6,-190,123,-275,272,-315v103,-28,451,-54,550,-84v8,-31,12,-55,12,-72v-3,-63,-74,-89,-148,-88xm500,-307v-1,69,55,114,125,110v141,-8,233,-114,254,-278v-187,31,-297,59,-330,83v-33,24,-49,52,-49,85"},"\u00e4":{"d":"788,-846v-111,3,-150,31,-190,117r-379,-41v66,-231,247,-315,576,-315v209,0,350,27,423,79v73,52,109,128,109,228v0,100,-106,529,-106,631v0,48,9,97,26,147r-397,0v-9,-42,-14,-82,-14,-121v-107,97,-226,146,-357,146v-235,0,-371,-118,-377,-312v-6,-190,123,-275,272,-315v103,-28,451,-54,550,-84v8,-31,12,-55,12,-72v-3,-63,-74,-89,-148,-88xm500,-307v-1,69,55,114,125,110v141,-8,233,-114,254,-278v-187,31,-297,59,-330,83v-33,24,-49,52,-49,85xm1249,-1452r-53,258r-266,0r55,-258r264,0xm825,-1452r-53,258r-266,0r55,-258r264,0","k":{"w":20,"v":53}},"\u00e3":{"d":"725,-1466v61,-5,236,69,285,69v37,0,59,-25,65,-76r156,0v-12,152,-64,267,-197,275v-46,3,-165,-38,-232,-66v-75,-31,-117,-23,-134,68r-156,0v5,-149,82,-260,213,-270xm788,-846v-111,3,-150,31,-190,117r-379,-41v66,-231,247,-315,576,-315v209,0,350,27,423,79v73,52,109,128,109,228v0,100,-106,529,-106,631v0,48,9,97,26,147r-397,0v-9,-42,-14,-82,-14,-121v-107,97,-226,146,-357,146v-235,0,-371,-118,-377,-312v-6,-190,123,-275,272,-315v103,-28,451,-54,550,-84v8,-31,12,-55,12,-72v-3,-63,-74,-89,-148,-88xm500,-307v-1,69,55,114,125,110v141,-8,233,-114,254,-278v-187,31,-297,59,-330,83v-33,24,-49,52,-49,85"},"\u00e5":{"d":"653,-1395v0,-118,105,-223,224,-223v120,0,225,103,225,223v0,121,-104,226,-225,226v-121,0,-224,-106,-224,-226xm786,-1395v0,48,43,92,91,92v47,0,92,-45,92,-92v0,-46,-46,-90,-92,-90v-47,0,-91,43,-91,90xm788,-846v-111,3,-150,31,-190,117r-379,-41v66,-231,247,-315,576,-315v209,0,350,27,423,79v73,52,109,128,109,228v0,100,-106,529,-106,631v0,48,9,97,26,147r-397,0v-9,-42,-14,-82,-14,-121v-107,97,-226,146,-357,146v-235,0,-371,-118,-377,-312v-6,-190,123,-275,272,-315v103,-28,451,-54,550,-84v8,-31,12,-55,12,-72v-3,-63,-74,-89,-148,-88xm500,-307v-1,69,55,114,125,110v141,-8,233,-114,254,-278v-187,31,-297,59,-330,83v-33,24,-49,52,-49,85","k":{"w":20,"v":53}},"\u00e7":{"d":"600,20v-294,-12,-474,-159,-475,-454v0,-178,62,-331,185,-459v123,-128,297,-192,521,-192v312,-1,521,123,555,393r-368,20v-17,-93,-80,-139,-187,-139v-195,0,-309,199,-309,383v0,106,87,178,180,178v109,0,189,-60,242,-180r381,41v-102,288,-317,424,-668,414r0,4v97,1,214,67,205,176v-14,177,-187,224,-393,225v-75,0,-172,-9,-291,-27r55,-112v78,12,139,18,183,18v141,0,211,-31,211,-94v0,-52,-55,-78,-123,-76v-8,0,-39,3,-94,8r41,-106v48,-11,98,-16,149,-16r0,-5"},"\u00e9":{"d":"1294,-272v-114,203,-288,297,-592,297v-209,0,-356,-48,-446,-141v-148,-152,-170,-407,-71,-614v71,-148,223,-280,377,-326v68,-20,149,-29,241,-29v198,0,340,43,426,129v86,86,129,192,129,317v0,41,-9,112,-27,213r-809,0v11,142,75,213,191,213v79,0,141,-32,188,-96xm954,-623v33,-124,-42,-231,-161,-225v-127,7,-200,103,-234,225r395,0xm1233,-1491r-365,299r-198,0r221,-299r342,0"},"\u00e8":{"d":"1294,-272v-114,203,-288,297,-592,297v-209,0,-356,-48,-446,-141v-148,-152,-170,-407,-71,-614v71,-148,223,-280,377,-326v68,-20,149,-29,241,-29v198,0,340,43,426,129v86,86,129,192,129,317v0,41,-9,112,-27,213r-809,0v11,142,75,213,191,213v79,0,141,-32,188,-96xm954,-623v33,-124,-42,-231,-161,-225v-127,7,-200,103,-234,225r395,0xm1024,-1192r-180,0r-254,-299r315,0"},"\u00ea":{"d":"1206,-1190r-213,0r-61,-162r-180,162r-283,0r334,-285r295,0xm1294,-272v-114,203,-288,297,-592,297v-209,0,-356,-48,-446,-141v-148,-152,-170,-407,-71,-614v71,-148,223,-280,377,-326v68,-20,149,-29,241,-29v198,0,340,43,426,129v86,86,129,192,129,317v0,41,-9,112,-27,213r-809,0v11,142,75,213,191,213v79,0,141,-32,188,-96xm954,-623v33,-124,-42,-231,-161,-225v-127,7,-200,103,-234,225r395,0"},"\u00eb":{"d":"1294,-272v-114,203,-288,297,-592,297v-209,0,-356,-48,-446,-141v-148,-152,-170,-407,-71,-614v71,-148,223,-280,377,-326v68,-20,149,-29,241,-29v198,0,340,43,426,129v86,86,129,192,129,317v0,41,-9,112,-27,213r-809,0v11,142,75,213,191,213v79,0,141,-32,188,-96xm954,-623v33,-124,-42,-231,-161,-225v-127,7,-200,103,-234,225r395,0xm1249,-1452r-53,258r-266,0r55,-258r264,0xm825,-1452r-53,258r-266,0r55,-258r264,0"},"\u00ed":{"d":"709,-1061r-228,1061r-409,0r227,-1061r410,0xm891,-1491r-365,299r-198,0r221,-299r342,0","w":682},"\u00ec":{"d":"709,-1061r-228,1061r-409,0r227,-1061r410,0xm682,-1192r-180,0r-254,-299r315,0","w":682},"\u00ee":{"d":"864,-1190r-213,0r-61,-162r-180,162r-283,0r334,-285r295,0xm709,-1061r-228,1061r-409,0r227,-1061r410,0","w":682},"\u00ef":{"d":"709,-1061r-228,1061r-409,0r227,-1061r410,0xm907,-1452r-53,258r-266,0r55,-258r264,0xm483,-1452r-53,258r-266,0r55,-258r264,0","w":682},"\u00f1":{"d":"725,-1466v61,-5,236,69,285,69v37,0,59,-25,65,-76r156,0v-12,152,-64,267,-197,275v-46,3,-165,-38,-232,-66v-75,-31,-117,-23,-134,68r-156,0v5,-149,82,-260,213,-270xm1049,-1085v175,0,285,98,288,254v0,43,-13,127,-40,252r-123,579r-408,0r105,-493v25,-121,38,-190,38,-207v0,-59,-27,-88,-80,-88v-60,0,-112,28,-157,84v-45,56,-78,138,-101,244r-100,460r-410,0r228,-1061r381,0r-35,160r4,4v112,-125,249,-188,410,-188"},"\u00f3":{"d":"666,25v-340,0,-545,-179,-545,-480v0,-379,264,-632,670,-630v190,0,327,49,415,144v157,171,167,413,56,636v-99,198,-300,330,-596,330xm518,-455v0,108,73,205,174,205v161,0,248,-208,248,-375v0,-121,-66,-186,-164,-186v-86,0,-151,39,-194,117v-43,78,-64,158,-64,239xm1233,-1491r-365,299r-198,0r221,-299r342,0"},"\u00f2":{"d":"666,25v-340,0,-545,-179,-545,-480v0,-379,264,-632,670,-630v190,0,327,49,415,144v157,171,167,413,56,636v-99,198,-300,330,-596,330xm518,-455v0,108,73,205,174,205v161,0,248,-208,248,-375v0,-121,-66,-186,-164,-186v-86,0,-151,39,-194,117v-43,78,-64,158,-64,239xm1024,-1192r-180,0r-254,-299r315,0"},"\u00f4":{"d":"1206,-1190r-213,0r-61,-162r-180,162r-283,0r334,-285r295,0xm666,25v-340,0,-545,-179,-545,-480v0,-379,264,-632,670,-630v190,0,327,49,415,144v157,171,167,413,56,636v-99,198,-300,330,-596,330xm518,-455v0,108,73,205,174,205v161,0,248,-208,248,-375v0,-121,-66,-186,-164,-186v-86,0,-151,39,-194,117v-43,78,-64,158,-64,239"},"\u00f6":{"d":"666,25v-340,0,-545,-179,-545,-480v0,-379,264,-632,670,-630v190,0,327,49,415,144v157,171,167,413,56,636v-99,198,-300,330,-596,330xm518,-455v0,108,73,205,174,205v161,0,248,-208,248,-375v0,-121,-66,-186,-164,-186v-86,0,-151,39,-194,117v-43,78,-64,158,-64,239xm1249,-1452r-53,258r-266,0r55,-258r264,0xm825,-1452r-53,258r-266,0r55,-258r264,0","k":{"y":20,"x":104,"w":37,"v":104}},"\u00f5":{"d":"725,-1466v61,-5,236,69,285,69v37,0,59,-25,65,-76r156,0v-12,152,-64,267,-197,275v-46,3,-165,-38,-232,-66v-75,-31,-117,-23,-134,68r-156,0v5,-149,82,-260,213,-270xm666,25v-340,0,-545,-179,-545,-480v0,-379,264,-632,670,-630v190,0,327,49,415,144v157,171,167,413,56,636v-99,198,-300,330,-596,330xm518,-455v0,108,73,205,174,205v161,0,248,-208,248,-375v0,-121,-66,-186,-164,-186v-86,0,-151,39,-194,117v-43,78,-64,158,-64,239"},"\u00fa":{"d":"420,25v-176,0,-291,-99,-291,-254v0,-46,14,-134,42,-264r124,-568r407,0r-140,651v-12,66,4,134,75,134v61,0,114,-28,159,-84v45,-56,79,-136,102,-241r99,-460r410,0r-227,1061r-383,0r37,-162r-5,-4v-111,127,-247,191,-409,191xm1233,-1491r-365,299r-198,0r221,-299r342,0"},"\u00f9":{"d":"420,25v-176,0,-291,-99,-291,-254v0,-46,14,-134,42,-264r124,-568r407,0r-140,651v-12,66,4,134,75,134v61,0,114,-28,159,-84v45,-56,79,-136,102,-241r99,-460r410,0r-227,1061r-383,0r37,-162r-5,-4v-111,127,-247,191,-409,191xm1024,-1192r-180,0r-254,-299r315,0"},"\u00fb":{"d":"1206,-1190r-213,0r-61,-162r-180,162r-283,0r334,-285r295,0xm420,25v-176,0,-291,-99,-291,-254v0,-46,14,-134,42,-264r124,-568r407,0r-140,651v-12,66,4,134,75,134v61,0,114,-28,159,-84v45,-56,79,-136,102,-241r99,-460r410,0r-227,1061r-383,0r37,-162r-5,-4v-111,127,-247,191,-409,191"},"\u00fc":{"d":"420,25v-176,0,-291,-99,-291,-254v0,-46,14,-134,42,-264r124,-568r407,0r-140,651v-12,66,4,134,75,134v61,0,114,-28,159,-84v45,-56,79,-136,102,-241r99,-460r410,0r-227,1061r-383,0r37,-162r-5,-4v-111,127,-247,191,-409,191xm1249,-1452r-53,258r-266,0r55,-258r264,0xm825,-1452r-53,258r-266,0r55,-258r264,0"},"\u00b0":{"d":"262,-1204v0,-153,134,-287,287,-287v153,0,287,134,287,287v0,153,-134,286,-287,286v-153,0,-287,-134,-287,-286xm446,-1204v0,56,47,102,103,102v56,0,102,-46,102,-102v0,-56,-46,-103,-102,-103v-56,0,-103,47,-103,103","w":819},"\u00a2":{"d":"442,0v-191,-45,-315,-203,-315,-432v0,-253,129,-450,303,-560v117,-74,294,-104,485,-93r168,-381r127,57r-151,344v197,65,298,166,327,373r-350,18v-11,-59,-41,-103,-90,-131r-250,572v129,-2,218,-67,267,-195r362,39v-86,291,-360,451,-737,405r-172,387r-127,-53xm805,-827v-188,11,-301,197,-301,378v0,81,21,136,63,164"},"\u00a3":{"d":"717,-23v-231,-78,-370,-53,-553,50r-88,-295v188,-99,288,-211,301,-336r-223,0r63,-242r135,0v-38,-228,-13,-358,114,-502v85,-97,234,-143,441,-143v337,0,513,111,539,406r-377,24v-15,-112,-67,-168,-154,-168v-95,0,-170,81,-170,176v0,51,16,140,29,207r264,0r-59,242r-205,0v-19,109,-79,203,-178,280r4,5v47,-17,88,-25,125,-25v30,0,217,33,264,33v65,0,130,-14,195,-43r73,313v-195,80,-340,85,-540,18"},"\u00a7":{"d":"158,-594v0,-167,120,-267,260,-336v-89,-120,-87,-250,-4,-370v86,-125,259,-191,479,-191v323,0,494,125,514,375r-369,31v-6,-92,-61,-138,-164,-138v-86,0,-155,25,-155,93v0,25,12,46,37,67v46,39,350,194,419,245v87,64,166,140,166,277v0,144,-87,260,-260,348v140,172,101,364,-58,501v-96,82,-237,122,-423,122v-321,0,-506,-125,-553,-375r354,-75v33,117,81,169,217,172v96,2,166,-40,166,-119v0,-37,-16,-68,-48,-93v-67,-54,-310,-171,-389,-228v-92,-66,-189,-159,-189,-306xm911,-344v85,-48,130,-104,86,-182v-88,-89,-234,-149,-342,-221v-39,-26,-63,-39,-71,-44v-80,56,-124,108,-88,189v36,47,74,65,143,108v46,28,100,58,163,92v63,34,99,54,109,58"},"\u00b6":{"d":"1731,-1149r-132,0r0,1555r-296,0r0,-1555r-168,0r0,1555r-297,0r0,-1020v-218,7,-399,-35,-480,-129v-123,-144,-149,-387,-38,-549v91,-133,230,-174,438,-174r973,0r0,317","w":1741},"\u00df":{"d":"981,-1165v1,-46,-55,-74,-104,-74v-61,0,-108,25,-143,77v-35,52,-67,144,-95,275r-188,887r-390,0r191,-899v61,-359,216,-592,641,-592v143,0,250,28,329,71v144,79,138,290,45,409v-43,55,-143,176,-143,233v0,65,30,72,74,135v80,113,139,151,139,305v0,225,-182,363,-442,363v-143,0,-250,-49,-320,-148r240,-156v31,36,67,54,107,54v68,-2,110,-86,64,-149v-16,-21,-43,-60,-87,-115v-98,-121,-147,-210,-147,-265v0,-58,54,-155,163,-290v44,-55,66,-96,66,-121"},"\u00ae":{"d":"129,-727v0,-408,356,-764,764,-764v408,0,764,356,764,764v0,406,-357,762,-764,762v-408,0,-764,-356,-764,-762xm276,-727v0,328,288,614,617,614v329,0,616,-286,616,-614v0,-329,-287,-616,-616,-616v-329,0,-617,287,-617,616xm1251,-319r-239,0v-73,-148,-123,-240,-152,-273v-36,-41,-61,-57,-110,-49r0,322r-203,0r0,-818r364,0v197,0,295,77,295,232v0,121,-74,196,-221,225r0,4v61,19,110,62,145,129xm750,-791r88,0v106,0,159,-34,159,-102v0,-68,-50,-102,-151,-102r-96,0r0,204","w":1638},"\u00a9":{"d":"129,-727v0,-408,356,-764,764,-764v408,0,764,356,764,764v0,406,-357,762,-764,762v-408,0,-764,-356,-764,-762xm276,-727v0,328,288,614,617,614v329,0,616,-286,616,-614v0,-329,-287,-616,-616,-616v-329,0,-617,287,-617,616xm889,-1010v-132,0,-184,128,-184,277v0,193,63,289,188,289v91,0,151,-64,178,-191r205,49v-53,193,-179,289,-377,289v-250,0,-418,-186,-418,-432v0,-242,181,-431,418,-428v188,2,337,111,369,276r-197,31v-26,-107,-87,-160,-182,-160","w":1638},"\u00b4":{"d":"891,-1491r-365,299r-198,0r221,-299r342,0","w":682},"\u00a8":{"d":"907,-1452r-53,258r-266,0r55,-258r264,0xm483,-1452r-53,258r-266,0r55,-258r264,0","w":682},"\u00c6":{"d":"2187,-1466r-67,315r-602,0r-52,236r576,0r-64,294r-573,0r-62,287r664,0r-72,334r-1089,0r51,-238r-448,0r-134,238r-448,0r893,-1466r1427,0xm1096,-1171r-129,0r-344,622r344,0","w":2048},"\u00d8":{"d":"1815,-1376r-185,166v56,99,84,214,84,346v0,222,-78,426,-232,611v-154,185,-366,278,-636,278v-189,0,-338,-42,-449,-125r-184,166r-145,-160r184,-166v-49,-85,-74,-193,-74,-324v0,-235,77,-445,230,-630v153,-185,372,-277,655,-277v185,0,327,40,426,119r182,-164xm1184,-1098v-103,-91,-280,-67,-378,28v-95,91,-179,316,-183,476xm1270,-885r-572,512v41,43,101,64,179,64v108,0,197,-56,269,-169v72,-113,113,-249,124,-407","w":1706},"\u00b1":{"d":"1298,-758r-383,0r0,357r-323,0r0,-357r-383,0r0,-315r383,0r0,-373r323,0r0,373r383,0r0,315xm1298,0r-1089,0r0,-307r1089,0r0,307","w":1352},"\u00a5":{"d":"1616,-1468r-494,637r318,0r-51,221r-418,0r-27,116r420,0r-49,222r-418,0r-63,272r-418,0r61,-272r-424,0r49,-222r424,0r25,-116r-424,0r51,-221r299,0r-250,-637r441,0r135,479r332,-479r481,0"},"\u00b5":{"d":"1405,-1061r-227,1061r-379,0r16,-74r-4,-4v-57,69,-118,103,-182,103v-71,0,-116,-34,-135,-103r-5,0r-100,484r-407,0r311,-1467r407,0r-121,591v-21,105,11,194,105,194v55,0,98,-24,128,-70v30,-46,57,-122,80,-229r103,-486r410,0"},"\u00aa":{"d":"395,-735v-130,1,-235,-73,-233,-201v0,-69,26,-124,78,-164v52,-40,149,-66,288,-76v56,-4,98,-8,125,-14v31,-82,27,-143,-71,-143v-55,0,-99,29,-131,86r-218,-29v61,-143,182,-215,363,-215v250,0,333,125,279,335v-31,121,-98,267,-48,400r-217,0v-5,-10,-9,-26,-12,-47v-64,45,-132,68,-203,68xm385,-950v0,38,45,67,80,67v75,0,123,-55,145,-164v-87,9,-146,20,-178,34v-32,14,-47,35,-47,63","w":819},"\u00ba":{"d":"205,-1055v8,-253,152,-436,422,-436v215,0,348,118,348,315v0,105,-38,204,-115,299v-77,95,-183,142,-319,142v-192,1,-342,-120,-336,-320xm446,-1026v0,66,37,123,99,123v121,0,190,-187,188,-307v0,-60,-40,-113,-106,-113v-114,0,-181,185,-181,297","w":819},"\u00e6":{"d":"778,-1085v176,0,289,13,383,94v89,-63,205,-94,350,-94v401,0,607,272,504,659r-774,0v1,142,59,213,174,213v77,0,133,-31,168,-94r391,37v-101,197,-296,295,-585,295v-221,0,-328,-55,-439,-164v-135,107,-245,159,-454,164v-245,6,-394,-106,-394,-310v0,-228,186,-326,408,-352r379,-45v31,-101,-22,-166,-121,-166v-90,0,-147,40,-170,121r-381,-43v75,-233,247,-315,561,-315xm1649,-621v24,-122,-22,-231,-140,-227v-148,5,-192,87,-237,227r377,0xm500,-299v0,63,46,102,104,102v145,0,211,-138,246,-282v-163,24,-262,49,-297,76v-35,27,-53,61,-53,104","w":2048},"\u00f8":{"d":"266,-100v-97,-113,-145,-177,-145,-355v0,-170,59,-318,177,-443v118,-125,285,-187,501,-187v121,0,220,19,295,57r137,-150r102,93r-127,141v160,182,168,406,56,635v-98,200,-302,336,-598,334v-112,0,-204,-17,-277,-50r-139,154r-107,-92xm774,-844v-207,-2,-306,257,-266,473r387,-434v-39,-26,-79,-39,-121,-39xm584,-246v252,114,401,-154,377,-422"},"\u00bf":{"d":"1001,-1061r-81,379r-402,0r78,-379r405,0xm371,33v-1,60,54,88,116,88v115,0,184,-57,207,-172r381,41v-78,300,-250,436,-602,440v-285,3,-491,-98,-496,-358v-3,-117,61,-220,115,-278v33,-35,287,-216,350,-282v31,-32,55,-69,70,-112r377,0v-56,239,-140,287,-322,422v-87,65,-141,110,-163,137v-22,27,-33,51,-33,74","w":1251},"\u00a1":{"d":"729,-1061r-82,377r-405,0r80,-377r407,0xm559,-598v-15,145,-26,272,-31,383v-13,285,-40,329,-98,621r-436,0v54,-230,51,-326,141,-546v47,-116,102,-269,168,-458r256,0","w":682},"\u00ac":{"d":"1298,-317r-327,0r0,-492r-762,0r0,-324r1089,0r0,816","w":1352},"\u00ab":{"d":"1389,-999r-349,442r127,481r-284,0r-211,-497r391,-426r326,0xm860,-999r-348,442r127,481r-285,0r-211,-497r392,-426r325,0"},"\u00bb":{"d":"1309,-502r-391,426r-326,0r348,-442r-127,-481r285,0xm780,-502r-391,426r-326,0r349,-442r-127,-481r284,0"},"\u00a0":{"w":682},"\u00c0":{"d":"1511,0r-444,0r-20,-240r-478,0r-114,240r-488,0r828,-1466r483,0xm1018,-551r-45,-534r-4,0r-252,534r301,0xm1200,-1571r-180,0r-254,-299r315,0","w":1593},"\u00c3":{"d":"901,-1845v61,-5,236,69,285,69v37,0,59,-25,65,-76r156,0v-12,152,-64,267,-197,275v-46,3,-165,-37,-232,-65v-75,-31,-117,-24,-134,67r-156,0v5,-149,82,-260,213,-270xm1511,0r-444,0r-20,-240r-478,0r-114,240r-488,0r828,-1466r483,0xm1018,-551r-45,-534r-4,0r-252,534r301,0","w":1593},"\u00d5":{"d":"956,-1845v61,-5,236,69,285,69v37,0,59,-25,65,-76r156,0v-12,152,-64,267,-197,275v-46,3,-164,-37,-231,-65v-75,-31,-118,-24,-135,67r-156,0v5,-149,82,-260,213,-270xm844,25v-403,5,-670,-213,-666,-605v4,-359,163,-619,386,-774v145,-101,288,-131,501,-137v498,-15,733,370,620,851v-47,196,-172,394,-327,504v-155,110,-285,158,-514,161xm623,-569v-6,148,97,260,249,260v269,0,383,-330,398,-563v11,-174,-95,-285,-254,-285v-275,0,-382,328,-393,588","w":1706},"\u0152":{"d":"696,25v-343,0,-556,-276,-555,-603v0,-142,31,-288,94,-436v111,-265,326,-477,670,-477v155,0,282,58,379,174r33,-149r895,0r-66,315r-499,0r-52,233r484,0r-64,297r-483,0r-62,287r572,0r-70,334r-971,0r29,-121r-4,-4v-73,100,-183,150,-330,150xm561,-561v-1,154,82,272,236,272v267,0,344,-363,356,-606v7,-151,-62,-262,-205,-262v-122,0,-217,65,-285,195v-68,130,-102,264,-102,401","w":2048},"\u0153":{"d":"1401,25v-189,-2,-275,-26,-385,-105v-127,70,-252,105,-375,105v-193,0,-328,-48,-407,-144v-186,-225,-140,-564,52,-774v116,-126,267,-192,462,-192v156,0,280,38,372,114v115,-76,248,-114,398,-114v306,0,514,172,518,450v0,65,-7,135,-21,209r-751,0v-6,134,41,213,151,213v80,0,135,-31,166,-94r391,37v-105,202,-284,298,-571,295xm1647,-621v14,-135,-33,-227,-150,-227v-106,0,-176,76,-209,227r359,0xm512,-418v-1,102,57,168,156,168v79,0,134,-44,166,-131v32,-87,49,-171,49,-250v0,-120,-48,-180,-144,-180v-83,0,-142,45,-176,135v-34,90,-51,177,-51,258","w":2048},"\u00f7":{"d":"954,-975r-397,0r0,-368r397,0r0,368xm1300,-557r-1089,0r0,-326r1089,0r0,326xm954,-96r-397,0r0,-369r397,0r0,369","w":1352},"\u00ff":{"d":"1386,-1061r-673,1196v-66,117,-129,195,-189,235v-133,90,-351,65,-522,19r33,-274v143,54,257,27,321,-115r-204,-1061r401,0r57,737r4,0r361,-737r411,0xm1192,-1452r-53,258r-266,0r55,-258r264,0xm768,-1452r-53,258r-266,0r55,-258r264,0","w":1251},"\u0178":{"d":"1847,-1466r-706,913r-117,553r-457,0r121,-565r-440,-901r475,0r225,542r379,-542r520,0xm1445,-1831r-53,258r-266,0r55,-258r264,0xm1021,-1831r-53,258r-266,0r55,-258r264,0","w":1593},"\u00a4":{"d":"1370,-358r-211,213r-141,-144v-151,74,-296,76,-445,0r-137,144r-213,-213r142,-140v-76,-122,-73,-315,0,-442r-142,-143r207,-209r143,141v140,-74,302,-73,445,0r141,-141r211,209r-141,143v72,136,69,301,0,442xm604,-719v0,104,87,191,191,191v102,0,192,-89,192,-191v0,-102,-90,-192,-192,-192v-104,0,-191,88,-191,192","w":1352},"\u00b7":{"d":"651,-528r-436,0r0,-408r436,0r0,408","w":682},"\u2219":{"d":"651,-528r-436,0r0,-408r436,0r0,408","w":682},"\u00c2":{"d":"1403,-1569r-213,0r-61,-162r-180,162r-283,0r334,-285r295,0xm1511,0r-444,0r-20,-240r-478,0r-114,240r-488,0r828,-1466r483,0xm1018,-551r-45,-534r-4,0r-252,534r301,0","w":1593},"\u00ca":{"d":"1366,-1569r-213,0r-61,-162r-180,162r-283,0r334,-285r295,0xm1593,-1466r-67,315r-744,0r-49,233r717,0r-66,297r-716,0r-62,287r807,0r-72,334r-1259,0r313,-1466r1198,0","w":1479},"\u00c1":{"d":"1511,0r-444,0r-20,-240r-478,0r-114,240r-488,0r828,-1466r483,0xm1018,-551r-45,-534r-4,0r-252,534r301,0xm1409,-1870r-365,299r-198,0r221,-299r342,0","w":1593},"\u00cb":{"d":"1593,-1466r-67,315r-744,0r-49,233r717,0r-66,297r-716,0r-62,287r807,0r-72,334r-1259,0r313,-1466r1198,0xm1388,-1831r-53,258r-266,0r55,-258r264,0xm964,-1831r-53,258r-266,0r55,-258r264,0","w":1479},"\u00c8":{"d":"1593,-1466r-67,315r-744,0r-49,233r717,0r-66,297r-716,0r-62,287r807,0r-72,334r-1259,0r313,-1466r1198,0xm1143,-1571r-180,0r-254,-299r315,0","w":1479},"\u00cd":{"d":"877,-1466r-314,1466r-459,0r314,-1466r459,0xm1009,-1870r-365,299r-198,0r221,-299r342,0","w":797},"\u00ce":{"d":"1024,-1569r-213,0r-61,-162r-180,162r-283,0r334,-285r295,0xm877,-1466r-314,1466r-459,0r314,-1466r459,0","w":797},"\u00cf":{"d":"877,-1466r-314,1466r-459,0r314,-1466r459,0xm1046,-1831r-53,258r-266,0r55,-258r264,0xm622,-1831r-53,258r-266,0r55,-258r264,0","w":797},"\u00cc":{"d":"877,-1466r-314,1466r-459,0r314,-1466r459,0xm801,-1571r-180,0r-254,-299r315,0","w":797},"\u00d3":{"d":"844,25v-403,5,-670,-213,-666,-605v4,-359,163,-619,386,-774v145,-101,288,-131,501,-137v498,-15,733,370,620,851v-47,196,-172,394,-327,504v-155,110,-285,158,-514,161xm623,-569v-6,148,97,260,249,260v269,0,383,-330,398,-563v11,-174,-95,-285,-254,-285v-275,0,-382,328,-393,588xm1464,-1870r-365,299r-198,0r221,-299r342,0","w":1706},"\u00d4":{"d":"1478,-1569r-213,0r-61,-162r-180,162r-283,0r334,-285r295,0xm844,25v-403,5,-670,-213,-666,-605v4,-359,163,-619,386,-774v145,-101,288,-131,501,-137v498,-15,733,370,620,851v-47,196,-172,394,-327,504v-155,110,-285,158,-514,161xm623,-569v-6,148,97,260,249,260v269,0,383,-330,398,-563v11,-174,-95,-285,-254,-285v-275,0,-382,328,-393,588","w":1706},"\u00d2":{"d":"844,25v-403,5,-670,-213,-666,-605v4,-359,163,-619,386,-774v145,-101,288,-131,501,-137v498,-15,733,370,620,851v-47,196,-172,394,-327,504v-155,110,-285,158,-514,161xm623,-569v-6,148,97,260,249,260v269,0,383,-330,398,-563v11,-174,-95,-285,-254,-285v-275,0,-382,328,-393,588xm1255,-1571r-180,0r-254,-299r315,0","w":1706},"\u00da":{"d":"1798,-1466r-190,884v-91,399,-275,605,-750,607v-237,1,-374,-40,-490,-148v-93,-87,-147,-207,-147,-371v0,-91,9,-179,27,-262r151,-710r455,0r-176,825v-8,39,-12,80,-12,123v0,116,69,174,206,174v196,0,259,-115,302,-322r167,-800r457,0xm1464,-1870r-365,299r-198,0r221,-299r342,0","w":1706},"\u00db":{"d":"1478,-1569r-213,0r-61,-162r-180,162r-283,0r334,-285r295,0xm1798,-1466r-190,884v-91,399,-275,605,-750,607v-237,1,-374,-40,-490,-148v-93,-87,-147,-207,-147,-371v0,-91,9,-179,27,-262r151,-710r455,0r-176,825v-8,39,-12,80,-12,123v0,116,69,174,206,174v196,0,259,-115,302,-322r167,-800r457,0","w":1706},"\u00d9":{"d":"1798,-1466r-190,884v-91,399,-275,605,-750,607v-237,1,-374,-40,-490,-148v-93,-87,-147,-207,-147,-371v0,-91,9,-179,27,-262r151,-710r455,0r-176,825v-8,39,-12,80,-12,123v0,116,69,174,206,174v196,0,259,-115,302,-322r167,-800r457,0xm1255,-1571r-180,0r-254,-299r315,0","w":1706},"\u0131":{"d":"709,-1061r-228,1061r-409,0r227,-1061r410,0","w":682},"\u00b8":{"d":"299,195v-1,-70,-90,-80,-164,-62r31,-96v42,-11,82,-17,121,-17v106,0,192,67,188,166v-9,224,-283,229,-512,181r41,-105v115,29,296,29,295,-67","w":682},"\u0141":{"d":"1341,-358r-75,358r-1182,0r113,-530r-199,108r61,-285r197,-106r139,-653r457,0r-80,372r358,-194r-61,284r-358,191r-97,455r727,0"},"\u0142":{"d":"797,-1001r-39,194r-115,49r-162,758r-407,0r123,-578r-140,60r43,-201r138,-57r149,-690r410,0r-113,514","w":682},"\u0160":{"d":"1432,-1854r-336,285r-295,0r-109,-285r213,0r62,162r180,-162r285,0xm793,-266v155,8,286,-122,185,-237v-23,-26,-83,-55,-177,-89v-215,-77,-351,-150,-409,-214v-110,-122,-110,-328,-14,-466v97,-141,284,-219,527,-219v397,0,608,144,633,432r-424,23v-9,-127,-80,-191,-213,-191v-121,0,-226,103,-133,183v75,64,352,150,436,202v125,77,239,182,236,375v-3,202,-126,342,-278,421v-90,47,-217,71,-382,71v-233,0,-398,-44,-495,-134v-105,-98,-151,-213,-146,-378r426,-29v-2,171,73,242,228,250","w":1479},"\u0161":{"d":"1256,-1475r-336,285r-295,0r-109,-285r213,0r62,162r180,-162r285,0xm621,-199v80,1,171,-35,170,-112v0,-33,-12,-55,-37,-66v-25,-11,-71,-22,-140,-33v-158,-25,-265,-62,-321,-112v-107,-93,-109,-252,-21,-371v92,-126,273,-194,504,-192v270,3,425,60,469,278r-381,41v-11,-64,-59,-96,-143,-96v-110,0,-201,85,-117,152v22,17,83,31,180,45v157,23,260,58,312,105v52,47,78,110,78,189v0,109,-51,203,-152,280v-101,77,-256,116,-463,116v-310,0,-473,-64,-510,-318r402,-35v17,86,74,129,170,129","w":1251},"\u017d":{"d":"1432,-1854r-336,285r-295,0r-109,-285r213,0r62,162r180,-162r285,0xm1583,-1466r-51,295r-873,856r807,0r-67,315r-1356,0r68,-315r860,-836r-729,0r69,-315r1272,0","w":1479},"\u017e":{"d":"1201,-1475r-336,285r-295,0r-109,-285r213,0r62,162r180,-162r285,0xm1202,-1061r-53,242r-578,540r512,0r-57,279r-995,0r51,-240r588,-542r-480,0r62,-279r950,0","w":1139},"\u00a6":{"d":"485,-715r-254,0r0,-751r254,0r0,751xm485,406r-254,0r0,-752r254,0r0,752","w":569},"\u00d0":{"d":"993,-1466v409,-8,608,233,615,614v6,332,-196,689,-424,780v-115,46,-224,72,-328,72r-772,0r127,-604r-152,0r56,-260r151,0r125,-602r602,0xm1163,-899v0,-160,-68,-247,-241,-244r-144,0r-59,279r223,0r-55,260r-221,0r-58,280r187,0v124,0,216,-64,277,-192v61,-128,91,-256,91,-383","w":1593},"\u00f0":{"d":"123,-465v-7,-305,258,-596,561,-596v106,0,198,35,277,105r4,-5v-22,-81,-56,-163,-101,-247r-291,84r-30,-119r256,-76v-27,-43,-67,-92,-121,-147r362,0v28,27,46,47,54,61r215,-61r37,118r-183,52v119,193,178,393,178,600v0,432,-251,721,-677,721v-330,0,-534,-189,-541,-490xm520,-459v0,115,56,209,170,209v163,0,242,-202,242,-364v0,-107,-64,-193,-158,-193v-81,0,-144,39,-188,118v-44,79,-66,155,-66,230"},"\u00dd":{"d":"1847,-1466r-706,913r-117,553r-457,0r121,-565r-440,-901r475,0r225,542r379,-542r520,0xm1409,-1870r-365,299r-198,0r221,-299r342,0","w":1593},"\u00fd":{"d":"1386,-1061r-673,1196v-66,117,-129,195,-189,235v-133,90,-351,65,-522,19r33,-274v143,54,257,27,321,-115r-204,-1061r401,0r57,737r4,0r361,-737r411,0xm1175,-1491r-365,299r-198,0r221,-299r342,0","w":1251},"\u00de":{"d":"795,-1204r213,0v172,3,248,-1,342,70v80,61,135,180,135,321v0,234,-153,402,-309,477v-111,53,-377,58,-580,55r-59,281r-457,0r313,-1466r457,0xm1055,-791v-3,-96,-48,-122,-166,-122r-156,0r-74,342v90,0,191,3,255,-19v69,-24,144,-111,141,-201","w":1479},"\u00fe":{"d":"1335,-645v0,325,-199,672,-506,672v-149,0,-261,-56,-337,-168r-117,547r-408,0r408,-1872r401,0r-102,477r4,2v92,-65,188,-98,287,-98v247,-1,370,185,370,440xm565,-434v0,111,63,186,156,186v59,0,110,-38,153,-113v43,-75,64,-167,64,-274v0,-112,-47,-179,-139,-184v-157,-7,-234,230,-234,385"},"\u00d7":{"d":"1300,-406r-231,230r-315,-318r-318,318r-229,-230r317,-317r-317,-315r229,-232r318,316r315,-316r231,232r-315,315","w":1352},"\u00b9":{"d":"883,-1491r-162,752r-254,0r98,-451v-117,58,-136,79,-260,84r41,-199v153,-37,265,-99,334,-186r203,0","w":819},"\u00b2":{"d":"217,-1241v43,-167,179,-250,410,-250v113,0,200,19,259,57v59,38,89,88,89,150v0,86,-55,157,-163,214r-267,146r0,4r389,0r-39,183r-739,0v34,-154,135,-250,268,-329v78,-46,210,-110,263,-164v47,-48,6,-99,-81,-99v-69,0,-114,37,-137,110","w":819},"\u00b3":{"d":"627,-1346v-67,0,-104,39,-121,82r-254,-32v47,-130,168,-195,364,-195v105,0,190,17,256,51v66,34,99,85,99,152v0,83,-54,141,-162,172v82,47,121,64,121,162v0,65,-30,120,-90,164v-60,44,-158,67,-291,67v-197,0,-321,-72,-371,-215r244,-33v19,61,63,92,133,92v60,0,111,-35,115,-90v5,-72,-87,-92,-176,-82r32,-145v125,0,187,-28,187,-84v0,-44,-29,-66,-86,-66","w":819},"\u00bd":{"d":"2052,-1491r-1476,1544r-248,0r1476,-1544r248,0xm951,-1491r-162,752r-254,0r98,-451v-117,58,-136,79,-260,84r41,-199v153,-37,265,-99,334,-186r203,0xm1321,-457v43,-167,179,-250,410,-250v113,0,200,19,259,57v59,38,89,88,89,150v0,86,-55,157,-163,214r-267,146r0,4r389,0r-39,183r-739,0v34,-154,135,-250,268,-329v78,-46,210,-110,263,-164v47,-48,6,-99,-81,-99v-69,0,-114,37,-137,110","w":2048},"\u00bc":{"d":"1989,-216r-33,158r-102,0r-25,111r-223,0r27,-111r-432,0r38,-180r527,-471r223,0r-100,493r100,0xm1715,-449r-4,-4r-265,237r217,0xm2058,-1491r-1476,1544r-248,0r1476,-1544r248,0xm954,-1491r-162,752r-254,0r98,-451v-117,58,-136,79,-260,84r41,-199v153,-37,265,-99,334,-186r203,0","w":2048},"\u00be":{"d":"1988,-216r-33,158r-102,0r-25,111r-223,0r27,-111r-432,0r38,-180r527,-471r223,0r-100,493r100,0xm1714,-449r-4,-4r-265,237r217,0xm2057,-1491r-1476,1544r-248,0r1476,-1544r248,0xm658,-1346v-67,0,-104,39,-121,82r-254,-32v47,-130,168,-195,364,-195v105,0,190,17,256,51v66,34,99,85,99,152v0,83,-54,141,-162,172v82,47,121,64,121,162v0,65,-30,120,-90,164v-60,44,-158,67,-291,67v-197,0,-321,-72,-371,-215r244,-33v19,61,63,92,133,92v60,0,111,-35,115,-90v5,-72,-87,-92,-176,-82r32,-145v125,0,187,-28,187,-84v0,-44,-29,-66,-86,-66","w":2048},"\u00ad":{"d":"717,-692r-68,313r-592,0r68,-313r592,0","w":682},"\u00af":{"d":"1440,-1620r-1049,0r0,-102r1049,0r0,102","w":1024}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Digitized data copyright The Monotype Corporation 1991-2004. All rights
 * reserved. Arial® is a trademark of The Monotype Corporation which may be
 * registered in certain jurisdictions.
 * 
 * Trademark:
 * Arial® is a trademark of The Monotype Corporation which may be registered in
 * certain jurisdictions.
 * 
 * Description:
 * Monotype Drawing Office 1982. A contemporary sans serif design, Arial contains
 * more humanist characteristics than many of its predecessors and as such is more
 * in tune with the mood of the last decades of the twentieth century. The overall
 * treatment of curves is softer and fuller than in most industrial-style sans
 * serif faces. Terminal strokes are cut on the diagonal which helps to give the
 * face a less mechanical appearance. Arial is an extremely versatile family of
 * typefaces which can be used with equal success for text setting in reports,
 * presentations, magazines etc, and for display use in newspapers, advertising and
 * promotions.
 * 
 * Manufacturer:
 * Monotype Typography, Inc.
 * 
 * Designer:
 * Robin Nicholas, Patricia Saunders
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 * 
 * License information:
 * http://www.monotype.com/html/type/license.html
 */
Cufon.registerFont({"w":1366,"face":{"font-family":"Arial Black","font-weight":900,"font-stretch":"normal","units-per-em":"2048","panose-1":"2 11 10 4 2 1 2 2 2 4","ascent":"1638","descent":"-410","x-height":"24","bbox":"-100 -2014 2049 598","underline-thickness":"123","underline-position":"-195","unicode-range":"U+0020-U+017F"},"glyphs":{" ":{"w":683},"!":{"d":"124,-1466r435,0r0,334r-84,671r-269,0r-82,-671r0,-334xm139,-359r406,0r0,359r-406,0r0,-359","w":682},"\"":{"d":"48,-1466r406,0r0,242r-64,297r-276,0r-66,-297r0,-242xm569,-1466r406,0r0,242r-64,297r-276,0r-66,-297r0,-242","w":1024},"#":{"d":"253,-604r52,-253r-245,0r0,-276r300,0r71,-358r285,0r-73,358r219,0r72,-358r284,0r-70,358r137,0r0,276r-193,0r-51,253r244,0r0,276r-299,0r-71,352r-285,0r70,-352r-218,0r-72,352r-283,0r73,-352r-140,0r0,-276r193,0xm537,-604r219,0r52,-253r-218,0","w":1352},"$":{"d":"112,-1049v0,-268,204,-422,495,-430r0,-99r146,0r0,99v282,16,442,130,497,358r-372,59v-38,-92,-47,-110,-125,-154r0,289v203,54,337,112,406,171v138,118,180,334,87,507v-91,169,-241,267,-493,273r0,189r-146,0r0,-189v-254,-17,-407,-107,-499,-274v-25,-46,-42,-104,-54,-171r404,-47v26,131,49,170,149,221r0,-353v-236,-73,-321,-75,-433,-228v-43,-59,-62,-134,-62,-221xm607,-1221v-70,24,-114,51,-114,125v0,76,45,106,114,131r0,-256xm753,-237v125,-16,215,-140,131,-247v-21,-27,-66,-50,-131,-73r0,320"},"%":{"d":"1344,-1491r211,0r-847,1566r-209,0xm496,-720v-247,0,-397,-149,-397,-386v0,-236,150,-385,397,-385v239,0,396,151,396,385v0,235,-157,386,-396,386xm496,-1320v-102,0,-116,96,-116,216v0,121,15,217,116,217v101,0,115,-98,115,-217v0,-119,-14,-216,-115,-216xm1552,73v-246,0,-396,-149,-396,-386v0,-237,150,-386,396,-386v240,0,397,151,397,386v0,235,-157,386,-397,386xm1552,-528v-101,0,-115,98,-115,217v0,120,14,216,115,216v102,0,116,-96,116,-216v0,-120,-14,-217,-116,-217","w":2048},"&":{"d":"372,-1133v0,-240,199,-358,480,-358v165,0,285,33,363,96v116,94,154,235,81,374v-67,129,-122,139,-265,240v71,71,146,138,223,199v21,-41,38,-85,53,-131r318,71v-35,122,-55,165,-113,266r153,105v19,12,43,26,72,43r-219,252v-75,-39,-170,-106,-240,-146v-150,101,-309,146,-546,146v-195,0,-340,-42,-436,-122v-163,-135,-192,-358,-59,-532v56,-74,148,-138,275,-189v-84,-106,-140,-169,-140,-314xm869,-1271v-75,0,-140,52,-140,121v0,41,37,101,110,180v79,-44,165,-99,165,-189v0,-68,-59,-112,-135,-112xm555,-424v0,105,107,187,227,187v73,0,154,-28,245,-85v-87,-67,-198,-164,-333,-292v-84,64,-139,87,-139,190","w":1821},"'":{"d":"85,-1466r406,0r0,242r-64,297r-276,0r-66,-297r0,-242","w":569},"(":{"d":"112,-533v0,-422,142,-673,351,-958r254,0v-143,330,-238,566,-238,982v0,305,79,618,238,940r-254,0v-129,-183,-221,-349,-273,-497v-52,-148,-78,-304,-78,-467","w":797},")":{"d":"685,-533v0,-422,-142,-673,-351,-958r-254,0v143,330,238,566,238,982v0,305,-79,618,-238,940r254,0v129,-183,221,-349,273,-497v52,-148,78,-304,78,-467","w":797},"*":{"d":"453,-1491r221,0v-13,100,-16,181,-43,276r114,-59r139,-66r69,211v-98,18,-156,41,-279,43v83,64,126,123,193,193r-180,135v-50,-94,-78,-131,-126,-248v-53,128,-74,148,-127,248r-185,-135v65,-63,133,-141,204,-193v-76,-8,-193,-31,-276,-43r72,-211v103,48,135,55,248,125v-27,-113,-29,-169,-44,-276","w":1139},"+":{"d":"127,-894r383,0r0,-385r323,0r0,385r385,0r0,324r-385,0r0,383r-323,0r0,-383r-383,0r0,-324","w":1352},",":{"d":"124,-404r435,0v-5,229,26,496,-77,627v-54,69,-139,134,-263,189r-95,-178v125,-62,190,-99,208,-234r-208,0r0,-404","w":682},"-":{"d":"45,-692r592,0r0,315r-592,0r0,-315","w":682},"\u00ad":{"d":"45,-692r592,0r0,315r-592,0r0,-315","w":682},".":{"d":"124,-408r435,0r0,408r-435,0r0,-408","w":682},"\/":{"d":"367,-1491r208,0r-368,1515r-206,0","w":569},"0":{"d":"1282,-744v0,501,-124,764,-600,769v-250,3,-387,-81,-486,-232v-77,-117,-113,-326,-112,-532v0,-279,50,-474,150,-585v100,-111,254,-167,459,-167v457,0,589,316,589,747xm533,-1118v-51,113,-51,655,5,762v55,104,171,141,250,60v87,-89,89,-218,89,-431v0,-195,-19,-325,-49,-393v-59,-132,-235,-131,-295,2"},"1":{"d":"167,-1098v255,-82,399,-184,503,-393r337,0r0,1491r-412,0r0,-977v-140,105,-238,154,-428,213r0,-334"},"2":{"d":"1266,-1064v-2,383,-424,513,-626,732r636,0r0,332r-1222,0v14,-121,57,-234,128,-340v71,-106,204,-232,399,-377v119,-89,196,-156,229,-202v33,-46,50,-90,50,-131v1,-90,-80,-166,-174,-162v-130,6,-175,82,-194,222r-408,-33v46,-333,210,-468,591,-468v269,0,419,50,523,199v47,67,68,144,68,228"},"3":{"d":"657,-1238v-118,4,-160,72,-178,196r-385,-69v68,-251,244,-380,571,-380v191,0,330,36,415,107v85,71,128,161,128,269v0,155,-92,242,-209,307v126,29,192,76,243,168v69,125,47,296,-26,420v-96,162,-259,245,-524,245v-370,0,-534,-137,-620,-412r407,-54v28,137,69,214,203,218v114,4,191,-97,191,-220v0,-130,-71,-214,-195,-214v-32,0,-76,8,-132,24r21,-291v132,29,238,-55,240,-167v2,-90,-59,-150,-150,-147"},"4":{"d":"784,-274r-742,0r0,-335r742,-882r355,0r0,901r184,0r0,316r-184,0r0,274r-355,0r0,-274xm784,-590r0,-461r-392,461r392,0"},"5":{"d":"671,-733v-94,0,-148,40,-204,105r-347,-50r129,-788r967,0r0,325r-655,0r-35,220v79,-37,163,-62,266,-64v281,-6,497,196,494,468v-2,210,-118,394,-270,473v-198,103,-604,85,-756,-40v-96,-79,-153,-159,-193,-296r412,-45v15,116,85,202,201,202v129,0,196,-107,196,-257v0,-158,-66,-253,-205,-253"},"6":{"d":"827,-978v263,-4,477,223,467,495v-12,324,-214,511,-563,508v-307,-3,-460,-102,-565,-315v-53,-110,-80,-254,-80,-435v0,-265,56,-458,167,-581v111,-123,266,-185,463,-185v323,0,471,118,547,355r-405,50v-18,-96,-53,-155,-146,-155v-66,0,-117,33,-154,100v-27,48,-46,151,-59,308v89,-87,171,-142,328,-145xm713,-726v-124,0,-200,103,-200,243v0,143,80,254,207,254v122,0,188,-101,188,-243v0,-146,-69,-254,-195,-254"},"7":{"d":"91,-1466r1189,0r0,275v-219,196,-363,435,-458,744v-39,126,-65,275,-78,447r-406,0v76,-530,195,-764,477,-1122r-724,0r0,-344"},"8":{"d":"84,-431v0,-192,94,-299,245,-357v-124,-63,-200,-155,-200,-312v0,-241,242,-391,530,-391v196,0,341,37,435,112v94,75,140,169,140,282v0,146,-79,239,-188,309v139,64,233,180,236,359v3,151,-86,286,-174,353v-156,120,-586,127,-773,46v-148,-64,-251,-206,-251,-401xm679,-1243v-97,0,-167,70,-167,167v0,101,71,169,174,169v93,0,160,-71,160,-165v0,-98,-70,-171,-167,-171xm679,-667v-109,1,-189,100,-189,222v0,118,87,220,194,220v103,0,189,-106,189,-221v0,-118,-86,-221,-194,-221"},"9":{"d":"539,-488v-263,4,-478,-222,-468,-494v12,-324,213,-512,563,-509v307,3,461,102,566,315v53,110,79,255,79,435v0,265,-56,458,-167,581v-111,123,-266,185,-463,185v-323,0,-468,-119,-547,-354r405,-51v18,96,54,155,147,155v65,0,116,-33,153,-99v27,-49,47,-152,60,-309v-88,88,-170,142,-328,145xm652,-740v125,0,200,-102,200,-243v0,-142,-80,-254,-206,-254v-123,0,-188,101,-188,244v0,145,69,253,194,253"},":":{"d":"124,-1062r435,0r0,408r-435,0r0,-408xm124,-408r435,0r0,408r-435,0r0,-408","w":682},";":{"d":"124,-1062r435,0r0,408r-435,0r0,-408xm124,-404r435,0v-5,229,26,496,-77,627v-54,69,-139,134,-263,189r-95,-178v125,-62,190,-99,208,-234r-208,0r0,-404","w":682},"\u037e":{"d":"124,-1062r435,0r0,408r-435,0r0,-408xm124,-404r435,0v-5,229,26,496,-77,627v-54,69,-139,134,-263,189r-95,-178v125,-62,190,-99,208,-234r-208,0r0,-404","w":682},"<":{"d":"1244,-112r-1137,-473r0,-296r1137,-472r0,355r-691,266r691,267r0,353","w":1352},"=":{"d":"126,-1141r1092,0r0,325r-1092,0r0,-325xm126,-649r1092,0r0,324r-1092,0r0,-324","w":1352},">":{"d":"108,-112r1137,-473r0,-296r-1137,-472r0,355r691,266r-691,267r0,353","w":1352},"?":{"d":"644,-1491v299,0,534,163,534,419v0,57,-16,111,-47,164v-31,53,-98,114,-192,193v-110,92,-146,104,-154,255r-380,0v-4,-144,21,-232,87,-306v29,-33,95,-92,196,-176v54,-44,81,-84,81,-121v-1,-78,-48,-119,-131,-116v-119,4,-163,80,-177,211r-388,-48v33,-300,217,-475,571,-475xm392,-359r407,0r0,359r-407,0r0,-359","w":1251},"@":{"d":"708,-1183v124,0,172,58,235,148r18,-113r195,0r-129,826v0,25,14,38,40,38v31,0,65,-14,104,-41v117,-83,197,-241,197,-448v0,-344,-218,-575,-558,-570v-418,6,-657,305,-664,729v-7,409,258,702,650,699v219,-2,380,-79,518,-187r205,0v-119,142,-227,219,-409,284v-237,85,-525,61,-725,-56v-225,-131,-390,-404,-391,-741v-1,-346,171,-635,393,-768v119,-72,259,-109,422,-109v414,0,716,303,710,717v-4,272,-121,483,-303,591v-77,46,-149,70,-216,70v-89,0,-132,-42,-154,-117v-76,70,-124,118,-241,118v-203,0,-325,-190,-325,-429v0,-163,41,-311,123,-443v82,-132,184,-198,305,-198xm884,-824v0,-112,-50,-198,-142,-198v-44,0,-81,18,-116,50v-85,78,-136,320,-136,479v0,121,41,234,148,234v43,0,80,-20,116,-55v70,-69,130,-362,130,-510","w":1516},"A":{"d":"1052,-242r-516,0r-71,242r-463,0r551,-1466r494,0r551,1466r-474,0xm957,-559r-162,-527r-161,527r323,0","w":1593,"k":{"v":35,"u":20,"p":-35,"Y":174,"W":-16,"V":113,"U":70,"T":141,"Q":39,"O":37,"G":37,"C":37}},"B":{"d":"1199,-780v190,44,307,152,307,363v0,165,-91,279,-198,349v-56,36,-311,68,-375,68r-782,0r0,-1466r848,0v255,-7,439,138,439,365v0,164,-95,277,-239,321xm994,-1033v0,-101,-66,-136,-186,-136r-200,0r0,278r197,0v125,0,189,-34,189,-142xm1052,-468v0,-108,-80,-144,-214,-144r-230,0r0,297r231,0v135,1,213,-40,213,-153","w":1593,"k":{"\u00dc":53,"\u00c5":35,"\u00c4":35,"U":53,"A":35,".":-33,",":-51}},"C":{"d":"833,-314v192,0,253,-117,293,-285r397,120v-82,317,-266,508,-664,505v-344,-2,-510,-91,-652,-314v-73,-117,-110,-266,-110,-448v0,-478,267,-757,741,-755v387,2,569,158,671,456r-400,89v-38,-130,-113,-206,-260,-206v-209,0,-298,159,-298,413v0,163,25,275,74,335v49,60,119,90,208,90","w":1593,"k":{".":-35,",":-51}},"D":{"d":"156,-1466r673,0v375,-5,556,164,640,444v56,187,43,501,-17,648v-64,155,-193,289,-353,334v-99,27,-189,40,-270,40r-673,0r0,-1466xm1050,-729v-2,-288,-65,-398,-328,-405r-113,0r0,801v109,1,261,2,313,-31v102,-65,129,-168,128,-365","w":1593,"k":{"\u00c5":88,"\u00c4":88,"Y":70,"W":-35,"V":70,"A":88,".":35,",":20}},"E":{"d":"149,-1466r1214,0r0,313r-760,0r0,233r705,0r0,299r-705,0r0,289r782,0r0,332r-1236,0r0,-1466","w":1479},"F":{"d":"152,-1466r1120,0r0,315r-665,0r0,256r568,0r0,296r-568,0r0,599r-455,0r0,-1466","k":{"\u00f6":70,"\u00e5":53,"\u00e4":53,"\u00c5":193,"\u00c4":193,"r":70,"o":70,"l":-16,"e":70,"a":53,"A":193,".":313,",":299}},"G":{"d":"887,-296v133,0,201,-39,303,-97r0,-138r-303,0r0,-305r700,0r0,625v-243,159,-373,233,-722,236v-352,3,-558,-122,-681,-354v-122,-231,-121,-600,9,-821v129,-219,327,-344,691,-341v297,2,435,38,564,181v54,60,92,139,119,234r-437,78v-34,-107,-118,-171,-256,-171v-228,0,-326,168,-326,431v0,283,93,442,339,442","w":1706,"k":{".":-20,",":-33}},"H":{"d":"152,-1466r453,0r0,513r495,0r0,-513r455,0r0,1466r-455,0r0,-593r-495,0r0,593r-453,0r0,-1466","w":1706},"I":{"d":"168,-1466r454,0r0,1466r-454,0r0,-1466","w":797},"J":{"d":"613,-315v125,0,147,-97,147,-247r0,-904r454,0r0,797v-4,329,-33,471,-224,604v-89,62,-204,91,-344,91v-404,0,-577,-165,-611,-521r433,-59v2,117,11,172,71,220v17,13,42,19,74,19","k":{"\u00fc":53,"\u00f6":53,"\u00e5":35,"\u00e4":35,"\u00c5":53,"\u00c4":53,"y":35,"u":53,"o":53,"e":53,"a":35,"A":53,".":53,",":37}},"K":{"d":"152,-1466r453,0r0,554r475,-554r602,0r-534,553r558,913r-558,0r-309,-603r-234,245r0,358r-453,0r0,-1466","w":1706,"k":{"\u00fc":53,"\u00f6":70,"\u00d6":70,"y":35,"v":35,"u":53,"o":70,"e":70,"O":70,"G":70,"C":70}},"L":{"d":"150,-1466r453,0r0,1105r707,0r0,361r-1160,0r0,-1466","k":{"\u00dc":53,"\u00d6":35,"y":20,"w":35,"Y":158,"W":35,"V":104,"U":53,"T":104,"O":35,"G":35,"C":35}},"M":{"d":"145,-1466r596,0r230,892r229,-892r594,0r0,1466r-370,0r0,-1118r-287,1118r-335,0r-286,-1118r0,1118r-371,0r0,-1466","w":1933},"N":{"d":"153,-1466r423,0r552,811r0,-811r427,0r0,1466r-427,0r-549,-805r0,805r-426,0r0,-1466","w":1706,"k":{"\u00c5":20,"\u00c4":20,"A":20}},"O":{"d":"850,-1491v480,0,762,273,762,747v0,343,-120,550,-336,678v-200,118,-610,116,-818,12v-217,-109,-365,-343,-365,-678v0,-474,284,-759,757,-759xm849,-1148v-217,0,-303,160,-303,418v0,260,85,416,307,416v236,0,306,-154,306,-436v0,-247,-93,-398,-310,-398","w":1706,"k":{"\u00c5":70,"\u00c4":70,"Y":139,"X":106,"W":35,"V":88,"T":53,"A":70,".":53,",":35}},"P":{"d":"1392,-1016v0,317,-200,476,-541,472r-248,0r0,544r-455,0r0,-1466r753,0v314,-3,491,150,491,450xm951,-1003v0,-115,-75,-168,-219,-165r-129,0r0,327r111,0v148,2,237,-43,237,-162","w":1479,"k":{"\u00e5":35,"\u00c5":174,"\u00c4":174,"o":53,"e":53,"a":35,"A":174,".":385,",":369}},"Q":{"d":"850,-1491v484,0,762,273,762,757v0,217,-53,390,-160,520v109,75,107,76,216,125r-126,254v-98,-44,-251,-149,-318,-205v-100,43,-225,65,-376,65v-475,0,-755,-293,-755,-753v0,-477,281,-763,757,-763xm831,-590v123,17,163,79,274,144v36,-65,54,-161,54,-290v0,-262,-85,-412,-310,-412v-207,0,-303,159,-303,400v0,160,28,272,82,337v69,83,183,114,312,88v-38,-37,-98,-71,-180,-104","w":1706,"k":{"Y":104,"V":88,"T":37,"A":-35,".":-35,",":-68}},"R":{"d":"156,0r0,-1466r755,0v263,3,394,27,500,170v84,113,92,324,16,448v-66,107,-151,169,-302,201v110,40,122,46,191,131v32,39,52,70,63,91r219,425r-512,0r-242,-448v-57,-109,-93,-150,-233,-147r0,595r-455,0xm1024,-1023v-4,-117,-73,-147,-214,-147r-199,0r0,298v126,-3,192,8,311,-20v56,-13,104,-66,102,-131","w":1593,"k":{"\u00fc":35,"\u00f6":53,"\u00dc":35,"\u00d6":35,"w":-35,"u":35,"o":53,"e":51,"Y":88,"V":35,"U":35,"T":18,"Q":41,"O":35,"G":37,"C":37}},"S":{"d":"704,-1218v-118,-7,-209,99,-126,178v21,19,72,37,152,54v198,43,340,86,426,130v148,74,245,186,245,379v0,211,-132,372,-296,441v-94,40,-211,61,-353,61v-249,0,-422,-48,-518,-144v-96,-96,-150,-218,-163,-366r431,-27v17,157,103,240,257,249v159,9,270,-149,152,-253v-33,-30,-111,-58,-232,-85v-199,-45,-339,-106,-425,-178v-141,-118,-172,-335,-62,-497v102,-151,280,-217,557,-215v364,2,563,121,604,437r-427,25v-21,-125,-85,-181,-222,-189","w":1479},"T":{"d":"47,-1466r1377,0r0,362r-462,0r0,1104r-453,0r0,-1104r-462,0r0,-362","w":1479,"k":{"\u00e5":104,"\u00d6":70,"\u00c5":139,"\u00c4":139,"z":70,"y":35,"w":20,"u":88,"s":139,"r":88,"o":139,"m":88,"l":-39,"h":-55,"e":123,"c":123,"a":104,"Q":70,"O":70,"G":70,"C":70,"A":139,";":70,":":70,".":313,"-":139,",":299}},"U":{"d":"854,-316v157,0,250,-96,250,-255r0,-895r452,0r0,874v3,284,-147,491,-349,569v-204,79,-579,65,-762,-25v-106,-52,-217,-177,-252,-296v-28,-93,-42,-176,-42,-248r0,-874r452,0r0,895v-1,158,94,255,251,255","w":1706,"k":{"\u00c5":70,"\u00c4":70,"A":70,".":70,",":53}},"V":{"d":"5,-1466r474,0r330,1055r325,-1055r460,0r-544,1466r-491,0","w":1593,"k":{"\u00e5":88,"\u00d6":70,"\u00c5":117,"\u00c4":117,"u":70,"r":70,"o":104,"i":-33,"e":104,"a":88,"Q":70,"O":70,"G":70,"C":70,"A":117,";":53,":":53,".":262,"-":88,",":246}},"W":{"d":"-1,-1466r430,0r155,819r226,-819r429,0r227,819r155,-819r428,0r-323,1466r-444,0r-257,-923r-256,923r-444,0","w":2048,"k":{"\u00e5":35,"\u00d6":35,"u":35,"o":53,"i":-68,"h":-68,"e":53,"d":53,"a":35,"O":35,"G":35,"C":35,".":106,"-":20,",":88}},"X":{"d":"49,-1466r499,0r260,451r252,-451r494,0r-456,710r499,756r-509,0r-289,-471r-290,471r-506,0r506,-764","w":1593,"k":{"\u00d6":70,"O":70,"G":70,"C":70}},"Y":{"d":"2,-1466r503,0r296,495r296,-495r500,0r-570,852r0,614r-454,0r0,-614","w":1593,"k":{"\u00e5":176,"\u00d6":123,"\u00c5":193,"\u00c4":193,"v":53,"u":123,"q":174,"p":104,"o":174,"e":193,"d":193,"a":176,"S":88,"O":123,"G":123,"C":123,"A":193,";":123,":":123,".":348,"-":176,",":332}},"Z":{"d":"113,-1466r1282,0r0,293r-822,858r852,0r0,315r-1391,0r0,-304r813,-849r-734,0r0,-313","w":1479},"[":{"d":"135,-1466r615,0r0,316r-243,0r0,1241r243,0r0,316r-615,0r0,-1873","w":797},"\\":{"d":"202,-1491r-208,0r368,1515r206,0","w":569},"]":{"d":"662,-1466r-615,0r0,316r243,0r0,1241r-243,0r0,316r615,0r0,-1873","w":797},"^":{"d":"533,-1491r279,0r408,813r-353,0r-193,-491r-195,491r-354,0","w":1352},"_":{"d":"-12,154r1048,0r0,102r-1048,0r0,-102","w":1024},"`":{"d":"1,-1491r347,0r164,298r-192,0","w":682},"a":{"d":"707,-844v-128,0,-179,27,-213,126r-389,-41v42,-256,250,-327,549,-327v296,0,482,26,561,234v20,55,30,107,30,157r0,469v1,115,11,140,51,226r-382,0v-30,-56,-33,-60,-44,-130v-107,106,-218,150,-410,154v-224,5,-387,-111,-387,-305v0,-207,120,-271,333,-315v251,-52,277,-51,441,-113v-1,-103,-36,-135,-140,-135xm613,-202v139,-12,240,-82,234,-237r0,-65v-90,37,-283,70,-332,118v-76,72,-16,194,98,184","k":{"v":35,"t":35,"p":-20,"g":-33,"b":-20}},"b":{"d":"848,24v-170,0,-250,-62,-342,-181r0,157r-381,0r0,-1466r411,0r0,508v74,-78,170,-128,310,-128v282,0,454,225,448,540v-6,319,-142,570,-446,570xm721,-782v-126,0,-188,102,-188,248v0,156,54,260,182,260v124,0,172,-106,172,-264v0,-141,-53,-244,-166,-244","k":{"v":53,"b":-20}},"c":{"d":"699,-248v121,0,184,-66,216,-167r387,44v-73,251,-249,396,-580,396v-317,0,-500,-97,-602,-299v-65,-128,-60,-401,10,-525v104,-182,269,-287,563,-287v338,0,507,117,588,365r-383,51v-24,-88,-83,-137,-193,-137v-152,0,-226,118,-226,292v0,158,79,267,220,267","k":{"y":35,"l":53,"k":35,"h":35}},"d":{"d":"520,-1086v140,0,237,50,310,128r0,-508r411,0r0,1466r-381,0r0,-157v-95,120,-169,176,-342,181v-296,9,-446,-269,-446,-566v0,-319,163,-544,448,-544xm651,-274v127,0,182,-104,182,-260v0,-146,-62,-248,-187,-248v-120,0,-167,103,-167,257v0,147,53,251,172,251","k":{"w":-20,"d":-20}},"e":{"d":"72,-529v-1,-341,244,-557,600,-557v294,0,461,86,561,269v52,96,73,230,69,387r-816,0v11,133,84,215,207,215v85,0,140,-35,185,-97r401,37v-128,212,-260,299,-595,299v-285,0,-422,-73,-532,-248v-54,-86,-80,-188,-80,-305xm888,-625v-13,-138,-67,-220,-199,-220v-120,0,-193,87,-202,220r401,0","k":{"x":53,"v":53,"g":-51,"b":20}},"f":{"d":"576,-1062r194,0r0,298r-194,0r0,764r-408,0r0,-764r-152,0r0,-298r152,0v-2,-119,10,-250,66,-318v64,-77,153,-113,312,-111v71,0,175,8,311,25r-45,246v-108,-18,-213,-30,-231,65v-3,15,-5,46,-5,93","w":797,"k":{"o":35,"k":-20,"f":-51,"e":35,"a":20,"?":-170,".":123,",":106,"!":-170," ":-119}},"g":{"d":"507,-1086v187,0,267,63,355,181r0,-157r381,0r1,1050v-11,228,-132,374,-334,418v-73,16,-156,25,-249,25v-213,0,-360,-31,-439,-96v-93,-76,-130,-168,-118,-311r395,45v19,78,73,107,159,107v130,0,175,-67,175,-211r0,-161v-77,96,-178,152,-323,153v-259,3,-437,-231,-437,-535v0,-305,155,-508,434,-508xm650,-791v-125,0,-171,94,-171,244v0,137,58,226,178,226v116,0,179,-95,179,-231v0,-136,-68,-239,-186,-239","k":{"y":-35,"r":-37,"l":-20,"g":-20}},"h":{"d":"696,-767v-126,0,-166,96,-166,257r0,510r-407,0r0,-1466r407,0r0,540v101,-101,181,-160,359,-160v238,0,357,152,357,411r0,675r-409,0r0,-584v1,-119,-38,-183,-141,-183"},"i":{"d":"138,-1466r407,0r0,277r-407,0r0,-277xm138,-1062r407,0r0,1062r-407,0r0,-1062","w":682},"j":{"d":"139,-1466r408,0r0,280r-408,0r0,-280xm-39,100v132,33,178,-18,178,-167r0,-995r408,0r0,1030v-4,235,-7,329,-134,412v-128,84,-316,55,-513,16","w":682},"k":{"d":"123,-1466r416,0r0,756r304,-352r501,0r-381,372r403,690r-459,0r-215,-426r-153,150r0,276r-416,0r0,-1466","k":{"\u00f6":70,"y":-35,"o":70,"e":70}},"l":{"d":"137,-1466r408,0r0,1466r-408,0r0,-1466","w":682,"k":{"y":-35}},"m":{"d":"694,-769v-113,0,-160,90,-160,227r0,542r-408,0r0,-1062r380,0r0,155v100,-114,179,-179,367,-179v176,0,259,63,322,179v116,-118,173,-179,370,-179v246,0,363,151,363,419r0,667r-408,0r0,-605v4,-98,-54,-162,-130,-162v-113,0,-160,86,-160,219r0,548r-408,0r0,-585v1,-94,-8,-121,-53,-159v-20,-17,-46,-25,-75,-25","w":2048},"n":{"d":"696,-767v-126,0,-166,96,-166,257r0,510r-407,0r0,-1062r379,0r0,173v103,-124,185,-197,384,-197v242,0,360,150,360,411r0,675r-409,0r0,-584v1,-119,-38,-183,-141,-183","k":{"v":55}},"o":{"d":"681,24v-355,0,-608,-227,-608,-552v0,-333,256,-558,607,-558v362,0,611,207,613,552v2,339,-252,558,-612,558xm686,-806v-138,0,-205,115,-205,277v0,164,65,278,202,278v140,0,201,-113,201,-282v0,-159,-66,-273,-198,-273","k":{"z":-35,"y":35,"x":72,"w":37,"v":70,".":35,",":20}},"p":{"d":"846,24v-139,0,-236,-51,-310,-127r0,507r-411,0r0,-1466r381,0r0,157v94,-120,171,-176,342,-181v293,-8,446,267,446,566v0,320,-163,544,-448,544xm715,-787v-126,0,-182,104,-182,259v0,147,62,248,187,248v121,0,167,-103,167,-257v0,-145,-55,-250,-172,-250","k":{"y":35,"w":53,".":35,",":20}},"q":{"d":"518,-1086v169,0,249,62,342,181r0,-157r381,0r0,1466r-411,0r0,-507v-73,77,-170,127,-310,127v-282,0,-453,-225,-448,-539v5,-320,143,-571,446,-571xm646,-280v126,0,187,-101,187,-248v0,-156,-54,-259,-182,-259v-123,0,-172,106,-172,263v0,143,52,244,167,244"},"r":{"d":"508,-888v65,-125,106,-198,258,-198v60,0,126,19,197,56r-126,290v-102,-46,-180,-42,-238,36v-84,112,-60,477,-63,704r-409,0r0,-1062r381,0r0,174","w":909,"k":{"\u00fc":-68,"\u00f6":-33,"\u00e5":-35,"\u00e4":-35,"y":-119,"v":-119,"u":-68,"t":-102,"s":-51,"r":-86,"q":-51,"p":-86,"o":-33,"n":-102,"m":-102,"l":-68,"k":-68,"j":-86,"g":-51,"e":-33,"d":-51,"c":-35,"a":-35,";":-86,":":-86,".":158,",":139}},"s":{"d":"592,-871v-76,-1,-132,24,-132,84v0,26,13,46,40,59v27,13,85,25,174,36v232,29,358,52,454,181v76,103,68,238,-4,346v-89,132,-255,190,-500,190v-345,0,-506,-78,-573,-319r404,-38v32,89,79,133,190,134v83,1,162,-29,162,-100v0,-29,-15,-54,-46,-68v-75,-34,-421,-79,-469,-110v-101,-37,-197,-144,-196,-278v2,-156,104,-246,229,-294v119,-45,450,-48,567,-9v130,43,201,124,252,255r-386,38v-19,-73,-82,-106,-166,-107","w":1251,"k":{"w":53}},"t":{"d":"571,24v-295,-1,-366,-111,-365,-415r0,-374r-150,0r0,-297r150,0r0,-195r408,-209r0,404r224,0r0,297r-224,0r0,377v-1,88,12,124,83,124v30,0,72,-9,126,-26r30,281v-101,22,-195,33,-282,33","w":909},"u":{"d":"669,-294v125,0,166,-97,166,-257r0,-511r407,0r0,1062r-380,0r0,-172v-104,124,-184,196,-384,196v-240,0,-359,-150,-359,-410r0,-676r409,0r0,584v-1,119,38,184,141,184"},"v":{"d":"2,-1062r424,0r206,673r213,-673r411,0r-451,1062r-361,0","w":1251,"k":{"\u00f6":53,"q":51,"o":53,"e":53,"d":35,"c":53,".":190,",":174}},"w":{"d":"3,-1062r394,0r171,669r216,-669r367,0r224,669r171,-669r391,0r-391,1062r-362,0r-215,-639r-208,639r-364,0","w":1933,"k":{"\u00f6":35,"\u00e5":23,"\u00e4":23,"q":35,"o":35,"h":-35,"e":23,"d":23,"c":20,"a":23,".":174,",":158}},"x":{"d":"31,-1062r483,0r169,296r196,-296r449,0r-362,506r388,556r-475,0r-196,-342r-231,342r-441,0r386,-556","k":{"\u00f6":35,"o":35,"e":35,"d":35,"c":35}},"y":{"d":"5,-1062r430,0r219,707r203,-707r401,0r-421,1135v-48,129,-96,218,-147,262v-135,115,-339,110,-595,72r-32,-284v91,27,239,50,313,-5v30,-22,54,-61,75,-118","w":1251,"k":{"\u00f6":35,"\u00e5":35,"\u00e4":35,"o":35,"e":35,"d":35,"c":35,"a":35,".":193,",":174}},"z":{"d":"77,-1062r985,0r0,238r-536,546r569,0r0,278r-1058,0r0,-264r508,-520r-468,0r0,-278","w":1139,"k":{"\u00f6":20,"o":20,"e":20,"d":20,"c":20}},"{":{"d":"26,-700v197,8,193,-145,193,-345v0,-201,19,-298,111,-377v89,-77,274,-70,444,-69r0,328v-108,-7,-167,21,-184,108v-5,20,-6,75,-8,165v-4,200,-33,305,-177,361v147,66,175,159,178,385v2,201,0,251,191,251r0,324r-126,0v-331,2,-429,-92,-429,-411r3,-117v0,-181,-33,-253,-196,-260r0,-343","w":797},"|":{"d":"160,-1466r255,0r0,1870r-255,0r0,-1870","w":569},"}":{"d":"771,-700v-197,8,-193,-145,-193,-345v0,-201,-19,-298,-111,-377v-89,-77,-274,-70,-444,-69r0,328v108,-7,167,21,184,108v5,20,6,75,8,165v4,200,33,305,177,361v-147,66,-175,159,-178,385v-2,201,0,251,-191,251r0,324r126,0v331,2,429,-92,429,-411r-3,-117v0,-181,33,-253,196,-260r0,-343","w":797},"~":{"d":"450,-974v178,-5,323,159,493,159v89,0,190,-52,303,-157r0,326v-126,94,-173,143,-333,154v-166,12,-345,-160,-496,-160v-103,0,-209,53,-318,160r0,-329v107,-92,185,-148,351,-153","w":1352},"\u00c4":{"d":"1052,-242r-516,0r-71,242r-463,0r551,-1466r494,0r551,1466r-474,0xm957,-559r-162,-527r-161,527r323,0xm454,-1809r260,0r0,250r-260,0r0,-250xm878,-1809r263,0r0,250r-263,0r0,-250","w":1593,"k":{"v":35,"u":20,"Y":174,"W":-16,"V":113,"U":70,"T":141,"Q":39,"O":37,"G":37,"C":37}},"\u00c5":{"d":"795,-1828v174,0,306,200,208,362r44,0r551,1466r-474,0r-77,-242r-506,0r-76,242r-463,0r551,-1466r34,0v-96,-162,35,-362,208,-362xm795,-1690v-55,0,-103,47,-103,102v0,57,47,104,103,104v55,0,102,-48,102,-103v0,-55,-47,-103,-102,-103xm945,-577r-150,-485r-149,485r299,0","w":1593,"k":{"v":35,"Y":174,"W":-16,"V":113,"U":70,"T":141,"Q":39,"O":37,"G":37,"C":37}},"\u00c7":{"d":"833,-314v192,0,253,-117,293,-285r397,120v-82,317,-266,508,-664,505v-344,-2,-510,-91,-652,-314v-73,-117,-110,-266,-110,-448v0,-478,267,-757,741,-755v387,2,569,158,671,456r-400,89v-38,-130,-113,-206,-260,-206v-209,0,-298,159,-298,413v0,163,25,275,74,335v49,60,119,90,208,90xm842,219v0,-47,-44,-71,-103,-71v-47,0,-103,6,-167,17r30,-118v135,-38,341,-30,412,35v43,39,65,84,65,137v0,247,-348,231,-605,186r0,-123v69,13,143,20,221,20v92,0,147,-15,147,-83","w":1593},"\u00c9":{"d":"149,-1466r1214,0r0,313r-760,0r0,233r705,0r0,299r-705,0r0,289r782,0r0,332r-1236,0r0,-1466xm730,-1854r350,0r-323,299r-195,0","w":1479},"\u00d1":{"d":"993,-1743v46,0,60,-31,62,-86r158,0v16,162,-58,276,-199,278v-50,12,-239,-85,-303,-85v-46,0,-61,29,-62,82r-156,0v-17,-156,68,-268,198,-275v93,-5,218,86,302,86xm153,-1466r423,0r552,811r0,-811r427,0r0,1466r-427,0r-549,-805r0,805r-426,0r0,-1466","w":1706},"\u00d6":{"d":"850,-1491v480,0,762,273,762,747v0,343,-120,550,-336,678v-200,118,-610,116,-818,12v-217,-109,-365,-343,-365,-678v0,-474,284,-759,757,-759xm849,-1148v-217,0,-303,160,-303,418v0,260,85,416,307,416v236,0,306,-154,306,-436v0,-247,-93,-398,-310,-398xm510,-1809r260,0r0,250r-260,0r0,-250xm934,-1809r263,0r0,250r-263,0r0,-250","w":1706,"k":{"Y":139,"X":106,"W":35,"V":88,"T":53,"A":70}},"\u00dc":{"d":"854,-316v157,0,250,-96,250,-255r0,-895r452,0r0,874v3,284,-147,491,-349,569v-204,79,-579,65,-762,-25v-106,-52,-217,-177,-252,-296v-28,-93,-42,-176,-42,-248r0,-874r452,0r0,895v-1,158,94,255,251,255xm510,-1809r260,0r0,250r-260,0r0,-250xm934,-1809r263,0r0,250r-263,0r0,-250","w":1706,"k":{"A":70}},"\u00e1":{"d":"707,-844v-128,0,-179,27,-213,126r-389,-41v42,-256,250,-327,549,-327v296,0,482,26,561,234v20,55,30,107,30,157r0,469v1,115,11,140,51,226r-382,0v-30,-56,-33,-60,-44,-130v-107,106,-218,150,-410,154v-224,5,-387,-111,-387,-305v0,-207,120,-271,333,-315v251,-52,277,-51,441,-113v-1,-103,-36,-135,-140,-135xm613,-202v139,-12,240,-82,234,-237r0,-65v-90,37,-283,70,-332,118v-76,72,-16,194,98,184xm673,-1491r350,0r-323,299r-195,0"},"\u00e0":{"d":"707,-844v-128,0,-179,27,-213,126r-389,-41v42,-256,250,-327,549,-327v296,0,482,26,561,234v20,55,30,107,30,157r0,469v1,115,11,140,51,226r-382,0v-30,-56,-33,-60,-44,-130v-107,106,-218,150,-410,154v-224,5,-387,-111,-387,-305v0,-207,120,-271,333,-315v251,-52,277,-51,441,-113v-1,-103,-36,-135,-140,-135xm613,-202v139,-12,240,-82,234,-237r0,-65v-90,37,-283,70,-332,118v-76,72,-16,194,98,184xm343,-1491r347,0r164,298r-192,0"},"\u00e2":{"d":"543,-1478r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm707,-844v-128,0,-179,27,-213,126r-389,-41v42,-256,250,-327,549,-327v296,0,482,26,561,234v20,55,30,107,30,157r0,469v1,115,11,140,51,226r-382,0v-30,-56,-33,-60,-44,-130v-107,106,-218,150,-410,154v-224,5,-387,-111,-387,-305v0,-207,120,-271,333,-315v251,-52,277,-51,441,-113v-1,-103,-36,-135,-140,-135xm613,-202v139,-12,240,-82,234,-237r0,-65v-90,37,-283,70,-332,118v-76,72,-16,194,98,184"},"\u00e4":{"d":"707,-844v-128,0,-179,27,-213,126r-389,-41v42,-256,250,-327,549,-327v296,0,482,26,561,234v20,55,30,107,30,157r0,469v1,115,11,140,51,226r-382,0v-30,-56,-33,-60,-44,-130v-107,106,-218,150,-410,154v-224,5,-387,-111,-387,-305v0,-207,120,-271,333,-315v251,-52,277,-51,441,-113v-1,-103,-36,-135,-140,-135xm613,-202v139,-12,240,-82,234,-237r0,-65v-90,37,-283,70,-332,118v-76,72,-16,194,98,184xm340,-1446r260,0r0,250r-260,0r0,-250xm764,-1446r263,0r0,250r-263,0r0,-250","k":{"v":35}},"\u00e3":{"d":"823,-1380v46,0,60,-31,62,-86r158,0v16,162,-58,276,-199,278v-50,12,-239,-85,-303,-85v-46,0,-61,29,-62,82r-156,0v-17,-156,68,-268,198,-275v93,-5,218,86,302,86xm707,-844v-128,0,-179,27,-213,126r-389,-41v42,-256,250,-327,549,-327v296,0,482,26,561,234v20,55,30,107,30,157r0,469v1,115,11,140,51,226r-382,0v-30,-56,-33,-60,-44,-130v-107,106,-218,150,-410,154v-224,5,-387,-111,-387,-305v0,-207,120,-271,333,-315v251,-52,277,-51,441,-113v-1,-103,-36,-135,-140,-135xm613,-202v139,-12,240,-82,234,-237r0,-65v-90,37,-283,70,-332,118v-76,72,-16,194,98,184"},"\u00e5":{"d":"683,-1644v129,0,240,112,240,241v0,129,-111,240,-240,240v-130,0,-241,-110,-241,-240v0,-130,111,-241,241,-241xm682,-1301v56,0,103,-47,103,-103v0,-56,-47,-103,-103,-103v-56,0,-103,47,-103,103v0,56,47,103,103,103xm707,-844v-128,0,-179,27,-213,126r-389,-41v42,-256,250,-327,549,-327v296,0,482,26,561,234v20,55,30,107,30,157r0,469v1,115,11,140,51,226r-382,0v-30,-56,-33,-60,-44,-130v-107,106,-218,150,-410,154v-224,5,-387,-111,-387,-305v0,-207,120,-271,333,-315v251,-52,277,-51,441,-113v-1,-103,-36,-135,-140,-135xm613,-202v139,-12,240,-82,234,-237r0,-65v-90,37,-283,70,-332,118v-76,72,-16,194,98,184","k":{"v":35}},"\u00e7":{"d":"699,-248v121,0,184,-66,216,-167r387,44v-73,251,-249,396,-580,396v-317,0,-500,-97,-602,-299v-65,-128,-60,-401,10,-525v104,-182,269,-287,563,-287v338,0,507,117,588,365r-383,51v-24,-88,-83,-137,-193,-137v-152,0,-226,118,-226,292v0,158,79,267,220,267xm728,219v0,-47,-44,-71,-103,-71v-47,0,-103,6,-167,17r30,-118v135,-38,341,-30,412,35v43,39,65,84,65,137v0,247,-348,231,-605,186r0,-123v69,13,143,20,221,20v92,0,147,-15,147,-83"},"\u00e9":{"d":"72,-529v-1,-341,244,-557,600,-557v294,0,461,86,561,269v52,96,73,230,69,387r-816,0v11,133,84,215,207,215v85,0,140,-35,185,-97r401,37v-128,212,-260,299,-595,299v-285,0,-422,-73,-532,-248v-54,-86,-80,-188,-80,-305xm888,-625v-13,-138,-67,-220,-199,-220v-120,0,-193,87,-202,220r401,0xm673,-1491r350,0r-323,299r-195,0"},"\u00e8":{"d":"72,-529v-1,-341,244,-557,600,-557v294,0,461,86,561,269v52,96,73,230,69,387r-816,0v11,133,84,215,207,215v85,0,140,-35,185,-97r401,37v-128,212,-260,299,-595,299v-285,0,-422,-73,-532,-248v-54,-86,-80,-188,-80,-305xm888,-625v-13,-138,-67,-220,-199,-220v-120,0,-193,87,-202,220r401,0xm343,-1491r347,0r164,298r-192,0"},"\u00ea":{"d":"543,-1478r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm72,-529v-1,-341,244,-557,600,-557v294,0,461,86,561,269v52,96,73,230,69,387r-816,0v11,133,84,215,207,215v85,0,140,-35,185,-97r401,37v-128,212,-260,299,-595,299v-285,0,-422,-73,-532,-248v-54,-86,-80,-188,-80,-305xm888,-625v-13,-138,-67,-220,-199,-220v-120,0,-193,87,-202,220r401,0"},"\u00eb":{"d":"72,-529v-1,-341,244,-557,600,-557v294,0,461,86,561,269v52,96,73,230,69,387r-816,0v11,133,84,215,207,215v85,0,140,-35,185,-97r401,37v-128,212,-260,299,-595,299v-285,0,-422,-73,-532,-248v-54,-86,-80,-188,-80,-305xm888,-625v-13,-138,-67,-220,-199,-220v-120,0,-193,87,-202,220r401,0xm340,-1446r260,0r0,250r-260,0r0,-250xm764,-1446r263,0r0,250r-263,0r0,-250"},"\u00ed":{"d":"138,-1062r407,0r0,1062r-407,0r0,-1062xm331,-1491r350,0r-323,299r-195,0","w":682},"\u00ec":{"d":"138,-1062r407,0r0,1062r-407,0r0,-1062xm1,-1491r347,0r164,298r-192,0","w":682},"\u00ee":{"d":"201,-1478r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm138,-1062r407,0r0,1062r-407,0r0,-1062","w":682},"\u00ef":{"d":"138,-1062r407,0r0,1062r-407,0r0,-1062xm-2,-1446r260,0r0,250r-260,0r0,-250xm422,-1446r263,0r0,250r-263,0r0,-250","w":682},"\u00f1":{"d":"823,-1380v46,0,60,-31,62,-86r158,0v16,162,-58,276,-199,278v-50,12,-239,-85,-303,-85v-46,0,-61,29,-62,82r-156,0v-17,-156,68,-268,198,-275v93,-5,218,86,302,86xm696,-767v-126,0,-166,96,-166,257r0,510r-407,0r0,-1062r379,0r0,173v103,-124,185,-197,384,-197v242,0,360,150,360,411r0,675r-409,0r0,-584v1,-119,-38,-183,-141,-183"},"\u00f3":{"d":"681,24v-355,0,-608,-227,-608,-552v0,-333,256,-558,607,-558v362,0,611,207,613,552v2,339,-252,558,-612,558xm686,-806v-138,0,-205,115,-205,277v0,164,65,278,202,278v140,0,201,-113,201,-282v0,-159,-66,-273,-198,-273xm673,-1491r350,0r-323,299r-195,0"},"\u00f2":{"d":"681,24v-355,0,-608,-227,-608,-552v0,-333,256,-558,607,-558v362,0,611,207,613,552v2,339,-252,558,-612,558xm686,-806v-138,0,-205,115,-205,277v0,164,65,278,202,278v140,0,201,-113,201,-282v0,-159,-66,-273,-198,-273xm343,-1491r347,0r164,298r-192,0"},"\u00f4":{"d":"543,-1478r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm681,24v-355,0,-608,-227,-608,-552v0,-333,256,-558,607,-558v362,0,611,207,613,552v2,339,-252,558,-612,558xm686,-806v-138,0,-205,115,-205,277v0,164,65,278,202,278v140,0,201,-113,201,-282v0,-159,-66,-273,-198,-273"},"\u00f6":{"d":"681,24v-355,0,-608,-227,-608,-552v0,-333,256,-558,607,-558v362,0,611,207,613,552v2,339,-252,558,-612,558xm686,-806v-138,0,-205,115,-205,277v0,164,65,278,202,278v140,0,201,-113,201,-282v0,-159,-66,-273,-198,-273xm340,-1446r260,0r0,250r-260,0r0,-250xm764,-1446r263,0r0,250r-263,0r0,-250","k":{"z":-35,"y":35,"x":72,"w":37,"v":70}},"\u00f5":{"d":"823,-1380v46,0,60,-31,62,-86r158,0v16,162,-58,276,-199,278v-50,12,-239,-85,-303,-85v-46,0,-61,29,-62,82r-156,0v-17,-156,68,-268,198,-275v93,-5,218,86,302,86xm681,24v-355,0,-608,-227,-608,-552v0,-333,256,-558,607,-558v362,0,611,207,613,552v2,339,-252,558,-612,558xm686,-806v-138,0,-205,115,-205,277v0,164,65,278,202,278v140,0,201,-113,201,-282v0,-159,-66,-273,-198,-273"},"\u00fa":{"d":"669,-294v125,0,166,-97,166,-257r0,-511r407,0r0,1062r-380,0r0,-172v-104,124,-184,196,-384,196v-240,0,-359,-150,-359,-410r0,-676r409,0r0,584v-1,119,38,184,141,184xm673,-1491r350,0r-323,299r-195,0"},"\u00f9":{"d":"669,-294v125,0,166,-97,166,-257r0,-511r407,0r0,1062r-380,0r0,-172v-104,124,-184,196,-384,196v-240,0,-359,-150,-359,-410r0,-676r409,0r0,584v-1,119,38,184,141,184xm343,-1491r347,0r164,298r-192,0"},"\u00fb":{"d":"543,-1478r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm669,-294v125,0,166,-97,166,-257r0,-511r407,0r0,1062r-380,0r0,-172v-104,124,-184,196,-384,196v-240,0,-359,-150,-359,-410r0,-676r409,0r0,584v-1,119,38,184,141,184"},"\u00fc":{"d":"669,-294v125,0,166,-97,166,-257r0,-511r407,0r0,1062r-380,0r0,-172v-104,124,-184,196,-384,196v-240,0,-359,-150,-359,-410r0,-676r409,0r0,584v-1,119,38,184,141,184xm340,-1446r260,0r0,250r-260,0r0,-250xm764,-1446r263,0r0,250r-263,0r0,-250"},"\u00b0":{"d":"405,-1492v154,0,287,132,287,286v0,153,-133,286,-287,286v-153,0,-286,-133,-286,-286v0,-154,133,-286,286,-286xm405,-1106v55,0,101,-47,101,-101v0,-54,-46,-102,-101,-102v-54,0,-102,48,-102,102v0,55,48,101,102,101","w":819},"\u00a2":{"d":"653,-233v153,26,246,-60,279,-179r370,41v-36,175,-121,261,-258,335v-142,77,-259,77,-479,60r-129,366r-131,-46r122,-352v-210,-65,-353,-247,-353,-521v0,-336,243,-570,580,-565v26,0,76,3,149,8r129,-360r129,47r-120,337v184,62,279,153,341,340r-364,49v-20,-65,-27,-74,-71,-115xm711,-828v-172,-2,-253,118,-250,322v2,109,17,145,68,207"},"\u00a3":{"d":"621,-1079v3,102,17,103,55,234r303,0r0,239r-268,0v-9,118,-35,189,-101,261v129,-44,291,37,408,33v95,-3,123,-15,202,-49r136,298v-115,57,-188,84,-335,88v-159,4,-363,-91,-494,-91v-86,0,-181,30,-285,91r-129,-284v140,-101,210,-201,210,-302v0,-5,-1,-20,-2,-45r-208,0r0,-239r149,0v-37,-143,-48,-119,-49,-232v-2,-177,110,-313,241,-369v125,-54,436,-58,566,-6v137,54,233,182,265,344r-382,60v-32,-110,-53,-177,-152,-177v-81,0,-133,59,-130,146"},"\u00a7":{"d":"262,-900v-59,-66,-97,-122,-97,-231v0,-184,134,-290,278,-334v123,-37,418,-30,519,9v134,52,206,147,249,297r-382,44v-24,-69,-58,-99,-142,-105v-105,-8,-169,86,-101,152v32,32,111,68,234,113v175,64,298,126,366,188v68,62,102,143,102,243v0,151,-69,222,-165,308v62,70,104,133,104,252v0,278,-216,397,-531,395v-324,-2,-530,-106,-579,-378r376,-39v43,83,87,135,195,141v121,7,182,-115,97,-192v-39,-36,-139,-89,-305,-155v-166,-66,-277,-130,-332,-195v-55,-65,-83,-133,-83,-206v0,-157,82,-223,197,-307xm446,-764v-44,66,-74,102,-35,156v17,23,65,49,138,82r385,173v43,-71,68,-113,18,-168v-49,-55,-440,-197,-506,-243"},"\u00b6":{"d":"135,-1050v0,-290,197,-416,510,-416r972,0r0,317r-131,0r0,1556r-297,0r0,-1556r-167,0r0,1556r-297,0r0,-1022v-275,7,-443,-35,-533,-203v-37,-70,-57,-146,-57,-232","w":1741},"\u00df":{"d":"640,-1235v-99,6,-132,81,-132,210r0,1025r-389,0r0,-1017v3,-193,81,-342,223,-414v157,-80,551,-77,668,27v128,114,134,244,48,410v-40,77,-58,129,-58,153v0,60,25,74,70,116v86,80,149,157,186,233v26,53,38,113,38,178v1,200,-154,343,-364,338v-166,-4,-260,-48,-344,-150r233,-138v23,29,46,44,69,44v78,-2,107,-90,54,-151v-12,-35,-251,-239,-289,-323v-12,-26,-20,-54,-20,-86v0,-69,118,-282,118,-351v0,-61,-48,-108,-111,-104"},"\u00ae":{"d":"1482,-1110v134,233,134,531,0,764v-121,210,-357,381,-661,381v-301,0,-541,-173,-661,-381v-134,-233,-134,-531,0,-764v121,-210,358,-381,661,-381v303,0,541,172,661,381xm821,-112v331,0,616,-285,616,-616v0,-331,-285,-616,-616,-616v-331,0,-616,285,-616,616v0,331,285,616,616,616xm1134,-906v0,133,-92,200,-220,229v75,29,90,56,134,121v1,3,45,81,132,236r-240,0v-78,-155,-129,-249,-157,-278v-35,-38,-56,-53,-105,-43r0,321r-203,0r0,-816r365,0v184,-3,294,70,294,230xm926,-892v0,-107,-128,-106,-248,-102r0,204v120,3,248,4,248,-102","w":1638},"\u00a9":{"d":"1482,-1110v134,233,134,531,0,764v-121,210,-357,381,-661,381v-301,0,-541,-173,-661,-381v-134,-233,-134,-531,0,-764v121,-210,358,-381,661,-381v303,0,541,172,661,381xm821,-112v331,0,616,-285,616,-616v0,-331,-285,-616,-616,-616v-331,0,-616,285,-616,616v0,331,285,616,616,616xm820,-443v105,0,158,-81,179,-191r206,49v-51,178,-174,284,-379,287v-246,3,-416,-181,-416,-432v0,-239,181,-426,417,-426v192,0,337,117,369,276r-197,30v-20,-96,-77,-160,-181,-160v-127,0,-184,117,-184,275v0,181,49,292,186,292","w":1638},"\u00b4":{"d":"331,-1491r350,0r-323,299r-195,0","w":682},"\u00a8":{"d":"-2,-1446r260,0r0,250r-260,0r0,-250xm422,-1446r263,0r0,250r-263,0r0,-250","w":682},"\u00c6":{"d":"556,-1466r1400,0r0,313r-618,0r0,233r562,0r0,299r-562,0r0,289r637,0r0,332r-1063,0r0,-263r-435,0r-97,263r-456,0xm811,-1169r-211,572r312,0r0,-572r-101,0","w":2048},"\u00d8":{"d":"92,-729v0,-475,282,-762,754,-762v210,0,377,46,500,139r174,-164r151,161r-173,164v138,198,149,661,20,879v-126,214,-328,339,-664,337v-212,-1,-365,-40,-493,-140r-175,167r-151,-159r176,-168v-79,-123,-119,-275,-119,-454xm848,-1148v-214,0,-307,158,-303,410v0,45,3,91,10,137r499,-474v-50,-49,-119,-73,-206,-73xm852,-314v229,0,308,-150,306,-420v0,-43,-3,-85,-8,-127r-501,474v49,49,116,73,203,73","w":1706},"\u00b1":{"d":"127,-1072r383,0r0,-373r323,0r0,373r385,0r0,315r-385,0r0,356r-323,0r0,-356r-383,0r0,-315xm127,-307r1091,0r0,307r-1091,0r0,-307","w":1352},"\u00a5":{"d":"-2,-1466r457,0r229,498r226,-498r458,0r-349,632r297,0r0,221r-421,0r0,121r421,0r0,224r-421,0r0,268r-416,0r0,-268r-428,0r0,-224r428,0r0,-121r-428,0r0,-221r306,0"},"\u00b5":{"d":"697,24v-73,0,-134,-37,-169,-101r0,479r-408,0r0,-1464r408,0r0,534v-4,148,43,221,157,221v118,0,153,-98,153,-232r0,-523r406,0r0,1062r-382,0r0,-84v-37,69,-86,108,-165,108"},"\u00aa":{"d":"726,-917v1,85,4,102,35,156r-218,0v-10,-21,-18,-43,-24,-67v-62,59,-125,82,-234,84v-154,3,-250,-75,-252,-215v0,-59,20,-103,53,-141v56,-66,303,-88,414,-133v-1,-76,-24,-99,-101,-99v-74,0,-97,20,-115,78r-221,-43v41,-143,121,-196,312,-194v244,3,351,32,351,237r0,337xm363,-893v106,-1,146,-81,137,-203v-77,37,-234,20,-234,119v0,51,42,85,97,84","w":819},"\u00ba":{"d":"414,-743v-244,0,-391,-149,-391,-374v0,-227,150,-374,390,-374v226,0,375,152,375,377v0,218,-155,371,-374,371xm407,-1320v-100,0,-138,80,-136,203v2,117,31,200,140,200v95,0,131,-80,131,-200v0,-124,-35,-203,-135,-203","w":819},"\u00e6":{"d":"1060,-982v113,-69,183,-102,346,-104v282,-5,462,127,545,314v33,75,42,211,39,341r-771,0v10,129,75,214,191,214v85,0,117,-39,158,-100r397,35v-109,196,-255,306,-553,306v-214,0,-344,-51,-457,-168v-146,104,-260,164,-479,168v-240,4,-407,-100,-407,-309v0,-168,123,-260,254,-300v134,-41,375,-68,502,-121v-5,-108,-34,-138,-144,-138v-114,0,-161,38,-186,127r-391,-45v43,-157,93,-220,230,-280v72,-32,174,-45,305,-45v202,0,294,21,421,105xm1584,-626v-10,-123,-57,-217,-178,-217v-118,0,-175,90,-190,217r368,0xm600,-209v126,-7,228,-76,225,-222r0,-76r-125,41v-106,25,-215,47,-220,147v-3,63,53,114,120,110","w":2048},"\u00f8":{"d":"674,-1086v155,3,230,19,346,79r133,-149r104,94r-124,136v89,74,159,230,159,394v0,334,-249,564,-599,556v-158,-3,-228,-17,-348,-75r-133,148r-105,-97r127,-135v-99,-109,-159,-207,-161,-391v-4,-334,253,-568,601,-560xm685,-836v-198,-3,-269,227,-215,440r351,-389v-38,-39,-72,-50,-136,-51xm687,-222v193,3,261,-230,208,-438r-350,390v43,36,76,47,142,48"},"\u00bf":{"d":"607,429v-299,0,-534,-163,-534,-419v0,-57,16,-111,47,-164v31,-53,98,-114,192,-193v110,-92,146,-104,154,-255r380,0v4,144,-21,232,-87,306v-29,33,-95,92,-196,176v-54,44,-81,84,-81,121v1,78,48,119,131,116v119,-4,163,-80,177,-211r388,48v-33,300,-217,475,-571,475xm859,-703r-407,0r0,-359r407,0r0,359","w":1251},"\u00a1":{"d":"124,404r435,0r0,-334r-84,-671r-269,0r-82,671r0,334xm139,-703r406,0r0,-359r-406,0r0,359","w":682},"\u00ac":{"d":"126,-1133r1092,0r0,817r-326,0r0,-492r-766,0r0,-325","w":1352},"\u00ab":{"d":"932,-996r313,0r-277,463r277,462r-313,0r-318,-462xm414,-996r312,0r-277,463r277,462r-312,0r-319,-462"},"\u00bb":{"d":"434,-996r-313,0r277,463r-277,462r313,0r318,-462xm952,-996r-312,0r277,463r-277,462r312,0r319,-462"},"\u00a0":{"w":683},"\u00c0":{"d":"1052,-242r-516,0r-71,242r-463,0r551,-1466r494,0r551,1466r-474,0xm957,-559r-162,-527r-161,527r323,0xm457,-1854r347,0r164,298r-192,0","w":1593},"\u00c3":{"d":"937,-1743v46,0,60,-31,62,-86r158,0v16,162,-58,276,-199,278v-50,12,-239,-85,-303,-85v-46,0,-61,29,-62,82r-156,0v-17,-156,68,-268,198,-275v93,-5,218,86,302,86xm1052,-242r-516,0r-71,242r-463,0r551,-1466r494,0r551,1466r-474,0xm957,-559r-162,-527r-161,527r323,0","w":1593},"\u00d5":{"d":"993,-1743v46,0,60,-31,62,-86r158,0v16,162,-58,276,-199,278v-50,12,-239,-85,-303,-85v-46,0,-61,29,-62,82r-156,0v-17,-156,68,-268,198,-275v93,-5,218,86,302,86xm850,-1491v480,0,762,273,762,747v0,343,-120,550,-336,678v-200,118,-610,116,-818,12v-217,-109,-365,-343,-365,-678v0,-474,284,-759,757,-759xm849,-1148v-217,0,-303,160,-303,418v0,260,85,416,307,416v236,0,306,-154,306,-436v0,-247,-93,-398,-310,-398","w":1706},"\u0152":{"d":"620,-1491v193,1,298,70,393,180r0,-155r941,0r0,313r-542,0r0,233r486,0r0,299r-486,0r0,289r572,0r0,332r-971,0r0,-162v-84,125,-187,188,-374,188v-166,0,-297,-56,-392,-168v-117,-139,-176,-334,-176,-586v0,-255,58,-451,173,-589v97,-116,223,-174,376,-174xm870,-1112v-80,-59,-189,-59,-264,4v-104,88,-107,178,-107,402v0,191,26,290,123,360v136,97,294,-11,332,-124v28,-82,38,-423,2,-519v-20,-53,-46,-94,-86,-123","w":2048},"\u0153":{"d":"1418,-1086v378,-1,603,248,572,650r-773,0v9,137,61,218,186,218v86,0,122,-39,164,-98r392,36v-83,191,-274,304,-540,304v-163,0,-301,-39,-415,-118v-117,75,-198,115,-364,118v-335,7,-581,-238,-581,-567v0,-319,228,-549,575,-543v180,3,263,42,387,123v114,-75,222,-122,397,-123xm1583,-629v-14,-135,-56,-215,-180,-215v-121,0,-176,86,-190,215r370,0xm651,-810v-143,0,-186,94,-185,267v1,167,33,270,170,270v146,0,175,-98,176,-283v1,-153,-42,-254,-161,-254","w":2048},"\u00f7":{"d":"470,-1356r401,0r0,369r-401,0r0,-369xm127,-896r1091,0r0,326r-1091,0r0,-326xm470,-478r401,0r0,373r-401,0r0,-373","w":1352},"\u00ff":{"d":"5,-1062r430,0r219,707r203,-707r401,0r-421,1135v-48,129,-96,218,-147,262v-135,115,-339,110,-595,72r-32,-284v91,27,239,50,313,-5v30,-22,54,-61,75,-118xm283,-1446r260,0r0,250r-260,0r0,-250xm707,-1446r263,0r0,250r-263,0r0,-250","w":1251},"\u0178":{"d":"2,-1466r503,0r296,495r296,-495r500,0r-570,852r0,614r-454,0r0,-614xm454,-1809r260,0r0,250r-260,0r0,-250xm878,-1809r263,0r0,250r-263,0r0,-250","w":1593},"\u00c2":{"d":"657,-1841r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm1052,-242r-516,0r-71,242r-463,0r551,-1466r494,0r551,1466r-474,0xm957,-559r-162,-527r-161,527r323,0","w":1593},"\u00ca":{"d":"600,-1841r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm149,-1466r1214,0r0,313r-760,0r0,233r705,0r0,299r-705,0r0,289r782,0r0,332r-1236,0r0,-1466","w":1479},"\u00c1":{"d":"1052,-242r-516,0r-71,242r-463,0r551,-1466r494,0r551,1466r-474,0xm957,-559r-162,-527r-161,527r323,0xm787,-1854r350,0r-323,299r-195,0","w":1593},"\u00cb":{"d":"149,-1466r1214,0r0,313r-760,0r0,233r705,0r0,299r-705,0r0,289r782,0r0,332r-1236,0r0,-1466xm397,-1809r260,0r0,250r-260,0r0,-250xm821,-1809r263,0r0,250r-263,0r0,-250","w":1479},"\u00c8":{"d":"149,-1466r1214,0r0,313r-760,0r0,233r705,0r0,299r-705,0r0,289r782,0r0,332r-1236,0r0,-1466xm400,-1854r347,0r164,298r-192,0","w":1479},"\u00cd":{"d":"168,-1466r454,0r0,1466r-454,0r0,-1466xm389,-1854r350,0r-323,299r-195,0","w":797},"\u00ce":{"d":"259,-1841r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm168,-1466r454,0r0,1466r-454,0r0,-1466","w":797},"\u00cf":{"d":"168,-1466r454,0r0,1466r-454,0r0,-1466xm56,-1809r260,0r0,250r-260,0r0,-250xm480,-1809r263,0r0,250r-263,0r0,-250","w":797},"\u00cc":{"d":"168,-1466r454,0r0,1466r-454,0r0,-1466xm59,-1854r347,0r164,298r-192,0","w":797},"\u00d3":{"d":"850,-1491v480,0,762,273,762,747v0,343,-120,550,-336,678v-200,118,-610,116,-818,12v-217,-109,-365,-343,-365,-678v0,-474,284,-759,757,-759xm849,-1148v-217,0,-303,160,-303,418v0,260,85,416,307,416v236,0,306,-154,306,-436v0,-247,-93,-398,-310,-398xm843,-1854r350,0r-323,299r-195,0","w":1706},"\u00d4":{"d":"713,-1841r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm850,-1491v480,0,762,273,762,747v0,343,-120,550,-336,678v-200,118,-610,116,-818,12v-217,-109,-365,-343,-365,-678v0,-474,284,-759,757,-759xm849,-1148v-217,0,-303,160,-303,418v0,260,85,416,307,416v236,0,306,-154,306,-436v0,-247,-93,-398,-310,-398","w":1706},"\u00d2":{"d":"850,-1491v480,0,762,273,762,747v0,343,-120,550,-336,678v-200,118,-610,116,-818,12v-217,-109,-365,-343,-365,-678v0,-474,284,-759,757,-759xm849,-1148v-217,0,-303,160,-303,418v0,260,85,416,307,416v236,0,306,-154,306,-436v0,-247,-93,-398,-310,-398xm513,-1854r347,0r164,298r-192,0","w":1706},"\u00da":{"d":"854,-316v157,0,250,-96,250,-255r0,-895r452,0r0,874v3,284,-147,491,-349,569v-204,79,-579,65,-762,-25v-106,-52,-217,-177,-252,-296v-28,-93,-42,-176,-42,-248r0,-874r452,0r0,895v-1,158,94,255,251,255xm843,-1854r350,0r-323,299r-195,0","w":1706},"\u00db":{"d":"713,-1841r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm854,-316v157,0,250,-96,250,-255r0,-895r452,0r0,874v3,284,-147,491,-349,569v-204,79,-579,65,-762,-25v-106,-52,-217,-177,-252,-296v-28,-93,-42,-176,-42,-248r0,-874r452,0r0,895v-1,158,94,255,251,255","w":1706},"\u00d9":{"d":"854,-316v157,0,250,-96,250,-255r0,-895r452,0r0,874v3,284,-147,491,-349,569v-204,79,-579,65,-762,-25v-106,-52,-217,-177,-252,-296v-28,-93,-42,-176,-42,-248r0,-874r452,0r0,895v-1,158,94,255,251,255xm513,-1854r347,0r164,298r-192,0","w":1706},"\u0131":{"d":"138,-1062r407,0r0,1062r-407,0r0,-1062","w":682},"\u00b8":{"d":"386,219v0,-47,-44,-71,-103,-71v-47,0,-103,6,-167,17r30,-118v135,-38,341,-30,412,35v43,39,65,84,65,137v0,247,-348,231,-605,186r0,-123v69,13,143,20,221,20v92,0,147,-15,147,-83","w":682},"\u0141":{"d":"150,-1466r453,0r0,404r318,-239r0,280r-318,240r0,420r706,0r0,361r-1159,0r0,-439r-151,116r0,-280r151,-114r0,-749"},"\u0142":{"d":"138,-1466r409,0r0,469r136,-89r0,196r-136,91r0,799r-409,0r0,-528r-138,92r0,-196r138,-93r0,-741","w":682},"\u0160":{"d":"881,-1555r-288,0r-222,-286r247,0r122,153r122,-153r249,0xm704,-1218v-118,-7,-209,99,-126,178v21,19,72,37,152,54v198,43,340,86,426,130v148,74,245,186,245,379v0,211,-132,372,-296,441v-94,40,-211,61,-353,61v-249,0,-422,-48,-518,-144v-96,-96,-150,-218,-163,-366r431,-27v17,157,103,240,257,249v159,9,270,-149,152,-253v-33,-30,-111,-58,-232,-85v-199,-45,-339,-106,-425,-178v-141,-118,-172,-335,-62,-497v102,-151,280,-217,557,-215v364,2,563,121,604,437r-427,25v-21,-125,-85,-181,-222,-189","w":1479},"\u0161":{"d":"767,-1192r-288,0r-222,-286r247,0r122,153r122,-153r249,0xm592,-871v-76,-1,-132,24,-132,84v0,26,13,46,40,59v27,13,85,25,174,36v232,29,358,52,454,181v76,103,68,238,-4,346v-89,132,-255,190,-500,190v-345,0,-506,-78,-573,-319r404,-38v32,89,79,133,190,134v83,1,162,-29,162,-100v0,-29,-15,-54,-46,-68v-75,-34,-421,-79,-469,-110v-101,-37,-197,-144,-196,-278v2,-156,104,-246,229,-294v119,-45,450,-48,567,-9v130,43,201,124,252,255r-386,38v-19,-73,-82,-106,-166,-107","w":1251},"\u017d":{"d":"881,-1555r-288,0r-222,-286r247,0r122,153r122,-153r249,0xm113,-1466r1282,0r0,293r-822,858r852,0r0,315r-1391,0r0,-304r813,-849r-734,0r0,-313","w":1479},"\u017e":{"d":"711,-1192r-288,0r-222,-286r247,0r122,153r122,-153r249,0xm77,-1062r985,0r0,238r-536,546r569,0r0,278r-1058,0r0,-264r508,-520r-468,0r0,-278","w":1139},"\u00a6":{"d":"160,-1466r255,0r0,776r-255,0r0,-776xm160,-373r255,0r0,777r-255,0r0,-777","w":569},"\u00d0":{"d":"156,-1466r673,0v374,-5,555,163,639,443v56,189,43,510,-19,655v-66,156,-191,285,-353,329v-98,27,-187,39,-267,39r-673,0r0,-622r-154,0r0,-221r154,0r0,-623xm1050,-729v-2,-288,-66,-398,-329,-405r-112,0r0,291r220,0r0,221r-220,0r0,289v109,1,261,2,313,-31v102,-65,129,-168,128,-365","w":1593},"\u00f0":{"d":"75,-531v0,-303,204,-531,494,-531v91,0,143,20,211,63v-45,-79,-88,-146,-129,-201r-293,107r-37,-107r253,-90v-83,-81,-135,-123,-235,-176r412,0v40,21,78,45,113,72r203,-72r37,101r-146,54v187,191,326,404,332,729v7,375,-230,606,-603,606v-368,0,-612,-209,-612,-555xm683,-807v-134,0,-200,115,-200,279v0,162,65,277,197,277v134,0,208,-116,208,-296v0,-163,-78,-260,-205,-260"},"\u00dd":{"d":"2,-1466r503,0r296,495r296,-495r500,0r-570,852r0,614r-454,0r0,-614xm787,-1854r350,0r-323,299r-195,0","w":1593},"\u00fd":{"d":"5,-1062r430,0r219,707r203,-707r401,0r-421,1135v-48,129,-96,218,-147,262v-135,115,-339,110,-595,72r-32,-284v91,27,239,50,313,-5v30,-22,54,-61,75,-118xm616,-1491r350,0r-323,299r-195,0","w":1251},"\u00de":{"d":"1392,-754v0,316,-200,475,-541,471r-248,0r0,283r-455,0r0,-1466r455,0r0,261r298,1v314,-3,491,150,491,450xm951,-742v0,-114,-75,-169,-219,-165r-129,0r0,327r111,0v148,2,237,-43,237,-162","w":1479},"\u00fe":{"d":"846,24v-139,0,-236,-51,-310,-127r0,507r-411,0r0,-1870r411,0r0,507v80,-82,154,-125,302,-127v301,-4,456,257,456,566v0,320,-163,544,-448,544xm715,-787v-126,0,-182,104,-182,259v0,147,62,248,187,248v121,0,167,-103,167,-257v0,-145,-55,-250,-172,-250"},"\u00d7":{"d":"355,-1280r318,315r315,-315r232,231r-317,315r317,319r-232,229r-315,-319r-318,319r-230,-229r318,-319r-318,-315","w":1352},"\u00b9":{"d":"627,-1491r0,750r-260,0r0,-448v-80,46,-119,60,-226,82r0,-207v123,-30,219,-89,288,-177r198,0","w":819},"\u00b2":{"d":"788,-1267v0,192,-235,256,-346,343r349,0r0,183r-769,0v17,-61,43,-113,80,-156v37,-43,120,-108,248,-193v74,-49,120,-87,141,-110v55,-59,26,-137,-63,-133v-76,4,-113,43,-130,113r-246,-21v27,-123,74,-168,175,-215v122,-56,392,-43,477,31v53,47,84,97,84,158","w":819},"\u00b3":{"d":"414,-1341v-58,2,-97,28,-113,83r-258,-40v70,-138,177,-193,377,-193v120,0,211,22,272,67v43,32,65,73,65,124v0,84,-49,125,-126,160v93,29,156,89,156,195v0,63,-26,110,-73,149v-118,97,-477,100,-596,-3v-37,-32,-68,-75,-87,-134r254,-29v20,59,50,89,122,90v66,2,117,-36,119,-93v0,-34,-19,-60,-56,-79v-21,-11,-71,-17,-149,-18r28,-141v90,0,146,-13,146,-77v0,-40,-35,-62,-81,-61","w":819},"\u00bd":{"d":"1369,-1491r215,0r-922,1544r-213,0xm643,-1491r0,750r-260,0r0,-448v-80,46,-119,60,-226,82r0,-207v123,-30,219,-89,288,-177r198,0xm1987,-497v0,192,-235,256,-346,343r349,0r0,183r-769,0v17,-61,43,-113,80,-156v37,-43,120,-108,248,-193v74,-49,120,-87,141,-110v55,-59,26,-137,-63,-133v-76,4,-113,43,-130,113r-246,-21v27,-123,74,-168,175,-215v122,-56,392,-43,477,31v53,47,84,97,84,158","w":2048},"\u00bc":{"d":"1400,-1491r215,0r-922,1544r-213,0xm1648,-71r-408,0r0,-189r418,-461r214,0r0,484r99,0r0,166r-99,0r0,121r-224,0r0,-121xm1648,-237r0,-219r-204,219r204,0xm643,-1491r0,750r-260,0r0,-448v-80,46,-119,60,-226,82r0,-207v123,-30,219,-89,288,-177r198,0","w":2048},"\u00be":{"d":"1425,-1491r215,0r-922,1544r-213,0xm1648,-71r-408,0r0,-189r418,-461r214,0r0,484r99,0r0,166r-99,0r0,121r-224,0r0,-121xm1648,-237r0,-219r-204,219r204,0xm453,-1341v-58,2,-97,28,-113,83r-258,-40v70,-138,177,-193,377,-193v120,0,211,22,272,67v43,32,65,73,65,124v0,84,-49,125,-126,160v93,29,156,89,156,195v0,63,-26,110,-73,149v-118,97,-477,100,-596,-3v-37,-32,-68,-75,-87,-134r254,-29v20,59,50,89,122,90v66,2,117,-36,119,-93v0,-34,-19,-60,-56,-79v-21,-11,-71,-17,-149,-18r28,-141v90,0,146,-13,146,-77v0,-40,-35,-62,-81,-61","w":2048},"\u011e":{"d":"852,-1747v112,0,153,-24,178,-107r165,0v-8,195,-141,298,-334,302v-204,4,-331,-115,-349,-302r172,0v28,77,66,107,168,107xm887,-296v133,0,201,-39,303,-97r0,-138r-303,0r0,-305r700,0r0,625v-243,159,-373,233,-722,236v-352,3,-558,-122,-681,-354v-122,-231,-121,-600,9,-821v129,-219,327,-344,691,-341v297,2,435,38,564,181v54,60,92,139,119,234r-437,78v-34,-107,-118,-171,-256,-171v-228,0,-326,168,-326,431v0,283,93,442,339,442","w":1706},"\u011f":{"d":"682,-1384v112,0,153,-24,178,-107r165,0v-8,195,-141,298,-334,302v-204,4,-331,-115,-349,-302r172,0v28,77,66,107,168,107xm507,-1086v187,0,267,63,355,181r0,-157r381,0r1,1050v-11,228,-132,374,-334,418v-73,16,-156,25,-249,25v-213,0,-360,-31,-439,-96v-93,-76,-130,-168,-118,-311r395,45v19,78,73,107,159,107v130,0,175,-67,175,-211r0,-161v-77,96,-178,152,-323,153v-259,3,-437,-231,-437,-535v0,-305,155,-508,434,-508xm650,-791v-125,0,-171,94,-171,244v0,137,58,226,178,226v116,0,179,-95,179,-231v0,-136,-68,-239,-186,-239"},"\u0130":{"d":"242,-1855r314,0r0,300r-314,0r0,-300xm168,-1466r454,0r0,1466r-454,0r0,-1466","w":797},"\u015e":{"d":"704,-1218v-118,-7,-209,99,-126,178v21,19,72,37,152,54v198,43,340,86,426,130v148,74,245,186,245,379v0,211,-132,372,-296,441v-94,40,-211,61,-353,61v-249,0,-422,-48,-518,-144v-96,-96,-150,-218,-163,-366r431,-27v17,157,103,240,257,249v159,9,270,-149,152,-253v-33,-30,-111,-58,-232,-85v-199,-45,-339,-106,-425,-178v-141,-118,-172,-335,-62,-497v102,-151,280,-217,557,-215v364,2,563,121,604,437r-427,25v-21,-125,-85,-181,-222,-189xm785,219v0,-47,-44,-71,-103,-71v-47,0,-103,6,-167,17r30,-118v135,-38,341,-30,412,35v43,39,65,84,65,137v0,247,-348,231,-605,186r0,-123v69,13,143,20,221,20v92,0,147,-15,147,-83","w":1479},"\u015f":{"d":"592,-871v-76,-1,-132,24,-132,84v0,26,13,46,40,59v27,13,85,25,174,36v232,29,358,52,454,181v76,103,68,238,-4,346v-89,132,-255,190,-500,190v-345,0,-506,-78,-573,-319r404,-38v32,89,79,133,190,134v83,1,162,-29,162,-100v0,-29,-15,-54,-46,-68v-75,-34,-421,-79,-469,-110v-101,-37,-197,-144,-196,-278v2,-156,104,-246,229,-294v119,-45,450,-48,567,-9v130,43,201,124,252,255r-386,38v-19,-73,-82,-106,-166,-107xm671,219v0,-47,-44,-71,-103,-71v-47,0,-103,6,-167,17r30,-118v135,-38,341,-30,412,35v43,39,65,84,65,137v0,247,-348,231,-605,186r0,-123v69,13,143,20,221,20v92,0,147,-15,147,-83","w":1251},"\u0106":{"d":"833,-314v192,0,253,-117,293,-285r397,120v-82,317,-266,508,-664,505v-344,-2,-510,-91,-652,-314v-73,-117,-110,-266,-110,-448v0,-478,267,-757,741,-755v387,2,569,158,671,456r-400,89v-38,-130,-113,-206,-260,-206v-209,0,-298,159,-298,413v0,163,25,275,74,335v49,60,119,90,208,90xm831,-1854r350,0r-323,299r-195,0","w":1593},"\u0107":{"d":"699,-248v121,0,184,-66,216,-167r387,44v-73,251,-249,396,-580,396v-317,0,-500,-97,-602,-299v-65,-128,-60,-401,10,-525v104,-182,269,-287,563,-287v338,0,507,117,588,365r-383,51v-24,-88,-83,-137,-193,-137v-152,0,-226,118,-226,292v0,158,79,267,220,267xm773,-1491r350,0r-323,299r-195,0"},"\u010c":{"d":"982,-1555r-288,0r-222,-286r247,0r122,153r122,-153r249,0xm833,-314v192,0,253,-117,293,-285r397,120v-82,317,-266,508,-664,505v-344,-2,-510,-91,-652,-314v-73,-117,-110,-266,-110,-448v0,-478,267,-757,741,-755v387,2,569,158,671,456r-400,89v-38,-130,-113,-206,-260,-206v-209,0,-298,159,-298,413v0,163,25,275,74,335v49,60,119,90,208,90","w":1593},"\u010d":{"d":"844,-1192r-288,0r-222,-286r247,0r122,153r122,-153r249,0xm699,-248v121,0,184,-66,216,-167r387,44v-73,251,-249,396,-580,396v-317,0,-500,-97,-602,-299v-65,-128,-60,-401,10,-525v104,-182,269,-287,563,-287v338,0,507,117,588,365r-383,51v-24,-88,-83,-137,-193,-137v-152,0,-226,118,-226,292v0,158,79,267,220,267"},"\u0111":{"d":"520,-1086v140,0,237,50,310,128r0,-229r-306,0r0,-163r306,0r0,-116r411,0r0,116r184,0r0,163r-184,0r0,1187r-381,0r0,-157v-95,120,-169,176,-342,181v-296,9,-446,-269,-446,-566v0,-319,163,-544,448,-544xm651,-274v127,0,182,-104,182,-260v0,-146,-62,-248,-187,-248v-120,0,-167,103,-167,257v0,147,53,251,172,251"},"\u00af":{"d":"-12,-1701r1048,0r0,102r-1048,0r0,-102","w":1024},"\u00b7":{"d":"124,-937r435,0r0,408r-435,0r0,-408","w":683},"\u0102":{"d":"793,-1755v112,0,153,-24,178,-107r165,0v-8,195,-141,298,-334,302v-204,4,-331,-115,-349,-302r172,0v28,77,66,107,168,107xm1052,-242r-516,0r-71,242r-463,0r551,-1466r494,0r551,1466r-474,0xm957,-559r-162,-527r-161,527r323,0","w":1593},"\u0103":{"d":"683,-1384v112,0,153,-24,178,-107r165,0v-8,195,-141,298,-334,302v-204,4,-331,-115,-349,-302r172,0v28,77,66,107,168,107xm707,-844v-128,0,-179,27,-213,126r-389,-41v42,-256,250,-327,549,-327v296,0,482,26,561,234v20,55,30,107,30,157r0,469v1,115,11,140,51,226r-382,0v-30,-56,-33,-60,-44,-130v-107,106,-218,150,-410,154v-224,5,-387,-111,-387,-305v0,-207,120,-271,333,-315v251,-52,277,-51,441,-113v-1,-103,-36,-135,-140,-135xm613,-202v139,-12,240,-82,234,-237r0,-65v-90,37,-283,70,-332,118v-76,72,-16,194,98,184"},"\u0104":{"d":"1428,447v-153,0,-253,-88,-253,-234v0,-59,16,-139,48,-239r169,0v-40,144,-31,298,120,298v31,0,74,-9,128,-26r0,155v-83,31,-153,46,-212,46xm1052,-242r-516,0r-71,242r-463,0r551,-1466r494,0r551,1466r-474,0xm957,-559r-162,-527r-161,527r323,0","w":1593},"\u0105":{"d":"1125,447v-153,0,-253,-88,-253,-234v0,-59,16,-139,48,-239r169,0v-40,144,-31,298,120,298v31,0,74,-9,128,-26r0,155v-83,31,-153,46,-212,46xm707,-844v-128,0,-179,27,-213,126r-389,-41v42,-256,250,-327,549,-327v296,0,482,26,561,234v20,55,30,107,30,157r0,469v1,115,11,140,51,226r-382,0v-30,-56,-33,-60,-44,-130v-107,106,-218,150,-410,154v-224,5,-387,-111,-387,-305v0,-207,120,-271,333,-315v251,-52,277,-51,441,-113v-1,-103,-36,-135,-140,-135xm613,-202v139,-12,240,-82,234,-237r0,-65v-90,37,-283,70,-332,118v-76,72,-16,194,98,184"},"\u010e":{"d":"916,-1562r-288,0r-222,-286r247,0r122,153r122,-153r249,0xm156,-1466r673,0v375,-5,556,164,640,444v56,187,43,501,-17,648v-64,155,-193,289,-353,334v-99,27,-189,40,-270,40r-673,0r0,-1466xm1050,-729v-2,-288,-65,-398,-328,-405r-113,0r0,801v109,1,261,2,313,-31v102,-65,129,-168,128,-365","w":1593},"\u010f":{"d":"1423,-1466r270,0v-3,134,14,289,-45,366v-31,40,-81,79,-154,111r-71,-104v81,-36,121,-82,122,-137r-122,0r0,-236xm520,-1086v140,0,237,50,310,128r0,-508r411,0r0,1466r-381,0r0,-157v-95,120,-169,176,-342,181v-296,9,-446,-269,-446,-566v0,-319,163,-544,448,-544xm651,-274v127,0,182,-104,182,-260v0,-146,-62,-248,-187,-248v-120,0,-167,103,-167,257v0,147,53,251,172,251","w":1728},"\u0110":{"d":"156,-1466r673,0v374,-5,555,163,639,443v56,189,43,510,-19,655v-66,156,-191,285,-353,329v-98,27,-187,39,-267,39r-673,0r0,-622r-154,0r0,-221r154,0r0,-623xm1050,-729v-2,-288,-66,-398,-329,-405r-112,0r0,291r220,0r0,221r-220,0r0,289v109,1,261,2,313,-31v102,-65,129,-168,128,-365","w":1593},"\u0118":{"d":"1128,447v-153,0,-253,-88,-253,-234v0,-59,16,-139,48,-239r169,0v-40,144,-31,298,120,298v31,0,74,-9,128,-26r0,155v-83,31,-153,46,-212,46xm149,-1466r1214,0r0,313r-760,0r0,233r705,0r0,299r-705,0r0,289r782,0r0,332r-1236,0r0,-1466","w":1479},"\u0119":{"d":"827,447v-153,0,-253,-88,-253,-234v0,-59,16,-139,48,-239r169,0v-40,144,-31,298,120,298v31,0,74,-9,128,-26r0,155v-83,31,-153,46,-212,46xm72,-529v-1,-341,244,-557,600,-557v294,0,461,86,561,269v52,96,73,230,69,387r-816,0v11,133,84,215,207,215v85,0,140,-35,185,-97r401,37v-128,212,-260,299,-595,299v-285,0,-422,-73,-532,-248v-54,-86,-80,-188,-80,-305xm888,-625v-13,-138,-67,-220,-199,-220v-120,0,-193,87,-202,220r401,0"},"\u011a":{"d":"913,-1562r-288,0r-222,-286r247,0r122,153r122,-153r249,0xm149,-1466r1214,0r0,313r-760,0r0,233r705,0r0,299r-705,0r0,289r782,0r0,332r-1236,0r0,-1466","w":1479},"\u011b":{"d":"824,-1192r-288,0r-222,-286r247,0r122,153r122,-153r249,0xm72,-529v-1,-341,244,-557,600,-557v294,0,461,86,561,269v52,96,73,230,69,387r-816,0v11,133,84,215,207,215v85,0,140,-35,185,-97r401,37v-128,212,-260,299,-595,299v-285,0,-422,-73,-532,-248v-54,-86,-80,-188,-80,-305xm888,-625v-13,-138,-67,-220,-199,-220v-120,0,-193,87,-202,220r401,0"},"\u0132":{"d":"1352,-315v123,0,146,-90,147,-248r0,-903r453,0r0,794v8,307,-57,504,-240,618v-211,131,-641,88,-782,-56v-91,-93,-147,-219,-158,-386r432,-59v0,160,49,240,148,240xm625,0r-453,0r0,-1466r453,0r0,1466","w":2105},"\u0133":{"d":"1231,-1188r-408,0r0,-278r408,0r0,278xm545,-1188r-408,0r0,-278r408,0r0,278xm645,100v138,37,178,-24,178,-168r0,-993r408,0r0,1028v-4,196,-4,307,-113,397v-115,95,-347,72,-534,31xm545,0r-408,0r0,-1061r408,0r0,1061","w":1368},"\u0139":{"d":"150,-1466r453,0r0,1105r707,0r0,361r-1160,0r0,-1466xm720,-1862r350,0r-323,299r-195,0"},"\u013a":{"d":"137,-1466r408,0r0,1466r-408,0r0,-1466xm348,-1862r350,0r-323,299r-195,0","w":682},"\u013d":{"d":"956,-1466r270,0v-3,134,15,289,-44,366v-31,40,-82,79,-155,111r-71,-104v81,-36,121,-82,122,-137r-122,0r0,-236xm150,-1466r453,0r0,1105r707,0r0,361r-1160,0r0,-1466"},"\u013e":{"d":"717,-1466r270,0v-3,134,14,289,-45,366v-31,40,-81,79,-154,111r-71,-104v81,-36,121,-82,122,-137r-122,0r0,-236xm137,-1466r408,0r0,1466r-408,0r0,-1466","w":1024},"\u013f":{"d":"900,-1068r314,0r0,300r-314,0r0,-300xm150,-1466r453,0r0,1105r707,0r0,361r-1160,0r0,-1466"},"\u0140":{"d":"696,-1068r314,0r0,300r-314,0r0,-300xm137,-1466r408,0r0,1466r-408,0r0,-1466","w":1094},"\u0143":{"d":"153,-1466r423,0r552,811r0,-811r427,0r0,1466r-427,0r-549,-805r0,805r-426,0r0,-1466xm842,-1862r350,0r-323,299r-195,0","w":1706},"\u0144":{"d":"696,-767v-126,0,-166,96,-166,257r0,510r-407,0r0,-1062r379,0r0,173v103,-124,185,-197,384,-197v242,0,360,150,360,411r0,675r-409,0r0,-584v1,-119,-38,-183,-141,-183xm677,-1491r350,0r-323,299r-195,0"},"\u0147":{"d":"992,-1562r-288,0r-222,-286r247,0r122,153r122,-153r249,0xm153,-1466r423,0r552,811r0,-811r427,0r0,1466r-427,0r-549,-805r0,805r-426,0r0,-1466","w":1706},"\u0148":{"d":"827,-1192r-288,0r-222,-286r247,0r122,153r122,-153r249,0xm696,-767v-126,0,-166,96,-166,257r0,510r-407,0r0,-1062r379,0r0,173v103,-124,185,-197,384,-197v242,0,360,150,360,411r0,675r-409,0r0,-584v1,-119,-38,-183,-141,-183"},"\u0149":{"d":"449,-1466v-4,211,22,434,-70,563v-49,69,-123,129,-229,174r-97,-129v103,-51,184,-100,189,-242r-189,0r0,-366r396,0xm1278,-1085v246,0,360,156,360,409r0,676r-407,0r0,-584v0,-123,-48,-184,-144,-184v-130,0,-165,100,-165,258r0,510r-408,0r0,-1061r381,0r0,172r4,0v91,-131,218,-196,379,-196","w":1757},"\u0150":{"d":"634,-1863r325,0r-296,295r-197,0xm1031,-1863r328,0r-302,295r-191,0xm850,-1491v480,0,762,273,762,747v0,343,-120,550,-336,678v-200,118,-610,116,-818,12v-217,-109,-365,-343,-365,-678v0,-474,284,-759,757,-759xm849,-1148v-217,0,-303,160,-303,418v0,260,85,416,307,416v236,0,306,-154,306,-436v0,-247,-93,-398,-310,-398","w":1706},"\u0151":{"d":"462,-1491r325,0r-296,295r-197,0xm859,-1491r328,0r-302,295r-191,0xm681,24v-355,0,-608,-227,-608,-552v0,-333,256,-558,607,-558v362,0,611,207,613,552v2,339,-252,558,-612,558xm686,-806v-138,0,-205,115,-205,277v0,164,65,278,202,278v140,0,201,-113,201,-282v0,-159,-66,-273,-198,-273"},"\u0154":{"d":"156,0r0,-1466r755,0v263,3,394,27,500,170v84,113,92,324,16,448v-66,107,-151,169,-302,201v110,40,122,46,191,131v32,39,52,70,63,91r219,425r-512,0r-242,-448v-57,-109,-93,-150,-233,-147r0,595r-455,0xm1024,-1023v-4,-117,-73,-147,-214,-147r-199,0r0,298v126,-3,192,8,311,-20v56,-13,104,-66,102,-131xm823,-1858r350,0r-323,299r-195,0","w":1593},"\u0155":{"d":"508,-888v65,-125,106,-198,258,-198v60,0,126,19,197,56r-126,290v-102,-46,-180,-42,-238,36v-84,112,-60,477,-63,704r-409,0r0,-1062r381,0r0,174xm512,-1491r350,0r-323,299r-195,0","w":909},"\u0158":{"d":"973,-1562r-288,0r-222,-286r247,0r122,153r122,-153r249,0xm156,0r0,-1466r755,0v263,3,394,27,500,170v84,113,92,324,16,448v-66,107,-151,169,-302,201v110,40,122,46,191,131v32,39,52,70,63,91r219,425r-512,0r-242,-448v-57,-109,-93,-150,-233,-147r0,595r-455,0xm1024,-1023v-4,-117,-73,-147,-214,-147r-199,0r0,298v126,-3,192,8,311,-20v56,-13,104,-66,102,-131","w":1593},"\u0159":{"d":"667,-1192r-288,0r-222,-286r247,0r122,153r122,-153r249,0xm508,-888v65,-125,106,-198,258,-198v60,0,126,19,197,56r-126,290v-102,-46,-180,-42,-238,36v-84,112,-60,477,-63,704r-409,0r0,-1062r381,0r0,174","w":909},"\u015a":{"d":"704,-1218v-118,-7,-209,99,-126,178v21,19,72,37,152,54v198,43,340,86,426,130v148,74,245,186,245,379v0,211,-132,372,-296,441v-94,40,-211,61,-353,61v-249,0,-422,-48,-518,-144v-96,-96,-150,-218,-163,-366r431,-27v17,157,103,240,257,249v159,9,270,-149,152,-253v-33,-30,-111,-58,-232,-85v-199,-45,-339,-106,-425,-178v-141,-118,-172,-335,-62,-497v102,-151,280,-217,557,-215v364,2,563,121,604,437r-427,25v-21,-125,-85,-181,-222,-189xm732,-1862r350,0r-323,299r-195,0","w":1479},"\u015b":{"d":"592,-871v-76,-1,-132,24,-132,84v0,26,13,46,40,59v27,13,85,25,174,36v232,29,358,52,454,181v76,103,68,238,-4,346v-89,132,-255,190,-500,190v-345,0,-506,-78,-573,-319r404,-38v32,89,79,133,190,134v83,1,162,-29,162,-100v0,-29,-15,-54,-46,-68v-75,-34,-421,-79,-469,-110v-101,-37,-197,-144,-196,-278v2,-156,104,-246,229,-294v119,-45,450,-48,567,-9v130,43,201,124,252,255r-386,38v-19,-73,-82,-106,-166,-107xm600,-1491r350,0r-323,299r-195,0","w":1251},"\u0162":{"d":"597,121r270,0v-3,134,14,290,-45,367v-31,40,-81,78,-154,110r-71,-104v81,-36,121,-82,122,-137r-122,0r0,-236xm47,-1466r1377,0r0,362r-462,0r0,1104r-453,0r0,-1104r-462,0r0,-362","w":1479},"\u0163":{"d":"352,121r270,0v-3,134,15,290,-44,367v-31,40,-82,78,-155,110r-71,-104v81,-36,121,-82,122,-137r-122,0r0,-236xm571,24v-295,-1,-366,-111,-365,-415r0,-374r-150,0r0,-297r150,0r0,-195r408,-209r0,404r224,0r0,297r-224,0r0,377v-1,88,12,124,83,124v30,0,72,-9,126,-26r30,281v-101,22,-195,33,-282,33","w":909},"\u0164":{"d":"884,-1562r-288,0r-222,-286r247,0r122,153r122,-153r249,0xm47,-1466r1377,0r0,362r-462,0r0,1104r-453,0r0,-1104r-462,0r0,-362","w":1479},"\u0165":{"d":"966,-1466r270,0v-3,134,15,289,-44,366v-31,40,-82,79,-155,111r-71,-104v81,-36,121,-82,122,-137r-122,0r0,-236xm571,24v-295,-1,-366,-111,-365,-415r0,-374r-150,0r0,-297r150,0r0,-195r408,-209r0,404r224,0r0,297r-224,0r0,377v-1,88,12,124,83,124v30,0,72,-9,126,-26r30,281v-101,22,-195,33,-282,33","w":1280},"\u016e":{"d":"854,-2014v129,0,240,112,240,241v0,129,-111,240,-240,240v-130,0,-241,-110,-241,-240v0,-130,111,-241,241,-241xm853,-1671v56,0,103,-47,103,-103v0,-56,-47,-103,-103,-103v-56,0,-103,47,-103,103v0,56,47,103,103,103xm854,-316v157,0,250,-96,250,-255r0,-895r452,0r0,874v3,284,-147,491,-349,569v-204,79,-579,65,-762,-25v-106,-52,-217,-177,-252,-296v-28,-93,-42,-176,-42,-248r0,-874r452,0r0,895v-1,158,94,255,251,255","w":1706},"\u016f":{"d":"683,-1644v129,0,240,112,240,241v0,129,-111,240,-240,240v-130,0,-241,-110,-241,-240v0,-130,111,-241,241,-241xm682,-1301v56,0,103,-47,103,-103v0,-56,-47,-103,-103,-103v-56,0,-103,47,-103,103v0,56,47,103,103,103xm669,-294v125,0,166,-97,166,-257r0,-511r407,0r0,1062r-380,0r0,-172v-104,124,-184,196,-384,196v-240,0,-359,-150,-359,-410r0,-676r409,0r0,584v-1,119,38,184,141,184"},"\u0170":{"d":"721,-1861r325,0r-296,295r-197,0xm1118,-1861r328,0r-302,295r-191,0xm854,-316v157,0,250,-96,250,-255r0,-895r452,0r0,874v3,284,-147,491,-349,569v-204,79,-579,65,-762,-25v-106,-52,-217,-177,-252,-296v-28,-93,-42,-176,-42,-248r0,-874r452,0r0,895v-1,158,94,255,251,255","w":1706},"\u0171":{"d":"458,-1491r325,0r-296,295r-197,0xm855,-1491r328,0r-302,295r-191,0xm669,-294v125,0,166,-97,166,-257r0,-511r407,0r0,1062r-380,0r0,-172v-104,124,-184,196,-384,196v-240,0,-359,-150,-359,-410r0,-676r409,0r0,584v-1,119,38,184,141,184"},"\u0179":{"d":"113,-1466r1282,0r0,293r-822,858r852,0r0,315r-1391,0r0,-304r813,-849r-734,0r0,-313xm726,-1862r350,0r-323,299r-195,0","w":1479},"\u017a":{"d":"77,-1062r985,0r0,238r-536,546r569,0r0,278r-1058,0r0,-264r508,-520r-468,0r0,-278xm564,-1491r350,0r-323,299r-195,0","w":1139},"\u017b":{"d":"609,-1855r314,0r0,300r-314,0r0,-300xm113,-1466r1282,0r0,293r-822,858r852,0r0,315r-1391,0r0,-304r813,-849r-734,0r0,-313","w":1479},"\u017c":{"d":"416,-1496r314,0r0,300r-314,0r0,-300xm77,-1062r985,0r0,238r-536,546r569,0r0,278r-1058,0r0,-264r508,-520r-468,0r0,-278","w":1139},"\u0100":{"d":"470,-1786r647,0r0,217r-647,0r0,-217xm1052,-242r-516,0r-71,242r-463,0r551,-1466r494,0r551,1466r-474,0xm957,-559r-162,-527r-161,527r323,0","w":1593},"\u0101":{"d":"362,-1446r647,0r0,217r-647,0r0,-217xm707,-844v-128,0,-179,27,-213,126r-389,-41v42,-256,250,-327,549,-327v296,0,482,26,561,234v20,55,30,107,30,157r0,469v1,115,11,140,51,226r-382,0v-30,-56,-33,-60,-44,-130v-107,106,-218,150,-410,154v-224,5,-387,-111,-387,-305v0,-207,120,-271,333,-315v251,-52,277,-51,441,-113v-1,-103,-36,-135,-140,-135xm613,-202v139,-12,240,-82,234,-237r0,-65v-90,37,-283,70,-332,118v-76,72,-16,194,98,184"},"\u0108":{"d":"681,-1858r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm833,-314v192,0,253,-117,293,-285r397,120v-82,317,-266,508,-664,505v-344,-2,-510,-91,-652,-314v-73,-117,-110,-266,-110,-448v0,-478,267,-757,741,-755v387,2,569,158,671,456r-400,89v-38,-130,-113,-206,-260,-206v-209,0,-298,159,-298,413v0,163,25,275,74,335v49,60,119,90,208,90","w":1593},"\u0109":{"d":"561,-1478r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm699,-248v121,0,184,-66,216,-167r387,44v-73,251,-249,396,-580,396v-317,0,-500,-97,-602,-299v-65,-128,-60,-401,10,-525v104,-182,269,-287,563,-287v338,0,507,117,588,365r-383,51v-24,-88,-83,-137,-193,-137v-152,0,-226,118,-226,292v0,158,79,267,220,267"},"\u010a":{"d":"660,-1868r314,0r0,300r-314,0r0,-300xm833,-314v192,0,253,-117,293,-285r397,120v-82,317,-266,508,-664,505v-344,-2,-510,-91,-652,-314v-73,-117,-110,-266,-110,-448v0,-478,267,-757,741,-755v387,2,569,158,671,456r-400,89v-38,-130,-113,-206,-260,-206v-209,0,-298,159,-298,413v0,163,25,275,74,335v49,60,119,90,208,90","w":1593},"\u010b":{"d":"536,-1496r314,0r0,300r-314,0r0,-300xm699,-248v121,0,184,-66,216,-167r387,44v-73,251,-249,396,-580,396v-317,0,-500,-97,-602,-299v-65,-128,-60,-401,10,-525v104,-182,269,-287,563,-287v338,0,507,117,588,365r-383,51v-24,-88,-83,-137,-193,-137v-152,0,-226,118,-226,292v0,158,79,267,220,267"},"\u0112":{"d":"450,-1786r647,0r0,217r-647,0r0,-217xm149,-1466r1214,0r0,313r-760,0r0,233r705,0r0,299r-705,0r0,289r782,0r0,332r-1236,0r0,-1466","w":1479},"\u0113":{"d":"378,-1446r647,0r0,217r-647,0r0,-217xm72,-529v-1,-341,244,-557,600,-557v294,0,461,86,561,269v52,96,73,230,69,387r-816,0v11,133,84,215,207,215v85,0,140,-35,185,-97r401,37v-128,212,-260,299,-595,299v-285,0,-422,-73,-532,-248v-54,-86,-80,-188,-80,-305xm888,-625v-13,-138,-67,-220,-199,-220v-120,0,-193,87,-202,220r401,0"},"\u0114":{"d":"756,-1764v112,0,153,-24,178,-107r165,0v-8,195,-141,298,-334,302v-204,4,-331,-115,-349,-302r172,0v28,77,66,107,168,107xm149,-1466r1214,0r0,313r-760,0r0,233r705,0r0,299r-705,0r0,289r782,0r0,332r-1236,0r0,-1466","w":1479},"\u0115":{"d":"668,-1384v112,0,153,-24,178,-107r165,0v-8,195,-141,298,-334,302v-204,4,-331,-115,-349,-302r172,0v28,77,66,107,168,107xm72,-529v-1,-341,244,-557,600,-557v294,0,461,86,561,269v52,96,73,230,69,387r-816,0v11,133,84,215,207,215v85,0,140,-35,185,-97r401,37v-128,212,-260,299,-595,299v-285,0,-422,-73,-532,-248v-54,-86,-80,-188,-80,-305xm888,-625v-13,-138,-67,-220,-199,-220v-120,0,-193,87,-202,220r401,0"},"\u0116":{"d":"616,-1868r314,0r0,300r-314,0r0,-300xm149,-1466r1214,0r0,313r-760,0r0,233r705,0r0,299r-705,0r0,289r782,0r0,332r-1236,0r0,-1466","w":1479},"\u0117":{"d":"536,-1496r314,0r0,300r-314,0r0,-300xm72,-529v-1,-341,244,-557,600,-557v294,0,461,86,561,269v52,96,73,230,69,387r-816,0v11,133,84,215,207,215v85,0,140,-35,185,-97r401,37v-128,212,-260,299,-595,299v-285,0,-422,-73,-532,-248v-54,-86,-80,-188,-80,-305xm888,-625v-13,-138,-67,-220,-199,-220v-120,0,-193,87,-202,220r401,0"},"\u011c":{"d":"737,-1858r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm887,-296v133,0,201,-39,303,-97r0,-138r-303,0r0,-305r700,0r0,625v-243,159,-373,233,-722,236v-352,3,-558,-122,-681,-354v-122,-231,-121,-600,9,-821v129,-219,327,-344,691,-341v297,2,435,38,564,181v54,60,92,139,119,234r-437,78v-34,-107,-118,-171,-256,-171v-228,0,-326,168,-326,431v0,283,93,442,339,442","w":1706},"\u011d":{"d":"541,-1478r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm507,-1086v187,0,267,63,355,181r0,-157r381,0r1,1050v-11,228,-132,374,-334,418v-73,16,-156,25,-249,25v-213,0,-360,-31,-439,-96v-93,-76,-130,-168,-118,-311r395,45v19,78,73,107,159,107v130,0,175,-67,175,-211r0,-161v-77,96,-178,152,-323,153v-259,3,-437,-231,-437,-535v0,-305,155,-508,434,-508xm650,-791v-125,0,-171,94,-171,244v0,137,58,226,178,226v116,0,179,-95,179,-231v0,-136,-68,-239,-186,-239"},"\u0120":{"d":"720,-1868r314,0r0,300r-314,0r0,-300xm887,-296v133,0,201,-39,303,-97r0,-138r-303,0r0,-305r700,0r0,625v-243,159,-373,233,-722,236v-352,3,-558,-122,-681,-354v-122,-231,-121,-600,9,-821v129,-219,327,-344,691,-341v297,2,435,38,564,181v54,60,92,139,119,234r-437,78v-34,-107,-118,-171,-256,-171v-228,0,-326,168,-326,431v0,283,93,442,339,442","w":1706},"\u0121":{"d":"524,-1496r314,0r0,300r-314,0r0,-300xm507,-1086v187,0,267,63,355,181r0,-157r381,0r1,1050v-11,228,-132,374,-334,418v-73,16,-156,25,-249,25v-213,0,-360,-31,-439,-96v-93,-76,-130,-168,-118,-311r395,45v19,78,73,107,159,107v130,0,175,-67,175,-211r0,-161v-77,96,-178,152,-323,153v-259,3,-437,-231,-437,-535v0,-305,155,-508,434,-508xm650,-791v-125,0,-171,94,-171,244v0,137,58,226,178,226v116,0,179,-95,179,-231v0,-136,-68,-239,-186,-239"},"\u0122":{"d":"887,-296v133,0,201,-39,303,-97r0,-138r-303,0r0,-305r700,0r0,625v-243,159,-373,233,-722,236v-352,3,-558,-122,-681,-354v-122,-231,-121,-600,9,-821v129,-219,327,-344,691,-341v297,2,435,38,564,181v54,60,92,139,119,234r-437,78v-34,-107,-118,-171,-256,-171v-228,0,-326,168,-326,431v0,283,93,442,339,442xm978,219v0,-47,-44,-71,-103,-71v-47,0,-103,6,-167,17r30,-118v135,-38,341,-30,412,35v43,39,65,84,65,137v0,247,-348,231,-605,186r0,-123v69,13,143,20,221,20v92,0,147,-15,147,-83","w":1706},"\u0123":{"d":"831,-1193r-270,0v3,-134,-14,-290,45,-367v31,-40,81,-78,154,-110r71,104v-81,36,-121,82,-122,137r122,0r0,236xm507,-1086v187,0,267,63,355,181r0,-157r381,0r1,1050v-11,228,-132,374,-334,418v-73,16,-156,25,-249,25v-213,0,-360,-31,-439,-96v-93,-76,-130,-168,-118,-311r395,45v19,78,73,107,159,107v130,0,175,-67,175,-211r0,-161v-77,96,-178,152,-323,153v-259,3,-437,-231,-437,-535v0,-305,155,-508,434,-508xm650,-791v-125,0,-171,94,-171,244v0,137,58,226,178,226v116,0,179,-95,179,-231v0,-136,-68,-239,-186,-239"},"\u0124":{"d":"713,-1858r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm152,-1466r453,0r0,513r495,0r0,-513r455,0r0,1466r-455,0r0,-593r-495,0r0,593r-453,0r0,-1466","w":1706},"\u0125":{"d":"545,-1854r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm696,-767v-126,0,-166,96,-166,257r0,510r-407,0r0,-1466r407,0r0,540v101,-101,181,-160,359,-160v238,0,357,152,357,411r0,675r-409,0r0,-584v1,-119,-38,-183,-141,-183"},"\u0126":{"d":"1688,-1102r-134,0r0,1102r-452,0r0,-592r-498,0r0,592r-452,0r0,-1102r-134,0r0,-221r134,0r0,-143r452,0r0,143r498,0r0,-143r452,0r0,143r134,0r0,221xm1102,-952r0,-150r-498,0r0,150r498,0","w":1706},"\u0127":{"d":"891,-1085v243,0,356,159,356,409r0,676r-407,0r0,-584v0,-123,-48,-184,-144,-184v-130,0,-166,100,-166,258r0,510r-407,0r0,-1186r-103,0r0,-186r103,0r0,-94r407,0r0,94r261,0r0,186r-261,0r0,260v96,-106,216,-159,361,-159"},"\u0128":{"d":"545,-1760v46,0,60,-31,62,-86r158,0v16,162,-58,276,-199,278v-50,12,-239,-85,-303,-85v-46,0,-61,29,-62,82r-156,0v-17,-156,68,-268,198,-275v93,-5,218,86,302,86xm168,-1466r454,0r0,1466r-454,0r0,-1466","w":797},"\u0129":{"d":"493,-1380v46,0,60,-31,62,-86r158,0v16,162,-58,276,-199,278v-50,12,-239,-85,-303,-85v-46,0,-61,29,-62,82r-156,0v-17,-156,68,-268,198,-275v93,-5,218,86,302,86xm138,-1062r407,0r0,1062r-407,0r0,-1062","w":682},"\u012a":{"d":"78,-1786r647,0r0,217r-647,0r0,-217xm168,-1466r454,0r0,1466r-454,0r0,-1466","w":797},"\u012b":{"d":"18,-1446r647,0r0,217r-647,0r0,-217xm138,-1062r407,0r0,1062r-407,0r0,-1062","w":682},"\u012c":{"d":"400,-1768v112,0,153,-24,178,-107r165,0v-8,195,-141,298,-334,302v-204,4,-331,-115,-349,-302r172,0v28,77,66,107,168,107xm168,-1466r454,0r0,1466r-454,0r0,-1466","w":797},"\u012d":{"d":"340,-1384v112,0,153,-24,178,-107r165,0v-8,195,-141,298,-334,302v-204,4,-331,-115,-349,-302r172,0v28,77,66,107,168,107xm138,-1062r407,0r0,1062r-407,0r0,-1062","w":682},"\u012e":{"d":"487,446v-151,2,-255,-87,-254,-233v0,-58,14,-129,41,-213r-102,0r0,-1466r453,0r0,1466r-181,0v-8,43,-12,83,-12,119v-3,160,130,179,266,127r0,155v-75,30,-146,45,-211,45","w":797},"\u012f":{"d":"406,446v-152,2,-254,-87,-254,-233v0,-58,14,-129,41,-213r-56,0r0,-1061r408,0r0,1061r-183,0v-8,43,-12,83,-12,119v-3,160,130,179,266,127r0,155v-75,30,-145,45,-210,45xm138,-1466r407,0r0,277r-407,0r0,-277","w":682},"\u0134":{"d":"557,-1854r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm613,-315v125,0,147,-97,147,-247r0,-904r454,0r0,797v-4,329,-33,471,-224,604v-89,62,-204,91,-344,91v-404,0,-577,-165,-611,-521r433,-59v2,117,11,172,71,220v17,13,42,19,74,19"},"\u0135":{"d":"707,-1192r-248,0r-121,-154r-123,154r-248,0r230,-287r288,0xm-39,100v132,33,178,-18,178,-167r0,-995r408,0r0,1030v-4,235,-7,329,-134,412v-128,84,-316,55,-513,16","w":682},"\u0136":{"d":"746,121r270,0v-3,134,15,290,-44,367v-31,40,-82,78,-155,110r-71,-104v81,-36,121,-82,122,-137r-122,0r0,-236xm152,-1466r453,0r0,554r475,-554r602,0r-534,553r558,913r-558,0r-309,-603r-234,245r0,358r-453,0r0,-1466","w":1706},"\u0137":{"d":"574,121r270,0v-3,134,15,290,-44,367v-31,40,-82,78,-155,110r-71,-104v81,-36,121,-82,122,-137r-122,0r0,-236xm123,-1466r416,0r0,756r304,-352r501,0r-381,372r403,690r-459,0r-215,-426r-153,150r0,276r-416,0r0,-1466"},"\u0138":{"d":"1358,0r-459,0r-215,-426r-154,150r0,276r-407,0r0,-1061r407,0r0,352r306,-352r499,0r-379,371"},"\u013b":{"d":"150,-1466r453,0r0,1105r707,0r0,361r-1160,0r0,-1466xm802,219v0,-47,-44,-71,-103,-71v-47,0,-103,6,-167,17r30,-118v135,-38,341,-30,412,35v43,39,65,84,65,137v0,247,-348,231,-605,186r0,-123v69,13,143,20,221,20v92,0,147,-15,147,-83"},"\u013c":{"d":"137,-1466r408,0r0,1466r-408,0r0,-1466xm386,219v0,-47,-44,-71,-103,-71v-47,0,-103,6,-167,17r30,-118v135,-38,341,-30,412,35v43,39,65,84,65,137v0,247,-348,231,-605,186r0,-123v69,13,143,20,221,20v92,0,147,-15,147,-83","w":682},"\u0145":{"d":"153,-1466r423,0r552,811r0,-811r427,0r0,1466r-427,0r-549,-805r0,805r-426,0r0,-1466xm938,219v0,-47,-44,-71,-103,-71v-47,0,-103,6,-167,17r30,-118v135,-38,341,-30,412,35v43,39,65,84,65,137v0,247,-348,231,-605,186r0,-123v69,13,143,20,221,20v92,0,147,-15,147,-83","w":1706},"\u0146":{"d":"696,-767v-126,0,-166,96,-166,257r0,510r-407,0r0,-1062r379,0r0,173v103,-124,185,-197,384,-197v242,0,360,150,360,411r0,675r-409,0r0,-584v1,-119,-38,-183,-141,-183xm794,219v0,-47,-44,-71,-103,-71v-47,0,-103,6,-167,17r30,-118v135,-38,341,-30,412,35v43,39,65,84,65,137v0,247,-348,231,-605,186r0,-123v69,13,143,20,221,20v92,0,147,-15,147,-83"},"\u014a":{"d":"858,-1112v-121,0,-253,83,-254,190r0,922r-452,0r0,-1466r426,0r0,172r4,0v78,-104,283,-197,467,-197v351,0,526,267,526,801v0,379,-46,660,-139,844v-131,258,-359,327,-674,241r61,-336v151,36,203,-12,250,-173v36,-122,49,-309,49,-560v0,-292,-88,-438,-264,-438","w":1667},"\u014b":{"d":"725,-788v-112,0,-147,119,-147,249r0,539r-426,0r0,-1061r399,0r0,172r4,0v88,-131,208,-196,360,-196v137,0,233,54,289,161v56,107,84,280,84,518v0,286,-32,496,-95,632v-63,136,-164,204,-302,204v-86,0,-173,-12,-262,-35r61,-295v99,29,137,5,165,-110v29,-119,41,-597,-13,-698v-28,-52,-64,-80,-117,-80","w":1395},"\u014c":{"d":"530,-1786r647,0r0,217r-647,0r0,-217xm850,-1491v480,0,762,273,762,747v0,343,-120,550,-336,678v-200,118,-610,116,-818,12v-217,-109,-365,-343,-365,-678v0,-474,284,-759,757,-759xm849,-1148v-217,0,-303,160,-303,418v0,260,85,416,307,416v236,0,306,-154,306,-436v0,-247,-93,-398,-310,-398","w":1706},"\u014d":{"d":"358,-1446r647,0r0,217r-647,0r0,-217xm681,24v-355,0,-608,-227,-608,-552v0,-333,256,-558,607,-558v362,0,611,207,613,552v2,339,-252,558,-612,558xm686,-806v-138,0,-205,115,-205,277v0,164,65,278,202,278v140,0,201,-113,201,-282v0,-159,-66,-273,-198,-273"},"\u014e":{"d":"840,-1768v112,0,153,-24,178,-107r165,0v-8,195,-141,298,-334,302v-204,4,-331,-115,-349,-302r172,0v28,77,66,107,168,107xm850,-1491v480,0,762,273,762,747v0,343,-120,550,-336,678v-200,118,-610,116,-818,12v-217,-109,-365,-343,-365,-678v0,-474,284,-759,757,-759xm849,-1148v-217,0,-303,160,-303,418v0,260,85,416,307,416v236,0,306,-154,306,-436v0,-247,-93,-398,-310,-398","w":1706},"\u014f":{"d":"672,-1384v112,0,153,-24,178,-107r165,0v-8,195,-141,298,-334,302v-204,4,-331,-115,-349,-302r172,0v28,77,66,107,168,107xm681,24v-355,0,-608,-227,-608,-552v0,-333,256,-558,607,-558v362,0,611,207,613,552v2,339,-252,558,-612,558xm686,-806v-138,0,-205,115,-205,277v0,164,65,278,202,278v140,0,201,-113,201,-282v0,-159,-66,-273,-198,-273"},"\u0156":{"d":"156,0r0,-1466r755,0v263,3,394,27,500,170v84,113,92,324,16,448v-66,107,-151,169,-302,201v110,40,122,46,191,131v32,39,52,70,63,91r219,425r-512,0r-242,-448v-57,-109,-93,-150,-233,-147r0,595r-455,0xm1024,-1023v-4,-117,-73,-147,-214,-147r-199,0r0,298v126,-3,192,8,311,-20v56,-13,104,-66,102,-131xm902,219v0,-47,-44,-71,-103,-71v-47,0,-103,6,-167,17r30,-118v135,-38,341,-30,412,35v43,39,65,84,65,137v0,247,-348,231,-605,186r0,-123v69,13,143,20,221,20v92,0,147,-15,147,-83","w":1593},"\u0157":{"d":"508,-888v65,-125,106,-198,258,-198v60,0,126,19,197,56r-126,290v-102,-46,-180,-42,-238,36v-84,112,-60,477,-63,704r-409,0r0,-1062r381,0r0,174xm534,219v0,-47,-44,-71,-103,-71v-47,0,-103,6,-167,17r30,-118v135,-38,341,-30,412,35v43,39,65,84,65,137v0,247,-348,231,-605,186r0,-123v69,13,143,20,221,20v92,0,147,-15,147,-83","w":909},"\u015c":{"d":"597,-1862r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm704,-1218v-118,-7,-209,99,-126,178v21,19,72,37,152,54v198,43,340,86,426,130v148,74,245,186,245,379v0,211,-132,372,-296,441v-94,40,-211,61,-353,61v-249,0,-422,-48,-518,-144v-96,-96,-150,-218,-163,-366r431,-27v17,157,103,240,257,249v159,9,270,-149,152,-253v-33,-30,-111,-58,-232,-85v-199,-45,-339,-106,-425,-178v-141,-118,-172,-335,-62,-497v102,-151,280,-217,557,-215v364,2,563,121,604,437r-427,25v-21,-125,-85,-181,-222,-189","w":1479},"\u015d":{"d":"465,-1478r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm592,-871v-76,-1,-132,24,-132,84v0,26,13,46,40,59v27,13,85,25,174,36v232,29,358,52,454,181v76,103,68,238,-4,346v-89,132,-255,190,-500,190v-345,0,-506,-78,-573,-319r404,-38v32,89,79,133,190,134v83,1,162,-29,162,-100v0,-29,-15,-54,-46,-68v-75,-34,-421,-79,-469,-110v-101,-37,-197,-144,-196,-278v2,-156,104,-246,229,-294v119,-45,450,-48,567,-9v130,43,201,124,252,255r-386,38v-19,-73,-82,-106,-166,-107","w":1251},"\u0166":{"d":"1427,-1106r-460,0r0,283r192,0r0,262r-192,0r0,561r-453,0r0,-561r-182,0r0,-262r182,0r0,-283r-461,0r0,-360r1374,0r0,360","w":1479},"\u0167":{"d":"610,-422v-2,93,3,158,84,158v34,0,76,-9,125,-27r31,283v-98,22,-192,33,-283,33v-302,0,-375,-138,-364,-447r-150,0r0,-221r150,0r0,-121r-150,0r0,-297r150,0r0,-196r407,-209r0,405r224,0r0,297r-224,0r0,121r176,0r0,221r-176,0","w":909},"\u0168":{"d":"993,-1764v46,0,60,-31,62,-86r158,0v16,162,-58,276,-199,278v-50,12,-239,-85,-303,-85v-46,0,-61,29,-62,82r-156,0v-17,-156,68,-268,198,-275v93,-5,218,86,302,86xm854,-316v157,0,250,-96,250,-255r0,-895r452,0r0,874v3,284,-147,491,-349,569v-204,79,-579,65,-762,-25v-106,-52,-217,-177,-252,-296v-28,-93,-42,-176,-42,-248r0,-874r452,0r0,895v-1,158,94,255,251,255","w":1706},"\u0169":{"d":"825,-1380v46,0,60,-31,62,-86r158,0v16,162,-58,276,-199,278v-50,12,-239,-85,-303,-85v-46,0,-61,29,-62,82r-156,0v-17,-156,68,-268,198,-275v93,-5,218,86,302,86xm669,-294v125,0,166,-97,166,-257r0,-511r407,0r0,1062r-380,0r0,-172v-104,124,-184,196,-384,196v-240,0,-359,-150,-359,-410r0,-676r409,0r0,584v-1,119,38,184,141,184"},"\u016a":{"d":"534,-1786r647,0r0,217r-647,0r0,-217xm854,-316v157,0,250,-96,250,-255r0,-895r452,0r0,874v3,284,-147,491,-349,569v-204,79,-579,65,-762,-25v-106,-52,-217,-177,-252,-296v-28,-93,-42,-176,-42,-248r0,-874r452,0r0,895v-1,158,94,255,251,255","w":1706},"\u016b":{"d":"354,-1446r647,0r0,217r-647,0r0,-217xm669,-294v125,0,166,-97,166,-257r0,-511r407,0r0,1062r-380,0r0,-172v-104,124,-184,196,-384,196v-240,0,-359,-150,-359,-410r0,-676r409,0r0,584v-1,119,38,184,141,184"},"\u016c":{"d":"848,-1768v112,0,153,-24,178,-107r165,0v-8,195,-141,298,-334,302v-204,4,-331,-115,-349,-302r172,0v28,77,66,107,168,107xm854,-316v157,0,250,-96,250,-255r0,-895r452,0r0,874v3,284,-147,491,-349,569v-204,79,-579,65,-762,-25v-106,-52,-217,-177,-252,-296v-28,-93,-42,-176,-42,-248r0,-874r452,0r0,895v-1,158,94,255,251,255","w":1706},"\u016d":{"d":"680,-1384v112,0,153,-24,178,-107r165,0v-8,195,-141,298,-334,302v-204,4,-331,-115,-349,-302r172,0v28,77,66,107,168,107xm669,-294v125,0,166,-97,166,-257r0,-511r407,0r0,1062r-380,0r0,-172v-104,124,-184,196,-384,196v-240,0,-359,-150,-359,-410r0,-676r409,0r0,584v-1,119,38,184,141,184"},"\u0172":{"d":"854,-315v162,0,248,-97,248,-256r0,-895r452,0r0,874v-4,384,-239,624,-651,617v-25,131,2,247,131,247v31,0,73,-9,127,-26r0,155v-75,30,-146,45,-211,45v-151,2,-255,-87,-254,-233v0,-52,12,-117,35,-195v-366,-10,-579,-252,-579,-610r0,-874r452,0r0,895v0,159,88,256,250,256","w":1706},"\u0173":{"d":"670,-293v130,0,166,-100,166,-258r0,-510r407,0r0,1061r-211,0v-8,43,-12,83,-12,119v-3,160,130,179,266,127r0,155v-76,30,-146,45,-211,45v-151,2,-254,-87,-254,-233v0,-64,24,-153,41,-213r0,-172r-4,0v-91,131,-218,197,-379,197v-246,0,-360,-157,-360,-410r0,-676r407,0r0,584v0,123,48,184,144,184"},"\u0174":{"d":"885,-1854r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm-1,-1466r430,0r155,819r226,-819r429,0r227,819r155,-819r428,0r-323,1466r-444,0r-257,-923r-256,923r-444,0","w":2048},"\u0175":{"d":"817,-1478r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm3,-1062r394,0r171,669r216,-669r367,0r224,669r171,-669r391,0r-391,1062r-362,0r-215,-639r-208,639r-364,0","w":1933},"\u0176":{"d":"657,-1854r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm2,-1466r503,0r296,495r296,-495r500,0r-570,852r0,614r-454,0r0,-614","w":1593},"\u0177":{"d":"505,-1478r289,0r222,286r-248,0r-122,-153r-122,153r-248,0xm5,-1062r430,0r219,707r203,-707r401,0r-421,1135v-48,129,-96,218,-147,262v-135,115,-339,110,-595,72r-32,-284v91,27,239,50,313,-5v30,-22,54,-61,75,-118","w":1251},"\u017f":{"d":"784,-1473r-59,250v-142,-40,-216,16,-215,197r0,1026r-391,0r0,-1016v0,-136,40,-250,119,-340v79,-90,221,-135,424,-135v41,0,81,6,122,18","w":799},"\u00a4":{"d":"239,-353v-71,-118,-68,-322,0,-442r-141,-143r207,-209r144,142v66,-33,135,-57,222,-57v87,0,158,24,223,57r140,-142r211,209r-141,143v68,121,66,319,0,442r141,140r-211,213r-140,-143v-69,30,-140,54,-226,54v-84,0,-154,-23,-219,-54r-137,143r-214,-213xm671,-383v103,0,192,-88,192,-191v0,-104,-88,-192,-192,-192v-103,0,-191,89,-191,192v0,102,89,191,191,191","w":1352}}});;Cufon.replace(['h2, h4']);$(document).ready(function(){$("#navMenu li a").blend({speed:150});$('input[type="submit"], input[type="button"], input[type="image"], a.btnBack, a.prev, a.next').hover(function(){$(this).fadeTo(200,'0.8');},function(){$(this).stop().fadeTo(200,'1');});$("a[rel=OpenBox]").fancybox({'transitionIn':'none','transitionOut':'none','titlePosition':'over','titleFormat':function(title,currentArray,currentIndex,currentOpts){if(title!==''){return'<span id="fancybox-title-over">'+title+'</span>';}}});});jQuery(document).ready(function($){$(".GalSlidererry").jCarouselLite({btnNext:".next",btnPrev:".prev",visible:4,scroll:1,speed:200});});function getXMLHTTP(){var xmlhttp=false;try{xmlhttp=new XMLHttpRequest();}
catch(e){try{xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");}
catch(e){try{xmlhttp=new ActiveXObject("Msxml2.XMLHTTP");}
catch(e1){xmlhttp=false;}}}
return xmlhttp;}
function getModule(idmod){var strURL="searchwoj.php?wors="+idmod;var req=getXMLHTTP();if(req){req.onreadystatechange=function(){if(req.readyState==4){if(req.status==200){document.getElementById('MapSearchSelect2').innerHTML=req.responseText;}else{alert("There was a problem while using XMLHTTP:\n"+req.statusText);}}}
req.open("GET",strURL,true);req.send(null);}}
function getText(idmod,stateId){var strURL="searchcity.php?wors="+idmod+"&id="+stateId;var req=getXMLHTTP();if(req){req.onreadystatechange=function(){if(req.readyState==4){if(req.status==200){document.getElementById('MapSearchSelect3').innerHTML=req.responseText;}else{alert("There was a problem while using XMLHTTP:\n"+req.statusText);}}}
req.open("GET",strURL,true);req.send(null);}}
$(document).click(function(){$('#pp').css("visibility","hidden");});$(document).ready(function(){$('#szukaj').keyup(function(){x=$('#szukaj').val();$('#pp').load('search.php?sug='+encodeURI(x),function(){pepe=$('#pp').html();if(pepe){$('#pp').css("visibility","visible");}});});});function externalLinks(){if(!document.getElementsByTagName)return;var anchors=document.getElementsByTagName("a");for(var i=0;i<anchors.length;i++){var anchor=anchors[i];if(anchor.getAttribute("href")&&(anchor.getAttribute("rel")=="external"||anchor.getAttribute("rel")=="external nofollow"||anchor.getAttribute("rel")=="nofollow external"))
anchor.target="_blank";}}
window.onload=function(){externalLinks();}