/*
 * 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(bj,b){function aq(){if(!d.isReady){try{a.documentElement.doScroll("left")}catch(c){setTimeout(aq,1);return}d.ready()}}function k(c,s){s.src?d.ajax({url:s.src,async:false,dataType:"script"}):d.globalEval(s.text||s.textContent||s.innerHTML||"");s.parentNode&&s.parentNode.removeChild(s)}function a2(A,F,G,K,J,s){var c=A.length;if(typeof F==="object"){for(var w in F){a2(A,w,F[w],K,J,G)}return A}if(G!==b){K=!s&&K&&d.isFunction(G);for(w=0;w<c;w++){J(A[w],F,K?G.call(A[w],w,J(A[w],F)):G,s)}return A}return c?J(A[0],F):b}function be(){return(new Date).getTime()}function a3(){return false}function a4(){return true}function ar(c,s,w){w[0].type=c;return d.event.handle.apply(s,w)}function at(G){var J,K=[],N=[],L=arguments,s,c,F,w,A,O;c=d.data(this,"events");if(!(G.liveFired===this||!c||!c.live||G.button&&G.type==="click")){G.liveFired=this;var P=c.live.slice(0);for(w=0;w<P.length;w++){c=P[w];c.origType.replace(bi,"")===G.type?N.push(c.selector):P.splice(w--,1)}s=d(G.target).closest(N,G.currentTarget);A=0;for(O=s.length;A<O;A++){for(w=0;w<P.length;w++){c=P[w];if(s[A].selector===c.selector){F=s[A].elem;N=null;if(c.preType==="mouseenter"||c.preType==="mouseleave"){N=d(G.relatedTarget).closest(c.selector)[0]}if(!N||N!==F){K.push({elem:F,handleObj:c})}}}}A=0;for(O=K.length;A<O;A++){s=K[A];G.currentTarget=s.elem;G.data=s.handleObj.data;G.handleObj=s.handleObj;if(s.handleObj.origHandler.apply(s.elem,L)===false){J=false;break}}return J}}function ad(c,s){return"live."+(c&&c!=="*"?c+".":"")+s.replace(/\./g,"`").replace(/ /g,"&")}function ae(c){return !c||!c.parentNode||c.parentNode.nodeType===11}function af(c,s){var w=0;s.each(function(){if(this.nodeName===(c[w]&&c[w].nodeName)){var J=d.data(c[w++]),G=d.data(this,J);if(J=J&&J.events){delete G.handle;G.events={};for(var A in J){for(var F in J[A]){d.event.add(this,A,J[A][F],J[A][F].data)}}}}})}function ag(s,w,A){var G,F,c;w=w&&w[0]?w[0].ownerDocument||w[0]:a;if(s.length===1&&typeof s[0]==="string"&&s[0].length<512&&w===a&&!ah.test(s[0])&&(d.support.checkClone||!ai.test(s[0]))){F=true;if(c=d.fragments[s[0]]){if(c!==1){G=c}}}if(!G){G=w.createDocumentFragment();d.clean(s,w,G,A)}if(F){d.fragments[s[0]]=c?G:1}return{fragment:G,cacheable:F}}function bf(c,s){var w={};d.each(aj.concat.apply([],aj.slice(0,s)),function(){w[this]=c});return w}function ak(c){return"scrollTo" in c&&c.document?c:c.nodeType===9?c.defaultView||c.parentWindow:false}var d=function(c,s){return new d.fn.init(c,s)},l=bj.jQuery,m=bj.$,a=bj.document,a8,n=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,o=/^.[^:#\[\.,]*$/,p=/\S/,q=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,f=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,bd=navigator.userAgent,S=false,a6=[],bg,i=Object.prototype.toString,au=Object.prototype.hasOwnProperty,av=Array.prototype.push,a7=Array.prototype.slice,U=Array.prototype.indexOf;d.fn=d.prototype={init:function(c,s){var w,A;if(!c){return this}if(c.nodeType){this.context=this[0]=c;this.length=1;return this}if(c==="body"&&!s){this.context=a;this[0]=a.body;this.selector="body";this.length=1;return this}if(typeof c==="string"){if((w=n.exec(c))&&(w[1]||!s)){if(w[1]){A=s?s.ownerDocument||s:a;if(c=f.exec(c)){if(d.isPlainObject(s)){c=[a.createElement(c[1])];d.fn.attr.call(c,s,true)}else{c=[A.createElement(c[1])]}}else{c=ag([w[1]],[A]);c=(c.cacheable?c.fragment.cloneNode(true):c.fragment).childNodes}return d.merge(this,c)}else{if(s=a.getElementById(w[2])){if(s.id!==w[2]){return a8.find(c)}this.length=1;this[0]=s}this.context=a;this.selector=c;return this}}else{if(!s&&/^\w+$/.test(c)){this.selector=c;this.context=a;c=a.getElementsByTagName(c);return d.merge(this,c)}else{return !s||s.jquery?(s||a8).find(c):d(s).find(c)}}}else{if(d.isFunction(c)){return a8.ready(c)}}if(c.selector!==b){this.selector=c.selector;this.context=c.context}return d.makeArray(c,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return a7.call(this,0)},get:function(c){return c==null?this.toArray():c<0?this.slice(c)[0]:this[c]},pushStack:function(c,s,w){var A=d();d.isArray(c)?av.apply(A,c):d.merge(A,c);A.prevObject=this;A.context=this.context;if(s==="find"){A.selector=this.selector+(this.selector?" ":"")+w}else{if(s){A.selector=this.selector+"."+s+"("+w+")"}}return A},each:function(c,s){return d.each(this,c,s)},ready:function(c){d.bindReady();if(d.isReady){c.call(a,d)}else{a6&&a6.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(a7.apply(this,arguments),"slice",a7.call(arguments).join(","))},map:function(c){return this.pushStack(d.map(this,function(s,w){return c.call(s,w,s)}))},end:function(){return this.prevObject||d(null)},push:av,sort:[].sort,splice:[].splice};d.fn.init.prototype=d.fn;d.extend=d.fn.extend=function(){var A=arguments[0]||{},F=1,G=arguments.length,K=false,J,s,c,w;if(typeof A==="boolean"){K=A;A=arguments[1]||{};F=2}if(typeof A!=="object"&&!d.isFunction(A)){A={}}if(G===F){A=this;--F}for(;F<G;F++){if((J=arguments[F])!=null){for(s in J){c=A[s];w=J[s];if(A!==w){if(K&&w&&(d.isPlainObject(w)||d.isArray(w))){c=c&&(d.isPlainObject(c)||d.isArray(c))?c:d.isArray(w)?[]:{};A[s]=d.extend(K,c,w)}else{if(w!==b){A[s]=w}}}}}}return A};d.extend({noConflict:function(c){bj.$=m;if(c){bj.jQuery=l}return d},isReady:false,ready:function(){if(!d.isReady){if(!a.body){return setTimeout(d.ready,13)}d.isReady=true;if(a6){for(var c,s=0;c=a6[s++];){c.call(a,d)}a6=null}d.fn.triggerHandler&&d(a).triggerHandler("ready")}},bindReady:function(){if(!S){S=true;if(a.readyState==="complete"){return d.ready()}if(a.addEventListener){a.addEventListener("DOMContentLoaded",bg,false);bj.addEventListener("load",d.ready,false)}else{if(a.attachEvent){a.attachEvent("onreadystatechange",bg);bj.attachEvent("onload",d.ready);var c=false;try{c=bj.frameElement==null}catch(s){}a.documentElement.doScroll&&c&&aq()}}}},isFunction:function(c){return i.call(c)==="[object Function]"},isArray:function(c){return i.call(c)==="[object Array]"},isPlainObject:function(c){if(!c||i.call(c)!=="[object Object]"||c.nodeType||c.setInterval){return false}if(c.constructor&&!au.call(c,"constructor")&&!au.call(c.constructor.prototype,"isPrototypeOf")){return false}var s;for(s in c){}return s===b||au.call(c,s)},isEmptyObject:function(c){for(var s in c){return false}return true},error:function(c){throw c},parseJSON:function(c){if(typeof c!=="string"||!c){return null}c=d.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 bj.JSON&&bj.JSON.parse?bj.JSON.parse(c):(new Function("return "+c))()}else{d.error("Invalid JSON: "+c)}},noop:function(){},globalEval:function(c){if(c&&p.test(c)){var s=a.getElementsByTagName("head")[0]||a.documentElement,w=a.createElement("script");w.type="text/javascript";if(d.support.scriptEval){w.appendChild(a.createTextNode(c))}else{w.text=c}s.insertBefore(w,s.firstChild);s.removeChild(w)}},nodeName:function(c,s){return c.nodeName&&c.nodeName.toUpperCase()===s.toUpperCase()},each:function(w,A,F){var J,G=0,c=w.length,s=c===b||d.isFunction(w);if(F){if(s){for(J in w){if(A.apply(w[J],F)===false){break}}}else{for(;G<c;){if(A.apply(w[G++],F)===false){break}}}}else{if(s){for(J in w){if(A.call(w[J],J,w[J])===false){break}}}else{for(F=w[0];G<c&&A.call(F,G,F)!==false;F=w[++G]){}}}return w},trim:function(c){return(c||"").replace(q,"")},makeArray:function(c,s){s=s||[];if(c!=null){c.length==null||typeof c==="string"||d.isFunction(c)||typeof c!=="function"&&c.setInterval?av.call(s,c):d.merge(s,c)}return s},inArray:function(c,s){if(s.indexOf){return s.indexOf(c)}for(var w=0,A=s.length;w<A;w++){if(s[w]===c){return w}}return -1},merge:function(c,s){var w=c.length,F=0;if(typeof s.length==="number"){for(var A=s.length;F<A;F++){c[w++]=s[F]}}else{for(;s[F]!==b;){c[w++]=s[F++]}}c.length=w;return c},grep:function(s,w,A){for(var G=[],F=0,c=s.length;F<c;F++){!A!==!w(s[F],F)&&G.push(s[F])}return G},map:function(w,A,F){for(var J=[],G,c=0,s=w.length;c<s;c++){G=A(w[c],c,F);if(G!=null){J[J.length]=G}}return J.concat.apply([],J)},guid:1,proxy:function(c,s,w){if(arguments.length===2){if(typeof s==="string"){w=c;c=w[s];s=b}else{if(s&&!d.isFunction(s)){w=s;s=b}}}if(!s&&c){s=function(){return c.apply(w||this,arguments)}}if(c){s.guid=c.guid=c.guid||s.guid||d.guid++}return s},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:{}});bd=d.uaMatch(bd);if(bd.browser){d.browser[bd.browser]=true;d.browser.version=bd.version}if(d.browser.webkit){d.browser.safari=true}if(U){d.inArray=function(c,s){return U.call(s,c)}}a8=d(a);if(a.addEventListener){bg=function(){a.removeEventListener("DOMContentLoaded",bg,false);d.ready()}}else{if(a.attachEvent){bg=function(){if(a.readyState==="complete"){a.detachEvent("onreadystatechange",bg);d.ready()}}}}(function(){d.support={};var F=a.documentElement,G=a.createElement("script"),J=a.createElement("div"),L="script"+be();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 K=J.getElementsByTagName("*"),s=J.getElementsByTagName("a")[0];if(!(!K||!K.length||!s)){d.support={leadingWhitespace:J.firstChild.nodeType===3,tbody:!J.getElementsByTagName("tbody").length,htmlSerialize:!!J.getElementsByTagName("link").length,style:/red/.test(s.getAttribute("style")),hrefNormalized:s.getAttribute("href")==="/a",opacity:/^0.55$/.test(s.style.opacity),cssFloat:!!s.style.cssFloat,checkOn:J.getElementsByTagName("input")[0].value==="on",optSelected:a.createElement("select").appendChild(a.createElement("option")).selected,parentNode:J.removeChild(J.appendChild(a.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(a.createTextNode("window."+L+"=1;"))}catch(c){}F.insertBefore(G,F.firstChild);if(bj[L]){d.support.scriptEval=true;delete bj[L]}try{delete G.test}catch(A){d.support.deleteExpando=false}F.removeChild(G);if(J.attachEvent&&J.fireEvent){J.attachEvent("onclick",function w(){d.support.noCloneEvent=false;J.detachEvent("onclick",w)});J.cloneNode(true).fireEvent("onclick")}J=a.createElement("div");J.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";F=a.createDocumentFragment();F.appendChild(J.firstChild);d.support.checkClone=F.cloneNode(true).cloneNode(true).lastChild.checked;d(function(){var N=a.createElement("div");N.style.width=N.style.paddingLeft="1px";a.body.appendChild(N);d.boxModel=d.support.boxModel=N.offsetWidth===2;a.body.removeChild(N).style.display="none"});F=function(P){var O=a.createElement("div");P="on"+P;var N=P in O;if(!N){O.setAttribute(P,"return;");N=typeof O[P]==="function"}return N};d.support.submitBubbles=F("submit");d.support.changeBubbles=F("change");F=G=J=K=s=null}})();d.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var bl="jQuery"+be(),g=0,ac={};d.extend({cache:{},expando:bl,noData:{embed:true,object:true,applet:true},data:function(c,s,w){if(!(c.nodeName&&d.noData[c.nodeName.toLowerCase()])){c=c==bj?ac:c;var F=c[bl],A=d.cache;if(!F&&typeof s==="string"&&w===b){return null}F||(F=++g);if(typeof s==="object"){c[bl]=F;A[F]=d.extend(true,{},s)}else{if(!A[F]){c[bl]=F;A[F]={}}}c=A[F];if(w!==b){c[s]=w}return typeof s==="string"?c[s]:c}},removeData:function(c,s){if(!(c.nodeName&&d.noData[c.nodeName.toLowerCase()])){c=c==bj?ac:c;var w=c[bl],F=d.cache,A=F[w];if(s){if(A){delete A[s];d.isEmptyObject(A)&&d.removeData(c)}}else{if(d.support.deleteExpando){delete c[d.expando]}else{c.removeAttribute&&c.removeAttribute(d.expando)}delete F[w]}}}});d.fn.extend({data:function(c,s){if(typeof c==="undefined"&&this.length){return d.data(this[0])}else{if(typeof c==="object"){return this.each(function(){d.data(this,c)})}}var w=c.split(".");w[1]=w[1]?"."+w[1]:"";if(s===b){var A=this.triggerHandler("getData"+w[1]+"!",[w[0]]);if(A===b&&this.length){A=d.data(this[0],c)}return A===b&&w[1]?this.data(w[0]):A}else{return this.trigger("setData"+w[1]+"!",[w[0],s]).each(function(){d.data(this,c,s)})}},removeData:function(c){return this.each(function(){d.removeData(this,c)})}});d.extend({queue:function(c,s,w){if(c){s=(s||"fx")+"queue";var A=d.data(c,s);if(!w){return A||[]}if(!A||d.isArray(w)){A=d.data(c,s,d.makeArray(w))}else{A.push(w)}return A}},dequeue:function(c,s){s=s||"fx";var w=d.queue(c,s),A=w.shift();if(A==="inprogress"){A=w.shift()}if(A){s==="fx"&&w.unshift("inprogress");A.call(c,function(){d.dequeue(c,s)})}}});d.fn.extend({queue:function(c,s){if(typeof c!=="string"){s=c;c="fx"}if(s===b){return d.queue(this[0],c)}return this.each(function(){var w=d.queue(this,c,s);c==="fx"&&w[0]!=="inprogress"&&d.dequeue(this,c)})},dequeue:function(c){return this.each(function(){d.dequeue(this,c)})},delay:function(c,s){c=d.fx?d.fx.speeds[c]||c:c;s=s||"fx";return this.queue(s,function(){var w=this;setTimeout(function(){d.dequeue(w,s)},c)})},clearQueue:function(c){return this.queue(c||"fx",[])}});var B=/[\n\t]/g,aw=/\s+/,h=/\r/g,a5=/href|src|style/,aV=/(button|input)/i,aW=/(button|input|object|select|textarea)/i,aX=/^(a|area)$/i,C=/radio|checkbox/;d.fn.extend({attr:function(c,s){return a2(this,c,s,true,d.attr)},removeAttr:function(c){return this.each(function(){d.attr(this,c,"");this.nodeType===1&&this.removeAttribute(c)})},addClass:function(F){if(d.isFunction(F)){return this.each(function(O){var N=d(this);N.addClass(F.call(this,O,N.attr("class")))})}if(F&&typeof F==="string"){for(var G=(F||"").split(aw),J=0,L=this.length;J<L;J++){var K=this[J];if(K.nodeType===1){if(K.className){for(var s=" "+K.className+" ",c=K.className,A=0,w=G.length;A<w;A++){if(s.indexOf(" "+G[A]+" ")<0){c+=" "+G[A]}}K.className=d.trim(c)}else{K.className=F}}}}return this},removeClass:function(A){if(d.isFunction(A)){return this.each(function(N){var L=d(this);L.removeClass(A.call(this,N,L.attr("class")))})}if(A&&typeof A==="string"||A===b){for(var F=(A||"").split(aw),G=0,K=this.length;G<K;G++){var J=this[G];if(J.nodeType===1&&J.className){if(A){for(var s=(" "+J.className+" ").replace(B," "),c=0,w=F.length;c<w;c++){s=s.replace(" "+F[c]+" "," ")}J.className=d.trim(s)}else{J.className=""}}}}return this},toggleClass:function(c,s){var w=typeof c,A=typeof s==="boolean";if(d.isFunction(c)){return this.each(function(G){var F=d(this);F.toggleClass(c.call(this,G,F.attr("class"),s),s)})}return this.each(function(){if(w==="string"){for(var K,G=0,J=d(this),F=s,L=c.split(aw);K=L[G++];){F=A?F:!J.hasClass(K);J[F?"addClass":"removeClass"](K)}}else{if(w==="undefined"||w==="boolean"){this.className&&d.data(this,"__className__",this.className);this.className=this.className||c===false?"":d.data(this,"__className__")||""}}})},hasClass:function(c){c=" "+c+" ";for(var s=0,w=this.length;s<w;s++){if((" "+this[s].className+" ").replace(B," ").indexOf(c)>-1){return true}}return false},val:function(A){if(A===b){var F=this[0];if(F){if(d.nodeName(F,"option")){return(F.attributes.value||{}).specified?F.value:F.text}if(d.nodeName(F,"select")){var G=F.selectedIndex,K=[],J=F.options;F=F.type==="select-one";if(G<0){return null}var s=F?G:0;for(G=F?G+1:J.length;s<G;s++){var c=J[s];if(c.selected){A=d(c).val();if(F){return A}K.push(A)}}return K}if(C.test(F.type)&&!d.support.checkOn){return F.getAttribute("value")===null?"on":F.value}return(F.value||"").replace(h,"")}return b}var w=d.isFunction(A);return this.each(function(P){var N=d(this),L=A;if(this.nodeType===1){if(w){L=A.call(this,P,N.val())}if(typeof L==="number"){L+=""}if(d.isArray(L)&&C.test(this.type)){this.checked=d.inArray(N.val(),L)>=0}else{if(d.nodeName(this,"select")){var O=d.makeArray(L);d("option",this).each(function(){this.selected=d.inArray(d(this).val(),O)>=0});if(!O.length){this.selectedIndex=-1}}else{this.value=L}}}})}});d.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(s,w,A,G){if(!s||s.nodeType===3||s.nodeType===8){return b}if(G&&w in d.attrFn){return d(s)[w](A)}G=s.nodeType!==1||!d.isXMLDoc(s);var F=A!==b;w=G&&d.props[w]||w;if(s.nodeType===1){var c=a5.test(w);if(w in s&&G&&!c){if(F){w==="type"&&aV.test(s.nodeName)&&s.parentNode&&d.error("type property can't be changed");s[w]=A}if(d.nodeName(s,"form")&&s.getAttributeNode(w)){return s.getAttributeNode(w).nodeValue}if(w==="tabIndex"){return(w=s.getAttributeNode("tabIndex"))&&w.specified?w.value:aW.test(s.nodeName)||aX.test(s.nodeName)&&s.href?0:b}return s[w]}if(!d.support.style&&G&&w==="style"){if(F){s.style.cssText=""+A}return s.style.cssText}F&&s.setAttribute(w,""+A);s=!d.support.hrefNormalized&&G&&c?s.getAttribute(w,2):s.getAttribute(w);return s===null?b:s}return d.style(s,w,A)}});var bi=/\.(.*)$/,aY=function(c){return c.replace(/[^\w\s\.\|`]/g,function(s){return"\\"+s})};d.event={add:function(J,K,L,O){if(!(J.nodeType===3||J.nodeType===8)){if(J.setInterval&&J!==bj&&!J.frameElement){J=bj}var N,s;if(L.handler){N=L;L=N.handler}if(!L.guid){L.guid=d.guid++}if(s=d.data(J)){var c=s.events=s.events||{},F=s.handle;if(!F){s.handle=F=function(){return typeof d!=="undefined"&&!d.event.triggered?d.event.handle.apply(F.elem,arguments):b}}F.elem=J;K=K.split(" ");for(var w,A=0,P;w=K[A++];){s=N?d.extend({},N):{handler:L,data:O};if(w.indexOf(".")>-1){P=w.split(".");w=P.shift();s.namespace=P.slice(0).sort().join(".")}else{P=[];s.namespace=""}s.type=w;s.guid=L.guid;var Q=c[w],G=d.event.special[w]||{};if(!Q){Q=c[w]=[];if(!G.setup||G.setup.call(J,O,P,F)===false){if(J.addEventListener){J.addEventListener(w,F,false)}else{J.attachEvent&&J.attachEvent("on"+w,F)}}}if(G.add){G.add.call(J,s);if(!s.handler.guid){s.handler.guid=L.guid}}Q.push(s);d.event.global[w]=true}J=null}}},global:{},remove:function(J,K,L,O){if(!(J.nodeType===3||J.nodeType===8)){var N,s=0,c,F,w,A,P,T,G=d.data(J),R=G&&G.events;if(G&&R){if(K&&K.type){L=K.handler;K=K.type}if(!K||typeof K==="string"&&K.charAt(0)==="."){K=K||"";for(N in R){d.event.remove(J,N+K)}}else{for(K=K.split(" ");N=K[s++];){A=N;c=N.indexOf(".")<0;F=[];if(!c){F=N.split(".");N=F.shift();w=new RegExp("(^|\\.)"+d.map(F.slice(0).sort(),aY).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(P=R[N]){if(L){A=d.event.special[N]||{};for(Q=O||0;Q<P.length;Q++){T=P[Q];if(L.guid===T.guid){if(c||w.test(T.namespace)){O==null&&P.splice(Q--,1);A.remove&&A.remove.call(J,T)}if(O!=null){break}}}if(P.length===0||O!=null&&P.length===1){if(!A.teardown||A.teardown.call(J,F)===false){D(J,N,G.handle)}delete R[N]}}else{for(var Q=0;Q<P.length;Q++){T=P[Q];if(c||w.test(T.namespace)){d.event.remove(J,A,T.handler,Q);P.splice(Q--,1)}}}}}if(d.isEmptyObject(R)){if(K=G.handle){K.elem=null}delete G.events;delete G.handle;d.isEmptyObject(G)&&d.removeData(J)}}}}},trigger:function(G,J,K,N){var L=G.type||G;if(!N){G=typeof G==="object"?G[bl]?G:d.extend(d.Event(L),G):d.Event(L);if(L.indexOf("!")>=0){G.type=L=L.slice(0,-1);G.exclusive=true}if(!K){G.stopPropagation();d.event.global[L]&&d.each(d.cache,function(){this.events&&this.events[L]&&d.event.trigger(G,J,this.handle.elem)})}if(!K||K.nodeType===3||K.nodeType===8){return b}G.result=b;G.target=K;J=d.makeArray(J);J.unshift(G)}G.currentTarget=K;(N=d.data(K,"handle"))&&N.apply(K,J);N=K.parentNode||K.ownerDocument;try{if(!(K&&K.nodeName&&d.noData[K.nodeName.toLowerCase()])){if(K["on"+L]&&K["on"+L].apply(K,J)===false){G.result=false}}}catch(s){}if(!G.isPropagationStopped()&&N){d.event.trigger(G,J,N,true)}else{if(!G.isDefaultPrevented()){N=G.target;var c,F=d.nodeName(N,"a")&&L==="click",w=d.event.special[L]||{};if((!w._default||w._default.call(K,G)===false)&&!F&&!(N&&N.nodeName&&d.noData[N.nodeName.toLowerCase()])){try{if(N[L]){if(c=N["on"+L]){N["on"+L]=null}d.event.triggered=true;N[L]()}}catch(A){}if(c){N["on"+L]=c}d.event.triggered=false}}}},handle:function(w){var A,F,J,G;w=arguments[0]=d.event.fix(w||bj.event);w.currentTarget=this;A=w.type.indexOf(".")<0&&!w.exclusive;if(!A){F=w.type.split(".");w.type=F.shift();J=new RegExp("(^|\\.)"+F.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}G=d.data(this,"events");F=G[w.type];if(G&&F){F=F.slice(0);G=0;for(var c=F.length;G<c;G++){var s=F[G];if(A||J.test(s.namespace)){w.handler=s.handler;w.data=s.data;w.handleObj=s;s=s.handler.apply(this,arguments);if(s!==b){w.result=s;if(s===false){w.preventDefault();w.stopPropagation()}}if(w.isImmediatePropagationStopped()){break}}}}return w.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(c){if(c[bl]){return c}var s=c;c=d.Event(s);for(var w=this.props.length,A;w;){A=this.props[--w];c[A]=s[A]}if(!c.target){c.target=c.srcElement||a}if(c.target.nodeType===3){c.target=c.target.parentNode}if(!c.relatedTarget&&c.fromElement){c.relatedTarget=c.fromElement===c.target?c.toElement:c.fromElement}if(c.pageX==null&&c.clientX!=null){s=a.documentElement;w=a.body;c.pageX=c.clientX+(s&&s.scrollLeft||w&&w.scrollLeft||0)-(s&&s.clientLeft||w&&w.clientLeft||0);c.pageY=c.clientY+(s&&s.scrollTop||w&&w.scrollTop||0)-(s&&s.clientTop||w&&w.clientTop||0)}if(!c.which&&(c.charCode||c.charCode===0?c.charCode:c.keyCode)){c.which=c.charCode||c.keyCode}if(!c.metaKey&&c.ctrlKey){c.metaKey=c.ctrlKey}if(!c.which&&c.button!==b){c.which=c.button&1?1:c.button&2?3:c.button&4?2:0}return c},guid:100000000,proxy:d.proxy,special:{ready:{setup:d.bindReady,teardown:d.noop},live:{add:function(c){d.event.add(this,c.origType,d.extend({},c,{handler:at}))},remove:function(c){var s=true,w=c.origType.replace(bi,"");d.each(d.data(this,"events").live||[],function(){if(w===this.origType.replace(bi,"")){return s=false}});s&&d.event.remove(this,c.origType,at)}},beforeunload:{setup:function(c,s,w){if(this.setInterval){this.onbeforeunload=w}return false},teardown:function(c,s){if(this.onbeforeunload===s){this.onbeforeunload=null}}}}};var D=a.removeEventListener?function(c,s,w){c.removeEventListener(s,w,false)}:function(c,s,w){c.detachEvent("on"+s,w)};d.Event=function(c){if(!this.preventDefault){return new d.Event(c)}if(c&&c.type){this.originalEvent=c;this.type=c.type}else{this.type=c}this.timeStamp=be();this[bl]=true};d.Event.prototype={preventDefault:function(){this.isDefaultPrevented=a4;var c=this.originalEvent;if(c){c.preventDefault&&c.preventDefault();c.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=a4;var c=this.originalEvent;if(c){c.stopPropagation&&c.stopPropagation();c.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=a4;this.stopPropagation()},isDefaultPrevented:a3,isPropagationStopped:a3,isImmediatePropagationStopped:a3};var E=function(c){var s=c.relatedTarget;try{for(;s&&s!==this;){s=s.parentNode}if(s!==this){c.type=c.data;d.event.handle.apply(this,arguments)}}catch(w){}},H=function(c){c.type=c.data;d.event.handle.apply(this,arguments)};d.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(c,s){d.event.special[c]={setup:function(w){d.event.add(this,s,w&&w.selector?H:E,c)},teardown:function(w){d.event.remove(this,s,w&&w.selector?H:E)}}});if(!d.support.submitBubbles){d.event.special.submit={setup:function(){if(this.nodeName.toLowerCase()!=="form"){d.event.add(this,"click.specialSubmit",function(c){var s=c.target,w=s.type;if((w==="submit"||w==="image")&&d(s).closest("form").length){return ar("submit",this,arguments)}});d.event.add(this,"keypress.specialSubmit",function(c){var s=c.target,w=s.type;if((w==="text"||w==="password")&&d(s).closest("form").length&&c.keyCode===13){return ar("submit",this,arguments)}})}else{return false}},teardown:function(){d.event.remove(this,".specialSubmit")}}}if(!d.support.changeBubbles){var ax=/textarea|input|select/i,ay,I=function(c){var s=c.type,w=c.value;if(s==="radio"||s==="checkbox"){w=c.checked}else{if(s==="select-multiple"){w=c.selectedIndex>-1?d.map(c.options,function(A){return A.selected}).join("-"):""}else{if(c.nodeName.toLowerCase()==="select"){w=c.selectedIndex}}}return w},az=function(c,s){var w=c.target,F,A;if(!(!ax.test(w.nodeName)||w.readOnly)){F=d.data(w,"_change_data");A=I(w);if(c.type!=="focusout"||w.type!=="radio"){d.data(w,"_change_data",A)}if(!(F===b||A===F)){if(F!=null||A){c.type="change";return d.event.trigger(c,s,w)}}}};d.event.special.change={filters:{focusout:az,click:function(c){var s=c.target,w=s.type;if(w==="radio"||w==="checkbox"||s.nodeName.toLowerCase()==="select"){return az.call(this,c)}},keydown:function(c){var s=c.target,w=s.type;if(c.keyCode===13&&s.nodeName.toLowerCase()!=="textarea"||c.keyCode===32&&(w==="checkbox"||w==="radio")||w==="select-multiple"){return az.call(this,c)}},beforeactivate:function(c){c=c.target;d.data(c,"_change_data",I(c))}},setup:function(){if(this.type==="file"){return false}for(var c in ay){d.event.add(this,c+".specialChange",ay[c])}return ax.test(this.nodeName)},teardown:function(){d.event.remove(this,".specialChange");return ax.test(this.nodeName)}};ay=d.event.special.change.filters}a.addEventListener&&d.each({focus:"focusin",blur:"focusout"},function(c,s){function w(A){A=d.event.fix(A);A.type=s;return d.event.handle.call(this,A)}d.event.special[s]={setup:function(){this.addEventListener(c,w,true)},teardown:function(){this.removeEventListener(c,w,true)}}});d.each(["bind","one"],function(c,s){d.fn[s]=function(G,K,J){if(typeof G==="object"){for(var F in G){this[s](F,K,G[F],J)}return this}if(d.isFunction(K)){J=K;K=b}var A=s==="one"?d.proxy(J,function(L){d(this).unbind(L,A);return J.apply(this,arguments)}):J;if(G==="unload"&&s!=="one"){this.one(G,K,J)}else{F=0;for(var w=this.length;F<w;F++){d.event.add(this[F],G,A,K)}}return this}});d.fn.extend({unbind:function(c,s){if(typeof c==="object"&&!c.preventDefault){for(var w in c){this.unbind(w,c[w])}}else{w=0;for(var A=this.length;w<A;w++){d.event.remove(this[w],c,s)}}return this},delegate:function(c,s,w,A){return this.live(s,w,A,c)},undelegate:function(c,s,w){return arguments.length===0?this.unbind("live"):this.die(s,null,w,c)},trigger:function(c,s){return this.each(function(){d.event.trigger(c,s,this)})},triggerHandler:function(c,s){if(this[0]){c=d.Event(c);c.preventDefault();c.stopPropagation();d.event.trigger(c,s,this[0]);return c.result}},toggle:function(c){for(var s=arguments,w=1;w<s.length;){d.proxy(c,s[w++])}return this.click(d.proxy(c,function(F){var A=(d.data(this,"lastToggle"+c.guid)||0)%w;d.data(this,"lastToggle"+c.guid,A+1);F.preventDefault();return s[A].apply(this,arguments)||false}))},hover:function(c,s){return this.mouseenter(c).mouseleave(s||c)}});var M={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};d.each(["live","die"],function(c,s){d.fn[s]=function(K,N,L,A){var w,J=0,F,G,O=A||this.selector,P=A?this:d(this.context);if(d.isFunction(N)){L=N;N=b}for(K=(K||"").split(" ");(w=K[J++])!=null;){A=bi.exec(w);F="";if(A){F=A[0];w=w.replace(bi,"")}if(w==="hover"){K.push("mouseenter"+F,"mouseleave"+F)}else{G=w;if(w==="focus"||w==="blur"){K.push(M[w]+F);w+=F}else{w=(M[w]||w)+F}s==="live"?P.each(function(){d.event.add(this,ad(w,O),{data:N,selector:O,handler:L,origType:w,origHandler:L,preType:G})}):P.unbind(ad(w,O),L)}}return this}});d.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(c,s){d.fn[s]=function(w){return w?this.bind(s,w):this.trigger(s)};if(d.attrFn){d.attrFn[s]=true}});bj.attachEvent&&!bj.addEventListener&&bj.attachEvent("onunload",function(){for(var c in d.cache){if(d.cache[c].handle){try{d.event.remove(d.cache[c].handle.elem)}catch(s){}}}});(function(){function L(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+=L(Z.childNodes)}}}return aa}function N(ba,bo,Y,Z,bb,ab){bb=0;for(var bn=Z.length;bb<bn;bb++){var bm=Z[bb];if(bm){bm=bm[ba];for(var aa=false;bm;){if(bm.sizcache===Y){aa=Z[bm.sizset];break}if(bm.nodeType===1&&!ab){bm.sizcache=Y;bm.sizset=bb}if(bm.nodeName.toLowerCase()===bo){aa=bm;break}bm=bm[ba]}Z[bb]=aa}}}function O(ba,bo,Y,Z,bb,ab){bb=0;for(var bn=Z.length;bb<bn;bb++){var bm=Z[bb];if(bm){bm=bm[ba];for(var aa=false;bm;){if(bm.sizcache===Y){aa=Z[bm.sizset];break}if(bm.nodeType===1){if(!ab){bm.sizcache=Y;bm.sizset=bb}if(typeof bo!=="string"){if(bm===bo){aa=true;break}}else{if(G.filter(bo,[bm]).length>0){aa=bm;break}}}bm=bm[ba]}Z[bb]=aa}}}var Q=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,P=0,F=Object.prototype.toString,A=false,K=true;[0,0].sort(function(){K=false;return 0});var G=function(bp,bt,ab,ba){ab=ab||[];var bq=bt=bt||a;if(bt.nodeType!==1&&bt.nodeType!==9){return[]}if(!bp||typeof bp!=="string"){return ab}for(var bm=[],bs,br,bb,Z,bo=true,bn=X(bt),Y=bp;(Q.exec(""),bs=Q.exec(Y))!==null;){Y=bs[3];bm.push(bs[1]);if(bs[2]){Z=bs[3];break}}if(bm.length>1&&s.exec(bp)){if(bm.length===2&&J.relative[bm[0]]){br=R(bm[0]+bm[1],bt)}else{for(br=J.relative[bm[0]]?[bt]:G(bm.shift(),bt);bm.length;){bp=bm.shift();if(J.relative[bp]){bp+=bm.shift()}br=R(bp,br)}}}else{if(!ba&&bm.length>1&&bt.nodeType===9&&!bn&&J.match.ID.test(bm[0])&&!J.match.ID.test(bm[bm.length-1])){bs=G.find(bm.shift(),bt,bn);bt=bs.expr?G.filter(bs.expr,bs.set)[0]:bs.set[0]}if(bt){bs=ba?{expr:bm.pop(),set:c(ba)}:G.find(bm.pop(),bm.length===1&&(bm[0]==="~"||bm[0]==="+")&&bt.parentNode?bt.parentNode:bt,bn);br=bs.expr?G.filter(bs.expr,bs.set):bs.set;if(bm.length>0){bb=c(br)}else{bo=false}for(;bm.length;){var aa=bm.pop();bs=aa;if(J.relative[aa]){bs=bm.pop()}else{aa=""}if(bs==null){bs=bt}J.relative[aa](bb,bs,bn)}}else{bb=[]}}bb||(bb=br);bb||G.error(aa||bp);if(F.call(bb)==="[object Array]"){if(bo){if(bt&&bt.nodeType===1){for(bp=0;bb[bp]!=null;bp++){if(bb[bp]&&(bb[bp]===true||bb[bp].nodeType===1&&W(bt,bb[bp]))){ab.push(br[bp])}}}else{for(bp=0;bb[bp]!=null;bp++){bb[bp]&&bb[bp].nodeType===1&&ab.push(br[bp])}}}else{ab.push.apply(ab,bb)}}else{c(bb,ab)}if(Z){G(Z,bq,ab,ba);G.uniqueSort(ab)}return ab};G.uniqueSort=function(Z){if(T){A=K;Z.sort(T);if(A){for(var Y=1;Y<Z.length;Y++){Z[Y]===Z[Y-1]&&Z.splice(Y--,1)}}}return Z};G.matches=function(Z,Y){return G(Z,null,null,Y)};G.find=function(ba,bo,Y){var Z,bb;if(!ba){return[]}for(var ab=0,bn=J.order.length;ab<bn;ab++){var bm=J.order[ab];if(bb=J.leftMatch[bm].exec(ba)){var aa=bb[1];bb.splice(1,1);if(aa.substr(aa.length-1)!=="\\"){bb[1]=(bb[1]||"").replace(/\\/g,"");Z=J.find[bm](bb,bo,Y);if(Z!=null){ba=ba.replace(J.match[bm],"");break}}}}Z||(Z=bo.getElementsByTagName("*"));return{set:Z,expr:ba}};G.filter=function(bq,bv,ab,ba){for(var br=bq,bm=[],bt=bv,bs,bb,Z=bv&&bv[0]&&X(bv[0]);bq&&bv.length;){for(var bp in J.filter){if((bs=J.leftMatch[bp].exec(bq))!=null&&bs[2]){var bo=J.filter[bp],Y,aa;aa=bs[1];bb=false;bs.splice(1,1);if(aa.substr(aa.length-1)!=="\\"){if(bt===bm){bm=[]}if(J.preFilter[bp]){if(bs=J.preFilter[bp](bs,bt,ab,bm,ba,Z)){if(bs===true){continue}}else{bb=Y=true}}if(bs){for(var bn=0;(aa=bt[bn])!=null;bn++){if(aa){Y=bo(aa,bs,bn,bt);var bu=ba^!!Y;if(ab&&Y!=null){if(bu){bb=true}else{bt[bn]=false}}else{if(bu){bm.push(aa);bb=true}}}}}if(Y!==b){ab||(bt=bm);bq=bq.replace(J.match[bp],"");if(!bb){return[]}break}}}}if(bq===br){if(bb==null){G.error(bq)}else{break}}br=bq}return bt};G.error=function(Y){throw"Syntax error, unrecognized expression: "+Y};var J=G.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(bb,ab){var Z=typeof ab==="string",Y=Z&&!/\W/.test(ab);Z=Z&&!Y;if(Y){ab=ab.toLowerCase()}Y=0;for(var ba=bb.length,aa;Y<ba;Y++){if(aa=bb[Y]){for(;(aa=aa.previousSibling)&&aa.nodeType!==1;){}bb[Y]=Z||aa&&aa.nodeName.toLowerCase()===ab?aa||false:aa===ab}}Z&&G.filter(ab,bb,true)},">":function(bb,ab){var Z=typeof ab==="string";if(Z&&!/\W/.test(ab)){ab=ab.toLowerCase();for(var Y=0,ba=bb.length;Y<ba;Y++){var aa=bb[Y];if(aa){Z=aa.parentNode;bb[Y]=Z.nodeName.toLowerCase()===ab?Z:false}}}else{Y=0;for(ba=bb.length;Y<ba;Y++){if(aa=bb[Y]){bb[Y]=Z?aa.parentNode:aa.parentNode===ab}}Z&&G.filter(ab,bb,true)}},"":function(bb,ab,Z){var Y=P++,ba=O;if(typeof ab==="string"&&!/\W/.test(ab)){var aa=ab=ab.toLowerCase();ba=N}ba("parentNode",ab,Y,bb,aa,Z)},"~":function(bb,ab,Z){var Y=P++,ba=O;if(typeof ab==="string"&&!/\W/.test(ab)){var aa=ab=ab.toLowerCase();ba=N}ba("previousSibling",ab,Y,bb,aa,Z)}},find:{ID:function(aa,Z,Y){if(typeof Z.getElementById!=="undefined"&&!Y){return(aa=Z.getElementById(aa[1]))?[aa]:[]}},NAME:function(ba,aa){if(typeof aa.getElementsByName!=="undefined"){var Z=[];aa=aa.getElementsByName(ba[1]);for(var Y=0,ab=aa.length;Y<ab;Y++){aa[Y].getAttribute("name")===ba[1]&&Z.push(aa[Y])}return Z.length===0?null:Z}},TAG:function(Z,Y){return Y.getElementsByTagName(Z[1])}},preFilter:{CLASS:function(bm,ba,Z,Y,bb,ab){bm=" "+bm[1].replace(/\\/g,"")+" ";if(ab){return bm}ab=0;for(var aa;(aa=ba[ab])!=null;ab++){if(aa){if(bb^(aa.className&&(" "+aa.className+" ").replace(/[\t\n]/g," ").indexOf(bm)>=0)){Z||Y.push(aa)}else{if(Z){ba[ab]=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]=P++;return Z},ATTR:function(bb,ab,Z,Y,ba,aa){ab=bb[1].replace(/\\/g,"");if(!aa&&J.attrMap[ab]){bb[1]=J.attrMap[ab]}if(bb[2]==="~="){bb[4]=" "+bb[4]+" "}return bb},PSEUDO:function(ba,aa,Z,Y,ab){if(ba[1]==="not"){if((Q.exec(ba[3])||"").length>1||/^\w/.test(ba[3])){ba[3]=G(ba[3],null,null,aa)}else{ba=G.filter(ba[3],aa,Z,true^ab);Z||Y.push.apply(Y,ba);return false}}else{if(J.match.POS.test(ba[0])||J.match.CHILD.test(ba[0])){return true}}return ba},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 !!G(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(bb,ab,Z,Y){var ba=ab[1],aa=J.filters[ba];if(aa){return aa(bb,Z,ab,Y)}else{if(ba==="contains"){return(bb.textContent||bb.innerText||L([bb])||"").indexOf(ab[3])>=0}else{if(ba==="not"){ab=ab[3];Z=0;for(Y=ab.length;Z<Y;Z++){if(ab[Z]===bb){return false}}return true}else{G.error("Syntax error, unrecognized expression: "+ba)}}}},CHILD:function(bm,ba){var Z=ba[1],Y=bm;switch(Z){case"only":case"first":for(;Y=Y.previousSibling;){if(Y.nodeType===1){return false}}if(Z==="first"){return true}Y=bm;case"last":for(;Y=Y.nextSibling;){if(Y.nodeType===1){return false}}return true;case"nth":Z=ba[2];var bb=ba[3];if(Z===1&&bb===0){return true}ba=ba[0];var ab=bm.parentNode;if(ab&&(ab.sizcache!==ba||!bm.nodeIndex)){var aa=0;for(Y=ab.firstChild;Y;Y=Y.nextSibling){if(Y.nodeType===1){Y.nodeIndex=++aa}}ab.sizcache=ba}bm=bm.nodeIndex-bb;return Z===0?bm===0:bm%Z===0&&bm/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=J.attrHandle[Z]?J.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(ba,aa,Z,Y){var ab=J.setFilters[aa[2]];if(ab){return ab(ba,Z,aa,Y)}}}},s=J.match.POS;for(var w in J.match){J.match[w]=new RegExp(J.match[w].source+/(?![^\[]*\])(?![^\(]*\))/.source);J.leftMatch[w]=new RegExp(/(^(?:.|\r|\n)*?)/.source+J.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(a.documentElement.childNodes,0)}catch(V){c=function(ab,aa){aa=aa||[];if(F.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 T;if(a.documentElement.compareDocumentPosition){T=function(Z,Y){if(!Z.compareDocumentPosition||!Y.compareDocumentPosition){if(Z==Y){A=true}return Z.compareDocumentPosition?-1:1}Z=Z.compareDocumentPosition(Y)&4?-1:Z===Y?0:1;if(Z===0){A=true}return Z}}else{if("sourceIndex" in a.documentElement){T=function(Z,Y){if(!Z.sourceIndex||!Y.sourceIndex){if(Z==Y){A=true}return Z.sourceIndex?-1:1}Z=Z.sourceIndex-Y.sourceIndex;if(Z===0){A=true}return Z}}else{if(a.createRange){T=function(ab,aa){if(!ab.ownerDocument||!aa.ownerDocument){if(ab==aa){A=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){A=true}return ab}}}}(function(){var aa=a.createElement("div"),Z="script"+(new Date).getTime();aa.innerHTML="<a name='"+Z+"'/>";var Y=a.documentElement;Y.insertBefore(aa,Y.firstChild);if(a.getElementById(Z)){J.find.ID=function(ab,bb,ba){if(typeof bb.getElementById!=="undefined"&&!ba){return(bb=bb.getElementById(ab[1]))?bb.id===ab[1]||typeof bb.getAttributeNode!=="undefined"&&bb.getAttributeNode("id").nodeValue===ab[1]?[bb]:b:[]}};J.filter.ID=function(ab,bb){var ba=typeof ab.getAttributeNode!=="undefined"&&ab.getAttributeNode("id");return ab.nodeType===1&&ba&&ba.nodeValue===bb}}Y.removeChild(aa);Y=aa=null})();(function(){var Y=a.createElement("div");Y.appendChild(a.createComment(""));if(Y.getElementsByTagName("*").length>0){J.find.TAG=function(aa,ab){ab=ab.getElementsByTagName(aa[1]);if(aa[1]==="*"){aa=[];for(var Z=0;ab[Z];Z++){ab[Z].nodeType===1&&aa.push(ab[Z])}ab=aa}return ab}}Y.innerHTML="<a href='#'></a>";if(Y.firstChild&&typeof Y.firstChild.getAttribute!=="undefined"&&Y.firstChild.getAttribute("href")!=="#"){J.attrHandle.href=function(Z){return Z.getAttribute("href",2)}}Y=null})();a.querySelectorAll&&function(){var aa=G,Z=a.createElement("div");Z.innerHTML="<p class='TEST'></p>";if(!(Z.querySelectorAll&&Z.querySelectorAll(".TEST").length===0)){G=function(ab,bn,bm,bb){bn=bn||a;if(!bb&&bn.nodeType===9&&!X(bn)){try{return c(bn.querySelectorAll(ab),bm)}catch(ba){}}return aa(ab,bn,bm,bb)};for(var Y in aa){G[Y]=aa[Y]}Z=null}}();(function(){var Y=a.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){J.order.splice(1,0,"CLASS");J.find.CLASS=function(aa,ab,Z){if(typeof ab.getElementsByClassName!=="undefined"&&!Z){return ab.getElementsByClassName(aa[1])}};Y=null}}})();var W=a.compareDocumentPosition?function(Z,Y){return !!(Z.compareDocumentPosition(Y)&16)}:function(Z,Y){return Z!==Y&&(Z.contains?Z.contains(Y):true)},X=function(Y){return(Y=(Y?Y.ownerDocument||Y:0).documentElement)?Y.nodeName!=="HTML":false},R=function(bb,ab){var Z=[],Y="",ba;for(ab=ab.nodeType?[ab]:ab;ba=J.match.PSEUDO.exec(bb);){Y+=ba[0];bb=bb.replace(J.match.PSEUDO,"")}bb=J.relative[bb]?bb+"*":bb;ba=0;for(var aa=ab.length;ba<aa;ba++){G(bb,ab[ba],Z)}return G.filter(Y,Z)};d.find=G;d.expr=G.selectors;d.expr[":"]=d.expr.filters;d.unique=G.uniqueSort;d.text=L;d.isXMLDoc=X;d.contains=W})();var aZ=/Until$/,a0=/^(?:parents|prevUntil|prevAll)/,a1=/,/;a7=Array.prototype.slice;var r=function(c,s,w){if(d.isFunction(s)){return d.grep(c,function(G,F){return !!s.call(G,F,G)===w})}else{if(s.nodeType){return d.grep(c,function(F){return F===s===w})}else{if(typeof s==="string"){var A=d.grep(c,function(F){return F.nodeType===1});if(o.test(s)){return d.filter(s,A,!w)}else{s=d.filter(s,A)}}}}return d.grep(c,function(F){return d.inArray(F,s)>=0===w})};d.fn.extend({find:function(w){for(var A=this.pushStack("","find",w),F=0,J=0,G=this.length;J<G;J++){F=A.length;d.find(w,this[J],A);if(J>0){for(var c=F;c<A.length;c++){for(var s=0;s<F;s++){if(A[s]===A[c]){A.splice(c--,1);break}}}}}return A},has:function(c){var s=d(c);return this.filter(function(){for(var w=0,A=s.length;w<A;w++){if(d.contains(this,s[w])){return true}}})},not:function(c){return this.pushStack(r(this,c,false),"not",c)},filter:function(c){return this.pushStack(r(this,c,true),"filter",c)},is:function(c){return !!c&&d.filter(c,this).length>0},closest:function(F,G){if(d.isArray(F)){var J=[],L=this[0],K,s={},c;if(L&&F.length){K=0;for(var A=F.length;K<A;K++){c=F[K];s[c]||(s[c]=d.expr.match.POS.test(c)?d(c,G||this.context):c)}for(;L&&L.ownerDocument&&L!==G;){for(c in s){K=s[c];if(K.jquery?K.index(L)>-1:d(L).is(K)){J.push({selector:c,elem:L});delete s[c]}}L=L.parentNode}}return J}var w=d.expr.match.POS.test(F)?d(F,G||this.context):null;return this.map(function(O,N){for(;N&&N.ownerDocument&&N!==G;){if(w?w.index(N)>-1:d(N).is(F)){return N}N=N.parentNode}return null})},index:function(c){if(!c||typeof c==="string"){return d.inArray(this[0],c?d(c):this.parent().children())}return d.inArray(c.jquery?c[0]:c,this)},add:function(c,s){c=typeof c==="string"?d(c,s||this.context):d.makeArray(c);s=d.merge(this.get(),c);return this.pushStack(ae(c[0])||ae(s[0])?s:d.unique(s))},andSelf:function(){return this.add(this.prevObject)}});d.each({parent:function(c){return(c=c.parentNode)&&c.nodeType!==11?c:null},parents:function(c){return d.dir(c,"parentNode")},parentsUntil:function(c,s,w){return d.dir(c,"parentNode",w)},next:function(c){return d.nth(c,2,"nextSibling")},prev:function(c){return d.nth(c,2,"previousSibling")},nextAll:function(c){return d.dir(c,"nextSibling")},prevAll:function(c){return d.dir(c,"previousSibling")},nextUntil:function(c,s,w){return d.dir(c,"nextSibling",w)},prevUntil:function(c,s,w){return d.dir(c,"previousSibling",w)},siblings:function(c){return d.sibling(c.parentNode.firstChild,c)},children:function(c){return d.sibling(c.firstChild)},contents:function(c){return d.nodeName(c,"iframe")?c.contentDocument||c.contentWindow.document:d.makeArray(c.childNodes)}},function(c,s){d.fn[c]=function(w,F){var A=d.map(this,s,w);aZ.test(c)||(F=w);if(F&&typeof F==="string"){A=d.filter(F,A)}A=this.length>1?d.unique(A):A;if((this.length>1||a1.test(F))&&a0.test(c)){A=A.reverse()}return this.pushStack(A,c,a7.call(arguments).join(","))}});d.extend({filter:function(c,s,w){if(w){c=":not("+c+")"}return d.find.matches(c,s)},dir:function(c,s,w){var A=[];for(c=c[s];c&&c.nodeType!==9&&(w===b||c.nodeType!==1||!d(c).is(w));){c.nodeType===1&&A.push(c);c=c[s]}return A},nth:function(c,s,w){s=s||1;for(var A=0;c;c=c[w]){if(c.nodeType===1&&++A===s){break}}return c},sibling:function(c,s){for(var w=[];c;c=c.nextSibling){c.nodeType===1&&c!==s&&w.push(c)}return w}});var t=/ jQuery\d+="(?:\d+|null)"/g,a9=/^\s+/,u=/(<([\w:]+)[^>]*?)\/>/g,aN=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,v=/<([\w:]+)/,aO=/<tbody/i,aP=/<|&#?\w+;/,ah=/<script|<object|<embed|<option|<style/i,ai=/checked\s*(?:[^=]|=\s*.checked.)/i,x=function(c,s,w){return aN.test(w)?c:s+"></"+w+">"},bk={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,"",""]};bk.optgroup=bk.option;bk.tbody=bk.tfoot=bk.colgroup=bk.caption=bk.thead;bk.th=bk.td;if(!d.support.htmlSerialize){bk._default=[1,"div<div>","</div>"]}d.fn.extend({text:function(c){if(d.isFunction(c)){return this.each(function(s){var w=d(this);w.text(c.call(this,s,w.text()))})}if(typeof c!=="object"&&c!==b){return this.empty().append((this[0]&&this[0].ownerDocument||a).createTextNode(c))}return d.text(this)},wrapAll:function(c){if(d.isFunction(c)){return this.each(function(w){d(this).wrapAll(c.call(this,w))})}if(this[0]){var s=d(c,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&s.insertBefore(this[0]);s.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(d.isFunction(c)){return this.each(function(s){d(this).wrapInner(c.call(this,s))})}return this.each(function(){var s=d(this),w=s.contents();w.length?w.wrapAll(c):s.append(c)})},wrap:function(c){return this.each(function(){d(this).wrapAll(c)})},unwrap:function(){return this.parent().each(function(){d.nodeName(this,"body")||d(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=d(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,d(arguments[0]).toArray());return c}}},remove:function(c,s){for(var w=0,A;(A=this[w])!=null;w++){if(!c||d.filter(c,[A]).length){if(!s&&A.nodeType===1){d.cleanData(A.getElementsByTagName("*"));d.cleanData([A])}A.parentNode&&A.parentNode.removeChild(A)}}return this},empty:function(){for(var c=0,s;(s=this[c])!=null;c++){for(s.nodeType===1&&d.cleanData(s.getElementsByTagName("*"));s.firstChild;){s.removeChild(s.firstChild)}}return this},clone:function(c){var s=this.map(function(){if(!d.support.noCloneEvent&&!d.isXMLDoc(this)){var w=this.outerHTML,A=this.ownerDocument;if(!w){w=A.createElement("div");w.appendChild(this.cloneNode(true));w=w.innerHTML}return d.clean([w.replace(t,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(a9,"")],A)[0]}else{return this.cloneNode(true)}});if(c===true){af(this,s);af(this.find("*"),s.find("*"))}return s},html:function(c){if(c===b){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(t,""):null}else{if(typeof c==="string"&&!ah.test(c)&&(d.support.leadingWhitespace||!a9.test(c))&&!bk[(v.exec(c)||["",""])[1].toLowerCase()]){c=c.replace(u,x);try{for(var s=0,w=this.length;s<w;s++){if(this[s].nodeType===1){d.cleanData(this[s].getElementsByTagName("*"));this[s].innerHTML=c}}}catch(A){this.empty().append(c)}}else{d.isFunction(c)?this.each(function(J){var F=d(this),G=F.html();F.empty().append(function(){return c.call(this,J,G)})}):this.empty().append(c)}}return this},replaceWith:function(c){if(this[0]&&this[0].parentNode){if(d.isFunction(c)){return this.each(function(s){var w=d(this),A=w.html();w.replaceWith(c.call(this,s,A))})}if(typeof c!=="string"){c=d(c).detach()}return this.each(function(){var s=this.nextSibling,w=this.parentNode;d(this).remove();s?d(s).before(c):d(w).append(c)})}else{return this.pushStack(d(d.isFunction(c)?c():c),"replaceWith",c)}},detach:function(c){return this.remove(c,true)},domManip:function(G,J,K){function N(P){return d.nodeName(P,"table")?P.getElementsByTagName("tbody")[0]||P.appendChild(P.ownerDocument.createElement("tbody")):P}var L,s,c=G[0],F=[],w;if(!d.support.checkClone&&arguments.length===3&&typeof c==="string"&&ai.test(c)){return this.each(function(){d(this).domManip(G,J,K,true)})}if(d.isFunction(c)){return this.each(function(P){var Q=d(this);G[0]=c.call(this,P,J?Q.html():b);Q.domManip(G,J,K)})}if(this[0]){L=c&&c.parentNode;L=d.support.parentNode&&L&&L.nodeType===11&&L.childNodes.length===this.length?{fragment:L}:ag(G,this,F);w=L.fragment;if(s=w.childNodes.length===1?(w=w.firstChild):w.firstChild){J=J&&d.nodeName(s,"tr");for(var A=0,O=this.length;A<O;A++){K.call(J?N(this[A],s):this[A],A>0||L.cacheable||this.length>1?w.cloneNode(true):w)}}F.length&&d.each(F,k)}return this}});d.fragments={};d.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(c,s){d.fn[c]=function(F){var J=[];F=d(F);var G=this.length===1&&this[0].parentNode;if(G&&G.nodeType===11&&G.childNodes.length===1&&F.length===1){F[s](this[0]);return this}else{G=0;for(var A=F.length;G<A;G++){var w=(G>0?this.clone(true):this).get();d.fn[s].apply(d(F[G]),w);J=J.concat(w)}return this.pushStack(J,c,F.selector)}}});d.extend({clean:function(G,J,K,N){J=J||a;if(typeof J.createElement==="undefined"){J=J.ownerDocument||J[0]&&J[0].ownerDocument||a}for(var L=[],s=0,c;(c=G[s])!=null;s++){if(typeof c==="number"){c+=""}if(c){if(typeof c==="string"&&!aP.test(c)){c=J.createTextNode(c)}else{if(typeof c==="string"){c=c.replace(u,x);var F=(v.exec(c)||["",""])[1].toLowerCase(),w=bk[F]||bk._default,A=w[0],O=J.createElement("div");for(O.innerHTML=w[1]+c+w[2];A--;){O=O.lastChild}if(!d.support.tbody){A=aO.test(c);F=F==="table"&&!A?O.firstChild&&O.firstChild.childNodes:w[1]==="<table>"&&!A?O.childNodes:[];for(w=F.length-1;w>=0;--w){d.nodeName(F[w],"tbody")&&!F[w].childNodes.length&&F[w].parentNode.removeChild(F[w])}}!d.support.leadingWhitespace&&a9.test(c)&&O.insertBefore(J.createTextNode(a9.exec(c)[0]),O.firstChild);c=O.childNodes}}if(c.nodeType){L.push(c)}else{L=d.merge(L,c)}}}if(K){for(s=0;L[s];s++){if(N&&d.nodeName(L[s],"script")&&(!L[s].type||L[s].type.toLowerCase()==="text/javascript")){N.push(L[s].parentNode?L[s].parentNode.removeChild(L[s]):L[s])}else{L[s].nodeType===1&&L.splice.apply(L,[s+1,0].concat(d.makeArray(L[s].getElementsByTagName("script"))));K.appendChild(L[s])}}}return L},cleanData:function(F){for(var G,J,L=d.cache,K=d.event.special,s=d.support.deleteExpando,c=0,A;(A=F[c])!=null;c++){if(J=A[d.expando]){G=L[J];if(G.events){for(var w in G.events){K[w]?d.event.remove(A,w):D(A,w,G.handle)}}if(s){delete A[d.expando]}else{A.removeAttribute&&A.removeAttribute(d.expando)}delete L[J]}}}});var aQ=/z-?index|font-?weight|opacity|zoom|line-?height/i,y=/alpha\([^)]*\)/,z=/opacity=([^)]*)/,al=/float/i,am=/-([a-z])/ig,aR=/([A-Z])/g,aS=/^-?\d+(?:px)?$/i,aT=/^-?\d/,aU={position:"absolute",visibility:"hidden",display:"block"},aF=["Left","Right"],aG=["Top","Bottom"],aH=a.defaultView&&a.defaultView.getComputedStyle,j=d.support.cssFloat?"cssFloat":"styleFloat",an=function(c,s){return s.toUpperCase()};d.fn.css=function(c,s){return a2(this,c,s,true,function(w,F,A){if(A===b){return d.curCSS(w,F)}if(typeof A==="number"&&!aQ.test(F)){A+="px"}d.style(w,F,A)})};d.extend({style:function(c,s,w){if(!c||c.nodeType===3||c.nodeType===8){return b}if((s==="width"||s==="height")&&parseFloat(w)<0){w=b}var F=c.style||c,A=w!==b;if(!d.support.opacity&&s==="opacity"){if(A){F.zoom=1;s=parseInt(w,10)+""==="NaN"?"":"alpha(opacity="+w*100+")";c=F.filter||d.curCSS(c,"filter")||"";F.filter=y.test(c)?c.replace(y,s):s}return F.filter&&F.filter.indexOf("opacity=")>=0?parseFloat(z.exec(F.filter)[1])/100+"":""}if(al.test(s)){s=j}s=s.replace(am,an);if(A){F[s]=w}return F[s]},css:function(w,A,F,J){if(A==="width"||A==="height"){var G,c=A==="width"?aF:aG;function s(){G=A==="width"?w.offsetWidth:w.offsetHeight;J!=="border"&&d.each(c,function(){J||(G-=parseFloat(d.curCSS(w,"padding"+this,true))||0);if(J==="margin"){G+=parseFloat(d.curCSS(w,"margin"+this,true))||0}else{G-=parseFloat(d.curCSS(w,"border"+this+"Width",true))||0}})}w.offsetWidth!==0?s():d.swap(w,aU,s);return Math.max(0,Math.round(G))}return d.curCSS(w,A,F)},curCSS:function(s,w,A){var G,F=s.style;if(!d.support.opacity&&w==="opacity"&&s.currentStyle){G=z.test(s.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return G===""?"1":G}if(al.test(w)){w=j}if(!A&&F&&F[w]){G=F[w]}else{if(aH){if(al.test(w)){w="float"}w=w.replace(aR,"-$1").toLowerCase();F=s.ownerDocument.defaultView;if(!F){return null}if(s=F.getComputedStyle(s,null)){G=s.getPropertyValue(w)}if(w==="opacity"&&G===""){G="1"}}else{if(s.currentStyle){A=w.replace(am,an);G=s.currentStyle[w]||s.currentStyle[A];if(!aS.test(G)&&aT.test(G)){w=F.left;var c=s.runtimeStyle.left;s.runtimeStyle.left=s.currentStyle.left;F.left=A==="fontSize"?"1em":G||0;G=F.pixelLeft+"px";F.left=w;s.runtimeStyle.left=c}}}}return G},swap:function(c,s,w){var F={};for(var A in s){F[A]=c.style[A];c.style[A]=s[A]}w.call(c);for(A in s){c.style[A]=F[A]}}});if(d.expr&&d.expr.filters){d.expr.filters.hidden=function(c){var s=c.offsetWidth,w=c.offsetHeight,A=c.nodeName.toLowerCase()==="tr";return s===0&&w===0&&!A?true:s>0&&w>0&&!A?false:d.curCSS(c,"display")==="none"};d.expr.filters.visible=function(c){return !d.expr.filters.hidden(c)}}var aI=be(),aJ=/<script(.|\s)*?\/script>/gi,aK=/select|textarea/i,aL=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,bh=/=\?(&|$)/,ao=/\?/,aM=/(\?|&)_=.*?(&|$)/,aC=/^(\w+:)?\/\/([^\/?#]+)/,aD=/%20/g,aE=d.fn.load;d.fn.extend({load:function(s,w,A){if(typeof s!=="string"){return aE.call(this,s)}else{if(!this.length){return this}}var G=s.indexOf(" ");if(G>=0){var F=s.slice(G,s.length);s=s.slice(0,G)}G="GET";if(w){if(d.isFunction(w)){A=w;w=null}else{if(typeof w==="object"){w=d.param(w,d.ajaxSettings.traditional);G="POST"}}}var c=this;d.ajax({url:s,type:G,dataType:"html",data:w,complete:function(K,J){if(J==="success"||J==="notmodified"){c.html(F?d("<div />").append(K.responseText.replace(aJ,"")).find(F):K.responseText)}A&&c.each(A,[K.responseText,J,K])}});return this},serialize:function(){return d.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?d.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||aK.test(this.nodeName)||aL.test(this.type))}).map(function(c,s){c=d(this).val();return c==null?null:d.isArray(c)?d.map(c,function(w){return{name:s.name,value:w}}):{name:s.name,value:c}}).get()}});d.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(c,s){d.fn[s]=function(w){return this.bind(s,w)}});d.extend({get:function(c,s,w,A){if(d.isFunction(s)){A=A||w;w=s;s=null}return d.ajax({type:"GET",url:c,data:s,success:w,dataType:A})},getScript:function(c,s){return d.get(c,null,s,"script")},getJSON:function(c,s,w){return d.get(c,s,w,"json")},post:function(c,s,w,A){if(d.isFunction(s)){A=A||w;w=s;s={}}return d.ajax({type:"POST",url:c,data:s,success:w,dataType:A})},ajaxSetup:function(c){d.extend(d.ajaxSettings,c)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:bj.XMLHttpRequest&&(bj.location.protocol!=="file:"||!bj.ActiveXObject)?function(){return new bj.XMLHttpRequest}:function(){try{return new bj.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(P){function Q(){T.success&&T.success.call(J,O,F,ab);T.global&&V("ajaxSuccess",[ab,T])}function R(){T.complete&&T.complete.call(J,ab,F);T.global&&V("ajaxComplete",[ab,T]);T.global&&!--d.active&&d.event.trigger("ajaxStop")}function V(bb,ba){(T.context?d(T.context):d.event).trigger(bb,ba)}var T=d.extend(true,{},d.ajaxSettings,P),G,F,O,J=P&&P.context||T,N=T.type.toUpperCase();if(T.data&&T.processData&&typeof T.data!=="string"){T.data=d.param(T.data,T.traditional)}if(T.dataType==="jsonp"){if(N==="GET"){bh.test(T.url)||(T.url+=(ao.test(T.url)?"&":"?")+(T.jsonp||"callback")+"=?")}else{if(!T.data||!bh.test(T.data)){T.data=(T.data?T.data+"&":"")+(T.jsonp||"callback")+"=?"}}T.dataType="json"}if(T.dataType==="json"&&(T.data&&bh.test(T.data)||bh.test(T.url))){G=T.jsonpCallback||"jsonp"+aI++;if(T.data){T.data=(T.data+"").replace(bh,"="+G+"$1")}T.url=T.url.replace(bh,"="+G+"$1");T.dataType="script";bj[G]=bj[G]||function(bb){O=bb;Q();R();bj[G]=b;try{delete bj[G]}catch(ba){}c&&c.removeChild(Z)}}if(T.dataType==="script"&&T.cache===null){T.cache=false}if(T.cache===false&&N==="GET"){var s=be(),w=T.url.replace(aM,"$1_="+s+"$2");T.url=w+(w===T.url?(ao.test(T.url)?"&":"?")+"_="+s:"")}if(T.data&&N==="GET"){T.url+=(ao.test(T.url)?"&":"?")+T.data}T.global&&!d.active++&&d.event.trigger("ajaxStart");s=(s=aC.exec(T.url))&&(s[1]&&s[1]!==location.protocol||s[2]!==location.host);if(T.dataType==="script"&&N==="GET"&&s){var c=a.getElementsByTagName("head")[0]||a.documentElement,Z=a.createElement("script");Z.src=T.url;if(T.scriptCharset){Z.charset=T.scriptCharset}if(!G){var Y=false;Z.onload=Z.onreadystatechange=function(){if(!Y&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){Y=true;Q();R();Z.onload=Z.onreadystatechange=null;c&&Z.parentNode&&c.removeChild(Z)}}}c.insertBefore(Z,c.firstChild);return b}var aa=false,ab=T.xhr();if(ab){T.username?ab.open(N,T.url,T.async,T.username,T.password):ab.open(N,T.url,T.async);try{if(T.data||P&&P.contentType){ab.setRequestHeader("Content-Type",T.contentType)}if(T.ifModified){d.lastModified[T.url]&&ab.setRequestHeader("If-Modified-Since",d.lastModified[T.url]);d.etag[T.url]&&ab.setRequestHeader("If-None-Match",d.etag[T.url])}s||ab.setRequestHeader("X-Requested-With","XMLHttpRequest");ab.setRequestHeader("Accept",T.dataType&&T.accepts[T.dataType]?T.accepts[T.dataType]+", */*":T.accepts._default)}catch(X){}if(T.beforeSend&&T.beforeSend.call(J,ab,T)===false){T.global&&!--d.active&&d.event.trigger("ajaxStop");ab.abort();return false}T.global&&V("ajaxSend",[ab,T]);var W=ab.onreadystatechange=function(bm){if(!ab||ab.readyState===0||bm==="abort"){aa||R();aa=true;if(ab){ab.onreadystatechange=d.noop}}else{if(!aa&&ab&&(ab.readyState===4||bm==="timeout")){aa=true;ab.onreadystatechange=d.noop;F=bm==="timeout"?"timeout":!d.httpSuccess(ab)?"error":T.ifModified&&d.httpNotModified(ab,T.url)?"notmodified":"success";var bb;if(F==="success"){try{O=d.httpData(ab,T.dataType,T)}catch(ba){F="parsererror";bb=ba}}if(F==="success"||F==="notmodified"){G||Q()}else{d.handleError(T,ab,F,bb)}R();bm==="timeout"&&ab.abort();if(T.async){ab=null}}}};try{var A=ab.abort;ab.abort=function(){ab&&A.call(ab);W("abort")}}catch(K){}T.async&&T.timeout>0&&setTimeout(function(){ab&&!aa&&W("timeout")},T.timeout);try{ab.send(N==="POST"||N==="PUT"||N==="DELETE"?T.data:null)}catch(L){d.handleError(T,ab,null,L);R()}T.async||W();return ab}},handleError:function(c,s,w,A){if(c.error){c.error.call(c.context||c,s,w,A)}if(c.global){(c.context?d(c.context):d.event).trigger("ajaxError",[s,c,A])}},active:0,httpSuccess:function(c){try{return !c.status&&location.protocol==="file:"||c.status>=200&&c.status<300||c.status===304||c.status===1223||c.status===0}catch(s){}return false},httpNotModified:function(c,s){var w=c.getResponseHeader("Last-Modified"),A=c.getResponseHeader("Etag");if(w){d.lastModified[s]=w}if(A){d.etag[s]=A}return c.status===304||c.status===0},httpData:function(c,s,w){var F=c.getResponseHeader("content-type")||"",A=s==="xml"||!s&&F.indexOf("xml")>=0;c=A?c.responseXML:c.responseText;A&&c.documentElement.nodeName==="parsererror"&&d.error("parsererror");if(w&&w.dataFilter){c=w.dataFilter(c,s)}if(typeof c==="string"){if(s==="json"||!s&&F.indexOf("json")>=0){c=d.parseJSON(c)}else{if(s==="script"||!s&&F.indexOf("javascript")>=0){d.globalEval(c)}}}return c},param:function(s,w){function A(K,J){if(d.isArray(J)){d.each(J,function(N,L){w||/\[\]$/.test(K)?G(K,L):A(K+"["+(typeof L==="object"||d.isArray(L)?N:"")+"]",L)})}else{!w&&J!=null&&typeof J==="object"?d.each(J,function(N,L){A(K+"["+N+"]",L)}):G(K,J)}}function G(K,J){J=d.isFunction(J)?J():J;F[F.length]=encodeURIComponent(K)+"="+encodeURIComponent(J)}var F=[];if(w===b){w=d.ajaxSettings.traditional}if(d.isArray(s)||s.jquery){d.each(s,function(){G(this.name,this.value)})}else{for(var c in s){A(c,s[c])}}return F.join("&").replace(aD,"+")}});var ap={},aA=/toggle|show|hide/,aB=/^([+-]=)?([\d+-.]+)(.*)$/,bc,aj=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];d.fn.extend({show:function(c,s){if(c||c===0){return this.animate(bf("show",3),c,s)}else{c=0;for(s=this.length;c<s;c++){var w=d.data(this[c],"olddisplay");this[c].style.display=w||"";if(d.css(this[c],"display")==="none"){w=this[c].nodeName;var F;if(ap[w]){F=ap[w]}else{var A=d("<"+w+" />").appendTo("body");F=A.css("display");if(F==="none"){F="block"}A.remove();ap[w]=F}d.data(this[c],"olddisplay",F)}}c=0;for(s=this.length;c<s;c++){this[c].style.display=d.data(this[c],"olddisplay")||""}return this}},hide:function(c,s){if(c||c===0){return this.animate(bf("hide",3),c,s)}else{c=0;for(s=this.length;c<s;c++){var w=d.data(this[c],"olddisplay");!w&&w!=="none"&&d.data(this[c],"olddisplay",d.css(this[c],"display"))}c=0;for(s=this.length;c<s;c++){this[c].style.display="none"}return this}},_toggle:d.fn.toggle,toggle:function(c,s){var w=typeof c==="boolean";if(d.isFunction(c)&&d.isFunction(s)){this._toggle.apply(this,arguments)}else{c==null||w?this.each(function(){var A=w?c:d(this).is(":hidden");d(this)[A?"show":"hide"]()}):this.animate(bf("toggle",3),c,s)}return this},fadeTo:function(c,s,w){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:s},c,w)},animate:function(c,s,w,F){var A=d.speed(s,w,F);if(d.isEmptyObject(c)){return this.each(A.complete)}return this[A.queue===false?"each":"queue"](function(){var L=d.extend({},A),K,J=this.nodeType===1&&d(this).is(":hidden"),N=this;for(K in c){var G=K.replace(am,an);if(K!==G){c[G]=c[K];delete c[K];K=G}if(c[K]==="hide"&&J||c[K]==="show"&&!J){return L.complete.call(this)}if((K==="height"||K==="width")&&this.style){L.display=d.css(this,"display");L.overflow=this.style.overflow}if(d.isArray(c[K])){(L.specialEasing=L.specialEasing||{})[K]=c[K][1];c[K]=c[K][0]}}if(L.overflow!=null){this.style.overflow="hidden"}L.curAnim=d.extend({},c);d.each(c,function(O,P){var V=new d.fx(N,L,O);if(aA.test(P)){V[P==="toggle"?J?"show":"hide":P](c)}else{var R=aB.exec(P),Q=V.cur(true)||0;if(R){P=parseFloat(R[2]);var T=R[3]||"px";if(T!=="px"){N.style[O]=(P||1)+T;Q=(P||1)/V.cur(true)*Q;N.style[O]=Q+T}if(R[1]){P=(R[1]==="-="?-1:1)*P+Q}V.custom(Q,P,T)}else{V.custom(Q,P,"")}}});return true})},stop:function(c,s){var w=d.timers;c&&this.queue([]);this.each(function(){for(var A=w.length-1;A>=0;A--){if(w[A].elem===this){s&&w[A](true);w.splice(A,1)}}});s||this.dequeue();return this}});d.each({slideDown:bf("show",1),slideUp:bf("hide",1),slideToggle:bf("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(c,s){d.fn[c]=function(w,A){return this.animate(s,w,A)}});d.extend({speed:function(c,s,w){var A=c&&typeof c==="object"?c:{complete:w||!w&&s||d.isFunction(c)&&c,duration:c,easing:w&&s||s&&!d.isFunction(s)&&s};A.duration=d.fx.off?0:typeof A.duration==="number"?A.duration:d.fx.speeds[A.duration]||d.fx.speeds._default;A.old=A.complete;A.complete=function(){A.queue!==false&&d(this).dequeue();d.isFunction(A.old)&&A.old.call(this)};return A},easing:{linear:function(c,s,w,A){return w+A*c},swing:function(c,s,w,A){return(-Math.cos(c*Math.PI)/2+0.5)*A+w}},timers:[],fx:function(c,s,w){this.options=s;this.elem=c;this.prop=w;if(!s.orig){s.orig={}}}});d.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(d.fx.step[this.prop]||d.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(d.css(this.elem,this.prop,c)))&&c>-10000?c:parseFloat(d.curCSS(this.elem,this.prop))||0},custom:function(c,s,w){function F(G){return A.step(G)}this.startTime=be();this.start=c;this.end=s;this.unit=w||this.unit||"px";this.now=this.start;this.pos=this.state=0;var A=this;F.elem=this.elem;if(F()&&d.timers.push(F)&&!bc){bc=setInterval(d.fx.tick,13)}},show:function(){this.options.orig[this.prop]=d.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());d(this.elem).show()},hide:function(){this.options.orig[this.prop]=d.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(c){var s=be(),w=true;if(c||s>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){w=false}}if(w){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;c=d.data(this.elem,"olddisplay");this.elem.style.display=c?c:this.options.display;if(d.css(this.elem,"display")==="none"){this.elem.style.display="block"}}this.options.hide&&d(this.elem).hide();if(this.options.hide||this.options.show){for(var A in this.options.curAnim){d.style(this.elem,A,this.options.orig[A])}}this.options.complete.call(this.elem)}return false}else{A=s-this.startTime;this.state=A/this.options.duration;c=this.options.easing||(d.easing.swing?"swing":"linear");this.pos=d.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||c](this.state,A,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};d.extend(d.fx,{tick:function(){for(var c=d.timers,s=0;s<c.length;s++){c[s]()||c.splice(s--,1)}c.length||d.fx.stop()},stop:function(){clearInterval(bc);bc=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(c){d.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(d.expr&&d.expr.filters){d.expr.filters.animated=function(c){return d.grep(d.timers,function(s){return c===s.elem}).length}}d.fn.offset="getBoundingClientRect" in a.documentElement?function(c){var s=this[0];if(c){return this.each(function(F){d.offset.setOffset(this,c,F)})}if(!s||!s.ownerDocument){return null}if(s===s.ownerDocument.body){return d.offset.bodyOffset(s)}var w=s.getBoundingClientRect(),A=s.ownerDocument;s=A.body;A=A.documentElement;return{top:w.top+(self.pageYOffset||d.support.boxModel&&A.scrollTop||s.scrollTop)-(A.clientTop||s.clientTop||0),left:w.left+(self.pageXOffset||d.support.boxModel&&A.scrollLeft||s.scrollLeft)-(A.clientLeft||s.clientLeft||0)}}:function(G){var J=this[0];if(G){return this.each(function(O){d.offset.setOffset(this,G,O)})}if(!J||!J.ownerDocument){return null}if(J===J.ownerDocument.body){return d.offset.bodyOffset(J)}d.offset.initialize();var K=J.offsetParent,N=J,L=J.ownerDocument,s,c=L.documentElement,F=L.body;N=(L=L.defaultView)?L.getComputedStyle(J,null):J.currentStyle;for(var w=J.offsetTop,A=J.offsetLeft;(J=J.parentNode)&&J!==F&&J!==c;){if(d.offset.supportsFixedPosition&&N.position==="fixed"){break}s=L?L.getComputedStyle(J,null):J.currentStyle;w-=J.scrollTop;A-=J.scrollLeft;if(J===K){w+=J.offsetTop;A+=J.offsetLeft;if(d.offset.doesNotAddBorder&&!(d.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.nodeName))){w+=parseFloat(s.borderTopWidth)||0;A+=parseFloat(s.borderLeftWidth)||0}N=K;K=J.offsetParent}if(d.offset.subtractsBorderForOverflowNotVisible&&s.overflow!=="visible"){w+=parseFloat(s.borderTopWidth)||0;A+=parseFloat(s.borderLeftWidth)||0}N=s}if(N.position==="relative"||N.position==="static"){w+=F.offsetTop;A+=F.offsetLeft}if(d.offset.supportsFixedPosition&&N.position==="fixed"){w+=Math.max(c.scrollTop,F.scrollTop);A+=Math.max(c.scrollLeft,F.scrollLeft)}return{top:w,left:A}};d.offset={initialize:function(){var s=a.body,w=a.createElement("div"),A,G,F,c=parseFloat(d.curCSS(s,"marginTop",true))||0;d.extend(w.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});w.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(w,s.firstChild);A=w.firstChild;G=A.firstChild;F=A.nextSibling.firstChild.firstChild;this.doesNotAddBorder=G.offsetTop!==5;this.doesAddBorderForTableAndCells=F.offsetTop===5;G.style.position="fixed";G.style.top="20px";this.supportsFixedPosition=G.offsetTop===20||G.offsetTop===15;G.style.position=G.style.top="";A.style.overflow="hidden";A.style.position="relative";this.subtractsBorderForOverflowNotVisible=G.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=s.offsetTop!==c;s.removeChild(w);d.offset.initialize=d.noop},bodyOffset:function(c){var s=c.offsetTop,w=c.offsetLeft;d.offset.initialize();if(d.offset.doesNotIncludeMarginInBodyOffset){s+=parseFloat(d.curCSS(c,"marginTop",true))||0;w+=parseFloat(d.curCSS(c,"marginLeft",true))||0}return{top:s,left:w}},setOffset:function(w,A,F){if(/static/.test(d.curCSS(w,"position"))){w.style.position="relative"}var J=d(w),G=J.offset(),c=parseInt(d.curCSS(w,"top",true),10)||0,s=parseInt(d.curCSS(w,"left",true),10)||0;if(d.isFunction(A)){A=A.call(w,F,G)}F={top:A.top-G.top+c,left:A.left-G.left+s};"using" in A?A.using.call(w,F):J.css(F)}};d.fn.extend({position:function(){if(!this[0]){return null}var c=this[0],s=this.offsetParent(),w=this.offset(),A=/^body|html$/i.test(s[0].nodeName)?{top:0,left:0}:s.offset();w.top-=parseFloat(d.curCSS(c,"marginTop",true))||0;w.left-=parseFloat(d.curCSS(c,"marginLeft",true))||0;A.top+=parseFloat(d.curCSS(s[0],"borderTopWidth",true))||0;A.left+=parseFloat(d.curCSS(s[0],"borderLeftWidth",true))||0;return{top:w.top-A.top,left:w.left-A.left}},offsetParent:function(){return this.map(function(){for(var c=this.offsetParent||a.body;c&&!/^body|html$/i.test(c.nodeName)&&d.css(c,"position")==="static";){c=c.offsetParent}return c})}});d.each(["Left","Top"],function(c,s){var w="scroll"+s;d.fn[w]=function(G){var F=this[0],A;if(!F){return null}if(G!==b){return this.each(function(){if(A=ak(this)){A.scrollTo(!c?G:d(A).scrollLeft(),c?G:d(A).scrollTop())}else{this[w]=G}})}else{return(A=ak(F))?"pageXOffset" in A?A[c?"pageYOffset":"pageXOffset"]:d.support.boxModel&&A.document.documentElement[w]||A.document.body[w]:F[w]}}});d.each(["Height","Width"],function(c,s){var w=s.toLowerCase();d.fn["inner"+s]=function(){return this[0]?d.css(this[0],w,false,"padding"):null};d.fn["outer"+s]=function(A){return this[0]?d.css(this[0],w,false,A?"margin":"border"):null};d.fn[w]=function(F){var A=this[0];if(!A){return F==null?null:this}if(d.isFunction(F)){return this.each(function(J){var G=d(this);G[w](F.call(this,J,G[w]()))})}return"scrollTo" in A&&A.document?A.document.compatMode==="CSS1Compat"&&A.document.documentElement["client"+s]||A.document.body["client"+s]:A.nodeType===9?Math.max(A.documentElement["client"+s],A.body["scroll"+s],A.documentElement["scroll"+s],A.body["offset"+s],A.documentElement["offset"+s]):F===b?d.css(A,w):this.css(w,typeof F==="string"?F:F+"px")}});bj.jQuery=bj.$=d})(window);(function($){$.extend({metadata:{defaults:{type:"class",name:"metadata",cre:/({.*})/,single:"metadata"},setType:function(type,name){this.defaults.type=type;this.defaults.name=name},get:function(elem,opts){var settings=$.extend({},this.defaults,opts);if(!settings.single.length){settings.single="metadata"}var data=$.data(elem,settings.single);if(data){return data}data="{}";var getData=function(data){if(typeof data!="string"){return data}if(data.indexOf("{")<0){data=eval("("+data+")")}};var getObject=function(data){if(typeof data!="string"){return data}data=eval("("+data+")");return data};if(settings.type=="html5"){var object={};$(elem.attributes).each(function(){var name=this.nodeName;if(name.match(/^data-/)){name=name.replace(/^data-/,"")}else{return true}object[name]=getObject(this.nodeValue)})}else{if(settings.type=="class"){var m=settings.cre.exec(elem.className);if(m){data=m[1]}}else{if(settings.type=="elem"){if(!elem.getElementsByTagName){return}var e=elem.getElementsByTagName(settings.name);if(e.length){data=$.trim(e[0].innerHTML)}}else{if(elem.getAttribute!=undefined){var attr=elem.getAttribute(settings.name);if(attr){data=attr}}}}object=getObject(data.indexOf("{")<0?"{"+data+"}":data)}$.data(elem,settings.single,object);return object}}});$.fn.metadata=function(opts){return $.metadata.get(this[0],opts)}})(jQuery);var messageBox={_autoReset:true,_messageBoxId:"MB_MessageBox",_messageBoxContentId:"MB_MessageBoxContent",_overlayId:"MB_Overlay",_overlayFrameId:"MB_OverlayFrame",_loaderId:"MB_Loader",_loaderContentId:"MB_LoaderContent",_types:{"default":{className:"MB_Type_Default",modal:false,loadMessage:"Loading..."}},_type:"default",_params:null,_iframeElem:null,_classFinder:/\b_|\b[a-z0-9]\w*\b/ig,get_autoReset:function(){if(arguments.length!==0){throw"Invalid number of arguments."}return this._autoReset},set_autoReset:function(a){if(arguments.length!==1){throw"Invalid number of arguments."}if(a!==true&&a!==false){throw"Invalid autoReset parameter: autoReset='"+a+"'."}this._autoReset=a},get_type:function(){if(arguments.length!==0){throw"Invalid number of arguments."}return this._type},set_type:function(a){if(arguments.length!==1){throw"Invalid number of arguments."}if(typeof(this._types[a])==="undefined"){throw"Unknown type: type='"+a+"'."}this._type=a},set_content:function(a){if(arguments.length!==1){throw"Invalid number of arguments."}if(typeof(this._messageBoxContent)==="undefined"){throw"Invalid operation: not initialized."}this._messageBoxContent.html(a)},get_content:function(a){if(arguments.length>1){throw"Invalid number of arguments."}if(typeof(this._messageBoxContent)==="undefined"){throw"Invalid operation: not initialized."}if(a===true){return this._messageBoxContent}return this._messageBoxContent.html()},get_messagebox:function(){if(arguments.length!==0){throw"Invalid number of arguments."}if(typeof(this._messageBox)==="undefined"){throw"Invalid operation: not initialized."}return this._messageBox},init:function(){if(typeof(this._messageBox)==="undefined"){$("body").append("<div id='"+this._loaderId+"' style='display:none'><p id='"+this._loaderContentId+"'></p></div><div id='"+this._messageBoxId+"' style='display:none'><table class='shadowbox'><tbody><tr><td class='tl'/><td class='b'/><td class='tr'/></tr><tr><td class='b'/><td class='body'><div id='"+this._messageBoxContentId+"'></div></td><td class='b'/></tr><tr><td class='bl'/><td class='b'/><td class='br'/></tr></tbody></table></div>");this._loader=$("#"+this._loaderId);this._loaderContent=$("#"+this._loaderContentId);this._messageBox=$("#"+this._messageBoxId);this._messageBoxContent=$("#"+this._messageBoxContentId)}},registerType:function(b,a){if(arguments.length!==2){throw"Invalid number of arguments."}this._types[b]=a},show:function(c,b,a){if(arguments.length<1&&arguments.length>3){throw"Invalid number of arguments."}this.beginShow(b,a);this.endShow(c)},beginShow:function(b,a){if(arguments.length>2){throw"Invalid number of arguments."}if(typeof(b)==="undefined"){if(this._autoReset===true){this.set_type("default")}}else{this.set_type(b)}if(typeof(this._messageBoxContent)==="undefined"){this.init()}this._initParams(a);this._messageBox.attr("class","");if(typeof(this._params.className)!=="undefined"){this._messageBox.addClass(this._params.className)}if(typeof(this._params.loadMessage)!=="undefined"){this._loaderContent.html(this._params.loadMessage)}this._showOverlay();this._showLoader();this._asyncShow=true},endShow:function(a){if(arguments.length!==1){throw"Invalid number of arguments."}if(typeof(this._asyncShow)==="undefined"||this._asyncShow!==true){throw"Invalid operation: no aysnchronous show operation in progress"}this._messageBoxContent.html(a);this._hideLoader();this._messageBox.show();this._asyncShow=false},hide:function(){if(arguments.length!==0){throw"Invalid number of arguments."}this._messageBox.hide();if(this._asyncShow===true){this._hideLoader();this._asyncShow=false}this._hideOverlay()},_showLoader:function(){this._centerElement(this._loader);this._loader.show()},_hideLoader:function(){if(typeof(this._loader)!=="undefined"){this._loader.hide()}},_initParams:function(a){if(arguments.length!==1){throw"Invalid number of arguments."}this._params=this._types[this._type];if(typeof(this._params)==="undefined"){this._params={}}if(typeof(this._types["default"])!=="undefined"){this._params=$.extend({},this._types["default"],this._params)}if(typeof(a)!=="undefined"){$.extend(this._params,a)}},_keyExists:function(a,b){if(arguments.length!==2){throw"Invalid number of arguments."}if(typeof(a)==="undefined"||typeof(a[b])==="undefined"){return false}return true},_createOverlay:function(){if(arguments.length!==0){throw"Invalid number of arguments."}if($("#"+this._overlayId).length===0){if(typeof document.body.style.maxHeight==="undefined"){if($("#"+this._overlayFrameId).length===0){$("body").append("<iframe id='"+this._overlayFrameId+"'></iframe><div id='"+this._overlayId+"'></div>")}}else{$("body").append("<div id='"+this._overlayId+"'></div>")}this._centerElement(this._messageBox);this._overlay=$("#"+this._overlayId);this._overlayFrame=$("#"+this._overlayFrameId)}},_showOverlay:function(){if(arguments.length!==0){throw"Invalid number of arguments."}if(typeof(this._overlay)==="undefined"||this._overlay.length==0){this._createOverlay()}else{this._overlay.show();this._overlayFrame.show();this._centerElement(this._messageBox)}if(this._params.modal!==true){this._overlay.bind("click",{self:this},this._onClickCloseEvent);$(document).bind("keyup",{self:this},this._onKeyCloseEvent)}if(typeof(document.body.style.maxHeight)==="undefined"){$("body","html").css({height:"100%",width:"100%"});$("html").css("overflow","hidden")}},_hideOverlay:function(){if(typeof(this._overlay)!=="undefined"&&this._overlay.length>0){this._overlay.hide();this._overlayFrame.hide();this._overlay.unbind("click");$(document).unbind("keyup");if(typeof(document.body.style.maxHeight)==="undefined"){$("body","html").css({height:"auto",width:"auto"});$("html").css("overflow","")}}return false},_destroyOverlay:function(){if(this._overlay.length>0){this._hideOverlay(e);this._overlay.unbind("click");this._overlayFrame=$("#"+this._overlayFrameId);this._overlay=$("#"+this._overlayId);this._messageBox=$("#"+this._messageBoxId)}return false},_centerElement:function(c){var c=$(c);var b=c.outerWidth();var a=c.outerHeight();c.css({marginLeft:"-"+parseInt((b/2),10)+"px"});if(!(jQuery.browser.msie&&typeof XMLHttpRequest=="function")){c.css({marginTop:"-"+parseInt((a/2),10)+"px"})}},_onClickCloseEvent:function(a){if(arguments.length!==1){throw"Invalid number of arguments."}a.data.self.hide();return false},_onKeyCloseEvent:function(a){if(a.keyCode==27){a.data.self.hide();return false}return true},openAnchor:function(f){var c=$(this).attr("href")||$(this).data().href;var b=$(this).attr("title");var a=$.trim(this.className.replace(messageBox._classFinder,""));var d={className:a};return messageBox.openIFrame(c,b,d,null)},openIFrame:function(d,b,g,a){var c="";if(a!==undefined&&a!=null){var f=document.getElementById(a);if(f){messageBox.show("<div>"+f.innerHTML+"</div>",undefined,g);messageBox.setTitle(b)}}else{if(typeof(d)!=="undefined"&&d!=""&&d!="#"){if(messageBox._iframeElem==null){if($.browser.msie){c='" scrolling="yes" horizontalscrolling="no" verticalscrolling="auto"'}messageBox._iframeElem=$('<iframe frameborder="0" allowtransparency="true" class="popupframe" src="'+d+c+'"></iframe>')}else{messageBox._iframeElem.attr("src",d)}messageBox.show(messageBox._iframeElem,undefined,g);messageBox.setTitle(b)}}return false},setTitle:function(a){$("#MB_PopupTitle").html(a)}};$(document).ready(function(){messageBox.init();messageBox.registerType("modal",{className:"MB_Type_DefaultModal",modal:true,loadMessage:"Loading..."});messageBox.get_content(true).before('<div class="MB_PopupHeader"><h2 id="MB_PopupTitle"></h2><a href="javascript:void(0)" title="Sluit dit venster" id="MB_PopupClose"><span>Sluiten</span></a></div>');$("#MB_PopupClose").bind("click",function(){messageBox.hide();return false});$(".messagebox").bind("click",messageBox.openAnchor)});(function(X,Y,Z){function ai(a){var g=this,h=a.elements,i=h.tooltip,j=".bgiframe-"+a.id;X.extend(g,{init:function(){h.bgiframe=X('<iframe class="ui-tooltip-bgiframe" frameborder="0" tabindex="-1" src="javascript:\'\';"  style="display:block; position:absolute; z-index:-1; filter:alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";"></iframe>'),h.bgiframe.appendTo(i),i.bind("tooltipmove"+j,g.adjust)},adjust:function(){var d=a.get("dimensions"),k=a.plugins.tip,l=h.tip,m,b;b=parseInt(i.css("border-left-width"),10)||0,b={left:-b,top:-b},k&&l&&(m=k.corner.precedance==="x"?["width","left"]:["height","top"],b[m[1]]-=l[m[0]]()),h.bgiframe.css(b).css(d)},destroy:function(){h.bgiframe.remove(),i.unbind(j)}}),g.init()}function ah(s){var t=this,u=s.options.show.modal,a=s.elements,b=a.tooltip,d="#qtip-overlay",h=".qtipmodal",n=h+s.id,p="is-modal-qtip",v=X(document.body),w;s.checks.modal={"^show.modal.(on|blur)$":function(){t.init(),a.overlay.toggle(b.is(":visible"))}},X.extend(t,{init:function(){if(!u.on){return t}w=t.create(),b.attr(p,aa).css("z-index",P.modal.zindex+X(V+"["+p+"]").length).unbind(h).unbind(n).bind("tooltipshow"+h+" tooltiphide"+h,function(f,g,i){var j=f.originalEvent;j&&f.type==="tooltiphide"&&/mouse(leave|enter)/.test(j.type)&&X(j.relatedTarget).closest(w[0]).length?f.preventDefault():t[f.type.replace("tooltip","")](f,i)}).bind("tooltipfocus"+h,function(f){if(!f.isDefaultPrevented()){var g=X(V).filter("["+p+"]"),i=P.modal.zindex+g.length,j=parseInt(b[0].style.zIndex,10);w[0].style.zIndex=i,g.each(function(){this.style.zIndex>j&&(this.style.zIndex-=1)}),g.end().filter("."+H).qtip("blur",f.originalEvent),b.addClass(H)[0].style.zIndex=i,f.preventDefault()}}).bind("tooltiphide"+h,function(c){X("["+p+"]:visible").not(b).last().qtip("focus",c)}),u.escape&&X(Y).unbind(n).bind("keydown"+n,function(c){c.keyCode===27&&b.hasClass(H)&&s.hide(c)}),u.blur&&a.overlay.unbind(n).bind("click"+n,function(c){b.hasClass(H)&&s.hide(c)});return t},create:function(){var f=X(d);if(f.length){a.overlay=f;return f}w=a.overlay=X("<div />",{id:d.substr(1),html:"<div></div>",mousedown:function(){return ab}}).insertBefore(X(V).first()),X(Y).unbind(h).bind("resize"+h,function(){w.css({height:X(Y).height(),width:X(Y).width()})}).triggerHandler("resize");return w},toggle:function(m,o,x){if(m&&m.isDefaultPrevented()){return t}var f=u.effect,g=o?"show":"hide",j=w.is(":visible"),q=X("["+p+"]:visible").not(b),r;w||(w=t.create());if(w.is(":animated")&&j===o||!o&&q.length){return t}o?(w.css({left:0,top:0}),w.toggleClass("blurs",u.blur),v.delegate("*","focusin"+n,function(c){X(c.target).closest(V)[0]!==b[0]&&X("a, :input, img",b).add(b).focus()})):v.undelegate("*","focusin"+n),w.stop(aa,ab),X.isFunction(f)?f.call(w,o):f===ab?w[g]():w.fadeTo(parseInt(x,10)||90,o?1:0,function(){o||X(this).hide()}),o||w.queue(function(c){w.css({left:"",top:""}),c()});return t},show:function(c,f){return t.toggle(c,aa,f)},hide:function(c,f){return t.toggle(c,ab,f)},destroy:function(){var c=w;c&&(c=X("["+p+"]").not(b).length<1,c?(a.overlay.remove(),X(Y).unbind(h)):a.overlay.unbind(h+s.id),v.undelegate("*","focusin"+n));return b.removeAttr(p).unbind(h)}}),t.init()}function ag(z,A){function al(t){var u=t.precedance==="y",v=r[u?"width":"height"],w=r[u?"height":"width"],am=t.string().indexOf("center")>-1,an=v*(am?0.5:1),ao=Math.pow,ap=Math.round,n,o,p,q=Math.sqrt(ao(an,2)+ao(w,2)),s=[y/an*q,y/w*q];s[2]=Math.sqrt(ao(s[0],2)-ao(y,2)),s[3]=Math.sqrt(ao(s[1],2)-ao(y,2)),n=q+s[2]+s[3]+(am?0:s[0]),o=n/q,p=[ap(o*w),ap(o*v)];return{height:p[u?0:1],width:p[u?1:0]}}function ak(j){var k=d.titlebar&&j.y==="top",l=k?d.titlebar:d.content,m=X.browser.mozilla,n=m?"-moz-":X.browser.webkit?"-webkit-":"",o=j.y+(m?"":"-")+j.x,i=n+(m?"border-radius-"+o:"border-"+o+"-radius");return parseInt(l.css(i),10)||parseInt(f.css(i),10)||0}function E(i,j,k){j=j?j:i[i.precedance];var l=f.hasClass(J),m=d.titlebar&&i.y==="top",n=m?d.titlebar:d.content,o="border-"+j+"-width",p;f.addClass(J),p=parseInt(n.css(o),10),p=(k?p||parseInt(f.css(o),10):p)||0,f.toggleClass(J,l);return p}function D(m,w,at,b){if(d.tip){var i=X.extend({},a.corner),j=at.adjusted,k=z.options.position.adjust.method.split(" "),am=k[0],an=k[1]||k[0],ao={left:ab,top:ab,x:0,y:0},ap,aq={},ar;a.corner.fixed!==aa&&(am==="shift"&&i.precedance==="x"&&j.left&&i.y!=="center"?i.precedance=i.precedance==="x"?"y":"x":am==="flip"&&j.left&&(i.x=i.x==="center"?j.left>0?"left":"right":i.x==="left"?"right":"left"),an==="shift"&&i.precedance==="y"&&j.top&&i.x!=="center"?i.precedance=i.precedance==="y"?"x":"y":an==="flip"&&j.top&&(i.y=i.y==="center"?j.top>0?"top":"bottom":i.y==="top"?"bottom":"top"),i.string()!==h.corner&&(h.top!==j.top||h.left!==j.left)&&a.update(i,ab)),ap=a.position(i,j),ap.right!==Z&&(ap.left=-ap.right),ap.bottom!==Z&&(ap.top=-ap.bottom),ap.user=Math.max(0,c.offset);if(ao.left=am==="shift"&&!!j.left){i.x==="center"?aq["margin-left"]=ao.x=ap["margin-left"]-j.left:(ar=ap.right!==Z?[j.left,-ap.left]:[-j.left,ap.left],(ao.x=Math.max(ar[0],ar[1]))>ar[0]&&(at.left-=j.left,ao.left=ab),aq[ap.right!==Z?"right":"left"]=ao.x)}if(ao.top=an==="shift"&&!!j.top){i.y==="center"?aq["margin-top"]=ao.y=ap["margin-top"]-j.top:(ar=ap.bottom!==Z?[j.top,-ap.top]:[-j.top,ap.top],(ao.y=Math.max(ar[0],ar[1]))>ar[0]&&(at.top-=j.top,ao.top=ab),aq[ap.bottom!==Z?"bottom":"top"]=ao.y)}d.tip.css(aq).toggle(!(ao.x&&ao.y||i.x==="center"&&ao.y||i.y==="center"&&ao.x)),at.left-=ap.left.charAt?ap.user:am!=="shift"||ao.top||!ao.left&&!ao.top?ap.left:0,at.top-=ap.top.charAt?ap.user:an!=="shift"||ao.left||!ao.left&&!ao.top?ap.top:0,h.left=j.left,h.top=j.top,h.corner=i.string()}}var a=this,c=z.options.style.tip,d=z.elements,f=d.tooltip,h={top:0,left:0,corner:""},r={width:c.width,height:c.height},x={},y=c.border||0,B=".qtip-tip",C=!!(X("<canvas />")[0]||{}).getContext;a.corner=ac,a.mimic=ac,a.border=y,a.offset=c.offset,a.size=r,z.checks.tip={"^position.my|style.tip.(corner|mimic|border)$":function(){a.init()||a.destroy(),z.reposition()},"^style.tip.(height|width)$":function(){r={width:c.width,height:c.height},a.create(),a.update(),z.reposition()},"^content.title.text|style.(classes|widget)$":function(){d.tip&&a.update()}},X.extend(a,{init:function(){var g=a.detectCorner()&&(C||X.browser.msie);g&&(a.create(),a.update(),f.unbind(B).bind("tooltipmove"+B,D));return g},detectCorner:function(){var b=c.corner,i=z.options.position,j=i.at,k=i.my.string?i.my.string():i.my;if(b===ab||k===ab&&j===ab){return ab}b===aa?a.corner=new P.Corner(k):b.string||(a.corner=new P.Corner(b),a.corner.fixed=aa);return a.corner.string()!=="centercenter"},detectColours:function(){var k,l,n,o=d.tip.css({backgroundColor:"",border:""}),am=a.corner,au=am[am.precedance],b="border-"+au+"-color",j="border"+au.charAt(0)+au.substr(1)+"Color",an=/rgba?\(0, 0, 0(, 0)?\)|transparent/i,ao="background-color",ap="transparent",aq=X(document.body).css("color"),ar=z.elements.content.css("color"),at=d.titlebar&&(am.y==="top"||am.y==="center"&&o.position().top+r.height/2+c.offset<d.titlebar.outerHeight(1)),i=at?d.titlebar:d.content;f.addClass(J),x.fill=l=o.css(ao),x.border=n=o[0].style[j]||o.css(b)||f.css(b);if(!l||an.test(l)){x.fill=i.css(ao)||ap,an.test(x.fill)&&(x.fill=f.css(ao)||l)}if(!n||an.test(n)||n===aq){x.border=i.css(b)||ap;if(an.test(x.border)||x.border===ar){x.border=n}}X("*",o).add(o).css(ao,ap).css("border",""),f.removeClass(J)},create:function(){var g=r.width,i=r.height,j;d.tip&&d.tip.remove(),d.tip=X("<div />",{"class":"ui-tooltip-tip"}).css({width:g,height:i}).prependTo(f),C?X("<canvas />").appendTo(d.tip)[0].getContext("2d").save():(j='<vml:shape coordorigin="0,0" style="display:inline-block; position:absolute; behavior:url(#default#VML);"></vml:shape>',d.tip.html(j+j))},update:function(u,w){var am=d.tip,k=am.children(),n=r.width,an=r.height,ao="px solid ",ap="px dashed transparent",aq=c.mimic,o=Math.round,p,s,ar,i,j;u||(u=a.corner),aq===ab?aq=u:(aq=new P.Corner(aq),aq.precedance=u.precedance,aq.x==="inherit"?aq.x=u.x:aq.y==="inherit"?aq.y=u.y:aq.x===aq.y&&(aq[u.precedance]=u[u.precedance])),p=aq.precedance,a.detectColours(),x.border!=="transparent"&&x.border!=="#123456"?(y=E(u,ac,aa),c.border===0&&y>0&&(x.fill=x.border),a.border=y=c.border!==aa?c.border:y):a.border=y=0,ar=af(aq,n,an),a.size=j=al(u),am.css(j),u.precedance==="y"?i=[o(aq.x==="left"?y:aq.x==="right"?j.width-n-y:(j.width-n)/2),o(aq.y==="top"?j.height-an:0)]:i=[o(aq.x==="left"?j.width-n:0),o(aq.y==="top"?y:aq.y==="bottom"?j.height-an-y:(j.height-an)/2)],C?(k.attr(j),s=k[0].getContext("2d"),s.restore(),s.save(),s.clearRect(0,0,3000,3000),s.translate(i[0],i[1]),s.beginPath(),s.moveTo(ar[0][0],ar[0][1]),s.lineTo(ar[1][0],ar[1][1]),s.lineTo(ar[2][0],ar[2][1]),s.closePath(),s.fillStyle=x.fill,s.strokeStyle=x.border,s.lineWidth=y*2,s.lineJoin="miter",s.miterLimit=100,y&&s.stroke(),s.fill()):(ar="m"+ar[0][0]+","+ar[0][1]+" l"+ar[1][0]+","+ar[1][1]+" "+ar[2][0]+","+ar[2][1]+" xe",i[2]=y&&/^(r|b)/i.test(u.string())?parseFloat(X.browser.version,10)===8?2:1:0,k.css({antialias:""+(aq.string().indexOf("center")>-1),left:i[0]-i[2]*Number(p==="x"),top:i[1]-i[2]*Number(p==="y"),width:n+y,height:an+y}).each(function(g){var l=X(this);l[l.prop?"prop":"attr"]({coordsize:n+y+" "+(an+y),path:ar,fillcolor:x.fill,filled:!!g,stroked:!g}).css({display:y||g?"block":"none"}),!g&&l.html()===""&&l.html('<vml:stroke weight="'+y*2+'px" color="'+x.border+'" miterlimit="1000" joinstyle="miter"  style="behavior:url(#default#VML); display:inline-block;" />')})),w!==ab&&a.position(u)},position:function(n){var o=d.tip,p={},q=Math.max(0,c.offset),k,j,i;if(c.corner===ab||!o){return ab}n=n||a.corner,k=n.precedance,j=al(n),i=[n.x,n.y],k==="x"&&i.reverse(),X.each(i,function(b,g){var m,l;g==="center"?(m=k==="y"?"left":"top",p[m]="50%",p["margin-"+m]=-Math.round(j[k==="y"?"width":"height"]/2)+q):(m=E(n,g,aa),l=ak(n),p[g]=b?y?E(n,g):0:q+(l>m?l:0))}),p[n[k]]-=j[k==="x"?"width":"height"],o.css({top:"",bottom:"",left:"",right:"",margin:""}).css(p);return p},destroy:function(){d.tip&&d.tip.remove(),f.unbind(B)}}),a.init()}function af(g,h,i){var j=Math.ceil(h/2),k=Math.ceil(i/2),l={bottomright:[[0,0],[h,i],[h,0]],bottomleft:[[0,0],[h,0],[0,i]],topright:[[0,i],[h,0],[h,i]],topleft:[[0,0],[0,i],[h,i]],topcenter:[[0,i],[j,0],[h,i]],bottomcenter:[[0,0],[h,0],[j,i]],rightcenter:[[0,0],[h,k],[0,i]],leftcenter:[[h,0],[h,i],[0,k]]};l.lefttop=l.bottomright,l.righttop=l.bottomleft,l.leftbottom=l.topright,l.rightbottom=l.topleft;return l[g.string()]}function ae(d){var k=this,n=d.elements.tooltip,o=d.options.content.ajax,a=".qtip-ajax",l=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,m=aa;d.checks.ajax={"^content.ajax":function(c,f,g){f==="ajax"&&(o=g),f==="once"?k.init():o&&o.url?k.load():n.unbind(a)}},X.extend(k,{init:function(){o&&o.url&&n.unbind(a)[o.once?"one":"bind"]("tooltipshow"+a,k.load);return k},load:function(r,t){function s(h,j,p){d.set("content.text",j+": "+p)}function q(h){f&&(h=X("<div/>").append(h.replace(l,"")).find(f)),d.set("content.text",h)}function i(){g&&(n.css("visibility",""),t=ab),X.isFunction(o.complete)&&o.complete.apply(this,arguments)}if(r&&r.isDefaultPrevented()){return k}var b=o.url.indexOf(" "),c=o.url,f,g=o.once&&!o.loading&&t;g&&n.css("visibility","hidden"),b>-1&&(f=c.substr(b),c=c.substr(0,b)),X.ajax(X.extend({success:q,error:s,context:d},o,{url:c,complete:i}));return k}}),k.init()}function G(w,x){var a,d,f,g,h,u=X(this),v=X(document.body),y=this===document?v:u,z=u.metadata?u.metadata(x.metadata):ac,A=x.metadata.type==="html5"&&z?z[x.metadata.name]:ac,B=u.data(x.metadata.name||"qtipopts");try{B=typeof B==="string"?(new Function("return "+B))():B}catch(C){O("Unable to parse HTML5 attribute data: "+B)}g=X.extend(aa,{},ad.defaults,x,typeof B==="object"?aj(B):ac,aj(A||z)),d=g.position,g.id=w;if("boolean"===typeof g.content.text){f=u.attr(g.content.attr);if(g.content.attr!==ab&&f){g.content.text=f}else{O("Unable to locate content for tooltip! Aborting render of tooltip on element: ",u);return ab}}d.container===ab&&(d.container=v),d.target===ab&&(d.target=y),g.show.target===ab&&(g.show.target=y),g.show.solo===aa&&(g.show.solo=v),g.hide.target===ab&&(g.hide.target=y),g.position.viewport===aa&&(g.position.viewport=d.container),d.at=new P.Corner(d.at),d.my=new P.Corner(d.my);if(X.data(this,"qtip")){if(g.overwrite){u.qtip("destroy")}else{if(g.overwrite===ab){return ab}}}g.suppress&&(h=X.attr(this,"title"))&&X(this).removeAttr("title").attr(M,h),a=new F(u,g,w,!!f),X.data(this,"qtip",a),u.bind("remove.qtip",function(){a.destroy()});return a}function F(c,d,f,a){function i(){var s=[d.show.target[0],d.hide.target[0],b.rendered&&am.tooltip[0],d.position.container[0],d.position.viewport[0],Y,document];b.rendered?X([]).pushStack(X.grep(s,function(t){return typeof t==="object"})).unbind(al):d.show.target.unbind(al+"-create")}function h(){function B(D){ak.is(":visible")&&b.reposition(D)}function y(D){if(ak.hasClass(U)){return ab}clearTimeout(b.timers.inactive),b.timers.inactive=setTimeout(function(){b.hide(D)},d.hide.inactive)}function w(D){if(ak.hasClass(U)||v||x){return ab}var an=X(D.relatedTarget||D.target),ao=an.closest(V)[0]===ak[0],E=an[0]===A.show[0];clearTimeout(b.timers.show),clearTimeout(b.timers.hide);z.target==="mouse"&&ao||d.hide.fixed&&(/mouse(out|leave|move)/.test(D.type)&&(ao||E))?(D.preventDefault(),D.stopImmediatePropagation()):d.hide.delay>0?b.timers.hide=setTimeout(function(){b.hide(D)},d.hide.delay):b.hide(D)}function t(D){if(ak.hasClass(U)){return ab}A.show.trigger("qtip-"+f+"-inactive"),clearTimeout(b.timers.show),clearTimeout(b.timers.hide);var E=function(){b.toggle(aa,D)};d.show.delay>0?b.timers.show=setTimeout(E,d.show.delay):E()}var z=d.position,A={show:d.show.target,hide:d.hide.target,viewport:X(z.viewport),document:X(document),window:X(Y)},C={show:X.trim(""+d.show.event).split(" "),hide:X.trim(""+d.hide.event).split(" ")},s=X.browser.msie&&parseInt(X.browser.version,10)===6;ak.bind("mouseenter"+al+" mouseleave"+al,function(D){var E=D.type==="mouseenter";E&&b.focus(D),ak.toggleClass(I,E)}),d.hide.fixed&&(A.hide=A.hide.add(ak),ak.bind("mouseover"+al,function(){ak.hasClass(U)||clearTimeout(b.timers.hide)})),/mouse(out|leave)/i.test(d.hide.event)?d.hide.leave==="window"&&A.window.bind("mouseout"+al,function(D){/select|option/.test(D.target)&&!D.relatedTarget&&b.hide(D)}):/mouse(over|enter)/i.test(d.show.event)&&A.hide.bind("mouseleave"+al,function(D){clearTimeout(b.timers.show)}),(""+d.hide.event).indexOf("unfocus")>-1&&A.document.bind("mousedown"+al,function(D){var E=X(D.target),an=!ak.hasClass(U)&&ak.is(":visible");E[0]!==ak[0]&&E.parents(V).length===0&&E.add(c).length>1&&b.hide(D)}),"number"===typeof d.hide.inactive&&(A.show.bind("qtip-"+f+"-inactive",y),X.each(ad.inactiveEvents,function(D,E){A.hide.add(am.tooltip).bind(E+al+"-inactive",y)})),X.each(C.hide,function(D,E){var an=X.inArray(E,C.show),ao=X(A.hide);an>-1&&ao.add(A.show).length===ao.length||E==="unfocus"?(A.show.bind(E+al,function(ap){ak.is(":visible")?w(ap):t(ap)}),delete C.show[an]):A.hide.bind(E+al,w)}),X.each(C.show,function(D,E){A.show.bind(E+al,t)}),"number"===typeof d.hide.distance&&A.show.add(ak).bind("mousemove"+al,function(D){var E=j.origin||{},an=d.hide.distance,ao=Math.abs;(ao(D.pageX-E.pageX)>=an||ao(D.pageY-E.pageY)>=an)&&b.hide(D)}),z.target==="mouse"&&(A.show.bind("mousemove"+al,function(D){Q={pageX:D.pageX,pageY:D.pageY,type:"mousemove"}}),z.adjust.mouse&&(d.hide.event&&ak.bind("mouseleave"+al,function(D){(D.relatedTarget||D.target)!==A.show[0]&&b.hide(D)}),A.document.bind("mousemove"+al,function(D){!ak.hasClass(U)&&ak.is(":visible")&&b.reposition(D||Q)}))),(z.adjust.resize||A.viewport.length)&&(X.event.special.resize?A.viewport:A.window).bind("resize"+al,B),(A.viewport.length||s&&ak.css("position")==="fixed")&&A.viewport.bind("scroll"+al,B)}function g(s,t){function y(z){function B(D){D&&(delete A[D.src],clearTimeout(b.timers.img[D.src]),X(D).unbind(al)),X.isEmptyObject(A)&&(b.redraw(),t!==ab&&b.reposition(j.event),z())}var C,A={};if((C=w.find("img:not([height]):not([width])")).length===0){return B()}C.each(function(D,E){A[E.src]===Z&&(function an(){if(E.height||E.width){return B(E)}b.timers.img[E.src]=setTimeout(an,700)}(),X(E).bind("error"+al+" load"+al,function(){B(this)}),A[E.src]=E)})}var w=am.content;if(!b.rendered||!s){return ab}X.isFunction(s)&&(s=s.call(c,j.event,b)||""),s.jquery&&s.length>0?w.empty().append(s.css({display:"block"})):w.html(s),b.rendered<0?ak.queue("fx",y):(x=0,y(X.noop));return b}function q(s,t){var w=am.title;if(!b.rendered||!s){return ab}X.isFunction(s)&&(s=s.call(c,j.event,b));if(s===ab){return m(ab)}s.jquery&&s.length>0?w.empty().append(s.css({display:"block"})):w.html(s),b.redraw(),t!==ab&&b.rendered&&ak.is(":visible")&&b.reposition(j.event)}function p(s){var t=am.button,w=am.title;if(!b.rendered){return ab}s?(w||o(),n()):t.remove()}function o(){var s=u+"-title";am.titlebar&&m(),am.titlebar=X("<div />",{"class":S+"-titlebar "+(d.style.widget?"ui-widget-header":"")}).append(am.title=X("<div />",{id:s,"class":S+"-title","aria-atomic":aa})).insertBefore(am.content),d.content.title.button?n():b.rendered&&b.redraw()}function n(){var s=d.content.title.button,t=typeof s==="string",w=t?s:"Close tooltip";am.button&&am.button.remove(),s.jquery?am.button=s:am.button=X("<a />",{"class":"ui-state-default "+(d.style.widget?"":S+"-icon"),title:w,"aria-label":w}).prepend(X("<span />",{"class":"ui-icon ui-icon-close",html:"&times;"})),am.button.appendTo(am.titlebar).attr("role","button").hover(function(y){X(this).toggleClass("ui-state-hover",y.type==="mouseenter")}).click(function(y){ak.hasClass(U)||b.hide(y);return ab}).bind("mousedown keydown mouseup keyup mouseout",function(y){X(this).toggleClass("ui-state-active ui-state-focus",y.type.substr(-4)==="down")}),b.redraw()}function m(s){am.title&&(am.titlebar.remove(),am.titlebar=am.title=am.button=ac,s!==ab&&b.reposition())}function l(){var s=d.style.widget;ak.toggleClass(T,s).toggleClass(W,!s),am.content.toggleClass(T+"-content",s),am.titlebar&&am.titlebar.toggleClass(T+"-header",s),am.button&&am.button.toggleClass(S+"-icon",!s)}function k(s){var t=0,w,y=d,z=s.split(".");while(y=y[z[t++]]){t<z.length&&(w=y)}return[w||d,z.pop()]}var b=this,r=document.body,u=S+"-"+f,v=0,x=0,ak=X(),al=".qtip-"+f,am,j;b.id=f,b.rendered=ab,b.elements=am={target:c},b.timers={img:{}},b.options=d,b.checks={},b.plugins={},b.cache=j={event:{},target:X(),disabled:ab,attr:a},b.checks.builtin={"^id$":function(t,w,z){var s=z===aa?ad.nextid:z,y=S+"-"+s;s!==ab&&s.length>0&&!X("#"+y).length&&(ak[0].id=y,am.content[0].id=y+"-content",am.title[0].id=y+"-title")},"^content.text$":function(s,t,w){g(w)},"^content.title.text$":function(s,t,w){if(!w){return m()}!am.title&&w&&o(),q(w)},"^content.title.button$":function(s,t,w){p(w)},"^position.(my|at)$":function(s,t,w){"string"===typeof w&&(s[t]=new P.Corner(w))},"^position.container$":function(s,t,w){b.rendered&&ak.appendTo(w)},"^show.ready$":function(){b.rendered?b.toggle(aa):b.render(1)},"^style.classes$":function(s,t,w){ak.attr("class",S+" qtip ui-helper-reset "+w)},"^style.widget|content.title":l,"^events.(render|show|move|hide|focus|blur)$":function(s,t,w){ak[(X.isFunction(w)?"":"un")+"bind"]("tooltip"+t,w)},"^(show|hide|position).(event|target|fixed|inactive|leave|distance|viewport|adjust)":function(){var s=d.position;ak.attr("tracking",s.target==="mouse"&&s.adjust.mouse),i(),h()}},X.extend(b,{render:function(s){if(b.rendered){return b}var t=d.content.title.text,w=d.position,y=X.Event("tooltiprender");X.attr(c[0],"aria-describedby",u),ak=am.tooltip=X("<div/>",{id:u,"class":S+" qtip ui-helper-reset "+W+" "+d.style.classes,width:d.style.width||"",height:d.style.height||"",tracking:w.target==="mouse"&&w.adjust.mouse,role:"alert","aria-live":"polite","aria-atomic":ab,"aria-describedby":u+"-content","aria-hidden":aa}).toggleClass(U,j.disabled).data("qtip",b).appendTo(d.position.container).append(am.content=X("<div />",{"class":S+"-content",id:u+"-content","aria-atomic":aa})),b.rendered=-1,x=1,v=1,t&&(o(),q(t,ab)),g(d.content.text,ab),b.rendered=aa,l(),X.each(d.events,function(z,A){X.isFunction(A)&&ak.bind(z==="toggle"?"tooltipshow tooltiphide":"tooltip"+z,A)}),X.each(P,function(){this.initialize==="render"&&this(b)}),h(),ak.queue("fx",function(z){y.originalEvent=j.event,ak.trigger(y,[b]),x=0,v=0,b.redraw(),(d.show.ready||s)&&b.toggle(aa,j.event),z()});return b},get:function(s){var t,w;switch(s.toLowerCase()){case"dimensions":t={height:ak.outerHeight(),width:ak.outerWidth()};break;case"offset":t=P.offset(ak,d.position.container);break;default:w=k(s.toLowerCase()),t=w[0][w[1]],t=t.precedance?t.string():t}return t},set:function(A,B){function z(E,an){var ao,ap,aq;for(ao in w){for(ap in w[ao]){if(aq=(new RegExp(ap,"i")).exec(E)){an.push(aq),w[ao][ap].apply(b,an)}}}}var C=/^position\.(my|at|adjust|target|container)|style|content|show\.ready/i,D=/^content\.(title|attr)|style/i,s=ab,t=ab,w=b.checks,y;"string"===typeof A?(y=A,A={},A[y]=B):A=X.extend(aa,{},A),X.each(A,function(E,an){var ao=k(E.toLowerCase()),ap;ap=ao[0][ao[1]],ao[0][ao[1]]="object"===typeof an&&an.nodeType?X(an):an,A[E]=[ao[0],ao[1],an,ap],s=C.test(E)||s,t=D.test(E)||t}),aj(d),v=x=1,X.each(A,z),v=x=0,ak.is(":visible")&&b.rendered&&(s&&b.reposition(d.position.target==="mouse"?ac:j.event),t&&b.redraw());return b},toggle:function(B,C){function E(){B?(X.browser.msie&&ak[0].style.removeAttribute("filter"),ak.css("overflow",""),"string"===typeof an.autofocus&&X(an.autofocus,ak).focus(),A=X.Event("tooltipvisible"),A.originalEvent=C?j.event:ac,ak.trigger(A,[b])):ak.css({display:"",visibility:"",opacity:"",left:"",top:""})}if(!b.rendered){if(B){b.render(1)}else{return b}}var D=B?"show":"hide",an=d[D],s=ak.is(":visible"),t=!C||d[D].target.length<2||j.target[0]===C.target,w=d.position,y=d.content,z,A;(typeof B).search("boolean|number")&&(B=!s);if(!ak.is(":animated")&&s===B&&t){return b}if(C){if(/over|enter/.test(C.type)&&/out|leave/.test(j.event.type)&&C.target===d.show.target[0]&&ak.has(C.relatedTarget).length){return b}j.event=X.extend({},C)}A=X.Event("tooltip"+D),A.originalEvent=C?j.event:ac,ak.trigger(A,[b,90]);if(A.isDefaultPrevented()){return b}X.attr(ak[0],"aria-hidden",!B),B?(j.origin=X.extend({},Q),b.focus(C),X.isFunction(y.text)&&g(y.text,ab),X.isFunction(y.title.text)&&q(y.title.text,ab),!N&&w.target==="mouse"&&w.adjust.mouse&&(X(document).bind("mousemove.qtip",function(ao){Q={pageX:ao.pageX,pageY:ao.pageY,type:"mousemove"}}),N=aa),b.reposition(C),an.solo&&X(V,an.solo).not(ak).qtip("hide",A)):(clearTimeout(b.timers.show),delete j.origin,N&&!X(V+'[tracking="true"]:visible',an.solo).not(ak).length&&(X(document).unbind("mousemove.qtip"),N=ab),b.blur(C)),t&&ak.stop(0,1),an.effect===ab?(ak[D](),E.call(ak)):X.isFunction(an.effect)?(an.effect.call(ak,b),ak.queue("fx",function(ao){E(),ao()})):ak.fadeTo(90,B?1:0,E),B&&an.target.trigger("qtip-"+f+"-inactive");return b},show:function(s){return b.toggle(aa,s)},hide:function(s){return b.toggle(ab,s)},focus:function(w){if(!b.rendered){return b}var y=X(V),z=parseInt(ak[0].style.zIndex,10),A=ad.zindex+y.length,B=X.extend({},w),s,t;ak.hasClass(H)||(t=X.Event("tooltipfocus"),t.originalEvent=B,ak.trigger(t,[b,A]),t.isDefaultPrevented()||(z!==A&&(y.each(function(){this.style.zIndex>z&&(this.style.zIndex=this.style.zIndex-1)}),y.filter("."+H).qtip("blur",B)),ak.addClass(H)[0].style.zIndex=A));return b},blur:function(s){var t=X.extend({},s),w;ak.removeClass(H),w=X.Event("tooltipblur"),w.originalEvent=t,ak.trigger(w,[b]);return b},reposition:function(au,av){if(!b.rendered||v){return b}v=1;var aw=d.position.target,ax=d.position,ao=ax.my,ap=ax.at,aq=ax.adjust,ar=aq.method.split(" "),at=ak.outerWidth(),z=ak.outerHeight(),A=0,B=0,C=X.Event("tooltipmove"),D=ak.css("position")==="fixed",E=ax.viewport,an={left:0,top:0},ay=b.plugins.tip,t={horizontal:ar[0],vertical:ar[1]||ar[0],left:function(az){var aA=t.horizontal==="shift",aB=E.offset.left+E.scrollLeft,aC=ao.x==="left"?at:ao.x==="right"?-at:-at/2,aD=ap.x==="left"?A:ap.x==="right"?-A:-A/2,aE=ay&&ay.size?ay.size.width||0:0,aF=ay&&ay.corner&&ay.corner.precedance==="x"&&!aA?aE:0,aG=aB-az+aF,s=az+at-E.width-aB+aF,w=aC-(ao.precedance==="x"||ao.x===ao.y?aD:0),y=ao.x==="center";aA?(aF=ay&&ay.corner&&ay.corner.precedance==="y"?aE:0,w=(ao.x==="left"?1:-1)*aC-aF,an.left+=aG>0?aG:s>0?-s:0,an.left=Math.max(E.offset.left+(aF&&ay.corner.x==="center"?ay.offset:0),az-w,Math.min(Math.max(E.offset.left+E.width,az+w),an.left))):(aG>0&&(ao.x!=="left"||s>0)?an.left-=w+(y?0:2*aq.x):s>0&&(ao.x!=="right"||aG>0)&&(an.left-=y?-w:w+2*aq.x),an.left!==az&&y&&(an.left-=aq.x),an.left<aB&&-an.left>s&&(an.left=az));return an.left-az},top:function(az){var aA=t.vertical==="shift",aB=E.offset.top+E.scrollTop,aC=ao.y==="top"?z:ao.y==="bottom"?-z:-z/2,aD=ap.y==="top"?B:ap.y==="bottom"?-B:-B/2,aE=ay&&ay.size?ay.size.height||0:0,aF=ay&&ay.corner&&ay.corner.precedance==="y"&&!aA?aE:0,aG=aB-az+aF,s=az+z-E.height-aB+aF,w=aC-(ao.precedance==="y"||ao.x===ao.y?aD:0),y=ao.y==="center";aA?(aF=ay&&ay.corner&&ay.corner.precedance==="x"?aE:0,w=(ao.y==="top"?1:-1)*aC-aF,an.top+=aG>0?aG:s>0?-s:0,an.top=Math.max(E.offset.top+(aF&&ay.corner.x==="center"?ay.offset:0),az-w,Math.min(Math.max(E.offset.top+E.height,az+w),an.top))):(aG>0&&(ao.y!=="top"||s>0)?an.top-=w+(y?0:2*aq.y):s>0&&(ao.y!=="bottom"||aG>0)&&(an.top-=y?-w:w+2*aq.y),an.top!==az&&y&&(an.top-=aq.y),an.top<0&&-an.top>s&&(an.top=az));return an.top-az}};if(X.isArray(aw)&&aw.length===2){ap={x:"left",y:"top"},an={left:aw[0],top:aw[1]}}else{if(aw==="mouse"&&(au&&au.pageX||j.event.pageX)){ap={x:"left",y:"top"},au=(au&&(au.type==="resize"||au.type==="scroll")?j.event:au&&au.pageX&&au.type==="mousemove"?au:Q&&Q.pageX&&(aq.mouse||!au||!au.pageX)?{pageX:Q.pageX,pageY:Q.pageY}:!aq.mouse&&j.origin&&j.origin.pageX?j.origin:au)||au||j.event||Q||{},an={top:au.pageY,left:au.pageX}}else{aw==="event"?au&&au.target&&au.type!=="scroll"&&au.type!=="resize"?aw=j.target=X(au.target):aw=j.target:j.target=X(aw),aw=X(aw).eq(0);if(aw.length===0){return b}aw[0]===document||aw[0]===Y?(A=P.iOS?Y.innerWidth:aw.width(),B=P.iOS?Y.innerHeight:aw.height(),aw[0]===Y&&(an={top:!D||P.iOS?(E||aw).scrollTop():0,left:!D||P.iOS?(E||aw).scrollLeft():0})):aw.is("area")&&P.imagemap?an=P.imagemap(aw,ap):aw[0].namespaceURI==="http://www.w3.org/2000/svg"&&P.svg?an=P.svg(aw,ap):(A=aw.outerWidth(),B=aw.outerHeight(),an=P.offset(aw,ax.container,D)),an.offset&&(A=an.width,B=an.height,an=an.offset),an.left+=ap.x==="right"?A:ap.x==="center"?A/2:0,an.top+=ap.y==="bottom"?B:ap.y==="center"?B/2:0}}an.left+=aq.x+(ao.x==="right"?-at:ao.x==="center"?-at/2:0),an.top+=aq.y+(ao.y==="bottom"?-z:ao.y==="center"?-z/2:0),E.jquery&&aw[0]!==Y&&aw[0]!==r&&t.vertical+t.horizontal!=="nonenone"?(E={elem:E,height:E[(E[0]===Y?"h":"outerH")+"eight"](),width:E[(E[0]===Y?"w":"outerW")+"idth"](),scrollLeft:D?0:E.scrollLeft(),scrollTop:D?0:E.scrollTop(),offset:E.offset()||{left:0,top:0}},an.adjusted={left:t.horizontal!=="none"?t.left(an.left):0,top:t.vertical!=="none"?t.top(an.top):0}):an.adjusted={left:0,top:0},ak.attr("class",function(s,w){return X.attr(this,"class").replace(/ui-tooltip-pos-\w+/i,"")}).addClass(S+"-pos-"+ao.abbreviation()),C.originalEvent=X.extend({},au),ak.trigger(C,[b,an,E.elem||E]);if(C.isDefaultPrevented()){return b}delete an.adjusted,av===ab||isNaN(an.left)||isNaN(an.top)||aw==="mouse"||!X.isFunction(ax.effect)?ak.css(an):X.isFunction(ax.effect)&&(ax.effect.call(ak,b,X.extend({},an)),ak.queue(function(s){X(this).css({opacity:"",height:""}),X.browser.msie&&this.style.removeAttribute("filter"),s()})),v=0;return b},redraw:function(){if(b.rendered<1||x){return b}var s=d.position.container,t,w,y,z;x=1,d.style.height&&ak.css("height",d.style.height),d.style.width?ak.css("width",d.style.width):(ak.css("width","").addClass(J),w=ak.width()+1,y=ak.css("max-width")||"",z=ak.css("min-width")||"",t=(y+z).indexOf("%")>-1?s.width()/100:0,y=(y.indexOf("%")>-1?t:1)*parseInt(y,10)||w,z=(z.indexOf("%")>-1?t:1)*parseInt(z,10)||0,w=y+z?Math.min(Math.max(w,z),y):w,ak.css("width",Math.round(w)).removeClass(J)),x=0;return b},disable:function(s){"boolean"!==typeof s&&(s=!ak.hasClass(U)&&!j.disabled),b.rendered?(ak.toggleClass(U,s),X.attr(ak[0],"aria-disabled",s)):j.disabled=!!s;return b},enable:function(){return b.disable(ab)},destroy:function(){var s=c[0],t=X.attr(s,M);b.rendered&&(ak.remove(),X.each(b.plugins,function(){this.destroy&&this.destroy()})),clearTimeout(b.timers.show),clearTimeout(b.timers.hide),i(),X.removeData(s,"qtip"),d.suppress&&t&&(X.attr(s,"title",t),c.removeAttr(M)),c.removeAttr("aria-describedby").unbind(".qtip"),delete R[b.id];return c}})}function aj(a){var d;if(!a||"object"!==typeof a){return ab}"object"!==typeof a.metadata&&(a.metadata={type:a.metadata});if("content" in a){if("object"!==typeof a.content||a.content.jquery){a.content={text:a.content}}d=a.content.text||ab,!X.isFunction(d)&&(!d&&!d.attr||d.length<1||"object"===typeof d&&!d.jquery)&&(a.content.text=ab),"title" in a.content&&("object"!==typeof a.content.title&&(a.content.title={text:a.content.title}),d=a.content.title.text||ab,!X.isFunction(d)&&(!d&&!d.attr||d.length<1||"object"===typeof d&&!d.jquery)&&(a.content.title.text=ab))}"position" in a&&("object"!==typeof a.position&&(a.position={my:a.position,at:a.position})),"show" in a&&("object"!==typeof a.show&&(a.show.jquery?a.show={target:a.show}:a.show={event:a.show})),"hide" in a&&("object"!==typeof a.hide&&(a.hide.jquery?a.hide={target:a.hide}:a.hide={event:a.hide})),"style" in a&&("object"!==typeof a.style&&(a.style={classes:a.style})),X.each(P,function(){this.sanitize&&this.sanitize(a)});return a}function O(){O.history=O.history||[],O.history.push(arguments);if("object"===typeof console){var d=console[console.warn?"warn":"log"],f=Array.prototype.slice.call(arguments),g;typeof arguments[0]==="string"&&(f[0]="qTip2: "+f[0]),g=d.apply?d.apply(console,f):d(f)}}"use strict";var aa=!0,ab=!1,ac=null,ad,P,Q,R={},S="ui-tooltip",T="ui-widget",U="ui-state-disabled",V="div.qtip."+S,W=S+"-default",H=S+"-focus",I=S+"-hover",J=S+"-fluid",K="-31000px",L="_replacedByqTip",M="oldtitle",N;ad=X.fn.qtip=function(p,q,a){var c=(""+p).toLowerCase(),d=ac,f=c==="disable"?[aa]:X.makeArray(arguments).slice(1),g=f[f.length-1],o=this[0]?X.data(this[0],"qtip"):ac;if(!arguments.length&&o||c==="api"){return o}if("string"===typeof p){this.each(function(){var h=X.data(this,"qtip");if(!h){return aa}g&&g.timeStamp&&(h.cache.event=g);if(c!=="option"&&c!=="options"||!q){h[c]&&h[c].apply(h[c],f)}else{if(X.isPlainObject(q)||a!==Z){h.set(q,a)}else{d=h.get(q);return ab}}});return d!==ac?d:this}if("object"===typeof p||!arguments.length){o=aj(X.extend(aa,{},p));return ad.bind.call(this,o,g)}},ad.bind=function(a,c){return this.each(function(b){function s(k){function l(){i.render(typeof k==="object"||d.show.ready),f.show.add(f.hide).unbind(h)}if(i.cache.disabled){return ab}i.cache.event=X.extend({},k),i.cache.target=k?X(k.target):[Z],d.show.delay>0?(clearTimeout(i.timers.show),i.timers.show=setTimeout(l,d.show.delay),g.show!==g.hide&&f.hide.bind(g.hide,function(){clearTimeout(i.timers.show)})):l()}var d,f,g,h,i,j;j=X.isArray(a.id)?a.id[b]:a.id,j=!j||j===ab||j.length<1||R[j]?ad.nextid++:R[j]=j,h=".qtip-"+j+"-create",i=G.call(this,j,a);if(i===ab){return aa}d=i.options,X.each(P,function(){this.initialize==="initialize"&&this(i)}),f={show:d.show.target,hide:d.hide.target},g={show:X.trim(""+d.show.event).replace(/ /g,h+" ")+h,hide:X.trim(""+d.hide.event).replace(/ /g,h+" ")+h},/mouse(over|enter)/i.test(g.show)&&!/mouse(out|leave)/i.test(g.hide)&&(g.hide+=" mouseleave"+h),f.show.bind("mousemove"+h,function(k){Q={pageX:k.pageX,pageY:k.pageY,type:"mousemove"}}),f.show.bind(g.show,s),(d.show.ready||d.prerender)&&s(c)})},P=ad.plugins={Corner:function(b){b=(""+b).replace(/([A-Z])/," $1").replace(/middle/gi,"center").toLowerCase(),this.x=(b.match(/left|right/i)||b.match(/center/)||["inherit"])[0].toLowerCase(),this.y=(b.match(/top|bottom|center/i)||["inherit"])[0].toLowerCase(),this.precedance=b.charAt(0).search(/^(t|b)/)>-1?"y":"x",this.string=function(){return this.precedance==="y"?this.y+this.x:this.x+this.y},this.abbreviation=function(){var c=this.x.substr(0,1),d=this.y.substr(0,1);return c===d?c:c==="c"||c!=="c"&&d!=="c"?d+c:c+d}},offset:function(n,o,p){function m(c,d){q.left+=d*c.scrollLeft(),q.top+=d*c.scrollTop()}var q=n.offset(),r=o,a=0,b=document.body,h;if(r){do{r.css("position")!=="static"&&(h=r[0]===b?{left:parseInt(r.css("left"),10)||0,top:parseInt(r.css("top"),10)||0}:r.position(),q.left-=h.left+(parseInt(r.css("borderLeftWidth"),10)||0)+(parseInt(r.css("marginLeft"),10)||0),q.top-=h.top+(parseInt(r.css("borderTopWidth"),10)||0),a++);if(r[0]===b){break}}while(r=r.offsetParent());o[0]!==b&&a>1&&m(o,1),(P.iOS<4.1&&P.iOS>3.1||!P.iOS&&p)&&m(X(Y),-1)}return q},iOS:parseFloat((""+(/CPU.*OS ([0-9_]{1,3})|(CPU like).*AppleWebKit.*Mobile/i.exec(navigator.userAgent)||[0,""])[1]).replace("undefined","3_2").replace("_","."))||ab,fn:{attr:function(a,g){if(this.length){var h=this[0],i="title",j=X.data(h,"qtip");if(a===i&&"object"===typeof j&&j.options.suppress){if(arguments.length<2){return X.attr(h,M)}j&&j.options.content.attr===i&&j.cache.attr&&j.set("content.text",g);return this.attr(M,g)}}return X.fn["attr"+L].apply(this,arguments)},clone:function(a){var f=X([]),g="title",h=X.fn["clone"+L].apply(this,arguments);a||h.filter("["+M+"]").attr("title",function(){return X.attr(this,M)}).removeAttr(M);return h},remove:X.ui?ac:function(a,d){X(this).each(function(){d||(!a||X.filter(a,[this]).length)&&X("*",this).add(this).each(function(){X(this).triggerHandler("remove")})})}}},X.each(P.fn,function(a,d){if(!d){return aa}var f=X.fn[a+L]=X.fn[a];X.fn[a]=function(){return d.apply(this,arguments)||f.apply(this,arguments)}}),ad.version="nightly",ad.nextid=0,ad.inactiveEvents="click dblclick mousedown mouseup mousemove mouseleave mouseenter".split(" "),ad.zindex=15000,ad.defaults={prerender:ab,id:ab,overwrite:aa,suppress:aa,content:{text:aa,attr:"title",title:{text:ab,button:ab}},position:{my:"top left",at:"bottom right",target:ab,container:ab,viewport:ab,adjust:{x:0,y:0,mouse:aa,resize:aa,method:"flip flip"},effect:function(a,f,g){X(this).animate(f,{duration:200,queue:ab})}},show:{target:ab,event:"mouseenter",effect:aa,delay:90,solo:ab,ready:ab,autofocus:ab},hide:{target:ab,event:"mouseleave",effect:aa,delay:0,fixed:ab,inactive:ab,leave:"window",distance:ab},style:{classes:"",widget:ab,width:ab,height:ab},events:{render:ac,move:ac,show:ac,hide:ac,toggle:ac,visible:ac,focus:ac,blur:ac}},P.ajax=function(c){var d=c.plugins.ajax;return"object"===typeof d?d:c.plugins.ajax=new ae(c)},P.ajax.initialize="render",P.ajax.sanitize=function(d){var f=d.content,g;f&&"ajax" in f&&(g=f.ajax,typeof g!=="object"&&(g=d.content.ajax={url:g}),"boolean"!==typeof g.once&&g.once&&(g.once=!!g.once))},X.extend(aa,ad.defaults,{content:{ajax:{loading:aa,once:aa}}}),P.imagemap=function(p,q){function o(l,w){var x=0,y=1,z=1,A=0,B=0,c=l.width,k=l.height;while(c>0&&k>0&&y>0&&z>0){c=Math.floor(c/2),k=Math.floor(k/2),q.x==="left"?y=c:q.x==="right"?y=l.width-c:y+=Math.floor(c/2),q.y==="top"?z=k:q.y==="bottom"?z=l.height-k:z+=Math.floor(k/2),x=w.length;while(x--){if(w.length<2){break}A=w[x][0]-l.offset.left,B=w[x][1]-l.offset.top,(q.x==="left"&&A>=y||q.x==="right"&&A<=y||q.x==="center"&&(A<y||A>l.width-y)||q.y==="top"&&B>=z||q.y==="bottom"&&B<=z||q.y==="center"&&(B<z||B>l.height-z))&&w.splice(x,1)}}return{left:w[0][0],top:w[0][1]}}p.jquery||(p=X(p));var r=p.attr("shape").toLowerCase(),s=p.attr("coords").split(","),t=[],u=X('img[usemap="#'+p.parent("map").attr("name")+'"]'),v=u.offset(),a={width:0,height:0,offset:{top:10000000000,right:0,bottom:0,left:10000000000}},m=0,n=0;v.left+=Math.ceil((u.outerWidth()-u.width())/2),v.top+=Math.ceil((u.outerHeight()-u.height())/2);if(r==="poly"){m=s.length;while(m--){n=[parseInt(s[--m],10),parseInt(s[m+1],10)],n[0]>a.offset.right&&(a.offset.right=n[0]),n[0]<a.offset.left&&(a.offset.left=n[0]),n[1]>a.offset.bottom&&(a.offset.bottom=n[1]),n[1]<a.offset.top&&(a.offset.top=n[1]),t.push(n)}}else{t=X.map(s,function(b){return parseInt(b,10)})}switch(r){case"rect":a={width:Math.abs(t[2]-t[0]),height:Math.abs(t[3]-t[1]),offset:{left:t[0],top:t[1]}};break;case"circle":a={width:t[2]+2,height:t[2]+2,offset:{left:t[0],top:t[1]}};break;case"poly":X.extend(a,{width:Math.abs(a.offset.right-a.offset.left),height:Math.abs(a.offset.bottom-a.offset.top)}),q.string()==="centercenter"?a.offset={left:a.offset.left+a.width/2,top:a.offset.top+a.height/2}:a.offset=o(a,t.slice()),a.width=a.height=0}a.offset.left+=v.left,a.offset.top+=v.top;return a},P.tip=function(c){var d=c.plugins.tip;return"object"===typeof d?d:c.plugins.tip=new ag(c)},P.tip.initialize="render",P.tip.sanitize=function(d){var f=d.style,g;f&&"tip" in f&&(g=d.style.tip,typeof g!=="object"&&(d.style.tip={corner:g}),/string|boolean/i.test(typeof g.corner)||(g.corner=aa),typeof g.width!=="number"&&delete g.width,typeof g.height!=="number"&&delete g.height,typeof g.border!=="number"&&g.border!==aa&&delete g.border,typeof g.offset!=="number"&&delete g.offset)},X.extend(aa,ad.defaults,{style:{tip:{corner:aa,mimic:ab,width:6,height:6,border:aa,offset:0}}}),P.svg=function(n,o){var p=X(document),q=n[0],r={width:0,height:0,offset:{top:10000000000,left:10000000000}},s,t,a,l,m;if(q.getBBox&&q.parentNode){s=q.getBBox(),t=q.getScreenCTM(),a=q.farthestViewportElement||q;if(!a.createSVGPoint){return r}l=a.createSVGPoint(),l.x=s.x,l.y=s.y,m=l.matrixTransform(t),r.offset.left=m.x,r.offset.top=m.y,l.x+=s.width,l.y+=s.height,m=l.matrixTransform(t),r.width=m.x-r.offset.left,r.height=m.y-r.offset.top,r.offset.left+=p.scrollLeft(),r.offset.top+=p.scrollTop()}return r},P.modal=function(c){var d=c.plugins.modal;return"object"===typeof d?d:c.plugins.modal=new ah(c)},P.modal.initialize="render",P.modal.sanitize=function(b){b.show&&(typeof b.show.modal!=="object"?b.show.modal={on:!!b.show.modal}:typeof b.show.modal.on==="undefined"&&(b.show.modal.on=aa))},P.modal.zindex=ad.zindex-=200,X.extend(aa,ad.defaults,{show:{modal:{on:ab,effect:aa,blur:aa,escape:aa}}}),P.bgiframe=function(a){var f=X.browser,g=a.plugins.bgiframe;if(X("select, object").length<1||(!f.msie||f.version.charAt(0)!=="6")){return ab}return"object"===typeof g?g:a.plugins.bgiframe=new ai(a)},P.bgiframe.initialize="render"})(jQuery,window);var Cufon=(function(){var Q=function(){return Q.replace.apply(null,arguments)};var ab=Q.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var a=[],c=function(){if(b){return}b=true;for(var f;f=a.shift();f()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(f){setTimeout(arguments.callee,1)}})()}E(window,"load",c);return function(f){if(!arguments.length){c()}else{b?f():a.push(f)}}})(),root:function(){return document.documentElement||document.body}};var R=Q.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value};this.convertFrom=function(c){return c/this.value*a};this.toString=function(){return this.value+this.unit}},addClass:function(b,a){var c=b.className;b.className=c+(c&&" ")+a;return b},color:N(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,c,f){a.opacity=parseFloat(f);return"rgb("+c+")"});return a}),fontStretch:N(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(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new T(a.getComputedStyle(b,null))}if(b.currentStyle){return new T(b.currentStyle)}return new T(b.style)},gradient:N(function(g){var a={id:g,type:g.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},c=g.substr(g.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var f=0,b=c.length,d;f<b;++f){d=c[f].split("=",2).reverse();a.stops.push([d[1]||f/(b-1),d[0]])}return a}),quotedList:N(function(d){var c=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=b.exec(d)){c.push(a[3]||a[1])}return c}),recognizesMedia:N(function(a){var f=document.createElement("style"),d,c,b;f.type="text/css";f.media=a;try{f.appendChild(document.createTextNode("/**/"))}catch(g){}c=Z("head")[0];c.insertBefore(f,c.firstChild);d=(f.sheet||f.styleSheet);b=d&&!d.disabled;c.removeChild(f);return b}),removeClass:function(c,b){var a=RegExp("(?:^|\\s+)"+b+"(?=\\s|$)","g");c.className=c.className.replace(a,"");return c},supports:function(c,b){var a=document.createElement("span").style;if(a[c]===undefined){return false}a[c]=b;return a[c]===b},textAlign:function(d,c,a,b){if(c.get("textAlign")=="right"){if(a>0){d=" "+d}}else{if(a<b-1){d+=" "}}return d},textShadow:N(function(g){if(g=="none"){return null}var f=[],a={},b,c=0;var d=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(b=d.exec(g)){if(b[0]==","){f.push(a);a={};c=0}else{if(b[1]){a.color=b[1]}else{a[["offX","offY","blur"][c++]]=b[2]}}}f.push(a);return f}),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(d,c){var b=a[c.get("textTransform")];return b?b(d):d}})(),whiteSpace:(function(){var c={inline:1,"inline-block":1,"run-in":1};var b=/^\s+/,a=/\s+$/;return function(f,h,d,g){if(g){if(g.nodeName.toLowerCase()=="br"){f=f.replace(b,"")}}if(c[h.get("display")]){return f}if(!d.previousSibling){f=f.replace(b,"")}if(!d.nextSibling){f=f.replace(a,"")}return f}})()};R.ready=(function(){var a=!R.recognizesMedia("all"),d=false;var c=[],h=function(){a=true;for(var k;k=c.shift();k()){}};var i=Z("link"),j=Z("style");function b(k){return k.disabled||g(k.sheet,k.media||"screen")}function g(l,q){if(!R.recognizesMedia(q||"all")){return true}if(!l||l.disabled){return false}try{var k=l.cssRules,n;if(k){search:for(var p=0,o=k.length;n=k[p],p<o;++p){switch(n.type){case 2:break;case 3:if(!g(n.styleSheet,n.media.mediaText)){return false}break;default:break search}}}}catch(m){}return true}function f(){if(document.createStyleSheet){return true}var k,l;for(l=0;k=i[l];++l){if(k.rel.toLowerCase()=="stylesheet"&&!b(k)){return false}}for(l=0;k=j[l];++l){if(!b(k)){return false}}return true}ab.ready(function(){if(!d){d=R.getStyle(document.body).isUsable()}if(a||(d&&f())){h()}else{setTimeout(arguments.callee,10)}});return function(k){if(a){k()}else{c.push(k)}}})();function G(c){var b=this.face=c.face,a={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=c.glyphs;this.w=c.w;this.baseSize=parseInt(b["units-per-em"],10);this.family=b["font-family"].toLowerCase();this.weight=b["font-weight"];this.style=b["font-style"]||"normal";this.viewBox=(function(){var f=b.bbox.split(/\s+/);var d={minX:parseInt(f[0],10),minY:parseInt(f[1],10),maxX:parseInt(f[2],10),maxY:parseInt(f[3],10)};d.width=d.maxX-d.minX;d.height=d.maxY-d.minY;d.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return d})();this.ascent=-parseInt(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(l,n,d){var o=this.glyphs,m,k,g,p=[],f=0,j=-1,i=-1,h;while(h=l[++j]){m=o[h]||this.missingGlyph;if(!m){continue}if(k){f-=g=k[h]||0;p[i]-=g}f+=p[++i]=~~(m.w||this.w)+n+(a[h]?d:0);k=m.k}p.total=f;return p}}function Y(){var b={},a={oblique:"italic",italic:"oblique"};this.add=function(c){(b[c.style]||(b[c.style]={}))[c.weight]=c};this.get=function(h,i){var g=b[h]||b[a[h]]||b.normal||b.italic||b.oblique;if(!g){return null}i={normal:400,bold:700}[i]||parseInt(i,10);if(g[i]){return g[i]}var d={1:1,99:0}[i%100],k=[],f,c;if(d===undefined){d=i>400}if(i==500){i=400}for(var j in g){if(!O(g,j)){continue}j=parseInt(j,10);if(!f||j<f){f=j}if(!c||j>c){c=j}k.push(j)}if(i<f){i=f}if(i>c){i=c}k.sort(function(m,l){return(d?(m>=i&&l>=i)?m<l:m>l:(m<=i&&l<=i)?m>l:m<l)?-1:1});return g[k[0]]}}function F(){function c(g,f){if(g.contains){return g.contains(f)}return g.compareDocumentPosition(f)&16}function a(f){var g=f.relatedTarget;if(!g||c(this,g)){return}b(this,f.type=="mouseover")}function d(f){b(this,f.type=="mouseenter")}function b(g,f){setTimeout(function(){var h=W.get(g).options;Q.replace(g,f?L(h,h.hover):h,true)},10)}this.attach=function(f){if(f.onmouseenter===undefined){E(f,"mouseover",a);E(f,"mouseout",a)}else{E(f,"mouseenter",d);E(f,"mouseleave",d)}}}function I(){var b=[],c={};function a(f){var g=[],d;for(var h=0;d=f[h];++h){g[h]=b[c[d]]}return g}this.add=function(f,d){c[f]=b.push(d)-1};this.repeat=function(){var f=arguments.length?a(arguments):b,g;for(var d=0;g=f[d++];){Q.replace(g[0],g[1],true)}}}function aa(){var c={},a=0;function b(d){return d.cufid||(d.cufid=++a)}this.get=function(d){var f=b(d);return c[f]||(c[f]={})}}function T(a){var c={},b={};this.extend=function(d){for(var f in d){if(O(d,f)){c[f]=d[f]}}return this};this.get=function(d){return c[d]!=undefined?c[d]:a[d]};this.getSize=function(f,d){return b[f]||(b[f]=new R.Size(this.get(f),d))};this.isUsable=function(){return !!a}}function E(b,a,c){if(b.addEventListener){b.addEventListener(a,c,false)}else{if(b.attachEvent){b.attachEvent("on"+a,function(){return c.call(b,window.event)})}}}function J(b,a){var c=W.get(b);if(c.options){return b}if(a.hover&&a.hoverables[b.nodeName.toLowerCase()]){U.attach(b)}c.options=a;return b}function N(a){var b={};return function(c){if(!O(b,c)){b[c]=a.apply(null,arguments)}return b[c]}}function V(f,d){var a=R.quotedList(d.get("fontFamily").toLowerCase()),c;for(var b=0;c=a[b];++b){if(M[c]){return M[c].get(d.get("fontStyle"),d.get("fontWeight"))}}return null}function Z(a){return document.getElementsByTagName(a)}function O(b,a){return b.hasOwnProperty(a)}function L(){var b={},a,f;for(var d=0,c=arguments.length;a=arguments[d],d<c;++d){for(f in a){if(O(a,f)){b[f]=a[f]}}}return b}function S(d,m,b,n,f,c){var k=document.createDocumentFragment(),h;if(m===""){return k}var l=n.separate;var i=m.split(D[l]),a=(l=="words");if(a&&H){if(/^\s/.test(m)){i.unshift("")}if(/\s$/.test(m)){i.push("")}}for(var j=0,g=i.length;j<g;++j){h=C[n.engine](d,a?R.textAlign(i[j],b,j,g):i[j],b,n,f,c,j<g-1);if(h){k.appendChild(h)}}return k}function P(c,m){var b=c.nodeName.toLowerCase();if(m.ignore[b]){return}var d=!m.textless[b];var a=R.getStyle(J(c,m)).extend(m);var f=V(c,a),g,k,i,h,l,j;if(!f){return}for(g=c.firstChild;g;g=i){k=g.nodeType;i=g.nextSibling;if(d&&k==3){if(h){h.appendData(g.data);c.removeChild(g)}else{h=g}if(i){continue}}if(h){c.replaceChild(S(f,R.whiteSpace(h.data,a,h,j),a,m,g,c),h);h=null}if(k==1){if(g.firstChild){if(g.nodeName.toLowerCase()=="cufon"){C[m.engine](f,null,a,m,g,c)}else{arguments.callee(g,m)}}j=g}}}var H=" ".split(/\s+/).length==0;var W=new aa();var U=new F();var B=new I();var X=false;var C={},M={},K={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)})||Z),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var D={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};Q.now=function(){ab.ready();return Q};Q.refresh=function(){B.repeat.apply(B,arguments);return Q};Q.registerEngine=function(b,a){if(!a){return Q}C[b]=a;return Q.set("engine",b)};Q.registerFont=function(c){if(!c){return Q}var a=new G(c),b=a.family;if(!M[b]){M[b]=new Y()}M[b].add(a);return Q.set("fontFamily",'"'+b+'"')};Q.replace=function(c,b,a){b=L(K,b);if(!b.engine){return Q}if(!X){R.addClass(ab.root(),"cufon-active cufon-loading");R.ready(function(){R.addClass(R.removeClass(ab.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=R.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=R.gradient(b.color)}else{delete b.textGradient}if(!a){B.add(c,arguments)}if(c.nodeType||typeof c=="string"){c=[c]}R.ready(function(){for(var g=0,f=c.length;g<f;++g){var d=c[g];if(typeof d=="string"){Q.replace(b.selector(d),b,true)}else{P(d,b)}}});return Q};Q.set=function(a,b){K[a]=b;return Q};return Q})();Cufon.registerEngine("vml",(function(){var m=document.namespaces;if(!m){return}m.add("cvml","urn:schemas-microsoft-com:vml");m=null;var j=document.createElement("cvml:shape");j.style.behavior="url(#default#VML)";if(!j.coordsize){return}j=null;var p=(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:'+(p?"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 k(a,b){return i(a,/(?:em|ex|%)$|^[a-z-]+$/i.test(b)?"1em":b)}function i(f,a){if(a==="0"){return 0}if(/px$/i.test(a)){return parseFloat(a)}var d=f.style.left,c=f.runtimeStyle.left;f.runtimeStyle.left=f.currentStyle.left;f.style.left=a.replace("%","em");var b=f.style.pixelLeft;f.style.left=d;f.runtimeStyle.left=c;return b}function n(g,f,d,b){var c="computed"+b,a=f[c];if(isNaN(a)){a=f.get(b);f[c]=a=(a=="normal")?0:~~d.convertFrom(i(g,a))}return a}var o={};function l(g){var h=g.id;if(!o[h]){var b=g.stops,c=document.createElement("cvml:fill"),f=[];c.type="gradient";c.angle=180;c.focus="0";c.method="sigma";c.color=b[0][1];for(var a=1,d=b.length-1;a<d;++a){f.push(b[a][0]*100+"% "+b[a][1])}c.colors=f.join(",");c.color2=b[d][1];o[h]=c}return o[h]}return function(aO,aD,b,az,ar,aZ,an){var aT=(aD===null);if(aT){aD=ar.alt}var ap=aO.viewBox;var aH=b.computedFontSize||(b.computedFontSize=new Cufon.CSS.Size(k(aZ,b.get("fontSize"))+"px",aO.baseSize));var aF,aI;if(aT){aF=ar;aI=ar.firstChild}else{aF=document.createElement("cufon");aF.className="cufon cufon-vml";aF.alt=aD;aI=document.createElement("cufoncanvas");aF.appendChild(aI);if(az.printable){var c=document.createElement("cufontext");c.appendChild(document.createTextNode(aD));aF.appendChild(c)}if(!an){aF.appendChild(document.createElement("cvml:shape"))}}var aV=aF.style;var h=aI.style;var aR=aH.convert(ap.height),aY=Math.ceil(aR);var am=aY/aR;var f=am*Cufon.CSS.fontStretch(b.get("fontStretch"));var al=ap.minX,ak=ap.minY;h.height=aY;h.top=Math.round(aH.convert(ak-aO.ascent));h.left=Math.round(aH.convert(al));aV.height=aH.convert(aO.height)+"px";var aC=b.get("color");var a1=Cufon.CSS.textTransform(aD,b).split("");var at=aO.spacing(a1,n(aZ,b,aH,"letterSpacing"),n(aZ,b,aH,"wordSpacing"));if(!at.length){return null}var aQ=at.total;var aE=-al+aQ+(ap.width-at[at.length-1]);var aX=aH.convert(aE*f),a=Math.round(aX);var aw=aE+","+ap.height,aS;var aq="r"+aw+"ns";var aM=az.textGradient&&l(az.textGradient);var aU=aO.glyphs,aj=0;var ao=az.textShadow;var a0=-1,aP=0,d;while(d=a1[++a0]){var aA=aU[a1[a0]]||aO.missingGlyph,aN;if(!aA){continue}if(aT){aN=aI.childNodes[aP];while(aN.firstChild){aN.removeChild(aN.firstChild)}}else{aN=document.createElement("cvml:shape");aI.appendChild(aN)}aN.stroked="f";aN.coordsize=aw;aN.coordorigin=aS=(al-aj)+","+ak;aN.path=(aA.d?"m"+aA.d+"xe":"")+"m"+aS+aq;aN.fillcolor=aC;if(aM){aN.appendChild(aM.cloneNode(false))}var aL=aN.style;aL.width=a;aL.height=aY;if(ao){var aK=ao[0],aJ=ao[1];var ay=Cufon.CSS.color(aK.color),aG;var av=document.createElement("cvml:shadow");av.on="t";av.color=ay.color;av.offset=aK.offX+","+aK.offY;if(aJ){aG=Cufon.CSS.color(aJ.color);av.type="double";av.color2=aG.color;av.offset2=aJ.offX+","+aJ.offY}av.opacity=ay.opacity||(aG&&aG.opacity)||1;aN.appendChild(av)}aj+=at[aP++]}var au=aN.nextSibling,aW,ax;if(az.forceHitArea){if(!au){au=document.createElement("cvml:rect");au.stroked="f";au.className="cufon-vml-cover";aW=document.createElement("cvml:fill");aW.opacity=0;au.appendChild(aW);aI.appendChild(au)}ax=au.style;ax.width=a;ax.height=aY}else{if(au){aI.removeChild(au)}}aV.width=Math.max(Math.ceil(aH.convert(aQ*f)),0);if(p){var g=b.computedYAdjust;if(g===undefined){var aB=b.get("lineHeight");if(aB=="normal"){aB="1em"}else{if(!isNaN(aB)){aB+="em"}}b.computedYAdjust=g=0.5*(i(aZ,aB)-parseFloat(aV.height))}if(g){aV.marginTop=Math.ceil(g)+"px";aV.marginBottom=g+"px"}}return aF}})());Cufon.registerEngine("canvas",(function(){var h=document.createElement("canvas");if(!h||!h.getContext||!h.getContext.apply){return}h=null;var g=Cufon.CSS.supports("display","inline-block");var k=!g&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var l=document.createElement("style");l.type="text/css";l.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;}"+(g?"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(l);function j(r,t){var f=0,d=0;var s=[],q=/([mrvxe])([^a-z]*)/g,b;generate:for(var a=0;b=q.exec(r);++a){var c=b[2].split(",");switch(b[1]){case"v":s[a]={m:"bezierCurveTo",a:[f+~~c[0],d+~~c[1],f+~~c[2],d+~~c[3],f+=~~c[4],d+=~~c[5]]};break;case"r":s[a]={m:"lineTo",a:[f+=~~c[0],d+=~~c[1]]};break;case"m":s[a]={m:"moveTo",a:[f=~~c[0],d=~~c[1]]};break;case"x":s[a]={m:"closePath"};break;case"e":break generate}t[s[a].m].apply(t,s[a].a)}return s}function i(a,d){for(var c=0,b=a.length;c<b;++c){var f=a[c];d[f.m].apply(d,f.a)}}return function(ad,aD,d,aA,ap,ae){var aG=(aD===null);if(aG){aD=ap.getAttribute("alt")}var an=ad.viewBox;var aH=d.getSize("fontSize",ad.baseSize);var ao=0,am=0,al=0,aB=0;var av=aA.textShadow,aj=[];if(av){for(var ac=av.length;ac--;){var at=av[ac];var ai=aH.convertFrom(parseFloat(at.offX));var ag=aH.convertFrom(parseFloat(at.offY));aj[ac]=[ai,ag];if(ag<ao){ao=ag}if(ai>am){am=ai}if(ag>al){al=ag}if(ai<aB){aB=ai}}}var c=Cufon.CSS.textTransform(aD,d).split("");var ar=ad.spacing(c,~~aH.convertFrom(parseFloat(d.get("letterSpacing"))||0),~~aH.convertFrom(parseFloat(d.get("wordSpacing"))||0));if(!ar.length){return null}var aE=ar.total;am+=an.width-ar[ar.length-1];aB+=an.minX;var az,aI;if(aG){az=ap;aI=ap.firstChild}else{az=document.createElement("cufon");az.className="cufon cufon-canvas";az.setAttribute("alt",aD);aI=document.createElement("canvas");az.appendChild(aI);if(aA.printable){var y=document.createElement("cufontext");y.appendChild(document.createTextNode(aD));az.appendChild(y)}}var aF=az.style;var af=aI.style;var aK=aH.convert(an.height);var b=Math.ceil(aK);var ak=b/aK;var au=ak*Cufon.CSS.fontStretch(d.get("fontStretch"));var ah=aE*au;var f=Math.ceil(aH.convert(ah+am-aB));var aJ=Math.ceil(aH.convert(an.height-ao+al));aI.width=f;aI.height=aJ;af.width=f+"px";af.height=aJ+"px";ao+=an.minY;af.top=Math.round(aH.convert(ao-ad.ascent))+"px";af.left=Math.round(aH.convert(aB))+"px";var ay=Math.max(Math.ceil(aH.convert(ah)),0)+"px";if(g){aF.width=ay;aF.height=aH.convert(ad.height)+"px"}else{aF.paddingLeft=ay;aF.paddingBottom=(aH.convert(ad.height)-1)+"px"}var a=aI.getContext("2d"),aq=aK/an.height;a.scale(aq,aq*ak);a.translate(-aB,-ao);a.save();function ab(){var m=ad.glyphs,p,q=-1,o=-1,n;a.scale(au,1);while(n=c[++q]){var p=m[c[q]]||ad.missingGlyph;if(!p){continue}if(p.d){a.beginPath();if(p.code){i(p.code,a)}else{p.code=j("m"+p.d,a)}a.fill()}a.translate(ar[++o],0)}a.restore()}if(av){for(var ac=av.length;ac--;){var at=av[ac];a.save();a.fillStyle=at.color;a.translate.apply(a,aj[ac]);ab()}}var ax=aA.textGradient;if(ax){var aC=ax.stops,aw=a.createLinearGradient(0,an.minY,0,an.maxY);for(var ac=0,x=aC.length;ac<x;++ac){aw.addColorStop.apply(aw,aC[ac])}a.fillStyle=aw}else{a.fillStyle=d.get("color")}ab();return az}})());
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copr.1993, Tobias Frere-Jones. Designed by Tobias Frere-Jones. Produced by The
 * Font Bureau, Inc.
 * 
 * Manufacturer:
 * Copr. Tobias Frere-Jones. Designed by Tobias Frere-Jones. Produced by The Font
 * Bureau, Inc
 */
Cufon.registerFont({w:160,face:{"font-family":"Interstate-RegularCondensed","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 6 3 0 0 2 0 4",ascent:"288",descent:"-72","x-height":"4",bbox:"-26 -326 290 69.3048","underline-thickness":"7.2","underline-position":"-40.68","unicode-range":"U+0020-U+00FF"},glyphs:{" ":{w:79},"\u00a0":{w:79},"\u00dd":{d:"107,-113r0,113r-35,0r0,-112r-64,-140r40,0r42,105r41,-105r39,0xm101,-266r-30,0r33,-58r49,0",w:177},"\u00fd":{d:"74,67r-34,0r20,-67r-52,-189r37,0r33,141r34,-141r36,0xm89,-211r-30,0r33,-58r49,0",w:156},"\u00de":{d:"60,-206v63,-5,103,15,103,74v-1,58,-39,81,-103,75r0,57r-35,0r0,-252r35,0r0,46xm60,-91v38,3,66,-2,66,-40v0,-38,-28,-43,-66,-40r0,80",w:172},"\u00fe":{d:"90,-193v50,0,53,47,57,100v5,69,-42,122,-92,83r0,61r-34,18r0,-313r34,-18r0,86v10,-9,17,-17,35,-17xm85,-28v24,-3,27,-29,27,-63v0,-39,-2,-65,-29,-70v-13,0,-23,9,-28,18r0,98v7,9,16,16,30,17",w:161},"\u00bd":{d:"263,-125v-24,15,-45,35,-70,46v-8,-6,3,-20,4,-29r-45,0r0,49v10,-1,20,-11,29,-5v-9,26,-32,46,-46,70v-14,-24,-36,-44,-46,-70v8,-7,20,4,29,5r0,-49r-45,0v1,9,12,22,4,29v-26,-9,-46,-32,-70,-46v24,-15,45,-35,70,-46v8,8,-3,20,-4,30r45,0r0,-48v-9,1,-22,10,-29,4v9,-26,32,-46,46,-70v14,24,36,44,46,70v-8,6,-20,-3,-29,-4r0,48r45,0v-1,-10,-12,-22,-4,-30v25,10,46,32,70,46",w:270},"\u00bc":{d:"263,-125v-24,15,-45,35,-70,46v-8,-6,3,-20,4,-29r-45,0r0,49v10,-1,20,-11,29,-5v-9,26,-32,46,-46,70v-14,-24,-36,-44,-46,-70v8,-7,20,4,29,5r0,-49r-45,0v1,9,12,22,4,29v-26,-9,-46,-32,-70,-46v24,-15,45,-35,70,-46v8,8,-3,20,-4,30r45,0r0,-48v-9,1,-22,10,-29,4v9,-26,32,-46,46,-70v14,24,36,44,46,70v-8,6,-20,-3,-29,-4r0,48r45,0v-1,-10,-12,-22,-4,-30v25,10,46,32,70,46",w:270},"\u00b9":{d:"263,-125v-24,15,-45,35,-70,46v-8,-6,3,-20,4,-29r-45,0r0,49v10,-1,20,-11,29,-5v-9,26,-32,46,-46,70v-14,-24,-36,-44,-46,-70v8,-7,20,4,29,5r0,-49r-45,0v1,9,12,22,4,29v-26,-9,-46,-32,-70,-46v24,-15,45,-35,70,-46v8,8,-3,20,-4,30r45,0r0,-48v-9,1,-22,10,-29,4v9,-26,32,-46,46,-70v14,24,36,44,46,70v-8,6,-20,-3,-29,-4r0,48r45,0v-1,-10,-12,-22,-4,-30v25,10,46,32,70,46",w:270},"\u00be":{d:"263,-125v-24,15,-45,35,-70,46v-8,-6,3,-20,4,-29r-45,0r0,49v10,-1,20,-11,29,-5v-9,26,-32,46,-46,70v-14,-24,-36,-44,-46,-70v8,-7,20,4,29,5r0,-49r-45,0v1,9,12,22,4,29v-26,-9,-46,-32,-70,-46v24,-15,45,-35,70,-46v8,8,-3,20,-4,30r45,0r0,-48v-9,1,-22,10,-29,4v9,-26,32,-46,46,-70v14,24,36,44,46,70v-8,6,-20,-3,-29,-4r0,48r45,0v-1,-10,-12,-22,-4,-30v25,10,46,32,70,46",w:270},"\u00b3":{d:"263,-125v-24,15,-45,35,-70,46v-8,-6,3,-20,4,-29r-45,0r0,49v10,-1,20,-11,29,-5v-9,26,-32,46,-46,70v-14,-24,-36,-44,-46,-70v8,-7,20,4,29,5r0,-49r-45,0v1,9,12,22,4,29v-26,-9,-46,-32,-70,-46v24,-15,45,-35,70,-46v8,8,-3,20,-4,30r45,0r0,-48v-9,1,-22,10,-29,4v9,-26,32,-46,46,-70v14,24,36,44,46,70v-8,6,-20,-3,-29,-4r0,48r45,0v-1,-10,-12,-22,-4,-30v25,10,46,32,70,46",w:270},"\u00b2":{d:"263,-125v-24,15,-45,35,-70,46v-8,-6,3,-20,4,-29r-45,0r0,49v10,-1,20,-11,29,-5v-9,26,-32,46,-46,70v-14,-24,-36,-44,-46,-70v8,-7,20,4,29,5r0,-49r-45,0v1,9,12,22,4,29v-26,-9,-46,-32,-70,-46v24,-15,45,-35,70,-46v8,8,-3,20,-4,30r45,0r0,-48v-9,1,-22,10,-29,4v9,-26,32,-46,46,-70v14,24,36,44,46,70v-8,6,-20,-3,-29,-4r0,48r45,0v-1,-10,-12,-22,-4,-30v25,10,46,32,70,46",w:270},"\u00a6":{d:"263,-125v-24,15,-45,35,-70,46v-8,-6,3,-20,4,-29r-45,0r0,49v10,-1,20,-11,29,-5v-9,26,-32,46,-46,70v-14,-24,-36,-44,-46,-70v8,-7,20,4,29,5r0,-49r-45,0v1,9,12,22,4,29v-26,-9,-46,-32,-70,-46v24,-15,45,-35,70,-46v8,8,-3,20,-4,30r45,0r0,-48v-9,1,-22,10,-29,4v9,-26,32,-46,46,-70v14,24,36,44,46,70v-8,6,-20,-3,-29,-4r0,48r45,0v-1,-10,-12,-22,-4,-30v25,10,46,32,70,46",w:270},"\u00ad":{d:"263,-125v-24,15,-45,35,-70,46v-8,-6,3,-20,4,-29r-45,0r0,49v10,-1,20,-11,29,-5v-9,26,-32,46,-46,70v-14,-24,-36,-44,-46,-70v8,-7,20,4,29,5r0,-49r-45,0v1,9,12,22,4,29v-26,-9,-46,-32,-70,-46v24,-15,45,-35,70,-46v8,8,-3,20,-4,30r45,0r0,-48v-9,1,-22,10,-29,4v9,-26,32,-46,46,-70v14,24,36,44,46,70v-8,6,-20,-3,-29,-4r0,48r45,0v-1,-10,-12,-22,-4,-30v25,10,46,32,70,46",w:270},"\u00d7":{d:"263,-125v-24,15,-45,35,-70,46v-8,-6,3,-20,4,-29r-45,0r0,49v10,-1,20,-11,29,-5v-9,26,-32,46,-46,70v-14,-24,-36,-44,-46,-70v8,-7,20,4,29,5r0,-49r-45,0v1,9,12,22,4,29v-26,-9,-46,-32,-70,-46v24,-15,45,-35,70,-46v8,8,-3,20,-4,30r45,0r0,-48v-9,1,-22,10,-29,4v9,-26,32,-46,46,-70v14,24,36,44,46,70v-8,6,-20,-3,-29,-4r0,48r45,0v-1,-10,-12,-22,-4,-30v25,10,46,32,70,46",w:270},"\u00f0":{d:"14,-83v-5,-67,54,-115,102,-73v-2,-18,-8,-33,-17,-45r-14,15r-21,-17r14,-15v-8,-5,-17,-7,-27,-8r0,-30v19,2,36,8,49,16r14,-16r21,18r-15,16v37,45,60,231,-39,226v-49,-2,-63,-36,-67,-87xm49,-84v0,33,6,55,33,55v22,0,33,-19,33,-55v1,-32,-7,-54,-33,-54v-26,0,-33,22,-33,54",w:164},"!":{d:"57,-73r-24,0v-9,-53,-6,-118,-6,-179r35,0r0,125xm45,-45v13,0,24,11,24,24v0,13,-11,25,-24,25v-14,0,-25,-11,-25,-25v0,-13,12,-24,25,-24",w:89},'"':{d:"128,-134r-24,0r-9,-118r42,0xm55,-134r-24,0r-9,-118r42,0",w:159},"#":{d:"166,-58r0,58r-34,0r0,-58r-48,0r0,58r-34,0r0,-58r-34,0r0,-32r34,0r0,-72r-34,0r0,-32r34,0r0,-58r34,0r0,58r48,0r0,-58r34,0r0,58r34,0r0,32r-34,0r0,72r34,0r0,32r-34,0xm132,-162r-48,0r0,72r48,0r0,-72",w:216},"$":{d:"115,-195v-8,-25,-63,-35,-63,3v0,61,97,48,93,125v-1,35,-18,61,-50,66r0,30r-35,0r0,-30v-25,-5,-38,-21,-50,-40r27,-22v10,33,72,43,72,-2v0,-62,-96,-52,-93,-126v0,-31,18,-53,44,-59r0,-31r35,0r0,30v22,4,34,17,46,33",w:159},"%":{d:"237,-153v42,0,53,35,53,78v0,44,-13,79,-54,79v-41,0,-53,-35,-53,-78v1,-43,12,-79,54,-79xm102,0r-31,0r132,-252r32,0xm72,-256v42,0,53,35,53,78v0,44,-13,79,-54,79v-41,0,-53,-35,-53,-78v0,-44,13,-79,54,-79xm237,-23v34,-5,33,-100,-1,-102v-34,3,-32,100,1,102xm72,-127v34,-5,33,-99,-1,-101v-34,3,-33,99,1,101",w:307},"&":{d:"156,-118r-18,64r32,54r-37,0r-12,-21v-12,15,-26,24,-51,25v-40,1,-57,-26,-58,-62v0,-37,19,-59,41,-78v-12,-21,-27,-39,-28,-68v-2,-57,81,-65,114,-32r-17,29v-18,-23,-77,-21,-59,20v14,35,37,66,55,98v3,-11,6,-23,9,-37xm68,-110v-33,20,-27,103,22,76v5,-3,10,-9,14,-16",w:172},"'":{d:"55,-134r-24,0r-9,-118r42,0",w:86},"(":{d:"99,-243v-58,57,-59,211,0,268r-19,15v-61,-50,-86,-193,-25,-266r25,-32",w:111},")":{d:"32,-258v61,51,86,193,24,266v-9,10,-15,22,-24,32r-19,-15v58,-57,59,-211,0,-268",w:111},"*":{d:"128,-141r-42,-29r6,50r-29,0r5,-51r-41,30r-15,-25r46,-21r-46,-21r15,-25r41,30r-5,-50r29,0r-6,49r41,-29r15,25r-47,21r48,21",w:154},"+":{d:"99,-107r0,57r-35,0r0,-57r-51,0r0,-34r51,0r0,-57r35,0r0,57r51,0r0,34r-51,0",w:163},",":{d:"43,41r-23,0r4,-86r43,0",w:83},"-":{d:"14,-114r0,-36r80,0r0,36r-80,0",w:108},".":{d:"42,-47v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,12,-26,25,-26",w:83},"/":{d:"33,32r-35,0r95,-316r35,0",w:126},"0":{d:"90,-256v62,0,74,65,74,130v0,66,-13,130,-75,130v-62,0,-74,-65,-74,-130v0,-64,12,-130,75,-130xm90,-31v38,-5,39,-54,39,-95v0,-42,-2,-90,-40,-95v-38,5,-38,52,-38,95v0,41,1,90,39,95",w:179},"1":{d:"7,-223v24,-3,33,-9,40,-29r29,0r0,252r-35,0r0,-198r-34,0r0,-25",w:99},"2":{d:"149,-192v-5,80,-88,78,-91,157r93,0r0,35r-134,0v2,-72,29,-111,70,-144v29,-13,40,-76,-5,-77v-19,1,-30,12,-42,21r-22,-25v30,-45,135,-42,131,33",w:170},"3":{d:"109,-136v25,9,41,28,41,64v0,84,-111,99,-142,36r25,-22v17,36,82,39,82,-13v0,-33,-21,-47,-58,-45r0,-34v31,2,52,-10,52,-40v0,-42,-53,-35,-69,-11r-22,-24v17,-16,31,-31,62,-31v72,0,86,102,29,120",w:167},"4":{d:"142,-61r0,61r-34,0r0,-61r-98,0r0,-28r98,-163r34,0r0,158r17,0r0,33r-17,0xm109,-196r-61,102r60,0",w:171},"5":{d:"57,-159v48,-28,105,12,98,73v12,84,-91,118,-141,63r19,-27v27,32,95,24,87,-34v8,-46,-49,-66,-68,-32r-30,-6r6,-130r119,0r0,35r-87,0",w:170},"6":{d:"53,-139v40,-40,109,-1,104,61v-4,48,-24,81,-74,82v-95,0,-74,-159,-38,-210v18,-27,44,-47,84,-50r0,33v-45,8,-68,40,-76,84xm85,-30v26,0,37,-20,37,-47v0,-26,-11,-46,-37,-45v-26,0,-35,20,-35,47v0,25,10,45,35,45",w:168},"7":{d:"145,-216v-44,50,-63,123,-62,216r-35,0v0,-93,17,-166,59,-218r-96,0r0,-34r134,0r0,36",w:158},"8":{d:"87,-256v65,-7,86,91,39,118v52,29,36,142,-39,142v-77,0,-92,-112,-40,-142v-46,-28,-24,-125,40,-118xm87,-153v20,0,31,-14,31,-34v0,-21,-10,-35,-31,-35v-21,0,-31,14,-31,35v0,20,11,34,31,34xm88,-30v25,0,35,-18,35,-45v0,-25,-12,-45,-36,-45v-25,0,-36,19,-36,45v0,27,12,45,37,45",w:172},"9":{d:"85,-256v95,-2,75,158,39,210v-18,26,-45,47,-85,50r0,-33v45,-8,69,-39,77,-84v-40,40,-109,1,-104,-61v4,-49,25,-81,73,-82xm83,-130v26,0,36,-19,36,-47v0,-25,-11,-45,-36,-45v-26,0,-37,21,-37,47v0,25,12,45,37,45",w:168},":":{d:"42,-193v13,0,25,12,25,26v0,14,-12,25,-25,25v-13,0,-25,-11,-25,-25v0,-14,12,-26,25,-26xm42,-47v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,12,-26,25,-26",w:83},";":{d:"42,-193v13,0,25,12,25,26v0,14,-12,25,-25,25v-13,0,-25,-11,-25,-25v0,-14,12,-26,25,-26xm40,41r-24,0r5,-86r43,0",w:83},"<":{d:"13,-108r0,-32r87,-75r0,43r-56,48r56,48r0,44",w:116},"=":{d:"23,-148r0,-34r134,0r0,34r-134,0xm23,-66r0,-34r134,0r0,34r-134,0",w:180},">":{d:"17,-32r0,-44r56,-47r-56,-49r0,-43r86,75r0,32",w:116},"?":{d:"6,-222v37,-55,167,-41,139,51v-12,40,-63,39,-54,98r-37,0v-2,-44,9,-67,37,-82v30,-16,28,-67,-11,-65v-24,1,-36,11,-51,25xm74,-45v13,0,24,11,24,24v0,13,-11,25,-24,25v-14,0,-25,-11,-25,-25v0,-13,12,-24,25,-24",w:162},"@":{d:"116,-256v69,0,100,55,100,126v0,40,-6,75,-42,75v-15,0,-24,-11,-29,-22v-18,36,-84,22,-78,-28v-5,-42,44,-56,71,-36v1,-24,-1,-42,-25,-40v-10,0,-19,3,-27,9r-8,-18v27,-21,87,-15,81,31v4,30,-12,79,17,84v21,-3,21,-27,21,-55v0,-60,-23,-105,-81,-105v-59,0,-77,50,-79,109v-3,73,46,130,115,102r7,16v-78,40,-147,-32,-143,-118v4,-72,30,-130,100,-130xm89,-105v-4,35,42,34,49,9r0,-23v-11,-16,-53,-17,-49,14",w:232},A:{d:"130,0r-14,-67r-55,0r-15,67r-37,0r62,-252r36,0r62,252r-39,0xm108,-100r-20,-98v-5,34,-14,65,-20,98r40,0",w:177},B:{d:"129,-133v21,8,34,29,34,57v1,47,-27,76,-71,76r-67,0r0,-252v69,-2,136,-4,133,67v-1,23,-11,45,-29,52xm60,-149v34,2,62,-1,62,-35v0,-35,-28,-36,-62,-34r0,69xm60,-34v39,2,67,-1,67,-42v0,-37,-29,-42,-67,-40r0,82",w:178},C:{d:"157,-60v-8,36,-24,64,-67,64v-62,0,-73,-65,-74,-130v-1,-73,25,-149,103,-125v24,8,33,31,38,57r-36,9v-5,-21,-8,-37,-31,-35v-37,3,-37,53,-37,94v0,42,2,89,40,94v21,-2,26,-16,32,-38",w:172},D:{d:"86,-252v64,3,80,57,80,125v0,67,-16,124,-80,127r-61,0r0,-252r61,0xm60,-35v62,10,70,-40,70,-92v0,-52,-7,-100,-70,-90r0,182",w:182},E:{d:"25,0r0,-252r119,0r0,34r-84,0r0,68r55,0r0,33r-55,0r0,83r88,0r0,34r-123,0"},F:{d:"60,-218r0,69r55,0r0,34r-55,0r0,115r-35,0r0,-252r120,0r0,34r-85,0",w:154},G:{d:"163,-130v3,71,0,137,-71,134v-62,-3,-76,-66,-76,-130v0,-66,14,-130,77,-130v43,0,60,25,68,62r-36,9v-6,-22,-11,-33,-33,-35v-37,5,-39,52,-39,94v0,41,2,92,42,94v32,2,33,-29,32,-63r-28,0r0,-35r64,0",w:183},H:{d:"131,0r0,-117r-71,0r0,117r-35,0r0,-252r35,0r0,101r71,0r0,-101r35,0r0,252r-35,0",w:191},I:{d:"27,0r0,-252r35,0r0,252r-35,0",w:89},J:{d:"134,-72v14,78,-98,104,-122,37v-3,-8,-5,-16,-6,-26r32,-8v5,23,9,38,31,38v23,0,29,-17,29,-40r0,-181r36,0r0,180",w:157},K:{d:"128,0r-47,-126r-21,33r0,93r-35,0r0,-252r35,0r0,104r61,-104r40,0r-54,89r59,163r-38,0",w:173},L:{d:"25,0r0,-252r35,0r0,217r81,0r0,35r-116,0",w:150},M:{d:"161,0r0,-164r-52,171r-51,-171r0,164r-33,0r0,-252r37,0r48,160r48,-160r37,0r0,252r-34,0",w:220},N:{d:"138,0r-79,-176r1,176r-35,0r0,-252r35,0r72,161r0,-161r34,0r0,252r-28,0",w:191},O:{d:"92,-256v63,0,76,64,76,130v0,66,-14,130,-76,130v-63,0,-76,-66,-76,-130v0,-65,13,-130,76,-130xm93,-31v37,-6,39,-52,39,-95v0,-42,-3,-89,-41,-95v-38,5,-39,53,-39,95v0,43,4,88,41,95",w:184},P:{d:"25,-252v74,-4,140,0,138,73v-1,59,-38,82,-103,76r0,103r-35,0r0,-252xm60,-137v38,3,66,-2,66,-40v0,-38,-28,-43,-66,-40r0,80",w:172},Q:{d:"92,-256v96,0,90,177,49,235r13,20r-25,14r-10,-16v-73,29,-106,-50,-103,-123v3,-65,13,-130,76,-130xm121,-52v16,-48,24,-157,-29,-169v-37,7,-40,53,-40,95v0,44,5,100,48,94r-17,-26r25,-14",w:184},R:{d:"166,-182v0,36,-14,56,-39,66r40,116r-39,0r-38,-110r-30,0r0,110r-35,0r0,-252v73,-2,141,-5,141,70xm60,-144v38,2,70,2,70,-37v0,-38,-32,-39,-70,-37r0,74",w:183},S:{d:"115,-199v-12,-32,-79,-25,-61,18v20,46,91,45,91,116v0,60,-62,86,-108,58v-12,-7,-20,-18,-27,-30r27,-22v11,33,72,41,72,-4v0,-64,-93,-53,-93,-130v0,-71,98,-82,125,-29",w:159},T:{d:"94,-217r0,217r-36,0r0,-217r-46,0r0,-35r128,0r0,35r-46,0",w:151},U:{d:"165,-252v-9,99,35,256,-70,256v-107,0,-62,-156,-71,-256r35,0r0,178v1,24,10,42,36,42v26,0,35,-17,35,-42r0,-178r35,0",w:189},V:{d:"100,0r-26,0r-65,-252r39,0r40,180r40,-180r37,0",w:174},W:{d:"72,-85r26,-167r27,0r27,167r26,-167r34,0r-45,252r-27,0r-29,-158r-30,158r-26,0r-45,-252r35,0",w:222},X:{d:"118,0r-35,-94r-35,94r-38,0r55,-130r-51,-122r39,0r31,85r32,-85r38,0r-52,121r55,131r-39,0",w:167},Y:{d:"107,-113r0,113r-35,0r0,-112r-64,-140r40,0r42,105r41,-105r39,0",w:177},Z:{d:"15,0r0,-33r96,-187r-87,1r0,-33r123,0r0,33r-97,187r99,-1r0,33r-134,0",w:165},"[":{d:"27,36r0,-288r72,0r0,30r-39,0r0,228r39,0r0,30r-72,0",w:117},"\\":{d:"93,32r-95,-316r35,0r95,316r-35,0",w:126},"]":{d:"18,36r0,-28r39,0r0,-232r-39,0r0,-28r72,0r0,288r-72,0",w:117},"^":{d:"111,-138r-31,-72r-31,72r-38,0r55,-114r28,0r55,114r-38,0",w:159},_:{d:"0,61r0,-31r126,0r0,31r-126,0",w:126},"`":{d:"77,-214r-52,-58r49,0r33,58r-30,0",w:144},a:{d:"25,-175v36,-27,111,-29,111,39r0,136r-34,0r0,-13v-30,36,-99,10,-91,-46v-5,-52,48,-74,91,-56v1,-25,0,-47,-25,-46v-15,0,-25,5,-37,12xm46,-60v-5,40,44,41,56,15r0,-38v-21,-13,-61,-10,-56,23",w:156},b:{d:"90,-193v50,0,53,47,57,100v5,69,-42,122,-92,83r0,10r-34,0r0,-244r34,-18r0,86v10,-9,17,-17,35,-17xm85,-28v24,-3,27,-29,27,-63v0,-39,-2,-65,-29,-70v-13,0,-23,9,-28,18r0,98v7,9,16,16,30,17",w:161},c:{d:"135,-30v-12,19,-25,35,-55,34v-48,-1,-66,-42,-66,-98v0,-87,78,-132,121,-66r-25,22v-9,-13,-13,-22,-30,-22v-28,0,-31,32,-31,66v0,32,5,65,32,65v16,0,20,-9,29,-21",w:147},d:{d:"14,-96v-4,-68,42,-122,92,-83r0,-65r35,-18r0,262r-35,0r0,-13v-10,9,-17,17,-35,17v-49,0,-54,-47,-57,-100xm78,-28v13,0,23,-9,28,-18r0,-98v-7,-10,-16,-16,-30,-17v-24,3,-27,29,-27,63v0,39,2,65,29,70",w:161},e:{d:"81,-193v54,0,68,50,67,110r-99,0v-5,48,41,70,69,40r22,22v-12,13,-31,26,-56,25v-52,-2,-70,-44,-70,-98v0,-55,16,-99,67,-99xm113,-113v0,-24,-11,-47,-32,-48v-18,0,-29,16,-32,48r64,0",w:162},f:{d:"29,-189v-9,-55,21,-83,71,-69r0,29v-17,-4,-36,-4,-36,18r0,22r31,0r0,32r-31,0r0,157r-35,0r0,-157r-19,0r0,-32r19,0",w:104},g:{d:"14,-96v-4,-68,42,-122,92,-83r0,-10r35,0v-2,69,8,147,-4,208v-6,33,-34,47,-73,50r-10,-27v33,-4,55,-15,52,-55v-10,9,-17,17,-35,17v-49,0,-54,-47,-57,-100xm78,-28v13,0,23,-9,28,-18r0,-98v-7,-10,-16,-16,-30,-17v-24,3,-27,29,-27,63v0,39,2,65,29,70",w:161},h:{d:"92,-193v78,1,40,122,49,193r-34,0r0,-116v-2,-26,-2,-44,-24,-44v-14,0,-22,7,-28,17r0,143r-34,0r0,-244r34,-18r0,86v8,-10,20,-17,37,-17"},i:{d:"40,-261v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21v0,-12,10,-21,22,-21xm22,0r0,-189r35,0r0,189r-35,0",w:79},j:{d:"40,-261v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21v0,-12,10,-21,22,-21xm-15,41v28,-5,36,-16,37,-46r0,-184r35,0v-2,70,7,150,-4,213v-5,29,-27,41,-59,45",w:79},k:{d:"105,0r-31,-88r-19,30r0,58r-34,0r0,-244r34,-18r-1,154r44,-81r40,0r-41,66r46,123r-38,0",w:152},l:{d:"22,0r0,-244r35,-18r0,262r-35,0",w:79},m:{d:"173,-193v76,0,38,122,47,193r-35,0r0,-116v-2,-26,3,-42,-19,-44v-14,0,-23,7,-28,17r0,143r-35,0r0,-116v-1,-26,3,-43,-20,-44v-14,0,-22,7,-28,17r0,143r-34,0r0,-189r34,0r0,13v13,-23,63,-22,74,3v11,-14,23,-20,44,-20",w:239},n:{d:"92,-193v78,1,40,122,49,193r-34,0r0,-116v-2,-26,-2,-44,-24,-44v-14,0,-22,7,-28,17r0,143r-34,0r0,-189r34,0r0,13v8,-10,20,-17,37,-17"},o:{d:"82,-193v52,0,67,43,68,98v1,58,-21,99,-69,99v-51,0,-66,-43,-67,-98v-1,-58,19,-99,68,-99xm82,-29v46,0,47,-129,0,-131v-22,0,-33,22,-33,66v0,43,11,65,33,65",w:164},p:{d:"90,-193v50,0,53,47,57,100v5,69,-42,122,-92,83r0,61r-34,18r0,-258r34,0r0,13v10,-9,17,-17,35,-17xm85,-28v24,-3,27,-29,27,-63v0,-39,-2,-65,-29,-70v-13,0,-23,9,-28,18r0,98v7,9,16,16,30,17",w:161},q:{d:"14,-96v-4,-68,42,-122,92,-83r0,-10r35,0r0,240r-35,18r0,-82v-10,9,-17,17,-35,17v-49,0,-54,-47,-57,-100xm78,-28v13,0,23,-9,28,-18r0,-98v-7,-10,-16,-16,-30,-17v-24,3,-27,29,-27,63v0,39,2,65,29,70",w:161},r:{d:"55,-176v9,-16,42,-23,59,-10r-8,34v-15,-9,-44,-8,-51,9r0,143r-34,0r0,-189r34,0r0,13",w:120},s:{d:"51,-144v11,43,75,34,75,92v0,63,-80,69,-116,36r13,-29v26,18,62,27,69,-4v-11,-44,-76,-33,-76,-91v0,-58,72,-65,106,-35r-14,29v-10,-6,-25,-14,-39,-14v-12,-1,-18,5,-18,16",w:140},t:{d:"63,-48v-4,25,26,22,36,11v-1,24,-5,44,-35,41v-60,-6,-28,-104,-36,-161r-20,0r0,-32r20,0r0,-55r35,-18r0,73r36,0r0,32r-36,0r0,109",w:114},u:{d:"77,-29v14,0,23,-7,28,-17r0,-143r35,0r0,189r-35,0r0,-13v-8,9,-20,17,-36,17v-78,-1,-42,-121,-50,-193r35,0r0,116v1,26,1,43,23,44"},v:{d:"95,0r-40,0r-47,-189r35,0r33,149r31,-149r36,0",w:149},w:{d:"167,0r-32,0r-28,-138r-28,138r-32,0r-38,-189r33,0r22,136r28,-136r31,0r29,136r21,-136r33,0",w:214},x:{d:"110,0r-30,-72r-31,72r-39,0r48,-99r-44,-90r39,0r26,64r27,-64r39,0r-44,90r48,99r-39,0",w:158},y:{d:"74,67r-34,0r20,-67r-52,-189r37,0r33,141r34,-141r36,0",w:156},z:{d:"13,0r0,-30r81,-127r-75,0r0,-32r111,0r0,29r-79,128r79,0r0,32r-117,0",w:146},"{":{d:"111,40v-63,3,-72,-37,-72,-101v0,-24,-5,-33,-28,-32r0,-30v60,5,-4,-112,64,-128v9,-3,21,-5,36,-5r0,25v-67,-3,-12,113,-66,123v54,8,-2,126,66,122r0,26",w:124},"|":{d:"28,67r0,-355r32,0r0,355r-32,0",w:88},"}":{d:"86,-180v1,28,-6,62,27,57r0,30v-59,-5,4,111,-64,128v-9,3,-21,5,-36,5r0,-26v69,5,11,-114,67,-122v-55,-8,0,-126,-67,-123r0,-25v54,-1,73,25,73,76",w:124},"~":{d:"187,-153v-11,28,-22,50,-55,51v-28,1,-42,-23,-64,-27v-18,2,-17,13,-27,28r-26,-13v11,-28,22,-49,55,-51v25,-2,48,27,64,26v18,0,19,-15,27,-27",w:202},"\u00c4":{d:"130,0r-14,-67r-55,0r-15,67r-37,0r62,-252r36,0r62,252r-39,0xm108,-100r-20,-98v-5,34,-14,65,-20,98r40,0xm121,-313v12,0,23,9,22,22v0,13,-10,23,-22,23v-12,0,-23,-11,-23,-23v0,-12,10,-22,23,-22xm57,-313v13,0,23,10,23,22v0,12,-11,23,-23,23v-12,0,-22,-10,-22,-23v0,-12,9,-23,22,-22",w:177},"\u00c5":{d:"89,-306v40,0,55,57,23,74r57,232r-39,0r-14,-67r-55,0r-15,67r-37,0r57,-231v-32,-17,-17,-75,23,-75xm89,-245v11,0,20,-9,20,-20v0,-11,-8,-20,-20,-20v-12,0,-20,9,-20,20v0,11,9,20,20,20xm108,-100r-20,-98v-5,34,-14,65,-20,98r40,0",w:177},"\u00c7":{d:"157,-60v-7,36,-23,62,-63,64r-2,13v18,-8,38,1,38,23v0,35,-53,35,-75,19r7,-11v12,6,43,12,44,-7v0,-23,-24,-2,-34,-13r5,-25v-49,-13,-61,-67,-61,-129v0,-73,25,-149,103,-125v24,8,33,31,38,57r-36,9v-5,-21,-8,-37,-31,-35v-37,3,-37,53,-37,94v0,42,2,89,40,94v21,-2,26,-16,32,-38",w:172},"\u00c9":{d:"25,0r0,-252r119,0r0,34r-84,0r0,68r55,0r0,33r-55,0r0,83r88,0r0,34r-123,0xm95,-268r-30,0r33,-58r49,0"},"\u00d1":{d:"157,-312v0,26,-12,43,-34,45v-25,2,-54,-40,-63,-2r-23,0v-3,-51,49,-52,78,-27v12,4,17,-4,18,-16r24,0xm138,0r-79,-176r1,176r-35,0r0,-252r35,0r72,161r0,-161r34,0r0,252r-28,0",w:191},"\u00d6":{d:"92,-256v63,0,76,64,76,130v0,66,-14,130,-76,130v-63,0,-76,-66,-76,-130v0,-65,13,-130,76,-130xm93,-31v37,-6,39,-52,39,-95v0,-42,-3,-89,-41,-95v-38,5,-39,53,-39,95v0,43,4,88,41,95xm123,-313v12,0,23,9,22,22v0,13,-10,23,-22,23v-12,0,-23,-11,-23,-23v0,-12,10,-22,23,-22xm59,-313v13,0,23,10,23,22v0,12,-11,23,-23,23v-12,0,-22,-10,-22,-23v0,-12,9,-23,22,-22",w:184},"\u00dc":{d:"165,-252v-9,99,35,256,-70,256v-107,0,-62,-156,-71,-256r35,0r0,178v1,24,10,42,36,42v26,0,35,-17,35,-42r0,-178r35,0xm127,-313v12,0,23,9,22,22v0,13,-10,23,-22,23v-12,0,-23,-11,-23,-23v0,-12,10,-22,23,-22xm63,-313v13,0,23,10,23,22v0,12,-11,23,-23,23v-12,0,-22,-10,-22,-23v0,-12,9,-23,22,-22",w:189},"\u00e1":{d:"25,-175v36,-27,111,-29,111,39r0,136r-34,0r0,-13v-30,36,-99,10,-91,-46v-5,-52,48,-74,91,-56v1,-25,0,-47,-25,-46v-15,0,-25,5,-37,12xm46,-60v-5,40,44,41,56,15r0,-38v-21,-13,-61,-10,-56,23xm90,-214r-30,0r33,-58r49,0",w:156},"\u00e0":{d:"25,-175v36,-27,111,-29,111,39r0,136r-34,0r0,-13v-30,36,-99,10,-91,-46v-5,-52,48,-74,91,-56v1,-25,0,-47,-25,-46v-15,0,-25,5,-37,12xm46,-60v-5,40,44,41,56,15r0,-38v-21,-13,-61,-10,-56,23xm67,-214r-52,-58r49,0r33,58r-30,0",w:156},"\u00e2":{d:"106,-213r-28,-31r-28,31r-27,0r37,-57r37,0r37,57r-28,0xm25,-175v36,-27,111,-29,111,39r0,136r-34,0r0,-13v-30,36,-99,10,-91,-46v-5,-52,48,-74,91,-56v1,-25,0,-47,-25,-46v-15,0,-25,5,-37,12xm46,-60v-5,40,44,41,56,15r0,-38v-21,-13,-61,-10,-56,23",w:156},"\u00e4":{d:"25,-175v36,-27,111,-29,111,39r0,136r-34,0r0,-13v-30,36,-99,10,-91,-46v-5,-52,48,-74,91,-56v1,-25,0,-47,-25,-46v-15,0,-25,5,-37,12xm46,-60v-5,40,44,41,56,15r0,-38v-21,-13,-61,-10,-56,23xm110,-258v12,0,23,9,22,22v0,13,-10,23,-22,23v-12,0,-23,-11,-23,-23v0,-12,10,-22,23,-22xm46,-258v13,0,23,10,23,22v0,12,-11,23,-23,23v-12,0,-22,-10,-22,-23v0,-12,9,-23,22,-22",w:156},"\u00e3":{d:"140,-258v0,26,-11,45,-34,46v-21,0,-30,-15,-50,-19v-10,0,-11,7,-13,17r-24,0v-1,-27,12,-44,35,-45v22,-1,29,19,50,19v10,0,10,-8,12,-18r24,0xm25,-175v36,-27,111,-29,111,39r0,136r-34,0r0,-13v-30,36,-99,10,-91,-46v-5,-52,48,-74,91,-56v1,-25,0,-47,-25,-46v-15,0,-25,5,-37,12xm46,-60v-5,40,44,41,56,15r0,-38v-21,-13,-61,-10,-56,23",w:156},"\u00e5":{d:"78,-295v23,0,41,17,41,40v0,24,-18,41,-41,41v-23,0,-40,-18,-40,-41v0,-23,17,-40,40,-40xm78,-234v12,0,20,-9,20,-21v0,-12,-9,-20,-20,-20v-11,0,-19,9,-19,20v0,12,8,21,19,21xm25,-175v36,-27,111,-29,111,39r0,136r-34,0r0,-13v-30,36,-99,10,-91,-46v-5,-52,48,-74,91,-56v1,-25,0,-47,-25,-46v-15,0,-25,5,-37,12xm46,-60v-5,40,44,41,56,15r0,-38v-21,-13,-61,-10,-56,23",w:156},"\u00e7":{d:"135,-30v-12,19,-25,33,-53,34r-2,13v18,-8,38,1,38,23v0,35,-53,35,-75,19r7,-11v13,5,43,13,44,-7v0,-23,-24,-2,-34,-13r6,-25v-37,-10,-52,-46,-52,-97v0,-87,78,-132,121,-66r-25,22v-9,-13,-13,-22,-30,-22v-28,0,-31,32,-31,66v0,32,5,65,32,65v16,0,20,-9,29,-21",w:147},"\u00e9":{d:"81,-193v54,0,68,50,67,110r-99,0v-5,48,41,70,69,40r22,22v-12,13,-31,26,-56,25v-52,-2,-70,-44,-70,-98v0,-55,16,-99,67,-99xm113,-113v0,-24,-11,-47,-32,-48v-18,0,-29,16,-32,48r64,0xm93,-214r-30,0r33,-58r49,0",w:162},"\u00e8":{d:"81,-193v54,0,68,50,67,110r-99,0v-5,48,41,70,69,40r22,22v-12,13,-31,26,-56,25v-52,-2,-70,-44,-70,-98v0,-55,16,-99,67,-99xm113,-113v0,-24,-11,-47,-32,-48v-18,0,-29,16,-32,48r64,0xm69,-214r-52,-58r49,0r33,58r-30,0",w:162},"\u00ea":{d:"108,-211r-27,-32r-28,32r-27,0r36,-58r38,0r36,58r-28,0xm81,-193v54,0,68,50,67,110r-99,0v-5,48,41,70,69,40r22,22v-12,13,-31,26,-56,25v-52,-2,-70,-44,-70,-98v0,-55,16,-99,67,-99xm113,-113v0,-24,-11,-47,-32,-48v-18,0,-29,16,-32,48r64,0",w:162},"\u00eb":{d:"81,-193v54,0,68,50,67,110r-99,0v-5,48,41,70,69,40r22,22v-12,13,-31,26,-56,25v-52,-2,-70,-44,-70,-98v0,-55,16,-99,67,-99xm113,-113v0,-24,-11,-47,-32,-48v-18,0,-29,16,-32,48r64,0xm113,-258v12,0,23,9,22,22v0,13,-10,23,-22,23v-12,0,-23,-11,-23,-23v0,-12,10,-22,23,-22xm49,-258v13,0,23,10,23,22v0,12,-11,23,-23,23v-12,0,-22,-10,-22,-23v0,-12,9,-23,22,-22",w:162},"\u00ed":{d:"22,0r0,-189r35,0r0,189r-35,0xm54,-214r-30,0r33,-58r49,0",w:79},"\u00ec":{d:"22,0r0,-189r35,0r0,189r-35,0xm26,-214r-52,-58r49,0r33,58r-30,0",w:79},"\u00ee":{d:"67,-209r-27,-32r-28,32r-27,0r36,-58r38,0r36,58r-28,0xm22,0r0,-189r35,0r0,189r-35,0",w:79},"\u00ef":{d:"22,0r0,-189r35,0r0,189r-35,0xm72,-259v12,0,23,9,22,22v0,13,-10,23,-22,23v-12,0,-23,-11,-23,-23v0,-12,10,-22,23,-22xm8,-259v13,0,23,10,23,22v0,12,-11,23,-23,23v-12,0,-22,-10,-22,-23v0,-12,9,-23,22,-22",w:79},"\u00f1":{d:"141,-258v0,26,-11,45,-34,46v-21,0,-30,-15,-50,-19v-10,0,-11,7,-13,17r-23,0v-5,-52,50,-53,78,-27v13,4,17,-5,18,-17r24,0xm92,-193v78,1,40,122,49,193r-34,0r0,-116v-2,-26,-2,-44,-24,-44v-14,0,-22,7,-28,17r0,143r-34,0r0,-189r34,0r0,13v8,-10,20,-17,37,-17"},"\u00f3":{d:"82,-193v52,0,67,43,68,98v1,58,-21,99,-69,99v-51,0,-66,-43,-67,-98v-1,-58,19,-99,68,-99xm82,-29v46,0,47,-129,0,-131v-22,0,-33,22,-33,66v0,43,11,65,33,65xm93,-214r-30,0r33,-58r49,0",w:164},"\u00f2":{d:"82,-193v52,0,67,43,68,98v1,58,-21,99,-69,99v-51,0,-66,-43,-67,-98v-1,-58,19,-99,68,-99xm82,-29v46,0,47,-129,0,-131v-22,0,-33,22,-33,66v0,43,11,65,33,65xm70,-214r-52,-58r49,0r33,58r-30,0",w:164},"\u00f4":{d:"109,-211r-28,-32r-28,32r-27,0r37,-58r37,0r37,58r-28,0xm82,-193v52,0,67,43,68,98v1,58,-21,99,-69,99v-51,0,-66,-43,-67,-98v-1,-58,19,-99,68,-99xm82,-29v46,0,47,-129,0,-131v-22,0,-33,22,-33,66v0,43,11,65,33,65",w:164},"\u00f6":{d:"82,-193v52,0,67,43,68,98v1,58,-21,99,-69,99v-51,0,-66,-43,-67,-98v-1,-58,19,-99,68,-99xm82,-29v46,0,47,-129,0,-131v-22,0,-33,22,-33,66v0,43,11,65,33,65xm113,-256v12,0,23,9,22,22v0,13,-10,23,-22,23v-12,0,-23,-11,-23,-23v0,-12,10,-22,23,-22xm49,-256v13,0,23,10,23,22v0,12,-11,23,-23,23v-12,0,-22,-10,-22,-23v0,-12,9,-23,22,-22",w:164},"\u00f5":{d:"143,-258v0,26,-11,45,-34,46v-21,0,-30,-15,-50,-19v-10,0,-11,7,-13,17r-24,0v-1,-27,12,-44,35,-45v22,-1,29,19,50,19v10,0,10,-8,12,-18r24,0xm82,-193v52,0,67,43,68,98v1,58,-21,99,-69,99v-51,0,-66,-43,-67,-98v-1,-58,19,-99,68,-99xm82,-29v46,0,47,-129,0,-131v-22,0,-33,22,-33,66v0,43,11,65,33,65",w:164},"\u00fa":{d:"77,-29v14,0,23,-7,28,-17r0,-143r35,0r0,189r-35,0r0,-13v-8,9,-20,17,-36,17v-78,-1,-42,-121,-50,-193r35,0r0,116v1,26,1,43,23,44xm91,-214r-30,0r33,-58r49,0"},"\u00f9":{d:"77,-29v14,0,23,-7,28,-17r0,-143r35,0r0,189r-35,0r0,-13v-8,9,-20,17,-36,17v-78,-1,-42,-121,-50,-193r35,0r0,116v1,26,1,43,23,44xm67,-214r-52,-58r49,0r33,58r-30,0"},"\u00fb":{d:"106,-214r-28,-32r-27,32r-28,0r37,-58r38,0r36,58r-28,0xm77,-29v14,0,23,-7,28,-17r0,-143r35,0r0,189r-35,0r0,-13v-8,9,-20,17,-36,17v-78,-1,-42,-121,-50,-193r35,0r0,116v1,26,1,43,23,44"},"\u00fc":{d:"77,-29v14,0,23,-7,28,-17r0,-143r35,0r0,189r-35,0r0,-13v-8,9,-20,17,-36,17v-78,-1,-42,-121,-50,-193r35,0r0,116v1,26,1,43,23,44xm111,-259v12,0,23,9,22,22v0,13,-10,23,-22,23v-12,0,-23,-11,-23,-23v0,-12,10,-22,23,-22xm47,-259v13,0,23,10,23,22v0,12,-11,23,-23,23v-12,0,-22,-10,-22,-23v0,-12,9,-23,22,-22"},"\u00b0":{d:"72,-256v36,0,60,23,60,60v0,38,-23,61,-60,61v-36,0,-60,-23,-60,-61v0,-37,24,-60,60,-60xm72,-163v19,-2,32,-12,32,-33v-1,-19,-13,-30,-32,-32v-18,2,-32,12,-32,32v0,21,14,31,32,33",w:144},"\u00a2":{d:"135,-63v-10,14,-21,26,-39,31r0,36r-36,0r0,-37v-63,-16,-62,-174,0,-191r0,-32r36,0r0,31v18,4,30,18,39,31r-25,22v-8,-11,-14,-23,-30,-23v-45,0,-43,133,1,133v16,0,20,-11,29,-22",w:147},"\u00a3":{d:"48,-133v-34,-48,-15,-144,67,-121v20,4,33,13,46,25r-22,26v-21,-28,-89,-23,-70,29r15,41r41,0r0,31r-40,0v0,32,-12,50,-26,70r97,0r0,32r-134,0r0,-37v15,-18,29,-33,29,-65r-29,0r0,-31r26,0",w:168},"\u00a7":{d:"135,-208v-21,-25,-91,-11,-58,25v28,30,89,29,89,89v0,27,-17,44,-33,54v37,31,13,105,-45,99v-27,-3,-43,-7,-60,-20r20,-28v21,26,91,11,58,-25v-28,-30,-91,-30,-90,-89v1,-28,15,-43,34,-54v-38,-31,-14,-105,45,-99v27,3,42,8,59,21xm93,-64v20,14,43,-13,34,-39v-8,-19,-31,-25,-49,-36v-28,8,-34,54,-4,64v5,3,12,6,19,11",w:182},"\u00b6":{d:"15,-176v0,-48,27,-76,73,-76r107,0r0,319r-34,0r0,-284r-29,0r0,284r-34,0r0,-170v-52,2,-83,-23,-83,-73",w:218},"\u00df":{d:"82,-261v65,-5,80,93,35,116v57,24,46,162,-41,145r0,-32v30,2,41,-16,41,-45v0,-33,-9,-51,-41,-50r0,-31v23,2,32,-15,32,-36v0,-22,-6,-35,-27,-35v-21,0,-25,13,-26,34r0,246r-34,18r0,-260v0,-48,15,-66,61,-70",w:166},"\u00ae":{d:"116,-256v69,0,100,57,100,130v0,74,-31,130,-100,130v-70,0,-100,-58,-100,-130v0,-72,30,-130,100,-130xm117,-16v57,0,77,-49,78,-110v0,-61,-22,-110,-79,-110v-58,0,-79,50,-79,110v0,60,22,110,80,110xm81,-200v42,-2,82,-1,80,41v0,20,-9,30,-23,36r23,65r-23,0r-21,-61r-15,0r0,61r-21,0r0,-142xm102,-139v20,1,37,1,37,-20v0,-21,-17,-21,-37,-20r0,40",w:232},"\u00a9":{d:"116,-256v69,0,100,57,100,130v0,74,-31,130,-100,130v-70,0,-100,-58,-100,-130v0,-72,30,-130,100,-130xm117,-16v57,0,77,-49,78,-110v0,-61,-22,-110,-79,-110v-58,0,-79,50,-79,110v0,60,22,110,80,110xm154,-90v-4,20,-14,37,-38,37v-35,0,-41,-37,-41,-74v0,-37,6,-73,42,-73v25,0,32,15,37,35r-21,5v-2,-11,-5,-19,-17,-19v-19,3,-20,30,-20,52v0,23,0,52,22,52v12,0,13,-10,17,-21",w:232},"\u00b4":{d:"67,-214r-30,0r33,-58r49,0",w:144},"\u00a8":{d:"104,-259v12,0,23,9,22,22v0,13,-10,23,-22,23v-12,0,-23,-11,-23,-23v0,-12,10,-22,23,-22xm40,-259v13,0,23,10,23,22v0,12,-11,23,-23,23v-12,0,-22,-10,-22,-23v0,-12,9,-23,22,-22",w:144},"\u00c6":{d:"111,0r0,-59r-50,0r-19,59r-36,0r87,-252r131,0r0,34r-80,0r0,68r51,0r0,33r-51,0r0,83r84,0r0,34r-117,0xm111,-215r-39,122r39,0r0,-122",w:240},"\u00d8":{d:"143,-230v47,67,37,269,-78,228r-7,20r-31,0r14,-40v-46,-67,-37,-268,78,-228r7,-20r31,0xm108,-217v-63,-20,-64,89,-50,148xm76,-36v56,24,61,-62,56,-121v-1,-10,-3,-19,-5,-27",w:184},"\u00b1":{d:"263,-125v-24,15,-45,35,-70,46v-8,-6,3,-20,4,-29r-45,0r0,49v10,-1,20,-11,29,-5v-9,26,-32,46,-46,70v-14,-24,-36,-44,-46,-70v8,-7,20,4,29,5r0,-49r-45,0v1,9,12,22,4,29v-26,-9,-46,-32,-70,-46v24,-15,45,-35,70,-46v8,8,-3,20,-4,30r45,0r0,-48v-9,1,-22,10,-29,4v9,-26,32,-46,46,-70v14,24,36,44,46,70v-8,6,-20,-3,-29,-4r0,48r45,0v-1,-10,-12,-22,-4,-30v25,10,46,32,70,46",w:270},"\u00a5":{d:"101,-107r0,31r37,0r0,32r-37,0r0,44r-34,0r0,-44r-36,0r0,-32r36,0r0,-30r-59,-146r40,0r37,109r36,-109r38,0",w:166},"\u00b5":{d:"245,-125v-24,15,-44,37,-71,47v-9,-6,2,-19,3,-29r-102,0v1,10,12,23,3,29v-27,-10,-47,-33,-71,-47v24,-14,44,-36,71,-46v8,7,-2,19,-3,29r102,0v-1,-10,-11,-21,-3,-29v27,9,47,32,71,46",w:252},"\u00aa":{d:"27,-241v28,-22,89,-26,89,31r0,110r-28,0r0,-10v-27,30,-73,6,-73,-38v0,-41,39,-59,73,-45v1,-20,1,-38,-20,-37v-13,1,-20,3,-29,10xm43,-148v-4,32,36,33,45,12r0,-31v-16,-10,-49,-7,-45,19",w:136},"\u00ba":{d:"69,-256v41,0,55,35,55,79v1,47,-16,81,-56,81v-38,0,-54,-33,-54,-79v0,-47,15,-81,55,-81xm69,-123v37,0,38,-106,0,-106v-18,0,-27,18,-27,53v0,35,9,53,27,53",w:138},"\u00e6":{d:"25,-175v25,-20,85,-29,99,4v8,-12,22,-22,42,-22v53,0,70,52,66,110r-99,0v-5,49,42,70,70,40r21,22v-19,29,-89,36,-104,-2v-28,43,-117,33,-109,-36v-5,-52,48,-74,91,-56v1,-25,0,-47,-25,-46v-15,0,-25,5,-37,12xm197,-113v0,-24,-11,-47,-32,-48v-18,0,-28,16,-31,48r63,0xm46,-60v-5,40,44,41,56,15r0,-38v-21,-13,-61,-10,-56,23",w:246},"\u00f8":{d:"126,-175v46,50,29,207,-65,176r-6,17r-29,0r11,-32v-43,-50,-29,-207,65,-176r6,-17r30,0xm91,-160v-49,-11,-47,65,-39,106xm72,-29v49,11,50,-65,40,-106",w:164},"\u00bf":{d:"89,-256v13,0,24,12,24,25v0,13,-11,24,-24,24v-13,0,-25,-11,-25,-24v0,-14,11,-25,25,-25xm156,-30v-37,55,-167,41,-139,-51v12,-40,63,-39,55,-98r36,0v2,44,-9,67,-37,82v-29,16,-27,67,11,65v24,-1,37,-12,52,-25",w:162},"\u00a1":{d:"45,-256v13,0,24,12,24,25v0,13,-11,24,-24,24v-13,0,-25,-11,-25,-24v0,-14,11,-25,25,-25xm27,0v0,-61,-3,-126,6,-179r24,0v7,54,5,118,5,179r-35,0",w:89},"\u00ac":{d:"191,-125v-24,15,-44,37,-71,47v-9,-6,2,-19,3,-29r-107,0r0,-35r107,0v-1,-10,-11,-21,-3,-29v27,9,47,32,71,46",w:198},"\u00ab":{d:"125,0r-49,-94r49,-95r35,0r-47,94r47,95r-35,0xm56,0r-49,-94r49,-95r35,0r-47,94r47,95r-35,0",w:176},"\u00bb":{d:"121,0r-36,0r47,-94r-47,-95r36,0r48,94xm51,0r-35,0r47,-94r-47,-95r35,0r49,94",w:176},"\u00c0":{d:"130,0r-14,-67r-55,0r-15,67r-37,0r62,-252r36,0r62,252r-39,0xm108,-100r-20,-98v-5,34,-14,65,-20,98r40,0xm77,-268r-52,-58r49,0r33,58r-30,0",w:177},"\u00c3":{d:"150,-312v1,27,-11,45,-34,46v-21,0,-31,-16,-50,-19v-9,0,-10,8,-12,17r-24,0v-1,-27,12,-44,34,-45v23,-1,30,16,50,19v10,1,11,-8,12,-18r24,0xm130,0r-14,-67r-55,0r-15,67r-37,0r62,-252r36,0r62,252r-39,0xm108,-100r-20,-98v-5,34,-14,65,-20,98r40,0",w:177},"\u00d5":{d:"153,-312v0,26,-11,45,-34,46v-21,0,-30,-15,-50,-19v-10,0,-11,7,-13,17r-24,0v-1,-27,12,-44,35,-45v22,-1,29,19,50,19v10,0,10,-8,12,-18r24,0xm92,-256v63,0,76,64,76,130v0,66,-14,130,-76,130v-63,0,-76,-66,-76,-130v0,-65,13,-130,76,-130xm93,-31v37,-6,39,-52,39,-95v0,-42,-3,-89,-41,-95v-38,5,-39,53,-39,95v0,43,4,88,41,95",w:184},"\u00f7":{d:"263,-125v-24,15,-45,35,-70,46v-8,-6,3,-20,4,-29r-45,0r0,49v10,-1,20,-11,29,-5v-9,26,-32,46,-46,70v-14,-24,-36,-44,-46,-70v8,-7,20,4,29,5r0,-49r-45,0v1,9,12,22,4,29v-26,-9,-46,-32,-70,-46v24,-15,45,-35,70,-46v8,8,-3,20,-4,30r45,0r0,-48v-9,1,-22,10,-29,4v9,-26,32,-46,46,-70v14,24,36,44,46,70v-8,6,-20,-3,-29,-4r0,48r45,0v-1,-10,-12,-22,-4,-30v25,10,46,32,70,46",w:270},"\u00ff":{d:"74,67r-34,0r20,-67r-52,-189r37,0r33,141r34,-141r36,0xm109,-256v12,0,23,9,22,22v0,13,-10,23,-22,23v-12,0,-23,-11,-23,-23v0,-12,10,-22,23,-22xm45,-256v13,0,23,10,23,22v0,12,-11,23,-23,23v-12,0,-22,-10,-22,-23v0,-12,9,-23,22,-22",w:156,k:{"\u00a1":521,"\u00bf":482,"\u00a7":532,"\u00a3":532,z:654,s:194,p:378,o:194,l:520,j:704,i:704,e:286,d:520,c:194,b:378,"\\":194,U:470,S:470,Q:470,O:470,B:470,A:470,":":-318,"9":533,",":482}},"\u00a4":{d:"263,-125v-24,15,-45,35,-70,46v-8,-6,3,-20,4,-29r-45,0r0,49v10,-1,20,-11,29,-5v-9,26,-32,46,-46,70v-14,-24,-36,-44,-46,-70v8,-7,20,4,29,5r0,-49r-45,0v1,9,12,22,4,29v-26,-9,-46,-32,-70,-46v24,-15,45,-35,70,-46v8,8,-3,20,-4,30r45,0r0,-48v-9,1,-22,10,-29,4v9,-26,32,-46,46,-70v14,24,36,44,46,70v-8,6,-20,-3,-29,-4r0,48r45,0v-1,-10,-12,-22,-4,-30v25,10,46,32,70,46",w:270},"\u00b7":{d:"42,-158v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,12,-26,25,-26",w:83},"\u2219":{d:"42,-158v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,12,-26,25,-26",w:83},"\u00c2":{d:"116,-264r-27,-32r-28,32r-28,0r37,-58r38,0r36,58r-28,0xm130,0r-14,-67r-55,0r-15,67r-37,0r62,-252r36,0r62,252r-39,0xm108,-100r-20,-98v-5,34,-14,65,-20,98r40,0",w:177},"\u00ca":{d:"111,-268r-28,-32r-28,32r-27,0r36,-58r38,0r37,58r-28,0xm25,0r0,-252r119,0r0,34r-84,0r0,68r55,0r0,33r-55,0r0,83r88,0r0,34r-123,0"},"\u00c1":{d:"130,0r-14,-67r-55,0r-15,67r-37,0r62,-252r36,0r62,252r-39,0xm108,-100r-20,-98v-5,34,-14,65,-20,98r40,0xm101,-268r-30,0r33,-58r49,0",w:177},"\u00cb":{d:"25,0r0,-252r119,0r0,34r-84,0r0,68r55,0r0,33r-55,0r0,83r88,0r0,34r-123,0xm115,-313v12,0,23,9,22,22v0,13,-10,23,-22,23v-12,0,-23,-11,-23,-23v0,-12,10,-22,23,-22xm51,-313v13,0,23,10,23,22v0,12,-11,23,-23,23v-12,0,-22,-10,-22,-23v0,-12,9,-23,22,-22"},"\u00c8":{d:"25,0r0,-252r119,0r0,34r-84,0r0,68r55,0r0,33r-55,0r0,83r88,0r0,34r-123,0xm72,-268r-52,-58r49,0r33,58r-30,0"},"\u00cd":{d:"27,0r0,-252r35,0r0,252r-35,0xm59,-268r-30,0r33,-58r49,0",w:89},"\u00ce":{d:"72,-266r-27,-31r-28,31r-27,0r36,-57r38,0r36,57r-28,0xm27,0r0,-252r35,0r0,252r-35,0",w:89},"\u00cf":{d:"27,0r0,-252r35,0r0,252r-35,0xm77,-313v12,0,23,9,22,22v0,13,-10,23,-22,23v-12,0,-23,-11,-23,-23v0,-12,10,-22,23,-22xm13,-313v13,0,23,10,23,22v0,12,-11,23,-23,23v-12,0,-22,-10,-22,-23v0,-12,9,-23,22,-22",w:89},"\u00cc":{d:"27,0r0,-252r35,0r0,252r-35,0xm31,-268r-52,-58r49,0r33,58r-30,0",w:89},"\u00d3":{d:"92,-256v63,0,76,64,76,130v0,66,-14,130,-76,130v-63,0,-76,-66,-76,-130v0,-65,13,-130,76,-130xm93,-31v37,-6,39,-52,39,-95v0,-42,-3,-89,-41,-95v-38,5,-39,53,-39,95v0,43,4,88,41,95xm103,-268r-30,0r33,-58r49,0",w:184},"\u00d4":{d:"119,-266r-28,-32r-28,32r-27,0r37,-58r37,0r37,58r-28,0xm92,-256v63,0,76,64,76,130v0,66,-14,130,-76,130v-63,0,-76,-66,-76,-130v0,-65,13,-130,76,-130xm93,-31v37,-6,39,-52,39,-95v0,-42,-3,-89,-41,-95v-38,5,-39,53,-39,95v0,43,4,88,41,95",w:184},"\u00d2":{d:"92,-256v63,0,76,64,76,130v0,66,-14,130,-76,130v-63,0,-76,-66,-76,-130v0,-65,13,-130,76,-130xm93,-31v37,-6,39,-52,39,-95v0,-42,-3,-89,-41,-95v-38,5,-39,53,-39,95v0,43,4,88,41,95xm80,-268r-52,-58r49,0r33,58r-30,0",w:184},"\u00da":{d:"165,-252v-9,99,35,256,-70,256v-107,0,-62,-156,-71,-256r35,0r0,178v1,24,10,42,36,42v26,0,35,-17,35,-42r0,-178r35,0xm107,-264r-30,0r33,-58r49,0",w:189},"\u00db":{d:"122,-268r-27,-32r-28,32r-27,0r36,-58r38,0r36,58r-28,0xm165,-252v-9,99,35,256,-70,256v-107,0,-62,-156,-71,-256r35,0r0,178v1,24,10,42,36,42v26,0,35,-17,35,-42r0,-178r35,0",w:189},"\u00d9":{d:"165,-252v-9,99,35,256,-70,256v-107,0,-62,-156,-71,-256r35,0r0,178v1,24,10,42,36,42v26,0,35,-17,35,-42r0,-178r35,0xm83,-264r-52,-58r49,0r33,58r-30,0",w:189},"\u00af":{d:"25,-220r0,-30r94,0r0,30r-94,0",w:144},"\u00b8":{d:"73,17v18,-8,39,0,39,23v0,35,-53,35,-75,19r7,-11v12,6,44,12,44,-7v0,-22,-25,-2,-34,-13r6,-32r17,0",w:144},"\u00d0":{d:"90,-252v65,2,80,58,80,125v0,67,-16,124,-80,127r-61,0r0,-116r-18,0r0,-32r18,0r0,-104r61,0xm63,-35v63,10,71,-39,71,-92v0,-52,-8,-101,-71,-90r0,69r30,0r0,32r-30,0r0,81",w:186}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copr.1993, Tobias Frere-Jones. Designed by Tobias Frere-Jones. Produced by The
 * Font Bureau, Inc.
 * 
 * Manufacturer:
 * Copr. Tobias Frere-Jones. Designed by Tobias Frere-Jones. Produced by The Font
 * Bureau, Inc
 */
Cufon.registerFont({w:277,face:{"font-family":"Interstate-BoldCondensed","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 6 3 0 0 2 0 4",ascent:"288",descent:"-72","x-height":"4",bbox:"-25 -326 300 69.3612","underline-thickness":"7.2","underline-position":"-40.68","unicode-range":"U+0020-U+00FF"},glyphs:{" ":{w:82},"\u00a0":{w:82},"\u00dd":{d:"116,-95r0,95r-45,0r0,-94r-65,-158r50,0r38,110r38,-110r49,0xm106,-266r-35,0r32,-58r56,0",w:187},"\u00fd":{d:"84,67r-40,0r19,-70r-56,-186r45,0r31,131r28,-131r45,0xm92,-213r-35,0r32,-58r56,0",w:162},"\u00de":{d:"68,-212v65,-4,103,20,103,80v0,59,-39,85,-103,81r0,51r-45,0r0,-252r45,0r0,40xm68,-95v34,2,58,-3,58,-36v0,-32,-23,-40,-58,-37r0,73",w:179},"\u00fe":{d:"99,-193v45,0,55,42,55,98v0,50,-10,97,-59,99v-13,0,-26,-7,-33,-14r0,58r-42,21r0,-310r42,-21r0,86v9,-9,21,-17,37,-17xm89,-36v24,0,22,-31,22,-57v0,-31,2,-60,-22,-60v-11,0,-22,8,-27,15r0,86v5,8,15,16,27,16",w:167},"\u00bd":{d:"270,-126v-25,14,-43,43,-73,49v-9,-7,1,-20,2,-30r-42,0r0,41v11,-5,40,-8,28,8r-46,63v-16,-23,-36,-43,-50,-68v2,-16,20,-5,30,-3r0,-41r-41,0v4,10,12,36,-7,29r-64,-48v23,-16,44,-35,69,-49v15,2,3,20,2,30r41,0r0,-41v-11,5,-35,11,-28,-8r48,-63r49,68v-3,15,-20,5,-31,3r0,41r42,0v-4,-11,-12,-36,8,-28"},"\u00bc":{d:"270,-126v-25,14,-43,43,-73,49v-9,-7,1,-20,2,-30r-42,0r0,41v11,-5,40,-8,28,8r-46,63v-16,-23,-36,-43,-50,-68v2,-16,20,-5,30,-3r0,-41r-41,0v4,10,12,36,-7,29r-64,-48v23,-16,44,-35,69,-49v15,2,3,20,2,30r41,0r0,-41v-11,5,-35,11,-28,-8r48,-63r49,68v-3,15,-20,5,-31,3r0,41r42,0v-4,-11,-12,-36,8,-28"},"\u00b9":{d:"270,-126v-25,14,-43,43,-73,49v-9,-7,1,-20,2,-30r-42,0r0,41v11,-5,40,-8,28,8r-46,63v-16,-23,-36,-43,-50,-68v2,-16,20,-5,30,-3r0,-41r-41,0v4,10,12,36,-7,29r-64,-48v23,-16,44,-35,69,-49v15,2,3,20,2,30r41,0r0,-41v-11,5,-35,11,-28,-8r48,-63r49,68v-3,15,-20,5,-31,3r0,41r42,0v-4,-11,-12,-36,8,-28"},"\u00be":{d:"270,-126v-25,14,-43,43,-73,49v-9,-7,1,-20,2,-30r-42,0r0,41v11,-5,40,-8,28,8r-46,63v-16,-23,-36,-43,-50,-68v2,-16,20,-5,30,-3r0,-41r-41,0v4,10,12,36,-7,29r-64,-48v23,-16,44,-35,69,-49v15,2,3,20,2,30r41,0r0,-41v-11,5,-35,11,-28,-8r48,-63r49,68v-3,15,-20,5,-31,3r0,41r42,0v-4,-11,-12,-36,8,-28"},"\u00b3":{d:"270,-126v-25,14,-43,43,-73,49v-9,-7,1,-20,2,-30r-42,0r0,41v11,-5,40,-8,28,8r-46,63v-16,-23,-36,-43,-50,-68v2,-16,20,-5,30,-3r0,-41r-41,0v4,10,12,36,-7,29r-64,-48v23,-16,44,-35,69,-49v15,2,3,20,2,30r41,0r0,-41v-11,5,-35,11,-28,-8r48,-63r49,68v-3,15,-20,5,-31,3r0,41r42,0v-4,-11,-12,-36,8,-28"},"\u00b2":{d:"270,-126v-25,14,-43,43,-73,49v-9,-7,1,-20,2,-30r-42,0r0,41v11,-5,40,-8,28,8r-46,63v-16,-23,-36,-43,-50,-68v2,-16,20,-5,30,-3r0,-41r-41,0v4,10,12,36,-7,29r-64,-48v23,-16,44,-35,69,-49v15,2,3,20,2,30r41,0r0,-41v-11,5,-35,11,-28,-8r48,-63r49,68v-3,15,-20,5,-31,3r0,41r42,0v-4,-11,-12,-36,8,-28"},"\u00a6":{d:"270,-126v-25,14,-43,43,-73,49v-9,-7,1,-20,2,-30r-42,0r0,41v11,-5,40,-8,28,8r-46,63v-16,-23,-36,-43,-50,-68v2,-16,20,-5,30,-3r0,-41r-41,0v4,10,12,36,-7,29r-64,-48v23,-16,44,-35,69,-49v15,2,3,20,2,30r41,0r0,-41v-11,5,-35,11,-28,-8r48,-63r49,68v-3,15,-20,5,-31,3r0,41r42,0v-4,-11,-12,-36,8,-28"},"\u00ad":{d:"270,-126v-25,14,-43,43,-73,49v-9,-7,1,-20,2,-30r-42,0r0,41v11,-5,40,-8,28,8r-46,63v-16,-23,-36,-43,-50,-68v2,-16,20,-5,30,-3r0,-41r-41,0v4,10,12,36,-7,29r-64,-48v23,-16,44,-35,69,-49v15,2,3,20,2,30r41,0r0,-41v-11,5,-35,11,-28,-8r48,-63r49,68v-3,15,-20,5,-31,3r0,41r42,0v-4,-11,-12,-36,8,-28"},"\u00d7":{d:"270,-126v-25,14,-43,43,-73,49v-9,-7,1,-20,2,-30r-42,0r0,41v11,-5,40,-8,28,8r-46,63v-16,-23,-36,-43,-50,-68v2,-16,20,-5,30,-3r0,-41r-41,0v4,10,12,36,-7,29r-64,-48v23,-16,44,-35,69,-49v15,2,3,20,2,30r41,0r0,-41v-11,5,-35,11,-28,-8r48,-63r49,68v-3,15,-20,5,-31,3r0,41r42,0v-4,-11,-12,-36,8,-28"},"\u00f0":{d:"13,-84v-5,-66,57,-115,103,-72v-3,-17,-9,-31,-18,-42r-18,17r-21,-21r16,-14v-7,-3,-15,-6,-24,-7r0,-33v19,2,35,7,49,15r16,-15r21,21r-14,13v43,47,60,232,-39,226v-50,-3,-67,-36,-71,-88xm85,-36v40,-1,38,-97,-1,-96v-24,1,-28,19,-28,47v0,32,10,49,29,49",w:168},"!":{d:"63,-76r-31,0v-9,-52,-7,-115,-7,-176r45,0v0,61,3,125,-7,176xm48,-54v16,0,29,14,29,29v0,15,-14,29,-29,29v-15,0,-30,-14,-30,-29v0,-15,14,-29,30,-29",w:95},'"':{d:"139,-134r-29,0r-11,-118r51,0xm59,-134r-28,0r-12,-118r52,0",w:169},"#":{d:"185,-50r0,50r-42,0r0,-50r-48,0r0,50r-43,0r0,-50r-36,0r0,-39r36,0r0,-74r-36,0r0,-39r36,0r0,-50r43,0r0,50r48,0r0,-50r42,0r0,50r36,0r0,39r-36,0r0,74r36,0r0,39r-36,0xm143,-163r-48,0r0,74r48,0r0,-74",w:237},"$":{d:"85,-211v-31,0,-29,42,-5,50v34,23,79,32,79,91v0,35,-20,60,-50,67r0,32r-46,0r0,-31v-24,-5,-41,-21,-54,-37r30,-31v13,16,25,28,47,29v17,0,28,-11,28,-28v-14,-52,-99,-43,-99,-117v0,-32,21,-56,48,-63r0,-32r46,0r0,32v20,4,34,18,45,33r-29,28v-11,-12,-18,-23,-40,-23",w:169},"%":{d:"243,-153v42,0,57,34,57,78v0,44,-17,79,-58,79v-40,0,-57,-35,-57,-78v0,-44,17,-79,58,-79xm108,0r-36,0r129,-252r37,0xm67,-256v42,0,58,34,58,78v0,44,-18,79,-58,79v-41,0,-57,-34,-57,-78v0,-44,16,-79,57,-79xm243,-28v30,0,30,-92,0,-92v-20,0,-21,21,-21,45v0,25,1,47,21,47xm67,-131v31,-1,31,-92,0,-93v-31,2,-30,91,0,93",w:309},"&":{d:"131,-92v3,-11,7,-23,9,-35r34,15v-4,22,-10,41,-18,58r36,54r-48,0r-13,-18v-35,40,-119,24,-119,-46v0,-35,17,-53,40,-70v-11,-19,-26,-33,-26,-62v0,-68,89,-74,128,-39r-20,37v-17,-20,-76,-25,-61,17xm74,-103v-25,13,-30,66,7,66v11,0,20,-4,28,-13",w:195},"'":{d:"61,-134r-30,0r-12,-118r54,0",w:91},"(":{d:"105,-239v-55,55,-55,205,0,260r-25,19v-65,-49,-87,-195,-25,-268v9,-10,16,-21,25,-30",w:117},")":{d:"37,-258v65,48,87,196,25,268v-9,10,-16,21,-25,30r-25,-19v55,-55,55,-205,0,-260",w:117},"*":{d:"132,-130r-39,-27r3,48r-34,0r3,-48r-39,26r-17,-29r46,-21r-46,-21r17,-29r39,27r-3,-48r34,0r-3,47r39,-26r17,29r-46,21r46,21",w:158},"+":{d:"114,-103r0,64r-43,0r0,-64r-58,0r0,-41r58,0r0,-64r43,0r0,64r58,0r0,41r-58,0",w:184},",":{d:"47,40r-29,0r4,-93r52,0",w:88},"-":{d:"16,-109r0,-44r92,0r0,44r-92,0",w:124},".":{d:"44,-56v15,0,30,15,30,30v0,15,-15,30,-30,30v-15,0,-30,-15,-30,-30v0,-15,15,-30,30,-30",w:88},"/":{d:"46,32r-45,0r99,-316r45,0",w:145},"0":{d:"95,-256v66,0,80,64,80,130v0,66,-14,130,-81,130v-66,0,-80,-64,-80,-130v0,-67,15,-130,81,-130xm95,-40v33,-4,34,-42,34,-86v0,-45,-2,-81,-35,-86v-33,4,-34,42,-34,86v0,45,3,81,35,86",w:190},"1":{d:"8,-216v24,-1,35,-17,41,-36r38,0r0,252r-45,0r0,-188r-34,0r0,-28",w:113},"2":{d:"160,-188v0,79,-85,74,-93,144r94,0r0,44r-145,0v2,-73,30,-112,74,-143v29,-10,36,-69,-5,-68v-20,0,-29,11,-40,23r-28,-33v28,-52,143,-47,143,33",w:187},"3":{d:"112,-182v0,-37,-52,-35,-66,-11r-31,-30v30,-50,147,-43,142,36v-2,29,-13,44,-35,52v73,22,44,147,-38,139v-40,-4,-60,-18,-78,-46r36,-25v13,34,78,38,77,-8v0,-31,-26,-38,-58,-36r0,-43v28,2,51,-3,51,-28",w:182},"4":{d:"149,-51r0,51r-42,0r0,-51r-99,0r0,-36r93,-165r48,0r0,162r26,0r0,39r-26,0xm108,-193v-15,35,-37,72,-54,103r53,0",w:183},"5":{d:"64,-153v48,-28,106,9,101,68v10,87,-102,114,-155,62r25,-35v24,26,84,26,84,-24v0,-41,-38,-48,-61,-24r-37,-17r6,-129r125,0r0,44r-85,0",w:178},"6":{d:"59,-144v41,-42,117,-6,112,60v-4,54,-27,86,-79,88v-99,3,-91,-154,-47,-211v20,-27,53,-45,97,-49r0,45v-48,3,-71,30,-83,67xm94,-38v25,0,33,-19,33,-43v0,-23,-9,-42,-33,-41v-24,0,-36,16,-36,40v0,26,9,44,36,44",w:184},"7":{d:"152,-207v-40,50,-60,117,-59,207r-44,0v1,-87,19,-156,56,-210r-95,0r0,-42r142,0r0,45",w:165},"8":{d:"136,-136v21,10,36,29,36,61v-2,49,-28,79,-79,79v-50,0,-78,-29,-79,-79v0,-32,15,-51,36,-61v-47,-27,-25,-130,43,-120v68,-10,92,93,43,120xm93,-153v17,0,28,-14,28,-31v-1,-18,-7,-31,-28,-31v-21,0,-27,13,-28,31v0,17,11,31,28,31xm93,-37v22,0,36,-16,36,-38v0,-23,-12,-39,-36,-38v-24,0,-35,15,-35,38v0,22,13,38,35,38",w:186},"9":{d:"93,-256v98,-3,90,155,47,211v-21,27,-54,45,-98,49r0,-45v48,-3,72,-29,83,-67v-40,42,-111,8,-111,-60v0,-55,27,-86,79,-88xm90,-130v24,0,36,-16,36,-40v0,-26,-9,-44,-36,-44v-24,1,-32,20,-32,43v0,22,9,42,32,41",w:184},":":{d:"44,-193v15,0,30,15,30,30v0,15,-15,30,-30,30v-15,0,-30,-15,-30,-30v0,-15,15,-30,30,-30xm44,-56v15,0,30,15,30,30v0,15,-15,30,-30,30v-15,0,-30,-15,-30,-30v0,-15,15,-30,30,-30",w:88},";":{d:"44,-193v15,0,30,15,30,30v0,15,-15,30,-30,30v-15,0,-30,-15,-30,-30v0,-15,15,-30,30,-30xm45,40r-30,0r5,-93r52,0",w:88},"<":{d:"15,-107r0,-34r112,-97r0,58r-68,56r68,56r0,58",w:147},"=":{d:"22,-143r0,-45r145,0r0,45r-145,0xm22,-59r0,-45r145,0r0,45r-145,0",w:188},">":{d:"21,-10r0,-57r68,-56r-68,-57r0,-58r111,97r0,34",w:147},"?":{d:"79,-256v43,1,69,22,70,66v2,59,-58,54,-55,114r-43,0v-3,-52,27,-68,50,-94v11,-21,-2,-43,-26,-42v-20,1,-32,12,-42,26r-30,-29v18,-23,37,-41,76,-41xm72,-54v16,0,30,14,30,29v0,15,-15,29,-30,29v-15,0,-29,-14,-29,-29v0,-15,13,-29,29,-29",w:159},"@":{d:"114,-256v70,0,101,55,101,126v0,37,-5,74,-43,75v-14,0,-25,-10,-29,-19v-21,36,-80,20,-80,-31v0,-40,36,-58,69,-42v9,-35,-30,-38,-48,-21r-11,-22v27,-24,87,-19,87,32r0,62v0,10,2,21,13,20v21,-3,21,-24,21,-54v0,-60,-22,-105,-80,-105v-56,0,-75,48,-78,108v-3,74,47,132,116,101r7,17v-77,42,-150,-30,-145,-117v4,-72,31,-130,100,-130xm91,-106v0,32,36,32,41,8v4,-20,-6,-30,-23,-30v-12,0,-18,9,-18,22",w:228},A:{d:"136,0r-11,-53r-57,0r-12,53r-46,0r65,-252r43,0r65,252r-47,0xm115,-95r-19,-91r-18,91r37,0",w:192},B:{d:"135,-135v20,9,37,26,37,57v0,79,-69,82,-149,78r0,-252v72,-3,145,-2,143,67v-1,24,-12,43,-31,50xm67,-156v29,2,55,0,55,-27v0,-28,-25,-29,-55,-28r0,55xm67,-41v35,3,61,-4,61,-36v0,-36,-25,-40,-61,-38r0,74",w:184},C:{d:"168,-60v-12,37,-29,64,-72,64v-64,0,-78,-63,-82,-130v-6,-86,58,-167,131,-112v13,10,19,28,23,46r-42,13v-6,-20,-10,-30,-30,-32v-31,3,-35,44,-36,85v0,43,6,81,37,85v21,-2,26,-18,33,-36",w:180},D:{d:"80,-252v73,1,96,51,96,126v0,99,-49,137,-153,126r0,-252r57,0xm68,-44v53,5,62,-33,62,-82v0,-48,-9,-87,-62,-82r0,164",w:190},E:{d:"23,0r0,-252r130,0r0,43r-85,0r0,53r57,0r0,43r-57,0r0,70r88,0r0,43r-133,0",w:171},F:{d:"68,-208r0,55r59,0r0,44r-59,0r0,109r-45,0r0,-252r133,0r0,44r-88,0",w:167},G:{d:"178,-134v5,76,-9,140,-80,138v-66,-2,-84,-62,-84,-130v0,-68,18,-130,85,-130v43,0,66,25,76,64r-42,13v-5,-20,-13,-32,-35,-32v-35,0,-38,43,-38,85v0,43,5,85,39,85v31,0,35,-17,35,-51r-36,0r0,-42r80,0",w:193},H:{d:"126,0r0,-109r-58,0r0,109r-45,0r0,-252r45,0r0,99r58,0r0,-99r45,0r0,252r-45,0",w:194},I:{d:"25,0r0,-252r45,0r0,252r-45,0",w:95},J:{d:"150,-252v-8,102,35,255,-73,256v-45,0,-66,-32,-71,-75r43,-13v3,21,7,43,29,43v25,0,26,-21,27,-55r0,-156r45,0",w:172},K:{d:"132,0r-41,-108r-23,40r0,68r-45,0r0,-252r45,0r0,113r59,-113r48,0r-54,94r61,158r-50,0",w:188},L:{d:"23,0r0,-252r45,0r0,208r79,0r0,44r-124,0",w:159},M:{d:"166,0r1,-158r-52,164r-52,-164r1,158r-41,0r0,-252r46,0r47,150v12,-51,31,-101,46,-150r45,0r0,252r-41,0",w:230},N:{d:"129,0r-65,-163r0,163r-41,0r0,-252r46,0r64,163r-2,-163r41,0r0,252r-43,0",w:195},O:{d:"99,-256v66,0,83,63,83,130v0,68,-18,130,-84,130v-66,0,-84,-62,-84,-130v0,-68,18,-130,85,-130xm99,-41v33,-3,37,-43,37,-85v0,-43,-5,-81,-38,-85v-34,3,-38,43,-38,85v0,43,5,81,39,85",w:196},P:{d:"23,-252v80,-4,151,1,148,80v-2,59,-39,86,-103,82r0,90r-45,0r0,-252xm68,-134v34,2,58,-4,58,-37v0,-32,-23,-40,-58,-37r0,74",w:179},Q:{d:"99,-256v100,0,99,170,54,231r17,29r-30,19r-15,-25v-77,26,-114,-48,-111,-124v2,-68,18,-130,85,-130xm129,-64v10,-45,18,-147,-31,-147v-35,0,-38,43,-38,85v0,40,2,91,43,87r-18,-29r31,-19",w:196},R:{d:"171,-174v0,37,-19,57,-43,69r43,105r-49,0r-39,-96r-15,0r0,96r-45,0r0,-252v79,-4,148,0,148,78xm126,-173v0,-32,-24,-37,-58,-35r0,70v33,2,58,-3,58,-35",w:183},S:{d:"125,-190v-10,-27,-76,-32,-62,10v26,43,96,38,96,112v0,63,-69,89,-119,60v-12,-8,-22,-17,-31,-28r30,-32v13,15,25,27,47,28v18,1,28,-10,28,-27v-14,-54,-99,-46,-99,-121v0,-75,108,-89,139,-32",w:169},T:{d:"106,-209r0,209r-45,0r0,-209r-52,0r0,-43r149,0r0,43r-52,0",w:167},U:{d:"172,-252v-8,102,33,256,-75,256v-108,0,-67,-154,-75,-256r45,0r0,152v1,35,4,59,31,59v27,0,28,-24,29,-59r0,-152r45,0",w:194},V:{d:"114,0r-43,0r-61,-252r46,0r37,186v9,-65,24,-124,36,-186r46,0",w:184},W:{d:"189,0r-39,0r-32,-169v-7,58,-22,113,-32,169r-38,0r-41,-252r43,0r20,165r30,-165r37,0r31,165r20,-165r42,0",w:237},X:{d:"129,0r-36,-86v-10,29,-25,57,-36,86r-49,0r60,-129r-57,-123r49,0r33,79r32,-79r49,0r-57,122r60,130r-48,0",w:185},Y:{d:"116,-95r0,95r-45,0r0,-94r-65,-158r50,0r38,110r38,-110r49,0",w:187},Z:{d:"13,0r0,-40r91,-172r-85,1r0,-41r132,0r0,40r-91,172r91,-1r0,41r-138,0",w:168},"[":{d:"27,40r0,-292r85,0r0,36r-41,0r0,220r41,0r0,36r-85,0",w:131},"\\":{d:"100,32r-99,-316r45,0r99,316r-45,0",w:145},"]":{d:"19,40r0,-36r41,0r0,-220r-41,0r0,-36r85,0r0,292r-85,0",w:131},"^":{d:"112,-138r-29,-70r-29,70r-43,0r51,-114r43,0r51,114r-44,0",w:167},_:{d:"0,64r0,-38r137,0r0,38r-137,0",w:136},"`":{d:"76,-214r-53,-58r56,0r32,58r-35,0",w:144},a:{d:"21,-175v40,-30,121,-26,121,45r0,130r-43,0r0,-13v-30,39,-97,4,-89,-49v-5,-50,49,-77,89,-55v1,-21,-1,-38,-22,-38v-17,0,-27,4,-38,11xm53,-63v-6,33,38,37,46,13r0,-30v-12,-16,-50,-11,-46,17",w:159},b:{d:"99,-193v45,0,55,42,55,98v0,50,-10,97,-59,99v-13,0,-26,-7,-33,-14r0,10r-42,0r0,-241r42,-21r0,86v9,-9,21,-17,37,-17xm89,-36v24,0,22,-31,22,-57v0,-31,2,-60,-22,-60v-11,0,-22,8,-27,15r0,86v5,8,15,16,27,16",w:167},c:{d:"13,-94v-10,-90,97,-136,131,-56r-35,23v-6,-12,-11,-26,-26,-26v-39,0,-38,117,1,117v15,0,22,-15,28,-28r31,23v-11,23,-27,46,-59,45v-53,-2,-65,-43,-71,-98",w:154},d:{d:"72,-193v13,0,26,7,33,14r0,-62r42,-21r0,262r-42,0r0,-13v-9,9,-21,17,-37,17v-45,0,-55,-43,-55,-98v0,-50,10,-97,59,-99xm78,-36v11,0,22,-8,27,-15r0,-86v-5,-8,-15,-16,-27,-16v-23,0,-21,30,-21,57v0,32,-3,60,21,60",w:167},e:{d:"55,-78v-4,41,44,56,60,25r30,23v-12,20,-31,34,-60,34v-53,0,-72,-42,-72,-98v1,-55,18,-99,69,-99v57,0,72,56,69,115r-96,0xm109,-113v-1,-21,-5,-41,-27,-42v-16,0,-25,14,-27,42r54,0",w:164},f:{d:"30,-189v-11,-60,31,-84,78,-67r0,37v-13,-6,-40,-8,-36,15r0,15r31,0r0,40r-31,0r0,149r-42,0r0,-149r-19,0r0,-40r19,0",w:113},g:{d:"72,-193v13,0,26,7,33,14r0,-10r42,0r0,170v3,61,-27,82,-81,88r-12,-31v32,-6,53,-13,51,-51v-9,9,-21,17,-37,17v-45,0,-55,-43,-55,-98v0,-50,10,-97,59,-99xm78,-36v11,0,22,-8,27,-15r0,-86v-5,-8,-15,-16,-27,-16v-23,0,-21,30,-21,57v0,32,-3,60,21,60",w:167},h:{d:"98,-193v80,1,41,120,50,193r-43,0r0,-122v8,-39,-31,-35,-43,-16r0,138r-42,0r0,-241r42,-21r0,86v9,-9,20,-16,36,-17",w:165},i:{d:"43,-261v14,0,27,13,27,27v0,14,-13,27,-27,27v-14,0,-27,-13,-27,-27v0,-14,13,-27,27,-27xm22,0r0,-189r42,0r0,189r-42,0",w:85},j:{d:"43,-261v14,0,27,13,27,27v0,14,-13,27,-27,27v-14,0,-27,-13,-27,-27v0,-14,13,-27,27,-27xm-18,37v28,-5,41,-15,40,-47r0,-179r42,0r0,177v2,55,-21,76,-70,81",w:85},k:{d:"107,0r-28,-87r-17,28r0,59r-42,0r0,-241r42,-21r0,145v11,-26,28,-48,41,-72r46,0r-41,62r44,127r-45,0",w:159},l:{d:"22,0r0,-241r42,-21r0,262r-42,0",w:85},m:{d:"62,-176v16,-23,66,-21,76,4v9,-11,22,-21,41,-21v79,1,40,121,49,193r-43,0r0,-122v7,-38,-27,-35,-40,-16r0,138r-42,0r0,-122v7,-39,-29,-35,-41,-16r0,138r-42,0r0,-189r42,0r0,13",w:245},n:{d:"98,-193v80,1,41,120,50,193r-43,0r0,-122v8,-39,-31,-35,-43,-16r0,138r-42,0r0,-189r42,0r0,13v9,-9,20,-16,36,-17",w:165},o:{d:"85,-193v52,0,71,42,71,98v0,57,-20,99,-72,99v-53,0,-71,-43,-71,-98v0,-56,19,-99,72,-99xm85,-36v41,0,38,-117,-1,-117v-25,0,-28,28,-28,58v0,30,4,59,29,59",w:168},p:{d:"99,-193v45,0,55,42,55,98v0,50,-10,97,-59,99v-13,0,-26,-7,-33,-14r0,58r-42,21r0,-258r42,0r0,13v9,-9,21,-17,37,-17xm89,-36v24,0,22,-31,22,-57v0,-31,2,-60,-22,-60v-11,0,-22,8,-27,15r0,86v5,8,15,16,27,16",w:167},q:{d:"72,-193v13,0,26,7,33,14r0,-10r42,0r0,237r-42,21r0,-82v-9,9,-21,17,-37,17v-45,0,-55,-43,-55,-98v0,-50,10,-97,59,-99xm78,-36v11,0,22,-8,27,-15r0,-86v-5,-8,-15,-16,-27,-16v-23,0,-21,30,-21,57v0,32,-3,60,21,60",w:167},r:{d:"62,-176v11,-16,47,-25,65,-7r-13,41v-14,-13,-41,-13,-52,7r0,135r-42,0r0,-189r42,0r0,13",w:131},s:{d:"75,-153v-24,1,-17,27,0,31v28,15,59,25,59,67v0,64,-84,74,-121,38r15,-36v16,11,30,17,45,17v30,1,21,-31,2,-36v-28,-15,-57,-26,-57,-67v0,-57,75,-67,111,-37r-15,35v-14,-7,-22,-12,-39,-12",w:149},t:{d:"75,-55v-2,26,27,21,41,10r-5,41v-38,19,-79,3,-79,-50r0,-95r-23,0r0,-40r23,0r0,-52r43,-21r0,73r38,0r0,40r-38,0r0,94",w:131},u:{d:"60,-67v-7,38,31,36,44,16r0,-138r42,0r0,189r-42,0r0,-13v-9,9,-20,16,-36,17v-80,-1,-41,-120,-50,-193r42,0r0,122",w:165},v:{d:"102,0r-47,0r-48,-189r43,0r29,140r29,-140r42,0",w:156},w:{d:"161,0r-31,0r-25,-125r-24,125r-32,0r-42,-189r39,0r20,117r24,-117r30,0r25,117r19,-117r39,0",w:210},x:{d:"107,0r-27,-63r-27,63r-45,0r51,-98r-47,-91r45,0v9,18,17,37,24,55r23,-55r45,0r-47,91r50,98r-45,0",w:160},y:{d:"84,67r-40,0r19,-70r-56,-186r45,0r31,131r28,-131r45,0",w:162},z:{d:"14,0r0,-37r77,-115r-72,1r0,-38r114,0r0,37r-76,115r76,-1r0,38r-119,0",w:149},"{":{d:"121,40v-65,2,-87,-34,-82,-103v1,-19,-10,-26,-30,-25r0,-38v56,7,11,-80,48,-109v15,-12,35,-19,64,-19r0,29v-33,1,-37,25,-36,62v1,33,-9,50,-35,56v31,6,37,32,35,71v-1,30,8,45,36,46r0,30",w:135},"|":{d:"27,67r0,-355r39,0r0,355r-39,0",w:92},"}":{d:"96,-178v-1,28,-3,57,30,52r0,37v-56,-7,-11,80,-48,109v-15,12,-35,20,-64,20r0,-30v34,0,37,-25,36,-61v-1,-33,9,-50,35,-56v-62,-2,-5,-120,-71,-118r0,-29v54,0,83,21,82,76",w:135},"~":{d:"187,-153v-11,28,-22,50,-55,51v-28,1,-42,-23,-64,-27v-18,2,-17,13,-27,28r-26,-13v11,-28,22,-49,55,-51v25,-2,48,27,64,26v18,0,19,-15,27,-27",w:202},"\u00c4":{d:"136,0r-11,-53r-57,0r-12,53r-46,0r65,-252r43,0r65,252r-47,0xm115,-95r-19,-91r-18,91r37,0xm130,-320v15,1,24,11,25,26v1,14,-12,26,-25,26v-17,0,-25,-11,-26,-26v-1,-14,12,-27,26,-26xm35,-294v0,-35,51,-33,51,0v0,14,-12,26,-25,26v-16,-1,-26,-11,-26,-26",w:192},"\u00c5":{d:"96,-309v41,0,57,56,27,77r60,232r-47,0r-11,-53r-57,0r-12,53r-46,0r59,-232v-28,-22,-14,-77,27,-77xm96,-247v10,0,20,-8,19,-19v1,-11,-10,-19,-19,-19v-9,0,-18,8,-18,19v0,11,8,19,18,19xm115,-95r-19,-91r-18,91r37,0",w:192},"\u00c7":{d:"97,-41v21,-2,26,-18,33,-36r38,17v-10,36,-28,61,-68,64r-2,11v18,-6,37,2,37,23v0,39,-58,36,-80,19r8,-14v10,7,44,18,44,-4v0,-20,-24,-2,-33,-12r6,-25v-50,-13,-62,-66,-66,-128v-5,-86,58,-167,131,-112v13,10,19,28,23,46r-42,13v-6,-20,-10,-30,-30,-32v-31,3,-35,44,-36,85v0,43,6,81,37,85",w:180},"\u00c9":{d:"23,0r0,-252r130,0r0,43r-85,0r0,53r57,0r0,43r-57,0r0,70r88,0r0,43r-133,0xm98,-268r-35,0r32,-58r56,0",w:171},"\u00d1":{d:"159,-314v-1,25,-11,45,-35,47v-22,2,-30,-15,-47,-17v-8,1,-8,6,-10,16r-28,0v0,-28,14,-50,44,-46v19,3,44,33,48,0r28,0xm129,0r-65,-163r0,163r-41,0r0,-252r46,0r64,163r-2,-163r41,0r0,252r-43,0",w:195},"\u00d6":{d:"99,-256v66,0,83,63,83,130v0,68,-18,130,-84,130v-66,0,-84,-62,-84,-130v0,-68,18,-130,85,-130xm99,-41v33,-3,37,-43,37,-85v0,-43,-5,-81,-38,-85v-34,3,-38,43,-38,85v0,43,5,81,39,85xm134,-320v15,1,24,11,25,26v1,14,-12,26,-25,26v-17,0,-25,-11,-26,-26v-1,-14,12,-27,26,-26xm39,-294v0,-35,51,-33,51,0v0,14,-12,26,-25,26v-16,-1,-26,-11,-26,-26",w:196},"\u00dc":{d:"172,-252v-8,102,33,256,-75,256v-108,0,-67,-154,-75,-256r45,0r0,152v1,35,4,59,31,59v27,0,28,-24,29,-59r0,-152r45,0xm132,-320v15,1,24,11,25,26v1,14,-12,26,-25,26v-17,0,-25,-11,-26,-26v-1,-14,12,-27,26,-26xm37,-294v0,-35,51,-33,51,0v0,14,-12,26,-25,26v-16,-1,-26,-11,-26,-26",w:194},"\u00e1":{d:"21,-175v40,-30,121,-26,121,45r0,130r-43,0r0,-13v-30,39,-97,4,-89,-49v-5,-50,49,-77,89,-55v1,-21,-1,-38,-22,-38v-17,0,-27,4,-38,11xm53,-63v-6,33,38,37,46,13r0,-30v-12,-16,-50,-11,-46,17xm91,-214r-35,0r32,-58r56,0",w:159},"\u00e0":{d:"21,-175v40,-30,121,-26,121,45r0,130r-43,0r0,-13v-30,39,-97,4,-89,-49v-5,-50,49,-77,89,-55v1,-21,-1,-38,-22,-38v-17,0,-27,4,-38,11xm53,-63v-6,33,38,37,46,13r0,-30v-12,-16,-50,-11,-46,17xm66,-214r-53,-58r56,0r32,58r-35,0",w:159},"\u00e2":{d:"106,-213r-28,-26r-28,26r-31,0r40,-57r39,0r40,57r-32,0xm21,-175v40,-30,121,-26,121,45r0,130r-43,0r0,-13v-30,39,-97,4,-89,-49v-5,-50,49,-77,89,-55v1,-21,-1,-38,-22,-38v-17,0,-27,4,-38,11xm53,-63v-6,33,38,37,46,13r0,-30v-12,-16,-50,-11,-46,17",w:159},"\u00e4":{d:"21,-175v40,-30,121,-26,121,45r0,130r-43,0r0,-13v-30,39,-97,4,-89,-49v-5,-50,49,-77,89,-55v1,-21,-1,-38,-22,-38v-17,0,-27,4,-38,11xm53,-63v-6,33,38,37,46,13r0,-30v-12,-16,-50,-11,-46,17xm113,-265v15,1,24,11,25,26v1,14,-12,26,-25,26v-17,0,-25,-11,-26,-26v-1,-14,12,-27,26,-26xm18,-239v0,-35,51,-33,51,0v0,14,-12,26,-25,26v-16,-1,-26,-11,-26,-26",w:159},"\u00e3":{d:"139,-260v0,26,-12,44,-36,47v-25,3,-49,-38,-57,-1r-28,0v0,-28,15,-50,44,-46v20,3,44,33,49,0r28,0xm21,-175v40,-30,121,-26,121,45r0,130r-43,0r0,-13v-30,39,-97,4,-89,-49v-5,-50,49,-77,89,-55v1,-21,-1,-38,-22,-38v-17,0,-27,4,-38,11xm53,-63v-6,33,38,37,46,13r0,-30v-12,-16,-50,-11,-46,17",w:159},"\u00e5":{d:"78,-300v25,0,43,16,43,43v0,27,-16,43,-43,43v-26,0,-42,-17,-42,-43v0,-26,17,-43,42,-43xm78,-238v10,0,20,-8,19,-19v1,-11,-10,-19,-19,-19v-9,0,-18,8,-18,19v0,11,8,19,18,19xm21,-175v40,-30,121,-26,121,45r0,130r-43,0r0,-13v-30,39,-97,4,-89,-49v-5,-50,49,-77,89,-55v1,-21,-1,-38,-22,-38v-17,0,-27,4,-38,11xm53,-63v-6,33,38,37,46,13r0,-30v-12,-16,-50,-11,-46,17",w:159},"\u00e7":{d:"13,-94v0,-90,97,-136,131,-56r-35,23v-6,-12,-11,-26,-26,-26v-39,0,-38,117,1,117v15,0,22,-15,28,-28r31,23v-9,22,-26,43,-54,45r-3,11v18,-6,37,2,37,23v0,39,-57,37,-79,19r7,-14v10,8,45,18,45,-4v0,-19,-24,-2,-33,-12r6,-25v-38,-10,-56,-45,-56,-96",w:154},"\u00e9":{d:"55,-78v-4,41,44,56,60,25r30,23v-12,20,-31,34,-60,34v-53,0,-72,-42,-72,-98v1,-55,18,-99,69,-99v57,0,72,56,69,115r-96,0xm109,-113v-1,-21,-5,-41,-27,-42v-16,0,-25,14,-27,42r54,0xm94,-214r-35,0r32,-58r56,0",w:164},"\u00e8":{d:"55,-78v-4,41,44,56,60,25r30,23v-12,20,-31,34,-60,34v-53,0,-72,-42,-72,-98v1,-55,18,-99,69,-99v57,0,72,56,69,115r-96,0xm109,-113v-1,-21,-5,-41,-27,-42v-16,0,-25,14,-27,42r54,0xm68,-214r-53,-58r56,0r32,58r-35,0",w:164},"\u00ea":{d:"108,-211r-27,-26r-28,26r-31,0r39,-58r40,0r39,58r-32,0xm55,-78v-4,41,44,56,60,25r30,23v-12,20,-31,34,-60,34v-53,0,-72,-42,-72,-98v1,-55,18,-99,69,-99v57,0,72,56,69,115r-96,0xm109,-113v-1,-21,-5,-41,-27,-42v-16,0,-25,14,-27,42r54,0",w:164},"\u00eb":{d:"55,-78v-4,41,44,56,60,25r30,23v-12,20,-31,34,-60,34v-53,0,-72,-42,-72,-98v1,-55,18,-99,69,-99v57,0,72,56,69,115r-96,0xm109,-113v-1,-21,-5,-41,-27,-42v-16,0,-25,14,-27,42r54,0xm116,-265v15,1,24,11,25,26v1,14,-12,26,-25,26v-17,0,-25,-11,-26,-26v-1,-14,12,-27,26,-26xm21,-239v0,-35,51,-33,51,0v0,14,-12,26,-25,26v-16,-1,-26,-11,-26,-26",w:164},"\u00ed":{d:"22,0r0,-189r42,0r0,189r-42,0xm58,-214r-35,0r32,-58r56,0",w:85},"\u00ec":{d:"22,0r0,-189r42,0r0,189r-42,0xm28,-214r-53,-58r56,0r32,58r-35,0",w:85},"\u00ee":{d:"71,-209r-28,-26r-28,26r-31,0r39,-58r40,0r39,58r-31,0xm22,0r0,-189r42,0r0,189r-42,0",w:85},"\u00ef":{d:"22,0r0,-189r42,0r0,189r-42,0xm77,-266v15,1,24,11,25,26v1,14,-12,26,-25,26v-17,0,-25,-11,-26,-26v-1,-14,12,-27,26,-26xm-18,-240v0,-35,51,-33,51,0v0,14,-12,26,-25,26v-16,-1,-26,-11,-26,-26",w:85},"\u00f1":{d:"144,-260v0,26,-12,44,-36,47v-25,3,-50,-37,-57,-1r-28,0v0,-28,15,-50,44,-46v20,3,44,33,49,0r28,0xm98,-193v80,1,41,120,50,193r-43,0r0,-122v8,-39,-31,-35,-43,-16r0,138r-42,0r0,-189r42,0r0,13v9,-9,20,-16,36,-17",w:165},"\u00f3":{d:"85,-193v52,0,71,42,71,98v0,57,-20,99,-72,99v-53,0,-71,-43,-71,-98v0,-56,19,-99,72,-99xm85,-36v41,0,38,-117,-1,-117v-25,0,-28,28,-28,58v0,30,4,59,29,59xm94,-214r-35,0r32,-58r56,0",w:168},"\u00f2":{d:"85,-193v52,0,71,42,71,98v0,57,-20,99,-72,99v-53,0,-71,-43,-71,-98v0,-56,19,-99,72,-99xm85,-36v41,0,38,-117,-1,-117v-25,0,-28,28,-28,58v0,30,4,59,29,59xm69,-214r-53,-58r56,0r32,58r-35,0",w:168},"\u00f4":{d:"111,-211r-28,-26r-28,26r-31,0r39,-58r40,0r39,58r-31,0xm85,-193v52,0,71,42,71,98v0,57,-20,99,-72,99v-53,0,-71,-43,-71,-98v0,-56,19,-99,72,-99xm85,-36v41,0,38,-117,-1,-117v-25,0,-28,28,-28,58v0,30,4,59,29,59",w:168},"\u00f6":{d:"85,-193v52,0,71,42,71,98v0,57,-20,99,-72,99v-53,0,-71,-43,-71,-98v0,-56,19,-99,72,-99xm85,-36v41,0,38,-117,-1,-117v-25,0,-28,28,-28,58v0,30,4,59,29,59xm118,-263v15,1,24,11,25,26v1,14,-12,26,-25,26v-17,0,-25,-11,-26,-26v-1,-14,12,-27,26,-26xm23,-237v0,-35,51,-33,51,0v0,14,-12,26,-25,26v-16,-1,-26,-11,-26,-26",w:168},"\u00f5":{d:"143,-260v0,26,-12,44,-36,47v-25,3,-49,-38,-57,-1r-28,0v0,-28,15,-50,44,-46v20,3,44,33,49,0r28,0xm85,-193v52,0,71,42,71,98v0,57,-20,99,-72,99v-53,0,-71,-43,-71,-98v0,-56,19,-99,72,-99xm85,-36v41,0,38,-117,-1,-117v-25,0,-28,28,-28,58v0,30,4,59,29,59",w:168},"\u00fa":{d:"60,-67v-7,38,31,36,44,16r0,-138r42,0r0,189r-42,0r0,-13v-9,9,-20,16,-36,17v-80,-1,-41,-120,-50,-193r42,0r0,122xm92,-214r-35,0r32,-58r56,0",w:165},"\u00f9":{d:"60,-67v-7,38,31,36,44,16r0,-138r42,0r0,189r-42,0r0,-13v-9,9,-20,16,-36,17v-80,-1,-41,-120,-50,-193r42,0r0,122xm67,-214r-53,-58r56,0r32,58r-35,0",w:165},"\u00fb":{d:"109,-214r-28,-26r-28,26r-31,0r40,-58r39,0r39,58r-31,0xm60,-67v-7,38,31,36,44,16r0,-138r42,0r0,189r-42,0r0,-13v-9,9,-20,16,-36,17v-80,-1,-41,-120,-50,-193r42,0r0,122",w:165},"\u00fc":{d:"60,-67v-7,38,31,36,44,16r0,-138r42,0r0,189r-42,0r0,-13v-9,9,-20,16,-36,17v-80,-1,-41,-120,-50,-193r42,0r0,122xm116,-266v15,1,24,11,25,26v1,14,-12,26,-25,26v-17,0,-25,-11,-26,-26v-1,-14,12,-27,26,-26xm21,-240v0,-35,51,-33,51,0v0,14,-12,26,-25,26v-16,-1,-26,-11,-26,-26",w:165},"\u00b0":{d:"76,-256v40,0,65,26,65,65v0,40,-25,66,-65,66v-40,0,-65,-26,-65,-66v0,-39,25,-65,65,-65xm76,-158v18,0,32,-15,32,-33v0,-45,-64,-38,-64,0v0,19,14,33,32,33",w:152},"\u00a2":{d:"59,-34v-62,-19,-62,-168,0,-187r0,-35r43,0r0,32v19,5,33,18,42,40r-35,22v-6,-12,-11,-25,-26,-25v-40,0,-37,118,1,118v15,0,22,-14,28,-27r31,21v-8,18,-21,37,-41,43r0,36r-43,0r0,-38",w:154},"\u00a3":{d:"47,-136v-30,-42,-17,-120,51,-120v32,0,51,12,70,27r-24,34v-15,-17,-69,-29,-69,5v0,19,12,38,16,54r41,0r0,37r-38,0v-3,23,-12,43,-22,60r91,0r0,39r-141,0r0,-37v16,-19,27,-33,29,-62r-29,0r0,-37r25,0",w:176},"\u00a7":{d:"142,-201v-18,-19,-88,-19,-58,18v36,24,89,31,90,89v0,28,-15,44,-32,55v37,34,8,104,-51,98v-26,-3,-44,-10,-63,-20r20,-35v17,19,87,20,58,-18v-35,-24,-90,-30,-90,-89v0,-28,15,-44,32,-55v-37,-34,-8,-104,50,-98v27,3,45,11,64,21xm100,-64v19,11,34,-18,27,-39v-7,-19,-29,-23,-46,-34v-26,9,-25,53,0,62v5,3,11,7,19,11",w:189},"\u00b6":{d:"15,-171v0,-52,32,-81,82,-81r100,0r0,319r-38,0r0,-284r-23,0r0,284r-38,0r0,-157v-52,-1,-83,-28,-83,-81",w:223},"\u00df":{d:"125,-145v25,11,43,28,42,65v0,54,-28,82,-84,80r0,-39v29,1,41,-12,41,-41v0,-28,-14,-44,-41,-43r0,-39v20,1,31,-10,31,-32v1,-18,-10,-28,-26,-28v-17,0,-26,10,-26,29r0,241r-42,21r0,-260v-1,-47,24,-70,69,-70v71,0,93,97,36,116",w:180},"\u00ae":{d:"114,-256v70,0,101,58,101,130v0,73,-31,130,-101,130v-69,0,-100,-58,-100,-130v0,-72,31,-130,100,-130xm115,-17v56,0,78,-49,78,-108v0,-59,-21,-110,-79,-110v-56,0,-78,49,-78,108v0,59,22,110,79,110xm115,-199v50,-7,59,69,21,82r25,59r-28,0r-22,-54r-8,0r0,54r-26,0r0,-141r38,0xm135,-155v0,-18,-13,-21,-32,-20r0,40v18,1,32,-2,32,-20",w:232},"\u00a9":{d:"114,-256v70,0,101,58,101,130v0,73,-31,130,-101,130v-69,0,-100,-58,-100,-130v0,-72,31,-130,100,-130xm115,-17v56,0,78,-49,78,-108v0,-59,-21,-110,-79,-110v-56,0,-78,49,-78,108v0,59,22,110,79,110xm156,-90v-7,21,-16,36,-41,36v-64,0,-63,-144,1,-145v25,-1,34,17,40,36r-24,7v-4,-10,-4,-19,-17,-18v-29,3,-29,95,1,95v12,0,13,-8,18,-20",w:232},"\u00b4":{d:"68,-214r-35,0r32,-58r56,0",w:144},"\u00a8":{d:"107,-266v15,1,24,11,25,26v1,14,-12,26,-25,26v-17,0,-25,-11,-26,-26v-1,-14,12,-27,26,-26xm12,-240v0,-35,51,-33,51,0v0,14,-12,26,-25,26v-16,-1,-26,-11,-26,-26",w:144},"\u00c6":{d:"121,0r0,-51r-53,0r-17,51r-45,0r90,-252r149,0r0,42r-81,0r0,55r53,0r0,41r-53,0r0,72r84,0r0,42r-127,0xm122,-212r-40,120r39,0",w:263},"\u00d8":{d:"157,-226v48,71,33,265,-88,225r-7,19r-39,0r16,-44v-49,-72,-32,-264,88,-225r8,-19r39,0xm111,-210v-58,-18,-56,74,-48,129xm85,-41v60,15,56,-75,49,-130",w:196},"\u00b1":{d:"270,-126v-25,14,-43,43,-73,49v-9,-7,1,-20,2,-30r-42,0r0,41v11,-5,40,-8,28,8r-46,63v-16,-23,-36,-43,-50,-68v2,-16,20,-5,30,-3r0,-41r-41,0v4,10,12,36,-7,29r-64,-48v23,-16,44,-35,69,-49v15,2,3,20,2,30r41,0r0,-41v-11,5,-35,11,-28,-8r48,-63r49,68v-3,15,-20,5,-31,3r0,41r42,0v-4,-11,-12,-36,8,-28"},"\u00a5":{d:"110,-89r0,10r38,0r0,39r-38,0r0,40r-42,0r0,-40r-38,0r0,-39r38,0r0,-9r-63,-164r50,0r35,113r34,-113r49,0",w:178},"\u00b5":{d:"256,-125v-26,18,-48,40,-77,55v-16,-3,-4,-23,-2,-33r-91,0v5,11,13,39,-8,31r-71,-53v26,-17,48,-39,77,-54v16,3,4,22,2,33r91,0v-5,-11,-13,-39,8,-31",w:262},"\u00aa":{d:"24,-241v32,-25,98,-21,98,36r0,105r-34,0r0,-10v-26,31,-78,4,-73,-40v-4,-40,40,-62,73,-45v9,-35,-31,-35,-49,-21xm50,-150v-3,30,30,27,38,10r0,-24v-11,-13,-41,-9,-38,14",w:142},"\u00ba":{d:"72,-256v39,0,58,35,58,80v0,45,-19,80,-58,80v-38,0,-58,-34,-58,-80v0,-45,19,-80,58,-80xm72,-129v32,-6,32,-91,-1,-94v-33,2,-31,93,1,94",w:143},"\u00e6":{d:"21,-175v25,-20,86,-28,103,4v9,-12,23,-22,43,-22v56,0,72,56,68,115r-95,0v-4,41,44,56,60,25r30,23v-16,39,-91,47,-110,7v-30,46,-118,29,-110,-39v-5,-50,49,-77,89,-55v1,-21,-1,-38,-22,-38v-17,0,-27,4,-38,11xm194,-113v-3,-20,-6,-42,-27,-42v-16,0,-25,14,-27,42r54,0xm53,-63v-6,33,38,37,46,13r0,-30v-12,-16,-50,-11,-46,17",w:248},"\u00f8":{d:"130,-174v49,49,31,204,-66,175r-6,17r-34,0r13,-34v-46,-51,-28,-202,67,-174r7,-17r33,0xm91,-154v-39,-11,-40,52,-34,90xm77,-35v40,9,40,-54,34,-91",w:168},"\u00bf":{d:"87,-256v15,0,30,14,30,29v0,15,-14,29,-30,29v-16,0,-29,-14,-29,-29v0,-15,14,-29,29,-29xm157,-37v-18,24,-37,41,-76,41v-44,0,-69,-23,-71,-66v-2,-58,59,-54,56,-114r43,0v3,52,-27,68,-50,94v-11,21,2,44,26,42v20,-1,32,-12,42,-26",w:159},"\u00a1":{d:"48,-252v15,0,29,14,29,29v0,15,-13,29,-29,29v-16,0,-29,-13,-29,-29v0,-16,14,-29,29,-29xm25,4v0,-61,-3,-125,7,-176r31,0v9,52,7,115,7,176r-45,0",w:95},"\u00ac":{d:"202,-125v-26,18,-48,40,-77,55v-16,-3,-4,-23,-2,-33r-107,0r0,-43r107,0v-5,-11,-13,-39,8,-31",w:208},"\u00ab":{d:"129,0r-49,-94r49,-95r42,0r-47,94r47,95r-42,0xm56,0r-49,-94r49,-95r42,0r-47,94r47,95r-42,0",w:183},"\u00bb":{d:"128,0r-43,0r47,-94r-47,-95r43,0r48,94xm55,0r-42,0r46,-94r-46,-95r42,0r49,94",w:183},"\u00c0":{d:"136,0r-11,-53r-57,0r-12,53r-46,0r65,-252r43,0r65,252r-47,0xm115,-95r-19,-91r-18,91r37,0xm82,-268r-53,-58r56,0r32,58r-35,0",w:192},"\u00c3":{d:"156,-314v0,26,-11,45,-35,47v-22,2,-30,-15,-47,-17v-8,1,-8,6,-10,16r-28,0v0,-28,14,-50,44,-46v19,3,43,33,49,0r27,0xm136,0r-11,-53r-57,0r-12,53r-46,0r65,-252r43,0r65,252r-47,0xm115,-95r-19,-91r-18,91r37,0",w:192},"\u00d5":{d:"158,-314v0,26,-11,45,-35,47v-22,2,-30,-15,-47,-17v-8,1,-8,6,-10,16r-28,0v0,-28,14,-50,44,-46v19,3,44,33,49,0r27,0xm99,-256v66,0,83,63,83,130v0,68,-18,130,-84,130v-66,0,-84,-62,-84,-130v0,-68,18,-130,85,-130xm99,-41v33,-3,37,-43,37,-85v0,-43,-5,-81,-38,-85v-34,3,-38,43,-38,85v0,43,5,81,39,85",w:196},"\u00f7":{d:"270,-126v-25,14,-43,43,-73,49v-9,-7,1,-20,2,-30r-42,0r0,41v11,-5,40,-8,28,8r-46,63v-16,-23,-36,-43,-50,-68v2,-16,20,-5,30,-3r0,-41r-41,0v4,10,12,36,-7,29r-64,-48v23,-16,44,-35,69,-49v15,2,3,20,2,30r41,0r0,-41v-11,5,-35,11,-28,-8r48,-63r49,68v-3,15,-20,5,-31,3r0,41r42,0v-4,-11,-12,-36,8,-28"},"\u00ff":{d:"84,67r-40,0r19,-70r-56,-186r45,0r31,131r28,-131r45,0xm115,-265v15,1,24,11,25,26v1,14,-12,26,-25,26v-17,0,-25,-11,-26,-26v-1,-14,12,-27,26,-26xm20,-239v0,-35,51,-33,51,0v0,14,-12,26,-25,26v-16,-1,-26,-11,-26,-26",w:162,k:{"\u00a1":521,"\u00bf":482,"\u00e6":286,"\u00df":194,"\u00a7":532,"\u00a3":532,z:654,s:194,p:378,o:194,l:520,j:704,i:704,e:286,d:520,b:378,"\\":194,U:470,S:470,R:378,Q:470,O:470,K:378,B:470,A:470,":":-318,"9":533,",":482}},"\u00a4":{d:"270,-126v-25,14,-43,43,-73,49v-9,-7,1,-20,2,-30r-42,0r0,41v11,-5,40,-8,28,8r-46,63v-16,-23,-36,-43,-50,-68v2,-16,20,-5,30,-3r0,-41r-41,0v4,10,12,36,-7,29r-64,-48v23,-16,44,-35,69,-49v15,2,3,20,2,30r41,0r0,-41v-11,5,-35,11,-28,-8r48,-63r49,68v-3,15,-20,5,-31,3r0,41r42,0v-4,-11,-12,-36,8,-28"},"\u00b7":{d:"44,-162v15,0,30,15,30,30v0,15,-15,30,-30,30v-15,0,-30,-15,-30,-30v0,-15,15,-30,30,-30",w:88},"\u2219":{d:"44,-162v15,0,30,15,30,30v0,15,-15,30,-30,30v-15,0,-30,-15,-30,-30v0,-15,15,-30,30,-30",w:88},"\u00c2":{d:"123,-266r-27,-27r-28,27r-31,0r39,-58r40,0r39,58r-32,0xm136,0r-11,-53r-57,0r-12,53r-46,0r65,-252r43,0r65,252r-47,0xm115,-95r-19,-91r-18,91r37,0",w:192},"\u00ca":{d:"114,-268r-28,-26r-27,26r-31,0r39,-58r40,0r39,58r-32,0xm23,0r0,-252r130,0r0,43r-85,0r0,53r57,0r0,43r-57,0r0,70r88,0r0,43r-133,0",w:171},"\u00c1":{d:"136,0r-11,-53r-57,0r-12,53r-46,0r65,-252r43,0r65,252r-47,0xm115,-95r-19,-91r-18,91r37,0xm109,-268r-35,0r32,-58r56,0",w:192},"\u00cb":{d:"23,0r0,-252r130,0r0,43r-85,0r0,53r57,0r0,43r-57,0r0,70r88,0r0,43r-133,0xm121,-320v15,1,24,11,25,26v1,14,-12,26,-25,26v-17,0,-25,-11,-26,-26v-1,-14,12,-27,26,-26xm26,-294v0,-35,51,-33,51,0v0,14,-12,26,-25,26v-16,-1,-26,-11,-26,-26",w:171},"\u00c8":{d:"23,0r0,-252r130,0r0,43r-85,0r0,53r57,0r0,43r-57,0r0,70r88,0r0,43r-133,0xm72,-268r-53,-58r56,0r32,58r-35,0",w:171},"\u00cd":{d:"25,0r0,-252r45,0r0,252r-45,0xm62,-268r-35,0r32,-58r56,0",w:95},"\u00ce":{d:"76,-266r-28,-26r-28,26r-31,0r39,-57r40,0r39,57r-31,0xm25,0r0,-252r45,0r0,252r-45,0",w:95},"\u00cf":{d:"25,0r0,-252r45,0r0,252r-45,0xm82,-320v15,1,24,11,25,26v1,14,-12,26,-25,26v-17,0,-25,-11,-26,-26v-1,-14,12,-27,26,-26xm-13,-294v0,-35,51,-33,51,0v0,14,-12,26,-25,26v-16,-1,-26,-11,-26,-26",w:95},"\u00cc":{d:"25,0r0,-252r45,0r0,252r-45,0xm33,-268r-52,-58r55,0r32,58r-35,0",w:95},"\u00d3":{d:"99,-256v66,0,83,63,83,130v0,68,-18,130,-84,130v-66,0,-84,-62,-84,-130v0,-68,18,-130,85,-130xm99,-41v33,-3,37,-43,37,-85v0,-43,-5,-81,-38,-85v-34,3,-38,43,-38,85v0,43,5,81,39,85xm108,-268r-35,0r32,-58r56,0",w:196},"\u00d4":{d:"124,-266r-28,-27r-27,27r-31,0r39,-58r40,0r39,58r-32,0xm99,-256v66,0,83,63,83,130v0,68,-18,130,-84,130v-66,0,-84,-62,-84,-130v0,-68,18,-130,85,-130xm99,-41v33,-3,37,-43,37,-85v0,-43,-5,-81,-38,-85v-34,3,-38,43,-38,85v0,43,5,81,39,85",w:196},"\u00d2":{d:"99,-256v66,0,83,63,83,130v0,68,-18,130,-84,130v-66,0,-84,-62,-84,-130v0,-68,18,-130,85,-130xm99,-41v33,-3,37,-43,37,-85v0,-43,-5,-81,-38,-85v-34,3,-38,43,-38,85v0,43,5,81,39,85xm82,-268r-53,-58r56,0r32,58r-35,0",w:196},"\u00da":{d:"172,-252v-8,102,33,256,-75,256v-108,0,-67,-154,-75,-256r45,0r0,152v1,35,4,59,31,59v27,0,28,-24,29,-59r0,-152r45,0xm108,-264r-35,0r32,-58r56,0",w:194},"\u00db":{d:"125,-268r-28,-26r-28,26r-31,0r39,-58r40,0r39,58r-31,0xm172,-252v-8,102,33,256,-75,256v-108,0,-67,-154,-75,-256r45,0r0,152v1,35,4,59,31,59v27,0,28,-24,29,-59r0,-152r45,0",w:194},"\u00d9":{d:"172,-252v-8,102,33,256,-75,256v-108,0,-67,-154,-75,-256r45,0r0,152v1,35,4,59,31,59v27,0,28,-24,29,-59r0,-152r45,0xm82,-264r-53,-58r56,0r32,58r-35,0",w:194},"\u00af":{d:"25,-220r0,-34r94,0r0,34r-94,0",w:144},"\u00b8":{d:"78,15v18,-6,37,2,37,23v0,39,-57,37,-79,19r7,-14v10,7,44,18,44,-4v0,-20,-24,-2,-33,-12r8,-31r20,0",w:144},"\u00d0":{d:"86,-252v72,1,96,52,96,126v0,74,-25,125,-97,126r-56,0r0,-111r-18,0r0,-41r18,0r0,-100r57,0xm72,-44v54,5,64,-33,64,-82v0,-49,-10,-88,-64,-82r0,56r30,0r0,41r-30,0r0,67",w:196}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copr. 1994, Tobias Frere-Jones. Designed by Tobias Frere-Jones. Produced by The
 * Font Bureau, Inc.
 * 
 * Manufacturer:
 * Copr. Tobias Frere-Jones. Designed by Tobias Frere-Jones. Produced by The Font
 * Bureau, Inc
 */
Cufon.registerFont({w:161,face:{"font-family":"Interstate-LightCondensed","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 6 3 0 0 2 0 4",ascent:"288",descent:"-72","x-height":"4",bbox:"-17 -326 258.753 69","underline-thickness":"7.2","underline-position":"-40.68","unicode-range":"U+0020-U+00FF"},glyphs:{" ":{w:75},"\u00a0":{w:75},"\u00dd":{d:"94,-105r0,105r-25,0r0,-105r-59,-147r27,0r45,124r45,-124r26,0xm90,-261r-18,0r31,-58r34,0",w:163},"\u00fd":{d:"68,67r-25,0r20,-65r-52,-191r26,0r38,162r38,-162r26,0xm79,-211r-18,0r31,-58r34,0",w:149},"\u00de":{d:"50,-202v60,-5,100,13,99,70v-1,56,-36,81,-99,74r0,58r-25,0r0,-252r25,0r0,50xm50,-82v44,3,73,-4,73,-48v0,-44,-29,-52,-73,-48r0,96",w:160},"\u00fe":{d:"90,-193v42,0,53,45,53,97v1,55,-12,100,-56,100v-18,0,-29,-8,-38,-18r0,69r-25,14r0,-317r25,-14r0,89v9,-11,22,-20,41,-20xm86,-18v32,0,33,-42,33,-78v0,-40,-5,-71,-35,-75v-15,2,-26,9,-35,19r0,114v9,10,19,20,37,20",w:159},"\u00bd":{d:"204,-124v-19,13,-35,28,-55,39v-2,-8,7,-19,9,-28r-42,0r0,72v9,-3,19,-8,28,-9v-11,20,-27,36,-39,55v-13,-19,-28,-35,-39,-55v9,0,19,7,28,9r0,-72r-43,0v3,9,8,19,9,28v-20,-11,-36,-27,-55,-39v19,-13,35,-28,55,-39v0,9,-7,19,-9,28r43,0r0,-76v-9,3,-19,8,-28,9v11,-20,27,-36,39,-55v13,19,28,35,39,55v-9,0,-19,-7,-28,-9r0,76r42,0v-3,-9,-11,-20,-9,-28v20,11,36,27,55,39",w:208},"\u00bc":{d:"204,-124v-19,13,-35,28,-55,39v-2,-8,7,-19,9,-28r-42,0r0,72v9,-3,19,-8,28,-9v-11,20,-27,36,-39,55v-13,-19,-28,-35,-39,-55v9,0,19,7,28,9r0,-72r-43,0v3,9,8,19,9,28v-20,-11,-36,-27,-55,-39v19,-13,35,-28,55,-39v0,9,-7,19,-9,28r43,0r0,-76v-9,3,-19,8,-28,9v11,-20,27,-36,39,-55v13,19,28,35,39,55v-9,0,-19,-7,-28,-9r0,76r42,0v-3,-9,-11,-20,-9,-28v20,11,36,27,55,39",w:208},"\u00b9":{d:"204,-124v-19,13,-35,28,-55,39v-2,-8,7,-19,9,-28r-42,0r0,72v9,-3,19,-8,28,-9v-11,20,-27,36,-39,55v-13,-19,-28,-35,-39,-55v9,0,19,7,28,9r0,-72r-43,0v3,9,8,19,9,28v-20,-11,-36,-27,-55,-39v19,-13,35,-28,55,-39v0,9,-7,19,-9,28r43,0r0,-76v-9,3,-19,8,-28,9v11,-20,27,-36,39,-55v13,19,28,35,39,55v-9,0,-19,-7,-28,-9r0,76r42,0v-3,-9,-11,-20,-9,-28v20,11,36,27,55,39",w:208},"\u00be":{d:"204,-124v-19,13,-35,28,-55,39v-2,-8,7,-19,9,-28r-42,0r0,72v9,-3,19,-8,28,-9v-11,20,-27,36,-39,55v-13,-19,-28,-35,-39,-55v9,0,19,7,28,9r0,-72r-43,0v3,9,8,19,9,28v-20,-11,-36,-27,-55,-39v19,-13,35,-28,55,-39v0,9,-7,19,-9,28r43,0r0,-76v-9,3,-19,8,-28,9v11,-20,27,-36,39,-55v13,19,28,35,39,55v-9,0,-19,-7,-28,-9r0,76r42,0v-3,-9,-11,-20,-9,-28v20,11,36,27,55,39",w:208},"\u00b3":{d:"204,-124v-19,13,-35,28,-55,39v-2,-8,7,-19,9,-28r-42,0r0,72v9,-3,19,-8,28,-9v-11,20,-27,36,-39,55v-13,-19,-28,-35,-39,-55v9,0,19,7,28,9r0,-72r-43,0v3,9,8,19,9,28v-20,-11,-36,-27,-55,-39v19,-13,35,-28,55,-39v0,9,-7,19,-9,28r43,0r0,-76v-9,3,-19,8,-28,9v11,-20,27,-36,39,-55v13,19,28,35,39,55v-9,0,-19,-7,-28,-9r0,76r42,0v-3,-9,-11,-20,-9,-28v20,11,36,27,55,39",w:208},"\u00b2":{d:"204,-124v-19,13,-35,28,-55,39v-2,-8,7,-19,9,-28r-42,0r0,72v9,-3,19,-8,28,-9v-11,20,-27,36,-39,55v-13,-19,-28,-35,-39,-55v9,0,19,7,28,9r0,-72r-43,0v3,9,8,19,9,28v-20,-11,-36,-27,-55,-39v19,-13,35,-28,55,-39v0,9,-7,19,-9,28r43,0r0,-76v-9,3,-19,8,-28,9v11,-20,27,-36,39,-55v13,19,28,35,39,55v-9,0,-19,-7,-28,-9r0,76r42,0v-3,-9,-11,-20,-9,-28v20,11,36,27,55,39",w:208},"\u00a6":{d:"204,-124v-19,13,-35,28,-55,39v-2,-8,7,-19,9,-28r-42,0r0,72v9,-3,19,-8,28,-9v-11,20,-27,36,-39,55v-13,-19,-28,-35,-39,-55v9,0,19,7,28,9r0,-72r-43,0v3,9,8,19,9,28v-20,-11,-36,-27,-55,-39v19,-13,35,-28,55,-39v0,9,-7,19,-9,28r43,0r0,-76v-9,3,-19,8,-28,9v11,-20,27,-36,39,-55v13,19,28,35,39,55v-9,0,-19,-7,-28,-9r0,76r42,0v-3,-9,-11,-20,-9,-28v20,11,36,27,55,39",w:208},"\u00ad":{d:"204,-124v-19,13,-35,28,-55,39v-2,-8,7,-19,9,-28r-42,0r0,72v9,-3,19,-8,28,-9v-11,20,-27,36,-39,55v-13,-19,-28,-35,-39,-55v9,0,19,7,28,9r0,-72r-43,0v3,9,8,19,9,28v-20,-11,-36,-27,-55,-39v19,-13,35,-28,55,-39v0,9,-7,19,-9,28r43,0r0,-76v-9,3,-19,8,-28,9v11,-20,27,-36,39,-55v13,19,28,35,39,55v-9,0,-19,-7,-28,-9r0,76r42,0v-3,-9,-11,-20,-9,-28v20,11,36,27,55,39",w:208},"\u00d7":{d:"204,-124v-19,13,-35,28,-55,39v-2,-8,7,-19,9,-28r-42,0r0,72v9,-3,19,-8,28,-9v-11,20,-27,36,-39,55v-13,-19,-28,-35,-39,-55v9,0,19,7,28,9r0,-72r-43,0v3,9,8,19,9,28v-20,-11,-36,-27,-55,-39v19,-13,35,-28,55,-39v0,9,-7,19,-9,28r43,0r0,-76v-9,3,-19,8,-28,9v11,-20,27,-36,39,-55v13,19,28,35,39,55v-9,0,-19,-7,-28,-9r0,76r42,0v-3,-9,-11,-20,-9,-28v20,11,36,27,55,39",w:208},"\u00f0":{d:"108,-227v25,25,38,67,37,120v-1,60,-9,109,-64,111v-86,3,-87,-178,-4,-178v25,0,36,12,46,28v-6,-27,-13,-49,-29,-65r-18,20r-17,-14r17,-19v-8,-5,-17,-7,-26,-9r0,-23v15,2,28,7,41,15r14,-15r16,14xm81,-19v30,0,40,-30,40,-66v0,-37,-9,-66,-41,-66v-29,0,-40,31,-39,66v0,37,10,66,40,66"},"!":{d:"46,-60r-14,0v-6,-59,-5,-126,-5,-192r24,0r0,126xm39,-33v10,0,18,9,18,19v0,11,-7,18,-18,18v-11,0,-18,-7,-18,-18v0,-10,8,-19,18,-19",w:78},'"':{d:"107,-134r-17,0r-6,-118r29,0xm46,-134r-16,0r-7,-118r30,0",w:136},"#":{d:"142,-63r0,63r-24,0r0,-63r-49,0r0,63r-24,0r0,-63r-31,0r0,-22r31,0r0,-82r-31,0r0,-23r31,0r0,-62r24,0r0,62r49,0r0,-62r24,0r0,62r31,0r0,23r-31,0r0,82r31,0r0,22r-31,0xm118,-167r-49,0r0,82r49,0r0,-82",w:186},"$":{d:"111,-200v-7,-35,-68,-44,-68,1v0,69,92,59,92,140v0,33,-20,56,-48,60r0,27r-25,0r0,-27v-26,-6,-40,-23,-49,-49r23,-10v9,20,16,37,39,37v21,0,35,-13,35,-35v-3,-73,-93,-65,-92,-141v0,-29,18,-51,43,-56r0,-27r25,0r0,27v26,4,36,20,46,41",w:151},"%":{d:"212,-153v63,0,62,158,-1,157v-61,-1,-61,-157,1,-157xm82,0r-23,0r132,-252r24,0xm62,-256v63,1,61,156,-1,157v-63,0,-62,-158,1,-157xm212,-17v33,-6,33,-111,-1,-115v-32,6,-31,110,1,115xm62,-120v32,-7,31,-110,-1,-115v-32,5,-32,112,1,115",w:272},"&":{d:"150,-122v-6,26,-12,48,-21,69r27,53r-27,0r-14,-25v-24,49,-100,32,-100,-36v0,-37,18,-60,39,-79v-8,-22,-22,-39,-24,-67v-4,-41,49,-63,80,-39v8,7,14,15,20,26r-18,15v-7,-28,-54,-42,-57,-4v8,53,41,84,59,127v5,-14,11,-29,14,-46xm40,-63v0,32,22,56,46,37v5,-4,11,-12,17,-24r-37,-68v-17,16,-26,34,-26,55",w:166},"'":{d:"46,-134r-17,0r-6,-118r30,0",w:75},"(":{d:"84,-247v-55,62,-55,214,0,276r-14,11v-55,-56,-72,-190,-22,-266v7,-11,14,-21,22,-31",w:97},")":{d:"27,-257v46,48,72,151,39,230v-10,24,-23,47,-39,67r-13,-11v55,-62,55,-214,0,-276",w:97},"*":{d:"112,-160r-36,-28r5,47r-22,0r5,-47r-36,29r-12,-20r42,-18r-42,-18r12,-19r36,28r-5,-46r22,0r-5,46r36,-28r12,19r-42,18r42,18",w:139},"+":{d:"87,-112r0,55r-24,0r0,-55r-50,0r0,-23r50,0r0,-56r24,0r0,56r51,0r0,23r-51,0",w:150},",":{d:"32,37r-16,0r5,-69r29,0",w:65},"-":{d:"14,-120r0,-24r68,0r0,24r-68,0",w:96},".":{d:"33,-34v11,0,18,9,18,19v0,10,-6,20,-18,19v-11,1,-18,-9,-18,-19v0,-10,8,-19,18,-19",w:65},"/":{d:"26,32r-23,0r81,-316r23,0",w:109},"0":{d:"84,-256v55,0,67,62,67,130v0,69,-11,130,-67,130v-56,0,-67,-62,-67,-130v0,-69,11,-130,67,-130xm126,-126v0,-71,-14,-107,-42,-107v-28,0,-42,36,-42,107v0,71,14,107,42,107v28,0,42,-36,42,-107",w:168},"1":{d:"4,-224v24,-2,35,-7,40,-28r19,0r0,252r-24,0r0,-208r-35,0r0,-16",w:89},"2":{d:"130,-194v-4,81,-91,85,-91,170r92,0r0,24r-119,0v-5,-86,53,-117,85,-165v16,-24,8,-69,-25,-68v-22,1,-29,16,-38,34r-21,-11v10,-25,27,-45,61,-46v36,-1,58,25,56,62",w:148},"3":{d:"96,-135v26,7,34,29,36,63v4,60,-55,97,-100,64v-10,-7,-17,-21,-23,-36r22,-11v9,24,21,36,38,36v29,0,37,-25,38,-52v1,-38,-16,-53,-54,-51r0,-23v34,3,48,-12,49,-48v0,-24,-10,-40,-33,-40v-21,0,-27,14,-36,32r-20,-11v11,-22,23,-44,57,-44v66,0,73,101,26,121",w:150},"4":{d:"125,-66r0,66r-23,0r0,-66r-93,0r0,-19r93,-167r23,0r0,164r23,0r0,22r-23,0xm102,-209r-68,121r68,0r0,-121",w:158},"5":{d:"43,-148v40,-35,107,0,97,63v13,85,-94,121,-125,46r21,-12v8,15,18,32,39,32v54,0,53,-118,2,-120v-19,0,-27,10,-36,21r-22,-6r6,-128r106,0r0,24r-83,0",w:156},"6":{d:"86,-152v43,1,60,33,60,77v0,46,-21,79,-66,79v-101,0,-67,-198,-11,-235v14,-9,26,-19,44,-25r8,21v-43,16,-72,54,-80,105v10,-12,22,-22,45,-22xm81,-19v27,0,40,-25,40,-55v0,-31,-12,-55,-40,-55v-29,0,-40,24,-40,54v0,30,14,56,40,56",w:158},"7":{d:"128,-229v-41,58,-60,132,-61,229r-25,0v2,-94,19,-169,59,-228r-95,0r0,-24r122,0r0,23",w:146},"8":{d:"80,4v-72,0,-83,-115,-31,-141v-46,-25,-31,-119,32,-119v63,0,77,94,31,118v53,26,41,142,-32,142xm81,-148v22,-3,34,-18,34,-42v-1,-24,-11,-43,-35,-43v-23,0,-33,19,-34,43v0,25,13,40,35,42xm81,-19v51,0,54,-107,-1,-106v-28,1,-39,23,-39,52v0,30,13,54,40,54"},"9":{d:"78,-256v101,0,67,198,11,235v-14,9,-26,19,-44,25r-8,-21v44,-16,73,-53,80,-105v-10,12,-22,22,-45,22v-43,-1,-60,-33,-60,-77v0,-46,21,-79,66,-79xm77,-123v29,0,40,-23,40,-54v0,-30,-14,-56,-40,-56v-27,0,-40,26,-40,55v-1,31,12,55,40,55",w:158},":":{d:"33,-193v11,0,18,9,18,19v0,10,-7,19,-18,19v-10,0,-18,-9,-18,-19v0,-10,8,-19,18,-19xm33,-34v11,0,18,9,18,19v0,10,-6,20,-18,19v-11,1,-18,-9,-18,-19v0,-10,8,-19,18,-19",w:65},";":{d:"33,-193v11,0,18,9,18,19v0,10,-7,19,-18,19v-10,0,-18,-9,-18,-19v0,-10,8,-19,18,-19xm29,37r-15,0r4,-69r30,0",w:65},"<":{d:"13,-114r0,-20r79,-78r0,31r-59,57r59,57r0,32",w:108},"=":{d:"21,-146r0,-24r116,0r0,24r-116,0xm21,-78r0,-24r116,0r0,24r-116,0",w:158},">":{d:"16,-35r0,-32r60,-56r-60,-57r0,-32r79,78r0,20",w:108},"?":{d:"73,-256v68,0,68,95,24,125v-18,12,-21,37,-21,68r-23,0v-1,-43,6,-68,30,-86v28,-22,29,-84,-12,-84v-23,0,-29,15,-38,35r-21,-10v10,-26,26,-48,61,-48xm64,-33v10,0,18,9,18,19v0,11,-7,18,-18,18v-11,0,-18,-7,-18,-18v0,-10,8,-19,18,-19",w:144},"@":{d:"33,-126v-4,75,48,139,115,103r6,14v-76,42,-143,-29,-138,-117v4,-72,26,-130,95,-130v66,0,95,55,95,126v0,39,-4,75,-40,75v-14,0,-21,-7,-27,-16v-23,29,-79,16,-72,-32v-5,-39,36,-56,65,-40v0,-22,4,-42,-22,-42v-8,0,-16,3,-25,10r-9,-13v20,-22,78,-23,73,22v5,33,-14,90,18,95v21,-4,22,-27,22,-59v0,-60,-21,-110,-78,-110v-59,0,-75,53,-78,114xm85,-103v-5,34,34,40,47,18r0,-41v-18,-14,-51,-6,-47,23",w:222},A:{d:"134,0r-14,-66r-66,0r-15,66r-25,0r59,-252r27,0r60,252r-26,0xm114,-89r-28,-132v-5,47,-18,88,-27,132r55,0",w:173},B:{d:"82,-252v66,-8,79,99,29,118v24,8,38,27,38,60v-1,46,-21,73,-67,74r-57,0r0,-252r57,0xm50,-145v40,4,67,-6,67,-43v0,-38,-28,-44,-67,-41r0,84xm124,-72v0,-42,-29,-55,-74,-50r0,99v44,2,74,0,74,-49",w:165},C:{d:"149,-49v-11,28,-26,53,-62,53v-59,0,-69,-65,-69,-130v0,-66,11,-130,70,-130v37,0,48,24,60,54r-22,10v-9,-24,-14,-39,-39,-41v-37,7,-44,54,-44,107v0,54,7,101,46,107v24,-2,31,-18,39,-41",w:163},D:{d:"74,-252v63,2,79,53,80,124v2,89,-32,140,-129,128r0,-252r49,0xm50,-23v68,7,79,-41,79,-104v-1,-66,-12,-109,-79,-102r0,206",w:171},E:{d:"25,0r0,-252r108,0r0,23r-83,0r0,82r52,0r0,24r-52,0r0,100r87,0r0,23r-112,0",w:151},F:{d:"50,-229r0,85r53,0r0,24r-53,0r0,120r-25,0r0,-252r107,0r0,23r-82,0",w:145},G:{d:"154,-128v3,68,-3,132,-67,132v-59,0,-65,-65,-69,-130v-5,-81,39,-163,109,-115v12,8,15,24,21,39r-22,10v-9,-23,-14,-39,-38,-41v-38,6,-45,54,-45,107v0,54,7,102,46,107v32,4,44,-38,41,-85r-34,0r0,-24r58,0",w:171},H:{d:"131,0r0,-122r-81,0r0,122r-25,0r0,-252r25,0r0,107r81,0r0,-107r25,0r0,252r-25,0",w:181},I:{d:"27,0r0,-252r25,0r0,252r-25,0",w:79},J:{d:"128,-73v9,65,-60,100,-99,60v-10,-10,-16,-26,-20,-45r24,-6v6,26,10,45,36,45v29,0,34,-23,34,-55r0,-178r25,0r0,179",w:151},K:{d:"126,0r-51,-132r-25,39r0,93r-25,0r0,-252r25,0r0,124r71,-124r27,0r-56,94r62,158r-28,0",w:164},L:{d:"25,0r0,-252r25,0r0,229r81,0r0,23r-106,0",w:144},M:{d:"161,0r0,-195v-16,69,-39,134,-57,202r-56,-202r1,195r-24,0r0,-252r28,0r46,164v2,10,4,20,5,28v13,-67,35,-129,53,-192r27,0r0,252r-23,0",w:209},N:{d:"135,0r-86,-200r0,200r-24,0r0,-252r25,0r83,194r-1,-194r24,0r0,252r-21,0",w:181},O:{d:"90,-256v61,0,72,63,72,130v0,65,-11,130,-72,130v-61,0,-72,-64,-72,-130v0,-67,11,-130,72,-130xm90,-19v39,-6,46,-53,47,-107v0,-54,-9,-101,-48,-107v-38,6,-45,53,-46,107v0,54,9,101,47,107",w:180},P:{d:"25,-252v69,-4,126,2,124,70v-2,56,-36,80,-99,73r0,109r-25,0r0,-252xm50,-132v44,3,73,-5,73,-49v0,-44,-29,-52,-73,-48r0,97",w:160},Q:{d:"90,-256v92,0,85,175,47,233r15,20r-19,14r-12,-17v-71,36,-107,-43,-103,-120v3,-67,11,-130,72,-130xm122,-43v24,-48,27,-185,-33,-190v-38,6,-45,53,-46,107v-1,59,14,121,65,102r-19,-26r18,-14",w:180},R:{d:"86,-252v75,-8,84,115,25,131r40,121r-28,0r-38,-114r-35,0r0,114r-25,0r0,-252r61,0xm50,-137v44,4,75,-4,75,-46v0,-42,-31,-50,-75,-46r0,92",w:167},S:{d:"113,-202v-7,-35,-68,-44,-68,1v0,71,92,62,92,144v0,54,-62,78,-99,48v-10,-9,-18,-21,-24,-37r23,-11v9,20,17,38,40,38v21,0,35,-13,35,-35v1,-73,-92,-66,-92,-145v0,-58,78,-76,104,-32v4,5,7,11,10,17",w:155},T:{d:"87,-229r0,229r-25,0r0,-229r-50,0r0,-23r126,0r0,23r-51,0",w:149},U:{d:"156,-76v-1,46,-21,80,-66,80v-45,0,-66,-32,-66,-79r0,-177r25,0r0,176v0,32,12,56,42,57v30,0,39,-24,39,-57r0,-176r26,0r0,176",w:179},V:{d:"97,0r-24,0r-59,-252r25,0r46,220r46,-220r25,0",w:169},W:{d:"166,0r-23,0r-35,-206r-34,206r-23,0r-38,-252r24,0r27,206r34,-206r22,0r34,206r27,-206r24,0",w:217},X:{d:"119,0r-39,-108r-41,108r-26,0r53,-131r-49,-121r27,0r36,98r36,-98r26,0r-49,121r54,131r-28,0",w:159},Y:{d:"94,-105r0,105r-25,0r0,-105r-59,-147r27,0r45,124r45,-124r26,0",w:163},Z:{d:"15,0r0,-22r96,-207r-89,0r0,-23r114,0r0,22r-95,207r95,0r0,23r-121,0",w:154},"[":{d:"26,36r0,-288r60,0r0,22r-36,0r0,244r36,0r0,22r-60,0",w:102},"\\":{d:"84,32r-81,-316r23,0r81,316r-23,0",w:109},"]":{d:"17,36r0,-22r36,0r0,-244r-36,0r0,-22r59,0r0,288r-59,0",w:102},"^":{d:"111,-138r-36,-83r-36,83r-26,0r52,-114r20,0r53,114r-27,0",w:150},_:{d:"0,55r0,-22r123,0r0,22r-123,0",w:123},"`":{d:"78,-214r-47,-58r34,0r31,58r-18,0",w:142},a:{d:"27,-174v30,-29,103,-29,103,34r0,140r-25,0r0,-16v-29,37,-99,17,-90,-42v-4,-52,49,-76,90,-53v1,-31,1,-60,-29,-60v-17,0,-26,8,-38,16xm40,-59v-7,47,49,50,65,22r0,-53v-26,-17,-71,-8,-65,31",w:153},b:{d:"90,-193v42,0,53,45,53,97v1,55,-12,100,-56,100v-18,0,-29,-8,-38,-18r0,14r-25,0r0,-248r25,-14r0,89v9,-11,22,-20,41,-20xm86,-18v32,0,33,-42,33,-78v0,-40,-5,-71,-35,-75v-15,2,-26,9,-35,19r0,114v9,10,19,20,37,20",w:159},c:{d:"129,-30v-12,19,-24,34,-51,34v-47,0,-59,-45,-61,-97v-3,-64,37,-123,92,-90v9,5,15,14,20,23r-19,15v-9,-14,-13,-25,-32,-25v-29,0,-37,36,-37,75v0,36,5,76,38,76v18,0,24,-11,33,-24",w:142},d:{d:"72,-193v18,0,29,8,39,18r0,-73r25,-14r0,262r-25,0r0,-16v-10,10,-22,20,-41,20v-42,0,-53,-44,-53,-97v0,-54,12,-100,55,-100xm76,-18v15,-2,26,-9,35,-19r0,-114v-9,-10,-19,-20,-37,-20v-30,0,-33,41,-33,78v0,40,5,71,35,75",w:159},e:{d:"78,-193v47,0,63,54,58,107r-95,0v2,33,8,67,37,67v19,0,28,-8,39,-21r15,16v-14,15,-29,28,-55,28v-47,0,-60,-45,-60,-98v-1,-53,16,-99,61,-99xm113,-108v-2,-30,-6,-62,-36,-62v-27,0,-34,27,-36,62r72,0",w:153},f:{d:"32,-189v-6,-48,12,-85,59,-69r0,23v-15,-6,-34,-7,-34,15r0,31r29,0r0,21r-29,0r0,168r-25,0r0,-168r-20,0r0,-21r20,0",w:100},g:{d:"72,-193v18,0,29,8,39,18r0,-14r25,0v-2,68,8,146,-4,207v-6,33,-34,46,-72,51r-8,-19v39,-5,63,-18,59,-66v-10,10,-22,20,-41,20v-42,0,-53,-44,-53,-97v0,-54,12,-100,55,-100xm76,-18v15,-2,26,-9,35,-19r0,-114v-9,-10,-19,-20,-37,-20v-30,0,-33,41,-33,78v0,40,5,71,35,75",w:159},h:{d:"89,-193v77,2,43,121,50,193r-25,0r0,-127v8,-52,-51,-53,-65,-22r0,149r-25,0r0,-248r25,-14r0,89v8,-10,21,-21,40,-20"},i:{d:"39,-261v9,0,16,9,16,18v1,9,-6,19,-16,18v-11,1,-18,-9,-18,-18v0,-9,8,-18,18,-18xm26,0r0,-189r24,0r0,189r-24,0",w:76},j:{d:"39,-261v9,0,16,9,16,18v1,9,-6,19,-16,18v-11,1,-18,-9,-18,-18v0,-9,8,-18,18,-18xm-7,50v24,-7,33,-20,33,-53r0,-186r24,0r-2,214v-5,26,-21,38,-47,44",w:77},k:{d:"110,0r-38,-97r-23,37r0,60r-25,0r0,-248r25,-14r0,168v16,-34,36,-63,54,-95r27,0r-43,69r49,120r-26,0",w:146},l:{d:"26,0r0,-248r24,-14r0,262r-24,0",w:76},m:{d:"125,-170v26,-40,91,-25,91,40r0,130r-24,0r0,-127v8,-51,-46,-53,-60,-22r0,149r-24,0r0,-127v8,-50,-45,-54,-59,-22r0,149r-25,0r0,-189r25,0r0,16v13,-26,66,-25,76,3",w:239},n:{d:"89,-193v77,2,43,121,50,193r-25,0r0,-127v8,-52,-51,-53,-65,-22r0,149r-25,0r0,-189r25,0r0,16v8,-10,21,-21,40,-20"},o:{d:"81,-193v45,0,64,44,64,98v0,55,-15,99,-64,99v-45,0,-64,-44,-64,-98v0,-55,18,-99,64,-99xm81,-19v56,-1,55,-151,0,-151v-56,1,-55,151,0,151"},p:{d:"90,-193v42,0,53,45,53,97v1,55,-12,100,-56,100v-18,0,-29,-8,-38,-18r0,69r-25,14r0,-258r25,0r0,16v9,-11,22,-20,41,-20xm86,-18v32,0,33,-42,33,-78v0,-40,-5,-71,-35,-75v-15,2,-26,9,-35,19r0,114v9,10,19,20,37,20",w:159},q:{d:"72,-193v18,0,29,8,39,18r0,-14r25,0r0,244r-25,14r0,-85v-10,10,-22,20,-41,20v-42,0,-53,-44,-53,-97v0,-54,12,-100,55,-100xm76,-18v15,-2,26,-9,35,-19r0,-114v-9,-10,-19,-20,-37,-20v-30,0,-33,41,-33,78v0,40,5,71,35,75",w:159},r:{d:"49,-173v9,-16,37,-26,59,-16r-7,26v-17,-13,-46,-2,-52,15r0,148r-25,0r0,-189r25,0r0,16",w:115},s:{d:"98,-150v-9,-27,-68,-29,-56,12v19,36,78,37,78,92v0,60,-87,63,-107,19r18,-16v10,26,61,37,65,0v-6,-53,-79,-43,-79,-103v0,-54,80,-61,99,-20",w:135},t:{d:"54,-39v-4,25,23,22,37,15r-2,23v-28,13,-59,3,-59,-35r0,-132r-20,0r0,-21r20,0r0,-59r24,-14r0,73r36,0r0,21r-36,0r0,129",w:106},u:{d:"48,-62v-8,52,50,52,65,22r0,-149r25,0r0,189r-25,0r0,-16v-8,10,-22,21,-41,20v-76,-3,-41,-121,-49,-193r25,0r0,127"},v:{d:"85,0r-22,0r-52,-189r26,0r37,162r38,-162r25,0",w:147},w:{d:"144,-35r24,-154r23,0r-37,189r-21,0r-31,-158r-31,158r-21,0r-37,-189r24,0r23,154r32,-154r21,0",w:204},x:{d:"103,0r-32,-82v-9,28,-23,55,-33,82r-25,0r45,-100r-41,-89r27,0r27,71r29,-71r26,0r-42,89r46,100r-27,0",w:142},y:{d:"68,67r-25,0r20,-65r-52,-191r26,0r38,162r38,-162r26,0",w:149},z:{d:"14,0r0,-19r79,-149r-72,0r0,-21r99,0r0,19r-79,149r79,0r0,21r-106,0",w:137},"{":{d:"99,40v-57,2,-60,-46,-60,-106v0,-23,-5,-31,-27,-30r0,-23v66,5,-21,-139,87,-136r0,20v-65,-6,-11,110,-57,127v46,14,-10,131,57,127r0,21",w:111},"|":{d:"30,67r0,-355r24,0r0,355r-24,0",w:84},"}":{d:"72,-186v0,30,-11,73,28,67r0,22v-68,-6,20,139,-88,137r0,-21v66,6,12,-110,57,-127v-45,-14,11,-130,-57,-127r0,-20v43,1,60,24,60,69",w:111},"~":{d:"134,-153v-6,23,-14,43,-38,44v-23,1,-27,-24,-47,-26v-13,1,-13,12,-18,27r-20,-7v7,-22,14,-45,38,-45v22,0,27,24,47,27v13,-2,13,-11,18,-28",w:145},"\u00c4":{d:"134,0r-14,-66r-66,0r-15,66r-25,0r59,-252r27,0r60,252r-26,0xm114,-89r-28,-132v-5,47,-18,88,-27,132r55,0xm116,-305v9,0,19,10,19,19v0,9,-9,18,-19,18v-9,0,-18,-9,-18,-18v0,-9,9,-19,18,-19xm39,-286v0,-28,37,-21,37,0v0,9,-9,18,-18,18v-10,0,-19,-9,-19,-18",w:173},"\u00c5":{d:"86,-307v39,0,49,56,18,70r56,237r-26,0r-14,-66r-66,0r-15,66r-25,0r56,-237v-32,-11,-23,-70,16,-70xm86,-249v12,0,21,-8,21,-21v0,-13,-9,-21,-21,-21v-12,0,-20,9,-20,21v0,12,8,21,20,21xm114,-89r-28,-132v-5,47,-18,88,-27,132r55,0",w:173},"\u00c7":{d:"89,-19v24,-2,31,-18,39,-41r21,11v-10,27,-25,51,-58,53r-5,15v15,-10,36,0,36,21v0,35,-48,34,-69,18r6,-10v15,11,44,14,44,-8v0,-24,-25,0,-35,-12r9,-25v-46,-9,-59,-67,-59,-129v0,-66,11,-130,70,-130v37,0,48,24,60,54r-22,10v-9,-24,-14,-39,-39,-41v-37,7,-44,54,-44,107v0,54,7,101,46,107",w:163},"\u00c9":{d:"25,0r0,-252r108,0r0,23r-83,0r0,82r52,0r0,24r-52,0r0,100r87,0r0,23r-112,0xm84,-268r-18,0r31,-58r34,0",w:151},"\u00d1":{d:"144,-313v1,24,-9,42,-29,42v-25,1,-51,-48,-56,-1r-19,0v-1,-24,10,-41,29,-42v21,-1,30,21,45,23v6,0,11,-7,12,-22r18,0xm135,0r-86,-200r0,200r-24,0r0,-252r25,0r83,194r-1,-194r24,0r0,252r-21,0",w:181},"\u00d6":{d:"90,-256v61,0,72,63,72,130v0,65,-11,130,-72,130v-61,0,-72,-64,-72,-130v0,-67,11,-130,72,-130xm90,-19v39,-6,46,-53,47,-107v0,-54,-9,-101,-48,-107v-38,6,-45,53,-46,107v0,54,9,101,47,107xm119,-307v9,0,19,10,19,19v0,9,-9,18,-19,18v-9,0,-18,-9,-18,-18v0,-9,9,-19,18,-19xm42,-288v0,-28,37,-21,37,0v0,9,-9,18,-18,18v-10,0,-19,-9,-19,-18",w:180},"\u00dc":{d:"156,-76v-1,46,-21,80,-66,80v-45,0,-66,-32,-66,-79r0,-177r25,0r0,176v0,32,12,56,42,57v30,0,39,-24,39,-57r0,-176r26,0r0,176xm119,-308v9,0,19,10,19,19v0,9,-9,18,-19,18v-9,0,-18,-9,-18,-18v0,-9,9,-19,18,-19xm42,-289v0,-28,37,-21,37,0v0,9,-9,18,-18,18v-10,0,-19,-9,-19,-18",w:179},"\u00e1":{d:"27,-174v30,-29,103,-29,103,34r0,140r-25,0r0,-16v-29,37,-99,17,-90,-42v-4,-52,49,-76,90,-53v1,-31,1,-60,-29,-60v-17,0,-26,8,-38,16xm40,-59v-7,47,49,50,65,22r0,-53v-26,-17,-71,-8,-65,31xm77,-214r-18,0r31,-58r34,0",w:153},"\u00e0":{d:"27,-174v30,-29,103,-29,103,34r0,140r-25,0r0,-16v-29,37,-99,17,-90,-42v-4,-52,49,-76,90,-53v1,-31,1,-60,-29,-60v-17,0,-26,8,-38,16xm40,-59v-7,47,49,50,65,22r0,-53v-26,-17,-71,-8,-65,31xm72,-214r-47,-58r34,0r31,58r-18,0",w:153},"\u00e2":{d:"102,-213r-28,-36r-28,36r-20,0r37,-57r23,0r36,57r-20,0xm27,-174v30,-29,103,-29,103,34r0,140r-25,0r0,-16v-29,37,-99,17,-90,-42v-4,-52,49,-76,90,-53v1,-31,1,-60,-29,-60v-17,0,-26,8,-38,16xm40,-59v-7,47,49,50,65,22r0,-53v-26,-17,-71,-8,-65,31",w:153},"\u00e4":{d:"27,-174v30,-29,103,-29,103,34r0,140r-25,0r0,-16v-29,37,-99,17,-90,-42v-4,-52,49,-76,90,-53v1,-31,1,-60,-29,-60v-17,0,-26,8,-38,16xm40,-59v-7,47,49,50,65,22r0,-53v-26,-17,-71,-8,-65,31xm103,-253v9,0,19,10,19,19v0,9,-9,18,-19,18v-9,0,-18,-9,-18,-18v0,-9,9,-19,18,-19xm26,-234v0,-28,37,-21,37,0v0,9,-9,18,-18,18v-10,0,-19,-9,-19,-18",w:153},"\u00e3":{d:"126,-258v1,24,-10,41,-30,42v-22,2,-25,-20,-44,-22v-9,2,-10,9,-12,22r-18,0v-1,-25,9,-42,29,-43v22,-1,28,22,45,23v6,0,10,-7,11,-22r19,0xm27,-174v30,-29,103,-29,103,34r0,140r-25,0r0,-16v-29,37,-99,17,-90,-42v-4,-52,49,-76,90,-53v1,-31,1,-60,-29,-60v-17,0,-26,8,-38,16xm40,-59v-7,47,49,50,65,22r0,-53v-26,-17,-71,-8,-65,31",w:153},"\u00e5":{d:"74,-289v21,0,37,16,37,36v0,21,-15,37,-37,37v-22,0,-37,-17,-37,-37v0,-20,16,-36,37,-36xm74,-231v12,0,21,-10,21,-22v0,-12,-9,-21,-21,-21v-12,0,-20,9,-20,21v0,13,8,23,20,22xm27,-174v30,-29,103,-29,103,34r0,140r-25,0r0,-16v-29,37,-99,17,-90,-42v-4,-52,49,-76,90,-53v1,-31,1,-60,-29,-60v-17,0,-26,8,-38,16xm40,-59v-7,47,49,50,65,22r0,-53v-26,-17,-71,-8,-65,31",w:153},"\u00e7":{d:"129,-30v-11,17,-24,33,-49,34r-5,15v15,-10,37,-1,37,21v0,36,-50,34,-71,18r6,-11v14,11,45,15,46,-7v0,-27,-48,9,-31,-25r4,-12v-68,-15,-71,-195,14,-196v25,1,39,17,49,33r-19,15v-9,-14,-13,-25,-32,-25v-29,0,-37,36,-37,75v0,36,5,76,38,76v18,0,24,-11,32,-24",w:142},"\u00e9":{d:"78,-193v47,0,63,54,58,107r-95,0v2,33,8,67,37,67v19,0,28,-8,39,-21r15,16v-14,15,-29,28,-55,28v-47,0,-60,-45,-60,-98v-1,-53,16,-99,61,-99xm113,-108v-2,-30,-6,-62,-36,-62v-27,0,-34,27,-36,62r72,0xm81,-214r-18,0r31,-58r34,0",w:153},"\u00e8":{d:"78,-193v47,0,63,54,58,107r-95,0v2,33,8,67,37,67v19,0,28,-8,39,-21r15,16v-14,15,-29,28,-55,28v-47,0,-60,-45,-60,-98v-1,-53,16,-99,61,-99xm113,-108v-2,-30,-6,-62,-36,-62v-27,0,-34,27,-36,62r72,0xm71,-214r-47,-58r34,0r31,58r-18,0",w:153},"\u00ea":{d:"102,-211r-28,-36r-27,36r-21,0r37,-58r23,0r37,58r-21,0xm78,-193v47,0,63,54,58,107r-95,0v2,33,8,67,37,67v19,0,28,-8,39,-21r15,16v-14,15,-29,28,-55,28v-47,0,-60,-45,-60,-98v-1,-53,16,-99,61,-99xm113,-108v-2,-30,-6,-62,-36,-62v-27,0,-34,27,-36,62r72,0",w:153},"\u00eb":{d:"78,-193v47,0,63,54,58,107r-95,0v2,33,8,67,37,67v19,0,28,-8,39,-21r15,16v-14,15,-29,28,-55,28v-47,0,-60,-45,-60,-98v-1,-53,16,-99,61,-99xm113,-108v-2,-30,-6,-62,-36,-62v-27,0,-34,27,-36,62r72,0xm104,-253v9,0,19,10,19,19v0,9,-9,18,-19,18v-9,0,-18,-9,-18,-18v0,-9,9,-19,18,-19xm27,-234v0,-28,37,-21,37,0v0,9,-9,18,-18,18v-10,0,-19,-9,-19,-18",w:153},"\u00ed":{d:"26,0r0,-189r24,0r0,189r-24,0xm45,-214r-18,0r31,-58r34,0",w:76},"\u00ec":{d:"26,0r0,-189r24,0r0,189r-24,0xm30,-214r-47,-58r34,0r31,58r-18,0",w:76},"\u00ee":{d:"66,-209r-28,-36r-27,36r-21,0r37,-58r23,0r37,58r-21,0xm26,0r0,-189r24,0r0,189r-24,0",w:76},"\u00ef":{d:"26,0r0,-189r24,0r0,189r-24,0xm67,-251v9,0,19,10,19,19v0,9,-9,18,-19,18v-9,0,-18,-9,-18,-18v0,-9,9,-19,18,-19xm-10,-232v0,-28,37,-21,37,0v0,9,-9,18,-18,18v-10,0,-19,-9,-19,-18",w:76},"\u00f1":{d:"130,-258v1,24,-10,41,-30,42v-24,2,-25,-22,-45,-22v-10,0,-9,9,-11,22r-19,0v-1,-25,10,-42,30,-43v22,-2,28,23,45,23v6,0,10,-7,11,-22r19,0xm89,-193v77,2,43,121,50,193r-25,0r0,-127v8,-52,-51,-53,-65,-22r0,149r-25,0r0,-189r25,0r0,16v8,-10,21,-21,40,-20"},"\u00f3":{d:"81,-193v45,0,64,44,64,98v0,55,-15,99,-64,99v-45,0,-64,-44,-64,-98v0,-55,18,-99,64,-99xm81,-19v56,-1,55,-151,0,-151v-56,1,-55,151,0,151xm83,-214r-18,0r31,-58r34,0"},"\u00f2":{d:"81,-193v45,0,64,44,64,98v0,55,-15,99,-64,99v-45,0,-64,-44,-64,-98v0,-55,18,-99,64,-99xm81,-19v56,-1,55,-151,0,-151v-56,1,-55,151,0,151xm73,-214r-47,-58r34,0r31,58r-18,0"},"\u00f4":{d:"105,-211r-28,-36r-27,36r-20,0r36,-58r24,0r36,58r-21,0xm81,-193v45,0,64,44,64,98v0,55,-15,99,-64,99v-45,0,-64,-44,-64,-98v0,-55,18,-99,64,-99xm81,-19v56,-1,55,-151,0,-151v-56,1,-55,151,0,151"},"\u00f6":{d:"81,-193v45,0,64,44,64,98v0,55,-15,99,-64,99v-45,0,-64,-44,-64,-98v0,-55,18,-99,64,-99xm81,-19v56,-1,55,-151,0,-151v-56,1,-55,151,0,151xm107,-251v9,0,19,10,19,19v0,9,-9,18,-19,18v-9,0,-18,-9,-18,-18v0,-9,9,-19,18,-19xm30,-232v0,-28,37,-21,37,0v0,9,-9,18,-18,18v-10,0,-19,-9,-19,-18"},"\u00f5":{d:"130,-258v1,24,-10,41,-30,42v-22,2,-25,-20,-44,-22v-9,2,-10,9,-12,22r-18,0v-1,-25,9,-42,29,-43v22,-1,28,22,45,23v6,0,10,-7,11,-22r19,0xm81,-193v45,0,64,44,64,98v0,55,-15,99,-64,99v-45,0,-64,-44,-64,-98v0,-55,18,-99,64,-99xm81,-19v56,-1,55,-151,0,-151v-56,1,-55,151,0,151"},"\u00fa":{d:"48,-62v-8,52,50,52,65,22r0,-149r25,0r0,189r-25,0r0,-16v-8,10,-22,21,-41,20v-76,-3,-41,-121,-49,-193r25,0r0,127xm85,-214r-18,0r31,-58r34,0"},"\u00f9":{d:"48,-62v-8,52,50,52,65,22r0,-149r25,0r0,189r-25,0r0,-16v-8,10,-22,21,-41,20v-76,-3,-41,-121,-49,-193r25,0r0,127xm71,-214r-47,-58r34,0r31,58r-18,0"},"\u00fb":{d:"105,-214r-28,-36r-27,36r-21,0r37,-58r23,0r37,58r-21,0xm48,-62v-8,52,50,52,65,22r0,-149r25,0r0,189r-25,0r0,-16v-8,10,-22,21,-41,20v-76,-3,-41,-121,-49,-193r25,0r0,127"},"\u00fc":{d:"48,-62v-8,52,50,52,65,22r0,-149r25,0r0,189r-25,0r0,-16v-8,10,-22,21,-41,20v-76,-3,-41,-121,-49,-193r25,0r0,127xm106,-254v9,0,19,10,19,19v0,9,-9,18,-19,18v-9,0,-18,-9,-18,-18v0,-9,9,-19,18,-19xm29,-235v0,-28,37,-21,37,0v0,9,-9,18,-18,18v-10,0,-19,-9,-19,-18"},"\u00b0":{d:"71,-256v34,0,56,23,56,58v0,36,-22,59,-56,59v-35,0,-57,-23,-57,-59v0,-36,23,-58,57,-58xm71,-159v22,0,35,-17,35,-39v0,-21,-13,-38,-35,-38v-22,0,-35,17,-36,38v0,23,14,39,36,39",w:141},"\u00a2":{d:"129,-63v-9,15,-20,27,-38,32r0,35r-25,0r0,-35v-67,-14,-65,-179,0,-194r0,-34r25,0r0,34v19,4,29,17,38,31r-18,15v-9,-13,-15,-23,-33,-25v-51,6,-53,152,1,152v18,0,24,-12,33,-25",w:142},"\u00a3":{d:"71,-106v0,35,-10,61,-23,83r97,0r0,23r-124,0v-2,-44,30,-57,26,-106r-26,0r0,-23r23,0v-5,-24,-18,-39,-18,-68v0,-50,58,-76,94,-48v10,7,17,19,24,35r-20,12v-6,-39,-73,-50,-73,-1v0,27,14,46,18,70r40,0r0,23r-38,0",w:160},"\u00a7":{d:"55,-206v0,61,98,37,93,110v-2,28,-16,47,-33,60v31,28,18,99,-35,95v-32,-3,-42,-16,-54,-41r20,-11v5,30,61,42,61,2v0,-60,-97,-33,-93,-109v1,-28,16,-48,33,-61v-30,-27,-16,-100,35,-95v31,3,42,16,54,41r-20,11v-8,-32,-61,-42,-61,-2xm98,-48v25,-16,32,-49,17,-74v-7,-11,-35,-18,-50,-27v-30,17,-36,68,-6,84v13,7,27,10,39,17",w:162},"\u00b6":{d:"13,-179v0,-46,28,-73,72,-73r90,0r0,319r-24,0r0,-297r-27,0r0,297r-24,0r0,-173v-55,3,-87,-23,-87,-73",w:200},"\u00df":{d:"104,-145v27,8,39,29,39,64v0,55,-22,82,-74,81r0,-22v38,1,49,-19,49,-57v0,-36,-15,-54,-49,-53r0,-22v28,2,36,-15,36,-43v0,-24,-8,-41,-30,-42v-19,0,-28,15,-28,44r0,250r-24,14r0,-262v0,-41,16,-65,53,-68v59,-5,70,97,28,116",w:158},"\u00ae":{d:"111,-256v69,0,95,59,95,130v0,71,-26,130,-95,130v-69,0,-95,-59,-95,-130v0,-71,26,-130,95,-130xm111,-12v57,0,78,-52,78,-114v0,-62,-21,-114,-78,-114v-57,0,-78,52,-78,114v0,62,21,114,78,114xm113,-200v44,-6,51,64,17,75r23,67r-20,0r-21,-63r-17,0r0,63r-18,0r0,-142r36,0xm134,-161v0,-23,-17,-24,-39,-23r0,47v23,1,39,-1,39,-24",w:222},"\u00a9":{d:"111,-256v69,0,95,59,95,130v0,71,-26,130,-95,130v-69,0,-95,-59,-95,-130v0,-71,26,-130,95,-130xm111,-12v57,0,78,-52,78,-114v0,-62,-21,-114,-78,-114v-57,0,-78,52,-78,114v0,62,21,114,78,114xm148,-85v-7,18,-15,33,-38,32v-59,-1,-55,-147,1,-147v21,0,29,13,36,32r-16,7v-5,-13,-6,-21,-20,-21v-34,0,-35,111,0,111v14,0,16,-9,22,-21",w:222},"\u00b4":{d:"64,-214r-18,0r31,-58r34,0",w:142},"\u00a8":{d:"100,-254v9,0,19,10,19,19v0,9,-9,18,-19,18v-9,0,-18,-9,-18,-18v0,-9,9,-19,18,-19xm23,-235v0,-28,37,-21,37,0v0,9,-9,18,-18,18v-10,0,-19,-9,-19,-18",w:142},"\u00c6":{d:"123,0r0,-66r-63,0r-27,66r-27,0r110,-252r114,0r0,23r-83,0r0,82r52,0r0,24r-52,0r0,100r87,0r0,23r-111,0xm123,-217v-15,46,-34,86,-53,128r53,0r0,-128",w:248},"\u00d8":{d:"138,-230v47,68,32,283,-83,223r-9,25r-22,0r16,-41v-42,-66,-32,-281,83,-223r8,-24r22,0xm89,-233v-56,0,-51,120,-37,176r61,-164v-7,-7,-15,-12,-24,-12xm90,-19v58,0,52,-125,37,-180r-62,167v7,9,15,13,25,13",w:180},"\u00b1":{d:"204,-124v-19,13,-35,28,-55,39v-2,-8,7,-19,9,-28r-42,0r0,72v9,-3,19,-8,28,-9v-11,20,-27,36,-39,55v-13,-19,-28,-35,-39,-55v9,0,19,7,28,9r0,-72r-43,0v3,9,8,19,9,28v-20,-11,-36,-27,-55,-39v19,-13,35,-28,55,-39v0,9,-7,19,-9,28r43,0r0,-76v-9,3,-19,8,-28,9v11,-20,27,-36,39,-55v13,19,28,35,39,55v-9,0,-19,-7,-28,-9r0,76r42,0v-3,-9,-11,-20,-9,-28v20,11,36,27,55,39",w:208},"\u00a5":{d:"91,-104r0,33r40,0r0,22r-40,0r0,49r-24,0r0,-49r-41,0r0,-22r41,0r0,-33r-58,-148r27,0r44,123r43,-123r26,0",w:158},"\u00b5":{d:"210,-124v-19,12,-36,29,-57,38v-3,-8,7,-18,9,-27r-109,0v3,9,8,18,9,27v-21,-8,-38,-27,-57,-38r57,-39v0,10,-7,19,-9,28r109,0v-2,-9,-11,-19,-9,-28v21,11,38,27,57,39",w:214},"\u00aa":{d:"23,-240v23,-23,82,-25,82,26r0,112r-21,0r0,-9v-25,26,-75,10,-68,-37v-4,-41,33,-60,68,-45v1,-22,0,-45,-21,-43v-13,0,-20,6,-28,13xm38,-149v-6,35,32,37,46,18r0,-42v-19,-12,-51,-6,-46,24",w:127},"\u00ba":{d:"68,-256v36,0,50,35,50,79v0,44,-15,78,-51,78v-37,0,-50,-35,-50,-78v0,-44,14,-79,51,-79xm68,-119v39,-2,38,-115,-1,-116v-39,2,-38,115,1,116",w:135},"\u00e6":{d:"26,-175v22,-22,88,-29,94,10v9,-16,20,-28,43,-28v46,2,59,51,57,106r-93,0v2,34,7,66,36,68v20,1,28,-11,38,-21r14,16v-19,29,-80,41,-98,2v-26,42,-111,33,-102,-35v-6,-52,50,-75,88,-52r0,-29v5,-44,-48,-37,-65,-17xm197,-109v-3,-29,-5,-61,-35,-61v-26,0,-33,28,-35,61r70,0xm40,-59v-7,51,52,50,69,17v-5,-13,-7,-29,-6,-47v-24,-16,-69,-9,-63,30",w:237},"\u00f8":{d:"124,-173v43,52,24,212,-70,171r-8,20r-22,0r14,-33v-44,-52,-22,-217,70,-171r8,-21r22,0xm99,-165v-40,-18,-58,22,-58,70v0,21,3,39,8,52xm63,-24v41,18,58,-23,58,-71v0,-21,-3,-37,-8,-50"},"\u00bf":{d:"81,-256v10,0,17,8,17,18v0,9,-7,19,-17,19v-10,0,-18,-9,-18,-19v0,-11,7,-18,18,-18xm133,-44v-10,26,-26,49,-61,48v-35,0,-56,-25,-56,-60v-1,-61,62,-63,52,-133r24,0v1,43,-6,68,-30,86v-29,22,-30,84,12,84v23,0,29,-15,38,-35",w:144},"\u00a1":{d:"39,-256v11,0,18,7,18,18v0,10,-8,19,-18,19v-10,0,-18,-9,-18,-19v0,-11,7,-18,18,-18xm27,0r0,-126r5,-66r14,0v6,59,5,126,5,192r-24,0",w:78},"\u00ac":{d:"161,-124v-19,12,-36,29,-57,38v-3,-8,6,-18,8,-27r-99,0r0,-22r99,0v-2,-9,-11,-19,-8,-28v21,11,38,27,57,39",w:165},"\u00ab":{d:"125,0r-57,-94r57,-95r27,0r-58,94r58,95r-27,0xm64,0r-57,-94r57,-95r27,0r-58,94r58,95r-27,0",w:163},"\u00bb":{d:"99,0r-26,0r57,-94r-57,-95r26,0r58,94xm38,0r-26,0r57,-94r-57,-95r26,0r58,94",w:163},"\u00c0":{d:"134,0r-14,-66r-66,0r-15,66r-25,0r59,-252r27,0r60,252r-26,0xm114,-89r-28,-132v-5,47,-18,88,-27,132r55,0xm79,-268r-47,-58r34,0r31,58r-18,0",w:173},"\u00c3":{d:"139,-309v1,24,-10,42,-29,43v-22,1,-26,-21,-45,-23v-9,1,-9,9,-11,22r-19,0v-1,-25,10,-42,29,-43v21,-2,28,22,45,23v6,0,11,-7,12,-22r18,0xm134,0r-14,-66r-66,0r-15,66r-25,0r59,-252r27,0r60,252r-26,0xm114,-89r-28,-132v-5,47,-18,88,-27,132r55,0",w:173},"\u00d5":{d:"142,-311v1,23,-10,41,-29,42v-23,2,-26,-20,-45,-22v-9,1,-9,9,-11,22r-19,0v-1,-25,9,-42,29,-43v21,-1,28,22,45,23v6,0,10,-7,11,-22r19,0xm90,-256v61,0,72,63,72,130v0,65,-11,130,-72,130v-61,0,-72,-64,-72,-130v0,-67,11,-130,72,-130xm90,-19v39,-6,46,-53,47,-107v0,-54,-9,-101,-48,-107v-38,6,-45,53,-46,107v0,54,9,101,47,107",w:180},"\u00f7":{d:"204,-124v-19,13,-35,28,-55,39v-2,-8,7,-19,9,-28r-42,0r0,72v9,-3,19,-8,28,-9v-11,20,-27,36,-39,55v-13,-19,-28,-35,-39,-55v9,0,19,7,28,9r0,-72r-43,0v3,9,8,19,9,28v-20,-11,-36,-27,-55,-39v19,-13,35,-28,55,-39v0,9,-7,19,-9,28r43,0r0,-76v-9,3,-19,8,-28,9v11,-20,27,-36,39,-55v13,19,28,35,39,55v-9,0,-19,-7,-28,-9r0,76r42,0v-3,-9,-11,-20,-9,-28v20,11,36,27,55,39",w:208},"\u00ff":{d:"68,67r-25,0r20,-65r-52,-191r26,0r38,162r38,-162r26,0xm101,-251v9,0,19,10,19,19v0,9,-9,18,-19,18v-9,0,-18,-9,-18,-18v0,-9,9,-19,18,-19xm24,-232v0,-28,37,-21,37,0v0,9,-9,18,-18,18v-10,0,-19,-9,-19,-18",w:149,k:{"\u00ab":696,"\u00a1":429,"\u00a9":693,"\u00ae":693,"\u00a7":440,"\u00a3":440,t:413,s:598,p:690,l:428,j:612,i:612,d:428,c:137,b:690,Z:416,X:413,W:689,":":-226,"9":441,"8":716,"4":439,"*":140,"'":417,"$":717,'"':417}},"\u00a4":{d:"204,-124v-19,13,-35,28,-55,39v-2,-8,7,-19,9,-28r-42,0r0,72v9,-3,19,-8,28,-9v-11,20,-27,36,-39,55v-13,-19,-28,-35,-39,-55v9,0,19,7,28,9r0,-72r-43,0v3,9,8,19,9,28v-20,-11,-36,-27,-55,-39v19,-13,35,-28,55,-39v0,9,-7,19,-9,28r43,0r0,-76v-9,3,-19,8,-28,9v11,-20,27,-36,39,-55v13,19,28,35,39,55v-9,0,-19,-7,-28,-9r0,76r42,0v-3,-9,-11,-20,-9,-28v20,11,36,27,55,39",w:208},"\u00b7":{d:"33,-151v12,-1,18,9,18,19v0,10,-7,19,-18,19v-10,0,-18,-9,-18,-19v0,-10,7,-20,18,-19",w:65},"\u2219":{d:"33,-151v12,-1,18,9,18,19v0,10,-7,19,-18,19v-10,0,-18,-9,-18,-19v0,-10,7,-20,18,-19",w:65},"\u00c2":{d:"114,-261r-28,-36r-27,36r-20,0r36,-58r24,0r36,58r-21,0xm134,0r-14,-66r-66,0r-15,66r-25,0r59,-252r27,0r60,252r-26,0xm114,-89r-28,-132v-5,47,-18,88,-27,132r55,0",w:173},"\u00ca":{d:"106,-268r-28,-36r-27,36r-20,0r36,-58r24,0r36,58r-21,0xm25,0r0,-252r108,0r0,23r-83,0r0,82r52,0r0,24r-52,0r0,100r87,0r0,23r-112,0",w:151},"\u00c1":{d:"134,0r-14,-66r-66,0r-15,66r-25,0r59,-252r27,0r60,252r-26,0xm114,-89r-28,-132v-5,47,-18,88,-27,132r55,0xm95,-268r-18,0r31,-58r34,0",w:173},"\u00cb":{d:"25,0r0,-252r108,0r0,23r-83,0r0,82r52,0r0,24r-52,0r0,100r87,0r0,23r-112,0xm108,-308v9,0,19,10,19,19v0,9,-9,18,-19,18v-9,0,-18,-9,-18,-18v0,-9,9,-19,18,-19xm31,-289v0,-28,37,-21,37,0v0,9,-9,18,-18,18v-10,0,-19,-9,-19,-18",w:151},"\u00c8":{d:"25,0r0,-252r108,0r0,23r-83,0r0,82r52,0r0,24r-52,0r0,100r87,0r0,23r-112,0xm76,-268r-47,-58r34,0r31,58r-18,0",w:151},"\u00cd":{d:"27,0r0,-252r25,0r0,252r-25,0xm47,-268r-18,0r31,-58r34,0",w:79},"\u00ce":{d:"67,-266r-28,-36r-27,36r-21,0r37,-58r23,0r37,58r-21,0xm27,0r0,-252r25,0r0,252r-25,0",w:79},"\u00cf":{d:"27,0r0,-252r25,0r0,252r-25,0xm69,-309v9,0,19,10,19,19v0,9,-9,18,-19,18v-9,0,-18,-9,-18,-18v0,-9,9,-19,18,-19xm-8,-290v0,-28,37,-21,37,0v0,9,-9,18,-18,18v-10,0,-19,-9,-19,-18",w:79},"\u00cc":{d:"27,0r0,-252r25,0r0,252r-25,0xm33,-268r-47,-58r34,0r31,58r-18,0",w:79},"\u00d3":{d:"90,-256v61,0,72,63,72,130v0,65,-11,130,-72,130v-61,0,-72,-64,-72,-130v0,-67,11,-130,72,-130xm90,-19v39,-6,46,-53,47,-107v0,-54,-9,-101,-48,-107v-38,6,-45,53,-46,107v0,54,9,101,47,107xm96,-268r-18,0r31,-58r34,0",w:180},"\u00d4":{d:"117,-266r-27,-36r-28,36r-20,0r36,-58r24,0r36,58r-21,0xm90,-256v61,0,72,63,72,130v0,65,-11,130,-72,130v-61,0,-72,-64,-72,-130v0,-67,11,-130,72,-130xm90,-19v39,-6,46,-53,47,-107v0,-54,-9,-101,-48,-107v-38,6,-45,53,-46,107v0,54,9,101,47,107",w:180},"\u00d2":{d:"90,-256v61,0,72,63,72,130v0,65,-11,130,-72,130v-61,0,-72,-64,-72,-130v0,-67,11,-130,72,-130xm90,-19v39,-6,46,-53,47,-107v0,-54,-9,-101,-48,-107v-38,6,-45,53,-46,107v0,54,9,101,47,107xm83,-268r-47,-58r34,0r31,58r-18,0",w:180},"\u00da":{d:"156,-76v-1,46,-21,80,-66,80v-45,0,-66,-32,-66,-79r0,-177r25,0r0,176v0,32,12,56,42,57v30,0,39,-24,39,-57r0,-176r26,0r0,176xm96,-263r-18,0r31,-58r34,0",w:179},"\u00db":{d:"117,-268r-27,-36r-28,36r-20,0r36,-58r24,0r36,58r-21,0xm156,-76v-1,46,-21,80,-66,80v-45,0,-66,-32,-66,-79r0,-177r25,0r0,176v0,32,12,56,42,57v30,0,39,-24,39,-57r0,-176r26,0r0,176",w:179},"\u00d9":{d:"156,-76v-1,46,-21,80,-66,80v-45,0,-66,-32,-66,-79r0,-177r25,0r0,176v0,32,12,56,42,57v30,0,39,-24,39,-57r0,-176r26,0r0,176xm84,-263r-47,-58r34,0r31,58r-18,0",w:179},"\u00af":{d:"27,-222r0,-22r88,0r0,22r-88,0",w:142},"\u00b8":{d:"69,19v16,-10,36,1,36,21v0,35,-48,34,-69,18r6,-10v15,11,44,14,44,-8v0,-24,-25,0,-35,-12r10,-28r14,0",w:142},"\u00d0":{d:"78,-252v63,2,79,53,80,124v1,89,-32,140,-129,128r0,-120r-18,0r0,-23r18,0r0,-109r49,0xm53,-23v68,7,80,-40,79,-104v-1,-66,-12,-109,-79,-102r0,86r34,0r0,23r-34,0r0,97",w:177}}});var swfobject=function(){var aq="undefined",aA="object",aa="Shockwave Flash",ae="ShockwaveFlash.ShockwaveFlash",az="application/x-shockwave-flash",Z="SWFObjectExprInst",av="onreadystatechange",am=window,aI=document,aC=navigator,ab=false,ac=[aG],aN=[],al=[],ag=[],aK,Y,ar,ao,ah=false,aO=false,aM,au,aL=true,ak=function(){var c=typeof aI.getElementById!=aq&&typeof aI.getElementsByTagName!=aq&&typeof aI.createElement!=aq,h=aC.userAgent.toLowerCase(),k=aC.platform.toLowerCase(),i=k?/win/.test(k):/win/.test(h),a=k?/mac/.test(k):/mac/.test(h),b=/webkit/.test(h)?parseFloat(h.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,j=!+"\v1",f=[0,0,0],g=null;if(typeof aC.plugins!=aq&&typeof aC.plugins[aa]==aA){g=aC.plugins[aa].description;if(g&&!(typeof aC.mimeTypes!=aq&&aC.mimeTypes[az]&&!aC.mimeTypes[az].enabledPlugin)){ab=true;j=false;g=g.replace(/^.*\s+(\S+\s+\S+$)/,"$1");f[0]=parseInt(g.replace(/^(.*)\..*$/,"$1"),10);f[1]=parseInt(g.replace(/^.*\.(.*)\s.*$/,"$1"),10);f[2]=/[a-zA-Z]/.test(g)?parseInt(g.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof am.ActiveXObject!=aq){try{var d=new ActiveXObject(ae);if(d){g=d.GetVariable("$version");if(g){j=true;g=g.split(" ")[1].split(",");f=[parseInt(g[0],10),parseInt(g[1],10),parseInt(g[2],10)]}}}catch(l){}}}return{w3:c,pv:f,wk:b,ie:j,win:i,mac:a}}(),aJ=function(){if(!ak.w3){return}if((typeof aI.readyState!=aq&&aI.readyState=="complete")||(typeof aI.readyState==aq&&(aI.getElementsByTagName("body")[0]||aI.body))){aT()}if(!ah){if(typeof aI.addEventListener!=aq){aI.addEventListener("DOMContentLoaded",aT,false)}if(ak.ie&&ak.win){aI.attachEvent(av,function(){if(aI.readyState=="complete"){aI.detachEvent(av,arguments.callee);aT()}});if(am==top){(function(){if(ah){return}try{aI.documentElement.doScroll("left")}catch(a){setTimeout(arguments.callee,0);return}aT()})()}}if(ak.wk){(function(){if(ah){return}if(!/loaded|complete/.test(aI.readyState)){setTimeout(arguments.callee,0);return}aT()})()}aB(aT)}}();function aT(){if(ah){return}try{var d=aI.getElementsByTagName("body")[0].appendChild(ap("span"));d.parentNode.removeChild(d)}catch(a){return}ah=true;var b=ac.length;for(var c=0;c<b;c++){ac[c]()}}function ai(a){if(ah){a()}else{ac[ac.length]=a}}function aB(b){if(typeof am.addEventListener!=aq){am.addEventListener("load",b,false)}else{if(typeof aI.addEventListener!=aq){aI.addEventListener("load",b,false)}else{if(typeof am.attachEvent!=aq){aH(am,"onload",b)}else{if(typeof am.onload=="function"){var a=am.onload;am.onload=function(){a();b()}}else{am.onload=b}}}}}function aG(){if(ab){ad()}else{af()}}function ad(){var b=aI.getElementsByTagName("body")[0];var a=ap(aA);a.setAttribute("type",az);var d=b.appendChild(a);if(d){var c=0;(function(){if(typeof d.GetVariable!=aq){var f=d.GetVariable("$version");if(f){f=f.split(" ")[1].split(",");ak.pv=[parseInt(f[0],10),parseInt(f[1],10),parseInt(f[2],10)]}}else{if(c<10){c++;setTimeout(arguments.callee,10);return}}b.removeChild(a);d=null;af()})()}else{af()}}function af(){var g=aN.length;if(g>0){for(var c=0;c<g;c++){var l=aN[c].id;var h=aN[c].callbackFn;var d={success:false,id:l};if(ak.pv[0]>0){var j=aQ(l);if(j){if(at(aN[c].swfVersion)&&!(ak.wk&&ak.wk<312)){aF(l,true);if(h){d.success=true;d.ref=ax(l);h(d)}}else{if(aN[c].expressInstall&&an()){var b={};b.data=aN[c].expressInstall;b.width=j.getAttribute("width")||"0";b.height=j.getAttribute("height")||"0";if(j.getAttribute("class")){b.styleclass=j.getAttribute("class")}if(j.getAttribute("align")){b.align=j.getAttribute("align")}var i={};var k=j.getElementsByTagName("param");var a=k.length;for(var f=0;f<a;f++){if(k[f].getAttribute("name").toLowerCase()!="movie"){i[k[f].getAttribute("name")]=k[f].getAttribute("value")}}X(b,i,l,h)}else{ay(j);if(h){h(d)}}}}}else{aF(l,true);if(h){var m=ax(l);if(m&&typeof m.SetVariable!=aq){d.success=true;d.ref=m}h(d)}}}}}function ax(a){var b=null;var c=aQ(a);if(c&&c.nodeName=="OBJECT"){if(typeof c.SetVariable!=aq){b=c}else{var d=c.getElementsByTagName(aA)[0];if(d){b=d}}}return b}function an(){return !aO&&at("6.0.65")&&(ak.win||ak.mac)&&!(ak.wk&&ak.wk<312)}function X(b,d,g,i){aO=true;ar=i||null;ao={success:false,id:g};var f=aQ(g);if(f){if(f.nodeName=="OBJECT"){aK=aU(f);Y=null}else{aK=f;Y=g}b.id=Z;if(typeof b.width==aq||(!/%$/.test(b.width)&&parseInt(b.width,10)<310)){b.width="310"}if(typeof b.height==aq||(!/%$/.test(b.height)&&parseInt(b.height,10)<137)){b.height="137"}aI.title=aI.title.slice(0,47)+" - Flash Player Installation";var c=ak.ie&&ak.win?"ActiveX":"PlugIn",a="MMredirectURL="+am.location.toString().replace(/&/g,"%26")+"&MMplayerType="+c+"&MMdoctitle="+aI.title;if(typeof d.flashvars!=aq){d.flashvars+="&"+a}else{d.flashvars=a}if(ak.ie&&ak.win&&f.readyState!=4){var h=ap("div");g+="SWFObjectNew";h.setAttribute("id",g);f.parentNode.insertBefore(h,f);f.style.display="none";(function(){if(f.readyState==4){f.parentNode.removeChild(f)}else{setTimeout(arguments.callee,10)}})()}aD(b,d,g)}}function ay(b){if(ak.ie&&ak.win&&b.readyState!=4){var a=ap("div");b.parentNode.insertBefore(a,b);a.parentNode.replaceChild(aU(b),a);b.style.display="none";(function(){if(b.readyState==4){b.parentNode.removeChild(b)}else{setTimeout(arguments.callee,10)}})()}else{b.parentNode.replaceChild(aU(b),b)}}function aU(g){var a=ap("div");if(ak.win&&ak.ie){a.innerHTML=g.innerHTML}else{var c=g.getElementsByTagName(aA)[0];if(c){var f=c.childNodes;if(f){var b=f.length;for(var d=0;d<b;d++){if(!(f[d].nodeType==1&&f[d].nodeName=="PARAM")&&!(f[d].nodeType==8)){a.appendChild(f[d].cloneNode(true))}}}}}return a}function aD(b,g,l){var k,d=aQ(l);if(ak.wk&&ak.wk<312){return k}if(d){if(typeof b.id==aq){b.id=l}if(ak.ie&&ak.win){var i="";for(var j in b){if(b[j]!=Object.prototype[j]){if(j.toLowerCase()=="data"){g.movie=b[j]}else{if(j.toLowerCase()=="styleclass"){i+=' class="'+b[j]+'"'}else{if(j.toLowerCase()!="classid"){i+=" "+j+'="'+b[j]+'"'}}}}}var c="";for(var f in g){if(g[f]!=Object.prototype[f]){c+='<param name="'+f+'" value="'+g[f]+'" />'}}d.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+i+">"+c+"</object>";al[al.length]=b.id;k=aQ(b.id)}else{var m=ap(aA);m.setAttribute("type",az);for(var a in b){if(b[a]!=Object.prototype[a]){if(a.toLowerCase()=="styleclass"){m.setAttribute("class",b[a])}else{if(a.toLowerCase()!="classid"){m.setAttribute(a,b[a])}}}}for(var h in g){if(g[h]!=Object.prototype[h]&&h.toLowerCase()!="movie"){aS(m,h,g[h])}}d.parentNode.replaceChild(m,d);k=m}}return k}function aS(d,b,c){var a=ap("param");a.setAttribute("name",b);a.setAttribute("value",c);d.appendChild(a)}function aw(b){var a=aQ(b);if(a&&a.nodeName=="OBJECT"){if(ak.ie&&ak.win){a.style.display="none";(function(){if(a.readyState==4){aP(b)}else{setTimeout(arguments.callee,10)}})()}else{a.parentNode.removeChild(a)}}}function aP(c){var b=aQ(c);if(b){for(var a in b){if(typeof b[a]=="function"){b[a]=null}}b.parentNode.removeChild(b)}}function aQ(c){var a=null;try{a=aI.getElementById(c)}catch(b){}return a}function ap(a){return aI.createElement(a)}function aH(c,a,b){c.attachEvent(a,b);ag[ag.length]=[c,a,b]}function at(c){var b=ak.pv,a=c.split(".");a[0]=parseInt(a[0],10);a[1]=parseInt(a[1],10)||0;a[2]=parseInt(a[2],10)||0;return(b[0]>a[0]||(b[0]==a[0]&&b[1]>a[1])||(b[0]==a[0]&&b[1]==a[1]&&b[2]>=a[2]))?true:false}function aE(g,c,f,h){if(ak.ie&&ak.mac){return}var a=aI.getElementsByTagName("head")[0];if(!a){return}var b=(f&&typeof f=="string")?f:"screen";if(h){aM=null;au=null}if(!aM||au!=b){var d=ap("style");d.setAttribute("type","text/css");d.setAttribute("media",b);aM=a.appendChild(d);if(ak.ie&&ak.win&&typeof aI.styleSheets!=aq&&aI.styleSheets.length>0){aM=aI.styleSheets[aI.styleSheets.length-1]}au=b}if(ak.ie&&ak.win){if(aM&&typeof aM.addRule==aA){aM.addRule(g,c)}}else{if(aM&&typeof aI.createTextNode!=aq){aM.appendChild(aI.createTextNode(g+" {"+c+"}"))}}}function aF(c,a){if(!aL){return}var b=a?"visible":"hidden";if(ah&&aQ(c)){aQ(c).style.visibility=b}else{aE("#"+c,"visibility:"+b)}}function aj(b){var c=/[\\\"<>\.;]/;var a=c.exec(b)!=null;return a&&typeof encodeURIComponent!=aq?encodeURIComponent(b):b}var aR=function(){if(ak.ie&&ak.win){window.attachEvent("onunload",function(){var f=ag.length;for(var g=0;g<f;g++){ag[g][0].detachEvent(ag[g][1],ag[g][2])}var d=al.length;for(var a=0;a<d;a++){aw(al[a])}for(var c in ak){ak[c]=null}ak=null;for(var b in swfobject){swfobject[b]=null}swfobject=null})}}();return{registerObject:function(f,b,a,d){if(ak.w3&&f&&b){var c={};c.id=f;c.swfVersion=b;c.expressInstall=a;c.callbackFn=d;aN[aN.length]=c;aF(f,false)}else{if(d){d({success:false,id:f})}}},getObjectById:function(a){if(ak.w3){return ax(a)}},embedSWF:function(g,h,i,f,k,c,l,d,b,a){var j={success:false,id:h};if(ak.w3&&!(ak.wk&&ak.wk<312)&&g&&h&&i&&f&&k){aF(h,false);ai(function(){i+="";f+="";var n={};if(b&&typeof b===aA){for(var r in b){n[r]=b[r]}}n.data=g;n.width=i;n.height=f;var q={};if(d&&typeof d===aA){for(var m in d){q[m]=d[m]}}if(l&&typeof l===aA){for(var o in l){if(typeof q.flashvars!=aq){q.flashvars+="&"+o+"="+l[o]}else{q.flashvars=o+"="+l[o]}}}if(at(k)){var p=aD(n,q,h);if(n.id==h){aF(h,true)}j.success=true;j.ref=p}else{if(c&&an()){n.data=c;X(n,q,h,a);return}else{aF(h,true)}}if(a){a(j)}})}else{if(a){a(j)}}},switchOffAutoHideShow:function(){aL=false},ua:ak,getFlashPlayerVersion:function(){return{major:ak.pv[0],minor:ak.pv[1],release:ak.pv[2]}},hasFlashPlayerVersion:at,createSWF:function(c,b,a){if(ak.w3){return aD(c,b,a)}else{return undefined}},showExpressInstall:function(d,a,b,c){if(ak.w3&&an()){X(d,a,b,c)}},removeSWF:function(a){if(ak.w3){aw(a)}},createCSS:function(a,d,c,b){if(ak.w3){aE(a,d,c,b)}},addDomLoadEvent:ai,addLoadEvent:aB,getQueryParamValue:function(a){var d=aI.location.search||aI.location.hash;if(d){if(/\?/.test(d)){d=d.split("?")[1]}if(a==null){return aj(d)}var c=d.split("&");for(var b=0;b<c.length;b++){if(c[b].substring(0,c[b].indexOf("="))==a){return aj(c[b].substring((c[b].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(aO){var a=aQ(Z);if(a&&aK){a.parentNode.replaceChild(aK,a);if(Y){aF(Y,true);if(ak.ie&&ak.win){aK.style.display="block"}}if(ar){ar(ao)}}aO=false}}}}();function Carrousel(b,d){var c={};this.elem=b;this.settings=jQuery.extend(c,this.defaultSettings,d);this.settings.maxItems=b.children(".visual").length;this.gotoFirstSlide();if(this.settings.autoPlay==true){this.startShow()}this.videoPlayer=b.children(".videoplayer");if(this.settings.withTabs==true){this.elem.children("ul").addClass(this.settings.tabsPosition);var a=this.elem.children("ul").children("li").length;switch(a){case 2:this.elem.addClass("tabs2");break;case 3:this.elem.addClass("tabs3");break}this.elem.children("ul").show();this.initTabs()}else{this.elem.children("ul").hide()}}Carrousel.prototype.counter=0;Carrousel.prototype.interval;Carrousel.prototype.isPlaying=false;Carrousel.prototype.options={};Carrousel.prototype.flashvars={};Carrousel.prototype.flashparams={allowfullscreen:"true",wmode:"transparent"};Carrousel.prototype.flashattributes={};Carrousel.prototype.defaultSettings={autoPlay:false,withTabs:true,tabsPosition:"bottom",maxItems:4,timeOut:5000,height:293,tabHoverDelay:250};Carrousel.prototype.initTabs=function(){var a=this;var c=this.elem.children("ul").find("a");var b;var d=0;c.bind("mouseover",function(){var f=$(this).parents("li").index();if(b){clearTimeout(b)}b=setTimeout(function(){if(d===f){return}d=f;a.switchSlide(d);if(a.isPlaying==true){a.stopShow()}},a.settings.tabHoverDelay)});c.bind("mouseout",function(){clearTimeout(b)});c.bind("click",function(){var g=$(this).parents("li").index();var f=a.elem.children(".visual").eq(g);if(f.children("a").attr("href")){document.location=f.children("a").attr("href")}})};Carrousel.prototype.switchSlide=function(c){if(this.settings.withTabs==true){var h=this.elem.children("ul").children("li").eq(c).children("a");var i=$(h).parents("li");this.elem.children("ul").find("li.active").removeClass("active");$(i).addClass("active")}var d=this.elem.children(".visual");this.elem.children(".activeVisual").removeClass("activeVisual");var a=$(d).eq(c);a.addClass("activeVisual");var b=a.metadata();if(b.src){a.children("img").add(".sticker").addClass("hide");try{this.flashattributes={name:this.settings.flvPlayerID,id:this.settings.flvPlayerID};if(this.flashvars){this.flashvars.file=b.src;this.flashvars.image=b.image;this.flashvars.skin="/themes/main_theme/swf/modieus.swf";this.flashvars.controlbar="over";if(this.settings.logo){this.flashvars.logo=this.settings.logo}var g=(this.settings.withTabs)?"258":"300";swfobject.embedSWF("/themes/base/swf/player.swf",this.settings.flvPlayerID,"480",g,"9",false,this.flashvars,this.flashparams,this.flashattributes);this.videoPlayer.addClass("active")}}catch(f){}}else{if(this.videoPlayer){this.videoPlayer.removeClass("active")}}};Carrousel.prototype.startShow=function(){var c={};for(var b in this.settings){c[b]=this.settings[b]}c.carrousel=this;var a=this;this.isPlaying=true;this.interval=setInterval(function(){a.gotoNextSlide(c)},a.settings.timeOut)};Carrousel.prototype.stopShow=function(){clearInterval(this.interval);this.isPlaying=false};Carrousel.prototype.gotoNextSlide=function(a){this.counter=(a.carrousel.counter+1)%a.maxItems;this.switchSlide(this.counter)};Carrousel.prototype.gotoFirstSlide=function(a){this.switchSlide(0)};function playerReady(a){player=document.getElementById(a.id);player.addModelListener("STATE","pauseCarrousel")}function pauseCarrousel(d){var a=document.getElementById(d.id);var b=$(a).parents("div.carrousel").attr("id");var c=Carrousel.instances[b];if(d.newstate=="PLAYING"){c.stopShow()}if(d.newstate=="COMPLETED"){c.videoPlayer.removeClass("active");$("#"+b).children(".activeVisual").children(".hide").removeClass("hide")}}Carrousel.instances=[];Carrousel.setup=function(d,a){var b=$("#"+d);if(b.length!==1){return null}var c=new Carrousel(b,a);Carrousel.instances[d]=c;return c};$(document).ready(function(){initAccordion();initInfoPopup()});var Cufon=Cufon||null;if(Cufon){Cufon.replace(".block h2 a,",{fontFamily:"Interstate-BoldCondensed",hover:true});Cufon.replace("h1, h2, h3, h4, h5, h6",{fontFamily:"Interstate-BoldCondensed"});Cufon.replace(".content.login h4",{fontFamily:"Interstate-LightCondensed"});Cufon.replace(".nav-main ul li a,",{fontFamily:"Interstate-RegularCondensed",hover:true})}function p80jq_element_restore_value(){$("input:text.p80jq_element_restore_value, textarea.p80jq_element_restore_value").each(function(){$(this).attr("p80_org_formvalue",$(this).val());$(this).addClass("p80_form_label")}).focus(function(){if($(this).val()!=""&&$(this).val()==$(this).attr("p80_org_formvalue")){$(this).val("");$(this).removeClass("p80_form_label")}}).blur(function(){if($(this).val()==""){$(this).val($(this).attr("p80_org_formvalue"));$(this).addClass("p80_form_label")}})}function Validation(){}Validation.updateControlCssClassOnError=function(a,b){$(a).bind("DOMAttrModified propertychange",function(g){if(g.originalEvent.propertyName&&g.originalEvent.propertyName!="isvalid"){return}var d=$("#"+this.controltovalidate);var c=d.attr("Validators");if(c==null){return}var f=true;$(c).each(function(){if(this.isvalid!==true){f=false}});if(f){d.removeClass(b)}else{d.addClass(b)}})};function redirectTo(a,b){if(b){document.location=a}else{top.document.location=a}}function initAccordion(){$(".acc_container").hide();$(".acc_trigger:first").addClass("active").next().show();$(".acc_trigger").click(function(){if($(this).next().is(":hidden")){$(".acc_trigger").removeClass("active").next().slideUp();$(this).toggleClass("active").next().slideDown()}return false})}function initInfoPopup(){var a={position:{my:"right middle",at:"left middle"},show:"mouseover",hide:"mouseout",style:{tip:true}};$("a.jsInfoPopup span").qtip(a)};
