/*! js/jquery-1.3.2.min.js
 */
/*
 * jQuery JavaScript Library v1.3.2
 * http://jquery.com/
 *
 * Copyright (c) 2009 John Resig
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009)
 * Revision: 6246
 */
(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});
/*
 * Sizzle CSS Selector Engine - v0.9.3
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.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\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex" in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<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>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();;

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

/*! js/fonts.js
 */
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * ï¿½ 1991, 2001, 2002 Adobe Systems Incorporated. All rights reserved.
 * 
 * Trademark:
 * ITC Slimbach is a trademark of International Typeface Corporation registered in
 * the U.S. Patent and Trademark Office and may be registered in certain other
 * jurisdictions.
 * 
 * Full name:
 * SlimbachStd-Book
 * 
 * Designer:
 * Robert Slimbach
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":186,"face":{"font-family":"Slimbach","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 2 5 3 6 5 6 2 2 4","ascent":"259","descent":"-101","x-height":"5","bbox":"-2.06113 -278 350.285 90","underline-thickness":"18","underline-position":"-18","stemh":"14","stemv":"27","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":106},"!":{"d":"71,-69v-2,5,-14,4,-16,0r-9,-167v3,-8,29,-8,34,0xm65,5v-12,0,-21,-7,-21,-20v0,-13,9,-21,21,-21v11,0,20,8,20,21v0,13,-9,20,-20,20","w":126},"\"":{"d":"69,-167v-2,5,-14,4,-16,0r-9,-69v3,-8,29,-8,34,0xm120,-167v-3,4,-14,4,-17,0r-9,-69v4,-7,30,-9,35,0","w":173},"#":{"d":"27,-23r9,-40v-2,-9,-19,-4,-29,-5r3,-15v12,-2,29,5,32,-8r15,-63v-4,-6,-20,-2,-29,-3r3,-15v14,-2,28,6,32,-9r8,-33r19,0r-9,38v7,6,48,11,52,-5r7,-33r19,0r-9,39v5,6,20,2,30,3r-3,15v-13,2,-30,-6,-33,9r-14,60v2,9,20,3,30,5r-3,15v-13,1,-32,-5,-34,8r-8,37r-18,0r8,-38v-2,-13,-27,-5,-40,-7v-19,1,-13,32,-20,45r-18,0xm73,-145r-13,58v6,8,27,4,40,4v10,0,10,-2,13,-13r13,-57v-6,-8,-27,-4,-40,-4v-11,0,-10,1,-13,12"},"$":{"d":"86,35v-1,-38,6,-33,-34,-41v-13,-8,-40,-13,-30,-33v7,-6,7,-18,18,-20v5,21,24,44,42,44v4,0,4,-1,4,-8r-1,-89v-1,-4,-61,-7,-61,-64v0,-56,57,-59,60,-61v4,-6,1,-20,2,-29r15,0v0,40,-5,22,38,38v29,11,12,28,2,44r-5,0v0,-16,-15,-38,-30,-38v-4,0,-5,1,-5,8r0,68v0,6,0,10,6,11v10,3,60,11,60,66v0,61,-60,66,-64,69v-4,7,-1,24,-2,35r-15,0xm86,-152r0,-62v0,-8,-1,-8,-4,-8v-15,0,-32,15,-32,37v0,29,25,40,32,40v4,0,4,-1,4,-7xm104,-105v-8,21,-1,57,-3,83v0,6,1,7,4,7v17,0,36,-15,36,-45v0,-35,-33,-45,-37,-45"},"%":{"d":"103,-110v-40,0,-48,-32,-48,-67v0,-36,12,-69,54,-69v36,0,49,23,49,65v0,51,-23,71,-55,71xm78,-179v0,32,6,57,32,57v22,0,25,-25,25,-55v0,-40,-8,-57,-30,-57v-23,0,-27,26,-27,55xm243,5v-40,0,-49,-33,-49,-68v0,-36,13,-68,55,-68v36,0,49,22,49,64v0,51,-23,72,-55,72xm218,-65v0,32,5,58,31,58v22,0,26,-26,26,-56v0,-40,-9,-57,-31,-57v-23,0,-26,26,-26,55xm247,-254r15,9v-40,66,-126,207,-156,260r-15,-10v10,-15,124,-203,156,-259","w":353},"&":{"d":"234,0r-37,0v-19,0,-29,-15,-36,-15v-6,0,-26,20,-69,20v-49,0,-78,-32,-78,-72v0,-46,54,-60,54,-67v0,-10,-12,-17,-12,-53v0,-71,104,-82,104,-14v0,40,-62,60,-62,68v0,10,62,89,72,89v7,0,13,-19,13,-32v0,-25,-22,-36,-31,-40v14,-21,52,-20,52,22v0,36,-21,55,-21,59v2,10,39,25,51,28r0,7xm109,-232v-41,-1,-33,70,-16,85v4,0,45,-20,45,-51v0,-19,-11,-34,-29,-34xm73,-120v-44,16,-43,118,34,110v61,-6,42,-10,0,-63v-24,-30,-28,-47,-34,-47","w":233},"\u2019":{"d":"29,-169r0,-9v10,-4,24,-11,24,-25v0,-14,-13,-24,-22,-24v6,-21,47,-30,47,9v0,27,-25,45,-49,49","w":106,"k":{".":53,"A":40,"s":6}},"(":{"d":"69,-102v1,68,11,143,62,150r0,9v-62,-2,-87,-43,-87,-160v0,-107,28,-159,87,-159r0,10v-56,3,-63,78,-62,150","w":140},")":{"d":"71,-102v0,-71,-5,-147,-62,-150r0,-10v59,0,87,52,87,159v0,117,-25,158,-87,160r0,-9v51,-6,62,-82,62,-150","w":140},"*":{"d":"105,-132v-4,6,-20,6,-23,0v1,-15,10,-34,4,-46v-14,8,-21,24,-39,28v-3,-7,-12,-12,-7,-20v13,-6,30,-9,41,-17v-11,-9,-28,-11,-41,-17v-3,-8,3,-19,12,-21v12,9,21,20,34,28v9,-9,-12,-40,0,-49v8,0,16,-1,19,4v-1,15,-9,32,-5,45v17,-5,22,-27,39,-27v3,7,12,12,7,20v-13,6,-30,9,-41,17v11,9,28,11,41,17v3,7,-2,19,-12,20v-12,-9,-21,-20,-34,-28v-6,12,4,32,5,46"},"+":{"d":"167,-29r0,-84r-84,0r0,-19r84,0r0,-84r19,0r0,84r84,0r0,19r-84,0r0,84r-19,0","w":353},",":{"d":"30,-22v8,-25,51,-31,52,11v0,35,-34,54,-57,56r0,-8v12,-4,30,-11,30,-31v0,-18,-15,-27,-25,-28","w":106,"k":{"\u2018":53,"\u2019":53}},"-":{"d":"17,-83r0,-21r79,0r0,21r-79,0","w":113},".":{"d":"53,5v-12,0,-20,-7,-20,-20v0,-13,8,-21,20,-21v12,0,21,8,21,21v0,13,-9,20,-21,20","w":106,"k":{"\u2018":53,"\u2019":53}},"\/":{"d":"27,62r-18,-8v22,-47,107,-251,126,-300r18,8","w":166},"0":{"d":"98,-241v58,0,72,35,72,115v0,86,-26,131,-85,131v-56,0,-69,-49,-69,-125v0,-80,33,-121,82,-121xm140,-119v0,-65,-8,-107,-50,-107v-38,0,-44,47,-44,104v0,69,6,112,51,112v36,0,43,-51,43,-109","k":{"7":13,"5":6,"3":6,"2":6,"1":26}},"1":{"d":"35,-221r69,-20r4,3r0,209v-3,19,25,17,39,22r0,7r-105,0v-1,-20,44,-4,38,-31r0,-165v6,-25,-25,-15,-44,-17","k":{"1":46,"0":26}},"2":{"d":"147,-180v0,74,-82,102,-96,146v0,8,4,8,13,8v30,0,68,11,80,-13v6,-6,6,-18,19,-16v-4,17,-1,42,-10,55v-46,-2,-100,4,-142,-2v5,-39,17,-35,60,-80v30,-32,46,-49,46,-86v0,-59,-62,-61,-86,-31v-13,-10,11,-22,18,-31v2,-3,22,-11,40,-11v36,0,58,19,58,61","k":{"1":33,"0":6}},"3":{"d":"67,5v-31,0,-55,-7,-47,-29v6,-6,5,-18,15,-20v12,50,91,43,91,-19v0,-43,-37,-59,-85,-51v-7,-6,4,-24,16,-24v31,0,55,-6,55,-42v0,-50,-60,-46,-80,-22v-14,-12,15,-20,22,-31v3,-2,18,-8,35,-8v34,0,52,16,52,51v0,44,-38,45,-38,53v19,13,54,5,53,57v0,46,-34,85,-89,85","k":{"1":33,"0":6}},"4":{"d":"174,-85v4,7,-8,14,-11,21v-11,2,-31,-6,-29,9v2,19,-8,41,13,43v6,3,18,0,16,12r-84,0v-1,-21,32,0,28,-30v-2,-12,7,-34,-9,-34r-91,0v-4,-36,29,-68,45,-97v19,-35,40,-61,48,-71v11,-2,24,-11,34,-7r0,144v-2,19,26,6,40,10xm47,-85r52,0v8,0,8,-3,8,-10r0,-108v0,-5,0,-8,-3,-8v-3,0,-25,33,-46,70v-12,21,-24,42,-24,48v0,7,4,8,13,8","k":{"1":20}},"5":{"d":"71,5v-24,0,-57,-5,-48,-27v6,-6,6,-18,17,-19v3,14,17,29,45,29v34,0,46,-25,46,-57v0,-54,-28,-49,-69,-49v-23,0,-23,-15,-23,-34v0,-27,-3,-61,2,-85v38,-5,92,13,108,-14r9,0v-5,13,-4,32,-12,41r-78,0v-22,-3,-12,23,-13,39v-4,50,48,20,76,34v19,10,28,19,28,54v0,57,-40,88,-88,88","k":{"1":33,"0":6}},"6":{"d":"68,-120v-8,-13,17,-15,24,-23v44,-14,80,10,80,63v0,60,-39,85,-81,85v-51,0,-73,-36,-73,-93v0,-118,84,-151,110,-152r27,-1r1,8v-55,8,-109,41,-109,140v0,46,14,83,57,83v31,0,38,-28,38,-63v0,-49,-39,-66,-74,-47","k":{"1":26}},"7":{"d":"171,-234v0,60,-96,136,-100,214v-1,11,8,12,5,20v-16,-1,-37,5,-37,-13v0,-40,92,-135,97,-190v-7,-15,-49,-4,-69,-7v-30,-5,-18,24,-42,24v3,-17,3,-37,9,-51r134,0","k":{"1":26,"0":13}},"8":{"d":"86,5v-38,0,-68,-21,-68,-69v0,-48,43,-52,43,-61v0,-8,-32,-8,-32,-55v0,-41,36,-61,70,-61v35,0,58,17,58,57v0,38,-35,47,-35,52v0,9,46,8,46,61v0,47,-32,76,-82,76xm58,-189v0,41,44,52,49,52v37,-7,34,-89,-16,-89v-21,0,-33,13,-33,37xm139,-56v0,-43,-35,-53,-62,-62v-5,0,-35,14,-35,49v0,70,97,82,97,13","k":{"1":26}},"9":{"d":"28,5r-1,-9v54,-10,108,-41,108,-143v0,-43,-17,-79,-53,-79v-30,0,-36,29,-36,56v0,48,35,69,70,50r3,8v-39,27,-102,26,-102,-52v0,-51,40,-77,79,-77v48,0,69,37,69,96v0,103,-73,144,-106,147","k":{"1":26}},":":{"d":"53,5v-12,0,-20,-7,-20,-20v0,-13,8,-21,20,-21v12,0,21,8,21,21v0,13,-9,20,-21,20xm53,-134v-12,0,-20,-7,-20,-20v0,-13,8,-20,20,-20v12,0,21,7,21,20v0,13,-9,20,-21,20","w":106},";":{"d":"25,45r0,-8v12,-4,30,-11,30,-31v0,-18,-15,-27,-25,-28v8,-25,51,-31,52,11v0,35,-34,54,-57,56xm58,-134v-12,0,-20,-7,-20,-20v0,-13,8,-20,20,-20v12,0,21,7,21,20v0,13,-9,20,-21,20","w":106},"<":{"d":"264,0r-175,-77r0,-20r175,-78r0,28r-139,60r139,59r0,28","w":353},"=":{"d":"83,-137r0,-20r187,0r0,20r-187,0xm83,-88r0,-20r187,0r0,20r-187,0","w":353},">":{"d":"89,0r0,-28r139,-59r-139,-60r0,-28r175,78r0,20","w":353},"?":{"d":"114,-203v1,50,-49,56,-53,96v-1,17,18,28,39,29v-18,31,-84,-4,-67,-32v13,-12,54,-47,54,-83v0,-41,-52,-35,-65,-17r-5,-7v17,-12,24,-28,53,-29v25,0,44,14,44,43xm63,5v-12,0,-21,-7,-21,-20v0,-13,9,-21,21,-21v11,0,20,8,20,21v0,13,-9,20,-20,20","w":140},"@":{"d":"288,-5r9,8v-9,11,-55,45,-116,45v-86,0,-149,-49,-149,-119v0,-85,75,-161,162,-161v75,0,134,48,134,117v0,65,-53,115,-105,115v-23,0,-26,-17,-26,-26v-5,5,-20,24,-47,24v-26,0,-48,-18,-48,-52v0,-52,46,-117,93,-117v30,0,38,19,42,26r8,-19r31,0r-30,74v-8,20,-22,55,-22,62v0,6,3,9,11,9v26,0,72,-35,72,-96v0,-62,-52,-98,-112,-98v-70,0,-138,70,-138,141v0,59,48,104,125,104v66,0,101,-33,106,-37xm156,-17v50,0,65,-98,69,-117v0,-11,-7,-23,-22,-23v-35,0,-72,82,-72,116v0,17,11,24,25,24","w":360},"A":{"d":"6,0v-2,-10,7,-10,12,-13v14,-6,15,-15,23,-34r80,-194v6,1,15,-1,20,1r68,195v7,28,12,30,34,38r0,7r-87,0v-2,-19,36,-3,26,-32r-18,-55v-6,-22,-42,-9,-65,-11v-32,-3,-30,50,-42,75v-2,15,31,6,29,23r-80,0xm123,-205v-15,25,-23,60,-34,89v9,9,39,2,56,4v8,1,9,-5,7,-10v-10,-26,-17,-59,-29,-83","w":246,"k":{"v":26,"w":26,"y":26,"c":13,"C":20,"d":13,"e":13,"g":6,"G":20,"o":13,"O":20,"q":13,"Q":20,"t":6,"T":40,"u":13,"U":20,"V":53,"W":53,"Y":46,"-":26,"\u201d":40,"\u2019":40}},"B":{"d":"191,-193v-1,45,-33,43,-51,60v0,5,10,4,30,10v24,8,34,23,34,51v0,94,-103,68,-190,72v4,-23,29,3,29,-47r0,-147v4,-36,-7,-34,-29,-40r0,-7r103,0v35,0,74,1,74,48xm73,-208r0,59v0,13,4,13,14,13v54,0,71,-18,71,-49v0,-36,-21,-44,-60,-44v-25,0,-25,4,-25,21xm73,-106v0,47,-24,92,43,92v37,0,54,-11,54,-51v0,-44,-32,-57,-68,-57v-29,0,-29,1,-29,16","w":219,"k":{"T":13,"V":13,"W":13,"Y":13,".":13,"A":13}},"C":{"d":"208,-66v9,3,7,9,3,17v-22,47,-15,54,-88,54v-69,0,-105,-44,-105,-121v0,-93,56,-130,125,-130v29,0,79,11,68,42v-7,8,-4,24,-18,25v-3,-24,-27,-49,-68,-49v-51,0,-74,33,-74,102v0,68,25,113,83,113v47,0,65,-37,74,-53","w":226},"D":{"d":"13,0v4,-22,29,-1,29,-47r0,-147v3,-35,-8,-34,-29,-40r0,-7r135,0v85,0,87,86,87,111v0,90,-42,130,-119,130r-103,0xm72,-207r0,168v0,24,36,25,54,25v62,0,76,-42,76,-113v0,-73,-32,-100,-86,-100v-40,0,-44,1,-44,20","w":253,"k":{"T":20,"V":20,"Y":20,"A":20}},"E":{"d":"13,0v4,-22,29,0,29,-47r0,-147v3,-35,-8,-34,-29,-40r0,-7r172,2r0,54v-15,3,-14,-10,-19,-18v-13,-21,-17,-24,-48,-24v-46,0,-46,2,-46,17r0,62v-5,23,27,10,43,14v17,4,22,-17,28,-31r7,0r0,75v-17,-1,-13,-39,-35,-30v-18,3,-49,-9,-43,17r0,61v0,20,0,28,47,28v52,0,52,-20,68,-51r9,0v-1,21,3,48,-2,65r-181,0","w":206},"F":{"d":"13,0v4,-23,29,2,29,-47r0,-147v3,-37,-8,-33,-29,-40r0,-7r172,2r0,54v-14,3,-15,-9,-19,-16v-13,-21,-12,-26,-57,-26v-38,0,-37,1,-37,18r0,69v-3,18,28,7,42,10v19,4,23,-15,30,-30r7,0r0,75v-19,0,-10,-37,-38,-30v-14,4,-41,-7,-41,8v0,26,-8,87,9,93v7,5,23,1,21,14r-89,0","w":193,"k":{"e":20,"G":6,"o":20,"O":6,"u":6,"-":6,",":40,".":40,"A":40,"a":26,"r":6,"S":6}},"G":{"d":"234,-85v-38,3,-15,50,-24,76v-13,3,-51,14,-80,14v-73,0,-112,-39,-112,-124v0,-99,70,-127,125,-127v35,1,84,11,73,42r-13,27r-5,0v-5,-24,-20,-51,-69,-51v-54,0,-78,33,-78,96v0,75,29,119,93,119v34,0,43,-12,39,-45v5,-24,-21,-19,-35,-27r0,-7r86,0r0,7","w":246,"k":{"T":13,"V":13,"A":13,"X":13}},"H":{"d":"13,0v4,-22,29,-1,29,-47r0,-147v3,-35,-8,-34,-29,-40r0,-7r87,0v2,11,-10,9,-16,12v-21,4,-12,58,-12,84v0,11,2,11,14,11r88,0v12,0,14,0,14,-11v0,-27,9,-80,-12,-84v-6,-4,-19,0,-17,-12r88,0v2,12,-11,8,-17,12v-12,4,-12,11,-12,35r0,147v-3,37,10,32,29,40r0,7r-88,0v4,-22,29,-1,29,-47r0,-59v0,-12,0,-14,-12,-14r-92,0v-12,0,-12,2,-12,14v0,29,-10,87,12,93v6,4,18,1,16,13r-87,0","w":259},"I":{"d":"13,0v4,-23,29,1,29,-47r0,-147v3,-37,-8,-33,-29,-40r0,-7r87,0v2,12,-11,8,-17,12v-12,4,-11,8,-11,35r0,147v-4,40,8,31,28,40r0,7r-87,0","w":113},"J":{"d":"107,-194r0,110v0,69,-43,89,-75,89v-17,0,-43,-9,-31,-25v4,-6,4,-17,14,-17v4,9,12,24,32,24v30,0,30,-28,30,-61r0,-120v4,-39,-12,-33,-34,-40r0,-7r92,0v2,12,-11,8,-17,12v-12,4,-11,8,-11,35","w":146},"K":{"d":"226,-7r0,7v-30,2,-54,0,-62,-21r-57,-87v-8,-18,-15,-11,-29,-8v-6,2,-6,4,-6,12v0,29,-11,84,11,91v6,4,19,1,17,13r-87,0v4,-24,29,3,29,-47r0,-147v3,-37,-8,-33,-29,-40r0,-7r87,0v2,12,-11,8,-17,12v-21,3,-8,62,-11,89v-2,18,17,3,26,3v13,-5,58,-70,63,-84v0,-14,-27,-4,-25,-20r83,0v1,7,-2,8,-7,9v-38,15,-67,65,-89,94v27,43,69,112,103,131","w":233,"k":{"v":13,"w":13,"y":13,"C":13,"e":13,"G":13,"o":13,"O":13,"Q":13,"u":13,"-":13,"a":6,"S":6}},"L":{"d":"13,0v4,-23,29,1,29,-47r0,-147v4,-37,-9,-32,-29,-40r0,-7r92,0v2,13,-13,8,-20,12v-14,4,-13,7,-13,35r0,153v0,23,4,25,45,27v52,2,52,-20,66,-50r9,0v-1,21,3,47,-2,64r-177,0","w":199,"k":{"y":6,"T":40,"V":40,"W":33,"Y":46,"\u2019":46}},"M":{"d":"9,0v-2,-11,9,-9,14,-13v14,-5,14,-7,16,-36r10,-155v4,-22,-16,-22,-29,-30r0,-7v19,1,44,-3,60,2r73,182v4,8,5,13,10,2r80,-186r59,0v1,17,-35,11,-28,32r5,176v-4,19,13,19,25,26r0,7r-85,0v1,-21,40,-4,31,-42r-6,-147v-34,55,-55,132,-87,189v-25,4,-21,-21,-30,-44r-59,-145v-3,0,-4,4,-4,10r-8,147v0,20,22,18,35,25r0,7r-82,0","w":313},"N":{"d":"16,0v-2,-12,12,-9,18,-14v12,-5,12,-12,12,-38r0,-156v1,-19,-16,-19,-27,-26r0,-7v17,1,38,-3,51,2r137,186v3,0,3,-4,3,-11r0,-138v4,-26,-19,-24,-35,-32r0,-7r82,0v2,9,-5,8,-10,10v-21,7,-20,11,-20,36r1,192v-3,5,-17,4,-21,0r-141,-186v-3,0,-3,5,-3,9r0,139v-5,26,19,28,36,34r0,7r-83,0","w":266},"O":{"d":"120,5v-68,0,-102,-47,-102,-124v0,-91,58,-127,120,-127v60,0,97,39,97,116v0,93,-50,135,-115,135xm51,-129v0,76,25,116,83,116v60,0,68,-56,68,-118v0,-64,-33,-97,-77,-97v-63,0,-74,51,-74,99","w":253,"k":{"T":20,"V":20,"W":20,"Y":20,",":20,".":20,"A":20,"X":13}},"P":{"d":"13,0v4,-23,29,1,29,-47r0,-147v3,-37,-8,-33,-29,-40r0,-7v76,6,179,-26,178,61v-1,55,-39,84,-100,81v-2,-6,-9,-14,4,-14v32,0,63,-14,63,-63v0,-43,-26,-52,-56,-52v-30,0,-30,5,-30,13r0,168v-5,41,12,31,34,40r0,7r-93,0","w":206,"k":{"c":13,"e":13,"o":13,",":40,".":40,"A":40,"a":20,"J":20}},"Q":{"d":"148,5v7,9,68,36,80,37v-3,4,-5,9,-13,9v-48,-2,-90,-23,-104,-37v1,-2,2,-4,2,-7v-48,-11,-95,-29,-96,-127v0,-82,52,-126,120,-126v48,0,98,23,98,121v0,88,-49,110,-87,130xm51,-131v0,80,25,118,83,118v57,0,68,-51,68,-110v0,-66,-23,-105,-78,-105v-48,0,-73,31,-73,97","w":253,"k":{"V":20,"W":20,"Y":20,"A":20}},"R":{"d":"13,0v3,-22,29,-1,29,-44r0,-150v3,-37,-8,-33,-29,-40r0,-7v70,6,173,-26,173,53v0,70,-67,50,-48,75v24,32,52,89,83,106r0,7v-22,0,-45,2,-54,-13r-52,-82v-12,-21,-13,-19,-34,-19v-8,0,-9,1,-9,10v0,28,-11,87,12,91v5,4,16,2,14,13r-85,0xm72,-210r0,70v0,11,0,11,23,11v39,0,58,-12,58,-48v0,-40,-24,-51,-58,-51v-24,0,-23,3,-23,18","w":226,"k":{"v":20,"y":20,"C":20,"e":13,"o":13,"O":20,"T":20,"u":13,"U":20,"V":20,"W":20,"Y":20,"-":20,"a":6,"S":6}},"S":{"d":"141,-61v-2,-78,-121,-32,-120,-116v0,-44,42,-69,77,-69v63,1,73,25,51,64r-5,0v-5,-18,-18,-46,-54,-46v-28,0,-44,15,-44,38v0,76,124,26,123,117v0,44,-38,78,-88,78v-40,0,-72,-13,-63,-46r12,-29r6,0v4,21,16,57,60,57v35,0,45,-22,45,-48","k":{"w":6,"y":6,"Y":6,"A":13,"X":6}},"T":{"d":"62,0v3,-23,33,2,33,-43r0,-171v0,-12,0,-14,-19,-14v-42,0,-43,20,-57,42r-10,0v2,-17,-4,-43,3,-55r198,2r0,53v-17,3,-14,-14,-21,-21v-9,-17,-16,-21,-45,-21v-19,0,-19,2,-19,14r0,171v-5,35,14,27,33,36r0,7r-96,0","w":219,"k":{"w":46,"y":46,"c":46,"C":20,"e":46,"G":20,"o":46,"O":20,"u":46,"-":46,",":40,".":40,"A":40,"a":46,"r":40,"S":6,"s":40,":":40,";":40}},"U":{"d":"210,-194r0,94v0,83,-29,105,-94,105v-114,0,-80,-106,-80,-199v0,-35,-7,-34,-28,-40r0,-7r87,0v2,12,-11,8,-17,12v-12,4,-12,11,-12,35v0,80,-26,181,66,181v36,0,52,-12,52,-78r0,-103v3,-40,-8,-32,-29,-40r0,-7r84,0v2,12,-12,8,-18,12v-12,4,-11,8,-11,35","w":246,"k":{"A":20}},"V":{"d":"130,-3v-5,5,-24,5,-27,0r-57,-185v-10,-33,-13,-37,-36,-46r0,-7r86,0v3,17,-28,8,-29,22r53,173v3,10,6,13,9,2r22,-61v17,-47,37,-108,37,-114v0,-14,-30,-5,-28,-22r76,0v1,7,-3,9,-7,10v-28,7,-39,79,-55,110v-16,31,-40,106,-44,118","w":239,"k":{"w":26,"y":26,"e":40,"G":20,"o":40,"O":20,"u":26,"-":26,",":53,".":53,"A":53,"a":40,"r":26,"S":6,"J":26,":":26,";":26}},"W":{"d":"144,-52v-15,30,-10,62,-44,49r-41,-147v-17,-63,-13,-73,-49,-84r0,-7r85,0v3,15,-24,9,-26,21v6,35,34,125,46,169v2,9,5,14,9,6r51,-138v-4,-25,-13,-46,-36,-51r0,-7r81,0v2,16,-22,7,-24,21r51,168v2,12,7,15,10,5r46,-172v-1,-12,-31,-5,-29,-22r76,0v2,10,-7,10,-12,13v-36,54,-53,165,-82,228v-27,5,-23,-12,-32,-36v-13,-38,-22,-82,-40,-116v-3,0,-4,2,-5,7","w":353,"k":{"y":20,"C":20,"e":33,"G":20,"o":33,"O":20,"u":20,"-":20,",":53,".":53,"A":53,"a":33,"r":20,"S":6,":":20,";":20}},"X":{"d":"4,0v-2,-10,8,-9,13,-12v12,-4,17,-13,27,-28v18,-27,39,-51,54,-81v-17,-32,-39,-60,-56,-91v-7,-13,-16,-16,-29,-22r0,-7r83,0v3,17,-37,7,-20,30v15,19,25,44,40,62v17,-21,31,-48,44,-74v-1,-10,-25,-3,-22,-18r72,0v1,7,-3,9,-7,10v-37,14,-47,59,-72,87v-5,5,-7,14,-1,19r55,89v12,19,19,23,38,29r0,7r-85,0v-5,-17,33,-5,21,-24v-17,-26,-31,-56,-51,-80v-20,24,-36,55,-51,85v-1,12,27,4,24,19r-77,0","w":226,"k":{"y":13,"C":13,"e":13,"O":13,"a":6,"S":6}},"Y":{"d":"67,0v5,-23,41,0,33,-47v6,-55,-20,-85,-38,-121v-25,-49,-24,-56,-52,-66r0,-7r85,0v4,16,-26,8,-26,21v11,30,36,77,53,106v17,-25,44,-81,52,-106v-2,-12,-28,-5,-26,-21r75,0v1,7,-3,9,-7,10v-22,1,-52,79,-71,108v-17,24,-15,40,-15,76v0,39,11,32,32,40r0,7r-95,0","w":226,"k":{"v":33,"e":46,"o":46,"O":20,"q":46,"u":33,"-":33,",":46,".":46,"A":46,"a":46,":":33,";":33,"p":33}},"Z":{"d":"7,-5v14,-13,143,-202,146,-216v0,-7,-17,-7,-50,-7v-61,0,-48,20,-67,48r-10,0v1,-20,-3,-45,2,-61r172,0v6,17,-32,45,-66,102v-28,47,-76,113,-76,118v0,7,28,7,50,7v70,0,64,-19,84,-54r10,0v-2,22,4,52,-3,68r-188,0","w":213},"[":{"d":"51,51v-7,-96,1,-207,-2,-307r2,-3r65,-3r0,10v-16,7,-43,-4,-43,23r0,251v-3,27,27,16,43,23r0,9","w":133},"\\":{"d":"162,54r-18,8r-126,-300r18,-8v19,49,104,253,126,300","w":166},"]":{"d":"85,48v-16,8,-46,3,-67,6r0,-9v16,-7,42,3,42,-23r0,-251v4,-27,-27,-16,-42,-23r0,-10v21,3,51,-2,67,6r0,304","w":133},"^":{"d":"6,-98r77,-143r22,0r75,143r-23,0r-63,-120r-64,120r-24,0"},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"\u2018":{"d":"78,-246r0,9v-10,4,-24,12,-24,26v0,14,13,23,22,23v-6,21,-47,30,-47,-9v0,-27,25,-45,49,-49","w":106,"k":{".":53,"A":40}},"a":{"d":"174,0r-51,0v-14,-27,-18,5,-57,5v-30,0,-49,-19,-49,-48v0,-56,74,-50,100,-60v9,-29,-2,-56,-32,-56v-20,0,-36,12,-46,21v-14,-11,15,-21,21,-32v5,-4,19,-9,38,-9v72,-2,43,82,49,143v-4,28,12,22,27,29r0,7xm82,-12v38,1,40,-28,38,-65v0,-8,0,-10,-9,-10v-19,0,-65,4,-65,35v0,25,14,40,36,40","w":179},"b":{"d":"183,-96v0,87,-63,112,-133,95v-9,0,-14,10,-18,1r0,-220v3,-22,-13,-21,-27,-25r0,-6v18,-1,39,-10,54,-6r0,84v0,7,0,10,4,10v10,0,20,-16,51,-16v45,0,69,28,69,83xm101,-162v-27,0,-42,9,-42,44r0,71v-7,31,30,37,46,37v36,0,48,-24,48,-71v0,-50,-15,-81,-52,-81","w":199,"k":{"w":6,"y":6,",":13,".":13}},"c":{"d":"154,-43v13,10,-23,35,-25,40v-59,25,-112,-12,-112,-85v0,-64,41,-91,86,-91v25,1,60,10,49,35v-7,8,-5,25,-20,25v0,-17,-11,-46,-44,-46v-31,0,-41,37,-41,76v0,45,16,74,54,74v30,0,44,-17,53,-28","w":166,"k":{"y":6,",":6,".":6}},"d":{"d":"192,0r-52,0v-11,-29,-18,5,-57,5v-50,0,-66,-35,-66,-85v0,-88,52,-107,117,-96v7,-5,1,-32,3,-44v4,-24,-14,-20,-29,-25r0,-6v19,-1,41,-10,57,-6r0,221v-4,29,11,22,27,29r0,7xm96,-12v20,0,41,-6,41,-38r0,-72v4,-38,-19,-43,-42,-43v-35,0,-48,20,-48,70v0,49,11,83,49,83","w":199},"e":{"d":"162,-103v0,12,-5,13,-14,13r-85,0v-10,0,-16,-1,-16,10v0,19,9,65,61,65v18,0,33,-6,44,-12v9,9,-9,13,-14,20v-58,31,-121,0,-121,-83v0,-57,37,-89,82,-89v23,0,63,9,63,76xm62,-105r59,0v9,0,13,-1,13,-9v0,-24,-18,-51,-46,-51v-30,0,-40,28,-40,48v0,12,4,12,14,12","w":173,"k":{"v":6,"w":6,"y":6,",":13,".":13,"x":6}},"f":{"d":"42,-183v0,-34,17,-76,54,-79v29,-3,25,20,15,37v-11,-2,-10,-17,-26,-15v-26,2,-17,30,-17,54v0,17,24,12,39,17r0,6v-13,4,-42,1,-38,18r0,109v-5,29,16,23,34,29r0,7r-88,0v0,-21,34,1,27,-36r0,-109v2,-17,-18,-13,-29,-18v-2,-15,29,-3,29,-20","w":113},"g":{"d":"51,-71v-10,-9,-32,-17,-32,-47v0,-55,72,-71,112,-54v15,-3,27,-11,40,-16v10,12,-18,21,-21,35v0,5,6,13,6,28v0,40,-37,57,-69,57v-23,0,-39,5,-39,20v0,14,12,14,51,14v46,0,73,5,73,45v0,47,-38,73,-81,73v-49,0,-79,-19,-79,-60v0,-32,31,-26,31,-34v0,-6,-20,-9,-20,-20v2,-5,7,-30,18,-33v6,-4,10,-5,10,-8xm48,-127v0,52,79,65,78,9v0,-26,-15,-47,-41,-47v-24,0,-37,17,-37,38xm39,21v0,31,23,48,59,48v31,0,47,-17,47,-46v0,-27,-22,-36,-50,-36v-23,0,-56,4,-56,34","w":180},"h":{"d":"10,0v0,-21,34,0,27,-36r0,-184v4,-22,-13,-21,-27,-25r0,-6v17,-1,39,-10,54,-6r0,85v0,6,0,10,4,10v10,0,16,-17,51,-17v17,0,52,1,52,56r0,87v-4,27,12,23,27,29r0,7r-81,0v0,-20,32,-1,27,-36v-8,-53,20,-125,-42,-126v-62,0,-30,75,-38,126v-4,26,12,22,27,29r0,7r-81,0","w":206,"k":{"y":6}},"i":{"d":"10,0v0,-20,34,-1,27,-36r0,-104v4,-23,-15,-18,-28,-23r0,-6v18,-1,40,-10,55,-6r0,139v-3,26,12,22,27,29r0,7r-81,0xm51,-214v-11,0,-19,-7,-19,-19v0,-12,8,-18,19,-18v11,0,19,6,19,18v0,12,-8,19,-19,19","w":100},"j":{"d":"0,62v15,-8,42,-11,41,-38v-3,-50,-2,-110,-2,-164v0,-22,-15,-17,-28,-23r0,-6v18,-1,40,-10,55,-6v-5,78,17,182,-22,227v-7,9,-13,33,-28,25v-5,-6,-15,-5,-16,-15xm52,-214v-11,0,-19,-7,-19,-19v0,-12,8,-18,19,-18v11,0,19,6,19,18v0,12,-8,19,-19,19","w":99},"k":{"d":"10,0v0,-21,34,0,27,-36r0,-183v4,-23,-12,-21,-27,-26r0,-6v17,-1,39,-10,54,-6r0,139v-3,18,11,14,21,11v12,-4,36,-37,42,-50v0,-9,-23,-3,-19,-17r70,0v-4,19,-25,8,-36,28v-13,24,-54,35,-17,65v17,22,55,74,68,74r0,7v-67,13,-73,-58,-108,-89v-9,-2,-24,-3,-21,12v3,22,-9,64,12,65v6,3,17,1,15,12r-81,0","w":193,"k":{"c":6,"d":6,"e":6,"g":6,"o":6,"a":6}},"l":{"d":"10,0v0,-20,34,-1,27,-36r0,-184v4,-22,-13,-21,-27,-25r0,-6v17,-1,39,-10,54,-6r0,221v-4,26,12,22,27,29r0,7r-81,0","w":99},"m":{"d":"166,-160v17,-4,33,-19,57,-19v71,0,45,82,50,143v-4,29,12,22,27,29r0,7r-81,0v0,-20,31,-1,27,-36v-5,-50,12,-126,-40,-126v-54,0,-31,78,-36,126v-4,28,12,22,27,29r0,7r-82,0v0,-22,33,2,27,-36v-8,-52,21,-123,-37,-126v-58,-3,-34,75,-39,126v-4,29,12,22,27,29r0,7r-81,0v1,-21,27,0,27,-36r0,-104v2,-22,-13,-17,-26,-23r0,-6r49,-8v7,38,30,-9,56,-2v35,0,43,19,48,19","w":306,"k":{"w":6,"y":6}},"n":{"d":"12,0v1,-20,27,-2,27,-36r0,-104v3,-22,-13,-17,-26,-23r0,-6r49,-8v9,35,18,-2,61,-2v23,0,51,9,51,58r0,85v-4,27,12,23,27,29r0,7r-82,0v0,-20,32,-1,27,-36v-7,-53,19,-128,-42,-126v-14,0,-38,5,-38,36r0,90v-4,27,12,23,27,29r0,7r-81,0","w":206,"k":{"w":6,"y":6}},"o":{"d":"90,5v-52,0,-73,-38,-73,-94v0,-118,159,-123,159,-9v0,68,-30,103,-86,103xm47,-95v0,59,19,85,52,85v38,0,47,-33,47,-78v0,-45,-16,-77,-53,-77v-33,0,-46,26,-46,70","w":193,"k":{"v":6,"w":6,"y":6,"x":6}},"p":{"d":"56,-177v8,33,31,-2,58,-2v48,0,69,28,69,88v0,76,-48,104,-116,94v-10,3,-3,22,-5,33v-5,32,18,22,35,29r0,7r-90,0v0,-20,34,-2,27,-36r0,-176v3,-22,-12,-18,-25,-23r0,-6xm104,-162v-62,0,-42,62,-42,112v0,29,7,40,41,40v39,0,50,-24,50,-68v0,-45,-10,-84,-49,-84","w":199,"k":{"w":6,"y":6}},"q":{"d":"138,-13v-8,1,-27,18,-52,18v-48,0,-69,-24,-69,-92v0,-78,58,-102,122,-89v14,-1,14,-19,30,-18r0,230v-4,27,12,23,27,29r0,7r-89,0v1,-22,42,3,35,-36v-3,-15,5,-41,-4,-49xm142,-45v0,-55,26,-122,-46,-120v-36,0,-49,24,-49,73v0,38,6,80,54,80v15,0,41,-6,41,-33","w":199},"r":{"d":"60,-177v3,37,25,-2,47,-2v28,0,22,23,13,40v-15,-1,-5,-17,-29,-17v-22,0,-27,11,-27,27r0,93v-5,31,13,22,30,29r0,7r-85,0v0,-20,34,-2,27,-36r0,-105v4,-22,-14,-16,-26,-22r0,-6","w":133,"k":{"c":6,"d":6,"e":6,"g":6,"o":6,"q":6,",":33,".":33,"a":6,"s":6}},"s":{"d":"120,-124r-6,0v-4,-14,-13,-41,-42,-41v-16,0,-28,10,-28,26v0,48,92,20,92,82v0,43,-35,62,-70,62v-21,0,-59,-14,-47,-35v4,-8,2,-24,15,-24v3,15,13,44,47,44v19,0,31,-12,31,-32v0,-54,-91,-19,-91,-88v0,-34,33,-49,64,-49v19,1,54,8,42,30","w":153,"k":{"y":6,",":6,".":6}},"t":{"d":"106,-12v5,12,-23,17,-33,17v-30,0,-39,-10,-39,-42r0,-111v2,-14,-15,-13,-26,-16v-1,-18,31,-2,31,-25r9,-33r8,0v8,18,-6,47,22,47r23,4r0,7v-16,4,-44,-1,-40,21v8,51,-24,145,45,131","w":113},"u":{"d":"147,0v-8,-28,-31,13,-59,5v-32,0,-52,-14,-52,-53r0,-92v4,-22,-15,-18,-28,-23r0,-6v18,-1,40,-10,55,-6r0,112v0,28,6,51,43,51v61,0,31,-77,38,-128v4,-22,-15,-18,-28,-23r0,-6v18,-1,40,-10,55,-6r0,139v-4,27,12,23,27,29r0,7r-51,0","w":206},"v":{"d":"106,-3v-3,6,-22,4,-25,0v-5,-21,-37,-105,-49,-140v-5,-14,-11,-18,-24,-24r0,-7r72,0v4,14,-21,9,-22,18v9,34,28,89,42,122v16,-26,36,-99,43,-120v-1,-12,-28,-4,-26,-20r68,0v1,6,-1,9,-6,9v-24,11,-31,57,-44,83v-16,33,-25,72,-29,79","w":193,"k":{"c":6,"d":6,"e":6,"g":6,"o":6,",":26,".":26,"a":6,"s":6}},"w":{"d":"117,-48v-12,24,-8,59,-39,45r-47,-144v-4,-15,-11,-16,-23,-20r0,-7r74,0v0,18,-30,2,-19,36r33,102v14,-33,34,-69,38,-109v-3,-14,-14,-18,-27,-22r0,-7r74,0v3,15,-20,7,-21,19v15,39,25,83,42,119v12,-21,31,-110,33,-118v-1,-13,-27,-4,-25,-20r68,0v2,9,-6,9,-11,11v-29,30,-40,131,-61,163v-7,-1,-19,3,-21,-3r-41,-108v-13,17,-17,43,-27,63","w":286,"k":{"c":6,"d":6,"e":6,"o":6,",":26,".":26,"a":6,"s":6}},"x":{"d":"3,0v-1,-7,3,-9,7,-10v22,-8,47,-48,65,-68v7,-7,6,-13,0,-20v-19,-23,-29,-59,-60,-69r0,-7r68,0v4,14,-22,6,-15,20v11,13,18,31,31,41v8,-14,47,-50,14,-54r0,-7r60,0v-3,16,-22,8,-30,26v-8,19,-43,36,-31,59v23,27,35,69,72,82r0,7r-75,0v-4,-16,30,-7,16,-24v-12,-16,-21,-37,-36,-50v-14,13,-29,38,-38,55v1,11,24,4,21,19r-69,0","k":{"c":6,"e":6,"o":6,"a":6}},"y":{"d":"24,72r6,-17v6,0,25,1,34,-12v26,-37,25,-33,6,-80r-39,-102v-4,-14,-12,-24,-27,-28r0,-7r72,0v2,17,-34,6,-17,31r40,108v14,-27,37,-96,42,-120v-1,-12,-29,-3,-27,-19r69,0v1,6,-1,9,-6,9v-11,4,-12,9,-21,30r-50,120v-14,22,-17,102,-82,87","k":{"c":6,"d":6,"e":6,"o":6,",":26,".":26,"a":6,"s":6}},"z":{"d":"12,0r-3,-4v10,-12,113,-143,113,-152v0,-5,-14,-6,-35,-6v-39,0,-41,8,-51,32r-8,0v2,-14,-4,-35,3,-44r134,0r2,6v-20,23,-111,142,-111,150v0,5,16,5,39,5v54,0,51,-11,66,-39r7,0v-1,17,2,37,-1,52r-155,0","w":179},"{":{"d":"112,-36v0,48,-16,96,34,108r0,9v-36,-1,-76,-26,-76,-61v-1,-24,9,-50,10,-69v0,-22,-19,-39,-40,-45r0,-9v21,-6,40,-22,40,-46v-1,-19,-11,-44,-10,-68v0,-35,40,-60,76,-61r0,9v-50,12,-34,60,-34,108v0,40,-37,54,-55,62v18,8,55,24,55,63"},"|":{"d":"51,90r0,-360r18,0r0,360r-18,0","w":119},"}":{"d":"107,-49v0,20,10,46,10,69v0,35,-40,60,-76,61r0,-9v50,-12,33,-61,33,-108v0,-39,38,-55,56,-63v-18,-8,-56,-22,-56,-62v0,-47,17,-96,-33,-108r0,-9v36,1,76,26,76,61v0,23,-10,48,-10,68v0,24,18,40,39,46r0,9v-21,6,-39,23,-39,45"},"~":{"d":"109,-46r-22,0v0,-33,5,-86,51,-86v53,0,47,72,80,72v26,0,26,-42,26,-65r22,0v0,27,0,88,-50,88v-51,0,-46,-74,-79,-74v-28,0,-28,41,-28,65","w":353},"'":{"d":"61,-167v-2,5,-14,4,-16,0r-9,-69v4,-8,30,-8,35,0","w":106},"\u201c":{"d":"142,-188v-6,21,-47,30,-47,-9v0,-27,25,-45,49,-49r0,9v-10,4,-24,12,-24,26v0,14,13,23,22,23xm76,-188v-6,22,-47,30,-48,-9v0,-27,25,-45,49,-49r0,9v-10,4,-24,12,-24,26v0,14,14,23,23,23","w":173,"k":{".":53,"c":13,"e":13,"A":40,"a":20}},"\u2013":{"d":"17,-83r0,-21r152,0r0,21r-152,0"},"\u201d":{"d":"36,-169r0,-9v10,-4,24,-11,24,-25v0,-14,-13,-24,-22,-24v6,-21,47,-30,47,9v0,27,-25,45,-49,49xm103,-169r0,-9v10,-4,24,-11,24,-25v0,-14,-14,-24,-23,-24v6,-22,47,-30,48,9v0,27,-25,45,-49,49","w":173,"k":{".":53,"c":13,"e":13,"A":40,"a":20}},"\u2026":{"d":"57,0v-11,0,-20,-7,-20,-19v0,-12,9,-20,20,-20v11,0,19,8,19,20v0,12,-9,19,-19,19xm177,0v-11,0,-20,-7,-20,-19v0,-12,9,-20,20,-20v11,0,19,8,19,20v0,12,-9,19,-19,19xm297,0v-11,0,-20,-7,-20,-19v0,-12,9,-20,20,-20v11,0,19,8,19,20v0,12,-9,19,-19,19","w":353},"`":{"d":"90,-197r-62,-48v6,-6,7,-17,16,-20r56,60","w":128},"\u2014":{"d":"17,-83r0,-21r319,0r0,21r-319,0","w":353},"\u2122":{"d":"19,-143r0,-6v12,-1,19,-1,19,-17r0,-68v-21,4,-21,12,-28,30r-7,0r2,-37r84,0r2,37r-6,0v-7,-18,-7,-26,-28,-30r0,68v0,16,4,16,17,17r0,6r-55,0xm96,-143r0,-6v29,-1,16,-47,16,-73v0,-13,-2,-11,-12,-12r0,-7r36,0v8,21,12,45,21,65r22,-65r39,0r0,7v-29,-2,-10,45,-15,68v0,15,3,16,13,17r0,6r-44,0r0,-6v9,-2,12,-2,12,-17r0,-66r-31,89r-5,0r-27,-86r0,63v-3,20,10,10,10,23r-35,0","w":219},"\u00d7":{"d":"117,-49r-14,-14r60,-60r-60,-59r14,-14r59,60r60,-60r14,14r-60,59r60,60r-14,14r-60,-60","w":353},"\u00a0":{"w":106}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * ï¿½ 1991, 2001, 2002 Adobe Systems Incorporated. All rights reserved.
 * 
 * Trademark:
 * ITC Slimbach is a trademark of International Typeface Corporation registered in
 * the U.S. Patent and Trademark Office and may be registered in certain other
 * jurisdictions.
 * 
 * Full name:
 * SlimbachStd-Bold
 * 
 * Designer:
 * Robert Slimbach
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":193,"face":{"font-family":"Slimbach","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 2 8 3 8 5 6 2 2 4","ascent":"259","descent":"-101","x-height":"5","bbox":"0 -276 365.452 90","underline-thickness":"18","underline-position":"-18","stemh":"17","stemv":"47","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":106},"!":{"d":"63,5v-16,0,-27,-11,-27,-27v0,-16,11,-26,27,-26v16,0,27,10,27,26v0,16,-11,27,-27,27xm76,-74v-3,7,-23,5,-26,0r-15,-160v7,-12,33,-5,50,-7r7,7","w":126},"\"":{"d":"59,-152v-4,5,-23,5,-26,0r-9,-86v8,-5,35,-5,44,0xm126,-152v-4,5,-22,4,-25,0r-10,-86v8,-6,36,-5,45,0","w":159},"#":{"d":"29,-22r9,-42v-1,-7,-22,-3,-30,-4r4,-16v14,-2,33,7,33,-11r13,-57v-2,-8,-21,-2,-30,-4r3,-17v12,-2,30,6,33,-8r8,-34r22,0r-9,39v9,3,49,12,49,-9r7,-30r22,0r-8,39v4,6,21,2,30,3r-4,17v-11,2,-29,-5,-32,7r-14,61v2,8,22,2,31,4r-4,16v-13,2,-34,-6,-33,10r-8,36r-22,0r8,-40v-1,-12,-26,-4,-37,-6v-18,2,-12,32,-19,46r-22,0xm79,-148r-13,59v3,10,26,5,38,5v6,0,8,-2,10,-10r13,-58v-4,-9,-23,-2,-33,-4v-12,0,-13,0,-15,8"},"$":{"d":"88,36v-2,-14,7,-36,-11,-36v-17,0,-72,-16,-57,-41v8,-8,8,-23,21,-25v1,14,17,49,42,49v4,0,5,-1,5,-7r0,-69v0,-10,-2,-12,-15,-16v-22,-7,-52,-19,-52,-63v0,-60,56,-64,60,-65v12,-1,5,-18,7,-29r17,0v1,11,-4,29,8,29v34,0,61,15,50,34v-7,7,-7,21,-19,23v-1,-18,-19,-41,-33,-41v-4,0,-6,2,-6,9v6,27,-14,64,15,72v23,6,56,16,56,65v0,59,-44,73,-60,73v-19,0,-8,23,-11,38r-17,0xm105,-90r0,66v0,6,1,7,4,7v15,0,31,-12,31,-38v0,-30,-25,-40,-31,-40v-3,0,-4,2,-4,5xm84,-153v10,-10,4,-41,4,-59v0,-8,-1,-9,-5,-9v-13,0,-28,13,-28,33v0,26,23,35,29,35"},"%":{"d":"79,-174v0,32,4,55,27,55v21,0,23,-25,23,-58v0,-35,-8,-50,-27,-50v-19,0,-23,23,-23,53xm112,17r-19,-12v52,-81,103,-171,154,-258r20,12v-53,83,-104,172,-155,258xm231,-65v0,32,5,55,28,55v21,0,22,-25,22,-58v0,-35,-7,-50,-26,-50v-19,0,-24,23,-24,53xm100,-104v-41,0,-54,-25,-54,-67v0,-41,16,-70,58,-70v37,0,58,13,58,62v0,54,-26,75,-62,75xm253,5v-41,0,-55,-25,-55,-67v0,-41,17,-70,59,-70v37,0,57,14,57,63v0,54,-25,74,-61,74","w":360},"&":{"d":"256,0v-28,1,-74,2,-86,-10v-6,0,-24,15,-68,15v-54,0,-88,-28,-88,-74v0,-54,57,-59,57,-69v0,-4,-11,-20,-11,-46v0,-41,38,-62,71,-62v27,0,49,15,49,46v0,50,-59,53,-59,64v0,11,61,85,69,85v20,-14,7,-70,-22,-66v4,-16,25,-15,38,-23v17,0,27,15,27,37v0,42,-27,56,-27,64v0,11,36,25,50,31r0,8xm123,-229v-33,-2,-24,67,-9,77v3,0,37,-14,37,-43v0,-18,-10,-34,-28,-34xm151,-24v-6,-5,-66,-87,-70,-92v-6,0,-20,17,-20,39v0,34,27,63,64,63v11,0,26,-4,26,-10","w":259},"\u2019":{"d":"26,-154r-4,-10v9,-4,28,-14,28,-33v0,-18,-12,-24,-22,-26v1,-18,21,-15,33,-23v8,0,24,8,24,34v0,29,-36,56,-59,58","w":106,"k":{".":53,"A":40,"s":6}},"(":{"d":"141,47r0,11v-76,-3,-96,-46,-96,-166v0,-59,11,-162,97,-155r0,11v-35,0,-60,36,-60,137v0,80,10,156,59,162","w":146},")":{"d":"5,58r0,-11v35,0,60,-36,60,-137v0,-80,-10,-156,-59,-162r0,-11v76,3,96,46,96,166v0,58,-12,162,-97,155","w":146},"*":{"d":"112,-124v-5,8,-27,7,-31,0v2,-16,14,-35,8,-48v-14,9,-23,23,-35,33v-11,-3,-20,-19,-15,-28v15,-5,33,-7,45,-15v-10,-13,-41,-6,-48,-22v6,-7,7,-20,18,-22v12,11,21,24,35,33v9,-12,-17,-42,-3,-53v10,0,23,-2,26,5v-2,16,-12,34,-8,48v15,-7,23,-23,35,-33v11,3,19,18,16,28v-14,6,-35,6,-45,16v12,8,31,9,45,15v3,11,-5,25,-16,28v-12,-11,-20,-25,-35,-33v-5,13,6,33,8,48"},"+":{"d":"167,-28r0,-81r-81,0r0,-26r81,0r0,-81r26,0r0,81r81,0r0,26r-81,0r0,81r-26,0","w":360},",":{"d":"22,43r-3,-9v12,-4,31,-16,31,-34v0,-19,-12,-30,-26,-31v2,-18,23,-16,36,-24v14,0,27,11,27,35v0,37,-38,61,-65,63","w":106,"k":{"\u2018":53,"\u2019":53}},"-":{"d":"12,-80r0,-28r90,0r0,28r-90,0","w":113},".":{"d":"53,5v-16,0,-27,-11,-27,-27v0,-16,11,-26,27,-26v16,0,27,10,27,26v0,16,-11,27,-27,27","w":106,"k":{"\u2018":53,"\u2019":53}},"\/":{"d":"26,50r-23,-9v15,-32,113,-265,125,-300r23,10v-12,27,-113,272,-125,299","w":159},"0":{"d":"103,-241v64,0,78,38,78,117v0,88,-24,129,-92,129v-63,0,-77,-50,-77,-119v0,-80,23,-127,91,-127xm135,-116v0,-68,-5,-107,-40,-107v-31,0,-37,43,-37,92v0,63,5,118,42,118v31,0,35,-47,35,-103","k":{"7":13,"5":6,"1":26}},"1":{"d":"39,0v2,-24,36,-1,36,-45r0,-144v4,-26,-24,-16,-42,-20r0,-8r84,-24r4,4r0,192v-4,35,17,28,36,37r0,8r-118,0","k":{"1":46,"0":26}},"2":{"d":"161,-180v0,70,-68,81,-91,134v1,20,36,8,55,11v29,4,22,-32,52,-29v-6,21,-6,47,-15,64r-151,0v-9,-63,99,-83,99,-163v0,-53,-60,-53,-83,-27r-7,-8v24,-21,19,-43,74,-43v37,0,67,15,67,61","k":{"1":26}},"3":{"d":"26,-204v21,-18,23,-38,68,-37v34,0,60,11,60,47v0,43,-42,47,-42,56v0,10,57,0,57,55v0,60,-43,88,-98,88v-28,0,-70,-8,-55,-34r16,-27r6,0v4,15,15,43,47,43v21,0,34,-20,34,-49v0,-42,-37,-56,-77,-46v-11,-9,8,-21,11,-32v33,2,54,-5,54,-38v0,-43,-58,-38,-75,-19","k":{"1":26}},"4":{"d":"74,0v-2,-21,31,-7,27,-34v-2,-12,6,-29,-10,-29r-85,0v-6,-4,-1,-15,-1,-22v26,-46,59,-98,94,-143r46,-13r3,3r0,140v-4,27,30,1,40,16r-13,19v-12,1,-29,-6,-27,11v2,15,-4,34,9,36v6,5,19,3,17,16r-100,0xm98,-197v-18,15,-62,96,-62,104v4,15,38,7,55,7v9,0,10,-2,10,-12v-2,-32,4,-72,-3,-99","k":{"1":26}},"5":{"d":"68,-201v-16,-2,-11,14,-11,26v0,25,11,28,40,28v62,0,73,28,73,60v0,61,-38,92,-96,92v-40,-1,-65,-11,-53,-32r17,-30r6,0v4,14,14,44,44,44v24,0,37,-20,37,-51v0,-42,-25,-47,-65,-47v-43,0,-23,-79,-27,-122r5,-4r96,0v15,3,15,-16,34,-13v-6,16,-6,37,-16,49r-84,0","k":{"1":26,"0":6}},"6":{"d":"81,-120v-1,-21,20,-27,43,-27v42,0,57,23,57,70v0,57,-36,82,-87,82v-51,0,-80,-31,-80,-92v0,-104,46,-132,106,-151r45,-3r1,10v-54,11,-105,42,-105,137v0,44,9,81,44,81v25,0,30,-23,30,-53v0,-44,-18,-68,-54,-54","k":{"1":26}},"7":{"d":"181,-231v0,88,-120,146,-91,226r-2,5v-18,-2,-49,7,-49,-13v2,-49,93,-128,95,-181v0,-5,-3,-7,-11,-7v-35,2,-79,-10,-90,21r-11,0v4,-19,5,-41,11,-57r144,0","k":{"1":26,"0":13}},"8":{"d":"92,5v-50,0,-77,-21,-77,-69v0,-43,40,-48,40,-57v0,-8,-31,-9,-31,-56v0,-44,34,-64,76,-64v35,0,65,11,65,52v0,36,-32,45,-32,52v0,10,45,8,45,67v0,51,-37,75,-86,75xm68,-194v0,28,29,46,45,49v26,-8,24,-78,-18,-78v-17,0,-27,14,-27,29xm134,-55v0,-33,-43,-50,-61,-56v-38,13,-25,98,25,98v24,0,36,-18,36,-42","k":{"1":26}},"9":{"d":"22,5r-1,-11v56,-11,109,-41,109,-136v0,-44,-8,-81,-43,-81v-25,0,-30,23,-30,53v0,40,16,61,52,52v4,19,-20,25,-41,25v-39,0,-58,-21,-58,-66v0,-57,37,-82,88,-82v51,0,79,30,79,91v0,90,-41,122,-78,143v-25,14,-47,7,-77,12","k":{"1":26}},":":{"d":"53,5v-16,0,-27,-11,-27,-27v0,-16,11,-26,27,-26v16,0,27,10,27,26v0,16,-11,27,-27,27xm53,-122v-16,0,-27,-10,-27,-26v0,-16,11,-26,27,-26v16,0,27,10,27,26v0,16,-11,26,-27,26","w":106},";":{"d":"22,43r-3,-9v12,-4,31,-16,31,-34v0,-19,-12,-30,-26,-31v2,-18,23,-16,36,-24v14,0,27,11,27,35v0,37,-38,61,-65,63xm53,-122v-16,0,-27,-10,-27,-26v0,-16,11,-26,27,-26v16,0,27,10,27,26v0,16,-11,26,-27,26","w":106},"<":{"d":"267,-35r-174,-77r0,-20r174,-78r0,28r-139,60r139,60r0,27","w":360},"=":{"d":"86,-85r0,-26r188,0r0,26r-188,0xm86,-133r0,-26r188,0r0,26r-188,0","w":360},">":{"d":"93,-35r0,-27r139,-60r-139,-60r0,-28r174,78r0,20","w":360},"?":{"d":"108,-85v1,12,-21,15,-34,15v-34,0,-56,-27,-46,-49v18,-9,48,-31,48,-64v0,-36,-46,-35,-61,-18r-7,-9v19,-14,30,-36,63,-36v29,0,52,13,52,46v0,55,-54,51,-54,87v0,17,17,30,39,28xm65,5v-16,0,-27,-11,-27,-27v0,-16,11,-26,27,-26v16,0,27,10,27,26v0,16,-11,27,-27,27","w":140},"@":{"d":"289,-5r10,8v-10,11,-55,45,-116,45v-86,0,-149,-49,-149,-119v0,-85,75,-161,162,-161v73,0,130,48,130,117v0,65,-51,115,-101,115v-23,0,-26,-17,-26,-26v-5,5,-20,24,-47,24v-26,0,-48,-18,-48,-52v0,-52,46,-117,93,-117v29,0,38,19,42,26r8,-19r31,0v-17,45,-39,88,-52,136v0,6,3,9,11,9v27,0,72,-35,72,-96v0,-62,-52,-99,-112,-99v-69,0,-138,71,-138,142v0,59,48,104,125,104v65,0,100,-33,105,-37xm158,-17v49,0,65,-98,70,-117v0,-11,-9,-23,-23,-23v-35,0,-72,82,-72,116v0,18,11,24,25,24","w":360},"A":{"d":"5,0v-1,-8,2,-10,7,-12v15,-8,19,-16,29,-42r73,-185v8,-4,29,-3,38,0r68,188v10,33,15,32,35,43r0,8r-106,0v-2,-20,33,-7,22,-37r-16,-45v-5,-24,-38,-9,-61,-13v-26,3,-25,47,-35,68v1,12,20,14,30,19r0,8r-84,0xm117,-191v-12,21,-19,49,-27,74v6,9,32,3,46,4v8,1,8,-6,5,-10v-8,-22,-14,-48,-24,-68","w":259,"k":{"v":26,"w":26,"y":26,"c":13,"C":20,"d":13,"e":13,"g":6,"G":20,"o":13,"O":20,"q":13,"Q":20,"t":6,"T":40,"u":13,"U":20,"V":46,"W":46,"Y":46,"-":26,"\u201d":40,"\u2019":40}},"B":{"d":"11,0v0,-21,34,-8,27,-40r0,-162v3,-24,-12,-25,-27,-31r0,-8r122,0v37,0,71,2,71,49v0,50,-54,49,-54,58v0,4,5,6,13,7v31,4,54,17,54,54v0,101,-116,67,-206,73xm89,-107v0,38,-20,89,32,89v32,0,42,-17,42,-51v0,-38,-22,-51,-53,-51v-20,0,-21,1,-21,13xm111,-223v-42,0,-15,44,-22,72v0,11,2,13,18,13v30,0,46,-13,46,-45v0,-31,-16,-40,-42,-40","w":226,"k":{"T":13,"V":13,"W":13,"Y":13,".":13,"A":13}},"C":{"d":"221,-65v-14,20,-21,55,-44,62v-82,27,-164,-4,-164,-111v0,-96,50,-132,115,-132v48,1,93,12,83,47r-21,37r-7,0v-3,-19,-15,-65,-62,-65v-38,0,-52,37,-52,96v0,67,18,108,71,108v42,0,61,-34,71,-48","w":226},"D":{"d":"11,0v0,-21,34,-8,27,-40r0,-162v3,-24,-12,-25,-27,-31r0,-8v117,9,238,-42,236,108v-2,154,-105,133,-236,133xm89,-207r0,157v0,25,2,32,37,32v53,0,65,-35,65,-109v0,-72,-26,-96,-72,-96v-29,0,-30,1,-30,16","w":259,"k":{"T":13,"V":13,"Y":13,"A":20}},"E":{"d":"11,0v0,-21,34,-8,27,-40r0,-162v3,-24,-12,-25,-27,-31r0,-8r182,0r4,3r0,58r-14,0v-15,-24,-18,-48,-61,-43v-57,-7,-26,39,-33,74v-4,20,20,9,34,12v17,4,20,-20,27,-31r8,0r0,80v-19,3,-16,-36,-35,-31v-14,3,-37,-8,-34,12v6,41,-22,97,39,89v45,4,46,-29,64,-53r14,0r0,68r-4,3r-191,0","w":213},"F":{"d":"11,0v0,-21,34,-8,27,-40r0,-162v3,-24,-12,-25,-27,-31r0,-8r182,0r4,3r0,58r-14,0v-15,-24,-18,-43,-61,-43v-31,0,-33,3,-33,19r0,60v-3,20,19,9,33,12v16,4,19,-21,27,-31r8,0r0,80v-19,3,-16,-36,-35,-31v-13,3,-36,-8,-33,12v4,29,-12,80,13,88v6,4,17,2,15,14r-106,0","w":199,"k":{"e":20,"G":6,"o":20,"O":6,"u":6,"-":6,",":40,".":40,"A":40,"a":20,"r":6,"S":6}},"G":{"d":"237,-89v-39,2,-15,58,-26,80v-18,4,-52,14,-88,14v-74,0,-110,-38,-110,-121v0,-93,49,-130,121,-130v48,0,93,12,82,47r-21,37r-7,0v-3,-19,-16,-65,-63,-65v-43,0,-56,39,-56,93v0,72,15,120,69,120v33,0,24,-20,26,-45v2,-21,-19,-23,-32,-30r0,-8r105,0r0,8","w":246,"k":{"T":13,"V":13,"A":13,"X":13}},"H":{"d":"11,0v0,-21,34,-8,27,-40r0,-162v3,-24,-12,-25,-27,-31r0,-8r105,0v0,20,-34,7,-27,39r0,54v0,9,1,11,10,11r68,0v9,0,11,-2,11,-11v-3,-35,13,-84,-28,-85r0,-8r106,0v0,20,-35,7,-28,39r0,162v-3,25,13,25,28,32r0,8r-106,0v0,-21,35,-8,28,-40r0,-68v0,-9,-2,-11,-11,-11r-68,0v-9,0,-10,2,-10,11v4,39,-15,95,27,100r0,8r-105,0","w":266},"I":{"d":"11,0v0,-21,34,-8,27,-40r0,-162v3,-24,-12,-25,-27,-31r0,-8r105,0v0,20,-34,7,-27,39r0,162v-3,25,13,25,27,32r0,8r-105,0","w":126},"J":{"d":"138,-202r0,124v0,51,-31,83,-85,83v-26,1,-56,-9,-44,-31v8,-7,7,-23,21,-24v2,12,11,36,32,36v19,0,25,-16,25,-39r0,-149v3,-24,-12,-25,-27,-31r0,-8r105,0v0,20,-35,6,-27,39","w":173},"K":{"d":"100,-117v-6,1,-12,2,-11,14v4,38,-14,91,27,95r0,8r-105,0v0,-21,34,-8,27,-40r0,-162v3,-24,-12,-25,-27,-31r0,-8r105,0v0,20,-34,7,-27,39r0,58v-2,23,15,3,24,3v21,-22,43,-51,58,-78v-1,-11,-24,-6,-21,-22r83,0v2,12,-9,12,-15,15v-25,13,-45,44,-65,64v-11,12,-14,14,-5,26v27,37,69,104,98,128r0,8v-35,-3,-63,9,-80,-19r-56,-89v-5,-7,-7,-9,-10,-9","w":253,"k":{"v":13,"w":13,"y":13,"C":13,"e":13,"G":13,"o":13,"O":13,"Q":13,"u":13,"-":13,"a":6,"S":6}},"L":{"d":"10,0v0,-21,35,-8,28,-40r0,-162v3,-25,-12,-25,-28,-31r0,-8r111,0v0,21,-40,4,-33,39r0,152v0,26,5,32,35,32v43,0,44,-26,63,-52r13,0r0,67r-4,3r-185,0","w":206,"k":{"y":6,"T":40,"V":26,"W":26,"Y":40,"\u2019":46}},"M":{"d":"6,0v-2,-12,8,-11,14,-14v12,-6,12,-13,15,-53r9,-134v2,-23,-13,-25,-27,-32r0,-8v25,1,56,-3,78,2v19,56,44,108,66,162v5,10,7,11,11,-1r63,-161v21,-5,53,0,78,-2v2,19,-26,9,-25,34r4,152v1,43,7,36,26,47r0,8r-103,0v4,-23,29,-6,28,-50r-3,-120v0,-9,-7,-8,-9,-1r-68,168v-38,13,-30,-27,-50,-63v-19,-35,-28,-78,-49,-110v-3,0,-3,3,-3,9r-5,113v-4,37,12,38,35,46r0,8r-85,0","w":326},"N":{"d":"8,0v2,-21,28,-10,28,-46r0,-145v3,-19,-17,-32,-28,-42r0,-8v23,1,51,-3,70,2v23,37,80,114,112,156v5,7,10,12,9,-4r0,-108v4,-30,-18,-30,-36,-38r0,-8r85,0v-2,21,-28,10,-28,46r0,192v-5,5,-27,5,-34,0r-118,-160v-5,-6,-7,-9,-9,-9v-6,36,1,86,-2,126v-3,31,18,30,36,38r0,8r-85,0","w":253},"O":{"d":"121,5v-74,0,-108,-43,-108,-125v0,-90,49,-126,119,-126v71,0,108,31,108,112v0,98,-45,139,-119,139xm69,-126v0,71,14,112,62,112v47,0,53,-53,53,-115v0,-64,-19,-98,-61,-98v-45,0,-54,44,-54,101","w":253,"k":{"T":13,"V":13,"W":13,"Y":13,",":20,".":20,"A":20,"X":13}},"P":{"d":"11,0v0,-21,34,-8,27,-40r0,-162v3,-24,-12,-25,-27,-31r0,-8v83,9,196,-33,198,64v0,54,-36,84,-101,82v-1,-6,-7,-13,-3,-18v26,-2,51,-11,51,-58v0,-39,-16,-52,-47,-52v-17,0,-20,2,-20,13r0,170v-4,26,14,26,31,32r0,8r-109,0","w":219,"k":{"c":13,"e":13,"o":13,",":40,".":40,"A":40,"a":13,"J":20}},"Q":{"d":"240,-134v0,114,-48,121,-87,139v0,9,64,32,76,35v-1,13,-18,10,-31,10v-39,0,-78,-22,-95,-31v2,-9,12,-14,-7,-16v-57,-8,-83,-51,-83,-123v0,-90,49,-126,119,-126v71,0,108,31,108,112xm69,-126v0,71,14,112,62,112v47,0,53,-53,53,-115v0,-64,-19,-98,-61,-98v-45,0,-54,44,-54,101","w":253,"k":{"V":13,"W":13,"Y":13,"A":20}},"R":{"d":"10,0v0,-21,35,-8,28,-40r0,-162v3,-25,-12,-25,-28,-31r0,-8r126,0v38,0,68,9,68,53v1,65,-61,49,-43,74v22,32,55,87,79,106r0,8v-30,-2,-63,7,-76,-15r-50,-85v-8,-13,-6,-12,-19,-12v-6,0,-7,2,-7,12v3,37,-14,89,28,92r0,8r-106,0xm88,-209r0,67v0,10,2,12,14,12v28,0,49,-9,49,-42v0,-22,-4,-51,-43,-51v-17,0,-20,2,-20,14","w":246,"k":{"v":13,"y":13,"C":13,"e":13,"o":13,"O":13,"T":26,"u":13,"U":13,"V":26,"W":26,"Y":26,"-":13,"a":6,"S":6}},"S":{"d":"157,-173r-8,0v-5,-18,-19,-54,-58,-54v-18,0,-32,14,-32,32v0,59,122,32,122,118v0,55,-39,82,-96,82v-41,-1,-87,-15,-70,-49r18,-33r7,0v4,19,16,63,60,63v21,0,34,-16,34,-37v0,-69,-119,-38,-119,-118v0,-48,37,-77,87,-77v50,1,82,15,68,44","k":{"Y":6,"A":6,"X":6}},"T":{"d":"57,0v0,-21,38,-6,31,-40r0,-170v0,-10,-2,-13,-13,-13v-41,0,-38,24,-54,43r-13,0v2,-20,-4,-47,3,-61r205,0v8,14,1,42,3,61v-37,0,-15,-43,-68,-43v-11,0,-12,3,-12,13r0,170v-4,26,15,26,31,32r0,8r-113,0","w":226,"k":{"w":40,"y":40,"c":40,"C":20,"e":40,"G":20,"o":40,"O":13,"u":40,"-":40,",":40,".":40,"A":40,"a":40,"r":40,"S":6,"s":40,":":40,";":40}},"U":{"d":"224,-202v-5,107,32,207,-103,207v-126,0,-74,-109,-85,-207v3,-25,-12,-25,-28,-31r0,-8r105,0v0,20,-34,7,-27,39r0,120v0,36,4,68,51,68v40,0,42,-26,42,-68r0,-120v3,-25,-12,-25,-28,-31r0,-8r100,0v0,20,-34,7,-27,39","w":259,"k":{"A":20}},"V":{"d":"151,-3v-10,6,-37,5,-46,0r-61,-190v-9,-30,-13,-30,-33,-40r0,-8r106,0v4,17,-28,9,-25,24v12,59,33,115,52,169v3,0,4,-2,6,-8v15,-53,37,-101,48,-157v3,-17,-30,-9,-28,-28r82,0v1,7,-2,10,-7,11v-18,8,-19,16,-31,50","w":253,"k":{"w":20,"y":20,"e":26,"G":20,"o":26,"O":13,"u":20,"-":20,",":46,".":46,"A":46,"a":26,"r":20,"S":6,"J":26,":":20,";":20}},"W":{"d":"139,-3v-10,6,-36,5,-45,0r-50,-188v-8,-35,-12,-32,-33,-42r0,-8r103,0v3,16,-27,11,-24,24r39,155v1,7,6,10,8,3r39,-116v-8,-22,-8,-55,-33,-58r0,-8r101,0v4,16,-24,9,-24,23r41,154v3,12,7,12,10,1r42,-153v-1,-9,-21,-13,-30,-17r0,-8r82,0v2,8,-3,10,-8,11v-13,6,-14,8,-22,33r-62,194v-9,5,-35,5,-45,0v-9,-37,-26,-88,-37,-126v-2,-8,-7,-9,-9,-1","w":366,"k":{"y":20,"C":20,"e":26,"G":20,"o":26,"O":13,"u":20,"-":20,",":46,".":46,"A":46,"a":26,"r":20,"S":6,":":20,";":20}},"X":{"d":"5,0v-2,-9,4,-10,9,-12v29,-16,56,-69,80,-97v4,-5,5,-12,1,-18r-50,-80v-8,-15,-17,-20,-32,-26r0,-8r105,0v4,18,-35,10,-19,30v12,16,20,37,34,50v15,-15,26,-41,37,-60v-1,-10,-24,-4,-21,-20r75,0v2,8,-3,10,-8,11v-31,15,-51,58,-72,87v19,39,45,71,66,108v10,16,17,20,32,27r0,8r-107,0v-4,-19,35,-8,19,-31r-43,-67v-18,18,-36,56,-48,77v0,12,26,4,23,21r-81,0","w":246,"k":{"y":13,"C":13,"e":13,"O":13,"a":6,"S":6}},"Y":{"d":"70,0v0,-21,35,-8,28,-40v7,-70,-31,-104,-53,-153v-13,-29,-16,-31,-35,-40r0,-8r106,0v2,18,-36,10,-20,37v16,27,25,60,42,86v19,-28,32,-65,45,-99v-1,-14,-28,-6,-25,-24r79,0v2,11,-7,10,-12,13v-25,21,-50,86,-71,119v-11,16,-4,44,-6,69v-2,25,13,25,27,32r0,8r-105,0","w":239,"k":{"v":26,"e":40,"o":40,"O":13,"q":40,"u":26,"-":26,",":53,".":53,"A":46,"a":40,":":26,";":26,"p":26}},"Z":{"d":"7,0r-4,-5v13,-15,145,-202,145,-212v0,-4,-3,-6,-20,-6v-66,-4,-67,11,-86,43r-15,0r0,-58r4,-3r186,0r3,6v-46,66,-141,201,-141,210v0,5,5,7,29,7v66,0,71,-18,93,-53r15,0v-2,23,4,53,-3,71r-206,0","w":226},"[":{"d":"116,55r-71,-3r-3,-4r0,-304v18,-9,51,-3,74,-7r0,10v-17,8,-38,-1,-38,31r0,237v-4,32,21,23,38,31r0,9","w":126},"\\":{"d":"151,41r-23,9v-12,-27,-113,-272,-125,-299r23,-10v12,35,110,268,125,300","w":159},"]":{"d":"11,55r0,-9v17,-8,38,1,38,-31r0,-237v4,-32,-21,-23,-38,-31r0,-10v24,3,55,-1,74,7r0,304v-17,10,-51,3,-74,7","w":126},"^":{"d":"10,-98r76,-143r21,0r76,143r-23,0r-64,-120r-63,120r-23,0"},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"\u2018":{"d":"78,-176v-1,17,-19,15,-32,22v-8,0,-24,-8,-24,-34v0,-29,36,-56,59,-58r3,10v-9,4,-27,14,-27,33v0,18,11,25,21,27","w":106,"k":{".":53,"A":40}},"a":{"d":"113,0v-10,-30,-28,12,-58,5v-26,0,-46,-18,-46,-50v0,-44,43,-53,75,-58v19,-3,24,-3,24,-13v0,-54,-61,-41,-76,-18v-16,-10,15,-26,21,-36v9,-4,24,-9,41,-9v83,0,60,72,60,139v0,26,10,26,26,32r0,8r-67,0xm100,-89v-18,1,-50,4,-45,33v-8,43,53,53,53,13v0,-14,6,-46,-8,-46","w":186},"b":{"d":"79,-163v12,-3,24,-16,45,-16v48,0,71,25,71,85v0,85,-71,114,-139,91v-9,1,-23,13,-28,3r0,-216v3,-24,-11,-21,-24,-28r0,-8v23,0,52,-10,71,-4r0,85v0,6,1,8,4,8xm104,-157v-50,0,-29,66,-29,108v0,23,7,37,32,37v34,0,38,-28,38,-72v0,-47,-11,-73,-41,-73","w":206,"k":{"w":6,"y":6,",":13,".":13}},"c":{"d":"160,-52v6,4,10,8,3,14v-21,31,-30,43,-74,43v-57,0,-77,-35,-77,-94v0,-62,38,-90,86,-90v43,1,76,16,58,39r-23,29r-7,0v-1,-13,-6,-51,-35,-51v-24,0,-29,30,-29,65v0,45,9,75,45,75v27,0,45,-20,53,-30","w":173,"k":{"y":6,",":6,".":6}},"d":{"d":"134,0v-11,-29,-29,5,-58,5v-48,0,-64,-34,-64,-91v0,-78,49,-100,110,-91v12,-2,4,-27,6,-39v4,-24,-11,-21,-24,-28r0,-8v23,0,52,-10,71,-4r0,216v-2,27,9,25,24,32r0,8r-65,0xm100,-17v47,1,28,-68,28,-108v0,-26,-7,-37,-32,-37v-27,0,-34,29,-34,63v0,45,5,82,38,82","w":206},"e":{"d":"168,-30v-25,16,-32,35,-78,35v-54,0,-78,-34,-78,-97v0,-58,38,-87,85,-87v51,0,74,25,74,74v0,11,-4,16,-16,16r-80,0v-10,0,-13,2,-13,11v0,30,17,56,53,56v21,0,41,-11,50,-16xm62,-115v0,18,34,10,51,10v10,0,11,-2,11,-11v0,-24,-13,-46,-35,-46v-20,0,-27,24,-27,47","w":180,"k":{"v":6,"w":6,"y":6,",":13,".":13,"x":6}},"f":{"d":"93,-263v36,0,24,28,13,46v-13,-2,-11,-17,-28,-17v-10,0,-19,7,-19,20v-1,34,24,38,53,43v3,21,-34,2,-34,28r0,103v-3,32,12,26,30,32r0,8r-102,0v1,-21,32,-5,25,-40r0,-103v3,-16,-14,-16,-25,-20v-2,-17,32,-7,27,-30v4,-37,32,-70,60,-70","w":113},"g":{"d":"20,-122v0,-53,71,-66,117,-52r44,-14v13,14,-17,22,-19,37v0,4,5,12,5,26v0,53,-56,57,-83,57v-19,0,-26,5,-26,15v0,20,40,13,60,13v42,0,68,10,68,51v0,47,-38,71,-92,71v-40,0,-82,-12,-82,-52v0,-31,28,-21,28,-35v0,-4,-18,-10,-18,-20v0,-40,30,-37,30,-47v-10,-12,-32,-17,-32,-50xm45,25v0,27,23,41,55,41v28,0,44,-12,44,-37v0,-24,-23,-29,-48,-29v-22,0,-51,2,-51,25xm65,-126v0,24,8,42,31,42v19,0,26,-16,26,-39v0,-26,-12,-39,-31,-39v-19,0,-26,17,-26,36"},"h":{"d":"85,-162v8,-5,26,-17,45,-17v73,0,58,74,58,139v0,27,9,25,24,32r0,8r-92,0v1,-20,26,-8,21,-40v-8,-45,20,-117,-33,-117v-21,0,-27,10,-27,27r0,90v-2,25,8,25,21,32r0,8r-93,0v1,-21,32,-5,25,-40r0,-176v3,-24,-12,-21,-25,-28r0,-8v23,0,53,-10,72,-4r0,84v0,8,1,10,4,10","w":219,"k":{"y":6}},"i":{"d":"10,0v1,-21,32,-5,24,-40r0,-91v3,-24,-10,-23,-24,-28r0,-8r67,-10r4,3r0,134v-2,27,9,25,24,32r0,8r-95,0xm58,-204v-17,0,-27,-7,-27,-24v0,-17,10,-25,27,-25v17,0,27,8,27,25v0,17,-10,24,-27,24","w":113},"j":{"d":"84,-29v2,49,-20,71,-61,105v-9,-6,-21,-10,-23,-22v33,-11,37,-14,37,-32r0,-153v3,-24,-10,-23,-24,-28r0,-8r67,-10r4,3r0,145xm61,-204v-17,0,-27,-7,-27,-24v0,-17,10,-25,27,-25v17,0,27,8,27,25v0,17,-10,24,-27,24","w":113},"k":{"d":"90,-87v-15,-1,-7,30,-9,47v-2,27,9,25,24,32r0,8r-95,0v1,-21,32,-5,24,-40r0,-176v3,-24,-11,-21,-24,-28r0,-8v23,0,52,-10,71,-4r0,144v0,14,7,9,16,5v13,-6,33,-36,37,-49v-1,-8,-21,-4,-17,-18r75,0v-2,20,-30,11,-39,30v-7,9,-18,18,-23,29v0,9,61,92,82,107r0,8v-39,1,-70,5,-81,-27v-14,-19,-24,-45,-41,-60","w":219,"k":{"c":6,"d":6,"e":6,"g":6,"o":6,"a":6}},"l":{"d":"10,0v1,-21,32,-5,24,-40r0,-176v3,-24,-11,-21,-24,-28r0,-8v23,0,52,-10,71,-4r0,216v-2,27,9,25,24,32r0,8r-95,0","w":113},"m":{"d":"9,0v1,-21,32,-5,25,-40r0,-91v3,-24,-10,-23,-25,-28r0,-8r65,-10v8,35,20,-2,56,-2v36,0,41,18,49,18v8,0,26,-18,51,-18v73,0,58,74,58,139v0,27,9,25,24,32r0,8r-92,0v1,-20,26,-8,21,-40v-7,-44,17,-117,-31,-117v-47,0,-20,76,-26,117v-3,25,8,24,21,32r0,8r-88,0v0,-21,25,-9,21,-40v-6,-44,16,-116,-30,-117v-22,0,-27,10,-27,27r0,90v-2,25,8,25,21,32r0,8r-93,0","w":319,"k":{"w":6,"y":6}},"n":{"d":"74,-177v5,33,30,-7,56,-2v72,-9,58,74,58,139v0,27,9,25,24,32r0,8r-92,0v1,-20,26,-8,21,-40v-8,-45,20,-117,-33,-117v-22,0,-27,10,-27,27r0,90v-2,25,8,25,21,32r0,8r-93,0v1,-21,32,-5,25,-40r0,-91v3,-24,-10,-23,-25,-28r0,-8","w":219,"k":{"w":6,"y":6}},"o":{"d":"90,5v-51,0,-78,-29,-78,-91v0,-69,42,-93,87,-93v52,0,82,23,82,85v0,69,-33,99,-91,99xm62,-98v0,52,6,86,39,86v27,0,31,-39,31,-75v0,-47,-8,-75,-39,-75v-24,0,-31,30,-31,64","k":{"v":6,"w":6,"y":6,"x":6}},"p":{"d":"106,-157v-45,0,-28,65,-28,103v0,25,3,42,30,42v30,0,37,-26,37,-63v0,-45,-6,-82,-39,-82xm71,-177v8,31,28,-2,56,-2v51,0,68,29,68,88v0,77,-47,103,-112,94v-9,8,-10,56,10,56v6,3,15,2,13,13r-100,0v1,-21,32,-5,25,-40r0,-163v3,-24,-10,-23,-25,-28r0,-8","w":206,"k":{"w":6,"y":6}},"q":{"d":"12,-86v0,-85,60,-101,132,-90v16,-2,14,-22,34,-20r0,228v-2,27,10,25,25,32r0,8r-100,0v0,-22,35,-4,28,-40v-3,-13,4,-38,-4,-44v-13,5,-24,17,-49,17v-49,0,-66,-34,-66,-91xm131,-49v0,-45,21,-114,-33,-113v-27,0,-36,24,-36,67v0,45,8,78,40,78v28,0,29,-14,29,-32","w":206},"r":{"d":"9,0v1,-21,32,-5,25,-40r0,-91v3,-24,-10,-23,-25,-28r0,-8r64,-10v8,39,18,-1,51,-2v38,-1,20,32,9,50v-15,-1,-10,-21,-33,-21v-16,0,-19,8,-19,22r0,88v-3,28,10,26,26,32r0,8r-98,0","w":153,"k":{"c":6,"d":6,"e":6,"g":6,"o":6,"q":6,",":33,".":33,"a":6,"s":6}},"s":{"d":"140,-157v-6,13,-8,30,-22,35v-3,-15,-15,-40,-43,-40v-14,0,-24,8,-24,21v0,40,98,15,98,84v0,40,-31,62,-78,62v-32,0,-69,-12,-56,-36r15,-28r6,0v2,16,17,47,50,47v17,0,27,-8,27,-25v0,-45,-97,-17,-97,-89v0,-34,33,-53,68,-53v29,0,56,8,56,22","w":159,"k":{"y":6,",":6,".":6}},"t":{"d":"117,-15v-3,17,-27,19,-47,20v-70,5,-33,-91,-42,-148v2,-18,-11,-16,-22,-20v-2,-19,29,-4,30,-25r14,-40r15,0v8,19,-1,53,25,54r20,3r0,8v-14,7,-37,-1,-35,24v4,52,-19,130,42,124","w":119},"u":{"d":"139,-11v-15,5,-26,16,-55,16v-67,0,-52,-75,-52,-136v0,-24,-9,-23,-24,-28r0,-8r68,-10r3,3r0,111v0,26,4,46,33,46v52,0,22,-72,29,-114v4,-24,-10,-23,-25,-28r0,-8r68,-10r4,3r0,134v-2,27,9,25,24,32r0,8r-66,0v-2,-5,-2,-10,-7,-11","w":219},"v":{"d":"118,-3v-8,6,-33,5,-41,0v-9,-35,-33,-97,-47,-135v-5,-16,-11,-22,-25,-28r0,-8r93,0v4,15,-21,11,-21,21v8,36,22,77,36,109v3,0,3,-1,4,-5r32,-103v-1,-12,-26,-5,-23,-22r69,0v-2,20,-21,10,-24,34","w":199,"k":{"c":6,"d":6,"e":6,"g":6,"o":6,",":26,".":26,"a":6,"s":6}},"w":{"d":"115,-3v-9,5,-34,5,-41,0r-46,-143v-4,-13,-9,-18,-22,-20r0,-8r92,0v4,15,-21,11,-21,21v8,30,19,75,32,103v16,-29,49,-98,6,-116r0,-8r86,0v4,14,-18,9,-18,20v8,32,20,65,29,97v2,9,6,11,9,0r25,-95v-1,-11,-25,-6,-22,-22r69,0v-3,20,-22,7,-25,35r-50,139v-12,-1,-31,3,-38,-3v-8,-29,-18,-67,-32,-91v-14,22,-24,67,-33,91","w":299,"k":{"c":6,"d":6,"e":6,"o":6,",":26,".":26,"a":6,"s":6}},"x":{"d":"5,0v3,-19,20,-13,33,-33v12,-18,34,-31,42,-52v-17,-29,-35,-68,-65,-81r0,-8r88,0v5,15,-24,7,-12,22v10,8,15,38,29,28v8,-13,35,-36,5,-42r0,-8r64,0v-2,17,-23,10,-31,27v-8,17,-42,33,-27,53v21,28,38,71,70,86r0,8r-90,0v-3,-16,26,-10,10,-29v-10,-12,-18,-29,-30,-39v-12,12,-26,32,-34,48v0,11,24,5,20,20r-72,0","w":206,"k":{"c":6,"e":6,"o":6,"a":6}},"y":{"d":"49,76v-8,-1,-22,3,-24,-4v6,-8,3,-24,19,-22v29,-2,53,-27,40,-57r-48,-115v-15,-35,-12,-35,-31,-44r0,-8r92,0v1,18,-31,8,-16,36v14,28,19,64,35,89v12,-25,29,-78,34,-103v-1,-13,-27,-5,-24,-22r69,0v0,4,1,9,-4,9v-12,5,-13,12,-27,44r-52,121v-19,46,-23,76,-63,76","w":199,"k":{"c":6,"d":6,"e":6,"o":6,",":26,".":26,"a":6,"s":6}},"z":{"d":"8,0r-3,-5v9,-10,106,-139,106,-148v0,-4,-3,-5,-20,-5v-42,0,-42,10,-57,33r-10,0v2,-16,-4,-38,3,-49r149,0r3,4v-11,13,-104,142,-104,148v0,5,4,5,22,5v52,0,52,-11,70,-41r10,0v-2,19,4,45,-3,58r-166,0","w":186},"{":{"d":"117,-29v0,48,-16,96,34,108r0,9v-36,-1,-76,-26,-76,-61v-1,-24,9,-50,10,-69v0,-22,-19,-39,-40,-45r0,-9v21,-6,40,-22,40,-46v-1,-19,-11,-44,-10,-68v0,-35,40,-60,76,-61r0,8v-50,12,-34,61,-34,109v0,40,-37,54,-55,62v18,8,55,24,55,63"},"|":{"d":"51,90r0,-360r18,0r0,360r-18,0","w":119},"}":{"d":"108,-42v1,19,11,45,10,69v0,35,-40,60,-76,61r0,-9v50,-12,34,-60,34,-108v0,-39,38,-55,56,-63v-18,-8,-56,-22,-56,-62v0,-48,16,-97,-34,-109r0,-8v36,1,76,26,76,61v1,24,-9,49,-10,68v0,24,19,40,40,46r0,9v-21,6,-40,23,-40,45"},"~":{"d":"113,-82r-23,0v0,-33,5,-87,51,-87v53,0,48,72,81,72v26,0,25,-41,25,-64r23,0v0,27,-1,86,-51,86v-51,0,-45,-72,-78,-72v-28,0,-28,41,-28,65","w":360},"'":{"d":"66,-152v-4,5,-22,4,-25,0r-10,-86v8,-6,36,-5,45,0","w":106},"\u201c":{"d":"70,-176v-1,18,-20,15,-33,22v-8,0,-23,-8,-23,-34v0,-29,35,-56,58,-58r4,10v-9,4,-28,14,-28,33v0,18,12,25,22,27xm143,-176v-1,17,-20,15,-32,22v-55,-21,-2,-92,34,-92r4,10v-9,4,-28,14,-28,33v0,18,12,25,22,27","w":159,"k":{".":53,"c":13,"e":13,"A":40,"a":13}},"\u2013":{"d":"12,-80r0,-28r169,0r0,28r-169,0"},"\u201d":{"d":"21,-154r-4,-10v9,-4,28,-14,28,-33v0,-18,-12,-24,-22,-26v0,-18,21,-14,32,-23v55,21,2,92,-34,92xm94,-154r-4,-10v9,-4,28,-14,28,-33v0,-18,-12,-24,-22,-26v1,-18,21,-15,33,-23v8,0,23,8,23,34v0,29,-35,56,-58,58","w":159,"k":{".":53,"c":13,"e":13,"A":40,"a":13}},"\u2026":{"d":"60,0v-16,0,-26,-9,-26,-25v0,-16,10,-25,26,-25v16,0,26,9,26,25v0,16,-10,25,-26,25xm180,0v-16,0,-26,-9,-26,-25v0,-16,10,-25,26,-25v16,0,26,9,26,25v0,16,-10,25,-26,25xm300,0v-16,0,-26,-9,-26,-25v0,-16,10,-25,26,-25v16,0,25,9,25,25v0,16,-9,25,-25,25","w":359},"`":{"d":"76,-197r-67,-53v7,-8,5,-25,19,-26r57,69","w":136},"\u2014":{"d":"12,-80r0,-28r336,0r0,28r-336,0","w":360},"\u2122":{"d":"19,-143r0,-6v15,-1,18,-3,18,-17r0,-68v-20,5,-22,13,-28,30r-6,0r2,-37r84,0r2,37r-6,0v-7,-18,-8,-26,-29,-30r0,68v0,13,3,16,19,17r0,6r-56,0xm96,-143r0,-6v29,-1,16,-47,16,-73v0,-10,-1,-11,-12,-12r0,-7r36,0r20,65r23,-65r38,0r0,7v-12,0,-14,2,-14,12r0,56v0,15,3,16,14,17r0,6r-50,0r0,-6v31,0,14,-56,16,-81r-30,87r-6,0r-27,-87r0,64v0,14,4,15,13,17r0,6r-37,0","w":219},"\u00d7":{"d":"123,-47r-19,-19r58,-56r-58,-58r19,-18r57,58r57,-58r19,18r-58,58r58,57r-19,18r-57,-58","w":360},"\u00a0":{"w":106}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * ï¿½ 1991, 2001, 2002 Adobe Systems Incorporated. All rights reserved.
 * 
 * Trademark:
 * ITC Slimbach is a trademark of International Typeface Corporation registered in
 * the U.S. Patent and Trademark Office and may be registered in certain other
 * jurisdictions.
 * 
 * Full name:
 * SlimbachStd-BoldItalic
 * 
 * Designer:
 * Robert Slimbach
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":193,"face":{"font-family":"Slimbach","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 2 8 3 8 5 6 9 2 4","ascent":"259","descent":"-101","x-height":"5","bbox":"-30.2721 -271 382 90","underline-thickness":"18","underline-position":"-18","slope":"-10","stemh":"15","stemv":"44","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":113},"!":{"d":"49,5v-14,0,-24,-9,-24,-23v0,-14,10,-26,28,-26v14,0,24,9,24,23v0,14,-10,26,-28,26xm74,-74v-3,7,-23,8,-25,0r15,-158v6,-13,28,-9,46,-9r7,9","w":126},"\"":{"d":"77,-152v-4,5,-23,5,-26,0r-9,-86v8,-5,35,-5,44,0xm144,-152v-4,5,-22,4,-25,0r-10,-86v8,-6,36,-5,45,0","w":166},"#":{"d":"25,-30r15,-42v-4,-7,-19,-1,-28,-3r6,-18v12,-1,28,4,32,-7r21,-60v-2,-8,-20,-3,-28,-4r6,-17v13,-2,29,5,33,-7r13,-35r24,0r-14,39v6,5,38,7,42,-4r12,-35r25,0v-4,13,-11,23,-13,38v2,9,19,2,27,4r-6,17v-14,2,-29,-6,-33,9v-5,20,-15,38,-20,59v3,7,20,1,28,3r-6,18v-12,2,-29,-5,-33,6r-14,39r-24,0r14,-42v-6,-5,-34,-6,-40,2r-14,40r-25,0xm95,-156r-22,61v8,3,37,7,41,-4r22,-62v-7,-4,-36,-9,-41,5"},"$":{"d":"116,-146v16,20,58,19,58,68v0,71,-70,77,-80,80v-11,3,-8,23,-12,34r-15,0v-2,-12,14,-33,-2,-36v-68,-13,-53,-43,-31,-71r7,0v-6,30,20,56,32,54v3,0,4,-1,5,-7r13,-78v0,-11,-51,-14,-51,-65v0,-49,44,-68,71,-69v10,-1,7,-20,11,-28r16,0v0,10,-11,27,5,29v61,8,45,36,26,58r-6,0v0,-21,-14,-43,-28,-43v-4,0,-6,1,-7,7xm98,-153v12,-14,9,-45,15,-66v0,-3,-1,-3,-3,-3v-19,0,-36,18,-36,38v0,22,23,31,24,31xm105,-86r-12,67v0,3,1,5,5,5v18,0,37,-17,37,-46v0,-26,-26,-46,-30,-26"},"%":{"d":"82,-153v0,19,3,34,21,34v27,0,36,-54,36,-76v0,-17,-4,-32,-21,-32v-26,0,-36,45,-36,74xm106,17r-17,-12r171,-258r18,12xm228,-44v0,19,3,34,21,34v27,0,36,-54,36,-76v0,-17,-3,-31,-20,-31v-26,0,-37,44,-37,73xm96,-105v-27,0,-45,-13,-45,-46v0,-51,24,-90,71,-90v35,0,48,18,48,43v0,50,-23,93,-74,93xm242,5v-27,0,-45,-13,-45,-46v0,-51,24,-91,71,-91v35,0,48,18,48,43v0,50,-23,94,-74,94","w":353},"&":{"d":"251,0v-27,2,-75,-2,-84,-10v-8,0,-34,15,-74,15v-46,0,-80,-16,-80,-66v0,-62,71,-66,71,-80v0,-4,-5,-18,-5,-35v0,-44,35,-70,73,-70v30,0,49,16,49,45v0,48,-69,55,-69,66v0,14,46,89,58,89v5,0,16,-16,16,-32v0,-24,-20,-37,-38,-38v11,-27,67,-34,67,16v0,40,-31,60,-31,65v0,11,36,24,49,27xm147,-231v-35,0,-36,65,-19,78v8,0,42,-18,42,-46v0,-17,-6,-32,-23,-32xm86,-116v-52,15,-26,104,27,101v31,-1,45,-7,23,-26v-9,-8,-27,-39,-40,-66v-4,-8,-6,-9,-10,-9","w":266},"\u2019":{"d":"54,-163r-3,-9v10,-4,28,-15,28,-30v0,-16,-10,-21,-19,-24v13,-22,55,-32,56,10v0,30,-39,49,-62,53","w":113,"k":{".":53,"s":6,"A":33}},"(":{"d":"119,50r-1,9v-52,-3,-79,-21,-79,-101v0,-74,29,-227,138,-221r-2,10v-73,7,-100,140,-100,204v0,67,9,90,44,99","w":159},")":{"d":"-10,59r2,-9v73,-8,101,-140,101,-205v0,-67,-10,-89,-45,-98r1,-10v52,3,80,21,80,101v0,74,-30,226,-139,221","w":159},"*":{"d":"130,-124v-5,8,-27,7,-31,0v2,-16,14,-35,8,-48v-14,9,-23,23,-35,33v-11,-3,-20,-19,-15,-28v15,-5,33,-7,45,-15v-10,-13,-41,-6,-48,-22v6,-7,7,-20,18,-22v12,11,21,24,35,33v9,-12,-17,-42,-3,-53v10,0,23,-2,26,5v-2,16,-12,34,-8,48v15,-7,23,-23,35,-33v11,3,19,18,16,28v-14,6,-35,6,-45,16v12,8,31,9,45,15v3,11,-5,25,-16,28v-12,-11,-20,-25,-35,-33v-5,13,6,33,8,48"},"+":{"d":"171,-28r0,-81r-81,0r0,-26r81,0r0,-81r26,0r0,81r81,0r0,26r-81,0r0,81r-26,0","w":353},",":{"d":"6,37r-2,-11v14,-2,34,-15,34,-33v0,-16,-12,-21,-21,-24v2,-14,22,-17,33,-22v15,0,26,11,26,32v0,37,-45,57,-70,58","w":113,"k":{"\u2018":53,"\u2019":53}},"-":{"d":"8,-83r5,-26r94,0r-5,26r-94,0","w":113},".":{"d":"43,5v-14,0,-25,-9,-25,-23v0,-14,10,-26,28,-26v14,0,25,9,25,23v0,14,-10,26,-28,26","w":113,"k":{"\u2018":53,"\u2019":53}},"\/":{"d":"5,50r-21,-10r150,-299r21,10","w":133},"0":{"d":"84,5v-43,0,-71,-18,-71,-78v0,-82,32,-168,113,-168v46,0,68,22,68,73v0,73,-31,173,-110,173xm57,-71v0,30,2,58,31,58v48,0,62,-132,62,-171v0,-30,-15,-40,-31,-40v-46,0,-62,121,-62,153","k":{"7":20,"5":6,"3":6,"2":6,"1":26}},"1":{"d":"30,0v6,-22,43,-8,41,-40r29,-160v-1,-16,-25,-10,-39,-14r1,-8r86,-19r5,4r-39,209v2,16,22,13,33,20r-2,8r-115,0","k":{"1":46,"0":26}},"2":{"d":"177,-183v0,76,-103,98,-118,136v1,22,43,12,64,12v22,0,32,-11,41,-30r10,0v-9,30,-11,65,-39,65r-133,0r-4,-5v10,-33,26,-50,52,-67v56,-38,80,-66,80,-99v0,-54,-57,-47,-77,-24r-6,-7v17,-18,30,-39,72,-39v36,0,58,18,58,58","k":{"1":33,"0":6}},"3":{"d":"55,-199r-5,-6v17,-17,28,-36,71,-36v31,0,53,13,53,47v0,47,-51,52,-51,60v0,14,48,1,48,57v0,55,-53,82,-104,82v-38,0,-72,-15,-55,-44v7,-6,5,-21,19,-20v3,17,12,46,49,46v26,0,42,-24,42,-51v0,-44,-33,-52,-73,-48v-5,-11,8,-27,29,-27v27,0,53,-13,53,-42v0,-47,-61,-38,-76,-18","k":{"1":33,"0":6}},"4":{"d":"137,-14v0,23,-34,20,-47,17r10,-60v0,-5,-1,-6,-12,-6r-81,0v-6,-6,2,-17,3,-26v13,-18,74,-92,112,-134v13,-15,32,-13,53,-18r4,3r-26,146v2,17,31,-1,39,11r-14,18v-17,2,-31,-8,-35,15xm109,-100v5,-33,17,-70,15,-101v-8,0,-84,99,-84,108v0,17,39,5,55,8v9,0,12,-2,14,-15","k":{"1":26}},"5":{"d":"182,-221v-9,32,-54,20,-90,20v-12,0,-20,5,-20,29v0,43,99,10,99,88v0,59,-49,89,-106,89v-60,0,-63,-36,-37,-63r7,0v4,15,13,45,48,45v23,0,41,-24,41,-53v0,-55,-78,-38,-78,-78v0,-16,10,-83,22,-93v41,-4,101,12,120,-14v13,5,-3,20,-6,30","k":{"1":26,"0":6}},"6":{"d":"14,-73v0,-83,72,-186,180,-167r-4,10v-31,0,-67,16,-88,44v-27,36,-41,86,-41,118v0,31,9,55,33,55v32,0,42,-44,42,-68v0,-29,-17,-54,-46,-42r-1,-10v33,-20,94,-20,94,44v0,55,-41,94,-95,94v-50,0,-74,-23,-74,-78","k":{"1":26}},"7":{"d":"39,-25v-10,-14,126,-141,114,-168v-8,-16,-48,-8,-71,-8v-23,0,-28,8,-38,27r-7,-3v12,-38,10,-60,38,-60r120,0r4,6v-9,69,-39,71,-77,128v-25,38,-47,70,-42,111v-10,9,-22,-10,-33,-14v-6,-4,-8,-9,-8,-19","k":{"1":26,"0":20}},"8":{"d":"83,5v-41,0,-66,-21,-66,-64v0,-48,51,-60,51,-67v0,-8,-23,-12,-23,-48v0,-70,140,-99,140,-19v0,44,-43,57,-43,64v0,8,34,13,34,56v0,46,-44,78,-93,78xm85,-190v0,34,42,52,43,52v7,0,26,-22,26,-44v0,-52,-69,-53,-69,-8xm52,-64v0,64,81,65,80,9v0,-38,-47,-61,-50,-61v-7,0,-30,23,-30,52","k":{"1":26}},"9":{"d":"119,-117r-1,9v-45,25,-91,17,-91,-42v0,-63,46,-91,94,-91v44,0,68,26,68,66v0,110,-69,191,-175,179r4,-10v71,-2,124,-64,124,-169v0,-26,-8,-49,-31,-49v-26,0,-37,37,-37,69v0,38,18,44,45,38","k":{"1":26}},":":{"d":"43,5v-14,0,-25,-9,-25,-23v0,-14,10,-26,28,-26v14,0,25,9,25,23v0,14,-10,26,-28,26xm67,-125v-14,0,-25,-9,-25,-23v0,-14,10,-26,28,-26v14,0,25,9,25,23v0,14,-10,26,-28,26","w":113},";":{"d":"6,37r-2,-11v14,-2,34,-15,34,-33v0,-16,-12,-21,-21,-24v2,-14,22,-17,33,-22v15,0,26,11,26,32v0,37,-45,57,-70,58xm67,-125v-14,0,-25,-9,-25,-23v0,-14,11,-26,29,-26v14,0,24,9,24,23v0,14,-10,26,-28,26","w":113},"<":{"d":"271,-35r-175,-77r0,-20r175,-78r0,28r-139,60r139,60r0,27","w":353},"=":{"d":"90,-85r0,-26r188,0r0,26r-188,0xm90,-133r0,-26r188,0r0,26r-188,0","w":353},">":{"d":"96,-35r0,-27r139,-60r-139,-60r0,-28r175,78r0,20","w":353},"?":{"d":"112,-83v-1,14,-19,15,-32,15v-31,0,-53,-28,-40,-54v17,-8,62,-31,62,-64v0,-38,-48,-38,-62,-22r-6,-8v18,-12,31,-31,61,-30v29,0,51,12,51,43v0,19,-15,40,-21,48v-13,7,-47,25,-47,47v0,20,19,26,34,25xm60,5v-14,0,-24,-9,-24,-23v0,-14,10,-26,28,-26v14,0,24,9,24,23v0,14,-10,26,-28,26","w":140},"@":{"d":"292,-5r10,8v-10,11,-55,45,-116,45v-86,0,-149,-49,-149,-119v0,-85,75,-161,162,-161v73,0,130,48,130,117v0,65,-51,115,-101,115v-23,0,-26,-17,-26,-26v-5,5,-20,24,-47,24v-26,0,-48,-18,-48,-52v0,-52,46,-117,93,-117v29,0,38,19,42,26r8,-19r31,0v-17,45,-39,88,-52,136v0,6,3,9,11,9v27,0,72,-35,72,-96v0,-62,-52,-99,-112,-99v-69,0,-138,71,-138,142v0,59,48,104,125,104v65,0,100,-33,105,-37xm161,-17v50,0,64,-98,69,-117v0,-11,-8,-23,-22,-23v-35,0,-72,82,-72,116v0,18,11,24,25,24","w":360},"A":{"d":"-7,0v0,-8,7,-11,13,-13v8,-4,11,-7,26,-33r112,-192v7,-5,31,-5,39,0r30,203v-1,18,17,20,29,27r-2,8r-101,0v-1,-20,31,-7,27,-35r-8,-53v-1,-7,-3,-7,-12,-7v-24,0,-56,-9,-66,11r-30,58v-2,16,36,9,27,26r-84,0xm140,-193v-16,23,-29,51,-42,77v7,9,34,2,48,4v10,1,8,-4,7,-11v-5,-22,-4,-53,-13,-70","w":259},"B":{"d":"-5,0v11,-24,26,-7,34,-50r29,-161v2,-15,-15,-18,-26,-22r2,-8r131,0v28,0,57,4,57,42v0,59,-64,56,-64,67v0,12,56,0,56,54v0,71,-64,78,-99,78r-120,0xm87,-105v0,33,-38,88,21,88v35,0,53,-22,53,-56v0,-35,-16,-47,-45,-47v-23,0,-29,2,-29,15xm107,-211r-12,68v0,5,4,6,18,6v35,0,59,-17,59,-53v0,-22,-7,-34,-34,-34v-26,0,-29,2,-31,13","w":226,"k":{"T":13,"V":13,"W":13,"Y":13,".":6,"A":6}},"C":{"d":"214,-53v-33,45,-31,58,-99,58v-64,0,-99,-23,-99,-91v0,-95,51,-160,146,-160v45,0,86,21,66,51r-20,31r-7,0v-1,-22,-10,-65,-54,-65v-58,0,-77,90,-77,136v0,48,17,72,62,72v37,0,65,-27,77,-40","w":219},"D":{"d":"-5,0v11,-24,26,-7,34,-50r29,-161v2,-15,-15,-18,-26,-22r1,-8v100,10,225,-40,225,85v0,99,-51,156,-143,156r-120,0xm106,-207r-31,173v0,13,13,17,43,17v64,0,86,-86,86,-139v0,-47,-6,-68,-58,-68v-33,0,-37,1,-40,17","w":259,"k":{"T":20,"V":20,"Y":20,"A":20}},"E":{"d":"-4,0v-1,-12,10,-12,17,-15v10,-5,12,-9,17,-35r29,-161v2,-14,-15,-18,-26,-22r1,-8r185,0r3,3r-11,58v-34,-5,-5,-44,-65,-44v-34,0,-36,2,-39,17r-12,66v3,11,24,3,35,5v24,4,20,-31,43,-31r-15,80v-21,2,-5,-35,-30,-32v-18,2,-40,-9,-40,14v2,37,-43,88,28,88v51,0,52,-31,76,-53r14,0v-6,23,-5,51,-15,70r-195,0","w":219},"F":{"d":"-4,0v-1,-12,10,-12,17,-15v10,-5,12,-9,17,-35r29,-161v2,-14,-15,-18,-26,-22r1,-8r181,0r3,3r-11,58v-34,-5,-5,-44,-65,-44v-30,0,-32,2,-35,17r-13,70v1,12,20,4,30,6v25,3,20,-32,43,-32r-14,80v-22,3,-6,-33,-31,-31v-16,2,-31,-8,-35,13r-12,71v-4,12,20,17,32,22r-2,8r-109,0","w":199,"k":{"e":26,"G":6,"o":26,"O":6,"u":6,"-":6,",":40,".":40,"A":40,"a":20,"r":6,"S":6}},"G":{"d":"243,-90v-37,7,-20,57,-37,80v-12,4,-51,15,-86,15v-62,0,-105,-21,-105,-94v0,-59,25,-157,151,-157v48,-1,87,17,69,50r-18,29r-6,0v-3,-19,-13,-62,-60,-62v-59,0,-82,89,-82,137v0,51,13,79,60,79v51,0,33,-26,44,-59v-3,-11,-27,-12,-37,-18r1,-8r108,0","w":246,"k":{"T":6,"V":6,"A":6,"X":6}},"H":{"d":"-5,0v11,-24,26,-7,34,-50r30,-161v2,-14,-16,-18,-27,-22r2,-8r104,0v-10,24,-26,6,-34,49r-9,49v0,5,3,7,12,7r66,0v26,-3,17,-50,25,-75v4,-14,-15,-18,-26,-22r2,-8r104,0v-11,25,-27,6,-35,49r-29,162v-2,14,17,16,26,22r-1,8r-104,0v11,-24,26,-7,34,-50r11,-63v0,-4,-2,-6,-11,-6r-69,0v-9,0,-11,2,-13,14r-13,75v-2,14,17,17,27,22r-2,8r-104,0","w":259},"I":{"d":"-3,0v11,-24,26,-7,34,-50r30,-161v2,-14,-15,-18,-26,-22r1,-8r104,0v1,12,-11,11,-18,15v-10,5,-11,7,-16,34r-30,162v-2,14,17,17,27,22r-1,8r-105,0","w":119},"J":{"d":"147,-192r-22,120v-10,54,-42,77,-92,77v-26,0,-49,-13,-36,-33v7,-7,6,-22,20,-22v0,14,10,37,28,37v14,0,22,-11,27,-37r30,-161v2,-14,-15,-18,-26,-22r1,-8r104,0v1,12,-11,11,-18,15v-10,5,-11,7,-16,34","w":159,"k":{"A":13}},"K":{"d":"-5,0v-1,-12,10,-12,17,-15v10,-5,11,-9,16,-35r30,-161v2,-14,-15,-18,-26,-22r1,-8r104,0v-8,25,-26,6,-34,49r-10,55v2,8,11,2,18,1v24,-8,41,-37,59,-54v23,-22,30,-33,2,-43r1,-8r81,0v-10,20,-22,14,-40,35v-20,23,-47,43,-66,66v18,45,50,106,81,132r-3,8v-38,-1,-61,6,-77,-27r-38,-80v-3,-14,-24,-10,-25,3r-13,74v-2,14,17,17,27,22r-1,8r-104,0","w":239,"k":{"C":20,"e":13,"G":20,"o":13,"O":20,"Q":20,"u":13,"v":13,"w":13,"y":13,"-":20,"a":6,"S":6}},"L":{"d":"-5,0v11,-24,26,-7,34,-50r30,-161v2,-14,-16,-18,-27,-22r2,-8r107,0v1,13,-13,11,-21,15v-10,5,-11,8,-16,34r-30,162v0,10,9,13,36,13v45,0,51,-33,73,-53r14,0v-6,23,-5,51,-15,70r-187,0","w":206,"k":{"T":40,"V":33,"W":33,"Y":40,"\u2019":40}},"M":{"d":"-14,0v7,-23,24,-10,33,-44r43,-172v1,-14,-33,-8,-25,-25v25,2,58,-4,78,3r33,161v2,17,8,11,14,0r86,-161v21,-8,57,-1,84,-3v-7,21,-37,11,-34,44r-26,167v-2,15,14,17,25,22r-1,8r-107,0v7,-20,39,-12,36,-42r24,-142v0,-2,0,-4,-2,-4v-3,0,-5,4,-7,8r-99,180v-9,-1,-22,3,-26,-3r-33,-165v-3,-22,-8,-19,-12,0r-29,139v-3,18,35,10,30,29r-85,0","w":313},"N":{"d":"-4,0v7,-19,33,-13,31,-42r31,-156v-1,-17,-14,-29,-27,-35r1,-8v21,2,48,-4,64,3r92,165v4,9,9,9,11,-3r25,-136v0,-12,-23,-16,-34,-21r1,-8r85,0v-6,22,-32,11,-32,44r-42,197v-10,-1,-24,2,-30,-3r-91,-164v-4,-9,-8,-7,-10,2r-22,135v0,15,22,15,33,22r-1,8r-85,0","w":253},"O":{"d":"111,5v-63,0,-97,-21,-97,-92v0,-98,57,-159,147,-159v67,0,91,29,91,95v0,84,-49,156,-141,156xm68,-73v0,32,15,60,52,60v68,0,78,-115,78,-164v0,-33,-23,-52,-48,-52v-64,0,-82,102,-82,156","w":253,"k":{"T":20,"V":20,"W":20,"Y":20,",":20,".":20,"A":20,"X":13}},"P":{"d":"-5,0v11,-24,26,-7,34,-50r30,-161v2,-14,-16,-18,-27,-22r2,-8v75,8,191,-30,188,56v-1,70,-52,94,-112,92v-1,-6,-8,-12,-4,-17v46,3,64,-34,65,-78v0,-28,-9,-36,-35,-36v-25,0,-26,2,-29,15r-33,179v-3,13,20,17,32,22r-2,8r-109,0","w":213,"k":{"c":13,"e":13,"o":13,",":40,".":40,"A":33,"a":13,"J":13}},"Q":{"d":"222,40v-3,11,-20,9,-34,10v-35,0,-77,-23,-92,-31v-1,-6,6,-6,6,-11v0,-3,-1,-3,-4,-3v-55,-4,-84,-26,-84,-92v0,-98,57,-159,147,-159v67,0,91,29,91,95v0,72,-36,135,-104,151v-3,1,-7,3,-7,5v0,12,61,30,81,35xm68,-73v0,32,15,60,52,60v68,0,78,-115,78,-164v0,-33,-23,-52,-48,-52v-64,0,-82,102,-82,156","w":253,"k":{"V":20,"W":20,"Y":20,"A":20}},"R":{"d":"-5,0v11,-24,26,-7,34,-50r29,-161v2,-15,-15,-18,-26,-22r2,-8r115,0v42,0,71,2,71,48v1,68,-79,53,-60,85v18,29,44,90,61,102r-1,6v-32,-1,-60,6,-72,-21r-32,-72v-9,-17,-7,-19,-22,-18v-6,0,-6,2,-8,12r-12,69v-2,14,17,17,27,22r-2,8r-104,0xm107,-208v-4,24,-11,45,-13,71v0,6,2,9,14,9v36,0,61,-19,61,-56v0,-24,-7,-40,-37,-40v-22,0,-22,3,-25,16","w":233,"k":{"C":6,"e":6,"o":6,"O":6,"T":13,"u":6,"U":6,"v":6,"V":13,"W":13,"y":6,"Y":13,"-":6,"a":6,"S":6}},"S":{"d":"175,-172r-7,0v-3,-16,-13,-57,-50,-57v-23,0,-40,17,-40,36v0,53,102,46,102,117v0,52,-42,81,-103,81v-44,0,-85,-21,-62,-54v9,-8,8,-25,24,-26v0,27,17,62,54,62v24,0,41,-17,41,-38v0,-63,-99,-46,-99,-121v0,-51,44,-74,99,-74v41,1,70,17,56,45","w":199,"k":{"Y":6,"A":6,"X":6}},"T":{"d":"49,0v11,-24,26,-7,34,-50r31,-170v-14,-9,-48,-4,-53,13v-11,10,-12,31,-37,27v6,-20,4,-47,15,-61r207,0v4,17,-8,41,-9,61r-13,0v-11,-19,-7,-44,-41,-44v-18,0,-19,1,-22,13r-33,181v-2,14,17,17,27,22r-2,8r-104,0","w":226,"k":{"c":46,"C":20,"e":46,"G":20,"o":46,"O":20,"s":46,"u":46,"w":46,"y":46,"-":46,",":53,".":53,"A":53,"a":46,"r":46,"S":6,":":46,";":46}},"U":{"d":"242,-192v-25,95,-1,197,-139,197v-56,0,-79,-33,-69,-90r23,-126v2,-15,-15,-18,-26,-22r1,-8r104,0v-8,25,-27,5,-34,49r-23,136v0,31,18,43,40,43v48,0,51,-35,58,-72r23,-126v2,-15,-15,-18,-26,-22r1,-8r101,0v-10,24,-33,5,-34,49","w":253,"k":{"A":20}},"V":{"d":"126,-3v-9,6,-35,5,-43,0r-26,-192v-2,-29,-9,-32,-28,-38r1,-8r105,0v0,21,-39,10,-29,39r16,143v1,21,6,15,12,3r60,-120v11,-30,28,-38,7,-49v-7,-4,-22,-3,-18,-16r83,0v0,7,-4,10,-9,12v-14,7,-18,14,-41,58","w":239,"k":{"e":33,"G":20,"o":33,"O":20,"u":20,"w":20,"y":20,"-":20,",":53,".":53,"A":53,"a":33,"r":20,"S":6,"J":20,":":20,";":20}},"W":{"d":"121,-3v-10,5,-37,5,-45,0r-13,-170v-6,-57,-6,-47,-30,-60r1,-8r103,0v-3,20,-30,6,-28,39r8,139v1,16,5,16,10,4v20,-48,63,-83,61,-147v-1,-21,-14,-20,-26,-27r1,-8r101,0v-1,20,-37,7,-27,39r14,137v0,20,8,16,13,2r64,-152v2,-11,-21,-14,-30,-18r2,-8r82,0v0,7,-4,10,-9,12v-12,6,-18,16,-38,58r-78,168v-8,5,-35,5,-44,0r-16,-126v-1,-16,-7,-10,-12,-1","w":359,"k":{"C":20,"e":33,"G":20,"o":33,"O":20,"u":20,"y":20,"-":20,",":53,".":53,"A":53,"a":33,"r":20,"S":6,":":20,";":20}},"X":{"d":"-10,0v4,-20,29,-11,37,-31v26,-31,55,-58,78,-91v-9,-28,-26,-54,-37,-81v-8,-19,-17,-22,-33,-30r2,-8r106,0v2,19,-39,8,-25,33v9,17,16,38,26,53v19,-18,37,-43,52,-66v-1,-10,-24,-7,-16,-20r76,0v1,9,-6,10,-12,12v-35,22,-64,63,-91,95v12,30,31,65,45,95v9,21,17,24,35,31r-2,8r-109,0v-2,-20,41,-8,26,-34v-13,-21,-20,-48,-34,-67v-22,22,-44,52,-61,80v1,10,27,7,19,21r-82,0","w":246,"k":{"C":13,"e":13,"O":13,"y":13,"a":6,"S":6}},"Y":{"d":"53,0v0,-11,10,-11,18,-14v24,-8,34,-70,22,-99r-34,-88v-7,-21,-15,-23,-30,-32r2,-8r103,0v0,20,-37,10,-24,39v12,27,19,62,33,86v20,-27,48,-73,62,-102v-3,-12,-30,-6,-25,-23r83,0v1,9,-5,11,-11,13v-13,6,-15,9,-26,26v-34,52,-85,92,-88,172v-3,13,19,17,30,22r-1,8r-114,0","w":239,"k":{"e":46,"o":46,"O":20,"q":46,"u":26,"v":26,"-":26,",":53,".":53,"A":60,"a":40,":":26,";":26,"p":26}},"Z":{"d":"-3,0r-3,-6v32,-35,172,-206,172,-213v0,-4,-4,-5,-25,-5v-65,0,-59,19,-85,45r-16,0v6,-20,6,-46,15,-62r182,0r3,6v-31,37,-169,203,-169,213v0,4,5,5,37,5v61,0,66,-26,91,-54r17,0v-6,23,-5,52,-15,71r-204,0","w":226},"[":{"d":"86,56v-22,-4,-55,4,-69,-8r56,-302v17,-9,48,-5,71,-9v-6,24,-45,4,-44,42r-44,246v-3,16,21,17,31,23","w":126},"\\":{"d":"131,40r-23,6v-27,-100,-55,-199,-85,-299r23,-6v27,99,55,199,85,299","w":133},"]":{"d":"-11,56v6,-24,45,-4,44,-42r44,-246v3,-16,-21,-17,-31,-23r2,-8r64,3r4,5r-56,302v-17,9,-48,5,-71,9","w":126},"^":{"d":"14,-98r75,-143r22,0r75,143r-23,0r-63,-120r-63,120r-23,0"},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"\u2018":{"d":"104,-183v-11,22,-55,32,-55,-9v0,-30,38,-50,61,-54r3,9v-10,4,-28,15,-28,30v0,16,10,21,19,24","w":113,"k":{".":53,"A":33}},"a":{"d":"6,-44v0,-74,56,-158,144,-130v11,-1,26,-12,33,-3v-9,32,-27,96,-30,137v-2,30,37,17,49,9v-1,22,-32,31,-57,36v-18,0,-24,-17,-34,-17v-33,13,-105,38,-105,-32xm74,-15v45,0,44,-88,56,-132v0,-11,-9,-17,-18,-17v-40,0,-59,87,-59,119v0,19,12,30,21,30","w":199},"b":{"d":"92,-166v15,-3,33,-14,57,-13v28,0,35,26,35,47v0,61,-26,137,-107,137v-28,0,-64,-10,-64,-31r42,-195v4,-16,-29,-9,-24,-25v15,1,83,-36,73,8r-16,68v0,2,1,4,4,4xm116,-159v-41,3,-47,74,-56,118v0,21,10,31,25,31v42,0,52,-96,52,-119v0,-17,-8,-30,-21,-30","k":{",":20,".":20}},"c":{"d":"149,-37r-3,13v-15,10,-45,29,-81,29v-38,0,-56,-22,-56,-62v0,-82,50,-122,108,-122v31,-1,52,18,37,38v-11,9,-12,27,-31,28v0,-16,-1,-51,-24,-51v-38,0,-77,143,-4,143v19,0,38,-8,54,-16","w":159},"d":{"d":"7,-47v0,-56,44,-151,124,-130v13,-4,11,-29,15,-44v4,-16,-29,-9,-24,-25v15,1,82,-36,73,8r-42,197v-3,31,37,19,49,10v-2,22,-33,31,-56,36v-15,0,-25,-17,-33,-17v-36,11,-106,42,-106,-35xm75,-15v45,-9,43,-81,54,-125v0,-13,-1,-24,-18,-24v-37,0,-57,82,-57,111v0,21,2,38,21,38","w":199},"e":{"d":"155,-40r-3,14v-14,9,-49,31,-87,31v-37,0,-58,-20,-58,-61v0,-69,43,-123,109,-123v32,0,52,11,52,38v0,56,-55,48,-97,58v-16,4,-17,6,-17,22v0,57,78,39,101,21xm58,-103v0,16,24,0,35,1v30,2,42,-62,8,-62v-29,0,-43,55,-43,61","w":166,"k":{",":13,".":13}},"f":{"d":"35,61v-10,5,-16,21,-29,16v16,-50,29,-157,39,-222v1,-13,-20,-13,-29,-17v1,-19,37,-1,37,-25v0,-62,54,-76,81,-76v41,-1,23,34,11,53r-6,0v-1,-8,-8,-33,-25,-33v-18,0,-21,19,-21,38v0,46,24,28,48,39r-1,8v-20,5,-48,-4,-49,22r-33,141v-10,40,-13,48,-23,56","w":126},"g":{"d":"25,-121v2,-53,64,-65,112,-54v17,-3,31,-10,46,-15v10,21,-35,22,-21,56v-2,36,-41,57,-86,57v-11,0,-16,5,-16,11v0,28,117,18,104,72v0,36,-39,70,-101,70v-47,0,-71,-20,-71,-53v0,-32,40,-35,40,-44v0,-8,-14,-8,-14,-18v0,-29,33,-27,33,-39v-8,-12,-27,-13,-26,-43xm27,14v0,27,22,46,53,46v26,0,43,-15,43,-36v0,-43,-96,-59,-96,-10xm97,-166v-34,-3,-48,75,-8,76v34,2,48,-76,8,-76","w":180},"h":{"d":"91,-168v10,9,41,-14,62,-11v69,11,5,94,8,144v1,24,41,10,50,3v-6,36,-95,60,-95,-1v0,-39,24,-70,24,-108v0,-10,-6,-18,-19,-18v-48,3,-52,89,-63,135v-3,12,11,11,8,20v-22,10,-60,14,-51,-26r43,-191v4,-16,-29,-9,-24,-25v15,1,83,-36,73,8","w":213},"i":{"d":"111,-30v-5,34,-95,55,-95,1v0,-39,27,-70,27,-109v0,-16,-12,-18,-30,-18r2,-8v18,-4,73,-31,76,2v-5,38,-24,84,-29,125v3,27,36,14,49,7xm112,-230v0,34,-52,36,-52,5v0,-17,10,-27,27,-27v15,0,25,8,25,22","w":113},"j":{"d":"93,-162v-6,50,-20,103,-29,152v-9,45,-38,86,-76,86v-9,0,-24,-22,-16,-28v22,8,38,18,46,-30r27,-156v0,-16,-12,-18,-30,-18r3,-8v18,-4,72,-31,75,2xm105,-230v0,35,-52,36,-52,5v0,-17,11,-27,28,-27v15,0,24,8,24,22","w":106},"k":{"d":"71,-73v-6,23,-14,57,-1,69v-22,10,-60,14,-51,-26r43,-191v4,-16,-29,-9,-24,-25v15,1,83,-36,73,8r-31,133v6,14,15,-1,23,-10r47,-53v11,-11,36,-4,56,-6v3,10,-11,10,-16,16v-23,18,-52,31,-70,54v14,33,40,99,85,67v-2,24,-36,37,-57,42v-31,-3,-44,-55,-58,-81v-8,-14,-16,-11,-19,3","w":206},"l":{"d":"110,-32v-5,22,-32,33,-59,37v-19,3,-40,-24,-33,-54r39,-172v3,-16,-30,-9,-25,-25v14,1,71,-25,76,-5r-49,209v-1,32,39,19,51,10","w":113},"m":{"d":"93,-165v13,0,41,-14,61,-14v17,0,22,16,29,16v10,-2,99,-37,96,9v-3,41,-25,76,-25,119v0,24,40,10,50,3v-6,36,-94,59,-96,-1r25,-108v0,-11,-4,-18,-17,-18v-38,2,-50,92,-59,135v-3,11,10,11,8,20v-19,9,-63,12,-51,-26v12,-37,27,-71,27,-112v0,-9,-5,-17,-19,-17v-43,0,-51,91,-62,135v-3,12,11,11,8,20v-22,10,-61,13,-51,-26r28,-110v2,-17,-15,-18,-31,-15v2,-18,36,-20,54,-24v14,0,17,14,25,14","w":306},"n":{"d":"93,-165v27,-13,104,-32,90,32r-22,98v2,23,41,11,51,3v-6,36,-94,59,-96,-1r25,-108v0,-10,-6,-18,-19,-18v-43,0,-51,91,-62,135v-3,12,11,11,8,20v-22,10,-61,13,-51,-26r28,-110v2,-17,-15,-18,-31,-15v2,-18,36,-20,54,-24v14,0,17,14,25,14","w":213},"o":{"d":"66,5v-31,0,-59,-18,-59,-61v0,-75,37,-123,111,-123v40,0,63,17,63,62v0,74,-44,122,-115,122xm54,-52v0,28,11,42,27,42v43,0,53,-89,53,-117v0,-26,-11,-37,-27,-37v-44,0,-53,94,-53,112","w":186},"p":{"d":"192,-124v0,73,-45,144,-132,127v-8,8,-25,49,-2,54v7,4,24,3,18,15r-100,0v4,-20,31,-9,30,-36r35,-175v2,-15,-13,-20,-29,-16r2,-9v15,-5,37,-15,58,-15v9,0,14,12,19,14v15,-2,37,-14,59,-14v34,0,42,27,42,55xm122,-159v-53,0,-45,73,-57,122v0,20,15,27,26,27v45,0,54,-94,54,-115v0,-18,-6,-34,-23,-34","w":199},"q":{"d":"7,-49v0,-62,49,-150,145,-128v19,4,22,-17,38,-11r-48,236v0,13,29,8,23,24r-102,0v2,-22,37,-8,37,-35v0,-14,12,-34,4,-46v-13,3,-36,14,-58,14v-28,0,-39,-20,-39,-54xm76,-15v57,0,45,-82,59,-132v0,-10,-10,-17,-21,-17v-40,0,-60,83,-60,110v0,17,0,39,22,39"},"r":{"d":"91,-161v16,-6,63,-36,68,1v-4,14,-15,25,-21,37r-7,0v-1,-25,-35,-49,-45,-2v-7,33,-19,65,-23,100v-2,12,10,12,8,21v-13,4,-57,17,-54,-11v6,-46,23,-81,28,-126v2,-17,-17,-17,-31,-13r2,-8v10,-4,38,-17,52,-17v12,0,16,18,23,18","w":146,"k":{"c":6,"d":6,"e":6,"g":6,"o":6,"q":6,"s":6,",":26,".":26,"a":6}},"s":{"d":"145,-156v-3,15,-8,31,-22,34v-3,-11,-10,-42,-34,-42v-14,0,-23,8,-23,21v0,32,67,44,67,91v0,35,-36,57,-77,57v-30,-1,-61,-16,-46,-42v8,-7,6,-24,21,-24v1,19,11,51,39,51v14,0,25,-10,25,-24v0,-33,-67,-51,-67,-89v0,-38,38,-56,74,-56v23,0,43,8,43,23","w":153,"k":{",":6,".":6}},"t":{"d":"113,-30r-2,11v-16,18,-94,44,-94,-7v0,-45,27,-80,27,-124v0,-15,-33,-2,-25,-20v14,-4,33,-2,40,-13r23,-38r11,0v3,17,-8,43,11,47r30,7r-1,8v-19,5,-48,-2,-48,21v-7,32,-19,63,-22,98v-2,31,38,16,50,10","w":126},"u":{"d":"212,-30v-4,23,-34,35,-57,35v-14,0,-26,-17,-34,-17v-21,9,-116,43,-100,-31r21,-95v0,-16,-11,-18,-29,-18r2,-8v18,-3,73,-34,75,2v-6,36,-21,89,-28,127v0,5,0,20,19,20v44,1,51,-81,60,-126v0,-12,-13,-15,-27,-15r2,-8v18,-8,82,-33,72,13r-25,114v-3,22,39,16,49,7","w":213},"v":{"d":"121,-157v5,-26,66,-35,65,5v0,45,-59,157,-124,157v-17,0,-32,-23,-29,-52r9,-86v2,-23,-12,-26,-29,-21r0,-8v21,-17,77,-32,71,25r-10,102v0,10,5,17,12,17v30,0,60,-78,60,-122v0,-19,-11,-21,-25,-17","k":{",":20,".":20}},"w":{"d":"9,-154r0,-8v21,-15,78,-33,72,21r-11,104v0,12,6,19,14,19v46,-12,40,-76,51,-123v0,-18,-13,-16,-27,-13r0,-8v21,-16,83,-32,71,21v-7,34,-20,67,-20,104v0,12,8,19,16,19v35,0,59,-77,59,-116v0,-26,-9,-27,-24,-23v6,-27,63,-34,63,8v0,57,-65,154,-117,154v-21,0,-32,-23,-39,-23v-8,0,-34,23,-58,23v-20,0,-34,-20,-31,-48r10,-94v1,-17,-14,-22,-29,-17","w":273,"k":{",":20,".":20}},"x":{"d":"80,-56v-19,13,-37,64,-64,61v-28,-3,-15,-34,-5,-47v13,-3,5,14,19,14v14,0,52,-40,41,-67v-7,-17,-8,-49,-27,-52v-13,-2,-21,19,-26,4v9,-10,31,-36,51,-36v18,-8,24,45,38,57v16,-9,38,-65,58,-57v23,1,14,29,8,45v-12,2,-5,-14,-20,-13v-15,4,-51,38,-38,65v8,18,12,56,32,58v18,1,27,-25,35,-9v-14,18,-73,71,-89,9v-4,-7,-9,-32,-13,-32","w":186},"y":{"d":"53,-179v48,0,35,152,48,149v8,0,44,-78,44,-109v0,-17,-10,-20,-22,-20v9,-20,54,-35,54,6v0,25,-65,138,-107,196v-26,36,-40,40,-67,18r1,-6v26,-3,62,-11,62,-47v0,-14,-10,-86,-20,-126v-6,-25,-19,-37,-38,-23r0,-11v13,-11,25,-27,45,-27","w":180,"k":{",":20,".":20}},"z":{"d":"29,-6v-22,0,-31,20,-39,2v34,-28,86,-89,119,-127v6,-5,8,-14,-2,-14v-38,0,-67,0,-81,22r-6,-5v12,-20,22,-46,55,-46r97,0r2,6v-28,17,-77,78,-105,110v-4,4,-8,9,-8,13v0,13,36,17,54,17v23,0,40,-23,45,-31r8,4v-13,24,-31,60,-63,60v-19,0,-57,-11,-76,-11","w":173},"{":{"d":"129,-29v0,47,-17,96,33,108r0,9v-36,-1,-76,-26,-76,-61v0,-23,10,-49,10,-69v0,-22,-18,-39,-39,-45r0,-9v21,-6,39,-22,39,-46v0,-20,-10,-45,-10,-68v0,-35,40,-60,76,-61r0,8v-49,12,-33,62,-33,109v0,40,-38,54,-56,62v18,8,56,24,56,63"},"|":{"d":"51,90r0,-360r18,0r0,360r-18,0","w":119},"}":{"d":"116,-42v0,20,10,46,10,69v0,35,-40,60,-76,61r0,-9v50,-12,33,-61,33,-108v0,-39,38,-55,56,-63v-18,-8,-56,-22,-56,-62v0,-47,17,-97,-33,-109r0,-8v36,1,76,26,76,61v0,23,-10,48,-10,68v0,24,18,40,39,46r0,9v-21,6,-39,23,-39,45"},"~":{"d":"116,-82r-22,0v0,-33,5,-87,51,-87v53,0,47,72,80,72v26,0,26,-41,26,-64r22,0v0,27,0,86,-50,86v-51,0,-46,-72,-79,-72v-28,0,-28,41,-28,65","w":353},"'":{"d":"84,-152v-4,5,-22,4,-25,0r-10,-86v8,-6,36,-5,45,0","w":113},"\u201c":{"d":"98,-183v-11,22,-55,32,-56,-9v0,-30,39,-50,62,-54r3,9v-10,4,-28,15,-28,30v0,16,10,21,19,24xm171,-183v-11,22,-55,32,-55,-9v0,-30,38,-50,61,-54r3,9v-10,4,-28,15,-28,30v0,16,10,21,19,24","w":166,"k":{".":53,"c":20,"e":20,"A":33,"a":13}},"\u2013":{"d":"8,-83r5,-26r174,0r-5,26r-174,0"},"\u201d":{"d":"33,-163r-3,-9v10,-4,29,-15,29,-30v0,-16,-10,-21,-19,-24v12,-22,55,-31,55,10v0,30,-39,49,-62,53xm107,-163r-4,-9v10,-4,29,-15,29,-30v0,-16,-10,-21,-19,-24v12,-22,55,-31,55,10v0,30,-38,49,-61,53","w":166,"k":{".":53,"c":20,"e":20,"A":33,"a":13}},"\u2026":{"d":"45,0v-12,0,-23,-11,-23,-23v0,-12,11,-22,23,-22v12,0,23,10,23,22v0,12,-11,23,-23,23xm165,0v-12,0,-23,-11,-23,-23v0,-12,11,-22,23,-22v12,0,23,10,23,22v0,12,-11,23,-23,23xm285,0v-12,0,-23,-11,-23,-23v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,12,-10,23,-22,23","w":353},"`":{"d":"97,-194r-58,-51v8,-7,8,-21,21,-23r44,66","w":126},"\u2014":{"d":"8,-83r5,-26r334,0r-5,26r-334,0","w":353},"\u2122":{"d":"38,-143r0,-6v15,-1,19,-3,19,-17r0,-68v-20,5,-23,13,-29,30r-6,0r2,-37r84,0r2,37r-6,0v-7,-18,-8,-26,-29,-30r0,68v0,13,3,16,19,17r0,6r-56,0xm115,-143r0,-6v29,-1,16,-47,16,-73v0,-10,-1,-11,-12,-12r0,-7r36,0r20,65r23,-65r38,0r0,7v-12,0,-14,2,-14,12r0,56v0,15,3,16,14,17r0,6r-50,0r0,-6v31,0,14,-56,16,-81r-30,87r-6,0r-27,-87r0,64v0,14,4,15,13,17r0,6r-37,0","w":219},"\u00d7":{"d":"126,-47r-18,-19r58,-56r-58,-58r18,-18r58,58r57,-58r18,18r-58,58r58,57r-18,18r-57,-58","w":353},"\u00a0":{"w":113}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * ï¿½ 1991, 2001, 2002 Adobe Systems Incorporated. All rights reserved.
 * 
 * Trademark:
 * ITC Slimbach is a trademark of International Typeface Corporation registered in
 * the U.S. Patent and Trademark Office and may be registered in certain other
 * jurisdictions.
 * 
 * Full name:
 * SlimbachStd-BoldItalic
 * 
 * Designer:
 * Robert Slimbach
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":193,"face":{"font-family":"Slimbach","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 2 8 3 8 5 6 9 2 4","ascent":"259","descent":"-101","x-height":"5","bbox":"-30.2721 -271 382 90","underline-thickness":"18","underline-position":"-18","slope":"-10","stemh":"15","stemv":"44","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":113},"!":{"d":"49,5v-14,0,-24,-9,-24,-23v0,-14,10,-26,28,-26v14,0,24,9,24,23v0,14,-10,26,-28,26xm74,-74v-3,7,-23,8,-25,0r15,-158v6,-13,28,-9,46,-9r7,9","w":126},"\"":{"d":"77,-152v-4,5,-23,5,-26,0r-9,-86v8,-5,35,-5,44,0xm144,-152v-4,5,-22,4,-25,0r-10,-86v8,-6,36,-5,45,0","w":166},"#":{"d":"25,-30r15,-42v-4,-7,-19,-1,-28,-3r6,-18v12,-1,28,4,32,-7r21,-60v-2,-8,-20,-3,-28,-4r6,-17v13,-2,29,5,33,-7r13,-35r24,0r-14,39v6,5,38,7,42,-4r12,-35r25,0v-4,13,-11,23,-13,38v2,9,19,2,27,4r-6,17v-14,2,-29,-6,-33,9v-5,20,-15,38,-20,59v3,7,20,1,28,3r-6,18v-12,2,-29,-5,-33,6r-14,39r-24,0r14,-42v-6,-5,-34,-6,-40,2r-14,40r-25,0xm95,-156r-22,61v8,3,37,7,41,-4r22,-62v-7,-4,-36,-9,-41,5"},"$":{"d":"116,-146v16,20,58,19,58,68v0,71,-70,77,-80,80v-11,3,-8,23,-12,34r-15,0v-2,-12,14,-33,-2,-36v-68,-13,-53,-43,-31,-71r7,0v-6,30,20,56,32,54v3,0,4,-1,5,-7r13,-78v0,-11,-51,-14,-51,-65v0,-49,44,-68,71,-69v10,-1,7,-20,11,-28r16,0v0,10,-11,27,5,29v61,8,45,36,26,58r-6,0v0,-21,-14,-43,-28,-43v-4,0,-6,1,-7,7xm98,-153v12,-14,9,-45,15,-66v0,-3,-1,-3,-3,-3v-19,0,-36,18,-36,38v0,22,23,31,24,31xm105,-86r-12,67v0,3,1,5,5,5v18,0,37,-17,37,-46v0,-26,-26,-46,-30,-26"},"%":{"d":"82,-153v0,19,3,34,21,34v27,0,36,-54,36,-76v0,-17,-4,-32,-21,-32v-26,0,-36,45,-36,74xm106,17r-17,-12r171,-258r18,12xm228,-44v0,19,3,34,21,34v27,0,36,-54,36,-76v0,-17,-3,-31,-20,-31v-26,0,-37,44,-37,73xm96,-105v-27,0,-45,-13,-45,-46v0,-51,24,-90,71,-90v35,0,48,18,48,43v0,50,-23,93,-74,93xm242,5v-27,0,-45,-13,-45,-46v0,-51,24,-91,71,-91v35,0,48,18,48,43v0,50,-23,94,-74,94","w":353},"&":{"d":"251,0v-27,2,-75,-2,-84,-10v-8,0,-34,15,-74,15v-46,0,-80,-16,-80,-66v0,-62,71,-66,71,-80v0,-4,-5,-18,-5,-35v0,-44,35,-70,73,-70v30,0,49,16,49,45v0,48,-69,55,-69,66v0,14,46,89,58,89v5,0,16,-16,16,-32v0,-24,-20,-37,-38,-38v11,-27,67,-34,67,16v0,40,-31,60,-31,65v0,11,36,24,49,27xm147,-231v-35,0,-36,65,-19,78v8,0,42,-18,42,-46v0,-17,-6,-32,-23,-32xm86,-116v-52,15,-26,104,27,101v31,-1,45,-7,23,-26v-9,-8,-27,-39,-40,-66v-4,-8,-6,-9,-10,-9","w":266},"\u2019":{"d":"54,-163r-3,-9v10,-4,28,-15,28,-30v0,-16,-10,-21,-19,-24v13,-22,55,-32,56,10v0,30,-39,49,-62,53","w":113,"k":{".":53,"s":6,"A":33}},"(":{"d":"119,50r-1,9v-52,-3,-79,-21,-79,-101v0,-74,29,-227,138,-221r-2,10v-73,7,-100,140,-100,204v0,67,9,90,44,99","w":159},")":{"d":"-10,59r2,-9v73,-8,101,-140,101,-205v0,-67,-10,-89,-45,-98r1,-10v52,3,80,21,80,101v0,74,-30,226,-139,221","w":159},"*":{"d":"130,-124v-5,8,-27,7,-31,0v2,-16,14,-35,8,-48v-14,9,-23,23,-35,33v-11,-3,-20,-19,-15,-28v15,-5,33,-7,45,-15v-10,-13,-41,-6,-48,-22v6,-7,7,-20,18,-22v12,11,21,24,35,33v9,-12,-17,-42,-3,-53v10,0,23,-2,26,5v-2,16,-12,34,-8,48v15,-7,23,-23,35,-33v11,3,19,18,16,28v-14,6,-35,6,-45,16v12,8,31,9,45,15v3,11,-5,25,-16,28v-12,-11,-20,-25,-35,-33v-5,13,6,33,8,48"},"+":{"d":"171,-28r0,-81r-81,0r0,-26r81,0r0,-81r26,0r0,81r81,0r0,26r-81,0r0,81r-26,0","w":353},",":{"d":"6,37r-2,-11v14,-2,34,-15,34,-33v0,-16,-12,-21,-21,-24v2,-14,22,-17,33,-22v15,0,26,11,26,32v0,37,-45,57,-70,58","w":113,"k":{"\u2018":53,"\u2019":53}},"-":{"d":"8,-83r5,-26r94,0r-5,26r-94,0","w":113},".":{"d":"43,5v-14,0,-25,-9,-25,-23v0,-14,10,-26,28,-26v14,0,25,9,25,23v0,14,-10,26,-28,26","w":113,"k":{"\u2018":53,"\u2019":53}},"\/":{"d":"5,50r-21,-10r150,-299r21,10","w":133},"0":{"d":"84,5v-43,0,-71,-18,-71,-78v0,-82,32,-168,113,-168v46,0,68,22,68,73v0,73,-31,173,-110,173xm57,-71v0,30,2,58,31,58v48,0,62,-132,62,-171v0,-30,-15,-40,-31,-40v-46,0,-62,121,-62,153","k":{"7":20,"5":6,"3":6,"2":6,"1":26}},"1":{"d":"30,0v6,-22,43,-8,41,-40r29,-160v-1,-16,-25,-10,-39,-14r1,-8r86,-19r5,4r-39,209v2,16,22,13,33,20r-2,8r-115,0","k":{"1":46,"0":26}},"2":{"d":"177,-183v0,76,-103,98,-118,136v1,22,43,12,64,12v22,0,32,-11,41,-30r10,0v-9,30,-11,65,-39,65r-133,0r-4,-5v10,-33,26,-50,52,-67v56,-38,80,-66,80,-99v0,-54,-57,-47,-77,-24r-6,-7v17,-18,30,-39,72,-39v36,0,58,18,58,58","k":{"1":33,"0":6}},"3":{"d":"55,-199r-5,-6v17,-17,28,-36,71,-36v31,0,53,13,53,47v0,47,-51,52,-51,60v0,14,48,1,48,57v0,55,-53,82,-104,82v-38,0,-72,-15,-55,-44v7,-6,5,-21,19,-20v3,17,12,46,49,46v26,0,42,-24,42,-51v0,-44,-33,-52,-73,-48v-5,-11,8,-27,29,-27v27,0,53,-13,53,-42v0,-47,-61,-38,-76,-18","k":{"1":33,"0":6}},"4":{"d":"137,-14v0,23,-34,20,-47,17r10,-60v0,-5,-1,-6,-12,-6r-81,0v-6,-6,2,-17,3,-26v13,-18,74,-92,112,-134v13,-15,32,-13,53,-18r4,3r-26,146v2,17,31,-1,39,11r-14,18v-17,2,-31,-8,-35,15xm109,-100v5,-33,17,-70,15,-101v-8,0,-84,99,-84,108v0,17,39,5,55,8v9,0,12,-2,14,-15","k":{"1":26}},"5":{"d":"182,-221v-9,32,-54,20,-90,20v-12,0,-20,5,-20,29v0,43,99,10,99,88v0,59,-49,89,-106,89v-60,0,-63,-36,-37,-63r7,0v4,15,13,45,48,45v23,0,41,-24,41,-53v0,-55,-78,-38,-78,-78v0,-16,10,-83,22,-93v41,-4,101,12,120,-14v13,5,-3,20,-6,30","k":{"1":26,"0":6}},"6":{"d":"14,-73v0,-83,72,-186,180,-167r-4,10v-31,0,-67,16,-88,44v-27,36,-41,86,-41,118v0,31,9,55,33,55v32,0,42,-44,42,-68v0,-29,-17,-54,-46,-42r-1,-10v33,-20,94,-20,94,44v0,55,-41,94,-95,94v-50,0,-74,-23,-74,-78","k":{"1":26}},"7":{"d":"39,-25v-10,-14,126,-141,114,-168v-8,-16,-48,-8,-71,-8v-23,0,-28,8,-38,27r-7,-3v12,-38,10,-60,38,-60r120,0r4,6v-9,69,-39,71,-77,128v-25,38,-47,70,-42,111v-10,9,-22,-10,-33,-14v-6,-4,-8,-9,-8,-19","k":{"1":26,"0":20}},"8":{"d":"83,5v-41,0,-66,-21,-66,-64v0,-48,51,-60,51,-67v0,-8,-23,-12,-23,-48v0,-70,140,-99,140,-19v0,44,-43,57,-43,64v0,8,34,13,34,56v0,46,-44,78,-93,78xm85,-190v0,34,42,52,43,52v7,0,26,-22,26,-44v0,-52,-69,-53,-69,-8xm52,-64v0,64,81,65,80,9v0,-38,-47,-61,-50,-61v-7,0,-30,23,-30,52","k":{"1":26}},"9":{"d":"119,-117r-1,9v-45,25,-91,17,-91,-42v0,-63,46,-91,94,-91v44,0,68,26,68,66v0,110,-69,191,-175,179r4,-10v71,-2,124,-64,124,-169v0,-26,-8,-49,-31,-49v-26,0,-37,37,-37,69v0,38,18,44,45,38","k":{"1":26}},":":{"d":"43,5v-14,0,-25,-9,-25,-23v0,-14,10,-26,28,-26v14,0,25,9,25,23v0,14,-10,26,-28,26xm67,-125v-14,0,-25,-9,-25,-23v0,-14,10,-26,28,-26v14,0,25,9,25,23v0,14,-10,26,-28,26","w":113},";":{"d":"6,37r-2,-11v14,-2,34,-15,34,-33v0,-16,-12,-21,-21,-24v2,-14,22,-17,33,-22v15,0,26,11,26,32v0,37,-45,57,-70,58xm67,-125v-14,0,-25,-9,-25,-23v0,-14,11,-26,29,-26v14,0,24,9,24,23v0,14,-10,26,-28,26","w":113},"<":{"d":"271,-35r-175,-77r0,-20r175,-78r0,28r-139,60r139,60r0,27","w":353},"=":{"d":"90,-85r0,-26r188,0r0,26r-188,0xm90,-133r0,-26r188,0r0,26r-188,0","w":353},">":{"d":"96,-35r0,-27r139,-60r-139,-60r0,-28r175,78r0,20","w":353},"?":{"d":"112,-83v-1,14,-19,15,-32,15v-31,0,-53,-28,-40,-54v17,-8,62,-31,62,-64v0,-38,-48,-38,-62,-22r-6,-8v18,-12,31,-31,61,-30v29,0,51,12,51,43v0,19,-15,40,-21,48v-13,7,-47,25,-47,47v0,20,19,26,34,25xm60,5v-14,0,-24,-9,-24,-23v0,-14,10,-26,28,-26v14,0,24,9,24,23v0,14,-10,26,-28,26","w":140},"@":{"d":"292,-5r10,8v-10,11,-55,45,-116,45v-86,0,-149,-49,-149,-119v0,-85,75,-161,162,-161v73,0,130,48,130,117v0,65,-51,115,-101,115v-23,0,-26,-17,-26,-26v-5,5,-20,24,-47,24v-26,0,-48,-18,-48,-52v0,-52,46,-117,93,-117v29,0,38,19,42,26r8,-19r31,0v-17,45,-39,88,-52,136v0,6,3,9,11,9v27,0,72,-35,72,-96v0,-62,-52,-99,-112,-99v-69,0,-138,71,-138,142v0,59,48,104,125,104v65,0,100,-33,105,-37xm161,-17v50,0,64,-98,69,-117v0,-11,-8,-23,-22,-23v-35,0,-72,82,-72,116v0,18,11,24,25,24","w":360},"A":{"d":"-7,0v0,-8,7,-11,13,-13v8,-4,11,-7,26,-33r112,-192v7,-5,31,-5,39,0r30,203v-1,18,17,20,29,27r-2,8r-101,0v-1,-20,31,-7,27,-35r-8,-53v-1,-7,-3,-7,-12,-7v-24,0,-56,-9,-66,11r-30,58v-2,16,36,9,27,26r-84,0xm140,-193v-16,23,-29,51,-42,77v7,9,34,2,48,4v10,1,8,-4,7,-11v-5,-22,-4,-53,-13,-70","w":259},"B":{"d":"-5,0v11,-24,26,-7,34,-50r29,-161v2,-15,-15,-18,-26,-22r2,-8r131,0v28,0,57,4,57,42v0,59,-64,56,-64,67v0,12,56,0,56,54v0,71,-64,78,-99,78r-120,0xm87,-105v0,33,-38,88,21,88v35,0,53,-22,53,-56v0,-35,-16,-47,-45,-47v-23,0,-29,2,-29,15xm107,-211r-12,68v0,5,4,6,18,6v35,0,59,-17,59,-53v0,-22,-7,-34,-34,-34v-26,0,-29,2,-31,13","w":226,"k":{"T":13,"V":13,"W":13,"Y":13,".":6,"A":6}},"C":{"d":"214,-53v-33,45,-31,58,-99,58v-64,0,-99,-23,-99,-91v0,-95,51,-160,146,-160v45,0,86,21,66,51r-20,31r-7,0v-1,-22,-10,-65,-54,-65v-58,0,-77,90,-77,136v0,48,17,72,62,72v37,0,65,-27,77,-40","w":219},"D":{"d":"-5,0v11,-24,26,-7,34,-50r29,-161v2,-15,-15,-18,-26,-22r1,-8v100,10,225,-40,225,85v0,99,-51,156,-143,156r-120,0xm106,-207r-31,173v0,13,13,17,43,17v64,0,86,-86,86,-139v0,-47,-6,-68,-58,-68v-33,0,-37,1,-40,17","w":259,"k":{"T":20,"V":20,"Y":20,"A":20}},"E":{"d":"-4,0v-1,-12,10,-12,17,-15v10,-5,12,-9,17,-35r29,-161v2,-14,-15,-18,-26,-22r1,-8r185,0r3,3r-11,58v-34,-5,-5,-44,-65,-44v-34,0,-36,2,-39,17r-12,66v3,11,24,3,35,5v24,4,20,-31,43,-31r-15,80v-21,2,-5,-35,-30,-32v-18,2,-40,-9,-40,14v2,37,-43,88,28,88v51,0,52,-31,76,-53r14,0v-6,23,-5,51,-15,70r-195,0","w":219},"F":{"d":"-4,0v-1,-12,10,-12,17,-15v10,-5,12,-9,17,-35r29,-161v2,-14,-15,-18,-26,-22r1,-8r181,0r3,3r-11,58v-34,-5,-5,-44,-65,-44v-30,0,-32,2,-35,17r-13,70v1,12,20,4,30,6v25,3,20,-32,43,-32r-14,80v-22,3,-6,-33,-31,-31v-16,2,-31,-8,-35,13r-12,71v-4,12,20,17,32,22r-2,8r-109,0","w":199,"k":{"e":26,"G":6,"o":26,"O":6,"u":6,"-":6,",":40,".":40,"A":40,"a":20,"r":6,"S":6}},"G":{"d":"243,-90v-37,7,-20,57,-37,80v-12,4,-51,15,-86,15v-62,0,-105,-21,-105,-94v0,-59,25,-157,151,-157v48,-1,87,17,69,50r-18,29r-6,0v-3,-19,-13,-62,-60,-62v-59,0,-82,89,-82,137v0,51,13,79,60,79v51,0,33,-26,44,-59v-3,-11,-27,-12,-37,-18r1,-8r108,0","w":246,"k":{"T":6,"V":6,"A":6,"X":6}},"H":{"d":"-5,0v11,-24,26,-7,34,-50r30,-161v2,-14,-16,-18,-27,-22r2,-8r104,0v-10,24,-26,6,-34,49r-9,49v0,5,3,7,12,7r66,0v26,-3,17,-50,25,-75v4,-14,-15,-18,-26,-22r2,-8r104,0v-11,25,-27,6,-35,49r-29,162v-2,14,17,16,26,22r-1,8r-104,0v11,-24,26,-7,34,-50r11,-63v0,-4,-2,-6,-11,-6r-69,0v-9,0,-11,2,-13,14r-13,75v-2,14,17,17,27,22r-2,8r-104,0","w":259},"I":{"d":"-3,0v11,-24,26,-7,34,-50r30,-161v2,-14,-15,-18,-26,-22r1,-8r104,0v1,12,-11,11,-18,15v-10,5,-11,7,-16,34r-30,162v-2,14,17,17,27,22r-1,8r-105,0","w":119},"J":{"d":"147,-192r-22,120v-10,54,-42,77,-92,77v-26,0,-49,-13,-36,-33v7,-7,6,-22,20,-22v0,14,10,37,28,37v14,0,22,-11,27,-37r30,-161v2,-14,-15,-18,-26,-22r1,-8r104,0v1,12,-11,11,-18,15v-10,5,-11,7,-16,34","w":159,"k":{"A":13}},"K":{"d":"-5,0v-1,-12,10,-12,17,-15v10,-5,11,-9,16,-35r30,-161v2,-14,-15,-18,-26,-22r1,-8r104,0v-8,25,-26,6,-34,49r-10,55v2,8,11,2,18,1v24,-8,41,-37,59,-54v23,-22,30,-33,2,-43r1,-8r81,0v-10,20,-22,14,-40,35v-20,23,-47,43,-66,66v18,45,50,106,81,132r-3,8v-38,-1,-61,6,-77,-27r-38,-80v-3,-14,-24,-10,-25,3r-13,74v-2,14,17,17,27,22r-1,8r-104,0","w":239,"k":{"C":20,"e":13,"G":20,"o":13,"O":20,"Q":20,"u":13,"v":13,"w":13,"y":13,"-":20,"a":6,"S":6}},"L":{"d":"-5,0v11,-24,26,-7,34,-50r30,-161v2,-14,-16,-18,-27,-22r2,-8r107,0v1,13,-13,11,-21,15v-10,5,-11,8,-16,34r-30,162v0,10,9,13,36,13v45,0,51,-33,73,-53r14,0v-6,23,-5,51,-15,70r-187,0","w":206,"k":{"T":40,"V":33,"W":33,"Y":40,"\u2019":40}},"M":{"d":"-14,0v7,-23,24,-10,33,-44r43,-172v1,-14,-33,-8,-25,-25v25,2,58,-4,78,3r33,161v2,17,8,11,14,0r86,-161v21,-8,57,-1,84,-3v-7,21,-37,11,-34,44r-26,167v-2,15,14,17,25,22r-1,8r-107,0v7,-20,39,-12,36,-42r24,-142v0,-2,0,-4,-2,-4v-3,0,-5,4,-7,8r-99,180v-9,-1,-22,3,-26,-3r-33,-165v-3,-22,-8,-19,-12,0r-29,139v-3,18,35,10,30,29r-85,0","w":313},"N":{"d":"-4,0v7,-19,33,-13,31,-42r31,-156v-1,-17,-14,-29,-27,-35r1,-8v21,2,48,-4,64,3r92,165v4,9,9,9,11,-3r25,-136v0,-12,-23,-16,-34,-21r1,-8r85,0v-6,22,-32,11,-32,44r-42,197v-10,-1,-24,2,-30,-3r-91,-164v-4,-9,-8,-7,-10,2r-22,135v0,15,22,15,33,22r-1,8r-85,0","w":253},"O":{"d":"111,5v-63,0,-97,-21,-97,-92v0,-98,57,-159,147,-159v67,0,91,29,91,95v0,84,-49,156,-141,156xm68,-73v0,32,15,60,52,60v68,0,78,-115,78,-164v0,-33,-23,-52,-48,-52v-64,0,-82,102,-82,156","w":253,"k":{"T":20,"V":20,"W":20,"Y":20,",":20,".":20,"A":20,"X":13}},"P":{"d":"-5,0v11,-24,26,-7,34,-50r30,-161v2,-14,-16,-18,-27,-22r2,-8v75,8,191,-30,188,56v-1,70,-52,94,-112,92v-1,-6,-8,-12,-4,-17v46,3,64,-34,65,-78v0,-28,-9,-36,-35,-36v-25,0,-26,2,-29,15r-33,179v-3,13,20,17,32,22r-2,8r-109,0","w":213,"k":{"c":13,"e":13,"o":13,",":40,".":40,"A":33,"a":13,"J":13}},"Q":{"d":"222,40v-3,11,-20,9,-34,10v-35,0,-77,-23,-92,-31v-1,-6,6,-6,6,-11v0,-3,-1,-3,-4,-3v-55,-4,-84,-26,-84,-92v0,-98,57,-159,147,-159v67,0,91,29,91,95v0,72,-36,135,-104,151v-3,1,-7,3,-7,5v0,12,61,30,81,35xm68,-73v0,32,15,60,52,60v68,0,78,-115,78,-164v0,-33,-23,-52,-48,-52v-64,0,-82,102,-82,156","w":253,"k":{"V":20,"W":20,"Y":20,"A":20}},"R":{"d":"-5,0v11,-24,26,-7,34,-50r29,-161v2,-15,-15,-18,-26,-22r2,-8r115,0v42,0,71,2,71,48v1,68,-79,53,-60,85v18,29,44,90,61,102r-1,6v-32,-1,-60,6,-72,-21r-32,-72v-9,-17,-7,-19,-22,-18v-6,0,-6,2,-8,12r-12,69v-2,14,17,17,27,22r-2,8r-104,0xm107,-208v-4,24,-11,45,-13,71v0,6,2,9,14,9v36,0,61,-19,61,-56v0,-24,-7,-40,-37,-40v-22,0,-22,3,-25,16","w":233,"k":{"C":6,"e":6,"o":6,"O":6,"T":13,"u":6,"U":6,"v":6,"V":13,"W":13,"y":6,"Y":13,"-":6,"a":6,"S":6}},"S":{"d":"175,-172r-7,0v-3,-16,-13,-57,-50,-57v-23,0,-40,17,-40,36v0,53,102,46,102,117v0,52,-42,81,-103,81v-44,0,-85,-21,-62,-54v9,-8,8,-25,24,-26v0,27,17,62,54,62v24,0,41,-17,41,-38v0,-63,-99,-46,-99,-121v0,-51,44,-74,99,-74v41,1,70,17,56,45","w":199,"k":{"Y":6,"A":6,"X":6}},"T":{"d":"49,0v11,-24,26,-7,34,-50r31,-170v-14,-9,-48,-4,-53,13v-11,10,-12,31,-37,27v6,-20,4,-47,15,-61r207,0v4,17,-8,41,-9,61r-13,0v-11,-19,-7,-44,-41,-44v-18,0,-19,1,-22,13r-33,181v-2,14,17,17,27,22r-2,8r-104,0","w":226,"k":{"c":46,"C":20,"e":46,"G":20,"o":46,"O":20,"s":46,"u":46,"w":46,"y":46,"-":46,",":53,".":53,"A":53,"a":46,"r":46,"S":6,":":46,";":46}},"U":{"d":"242,-192v-25,95,-1,197,-139,197v-56,0,-79,-33,-69,-90r23,-126v2,-15,-15,-18,-26,-22r1,-8r104,0v-8,25,-27,5,-34,49r-23,136v0,31,18,43,40,43v48,0,51,-35,58,-72r23,-126v2,-15,-15,-18,-26,-22r1,-8r101,0v-10,24,-33,5,-34,49","w":253,"k":{"A":20}},"V":{"d":"126,-3v-9,6,-35,5,-43,0r-26,-192v-2,-29,-9,-32,-28,-38r1,-8r105,0v0,21,-39,10,-29,39r16,143v1,21,6,15,12,3r60,-120v11,-30,28,-38,7,-49v-7,-4,-22,-3,-18,-16r83,0v0,7,-4,10,-9,12v-14,7,-18,14,-41,58","w":239,"k":{"e":33,"G":20,"o":33,"O":20,"u":20,"w":20,"y":20,"-":20,",":53,".":53,"A":53,"a":33,"r":20,"S":6,"J":20,":":20,";":20}},"W":{"d":"121,-3v-10,5,-37,5,-45,0r-13,-170v-6,-57,-6,-47,-30,-60r1,-8r103,0v-3,20,-30,6,-28,39r8,139v1,16,5,16,10,4v20,-48,63,-83,61,-147v-1,-21,-14,-20,-26,-27r1,-8r101,0v-1,20,-37,7,-27,39r14,137v0,20,8,16,13,2r64,-152v2,-11,-21,-14,-30,-18r2,-8r82,0v0,7,-4,10,-9,12v-12,6,-18,16,-38,58r-78,168v-8,5,-35,5,-44,0r-16,-126v-1,-16,-7,-10,-12,-1","w":359,"k":{"C":20,"e":33,"G":20,"o":33,"O":20,"u":20,"y":20,"-":20,",":53,".":53,"A":53,"a":33,"r":20,"S":6,":":20,";":20}},"X":{"d":"-10,0v4,-20,29,-11,37,-31v26,-31,55,-58,78,-91v-9,-28,-26,-54,-37,-81v-8,-19,-17,-22,-33,-30r2,-8r106,0v2,19,-39,8,-25,33v9,17,16,38,26,53v19,-18,37,-43,52,-66v-1,-10,-24,-7,-16,-20r76,0v1,9,-6,10,-12,12v-35,22,-64,63,-91,95v12,30,31,65,45,95v9,21,17,24,35,31r-2,8r-109,0v-2,-20,41,-8,26,-34v-13,-21,-20,-48,-34,-67v-22,22,-44,52,-61,80v1,10,27,7,19,21r-82,0","w":246,"k":{"C":13,"e":13,"O":13,"y":13,"a":6,"S":6}},"Y":{"d":"53,0v0,-11,10,-11,18,-14v24,-8,34,-70,22,-99r-34,-88v-7,-21,-15,-23,-30,-32r2,-8r103,0v0,20,-37,10,-24,39v12,27,19,62,33,86v20,-27,48,-73,62,-102v-3,-12,-30,-6,-25,-23r83,0v1,9,-5,11,-11,13v-13,6,-15,9,-26,26v-34,52,-85,92,-88,172v-3,13,19,17,30,22r-1,8r-114,0","w":239,"k":{"e":46,"o":46,"O":20,"q":46,"u":26,"v":26,"-":26,",":53,".":53,"A":60,"a":40,":":26,";":26,"p":26}},"Z":{"d":"-3,0r-3,-6v32,-35,172,-206,172,-213v0,-4,-4,-5,-25,-5v-65,0,-59,19,-85,45r-16,0v6,-20,6,-46,15,-62r182,0r3,6v-31,37,-169,203,-169,213v0,4,5,5,37,5v61,0,66,-26,91,-54r17,0v-6,23,-5,52,-15,71r-204,0","w":226},"[":{"d":"86,56v-22,-4,-55,4,-69,-8r56,-302v17,-9,48,-5,71,-9v-6,24,-45,4,-44,42r-44,246v-3,16,21,17,31,23","w":126},"\\":{"d":"131,40r-23,6v-27,-100,-55,-199,-85,-299r23,-6v27,99,55,199,85,299","w":133},"]":{"d":"-11,56v6,-24,45,-4,44,-42r44,-246v3,-16,-21,-17,-31,-23r2,-8r64,3r4,5r-56,302v-17,9,-48,5,-71,9","w":126},"^":{"d":"14,-98r75,-143r22,0r75,143r-23,0r-63,-120r-63,120r-23,0"},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"\u2018":{"d":"104,-183v-11,22,-55,32,-55,-9v0,-30,38,-50,61,-54r3,9v-10,4,-28,15,-28,30v0,16,10,21,19,24","w":113,"k":{".":53,"A":33}},"a":{"d":"6,-44v0,-74,56,-158,144,-130v11,-1,26,-12,33,-3v-9,32,-27,96,-30,137v-2,30,37,17,49,9v-1,22,-32,31,-57,36v-18,0,-24,-17,-34,-17v-33,13,-105,38,-105,-32xm74,-15v45,0,44,-88,56,-132v0,-11,-9,-17,-18,-17v-40,0,-59,87,-59,119v0,19,12,30,21,30","w":199},"b":{"d":"92,-166v15,-3,33,-14,57,-13v28,0,35,26,35,47v0,61,-26,137,-107,137v-28,0,-64,-10,-64,-31r42,-195v4,-16,-29,-9,-24,-25v15,1,83,-36,73,8r-16,68v0,2,1,4,4,4xm116,-159v-41,3,-47,74,-56,118v0,21,10,31,25,31v42,0,52,-96,52,-119v0,-17,-8,-30,-21,-30","k":{",":20,".":20}},"c":{"d":"149,-37r-3,13v-15,10,-45,29,-81,29v-38,0,-56,-22,-56,-62v0,-82,50,-122,108,-122v31,-1,52,18,37,38v-11,9,-12,27,-31,28v0,-16,-1,-51,-24,-51v-38,0,-77,143,-4,143v19,0,38,-8,54,-16","w":159},"d":{"d":"7,-47v0,-56,44,-151,124,-130v13,-4,11,-29,15,-44v4,-16,-29,-9,-24,-25v15,1,82,-36,73,8r-42,197v-3,31,37,19,49,10v-2,22,-33,31,-56,36v-15,0,-25,-17,-33,-17v-36,11,-106,42,-106,-35xm75,-15v45,-9,43,-81,54,-125v0,-13,-1,-24,-18,-24v-37,0,-57,82,-57,111v0,21,2,38,21,38","w":199},"e":{"d":"155,-40r-3,14v-14,9,-49,31,-87,31v-37,0,-58,-20,-58,-61v0,-69,43,-123,109,-123v32,0,52,11,52,38v0,56,-55,48,-97,58v-16,4,-17,6,-17,22v0,57,78,39,101,21xm58,-103v0,16,24,0,35,1v30,2,42,-62,8,-62v-29,0,-43,55,-43,61","w":166,"k":{",":13,".":13}},"f":{"d":"35,61v-10,5,-16,21,-29,16v16,-50,29,-157,39,-222v1,-13,-20,-13,-29,-17v1,-19,37,-1,37,-25v0,-62,54,-76,81,-76v41,-1,23,34,11,53r-6,0v-1,-8,-8,-33,-25,-33v-18,0,-21,19,-21,38v0,46,24,28,48,39r-1,8v-20,5,-48,-4,-49,22r-33,141v-10,40,-13,48,-23,56","w":126},"g":{"d":"25,-121v2,-53,64,-65,112,-54v17,-3,31,-10,46,-15v10,21,-35,22,-21,56v-2,36,-41,57,-86,57v-11,0,-16,5,-16,11v0,28,117,18,104,72v0,36,-39,70,-101,70v-47,0,-71,-20,-71,-53v0,-32,40,-35,40,-44v0,-8,-14,-8,-14,-18v0,-29,33,-27,33,-39v-8,-12,-27,-13,-26,-43xm27,14v0,27,22,46,53,46v26,0,43,-15,43,-36v0,-43,-96,-59,-96,-10xm97,-166v-34,-3,-48,75,-8,76v34,2,48,-76,8,-76","w":180},"h":{"d":"91,-168v10,9,41,-14,62,-11v69,11,5,94,8,144v1,24,41,10,50,3v-6,36,-95,60,-95,-1v0,-39,24,-70,24,-108v0,-10,-6,-18,-19,-18v-48,3,-52,89,-63,135v-3,12,11,11,8,20v-22,10,-60,14,-51,-26r43,-191v4,-16,-29,-9,-24,-25v15,1,83,-36,73,8","w":213},"i":{"d":"111,-30v-5,34,-95,55,-95,1v0,-39,27,-70,27,-109v0,-16,-12,-18,-30,-18r2,-8v18,-4,73,-31,76,2v-5,38,-24,84,-29,125v3,27,36,14,49,7xm112,-230v0,34,-52,36,-52,5v0,-17,10,-27,27,-27v15,0,25,8,25,22","w":113},"j":{"d":"93,-162v-6,50,-20,103,-29,152v-9,45,-38,86,-76,86v-9,0,-24,-22,-16,-28v22,8,38,18,46,-30r27,-156v0,-16,-12,-18,-30,-18r3,-8v18,-4,72,-31,75,2xm105,-230v0,35,-52,36,-52,5v0,-17,11,-27,28,-27v15,0,24,8,24,22","w":106},"k":{"d":"71,-73v-6,23,-14,57,-1,69v-22,10,-60,14,-51,-26r43,-191v4,-16,-29,-9,-24,-25v15,1,83,-36,73,8r-31,133v6,14,15,-1,23,-10r47,-53v11,-11,36,-4,56,-6v3,10,-11,10,-16,16v-23,18,-52,31,-70,54v14,33,40,99,85,67v-2,24,-36,37,-57,42v-31,-3,-44,-55,-58,-81v-8,-14,-16,-11,-19,3","w":206},"l":{"d":"110,-32v-5,22,-32,33,-59,37v-19,3,-40,-24,-33,-54r39,-172v3,-16,-30,-9,-25,-25v14,1,71,-25,76,-5r-49,209v-1,32,39,19,51,10","w":113},"m":{"d":"93,-165v13,0,41,-14,61,-14v17,0,22,16,29,16v10,-2,99,-37,96,9v-3,41,-25,76,-25,119v0,24,40,10,50,3v-6,36,-94,59,-96,-1r25,-108v0,-11,-4,-18,-17,-18v-38,2,-50,92,-59,135v-3,11,10,11,8,20v-19,9,-63,12,-51,-26v12,-37,27,-71,27,-112v0,-9,-5,-17,-19,-17v-43,0,-51,91,-62,135v-3,12,11,11,8,20v-22,10,-61,13,-51,-26r28,-110v2,-17,-15,-18,-31,-15v2,-18,36,-20,54,-24v14,0,17,14,25,14","w":306},"n":{"d":"93,-165v27,-13,104,-32,90,32r-22,98v2,23,41,11,51,3v-6,36,-94,59,-96,-1r25,-108v0,-10,-6,-18,-19,-18v-43,0,-51,91,-62,135v-3,12,11,11,8,20v-22,10,-61,13,-51,-26r28,-110v2,-17,-15,-18,-31,-15v2,-18,36,-20,54,-24v14,0,17,14,25,14","w":213},"o":{"d":"66,5v-31,0,-59,-18,-59,-61v0,-75,37,-123,111,-123v40,0,63,17,63,62v0,74,-44,122,-115,122xm54,-52v0,28,11,42,27,42v43,0,53,-89,53,-117v0,-26,-11,-37,-27,-37v-44,0,-53,94,-53,112","w":186},"p":{"d":"192,-124v0,73,-45,144,-132,127v-8,8,-25,49,-2,54v7,4,24,3,18,15r-100,0v4,-20,31,-9,30,-36r35,-175v2,-15,-13,-20,-29,-16r2,-9v15,-5,37,-15,58,-15v9,0,14,12,19,14v15,-2,37,-14,59,-14v34,0,42,27,42,55xm122,-159v-53,0,-45,73,-57,122v0,20,15,27,26,27v45,0,54,-94,54,-115v0,-18,-6,-34,-23,-34","w":199},"q":{"d":"7,-49v0,-62,49,-150,145,-128v19,4,22,-17,38,-11r-48,236v0,13,29,8,23,24r-102,0v2,-22,37,-8,37,-35v0,-14,12,-34,4,-46v-13,3,-36,14,-58,14v-28,0,-39,-20,-39,-54xm76,-15v57,0,45,-82,59,-132v0,-10,-10,-17,-21,-17v-40,0,-60,83,-60,110v0,17,0,39,22,39"},"r":{"d":"91,-161v16,-6,63,-36,68,1v-4,14,-15,25,-21,37r-7,0v-1,-25,-35,-49,-45,-2v-7,33,-19,65,-23,100v-2,12,10,12,8,21v-13,4,-57,17,-54,-11v6,-46,23,-81,28,-126v2,-17,-17,-17,-31,-13r2,-8v10,-4,38,-17,52,-17v12,0,16,18,23,18","w":146,"k":{"c":6,"d":6,"e":6,"g":6,"o":6,"q":6,"s":6,",":26,".":26,"a":6}},"s":{"d":"145,-156v-3,15,-8,31,-22,34v-3,-11,-10,-42,-34,-42v-14,0,-23,8,-23,21v0,32,67,44,67,91v0,35,-36,57,-77,57v-30,-1,-61,-16,-46,-42v8,-7,6,-24,21,-24v1,19,11,51,39,51v14,0,25,-10,25,-24v0,-33,-67,-51,-67,-89v0,-38,38,-56,74,-56v23,0,43,8,43,23","w":153,"k":{",":6,".":6}},"t":{"d":"113,-30r-2,11v-16,18,-94,44,-94,-7v0,-45,27,-80,27,-124v0,-15,-33,-2,-25,-20v14,-4,33,-2,40,-13r23,-38r11,0v3,17,-8,43,11,47r30,7r-1,8v-19,5,-48,-2,-48,21v-7,32,-19,63,-22,98v-2,31,38,16,50,10","w":126},"u":{"d":"212,-30v-4,23,-34,35,-57,35v-14,0,-26,-17,-34,-17v-21,9,-116,43,-100,-31r21,-95v0,-16,-11,-18,-29,-18r2,-8v18,-3,73,-34,75,2v-6,36,-21,89,-28,127v0,5,0,20,19,20v44,1,51,-81,60,-126v0,-12,-13,-15,-27,-15r2,-8v18,-8,82,-33,72,13r-25,114v-3,22,39,16,49,7","w":213},"v":{"d":"121,-157v5,-26,66,-35,65,5v0,45,-59,157,-124,157v-17,0,-32,-23,-29,-52r9,-86v2,-23,-12,-26,-29,-21r0,-8v21,-17,77,-32,71,25r-10,102v0,10,5,17,12,17v30,0,60,-78,60,-122v0,-19,-11,-21,-25,-17","k":{",":20,".":20}},"w":{"d":"9,-154r0,-8v21,-15,78,-33,72,21r-11,104v0,12,6,19,14,19v46,-12,40,-76,51,-123v0,-18,-13,-16,-27,-13r0,-8v21,-16,83,-32,71,21v-7,34,-20,67,-20,104v0,12,8,19,16,19v35,0,59,-77,59,-116v0,-26,-9,-27,-24,-23v6,-27,63,-34,63,8v0,57,-65,154,-117,154v-21,0,-32,-23,-39,-23v-8,0,-34,23,-58,23v-20,0,-34,-20,-31,-48r10,-94v1,-17,-14,-22,-29,-17","w":273,"k":{",":20,".":20}},"x":{"d":"80,-56v-19,13,-37,64,-64,61v-28,-3,-15,-34,-5,-47v13,-3,5,14,19,14v14,0,52,-40,41,-67v-7,-17,-8,-49,-27,-52v-13,-2,-21,19,-26,4v9,-10,31,-36,51,-36v18,-8,24,45,38,57v16,-9,38,-65,58,-57v23,1,14,29,8,45v-12,2,-5,-14,-20,-13v-15,4,-51,38,-38,65v8,18,12,56,32,58v18,1,27,-25,35,-9v-14,18,-73,71,-89,9v-4,-7,-9,-32,-13,-32","w":186},"y":{"d":"53,-179v48,0,35,152,48,149v8,0,44,-78,44,-109v0,-17,-10,-20,-22,-20v9,-20,54,-35,54,6v0,25,-65,138,-107,196v-26,36,-40,40,-67,18r1,-6v26,-3,62,-11,62,-47v0,-14,-10,-86,-20,-126v-6,-25,-19,-37,-38,-23r0,-11v13,-11,25,-27,45,-27","w":180,"k":{",":20,".":20}},"z":{"d":"29,-6v-22,0,-31,20,-39,2v34,-28,86,-89,119,-127v6,-5,8,-14,-2,-14v-38,0,-67,0,-81,22r-6,-5v12,-20,22,-46,55,-46r97,0r2,6v-28,17,-77,78,-105,110v-4,4,-8,9,-8,13v0,13,36,17,54,17v23,0,40,-23,45,-31r8,4v-13,24,-31,60,-63,60v-19,0,-57,-11,-76,-11","w":173},"{":{"d":"129,-29v0,47,-17,96,33,108r0,9v-36,-1,-76,-26,-76,-61v0,-23,10,-49,10,-69v0,-22,-18,-39,-39,-45r0,-9v21,-6,39,-22,39,-46v0,-20,-10,-45,-10,-68v0,-35,40,-60,76,-61r0,8v-49,12,-33,62,-33,109v0,40,-38,54,-56,62v18,8,56,24,56,63"},"|":{"d":"51,90r0,-360r18,0r0,360r-18,0","w":119},"}":{"d":"116,-42v0,20,10,46,10,69v0,35,-40,60,-76,61r0,-9v50,-12,33,-61,33,-108v0,-39,38,-55,56,-63v-18,-8,-56,-22,-56,-62v0,-47,17,-97,-33,-109r0,-8v36,1,76,26,76,61v0,23,-10,48,-10,68v0,24,18,40,39,46r0,9v-21,6,-39,23,-39,45"},"~":{"d":"116,-82r-22,0v0,-33,5,-87,51,-87v53,0,47,72,80,72v26,0,26,-41,26,-64r22,0v0,27,0,86,-50,86v-51,0,-46,-72,-79,-72v-28,0,-28,41,-28,65","w":353},"'":{"d":"84,-152v-4,5,-22,4,-25,0r-10,-86v8,-6,36,-5,45,0","w":113},"\u201c":{"d":"98,-183v-11,22,-55,32,-56,-9v0,-30,39,-50,62,-54r3,9v-10,4,-28,15,-28,30v0,16,10,21,19,24xm171,-183v-11,22,-55,32,-55,-9v0,-30,38,-50,61,-54r3,9v-10,4,-28,15,-28,30v0,16,10,21,19,24","w":166,"k":{".":53,"c":20,"e":20,"A":33,"a":13}},"\u2013":{"d":"8,-83r5,-26r174,0r-5,26r-174,0"},"\u201d":{"d":"33,-163r-3,-9v10,-4,29,-15,29,-30v0,-16,-10,-21,-19,-24v12,-22,55,-31,55,10v0,30,-39,49,-62,53xm107,-163r-4,-9v10,-4,29,-15,29,-30v0,-16,-10,-21,-19,-24v12,-22,55,-31,55,10v0,30,-38,49,-61,53","w":166,"k":{".":53,"c":20,"e":20,"A":33,"a":13}},"\u2026":{"d":"45,0v-12,0,-23,-11,-23,-23v0,-12,11,-22,23,-22v12,0,23,10,23,22v0,12,-11,23,-23,23xm165,0v-12,0,-23,-11,-23,-23v0,-12,11,-22,23,-22v12,0,23,10,23,22v0,12,-11,23,-23,23xm285,0v-12,0,-23,-11,-23,-23v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,12,-10,23,-22,23","w":353},"`":{"d":"97,-194r-58,-51v8,-7,8,-21,21,-23r44,66","w":126},"\u2014":{"d":"8,-83r5,-26r334,0r-5,26r-334,0","w":353},"\u2122":{"d":"38,-143r0,-6v15,-1,19,-3,19,-17r0,-68v-20,5,-23,13,-29,30r-6,0r2,-37r84,0r2,37r-6,0v-7,-18,-8,-26,-29,-30r0,68v0,13,3,16,19,17r0,6r-56,0xm115,-143r0,-6v29,-1,16,-47,16,-73v0,-10,-1,-11,-12,-12r0,-7r36,0r20,65r23,-65r38,0r0,7v-12,0,-14,2,-14,12r0,56v0,15,3,16,14,17r0,6r-50,0r0,-6v31,0,14,-56,16,-81r-30,87r-6,0r-27,-87r0,64v0,14,4,15,13,17r0,6r-37,0","w":219},"\u00d7":{"d":"126,-47r-18,-19r58,-56r-58,-58r18,-18r58,58r57,-58r18,18r-58,58r58,57r-18,18r-57,-58","w":353},"\u00a0":{"w":113}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * ï¿½ 1989, 1995, 2002 Adobe Systems Incorporated. All rights reserved.
 * 
 * Trademark:
 * Avenir is a trademark of Linotype GmbH registered in the U.S. Patent and
 * Trademark Office and may be registered in certain other jurisdictions.
 * 
 * Full name:
 * AvenirLTStd-Roman
 * 
 * Designer:
 * Adrian Frutiger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Avenir","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 3 2 2 3 2 2 4","ascent":"272","descent":"-88","x-height":"4","bbox":"-12 -283 345 90","underline-thickness":"18","underline-position":"-18","stemh":"24","stemv":"28","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100},"!":{"d":"65,-255r0,184r-30,0r0,-184r30,0xm50,-41v12,0,22,10,22,22v0,12,-11,21,-22,21v-11,0,-22,-9,-22,-21v0,-12,10,-22,22,-22","w":100},"\"":{"d":"54,-168r0,-87r26,0r0,87r-26,0xm107,-168r0,-87r26,0r0,87r-26,0","w":186},"#":{"d":"35,0r11,-77r-35,0r0,-23r39,0r7,-55r-35,0r0,-24r38,0r11,-76r24,0r-10,76r45,0r11,-76r24,0r-11,76r35,0r0,24r-38,0r-8,55r36,0r0,23r-39,0r-11,77r-24,0r11,-77r-46,0r-11,77r-24,0xm119,-100r8,-55r-46,0r-7,55r45,0"},"$":{"d":"92,30r0,-26v-30,0,-59,-9,-77,-33r25,-22v10,16,31,26,52,27r0,-91v-38,-10,-71,-29,-71,-73v0,-40,33,-68,71,-71r0,-24r17,0r0,24v26,0,53,10,70,29r-23,22v-11,-14,-28,-23,-47,-23r0,90v39,12,76,26,76,73v0,43,-35,69,-76,72r0,26r-17,0xm92,-146r0,-85v-23,4,-39,20,-39,43v0,25,17,33,39,42xm109,-111r0,87v24,-3,44,-20,44,-43v0,-26,-22,-37,-44,-44"},"%":{"d":"14,-196v0,-35,28,-63,63,-63v35,0,63,28,63,63v0,35,-28,63,-63,63v-35,0,-63,-28,-63,-63xm40,-196v0,20,17,37,37,37v20,0,37,-17,37,-37v0,-20,-17,-37,-37,-37v-20,0,-37,17,-37,37xm160,-59v0,-35,28,-63,63,-63v35,0,63,28,63,63v0,35,-28,63,-63,63v-35,0,-63,-28,-63,-63xm186,-59v0,20,17,37,37,37v20,0,37,-17,37,-37v0,-20,-17,-37,-37,-37v-20,0,-37,17,-37,37xm61,0r160,-266r20,11r-160,267","w":299},"&":{"d":"213,0r-34,-37v-21,26,-42,41,-76,41v-43,0,-81,-26,-81,-72v0,-36,25,-60,56,-74v-17,-17,-30,-35,-30,-59v0,-38,30,-59,65,-59v35,0,64,20,64,57v0,32,-28,52,-54,65r54,57r34,-57r35,0r-49,78r58,60r-42,0xm95,-166r9,9v19,-10,43,-22,43,-47v0,-19,-15,-30,-33,-30v-20,0,-36,14,-36,35v0,14,8,24,17,33xm161,-57r-64,-67v-22,12,-45,28,-45,55v0,27,23,47,50,47v26,0,43,-16,59,-35","w":259},"(":{"d":"92,42r-20,14v-34,-47,-52,-105,-52,-160v0,-59,19,-115,52,-160r20,15v-31,42,-46,92,-46,145v0,58,15,97,46,146","w":100},")":{"d":"8,-250r20,-14v34,47,52,105,52,160v0,59,-19,115,-52,160r-20,-14v31,-42,46,-93,46,-146v0,-58,-15,-97,-46,-146","w":100},"*":{"d":"91,-255r0,54r51,-18r7,21r-51,18r32,42r-18,14r-32,-44r-31,44r-18,-14r31,-42r-51,-18r7,-21r51,18r0,-54r22,0","w":159},"+":{"d":"26,-97r0,-24r82,0r0,-82r24,0r0,82r82,0r0,24r-82,0r0,82r-24,0r0,-82r-82,0","w":239},",":{"d":"76,-37r-30,87r-27,0r24,-87r33,0","w":100},"-":{"d":"16,-73r0,-26r88,0r0,26r-88,0","w":119},".":{"d":"50,-41v12,0,22,10,22,22v0,12,-11,21,-22,21v-11,0,-22,-9,-22,-21v0,-12,10,-22,22,-22","w":100},"\/":{"d":"132,-261r-108,276r-23,-9r108,-276","w":133},"0":{"d":"14,-127v0,-58,16,-132,86,-132v70,0,86,74,86,132v0,58,-16,131,-86,131v-70,0,-86,-73,-86,-131xm44,-127v0,37,6,105,56,105v50,0,56,-68,56,-105v0,-37,-6,-106,-56,-106v-50,0,-56,69,-56,106"},"1":{"d":"130,-255r0,255r-31,0r0,-216r0,0r-46,39r-18,-22r68,-56r27,0"},"2":{"d":"18,0r0,-35r96,-93v24,-23,36,-37,36,-62v0,-27,-20,-43,-46,-43v-26,0,-44,16,-49,40r-32,-2v7,-42,39,-64,80,-64v42,0,77,24,77,69v0,41,-23,63,-49,87r-79,74r0,1r130,0r0,28r-164,0"},"3":{"d":"73,-121r0,-26r10,0v25,0,58,-5,58,-44v0,-26,-18,-42,-44,-42v-21,0,-38,9,-47,28r-29,-11v12,-29,42,-43,74,-43v41,0,76,22,76,66v0,27,-18,51,-44,59r0,0v32,5,53,33,53,65v0,49,-40,73,-85,73v-39,0,-69,-15,-82,-53r31,-10v9,27,23,37,51,37v29,0,52,-20,52,-50v0,-37,-33,-49,-64,-49r-10,0"},"4":{"d":"151,-255r0,169r37,0r0,28r-37,0r0,58r-30,0r0,-58r-108,0r0,-34r101,-163r37,0xm121,-86r0,-134r-1,0r-81,134r82,0"},"5":{"d":"171,-255r0,28r-104,0r-1,69v10,-5,22,-6,32,-6v49,0,82,36,82,84v0,51,-38,84,-88,84v-39,0,-61,-18,-75,-46r30,-12v9,19,26,32,48,32v31,0,54,-23,54,-58v0,-37,-27,-58,-63,-58v-17,0,-36,7,-51,16r2,-133r134,0"},"6":{"d":"142,-255r-69,106r1,1v9,-5,24,-8,34,-8v44,0,77,32,77,80v0,50,-37,80,-85,80v-48,0,-85,-30,-85,-80v0,-30,10,-49,24,-71r68,-108r35,0xm100,-130v-31,0,-55,21,-55,54v0,33,24,54,55,54v31,0,55,-21,55,-54v0,-33,-24,-54,-55,-54"},"7":{"d":"173,-255r0,28r-102,227r-34,0r103,-227r-123,0r0,-28r156,0"},"8":{"d":"27,-193v0,-40,32,-66,73,-66v41,0,73,26,73,66v0,24,-16,50,-42,57r0,0v31,6,50,34,50,66v0,46,-36,74,-81,74v-45,0,-81,-28,-81,-74v0,-32,19,-60,50,-66r0,0v-26,-7,-42,-33,-42,-57xm58,-191v0,24,17,42,42,42v25,0,43,-18,43,-42v0,-24,-18,-42,-43,-42v-25,0,-42,18,-42,42xm49,-72v0,30,23,50,51,50v28,0,51,-20,51,-50v0,-30,-23,-51,-51,-51v-28,0,-51,21,-51,51"},"9":{"d":"58,0r69,-106r-1,-1v-9,5,-24,8,-34,8v-44,0,-77,-32,-77,-80v0,-50,37,-80,85,-80v48,0,85,30,85,80v0,30,-10,49,-24,71r-67,108r-36,0xm100,-125v31,0,55,-21,55,-54v0,-33,-24,-54,-55,-54v-31,0,-55,21,-55,54v0,33,24,54,55,54"},":":{"d":"50,-173v12,0,22,10,22,22v0,12,-11,21,-22,21v-11,0,-22,-9,-22,-21v0,-12,10,-22,22,-22xm50,-41v12,0,22,10,22,22v0,12,-11,21,-22,21v-11,0,-22,-9,-22,-21v0,-12,10,-22,22,-22","w":100},";":{"d":"76,-37r-30,87r-27,0r24,-87r33,0xm50,-173v12,0,22,10,22,22v0,12,-11,21,-22,21v-11,0,-22,-9,-22,-21v0,-12,10,-22,22,-22","w":100},"<":{"d":"214,-203r0,24r-159,70r159,70r0,24r-188,-84r0,-21","w":239},"=":{"d":"26,-125r0,-24r188,0r0,24r-188,0xm26,-69r0,-24r188,0r0,24r-188,0","w":239},">":{"d":"26,-15r0,-24r159,-70r-159,-70r0,-24r188,83r0,21","w":239},"?":{"d":"68,-71r0,-23v0,-27,6,-32,25,-51v15,-15,31,-28,31,-51v0,-23,-14,-39,-38,-39v-24,0,-40,16,-44,39r-32,-4v6,-39,37,-61,76,-61v39,0,71,23,71,64v0,32,-19,49,-41,69v-15,14,-18,19,-18,40r0,17r-30,0xm83,-41v12,0,22,10,22,22v0,12,-11,21,-22,21v-11,0,-21,-9,-21,-21v0,-12,9,-22,21,-22","w":173},"@":{"d":"94,-105v0,20,14,34,32,34v31,0,55,-46,55,-76v0,-18,-14,-34,-29,-34v-34,0,-58,45,-58,76xm223,-198r-30,102v-2,6,-4,13,-4,18v0,5,3,7,9,7v23,0,50,-38,50,-78v0,-57,-48,-93,-98,-93v-62,0,-110,53,-110,115v0,64,51,114,110,114v36,0,72,-18,91,-44r23,0v-23,39,-67,63,-114,63v-76,0,-134,-58,-134,-133v0,-75,60,-134,134,-134v66,0,122,46,122,110v0,62,-50,104,-84,104v-12,0,-22,-8,-23,-24r-1,0v-11,13,-24,24,-45,24v-31,0,-51,-25,-51,-56v0,-50,33,-102,84,-102v17,0,32,8,40,30r1,0r6,-23r24,0","w":288},"A":{"d":"2,0r112,-255r29,0r108,255r-35,0r-26,-63r-127,0r-27,63r-34,0xm179,-91r-51,-125r-1,0r-52,125r104,0","w":253},"B":{"d":"32,0r0,-255r77,0v42,0,85,16,85,63v0,30,-18,49,-45,57r0,1v33,3,58,30,58,63v0,56,-52,71,-99,71r-76,0xm62,-227r0,80r42,0v28,0,58,-6,58,-41v0,-31,-28,-39,-55,-39r-45,0xm62,-119r0,91r51,0v30,0,62,-12,62,-44v0,-36,-30,-47,-61,-47r-52,0","w":226},"C":{"d":"237,-221r-27,19v-15,-21,-39,-31,-63,-31v-57,0,-98,50,-98,106v0,59,41,105,98,105v31,0,55,-12,73,-35r23,19v-23,31,-55,44,-96,44v-73,0,-130,-56,-130,-133v0,-75,54,-134,130,-134v35,0,68,12,90,40","w":253},"D":{"d":"27,0r0,-255r98,0v50,0,125,34,125,128v0,94,-75,127,-125,127r-98,0xm57,-227r0,199r58,0v58,0,102,-29,102,-99v0,-70,-44,-100,-102,-100r-58,0","w":266},"E":{"d":"32,0r0,-255r160,0r0,28r-130,0r0,80r121,0r0,28r-121,0r0,91r136,0r0,28r-166,0","w":213},"F":{"d":"32,0r0,-255r158,0r0,28r-128,0r0,84r119,0r0,29r-119,0r0,114r-30,0","k":{"A":20,",":57,".":57}},"G":{"d":"248,-143r0,126v-29,16,-62,23,-95,23v-79,0,-136,-53,-136,-133v0,-80,61,-134,137,-134v33,0,66,9,90,33r-23,24v-17,-19,-43,-29,-69,-29v-58,0,-103,44,-103,106v0,61,43,105,106,105v21,0,44,-5,63,-14r0,-78r-59,0r0,-29r89,0","w":280},"H":{"d":"32,0r0,-255r30,0r0,108r136,0r0,-108r30,0r0,255r-30,0r0,-119r-136,0r0,119r-30,0","w":259},"I":{"d":"32,0r0,-255r30,0r0,255r-30,0","w":93},"J":{"d":"142,-255r0,189v0,34,-19,72,-73,72v-36,0,-62,-18,-68,-54r30,-6v4,20,17,32,38,32v35,0,43,-26,43,-54r0,-179r30,0","w":173},"K":{"d":"32,0r0,-255r30,0r0,110r4,0r116,-110r44,0r-126,116r132,139r-44,0r-122,-130r-4,0r0,130r-30,0","w":226},"L":{"d":"32,0r0,-255r30,0r0,227r117,0r0,28r-147,0","w":180,"k":{"T":33,"V":33,"W":20,"y":13,"Y":40}},"M":{"d":"32,0r0,-255r45,0r86,200r1,0r87,-200r44,0r0,255r-30,0r0,-214r-1,0r-92,214r-18,0r-91,-214r-1,0r0,214r-30,0","w":326},"N":{"d":"32,0r0,-255r38,0r147,212r1,0r0,-212r30,0r0,255r-38,0r-147,-212r-1,0r0,212r-30,0","w":280},"O":{"d":"150,6v-77,0,-133,-56,-133,-133v0,-77,56,-134,133,-134v77,0,133,57,133,134v0,77,-56,133,-133,133xm150,-22v60,0,101,-46,101,-105v0,-59,-41,-106,-101,-106v-60,0,-101,47,-101,106v0,59,41,105,101,105","w":300},"P":{"d":"32,0r0,-255r75,0v47,0,90,17,90,70v0,56,-48,71,-84,71r-51,0r0,114r-30,0xm62,-227r0,84r51,0v30,0,51,-14,51,-42v0,-28,-21,-42,-51,-42r-51,0","w":213,"k":{"A":27,",":64,".":64}},"Q":{"d":"296,-26r0,26r-148,0v-75,0,-131,-57,-131,-131v0,-74,56,-130,131,-130v75,0,131,56,131,130v0,43,-24,88,-62,104r0,1r79,0xm49,-131v0,58,43,103,99,103v56,0,99,-45,99,-103v0,-57,-42,-102,-99,-102v-57,0,-99,45,-99,102","w":300},"R":{"d":"32,0r0,-255r65,0v49,0,101,7,101,70v0,37,-23,62,-63,68r72,117r-37,0r-69,-114r-39,0r0,114r-30,0xm62,-227r0,84r27,0v33,0,77,0,77,-42v0,-37,-32,-42,-62,-42r-42,0","w":219,"k":{"T":6,"V":6,"W":6,"Y":13}},"S":{"d":"177,-231r-24,21v-10,-16,-29,-23,-47,-23v-27,0,-54,13,-54,43v0,23,12,33,53,46v40,13,77,26,77,76v0,51,-44,74,-90,74v-30,0,-61,-9,-78,-35r26,-21v11,19,32,28,54,28v26,0,55,-15,55,-44v0,-31,-21,-37,-66,-52v-36,-12,-64,-28,-64,-70v0,-49,42,-73,87,-73v28,0,52,8,71,30"},"T":{"d":"203,-255r0,28r-85,0r0,227r-30,0r0,-227r-84,0r0,-28r199,0","w":206,"k":{"w":40,"y":40,"A":33,",":40,".":40,"c":40,"e":40,"o":40,"-":46,"a":40,"r":33,"s":40,"u":33,":":40,";":40}},"U":{"d":"223,-255r0,158v0,55,-26,103,-96,103v-70,0,-96,-48,-96,-103r0,-158r30,0r0,153v0,41,15,80,66,80v51,0,66,-39,66,-80r0,-153r30,0","w":253},"V":{"d":"94,0r-97,-255r34,0r78,210r1,0r81,-210r32,0r-100,255r-29,0","w":219,"k":{"y":6,"A":17,",":46,".":46,"e":20,"o":20,"-":20,"a":20,"r":13,"u":13,":":17,";":17,"i":6}},"W":{"d":"77,0r-75,-255r34,0r58,212r0,0r63,-212r34,0r62,212r1,0r59,-212r32,0r-75,255r-33,0r-63,-216r-1,0r-63,216r-33,0","w":346,"k":{"A":9,",":27,".":27,"e":17,"o":21,"a":13,"r":6,"u":6,":":6,";":6}},"X":{"d":"-1,0r93,-134r-86,-121r39,0r69,100r68,-100r38,0r-86,121r94,134r-40,0r-76,-113r-76,113r-37,0","w":226},"Y":{"d":"92,0r0,-110r-95,-145r38,0r72,115r74,-115r36,0r-95,145r0,110r-30,0","w":213,"k":{"v":20,"A":27,",":50,".":50,"e":40,"o":40,"q":33,"-":40,"a":33,"u":27,":":33,";":33,"i":13,"p":27}},"Z":{"d":"10,0r0,-27r148,-200r-145,0r0,-28r181,0r0,26r-147,201r149,0r0,28r-186,0","w":206},"[":{"d":"69,-264r0,22r-33,0r0,277r33,0r0,21r-59,0r0,-320r59,0","w":93},"\\":{"d":"109,15r-108,-276r23,-9r108,276","w":133},"]":{"d":"24,-242r0,-22r59,0r0,320r-59,0r0,-21r33,0r0,-277r-33,0","w":93},"^":{"d":"29,-99r80,-156r22,0r80,156r-27,0r-64,-126r-65,126r-26,0","w":239},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"42,-129r-18,-18v17,-18,43,-26,67,-26v50,0,71,23,71,71r0,73v0,10,2,20,3,29r-27,0v-2,-8,-2,-18,-2,-25r-1,0v-11,17,-29,29,-55,29v-34,0,-63,-17,-63,-50v0,-56,65,-59,106,-59r11,0r0,-5v0,-24,-16,-37,-42,-37v-18,0,-37,6,-50,18xm134,-81r-28,0v-36,0,-59,9,-59,32v0,21,16,30,37,30v32,0,49,-24,50,-51r0,-11","w":186},"b":{"d":"25,0r0,-272r28,0r0,128r1,0v15,-18,36,-29,60,-29v53,0,89,38,89,89v0,50,-37,88,-84,88v-30,0,-55,-15,-65,-34r-1,0r0,30r-28,0xm53,-84v0,35,24,62,60,62v36,0,60,-27,60,-62v0,-35,-24,-63,-60,-63v-36,0,-60,28,-60,63","w":219},"c":{"d":"169,-146r-22,20v-12,-14,-26,-21,-43,-21v-38,0,-57,28,-57,63v0,35,23,62,57,62v18,0,33,-6,43,-20r21,19v-16,19,-40,27,-64,27v-52,0,-87,-36,-87,-88v0,-51,35,-89,87,-89v25,0,48,9,65,27","w":173},"d":{"d":"167,0r0,-30r-1,0v-10,19,-35,34,-65,34v-47,0,-84,-38,-84,-88v0,-51,35,-89,88,-89v24,0,46,11,61,29r1,0r0,-128r28,0r0,272r-28,0xm167,-84v0,-35,-24,-63,-60,-63v-36,0,-60,28,-60,63v0,35,24,62,60,62v36,0,60,-27,60,-62","w":219},"e":{"d":"156,-47r21,16v-20,26,-44,35,-75,35v-53,0,-85,-39,-85,-88v0,-52,36,-89,86,-89v48,0,80,32,80,88r0,9r-136,0v2,29,24,54,55,54v24,0,41,-8,54,-25xm47,-99r106,0v-1,-28,-20,-48,-51,-48v-31,0,-51,20,-55,48"},"f":{"d":"41,0r0,-145r-37,0r0,-23r37,0r0,-38v0,-41,15,-70,60,-70v7,0,16,1,21,4r-4,25v-6,-2,-13,-4,-19,-4v-29,0,-30,22,-30,51r0,32r41,0r0,23r-41,0r0,145r-28,0","w":113,"k":{"f":6}},"g":{"d":"195,-168r0,160v0,61,-33,94,-92,94v-33,0,-59,-9,-83,-32r20,-23v18,19,37,29,63,29v50,0,64,-32,64,-68r0,-21r-1,0v-13,22,-37,31,-59,31v-53,0,-90,-36,-90,-86v0,-55,36,-89,90,-89v23,0,48,11,59,33r1,0r0,-28r28,0xm47,-84v0,34,27,60,60,60v39,0,60,-29,60,-61v0,-36,-24,-62,-60,-62v-35,0,-60,28,-60,63","w":219},"h":{"d":"27,0r0,-272r28,0r0,127r0,0v8,-13,28,-28,54,-28v44,0,65,28,65,69r0,104r-29,0r0,-101v0,-28,-12,-46,-38,-46v-36,0,-52,26,-52,65r0,82r-28,0"},"i":{"d":"29,0r0,-168r28,0r0,168r-28,0xm23,-234v0,-11,8,-21,20,-21v12,0,21,10,21,21v0,12,-9,20,-21,20v-12,0,-20,-8,-20,-20","w":86},"j":{"d":"57,-168r0,206v0,17,-8,48,-50,48v-6,0,-13,0,-19,-3r3,-25v5,1,9,2,14,2v21,0,24,-16,24,-35r0,-193r28,0xm23,-234v0,-11,8,-21,20,-21v12,0,21,10,21,21v0,12,-9,20,-21,20v-12,0,-20,-8,-20,-20","w":86},"k":{"d":"27,0r0,-272r28,0r0,178r76,-74r40,0r-81,76r90,92r-42,0r-83,-89r0,89r-28,0","w":180},"l":{"d":"29,0r0,-272r28,0r0,272r-28,0","w":86},"m":{"d":"27,0r0,-129v0,-15,-2,-28,-2,-39r27,0v0,9,1,18,1,27r0,0v8,-17,28,-32,56,-32v36,0,49,20,54,32v12,-20,27,-32,53,-32v48,0,64,27,64,71r0,102r-28,0r0,-101v0,-23,-8,-46,-41,-46v-24,0,-44,20,-44,50r0,97r-28,0r0,-95v0,-37,-9,-52,-32,-52v-36,0,-52,26,-52,65r0,82r-28,0","w":306},"n":{"d":"27,0r0,-129v0,-15,-2,-28,-2,-39r27,0v0,9,1,18,1,27r0,0v8,-17,28,-32,56,-32v44,0,65,28,65,69r0,104r-29,0r0,-101v0,-28,-12,-46,-38,-46v-36,0,-52,26,-52,65r0,82r-28,0"},"o":{"d":"17,-84v0,-53,38,-89,90,-89v52,0,90,36,90,89v0,53,-38,88,-90,88v-52,0,-90,-35,-90,-88xm47,-84v0,35,24,62,60,62v36,0,60,-27,60,-62v0,-35,-24,-63,-60,-63v-36,0,-60,28,-60,63","w":213},"p":{"d":"25,82r0,-250r28,0r0,24r1,0v15,-18,36,-29,60,-29v53,0,89,38,89,89v0,50,-37,88,-84,88v-30,0,-55,-15,-65,-34r-1,0r0,112r-28,0xm53,-84v0,35,24,62,60,62v36,0,60,-27,60,-62v0,-35,-24,-63,-60,-63v-36,0,-60,28,-60,63","w":219},"q":{"d":"195,-168r0,250r-28,0r0,-106r-1,0v-15,18,-37,28,-61,28v-53,0,-88,-37,-88,-88v0,-50,37,-89,84,-89v30,0,55,15,65,34r1,0r0,-29r28,0xm167,-84v0,-35,-24,-63,-60,-63v-36,0,-60,28,-60,63v0,35,24,62,60,62v36,0,60,-27,60,-62","w":219},"r":{"d":"27,0r0,-129v0,-15,-2,-28,-2,-39r27,0v0,9,1,18,1,27r0,0v8,-17,28,-32,56,-32v4,0,8,1,12,2r-2,28v-5,-1,-10,-2,-15,-2v-34,0,-49,24,-49,63r0,82r-28,0","w":126,"k":{",":33,".":33,"c":6,"d":6,"e":6,"g":6,"o":6,"q":6,"-":20}},"s":{"d":"8,-27r22,-17v11,14,23,22,43,22v18,0,38,-8,38,-26v0,-18,-18,-22,-36,-26v-32,-7,-60,-14,-60,-49v0,-33,32,-50,63,-50v24,0,45,9,57,31r-23,15v-7,-12,-19,-20,-36,-20v-15,0,-33,8,-33,24v0,14,21,20,43,24v30,6,55,16,55,50v0,38,-35,53,-68,53v-28,0,-48,-7,-65,-31","w":153},"t":{"d":"119,-168r0,23r-50,0r0,85v0,22,0,38,25,38v8,0,17,-1,25,-5r1,25v-10,4,-23,6,-33,6v-40,0,-46,-21,-46,-56r0,-93r-37,0r0,-23r37,0r0,-48r28,0r0,48r50,0","w":126},"u":{"d":"174,-168r0,128v0,15,1,29,1,40r-27,0r0,-28r-1,0v-8,17,-28,32,-56,32v-44,0,-64,-27,-64,-68r0,-104r28,0r0,101v0,28,12,45,38,45v36,0,52,-25,52,-64r0,-82r29,0"},"v":{"d":"170,-168r-67,168r-31,0r-68,-168r32,0r53,132r1,0r50,-132r30,0","w":173,"k":{",":27,".":27}},"w":{"d":"262,-168r-55,168r-27,0r-48,-130r-1,0r-42,130r-29,0r-55,-168r31,0r39,129r0,0r44,-129r29,0r45,129r0,0r38,-129r31,0","w":266,"k":{",":20,".":20}},"x":{"d":"1,0r69,-91r-60,-77r36,0r45,60r42,-60r34,0r-58,77r70,91r-37,0r-53,-73r-53,73r-35,0","w":180},"y":{"d":"170,-168r-81,207v-11,28,-23,47,-57,47v-8,0,-17,0,-25,-4r4,-24v6,2,12,2,20,2v18,0,25,-10,31,-27r11,-32r-69,-169r32,0r53,132r0,0r50,-132r31,0","w":173,"k":{",":27,".":27}},"z":{"d":"11,0r0,-22r99,-123r-95,0r0,-23r132,0r0,21r-99,123r101,0r0,24r-138,0","w":159},"{":{"d":"106,-264r0,22r-20,0v-15,0,-17,15,-17,29r0,63v0,32,-23,44,-31,46r0,1v8,1,31,10,31,46r0,63v0,14,2,29,17,29r20,0r0,21r-25,0v-18,0,-38,-16,-38,-45r0,-63v0,-26,-16,-41,-31,-41r0,-21v15,0,31,-16,31,-41r0,-64v0,-29,21,-45,38,-45r25,0","w":119},"|":{"d":"28,-270r24,0r0,360r-24,0r0,-360","w":79},"}":{"d":"14,-242r0,-22r25,0v17,0,38,16,38,45r0,64v0,25,16,41,31,41r0,21v-15,0,-31,15,-31,41r0,63v0,29,-20,45,-38,45r-25,0r0,-21r19,0v15,0,18,-15,18,-29r0,-63v0,-36,23,-45,31,-46r0,-1v-8,-2,-31,-14,-31,-46r0,-63v0,-14,-3,-29,-18,-29r-19,0","w":119},"~":{"d":"191,-134r12,17v-11,15,-24,32,-46,32v-13,0,-24,-6,-36,-11v-14,-6,-27,-13,-42,-13v-16,0,-24,12,-30,25r-12,-18v11,-15,23,-31,45,-31v13,0,25,6,37,11v14,6,26,13,41,13v16,0,25,-12,31,-25","w":239},"'":{"d":"37,-168r0,-87r26,0r0,87r-26,0","w":100},"`":{"d":"31,-255r37,52r-26,0r-51,-52r40,0","w":86},"\u00a0":{"w":100}}});;

/*! js/default.js
 */
jQuery(function(){$('#homeNews li:last').addClass('last-child');});$(window).load(function(){$('body').addClass('loaded');});Cufon.replace('#newsTitle, #sectionTitle');Cufon.replace('#homeText',{fontFamily:'Slimbach'});Cufon.now();;

/*! lib/udm/udm-dom.js
 */
var um=new Object;um.e=['horizontal','left','top','absolute','0px','1px',10000,'rigid','yes','no',100,100,'yes','default',+0,+0,'auto',0,0,'separate','#ead4a4 #edbb85 #edbb85 #ead4a4','solid','#ead4a4 #ead4a4 #fae4b4 #fae4b4','solid','#ead4a4 #edbb85 #edbb85 #ead4a4','solid',0,0,'black','black','black','11px','Avenir, Verdana, sans-serif','normal','none','left','#ddd','white','#ddd','normal','normal','normal','','','','none','none',7,'..',0,0,0,'#fff #fff #fff #fff','solid','199px',0,'#000','padding-bottom: 1.3em','',0,'',0,0,'collapse','#9ba4bb','solid','#9ba4bb','solid','#9ba4bb','solid',21,4,'#000','#000','#000','11px;','Avenir, Verdana, sans-serif','normal','none','left','#ccc','white','#ccc','normal','normal','normal','line-height: normal !important;','line-height: normal !important;','line-height: normal !important;','â–º','â–º',5,'..',];um.v=[];um.w=[];um.vl=0;um.wl=0;um.menuCode=[];um.baseSRC='';um.trigger='';var i,j;var umTree=null;um.gp=function(umRI){return umRI?um.vn(umRI.nodeName).toLowerCase()=='li'?umRI:this.gp(umRI.parentNode):null;};um.ready=0;um.pi=function(n){n=parseInt(n,10);return(isNaN(n)?0:n);};um.un='undefined';um.m=document;um.gd=function(umD){return um.m.getElementById(umD);};um.xd=function(umD){umD.style.display='block';};um.xn=function(umD){umD.style.display='none';};um.xv=function(umD){umD.style.visibility='visible';};um.xh=function(umD){umD.style.visibility='hidden';};um.ne=function(umD){return umD.parentNode.className=='udm';};um.u=navigator.userAgent.toLowerCase();um.d=(typeof um.m.getElementById!=um.un&&(typeof um.m.createElement!=um.un||typeof um.m.createElementNS!=um.un)&&typeof navigator.IBM_HPR==um.un);um.o5=/opera[\/ ][56]/.test(um.u);um.k=(navigator.vendor=='KDE');if(um.o5){um.d=0;};um.b=(um.d||um.o5);um.o7=(um.d&&typeof window.opera!=um.un);um.o75=0;um.o73=0;um.o71=0;if(um.o7){um.ova=um.pi(um.u.split(/opera[\/ ]/)[1].match(/[7-9]/)[0]);um.ovi=um.pi(um.u.split(/opera[\/ ][7-9]\./)[1].match(/^[0-9]/)[0]);um.o75=(um.ova>=8||um.ovi>=5);um.o73=(um.ova>=8||um.ovi>=3);um.o71=(um.ova==7&&um.ovi<=1);}um.google=(navigator.vendor=='Google Inc.');um.s=(navigator.vendor=='Apple Computer, Inc.'||um.google);um.s2=(um.s&&typeof XMLHttpRequest!=um.un);um.s3=(um.s&&um.u.indexOf('version/3')!=-1);um.s3=(um.s3||um.google);um.wie=(um.d&&typeof um.m.all!=um.un&&typeof window.opera==um.un&&!um.k);um.mie=(um.wie&&um.u.indexOf('mac')>0);um.mx=0;um.omie=0;if(um.mie){um.wie=0;um.omie=(/msie 5\.[0-1]/.test(um.u));}um.ie=(um.wie||um.mie);um.wie5=(um.wie&&um.u.indexOf('msie 5')>0);um.wie55=(um.wie&&um.u.indexOf('msie 5.5')>0);um.wie50=(um.wie5&&!um.wie55);um.wie6=(um.wie&&um.u.indexOf('msie 6')>0);if(um.wie6){um.wie55=1;}um.wie7=(um.wie&&typeof XMLHttpRequest!=um.un);um.q=(um.wie5||um.mie||((um.wie6||um.wie7||um.o7)&&um.m.compatMode!='CSS1Compat'));um.og=0;um.dg=0;if(navigator.product=='Gecko'&&!um.s){um.sub=um.pi(navigator.productSub);um.og=(um.sub<20030312);um.dg=(um.sub<20030208);}um.hstrip=['none','no'];um.reset=['yes','yes','yes','no'];um.keys=[38,39,40,37,123,'none',27,'document.getElementsByTagName("a")[0]',];um.kb=(true&&!(um.mie||um.o7||um.k||(um.s&&!um.s2)));um.skb=(um.kb||(true&&((um.o7&&!um.o71)||um.k)));um.sp=(false&&um.wie);if(um.wie50&&um.r){um.e[12]='no';}um.rp=false;um.p=false;um.hz=((um.wie50&&true)||(um.wie&&false));um.a=false;um.h=true;um.rg=(um.h&&true&&true);um.ep=0;if(false){um.ep=1;um.e[0]='vertical';}um.fe=false;if(um.e[3]=='allfixed'){um.e[3]='fixed';if(um.wie5||um.wie6){um.fe=true;}}um.f=(um.e[3]=='fixed'&&!(um.wie5||um.wie6||um.og));um.nc=false;um.mc=true;um.nm=((um.og&&um.rp)||(um.omie&&um.h)||((um.dg||um.wie50)&&false));um.nr=(um.nm||um.mie);um.ns=(um.dg||um.o71||(um.wie50&&um.rp)||(um.o7&&um.f)||um.mie);um.cns=(typeof um.m.createElementNS!=um.un);um.ss=(um.cns&&typeof um.m.styleSheets!=um.un&&!(um.s||um.k));um.ni=false;um.mi=false;um.rn=0;um.rv=[];um.addReceiver=function(umFC,umEC){um.rv[um.rn++]=[umFC,umEC];};um.createElement=function(umE,umA){um.el=(um.cns)?um.m.createElementNS('http://www.w3.org/1999/xhtml',umE):um.m.createElement(umE);if(typeof umA!=um.un){for(var i in umA){switch(i){case'text':um.el.appendChild(um.m.createTextNode(umA[i]));break;case'class':um.el.className=umA[i];break;default:um.el.setAttribute(i,'');um.el[i]=umA[i];break;}}}return um.el;};um.ap=function(c,v){var r=um.rv.length;if(r>0){for(var i=0;i<r;i++){if(um.rv[i][1]==''){um.rv[i][0](v,c);}else if(c==um.rv[i][1]){um.rv[i][0](v);}}}};if(um.wie){um.eva=[];um.ex=['onmouseover','onmouseout','onmousedown','onmouseup','onclick','onmousewheel','onfilterchange','onkeydown','onfocus','onactivate','onscroll','over','out'];um.gg=um.ex.length;window.attachEvent('onunload',function(){um.lil=umTree.getElementsByTagName('li');for(var i=0;i<um.lil.length;i++){um.gc(um.lil[i]).detachEvent((um.wie55)?'onactivate':'onfocus',um.eva[i]);i++;}um.da=document.all.length;i=0;do{um.t=document.all[i];j=0;do{um.t[um.ex[j]]=null;j++;}while(j<um.gg);i++;}while(i<um.da);});}if(!um.k&&typeof window.addEventListener!=um.un){window.addEventListener('load',umIni,0);}else if(um.o7){um.m.addEventListener('load',umIni,0);}else if(um.wie){window.attachEvent('onload',umIni);}else{if(typeof window.onload=='function'){um.on=onload;window.onload=function(){um.on();umIni();};}else{window.onload=umIni;}}function umIni(g){if(typeof g==um.un){g=1;}if(typeof um.ini!=um.un||(um.k&&typeof window.sidebar==um.un)){return;}if(um.drt){clearTimeout(um.drt);}um.ini=1;um.ha=0;umTree=(um.b)?um.gd('udm'):null;if(umTree&&um.d){if(g){um.ap('000',umTree);}for(i in um.menuCode){var l=um.gd(i);if(l){if(um.mie){um.menuCode[i]=um.menuCode[i].replace(/<\/(li|ul)>/ig,'</$1>\n');}l.innerHTML+=um.menuCode[i];if(um.mie){um.dm=um.gm(l);um.xn(um.dm);um.xh(um.dm);}}}um.bub=0;um.wsr=0;um.rtl=um.m.getElementsByTagName('html')[0].getAttribute('dir')=='rtl';um.kdf=0;if(um.o7){um.m.addEventListener('keydown',function(e){if(e.keyCode==16){um.kdf=1;}},0);um.m.addEventListener('keyup',function(e){if(e.keyCode==16){um.kdf=0;}},0);}um.skb=(um.skb&&typeof umKM=='function');um.kb=(um.skb&&um.kb);if(um.skb){um.kbm=new umKM;if(g){um.ap('001',um.kbm);}}um.sp=(um.sp&&typeof udmSpeechModule=='function');um.n=new umNav(umTree,g);if(g){um.ap('009',um.n);}if(um.fe){um.tr.style.left=(um.getScrollAmount(1))+'px';um.tr.style.top=(um.getScrollAmount())+'px';window.attachEvent('onscroll',function(){um.tr.style.left=(um.getScrollAmount(1))+'px';um.tr.style.top=(um.getScrollAmount())+'px';});}if(um.s){umTree.style.KhtmlOpacity='1';}um.s1=(typeof umTree.style.KhtmlOpacity!=um.un);um.ready=1;if(g){um.ap('010',um.tr);}}};function umNav(umTree,g){um.n=this;um.tr=umTree;if(um.wie){um.tr.style.color='black';}um.jv='javascript:void(0)';if(um.rg){um.rw=0;}var l=umTree.getElementsByTagName('li');if(l.length==0){return;}var i=0;do{this.it(l[i]);if(g){um.ap('008',l[i]);}i++;}while(i<l.length);um.mf=0;um.lf=0;um.ety=typeof document.addEventListener!=um.un?'addEventListener':typeof document.attachEvent!=um.un?'attachEvent':'';um.epx=um.ety=='attachEvent'?'on':'';if(um.ety!=''){um.m[um.ety](um.epx+'mousedown',function(e){if(!e){e=window.event;}um.mf=1;if(um.skb){um.ha=0;}clearInterval(um.oc);um.or=0;if(um.reset[0]!='no'){if(um.hz){if(!um.tr.contains(event.srcElement)){um.n.ts('visible');}}um.cm(e);}},0);um.m[um.ety](um.epx+'mouseup',function(){um.mf=0;},0);}if(um.kb){um.kbm.bdh();}if(um.skb&&um.o7){um.kbm.bfh();}if(um.rg){this.aw();}um.cc=null,um.cr=0,um.oc=null,um.or=0;if(!um.ie){um.tr.contains=function(n){return(n==null)?false:(n==this)?true:this.contains(n.parentNode);};}um.lw=um.getWindowDimensions();um.lh=um.gc(um.tr).offsetHeight;if(um.og&&um.hstrip[0]!='none'){um.tr.style.height=(um.hstrip[1]=='yes')?(um.lh+um.e[17])+'px':um.lh+'px';}var p=um.m.getElementById('udm-purecss');if(p){p.disabled=1;}um.vs=setInterval('um.n.ws()',55);};umNav.prototype.it=function(l){if(um.wie){var f=(um.wie55)?'onactivate':'onfocus';um.gc(l).attachEvent(f,um.eva[um.eva.length]=function(){if(um.kb&&!um.lf){um.bub=0;l.over(1,um.gc(l));}});}var a=um.es(l.className);var h=(a.indexOf('onclick')!=-1)?'onclick':'onmouseover';var s=um.ne(l);var umM=(typeof um.gu(l)[0]!=um.un)?um.gu(l)[0]:null;if(typeof um.fl==um.un){um.fl=um.gc(l);}if(umM&&!um.nr){if(((s&&um.e[45]!='none')||(!s&&um.e[89]!='none'))&&um.n.cck()){if(s){var r=um.e[45];var x=(um.ni)?um.e[48]:'¦¦';}else{r=um.e[89];x=(um.mi)?um.e[92]:'¦¦';if(typeof um.w[a]!=um.un){r=um.w[a][23];x=(um.mi)?um.w[a][25]:'¦¦';}}if(x=='¦¦'){var t={'class':'udmA','text':r};var u=u=um.gc(l).appendChild(um.createElement('span',t));}else{if(um.wie){um.gc(l).insertAdjacentHTML('beforeEnd','<img class=\'udmA\' alt=\''+x+'\' title=\'\' />');u=um.gc(l).lastChild;u.src=um.baseSRC+r;}else if(um.s||um.k){t={'class':'udmA'};u=um.gc(l).appendChild(um.createElement('span',t));t={'src':um.baseSRC+r,'alt':x,'title':''};u.appendChild(um.createElement('img',t));}else{t={'class':'udmA','alt':x,'title':''};u=um.gc(l).appendChild(um.createElement('img',t));u.src=um.baseSRC+r;}}if(h=='onclick'){u.onmousedown=function(){return false;}};u.onmouseover=function(e){var t=um.gp(this.parentNode).parentNode.childNodes;var n=t.length;for(var i=0;i<n;i++){if(t[i].nodeName!='#text'&&um.gu(t[i]).length>0){if(um.gu(t[i])[0].style.visibility=='visible'){(!e)?event.cancelBubble=1:e.stopPropagation();this.parentNode.style.zIndex=um.e[6]+=2;return false;break;}}clearInterval(um.oc);um.or=0;}return true;};u.onmouseout=function(){clearInterval(um.oc);um.or=0;};um.xd(u);if(s){this.wp(u,l,um.e[26],um.e[18],1);}}}if(um.mie){var v=l.getElementsByTagName('span')[0];if(typeof v!=um.un){v.onclick=function(){this.parentNode.click();};}}if(um.rg&&um.ne(l)){um.n.dw(l);}if(um.mie){t=um.gc(l);if(t.className&&/nohref/.test(t.className)){um.gc(l).href=um.jv;}}if(um.skb){um.kbm.bth(l);}l.onmousedown=function(e){um.lf=1;um.ap('030',um.gc(this));(!e)?event.cancelBubble=1:e.stopPropagation();};l.onmouseup=function(e){um.ap('035',um.gc(this));(!e)?event.cancelBubble=1:e.stopPropagation();};if(h!='onclick'){l.onclick=function(e){if(!um.bub){um.qc(um.gc(this).href);}um.bub=1;};}else if(!um.mie){l.onmouseover=function(){um.n.lr(um.gc(l),1);um.bub=0;};}if(!(um.mie&&h=='onclick')){l[h]=function(e){var v=(um.ie)?window.event.srcElement:e.target;if(v.nodeName=='#text'&&e.type=='click'){v=v.parentNode;}if(!um.gp(v)){return false;}var b=um.es(um.gp(v).className);var c=(um.lf&&!um.nm&&b.indexOf('onclick')!=-1);if(c){um.rt=um.e[10];um.e[10]=1;}if(b.indexOf('onclick')==-1){um.bub=0;}else if(!um.lf){if(!um.bub){um.qc(v.href);}um.bub=1;}this.over(0,v);if(c){um.e[10]=um.rt;um.lf=0;if(v.nodeName!='#text'&&um.gu(um.gp(v)).length>0){if(typeof v.blur!=um.un){v.blur();}if(um.gu(um.gp(v))[0].style.display=='block'){um.n.cd(this.parentNode);(!e)?event.cancelBubble=1:e.stopPropagation();return false;}(!e)?event.cancelBubble=1:e.stopPropagation();b=um.es(um.gp(v).className);return(b.indexOf('(true)')!=-1);}else{um.qc(v.href);um.bub=1;}}if(!e){e=window.event;}return(e.type=='click'||um.o7);};l.onmouseout=function(e){this.out(e);};}l.over=function(f,t){if(um.bub||(!f&&um.ha&&um.kdf)){return false;}var c=um.n.cck();if(!c||um.mf){um.mf=0;if(!um.ec){if(um.gm(this)){this.removeChild(um.gm(this));}}return false;}if(f){if(!um.wsr&&!um.ie){um.kbm.cws(um.tr);um.wsr=1;}um.ha=1;if(um.ie&&event.altKey){um.n.ck(um.gp(t).parentNode);}um.ap('040',t);}if(!f){var n=um.vn(t.nodeName).toLowerCase();if(/(li|ul)/.test(n)){return false;}if(um.skb){if(!um.lf){um.e[10]=um.mt[0];um.e[11]=um.mt[1];}um.nf=um.gc(this);if(um.ha){um.n.ck(l.parentNode);um.n.cd(um.gp(t).parentNode);um.nf.focus();um.nf.blur();um.ha=0;}}um.ap('020',t);}clearInterval(um.cc);um.cr=0;um.n.lr(um.gc(l),1);um.n.pr(umM,l,f,t);return l;};l.out=function(e){if(um.o7&&um.ha&&um.kdf){return;}if(um.lf){um.gc(this).blur();}um.lf=0;if(!e){e=window.event;e.relatedTarget=e.toElement;}if(!l.contains(e.relatedTarget)){if(!um.tr.contains(e.relatedTarget)){clearInterval(um.cc);um.cr=0;}um.n.cp(umM,l);um.ap('025',um.gc(this));}};if(!um.ie){l.contains=function(n){return(n==null)?false:(n==this)?true:this.contains(n.parentNode);};}};umNav.prototype.cck=function(){if(typeof document.defaultView!=um.un&&typeof document.defaultView.getComputedStyle!=um.un){um.sa=document.defaultView.getComputedStyle(um.fl,'').getPropertyValue('display');}else if(typeof um.fl.currentStyle!=um.un&&um.fl.currentStyle){um.sa=um.fl.currentStyle.display;}um.mv=1;um.ec=(!um.wie||um.tr.currentStyle.color=='black');return((um.sa!='inline'||typeof um.sa==um.un)&&um.ec);};umNav.prototype.lr=function(l,v){if(l&&typeof l.style!=um.un){um.cl=um.es(l.className);um.ii=um.ne(um.gp(l));if(v){l.style.zIndex=um.e[6]+=2;(um.cl=='')?l.className='udmR':l.className+=(l.className.indexOf('udmR')==-1)?' udmR':'';}else{if(um.cl.indexOf('udmR')!=-1){l.className=um.cl.replace(/([ ]?udmR)/g,'');}}um.n.wv(l,um.ii);}};umNav.prototype.pr=function(m,l,f,r){if(um.skb&&f){um.kbm.cu(m,l,r);}if(!um.nm&&m&&m.style.visibility!='visible'){if(um.wie&&!um.wie7){if(um.e[61]>0){um.gc(m).style.marginTop=um.e[61]+'px';}else if(um.e[63]=='collapse'){m.firstChild.style.marginTop=0+'px';}}if(um.skb&&f){um.n.ou(m);}if(!(um.skb&&f)){um.n.tu(m,null);}}if(m==null){um.n.tu(null,l);}};umNav.prototype.tu=function(m,l){if(um.cr){clearInterval(um.oc);um.oj=m;um.ij=l;um.or=1;um.oc=setInterval('um.n.tu(um.oj,um.ij)',um.e[10]);}else if(um.or){clearInterval(um.oc);um.or=0;this.ou(m,l);}else{um.ap('061',m);um.oj=m;um.ij=l;um.or=1;um.oc=setInterval('um.n.tu(um.oj,um.ij)',um.e[10]);}};umNav.prototype.ou=function(m,l){if(m==null){this.cd(l.parentNode);return false;}this.cd(um.gp(m).parentNode);if(typeof m.m==um.un){m.m=um.gu(m);m.l=m.m.length;if(m.l>0){for(var i=0;i<m.l;i++){um.xh(m.m[i]);um.xn(m.m[i]);}}}if(um.ep){m.style.position='static';}if(um.hz){this.ts('hidden');}um.xd(m);if(!um.nr&&um.e[89]!='none'){var c=m.childNodes.length;for(i=0;i<c;i++){var t=m.childNodes.item(i);var n=um.vn(t.nodeName).toLowerCase();if(n=='li'){var a=um.n.ga(um.gc(t));if(a){this.wp(a,t,um.e[70],um.e[62],0);}}}}um.ap('058',m);this.pu(m);if(um.e[12]=='yes'){this.ru(m);}um.mp={x:(m.offsetLeft),y:(m.offsetTop)};um.sh=null;if(!um.ns&&um.e[58]!='none'){this.hl(m);}if(um.wie55&&(um.e[13]=='default'||um.e[13]=='iframe')){this.il(m);}um.hf=(um.wie55&&typeof m.filters!='unknown'&&m.filters&&m.filters.length>0);if(um.hf){m.filters[0].Apply();}if(um.wie&&um.h){var t=m.parentNode;if(um.ne(t)){t=t.style;t.position='absolute';t.zIndex=um.e[6]+=2;t.position='relative';}}um.xv(m);if(um.hf){um.ap('065',m);m.filters[0].Play();if(um.sh){m.onfilterchange=function(){um.xd(um.sh);um.ap('066',m);};}}else if(um.sh){um.xd(um.sh);}if(um.wie50){um.xn(m);um.xd(m);}if(um.ep&&um.s&&m.offsetLeft<-1000){var fs=um.pi(document.defaultView.getComputedStyle(m,'').getPropertyValue('font-size'));m.style.fontSize=(fs-1)+'px';setTimeout(function(){m.style.fontSize=fs+'px';},0);}um.ap('060',m);return m;};umNav.prototype.cd=function(m){var s=um.mie?um.gt(m,'ul'):um.gu(m);var n=s.length;for(var i=0;i<n;i++){this.clm(s[i]);}};umNav.prototype.ck=function(m){var l=um.mie?um.gt(m,'a'):m.getElementsByTagName('a');var n=l.length;for(var i=0;i<n;i++){this.lr(l[i],0);}};umNav.prototype.cp=function(m,l){clearTimeout(um.oc);um.or=0;this.lr(um.gc(l),0);if(!um.nm&&m){this.cot(m);}};umNav.prototype.cot=function(m){if(um.cr){clearInterval(um.cc);um.cr=0;this.clm(m);}else if(um.e[11]!='never'){um.ap('071',m);um.cb=m;um.cr=1;um.cc=setInterval('um.n.cot(um.cb)',um.e[11]);}};umNav.prototype.clm=function(m){if(m.style.visibility=='visible'){if(typeof um.sim==um.un||!um.sim||um.ha){um.xh(m);um.xn(m);if(um.hz){if(um.ne(m.parentNode)){this.ts('visible');}}um.t=['udmC','udmS'];for(var i=0;i<2;i++){var b=m.parentNode.lastChild;if(b&&b.className&&b.className.indexOf(um.t[i])!=-1){m.parentNode.removeChild(b);}}}um.ap('070',m);}};umNav.prototype.ga=function(l){var a=null;var t=['span','img'];for(var k=0;k<2;k++){var s=l.getElementsByTagName(t[k]);var n=s.length;for(var j=0;j<n;j++){var b=um.es(s[j].className);if(b=='udmA'){a=s[j];break;}}}return a;};umNav.prototype.wp=function(a,l,p,b,n){a.fn=arguments;if(a.offsetHeight>0&&!um.o7){this.wpo(a.fn[0],a.fn[1],a.fn[2],a.fn[3],a.fn[4]);}else{a.c=0;a.ti=window.setInterval(function(){if(a.offsetHeight>0){clearInterval(a.ti);um.n.wpo(a.fn[0],a.fn[1],a.fn[2],a.fn[3],a.fn[4]);}else{a.c++;if(a.c>=100){clearInterval(a.ti);}}},55);}return true;};umNav.prototype.wpo=function(a,l,p,b,n){var s=um.gc(l);var t=[a.offsetWidth,a.offsetHeight];a.style.marginTop=um.pi(((s.offsetHeight-t[1])/2)-b)+'px';s.style[(um.a||um.rtl)?'paddingLeft':'paddingRight']=((p*2)+t[0])+'px';if(um.wie&&um.rtl){a.style.marginRight=((n)?(0-um.e[26]):(0-um.e[70]))+'px';}if(((um.wie50&&um.a)||(um.wie55&&um.rtl))&&n&&um.h){a.style.top=(b)+'px';a.style.left=(b)+'px';}if((n&&um.ni)||(!n&&um.mi)){var c=((n)?um.e[47]:um.e[91]);if((t[0]-c)<0){c=t[0];}a.style.clip=(um.a||um.rtl)?'rect(0,'+c+'px,'+t[1]+'px,0)':'rect(0,'+t[0]+'px,'+t[1]+'px,'+(t[0]-c)+'px)';}um.xv(a);return true;};umNav.prototype.wv=function(l,n){if(um.nr){return false;}var a=this.ga(l);if(a){var c=um.es(l.className);var r=(c.indexOf('udmR')==-1);if(c.indexOf('udmY')!=-1){r=0;}var p=um.es(um.gp(l).className);var t=(um.s||um.k)?a.firstChild:a;t.src=um.baseSRC+((n)?(r)?um.e[45]:um.e[46]:(typeof um.w[p]!=um.un)?(r)?um.w[p][23]:um.w[p][24]:(r)?um.e[89]:um.e[90]);}return a;};umNav.prototype.pu=function(m){m.style.height='auto';m.style.overflow='visible';var s=(um.ne(m.parentNode));var l=m.parentNode;var p={tw:l.offsetWidth,th:l.offsetHeight,mw:m.offsetWidth,pw:(s)?um.gc(l).offsetWidth:l.parentNode.offsetWidth};var x=(um.p)?2000:0;var y=(um.p)?2000:0;if(!((um.h||um.p)&&s)){x=(s)?(um.a?(0-p.mw):p.pw):((um.a?(0-p.mw):p.pw)-um.e[51]-um.e[55]);y=(0-p.th);}else if(um.h&&s&&um.a){x=(0-p.mw+p.tw);}x+=(s)?(um.a?(0-um.e[14]):um.e[14]):(um.a?(0-um.e[49]):um.e[49]);y+=(s)?(um.e[2]=='bottom')?(0-um.e[15]):um.e[15]:um.e[50];if(s){if(um.h){if(um.e[2]=='bottom'){y-=(m.offsetHeight+p.th);}if(um.s){if(um.nc&&!um.a){x-=um.e[18];}if(!um.s1&&um.rp){x+=um.getRealPosition(um.tr,'x');y+=um.getRealPosition(um.tr,'y');}}if(um.mie){x-=um.gc(l).offsetWidth;if(um.nc&&um.a){x+=um.e[18];}y+=p.th;}if(um.ie&&um.hstrip[1]=='yes'){y-=um.e[17];}}else if(um.ie&&um.nc){y-=um.e[18];}}m.style.marginLeft=x+'px';m.style.marginTop=y+'px';if(!um.p||!s){m.style.left='auto';m.style.top='auto';if(um.s1||um.k){m.style.top=(p.th)+'px';}if(um.s3){m.style.top='auto';}}if(um.wie50){um.xn(m);um.xd(m);}};umNav.prototype.ru=function(m){var c=um.es(m.className);if(/nomove/.test(c)){return false;}var w=um.getWindowDimensions();var p={x:um.getRealPosition(m,'x'),y:um.getRealPosition(m,'y'),w:m.offsetWidth,h:m.offsetHeight,pw:m.parentNode.parentNode.offsetWidth,m:32,nx:-1,ny:-1,sc:um.getScrollAmount(),scx:um.getScrollAmount(1)};if(um.wie50&&um.rtl){p.x-=um.m.body.clientWidth;}if(typeof um.scr!=um.un){p.h=scr.gmh(m);}var s=(um.ne(m.parentNode));if(um.s&&!um.s3){p.x-=um.m.body.offsetLeft;p.y-=um.m.body.offsetTop;}else if(um.mie){var t=um.e[55]+um.e[51];p.x-=t;p.y-=t;}else{t=m;while(!um.ne(t.parentNode)){p.x+=um.e[51];p.y+=um.e[51];t=t.parentNode.parentNode;}}if(!um.ie&&um.e[3]=='fixed'&&s){p.x+=p.scx;p.y+=p.sc;}t=[(p.x+p.w),(w.x-p.m+p.scx)];if(t[0]>t[1]){if(s){p.nx=(((um.p)?p.x:0)-(t[0]-t[1]));}else{p.nx=(((um.p)?(0-p.w-p.pw+um.e[55]-um.e[49]):(0-p.w-um.e[55]-um.e[51]))-um.e[49]);}}if(p.x<0){if(!s){p.nx=(0-um.e[55]-um.e[51]+p.pw+um.e[49]);}}um.yd=(p.y+p.h)-(w.y-p.m+p.sc);if(um.f&&!s){um.yd+=p.sc;}if(um.yd>0){t=m.parentNode;um.y=um.getRealPosition(t,'y');while(!um.ne(t)){um.y+=um.e[51];t=t.parentNode.parentNode;}p.ny=(0-um.y-(p.m*2)+w.y+p.sc-p.h);if(um.f){p.ny-=p.sc;}}if(p.y<0){p.ny=(0-(0-p.y));}if(p.nx!=-1){if(um.p){m.style.left=p.nx+'px';}else{m.style.marginLeft=p.nx+'px';}um.ap('110',m);}if(p.ny!=-1){if(um.p&&um.ne(m.parentNode)){m.style.marginTop=(2000-um.yd)+'px';}else{m.style.marginTop=p.ny+'px';}um.ap('120',m);}t=m;var y=(um.wie50&&!um.p)?((um.pi(m.style.marginTop)+m.parentNode.offsetHeight+um.getRealPosition(m.parentNode,'y'))-p.sc):(um.getRealPosition(t,'y')-p.sc);while(!um.ne(t.parentNode)){y+=um.e[51];t=t.parentNode.parentNode;}if(um.f){y+=p.sc;}if(y<0){p.ny=um.pi(m.style.marginTop);if(isNaN(p.ny)){p.ny=0;}m.style.marginTop=(p.ny-y)+'px';}t=m;var x=um.getRealPosition(t,'x')-p.scx;while(!um.ne(t.parentNode)){x+=um.e[51];t=t.parentNode.parentNode;}if(x<0){m.style.marginLeft=(um.p&&um.ne(m.parentNode))?'2000px':(p.scx>0?0-x:0)+'px';m.style.left='0';}return true;};umNav.prototype.hl=function(m){var d={'class':'udmS'};um.sh=m.parentNode.appendChild(um.createElement('span',d));var c=um.es(m.className);if(c!=''){if(typeof um.v[c]!=um.un){if(um.sh.className.indexOf(c)==-1){um.sh.className+=' '+c;}}}um.sh.style.width=m.offsetWidth+'px';var h=m.offsetHeight;if(typeof um.scr!=um.un){h=scr.gmh(m);}um.sh.style.height=h+'px';var p={x:(m.offsetLeft),y:(m.offsetTop)};var s=um.ne(um.sh.parentNode);if(um.s&&!um.s1&&!s){p.x-=um.e[51];p.y-=um.e[51];}um.sh.style.left=p.x+'px';um.sh.style.top=p.y+'px';return um.sh;};umNav.prototype.il=function(m){var c=m.parentNode.appendChild(um.createElement('iframe',{'class':'udmC','src':'javascript:false;'}));c.tabIndex='-1';c.style.width=m.offsetWidth+'px';c.style.height=(typeof um.scr!=um.un?scr.gmh(m):m.offsetHeight)+'px';c.style.left=m.offsetLeft+'px';c.style.top=m.offsetTop+'px';return c;};umNav.prototype.dw=function(a){um.rw+=a.offsetWidth;if(um.nc){um.rw-=um.e[18];}else{um.rw+=um.e[17];}};umNav.prototype.aw=function(){if(um.o7||um.mie||um.q){um.rw+=(um.gp(um.gc(um.tr)).offsetLeft+um.getRealPosition(um.tr,'x'));}if(um.mie||um.og){um.rw*=1.05;}if(um.getWindowDimensions().x<um.rw){um.tr.style.width=um.rw+'px';}else{if(um.wie50){um.tr.style.setExpression('width','document.body.clientWidth');}else{um.tr.style.width='100%';}}if(um.mie){um.tr.style.height=um.gc(um.tr).offsetHeight+'px';}};umNav.prototype.ts=function(v){var s=um.m.getElementsByTagName('select');var n=s.length;if(n>0){var i=0;do{s[i++].style.visibility=v;}while(i<n);um.ap((v=='hidden')?'067':'077',s);}};umNav.prototype.ws=function(){clearInterval(um.vs);var h=um.gc(um.tr).offsetHeight;var w=um.getWindowDimensions();if((h!=um.lh&&um.reset[2]!='no')||((w.x!=um.lw.x||w.y!=um.lw.y)&&um.reset[1]!='no')){um.closeAllMenus();if(um.rg){um.rw=0;var n=um.tr.childNodes;var l=n.length;for(var i=0;i<l;i++){if(n[i].nodeName!='#text'){this.dw(n[i]);}}this.aw();}um.lw=w;um.lh=h;if(um.og&&um.hstrip[0]!='none'){um.tr.style.height=(um.hstrip[1]=='yes')?(um.lh+um.e[17])+'px':um.lh+'px';}}um.vs=setInterval('um.n.ws()',55);};um.qc=function(l){if(um.reset[3]=='yes'&&l!=''&&l!=um.jv){um.closeAllMenus();}};um.vn=function(n){return n.replace(/html[:]+/,'');};um.es=function(c){return c==null?'':c;};um.gt=function(r,t,a){if(!a){a=[];}for(var i=0;i<r.childNodes.length;i++){if(r.childNodes[i].nodeName.toUpperCase()==t.toUpperCase()||t=='*'){a[a.length]=r.childNodes[i];}a=um.gt(r.childNodes[i],t,a);}return a;};um.gc=function(r){return r.getElementsByTagName('a')[0];};um.gu=function(r){return r.getElementsByTagName('ul');};um.gm=function(r){var m=null;var c=r.childNodes;var l=c.length;for(var i=0;i<l;i++){var n=um.vn(c[i].nodeName).toLowerCase();if(n=='ul'){m=c[i];break;}}return m;};um.cm=function(e){if(!e){e=window.event;}if(!um.tr.contains(e.srcElement||e.target)||e.keyCode){um.closeAllMenus();}};um.refresh=function(g){if(typeof g==um.un){g=0;}delete um.ini;um.ready=0;if(umTree){var l=um.tr.getElementsByTagName('li');var n=l.length;for(i=0;i<n;i++){var a=um.n.ga(l[i]);if(a){a.parentNode.removeChild(a);}}}umIni(g);};um.closeAllMenus=function(){um.n.cd(um.tr);um.n.ck(um.tr);um.ha=0;};um.getWindowDimensions=function(){if(typeof window.innerWidth!=um.un){var w={x:window.innerWidth,y:window.innerHeight};}else if(um.q){w={x:um.m.body.clientWidth,y:um.m.body.clientHeight};}else{w={x:um.m.documentElement.offsetWidth,y:um.m.documentElement.offsetHeight};}return w;};um.getScrollAmount=function(d){return((typeof d==um.un||!d)?(typeof window.pageYOffset!=um.un?window.pageYOffset:um.q?um.m.body.scrollTop:um.m.documentElement.scrollTop):(typeof window.pageXOffset!=um.un?window.pageXOffset:um.q?um.m.body.scrollLeft:um.m.documentElement.scrollLeft));};um.getRealPosition=function(r,d){um.ps=(d=='x')?r.offsetLeft:r.offsetTop;um.te=r.offsetParent;while(um.te){um.ps+=(d=='x')?um.te.offsetLeft:um.te.offsetTop;um.te=um.te.offsetParent;}return um.ps;};if(typeof um.trigger!=um.un&&um.trigger!=''&&!um.mie){um.drt=null;um.drw=function(){this.n=typeof this.n==um.un?0:this.n++;if(typeof um.m.getElementsByTagName!=um.un&&um.m.getElementsByTagName('body')[0]&&um.gd('udm')&&um.gd(um.trigger)){try{umIni();}catch(err){clearTimeout(um.drt);return;}}else if(this.n<60){um.drt=setTimeout('um.drw()',250);}};um.drw();};


