(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)})}});(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")}})})();;(function($){$.facebox=function(data,klass){$.facebox.init()
$.facebox.loading()
$.isFunction(data)?data.call($):$.facebox.reveal(data,klass)}
$.facebox.settings={loading_image:'facebox/loading.gif',close_image:'facebox/closelabel.gif',image_types:['png','jpg','jpeg','gif'],facebox_html:'\
  <div id="facebox" style="display:none;"> \
    <div class="popup"> \
      <table> \
        <tbody> \
          <tr> \
            <td class="tl"/><td class="b"/><td class="tr"/> \
          </tr> \
          <tr> \
            <td class="b"/> \
            <td class="bodyFacebox"> \
              <div class="contentFacebox"> \
              </div> \
              <div class="footerFacebox"> \
                <a href="#" class="close"> \
                  <img src="'+this.close_image+'" class="close_image" /> \
                </a> \
              </div> \
            </td> \
            <td class="b"/> \
          </tr> \
          <tr> \
            <td class="bl"/><td class="b"/><td class="br"/> \
          </tr> \
        </tbody> \
      </table> \
    </div> \
  </div>'}
$.facebox.loading=function(){if($('#facebox .loading').length==1)return true
$('#facebox .contentFacebox').empty()
$('#facebox .bodyFacebox').children().hide().end().append('<div class="loading"><img src="'+$.facebox.settings.loading_image+'"/></div>')
var pageScroll=$.facebox.getPageScroll()
$('#facebox').css({top:pageScroll[1]+($.facebox.getPageHeight()/10),left:pageScroll[0]}).show()
$(document).bind('keydown.facebox',function(e){if(e.keyCode==27)$.facebox.close()})}
$.facebox.reveal=function(data,klass){if(klass)$('#facebox .contentFacebox').addClass(klass)
$('#facebox .contentFacebox').append(data)
$('#facebox .loading').remove()
$('#facebox .bodyFacebox').children().fadeIn('normal')}
$.facebox.close=function(){$(document).trigger('close.facebox')
return false}
$(document).bind('close.facebox',function(){$(document).unbind('keydown.facebox')
$('#facebox').fadeOut(function(){$('#facebox .contentFacebox').removeClass().addClass('contentFacebox')})})
$.fn.facebox=function(settings){$.facebox.init(settings)
var image_types=$.facebox.settings.image_types.join('|')
image_types=new RegExp('\.'+image_types+'$','i')
function click_handler(){$.facebox.loading(true)
var klass=this.rel.match(/facebox\[\.(\w+)\]/)
if(klass)klass=klass[1]
if(this.href.match(/#/)){var url=window.location.href.split('#')[0]
var target=this.href.replace(url,'')
$.facebox.reveal($(target).clone().show(),klass)}else if(this.href.match(image_types)){var image=new Image()
image.onload=function(){$.facebox.reveal('<div class="image"><img src="'+image.src+'" /></div>',klass)}
image.src=this.href}else{$.get(this.href,function(data){$.facebox.reveal(data,klass)})}
return false}
this.click(click_handler)
return this}
$.facebox.init=function(settings){if($.facebox.settings.inited){return true}else{$.facebox.settings.inited=true}
if(settings)$.extend($.facebox.settings,settings)
$('body').append($.facebox.settings.facebox_html)
var preload=[new Image(),new Image()]
preload[0].src=$.facebox.settings.close_image
preload[1].src=$.facebox.settings.loading_image
$('#facebox').find('.b:first, .bl, .br, .tl, .tr').each(function(){preload.push(new Image())
preload.slice(-1).src=$(this).css('background-image').replace(/url\((.+)\)/,'$1')})
$('#facebox .close').click($.facebox.close)
$('#facebox .close_image').attr('src',$.facebox.settings.close_image)}
$.facebox.getPageScroll=function(){var xScroll,yScroll;if(self.pageYOffset){yScroll=self.pageYOffset;xScroll=self.pageXOffset;}else if(document.documentElement&&document.documentElement.scrollTop){yScroll=document.documentElement.scrollTop;xScroll=document.documentElement.scrollLeft;}else if(document.body){yScroll=document.body.scrollTop;xScroll=document.body.scrollLeft;}
return new Array(xScroll,yScroll)}
$.facebox.getPageHeight=function(){var windowHeight
if(self.innerHeight){windowHeight=self.innerHeight;}else if(document.documentElement&&document.documentElement.clientHeight){windowHeight=document.documentElement.clientHeight;}else if(document.body){windowHeight=document.body.clientHeight;}
return windowHeight}})(jQuery);;(function($){$.fn.innerfade=function(options){return this.each(function(){$.innerfade(this,options);});};$.innerfade=function(container,options){var settings={'animationtype':'fade','speed':'normal','type':'sequence','timeout':2000,'containerheight':'auto','runningclass':'innerfade','children':null};if(options)
$.extend(settings,options);if(settings.children===null)
var elements=$(container).children();else
var elements=$(container).children(settings.children);if(elements.length>1){$(container).css('position','relative').css('height',settings.containerheight).addClass(settings.runningclass);for(var i=0;i<elements.length;i++){$(elements[i]).css('z-index',String(elements.length-i)).css('position','absolute').hide();};if(settings.type=="sequence"){setTimeout(function(){$.innerfade.next(elements,settings,1,0);},settings.timeout);$(elements[0]).show();}else if(settings.type=="random"){var last=Math.floor(Math.random()*(elements.length));setTimeout(function(){do{current=Math.floor(Math.random()*(elements.length));}while(last==current);$.innerfade.next(elements,settings,current,last);},settings.timeout);$(elements[last]).show();}else if(settings.type=='random_start'){settings.type='sequence';var current=Math.floor(Math.random()*(elements.length));setTimeout(function(){$.innerfade.next(elements,settings,(current+1)%elements.length,current);},settings.timeout);$(elements[current]).show();}else{alert('Innerfade-Type must either be \'sequence\', \'random\' or \'random_start\'');}}};$.innerfade.next=function(elements,settings,current,last){if(settings.animationtype=='slide'){$(elements[last]).slideUp(settings.speed);$(elements[current]).slideDown(settings.speed);}else if(settings.animationtype=='fade'){$(elements[last]).fadeOut(settings.speed);$(elements[current]).fadeIn(settings.speed,function(){removeFilter($(this)[0]);});}else
alert('Innerfade-animationtype must either be \'slide\' or \'fade\'');if(settings.type=="sequence"){if((current+1)<elements.length){current=current+1;last=current-1;}else{current=0;last=elements.length-1;}}else if(settings.type=="random"){last=current;while(current==last)
current=Math.floor(Math.random()*elements.length);}else
alert('Innerfade-Type must either be \'sequence\', \'random\' or \'random_start\'');setTimeout((function(){$.innerfade.next(elements,settings,current,last);}),settings.timeout);};})(jQuery);function removeFilter(element){if(element.style.removeAttribute){element.style.removeAttribute('filter');}};(function($){$.fn.jCarouselLite=function(o){o=$.extend({btnPrev:null,btnNext:null,btnGo:null,mouseWheel:false,auto:null,hoverPause:false,speed:200,easing:null,vertical:false,circular:true,visible:1,start:0,scroll:1,beforeStart:null,afterEnd:null},o||{});return this.each(function(){var running=false,animCss=o.vertical?"top":"left",sizeCss=o.vertical?"height":"width";var div=$(this),ul=$("ul",div),tLi=$("li",ul),tl=tLi.size(),v=o.visible;if(o.circular){ul.prepend(tLi.slice(tl-v+1).clone()).append(tLi.slice(0,o.scroll).clone());o.start+=v-1;}
var li=$("li",ul),itemLength=li.size(),curr=o.start;div.css("visibility","visible");li.css({overflow:"hidden",float:o.vertical?"none":"left"});ul.css({margin:"0",padding:"0",position:"relative","list-style-type":"none","z-index":"1"});div.css({overflow:"hidden",position:"relative","z-index":"2",left:"0px"});var liSize=o.vertical?height(li):width(li);var ulSize=liSize*itemLength;var divSize=liSize*v;li.css({width:li.width(),height:li.height()});ul.css(sizeCss,ulSize+"px").css(animCss,-(curr*liSize));div.css(sizeCss,divSize+"px");if(o.btnPrev){$(o.btnPrev).click(function(){return go(curr-o.scroll);});if(o.hoverPause){$(o.btnPrev).hover(function(){stopAuto();},function(){startAuto();});}}
if(o.btnNext){$(o.btnNext).click(function(){return go(curr+o.scroll);});if(o.hoverPause){$(o.btnNext).hover(function(){stopAuto();},function(){startAuto();});}}
if(o.btnGo)
$.each(o.btnGo,function(i,val){$(val).click(function(){return go(o.circular?o.visible+i:i);});});if(o.mouseWheel&&div.mousewheel)
div.mousewheel(function(e,d){return d>0?go(curr-o.scroll):go(curr+o.scroll);});var autoInterval;function startAuto(){stopAuto();autoInterval=setInterval(function(){go(curr+o.scroll);},o.auto+o.speed);};function stopAuto(){clearInterval(autoInterval);};if(o.auto){if(o.hoverPause){div.hover(function(){stopAuto();},function(){startAuto();});}
startAuto();};function vis(){return li.slice(curr).slice(0,v);};function go(to){if(!running){if(o.beforeStart)
o.beforeStart.call(this,vis());if(o.circular){if(to<0){ul.css(animCss,-((curr+tl)*liSize)+"px");curr=to+tl;}else if(to>itemLength-v){ul.css(animCss,-((curr-tl)*liSize)+"px");curr=to-tl;}else curr=to;}else{if(to<0||to>itemLength-v)return;else curr=to;}
running=true;ul.animate(animCss=="left"?{left:-(curr*liSize)}:{top:-(curr*liSize)},o.speed,o.easing,function(){if(o.afterEnd)
o.afterEnd.call(this,vis());running=false;});if(!o.circular){$(o.btnPrev+","+o.btnNext).removeClass("disabled");$((curr-o.scroll<0&&o.btnPrev)||(curr+o.scroll>itemLength-v&&o.btnNext)||[]).addClass("disabled");}}
return false;};});};function css(el,prop){return parseInt($.css(el[0],prop))||0;};function width(el){return el[0].offsetWidth+css(el,'marginLeft')+css(el,'marginRight');};function height(el){return el[0].offsetHeight+css(el,'marginTop')+css(el,'marginBottom');};})(jQuery);;function externalLinks(){if(!document.getElementsByTagName)return;var anchors=document.getElementsByTagName("a");for(var i=0;i<anchors.length;i++){var anchor=anchors[i];if(anchor.getAttribute("href")&&anchor.getAttribute("rel")=="external")
anchor.target="_blank";}}
window.onload=externalLinks;;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}})());;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 2000 Adobe Systems Incorporated. All Rights Reserved. U.S. Patent
 * Des. pending.
 * 
 * Trademark:
 * Myriad is a registered trademark of Adobe Systems Incorporated.
 * 
 * Full name:
 * MyriadPro-Light
 * 
 * Designer:
 * Robert Slimbach and Carol Twombly
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":488,"face":{"font-family":"Myriad Pro Light","font-weight":300,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 4 3 3 4 3 2 2 4","ascent":"750","descent":"-250","x-height":"11","bbox":"-49 -750 970 250","underline-thickness":"50","underline-position":"-50","stemh":"39","stemv":"48","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":219},"\u00a0":{"w":219,"k":{"T":42,"V":35,"W":35,"Y":50,"\u2018":88,"\u201c":88}},"!":{"d":"122,-177r-39,0r-10,-497r59,0xm144,-33v0,24,-15,44,-41,44v-23,0,-39,-20,-39,-44v0,-26,17,-45,40,-45v25,0,40,19,40,45","w":207},"\"":{"d":"60,-692r57,0r-12,221r-32,0xm183,-692r57,0r-12,221r-32,0","w":301,"k":{"T":-22,"J":60,"M":8,"V":-22,"W":-22,"A":70,"f":-25,"g":5,"c":5,"d":5,"e":5,"o":5,"q":5,"t":-25,"v":-30,"w":-30,"y":-30,",":105,".":105,"\u2026":105}},"#":{"d":"167,-245r112,0r20,-165r-112,0xm136,0r-42,0r26,-206r-83,0r0,-39r88,0r21,-165r-88,0r0,-39r93,0r26,-201r41,0r-26,201r113,0r26,-201r40,0r-25,201r83,0r0,39r-88,0r-21,165r89,0r0,39r-94,0r-26,206r-41,0r26,-206r-112,0","w":465},"$":{"d":"255,84r-41,0r0,-103v-52,0,-108,-18,-142,-45r21,-37v31,25,79,43,128,43v81,0,134,-52,134,-120v0,-65,-43,-105,-117,-138v-99,-43,-156,-87,-156,-168v0,-80,57,-139,139,-151r0,-104r41,0r0,103v56,2,94,19,120,37r-21,37v-18,-13,-57,-35,-115,-35v-85,0,-119,57,-119,105v0,63,38,91,126,131v93,42,148,92,148,179v0,74,-50,147,-146,162r0,104"},"%":{"d":"32,-458v0,-140,71,-203,143,-203v76,0,134,62,134,194v0,267,-277,278,-277,9xm266,-464v0,-88,-26,-164,-96,-163v-60,0,-95,73,-95,165v0,92,34,165,95,165v68,0,96,-74,96,-167xm193,13r-39,0r388,-676r39,0xm428,-189v0,-139,71,-203,143,-203v76,0,134,62,134,194v0,267,-277,278,-277,9xm662,-195v0,-88,-26,-164,-96,-163v-60,0,-95,74,-95,165v0,92,35,165,95,165v68,0,96,-74,96,-167","w":737},"&":{"d":"560,0r-60,0r-74,-76v-68,65,-134,87,-205,87v-110,0,-190,-83,-190,-188v0,-93,58,-155,133,-199v-32,-54,-58,-100,-58,-150v0,-80,54,-159,152,-159v72,0,129,53,129,134v0,73,-42,127,-157,184r0,3r196,225v33,-50,54,-116,70,-216r45,0v-18,108,-44,189,-88,244xm79,-183v0,90,64,155,154,155v69,0,127,-32,166,-77r-213,-241v-42,25,-107,76,-107,163xm342,-546v0,-48,-26,-101,-92,-100v-65,0,-99,54,-99,116v0,57,27,98,55,136v81,-43,136,-84,136,-152","w":560},"\u2019":{"d":"92,-682r59,-10v-18,75,-61,189,-77,217r-34,5v16,-42,43,-150,52,-212","w":174,"k":{"i":31,"T":-52,"J":71,"M":10,"C":18,"G":18,"O":18,"Q":18,"V":-40,"W":-40,"Y":-27,"A":92,"a":8,"g":42,"c":67,"d":67,"e":67,"o":67,"q":67,"s":58,"t":5,"m":31,"n":31,"p":31,"r":31,"\u2019":54,"\u201d":54,",":126,".":126,"\u2026":126,"\u00a0":98}},"(":{"d":"208,-697r45,0v-83,103,-140,229,-140,413v0,180,60,303,140,407r-45,0v-69,-86,-141,-211,-141,-408v0,-198,72,-324,141,-412","w":265,"k":{"T":-63,"J":-21,"C":5,"G":5,"O":5,"Q":5,"V":-64,"W":-64,"X":-15,"Y":-48,"A":6,"c":4,"d":4,"e":4,"o":4,"q":4,"j":-59}},")":{"d":"57,123r-45,0v80,-103,140,-229,140,-411v0,-181,-59,-305,-140,-409r45,0v69,86,141,212,141,410v0,197,-72,322,-141,410","w":265},"*":{"d":"259,-685r44,25r-88,124r146,-12r0,47v-47,-2,-102,-13,-145,-10r88,119r-46,26v-23,-43,-39,-92,-65,-132r-69,133r-39,-27r87,-122r-142,13r0,-47v46,1,99,12,141,9r-86,-120r44,-25v23,42,41,90,67,130","w":391},"+":{"d":"277,-532r43,0r0,245r236,0r0,40r-236,0r0,247r-43,0r0,-247r-236,0r0,-40r236,0r0,-245","w":596},",":{"d":"64,121r-38,5v16,-42,43,-150,52,-212r63,-10v-18,75,-61,189,-77,217","w":174,"k":{"\"":90,"'":90,"\u2018":90,"\u201c":90,"\u2019":102,"\u201d":102}},"-":{"d":"30,-296r238,0r0,42r-238,0r0,-42","w":298},"\u00ad":{"d":"30,-296r238,0r0,42r-238,0r0,-42","w":298,"k":{"T":46,"J":29,"C":-15,"G":-15,"O":-15,"Q":-15,"V":4,"W":4,"X":24,"Y":44,"g":-20,"c":-20,"d":-20,"e":-20,"o":-20,"q":-20,"v":8,"w":8,"y":8}},".":{"d":"135,-34v0,24,-16,45,-42,45v-23,0,-39,-21,-39,-45v0,-26,17,-45,41,-45v24,0,40,19,40,45","w":174,"k":{"\"":90,"'":90,"\u2018":90,"\u201c":90,"\u2019":102,"\u201d":102}},"\/":{"d":"35,40r-46,0r318,-725r49,0","w":351},"0":{"d":"450,-334v0,233,-84,345,-213,345v-102,0,-199,-100,-199,-333v0,-236,104,-339,213,-339v114,0,199,103,199,327xm88,-329v0,181,58,301,155,300v108,0,157,-123,157,-300v0,-170,-46,-292,-156,-292v-94,0,-156,120,-156,292"},"1":{"d":"236,0r0,-601v-38,18,-71,42,-108,62r-12,-38r123,-73r44,0r0,650r-47,0"},"2":{"d":"433,0r-387,0r0,-29r60,-62v181,-177,260,-269,260,-381v0,-74,-31,-147,-141,-147v-62,0,-110,32,-138,56r-19,-33v42,-38,99,-65,166,-65v135,0,181,102,181,179v0,128,-94,230,-256,392v-16,16,-33,31,-46,50r320,0r0,40"},"3":{"d":"45,-33r19,-38v23,17,78,41,140,41v133,0,166,-92,164,-150v-4,-123,-110,-160,-232,-153r0,-40v105,7,206,-25,206,-131v0,-60,-34,-116,-126,-116v-50,0,-97,23,-126,45r-19,-35v31,-25,90,-51,151,-51v123,0,170,77,170,151v0,68,-47,122,-121,156v81,16,147,78,147,172v0,97,-70,193,-220,193v-66,0,-125,-23,-153,-44"},"4":{"d":"366,0r-46,0r0,-191r-310,0r0,-32r317,-427r39,0r0,419r99,0r0,40r-99,0r0,191xm67,-231r253,0r0,-263v0,-31,1,-61,3,-90r-3,-1v-77,135,-170,229,-253,354"},"5":{"d":"129,-399v148,-21,282,39,282,192v0,131,-99,218,-219,218v-67,0,-122,-21,-150,-42r19,-38v25,17,74,39,134,39v94,0,169,-70,168,-168v-1,-94,-59,-165,-188,-165v-39,0,-70,3,-93,7r42,-294r282,0r0,42r-245,0"},"6":{"d":"390,-661r0,44v-184,0,-289,137,-303,284r2,0v30,-48,89,-91,168,-91v119,0,194,88,194,209v0,113,-71,226,-203,226v-117,0,-211,-95,-211,-273v0,-245,127,-381,353,-399xm401,-211v0,-220,-316,-222,-316,-40v0,131,59,222,167,222v88,0,149,-72,149,-182"},"7":{"d":"62,-650r380,0r0,34r-293,616r-47,0r290,-610r-330,0r0,-40"},"8":{"d":"66,-494v0,-98,80,-167,185,-167v109,0,173,73,173,156v0,54,-26,116,-115,156r0,4v92,36,138,97,138,172v0,110,-96,184,-204,184v-116,0,-203,-74,-203,-173v0,-84,52,-145,136,-181r0,-4v-79,-34,-110,-91,-110,-147xm90,-172v0,77,54,143,153,143v95,0,155,-58,155,-137v0,-92,-62,-133,-167,-163v-92,27,-141,86,-141,157xm375,-501v0,-59,-37,-121,-129,-121v-86,0,-133,56,-133,121v-1,78,55,117,143,139v69,-24,119,-68,119,-139"},"9":{"d":"100,11r0,-44v184,2,278,-108,303,-287r-3,1v-41,53,-98,84,-168,84v-121,0,-185,-95,-185,-197v0,-120,82,-229,208,-229v112,0,196,95,196,271v0,147,-52,247,-111,308v-61,62,-141,93,-240,93xm241,-276v79,0,147,-41,163,-113v0,-137,-51,-232,-158,-232v-89,0,-151,79,-151,186v0,96,60,159,146,159"},":":{"d":"135,-406v0,24,-16,45,-42,45v-23,0,-39,-21,-39,-45v0,-26,17,-45,41,-45v24,0,40,19,40,45xm135,-34v0,24,-16,45,-42,45v-23,0,-39,-21,-39,-45v0,-26,17,-45,41,-45v24,0,40,19,40,45","w":174},";":{"d":"64,120r-38,5v16,-42,43,-150,52,-212r62,-10v-17,75,-60,189,-76,217xm144,-406v0,24,-16,45,-42,45v-23,0,-39,-21,-39,-45v0,-26,17,-45,41,-45v24,0,40,19,40,45","w":174},"<":{"d":"71,-248r0,-35r454,-248r0,46r-408,219r0,2r408,218r0,46","w":596},"=":{"d":"556,-345r-516,0r0,-40r516,0r0,40xm556,-155r-516,0r0,-40r516,0r0,40","w":596},">":{"d":"525,-283r0,35r-454,248r0,-46r408,-218r0,-2r-408,-219r0,-46","w":596},"?":{"d":"188,-175r-44,0v-16,-76,0,-134,60,-209v51,-64,77,-105,77,-157v0,-61,-37,-102,-109,-102v-36,0,-77,12,-101,32r-19,-35v33,-26,88,-40,129,-40v104,0,151,70,151,142v0,62,-33,111,-86,177v-57,71,-67,112,-58,192xm205,-34v0,24,-16,45,-42,45v-23,0,-39,-21,-39,-45v0,-26,17,-45,41,-45v24,0,40,19,40,45","w":381},"@":{"d":"452,-258r25,-124v-128,-44,-249,65,-247,195v0,48,26,84,77,84v70,0,133,-91,145,-155xm496,28r14,34v-211,115,-472,-8,-472,-269v0,-207,140,-386,360,-386v173,0,283,123,283,289v0,153,-85,238,-170,238v-35,0,-74,-27,-67,-94r-3,0v-39,64,-86,94,-150,94v-54,0,-105,-46,-105,-122v0,-160,172,-292,338,-222r-36,179v-18,87,-4,126,33,127v56,2,115,-75,115,-191v0,-155,-89,-261,-245,-261v-169,0,-308,135,-308,346v0,166,111,276,258,276v61,0,114,-14,155,-38","w":717},"A":{"d":"429,-236r-267,0r-83,236r-49,0r244,-674r46,0r243,674r-49,0xm177,-276r237,0r-82,-225v-16,-47,-25,-81,-35,-119r-2,0v-30,118,-79,232,-118,344","w":585,"k":{"T":73,"J":-22,"M":6,"C":9,"G":9,"O":9,"Q":9,"U":23,"V":50,"W":50,"X":7,"Y":70,"a":-6,"f":4,"g":11,"c":10,"d":10,"e":10,"o":10,"q":10,"s":8,"t":4,"u":10,"v":15,"w":15,"y":15,"z":-21,"\"":66,"'":66,"\u2018":70,"\u201c":70,"\u2019":39,"\u201d":39}},"B":{"d":"462,-188v0,143,-109,194,-264,193v-51,0,-90,-4,-117,-5r0,-664v38,-9,86,-15,136,-15v134,0,218,46,218,166v0,69,-49,127,-116,150r0,3v57,13,143,62,143,172xm129,-632r0,254r98,0v98,0,159,-58,159,-132v0,-95,-72,-129,-172,-129v-44,0,-70,3,-85,7xm129,-339r0,299v130,17,285,-3,283,-147v-2,-136,-136,-161,-283,-152","w":505,"k":{"V":-13,"W":-13,"v":-10,"w":-10,"y":-10,"\u2019":-11,"\u201d":-11,",":11,".":11,"\u2026":11}},"C":{"d":"524,-62r14,38v-34,17,-99,34,-182,34v-163,0,-319,-104,-319,-343v0,-200,129,-351,342,-351v86,0,136,19,156,29r-15,40v-34,-17,-83,-29,-140,-29v-182,0,-293,118,-293,312v0,183,104,301,285,301v57,0,113,-12,152,-31","w":570,"k":{"T":-38,"C":16,"G":16,"O":16,"Q":16,"V":-14,"W":-14,"a":4,"c":6,"d":6,"e":6,"o":6,"q":6,"u":7,"v":12,"w":12,"y":12,")":-22,"]":-22,"}":-22,"\u2019":-26,"\u201d":-26}},"D":{"d":"610,-353v0,221,-135,358,-379,358v-52,0,-101,-1,-150,-5r0,-664v52,-9,109,-15,173,-15v230,1,356,108,356,326xm129,-628r0,588v27,4,66,5,109,5v216,0,323,-121,323,-316v0,-171,-93,-288,-310,-288v-52,0,-93,5,-122,11","w":647,"k":{"T":24,"V":-8,"W":-8,"X":24,"Y":23,"A":13,"f":-20,"g":-6,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6,"t":-20,"v":-17,"w":-17,"y":-17,"j":-7,"\u00ad":-15,"\u2013":-15,"\u2014":-15,"\u2019":-11,"\u201d":-11,",":30,".":30,"\u2026":30}},"E":{"d":"398,-375r0,40r-269,0r0,295r301,0r0,40r-349,0r0,-674r333,0r0,40r-285,0r0,259r269,0","w":466,"k":{"T":-22,"J":-15,"V":-11,"W":-11,"f":-4,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"u":5,"v":4,"w":4,"y":4}},"F":{"d":"81,0r0,-674r333,0r0,40r-285,0r0,268r262,0r0,40r-262,0r0,326r-48,0","w":462,"k":{"J":95,"M":20,"A":85,"a":49,"g":21,"c":34,"d":34,"e":34,"o":34,"q":34,"u":39,"v":22,"w":22,"y":22,"b":18,"h":18,"k":18,"l":18,"i":30,"m":30,"n":30,"p":30,"r":30,":":10,";":10,"\u2018":10,"\u201c":10,"\u2019":4,"\u201d":4,",":101,".":101,"\u2026":101}},"G":{"d":"368,7v-188,0,-331,-131,-331,-342v0,-187,123,-346,352,-346v72,0,131,17,157,30r-16,39v-35,-17,-79,-29,-144,-29v-185,0,-299,121,-299,304v0,190,111,304,289,304v71,0,116,-10,141,-24r0,-238r-156,0r0,-39r204,0r0,305v-34,14,-105,36,-197,36","w":624,"k":{"a":-8,"c":-5,"d":-5,"e":-5,"o":-5,"q":-5,"v":-5,"w":-5,"y":-5,"\u2019":-4,"\u201d":-4}},"H":{"d":"81,-674r48,0r0,297r372,0r0,-297r48,0r0,674r-48,0r0,-337r-372,0r0,337r-48,0r0,-674","w":630,"k":{"f":-14,"t":-22,"v":-14,"w":-14,"y":-14,"z":-16,"b":-15,"h":-15,"k":-15,"l":-15,"i":-15,"m":-15,"n":-15,"p":-15,"r":-15,"j":-14,"x":-10,"\u2019":8,"\u201d":8}},"I":{"d":"81,-674r48,0r0,674r-48,0r0,-674","w":211,"k":{"f":-14,"t":-22,"v":-14,"w":-14,"y":-14,"z":-16,"b":-15,"h":-15,"k":-15,"l":-15,"i":-15,"m":-15,"n":-15,"p":-15,"r":-15,"j":-14,"x":-10,"\u2019":8,"\u201d":8}},"J":{"d":"223,-219r0,-455r48,0r0,466v-1,210,-127,244,-264,203r10,-38v117,33,206,10,206,-176","w":345,"k":{"c":-4,"d":-4,"e":-4,"o":-4,"q":-4,"v":-15,"w":-15,"y":-15,")":-60,"]":-60,"}":-60,"\u2019":-11,"\u201d":-11,",":15,".":15,"\u2026":15}},"K":{"d":"81,0r0,-674r48,0r0,341r3,0v20,-26,40,-49,58,-70r239,-271r58,0r-256,286r280,388r-57,0r-256,-355r-69,76r0,279r-48,0","w":498,"k":{"T":-30,"J":-44,"C":6,"G":6,"O":6,"Q":6,"V":-24,"W":-24,"A":-9,"Z":-22,"a":-25,"c":-11,"d":-11,"e":-11,"o":-11,"q":-11,"b":-16,"h":-16,"k":-16,"l":-16,"i":-15,"m":-15,"n":-15,"p":-15,"r":-15,":":-31,";":-31,"\u00ad":15,"\u2013":15,"\u2014":15,")":-33,"]":-33,"}":-33,"\u2019":-11,"\u201d":-11,",":-22,".":-22,"\u2026":-22}},"L":{"d":"81,0r0,-674r48,0r0,634r300,0r0,40r-348,0","w":448,"k":{"T":78,"C":39,"G":39,"O":39,"Q":39,"U":40,"V":56,"W":56,"Y":80,"c":17,"d":17,"e":17,"o":17,"q":17,"t":4,"u":17,"v":21,"w":21,"y":21,"\u00ad":58,"\u2013":58,"\u2014":58,"\"":96,"'":96,"\u2018":115,"\u201c":115,"\u2019":108,"\u201d":108}},"M":{"d":"670,0r-20,-319v-6,-101,-14,-225,-14,-299r-2,0v-25,73,-52,151,-91,252r-142,366r-33,0r-133,-358v-38,-105,-67,-186,-87,-260r-2,0v-2,79,-7,196,-15,308r-21,310r-47,0r49,-674r55,0r145,389v32,85,55,153,74,218r3,0v56,-188,155,-419,226,-607r57,0r45,674r-47,0","w":778,"k":{"T":8,"A":14,"a":-8,"c":-8,"d":-8,"e":-8,"o":-8,"q":-8,"u":-4,"v":-11,"w":-11,"y":-11,"i":-16,"m":-16,"n":-16,"p":-16,"r":-16,"j":-15,"\u00ad":-8,"\u2013":-8,"\u2014":-8,"\u2018":6,"\u201c":6,"\u2019":8,"\u201d":8}},"N":{"d":"128,0r-46,0r0,-674r45,0r262,398v55,84,94,147,127,212r2,-1v-14,-187,-6,-407,-8,-609r46,0r0,674r-44,0r-257,-392v-50,-77,-96,-148,-131,-218r-2,1v5,83,6,156,6,268r0,341","w":638,"k":{"f":-14,"t":-22,"v":-14,"w":-14,"y":-14,"z":-16,"b":-15,"h":-15,"k":-15,"l":-15,"i":-15,"m":-15,"n":-15,"p":-15,"r":-15,"j":-14,"x":-10,"\u2019":8,"\u201d":8}},"O":{"d":"634,-344v0,238,-146,355,-302,355v-166,0,-295,-131,-295,-341v0,-221,134,-355,303,-355v170,0,294,133,294,341xm337,-645v-336,-1,-329,617,-2,616v160,0,249,-145,249,-312v0,-142,-78,-304,-247,-304","w":671,"k":{"T":24,"V":-8,"W":-8,"X":24,"Y":23,"A":13,"f":-20,"g":-6,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6,"t":-20,"v":-17,"w":-17,"y":-17,"j":-7,"\u00ad":-15,"\u2013":-15,"\u2014":-15,"\u2019":-11,"\u201d":-11,",":30,".":30,"\u2026":30}},"P":{"d":"456,-490v4,170,-158,233,-327,202r0,288r-48,0r0,-666v39,-7,88,-13,145,-13v141,1,227,58,230,189xm129,-631r0,301v23,8,53,10,86,10v121,0,193,-58,193,-165v0,-106,-77,-154,-184,-154v-44,0,-77,4,-95,8","w":502,"k":{"J":72,"M":11,"V":-8,"W":-8,"X":4,"A":99,"Z":43,"a":30,"g":24,"c":26,"d":26,"e":26,"o":26,"q":26,"s":22,"u":18,"b":8,"h":8,"k":8,"l":8,"i":21,"m":21,"n":21,"p":21,"r":21,":":11,";":11,"\u00ad":20,"\u2013":20,"\u2014":20,"\u2019":-19,"\u201d":-19,",":138,".":138,"\u2026":138}},"Q":{"d":"626,88r-291,-77v-165,-4,-298,-125,-298,-340v0,-225,134,-356,304,-356v169,0,293,133,293,341v0,186,-86,298,-213,338r0,4v76,17,159,36,220,46xm339,-645v-338,-1,-332,617,-5,616v160,0,250,-145,250,-312v0,-142,-78,-304,-245,-304","w":671,"k":{"T":24,"V":-8,"W":-8,"X":24,"Y":23,"A":13,"f":-20,"g":-6,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6,"t":-20,"v":-17,"w":-17,"y":-17,"j":-7,"\u00ad":-15,"\u2013":-15,"\u2014":-15,"\u2019":-11,"\u201d":-11,",":30,".":30,"\u2026":30}},"R":{"d":"227,-679v144,-1,223,52,229,176v4,93,-58,146,-132,178v54,17,88,68,104,143v23,105,36,155,50,182r-49,0v-11,-20,-25,-79,-43,-164v-21,-97,-63,-145,-152,-145r-105,0r0,309r-48,0r0,-665v42,-9,99,-14,146,-14xm129,-631r0,283r107,0v104,0,172,-58,172,-147v0,-103,-76,-145,-182,-145v-46,0,-80,5,-97,9","w":505,"k":{"T":-15,"C":-8,"G":-8,"O":-8,"Q":-8,"V":-29,"W":-29,"X":-4,"Y":6,"a":-14,"c":-5,"d":-5,"e":-5,"o":-5,"q":-5,"t":-24,"v":-20,"w":-20,"y":-20,"b":-10,"h":-10,"k":-10,"l":-10,"i":-11,"m":-11,"n":-11,"p":-11,"r":-11,"\u2019":-11,"\u201d":-11}},"S":{"d":"42,-35r18,-39v38,26,91,44,147,44v101,0,163,-57,163,-140v0,-75,-39,-121,-137,-157v-108,-40,-173,-95,-173,-186v0,-99,81,-171,196,-171v63,0,111,16,134,31r-18,41v-18,-13,-61,-32,-119,-32v-109,0,-146,70,-146,123v0,74,43,111,140,150v111,44,170,96,170,196v0,98,-70,185,-214,185v-58,0,-126,-19,-161,-45","w":464,"k":{"c":-5,"d":-5,"e":-5,"o":-5,"q":-5,"\u2018":8,"\u201c":8,"\u2019":10,"\u201d":10}},"T":{"d":"209,0r0,-634r-220,0r0,-40r488,0r0,40r-220,0r0,634r-48,0","w":465,"k":{"i":40,"T":-47,"J":38,"C":26,"G":26,"O":26,"Q":26,"V":-48,"W":-48,"X":-24,"Y":-40,"A":76,"S":4,"a":62,"g":66,"c":66,"d":66,"e":66,"o":66,"q":66,"s":41,"u":40,"v":33,"w":33,"y":33,"z":47,"b":4,"h":4,"k":4,"l":4,"m":40,"n":40,"p":40,"r":40,"x":46,":":20,";":20,"\u00ad":46,"\u2013":46,"\u2014":46,")":-78,"]":-78,"}":-78,"\"":-22,"'":-22,"\u2019":-45,"\u201d":-45,",":45,".":45,"\u2026":45}},"U":{"d":"81,-674r48,0r0,407v0,172,80,238,179,238v112,0,189,-72,189,-238r0,-407r48,0r0,403v0,207,-112,282,-239,282v-118,0,-225,-68,-225,-275r0,-410","w":626,"k":{"A":38,"f":-8,"t":-6,"\u2019":8,"\u201d":8,",":30,".":30,"\u2026":30}},"V":{"d":"269,0r-45,0r-224,-674r50,0r119,361v32,98,60,183,79,258r3,0v56,-195,149,-423,217,-619r51,0","w":509,"k":{"T":-40,"J":12,"C":-5,"G":-5,"O":-5,"Q":-5,"V":-22,"W":-22,"A":60,"S":-7,"a":28,"g":10,"c":26,"d":26,"e":26,"o":26,"q":26,"s":16,"t":-19,"u":10,"z":5,"i":9,"m":9,"n":9,"p":9,"r":9,":":12,";":12,"\u00ad":8,"\u2013":8,"\u2014":8,")":-71,"]":-71,"}":-71,"\"":-22,"'":-22,"\u2018":-14,"\u201c":-14,"\u2019":-38,"\u201d":-38,",":46,".":46,"\u2026":46}},"W":{"d":"238,0r-45,0r-178,-674r49,0r98,380v22,87,43,168,56,231r2,0v42,-188,120,-419,172,-611r46,0r100,377v24,81,40,169,57,234v15,-73,36,-146,61,-232r111,-379r49,0r-202,674r-46,0r-101,-388v-27,-99,-43,-165,-52,-228r-2,0v-39,184,-123,427,-175,616","w":820,"k":{"T":-40,"J":12,"C":-5,"G":-5,"O":-5,"Q":-5,"V":-22,"W":-22,"A":60,"S":-7,"a":28,"g":10,"c":26,"d":26,"e":26,"o":26,"q":26,"s":16,"t":-19,"u":10,"z":5,"i":9,"m":9,"n":9,"p":9,"r":9,":":12,";":12,"\u00ad":8,"\u2013":8,"\u2014":8,")":-71,"]":-71,"}":-71,"\"":-22,"'":-22,"\u2018":-14,"\u201c":-14,"\u2019":-38,"\u201d":-38,",":46,".":46,"\u2026":46}},"X":{"d":"515,0r-55,0r-191,-306r-2,0r-182,306r-55,0r214,-341r-205,-333r54,0r178,296r2,0r184,-296r56,0r-215,328","w":546,"k":{"T":-9,"C":24,"G":24,"O":24,"Q":24,"V":-9,"W":-9,"X":18,"A":6,"a":4,"c":6,"d":6,"e":6,"o":6,"q":6,"u":5,"v":8,"w":8,"y":8,"\u00ad":24,"\u2013":24,"\u2014":24}},"Y":{"d":"277,0r-48,0r0,-292r-214,-382r53,0r188,346r2,0v53,-111,131,-236,193,-346r53,0r-227,383r0,291","w":503,"k":{"T":-55,"J":45,"M":4,"C":29,"G":29,"O":29,"Q":29,"V":-35,"W":-35,"X":-9,"Y":-20,"A":74,"S":4,"a":56,"g":15,"c":56,"d":56,"e":56,"o":56,"q":56,"s":44,"t":4,"u":42,"v":15,"w":15,"y":15,"z":10,"b":5,"h":5,"k":5,"l":5,"i":8,"m":8,"n":8,"p":8,"r":8,"x":8,":":22,";":22,"\u00ad":44,"\u2013":44,"\u2014":44,")":-70,"]":-70,"}":-70,"\"":-6,"'":-6,"\u2019":-22,"\u201d":-22,",":81,".":81,"\u2026":81}},"Z":{"d":"34,0r0,-31r406,-600r0,-3r-373,0r0,-40r434,0r0,32r-407,599r0,3r412,0r0,40r-472,0","w":539,"k":{"C":21,"G":21,"O":21,"Q":21,"X":8,"A":6,"c":14,"d":14,"e":14,"o":14,"q":14,"u":5,"v":5,"w":5,"y":5,"\u00ad":38,"\u2013":38,"\u2014":38,"\u2018":8,"\u201c":8}},"[":{"d":"261,112r-171,0r0,-798r171,0r0,37r-127,0r0,724r127,0r0,37","w":265,"k":{"T":-63,"J":-21,"C":5,"G":5,"O":5,"Q":5,"V":-64,"W":-64,"X":-15,"Y":-48,"A":6,"c":4,"d":4,"e":4,"o":4,"q":4,"j":-59}},"\\":{"d":"359,40r-48,0r-316,-725r48,0","w":348},"]":{"d":"6,-686r170,0r0,798r-170,0r0,-37r126,0r0,-724r-126,0r0,-37","w":265},"^":{"d":"525,-196r-46,0r-179,-408r-2,0r-180,408r-46,0r205,-454r43,0","w":596},"_":{"d":"0,75r500,0r0,50r-500,0r0,-50","w":500},"\u2018":{"d":"99,-480r-59,10v18,-75,61,-189,77,-217r34,-5v-16,42,-43,150,-52,212","w":174,"k":{"i":22,"T":-52,"J":80,"V":-38,"W":-38,"Y":-22,"A":65,"a":32,"f":-4,"g":61,"c":66,"d":66,"e":66,"o":66,"q":66,"s":29,"t":-8,"u":25,"v":-8,"w":-8,"y":-8,"z":4,"b":-8,"h":-8,"k":-8,"l":-8,"m":22,"n":22,"p":22,"r":22,"x":-8,"\u2018":54,"\u201c":54,",":108,".":108,"\u2026":108}},"a":{"d":"214,-491v254,0,134,269,173,491r-44,0v-4,-22,-1,-51,-9,-69v-24,37,-77,80,-154,80v-97,0,-141,-68,-141,-132v0,-111,97,-178,293,-176v1,-63,-3,-154,-123,-154v-42,0,-86,11,-121,36r-15,-35v44,-29,98,-41,141,-41xm185,-29v92,0,147,-52,147,-125r0,-103v-105,-3,-243,13,-243,128v0,69,46,100,96,100","w":454},"b":{"d":"80,-112r0,-599r48,0r0,321r2,0v32,-62,91,-101,176,-101v121,0,205,102,205,246v0,171,-109,256,-214,256v-80,0,-132,-36,-174,-97r-4,86r-43,0v3,-34,4,-76,4,-112xm294,-451v-81,0,-161,66,-166,170r0,96v5,97,78,156,162,156v110,0,173,-90,173,-215v0,-110,-60,-207,-169,-207","w":552,"k":{"T":35,"v":5,"w":5,"y":5,"z":6,"x":8,"\u00ad":-14,"\u2013":-14,"\u2014":-14,"\"":5,"'":5,"\u2019":38,"\u201d":38,",":18,".":18,"\u2026":18}},"c":{"d":"399,-59r13,38v-21,10,-71,31,-141,31v-138,0,-230,-101,-230,-245v0,-153,104,-256,247,-256v59,0,108,17,126,30r-17,39v-23,-14,-60,-28,-113,-28v-129,0,-195,98,-195,211v0,126,79,208,190,208v57,0,94,-16,120,-28","w":446,"k":{"T":10,"t":-11,"v":-19,"w":-19,"y":-19,"\u2018":-10,"\u201c":-10,"\u2019":-18,"\u201d":-18,",":11,".":11,"\u2026":11}},"d":{"d":"416,-711r48,0r0,600v0,35,1,77,4,111r-43,0v-3,-29,1,-66,-6,-91v-25,53,-82,102,-171,102v-119,0,-207,-99,-207,-242v-1,-160,98,-260,216,-260v85,0,134,46,159,85r0,-305xm257,-29v79,0,156,-63,159,-165r0,-96v-1,-96,-64,-161,-156,-161v-105,0,-171,91,-171,215v0,108,54,207,168,207","w":544,"k":{"\u2019":-8,"\u201d":-8,",":11,".":11,"\u2026":11}},"e":{"d":"442,-245r-354,0v0,153,84,214,183,214v70,0,106,-14,133,-27r12,37v-18,10,-67,31,-151,31v-138,0,-224,-100,-224,-241v0,-160,92,-260,216,-260v157,0,187,148,187,217v0,13,0,20,-2,29xm91,-283r303,0v1,-67,-27,-168,-143,-168v-106,0,-151,94,-160,168","w":485,"k":{"T":28,"v":-4,"w":-4,"y":-4,"\u00ad":-26,"\u2013":-26,"\u2014":-26,"\u2019":26,"\u201d":26,",":10,".":10,"\u2026":10}},"f":{"d":"84,-480v-10,-134,43,-240,160,-241v31,0,57,8,72,17r-15,36v-14,-7,-32,-13,-61,-13v-99,0,-110,98,-108,201r128,0r0,39r-128,0r0,441r-48,0r0,-441r-69,0r0,-39r69,0","w":262,"k":{"g":15,"c":15,"d":15,"e":15,"o":15,"q":15,"s":11,"t":-9,":":-34,";":-34,")":-122,"]":-122,"}":-122,"\"":-65,"'":-65,"\u2018":-54,"\u201c":-54,"\u2019":-68,"\u201d":-68,",":30,".":30,"\u2026":30}},"g":{"d":"468,-480v-8,123,-4,278,-4,410v0,123,-26,185,-66,222v-83,77,-226,72,-316,15r17,-38v34,22,81,40,143,40v101,0,174,-52,174,-194v0,-21,4,-51,-2,-68v-25,49,-81,93,-167,93v-121,0,-206,-105,-206,-236v0,-167,110,-255,216,-255v98,0,139,55,164,92r3,-81r44,0xm259,-40v77,0,157,-61,157,-159v0,-48,7,-104,-6,-143v-19,-57,-70,-109,-149,-109v-102,0,-172,83,-172,210v0,108,57,201,170,201","w":544,"k":{"T":30,"f":-6,"i":8,"m":8,"n":8,"p":8,"r":8,"\u2019":22,"\u201d":22,",":14,".":14,"\u2026":14}},"h":{"d":"280,-449v-81,0,-151,61,-151,156r0,293r-48,0r0,-711r48,0r0,317r2,0v27,-52,86,-96,162,-97v45,0,167,23,167,202r0,289r-48,0r0,-284v0,-86,-34,-165,-132,-165","w":536,"k":{"T":45,"v":10,"w":10,"y":10,"\u2019":38,"\u201d":38}},"i":{"d":"129,0r-48,0r0,-480r48,0r0,480xm143,-617v0,22,-15,41,-40,41v-22,0,-37,-19,-37,-41v0,-22,17,-42,39,-42v22,0,38,19,38,42","w":209,"k":{"\u2019":-8,"\u201d":-8}},"j":{"d":"-42,209r-7,-39v42,-2,78,-15,100,-40v25,-30,36,-68,36,-195r0,-415r48,0r0,447v0,86,-10,145,-51,190v-35,38,-95,51,-126,52xm149,-617v0,21,-14,41,-40,41v-22,0,-37,-20,-37,-41v0,-22,17,-42,40,-42v22,0,37,20,37,42","w":214,"k":{"\u2019":-8,"\u201d":-8,",":11,".":11,"\u2026":11}},"k":{"d":"128,-711r0,462v16,-12,32,-37,48,-53r170,-178r58,0r-194,199r221,281r-58,0r-196,-252r-49,52r0,200r-48,0r0,-711r48,0","w":423,"k":{"T":12,"a":-26,"g":-11,"c":-11,"d":-11,"e":-11,"o":-11,"q":-11,"u":-7,"v":-19,"w":-19,"y":-19,"b":-22,"h":-22,"k":-22,"l":-22,"i":-22,"m":-22,"n":-22,"p":-22,"r":-22,":":-15,";":-15,"\u00ad":13,"\u2013":13,"\u2014":13,"\u2019":-30,"\u201d":-30,",":-20,".":-20,"\u2026":-20}},"l":{"d":"81,0r0,-711r48,0r0,711r-48,0","w":212,"k":{"\u2019":-8,"\u201d":-8,",":11,".":11,"\u2026":11}},"m":{"d":"269,-451v-78,0,-140,67,-140,155r0,296r-48,0r0,-365v0,-44,-1,-77,-4,-115r45,0v3,27,-2,61,5,84v31,-55,77,-95,156,-95v68,0,115,48,140,104v32,-63,76,-102,163,-104v47,0,157,26,157,208r0,283r-48,0r0,-279v0,-108,-42,-172,-125,-172v-75,0,-134,60,-134,143r0,308r-48,0r0,-301v0,-86,-41,-150,-119,-150","w":819,"k":{"T":45,"v":10,"w":10,"y":10,"\u2019":38,"\u201d":38}},"n":{"d":"279,-451v-80,0,-150,61,-150,153r0,298r-48,0r0,-365v0,-44,-1,-77,-4,-115r45,0v3,27,-2,63,5,86v26,-54,87,-97,165,-97v46,0,168,23,168,203r0,288r-48,0r0,-284v0,-88,-34,-167,-133,-167","w":536,"k":{"T":45,"v":10,"w":10,"y":10,"\u2019":38,"\u201d":38}},"o":{"d":"491,-244v0,178,-123,255,-230,255v-124,0,-220,-97,-220,-247v0,-164,108,-255,227,-255v133,0,223,100,223,247xm89,-239v0,120,76,210,175,210v100,0,179,-90,179,-213v0,-88,-49,-209,-176,-209v-123,0,-178,109,-178,212","w":532,"k":{"T":35,"v":5,"w":5,"y":5,"z":6,"x":8,"\u00ad":-14,"\u2013":-14,"\u2014":-14,"\"":5,"'":5,"\u2019":38,"\u201d":38,",":18,".":18,"\u2026":18}},"p":{"d":"80,198r0,-525v0,-60,-1,-107,-4,-153r46,0v3,29,-2,66,5,91v35,-63,94,-102,178,-102v123,0,206,102,206,243v0,171,-102,259,-218,259v-71,0,-128,-35,-165,-89r0,276r-48,0xm294,-451v-82,-1,-160,67,-166,168r0,94v2,101,78,160,162,160v110,0,173,-89,173,-217v0,-108,-60,-205,-169,-205","w":552,"k":{"T":35,"v":5,"w":5,"y":5,"z":6,"x":8,"\u00ad":-14,"\u2013":-14,"\u2014":-14,"\"":5,"'":5,"\u2019":38,"\u201d":38,",":18,".":18,"\u2026":18}},"q":{"d":"416,198r0,-281r-2,0v-24,48,-81,94,-166,94v-118,0,-207,-100,-207,-242v0,-185,120,-260,221,-260v85,0,133,49,159,93r3,-82r44,0v-3,36,-4,74,-4,124r0,554r-48,0xm257,-29v78,0,159,-63,159,-159r0,-103v-2,-95,-63,-160,-155,-160v-105,0,-172,88,-172,214v0,107,50,208,168,208","w":542,"k":{"T":28,"\u2019":22,"\u201d":22,",":9,".":9,"\u2026":9}},"r":{"d":"281,-444v-100,-13,-153,72,-153,179r0,265r-48,0r0,-336v0,-48,-1,-97,-4,-144r44,0r2,97r3,0v24,-66,77,-118,156,-106r0,45","w":295,"k":{"T":10,"f":-32,"g":9,"c":11,"d":11,"e":11,"o":11,"q":11,"t":-26,"v":-30,"w":-30,"y":-30,"z":-10,"b":-8,"h":-8,"k":-8,"l":-8,"i":-7,"m":-7,"n":-7,"p":-7,"r":-7,"x":-21,":":-18,";":-18,"\u00ad":8,"\u2013":8,"\u2014":8,"\u2018":-25,"\u201c":-25,"\u2019":-38,"\u201d":-38,",":45,".":45,"\u2026":45}},"s":{"d":"44,-23r17,-40v26,16,65,33,108,33v76,0,112,-41,112,-91v0,-53,-32,-82,-101,-109v-79,-31,-122,-73,-122,-131v0,-70,55,-130,148,-130v44,0,82,13,106,30r-18,39v-17,-12,-48,-29,-96,-29v-61,0,-93,39,-93,83v0,50,34,72,99,98v78,32,124,70,124,143v0,82,-64,137,-162,137v-46,0,-90,-13,-122,-33","w":373,"k":{"T":18,"\u2019":20,"\u201d":20,",":11,".":11,"\u2026":11}},"t":{"d":"211,10v-83,0,-112,-60,-112,-148r0,-303r-81,0r0,-39r81,0r0,-88r48,-18r0,106r137,0r0,39r-137,0r0,312v0,61,19,99,70,99v25,0,43,-3,55,-7r6,36v-16,6,-38,11,-67,11","w":309,"k":{"g":6,"c":6,"d":6,"e":6,"o":6,"q":6,"v":-11,"w":-11,"y":-11,"\u00ad":8,"\u2013":8,"\u2014":8,"\u2018":-8,"\u201c":-8,"\u2019":-26,"\u201d":-26}},"u":{"d":"451,-480r0,363v0,42,1,80,4,117r-45,0v-3,-27,2,-63,-5,-86v-24,45,-79,97,-164,97v-61,0,-164,-31,-164,-212r0,-279r48,0r0,270v0,104,32,179,127,179v70,0,122,-49,142,-97v6,-15,9,-34,9,-53r0,-299r48,0","w":531,"k":{"T":28,"\u2019":22,"\u201d":22,",":9,".":9,"\u2026":9}},"v":{"d":"15,-480r51,0r159,426r2,0r163,-426r50,0r-195,480r-42,0","w":452,"k":{"T":25,"g":7,"c":7,"d":7,"e":7,"o":7,"q":7,"v":-8,"w":-8,"y":-8,":":-35,";":-35,"\u2018":-28,"\u201c":-28,"\u2019":-36,"\u201d":-36,",":34,".":34,"\u2026":34}},"w":{"d":"23,-480r49,0r81,273v16,56,30,104,41,150r2,0v12,-44,29,-95,48,-150r96,-273r45,0r92,270v22,58,32,112,49,153v10,-45,25,-93,44,-151r85,-272r49,0r-160,480r-41,0r-91,-268v-22,-57,-34,-113,-52,-163v-40,148,-99,289,-147,431r-42,0","w":722,"k":{"T":25,"g":7,"c":7,"d":7,"e":7,"o":7,"q":7,"v":-8,"w":-8,"y":-8,":":-35,";":-35,"\u2018":-28,"\u201c":-28,"\u2019":-36,"\u201d":-36,",":34,".":34,"\u2026":34}},"x":{"d":"21,-480r54,0r82,117v23,27,35,56,57,82r138,-199r53,0r-167,234r173,246r-55,0r-145,-211r-2,0v-18,31,-37,57,-60,90r-84,121r-54,0r176,-245","w":429,"k":{"T":18,"c":11,"d":11,"e":11,"o":11,"q":11,"s":4,"t":-13,"v":-12,"w":-12,"y":-12,"\u00ad":8,"\u2013":8,"\u2014":8,"\u2019":-32,"\u201d":-32}},"y":{"d":"25,181v76,-32,137,-92,170,-195v0,-4,-2,-11,-6,-21r-178,-445r51,0r126,314v15,33,23,77,37,103v10,-29,22,-67,37,-106r117,-311r51,0r-144,358v-73,189,-118,288,-246,343","w":440,"k":{"T":25,"g":7,"c":7,"d":7,"e":7,"o":7,"q":7,"v":-8,"w":-8,"y":-8,":":-35,";":-35,"\u2018":-28,"\u201c":-28,"\u2019":-36,"\u201d":-36,",":34,".":34,"\u2026":34}},"z":{"d":"16,0r0,-29r259,-341v18,-24,39,-45,55,-71r-293,0r0,-39r351,0r-1,32r-310,409r312,0r0,39r-373,0","w":403,"k":{"T":15,"c":8,"d":8,"e":8,"o":8,"q":8,"v":-34,"w":-34,"y":-34,"\u2019":-37,"\u201d":-37}},"{":{"d":"92,-25v0,-57,20,-110,19,-167v0,-34,-12,-80,-85,-78r1,-35v147,-4,61,-155,65,-252v4,-95,64,-132,153,-129r0,37v-76,-4,-109,27,-109,96v0,54,17,106,18,160v1,60,-30,89,-64,106v38,11,64,48,64,104v0,55,-18,107,-18,162v-1,69,36,100,109,96r0,37v-88,3,-153,-31,-153,-137","w":265,"k":{"T":-63,"J":-21,"C":5,"G":5,"O":5,"Q":5,"V":-64,"W":-64,"X":-15,"Y":-48,"A":6,"c":4,"d":4,"e":4,"o":4,"q":4,"j":-59}},"|":{"d":"84,-750r43,0r0,1000r-43,0r0,-1000","w":212},"}":{"d":"173,-557v4,100,-82,247,66,252r-1,35v-72,-2,-84,44,-84,78v0,56,19,109,19,167v-2,106,-65,140,-153,137r0,-37v73,4,110,-26,109,-96v0,-55,-17,-107,-18,-162v-1,-58,30,-90,64,-106v-38,-12,-64,-46,-64,-104v0,-105,66,-271,-91,-256r0,-37v89,-3,149,34,153,129","w":265},"~":{"d":"440,-220v-55,11,-213,-89,-283,-88v-43,0,-67,31,-67,87r-38,0v-5,-80,45,-130,107,-130v62,0,211,88,285,88v44,0,64,-34,63,-87r37,0v5,94,-49,130,-104,130","w":596},"\u00a3":{"d":"214,-311v19,122,-14,213,-82,270r317,0r0,41r-390,0r0,-30v102,-60,130,-148,109,-281r-106,0r0,-39r101,0v-5,-33,-13,-79,-13,-124v0,-115,74,-187,170,-187v51,0,84,12,104,25r-16,37v-17,-11,-48,-22,-93,-22v-82,0,-119,59,-119,144v0,53,6,91,13,127r147,0r0,39r-142,0"},"'":{"d":"60,-692r57,0r-12,221r-32,0","w":178,"k":{"T":-22,"J":60,"M":8,"V":-22,"W":-22,"A":70,"f":-25,"g":5,"c":5,"d":5,"e":5,"o":5,"q":5,"t":-25,"v":-30,"w":-30,"y":-30,",":105,".":105,"\u2026":105}},"\u201c":{"d":"99,-480r-59,10v18,-75,61,-189,77,-217r34,-5v-16,42,-43,150,-52,212xm218,-480r-59,10v18,-75,61,-189,77,-217r34,-5v-16,42,-43,150,-52,212","w":293,"k":{"i":22,"T":-52,"J":80,"V":-38,"W":-38,"Y":-22,"A":65,"a":32,"f":-4,"g":61,"c":66,"d":66,"e":66,"o":66,"q":66,"s":29,"t":-8,"u":25,"v":-8,"w":-8,"y":-8,"z":4,"b":-8,"h":-8,"k":-8,"l":-8,"m":22,"n":22,"p":22,"r":22,"x":-8,"\u2018":54,"\u201c":54,",":108,".":108,"\u2026":108}},"\u2013":{"d":"30,-274r440,0r0,39r-440,0r0,-39","w":500,"k":{"T":46,"J":29,"C":-15,"G":-15,"O":-15,"Q":-15,"V":4,"W":4,"X":24,"Y":44,"g":-20,"c":-20,"d":-20,"e":-20,"o":-20,"q":-20,"v":8,"w":8,"y":8}},"\u201d":{"d":"92,-682r59,-10v-18,75,-61,189,-77,217r-34,5v16,-42,43,-150,52,-212xm211,-682r59,-10v-18,75,-61,189,-77,217r-34,5v16,-42,43,-150,52,-212","w":293,"k":{"i":31,"T":-52,"J":71,"M":10,"C":18,"G":18,"O":18,"Q":18,"V":-40,"W":-40,"Y":-27,"A":92,"a":8,"g":42,"c":67,"d":67,"e":67,"o":67,"q":67,"s":58,"t":5,"m":31,"n":31,"p":31,"r":31,"\u2019":54,"\u201d":54,",":126,".":126,"\u2026":126,"\u00a0":98}},"\u2026":{"d":"208,-34v0,24,-16,45,-42,45v-23,0,-39,-21,-39,-45v0,-26,17,-45,41,-45v24,0,40,19,40,45xm541,-34v0,24,-16,45,-42,45v-23,0,-39,-21,-39,-45v0,-26,17,-45,41,-45v24,0,40,19,40,45xm874,-34v0,24,-16,45,-42,45v-23,0,-39,-21,-39,-45v0,-26,17,-45,41,-45v24,0,40,19,40,45","w":1000,"k":{"\"":90,"'":90,"\u2018":90,"\u201c":90,"\u2019":102,"\u201d":102}},"`":{"d":"33,-688r70,0r89,138r-37,0","w":300},"\u2014":{"d":"30,-274r940,0r0,39r-940,0r0,-39","w":1000,"k":{"T":46,"J":29,"C":-15,"G":-15,"O":-15,"Q":-15,"V":4,"W":4,"X":24,"Y":44,"g":-20,"c":-20,"d":-20,"e":-20,"o":-20,"q":-20,"v":8,"w":8,"y":8}},"\u2122":{"d":"33,-674r220,0r0,31r-92,0r0,241r-36,0r0,-241r-92,0r0,-31xm586,-402r-38,0r-16,-243r-2,0r-85,239r-41,0r-84,-239r-2,0r-15,243r-36,0r22,-272r53,0r83,231r2,0r82,-231r53,0","w":600},"\u00d7":{"d":"40,-496r30,-30r228,232r228,-232r30,30r-228,233r228,233r-30,30r-228,-232r-228,232r-30,-30r228,-233","w":596}}});;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 2000, 2004 Adobe Systems Incorporated. All Rights Reserved. U.S. Patent
 * D454,582.
 * 
 * Trademark:
 * Myriad is either a registered trademark or a trademark of Adobe Systems
 * Incorporated in the United States and/or other countries.
 * 
 * Full name:
 * MyriadPro-Regular
 * 
 * Designer:
 * Robert Slimbach and Carol Twombly
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":513,"face":{"font-family":"Myriad Pro Regular","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 5 3 3 4 3 2 2 4","ascent":"750","descent":"-250","x-height":"11","bbox":"-45 -750 838 250","underline-thickness":"50","underline-position":"-50","stemh":"67","stemv":"88","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":212,"k":{"T":41,"V":36,"W":36,"Y":46}},"!":{"d":"149,-194r-68,0r-14,-480r96,0xm115,11r-1,0v-34,0,-58,-27,-58,-62v0,-36,25,-62,59,-62v36,0,59,26,59,62v0,35,-23,62,-59,62","w":230},"\"":{"d":"51,-692r87,0r-17,240r-54,0xm200,-692r87,0r-17,240r-53,0","w":337,"k":{"T":-17,"J":59,"M":5,"C":3,"G":3,"O":3,"Q":3,"V":-17,"W":-17,"Y":-3,"A":61,"f":-25,"g":10,"c":8,"d":8,"e":8,"o":8,"q":8,"t":-24,"v":-21,"w":-21,"y":-21,",":113,".":113}},"#":{"d":"188,-255r104,0r19,-145r-104,0xm153,0r-60,0r26,-196r-82,0r0,-59r91,0r19,-145r-86,0r0,-59r95,0r26,-191r58,0r-25,191r104,0r26,-191r59,0r-25,191r82,0r0,59r-91,0r-18,145r86,0r0,59r-95,0r-26,196r-60,0r26,-196r-104,0","w":497},"$":{"d":"281,86r-63,0r0,-101v-58,-1,-118,-19,-153,-44r24,-67v36,24,88,43,144,43v71,0,119,-41,119,-98v0,-55,-39,-89,-113,-119v-102,-40,-165,-86,-165,-173v0,-83,59,-146,151,-161r0,-101r62,0r0,97v60,2,101,18,130,35r-25,66v-21,-12,-62,-34,-126,-34v-77,0,-106,46,-106,86v0,52,37,78,124,114v103,42,155,94,155,183v0,79,-55,153,-158,170r0,104"},"%":{"d":"187,-661r1,0v90,0,150,70,150,194v0,137,-72,205,-156,205v-81,0,-151,-66,-152,-196v0,-130,71,-203,157,-203xm184,-608r-1,0v-54,0,-83,65,-83,147v-2,82,29,146,84,146v58,0,84,-62,84,-148v0,-79,-23,-145,-84,-145xm231,12r-55,0r382,-674r56,0xm611,-392r1,0v90,0,149,70,149,194v0,137,-72,205,-155,205v-81,0,-151,-65,-152,-195v0,-131,71,-204,157,-204xm608,-339r-1,0v-54,0,-84,65,-84,147v-1,83,31,146,85,146v58,0,84,-62,84,-148v0,-79,-23,-145,-84,-145","w":792},"&":{"d":"602,0r-104,0r-63,-66v-58,54,-123,77,-197,77v-131,0,-207,-88,-207,-189v0,-92,55,-155,132,-197r0,-3v-35,-44,-56,-93,-56,-141v0,-82,59,-166,171,-166v84,0,149,56,149,143v0,71,-41,127,-148,180r0,3r164,188v31,-47,52,-112,65,-197r80,0v-18,106,-47,190,-97,249xm253,-55r1,0v57,0,106,-26,138,-61r-190,-212v-36,23,-87,66,-87,137v0,77,57,136,138,136xm272,-625r-1,0v-55,0,-84,46,-84,98v0,48,22,85,51,121v68,-39,112,-75,112,-132v0,-41,-23,-87,-78,-87","w":605},"(":{"d":"195,-694r69,0v-73,98,-126,228,-126,409v0,178,55,306,126,406r-69,0v-63,-83,-131,-211,-131,-406v1,-197,68,-325,131,-409","w":284,"k":{"T":-48,"J":-17,"C":12,"G":12,"O":12,"Q":12,"V":-50,"W":-50,"X":-11,"Y":-41,"A":11,"j":-56}},")":{"d":"88,121r-68,0v71,-99,126,-229,126,-409v0,-179,-54,-307,-126,-406r68,0v64,82,131,210,131,407v0,196,-67,323,-131,408","w":284},"*":{"d":"269,-685r60,34r-95,125r0,2r151,-20r0,68r-151,-18r0,2r96,120r-63,36r-60,-140r-2,0r-65,141r-57,-36r95,-122r0,-2r-148,19r0,-68r147,19r0,-2r-94,-122r61,-35r62,139r2,0","w":415},"+":{"d":"266,-532r64,0r0,235r226,0r0,60r-226,0r0,237r-64,0r0,-237r-226,0r0,-60r226,0r0,-235","w":596},",":{"d":"79,117r-62,6v21,-59,48,-166,59,-239r98,-10v-23,85,-67,196,-95,243","w":207,"k":{"\"":102,"'":102}},"-":{"d":"30,-303r247,0r0,65r-247,0r0,-65","w":307,"k":{"T":50,"J":20,"C":-14,"G":-14,"O":-14,"Q":-14,"V":11,"W":11,"X":22,"Y":50,"A":4,"g":-14,"c":-18,"d":-18,"e":-18,"o":-18,"q":-18,"v":5,"w":5,"y":5}},".":{"d":"111,11r-1,0v-34,0,-58,-27,-58,-63v0,-37,25,-63,60,-63v35,0,59,26,59,63v0,36,-23,63,-60,63","w":207,"k":{"\"":102,"'":102}},"\/":{"d":"66,40r-67,0r279,-725r68,0","w":343},"0":{"d":"262,-661v137,0,215,122,215,329v0,221,-82,343,-226,343v-127,0,-213,-119,-215,-334v0,-218,94,-338,226,-338xm257,-593v-77,0,-133,94,-133,271v0,169,52,265,132,265v90,0,133,-105,133,-271v0,-160,-41,-265,-132,-265"},"1":{"d":"236,0r0,-568r-2,0r-113,61r-17,-67r142,-76r75,0r0,650r-85,0"},"2":{"d":"460,0r-415,0r0,-54r69,-67v166,-158,241,-242,242,-340v0,-66,-32,-127,-129,-127v-59,0,-108,30,-138,55r-28,-62v45,-38,109,-66,184,-66v140,0,199,96,199,189v0,120,-87,217,-224,349r-52,48r0,2r292,0r0,73"},"3":{"d":"42,-33r24,-68v25,16,83,41,144,41v113,0,148,-72,147,-126v-1,-91,-83,-130,-168,-130r-49,0r0,-66r49,0v64,0,145,-33,145,-110v0,-52,-33,-98,-114,-98v-52,0,-102,23,-130,43r-23,-64v34,-25,100,-50,170,-50v128,0,186,76,186,155v0,67,-40,124,-120,153r0,2v80,16,145,76,145,167v0,104,-81,195,-237,195v-73,0,-137,-23,-169,-44"},"4":{"d":"400,0r-83,0r0,-177r-302,0r0,-58r290,-415r95,0r0,404r91,0r0,69r-91,0r0,177xm104,-246r213,0r0,-217v0,-34,1,-68,3,-102r-3,0v-20,38,-36,66,-54,96r-159,221r0,2"},"5":{"d":"433,-650r0,74r-248,0r-25,167v15,-2,29,-4,53,-4v50,0,100,11,140,35v51,29,93,85,93,167v0,127,-101,222,-242,222v-71,0,-131,-20,-162,-40r22,-67v27,16,80,36,139,36v83,0,154,-54,154,-141v-1,-84,-57,-144,-187,-144v-37,0,-66,4,-90,7r42,-312r311,0"},"6":{"d":"416,-660r0,72v-18,-1,-41,0,-66,4v-138,23,-211,124,-226,231r3,0v31,-41,85,-75,157,-75v115,0,196,83,196,210v0,119,-81,229,-216,229v-139,0,-230,-108,-230,-277v0,-128,46,-229,110,-293v54,-53,126,-86,208,-96v26,-4,48,-5,64,-5xm264,-57r1,0v75,0,126,-63,126,-156v0,-93,-53,-149,-134,-149v-53,0,-102,33,-126,80v-6,10,-10,23,-10,39v2,107,51,186,143,186"},"7":{"d":"57,-650r410,0r0,58r-283,592r-91,0r282,-575r0,-2r-318,0r0,-73"},"8":{"d":"166,-339r-1,-3v-72,-34,-103,-90,-103,-146v0,-103,87,-173,201,-173v126,0,189,79,189,160v0,55,-27,114,-107,152r0,3v81,32,131,89,131,168v0,113,-97,189,-221,189v-136,0,-218,-81,-218,-176v0,-82,49,-140,129,-174xm257,-53v79,0,130,-50,130,-116v0,-79,-55,-117,-143,-142v-76,22,-117,72,-117,134v-3,66,47,124,130,124xm258,-598v-73,0,-113,48,-113,104v0,65,49,100,124,120v56,-19,99,-59,99,-118v0,-52,-31,-106,-110,-106"},"9":{"d":"96,10r0,-72v19,2,41,0,71,-3v51,-7,99,-28,136,-63v43,-39,74,-96,86,-173r-3,0v-36,44,-88,70,-153,70v-117,0,-192,-88,-192,-199v0,-123,89,-231,222,-231v133,0,215,108,215,274v0,143,-48,243,-112,305v-50,49,-119,79,-189,87v-32,5,-60,6,-81,5xm256,-594r-1,0v-74,0,-127,66,-127,158v0,81,49,138,125,138v59,0,105,-29,128,-68v5,-8,8,-18,8,-32v0,-111,-41,-196,-133,-196"},":":{"d":"111,-342r-1,0v-34,0,-58,-27,-58,-62v0,-37,25,-64,60,-64v35,0,58,27,59,64v0,35,-23,62,-60,62xm111,11r-1,0v-34,0,-58,-27,-58,-62v0,-37,25,-63,60,-63v35,0,58,26,59,63v0,35,-23,62,-60,62","w":207},";":{"d":"78,117r-61,6v22,-59,49,-166,60,-239r97,-10v-24,85,-68,196,-96,243xm119,-342r-1,0v-34,0,-58,-27,-58,-62v0,-37,25,-64,59,-64v36,0,59,27,59,64v0,35,-23,62,-59,62","w":207},"<":{"d":"66,-239r0,-54r464,-239r0,69r-391,196r0,2r391,196r0,69","w":596},"=":{"d":"556,-337r-516,0r0,-60r516,0r0,60xm556,-141r-516,0r0,-60r516,0r0,60","w":596},">":{"d":"530,-294r0,56r-464,238r0,-69r394,-196r0,-2r-394,-196r0,-69","w":596},"?":{"d":"219,-192r-78,0r-2,-26v-6,-53,12,-113,62,-172v45,-54,70,-93,70,-138v0,-51,-32,-85,-95,-86v-36,0,-76,12,-101,31r-24,-63v34,-24,90,-40,143,-40v115,0,167,71,167,147v0,68,-38,118,-86,174v-44,52,-60,97,-57,148xm178,11r-1,0v-34,0,-58,-27,-58,-62v0,-37,25,-63,60,-63v35,0,59,26,59,63v0,35,-23,62,-60,62","w":406},"@":{"d":"448,-255r21,-113v-10,-3,-27,-7,-50,-7v-88,0,-159,83,-159,180v0,44,22,76,66,76v58,0,111,-74,122,-136xm508,22r16,43v-55,29,-111,40,-178,40v-164,0,-303,-120,-303,-313v0,-206,143,-385,365,-385v174,0,291,123,291,290v0,150,-84,238,-178,238v-40,0,-77,-27,-74,-88r-4,0v-35,59,-81,88,-141,88v-58,0,-108,-47,-108,-126v0,-124,98,-237,237,-237v43,0,81,9,107,21r-34,181v-15,76,-3,111,30,112v51,1,108,-67,108,-183v0,-145,-87,-250,-242,-250v-163,0,-300,130,-300,333v0,167,109,271,257,271v57,0,110,-12,151,-35","w":737},"A":{"d":"424,-212r-239,0r-70,212r-90,0r229,-674r105,0r230,674r-93,0xm203,-280r203,0r-66,-194v-15,-44,-25,-84,-35,-123r-2,0v-10,40,-21,81,-34,122","w":612,"k":{"T":77,"J":-19,"M":4,"C":15,"G":15,"O":15,"Q":15,"U":28,"V":53,"W":53,"X":14,"Y":79,"a":-4,"f":7,"g":12,"b":3,"h":3,"k":3,"l":3,"j":4,"i":3,"m":3,"n":3,"p":3,"r":3,"c":12,"d":12,"e":12,"o":12,"q":12,"s":6,"t":10,"u":12,"v":21,"w":21,"y":21,"z":-14,"-":3,")":9,"]":9,"}":9,"\"":59,"'":59}},"B":{"d":"76,-2r0,-663v38,-8,98,-14,159,-14v87,0,143,15,185,49v35,26,56,66,56,119v0,65,-43,122,-114,148r0,2v64,16,139,69,139,169v0,58,-23,102,-57,135v-47,43,-123,63,-233,63v-60,0,-106,-4,-135,-8xm163,-606r0,217r79,0v92,0,146,-48,146,-113v0,-79,-60,-110,-148,-110v-40,0,-63,3,-77,6xm163,-323r0,257v17,3,42,4,73,4v90,0,173,-33,173,-131v0,-92,-79,-130,-174,-130r-72,0","w":542,"k":{"T":9,"V":-4,"W":-4,"Y":15,"c":-4,"d":-4,"e":-4,"o":-4,"q":-4,"v":-4,"w":-4,"y":-4,"-":-5,",":13,".":13}},"C":{"d":"529,-91r18,69v-32,16,-96,33,-178,33v-190,0,-333,-121,-333,-342v0,-211,143,-354,352,-354v84,0,137,18,160,30r-21,71v-33,-16,-80,-28,-136,-28v-158,0,-263,101,-263,278v0,165,95,271,259,271v53,0,107,-11,142,-28","w":580,"k":{"T":-28,"J":-4,"C":21,"G":21,"O":21,"Q":21,"V":-12,"W":-12,"Y":-3,"A":-4,"a":7,"i":3,"m":3,"n":3,"p":3,"r":3,"c":11,"d":11,"e":11,"o":11,"q":11,"u":12,"v":20,"w":20,"y":20,"z":-4,")":-17,"]":-17,"}":-17}},"D":{"d":"76,-2r0,-663v53,-8,116,-14,185,-14v125,0,214,29,273,84v60,55,95,133,95,242v0,110,-34,200,-97,262v-63,63,-167,97,-298,97v-62,0,-114,-3,-158,-8xm163,-601r0,532v22,4,54,5,88,5v186,0,287,-104,287,-286v1,-159,-89,-260,-273,-260v-45,0,-79,4,-102,9","w":666,"k":{"T":25,"X":27,"Y":28,"A":14,"f":-16,"g":-6,"j":-5,"c":-4,"d":-4,"e":-4,"o":-4,"q":-4,"t":-17,"u":-3,"v":-14,"w":-14,"y":-14,"z":3,"x":5,"-":-14,")":7,"]":7,"}":7,",":34,".":34}},"E":{"d":"425,-388r0,72r-262,0r0,243r292,0r0,73r-379,0r0,-674r364,0r0,73r-277,0r0,213r262,0","w":492,"k":{"T":-16,"J":-18,"V":-9,"W":-9,"Y":-3,"g":6,"c":4,"d":4,"e":4,"o":4,"q":4,"t":3,"u":7,"v":7,"w":7,"y":7,"z":-3,",":4,".":4}},"F":{"d":"76,0r0,-674r363,0r0,73r-276,0r0,224r255,0r0,72r-255,0r0,305r-87,0","w":487,"k":{"J":85,"M":18,"A":78,"a":45,"g":16,"b":17,"h":17,"k":17,"l":17,"i":26,"m":26,"n":26,"p":26,"r":26,"c":31,"d":31,"e":31,"o":31,"q":31,"u":35,"v":21,"w":21,"y":21,":":13,";":13,",":97,".":97}},"G":{"d":"589,-354r0,324v-39,14,-116,37,-207,37v-102,0,-186,-26,-252,-89v-58,-56,-94,-146,-94,-251v1,-201,139,-348,365,-348v78,0,139,17,168,31r-21,71v-36,-16,-81,-29,-149,-29v-164,0,-271,102,-271,271v0,171,103,272,260,272v57,0,96,-8,116,-18r0,-201r-137,0r0,-70r222,0","w":646,"k":{"a":-8,"c":-5,"d":-5,"e":-5,"o":-5,"q":-5}},"H":{"d":"76,-674r87,0r0,282r326,0r0,-282r88,0r0,674r-88,0r0,-316r-326,0r0,316r-87,0r0,-674","w":652,"k":{"Y":7,"f":-10,"b":-10,"h":-10,"k":-10,"l":-10,"j":-8,"i":-10,"m":-10,"n":-10,"p":-10,"r":-10,"t":-16,"v":-9,"w":-9,"y":-9,"z":-11,"x":-5}},"I":{"d":"76,-674r87,0r0,674r-87,0r0,-674","w":239,"k":{"Y":7,"f":-10,"b":-10,"h":-10,"k":-10,"l":-10,"j":-8,"i":-10,"m":-10,"n":-10,"p":-10,"r":-10,"t":-16,"v":-9,"w":-9,"y":-9,"z":-11,"x":-5}},"J":{"d":"214,-230r0,-444r87,0r0,451v0,179,-88,234,-204,234v-32,0,-71,-7,-93,-16r13,-71v18,7,44,13,73,13v78,0,124,-35,124,-167","w":370,"k":{"v":-10,"w":-10,"y":-10,")":-42,"]":-42,"}":-42,",":12,".":12}},"K":{"d":"76,0r0,-674r87,0r0,325r3,0v18,-26,36,-50,53,-72r206,-253r108,0r-244,286r263,388r-103,0r-222,-331r-64,74r0,257r-87,0","w":542,"k":{"T":-21,"J":-38,"C":17,"G":17,"O":17,"Q":17,"V":-15,"W":-15,"Y":7,"A":-10,"Z":-20,"a":-16,"g":5,"b":-10,"h":-10,"k":-10,"l":-10,"i":-10,"m":-10,"n":-10,"p":-10,"r":-10,"u":6,"v":16,"w":16,"y":16,":":-22,";":-22,"-":18,")":-23,"]":-23,"}":-23,",":-17,".":-17}},"L":{"d":"76,0r0,-674r87,0r0,601r288,0r0,73r-375,0","w":472,"k":{"T":88,"J":-11,"C":39,"G":39,"O":39,"Q":39,"U":36,"V":59,"W":59,"Y":84,"c":14,"d":14,"e":14,"o":14,"q":14,"t":4,"u":15,"v":27,"w":27,"y":27,"-":42,"\"":98,"'":98}},"M":{"d":"661,0r-17,-296v-5,-94,-11,-207,-10,-291r-3,0v-23,79,-51,164,-85,256r-119,327r-66,0r-109,-321v-32,-95,-59,-182,-78,-262r-2,0v-2,84,-7,197,-13,298r-18,289r-83,0r47,-674r111,0r115,326v28,83,51,157,68,227r3,0v17,-68,41,-142,71,-227r120,-326r111,0r42,674r-85,0","w":804,"k":{"T":10,"A":10,"a":-6,"j":-10,"i":-12,"m":-12,"n":-12,"p":-12,"r":-12,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6,"u":-3,"v":-7,"w":-7,"y":-7,"-":-6}},"N":{"d":"158,0r-82,0r0,-674r95,0r216,341v50,79,89,150,121,219r2,-1v-8,-90,-10,-172,-10,-277r0,-282r82,0r0,674r-88,0r-214,-342v-47,-75,-92,-152,-126,-225r-3,1v5,85,7,166,7,278r0,288","w":658,"k":{"Y":7,"f":-10,"b":-10,"h":-10,"k":-10,"l":-10,"j":-8,"i":-10,"m":-10,"n":-10,"p":-10,"r":-10,"t":-16,"v":-9,"w":-9,"y":-9,"z":-11,"x":-5}},"O":{"d":"349,-685v184,0,303,141,303,341v0,232,-141,355,-313,355v-178,0,-303,-138,-303,-342v0,-214,133,-354,313,-354xm345,-614v-144,0,-216,133,-216,281v0,144,78,273,215,273v138,0,216,-127,216,-280v0,-134,-70,-274,-215,-274","w":689,"k":{"T":25,"X":27,"Y":28,"A":14,"f":-16,"g":-6,"j":-5,"c":-4,"d":-4,"e":-4,"o":-4,"q":-4,"t":-17,"u":-3,"v":-14,"w":-14,"y":-14,"z":3,"x":5,"-":-14,")":7,"]":7,"}":7,",":34,".":34}},"P":{"d":"76,0r0,-666v42,-7,97,-13,167,-13v86,0,149,20,189,56v37,32,59,81,59,141v0,61,-18,109,-52,144v-46,49,-121,74,-206,74v-26,0,-50,-1,-70,-6r0,270r-87,0xm163,-603r0,262v19,5,43,7,72,7v105,0,169,-51,169,-144v0,-89,-63,-132,-159,-132v-38,0,-67,3,-82,7","w":532,"k":{"J":74,"M":12,"X":13,"Y":9,"A":84,"Z":30,"a":26,"g":24,"b":5,"h":5,"k":5,"l":5,"i":16,"m":16,"n":16,"p":16,"r":16,"c":25,"d":25,"e":25,"o":25,"q":25,"s":22,"t":-6,"u":15,"v":-4,"w":-4,"y":-4,":":11,";":11,"-":17,",":140,".":140}},"Q":{"d":"657,26r-25,73v-91,-24,-180,-51,-258,-78v-14,-5,-28,-10,-41,-10v-160,-6,-297,-124,-297,-341v0,-216,132,-355,314,-355v183,0,302,142,302,341v0,173,-80,284,-192,323r0,4v67,17,140,33,197,43xm343,-60r1,0v138,0,216,-126,216,-280v0,-135,-70,-274,-213,-274v-147,0,-219,136,-218,282v-1,143,78,272,214,272","w":689,"k":{"T":25,"X":27,"Y":28,"A":14,"f":-16,"g":-6,"j":-5,"c":-4,"d":-4,"e":-4,"o":-4,"q":-4,"t":-17,"u":-3,"v":-14,"w":-14,"y":-14,"z":3,"x":5,"-":-14,")":7,"]":7,"}":7,",":34,".":34}},"R":{"d":"76,0r0,-665v44,-9,107,-14,167,-14v93,0,153,17,195,55v34,30,53,76,53,128v0,89,-56,148,-127,172r0,3v52,18,83,66,99,136v22,94,38,159,52,185r-90,0v-11,-20,-26,-77,-45,-161v-20,-93,-56,-128,-135,-131r-82,0r0,292r-87,0xm163,-604r0,246r89,0v93,0,152,-51,152,-128v0,-87,-63,-125,-155,-126v-42,0,-72,4,-86,8","w":538,"k":{"T":-9,"C":-3,"G":-3,"O":-3,"Q":-3,"V":-16,"W":-16,"X":-5,"Y":11,"A":-5,"a":-12,"b":-9,"h":-9,"k":-9,"l":-9,"i":-10,"m":-10,"n":-10,"p":-10,"r":-10,"c":-4,"d":-4,"e":-4,"o":-4,"q":-4,"t":-19,"v":-14,"w":-14,"y":-14}},"S":{"d":"42,-33r22,-73v39,24,96,44,156,44v89,0,141,-47,141,-115v0,-63,-36,-99,-127,-134v-110,-39,-178,-96,-178,-191v0,-105,87,-183,218,-183v69,0,119,16,149,33r-24,71v-22,-12,-67,-32,-128,-32v-92,0,-127,55,-127,101v0,63,41,94,134,130v114,44,172,99,172,198v0,104,-77,195,-236,195v-65,0,-136,-20,-172,-44","w":493,"k":{"a":-3,"j":4,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6,"t":3,"v":8,"w":8,"y":8,"-":-5}},"T":{"d":"204,0r0,-600r-205,0r0,-74r499,0r0,74r-206,0r0,600r-88,0","w":497,"k":{"i":45,"T":-38,"J":43,"C":27,"G":27,"O":27,"Q":27,"V":-40,"W":-40,"X":-22,"Y":-28,"A":75,"S":6,"a":64,"g":64,"b":7,"h":7,"k":7,"l":7,"m":45,"n":45,"p":45,"r":45,"c":71,"d":71,"e":71,"o":71,"q":71,"s":53,"u":45,"v":40,"w":40,"y":40,"z":51,"x":34,":":26,";":26,"-":51,")":-60,"]":-60,"}":-60,"\"":-17,"'":-17,",":60,".":60}},"U":{"d":"75,-674r88,0r0,399v0,151,67,215,157,215v100,0,164,-66,164,-215r0,-399r88,0r0,393v0,207,-109,292,-255,292v-138,0,-242,-79,-242,-288r0,-397","w":647,"k":{"A":34,"a":4,"f":-7,"s":6,"t":-4,"v":3,"w":3,"y":3,"z":5,"x":7,",":27,".":27}},"V":{"d":"320,0r-96,0r-220,-674r94,0r105,332v29,91,54,173,72,252r2,0v19,-78,47,-163,77,-251r114,-333r93,0","w":558,"k":{"T":-33,"J":23,"V":-16,"W":-16,"A":57,"a":33,"g":9,"b":5,"h":5,"k":5,"l":5,"i":16,"m":16,"n":16,"p":16,"r":16,"c":33,"d":33,"e":33,"o":33,"q":33,"s":25,"t":-9,"u":18,"v":4,"w":4,"y":4,"z":3,":":16,";":16,"-":14,")":-55,"]":-55,"}":-55,"\"":-19,"'":-19,",":55,".":55}},"W":{"d":"277,0r-91,0r-171,-674r92,0r80,341v20,84,38,168,50,233r2,0v11,-67,32,-147,55,-234r90,-340r91,0r82,342v19,80,37,160,47,231r2,0v14,-74,33,-149,54,-233r89,-340r89,0r-191,674r-91,0r-85,-351v-21,-86,-35,-152,-44,-220r-2,0v-12,67,-27,133,-52,220","w":846,"k":{"T":-33,"J":23,"V":-16,"W":-16,"A":57,"a":33,"g":9,"b":5,"h":5,"k":5,"l":5,"i":16,"m":16,"n":16,"p":16,"r":16,"c":33,"d":33,"e":33,"o":33,"q":33,"s":25,"t":-9,"u":18,"v":4,"w":4,"y":4,"z":3,":":16,";":16,"-":14,")":-55,"]":-55,"}":-55,"\"":-19,"'":-19,",":55,".":55}},"X":{"d":"546,0r-101,0r-86,-149v-35,-57,-57,-94,-78,-133r-2,0v-19,39,-38,75,-73,134r-81,148r-100,0r206,-341r-198,-333r101,0r89,158v25,44,44,78,62,114r3,0v19,-40,36,-71,61,-114r92,-158r100,0r-205,328","w":571,"k":{"T":-8,"J":-4,"C":29,"G":29,"O":29,"Q":29,"V":-9,"W":-9,"X":15,"Y":-5,"A":9,"a":6,"c":11,"d":11,"e":11,"o":11,"q":11,"u":8,"v":19,"w":19,"y":19,"-":21}},"Y":{"d":"314,0r-88,0r0,-286r-213,-388r99,0r95,186v26,51,46,92,67,139r2,0v19,-44,42,-88,68,-139r97,-186r99,0r-226,387r0,287","w":541,"k":{"T":-34,"J":54,"M":10,"C":36,"G":36,"O":36,"Q":36,"V":-29,"W":-29,"X":3,"Y":-3,"A":81,"S":13,"B":7,"D":7,"E":7,"F":7,"H":7,"I":7,"K":7,"L":7,"N":7,"P":7,"R":7,"a":70,"g":40,"b":9,"h":9,"k":9,"l":9,"i":13,"m":13,"n":13,"p":13,"r":13,"c":76,"d":76,"e":76,"o":76,"q":76,"s":52,"t":19,"u":53,"v":29,"w":29,"y":29,"z":25,"x":26,":":33,";":33,"-":51,")":-56,"]":-56,"}":-56,"\"":-8,"'":-8,",":95,".":95}},"Z":{"d":"30,0r0,-51r374,-547r0,-3r-342,0r0,-73r455,0r0,53r-372,545r0,3r377,0r0,73r-492,0","w":553,"k":{"J":-8,"C":21,"G":21,"O":21,"Q":21,"X":6,"c":12,"d":12,"e":12,"o":12,"q":12,"u":7,"v":9,"w":9,"y":9,"-":27}},"[":{"d":"265,112r-183,0r0,-798r183,0r0,55r-115,0r0,688r115,0r0,55","w":284,"k":{"T":-48,"J":-17,"C":12,"G":12,"O":12,"Q":12,"V":-50,"W":-50,"X":-11,"Y":-41,"A":11,"j":-56}},"\\":{"d":"342,40r-68,0r-272,-725r68,0","w":341},"]":{"d":"19,-686r183,0r0,798r-183,0r0,-55r115,0r0,-688r-115,0r0,-55","w":284},"^":{"d":"536,-189r-70,0r-167,-388r-2,0r-167,388r-70,0r207,-461r62,0","w":596},"_":{"d":"0,75r500,0r0,50r-500,0r0,-50","w":500},"a":{"d":"413,-297r0,181v0,42,2,83,8,116r-80,0r-7,-61r-3,0v-27,38,-79,72,-148,72v-98,0,-148,-69,-148,-139v0,-117,104,-181,291,-180r0,-10v0,-40,-11,-112,-110,-112v-45,0,-92,14,-126,36r-20,-58v40,-26,98,-43,159,-43v148,0,184,101,184,198xm328,-163r0,-84v-96,-2,-205,15,-205,109v0,57,38,84,83,84v63,0,103,-40,117,-81v3,-9,5,-19,5,-28","w":482},"b":{"d":"73,-125r0,-585r87,0r0,304r2,0v31,-54,87,-89,165,-89v120,0,205,100,204,247v0,173,-109,259,-217,259v-70,0,-126,-27,-162,-91r-3,0r-4,80r-76,0v2,-33,4,-82,4,-125xm160,-281r0,87v0,11,2,22,4,32v17,61,68,103,132,103v92,0,147,-75,147,-186v0,-97,-50,-180,-144,-180v-60,0,-116,41,-134,108v-2,10,-5,22,-5,36","w":569,"k":{"T":40,"v":7,"w":7,"y":7,"z":7,"x":14,"-":-15,")":3,"]":3,"}":3,"\"":11,"'":11,",":24,".":24}},"c":{"d":"403,-84r15,66v-23,12,-74,29,-139,29v-146,0,-241,-100,-241,-248v0,-149,102,-257,260,-257v52,0,98,13,122,25r-20,68v-21,-12,-54,-23,-102,-23v-111,0,-171,82,-171,183v0,112,72,181,168,181v50,0,83,-13,108,-24","w":448,"k":{"T":12,"f":-3,"c":6,"d":6,"e":6,"o":6,"q":6,"t":-13,"v":-18,"w":-18,"y":-18,"-":-5,",":10,".":10}},"d":{"d":"403,-710r88,0r0,585v0,43,1,92,4,125r-79,0r-4,-84r-2,0v-27,54,-86,95,-165,95v-117,0,-207,-99,-207,-246v-1,-161,99,-260,217,-260v74,0,124,35,146,74r2,0r0,-289xm403,-203r0,-84v0,-11,-1,-26,-4,-37v-13,-56,-61,-102,-127,-102v-91,0,-145,80,-145,187v0,98,48,179,143,179v59,0,113,-39,129,-105v3,-12,4,-24,4,-38","w":564,"k":{",":10,".":10}},"e":{"d":"462,-226r-340,0v2,119,78,168,166,168v63,0,101,-11,134,-25r15,63v-31,14,-84,31,-161,31v-149,0,-238,-99,-238,-245v0,-146,86,-261,227,-261v158,0,200,139,200,228v0,18,-2,32,-3,41xm123,-289r257,0v1,-56,-23,-143,-122,-143v-89,0,-128,82,-135,143","w":501,"k":{"T":33,"x":3,"-":-28,",":12,".":12}},"f":{"d":"169,0r-87,0r0,-417r-68,0r0,-67r68,0r0,-23v0,-68,15,-130,56,-169v33,-32,77,-45,118,-45v31,0,58,7,75,14r-12,68v-13,-6,-31,-11,-56,-11v-75,0,-94,66,-94,140r0,26r117,0r0,67r-117,0r0,417","w":292,"k":{"g":12,"c":13,"d":13,"e":13,"o":13,"q":13,"s":9,"t":-11,":":-32,";":-32,")":-103,"]":-103,"}":-103,"\"":-56,"'":-56,",":33,".":33}},"g":{"d":"486,-351r0,281v0,111,-22,179,-69,221v-47,44,-115,58,-176,58v-58,0,-122,-14,-161,-40r22,-67v32,20,82,38,142,38v90,0,156,-47,156,-169r0,-54r-2,0v-27,45,-79,81,-154,81v-120,0,-206,-102,-206,-236v0,-164,107,-257,218,-257v84,0,130,44,151,84r2,0r4,-73r77,0v-2,35,-4,74,-4,133xm399,-206r0,-87v0,-15,-1,-28,-5,-40v-16,-51,-59,-93,-123,-93v-84,0,-144,71,-144,183v0,95,48,174,143,174v54,0,103,-34,122,-90v5,-15,7,-32,7,-47","w":559,"k":{"T":32,"f":-4,"i":6,"m":6,"n":6,"p":6,"r":6,",":15,".":15}},"h":{"d":"73,0r0,-710r88,0r0,302r2,0v14,-25,36,-47,63,-62v26,-15,57,-25,90,-25v65,0,169,40,169,207r0,288r-88,0r0,-278v0,-78,-29,-144,-112,-144v-57,0,-102,40,-118,88v-5,12,-6,25,-6,42r0,292r-88,0","w":555,"k":{"T":50,"t":4,"v":13,"w":13,"y":13,"\"":7,"'":7}},"i":{"d":"161,0r-88,0r0,-484r88,0r0,484xm117,-675v33,0,54,24,54,55v1,30,-21,54,-56,54v-31,0,-53,-24,-53,-54v0,-31,23,-55,55,-55","w":234},"j":{"d":"-36,211r-9,-69v40,-3,75,-14,96,-37v24,-27,33,-66,33,-182r0,-407r88,0r0,441v0,94,-15,155,-58,199v-39,39,-103,55,-150,55xm129,-675v32,0,53,24,53,55v1,29,-20,54,-55,54v-33,0,-54,-25,-54,-54v0,-31,23,-55,56,-55","w":243,"k":{",":11,".":11}},"k":{"d":"160,-710r0,448r2,0v12,-17,29,-38,43,-55r142,-167r106,0r-187,199r213,285r-107,0r-167,-232r-45,50r0,182r-87,0r0,-710r87,0","w":469,"k":{"T":19,"a":-18,"b":-17,"h":-17,"k":-17,"l":-17,"i":-17,"m":-17,"n":-17,"p":-17,"r":-17,"u":-4,"v":-13,"w":-13,"y":-13,":":-10,";":-10,"-":10,",":-14,".":-14}},"l":{"d":"73,0r0,-710r88,0r0,710r-88,0","w":236,"k":{",":10,".":10}},"m":{"d":"73,0r0,-353v0,-50,-1,-91,-4,-131r77,0r4,78r3,0v27,-46,72,-89,152,-89v66,0,116,40,137,97r2,0v15,-27,34,-48,54,-63v29,-22,61,-34,107,-34v64,0,159,42,159,210r0,285r-86,0r0,-274v0,-93,-34,-149,-105,-149v-50,0,-89,37,-104,80v-4,12,-7,28,-7,44r0,299r-86,0r0,-290v0,-77,-34,-133,-101,-133v-55,0,-95,44,-109,88v-5,13,-7,28,-7,43r0,292r-86,0","w":834,"k":{"T":50,"t":4,"v":13,"w":13,"y":13,"\"":7,"'":7}},"n":{"d":"73,0r0,-353v0,-50,-1,-91,-4,-131r78,0r5,80r2,0v24,-46,80,-91,160,-91v67,0,171,40,171,206r0,289r-88,0r0,-279v0,-78,-29,-143,-112,-143v-58,0,-103,41,-118,90v-4,11,-6,26,-6,41r0,291r-88,0","w":555,"k":{"T":50,"t":4,"v":13,"w":13,"y":13,"\"":7,"'":7}},"o":{"d":"278,-495v139,0,233,101,233,249v0,179,-124,257,-241,257v-131,0,-232,-96,-232,-249v0,-162,106,-257,240,-257xm276,-429v-104,0,-149,96,-149,188v0,106,61,186,147,186v84,0,147,-79,147,-188v0,-82,-41,-186,-145,-186","w":549,"k":{"T":40,"v":7,"w":7,"y":7,"z":7,"x":14,"-":-15,")":3,"]":3,"}":3,"\"":11,"'":11,",":24,".":24}},"p":{"d":"73,198r0,-524v0,-62,-2,-112,-4,-158r79,0r4,83r2,0v36,-59,93,-94,172,-94v117,0,205,99,205,246v0,174,-106,260,-220,260v-64,0,-120,-28,-149,-76r-2,0r0,263r-87,0xm160,-280r0,83v0,13,2,25,4,36v16,61,69,103,132,103v93,0,147,-76,147,-187v0,-97,-51,-180,-144,-180v-60,0,-116,43,-133,109v-3,11,-6,24,-6,36","w":569,"k":{"T":40,"v":7,"w":7,"y":7,"z":7,"x":14,"-":-15,")":3,"]":3,"}":3,"\"":11,"'":11,",":24,".":24}},"q":{"d":"403,198r0,-273r-2,0v-26,48,-80,86,-158,86v-113,0,-205,-98,-205,-245v0,-181,117,-261,219,-261v75,0,125,37,149,84r2,0r3,-73r83,0v-2,41,-3,83,-3,133r0,549r-88,0xm403,-197r0,-91v0,-12,-1,-26,-4,-37v-13,-54,-60,-100,-126,-100v-91,0,-146,77,-146,186v0,96,46,180,143,180v57,0,106,-35,126,-96v4,-12,7,-29,7,-42","w":563,"k":{"T":31,",":8,".":8}},"r":{"d":"73,0r0,-333v0,-57,-1,-106,-4,-151r77,0r3,95r4,0v22,-65,75,-106,134,-106v10,0,17,1,25,3r0,83v-9,-2,-18,-3,-30,-3v-62,0,-106,47,-118,113v-2,12,-4,26,-4,41r0,258r-87,0","w":327,"k":{"T":14,"a":5,"f":-30,"g":8,"b":-4,"h":-4,"k":-4,"l":-4,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"c":10,"d":10,"e":10,"o":10,"q":10,"t":-24,"v":-25,"w":-25,"y":-25,"z":-9,"x":-18,":":-9,";":-9,"-":5,",":53,".":53}},"s":{"d":"39,-23r22,-67v26,17,72,35,116,35v64,0,94,-32,94,-72v0,-42,-25,-65,-90,-89v-87,-31,-128,-79,-128,-137v0,-78,63,-142,167,-142v49,0,92,14,119,30r-22,64v-19,-12,-54,-28,-99,-28v-52,0,-81,30,-81,66v0,40,29,58,92,82v84,32,127,74,127,146v0,85,-66,146,-181,146v-53,0,-102,-14,-136,-34","w":396,"k":{"T":24,",":11,".":11}},"t":{"d":"93,-573r86,-27r0,116r126,0r0,67r-126,0r0,261v0,60,17,94,66,94v24,0,38,-2,51,-6r4,66v-17,7,-44,13,-78,13v-41,0,-74,-14,-95,-38v-25,-26,-34,-69,-34,-126r0,-264r-75,0r0,-67r75,0r0,-89","w":331,"k":{"g":6,"c":6,"d":6,"e":6,"o":6,"q":6,"v":-9,"w":-9,"y":-9,"-":5,",":3,".":3}},"u":{"d":"478,-484r0,352v0,50,1,94,4,132r-78,0r-5,-79r-2,0v-23,39,-74,90,-160,90v-76,0,-167,-42,-167,-212r0,-283r88,0r0,268v0,92,28,154,108,154v59,0,100,-41,116,-80v5,-13,8,-29,8,-45r0,-297r88,0","w":551,"k":{"T":31,",":8,".":8}},"v":{"d":"13,-484r94,0r95,272v16,44,29,84,39,124r3,0v11,-40,25,-80,41,-124r94,-272r92,0r-190,484r-84,0","w":481,"k":{"T":30,"a":4,"g":10,"c":10,"d":10,"e":10,"o":10,"q":10,"s":6,"v":-12,"w":-12,"y":-12,":":-24,";":-24,"-":4,",":39,".":39}},"w":{"d":"18,-484r90,0r64,246v14,54,27,104,36,154r3,0v11,-49,27,-101,43,-154r79,-246r74,0r75,242v18,58,32,109,43,158r3,0v8,-49,21,-100,37,-157r69,-243r87,0r-156,484r-80,0r-74,-231v-17,-54,-31,-102,-43,-159r-2,0v-12,58,-27,108,-44,160r-78,230r-80,0","w":736,"k":{"T":30,"a":4,"g":10,"c":10,"d":10,"e":10,"o":10,"q":10,"s":6,"v":-12,"w":-12,"y":-12,":":-24,";":-24,"-":4,",":39,".":39}},"x":{"d":"16,-484r98,0r69,104v18,27,33,52,49,79r3,0v16,-29,32,-54,48,-80r68,-103r95,0r-165,234r170,250r-100,0r-71,-109v-19,-28,-35,-55,-52,-84r-2,0v-16,30,-33,55,-51,84r-70,109r-97,0r172,-247","w":463,"k":{"T":22,"c":15,"d":15,"e":15,"o":15,"q":15,"s":6,"t":-13,"v":-15,"w":-15,"y":-15,"-":6}},"y":{"d":"9,-484r96,0r106,286v11,32,23,70,31,99r2,0v9,-29,19,-66,31,-101r96,-284r93,0r-132,345v-63,166,-106,251,-166,303v-43,38,-86,53,-108,57r-22,-74v22,-7,51,-21,77,-43v24,-19,54,-53,74,-98v4,-9,7,-16,7,-21v0,-5,-2,-12,-6,-23","w":471,"k":{"T":30,"a":4,"g":10,"c":10,"d":10,"e":10,"o":10,"q":10,"s":6,"v":-12,"w":-12,"y":-12,":":-24,";":-24,"-":4,",":39,".":39}},"z":{"d":"18,0r0,-51r219,-285r63,-75r0,-2r-262,0r0,-71r369,0r-1,55r-216,281v-20,27,-40,51,-62,76r0,2r283,0r0,70r-393,0","w":428,"k":{"T":20,"c":7,"d":7,"e":7,"o":7,"q":7,"v":-24,"w":-24,"y":-24}},"{":{"d":"28,-262r0,-51v71,0,81,-39,81,-75v0,-27,-4,-55,-8,-83v-4,-28,-8,-56,-8,-84v0,-92,60,-131,145,-131r21,0r0,55r-18,0v-59,1,-79,32,-79,86v0,24,3,48,7,72v4,24,7,49,7,76v1,64,-27,96,-72,108r0,2v45,11,73,45,72,109v0,27,-3,52,-7,76v-4,25,-7,48,-7,72v0,56,23,86,79,87r18,0r0,55r-21,0v-83,0,-145,-36,-145,-137v0,-27,4,-55,8,-82v4,-27,8,-54,8,-81v0,-31,-10,-74,-81,-74","w":284,"k":{"T":-48,"J":-17,"C":12,"G":12,"O":12,"Q":12,"V":-50,"W":-50,"X":-11,"Y":-41,"A":11,"j":-56}},"|":{"d":"86,-750r67,0r0,1000r-67,0r0,-1000","w":239},"}":{"d":"256,-313r0,51v-71,0,-81,43,-81,74v0,27,4,54,8,81v4,27,8,55,8,82v0,101,-63,137,-145,137r-21,0r0,-55r17,0v56,-1,80,-31,80,-87v0,-24,-4,-47,-7,-72v-4,-24,-8,-49,-8,-76v0,-64,28,-98,72,-109r0,-2v-44,-12,-72,-44,-72,-108v0,-27,4,-52,8,-76v3,-24,7,-48,7,-72v0,-54,-21,-85,-79,-86r-18,0r0,-55r20,0v85,0,146,39,146,131v0,28,-4,56,-8,84v-4,28,-8,56,-8,83v0,36,10,75,81,75","w":284},"~":{"d":"108,-210r-59,0v-4,-100,50,-151,119,-151v42,0,74,13,141,45v51,24,88,42,125,42v36,0,53,-29,54,-84r60,0v5,112,-53,151,-115,151v-40,0,-76,-12,-145,-44v-47,-23,-84,-44,-120,-44v-36,0,-58,25,-60,85","w":596},"'":{"d":"51,-692r87,0r-17,240r-54,0","w":188,"k":{"T":-17,"J":59,"M":5,"C":3,"G":3,"O":3,"Q":3,"V":-17,"W":-17,"Y":-3,"A":61,"f":-25,"g":10,"c":8,"d":8,"e":8,"o":8,"q":8,"t":-24,"v":-21,"w":-21,"y":-21,",":113,".":113}},"`":{"d":"22,-693r97,0r87,143r-62,0","w":300},"\u00a0":{"w":212,"k":{"T":41,"V":36,"W":36,"Y":46}}}});;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 2000, 2004 Adobe Systems Incorporated. All Rights Reserved. U.S. Patent
 * D454,582.
 * 
 * Trademark:
 * Myriad is either a registered trademark or a trademark of Adobe Systems
 * Incorporated in the United States and/or other countries.
 * 
 * Full name:
 * MyriadPro-Bold
 * 
 * Designer:
 * Robert Slimbach and Carol Twombly
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":555,"face":{"font-family":"Myriad Pro Bold","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 7 3 3 4 3 2 2 4","ascent":"750","descent":"-250","x-height":"11","bbox":"-40 -750 875 250","underline-thickness":"50","underline-position":"-50","stemh":"112","stemv":"152","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":202,"k":{"T":39,"V":37,"W":37,"Y":40}},"!":{"d":"191,-221r-114,0r-23,-453r159,0xm134,11r-1,0v-53,0,-89,-39,-89,-91v0,-53,37,-91,90,-91v53,0,88,38,89,91v0,52,-35,91,-89,91","w":268},"\"":{"d":"35,-692r135,0r-23,271r-89,0xm227,-692r135,0r-23,271r-89,0","w":397,"k":{"T":-9,"J":58,"C":9,"G":9,"O":9,"Q":9,"V":-9,"W":-9,"X":-4,"Y":-8,"A":46,"f":-25,"g":19,"c":13,"d":13,"e":13,"o":13,"q":13,"t":-22,"v":-6,"w":-6,"y":-6,",":125,".":125}},"#":{"d":"223,-271r91,0r16,-112r-91,0xm182,0r-90,0r26,-179r-81,0r0,-92r97,0r16,-112r-85,0r0,-93r99,0r25,-174r89,0r-25,174r91,0r26,-174r89,0r-26,174r80,0r0,93r-94,0r-16,112r83,0r0,92r-98,0r-25,179r-90,0r25,-179r-91,0","w":550},"$":{"d":"323,87r-98,0r0,-95v-67,-3,-132,-21,-170,-43r30,-117v42,23,101,44,166,44v57,0,96,-22,96,-62v0,-38,-32,-62,-106,-87v-107,-36,-180,-86,-180,-183v0,-88,62,-157,169,-178r0,-95r98,0r0,88v67,3,112,17,145,33r-29,113v-26,-11,-72,-34,-144,-34v-65,0,-86,28,-86,56v0,33,35,54,120,86v119,42,167,97,167,187v0,89,-63,165,-178,185r0,102"},"%":{"d":"209,-661r1,0v111,0,174,82,174,193v0,136,-86,208,-180,208v-99,0,-177,-75,-177,-197v0,-116,71,-204,182,-204xm206,-578r-1,0v-44,0,-65,52,-65,118v0,68,23,117,67,117v43,0,64,-44,64,-118v0,-66,-18,-117,-65,-117xm293,11r-82,0r374,-671r81,0xm677,-391r1,0v111,0,174,82,174,193v0,136,-86,207,-180,207v-98,0,-176,-74,-177,-196v0,-116,71,-204,182,-204xm675,-308r-1,0v-45,0,-65,52,-65,117v-1,68,22,117,66,117v43,0,64,-44,64,-117v0,-66,-17,-117,-64,-117","w":880},"&":{"d":"672,0r-177,0r-44,-48v-44,34,-105,59,-185,59v-163,0,-235,-97,-235,-191v0,-89,51,-153,128,-193r0,-4v-29,-32,-51,-82,-51,-130v0,-85,67,-178,202,-178v104,0,183,61,183,158v0,68,-40,126,-133,173r-1,4v39,43,80,92,113,126v27,-42,48,-104,57,-164r136,0v-18,102,-52,189,-112,256xm287,-99r1,0v39,0,72,-15,92,-34v-42,-42,-97,-103,-152,-165v-28,20,-53,49,-53,93v0,57,43,106,112,106xm305,-590r-1,0v-38,0,-60,34,-60,69v0,34,16,64,46,97v49,-34,74,-60,74,-99v0,-32,-19,-67,-59,-67","w":678},"(":{"d":"174,-691r106,0v-57,92,-101,226,-101,405v0,176,45,309,101,402r-106,0v-54,-77,-114,-210,-114,-403v1,-194,60,-326,114,-404","w":314,"k":{"T":-22,"J":-10,"C":23,"G":23,"O":23,"Q":23,"V":-27,"W":-27,"X":-5,"Y":-30,"A":19,"j":-50}},")":{"d":"141,116r-106,0v55,-92,101,-227,101,-404v0,-177,-45,-310,-101,-403r106,0v53,77,114,208,114,403v-1,195,-61,326,-114,404","w":314},"*":{"d":"284,-685r88,50r-108,127r1,3r159,-32r0,101r-160,-28r-1,3r109,123r-89,52r-57,-155r-2,1r-58,154r-86,-52r107,-125r0,-2r-157,29r0,-101r155,31r1,-2r-106,-126r89,-51r56,153r2,0","w":454},"+":{"d":"249,-532r98,0r0,218r209,0r0,94r-209,0r0,220r-98,0r0,-220r-209,0r0,-94r209,0r0,-218","w":596},",":{"d":"103,110r-101,9v31,-89,58,-193,72,-284r155,-10v-33,102,-78,207,-126,285","w":260,"k":{"\"":122,"'":122}},"-":{"d":"30,-314r262,0r0,102r-262,0r0,-102","w":322,"k":{"T":55,"J":6,"C":-12,"G":-12,"O":-12,"Q":-12,"V":24,"W":24,"X":17,"Y":60,"A":5,"g":-4,"c":-16,"d":-16,"e":-16,"o":-16,"q":-16}},".":{"d":"139,11r-1,0v-51,0,-88,-39,-88,-92v0,-54,37,-93,90,-93v53,0,89,38,89,93v0,53,-36,92,-90,92","w":260,"k":{"\"":122,"'":122}},"\/":{"d":"117,40r-101,0r214,-725r101,0","w":331},"0":{"d":"280,-661v174,0,242,155,242,333v0,201,-81,339,-247,339v-168,0,-242,-151,-243,-335v0,-188,80,-337,248,-337xm278,-546v-56,0,-94,71,-93,222v-1,149,35,220,94,220v59,0,91,-74,91,-222v0,-144,-31,-220,-92,-220"},"1":{"d":"236,0r0,-515r-2,0r-124,59r-25,-114r172,-80r126,0r0,650r-147,0"},"2":{"d":"503,0r-461,0r0,-92r84,-76v142,-127,211,-200,213,-276v0,-53,-32,-95,-107,-95v-56,0,-105,28,-139,54r-43,-109v49,-37,125,-67,213,-67v147,0,228,86,228,204v0,109,-79,196,-173,280r-60,50r0,2r245,0r0,125"},"3":{"d":"38,-35r31,-114v27,14,89,40,151,40v79,0,119,-38,119,-87v0,-64,-64,-93,-131,-93r-62,0r0,-109r59,0v51,-1,116,-20,116,-75v0,-39,-32,-68,-96,-68v-53,0,-109,23,-136,39r-31,-110v39,-25,117,-49,201,-49v139,0,216,73,216,162v0,69,-39,123,-119,151r0,2v78,14,141,73,141,158v0,115,-101,199,-266,199v-84,0,-155,-22,-193,-46"},"4":{"d":"455,0r-144,0r0,-155r-288,0r0,-99r246,-396r186,0r0,381r78,0r0,114r-78,0r0,155xm165,-269r146,0r0,-144v0,-39,2,-79,5,-121r-4,0v-21,42,-38,80,-60,121r-87,142r0,2"},"5":{"d":"476,-650r0,125r-252,0r-14,100v14,-2,26,-2,42,-2v62,0,125,14,171,47v49,33,79,87,79,163v0,121,-104,228,-279,228v-79,0,-145,-18,-181,-37r27,-114v29,14,88,32,147,32v63,0,130,-30,130,-99v0,-67,-53,-108,-183,-108v-36,0,-61,2,-88,6r43,-341r358,0"},"6":{"d":"457,-659r0,117v-17,0,-35,0,-59,2v-135,11,-195,80,-212,156r3,0v32,-33,77,-52,138,-52v109,0,201,77,201,212v0,129,-99,235,-240,235v-173,0,-258,-129,-258,-284v0,-122,45,-224,115,-289v65,-59,149,-91,251,-96v28,-2,46,-2,61,-1xm286,-101r1,0v53,0,87,-49,87,-115v0,-60,-32,-112,-97,-112v-41,0,-75,25,-90,58v-4,8,-6,20,-6,38v3,69,36,131,105,131"},"7":{"d":"49,-650r459,0r0,96r-268,554r-161,0r268,-523r0,-2r-298,0r0,-125"},"8":{"d":"148,-333r0,-3v-63,-32,-94,-85,-94,-142v0,-110,99,-183,229,-183v152,0,215,88,215,167v0,56,-30,111,-94,143r0,3v63,24,119,78,119,162v0,118,-99,197,-250,197v-165,0,-241,-93,-241,-181v0,-78,45,-132,116,-163xm279,-94v54,0,89,-35,89,-81v0,-57,-42,-91,-102,-107v-50,14,-79,50,-79,97v-1,47,35,91,92,91xm276,-558v-52,0,-79,34,-79,75v0,44,40,72,92,88v35,-10,66,-42,66,-83v0,-40,-23,-80,-79,-80"},"9":{"d":"90,9r0,-119v19,2,36,2,66,0v46,-3,93,-16,128,-40v42,-29,70,-71,82,-120r-3,-1v-29,30,-71,47,-130,47v-110,0,-203,-77,-203,-203v0,-127,102,-234,245,-234v167,0,246,128,246,280v0,135,-43,234,-114,299v-62,56,-147,87,-248,91v-26,2,-52,1,-69,0xm271,-550r-1,0v-51,0,-89,46,-88,114v0,56,30,104,92,104v41,0,70,-20,84,-43v5,-9,8,-19,8,-38v0,-69,-26,-137,-95,-137"},":":{"d":"139,-312r-1,0v-51,0,-88,-39,-88,-91v0,-54,37,-92,90,-92v53,0,88,37,89,92v0,52,-36,91,-90,91xm139,11r-1,0v-51,0,-88,-39,-88,-91v0,-54,37,-92,90,-92v53,0,88,37,89,92v0,52,-36,91,-90,91","w":260},";":{"d":"102,110r-100,9v31,-89,58,-193,73,-284r153,-10v-33,102,-78,207,-126,285xm145,-312r-1,0v-52,0,-89,-39,-88,-91v0,-54,36,-92,89,-92v53,0,88,37,89,92v0,52,-35,91,-89,91","w":260},"<":{"d":"58,-223r0,-86r480,-223r0,106r-363,159r0,2r363,159r0,106","w":596},"=":{"d":"556,-325r-516,0r0,-93r516,0r0,93xm556,-118r-516,0r0,-93r516,0r0,93","w":596},">":{"d":"538,-312r0,92r-480,220r0,-106r371,-159r0,-2r-371,-159r0,-106","w":596},"?":{"d":"272,-219r-134,0r-1,-26v-3,-51,14,-103,59,-156v32,-39,58,-71,58,-105v0,-35,-23,-58,-73,-60v-33,0,-73,12,-99,30r-34,-109v37,-21,96,-41,167,-41v132,0,192,73,192,156v0,76,-47,126,-85,168v-37,41,-51,80,-50,125r0,18xm201,11r-1,0v-52,0,-88,-39,-88,-91v0,-54,37,-91,89,-91v54,0,89,37,90,91v0,52,-36,91,-90,91","w":445},"@":{"d":"443,-250r14,-95v-8,-2,-18,-4,-31,-4v-66,0,-118,65,-118,142v0,38,17,62,50,62v37,0,76,-47,85,-105xm528,11r18,57v-60,28,-112,36,-183,36v-166,0,-312,-119,-312,-315v0,-204,148,-381,374,-381v176,0,302,121,302,289v0,146,-82,238,-190,238v-47,0,-81,-24,-86,-77r-2,0v-31,51,-76,77,-129,77v-65,0,-112,-48,-112,-130v0,-122,90,-233,234,-233v44,0,94,11,119,25r-30,185v-10,59,-3,86,25,87v43,1,97,-54,97,-169v0,-130,-84,-231,-239,-231v-153,0,-287,120,-287,311v0,167,107,262,256,262v51,0,105,-11,145,-31","w":770},"A":{"d":"416,-173r-193,0r-48,173r-158,0r206,-674r200,0r209,674r-164,0xm245,-287r149,0r-42,-143v-12,-40,-24,-90,-34,-130r-2,0v-10,40,-20,91,-31,130","w":656,"k":{"T":83,"J":-15,"C":25,"G":25,"O":25,"Q":25,"U":35,"V":59,"W":59,"X":24,"Y":95,"Z":-6,"f":13,"g":14,"b":6,"h":6,"k":6,"l":6,"j":6,"i":6,"m":6,"n":6,"p":6,"r":6,"c":14,"d":14,"e":14,"o":14,"q":14,"s":3,"t":20,"u":15,"v":31,"w":31,"y":31,"x":3,"-":8,")":18,"]":18,"}":18,"\"":46,"'":46}},"B":{"d":"66,-3r0,-662v40,-8,121,-14,197,-14v93,0,150,9,199,38v47,25,81,71,81,132v0,60,-35,116,-111,144r0,2v77,21,134,79,134,166v0,61,-28,109,-70,143v-49,39,-131,61,-265,61v-75,0,-131,-5,-165,-10xm217,-564r0,157r50,0v80,0,123,-33,123,-83v0,-51,-39,-78,-108,-78v-33,0,-52,2,-65,4xm217,-298r0,190v15,2,33,2,59,2v69,0,130,-27,130,-97v0,-68,-61,-95,-137,-95r-52,0","w":604,"k":{"T":18,"V":11,"W":11,"Y":34,"A":4,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6,"v":6,"w":6,"y":6,"a":-3,"-":-12,",":15,".":15}},"C":{"d":"538,-138r23,119v-28,14,-91,30,-173,30v-233,0,-353,-146,-353,-338v0,-230,164,-358,368,-358v79,0,139,16,166,30r-31,121v-31,-13,-74,-25,-128,-25v-121,0,-215,73,-215,223v0,135,80,220,216,220v46,0,97,-10,127,-22","w":595,"k":{"T":-14,"J":-10,"C":30,"G":30,"O":30,"Q":30,"V":-9,"W":-9,"X":-3,"Y":-7,"A":-10,"b":3,"h":3,"k":3,"l":3,"i":4,"m":4,"n":4,"p":4,"r":4,"c":19,"d":19,"e":19,"o":19,"q":19,"u":20,"v":33,"w":33,"y":33,"a":10,"z":-7,")":-9,"]":-9,"}":-9,"\"":-6,"'":-6}},"D":{"d":"66,-3r0,-662v56,-9,129,-14,206,-14v128,0,211,23,276,72v70,52,114,135,114,254v0,129,-47,218,-112,273v-71,59,-179,87,-311,87v-79,0,-135,-5,-173,-10xm219,-556r0,441v13,3,34,3,53,3v138,1,228,-75,228,-236v1,-140,-81,-214,-212,-214v-34,0,-56,3,-69,6","w":696,"k":{"T":28,"V":7,"W":7,"X":33,"Y":37,"A":16,"f":-10,"g":-4,"b":-3,"h":-3,"k":-3,"l":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"t":-13,"u":-5,"v":-10,"w":-10,"y":-10,"x":12,"z":3,"-":-12,")":19,"]":19,"}":19,",":40,".":40}},"E":{"d":"467,-409r0,124r-248,0r0,160r277,0r0,125r-430,0r0,-674r416,0r0,125r-263,0r0,140r248,0","w":534,"k":{"T":-5,"J":-22,"V":-7,"W":-7,"f":5,"g":7,"b":-4,"h":-4,"k":-4,"l":-4,"j":5,"c":4,"d":4,"e":4,"o":4,"q":4,"s":-4,"t":6,"u":10,"v":12,"w":12,"y":12,"z":-6,",":8,".":8}},"F":{"d":"66,0r0,-674r412,0r0,125r-259,0r0,154r242,0r0,124r-242,0r0,271r-153,0","w":527,"k":{"J":69,"A":67,"M":14,"g":9,"b":15,"h":15,"k":15,"l":15,"i":20,"m":20,"n":20,"p":20,"r":20,"c":26,"d":26,"e":26,"o":26,"q":26,"u":28,"v":20,"w":20,"y":20,"a":39,":":18,";":18,",":90,".":90}},"G":{"d":"629,-386r0,355v-47,16,-136,38,-225,38v-123,0,-212,-31,-274,-91v-62,-58,-96,-146,-95,-245v1,-224,164,-352,385,-352v87,0,154,17,187,33r-32,122v-37,-16,-83,-29,-157,-29v-127,0,-223,72,-223,218v0,139,87,221,212,221v35,0,63,-4,75,-10r0,-141r-104,0r0,-119r251,0","w":682,"k":{"b":-3,"h":-3,"k":-3,"l":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6,"u":-3,"v":7,"w":7,"y":7,"a":-8}},"H":{"d":"66,-674r153,0r0,259r251,0r0,-259r152,0r0,674r-152,0r0,-282r-251,0r0,282r-153,0r0,-674","w":689,"k":{"Y":18,"f":-5,"b":-3,"h":-3,"k":-3,"l":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"c":3,"d":3,"e":3,"o":3,"q":3,"s":3,"t":-7,"x":3,"z":-3}},"I":{"d":"66,-674r153,0r0,674r-153,0r0,-674","w":285,"k":{"Y":18,"f":-5,"b":-3,"h":-3,"k":-3,"l":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"c":3,"d":3,"e":3,"o":3,"q":3,"s":3,"t":-7,"x":3,"z":-3}},"J":{"d":"198,-250r0,-424r152,0r0,426v0,192,-92,259,-240,259v-35,0,-81,-6,-111,-16r17,-123v21,7,48,12,78,12v64,0,104,-29,104,-134","w":411,"k":{"v":-3,"w":-3,"y":-3,"a":5,")":-13,"]":-13,"}":-13,",":7,".":7}},"K":{"d":"66,0r0,-674r151,0r0,298r3,0v15,-26,31,-50,46,-74r153,-224r187,0r-223,287r235,387r-178,0r-165,-291r-58,71r0,220r-151,0","w":614,"k":{"T":-6,"J":-29,"C":33,"G":33,"O":33,"Q":33,"Y":15,"Z":-17,"A":-13,"g":13,"c":17,"d":17,"e":17,"o":17,"q":17,"u":19,"v":41,"w":41,"y":41,":":-7,";":-7,"-":23,")":-7,"]":-7,"}":-7,"\"":-4,"'":-4,",":-9,".":-9}},"L":{"d":"66,0r0,-674r153,0r0,546r268,0r0,128r-421,0","w":511,"k":{"T":104,"J":-28,"C":38,"G":38,"O":38,"Q":38,"U":31,"V":65,"W":65,"Y":90,"A":-6,"f":3,"j":4,"c":9,"d":9,"e":9,"o":9,"q":9,"t":5,"u":11,"v":36,"w":36,"y":36,"a":-4,"-":18,"\"":101,"'":101}},"M":{"d":"646,0r-10,-258v-3,-81,-6,-179,-6,-277r-3,0v-21,86,-49,182,-75,261r-82,263r-119,0r-72,-260v-22,-80,-45,-176,-61,-264r-2,0v-4,91,-7,195,-12,279r-12,256r-141,0r43,-674r203,0r66,225v21,77,42,162,57,241r3,0v19,-78,42,-167,64,-242r72,-224r199,0r37,674r-149,0","w":846,"k":{"T":13,"A":3,"j":-3,"i":-6,"m":-6,"n":-6,"p":-6,"r":-6,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"a":-3,"-":-3}},"N":{"d":"206,0r-140,0r0,-674r178,0r140,247v40,71,80,155,110,231r3,0v-10,-89,-13,-180,-13,-282r0,-196r140,0r0,674r-160,0r-144,-260v-40,-72,-84,-159,-117,-238r-3,1v4,89,6,184,6,294r0,203","w":690,"k":{"Y":18,"f":-5,"b":-3,"h":-3,"k":-3,"l":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"c":3,"d":3,"e":3,"o":3,"q":3,"s":3,"t":-7,"x":3,"z":-3}},"O":{"d":"363,-685v207,0,320,155,320,341v0,221,-134,355,-331,355v-200,0,-317,-151,-317,-343v0,-202,129,-353,328,-353xm359,-564v-103,0,-163,98,-163,229v0,132,62,225,164,225v103,0,162,-98,162,-229v0,-121,-58,-225,-163,-225","w":717,"k":{"T":28,"V":7,"W":7,"X":33,"Y":37,"A":16,"f":-10,"g":-4,"b":-3,"h":-3,"k":-3,"l":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"t":-13,"u":-5,"v":-10,"w":-10,"y":-10,"x":12,"z":3,"-":-12,")":19,"]":19,"}":19,",":40,".":40}},"P":{"d":"66,0r0,-665v47,-8,113,-14,206,-14v94,0,161,18,206,54v43,34,72,90,72,156v0,66,-22,122,-62,160v-52,49,-129,71,-219,71v-20,0,-38,-1,-52,-3r0,241r-151,0xm217,-558r0,199v13,3,29,4,51,4v81,0,131,-41,131,-110v0,-62,-43,-99,-119,-99v-31,0,-52,3,-63,6","w":581,"k":{"J":76,"V":7,"W":7,"X":28,"Y":20,"Z":9,"A":60,"M":14,"g":25,"i":9,"m":9,"n":9,"p":9,"r":9,"c":24,"d":24,"e":24,"o":24,"q":24,"s":21,"t":-12,"u":10,"v":-8,"w":-8,"y":-8,"a":18,":":10,";":10,"-":13,")":4,"]":4,"}":4,",":144,".":144}},"Q":{"d":"686,-2r-44,118v-96,-28,-176,-57,-266,-95v-15,-6,-31,-9,-47,-10v-152,-10,-294,-122,-294,-342v0,-202,128,-354,329,-354v206,0,319,156,319,340v0,153,-71,261,-160,301r0,4v52,15,110,27,163,38xm359,-110r1,0v102,0,162,-97,162,-229v0,-123,-58,-225,-162,-225v-104,0,-164,102,-164,228v-1,128,61,226,163,226","w":717,"k":{"T":28,"V":7,"W":7,"X":33,"Y":37,"A":16,"f":-10,"g":-4,"b":-3,"h":-3,"k":-3,"l":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"t":-13,"u":-5,"v":-10,"w":-10,"y":-10,"x":12,"z":3,"-":-12,")":19,"]":19,"}":19,",":40,".":40}},"R":{"d":"66,0r0,-665v49,-8,122,-14,203,-14v100,0,170,15,218,53v40,32,62,79,62,141v0,86,-61,145,-119,166r0,3v47,19,73,64,90,126v21,76,42,164,55,190r-156,0v-11,-20,-27,-74,-47,-157v-18,-84,-47,-107,-109,-108r-46,0r0,265r-151,0xm217,-561r0,186r60,0v76,0,121,-38,121,-97v0,-62,-42,-93,-112,-94v-37,0,-58,3,-69,5","w":593,"k":{"J":-6,"C":4,"G":4,"O":4,"Q":4,"U":5,"V":6,"W":6,"X":-8,"Y":19,"A":-9,"b":-8,"h":-8,"k":-8,"l":-8,"i":-10,"m":-10,"n":-10,"p":-10,"r":-10,"t":-10,"v":-4,"w":-4,"y":-4,"a":-9}},"S":{"d":"40,-31r31,-126v41,21,104,42,169,42v70,0,107,-29,107,-73v0,-42,-32,-66,-113,-95v-112,-39,-185,-101,-185,-199v0,-115,96,-203,255,-203v76,0,132,16,172,34r-34,123v-27,-13,-75,-32,-141,-32v-66,0,-98,30,-98,65v0,43,38,62,125,95v119,44,175,106,175,201v0,113,-87,210,-272,210v-77,0,-153,-21,-191,-42","w":540,"k":{"b":4,"h":4,"k":4,"l":4,"j":9,"c":-7,"d":-7,"e":-7,"o":-7,"q":-7,"t":5,"v":15,"w":15,"y":15,"a":-8,"-":-12}},"T":{"d":"196,0r0,-546r-181,0r0,-128r518,0r0,128r-184,0r0,546r-153,0","w":548,"k":{"i":54,"T":-22,"J":53,"C":29,"G":29,"O":29,"Q":29,"V":-28,"W":-28,"X":-18,"Y":-7,"A":72,"M":4,"S":9,"g":61,"b":12,"h":12,"k":12,"l":12,"m":54,"n":54,"p":54,"r":54,"c":81,"d":81,"e":81,"o":81,"q":81,"s":72,"u":54,"v":52,"w":52,"y":52,"x":14,"a":66,"z":57,":":36,";":36,"-":60,")":-31,"]":-31,"}":-31,"\"":-9,"'":-9,",":83,".":83}},"U":{"d":"65,-674r153,0r0,388v0,116,44,175,122,175v80,0,124,-56,124,-175r0,-388r152,0r0,378v0,208,-105,307,-281,307v-170,0,-270,-94,-270,-309r0,-376","w":682,"k":{"A":30,"f":-5,"s":13,"v":5,"w":5,"y":5,"x":12,"a":6,"z":9,",":23,".":23}},"V":{"d":"403,0r-178,0r-216,-674r167,0r82,285v23,80,44,157,60,241r3,0v17,-81,38,-161,61,-238r86,-288r162,0","w":636,"k":{"T":-21,"J":39,"C":8,"G":8,"O":8,"Q":8,"V":-5,"W":-5,"A":54,"S":8,"g":8,"b":8,"h":8,"k":8,"l":8,"i":27,"m":27,"n":27,"p":27,"r":27,"c":42,"d":42,"e":42,"o":42,"q":42,"s":40,"t":8,"u":30,"v":15,"w":15,"y":15,"a":42,":":22,";":22,"-":25,")":-29,"]":-29,"}":-29,"\"":-13,"'":-13,",":69,".":69}},"W":{"d":"342,0r-167,0r-160,-674r163,0r51,277v15,81,29,168,40,236r2,0v11,-73,27,-154,44,-237r57,-276r162,0r54,284v15,79,26,151,36,226r2,0v10,-75,25,-154,39,-234r55,-276r155,0r-174,674r-165,0r-57,-290v-13,-68,-24,-131,-32,-208r-2,0v-12,76,-23,140,-39,208","w":888,"k":{"T":-21,"J":39,"C":8,"G":8,"O":8,"Q":8,"V":-5,"W":-5,"A":54,"S":8,"g":8,"b":8,"h":8,"k":8,"l":8,"i":27,"m":27,"n":27,"p":27,"r":27,"c":42,"d":42,"e":42,"o":42,"q":42,"s":40,"t":8,"u":30,"v":15,"w":15,"y":15,"a":42,":":22,";":22,"-":25,")":-29,"]":-29,"}":-29,"\"":-13,"'":-13,",":69,".":69}},"X":{"d":"597,0r-176,0r-61,-122v-25,-47,-41,-82,-60,-121r-2,0v-14,39,-31,74,-52,121r-56,122r-174,0r195,-341r-188,-333r175,0r59,123v20,41,35,74,51,112r2,0v16,-43,29,-73,46,-112r57,-123r174,0r-190,329","w":613,"k":{"T":-6,"J":-10,"C":38,"G":38,"O":38,"Q":38,"V":-9,"W":-9,"X":11,"Y":-12,"A":13,"i":3,"m":3,"n":3,"p":3,"r":3,"c":19,"d":19,"e":19,"o":19,"q":19,"u":12,"v":37,"w":37,"y":37,"a":9,"-":18,"\"":-4,"'":-4}},"Y":{"d":"374,0r-152,0r0,-276r-213,-398r174,0r69,162v21,49,35,85,52,129r2,0v15,-42,31,-81,51,-129r68,-162r171,0r-222,393r0,281","w":603,"k":{"J":69,"C":47,"G":47,"O":47,"Q":47,"V":-19,"W":-19,"X":22,"Y":26,"A":92,"M":21,"S":29,"B":18,"D":18,"E":18,"F":18,"H":18,"I":18,"K":18,"L":18,"N":18,"P":18,"R":18,"g":81,"b":15,"h":15,"k":15,"l":15,"i":21,"m":21,"n":21,"p":21,"r":21,"c":109,"d":109,"e":109,"o":109,"q":109,"s":64,"t":45,"u":72,"v":53,"w":53,"y":53,"x":56,"a":93,"z":49,":":50,";":50,"-":62,")":-33,"]":-33,"}":-33,"\"":-9,"'":-9,",":118,".":118}},"Z":{"d":"23,0r0,-82r321,-462r0,-4r-291,0r0,-126r489,0r0,88r-314,456r0,4r319,0r0,126r-524,0","w":577,"k":{"J":-22,"C":22,"G":22,"O":22,"Q":22,"X":5,"Y":-6,"A":-8,"c":9,"d":9,"e":9,"o":9,"q":9,"u":11,"v":16,"w":16,"y":16,"a":-4,"-":8}},"[":{"d":"273,112r-205,0r0,-798r205,0r0,84r-95,0r0,630r95,0r0,84","w":314,"k":{"T":-22,"J":-10,"C":23,"G":23,"O":23,"Q":23,"V":-27,"W":-27,"X":-5,"Y":-30,"A":19,"j":-50}},"\\":{"d":"314,40r-100,0r-202,-725r101,0","w":330},"]":{"d":"42,-686r204,0r0,798r-204,0r0,-84r95,0r0,-630r-95,0r0,-84","w":314},"^":{"d":"554,-177r-109,0r-146,-356r-3,0r-147,356r-107,0r210,-473r92,0","w":596},"_":{"d":"0,75r500,0r0,50r-500,0r0,-50","w":500},"a":{"d":"469,-289r0,170v0,47,2,92,7,119r-137,0r-9,-49r-3,0v-32,39,-82,60,-140,60v-99,0,-158,-72,-158,-150v0,-127,114,-188,287,-187r0,-7v0,-26,-14,-63,-89,-63v-50,0,-103,17,-135,37r-28,-98v34,-19,101,-43,190,-43v163,0,215,96,215,211xm321,-178r0,-53v-80,-1,-142,18,-142,77v0,39,26,58,60,58v38,0,69,-25,79,-56v2,-8,3,-17,3,-26","w":528},"b":{"d":"61,-146r0,-564r152,0r0,279r2,0v29,-42,80,-69,148,-69v117,0,203,97,202,247v0,176,-112,264,-224,264v-57,0,-112,-21,-147,-79r-2,0r-6,68r-129,0v2,-32,4,-91,4,-146xm213,-280r0,72v0,10,1,19,3,27v10,41,45,72,89,72v65,0,105,-50,105,-138v0,-76,-34,-136,-105,-136v-41,0,-79,31,-89,75v-2,9,-3,18,-3,28","w":598,"k":{"T":49,"g":-3,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"v":9,"w":9,"y":9,"x":24,"z":9,"-":-16,")":8,"]":8,"}":8,"\"":20,"'":20,",":34,".":34}},"c":{"d":"410,-125r18,113v-27,12,-78,23,-136,23v-158,0,-259,-97,-259,-251v0,-143,98,-260,280,-260v40,0,84,7,116,19r-24,113v-18,-8,-45,-15,-85,-15v-80,0,-132,57,-131,137v0,90,60,137,134,137v36,0,64,-6,87,-16","w":451,"k":{"T":14,"f":-7,"c":11,"d":11,"e":11,"o":11,"q":11,"t":-16,"v":-15,"w":-15,"y":-15,"a":-4,"-":-12,"\"":-6,"'":-6,",":7,".":7}},"d":{"d":"383,-710r152,0r0,564v0,55,2,113,4,146r-135,0r-7,-72r-2,0v-31,55,-90,83,-153,83v-116,0,-209,-99,-209,-251v-1,-165,102,-260,219,-260v60,0,107,21,129,55r2,0r0,-265xm383,-218r0,-64v0,-8,-1,-19,-2,-27v-9,-41,-42,-75,-89,-75v-69,0,-105,62,-105,139v0,83,41,135,104,135v44,0,79,-30,88,-73v3,-11,4,-22,4,-35","w":596,"k":{",":9,".":9}},"e":{"d":"493,-196r-315,0v5,63,67,93,138,93v52,0,94,-7,135,-20r20,103v-50,20,-111,31,-177,31v-166,0,-261,-97,-261,-250v0,-124,77,-261,247,-261v158,0,218,123,218,244v0,26,-3,49,-5,60xm177,-300r180,0v0,-37,-16,-99,-86,-99v-64,0,-90,58,-94,99","w":528,"k":{"T":41,"v":6,"w":6,"y":6,"x":12,"-":-30,"\"":3,"'":3,",":16,".":16}},"f":{"d":"231,0r-153,0r0,-377r-64,0r0,-112r64,0r0,-19v0,-59,18,-124,62,-164v38,-36,91,-49,135,-49v34,0,60,4,81,10r-6,117v-13,-4,-29,-7,-49,-7v-50,0,-71,39,-71,87r0,25r98,0r0,112r-97,0r0,377","w":341,"k":{"g":8,"c":10,"d":10,"e":10,"o":10,"q":10,"s":6,"t":-15,":":-28,";":-28,"-":3,")":-72,"]":-72,"}":-72,"\"":-42,"'":-42,",":39,".":39}},"g":{"d":"524,-344r0,273v0,94,-19,171,-74,220v-54,46,-127,60,-199,60v-64,0,-132,-13,-176,-38r30,-115v31,18,85,37,142,37v72,0,127,-39,127,-129r0,-32r-2,0v-29,41,-76,64,-132,64v-121,0,-207,-98,-207,-239v0,-157,102,-257,222,-257v67,0,109,29,134,69r2,0r5,-58r132,0v-2,31,-4,72,-4,145xm372,-218r0,-72v0,-10,-1,-20,-3,-28v-11,-40,-40,-67,-82,-67v-55,0,-100,50,-100,139v0,73,36,130,100,130v39,0,70,-26,80,-62v4,-11,5,-27,5,-40","w":585,"k":{"T":34,",":17,".":17}},"h":{"d":"61,0r0,-710r152,0r0,279r2,0v16,-21,36,-38,60,-50v23,-12,51,-19,79,-19v97,0,171,67,171,214r0,286r-152,0r0,-269v0,-64,-22,-108,-79,-108v-40,0,-65,26,-76,53v-4,10,-5,23,-5,34r0,290r-152,0","w":586,"k":{"T":57,"t":6,"v":19,"w":19,"y":19,"\"":14,"'":14}},"i":{"d":"213,0r-152,0r0,-489r152,0r0,489xm137,-702v49,0,80,33,81,77v0,42,-32,76,-82,76v-48,0,-80,-34,-79,-76v-1,-44,31,-77,80,-77","w":274},"j":{"d":"-25,215r-15,-119v40,-3,71,-12,90,-32v22,-23,30,-62,30,-159r0,-394r153,0r0,430v0,107,-24,172,-69,214v-45,42,-116,60,-189,60xm157,-702v49,0,79,33,80,77v0,42,-31,76,-82,76v-48,0,-79,-34,-79,-76v0,-44,31,-77,81,-77","w":291,"k":{",":10,".":10}},"k":{"d":"213,-710r0,427r2,0v11,-20,23,-40,35,-59r99,-147r183,0r-175,198r200,291r-187,0r-118,-201r-39,48r0,153r-152,0r0,-710r152,0","w":542,"k":{"T":28,"g":14,"b":-11,"h":-11,"k":-11,"l":-11,"i":-10,"m":-10,"n":-10,"p":-10,"r":-10,"c":14,"d":14,"e":14,"o":14,"q":14,"v":-3,"w":-3,"y":-3,"a":-5,":":-3,";":-3,"-":5,",":-4,".":-4}},"l":{"d":"61,0r0,-710r152,0r0,710r-152,0","w":275,"k":{",":9,".":9}},"m":{"d":"61,0r0,-333v0,-61,-2,-113,-4,-156r128,0r7,66r3,0v21,-31,64,-77,148,-77v63,0,113,32,134,83r2,0v18,-26,40,-45,63,-59v27,-16,57,-24,93,-24v94,0,165,66,165,212r0,288r-148,0r0,-266v0,-71,-23,-112,-72,-112v-35,0,-60,24,-70,53v-4,11,-6,27,-6,39r0,286r-148,0r0,-274v0,-62,-22,-104,-70,-104v-39,0,-62,30,-71,55v-5,12,-6,26,-6,38r0,285r-148,0","w":860,"k":{"T":57,"t":6,"v":19,"w":19,"y":19,"\"":14,"'":14}},"n":{"d":"61,0r0,-333v0,-61,-2,-113,-4,-156r132,0r7,67r3,0v20,-31,70,-78,151,-78v100,0,175,66,175,210r0,290r-152,0r0,-271v0,-63,-22,-106,-77,-106v-42,0,-67,29,-77,57v-4,10,-6,24,-6,38r0,282r-152,0","w":586,"k":{"T":57,"t":6,"v":19,"w":19,"y":19,"\"":14,"'":14}},"o":{"d":"294,-500v150,0,250,103,250,250v0,179,-127,261,-258,261v-143,0,-253,-94,-253,-252v0,-158,104,-259,261,-259xm290,-392v-73,0,-100,75,-100,147v0,84,35,147,100,147v59,0,97,-59,97,-147v0,-73,-28,-147,-97,-147","w":577,"k":{"T":49,"g":-3,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"v":9,"w":9,"y":9,"x":24,"z":9,"-":-16,")":8,"]":8,"}":8,"\"":20,"'":20,",":34,".":34}},"p":{"d":"61,198r0,-523v0,-64,-2,-119,-4,-164r132,0r7,68r2,0v36,-52,92,-79,163,-79v107,0,203,93,203,249v0,178,-113,262,-222,262v-59,0,-105,-24,-127,-56r-2,0r0,243r-152,0xm213,-277r0,67v0,12,1,23,3,32v10,41,45,72,89,72v66,0,105,-55,105,-138v0,-78,-35,-137,-103,-137v-43,0,-81,32,-91,77v-2,8,-3,18,-3,27","w":598,"k":{"T":49,"g":-3,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"v":9,"w":9,"y":9,"x":24,"z":9,"-":-16,")":8,"]":8,"}":8,"\"":20,"'":20,",":34,".":34}},"q":{"d":"383,198r0,-259r-2,0v-31,46,-80,72,-145,72v-106,0,-203,-93,-203,-249v0,-175,112,-262,216,-262v63,0,109,23,136,68r2,0r4,-57r147,0v-1,47,-3,96,-3,147r0,540r-152,0xm383,-211r0,-73v0,-8,-1,-17,-3,-25v-8,-39,-41,-73,-87,-73v-70,0,-105,59,-105,138v0,82,39,135,103,135v43,0,78,-29,88,-69v3,-10,4,-23,4,-33","w":595,"k":{"T":37,",":7,".":7}},"r":{"d":"61,0r0,-328v0,-72,-2,-119,-4,-161r131,0r5,90r4,0v25,-71,85,-101,132,-101v14,0,21,0,32,2r0,144v-11,-3,-24,-5,-41,-5v-56,0,-94,30,-104,77v-2,10,-3,22,-3,34r0,248r-152,0","w":380,"k":{"T":20,"f":-27,"g":8,"b":3,"h":3,"k":3,"l":3,"c":8,"d":8,"e":8,"o":8,"q":8,"t":-21,"u":3,"v":-18,"w":-18,"y":-18,"x":-13,"a":11,"z":-7,":":4,";":4,",":65,".":65}},"s":{"d":"33,-24r27,-109v28,17,86,37,131,37v46,0,65,-16,65,-41v0,-25,-15,-37,-72,-56v-101,-34,-140,-89,-139,-146v0,-92,78,-161,199,-161v57,0,108,13,138,28r-27,105v-22,-12,-64,-28,-106,-28v-37,0,-58,15,-58,40v0,23,19,35,79,56v93,32,132,79,133,151v0,91,-72,159,-212,159v-64,0,-121,-15,-158,-35","w":434,"k":{"T":35,",":10,".":10}},"t":{"d":"82,-581r149,-41r0,133r109,0r0,112r-109,0r0,177v0,59,14,86,60,86v21,0,30,-1,45,-4r1,115v-20,8,-56,14,-99,14v-49,0,-90,-18,-114,-43v-28,-29,-42,-76,-42,-145r0,-200r-65,0r0,-112r65,0r0,-92","w":367,"k":{"g":5,"c":5,"d":5,"e":5,"o":5,"q":5,"v":-5,"w":-5,"y":-5,",":8,".":8}},"u":{"d":"522,-489r0,332v0,64,2,116,4,157r-132,0r-7,-69r-3,0v-19,30,-65,80,-153,80v-99,0,-172,-62,-172,-213r0,-287r153,0r0,263v0,71,23,114,76,114v42,0,66,-29,76,-53v4,-9,5,-21,5,-33r0,-291r153,0","w":583,"k":{"T":37,",":7,".":7}},"v":{"d":"9,-489r165,0r66,227v12,41,21,80,28,119r3,0v8,-40,16,-77,27,-119r63,-227r160,0r-182,489r-152,0","w":530,"k":{"T":37,"g":14,"c":15,"d":15,"e":15,"o":15,"q":15,"s":16,"v":-19,"w":-19,"y":-19,"a":7,":":-5,";":-5,"-":7,",":48,".":48}},"w":{"d":"11,-489r155,0r39,200v10,50,20,105,28,161r2,0v10,-56,24,-112,36,-160r52,-201r120,0r49,195v13,55,26,110,36,166r2,0v7,-56,17,-111,28,-167r42,-194r149,0r-150,489r-143,0r-46,-172v-12,-48,-21,-91,-31,-152r-2,0v-9,61,-19,107,-32,152r-49,172r-143,0","w":759,"k":{"T":37,"g":14,"c":15,"d":15,"e":15,"o":15,"q":15,"s":16,"v":-19,"w":-19,"y":-19,"a":7,":":-5,";":-5,"-":7,",":48,".":48}},"x":{"d":"7,-489r170,0r48,81r40,73r2,0v13,-26,25,-51,38,-75r43,-79r165,0r-161,233r163,256r-172,0r-49,-88v-14,-24,-26,-49,-38,-74r-3,0v-12,26,-25,50,-37,74r-46,88r-167,0r166,-249","w":519,"k":{"T":29,"c":22,"d":22,"e":22,"o":22,"q":22,"s":8,"t":-13,"v":-19,"w":-19,"y":-19,"-":4}},"y":{"d":"6,-489r169,0r73,240v8,29,18,65,24,91r3,0v7,-26,15,-63,22,-91r60,-240r163,0r-114,322v-70,194,-117,272,-172,321v-53,46,-109,62,-147,67r-32,-129v19,-3,43,-12,66,-26v23,-12,48,-36,63,-61v5,-7,8,-15,8,-22v0,-5,-1,-13,-7,-25","w":523,"k":{"T":37,"g":14,"c":15,"d":15,"e":15,"o":15,"q":15,"s":16,"v":-19,"w":-19,"y":-19,"a":7,":":-5,";":-5,"-":7,",":48,".":48}},"z":{"d":"22,0r0,-87r154,-193v28,-33,50,-57,78,-87r0,-2r-215,0r0,-120r400,0r0,91r-147,185v-27,32,-52,63,-80,90r0,2r235,0r0,121r-425,0","w":469,"k":{"T":29,"c":7,"d":7,"e":7,"o":7,"q":7,"v":-9,"w":-9,"y":-9}},"{":{"d":"30,-249r0,-77v69,-2,76,-38,76,-68v0,-25,-3,-51,-6,-78v-3,-27,-5,-54,-5,-79v0,-94,59,-135,152,-135r35,0r0,85r-18,0v-45,1,-61,27,-61,71v0,17,3,36,5,56v2,21,5,44,5,69v1,75,-30,104,-85,116r0,2v55,12,86,41,85,117v0,26,-3,49,-5,70v-2,20,-5,39,-5,56v0,44,15,71,61,72r18,0r0,84r-36,0v-89,0,-151,-36,-151,-136v0,-25,2,-52,5,-79v3,-27,6,-53,6,-78v0,-28,-7,-66,-76,-68","w":314,"k":{"T":-22,"J":-10,"C":23,"G":23,"O":23,"Q":23,"V":-27,"W":-27,"X":-5,"Y":-30,"A":19,"j":-50}},"|":{"d":"88,-750r106,0r0,1000r-106,0r0,-1000","w":283},"}":{"d":"284,-326r0,77v-68,2,-76,40,-76,68v0,25,3,51,6,78v3,27,6,54,6,79v0,100,-62,136,-152,136r-36,0r0,-84r18,0v46,-1,61,-28,61,-72v0,-17,-2,-36,-5,-56v-2,-21,-5,-44,-5,-70v-1,-76,30,-105,86,-117r0,-2v-56,-12,-87,-41,-86,-116v0,-25,3,-48,5,-69v3,-20,5,-39,5,-56v0,-44,-16,-70,-61,-71r-18,0r0,-85r35,0v94,0,153,41,153,135v0,25,-3,52,-6,79v-3,27,-6,53,-6,78v0,30,8,66,76,68","w":314},"~":{"d":"138,-192r-95,0v-1,-134,58,-187,139,-187v49,0,83,16,140,48v44,24,71,39,95,39v24,0,38,-21,41,-81r95,0v6,143,-57,189,-133,189v-48,0,-86,-18,-140,-48v-44,-26,-71,-42,-95,-42v-25,0,-43,17,-47,82","w":596},"'":{"d":"35,-692r135,0r-23,271r-89,0","w":205,"k":{"T":-9,"J":58,"C":9,"G":9,"O":9,"Q":9,"V":-9,"W":-9,"X":-4,"Y":-8,"A":46,"f":-25,"g":19,"c":13,"d":13,"e":13,"o":13,"q":13,"t":-22,"v":-6,"w":-6,"y":-6,",":125,".":125}},"`":{"d":"4,-702r140,0r86,152r-104,0","w":300},"\u00a0":{"w":202,"k":{"T":39,"V":37,"W":37,"Y":40}}}});
