var logo = new Image();
logo.src = rootPath + '/img/logo.png';
var ldr = new Image();
ldr.src = rootPath + '/img/loader.gif';


/*!
 * jQuery JavaScript Library v1.4.2
 * 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: Sat Feb 13 22:33:48 2010 -0500
 */
(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(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,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o<i;o++)e(a[o],b,f?d.call(a[o],o,e(a[o],b)):d,j);return a}return i?
e(a[0],b):w}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function na(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function oa(a){var b,d=[],f=[],e=arguments,j,i,o,k,n,r;i=c.data(this,"events");if(!(a.liveFired===this||!i||!i.live||a.button&&a.type==="click")){a.liveFired=this;var u=i.live.slice(0);for(k=0;k<u.length;k++){i=u[k];i.origType.replace(O,"")===a.type?f.push(i.selector):u.splice(k--,1)}j=c(a.target).closest(f,a.currentTarget);n=0;for(r=
j.length;n<r;n++)for(k=0;k<u.length;k++){i=u[k];if(j[n].selector===i.selector){o=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouseleave")f=c(a.relatedTarget).closest(i.selector)[0];if(!f||f!==o)d.push({elem:o,handleObj:i})}}n=0;for(r=d.length;n<r;n++){j=d[n];a.currentTarget=j.elem;a.data=j.handleObj.data;a.handleObj=j.handleObj;if(j.handleObj.origHandler.apply(j.elem,e)===false){b=false;break}}return b}}function pa(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g,
"&")}function qa(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function ra(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 j in f)for(var i in f[j])c.event.add(this,j,f[j][i],f[j][i].data)}}})}function sa(a,b,d){var f,e,j;b=b&&b[0]?b[0].ownerDocument||b[0]:s;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===s&&!ta.test(a[0])&&(c.support.checkClone||!ua.test(a[0]))){e=
true;if(j=c.fragments[a[0]])if(j!==1)f=j}if(!f){f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)c.fragments[a[0]]=j?f:1;return{fragment:f,cacheable:e}}function K(a,b){var d={};c.each(va.concat.apply([],va.slice(0,b)),function(){d[this]=a});return d}function wa(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)},Ra=A.jQuery,Sa=A.$,s=A.document,T,Ta=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/,
Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=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(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&&
(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this,
a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b===
"find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.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(R.apply(this,arguments),"slice",R.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,j,i,o;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(j in e){i=a[j];o=e[j];if(a!==o)if(f&&o&&(c.isPlainObject(o)||c.isArray(o))){i=i&&(c.isPlainObject(i)||
c.isArray(i))?i:c.isArray(o)?[]:{};a[j]=c.extend(f,i,o)}else if(o!==w)a[j]=o}return a};c.extend({noConflict:function(a){A.$=Sa;if(a)A.jQuery=Ra;return c},isReady:false,ready:function(){if(!c.isReady){if(!s.body)return setTimeout(c.ready,13);c.isReady=true;if(Q){for(var a,b=0;a=Q[b++];)a.call(s,c);Q=null}c.fn.triggerHandler&&c(s).triggerHandler("ready")}},bindReady:function(){if(!xa){xa=true;if(s.readyState==="complete")return c.ready();if(s.addEventListener){s.addEventListener("DOMContentLoaded",
L,false);A.addEventListener("load",c.ready,false)}else if(s.attachEvent){s.attachEvent("onreadystatechange",L);A.attachEvent("onload",c.ready);var a=false;try{a=A.frameElement==null}catch(b){}s.documentElement.doScroll&&a&&ma()}}},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===w||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;a=c.trim(a);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 A.JSON&&A.JSON.parse?A.JSON.parse(a):(new Function("return "+
a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&Va.test(a)){var b=s.getElementsByTagName("head")[0]||s.documentElement,d=s.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(s.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,j=a.length,i=j===w||c.isFunction(a);if(d)if(i)for(f in a){if(b.apply(a[f],
d)===false)break}else for(;e<j;){if(b.apply(a[e++],d)===false)break}else if(i)for(f in a){if(b.call(a[f],f,a[f])===false)break}else for(d=a[0];e<j&&b.call(d,e,d)!==false;d=a[++e]);return a},trim:function(a){return(a||"").replace(Wa,"")},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]!==w;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,j=a.length;e<j;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,j=0,i=a.length;j<i;j++){e=b(a[j],j,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=w}else if(b&&
!c.isFunction(b)){d=b;b=w}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:{}});P=c.uaMatch(P);if(P.browser){c.browser[P.browser]=true;c.browser.version=P.version}if(c.browser.webkit)c.browser.safari=
true;if(ya)c.inArray=function(a,b){return ya.call(b,a)};T=c(s);if(s.addEventListener)L=function(){s.removeEventListener("DOMContentLoaded",L,false);c.ready()};else if(s.attachEvent)L=function(){if(s.readyState==="complete"){s.detachEvent("onreadystatechange",L);c.ready()}};(function(){c.support={};var a=s.documentElement,b=s.createElement("script"),d=s.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("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected,
parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent=
false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n=
s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=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(),Ya=0,za={};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==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za: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{if(c.support.deleteExpando)delete a[c.expando];
else a.removeAttribute&&a.removeAttribute(c.expando);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===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&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===
w)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 Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i,
cb=/^(a|area)$/i,Ba=/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(n){var r=c(this);r.addClass(a.call(this,n,r.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 j=" "+e.className+" ",
i=e.className,o=0,k=b.length;o<k;o++)if(j.indexOf(" "+b[o]+" ")<0)i+=" "+b[o];e.className=c.trim(i)}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(k){var n=c(this);n.removeClass(a.call(this,k,n.attr("class")))});if(a&&typeof a==="string"||a===w)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 j=(" "+e.className+" ").replace(Aa," "),i=0,o=b.length;i<o;i++)j=j.replace(" "+b[i]+" ",
" ");e.className=c.trim(j)}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 j=c(this);j.toggleClass(a.call(this,e,j.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var e,j=0,i=c(this),o=b,k=a.split(ca);e=k[j++];){o=f?o:!i.hasClass(e);i[o?"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(Aa," ").indexOf(a)>-1)return true;return false},val:function(a){if(a===w){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 j=b?d:0;for(d=b?d+1:e.length;j<d;j++){var i=
e[j];if(i.selected){a=c(i).val();if(b)return a;f.push(a)}}return f}if(Ba.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Za,"")}return w}var o=c.isFunction(a);return this.each(function(k){var n=c(this),r=a;if(this.nodeType===1){if(o)r=a.call(this,k,n.val());if(typeof r==="number")r+="";if(c.isArray(r)&&Ba.test(this.type))this.checked=c.inArray(n.val(),r)>=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected=
c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});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 w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.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:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;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&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=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!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split(".");
k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a),
C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B<r.length;B++){u=r[B];if(d.guid===u.guid){if(i||k.test(u.namespace)){f==null&&r.splice(B--,1);n.remove&&n.remove.call(a,u)}if(f!=
null)break}}if(r.length===0||f!=null&&r.length===1){if(!n.teardown||n.teardown.call(a,o)===false)Ca(a,e,z.handle);delete C[e]}}else for(var B=0;B<r.length;B++){u=r[B];if(i||k.test(u.namespace)){c.event.remove(a,n,u.handler,B);r.splice(B--,1)}}}if(c.isEmptyObject(C)){if(b=z.handle)b.elem=null;delete z.events;delete z.handle;c.isEmptyObject(z)&&c.removeData(a)}}}}},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();c.event.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 w;a.result=w;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(j){}if(!a.isPropagationStopped()&&
f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;
if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e<j;e++){var i=d[e];if(b||f.test(i.namespace)){a.handler=i.handler;a.data=i.data;a.handleObj=i;i=i.handler.apply(this,arguments);if(i!==w){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||s;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=s.documentElement;d=s.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!==w)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,a.origType,c.extend({},a,{handler:oa}))},remove:function(a){var b=true,d=a.origType.replace(O,"");c.each(c.data(this,
"events").live||[],function(){if(d===this.origType.replace(O,""))return b=false});b&&c.event.remove(this,a.origType,oa)}},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}}}};var Ca=s.removeEventListener?function(a,b,d){a.removeEventListener(b,d,false)}:function(a,b,d){a.detachEvent("on"+b,d)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=
a;this.type=a.type}else this.type=a;this.timeStamp=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 Da=function(a){var b=a.relatedTarget;try{for(;b&&b!==this;)b=b.parentNode;if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}}catch(d){}},Ea=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?Ea:Da,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?Ea:Da)}}});if(!c.support.submitBubbles)c.event.special.submit=
{setup:function(){if(this.nodeName.toLowerCase()!=="form"){c.event.add(this,"click.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="submit"||d==="image")&&c(b).closest("form").length)return na("submit",this,arguments)});c.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="text"||d==="password")&&c(b).closest("form").length&&a.keyCode===13)return na("submit",this,arguments)})}else return false},teardown:function(){c.event.remove(this,".specialSubmit")}};
if(!c.support.changeBubbles){var da=/textarea|input|select/i,ea,Fa=function(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",
e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.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 fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,
"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.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 j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j<o;j++)c.event.add(this[j],d,i,f)}return this}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&
!a.preventDefault)for(var d in a)this.unbind(d,a[d]);else{d=0;for(var f=this.length;d<f;d++)c.event.remove(this[d],a,b)}return this},delegate:function(a,b,d,f){return this.live(b,d,f,a)},undelegate:function(a,b,d){return arguments.length===0?this.unbind("live"):this.die(b,null,d,a)},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){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)}});var Ga={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,f,e,j){var i,o=0,k,n,r=j||this.selector,
u=j?this:c(this.context);if(c.isFunction(f)){e=f;f=w}for(d=(d||"").split(" ");(i=d[o++])!=null;){j=O.exec(i);k="";if(j){k=j[0];i=i.replace(O,"")}if(i==="hover")d.push("mouseenter"+k,"mouseleave"+k);else{n=i;if(i==="focus"||i==="blur"){d.push(Ga[i]+k);i+=k}else i=(Ga[i]||i)+k;b==="live"?u.each(function(){c.event.add(this,pa(i,r),{data:f,selector:r,handler:e,origType:i,origHandler:e,preType:n})}):u.unbind(pa(i,r),e)}}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});A.attachEvent&&!A.addEventListener&&A.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="",l,m=0;g[m];m++){l=g[m];if(l.nodeType===3||l.nodeType===4)h+=l.nodeValue;else if(l.nodeType!==8)h+=a(l.childNodes)}return h}function b(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];
if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1&&!p){t.sizcache=l;t.sizset=q}if(t.nodeName.toLowerCase()===h){y=t;break}t=t[g]}m[q]=y}}}function d(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1){if(!p){t.sizcache=l;t.sizset=q}if(typeof h!=="string"){if(t===h){y=true;break}}else if(k.filter(h,[t]).length>0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,
e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift();
t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D||
g);if(j.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])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h<g.length;h++)g[h]===g[h-1]&&g.splice(h--,1)}return g};k.matches=function(g,h){return k(g,null,null,h)};k.find=function(g,h,l){var m,q;if(!g)return[];
for(var p=0,v=n.order.length;p<v;p++){var t=n.order[p];if(q=n.leftMatch[t].exec(g)){var y=q[1];q.splice(1,1);if(y.substr(y.length-1)!=="\\"){q[1]=(q[1]||"").replace(/\\/g,"");m=n.find[t](q,h,l);if(m!=null){g=g.replace(n.match[t],"");break}}}}m||(m=h.getElementsByTagName("*"));return{set:m,expr:g}};k.filter=function(g,h,l,m){for(var q=g,p=[],v=h,t,y,S=h&&h[0]&&x(h[0]);g&&h.length;){for(var H in n.filter)if((t=n.leftMatch[H].exec(g))!=null&&t[2]){var M=n.filter[H],I,D;D=t[1];y=false;t.splice(1,1);if(D.substr(D.length-
1)!=="\\"){if(v===p)p=[];if(n.preFilter[H])if(t=n.preFilter[H](t,v,l,p,m,S)){if(t===true)continue}else y=I=true;if(t)for(var U=0;(D=v[U])!=null;U++)if(D){I=M(D,t,U,v);var Ha=m^!!I;if(l&&I!=null)if(Ha)y=true;else v[U]=false;else if(Ha){p.push(D);y=true}}if(I!==w){l||(v=p);g=g.replace(n.match[H],"");if(!y)return[];break}}}if(g===q)if(y==null)k.error(g);else break;q=g}return v};k.error=function(g){throw"Syntax error, unrecognized expression: "+g;};var n=k.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 l=typeof h==="string",m=l&&!/\W/.test(h);l=l&&!m;if(m)h=h.toLowerCase();m=0;for(var q=g.length,p;m<q;m++)if(p=g[m]){for(;(p=p.previousSibling)&&p.nodeType!==1;);g[m]=l||p&&p.nodeName.toLowerCase()===h?p||false:p===h}l&&k.filter(h,g,true)},">":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m<q;m++){var p=g[m];if(p){l=p.parentNode;g[m]=l.nodeName.toLowerCase()===h?l:false}}}else{m=0;for(q=g.length;m<q;m++)if(p=g[m])g[m]=
l?p.parentNode:p.parentNode===h;l&&k.filter(h,g,true)}},"":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("parentNode",h,m,g,p,l)},"~":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("previousSibling",h,m,g,p,l)}},find:{ID:function(g,h,l){if(typeof h.getElementById!=="undefined"&&!l)return(g=h.getElementById(g[1]))?[g]:[]},NAME:function(g,h){if(typeof h.getElementsByName!=="undefined"){var l=[];
h=h.getElementsByName(g[1]);for(var m=0,q=h.length;m<q;m++)h[m].getAttribute("name")===g[1]&&l.push(h[m]);return l.length===0?null:l}},TAG:function(g,h){return h.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,h,l,m,q,p){g=" "+g[1].replace(/\\/g,"")+" ";if(p)return g;p=0;for(var v;(v=h[p])!=null;p++)if(v)if(q^(v.className&&(" "+v.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))l||m.push(v);else if(l)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,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m,
g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[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,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return h<l[3]-0},gt:function(g,h,l){return h>l[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h=
h[3];l=0;for(m=h.length;l<m;l++)if(h[l]===g)return false;return true}else k.error("Syntax error, unrecognized expression: "+q)},CHILD:function(g,h){var l=h[1],m=g;switch(l){case "only":case "first":for(;m=m.previousSibling;)if(m.nodeType===1)return false;if(l==="first")return true;m=g;case "last":for(;m=m.nextSibling;)if(m.nodeType===1)return false;return true;case "nth":l=h[2];var q=h[3];if(l===1&&q===0)return true;h=h[0];var p=g.parentNode;if(p&&(p.sizcache!==h||!g.nodeIndex)){var v=0;for(m=p.firstChild;m;m=
m.nextSibling)if(m.nodeType===1)m.nodeIndex=++v;p.sizcache=h}g=g.nodeIndex-q;return l===0?g===0:g%l===0&&g/l>=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 l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m===
"="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g,
h){return"\\"+(h-0+1)}))}var z=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(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l<m;l++)h.push(g[l]);else for(l=0;g[l];l++)h.push(g[l]);return h}}var B;if(s.documentElement.compareDocumentPosition)B=function(g,h){if(!g.compareDocumentPosition||
!h.compareDocumentPosition){if(g==h)i=true;return g.compareDocumentPosition?-1:1}g=g.compareDocumentPosition(h)&4?-1:g===h?0:1;if(g===0)i=true;return g};else if("sourceIndex"in s.documentElement)B=function(g,h){if(!g.sourceIndex||!h.sourceIndex){if(g==h)i=true;return g.sourceIndex?-1:1}g=g.sourceIndex-h.sourceIndex;if(g===0)i=true;return g};else if(s.createRange)B=function(g,h){if(!g.ownerDocument||!h.ownerDocument){if(g==h)i=true;return g.ownerDocument?-1:1}var l=g.ownerDocument.createRange(),m=
h.ownerDocument.createRange();l.setStart(g,0);l.setEnd(g,0);m.setStart(h,0);m.setEnd(h,0);g=l.compareBoundaryPoints(Range.START_TO_END,m);if(g===0)i=true;return g};(function(){var g=s.createElement("div"),h="script"+(new Date).getTime();g.innerHTML="<a name='"+h+"'/>";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&&
q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML="<a href='#'></a>";
if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="<p class='TEST'></p>";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}();
(function(){var g=s.createElement("div");g.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}:
function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q<p;q++)k(g,h[q],l);return k.filter(m,l)};c.find=k;c.expr=k.selectors;c.expr[":"]=c.expr.filters;c.unique=k.uniqueSort;c.text=a;c.isXMLDoc=x;c.contains=E})();var eb=/Until$/,fb=/^(?:parents|prevUntil|prevAll)/,
gb=/,/;R=Array.prototype.slice;var Ia=function(a,b,d){if(c.isFunction(b))return c.grep(a,function(e,j){return!!b.call(e,j,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(Ua.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 j=d;j<b.length;j++)for(var i=0;i<d;i++)if(b[i]===b[j]){b.splice(j--,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(Ia(this,a,false),"not",a)},filter:function(a){return this.pushStack(Ia(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,j=
{},i;if(f&&a.length){e=0;for(var o=a.length;e<o;e++){i=a[e];j[i]||(j[i]=c.expr.match.POS.test(i)?c(i,b||this.context):i)}for(;f&&f.ownerDocument&&f!==b;){for(i in j){e=j[i];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.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(qa(a[0])||qa(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);eb.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||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.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===w||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 Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/<tbody/i,jb=/<|&#?\w+;/,ta=/<script|<object|<embed|<option|<style/i,ua=/checked\s*(?:[^=]|=\s*.checked.)/i,Ma=function(a,b,d){return hb.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!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},
wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},
prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,
this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);
return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja,
""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);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 j=c(this),i=j.html();j.empty().append(function(){return a.call(this,e,i)})}):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))});if(typeof a!=="string")a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,d){function f(u){return c.nodeName(u,"table")?u.getElementsByTagName("tbody")[0]||
u.appendChild(u.ownerDocument.createElement("tbody")):u}var e,j,i=a[0],o=[],k;if(!c.support.checkClone&&arguments.length===3&&typeof i==="string"&&ua.test(i))return this.each(function(){c(this).domManip(a,b,d,true)});if(c.isFunction(i))return this.each(function(u){var z=c(this);a[0]=i.call(this,u,b?z.html():w);z.domManip(a,b,d)});if(this[0]){e=i&&i.parentNode;e=c.support.parentNode&&e&&e.nodeType===11&&e.childNodes.length===this.length?{fragment:e}:sa(a,this,o);k=e.fragment;if(j=k.childNodes.length===
1?(k=k.firstChild):k.firstChild){b=b&&c.nodeName(j,"tr");for(var n=0,r=this.length;n<r;n++)d.call(b?f(this[n],j):this[n],n>0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}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);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]);
return this}else{e=0;for(var j=d.length;e<j;e++){var i=(e>0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["",
""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]==="<table>"&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e=
c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]?
c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja=
function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.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 w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;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=
Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,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?i():c.swap(a,ob,i);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=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$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(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=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=j}}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 sb=J(),tb=/<script(.|\s)*?\/script>/gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!==
"string")return zb.call(this,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 j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("<div />").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});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||ub.test(this.nodeName)||vb.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:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.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(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,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),j,i,o,k=a&&a.context||e,n=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(n==="GET")N.test(e.url)||(e.url+=(ka.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))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===
false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B=
false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since",
c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E||
d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x);
g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},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(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional;
if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["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(la[d])f=la[d];else{var e=c("<"+d+" />").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[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 j=c.extend({},e),i,o=this.nodeType===1&&c(this).is(":hidden"),k=this;for(i in a){var n=i.replace(ia,ja);if(i!==n){a[n]=a[i];delete a[i];i=n}if(a[i]==="hide"&&o||a[i]==="show"&&!o)return j.complete.call(this);if((i==="height"||i==="width")&&this.style){j.display=c.css(this,"display");j.overflow=this.style.overflow}if(c.isArray(a[i])){(j.specialEasing=
j.specialEasing||{})[i]=a[i][1];a[i]=a[i][0]}}if(j.overflow!=null)this.style.overflow="hidden";j.curAnim=c.extend({},a);c.each(a,function(r,u){var z=new c.fx(k,j,r);if(Ab.test(u))z[u==="toggle"?o?"show":"hide":u](a);else{var C=Bb.exec(u),B=z.cur(true)||0;if(C){u=parseFloat(C[2]);var E=C[3]||"px";if(E!=="px"){k.style[r]=(u||1)+E;B=(u||1)/z.cur(true)*B;k.style[r]=B+E}if(C[1])u=(C[1]==="-="?-1:1)*u+B;z.custom(B,u,E)}else z.custom(B,u,"")}});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(j){return e.step(j)}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 s.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(r){c.offset.setOffset(this,a,r)});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,j,i=e.documentElement,o=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentStyle;for(var k=b.offsetTop,n=b.offsetLeft;(b=b.parentNode)&&b!==o&&b!==i;){if(c.offset.supportsFixedPosition&&f.position==="fixed")break;j=e?e.getComputedStyle(b,null):b.currentStyle;
k-=b.scrollTop;n-=b.scrollLeft;if(b===d){k+=b.offsetTop;n+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&j.overflow!=="visible"){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=j}if(f.position==="relative"||f.position==="static"){k+=o.offsetTop;n+=o.offsetLeft}if(c.offset.supportsFixedPosition&&
f.position==="fixed"){k+=Math.max(i.scrollTop,o.scrollTop);n+=Math.max(i.scrollLeft,o.scrollLeft)}return{top:k,left:n}};c.offset={initialize:function(){var a=s.body,b=s.createElement("div"),d,f,e,j=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!==j;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(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a,
d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"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||s.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],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset":
"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.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(j){var i=c(this);i[d](f.call(this,j,i[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===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window);

/*
 * jQuery Address Plugin v1.2.1
 * http://www.asual.com/jquery/address/
 *
 * Copyright (c) 2009-2010 Rostislav Hristov
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Date: 2010-05-20 09:39:26 +0300 (Thu, 20 May 2010)
 */
(function(c){c.address=function(){var v=function(a){c(c.address).trigger(c.extend(c.Event(a),function(){for(var b={},g=c.address.parameterNames(),h=0,q=g.length;h<q;h++)b[g[h]]=c.address.parameter(g[h]);return{value:c.address.value(),path:c.address.path(),pathNames:c.address.pathNames(),parameterNames:g,parameters:b,queryString:c.address.queryString()}}.call(c.address)))},w=function(a,b,g){c(c.address).bind(a,b,g);return c.address},p=function(){var a=d.href.indexOf("#");return a!=-1?W(J(t(d.href.substr(a+
1),j))):""},X=function(){return"javascript"},Y=function(a,b){if(i.strict)a=b?a.substr(0,1)!="/"?"/"+a:a:a==""?"/":a;return a},K=function(a,b){return u&&d.protocol=="file:"?b?f.replace(/\?/,"%3F"):f.replace(/%253F/,"?"):a},t=function(a,b){if(i.crawlable&&b)return(a!=""?"!":"")+a;return a.replace(/^\!/,"")},x=function(a,b){return parseInt(a.css(b),10)},Z=function(a){for(var b,g,h=0,q=a.childNodes.length;h<q;h++){if(a.childNodes[h].src)b=String(a.childNodes[h].src);if(g=Z(a.childNodes[h]))b=g}return b},
H=function(){if(!L){var a=p(),b=f!=a;if(y&&m<523){if(D!=F.length){D=F.length;if(typeof z[D-1]!=A)f=z[D-1];G(j)}}else if(u&&m<7&&b)d.reload();else if(b){f=a;G(j)}}},G=function(a){v($);v(a?aa:ba);E(ca,10)},ca=function(){var a=(d.pathname+(/\/$/.test(d.pathname)?"":"/")+(c.address?c.address.value():"")).replace(/\/\//,"/").replace(/^\/$/,""),b=n[i.tracker];if(typeof b==M)b(a);else if(typeof urchinTracker==M)urchinTracker(a);else if(typeof pageTracker!=A&&typeof pageTracker._trackPageview==M)pageTracker._trackPageview(a);
else typeof _gaq!=A&&typeof _gaq.push==M&&_gaq.push(["_trackPageview",a])},da=function(){var a=l.contentWindow.document;a.open();a.write("<html><head><title>"+k.title+"</title><script>var "+o+' = "'+p()+'";<\/script></head></html>');a.close()},fa=function(){if(!ea){ea=e;var a=c("body").ajaxComplete(function(){ja.call(this)}).trigger("ajaxComplete");if(i.wrap){c("body > *").wrapAll('<div style="padding:'+(x(a,"marginTop")+x(a,"paddingTop"))+"px "+(x(a,"marginRight")+x(a,"paddingRight"))+"px "+(x(a,
"marginBottom")+x(a,"paddingBottom"))+"px "+(x(a,"marginLeft")+x(a,"paddingLeft"))+'px;" />').parent().wrap('<div id="'+o+'" style="height:100%; overflow:auto;'+(y?window.statusbar.visible&&!/chrome/i.test(O)?"":" resize:both;":"")+'" />');c("html, body").css({height:"100%",margin:0,padding:0,overflow:"hidden"});y&&c('<style type="text/css" />').appendTo("head").text("#"+o+"::-webkit-resizer { background-color: #fff; }")}if(u&&m<8){a=k.getElementsByTagName("frameset")[0];l=k.createElement((a?"":"i")+
"frame");if(a){a.insertAdjacentElement("beforeEnd",l);a[a.cols?"cols":"rows"]+=",0";l.src=X()+":"+j;l.noResize=e;l.frameBorder=l.frameSpacing=0}else{l.src=X()+":"+j;l.style.display="none";k.body.insertAdjacentElement("afterBegin",l)}E(function(){c(l).bind("load",function(){var b=l.contentWindow;f=typeof b[o]!=A?b[o]:"";if(f!=p()){G(j);d.hash=K(t(f,e),e)}});typeof l.contentWindow[o]==A&&da()},50)}else if(y){if(m<418){c(k.body).append('<form id="'+o+'" style="position:absolute;top:-9999px;" method="get"></form>');
P=k.getElementById(o)}if(typeof d[o]==A)d[o]={};if(typeof d[o][d.pathname]!=A)z=d[o][d.pathname].split(",")}E(function(){v("init");G(j)},1);if(u&&m>7||!u&&"on"+I in n)if(n.addEventListener)n.addEventListener(I,H,false);else n.attachEvent&&n.attachEvent("on"+I,H);else ka(H,50);c("a").filter("[rel*=address:]").address()}},la=function(){if(n.removeEventListener)n.removeEventListener(I,H,false);else n.detachEvent&&n.detachEvent("on"+I,H)},ja=function(){var a=d.pathname.replace(/\/$/,"");c("body").html().indexOf("_escaped_fragment_")!=
-1&&c("a[href]:not([href^=http])",this).each(function(){var b=c(this).attr("href").replace(new RegExp(a+"/?$"),"");if(b==""||b.indexOf("_escaped_fragment_")!=-1)c(this).attr("href","#"+decodeURIComponent(b.replace(/\/(.*)\?_escaped_fragment_=(.*)$/,"!$2")))})},o="jQueryAddress",M="function",A="undefined",I="hashchange",$="change",aa="internalChange",ba="externalChange",e=true,j=false,i={autoUpdate:e,crawlable:j,history:e,strict:e,wrap:j},r=c.browser,m=parseFloat(c.browser.version),ga=r.mozilla,u=
r.msie,s=r.opera,y=r.safari,Q=j,n=function(){try{return top.document!==undefined?top:window}catch(a){return window}}(),k=n.document,F=n.history,d=n.location,ka=setInterval,E=setTimeout,J=decodeURI,W=encodeURI,O=navigator.userAgent,l,P,B=Z(document),ha=B?B.indexOf("?"):-1,R=k.title,D=F.length,L=j,ea=j,S=e,ia=e,N=j,z=[],f=p();if(u){m=parseFloat(O.substr(O.indexOf("MSIE")+4));if(k.documentMode&&k.documentMode!=m)m=k.documentMode!=8?7:8;c(document).bind("propertychange",function(){if(k.title!=R&&k.title.indexOf("#"+
p())!=-1)k.title=R})}if(Q=ga&&m>=1||u&&m>=6||s&&m>=9.5||y&&m>=312){for(r=1;r<D;r++)z.push("");z.push(f);if(u&&d.hash!=f)d.hash="#"+K(t(f,e),e);if(s)history.navigationMode="compatible";if(B&&ha!=-1){B=B.substr(ha+1).split("&");for(r=0;r<B.length;r++){s=B[r].split("=");if(/^(autoUpdate|crawlable|history|strict|wrap)$/.test(s[0]))i[s[0]]=isNaN(s[1])?/^(true|yes)$/i.test(s[1]):parseInt(s[1],10)!==0;if(/^tracker$/.test(s[0]))i[s[0]]=s[1]}}document.readyState=="complete"&&fa();c(fa);c(window).bind("unload",
la)}else if(!Q&&p()!=""||y&&m<418&&p()!=""&&d.search!=""){k.open();k.write('<html><head><meta http-equiv="refresh" content="0;url='+encodeURI(d.href.substr(0,d.href.indexOf("#")))+'" /></head></html>');k.close()}else ca();return{bind:function(a,b,g){return w(a,b,g)},init:function(a){return w("init",a)},change:function(a){return w($,a)},internalChange:function(a){return w(aa,a)},externalChange:function(a){return w(ba,a)},baseURL:function(){var a=d.href;if(a.indexOf("#")!=-1)a=a.substr(0,a.indexOf("#"));
if(/\/$/.test(a))a=a.substr(0,a.length-1);return a},autoUpdate:function(a){if(a!==undefined){i.autoUpdate=a;return this}return i.autoUpdate},crawlable:function(a){if(a!==undefined){i.crawlable=a;return this}return i.crawlable},history:function(a){if(a!==undefined){i.history=a;return this}return i.history},strict:function(a){if(a!==undefined){i.strict=a;return this}return i.strict},tracker:function(a){if(a!==undefined){i.tracker=a;return this}return i.tracker},wrap:function(a){if(a!==undefined){i.wrap=
a;return this}return i.wrap},update:function(){N=e;this.value(f);N=j;return this},title:function(a){if(a!==undefined){a=J(a);E(function(){R=k.title=a;if(ia&&l&&l.contentWindow&&l.contentWindow.document){l.contentWindow.document.title=a;ia=j}if(!S&&ga)d.replace(d.href.indexOf("#")!=-1?d.href:d.href+"#");S=j},50);return this}return k.title},value:function(a){if(a!==undefined){a=W(J(Y(a,e)));if(a=="/")a="";if(f==a&&!N)return;S=e;f=a;if(i.autoUpdate||N){L=e;G(e);z[F.length]=f;if(y)if(i.history){d[o][d.pathname]=
z.toString();D=F.length+1;if(m<418){if(d.search==""){P.action="#"+t(f,e);P.submit()}}else if(m<523||f==""){a=k.createEvent("MouseEvents");a.initEvent("click",e,e);var b=k.createElement("a");b.href="#"+t(f,e);b.dispatchEvent(a)}else d.hash="#"+t(f,e)}else d.replace("#"+t(f,e));else if(f!=p())if(i.history)d.hash="#"+K(t(f,e),e);else d.replace("#"+t(f,e));u&&m<8&&i.history&&E(da,50);if(y)E(function(){L=j},1);else L=j}return this}if(!Q)return null;return J(Y(K(f,j),j))},path:function(a){if(a!==undefined){var b=
this.queryString(),g=this.hash();this.value(a+(b?"?"+b:"")+(g?"#"+g:""));return this}return this.value().split("#")[0].split("?")[0]},queryString:function(a){if(a!==undefined){var b=this.hash();this.value(this.path()+(a?"?"+a:"")+(b?"#"+b:""));return this}a=this.value().split("?");return a.slice(1,a.length).join("?").split("#")[0]},parameter:function(a,b,g){var h,q;if(b!==undefined){var T=this.parameterNames();q=[];for(h=0;h<T.length;h++){var U=T[h],C=this.parameter(U);if(typeof C=="string")C=[C];
if(U==a)C=b===null||b===""?[]:g?C.concat([b]):[b];for(var V=0;V<C.length;V++)q.push(U+"="+C[V])}c.inArray(a,T)==-1&&b!==null&&b!==""&&q.push(a+"="+b);this.queryString(q.join("&"));return this}if(b=this.queryString()){q=b.split("&");b=[];for(h=0;h<q.length;h++){g=q[h].split("=");g[0]==a&&b.push(g[1])}if(b.length!==0)return b.length!=1?b:b[0]}},pathNames:function(){var a=this.path(),b=a.replace(/\/{2,9}/g,"/").split("/");if(a.substr(0,1)=="/"||a.length===0)b.splice(0,1);a.substr(a.length-1,1)=="/"&&
b.splice(b.length-1,1);return b},parameterNames:function(){var a=this.queryString(),b=[];if(a&&a.indexOf("=")!=-1){a=a.split("&");for(var g=0;g<a.length;g++){var h=a[g].split("=")[0];c.inArray(h,b)==-1&&b.push(h)}}return b},hash:function(a){if(a!==undefined){this.value(this.value().split("#")[0]+(a?"#"+a:""));return this}a=this.value().split("#");return a.slice(1,a.length).join("#")}}}();c.fn.address=function(v){var w=function(){if(c(this).is("a")){var p=v?v.call(this):/address:/.test(c(this).attr("rel"))?
c(this).attr("rel").split("address:")[1].split(" ")[0]:c(this).attr("href").replace(/^#\!?/,"");c.address.value(p);return false}};c(this).click(w).live("click",w);c(this).live("submit",function(){if(c(this).is("form")){var p=v?v.call(this):c(this).attr("action")+"?"+c(this).serialize();c.address.value(p);return false}});return this}})(jQuery);

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

/*!
 * The following copyright notice may not be removed under any circumstances.
 *
 * Copyright:
 * HTF Gotham  2000 The Hoefler Type Foundry, Inc. Info: www.typography.com
 *
 * Manufacturer:
 * The Hoefler Type Foundry, Inc
 */
Cufon.registerFont({"w":790,"face":{"font-family":"Gotham","font-weight":550,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 6 4 4 0 0 2 0 4","ascent":"800","descent":"-200","bbox":"-21 -907 1071 162.83","underline-thickness":"20","underline-position":"-113","unicode-range":"U+0020-U+0192"},"glyphs":{" ":{"w":300},"!":{"d":"90,0r0,-105r92,0r0,105r-92,0xm181,-700r0,57r-24,445r-43,0r-23,-445r0,-57r90,0","w":271},"\"":{"d":"95,-700r93,0r-81,272r-42,0xm291,-700r92,0r-81,272r-42,0","w":440},"#":{"d":"273,-458r-36,212r190,0r36,-212r-190,0xm534,-458r-37,212r118,0r0,69r-129,0r-31,177r-70,0r30,-177r-190,0r-31,177r-70,0r30,-177r-109,0r0,-69r121,0r37,-212r-119,0r0,-69r130,0r30,-173r70,0r-29,173r190,0r30,-173r70,0r-29,173r108,0r0,69r-120,0","w":700},"$":{"d":"353,-67v107,8,185,-112,111,-190v-25,-27,-63,-38,-111,-49r0,239xm295,-633v-104,-7,-179,106,-109,185v24,27,63,37,109,50r0,-235xm353,-384v127,32,216,66,216,195v0,124,-93,179,-213,189r0,98r-64,0r0,-100v-100,-10,-172,-49,-236,-103r45,-60v55,49,107,85,194,95r0,-250v-124,-32,-213,-65,-213,-195v0,-120,92,-175,210,-185r0,-58r64,0r0,60v84,8,136,38,191,80r-43,60v-43,-37,-89,-60,-151,-72r0,246","w":636,"k":{"7":10}},"%":{"d":"624,-48v64,0,91,-56,91,-122v0,-68,-29,-124,-93,-124v-63,0,-91,55,-91,122v0,68,30,124,93,124xm212,-406v63,0,91,-56,91,-122v0,-67,-30,-124,-93,-124v-64,0,-91,56,-91,122v0,68,30,124,93,124xm624,-350v102,0,157,75,157,178v0,103,-56,180,-159,180v-101,0,-157,-76,-157,-178v0,-103,56,-180,159,-180xm196,0r-72,0r514,-700r71,0xm212,-708v101,0,157,76,157,178v0,103,-56,180,-159,180v-102,0,-158,-76,-158,-178v0,-103,57,-180,160,-180","w":834},"&":{"d":"125,-190v-5,120,140,164,239,108v29,-16,57,-38,82,-66r-187,-193v-75,28,-130,70,-134,151xm290,-415v73,-27,131,-54,135,-134v3,-56,-43,-98,-99,-98v-84,0,-132,87,-91,161v14,26,33,48,55,71xm643,-333v-30,65,-61,124,-101,176r122,125r-60,46r-110,-113v-57,61,-123,109,-229,109v-130,0,-220,-69,-220,-197v0,-112,77,-166,169,-203v-39,-49,-70,-82,-70,-155v0,-107,75,-167,185,-167v101,0,170,60,170,159v0,107,-77,150,-165,183r160,163v32,-47,60,-99,84,-156","w":696,"k":{"Y":67,"W":49,"V":59,"T":79,"S":7}},"'":{"d":"95,-700r94,0r-81,272r-43,0","w":245},"(":{"d":"345,141v-155,-88,-277,-212,-277,-428v0,-215,122,-341,277,-428r33,51v-132,86,-232,185,-232,377v0,191,100,291,232,377","w":434,"k":{"\u0153":30,"\u0152":30,"\u00b5":30,"s":15,"q":30,"o":30,"j":-30,"g":20,"e":30,"d":30,"c":30,"Q":30,"O":30,"J":15,"G":30,"C":30}},")":{"d":"288,-287v0,-191,-100,-291,-232,-377r33,-51v155,88,277,212,277,428v0,215,-122,341,-277,428r-33,-51v132,-86,232,-185,232,-377","w":434},"*":{"d":"334,-449r-103,-73r10,125r-52,0r10,-125r-103,73r-27,-47r116,-53r-116,-54r27,-46r103,72r-10,-125r52,0r-10,125r103,-72r27,46r-116,54r116,53","w":430,"k":{"\u0153":20,"\u00e6":10,"\u00c6":100,"t":-10,"s":10,"q":15,"o":20,"g":15,"e":20,"d":15,"c":20,"a":10,"J":80,"A":100}},"+":{"d":"283,-594r74,0r0,206r208,0r0,72r-208,0r0,206r-74,0r0,-206r-208,0r0,-72r208,0r0,-206","w":640},",":{"d":"46,87v43,-17,70,-35,67,-87r-36,0r0,-105r92,0v-1,69,6,148,-27,183v-19,20,-46,35,-84,44","w":245,"k":{"\u0153":20,"\u0152":40,"\u00b5":40,"y":45,"w":70,"v":85,"t":25,"q":10,"o":20,"j":-15,"g":10,"f":15,"e":20,"d":10,"c":20,"Y":130,"W":100,"V":120,"U":15,"T":100,"Q":40,"O":40,"G":40,"C":40,"7":20,"1":50,"0":20}},"-":{"d":"65,-260r0,-81r278,0r0,81r-278,0","w":408,"k":{"\u00b1":10,"\u00c6":40,"z":10,"y":15,"x":30,"w":10,"v":15,"Z":30,"Y":80,"X":50,"W":35,"V":40,"T":90,"A":40,"7":40,"3":10,"1":30}},"\u00ad":{"d":"65,-260r0,-81r278,0r0,81r-278,0","w":408},".":{"d":"77,0r0,-105r92,0r0,105r-92,0","w":245,"k":{"\u0153":20,"\u0152":40,"\u00b5":40,"y":60,"w":70,"v":85,"t":25,"q":10,"o":20,"g":10,"f":15,"e":20,"d":10,"c":20,"Y":130,"W":100,"V":120,"U":15,"T":100,"Q":40,"O":40,"G":40,"C":40,"7":20,"1":50,"0":20}},"\/":{"d":"514,-798r-464,926r-71,0r464,-926r71,0","w":508,"k":{"\u0153":80,"\u0152":40,"\u00e6":65,"\u00b5":40,"\u00b1":10,"\u00c6":120,"z":60,"y":50,"x":50,"w":50,"v":50,"u":50,"t":20,"s":85,"r":50,"q":70,"p":50,"o":80,"n":50,"m":50,"g":70,"f":25,"e":80,"d":70,"c":80,"a":65,"Z":20,"S":30,"Q":40,"O":40,"J":130,"G":40,"C":40,"A":120,"9":20,"8":15,"7":10,"6":35,"5":20,"4":95,"3":10,"2":20,"1":-10,"0":35,"\/":167}},"0":{"d":"448,-84v129,-68,157,-333,65,-468v-45,-67,-153,-113,-245,-64v-130,69,-158,335,-66,469v46,67,154,111,246,63xm481,-684v138,69,212,275,151,473v-38,122,-121,223,-275,223v-153,0,-238,-100,-275,-222v-60,-198,16,-405,154,-473v72,-36,174,-37,245,-1","w":715,"k":{"\u00b1":15,"7":29,"3":10,"2":10,"1":5,"\/":35,".":20,",":20}},"1":{"d":"199,-705r58,0r0,705r-78,0r0,-623r-132,41r-19,-64","w":358},"2":{"d":"440,-454v33,-101,-33,-187,-133,-185v-98,2,-138,55,-188,120r-58,-42v56,-81,117,-149,252,-149v152,0,253,116,207,270v-27,90,-98,141,-167,202r-187,166r371,0r0,72r-489,0r0,-61r254,-224v57,-54,114,-94,138,-169","w":599,"k":{"7":12,"4":26}},"3":{"d":"465,-197v0,-110,-116,-144,-241,-136r-16,-47r221,-249r-342,0r0,-71r447,0r0,58r-220,244v126,13,231,63,231,198v0,135,-97,209,-234,212v-122,3,-206,-55,-261,-125r57,-51v50,59,106,104,205,104v90,0,153,-48,153,-137","w":613,"k":{"9":5,"7":24,"5":5,"\/":10}},"4":{"d":"432,-593r-294,361r294,0r0,-361xm508,-705r0,473r109,0r0,66r-109,0r0,166r-76,0r0,-166r-369,0r-20,-57r396,-482r69,0","w":671,"k":{"9":10,"7":37,"1":20,"\/":20}},"5":{"d":"299,-364v-62,-1,-106,18,-147,40r-53,-35r20,-341r403,0r0,73r-334,0r-15,224v42,-18,78,-32,138,-31v143,3,242,73,242,215v0,149,-99,231,-250,231v-109,0,-192,-54,-250,-111r52,-57v53,50,111,96,199,96v102,0,169,-56,169,-156v0,-99,-72,-146,-174,-148","w":612,"k":{"\u00b1":5,"9":5,"7":30,"3":5,"2":10,"\/":20}},"6":{"d":"334,-58v103,0,169,-60,169,-161v0,-99,-71,-151,-171,-151v-101,0,-175,57,-175,154v0,102,73,158,177,158xm584,-222v2,182,-182,279,-356,215v-118,-44,-169,-156,-167,-324v1,-166,60,-290,168,-351v64,-36,165,-39,235,-9v33,14,64,34,95,59r-46,61v-57,-55,-165,-98,-251,-46v-82,49,-118,154,-119,286v45,-82,171,-135,292,-92v83,30,148,92,149,201","w":647,"k":{"\u00b1":5,"9":10,"7":22,"3":10,"1":17,"\/":10}},"7":{"d":"68,-700r475,0r0,59r-318,641r-88,0r316,-628r-385,0r0,-72","w":596,"k":{"\u00b1":10,"9":15,"8":10,"6":20,"5":25,"4":85,"3":20,"2":15,"1":-10,"0":20,"\/":140,".":100,"-":30,",":100}},"8":{"d":"315,-59v100,0,183,-39,183,-132v0,-95,-85,-134,-183,-134v-98,0,-183,40,-183,134v0,93,83,132,183,132xm315,-390v89,0,160,-42,160,-129v0,-84,-72,-122,-160,-122v-88,0,-160,38,-160,122v0,87,71,129,160,129xm434,-362v74,28,144,78,144,172v0,140,-119,200,-263,200v-144,0,-263,-61,-263,-199v0,-93,70,-146,144,-173v-62,-31,-119,-72,-120,-162v-1,-220,377,-238,458,-75v12,23,20,48,20,75v-2,90,-58,131,-120,162","w":630,"k":{"\u00b1":5,"9":5,"7":10}},"9":{"d":"316,-323v103,0,174,-60,174,-159v0,-103,-74,-160,-178,-160v-103,0,-168,63,-168,165v0,100,70,154,172,154xm63,-473v-5,-184,180,-286,357,-220v116,43,168,158,166,325v-2,169,-62,292,-172,352v-67,37,-171,37,-239,4v-34,-16,-66,-37,-96,-62r46,-61v60,59,166,105,258,52v83,-48,123,-152,122,-284v-39,59,-99,114,-198,112v-145,-4,-240,-76,-244,-218","w":647,"k":{"\u00b1":10,"7":21,"5":5,"3":10,"2":10,"\/":25,".":10,",":10}},":":{"d":"82,0r0,-105r92,0r0,105r-92,0xm82,-412r0,-105r92,0r0,105r-92,0","w":255,"k":{"Y":40,"W":15,"V":20,"T":39}},";":{"d":"51,87v43,-17,70,-35,67,-87r-36,0r0,-105r92,0v-1,69,6,148,-27,183v-19,20,-46,35,-84,44xm82,-412r0,-105r92,0r0,105r-92,0","w":255,"k":{"Y":40,"W":15,"V":20,"T":39}},"\u037e":{"d":"51,87v43,-17,70,-35,67,-87r-36,0r0,-105r92,0v-1,69,6,148,-27,183v-19,20,-46,35,-84,44xm82,-412r0,-105r92,0r0,105r-92,0","w":255},"<":{"d":"541,-618r0,77r-385,188r385,189r0,78r-469,-233r0,-66","w":640},"=":{"d":"550,-272r0,74r-460,0r0,-74r460,0xm550,-506r0,74r-460,0r0,-74r460,0","w":640},">":{"d":"99,-86r0,-77r385,-188r-385,-189r0,-78r469,233r0,66","w":640},"?":{"d":"199,0r0,-105r92,0r0,105r-92,0xm265,-709v161,0,267,129,207,281v-28,72,-102,109,-191,122r-10,108r-51,0r-15,-162r5,-5v113,-1,199,-43,199,-142v0,-85,-58,-131,-146,-131v-87,0,-137,42,-182,94r-51,-49v55,-64,121,-116,235,-116","w":537},"@":{"d":"450,-133v99,-5,164,-79,164,-180v0,-77,-46,-127,-122,-127v-101,0,-160,78,-164,182v-3,77,49,129,122,125xm764,87v-106,73,-301,104,-442,41v-151,-67,-269,-195,-269,-402v0,-205,118,-336,266,-403v103,-46,238,-47,343,-3v143,60,265,175,265,364v0,140,-58,239,-187,245v-72,4,-121,-33,-140,-84v-38,42,-87,84,-165,84v-145,0,-217,-147,-159,-281v35,-81,104,-150,211,-150v75,0,119,36,146,83r13,-69r67,9r-45,264v-10,66,21,107,83,105v147,-4,169,-216,109,-340v-62,-128,-183,-228,-369,-228v-191,0,-311,109,-371,248v-41,96,-41,217,0,313v61,141,183,245,379,245v109,0,175,-26,249,-68","w":980},"A":{"d":"394,-613r-160,357r319,0xm751,0r-85,0r-82,-185r-381,0r-83,185r-81,0r319,-705r74,0","k":{"\u0153":25,"\u0152":41,"\u00ab":20,"\u00b5":41,"\u00c6":5,"y":43,"w":48,"v":63,"u":10,"t":30,"q":25,"o":25,"g":25,"f":20,"e":25,"d":25,"c":25,"\\":120,"Y":110,"X":5,"W":90,"V":100,"U":25,"T":90,"S":14,"Q":41,"O":41,"G":41,"C":41,"A":5,"?":60,"-":40,"*":100}},"B":{"d":"584,-197v0,-161,-242,-114,-407,-121r0,247r235,0v96,1,172,-38,172,-126xm545,-514v-2,-79,-66,-115,-155,-115r-213,0r0,241r207,0v89,0,162,-40,161,-126xm664,-192v0,139,-111,192,-254,192r-311,0r0,-700r298,0v129,3,228,50,228,175v0,89,-49,135,-111,163v80,25,150,67,150,170","w":722,"k":{"y":10,"w":10,"v":10,"Y":30,"X":20,"W":15,"V":20,"T":17,"?":5,"&":-4}},"C":{"d":"421,-61v109,0,164,-44,226,-101r52,51v-67,68,-146,123,-280,123v-169,0,-273,-97,-325,-220v-60,-143,-7,-326,74,-398v85,-116,349,-142,473,-40v18,15,37,28,54,45r-54,58v-58,-51,-116,-97,-220,-96v-131,2,-211,77,-251,175v-46,114,-4,259,58,319v46,45,108,84,193,84","w":738,"k":{"\u0153":10,"\u0152":20,"\u00b5":20,"y":10,"x":10,"w":10,"v":10,"q":10,"o":10,"g":10,"e":10,"d":10,"c":10,"Y":10,"X":10,"W":1,"V":1,"Q":20,"O":20,"G":20,"C":20,"-":10}},"D":{"d":"342,-73v214,5,344,-181,270,-385v-37,-102,-131,-169,-270,-169r-164,0r0,554r164,0xm610,-600v83,71,139,245,77,387v-55,125,-169,213,-345,213r-243,0r0,-700v138,5,291,-17,394,26v45,18,82,45,117,74","w":782,"k":{"\u00c6":46,"}":20,"x":10,"]":20,"\\":40,"Z":44,"Y":65,"X":55,"W":36,"V":45,"T":51,"S":10,"J":40,"A":46,"?":20,"\/":40,".":40,",":40,")":30}},"E":{"d":"605,-628r-427,0r0,239r382,0r0,72r-382,0r0,245r432,0r0,72r-511,0r0,-700r506,0r0,72","w":670,"k":{"\u0153":10,"y":10,"w":10,"v":10,"o":10,"e":10,"d":10,"c":10}},"F":{"d":"602,-627r-424,0r0,250r379,0r0,72r-379,0r0,305r-79,0r0,-700r503,0r0,73","w":656,"k":{"\u0153":15,"\u0152":15,"\u00bb":15,"\u00e6":25,"\u00b5":15,"\u00c6":80,"z":15,"y":15,"w":10,"v":15,"s":10,"q":10,"o":15,"g":10,"e":15,"d":10,"c":15,"a":25,"Z":10,"Q":15,"O":15,"J":110,"G":15,"C":15,"A":80,"?":-10,"\/":70,".":100,",":100,"&":26}},"G":{"d":"312,-81v104,47,253,10,317,-48r0,-174r-213,0r0,-71r289,0r0,279v-84,85,-280,144,-429,79v-123,-54,-208,-163,-208,-333v0,-166,89,-277,208,-333v105,-50,274,-30,350,24v18,13,37,24,54,39r-51,60v-64,-66,-207,-106,-320,-57v-121,52,-196,221,-139,382v25,71,75,123,142,153","w":784,"k":{"\u00e6":-10,"y":5,"v":5,"a":-10,"\\":15,"Y":30,"X":10,"W":16,"V":21,"T":17,"?":10}},"H":{"d":"178,-315r0,315r-79,0r0,-700r79,0r0,311r404,0r0,-311r79,0r0,700r-79,0r0,-315r-404,0","w":760},"I":{"d":"185,-700r0,700r-79,0r0,-700r79,0","w":291},"J":{"d":"248,-63v87,0,137,-69,137,-168r0,-469r80,0r0,468v-2,149,-73,239,-218,242v-109,2,-173,-56,-216,-124r57,-49v39,57,74,100,160,100","w":553,"k":{"\u00c6":25,"J":20,"A":25,".":15,",":15}},"K":{"d":"695,0r-99,0r-269,-339r-149,151r0,188r-79,0r0,-700r79,0r0,418r402,-418r102,0r-300,306","w":719,"k":{"\u0153":30,"\u0152":51,"\u00ab":20,"\u00e6":10,"\u00b5":51,"\u00c6":5,"y":50,"w":50,"v":60,"u":20,"t":25,"q":25,"o":30,"g":25,"f":20,"e":30,"d":25,"c":30,"a":10,"Y":37,"W":30,"V":30,"U":15,"T":10,"S":10,"Q":51,"O":51,"G":51,"C":51,"A":5,"-":50,"&":7}},"L":{"d":"99,-700r79,0r0,627r394,0r0,73r-473,0r0,-700","w":619,"k":{"\u0153":10,"\u0152":40,"\u00b5":40,"y":60,"w":50,"v":60,"t":20,"q":5,"o":10,"g":5,"f":20,"e":10,"d":5,"c":10,"\\":120,"Y":130,"W":100,"V":115,"U":20,"T":100,"Q":40,"O":40,"G":40,"C":40,"?":60,"-":40,"*":80,"&":7}},"M":{"d":"435,-192r-4,0r-255,-374r0,566r-77,0r0,-700r80,0r255,382r255,-382r80,0r0,700r-79,0r0,-567","w":868},"N":{"d":"614,-700r77,0r0,700r-63,0r-452,-574r0,574r-77,0r0,-700r74,0r441,561r0,-561"},"O":{"d":"426,-61v213,0,323,-195,254,-401v-34,-102,-122,-177,-256,-177v-133,0,-214,76,-254,175v-46,114,-4,258,58,318v47,45,111,85,198,85xm572,-683v156,64,263,262,184,471v-48,128,-158,224,-332,224v-173,0,-282,-94,-330,-222v-78,-209,31,-408,186,-472v87,-36,205,-37,292,-1","w":850,"k":{"\u00c6":41,"}":20,"x":5,"]":20,"\\":40,"Z":39,"Y":60,"X":50,"W":36,"V":41,"T":48,"S":5,"J":30,"A":41,"?":20,"\/":40,".":40,",":40,")":30}},"P":{"d":"351,-319v111,-3,189,-48,192,-155v3,-105,-81,-153,-188,-153r-177,0r0,308r173,0xm361,-700v154,4,262,70,262,223v0,158,-117,230,-275,230r-170,0r0,247r-79,0r0,-700r262,0","w":668,"k":{"\u0153":5,"\u00ab":-10,"\u00e6":10,"\u00c6":70,"y":-10,"w":-10,"v":-10,"u":-5,"t":-15,"o":5,"f":-15,"e":5,"c":5,"a":10,"Z":15,"Y":10,"X":30,"W":5,"V":10,"J":100,"A":70,"\/":60,".":100,",":100,"&":15}},"Q":{"d":"639,-167v56,-65,82,-195,41,-295v-41,-100,-122,-177,-256,-177v-133,0,-214,76,-254,175v-46,114,-6,260,58,318v66,89,264,117,359,32r-130,-111r53,-59xm756,-490v52,129,18,295,-58,375r93,77r-54,59r-92,-84v-79,71,-248,101,-367,46v-121,-56,-210,-164,-210,-332v0,-168,91,-278,212,-333v85,-39,207,-39,292,-1v86,38,149,105,184,193","w":850,"k":{"Y":65,"W":36,"V":41,"T":48,"?":20,")":10}},"R":{"d":"393,-343v103,-3,180,-44,180,-145v0,-95,-76,-139,-179,-139r-216,0r0,284r215,0xm653,-491v0,127,-83,182,-190,205r215,286r-97,0r-203,-272r-200,0r0,272r-79,0r0,-700r301,0v147,3,253,66,253,209","w":723,"k":{"\u0153":10,"t":-10,"q":5,"o":10,"g":5,"f":-10,"e":10,"d":5,"c":10,"Y":25,"W":15,"V":20,"T":7,"J":5}},"S":{"d":"309,-639v-98,-1,-178,62,-141,159v24,62,101,73,182,92v130,31,228,65,228,199v0,134,-101,199,-239,199v-129,0,-211,-45,-286,-112r49,-58v67,59,127,96,240,99v101,3,190,-69,148,-165v-48,-109,-267,-80,-352,-160v-34,-32,-57,-70,-57,-132v-2,-175,206,-226,365,-170v39,13,75,35,111,64r-46,61v-56,-46,-113,-74,-202,-76","w":640,"k":{"\u00c6":15,"z":5,"y":15,"x":15,"w":10,"v":15,"t":5,"f":5,"\\":20,"Z":10,"Y":30,"X":25,"W":25,"V":30,"T":15,"S":10,"A":15,"?":10}},"T":{"d":"364,0r-80,0r0,-627r-235,0r0,-73r550,0r0,73r-235,0r0,627","w":648,"k":{"\u0153":127,"\u0152":48,"\u00bb":70,"\u00ab":90,"\u00e6":127,"\u00b5":48,"\u00c6":90,"z":102,"y":87,"x":87,"w":84,"v":87,"u":87,"t":42,"s":108,"r":89,"q":117,"p":89,"o":127,"n":89,"m":89,"l":12,"j":32,"i":32,"h":15,"g":117,"f":45,"e":127,"d":117,"c":127,"a":127,"Z":17,"S":15,"Q":48,"O":48,"J":110,"G":48,"C":48,"A":90,";":39,":":39,"\/":90,".":100,"-":90,",":100,"&":63}},"U":{"d":"381,-62v136,0,211,-86,211,-231r0,-407r79,0r0,401v-3,195,-100,310,-292,310v-190,0,-291,-112,-291,-304r0,-407r79,0r0,402v-2,145,75,236,214,236","w":759,"k":{"\u00c6":25,"x":5,"X":10,"J":20,"A":25,"\/":15,".":15,",":15}},"V":{"d":"626,-700r85,0r-301,705r-70,0r-301,-705r88,0r249,603","w":750,"k":{"\u0153":70,"\u0152":41,"\u00bb":40,"\u00ab":60,"\u00e6":70,"\u00b5":41,"\u00c6":100,"z":55,"y":40,"x":50,"w":35,"v":40,"u":40,"t":20,"s":60,"r":40,"q":65,"p":40,"o":70,"n":40,"m":40,"l":10,"j":20,"i":20,"g":65,"f":25,"e":70,"d":65,"c":70,"a":70,"Z":10,"Y":20,"X":20,"W":10,"V":10,"S":25,"Q":41,"O":41,"J":120,"G":41,"C":41,"A":100,";":20,":":20,"\/":120,".":120,"-":40,",":120,"&":51}},"W":{"d":"523,-702r65,0r192,585r200,-583r83,0r-250,705r-67,0r-192,-568r-193,568r-66,0r-250,-705r86,0r200,583","w":1107,"k":{"\u0153":65,"\u0152":36,"\u00bb":35,"\u00ab":50,"\u00e6":70,"\u00b5":36,"\u00c6":90,"z":55,"y":35,"x":40,"w":35,"v":35,"u":35,"t":25,"s":60,"r":35,"q":60,"p":35,"o":65,"n":35,"m":35,"l":10,"j":15,"i":15,"g":60,"f":30,"e":65,"d":60,"c":65,"a":70,"Z":10,"Y":20,"X":15,"W":10,"V":10,"S":20,"Q":36,"O":36,"J":105,"G":36,"C":36,"A":90,";":15,":":15,"\/":100,".":100,"-":35,",":100,"&":41}},"X":{"d":"585,0r-224,-301r-224,301r-91,0r269,-357r-259,-343r93,0r215,286r213,-286r92,0r-259,342r269,358r-94,0","w":725,"k":{"\u0153":45,"\u0152":50,"\u00bb":20,"\u00ab":50,"\u00e6":10,"\u00b5":50,"\u00c6":5,"y":40,"w":40,"v":50,"u":20,"t":20,"q":40,"o":45,"l":10,"j":10,"i":10,"g":40,"f":20,"e":45,"d":40,"c":45,"a":10,"Y":23,"W":15,"V":20,"U":10,"S":30,"Q":50,"O":50,"J":10,"G":50,"C":50,"A":5,"?":15,"-":50,"&":10}},"Y":{"d":"398,0r-80,0r0,-277r-291,-423r96,0r236,350r238,-350r92,0r-291,422r0,278","w":716,"k":{"\u0153":110,"\u0152":60,"\u00bb":75,"\u00ab":100,"\u00e6":100,"\u00b5":60,"\u00c6":110,"z":80,"y":60,"x":70,"w":55,"v":60,"u":75,"t":30,"s":100,"r":75,"q":105,"p":75,"o":110,"n":75,"m":75,"l":10,"j":20,"i":20,"g":105,"f":40,"e":110,"d":105,"c":110,"a":100,"Z":10,"Y":5,"X":23,"W":20,"V":20,"S":35,"Q":60,"O":60,"J":130,"G":60,"C":60,"A":110,";":40,":":40,"\/":110,".":130,"-":80,",":130,"&":66}},"Z":{"d":"82,-629r0,-71r546,0r0,53r-454,576r454,0r0,71r-561,0r0,-53r453,-576r-438,0","w":693,"k":{"\u0153":25,"\u0152":39,"\u00ab":20,"\u00b5":39,"y":15,"w":15,"v":20,"q":20,"o":25,"g":20,"f":10,"e":25,"d":20,"c":25,"Z":10,"S":10,"Q":39,"O":39,"G":39,"C":39,"-":30,"&":11}},"[":{"d":"380,-640r-213,0r0,710r213,0r0,60r-286,0r0,-830r286,0r0,60","w":439,"k":{"\u0153":20,"\u0152":20,"\u00e6":10,"\u00b5":20,"y":10,"x":10,"w":20,"v":20,"s":15,"q":20,"o":20,"j":-30,"e":20,"d":20,"c":20,"a":10,"Q":20,"O":20,"J":10,"G":20,"C":20}},"\\":{"d":"529,128r-71,0r-464,-926r71,0","w":508,"k":{"\u0152":40,"\u00b5":40,"y":60,"w":60,"v":70,"t":30,"j":-30,"f":10,"Y":110,"W":100,"V":120,"U":15,"T":90,"Q":40,"O":40,"G":40,"C":40}},"]":{"d":"345,-700r0,830r-286,0r0,-60r214,0r0,-710r-214,0r0,-60r286,0","w":439},"^":{"d":"131,-493r-66,0r155,-209r60,0r155,209r-68,0r-118,-154","w":500},"_":{"d":"602,97r0,63r-604,0r0,-63r604,0","w":600},"`":{"d":"144,-703r80,-37r95,145r-62,0","w":500},"a":{"d":"428,-240v-101,-32,-308,-46,-303,86v3,71,58,104,130,104v113,0,186,-60,173,-190xm47,-151v-6,-178,231,-190,380,-146v6,-107,-52,-159,-154,-159v-65,0,-111,17,-157,38r-23,-63v56,-25,108,-43,188,-43v139,0,221,69,220,208r0,316r-74,0r0,-78v-38,47,-98,92,-187,89v-109,-3,-190,-53,-193,-162","w":579,"k":{"y":20,"w":20,"v":20,"t":5,"\\":75,"?":35,"*":15}},"b":{"d":"347,-58v118,0,182,-80,182,-200v0,-119,-66,-201,-182,-201v-114,0,-187,81,-187,200v0,119,72,201,187,201xm163,-413v43,-60,96,-114,198,-115v191,1,295,196,226,383v-33,89,-110,156,-226,156v-100,0,-156,-51,-198,-110r0,99r-77,0r0,-730r77,0r0,317","w":664,"k":{"\u00bb":5,"}":15,"z":15,"y":25,"x":30,"w":20,"v":25,"]":20,"\\":70,"?":35,".":10,",":10,"*":15,")":30}},"c":{"d":"323,-57v73,0,120,-38,158,-77r49,46v-51,55,-108,102,-211,100v-127,-2,-211,-72,-245,-166v-76,-213,73,-412,312,-367v61,12,104,47,140,85r-51,54v-40,-39,-81,-81,-157,-78v-116,4,-185,83,-185,201v0,119,72,202,190,202","w":571,"k":{"\u0153":15,"\u00bb":-10,"\u00ab":10,"y":5,"x":10,"w":5,"v":5,"q":10,"o":15,"g":10,"e":15,"d":10,"c":15,"\\":40,"?":15,")":15}},"d":{"d":"317,-58v115,0,187,-82,187,-201v0,-119,-73,-200,-187,-200v-117,0,-182,80,-182,200v0,119,66,201,182,201xm303,-528v100,0,156,51,198,110r0,-312r77,0r0,730r-77,0r0,-104v-43,60,-97,115,-198,115v-154,0,-247,-108,-247,-269v0,-162,93,-270,247,-270","w":664},"e":{"d":"465,-287v-4,-119,-105,-214,-228,-163v-60,25,-96,85,-105,163r333,0xm302,-528v166,0,246,123,240,298r-410,0v12,104,72,172,182,175v78,2,122,-33,163,-73r48,43v-51,55,-109,97,-213,97v-194,-1,-305,-184,-240,-376v32,-94,108,-164,230,-164","w":592,"k":{"}":10,"z":15,"y":25,"x":30,"w":25,"v":25,"]":20,"\\":80,"?":40,".":10,",":10,"*":20,")":30}},"f":{"d":"356,-654v-81,-29,-173,-12,-165,97r0,42r164,0r0,66r-163,0r0,449r-77,0r0,-449r-71,0r0,-67r71,0v-9,-132,36,-219,156,-218v36,0,59,3,85,13r0,67","w":367,"k":{"\u0153":10,"\u00ab":15,"\u00e6":15,"}":-30,"z":10,"q":10,"o":10,"g":10,"e":10,"d":10,"c":10,"a":15,"]":-20,"\\":-30,"?":-35,"\/":45,".":45,",":45,"*":-30,")":-30}},"g":{"d":"314,-108v110,0,190,-65,190,-176v0,-111,-80,-176,-190,-176v-109,0,-179,65,-179,175v0,109,72,177,179,177xm299,-528v100,0,158,47,202,104r0,-93r77,0r0,427v-2,168,-97,252,-263,252v-87,0,-166,-24,-235,-72r35,-60v54,38,114,65,199,66v116,0,190,-65,188,-184r0,-61v-51,77,-170,141,-293,93v-87,-35,-153,-108,-153,-227v0,-151,96,-245,243,-245","w":664,"k":{"\\":50}},"h":{"d":"318,-458v-98,2,-155,63,-155,162r0,296r-77,0r0,-730r77,0r0,303v35,-54,86,-102,177,-101v129,3,198,79,198,207r0,321r-77,0r0,-302v1,-94,-50,-158,-143,-156","w":616,"k":{"y":15,"w":15,"v":20,"\\":75,"?":30,"*":15}},"i":{"d":"93,0r0,-517r77,0r0,517r-77,0xm88,-630r0,-85r88,0r0,85r-88,0","w":263},"j":{"d":"-4,95v55,12,97,-7,97,-66r0,-546r77,0r0,547v5,106,-73,148,-174,128r0,-63xm88,-630r0,-85r88,0r0,85r-88,0","w":263},"k":{"d":"545,0r-92,0r-185,-241r-105,106r0,135r-77,0r0,-730r77,0r0,504r279,-291r96,0r-217,222","w":569,"k":{"\u0153":25,"\u00bb":10,"\u00ab":20,"\u00e6":10,"y":15,"w":20,"v":20,"u":10,"t":10,"q":25,"o":25,"g":25,"e":25,"d":25,"c":25,"a":10,"\\":40,"-":20}},"l":{"d":"93,0r0,-730r77,0r0,730r-77,0","w":263},"m":{"d":"330,-528v85,0,138,46,166,103v37,-55,90,-103,182,-103v122,0,192,83,192,208r0,320r-77,0r0,-302v1,-94,-45,-156,-134,-156v-93,0,-143,64,-143,160r0,298r-76,0r0,-304v1,-91,-46,-154,-133,-154v-93,0,-144,68,-144,163r0,295r-77,0r0,-517r77,0r0,87v36,-52,79,-98,167,-98","w":951,"k":{"y":15,"w":15,"v":20,"\\":75,"?":30,"*":15}},"n":{"d":"318,-458v-98,2,-155,63,-155,162r0,296r-77,0r0,-517r77,0r0,90v35,-54,86,-102,177,-101v129,3,198,79,198,207r0,321r-77,0r0,-302v1,-94,-50,-158,-143,-156","w":616,"k":{"y":15,"w":15,"v":20,"\\":75,"?":30,"*":15}},"o":{"d":"324,-57v120,0,190,-80,190,-200v0,-120,-73,-203,-192,-203v-120,0,-189,82,-189,201v0,120,72,202,191,202xm324,-528v202,0,313,177,248,374v-40,122,-202,204,-357,144v-117,-46,-203,-201,-141,-352v39,-95,121,-166,250,-166","w":646,"k":{"\u00bb":10,"}":15,"z":20,"y":30,"x":35,"w":25,"v":30,"]":20,"\\":80,"?":50,".":20,",":20,"*":20,")":30}},"p":{"d":"347,-58v118,0,182,-80,182,-200v0,-119,-66,-201,-182,-201v-114,0,-187,81,-187,200v0,119,72,201,187,201xm163,-413v43,-60,96,-114,198,-115v191,1,295,196,226,383v-33,89,-110,156,-226,156v-100,0,-156,-51,-198,-110r0,259r-77,0r0,-677r77,0r0,104","w":664,"k":{"\u00bb":5,"}":15,"z":15,"y":25,"x":30,"w":20,"v":25,"]":20,"\\":70,"?":35,".":10,",":10,"*":15,")":30}},"q":{"d":"317,-58v115,0,187,-82,187,-201v0,-119,-73,-200,-187,-200v-117,0,-182,80,-182,200v0,119,66,201,182,201xm303,-528v100,0,156,51,198,110r0,-99r77,0r0,677r-77,0r0,-264v-43,60,-97,115,-198,115v-154,0,-247,-108,-247,-269v0,-162,93,-270,247,-270","w":664,"k":{"\\":50}},"r":{"d":"374,-443v-141,3,-211,93,-211,237r0,206r-77,0r0,-517r77,0r0,135v38,-79,97,-145,211,-144r0,83","w":405,"k":{"\u0153":22,"\u00ab":10,"\u00e6":25,"z":10,"q":21,"o":22,"g":21,"e":22,"d":21,"c":22,"a":25,"\\":30,"\/":75,".":90,",":90,"*":-20}},"s":{"d":"242,-461v-66,-3,-124,52,-89,109v81,83,288,44,288,207v0,145,-166,184,-297,135v-38,-14,-72,-33,-101,-56r39,-55v48,36,105,59,179,66v88,8,149,-96,68,-141v-93,-52,-258,-40,-261,-182v-4,-178,255,-173,362,-91r-35,58v-41,-26,-93,-47,-153,-50","w":498,"k":{"\u00ab":10,"}":10,"z":10,"y":15,"x":25,"w":15,"v":20,"t":10,"s":10,"]":15,"\\":75,"?":35,")":20}},"t":{"d":"259,9v-95,-1,-146,-49,-146,-146r0,-312r-72,0r0,-68r72,0r0,-156r77,0r0,156r164,0r0,68r-164,0r0,302v-10,93,100,101,162,68r0,66v-26,14,-54,22,-93,22","w":404,"k":{"\u0153":15,"\u00ab":10,"q":15,"o":15,"g":15,"e":15,"d":15,"c":15,"\\":40}},"u":{"d":"298,-59v98,-2,155,-64,155,-162r0,-296r76,0r0,517r-76,0r0,-90v-35,54,-86,102,-177,101v-129,-3,-198,-79,-198,-207r0,-321r77,0r0,302v-1,94,50,158,143,156","w":616,"k":{"\\":50}},"v":{"d":"469,-517r83,0r-225,521r-68,0r-224,-521r85,0r174,429","w":587,"k":{"\u0153":30,"\u00bb":15,"\u00ab":30,"\u00e6":25,"}":10,"z":5,"y":15,"x":10,"w":15,"v":15,"s":20,"q":25,"o":30,"g":25,"e":30,"d":25,"c":30,"a":25,"]":20,"\\":50,"?":10,"\/":70,".":85,"-":15,",":85}},"w":{"d":"603,-102r136,-415r80,0r-182,521r-67,0r-139,-408r-140,408r-68,0r-181,-521r82,0r136,415r139,-417r64,0","w":861,"k":{"\u0153":25,"\u00bb":10,"\u00ab":20,"\u00e6":20,"}":10,"z":5,"y":10,"x":10,"w":10,"v":15,"s":15,"q":20,"o":25,"g":20,"e":25,"d":20,"c":25,"a":20,"]":20,"\\":50,"?":10,"\/":60,".":70,"-":10,",":70}},"x":{"d":"535,0r-89,0r-160,-211r-161,211r-86,0r203,-263r-195,-254r88,0r153,200r153,-200r86,0r-196,252","w":574,"k":{"\u0153":35,"\u00bb":15,"\u00ab":45,"\u00e6":15,"}":10,"y":10,"w":10,"v":10,"s":20,"q":30,"o":35,"g":30,"e":35,"d":30,"c":35,"a":15,"]":10,"\\":50,"?":15,"-":30}},"y":{"d":"82,76v37,21,106,30,140,-2v16,-14,32,-39,47,-76r-235,-515r85,0r188,431r166,-431r82,0r-217,534v-33,94,-100,168,-230,139v-17,-4,-35,-10,-52,-19","w":591,"k":{"\u0153":30,"\u00bb":15,"\u00ab":30,"\u00e6":25,"}":10,"z":5,"y":10,"x":10,"w":10,"v":15,"s":20,"q":25,"o":30,"g":25,"e":30,"d":25,"c":30,"a":25,"]":20,"\\":50,"?":10,"\/":70,".":85,"-":15,",":85}},"z":{"d":"68,-452r0,-65r436,0r0,49r-344,403r344,0r0,65r-448,0r0,-49r343,-403r-331,0","w":556,"k":{"\u0153":15,"\u00ab":15,"q":15,"o":15,"g":15,"e":15,"d":15,"c":15,"\\":45}},"{":{"d":"56,-317v132,14,149,-69,143,-196v-7,-143,92,-178,217,-202r12,51v-92,25,-162,45,-156,161r1,75v1,85,-41,120,-104,141v65,22,104,54,104,141r-1,75v-6,116,64,136,156,161r-12,51v-153,-21,-233,-88,-216,-278v8,-91,-47,-127,-144,-120r0,-60","w":483,"k":{"\u0153":15,"\u0152":20,"\u00b5":20,"z":10,"y":10,"x":10,"w":10,"v":10,"s":10,"q":15,"o":15,"j":-35,"g":10,"e":15,"d":15,"c":15,"Q":20,"O":20,"J":10,"G":20,"C":20}},"|":{"d":"119,128r0,-926r65,0r0,926r-65,0","w":303},"}":{"d":"400,-257v-118,-7,-119,83,-116,196v4,143,-91,179,-217,202r-13,-51v93,-24,162,-44,157,-161r-1,-75v-1,-85,41,-120,104,-141v-63,-20,-105,-58,-104,-141r1,-75v5,-117,-64,-137,-157,-161r13,-51v154,21,231,88,216,278v-7,92,43,126,143,120r0,60r-26,0","w":483},"~":{"d":"272,-322v45,17,70,-3,82,-43r46,13v-17,73,-49,124,-129,100v-32,-10,-62,-35,-99,-35v-35,0,-38,20,-52,50r-47,-13v17,-73,50,-123,130,-100","w":473},"\u00c4":{"d":"394,-613r-160,357r319,0xm751,0r-85,0r-82,-185r-381,0r-83,185r-81,0r319,-705r74,0xm262,-762r0,-95r90,0r0,95r-90,0xm438,-762r0,-95r90,0r0,95r-90,0"},"\u00c5":{"d":"394,-613r-160,357r319,0xm395,-705v34,0,62,-28,62,-62v0,-34,-28,-62,-62,-62v-34,0,-62,28,-62,62v0,34,28,62,62,62xm499,-767v0,42,-26,71,-55,87r307,680r-85,0r-82,-185r-381,0r-83,185r-81,0r307,-680v-29,-16,-55,-45,-55,-87v0,-61,44,-100,104,-100v61,0,104,39,104,100"},"\u00c7":{"d":"421,-61v109,0,164,-44,226,-101r52,51v-65,66,-140,117,-264,123r-66,143r-75,-34r77,-112v-182,-31,-303,-153,-303,-358v0,-169,91,-279,212,-335v114,-53,288,-23,361,38v18,15,37,28,54,45r-54,58v-58,-51,-116,-97,-220,-96v-131,2,-211,77,-251,175v-46,114,-4,259,58,319v46,45,108,84,193,84","w":738},"\u00c9":{"d":"605,-628r-427,0r0,239r382,0r0,72r-382,0r0,245r432,0r0,72r-511,0r0,-700r506,0r0,72xm297,-762r95,-145r80,37r-113,108r-62,0","w":670},"\u00d1":{"d":"431,-838v44,17,69,-3,81,-42r47,13v-18,62,-32,105,-95,105v-51,0,-85,-40,-134,-40v-35,0,-38,20,-52,49r-47,-13v17,-73,50,-121,130,-99v24,7,47,18,70,27xm614,-700r77,0r0,700r-63,0r-452,-574r0,574r-77,0r0,-700r74,0r441,561r0,-561"},"\u00d6":{"d":"426,-61v213,0,323,-195,254,-401v-34,-102,-122,-177,-256,-177v-133,0,-214,76,-254,175v-46,114,-4,258,58,318v47,45,111,85,198,85xm572,-683v156,64,263,262,184,471v-48,128,-158,224,-332,224v-173,0,-282,-94,-330,-222v-78,-209,31,-408,186,-472v87,-36,205,-37,292,-1xm292,-762r0,-95r90,0r0,95r-90,0xm468,-762r0,-95r90,0r0,95r-90,0","w":850},"\u00dc":{"d":"381,-62v136,0,211,-86,211,-231r0,-407r79,0r0,401v-3,195,-100,310,-292,310v-190,0,-291,-112,-291,-304r0,-407r79,0r0,402v-2,145,75,236,214,236xm246,-759r0,-95r90,0r0,95r-90,0xm422,-759r0,-95r90,0r0,95r-90,0","w":759},"\u00e1":{"d":"428,-240v-101,-32,-308,-46,-303,86v3,71,58,104,130,104v113,0,186,-60,173,-190xm47,-151v-6,-178,231,-190,380,-146v6,-107,-52,-159,-154,-159v-65,0,-111,17,-157,38r-23,-63v56,-25,108,-43,188,-43v139,0,221,69,220,208r0,316r-74,0r0,-78v-38,47,-98,92,-187,89v-109,-3,-190,-53,-193,-162xm248,-595r95,-145r80,37r-113,108r-62,0","w":579},"\u00e0":{"d":"428,-240v-101,-32,-308,-46,-303,86v3,71,58,104,130,104v113,0,186,-60,173,-190xm47,-151v-6,-178,231,-190,380,-146v6,-107,-52,-159,-154,-159v-65,0,-111,17,-157,38r-23,-63v56,-25,108,-43,188,-43v139,0,221,69,220,208r0,316r-74,0r0,-78v-38,47,-98,92,-187,89v-109,-3,-190,-53,-193,-162xm148,-703r80,-37r95,145r-62,0","w":579},"\u00e2":{"d":"215,-595r-64,0r106,-131r68,0r106,131r-66,0r-75,-67xm428,-240v-101,-32,-308,-46,-303,86v3,71,58,104,130,104v113,0,186,-60,173,-190xm47,-151v-6,-178,231,-190,380,-146v6,-107,-52,-159,-154,-159v-65,0,-111,17,-157,38r-23,-63v56,-25,108,-43,188,-43v139,0,221,69,220,208r0,316r-74,0r0,-78v-38,47,-98,92,-187,89v-109,-3,-190,-53,-193,-162","w":579},"\u00e4":{"d":"428,-240v-101,-32,-308,-46,-303,86v3,71,58,104,130,104v113,0,186,-60,173,-190xm47,-151v-6,-178,231,-190,380,-146v6,-107,-52,-159,-154,-159v-65,0,-111,17,-157,38r-23,-63v56,-25,108,-43,188,-43v139,0,221,69,220,208r0,316r-74,0r0,-78v-38,47,-98,92,-187,89v-109,-3,-190,-53,-193,-162xm158,-595r0,-95r90,0r0,95r-90,0xm334,-595r0,-95r90,0r0,95r-90,0","w":579},"\u00e3":{"d":"328,-670v44,17,69,-4,81,-43r47,13v-18,62,-32,105,-95,105v-51,0,-85,-40,-134,-40v-35,0,-38,20,-52,49r-47,-13v17,-73,50,-121,130,-99v24,7,47,19,70,28xm428,-240v-101,-32,-308,-46,-303,86v3,71,58,104,130,104v113,0,186,-60,173,-190xm47,-151v-6,-178,231,-190,380,-146v6,-107,-52,-159,-154,-159v-65,0,-111,17,-157,38r-23,-63v56,-25,108,-43,188,-43v139,0,221,69,220,208r0,316r-74,0r0,-78v-38,47,-98,92,-187,89v-109,-3,-190,-53,-193,-162","w":579},"\u00e5":{"d":"291,-631v34,0,62,-28,62,-62v0,-34,-28,-62,-62,-62v-34,0,-62,28,-62,62v0,34,28,62,62,62xm291,-793v61,0,104,39,104,100v0,61,-44,100,-104,100v-61,0,-104,-39,-104,-100v0,-61,44,-100,104,-100xm428,-240v-101,-32,-308,-46,-303,86v3,71,58,104,130,104v113,0,186,-60,173,-190xm47,-151v-6,-178,231,-190,380,-146v6,-107,-52,-159,-154,-159v-65,0,-111,17,-157,38r-23,-63v56,-25,108,-43,188,-43v139,0,221,69,220,208r0,316r-74,0r0,-78v-38,47,-98,92,-187,89v-109,-3,-190,-53,-193,-162","w":579},"\u00e7":{"d":"323,-57v73,0,120,-38,158,-77r49,46v-50,53,-102,95,-196,100r-66,143r-75,-34r78,-114v-157,-25,-262,-192,-197,-369v41,-110,156,-191,312,-159v61,12,104,47,140,85r-51,54v-40,-39,-81,-81,-157,-78v-116,4,-185,83,-185,201v0,119,72,202,190,202","w":571},"\u00e9":{"d":"465,-287v-4,-119,-105,-214,-228,-163v-60,25,-96,85,-105,163r333,0xm302,-528v166,0,246,123,240,298r-410,0v12,104,72,172,182,175v78,2,122,-33,163,-73r48,43v-51,55,-109,97,-213,97v-194,-1,-305,-184,-240,-376v32,-94,108,-164,230,-164xm254,-595r95,-145r80,37r-113,108r-62,0","w":592},"\u00e8":{"d":"465,-287v-4,-119,-105,-214,-228,-163v-60,25,-96,85,-105,163r333,0xm302,-528v166,0,246,123,240,298r-410,0v12,104,72,172,182,175v78,2,122,-33,163,-73r48,43v-51,55,-109,97,-213,97v-194,-1,-305,-184,-240,-376v32,-94,108,-164,230,-164xm163,-703r80,-37r95,145r-62,0","w":592},"\u00ea":{"d":"223,-595r-64,0r106,-131r68,0r106,131r-66,0r-75,-67xm465,-287v-4,-119,-105,-214,-228,-163v-60,25,-96,85,-105,163r333,0xm302,-528v166,0,246,123,240,298r-410,0v12,104,72,172,182,175v78,2,122,-33,163,-73r48,43v-51,55,-109,97,-213,97v-194,-1,-305,-184,-240,-376v32,-94,108,-164,230,-164","w":592},"\u00eb":{"d":"465,-287v-4,-119,-105,-214,-228,-163v-60,25,-96,85,-105,163r333,0xm302,-528v166,0,246,123,240,298r-410,0v12,104,72,172,182,175v78,2,122,-33,163,-73r48,43v-51,55,-109,97,-213,97v-194,-1,-305,-184,-240,-376v32,-94,108,-164,230,-164xm166,-595r0,-95r90,0r0,95r-90,0xm342,-595r0,-95r90,0r0,95r-90,0","w":592},"\u00ed":{"d":"93,0r0,-517r77,0r0,517r-77,0xm101,-595r95,-145r80,37r-113,108r-62,0","w":263},"\u00ec":{"d":"93,0r0,-517r77,0r0,517r-77,0xm-10,-703r80,-37r95,145r-62,0","w":263},"\u00ee":{"d":"56,-595r-64,0r106,-131r68,0r106,131r-66,0r-75,-67xm93,0r0,-517r77,0r0,517r-77,0","w":263},"\u00ef":{"d":"93,0r0,-517r77,0r0,517r-77,0xm-1,-595r0,-95r90,0r0,95r-90,0xm175,-595r0,-95r90,0r0,95r-90,0","w":263},"\u00f1":{"d":"348,-670v44,17,69,-4,81,-43r47,13v-18,62,-32,105,-95,105v-51,0,-85,-40,-134,-40v-35,0,-38,20,-52,49r-47,-13v17,-73,50,-121,130,-99v24,7,47,19,70,28xm318,-458v-98,2,-155,63,-155,162r0,296r-77,0r0,-517r77,0r0,90v35,-54,86,-102,177,-101v129,3,198,79,198,207r0,321r-77,0r0,-302v1,-94,-50,-158,-143,-156","w":616},"\u00f3":{"d":"324,-57v120,0,190,-80,190,-200v0,-120,-73,-203,-192,-203v-120,0,-189,82,-189,201v0,120,72,202,191,202xm324,-528v202,0,313,177,248,374v-40,122,-202,204,-357,144v-117,-46,-203,-201,-141,-352v39,-95,121,-166,250,-166xm293,-595r95,-145r80,37r-113,108r-62,0","w":646},"\u00f2":{"d":"324,-57v120,0,190,-80,190,-200v0,-120,-73,-203,-192,-203v-120,0,-189,82,-189,201v0,120,72,202,191,202xm324,-528v202,0,313,177,248,374v-40,122,-202,204,-357,144v-117,-46,-203,-201,-141,-352v39,-95,121,-166,250,-166xm179,-703r80,-37r95,145r-62,0","w":646},"\u00f4":{"d":"247,-595r-64,0r106,-131r68,0r106,131r-66,0r-75,-67xm324,-57v120,0,190,-80,190,-200v0,-120,-73,-203,-192,-203v-120,0,-189,82,-189,201v0,120,72,202,191,202xm324,-528v202,0,313,177,248,374v-40,122,-202,204,-357,144v-117,-46,-203,-201,-141,-352v39,-95,121,-166,250,-166","w":646},"\u00f6":{"d":"324,-57v120,0,190,-80,190,-200v0,-120,-73,-203,-192,-203v-120,0,-189,82,-189,201v0,120,72,202,191,202xm324,-528v202,0,313,177,248,374v-40,122,-202,204,-357,144v-117,-46,-203,-201,-141,-352v39,-95,121,-166,250,-166xm190,-595r0,-95r90,0r0,95r-90,0xm366,-595r0,-95r90,0r0,95r-90,0","w":646},"\u00f5":{"d":"359,-670v44,17,69,-4,81,-43r47,13v-18,62,-32,105,-95,105v-51,0,-85,-40,-134,-40v-35,0,-38,20,-52,49r-47,-13v17,-73,50,-121,130,-99v24,7,47,19,70,28xm324,-57v120,0,190,-80,190,-200v0,-120,-73,-203,-192,-203v-120,0,-189,82,-189,201v0,120,72,202,191,202xm324,-528v202,0,313,177,248,374v-40,122,-202,204,-357,144v-117,-46,-203,-201,-141,-352v39,-95,121,-166,250,-166","w":646},"\u00fa":{"d":"298,-59v98,-2,155,-64,155,-162r0,-296r76,0r0,517r-76,0r0,-90v-35,54,-86,102,-177,101v-129,-3,-198,-79,-198,-207r0,-321r77,0r0,302v-1,94,50,158,143,156xm266,-592r95,-145r80,37r-113,108r-62,0","w":616},"\u00f9":{"d":"298,-59v98,-2,155,-64,155,-162r0,-296r76,0r0,517r-76,0r0,-90v-35,54,-86,102,-177,101v-129,-3,-198,-79,-198,-207r0,-321r77,0r0,302v-1,94,50,158,143,156xm171,-700r80,-37r95,145r-62,0","w":616},"\u00fb":{"d":"233,-595r-64,0r106,-131r68,0r106,131r-66,0r-75,-67xm298,-59v98,-2,155,-64,155,-162r0,-296r76,0r0,517r-76,0r0,-90v-35,54,-86,102,-177,101v-129,-3,-198,-79,-198,-207r0,-321r77,0r0,302v-1,94,50,158,143,156","w":616},"\u00fc":{"d":"298,-59v98,-2,155,-64,155,-162r0,-296r76,0r0,517r-76,0r0,-90v-35,54,-86,102,-177,101v-129,-3,-198,-79,-198,-207r0,-321r77,0r0,302v-1,94,50,158,143,156xm176,-595r0,-95r90,0r0,95r-90,0xm352,-595r0,-95r90,0r0,95r-90,0","w":616},"\u00b0":{"d":"229,-452v60,0,99,-41,99,-101v0,-60,-39,-101,-99,-101v-60,0,-99,41,-99,101v0,60,39,101,99,101xm229,-706v91,0,157,62,157,153v0,91,-66,153,-157,153v-91,0,-157,-62,-157,-153v0,-91,66,-153,157,-153","w":458},"\u00a2":{"d":"325,-556v-160,-5,-236,182,-157,313v20,34,49,58,83,73xm306,-156v83,11,138,-33,179,-75r48,45v-53,60,-124,111,-238,99r-18,93r-65,0r22,-106v-127,-40,-220,-200,-156,-358v39,-97,122,-168,258,-167r15,-81r65,0r-18,90v58,14,97,46,132,84r-50,52v-29,-28,-56,-55,-99,-67","w":581},"\u00a3":{"d":"371,-637v-94,-1,-142,69,-141,165r0,108r279,0r0,69r-279,0r0,225r355,0r0,70r-518,0r0,-46r84,-21r0,-228r-84,0r0,-69r84,0r0,-108v-3,-170,119,-269,293,-230v65,15,107,54,142,100r-61,48v-38,-45,-75,-83,-154,-83","w":644,"k":{"4":15}},"\u00a7":{"d":"210,-300v76,31,270,77,286,-33v-11,-64,-80,-69,-142,-88v-80,-25,-218,-30,-218,54v0,43,38,52,74,67xm302,-644v-69,-2,-121,35,-95,93v79,85,296,56,352,163v45,85,-38,154,-121,162v39,20,73,50,74,102v3,136,-197,162,-312,108v-39,-17,-73,-40,-101,-69r50,-48v43,41,101,75,181,77v69,2,121,-35,95,-93v-79,-85,-296,-57,-352,-163v-45,-85,38,-154,121,-162v-39,-20,-73,-50,-74,-102v-3,-136,197,-162,312,-108v39,17,73,40,101,69r-50,48v-43,-41,-101,-75,-181,-77","w":632,"k":{"7":15}},"\u00b6":{"d":"48,-482v0,-187,165,-230,370,-218r0,700r-80,0r0,-264v-164,-1,-290,-61,-290,-218","w":510},"\u00df":{"d":"313,-737v121,0,206,63,206,181v0,102,-68,151,-139,184v95,23,182,66,182,179v0,145,-119,194,-270,195r0,-62v105,-2,191,-37,191,-133v0,-95,-92,-127,-191,-138r0,-57v74,-30,145,-66,148,-163v2,-72,-56,-118,-131,-118v-89,0,-146,72,-146,167r0,502r-77,0r0,-501v4,-146,81,-236,227,-236","w":620,"k":{"y":10,"x":10,"w":5,"v":10}},"\u00ae":{"d":"328,-364v84,-1,193,16,194,-67v0,-83,-111,-63,-194,-65r0,132xm439,-546v77,-1,140,39,140,112v1,64,-44,97,-96,110r115,149r-68,0r-107,-140r-95,0r0,140r-55,0r0,-371r166,0xm545,-46v144,-59,250,-240,174,-433v-45,-115,-147,-202,-303,-202v-156,0,-259,87,-305,203v-76,191,30,376,173,433v80,32,182,31,261,-1xm558,-684v158,66,275,262,191,473v-51,127,-164,223,-335,223v-171,0,-279,-97,-333,-221v-64,-144,-1,-317,77,-395v84,-84,256,-140,400,-80","w":830},"\u00a9":{"d":"421,-214v53,0,79,-23,110,-50r36,35v-38,37,-75,68,-148,66v-115,-4,-183,-77,-186,-192v-4,-142,135,-231,271,-175v23,9,42,26,61,43r-37,40v-27,-25,-59,-50,-108,-50v-83,0,-131,58,-131,141v0,83,50,142,132,142xm545,-46v144,-59,250,-240,174,-433v-45,-115,-147,-202,-303,-202v-156,0,-259,87,-305,203v-76,191,30,376,173,433v80,32,182,31,261,-1xm558,-684v158,66,275,262,191,473v-51,127,-164,223,-335,223v-171,0,-279,-97,-333,-221v-64,-144,-1,-317,77,-395v84,-84,256,-140,400,-80","w":830},"\u00b4":{"d":"181,-595r95,-145r80,37r-113,108r-62,0","w":500},"\u00a8":{"d":"117,-595r0,-95r90,0r0,95r-90,0xm293,-595r0,-95r90,0r0,95r-90,0","w":500},"\u00c6":{"d":"249,-256r242,0r0,-374r-24,0xm100,0r-83,0r411,-700r552,0r0,72r-409,0r0,239r364,0r0,72r-364,0r0,245r414,0r0,72r-494,0r0,-185r-282,0","w":1045,"k":{"\u0153":10,"y":10,"w":10,"v":10,"o":10,"e":10,"d":10,"c":10}},"\u00d8":{"d":"255,-120v61,56,186,79,281,38v119,-52,199,-205,148,-369v-11,-32,-26,-61,-46,-86xm595,-580v-61,-56,-186,-79,-281,-38v-119,52,-199,205,-148,369v11,32,26,61,46,86xm691,-596v80,79,120,251,65,384v-53,127,-158,224,-332,224v-93,0,-165,-31,-219,-74r-62,67r-83,0r99,-108v-80,-80,-121,-251,-65,-385v53,-127,158,-224,332,-224v93,0,165,31,219,74r62,-67r83,0","w":850},"\u00b1":{"d":"405,-359v76,26,141,69,141,168v0,135,-101,200,-240,203v-119,2,-208,-58,-263,-126r58,-50v47,58,109,104,207,104v92,0,158,-42,158,-131v0,-115,-127,-136,-259,-128r0,-68v128,6,240,-14,240,-130v0,-77,-66,-125,-150,-123v-90,1,-137,44,-181,100r-58,-42v53,-72,122,-130,241,-130v130,0,228,62,228,188v0,93,-56,137,-122,165","w":604,"k":{"7":20}},"\u00a5":{"d":"381,-178r205,0r0,62r-205,0r0,116r-76,0r0,-116r-205,0r0,-62r205,0r0,-88r-205,0r0,-62r181,0r-254,-372r94,0r223,342r225,-342r90,0r-255,372r182,0r0,62r-205,0r0,88","w":686,"k":{"4":20}},"\u00b5":{"d":"426,-61v213,0,323,-195,254,-401v-34,-102,-122,-177,-256,-177v-133,0,-214,76,-254,175v-46,114,-4,258,58,318v47,45,111,85,198,85xm756,-490v63,157,1,344,-103,420r172,165r0,6r-116,0r-132,-123v-87,44,-210,45,-299,5v-121,-55,-210,-164,-210,-332v0,-168,91,-278,212,-333v85,-39,207,-39,292,-1v86,38,150,105,184,193","w":850,"k":{"\u00c6":41,"}":20,"x":5,"]":20,"\\":40,"Z":39,"Y":60,"X":50,"W":36,"V":41,"T":48,"S":5,"J":30,"A":41,"?":20,"\/":40,".":40,",":40,")":30}},"\u03bc":{"d":"426,-61v213,0,323,-195,254,-401v-34,-102,-122,-177,-256,-177v-133,0,-214,76,-254,175v-46,114,-4,258,58,318v47,45,111,85,198,85xm756,-490v63,157,1,344,-103,420r172,165r0,6r-116,0r-132,-123v-87,44,-210,45,-299,5v-121,-55,-210,-164,-210,-332v0,-168,91,-278,212,-333v85,-39,207,-39,292,-1v86,38,150,105,184,193","w":850},"\u00aa":{"d":"177,-450v53,-1,96,-31,87,-94v-50,-18,-151,-21,-151,43v0,34,31,51,64,51xm58,-289r0,-47r260,0r0,47r-260,0xm191,-703v77,0,122,39,122,116r0,173r-49,0r0,-38v-44,67,-203,58,-203,-47v0,-94,122,-109,203,-83v9,-90,-108,-87,-164,-54r-15,-42v34,-14,60,-25,106,-25","w":390},"\u00ba":{"d":"196,-455v55,2,92,-45,92,-100v0,-55,-40,-102,-94,-102v-55,0,-94,45,-92,100v2,60,35,100,94,102xm51,-289r0,-47r288,0r0,47r-288,0xm196,-705v90,0,146,60,146,148v0,90,-58,150,-148,150v-89,0,-146,-60,-146,-148v0,-90,58,-150,148,-150","w":390},"\u00e6":{"d":"125,-155v0,110,146,126,229,79v31,-17,59,-40,83,-67v-12,-30,-19,-63,-21,-98v-99,-31,-291,-43,-291,86xm826,-287v-4,-119,-105,-213,-228,-163v-61,25,-96,85,-105,163r333,0xm47,-151v-6,-175,223,-191,370,-146v6,-106,-48,-159,-149,-159v-64,0,-106,17,-152,38r-23,-63v56,-25,104,-43,183,-43v99,0,164,37,190,111v37,-63,105,-115,198,-115v166,0,247,126,239,298r-409,0v12,104,71,172,181,175v78,2,122,-33,163,-73r48,43v-50,56,-110,97,-213,97v-93,-1,-164,-45,-205,-104v-53,52,-124,105,-226,103v-110,-3,-191,-52,-195,-162","w":953,"k":{"}":10,"z":15,"y":25,"x":30,"w":25,"v":25,"]":20,"\\":80,"?":40,".":10,",":10,"*":20,")":30}},"\u00f8":{"d":"324,-55v121,0,191,-82,191,-202v0,-47,-13,-89,-39,-124r-268,285v33,27,72,41,116,41xm322,-461v-120,0,-191,82,-191,202v0,47,13,88,39,123r268,-283v-32,-28,-71,-42,-116,-42xm528,-437v58,59,86,186,44,283v-41,94,-120,166,-250,166v-68,0,-120,-22,-161,-53r-45,46r-77,0r79,-85v-56,-61,-87,-185,-44,-282v40,-94,121,-166,250,-166v68,0,122,22,161,54r45,-49r78,0","w":646},"\u00bf":{"d":"272,9v-161,0,-268,-129,-208,-281v28,-72,103,-109,192,-122r9,-108r51,0r16,162r-5,5v-113,1,-199,43,-199,142v0,85,58,131,146,131v86,0,136,-42,181,-94r51,49v-55,64,-120,116,-234,116xm338,-700r0,105r-92,0r0,-105r92,0","w":537,"k":{"\u0152":20,"\u00e6":-10,"\u00b5":20,"y":35,"w":35,"v":45,"t":15,"f":10,"a":-10,"Y":70,"X":10,"W":50,"V":60,"U":15,"T":60,"Q":20,"O":20,"G":20,"C":20}},"\u00a1":{"d":"91,0r0,-57r23,-445r43,0r24,445r0,57r-90,0xm182,-700r0,105r-92,0r0,-105r92,0","w":271},"\u0192":{"d":"292,-670v37,-37,127,-43,186,-24r0,66v-41,-12,-102,-17,-129,11v-33,35,-36,119,-50,177r144,0r0,67r-156,0r-45,244v-15,103,-84,149,-201,130r0,-66v65,14,110,-10,122,-72r44,-236r-98,0r0,-67r109,0v17,-80,28,-185,74,-230","w":514,"k":{"5":10,"4":30,"1":-30}},"\u00ab":{"d":"269,-443r-135,183r135,185r-59,34r-162,-214r0,-8r162,-213xm491,-443r-135,183r135,185r-58,34r-162,-214r0,-8r162,-213","w":550,"k":{"\u0153":10,"y":15,"x":15,"w":10,"v":15,"q":5,"o":10,"g":5,"e":10,"d":5,"c":10,"Y":75,"X":20,"W":35,"V":40,"T":70}},"\u00bb":{"d":"59,-74r135,-184r-135,-184r58,-34r162,213r0,8r-162,214xm281,-74r135,-184r-135,-184r59,-34r162,213r0,8r-162,214","w":550,"k":{"\u00c6":20,"z":20,"y":30,"x":45,"w":20,"v":30,"t":10,"s":10,"f":10,"Z":15,"Y":100,"X":50,"W":50,"V":60,"T":90,"S":10,"A":20}},"\u00a0":{"w":300},"\u00c0":{"d":"394,-613r-160,357r319,0xm751,0r-85,0r-82,-185r-381,0r-83,185r-81,0r319,-705r74,0xm250,-870r80,-37r95,145r-62,0"},"\u00c3":{"d":"431,-838v44,17,69,-3,81,-42r47,13v-18,62,-32,105,-95,105v-51,0,-85,-40,-134,-40v-35,0,-38,20,-52,49r-47,-13v17,-73,50,-121,130,-99v24,7,47,18,70,27xm394,-613r-160,357r319,0xm751,0r-85,0r-82,-185r-381,0r-83,185r-81,0r319,-705r74,0"},"\u00d5":{"d":"461,-838v44,17,69,-3,81,-42r47,13v-18,62,-32,105,-95,105v-51,0,-85,-40,-134,-40v-35,0,-38,20,-52,49r-47,-13v17,-73,50,-121,130,-99v24,7,47,18,70,27xm426,-61v213,0,323,-195,254,-401v-34,-102,-122,-177,-256,-177v-133,0,-214,76,-254,175v-46,114,-4,258,58,318v47,45,111,85,198,85xm572,-683v156,64,263,262,184,471v-48,128,-158,224,-332,224v-173,0,-282,-94,-330,-222v-78,-209,31,-408,186,-472v87,-36,205,-37,292,-1","w":850},"\u0152":{"d":"150,-351v0,174,113,272,290,278r138,0r0,-554v-93,2,-189,-8,-258,21v-99,41,-170,122,-170,255xm440,0v-175,-3,-290,-86,-345,-211v-61,-141,-5,-317,77,-388v64,-56,152,-101,268,-101r626,0r0,72r-409,0r0,239r364,0r0,72r-364,0r0,245r414,0r0,72r-631,0","w":1131,"k":{"\u0153":10,"y":10,"w":10,"v":10,"o":10,"e":10,"d":10,"c":10}},"\u0153":{"d":"323,-57v119,0,188,-81,188,-200v0,-119,-72,-203,-190,-203v-119,0,-188,82,-188,201v0,119,72,202,190,202xm922,-287v-4,-119,-105,-213,-228,-163v-61,25,-96,85,-105,163r333,0xm770,12v-106,-1,-187,-61,-222,-140v-45,104,-196,175,-334,118v-115,-48,-202,-201,-140,-352v38,-94,120,-164,248,-166v109,-2,189,63,227,139v38,-104,185,-178,313,-117v91,43,144,140,137,276r-409,0v12,104,71,172,181,175v78,2,122,-33,163,-73r48,43v-50,55,-110,97,-212,97","w":1049,"k":{"}":10,"z":15,"y":25,"x":30,"w":25,"v":25,"]":20,"\\":80,"?":40,".":10,",":10,"*":20,")":30}},"\u00ff":{"d":"82,76v37,21,106,30,140,-2v16,-14,32,-39,47,-76r-235,-515r85,0r188,431r166,-431r82,0r-217,534v-33,94,-100,168,-230,139v-17,-4,-35,-10,-52,-19xm163,-595r0,-95r90,0r0,95r-90,0xm339,-595r0,-95r90,0r0,95r-90,0","w":591},"\u0178":{"d":"398,0r-80,0r0,-277r-291,-423r96,0r236,350r238,-350r92,0r-291,422r0,278xm225,-759r0,-95r90,0r0,95r-90,0xm401,-759r0,-95r90,0r0,95r-90,0","w":716},"\u00b7":{"d":"77,-248r0,-105r92,0r0,105r-92,0","w":245},"\u2219":{"d":"77,-248r0,-105r92,0r0,105r-92,0","w":245},"\u00c2":{"d":"319,-759r-64,0r106,-131r68,0r106,131r-66,0r-75,-67xm394,-613r-160,357r319,0xm751,0r-85,0r-82,-185r-381,0r-83,185r-81,0r319,-705r74,0"},"\u00ca":{"d":"272,-762r-64,0r106,-131r68,0r106,131r-66,0r-75,-67xm605,-628r-427,0r0,239r382,0r0,72r-382,0r0,245r432,0r0,72r-511,0r0,-700r506,0r0,72","w":670},"\u00c1":{"d":"394,-613r-160,357r319,0xm751,0r-85,0r-82,-185r-381,0r-83,185r-81,0r319,-705r74,0xm365,-762r95,-145r80,37r-113,108r-62,0"},"\u00cb":{"d":"605,-628r-427,0r0,239r382,0r0,72r-382,0r0,245r432,0r0,72r-511,0r0,-700r506,0r0,72xm215,-762r0,-95r90,0r0,95r-90,0xm391,-762r0,-95r90,0r0,95r-90,0","w":670},"\u00c8":{"d":"605,-628r-427,0r0,239r382,0r0,72r-382,0r0,245r432,0r0,72r-511,0r0,-700r506,0r0,72xm227,-870r80,-37r95,145r-62,0","w":670},"\u00cd":{"d":"185,-700r0,700r-79,0r0,-700r79,0xm115,-762r95,-145r80,37r-113,108r-62,0","w":291},"\u00ce":{"d":"71,-762r-64,0r106,-131r68,0r106,131r-66,0r-75,-67xm185,-700r0,700r-79,0r0,-700r79,0","w":291},"\u00cf":{"d":"185,-700r0,700r-79,0r0,-700r79,0xm14,-762r0,-95r90,0r0,95r-90,0xm190,-762r0,-95r90,0r0,95r-90,0","w":291},"\u00cc":{"d":"185,-700r0,700r-79,0r0,-700r79,0xm3,-870r80,-37r95,145r-62,0","w":291},"\u00d3":{"d":"426,-61v213,0,323,-195,254,-401v-34,-102,-122,-177,-256,-177v-133,0,-214,76,-254,175v-46,114,-4,258,58,318v47,45,111,85,198,85xm572,-683v156,64,263,262,184,471v-48,128,-158,224,-332,224v-173,0,-282,-94,-330,-222v-78,-209,31,-408,186,-472v87,-36,205,-37,292,-1xm399,-762r95,-145r80,37r-113,108r-62,0","w":850},"\u00d4":{"d":"349,-762r-64,0r106,-131r68,0r106,131r-66,0r-75,-67xm426,-61v213,0,323,-195,254,-401v-34,-102,-122,-177,-256,-177v-133,0,-214,76,-254,175v-46,114,-4,258,58,318v47,45,111,85,198,85xm572,-683v156,64,263,262,184,471v-48,128,-158,224,-332,224v-173,0,-282,-94,-330,-222v-78,-209,31,-408,186,-472v87,-36,205,-37,292,-1","w":850},"\u00d2":{"d":"426,-61v213,0,323,-195,254,-401v-34,-102,-122,-177,-256,-177v-133,0,-214,76,-254,175v-46,114,-4,258,58,318v47,45,111,85,198,85xm572,-683v156,64,263,262,184,471v-48,128,-158,224,-332,224v-173,0,-282,-94,-330,-222v-78,-209,31,-408,186,-472v87,-36,205,-37,292,-1xm276,-870r80,-37r95,145r-62,0","w":850},"\u00da":{"d":"381,-62v136,0,211,-86,211,-231r0,-407r79,0r0,401v-3,195,-100,310,-292,310v-190,0,-291,-112,-291,-304r0,-407r79,0r0,402v-2,145,75,236,214,236xm343,-757r95,-145r80,37r-113,108r-62,0","w":759},"\u00db":{"d":"303,-759r-64,0r106,-131r68,0r106,131r-66,0r-75,-67xm381,-62v136,0,211,-86,211,-231r0,-407r79,0r0,401v-3,195,-100,310,-292,310v-190,0,-291,-112,-291,-304r0,-407r79,0r0,402v-2,145,75,236,214,236","w":759},"\u00d9":{"d":"381,-62v136,0,211,-86,211,-231r0,-407r79,0r0,401v-3,195,-100,310,-292,310v-190,0,-291,-112,-291,-304r0,-407r79,0r0,402v-2,145,75,236,214,236xm241,-865r80,-37r95,145r-62,0","w":759},"\u0131":{"d":"93,0r0,-517r77,0r0,517r-77,0","w":263},"\u00af":{"d":"92,-600r0,-67r316,0r0,67r-316,0","w":500},"\u02c9":{"d":"92,-600r0,-67r316,0r0,67r-316,0","w":500},"\u00b8":{"d":"301,-10r-76,165r-75,-34r90,-131r61,0","w":500},"\u0141":{"d":"129,0r0,-301r-75,22r0,-73r75,-23r0,-325r78,0r0,301r216,-66r0,74r-216,65r0,253r395,0r0,73r-473,0","w":649},"\u0142":{"d":"200,0r-76,0r0,-321r-76,24r0,-75r76,-23r0,-335r76,0r0,312r76,-24r0,75r-76,24r0,343","w":323},"\u0160":{"d":"400,-893r64,0r-106,131r-68,0r-106,-131r66,0r75,67xm309,-639v-98,-1,-178,62,-141,159v24,62,101,73,182,92v130,31,228,65,228,199v0,134,-101,199,-239,199v-129,0,-211,-45,-286,-112r49,-58v67,59,127,96,240,99v101,3,190,-69,148,-165v-48,-109,-267,-80,-352,-160v-34,-32,-57,-70,-57,-132v-2,-175,206,-226,365,-170v39,13,75,35,111,64r-46,61v-56,-46,-113,-74,-202,-76","w":640},"\u0161":{"d":"328,-726r64,0r-106,131r-68,0r-106,-131r66,0r75,67xm242,-461v-66,-3,-124,52,-89,109v81,83,288,44,288,207v0,145,-166,184,-297,135v-38,-14,-72,-33,-101,-56r39,-55v48,36,105,59,179,66v88,8,149,-96,68,-141v-93,-52,-258,-40,-261,-182v-4,-178,255,-173,362,-91r-35,58v-41,-26,-93,-47,-153,-50","w":498},"\u00dd":{"d":"398,0r-80,0r0,-277r-291,-423r96,0r236,350r238,-350r92,0r-291,422r0,278xm329,-757r95,-145r80,37r-113,108r-62,0","w":716},"\u00fd":{"d":"82,76v37,21,106,30,140,-2v16,-14,32,-39,47,-76r-235,-515r85,0r188,431r166,-431r82,0r-217,534v-33,94,-100,168,-230,139v-17,-4,-35,-10,-52,-19xm267,-592r95,-145r80,37r-113,108r-62,0","w":591},"\u00de":{"d":"351,-198v110,-3,189,-49,192,-156v3,-105,-81,-153,-188,-153r-177,0r0,309r173,0xm361,-580v154,4,262,70,262,223v0,158,-116,231,-275,231r-170,0r0,126r-79,0r0,-700r79,0r0,120r183,0","w":673},"\u00fe":{"d":"347,-58v118,0,182,-80,182,-200v0,-119,-66,-201,-182,-201v-114,0,-187,81,-187,200v0,119,72,201,187,201xm163,-413v43,-60,96,-114,198,-115v191,1,295,196,226,383v-33,89,-110,156,-226,156v-100,0,-156,-51,-198,-110r0,259r-77,0r0,-890r77,0r0,317","w":664},"\u017d":{"d":"427,-893r64,0r-106,131r-68,0r-106,-131r66,0r75,67xm82,-629r0,-71r546,0r0,53r-454,576r454,0r0,71r-561,0r0,-53r453,-576r-438,0","w":693},"\u017e":{"d":"363,-726r64,0r-106,131r-68,0r-106,-131r66,0r75,67xm68,-452r0,-65r436,0r0,49r-344,403r344,0r0,65r-448,0r0,-49r343,-403r-331,0","w":556},"\u00f0":{"d":"317,-56v114,0,182,-76,182,-188v0,-111,-77,-181,-190,-181v-112,0,-177,71,-177,182v0,112,73,187,185,187xm194,-552r-36,-47r131,-61r-50,-70r92,0r26,39r99,-48r35,47r-102,47r101,149v61,81,115,213,70,345v-41,120,-200,201,-351,143v-112,-43,-190,-191,-136,-336v39,-104,177,-175,309,-126v25,9,49,24,71,39r-131,-184","w":633},"\u00a4":{"d":"137,-300v-4,-34,-2,-76,2,-108r-83,0r0,-62r94,0v39,-150,160,-280,355,-232v75,18,122,69,161,127r-60,43v-43,-57,-86,-109,-184,-109v-101,0,-166,84,-191,171r257,0r0,62r-270,0v-5,33,-4,72,-2,108r272,0r0,63r-259,0v25,96,93,178,204,178v92,0,134,-56,178,-115r57,40v-52,76,-113,146,-238,146v-165,0,-247,-112,-283,-249r-91,0r0,-63r81,0","w":720,"k":{"1":-20}},"\u00d0":{"d":"372,-73v214,5,344,-181,270,-385v-37,-102,-131,-169,-270,-169r-164,0r0,239r210,0r0,72r-210,0r0,243r164,0xm54,-316r0,-72r75,0r0,-312v138,5,290,-16,394,26v126,51,221,154,221,323v0,169,-96,272,-221,324v-104,43,-255,22,-394,27r0,-316r-75,0","w":812}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 *
 * Copyright:
 * HTF Gotham  2000 The Hoefler Type Foundry, Inc. Info: www.typography.com
 *
 * Manufacturer:
 * The Hoefler Type Foundry, Inc
 */
Cufon.registerFont({"w":623,"face":{"font-family":"Gotham","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 8 4 3 0 0 2 0 4","ascent":"800","descent":"-200","bbox":"-43 -932 1092 173","underline-thickness":"20","underline-position":"-113","unicode-range":"U+0020-U+0192"},"glyphs":{" ":{"w":300},"!":{"d":"81,0r0,-160r162,0r0,160r-162,0xm251,-700r0,20r-47,442r-84,0r-47,-442r0,-20r178,0","w":324},"\"":{"d":"75,-700r168,0r-109,319r-77,0xm311,-700r168,0r-109,319r-77,0","w":520},"#":{"d":"290,-426r-25,148r145,0r25,-148r-145,0xm567,-426r-25,148r88,0r0,128r-110,0r-26,150r-132,0r26,-150r-145,0r-26,150r-132,0r26,-150r-76,0r0,-128r98,0r25,-148r-88,0r0,-128r110,0r25,-146r132,0r-25,146r145,0r25,-146r132,0r-25,146r76,0r0,128r-98,0","w":700},"$":{"d":"379,-126v67,-5,90,-63,56,-108v-9,-12,-29,-22,-56,-32r0,140xm285,-575v-57,1,-88,59,-55,103v9,11,28,22,55,32r0,-135xm379,-415v128,38,217,78,217,216v0,127,-93,183,-212,198r0,99r-104,0r0,-101v-92,-12,-174,-48,-236,-95r78,-114v51,37,95,67,163,81r0,-159v-124,-37,-215,-74,-215,-213v0,-127,92,-182,210,-197r0,-58r104,0r0,60v76,11,133,37,186,74r-67,117v-37,-24,-77,-47,-124,-59r0,151","w":646,"k":{"7":10}},"%":{"d":"646,-83v44,0,64,-43,64,-87v1,-44,-24,-89,-66,-89v-44,0,-64,43,-64,87v-1,44,24,89,66,89xm216,-441v44,0,64,-43,64,-87v1,-44,-24,-89,-66,-89v-44,0,-64,43,-64,87v-1,44,24,89,66,89xm646,-350v106,0,169,71,169,178v0,107,-63,180,-171,180v-106,0,-169,-71,-169,-178v0,-108,63,-180,171,-180xm234,0r-119,0r511,-700r119,0xm216,-708v106,0,169,71,169,178v0,107,-63,180,-171,180v-106,0,-169,-71,-169,-178v0,-108,63,-180,171,-180","w":860},"&":{"d":"189,-199v-3,71,84,102,149,73v17,-7,34,-17,50,-30r-134,-136v-38,19,-63,47,-65,93xm303,-432v50,-20,90,-37,93,-94v2,-41,-27,-65,-66,-66v-58,-2,-83,65,-58,116v6,13,16,27,31,44xm657,-316v-27,50,-58,103,-92,148r103,103r-113,79r-81,-82v-53,42,-115,78,-205,78v-137,0,-235,-68,-235,-203v0,-103,58,-157,136,-193v-29,-43,-49,-79,-49,-141v0,-120,87,-185,212,-185v117,0,197,63,197,177v0,107,-69,151,-147,184r93,93v24,-37,46,-80,68,-120","w":696,"k":{"Y":60,"W":45,"V":55,"T":50}},"'":{"d":"75,-700r170,0r-109,319r-79,0","w":286},"(":{"d":"336,141v-163,-90,-277,-203,-277,-428v0,-224,115,-339,277,-428r67,101v-105,75,-193,154,-193,327v0,173,88,252,193,327","w":445,"k":{"\u0153":30,"\u0152":30,"\u00b5":30,"s":15,"q":30,"o":30,"j":-30,"g":20,"e":30,"d":30,"c":30,"Q":30,"O":30,"J":15,"G":30,"C":30}},")":{"d":"109,-715v163,90,277,203,277,428v0,224,-115,339,-277,428r-67,-101v105,-75,193,-154,193,-327v0,-173,-88,-252,-193,-327","w":445},"*":{"d":"337,-418r-97,-74r16,120r-82,0r16,-120r-97,74r-42,-72r112,-47r-112,-47r42,-72r97,74r-16,-120r82,0r-16,120r97,-74r42,72r-112,47r112,47","w":430,"k":{"\u0153":20,"\u00e6":10,"\u00c6":100,"t":-10,"s":10,"q":15,"o":20,"g":15,"e":20,"d":15,"c":20,"a":10,"J":80,"A":100}},"+":{"d":"249,-601r142,0r0,180r181,0r0,138r-181,0r0,180r-142,0r0,-180r-181,0r0,-138r181,0r0,-180","w":640},",":{"d":"26,99v71,-7,103,-40,98,-99r-62,0r0,-160r162,0v-1,106,10,231,-48,278v-34,27,-78,43,-137,44","w":286,"k":{"\u0153":20,"\u0152":40,"\u00b5":40,"y":45,"w":70,"v":85,"t":25,"q":10,"o":20,"j":-15,"g":10,"f":15,"e":20,"d":10,"c":20,"Y":130,"W":100,"V":120,"U":15,"T":100,"Q":40,"O":40,"G":40,"C":40,"7":20,"1":50,"0":20}},"-":{"d":"50,-237r0,-146r308,0r0,146r-308,0","w":408,"k":{"\u00b1":10,"\u00c6":40,"z":10,"y":15,"x":30,"w":10,"v":15,"Z":30,"Y":80,"X":50,"W":35,"V":40,"T":90,"A":40,"7":40,"3":10,"1":30}},"\u00ad":{"d":"50,-237r0,-146r308,0r0,146r-308,0","w":408},".":{"d":"62,0r0,-160r162,0r0,160r-162,0","w":286,"k":{"\u0153":20,"\u0152":40,"\u00b5":40,"y":60,"w":70,"v":85,"t":25,"q":10,"o":20,"g":10,"f":15,"e":20,"d":10,"c":20,"Y":130,"W":100,"V":120,"U":15,"T":100,"Q":40,"O":40,"G":40,"C":40,"7":20,"1":50,"0":20}},"\/":{"d":"544,-798r-443,926r-129,0r443,-926r129,0","w":530,"k":{"\u0153":80,"\u0152":40,"\u00e6":65,"\u00b5":40,"\u00b1":10,"\u00c6":120,"z":60,"y":50,"x":50,"w":50,"v":50,"u":50,"t":20,"s":85,"r":50,"q":70,"p":50,"o":80,"n":50,"m":50,"g":70,"f":25,"e":80,"d":70,"c":80,"a":65,"Z":20,"S":30,"Q":40,"O":40,"J":130,"G":40,"C":40,"A":120,"9":20,"8":15,"7":10,"6":35,"5":20,"4":95,"3":10,"2":20,"1":-10,"0":35,"\/":160}},"0":{"d":"366,-127v112,0,152,-104,152,-222v0,-119,-41,-224,-154,-224v-112,0,-152,104,-152,222v0,119,41,224,154,224xm366,-712v256,5,361,255,288,504v-37,125,-132,220,-290,220v-206,0,-310,-153,-310,-361v0,-164,72,-279,184,-335v38,-19,81,-28,128,-28","w":730,"k":{"\u00b1":15,"7":25,"3":10,"2":10,"1":5,"\/":35,".":20,",":20}},"1":{"d":"225,-705r105,0r0,705r-152,0r0,-549r-122,30r-32,-126","w":422},"2":{"d":"376,-402v52,-62,26,-178,-67,-170v-74,6,-98,44,-143,94r-108,-87v60,-79,124,-145,261,-145v173,0,282,125,229,296v-42,135,-185,193,-286,281r305,0r0,133r-518,0r0,-122r233,-191v37,-31,67,-57,94,-89","k":{"7":5,"4":15}},"3":{"d":"412,-212v-1,-88,-102,-94,-201,-90r-24,-98r167,-168r-275,0r0,-132r473,0r0,116r-177,169v107,19,188,71,188,197v0,149,-99,228,-252,230v-129,2,-213,-51,-273,-121r106,-101v44,48,86,83,169,84v56,1,100,-31,99,-86","w":621,"k":{"9":5,"7":20,"5":5,"\/":10}},"4":{"d":"398,-494r-186,218r186,0r0,-218xm545,-705r0,429r94,0r0,125r-94,0r0,151r-147,0r0,-151r-342,0r-25,-109r384,-445r130,0","w":689,"k":{"9":10,"7":30,"1":20,"\/":20}},"5":{"d":"420,-226v0,-112,-164,-111,-241,-70r-89,-59r20,-345r430,0r0,135r-298,0r-8,121v30,-7,54,-12,92,-12v151,3,245,72,245,225v0,160,-104,241,-266,243v-121,2,-197,-44,-262,-105r93,-111v47,40,91,75,167,76v68,1,117,-32,117,-98","w":630,"k":{"\u00b1":5,"9":5,"7":30,"3":5,"2":10,"\/":20}},"6":{"d":"333,-120v70,0,120,-39,120,-104v0,-64,-52,-103,-122,-103v-70,0,-119,38,-120,102v0,65,52,105,122,105xm54,-329v0,-221,89,-383,307,-383v101,0,160,31,219,77r-81,119v-54,-55,-188,-84,-243,-10v-22,29,-36,70,-41,116v38,-24,79,-46,145,-45v148,4,246,75,246,224v0,156,-109,243,-267,243v-147,0,-221,-66,-263,-174v-15,-41,-22,-97,-22,-167","w":662,"k":{"\u00b1":5,"9":10,"7":15,"3":10,"1":10,"\/":10}},"7":{"d":"68,-700r504,0r0,116r-314,584r-174,0r313,-567r-329,0r0,-133","w":619,"k":{"\u00b1":10,"9":15,"8":10,"6":20,"5":25,"4":85,"3":20,"2":15,"1":-10,"0":20,"\/":140,".":100,"-":30,",":100}},"8":{"d":"315,-117v66,0,120,-30,121,-88v1,-60,-57,-88,-121,-87v-64,0,-121,27,-121,87v0,57,55,88,121,88xm315,-414v57,0,100,-33,100,-86v0,-49,-43,-83,-100,-83v-57,0,-99,33,-100,82v-1,53,43,87,100,87xm472,-363v65,36,113,72,113,166v0,147,-119,207,-270,207v-148,0,-270,-60,-270,-203v0,-95,44,-137,113,-170v-51,-33,-92,-73,-89,-154v5,-132,109,-193,246,-193v138,0,241,61,246,193v3,81,-38,121,-89,154","w":630,"k":{"\u00b1":5,"9":5,"7":10}},"9":{"d":"331,-367v70,0,120,-40,120,-105v0,-67,-51,-108,-123,-108v-71,0,-119,40,-119,107v0,67,51,106,122,106xm56,-466v-2,-195,192,-295,383,-228v119,41,172,148,169,323v-3,221,-89,378,-306,383v-106,2,-170,-36,-230,-83r81,-117v57,58,193,91,253,16v23,-29,37,-68,42,-115v-34,29,-80,49,-142,48v-152,-3,-248,-75,-250,-227","w":662,"k":{"\u00b1":10,"7":10,"5":5,"3":10,"2":10,"\/":25,".":10,",":10}},":":{"d":"67,0r0,-160r162,0r0,160r-162,0xm67,-376r0,-160r162,0r0,160r-162,0","w":296,"k":{"Y":40,"W":15,"V":20,"T":10}},";":{"d":"31,99v71,-7,103,-40,98,-99r-62,0r0,-160r162,0v-1,106,10,231,-48,278v-34,27,-78,43,-137,44xm67,-376r0,-160r162,0r0,160r-162,0","w":296,"k":{"Y":40,"W":15,"V":20,"T":10}},"\u037e":{"d":"31,99v71,-7,103,-40,98,-99r-62,0r0,-160r162,0v-1,106,10,231,-48,278v-34,27,-78,43,-137,44xm67,-376r0,-160r162,0r0,160r-162,0","w":296},"<":{"d":"552,-633r0,141r-338,139r338,139r0,143r-484,-212r0,-138","w":640},"=":{"d":"557,-291r0,138r-474,0r0,-138r474,0xm557,-551r0,138r-474,0r0,-138r474,0","w":640},">":{"d":"88,-71r0,-141r338,-139r-338,-139r0,-143r484,212r0,138","w":640},"?":{"d":"164,0r0,-160r162,0r0,160r-162,0xm265,-709v144,2,242,65,242,208v0,130,-87,180,-197,202r-11,61r-102,0r-23,-162r5,-5v99,-6,175,-16,175,-92v0,-50,-38,-72,-92,-72v-69,2,-110,30,-150,69r-92,-101v57,-60,130,-109,245,-108","w":544},"@":{"d":"462,-168v77,0,116,-63,119,-144v2,-56,-39,-97,-93,-94v-76,4,-118,61,-120,141v-2,60,37,97,94,97xm764,87v-106,73,-301,104,-442,41v-151,-67,-269,-195,-269,-402v0,-205,118,-336,266,-403v103,-46,238,-47,343,-2v142,61,265,175,265,363v0,146,-60,245,-199,251v-73,3,-122,-27,-153,-60v-35,29,-82,60,-148,60v-150,0,-220,-152,-165,-292v32,-82,99,-148,206,-152v69,-2,109,30,138,68r11,-53r118,19r-50,300v0,39,30,65,73,63v140,-8,153,-221,97,-338v-60,-127,-182,-222,-364,-222v-188,0,-307,107,-366,244v-68,158,-6,352,83,434v69,63,165,116,291,116v109,0,172,-26,245,-67","w":980},"A":{"d":"393,-520r-93,227r186,0xm605,0r-64,-157r-296,0r-64,157r-157,0r300,-705r142,0r300,705r-161,0","w":790,"k":{"\u0153":25,"\u0152":45,"\u00ab":20,"\u00b5":45,"\u00c6":20,"y":50,"w":55,"v":70,"u":10,"t":30,"q":25,"o":25,"g":25,"f":20,"e":25,"d":25,"c":25,"\\":120,"Y":110,"X":20,"W":90,"V":100,"U":25,"T":90,"S":10,"Q":45,"O":45,"G":45,"C":45,"A":20,"?":60,"-":40,"*":100}},"B":{"d":"234,-135v112,-10,292,39,292,-78v0,-111,-181,-67,-292,-76r0,154xm234,-417v102,-6,253,29,253,-76v0,-102,-153,-66,-253,-72r0,148xm548,-366v73,29,133,72,131,174v-4,255,-345,181,-595,192r0,-700r325,0v132,-2,230,61,231,183v1,79,-43,122,-92,151","w":722,"k":{"y":10,"w":10,"v":10,"Y":30,"X":20,"W":15,"V":20,"T":10,"?":5,"&":-15}},"C":{"d":"417,-130v89,0,132,-38,184,-82r98,99v-67,72,-148,127,-287,125v-171,-3,-279,-94,-332,-219v-36,-86,-35,-196,0,-283v60,-148,214,-252,428,-214v80,14,138,52,186,100r-98,113v-49,-43,-96,-79,-179,-79v-128,0,-203,90,-203,220v0,129,74,220,203,220","w":738,"k":{"\u0153":10,"\u0152":20,"\u00b5":20,"y":10,"x":10,"w":10,"v":10,"q":10,"o":10,"g":10,"e":10,"d":10,"c":10,"Y":10,"X":10,"W":5,"V":5,"Q":20,"O":20,"G":20,"C":20,"-":10}},"D":{"d":"357,-139v132,-4,211,-79,211,-211v0,-132,-80,-206,-211,-211r-119,0r0,422r119,0xm702,-490v36,84,36,194,0,278v-55,125,-169,212,-345,212r-273,0r0,-700v148,6,312,-18,424,26v89,35,158,98,194,184","w":782,"k":{"\u00c6":50,"}":20,"x":10,"]":20,"\\":40,"Z":40,"Y":65,"X":55,"W":40,"V":45,"T":40,"S":10,"J":40,"A":50,"?":20,"\/":40,".":40,",":40,")":30}},"E":{"d":"84,0r0,-700r528,0r0,137r-375,0r0,142r330,0r0,137r-330,0r0,147r380,0r0,137r-533,0","w":670,"k":{"\u0153":10,"y":10,"w":10,"v":10,"o":10,"e":10,"d":10,"c":10}},"F":{"d":"238,-560r0,149r334,0r0,140r-334,0r0,271r-154,0r0,-700r533,0r0,140r-379,0","w":656,"k":{"\u0153":15,"\u00bb":15,"\u00e6":25,"\u00c6":80,"z":15,"y":15,"w":10,"v":15,"s":10,"q":10,"o":15,"g":10,"e":15,"d":10,"c":15,"a":25,"Z":10,"J":110,"A":80,"?":-10,"\/":70,".":100,",":100,"&":15}},"G":{"d":"426,-128v59,0,109,-16,145,-42r0,-100r-155,0r0,-133r304,0r0,304v-90,87,-290,149,-448,84v-128,-53,-219,-160,-219,-335v0,-171,97,-279,221,-334v112,-50,284,-28,365,27v19,13,38,26,56,41r-97,117v-55,-53,-167,-97,-262,-53v-71,33,-122,100,-122,202v0,134,79,222,212,222","w":784,"k":{"\u00e6":-10,"y":5,"v":5,"a":-10,"\\":15,"Y":30,"X":10,"W":20,"V":25,"T":10,"?":10}},"H":{"d":"522,0r0,-281r-284,0r0,281r-154,0r0,-700r154,0r0,277r284,0r0,-277r154,0r0,700r-154,0","w":760},"I":{"d":"91,0r0,-700r154,0r0,700r-154,0","w":336},"J":{"d":"239,-133v66,0,95,-42,94,-116r0,-451r158,0r0,458v-2,163,-87,249,-248,252v-109,2,-180,-49,-229,-105r97,-108v35,36,67,70,128,70","w":564,"k":{"\u00c6":25,"J":20,"A":25,".":15,",":15}},"K":{"d":"536,0r-217,-298r-81,84r0,214r-154,0r0,-700r154,0r0,306r284,-306r186,0r-285,297r298,403r-185,0","w":730,"k":{"\u0153":30,"\u0152":55,"\u00ab":20,"\u00e6":10,"\u00b5":55,"\u00c6":20,"y":50,"w":50,"v":60,"u":20,"t":25,"q":25,"o":30,"g":25,"f":20,"e":30,"d":25,"c":30,"a":10,"Y":30,"W":30,"V":30,"U":15,"T":10,"S":10,"Q":55,"O":55,"G":55,"C":55,"A":20,"-":50}},"L":{"d":"84,0r0,-700r154,0r0,560r349,0r0,140r-503,0","w":619,"k":{"\u0153":10,"\u0152":40,"\u00b5":40,"y":60,"w":50,"v":60,"t":20,"q":5,"o":10,"g":5,"f":20,"e":10,"d":5,"c":10,"\\":120,"Y":130,"W":100,"V":115,"U":20,"T":100,"Q":40,"O":40,"G":40,"C":40,"?":60,"-":40,"*":80}},"M":{"d":"631,0r0,-457r-197,299r-4,0r-195,-296r0,454r-151,0r0,-700r166,0r184,296r184,-296r166,0r0,700r-153,0","w":868},"N":{"d":"575,0r-339,-445r0,445r-152,0r0,-700r142,0r328,431r0,-431r152,0r0,700r-131,0","w":790},"O":{"d":"426,-130v159,4,248,-151,194,-305v-27,-77,-93,-135,-196,-135v-132,0,-210,88,-210,220v0,131,81,217,212,220xm692,-606v84,73,141,252,77,396v-56,127,-168,222,-345,222v-175,0,-289,-94,-344,-220v-63,-145,-1,-320,78,-398v87,-86,272,-141,417,-78v45,19,82,48,117,78","w":850,"k":{"\u00c6":45,"}":20,"x":5,"]":20,"\\":40,"Z":35,"Y":60,"X":50,"W":40,"V":45,"T":30,"S":5,"J":30,"A":45,"?":20,"\/":40,".":40,",":40,")":30}},"P":{"d":"360,-347v72,2,122,-42,122,-108v0,-72,-51,-106,-125,-106r-119,0r0,214r122,0xm370,-700v164,3,268,83,268,244v0,167,-116,242,-283,246r-117,0r0,210r-154,0r0,-700r286,0","w":668,"k":{"\u0153":5,"\u00ab":-10,"\u00e6":10,"\u00c6":70,"y":-10,"w":-10,"v":-10,"u":-5,"t":-15,"o":5,"f":-15,"e":5,"c":5,"a":10,"Z":15,"Y":10,"X":30,"W":5,"V":10,"J":100,"A":70,"\/":60,".":100,",":100}},"Q":{"d":"214,-352v-5,163,146,263,304,203r-114,-97r98,-110r115,104v39,-84,10,-205,-41,-253v-37,-35,-84,-65,-152,-65v-131,0,-206,88,-210,218xm770,-492v48,111,27,263,-35,343r72,61r-98,109r-77,-69v-84,61,-244,81,-357,32v-126,-55,-222,-161,-222,-334v0,-171,97,-280,223,-334v89,-38,210,-38,299,0v89,38,157,104,195,192","w":850,"k":{"Y":65,"W":40,"V":45,"T":30,"?":20,")":10}},"R":{"d":"394,-360v71,1,118,-35,118,-101v0,-70,-49,-100,-121,-100r-153,0r0,201r156,0xm668,-469v1,118,-64,186,-150,219r171,250r-180,0r-150,-224r-121,0r0,224r-154,0r0,-700r320,0v158,-2,263,80,264,231","w":723,"k":{"\u0153":10,"t":-10,"q":5,"o":10,"g":5,"f":-10,"e":10,"d":5,"c":10,"Y":25,"W":15,"V":20,"J":5}},"S":{"d":"307,-574v-79,-7,-125,81,-60,115v129,66,343,54,343,252v0,206,-232,254,-414,189v-51,-18,-98,-46,-140,-84r91,-109v58,45,117,78,209,85v80,6,140,-75,74,-116v-123,-76,-346,-50,-346,-257v0,-191,211,-247,386,-188v43,15,83,37,119,66r-80,116v-53,-35,-107,-62,-182,-69","w":640,"k":{"\u00c6":15,"z":5,"y":15,"x":15,"w":10,"v":15,"t":5,"f":5,"\\":20,"Z":10,"Y":30,"X":25,"W":25,"V":30,"T":15,"S":10,"A":15,"?":10}},"T":{"d":"401,-558r0,558r-154,0r0,-558r-213,0r0,-142r580,0r0,142r-213,0","w":648,"k":{"\u0153":105,"\u0152":30,"\u00bb":70,"\u00ab":90,"\u00e6":105,"\u00b5":30,"\u00c6":90,"z":80,"y":50,"x":50,"w":40,"v":50,"u":50,"t":20,"s":90,"r":60,"q":95,"p":60,"o":105,"n":60,"m":60,"l":5,"j":10,"i":10,"g":95,"f":30,"e":105,"d":95,"c":105,"a":105,"Z":10,"S":15,"Q":30,"O":30,"J":110,"G":30,"C":30,"A":90,";":10,":":10,"\/":90,".":100,"-":90,",":100,"&":45}},"U":{"d":"378,-131v100,0,151,-62,151,-168r0,-401r154,0r0,395v-2,204,-105,316,-307,316v-192,0,-303,-112,-303,-311r0,-400r154,0r0,396v-1,108,50,173,151,173","w":756,"k":{"\u00c6":25,"x":5,"X":10,"J":20,"A":25,"\/":15,".":15,",":15}},"V":{"d":"443,5r-136,0r-283,-705r170,0r183,493r183,-493r166,0","w":750,"k":{"\u0153":70,"\u0152":45,"\u00bb":40,"\u00ab":60,"\u00e6":70,"\u00b5":45,"\u00c6":100,"z":55,"y":40,"x":50,"w":35,"v":40,"u":40,"t":20,"s":60,"r":40,"q":65,"p":40,"o":70,"n":40,"m":40,"l":10,"j":20,"i":20,"g":65,"f":25,"e":70,"d":65,"c":70,"a":70,"Z":10,"Y":20,"X":20,"W":10,"V":10,"S":25,"Q":45,"O":45,"J":120,"G":45,"C":45,"A":100,";":20,":":20,"\/":120,".":120,"-":40,",":120,"&":40}},"W":{"d":"853,5r-134,0r-158,-458r-158,458r-134,0r-239,-705r165,0r145,474r157,-476r132,0r157,476r145,-474r161,0","w":1122,"k":{"\u0153":65,"\u0152":40,"\u00bb":35,"\u00ab":50,"\u00e6":70,"\u00b5":40,"\u00c6":90,"z":55,"y":35,"x":40,"w":35,"v":35,"u":35,"t":25,"s":60,"r":35,"q":60,"p":35,"o":65,"n":35,"m":35,"l":10,"j":15,"i":15,"g":60,"f":30,"e":65,"d":60,"c":65,"a":70,"Z":10,"Y":20,"X":15,"W":10,"V":10,"S":20,"Q":40,"O":40,"J":105,"G":40,"C":40,"A":90,";":15,":":15,"\/":100,".":100,"-":35,",":100,"&":30}},"X":{"d":"521,0r-157,-240r-158,240r-175,0r244,-356r-234,-344r180,0r147,227r148,-227r175,0r-234,342r244,358r-180,0","w":732,"k":{"\u0153":45,"\u0152":50,"\u00bb":20,"\u00ab":50,"\u00e6":10,"\u00b5":50,"\u00c6":20,"y":40,"w":40,"v":50,"u":20,"t":20,"q":40,"o":45,"l":10,"j":10,"i":10,"g":40,"f":20,"e":45,"d":40,"c":45,"a":10,"Y":30,"W":15,"V":20,"U":10,"S":30,"Q":50,"O":50,"J":10,"G":50,"C":50,"A":20,"?":15,"-":50,"&":10}},"Y":{"d":"435,-279r0,279r-154,0r0,-276r-269,-424r180,0r167,281r170,-281r175,0","w":716,"k":{"\u0153":110,"\u0152":60,"\u00bb":75,"\u00ab":100,"\u00e6":100,"\u00b5":60,"\u00c6":110,"z":80,"y":60,"x":70,"w":55,"v":60,"u":75,"t":30,"s":100,"r":75,"q":105,"p":75,"o":110,"n":75,"m":75,"l":10,"j":20,"i":20,"g":105,"f":40,"e":110,"d":105,"c":110,"a":100,"Z":10,"Y":20,"X":30,"W":20,"V":20,"S":35,"Q":60,"O":60,"J":130,"G":60,"C":60,"A":110,";":40,":":40,"\/":110,".":130,"-":80,",":130,"&":55}},"Z":{"d":"63,0r0,-117r385,-448r-373,0r0,-135r571,0r0,117r-385,448r385,0r0,135r-583,0","w":708,"k":{"\u0153":25,"\u0152":35,"\u00ab":20,"\u00b5":35,"y":15,"w":15,"v":20,"q":20,"o":25,"g":20,"f":10,"e":25,"d":20,"c":25,"Z":10,"S":10,"Q":35,"O":35,"G":35,"C":35,"-":30}},"[":{"d":"406,-581r-177,0r0,592r177,0r0,119r-323,0r0,-830r323,0r0,119","w":465,"k":{"\u0153":20,"\u0152":20,"\u00e6":10,"\u00b5":20,"y":10,"x":10,"w":20,"v":20,"s":15,"q":20,"o":20,"j":-30,"e":20,"d":20,"c":20,"a":10,"Q":20,"O":20,"J":10,"G":20,"C":20}},"\\":{"d":"558,128r-129,0r-443,-926r129,0","w":530,"k":{"\u0152":40,"\u00b5":40,"y":60,"w":60,"v":70,"t":30,"j":-30,"f":10,"Y":110,"W":100,"V":120,"U":15,"T":90,"Q":40,"O":40,"G":40,"C":40}},"]":{"d":"382,-700r0,830r-323,0r0,-119r177,0r0,-592r-177,0r0,-119r323,0","w":465},"^":{"d":"158,-493r-108,0r148,-207r104,0r148,207r-110,0r-91,-117","w":500},"_":{"d":"602,44r0,116r-604,0r0,-116r604,0","w":600},"`":{"d":"238,-595r-128,-120r131,-57r113,177r-116,0","w":500},"a":{"d":"266,-95v75,0,129,-39,119,-121v-63,-31,-202,-36,-202,56v0,44,37,66,83,65xm383,-305v13,-139,-178,-116,-263,-78r-38,-116v61,-27,118,-43,208,-43v160,0,239,79,239,231r0,311r-147,0r0,-58v-37,40,-85,70,-162,68v-110,-2,-184,-55,-184,-166v0,-124,91,-169,216,-171v55,0,91,9,131,22","w":592,"k":{"y":20,"w":20,"v":20,"t":5,"\\":75,"?":35,"*":15}},"b":{"d":"348,-119v85,0,131,-62,131,-150v0,-86,-47,-148,-131,-148v-85,0,-130,63,-130,150v0,86,46,148,130,148xm220,-459v37,-48,84,-90,167,-87v158,6,244,114,244,279v0,165,-86,270,-244,277v-81,4,-130,-38,-167,-80r0,70r-152,0r0,-730r152,0r0,271","w":675,"k":{"\u00bb":5,"}":15,"z":15,"y":25,"x":30,"w":20,"v":25,"]":20,"\\":70,"?":35,".":10,",":10,"*":15,")":30}},"c":{"d":"328,-119v58,0,89,-27,123,-57r89,90v-53,56,-110,100,-219,98v-132,-2,-223,-71,-258,-170v-73,-203,49,-385,260,-388v104,0,163,36,214,90r-93,100v-33,-32,-61,-59,-122,-59v-83,0,-130,62,-130,148v0,88,49,148,136,148","w":571,"k":{"\u0153":15,"\u00bb":-10,"\u00ab":10,"y":5,"x":10,"w":5,"v":5,"q":10,"o":15,"g":10,"e":15,"d":10,"c":15,"\\":40,"?":15,")":15}},"d":{"d":"327,-119v85,0,130,-63,130,-150v0,-86,-46,-148,-130,-148v-85,0,-131,62,-131,150v0,86,47,148,131,148xm288,-546v81,-4,130,38,167,80r0,-264r152,0r0,730r-152,0r0,-77v-37,48,-84,90,-167,87v-158,-6,-244,-114,-244,-279v0,-165,86,-270,244,-277","w":675},"e":{"d":"420,-310v-8,-63,-45,-114,-113,-114v-69,0,-105,51,-116,114r229,0xm307,-546v187,0,270,137,259,331r-373,0v13,65,58,105,131,105v62,0,92,-22,130,-55r87,77v-48,59,-116,99,-219,100v-208,2,-330,-184,-260,-387v34,-98,116,-171,245,-171","w":613,"k":{"}":10,"z":15,"y":25,"x":30,"w":25,"v":25,"]":20,"\\":80,"?":40,".":10,",":10,"*":20,")":30}},"f":{"d":"260,-737v45,0,76,5,108,15r0,126v-46,-19,-131,-26,-124,45r0,21r123,0r0,124r-121,0r0,406r-152,0r0,-406r-63,0r0,-125r63,0v-8,-133,42,-207,166,-206","w":382,"k":{"\u0153":10,"\u00ab":15,"\u00e6":15,"}":-30,"z":10,"q":10,"o":10,"g":10,"e":10,"d":10,"c":10,"a":15,"]":-20,"\\":-30,"?":-35,"\/":45,".":45,",":45,"*":-30,")":-30}},"g":{"d":"326,-170v79,-2,131,-46,131,-126v0,-78,-52,-124,-131,-124v-79,0,-128,47,-130,126v-2,74,57,126,130,124xm282,-546v85,-3,131,37,173,80r0,-70r152,0r0,415v2,199,-102,284,-299,283v-93,0,-173,-22,-237,-56r52,-114v54,28,103,49,181,49v111,1,159,-57,153,-172v-44,50,-86,87,-175,87v-149,0,-238,-97,-238,-252v0,-153,90,-245,238,-250","w":675,"k":{"\\":50}},"h":{"d":"377,-546v118,-1,182,79,182,199r0,347r-152,0r0,-299v1,-67,-29,-109,-92,-109v-62,0,-95,42,-95,109r0,299r-152,0r0,-730r152,0r0,270v36,-45,77,-85,157,-86","k":{"y":15,"w":15,"v":20,"\\":75,"?":30,"*":15}},"i":{"d":"75,0r0,-536r152,0r0,536r-152,0xm71,-595r0,-135r160,0r0,135r-160,0","w":302},"j":{"d":"-11,38v51,10,86,-5,86,-59r0,-515r152,0r0,527v7,142,-100,191,-238,166r0,-119xm71,-595r0,-135r160,0r0,135r-160,0","w":302},"k":{"d":"413,0r-140,-219r-53,56r0,163r-152,0r0,-730r152,0r0,389r178,-195r182,0r-204,211r211,325r-174,0","w":592,"k":{"\u0153":25,"\u00bb":10,"\u00ab":20,"\u00e6":10,"y":15,"w":20,"v":20,"u":10,"t":10,"q":25,"o":25,"g":25,"e":25,"d":25,"c":25,"a":10,"\\":40,"-":20}},"l":{"d":"75,0r0,-730r152,0r0,730r-152,0","w":302},"m":{"d":"705,-546v118,0,181,74,181,197r0,349r-152,0r0,-299v0,-67,-27,-109,-89,-109v-62,0,-93,42,-92,109r0,299r-152,0r0,-299v0,-67,-27,-109,-89,-109v-62,0,-93,42,-92,109r0,299r-152,0r0,-536r152,0r0,76v36,-45,78,-86,158,-86v74,0,125,34,151,85v42,-50,92,-85,176,-85","w":950,"k":{"y":15,"w":15,"v":20,"\\":75,"?":30,"*":15}},"n":{"d":"377,-546v118,-1,182,79,182,199r0,347r-152,0r0,-299v1,-67,-29,-109,-92,-109v-62,0,-95,42,-95,109r0,299r-152,0r0,-536r152,0r0,76v36,-45,77,-85,157,-86","k":{"y":15,"w":15,"v":20,"\\":75,"?":30,"*":15}},"o":{"d":"333,-119v90,0,139,-59,139,-148v0,-88,-53,-148,-141,-148v-90,0,-139,59,-139,148v0,88,54,148,141,148xm333,-546v215,0,339,181,267,388v-44,128,-219,208,-384,148v-126,-45,-219,-208,-152,-366v42,-99,132,-170,269,-170","w":664,"k":{"\u00bb":10,"}":15,"z":20,"y":30,"x":35,"w":25,"v":30,"]":20,"\\":80,"?":50,".":20,",":20,"*":20,")":30}},"p":{"d":"348,-119v85,0,131,-62,131,-150v0,-86,-47,-148,-131,-148v-85,0,-130,63,-130,150v0,86,46,148,130,148xm220,-459v37,-48,84,-90,167,-87v158,6,244,114,244,279v0,165,-86,270,-244,277v-81,4,-130,-38,-167,-80r0,230r-152,0r0,-696r152,0r0,77","w":675,"k":{"\u00bb":5,"}":15,"z":15,"y":25,"x":30,"w":20,"v":25,"]":20,"\\":70,"?":35,".":10,",":10,"*":15,")":30}},"q":{"d":"327,-119v85,0,130,-63,130,-150v0,-86,-46,-148,-130,-148v-85,0,-131,62,-131,150v0,86,47,148,131,148xm288,-546v81,-4,130,38,167,80r0,-70r152,0r0,696r-152,0r0,-237v-37,48,-84,90,-167,87v-158,-6,-244,-114,-244,-279v0,-165,86,-270,244,-277","w":675,"k":{"\\":50}},"r":{"d":"391,-387v-116,-1,-171,67,-171,189r0,198r-152,0r0,-536r152,0r0,108v30,-69,75,-122,171,-118r0,159","w":418,"k":{"\u0153":15,"\u00ab":10,"\u00e6":25,"z":10,"q":10,"o":15,"g":10,"e":15,"d":10,"c":15,"a":25,"\\":30,"\/":75,".":90,",":90,"*":-20}},"s":{"d":"246,-427v-41,-3,-72,30,-47,59v90,64,259,53,262,205v3,164,-175,200,-321,153v-40,-13,-78,-33,-114,-61r65,-100v48,35,101,58,169,64v64,6,86,-59,30,-79v-102,-37,-234,-48,-237,-188v-4,-198,275,-202,396,-108r-58,105v-42,-24,-91,-46,-145,-50","w":502,"k":{"\u00ab":10,"}":10,"z":10,"y":15,"x":25,"w":15,"v":20,"t":10,"s":10,"]":15,"\\":75,"?":35,")":20}},"t":{"d":"249,9v-107,1,-156,-53,-156,-161r0,-254r-64,0r0,-130r64,0r0,-137r152,0r0,137r126,0r0,130r-126,0r0,229v-3,70,82,57,124,33r0,122v-32,18,-69,31,-120,31","w":415,"k":{"\u0153":15,"\u00ab":10,"q":15,"o":15,"g":15,"e":15,"d":15,"c":15,"\\":40}},"u":{"d":"308,-128v62,0,95,-42,95,-109r0,-299r152,0r0,536r-152,0r0,-76v-36,45,-77,85,-157,86v-118,1,-182,-79,-182,-199r0,-347r152,0r0,299v-1,67,29,109,92,109","k":{"\\":50}},"v":{"d":"369,4r-138,0r-211,-540r161,0r120,359r121,-359r158,0","w":600,"k":{"\u0153":30,"\u00bb":15,"\u00ab":30,"\u00e6":25,"}":10,"z":5,"y":15,"x":10,"w":15,"v":15,"s":20,"q":25,"o":30,"g":25,"e":30,"d":25,"c":30,"a":25,"]":20,"\\":50,"?":10,"\/":70,".":85,"-":15,",":85}},"w":{"d":"670,4r-137,0r-103,-329r-105,329r-136,0r-165,-540r154,0r86,325r101,-327r131,0r102,328r88,-326r151,0","w":861,"k":{"\u0153":25,"\u00bb":10,"\u00ab":20,"\u00e6":20,"}":10,"z":5,"y":10,"x":10,"w":10,"v":15,"s":15,"q":20,"o":25,"g":20,"e":25,"d":20,"c":25,"a":20,"]":20,"\\":50,"?":10,"\/":60,".":70,"-":10,",":70}},"x":{"d":"398,0r-108,-167r-108,167r-159,0r188,-272r-181,-264r163,0r100,156r101,-156r159,0r-181,261r189,275r-163,0","w":584,"k":{"\u0153":35,"\u00bb":15,"\u00ab":45,"\u00e6":15,"}":10,"y":10,"w":10,"v":10,"s":20,"q":30,"o":35,"g":30,"e":35,"d":30,"c":35,"a":15,"]":10,"\\":50,"?":15,"-":30}},"y":{"d":"112,16v33,23,104,36,118,-14r-210,-538r161,0r122,365r117,-365r158,0r-206,549v-32,82,-65,150,-176,150v-58,0,-97,-15,-135,-37","w":600,"k":{"\u0153":30,"\u00bb":15,"\u00ab":30,"\u00e6":25,"}":10,"z":5,"y":10,"x":10,"w":10,"v":15,"s":20,"q":25,"o":30,"g":25,"e":30,"d":25,"c":30,"a":25,"]":20,"\\":50,"?":10,"\/":70,".":85,"-":15,",":85}},"z":{"d":"50,0r0,-107r277,-306r-268,0r0,-123r457,0r0,107r-278,306r278,0r0,123r-466,0","w":563,"k":{"\u0153":15,"\u00ab":15,"q":15,"o":15,"g":15,"e":15,"d":15,"c":15,"\\":45}},"{":{"d":"49,-345v121,14,133,-51,133,-172v0,-142,107,-174,234,-198r27,101v-68,21,-124,34,-122,119r3,74v-1,80,-41,112,-104,134v63,22,103,54,104,134r-3,74v-2,85,54,98,122,119r-27,101v-152,-22,-250,-80,-231,-267v9,-89,-45,-106,-136,-103r0,-116","w":490,"k":{"\u0153":15,"\u0152":20,"\u00b5":20,"z":10,"y":10,"x":10,"w":10,"v":10,"s":10,"q":15,"o":15,"j":-35,"g":10,"e":15,"d":15,"c":15,"Q":20,"O":20,"J":10,"G":20,"C":20}},"|":{"d":"115,128r0,-926r120,0r0,926r-120,0","w":350},"}":{"d":"308,-517v0,102,-2,182,107,172r26,0r0,116v-121,-14,-133,51,-133,172v0,142,-107,174,-234,198r-27,-101v68,-21,124,-34,122,-119r-3,-74v1,-80,41,-112,104,-134v-63,-22,-103,-54,-104,-134r3,-74v2,-85,-54,-98,-122,-119r27,-101v128,25,234,56,234,198","w":490},"~":{"d":"294,-354v46,18,73,-6,86,-43r81,25v-20,80,-62,160,-169,132v-37,-9,-65,-33,-105,-33v-36,0,-43,22,-57,49r-81,-25v21,-85,63,-160,169,-132v27,8,51,18,76,27","w":510},"\u00c4":{"d":"393,-520r-93,227r186,0xm605,0r-64,-157r-296,0r-64,157r-157,0r300,-705r142,0r300,705r-161,0xm215,-755r0,-135r146,0r0,135r-146,0xm429,-755r0,-135r146,0r0,135r-146,0","w":790},"\u00c5":{"d":"393,-520r-93,227r186,0xm395,-713v34,0,62,-28,62,-62v0,-34,-28,-62,-62,-62v-34,0,-62,28,-62,62v0,34,28,62,62,62xm516,-775v0,39,-20,68,-42,88r292,687r-161,0r-64,-157r-296,0r-64,157r-157,0r292,-687v-22,-20,-42,-49,-42,-88v0,-71,51,-117,121,-117v70,0,121,46,121,117","w":790},"\u00c7":{"d":"417,-130v89,0,132,-38,184,-82r98,99v-62,68,-137,119,-261,124r-65,162r-127,-53r80,-118v-160,-42,-273,-157,-273,-351v0,-170,93,-280,217,-335v116,-52,296,-25,372,36v18,14,36,28,52,44r-98,113v-49,-43,-96,-79,-179,-79v-128,0,-203,90,-203,219v0,129,74,221,203,221","w":738},"\u00c9":{"d":"84,0r0,-700r528,0r0,137r-375,0r0,142r330,0r0,137r-330,0r0,147r380,0r0,137r-533,0xm264,-755r113,-177r131,57r-128,120r-116,0","w":670},"\u00d1":{"d":"434,-875v46,18,73,-6,86,-43r81,25v-20,80,-62,160,-169,132v-37,-9,-65,-33,-105,-33v-36,0,-43,22,-57,49r-81,-25v21,-85,63,-160,169,-132v27,8,51,18,76,27xm575,0r-339,-445r0,445r-152,0r0,-700r142,0r328,431r0,-431r152,0r0,700r-131,0","w":790},"\u00d6":{"d":"426,-130v159,4,248,-151,194,-305v-27,-77,-93,-135,-196,-135v-132,0,-210,88,-210,220v0,131,81,217,212,220xm692,-606v84,73,141,252,77,396v-56,127,-168,222,-345,222v-175,0,-289,-94,-344,-220v-63,-145,-1,-320,78,-398v87,-86,272,-141,417,-78v45,19,82,48,117,78xm245,-755r0,-135r146,0r0,135r-146,0xm459,-755r0,-135r146,0r0,135r-146,0","w":850},"\u00dc":{"d":"378,-131v100,0,151,-62,151,-168r0,-401r154,0r0,395v-2,204,-105,316,-307,316v-192,0,-303,-112,-303,-311r0,-400r154,0r0,396v-1,108,50,173,151,173xm198,-755r0,-135r146,0r0,135r-146,0xm412,-755r0,-135r146,0r0,135r-146,0","w":756},"\u00e1":{"d":"266,-95v75,0,129,-39,119,-121v-63,-31,-202,-36,-202,56v0,44,37,66,83,65xm383,-305v13,-139,-178,-116,-263,-78r-38,-116v61,-27,118,-43,208,-43v160,0,239,79,239,231r0,311r-147,0r0,-58v-37,40,-85,70,-162,68v-110,-2,-184,-55,-184,-166v0,-124,91,-169,216,-171v55,0,91,9,131,22xm227,-595r113,-177r131,57r-128,120r-116,0","w":592},"\u00e0":{"d":"266,-95v75,0,129,-39,119,-121v-63,-31,-202,-36,-202,56v0,44,37,66,83,65xm383,-305v13,-139,-178,-116,-263,-78r-38,-116v61,-27,118,-43,208,-43v160,0,239,79,239,231r0,311r-147,0r0,-58v-37,40,-85,70,-162,68v-110,-2,-184,-55,-184,-166v0,-124,91,-169,216,-171v55,0,91,9,131,22xm254,-595r-128,-120r131,-57r113,177r-116,0","w":592},"\u00e2":{"d":"214,-595r-115,0r123,-157r144,0r123,157r-117,0r-79,-66xm266,-95v75,0,129,-39,119,-121v-63,-31,-202,-36,-202,56v0,44,37,66,83,65xm383,-305v13,-139,-178,-116,-263,-78r-38,-116v61,-27,118,-43,208,-43v160,0,239,79,239,231r0,311r-147,0r0,-58v-37,40,-85,70,-162,68v-110,-2,-184,-55,-184,-166v0,-124,91,-169,216,-171v55,0,91,9,131,22","w":592},"\u00e4":{"d":"266,-95v75,0,129,-39,119,-121v-63,-31,-202,-36,-202,56v0,44,37,66,83,65xm383,-305v13,-139,-178,-116,-263,-78r-38,-116v61,-27,118,-43,208,-43v160,0,239,79,239,231r0,311r-147,0r0,-58v-37,40,-85,70,-162,68v-110,-2,-184,-55,-184,-166v0,-124,91,-169,216,-171v55,0,91,9,131,22xm114,-595r0,-135r146,0r0,135r-146,0xm328,-595r0,-135r146,0r0,135r-146,0","w":592},"\u00e3":{"d":"334,-715v46,18,74,-6,87,-43r81,25v-20,80,-61,160,-168,132v-37,-9,-66,-33,-106,-33v-36,0,-43,22,-57,49r-81,-25v21,-85,62,-160,168,-132v27,8,51,18,76,27xm266,-95v75,0,129,-39,119,-121v-63,-31,-202,-36,-202,56v0,44,37,66,83,65xm383,-305v13,-139,-178,-116,-263,-78r-38,-116v61,-27,118,-43,208,-43v160,0,239,79,239,231r0,311r-147,0r0,-58v-37,40,-85,70,-162,68v-110,-2,-184,-55,-184,-166v0,-124,91,-169,216,-171v55,0,91,9,131,22","w":592},"\u00e5":{"d":"294,-648v34,0,62,-28,62,-62v0,-34,-28,-62,-62,-62v-34,0,-62,28,-62,62v0,34,28,62,62,62xm294,-827v70,0,121,46,121,117v0,71,-51,117,-121,117v-70,0,-121,-46,-121,-117v0,-71,51,-117,121,-117xm266,-95v75,0,129,-39,119,-121v-63,-31,-202,-36,-202,56v0,44,37,66,83,65xm383,-305v13,-139,-178,-116,-263,-78r-38,-116v61,-27,118,-43,208,-43v160,0,239,79,239,231r0,311r-147,0r0,-58v-37,40,-85,70,-162,68v-110,-2,-184,-55,-184,-166v0,-124,91,-169,216,-171v55,0,91,9,131,22","w":592},"\u00e7":{"d":"328,-119v58,0,89,-27,123,-57r89,90v-49,51,-100,91,-194,97r-65,162r-127,-53r82,-120v-141,-37,-240,-204,-173,-375v39,-99,126,-169,260,-171v104,-2,163,36,214,90r-93,100v-33,-32,-61,-59,-122,-59v-83,0,-130,63,-130,147v0,88,48,149,136,149","w":571},"\u00e9":{"d":"420,-310v-8,-63,-45,-114,-113,-114v-69,0,-105,51,-116,114r229,0xm307,-546v187,0,270,137,259,331r-373,0v13,65,58,105,131,105v62,0,92,-22,130,-55r87,77v-48,59,-116,99,-219,100v-208,2,-330,-184,-260,-387v34,-98,116,-171,245,-171xm246,-595r113,-177r131,57r-128,120r-116,0","w":613},"\u00e8":{"d":"420,-310v-8,-63,-45,-114,-113,-114v-69,0,-105,51,-116,114r229,0xm307,-546v187,0,270,137,259,331r-373,0v13,65,58,105,131,105v62,0,92,-22,130,-55r87,77v-48,59,-116,99,-219,100v-208,2,-330,-184,-260,-387v34,-98,116,-171,245,-171xm250,-595r-128,-120r131,-57r113,177r-116,0","w":613},"\u00ea":{"d":"226,-595r-115,0r123,-157r144,0r123,157r-117,0r-79,-66xm420,-310v-8,-63,-45,-114,-113,-114v-69,0,-105,51,-116,114r229,0xm307,-546v187,0,270,137,259,331r-373,0v13,65,58,105,131,105v62,0,92,-22,130,-55r87,77v-48,59,-116,99,-219,100v-208,2,-330,-184,-260,-387v34,-98,116,-171,245,-171","w":613},"\u00eb":{"d":"420,-310v-8,-63,-45,-114,-113,-114v-69,0,-105,51,-116,114r229,0xm307,-546v187,0,270,137,259,331r-373,0v13,65,58,105,131,105v62,0,92,-22,130,-55r87,77v-48,59,-116,99,-219,100v-208,2,-330,-184,-260,-387v34,-98,116,-171,245,-171xm126,-595r0,-135r146,0r0,135r-146,0xm340,-595r0,-135r146,0r0,135r-146,0","w":613},"\u00ed":{"d":"75,0r0,-536r152,0r0,536r-152,0xm86,-595r113,-177r131,57r-128,120r-116,0","w":302},"\u00ec":{"d":"75,0r0,-536r152,0r0,536r-152,0xm102,-595r-128,-120r131,-57r113,177r-116,0","w":302},"\u00ee":{"d":"72,-595r-115,0r123,-157r144,0r123,157r-117,0r-79,-66xm75,0r0,-536r152,0r0,536r-152,0","w":302},"\u00ef":{"d":"75,0r0,-536r152,0r0,536r-152,0xm-28,-595r0,-135r146,0r0,135r-146,0xm186,-595r0,-135r146,0r0,135r-146,0","w":302},"\u00f1":{"d":"354,-715v46,18,74,-6,87,-43r81,25v-20,80,-61,160,-168,132v-37,-9,-66,-33,-106,-33v-36,0,-43,22,-57,49r-81,-25v21,-85,62,-160,168,-132v27,8,51,18,76,27xm377,-546v118,-1,182,79,182,199r0,347r-152,0r0,-299v1,-67,-29,-109,-92,-109v-62,0,-95,42,-95,109r0,299r-152,0r0,-536r152,0r0,76v36,-45,77,-85,157,-86"},"\u00f3":{"d":"333,-119v90,0,139,-59,139,-148v0,-88,-53,-148,-141,-148v-90,0,-139,59,-139,148v0,88,54,148,141,148xm333,-546v215,0,339,181,267,388v-44,128,-219,208,-384,148v-126,-45,-219,-208,-152,-366v42,-99,132,-170,269,-170xm274,-595r113,-177r131,57r-128,120r-116,0","w":664},"\u00f2":{"d":"333,-119v90,0,139,-59,139,-148v0,-88,-53,-148,-141,-148v-90,0,-139,59,-139,148v0,88,54,148,141,148xm333,-546v215,0,339,181,267,388v-44,128,-219,208,-384,148v-126,-45,-219,-208,-152,-366v42,-99,132,-170,269,-170xm274,-595r-128,-120r131,-57r113,177r-116,0","w":664},"\u00f4":{"d":"252,-595r-115,0r123,-157r144,0r123,157r-117,0r-79,-66xm333,-119v90,0,139,-59,139,-148v0,-88,-53,-148,-141,-148v-90,0,-139,59,-139,148v0,88,54,148,141,148xm333,-546v215,0,339,181,267,388v-44,128,-219,208,-384,148v-126,-45,-219,-208,-152,-366v42,-99,132,-170,269,-170","w":664},"\u00f6":{"d":"333,-119v90,0,139,-59,139,-148v0,-88,-53,-148,-141,-148v-90,0,-139,59,-139,148v0,88,54,148,141,148xm333,-546v215,0,339,181,267,388v-44,128,-219,208,-384,148v-126,-45,-219,-208,-152,-366v42,-99,132,-170,269,-170xm152,-595r0,-135r146,0r0,135r-146,0xm366,-595r0,-135r146,0r0,135r-146,0","w":664},"\u00f5":{"d":"370,-715v46,18,74,-6,87,-43r81,25v-20,80,-61,160,-168,132v-37,-9,-66,-33,-106,-33v-36,0,-43,22,-57,49r-81,-25v21,-85,62,-160,168,-132v27,8,51,18,76,27xm333,-119v90,0,139,-59,139,-148v0,-88,-53,-148,-141,-148v-90,0,-139,59,-139,148v0,88,54,148,141,148xm333,-546v215,0,339,181,267,388v-44,128,-219,208,-384,148v-126,-45,-219,-208,-152,-366v42,-99,132,-170,269,-170","w":664},"\u00fa":{"d":"308,-128v62,0,95,-42,95,-109r0,-299r152,0r0,536r-152,0r0,-76v-36,45,-77,85,-157,86v-118,1,-182,-79,-182,-199r0,-347r152,0r0,299v-1,67,29,109,92,109xm237,-595r113,-177r131,57r-128,120r-116,0"},"\u00f9":{"d":"308,-128v62,0,95,-42,95,-109r0,-299r152,0r0,536r-152,0r0,-76v-36,45,-77,85,-157,86v-118,1,-182,-79,-182,-199r0,-347r152,0r0,299v-1,67,29,109,92,109xm269,-595r-128,-120r131,-57r113,177r-116,0"},"\u00fb":{"d":"231,-595r-115,0r123,-157r144,0r123,157r-117,0r-79,-66xm308,-128v62,0,95,-42,95,-109r0,-299r152,0r0,536r-152,0r0,-76v-36,45,-77,85,-157,86v-118,1,-182,-79,-182,-199r0,-347r152,0r0,299v-1,67,29,109,92,109"},"\u00fc":{"d":"308,-128v62,0,95,-42,95,-109r0,-299r152,0r0,536r-152,0r0,-76v-36,45,-77,85,-157,86v-118,1,-182,-79,-182,-199r0,-347r152,0r0,299v-1,67,29,109,92,109xm131,-595r0,-135r146,0r0,135r-146,0xm345,-595r0,-135r146,0r0,135r-146,0"},"\u00b0":{"d":"240,-443v57,0,92,-38,92,-94v0,-56,-35,-94,-92,-94v-57,0,-92,38,-92,94v0,56,35,94,92,94xm240,-706v101,0,173,68,173,169v0,101,-72,169,-173,169v-101,0,-173,-68,-173,-169v0,-101,72,-169,173,-169","w":480},"\u00a2":{"d":"312,-503v-130,3,-156,219,-54,277xm227,-92v-103,-41,-180,-124,-180,-262v0,-131,71,-216,167,-258v36,-15,75,-23,119,-22r14,-72r104,0r-17,88v46,15,78,42,108,74r-90,97v-16,-15,-29,-27,-49,-37r-55,276v47,-6,78,-28,108,-56r86,87v-51,56,-112,99,-214,101r-16,82r-104,0","w":581},"\u00a3":{"d":"375,-567v-53,-1,-84,40,-83,96r0,77r228,0r0,127r-228,0r0,134r304,0r0,133r-536,0r0,-101r76,-25r0,-141r-76,0r0,-127r76,0r0,-81v-7,-176,135,-267,313,-226v68,16,113,58,149,106r-117,94v-31,-36,-51,-65,-106,-66","w":644,"k":{"4":15}},"\u00a7":{"d":"289,-307v59,17,146,41,155,-27v-8,-53,-110,-59,-162,-73v-45,-12,-93,-2,-94,41v9,41,51,45,101,59xm311,-599v-53,-4,-92,42,-47,65v107,55,304,33,313,178v4,68,-40,99,-89,118v26,19,42,52,42,92v0,106,-88,157,-205,156v-108,-1,-179,-37,-233,-95r82,-82v41,36,80,61,147,66v53,4,92,-42,47,-65v-107,-55,-304,-33,-313,-178v-4,-68,40,-99,89,-118v-26,-19,-42,-52,-42,-92v0,-106,88,-157,205,-156v108,1,179,37,233,95r-82,82v-41,-36,-80,-61,-147,-66","w":632,"k":{"7":15}},"\u00b6":{"d":"35,-464v0,-161,113,-236,276,-236r195,0r0,700r-154,0r0,-230v-183,3,-317,-60,-317,-234","w":590},"\u00df":{"d":"314,-737v134,0,220,65,223,195v2,86,-40,129,-91,164v70,31,131,79,131,178v0,151,-120,206,-278,202r0,-114v72,-4,128,-26,128,-93v0,-64,-66,-88,-128,-98r0,-100v42,-28,87,-61,88,-125v1,-50,-31,-81,-80,-81v-54,0,-88,43,-88,100r0,509r-151,0r0,-503v3,-154,92,-234,246,-234","w":620,"k":{"y":10,"x":10,"w":5,"v":10}},"\u00ae":{"d":"351,-365v0,0,151,12,151,-56v0,-71,-83,-56,-151,-57r0,113xm437,-553v87,-1,151,44,151,127v1,66,-36,101,-83,120r94,138r-99,0r-82,-124r-67,0r0,124r-85,0r0,-385r171,0xm542,-54v140,-58,242,-234,169,-422v-44,-112,-143,-196,-295,-196v-153,0,-248,87,-296,198v-56,127,-2,283,66,352v74,75,230,120,356,68xm558,-684v158,66,275,262,191,473v-51,127,-164,223,-335,223v-171,0,-279,-97,-333,-221v-64,-144,-1,-317,77,-395v84,-84,256,-140,400,-80","w":830},"\u00a9":{"d":"422,-236v48,0,70,-22,99,-45r56,56v-40,41,-79,71,-158,69v-120,-4,-193,-78,-197,-198v-5,-152,145,-238,290,-184v24,9,44,26,62,43r-55,64v-26,-23,-53,-43,-97,-43v-69,0,-110,49,-110,119v0,70,41,119,110,119xm542,-54v140,-58,242,-234,169,-422v-44,-112,-143,-196,-295,-196v-153,0,-248,87,-296,198v-56,127,-2,283,66,352v74,75,230,120,356,68xm558,-684v158,66,275,262,191,473v-51,127,-164,223,-335,223v-171,0,-279,-97,-333,-221v-64,-144,-1,-317,77,-395v84,-84,256,-140,400,-80","w":830},"\u00b4":{"d":"146,-595r113,-177r131,57r-128,120r-116,0","w":500},"\u00a8":{"d":"70,-595r0,-135r146,0r0,135r-146,0xm284,-595r0,-135r146,0r0,135r-146,0","w":500},"\u00c6":{"d":"484,-567r-18,0r-145,274r163,0r0,-274xm484,0r0,-157r-235,0r-83,157r-157,0r377,-700r601,0r0,137r-350,0r0,142r305,0r0,137r-305,0r0,147r355,0r0,137r-508,0","w":1045,"k":{"\u0153":10,"y":10,"w":10,"v":10,"o":10,"e":10,"d":10,"c":10}},"\u00d8":{"d":"426,-127v132,-5,213,-90,213,-222v0,-45,-12,-86,-35,-123r-277,321v28,14,59,25,99,24xm424,-573v-132,5,-213,90,-213,222v0,45,12,86,35,123r277,-321v-28,-14,-59,-25,-99,-24xm707,-591v80,79,120,250,62,381v-56,127,-168,222,-345,222v-77,0,-141,-20,-193,-50r-39,43r-147,0r98,-114v-80,-79,-120,-250,-62,-381v56,-127,168,-222,345,-222v77,0,141,20,193,50r39,-43r147,0","w":850},"\u00b1":{"d":"459,-360v60,28,114,66,111,153v-4,147,-103,219,-256,219v-124,0,-214,-52,-277,-119r103,-100v44,45,92,81,176,81v61,1,103,-28,103,-83v0,-87,-114,-82,-209,-80r0,-128v92,4,190,2,190,-82v-1,-49,-45,-76,-101,-75v-70,1,-104,41,-143,81r-106,-90v58,-72,123,-131,251,-129v139,2,245,55,250,189v3,86,-38,131,-92,163","w":614,"k":{"7":5}},"\u00a5":{"d":"417,-200r184,0r0,108r-184,0r0,92r-148,0r0,-92r-184,0r0,-108r184,0r0,-62r-184,0r0,-108r143,0r-214,-330r177,0r154,259r155,-259r172,0r-216,330r145,0r0,108r-184,0r0,62","w":686,"k":{"4":20}},"\u00b5":{"d":"426,-130v159,4,248,-150,194,-304v-27,-78,-93,-136,-196,-136v-131,0,-210,89,-210,219v0,132,81,218,212,221xm770,-492v62,146,8,326,-87,403r178,180r0,10r-226,0r-105,-103v-212,50,-386,-52,-450,-206v-61,-146,-1,-320,78,-398v87,-86,271,-140,417,-78v89,38,157,104,195,192","w":850,"k":{"\u00c6":45,"}":20,"x":5,"]":20,"\\":40,"Z":35,"Y":60,"X":50,"W":40,"V":45,"T":30,"S":5,"J":30,"A":45,"?":20,"\/":40,".":40,",":40,")":30}},"\u03bc":{"d":"426,-130v159,4,248,-150,194,-304v-27,-78,-93,-136,-196,-136v-131,0,-210,89,-210,219v0,132,81,218,212,221xm770,-492v62,146,8,326,-87,403r178,180r0,10r-226,0r-105,-103v-212,50,-386,-52,-450,-206v-61,-146,-1,-320,78,-398v87,-86,271,-140,417,-78v89,38,157,104,195,192","w":850},"\u00aa":{"d":"178,-457v40,0,72,-22,66,-67v-34,-17,-112,-19,-111,30v0,25,20,37,45,37xm49,-277r0,-66r278,0r0,66r-278,0xm243,-573v7,-76,-98,-65,-145,-43r-21,-63v35,-15,64,-24,115,-24v88,-1,131,43,131,127r0,171r-81,0r0,-32v-45,62,-190,48,-190,-53v0,-94,114,-110,191,-83","w":390},"\u00ba":{"d":"196,-470v44,0,71,-38,71,-81v0,-43,-30,-82,-73,-82v-44,0,-71,38,-71,81v0,43,30,82,73,82xm51,-277r0,-66r288,0r0,66r-288,0xm196,-705v93,0,153,60,153,153v0,93,-61,154,-155,154v-93,0,-153,-60,-153,-153v0,-93,61,-154,155,-154","w":390},"\u00e6":{"d":"183,-163v0,70,91,77,151,53v23,-8,46,-21,69,-38v-9,-21,-16,-43,-19,-69v-63,-28,-201,-36,-201,54xm758,-310v-8,-63,-45,-114,-113,-114v-69,0,-105,51,-116,114r229,0xm383,-305v13,-139,-178,-116,-263,-78r-38,-116v101,-53,324,-69,390,25v41,-42,98,-72,177,-72v185,0,266,139,255,331r-373,0v14,64,57,105,131,105v62,0,92,-22,130,-55r87,77v-48,59,-116,100,-219,100v-89,0,-158,-34,-204,-81v-57,41,-125,79,-218,79v-118,0,-202,-52,-202,-167v0,-124,90,-168,216,-170v55,0,91,9,131,22","w":951,"k":{"}":10,"z":15,"y":25,"x":30,"w":25,"v":25,"]":20,"\\":80,"?":40,".":10,",":10,"*":20,")":30}},"\u00f8":{"d":"277,-126v132,51,242,-80,183,-211xm388,-407v-129,-53,-245,78,-184,210xm556,-448v60,62,88,191,44,289v-44,98,-132,171,-269,171v-58,0,-104,-14,-144,-35r-27,28r-133,0r80,-92v-59,-61,-87,-191,-43,-288v44,-98,132,-171,269,-171v57,0,105,14,143,35r28,-30r133,0","w":664},"\u00bf":{"d":"279,9v-144,-2,-242,-65,-242,-208v0,-130,87,-180,197,-202r11,-61r102,0r23,162r-5,5v-99,6,-175,16,-175,92v0,50,38,72,92,72v69,-2,110,-30,150,-69r92,101v-57,60,-130,109,-245,108xm380,-700r0,160r-162,0r0,-160r162,0","w":544,"k":{"\u0152":20,"\u00e6":-10,"\u00b5":20,"y":35,"w":35,"v":45,"t":15,"f":10,"a":-10,"Y":70,"X":10,"W":50,"V":60,"U":15,"T":60,"Q":20,"O":20,"G":20,"C":20}},"\u00a1":{"d":"73,0r0,-20r47,-442r84,0r47,442r0,20r-178,0xm243,-700r0,160r-162,0r0,-160r162,0","w":324},"\u0192":{"d":"295,-157v-16,131,-111,178,-254,157r0,-123v59,10,98,-4,107,-58r28,-163r-67,0r0,-125r89,0v18,-129,51,-236,203,-236v41,0,74,4,99,12r0,126v-36,-10,-93,-17,-119,7v-20,18,-25,57,-31,91r115,0r0,125r-137,0","w":536,"k":{"5":10,"4":30,"1":-30}},"\u00ab":{"d":"325,-440r-130,171r130,171r-116,58r-168,-224r0,-8r168,-224xm597,-440r-130,171r130,171r-116,58r-168,-224r0,-8r168,-224","w":645,"k":{"\u0153":10,"y":15,"x":15,"w":10,"v":15,"q":5,"o":10,"g":5,"e":10,"d":5,"c":10,"Y":75,"X":20,"W":35,"V":40,"T":70}},"\u00bb":{"d":"48,-96r130,-171r-130,-171r116,-58r168,224r0,8r-168,224xm320,-96r130,-171r-130,-171r116,-58r168,224r0,8r-168,224","w":645,"k":{"\u00c6":20,"z":20,"y":30,"x":45,"w":20,"v":30,"t":10,"s":10,"f":10,"Z":15,"Y":100,"X":50,"W":50,"V":60,"T":90,"S":10,"A":20}},"\u00a0":{"w":300},"\u00c0":{"d":"393,-520r-93,227r186,0xm605,0r-64,-157r-296,0r-64,157r-157,0r300,-705r142,0r300,705r-161,0xm343,-755r-128,-120r131,-57r113,177r-116,0","w":790},"\u00c3":{"d":"434,-875v46,18,73,-6,86,-43r81,25v-20,80,-62,160,-169,132v-37,-9,-65,-33,-105,-33v-36,0,-43,22,-57,49r-81,-25v21,-85,63,-160,169,-132v27,8,51,18,76,27xm393,-520r-93,227r186,0xm605,0r-64,-157r-296,0r-64,157r-157,0r300,-705r142,0r300,705r-161,0","w":790},"\u00d5":{"d":"464,-875v46,18,73,-6,86,-43r81,25v-20,80,-62,160,-169,132v-37,-9,-65,-33,-105,-33v-36,0,-43,22,-57,49r-81,-25v21,-85,63,-160,169,-132v27,8,51,18,76,27xm426,-130v159,4,248,-151,194,-305v-27,-77,-93,-135,-196,-135v-132,0,-210,88,-210,220v0,131,81,217,212,220xm692,-606v84,73,141,252,77,396v-56,127,-168,222,-345,222v-175,0,-289,-94,-344,-220v-63,-145,-1,-320,78,-398v87,-86,272,-141,417,-78v45,19,82,48,117,78","w":850},"\u0152":{"d":"214,-351v0,132,79,208,211,212r89,0r0,-422r-89,0v-132,4,-211,79,-211,210xm425,0v-175,-3,-290,-86,-345,-211v-61,-141,-6,-317,76,-388v64,-56,153,-101,269,-101r592,0r0,137r-350,0r0,142r305,0r0,137r-305,0r0,147r355,0r0,137r-597,0","w":1075,"k":{"\u0153":10,"y":10,"w":10,"v":10,"o":10,"e":10,"d":10,"c":10}},"\u0153":{"d":"328,-119v88,0,134,-60,134,-147v0,-87,-50,-149,-136,-149v-87,0,-134,60,-134,147v0,87,50,149,136,149xm840,-310v-8,-63,-45,-114,-113,-114v-69,0,-105,51,-116,114r229,0xm742,12v-96,0,-167,-39,-210,-95v-58,78,-199,120,-318,73v-122,-48,-218,-208,-150,-365v42,-97,130,-171,264,-171v94,0,162,40,207,94v41,-53,106,-94,196,-94v185,0,266,139,255,331r-373,0v14,64,57,105,131,105v62,0,92,-22,130,-55r87,77v-48,59,-116,100,-219,100","w":1033,"k":{"}":10,"z":15,"y":25,"x":30,"w":25,"v":25,"]":20,"\\":80,"?":40,".":10,",":10,"*":20,")":30}},"\u00ff":{"d":"112,16v33,23,104,36,118,-14r-210,-538r161,0r122,365r117,-365r158,0r-206,549v-32,82,-65,150,-176,150v-58,0,-97,-15,-135,-37xm120,-595r0,-135r146,0r0,135r-146,0xm334,-595r0,-135r146,0r0,135r-146,0","w":600},"\u0178":{"d":"435,-279r0,279r-154,0r0,-276r-269,-424r180,0r167,281r170,-281r175,0xm178,-755r0,-135r146,0r0,135r-146,0xm392,-755r0,-135r146,0r0,135r-146,0","w":716},"\u00b7":{"d":"62,-230r0,-160r162,0r0,160r-162,0","w":286},"\u2219":{"d":"62,-230r0,-160r162,0r0,160r-162,0","w":286},"\u00c2":{"d":"315,-755r-115,0r123,-157r144,0r123,157r-117,0r-79,-66xm393,-520r-93,227r186,0xm605,0r-64,-157r-296,0r-64,157r-157,0r300,-705r142,0r300,705r-161,0","w":790},"\u00ca":{"d":"266,-755r-115,0r123,-157r144,0r123,157r-117,0r-79,-66xm84,0r0,-700r528,0r0,137r-375,0r0,142r330,0r0,137r-330,0r0,147r380,0r0,137r-533,0","w":670},"\u00c1":{"d":"393,-520r-93,227r186,0xm605,0r-64,-157r-296,0r-64,157r-157,0r300,-705r142,0r300,705r-161,0xm331,-755r113,-177r131,57r-128,120r-116,0","w":790},"\u00cb":{"d":"84,0r0,-700r528,0r0,137r-375,0r0,142r330,0r0,137r-330,0r0,147r380,0r0,137r-533,0xm166,-755r0,-135r146,0r0,135r-146,0xm380,-755r0,-135r146,0r0,135r-146,0","w":670},"\u00c8":{"d":"84,0r0,-700r528,0r0,137r-375,0r0,142r330,0r0,137r-330,0r0,147r380,0r0,137r-533,0xm317,-755r-128,-120r131,-57r113,177r-116,0","w":670},"\u00cd":{"d":"91,0r0,-700r154,0r0,700r-154,0xm105,-755r113,-177r131,57r-128,120r-116,0","w":336},"\u00ce":{"d":"89,-755r-115,0r123,-157r144,0r123,157r-117,0r-79,-66xm91,0r0,-700r154,0r0,700r-154,0","w":336},"\u00cf":{"d":"91,0r0,-700r154,0r0,700r-154,0xm-11,-755r0,-135r146,0r0,135r-146,0xm203,-755r0,-135r146,0r0,135r-146,0","w":336},"\u00cc":{"d":"91,0r0,-700r154,0r0,700r-154,0xm117,-755r-128,-120r131,-57r113,177r-116,0","w":336},"\u00d3":{"d":"426,-130v159,4,248,-151,194,-305v-27,-77,-93,-135,-196,-135v-132,0,-210,88,-210,220v0,131,81,217,212,220xm692,-606v84,73,141,252,77,396v-56,127,-168,222,-345,222v-175,0,-289,-94,-344,-220v-63,-145,-1,-320,78,-398v87,-86,272,-141,417,-78v45,19,82,48,117,78xm371,-755r113,-177r131,57r-128,120r-116,0","w":850},"\u00d4":{"d":"345,-755r-115,0r123,-157r144,0r123,157r-117,0r-79,-66xm426,-130v159,4,248,-151,194,-305v-27,-77,-93,-135,-196,-135v-132,0,-210,88,-210,220v0,131,81,217,212,220xm692,-606v84,73,141,252,77,396v-56,127,-168,222,-345,222v-175,0,-289,-94,-344,-220v-63,-145,-1,-320,78,-398v87,-86,272,-141,417,-78v45,19,82,48,117,78","w":850},"\u00d2":{"d":"426,-130v159,4,248,-151,194,-305v-27,-77,-93,-135,-196,-135v-132,0,-210,88,-210,220v0,131,81,217,212,220xm692,-606v84,73,141,252,77,396v-56,127,-168,222,-345,222v-175,0,-289,-94,-344,-220v-63,-145,-1,-320,78,-398v87,-86,272,-141,417,-78v45,19,82,48,117,78xm363,-755r-128,-120r131,-57r113,177r-116,0","w":850},"\u00da":{"d":"378,-131v100,0,151,-62,151,-168r0,-401r154,0r0,395v-2,204,-105,316,-307,316v-192,0,-303,-112,-303,-311r0,-400r154,0r0,396v-1,108,50,173,151,173xm309,-750r113,-177r131,57r-128,120r-116,0","w":756},"\u00db":{"d":"298,-755r-115,0r123,-157r144,0r123,157r-117,0r-79,-66xm378,-131v100,0,151,-62,151,-168r0,-401r154,0r0,395v-2,204,-105,316,-307,316v-192,0,-303,-112,-303,-311r0,-400r154,0r0,396v-1,108,50,173,151,173","w":756},"\u00d9":{"d":"378,-131v100,0,151,-62,151,-168r0,-401r154,0r0,395v-2,204,-105,316,-307,316v-192,0,-303,-112,-303,-311r0,-400r154,0r0,396v-1,108,50,173,151,173xm331,-750r-128,-120r131,-57r113,177r-116,0","w":756},"\u0131":{"d":"75,0r0,-536r152,0r0,536r-152,0","w":302},"\u00af":{"d":"70,-600r0,-105r360,0r0,105r-360,0","w":500},"\u02c9":{"d":"70,-600r0,-105r360,0r0,105r-360,0","w":500},"\u00b8":{"d":"319,-10r-74,183r-127,-53r89,-130r112,0","w":500},"\u0141":{"d":"114,0r0,-262r-75,22r0,-143r75,-22r0,-295r152,0r0,249r192,-57r0,143r-192,57r0,168r351,0r0,140r-503,0","w":649},"\u0142":{"d":"256,0r-150,0r0,-280r-76,23r0,-143r76,-23r0,-307r150,0r0,263r76,-23r0,143r-76,23r0,324","w":362},"\u0160":{"d":"397,-912r115,0r-123,157r-144,0r-123,-157r117,0r79,66xm307,-574v-79,-7,-125,81,-60,115v129,66,343,54,343,252v0,206,-232,254,-414,189v-51,-18,-98,-46,-140,-84r91,-109v58,45,117,78,209,85v80,6,140,-75,74,-116v-123,-76,-346,-50,-346,-257v0,-191,211,-247,386,-188v43,15,83,37,119,66r-80,116v-53,-35,-107,-62,-182,-69","w":640},"\u0161":{"d":"335,-752r115,0r-123,157r-144,0r-123,-157r117,0r79,66xm246,-427v-41,-3,-72,30,-47,59v90,64,259,53,262,205v3,164,-175,200,-321,153v-40,-13,-78,-33,-114,-61r65,-100v48,35,101,58,169,64v64,6,86,-59,30,-79v-102,-37,-234,-48,-237,-188v-4,-198,275,-202,396,-108r-58,105v-42,-24,-91,-46,-145,-50","w":502},"\u00dd":{"d":"435,-279r0,279r-154,0r0,-276r-269,-424r180,0r167,281r170,-281r175,0xm299,-750r113,-177r131,57r-128,120r-116,0","w":716},"\u00fd":{"d":"112,16v33,23,104,36,118,-14r-210,-538r161,0r122,365r117,-365r158,0r-206,549v-32,82,-65,150,-176,150v-58,0,-97,-15,-135,-37xm229,-595r113,-177r131,57r-128,120r-116,0","w":600},"\u00de":{"d":"360,-245v72,2,122,-41,122,-107v0,-73,-51,-107,-125,-107r-119,0r0,214r122,0xm370,-598v164,3,268,83,268,243v0,167,-116,243,-283,247r-117,0r0,108r-154,0r0,-700r154,0r0,102r132,0","w":673},"\u00fe":{"d":"348,-119v85,0,131,-62,131,-149v0,-87,-46,-149,-131,-149v-85,0,-130,62,-130,149v0,87,45,149,130,149xm220,-459v37,-48,84,-90,167,-87v157,6,244,113,244,278v0,165,-86,271,-244,278v-81,3,-130,-38,-167,-80r0,230r-152,0r0,-890r152,0r0,271","w":675},"\u017d":{"d":"437,-912r115,0r-123,157r-144,0r-123,-157r117,0r79,66xm63,0r0,-117r385,-448r-373,0r0,-135r571,0r0,117r-385,448r385,0r0,135r-583,0","w":708},"\u017e":{"d":"369,-752r115,0r-123,157r-144,0r-123,-157r117,0r79,66xm50,0r0,-107r277,-306r-268,0r0,-123r457,0r0,107r-278,306r278,0r0,123r-466,0","w":563},"\u00f0":{"d":"324,-116v83,0,132,-50,132,-132v0,-80,-51,-130,-133,-130v-82,0,-133,49,-133,130v0,81,52,132,134,132xm42,-251v1,-164,122,-261,292,-227v19,4,39,13,60,24r-87,-116r-114,47r-56,-75r115,-46r-64,-86r171,0r23,33r100,-41r55,75r-102,41r81,115v65,81,119,219,69,350v-39,101,-127,169,-266,169v-130,0,-214,-67,-256,-160v-14,-32,-21,-66,-21,-103","w":648},"\u00a4":{"d":"437,12v-168,0,-255,-98,-296,-229r-92,0r0,-101r75,0r0,-68r-75,0r0,-101r94,0v42,-149,178,-258,375,-215v75,17,123,63,162,118r-116,88v-36,-43,-63,-79,-133,-79v-67,0,-104,38,-127,88r184,0r0,101r-208,0r0,68r208,0r0,101r-186,0v23,54,64,92,135,92v72,0,100,-42,135,-82r110,81v-56,75,-120,138,-245,138","w":720,"k":{"1":-20}},"\u00d0":{"d":"598,-349v0,-132,-79,-207,-211,-212r-121,0r0,141r152,0r0,136r-152,0r0,145r121,0v132,-4,211,-78,211,-210xm39,-284r0,-136r75,0r0,-280v148,6,313,-19,424,26v126,51,221,154,221,323v0,169,-96,273,-221,324v-111,46,-276,21,-424,27r0,-284r-75,0","w":812}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 *
 * Copyright:
 * HTF Gotham  2002 The Hoefler Type Foundry, Inc. Info: www.typography.com
 *
 * Manufacturer:
 * The Hoefler Type Foundry, Inc
 */
Cufon.registerFont({"w":842,"face":{"font-family":"Gotham","font-weight":550,"font-style":"italic","font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 6 4 4 0 0 9 0 4","ascent":"800","descent":"-200","x-height":"12","bbox":"-125 -907 1185 200","underline-thickness":"20","underline-position":"-113","slope":"-12","unicode-range":"U+0020-U+0192"},"glyphs":{" ":{"w":300},"!":{"d":"48,-105r92,0r-28,105r-92,0xm193,-643r16,-57r90,0r-15,57r-143,445r-44,0","w":271},"\"":{"d":"191,-700r92,0r-140,272r-43,0xm388,-700r92,0r-140,272r-43,0","w":442},"#":{"d":"423,-246r75,-212r-190,0r-74,212r189,0xm139,-177r-110,0r17,-69r117,0r74,-212r-122,0r18,-69r128,0r60,-173r71,0r-61,173r191,0r60,-173r71,0r-61,173r111,0r-18,69r-116,0r-75,212r123,0r-18,69r-129,0r-61,177r-71,0r62,-177r-191,0r-61,177r-71,0","w":682},"$":{"d":"292,-70v96,-1,176,-35,176,-126v0,-67,-46,-84,-110,-112xm388,-629v-96,-6,-178,29,-178,117v0,70,51,82,116,110xm549,-204v0,145,-121,204,-276,204r-27,98r-64,0r30,-104v-92,-14,-166,-59,-214,-118r58,-49v43,49,102,86,180,98r68,-252v-86,-36,-175,-64,-175,-177v0,-141,123,-201,278,-195r17,-59r63,0r-18,68v71,14,124,48,167,90r-55,53v-35,-35,-79,-62,-136,-74r-66,238v95,37,170,69,170,179","w":623,"k":{"7":10}},"%":{"d":"524,-143v-2,55,30,98,84,95v80,-5,121,-74,125,-156v3,-56,-29,-99,-84,-96v-81,5,-121,75,-125,157xm153,-497v-2,56,28,99,84,96v80,-5,121,-74,125,-156v3,-56,-29,-99,-84,-96v-80,5,-121,74,-125,156xm795,-209v0,121,-72,216,-192,216v-88,0,-141,-57,-141,-146v0,-121,72,-216,192,-216v88,0,141,57,141,146xm743,-700r79,0r-679,700r-79,0xm424,-562v0,121,-72,211,-192,216v-116,5,-168,-116,-126,-226v28,-72,82,-136,176,-136v88,0,142,57,142,146","w":837},"&":{"d":"107,-175v-7,115,145,141,239,95v31,-15,63,-37,95,-66r-145,-204v-96,28,-182,65,-189,175xm408,-647v-87,1,-138,81,-108,169v6,17,17,37,32,60v85,-28,170,-45,177,-139v4,-54,-43,-92,-101,-90xm653,-311v-38,63,-76,118,-122,168r85,119r-59,38r-78,-109v-68,61,-129,105,-244,105v-121,0,-206,-60,-206,-179v0,-132,103,-198,232,-232v-22,-38,-44,-78,-44,-130v0,-113,80,-181,194,-181v102,0,172,51,172,151v0,124,-108,158,-216,193r125,175v37,-42,73,-93,108,-152","w":692,"k":{"y":4,"w":5,"v":8,"Y":72,"W":55,"V":61,"T":62}},"'":{"d":"191,-700r92,0r-140,272r-43,0","w":245},"(":{"d":"167,-218v2,148,70,233,143,311r-46,48v-93,-83,-176,-185,-176,-357v0,-196,101,-315,222,-406v50,-37,107,-68,174,-95r27,57v-152,67,-272,163,-325,318v-14,41,-19,83,-19,124","w":434,"k":{"\u0153":30,"\u0152":10,"\u00b5":10,"s":15,"q":30,"o":30,"j":-30,"g":20,"e":30,"d":30,"c":30,"Q":10,"O":10,"J":15,"G":10,"C":10}},")":{"d":"186,-719v93,83,176,184,176,356v0,196,-101,315,-221,407v-49,37,-108,68,-175,95r-27,-58v183,-85,343,-199,343,-442v0,-149,-69,-233,-143,-311","w":434},"*":{"d":"221,-408r43,-119r-119,43r-15,-51r127,-22r-99,-82r39,-38r81,97r22,-123r51,13r-43,118r119,-43r15,52r-127,21r99,82r-39,38r-81,-97r-22,124","w":430,"k":{"\u0153":20,"\u00e6":10,"\u00c6":87,"t":-10,"s":10,"q":15,"o":20,"g":15,"e":20,"d":15,"c":20,"a":10,"J":80,"A":87}},"+":{"d":"299,-316r-207,0r19,-72r207,0r55,-206r75,0r-55,206r207,0r-19,72r-207,0r-56,206r-74,0","w":642},",":{"d":"-45,87v53,-13,83,-38,94,-87r-37,0r29,-105r91,0v-18,65,-35,151,-76,185v-23,19,-53,34,-93,41","w":255,"k":{"8":35,"7":31,"6":45,"4":15,"1":50,"0":55}},"-":{"d":"87,-341r279,0r-21,81r-279,0","w":410,"k":{"\u00b1":10,"\u00c6":40,"z":10,"y":15,"x":30,"w":10,"v":15,"Z":30,"Y":87,"X":50,"W":35,"V":40,"T":87,"A":40,"7":40,"3":10,"1":30}},"\u00ad":{"d":"87,-341r279,0r-21,81r-279,0","w":410},".":{"d":"41,-105r91,0r-28,105r-92,0","w":255,"k":{"\u0153":61,"\u0152":80,"\u00e6":27,"\u00b5":80,"y":71,"w":75,"v":91,"t":25,"q":61,"o":61,"g":30,"f":15,"e":20,"d":61,"c":53,"a":27,"Y":129,"W":125,"V":145,"U":50,"T":96,"Q":80,"O":80,"G":80,"C":80,"8":35,"7":31,"6":45,"4":15,"1":50,"0":55}},"\/":{"d":"582,-798r78,0r-707,926r-78,0","w":508,"k":{"\u0153":80,"\u0152":40,"\u00e6":65,"\u00b5":40,"\u00b1":10,"\u00c6":105,"z":60,"y":50,"x":50,"w":50,"v":50,"u":50,"t":20,"s":71,"r":50,"q":70,"p":50,"o":80,"n":50,"m":50,"g":70,"f":25,"e":80,"d":70,"c":80,"a":65,"Z":20,"S":10,"Q":40,"O":40,"J":130,"G":40,"C":40,"A":105,"9":13,"8":15,"7":3,"6":35,"5":20,"4":102,"3":3,"2":13,"1":-25,"0":20,"\/":160}},"0":{"d":"240,-518v-95,123,-140,465,87,458v143,-4,215,-125,255,-244v50,-148,19,-339,-147,-336v-90,2,-150,64,-195,122xm441,-712v224,0,287,231,219,434v-35,107,-101,197,-190,250v-45,27,-94,40,-148,40v-163,0,-245,-106,-245,-270v0,-192,91,-338,216,-414v45,-27,94,-40,148,-40","w":715,"k":{"\u00b1":11,"7":29,"3":10,"2":10,"1":5,"\/":20,".":20,",":20}},"1":{"d":"259,-617r-142,41r-2,-69r188,-60r59,0r-189,705r-79,0","w":361},"2":{"d":"382,-710v141,-1,245,91,202,233v-22,73,-81,115,-140,160r-323,245r374,0r-19,72r-498,0r16,-62r401,-304v60,-49,117,-81,117,-165v0,-68,-57,-108,-133,-107v-88,1,-144,50,-192,96r-52,-50v60,-61,132,-117,247,-118","w":595,"k":{"7":12,"4":26,"\/":-11}},"3":{"d":"335,-393v106,12,192,58,192,172v0,118,-80,181,-171,215v-83,29,-197,21,-261,-19v-40,-25,-71,-58,-92,-99r62,-40v37,63,90,106,187,104v108,-2,193,-51,193,-155v0,-99,-101,-123,-213,-119r-10,-45r283,-250r-345,0r20,-71r456,0r-16,58","w":605,"k":{"9":5,"7":22,"5":5,"\/":3}},"4":{"d":"417,-232r96,-357r-384,357r288,0xm399,-166r-364,0r-10,-59r519,-480r76,0r-127,473r109,0r-18,66r-109,0r-44,166r-77,0","w":649,"k":{"9":10,"7":37,"1":20,"\/":5}},"5":{"d":"322,-434v133,3,221,66,221,197v0,161,-124,245,-292,249v-115,3,-196,-58,-242,-125r61,-45v42,57,94,99,187,99v117,0,198,-61,203,-172v4,-86,-69,-135,-157,-134v-53,1,-104,15,-143,38r-45,-36r110,-337r391,0r-21,73r-319,0r-74,220v26,-13,82,-27,120,-27","w":603,"k":{"\u00b1":5,"9":5,"7":30,"3":5,"2":10,"\/":5}},"6":{"d":"159,-204v0,90,65,147,159,147v112,0,189,-67,189,-176v0,-89,-62,-139,-155,-139v-111,0,-193,62,-193,168xm367,-440v166,-4,267,142,201,296v-39,90,-125,154,-252,156v-196,3,-268,-166,-229,-366v31,-154,112,-273,235,-332v71,-34,177,-36,246,-2v34,16,63,39,87,66r-52,54v-37,-40,-86,-73,-161,-72v-155,3,-257,149,-277,302v43,-55,105,-99,202,-102","w":641,"k":{"\u00b1":1,"9":10,"7":22,"3":10,"1":17,"\/":3}},"7":{"d":"522,-628r-381,0r20,-72r475,0r-17,59r-466,641r-92,0","w":586,"k":{"\u00b1":10,"9":15,"8":25,"6":20,"5":25,"4":85,"3":20,"2":15,"1":-10,"0":20,"\/":125,".":93,"-":30,",":93}},"8":{"d":"118,-185v0,93,84,127,183,127v106,0,195,-39,195,-139v0,-91,-85,-128,-182,-128v-106,0,-196,41,-196,140xm219,-511v0,83,70,121,157,121v98,0,176,-41,176,-131v0,-78,-74,-123,-160,-121v-96,3,-173,40,-173,131xm457,-348v86,24,155,135,99,235v-44,78,-137,123,-260,123v-139,0,-258,-56,-258,-187v0,-125,95,-175,204,-196v-53,-21,-105,-73,-101,-145v7,-130,114,-192,253,-192v131,0,236,56,236,181v0,110,-80,158,-173,181","w":647,"k":{"\u00b1":1,"9":5,"7":30}},"9":{"d":"181,-462v0,92,61,142,157,142v112,0,186,-68,191,-176v4,-88,-70,-150,-158,-147v-113,4,-190,70,-190,181xm373,-711v158,0,239,95,239,262v0,211,-101,366,-246,436v-73,34,-172,35,-244,0v-36,-17,-67,-41,-94,-71r52,-54v42,44,88,79,167,79v152,0,257,-146,276,-298v-42,57,-105,104,-203,106v-168,4,-267,-147,-200,-303v39,-91,126,-157,253,-157","w":641,"k":{"\u00b1":10,"7":36,"5":5,"3":14,"2":10,"\/":25,".":10,",":10}},":":{"d":"44,-105r92,0r-28,105r-92,0xm155,-517r92,0r-29,105r-92,0","w":262,"k":{"T":29}},";":{"d":"-41,87v53,-13,82,-38,93,-87r-36,0r28,-105r92,0v-18,65,-35,151,-76,185v-23,19,-53,34,-93,41xm155,-517r92,0r-29,105r-92,0","w":262,"k":{"T":29}},"\u037e":{"d":"-41,87v53,-13,82,-38,93,-87r-36,0r28,-105r92,0v-18,65,-35,151,-76,185v-23,19,-53,34,-93,41xm155,-517r92,0r-29,105r-92,0","w":262},"<":{"d":"76,-319r18,-66r533,-233r-22,83r-436,188r335,189r-20,72","w":640},"=":{"d":"94,-272r459,0r-20,74r-459,0xm157,-506r459,0r-19,74r-460,0","w":640},">":{"d":"68,-169r435,-188r-334,-189r20,-72r407,233r-18,66r-532,233","w":640},"?":{"d":"145,-105r92,0r-28,105r-92,0xm335,-709v153,0,253,125,187,263v-39,82,-133,122,-242,138r-40,110r-51,0r28,-162r6,-5v119,-13,230,-41,237,-161v4,-73,-60,-111,-133,-111v-77,0,-141,41,-182,80r-45,-52v54,-53,131,-100,235,-100","w":537},"@":{"d":"346,-242v-5,95,92,136,172,95v63,-32,116,-90,119,-178v2,-68,-47,-121,-117,-117v-109,6,-168,87,-174,200xm703,111v-103,54,-272,65,-393,20v-146,-54,-247,-170,-247,-363v0,-224,136,-367,299,-442v159,-74,393,-34,482,64v118,86,138,351,33,466v-35,38,-83,72,-144,73v-71,1,-113,-36,-125,-94v-44,52,-94,94,-179,96v-139,4,-192,-150,-137,-272v39,-86,109,-158,224,-163v78,-3,124,46,147,98r27,-88r65,17r-76,244v-23,70,3,127,66,122v151,-11,202,-227,141,-375v-49,-119,-164,-193,-333,-193v-212,0,-347,125,-417,277v-43,96,-49,220,-8,316v55,129,173,211,354,211v85,0,143,-17,206,-45","w":980},"A":{"d":"548,-256r-63,-359r-256,359r319,0xm468,-705r76,0r130,705r-81,0r-32,-185r-382,0r-132,185r-87,0","w":761,"k":{"\u0153":21,"\u0152":51,"\u00ab":20,"\u00b5":51,"\u00c6":20,"y":43,"w":33,"v":48,"u":10,"t":30,"q":25,"o":21,"g":25,"f":20,"e":21,"d":25,"c":21,"\\":120,"Y":75,"X":20,"W":75,"V":85,"U":50,"T":80,"S":10,"Q":51,"O":51,"G":51,"C":51,"A":20,"?":60,"-":40,"*":100}},"B":{"d":"566,-211v0,-145,-224,-100,-373,-107r-66,247r234,0v111,1,205,-41,205,-140xm616,-527v0,-139,-203,-95,-340,-102r-64,241r199,0v109,2,205,-44,205,-139xm646,-208v-7,151,-133,208,-294,208r-322,0r188,-700r262,0v123,-2,217,52,217,163v0,112,-80,162,-175,184v64,21,128,62,124,145","w":717,"k":{"\u00e6":-20,"y":10,"w":10,"v":10,"s":-15,"a":-20,"Y":31,"X":5,"W":21,"V":23,"T":35,"?":5}},"C":{"d":"657,-104v-65,64,-145,117,-274,117v-182,0,-298,-107,-298,-290v0,-198,117,-329,257,-399v97,-48,243,-46,326,6v43,27,77,64,101,108r-68,42v-42,-69,-95,-122,-203,-119v-159,4,-254,106,-304,225v-17,43,-26,88,-26,134v0,138,82,219,219,219v104,0,160,-42,217,-95","w":735,"k":{"\u0153":10,"\u0152":24,"\u00b5":24,"y":10,"x":10,"w":10,"v":10,"q":10,"o":10,"g":10,"e":10,"d":10,"c":10,"Y":20,"X":7,"W":11,"V":11,"U":15,"T":11,"Q":24,"O":24,"G":24,"C":24,"-":17}},"D":{"d":"654,-401v0,-154,-111,-227,-272,-226r-104,0r-149,554v115,-1,224,7,309,-28v118,-49,216,-139,216,-300xm387,-700v205,0,349,97,349,294v0,199,-116,310,-265,371v-119,48,-281,32,-441,35r188,-700r169,0","w":773,"k":{"\u00c6":21,"}":10,"x":10,"]":10,"\\":40,"Z":29,"Y":66,"X":30,"W":46,"V":55,"T":66,"S":9,"J":10,"A":21,"?":20,"\/":40,".":40,",":40,"*":9,")":10}},"E":{"d":"218,-700r501,0r-20,72r-422,0r-64,239r377,0r-20,72r-376,0r-66,245r427,0r-19,72r-506,0","w":653,"k":{"\u0153":10,"y":10,"w":10,"v":10,"o":10,"e":10,"d":10,"c":10}},"F":{"d":"218,-700r503,0r-19,73r-425,0r-67,250r380,0r-20,72r-379,0r-82,305r-79,0","w":658,"k":{"\u0153":22,"\u0152":15,"\u00bb":15,"\u00e6":42,"\u00b5":15,"\u00c6":70,"z":36,"y":29,"x":44,"w":27,"v":29,"u":22,"t":15,"s":37,"r":18,"q":21,"p":22,"o":22,"n":18,"m":18,"g":21,"f":15,"e":22,"d":21,"c":22,"a":42,"Z":15,"Q":15,"O":15,"J":103,"G":15,"C":15,"A":70,"?":-10,"\/":70,".":85,",":85,"&":15}},"G":{"d":"169,-288v0,182,158,262,334,214v30,-8,56,-21,79,-35r55,-194r-211,0r19,-71r289,0r-89,314v-114,88,-359,96,-468,-6v-83,-78,-117,-246,-59,-377v74,-167,249,-308,494,-259v78,16,131,62,168,118r-60,47v-43,-61,-105,-105,-211,-103v-164,4,-262,102,-314,222v-17,42,-26,86,-26,130","w":784,"k":{"\u00e6":-10,"y":5,"v":5,"a":-10,"\\":15,"Y":30,"W":16,"V":21,"T":37,"?":10}},"H":{"d":"218,-700r79,0r-83,311r399,0r83,-311r80,0r-188,700r-80,0r85,-315r-399,0r-85,315r-79,0","w":756},"I":{"d":"225,-700r79,0r-188,700r-79,0","w":291},"J":{"d":"49,-176v27,67,61,113,146,113v114,0,163,-94,191,-199r118,-438r80,0r-122,453v-33,159,-145,298,-342,246v-68,-18,-111,-72,-134,-138","w":548,"k":{"\u00c6":10,"X":3,"J":20,"A":10,".":15,",":15}},"K":{"d":"218,-700r79,0r-111,416r502,-416r112,0r-376,308r199,392r-89,0r-174,-346r-203,167r-48,179r-79,0","w":718,"k":{"\u0153":30,"\u0152":45,"\u00ab":20,"\u00e6":10,"\u00b5":45,"\u00c6":30,"y":39,"w":43,"v":53,"u":20,"t":25,"s":15,"q":25,"o":30,"g":25,"f":20,"e":30,"d":25,"c":30,"a":10,"Y":20,"W":20,"V":25,"U":25,"T":10,"S":15,"Q":45,"O":45,"G":45,"C":45,"A":30,"-":50,"&":5}},"L":{"d":"218,-700r79,0r-168,627r394,0r-20,73r-473,0","w":607,"k":{"\u0153":50,"\u0152":75,"\u00e6":7,"\u00b5":75,"y":75,"w":70,"v":75,"u":25,"t":30,"q":50,"o":50,"g":40,"f":20,"e":50,"d":40,"c":50,"a":7,"\\":120,"Y":110,"W":95,"V":110,"U":50,"T":100,"S":17,"Q":75,"O":75,"J":7,"G":75,"C":75,"?":60,"-":66,"*":80,"&":15}},"M":{"d":"218,-700r74,0r151,382r357,-382r88,0r-188,700r-80,0r152,-567r-355,375r-4,0r-153,-374r-152,566r-78,0","w":869},"N":{"d":"218,-700r73,0r285,568r153,-568r77,0r-188,700r-63,0r-292,-581r-156,581r-77,0","w":786},"O":{"d":"171,-293v0,143,86,233,229,233v156,0,248,-102,296,-218v16,-42,24,-85,24,-128v0,-144,-85,-233,-229,-233v-156,0,-247,103,-295,219v-16,42,-25,84,-25,127xm686,-116v-78,91,-257,171,-416,106v-106,-44,-182,-137,-182,-281v0,-191,111,-317,246,-385v127,-64,307,-27,384,52v78,81,111,244,54,372v-22,50,-51,96,-86,136","k":{"\u00c6":11,"}":10,"y":10,"x":5,"v":10,"]":10,"\\":40,"Z":24,"Y":66,"X":25,"W":46,"V":51,"T":73,"S":7,"J":10,"A":11,"?":20,"\/":40,".":40,",":40,"*":11,")":10}},"P":{"d":"605,-500v0,-91,-71,-127,-171,-127r-157,0r-82,308r151,0v147,1,259,-50,259,-181xm687,-505v0,186,-153,252,-345,256r-166,0r-67,249r-79,0r188,-700r219,0v147,2,250,54,250,195","w":667,"k":{"\u0153":5,"\u0152":-5,"\u00ab":-10,"\u00e6":10,"\u00b5":-5,"\u00c6":51,"y":-11,"w":-11,"v":-11,"u":-5,"t":-15,"o":5,"f":-15,"e":5,"c":5,"a":10,"Z":25,"Y":25,"X":38,"W":15,"V":15,"T":20,"Q":-5,"O":-5,"J":80,"G":-5,"C":-5,"A":51,"\/":60,".":97,",":97}},"Q":{"d":"171,-293v-2,171,143,269,315,219v28,-8,53,-21,76,-37r-109,-128r62,-47r102,129v57,-58,103,-144,103,-249v0,-144,-85,-233,-229,-233v-156,0,-247,103,-295,219v-16,42,-25,84,-25,127xm780,-528v63,164,-17,348,-116,432r70,79r-62,46r-65,-82v-78,58,-226,91,-337,43v-106,-45,-182,-137,-182,-281v0,-191,111,-317,246,-385v127,-64,312,-31,384,52v25,29,47,59,62,96","k":{"x":5,"\\":40,"Y":66,"W":46,"V":51,"T":73,"?":20,".":40,",":40,"*":11}},"R":{"d":"391,-343v136,2,242,-59,235,-181v-4,-73,-70,-103,-160,-103r-188,0r-77,284r190,0xm218,-700v199,5,453,-42,481,147v9,52,-5,98,-31,145v-39,70,-115,113,-211,128r144,280r-91,0r-138,-272r-190,0r-73,272r-79,0","w":717,"k":{"\u0152":4,"\u00e6":-7,"\u00b5":4,"\u00c6":10,"t":-10,"f":-10,"a":-7,"Y":25,"W":15,"V":20,"U":4,"T":32,"S":-6,"Q":4,"O":4,"J":10,"G":4,"C":4,"A":10}},"S":{"d":"563,-202v0,142,-118,209,-265,212v-134,3,-229,-53,-286,-133r60,-47v57,66,116,109,231,109v106,0,199,-60,169,-168v-73,-124,-328,-86,-328,-278v0,-187,239,-244,403,-173v43,18,76,45,103,76r-58,52v-47,-51,-106,-87,-197,-87v-92,0,-168,38,-168,123v0,86,86,98,155,129v88,39,181,68,181,185","w":637,"k":{"\u0152":15,"\u00b5":15,"\u00c6":5,"z":5,"y":15,"x":15,"w":10,"v":15,"t":5,"f":5,"\\":20,"Y":34,"X":10,"W":30,"V":35,"U":20,"T":34,"S":10,"Q":15,"O":15,"G":15,"C":15,"A":5,"?":10}},"T":{"d":"364,-627r-236,0r20,-73r551,0r-20,73r-236,0r-168,627r-79,0","w":616,"k":{"\u0153":102,"\u0152":28,"\u00bb":70,"\u00ab":87,"\u00e6":102,"\u00b5":28,"\u00c6":80,"\u00df":12,"z":86,"y":87,"x":87,"w":84,"v":87,"u":87,"t":42,"s":94,"r":89,"q":101,"p":89,"o":102,"n":89,"m":89,"l":12,"j":32,"i":32,"h":15,"g":101,"f":45,"e":102,"d":101,"c":102,"a":102,"Z":17,"S":-3,"Q":28,"O":28,"J":90,"G":28,"C":28,"A":80,";":39,":":39,"\/":90,".":81,"-":87,",":81,"&":42}},"U":{"d":"181,-301v-37,137,32,246,173,239v149,-7,211,-109,245,-235r109,-403r79,0r-112,417v-43,166,-143,294,-328,294v-156,0,-255,-74,-255,-224v0,-37,5,-73,15,-109r100,-378r80,0","w":758,"k":{"\u00c6":20,"x":5,"X":13,"J":20,"A":20,"\/":15,".":15,",":15}},"V":{"d":"137,-700r84,0r86,602r409,-602r90,0r-488,705r-71,0","w":717,"k":{"\u0153":38,"\u0152":11,"\u00bb":40,"\u00ab":60,"\u00e6":40,"\u00b5":11,"\u00c6":75,"\u00df":10,"z":30,"y":25,"x":43,"w":24,"v":25,"u":36,"t":5,"s":35,"r":36,"q":38,"p":36,"o":38,"n":36,"m":36,"l":10,"j":20,"i":20,"g":38,"f":5,"e":38,"d":38,"c":38,"a":40,"Z":20,"Y":15,"X":20,"W":20,"V":20,"S":5,"Q":11,"O":11,"J":100,"G":16,"C":16,"A":75,";":20,":":20,"\/":105,".":120,"-":40,",":120,"&":16}},"W":{"d":"145,-700r82,0r44,583r347,-585r65,0r37,585r356,-583r89,0r-439,705r-69,0r-40,-565r-343,565r-68,0","w":1083,"k":{"\u0153":39,"\u0152":11,"\u00bb":35,"\u00ab":50,"\u00e6":40,"\u00b5":11,"\u00c6":65,"\u00df":10,"z":25,"y":35,"x":40,"w":35,"v":35,"u":31,"t":10,"s":35,"r":31,"q":42,"p":31,"o":39,"n":31,"m":31,"l":10,"j":15,"i":15,"g":42,"f":10,"e":39,"d":42,"c":39,"a":40,"Z":20,"Y":10,"X":15,"W":10,"V":20,"S":5,"Q":11,"O":11,"J":90,"G":11,"C":11,"A":65,";":15,":":15,"\/":100,".":100,"-":35,",":100,"&":21}},"X":{"d":"328,-362r-176,-338r87,0r146,286r279,-286r102,0r-346,349r182,351r-87,0r-152,-299r-291,299r-103,0","w":694,"k":{"\u0153":34,"\u0152":35,"\u00bb":20,"\u00ab":50,"\u00e6":10,"\u00b5":35,"\u00c6":20,"\u00df":10,"y":40,"w":40,"v":50,"u":24,"t":10,"q":29,"o":34,"l":10,"j":10,"i":10,"g":28,"f":20,"e":34,"d":29,"c":34,"a":10,"Y":10,"W":15,"V":20,"U":20,"S":15,"Q":35,"O":35,"J":10,"G":35,"C":35,"A":20,"?":15,"-":50,"&":4}},"Y":{"d":"292,-282r-173,-418r88,0r140,353r330,-353r101,0r-410,431r-72,269r-80,0","w":663,"k":{"\u0153":59,"\u0152":14,"\u00bb":68,"\u00ab":85,"\u00e6":65,"\u00b5":14,"\u00c6":75,"\u00df":10,"z":40,"y":45,"x":59,"w":44,"v":45,"u":59,"t":14,"s":50,"r":59,"q":59,"p":59,"o":59,"n":59,"m":59,"l":10,"j":20,"i":20,"g":59,"f":15,"e":59,"d":59,"c":59,"a":65,"Z":10,"X":10,"W":10,"V":15,"S":1,"Q":14,"O":14,"J":110,"G":14,"C":14,"A":75,";":25,":":25,"\/":95,".":103,"-":73,",":103,"&":23}},"Z":{"d":"-5,-53r597,-576r-427,0r20,-71r542,0r-14,53r-598,576r446,0r-19,71r-561,0","w":669,"k":{"\u0153":25,"\u0152":27,"\u00ab":20,"\u00e6":7,"\u00b5":27,"y":15,"w":15,"v":20,"s":4,"q":20,"o":25,"g":20,"f":10,"e":25,"d":20,"c":25,"a":7,"Z":10,"S":10,"Q":27,"O":27,"J":15,"G":27,"C":27,"-":30,"&":11}},"[":{"d":"232,-700r286,0r-16,60r-214,0r-190,710r213,0r-16,60r-286,0","w":439,"k":{"\u0153":20,"\u0152":10,"\u00e6":10,"\u00b5":10,"y":10,"x":10,"w":20,"v":20,"s":15,"q":20,"o":20,"j":-30,"e":20,"d":20,"c":20,"a":10,"Q":10,"O":10,"J":15,"G":10,"C":10}},"\\":{"d":"139,-798r66,0r218,926r-66,0","w":508,"k":{"\u0152":40,"\u00b5":40,"y":60,"w":60,"v":70,"t":30,"j":-30,"f":10,"Y":110,"W":100,"V":120,"U":15,"T":90,"Q":40,"O":40,"G":40,"C":40}},"]":{"d":"-49,70r214,0r190,-710r-214,0r16,-60r287,0r-223,830r-287,0","w":439},"^":{"d":"328,-702r60,0r100,209r-61,0r-77,-154r-159,154r-74,0","w":500},"_":{"d":"-97,97r605,0r-18,63r-604,0","w":600},"`":{"d":"279,-703r81,-37r56,145r-54,0","w":500},"a":{"d":"97,-141v-1,114,169,105,235,49v42,-36,75,-84,88,-147v-114,-34,-321,-47,-323,98xm376,-81v-45,51,-103,92,-193,92v-95,0,-164,-48,-164,-143v0,-129,99,-184,230,-187v68,-2,132,14,184,28v4,-19,10,-38,10,-60v0,-132,-194,-116,-286,-78r-13,-64v51,-18,102,-31,171,-31v147,0,230,88,192,231r-78,293r-75,0","w":576,"k":{"y":30,"w":20,"v":30,"t":10,"\\":75,"?":35,"*":21}},"b":{"d":"172,-308v-54,119,8,258,140,252v137,-7,209,-107,216,-246v6,-129,-116,-193,-230,-138v-56,27,-100,75,-126,132xm404,-528v131,0,205,86,205,219v0,148,-79,247,-181,297v-35,16,-71,24,-109,24v-105,-1,-162,-55,-194,-128r-31,116r-77,0r196,-730r77,0r-82,302v48,-50,104,-100,196,-100","w":659,"k":{"\u00bb":5,"}":15,"z":10,"y":20,"x":25,"w":30,"v":28,"t":1,"f":4,"]":20,"\\":70,"?":35,".":10,",":10,"*":26,")":30}},"c":{"d":"479,-74v-51,47,-109,89,-202,86v-138,-4,-229,-85,-229,-226v0,-144,85,-238,188,-288v101,-50,243,-19,292,49v11,16,22,30,30,46r-62,39v-30,-50,-70,-92,-149,-92v-105,0,-168,72,-202,152v-49,119,6,255,136,252v70,-2,112,-32,153,-68","w":562,"k":{"\u0153":11,"\u00bb":-10,"\u00ab":10,"y":4,"x":4,"w":11,"v":11,"q":6,"o":11,"g":6,"f":4,"e":11,"d":6,"c":11,"\\":40,"?":15,"*":4,")":12}},"d":{"d":"193,-386v-90,94,-88,339,84,330v106,-6,174,-74,210,-152v54,-118,-8,-255,-140,-252v-68,2,-118,36,-154,74xm450,-88v-46,50,-103,103,-195,100v-130,-4,-205,-87,-205,-219v0,-148,79,-247,181,-297v35,-16,71,-24,109,-24v104,1,163,54,194,128r88,-330r77,0r-195,730r-77,0","w":659},"e":{"d":"469,-290v20,-95,-28,-176,-124,-173v-117,4,-177,80,-208,173r332,0xm549,-330v1,37,-8,69,-18,98r-405,0v-10,107,54,178,155,177v73,0,115,-27,159,-61r40,51v-51,41,-111,79,-203,77v-141,-3,-229,-80,-229,-220v0,-142,81,-240,181,-292v37,-19,77,-28,120,-28v127,3,196,74,200,198","w":589,"k":{"}":10,"z":5,"y":14,"x":30,"w":21,"v":21,"]":20,"\\":80,"?":40,".":10,",":10,"*":24,")":30}},"f":{"d":"464,-644v-43,-23,-109,-32,-148,2v-27,24,-43,79,-54,125r169,0r-19,68r-168,0r-121,449r-77,0r121,-449r-71,0r18,-68r71,0v25,-112,64,-217,194,-215v41,0,75,7,103,22","w":375,"k":{"\u0153":10,"\u00ab":15,"\u00e6":18,"}":-30,"z":10,"x":4,"s":10,"q":6,"o":10,"g":6,"e":10,"d":6,"c":10,"a":18,"]":-20,"\\":-30,"?":-35,"\/":45,".":45,",":45,"*":-30,")":-30}},"g":{"d":"136,-245v-3,121,129,167,235,121v73,-32,135,-93,137,-190v3,-119,-126,-177,-238,-130v-75,31,-131,97,-134,199xm345,-528v105,-1,156,54,190,124r30,-113r77,0r-118,443v-39,143,-110,236,-284,236v-103,0,-195,-39,-253,-90r48,-54v71,75,263,113,349,25v42,-43,61,-107,79,-176v-49,48,-105,95,-198,93v-123,-3,-210,-70,-210,-195v0,-140,82,-227,183,-271v35,-14,71,-22,107,-22","w":659,"k":{"\\":50}},"h":{"d":"467,-293v28,-90,-16,-172,-108,-166v-104,7,-163,79,-187,167r-78,292r-77,0r196,-730r77,0r-80,297v44,-48,94,-93,180,-95v128,-3,186,110,152,240r-76,288r-77,0","w":613,"k":{"y":30,"w":15,"v":30,"\\":75,"?":30,"*":21}},"i":{"d":"163,-517r77,0r-139,517r-77,0xm211,-715r88,0r-23,85r-88,0","w":264},"j":{"d":"-101,89v59,21,104,-9,118,-63r146,-543r77,0r-148,551v-21,97,-98,152,-211,120xm211,-715r88,0r-23,85r-88,0","w":263},"k":{"d":"213,-730r77,0r-133,497r348,-284r105,0r-277,223r142,294r-87,0r-120,-245r-138,110r-36,135r-77,0","w":568,"k":{"\u0153":30,"\u00bb":10,"\u00ab":20,"\u00e6":10,"y":11,"w":11,"v":11,"u":10,"t":10,"s":3,"q":25,"o":30,"g":25,"e":30,"d":25,"c":30,"a":10,"\\":40,"-":20}},"l":{"d":"220,-730r77,0r-196,730r-77,0","w":264},"m":{"d":"451,-293v26,-86,-10,-172,-100,-166v-101,7,-156,82,-179,167r-78,292r-77,0r138,-517r77,0r-22,84v44,-47,87,-95,172,-95v85,0,130,49,147,117v43,-65,107,-116,208,-117v128,-2,178,114,144,240r-77,288r-77,0r79,-293v23,-85,-9,-173,-100,-166v-101,8,-156,81,-179,167r-77,292r-77,0","w":950,"k":{"y":30,"w":15,"v":30,"\\":75,"?":30,"*":21}},"n":{"d":"467,-293v28,-90,-16,-172,-108,-166v-104,7,-163,79,-187,167r-78,292r-77,0r138,-517r77,0r-22,84v44,-48,94,-93,180,-95v128,-3,186,110,152,240r-76,288r-77,0","w":613,"k":{"y":30,"w":15,"v":30,"\\":75,"?":30,"*":21}},"o":{"d":"145,-310v-53,121,12,260,144,253v104,-6,169,-70,203,-148v53,-121,-12,-262,-144,-255v-105,6,-168,72,-203,150xm353,-528v146,0,236,87,236,231v0,143,-87,235,-189,284v-37,17,-75,25,-116,25v-146,0,-235,-88,-235,-232v0,-141,86,-234,187,-282v37,-17,76,-26,117,-26","w":638,"k":{"\u00bb":10,"}":15,"z":5,"y":25,"x":30,"w":24,"v":33,"t":1,"f":4,"]":20,"\\":80,"?":50,".":20,",":20,"*":31,")":30}},"p":{"d":"172,-308v-54,119,8,258,140,252v137,-7,209,-107,216,-246v6,-129,-116,-193,-230,-138v-56,27,-100,75,-126,132xm319,12v-105,-1,-162,-55,-194,-128r-74,276r-77,0r181,-677r77,0r-24,89v48,-50,104,-100,196,-100v131,0,205,86,205,219v0,148,-79,247,-181,297v-35,16,-71,24,-109,24","w":659,"k":{"\u00bb":5,"}":15,"z":10,"y":20,"x":25,"w":30,"v":28,"t":1,"f":4,"]":20,"\\":70,"?":35,".":10,",":10,"*":26,")":30}},"q":{"d":"193,-386v-90,94,-88,339,84,330v106,-5,174,-74,210,-153v55,-118,-8,-254,-140,-251v-68,1,-118,36,-154,74xm340,-528v104,2,163,53,194,127r31,-116r77,0r-191,717r-77,0r77,-289v-48,50,-104,101,-196,101v-130,0,-205,-87,-205,-219v0,-148,79,-247,181,-297v35,-16,71,-24,109,-24","w":659,"k":{"\\":50}},"r":{"d":"155,-517r77,0r-35,135v56,-75,118,-146,246,-144r-22,83v-157,7,-237,108,-272,239r-55,204r-77,0","w":402,"k":{"\u0153":5,"\u00ab":3,"\u00e6":15,"z":10,"q":5,"o":5,"g":5,"e":5,"d":5,"c":5,"a":15,"\\":30,"\/":71,".":86,",":86,"*":-20}},"s":{"d":"415,-152v-5,149,-180,194,-317,140v-39,-15,-74,-37,-104,-67r50,-50v47,46,101,72,180,76v78,4,152,-73,93,-132v-60,-60,-226,-63,-223,-184v3,-143,173,-190,304,-137v34,14,62,30,83,49r-45,53v-38,-30,-90,-56,-153,-60v-81,-5,-149,71,-91,126v59,56,227,68,223,186","w":496,"k":{"\u00ab":10,"}":10,"z":10,"y":4,"x":25,"w":16,"v":14,"t":10,"s":10,"]":15,"\\":75,"?":35,")":20}},"t":{"d":"161,-151v-15,55,10,91,67,91v23,0,48,-5,75,-16r-19,70v-91,37,-238,7,-206,-115r86,-328r-71,0r18,-68r72,0r42,-156r76,0r-42,156r163,0r-18,68r-163,0","w":401,"k":{"\u0153":10,"\u00ab":10,"q":5,"o":10,"g":5,"e":10,"d":5,"c":10,"\\":40}},"u":{"d":"403,-84v-44,48,-95,93,-181,95v-128,3,-185,-110,-151,-240r76,-288r77,0r-79,293v-25,89,15,172,108,166v105,-8,163,-79,187,-168r78,-291r77,0r-138,517r-77,0","w":613,"k":{"\\":50}},"v":{"d":"88,-517r81,0r58,429r286,-429r87,0r-361,521r-68,0","w":566,"k":{"\u0153":20,"\u00bb":15,"\u00ab":30,"\u00e6":24,"}":10,"z":10,"y":15,"x":10,"w":15,"v":15,"s":15,"q":15,"o":20,"g":15,"e":20,"d":15,"c":20,"a":24,"]":20,"\\":50,"?":10,"\/":70,".":85,"-":15,",":85}},"w":{"d":"96,-517r78,0r27,412r250,-414r64,0r29,414r249,-412r80,0r-322,521r-68,0r-30,-408r-249,408r-67,0","w":848,"k":{"\u0153":15,"\u00bb":10,"\u00ab":20,"\u00e6":19,"}":10,"z":5,"y":10,"x":10,"w":10,"v":15,"s":15,"q":14,"o":15,"g":14,"e":15,"d":14,"c":15,"a":19,"]":20,"\\":50,"?":10,"\/":60,".":70,"-":10,",":70}},"x":{"d":"243,-268r-130,-249r85,0r98,197r197,-197r97,0r-263,256r135,261r-85,0r-103,-210r-212,210r-97,0","w":564,"k":{"\u0153":34,"\u00bb":15,"\u00ab":45,"\u00e6":15,"}":10,"y":13,"w":11,"v":13,"s":13,"q":29,"o":34,"g":29,"e":34,"d":29,"c":34,"a":15,"]":10,"\\":50,"?":15,"-":30}},"y":{"d":"-33,69v35,26,100,37,143,5v20,-15,45,-38,71,-75r-94,-516r80,0r72,431r278,-431r87,0r-354,534v-61,84,-102,146,-212,146v-48,0,-82,-15,-113,-36","w":574,"k":{"\u0153":20,"\u00bb":15,"\u00ab":30,"\u00e6":24,"}":10,"z":5,"y":11,"x":10,"w":11,"v":16,"s":20,"q":15,"o":20,"g":15,"e":20,"d":15,"c":20,"a":24,"]":20,"\\":50,"?":10,"\/":70,".":85,"-":15,",":85}},"z":{"d":"-6,-49r441,-403r-321,0r18,-65r432,0r-14,49r-442,403r338,0r-18,65r-448,0","w":549,"k":{"\u0153":14,"\u00ab":15,"s":4,"q":9,"o":14,"g":9,"e":14,"d":9,"c":14,"\\":45}},"{":{"d":"220,-32v3,76,43,104,115,125r-24,48v-91,-20,-162,-59,-166,-163v-2,-61,31,-106,33,-170v2,-60,-51,-68,-119,-65r16,-60v134,11,171,-63,189,-175v23,-145,108,-219,274,-223r1,55v-127,5,-186,66,-204,181v-16,107,-49,183,-156,197v49,12,73,40,73,84v0,56,-34,107,-32,166","w":483,"k":{"\u0153":15,"\u0152":10,"\u00b5":10,"z":10,"y":10,"x":10,"w":10,"v":10,"s":10,"q":15,"o":15,"j":-35,"g":10,"e":15,"d":15,"c":15,"Q":10,"O":10,"J":15,"G":10,"C":10}},"|":{"d":"139,-798r64,0r0,926r-64,0r0,-926","w":303},"}":{"d":"319,-382v-2,60,51,68,119,65r-15,60v-134,-11,-172,63,-190,175v-22,145,-107,219,-273,223r-1,-55v127,-5,186,-66,204,-181v17,-107,49,-183,156,-197v-49,-12,-74,-40,-74,-84v0,-59,33,-106,33,-166v0,-76,-43,-104,-115,-125r24,-48v91,20,161,60,165,163v2,57,-31,114,-33,170","w":483},"~":{"d":"190,-298v-34,4,-43,32,-62,60r-50,-22v29,-55,52,-102,118,-106v59,-4,70,57,119,62v34,-4,43,-30,62,-59r49,21v-27,55,-52,102,-117,106v-59,3,-70,-56,-119,-62","w":473},"\u00c4":{"d":"548,-256r-63,-359r-256,359r319,0xm468,-705r76,0r130,705r-81,0r-32,-185r-382,0r-132,185r-87,0xm416,-857r90,0r-26,95r-90,0xm593,-857r89,0r-26,95r-89,0","w":761},"\u00c5":{"d":"556,-256r-64,-359r-256,359r320,0xm533,-827v-73,-8,-103,125,-13,122v71,7,102,-125,13,-122xm633,-778v0,50,-37,90,-76,103r125,675r-82,0r-32,-185r-381,0r-133,185r-87,0r493,-684v-24,-13,-40,-37,-40,-71v0,-67,47,-108,113,-111v56,-3,100,35,100,88","w":775},"\u00c7":{"d":"657,-104v-66,65,-147,118,-279,117r-105,142r-65,-34r110,-115v-137,-30,-233,-120,-233,-283v0,-198,117,-329,257,-399v97,-48,243,-46,326,6v43,27,77,64,101,108r-68,42v-42,-69,-95,-122,-203,-119v-159,4,-254,106,-304,225v-17,43,-26,88,-26,134v0,138,82,219,219,219v104,0,160,-42,217,-95","w":735},"\u00c9":{"d":"218,-700r501,0r-20,72r-422,0r-64,239r377,0r-20,72r-376,0r-66,245r427,0r-19,72r-506,0xm539,-907r80,37r-142,108r-72,0","w":653},"\u00d1":{"d":"463,-818v-33,4,-43,31,-62,59r-49,-21v28,-55,53,-102,117,-106v60,-4,71,55,120,62v34,-4,43,-32,62,-60r49,22v-29,54,-52,102,-117,106v-58,3,-70,-57,-120,-62xm218,-700r73,0r285,568r153,-568r77,0r-188,700r-63,0r-292,-581r-156,581r-77,0","w":786},"\u00d6":{"d":"171,-293v0,143,86,233,229,233v156,0,248,-102,296,-218v16,-42,24,-85,24,-128v0,-144,-85,-233,-229,-233v-156,0,-247,103,-295,219v-16,42,-25,84,-25,127xm686,-116v-78,91,-257,171,-416,106v-106,-44,-182,-137,-182,-281v0,-191,111,-317,246,-385v127,-64,307,-27,384,52v78,81,111,244,54,372v-22,50,-51,96,-86,136xm426,-857r90,0r-26,95r-90,0xm603,-857r89,0r-26,95r-89,0"},"\u00dc":{"d":"181,-301v-37,137,32,246,173,239v149,-7,211,-109,245,-235r109,-403r79,0r-112,417v-43,166,-143,294,-328,294v-156,0,-255,-74,-255,-224v0,-37,5,-73,15,-109r100,-378r80,0xm402,-857r90,0r-26,95r-90,0xm579,-857r89,0r-26,95r-89,0","w":758},"\u00e1":{"d":"97,-141v-1,114,169,105,235,49v42,-36,75,-84,88,-147v-114,-34,-321,-47,-323,98xm376,-81v-45,51,-103,92,-193,92v-95,0,-164,-48,-164,-143v0,-129,99,-184,230,-187v68,-2,132,14,184,28v4,-19,10,-38,10,-60v0,-132,-194,-116,-286,-78r-13,-64v51,-18,102,-31,171,-31v147,0,230,88,192,231r-78,293r-75,0xm430,-740r80,37r-142,108r-72,0","w":576},"\u00e0":{"d":"97,-141v-1,114,169,105,235,49v42,-36,75,-84,88,-147v-114,-34,-321,-47,-323,98xm376,-81v-45,51,-103,92,-193,92v-95,0,-164,-48,-164,-143v0,-129,99,-184,230,-187v68,-2,132,14,184,28v4,-19,10,-38,10,-60v0,-132,-194,-116,-286,-78r-13,-64v51,-18,102,-31,171,-31v147,0,230,88,192,231r-78,293r-75,0xm273,-703r81,-37r56,145r-54,0","w":576},"\u00e2":{"d":"369,-726r68,0r71,131r-62,0r-54,-67r-96,67r-68,0xm97,-141v-1,114,169,105,235,49v42,-36,75,-84,88,-147v-114,-34,-321,-47,-323,98xm376,-81v-45,51,-103,92,-193,92v-95,0,-164,-48,-164,-143v0,-129,99,-184,230,-187v68,-2,132,14,184,28v4,-19,10,-38,10,-60v0,-132,-194,-116,-286,-78r-13,-64v51,-18,102,-31,171,-31v147,0,230,88,192,231r-78,293r-75,0","w":576},"\u00e4":{"d":"97,-141v-1,114,169,105,235,49v42,-36,75,-84,88,-147v-114,-34,-321,-47,-323,98xm376,-81v-45,51,-103,92,-193,92v-95,0,-164,-48,-164,-143v0,-129,99,-184,230,-187v68,-2,132,14,184,28v4,-19,10,-38,10,-60v0,-132,-194,-116,-286,-78r-13,-64v51,-18,102,-31,171,-31v147,0,230,88,192,231r-78,293r-75,0xm260,-690r90,0r-26,95r-90,0xm437,-690r89,0r-26,95r-89,0","w":576},"\u00e3":{"d":"316,-651v-33,4,-43,31,-62,59r-49,-21v28,-55,53,-102,117,-106v60,-4,71,55,120,62v34,-4,43,-32,62,-60r49,22v-29,54,-52,102,-117,106v-58,3,-70,-57,-120,-62xm97,-141v-1,114,169,105,235,49v42,-36,75,-84,88,-147v-114,-34,-321,-47,-323,98xm376,-81v-45,51,-103,92,-193,92v-95,0,-164,-48,-164,-143v0,-129,99,-184,230,-187v68,-2,132,14,184,28v4,-19,10,-38,10,-60v0,-132,-194,-116,-286,-78r-13,-64v51,-18,102,-31,171,-31v147,0,230,88,192,231r-78,293r-75,0","w":576},"\u00e5":{"d":"329,-683v0,31,23,50,57,50v39,0,70,-34,69,-72v0,-31,-23,-50,-56,-50v-39,0,-71,34,-70,72xm499,-705v-2,67,-47,108,-114,111v-56,3,-101,-35,-99,-88v2,-67,47,-108,113,-111v56,-3,102,35,100,88xm97,-141v-1,114,169,105,235,49v42,-36,75,-84,88,-147v-114,-34,-321,-47,-323,98xm376,-81v-45,51,-103,92,-193,92v-95,0,-164,-48,-164,-143v0,-129,99,-184,230,-187v68,-2,132,14,184,28v4,-19,10,-38,10,-60v0,-132,-194,-116,-286,-78r-13,-64v51,-18,102,-31,171,-31v147,0,230,88,192,231r-78,293r-75,0","w":576},"\u00e7":{"d":"479,-74v-51,47,-108,87,-203,86r-104,143r-66,-34r111,-116v-98,-28,-169,-97,-169,-219v0,-144,85,-238,188,-288v101,-50,243,-19,292,49v11,16,22,30,30,46r-62,39v-30,-50,-70,-92,-149,-92v-105,0,-168,72,-202,152v-49,119,6,255,136,252v70,-2,112,-32,153,-68","w":559},"\u00e9":{"d":"469,-290v20,-95,-28,-176,-124,-173v-117,4,-177,80,-208,173r332,0xm549,-330v1,37,-8,69,-18,98r-405,0v-10,107,54,178,155,177v73,0,115,-27,159,-61r40,51v-51,41,-111,79,-203,77v-141,-3,-229,-80,-229,-220v0,-142,81,-240,181,-292v37,-19,77,-28,120,-28v127,3,196,74,200,198xm437,-740r80,37r-142,108r-72,0","w":589},"\u00e8":{"d":"469,-290v20,-95,-28,-176,-124,-173v-117,4,-177,80,-208,173r332,0xm549,-330v1,37,-8,69,-18,98r-405,0v-10,107,54,178,155,177v73,0,115,-27,159,-61r40,51v-51,41,-111,79,-203,77v-141,-3,-229,-80,-229,-220v0,-142,81,-240,181,-292v37,-19,77,-28,120,-28v127,3,196,74,200,198xm277,-703r81,-37r56,145r-54,0","w":589},"\u00ea":{"d":"369,-726r68,0r71,131r-62,0r-54,-67r-96,67r-68,0xm469,-290v20,-95,-28,-176,-124,-173v-117,4,-177,80,-208,173r332,0xm549,-330v1,37,-8,69,-18,98r-405,0v-10,107,54,178,155,177v73,0,115,-27,159,-61r40,51v-51,41,-111,79,-203,77v-141,-3,-229,-80,-229,-220v0,-142,81,-240,181,-292v37,-19,77,-28,120,-28v127,3,196,74,200,198","w":589},"\u00eb":{"d":"469,-290v20,-95,-28,-176,-124,-173v-117,4,-177,80,-208,173r332,0xm549,-330v1,37,-8,69,-18,98r-405,0v-10,107,54,178,155,177v73,0,115,-27,159,-61r40,51v-51,41,-111,79,-203,77v-141,-3,-229,-80,-229,-220v0,-142,81,-240,181,-292v37,-19,77,-28,120,-28v127,3,196,74,200,198xm265,-690r90,0r-26,95r-90,0xm442,-690r89,0r-26,95r-89,0","w":589},"\u00ed":{"d":"163,-517r77,0r-139,517r-77,0xm307,-740r80,37r-142,108r-72,0","w":263},"\u00ec":{"d":"163,-517r77,0r-139,517r-77,0xm105,-703r81,-37r56,145r-54,0","w":263},"\u00ee":{"d":"216,-726r68,0r71,131r-62,0r-54,-67r-96,67r-68,0xm163,-517r77,0r-139,517r-77,0","w":263},"\u00ef":{"d":"163,-517r77,0r-139,517r-77,0xm112,-690r90,0r-26,95r-90,0xm289,-690r89,0r-26,95r-89,0","w":263},"\u00f1":{"d":"335,-651v-33,4,-43,31,-62,59r-49,-21v28,-55,53,-102,117,-106v60,-4,71,55,120,62v34,-4,43,-32,62,-60r49,22v-29,54,-52,102,-117,106v-58,3,-70,-57,-120,-62xm467,-293v28,-90,-16,-172,-108,-166v-104,7,-163,79,-187,167r-78,292r-77,0r138,-517r77,0r-22,84v44,-48,94,-93,180,-95v128,-3,186,110,152,240r-76,288r-77,0","w":613},"\u00f3":{"d":"145,-310v-53,121,12,260,144,253v104,-6,169,-70,203,-148v53,-121,-12,-262,-144,-255v-105,6,-168,72,-203,150xm353,-528v146,0,236,87,236,231v0,143,-87,235,-189,284v-37,17,-75,25,-116,25v-146,0,-235,-88,-235,-232v0,-141,86,-234,187,-282v37,-17,76,-26,117,-26xm446,-740r80,37r-142,108r-72,0","w":638},"\u00f2":{"d":"145,-310v-53,121,12,260,144,253v104,-6,169,-70,203,-148v53,-121,-12,-262,-144,-255v-105,6,-168,72,-203,150xm353,-528v146,0,236,87,236,231v0,143,-87,235,-189,284v-37,17,-75,25,-116,25v-146,0,-235,-88,-235,-232v0,-141,86,-234,187,-282v37,-17,76,-26,117,-26xm287,-703r81,-37r56,145r-54,0","w":638},"\u00f4":{"d":"395,-726r68,0r71,131r-62,0r-54,-67r-96,67r-68,0xm145,-310v-53,121,12,260,144,253v104,-6,169,-70,203,-148v53,-121,-12,-262,-144,-255v-105,6,-168,72,-203,150xm353,-528v146,0,236,87,236,231v0,143,-87,235,-189,284v-37,17,-75,25,-116,25v-146,0,-235,-88,-235,-232v0,-141,86,-234,187,-282v37,-17,76,-26,117,-26","w":638},"\u00f6":{"d":"145,-310v-53,121,12,260,144,253v104,-6,169,-70,203,-148v53,-121,-12,-262,-144,-255v-105,6,-168,72,-203,150xm353,-528v146,0,236,87,236,231v0,143,-87,235,-189,284v-37,17,-75,25,-116,25v-146,0,-235,-88,-235,-232v0,-141,86,-234,187,-282v37,-17,76,-26,117,-26xm278,-690r90,0r-26,95r-90,0xm455,-690r89,0r-26,95r-89,0","w":638},"\u00f5":{"d":"336,-651v-33,4,-43,31,-62,59r-49,-21v28,-55,53,-102,117,-106v60,-4,71,55,120,62v34,-4,43,-32,62,-60r49,22v-29,54,-52,102,-117,106v-58,3,-70,-57,-120,-62xm145,-310v-53,121,12,260,144,253v104,-6,169,-70,203,-148v53,-121,-12,-262,-144,-255v-105,6,-168,72,-203,150xm353,-528v146,0,236,87,236,231v0,143,-87,235,-189,284v-37,17,-75,25,-116,25v-146,0,-235,-88,-235,-232v0,-141,86,-234,187,-282v37,-17,76,-26,117,-26","w":638},"\u00fa":{"d":"403,-84v-44,48,-95,93,-181,95v-128,3,-185,-110,-151,-240r76,-288r77,0r-79,293v-25,89,15,172,108,166v105,-8,163,-79,187,-168r78,-291r77,0r-138,517r-77,0xm455,-740r80,37r-142,108r-72,0","w":613},"\u00f9":{"d":"403,-84v-44,48,-95,93,-181,95v-128,3,-185,-110,-151,-240r76,-288r77,0r-79,293v-25,89,15,172,108,166v105,-8,163,-79,187,-168r78,-291r77,0r-138,517r-77,0xm286,-703r81,-37r56,145r-54,0","w":613},"\u00fb":{"d":"386,-726r68,0r71,131r-62,0r-54,-67r-96,67r-68,0xm403,-84v-44,48,-95,93,-181,95v-128,3,-185,-110,-151,-240r76,-288r77,0r-79,293v-25,89,15,172,108,166v105,-8,163,-79,187,-168r78,-291r77,0r-138,517r-77,0","w":613},"\u00fc":{"d":"403,-84v-44,48,-95,93,-181,95v-128,3,-185,-110,-151,-240r76,-288r77,0r-79,293v-25,89,15,172,108,166v105,-8,163,-79,187,-168r78,-291r77,0r-138,517r-77,0xm280,-690r90,0r-26,95r-90,0xm457,-690r89,0r-26,95r-89,0","w":613},"\u00b0":{"d":"145,-536v-2,51,33,88,83,86v67,-3,108,-51,111,-118v3,-51,-33,-88,-83,-86v-66,3,-108,51,-111,118xm396,-573v0,103,-70,175,-173,175v-84,0,-135,-51,-135,-134v0,-103,69,-174,173,-174v83,0,135,51,135,133","w":387},"\u00a2":{"d":"383,-556v-113,2,-180,69,-215,152v-23,55,-26,130,4,178v14,24,35,43,60,56xm520,-168v-58,55,-145,98,-259,80r-37,94r-64,0r44,-111v-112,-37,-165,-197,-107,-327v50,-112,147,-199,310,-192r33,-82r64,0r-37,93v61,19,104,60,129,110r-61,39v-23,-38,-50,-70,-97,-84r-154,393v85,9,144,-23,191,-64","w":566},"\u00a3":{"d":"587,-553v-29,-62,-109,-103,-193,-71v-91,36,-110,156,-139,260r280,0r-19,69r-280,0r-60,225r356,0r-19,70r-518,0r12,-46r89,-21r62,-228r-84,0r19,-69r83,0v43,-165,78,-342,282,-344v99,-1,158,50,194,113","w":629,"k":{"4":15}},"\u00a7":{"d":"398,-423v-80,-32,-226,-36,-237,57v9,69,107,87,177,104v76,19,173,0,180,-73v-10,-56,-58,-64,-120,-88xm479,-123v-5,163,-274,154,-376,81v-15,-11,-30,-21,-41,-33r50,-50v38,37,106,71,182,71v52,0,107,-22,108,-67v-11,-58,-63,-63,-129,-90v-82,-33,-188,-45,-188,-145v0,-93,87,-121,181,-129v-31,-17,-68,-47,-66,-93v5,-163,273,-156,376,-82v15,11,30,22,41,34r-49,50v-38,-36,-107,-71,-183,-71v-52,0,-107,22,-108,67v11,58,64,63,129,90v82,33,188,45,188,145v0,93,-87,121,-181,129v32,17,67,47,66,93","w":632,"k":{"7":15}},"\u00b6":{"d":"98,-440v0,-221,196,-272,438,-260r-188,700r-80,0r66,-249v-132,-8,-236,-54,-236,-191","w":517},"\u00df":{"d":"408,-363v75,24,144,62,144,157v0,161,-155,206,-330,208r17,-64v126,-2,235,-31,235,-145v0,-66,-54,-108,-163,-125r16,-60v113,-28,193,-63,200,-171v7,-115,-168,-137,-233,-58v-28,34,-54,76,-69,133r-131,488r-77,0r135,-501v36,-128,102,-236,257,-236v114,0,195,58,195,169v0,126,-95,173,-196,205","w":623,"k":{"\u00ab":10,"}":10,"z":10,"y":4,"x":25,"w":16,"v":14,"t":10,"s":10,"]":15,"\\":75,"?":35,")":20}},"\u00ae":{"d":"546,-431v1,-83,-111,-63,-194,-65r0,132v84,-1,193,15,194,-67xm602,-434v1,64,-42,97,-95,110r114,149r-67,0r-107,-140r-95,0r0,140r-55,0r0,-371r166,0v77,-1,139,39,139,112xm204,-116v67,76,233,130,365,70v112,-51,199,-149,199,-305v0,-154,-86,-254,-198,-304v-79,-35,-182,-34,-260,1v-113,51,-200,149,-200,305v0,100,44,177,94,233xm773,-211v-62,161,-264,281,-477,195v-125,-51,-219,-164,-219,-333v0,-170,98,-279,221,-334v87,-39,197,-39,284,-1v123,55,219,164,219,333v0,49,-11,95,-28,140","w":830},"\u00a9":{"d":"591,-229v-39,37,-75,68,-148,66v-115,-4,-183,-77,-186,-192v-4,-142,135,-231,271,-175v23,9,42,26,60,43r-36,40v-27,-25,-59,-50,-108,-50v-83,0,-131,58,-131,141v0,83,50,142,131,142v55,0,78,-23,111,-50xm204,-116v67,76,233,130,365,70v112,-51,199,-149,199,-305v0,-154,-86,-254,-198,-304v-79,-35,-182,-34,-260,1v-113,51,-200,149,-200,305v0,100,44,177,94,233xm773,-211v-62,161,-264,281,-477,195v-125,-51,-219,-164,-219,-333v0,-170,98,-279,221,-334v87,-39,197,-39,284,-1v123,55,219,164,219,333v0,49,-11,95,-28,140","w":830},"\u00b4":{"d":"373,-740r80,37r-142,108r-72,0","w":500},"\u00a8":{"d":"224,-690r90,0r-26,95r-90,0xm401,-690r89,0r-26,95r-89,0","w":500},"\u00c6":{"d":"511,-256r100,-374r-25,0r-318,374r243,0xm559,-700r560,0r-20,72r-409,0r-64,239r364,0r-19,72r-364,0r-66,245r414,0r-19,72r-493,0r50,-185r-284,0r-158,185r-91,0","w":1065,"k":{"\u0153":10,"y":10,"w":10,"v":10,"o":10,"e":10,"d":10,"c":10}},"\u00d8":{"d":"230,-129v54,72,202,93,298,41v107,-58,194,-163,194,-318v0,-43,-9,-83,-28,-119xm660,-573v-56,-70,-202,-89,-297,-38v-108,58,-194,162,-194,318v0,43,9,81,26,116xm756,-576v56,80,61,222,16,324v-63,144,-181,260,-377,265v-99,2,-174,-40,-224,-93r-100,85r-90,0r153,-131v-59,-89,-59,-218,-14,-322v62,-144,180,-264,376,-264v98,0,172,38,223,90r96,-83r90,0"},"\u00b1":{"d":"400,-350v68,23,127,65,128,153v4,224,-352,265,-485,131v-16,-15,-30,-32,-41,-50r63,-43v41,58,99,101,199,99v100,-2,182,-43,182,-137v0,-110,-112,-125,-231,-122r18,-68v140,7,280,-22,280,-139v0,-78,-64,-113,-144,-113v-83,0,-132,31,-181,70r-46,-52v57,-48,127,-93,232,-90v124,3,222,54,222,176v0,113,-90,165,-196,185","w":606,"k":{"7":20}},"\u00a5":{"d":"271,-116r-203,0r16,-62r203,0r23,-88r-203,0r17,-62r177,0r-158,-372r88,0r141,344r326,-344r99,0r-360,372r174,0r-17,62r-206,0r-23,88r206,0r-17,62r-206,0r-30,116r-78,0","w":703,"k":{"4":20}},"\u00b5":{"d":"171,-293v-2,171,143,269,315,219v28,-8,53,-21,76,-37r-109,-128r62,-47r102,129v57,-58,103,-144,103,-249v0,-144,-85,-233,-229,-233v-156,0,-247,103,-295,219v-16,42,-25,84,-25,127xm780,-528v63,164,-17,348,-116,432r70,79r-62,46r-65,-82v-78,58,-226,91,-337,43v-106,-45,-182,-137,-182,-281v0,-191,111,-317,246,-385v127,-64,312,-31,384,52v25,29,47,59,62,96","k":{"\u00c6":4,"}":3,"y":3,"x":5,"v":3,"]":3,"\\":40,"Z":5,"Y":66,"X":7,"W":46,"V":51,"T":73,"J":3,"A":4,"?":20,"\/":11,".":40,",":40,"*":11,")":3}},"\u03bc":{"d":"171,-293v-2,171,143,269,315,219v28,-8,53,-21,76,-37r-109,-128r62,-47r102,129v57,-58,103,-144,103,-249v0,-144,-85,-233,-229,-233v-156,0,-247,103,-295,219v-16,42,-25,84,-25,127xm780,-528v63,164,-17,348,-116,432r70,79r-62,46r-65,-82v-78,58,-226,91,-337,43v-106,-45,-182,-137,-182,-281v0,-191,111,-317,246,-385v127,-64,312,-31,384,52v25,29,47,59,62,96"},"\u00aa":{"d":"158,-489v0,58,86,47,117,19v21,-18,38,-41,45,-72v-59,-19,-162,-19,-162,53xm68,-336r250,0r-12,47r-250,0xm297,-459v-25,28,-57,52,-107,52v-46,1,-85,-29,-85,-76v0,-105,133,-125,223,-92v19,-47,-9,-83,-66,-83v-32,0,-57,6,-80,15r-9,-43v81,-35,240,-24,210,91r-47,182r-51,0","w":390},"\u00ba":{"d":"165,-538v-2,50,34,89,83,87v69,-3,109,-53,112,-121v2,-50,-34,-89,-83,-87v-69,3,-109,52,-112,121xm70,-336r270,0r-12,47r-270,0xm413,-574v0,100,-68,164,-168,169v-77,4,-136,-55,-133,-131v4,-100,68,-169,168,-169v82,0,133,50,133,131","w":393},"\u00e6":{"d":"429,-159v-3,-26,-8,-51,-2,-79v-115,-35,-327,-50,-330,94v-2,108,148,114,229,66v36,-21,71,-47,103,-81xm840,-290v18,-97,-28,-176,-125,-173v-117,4,-177,80,-208,173r333,0xm649,12v-102,0,-172,-47,-204,-119v-60,61,-141,118,-251,118v-102,0,-175,-45,-175,-146v0,-128,102,-181,233,-184v65,-1,132,13,181,28v4,-19,10,-38,10,-60v0,-132,-194,-116,-286,-78r-13,-64v51,-18,102,-31,171,-31v98,-1,166,36,190,107v47,-58,117,-109,215,-111v162,-4,233,145,182,296r-406,0v-10,107,54,178,155,177v75,0,114,-26,160,-61r40,51v-49,40,-114,77,-202,77","w":958,"k":{"}":10,"z":5,"y":14,"x":30,"w":21,"v":21,"]":20,"\\":80,"?":40,".":10,",":10,"*":24,")":30}},"\u00f8":{"d":"170,-99v45,48,134,56,202,24v93,-44,171,-168,124,-298xm466,-418v-44,-47,-136,-55,-202,-22v-90,45,-169,164,-123,294xm236,-502v93,-45,230,-26,285,37r71,-58r85,0r-121,101v42,67,43,167,8,243v-48,103,-138,187,-280,191v-75,2,-129,-27,-169,-65r-70,58r-85,0r120,-101v-67,-113,-10,-275,60,-338v29,-26,60,-50,96,-68","w":638},"\u00bf":{"d":"486,-91v-54,53,-131,100,-235,100v-153,0,-253,-125,-187,-263v39,-82,133,-122,242,-138r40,-110r50,0r-27,162r-7,5v-119,13,-229,42,-236,161v-4,73,60,111,133,111v77,1,140,-42,182,-80xm377,-700r92,0r-28,105r-92,0","w":537,"k":{"\u0152":20,"\u00e6":-10,"\u00b5":20,"y":24,"w":24,"v":34,"t":15,"f":10,"a":-10,"Y":70,"X":10,"W":50,"V":60,"U":15,"T":60,"Q":20,"O":20,"G":20,"C":20}},"\u00a1":{"d":"36,-57r143,-445r43,0r-95,445r-16,57r-90,0xm208,-700r92,0r-29,105r-91,0","w":271},"\u0192":{"d":"582,-629v-42,-17,-104,-21,-139,11v-41,38,-68,120,-96,178r150,0r-17,67r-162,0r-107,243v-41,103,-109,161,-236,131r19,-64v34,10,77,11,102,-15v15,-16,32,-40,47,-73r98,-222r-97,0r18,-67r108,0v60,-124,95,-302,290,-266v15,3,29,8,42,13","w":531,"k":{"5":10,"4":30,"1":-30}},"\u00ab":{"d":"45,-252r2,-8r222,-216r50,42r-188,187r82,177r-63,31xm267,-252r2,-8r222,-216r50,42r-188,187r82,177r-63,31","w":550,"k":{"\u0153":10,"y":15,"x":15,"w":10,"v":15,"q":5,"o":10,"g":5,"e":10,"d":5,"c":10,"Y":75,"X":20,"W":35,"V":40,"T":67}},"\u00bb":{"d":"8,-80r187,-187r-82,-177r63,-31r105,213r-2,8r-221,216xm230,-80r187,-187r-82,-177r63,-31r105,213r-2,8r-222,216","w":550,"k":{"\u00c6":20,"z":20,"y":30,"x":45,"w":20,"v":30,"t":10,"s":10,"f":10,"Z":15,"Y":103,"X":50,"W":50,"V":60,"T":90,"S":10,"A":20}},"\u00a0":{"w":300},"\u00c0":{"d":"548,-256r-63,-359r-256,359r319,0xm468,-705r76,0r130,705r-81,0r-32,-185r-382,0r-132,185r-87,0xm419,-870r81,-37r56,145r-54,0","w":761},"\u00c3":{"d":"466,-818v-33,4,-43,31,-62,59r-49,-21v28,-55,53,-102,117,-106v60,-4,71,55,120,62v34,-4,43,-32,62,-60r49,22v-29,54,-52,102,-117,106v-58,3,-70,-57,-120,-62xm548,-256r-63,-359r-256,359r319,0xm468,-705r76,0r130,705r-81,0r-32,-185r-382,0r-132,185r-87,0","w":761},"\u00d5":{"d":"476,-818v-33,4,-43,31,-62,59r-49,-21v28,-55,53,-102,117,-106v60,-4,71,55,120,62v34,-4,43,-32,62,-60r49,22v-29,54,-52,102,-117,106v-58,3,-70,-57,-120,-62xm171,-293v0,143,86,233,229,233v156,0,248,-102,296,-218v16,-42,24,-85,24,-128v0,-144,-85,-233,-229,-233v-156,0,-247,103,-295,219v-16,42,-25,84,-25,127xm686,-116v-78,91,-257,171,-416,106v-106,-44,-182,-137,-182,-281v0,-191,111,-317,246,-385v127,-64,307,-27,384,52v78,81,111,244,54,372v-22,50,-51,96,-86,136"},"\u0152":{"d":"168,-299v0,191,155,237,361,226r149,-554v-110,0,-213,-5,-295,28v-118,48,-215,139,-215,300xm435,0v-207,-4,-350,-89,-350,-294v0,-199,116,-312,266,-371v61,-24,129,-35,204,-35r630,0r-19,72r-409,0r-64,239r363,0r-19,72r-363,0r-66,245r414,0r-20,72r-567,0","w":1132,"k":{"\u0153":10,"y":10,"w":10,"v":10,"o":10,"e":10,"d":10,"c":10}},"\u0153":{"d":"144,-311v-52,122,14,261,145,254v103,-5,169,-69,203,-145v54,-121,-12,-265,-144,-258v-105,6,-170,71,-204,149xm923,-290v18,-97,-28,-176,-125,-173v-117,4,-177,80,-208,173r333,0xm802,-528v162,-6,236,148,182,296r-405,0v-10,107,54,178,155,177v73,0,115,-27,159,-61r41,51v-49,40,-114,77,-202,77v-106,0,-184,-57,-208,-140v-51,75,-120,137,-242,140v-185,5,-281,-177,-209,-348v45,-106,137,-192,280,-192v114,0,181,60,209,147v49,-78,117,-143,240,-147","w":1041,"k":{"}":10,"z":5,"y":14,"x":30,"w":21,"v":21,"]":20,"\\":80,"?":40,".":10,",":10,"*":24,")":30}},"\u00ff":{"d":"-33,69v35,26,100,37,143,5v20,-15,45,-38,71,-75r-94,-516r80,0r72,431r278,-431r87,0r-354,534v-61,84,-102,146,-212,146v-48,0,-82,-15,-113,-36xm254,-690r90,0r-26,95r-90,0xm431,-690r89,0r-26,95r-89,0","w":574},"\u0178":{"d":"292,-282r-173,-418r88,0r140,353r330,-353r101,0r-410,431r-72,269r-80,0xm346,-857r90,0r-26,95r-90,0xm523,-857r89,0r-26,95r-89,0","w":663},"\u00b7":{"d":"106,-353r91,0r-28,105r-92,0","w":255},"\u2219":{"d":"106,-353r91,0r-28,105r-92,0","w":255},"\u00c2":{"d":"515,-893r68,0r71,131r-62,0r-54,-67r-96,67r-68,0xm548,-256r-63,-359r-256,359r319,0xm468,-705r76,0r130,705r-81,0r-32,-185r-382,0r-132,185r-87,0","w":761},"\u00ca":{"d":"476,-893r68,0r71,131r-62,0r-54,-67r-96,67r-68,0xm218,-700r501,0r-20,72r-422,0r-64,239r377,0r-20,72r-376,0r-66,245r427,0r-19,72r-506,0","w":653},"\u00c1":{"d":"548,-256r-63,-359r-256,359r319,0xm468,-705r76,0r130,705r-81,0r-32,-185r-382,0r-132,185r-87,0xm606,-907r80,37r-142,108r-72,0","w":761},"\u00cb":{"d":"218,-700r501,0r-20,72r-422,0r-64,239r377,0r-20,72r-376,0r-66,245r427,0r-19,72r-506,0xm372,-857r90,0r-26,95r-90,0xm549,-857r89,0r-26,95r-89,0","w":653},"\u00c8":{"d":"218,-700r501,0r-20,72r-422,0r-64,239r377,0r-20,72r-376,0r-66,245r427,0r-19,72r-506,0xm383,-870r81,-37r56,145r-54,0","w":653},"\u00cd":{"d":"225,-700r79,0r-188,700r-79,0xm361,-907r80,37r-142,108r-72,0","w":291},"\u00ce":{"d":"275,-893r68,0r71,131r-62,0r-54,-67r-96,67r-68,0xm225,-700r79,0r-188,700r-79,0","w":291},"\u00cf":{"d":"225,-700r79,0r-188,700r-79,0xm175,-857r90,0r-26,95r-90,0xm352,-857r89,0r-26,95r-89,0","w":291},"\u00cc":{"d":"225,-700r79,0r-188,700r-79,0xm180,-870r81,-37r56,145r-54,0","w":291},"\u00d3":{"d":"171,-293v0,143,86,233,229,233v156,0,248,-102,296,-218v16,-42,24,-85,24,-128v0,-144,-85,-233,-229,-233v-156,0,-247,103,-295,219v-16,42,-25,84,-25,127xm686,-116v-78,91,-257,171,-416,106v-106,-44,-182,-137,-182,-281v0,-191,111,-317,246,-385v127,-64,307,-27,384,52v78,81,111,244,54,372v-22,50,-51,96,-86,136xm588,-907r80,37r-142,108r-72,0"},"\u00d4":{"d":"534,-893r68,0r71,131r-62,0r-54,-67r-96,67r-68,0xm171,-293v0,143,86,233,229,233v156,0,248,-102,296,-218v16,-42,24,-85,24,-128v0,-144,-85,-233,-229,-233v-156,0,-247,103,-295,219v-16,42,-25,84,-25,127xm686,-116v-78,91,-257,171,-416,106v-106,-44,-182,-137,-182,-281v0,-191,111,-317,246,-385v127,-64,307,-27,384,52v78,81,111,244,54,372v-22,50,-51,96,-86,136"},"\u00d2":{"d":"171,-293v0,143,86,233,229,233v156,0,248,-102,296,-218v16,-42,24,-85,24,-128v0,-144,-85,-233,-229,-233v-156,0,-247,103,-295,219v-16,42,-25,84,-25,127xm686,-116v-78,91,-257,171,-416,106v-106,-44,-182,-137,-182,-281v0,-191,111,-317,246,-385v127,-64,307,-27,384,52v78,81,111,244,54,372v-22,50,-51,96,-86,136xm443,-870r81,-37r56,145r-54,0"},"\u00da":{"d":"181,-301v-37,137,32,246,173,239v149,-7,211,-109,245,-235r109,-403r79,0r-112,417v-43,166,-143,294,-328,294v-156,0,-255,-74,-255,-224v0,-37,5,-73,15,-109r100,-378r80,0xm567,-907r80,37r-142,108r-72,0","w":758},"\u00db":{"d":"506,-893r68,0r71,131r-62,0r-54,-67r-96,67r-68,0xm181,-301v-37,137,32,246,173,239v149,-7,211,-109,245,-235r109,-403r79,0r-112,417v-43,166,-143,294,-328,294v-156,0,-255,-74,-255,-224v0,-37,5,-73,15,-109r100,-378r80,0","w":758},"\u00d9":{"d":"181,-301v-37,137,32,246,173,239v149,-7,211,-109,245,-235r109,-403r79,0r-112,417v-43,166,-143,294,-328,294v-156,0,-255,-74,-255,-224v0,-37,5,-73,15,-109r100,-378r80,0xm411,-870r81,-37r56,145r-54,0","w":758},"\u0131":{"d":"163,-517r77,0r-139,517r-77,0","w":263},"\u00af":{"d":"199,-667r317,0r-18,67r-316,0","w":500},"\u02c9":{"d":"199,-667r317,0r-18,67r-316,0","w":500},"\u00b8":{"d":"63,121r125,-131r61,0r-120,165","w":500},"\u0141":{"d":"155,-301r-80,22r19,-73r81,-23r87,-325r79,0r-81,301r234,-66r-20,74r-234,66r-68,252r396,0r-20,73r-474,0","w":652},"\u0142":{"d":"140,-320r-81,23r20,-75r81,-23r90,-335r77,0r-84,312r83,-24r-20,75r-83,24r-92,343r-77,0","w":322},"\u0160":{"d":"332,-893r62,0r55,67r96,-67r68,0r-142,131r-68,0xm563,-202v0,142,-118,209,-265,212v-134,3,-229,-53,-286,-133r60,-47v57,66,116,109,231,109v106,0,199,-60,169,-168v-73,-124,-328,-86,-328,-278v0,-187,239,-244,403,-173v43,18,76,45,103,76r-58,52v-47,-51,-106,-87,-197,-87v-92,0,-168,38,-168,123v0,86,86,98,155,129v88,39,181,68,181,185","w":637},"\u0161":{"d":"226,-726r62,0r55,67r96,-67r68,0r-142,131r-68,0xm415,-152v-5,149,-180,194,-317,140v-39,-15,-74,-37,-104,-67r50,-50v47,46,101,72,180,76v78,4,152,-73,93,-132v-60,-60,-226,-63,-223,-184v3,-143,173,-190,304,-137v34,14,62,30,83,49r-45,53v-38,-30,-90,-56,-153,-60v-81,-5,-149,71,-91,126v59,56,227,68,223,186","w":496},"\u00dd":{"d":"292,-282r-173,-418r88,0r140,353r330,-353r101,0r-410,431r-72,269r-80,0xm519,-907r80,37r-142,108r-72,0","w":663},"\u00fd":{"d":"-33,69v35,26,100,37,143,5v20,-15,45,-38,71,-75r-94,-516r80,0r72,431r278,-431r87,0r-354,534v-61,84,-102,146,-212,146v-48,0,-82,-15,-113,-36xm429,-740r80,37r-142,108r-72,0","w":574},"\u00de":{"d":"573,-379v0,-91,-71,-128,-171,-128r-157,0r-82,308r151,0v146,1,259,-50,259,-180xm654,-384v0,186,-152,252,-344,256r-166,0r-35,128r-79,0r188,-700r78,0r-31,120r139,0v147,-1,250,59,250,196","w":674},"\u00fe":{"d":"172,-308v-54,119,8,258,140,252v137,-7,209,-107,216,-246v6,-129,-116,-193,-230,-138v-56,27,-100,75,-126,132xm319,12v-105,-1,-162,-55,-194,-128r-74,276r-77,0r239,-890r77,0r-82,302v48,-50,104,-100,196,-100v131,0,205,86,205,219v0,148,-79,247,-181,297v-35,16,-71,24,-109,24","w":659},"\u017d":{"d":"345,-893r62,0r55,67r96,-67r68,0r-142,131r-68,0xm-5,-53r597,-576r-427,0r20,-71r542,0r-14,53r-598,576r446,0r-19,71r-561,0","w":669},"\u017e":{"d":"245,-726r62,0r55,67r96,-67r68,0r-142,131r-68,0xm-6,-49r441,-403r-321,0r18,-65r432,0r-14,49r-442,403r338,0r-18,65r-448,0","w":549},"\u00f0":{"d":"138,-294v-48,116,15,244,143,237v127,-7,208,-86,213,-213v5,-125,-131,-186,-246,-137v-51,21,-88,62,-110,113xm275,11v-139,0,-230,-82,-230,-219v0,-130,77,-213,171,-256v86,-40,209,-18,257,33r-78,-181r-149,63r-26,-50r153,-64r-30,-67r84,0r16,39r113,-48r25,50r-117,49r64,157v40,93,67,202,24,307v-43,106,-132,187,-277,187","w":622},"\u00a4":{"d":"618,-104v-58,63,-124,119,-240,116v-155,-4,-236,-100,-250,-249r-95,0r17,-63r79,0v2,-38,8,-74,19,-108r-70,0r17,-62r73,0v60,-147,200,-283,410,-230v74,19,119,77,144,148r-68,31v-32,-70,-71,-119,-169,-119v-124,0,-185,83,-230,170r272,0r-17,62r-279,0v-10,33,-17,69,-20,108r271,0r-17,63r-254,0v5,101,65,178,169,177v90,-1,137,-39,185,-90","w":694,"k":{"1":-20}},"\u00d0":{"d":"681,-401v0,-197,-164,-238,-376,-226r-64,239r207,0r-19,72r-208,0r-65,243v115,-1,225,7,310,-28v118,-48,215,-139,215,-300xm415,-700v207,5,349,89,349,294v0,199,-117,310,-266,371v-119,48,-281,32,-441,35r85,-316r-78,0r20,-72r77,0r84,-312r170,0","w":800}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 *
 * Copyright:
 * HTF Gotham  2002 The Hoefler Type Foundry, Inc. Info: www.typography.com
 *
 * Manufacturer:
 * The Hoefler Type Foundry, Inc
 */
Cufon.registerFont({"w":832,"face":{"font-family":"Gotham","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 8 4 4 0 0 9 0 4","ascent":"800","descent":"-200","x-height":"12","bbox":"-135 -932 1200 200","underline-thickness":"20","underline-position":"-113","slope":"-12","unicode-range":"U+0020-U+0192"},"glyphs":{" ":{"w":300},"!":{"d":"52,-160r162,0r-43,160r-162,0xm183,-680r6,-20r178,0r-171,462r-84,0","w":325},"\"":{"d":"183,-700r170,0r-175,319r-79,0xm425,-700r170,0r-175,319r-79,0","w":528},"#":{"d":"414,-278r51,-148r-145,0r-51,148r145,0xm92,-150r-81,0r34,-128r92,0r51,-148r-93,0r34,-128r104,0r51,-146r132,0r-51,146r145,0r51,-146r132,0r-51,146r82,0r-34,128r-93,0r-51,148r94,0r-34,128r-105,0r-52,150r-132,0r52,-150r-145,0r-52,150r-132,0","w":691},"$":{"d":"330,-132v61,0,112,-51,78,-104v-6,-10,-20,-17,-38,-26xm368,-568v-65,-2,-114,52,-80,102v6,9,21,18,41,27xm577,-220v0,151,-126,215,-282,220r-30,98r-104,0r33,-108v-87,-18,-153,-57,-199,-119r112,-94v37,43,81,70,130,83r47,-155v-85,-33,-166,-69,-166,-185v0,-149,125,-217,284,-220r18,-58r104,0r-21,71v65,17,113,49,154,91r-104,102v-28,-25,-56,-47,-92,-61r-45,149v84,33,161,72,161,186","w":636,"k":{"7":10}},"%":{"d":"589,-150v-2,42,22,73,62,71v60,-3,87,-57,90,-117v2,-42,-22,-73,-62,-71v-60,3,-87,57,-90,117xm182,-504v-2,42,22,73,62,71v60,-3,87,-57,90,-117v2,-42,-22,-73,-62,-71v-60,3,-87,57,-90,117xm685,-354v123,-5,184,114,140,230v-27,72,-84,132,-180,132v-96,0,-154,-58,-154,-154v0,-119,74,-203,194,-208xm733,-700r130,0r-673,700r-130,0xm278,-708v123,-5,184,114,140,230v-27,72,-84,132,-180,132v-96,0,-154,-58,-154,-154v0,-119,74,-203,194,-208","w":880},"&":{"d":"168,-187v0,46,40,71,94,71v39,0,82,-14,128,-43r-108,-149v-62,24,-114,57,-114,121xm400,-592v-59,0,-96,53,-75,111v4,13,12,28,23,45v54,-23,115,-33,115,-99v0,-31,-26,-57,-63,-57xm490,-244v32,-33,59,-72,85,-113r93,65v-35,53,-71,100,-109,141r69,93r-113,72r-56,-77v-59,41,-124,73,-214,73v-130,0,-222,-60,-222,-188v0,-128,94,-180,198,-218v-19,-34,-37,-74,-37,-121v0,-125,93,-195,223,-195v113,0,193,58,193,168v0,117,-92,158,-189,194","w":696,"k":{"y":15,"w":20,"v":30,"Y":65,"W":55,"V":65}},"'":{"d":"183,-700r170,0r-175,319r-79,0","w":286},"(":{"d":"212,-214v0,114,64,195,124,260r-95,97v-102,-82,-183,-188,-183,-352v0,-280,186,-415,395,-504r56,113v-153,76,-297,177,-297,386","w":445,"k":{"\u0153":30,"\u0152":10,"\u00b5":10,"s":15,"q":30,"o":30,"j":-30,"g":20,"e":30,"d":30,"c":30,"Q":10,"O":10,"J":15,"G":10,"C":10}},")":{"d":"214,-717v102,82,183,188,183,352v0,201,-103,323,-227,414v-49,35,-105,65,-168,90r-56,-113v154,-75,297,-177,297,-386v0,-114,-64,-195,-124,-260","w":445},"*":{"d":"199,-388r46,-112r-113,46r-22,-80r121,-16r-96,-75r59,-59r74,97r16,-120r79,21r-46,112r113,-46r22,80r-121,16r96,75r-59,59r-74,-97r-16,120","w":430,"k":{"\u0153":20,"\u00e6":10,"\u00c6":80,"t":-10,"s":10,"q":15,"o":20,"g":15,"e":20,"d":15,"c":20,"a":10,"J":80,"A":80}},"+":{"d":"258,-283r-181,0r37,-138r181,0r48,-180r142,0r-48,180r181,0r-37,138r-181,0r-48,180r-142,0","w":649},",":{"d":"-61,99v77,-6,117,-36,130,-99r-62,0r43,-160r162,0v-28,98,-50,229,-118,277v-38,27,-86,44,-145,45","w":319,"k":{"8":35,"7":20,"6":45,"1":50,"0":55}},"-":{"d":"83,-383r308,0r-39,146r-308,0","w":412,"k":{"\u00b1":10,"\u00c6":40,"z":10,"y":15,"x":30,"w":10,"v":15,"Z":30,"Y":80,"X":50,"W":35,"V":40,"T":80,"A":40,"7":40,"3":10,"1":30}},"\u00ad":{"d":"83,-383r308,0r-39,146r-308,0","w":412},".":{"d":"50,-160r162,0r-43,160r-162,0","w":319,"k":{"\u0153":50,"\u0152":80,"\u00e6":20,"\u00b5":80,"y":60,"w":75,"v":95,"t":25,"q":50,"o":50,"g":30,"f":15,"e":20,"d":50,"c":20,"a":20,"Y":125,"W":125,"V":145,"U":50,"T":100,"Q":80,"O":80,"G":80,"C":80,"8":35,"7":20,"6":45,"1":50,"0":55}},"\/":{"d":"546,-798r143,0r-681,926r-143,0","w":530,"k":{"\u0153":80,"\u0152":40,"\u00e6":65,"\u00b5":40,"\u00b1":10,"\u00c6":120,"z":60,"y":50,"x":50,"w":50,"v":50,"u":50,"t":20,"s":60,"r":50,"q":70,"p":50,"o":80,"n":50,"m":50,"g":70,"f":25,"e":80,"d":70,"c":80,"a":65,"Z":20,"S":10,"Q":40,"O":40,"J":130,"G":40,"C":40,"A":120,"9":20,"8":15,"7":10,"6":35,"5":20,"4":95,"3":10,"2":20,"1":-10,"0":35,"\/":160}},"0":{"d":"276,-474v-68,99,-97,354,71,347v111,-5,162,-101,191,-194v35,-114,10,-256,-113,-252v-72,2,-116,51,-149,99xm437,-712v177,0,273,113,273,291v0,185,-90,324,-216,394v-46,26,-100,39,-159,39v-176,0,-273,-113,-273,-291v0,-185,90,-323,216,-394v46,-26,100,-39,159,-39","w":730,"k":{"\u00b1":15,"7":25,"3":10,"2":10,"1":5,"\/":35,".":20,",":20}},"1":{"d":"240,-542r-127,29r-2,-131r220,-61r105,0r-189,705r-152,0","w":434},"2":{"d":"379,-710v156,0,272,93,231,254v-22,83,-87,127,-157,175r-216,148r294,0r-36,133r-525,0r34,-126r354,-244v52,-38,98,-64,102,-130v3,-49,-37,-73,-88,-72v-77,2,-119,44,-167,87r-94,-98v63,-70,144,-126,268,-127","w":614,"k":{"7":5,"4":15}},"3":{"d":"387,-412v86,22,149,68,149,174v0,163,-126,246,-294,250v-131,3,-211,-53,-259,-133r114,-84v36,47,72,79,152,79v70,0,132,-32,132,-98v0,-77,-91,-87,-180,-83r-6,-96r206,-165r-265,0r36,-132r473,0r-32,116","w":604,"k":{"9":5,"7":15,"5":5,"\/":10}},"4":{"d":"389,-276r60,-224r-238,224r178,0xm355,-151r-324,0r-15,-114r483,-440r150,0r-115,429r94,0r-34,125r-94,0r-40,151r-145,0","w":659,"k":{"9":10,"7":30,"1":20,"\/":20}},"5":{"d":"274,-446v158,-31,289,39,289,192v0,129,-83,205,-183,243v-149,56,-326,-4,-389,-103r108,-91v42,44,87,77,164,77v78,0,138,-36,142,-109v5,-97,-148,-107,-224,-68r-78,-63r109,-332r424,0r-37,135r-285,0","w":610,"k":{"\u00b1":5,"9":5,"7":30,"3":5,"2":10,"\/":20}},"6":{"d":"205,-211v0,56,48,95,108,93v78,-3,132,-46,135,-121v3,-58,-45,-93,-105,-92v-80,2,-138,43,-138,120xm390,-455v127,5,213,67,213,195v0,127,-81,208,-176,250v-35,15,-73,22,-114,22v-201,3,-284,-154,-245,-360v30,-158,110,-276,240,-336v120,-55,292,-21,358,53r-89,111v-43,-44,-139,-71,-215,-40v-65,28,-110,92,-133,164v30,-30,98,-60,161,-59","w":643,"k":{"\u00b1":5,"9":10,"7":15,"3":10,"1":10,"\/":10}},"7":{"d":"444,-567r-322,0r36,-133r504,0r-32,116r-440,584r-181,0","w":609,"k":{"\u00b1":10,"9":15,"8":25,"6":20,"5":25,"4":85,"3":20,"2":15,"1":-10,"0":20,"\/":140,".":100,"-":30,",":100}},"8":{"d":"182,-201v0,87,150,109,220,62v46,-31,53,-97,5,-129v-72,-48,-225,-20,-225,67xm268,-498v0,79,131,106,192,57v39,-31,46,-86,6,-119v-60,-50,-198,-17,-198,62xm484,-347v83,23,134,130,88,227v-61,130,-328,172,-460,76v-44,-31,-80,-76,-80,-144v0,-118,82,-166,179,-191v-49,-24,-85,-70,-85,-135v0,-133,117,-196,263,-196v137,0,248,57,248,188v0,97,-67,156,-153,175","w":662,"k":{"\u00b1":5,"9":5,"7":30}},"9":{"d":"239,-456v-2,62,46,95,107,94v81,-2,136,-45,136,-124v0,-63,-45,-96,-107,-96v-81,0,-133,47,-136,126xm374,-712v169,0,259,96,255,275v-4,201,-105,354,-251,421v-128,59,-295,14,-365,-61r90,-111v42,34,79,61,148,62v105,1,178,-83,205,-170v-31,31,-95,59,-159,58v-129,-4,-213,-68,-213,-198v0,-131,78,-213,176,-254v35,-14,73,-22,114,-22","w":643,"k":{"\u00b1":10,"7":25,"5":5,"3":10,"2":10,"\/":25,".":10,",":10}},":":{"d":"50,-160r162,0r-43,160r-162,0xm151,-536r162,0r-43,160r-162,0","w":319},";":{"d":"-61,99v77,-6,117,-36,130,-99r-62,0r43,-160r162,0v-28,98,-50,229,-118,277v-38,27,-86,44,-145,45xm151,-536r162,0r-43,160r-162,0","w":319},"\u037e":{"d":"-61,99v77,-6,117,-36,130,-99r-62,0r43,-160r162,0v-28,98,-50,229,-118,277v-38,27,-86,44,-145,45xm151,-536r162,0r-43,160r-162,0","w":319},"<":{"d":"72,-283r37,-138r541,-212r-41,148r-375,139r301,139r-36,136","w":640},"=":{"d":"91,-291r474,0r-37,138r-474,0xm161,-551r474,0r-37,138r-474,0","w":640},">":{"d":"73,-219r375,-139r-301,-139r36,-136r427,212r-37,138r-541,212","w":640},"?":{"d":"129,-160r162,0r-43,160r-162,0xm341,-709v128,0,223,61,223,182v0,141,-113,197,-256,219r-29,70r-102,0r20,-162r6,-5v65,-5,115,-16,149,-33v34,-17,51,-40,51,-69v-1,-44,-32,-63,-83,-62v-58,1,-108,28,-143,59r-80,-101v55,-58,142,-98,244,-98","w":544},"@":{"d":"377,-251v-2,52,32,89,84,86v85,-5,134,-71,138,-159v2,-50,-37,-86,-87,-83v-83,5,-132,68,-135,156xm692,106v-103,54,-269,66,-390,20v-143,-55,-247,-169,-247,-359v0,-224,133,-368,296,-443v162,-75,392,-29,487,64v59,58,109,136,109,241v0,176,-73,298,-237,306v-67,3,-118,-31,-139,-77v-39,38,-85,80,-160,78v-102,-3,-161,-65,-161,-169v0,-128,70,-212,160,-255v30,-14,60,-21,91,-21v69,0,104,28,131,70r19,-62r111,31r-79,249v-37,94,44,133,114,93v92,-53,141,-233,83,-359v-53,-115,-170,-188,-338,-188v-210,0,-344,123,-412,274v-42,94,-47,214,-6,309v55,125,170,208,347,208v84,0,142,-17,205,-45","w":980},"A":{"d":"493,-293r-32,-231r-154,231r186,0xm432,-705r148,0r111,705r-158,0r-22,-157r-296,0r-106,157r-166,0","w":765,"k":{"\u0153":25,"\u0152":55,"\u00ab":20,"\u00b5":55,"\u00c6":20,"y":50,"w":40,"v":55,"u":10,"t":30,"q":25,"o":25,"g":25,"f":20,"e":25,"d":25,"c":25,"\\":120,"Y":75,"X":20,"W":75,"V":85,"U":50,"T":80,"S":10,"Q":55,"O":55,"G":55,"C":55,"A":20,"?":60,"-":40,"*":100}},"B":{"d":"504,-223v0,-100,-166,-57,-265,-66r-41,154v123,-6,306,32,306,-88xm555,-502v0,-90,-149,-57,-242,-63r-39,148v114,-6,281,30,281,-85xm657,-213v-6,157,-134,213,-301,213r-344,0r188,-700r272,0v135,2,233,47,237,172v3,99,-66,155,-150,173v54,26,101,65,98,142","w":717,"k":{"\u00e6":-20,"y":10,"w":10,"v":10,"s":-15,"a":-20,"Y":35,"X":5,"W":25,"V":30,"T":20,"?":5}},"C":{"d":"662,-95v-67,59,-142,110,-265,107v-199,-4,-330,-107,-330,-305v0,-195,118,-320,260,-385v100,-46,247,-46,335,6v46,27,83,63,111,109r-127,89v-40,-54,-81,-96,-172,-96v-116,0,-188,78,-226,166v-14,33,-21,68,-21,105v0,106,65,169,171,169v78,0,116,-32,164,-69","w":726,"k":{"\u0153":10,"\u0152":20,"\u00b5":20,"y":10,"x":10,"w":10,"v":10,"q":10,"o":10,"g":10,"e":10,"d":10,"c":10,"Y":20,"W":15,"V":15,"U":15,"Q":20,"O":20,"G":20,"C":20,"-":10}},"D":{"d":"594,-399v4,-141,-122,-172,-277,-162r-114,422v224,13,386,-57,391,-260xm404,-700v217,-1,350,94,350,295v0,197,-119,314,-269,372v-122,47,-307,30,-473,33r188,-700r204,0","w":777,"k":{"\u00c6":25,"}":10,"x":10,"]":10,"\\":40,"Z":25,"Y":55,"X":30,"W":50,"V":55,"T":55,"S":5,"J":10,"A":25,"?":20,"\/":40,".":40,",":40,"*":35,")":10}},"E":{"d":"200,-700r523,0r-37,137r-370,0r-38,143r325,0r-37,135r-325,0r-40,148r376,0r-37,137r-528,0","w":665,"k":{"\u0153":10,"y":10,"w":10,"v":10,"o":10,"e":10,"d":10,"c":10}},"F":{"d":"200,-700r533,0r-38,140r-379,0r-40,149r334,0r-37,140r-334,0r-73,271r-154,0","w":663,"k":{"\u0153":15,"\u00bb":15,"\u00e6":35,"\u00c6":70,"z":25,"y":25,"x":40,"w":20,"v":25,"s":30,"q":10,"o":15,"g":10,"e":15,"d":10,"c":15,"a":35,"Z":15,"J":110,"A":70,"?":-10,"\/":70,".":100,",":100}},"G":{"d":"226,-297v0,157,177,202,304,141r33,-114r-155,0r36,-133r304,0r-99,349v-117,79,-368,92,-479,-8v-57,-51,-107,-123,-104,-230v5,-195,119,-319,262,-385v131,-60,335,-35,416,40v17,16,33,30,45,46r-114,101v-42,-44,-96,-83,-184,-81v-126,3,-205,76,-245,169v-14,33,-20,68,-20,105","w":780,"k":{"\u00e6":-10,"y":5,"v":5,"a":-10,"\\":15,"Y":30,"W":20,"V":25,"T":30,"?":10}},"H":{"d":"200,-700r154,0r-74,277r280,0r74,-277r154,0r-188,700r-154,0r76,-281r-280,0r-76,281r-154,0","w":756},"I":{"d":"207,-700r154,0r-188,700r-154,0","w":336},"J":{"d":"70,-202v41,81,188,92,235,12v20,-35,33,-76,46,-125r103,-385r158,0r-134,494v-41,128,-123,217,-290,216v-102,-1,-185,-47,-227,-117","w":575,"k":{"\u00c6":10,"X":10,"J":20,"A":10,".":15,",":15}},"K":{"d":"200,-700r154,0r-83,310r346,-310r208,0r-341,293r165,407r-169,0r-118,-315r-145,124r-51,191r-154,0","w":727,"k":{"\u0153":30,"\u0152":45,"\u00ab":20,"\u00e6":10,"\u00b5":45,"\u00c6":30,"y":50,"w":50,"v":60,"u":20,"t":25,"s":15,"q":25,"o":30,"g":25,"f":20,"e":30,"d":25,"c":30,"a":10,"Y":20,"W":20,"V":25,"U":25,"T":10,"S":15,"Q":45,"O":45,"G":45,"C":45,"A":30,"-":50,"&":20}},"L":{"d":"200,-700r154,0r-150,560r349,0r-38,140r-503,0","w":626,"k":{"\u0153":50,"\u0152":75,"\u00b5":75,"y":75,"w":70,"v":75,"u":25,"t":30,"q":50,"o":50,"g":40,"f":20,"e":50,"d":40,"c":50,"\\":120,"Y":110,"W":95,"V":110,"U":50,"T":100,"S":10,"Q":75,"O":75,"G":75,"C":75,"?":60,"-":55,"*":80,"&":15}},"M":{"d":"200,-700r160,0r101,296r261,-296r178,0r-188,700r-156,0r122,-457r-274,299r-4,0r-112,-296r-122,454r-154,0","w":868},"N":{"d":"200,-700r142,0r204,445r120,-445r152,0r-188,700r-131,0r-212,-459r-123,459r-152,0","w":786},"O":{"d":"244,-400v-52,135,13,278,161,270v151,-8,243,-115,243,-262v0,-113,-64,-178,-178,-178v-120,0,-191,79,-226,170xm692,-117v-83,92,-271,170,-436,105v-111,-43,-189,-137,-189,-286v0,-189,111,-314,249,-378v86,-41,211,-49,303,-12v110,45,189,137,189,286v0,119,-54,216,-116,285","k":{"\u00c6":15,"}":10,"y":10,"x":5,"v":10,"]":10,"\\":40,"Z":20,"Y":55,"X":25,"W":50,"V":55,"T":55,"J":10,"A":15,"?":20,"\/":40,".":40,",":40,"*":40,")":10}},"P":{"d":"535,-472v0,-97,-115,-92,-219,-89r-57,214v135,6,276,-1,276,-125xm422,-700v162,-2,274,64,274,215v0,189,-147,268,-340,273r-133,0r-57,212r-154,0r188,-700r222,0","w":679,"k":{"\u0153":5,"\u0152":-5,"\u00ab":-10,"\u00e6":10,"\u00b5":-5,"\u00c6":55,"u":-5,"t":-15,"o":5,"f":-15,"e":5,"c":5,"a":10,"Z":25,"Y":25,"X":45,"W":15,"V":15,"T":20,"Q":-5,"O":-5,"J":80,"G":-5,"C":-5,"A":55,"\/":60,".":90,",":90}},"Q":{"d":"244,-400v-58,150,32,304,207,265v15,-3,29,-8,42,-13r-90,-122r127,-85r71,114v27,-40,47,-91,47,-151v0,-113,-64,-178,-178,-178v-120,0,-191,80,-226,170xm785,-524v60,152,-7,325,-96,410r56,74r-127,84r-46,-74v-80,43,-220,58,-316,18v-110,-45,-189,-137,-189,-286v0,-189,111,-314,249,-378v86,-41,211,-49,303,-12v77,31,136,88,166,164","k":{"x":5,"\\":40,"Y":55,"W":50,"V":55,"T":55,"?":20,".":40,",":40,"*":40}},"R":{"d":"570,-476v3,-107,-145,-82,-253,-85r-54,201v140,0,303,16,307,-116xm731,-489v0,144,-94,221,-226,250r119,239r-175,0r-108,-224r-115,0r-60,224r-154,0r188,-700r255,0v162,-2,276,62,276,211","w":727,"k":{"\u00c6":10,"t":-10,"f":-10,"Y":25,"W":15,"V":20,"T":25,"S":-10,"J":10,"A":10}},"S":{"d":"384,-575v-75,-5,-139,73,-76,116v96,66,265,75,265,236v0,156,-120,233,-278,233v-137,0,-238,-43,-305,-129r116,-98v51,53,103,86,196,92v75,5,146,-69,82,-117v-93,-69,-266,-77,-266,-237v0,-155,121,-227,278,-231v123,-3,202,41,262,104r-106,106v-48,-43,-88,-70,-168,-75","w":636,"k":{"\u0152":15,"\u00b5":15,"\u00c6":5,"z":5,"y":15,"x":15,"w":10,"v":15,"t":5,"f":5,"\\":20,"Y":30,"X":10,"W":30,"V":35,"U":20,"T":30,"S":10,"Q":15,"O":15,"G":15,"C":15,"A":5,"?":10}},"T":{"d":"309,-558r-213,0r38,-142r580,0r-38,142r-213,0r-150,558r-154,0","w":620,"k":{"\u0153":80,"\u0152":10,"\u00bb":70,"\u00ab":80,"\u00e6":80,"\u00b5":10,"\u00c6":80,"\u00df":5,"z":60,"y":50,"x":50,"w":40,"v":50,"u":50,"t":20,"s":75,"r":60,"q":75,"p":60,"o":80,"n":60,"m":60,"l":5,"j":10,"i":10,"g":75,"f":30,"e":80,"d":75,"c":80,"a":80,"Z":10,"S":-10,"Q":10,"O":10,"J":90,"G":10,"C":10,"A":80,";":10,":":10,"\/":90,".":85,"-":80,",":85,"&":20}},"U":{"d":"248,-323v-31,96,4,197,111,192v107,-5,157,-78,182,-174r106,-395r154,0r-112,417v-51,179,-131,294,-346,294v-161,0,-259,-77,-262,-236v0,-35,6,-72,17,-112r97,-363r154,0","w":764,"k":{"\u00c6":20,"x":5,"X":20,"J":20,"A":20,"\/":15,".":15,",":15}},"V":{"d":"125,-700r165,0r48,488r310,-488r173,0r-469,705r-136,0","w":724,"k":{"\u0153":45,"\u0152":15,"\u00bb":40,"\u00ab":60,"\u00e6":40,"\u00b5":15,"\u00c6":75,"\u00df":10,"z":30,"y":40,"x":50,"w":35,"v":40,"u":40,"t":5,"s":35,"r":40,"q":45,"p":40,"o":45,"n":40,"m":40,"l":10,"j":20,"i":20,"g":45,"f":5,"e":45,"d":45,"c":45,"a":40,"Z":20,"Y":15,"X":20,"W":20,"V":20,"S":5,"Q":15,"O":15,"J":100,"G":20,"C":20,"A":75,";":20,":":20,"\/":120,".":120,"-":40,",":120,"&":20}},"W":{"d":"130,-700r160,0r18,474r282,-476r132,0r32,476r272,-474r174,0r-428,705r-143,0r-34,-449r-274,449r-141,0","w":1108,"k":{"\u0153":50,"\u0152":15,"\u00bb":35,"\u00ab":50,"\u00e6":40,"\u00b5":15,"\u00c6":65,"\u00df":10,"z":25,"y":35,"x":40,"w":35,"v":35,"u":35,"t":10,"s":35,"r":35,"q":60,"p":35,"o":50,"n":35,"m":35,"l":10,"j":15,"i":15,"g":60,"f":10,"e":50,"d":60,"c":50,"a":40,"Z":20,"Y":10,"X":15,"W":10,"V":20,"S":5,"Q":15,"O":15,"J":90,"G":15,"C":15,"A":65,";":15,":":15,"\/":100,".":100,"-":35,",":100,"&":25}},"X":{"d":"287,-363r-150,-337r173,0r88,225r196,-225r197,0r-329,354r155,346r-173,0r-94,-235r-204,235r-197,0","w":700,"k":{"\u0153":45,"\u0152":35,"\u00bb":20,"\u00ab":50,"\u00e6":10,"\u00b5":35,"\u00c6":20,"\u00df":10,"y":40,"w":40,"v":50,"u":20,"t":10,"q":40,"o":45,"l":10,"j":10,"i":10,"g":35,"f":20,"e":45,"d":40,"c":45,"a":10,"Y":10,"W":15,"V":20,"U":20,"S":15,"Q":35,"O":35,"J":10,"G":35,"C":35,"A":20,"?":15,"-":50,"&":15}},"Y":{"d":"243,-276r-145,-424r171,0r82,290r240,-290r186,0r-383,438r-71,262r-154,0","w":650,"k":{"\u0153":55,"\u0152":10,"\u00bb":75,"\u00ab":85,"\u00e6":65,"\u00b5":10,"\u00c6":75,"\u00df":10,"z":40,"y":60,"x":70,"w":55,"v":60,"u":55,"t":10,"s":50,"r":55,"q":55,"p":55,"o":55,"n":55,"m":55,"l":10,"j":20,"i":20,"g":55,"f":15,"e":55,"d":55,"c":55,"a":65,"Z":10,"X":10,"W":10,"V":15,"S":5,"Q":10,"O":10,"J":110,"G":10,"C":10,"A":75,";":40,":":40,"\/":110,".":110,"-":80,",":110,"&":30}},"Z":{"d":"12,-117r492,-448r-360,0r37,-135r568,0r-32,117r-492,448r375,0r-36,135r-583,0","w":689,"k":{"\u0153":25,"\u0152":20,"\u00ab":20,"\u00b5":20,"y":15,"w":15,"v":20,"q":20,"o":25,"g":20,"f":10,"e":25,"d":20,"c":25,"Z":10,"S":10,"Q":20,"O":20,"G":20,"C":20,"-":30}},"[":{"d":"213,-700r323,0r-32,119r-177,0r-159,592r177,0r-32,119r-323,0","w":465,"k":{"\u0153":20,"\u0152":10,"\u00e6":10,"\u00b5":10,"y":10,"x":10,"w":20,"v":20,"s":15,"q":20,"o":20,"j":-30,"e":20,"d":20,"c":20,"a":10,"Q":10,"O":10,"J":15,"G":10,"C":10}},"\\":{"d":"118,-798r126,0r208,926r-126,0","w":530,"k":{"\u0152":40,"\u00b5":40,"y":60,"w":60,"v":70,"t":30,"j":-30,"f":10,"Y":110,"W":100,"V":120,"U":15,"T":90,"Q":40,"O":40,"G":40,"C":40}},"]":{"d":"-30,11r177,0r159,-592r-177,0r32,-119r323,0r-223,830r-323,0","w":465},"^":{"d":"288,-700r104,0r92,207r-99,0r-60,-117r-122,117r-119,0","w":500},"_":{"d":"-84,44r604,0r-31,116r-604,0","w":600},"`":{"d":"251,-715r134,-57r65,177r-104,0","w":500},"a":{"d":"158,-151v1,74,116,64,155,25v24,-24,46,-52,54,-90v-70,-32,-211,-29,-209,65xm323,-62v-38,42,-87,72,-160,72v-94,0,-156,-52,-156,-144v0,-132,97,-191,231,-193v60,-1,106,10,151,24v23,-67,-8,-110,-93,-110v-52,0,-106,14,-143,29r-24,-120v55,-22,122,-38,199,-38v163,0,246,91,205,246r-79,296r-147,0","w":588,"k":{"y":30,"w":20,"v":30,"t":10,"\\":75,"?":35,"*":40}},"b":{"d":"202,-232v-3,67,48,118,115,114v101,-5,155,-83,159,-188v3,-69,-44,-115,-112,-112v-100,5,-158,82,-162,186xm427,-546v135,0,206,91,206,230v0,151,-81,252,-186,302v-35,16,-72,24,-110,24v-86,1,-133,-36,-168,-88r-21,78r-151,0r194,-730r152,0r-67,252v42,-37,80,-68,151,-68","w":674,"k":{"\u00bb":5,"}":15,"z":10,"y":35,"x":25,"w":30,"v":35,"t":5,"]":20,"\\":70,"?":35,".":10,",":10,"*":55,")":30}},"c":{"d":"496,-71v-55,46,-107,85,-204,83v-153,-3,-250,-88,-250,-242v0,-149,87,-242,194,-291v104,-48,255,-21,308,47v12,15,25,30,34,46r-116,82v-27,-39,-52,-74,-116,-70v-97,5,-149,85,-154,186v-3,65,43,113,105,113v56,-1,86,-24,121,-53","w":560,"k":{"\u0153":15,"\u00bb":-10,"\u00ab":10,"y":15,"w":15,"v":15,"q":10,"o":15,"g":10,"e":15,"d":10,"c":15,"\\":40,"?":15,"*":15,")":5}},"d":{"d":"197,-230v-2,69,44,115,112,112v101,-5,158,-82,162,-186v3,-67,-48,-118,-115,-114v-101,6,-155,83,-159,188xm397,-58v-42,37,-80,68,-151,68v-135,0,-206,-91,-206,-230v0,-151,81,-252,186,-302v35,-16,72,-24,110,-24v86,-1,133,36,168,88r72,-272r152,0r-195,730r-152,0","w":674},"e":{"d":"430,-310v18,-63,-13,-116,-83,-114v-76,2,-128,54,-150,114r233,0xm578,-337v0,45,-12,86,-27,122r-367,0v6,67,45,106,122,105v52,-1,82,-18,119,-43r70,94v-49,40,-115,72,-206,71v-156,-3,-248,-83,-248,-238v0,-144,83,-242,187,-292v39,-19,83,-28,131,-28v136,0,219,75,219,209","w":607,"k":{"}":10,"z":5,"y":25,"x":30,"w":25,"v":25,"]":20,"\\":80,"?":40,".":10,",":10,"*":35,")":30}},"f":{"d":"133,-406r-64,0r35,-130r63,0v17,-158,156,-237,328,-186r-33,126v-64,-28,-138,-12,-145,60r129,0r-35,130r-126,0r-110,406r-152,0","w":411,"k":{"\u0153":10,"\u00ab":15,"\u00e6":25,"}":-30,"z":10,"x":15,"s":10,"q":10,"o":10,"g":10,"e":10,"d":10,"c":10,"a":25,"]":-20,"\\":-30,"?":-35,"\/":45,".":45,",":45,"*":-30,")":-30}},"g":{"d":"200,-260v-3,63,42,95,102,95v93,0,154,-63,158,-156v3,-62,-44,-101,-106,-98v-93,4,-150,66,-154,159xm336,-546v86,-1,132,39,163,93r22,-83r152,0r-115,431v-38,158,-111,267,-308,267v-111,0,-215,-29,-283,-75r80,-104v71,53,236,92,309,16v27,-28,42,-68,54,-114v-50,44,-86,71,-168,71v-119,0,-199,-66,-199,-187v0,-146,82,-242,185,-291v35,-16,71,-24,108,-24","w":671,"k":{"\\":50}},"h":{"d":"413,-294v19,-59,-1,-117,-67,-114v-66,3,-100,50,-116,107r-81,301r-152,0r194,-730r152,0r-66,250v36,-31,81,-66,146,-66v112,0,184,89,153,206r-90,340r-152,0","w":622,"k":{"y":30,"w":15,"v":30,"\\":75,"?":30,"*":40}},"i":{"d":"147,-536r152,0r-144,536r-152,0xm196,-730r160,0r-37,135r-160,0","w":302},"j":{"d":"-97,36v59,19,96,-18,109,-68r135,-504r152,0r-140,523v-26,128,-128,202,-288,168xm195,-730r160,0r-36,135r-160,0","w":301},"k":{"d":"193,-730r152,0r-102,378r217,-184r198,0r-259,209r117,327r-170,0r-76,-227r-77,62r-44,165r-152,0","w":591,"k":{"\u0153":30,"\u00bb":10,"\u00ab":20,"\u00e6":10,"y":15,"w":15,"v":15,"u":10,"t":10,"s":10,"q":25,"o":30,"g":25,"e":30,"d":25,"c":30,"a":10,"\\":40,"-":20}},"l":{"d":"199,-730r152,0r-196,730r-152,0","w":302},"m":{"d":"753,-546v113,-2,180,90,149,206r-89,340r-152,0r84,-318v9,-55,-13,-91,-69,-90v-67,1,-98,51,-114,107r-81,301r-152,0r84,-318v9,-55,-13,-91,-69,-90v-67,1,-98,51,-114,107r-81,301r-152,0r143,-536r152,0r-15,56v37,-31,77,-66,142,-66v76,0,122,40,142,97v43,-52,103,-96,192,-97","w":949,"k":{"y":30,"w":15,"v":30,"\\":75,"?":30,"*":40}},"n":{"d":"413,-294v19,-59,-1,-117,-67,-114v-66,3,-100,50,-116,107r-81,301r-152,0r143,-536r152,0r-15,56v36,-31,81,-66,146,-66v112,0,184,89,153,206r-90,340r-152,0","w":619,"k":{"y":30,"w":15,"v":30,"\\":75,"?":30,"*":40}},"o":{"d":"191,-240v-4,75,45,122,116,122v96,0,149,-81,154,-176v4,-75,-45,-122,-116,-122v-96,0,-149,81,-154,176xm352,-546v160,0,258,90,258,248v0,142,-85,235,-188,284v-38,17,-79,26,-122,26v-160,0,-258,-90,-258,-248v0,-142,87,-235,190,-284v38,-17,77,-26,120,-26","w":652,"k":{"\u00bb":10,"}":15,"z":5,"y":40,"x":30,"w":35,"v":40,"t":5,"]":20,"\\":80,"?":50,".":20,",":20,"*":60,")":30}},"p":{"d":"202,-232v-3,67,48,118,115,114v101,-5,155,-83,159,-188v3,-69,-44,-115,-112,-112v-100,5,-158,82,-162,186xm337,10v-86,1,-133,-36,-168,-88r-63,238r-152,0r186,-696r152,0r-16,58v42,-37,80,-68,151,-68v135,0,206,91,206,230v0,151,-81,252,-186,302v-35,16,-72,24,-110,24","w":674,"k":{"\u00bb":5,"}":15,"z":10,"y":35,"x":25,"w":30,"v":35,"t":5,"]":20,"\\":70,"?":35,".":10,",":10,"*":55,")":30}},"q":{"d":"197,-230v-2,69,44,115,112,112v101,-5,158,-82,162,-186v3,-67,-48,-118,-115,-114v-101,6,-155,83,-159,188xm336,-546v86,-1,133,36,168,88r20,-78r152,0r-196,736r-152,0r69,-258v-42,37,-80,68,-151,68v-135,0,-206,-91,-206,-230v0,-151,81,-252,186,-302v35,-16,72,-24,110,-24","w":674,"k":{"\\":50}},"r":{"d":"140,-536r152,0r-29,108v49,-68,99,-123,204,-118r-43,159v-131,2,-192,76,-224,197r-51,190r-152,0","w":419,"k":{"\u0153":5,"\u00ab":10,"\u00e6":15,"z":10,"q":5,"o":5,"g":5,"e":5,"d":5,"c":5,"a":15,"\\":30,"\/":60,".":75,",":75,"*":-20}},"s":{"d":"437,-177v8,203,-270,228,-408,135v-19,-13,-37,-26,-53,-43r88,-91v44,45,94,66,164,72v49,4,88,-46,47,-74v-74,-50,-197,-60,-201,-180v-7,-192,249,-231,387,-140v15,9,28,19,39,29r-82,96v-43,-33,-79,-52,-140,-57v-48,-4,-81,48,-40,74v71,48,195,61,199,179","w":500,"k":{"\u00ab":10,"}":10,"z":10,"y":15,"x":25,"w":20,"v":25,"t":10,"s":10,"]":15,"\\":75,"?":35,")":20}},"t":{"d":"302,-13v-99,47,-280,23,-244,-116r72,-277r-64,0r35,-130r64,0r37,-137r152,0r-37,137r126,0r-35,130r-126,0r-64,249v1,51,88,29,119,15","w":415,"k":{"\u0153":10,"\u00ab":10,"q":5,"o":10,"g":5,"e":10,"d":5,"c":10,"\\":40}},"u":{"d":"345,-56v-36,31,-81,66,-146,66v-112,0,-184,-89,-153,-206r90,-340r152,0r-84,318v-26,92,96,114,146,60v19,-20,33,-45,42,-77r81,-301r152,0r-143,536r-152,0","w":622,"k":{"\\":50}},"v":{"d":"85,-536r156,0r24,357r213,-357r163,0r-353,540r-138,0","w":592,"k":{"\u0153":20,"\u00bb":15,"\u00ab":30,"\u00e6":20,"}":10,"z":10,"y":15,"x":10,"w":15,"v":15,"s":15,"q":15,"o":20,"g":15,"e":20,"d":15,"c":20,"a":20,"]":20,"\\":50,"?":10,"\/":70,".":85,"-":15,",":85}},"w":{"d":"89,-536r154,0r-1,325r188,-327r131,0r14,328r176,-326r151,0r-312,540r-137,0r-15,-329r-193,329r-136,0","w":857,"k":{"\u0153":15,"\u00bb":10,"\u00ab":20,"\u00e6":15,"}":10,"z":5,"y":10,"x":10,"w":10,"v":15,"s":15,"q":10,"o":15,"g":10,"e":15,"d":10,"c":15,"a":15,"]":20,"\\":50,"?":10,"\/":60,".":70,"-":10,",":70}},"x":{"d":"212,-280r-117,-256r162,0r60,150r126,-150r181,0r-251,271r118,265r-162,0r-62,-159r-136,159r-181,0","w":578,"k":{"\u0153":30,"\u00bb":15,"\u00ab":45,"\u00e6":15,"}":10,"y":20,"w":15,"v":20,"s":20,"q":25,"o":30,"g":25,"e":30,"d":25,"c":30,"a":15,"]":10,"\\":50,"?":15,"-":30}},"y":{"d":"41,16v20,16,60,29,89,14v9,-4,18,-13,29,-26r-66,-540r155,0r25,364r201,-364r164,0r-332,549v-53,78,-99,148,-221,150v-57,1,-91,-15,-125,-37","w":592,"k":{"\u0153":20,"\u00bb":15,"\u00ab":30,"\u00e6":20,"}":10,"z":5,"y":15,"x":10,"w":15,"v":20,"s":20,"q":15,"o":20,"g":15,"e":20,"d":15,"c":20,"a":20,"]":20,"\\":50,"?":10,"\/":70,".":85,"-":15,",":85}},"z":{"d":"2,-107r351,-306r-260,0r33,-123r454,0r-29,107r-352,306r273,0r-33,123r-466,0","w":557,"k":{"\u0153":10,"\u00ab":15,"q":5,"o":10,"g":5,"e":10,"d":5,"c":10,"\\":45}},"{":{"d":"267,-39v0,59,45,68,91,87r-50,93v-110,-22,-178,-50,-186,-153v-3,-41,34,-107,36,-157v3,-63,-52,-61,-114,-60r31,-116v84,4,140,-10,158,-75v14,-48,21,-131,43,-175v43,-85,128,-118,255,-120r10,102v-105,5,-153,48,-161,151v-9,113,-51,179,-163,187v51,6,85,37,85,89v0,57,-35,92,-35,147","w":490,"k":{"\u0153":15,"\u0152":10,"\u00b5":10,"z":10,"y":10,"x":10,"w":10,"v":10,"s":10,"q":15,"o":15,"j":-35,"g":10,"e":15,"d":15,"c":15,"Q":10,"O":10,"J":15,"G":10,"C":10}},"|":{"d":"132,-798r120,0r0,926r-120,0r0,-926","w":350},"}":{"d":"342,-405v-3,62,52,61,114,60r-31,116v-84,-4,-141,10,-159,75v-13,49,-20,132,-42,175v-43,85,-128,118,-255,120r-10,-102v105,-6,153,-48,161,-151v9,-113,51,-179,163,-187v-51,-6,-85,-37,-85,-89v0,-57,35,-91,35,-147v0,-59,-45,-68,-91,-87r50,-93v110,22,178,50,186,153v3,41,-34,107,-36,157","w":490},"~":{"d":"205,-279v-38,0,-54,31,-70,59r-80,-40v29,-64,75,-130,153,-133v63,-4,82,55,132,55v38,0,54,-31,70,-59r80,40v-29,64,-75,130,-153,133v-62,3,-82,-55,-132,-55","w":510},"\u00c4":{"d":"493,-293r-32,-231r-154,231r186,0xm432,-705r148,0r111,705r-158,0r-22,-157r-296,0r-106,157r-166,0xm366,-890r146,0r-37,135r-146,0xm580,-890r146,0r-37,135r-146,0","w":765},"\u00c5":{"d":"493,-293r-32,-231r-154,231r186,0xm461,-764v-1,28,18,51,48,50v43,-3,66,-34,68,-78v1,-28,-18,-51,-48,-50v-43,3,-66,34,-68,78xm641,-793v0,50,-27,87,-58,110r108,683r-158,0r-22,-157r-296,0r-106,157r-166,0r480,-692v-64,-82,3,-205,108,-205v64,0,110,44,110,104","w":765},"\u00c7":{"d":"662,-95v-68,61,-146,110,-274,107r-108,161r-113,-53r117,-123v-127,-39,-217,-129,-217,-290v0,-195,118,-320,260,-385v100,-46,247,-46,335,6v46,27,83,63,111,109r-127,89v-40,-54,-81,-96,-172,-96v-116,0,-188,78,-226,166v-14,33,-21,68,-21,105v0,106,65,169,171,169v78,0,116,-32,164,-69","w":726},"\u00c9":{"d":"200,-700r523,0r-37,137r-370,0r-38,143r325,0r-37,135r-325,0r-40,148r376,0r-37,137r-528,0xm546,-932r128,57r-161,120r-128,0","w":665},"\u00d1":{"d":"457,-807v-38,0,-54,31,-70,59r-80,-40v29,-64,75,-130,153,-133v63,-4,82,55,132,55v38,0,54,-31,70,-59r80,40v-29,64,-75,130,-153,133v-62,3,-82,-55,-132,-55xm200,-700r142,0r204,445r120,-445r152,0r-188,700r-131,0r-212,-459r-123,459r-152,0","w":786},"\u00d6":{"d":"244,-400v-52,135,13,278,161,270v151,-8,243,-115,243,-262v0,-113,-64,-178,-178,-178v-120,0,-191,79,-226,170xm692,-117v-83,92,-271,170,-436,105v-111,-43,-189,-137,-189,-286v0,-189,111,-314,249,-378v86,-41,211,-49,303,-12v110,45,189,137,189,286v0,119,-54,216,-116,285xm379,-890r146,0r-37,135r-146,0xm593,-890r146,0r-37,135r-146,0"},"\u00dc":{"d":"248,-323v-31,96,4,197,111,192v107,-5,157,-78,182,-174r106,-395r154,0r-112,417v-51,179,-131,294,-346,294v-161,0,-259,-77,-262,-236v0,-35,6,-72,17,-112r97,-363r154,0xm368,-890r146,0r-37,135r-146,0xm582,-890r146,0r-37,135r-146,0","w":764},"\u00e1":{"d":"158,-151v1,74,116,64,155,25v24,-24,46,-52,54,-90v-70,-32,-211,-29,-209,65xm323,-62v-38,42,-87,72,-160,72v-94,0,-156,-52,-156,-144v0,-132,97,-191,231,-193v60,-1,106,10,151,24v23,-67,-8,-110,-93,-110v-52,0,-106,14,-143,29r-24,-120v55,-22,122,-38,199,-38v163,0,246,91,205,246r-79,296r-147,0xm445,-772r128,57r-161,120r-128,0","w":588},"\u00e0":{"d":"158,-151v1,74,116,64,155,25v24,-24,46,-52,54,-90v-70,-32,-211,-29,-209,65xm323,-62v-38,42,-87,72,-160,72v-94,0,-156,-52,-156,-144v0,-132,97,-191,231,-193v60,-1,106,10,151,24v23,-67,-8,-110,-93,-110v-52,0,-106,14,-143,29r-24,-120v55,-22,122,-38,199,-38v163,0,246,91,205,246r-79,296r-147,0xm238,-715r134,-57r65,177r-104,0","w":588},"\u00e2":{"d":"344,-752r144,0r81,157r-110,0r-61,-66r-97,66r-122,0xm158,-151v1,74,116,64,155,25v24,-24,46,-52,54,-90v-70,-32,-211,-29,-209,65xm323,-62v-38,42,-87,72,-160,72v-94,0,-156,-52,-156,-144v0,-132,97,-191,231,-193v60,-1,106,10,151,24v23,-67,-8,-110,-93,-110v-52,0,-106,14,-143,29r-24,-120v55,-22,122,-38,199,-38v163,0,246,91,205,246r-79,296r-147,0","w":588},"\u00e4":{"d":"158,-151v1,74,116,64,155,25v24,-24,46,-52,54,-90v-70,-32,-211,-29,-209,65xm323,-62v-38,42,-87,72,-160,72v-94,0,-156,-52,-156,-144v0,-132,97,-191,231,-193v60,-1,106,10,151,24v23,-67,-8,-110,-93,-110v-52,0,-106,14,-143,29r-24,-120v55,-22,122,-38,199,-38v163,0,246,91,205,246r-79,296r-147,0xm232,-730r146,0r-37,135r-146,0xm446,-730r146,0r-37,135r-146,0","w":588},"\u00e3":{"d":"316,-647v-38,0,-54,31,-70,59r-80,-40v29,-64,75,-130,153,-133v63,-4,82,55,132,55v38,0,54,-31,70,-59r80,40v-29,64,-75,130,-153,133v-62,3,-82,-55,-132,-55xm158,-151v1,74,116,64,155,25v24,-24,46,-52,54,-90v-70,-32,-211,-29,-209,65xm323,-62v-38,42,-87,72,-160,72v-94,0,-156,-52,-156,-144v0,-132,97,-191,231,-193v60,-1,106,10,151,24v23,-67,-8,-110,-93,-110v-52,0,-106,14,-143,29r-24,-120v55,-22,122,-38,199,-38v163,0,246,91,205,246r-79,296r-147,0","w":588},"\u00e5":{"d":"345,-698v-1,28,18,51,48,50v43,-3,66,-34,68,-78v1,-28,-18,-51,-48,-50v-43,3,-66,34,-68,78xm525,-727v-3,80,-54,130,-134,134v-64,3,-112,-44,-110,-104v3,-80,54,-130,134,-134v64,-3,112,44,110,104xm158,-151v1,74,116,64,155,25v24,-24,46,-52,54,-90v-70,-32,-211,-29,-209,65xm323,-62v-38,42,-87,72,-160,72v-94,0,-156,-52,-156,-144v0,-132,97,-191,231,-193v60,-1,106,10,151,24v23,-67,-8,-110,-93,-110v-52,0,-106,14,-143,29r-24,-120v55,-22,122,-38,199,-38v163,0,246,91,205,246r-79,296r-147,0","w":588},"\u00e7":{"d":"297,-117v56,-1,86,-24,121,-53r78,99v-54,46,-105,82,-200,83r-108,161r-113,-53r119,-124v-88,-32,-154,-110,-152,-226v3,-149,87,-242,194,-291v104,-48,255,-21,308,47v12,15,25,30,34,46r-116,82v-27,-39,-52,-74,-116,-70v-97,5,-149,85,-154,186v-3,65,43,113,105,113","w":560},"\u00e9":{"d":"430,-310v18,-63,-13,-116,-83,-114v-76,2,-128,54,-150,114r233,0xm578,-337v0,45,-12,86,-27,122r-367,0v6,67,45,106,122,105v52,-1,82,-18,119,-43r70,94v-49,40,-115,72,-206,71v-156,-3,-248,-83,-248,-238v0,-144,83,-242,187,-292v39,-19,83,-28,131,-28v136,0,219,75,219,209xm447,-772r128,57r-161,120r-128,0","w":607},"\u00e8":{"d":"430,-310v18,-63,-13,-116,-83,-114v-76,2,-128,54,-150,114r233,0xm578,-337v0,45,-12,86,-27,122r-367,0v6,67,45,106,122,105v52,-1,82,-18,119,-43r70,94v-49,40,-115,72,-206,71v-156,-3,-248,-83,-248,-238v0,-144,83,-242,187,-292v39,-19,83,-28,131,-28v136,0,219,75,219,209xm245,-715r134,-57r65,177r-104,0","w":607},"\u00ea":{"d":"348,-752r144,0r81,157r-110,0r-61,-66r-97,66r-122,0xm430,-310v18,-63,-13,-116,-83,-114v-76,2,-128,54,-150,114r233,0xm578,-337v0,45,-12,86,-27,122r-367,0v6,67,45,106,122,105v52,-1,82,-18,119,-43r70,94v-49,40,-115,72,-206,71v-156,-3,-248,-83,-248,-238v0,-144,83,-242,187,-292v39,-19,83,-28,131,-28v136,0,219,75,219,209","w":607},"\u00eb":{"d":"430,-310v18,-63,-13,-116,-83,-114v-76,2,-128,54,-150,114r233,0xm578,-337v0,45,-12,86,-27,122r-367,0v6,67,45,106,122,105v52,-1,82,-18,119,-43r70,94v-49,40,-115,72,-206,71v-156,-3,-248,-83,-248,-238v0,-144,83,-242,187,-292v39,-19,83,-28,131,-28v136,0,219,75,219,209xm239,-730r146,0r-37,135r-146,0xm453,-730r146,0r-37,135r-146,0","w":607},"\u00ed":{"d":"147,-536r152,0r-144,536r-152,0xm310,-772r128,57r-161,120r-128,0","w":302},"\u00ec":{"d":"147,-536r152,0r-144,536r-152,0xm112,-715r134,-57r65,177r-104,0","w":302},"\u00ee":{"d":"203,-752r144,0r81,157r-110,0r-61,-66r-97,66r-122,0xm147,-536r152,0r-144,536r-152,0","w":302},"\u00ef":{"d":"147,-536r152,0r-144,536r-152,0xm94,-730r146,0r-37,135r-146,0xm308,-730r146,0r-37,135r-146,0","w":302},"\u00f1":{"d":"332,-647v-38,0,-54,31,-70,59r-80,-40v29,-64,75,-130,153,-133v63,-4,82,55,132,55v38,0,54,-31,70,-59r80,40v-29,64,-75,130,-153,133v-62,3,-82,-55,-132,-55xm413,-294v19,-59,-1,-117,-67,-114v-66,3,-100,50,-116,107r-81,301r-152,0r143,-536r152,0r-15,56v36,-31,81,-66,146,-66v112,0,184,89,153,206r-90,340r-152,0","w":619},"\u00f3":{"d":"191,-240v-4,75,45,122,116,122v96,0,149,-81,154,-176v4,-75,-45,-122,-116,-122v-96,0,-149,81,-154,176xm352,-546v160,0,258,90,258,248v0,142,-85,235,-188,284v-38,17,-79,26,-122,26v-160,0,-258,-90,-258,-248v0,-142,87,-235,190,-284v38,-17,77,-26,120,-26xm448,-772r128,57r-161,120r-128,0","w":652},"\u00f2":{"d":"191,-240v-4,75,45,122,116,122v96,0,149,-81,154,-176v4,-75,-45,-122,-116,-122v-96,0,-149,81,-154,176xm352,-546v160,0,258,90,258,248v0,142,-85,235,-188,284v-38,17,-79,26,-122,26v-160,0,-258,-90,-258,-248v0,-142,87,-235,190,-284v38,-17,77,-26,120,-26xm255,-715r134,-57r65,177r-104,0","w":652},"\u00f4":{"d":"353,-752r144,0r81,157r-110,0r-61,-66r-97,66r-122,0xm191,-240v-4,75,45,122,116,122v96,0,149,-81,154,-176v4,-75,-45,-122,-116,-122v-96,0,-149,81,-154,176xm352,-546v160,0,258,90,258,248v0,142,-85,235,-188,284v-38,17,-79,26,-122,26v-160,0,-258,-90,-258,-248v0,-142,87,-235,190,-284v38,-17,77,-26,120,-26","w":652},"\u00f6":{"d":"191,-240v-4,75,45,122,116,122v96,0,149,-81,154,-176v4,-75,-45,-122,-116,-122v-96,0,-149,81,-154,176xm352,-546v160,0,258,90,258,248v0,142,-85,235,-188,284v-38,17,-79,26,-122,26v-160,0,-258,-90,-258,-248v0,-142,87,-235,190,-284v38,-17,77,-26,120,-26xm243,-730r146,0r-37,135r-146,0xm457,-730r146,0r-37,135r-146,0","w":652},"\u00f5":{"d":"325,-647v-38,0,-54,31,-70,59r-80,-40v29,-64,75,-130,153,-133v63,-4,82,55,132,55v38,0,54,-31,70,-59r80,40v-29,64,-75,130,-153,133v-62,3,-82,-55,-132,-55xm191,-240v-4,75,45,122,116,122v96,0,149,-81,154,-176v4,-75,-45,-122,-116,-122v-96,0,-149,81,-154,176xm352,-546v160,0,258,90,258,248v0,142,-85,235,-188,284v-38,17,-79,26,-122,26v-160,0,-258,-90,-258,-248v0,-142,87,-235,190,-284v38,-17,77,-26,120,-26","w":652},"\u00fa":{"d":"345,-56v-36,31,-81,66,-146,66v-112,0,-184,-89,-153,-206r90,-340r152,0r-84,318v-26,92,96,114,146,60v19,-20,33,-45,42,-77r81,-301r152,0r-143,536r-152,0xm460,-772r128,57r-161,120r-128,0","w":622},"\u00f9":{"d":"345,-56v-36,31,-81,66,-146,66v-112,0,-184,-89,-153,-206r90,-340r152,0r-84,318v-26,92,96,114,146,60v19,-20,33,-45,42,-77r81,-301r152,0r-143,536r-152,0xm273,-715r134,-57r65,177r-104,0","w":622},"\u00fb":{"d":"360,-752r144,0r81,157r-110,0r-61,-66r-97,66r-122,0xm345,-56v-36,31,-81,66,-146,66v-112,0,-184,-89,-153,-206r90,-340r152,0r-84,318v-26,92,96,114,146,60v19,-20,33,-45,42,-77r81,-301r152,0r-143,536r-152,0","w":622},"\u00fc":{"d":"345,-56v-36,31,-81,66,-146,66v-112,0,-184,-89,-153,-206r90,-340r152,0r-84,318v-26,92,96,114,146,60v19,-20,33,-45,42,-77r81,-301r152,0r-143,536r-152,0xm251,-730r146,0r-37,135r-146,0xm465,-730r146,0r-37,135r-146,0","w":622},"\u00b0":{"d":"177,-520v-2,45,30,81,75,79v62,-3,96,-50,99,-111v2,-45,-30,-81,-75,-79v-62,3,-96,49,-99,111xm440,-555v0,113,-77,187,-191,192v-125,6,-194,-111,-146,-227v27,-66,86,-119,176,-119v99,0,161,56,161,154","w":445},"\u00a2":{"d":"363,-503v-89,14,-144,79,-148,175v-2,44,18,74,42,95xm546,-152v-54,50,-141,88,-250,73r-33,85r-104,0r43,-110v-79,-37,-136,-111,-136,-222v0,-147,83,-239,192,-284v46,-19,94,-27,151,-23r28,-73r104,0r-37,94v51,20,88,56,113,99r-115,80v-15,-23,-32,-41,-52,-52r-109,279v57,-2,89,-21,125,-49","w":586},"\u00a3":{"d":"552,-506v-22,-57,-120,-85,-170,-34v-33,34,-44,93,-60,146r231,0r-34,127r-230,0r-36,134r306,0r-36,133r-536,0r27,-101r83,-25r38,-141r-76,0r34,-127r76,0v23,-91,52,-190,105,-245v71,-73,228,-95,320,-37v35,22,62,51,81,86","w":644,"k":{"4":15}},"\u00a7":{"d":"442,-369v-52,-25,-209,-90,-229,3v6,51,100,58,145,73v46,16,104,0,106,-44v0,-13,-7,-25,-22,-32xm506,-148v-7,204,-370,190,-458,64r95,-84v33,33,85,63,148,63v51,0,99,-40,48,-65v-86,-43,-268,-41,-268,-170v0,-79,58,-117,136,-132v-20,-20,-37,-44,-36,-83v7,-204,370,-190,458,-64r-95,84v-33,-33,-85,-63,-148,-63v-51,0,-99,41,-48,66v86,42,268,40,268,169v0,79,-58,117,-136,132v20,20,37,44,36,83","w":632,"k":{"7":15}},"\u00b6":{"d":"87,-424v0,-195,148,-273,353,-276r191,0r-188,700r-153,0r56,-212v-153,-3,-259,-63,-259,-212","w":599},"\u00df":{"d":"463,-357v55,25,104,61,104,139v0,172,-152,224,-340,220r32,-118v94,2,165,-22,165,-106v0,-57,-46,-77,-115,-84r27,-100v79,-19,132,-50,138,-127v5,-81,-105,-98,-150,-47v-18,20,-34,48,-44,85r-132,495r-151,0r135,-503v36,-134,106,-234,268,-234v130,0,217,64,217,189v0,106,-68,163,-154,191","w":632,"k":{"\u00ab":10,"}":10,"z":10,"y":15,"x":25,"w":20,"v":25,"t":10,"s":10,"]":15,"\\":75,"?":35,")":20}},"\u00ae":{"d":"523,-421v0,-71,-83,-56,-151,-57r0,113v0,0,151,12,151,-56xm609,-426v1,66,-36,101,-83,120r94,138r-99,0r-82,-124r-67,0r0,124r-85,0r0,-385r171,0v87,-1,151,44,151,127xm208,-122v65,74,226,126,354,68v109,-50,194,-145,194,-297v0,-151,-83,-248,-192,-296v-77,-33,-178,-33,-254,1v-109,50,-194,145,-194,297v0,97,43,172,92,227xm770,-211v-62,161,-264,281,-477,195v-125,-51,-219,-164,-219,-333v0,-170,97,-279,220,-334v87,-39,198,-39,285,-1v123,55,219,164,219,333v0,49,-11,95,-28,140","w":830},"\u00a9":{"d":"598,-225v-40,41,-79,71,-158,69v-120,-4,-193,-78,-197,-198v-5,-152,145,-238,290,-184v24,9,44,26,62,43r-55,64v-26,-23,-53,-43,-97,-43v-69,0,-110,49,-110,119v0,70,41,119,110,119v48,0,70,-22,99,-45xm208,-122v65,74,226,126,354,68v109,-50,194,-145,194,-297v0,-151,-83,-248,-192,-296v-77,-33,-178,-33,-254,1v-109,50,-194,145,-194,297v0,97,43,172,92,227xm770,-211v-62,161,-264,281,-477,195v-125,-51,-219,-164,-219,-333v0,-170,97,-279,220,-334v87,-39,198,-39,285,-1v123,55,219,164,219,333v0,49,-11,95,-28,140","w":830},"\u00b4":{"d":"369,-772r128,57r-161,120r-128,0","w":500},"\u00a8":{"d":"194,-730r146,0r-37,135r-146,0xm408,-730r146,0r-37,135r-146,0","w":500},"\u00c6":{"d":"504,-293r73,-274r-19,0r-218,274r164,0xm504,-700r612,0r-37,137r-350,0r-38,143r305,0r-37,135r-305,0r-40,148r356,0r-37,137r-508,0r42,-157r-236,0r-125,157r-167,0","w":1058,"k":{"\u0153":10,"y":10,"w":10,"v":10,"o":10,"e":10,"d":10,"c":10}},"\u00d8":{"d":"300,-149v55,34,148,33,207,1v95,-53,174,-173,136,-317xm583,-545v-53,-40,-152,-40,-215,-7v-98,51,-179,185,-132,326xm316,-676v118,-56,302,-42,383,34r68,-63r147,0r-150,138v55,87,58,214,14,317v-63,146,-189,258,-391,262v-85,2,-154,-26,-204,-64r-62,57r-147,0r142,-130v-60,-89,-63,-218,-18,-325v42,-101,119,-179,218,-226"},"\u00b1":{"d":"549,-213v6,243,-384,286,-523,140v-16,-16,-29,-32,-39,-49r114,-86v40,47,83,82,166,82v70,0,124,-28,127,-91v4,-82,-102,-74,-189,-73r34,-127v101,2,209,4,213,-89v2,-44,-45,-69,-92,-68v-74,1,-109,33,-154,72r-85,-97v62,-63,134,-113,257,-113v132,0,232,58,232,182v0,102,-66,153,-156,179v52,23,93,65,95,138","w":621,"k":{"7":5}},"\u00a5":{"d":"234,-92r-184,0r29,-108r184,0r16,-62r-184,0r29,-108r143,0r-125,-330r166,0r84,259r225,-259r183,0r-305,330r145,0r-29,108r-184,0r-16,62r184,0r-29,108r-184,0r-25,92r-148,0","w":711,"k":{"4":20}},"\u00b5":{"d":"244,-400v-58,150,32,304,207,265v15,-3,29,-8,42,-13r-90,-122r127,-85r71,114v27,-40,47,-91,47,-151v0,-113,-64,-178,-178,-178v-120,0,-191,80,-226,170xm785,-524v60,152,-7,325,-96,410r56,74r-127,84r-46,-74v-80,43,-220,58,-316,18v-110,-45,-189,-137,-189,-286v0,-189,111,-314,249,-378v86,-41,211,-49,303,-12v77,31,136,88,166,164","k":{"\u00c6":15,"}":10,"y":10,"x":5,"v":10,"]":10,"\\":40,"Z":20,"Y":55,"X":25,"W":50,"V":55,"T":55,"J":10,"A":15,"?":20,"\/":40,".":40,",":40,"*":40,")":10}},"\u03bc":{"d":"244,-400v-58,150,32,304,207,265v15,-3,29,-8,42,-13r-90,-122r127,-85r71,114v27,-40,47,-91,47,-151v0,-113,-64,-178,-178,-178v-120,0,-191,80,-226,170xm785,-524v60,152,-7,325,-96,410r56,74r-127,84r-46,-74v-80,43,-220,58,-316,18v-110,-45,-189,-137,-189,-286v0,-189,111,-314,249,-378v86,-41,211,-49,303,-12v77,31,136,88,166,164"},"\u00aa":{"d":"245,-535v-59,0,-86,77,-21,78v39,0,71,-32,76,-68v-15,-5,-34,-10,-55,-10xm69,-343r266,0r-18,66r-266,0xm276,-440v-21,22,-48,39,-88,40v-48,1,-86,-32,-86,-79v0,-104,123,-125,211,-93v15,-37,-6,-61,-52,-61v-29,0,-58,7,-78,16r-14,-66v75,-34,238,-37,229,70v-6,77,-35,137,-50,207r-81,0","w":390},"\u00ba":{"d":"186,-538v-2,39,24,69,63,68v55,-2,82,-43,85,-96v2,-39,-24,-70,-63,-68v-54,2,-83,43,-85,96xm69,-343r278,0r-18,66r-278,0xm416,-569v-4,100,-68,166,-170,170v-84,3,-145,-55,-142,-136v4,-100,68,-166,170,-170v84,-3,145,55,142,136","w":402},"\u00e6":{"d":"158,-151v0,68,99,66,158,39v28,-13,54,-28,76,-50v-3,-14,-5,-29,-6,-46v-73,-39,-228,-46,-228,57xm763,-310v18,-63,-13,-116,-83,-114v-76,2,-128,54,-150,114r233,0xm622,12v-97,-1,-167,-38,-204,-103v-57,58,-132,100,-240,101v-102,1,-171,-51,-171,-144v0,-132,97,-191,231,-193v60,-1,106,10,151,24v23,-67,-8,-110,-93,-110v-52,0,-106,14,-143,29r-24,-120v105,-47,325,-65,375,41v45,-45,108,-83,193,-83v133,0,214,77,214,209v0,45,-12,86,-27,122r-367,0v6,67,45,106,122,105v52,-1,82,-18,119,-43r70,94v-45,41,-119,72,-206,71","w":940,"k":{"}":10,"z":5,"y":25,"x":30,"w":25,"v":25,"]":20,"\\":80,"?":40,".":10,",":10,"*":35,")":30}},"\u00f8":{"d":"236,-130v37,23,97,23,135,0v60,-36,108,-110,91,-206xm411,-407v-130,-49,-240,58,-222,202xm232,-520v89,-43,220,-29,284,24r49,-45r133,0r-122,111v42,69,45,169,10,248v-48,106,-140,191,-286,194v-72,2,-128,-21,-169,-53r-51,46r-133,0r126,-114v-67,-116,-11,-277,60,-342v30,-27,62,-51,99,-69","w":652},"\u00bf":{"d":"491,-89v-55,58,-142,98,-244,98v-128,0,-223,-61,-223,-182v0,-141,113,-197,256,-219r29,-70r102,0r-20,162r-6,5v-65,5,-115,16,-149,33v-34,17,-51,40,-51,69v1,44,32,63,83,62v58,-1,108,-28,143,-59xm340,-700r162,0r-43,160r-162,0","w":544,"k":{"\u0152":20,"\u00e6":-10,"\u00b5":20,"y":35,"w":35,"v":45,"t":15,"f":10,"a":-10,"Y":70,"X":10,"W":50,"V":60,"U":15,"T":60,"Q":20,"O":20,"G":20,"C":20}},"\u00a1":{"d":"1,0r171,-462r84,0r-71,442r-6,20r-178,0xm197,-700r162,0r-43,160r-162,0","w":325},"\u0192":{"d":"586,-565v-34,-17,-97,-26,-128,2v-23,20,-40,62,-55,94r120,0r-34,125r-142,0v-80,146,-96,382,-337,350v-14,-2,-28,-3,-39,-6r33,-122v59,18,100,-8,121,-56r74,-166r-72,0r34,-125r94,0r38,-86v57,-144,178,-183,326,-134","w":543,"k":{"5":10,"4":30,"1":-30}},"\u00ab":{"d":"46,-255r2,-8r237,-233r87,80r-176,171r80,160r-122,54xm316,-255r2,-8r237,-233r87,80r-176,171r80,160r-122,54","w":643,"k":{"\u0153":10,"y":15,"x":15,"w":10,"v":15,"q":5,"o":10,"g":5,"e":10,"d":5,"c":10,"Y":75,"X":20,"W":35,"V":40,"T":60}},"\u00bb":{"d":"-1,-111r176,-171r-80,-160r122,-54r108,224r-2,8r-237,233xm269,-111r176,-171r-80,-160r122,-54r108,224r-2,8r-237,233","w":643,"k":{"\u00c6":20,"z":20,"y":30,"x":45,"w":20,"v":30,"t":10,"s":10,"f":10,"Z":15,"Y":110,"X":50,"W":50,"V":60,"T":90,"S":10,"A":20}},"\u00a0":{"w":300},"\u00c0":{"d":"493,-293r-32,-231r-154,231r186,0xm432,-705r148,0r111,705r-158,0r-22,-157r-296,0r-106,157r-166,0xm367,-875r134,-57r65,177r-104,0","w":765},"\u00c3":{"d":"444,-807v-38,0,-54,31,-70,59r-80,-40v29,-64,75,-130,153,-133v63,-4,82,55,132,55v38,0,54,-31,70,-59r80,40v-29,64,-75,130,-153,133v-62,3,-82,-55,-132,-55xm493,-293r-32,-231r-154,231r186,0xm432,-705r148,0r111,705r-158,0r-22,-157r-296,0r-106,157r-166,0","w":765},"\u00d5":{"d":"468,-807v-38,0,-54,31,-70,59r-80,-40v29,-64,75,-130,153,-133v63,-4,82,55,132,55v38,0,54,-31,70,-59r80,40v-29,64,-75,130,-153,133v-62,3,-82,-55,-132,-55xm244,-400v-52,135,13,278,161,270v151,-8,243,-115,243,-262v0,-113,-64,-178,-178,-178v-120,0,-191,79,-226,170xm692,-117v-83,92,-271,170,-436,105v-111,-43,-189,-137,-189,-286v0,-189,111,-314,249,-378v86,-41,211,-49,303,-12v110,45,189,137,189,286v0,119,-54,216,-116,285"},"\u0152":{"d":"227,-301v0,129,103,171,247,162r114,-422v-210,-9,-361,68,-361,260xm417,0v-217,-2,-350,-86,-350,-295v0,-197,118,-315,269,-372v60,-23,132,-33,213,-33r580,0r-37,137r-350,0r-38,143r305,0r-37,135r-305,0r-40,148r356,0r-37,137r-529,0","w":1071,"k":{"\u0153":10,"y":10,"w":10,"v":10,"o":10,"e":10,"d":10,"c":10}},"\u0153":{"d":"191,-241v-3,71,45,126,115,123v99,-4,150,-78,155,-175v3,-71,-45,-126,-115,-123v-99,4,-150,78,-155,175xm851,-310v18,-63,-13,-116,-83,-114v-76,2,-128,54,-150,114r233,0xm999,-337v0,45,-12,86,-27,122r-367,0v6,67,45,106,122,105v52,-1,82,-18,119,-43r70,94v-45,41,-119,72,-206,71v-97,0,-164,-35,-199,-98v-47,55,-114,98,-210,98v-160,0,-259,-90,-259,-248v0,-143,85,-236,188,-284v38,-17,78,-26,121,-26v101,-1,171,41,207,106v47,-59,120,-108,222,-106v136,2,219,75,219,209","w":1028,"k":{"}":10,"z":5,"y":25,"x":30,"w":25,"v":25,"]":20,"\\":80,"?":40,".":10,",":10,"*":35,")":30}},"\u00ff":{"d":"41,16v20,16,60,29,89,14v9,-4,18,-13,29,-26r-66,-540r155,0r25,364r201,-364r164,0r-332,549v-53,78,-99,148,-221,150v-57,1,-91,-15,-125,-37xm226,-730r146,0r-37,135r-146,0xm440,-730r146,0r-37,135r-146,0","w":592},"\u0178":{"d":"243,-276r-145,-424r171,0r82,290r240,-290r186,0r-383,438r-71,262r-154,0xm294,-890r146,0r-37,135r-146,0xm508,-890r146,0r-37,135r-146,0","w":650},"\u00b7":{"d":"107,-390r162,0r-43,160r-162,0","w":319},"\u2219":{"d":"107,-390r162,0r-43,160r-162,0","w":319},"\u00c2":{"d":"463,-912r144,0r81,157r-110,0r-61,-66r-97,66r-122,0xm493,-293r-32,-231r-154,231r186,0xm432,-705r148,0r111,705r-158,0r-22,-157r-296,0r-106,157r-166,0","w":765},"\u00ca":{"d":"444,-912r144,0r81,157r-110,0r-61,-66r-97,66r-122,0xm200,-700r523,0r-37,137r-370,0r-38,143r325,0r-37,135r-325,0r-40,148r376,0r-37,137r-528,0","w":665},"\u00c1":{"d":"493,-293r-32,-231r-154,231r186,0xm432,-705r148,0r111,705r-158,0r-22,-157r-296,0r-106,157r-166,0xm587,-932r128,57r-161,120r-128,0","w":765},"\u00cb":{"d":"200,-700r523,0r-37,137r-370,0r-38,143r325,0r-37,135r-325,0r-40,148r376,0r-37,137r-528,0xm330,-890r146,0r-37,135r-146,0xm544,-890r146,0r-37,135r-146,0","w":665},"\u00c8":{"d":"200,-700r523,0r-37,137r-370,0r-38,143r325,0r-37,135r-325,0r-40,148r376,0r-37,137r-528,0xm333,-875r134,-57r65,177r-104,0","w":665},"\u00cd":{"d":"207,-700r154,0r-188,700r-154,0xm371,-932r128,57r-161,120r-128,0","w":336},"\u00ce":{"d":"258,-912r144,0r81,157r-110,0r-61,-66r-97,66r-122,0xm207,-700r154,0r-188,700r-154,0","w":336},"\u00cf":{"d":"207,-700r154,0r-188,700r-154,0xm155,-890r146,0r-37,135r-146,0xm369,-890r146,0r-37,135r-146,0","w":336},"\u00cc":{"d":"207,-700r154,0r-188,700r-154,0xm162,-875r134,-57r65,177r-104,0","w":336},"\u00d3":{"d":"244,-400v-52,135,13,278,161,270v151,-8,243,-115,243,-262v0,-113,-64,-178,-178,-178v-120,0,-191,79,-226,170xm692,-117v-83,92,-271,170,-436,105v-111,-43,-189,-137,-189,-286v0,-189,111,-314,249,-378v86,-41,211,-49,303,-12v110,45,189,137,189,286v0,119,-54,216,-116,285xm575,-932r128,57r-161,120r-128,0"},"\u00d4":{"d":"484,-912r144,0r81,157r-110,0r-61,-66r-97,66r-122,0xm244,-400v-52,135,13,278,161,270v151,-8,243,-115,243,-262v0,-113,-64,-178,-178,-178v-120,0,-191,79,-226,170xm692,-117v-83,92,-271,170,-436,105v-111,-43,-189,-137,-189,-286v0,-189,111,-314,249,-378v86,-41,211,-49,303,-12v110,45,189,137,189,286v0,119,-54,216,-116,285"},"\u00d2":{"d":"244,-400v-52,135,13,278,161,270v151,-8,243,-115,243,-262v0,-113,-64,-178,-178,-178v-120,0,-191,79,-226,170xm692,-117v-83,92,-271,170,-436,105v-111,-43,-189,-137,-189,-286v0,-189,111,-314,249,-378v86,-41,211,-49,303,-12v110,45,189,137,189,286v0,119,-54,216,-116,285xm377,-875r134,-57r65,177r-104,0"},"\u00da":{"d":"248,-323v-31,96,4,197,111,192v107,-5,157,-78,182,-174r106,-395r154,0r-112,417v-51,179,-131,294,-346,294v-161,0,-259,-77,-262,-236v0,-35,6,-72,17,-112r97,-363r154,0xm579,-932r128,57r-161,120r-128,0","w":764},"\u00db":{"d":"468,-912r144,0r81,157r-110,0r-61,-66r-97,66r-122,0xm248,-323v-31,96,4,197,111,192v107,-5,157,-78,182,-174r106,-395r154,0r-112,417v-51,179,-131,294,-346,294v-161,0,-259,-77,-262,-236v0,-35,6,-72,17,-112r97,-363r154,0","w":764},"\u00d9":{"d":"248,-323v-31,96,4,197,111,192v107,-5,157,-78,182,-174r106,-395r154,0r-112,417v-51,179,-131,294,-346,294v-161,0,-259,-77,-262,-236v0,-35,6,-72,17,-112r97,-363r154,0xm368,-875r134,-57r65,177r-104,0","w":764},"\u0131":{"d":"147,-536r152,0r-144,536r-152,0","w":302},"\u00af":{"d":"187,-705r360,0r-28,105r-360,0","w":500},"\u02c9":{"d":"187,-705r360,0r-28,105r-360,0","w":500},"\u00b8":{"d":"44,120r124,-130r112,0r-123,183","w":500},"\u0141":{"d":"113,-262r-81,22r39,-143r81,-22r79,-295r149,0r-67,250r210,-58r-38,143r-210,58r-45,167r354,0r-38,140r-503,0","w":657},"\u0142":{"d":"109,-279r-81,22r38,-143r81,-22r83,-308r152,0r-71,262r81,-22r-38,143r-81,22r-87,325r-152,0","w":359},"\u0160":{"d":"277,-912r110,0r61,66r97,-66r122,0r-165,157r-144,0xm384,-575v-75,-5,-139,73,-76,116v96,66,265,75,265,236v0,156,-120,233,-278,233v-137,0,-238,-43,-305,-129r116,-98v51,53,103,86,196,92v75,5,146,-69,82,-117v-93,-69,-266,-77,-266,-237v0,-155,121,-227,278,-231v123,-3,202,41,262,104r-106,106v-48,-43,-88,-70,-168,-75","w":636},"\u0161":{"d":"181,-752r110,0r61,66r97,-66r122,0r-165,157r-144,0xm437,-177v8,203,-270,228,-408,135v-19,-13,-37,-26,-53,-43r88,-91v44,45,94,66,164,72v49,4,88,-46,47,-74v-74,-50,-197,-60,-201,-180v-7,-192,249,-231,387,-140v15,9,28,19,39,29r-82,96v-43,-33,-79,-52,-140,-57v-48,-4,-81,48,-40,74v71,48,195,61,199,179","w":500},"\u00dd":{"d":"243,-276r-145,-424r171,0r82,290r240,-290r186,0r-383,438r-71,262r-154,0xm520,-932r128,57r-161,120r-128,0","w":650},"\u00fd":{"d":"41,16v20,16,60,29,89,14v9,-4,18,-13,29,-26r-66,-540r155,0r25,364r201,-364r164,0r-332,549v-53,78,-99,148,-221,150v-57,1,-91,-15,-125,-37xm456,-772r128,57r-161,120r-128,0","w":592},"\u00de":{"d":"508,-370v0,-97,-115,-92,-219,-89r-57,214v135,6,276,-1,276,-125xm327,-598v195,-12,342,39,342,215v0,189,-147,268,-340,273r-133,0r-30,110r-154,0r188,-700r154,0","w":689},"\u00fe":{"d":"202,-232v-3,67,48,118,115,114v101,-5,155,-83,159,-188v3,-69,-44,-115,-112,-112v-100,5,-158,82,-162,186xm337,10v-86,1,-133,-36,-168,-88r-63,238r-152,0r238,-890r152,0r-68,252v42,-37,80,-68,151,-68v135,0,206,91,206,230v0,151,-81,252,-186,302v-35,16,-72,24,-110,24","w":674},"\u017d":{"d":"310,-912r110,0r61,66r97,-66r122,0r-165,157r-144,0xm12,-117r492,-448r-360,0r37,-135r568,0r-32,117r-492,448r375,0r-36,135r-583,0","w":689},"\u017e":{"d":"199,-752r110,0r61,66r97,-66r122,0r-165,157r-144,0xm2,-107r351,-306r-260,0r33,-123r454,0r-29,107r-352,306r273,0r-33,123r-466,0","w":557},"\u00f0":{"d":"183,-232v-3,70,46,118,112,116v88,-3,140,-62,144,-148v3,-67,-46,-116,-113,-114v-87,3,-139,60,-143,146xm286,12v-151,0,-248,-84,-248,-235v0,-123,71,-203,160,-243v88,-40,205,-17,253,39r-67,-145r-135,49r-36,-75r137,-50r-38,-82r150,0r16,35r118,-43r35,75r-120,44v56,109,113,271,61,423v-42,119,-129,208,-286,208","w":638},"\u00a4":{"d":"644,-107v-56,66,-131,119,-248,119v-160,0,-250,-88,-272,-229r-100,0r27,-101r75,0v3,-25,6,-46,13,-68r-70,0r27,-101r73,0v58,-123,152,-222,327,-225v141,-3,216,63,253,163r-131,65v-28,-54,-52,-89,-130,-89v-73,0,-116,36,-147,86r193,0r-27,101r-204,0v-8,22,-13,44,-17,68r203,0r-27,101r-177,0v11,55,53,90,114,90v71,0,100,-29,141,-70","w":720,"k":{"1":-20}},"\u00d0":{"d":"614,-399v4,-141,-122,-172,-277,-162r-38,141r142,0r-37,136r-142,0r-39,145v224,13,386,-57,391,-260xm424,-700v217,-1,350,94,350,295v0,197,-119,314,-269,372v-122,47,-307,30,-473,33r76,-284r-83,0r37,-136r83,0r75,-280r204,0","w":797}}});
Cufon.replace('#nav a', { 'hover': true })('#index', { 'hover': true })('h2');



$(function () {

        var setAddressLinks = function () {
                $("#page a:not('#index')").not('#sidebar a').not('.inpage a').address();
        };

        var setPictureWidth = function () {
                $('#picture').css('width', $('#picture-file').outerWidth());
                Cufon.refresh();
        };

        var savePictureScale = function () {
                $('#picture-file').data({
                        origWidth: this.width,
                        origHeight: this.height
                });
        };

        var calcImageSize = function (pic) {
                // set some numbers
                var header = 165;
                var footer = 125;
                var padding = 20;
                var minWidth = 265;
                var pic = (pic instanceof $ ? pic.get(0) : pic);
                // get timestamp in filename
                var name = pic.src.split('/').pop().split('.').shift().split('-').pop();
                var data = $(pic).data('origSize');
                // save original size
                if (!data || !data[name]) {
                        var newData = data || {};
                        newData[name] = {
                                width: pic.width,
                                height: pic.height
                        };
                        $(pic).data('origSize', newData);
                        data = $(pic).data('origSize');
                }
                // get original size
                var imgSize = data[name];
                var oldHeight = imgSize.height;
                var oldWidth = imgSize.width;
                // get viewport size
                var viewportHeight = window.innerHeight ? window.innerHeight : $(window).height();
                var viewportWidth = window.innerWidth ? window.innerWidth : $(window).width();
                // calculate the new size
                var newHeight = viewportHeight - (header + footer + padding);
                var percent = newHeight / oldHeight;
                var newWidth = oldWidth * percent;
                // image too small
                if (newWidth < minWidth) {
                        newWidth = minWidth;
                        percent = newWidth / oldWidth;
                        newHeight = oldHeight * percent;
                }
                // image too big
                if (newHeight > oldHeight || newWidth > oldWidth) {
                        newWidth = oldWidth;
                        newHeight = oldHeight;
                }
                // set new size
                $(pic).attr({
                        width: newWidth,
                        height: newHeight
                });
                setPictureWidth();
        };

        $('#gallery li').bind('mouseenter mouseleave', function (e) {
                var $img = $(this).find('img'),
                    link = $img.parent().attr('href'),
                    $hover = $(this).find('.gallery-hover'),
                    $newHover = $('<a\/>').addClass('gallery-hover').css({
                            width: $img.width(),
                            height: $img.height(),
                            display: 'none'
                    }).attr('href', link);

                if (e.type == 'mouseenter') {
                        if ($hover.length) {
                                $hover.stop(false, true).fadeTo('fast', 0.6);
                        }
                        else {
                                $newHover.appendTo($(this)).fadeTo('fast', 0.6);
                                $('.gallery-hover').address();
                        }
                }
                else {
                        $hover.stop(false, true).fadeOut('fast');
                }
        });

        $.address.change(function (e) {
                if (e.pathNames.length > 0) {
                        $.getJSON(e.path, function (rsp, status, xhr) {
                                if (status == 'success') {
                                        if ($('#picture').length == 0) {
                                                $('#page').html(rsp.html);
                                                calcImageSize($('#picture-file'));
                                                setAddressLinks();
                                        }
                                        else {
                                                var data = rsp.picture;

                                                // preload new image
                                                var pic = new Image();
                                                pic.src = rootPath + '/media/galleries/' + data.filename + '.' + data.fileext;
                                                pic.width = data.width;
                                                pic.height = data.height;

                                                // do all things when image is loaded!
                                                pic.onload = function () {
                                                        $('#picture-file').attr({
                                                                src: this.src,
                                                                width: this.width,
                                                                height: this.height
                                                        });
                                                        calcImageSize($('#picture-file'));

                                                        $('#prev').attr('href', rootPath + '/' + data.prev + '/');
                                                        $('#next').attr('href', rootPath + '/' + data.next + '/');
                                                        $('#picture-link').attr('href', rootPath + '/' + data.next + '/');
                                                        $('#picture-number').text(data.number + ' | ' + data.countPics);
                                                        $('#picture-title').html(data.title);
                                                };
                                        }
                                }
                        });
                }
        });

        $(window).resize(function () {
                if ($('#picture-file').length) {
                        calcImageSize($('#picture-file'));
                }
        });

        if ($('#picture-file').length) {
                calcImageSize($('#picture-file'));
        }

        setAddressLinks();
});

