/*
 * 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(aQ,S){function a2(){if(!aj.isReady){try{U.documentElement.doScroll("left")}catch(c){setTimeout(a2,1);return}aj.ready()}}function I(s,c){c.src?aj.ajax({url:c.src,async:false,dataType:"script"}):aj.globalEval(c.text||c.textContent||c.innerHTML||"");c.parentNode&&c.parentNode.removeChild(c)}function ar(s,c,K,F,G,w){var A=s.length;if(typeof c==="object"){for(var J in c){ar(s,J,c[J],F,G,K)}return s}if(K!==S){F=!w&&F&&aj.isFunction(K);for(J=0;J<A;J++){G(s[J],c,F?K.call(s[J],J,G(s[J],c)):K,w)}return s}return A?G(s[0],c):S}function aH(){return(new Date).getTime()}function aq(){return false}function ao(){return true}function aM(s,c,w){w[0].type=s;return aj.event.handle.apply(c,w)}function ai(O){var N,L=[],J=[],K=arguments,F,G,s,A,w,c;G=aj.data(this,"events");if(!(O.liveFired===this||!G||!G.live||O.button&&O.type==="click")){O.liveFired=this;var P=G.live.slice(0);for(A=0;A<P.length;A++){G=P[A];G.origType.replace(aB,"")===O.type?J.push(G.selector):P.splice(A--,1)}F=aj(O.target).closest(J,O.currentTarget);w=0;for(c=F.length;w<c;w++){for(A=0;A<P.length;A++){G=P[A];if(F[w].selector===G.selector){s=F[w].elem;J=null;if(G.preType==="mouseenter"||G.preType==="mouseleave"){J=aj(O.relatedTarget).closest(G.selector)[0]}if(!J||J!==s){L.push({elem:s,handleObj:G})}}}}w=0;for(c=L.length;w<c;w++){F=L[w];O.currentTarget=F.elem;O.data=F.handleObj.data;O.handleObj=F.handleObj;if(F.handleObj.origHandler.apply(F.elem,K)===false){N=false;break}}return N}}function C(s,c){return"live."+(s&&s!=="*"?s+".":"")+c.replace(/\./g,"`").replace(/ /g,"&")}function m(c){return !c||!c.parentNode||c.parentNode.nodeType===11}function bl(s,c){var w=0;c.each(function(){if(this.nodeName===(s[w]&&s[w].nodeName)){var G=aj.data(s[w++]),J=aj.data(this,G);if(G=G&&G.events){delete J.handle;J.events={};for(var A in G){for(var F in G[A]){aj.event.add(this,A,G[A][F],G[A][F].data)}}}}})}function a5(s,c,G){var A,F,w;c=c&&c[0]?c[0].ownerDocument||c[0]:U;if(s.length===1&&typeof s[0]==="string"&&s[0].length<512&&c===U&&!aR.test(s[0])&&(aj.support.checkClone||!am.test(s[0]))){F=true;if(w=aj.fragments[s[0]]){if(w!==1){A=w}}}if(!A){A=c.createDocumentFragment();aj.clean(s,c,A,G)}if(F){aj.fragments[s[0]]=w?A:1}return{fragment:A,cacheable:F}}function aE(s,c){var w={};aj.each(H.concat.apply([],H.slice(0,c)),function(){w[this]=s});return w}function q(c){return"scrollTo" in c&&c.document?c:c.nodeType===9?c.defaultView||c.parentWindow:false}var aj=function(s,c){return new aj.fn.init(s,c)},r=aQ.jQuery,d=aQ.$,U=aQ.document,av,a9=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,aV=/^.[^:#\[\.,]*$/,ap=/\S/,M=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,t=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,az=navigator.userAgent,b=false,ax=[],aD,a3=Object.prototype.toString,aX=Object.prototype.hasOwnProperty,aA=Array.prototype.push,aw=Array.prototype.slice,a8=Array.prototype.indexOf;aj.fn=aj.prototype={init:function(s,c){var A,w;if(!s){return this}if(s.nodeType){this.context=this[0]=s;this.length=1;return this}if(s==="body"&&!c){this.context=U;this[0]=U.body;this.selector="body";this.length=1;return this}if(typeof s==="string"){if((A=a9.exec(s))&&(A[1]||!c)){if(A[1]){w=c?c.ownerDocument||c:U;if(s=t.exec(s)){if(aj.isPlainObject(c)){s=[U.createElement(s[1])];aj.fn.attr.call(s,c,true)}else{s=[w.createElement(s[1])]}}else{s=a5([A[1]],[w]);s=(s.cacheable?s.fragment.cloneNode(true):s.fragment).childNodes}return aj.merge(this,s)}else{if(c=U.getElementById(A[2])){if(c.id!==A[2]){return av.find(s)}this.length=1;this[0]=c}this.context=U;this.selector=s;return this}}else{if(!c&&/^\w+$/.test(s)){this.selector=s;this.context=U;s=U.getElementsByTagName(s);return aj.merge(this,s)}else{return !c||c.jquery?(c||av).find(s):aj(c).find(s)}}}else{if(aj.isFunction(s)){return av.ready(s)}}if(s.selector!==S){this.selector=s.selector;this.context=s.context}return aj.makeArray(s,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return aw.call(this,0)},get:function(c){return c==null?this.toArray():c<0?this.slice(c)[0]:this[c]},pushStack:function(s,c,A){var w=aj();aj.isArray(s)?aA.apply(w,s):aj.merge(w,s);w.prevObject=this;w.context=this.context;if(c==="find"){w.selector=this.selector+(this.selector?" ":"")+A}else{if(c){w.selector=this.selector+"."+c+"("+A+")"}}return w},each:function(s,c){return aj.each(this,s,c)},ready:function(c){aj.bindReady();if(aj.isReady){c.call(U,aj)}else{ax&&ax.push(c)}return this},eq:function(c){return c===-1?this.slice(c):this.slice(c,+c+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(aw.apply(this,arguments),"slice",aw.call(arguments).join(","))},map:function(c){return this.pushStack(aj.map(this,function(s,w){return c.call(s,w,s)}))},end:function(){return this.prevObject||aj(null)},push:aA,sort:[].sort,splice:[].splice};aj.fn.init.prototype=aj.fn;aj.extend=aj.fn.extend=function(){var s=arguments[0]||{},c=1,K=arguments.length,F=false,G,w,A,J;if(typeof s==="boolean"){F=s;s=arguments[1]||{};c=2}if(typeof s!=="object"&&!aj.isFunction(s)){s={}}if(K===c){s=this;--c}for(;c<K;c++){if((G=arguments[c])!=null){for(w in G){A=s[w];J=G[w];if(s!==J){if(F&&J&&(aj.isPlainObject(J)||aj.isArray(J))){A=A&&(aj.isPlainObject(A)||aj.isArray(A))?A:aj.isArray(J)?[]:{};s[w]=aj.extend(F,A,J)}else{if(J!==S){s[w]=J}}}}}}return s};aj.extend({noConflict:function(c){aQ.$=d;if(c){aQ.jQuery=r}return aj},isReady:false,ready:function(){if(!aj.isReady){if(!U.body){return setTimeout(aj.ready,13)}aj.isReady=true;if(ax){for(var s,c=0;s=ax[c++];){s.call(U,aj)}ax=null}aj.fn.triggerHandler&&aj(U).triggerHandler("ready")}},bindReady:function(){if(!b){b=true;if(U.readyState==="complete"){return aj.ready()}if(U.addEventListener){U.addEventListener("DOMContentLoaded",aD,false);aQ.addEventListener("load",aj.ready,false)}else{if(U.attachEvent){U.attachEvent("onreadystatechange",aD);aQ.attachEvent("onload",aj.ready);var s=false;try{s=aQ.frameElement==null}catch(c){}U.documentElement.doScroll&&s&&a2()}}}},isFunction:function(c){return a3.call(c)==="[object Function]"},isArray:function(c){return a3.call(c)==="[object Array]"},isPlainObject:function(s){if(!s||a3.call(s)!=="[object Object]"||s.nodeType||s.setInterval){return false}if(s.constructor&&!aX.call(s,"constructor")&&!aX.call(s.constructor.prototype,"isPrototypeOf")){return false}var c;for(c in s){}return c===S||aX.call(s,c)},isEmptyObject:function(s){for(var c in s){return false}return true},error:function(c){throw c},parseJSON:function(c){if(typeof c!=="string"||!c){return null}c=aj.trim(c);if(/^[\],:{}\s]*$/.test(c.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,""))){return aQ.JSON&&aQ.JSON.parse?aQ.JSON.parse(c):(new Function("return "+c))()}else{aj.error("Invalid JSON: "+c)}},noop:function(){},globalEval:function(s){if(s&&ap.test(s)){var c=U.getElementsByTagName("head")[0]||U.documentElement,w=U.createElement("script");w.type="text/javascript";if(aj.support.scriptEval){w.appendChild(U.createTextNode(s))}else{w.text=s}c.insertBefore(w,c.firstChild);c.removeChild(w)}},nodeName:function(s,c){return s.nodeName&&s.nodeName.toUpperCase()===c.toUpperCase()},each:function(s,c,J){var F,G=0,w=s.length,A=w===S||aj.isFunction(s);if(J){if(A){for(F in s){if(c.apply(s[F],J)===false){break}}}else{for(;G<w;){if(c.apply(s[G++],J)===false){break}}}}else{if(A){for(F in s){if(c.call(s[F],F,s[F])===false){break}}}else{for(J=s[0];G<w&&c.call(J,G,J)!==false;J=s[++G]){}}}return s},trim:function(c){return(c||"").replace(M,"")},makeArray:function(s,c){c=c||[];if(s!=null){s.length==null||typeof s==="string"||aj.isFunction(s)||typeof s!=="function"&&s.setInterval?aA.call(c,s):aj.merge(c,s)}return c},inArray:function(s,c){if(c.indexOf){return c.indexOf(s)}for(var A=0,w=c.length;A<w;A++){if(c[A]===s){return A}}return -1},merge:function(s,c){var F=s.length,w=0;if(typeof c.length==="number"){for(var A=c.length;w<A;w++){s[F++]=c[w]}}else{for(;c[w]!==S;){s[F++]=c[w++]}}s.length=F;return s},grep:function(s,c,G){for(var A=[],F=0,w=s.length;F<w;F++){!G!==!c(s[F],F)&&A.push(s[F])}return A},map:function(s,c,J){for(var F=[],G,w=0,A=s.length;w<A;w++){G=c(s[w],w,J);if(G!=null){F[F.length]=G}}return F.concat.apply([],F)},guid:1,proxy:function(s,c,w){if(arguments.length===2){if(typeof c==="string"){w=s;s=w[c];c=S}else{if(c&&!aj.isFunction(c)){w=c;c=S}}}if(!c&&s){c=function(){return s.apply(w||this,arguments)}}if(s){c.guid=s.guid=s.guid||c.guid||aj.guid++}return c},uaMatch:function(c){c=c.toLowerCase();c=/(webkit)[ \/]([\w.]+)/.exec(c)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(c)||/(msie) ([\w.]+)/.exec(c)||!/compatible/.test(c)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(c)||[];return{browser:c[1]||"",version:c[2]||"0"}},browser:{}});az=aj.uaMatch(az);if(az.browser){aj.browser[az.browser]=true;aj.browser.version=az.version}if(aj.browser.webkit){aj.browser.safari=true}if(a8){aj.inArray=function(s,c){return a8.call(c,s)}}av=aj(U);if(U.addEventListener){aD=function(){U.removeEventListener("DOMContentLoaded",aD,false);aj.ready()}}else{if(U.attachEvent){aD=function(){if(U.readyState==="complete"){U.detachEvent("onreadystatechange",aD);aj.ready()}}}}(function(){aj.support={};var L=U.documentElement,K=U.createElement("script"),J=U.createElement("div"),F="script"+aH();J.style.display="none";J.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var G=J.getElementsByTagName("*"),w=J.getElementsByTagName("a")[0];if(!(!G||!G.length||!w)){aj.support={leadingWhitespace:J.firstChild.nodeType===3,tbody:!J.getElementsByTagName("tbody").length,htmlSerialize:!!J.getElementsByTagName("link").length,style:/red/.test(w.getAttribute("style")),hrefNormalized:w.getAttribute("href")==="/a",opacity:/^0.55$/.test(w.style.opacity),cssFloat:!!w.style.cssFloat,checkOn:J.getElementsByTagName("input")[0].value==="on",optSelected:U.createElement("select").appendChild(U.createElement("option")).selected,parentNode:J.removeChild(J.appendChild(U.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};K.type="text/javascript";try{K.appendChild(U.createTextNode("window."+F+"=1;"))}catch(A){}L.insertBefore(K,L.firstChild);if(aQ[F]){aj.support.scriptEval=true;delete aQ[F]}try{delete K.test}catch(c){aj.support.deleteExpando=false}L.removeChild(K);if(J.attachEvent&&J.fireEvent){J.attachEvent("onclick",function s(){aj.support.noCloneEvent=false;J.detachEvent("onclick",s)});J.cloneNode(true).fireEvent("onclick")}J=U.createElement("div");J.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";L=U.createDocumentFragment();L.appendChild(J.firstChild);aj.support.checkClone=L.cloneNode(true).cloneNode(true).lastChild.checked;aj(function(){var N=U.createElement("div");N.style.width=N.style.paddingLeft="1px";U.body.appendChild(N);aj.boxModel=aj.support.boxModel=N.offsetWidth===2;U.body.removeChild(N).style.display="none"});L=function(N){var P=U.createElement("div");N="on"+N;var O=N in P;if(!O){P.setAttribute(N,"return;");O=typeof P[N]==="function"}return O};aj.support.submitBubbles=L("submit");aj.support.changeBubbles=L("change");L=K=J=G=w=null}})();aj.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var aJ="jQuery"+aH(),e=0,aU={};aj.extend({cache:{},expando:aJ,noData:{embed:true,object:true,applet:true},data:function(s,c,F){if(!(s.nodeName&&aj.noData[s.nodeName.toLowerCase()])){s=s==aQ?aU:s;var w=s[aJ],A=aj.cache;if(!w&&typeof c==="string"&&F===S){return null}w||(w=++e);if(typeof c==="object"){s[aJ]=w;A[w]=aj.extend(true,{},c)}else{if(!A[w]){s[aJ]=w;A[w]={}}}s=A[w];if(F!==S){s[c]=F}return typeof c==="string"?s[c]:s}},removeData:function(s,c){if(!(s.nodeName&&aj.noData[s.nodeName.toLowerCase()])){s=s==aQ?aU:s;var F=s[aJ],w=aj.cache,A=w[F];if(c){if(A){delete A[c];aj.isEmptyObject(A)&&aj.removeData(s)}}else{if(aj.support.deleteExpando){delete s[aj.expando]}else{s.removeAttribute&&s.removeAttribute(aj.expando)}delete w[F]}}}});aj.fn.extend({data:function(s,c){if(typeof s==="undefined"&&this.length){return aj.data(this[0])}else{if(typeof s==="object"){return this.each(function(){aj.data(this,s)})}}var A=s.split(".");A[1]=A[1]?"."+A[1]:"";if(c===S){var w=this.triggerHandler("getData"+A[1]+"!",[A[0]]);if(w===S&&this.length){w=aj.data(this[0],s)}return w===S&&A[1]?this.data(A[0]):w}else{return this.trigger("setData"+A[1]+"!",[A[0],c]).each(function(){aj.data(this,s,c)})}},removeData:function(c){return this.each(function(){aj.removeData(this,c)})}});aj.extend({queue:function(s,c,A){if(s){c=(c||"fx")+"queue";var w=aj.data(s,c);if(!A){return w||[]}if(!w||aj.isArray(A)){w=aj.data(s,c,aj.makeArray(A))}else{w.push(A)}return w}},dequeue:function(s,c){c=c||"fx";var A=aj.queue(s,c),w=A.shift();if(w==="inprogress"){w=A.shift()}if(w){c==="fx"&&A.unshift("inprogress");w.call(s,function(){aj.dequeue(s,c)})}}});aj.fn.extend({queue:function(s,c){if(typeof s!=="string"){c=s;s="fx"}if(c===S){return aj.queue(this[0],s)}return this.each(function(){var w=aj.queue(this,s,c);s==="fx"&&w[0]!=="inprogress"&&aj.dequeue(this,s)})},dequeue:function(c){return this.each(function(){aj.dequeue(this,c)})},delay:function(s,c){s=aj.fx?aj.fx.speeds[s]||s:s;c=c||"fx";return this.queue(c,function(){var w=this;setTimeout(function(){aj.dequeue(w,c)},s)})},clearQueue:function(c){return this.queue(c||"fx",[])}});var bg=/[\n\t]/g,ad=/\s+/,bc=/\r/g,aO=/href|src|style/,aW=/(button|input)/i,ay=/(button|input|object|select|textarea)/i,ac=/^(a|area)$/i,a0=/radio|checkbox/;aj.fn.extend({attr:function(s,c){return ar(this,s,c,true,aj.attr)},removeAttr:function(c){return this.each(function(){aj.attr(this,c,"");this.nodeType===1&&this.removeAttribute(c)})},addClass:function(L){if(aj.isFunction(L)){return this.each(function(O){var N=aj(this);N.addClass(L.call(this,O,N.attr("class")))})}if(L&&typeof L==="string"){for(var K=(L||"").split(ad),J=0,F=this.length;J<F;J++){var G=this[J];if(G.nodeType===1){if(G.className){for(var w=" "+G.className+" ",A=G.className,c=0,s=K.length;c<s;c++){if(w.indexOf(" "+K[c]+" ")<0){A+=" "+K[c]}}G.className=aj.trim(A)}else{G.className=L}}}}return this},removeClass:function(s){if(aj.isFunction(s)){return this.each(function(L){var N=aj(this);N.removeClass(s.call(this,L,N.attr("class")))})}if(s&&typeof s==="string"||s===S){for(var c=(s||"").split(ad),K=0,F=this.length;K<F;K++){var G=this[K];if(G.nodeType===1&&G.className){if(s){for(var w=(" "+G.className+" ").replace(bg," "),A=0,J=c.length;A<J;A++){w=w.replace(" "+c[A]+" "," ")}G.className=aj.trim(w)}else{G.className=""}}}}return this},toggleClass:function(s,c){var A=typeof s,w=typeof c==="boolean";if(aj.isFunction(s)){return this.each(function(G){var F=aj(this);F.toggleClass(s.call(this,G,F.attr("class"),c),c)})}return this.each(function(){if(A==="string"){for(var K,G=0,J=aj(this),L=c,F=s.split(ad);K=F[G++];){L=w?L:!J.hasClass(K);J[L?"addClass":"removeClass"](K)}}else{if(A==="undefined"||A==="boolean"){this.className&&aj.data(this,"__className__",this.className);this.className=this.className||s===false?"":aj.data(this,"__className__")||""}}})},hasClass:function(s){s=" "+s+" ";for(var c=0,w=this.length;c<w;c++){if((" "+this[c].className+" ").replace(bg," ").indexOf(s)>-1){return true}}return false},val:function(s){if(s===S){var c=this[0];if(c){if(aj.nodeName(c,"option")){return(c.attributes.value||{}).specified?c.value:c.text}if(aj.nodeName(c,"select")){var K=c.selectedIndex,F=[],G=c.options;c=c.type==="select-one";if(K<0){return null}var w=c?K:0;for(K=c?K+1:G.length;w<K;w++){var A=G[w];if(A.selected){s=aj(A).val();if(c){return s}F.push(s)}}return F}if(a0.test(c.type)&&!aj.support.checkOn){return c.getAttribute("value")===null?"on":c.value}return(c.value||"").replace(bc,"")}return S}var J=aj.isFunction(s);return this.each(function(L){var P=aj(this),O=s;if(this.nodeType===1){if(J){O=s.call(this,L,P.val())}if(typeof O==="number"){O+=""}if(aj.isArray(O)&&a0.test(this.type)){this.checked=aj.inArray(P.val(),O)>=0}else{if(aj.nodeName(this,"select")){var N=aj.makeArray(O);aj("option",this).each(function(){this.selected=aj.inArray(aj(this).val(),N)>=0});if(!N.length){this.selectedIndex=-1}}else{this.value=O}}}})}});aj.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(s,c,G,A){if(!s||s.nodeType===3||s.nodeType===8){return S}if(A&&c in aj.attrFn){return aj(s)[c](G)}A=s.nodeType!==1||!aj.isXMLDoc(s);var F=G!==S;c=A&&aj.props[c]||c;if(s.nodeType===1){var w=aO.test(c);if(c in s&&A&&!w){if(F){c==="type"&&aW.test(s.nodeName)&&s.parentNode&&aj.error("type property can't be changed");s[c]=G}if(aj.nodeName(s,"form")&&s.getAttributeNode(c)){return s.getAttributeNode(c).nodeValue}if(c==="tabIndex"){return(c=s.getAttributeNode("tabIndex"))&&c.specified?c.value:ay.test(s.nodeName)||ac.test(s.nodeName)&&s.href?0:S}return s[c]}if(!aj.support.style&&A&&c==="style"){if(F){s.style.cssText=""+G}return s.style.cssText}F&&s.setAttribute(c,""+G);s=!aj.support.hrefNormalized&&A&&w?s.getAttribute(c,2):s.getAttribute(c);return s===null?S:s}return aj.style(s,c,G)}});var aB=/\.(.*)$/,u=function(c){return c.replace(/[^\w\s\.\|`]/g,function(s){return"\\"+s})};aj.event={add:function(P,O,L,J){if(!(P.nodeType===3||P.nodeType===8)){if(P.setInterval&&P!==aQ&&!P.frameElement){P=aQ}var K,F;if(L.handler){K=L;L=K.handler}if(!L.guid){L.guid=aj.guid++}if(F=aj.data(P)){var G=F.events=F.events||{},s=F.handle;if(!s){F.handle=s=function(){return typeof aj!=="undefined"&&!aj.event.triggered?aj.event.handle.apply(s.elem,arguments):S}}s.elem=P;O=O.split(" ");for(var A,w=0,c;A=O[w++];){F=K?aj.extend({},K):{handler:L,data:J};if(A.indexOf(".")>-1){c=A.split(".");A=c.shift();F.namespace=c.slice(0).sort().join(".")}else{c=[];F.namespace=""}F.type=A;F.guid=L.guid;var Q=G[A],N=aj.event.special[A]||{};if(!Q){Q=G[A]=[];if(!N.setup||N.setup.call(P,J,c,s)===false){if(P.addEventListener){P.addEventListener(A,s,false)}else{P.attachEvent&&P.attachEvent("on"+A,s)}}}if(N.add){N.add.call(P,F);if(!F.handler.guid){F.handler.guid=L.guid}}Q.push(F);aj.event.global[A]=true}P=null}}},global:{},remove:function(R,Q,O,L){if(!(R.nodeType===3||R.nodeType===8)){var N,J=0,K,A,G,F,c,T,P=aj.data(R),s=P&&P.events;if(P&&s){if(Q&&Q.type){O=Q.handler;Q=Q.type}if(!Q||typeof Q==="string"&&Q.charAt(0)==="."){Q=Q||"";for(N in s){aj.event.remove(R,N+Q)}}else{for(Q=Q.split(" ");N=Q[J++];){F=N;K=N.indexOf(".")<0;A=[];if(!K){A=N.split(".");N=A.shift();G=new RegExp("(^|\\.)"+aj.map(A.slice(0).sort(),u).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(c=s[N]){if(O){F=aj.event.special[N]||{};for(w=L||0;w<c.length;w++){T=c[w];if(O.guid===T.guid){if(K||G.test(T.namespace)){L==null&&c.splice(w--,1);F.remove&&F.remove.call(R,T)}if(L!=null){break}}}if(c.length===0||L!=null&&c.length===1){if(!F.teardown||F.teardown.call(R,A)===false){aI(R,N,P.handle)}delete s[N]}}else{for(var w=0;w<c.length;w++){T=c[w];if(K||G.test(T.namespace)){aj.event.remove(R,F,T.handler,w);c.splice(w--,1)}}}}}if(aj.isEmptyObject(s)){if(Q=P.handle){Q.elem=null}delete P.events;delete P.handle;aj.isEmptyObject(P)&&aj.removeData(R)}}}}},trigger:function(N,L,K,G){var J=N.type||N;if(!G){N=typeof N==="object"?N[aJ]?N:aj.extend(aj.Event(J),N):aj.Event(J);if(J.indexOf("!")>=0){N.type=J=J.slice(0,-1);N.exclusive=true}if(!K){N.stopPropagation();aj.event.global[J]&&aj.each(aj.cache,function(){this.events&&this.events[J]&&aj.event.trigger(N,L,this.handle.elem)})}if(!K||K.nodeType===3||K.nodeType===8){return S}N.result=S;N.target=K;L=aj.makeArray(L);L.unshift(N)}N.currentTarget=K;(G=aj.data(K,"handle"))&&G.apply(K,L);G=K.parentNode||K.ownerDocument;try{if(!(K&&K.nodeName&&aj.noData[K.nodeName.toLowerCase()])){if(K["on"+J]&&K["on"+J].apply(K,L)===false){N.result=false}}}catch(A){}if(!N.isPropagationStopped()&&G){aj.event.trigger(N,L,G,true)}else{if(!N.isDefaultPrevented()){G=N.target;var F,c=aj.nodeName(G,"a")&&J==="click",w=aj.event.special[J]||{};if((!w._default||w._default.call(K,N)===false)&&!c&&!(G&&G.nodeName&&aj.noData[G.nodeName.toLowerCase()])){try{if(G[J]){if(F=G["on"+J]){G["on"+J]=null}aj.event.triggered=true;G[J]()}}catch(s){}if(F){G["on"+J]=F}aj.event.triggered=false}}}},handle:function(s){var c,J,F,G;s=arguments[0]=aj.event.fix(s||aQ.event);s.currentTarget=this;c=s.type.indexOf(".")<0&&!s.exclusive;if(!c){J=s.type.split(".");s.type=J.shift();F=new RegExp("(^|\\.)"+J.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}G=aj.data(this,"events");J=G[s.type];if(G&&J){J=J.slice(0);G=0;for(var w=J.length;G<w;G++){var A=J[G];if(c||F.test(A.namespace)){s.handler=A.handler;s.data=A.data;s.handleObj=A;A=A.handler.apply(this,arguments);if(A!==S){s.result=A;if(A===false){s.preventDefault();s.stopPropagation()}}if(s.isImmediatePropagationStopped()){break}}}}return s.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(s){if(s[aJ]){return s}var c=s;s=aj.Event(c);for(var A=this.props.length,w;A;){w=this.props[--A];s[w]=c[w]}if(!s.target){s.target=s.srcElement||U}if(s.target.nodeType===3){s.target=s.target.parentNode}if(!s.relatedTarget&&s.fromElement){s.relatedTarget=s.fromElement===s.target?s.toElement:s.fromElement}if(s.pageX==null&&s.clientX!=null){c=U.documentElement;A=U.body;s.pageX=s.clientX+(c&&c.scrollLeft||A&&A.scrollLeft||0)-(c&&c.clientLeft||A&&A.clientLeft||0);s.pageY=s.clientY+(c&&c.scrollTop||A&&A.scrollTop||0)-(c&&c.clientTop||A&&A.clientTop||0)}if(!s.which&&(s.charCode||s.charCode===0?s.charCode:s.keyCode)){s.which=s.charCode||s.keyCode}if(!s.metaKey&&s.ctrlKey){s.metaKey=s.ctrlKey}if(!s.which&&s.button!==S){s.which=s.button&1?1:s.button&2?3:s.button&4?2:0}return s},guid:100000000,proxy:aj.proxy,special:{ready:{setup:aj.bindReady,teardown:aj.noop},live:{add:function(c){aj.event.add(this,c.origType,aj.extend({},c,{handler:ai}))},remove:function(s){var c=true,w=s.origType.replace(aB,"");aj.each(aj.data(this,"events").live||[],function(){if(w===this.origType.replace(aB,"")){return c=false}});c&&aj.event.remove(this,s.origType,ai)}},beforeunload:{setup:function(s,c,w){if(this.setInterval){this.onbeforeunload=w}return false},teardown:function(s,c){if(this.onbeforeunload===c){this.onbeforeunload=null}}}}};var aI=U.removeEventListener?function(s,c,w){s.removeEventListener(c,w,false)}:function(s,c,w){s.detachEvent("on"+c,w)};aj.Event=function(c){if(!this.preventDefault){return new aj.Event(c)}if(c&&c.type){this.originalEvent=c;this.type=c.type}else{this.type=c}this.timeStamp=aH();this[aJ]=true};aj.Event.prototype={preventDefault:function(){this.isDefaultPrevented=ao;var c=this.originalEvent;if(c){c.preventDefault&&c.preventDefault();c.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=ao;var c=this.originalEvent;if(c){c.stopPropagation&&c.stopPropagation();c.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=ao;this.stopPropagation()},isDefaultPrevented:aq,isPropagationStopped:aq,isImmediatePropagationStopped:aq};var ag=function(s){var c=s.relatedTarget;try{for(;c&&c!==this;){c=c.parentNode}if(c!==this){s.type=s.data;aj.event.handle.apply(this,arguments)}}catch(w){}},z=function(c){c.type=c.data;aj.event.handle.apply(this,arguments)};aj.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(s,c){aj.event.special[s]={setup:function(w){aj.event.add(this,c,w&&w.selector?z:ag,s)},teardown:function(w){aj.event.remove(this,c,w&&w.selector?z:ag)}}});if(!aj.support.submitBubbles){aj.event.special.submit={setup:function(){if(this.nodeName.toLowerCase()!=="form"){aj.event.add(this,"click.specialSubmit",function(s){var c=s.target,w=c.type;if((w==="submit"||w==="image")&&aj(c).closest("form").length){return aM("submit",this,arguments)}});aj.event.add(this,"keypress.specialSubmit",function(s){var c=s.target,w=c.type;if((w==="text"||w==="password")&&aj(c).closest("form").length&&s.keyCode===13){return aM("submit",this,arguments)}})}else{return false}},teardown:function(){aj.event.remove(this,".specialSubmit")}}}if(!aj.support.changeBubbles){var v=/textarea|input|select/i,g,k=function(s){var c=s.type,w=s.value;if(c==="radio"||c==="checkbox"){w=s.checked}else{if(c==="select-multiple"){w=s.selectedIndex>-1?aj.map(s.options,function(A){return A.selected}).join("-"):""}else{if(s.nodeName.toLowerCase()==="select"){w=s.selectedIndex}}}return w},bf=function(s,c){var F=s.target,w,A;if(!(!v.test(F.nodeName)||F.readOnly)){w=aj.data(F,"_change_data");A=k(F);if(s.type!=="focusout"||F.type!=="radio"){aj.data(F,"_change_data",A)}if(!(w===S||A===w)){if(w!=null||A){s.type="change";return aj.event.trigger(s,c,F)}}}};aj.event.special.change={filters:{focusout:bf,click:function(s){var c=s.target,w=c.type;if(w==="radio"||w==="checkbox"||c.nodeName.toLowerCase()==="select"){return bf.call(this,s)}},keydown:function(s){var c=s.target,w=c.type;if(s.keyCode===13&&c.nodeName.toLowerCase()!=="textarea"||s.keyCode===32&&(w==="checkbox"||w==="radio")||w==="select-multiple"){return bf.call(this,s)}},beforeactivate:function(c){c=c.target;aj.data(c,"_change_data",k(c))}},setup:function(){if(this.type==="file"){return false}for(var c in g){aj.event.add(this,c+".specialChange",g[c])}return v.test(this.nodeName)},teardown:function(){aj.event.remove(this,".specialChange");return v.test(this.nodeName)}};g=aj.event.special.change.filters}U.addEventListener&&aj.each({focus:"focusin",blur:"focusout"},function(s,c){function w(A){A=aj.event.fix(A);A.type=c;return aj.event.handle.call(this,A)}aj.event.special[c]={setup:function(){this.addEventListener(s,w,true)},teardown:function(){this.removeEventListener(s,w,true)}}});aj.each(["bind","one"],function(s,c){aj.fn[c]=function(K,F,G){if(typeof K==="object"){for(var w in K){this[c](w,F,K[w],G)}return this}if(aj.isFunction(F)){G=F;F=S}var A=c==="one"?aj.proxy(G,function(L){aj(this).unbind(L,A);return G.apply(this,arguments)}):G;if(K==="unload"&&c!=="one"){this.one(K,F,G)}else{w=0;for(var J=this.length;w<J;w++){aj.event.add(this[w],K,A,F)}}return this}});aj.fn.extend({unbind:function(s,c){if(typeof s==="object"&&!s.preventDefault){for(var A in s){this.unbind(A,s[A])}}else{A=0;for(var w=this.length;A<w;A++){aj.event.remove(this[A],s,c)}}return this},delegate:function(s,c,A,w){return this.live(c,A,w,s)},undelegate:function(s,c,w){return arguments.length===0?this.unbind("live"):this.die(c,null,w,s)},trigger:function(s,c){return this.each(function(){aj.event.trigger(s,c,this)})},triggerHandler:function(s,c){if(this[0]){s=aj.Event(s);s.preventDefault();s.stopPropagation();aj.event.trigger(s,c,this[0]);return s.result}},toggle:function(s){for(var c=arguments,w=1;w<c.length;){aj.proxy(s,c[w++])}return this.click(aj.proxy(s,function(A){var F=(aj.data(this,"lastToggle"+s.guid)||0)%w;aj.data(this,"lastToggle"+s.guid,F+1);A.preventDefault();return c[F].apply(this,arguments)||false}))},hover:function(s,c){return this.mouseenter(s).mouseleave(c||s)}});var bj={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};aj.each(["live","die"],function(s,c){aj.fn[c]=function(O,L,N,J){var K,A=0,G,F,w=J||this.selector,P=J?this:aj(this.context);if(aj.isFunction(L)){N=L;L=S}for(O=(O||"").split(" ");(K=O[A++])!=null;){J=aB.exec(K);G="";if(J){G=J[0];K=K.replace(aB,"")}if(K==="hover"){O.push("mouseenter"+G,"mouseleave"+G)}else{F=K;if(K==="focus"||K==="blur"){O.push(bj[K]+G);K+=G}else{K=(bj[K]||K)+G}c==="live"?P.each(function(){aj.event.add(this,C(K,w),{data:L,selector:w,handler:N,origType:K,origHandler:N,preType:F})}):P.unbind(C(K,w),N)}}return this}});aj.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(s,c){aj.fn[c]=function(w){return w?this.bind(c,w):this.trigger(c)};if(aj.attrFn){aj.attrFn[c]=true}});aQ.attachEvent&&!aQ.addEventListener&&aQ.attachEvent("onunload",function(){for(var s in aj.cache){if(aj.cache[s].handle){try{aj.event.remove(aj.cache[s].handle.elem)}catch(c){}}}});(function(){function W(ab){for(var aa="",Z,Y=0;ab[Y];Y++){Z=ab[Y];if(Z.nodeType===3||Z.nodeType===4){aa+=Z.nodeValue}else{if(Z.nodeType!==8){aa+=W(Z.childNodes)}}}return aa}function V(bb,ba,ab,aa,Y,Z){Y=0;for(var bo=aa.length;Y<bo;Y++){var bp=aa[Y];if(bp){bp=bp[bb];for(var bn=false;bp;){if(bp.sizcache===ab){bn=aa[bp.sizset];break}if(bp.nodeType===1&&!Z){bp.sizcache=ab;bp.sizset=Y}if(bp.nodeName.toLowerCase()===ba){bn=bp;break}bp=bp[bb]}aa[Y]=bn}}}function T(bb,ba,ab,aa,Y,Z){Y=0;for(var bo=aa.length;Y<bo;Y++){var bp=aa[Y];if(bp){bp=bp[bb];for(var bn=false;bp;){if(bp.sizcache===ab){bn=aa[bp.sizset];break}if(bp.nodeType===1){if(!Z){bp.sizcache=ab;bp.sizset=Y}if(typeof ba!=="string"){if(bp===ba){bn=true;break}}else{if(N.filter(ba,[bp]).length>0){bn=bp;break}}}bp=bp[bb]}aa[Y]=bn}}}var Q=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,R=0,O=Object.prototype.toString,P=false,K=true;[0,0].sort(function(){K=false;return 0});var N=function(bo,bn,ba,ab){ba=ba||[];var Z=bn=bn||U;if(bn.nodeType!==1&&bn.nodeType!==9){return[]}if(!bo||typeof bo!=="string"){return ba}for(var aa=[],bt,bu,bq,bb,bs=true,bp=s(bn),br=bo;(Q.exec(""),bt=Q.exec(br))!==null;){br=bt[3];aa.push(bt[1]);if(bt[2]){bb=bt[3];break}}if(aa.length>1&&G.exec(bo)){if(aa.length===2&&L.relative[aa[0]]){bu=X(aa[0]+aa[1],bn)}else{for(bu=L.relative[aa[0]]?[bn]:N(aa.shift(),bn);aa.length;){bo=aa.shift();if(L.relative[bo]){bo+=aa.shift()}bu=X(bo,bu)}}}else{if(!ab&&aa.length>1&&bn.nodeType===9&&!bp&&L.match.ID.test(aa[0])&&!L.match.ID.test(aa[aa.length-1])){bt=N.find(aa.shift(),bn,bp);bn=bt.expr?N.filter(bt.expr,bt.set)[0]:bt.set[0]}if(bn){bt=ab?{expr:aa.pop(),set:c(ab)}:N.find(aa.pop(),aa.length===1&&(aa[0]==="~"||aa[0]==="+")&&bn.parentNode?bn.parentNode:bn,bp);bu=bt.expr?N.filter(bt.expr,bt.set):bt.set;if(aa.length>0){bq=c(bu)}else{bs=false}for(;aa.length;){var Y=aa.pop();bt=Y;if(L.relative[Y]){bt=aa.pop()}else{Y=""}if(bt==null){bt=bn}L.relative[Y](bq,bt,bp)}}else{bq=[]}}bq||(bq=bu);bq||N.error(Y||bo);if(O.call(bq)==="[object Array]"){if(bs){if(bn&&bn.nodeType===1){for(bo=0;bq[bo]!=null;bo++){if(bq[bo]&&(bq[bo]===true||bq[bo].nodeType===1&&A(bn,bq[bo]))){ba.push(bu[bo])}}}else{for(bo=0;bq[bo]!=null;bo++){bq[bo]&&bq[bo].nodeType===1&&ba.push(bu[bo])}}}else{ba.push.apply(ba,bq)}}else{c(bq,ba)}if(bb){N(bb,Z,ba,ab);N.uniqueSort(ba)}return ba};N.uniqueSort=function(Z){if(J){P=K;Z.sort(J);if(P){for(var Y=1;Y<Z.length;Y++){Z[Y]===Z[Y-1]&&Z.splice(Y--,1)}}}return Z};N.matches=function(Z,Y){return N(Z,null,null,Y)};N.find=function(bb,ba,ab){var aa,Y;if(!bb){return[]}for(var Z=0,bo=L.order.length;Z<bo;Z++){var bp=L.order[Z];if(Y=L.leftMatch[bp].exec(bb)){var bn=Y[1];Y.splice(1,1);if(bn.substr(bn.length-1)!=="\\"){Y[1]=(Y[1]||"").replace(/\\/g,"");aa=L.find[bp](Y,ba,ab);if(aa!=null){bb=bb.replace(L.match[bp],"");break}}}}aa||(aa=ba.getElementsByTagName("*"));return{set:aa,expr:bb}};N.filter=function(bp,bo,bb,ab){for(var Z=bp,aa=[],bv=bo,bw,bs,bn=bo&&bo[0]&&s(bo[0]);bp&&bo.length;){for(var bu in L.filter){if((bw=L.leftMatch[bu].exec(bp))!=null&&bw[2]){var bq=L.filter[bu],bt,Y;Y=bw[1];bs=false;bw.splice(1,1);if(Y.substr(Y.length-1)!=="\\"){if(bv===aa){aa=[]}if(L.preFilter[bu]){if(bw=L.preFilter[bu](bw,bv,bb,aa,ab,bn)){if(bw===true){continue}}else{bs=bt=true}}if(bw){for(var ba=0;(Y=bv[ba])!=null;ba++){if(Y){bt=bq(Y,bw,ba,bv);var br=ab^!!bt;if(bb&&bt!=null){if(br){bs=true}else{bv[ba]=false}}else{if(br){aa.push(Y);bs=true}}}}}if(bt!==S){bb||(bv=aa);bp=bp.replace(L.match[bu],"");if(!bs){return[]}break}}}}if(bp===Z){if(bs==null){N.error(bp)}else{break}}Z=bp}return bv};N.error=function(Y){throw"Syntax error, unrecognized expression: "+Y};var L=N.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(Y){return Y.getAttribute("href")}},relative:{"+":function(ab,aa){var Z=typeof aa==="string",Y=Z&&!/\W/.test(aa);Z=Z&&!Y;if(Y){aa=aa.toLowerCase()}Y=0;for(var ba=ab.length,bb;Y<ba;Y++){if(bb=ab[Y]){for(;(bb=bb.previousSibling)&&bb.nodeType!==1;){}ab[Y]=Z||bb&&bb.nodeName.toLowerCase()===aa?bb||false:bb===aa}}Z&&N.filter(aa,ab,true)},">":function(ab,aa){var Z=typeof aa==="string";if(Z&&!/\W/.test(aa)){aa=aa.toLowerCase();for(var Y=0,ba=ab.length;Y<ba;Y++){var bb=ab[Y];if(bb){Z=bb.parentNode;ab[Y]=Z.nodeName.toLowerCase()===aa?Z:false}}}else{Y=0;for(ba=ab.length;Y<ba;Y++){if(bb=ab[Y]){ab[Y]=Z?bb.parentNode:bb.parentNode===aa}}Z&&N.filter(aa,ab,true)}},"":function(ab,aa,Z){var Y=R++,ba=T;if(typeof aa==="string"&&!/\W/.test(aa)){var bb=aa=aa.toLowerCase();ba=V}ba("parentNode",aa,Y,ab,bb,Z)},"~":function(ab,aa,Z){var Y=R++,ba=T;if(typeof aa==="string"&&!/\W/.test(aa)){var bb=aa=aa.toLowerCase();ba=V}ba("previousSibling",aa,Y,ab,bb,Z)}},find:{ID:function(aa,Z,Y){if(typeof Z.getElementById!=="undefined"&&!Y){return(aa=Z.getElementById(aa[1]))?[aa]:[]}},NAME:function(ab,aa){if(typeof aa.getElementsByName!=="undefined"){var Z=[];aa=aa.getElementsByName(ab[1]);for(var Y=0,ba=aa.length;Y<ba;Y++){aa[Y].getAttribute("name")===ab[1]&&Z.push(aa[Y])}return Z.length===0?null:Z}},TAG:function(Z,Y){return Y.getElementsByTagName(Z[1])}},preFilter:{CLASS:function(ba,ab,Z,Y,bb,bn){ba=" "+ba[1].replace(/\\/g,"")+" ";if(bn){return ba}bn=0;for(var aa;(aa=ab[bn])!=null;bn++){if(aa){if(bb^(aa.className&&(" "+aa.className+" ").replace(/[\t\n]/g," ").indexOf(ba)>=0)){Z||Y.push(aa)}else{if(Z){ab[bn]=false}}}}return false},ID:function(Y){return Y[1].replace(/\\/g,"")},TAG:function(Y){return Y[1].toLowerCase()},CHILD:function(Z){if(Z[1]==="nth"){var Y=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(Z[2]==="even"&&"2n"||Z[2]==="odd"&&"2n+1"||!/\D/.test(Z[2])&&"0n+"+Z[2]||Z[2]);Z[2]=Y[1]+(Y[2]||1)-0;Z[3]=Y[3]-0}Z[0]=R++;return Z},ATTR:function(ab,aa,Z,Y,ba,bb){aa=ab[1].replace(/\\/g,"");if(!bb&&L.attrMap[aa]){ab[1]=L.attrMap[aa]}if(ab[2]==="~="){ab[4]=" "+ab[4]+" "}return ab},PSEUDO:function(ab,aa,Z,Y,ba){if(ab[1]==="not"){if((Q.exec(ab[3])||"").length>1||/^\w/.test(ab[3])){ab[3]=N(ab[3],null,null,aa)}else{ab=N.filter(ab[3],aa,Z,true^ba);Z||Y.push.apply(Y,ab);return false}}else{if(L.match.POS.test(ab[0])||L.match.CHILD.test(ab[0])){return true}}return ab},POS:function(Y){Y.unshift(true);return Y}},filters:{enabled:function(Y){return Y.disabled===false&&Y.type!=="hidden"},disabled:function(Y){return Y.disabled===true},checked:function(Y){return Y.checked===true},selected:function(Y){return Y.selected===true},parent:function(Y){return !!Y.firstChild},empty:function(Y){return !Y.firstChild},has:function(aa,Z,Y){return !!N(Y[3],aa).length},header:function(Y){return/h\d/i.test(Y.nodeName)},text:function(Y){return"text"===Y.type},radio:function(Y){return"radio"===Y.type},checkbox:function(Y){return"checkbox"===Y.type},file:function(Y){return"file"===Y.type},password:function(Y){return"password"===Y.type},submit:function(Y){return"submit"===Y.type},image:function(Y){return"image"===Y.type},reset:function(Y){return"reset"===Y.type},button:function(Y){return"button"===Y.type||Y.nodeName.toLowerCase()==="button"},input:function(Y){return/input|select|textarea|button/i.test(Y.nodeName)}},setFilters:{first:function(Z,Y){return Y===0},last:function(ab,aa,Z,Y){return aa===Y.length-1},even:function(Z,Y){return Y%2===0},odd:function(Z,Y){return Y%2===1},lt:function(aa,Z,Y){return Z<Y[3]-0},gt:function(aa,Z,Y){return Z>Y[3]-0},nth:function(aa,Z,Y){return Y[3]-0===Z},eq:function(aa,Z,Y){return Y[3]-0===Z}},filter:{PSEUDO:function(ab,aa,Z,Y){var ba=aa[1],bb=L.filters[ba];if(bb){return bb(ab,Z,aa,Y)}else{if(ba==="contains"){return(ab.textContent||ab.innerText||W([ab])||"").indexOf(aa[3])>=0}else{if(ba==="not"){aa=aa[3];Z=0;for(Y=aa.length;Z<Y;Z++){if(aa[Z]===ab){return false}}return true}else{N.error("Syntax error, unrecognized expression: "+ba)}}}},CHILD:function(ba,ab){var Z=ab[1],Y=ba;switch(Z){case"only":case"first":for(;Y=Y.previousSibling;){if(Y.nodeType===1){return false}}if(Z==="first"){return true}Y=ba;case"last":for(;Y=Y.nextSibling;){if(Y.nodeType===1){return false}}return true;case"nth":Z=ab[2];var bb=ab[3];if(Z===1&&bb===0){return true}ab=ab[0];var bn=ba.parentNode;if(bn&&(bn.sizcache!==ab||!ba.nodeIndex)){var aa=0;for(Y=bn.firstChild;Y;Y=Y.nextSibling){if(Y.nodeType===1){Y.nodeIndex=++aa}}bn.sizcache=ab}ba=ba.nodeIndex-bb;return Z===0?ba===0:ba%Z===0&&ba/Z>=0}},ID:function(Z,Y){return Z.nodeType===1&&Z.getAttribute("id")===Y},TAG:function(Z,Y){return Y==="*"&&Z.nodeType===1||Z.nodeName.toLowerCase()===Y},CLASS:function(Z,Y){return(" "+(Z.className||Z.getAttribute("class"))+" ").indexOf(Y)>-1},ATTR:function(ab,aa){var Z=aa[1];ab=L.attrHandle[Z]?L.attrHandle[Z](ab):ab[Z]!=null?ab[Z]:ab.getAttribute(Z);Z=ab+"";var Y=aa[2];aa=aa[4];return ab==null?Y==="!=":Y==="="?Z===aa:Y==="*="?Z.indexOf(aa)>=0:Y==="~="?(" "+Z+" ").indexOf(aa)>=0:!aa?Z&&ab!==false:Y==="!="?Z!==aa:Y==="^="?Z.indexOf(aa)===0:Y==="$="?Z.substr(Z.length-aa.length)===aa:Y==="|="?Z===aa||Z.substr(0,aa.length+1)===aa+"-":false},POS:function(ab,aa,Z,Y){var ba=L.setFilters[aa[2]];if(ba){return ba(ab,Z,aa,Y)}}}},G=L.match.POS;for(var w in L.match){L.match[w]=new RegExp(L.match[w].source+/(?![^\[]*\])(?![^\(]*\))/.source);L.leftMatch[w]=new RegExp(/(^(?:.|\r|\n)*?)/.source+L.match[w].source.replace(/\\(\d+)/g,function(Z,Y){return"\\"+(Y-0+1)}))}var c=function(Z,Y){Z=Array.prototype.slice.call(Z,0);if(Y){Y.push.apply(Y,Z);return Y}return Z};try{Array.prototype.slice.call(U.documentElement.childNodes,0)}catch(F){c=function(ab,aa){aa=aa||[];if(O.call(ab)==="[object Array]"){Array.prototype.push.apply(aa,ab)}else{if(typeof ab.length==="number"){for(var Z=0,Y=ab.length;Z<Y;Z++){aa.push(ab[Z])}}else{for(Z=0;ab[Z];Z++){aa.push(ab[Z])}}}return aa}}var J;if(U.documentElement.compareDocumentPosition){J=function(Z,Y){if(!Z.compareDocumentPosition||!Y.compareDocumentPosition){if(Z==Y){P=true}return Z.compareDocumentPosition?-1:1}Z=Z.compareDocumentPosition(Y)&4?-1:Z===Y?0:1;if(Z===0){P=true}return Z}}else{if("sourceIndex" in U.documentElement){J=function(Z,Y){if(!Z.sourceIndex||!Y.sourceIndex){if(Z==Y){P=true}return Z.sourceIndex?-1:1}Z=Z.sourceIndex-Y.sourceIndex;if(Z===0){P=true}return Z}}else{if(U.createRange){J=function(ab,aa){if(!ab.ownerDocument||!aa.ownerDocument){if(ab==aa){P=true}return ab.ownerDocument?-1:1}var Z=ab.ownerDocument.createRange(),Y=aa.ownerDocument.createRange();Z.setStart(ab,0);Z.setEnd(ab,0);Y.setStart(aa,0);Y.setEnd(aa,0);ab=Z.compareBoundaryPoints(Range.START_TO_END,Y);if(ab===0){P=true}return ab}}}}(function(){var aa=U.createElement("div"),Z="script"+(new Date).getTime();aa.innerHTML="<a name='"+Z+"'/>";var Y=U.documentElement;Y.insertBefore(aa,Y.firstChild);if(U.getElementById(Z)){L.find.ID=function(ab,ba,bb){if(typeof ba.getElementById!=="undefined"&&!bb){return(ba=ba.getElementById(ab[1]))?ba.id===ab[1]||typeof ba.getAttributeNode!=="undefined"&&ba.getAttributeNode("id").nodeValue===ab[1]?[ba]:S:[]}};L.filter.ID=function(ab,ba){var bb=typeof ab.getAttributeNode!=="undefined"&&ab.getAttributeNode("id");return ab.nodeType===1&&bb&&bb.nodeValue===ba}}Y.removeChild(aa);Y=aa=null})();(function(){var Y=U.createElement("div");Y.appendChild(U.createComment(""));if(Y.getElementsByTagName("*").length>0){L.find.TAG=function(ab,aa){aa=aa.getElementsByTagName(ab[1]);if(ab[1]==="*"){ab=[];for(var Z=0;aa[Z];Z++){aa[Z].nodeType===1&&ab.push(aa[Z])}aa=ab}return aa}}Y.innerHTML="<a href='#'></a>";if(Y.firstChild&&typeof Y.firstChild.getAttribute!=="undefined"&&Y.firstChild.getAttribute("href")!=="#"){L.attrHandle.href=function(Z){return Z.getAttribute("href",2)}}Y=null})();U.querySelectorAll&&function(){var aa=N,Z=U.createElement("div");Z.innerHTML="<p class='TEST'></p>";if(!(Z.querySelectorAll&&Z.querySelectorAll(".TEST").length===0)){N=function(ab,bn,bo,ba){bn=bn||U;if(!ba&&bn.nodeType===9&&!s(bn)){try{return c(bn.querySelectorAll(ab),bo)}catch(bb){}}return aa(ab,bn,bo,ba)};for(var Y in aa){N[Y]=aa[Y]}Z=null}}();(function(){var Y=U.createElement("div");Y.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!Y.getElementsByClassName||Y.getElementsByClassName("e").length===0)){Y.lastChild.className="e";if(Y.getElementsByClassName("e").length!==1){L.order.splice(1,0,"CLASS");L.find.CLASS=function(ab,aa,Z){if(typeof aa.getElementsByClassName!=="undefined"&&!Z){return aa.getElementsByClassName(ab[1])}};Y=null}}})();var A=U.compareDocumentPosition?function(Z,Y){return !!(Z.compareDocumentPosition(Y)&16)}:function(Z,Y){return Z!==Y&&(Z.contains?Z.contains(Y):true)},s=function(Y){return(Y=(Y?Y.ownerDocument||Y:0).documentElement)?Y.nodeName!=="HTML":false},X=function(ab,aa){var Z=[],Y="",ba;for(aa=aa.nodeType?[aa]:aa;ba=L.match.PSEUDO.exec(ab);){Y+=ba[0];ab=ab.replace(L.match.PSEUDO,"")}ab=L.relative[ab]?ab+"*":ab;ba=0;for(var bb=aa.length;ba<bb;ba++){N(ab,aa[ba],Z)}return N.filter(Y,Z)};aj.find=N;aj.expr=N.selectors;aj.expr[":"]=aj.expr.filters;aj.unique=N.uniqueSort;aj.text=W;aj.isXMLDoc=s;aj.contains=A})();var f=/Until$/,bd=/^(?:parents|prevUntil|prevAll)/,aY=/,/;aw=Array.prototype.slice;var aN=function(s,c,A){if(aj.isFunction(c)){return aj.grep(s,function(G,F){return !!c.call(G,F,G)===A})}else{if(c.nodeType){return aj.grep(s,function(F){return F===c===A})}else{if(typeof c==="string"){var w=aj.grep(s,function(F){return F.nodeType===1});if(aV.test(c)){return aj.filter(c,w,!A)}else{c=aj.filter(c,w)}}}}return aj.grep(s,function(F){return aj.inArray(F,c)>=0===A})};aj.fn.extend({find:function(s){for(var c=this.pushStack("","find",s),J=0,F=0,G=this.length;F<G;F++){J=c.length;aj.find(s,this[F],c);if(F>0){for(var w=J;w<c.length;w++){for(var A=0;A<J;A++){if(c[A]===c[w]){c.splice(w--,1);break}}}}}return c},has:function(s){var c=aj(s);return this.filter(function(){for(var A=0,w=c.length;A<w;A++){if(aj.contains(this,c[A])){return true}}})},not:function(c){return this.pushStack(aN(this,c,false),"not",c)},filter:function(c){return this.pushStack(aN(this,c,true),"filter",c)},is:function(c){return !!c&&aj.filter(c,this).length>0},closest:function(L,K){if(aj.isArray(L)){var J=[],F=this[0],G,w={},A;if(F&&L.length){G=0;for(var c=L.length;G<c;G++){A=L[G];w[A]||(w[A]=aj.expr.match.POS.test(A)?aj(A,K||this.context):A)}for(;F&&F.ownerDocument&&F!==K;){for(A in w){G=w[A];if(G.jquery?G.index(F)>-1:aj(F).is(G)){J.push({selector:A,elem:F});delete w[A]}}F=F.parentNode}}return J}var s=aj.expr.match.POS.test(L)?aj(L,K||this.context):null;return this.map(function(O,N){for(;N&&N.ownerDocument&&N!==K;){if(s?s.index(N)>-1:aj(N).is(L)){return N}N=N.parentNode}return null})},index:function(c){if(!c||typeof c==="string"){return aj.inArray(this[0],c?aj(c):this.parent().children())}return aj.inArray(c.jquery?c[0]:c,this)},add:function(s,c){s=typeof s==="string"?aj(s,c||this.context):aj.makeArray(s);c=aj.merge(this.get(),s);return this.pushStack(m(s[0])||m(c[0])?c:aj.unique(c))},andSelf:function(){return this.add(this.prevObject)}});aj.each({parent:function(c){return(c=c.parentNode)&&c.nodeType!==11?c:null},parents:function(c){return aj.dir(c,"parentNode")},parentsUntil:function(s,c,w){return aj.dir(s,"parentNode",w)},next:function(c){return aj.nth(c,2,"nextSibling")},prev:function(c){return aj.nth(c,2,"previousSibling")},nextAll:function(c){return aj.dir(c,"nextSibling")},prevAll:function(c){return aj.dir(c,"previousSibling")},nextUntil:function(s,c,w){return aj.dir(s,"nextSibling",w)},prevUntil:function(s,c,w){return aj.dir(s,"previousSibling",w)},siblings:function(c){return aj.sibling(c.parentNode.firstChild,c)},children:function(c){return aj.sibling(c.firstChild)},contents:function(c){return aj.nodeName(c,"iframe")?c.contentDocument||c.contentWindow.document:aj.makeArray(c.childNodes)}},function(s,c){aj.fn[s]=function(F,w){var A=aj.map(this,c,F);f.test(s)||(w=F);if(w&&typeof w==="string"){A=aj.filter(w,A)}A=this.length>1?aj.unique(A):A;if((this.length>1||aY.test(w))&&bd.test(s)){A=A.reverse()}return this.pushStack(A,s,aw.call(arguments).join(","))}});aj.extend({filter:function(s,c,w){if(w){s=":not("+s+")"}return aj.find.matches(s,c)},dir:function(s,c,A){var w=[];for(s=s[c];s&&s.nodeType!==9&&(A===S||s.nodeType!==1||!aj(s).is(A));){s.nodeType===1&&w.push(s);s=s[c]}return w},nth:function(s,c,A){c=c||1;for(var w=0;s;s=s[A]){if(s.nodeType===1&&++w===c){break}}return s},sibling:function(s,c){for(var w=[];s;s=s.nextSibling){s.nodeType===1&&s!==c&&w.push(s)}return w}});var ak=/ jQuery\d+="(?:\d+|null)"/g,au=/^\s+/,D=/(<([\w:]+)[^>]*?)\/>/g,aF=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,n=/<([\w:]+)/,ae=/<tbody/i,x=/<|&#?\w+;/,aR=/<script|<object|<embed|<option|<style/i,am=/checked\s*(?:[^=]|=\s*.checked.)/i,bm=function(s,c,w){return aF.test(w)?s:c+"></"+w+">"},aL={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,"",""]};aL.optgroup=aL.option;aL.tbody=aL.tfoot=aL.colgroup=aL.caption=aL.thead;aL.th=aL.td;if(!aj.support.htmlSerialize){aL._default=[1,"div<div>","</div>"]}aj.fn.extend({text:function(c){if(aj.isFunction(c)){return this.each(function(s){var w=aj(this);w.text(c.call(this,s,w.text()))})}if(typeof c!=="object"&&c!==S){return this.empty().append((this[0]&&this[0].ownerDocument||U).createTextNode(c))}return aj.text(this)},wrapAll:function(s){if(aj.isFunction(s)){return this.each(function(w){aj(this).wrapAll(s.call(this,w))})}if(this[0]){var c=aj(s,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&c.insertBefore(this[0]);c.map(function(){for(var w=this;w.firstChild&&w.firstChild.nodeType===1;){w=w.firstChild}return w}).append(this)}return this},wrapInner:function(c){if(aj.isFunction(c)){return this.each(function(s){aj(this).wrapInner(c.call(this,s))})}return this.each(function(){var s=aj(this),w=s.contents();w.length?w.wrapAll(c):s.append(c)})},wrap:function(c){return this.each(function(){aj(this).wrapAll(c)})},unwrap:function(){return this.parent().each(function(){aj.nodeName(this,"body")||aj(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(c){this.nodeType===1&&this.appendChild(c)})},prepend:function(){return this.domManip(arguments,true,function(c){this.nodeType===1&&this.insertBefore(c,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(s){this.parentNode.insertBefore(s,this)})}else{if(arguments.length){var c=aj(arguments[0]);c.push.apply(c,this.toArray());return this.pushStack(c,"before",arguments)}}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(s){this.parentNode.insertBefore(s,this.nextSibling)})}else{if(arguments.length){var c=this.pushStack(this,"after",arguments);c.push.apply(c,aj(arguments[0]).toArray());return c}}},remove:function(s,c){for(var A=0,w;(w=this[A])!=null;A++){if(!s||aj.filter(s,[w]).length){if(!c&&w.nodeType===1){aj.cleanData(w.getElementsByTagName("*"));aj.cleanData([w])}w.parentNode&&w.parentNode.removeChild(w)}}return this},empty:function(){for(var s=0,c;(c=this[s])!=null;s++){for(c.nodeType===1&&aj.cleanData(c.getElementsByTagName("*"));c.firstChild;){c.removeChild(c.firstChild)}}return this},clone:function(s){var c=this.map(function(){if(!aj.support.noCloneEvent&&!aj.isXMLDoc(this)){var A=this.outerHTML,w=this.ownerDocument;if(!A){A=w.createElement("div");A.appendChild(this.cloneNode(true));A=A.innerHTML}return aj.clean([A.replace(ak,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(au,"")],w)[0]}else{return this.cloneNode(true)}});if(s===true){bl(this,c);bl(this.find("*"),c.find("*"))}return c},html:function(s){if(s===S){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(ak,""):null}else{if(typeof s==="string"&&!aR.test(s)&&(aj.support.leadingWhitespace||!au.test(s))&&!aL[(n.exec(s)||["",""])[1].toLowerCase()]){s=s.replace(D,bm);try{for(var c=0,A=this.length;c<A;c++){if(this[c].nodeType===1){aj.cleanData(this[c].getElementsByTagName("*"));this[c].innerHTML=s}}}catch(w){this.empty().append(s)}}else{aj.isFunction(s)?this.each(function(J){var F=aj(this),G=F.html();F.empty().append(function(){return s.call(this,J,G)})}):this.empty().append(s)}}return this},replaceWith:function(c){if(this[0]&&this[0].parentNode){if(aj.isFunction(c)){return this.each(function(s){var A=aj(this),w=A.html();A.replaceWith(c.call(this,s,w))})}if(typeof c!=="string"){c=aj(c).detach()}return this.each(function(){var s=this.nextSibling,w=this.parentNode;aj(this).remove();s?aj(s).before(c):aj(w).append(c)})}else{return this.pushStack(aj(aj.isFunction(c)?c():c),"replaceWith",c)}},detach:function(c){return this.remove(c,true)},domManip:function(O,N,L){function J(P){return aj.nodeName(P,"table")?P.getElementsByTagName("tbody")[0]||P.appendChild(P.ownerDocument.createElement("tbody")):P}var K,F,G=O[0],s=[],A;if(!aj.support.checkClone&&arguments.length===3&&typeof G==="string"&&am.test(G)){return this.each(function(){aj(this).domManip(O,N,L,true)})}if(aj.isFunction(G)){return this.each(function(P){var Q=aj(this);O[0]=G.call(this,P,N?Q.html():S);Q.domManip(O,N,L)})}if(this[0]){K=G&&G.parentNode;K=aj.support.parentNode&&K&&K.nodeType===11&&K.childNodes.length===this.length?{fragment:K}:a5(O,this,s);A=K.fragment;if(F=A.childNodes.length===1?(A=A.firstChild):A.firstChild){N=N&&aj.nodeName(F,"tr");for(var w=0,c=this.length;w<c;w++){L.call(N?J(this[w],F):this[w],w>0||K.cacheable||this.length>1?A.cloneNode(true):A)}}s.length&&aj.each(s,I)}return this}});aj.fragments={};aj.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(s,c){aj.fn[s]=function(J){var F=[];J=aj(J);var G=this.length===1&&this[0].parentNode;if(G&&G.nodeType===11&&G.childNodes.length===1&&J.length===1){J[c](this[0]);return this}else{G=0;for(var w=J.length;G<w;G++){var A=(G>0?this.clone(true):this).get();aj.fn[c].apply(aj(J[G]),A);F=F.concat(A)}return this.pushStack(F,s,J.selector)}}});aj.extend({clean:function(O,N,L,J){N=N||U;if(typeof N.createElement==="undefined"){N=N.ownerDocument||N[0]&&N[0].ownerDocument||U}for(var K=[],F=0,G;(G=O[F])!=null;F++){if(typeof G==="number"){G+=""}if(G){if(typeof G==="string"&&!x.test(G)){G=N.createTextNode(G)}else{if(typeof G==="string"){G=G.replace(D,bm);var s=(n.exec(G)||["",""])[1].toLowerCase(),A=aL[s]||aL._default,w=A[0],c=N.createElement("div");for(c.innerHTML=A[1]+G+A[2];w--;){c=c.lastChild}if(!aj.support.tbody){w=ae.test(G);s=s==="table"&&!w?c.firstChild&&c.firstChild.childNodes:A[1]==="<table>"&&!w?c.childNodes:[];for(A=s.length-1;A>=0;--A){aj.nodeName(s[A],"tbody")&&!s[A].childNodes.length&&s[A].parentNode.removeChild(s[A])}}!aj.support.leadingWhitespace&&au.test(G)&&c.insertBefore(N.createTextNode(au.exec(G)[0]),c.firstChild);G=c.childNodes}}if(G.nodeType){K.push(G)}else{K=aj.merge(K,G)}}}if(L){for(F=0;K[F];F++){if(J&&aj.nodeName(K[F],"script")&&(!K[F].type||K[F].type.toLowerCase()==="text/javascript")){J.push(K[F].parentNode?K[F].parentNode.removeChild(K[F]):K[F])}else{K[F].nodeType===1&&K.splice.apply(K,[F+1,0].concat(aj.makeArray(K[F].getElementsByTagName("script"))));L.appendChild(K[F])}}}return K},cleanData:function(L){for(var K,J,F=aj.cache,G=aj.event.special,w=aj.support.deleteExpando,A=0,c;(c=L[A])!=null;A++){if(J=c[aj.expando]){K=F[J];if(K.events){for(var s in K.events){G[s]?aj.event.remove(c,s):aI(c,s,K.handle)}}if(w){delete c[aj.expando]}else{c.removeAttribute&&c.removeAttribute(aj.expando)}delete F[J]}}}});var h=/z-?index|font-?weight|opacity|zoom|line-?height/i,a6=/alpha\([^)]*\)/,aS=/opacity=([^)]*)/,aG=/float/i,af=/-([a-z])/ig,bh=/([A-Z])/g,a1=/^-?\d+(?:px)?$/i,aK=/^-?\d/,ah={position:"absolute",visibility:"hidden",display:"block"},B=["Left","Right"],l=["Top","Bottom"],bk=U.defaultView&&U.defaultView.getComputedStyle,an=aj.support.cssFloat?"cssFloat":"styleFloat",y=function(s,c){return c.toUpperCase()};aj.fn.css=function(s,c){return ar(this,s,c,true,function(F,w,A){if(A===S){return aj.curCSS(F,w)}if(typeof A==="number"&&!h.test(w)){A+="px"}aj.style(F,w,A)})};aj.extend({style:function(s,c,F){if(!s||s.nodeType===3||s.nodeType===8){return S}if((c==="width"||c==="height")&&parseFloat(F)<0){F=S}var w=s.style||s,A=F!==S;if(!aj.support.opacity&&c==="opacity"){if(A){w.zoom=1;c=parseInt(F,10)+""==="NaN"?"":"alpha(opacity="+F*100+")";s=w.filter||aj.curCSS(s,"filter")||"";w.filter=a6.test(s)?s.replace(a6,c):c}return w.filter&&w.filter.indexOf("opacity=")>=0?parseFloat(aS.exec(w.filter)[1])/100+"":""}if(aG.test(c)){c=an}c=c.replace(af,y);if(A){w[c]=F}return w[c]},css:function(s,c,J,F){if(c==="width"||c==="height"){var G,w=c==="width"?B:l;function A(){G=c==="width"?s.offsetWidth:s.offsetHeight;F!=="border"&&aj.each(w,function(){F||(G-=parseFloat(aj.curCSS(s,"padding"+this,true))||0);if(F==="margin"){G+=parseFloat(aj.curCSS(s,"margin"+this,true))||0}else{G-=parseFloat(aj.curCSS(s,"border"+this+"Width",true))||0}})}s.offsetWidth!==0?A():aj.swap(s,ah,A);return Math.max(0,Math.round(G))}return aj.curCSS(s,c,J)},curCSS:function(s,c,G){var A,F=s.style;if(!aj.support.opacity&&c==="opacity"&&s.currentStyle){A=aS.test(s.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return A===""?"1":A}if(aG.test(c)){c=an}if(!G&&F&&F[c]){A=F[c]}else{if(bk){if(aG.test(c)){c="float"}c=c.replace(bh,"-$1").toLowerCase();F=s.ownerDocument.defaultView;if(!F){return null}if(s=F.getComputedStyle(s,null)){A=s.getPropertyValue(c)}if(c==="opacity"&&A===""){A="1"}}else{if(s.currentStyle){G=c.replace(af,y);A=s.currentStyle[c]||s.currentStyle[G];if(!a1.test(A)&&aK.test(A)){c=F.left;var w=s.runtimeStyle.left;s.runtimeStyle.left=s.currentStyle.left;F.left=G==="fontSize"?"1em":A||0;A=F.pixelLeft+"px";F.left=c;s.runtimeStyle.left=w}}}}return A},swap:function(s,c,F){var w={};for(var A in c){w[A]=s.style[A];s.style[A]=c[A]}F.call(s);for(A in c){s.style[A]=w[A]}}});if(aj.expr&&aj.expr.filters){aj.expr.filters.hidden=function(s){var c=s.offsetWidth,A=s.offsetHeight,w=s.nodeName.toLowerCase()==="tr";return c===0&&A===0&&!w?true:c>0&&A>0&&!w?false:aj.curCSS(s,"display")==="none"};aj.expr.filters.visible=function(c){return !aj.expr.filters.hidden(c)}}var a4=aH(),aP=/<script(.|\s)*?\/script>/gi,al=/select|textarea/i,E=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,aC=/=\?(&|$)/,i=/\?/,o=/(\?|&)_=.*?(&|$)/,a=/^(\w+:)?\/\/([^\/?#]+)/,a7=/%20/g,aT=aj.fn.load;aj.fn.extend({load:function(s,c,G){if(typeof s!=="string"){return aT.call(this,s)}else{if(!this.length){return this}}var A=s.indexOf(" ");if(A>=0){var F=s.slice(A,s.length);s=s.slice(0,A)}A="GET";if(c){if(aj.isFunction(c)){G=c;c=null}else{if(typeof c==="object"){c=aj.param(c,aj.ajaxSettings.traditional);A="POST"}}}var w=this;aj.ajax({url:s,type:A,dataType:"html",data:c,complete:function(J,K){if(K==="success"||K==="notmodified"){w.html(F?aj("<div />").append(J.responseText.replace(aP,"")).find(F):J.responseText)}G&&w.each(G,[J.responseText,K,J])}});return this},serialize:function(){return aj.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?aj.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||al.test(this.nodeName)||E.test(this.type))}).map(function(s,c){s=aj(this).val();return s==null?null:aj.isArray(s)?aj.map(s,function(w){return{name:c.name,value:w}}):{name:c.name,value:s}}).get()}});aj.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(s,c){aj.fn[c]=function(w){return this.bind(c,w)}});aj.extend({get:function(s,c,A,w){if(aj.isFunction(c)){w=w||A;A=c;c=null}return aj.ajax({type:"GET",url:s,data:c,success:A,dataType:w})},getScript:function(s,c){return aj.get(s,null,c,"script")},getJSON:function(s,c,w){return aj.get(s,c,w,"json")},post:function(s,c,A,w){if(aj.isFunction(c)){w=w||A;A=c;c={}}return aj.ajax({type:"POST",url:s,data:c,success:A,dataType:w})},ajaxSetup:function(c){aj.extend(aj.ajaxSettings,c)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:aQ.XMLHttpRequest&&(aQ.location.protocol!=="file:"||!aQ.ActiveXObject)?function(){return new aQ.XMLHttpRequest}:function(){try{return new aQ.ActiveXObject("Microsoft.XMLHTTP")}catch(c){}},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(aa){function Z(){X.success&&X.success.call(P,K,R,s);X.global&&W("ajaxSuccess",[s,X])}function Y(){X.complete&&X.complete.call(P,s,R);X.global&&W("ajaxComplete",[s,X]);X.global&&!--aj.active&&aj.event.trigger("ajaxStop")}function W(ba,bb){(X.context?aj(X.context):aj.event).trigger(ba,bb)}var X=aj.extend(true,{},aj.ajaxSettings,aa),Q,R,K,P=aa&&aa.context||X,L=X.type.toUpperCase();if(X.data&&X.processData&&typeof X.data!=="string"){X.data=aj.param(X.data,X.traditional)}if(X.dataType==="jsonp"){if(L==="GET"){aC.test(X.url)||(X.url+=(i.test(X.url)?"&":"?")+(X.jsonp||"callback")+"=?")}else{if(!X.data||!aC.test(X.data)){X.data=(X.data?X.data+"&":"")+(X.jsonp||"callback")+"=?"}}X.dataType="json"}if(X.dataType==="json"&&(X.data&&aC.test(X.data)||aC.test(X.url))){Q=X.jsonpCallback||"jsonp"+a4++;if(X.data){X.data=(X.data+"").replace(aC,"="+Q+"$1")}X.url=X.url.replace(aC,"="+Q+"$1");X.dataType="script";aQ[Q]=aQ[Q]||function(ba){K=ba;Z();Y();aQ[Q]=S;try{delete aQ[Q]}catch(bb){}c&&c.removeChild(F)}}if(X.dataType==="script"&&X.cache===null){X.cache=false}if(X.cache===false&&L==="GET"){var G=aH(),w=X.url.replace(o,"$1_="+G+"$2");X.url=w+(w===X.url?(i.test(X.url)?"&":"?")+"_="+G:"")}if(X.data&&L==="GET"){X.url+=(i.test(X.url)?"&":"?")+X.data}X.global&&!aj.active++&&aj.event.trigger("ajaxStart");G=(G=a.exec(X.url))&&(G[1]&&G[1]!==location.protocol||G[2]!==location.host);if(X.dataType==="script"&&L==="GET"&&G){var c=U.getElementsByTagName("head")[0]||U.documentElement,F=U.createElement("script");F.src=X.url;if(X.scriptCharset){F.charset=X.scriptCharset}if(!Q){var J=false;F.onload=F.onreadystatechange=function(){if(!J&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){J=true;Z();Y();F.onload=F.onreadystatechange=null;c&&F.parentNode&&c.removeChild(F)}}}c.insertBefore(F,c.firstChild);return S}var A=false,s=X.xhr();if(s){X.username?s.open(L,X.url,X.async,X.username,X.password):s.open(L,X.url,X.async);try{if(X.data||aa&&aa.contentType){s.setRequestHeader("Content-Type",X.contentType)}if(X.ifModified){aj.lastModified[X.url]&&s.setRequestHeader("If-Modified-Since",aj.lastModified[X.url]);aj.etag[X.url]&&s.setRequestHeader("If-None-Match",aj.etag[X.url])}G||s.setRequestHeader("X-Requested-With","XMLHttpRequest");s.setRequestHeader("Accept",X.dataType&&X.accepts[X.dataType]?X.accepts[X.dataType]+", */*":X.accepts._default)}catch(ab){}if(X.beforeSend&&X.beforeSend.call(P,s,X)===false){X.global&&!--aj.active&&aj.event.trigger("ajaxStop");s.abort();return false}X.global&&W("ajaxSend",[s,X]);var V=s.onreadystatechange=function(bb){if(!s||s.readyState===0||bb==="abort"){A||Y();A=true;if(s){s.onreadystatechange=aj.noop}}else{if(!A&&s&&(s.readyState===4||bb==="timeout")){A=true;s.onreadystatechange=aj.noop;R=bb==="timeout"?"timeout":!aj.httpSuccess(s)?"error":X.ifModified&&aj.httpNotModified(s,X.url)?"notmodified":"success";var bn;if(R==="success"){try{K=aj.httpData(s,X.dataType,X)}catch(ba){R="parsererror";bn=ba}}if(R==="success"||R==="notmodified"){Q||Z()}else{aj.handleError(X,s,R,bn)}Y();bb==="timeout"&&s.abort();if(X.async){s=null}}}};try{var T=s.abort;s.abort=function(){s&&T.call(s);V("abort")}}catch(O){}X.async&&X.timeout>0&&setTimeout(function(){s&&!A&&V("timeout")},X.timeout);try{s.send(L==="POST"||L==="PUT"||L==="DELETE"?X.data:null)}catch(N){aj.handleError(X,s,null,N);Y()}X.async||V();return s}},handleError:function(s,c,A,w){if(s.error){s.error.call(s.context||s,c,A,w)}if(s.global){(s.context?aj(s.context):aj.event).trigger("ajaxError",[c,s,w])}},active:0,httpSuccess:function(s){try{return !s.status&&location.protocol==="file:"||s.status>=200&&s.status<300||s.status===304||s.status===1223||s.status===0}catch(c){}return false},httpNotModified:function(s,c){var A=s.getResponseHeader("Last-Modified"),w=s.getResponseHeader("Etag");if(A){aj.lastModified[c]=A}if(w){aj.etag[c]=w}return s.status===304||s.status===0},httpData:function(s,c,F){var w=s.getResponseHeader("content-type")||"",A=c==="xml"||!c&&w.indexOf("xml")>=0;s=A?s.responseXML:s.responseText;A&&s.documentElement.nodeName==="parsererror"&&aj.error("parsererror");if(F&&F.dataFilter){s=F.dataFilter(s,c)}if(typeof s==="string"){if(c==="json"||!c&&w.indexOf("json")>=0){s=aj.parseJSON(s)}else{if(c==="script"||!c&&w.indexOf("javascript")>=0){aj.globalEval(s)}}}return s},param:function(s,c){function G(J,K){if(aj.isArray(K)){aj.each(K,function(L,N){c||/\[\]$/.test(J)?A(J,N):G(J+"["+(typeof N==="object"||aj.isArray(N)?L:"")+"]",N)})}else{!c&&K!=null&&typeof K==="object"?aj.each(K,function(L,N){G(J+"["+L+"]",N)}):A(J,K)}}function A(J,K){K=aj.isFunction(K)?K():K;F[F.length]=encodeURIComponent(J)+"="+encodeURIComponent(K)}var F=[];if(c===S){c=aj.ajaxSettings.traditional}if(aj.isArray(s)||s.jquery){aj.each(s,function(){A(this.name,this.value)})}else{for(var w in s){G(w,s[w])}}return F.join("&").replace(a7,"+")}});var bi={},be=/toggle|show|hide/,aZ=/^([+-]=)?([\d+-.]+)(.*)$/,at,H=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];aj.fn.extend({show:function(s,c){if(s||s===0){return this.animate(aE("show",3),s,c)}else{s=0;for(c=this.length;s<c;s++){var F=aj.data(this[s],"olddisplay");this[s].style.display=F||"";if(aj.css(this[s],"display")==="none"){F=this[s].nodeName;var w;if(bi[F]){w=bi[F]}else{var A=aj("<"+F+" />").appendTo("body");w=A.css("display");if(w==="none"){w="block"}A.remove();bi[F]=w}aj.data(this[s],"olddisplay",w)}}s=0;for(c=this.length;s<c;s++){this[s].style.display=aj.data(this[s],"olddisplay")||""}return this}},hide:function(s,c){if(s||s===0){return this.animate(aE("hide",3),s,c)}else{s=0;for(c=this.length;s<c;s++){var w=aj.data(this[s],"olddisplay");!w&&w!=="none"&&aj.data(this[s],"olddisplay",aj.css(this[s],"display"))}s=0;for(c=this.length;s<c;s++){this[s].style.display="none"}return this}},_toggle:aj.fn.toggle,toggle:function(s,c){var w=typeof s==="boolean";if(aj.isFunction(s)&&aj.isFunction(c)){this._toggle.apply(this,arguments)}else{s==null||w?this.each(function(){var A=w?s:aj(this).is(":hidden");aj(this)[A?"show":"hide"]()}):this.animate(aE("toggle",3),s,c)}return this},fadeTo:function(s,c,w){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:c},s,w)},animate:function(s,c,F,w){var A=aj.speed(c,F,w);if(aj.isEmptyObject(s)){return this.each(A.complete)}return this[A.queue===false?"each":"queue"](function(){var J=aj.extend({},A),K,L=this.nodeType===1&&aj(this).is(":hidden"),G=this;for(K in s){var N=K.replace(af,y);if(K!==N){s[N]=s[K];delete s[K];K=N}if(s[K]==="hide"&&L||s[K]==="show"&&!L){return J.complete.call(this)}if((K==="height"||K==="width")&&this.style){J.display=aj.css(this,"display");J.overflow=this.style.overflow}if(aj.isArray(s[K])){(J.specialEasing=J.specialEasing||{})[K]=s[K][1];s[K]=s[K][0]}}if(J.overflow!=null){this.style.overflow="hidden"}J.curAnim=aj.extend({},s);aj.each(s,function(P,O){var T=new aj.fx(G,J,P);if(be.test(O)){T[O==="toggle"?L?"show":"hide":O](s)}else{var R=aZ.exec(O),V=T.cur(true)||0;if(R){O=parseFloat(R[2]);var Q=R[3]||"px";if(Q!=="px"){G.style[P]=(O||1)+Q;V=(O||1)/T.cur(true)*V;G.style[P]=V+Q}if(R[1]){O=(R[1]==="-="?-1:1)*O+V}T.custom(V,O,Q)}else{T.custom(V,O,"")}}});return true})},stop:function(s,c){var w=aj.timers;s&&this.queue([]);this.each(function(){for(var A=w.length-1;A>=0;A--){if(w[A].elem===this){c&&w[A](true);w.splice(A,1)}}});c||this.dequeue();return this}});aj.each({slideDown:aE("show",1),slideUp:aE("hide",1),slideToggle:aE("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(s,c){aj.fn[s]=function(A,w){return this.animate(c,A,w)}});aj.extend({speed:function(s,c,A){var w=s&&typeof s==="object"?s:{complete:A||!A&&c||aj.isFunction(s)&&s,duration:s,easing:A&&c||c&&!aj.isFunction(c)&&c};w.duration=aj.fx.off?0:typeof w.duration==="number"?w.duration:aj.fx.speeds[w.duration]||aj.fx.speeds._default;w.old=w.complete;w.complete=function(){w.queue!==false&&aj(this).dequeue();aj.isFunction(w.old)&&w.old.call(this)};return w},easing:{linear:function(s,c,A,w){return A+w*s},swing:function(s,c,A,w){return(-Math.cos(s*Math.PI)/2+0.5)*w+A}},timers:[],fx:function(s,c,w){this.options=c;this.elem=s;this.prop=w;if(!c.orig){c.orig={}}}});aj.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(aj.fx.step[this.prop]||aj.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(c){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}return(c=parseFloat(aj.css(this.elem,this.prop,c)))&&c>-10000?c:parseFloat(aj.curCSS(this.elem,this.prop))||0},custom:function(s,c,F){function w(G){return A.step(G)}this.startTime=aH();this.start=s;this.end=c;this.unit=F||this.unit||"px";this.now=this.start;this.pos=this.state=0;var A=this;w.elem=this.elem;if(w()&&aj.timers.push(w)&&!at){at=setInterval(aj.fx.tick,13)}},show:function(){this.options.orig[this.prop]=aj.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());aj(this.elem).show()},hide:function(){this.options.orig[this.prop]=aj.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(s){var c=aH(),F=true;if(s||c>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var w in this.options.curAnim){if(this.options.curAnim[w]!==true){F=false}}if(F){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;s=aj.data(this.elem,"olddisplay");this.elem.style.display=s?s:this.options.display;if(aj.css(this.elem,"display")==="none"){this.elem.style.display="block"}}this.options.hide&&aj(this.elem).hide();if(this.options.hide||this.options.show){for(var A in this.options.curAnim){aj.style(this.elem,A,this.options.orig[A])}}this.options.complete.call(this.elem)}return false}else{A=c-this.startTime;this.state=A/this.options.duration;s=this.options.easing||(aj.easing.swing?"swing":"linear");this.pos=aj.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||s](this.state,A,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};aj.extend(aj.fx,{tick:function(){for(var s=aj.timers,c=0;c<s.length;c++){s[c]()||s.splice(c--,1)}s.length||aj.fx.stop()},stop:function(){clearInterval(at);at=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(c){aj.style(c.elem,"opacity",c.now)},_default:function(c){if(c.elem.style&&c.elem.style[c.prop]!=null){c.elem.style[c.prop]=(c.prop==="width"||c.prop==="height"?Math.max(0,c.now):c.now)+c.unit}else{c.elem[c.prop]=c.now}}}});if(aj.expr&&aj.expr.filters){aj.expr.filters.animated=function(c){return aj.grep(aj.timers,function(s){return c===s.elem}).length}}aj.fn.offset="getBoundingClientRect" in U.documentElement?function(s){var c=this[0];if(s){return this.each(function(F){aj.offset.setOffset(this,s,F)})}if(!c||!c.ownerDocument){return null}if(c===c.ownerDocument.body){return aj.offset.bodyOffset(c)}var A=c.getBoundingClientRect(),w=c.ownerDocument;c=w.body;w=w.documentElement;return{top:A.top+(self.pageYOffset||aj.support.boxModel&&w.scrollTop||c.scrollTop)-(w.clientTop||c.clientTop||0),left:A.left+(self.pageXOffset||aj.support.boxModel&&w.scrollLeft||c.scrollLeft)-(w.clientLeft||c.clientLeft||0)}}:function(N){var L=this[0];if(N){return this.each(function(O){aj.offset.setOffset(this,N,O)})}if(!L||!L.ownerDocument){return null}if(L===L.ownerDocument.body){return aj.offset.bodyOffset(L)}aj.offset.initialize();var K=L.offsetParent,G=L,J=L.ownerDocument,A,F=J.documentElement,c=J.body;G=(J=J.defaultView)?J.getComputedStyle(L,null):L.currentStyle;for(var w=L.offsetTop,s=L.offsetLeft;(L=L.parentNode)&&L!==c&&L!==F;){if(aj.offset.supportsFixedPosition&&G.position==="fixed"){break}A=J?J.getComputedStyle(L,null):L.currentStyle;w-=L.scrollTop;s-=L.scrollLeft;if(L===K){w+=L.offsetTop;s+=L.offsetLeft;if(aj.offset.doesNotAddBorder&&!(aj.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(L.nodeName))){w+=parseFloat(A.borderTopWidth)||0;s+=parseFloat(A.borderLeftWidth)||0}G=K;K=L.offsetParent}if(aj.offset.subtractsBorderForOverflowNotVisible&&A.overflow!=="visible"){w+=parseFloat(A.borderTopWidth)||0;s+=parseFloat(A.borderLeftWidth)||0}G=A}if(G.position==="relative"||G.position==="static"){w+=c.offsetTop;s+=c.offsetLeft}if(aj.offset.supportsFixedPosition&&G.position==="fixed"){w+=Math.max(F.scrollTop,c.scrollTop);s+=Math.max(F.scrollLeft,c.scrollLeft)}return{top:w,left:s}};aj.offset={initialize:function(){var s=U.body,c=U.createElement("div"),G,A,F,w=parseFloat(aj.curCSS(s,"marginTop",true))||0;aj.extend(c.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});c.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>";s.insertBefore(c,s.firstChild);G=c.firstChild;A=G.firstChild;F=G.nextSibling.firstChild.firstChild;this.doesNotAddBorder=A.offsetTop!==5;this.doesAddBorderForTableAndCells=F.offsetTop===5;A.style.position="fixed";A.style.top="20px";this.supportsFixedPosition=A.offsetTop===20||A.offsetTop===15;A.style.position=A.style.top="";G.style.overflow="hidden";G.style.position="relative";this.subtractsBorderForOverflowNotVisible=A.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=s.offsetTop!==w;s.removeChild(c);aj.offset.initialize=aj.noop},bodyOffset:function(s){var c=s.offsetTop,w=s.offsetLeft;aj.offset.initialize();if(aj.offset.doesNotIncludeMarginInBodyOffset){c+=parseFloat(aj.curCSS(s,"marginTop",true))||0;w+=parseFloat(aj.curCSS(s,"marginLeft",true))||0}return{top:c,left:w}},setOffset:function(s,c,J){if(/static/.test(aj.curCSS(s,"position"))){s.style.position="relative"}var F=aj(s),G=F.offset(),w=parseInt(aj.curCSS(s,"top",true),10)||0,A=parseInt(aj.curCSS(s,"left",true),10)||0;if(aj.isFunction(c)){c=c.call(s,J,G)}J={top:c.top-G.top+w,left:c.left-G.left+A};"using" in c?c.using.call(s,J):F.css(J)}};aj.fn.extend({position:function(){if(!this[0]){return null}var s=this[0],c=this.offsetParent(),A=this.offset(),w=/^body|html$/i.test(c[0].nodeName)?{top:0,left:0}:c.offset();A.top-=parseFloat(aj.curCSS(s,"marginTop",true))||0;A.left-=parseFloat(aj.curCSS(s,"marginLeft",true))||0;w.top+=parseFloat(aj.curCSS(c[0],"borderTopWidth",true))||0;w.left+=parseFloat(aj.curCSS(c[0],"borderLeftWidth",true))||0;return{top:A.top-w.top,left:A.left-w.left}},offsetParent:function(){return this.map(function(){for(var c=this.offsetParent||U.body;c&&!/^body|html$/i.test(c.nodeName)&&aj.css(c,"position")==="static";){c=c.offsetParent}return c})}});aj.each(["Left","Top"],function(s,c){var w="scroll"+c;aj.fn[w]=function(F){var G=this[0],A;if(!G){return null}if(F!==S){return this.each(function(){if(A=q(this)){A.scrollTo(!s?F:aj(A).scrollLeft(),s?F:aj(A).scrollTop())}else{this[w]=F}})}else{return(A=q(G))?"pageXOffset" in A?A[s?"pageYOffset":"pageXOffset"]:aj.support.boxModel&&A.document.documentElement[w]||A.document.body[w]:G[w]}}});aj.each(["Height","Width"],function(s,c){var w=c.toLowerCase();aj.fn["inner"+c]=function(){return this[0]?aj.css(this[0],w,false,"padding"):null};aj.fn["outer"+c]=function(A){return this[0]?aj.css(this[0],w,false,A?"margin":"border"):null};aj.fn[w]=function(A){var F=this[0];if(!F){return A==null?null:this}if(aj.isFunction(A)){return this.each(function(G){var J=aj(this);J[w](A.call(this,G,J[w]()))})}return"scrollTo" in F&&F.document?F.document.compatMode==="CSS1Compat"&&F.document.documentElement["client"+c]||F.document.body["client"+c]:F.nodeType===9?Math.max(F.documentElement["client"+c],F.body["scroll"+c],F.documentElement["scroll"+c],F.body["offset"+c],F.documentElement["offset"+c]):A===S?aj.css(F,w):this.css(w,typeof A==="string"?A:A+"px")}});aQ.jQuery=aQ.$=aj})(window);(function(a){a.address=function(){var aE=function(d){a(a.address).trigger(a.extend(a.Event(d),function(){for(var e={},i=a.address.parameterNames(),f=0,k=i.length;f<k;f++){e[i[f]]=a.address.parameter(i[f])}return{value:a.address.value(),path:a.address.path(),pathNames:a.address.pathNames(),parameterNames:i,parameters:e,queryString:a.address.queryString()}}.call(a.address)))},aB=function(e,d,f){if(f||d){a(a.address).bind(e,f||d,f&&d)}return a.address},aL=function(){var d=aT.href.indexOf("#");return d!=-1?T(ai(aG(aT.href.substr(d+1),aP))):""},C=function(){return"javascript"},q=function(e,d){if(aQ.strict){e=d?e.substr(0,1)!="/"?"/"+e:e:e==""?"/":e}return e},ah=function(e,d){return aF&&aT.protocol=="file:"?d?aR.replace(/\?/,"%3F"):aR.replace(/%253F/,"?"):e},aG=function(e,d){if(aQ.crawlable&&d){return(e!=""?"!":"")+e}return e.replace(/^\!/,"")},aD=function(e,d){return parseInt(e.css(d),10)},g=function(e){for(var d,i,f=0,k=e.childNodes.length;f<k;f++){if(e.childNodes[f].src){d=String(e.childNodes[f].src)}if(i=g(e.childNodes[f])){d=i}}return d},ak=function(){if(!ag){var e=aL(),d=aR!=e;if(aC&&aM<523){if(ao!=am.length){ao=am.length;if(typeof az[ao-1]!=aq){aR=az[ao-1]}al(aP)}}else{if(aF&&aM<7&&d){aT.reload()}else{if(d){aR=e;al(aP)}}}}},al=function(d){aE(aw);aE(d?ar:aU);an(ax,10)},ax=function(){var e=(aT.pathname+(/\/$/.test(aT.pathname)?"":"/")+a.address.value()).replace(/\/\//,"/").replace(/^\/$/,""),d=window[aQ.tracker];if(typeof d==af){d(e)}else{if(typeof _gaq!=aq&&typeof _gaq.push==af){_gaq.push(["_trackPageview",e])}else{if(typeof pageTracker!=aq&&typeof pageTracker._trackPageview==af){pageTracker._trackPageview(e)}else{typeof urchinTracker==af&&urchinTracker(e)}}}},at=function(){var d=aN.contentWindow.document;d.open();d.write("<html><head><title>"+aO.title+"</title><script>var "+aK+' = "'+aL()+'";<\/script></head></html>');d.close()},ay=function(){if(!b){b=aS;if(aQ.wrap){var d=a("body");wrap=a("body > *").wrapAll('<div style="padding:'+(aD(d,"marginTop")+aD(d,"paddingTop"))+"px "+(aD(d,"marginRight")+aD(d,"paddingRight"))+"px "+(aD(d,"marginBottom")+aD(d,"paddingBottom"))+"px "+(aD(d,"marginLeft")+aD(d,"paddingLeft"))+'px;" />').parent().wrap('<div id="'+aK+'" style="height:100%; overflow:auto;'+(aC?window.statusbar.visible&&!/chrome/i.test(ad)?"":" resize:both;":"")+'" />');a("html, body").css({height:"100%",margin:0,padding:0,overflow:"hidden"});aC&&a('<style type="text/css" />').appendTo("head").text("#"+aK+"::-webkit-resizer { background-color: #fff; }")}if(aF&&aM<8){d=aO.getElementsByTagName("frameset")[0];aN=aO.createElement((d?"":"i")+"frame");if(d){d.insertAdjacentElement("beforeEnd",aN);d[d.cols?"cols":"rows"]+=",0";aN.src=C()+":"+aP;aN.noResize=aS;aN.frameBorder=aN.frameSpacing=0}else{aN.src=C()+":"+aP;aN.style.display="none";aO.body.insertAdjacentElement("afterBegin",aN)}an(function(){a(aN).bind("load",function(){var e=aN.contentWindow;aR=typeof e[aK]!=aq?e[aK]:"";if(aR!=aL()){al(aP);aT.hash=ah(aG(aR,aS),aS)}});typeof aN.contentWindow[aK]==aq&&at()},50)}else{if(aC){if(aM<418){a(aO.body).append('<form id="'+aK+'" style="position:absolute;top:-9999px;" method="get"></form>');ac=aO.getElementById(aK)}if(typeof aT[aK]==aq){aT[aK]={}}if(typeof aT[aK][aT.pathname]!=aq){az=aT[aK][aT.pathname].split(",")}}}an(function(){aE("init");al(aP)},1);if(aF&&aM>7||!aF&&"on"+aj in aJ){if(aJ.addEventListener){aJ.addEventListener(aj,ak,false)}else{aJ.attachEvent&&aJ.attachEvent("on"+aj,ak)}}else{av(ak,50)}a("a[rel*=address:]").address()}},h=function(){if(aJ.removeEventListener){aJ.removeEventListener(aj,ak,false)}else{aJ.detachEvent&&aJ.detachEvent("on"+aj,ak)}},aK="jQueryAddress",af="function",aq="undefined",aj="hashchange",aw="change",ar="internalChange",aU="externalChange",aS=true,aP=false,aQ={autoUpdate:aS,crawlable:aP,history:aS,strict:aS,wrap:aP},aI=a.browser,aM=parseFloat(a.browser.version),au=aI.mozilla,aF=aI.msie,aH=aI.opera,aC=aI.safari,ab=aP,aJ=function(){try{return top.document!==undefined?top:window}catch(d){return window}}(),aO=aJ.document,am=aJ.history,aT=aJ.location,av=setInterval,an=setTimeout,ai=decodeURI,T=encodeURI,ad=navigator.userAgent,aN,ac,ap=g(document),c=ap?ap.indexOf("?"):-1,V=aO.title,ao=am.length,ag=aP,b=aP,U=aS,aA=aS,ae=aP,az=[],aR=aL();if(aF){aM=parseFloat(ad.substr(ad.indexOf("MSIE")+4));if(aO.documentMode&&aO.documentMode!=aM){aM=aO.documentMode!=8?7:8}a(document).bind("propertychange",function(){if(aO.title!=V&&aO.title.indexOf("#"+aL())!=-1){aO.title=V}})}if(ab=au&&aM>=1||aF&&aM>=6||aH&&aM>=9.5||aC&&aM>=312){for(aI=1;aI<ao;aI++){az.push("")}az.push(aR);if(aF&&aT.hash!=aR){aT.hash="#"+ah(aG(aR,aS),aS)}if(aH){history.navigationMode="compatible"}if(ap&&c!=-1){ap=ap.substr(c+1).split("&");for(aI=0;aI<ap.length;aI++){aH=ap[aI].split("=");if(/^(autoUpdate|crawlable|history|strict|wrap)$/.test(aH[0])){aQ[aH[0]]=isNaN(aH[1])?/^(true|yes)$/i.test(aH[1]):parseInt(aH[1],10)!==0}if(/^tracker$/.test(aH[0])){aQ[aH[0]]=aH[1]}}}document.readyState=="complete"&&ay();a(ay);a(window).bind("unload",h)}else{if(!ab&&aL()!=""||aC&&aM<418&&aL()!=""&&aT.search!=""){aO.open();aO.write('<html><head><meta http-equiv="refresh" content="0;url='+encodeURI(aT.href.substr(0,aT.href.indexOf("#")))+'" /></head></html>');aO.close()}else{ax()}}return{init:function(e,d){return aB("init",e,d)},change:function(e,d){return aB(aw,e,d)},internalChange:function(e,d){return aB(ar,e,d)},externalChange:function(e,d){return aB(aU,e,d)},baseURL:function(){var d=aT.href;if(aL()!=""){d=d.substr(0,d.indexOf("#"))}if(/\/$/.test(d)){d=d.substr(0,d.length-1)}return d},autoUpdate:function(d){if(d!==undefined){aQ.autoUpdate=d;return this}return aQ.autoUpdate},crawlable:function(d){if(d!==undefined){aQ.crawlable=d;return this}return aQ.crawlable},history:function(d){if(d!==undefined){aQ.history=d;return this}return aQ.history},strict:function(d){if(d!==undefined){aQ.strict=d;return this}return aQ.strict},tracker:function(d){if(d!==undefined){aQ.tracker=d;return this}return aQ.tracker},wrap:function(d){if(d!==undefined){aQ.wrap=d;return this}return aQ.wrap},update:function(){ae=aS;this.value(aR);ae=aP;return this},title:function(d){if(d!==undefined){d=ai(d);an(function(){V=aO.title=d;if(aA&&aN&&aN.contentWindow&&aN.contentWindow.document){aN.contentWindow.document.title=d;aA=aP}if(!U&&au){aT.replace(aT.href.indexOf("#")!=-1?aT.href:aT.href+"#")}U=aP},50);return this}return aO.title},value:function(e){if(e!==undefined){e=T(ai(q(e,aS)));if(e=="/"){e=""}if(aR==e&&!ae){return}U=aS;aR=e;if(aQ.autoUpdate||ae){ag=aS;al(aS);az[am.length]=aR;if(aC){if(aQ.history){aT[aK][aT.pathname]=az.toString();ao=am.length+1;if(aM<418){if(aT.search==""){ac.action="#"+aG(aR,aS);ac.submit()}}else{if(aM<523||aR==""){e=aO.createEvent("MouseEvents");e.initEvent("click",aS,aS);var d=aO.createElement("a");d.href="#"+aG(aR,aS);d.dispatchEvent(e)}else{aT.hash="#"+aG(aR,aS)}}}else{aT.replace("#"+aG(aR,aS))}}else{if(aR!=aL()){if(aQ.history){aT.hash="#"+ah(aG(aR,aS),aS)}else{aT.replace("#"+aG(aR,aS))}}}aF&&aM<8&&aQ.history&&an(at,50);if(aC){an(function(){ag=aP},1)}else{ag=aP}}return this}if(!ab){return null}return ai(q(ah(aR,aP),aP))},path:function(e){if(e!==undefined){var d=this.queryString(),f=this.hash();this.value(e+(d?"?"+d:"")+(f?"#"+f:""));return this}return this.value().split("#")[0].split("?")[0]},queryString:function(e){if(e!==undefined){var d=this.hash();this.value(this.path()+(e?"?"+e:"")+(d?"#"+d:""));return this}e=this.value().split("?");return e.slice(1,e.length).join("?").split("#")[0]},parameter:function(o,n,m){var l,e;if(n!==undefined){var k=this.parameterNames();e=[];for(l=0;l<k.length;l++){var i=k[l],d=this.parameter(i);if(typeof d=="string"){d=[d]}if(i==o){d=n===null||n==""?[]:m?d.concat([n]):[n]}for(var f=0;f<d.length;f++){e.push(i+"="+d[f])}}a.inArray(o,k)==-1&&e.push(o+"="+n);this.queryString(e.join("&"));return this}if(n=this.queryString()){e=n.split("&");n=[];for(l=0;l<e.length;l++){m=e[l].split("=");m[0]==o&&n.push(m[1])}if(n.length!==0){return n.length!=1?n:n[0]}}},pathNames:function(){var e=this.path(),d=e.replace(/\/{2,9}/g,"/").split("/");if(e.substr(0,1)=="/"||e.length===0){d.splice(0,1)}e.substr(e.length-1,1)=="/"&&d.splice(d.length-1,1);return d},parameterNames:function(){var e=this.queryString(),d=[];if(e&&e.indexOf("=")!=-1){e=e.split("&");for(var i=0;i<e.length;i++){var f=e[i].split("=")[0];a.inArray(f,d)==-1&&d.push(f)}}return d},hash:function(d){if(d!==undefined){this.value(this.value().split("#")[0]+(d?"#"+d:""));return this}d=this.value().split("#");return d.slice(1,d.length).join("#")}}}();a.fn.address=function(b){this.each(function(){if(this.tagName.toLowerCase()=="form"){a("form").live("submit",function(){var d=b?b.call(this):a(this).attr("action")+"?"+a(this).serialize();a.address.value(d);return false})}else{var c=function(){var d=b?b.call(this):/address:/.test(a(this).attr("rel"))?a(this).attr("rel").split("address:")[1].split(" ")[0]:a(this).attr("href").replace(/^#\!?/,"");a.address.value(d);return false};a(this).click(c).live("click",c)}})}})(jQuery);
/* Copyright (c) 2009 Brandon Aaron (http://brandonaaron.net)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 * Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
 * Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
 *
 * Version: 3.0.2
 * 
 * Requires: 1.2.2+
 */
(function(c){var a=["DOMMouseScroll","mousewheel"];c.event.special.mousewheel={setup:function(){if(this.addEventListener){for(var d=a.length;d;){this.addEventListener(a[--d],b,false)}}else{this.onmousewheel=b}},teardown:function(){if(this.removeEventListener){for(var d=a.length;d;){this.removeEventListener(a[--d],b,false)}}else{this.onmousewheel=null}}};c.fn.extend({mousewheel:function(d){return d?this.bind("mousewheel",d):this.trigger("mousewheel")},unmousewheel:function(d){return this.unbind("mousewheel",d)}});function b(f){var d=[].slice.call(arguments,1),g=0,e=true;f=c.event.fix(f||window.event);f.type="mousewheel";if(f.wheelDelta){g=f.wheelDelta/120}if(f.detail){g=-f.detail/3}d.unshift(f,g);return c.event.handle.apply(this,d)}})(jQuery);(function(a){a.scrollFollow=function(f,d){f=a(f);var b=f.css("position");function c(){f.queue([]);var h=parseInt(a(window).height());var k=parseInt(a(document).scrollTop());var l=parseInt(f.cont.offset().top);var i=parseInt(f.cont.attr("offsetHeight"));var m=parseInt(f.attr("offsetHeight")+(parseInt(f.css("marginTop"))||0)+(parseInt(f.css("marginBottom"))||0));var g;if(e){if(d.relativeTo=="top"){if(f.initialOffsetTop>=(k+d.offset)){g=f.initialTop}else{if(m>h){g=f.initialTop}else{g=Math.min((Math.max((-l),(k-f.initialOffsetTop+f.initialTop))+d.offset),(i-m-f.paddingAdjustment))}}}else{if(d.relativeTo=="bottom"){if((f.initialOffsetTop+m)>=(k+d.offset+h)){g=f.initialTop}else{g=Math.min((k+h-m-d.offset),(i-m))}}}if((new Date().getTime()-f.lastScroll)>=(d.delay-20)){f.animate({top:g},d.speed,d.easing)}}}var e=true;if(a.cookie!=undefined){if(a.cookie("scrollFollowSetting"+f.attr("id"))=="false"){var e=false;a("#"+d.killSwitch).text(d.offText).toggle(function(){e=true;a(this).text(d.onText);a.cookie("scrollFollowSetting"+f.attr("id"),true,{expires:365,path:"/"});c()},function(){e=false;a(this).text(d.offText);f.animate({top:f.initialTop},d.speed,d.easing);a.cookie("scrollFollowSetting"+f.attr("id"),false,{expires:365,path:"/"})})}else{a("#"+d.killSwitch).text(d.onText).toggle(function(){e=false;a(this).text(d.offText);f.animate({top:f.initialTop},0);a.cookie("scrollFollowSetting"+f.attr("id"),false,{expires:365,path:"/"})},function(){e=true;a(this).text(d.onText);a.cookie("scrollFollowSetting"+f.attr("id"),true,{expires:365,path:"/"});c()})}}if(d.container==""){f.cont=f.parent()}else{f.cont=a("#"+d.container)}f.initialOffsetTop=parseInt(f.offset().top);f.initialTop=parseInt(f.css("top"))||0;if(f.css("position")=="relative"){f.paddingAdjustment=parseInt(f.cont.css("paddingTop"))+parseInt(f.cont.css("paddingBottom"))}else{f.paddingAdjustment=0}a(window).scroll(function(){a.fn.scrollFollow.interval=setTimeout(function(){c()},d.delay);f.lastScroll=new Date().getTime()});a(window).resize(function(){a.fn.scrollFollow.interval=setTimeout(function(){c()},d.delay);f.lastScroll=new Date().getTime()});f.lastScroll=0;c()};a.fn.scrollFollow=function(b){b=b||{};b.relativeTo=b.relativeTo||"top";b.speed=b.speed||500;b.offset=b.offset||0;b.easing=b.easing||"swing";b.container=b.container||this.parent().attr("id");b.killSwitch=b.killSwitch||"killSwitch";b.onText=b.onText||"Turn Slide Off";b.offText=b.offText||"Turn Slide On";b.delay=b.delay||0;this.each(function(){new a.scrollFollow(this,b)});return this}})(jQuery);(function(d){d.timeago=function(g){if(g instanceof Date){return a(g)}else{if(typeof g=="string"){return a(d.timeago.parse(g))}else{return a(d.timeago.datetime(g))}}};var f=d.timeago;d.extend(d.timeago,{settings:{refreshMillis:60000,allowFuture:false,strings:{prefixAgo:null,prefixFromNow:null,suffixAgo:"ago",suffixFromNow:"from now",seconds:"less than a minute",minute:"about a minute",minutes:"%d minutes",hour:"about an hour",hours:"about %d hours",day:"a day",days:"%d days",month:"about a month",months:"%d months",year:"about a year",years:"%d years",numbers:[]}},inWords:function(m){var n=this.settings.strings;var i=n.prefixAgo;var s=n.suffixAgo;if(this.settings.allowFuture){if(m<0){i=n.prefixFromNow;s=n.suffixFromNow}m=Math.abs(m)}var q=m/1000;var g=q/60;var o=g/60;var r=o/24;var k=r/365;function h(t,v){var u=d.isFunction(t)?t(v):t;var w=(n.numbers&&n.numbers[v])||v;return u.replace(/%d/i,w)}var l=q<45&&h(n.seconds,Math.round(q))||q<90&&h(n.minute,1)||g<45&&h(n.minutes,Math.round(g))||g<90&&h(n.hour,1)||o<24&&h(n.hours,Math.round(o))||o<48&&h(n.day,1)||r<30&&h(n.days,Math.floor(r))||r<60&&h(n.month,1)||r<365&&h(n.months,Math.floor(r/30))||k<2&&h(n.year,1)||h(n.years,Math.floor(k));return d.trim([i,l,s].join(" "))},parse:function(h){var g=d.trim(h);g=g.replace(/-/,"/").replace(/-/,"/");g=g.replace(/T/," ").replace(/Z/," UTC");g=g.replace(/([\+-]\d\d)\:?(\d\d)/," $1$2");return new Date(g)},datetime:function(h){var i=d(h).get(0).tagName.toLowerCase()=="time";var g=i?d(h).attr("datetime"):d(h).attr("title");return f.parse(g)}});d.fn.timeago=function(){var h=this;h.each(c);var g=f.settings;if(g.refreshMillis>0){setInterval(function(){h.each(c)},g.refreshMillis)}return h};function c(){var g=b(this);if(!isNaN(g.datetime)){d(this).text(a(g.datetime))}return this}function b(g){g=d(g);if(!g.data("timeago")){g.data("timeago",{datetime:f.datetime(g)});var h=d.trim(g.text());if(h.length>0){g.attr("title",h)}}return g.data("timeago")}function a(g){return f.inWords(e(g))}function e(g){return(new Date().getTime()-g.getTime())}document.createElement("abbr");document.createElement("time")})(jQuery);(function(a){a.jScrollPane={active:[]};a.fn.jScrollPane=function(c){c=a.extend({},a.fn.jScrollPane.defaults,c);var b=function(){return false};return this.each(function(){var u=a(this);var F=this;var ao=0;var M;var ap;var s;var ae=c.topCapHeight;var k;if(a(this).parent().is(".jScrollPaneContainer")){k=a(this).parent();ao=c.maintainPosition?u.position().top:0;var r=a(this).parent();M=r.innerWidth();ap=r.outerHeight();a(">.jScrollPaneTrack, >.jScrollArrowUp, >.jScrollArrowDown, >.jScrollCap",r).remove();u.css({top:0})}else{u.data("originalStyleTag",u.attr("style"));u.css("overflow","hidden");this.originalPadding=u.css("paddingTop")+" "+u.css("paddingRight")+" "+u.css("paddingBottom")+" "+u.css("paddingLeft");this.originalSidePaddingTotal=(parseInt(u.css("paddingLeft"))||0)+(parseInt(u.css("paddingRight"))||0);M=u.innerWidth();ap=u.innerHeight();k=a("<div></div>").attr({className:"jScrollPaneContainer"}).css({height:ap+"px",width:M+"px"});if(c.enableKeyboardNavigation){k.attr("tabindex",c.tabIndex)}u.wrap(k);k=u.parent();a(document).bind("emchange",function(ar,at,aq){u.jScrollPane(c)})}s=ap;if(c.reinitialiseOnImageLoad){var t=a.data(F,"jScrollPaneImagesToLoad")||a("img",u);var i=[];if(t.length){t.each(function(aq,ar){a(this).bind("load readystatechange",function(){if(a.inArray(aq,i)==-1){i.push(ar);t=a.grep(t,function(av,au){return av!=ar});a.data(F,"jScrollPaneImagesToLoad",t);var at=a.extend(c,{reinitialiseOnImageLoad:false});u.jScrollPane(at)}}).each(function(at,au){if(this.complete||this.complete===undefined){this.src=this.src}})})}}var Z=this.originalSidePaddingTotal;var ak=M-c.scrollbarWidth-c.scrollbarMargin-Z;var V={height:"auto",width:ak+"px"};if(c.scrollbarOnLeft){V.paddingLeft=c.scrollbarMargin+c.scrollbarWidth+"px"}else{V.paddingRight=c.scrollbarMargin+"px"}u.css(V);var X=u.outerHeight();var S=ap/X;var W=S<0.99;k[W?"addClass":"removeClass"]("jScrollPaneScrollable");if(W){k.append(a("<div></div>").addClass("jScrollCap jScrollCapTop").css({height:c.topCapHeight}),a("<div></div>").attr({className:"jScrollPaneTrack"}).css({width:c.scrollbarWidth+"px"}).append(a("<div></div>").attr({className:"jScrollPaneDrag"}).css({width:c.scrollbarWidth+"px"}).append(a("<div></div>").attr({className:"jScrollPaneDragTop"}).css({width:c.scrollbarWidth+"px"}),a("<div></div>").attr({className:"jScrollPaneDragBottom"}).css({width:c.scrollbarWidth+"px"}))),a("<div></div>").addClass("jScrollCap jScrollCapBottom").css({height:c.bottomCapHeight}));var al=a(">.jScrollPaneTrack",k);var v=a(">.jScrollPaneTrack .jScrollPaneDrag",k);var an;var g=[];var ab;var T=function(){if(ab>4||ab%4==0){aj(ag+an*J)}ab++};if(c.enableKeyboardNavigation){k.bind("keydown.jscrollpane",function(aq){switch(aq.keyCode){case 38:an=-1;ab=0;T();g[g.length]=setInterval(T,100);return false;case 40:an=1;ab=0;T();g[g.length]=setInterval(T,100);return false;case 33:case 34:return false;default:}}).bind("keyup.jscrollpane",function(ar){if(ar.keyCode==38||ar.keyCode==40){for(var aq=0;aq<g.length;aq++){clearInterval(g[aq])}return false}})}if(c.showArrows){var Q;var z;var q=function(aq){a("html").unbind("mouseup",q);Q.removeClass("jScrollActiveArrowButton");clearInterval(z)};var I=function(){a("html").bind("mouseup",q);Q.addClass("jScrollActiveArrowButton");ab=0;T();z=setInterval(T,100)};k.append(a("<a></a>").attr({href:"javascript:;",className:"jScrollArrowUp",tabindex:-1}).css({width:c.scrollbarWidth+"px",top:c.topCapHeight+"px"}).html("Scroll up").bind("mousedown",function(){Q=a(this);an=-1;I();this.blur();return false}).bind("click",b),a("<a></a>").attr({href:"javascript:;",className:"jScrollArrowDown",tabindex:-1}).css({width:c.scrollbarWidth+"px",bottom:c.bottomCapHeight+"px"}).html("Scroll down").bind("mousedown",function(){Q=a(this);an=1;I();this.blur();return false}).bind("click",b));var w=a(">.jScrollArrowUp",k);var n=a(">.jScrollArrowDown",k)}if(c.arrowSize){s=ap-c.arrowSize-c.arrowSize;ae+=c.arrowSize}else{if(w){var ac=w.height();c.arrowSize=ac;s=ap-ac-n.height();ae+=ac}}s-=c.topCapHeight+c.bottomCapHeight;al.css({height:s+"px",top:ae+"px"});var ah=a(this).css({position:"absolute",overflow:"visible"});var d;var G;var J;var ag=0;var D=S*ap/2;var H=function(aq,at){var ar=at=="X"?"Left":"Top";return aq["page"+at]||(aq["client"+at]+(document.documentElement["scroll"+ar]||document.body["scroll"+ar]))||0};var P=function(){return false};var af=function(){Y();d=v.offset(false);d.top-=ag;G=s-v[0].offsetHeight;J=2*c.wheelSpeed*G/X};var e=function(aq){af();D=H(aq,"Y")-ag-d.top;a("html").bind("mouseup",A).bind("mousemove",R);if(a.browser.msie){a("html").bind("dragstart",P).bind("selectstart",P)}return false};var A=function(){a("html").unbind("mouseup",A).unbind("mousemove",R);D=S*ap/2;if(a.browser.msie){a("html").unbind("dragstart",P).unbind("selectstart",P)}};var aj=function(aq){k.scrollTop(0);aq=aq<0?0:(aq>G?G:aq);ag=aq;v.css({top:aq+"px"});var ar=aq/G;u.data("jScrollPanePosition",(ap-X)*-ar);ah.css({top:((ap-X)*ar)+"px"});u.trigger("scroll");if(c.showArrows){w[aq==0?"addClass":"removeClass"]("disabled");n[aq==G?"addClass":"removeClass"]("disabled")}};var R=function(aq){aj(H(aq,"Y")-d.top-D)};var aa=Math.max(Math.min(S*(ap-c.arrowSize*2),c.dragMaxHeight),c.dragMinHeight);v.css({height:aa+"px"}).bind("mousedown",e);var U;var x;var m;var ad=function(){if(x>8||x%4==0){aj((ag-((ag-m)/2)))}x++};var am=function(){clearInterval(U);a("html").unbind("mouseup",am).unbind("mousemove",O)};var O=function(aq){m=H(aq,"Y")-d.top-D};var B=function(aq){af();O(aq);x=0;a("html").bind("mouseup",am).bind("mousemove",O);U=setInterval(ad,100);ad();return false};al.bind("mousedown",B);k.bind("mousewheel",function(ar,au){au=au||(ar.wheelDelta?ar.wheelDelta/120:(ar.detail)?-ar.detail/3:0);af();Y();var at=ag;aj(ag-au*J);var aq=at!=ag;return !aq});var f;var E;function K(){var aq=(f-ag)/c.animateStep;if(aq>1||aq<-1){aj(ag+aq)}else{aj(f);Y()}}var Y=function(){if(E){clearInterval(E);delete f}};var ai=function(av,aq){if(typeof av=="string"){try{$e=a(av,u)}catch(au){return}if(!$e.length){return}av=$e.offset().top-u.offset().top}Y();var at=X-ap;av=av>at?at:av;u.data("jScrollPaneMaxScroll",at);var ar=av/at*G;if(aq||!c.animateTo){aj(ar)}else{k.scrollTop(0);f=ar;E=setInterval(K,c.animateInterval)}};u[0].scrollTo=ai;u[0].scrollBy=function(ar){var aq=-parseInt(ah.css("top"))||0;ai(aq+ar)};af();ai(-ao,true);a("*",this).bind("focus",function(av){var au=a(this);var ax=0;while(au[0]!=u[0]){ax+=au.position().top;au=au.offsetParent()}var aq=-parseInt(ah.css("top"))||0;var aw=aq+ap;var at=ax>aq&&ax<aw;if(!at){var ar=ax-c.scrollbarMargin;if(ax>aq){ar+=a(this).height()+15+c.scrollbarMargin-ap}ai(ar)}});if(c.observeHash){if(location.hash&&location.hash.length>1){setTimeout(function(){ai(location.hash)},a.browser.safari?100:0)}a(document).bind("click",function(ar){$target=a(ar.target);if($target.is("a")){var aq=$target.attr("href");if(aq&&aq.substr(0,1)=="#"&&aq.length>1){setTimeout(function(){ai(aq,!c.animateToInternalLinks)},a.browser.safari?100:0)}}})}function C(aq){a(document).bind("mousemove.jScrollPaneDragging",y);a(document).bind("mouseup.jScrollPaneDragging",o)}var N;var h;function L(){direction=N<0?-1:1;u[0].scrollBy(N/2)}function l(){if(h){clearInterval(h);h=undefined}}function y(at){var au=u.parent().offset().top;var aq=au+ap;var ar=H(at,"Y");N=ar<au?ar-au:(ar>aq?ar-aq:0);if(N==0){l()}else{if(!h){h=setInterval(L,100)}}}function o(aq){a(document).unbind("mousemove.jScrollPaneDragging").unbind("mouseup.jScrollPaneDragging");l()}k.bind("mousedown.jScrollPane",C);a.jScrollPane.active.push(u[0])}else{u.css({height:ap+"px",width:M-this.originalSidePaddingTotal+"px",padding:this.originalPadding});u[0].scrollTo=u[0].scrollBy=function(){};u.parent().unbind("mousewheel").unbind("mousedown.jScrollPane").unbind("keydown.jscrollpane").unbind("keyup.jscrollpane")}})};a.fn.jScrollPaneRemove=function(){a(this).each(function(){$this=a(this);var b=$this.parent();if(b.is(".jScrollPaneContainer")){$this.css({top:"",height:"",width:"",padding:"",overflow:"",position:""});$this.attr("style",$this.data("originalStyleTag"));b.after($this).remove()}})};a.fn.jScrollPane.defaults={scrollbarWidth:10,scrollbarMargin:5,wheelSpeed:18,showArrows:false,arrowSize:0,animateTo:false,dragMinHeight:1,dragMaxHeight:99999,animateInterval:100,animateStep:3,maintainPosition:true,scrollbarOnLeft:false,reinitialiseOnImageLoad:false,tabIndex:0,enableKeyboardNavigation:true,animateToInternalLinks:false,topCapHeight:0,bottomCapHeight:0,observeHash:true};a(window).bind("unload",function(){var c=a.jScrollPane.active;for(var b=0;b<c.length;b++){c[b].scrollTo=c[b].scrollBy=null}})})(jQuery);(function(){var g=null;var c="core";var d;var e=document.getElementsByTagName("script");for(var h=0;h<e.length;h++){var k=e[h].src.replace(/%20/g,"").match(/^(.*?)mxn\.js(\?\(\[?(.*?)\]?\))?$/);if(k!==null){d=k[1];if(k[3]){var b=k[3].split(",[");g=b[0].replace("]","");if(b[1]){c+=","+b[1]}}break}}if(g===null||g=="none"){return}g=g.replace(/ /g,"").split(",");c=c.replace(/ /g,"").split(",");var l='<script type="text/javascript" src="'+d+"mxn.";var m='.js"><\/script>';var a=[];for(h=0;h<c.length;h++){a.push(l+c[h]+m);for(var f=0;f<g.length;f++){a.push(l+g[f]+"."+c[h]+m)}}document.write(a.join(""))})();(function(){var c={};var b=function(i,h,g,e,f){if(!d(i,h,g)){throw"Method "+g+" of object "+h+" is not supported by API "+i+". Are you missing a script tag?"}if(typeof(c[i][h].deferrable)!="undefined"&&c[i][h].deferrable[g]===true){a.deferUntilLoaded.call(e,function(){return c[i][h][g].apply(e,f)})}else{return c[i][h][g].apply(e,f)}};var d=function(g,f,e){if(typeof(c[g])=="undefined"){throw"API "+g+" not loaded. Are you missing a script tag?"}if(typeof(c[g][f])=="undefined"){throw"Object definition "+f+" in API "+g+" not loaded. Are you missing a script tag?"}return typeof(c[g][f][e])=="function"};var a=window.mxn={register:function(f,e){if(!c.hasOwnProperty(f)){c[f]={}}a.util.merge(c[f],e)},addProxyMethods:function(g,k,f){for(var e=0;e<k.length;e++){var h=k[e];if(f){g.prototype[h]=new Function("return this.invoker.go('"+h+"', arguments, { overrideApi: true } );")}else{g.prototype[h]=new Function("return this.invoker.go('"+h+"', arguments);")}}},checkLoad:function(f){if(this.loaded[this.api]===false){var e=this;this.onload[this.api].push(function(){f.callee.apply(e,f)});return true}return false},deferUntilLoaded:function(e){if(this.loaded[this.api]===false){var f=this;this.onload[this.api].push(e)}else{e.call(this)}},addEvents:function(f,h){for(var e=0;e<h.length;e++){var g=h[e];if(g in f){throw"Event or method "+g+" already declared."}f[g]=new a.Event(g,f)}}};a.Event=function(g,f){var e=[];if(!g){throw"Event name must be provided"}this.addHandler=function(i,h){e.push({context:h,handler:i})};this.removeHandler=function(l,h){for(var k=0;k<e.length;k++){if(e[k].handler==l&&e[k].context==h){e.splice(k,1)}}};this.removeAllHandlers=function(){e=[]};this.fire=function(l){var h=[g,f,l];for(var k=0;k<e.length;k++){e[k].handler.apply(e[k].context,h)}}};a.Invoker=function(g,h,l){var k=g;var f=h;var e=l;var i={overrideApi:false,context:null,fallback:null};this.go=function(q,n,m){n=Array.prototype.slice.apply(n);if(typeof(m)=="undefined"){m=i}var o;if(m.overrideApi){o=n.shift()}else{o=e.apply(k)}if(typeof(o)!="string"){throw"API ID not available."}if(typeof(m.context)!="undefined"&&m.context!==null){n.push(m.context)}if(typeof(m.fallback)=="function"&&!d(o,f,q)){return m.fallback.apply(k,n)}else{return b(o,f,q,k,n)}}};a.util={merge:function(g,e){for(var f in e){if(e.hasOwnProperty(f)){if(!g.hasOwnProperty(f)){g[f]=e[f]}else{a.util.merge(g[f],e[f])}}}},$m:function(){var g=[];for(var f=0;f<arguments.length;f++){var e=arguments[f];if(typeof(e)=="string"){e=document.getElementById(e)}if(arguments.length==1){return e}g.push(e)}return g},loadScript:function(i,k){var f=document.createElement("script");f.type="text/javascript";f.src=i;if(k){if(f.addEventListener){f.addEventListener("load",k,true)}else{if(f.attachEvent){var e=false;f.attachEvent("onreadystatechange",function(){if(!e&&document.readyState==="complete"){e=true;k()}})}}}var g=document.getElementsByTagName("head")[0];g.appendChild(f);return},convertLatLonXY_Yahoo:function(e,m){var h=1<<(26-m);var k=h/360;var l=h/(2*Math.PI);var g=new YCoordPoint(h/2,h/2);var i=new YCoordPoint();i.x=Math.floor(g.x+e.lon*k);var f=Math.sin(e.lat*Math.PI/180);i.y=Math.floor(g.y+0.5*Math.log((1+f)/(1-f))*-l);return i},loadStyle:function(e){var f=document.createElement("link");f.type="text/css";f.rel="stylesheet";f.href=e;document.getElementsByTagName("head")[0].appendChild(f);return},getStyle:function(e,g){var f;if(e.currentStyle){f=e.currentStyle[g]}else{if(window.getComputedStyle){f=window.getComputedStyle(e,"").getPropertyValue(g)}}return f},lonToMetres:function(f,e){return f*(111200*Math.cos(e*(Math.PI/180)))},metresToLon:function(e,f){return e/(111200*Math.cos(f*(Math.PI/180)))},KMToMiles:function(e){return e/1.609344},milesToKM:function(e){return e*1.609344},getDegreesFromGoogleZoomLevel:function(f,e){return(360*f)/(Math.pow(2,e+8))},getGoogleZoomLevelFromDegrees:function(f,e){return a.util.logN((360*f)/e,2)-8},logN:function(e,f){return Math.log(e)/Math.log(f)},getAvailableProviders:function(){var f=[];for(var e in c){if(c.hasOwnProperty(e)){f.push(e)}}return f},stringFormat:function(g){var f=/\{\d+\}/g;var e=Array.slice.apply(arguments);e.shift();return g.replace(f,function(i){var h=i.slice(1,-1);return e[h]})}};a.util.Color=function(){if(arguments.length==3){this.red=arguments[0];this.green=arguments[1];this.blue=arguments[2]}else{if(arguments.length==1){this.setHexColor(arguments[0])}}};a.util.Color.prototype.reHex=/^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$/;a.util.Color.prototype.setHexColor=function(f){var e=f.match(this.reHex);if(e){f=e[1]}else{throw"Invalid HEX color format, expected #000, 000, #000000 or 000000"}if(f.length==3){f=f.replace(/\w/g,function(g){return g.concat(g)})}this.red=parseInt(f.substr(0,2),16);this.green=parseInt(f.substr(2,2),16);this.blue=parseInt(f.substr(4,2),16)};a.util.Color.prototype.getHexColor=function(){var f=this.blue|(this.green<<8)|(this.red<<16);var e=f.toString(16).toUpperCase();if(e.length<6){e="0"+e}return"#"+e}})();(function(){var $m=mxn.util.$m;var init=function(){this.invoker.go("init",[this.currentElement,this.api]);this.applyOptions()};var Mapstraction=mxn.Mapstraction=function(element,api,debug){if(!api){api=mxn.util.getAvailableProviders()[0]}this.api=api;this.maps={};this.currentElement=$m(element);this.eventListeners=[];this.markers=[];this.layers=[];this.polylines=[];this.images=[];this.controls=[];this.loaded={};this.onload={};this.onload[api]=[];this.element=element;this.options={enableScrollWheelZoom:false,enableDragging:true};this.addControlsArgs={};this.invoker=new mxn.Invoker(this,"Mapstraction",function(){return this.api});mxn.addEvents(this,["load","click","endPan","changeZoom","markerAdded","markerRemoved","polylineAdded","polylineRemoved"]);init.apply(this)};Mapstraction.ROAD=1;Mapstraction.SATELLITE=2;Mapstraction.HYBRID=3;mxn.addProxyMethods(Mapstraction,["addLargeControls","addMapTypeControls","addOverlay","addSmallControls","applyOptions","getBounds","getCenter","getMapType","getPixelRatio","getZoom","getZoomLevelForBoundingBox","mousePosition","resizeTo","setBounds","setCenter","setCenterAndZoom","setMapType","setZoom","toggleTileLayer"]);Mapstraction.prototype.setOptions=function(oOpts){mxn.util.merge(this.options,oOpts);this.applyOptions()};Mapstraction.prototype.setOption=function(sOptName,vVal){this.options[sOptName]=vVal;this.applyOptions()};Mapstraction.prototype.enableScrollWheelZoom=function(){this.setOption("enableScrollWheelZoom",true)};Mapstraction.prototype.dragging=function(on){this.setOption("enableDragging",on)};Mapstraction.prototype.swap=function(element,api){if(this.api===api){return}var center=this.getCenter();var zoom=this.getZoom();this.currentElement.style.visibility="hidden";this.currentElement.style.display="none";this.currentElement=$m(element);this.currentElement.style.visibility="visible";this.currentElement.style.display="block";this.api=api;this.onload[api]=[];if(this.maps[this.api]===undefined){init.apply(this);for(var i=0;i<this.markers.length;i++){this.addMarker(this.markers[i],true)}for(var j=0;j<this.polylines.length;j++){this.addPolyline(this.polylines[j],true)}this.setCenterAndZoom(center,zoom)}else{this.setCenterAndZoom(center,zoom)}this.addControls(this.addControlsArgs)};Mapstraction.prototype.isLoaded=function(api){if(api===null){api=this.api}return this.loaded[api]};Mapstraction.prototype.setDebug=function(debug){if(debug!==null){this.debug=debug}return this.debug};Mapstraction.prototype.setDefer=function(deferred){this.loaded[this.api]=!deferred};Mapstraction.prototype.runDeferred=function(){while(this.onload[this.api].length>0){this.onload[this.api].shift().apply(this)}};Mapstraction.prototype.clickHandler=function(lat,lon,me){this.callEventListeners("click",{location:new LatLonPoint(lat,lon)})};Mapstraction.prototype.moveendHandler=function(me){this.callEventListeners("moveend",{})};Mapstraction.prototype.addEventListener=function(){var listener={};listener.event_type=arguments[0];listener.callback_function=arguments[1];if(arguments.length==3){listener.back_compat_mode=false;listener.callback_object=arguments[2]}else{listener.back_compat_mode=true;listener.callback_object=null}this.eventListeners.push(listener)};Mapstraction.prototype.callEventListeners=function(sEventType,oEventArgs){oEventArgs.source=this;for(var i=0;i<this.eventListeners.length;i++){var evLi=this.eventListeners[i];if(evLi.event_type==sEventType){if(evLi.back_compat_mode){if(evLi.event_type=="click"){evLi.callback_function(oEventArgs.location)}else{evLi.callback_function()}}else{var scope=evLi.callback_object||this;evLi.callback_function.call(scope,oEventArgs)}}}};Mapstraction.prototype.addControls=function(args){this.addControlsArgs=args;this.invoker.go("addControls",arguments)};Mapstraction.prototype.addMarker=function(marker,old){marker.mapstraction=this;marker.api=this.api;marker.location.api=this.api;marker.map=this.maps[this.api];var propMarker=this.invoker.go("addMarker",arguments);marker.setChild(propMarker);if(!old){this.markers.push(marker)}this.markerAdded.fire({marker:marker})};Mapstraction.prototype.addMarkerWithData=function(marker,data){marker.addData(data);this.addMarker(marker)};Mapstraction.prototype.addPolylineWithData=function(polyline,data){polyline.addData(data);this.addPolyline(polyline)};Mapstraction.prototype.removeMarker=function(marker){var current_marker;for(var i=0;i<this.markers.length;i++){current_marker=this.markers[i];if(marker==current_marker){this.invoker.go("removeMarker",arguments);marker.onmap=false;this.markers.splice(i,1);this.markerRemoved.fire({marker:marker});break}}};Mapstraction.prototype.removeAllMarkers=function(){var current_marker;while(this.markers.length>0){current_marker=this.markers.pop();this.invoker.go("removeMarker",[current_marker])}};Mapstraction.prototype.declutterMarkers=function(opts){if(this.loaded[this.api]===false){var me=this;this.onload[this.api].push(function(){me.declutterMarkers(opts)});return}var map=this.maps[this.api];switch(this.api){case"multimap":map.declutterGroup(opts.groupName);break;case"  dummy":break;default:if(this.debug){alert(this.api+" not supported by Mapstraction.declutterMarkers")}}};Mapstraction.prototype.addPolyline=function(polyline,old){polyline.api=this.api;polyline.map=this.maps[this.api];var propPoly=this.invoker.go("addPolyline",arguments);polyline.setChild(propPoly);if(!old){this.polylines.push(polyline)}this.polylineAdded.fire({polyline:polyline})};var removePolylineImpl=function(polyline){this.invoker.go("removePolyline",arguments);polyline.onmap=false;this.polylineRemoved.fire({polyline:polyline})};Mapstraction.prototype.removePolyline=function(polyline){var current_polyline;for(var i=0;i<this.polylines.length;i++){current_polyline=this.polylines[i];if(polyline==current_polyline){this.polylines.splice(i,1);removePolylineImpl.call(this,polyline);break}}};Mapstraction.prototype.removeAllPolylines=function(){var current_polyline;while(this.polylines.length>0){current_polyline=this.polylines.pop();removePolylineImpl.call(this,current_polyline)}};Mapstraction.prototype.autoCenterAndZoom=function(){var lat_max=-90;var lat_min=90;var lon_max=-180;var lon_min=180;var lat,lon;var checkMinMax=function(){if(lat>lat_max){lat_max=lat}if(lat<lat_min){lat_min=lat}if(lon>lon_max){lon_max=lon}if(lon<lon_min){lon_min=lon}};for(var i=0;i<this.markers.length;i++){lat=this.markers[i].location.lat;lon=this.markers[i].location.lon;checkMinMax()}for(i=0;i<this.polylines.length;i++){for(var j=0;j<this.polylines[i].points.length;j++){lat=this.polylines[i].points[j].lat;lon=this.polylines[i].points[j].lon;checkMinMax()}}this.setBounds(new BoundingBox(lat_min,lon_min,lat_max,lon_max))};Mapstraction.prototype.centerAndZoomOnPoints=function(points){var bounds=new BoundingBox(points[0].lat,points[0].lon,points[0].lat,points[0].lon);for(var i=1,len=points.length;i<len;i++){bounds.extend(points[i])}this.setBounds(bounds)};Mapstraction.prototype.visibleCenterAndZoom=function(){var lat_max=-90;var lat_min=90;var lon_max=-180;var lon_min=180;var lat,lon;var checkMinMax=function(){if(lat>lat_max){lat_max=lat}if(lat<lat_min){lat_min=lat}if(lon>lon_max){lon_max=lon}if(lon<lon_min){lon_min=lon}};for(var i=0;i<this.markers.length;i++){var visibleAttr=this.markers[i].getAttribute("visible");if((typeof(visibleAttr)=="undefined"||visibleAttr)&&this.markers[i].isVisible()){lat=this.markers[i].location.lat;lon=this.markers[i].location.lon;checkMinMax()}}for(i=0;i<this.polylines.length;i++){if(this.polylines[i].getAttribute("visible")){for(j=0;j<this.polylines[i].points.length;j++){lat=this.polylines[i].points[j].lat;lon=this.polylines[i].points[j].lon;checkMinMax()}}}this.setBounds(new BoundingBox(lat_min,lon_min,lat_max,lon_max))};Mapstraction.prototype.polylineCenterAndZoom=function(radius){var lat_max=-90;var lat_min=90;var lon_max=-180;var lon_min=180;for(var i=0;i<mapstraction.polylines.length;i++){for(var j=0;j<mapstraction.polylines[i].points.length;j++){lat=mapstraction.polylines[i].points[j].lat;lon=mapstraction.polylines[i].points[j].lon;latConv=lonConv=radius;if(radius>0){latConv=(radius/mapstraction.polylines[i].points[j].latConv());lonConv=(radius/mapstraction.polylines[i].points[j].lonConv())}if((lat+latConv)>lat_max){lat_max=(lat+latConv)}if((lat-latConv)<lat_min){lat_min=(lat-latConv)}if((lon+lonConv)>lon_max){lon_max=(lon+lonConv)}if((lon-lonConv)<lon_min){lon_min=(lon-lonConv)}}}this.setBounds(new BoundingBox(lat_min,lon_min,lat_max,lon_max))};Mapstraction.prototype.addImageOverlay=function(id,src,opacity,west,south,east,north){var b=document.createElement("img");b.style.display="block";b.setAttribute("id",id);b.setAttribute("src",src);b.style.position="absolute";b.style.zIndex=1;b.setAttribute("west",west);b.setAttribute("south",south);b.setAttribute("east",east);b.setAttribute("north",north);var oContext={imgElm:b};this.invoker.go("addImageOverlay",arguments,{context:oContext})};Mapstraction.prototype.setImageOpacity=function(id,opacity){if(opacity<0){opacity=0}if(opacity>=100){opacity=100}var c=opacity/100;var d=document.getElementById(id);if(typeof(d.style.filter)=="string"){d.style.filter="alpha(opacity:"+opacity+")"}if(typeof(d.style.KHTMLOpacity)=="string"){d.style.KHTMLOpacity=c}if(typeof(d.style.MozOpacity)=="string"){d.style.MozOpacity=c}if(typeof(d.style.opacity)=="string"){d.style.opacity=c}};Mapstraction.prototype.setImagePosition=function(id){var imgElement=document.getElementById(id);var oContext={latLng:{top:imgElement.getAttribute("north"),left:imgElement.getAttribute("west"),bottom:imgElement.getAttribute("south"),right:imgElement.getAttribute("east")},pixels:{top:0,right:0,bottom:0,left:0}};this.invoker.go("setImagePosition",arguments,{context:oContext});imgElement.style.top=oContext.pixels.top.toString()+"px";imgElement.style.left=oContext.pixels.left.toString()+"px";imgElement.style.width=(oContext.pixels.right-oContext.pixels.left).toString()+"px";imgElement.style.height=(oContext.pixels.bottom-oContext.pixels.top).toString()+"px"};Mapstraction.prototype.addJSON=function(json){var features;if(typeof(json)=="string"){features=eval("("+json+")")}else{features=json}features=features.features;var map=this.maps[this.api];var html="";var item;var polyline;var marker;var markers=[];if(features.type=="FeatureCollection"){this.addJSON(features.features)}for(var i=0;i<features.length;i++){item=features[i];switch(item.geometry.type){case"Point":html="<strong>"+item.title+"</strong><p>"+item.description+"</p>";marker=new Marker(new LatLonPoint(item.geometry.coordinates[1],item.geometry.coordinates[0]));markers.push(marker);this.addMarkerWithData(marker,{infoBubble:html,label:item.title,date:'new Date("'+item.date+'")',iconShadow:item.icon_shadow,marker:item.id,iconShadowSize:item.icon_shadow_size,icon:"http://boston.openguides.org/markers/AQUA.png",iconSize:item.icon_size,category:item.source_id,draggable:false,hover:false});break;case"Polygon":var points=[];polyline=new Polyline(points);mapstraction.addPolylineWithData(polyline,{fillColor:item.poly_color,date:'new Date("'+item.date+'")',category:item.source_id,width:item.line_width,opacity:item.line_opacity,color:item.line_color,polygon:true});markers.push(polyline);break;default:}}return markers};Mapstraction.prototype.addTileLayer=function(tile_url,opacity,copyright_text,min_zoom,max_zoom,map_type){if(!tile_url){return}this.tileLayers=this.tileLayers||[];opacity=opacity||0.6;copyright_text=copyright_text||"Mapstraction";min_zoom=min_zoom||1;max_zoom=max_zoom||18;map_type=map_type||false;return this.invoker.go("addTileLayer",[tile_url,opacity,copyright_text,min_zoom,max_zoom,map_type])};Mapstraction.prototype.addFilter=function(field,operator,value){if(!this.filters){this.filters=[]}this.filters.push([field,operator,value])};Mapstraction.prototype.removeFilter=function(field,operator,value){if(!this.filters){return}var del;for(var f=0;f<this.filters.length;f++){if(this.filters[f][0]==field&&(!operator||(this.filters[f][1]==operator&&this.filters[f][2]==value))){this.filters.splice(f,1);f--}}};Mapstraction.prototype.toggleFilter=function(field,operator,value){if(!this.filters){this.filters=[]}var found=false;for(var f=0;f<this.filters.length;f++){if(this.filters[f][0]==field&&this.filters[f][1]==operator&&this.filters[f][2]==value){this.filters.splice(f,1);f--;found=true}}if(!found){this.addFilter(field,operator,value)}};Mapstraction.prototype.removeAllFilters=function(){this.filters=[]};Mapstraction.prototype.doFilter=function(showCallback,hideCallback){var map=this.maps[this.api];var visibleCount=0;var f;if(this.filters){switch(this.api){case"multimap":var mmfilters=[];for(f=0;f<this.filters.length;f++){mmfilters.push(new MMSearchFilter(this.filters[f][0],this.filters[f][1],this.filters[f][2]))}map.setMarkerFilters(mmfilters);map.redrawMap();break;case"  dummy":break;default:var vis;for(var m=0;m<this.markers.length;m++){vis=true;for(f=0;f<this.filters.length;f++){if(!this.applyFilter(this.markers[m],this.filters[f])){vis=false}}if(vis){visibleCount++;if(showCallback){showCallback(this.markers[m])}else{this.markers[m].show()}}else{if(hideCallback){hideCallback(this.markers[m])}else{this.markers[m].hide()}}this.markers[m].setAttribute("visible",vis)}break}}return visibleCount};Mapstraction.prototype.applyFilter=function(o,f){var vis=true;switch(f[1]){case"ge":if(o.getAttribute(f[0])<f[2]){vis=false}break;case"le":if(o.getAttribute(f[0])>f[2]){vis=false}break;case"eq":if(o.getAttribute(f[0])==f[2]){vis=false}break}return vis};Mapstraction.prototype.getAttributeExtremes=function(field){var min;var max;for(var m=0;m<this.markers.length;m++){if(!min||min>this.markers[m].getAttribute(field)){min=this.markers[m].getAttribute(field)}if(!max||max<this.markers[m].getAttribute(field)){max=this.markers[m].getAttribute(field)}}for(var p=0;m<this.polylines.length;m++){if(!min||min>this.polylines[p].getAttribute(field)){min=this.polylines[p].getAttribute(field)}if(!max||max<this.polylines[p].getAttribute(field)){max=this.polylines[p].getAttribute(field)}}return[min,max]};Mapstraction.prototype.getMap=function(){return this.maps[this.api]};var LatLonPoint=mxn.LatLonPoint=function(lat,lon){this.lat=lat;this.lon=lon;this.lng=lon;this.invoker=new mxn.Invoker(this,"LatLonPoint")};mxn.addProxyMethods(LatLonPoint,["fromProprietary","toProprietary"],true);LatLonPoint.prototype.toString=function(){return this.lat+", "+this.lon};LatLonPoint.prototype.distance=function(otherPoint){var rads=Math.PI/180;var diffLat=(this.lat-otherPoint.lat)*rads;var diffLon=(this.lon-otherPoint.lon)*rads;var a=Math.sin(diffLat/2)*Math.sin(diffLat/2)+Math.cos(this.lat*rads)*Math.cos(otherPoint.lat*rads)*Math.sin(diffLon/2)*Math.sin(diffLon/2);return 2*Math.atan2(Math.sqrt(a),Math.sqrt(1-a))*6371};LatLonPoint.prototype.equals=function(otherPoint){return this.lat==otherPoint.lat&&this.lon==otherPoint.lon};LatLonPoint.prototype.latConv=function(){return this.distance(new LatLonPoint(this.lat+0.1,this.lon))*10};LatLonPoint.prototype.lonConv=function(){return this.distance(new LatLonPoint(this.lat,this.lon+0.1))*10};var BoundingBox=mxn.BoundingBox=function(swlat,swlon,nelat,nelon){this.sw=new LatLonPoint(swlat,swlon);this.ne=new LatLonPoint(nelat,nelon)};BoundingBox.prototype.getSouthWest=function(){return this.sw};BoundingBox.prototype.getNorthEast=function(){return this.ne};BoundingBox.prototype.isEmpty=function(){return this.ne==this.sw};BoundingBox.prototype.contains=function(point){return point.lat>=this.sw.lat&&point.lat<=this.ne.lat&&point.lon>=this.sw.lon&&point.lon<=this.ne.lon};BoundingBox.prototype.toSpan=function(){return new LatLonPoint(Math.abs(this.sw.lat-this.ne.lat),Math.abs(this.sw.lon-this.ne.lon))};BoundingBox.prototype.extend=function(point){if(this.sw.lat>point.lat){this.sw.lat=point.lat}if(this.sw.lon>point.lon){this.sw.lon=point.lon}if(this.ne.lat<point.lat){this.ne.lat=point.lat}if(this.ne.lon<point.lon){this.ne.lon=point.lon}return};var Marker=mxn.Marker=function(point){this.api=null;this.location=point;this.onmap=false;this.proprietary_marker=false;this.attributes=[];this.invoker=new mxn.Invoker(this,"Marker",function(){return this.api});mxn.addEvents(this,["openInfoBubble","closeInfoBubble","click"])};mxn.addProxyMethods(Marker,["fromProprietary","hide","isVisible","openBubble","show","toProprietary","update"]);Marker.prototype.setChild=function(some_proprietary_marker){this.proprietary_marker=some_proprietary_marker;some_proprietary_marker.mapstraction_marker=this;this.onmap=true};Marker.prototype.setLabel=function(labelText){this.labelText=labelText};Marker.prototype.addData=function(options){for(var sOptKey in options){if(options.hasOwnProperty(sOptKey)){switch(sOptKey){case"label":this.setLabel(options.label);break;case"infoBubble":this.setInfoBubble(options.infoBubble);break;case"icon":if(options.iconSize&&options.iconAnchor){this.setIcon(options.icon,options.iconSize,options.iconAnchor)}else{if(options.iconSize){this.setIcon(options.icon,options.iconSize)}else{this.setIcon(options.icon)}}break;case"iconShadow":if(options.iconShadowSize){this.setShadowIcon(options.iconShadow,[options.iconShadowSize[0],options.iconShadowSize[1]])}else{this.setIcon(options.iconShadow)}break;case"infoDiv":this.setInfoDiv(options.infoDiv[0],options.infoDiv[1]);break;case"draggable":this.setDraggable(options.draggable);break;case"hover":this.setHover(options.hover);this.setHoverIcon(options.hoverIcon);break;case"hoverIcon":this.setHoverIcon(options.hoverIcon);break;case"openBubble":this.openBubble();break;case"groupName":this.setGroupName(options.groupName);break;default:this.setAttribute(sOptKey,options[sOptKey]);break}}}};Marker.prototype.setInfoBubble=function(infoBubble){this.infoBubble=infoBubble};Marker.prototype.setInfoDiv=function(infoDiv,div){this.infoDiv=infoDiv;this.div=div};Marker.prototype.setIcon=function(iconUrl,iconSize,iconAnchor){this.iconUrl=iconUrl;if(iconSize){this.iconSize=iconSize}if(iconAnchor){this.iconAnchor=iconAnchor}};Marker.prototype.setIconSize=function(iconSize){if(iconSize){this.iconSize=iconSize}};Marker.prototype.setIconAnchor=function(iconAnchor){if(iconAnchor){this.iconAnchor=iconAnchor}};Marker.prototype.setShadowIcon=function(iconShadowUrl,iconShadowSize){this.iconShadowUrl=iconShadowUrl;if(iconShadowSize){this.iconShadowSize=iconShadowSize}};Marker.prototype.setHoverIcon=function(hoverIconUrl){this.hoverIconUrl=hoverIconUrl};Marker.prototype.setDraggable=function(draggable){this.draggable=draggable};Marker.prototype.setHover=function(hover){this.hover=hover};Marker.prototype.setGroupName=function(sGrpName){this.groupName=sGrpName};Marker.prototype.setAttribute=function(key,value){this.attributes[key]=value};Marker.prototype.getAttribute=function(key){return this.attributes[key]};var Polyline=mxn.Polyline=function(points){this.api=null;this.points=points;this.attributes=[];this.onmap=false;this.proprietary_polyline=false;this.pllID="mspll-"+new Date().getTime()+"-"+(Math.floor(Math.random()*Math.pow(2,16)));this.invoker=new mxn.Invoker(this,"Polyline",function(){return this.api})};mxn.addProxyMethods(Polyline,["fromProprietary","hide","show","toProprietary","update"]);Polyline.prototype.addData=function(options){for(var sOpt in options){if(options.hasOwnProperty(sOpt)){switch(sOpt){case"color":this.setColor(options.color);break;case"width":this.setWidth(options.width);break;case"opacity":this.setOpacity(options.opacity);break;case"closed":this.setClosed(options.closed);break;case"fillColor":this.setFillColor(options.fillColor);break;default:this.setAttribute(sOpt,options[sOpt]);break}}}};Polyline.prototype.setChild=function(some_proprietary_polyline){this.proprietary_polyline=some_proprietary_polyline;this.onmap=true};Polyline.prototype.setColor=function(color){this.color=(color.length==7&&color[0]=="#")?color.toUpperCase():color};Polyline.prototype.setWidth=function(width){this.width=width};Polyline.prototype.setOpacity=function(opacity){this.opacity=opacity};Polyline.prototype.setClosed=function(bClosed){this.closed=bClosed};Polyline.prototype.setFillColor=function(sFillColor){this.fillColor=sFillColor};Polyline.prototype.setAttribute=function(key,value){this.attributes[key]=value};Polyline.prototype.getAttribute=function(key){return this.attributes[key]};Polyline.prototype.simplify=function(tolerance){var reduced=[];reduced[0]=this.points[0];var markerPoint=0;for(var i=1;i<this.points.length-1;i++){if(this.points[i].distance(this.points[markerPoint])>=tolerance){reduced[reduced.length]=this.points[i];markerPoint=i}}reduced[reduced.length]=this.points[this.points.length-1];this.points=reduced};var Radius=mxn.Radius=function(center,quality){this.center=center;var latConv=center.latConv();var lonConv=center.lonConv();var rad=Math.PI/180;this.calcs=[];for(var i=0;i<360;i+=quality){this.calcs.push([Math.cos(i*rad)/latConv,Math.sin(i*rad)/lonConv])}};Radius.prototype.getPolyline=function(radius,color){var points=[];for(var i=0;i<this.calcs.length;i++){var point=new LatLonPoint(this.center.lat+(radius*this.calcs[i][0]),this.center.lon+(radius*this.calcs[i][1]));points.push(point)}points.push(points[0]);var line=new Polyline(points);line.setColor(color);return line}})();mxn.register("yahoo",{Mapstraction:{init:function(a,b){var c=this;if(YMap){this.maps[b]=new YMap(a);YEvent.Capture(this.maps[b],EventsList.MouseClick,function(e,d){c.clickHandler(d.Lat,d.Lon,d,c);c.click.fire({location:new mxn.LatLonPoint(d.Lat,d.Lon)})});YEvent.Capture(this.maps[b],EventsList.changeZoom,function(){c.moveendHandler(c);c.changeZoom.fire()});YEvent.Capture(this.maps[b],EventsList.endPan,function(){c.moveendHandler(c);c.endPan.fire()});YEvent.Capture(this.maps[b],EventsList.endAutoPan,function(){c.endPan.fire()});this.loaded[b]=true;c.load.fire()}else{alert(b+" map script not imported")}},applyOptions:function(){},resizeTo:function(b,a){this.maps[this.api].resizeTo(new YSize(b,a))},addControls:function(a){var b=this.maps[this.api];if(a.pan){b.addPanControl()}else{b.addPanControl();b.removePanControl()}if(a.zoom=="large"){b.addZoomLong()}else{if(a.zoom=="small"){b.addZoomShort()}else{b.removeZoomScale()}}},addSmallControls:function(){var a=this.maps[this.api];a.addPanControl();a.addZoomShort();this.addControlsArgs.pan=true;this.addControlsArgs.zoom="small"},addLargeControls:function(){var a=this.maps[this.api];a.addPanControl();a.addZoomLong();this.addControlsArgs.pan=true;this.addControlsArgs.zoom="large"},addMapTypeControls:function(){var a=this.maps[this.api];a.addTypeControl()},dragging:function(a){var b=this.maps[this.api];if(a){b.enableDragMap()}else{b.disableDragMap()}},setCenterAndZoom:function(a,c){var e=this.maps[this.api];var d=a.toProprietary(this.api);var b=18-c;e.drawZoomAndCenter(d,b)},addMarker:function(b,a){var d=this.maps[this.api];var c=b.toProprietary(this.api);d.addOverlay(c);YEvent.Capture(c,EventsList.MouseClick,function(){b.click.fire()});YEvent.Capture(c,EventsList.openSmartWindow,function(){b.openInfoBubble.fire()});YEvent.Capture(c,EventsList.closeSmartWindow,function(){b.closeInfoBubble.fire()});return c},removeMarker:function(a){var b=this.maps[this.api];b.removeOverlay(a.proprietary_marker)},removeAllMarkers:function(){var a=this.maps[this.api];a.removeMarkersAll()},declutterMarkers:function(a){throw"Not implemented"},addPolyline:function(b,a){var d=this.maps[this.api];var c=b.toProprietary(this.api);d.addOverlay(c);return c},removePolyline:function(a){var b=this.maps[this.api];b.removeOverlay(a.proprietary_polyline)},getCenter:function(){var c=this.maps[this.api];var b=c.getCenterLatLon();var a=new mxn.LatLonPoint(b.Lat,b.Lon);return a},setCenter:function(a,b){var d=this.maps[this.api];var c=a.toProprietary(this.api);d.panToLatLon(c)},setZoom:function(b){var c=this.maps[this.api];var a=18-b;c.setZoomLevel(a)},getZoom:function(){var a=this.maps[this.api];return 18-a.getZoomLevel()},getZoomLevelForBoundingBox:function(a){throw"Not implemented"},setMapType:function(a){var b=this.maps[this.api];switch(a){case mxn.Mapstraction.ROAD:b.setMapType(YAHOO_MAP_REG);break;case mxn.Mapstraction.SATELLITE:b.setMapType(YAHOO_MAP_SAT);break;case mxn.Mapstraction.HYBRID:b.setMapType(YAHOO_MAP_HYB);break;default:b.setMapType(YAHOO_MAP_REG)}},getMapType:function(){var b=this.maps[this.api];var a=b.getCurrentMapType();switch(a){case YAHOO_MAP_REG:return mxn.Mapstraction.ROAD;case YAHOO_MAP_SAT:return mxn.Mapstraction.SATELLITE;case YAHOO_MAP_HYB:return mxn.Mapstraction.HYBRID;default:return null}},getBounds:function(){var b=this.maps[this.api];var a=b.getBoundsLatLon();return new mxn.BoundingBox(a.LatMin,a.LonMin,a.LatMax,a.LonMax)},setBounds:function(a){var c=this.maps[this.api];var h=a.getSouthWest();var e=a.getNorthEast();if(h.lon>e.lon){h.lon-=360}var b=new YGeoPoint((h.lat+e.lat)/2,(e.lon+h.lon)/2);var d=c.getContainerSize();for(var i=1;i<=17;i++){var f=mxn.util.convertLatLonXY_Yahoo(h,i);var g=mxn.util.convertLatLonXY_Yahoo(e,i);if(f.x>g.x){f.x-=(1<<(26-i))}if(Math.abs(g.x-f.x)<=d.width&&Math.abs(g.y-f.y)<=d.height){c.drawZoomAndCenter(b,i);break}}},addImageOverlay:function(h,g,b,a,e,d,f,c){throw"Not implemented"},setImagePosition:function(a){throw"Not implemented"},addOverlay:function(a,b){var c=this.maps[this.api];c.addOverlay(new YGeoRSS(a))},addTileLayer:function(e,a,b,c,d){throw"Not implemented"},toggleTileLayer:function(a){throw"Not implemented"},getPixelRatio:function(){throw"Not implemented"},mousePosition:function(a){throw"Not implemented"}},LatLonPoint:{toProprietary:function(){return new YGeoPoint(this.lat,this.lon)},fromProprietary:function(a){this.lat=a.Lat;this.lon=a.Lon}},Marker:{toProprietary:function(){var b,i;var f,g,h,a;if(this.iconSize){i=new YSize(this.iconSize[0],this.iconSize[1])}if(this.iconUrl){var d;if(this.iconSize){d=new YImage(this.iconUrl,i)}else{d=new YImage(this.iconUrl)}if(this.iconAnchor){d.offset=new YCoordPoint(this.iconAnchor[0],this.iconAnchor[1]);d.offsetSmartWindow=new YCoordPoint(-this.iconAnchor[0],this.iconAnchor[1])}b=new YMarker(this.location.toProprietary("yahoo"),d)}else{if(this.iconSize){b=new YMarker(this.location.toProprietary("yahoo"),null,i)}else{b=new YMarker(this.location.toProprietary("yahoo"))}}if(this.hoverIconUrl){var e=this.hoverIconUrl;var c=new YImage(e,i);if(this.iconAnchor){d.offset=new YCoordPoint(this.iconAnchor[0],this.iconAnchor[1]);d.offsetSmartWindow=new YCoordPoint(-this.iconAnchor[0],this.iconAnchor[1])}YEvent.Capture(b,EventsList.MouseOver,function(){b.changeImage(c)});YEvent.Capture(b,EventsList.MouseOut,function(){b.changeImage(d)})}if(this.labelText){b.addAutoExpand(this.labelText)}if(this.infoBubble){f=this.infoBubble;if(this.hover){g=EventsList.MouseOver}else{g=EventsList.MouseClick}YEvent.Capture(b,g,function(){b.openSmartWindow(f)})}if(this.infoDiv){h=this.infoDiv;a=this.div;if(this.hover){g=EventsList.MouseOver}else{g=EventsList.MouseClick}YEvent.Capture(b,g,function(){document.getElementById(a).innerHTML=h})}return b},openBubble:function(){var a=this.proprietary_marker;a.openSmartWindow(this.infoBubble)},hide:function(){this.proprietary_marker.hide()},show:function(){this.proprietary_marker.unhide()},isVisible:function(){return !this.proprietary_marker.ishidden()},update:function(){throw"Not implemented"}},Polyline:{toProprietary:function(){var d;var c=[];for(var a=0,b=this.points.length;a<b;a++){c.push(this.points[a].toProprietary("yahoo"))}d=new YPolyline(c,this.color,this.width,this.opacity);return d},show:function(){throw"Not implemented"},hide:function(){throw"Not implemented"}}});Array.prototype.all=function(a){var b=true;$(this).each(function(){if(!a(this)){b=false}return b});return b};if(!Array.prototype.forEach){Array.prototype.forEach=function(b){var a=this.length>>>0;if(typeof b!="function"){throw new TypeError()}var d=arguments[1];for(var c=0;c<a;c++){if(c in this){b.call(d,this[c],c,this)}}}}if(!Array.prototype.map){Array.prototype.map=function(b){var a=this.length>>>0;if(typeof b!="function"){throw new TypeError()}var e=new Array(a);var d=arguments[1];for(var c=0;c<a;c++){if(c in this){e[c]=b.call(d,this[c],c,this)}}return e}}if(!Array.prototype.filter){Array.prototype.filter=function(b){var a=this.length>>>0;if(typeof b!="function"){throw new TypeError()}var e=[];var d=arguments[1];for(var c=0;c<a;c++){if(c in this){var f=this[c];if(b.call(d,f,c,this)){e.push(f)}}}return e}}if(!Array.prototype.some){Array.prototype.some=function(b){var d=0,a=this.length>>>0;if(typeof b!="function"){throw new TypeError()}var c=arguments[1];for(;d<a;d++){if(d in this&&b.call(c,this[d],d,this)){return true}}return false}}if(!Array.prototype.indexOf){Array.prototype.indexOf=function(b){var a=this.length>>>0;var c=Number(arguments[1])||0;c=(c<0)?Math.ceil(c):Math.floor(c);if(c<0){c+=a}for(;c<a;c++){if(c in this&&this[c]===b){return c}}return -1}}Array.prototype.detect=function(a){for(var b=0;b<this.length;b++){if(a.call(null,this[b])){return this[b]}}return null};$(function(){$("#nav ul.topnav > li").hover(function(){$("ul.subnav",this).show()},function(){$("ul.subnav",this).hide()});$("#newsletter_receive_printed_info").change(function(){if($(this).attr("checked")==true){$("#mailing_info").show()}else{$("#mailing_info").hide()}});$("#newsletter_receive_printed_info").change()});var Cufon=(function(){var P=function(){return P.replace.apply(null,arguments)};var D=P.DOM={ready:(function(){var c=false,a={loaded:1,complete:1};var d=[],b=function(){if(c){return}c=true;for(var e;e=d.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){a[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(e){setTimeout(arguments.callee,1)}})()}K(window,"load",b);return function(e){if(!arguments.length){b()}else{c?e():d.push(e)}}})(),root:function(){return document.documentElement||document.body}};var O=P.CSS={Size:function(a,b){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/b*this.value};this.convertFrom=function(c){return c/this.value*b};this.toString=function(){return this.value+this.unit}},addClass:function(b,c){var a=b.className;b.className=a+(a&&" ")+c;return b},color:S(function(a){var b={};b.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,e,c){b.opacity=parseFloat(c);return"rgb("+e+")"});return b}),fontStretch:S(function(a){if(typeof a=="number"){return a}if(/%$/.test(a)){return parseFloat(a)/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}[a]||1}),getStyle:function(a){var b=document.defaultView;if(b&&b.getComputedStyle){return new ab(b.getComputedStyle(a,null))}if(a.currentStyle){return new ab(a.currentStyle)}return new ab(a.style)},gradient:S(function(b){var a={id:b,type:b.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},e=b.substr(b.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,f=e.length,d;c<f;++c){d=e[c].split("=",2).reverse();a.stops.push([d[1]||c/(f-1),d[0]])}return a}),quotedList:S(function(a){var b=[],c=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,d;while(d=c.exec(a)){b.push(d[3]||d[1])}return b}),recognizesMedia:S(function(a){var c=document.createElement("style"),d,e,f;c.type="text/css";c.media=a;try{c.appendChild(document.createTextNode("/**/"))}catch(b){}e=V("head")[0];e.insertBefore(c,e.firstChild);d=(c.sheet||c.styleSheet);f=d&&!d.disabled;e.removeChild(c);return f}),removeClass:function(a,b){var c=RegExp("(?:^|\\s+)"+b+"(?=\\s|$)","g");a.className=a.className.replace(c,"");return a},supports:function(a,b){var c=document.createElement("span").style;if(c[a]===undefined){return false}c[a]=b;return c[a]===b},textAlign:function(a,b,d,c){if(b.get("textAlign")=="right"){if(d>0){a=" "+a}}else{if(d<c-1){a+=" "}}return a},textShadow:S(function(b){if(b=="none"){return null}var c=[],a={},f,e=0;var d=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(f=d.exec(b)){if(f[0]==","){c.push(a);a={};e=0}else{if(f[1]){a.color=f[1]}else{a[["offX","offY","blur"][e++]]=f[2]}}}c.push(a);return c}),textTransform:(function(){var a={uppercase:function(b){return b.toUpperCase()},lowercase:function(b){return b.toLowerCase()},capitalize:function(b){return b.replace(/\b./g,function(c){return c.toUpperCase()})}};return function(b,c){var d=a[c.get("textTransform")];return d?d(b):b}})(),whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};var b=/^\s+/,c=/\s+$/;return function(d,f,e,g){if(g){if(g.nodeName.toLowerCase()=="br"){d=d.replace(b,"")}}if(a[f.get("display")]){return d}if(!e.previousSibling){d=d.replace(b,"")}if(!e.nextSibling){d=d.replace(c,"")}return d}})()};O.ready=(function(){var c=!O.recognizesMedia("all"),i=false;var a=[],f=function(){c=true;for(var k;k=a.shift();k()){}};var e=V("link"),d=V("style");function b(k){return k.disabled||g(k.sheet,k.media||"screen")}function g(r,n){if(!O.recognizesMedia(n||"all")){return true}if(!r||r.disabled){return false}try{var m=r.cssRules,o;if(m){search:for(var k=0,l=m.length;o=m[k],k<l;++k){switch(o.type){case 2:break;case 3:if(!g(o.styleSheet,o.media.mediaText)){return false}break;default:break search}}}}catch(q){}return true}function h(){if(document.createStyleSheet){return true}var k,l;for(l=0;k=e[l];++l){if(k.rel.toLowerCase()=="stylesheet"&&!b(k)){return false}}for(l=0;k=d[l];++l){if(!b(k)){return false}}return true}D.ready(function(){if(!i){i=O.getStyle(document.body).isUsable()}if(c||(i&&h())){f()}else{setTimeout(arguments.callee,10)}});return function(k){if(c){k()}else{a.push(k)}}})();function I(a){var b=this.face=a.face,c={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(b["units-per-em"],10);this.family=b["font-family"].toLowerCase();this.weight=b["font-weight"];this.style=b["font-style"]||"normal";this.viewBox=(function(){var d=b.bbox.split(/\s+/);var e={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[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(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(h,f,q){var e=this.glyphs,g,i,n,d=[],o=0,k=-1,l=-1,m;while(m=h[++k]){g=e[m]||this.missingGlyph;if(!g){continue}if(i){o-=n=i[m]||0;d[l]-=n}o+=d[++l]=~~(g.w||this.w)+f+(c[m]?q:0);i=g.k}d.total=o;return d}}function W(){var a={},b={oblique:"italic",italic:"oblique"};this.add=function(c){(a[c.style]||(a[c.style]={}))[c.weight]=c};this.get=function(f,e){var g=a[f]||a[b[f]]||a.normal||a.italic||a.oblique;if(!g){return null}e={normal:400,bold:700}[e]||parseInt(e,10);if(g[e]){return g[e]}var i={1:1,99:0}[e%100],c=[],h,k;if(i===undefined){i=e>400}if(e==500){e=400}for(var d in g){if(!R(g,d)){continue}d=parseInt(d,10);if(!h||d<h){h=d}if(!k||d>k){k=d}c.push(d)}if(e<h){e=h}if(e>k){e=k}c.sort(function(m,l){return(i?(m>=e&&l>=e)?m<l:m>l:(m<=e&&l<=e)?m>l:m<l)?-1:1});return g[c[0]]}}function J(){function b(f,e){if(f.contains){return f.contains(e)}return f.compareDocumentPosition(e)&16}function d(e){var f=e.relatedTarget;if(!f||b(this,f)){return}c(this,e.type=="mouseover")}function a(e){c(this,e.type=="mouseenter")}function c(f,e){setTimeout(function(){var g=Y.get(f).options;P.replace(f,e?U(g,g.hover):g,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){K(e,"mouseover",d);K(e,"mouseout",d)}else{K(e,"mouseenter",a);K(e,"mouseleave",a)}}}function G(){var b=[],a={};function c(d){var g=[],e;for(var f=0;e=d[f];++f){g[f]=b[a[e]]}return g}this.add=function(d,e){a[d]=b.push(e)-1};this.repeat=function(){var f=arguments.length?c(arguments):b,e;for(var d=0;e=f[d++];){P.replace(e[0],e[1],true)}}}function M(){var a={},c=0;function b(d){return d.cufid||(d.cufid=++c)}this.get=function(e){var d=b(e);return a[d]||(a[d]={})}}function ab(c){var a={},b={};this.extend=function(e){for(var d in e){if(R(e,d)){a[d]=e[d]}}return this};this.get=function(d){return a[d]!=undefined?a[d]:c[d]};this.getSize=function(d,e){return b[d]||(b[d]=new O.Size(this.get(d),e))};this.isUsable=function(){return !!c}}function K(b,c,a){if(b.addEventListener){b.addEventListener(c,a,false)}else{if(b.attachEvent){b.attachEvent("on"+c,function(){return a.call(b,window.event)})}}}function F(b,c){var a=Y.get(b);if(a.options){return b}if(c.hover&&c.hoverables[b.nodeName.toLowerCase()]){aa.attach(b)}a.options=c;return b}function S(b){var a={};return function(c){if(!R(a,c)){a[c]=b.apply(null,arguments)}return a[c]}}function Z(a,b){var e=O.quotedList(b.get("fontFamily").toLowerCase()),c;for(var d=0;c=e[d];++d){if(T[c]){return T[c].get(b.get("fontStyle"),b.get("fontWeight"))}}return null}function V(a){return document.getElementsByTagName(a)}function R(a,b){return a.hasOwnProperty(b)}function U(){var d={},e,a;for(var b=0,c=arguments.length;e=arguments[b],b<c;++b){for(a in e){if(R(e,a)){d[a]=e[a]}}}return d}function N(n,e,b,d,m,a){var g=document.createDocumentFragment(),k;if(e===""){return g}var f=d.separate;var i=e.split(L[f]),c=(f=="words");if(c&&H){if(/^\s/.test(e)){i.unshift("")}if(/\s$/.test(e)){i.push("")}}for(var h=0,l=i.length;h<l;++h){k=B[d.engine](n,c?O.textAlign(i[h],b,h,l):i[h],b,d,m,a,h<l-1);if(k){g.appendChild(k)}}return g}function Q(a,d){var b=a.nodeName.toLowerCase();if(d.ignore[b]){return}var m=!d.textless[b];var c=O.getStyle(F(a,d)).extend(d);var l=Z(a,c),k,f,h,i,e,g;if(!l){return}for(k=a.firstChild;k;k=h){f=k.nodeType;h=k.nextSibling;if(m&&f==3){if(i){i.appendData(k.data);a.removeChild(k)}else{i=k}if(h){continue}}if(i){a.replaceChild(N(l,O.whiteSpace(i.data,c,i,g),c,d,k,a),i);i=null}if(f==1){if(k.firstChild){if(k.nodeName.toLowerCase()=="cufon"){B[d.engine](l,null,c,d,k,a)}else{arguments.callee(k,d)}}g=k}}}var H=" ".split(/\s+/).length==0;var Y=new M();var aa=new J();var C=new G();var X=false;var B={},T={},E={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(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||V),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var L={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};P.now=function(){D.ready();return P};P.refresh=function(){C.repeat.apply(C,arguments);return P};P.registerEngine=function(a,b){if(!b){return P}B[a]=b;return P.set("engine",a)};P.registerFont=function(a){if(!a){return P}var c=new I(a),b=c.family;if(!T[b]){T[b]=new W()}T[b].add(c);return P.set("fontFamily",'"'+b+'"')};P.replace=function(a,b,c){b=U(E,b);if(!b.engine){return P}if(!X){O.addClass(D.root(),"cufon-active cufon-loading");O.ready(function(){O.addClass(O.removeClass(D.root(),"cufon-loading"),"cufon-ready")});X=true}if(b.hover){b.forceHitArea=true}if(b.autoDetect){delete b.fontFamily}if(typeof b.textShadow=="string"){b.textShadow=O.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=O.gradient(b.color)}else{delete b.textGradient}if(!c){C.add(a,arguments)}if(a.nodeType||typeof a=="string"){a=[a]}O.ready(function(){for(var e=0,f=a.length;e<f;++e){var d=a[e];if(typeof d=="string"){P.replace(b.selector(d),b,true)}else{Q(d,b)}}});return P};P.set=function(b,a){E[b]=a;return P};return P})();Cufon.registerEngine("canvas",(function(){var g=document.createElement("canvas");if(!g||!g.getContext||!g.getContext.apply){return}g=null;var h=Cufon.CSS.supports("display","inline-block");var k=!h&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var i=document.createElement("style");i.type="text/css";i.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(k?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(h?"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(i);function l(a,r){var c=0,d=0;var s=[],b=/([mrvxe])([^a-z]*)/g,f;generate:for(var q=0;f=b.exec(a);++q){var e=f[2].split(",");switch(f[1]){case"v":s[q]={m:"bezierCurveTo",a:[c+~~e[0],d+~~e[1],c+~~e[2],d+~~e[3],c+=~~e[4],d+=~~e[5]]};break;case"r":s[q]={m:"lineTo",a:[c+=~~e[0],d+=~~e[1]]};break;case"m":s[q]={m:"moveTo",a:[c=~~e[0],d=~~e[1]]};break;case"x":s[q]={m:"closePath"};break;case"e":break generate}r[s[q].m].apply(r,s[q].a)}return s}function m(a,b){for(var c=0,d=a.length;c<d;++c){var e=a[c];b[e.m].apply(b,e.a)}}return function(e,aw,ad,az,aq,d){var aH=(aw===null);if(aH){aw=aq.getAttribute("alt")}var at=e.viewBox;var aG=ad.getSize("fontSize",e.baseSize);var ar=0,ae=0,af=0,ay=0;var av=az.textShadow,ah=[];if(av){for(var f=av.length;f--;){var an=av[f];var ai=aG.convertFrom(parseFloat(an.offX));var ak=aG.convertFrom(parseFloat(an.offY));ah[f]=[ai,ak];if(ak<ar){ar=ak}if(ai>ae){ae=ai}if(ak>af){af=ak}if(ai<ay){ay=ai}}}var a=Cufon.CSS.textTransform(aw,ad).split("");var ao=e.spacing(a,~~aG.convertFrom(parseFloat(ad.get("letterSpacing"))||0),~~aG.convertFrom(parseFloat(ad.get("wordSpacing"))||0));if(!ao.length){return null}var aJ=ao.total;ae+=at.width-ao[ao.length-1];ay+=at.minX;var aA,aF;if(aH){aA=aq;aF=aq.firstChild}else{aA=document.createElement("cufon");aA.className="cufon cufon-canvas";aA.setAttribute("alt",aw);aF=document.createElement("canvas");aA.appendChild(aF);if(az.printable){var y=document.createElement("cufontext");y.appendChild(document.createTextNode(aw));aA.appendChild(y)}}var au=aA.style;var al=aF.style;var aI=aG.convert(at.height);var b=Math.ceil(aI);var ag=b/aI;var am=ag*Cufon.CSS.fontStretch(ad.get("fontStretch"));var aj=aJ*am;var ac=Math.ceil(aG.convert(aj+ae-ay));var aE=Math.ceil(aG.convert(at.height-ar+af));aF.width=ac;aF.height=aE;al.width=ac+"px";al.height=aE+"px";ar+=at.minY;al.top=Math.round(aG.convert(ar-e.ascent))+"px";al.left=Math.round(aG.convert(ay))+"px";var aB=Math.max(Math.ceil(aG.convert(aj)),0)+"px";if(h){au.width=aB;au.height=aG.convert(e.height)+"px"}else{au.paddingLeft=aB;au.paddingBottom=(aG.convert(e.height)-1)+"px"}var c=aF.getContext("2d"),ap=aI/at.height;c.scale(ap,ap*ag);c.translate(-ay,-ar);c.save();function x(){var n=e.glyphs,r,o=-1,q=-1,s;c.scale(am,1);while(s=a[++o]){var r=n[a[o]]||e.missingGlyph;if(!r){continue}if(r.d){c.beginPath();if(r.code){m(r.code,c)}else{r.code=l("m"+r.d,c)}c.fill()}c.translate(ao[++q],0)}c.restore()}if(av){for(var f=av.length;f--;){var an=av[f];c.save();c.fillStyle=an.color;c.translate.apply(c,ah[f]);x()}}var aC=az.textGradient;if(aC){var ax=aC.stops,aD=c.createLinearGradient(0,at.minY,0,at.maxY);for(var f=0,ab=ax.length;f<ab;++f){aD.addColorStop.apply(aD,ax[f])}c.fillStyle=aD}else{c.fillStyle=ad.get("color")}x();return aA}})());Cufon.registerEngine("vml",(function(){var o=document.namespaces;if(!o){return}o.add("cvml","urn:schemas-microsoft-com:vml");o=null;var i=document.createElement("cvml:shape");i.style.behavior="url(#default#VML)";if(!i.coordsize){return}i=null;var l=(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:'+(l?"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 r(b,a){return k(b,/(?:em|ex|%)$|^[a-z-]+$/i.test(a)?"1em":a)}function k(b,a){if(a==="0"){return 0}if(/px$/i.test(a)){return parseFloat(a)}var c=b.style.left,d=b.runtimeStyle.left;b.runtimeStyle.left=b.currentStyle.left;b.style.left=a.replace("%","em");var e=b.style.pixelLeft;b.style.left=c;b.runtimeStyle.left=d;return e}function n(b,c,d,f){var e="computed"+f,a=c[e];if(isNaN(a)){a=c.get(f);c[e]=a=(a=="normal")?0:~~d.convertFrom(k(b,a))}return a}var m={};function q(e){var d=e.id;if(!m[d]){var g=e.stops,f=document.createElement("cvml:fill"),c=[];f.type="gradient";f.angle=180;f.focus="0";f.method="sigma";f.color=g[0][1];for(var a=1,b=g.length-1;a<b;++a){c.push(g[a][0]*100+"% "+g[a][1])}f.colors=c.join(",");f.color2=g[b][1];m[d]=f}return m[d]}return function(aH,ax,b,aF,aq,aE,d){var aX=(ax===null);if(aX){ax=aq.alt}var at=aH.viewBox;var aV=b.computedFontSize||(b.computedFontSize=new Cufon.CSS.Size(r(aE,b.get("fontSize"))+"px",aH.baseSize));var aM,aU;if(aX){aM=aq;aU=aq.firstChild}else{aM=document.createElement("cufon");aM.className="cufon cufon-vml";aM.alt=ax;aU=document.createElement("cufoncanvas");aM.appendChild(aU);if(aF.printable){var a=document.createElement("cufontext");a.appendChild(document.createTextNode(ax));aM.appendChild(a)}if(!d){aM.appendChild(document.createElement("cvml:shape"))}}var au=aM.style;var aj=aU.style;var aZ=aV.convert(at.height),aB=Math.ceil(aZ);var e=aB/aZ;var al=e*Cufon.CSS.fontStretch(b.get("fontStretch"));var f=at.minX,g=at.minY;aj.height=aB;aj.top=Math.round(aV.convert(g-aH.ascent));aj.left=Math.round(aV.convert(f));au.height=aV.convert(aH.height)+"px";var az=b.get("color");var ay=Cufon.CSS.textTransform(ax,b).split("");var ap=aH.spacing(ay,n(aE,b,aV,"letterSpacing"),n(aE,b,aV,"wordSpacing"));if(!ap.length){return null}var a0=ap.total;var aN=-f+a0+(at.width-ap[ap.length-1]);var aw=aV.convert(aN*al),c=Math.round(aw);var am=aN+","+at.height,aY;var ar="r"+am+"ns";var aQ=aF.textGradient&&q(aF.textGradient);var aW=aH.glyphs,h=0;var av=aF.textShadow;var aJ=-1,aK=0,aO;while(aO=ay[++aJ]){var aD=aW[ay[aJ]]||aH.missingGlyph,aP;if(!aD){continue}if(aX){aP=aU.childNodes[aK];while(aP.firstChild){aP.removeChild(aP.firstChild)}}else{aP=document.createElement("cvml:shape");aU.appendChild(aP)}aP.stroked="f";aP.coordsize=am;aP.coordorigin=aY=(f-h)+","+g;aP.path=(aD.d?"m"+aD.d+"xe":"")+"m"+aY+ar;aP.fillcolor=az;if(aQ){aP.appendChild(aQ.cloneNode(false))}var aC=aP.style;aC.width=c;aC.height=aB;if(av){var aS=av[0],aT=av[1];var aG=Cufon.CSS.color(aS.color),aL;var an=document.createElement("cvml:shadow");an.on="t";an.color=aG.color;an.offset=aS.offX+","+aS.offY;if(aT){aL=Cufon.CSS.color(aT.color);an.type="double";an.color2=aL.color;an.offset2=aT.offX+","+aT.offY}an.opacity=aG.opacity||(aL&&aL.opacity)||1;aP.appendChild(an)}h+=ap[aK++]}var ao=aP.nextSibling,aR,aI;if(aF.forceHitArea){if(!ao){ao=document.createElement("cvml:rect");ao.stroked="f";ao.className="cufon-vml-cover";aR=document.createElement("cvml:fill");aR.opacity=0;ao.appendChild(aR);aU.appendChild(ao)}aI=ao.style;aI.width=c;aI.height=aB}else{if(ao){aU.removeChild(ao)}}au.width=Math.max(Math.ceil(aV.convert(a0*al)),0);if(l){var ak=b.computedYAdjust;if(ak===undefined){var aA=b.get("lineHeight");if(aA=="normal"){aA="1em"}else{if(!isNaN(aA)){aA+="em"}}b.computedYAdjust=ak=0.5*(k(aE,aA)-parseFloat(au.height))}if(ak){au.marginTop=Math.ceil(ak)+"px";au.marginBottom=ak+"px"}}return aM}})());
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * �The digitally encoded machine readable outline data for producing the
 * typefaces licensed to you is copyrighted (C), 1998 by The Foundry, London. All
 * Rights Reserved.
 */
Cufon.registerFont({w:606,face:{"font-family":"FoundryGridnik","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 5 3 0 0 0 0 0 0",ascent:"726",descent:"-274",bbox:"-74 -872 1068 304","underline-thickness":"50","underline-position":"-100",stemh:"62.000",stemv:"62.000","unicode-range":"U+0020-U+FB02"},glyphs:{" ":{w:303},"\u00d0":{d:"602,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-323,0r0,-302r-93,0r0,-62r93,0r0,-303r323,0v19,0,36,7,50,21r82,82v14,14,21,31,21,50r0,361xm540,-157r0,-353v0,-5,-2,-10,-6,-14r-75,-75v-4,-4,-8,-6,-14,-6r-257,0r0,241r176,0r0,62r-176,0r0,240r257,0v6,0,10,-2,14,-6r75,-75v4,-4,6,-9,6,-14",w:700},"\u00f0":{d:"482,-117v0,20,-7,39,-21,53r-44,44v-14,14,-30,20,-49,20r-184,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-218v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r134,0r-106,-106r-59,59r-40,-40r59,-59r-59,-59r40,-40r59,59r59,-59r40,40r-59,59r209,210v14,14,21,31,21,51r0,216xm425,-120r0,-213v0,-6,-2,-10,-6,-14r-39,-39v-4,-4,-9,-6,-14,-6r-180,0v-5,0,-10,2,-14,6r-39,39v-4,4,-6,8,-6,14r0,218v0,6,2,10,6,14r39,39v4,4,9,6,14,6r180,0v5,0,10,-2,14,-6r39,-39v4,-4,6,-13,6,-19",w:552},"\u0141":{d:"540,0r-414,0r0,-271r-60,61r-40,-40r100,-100r0,-317r62,0r0,254r69,-69r40,40r-109,109r0,271r352,0r0,62",w:568},"\u0142":{d:"255,-433r-100,100r0,333r-57,0r0,-275r-61,61r-40,-40r101,-101r0,-256r-101,0r0,-56r158,0r0,254r60,-60",w:253},"\u0160":{d:"539,-872r-132,132r-108,0r-132,-132r72,0r114,114r114,-114r72,0xm622,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-232,0v-19,0,-36,-7,-50,-21r-103,-103r44,-43r99,99v4,4,8,6,14,6r224,0v6,0,10,-2,14,-6r75,-75v4,-4,6,-9,6,-14r0,-101v0,-10,-9,-19,-19,-20r-395,-49v-35,-4,-62,-34,-62,-70r0,-117v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r232,0v19,0,36,7,50,21r103,103r-44,43r-99,-99v-4,-4,-8,-6,-14,-6r-224,0v-6,0,-10,2,-14,6r-75,75v-4,4,-6,9,-6,14r0,101v0,10,8,19,18,20r396,49v35,4,62,34,62,70r0,117",w:706},"\u0161":{d:"449,-667r-132,132r-108,0r-132,-132r72,0r114,114r114,-114r72,0xm455,-117v0,21,-6,38,-21,53r-44,44v-13,13,-30,20,-49,20r-156,0v-19,0,-35,-6,-49,-20r-66,-66r39,-40r64,64v4,4,8,6,14,6r152,0v5,0,10,-2,14,-6r39,-39v5,-5,6,-13,6,-19r0,-58v0,-10,-8,-19,-18,-20r-247,-29v-36,-4,-62,-33,-62,-69r0,-65v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r156,0v19,0,35,6,49,20r65,65r-39,40r-63,-63v-4,-4,-9,-6,-14,-6r-152,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,8,-6,14r0,58v0,10,8,19,18,20r248,31v35,4,61,34,61,70r0,65",w:525},"\u00dd":{d:"483,-872r-153,153r-72,0r153,-153r72,0xm569,-667r-239,372r0,295r-62,0r0,-295r-240,-372r73,0r199,307r198,-307r71,0",w:597},"\u00fd":{d:"416,-667r-153,153r-72,0r153,-153r72,0xm437,-476r-245,666r-60,0r70,-191r-174,-475r61,0r144,394r145,-394r59,0",w:472},"\u00de":{d:"602,-271v0,19,-7,36,-21,50r-51,51v-14,14,-30,20,-49,20r-293,0r0,150r-62,0r0,-667r62,0r0,150r293,0v19,0,35,7,48,20r52,52v14,14,21,30,21,50r0,124xm540,-276r0,-116v0,-6,-2,-10,-6,-14r-43,-43v-4,-4,-8,-6,-14,-6r-289,0r0,243r288,0v5,0,10,-2,14,-6r44,-44v4,-4,6,-8,6,-14",w:658},"\u00fe":{d:"510,-117v0,20,-7,39,-21,53r-44,44v-14,14,-30,20,-49,20r-133,0v-19,0,-36,-7,-50,-21r-58,-58r0,270r-57,0r0,-858r57,0r0,270r58,-58v14,-14,31,-21,50,-21r133,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,244xm453,-120r0,-241v0,-6,-2,-10,-6,-14r-39,-39v-4,-4,-9,-6,-14,-6r-131,0v-6,0,-11,2,-15,6r-87,87v-4,4,-6,9,-6,14r0,150v0,5,2,10,6,14r87,87v4,4,9,6,15,6r131,0v5,0,10,-2,14,-6r39,-39v4,-4,6,-13,6,-19",w:580},"\u017d":{d:"508,-872r-132,132r-108,0r-132,-132r72,0r114,114r114,-114r72,0xm560,0r-476,0r0,-62r401,-543r-401,0r0,-62r476,0r0,62r-401,543r401,0r0,62",w:644},"\u017e":{d:"419,-667r-132,132r-108,0r-132,-132r72,0r114,114r114,-114r72,0xm424,0r-382,0r0,-56r309,-364r-309,0r0,-56r382,0r0,56r-310,364r310,0r0,56",w:466},"\u00bd":{d:"803,0r-252,0r0,-123v0,-18,11,-32,28,-40r174,-80v4,-2,6,-4,6,-8r0,-71v0,-3,0,-4,-2,-6r-25,-25v-2,-2,-5,-3,-8,-3r-91,0v-3,0,-6,1,-8,3r-43,43r-34,-33r43,-43v9,-9,21,-14,34,-14r103,0v13,0,25,5,34,14r28,28v9,9,13,18,13,30r0,84v0,18,-10,32,-27,40r-175,80v-3,2,-6,5,-6,9r0,71r208,0r0,44xm612,-672r-362,672r-49,0r362,-672r49,0xm264,-267r-210,0r0,-43r83,0r0,-309r-54,52r-29,-29r75,-71r52,0r0,357r83,0r0,43",w:831},"\u00bc":{d:"761,-109r-51,0r0,109r-44,0r0,-109r-187,0r0,-44r169,-247r62,0r0,247r51,0r0,44xm612,-672r-362,672r-49,0r362,-672r49,0xm264,-267r-210,0r0,-43r83,0r0,-309r-54,52r-29,-29r75,-71r52,0r0,357r83,0r0,43xm666,-153r0,-202r-139,202r139,0",w:831},"\u00b9":{d:"264,-267r-210,0r0,-43r83,0r0,-309r-54,52r-29,-29r75,-71r52,0r0,357r83,0r0,43",w:318},"\u00be":{d:"761,-109r-51,0r0,109r-44,0r0,-109r-187,0r0,-44r169,-247r62,0r0,247r51,0r0,44xm632,-672r-362,672r-49,0r362,-672r49,0xm283,-428r0,89v0,12,-4,21,-13,30r-28,28v-9,9,-21,14,-34,14r-103,0v-13,0,-25,-5,-34,-14r-43,-43r34,-33r43,43v2,2,5,3,8,3r91,0v3,0,6,-1,8,-3r25,-25v2,-2,2,-3,2,-6r0,-77v0,-3,0,-4,-2,-6r-25,-25v-2,-2,-5,-3,-8,-3r-84,0r0,-44r84,0v3,0,6,-1,8,-3r25,-25v2,-2,2,-3,2,-6r0,-55v0,-3,0,-4,-2,-6r-25,-25v-2,-2,-5,-3,-8,-3r-91,0v-3,0,-6,1,-8,3r-43,43r-34,-33r43,-43v9,-9,21,-14,34,-14r103,0v13,0,25,5,34,14r28,28v9,9,13,18,13,30r0,67v0,12,-4,19,-13,28r-22,22r22,22v9,9,13,16,13,28xm666,-153r0,-202r-139,202r139,0",w:831},"\u00b3":{d:"283,-428r0,89v0,12,-4,21,-13,30r-28,28v-9,9,-21,14,-34,14r-103,0v-13,0,-25,-5,-34,-14r-43,-43r34,-33r43,43v2,2,5,3,8,3r91,0v3,0,6,-1,8,-3r25,-25v2,-2,2,-3,2,-6r0,-77v0,-3,0,-4,-2,-6r-25,-25v-2,-2,-5,-3,-8,-3r-84,0r0,-44r84,0v3,0,6,-1,8,-3r25,-25v2,-2,2,-3,2,-6r0,-55v0,-3,0,-4,-2,-6r-25,-25v-2,-2,-5,-3,-8,-3r-91,0v-3,0,-6,1,-8,3r-43,43r-34,-33r43,-43v9,-9,21,-14,34,-14r103,0v13,0,25,5,34,14r28,28v9,9,13,18,13,30r0,67v0,12,-4,19,-13,28r-22,22r22,22v9,9,13,16,13,28",w:318},"\u00b2":{d:"283,-267r-252,0r0,-123v0,-18,11,-32,28,-40r174,-80v4,-2,6,-4,6,-8r0,-71v0,-3,0,-4,-2,-6r-25,-25v-2,-2,-5,-3,-8,-3r-91,0v-3,0,-6,1,-8,3r-43,43r-34,-33r43,-43v9,-9,21,-14,34,-14r103,0v13,0,25,5,34,14r28,28v9,9,13,18,13,30r0,84v0,18,-10,32,-27,40r-175,80v-3,2,-6,5,-6,9r0,71r208,0r0,44",w:318},"\u00a6":{d:"179,-381r-56,0r0,-286r56,0r0,286xm179,191r-56,0r0,-286r56,0r0,286",w:303},"\u2212":{d:"541,-212r-477,0r0,-52r477,0r0,52"},"\u00d7":{d:"518,-56r-36,36r-179,-179r-179,179r-36,-36r179,-179r-179,-179r36,-36r179,179r179,-179r36,36r-179,179"},"!":{d:"180,-190r-57,0r0,-477r57,0r0,477xm193,0r-84,0r0,-84r84,0r0,84",w:303},'"':{d:"354,-470r-58,0r0,-197r58,0r0,197xm180,-470r-58,0r0,-197r58,0r0,197",w:477},"#":{d:"574,-421r-125,0r-41,151r114,0r0,44r-126,0r-60,226r-52,0r61,-226r-147,0r-60,226r-53,0r61,-226r-114,0r0,-44r125,0r41,-151r-114,0r0,-44r125,0r62,-229r52,0r-61,229r146,0r62,-229r52,0r-62,229r114,0r0,44xm397,-421r-146,0r-41,151r146,0"},"$":{d:"515,-117v0,19,-6,35,-20,49r-47,47v-14,14,-31,21,-50,21r-69,0r0,95r-52,0r0,-95r-70,0v-19,0,-35,-6,-49,-20r-67,-67r39,-40r65,65v4,4,9,6,14,6r68,0r0,-251r-123,-16v-36,-5,-63,-34,-63,-70r0,-157v0,-19,6,-35,20,-49r47,-47v14,-14,31,-21,50,-21r69,0r0,-95r52,0r0,95r70,0v19,0,35,6,49,20r67,67r-39,40r-65,-65v-4,-4,-9,-6,-14,-6r-68,0r0,252r123,15v36,4,63,34,63,70r0,157xm277,-363r0,-248r-68,0v-6,0,-10,2,-14,6r-42,42v-4,4,-6,8,-6,14r0,152v0,10,8,19,18,20xm459,-118r0,-152v0,-10,-8,-19,-18,-20r-112,-12r0,246r68,0v6,0,10,-2,14,-6r42,-42v4,-4,6,-8,6,-14"},"%":{d:"745,-69v0,11,-5,22,-12,29r-26,26v-10,10,-20,14,-32,14r-109,0v-12,0,-22,-4,-32,-14r-26,-26v-7,-7,-12,-18,-12,-29r0,-254v0,-11,5,-22,12,-29r26,-26v10,-10,20,-14,32,-14r109,0v12,0,22,4,32,14r26,26v7,7,12,18,12,29r0,254xm627,-672r-362,672r-49,0r362,-672r49,0xm347,-349v0,11,-5,22,-12,29r-26,26v-10,10,-20,14,-32,14r-109,0v-12,0,-22,-4,-32,-14r-26,-26v-7,-7,-12,-18,-12,-29r0,-254v0,-11,5,-22,12,-29r26,-26v10,-10,20,-14,32,-14r109,0v12,0,22,4,32,14r26,26v7,7,12,18,12,29r0,254xm698,-75r0,-244v0,-2,-1,-4,-3,-6r-18,-18v-1,-1,-4,-2,-6,-2r-101,0v-2,0,-5,1,-6,2r-18,18v-2,2,-3,4,-3,6r0,246v0,2,1,4,3,6r18,18v1,1,4,2,6,2r101,0v2,0,5,-1,6,-2r18,-18v2,-2,3,-6,3,-8xm300,-355r0,-244v0,-2,-1,-4,-3,-6r-18,-18v-1,-1,-4,-2,-6,-2r-101,0v-2,0,-5,1,-6,2r-18,18v-2,2,-3,4,-3,6r0,246v0,2,1,4,3,6r18,18v1,1,4,2,6,2r101,0v2,0,5,-1,6,-2r18,-18v2,-2,3,-6,3,-8",w:843},"&":{d:"676,-40r-39,40r-102,-102r-81,81v-14,14,-31,21,-50,21r-177,0v-19,0,-36,-7,-50,-21r-44,-44v-14,-14,-21,-31,-21,-50r0,-160v0,-19,7,-36,21,-50r89,-89r-70,-70v-14,-14,-20,-32,-20,-50v0,-18,7,-35,21,-49r60,-60v14,-14,31,-21,49,-21v18,0,35,6,49,20r61,61v14,14,21,31,21,49v0,18,-5,34,-18,47r-73,72r232,233r80,-81r40,40v0,0,-79,81,-80,81xm327,-520v8,-8,8,-20,0,-28r-52,-52v-8,-8,-20,-8,-28,0r-51,52v-8,8,-8,20,0,28r66,66xm494,-142r-232,-232r-85,85v-4,4,-6,8,-6,14r0,160v0,6,2,10,6,14r39,39v4,4,8,6,14,6r170,0v6,0,10,-2,14,-6",w:746},"'":{d:"180,-470r-58,0r0,-197r58,0r0,197",w:303},"(":{d:"352,154r-39,39r-195,-195v-14,-14,-20,-30,-20,-49r0,-512v0,-19,6,-35,20,-49r195,-195r39,39r-177,177v-14,14,-21,31,-21,50r0,468v0,19,7,36,21,50",w:394},")":{d:"296,-51v0,19,-6,35,-20,49r-195,195r-39,-39r177,-177v14,-14,21,-31,21,-50r0,-468v0,-19,-7,-36,-21,-50r-177,-177r39,-39r195,195v14,14,20,30,20,49r0,512",w:394},"*":{d:"529,-481r-189,62r115,159r-41,31r-115,-159r-114,159r-41,-31r115,-159r-189,-62r16,-48r188,60r0,-198r51,0r0,198r188,-60",w:599},"+":{d:"541,-212r-212,0r0,212r-52,0r0,-212r-213,0r0,-52r213,0r0,-212r52,0r0,212r212,0r0,52"},",":{d:"182,84v0,22,-5,35,-20,50r-36,36r-43,-43r30,-30v4,-4,7,-8,7,-14r0,-167r62,0r0,168",w:303},"-":{d:"392,-213r-280,0r0,-50r280,0r0,50",w:504},".":{d:"193,0r-84,0r0,-84r84,0r0,84",w:303},"/":{d:"513,-755r-416,839r-57,0r416,-839r57,0",w:553},"0":{d:"508,-117v0,19,-5,34,-19,48r-47,47v-14,14,-31,22,-51,22r-176,0v-20,0,-37,-8,-51,-22r-47,-47v-14,-14,-19,-29,-19,-48r0,-433v0,-19,5,-34,19,-48r47,-47v14,-14,31,-22,51,-22r176,0v20,0,37,8,51,22r47,47v14,14,19,29,19,48r0,433xm452,-119r0,-430v0,-5,-1,-10,-5,-14r-42,-42v-4,-4,-9,-6,-15,-6r-174,0v-6,0,-11,2,-15,6r-42,42v-4,4,-5,9,-5,14r0,431v0,5,1,10,5,14r42,42v4,4,9,6,15,6r174,0v6,0,11,-2,15,-6r42,-42v4,-4,5,-10,5,-15"},"1":{d:"480,0r-354,0r0,-56r149,0r0,-551r-110,98r-39,-39r133,-119r72,0r0,611r149,0r0,56"},"2":{d:"508,0r-410,0r0,-200v0,-28,15,-52,41,-64r301,-134v7,-3,12,-10,12,-18r0,-133v0,-5,-1,-10,-5,-14r-42,-42v-4,-4,-9,-6,-15,-6r-174,0v-6,0,-11,2,-15,6r-67,67r-39,-38r69,-69v14,-14,31,-22,51,-22r176,0v20,0,37,8,51,22r47,47v14,14,19,29,19,48r0,138v0,28,-15,52,-41,64r-301,136v-7,3,-12,10,-12,18r0,138r354,0r0,56"},"3":{d:"508,-117v0,19,-5,34,-19,48r-47,47v-14,14,-31,22,-51,22r-176,0v-20,0,-37,-8,-51,-22r-69,-69r39,-38r67,67v4,4,9,6,15,6r174,0v6,0,11,-2,15,-6r42,-42v4,-4,5,-9,5,-14r0,-149v0,-5,-1,-10,-5,-14r-37,-37v-4,-4,-9,-6,-15,-6r-153,0r0,-56r153,0v6,0,11,-2,15,-6r37,-37v4,-4,5,-9,5,-14r0,-112v0,-5,-1,-10,-5,-14r-42,-42v-4,-4,-9,-6,-15,-6r-174,0v-6,0,-11,2,-15,6r-67,67r-39,-38r69,-69v14,-14,31,-22,51,-22r176,0v20,0,37,8,51,22r47,47v14,14,19,29,19,48r0,113v0,19,-7,36,-21,50r-35,35r36,36v14,14,20,29,20,48r0,151"},"4":{d:"508,-190r-84,0r0,190r-56,0r0,-190r-309,0r0,-56r281,-421r84,0r0,421r84,0r0,56xm368,-246r0,-366r-244,366r244,0"},"5":{d:"508,-117v0,19,-5,34,-19,48r-47,47v-14,14,-31,22,-51,22r-176,0v-20,0,-37,-8,-51,-22r-69,-69r39,-38r67,67v4,4,9,6,15,6r174,0v6,0,11,-2,15,-6r42,-42v4,-4,5,-9,5,-14r0,-180v0,-5,-1,-7,-5,-11r-42,-42v-4,-4,-9,-6,-15,-6r-264,0r0,-310r354,0r0,56r-298,0r0,198r209,0v20,0,37,8,51,22r47,47v14,14,19,26,19,45r0,182"},"6":{d:"511,-576r-39,38r-67,-67v-4,-4,-9,-6,-15,-6r-174,0v-6,0,-11,2,-15,6r-42,42v-4,4,-5,9,-5,14r0,213r55,-55v14,-14,31,-22,51,-22r131,0v20,0,37,8,51,22r47,47v14,14,19,29,19,48r0,179v0,19,-5,34,-19,48r-47,47v-14,14,-31,22,-51,22r-176,0v-20,0,-37,-8,-51,-22r-47,-47v-14,-14,-19,-29,-19,-48r0,-433v0,-19,5,-34,19,-48r47,-47v14,-14,31,-22,51,-22r176,0v20,0,37,8,51,22xm452,-119r0,-175v0,-5,-1,-11,-5,-15r-42,-42v-4,-4,-9,-6,-15,-6r-129,0v-6,0,-11,2,-15,6r-87,87v-4,4,-5,9,-5,14r0,132v0,5,1,10,5,14r42,42v4,4,9,6,15,6r174,0v6,0,11,-2,15,-6r42,-42v4,-4,5,-10,5,-15"},"7":{d:"508,-616r-288,616r-63,0r286,-611r-347,0r0,-56r412,0r0,51"},"8":{d:"508,-117v0,19,-5,34,-19,48r-47,47v-14,14,-32,22,-51,22r-176,0v-20,0,-37,-8,-51,-22r-47,-47v-13,-13,-19,-29,-19,-48r0,-156v0,-22,7,-37,21,-51r35,-35r-35,-35v-14,-14,-21,-31,-21,-51r0,-105v0,-20,5,-34,19,-48r47,-47v13,-13,31,-22,51,-22r176,0v19,0,38,9,51,22r47,47v14,14,19,29,19,48r0,105v0,20,-7,37,-21,51r-35,35r35,35v14,14,21,29,21,51r0,156xm452,-445r0,-104v0,-5,-1,-10,-5,-14r-42,-42v-4,-4,-9,-6,-15,-6r-174,0v-6,0,-11,2,-15,6r-42,42v-4,4,-5,9,-5,14r0,104v0,5,1,10,5,14r38,38v4,4,9,6,15,6r183,0v6,0,11,-2,15,-6r38,-38v4,-4,4,-9,4,-14xm452,-119r0,-154v0,-5,-1,-10,-5,-14r-38,-38v-4,-4,-9,-6,-15,-6r-182,0v-6,0,-11,2,-15,6r-38,38v-4,4,-5,9,-5,14r0,155v0,5,1,10,5,14r42,42v4,4,9,6,15,6r174,0v6,0,11,-2,15,-6r42,-42v4,-4,5,-10,5,-15"},"9":{d:"508,-117v0,19,-5,34,-19,48r-47,47v-14,14,-31,22,-51,22r-176,0v-20,0,-37,-8,-51,-22r-69,-69r39,-38r67,67v4,4,9,6,15,6r174,0v6,0,11,-2,15,-6r42,-42v4,-4,5,-9,5,-14r0,-213r-55,55v-14,14,-31,22,-51,22r-131,0v-20,0,-37,-8,-51,-22r-47,-47v-14,-14,-19,-29,-19,-48r0,-179v0,-19,5,-34,19,-48r47,-47v14,-14,31,-22,51,-22r176,0v20,0,37,8,51,22r47,47v14,14,19,29,19,48r0,433xm452,-417r0,-132v0,-5,-1,-10,-5,-14r-42,-42v-4,-4,-9,-6,-15,-6r-174,0v-6,0,-11,2,-15,6r-42,42v-4,4,-5,10,-5,15r0,175v0,5,1,11,5,15r42,42v4,4,9,6,15,6r129,0v6,0,11,-2,15,-6r87,-87v4,-4,5,-9,5,-14"},":":{d:"193,-392r-84,0r0,-84r84,0r0,84xm193,0r-84,0r0,-84r84,0r0,84",w:303},";":{d:"193,-392r-84,0r0,-84r84,0r0,84xm182,84v0,22,-5,35,-20,50r-36,36r-43,-43r30,-30v4,-4,7,-8,7,-14r0,-167r62,0r0,168",w:303},"<":{d:"440,-439r-201,201r201,201r-37,37r-238,-238r238,-238"},"=":{d:"541,-310r-476,0r0,-52r476,0r0,52xm541,-116r-476,0r0,-52r476,0r0,52"},">":{d:"441,-238r-238,238r-37,-37r201,-201r-201,-201r37,-37"},"?":{d:"403,-437v0,19,-7,36,-21,50r-130,130v-4,4,-6,8,-6,14r0,59r-57,0r0,-60v0,-19,6,-35,20,-49r131,-131v4,-4,6,-9,6,-14r0,-113v0,-6,-3,-11,-7,-15r-40,-40v-4,-4,-9,-5,-14,-5r-115,0v-6,0,-10,2,-14,6r-60,60r-40,-41r61,-61v14,-14,29,-20,48,-20r126,0v19,0,34,6,48,20r43,43v14,14,21,30,21,50r0,117xm259,0r-84,0r0,-84r84,0r0,84",w:501},"@":{d:"686,-185v0,5,-2,10,-6,14r-42,42v-4,4,-8,6,-14,6r-85,0v-6,0,-10,-2,-14,-6r-42,-42r-42,42v-4,4,-8,6,-14,6r-102,0v-6,0,-10,-2,-14,-6r-67,-67v-4,-4,-6,-8,-6,-14r0,-207v0,-6,2,-10,6,-14r67,-67v4,-4,8,-6,14,-6r102,0v6,0,10,2,14,6r52,52r19,-58r56,0r-22,69r0,240v0,6,2,10,6,14r15,15v13,13,20,9,29,0r28,-28v4,-4,6,-8,6,-14r0,-308v0,-6,-2,-11,-6,-15r-74,-74v-4,-4,-9,-6,-14,-6r-273,0v-5,0,-10,2,-14,6r-75,75v-4,4,-6,9,-6,15r0,419v0,6,2,11,6,15r75,75v4,4,9,6,14,6r367,0r0,56r-388,0v-5,0,-10,-2,-14,-6r-110,-110v-4,-4,-6,-8,-6,-14r0,-463v0,-6,2,-10,6,-14r110,-110v4,-4,9,-6,14,-6r315,0v5,0,10,2,14,6r109,109v4,4,6,9,6,15r0,352xm490,-267r0,-93v0,-5,-2,-10,-6,-14r-68,-68v-4,-4,-8,-6,-14,-6r-53,0v-6,0,-11,2,-15,6r-34,34v-4,4,-6,9,-6,14r0,161v0,5,2,10,6,14r34,34v4,4,9,6,15,6r53,0v6,0,10,-2,14,-6r68,-68v4,-4,6,-9,6,-14",w:798},A:{d:"646,0r-64,0r-73,-191r-333,0r-72,191r-62,0r254,-667r98,0xm485,-251r-142,-381r-143,381r285,0",w:688},B:{d:"601,-122v0,19,-7,36,-20,49r-52,52v-14,14,-31,21,-50,21r-353,0r0,-667r353,0v20,0,37,8,51,22r52,52v13,13,19,29,19,48r0,104v0,19,-7,36,-21,50r-58,58r59,59v14,14,20,29,20,48r0,104xm540,-443r0,-98v0,-5,-1,-10,-5,-14r-44,-44v-4,-4,-9,-6,-15,-6r-288,0r0,242r272,0v5,0,10,-2,14,-6r60,-60v4,-4,6,-8,6,-14xm540,-126r0,-97v0,-6,-2,-10,-6,-14r-60,-60v-4,-4,-9,-6,-14,-6r-272,0r0,241r288,0v5,0,10,-2,14,-6r44,-44v4,-4,6,-8,6,-14",w:699},C:{d:"575,-122r-101,101v-14,14,-31,21,-50,21r-173,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r173,0v19,0,36,7,50,21r101,101r-44,43r-97,-97v-4,-4,-8,-6,-14,-6r-165,0v-6,0,-10,2,-14,6r-75,75v-4,4,-6,9,-6,14r0,353v0,5,2,10,6,14r75,75v4,4,8,6,14,6r165,0v6,0,10,-2,14,-6r97,-97",w:631},D:{d:"602,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-323,0r0,-667r323,0v19,0,36,7,50,21r82,82v14,14,21,31,21,50r0,361xm540,-157r0,-353v0,-5,-2,-10,-6,-14r-75,-75v-4,-4,-8,-6,-14,-6r-257,0r0,543r257,0v6,0,10,-2,14,-6r75,-75v4,-4,6,-9,6,-14",w:700},E:{d:"540,0r-414,0r0,-667r414,0r0,62r-352,0r0,240r352,0r0,62r-352,0r0,241r352,0r0,62",w:638},F:{d:"542,-303r-354,0r0,303r-62,0r0,-667r416,0r0,62r-354,0r0,240r354,0r0,62",w:612},G:{d:"664,0r-65,0r-23,-105r-84,84v-14,14,-29,21,-48,21r-193,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r234,0v19,0,34,7,48,21r101,101r-44,43r-97,-97v-4,-4,-8,-6,-14,-6r-224,0v-6,0,-10,2,-14,6r-75,75v-4,4,-6,9,-6,14r0,353v0,5,2,10,6,14r75,75v4,4,8,6,14,6r183,0v6,0,10,-2,14,-6r118,-118v4,-4,6,-8,6,-14r0,-103r-198,0r0,-62r260,0r0,239",w:748},H:{d:"602,0r-62,0r0,-303r-352,0r0,303r-62,0r0,-667r62,0r0,302r352,0r0,-302r62,0r0,667",w:728},I:{d:"374,0r-318,0r0,-56r128,0r0,-555r-128,0r0,-56r318,0r0,56r-128,0r0,555r128,0r0,56",w:430},J:{d:"432,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-107,0v-19,0,-36,-7,-50,-21r-101,-101r44,-43r97,97v4,4,8,6,14,6r99,0v6,0,10,-2,14,-6r75,-75v4,-4,6,-9,6,-14r0,-448r-204,0r0,-62r266,0r0,514",w:544},K:{d:"576,0r-86,0r-302,-303r0,303r-62,0r0,-667r62,0r0,303r303,-303r85,0r-333,333",w:590},L:{d:"540,0r-414,0r0,-667r62,0r0,605r352,0r0,62",w:568},M:{d:"738,0r-62,0r0,-634r-214,634r-60,0r-214,-634r0,634r-62,0r0,-667r114,0r192,567r192,-567r114,0r0,667",w:864},N:{d:"603,0r-102,0r-313,-608r0,608r-62,0r0,-667r102,0r313,608r0,-608r62,0r0,667",w:729},O:{d:"636,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-232,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r232,0v19,0,36,7,50,21r82,82v14,14,21,31,21,50r0,361xm574,-157r0,-353v0,-5,-2,-10,-6,-14r-75,-75v-4,-4,-8,-6,-14,-6r-224,0v-6,0,-10,2,-14,6r-75,75v-4,4,-6,9,-6,14r0,353v0,5,2,10,6,14r75,75v4,4,8,6,14,6r224,0v6,0,10,-2,14,-6r75,-75v4,-4,6,-9,6,-14",w:734},P:{d:"602,-421v0,19,-7,36,-21,50r-51,51v-14,14,-30,20,-49,20r-293,0r0,300r-62,0r0,-667r355,0v19,0,35,7,48,20r52,52v14,14,21,30,21,50r0,124xm540,-426r0,-116v0,-6,-2,-10,-6,-14r-43,-43v-4,-4,-8,-6,-14,-6r-289,0r0,243r288,0v5,0,10,-2,14,-6r44,-44v4,-4,6,-8,6,-14",w:658},Q:{d:"636,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-23,0r49,115r-58,24r-59,-139r-141,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r232,0v19,0,36,7,50,21r82,82v14,14,21,31,21,50r0,361xm574,-157r0,-353v0,-5,-2,-10,-6,-14r-75,-75v-4,-4,-8,-6,-14,-6r-224,0v-6,0,-10,2,-14,6r-75,75v-4,4,-6,9,-6,14r0,353v0,5,2,10,6,14r75,75v4,4,8,6,14,6r110,0r-24,-57r58,-26r35,83r45,0v6,0,10,-2,14,-6r75,-75v4,-4,6,-9,6,-14",w:734},R:{d:"651,0r-72,0r-184,-291v-4,-6,-10,-9,-17,-9r-190,0r0,300r-62,0r0,-667r355,0v19,0,35,7,48,20r52,52v14,14,21,30,21,50r0,124v0,19,-7,36,-21,50r-51,51v-14,14,-30,20,-49,20r-24,0xm540,-426r0,-116v0,-6,-2,-10,-6,-14r-43,-43v-4,-4,-8,-6,-14,-6r-289,0r0,243r288,0v5,0,10,-2,14,-6r44,-44v4,-4,6,-8,6,-14",w:721},S:{d:"622,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-232,0v-19,0,-36,-7,-50,-21r-103,-103r44,-43r99,99v4,4,8,6,14,6r224,0v6,0,10,-2,14,-6r75,-75v4,-4,6,-9,6,-14r0,-101v0,-10,-9,-19,-19,-20r-395,-49v-35,-4,-62,-34,-62,-70r0,-117v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r232,0v19,0,36,7,50,21r103,103r-44,43r-99,-99v-4,-4,-8,-6,-14,-6r-224,0v-6,0,-10,2,-14,6r-75,75v-4,4,-6,9,-6,14r0,101v0,10,8,19,18,20r396,49v35,4,62,34,62,70r0,117",w:706},T:{d:"518,-605r-207,0r0,605r-62,0r0,-605r-207,0r0,-62r476,0r0,62",w:560},U:{d:"588,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-170,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-514r62,0r0,510v0,5,2,10,6,14r75,75v4,4,8,6,14,6r162,0v6,0,10,-2,14,-6r75,-75v4,-4,6,-9,6,-14r0,-510r62,0r0,514",w:700},V:{d:"575,-667r-225,667r-99,0r-223,-667r63,0r211,629r213,-629r60,0",w:603},W:{d:"769,-667r-139,667r-92,0r-126,-616r-127,616r-92,0r-137,-667r65,0r122,613r124,-613r98,0r120,613r126,-613r58,0",w:825},X:{d:"536,0r-75,0r-165,-276r-167,276r-73,0r206,-333r-206,-334r74,0r166,276r166,-276r73,0r-206,333",w:592},Y:{d:"569,-667r-239,372r0,295r-62,0r0,-295r-240,-372r73,0r199,307r198,-307r71,0",w:597},Z:{d:"560,0r-476,0r0,-62r401,-543r-401,0r0,-62r476,0r0,62r-401,543r401,0r0,62",w:644},"[":{d:"335,190r-209,0r0,-996r209,0r0,57r-152,0r0,882r152,0r0,57",w:391},"\\":{d:"513,84r-57,0r-416,-839r57,0",w:553},"]":{d:"265,190r-209,0r0,-57r152,0r0,-882r-152,0r0,-57r209,0r0,996",w:391},"^":{d:"541,-432r-37,37r-201,-201r-201,201r-37,-37r238,-238"},_:{d:"500,304r-500,0r0,-57r500,0r0,57",w:500},"`":{d:"345,-514r-72,0r-153,-153r72,0",w:465},a:{d:"508,-39r-39,39r-58,-58r-38,38v-14,14,-28,20,-49,20r-154,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-32,-21,-51r0,-81v0,-19,7,-36,21,-50r42,-42v14,-14,31,-21,50,-21r242,0r0,-52v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-180,0v-6,0,-10,2,-14,6r-43,43r-39,-40r45,-45v14,-14,29,-20,49,-20r184,0v19,0,36,7,49,20r44,44v13,13,21,32,21,51r0,274v0,6,2,10,6,14xm411,-145r0,-108r-239,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,79v0,6,2,10,6,14r39,39v4,4,9,6,14,6r150,0v5,0,10,-2,14,-6r69,-69v4,-4,6,-8,6,-14",w:573},b:{d:"510,-117v0,20,-7,39,-21,53r-44,44v-14,14,-30,20,-49,20r-133,0v-19,0,-36,-7,-50,-21r-58,-58r-17,79r-56,0r16,-79r0,-588r57,0r0,270r58,-58v14,-14,31,-21,50,-21r133,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,244xm453,-120r0,-241v0,-6,-2,-10,-6,-14r-39,-39v-4,-4,-9,-6,-14,-6r-131,0v-6,0,-11,2,-15,6r-87,87v-4,4,-6,9,-6,14r0,150v0,5,2,10,6,14r87,87v4,4,9,6,15,6r131,0v5,0,10,-2,14,-6r39,-39v4,-4,6,-13,6,-19",w:580},c:{d:"479,-82r-62,62v-14,14,-29,20,-49,20r-184,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-32,-21,-51r0,-246v0,-19,7,-37,21,-51r44,-44v14,-14,29,-20,49,-20r184,0v20,0,35,6,49,20r62,62r-40,40r-59,-60v-4,-4,-8,-6,-14,-6r-180,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,246v0,5,2,10,6,14r39,39v4,4,8,6,14,6r180,0v6,0,10,-2,14,-6r59,-60",w:521},d:{d:"498,0r-56,0r-17,-79r-58,58v-14,14,-31,21,-50,21r-133,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-33,-21,-53r0,-244v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r133,0v19,0,36,7,50,21r58,58r0,-270r57,0r0,588xm425,-163r0,-150v0,-5,-2,-10,-6,-14r-87,-87v-4,-4,-9,-6,-15,-6r-131,0v-5,0,-10,2,-14,6r-39,39v-4,4,-6,8,-6,14r0,241v0,6,2,15,6,19r39,39v4,4,9,6,14,6r131,0v6,0,11,-2,15,-6r87,-87v4,-4,6,-9,6,-14",w:580},e:{d:"482,-229r-355,0r0,114v0,5,2,10,6,14r39,39v4,4,8,6,14,6r180,0v6,0,10,-2,14,-6r59,-60r40,40r-62,62v-14,14,-29,20,-49,20r-184,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-32,-21,-51r0,-246v0,-19,7,-37,21,-51r44,-44v14,-14,29,-20,49,-20r184,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,132xm425,-286r0,-75v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-180,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,75r298,0",w:552},f:{d:"315,-420r-155,0r0,420r-57,0r0,-420r-68,0r0,-56r68,0r0,-74v0,-22,5,-37,21,-53r44,-44v14,-14,30,-20,49,-20r98,0r0,56r-96,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,14,-6,19r0,71r155,0r0,56",w:350},g:{d:"498,-476r-16,79r0,472v0,19,-7,37,-21,51r-44,44v-14,14,-29,20,-49,20r-184,0v-20,0,-35,-6,-49,-20r-62,-62r40,-40r59,60v4,4,8,6,14,6r180,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-9,6,-14r0,-154r-58,58v-14,14,-31,21,-50,21r-133,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-244v0,-20,7,-39,21,-53r44,-44v14,-14,30,-20,49,-20r133,0v19,0,36,7,50,21r58,58r17,-79r56,0xm425,-163r0,-150v0,-5,-2,-10,-6,-14r-87,-87v-4,-4,-9,-6,-15,-6r-131,0v-5,0,-10,2,-14,6r-39,39v-4,4,-6,13,-6,19r0,241v0,6,2,10,6,14r39,39v4,4,9,6,14,6r131,0v6,0,11,-2,15,-6r87,-87v4,-4,6,-9,6,-14",w:580},h:{d:"485,0r-57,0r0,-361v0,-6,-2,-10,-6,-14r-39,-39v-4,-4,-9,-6,-14,-6r-106,0v-5,0,-11,2,-15,6r-87,87v-4,4,-6,8,-6,14r0,313r-57,0r0,-667r57,0r0,270r58,-58v14,-14,31,-21,50,-21r108,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,361",w:583},i:{d:"174,-583r-84,0r0,-84r84,0r0,84xm162,0r-57,0r0,-420r-101,0r0,-56r158,0r0,476",w:260},j:{d:"181,-583r-84,0r0,-84r84,0r0,84xm169,73v0,22,-5,37,-21,53r-44,44v-14,14,-30,20,-49,20r-100,0r0,-56r98,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-14,6,-19r0,-490r-101,0r0,-56r158,0r0,549",w:267},k:{d:"464,0r-80,0r-229,-229r0,229r-57,0r0,-667r57,0r0,396r202,-205r80,0r-225,225",w:478},l:{d:"155,0r-57,0r0,-611r-101,0r0,-56r158,0r0,667",w:253},m:{d:"701,0r-57,0r0,-361v0,-6,-2,-10,-6,-14r-39,-39v-4,-4,-9,-6,-14,-6r-49,0v-5,0,-11,2,-15,6r-87,87v-4,4,-6,8,-6,14r0,313r-57,0r0,-361v0,-6,-2,-10,-6,-14r-39,-39v-4,-4,-9,-6,-14,-6r-49,0v-5,0,-11,2,-15,6r-87,87v-4,4,-6,8,-6,14r0,313r-57,0r0,-393r-20,-83r58,0r19,79r58,-58v14,-14,31,-21,50,-21r51,0v19,0,35,6,49,20r62,62r61,-61v14,-14,31,-21,50,-21r51,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,361",w:799},n:{d:"485,0r-57,0r0,-361v0,-6,-2,-10,-6,-14r-39,-39v-4,-4,-9,-6,-14,-6r-106,0v-5,0,-11,2,-15,6r-87,87v-4,4,-6,8,-6,14r0,313r-57,0r0,-393r-20,-83r58,0r19,79r58,-58v14,-14,31,-21,50,-21r108,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,361",w:583},o:{d:"482,-117v0,20,-7,39,-21,53r-44,44v-14,14,-30,20,-49,20r-184,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r184,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,244xm425,-120r0,-241v0,-6,-2,-10,-6,-14r-39,-39v-4,-4,-9,-6,-14,-6r-180,0v-5,0,-10,2,-14,6r-39,39v-4,4,-6,8,-6,14r0,246v0,6,2,10,6,14r39,39v4,4,9,6,14,6r180,0v5,0,10,-2,14,-6r39,-39v4,-4,6,-13,6,-19",w:552},p:{d:"510,-115v0,20,-7,37,-21,51r-44,44v-14,14,-30,20,-49,20r-133,0v-19,0,-36,-7,-50,-21r-58,-58r0,270r-57,0r0,-588r-16,-79r56,0r17,79r58,-58v14,-14,31,-21,50,-21r133,0v19,0,35,6,49,20r44,44v14,14,21,33,21,53r0,244xm453,-115r0,-241v0,-6,-2,-15,-6,-19r-39,-39v-4,-4,-9,-6,-14,-6r-131,0v-6,0,-11,2,-15,6r-87,87v-4,4,-6,9,-6,14r0,150v0,5,2,10,6,14r87,87v4,4,9,6,15,6r131,0v5,0,10,-2,14,-6r39,-39v4,-4,6,-8,6,-14",w:580},q:{d:"498,-476r-16,79r0,588r-57,0r0,-270r-58,58v-14,14,-31,21,-50,21r-133,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-244v0,-20,7,-39,21,-53r44,-44v14,-14,30,-20,49,-20r133,0v19,0,36,7,50,21r58,58r17,-79r56,0xm425,-163r0,-150v0,-5,-2,-10,-6,-14r-87,-87v-4,-4,-9,-6,-15,-6r-131,0v-5,0,-10,2,-14,6r-39,39v-4,4,-6,13,-6,19r0,241v0,6,2,10,6,14r39,39v4,4,9,6,14,6r131,0v6,0,11,-2,15,-6r87,-87v4,-4,6,-9,6,-14",w:580},r:{d:"456,-290r-57,0r0,-71v0,-6,-2,-10,-6,-14r-39,-39v-4,-4,-9,-6,-14,-6r-77,0v-5,0,-11,2,-15,6r-87,87v-4,4,-6,8,-6,14r0,313r-57,0r0,-393r-20,-83r58,0r19,79r58,-58v14,-14,31,-21,50,-21r79,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,71",w:512},s:{d:"455,-117v0,21,-6,38,-21,53r-44,44v-13,13,-30,20,-49,20r-156,0v-19,0,-35,-6,-49,-20r-66,-66r39,-40r64,64v4,4,8,6,14,6r152,0v5,0,10,-2,14,-6r39,-39v5,-5,6,-13,6,-19r0,-58v0,-10,-8,-19,-18,-20r-247,-29v-36,-4,-62,-33,-62,-69r0,-65v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r156,0v19,0,35,6,49,20r65,65r-39,40r-63,-63v-4,-4,-9,-6,-14,-6r-152,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,8,-6,14r0,58v0,10,8,19,18,20r248,31v35,4,61,34,61,70r0,65",w:525},t:{d:"324,0r-98,0v-19,0,-35,-6,-49,-20r-44,-44v-16,-16,-21,-31,-21,-53r0,-303r-68,0r0,-56r68,0r0,-191r57,0r0,191r155,0r0,56r-155,0r0,300v0,5,2,15,6,19r39,39v4,4,8,6,14,6r96,0r0,56",w:366},u:{d:"505,0r-58,0r-19,-79r-58,58v-14,14,-31,21,-50,21r-108,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-361r57,0r0,361v0,6,2,10,6,14r39,39v4,4,9,6,14,6r106,0v5,0,11,-2,15,-6r87,-87v4,-4,6,-8,6,-14r0,-313r57,0r0,393",w:583},v:{d:"450,-476r-160,476r-88,0r-160,-476r60,0r145,428r146,-428r57,0",w:492},w:{d:"730,-476r-127,476r-90,0r-120,-437r-116,437r-90,0r-131,-476r59,0r116,426r114,-426r96,0r117,426r113,-426r59,0",w:786},x:{d:"440,0r-71,0r-135,-193r-137,193r-69,0r175,-238r-174,-238r71,0r135,192r135,-192r70,0r-174,237",w:468},y:{d:"437,-476r-245,666r-60,0r70,-191r-174,-475r61,0r144,394r145,-394r59,0",w:472},z:{d:"424,0r-382,0r0,-56r309,-364r-309,0r0,-56r382,0r0,56r-310,364r310,0r0,56",w:466},"{":{d:"352,158r-35,35r-111,-111v-14,-14,-21,-31,-21,-50r0,-222v0,-5,-2,-10,-6,-14r-55,-55v-10,-10,-26,-25,-26,-48v0,-21,14,-36,26,-48r55,-55v4,-4,6,-9,6,-14r0,-221v0,-19,7,-36,21,-50r111,-112r35,35r-105,105v-4,4,-6,9,-6,14r0,221v0,19,-7,36,-21,50r-55,55v-13,13,-11,29,0,40r55,55v14,14,21,31,21,50r0,222v0,5,2,10,6,14",w:394},"|":{d:"179,191r-56,0r0,-858r56,0r0,858",w:303},"}":{d:"296,-307v0,23,-16,38,-26,48r-55,55v-4,4,-6,9,-6,14r0,222v0,19,-7,36,-21,50r-111,111r-35,-35r105,-104v4,-4,6,-9,6,-14r0,-222v0,-19,7,-36,21,-50r55,-55v11,-11,13,-27,0,-40r-55,-55v-14,-14,-21,-31,-21,-50r0,-221v0,-5,-2,-10,-6,-14r-105,-105r35,-35r111,112v14,14,21,31,21,50r0,221v0,5,2,10,6,14r55,55v12,12,26,27,26,48",w:394},"~":{d:"554,-285r-147,147v-6,6,-16,13,-33,13v-15,0,-29,-7,-34,-12r-115,-115v-6,-6,-14,-7,-21,0r-115,115r-37,-37r130,-130v5,-5,18,-12,33,-12v16,0,28,7,34,13r114,114v7,6,14,6,21,0r133,-133"},"\u00c4":{d:"493,-760r-84,0r0,-84r84,0r0,84xm280,-760r-84,0r0,-84r84,0r0,84xm646,0r-64,0r-73,-191r-333,0r-72,191r-62,0r254,-667r98,0xm485,-251r-142,-381r-143,381r285,0",w:688},"\u00c5":{d:"646,0r-64,0r-72,-191r-334,0r-72,191r-62,0r225,-589v-23,-12,-39,-36,-39,-63r0,-86v0,-39,31,-70,70,-70r85,0v39,0,70,31,70,70r0,86v0,24,-12,46,-31,58xm397,-659r0,-75v0,-11,-9,-20,-20,-20r-73,0v-11,0,-20,9,-20,20r0,75v0,11,9,20,20,20r73,0v11,0,20,-9,20,-20xm486,-251r-125,-332v-3,-8,-10,-14,-18,-14v-8,0,-15,5,-18,13r-125,333r286,0",w:688},"\u00c7":{d:"575,-122r-101,101v-14,14,-31,21,-50,21r-74,0r87,87r-100,100r-40,-40r59,-59r-60,-60r28,-28r-73,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r173,0v19,0,36,7,50,21r101,101r-44,43r-97,-97v-4,-4,-8,-6,-14,-6r-165,0v-6,0,-10,2,-14,6r-75,75v-4,4,-6,9,-6,14r0,353v0,5,2,10,6,14r75,75v4,4,8,6,14,6r165,0v6,0,10,-2,14,-6r97,-97",w:631},"\u00c9":{d:"445,-872r-153,153r-72,0r153,-153r72,0xm540,0r-414,0r0,-667r414,0r0,62r-352,0r0,240r352,0r0,62r-352,0r0,241r352,0r0,62",w:638},"\u00d1":{d:"557,-796r-88,57v-12,8,-24,12,-37,12v-14,0,-28,-5,-40,-13r-88,-58v-7,-5,-15,-5,-22,0r-82,55r-29,-41r86,-56v12,-8,24,-12,37,-12v14,0,28,5,40,13r83,56v7,5,15,4,22,0r91,-57xm603,0r-102,0r-313,-608r0,608r-62,0r0,-667r102,0r313,608r0,-608r62,0r0,667",w:729},"\u00d6":{d:"515,-760r-84,0r0,-84r84,0r0,84xm302,-760r-84,0r0,-84r84,0r0,84xm636,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-232,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r232,0v19,0,36,7,50,21r82,82v14,14,21,31,21,50r0,361xm574,-157r0,-353v0,-5,-2,-10,-6,-14r-75,-75v-4,-4,-8,-6,-14,-6r-224,0v-6,0,-10,2,-14,6r-75,75v-4,4,-6,9,-6,14r0,353v0,5,2,10,6,14r75,75v4,4,8,6,14,6r224,0v6,0,10,-2,14,-6r75,-75v4,-4,6,-9,6,-14",w:734},"\u00dc":{d:"499,-760r-84,0r0,-84r84,0r0,84xm286,-760r-84,0r0,-84r84,0r0,84xm588,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-170,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-514r62,0r0,510v0,5,2,10,6,14r75,75v4,4,8,6,14,6r162,0v6,0,10,-2,14,-6r75,-75v4,-4,6,-9,6,-14r0,-510r62,0r0,514",w:700},"\u00e1":{d:"411,-667r-153,153r-72,0r153,-153r72,0xm508,-39r-39,39r-58,-58r-38,38v-14,14,-28,20,-49,20r-154,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-32,-21,-51r0,-81v0,-19,7,-36,21,-50r42,-42v14,-14,31,-21,50,-21r242,0r0,-52v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-180,0v-6,0,-10,2,-14,6r-43,43r-39,-40r45,-45v14,-14,29,-20,49,-20r184,0v19,0,36,7,49,20r44,44v13,13,21,32,21,51r0,274v0,6,2,10,6,14xm411,-145r0,-108r-239,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,79v0,6,2,10,6,14r39,39v4,4,9,6,14,6r150,0v5,0,10,-2,14,-6r69,-69v4,-4,6,-8,6,-14",w:573},"\u00e0":{d:"373,-514r-72,0r-153,-153r72,0xm508,-39r-39,39r-58,-58r-38,38v-14,14,-28,20,-49,20r-154,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-32,-21,-51r0,-81v0,-19,7,-36,21,-50r42,-42v14,-14,31,-21,50,-21r242,0r0,-52v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-180,0v-6,0,-10,2,-14,6r-43,43r-39,-40r45,-45v14,-14,29,-20,49,-20r184,0v19,0,36,7,49,20r44,44v13,13,21,32,21,51r0,274v0,6,2,10,6,14xm411,-145r0,-108r-239,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,79v0,6,2,10,6,14r39,39v4,4,9,6,14,6r150,0v5,0,10,-2,14,-6r69,-69v4,-4,6,-8,6,-14",w:573},"\u00e2":{d:"464,-535r-72,0r-114,-114r-114,114r-72,0r132,-132r108,0xm508,-39r-39,39r-58,-58r-38,38v-14,14,-28,20,-49,20r-154,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-32,-21,-51r0,-81v0,-19,7,-36,21,-50r42,-42v14,-14,31,-21,50,-21r242,0r0,-52v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-180,0v-6,0,-10,2,-14,6r-43,43r-39,-40r45,-45v14,-14,29,-20,49,-20r184,0v19,0,36,7,49,20r44,44v13,13,21,32,21,51r0,274v0,6,2,10,6,14xm411,-145r0,-108r-239,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,79v0,6,2,10,6,14r39,39v4,4,9,6,14,6r150,0v5,0,10,-2,14,-6r69,-69v4,-4,6,-8,6,-14",w:573},"\u00e4":{d:"423,-583r-84,0r0,-84r84,0r0,84xm210,-583r-84,0r0,-84r84,0r0,84xm508,-39r-39,39r-58,-58r-38,38v-14,14,-28,20,-49,20r-154,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-32,-21,-51r0,-81v0,-19,7,-36,21,-50r42,-42v14,-14,31,-21,50,-21r242,0r0,-52v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-180,0v-6,0,-10,2,-14,6r-43,43r-39,-40r45,-45v14,-14,29,-20,49,-20r184,0v19,0,36,7,49,20r44,44v13,13,21,32,21,51r0,274v0,6,2,10,6,14xm411,-145r0,-108r-239,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,79v0,6,2,10,6,14r39,39v4,4,9,6,14,6r150,0v5,0,10,-2,14,-6r69,-69v4,-4,6,-8,6,-14",w:573},"\u00e3":{d:"472,-624r-88,57v-12,8,-24,12,-37,12v-14,0,-28,-5,-40,-13r-88,-58v-7,-5,-15,-5,-22,0r-82,55r-29,-41r86,-56v12,-8,24,-12,37,-12v14,0,28,5,40,13r83,56v7,5,15,4,22,0r91,-57xm508,-39r-39,39r-58,-58r-38,38v-14,14,-28,20,-49,20r-154,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-32,-21,-51r0,-81v0,-19,7,-36,21,-50r42,-42v14,-14,31,-21,50,-21r242,0r0,-52v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-180,0v-6,0,-10,2,-14,6r-43,43r-39,-40r45,-45v14,-14,29,-20,49,-20r184,0v19,0,36,7,49,20r44,44v13,13,21,32,21,51r0,274v0,6,2,10,6,14xm411,-145r0,-108r-239,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,79v0,6,2,10,6,14r39,39v4,4,9,6,14,6r150,0v5,0,10,-2,14,-6r69,-69v4,-4,6,-8,6,-14",w:573},"\u00e5":{d:"508,-39r-39,39r-58,-58r-38,38v-14,14,-28,20,-49,20r-154,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-32,-21,-51r0,-81v0,-19,7,-36,21,-50r42,-42v14,-14,31,-21,50,-21r242,0r0,-52v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-180,0v-6,0,-10,2,-14,6r-43,43r-39,-40r45,-45v19,-19,36,-19,36,-19v0,0,-2,-8,-2,-14r0,-84v0,-37,29,-66,66,-66r80,0v37,0,67,29,67,66r0,84v0,7,-2,14,-2,14v0,0,18,0,37,19r44,44v13,13,21,32,21,51r0,274v0,6,2,10,6,14xm315,-495r0,-72v0,-10,-9,-19,-19,-19r-69,0v-10,0,-19,9,-19,19r0,72v0,10,10,19,19,19r69,0v9,0,19,-9,19,-19xm411,-145r0,-108r-239,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,79v0,6,2,10,6,14r39,39v4,4,9,6,14,6r150,0v5,0,10,-2,14,-6r69,-69v4,-4,6,-8,6,-14",w:573},"\u00e7":{d:"479,-82r-62,62v-14,14,-29,20,-49,20r-85,0r88,88r-100,100r-37,-37r63,-63r-64,-64r24,-24r-73,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-32,-21,-51r0,-246v0,-19,7,-37,21,-51r44,-44v14,-14,29,-20,49,-20r184,0v20,0,35,6,49,20r62,62r-40,40r-59,-60v-4,-4,-8,-6,-14,-6r-180,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,246v0,5,2,10,6,14r39,39v4,4,8,6,14,6r180,0v6,0,10,-2,14,-6r59,-60",w:521},"\u00e9":{d:"425,-667r-153,153r-72,0r153,-153r72,0xm482,-229r-355,0r0,114v0,5,2,10,6,14r39,39v4,4,8,6,14,6r180,0v6,0,10,-2,14,-6r59,-60r40,40r-62,62v-14,14,-29,20,-49,20r-184,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-32,-21,-51r0,-246v0,-19,7,-37,21,-51r44,-44v14,-14,29,-20,49,-20r184,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,132xm425,-286r0,-75v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-180,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,75r298,0",w:552},"\u00e8":{d:"365,-514r-72,0r-153,-153r72,0xm482,-229r-355,0r0,114v0,5,2,10,6,14r39,39v4,4,8,6,14,6r180,0v6,0,10,-2,14,-6r59,-60r40,40r-62,62v-14,14,-29,20,-49,20r-184,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-32,-21,-51r0,-246v0,-19,7,-37,21,-51r44,-44v14,-14,29,-20,49,-20r184,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,132xm425,-286r0,-75v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-180,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,75r298,0",w:552},"\u00ea":{d:"462,-535r-72,0r-114,-114r-114,114r-72,0r132,-132r108,0xm482,-229r-355,0r0,114v0,5,2,10,6,14r39,39v4,4,8,6,14,6r180,0v6,0,10,-2,14,-6r59,-60r40,40r-62,62v-14,14,-29,20,-49,20r-184,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-32,-21,-51r0,-246v0,-19,7,-37,21,-51r44,-44v14,-14,29,-20,49,-20r184,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,132xm425,-286r0,-75v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-180,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,75r298,0",w:552},"\u00eb":{d:"419,-583r-84,0r0,-84r84,0r0,84xm206,-583r-84,0r0,-84r84,0r0,84xm482,-229r-355,0r0,114v0,5,2,10,6,14r39,39v4,4,8,6,14,6r180,0v6,0,10,-2,14,-6r59,-60r40,40r-62,62v-14,14,-29,20,-49,20r-184,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-32,-21,-51r0,-246v0,-19,7,-37,21,-51r44,-44v14,-14,29,-20,49,-20r184,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,132xm425,-286r0,-75v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-180,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,75r298,0",w:552},"\u00ed":{d:"201,-667r-153,153r-72,0r153,-153r72,0xm162,0r-57,0r0,-420r-101,0r0,-56r158,0r0,476",w:260},"\u00ec":{d:"185,-514r-72,0r-153,-153r72,0xm162,0r-57,0r0,-420r-101,0r0,-56r158,0r0,476",w:260},"\u00ee":{d:"298,-535r-72,0r-114,-114r-114,114r-72,0r132,-132r108,0xm162,0r-57,0r0,-420r-101,0r0,-56r158,0r0,476",w:260},"\u00ef":{d:"260,-583r-84,0r0,-84r84,0r0,84xm47,-583r-84,0r0,-84r84,0r0,84xm162,0r-57,0r0,-420r-101,0r0,-56r158,0r0,476",w:260},"\u00f1":{d:"479,-624r-88,57v-12,8,-24,12,-37,12v-14,0,-28,-5,-40,-13r-88,-58v-7,-5,-15,-5,-22,0r-82,55r-29,-41r86,-56v12,-8,24,-12,37,-12v14,0,28,5,40,13r83,56v7,5,15,4,22,0r91,-57xm485,0r-57,0r0,-361v0,-6,-2,-10,-6,-14r-39,-39v-4,-4,-9,-6,-14,-6r-106,0v-5,0,-11,2,-15,6r-87,87v-4,4,-6,8,-6,14r0,313r-57,0r0,-393r-20,-83r58,0r19,79r58,-58v14,-14,31,-21,50,-21r108,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,361",w:583},"\u00f3":{d:"418,-667r-153,153r-72,0r153,-153r72,0xm482,-117v0,20,-7,39,-21,53r-44,44v-14,14,-30,20,-49,20r-184,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r184,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,244xm425,-120r0,-241v0,-6,-2,-10,-6,-14r-39,-39v-4,-4,-9,-6,-14,-6r-180,0v-5,0,-10,2,-14,6r-39,39v-4,4,-6,8,-6,14r0,246v0,6,2,10,6,14r39,39v4,4,9,6,14,6r180,0v5,0,10,-2,14,-6r39,-39v4,-4,6,-13,6,-19",w:552},"\u00f2":{d:"357,-514r-72,0r-153,-153r72,0xm482,-117v0,20,-7,39,-21,53r-44,44v-14,14,-30,20,-49,20r-184,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r184,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,244xm425,-120r0,-241v0,-6,-2,-10,-6,-14r-39,-39v-4,-4,-9,-6,-14,-6r-180,0v-5,0,-10,2,-14,6r-39,39v-4,4,-6,8,-6,14r0,246v0,6,2,10,6,14r39,39v4,4,9,6,14,6r180,0v5,0,10,-2,14,-6r39,-39v4,-4,6,-13,6,-19",w:552},"\u00f4":{d:"462,-535r-72,0r-114,-114r-114,114r-72,0r132,-132r108,0xm482,-117v0,20,-7,39,-21,53r-44,44v-14,14,-30,20,-49,20r-184,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r184,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,244xm425,-120r0,-241v0,-6,-2,-10,-6,-14r-39,-39v-4,-4,-9,-6,-14,-6r-180,0v-5,0,-10,2,-14,6r-39,39v-4,4,-6,8,-6,14r0,246v0,6,2,10,6,14r39,39v4,4,9,6,14,6r180,0v5,0,10,-2,14,-6r39,-39v4,-4,6,-13,6,-19",w:552},"\u00f6":{d:"424,-583r-84,0r0,-84r84,0r0,84xm211,-583r-84,0r0,-84r84,0r0,84xm482,-117v0,20,-7,39,-21,53r-44,44v-14,14,-30,20,-49,20r-184,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r184,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,244xm425,-120r0,-241v0,-6,-2,-10,-6,-14r-39,-39v-4,-4,-9,-6,-14,-6r-180,0v-5,0,-10,2,-14,6r-39,39v-4,4,-6,8,-6,14r0,246v0,6,2,10,6,14r39,39v4,4,9,6,14,6r180,0v5,0,10,-2,14,-6r39,-39v4,-4,6,-13,6,-19",w:552},"\u00f5":{d:"469,-624r-88,57v-12,8,-24,12,-37,12v-14,0,-28,-5,-40,-13r-88,-58v-7,-5,-15,-5,-22,0r-82,55r-29,-41r86,-56v12,-8,24,-12,37,-12v14,0,28,5,40,13r83,56v7,5,15,4,22,0r91,-57xm482,-117v0,20,-7,39,-21,53r-44,44v-14,14,-30,20,-49,20r-184,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r184,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,244xm425,-120r0,-241v0,-6,-2,-10,-6,-14r-39,-39v-4,-4,-9,-6,-14,-6r-180,0v-5,0,-10,2,-14,6r-39,39v-4,4,-6,8,-6,14r0,246v0,6,2,10,6,14r39,39v4,4,9,6,14,6r180,0v5,0,10,-2,14,-6r39,-39v4,-4,6,-13,6,-19",w:552},"\u00fa":{d:"434,-667r-153,153r-72,0r153,-153r72,0xm505,0r-58,0r-19,-79r-58,58v-14,14,-31,21,-50,21r-108,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-361r57,0r0,361v0,6,2,10,6,14r39,39v4,4,9,6,14,6r106,0v5,0,11,-2,15,-6r87,-87v4,-4,6,-8,6,-14r0,-313r57,0r0,393",w:583},"\u00f9":{d:"383,-514r-72,0r-153,-153r72,0xm505,0r-58,0r-19,-79r-58,58v-14,14,-31,21,-50,21r-108,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-361r57,0r0,361v0,6,2,10,6,14r39,39v4,4,9,6,14,6r106,0v5,0,11,-2,15,-6r87,-87v4,-4,6,-8,6,-14r0,-313r57,0r0,393",w:583},"\u00fb":{d:"478,-535r-72,0r-114,-114r-114,114r-72,0r132,-132r108,0xm505,0r-58,0r-19,-79r-58,58v-14,14,-31,21,-50,21r-108,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-361r57,0r0,361v0,6,2,10,6,14r39,39v4,4,9,6,14,6r106,0v5,0,11,-2,15,-6r87,-87v4,-4,6,-8,6,-14r0,-313r57,0r0,393",w:583},"\u00fc":{d:"440,-583r-84,0r0,-84r84,0r0,84xm227,-583r-84,0r0,-84r84,0r0,84xm505,0r-58,0r-19,-79r-58,58v-14,14,-31,21,-50,21r-108,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-361r57,0r0,361v0,6,2,10,6,14r39,39v4,4,9,6,14,6r106,0v5,0,11,-2,15,-6r87,-87v4,-4,6,-8,6,-14r0,-313r57,0r0,393",w:583},"\u2020":{d:"483,-422r-152,0r0,513r-56,0r0,-513r-152,0r0,-56r152,0r0,-191r56,0r0,191r152,0r0,56"},"\u00b0":{d:"438,-461v0,18,0,40,-15,55v-16,16,-40,15,-55,15r-130,0v-15,0,-39,1,-55,-15v-15,-15,-15,-37,-15,-55r0,-136v0,-18,0,-40,15,-55v16,-16,40,-15,55,-15r130,0v15,0,39,-1,55,15v15,15,15,37,15,55r0,136xm389,-464r0,-130v0,-18,-8,-24,-24,-24r-124,0v-15,0,-24,6,-24,24r0,130v0,18,9,24,24,24r124,0v16,0,24,-6,24,-24"},"\u00a2":{d:"508,-82r-62,62v-14,14,-29,20,-49,20r-66,0r0,96r-52,0r0,-96r-66,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-32,-21,-51r0,-246v0,-19,7,-37,21,-51r44,-44v14,-14,29,-20,49,-20r66,0r0,-99r52,0r0,99r66,0v20,0,35,6,49,20r62,62r-40,40r-59,-60v-4,-4,-8,-6,-14,-6r-64,0r0,364r64,0v6,0,10,-2,14,-6r59,-60xm279,-56r0,-364r-64,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,246v0,5,2,10,6,14r39,39v4,4,8,6,14,6r64,0"},"\u00a3":{d:"561,0r-477,0r0,-56r57,0r0,-249r-57,0r0,-56r57,0r0,-189v0,-19,6,-35,20,-49r47,-47v14,-14,31,-21,50,-21r190,0v19,0,36,7,50,21r63,63r-41,41r-63,-63v-4,-4,-9,-6,-14,-6r-181,0v-6,0,-11,2,-15,6r-44,44v-4,4,-5,9,-5,14r0,186r308,0r0,56r-308,0r0,249r363,0r0,56"},"\u00a7":{d:"480,-279r-29,50r-291,-174v-22,-13,-34,-35,-34,-60r0,-92v0,-19,7,-36,21,-50r41,-41v14,-14,31,-21,50,-21r129,0v19,0,34,5,48,19r65,65r-39,39r-61,-61v-4,-4,-9,-6,-14,-6r-125,0v-6,0,-11,2,-15,6r-38,38v-4,4,-5,9,-5,14r0,87v0,7,4,13,10,17xm480,-17v0,19,-7,36,-21,50r-41,41v-14,14,-31,21,-50,21r-129,0v-19,0,-34,-5,-48,-19r-65,-65r39,-39r61,61v4,4,9,6,14,6r125,0v6,0,11,-2,15,-6r38,-38v4,-4,5,-9,5,-14r0,-87v0,-7,-4,-13,-10,-17r-287,-170r29,-50r291,174v22,13,34,35,34,60r0,92"},"\u2022":{d:"320,-264r-140,0r0,-140r140,0r0,140",w:500},"\u00b6":{d:"480,0r-56,0r0,-611r-84,0r0,611r-56,0r0,-318r-108,0v-20,0,-37,-8,-51,-22r-52,-52v-13,-13,-17,-29,-17,-48r0,-105v0,-19,4,-35,17,-48r52,-52v14,-14,31,-22,51,-22r304,0r0,667xm284,-374r0,-237r-105,0v-6,0,-11,2,-15,6r-47,47v-4,4,-5,9,-5,14r0,103v0,5,1,10,5,14r47,47v4,4,9,6,15,6r105,0"},"\u00df":{d:"494,-115v0,19,-7,36,-21,50r-44,44v-14,14,-31,21,-50,21r-181,0r0,-56r175,0v6,0,10,-2,14,-6r44,-44v4,-4,6,-9,6,-14r0,-149v0,-5,-2,-10,-6,-14r-36,-36v-4,-4,-8,-6,-14,-6r-155,0r0,-56r154,0v5,0,10,-1,14,-5r37,-37v4,-4,6,-9,6,-15r0,-111v0,-6,-1,-10,-5,-14r-42,-42v-4,-4,-10,-6,-15,-6r-172,0v-6,0,-11,2,-15,6r-42,42v-4,4,-5,9,-5,14r0,739r-57,0r0,-740v0,-19,6,-35,19,-48r47,-47v14,-14,31,-22,51,-22r176,0v19,0,38,9,51,22r47,47v14,14,19,28,19,48r0,112v0,20,-7,37,-21,51r-34,34r35,35v14,14,20,29,20,48r0,155",w:564},"\u00ae":{d:"502,-460v0,127,-103,230,-230,230v-127,0,-230,-103,-230,-230v0,-127,103,-230,230,-230v127,0,230,103,230,230xm469,-460v0,-109,-88,-199,-197,-199v-109,0,-197,90,-197,199v0,109,88,199,197,199v109,0,197,-90,197,-199xm381,-316r-36,0r-85,-120v-3,-4,-7,-6,-11,-6r-27,0r0,126r-32,0r0,-289r125,0v13,0,24,5,33,14r19,20v9,8,11,18,11,31r0,33v0,13,-2,23,-11,31r-19,20v-9,9,-20,14,-33,14r-24,0xm346,-507r0,-34v0,-3,0,-7,-3,-9r-21,-21v-2,-3,-6,-4,-9,-4r-91,0r0,102r91,0v3,0,7,-1,9,-4r21,-21v3,-2,3,-6,3,-9",w:544},"\u00a9":{d:"770,-333v0,197,-160,357,-357,357v-197,0,-357,-160,-357,-357v0,-197,160,-357,357,-357v197,0,357,160,357,357xm720,-333v0,-170,-137,-309,-307,-309v-170,0,-307,139,-307,309v0,170,137,309,307,309v170,0,307,-139,307,-309xm588,-189r-69,69v-10,9,-21,14,-34,14r-148,0v-13,0,-24,-5,-34,-14r-56,-56v-10,-10,-14,-21,-14,-34r0,-247v0,-13,4,-24,14,-34r56,-56v10,-10,21,-14,34,-14r148,0v13,0,24,4,34,14r69,69r-34,34r-63,-63v-3,-3,-5,-4,-9,-4r-142,0v-4,0,-6,1,-9,4r-44,44v-3,3,-4,7,-4,10r0,239v0,3,1,7,4,10r44,44v3,3,5,4,9,4r142,0v4,0,6,-1,9,-4r63,-63",w:826},"\u2122":{d:"815,-234r-50,0r0,-393r-128,393r-65,0r-128,-393r0,393r-50,0r0,-433r88,0r122,383r123,-383r88,0r0,433xm342,-617r-139,0r0,383r-50,0r0,-383r-139,0r0,-50r328,0r0,50",w:941},"\u00b4":{d:"345,-667r-153,153r-72,0r153,-153r72,0",w:465},"\u00a8":{d:"381,-583r-84,0r0,-84r84,0r0,84xm168,-583r-84,0r0,-84r84,0r0,84",w:465},"\u2260":{d:"541,-116r-325,0r-116,116r-35,-35r81,-81r-81,0r0,-52r134,0r142,-142r-276,0r0,-52r328,0r114,-114r34,34r-80,80r80,0r0,52r-132,0r-141,142r273,0r0,52"},"\u00c6":{d:"779,0r-341,0r0,-303r-264,0r0,303r-62,0r0,-515v0,-20,8,-37,22,-51r81,-81v13,-13,29,-20,48,-20r516,0r0,62r-279,0r0,240r279,0r0,62r-279,0r0,241r279,0r0,62xm438,-365r0,-240r-171,0v-5,0,-10,2,-14,6r-73,73v-4,4,-6,8,-6,14r0,147r264,0",w:877},"\u00d8":{d:"636,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-165,0r-33,139r-56,-14r30,-125r-8,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r168,0r34,-141r55,13r-31,128r6,0v19,0,36,7,50,21r82,82v14,14,21,31,21,50r0,361xm574,-157r0,-353v0,-5,-2,-10,-6,-14r-75,-75v-4,-4,-8,-6,-14,-6r-16,0r-130,543r146,0v6,0,10,-2,14,-6r75,-75v4,-4,6,-9,6,-14xm404,-605r-149,0v-6,0,-10,2,-14,6r-75,75v-4,4,-6,9,-6,14r0,353v0,5,2,10,6,14r75,75v4,4,8,6,14,6r19,0",w:734},"\u221e":{d:"643,-427r-35,35r-182,-186r2,307v0,20,-7,35,-20,48r-223,223r-35,-34r223,-223v4,-4,6,-8,6,-14r2,-307r-182,186r-35,-35r240,-240",w:807},"\u00b1":{d:"541,-240r-212,0r0,184r-52,0r0,-184r-212,0r0,-52r212,0r0,-184r52,0r0,184r212,0r0,52xm541,52r-476,0r0,-52r476,0r0,52"},"\u2264":{d:"418,-93r-37,37r-210,-210r210,-210r37,37r-173,173xm467,52r-328,0r0,-52r328,0r0,52"},"\u2265":{d:"435,-266r-210,210r-37,-37r173,-173r-173,-173r37,-37xm467,52r-328,0r0,-52r328,0r0,52"},"\u00a5":{d:"565,-667r-159,245r106,0r0,50r-138,0r-41,62r0,13r179,0r0,50r-179,0r0,247r-60,0r0,-247r-179,0r0,-50r179,0r0,-13r-42,-62r-137,0r0,-50r106,0r-159,-245r72,0r190,297r190,-297r72,0"},"\u03bc":{d:"517,0r-58,0r-19,-79r-58,58v-14,14,-31,21,-50,21r-73,0v-19,0,-35,-6,-49,-20r-43,-43r0,254r-57,0r0,-667r57,0r0,326v0,6,2,10,6,14r74,74v4,4,9,6,14,6r71,0v5,0,11,-2,15,-6r87,-87v4,-4,6,-8,6,-14r0,-313r57,0r0,393"},"\u2202":{d:"575,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-116,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-37r62,0r0,33v0,5,2,10,6,14r75,75v4,4,8,6,14,6r108,0v6,0,10,-2,14,-6r75,-75v4,-4,6,-9,6,-14r0,-448r-204,0r0,-62r266,0r0,514xm215,-286r-62,0r0,-319r-132,0r0,-62r194,0r0,381",w:687},"\u2211":{d:"432,-583r-84,0r0,-84r84,0r0,84xm174,-583r-84,0r0,-84r84,0r0,84xm420,73v0,22,-5,37,-21,53r-44,44v-14,14,-30,20,-49,20r-100,0r0,-56r98,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-14,6,-19r0,-490r-101,0r0,-56r158,0r0,549xm162,0r-57,0r0,-420r-101,0r0,-56r158,0r0,476",w:518},"\u220f":{d:"737,-328r-49,0r2,-260r-256,259v-14,14,-30,20,-49,20r-315,0r0,-49r315,0v6,0,10,-2,14,-6r259,-256r-260,2r0,-49r339,0r0,339",w:807},"\u03c0":{d:"737,-309r-315,0v-19,0,-35,-6,-49,-20r-256,-259r2,260r-49,0r0,-339r339,0r0,49r-260,-2r259,256v4,4,8,6,14,6r315,0r0,49",w:807},"\u222b":{d:"737,0r-339,0r0,-49r260,2r-259,-256v-4,-4,-8,-6,-14,-6r-315,0r0,-49r315,0v19,0,35,6,49,20r256,259r-2,-260r49,0r0,339",w:807},"\u00aa":{d:"350,-367r-33,33r-37,-37r-23,23v-10,10,-21,14,-36,14r-117,0v-14,0,-26,-4,-36,-14r-32,-32v-10,-10,-15,-23,-15,-37r0,-50v0,-14,5,-27,15,-37r32,-32v10,-10,22,-14,36,-14r170,0r0,-35v0,-4,-1,-8,-4,-11r-21,-21v-3,-3,-6,-4,-10,-4r-134,0v-4,0,-7,1,-10,4r-27,27r-32,-31r32,-32v10,-10,22,-14,36,-14r136,0v14,0,26,4,36,14r32,32v10,10,15,23,15,37r0,184v0,4,1,7,4,10xm274,-435r0,-69r-168,0v-4,0,-8,1,-11,4r-21,21v-3,3,-4,7,-4,11r0,52v0,4,1,8,4,11r21,21v3,3,7,4,11,4r112,0v4,0,8,-1,11,-4r41,-41v3,-3,4,-6,4,-10",w:386},"\u00ba":{d:"344,-417v0,14,-5,27,-15,37r-32,32v-10,10,-22,14,-36,14r-136,0v-14,0,-26,-4,-36,-14r-32,-32v-10,-10,-15,-23,-15,-37r0,-167v0,-14,5,-27,15,-37r32,-32v10,-10,22,-14,36,-14r136,0v14,0,26,4,36,14r32,32v10,10,15,23,15,37r0,167xm295,-416r0,-169v0,-4,-1,-8,-4,-11r-21,-21v-3,-3,-6,-4,-10,-4r-133,0v-4,0,-8,1,-11,4r-21,21v-3,3,-4,7,-4,11r0,169v0,4,1,8,4,11r21,21v3,3,7,4,11,4r133,0v4,0,7,-1,10,-4r21,-21v3,-3,4,-7,4,-11",w:386},"\u03a9":{d:"737,-309r-315,0v-6,0,-10,2,-14,6r-259,256r260,-2r0,49r-339,0r0,-339r49,0r-2,260r256,-259v14,-14,30,-20,49,-20r315,0r0,49",w:807},"\u00e6":{d:"700,-229r-281,0r0,114v0,6,2,10,6,14r39,39v4,4,9,6,14,6r106,0v6,0,10,-2,14,-6r59,-60r40,40r-62,62v-14,14,-29,20,-49,20r-110,0v-19,0,-37,-7,-51,-21r-34,-34r-35,35v-14,14,-28,20,-49,20r-137,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-32,-21,-51r0,-58v0,-19,7,-36,21,-50r42,-42v14,-14,31,-21,50,-21r193,0r0,-75v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-131,0v-6,0,-10,2,-14,6r-43,43r-39,-40r45,-45v14,-14,29,-20,49,-20r136,0v19,0,36,7,49,20r36,36r36,-36v14,-14,29,-20,49,-20r110,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,132xm643,-286r0,-75v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-106,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,75r224,0xm362,-115r0,-115r-190,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,56v0,6,2,10,6,14r39,39v4,4,9,6,14,6r131,0v5,0,10,-2,14,-6r39,-39v4,-4,6,-8,6,-14",w:770},"\u00f8":{d:"482,-117v0,19,-6,38,-21,53r-44,44v-14,14,-30,20,-49,20r-143,0r-30,94r-48,-16r25,-79v0,0,-18,0,-37,-19r-44,-44v-14,-14,-21,-32,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r142,0r31,-96r48,17r-26,80v0,0,20,1,38,19r44,44v14,14,21,32,21,51r0,244xm425,-120r0,-241v0,-6,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-5,0r-117,364r122,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-14,6,-19xm308,-420r-122,0v-5,0,-10,2,-14,6r-39,39v-4,4,-6,8,-6,14r0,246v0,5,2,10,6,14r39,39v4,4,8,6,14,6r4,0",w:552},"\u00bf":{d:"326,-392r-84,0r0,-84r84,0r0,84xm445,110r-61,61v-14,14,-29,20,-48,20r-126,0v-19,0,-34,-6,-48,-20r-43,-43v-14,-14,-21,-30,-21,-50r0,-117v0,-19,7,-36,21,-50r130,-130v4,-4,6,-8,6,-14r0,-59r57,0r0,60v0,19,-6,35,-20,49r-131,131v-4,4,-6,9,-6,14r0,113v0,6,3,11,7,15r40,40v4,4,9,5,14,5r115,0v6,0,10,-2,14,-6r60,-60",w:501},"\u00a1":{d:"194,-392r-84,0r0,-84r84,0r0,84xm180,191r-57,0r0,-477r57,0r0,477",w:303},"\u00ac":{d:"541,0r-52,0r0,-310r-424,0r0,-52r476,0r0,362"},"\u221a":{d:"657,-633r-223,223v-4,4,-6,8,-6,14r-2,307r182,-186r35,35r-240,240r-239,-240r35,-35r182,186r-2,-307v0,-20,7,-35,20,-48r223,-223",w:807},"\u0192":{d:"443,-420r-155,0r0,498v0,19,-7,35,-20,48r-61,61r-40,-40r59,-59v4,-4,5,-9,5,-14r0,-494r-68,0r0,-56r68,0r0,-74v0,-22,5,-37,21,-53r44,-44v14,-14,30,-20,49,-20r98,0r0,56r-96,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,14,-6,19r0,71r155,0r0,56"},"\u2248":{d:"554,-391r-147,147v-6,6,-16,13,-33,13v-15,0,-29,-7,-34,-12r-115,-115v-6,-6,-14,-7,-21,0r-115,115r-37,-37r130,-130v5,-5,18,-12,33,-12v16,0,28,7,34,13r114,114v7,6,14,6,21,0r133,-133xm554,-197r-147,147v-6,6,-16,13,-33,13v-15,0,-29,-7,-34,-12r-115,-115v-6,-6,-14,-7,-21,0r-115,115r-37,-37r130,-130v5,-5,18,-12,33,-12v16,0,28,7,34,13r114,114v7,6,14,6,21,0r133,-133"},"\u0394":{d:"737,-115r-34,35r-223,-223v-4,-4,-8,-6,-14,-6r-307,-2r186,182r-35,35r-240,-240r240,-239r35,35r-186,182r307,-2v20,0,35,7,48,20",w:807},"\u00ab":{d:"487,-92r-39,39r-136,-136v-14,-14,-20,-31,-20,-49v0,-18,6,-35,20,-49r136,-136r39,39r-132,132v-8,8,-8,20,0,28xm293,-92r-39,39r-136,-136v-14,-14,-20,-31,-20,-49v0,-18,6,-35,20,-49r136,-136r39,39r-132,132v-8,8,-8,20,0,28",w:585},"\u00bb":{d:"487,-238v0,18,-6,35,-20,49r-136,136r-39,-39r132,-132v8,-8,8,-20,0,-28r-132,-132r39,-39r136,136v14,14,20,31,20,49xm293,-238v0,18,-6,35,-20,49r-136,136r-39,-39r132,-132v8,-8,8,-20,0,-28r-132,-132r39,-39r136,136v14,14,20,31,20,49",w:585},"\u2026":{d:"875,0r-84,0r0,-84r84,0r0,84xm542,0r-84,0r0,-84r84,0r0,84xm209,0r-84,0r0,-84r84,0r0,84",w:1000},"\u00a0":{w:303},"\u00c0":{d:"387,-719r-72,0r-153,-153r72,0xm646,0r-64,0r-73,-191r-333,0r-72,191r-62,0r254,-667r98,0xm485,-251r-142,-381r-143,381r285,0",w:688},"\u00c3":{d:"537,-796r-88,57v-12,8,-24,12,-37,12v-14,0,-28,-5,-40,-13r-88,-58v-7,-5,-15,-5,-22,0r-82,55r-29,-41r86,-56v12,-8,24,-12,37,-12v14,0,28,5,40,13r83,56v7,5,15,4,22,0r91,-57xm646,0r-64,0r-73,-191r-333,0r-72,191r-62,0r254,-667r98,0xm485,-251r-142,-381r-143,381r285,0",w:688},"\u00d5":{d:"560,-796r-88,57v-12,8,-24,12,-37,12v-14,0,-28,-5,-40,-13r-88,-58v-7,-5,-15,-5,-22,0r-82,55r-29,-41r86,-56v12,-8,24,-12,37,-12v14,0,28,5,40,13r83,56v7,5,15,4,22,0r91,-57xm636,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-232,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r232,0v19,0,36,7,50,21r82,82v14,14,21,31,21,50r0,361xm574,-157r0,-353v0,-5,-2,-10,-6,-14r-75,-75v-4,-4,-8,-6,-14,-6r-224,0v-6,0,-10,2,-14,6r-75,75v-4,4,-6,9,-6,14r0,353v0,5,2,10,6,14r75,75v4,4,8,6,14,6r224,0v6,0,10,-2,14,-6r75,-75v4,-4,6,-9,6,-14",w:734},"\u0152":{d:"765,0r-514,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r514,0r0,62r-279,0r0,240r279,0r0,62r-279,0r0,241r279,0r0,62xm424,-62r0,-543r-169,0v-6,0,-10,2,-14,6r-75,75v-4,4,-6,9,-6,14r0,353v0,5,2,10,6,14r75,75v4,4,8,6,14,6r169,0",w:863},"\u0153":{d:"714,-229r-281,0r0,114v0,6,2,10,6,14r39,39v4,4,9,6,14,6r106,0v6,0,10,-2,14,-6r59,-60r40,40r-62,62v-14,14,-29,20,-49,20r-110,0v-19,0,-37,-7,-51,-21r-34,-34r-35,35v-14,14,-31,20,-49,20r-137,0v-18,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-32,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v13,-13,30,-20,49,-20r136,0v19,0,36,7,50,21r35,35r36,-36v14,-14,29,-20,49,-20r110,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,132xm657,-286r0,-75v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-106,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,75r224,0xm378,-115r0,-246v0,-6,-2,-10,-6,-14r-39,-39v-4,-4,-9,-6,-14,-6r-133,0v-5,0,-10,2,-14,6r-39,39v-4,4,-6,8,-6,14r0,246v0,5,2,10,6,14r39,39v4,4,8,6,14,6r133,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-9,6,-14",w:784},"\u2013":{d:"553,-213r-500,0r0,-50r500,0r0,50"},"\u2014":{d:"900,-213r-799,0r-1,-50r800,0r0,50",w:1000},"\u201c":{d:"452,-647r-30,30v-4,4,-7,8,-7,14r0,167r-62,0r0,-168v0,-22,5,-35,20,-50r36,-36xm220,-647r-30,30v-4,4,-7,8,-7,14r0,167r-62,0r0,-168v0,-22,5,-35,20,-50r36,-36",w:535},"\u201d":{d:"414,-499v0,22,-5,35,-20,50r-36,36r-43,-43r30,-30v4,-4,7,-8,7,-14r0,-167r62,0r0,168xm182,-499v0,22,-5,35,-20,50r-36,36r-43,-43r30,-30v4,-4,7,-8,7,-14r0,-167r62,0r0,168",w:535},"\u2018":{d:"220,-647r-30,30v-4,4,-7,8,-7,14r0,167r-62,0r0,-168v0,-22,5,-35,20,-50r36,-36",w:303},"\u2019":{d:"182,-499v0,22,-5,35,-20,50r-36,36r-43,-43r30,-30v4,-4,7,-8,7,-14r0,-167r62,0r0,168",w:303},"\u00f7":{d:"345,-393r-84,0r0,-84r84,0r0,84xm541,-212r-476,0r0,-50r476,0r0,50xm345,0r-84,0r0,-84r84,0r0,84"},"\u25ca":{d:"737,-333r-240,239r-35,-35r186,-182r-307,2v-20,0,-35,-7,-48,-20r-223,-223r34,-35r223,223v4,4,8,6,14,6r307,2r-186,-182r35,-35",w:807},"\u00ff":{d:"381,-583r-84,0r0,-84r84,0r0,84xm168,-583r-84,0r0,-84r84,0r0,84xm437,-476r-245,666r-60,0r70,-191r-174,-475r61,0r144,394r145,-394r59,0",w:472},"\u0178":{d:"447,-760r-84,0r0,-84r84,0r0,84xm234,-760r-84,0r0,-84r84,0r0,84xm569,-667r-239,372r0,295r-62,0r0,-295r-240,-372r73,0r199,307r198,-307r71,0",w:597},"\u2044":{d:"349,-672r-362,672r-49,0r362,-672r49,0",w:287},"\u00a4":{d:"556,-122r-101,101v-14,14,-31,21,-50,21r-112,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-94r-84,0r0,-50r84,0r0,-75r-84,0r0,-50r84,0r0,-92v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r112,0v19,0,36,7,50,21r101,101r-40,41r-101,-101v-4,-4,-8,-6,-14,-6r-104,0v-6,0,-10,2,-14,6r-81,81v-4,4,-6,9,-6,14r0,88r153,0r0,50r-153,0r0,75r153,0r0,50r-153,0r0,90v0,5,2,10,6,14r81,81v4,4,8,6,14,6r104,0v6,0,10,-2,14,-6r100,-101"},"\u2039":{d:"293,-92r-39,39r-136,-136v-14,-14,-20,-31,-20,-49v0,-18,6,-35,20,-49r136,-136r39,39r-132,132v-8,8,-8,20,0,28",w:391},"\u203a":{d:"293,-238v0,18,-6,35,-20,49r-136,136r-39,-39r132,-132v8,-8,8,-20,0,-28r-132,-132r39,-39r136,136v14,14,20,31,20,49",w:391},"\ufb01":{d:"485,-583r-84,0r0,-84r84,0r0,84xm473,0r-57,0r0,-420r-256,0r0,420r-57,0r0,-420r-68,0r0,-56r68,0r0,-74v0,-22,5,-37,21,-53r44,-44v14,-14,30,-20,49,-20r98,0r0,56r-96,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,14,-6,19r0,71r313,0r0,476",w:571},"\ufb02":{d:"473,0r-57,0r0,-611r-197,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,14,-6,19r0,71r155,0r0,56r-155,0r0,420r-57,0r0,-420r-68,0r0,-56r68,0r0,-74v0,-22,5,-37,21,-53r44,-44v14,-14,30,-20,49,-20r256,0r0,667",w:571},"\u2021":{d:"483,-209r-152,0r0,300r-56,0r0,-300r-152,0r0,-56r152,0r0,-157r-152,0r0,-56r152,0r0,-191r56,0r0,191r152,0r0,56r-152,0r0,157r152,0r0,56"},"\u00b7":{d:"193,-292r-84,0r0,-84r84,0r0,84",w:303},"\u201a":{d:"182,84v0,22,-5,35,-20,50r-36,36r-43,-43r30,-30v4,-4,7,-8,7,-14r0,-167r62,0r0,168",w:303},"\u201e":{d:"414,84v0,22,-5,35,-20,50r-36,36r-43,-43r30,-30v4,-4,7,-8,7,-14r0,-167r62,0r0,168xm182,84v0,22,-5,35,-20,50r-36,36r-43,-43r30,-30v4,-4,7,-8,7,-14r0,-167r62,0r0,168",w:535},"\u2030":{d:"1068,-69v0,11,-5,22,-12,29r-26,26v-10,10,-20,14,-32,14r-109,0v-12,0,-22,-4,-32,-14r-26,-26v-7,-7,-12,-18,-12,-29r0,-254v0,-11,5,-22,12,-29r26,-26v10,-10,20,-14,32,-14r109,0v12,0,22,4,32,14r26,26v7,7,12,18,12,29r0,254xm745,-69v0,11,-5,22,-12,29r-26,26v-10,10,-20,14,-32,14r-109,0v-12,0,-22,-4,-32,-14r-26,-26v-7,-7,-12,-18,-12,-29r0,-254v0,-11,5,-22,12,-29r26,-26v10,-10,20,-14,32,-14r109,0v12,0,22,4,32,14r26,26v7,7,12,18,12,29r0,254xm627,-672r-362,672r-49,0r362,-672r49,0xm347,-349v0,11,-5,22,-12,29r-26,26v-10,10,-20,14,-32,14r-109,0v-12,0,-22,-4,-32,-14r-26,-26v-7,-7,-12,-18,-12,-29r0,-254v0,-11,5,-22,12,-29r26,-26v10,-10,20,-14,32,-14r109,0v12,0,22,4,32,14r26,26v7,7,12,18,12,29r0,254xm1021,-75r0,-244v0,-2,-1,-4,-3,-6r-18,-18v-1,-1,-4,-2,-6,-2r-101,0v-2,0,-5,1,-6,2r-18,18v-2,2,-3,4,-3,6r0,246v0,2,1,4,3,6r18,18v1,1,4,2,6,2r101,0v2,0,5,-1,6,-2r18,-18v2,-2,3,-6,3,-8xm698,-75r0,-244v0,-2,-1,-4,-3,-6r-18,-18v-1,-1,-4,-2,-6,-2r-101,0v-2,0,-5,1,-6,2r-18,18v-2,2,-3,4,-3,6r0,246v0,2,1,4,3,6r18,18v1,1,4,2,6,2r101,0v2,0,5,-1,6,-2r18,-18v2,-2,3,-6,3,-8xm300,-355r0,-244v0,-2,-1,-4,-3,-6r-18,-18v-1,-1,-4,-2,-6,-2r-101,0v-2,0,-5,1,-6,2r-18,18v-2,2,-3,4,-3,6r0,246v0,2,1,4,3,6r18,18v1,1,4,2,6,2r101,0v2,0,5,-1,6,-2r18,-18v2,-2,3,-6,3,-8",w:1166},"\u00c2":{d:"530,-740r-72,0r-114,-114r-114,114r-72,0r132,-132r108,0xm646,0r-64,0r-73,-191r-333,0r-72,191r-62,0r254,-667r98,0xm485,-251r-142,-381r-143,381r285,0",w:688},"\u00ca":{d:"519,-740r-72,0r-114,-114r-114,114r-72,0r132,-132r108,0xm540,0r-414,0r0,-667r414,0r0,62r-352,0r0,240r352,0r0,62r-352,0r0,241r352,0r0,62",w:638},"\u00c1":{d:"528,-872r-153,153r-72,0r153,-153r72,0xm646,0r-64,0r-73,-191r-333,0r-72,191r-62,0r254,-667r98,0xm485,-251r-142,-381r-143,381r285,0",w:688},"\u00cb":{d:"482,-760r-84,0r0,-84r84,0r0,84xm269,-760r-84,0r0,-84r84,0r0,84xm540,0r-414,0r0,-667r414,0r0,62r-352,0r0,240r352,0r0,62r-352,0r0,241r352,0r0,62",w:638},"\u00c8":{d:"445,-719r-72,0r-153,-153r72,0xm540,0r-414,0r0,-667r414,0r0,62r-352,0r0,240r352,0r0,62r-352,0r0,241r352,0r0,62",w:638},"\u00cd":{d:"358,-872r-153,153r-72,0r153,-153r72,0xm374,0r-318,0r0,-56r128,0r0,-555r-128,0r0,-56r318,0r0,56r-128,0r0,555r128,0r0,56",w:430},"\u00ce":{d:"401,-740r-72,0r-114,-114r-114,114r-72,0r132,-132r108,0xm374,0r-318,0r0,-56r128,0r0,-555r-128,0r0,-56r318,0r0,56r-128,0r0,555r128,0r0,56",w:430},"\u00cf":{d:"364,-760r-84,0r0,-84r84,0r0,84xm151,-760r-84,0r0,-84r84,0r0,84xm374,0r-318,0r0,-56r128,0r0,-555r-128,0r0,-56r318,0r0,56r-128,0r0,555r128,0r0,56",w:430},"\u00cc":{d:"297,-719r-72,0r-153,-153r72,0xm374,0r-318,0r0,-56r128,0r0,-555r-128,0r0,-56r318,0r0,56r-128,0r0,555r128,0r0,56",w:430},"\u00d3":{d:"523,-872r-153,153r-72,0r153,-153r72,0xm636,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-232,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r232,0v19,0,36,7,50,21r82,82v14,14,21,31,21,50r0,361xm574,-157r0,-353v0,-5,-2,-10,-6,-14r-75,-75v-4,-4,-8,-6,-14,-6r-224,0v-6,0,-10,2,-14,6r-75,75v-4,4,-6,9,-6,14r0,353v0,5,2,10,6,14r75,75v4,4,8,6,14,6r224,0v6,0,10,-2,14,-6r75,-75v4,-4,6,-9,6,-14",w:734},"\u00d4":{d:"553,-740r-72,0r-114,-114r-114,114r-72,0r132,-132r108,0xm636,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-232,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r232,0v19,0,36,7,50,21r82,82v14,14,21,31,21,50r0,361xm574,-157r0,-353v0,-5,-2,-10,-6,-14r-75,-75v-4,-4,-8,-6,-14,-6r-224,0v-6,0,-10,2,-14,6r-75,75v-4,4,-6,9,-6,14r0,353v0,5,2,10,6,14r75,75v4,4,8,6,14,6r224,0v6,0,10,-2,14,-6r75,-75v4,-4,6,-9,6,-14",w:734},"\u00d2":{d:"440,-719r-72,0r-153,-153r72,0xm636,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-232,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r232,0v19,0,36,7,50,21r82,82v14,14,21,31,21,50r0,361xm574,-157r0,-353v0,-5,-2,-10,-6,-14r-75,-75v-4,-4,-8,-6,-14,-6r-224,0v-6,0,-10,2,-14,6r-75,75v-4,4,-6,9,-6,14r0,353v0,5,2,10,6,14r75,75v4,4,8,6,14,6r224,0v6,0,10,-2,14,-6r75,-75v4,-4,6,-9,6,-14",w:734},"\u00da":{d:"519,-872r-153,153r-72,0r153,-153r72,0xm588,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-170,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-514r62,0r0,510v0,5,2,10,6,14r75,75v4,4,8,6,14,6r162,0v6,0,10,-2,14,-6r75,-75v4,-4,6,-9,6,-14r0,-510r62,0r0,514",w:700},"\u00db":{d:"536,-740r-72,0r-114,-114r-114,114r-72,0r132,-132r108,0xm588,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-170,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-514r62,0r0,510v0,5,2,10,6,14r75,75v4,4,8,6,14,6r162,0v6,0,10,-2,14,-6r75,-75v4,-4,6,-9,6,-14r0,-510r62,0r0,514",w:700},"\u00d9":{d:"436,-719r-72,0r-153,-153r72,0xm588,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-170,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-514r62,0r0,510v0,5,2,10,6,14r75,75v4,4,8,6,14,6r162,0v6,0,10,-2,14,-6r75,-75v4,-4,6,-9,6,-14r0,-510r62,0r0,514",w:700},"\u0131":{d:"162,0r-57,0r0,-420r-101,0r0,-56r158,0r0,476",w:260},"\u02c6":{d:"419,-535r-72,0r-114,-114r-114,114r-72,0r132,-132r108,0",w:465},"\u02dc":{d:"426,-624r-88,57v-12,8,-24,12,-37,12v-14,0,-28,-5,-40,-13r-88,-58v-7,-5,-15,-5,-22,0r-82,55r-29,-41r86,-56v12,-8,24,-12,37,-12v14,0,28,5,40,13r83,56v7,5,15,4,22,0r91,-57",w:465},"\u00af":{d:"387,-576r-308,0r0,-50r308,0r0,50",w:465},"\u02d8":{d:"379,-609v0,14,-6,23,-15,32r-51,51v-10,10,-21,12,-34,12r-92,0v-13,0,-24,-2,-34,-12r-51,-51v-9,-9,-15,-18,-15,-32r0,-58r50,0r0,56v0,4,2,6,5,9r38,38v3,3,6,3,10,3r86,0v4,0,7,0,10,-3r38,-38v3,-3,5,-5,5,-9r0,-56r50,0r0,58",w:465},"\u02d9":{d:"275,-583r-84,0r0,-84r84,0r0,84",w:465},"\u02da":{d:"339,-580v0,37,-30,66,-67,66r-80,0v-37,0,-66,-29,-66,-66r0,-84v0,-37,29,-66,66,-66r80,0v37,0,67,29,67,66r0,84xm286,-586r0,-72v0,-10,-9,-19,-19,-19r-69,0v-10,0,-19,9,-19,19r0,72v0,10,10,19,19,19r69,0v9,0,19,-9,19,-19",w:465},"\u00b8":{d:"303,88r-100,100r-40,-40r59,-59r-60,-60r41,-41",w:465},"\u02dd":{d:"453,-667r-153,153r-72,0r153,-153r72,0xm237,-667r-153,153r-72,0r153,-153r72,0",w:465},"\u02db":{d:"303,29r-60,60r59,59r-40,40r-100,-100r100,-100",w:465},"\u02c7":{d:"419,-667r-132,132r-108,0r-132,-132r72,0r114,114r114,-114r72,0",w:465}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * �The digitally encoded machine readable outline data for producing the
 * typefaces licensed to you is copyrighted (C), 1998 by The Foundry, London. All
 * Rights Reserved.
 */
Cufon.registerFont({w:608,face:{"font-family":"FoundryGridnik","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 8 3 0 0 0 0 0 0",ascent:"726",descent:"-274",bbox:"-62 -883 1189 325","underline-thickness":"50","underline-position":"-100",stemh:"120.000",stemv:"114.000","unicode-range":"U+0020-U+FB02"},glyphs:{" ":{w:304},"\u00d0":{d:"619,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-354,0r0,-277r-92,0r0,-114r92,0r0,-276r354,0v19,0,36,7,50,21r82,82v14,14,21,31,21,50r0,361xm499,-173r0,-321v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-208,0r0,162r133,0r0,114r-133,0r0,163r208,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-9,6,-14",w:703},"\u00f0":{d:"497,-117v0,20,-7,39,-21,53r-44,44v-14,14,-30,20,-49,20r-213,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-218v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r107,0r-85,-85r-38,38r-40,-40r38,-38r-52,-52r68,-68r52,52r38,-38r40,40r-38,38r216,217v14,14,21,31,21,51r0,216xm383,-121r0,-206v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-171,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,206v0,6,2,10,6,14r1,1v4,4,9,6,14,6r171,0v5,0,10,-2,14,-6r1,-1v4,-4,6,-8,6,-14",w:553},"\u0141":{d:"559,0r-447,0r0,-245r-53,53r-40,-40r93,-93r0,-342r120,0r0,222r53,-53r40,40r-93,93r0,251r327,0r0,114",w:580},"\u0142":{d:"303,-451r-91,91r0,360r-114,0r0,-246r-47,47r-40,-40r87,-87r0,-241r-101,0r0,-100r215,0r0,228r51,-52",w:303},"\u0160":{d:"539,-872r-132,132r-108,0r-132,-132r109,0r77,77r77,-77r109,0xm637,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-279,0v-19,0,-36,-7,-50,-21r-85,-85r80,-81r67,67v4,4,8,6,14,6r227,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-9,6,-14r0,-64v0,-10,-9,-19,-19,-20r-359,-48v-39,-5,-69,-40,-69,-78r0,-131v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r279,0v19,0,36,7,50,21r85,85r-80,81r-67,-67v-4,-4,-8,-6,-14,-6r-227,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,64v0,10,8,19,18,20r360,48v39,5,69,40,69,78r0,131",w:707},"\u0161":{d:"449,-667r-132,132r-108,0r-132,-132r109,0r77,77r77,-77r109,0xm469,-115v0,20,-7,37,-21,51r-44,44v-14,14,-30,20,-49,20r-192,0v-19,0,-35,-6,-49,-20r-58,-58r71,-71r43,43v4,4,9,6,14,6r149,0v5,0,10,-2,14,-6r1,-1v4,-4,6,-8,6,-14r0,-40v0,-10,-8,-19,-18,-20r-218,-29v-33,-4,-62,-35,-62,-69r0,-82v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r192,0v19,0,35,6,49,20r58,58r-71,71r-43,-43v-4,-4,-9,-6,-14,-6r-150,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,34v0,10,8,19,18,20r219,29v33,4,62,35,62,69r0,88",w:525},"\u00dd":{d:"488,-872r-139,139r-116,0r139,-139r116,0xm585,-667r-225,372r0,295r-120,0r0,-295r-226,-372r131,0r156,259r155,-259r129,0",w:599},"\u00fd":{d:"419,-667r-139,139r-116,0r139,-139r116,0xm455,-476r-215,666r-113,0r47,-174r-160,-492r118,0r104,346r105,-346r114,0",w:476},"\u00de":{d:"619,-268v0,20,-7,36,-21,50r-66,66v-13,13,-29,20,-48,20r-252,0r0,132r-120,0r0,-667r120,0r0,131r252,0v19,0,35,7,48,20r66,66v14,14,21,30,21,50r0,132xm499,-288r0,-92v0,-6,-2,-10,-6,-14r-22,-22v-4,-4,-8,-6,-14,-6r-225,0r0,176r225,0v6,0,10,-2,14,-6r22,-22v4,-4,6,-8,6,-14",w:668},"\u00fe":{d:"525,-115v0,20,-7,37,-21,51r-44,44v-14,14,-30,20,-49,20r-126,0v-19,0,-35,-6,-49,-20r-38,-38r0,249r-114,0r0,-858r114,0r0,249r38,-38v14,-14,30,-20,49,-20r126,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,246xm411,-121r0,-234v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-101,0v-5,0,-10,2,-14,6r-71,71v-4,4,-6,8,-6,14r0,94v0,6,2,10,6,14r71,71v4,4,9,6,14,6r101,0v5,0,10,-2,14,-6r1,-1v4,-4,6,-8,6,-14",w:581},"\u017d":{d:"509,-872r-132,132r-108,0r-132,-132r109,0r77,77r77,-77r109,0xm577,0r-507,0r0,-77r339,-476r-339,0r0,-114r507,0r0,77r-339,476r339,0r0,114",w:647},"\u017e":{d:"427,-667r-132,132r-108,0r-132,-132r109,0r77,77r77,-77r109,0xm446,0r-411,0r0,-70r248,-306r-248,0r0,-100r411,0r0,70r-248,306r248,0r0,100",w:481},"\u00bd":{d:"831,0r-275,0r0,-137v0,-17,10,-31,26,-39r171,-80v4,-2,8,-6,8,-11r0,-49v0,-3,-1,-6,-3,-8r-2,-2v-2,-2,-5,-4,-9,-4r-104,0v-4,0,-8,2,-10,4r-30,30r-49,-49r42,-42v9,-9,20,-13,33,-13r129,0v13,0,23,4,32,13r29,29v8,8,12,18,12,29r0,88v0,17,-10,30,-26,38r-172,80v-4,2,-7,6,-7,10r0,43r205,0r0,70xm641,-672r-337,672r-74,0r337,-672r74,0xm284,-267r-224,0r0,-64r77,0r0,-264r-44,44r-46,-46r74,-70r86,0r0,336r77,0r0,64",w:859},"\u00bc":{d:"789,-101r-53,0r0,101r-70,0r0,-101r-178,0r0,-51r159,-248r89,0r0,239r53,0r0,60xm641,-672r-337,672r-74,0r337,-672r74,0xm284,-267r-224,0r0,-64r77,0r0,-264r-44,44r-46,-46r74,-70r86,0r0,336r77,0r0,64xm666,-161r0,-160r-100,160r100,0",w:859},"\u00b9":{d:"284,-267r-224,0r0,-64r77,0r0,-264r-44,44r-46,-46r74,-70r86,0r0,336r77,0r0,64",w:340},"\u00be":{d:"789,-101r-53,0r0,101r-70,0r0,-101r-178,0r0,-51r159,-248r89,0r0,239r53,0r0,60xm641,-672r-337,672r-74,0r337,-672r74,0xm305,-428r0,90v0,11,-4,21,-12,29r-29,29v-9,9,-19,13,-32,13r-129,0v-13,0,-24,-4,-33,-13r-42,-42r49,-49r30,30v2,3,6,4,10,4r104,0v4,0,7,-2,9,-4r2,-2v2,-2,3,-5,3,-8r0,-66v0,-3,-1,-6,-3,-8r-14,-14v-2,-2,-5,-3,-9,-3r-75,0r0,-70r75,0v4,0,7,-2,9,-4r14,-14v2,-2,3,-5,3,-8r0,-45v0,-3,-1,-6,-3,-8r-2,-2v-2,-2,-5,-4,-9,-4r-104,0v-4,0,-8,2,-10,4r-30,30r-49,-49r42,-42v9,-9,20,-13,33,-13r129,0v13,0,23,4,32,13r29,29v8,8,12,18,12,29r0,67v0,11,-4,21,-13,30r-21,21r21,21v8,8,13,18,13,29xm666,-161r0,-160r-100,160r100,0",w:859},"\u00b3":{d:"305,-428r0,90v0,11,-4,21,-12,29r-29,29v-9,9,-19,13,-32,13r-129,0v-13,0,-24,-4,-33,-13r-42,-42r49,-49r30,30v2,3,6,4,10,4r104,0v4,0,7,-2,9,-4r2,-2v2,-2,3,-5,3,-8r0,-66v0,-3,-1,-6,-3,-8r-14,-14v-2,-2,-5,-3,-9,-3r-75,0r0,-70r75,0v4,0,7,-2,9,-4r14,-14v2,-2,3,-5,3,-8r0,-45v0,-3,-1,-6,-3,-8r-2,-2v-2,-2,-5,-4,-9,-4r-104,0v-4,0,-8,2,-10,4r-30,30r-49,-49r42,-42v9,-9,20,-13,33,-13r129,0v13,0,23,4,32,13r29,29v8,8,12,18,12,29r0,67v0,11,-4,21,-13,30r-21,21r21,21v8,8,13,18,13,29",w:340},"\u00b2":{d:"305,-267r-275,0r0,-137v0,-17,10,-31,26,-39r171,-80v4,-2,8,-6,8,-11r0,-49v0,-3,-1,-6,-3,-8r-2,-2v-2,-2,-5,-4,-9,-4r-104,0v-4,0,-8,2,-10,4r-30,30r-49,-49r42,-42v9,-9,20,-13,33,-13r129,0v13,0,23,4,32,13r29,29v8,8,12,18,12,29r0,88v0,17,-10,30,-26,38r-172,80v-4,2,-7,6,-7,10r0,43r205,0r0,70",w:340},"\u00a6":{d:"205,-381r-107,0r0,-286r107,0r0,286xm205,191r-107,0r0,-286r107,0r0,286",w:304},"\u2212":{d:"542,-188r-477,0r0,-100r477,0r0,100"},"\u00d7":{d:"519,-91r-71,71r-144,-144r-144,144r-71,-71r144,-144r-144,-144r71,-71r144,144r144,-144r71,71r-144,144"},"!":{d:"209,-226r-114,0r0,-441r114,0r0,441xm216,0r-128,0r0,-128r128,0r0,128",w:304},'"':{d:"419,-464r-107,0r0,-203r107,0r0,203xm205,-464r-107,0r0,-203r107,0r0,203",w:518},"#":{d:"599,-397r-130,0r-27,103r105,0r0,92r-131,0r-53,202r-101,0r54,-202r-103,0r-53,202r-101,0r54,-202r-105,0r0,-92r130,0r27,-103r-105,0r0,-92r130,0r55,-205r100,0r-54,205r102,0r55,-205r101,0r-55,205r105,0r0,92xm368,-397r-102,0r-27,103r102,0"},"$":{d:"531,-117v0,19,-6,35,-20,49r-47,47v-14,14,-31,21,-50,21r-84,0r0,95r-52,0r0,-95r-85,0v-19,0,-35,-6,-49,-20r-67,-67r70,-71r52,52v4,4,9,6,14,6r65,0r0,-186r-132,-16v-36,-4,-69,-41,-69,-77r0,-171v0,-19,6,-35,20,-49r47,-47v14,-14,31,-21,50,-21r84,0r0,-95r52,0r0,95r85,0v19,0,35,6,49,20r67,67r-70,71r-52,-52v-4,-4,-9,-6,-14,-6r-65,0r0,186r132,16v36,4,69,41,69,77r0,171xm278,-387r0,-180r-64,0v-6,0,-10,2,-14,6r-3,3v-4,4,-6,8,-6,14r0,129v0,10,8,19,18,20xm417,-123r0,-129v0,-10,-8,-19,-18,-20r-69,-8r0,180r64,0v6,0,10,-2,14,-6r3,-3v4,-4,6,-8,6,-14"},"%":{d:"828,-69v0,11,-5,22,-12,29r-26,26v-10,10,-20,14,-32,14r-137,0v-12,0,-22,-4,-32,-14r-26,-26v-7,-7,-12,-18,-12,-29r0,-254v0,-11,5,-22,12,-29r26,-26v10,-10,20,-14,32,-14r137,0v12,0,22,4,32,14r26,26v7,7,12,18,12,29r0,254xm655,-672r-337,672r-74,0r337,-672r74,0xm361,-349v0,11,-5,22,-12,29r-26,26v-10,10,-20,14,-32,14r-137,0v-12,0,-22,-4,-32,-14r-26,-26v-7,-7,-12,-18,-12,-29r0,-254v0,-11,5,-22,12,-29r26,-26v10,-10,20,-14,32,-14r137,0v12,0,22,4,32,14r26,26v7,7,12,18,12,29r0,254xm751,-75r0,-242v0,-2,-1,-4,-3,-6r-4,-4v-1,-1,-4,-2,-6,-2r-97,0v-2,0,-5,1,-6,2r-4,4v-2,2,-3,4,-3,6r0,242v0,2,1,4,3,6r4,4v1,1,4,2,6,2r97,0v2,0,5,-1,6,-2r4,-4v2,-2,3,-4,3,-6xm284,-355r0,-242v0,-2,-1,-4,-3,-6r-4,-4v-1,-1,-4,-2,-6,-2r-97,0v-2,0,-5,1,-6,2r-4,4v-2,2,-3,4,-3,6r0,242v0,2,1,4,3,6r4,4v1,1,4,2,6,2r97,0v2,0,5,-1,6,-2r4,-4v2,-2,3,-4,3,-6",w:912},"&":{d:"650,-76r-76,76r-60,-60r-40,40v-14,14,-30,20,-49,20r-213,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-120v0,-19,7,-36,21,-50r85,-85r-60,-60v-19,-19,-28,-45,-28,-71v0,-26,9,-52,28,-71r64,-64v19,-19,45,-28,71,-28v26,0,52,9,71,28r64,64v19,19,28,45,28,71v0,26,-9,52,-28,71r-59,59r164,164r60,-60r71,71v0,0,-59,61,-60,61xm320,-487v14,-14,18,-31,0,-49r-17,-17v-18,-18,-34,-14,-48,0r-17,17v-18,18,-14,35,0,49r41,41xm443,-131r-164,-164r-61,61v-4,4,-6,8,-6,14r0,99v0,6,2,10,6,14r1,1v4,4,9,6,14,6r171,0v5,0,10,-2,14,-6",w:706},"'":{d:"205,-464r-107,0r0,-203r107,0r0,203",w:304},"(":{d:"374,117r-75,76r-195,-195v-14,-14,-20,-30,-20,-49r0,-512v0,-19,6,-35,20,-49r195,-195r75,76r-155,155v-14,14,-21,31,-21,50r0,438v0,19,7,36,21,50",w:402},")":{d:"318,-51v0,19,-6,35,-20,49r-195,195r-75,-76r155,-155v14,-14,21,-31,21,-50r0,-438v0,-19,-7,-36,-21,-50r-155,-155r75,-76r195,195v14,14,20,30,20,49r0,512",w:402},"*":{d:"537,-457r-163,49r101,133r-80,61r-95,-137r-95,137r-80,-61r101,-133r-163,-49r31,-95r159,54r-3,-169r100,0r-3,169r159,-54",w:600},"+":{d:"542,-188r-188,0r0,188r-100,0r0,-188r-189,0r0,-100r189,0r0,-188r100,0r0,188r188,0r0,100"},",":{d:"209,58v0,22,-5,35,-20,50r-62,62r-69,-69r30,-30v4,-4,7,-8,7,-14r0,-185r114,0r0,186",w:304},"-":{d:"385,-188r-280,0r0,-100r280,0r0,100",w:490},".":{d:"216,0r-128,0r0,-128r128,0r0,128",w:304},"/":{d:"513,-755r-369,839r-104,0r369,-839r104,0",w:553},"0":{d:"524,-117v0,19,-5,34,-19,48r-47,47v-14,14,-31,22,-51,22r-206,0v-20,0,-37,-8,-51,-22r-47,-47v-14,-14,-19,-29,-19,-48r0,-433v0,-19,5,-34,19,-48r47,-47v14,-14,31,-22,51,-22r206,0v20,0,37,8,51,22r47,47v14,14,19,29,19,48r0,433xm410,-124r0,-419v0,-5,-1,-10,-5,-14r-4,-4v-4,-4,-9,-6,-15,-6r-164,0v-6,0,-11,2,-15,6r-4,4v-4,4,-5,9,-5,14r0,419v0,5,1,10,5,14r4,4v4,4,9,6,15,6r164,0v6,0,11,-2,15,-6r4,-4v4,-4,5,-9,5,-14"},"1":{d:"497,0r-354,0r0,-100r120,0r0,-453r-84,75r-68,-68r136,-121r130,0r0,567r120,0r0,100"},"2":{d:"524,0r-440,0r0,-226v0,-28,15,-52,41,-64r273,-122v7,-3,12,-10,12,-18r0,-113v0,-5,-1,-10,-5,-14r-4,-4v-4,-4,-9,-6,-15,-6r-164,0v-6,0,-11,2,-15,6r-55,55r-71,-70r69,-69v14,-14,31,-22,51,-22r206,0v20,0,37,8,51,22r47,47v14,14,19,29,19,48r0,151v0,28,-15,52,-41,64r-273,121v-7,3,-12,10,-12,18r0,96r326,0r0,100"},"3":{d:"524,-117v0,19,-5,34,-19,48r-47,47v-14,14,-31,22,-51,22r-206,0v-20,0,-37,-8,-51,-22r-69,-69r71,-70r55,55v4,4,9,6,15,6r164,0v6,0,11,-2,15,-6r4,-4v4,-4,5,-9,5,-14r0,-136v0,-5,-1,-10,-5,-14r-22,-22v-4,-4,-9,-6,-15,-6r-118,0r0,-100r118,0v6,0,11,-2,15,-6r22,-22v4,-4,5,-9,5,-14r0,-99v0,-5,-1,-10,-5,-14r-4,-4v-4,-4,-9,-6,-15,-6r-164,0v-6,0,-11,2,-15,6r-55,55r-71,-70r69,-69v14,-14,31,-22,51,-22r206,0v20,0,37,8,51,22r47,47v14,14,19,29,19,48r0,113v0,19,-7,36,-21,50r-35,35r36,36v14,14,20,29,20,48r0,151"},"4":{d:"531,-168r-84,0r0,168r-114,0r0,-168r-281,0r0,-86r253,-413r142,0r0,399r84,0r0,100xm333,-268r0,-263r-152,263r152,0"},"5":{d:"524,-117v0,19,-5,34,-19,48r-47,47v-14,14,-31,22,-51,22r-206,0v-20,0,-37,-8,-51,-22r-69,-69r71,-70r55,55v4,4,9,6,15,6r164,0v6,0,11,-2,15,-6r4,-4v4,-4,5,-9,5,-14r0,-165v0,-5,-1,-10,-5,-14r-4,-4v-4,-4,-9,-6,-15,-6r-274,0r0,-354r384,0r0,100r-270,0r0,154r181,0v20,0,37,8,51,22r47,47v14,14,19,29,19,48r0,179"},"6":{d:"527,-576r-71,70r-55,-55v-4,-4,-9,-6,-15,-6r-164,0v-6,0,-11,2,-15,6r-4,4v-4,4,-5,9,-5,14r0,130r209,0v20,0,37,8,51,22r47,47v14,14,19,29,19,48r0,179v0,19,-5,34,-19,48r-47,47v-14,14,-31,22,-51,22r-206,0v-20,0,-37,-8,-51,-22r-47,-47v-14,-14,-19,-29,-19,-48r0,-433v0,-19,5,-34,19,-48r47,-47v14,-14,31,-22,51,-22r206,0v20,0,37,8,51,22xm410,-124r0,-165v0,-5,-1,-10,-5,-14r-4,-4v-4,-4,-9,-6,-15,-6r-164,0v-6,0,-11,2,-15,6r-4,4v-4,4,-5,9,-5,14r0,165v2,5,1,10,5,14r4,4v4,4,9,6,15,6r164,0v6,0,11,-2,15,-6r4,-4v4,-4,5,-9,5,-14"},"7":{d:"524,-602r-260,602r-121,0r247,-567r-308,0r0,-100r442,0r0,65"},"8":{d:"524,-117v0,19,-5,34,-19,48r-47,47v-14,14,-31,22,-51,22r-206,0v-20,0,-37,-8,-51,-22r-47,-47v-14,-14,-19,-29,-19,-48r0,-137v0,-19,6,-34,20,-48r36,-36r-35,-35v-14,-14,-21,-31,-21,-50r0,-127v0,-19,5,-34,19,-48r47,-47v14,-14,31,-22,51,-22r206,0v20,0,37,8,51,22r47,47v14,14,19,29,19,48r0,127v0,19,-7,36,-21,50r-35,35r36,36v14,14,20,29,20,48r0,137xm410,-430r0,-113v0,-5,-1,-10,-5,-14r-4,-4v-4,-4,-9,-6,-15,-6r-164,0v-6,0,-11,2,-15,6r-4,4v-4,4,-5,9,-5,14r0,113v0,5,1,10,5,14r22,22v4,4,9,6,15,6r128,0v6,0,11,-2,15,-6r22,-22v4,-4,5,-9,5,-14xm410,-124r0,-122v0,-5,-1,-10,-5,-14r-22,-22v-4,-4,-9,-6,-15,-6r-128,0v-6,0,-11,2,-15,6r-22,22v-4,4,-5,9,-5,14r0,122v0,5,1,10,5,14r4,4v4,4,9,6,15,6r164,0v6,0,11,-2,15,-6r4,-4v4,-4,5,-9,5,-14"},"9":{d:"524,-117v0,19,-5,34,-19,48r-47,47v-14,14,-31,22,-51,22r-206,0v-20,0,-37,-8,-51,-22r-69,-69r71,-70r55,55v4,4,9,6,15,6r164,0v6,0,11,-2,15,-6r4,-4v4,-4,5,-9,5,-14r0,-130r-209,0v-20,0,-37,-8,-51,-22r-47,-47v-14,-14,-19,-29,-19,-48r0,-179v0,-19,5,-34,19,-48r47,-47v14,-14,31,-22,51,-22r206,0v20,0,37,8,51,22r47,47v14,14,19,29,19,48r0,433xm410,-378r0,-165v-2,-5,-1,-10,-5,-14r-4,-4v-4,-4,-9,-6,-15,-6r-164,0v-6,0,-11,2,-15,6r-4,4v-4,4,-5,9,-5,14r0,165v0,5,1,10,5,14r4,4v4,4,9,6,15,6r164,0v6,0,11,-2,15,-6r4,-4v4,-4,5,-9,5,-14"},":":{d:"216,-348r-128,0r0,-128r128,0r0,128xm216,0r-128,0r0,-128r128,0r0,128",w:304},";":{d:"216,-348r-128,0r0,-128r128,0r0,128xm209,58v0,22,-5,35,-20,50r-62,62r-69,-69r30,-30v4,-4,7,-8,7,-14r0,-185r114,0r0,186",w:304},"<":{d:"458,-405r-167,167r167,167r-70,71r-238,-238r238,-238"},"=":{d:"542,-289r-476,0r0,-100r476,0r0,100xm542,-89r-476,0r0,-100r476,0r0,100"},">":{d:"458,-238r-238,238r-70,-71r167,-167r-167,-167r70,-71"},"?":{d:"432,-459v0,19,-7,36,-21,50r-116,116v-4,4,-6,8,-6,14r0,53r-114,0r0,-59v0,-19,6,-35,20,-49r117,-117v4,-4,6,-9,6,-14r0,-78v0,-5,-1,-10,-5,-14r-4,-4v-4,-4,-9,-6,-15,-6r-111,0v-6,0,-11,2,-15,6r-55,55r-71,-70r69,-69v14,-14,31,-22,51,-22r153,0v20,0,37,8,51,22r47,47v14,14,19,29,19,48r0,91xm296,0r-128,0r0,-128r128,0r0,128",w:516},"@":{d:"744,-184v0,5,-2,10,-6,14r-49,49v-4,4,-8,6,-14,6r-106,0v-6,0,-10,-2,-14,-6r-46,-46r-46,46v-4,4,-8,6,-14,6r-104,0v-6,0,-10,-2,-14,-6r-60,-60v-4,-4,-6,-8,-6,-14r0,-221v0,-6,2,-10,6,-14r60,-60v4,-4,8,-6,14,-6r98,0v6,0,10,2,14,6r39,40r5,-46r77,0r-7,69r0,205v0,6,2,10,6,14r28,28v10,10,24,10,29,5r4,-4v4,-4,6,-8,6,-14r0,-303v0,-6,-2,-11,-6,-15r-50,-50v-4,-4,-9,-6,-14,-6r-305,0v-5,0,-10,2,-14,6r-51,51v-4,4,-6,9,-6,15r0,379v0,6,2,11,6,15r51,51v4,4,9,6,14,6r419,0r0,100r-460,0v-5,0,-10,-2,-14,-6r-110,-110v-4,-4,-6,-8,-6,-14r0,-463v0,-6,2,-10,6,-14r110,-110v4,-4,9,-6,14,-6r387,0v5,0,10,2,14,6r109,109v4,4,6,9,6,15r0,353xm478,-253r0,-105v0,-5,-2,-10,-6,-14r-48,-48v-4,-4,-8,-6,-14,-6r-25,0v-6,0,-11,2,-15,6r-6,6v-4,4,-6,9,-6,14r0,189v0,5,2,10,6,14r6,6v4,4,9,6,15,6r25,0v6,0,10,-2,14,-6r48,-48v4,-4,6,-9,6,-14",w:842},A:{d:"662,0r-122,0r-63,-167r-266,0r-63,167r-120,0r247,-667r142,0xm436,-274r-92,-264r-92,264r184,0",w:690},B:{d:"619,-135v0,19,-7,36,-21,50r-65,65v-14,14,-30,20,-49,20r-372,0r0,-667r372,0v19,0,35,7,48,20r66,66v14,14,21,30,21,50r0,90v0,19,-7,36,-21,50r-57,57r57,57v14,14,21,30,21,50r0,92xm499,-456r0,-55v0,-6,-2,-10,-6,-14r-22,-22v-4,-4,-8,-6,-14,-6r-225,0r0,163r201,0v5,0,10,-2,14,-6r46,-46v4,-4,6,-8,6,-14xm499,-156r0,-54v0,-6,-2,-10,-6,-14r-48,-48v-4,-4,-8,-6,-14,-6r-199,0r0,164r225,0v5,0,10,-2,14,-6r22,-22v4,-4,6,-8,6,-14",w:703},C:{d:"591,-108r-87,87v-14,14,-31,21,-50,21r-217,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r217,0v19,0,36,7,50,21r87,87r-81,80r-68,-68v-4,-4,-8,-6,-14,-6r-165,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,321v0,5,2,10,6,14r39,39v4,4,8,6,14,6r165,0v6,0,10,-2,14,-6r68,-68",w:633},D:{d:"619,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-354,0r0,-667r354,0v19,0,36,7,50,21r82,82v14,14,21,31,21,50r0,361xm499,-173r0,-321v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-208,0r0,439r208,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-9,6,-14",w:703},E:{d:"559,0r-447,0r0,-667r447,0r0,114r-327,0r0,162r327,0r0,114r-327,0r0,163r327,0r0,114",w:643},F:{d:"559,-277r-327,0r0,277r-120,0r0,-667r447,0r0,114r-327,0r0,162r327,0r0,114",w:615},G:{d:"678,0r-109,0r-15,-85r-64,64v-14,14,-31,21,-50,21r-203,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r260,0v19,0,36,7,50,21r87,87r-81,80r-68,-68v-4,-4,-8,-6,-14,-6r-208,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,321v0,5,2,10,6,14r39,39v4,4,8,6,14,6r158,0v6,0,10,-2,14,-6r91,-91v4,-4,6,-8,6,-14r0,-52r-165,0r0,-114r285,0r0,258",w:748},H:{d:"619,0r-120,0r0,-277r-267,0r0,277r-120,0r0,-667r120,0r0,276r267,0r0,-276r120,0r0,667",w:731},I:{d:"402,0r-360,0r0,-106r120,0r0,-455r-120,0r0,-106r360,0r0,106r-120,0r0,455r120,0r0,106",w:444},J:{d:"476,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-179,0v-19,0,-36,-7,-50,-21r-87,-87r81,-80r68,68v4,4,8,6,14,6r127,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-9,6,-14r0,-380r-190,0r0,-114r310,0r0,514",w:574},K:{d:"619,0r-154,0r-233,-277r0,277r-120,0r0,-667r120,0r0,277r239,-277r148,0r-290,333",w:626},L:{d:"559,0r-447,0r0,-667r120,0r0,553r327,0r0,114",w:580},M:{d:"796,0r-117,0r0,-530r-163,530r-124,0r-163,-530r0,530r-117,0r0,-667r184,0r158,517r158,-517r184,0r0,667",w:908},N:{d:"619,0r-170,0r-220,-517r0,517r-117,0r0,-667r170,0r220,517r0,-517r117,0r0,667",w:731},O:{d:"651,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-261,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r261,0v19,0,36,7,50,21r82,82v14,14,21,31,21,50r0,361xm531,-173r0,-321v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-209,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,321v0,5,2,10,6,14r39,39v4,4,8,6,14,6r209,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-9,6,-14",w:735},P:{d:"619,-399v0,20,-7,36,-21,50r-66,66v-13,13,-29,20,-48,20r-252,0r0,263r-120,0r0,-667r372,0v19,0,35,7,48,20r66,66v14,14,21,30,21,50r0,132xm499,-419r0,-92v0,-6,-2,-10,-6,-14r-22,-22v-4,-4,-8,-6,-14,-6r-225,0r0,176r225,0v6,0,10,-2,14,-6r22,-22v4,-4,6,-8,6,-14",w:668},Q:{d:"651,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-24,0r45,105r-82,34r-59,-139r-141,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r261,0v19,0,36,7,50,21r82,82v14,14,21,31,21,50r0,361xm531,-173r0,-321v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-209,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,321v0,5,2,10,6,14r39,39v4,4,8,6,14,6r66,0r-24,-57r82,-37r39,94r46,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-9,6,-14",w:735},R:{d:"666,0r-147,0r-197,-254v-4,-6,-10,-9,-17,-9r-73,0r0,263r-120,0r0,-667r372,0v19,0,35,7,48,20r66,66v14,14,21,30,21,50r0,132v0,20,-7,36,-21,50r-66,66v-13,13,-29,20,-48,20r-24,0xm499,-419r0,-92v0,-6,-2,-10,-6,-14r-22,-22v-4,-4,-8,-6,-14,-6r-225,0r0,176r225,0v6,0,10,-2,14,-6r22,-22v4,-4,6,-8,6,-14",w:722},S:{d:"637,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-279,0v-19,0,-36,-7,-50,-21r-85,-85r80,-81r67,67v4,4,8,6,14,6r227,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-9,6,-14r0,-64v0,-10,-9,-19,-19,-20r-359,-48v-39,-5,-69,-40,-69,-78r0,-131v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r279,0v19,0,36,7,50,21r85,85r-80,81r-67,-67v-4,-4,-8,-6,-14,-6r-227,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,64v0,10,8,19,18,20r360,48v39,5,69,40,69,78r0,131",w:707},T:{d:"534,-553r-193,0r0,553r-120,0r0,-553r-193,0r0,-114r506,0r0,114",w:562},U:{d:"605,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-201,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-514r120,0r0,494v0,5,2,10,6,14r39,39v4,4,8,6,14,6r149,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-9,6,-14r0,-494r120,0r0,514",w:703},V:{d:"591,-667r-218,667r-143,0r-216,-667r124,0r165,537r167,-537r121,0",w:605},W:{d:"865,-667r-148,667r-157,0r-108,-527r-107,527r-157,0r-146,-667r121,0r105,537r107,-537r160,0r105,537r107,-537r118,0",w:907},X:{d:"566,0r-133,0r-129,-226r-131,226r-131,0r196,-333r-196,-334r132,0r130,227r130,-227r131,0r-196,333"},Y:{d:"585,-667r-225,372r0,295r-120,0r0,-295r-226,-372r131,0r156,259r155,-259r129,0",w:599},Z:{d:"577,0r-507,0r0,-77r339,-476r-339,0r0,-114r507,0r0,77r-339,476r339,0r0,114",w:647},"[":{d:"368,190r-256,0r0,-996r256,0r0,100r-142,0r0,796r142,0r0,100",w:410},"\\":{d:"513,84r-104,0r-369,-839r104,0",w:553},"]":{d:"298,190r-256,0r0,-100r142,0r0,-796r-142,0r0,-100r256,0r0,996",w:410},"^":{d:"542,-432r-71,70r-167,-167r-167,167r-71,-70r238,-238"},_:{d:"500,325r-500,0r0,-100r500,0r0,100",w:500},"`":{d:"351,-528r-112,0r-139,-139r112,0",w:465},a:{d:"531,-73r-73,73r-48,-48r-28,28v-13,13,-30,20,-49,20r-177,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-76v0,-20,7,-37,21,-51r37,-37v13,-13,30,-20,49,-20r220,0r0,-56v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-181,0v-5,0,-10,2,-14,6r-31,31r-66,-66r51,-51v13,-13,30,-20,49,-20r213,0v19,0,35,7,49,20r44,44v14,14,21,31,21,51r0,232v0,6,2,10,6,14xm369,-156r0,-50r-192,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,64v0,6,2,10,6,14r1,1v4,4,9,6,14,6r136,0v5,0,10,-2,14,-6r36,-36v4,-4,6,-8,6,-14",w:574},b:{d:"525,-115v0,20,-7,37,-21,51r-44,44v-14,14,-30,20,-49,20r-126,0v-19,0,-35,-6,-49,-20r-48,-48r-16,68r-104,0r16,-79r0,-588r114,0r0,249r38,-38v14,-14,30,-20,49,-20r126,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,246xm411,-121r0,-234v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-101,0v-5,0,-10,2,-14,6r-71,71v-4,4,-6,8,-6,14r0,94v0,6,2,10,6,14r71,71v4,4,9,6,14,6r101,0v5,0,10,-2,14,-6r1,-1v4,-4,6,-8,6,-14",w:581},c:{d:"483,-85r-65,65v-14,14,-30,20,-49,20r-199,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r199,0v19,0,35,6,49,20r65,65r-71,71r-50,-50v-4,-4,-9,-6,-14,-6r-157,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,234v0,6,2,10,6,14r1,1v4,4,9,6,14,6r157,0v5,0,10,-2,14,-6r50,-50",w:511},d:{d:"513,0r-104,0r-16,-68r-48,48v-14,14,-30,20,-49,20r-126,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r126,0v19,0,35,6,49,20r38,38r0,-249r114,0r0,588xm383,-191r0,-94v0,-6,-2,-10,-6,-14r-71,-71v-4,-4,-9,-6,-14,-6r-101,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,234v0,6,2,10,6,14r1,1v4,4,9,6,14,6r101,0v5,0,10,-2,14,-6r71,-71v4,-4,6,-8,6,-14",w:581},e:{d:"497,-206r-327,0r0,85v0,6,2,10,6,14r1,1v4,4,9,6,14,6r171,0v5,0,10,-2,14,-6r50,-50r71,71r-65,65v-14,14,-30,20,-49,20r-213,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r213,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,155xm383,-299r0,-56v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-171,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,56r213,0",w:553},f:{d:"387,-376r-161,0r0,376r-114,0r0,-376r-84,0r0,-100r84,0r0,-83v0,-20,7,-37,21,-51r37,-37v14,-14,30,-20,49,-20r168,0r0,100r-140,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,70r161,0r0,100",w:415},g:{d:"513,-476r-16,79r0,473v0,20,-7,37,-21,51r-44,44v-14,14,-30,20,-49,20r-213,0v-19,0,-35,-6,-49,-20r-58,-58r69,-69r43,43v4,4,9,6,14,6r173,0v5,0,10,-2,14,-6r1,-1v4,-4,6,-8,6,-14r0,-130r-38,38v-14,14,-30,20,-49,20r-126,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r126,0v19,0,35,6,49,20r48,48r16,-68r104,0xm383,-191r0,-94v0,-6,-2,-10,-6,-14r-71,-71v-4,-4,-9,-6,-14,-6r-101,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,234v0,6,2,10,6,14r1,1v4,4,9,6,14,6r101,0v5,0,10,-2,14,-6r71,-71v4,-4,6,-8,6,-14",w:581},h:{d:"500,0r-114,0r0,-355v0,-6,-2,-10,-6,-14r-8,-8v-4,-4,-9,-6,-14,-6r-62,0v-5,0,-10,2,-14,6r-78,78v-4,4,-6,8,-6,14r0,285r-114,0r0,-667r114,0r0,249r38,-38v13,-14,30,-20,49,-20r101,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,361",w:584},i:{d:"226,-561r-128,0r0,-128r128,0r0,128xm219,0r-114,0r0,-376r-101,0r0,-100r215,0r0,476",w:310},j:{d:"233,-561r-128,0r0,-128r128,0r0,128xm226,82v0,20,-7,37,-21,51r-37,37v-14,14,-30,20,-49,20r-168,0r0,-100r140,0v5,0,10,-2,14,-6r1,-1v4,-4,6,-8,6,-14r0,-445r-101,0r0,-100r215,0r0,558",w:317},k:{d:"521,0r-137,0r-186,-213r0,213r-114,0r0,-667r114,0r0,380r159,-189r137,0r-197,225",w:521},l:{d:"212,0r-114,0r0,-567r-101,0r0,-100r215,0r0,667",w:303},m:{d:"746,0r-114,0r0,-355v0,-6,-2,-10,-6,-14r-8,-8v-4,-4,-9,-6,-14,-6r-34,0v-5,0,-10,2,-14,6r-78,78v-4,4,-6,8,-6,14r0,285r-114,0r0,-355v0,-6,-2,-10,-6,-14r-8,-8v-4,-4,-9,-6,-14,-6r-34,0v-5,0,-10,2,-14,6r-78,78v-4,4,-6,8,-6,14r0,285r-114,0r0,-393r-20,-83r108,0r16,68r48,-48v14,-14,30,-20,49,-20r73,0v19,0,35,6,49,20r51,52r52,-52v14,-14,30,-20,49,-20r73,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,361",w:830},n:{d:"500,0r-114,0r0,-355v0,-6,-2,-10,-6,-14r-8,-8v-4,-4,-9,-6,-14,-6r-62,0v-5,0,-10,2,-14,6r-78,78v-4,4,-6,8,-6,14r0,285r-114,0r0,-393r-20,-83r108,0r16,68r48,-48v14,-14,30,-20,49,-20r101,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,361",w:584},o:{d:"497,-117v0,20,-7,39,-21,53r-44,44v-14,14,-30,20,-49,20r-213,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r213,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,244xm383,-121r0,-234v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-171,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,234v0,6,2,10,6,14r1,1v4,4,9,6,14,6r171,0v5,0,10,-2,14,-6r1,-1v4,-4,6,-8,6,-14",w:553},p:{d:"525,-115v0,20,-7,37,-21,51r-44,44v-14,14,-30,20,-49,20r-126,0v-19,0,-35,-6,-49,-20r-38,-38r0,249r-114,0r0,-588r-16,-79r104,0r16,68r48,-48v14,-14,30,-20,49,-20r126,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,246xm411,-121r0,-234v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-101,0v-5,0,-10,2,-14,6r-71,71v-4,4,-6,8,-6,14r0,94v0,6,2,10,6,14r71,71v4,4,9,6,14,6r101,0v5,0,10,-2,14,-6r1,-1v4,-4,6,-8,6,-14",w:581},q:{d:"513,-476r-16,79r0,588r-114,0r0,-249r-38,38v-14,14,-30,20,-49,20r-126,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r126,0v19,0,35,6,49,20r48,48r16,-68r104,0xm383,-191r0,-94v0,-6,-2,-10,-6,-14r-71,-71v-4,-4,-9,-6,-14,-6r-101,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,234v0,6,2,10,6,14r1,1v4,4,9,6,14,6r101,0v5,0,10,-2,14,-6r71,-71v4,-4,6,-8,6,-14",w:581},r:{d:"479,-283r-107,0r0,-72v0,-6,-2,-10,-6,-14r-8,-8v-4,-4,-9,-6,-14,-6r-48,0v-5,0,-10,2,-14,6r-78,78v-4,4,-6,8,-6,14r0,285r-114,0r0,-393r-20,-83r108,0r16,68r48,-48v14,-14,30,-20,49,-20r80,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,78",w:521},s:{d:"469,-115v0,20,-7,37,-21,51r-44,44v-14,14,-30,20,-49,20r-192,0v-19,0,-35,-6,-49,-20r-58,-58r71,-71r43,43v4,4,9,6,14,6r149,0v5,0,10,-2,14,-6r1,-1v4,-4,6,-8,6,-14r0,-40v0,-10,-8,-19,-18,-20r-218,-29v-33,-4,-62,-35,-62,-69r0,-82v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r192,0v19,0,35,6,49,20r58,58r-71,71r-43,-43v-4,-4,-9,-6,-14,-6r-150,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,34v0,10,8,19,18,20r219,29v33,4,62,35,62,69r0,88",w:525},t:{d:"380,0r-168,0v-19,0,-35,-6,-49,-20r-37,-37v-14,-14,-21,-31,-21,-51r0,-268r-84,0r0,-100r84,0r0,-191r114,0r0,191r161,0r0,100r-161,0r0,255v0,6,2,10,6,14r1,1v4,4,9,6,14,6r140,0r0,100",w:408},u:{d:"520,0r-108,0r-16,-68r-48,48v-14,14,-30,20,-49,20r-101,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-361r114,0r0,355v0,6,2,10,6,14r8,8v4,4,9,6,14,6r62,0v5,0,10,-2,14,-6r78,-78v4,-4,6,-8,6,-14r0,-285r114,0r0,393",w:584},v:{d:"469,-476r-145,476r-149,0r-147,-476r117,0r105,371r105,-371r114,0",w:497},w:{d:"763,-476r-118,476r-152,0r-90,-366r-91,366r-152,0r-118,-476r114,0r82,371r81,-371r170,0r82,371r81,-371r111,0",w:805},x:{d:"455,0r-128,0r-93,-146r-94,146r-126,0r158,-238r-157,-238r128,0r92,145r93,-145r127,0r-157,237",w:469},y:{d:"455,-476r-215,666r-113,0r47,-174r-160,-492r118,0r104,346r105,-346r114,0",w:476},z:{d:"446,0r-411,0r0,-70r248,-306r-248,0r0,-100r411,0r0,70r-248,306r248,0r0,100",w:481},"{":{d:"374,117r-76,76r-111,-111v-14,-14,-21,-31,-21,-50r0,-222v0,-5,-2,-10,-6,-14r-41,-41v-16,-16,-26,-39,-26,-62v0,-21,9,-45,26,-62r41,-41v4,-4,6,-9,6,-14r0,-221v0,-19,7,-36,21,-50r111,-112r76,76r-88,88v-4,4,-6,9,-6,14r0,211v0,19,-7,36,-21,50r-46,46v-8,8,-10,20,0,30r46,46v14,14,21,31,21,50r0,211v0,5,2,10,6,14",w:402},"|":{d:"205,191r-107,0r0,-858r107,0r0,858",w:304},"}":{d:"309,-307v0,23,-10,46,-26,62r-41,41v-4,4,-6,9,-6,14r0,222v0,19,-7,36,-21,50r-111,111r-76,-76r88,-88v4,-4,6,-9,6,-14r0,-211v0,-19,7,-36,21,-50r46,-46v10,-10,8,-22,0,-30r-46,-46v-14,-14,-21,-31,-21,-50r0,-211v0,-5,-2,-10,-6,-14r-88,-88r76,-76r111,112v14,14,21,31,21,50r0,221v0,5,2,10,6,14r41,41v17,17,26,41,26,62",w:402},"~":{d:"570,-285r-161,161v-5,5,-18,12,-33,12v-16,0,-28,-7,-34,-13r-100,-100v-6,-6,-14,-6,-21,0r-112,112r-70,-70r161,-161v5,-5,18,-12,33,-12v16,0,28,7,34,13r100,100v6,6,14,7,21,0r111,-111"},"\u00c4":{d:"502,-753r-119,0r0,-119r119,0r0,119xm306,-753r-119,0r0,-119r119,0r0,119xm662,0r-122,0r-63,-167r-266,0r-63,167r-120,0r247,-667r142,0xm436,-274r-92,-264r-92,264r184,0",w:690},"\u00c5":{d:"650,0r-128,0r-56,-167r-256,0r-56,167r-126,0r219,-598v0,0,-25,-14,-25,-51r0,-93v0,-37,29,-66,66,-66r103,0v37,0,67,29,67,66r0,93v0,37,-25,51,-25,51xm388,-658r0,-68v0,-10,-9,-19,-19,-19r-58,0v-10,0,-19,9,-19,19r0,68v0,10,10,19,19,19r58,0v9,0,19,-9,19,-19xm430,-274r-83,-250v-2,-5,-3,-14,-9,-14v-6,0,-7,8,-9,14r-83,250r184,0",w:678},"\u00c7":{d:"591,-108r-87,87v-14,14,-31,21,-50,21r-105,0r88,88r-100,100r-50,-50r50,-50r-50,-50r38,-38r-88,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r217,0v19,0,36,7,50,21r87,87r-81,80r-68,-68v-4,-4,-8,-6,-14,-6r-165,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,321v0,5,2,10,6,14r39,39v4,4,8,6,14,6r165,0v6,0,10,-2,14,-6r68,-68",w:633},"\u00c9":{d:"482,-872r-139,139r-116,0r139,-139r116,0xm559,0r-447,0r0,-667r447,0r0,114r-327,0r0,162r327,0r0,114r-327,0r0,163r327,0r0,114",w:643},"\u00d1":{d:"562,-807r-91,62v-13,9,-25,14,-40,14v-15,0,-30,-6,-43,-15r-84,-58v-4,-2,-7,-2,-11,0r-81,57r-43,-61r90,-61v13,-9,25,-14,40,-14v15,0,30,6,43,15r80,56v3,2,7,3,11,0r89,-59xm619,0r-170,0r-220,-517r0,517r-117,0r0,-667r170,0r220,517r0,-517r117,0r0,667",w:731},"\u00d6":{d:"525,-753r-119,0r0,-119r119,0r0,119xm329,-753r-119,0r0,-119r119,0r0,119xm651,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-261,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r261,0v19,0,36,7,50,21r82,82v14,14,21,31,21,50r0,361xm531,-173r0,-321v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-209,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,321v0,5,2,10,6,14r39,39v4,4,8,6,14,6r209,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-9,6,-14",w:735},"\u00dc":{d:"509,-753r-119,0r0,-119r119,0r0,119xm313,-753r-119,0r0,-119r119,0r0,119xm605,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-201,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-514r120,0r0,494v0,5,2,10,6,14r39,39v4,4,8,6,14,6r149,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-9,6,-14r0,-494r120,0r0,514",w:703},"\u00e1":{d:"436,-667r-139,139r-116,0r139,-139r116,0xm531,-73r-73,73r-48,-48r-28,28v-13,13,-30,20,-49,20r-177,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-76v0,-20,7,-37,21,-51r37,-37v13,-13,30,-20,49,-20r220,0r0,-56v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-181,0v-5,0,-10,2,-14,6r-31,31r-66,-66r51,-51v13,-13,30,-20,49,-20r213,0v19,0,35,7,49,20r44,44v14,14,21,31,21,51r0,232v0,6,2,10,6,14xm369,-156r0,-50r-192,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,64v0,6,2,10,6,14r1,1v4,4,9,6,14,6r136,0v5,0,10,-2,14,-6r36,-36v4,-4,6,-8,6,-14",w:574},"\u00e0":{d:"364,-528r-112,0r-139,-139r112,0xm531,-73r-73,73r-48,-48r-28,28v-13,13,-30,20,-49,20r-177,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-76v0,-20,7,-37,21,-51r37,-37v13,-13,30,-20,49,-20r220,0r0,-56v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-181,0v-5,0,-10,2,-14,6r-31,31r-66,-66r51,-51v13,-13,30,-20,49,-20r213,0v19,0,35,7,49,20r44,44v14,14,21,31,21,51r0,232v0,6,2,10,6,14xm369,-156r0,-50r-192,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,64v0,6,2,10,6,14r1,1v4,4,9,6,14,6r136,0v5,0,10,-2,14,-6r36,-36v4,-4,6,-8,6,-14",w:574},"\u00e2":{d:"456,-535r-109,0r-77,-77r-77,77r-109,0r132,-132r108,0xm531,-73r-73,73r-48,-48r-28,28v-13,13,-30,20,-49,20r-177,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-76v0,-20,7,-37,21,-51r37,-37v13,-13,30,-20,49,-20r220,0r0,-56v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-181,0v-5,0,-10,2,-14,6r-31,31r-66,-66r51,-51v13,-13,30,-20,49,-20r213,0v19,0,35,7,49,20r44,44v14,14,21,31,21,51r0,232v0,6,2,10,6,14xm369,-156r0,-50r-192,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,64v0,6,2,10,6,14r1,1v4,4,9,6,14,6r136,0v5,0,10,-2,14,-6r36,-36v4,-4,6,-8,6,-14",w:574},"\u00e4":{d:"429,-566r-119,0r0,-119r119,0r0,119xm233,-566r-119,0r0,-119r119,0r0,119xm531,-73r-73,73r-48,-48r-28,28v-13,13,-30,20,-49,20r-177,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-76v0,-20,7,-37,21,-51r37,-37v13,-13,30,-20,49,-20r220,0r0,-56v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-181,0v-5,0,-10,2,-14,6r-31,31r-66,-66r51,-51v13,-13,30,-20,49,-20r213,0v19,0,35,7,49,20r44,44v14,14,21,31,21,51r0,232v0,6,2,10,6,14xm369,-156r0,-50r-192,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,64v0,6,2,10,6,14r1,1v4,4,9,6,14,6r136,0v5,0,10,-2,14,-6r36,-36v4,-4,6,-8,6,-14",w:574},"\u00e3":{d:"476,-602r-91,62v-13,9,-25,14,-40,14v-15,0,-30,-6,-43,-15r-84,-58v-4,-2,-7,-2,-11,0r-81,57r-43,-61r90,-61v13,-9,25,-14,40,-14v15,0,30,6,43,15r80,56v3,2,7,3,11,0r89,-59xm531,-73r-73,73r-48,-48r-28,28v-13,13,-30,20,-49,20r-177,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-76v0,-20,7,-37,21,-51r37,-37v13,-13,30,-20,49,-20r220,0r0,-56v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-181,0v-5,0,-10,2,-14,6r-31,31r-66,-66r51,-51v13,-13,30,-20,49,-20r213,0v19,0,35,7,49,20r44,44v14,14,21,31,21,51r0,232v0,6,2,10,6,14xm369,-156r0,-50r-192,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,64v0,6,2,10,6,14r1,1v4,4,9,6,14,6r136,0v5,0,10,-2,14,-6r36,-36v4,-4,6,-8,6,-14",w:574},"\u00e5":{d:"531,-73r-73,73r-48,-48r-28,28v-13,13,-30,20,-49,20r-177,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-76v0,-20,7,-37,21,-51r37,-37v13,-13,30,-20,49,-20r220,0r0,-56v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-181,0v-5,0,-10,2,-14,6r-31,31r-66,-66r51,-51v20,-20,44,-20,44,-20r0,-97v0,-37,29,-66,66,-66r90,0v37,0,67,29,67,66r0,97v0,0,23,-1,44,20r44,44v14,14,21,31,21,51r0,232v0,6,2,10,6,14xm304,-495r0,-62v0,-10,-9,-19,-19,-19r-45,0v-10,0,-19,9,-19,19r0,62v0,10,10,19,19,19r45,0v9,0,19,-9,19,-19xm369,-156r0,-50r-192,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,64v0,6,2,10,6,14r1,1v4,4,9,6,14,6r136,0v5,0,10,-2,14,-6r36,-36v4,-4,6,-8,6,-14",w:574},"\u00e7":{d:"483,-85r-65,65v-14,14,-30,20,-49,20r-100,0r88,88r-100,100r-50,-50r50,-50r-50,-50r38,-38r-75,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r199,0v19,0,35,6,49,20r65,65r-71,71r-50,-50v-4,-4,-9,-6,-14,-6r-157,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,234v0,6,2,10,6,14r1,1v4,4,9,6,14,6r157,0v5,0,10,-2,14,-6r50,-50",w:511},"\u00e9":{d:"447,-667r-139,139r-116,0r139,-139r116,0xm497,-206r-327,0r0,85v0,6,2,10,6,14r1,1v4,4,9,6,14,6r171,0v5,0,10,-2,14,-6r50,-50r71,71r-65,65v-14,14,-30,20,-49,20r-213,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r213,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,155xm383,-299r0,-56v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-171,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,56r213,0",w:553},"\u00e8":{d:"371,-528r-112,0r-139,-139r112,0xm497,-206r-327,0r0,85v0,6,2,10,6,14r1,1v4,4,9,6,14,6r171,0v5,0,10,-2,14,-6r50,-50r71,71r-65,65v-14,14,-30,20,-49,20r-213,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r213,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,155xm383,-299r0,-56v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-171,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,56r213,0",w:553},"\u00ea":{d:"462,-535r-109,0r-77,-77r-77,77r-109,0r132,-132r108,0xm497,-206r-327,0r0,85v0,6,2,10,6,14r1,1v4,4,9,6,14,6r171,0v5,0,10,-2,14,-6r50,-50r71,71r-65,65v-14,14,-30,20,-49,20r-213,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r213,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,155xm383,-299r0,-56v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-171,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,56r213,0",w:553},"\u00eb":{d:"434,-566r-119,0r0,-119r119,0r0,119xm238,-566r-119,0r0,-119r119,0r0,119xm497,-206r-327,0r0,85v0,6,2,10,6,14r1,1v4,4,9,6,14,6r171,0v5,0,10,-2,14,-6r50,-50r71,71r-65,65v-14,14,-30,20,-49,20r-213,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r213,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,155xm383,-299r0,-56v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-171,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,56r213,0",w:553},"\u00ed":{d:"254,-667r-139,139r-116,0r139,-139r116,0xm219,0r-114,0r0,-376r-101,0r0,-100r215,0r0,476",w:310},"\u00ec":{d:"224,-528r-112,0r-139,-139r112,0xm219,0r-114,0r0,-376r-101,0r0,-100r215,0r0,476",w:310},"\u00ee":{d:"333,-535r-109,0r-77,-77r-77,77r-109,0r132,-132r108,0xm219,0r-114,0r0,-376r-101,0r0,-100r215,0r0,476",w:310},"\u00ef":{d:"297,-566r-119,0r0,-119r119,0r0,119xm101,-566r-119,0r0,-119r119,0r0,119xm219,0r-114,0r0,-376r-101,0r0,-100r215,0r0,476",w:310},"\u00f1":{d:"488,-602r-91,62v-13,9,-25,14,-40,14v-15,0,-30,-6,-43,-15r-84,-58v-4,-2,-7,-2,-11,0r-81,57r-43,-61r90,-61v13,-9,25,-14,40,-14v15,0,30,6,43,15r80,56v3,2,7,3,11,0r89,-59xm500,0r-114,0r0,-355v0,-6,-2,-10,-6,-14r-8,-8v-4,-4,-9,-6,-14,-6r-62,0v-5,0,-10,2,-14,6r-78,78v-4,4,-6,8,-6,14r0,285r-114,0r0,-393r-20,-83r108,0r16,68r48,-48v14,-14,30,-20,49,-20r101,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,361",w:584},"\u00f3":{d:"443,-667r-139,139r-116,0r139,-139r116,0xm497,-117v0,20,-7,39,-21,53r-44,44v-14,14,-30,20,-49,20r-213,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r213,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,244xm383,-121r0,-234v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-171,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,234v0,6,2,10,6,14r1,1v4,4,9,6,14,6r171,0v5,0,10,-2,14,-6r1,-1v4,-4,6,-8,6,-14",w:553},"\u00f2":{d:"362,-528r-112,0r-139,-139r112,0xm497,-117v0,20,-7,39,-21,53r-44,44v-14,14,-30,20,-49,20r-213,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r213,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,244xm383,-121r0,-234v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-171,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,234v0,6,2,10,6,14r1,1v4,4,9,6,14,6r171,0v5,0,10,-2,14,-6r1,-1v4,-4,6,-8,6,-14",w:553},"\u00f4":{d:"462,-535r-109,0r-77,-77r-77,77r-109,0r132,-132r108,0xm497,-117v0,20,-7,39,-21,53r-44,44v-14,14,-30,20,-49,20r-213,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r213,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,244xm383,-121r0,-234v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-171,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,234v0,6,2,10,6,14r1,1v4,4,9,6,14,6r171,0v5,0,10,-2,14,-6r1,-1v4,-4,6,-8,6,-14",w:553},"\u00f6":{d:"434,-566r-119,0r0,-119r119,0r0,119xm238,-566r-119,0r0,-119r119,0r0,119xm497,-117v0,20,-7,39,-21,53r-44,44v-14,14,-30,20,-49,20r-213,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r213,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,244xm383,-121r0,-234v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-171,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,234v0,6,2,10,6,14r1,1v4,4,9,6,14,6r171,0v5,0,10,-2,14,-6r1,-1v4,-4,6,-8,6,-14",w:553},"\u00f5":{d:"473,-602r-91,62v-13,9,-25,14,-40,14v-15,0,-30,-6,-43,-15r-84,-58v-4,-2,-7,-2,-11,0r-81,57r-43,-61r90,-61v13,-9,25,-14,40,-14v15,0,30,6,43,15r80,56v3,2,7,3,11,0r89,-59xm497,-117v0,20,-7,39,-21,53r-44,44v-14,14,-30,20,-49,20r-213,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r213,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,244xm383,-121r0,-234v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-171,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,234v0,6,2,10,6,14r1,1v4,4,9,6,14,6r171,0v5,0,10,-2,14,-6r1,-1v4,-4,6,-8,6,-14",w:553},"\u00fa":{d:"455,-667r-139,139r-116,0r139,-139r116,0xm520,0r-108,0r-16,-68r-48,48v-14,14,-30,20,-49,20r-101,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-361r114,0r0,355v0,6,2,10,6,14r8,8v4,4,9,6,14,6r62,0v5,0,10,-2,14,-6r78,-78v4,-4,6,-8,6,-14r0,-285r114,0r0,393",w:584},"\u00f9":{d:"384,-528r-112,0r-139,-139r112,0xm520,0r-108,0r-16,-68r-48,48v-14,14,-30,20,-49,20r-101,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-361r114,0r0,355v0,6,2,10,6,14r8,8v4,4,9,6,14,6r62,0v5,0,10,-2,14,-6r78,-78v4,-4,6,-8,6,-14r0,-285r114,0r0,393",w:584},"\u00fb":{d:"478,-535r-109,0r-77,-77r-77,77r-109,0r132,-132r108,0xm520,0r-108,0r-16,-68r-48,48v-14,14,-30,20,-49,20r-101,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-361r114,0r0,355v0,6,2,10,6,14r8,8v4,4,9,6,14,6r62,0v5,0,10,-2,14,-6r78,-78v4,-4,6,-8,6,-14r0,-285r114,0r0,393",w:584},"\u00fc":{d:"449,-566r-119,0r0,-119r119,0r0,119xm253,-566r-119,0r0,-119r119,0r0,119xm520,0r-108,0r-16,-68r-48,48v-14,14,-30,20,-49,20r-101,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-361r114,0r0,355v0,6,2,10,6,14r8,8v4,4,9,6,14,6r62,0v5,0,10,-2,14,-6r78,-78v4,-4,6,-8,6,-14r0,-285r114,0r0,393",w:584},"\u2020":{d:"501,-378r-140,0r0,469r-114,0r0,-469r-140,0r0,-100r140,0r0,-191r114,0r0,191r140,0r0,100"},"\u00b0":{d:"443,-467v0,18,-4,42,-19,57v-16,16,-42,19,-57,19r-126,0v-15,0,-41,-3,-57,-19v-15,-15,-19,-39,-19,-57r0,-124v0,-18,4,-42,19,-57v16,-16,42,-19,57,-19r126,0v15,0,41,3,57,19v15,15,19,39,19,57r0,124xm366,-485r0,-88v0,-18,-8,-24,-24,-24r-76,0v-15,0,-24,6,-24,24r0,88v0,18,9,24,24,24r76,0v16,0,24,-6,24,-24"},"\u00a2":{d:"518,-85r-65,65v-14,14,-30,20,-49,20r-73,0r0,96r-52,0r0,-96r-74,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r74,0r0,-99r52,0r0,99r73,0v19,0,35,6,49,20r65,65r-71,71r-50,-50v-4,-4,-9,-6,-14,-6r-52,0r0,276r52,0v5,0,10,-2,14,-6r50,-50xm279,-100r0,-276r-53,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,234v0,6,2,10,6,14r1,1v4,4,9,6,14,6r53,0"},"\u00a3":{d:"570,-576r-71,70r-55,-55v-4,-4,-9,-6,-15,-6r-164,0v-6,0,-11,2,-15,6r-4,4v-4,4,-5,9,-5,14r0,160r266,0r0,100r-266,0r0,183r321,0r0,100r-492,0r0,-100r57,0r0,-183r-57,0r0,-100r57,0r0,-167v0,-19,5,-34,19,-48r47,-47v14,-14,31,-22,51,-22r206,0v20,0,37,8,51,22"},"\u00a7":{d:"499,-576r-71,70r-55,-55v-4,-4,-9,-6,-15,-6r-111,0v-6,0,-11,2,-15,6r-4,4v-4,4,-5,9,-5,14r0,38v0,5,1,11,6,14r270,179r-55,83r-314,-208v-20,-13,-21,-31,-21,-50r0,-63v0,-19,5,-34,19,-48r47,-47v14,-14,31,-22,51,-22r153,0v20,0,37,8,51,22xm499,-22v0,19,-5,34,-19,48r-47,47v-14,14,-31,22,-51,22r-153,0v-20,0,-37,-8,-51,-22r-69,-69r71,-70r55,55v4,4,9,6,15,6r111,0v6,0,11,-2,15,-6r4,-4v4,-4,5,-9,5,-14r0,-38v0,-5,-1,-11,-6,-14r-270,-179r55,-83r314,208v20,13,21,31,21,50r0,63"},"\u2022":{d:"348,-236r-196,0r0,-196r196,0r0,196",w:500},"\u00b6":{d:"540,0r-107,0r0,-567r-70,0r0,567r-107,0r0,-296r-94,0v-20,0,-37,-8,-51,-22r-52,-52v-13,-13,-17,-29,-17,-48r0,-127v0,-19,4,-35,17,-48r52,-52v14,-14,31,-22,51,-22r378,0r0,667xm256,-396r0,-171r-73,0v-6,0,-11,2,-15,6r-14,14v-4,4,-5,9,-5,14r0,103v0,5,1,10,5,14r14,14v4,4,9,6,15,6r73,0",w:652},"\u00df":{d:"509,-115v0,20,-7,37,-21,51r-44,44v-14,14,-30,20,-49,20r-154,0r0,-100r133,0v5,0,10,-2,14,-6r1,-1v4,-4,6,-8,6,-14r0,-161v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-105,0r0,-100r105,0v5,0,10,-2,14,-6r1,-1v4,-4,6,-8,6,-14r0,-122v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-169,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,736r-114,0r0,-742v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r211,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,127v0,20,-7,37,-21,51r-21,21r21,21v14,14,21,31,21,51r0,166",w:565},"\u00ae":{d:"502,-460v0,127,-103,230,-230,230v-127,0,-230,-103,-230,-230v0,-127,103,-230,230,-230v127,0,230,103,230,230xm438,-460v0,-91,-75,-167,-166,-167v-91,0,-166,76,-166,167v0,91,75,167,166,167v91,0,166,-76,166,-167xm370,-498v0,12,-2,22,-11,31r-17,17v-9,9,-17,14,-26,14r-5,0r59,91r-58,0r-53,-86v-1,-2,-4,-5,-8,-5r-16,0r0,91r-49,0r0,-230r123,0v13,0,24,5,33,14r17,17v9,9,11,19,11,31r0,15xm321,-516v0,-3,0,-6,-3,-9r-4,-4v-3,-3,-5,-4,-9,-4r-70,0r0,55r70,0v4,0,6,-1,9,-4r4,-4v2,-2,3,-6,3,-10r0,-20",w:544},"\u00a9":{d:"770,-333v0,197,-160,357,-357,357v-197,0,-357,-160,-357,-357v0,-197,160,-357,357,-357v197,0,357,160,357,357xm670,-333v0,-142,-115,-259,-257,-259v-142,0,-257,117,-257,259v0,142,115,259,257,259v142,0,257,-117,257,-259xm545,-223r-54,54v-10,10,-21,14,-34,14r-92,0v-13,0,-24,-5,-34,-14r-56,-56v-10,-10,-14,-21,-14,-34r0,-149v0,-13,4,-24,14,-34r56,-56v10,-10,21,-14,34,-14r92,0v13,0,24,4,34,14r54,54r-57,56r-36,-36v-3,-3,-5,-4,-9,-4r-64,0v-4,0,-6,1,-9,4r-21,21v-3,3,-4,7,-4,10r0,119v0,3,1,7,4,10r21,21v3,3,5,4,9,4r64,0v4,0,6,-1,9,-4r36,-36",w:826},"\u2122":{d:"856,-234r-84,0r0,-296r-99,296r-89,0r-99,-296r0,296r-84,0r0,-433r117,0r111,327r110,-327r117,0r0,433xm349,-590r-129,0r0,356r-84,0r0,-356r-129,0r0,-77r342,0r0,77",w:968},"\u00b4":{d:"367,-667r-139,139r-116,0r139,-139r116,0",w:465},"\u00a8":{d:"390,-566r-119,0r0,-119r119,0r0,119xm194,-566r-119,0r0,-119r119,0r0,119",w:465},"\u2260":{d:"542,-89r-352,0r-89,89r-35,-35r54,-54r-54,0r0,-100r155,0r100,-100r-255,0r0,-100r355,0r87,-87r34,34r-53,53r53,0r0,100r-153,0r-99,100r252,0r0,100"},"\u00c6":{d:"795,0r-371,0r0,-277r-206,0r0,277r-120,0r0,-514v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r544,0r0,114r-251,0r0,162r251,0r0,114r-251,0r0,163r251,0r0,114xm424,-391r0,-162r-147,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,103r206,0",w:879},"\u00d8":{d:"651,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-180,0r-33,139r-56,-14r30,-125r-22,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r182,0r34,-141r55,13r-31,128r21,0v19,0,36,7,50,21r82,82v14,14,21,31,21,50r0,361xm531,-173r0,-321v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-23,0r-104,439r127,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-9,6,-14xm390,-553r-127,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,321v0,5,2,10,6,14r39,39v4,4,8,6,14,6r23,0",w:735},"\u221e":{d:"643,-427r-70,70r-124,-130r4,208v0,20,-8,36,-21,49r-229,230r-70,-70r216,-216v4,-4,5,-8,5,-14r4,-187r-124,130r-70,-70r240,-240",w:807},"\u00b1":{d:"542,-216r-188,0r0,160r-100,0r0,-160r-188,0r0,-100r188,0r0,-160r100,0r0,160r188,0r0,100xm542,100r-476,0r0,-100r476,0r0,100"},"\u2264":{d:"447,-127r-75,74r-212,-213r212,-213r75,74r-139,139xm468,100r-328,0r0,-100r328,0r0,100"},"\u2265":{d:"448,-266r-212,213r-75,-74r139,-139r-139,-139r75,-74xm468,100r-328,0r0,-100r328,0r0,100"},"\u00a5":{d:"579,-667r-149,245r92,0r0,50r-123,0r-38,62r0,13r161,0r0,50r-161,0r0,247r-114,0r0,-247r-161,0r0,-50r161,0r0,-13r-38,-62r-123,0r0,-50r92,0r-149,-245r126,0r149,252r149,-252r126,0"},"\u03bc":{d:"532,0r-108,0r-16,-68r-48,48v-14,14,-30,20,-49,20r-101,0r0,191r-114,0r0,-667r114,0r0,355v0,6,2,10,6,14r8,8v4,4,9,6,14,6r62,0v5,0,10,-2,14,-6r78,-78v4,-4,6,-8,6,-14r0,-285r114,0r0,393"},"\u2202":{d:"604,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-186,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-51r120,0r0,31v0,5,2,10,6,14r39,39v4,4,8,6,14,6r134,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-9,6,-14r0,-380r-168,0r0,-114r288,0r0,514xm232,-286r-120,0r0,-267r-98,0r0,-114r218,0r0,381",w:702},"\u2211":{d:"541,-561r-128,0r0,-128r128,0r0,128xm226,-561r-128,0r0,-128r128,0r0,128xm534,82v0,20,-7,37,-21,51r-37,37v-14,14,-30,20,-49,20r-168,0r0,-100r140,0v5,0,10,-2,14,-6r1,-1v4,-4,6,-8,6,-14r0,-445r-101,0r0,-100r215,0r0,558xm219,0r-114,0r0,-376r-101,0r0,-100r215,0r0,476",w:625},"\u220f":{d:"737,-328r-99,0r4,-179r-198,203v-14,14,-30,20,-49,20r-325,0r0,-99r305,0v6,0,10,-2,14,-6r188,-183r-179,4r0,-99r339,0r0,339",w:807},"\u03c0":{d:"737,-284r-325,0v-19,0,-35,-6,-49,-20r-198,-203r4,179r-99,0r0,-339r339,0r0,99r-179,-4r188,183v4,4,8,6,14,6r305,0r0,99",w:807},"\u222b":{d:"737,0r-339,0r0,-99r179,4r-188,-183v-4,-4,-8,-6,-14,-6r-305,0r0,-99r325,0v19,0,35,6,49,20r198,203r-4,-179r99,0r0,339",w:807},"\u00aa":{d:"357,-376r-42,42r-31,-30r-16,16v-10,10,-21,14,-36,14r-135,0v-14,0,-26,-4,-36,-14r-32,-32v-10,-10,-15,-23,-15,-37r0,-44v0,-14,5,-27,15,-37r32,-32v10,-10,22,-14,36,-14r163,0r0,-36v0,-4,-1,-8,-4,-11r-2,-2v-3,-3,-6,-4,-10,-4r-143,0v-4,0,-7,1,-10,4r-17,17r-45,-45r32,-32v10,-10,22,-14,36,-14r150,0v14,0,26,4,36,14r32,32v10,10,15,23,15,37r0,175v0,4,1,7,4,10xm260,-421r0,-53r-159,0v-4,0,-8,1,-11,4r-2,2v-3,3,-4,1,-4,5r0,42v0,4,1,8,4,11r2,2v3,3,7,4,11,4r143,0v4,0,7,-1,10,-4r2,-2v3,-3,4,-7,4,-11",w:386},"\u00ba":{d:"351,-417v0,14,-5,27,-15,37r-32,32v-10,10,-22,14,-36,14r-150,0v-14,0,-26,-4,-36,-14r-32,-32v-10,-10,-15,-23,-15,-37r0,-167v0,-14,5,-27,15,-37r32,-32v10,-10,22,-14,36,-14r150,0v14,0,26,4,36,14r32,32v10,10,15,23,15,37r0,167xm281,-421r0,-159v0,-4,-1,-8,-4,-11r-2,-2v-3,-3,-6,-4,-10,-4r-143,0v-4,0,-8,1,-11,4r-2,2v-3,3,-4,7,-4,11r0,159v0,4,1,8,4,11r2,2v3,3,7,4,11,4r143,0v4,0,7,-1,10,-4r2,-2v3,-3,4,-7,4,-11",w:386},"\u03a9":{d:"737,-284r-305,0v-6,0,-10,2,-14,6r-188,183r179,-4r0,99r-339,0r0,-339r99,0r-4,179r198,-203v14,-14,30,-20,49,-20r325,0r0,99",w:807},"\u00e6":{d:"754,-206r-299,0r0,85v0,6,2,10,6,14r1,1v4,4,9,6,14,6r143,0v5,0,10,-2,14,-6r50,-50r71,71r-65,65v-14,14,-30,20,-49,20r-185,0v-19,0,-36,-7,-49,-20r-26,-26r-26,26v-13,13,-30,20,-49,20r-149,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-76v0,-20,7,-37,21,-51r37,-37v13,-13,30,-20,49,-20r192,0r0,-56v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-153,0v-5,0,-10,2,-14,6r-31,31r-66,-66r51,-51v13,-13,30,-20,49,-20r171,0v19,0,36,7,49,20r22,22r22,-22v13,-13,30,-20,49,-20r171,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,155xm640,-299r0,-56v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-143,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,56r185,0xm341,-156r0,-50r-164,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,64v0,6,2,10,6,14r1,1v4,4,9,6,14,6r108,0v5,0,10,-2,14,-6r36,-36v4,-4,6,-8,6,-14",w:810},"\u00f8":{d:"497,-117v0,20,-7,39,-21,53r-44,44v-14,14,-30,20,-49,20r-157,0r-30,94r-48,-16r25,-78r-3,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r157,0r31,-96r48,17r-26,79r3,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,244xm383,-121r0,-234v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-14,0r-89,276r103,0v5,0,10,-2,14,-6r1,-1v4,-4,6,-8,6,-14xm295,-376r-104,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,234v0,6,2,10,6,14r1,1v4,4,9,6,14,6r14,0",w:553},"\u00bf":{d:"348,-348r-128,0r0,-128r128,0r0,128xm474,100r-69,69v-14,14,-31,22,-51,22r-153,0v-20,0,-37,-8,-51,-22r-47,-47v-14,-14,-19,-29,-19,-48r0,-91v0,-19,7,-36,21,-50r116,-116v4,-4,6,-8,6,-14r0,-53r114,0r0,59v0,19,-6,35,-20,49r-117,117v-4,4,-6,9,-6,14r0,78v0,5,1,10,5,14r4,4v4,4,9,6,15,6r111,0v6,0,11,-2,15,-6r55,-55",w:516},"\u00a1":{d:"216,-348r-128,0r0,-128r128,0r0,128xm209,191r-114,0r0,-441r114,0r0,441",w:304},"\u00ac":{d:"542,0r-100,0r0,-262r-376,0r0,-100r476,0r0,362"},"\u221a":{d:"674,-597r-216,216v-4,4,-5,8,-5,14r-4,187r124,-130r70,70r-240,240r-239,-240r70,-70r124,130r-4,-208v0,-20,8,-36,21,-49r229,-230",w:807},"\u0192":{d:"483,-376r-161,0r0,458v0,19,-7,35,-20,48r-75,75r-70,-71r46,-46v4,-4,5,-9,5,-14r0,-450r-84,0r0,-100r84,0r0,-83v0,-20,7,-37,21,-51r37,-37v14,-14,30,-20,49,-20r168,0r0,100r-140,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,70r161,0r0,100"},"\u2248":{d:"565,-396r-153,153v-5,5,-18,12,-33,12v-16,0,-28,-7,-34,-13r-100,-100v-6,-6,-14,-6,-21,0r-119,119r-63,-63r161,-161v5,-5,18,-12,33,-12v16,0,28,7,34,13r100,100v6,6,14,7,21,0r111,-111xm565,-190r-161,161v-5,5,-18,12,-33,12v-16,0,-28,-7,-34,-13r-100,-100v-6,-6,-14,-6,-21,0r-111,111r-63,-63r153,-153v5,-5,18,-12,33,-12v16,0,28,7,34,13r100,100v6,6,14,6,21,0r119,-119"},"\u0394":{d:"737,-133r-70,70r-216,-216v-4,-4,-8,-5,-14,-5r-187,-4r130,124r-70,70r-240,-240r240,-239r70,70r-130,124r208,-4v20,0,36,8,49,21",w:807},"\u00ab":{d:"517,-124r-71,71r-112,-112v-32,-32,-30,-73,-30,-73v0,0,-2,-41,30,-73r112,-112r71,71r-100,100v-8,8,-8,20,0,28xm297,-124r-71,71r-112,-112v-32,-32,-30,-73,-30,-73v0,0,-2,-41,30,-73r112,-112r71,71r-100,100v-8,8,-8,20,0,28",w:601},"\u00bb":{d:"517,-238v0,0,2,41,-30,73r-112,112r-71,-71r100,-100v8,-8,8,-20,0,-28r-100,-100r71,-71r112,112v32,32,30,73,30,73xm297,-238v0,0,2,41,-30,73r-112,112r-71,-71r100,-100v8,-8,8,-20,0,-28r-100,-100r71,-71r112,112v32,32,30,73,30,73",w:601},"\u2026":{d:"897,0r-128,0r0,-128r128,0r0,128xm564,0r-128,0r0,-128r128,0r0,128xm231,0r-128,0r0,-128r128,0r0,128",w:1000},"\u00a0":{w:304},"\u00c0":{d:"408,-733r-112,0r-139,-139r112,0xm662,0r-122,0r-63,-167r-266,0r-63,167r-120,0r247,-667r142,0xm436,-274r-92,-264r-92,264r184,0",w:690},"\u00c3":{d:"542,-807r-91,62v-13,9,-25,14,-40,14v-15,0,-30,-6,-43,-15r-84,-58v-4,-2,-7,-2,-11,0r-81,57r-43,-61r90,-61v13,-9,25,-14,40,-14v15,0,30,6,43,15r80,56v3,2,7,3,11,0r89,-59xm662,0r-122,0r-63,-167r-266,0r-63,167r-120,0r247,-667r142,0xm436,-274r-92,-264r-92,264r184,0",w:690},"\u00d5":{d:"564,-807r-91,62v-13,9,-25,14,-40,14v-15,0,-30,-6,-43,-15r-84,-58v-4,-2,-7,-2,-11,0r-81,57r-43,-61r90,-61v13,-9,25,-14,40,-14v15,0,30,6,43,15r80,56v3,2,7,3,11,0r89,-59xm651,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-261,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r261,0v19,0,36,7,50,21r82,82v14,14,21,31,21,50r0,361xm531,-173r0,-321v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-209,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,321v0,5,2,10,6,14r39,39v4,4,8,6,14,6r209,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-9,6,-14",w:735},"\u0152":{d:"781,0r-544,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r544,0r0,114r-251,0r0,162r251,0r0,114r-251,0r0,163r251,0r0,114xm410,-114r0,-439r-147,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,321v0,5,2,10,6,14r39,39v4,4,8,6,14,6r147,0",w:865},"\u0153":{d:"768,-206r-299,0r0,85v0,6,2,10,6,14r1,1v4,4,9,6,14,6r143,0v5,0,10,-2,14,-6r50,-50r71,71r-65,65v-14,14,-30,20,-49,20r-171,0v-19,0,-35,-6,-49,-20r-22,-22r-22,22v-14,14,-30,20,-49,20r-171,0v-19,0,-35,-6,-49,-20r-44,-44v-14,-14,-21,-31,-21,-51r0,-246v0,-20,7,-37,21,-51r44,-44v14,-14,30,-20,49,-20r171,0v19,0,35,6,49,20r22,22r22,-22v14,-14,30,-20,49,-20r171,0v19,0,35,6,49,20r44,44v14,14,21,31,21,51r0,155xm654,-299r0,-56v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-143,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,56r185,0xm355,-121r0,-234v0,-6,-2,-10,-6,-14r-1,-1v-4,-4,-9,-6,-14,-6r-143,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,234v0,6,2,10,6,14r1,1v4,4,9,6,14,6r143,0v5,0,10,-2,14,-6r1,-1v4,-4,6,-8,6,-14",w:824},"\u2013":{d:"554,-188r-500,0r0,-100r500,0r0,100"},"\u2014":{d:"900,-188r-799,0r-1,-100r800,0r0,100",w:1000},"\u201c":{d:"488,-626r-30,30v-4,4,-7,8,-7,14r0,185r-114,0r0,-186v0,-22,5,-35,20,-50r62,-62xm246,-626r-30,30v-4,4,-7,8,-7,14r0,185r-114,0r0,-186v0,-22,5,-35,20,-50r62,-62",w:546},"\u201d":{d:"451,-481v0,22,-5,35,-20,50r-62,62r-69,-69r30,-30v4,-4,7,-8,7,-14r0,-185r114,0r0,186xm209,-481v0,22,-5,35,-20,50r-62,62r-69,-69r30,-30v4,-4,7,-8,7,-14r0,-185r114,0r0,186",w:546},"\u2018":{d:"246,-626r-30,30v-4,4,-7,8,-7,14r0,185r-114,0r0,-186v0,-22,5,-35,20,-50r62,-62",w:304},"\u2019":{d:"209,-481v0,22,-5,35,-20,50r-62,62r-69,-69r30,-30v4,-4,7,-8,7,-14r0,-185r114,0r0,186",w:304},"\u00f7":{d:"368,-348r-128,0r0,-128r128,0r0,128xm542,-188r-476,0r0,-100r476,0r0,100xm368,0r-128,0r0,-128r128,0r0,128"},"\u25ca":{d:"737,-333r-240,239r-70,-70r130,-124r-208,4v-20,0,-36,-8,-49,-21r-230,-229r70,-70r216,216v4,4,8,5,14,5r187,4r-130,-124r70,-70",w:807},"\u00ff":{d:"392,-566r-119,0r0,-119r119,0r0,119xm196,-566r-119,0r0,-119r119,0r0,119xm455,-476r-215,666r-113,0r47,-174r-160,-492r118,0r104,346r105,-346r114,0",w:476},"\u0178":{d:"457,-753r-119,0r0,-119r119,0r0,119xm261,-753r-119,0r0,-119r119,0r0,119xm585,-667r-225,372r0,295r-120,0r0,-295r-226,-372r131,0r156,259r155,-259r129,0",w:599},"\u2044":{d:"349,-672r-337,672r-74,0r337,-672r74,0",w:287},"\u00a4":{d:"562,-108r-87,87v-14,14,-31,21,-50,21r-160,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-94r-70,0r0,-50r70,0r0,-75r-70,0r0,-50r70,0r0,-92v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r160,0v19,0,36,7,50,21r87,87r-81,80r-68,-68v-4,-4,-8,-6,-14,-6r-108,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,72r113,0r0,50r-113,0r0,75r113,0r0,50r-113,0r0,74v0,5,2,10,6,14r39,39v4,4,8,6,14,6r108,0v6,0,10,-2,14,-6r68,-68"},"\u2039":{d:"297,-124r-71,71r-112,-112v-32,-32,-30,-73,-30,-73v0,0,-2,-41,30,-73r112,-112r71,71r-100,100v-8,8,-8,20,0,28",w:381},"\u203a":{d:"297,-238v0,0,2,41,-30,73r-112,112r-71,-71r100,-100v8,-8,8,-20,0,-28r-100,-100r71,-71r112,112v32,32,30,73,30,73",w:381},"\ufb01":{d:"606,-561r-128,0r0,-128r128,0r0,128xm599,0r-114,0r0,-376r-259,0r0,376r-114,0r0,-376r-84,0r0,-100r84,0r0,-83v0,-20,7,-37,21,-51r37,-37v14,-14,30,-20,49,-20r168,0r0,100r-140,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,70r373,0r0,476",w:690},"\ufb02":{d:"599,0r-114,0r0,-567r-238,0v-5,0,-10,2,-14,6r-1,1v-4,4,-6,8,-6,14r0,70r161,0r0,100r-161,0r0,376r-114,0r0,-376r-84,0r0,-100r84,0r0,-83v0,-20,7,-37,21,-51r37,-37v14,-14,30,-20,49,-20r380,0r0,667",w:690},"\u2021":{d:"501,-164r-140,0r0,255r-114,0r0,-255r-140,0r0,-100r140,0r0,-114r-140,0r0,-100r140,0r0,-191r114,0r0,191r140,0r0,100r-140,0r0,114r140,0r0,100"},"\u00b7":{d:"216,-270r-128,0r0,-128r128,0r0,128",w:304},"\u201a":{d:"209,58v0,22,-5,35,-20,50r-62,62r-69,-69r30,-30v4,-4,7,-8,7,-14r0,-185r114,0r0,186",w:304},"\u201e":{d:"451,58v0,22,-5,35,-20,50r-62,62r-69,-69r30,-30v4,-4,7,-8,7,-14r0,-185r114,0r0,186xm209,58v0,22,-5,35,-20,50r-62,62r-69,-69r30,-30v4,-4,7,-8,7,-14r0,-185r114,0r0,186",w:546},"\u2030":{d:"1189,-69v0,11,-5,22,-12,29r-26,26v-10,10,-20,14,-32,14r-137,0v-12,0,-22,-4,-32,-14r-26,-26v-7,-7,-12,-18,-12,-29r0,-254v0,-11,5,-22,12,-29r26,-26v10,-10,20,-14,32,-14r137,0v12,0,22,4,32,14r26,26v7,7,12,18,12,29r0,254xm828,-69v0,11,-5,22,-12,29r-26,26v-10,10,-20,14,-32,14r-137,0v-12,0,-22,-4,-32,-14r-26,-26v-7,-7,-12,-18,-12,-29r0,-254v0,-11,5,-22,12,-29r26,-26v10,-10,20,-14,32,-14r137,0v12,0,22,4,32,14r26,26v7,7,12,18,12,29r0,254xm655,-672r-337,672r-74,0r337,-672r74,0xm361,-349v0,11,-5,22,-12,29r-26,26v-10,10,-20,14,-32,14r-137,0v-12,0,-22,-4,-32,-14r-26,-26v-7,-7,-12,-18,-12,-29r0,-254v0,-11,5,-22,12,-29r26,-26v10,-10,20,-14,32,-14r137,0v12,0,22,4,32,14r26,26v7,7,12,18,12,29r0,254xm1112,-75r0,-242v0,-2,-1,-4,-3,-6r-4,-4v-1,-1,-4,-2,-6,-2r-97,0v-2,0,-5,1,-6,2r-4,4v-2,2,-3,4,-3,6r0,242v0,2,1,4,3,6r4,4v1,1,4,2,6,2r97,0v2,0,5,-1,6,-2r4,-4v2,-2,3,-4,3,-6xm751,-75r0,-242v0,-2,-1,-4,-3,-6r-4,-4v-1,-1,-4,-2,-6,-2r-97,0v-2,0,-5,1,-6,2r-4,4v-2,2,-3,4,-3,6r0,242v0,2,1,4,3,6r4,4v1,1,4,2,6,2r97,0v2,0,5,-1,6,-2r4,-4v2,-2,3,-4,3,-6xm284,-355r0,-242v0,-2,-1,-4,-3,-6r-4,-4v-1,-1,-4,-2,-6,-2r-97,0v-2,0,-5,1,-6,2r-4,4v-2,2,-3,4,-3,6r0,242v0,2,1,4,3,6r4,4v1,1,4,2,6,2r97,0v2,0,5,-1,6,-2r4,-4v2,-2,3,-4,3,-6",w:1273},"\u00c2":{d:"531,-740r-109,0r-77,-77r-77,77r-109,0r132,-132r108,0xm662,0r-122,0r-63,-167r-266,0r-63,167r-120,0r247,-667r142,0xm436,-274r-92,-264r-92,264r184,0",w:690},"\u00ca":{d:"521,-740r-109,0r-77,-77r-77,77r-109,0r132,-132r108,0xm559,0r-447,0r0,-667r447,0r0,114r-327,0r0,162r327,0r0,114r-327,0r0,163r327,0r0,114",w:643},"\u00c1":{d:"539,-872r-139,139r-116,0r139,-139r116,0xm662,0r-122,0r-63,-167r-266,0r-63,167r-120,0r247,-667r142,0xm436,-274r-92,-264r-92,264r184,0",w:690},"\u00cb":{d:"493,-753r-119,0r0,-119r119,0r0,119xm297,-753r-119,0r0,-119r119,0r0,119xm559,0r-447,0r0,-667r447,0r0,114r-327,0r0,162r327,0r0,114r-327,0r0,163r327,0r0,114",w:643},"\u00c8":{d:"445,-733r-112,0r-139,-139r112,0xm559,0r-447,0r0,-667r447,0r0,114r-327,0r0,162r327,0r0,114r-327,0r0,163r327,0r0,114",w:643},"\u00cd":{d:"383,-872r-139,139r-116,0r139,-139r116,0xm402,0r-360,0r0,-106r120,0r0,-455r-120,0r0,-106r360,0r0,106r-120,0r0,455r120,0r0,106",w:444},"\u00ce":{d:"408,-740r-109,0r-77,-77r-77,77r-109,0r132,-132r108,0xm402,0r-360,0r0,-106r120,0r0,-455r-120,0r0,-106r360,0r0,106r-120,0r0,455r120,0r0,106",w:444},"\u00cf":{d:"379,-753r-119,0r0,-119r119,0r0,119xm183,-753r-119,0r0,-119r119,0r0,119xm402,0r-360,0r0,-106r120,0r0,-455r-120,0r0,-106r360,0r0,106r-120,0r0,455r120,0r0,106",w:444},"\u00cc":{d:"316,-733r-112,0r-139,-139r112,0xm402,0r-360,0r0,-106r120,0r0,-455r-120,0r0,-106r360,0r0,106r-120,0r0,455r120,0r0,106",w:444},"\u00d3":{d:"544,-872r-139,139r-116,0r139,-139r116,0xm651,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-261,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r261,0v19,0,36,7,50,21r82,82v14,14,21,31,21,50r0,361xm531,-173r0,-321v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-209,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,321v0,5,2,10,6,14r39,39v4,4,8,6,14,6r209,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-9,6,-14",w:735},"\u00d4":{d:"553,-740r-109,0r-77,-77r-77,77r-109,0r132,-132r108,0xm651,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-261,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r261,0v19,0,36,7,50,21r82,82v14,14,21,31,21,50r0,361xm531,-173r0,-321v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-209,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,321v0,5,2,10,6,14r39,39v4,4,8,6,14,6r209,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-9,6,-14",w:735},"\u00d2":{d:"446,-733r-112,0r-139,-139r112,0xm651,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-261,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-361v0,-19,7,-36,21,-50r82,-82v14,-14,31,-21,50,-21r261,0v19,0,36,7,50,21r82,82v14,14,21,31,21,50r0,361xm531,-173r0,-321v0,-5,-2,-10,-6,-14r-39,-39v-4,-4,-8,-6,-14,-6r-209,0v-6,0,-10,2,-14,6r-39,39v-4,4,-6,9,-6,14r0,321v0,5,2,10,6,14r39,39v4,4,8,6,14,6r209,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-9,6,-14",w:735},"\u00da":{d:"503,-872r-139,139r-116,0r139,-139r116,0xm605,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-201,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-514r120,0r0,494v0,5,2,10,6,14r39,39v4,4,8,6,14,6r149,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-9,6,-14r0,-494r120,0r0,514",w:703},"\u00db":{d:"537,-740r-109,0r-77,-77r-77,77r-109,0r132,-132r108,0xm605,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-201,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-514r120,0r0,494v0,5,2,10,6,14r39,39v4,4,8,6,14,6r149,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-9,6,-14r0,-494r120,0r0,514",w:703},"\u00d9":{d:"455,-733r-112,0r-139,-139r112,0xm605,-153v0,19,-7,36,-21,50r-82,82v-14,14,-31,21,-50,21r-201,0v-19,0,-36,-7,-50,-21r-82,-82v-14,-14,-21,-31,-21,-50r0,-514r120,0r0,494v0,5,2,10,6,14r39,39v4,4,8,6,14,6r149,0v6,0,10,-2,14,-6r39,-39v4,-4,6,-9,6,-14r0,-494r120,0r0,514",w:703},"\u0131":{d:"219,0r-114,0r0,-376r-101,0r0,-100r215,0r0,476",w:310},"\u02c6":{d:"419,-535r-109,0r-77,-77r-77,77r-109,0r132,-132r108,0",w:465},"\u02dc":{d:"429,-602r-91,62v-13,9,-25,14,-40,14v-15,0,-30,-6,-43,-15r-84,-58v-4,-2,-7,-2,-11,0r-81,57r-43,-61r90,-61v13,-9,25,-14,40,-14v15,0,30,6,43,15r80,56v3,2,7,3,11,0r89,-59",w:465},"\u00af":{d:"387,-563r-308,0r0,-77r308,0r0,77",w:465},"\u02d8":{d:"379,-609v0,14,-6,23,-15,32r-51,51v-10,10,-21,12,-34,12r-92,0v-13,0,-24,-2,-34,-12r-51,-51v-9,-9,-15,-18,-15,-32r0,-58r77,0r0,50v0,4,2,6,5,9r21,21v3,3,6,3,10,3r66,0v4,0,7,0,10,-3r21,-21v3,-3,5,-5,5,-9r0,-50r77,0r0,58",w:465},"\u02d9":{d:"296,-561r-128,0r0,-128r128,0r0,128",w:465},"\u02da":{d:"344,-575v0,37,-30,66,-67,66r-90,0v-37,0,-66,-29,-66,-66r0,-94v0,-37,29,-66,66,-66r90,0v37,0,67,29,67,66r0,94xm274,-591r0,-62v0,-10,-9,-19,-19,-19r-45,0v-10,0,-19,9,-19,19r0,62v0,10,10,19,19,19r45,0v9,0,19,-9,19,-19",w:465},"\u00b8":{d:"307,88r-100,100r-50,-50r50,-50r-50,-50r50,-50",w:465},"\u02dd":{d:"463,-667r-153,153r-116,0r153,-153r116,0xm271,-667r-153,153r-116,0r153,-153r116,0",w:465},"\u02db":{d:"307,38r-50,50r50,50r-50,50r-100,-100r100,-100",w:465},"\u02c7":{d:"419,-667r-132,132r-108,0r-132,-132r109,0r77,77r77,-77r109,0",w:465}}});(function(i){var m="2.86";if(i.support==undefined){i.support={opacity:!(i.browser.msie)}}function a(t){if(i.fn.cycle.debug){f(t)}}function f(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "))}}i.fn.cycle=function(t,s){var u={s:this.selector,c:this.context};if(this.length===0&&t!="stop"){if(!i.isReady&&u.s){f("DOM not ready, queuing slideshow");i(function(){i(u.s,u.c).cycle(t,s)});return this}f("terminating; zero elements found by selector"+(i.isReady?"":" (DOM not ready)"));return this}return this.each(function(){var y=n(this,t,s);if(y===false){return}y.updateActivePagerLink=y.updateActivePagerLink||i.fn.cycle.updateActivePagerLink;if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=this.cyclePause=0;var z=i(this);var A=y.slideExpr?i(y.slideExpr,this):z.children();var w=A.get();if(w.length<2){f("terminating; too few slides: "+w.length);return}var v=l(z,A,w,y,u);if(v===false){return}var x=v.continuous?10:h(v.currSlide,v.nextSlide,v,!v.rev);if(x){x+=(v.delay||0);if(x<10){x=10}a("first timeout: "+x);this.cycleTimeout=setTimeout(function(){e(w,v,0,!v.rev)},x)}})};function n(s,v,t){if(s.cycleStop==undefined){s.cycleStop=0}if(v===undefined||v===null){v={}}if(v.constructor==String){switch(v){case"destroy":case"stop":var x=i(s).data("cycle.opts");if(!x){return false}s.cycleStop++;if(s.cycleTimeout){clearTimeout(s.cycleTimeout)}s.cycleTimeout=0;i(s).removeData("cycle.opts");if(v=="destroy"){r(x)}return false;case"toggle":s.cyclePause=(s.cyclePause===1)?0:1;w(s.cyclePause,t,s);return false;case"pause":s.cyclePause=1;return false;case"resume":s.cyclePause=0;w(false,t,s);return false;case"prev":case"next":var x=i(s).data("cycle.opts");if(!x){f('options not found, "prev/next" ignored');return false}i.fn.cycle[v](x);return false;default:v={fx:v}}return v}else{if(v.constructor==Number){var u=v;v=i(s).data("cycle.opts");if(!v){f("options not found, can not advance slide");return false}if(u<0||u>=v.elements.length){f("invalid slide index: "+u);return false}v.nextSlide=u;if(s.cycleTimeout){clearTimeout(s.cycleTimeout);s.cycleTimeout=0}if(typeof t=="string"){v.oneTimeFx=t}e(v.elements,v,1,u>=v.currSlide);return false}}return v;function w(z,A,y){if(!z&&A===true){var B=i(y).data("cycle.opts");if(!B){f("options not found, can not resume");return false}if(y.cycleTimeout){clearTimeout(y.cycleTimeout);y.cycleTimeout=0}e(B.elements,B,1,1)}}}function b(s,t){if(!i.support.opacity&&t.cleartype&&s.style.filter){try{s.style.removeAttribute("filter")}catch(u){}}}function r(s){if(s.next){i(s.next).unbind(s.prevNextEvent)}if(s.prev){i(s.prev).unbind(s.prevNextEvent)}if(s.pager||s.pagerAnchorBuilder){i.each(s.pagerAnchors||[],function(){this.unbind().remove()})}s.pagerAnchors=null;if(s.destroy){s.destroy(s)}}function l(A,M,x,v,G){var E=i.extend({},i.fn.cycle.defaults,v||{},i.metadata?A.metadata():i.meta?A.data():{});if(E.autostop){E.countdown=E.autostopCount||x.length}var t=A[0];A.data("cycle.opts",E);E.$cont=A;E.stopCount=t.cycleStop;E.elements=x;E.before=E.before?[E.before]:[];E.after=E.after?[E.after]:[];E.after.unshift(function(){E.busy=0});if(!i.support.opacity&&E.cleartype){E.after.push(function(){b(this,E)})}if(E.continuous){E.after.push(function(){e(x,E,0,!E.rev)})}o(E);if(!i.support.opacity&&E.cleartype&&!E.cleartypeNoBg){g(M)}if(A.css("position")=="static"){A.css("position","relative")}if(E.width){A.width(E.width)}if(E.height&&E.height!="auto"){A.height(E.height)}if(E.startingSlide){E.startingSlide=parseInt(E.startingSlide)}if(E.random){E.randomMap=[];for(var K=0;K<x.length;K++){E.randomMap.push(K)}E.randomMap.sort(function(O,w){return Math.random()-0.5});E.randomIndex=1;E.startingSlide=E.randomMap[1]}else{if(E.startingSlide>=x.length){E.startingSlide=0}}E.currSlide=E.startingSlide||0;var z=E.startingSlide;M.css({position:"absolute",top:0,left:0}).hide().each(function(w){var O=z?w>=z?x.length-(w-z):z-w:x.length-w;i(this).css("z-index",O)});i(x[z]).css("opacity",1).show();b(x[z],E);if(E.fit&&E.width){M.width(E.width)}if(E.fit&&E.height&&E.height!="auto"){M.height(E.height)}var F=E.containerResize&&!A.innerHeight();if(F){var y=0,D=0;for(var I=0;I<x.length;I++){var s=i(x[I]),N=s[0],C=s.outerWidth(),L=s.outerHeight();if(!C){C=N.offsetWidth||N.width||s.attr("width")}if(!L){L=N.offsetHeight||N.height||s.attr("height")}y=C>y?C:y;D=L>D?L:D}if(y>0&&D>0){A.css({width:y+"px",height:D+"px"})}}if(E.pause){A.hover(function(){this.cyclePause++},function(){this.cyclePause--})}if(c(E)===false){return false}var u=false;v.requeueAttempts=v.requeueAttempts||0;M.each(function(){var Q=i(this);this.cycleH=(E.fit&&E.height)?E.height:(Q.height()||this.offsetHeight||this.height||Q.attr("height")||0);this.cycleW=(E.fit&&E.width)?E.width:(Q.width()||this.offsetWidth||this.width||Q.attr("width")||0);if(Q.is("img")){var O=(i.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var R=(i.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var P=(i.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var w=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(O||R||P||w){if(G.s&&E.requeueOnImageNotLoaded&&++v.requeueAttempts<100){f(v.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){i(G.s,G.c).cycle(v)},E.requeueTimeout);u=true;return false}else{f("could not determine size of image: "+this.src,this.cycleW,this.cycleH)}}}return true});if(u){return false}E.cssBefore=E.cssBefore||{};E.animIn=E.animIn||{};E.animOut=E.animOut||{};M.not(":eq("+z+")").css(E.cssBefore);if(E.cssFirst){i(M[z]).css(E.cssFirst)}if(E.timeout){E.timeout=parseInt(E.timeout);if(E.speed.constructor==String){E.speed=i.fx.speeds[E.speed]||parseInt(E.speed)}if(!E.sync){E.speed=E.speed/2}var H=E.fx=="shuffle"?500:250;while((E.timeout-E.speed)<H){E.timeout+=E.speed}}if(E.easing){E.easeIn=E.easeOut=E.easing}if(!E.speedIn){E.speedIn=E.speed}if(!E.speedOut){E.speedOut=E.speed}E.slideCount=x.length;E.currSlide=E.lastSlide=z;if(E.random){if(++E.randomIndex==x.length){E.randomIndex=0}E.nextSlide=E.randomMap[E.randomIndex]}else{E.nextSlide=E.startingSlide>=(x.length-1)?0:E.startingSlide+1}if(!E.multiFx){var J=i.fn.cycle.transitions[E.fx];if(i.isFunction(J)){J(A,M,E)}else{if(E.fx!="custom"&&!E.multiFx){f("unknown transition: "+E.fx,"; slideshow terminating");return false}}}var B=M[z];if(E.before.length){E.before[0].apply(B,[B,B,E,true])}if(E.after.length>1){E.after[1].apply(B,[B,B,E,true])}if(E.next){i(E.next).bind(E.prevNextEvent,function(){return q(E,E.rev?-1:1)})}if(E.prev){i(E.prev).bind(E.prevNextEvent,function(){return q(E,E.rev?1:-1)})}if(E.pager||E.pagerAnchorBuilder){d(x,E)}k(E,x);return E}function o(s){s.original={before:[],after:[]};s.original.cssBefore=i.extend({},s.cssBefore);s.original.cssAfter=i.extend({},s.cssAfter);s.original.animIn=i.extend({},s.animIn);s.original.animOut=i.extend({},s.animOut);i.each(s.before,function(){s.original.before.push(this)});i.each(s.after,function(){s.original.after.push(this)})}function c(y){var w,u,t=i.fn.cycle.transitions;if(y.fx.indexOf(",")>0){y.multiFx=true;y.fxs=y.fx.replace(/\s*/g,"").split(",");for(w=0;w<y.fxs.length;w++){var x=y.fxs[w];u=t[x];if(!u||!t.hasOwnProperty(x)||!i.isFunction(u)){f("discarding unknown transition: ",x);y.fxs.splice(w,1);w--}}if(!y.fxs.length){f("No valid transitions named; slideshow terminating.");return false}}else{if(y.fx=="all"){y.multiFx=true;y.fxs=[];for(p in t){u=t[p];if(t.hasOwnProperty(p)&&i.isFunction(u)){y.fxs.push(p)}}}}if(y.multiFx&&y.randomizeEffects){var v=Math.floor(Math.random()*20)+30;for(w=0;w<v;w++){var s=Math.floor(Math.random()*y.fxs.length);y.fxs.push(y.fxs.splice(s,1)[0])}a("randomized fx sequence: ",y.fxs)}return true}function k(t,s){t.addSlide=function(v,w){var u=i(v),x=u[0];if(!t.autostopCount){t.countdown++}s[w?"unshift":"push"](x);if(t.els){t.els[w?"unshift":"push"](x)}t.slideCount=s.length;u.css("position","absolute");u[w?"prependTo":"appendTo"](t.$cont);if(w){t.currSlide++;t.nextSlide++}if(!i.support.opacity&&t.cleartype&&!t.cleartypeNoBg){g(u)}if(t.fit&&t.width){u.width(t.width)}if(t.fit&&t.height&&t.height!="auto"){$slides.height(t.height)}x.cycleH=(t.fit&&t.height)?t.height:u.height();x.cycleW=(t.fit&&t.width)?t.width:u.width();u.css(t.cssBefore);if(t.pager||t.pagerAnchorBuilder){i.fn.cycle.createPagerAnchor(s.length-1,x,i(t.pager),s,t)}if(i.isFunction(t.onAddSlide)){t.onAddSlide(u)}else{u.hide()}}}i.fn.cycle.resetState=function(t,s){s=s||t.fx;t.before=[];t.after=[];t.cssBefore=i.extend({},t.original.cssBefore);t.cssAfter=i.extend({},t.original.cssAfter);t.animIn=i.extend({},t.original.animIn);t.animOut=i.extend({},t.original.animOut);t.fxFn=null;i.each(t.original.before,function(){t.before.push(this)});i.each(t.original.after,function(){t.after.push(this)});var u=i.fn.cycle.transitions[s];if(i.isFunction(u)){u(t.$cont,i(t.elements),t)}};function e(z,s,y,B){if(y&&s.busy&&s.manualTrump){a("manualTrump in go(), stopping active transition");i(z).stop(true,true);s.busy=false}if(s.busy){a("transition active, ignoring new tx request");return}var w=s.$cont[0],D=z[s.currSlide],C=z[s.nextSlide];if(w.cycleStop!=s.stopCount||w.cycleTimeout===0&&!y){return}if(!y&&!w.cyclePause&&((s.autostop&&(--s.countdown<=0))||(s.nowrap&&!s.random&&s.nextSlide<s.currSlide))){if(s.end){s.end(s)}return}var A=false;if((y||!w.cyclePause)&&(s.nextSlide!=s.currSlide)){A=true;var x=s.fx;D.cycleH=D.cycleH||i(D).height();D.cycleW=D.cycleW||i(D).width();C.cycleH=C.cycleH||i(C).height();C.cycleW=C.cycleW||i(C).width();if(s.multiFx){if(s.lastFx==undefined||++s.lastFx>=s.fxs.length){s.lastFx=0}x=s.fxs[s.lastFx];s.currFx=x}if(s.oneTimeFx){x=s.oneTimeFx;s.oneTimeFx=null}i.fn.cycle.resetState(s,x);if(s.before.length){i.each(s.before,function(E,F){if(w.cycleStop!=s.stopCount){return}F.apply(C,[D,C,s,B])})}var u=function(){i.each(s.after,function(E,F){if(w.cycleStop!=s.stopCount){return}F.apply(C,[D,C,s,B])})};a("tx firing; currSlide: "+s.currSlide+"; nextSlide: "+s.nextSlide);s.busy=1;if(s.fxFn){s.fxFn(D,C,s,u,B,y&&s.fastOnEvent)}else{if(i.isFunction(i.fn.cycle[s.fx])){i.fn.cycle[s.fx](D,C,s,u,B,y&&s.fastOnEvent)}else{i.fn.cycle.custom(D,C,s,u,B,y&&s.fastOnEvent)}}}if(A||s.nextSlide==s.currSlide){s.lastSlide=s.currSlide;if(s.random){s.currSlide=s.nextSlide;if(++s.randomIndex==z.length){s.randomIndex=0}s.nextSlide=s.randomMap[s.randomIndex];if(s.nextSlide==s.currSlide){s.nextSlide=(s.currSlide==s.slideCount-1)?0:s.currSlide+1}}else{var v=(s.nextSlide+1)==z.length;s.nextSlide=v?0:s.nextSlide+1;s.currSlide=v?z.length-1:s.nextSlide-1}}if(A&&s.pager){s.updateActivePagerLink(s.pager,s.currSlide,s.activePagerClass)}var t=0;if(s.timeout&&!s.continuous){t=h(D,C,s,B)}else{if(s.continuous&&w.cyclePause){t=10}}if(t>0){w.cycleTimeout=setTimeout(function(){e(z,s,0,!s.rev)},t)}}i.fn.cycle.updateActivePagerLink=function(s,u,t){i(s).each(function(){i(this).children().removeClass(t).eq(u).addClass(t)})};function h(x,v,w,u){if(w.timeoutFn){var s=w.timeoutFn(x,v,w,u);while((s-w.speed)<250){s+=w.speed}a("calculated timeout: "+s+"; speed: "+w.speed);if(s!==false){return s}}return w.timeout}i.fn.cycle.next=function(s){q(s,s.rev?-1:1)};i.fn.cycle.prev=function(s){q(s,s.rev?1:-1)};function q(u,x){var t=u.elements;var w=u.$cont[0],v=w.cycleTimeout;if(v){clearTimeout(v);w.cycleTimeout=0}if(u.random&&x<0){u.randomIndex--;if(--u.randomIndex==-2){u.randomIndex=t.length-2}else{if(u.randomIndex==-1){u.randomIndex=t.length-1}}u.nextSlide=u.randomMap[u.randomIndex]}else{if(u.random){u.nextSlide=u.randomMap[u.randomIndex]}else{u.nextSlide=u.currSlide+x;if(u.nextSlide<0){if(u.nowrap){return false}u.nextSlide=t.length-1}else{if(u.nextSlide>=t.length){if(u.nowrap){return false}u.nextSlide=0}}}}var s=u.onPrevNextEvent||u.prevNextClick;if(i.isFunction(s)){s(x>0,u.nextSlide,t[u.nextSlide])}e(t,u,1,x>=0);return false}function d(t,u){var s=i(u.pager);i.each(t,function(v,w){i.fn.cycle.createPagerAnchor(v,w,s,t,u)});u.updateActivePagerLink(u.pager,u.startingSlide,u.activePagerClass)}i.fn.cycle.createPagerAnchor=function(w,x,u,v,y){var t;if(i.isFunction(y.pagerAnchorBuilder)){t=y.pagerAnchorBuilder(w,x);a("pagerAnchorBuilder("+w+", el) returned: "+t)}else{t='<a href="#">'+(w+1)+"</a>"}if(!t){return}var z=i(t);if(z.parents("body").length===0){var s=[];if(u.length>1){u.each(function(){var A=z.clone(true);i(this).append(A);s.push(A[0])});z=i(s)}else{z.appendTo(u)}}y.pagerAnchors=y.pagerAnchors||[];y.pagerAnchors.push(z);z.bind(y.pagerEvent,function(D){D.preventDefault();y.nextSlide=w;var C=y.$cont[0],B=C.cycleTimeout;if(B){clearTimeout(B);C.cycleTimeout=0}var A=y.onPagerEvent||y.pagerClick;if(i.isFunction(A)){A(y.nextSlide,v[y.nextSlide])}e(v,y,1,y.currSlide<w)});if(!/^click/.test(y.pagerEvent)&&!y.allowPagerClickBubble){z.bind("click.cycle",function(){return false})}if(y.pauseOnPagerHover){z.hover(function(){y.$cont[0].cyclePause++},function(){y.$cont[0].cyclePause--})}};i.fn.cycle.hopsFromLast=function(v,u){var t,s=v.lastSlide,w=v.currSlide;if(u){t=w>s?w-s:v.slideCount-s}else{t=w<s?s-w:s+v.slideCount-w}return t};function g(u){a("applying clearType background-color hack");function t(v){v=parseInt(v).toString(16);return v.length<2?"0"+v:v}function s(y){for(;y&&y.nodeName.toLowerCase()!="html";y=y.parentNode){var w=i.css(y,"background-color");if(w.indexOf("rgb")>=0){var x=w.match(/\d+/g);return"#"+t(x[0])+t(x[1])+t(x[2])}if(w&&w!="transparent"){return w}}return"#ffffff"}u.each(function(){i(this).css("background-color",s(this))})}i.fn.cycle.commonReset=function(y,v,x,t,u,s){i(x.elements).not(y).hide();x.cssBefore.opacity=1;x.cssBefore.display="block";if(t!==false&&v.cycleW>0){x.cssBefore.width=v.cycleW}if(u!==false&&v.cycleH>0){x.cssBefore.height=v.cycleH}x.cssAfter=x.cssAfter||{};x.cssAfter.display="none";i(y).css("zIndex",x.slideCount+(s===true?1:0));i(v).css("zIndex",x.slideCount+(s===true?0:1))};i.fn.cycle.custom=function(E,y,s,v,x,t){var D=i(E),z=i(y);var u=s.speedIn,C=s.speedOut,w=s.easeIn,B=s.easeOut;z.css(s.cssBefore);if(t){if(typeof t=="number"){u=C=t}else{u=C=1}w=B=null}var A=function(){z.animate(s.animIn,u,w,v)};D.animate(s.animOut,C,B,function(){if(s.cssAfter){D.css(s.cssAfter)}if(!s.sync){A()}});if(s.sync){A()}};i.fn.cycle.transitions={fade:function(t,u,s){u.not(":eq("+s.currSlide+")").css("opacity",0);s.before.push(function(x,v,w){i.fn.cycle.commonReset(x,v,w);w.cssBefore.opacity=0});s.animIn={opacity:1};s.animOut={opacity:0};s.cssBefore={top:0,left:0}}};i.fn.cycle.ver=function(){return m};i.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,onPrevNextEvent:null,prevNextEvent:"click.cycle",pager:null,onPagerEvent:null,pagerEvent:"click.cycle",allowPagerClickBubble:false,pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!i.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250,activePagerClass:"activeSlide",updateActivePagerLink:null}})(jQuery);