(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")}})})();jQuery.copyArray=function(array){var l=array.length;var n=Array();for(var i=0;i<l;i++)
{n.push(array[i]);}
return n;}
jQuery.noConflict();var Cufon=(function(){var api=function(){return api.replace.apply(null,arguments);};var DOM=api.DOM={ready:(function(){var complete=false,readyStatus={loaded:1,complete:1};var queue=[],perform=function(){if(complete)return;complete=true;for(var fn;fn=queue.shift();fn());};if(document.addEventListener){document.addEventListener('DOMContentLoaded',perform,false);window.addEventListener('pageshow',perform,false);}
if(!window.opera&&document.readyState)(function(){readyStatus[document.readyState]?perform():setTimeout(arguments.callee,10);})();if(document.readyState&&document.createStyleSheet)(function(){try{document.body.doScroll('left');perform();}
catch(e){setTimeout(arguments.callee,1);}})();addEvent(window,'load',perform);return function(listener){if(!arguments.length)perform();else complete?listener():queue.push(listener);};})()};var CSS=api.CSS={Size:function(value,base){this.value=parseFloat(value);this.unit=String(value).match(/[a-z%]*$/)[0]||'px';this.convert=function(value){return value/base*this.value;};this.convertFrom=function(value){return value/this.value*base;};this.toString=function(){return this.value+this.unit;};},getStyle:function(el){var view=document.defaultView;if(view&&view.getComputedStyle)return new Style(view.getComputedStyle(el,null));if(el.currentStyle)return new Style(el.currentStyle);return new Style(el.style);},gradient:cached(function(value){var gradient={id:value,type:value.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},colors=value.substr(value.indexOf('(')).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var i=0,l=colors.length,stop;i<l;++i){stop=colors[i].split('=',2).reverse();gradient.stops.push([stop[1]||i/(l-1),stop[0]]);}
return gradient;}),quotedList:cached(function(value){var list=[],re=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,match;while(match=re.exec(value))list.push(match[3]||match[1]);return list;}),recognizesMedia:cached(function(media){var el=document.createElement('style'),container,supported;el.type='text/css';el.media=media;container=elementsByTagName('head')[0];container.insertBefore(el,container.firstChild);supported=!!(el.sheet||el.styleSheet);container.removeChild(el);return supported;}),supports:function(property,value){var checker=document.createElement('span').style;if(checker[property]===undefined)return false;checker[property]=value;return checker[property]===value;},textAlign:function(word,style,position,wordCount){if(style.get('textAlign')=='right'){if(position>0)word=' '+word;}
else if(position<wordCount-1)word+=' ';return word;},textDecoration:function(el,style){if(!style)style=this.getStyle(el);var types={underline:null,overline:null,'line-through':null};for(var search=el;search.parentNode&&search.parentNode.nodeType==1;){var foundAll=true;for(var type in types){if(!hasOwnProperty(types,type)||types[type])continue;if(style.get('textDecoration').indexOf(type)!=-1)types[type]=style.get('color');foundAll=false;}
if(foundAll)break;style=this.getStyle(search=search.parentNode);}
return types;},textShadow:cached(function(value){if(value=='none')return null;var shadows=[],currentShadow={},result,offCount=0;var re=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(result=re.exec(value)){if(result[0]==','){shadows.push(currentShadow);currentShadow={},offCount=0;}
else if(result[1]){currentShadow.color=result[1];}
else{currentShadow[['offX','offY','blur'][offCount++]]=result[2];}}
shadows.push(currentShadow);return shadows;}),color:cached(function(value){var parsed={};parsed.color=value.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function($0,$1,$2){parsed.opacity=parseFloat($2);return'rgb('+$1+')';});return parsed;}),textTransform:function(text,style){return text[{uppercase:'toUpperCase',lowercase:'toLowerCase'}[style.get('textTransform')]||'toString']();}};CSS.ready=(function(){var complete=!CSS.recognizesMedia('all');var queue=[],perform=function(){complete=true;for(var fn;fn=queue.shift();fn());};var linkElements=elementsByTagName('link'),watch={stylesheet:1};function allStylesLoaded(){var sheet,i,link;for(i=0;link=linkElements[i];++i){if(link.disabled||!watch[link.rel.toLowerCase()]||!CSS.recognizesMedia(link.media||'screen'))continue;sheet=link.sheet||link.styleSheet;if(!sheet||sheet.disabled)return false;}
return true;}
DOM.ready(function(){if(complete||allStylesLoaded())perform();else setTimeout(arguments.callee,10);});return function(listener){if(complete)listener();else queue.push(listener);};})();function Font(data){var face=this.face=data.face;this.glyphs=data.glyphs;this.w=data.w;this.baseSize=parseInt(face['units-per-em'],10);this.family=face['font-family'].toLowerCase();this.weight=face['font-weight'];this.style=face['font-style']||'normal';this.viewBox=(function(){var parts=face.bbox.split(/\s+/);var box={minX:parseInt(parts[0],10),minY:parseInt(parts[1],10),maxX:parseInt(parts[2],10),maxY:parseInt(parts[3],10)};box.width=box.maxX-box.minX,box.height=box.maxY-box.minY;box.toString=function(){return[this.minX,this.minY,this.width,this.height].join(' ');};return box;})();this.ascent=-parseInt(face.ascent,10);this.descent=-parseInt(face.descent,10);this.height=-this.ascent+this.descent;}
function FontFamily(){var styles={},mapping={oblique:'italic',italic:'oblique'};this.add=function(font){(styles[font.style]||(styles[font.style]={}))[font.weight]=font;};this.get=function(style,weight){var weights=styles[style]||styles[mapping[style]]||styles.normal||styles.italic||styles.oblique;if(!weights)return null;weight={normal:400,bold:700}[weight]||parseInt(weight,10);if(weights[weight])return weights[weight];var up={1:1,99:0}[weight%100],alts=[],min,max;if(up===undefined)up=weight>400;if(weight==500)weight=400;for(var alt in weights){if(!hasOwnProperty(weights,alt))continue;alt=parseInt(alt,10);if(!min||alt<min)min=alt;if(!max||alt>max)max=alt;alts.push(alt);}
if(weight<min)weight=min;if(weight>max)weight=max;alts.sort(function(a,b){return(up?(a>weight&&b>weight)?a<b:a>b:(a<weight&&b<weight)?a>b:a<b)?-1:1;});return weights[alts[0]];};}
function HoverHandler(){function contains(node,anotherNode){if(node.contains)return node.contains(anotherNode);return node.compareDocumentPosition(anotherNode)&16;}
function onOverOut(e){var related=e.relatedTarget;if(!related||contains(this,related))return;trigger(this);}
function onEnterLeave(e){trigger(this);}
function trigger(el){setTimeout(function(){api.replace(el,sharedStorage.get(el).options,true);},10);}
this.attach=function(el){if(el.onmouseenter===undefined){addEvent(el,'mouseover',onOverOut);addEvent(el,'mouseout',onOverOut);}
else{addEvent(el,'mouseenter',onEnterLeave);addEvent(el,'mouseleave',onEnterLeave);}};}
function Storage(){var map={},at=0;function identify(el){return el.cufid||(el.cufid=++at);}
this.get=function(el){var id=identify(el);return map[id]||(map[id]={});};}
function Style(style){var custom={},sizes={};this.get=function(property){return custom[property]!=undefined?custom[property]:style[property];};this.getSize=function(property,base){return sizes[property]||(sizes[property]=new CSS.Size(this.get(property),base));};this.extend=function(styles){for(var property in styles){if(hasOwnProperty(styles,property))custom[property]=styles[property];}
return this;};}
function addEvent(el,type,listener){if(el.addEventListener){el.addEventListener(type,listener,false);}
else if(el.attachEvent){el.attachEvent('on'+type,function(){return listener.call(el,window.event);});}}
function attach(el,options){var storage=sharedStorage.get(el);if(storage.options)return el;if(options.hover&&options.hoverables[el.nodeName.toLowerCase()]){hoverHandler.attach(el);}
storage.options=options;return el;}
function cached(fun){var cache={};return function(key){if(!hasOwnProperty(cache,key))cache[key]=fun.apply(null,arguments);return cache[key];};}
function getFont(el,style){if(!style)style=CSS.getStyle(el);var families=CSS.quotedList(style.get('fontFamily').toLowerCase()),family;for(var i=0,l=families.length;i<l;++i){family=families[i];if(fonts[family])return fonts[family].get(style.get('fontStyle'),style.get('fontWeight'));}
return null;}
function elementsByTagName(query){return document.getElementsByTagName(query);}
function hasOwnProperty(obj,property){return obj.hasOwnProperty(property);}
function merge(){var merged={},args,key;for(var i=0,l=arguments.length;args=arguments[i],i<l;++i){for(key in args){if(hasOwnProperty(args,key))merged[key]=args[key];}}
return merged;}
function process(font,text,style,options,node,el){var separate=options.separate;if(separate=='none')return engines[options.engine].apply(null,arguments);var fragment=document.createDocumentFragment(),processed;var parts=text.split(separators[separate]),needsAligning=(separate=='words');if(needsAligning&&HAS_BROKEN_REGEXP){if(/^\s/.test(text))parts.unshift('');if(/\s$/.test(text))parts.push('');}
for(var i=0,l=parts.length;i<l;++i){processed=engines[options.engine](font,needsAligning?CSS.textAlign(parts[i],style,i,l):parts[i],style,options,node,el,i<l-1);if(processed)fragment.appendChild(processed);}
return fragment;}
function replaceElement(el,options){var font,style,node,nodeType,nextNode,redraw;for(node=attach(el,options).firstChild;node;node=nextNode){nodeType=node.nodeType;nextNode=node.nextSibling;redraw=false;if(nodeType==1){if(!node.firstChild)continue;if(!/cufon/.test(node.className)){arguments.callee(node,options);continue;}
else redraw=true;}
else if(nodeType!=3)continue;if(!style)style=CSS.getStyle(el).extend(options);if(!font)font=getFont(el,style);if(!font)continue;if(redraw){engines[options.engine](font,null,style,options,node,el);continue;}
var text=node.data;if(text==='')continue;var processed=process(font,text,style,options,node,el);if(processed)node.parentNode.replaceChild(processed,node);else node.parentNode.removeChild(node);}}
function track(el,options){jQuery(el).hover(function(){setTimeout(function(){replaceElement(el,options);},0);},function(){setTimeout(function(){replaceElement(el,options);},0);});}
var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0;var sharedStorage=new Storage();var hoverHandler=new HoverHandler();var replaceHistory=[];var engines={},fonts={},defaultOptions={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:function(query){return jQuery(query);},separate:'words',textShadow:'none'};var separators={words:/\s+/,characters:''};api.now=function(){DOM.ready();return api;};api.refresh=function(){var currentHistory=replaceHistory.splice(0,replaceHistory.length);for(var i=0,l=currentHistory.length;i<l;++i){api.replace.apply(null,currentHistory[i]);}
return api;};api.registerEngine=function(id,engine){if(!engine)return api;engines[id]=engine;return api.set('engine',id);};api.registerFont=function(data){var font=new Font(data),family=font.family;if(!fonts[family])fonts[family]=new FontFamily();fonts[family].add(font);return api.set('fontFamily','"'+family+'"');};api.replace=function(elements,options,ignoreHistory){options=merge(defaultOptions,options);if(!options.engine)return api;if(typeof options.textShadow=='string')
options.textShadow=CSS.textShadow(options.textShadow);if(typeof options.color=='string'&&/^-/.test(options.color))
options.textGradient=CSS.gradient(options.color);if(!ignoreHistory)replaceHistory.push(arguments);if(elements.nodeType||typeof elements=='string')elements=[elements];CSS.ready(function(){for(var i=0,l=elements.length;i<l;++i){var el=elements[i];if(typeof el=='string')api.replace(options.selector(el),options,true);else{replaceElement(el,options);track(el,options);}}});return api;};api.set=function(option,value){defaultOptions[option]=value;return api;};return api;})();Cufon.registerEngine('canvas',(function(){var check=document.createElement('canvas');if(!check||!check.getContext||!check.getContext.apply)return;check=null;var HAS_INLINE_BLOCK=Cufon.CSS.supports('display','inline-block');var HAS_BROKEN_LINEHEIGHT=!HAS_INLINE_BLOCK&&(document.compatMode=='BackCompat'||/frameset|transitional/i.test(document.doctype.publicId));var styleSheet=document.createElement('style');styleSheet.type='text/css';styleSheet.appendChild(document.createTextNode('.cufon-canvas{text-indent:0}'+'@media screen,projection{'+'.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle'+
(HAS_BROKEN_LINEHEIGHT?'':';font-size:1px;line-height:1px')+'}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}'+
(HAS_INLINE_BLOCK?'.cufon-canvas canvas{position:relative}':'.cufon-canvas canvas{position:absolute}')+'}'+'@media print{'+'.cufon-canvas{padding:0 !important}'+'.cufon-canvas canvas{display:none}'+'.cufon-canvas .cufon-alt{display:inline}'+'}'));document.getElementsByTagName('head')[0].appendChild(styleSheet);function generateFromVML(path,context){var atX=0,atY=0;var code=[],re=/([mrvxe])([^a-z]*)/g,match;generate:for(var i=0;match=re.exec(path);++i){var c=match[2].split(',');switch(match[1]){case'v':code[i]={m:'bezierCurveTo',a:[atX+~~c[0],atY+~~c[1],atX+~~c[2],atY+~~c[3],atX+=~~c[4],atY+=~~c[5]]};break;case'r':code[i]={m:'lineTo',a:[atX+=~~c[0],atY+=~~c[1]]};break;case'm':code[i]={m:'moveTo',a:[atX=~~c[0],atY=~~c[1]]};break;case'x':code[i]={m:'closePath'};break;case'e':break generate;}
context[code[i].m].apply(context,code[i].a);}
return code;}
function interpret(code,context){for(var i=0,l=code.length;i<l;++i){var line=code[i];context[line.m].apply(context,line.a);}}
return function(font,text,style,options,node,el){var redraw=(text===null);var viewBox=font.viewBox;var size=style.getSize('fontSize',font.baseSize);var letterSpacing=style.get('letterSpacing');letterSpacing=(letterSpacing=='normal')?0:size.convertFrom(parseInt(letterSpacing,10));var expandTop=0,expandRight=0,expandBottom=0,expandLeft=0;var shadows=options.textShadow,shadowOffsets=[];if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];var x=size.convertFrom(parseFloat(shadow.offX));var y=size.convertFrom(parseFloat(shadow.offY));shadowOffsets[i]=[x,y];if(y<expandTop)expandTop=y;if(x>expandRight)expandRight=x;if(y>expandBottom)expandBottom=y;if(x<expandLeft)expandLeft=x;}}
var chars=Cufon.CSS.textTransform(redraw?node.alt:text,style).split('');var width=0,lastWidth=null;for(var i=0,l=chars.length;i<l;++i){var glyph=font.glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;width+=lastWidth=Number(glyph.w||font.w)+letterSpacing;}
if(lastWidth===null)return null;expandRight+=(viewBox.width-lastWidth);expandLeft+=viewBox.minX;var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('span');wrapper.className='cufon cufon-canvas';wrapper.alt=text;canvas=document.createElement('canvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('span');print.className='cufon-alt';print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height);var roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;canvas.width=Math.ceil(size.convert(width*roundingFactor+expandRight-expandLeft));canvas.height=Math.ceil(size.convert(viewBox.height-expandTop+expandBottom));expandTop+=viewBox.minY;cStyle.top=Math.round(size.convert(expandTop-font.ascent))+'px';cStyle.left=Math.round(size.convert(expandLeft))+'px';var wrapperWidth=Math.ceil(size.convert(width*roundingFactor))+'px';if(HAS_INLINE_BLOCK){wStyle.width=wrapperWidth;wStyle.height=size.convert(font.height)+'px';}
else{wStyle.paddingLeft=wrapperWidth;wStyle.paddingBottom=(size.convert(font.height)-1)+'px';}
var g=canvas.getContext('2d'),scale=height/viewBox.height;g.scale(scale,scale*roundingFactor);g.translate(-expandLeft,-expandTop);g.lineWidth=font.face['underline-thickness'];g.save();function line(y,color){g.strokeStyle=color;g.beginPath();g.moveTo(0,y);g.lineTo(width,y);g.stroke();}
var textDecoration=options.enableTextDecoration?Cufon.CSS.textDecoration(el,style):{};if(textDecoration.underline)line(-font.face['underline-position'],textDecoration.underline);if(textDecoration.overline)line(font.ascent,textDecoration.overline);g.fillStyle=style.get('color');function renderText(){g.scale(roundingFactor,1);for(var i=0,l=chars.length;i<l;++i){var glyph=font.glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(glyph.d){g.beginPath();if(glyph.code)interpret(glyph.code,g);else glyph.code=generateFromVML('m'+glyph.d,g);g.fill();}
g.translate(Number(glyph.w||font.w)+letterSpacing,0);}
g.restore();}
if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];g.save();g.fillStyle=shadow.color;g.translate.apply(g,shadowOffsets[i]);renderText();}}
var gradient=options.textGradient;if(gradient){var stops=gradient.stops,fill=g.createLinearGradient(0,viewBox.minY,0,viewBox.maxY);for(var i=0,l=stops.length;i<l;++i){fill.addColorStop.apply(fill,stops[i]);}
g.fillStyle=fill;}
renderText();if(textDecoration['line-through'])line(-font.descent,textDecoration['line-through']);return wrapper;};})());Cufon.registerEngine('vml',(function(){if(!document.namespaces)return;if(document.namespaces.cvml==null){document.namespaces.add('cvml','urn:schemas-microsoft-com:vml');}
var check=document.createElement('cvml:shape');check.style.behavior='url(#default#VML)';if(!check.coordsize)return;check=null;document.write('<style type="text/css">'+'.cufon-vml-canvas{text-indent:0}'+'@media screen{'+'cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}'+'.cufon-vml-canvas{position:absolute;text-align:left}'+'.cufon-vml{display:inline-block;position:relative;vertical-align:middle}'+'.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}'+'a .cufon-vml{cursor:pointer}'+'}'+'@media print{'+'.cufon-vml *{display:none}'+'.cufon-vml .cufon-alt{display:inline}'+'}'+'</style>');function getFontSizeInPixels(el,value){return getSizeInPixels(el,/(?:em|ex|%)$/i.test(value)?'1em':value);}
function getSizeInPixels(el,value){if(/px$/i.test(value))return parseFloat(value);var style=el.style.left,runtimeStyle=el.runtimeStyle.left;el.runtimeStyle.left=el.currentStyle.left;el.style.left=value;var result=el.style.pixelLeft;el.style.left=style;el.runtimeStyle.left=runtimeStyle;return result;}
var fills={};function gradientFill(gradient){var id=gradient.id;if(!fills[id]){var stops=gradient.stops,fill=document.createElement('cvml:fill'),colors=[];fill.type='gradient';fill.angle=180;fill.focus='0';fill.method='sigma';fill.color=stops[0][1];for(var j=1,k=stops.length-1;j<k;++j){colors.push(stops[j][0]*100+'% '+stops[j][1]);}
fill.colors=colors.join(',');fill.color2=stops[k][1];fills[id]=fill;}
return fills[id];}
return function(font,text,style,options,node,el,hasNext){var redraw=(text===null);if(redraw)text=node.alt;var viewBox=font.viewBox;var size=style.computedFontSize||(style.computedFontSize=new Cufon.CSS.Size(getFontSizeInPixels(el,style.get('fontSize'))+'px',font.baseSize));var letterSpacing=style.computedLSpacing;if(letterSpacing==undefined){letterSpacing=style.get('letterSpacing');style.computedLSpacing=letterSpacing=(letterSpacing=='normal')?0:~~size.convertFrom(getSizeInPixels(el,letterSpacing));}
var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('span');wrapper.className='cufon cufon-vml';wrapper.alt=text;canvas=document.createElement('span');canvas.className='cufon-vml-canvas';wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('span');print.className='cufon-alt';print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}
if(!hasNext)wrapper.appendChild(document.createElement('cvml:shape'));}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height),roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var minX=viewBox.minX,minY=viewBox.minY;cStyle.height=roundedHeight;cStyle.top=Math.round(size.convert(minY-font.ascent));cStyle.left=Math.round(size.convert(minX));wStyle.height=size.convert(font.height)+'px';var textDecoration=options.enableTextDecoration?Cufon.CSS.textDecoration(el,style):{};var color=style.get('color');var chars=Cufon.CSS.textTransform(text,style).split('');var width=0,offsetX=0,advance=null;var glyph,shape,shadows=options.textShadow;for(var i=0,k=0,l=chars.length;i<l;++i){glyph=font.glyphs[chars[i]]||font.missingGlyph;if(glyph)width+=advance=~~(glyph.w||font.w)+letterSpacing;}
if(advance===null)return null;var fullWidth=-minX+width+(viewBox.width-advance);var shapeWidth=size.convert(fullWidth*roundingFactor),roundedShapeWidth=Math.round(shapeWidth);var coordSize=fullWidth+','+viewBox.height,coordOrigin;var stretch='r'+coordSize+'ns';var fill=options.textGradient&&gradientFill(options.textGradient);for(i=0;i<l;++i){glyph=font.glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(redraw){shape=canvas.childNodes[k];if(shape.firstChild)shape.removeChild(shape.firstChild);}
else{shape=document.createElement('cvml:shape');canvas.appendChild(shape);}
shape.stroked='f';shape.coordsize=coordSize;shape.coordorigin=coordOrigin=(minX-offsetX)+','+minY;shape.path=(glyph.d?'m'+glyph.d+'xe':'')+'m'+coordOrigin+stretch;shape.fillcolor=color;if(fill)shape.appendChild(fill.cloneNode(false));var sStyle=shape.style;sStyle.width=roundedShapeWidth;sStyle.height=roundedHeight;if(shadows){var shadow1=shadows[0],shadow2=shadows[1];var color1=Cufon.CSS.color(shadow1.color),color2;var shadow=document.createElement('cvml:shadow');shadow.on='t';shadow.color=color1.color;shadow.offset=shadow1.offX+','+shadow1.offY;if(shadow2){color2=Cufon.CSS.color(shadow2.color);shadow.type='double';shadow.color2=color2.color;shadow.offset2=shadow2.offX+','+shadow2.offY;}
shadow.opacity=color1.opacity||(color2&&color2.opacity)||1;shape.appendChild(shadow);}
offsetX+=~~(glyph.w||font.w)+letterSpacing;++k;}
wStyle.width=Math.max(Math.ceil(size.convert(width*roundingFactor)),0);return wrapper;};})());Cufon.registerFont({"w":57,"face":{"font-family":"Organic Elements","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 7 0 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-59 -393 510 170","underline-thickness":"7.2","underline-position":"-44.28","unicode-range":"U+0020-U+007A"},"glyphs":{" ":{"w":84},"!":{"d":"33,-122r-16,122r-10,-122v0,-4,1,-8,3,-13v2,-5,6,-7,10,-7v4,0,7,2,10,7v3,5,4,9,3,13xm33,43v0,11,-5,16,-15,16v-11,0,-16,-5,-16,-16v0,-4,2,-8,5,-11v3,-3,7,-5,11,-5v11,0,15,5,15,16","w":360},"\"":{"d":"68,-390v-27,-1,-41,6,-41,22v0,1,1,4,1,7r0,6v0,7,-3,12,-11,12v-4,0,-8,-2,-10,-5v-2,-3,-3,-8,-3,-12v0,-12,7,-20,22,-26v9,-3,19,-5,29,-5r6,0v0,0,6,1,7,1xm102,-390v-27,-1,-41,7,-41,23v0,-1,1,0,1,1r0,12v0,7,-5,11,-12,11v-4,0,-7,-2,-9,-5v-2,-3,-3,-7,-3,-11v0,-12,7,-21,21,-27v9,-3,19,-5,29,-5v1,0,4,1,7,1r7,0","w":154},"'":{"d":"48,-120v0,21,-16,38,-49,50v7,-3,14,-7,20,-12v7,-6,11,-14,11,-20v0,-4,-1,-8,-5,-14v-4,-6,-6,-11,-6,-13v0,-3,1,-5,4,-8v3,-3,6,-3,9,-3v5,0,9,2,12,6v3,4,4,9,4,14"},",":{"d":"48,-1v0,21,-16,38,-49,50v7,-3,14,-8,20,-13v7,-6,11,-13,11,-19v0,-4,-1,-8,-5,-14v-4,-6,-6,-11,-6,-13v0,-3,1,-5,4,-8v3,-3,6,-4,9,-4v5,0,9,3,12,7v3,4,4,9,4,14"},".":{"d":"37,-16v0,12,-5,17,-16,17v-5,0,-9,-2,-13,-5v-4,-3,-5,-7,-5,-12v0,-11,6,-17,19,-17v10,0,15,6,15,17"},"0":{"d":"92,-69v0,17,-2,31,-7,43v-8,19,-20,28,-37,28v-17,0,-29,-10,-37,-29v-5,-12,-8,-26,-8,-42v0,-16,3,-30,8,-43v8,-20,20,-29,37,-29v17,0,29,10,37,29v5,12,7,27,7,43xm75,-48r0,-43v0,-30,-9,-45,-27,-45v-13,0,-21,9,-25,27v-2,8,-2,22,-2,40v0,18,0,31,2,39v4,18,12,27,25,27v18,0,27,-15,27,-45","w":102},"1":{"d":"17,-127v-6,4,-9,7,-9,11v0,2,0,4,2,6v2,2,3,3,3,5v0,3,-2,5,-5,5v-2,0,-4,-1,-5,-3v-1,-2,-2,-4,-2,-5v0,-7,5,-14,16,-19xm69,0r-47,0r0,-5v5,0,5,-1,10,-1v4,-1,6,-4,6,-8r0,-108v0,-7,-5,-10,-16,-9v4,-1,9,-3,16,-7r10,-5r5,0r0,131v0,4,5,7,16,7r0,5","w":78},"2":{"d":"109,-13v-3,3,-7,8,-13,13r-93,0r0,-6v23,-19,39,-36,49,-48v14,-17,20,-33,20,-48v0,-23,-9,-34,-29,-34v-5,0,-11,1,-18,4v-8,3,-14,6,-17,11v3,-6,9,-11,18,-15v8,-4,15,-6,22,-6v12,0,23,4,31,11v8,7,12,16,12,28v0,14,-7,29,-22,45r-51,45r91,0xm19,-93v0,4,-2,6,-6,6v-3,0,-7,-2,-9,-5v-2,-3,-3,-6,-3,-10v0,-3,2,-8,5,-15v-1,4,-2,7,-2,10v0,6,2,9,7,10v5,1,8,2,8,4","w":118},"3":{"d":"16,-96v0,4,-2,6,-6,6v-3,0,-5,-2,-7,-6v-2,-3,-3,-6,-3,-9v0,-2,1,-7,4,-15v-1,3,-1,6,-1,10v0,5,1,8,6,9v5,1,7,3,7,5xm80,-42v0,14,-4,24,-14,32v-9,7,-19,11,-32,11v-7,0,-14,-1,-21,-4v-9,-4,-13,-9,-13,-15v0,-5,2,-8,6,-8v3,0,7,4,10,11v3,7,10,11,18,11v11,0,19,-4,24,-14v3,-7,5,-15,5,-25v0,-21,-7,-32,-20,-32v-4,0,-9,2,-13,5v-4,3,-7,6,-7,6v-2,0,-3,-2,-3,-4v0,-2,4,-5,10,-9v9,-6,14,-10,18,-14v6,-7,10,-15,10,-24v0,-15,-7,-23,-21,-23v-12,0,-21,5,-30,13v7,-12,19,-18,34,-18v8,0,16,1,22,5v8,5,13,12,13,21v0,7,-4,14,-11,21v-3,2,-11,7,-23,16v13,-1,24,3,30,11v6,6,8,16,8,27","w":87},"4":{"d":"102,-74v0,1,-1,3,-2,8v0,-1,1,-3,1,-5v0,-4,-2,-6,-5,-7v-3,-1,-5,-2,-5,-3v0,-2,1,-4,4,-4v5,0,7,4,7,11xm99,-62v-2,11,-6,16,-15,16r-15,0r0,32v0,8,6,11,16,11r0,5r-47,0r0,-5v8,1,13,0,15,-4v1,-2,1,-7,1,-13r0,-26r-52,0v0,-1,-1,-1,-1,-3v0,-1,21,-33,62,-94r6,0r0,90r19,0v2,0,4,0,7,-2v3,-2,4,-4,4,-7xm54,-53r0,-67r-46,67r46,0","w":111},"5":{"d":"84,-141v-1,3,-2,4,-3,7v-2,4,-5,7,-8,7r-58,0r-2,34r0,9v8,-8,17,-13,27,-13v13,0,22,5,30,16v6,9,10,20,10,31v0,15,-5,28,-14,38v-9,10,-21,14,-36,14v-4,0,-8,0,-11,-1v17,-2,30,-8,36,-18v5,-7,7,-18,7,-32v0,-27,-9,-41,-26,-41v-10,0,-18,5,-23,15r-6,0r4,-66r73,0xm17,1v-11,-2,-17,-7,-17,-14v0,-4,2,-6,5,-6v3,0,4,1,4,4v0,0,0,1,-1,3v-1,2,-1,4,-1,4v0,4,3,7,10,9","w":92},"6":{"d":"82,-129v0,4,-2,6,-5,6v-3,0,-5,-1,-5,-3r0,-9v-2,-5,-6,-7,-14,-6v2,0,4,-1,6,-1v4,0,8,1,12,3v4,2,6,6,6,10xm88,-42v0,12,-4,23,-12,32v-8,9,-18,14,-31,14v-18,0,-30,-9,-38,-27v-6,-12,-8,-25,-8,-40v0,-18,3,-35,10,-49v9,-18,23,-28,42,-30r2,0v-13,3,-24,12,-30,25v-5,10,-6,21,-6,33r0,11r0,1v9,-10,18,-15,29,-15v12,0,22,4,30,13v8,9,12,20,12,32xm70,-44v0,-25,-8,-38,-26,-38v-18,0,-28,13,-28,38v0,10,2,19,5,26v5,11,12,16,23,16v17,0,26,-14,26,-42","w":95},"7":{"d":"83,-142v-11,35,-12,34,-23,69v-9,27,-16,50,-24,69v-1,4,-4,6,-8,6v-4,0,-7,-3,-7,-7v0,-2,7,-17,20,-48r32,-75r-54,0v-6,0,-10,3,-14,10v1,-4,3,-8,4,-13v3,-7,6,-11,12,-11r62,0xm11,-98v0,2,-1,3,-3,3v-4,0,-7,-3,-7,-9r3,-9v0,2,-1,3,-1,5v0,4,1,7,4,7v3,0,4,2,4,3","w":91},"8":{"d":"88,-36v0,13,-4,22,-14,29v-8,6,-18,9,-30,9v-11,0,-21,-4,-29,-10v-10,-7,-15,-16,-15,-28v0,-20,11,-32,33,-37v-19,-6,-28,-18,-28,-35v0,-11,4,-20,13,-26v8,-6,16,-9,26,-9v10,0,19,3,27,9v9,7,13,15,13,26v0,17,-9,29,-29,35v22,5,33,17,33,37xm68,-108v0,-20,-8,-30,-24,-30v-15,0,-22,10,-22,29v0,22,8,33,22,33v16,0,24,-10,24,-32xm71,-36v0,-23,-9,-35,-27,-35v-17,0,-26,11,-26,34v0,23,8,34,26,34v18,0,27,-11,27,-33","w":98},"9":{"d":"90,-75v0,34,-10,58,-30,71v-6,4,-11,6,-16,6r-6,0v2,-1,2,-1,11,-6v9,-5,16,-11,19,-21v1,-4,3,-12,5,-25r-1,-16v-9,10,-18,15,-28,15v-12,0,-22,-5,-30,-15v-7,-9,-11,-19,-11,-30v0,-12,4,-21,11,-30v8,-10,18,-15,31,-15v17,0,29,9,37,26v5,12,8,25,8,40xm32,1v-7,-1,-14,-2,-20,-6v-7,-5,-10,-11,-10,-17v0,-2,1,-4,2,-6v1,-2,3,-4,5,-4v5,0,7,3,7,7v0,0,-1,2,-2,6v-1,4,-1,6,-1,6v0,7,6,11,19,14xm73,-94v0,-11,-1,-20,-5,-27v-5,-10,-12,-14,-22,-14v-17,0,-25,14,-25,41v0,25,8,37,25,37v18,0,27,-13,27,-37","w":101},":":{"d":"37,-124v0,12,-5,17,-16,17v-5,0,-9,-2,-13,-5v-4,-3,-5,-7,-5,-12v0,-11,6,-17,19,-17v10,0,15,6,15,17xm37,-17v0,7,-1,11,-3,13v-2,2,-6,3,-13,3v-12,0,-18,-5,-18,-16v0,-5,1,-9,5,-12v4,-3,8,-5,13,-5v11,0,16,5,16,17"},";":{"d":"48,-15v0,21,-16,38,-49,50v7,-3,14,-8,20,-13v7,-6,11,-13,11,-19v0,-4,-1,-9,-5,-15v-4,-6,-6,-10,-6,-12v0,-3,1,-5,4,-8v3,-3,6,-4,9,-4v5,0,9,3,12,7v3,4,4,9,4,14xm48,-124v0,12,-5,17,-16,17v-5,0,-9,-2,-13,-5v-4,-3,-5,-7,-5,-12v0,-11,6,-17,19,-17v10,0,15,6,15,17","w":65},"?":{"d":"97,-100r1,-4v0,1,-2,9,-4,21v0,1,-2,3,-4,7v-2,5,-5,9,-8,12v-9,10,-8,10,-17,20v-6,7,-10,13,-12,18v-2,5,-6,13,-11,25v0,-3,1,-7,2,-13v1,-12,6,-26,15,-44v9,-17,13,-30,13,-40v0,-9,-2,-17,-7,-24v-6,-8,-14,-13,-24,-13v-5,0,-10,2,-16,5v-6,3,-8,8,-8,12r0,2v2,7,5,13,7,15v2,2,3,3,3,5v0,3,-1,5,-4,8v-3,3,-6,4,-9,4v-3,0,-5,0,-7,-2v-4,-3,-6,-8,-7,-13r0,-5v3,-7,6,-15,9,-23v5,-5,8,-8,13,-10v5,-2,10,-3,15,-4v3,0,7,-1,11,-1v14,0,26,4,35,11v9,7,14,18,14,31xm61,30v0,4,-2,7,-5,10v-3,3,-6,4,-10,4v-4,0,-8,-1,-11,-4v-3,-3,-4,-6,-4,-10v0,-4,1,-8,4,-11v3,-3,7,-4,11,-4v4,0,7,1,10,4v3,3,5,7,5,11","w":187},"A":{"d":"291,0r-107,0r0,-9v6,0,12,-1,18,-1v11,-2,17,-6,17,-14r-3,-11v-2,-6,-4,-10,-4,-12v-7,-24,-21,-47,-42,-69v-21,-22,-43,-38,-65,-48r-25,57v-17,38,-25,62,-25,72v0,8,3,14,9,19v6,5,13,7,22,7r0,9r-85,0r0,-9v18,-2,31,-13,41,-32r18,-46v2,-5,13,-32,34,-80v-9,-7,-26,-10,-50,-10v-19,0,-38,4,-55,11v10,-17,32,-25,64,-25v16,0,31,2,47,7r45,-105r3,1r22,50r45,111v19,47,35,81,47,104v4,6,13,11,28,14xm166,-154r-33,-81r-21,54v21,6,38,16,54,27","w":300},"B":{"d":"252,-77v0,25,-9,44,-27,58v-17,13,-38,19,-63,19r-139,0r0,-9r12,0v13,0,23,-2,28,-8v5,-6,8,-15,8,-28r0,-196v0,-12,-1,-20,-4,-25v-4,-6,-11,-9,-22,-9r-12,0r-12,0v-7,0,-13,0,-19,-1r0,-13r118,0v78,0,118,23,118,68v0,36,-27,58,-79,67v62,6,93,32,93,77xm207,-79v0,-25,-8,-42,-23,-54v-12,-9,-30,-16,-57,-20v22,-6,38,-12,47,-20v12,-10,19,-25,19,-46v0,-23,-7,-39,-19,-48v-11,-8,-28,-12,-52,-12r-7,0v-1,0,-4,1,-6,1r-4,0r1,238v0,13,3,22,11,26v5,3,13,4,24,4v44,0,66,-23,66,-69","w":266},"C":{"d":"246,-12r-8,0v-2,-5,-3,-10,-5,-15v-2,-6,-6,-10,-9,-14v-18,18,-33,28,-48,33v-10,4,-26,6,-46,6v-39,0,-71,-12,-94,-36v-25,-25,-37,-58,-37,-100v0,-43,12,-77,36,-105v26,-31,58,-46,95,-46v38,0,69,13,93,40v5,-3,10,-15,12,-35r10,0r0,105r-8,0v-3,-30,-12,-53,-30,-71v-18,-19,-42,-28,-71,-28v-36,0,-63,17,-79,50v-11,22,-16,51,-16,88v0,33,7,60,19,82v17,30,43,45,79,45v28,0,51,-9,68,-28v15,-17,25,-40,30,-69r9,0r0,98","w":261},"D":{"d":"289,-138v0,66,-25,109,-78,129v-18,7,-33,10,-44,10r-166,0r0,-9r23,0v8,0,14,-3,18,-9v4,-6,6,-12,6,-20r0,-206v0,-18,-9,-28,-25,-28r-22,0r0,-10r117,-5v53,-2,94,7,124,31v31,25,47,64,47,117xm244,-135v0,-94,-43,-141,-130,-141r-31,0r0,226v0,18,3,29,9,34v6,5,17,8,35,8v78,0,117,-43,117,-127","w":303},"E":{"d":"258,-89r-6,90r-231,0r0,-10v28,2,42,-6,42,-26r0,-216v0,-12,-4,-19,-12,-23v-5,-2,-14,-3,-26,-2v-12,1,-21,0,-25,-1r0,-10r225,0r6,72r-10,0v-4,-21,-11,-37,-19,-46v-10,-11,-25,-16,-45,-16r-58,0r0,133v25,-27,55,-41,89,-41v20,0,33,5,39,15v-11,-4,-22,-7,-33,-7v-31,0,-60,16,-86,48r-10,13r0,60v0,23,4,37,11,42v5,3,19,4,42,4v29,0,49,-4,59,-11v14,-10,26,-32,38,-68r10,0","w":271},"F":{"d":"243,-215r-8,0v-7,-41,-26,-61,-57,-61r-71,0r0,129v23,-25,51,-37,85,-37v18,0,32,5,40,15v-12,-5,-23,-7,-34,-7v-28,0,-55,14,-80,41v-8,9,-12,14,-12,15r0,74v0,14,2,24,7,30v5,6,15,8,29,8r11,0r0,9r-128,0r0,-9v5,1,10,1,14,1v14,0,23,-5,28,-16v3,-6,4,-18,4,-35r0,-171v0,-21,-3,-33,-8,-39v-5,-6,-18,-8,-39,-8r-22,0r0,-11r241,0r0,72","w":251},"G":{"d":"282,-129v-8,13,-20,22,-35,26v3,7,4,18,4,31r-1,48v-11,0,-24,1,-37,5v-6,2,-6,1,-18,5r-18,6v-13,4,-27,5,-43,5v-20,0,-38,-2,-52,-8v-14,-6,-28,-15,-41,-28v-26,-26,-39,-59,-39,-100v0,-42,13,-77,38,-105v14,-15,28,-27,42,-34v16,-8,33,-12,53,-12v38,0,70,13,94,40v5,-8,8,-18,9,-31r9,0r0,94r-9,0v-4,-27,-14,-49,-31,-66v-18,-18,-40,-27,-67,-27v-23,0,-42,7,-59,21v-17,14,-27,32,-33,55v-3,14,-6,33,-6,58v0,38,7,68,20,90v16,29,42,43,78,43v22,0,38,-5,50,-15v13,-11,20,-27,20,-48v0,-17,-2,-26,-4,-28v-16,-3,-31,-5,-48,-5v-19,0,-33,5,-41,13v2,-10,8,-19,19,-26v10,-6,20,-9,31,-9r81,4v14,1,24,0,31,-2r3,0","w":283},"H":{"d":"308,-277v-4,-1,-8,-1,-11,-1v-14,0,-24,4,-28,14v-3,6,-4,16,-4,31r0,34r20,6v8,4,16,9,22,17v-1,-1,-7,-3,-18,-6v-11,-3,-19,-4,-21,-4r-3,0r0,132v0,14,1,25,4,31v5,11,14,16,28,16v4,0,7,-1,11,-1r0,9r-124,0r0,-9r22,0v15,0,22,-9,23,-25r1,-17r0,-135v-3,1,-13,5,-29,10v-21,7,-44,23,-69,49v-24,24,-41,47,-51,69r0,10v0,14,2,24,5,29v5,7,14,10,28,10r11,0r0,9r-124,0r0,-9r11,0v22,0,33,-12,33,-36r0,-199v0,-13,-1,-22,-6,-27v-5,-5,-14,-8,-27,-8r-11,0r1,-10r123,0r0,10v-7,0,-14,2,-21,2v-8,1,-14,3,-18,8v-1,1,-3,8,-5,20r1,139v35,-52,84,-83,148,-91v2,-30,2,-51,-2,-64v-2,-8,-9,-11,-19,-12v-4,0,-12,-2,-25,-2r0,-10r124,0r0,11","w":314},"I":{"d":"241,-276r-22,0v-14,0,-21,10,-21,31r0,203v0,22,11,33,33,33r10,0r0,9r-123,0r0,-9v15,0,25,-1,31,-4v9,-4,13,-13,13,-26r0,-210v0,-12,-3,-19,-8,-22v-3,-1,-9,-2,-20,-2v-36,0,-61,6,-77,16v-21,13,-31,37,-31,73v0,20,5,39,15,57v12,22,28,32,49,32v13,0,22,-4,28,-12v1,-1,3,-9,8,-22v3,-8,8,-12,15,-12v6,0,8,4,8,12v0,16,-8,27,-25,36v-12,6,-24,9,-37,9v-27,0,-48,-9,-63,-29v-14,-18,-21,-41,-21,-69v0,-34,14,-61,42,-80v24,-17,53,-26,86,-26r110,0r0,12","w":253},"J":{"d":"208,-280r-18,0v-12,0,-18,9,-18,29r0,220v0,26,-7,47,-22,61v-15,14,-35,22,-61,22v-12,0,-22,-2,-32,-6v-15,-6,-23,-15,-23,-27v0,-5,2,-9,5,-13v3,-4,7,-6,12,-6v5,0,10,2,13,5v3,3,5,7,5,12v0,2,-1,5,-2,8v-1,3,-1,5,-1,7v0,7,6,11,21,11v34,0,51,-22,51,-68r0,-230v0,-10,-2,-16,-5,-20v-3,-4,-10,-5,-19,-5r-55,0v-14,0,-25,4,-33,15v-7,9,-11,22,-11,37v0,14,4,25,10,35v7,11,17,16,30,16v17,0,29,-10,34,-29r0,6v0,10,-4,17,-12,23v-7,5,-16,7,-26,7v-16,0,-28,-6,-37,-17v-8,-10,-12,-23,-12,-39v0,-18,7,-34,22,-46v14,-12,31,-17,50,-17r134,0r0,9","w":221},"K":{"d":"399,1r-146,0r0,-9v7,0,15,-1,23,-1v12,-1,19,-5,19,-13v0,-5,-7,-14,-19,-27r-94,-95r-20,18r0,90v0,18,11,28,33,28r9,0r0,9r-123,0r0,-8v17,0,29,-2,35,-7v7,-6,11,-16,11,-32r0,-195v0,-12,-2,-21,-5,-26v-4,-7,-12,-10,-24,-10v-25,0,-45,7,-59,21v-14,14,-21,35,-21,60v0,26,6,48,18,66v13,19,32,33,56,39v-31,-2,-54,-10,-69,-25v-15,-15,-22,-38,-22,-69r0,-27v3,-22,17,-41,43,-56v22,-13,43,-20,62,-20r100,0r0,11v-15,0,-26,1,-31,3v-9,4,-13,11,-13,23r0,110r64,-57v36,-32,54,-52,54,-61v0,-11,-11,-17,-31,-18r0,-10r109,0r0,10v-14,-1,-31,5,-49,18v-12,9,-28,23,-48,43v-8,8,-19,17,-31,25r-24,16r79,82v32,33,59,58,80,75v5,4,16,6,34,7r0,12","w":400},"L":{"d":"327,0r-237,0r0,-9v5,1,9,1,13,1v14,0,23,-5,28,-16v3,-6,4,-18,4,-34r0,-172v0,-19,-2,-31,-5,-36v-5,-7,-17,-10,-35,-10v-51,0,-76,24,-76,72v0,15,5,29,14,43v11,16,24,24,40,24v12,0,22,-4,31,-13v8,-8,14,-17,17,-29v-1,33,-18,49,-51,49v-21,0,-38,-6,-50,-18v-12,-12,-19,-29,-19,-50v0,-26,8,-47,25,-64v17,-17,38,-25,64,-25r130,0r0,11v-20,0,-32,0,-38,3v-8,4,-13,15,-13,33r0,199v0,11,3,19,8,24v5,5,13,7,24,7r11,0r12,0v22,0,36,-1,41,-2v14,-3,25,-12,35,-28v5,-9,12,-24,19,-44r8,0r0,84","w":337},"M":{"d":"460,0r-130,0r0,-9v14,1,24,0,31,-3v10,-4,15,-13,15,-26r0,-218r-113,257r-11,0r-107,-255r0,200v0,27,16,42,47,45r0,9r-105,0r0,-9v31,-3,47,-20,47,-54r0,-179v0,-17,-4,-28,-13,-32v-5,-2,-15,-4,-32,-4v-47,0,-70,23,-70,66v0,46,22,76,67,93v-1,0,-3,1,-5,1r-5,0v-24,0,-43,-8,-56,-25v-12,-15,-18,-34,-18,-59v0,-29,11,-51,32,-66v18,-13,43,-19,73,-19r61,0r106,238r105,-238r81,0r0,10v-21,0,-34,2,-39,5v-6,4,-10,14,-10,29r0,199v0,23,9,35,27,35r22,0r0,9","w":470},"N":{"d":"368,-278v-11,1,-19,3,-27,7v-10,6,-15,13,-15,23r0,249r-9,0r-193,-264r0,210v0,17,4,30,12,36v7,5,20,8,38,9r0,9r-106,0r0,-9v15,-2,26,-4,32,-7v9,-5,13,-14,13,-27r0,-196v0,-16,-1,-25,-4,-27v-15,-11,-31,-17,-48,-17v-15,0,-26,6,-35,18v-8,11,-12,24,-12,39v0,13,3,23,9,32v7,10,18,14,30,14v11,0,21,-8,31,-23v-5,19,-17,28,-34,28v-16,0,-27,-5,-36,-14v-9,-9,-14,-21,-14,-37v0,-17,6,-33,18,-45v12,-12,27,-18,44,-18r86,0r167,220r0,-180v0,-20,-16,-30,-48,-30r0,-10r101,0r0,10","w":375},"O":{"d":"296,-144v0,46,-14,81,-43,108v-28,26,-63,39,-104,39v-41,0,-76,-13,-104,-39v-29,-27,-44,-63,-44,-109v0,-45,14,-81,44,-108v28,-26,63,-38,104,-38v41,0,76,13,104,39v29,27,43,62,43,108xm256,-143v0,-41,-7,-73,-22,-96v-18,-28,-46,-42,-85,-42v-38,0,-67,14,-85,42v-15,23,-22,55,-22,95v0,92,37,138,110,138v37,0,64,-14,82,-43v15,-24,22,-55,22,-94","w":304},"P":{"d":"237,-211v0,51,-31,77,-93,77r-11,0v19,-5,34,-13,45,-26v11,-13,16,-29,16,-48v0,-19,-5,-35,-14,-47v-10,-14,-25,-21,-43,-21r-38,0r0,226v0,27,7,40,23,40r22,0r0,10r-122,0r0,-10v5,1,8,1,12,1v13,0,22,-5,27,-14v3,-6,4,-16,4,-30r0,-180v0,-16,-1,-27,-5,-32v-5,-6,-14,-8,-30,-8r-30,0r0,-10r113,-4v83,-3,124,22,124,76","w":243},"Q":{"d":"381,103v-10,8,-19,14,-26,16v-5,2,-12,3,-22,3v-39,0,-68,-26,-87,-78r-22,-58v-26,11,-52,17,-77,17v-41,0,-76,-14,-104,-40v-28,-26,-42,-62,-42,-108v0,-44,14,-78,43,-105v28,-26,62,-39,101,-39v22,0,40,4,56,10v14,6,28,15,43,28v30,27,45,62,45,107v0,29,-4,51,-11,66v-7,15,-12,25,-15,30v-6,9,-13,17,-21,23v10,10,21,26,33,49v13,24,24,40,32,49v19,21,44,31,74,30xm252,-143v0,-39,-8,-71,-23,-94v-18,-28,-46,-42,-83,-42v-38,0,-65,14,-83,42v-15,23,-22,54,-22,94v0,90,36,135,108,135v26,0,48,-8,66,-25v-13,-22,-30,-33,-49,-35v-2,0,-8,-1,-20,-1v-8,0,-11,-3,-11,-9v0,-5,3,-7,11,-7v12,0,26,5,43,14v17,9,29,18,36,28v9,-9,16,-26,21,-48v4,-18,6,-35,6,-52","w":303},"R":{"d":"400,1r-68,0v-2,0,-7,-4,-16,-14v-6,-6,-11,-13,-15,-18r-36,-51v-13,-19,-29,-35,-44,-49v-3,-3,-8,-3,-16,-3v32,-7,53,-15,65,-24v15,-11,22,-28,22,-51v0,-27,-7,-46,-23,-56v-12,-7,-31,-10,-56,-10r-18,0r0,223v0,6,1,14,2,25v2,11,8,17,20,18r27,1r0,9r-128,0r0,-9v19,1,32,-2,38,-9v4,-5,7,-17,7,-33r0,-183v0,-13,-2,-22,-4,-27v-4,-8,-12,-12,-24,-12v-32,0,-57,5,-76,15v-26,13,-39,33,-39,62v0,48,28,83,82,105v-30,1,-54,-7,-73,-24v-19,-17,-28,-39,-28,-69v0,-56,35,-88,107,-96v31,-4,55,-6,72,-6r34,-2v41,-1,72,5,91,17v19,12,28,32,28,58v0,21,-8,38,-25,51v-15,12,-31,19,-47,21v5,3,10,8,16,17v12,17,19,28,21,30v18,23,33,40,45,53v10,10,19,18,31,24v11,5,20,8,28,8r0,-1v0,0,-1,0,0,0r0,10","w":405},"S":{"d":"181,-67v0,14,0,26,-2,32v-2,8,-8,15,-16,22v-16,14,-38,21,-64,21v-31,0,-57,-11,-78,-34v-4,2,-8,10,-11,26r-10,0r0,-92r10,0v11,60,39,90,85,90v18,0,32,-5,44,-15v12,-10,19,-24,19,-41v0,-22,-14,-39,-41,-53r-75,-37v-27,-17,-41,-39,-41,-68v0,-22,8,-40,22,-53v14,-13,32,-19,54,-19v16,0,31,4,47,13v18,10,27,22,27,36v0,3,-1,7,-4,11v-3,4,-5,6,-8,6v-6,0,-9,-4,-9,-10v0,-2,0,-4,1,-7v1,-3,1,-6,1,-8v0,-3,-1,-6,-3,-9v-11,-14,-27,-21,-50,-21v-14,0,-26,4,-35,11v-5,4,-10,11,-14,18v-5,8,-8,15,-8,22v0,21,14,38,42,51r76,37v27,18,41,41,41,71","w":194},"T":{"d":"349,-269v0,2,-5,6,-15,12v-30,18,-65,27,-103,27v-3,0,-8,0,-14,-1v-6,-1,-11,-1,-14,-1r-2,0r0,187v0,15,1,25,6,30v6,6,19,8,38,7r0,8r-119,0r0,-8r19,0v12,0,19,-4,23,-13v2,-4,3,-13,3,-25r0,-192r-93,-25v-8,-2,-16,-3,-25,-3v-12,0,-23,4,-30,12v-7,8,-11,18,-11,30v0,24,15,41,44,52v20,7,40,11,60,10r31,-1v-23,4,-41,5,-51,5v-21,0,-40,-4,-58,-12v-24,-12,-37,-30,-37,-54v0,-21,8,-37,23,-49v11,-8,28,-12,52,-12v19,0,50,7,93,20v35,11,67,16,96,16v24,0,46,-6,67,-18v7,-4,11,-6,12,-6v3,0,5,1,5,4","w":354},"U":{"d":"404,-278v-27,3,-40,15,-40,36r0,137v0,70,-38,105,-114,105v-28,0,-51,-7,-71,-21v-23,-16,-35,-40,-35,-71r0,-156v0,-15,-4,-24,-12,-27v-3,-1,-12,-2,-27,-2v-57,0,-86,25,-86,75v0,34,13,58,38,71v-18,-3,-31,-11,-42,-23v-11,-12,-16,-28,-16,-46v0,-29,13,-51,39,-68v21,-13,45,-20,69,-20r116,0r0,9v-17,0,-29,2,-34,5v-7,4,-10,12,-10,25r0,154v0,54,27,81,81,81v27,0,48,-6,65,-20v18,-15,28,-35,28,-61r0,-148v0,-22,-15,-34,-43,-36r0,-9r94,0r0,10","w":399},"V":{"d":"417,-278v-4,0,-7,1,-9,1v-3,1,-6,2,-8,4v-14,14,-26,32,-34,53r-22,55v-19,48,-20,48,-69,165r-7,0r-110,-256v-4,-9,-11,-15,-20,-18v-5,-2,-15,-3,-29,-3v-23,0,-43,6,-60,17v-21,14,-32,33,-32,57v0,20,6,40,19,59v13,19,29,32,47,41v-25,-1,-46,-9,-62,-24v-16,-15,-23,-36,-23,-61v0,-27,10,-50,29,-70v19,-20,42,-30,69,-30r135,1r0,9r-16,0v-15,0,-22,6,-22,16v0,5,12,36,38,96r53,118r49,-118v21,-51,32,-80,32,-88v0,-15,-11,-23,-34,-24r0,-10r86,0r0,10","w":423},"W":{"d":"365,-292v0,13,-2,23,-5,32v-2,5,-4,15,-9,31v-2,7,-10,35,-22,83v-13,53,-25,101,-38,147r-11,0r-86,-231r-75,231r-3,0v-2,-7,-2,-6,-16,-51r-65,-207v-4,-12,-12,-19,-24,-20r-9,-1r0,-9r100,0r0,9v-6,1,-14,2,-20,3v-7,2,-10,7,-10,15v0,2,6,20,18,55v17,50,34,97,48,143r54,-187v-4,-12,-6,-23,-6,-33v0,-35,7,-60,21,-77v20,-23,44,-34,73,-34v26,0,48,12,64,36v14,21,21,43,21,65xm353,-294v0,-21,-6,-38,-18,-53v-13,-16,-30,-25,-50,-25v-21,0,-38,8,-52,25v-13,16,-20,35,-20,56v0,13,13,52,38,119r41,110v18,-60,36,-124,55,-193v4,-13,6,-26,6,-39","w":371},"X":{"d":"510,-9v-16,36,-50,53,-104,53v-40,0,-75,-14,-105,-40v-29,-26,-55,-65,-78,-119r-35,39v-20,23,-31,37,-31,43v0,7,5,12,17,14v1,0,2,1,4,1r16,1r0,16r-116,0r0,-16v2,0,4,1,6,1v21,0,42,-14,66,-41r65,-75v-3,-5,-11,-25,-26,-60v-11,-25,-22,-43,-33,-55v-15,-16,-34,-24,-57,-24v-50,0,-75,30,-75,92v0,53,19,87,59,101r-11,0v-24,0,-44,-11,-57,-32v-10,-17,-15,-37,-15,-60v0,-39,12,-67,37,-87v23,-18,54,-28,94,-28v9,0,17,2,24,5v3,1,9,4,19,9v13,7,25,19,36,36v1,2,12,23,35,63r30,-35v19,-22,28,-34,28,-39v0,-9,-6,-14,-18,-15r-20,-3r0,-15r112,0r0,16v-19,0,-42,13,-67,40v-9,9,-28,31,-57,63v24,45,39,72,45,82v43,71,90,106,139,106v30,0,54,-12,73,-37","w":450},"Y":{"d":"294,-276v-16,1,-29,10,-41,25v-8,11,-37,57,-87,138r0,74v0,20,10,30,32,30r9,0r0,10r-118,0r0,-10r10,0v21,0,32,-11,32,-33r0,-68v-5,-7,-12,-18,-22,-34r-40,-67v-16,-26,-30,-47,-43,-60v-3,-3,-11,-5,-25,-6r0,-10r147,0r0,10v-22,2,-35,3,-38,3v-20,3,-30,7,-30,13v0,3,27,48,81,135r40,-63v22,-36,33,-57,33,-64v0,-15,-15,-23,-45,-23v-13,0,-22,0,-24,-1r0,-10r129,0r0,11","w":298},"Z":{"d":"351,-34v0,18,-6,34,-17,46v-11,12,-25,19,-43,19v-14,0,-38,-8,-71,-23v-33,-15,-56,-23,-69,-23v-14,0,-23,2,-29,7v-5,3,-5,4,-9,7v-4,3,-8,6,-11,11r-38,4v-1,-1,-2,-2,-2,-5v0,-2,59,-89,178,-261v-4,-1,-7,-1,-12,-1r-38,0r-106,-6v-47,-3,-70,15,-70,53v0,17,4,31,14,40v10,9,24,14,41,14v12,0,23,-2,34,-7v9,-4,21,-11,37,-22r3,0v1,2,2,4,2,7v-28,21,-54,32,-78,32v-20,0,-36,-6,-48,-18v-12,-12,-19,-28,-19,-48v0,-30,14,-51,41,-65v22,-11,45,-16,70,-15r100,5r91,-6r0,12r-167,242r35,-3v5,0,12,3,23,7v16,6,27,11,33,12v24,8,43,11,56,11v14,0,26,-3,36,-10v11,-8,16,-21,16,-39v0,-7,-2,-16,-6,-24v2,-2,5,-4,9,-6v6,12,10,20,11,25v2,8,3,17,3,28","w":357},"a":{"d":"142,-20v0,6,-3,12,-9,16v-6,4,-12,7,-19,7v-14,0,-23,-8,-27,-24v-22,16,-40,24,-54,24v-9,0,-17,-2,-24,-8v-7,-6,-10,-13,-10,-22v0,-16,11,-29,31,-39v1,-1,15,-7,43,-20v-31,18,-46,35,-46,53v0,6,2,12,5,16v3,4,8,7,14,7v12,0,25,-7,41,-21r0,-78v0,-18,-11,-27,-32,-27v-12,0,-20,3,-24,9v0,0,-2,5,-5,16v-2,6,-6,9,-12,9v-7,0,-10,-3,-10,-10v0,-12,8,-20,24,-26v11,-4,21,-5,31,-5v35,0,53,13,53,40r0,80v0,9,3,13,10,13v8,0,14,-5,14,-16r6,0r0,6","w":151},"b":{"d":"159,-72v0,21,-6,39,-18,52v-12,14,-28,21,-49,21v-18,0,-33,-7,-44,-23v-2,2,-9,8,-19,19v-6,7,-12,10,-17,10v-7,0,-11,-4,-11,-11v0,-9,7,-13,22,-13r0,-245v0,-4,-2,-7,-7,-9v-5,-2,-9,-3,-14,-3r0,-6v15,0,29,-3,42,-8r3,0r0,235v0,13,4,25,10,33v7,9,16,13,29,13v30,0,45,-22,45,-66v0,-42,-16,-62,-49,-62v-8,0,-14,0,-18,1v10,-6,20,-9,30,-9v20,0,36,7,48,21v11,13,17,30,17,50","w":170},"c":{"d":"121,-36v-7,24,-26,37,-55,37v-21,0,-37,-7,-49,-20v-12,-13,-19,-30,-19,-51v0,-21,7,-38,20,-52v13,-14,31,-22,51,-22v8,0,16,2,26,6v13,5,20,12,20,21v0,3,-1,5,-3,8v-2,3,-4,4,-7,4v-5,0,-9,-3,-12,-8v0,-1,-1,-6,-4,-15v-3,-5,-11,-8,-20,-8v-29,0,-43,20,-43,61v0,44,15,67,47,67v22,0,39,-9,48,-28","w":130},"d":{"d":"173,-11v0,3,-2,6,-5,9v-3,3,-6,4,-9,4r-21,0v-4,0,-11,1,-19,3v-1,-2,-2,-10,-3,-23v-15,16,-31,23,-50,23v-18,0,-35,-8,-47,-23v-12,-14,-17,-30,-17,-49v0,-20,6,-38,17,-51v12,-14,28,-21,48,-21v6,0,14,1,24,4v-41,-2,-61,21,-61,67v0,42,14,62,43,62v15,0,30,-7,42,-22r0,-234v0,-5,-4,-8,-11,-9v-5,-1,-8,-1,-11,-1r0,-8v13,-2,26,-5,40,-7r6,0r0,268v1,6,3,9,6,9v1,0,4,-2,7,-6v3,-4,6,-6,9,-6v3,0,6,2,8,4v2,2,4,4,4,7","w":190},"e":{"d":"122,-91r-94,0r0,15v0,46,15,69,45,69v23,0,40,-8,48,-23v-4,10,-11,18,-22,24v-10,6,-20,8,-31,8v-20,0,-37,-7,-49,-21v-12,-14,-18,-30,-18,-50v0,-20,5,-37,17,-51v12,-15,29,-22,49,-22v14,0,26,4,37,13v12,9,18,22,18,35r0,3xm94,-98r0,-15v0,-6,-3,-11,-10,-15v-7,-4,-14,-6,-20,-6v-9,0,-17,3,-24,10v-7,7,-10,15,-10,24r0,2r64,0","w":139},"f":{"d":"160,-258v0,4,-1,7,-3,10v-2,4,-5,5,-8,5v-7,0,-10,-4,-10,-12r0,-5r0,-4v0,-14,-12,-21,-37,-21v2,0,4,-1,7,-1v3,0,5,-1,7,-1v9,0,17,2,25,5v12,5,19,14,19,24xm89,-286v-24,2,-35,19,-35,51r0,84r32,0r0,8r-33,0r0,109v0,10,1,16,4,20v3,5,10,7,19,7v2,0,5,-1,8,-1r0,8r-82,0r0,-8v11,1,18,-1,21,-8v2,-3,3,-10,3,-20r0,-172v0,-47,21,-73,63,-78","w":95},"g":{"d":"210,-143v0,10,-2,19,-6,28v-5,12,-11,17,-20,17v-2,0,-5,0,-7,-2v-2,-2,-3,-4,-3,-6r9,-17v6,-11,8,-20,8,-27v0,-11,-4,-21,-12,-28v-8,-7,-17,-11,-29,-11v-14,0,-26,5,-35,15v-9,10,-13,21,-13,36v16,5,29,14,39,26v10,12,15,26,15,43v0,12,-4,23,-11,35v-7,12,-17,20,-27,25v-10,5,-24,8,-43,10v-36,-1,-54,6,-54,20v0,9,13,14,41,16v38,2,64,7,77,11v28,9,41,28,41,56v0,24,-10,41,-30,53v-16,9,-37,13,-63,13v-19,0,-34,-2,-46,-7v-18,-7,-34,-21,-48,-41v26,28,57,41,92,41v17,0,32,-3,45,-10v18,-9,26,-22,26,-40v0,-21,-13,-33,-40,-39v-25,-2,-50,-5,-75,-8v-27,-3,-40,-15,-40,-34v0,-18,13,-31,41,-38v-29,-17,-43,-38,-43,-65v0,-20,8,-37,24,-50v15,-13,33,-19,53,-19r7,0v0,0,5,1,7,1v2,0,5,-5,8,-15v9,-29,28,-44,57,-44v16,0,29,6,39,16v10,10,16,23,16,39xm15,68v0,2,-1,4,-3,6v-2,2,-2,2,-4,2r-5,0v-11,0,-16,6,-16,20v0,5,0,9,2,13v-5,-11,-7,-19,-7,-25v0,-6,2,-10,7,-16v5,-6,9,-9,15,-9v7,0,11,3,11,9xm120,-70v0,-40,-15,-60,-44,-60v-28,0,-43,21,-43,63v0,39,15,58,44,58v29,0,43,-21,43,-61","w":222},"h":{"d":"172,1r-72,0r0,-7v9,0,15,-1,19,-4v4,-3,6,-9,6,-17r0,-70v0,-24,-11,-35,-33,-35v-11,0,-22,3,-33,10v12,-14,27,-21,44,-21v31,0,46,18,46,54r0,71v0,9,8,12,23,11r0,8xm71,1r-71,0r0,-8v6,1,11,0,16,-2v6,-2,9,-5,8,-11r-1,-219v0,-2,0,-10,-2,-24v-2,-10,-9,-15,-20,-14r0,-7r22,0v2,0,6,-1,10,-2v4,-1,9,-2,11,-2r5,0r0,264v0,11,7,17,22,18r0,7","w":188},"i":{"d":"84,-50v-4,15,-6,25,-9,31v-7,14,-16,21,-27,21v-16,0,-24,-10,-24,-31r0,-88v0,-10,-2,-14,-7,-14v-4,0,-10,4,-16,15r0,-4v0,-6,2,-12,7,-17v5,-5,10,-8,16,-8v7,0,12,4,16,11v3,6,5,13,5,20r0,78v0,16,3,24,10,24v7,0,14,-6,20,-18v5,-9,8,-15,9,-20","w":93},"j":{"d":"55,-211v0,5,-2,10,-5,13v-3,3,-8,5,-13,5v-5,0,-9,-2,-13,-5v-4,-3,-5,-7,-5,-12v0,-5,2,-9,6,-13v4,-4,7,-6,12,-6v5,0,10,2,13,6v3,4,5,7,5,12xm53,62v0,12,-5,24,-15,36v-10,12,-22,18,-34,18r-5,0v13,-4,22,-14,26,-26v2,-7,4,-17,4,-30r0,-156v0,-11,-1,-18,-3,-21v-3,-6,-12,-8,-24,-7r0,-7r24,-3v9,-1,17,-3,23,-6r4,0r0,202xm-19,112v-27,-9,-40,-22,-40,-39v0,-4,1,-7,4,-11v3,-4,6,-5,10,-5v6,0,10,3,10,10v0,1,-2,4,-5,10v-3,6,-4,10,-4,11v0,9,8,17,25,24","w":69},"k":{"d":"175,3r-76,0r0,-7v12,-1,18,-5,18,-9v0,-2,-8,-13,-25,-33v-16,-19,-26,-30,-31,-35v22,-20,36,-32,42,-37v20,-15,36,-22,48,-22v12,0,19,4,19,12v0,8,-5,11,-12,11v-1,0,-4,-1,-10,-4v-6,-3,-9,-4,-10,-4v-5,0,-14,6,-28,16v-11,8,-18,13,-22,17r46,56v16,20,29,30,41,32r0,7xm78,3r-77,0r0,-7v4,0,10,0,16,-1v8,-1,12,-5,12,-11r0,-213v0,-14,-1,-24,-3,-29v-1,-3,-9,-6,-21,-7r0,-9v12,-1,24,-2,35,-4v7,-2,10,-4,11,-4r6,0r0,263v0,10,6,15,21,15r0,7","w":189},"l":{"d":"82,0r-82,0r0,-8v19,1,28,-6,28,-19r0,-201v0,-13,-1,-21,-1,-24v-1,-10,-5,-17,-12,-18r-13,0r0,-9v12,0,24,-2,36,-4v7,-2,12,-4,13,-4r5,0r0,260v0,13,8,20,26,19r0,8","w":102},"m":{"d":"278,0r-66,0r0,-7v8,-1,13,-2,15,-3v5,-2,7,-6,7,-12r0,-80v0,-8,-3,-15,-9,-20v-6,-5,-13,-8,-21,-8v-13,0,-25,4,-35,12v5,-6,12,-13,21,-17v9,-4,17,-6,25,-6v28,0,43,15,43,45r0,67v0,16,7,23,20,21r0,8xm181,0r-65,0r0,-8v10,1,16,-1,19,-6v2,-3,3,-9,3,-17r0,-64v0,-24,-10,-35,-30,-35v-13,0,-25,4,-35,11v12,-15,28,-22,46,-22v11,0,19,2,27,8v8,6,13,15,15,25r1,86v0,11,6,15,19,14r0,8xm89,0r-66,0r0,-8v2,0,4,1,6,1v10,0,15,-9,15,-28r0,-64v0,-10,-1,-16,-2,-19v-2,-5,-7,-7,-15,-7v-3,0,-8,1,-11,4v-3,3,-5,4,-6,4v-6,0,-9,-3,-9,-8v0,-6,5,-9,14,-9r4,0r4,0v10,0,23,-2,38,-7v1,1,3,4,5,10v2,6,2,9,2,12r0,100v0,4,3,7,8,9v4,2,9,3,13,2r0,8","w":285},"n":{"d":"179,0r-69,0r0,-8v15,1,23,-4,23,-13r0,-82v0,-9,-3,-17,-9,-22v-6,-5,-14,-7,-24,-7v-9,0,-18,4,-30,12v13,-14,27,-21,44,-21v12,0,23,4,31,10v8,6,12,16,12,28r0,74v0,9,2,14,5,17v3,3,8,4,17,4r0,8xm85,0r-70,0r0,-8v15,1,23,-4,23,-15r0,-88v0,-9,-5,-14,-14,-14v-2,0,-6,1,-9,4v-3,3,-5,5,-6,5v-2,0,-4,-1,-6,-3v-2,-2,-3,-3,-3,-5v0,-2,0,-4,2,-6v2,-2,4,-3,6,-3v13,-1,23,-2,28,-3v1,0,3,-2,8,-3v4,-1,7,-2,9,-2r5,0v1,7,2,18,4,33r0,75v0,1,-1,2,-1,3r0,4v0,13,8,19,24,19r0,7","w":191},"o":{"d":"149,-69v0,22,-7,39,-21,53v-14,14,-31,21,-53,21v-21,0,-40,-7,-54,-21v-14,-14,-21,-32,-21,-53v0,-21,8,-40,22,-54v14,-14,32,-21,53,-21v21,0,39,8,53,22v14,14,21,32,21,53xm121,-69v0,-45,-16,-67,-46,-67v-30,0,-46,23,-46,67v0,19,2,33,7,43v7,15,20,23,39,23v30,0,46,-22,46,-66","w":160},"p":{"d":"183,-68v0,19,-5,35,-16,48v-11,14,-27,21,-46,21v-9,0,-20,-3,-32,-9v6,2,12,4,19,4v32,0,47,-22,47,-65v0,-16,-3,-30,-10,-41v-8,-13,-21,-20,-36,-20v-16,0,-28,8,-40,24r0,233v0,8,1,13,3,16v3,5,9,7,19,6r0,7r-70,0r0,-7r12,0v8,-1,12,-5,12,-10r0,-252v0,-6,-6,-10,-17,-10v-5,0,-10,3,-14,7v-4,4,-7,6,-8,6v-4,0,-6,-2,-6,-7v0,-5,2,-8,6,-10v2,-1,12,-4,27,-7v15,-3,25,-5,27,-5r6,0v0,5,1,12,3,21v14,-14,31,-21,48,-21v20,0,36,6,48,20v12,14,18,31,18,51","w":200},"q":{"d":"195,130v0,5,-4,11,-11,17v-7,6,-14,10,-19,10r-78,0r0,-9v10,0,15,-1,18,-2v6,-2,9,-7,9,-15r0,-245v-12,-12,-26,-18,-42,-18v-31,0,-46,21,-46,66v0,41,14,62,44,62v8,0,16,-2,25,-5v-14,7,-28,10,-40,10v-19,0,-33,-6,-43,-20v-10,-12,-15,-29,-15,-48v0,-21,7,-38,20,-53v13,-15,30,-23,50,-23v13,0,24,3,33,9r14,9v1,0,5,-3,10,-8v5,-5,8,-8,9,-10r6,0r0,268v0,11,2,17,7,20v6,-2,11,-7,15,-17v4,-10,9,-15,15,-15v13,-1,19,5,19,17","w":158},"r":{"d":"126,-123v0,2,-1,4,-4,7v-3,3,-6,4,-8,4v-2,0,-5,-2,-12,-7v-7,-5,-12,-7,-16,-7v-11,0,-21,8,-31,23v14,-25,31,-38,49,-38v5,0,10,2,15,5v5,3,7,8,7,13xm76,0r-76,0r0,-7v16,2,25,-4,25,-15r0,-88v0,-9,-6,-14,-19,-14r-6,0r0,-7v16,-2,31,-5,43,-10v1,3,3,8,4,14v1,8,2,13,2,14r1,44r0,51v0,7,6,11,18,11r8,0r0,7","w":135},"s":{"d":"85,-37v0,12,-3,21,-11,28v-8,7,-17,11,-29,11v-13,0,-24,-5,-32,-15v-3,4,-5,8,-7,14r-6,0r0,-43r6,0v7,25,20,37,39,37v16,0,24,-8,24,-24v0,-10,-6,-18,-18,-25r-33,-19v-12,-8,-18,-19,-18,-31v0,-10,3,-19,10,-26v7,-7,16,-11,26,-11v9,0,16,2,24,8v9,6,13,13,13,21v0,2,0,5,-2,7v-2,2,-3,3,-5,3v-3,0,-5,-2,-6,-8v-1,-8,-1,-13,-3,-16v-4,-6,-11,-8,-21,-8v-15,0,-22,7,-22,20v0,9,7,17,21,25r32,16v12,9,18,21,18,36","w":96},"t":{"d":"93,-135v0,4,-5,6,-13,6v-4,0,-13,-1,-26,-5v16,-5,25,-8,28,-8v7,0,11,2,11,7xm95,-22v-3,7,-7,14,-14,18v-7,4,-15,6,-23,6v-11,0,-19,-4,-26,-11v-7,-7,-10,-16,-10,-27r0,-103r-21,0r0,-7v11,0,20,-5,28,-15v7,-9,12,-18,13,-30r6,0r0,155v0,7,1,13,5,18v4,5,10,8,16,8v6,0,13,-5,21,-15v2,1,4,2,5,3","w":104},"u":{"d":"179,-15v0,5,-3,9,-9,11v-3,1,-8,2,-16,3v-14,2,-23,3,-26,4v-4,-7,-6,-21,-6,-43r0,-77v0,-10,-6,-16,-19,-16v-2,0,-3,1,-5,1r0,-8r49,0r0,107v0,8,1,15,5,23v2,-2,5,-5,7,-11v2,-4,4,-6,7,-6v3,0,5,1,8,4v3,3,5,5,5,8xm116,-25v-12,19,-28,28,-49,28v-12,0,-22,-3,-30,-10v-8,-7,-13,-16,-13,-28r0,-80v0,-7,-2,-12,-6,-15v-3,-2,-8,-2,-16,-2r0,-8r46,0r0,103v0,19,10,29,28,29v13,0,26,-6,40,-17","w":192},"v":{"d":"235,-157v0,4,-1,7,-3,10v-2,3,-5,4,-8,4v-4,0,-8,-5,-12,-16v-5,-14,-8,-23,-13,-29v-8,-11,-20,-16,-35,-16v-12,0,-23,4,-32,13v-9,9,-14,20,-14,32v0,8,2,16,6,25v4,9,10,15,16,20r-54,115r-11,0v-11,-23,-24,-52,-39,-88v-8,-20,-17,-34,-26,-43v-2,-2,-5,-2,-11,-2r0,-9r64,0r0,9v-12,0,-18,2,-18,7r44,101r40,-88v-13,-16,-19,-31,-19,-45v0,-20,6,-35,17,-46v11,-11,27,-17,47,-17v17,0,31,6,43,19v12,13,18,27,18,44","w":155},"w":{"d":"213,-142v0,8,-8,33,-25,75v-6,17,-7,17,-26,66r-7,0r-39,-106r-42,106r-7,0v-8,-20,-19,-49,-33,-88v-6,-18,-14,-32,-22,-42v-1,-1,-5,-2,-11,-2r0,-8r61,0r0,8v-12,-1,-18,1,-18,7r35,91v17,-40,28,-69,34,-89v0,-3,-1,-7,-1,-12v2,-25,11,-42,28,-52v9,-6,18,-8,27,-8v13,0,24,6,33,18v9,11,13,23,13,36xm206,-143v0,-11,-3,-21,-10,-29v-7,-8,-16,-12,-27,-12v-12,0,-21,4,-28,13v-7,9,-11,19,-11,31v0,7,6,26,18,57r19,48r21,-52v12,-31,18,-50,18,-56","w":224},"x":{"d":"144,-125v-10,1,-21,8,-32,20r-29,33r24,36v8,12,14,18,17,18v5,0,9,-4,12,-14v3,-9,4,-16,3,-21v0,10,-1,20,-1,30v-2,18,-10,27,-21,27v-7,0,-17,-9,-30,-27r-20,-30v-4,4,-9,10,-17,19v-9,11,-13,17,-13,18v0,4,3,6,9,7v5,1,8,1,9,1r0,8r-54,0r0,-8v7,1,14,-1,21,-7r23,-24v0,0,18,-20,18,-21v0,-3,-7,-14,-20,-32v-13,-18,-22,-26,-24,-26v-4,0,-8,5,-11,15v-2,6,-3,12,-3,17v-1,-5,0,-15,3,-28v4,-18,10,-27,19,-27v6,0,23,21,51,62v21,-22,31,-35,31,-38v0,-3,-2,-5,-8,-6r-10,-2r0,-7r53,0r0,7","w":153},"y":{"d":"78,-35r-11,27v0,-3,-1,-12,-4,-28v-2,-10,-8,-24,-17,-45v-12,-28,-22,-42,-31,-42v-6,0,-10,11,-9,34v-3,-13,-5,-21,-5,-24v0,-16,6,-25,18,-25v15,0,30,16,43,49v7,17,12,35,16,54xm151,-128v-11,6,-22,23,-33,49r-42,99r-23,53v-24,55,-43,83,-59,83v-8,0,-12,-3,-12,-10v0,-8,6,-14,17,-20v12,-7,19,-12,21,-16r53,-118v30,-68,46,-105,46,-111v0,-6,-7,-10,-21,-10r0,-8r53,0r0,9","w":181},"z":{"d":"152,-40v0,9,-3,17,-10,26v-7,10,-15,15,-24,15r-121,0r0,-4r94,-132r-58,0v-6,0,-11,4,-16,10v-4,5,-6,11,-8,18r-6,0v2,-14,4,-25,6,-33r107,0r0,6r-93,130r92,0v7,0,15,-3,21,-10v6,-7,9,-14,9,-21v0,-8,-3,-15,-8,-21v-5,-6,-12,-8,-20,-8v-5,0,-11,2,-19,7r-13,7v-4,0,-6,-3,-6,-8v0,-6,5,-11,16,-15v7,-3,13,-4,18,-4v11,0,20,3,28,10v8,7,11,16,11,27","w":160},"\u00a0":{"w":84}}});Cufon.registerFont({"w":200,"face":{"font-family":"Arial","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 4 2 2 2 2 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-17 -281 352 76","underline-thickness":"26.3672","underline-position":"-24.9609","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100,"k":{"Y":7,"T":7,"A":20}},"\u00a0":{"w":100},"!":{"d":"41,-64r-10,-137r0,-57r39,0r0,57r-9,137r-20,0xm32,0r0,-36r37,0r0,36r-37,0","w":100},"\"":{"d":"25,-166r-8,-50r0,-42r36,0r0,42r-8,50r-20,0xm83,-166r-8,-50r0,-42r36,0r0,42r-9,50r-19,0","w":127},"#":{"d":"18,4r15,-74r-29,0r0,-27r35,0r13,-63r-48,0r0,-27r53,0r15,-75r27,0r-16,75r56,0r15,-75r27,0r-16,75r31,0r0,27r-36,0r-13,63r49,0r0,27r-54,0r-16,74r-26,0r15,-74r-55,0r-16,74r-26,0xm65,-97r55,0r13,-63r-55,0"},"$":{"d":"90,37r0,-32v-16,-2,-29,-5,-39,-10v-10,-5,-19,-14,-26,-25v-7,-11,-11,-26,-12,-42r32,-6v2,17,7,30,13,38v9,11,20,18,32,19r0,-101v-13,-2,-26,-7,-40,-15v-10,-6,-19,-13,-24,-23v-5,-10,-8,-21,-8,-34v0,-22,8,-41,24,-55v11,-9,27,-15,48,-17r0,-15r18,0r0,15v18,2,33,7,44,16v14,11,22,27,25,47r-33,5v-2,-12,-5,-21,-11,-28v-6,-7,-15,-12,-25,-14r0,92v16,4,27,7,32,9v10,4,18,10,24,16v6,6,11,13,14,22v3,9,5,18,5,28v0,22,-7,40,-21,55v-14,15,-32,22,-54,23r0,32r-18,0xm90,-240v-12,2,-22,7,-29,15v-7,8,-11,17,-11,28v0,11,3,20,9,27v6,7,17,14,31,18r0,-88xm108,-21v12,-2,23,-7,31,-16v8,-9,12,-21,12,-34v0,-11,-3,-21,-9,-28v-6,-7,-17,-13,-34,-19r0,97"},"%":{"d":"21,-196v0,-18,5,-34,14,-47v9,-13,22,-19,40,-19v16,0,29,5,40,17v11,12,16,29,16,51v0,22,-5,38,-16,50v-11,12,-24,18,-40,18v-16,0,-29,-5,-39,-17v-10,-12,-15,-30,-15,-53xm76,-240v-8,0,-15,3,-20,10v-5,7,-7,19,-7,37v0,17,2,28,7,35v5,7,12,10,20,10v8,0,15,-3,20,-10v5,-7,8,-19,8,-37v0,-17,-3,-28,-8,-35v-5,-7,-12,-10,-20,-10xm76,9r141,-271r26,0r-141,271r-26,0xm188,-60v0,-19,4,-34,13,-47v9,-13,23,-20,41,-20v16,0,29,6,40,18v11,12,16,28,16,50v0,22,-5,39,-16,51v-11,12,-24,17,-40,17v-16,0,-29,-5,-39,-17v-10,-12,-15,-29,-15,-52xm243,-105v-8,0,-15,3,-20,10v-5,7,-8,20,-8,38v0,16,3,28,8,35v5,7,12,10,20,10v8,0,15,-3,20,-10v5,-7,7,-20,7,-38v0,-17,-3,-28,-8,-35v-5,-7,-11,-10,-19,-10","w":320},"&":{"d":"171,-30v-10,12,-22,20,-34,26v-12,6,-26,8,-40,8v-26,0,-48,-8,-63,-26v-13,-15,-19,-31,-19,-49v0,-16,6,-30,16,-43v10,-13,26,-24,46,-34v-12,-13,-19,-25,-23,-33v-4,-8,-6,-16,-6,-24v0,-15,6,-29,18,-40v12,-11,28,-17,46,-17v18,0,32,5,43,16v11,11,17,24,17,39v0,24,-17,46,-49,63r46,59v5,-10,10,-22,13,-36r32,7v-6,22,-12,40,-22,55v12,16,25,29,40,40r-21,25v-13,-8,-26,-20,-40,-36xm107,-165v14,-8,22,-15,26,-21v4,-6,6,-13,6,-20v0,-9,-2,-16,-8,-22v-6,-6,-13,-8,-21,-8v-9,0,-15,2,-21,8v-6,6,-9,12,-9,20v0,4,1,9,3,13v2,4,6,9,10,14xm151,-55r-58,-72v-17,10,-28,19,-34,28v-6,9,-9,17,-9,26v0,10,4,22,12,33v8,11,20,16,35,16v9,0,20,-2,30,-8v10,-6,18,-14,24,-23","w":240},"'":{"d":"24,-166r-8,-49r0,-43r36,0r0,43r-9,49r-19,0","w":68},"(":{"d":"84,76v-17,-22,-32,-48,-44,-78v-12,-30,-18,-59,-18,-91v0,-28,4,-54,13,-80v11,-30,27,-60,49,-89r23,0v-14,24,-23,42,-28,52v-7,16,-13,33,-17,51v-5,22,-8,44,-8,66v0,56,18,113,53,169r-23,0","w":119},")":{"d":"44,76r-22,0v35,-56,52,-113,52,-169v0,-22,-2,-44,-7,-66v-4,-18,-10,-34,-17,-50v-5,-11,-14,-28,-28,-53r22,0v22,29,38,59,49,89v9,26,14,52,14,80v0,32,-6,61,-18,91v-12,30,-28,56,-45,78","w":119},"*":{"d":"11,-210r8,-25v19,7,33,12,41,17v-2,-21,-4,-36,-4,-44r26,0v0,12,-2,27,-4,44v12,-6,25,-12,41,-17r8,25v-15,5,-29,7,-43,9v7,6,17,18,30,34r-21,15v-7,-9,-15,-22,-24,-38v-9,17,-16,29,-23,38r-21,-15v14,-17,23,-29,29,-34v-15,-3,-29,-5,-43,-9","w":140},"+":{"d":"90,-42r0,-70r-70,0r0,-30r70,0r0,-70r30,0r0,70r70,0r0,30r-70,0r0,70r-30,0","w":210},",":{"d":"32,0r0,-36r36,0r0,36v0,13,-2,24,-7,32v-5,8,-12,15,-22,19r-9,-14v7,-3,12,-6,15,-12v3,-6,5,-14,5,-25r-18,0","w":100},"-":{"d":"11,-77r0,-32r98,0r0,32r-98,0","w":119},"\u00ad":{"d":"11,-77r0,-32r98,0r0,32r-98,0","w":119},".":{"d":"33,0r0,-36r36,0r0,36r-36,0","w":100},"\/":{"d":"0,4r75,-266r25,0r-75,266r-25,0","w":100},"0":{"d":"15,-127v0,-30,3,-55,9,-74v6,-19,16,-33,28,-43v12,-10,28,-15,47,-15v14,0,26,3,36,9v10,6,19,14,26,24v7,10,12,23,16,38v4,15,6,35,6,61v0,30,-3,54,-9,73v-6,19,-16,33,-28,43v-12,10,-28,15,-47,15v-25,0,-45,-8,-59,-26v-17,-21,-25,-57,-25,-105xm47,-127v0,42,5,70,15,84v10,14,22,21,37,21v15,0,27,-7,37,-21v10,-14,14,-42,14,-84v0,-42,-4,-71,-14,-85v-10,-14,-22,-21,-37,-21v-15,0,-26,7,-35,19v-11,16,-17,45,-17,87"},"1":{"d":"134,0r-32,0r0,-202v-8,7,-17,15,-29,22v-12,7,-24,13,-34,17r0,-31v18,-8,34,-18,47,-30v13,-12,22,-24,28,-35r20,0r0,259","k":{"1":27}},"2":{"d":"181,-30r0,30r-170,0v0,-8,1,-15,4,-22v4,-12,10,-23,20,-34v10,-11,24,-24,42,-39v28,-23,47,-42,57,-55v10,-13,14,-26,14,-38v0,-13,-4,-23,-13,-32v-9,-9,-21,-13,-35,-13v-15,0,-28,5,-37,14v-9,9,-14,22,-14,38r-32,-3v2,-24,10,-43,25,-56v15,-13,35,-19,59,-19v25,0,44,7,58,21v14,14,22,31,22,51v0,10,-2,20,-6,30v-4,10,-11,21,-21,32v-10,11,-26,26,-49,45v-19,16,-32,26,-37,32v-5,6,-9,12,-13,18r126,0"},"3":{"d":"15,-68r32,-4v4,18,9,31,18,39v9,8,19,11,32,11v15,0,28,-5,38,-15v10,-10,15,-23,15,-38v0,-15,-5,-27,-14,-36v-9,-9,-21,-15,-36,-15v-6,0,-13,2,-22,4r3,-28v2,0,4,1,5,1v13,0,26,-4,37,-11v11,-7,16,-17,16,-32v0,-12,-4,-21,-12,-29v-8,-8,-18,-12,-30,-12v-12,0,-23,4,-31,12v-8,8,-14,20,-16,35r-32,-6v4,-21,13,-37,27,-49v14,-12,31,-18,51,-18v14,0,27,3,39,9v12,6,21,15,27,25v6,10,9,21,9,33v0,11,-3,22,-9,31v-6,9,-14,16,-26,21v15,4,27,11,35,22v8,11,13,25,13,42v0,22,-9,41,-25,57v-16,16,-37,24,-62,24v-23,0,-41,-8,-56,-21v-15,-13,-24,-31,-26,-52"},"4":{"d":"116,0r0,-62r-111,0r0,-29r117,-167r26,0r0,167r35,0r0,29r-35,0r0,62r-32,0xm116,-91r0,-116r-80,116r80,0"},"5":{"d":"15,-68r33,-2v2,16,8,28,17,36v9,8,20,12,33,12v15,0,27,-6,38,-17v11,-11,16,-27,16,-46v0,-18,-5,-32,-15,-42v-10,-10,-24,-16,-40,-16v-10,0,-19,2,-27,7v-8,5,-15,11,-20,18r-29,-4r25,-132r128,0r0,30r-103,0r-14,69v15,-11,32,-16,49,-16v22,0,42,8,57,24v15,16,23,36,23,60v0,23,-7,43,-21,60v-17,21,-38,31,-67,31v-23,0,-43,-6,-58,-19v-15,-13,-23,-31,-25,-53"},"6":{"d":"179,-195r-31,3v-3,-12,-7,-21,-12,-27v-9,-9,-19,-14,-32,-14v-10,0,-18,3,-26,9v-10,7,-18,18,-24,32v-6,14,-9,33,-9,59v8,-12,17,-20,28,-26v11,-6,23,-8,35,-8v21,0,38,7,53,23v15,16,23,35,23,60v0,16,-4,31,-11,45v-7,14,-17,25,-29,32v-12,7,-26,11,-41,11v-26,0,-48,-10,-65,-29v-17,-19,-24,-51,-24,-96v0,-50,9,-85,27,-108v16,-20,38,-30,65,-30v20,0,37,6,50,17v13,11,20,27,23,47xm50,-83v0,11,2,21,7,31v5,10,11,18,19,23v8,5,17,7,26,7v13,0,25,-5,35,-16v10,-11,14,-25,14,-44v0,-18,-5,-32,-14,-42v-9,-10,-22,-15,-36,-15v-14,0,-26,5,-36,15v-10,10,-15,24,-15,41"},"7":{"d":"17,-224r0,-30r167,0r0,24v-16,17,-33,41,-49,70v-16,29,-28,58,-37,89v-6,22,-10,45,-12,71r-33,0v0,-20,4,-44,12,-73v8,-29,19,-57,33,-84v14,-27,29,-49,45,-67r-126,0"},"8":{"d":"64,-140v-13,-5,-24,-11,-30,-20v-6,-9,-9,-20,-9,-32v0,-19,7,-35,20,-48v13,-13,32,-19,54,-19v22,0,40,7,54,20v14,13,21,29,21,48v0,12,-4,22,-10,31v-6,9,-15,15,-28,20v16,5,28,14,36,25v8,11,12,25,12,41v0,22,-7,41,-23,56v-16,15,-37,22,-62,22v-25,0,-45,-7,-61,-22v-16,-15,-23,-35,-23,-57v0,-17,4,-31,12,-42v8,-11,21,-19,37,-23xm57,-193v0,12,4,22,12,30v8,8,18,11,31,11v12,0,22,-3,30,-11v8,-8,11,-18,11,-29v0,-12,-4,-21,-12,-29v-8,-8,-18,-12,-30,-12v-12,0,-22,4,-30,12v-8,8,-12,17,-12,28xm47,-74v0,9,3,18,7,26v4,8,11,14,19,19v8,5,17,7,27,7v15,0,27,-4,37,-14v10,-10,15,-22,15,-37v0,-15,-5,-28,-15,-38v-10,-10,-23,-15,-38,-15v-15,0,-27,5,-37,15v-10,10,-15,22,-15,37"},"9":{"d":"20,-60r30,-2v3,14,8,25,15,31v7,6,17,9,28,9v10,0,18,-2,25,-6v7,-4,13,-11,18,-18v5,-7,9,-17,12,-30v3,-13,5,-26,5,-39r0,-6v-6,10,-15,18,-26,24v-11,6,-23,10,-36,10v-21,0,-39,-9,-54,-24v-15,-15,-22,-36,-22,-61v0,-26,8,-47,23,-63v15,-16,35,-24,58,-24v17,0,32,5,46,14v14,9,25,21,32,38v7,17,10,41,10,73v0,33,-3,59,-10,79v-7,20,-18,34,-32,44v-14,10,-31,15,-50,15v-20,0,-36,-5,-49,-16v-13,-11,-20,-28,-23,-48xm149,-173v0,-18,-4,-33,-14,-44v-10,-11,-21,-16,-35,-16v-14,0,-27,7,-37,18v-10,11,-16,26,-16,44v0,16,5,30,15,40v10,10,22,16,37,16v15,0,27,-6,36,-16v9,-10,14,-24,14,-42"},":":{"d":"33,-151r0,-36r36,0r0,36r-36,0xm33,0r0,-36r36,0r0,36r-36,0","w":100},";":{"d":"32,-151r0,-36r36,0r0,36r-36,0xm32,0r0,-36r36,0r0,36v0,13,-2,24,-7,32v-5,8,-12,15,-22,19r-9,-14v7,-3,12,-6,15,-12v3,-6,5,-14,5,-25r-18,0","w":100},"\u037e":{"d":"32,-151r0,-36r36,0r0,36r-36,0xm32,0r0,-36r36,0r0,36v0,13,-2,24,-7,32v-5,8,-12,15,-22,19r-9,-14v7,-3,12,-6,15,-12v3,-6,5,-14,5,-25r-18,0","w":100},"<":{"d":"20,-113r0,-29r170,-72r0,31r-135,56r135,56r0,31","w":210},"=":{"d":"190,-152r-170,0r0,-29r170,0r0,29xm190,-73r-170,0r0,-30r170,0r0,30","w":210},">":{"d":"190,-113r-170,73r0,-31r135,-56r-135,-56r0,-31r170,72r0,29","w":210},"?":{"d":"83,-63r0,-10v0,-12,1,-23,5,-32v3,-7,7,-14,13,-21v4,-5,11,-12,22,-22v11,-10,19,-17,22,-23v3,-6,5,-12,5,-19v0,-12,-5,-23,-15,-32v-10,-9,-21,-14,-35,-14v-13,0,-25,5,-34,13v-9,8,-15,21,-18,39r-32,-4v3,-24,12,-42,26,-55v14,-13,33,-19,57,-19v25,0,46,6,61,20v15,14,22,31,22,50v0,11,-3,22,-8,31v-5,9,-16,21,-31,35v-10,9,-17,16,-20,20v-3,4,-5,9,-7,15v-2,6,-3,15,-3,28r-30,0xm81,0r0,-36r36,0r0,36r-36,0"},"@":{"d":"204,-29v-8,9,-16,17,-25,22v-9,5,-20,8,-29,8v-10,0,-20,-4,-30,-10v-10,-6,-18,-15,-24,-28v-6,-13,-10,-26,-10,-41v0,-19,5,-37,15,-56v10,-19,21,-33,35,-42v14,-9,29,-15,42,-15v10,0,20,3,29,8v9,5,17,14,24,25r6,-27r31,0r-25,117v-4,16,-5,26,-5,28v0,3,1,6,3,8v2,2,6,3,9,3v6,0,14,-3,24,-10v13,-9,24,-22,32,-38v8,-16,12,-32,12,-49v0,-20,-5,-38,-15,-55v-10,-17,-25,-30,-45,-40v-20,-10,-42,-16,-66,-16v-27,0,-52,6,-75,19v-23,13,-41,32,-53,56v-12,24,-18,50,-18,77v0,29,6,53,18,74v12,21,30,36,54,46v24,10,50,15,79,15v31,0,56,-6,77,-16v21,-10,37,-22,47,-37r31,0v-6,12,-15,24,-30,37v-15,13,-32,24,-52,31v-20,7,-45,11,-73,11v-26,0,-50,-3,-72,-10v-22,-7,-41,-17,-56,-30v-15,-13,-27,-30,-35,-47v-10,-22,-14,-45,-14,-71v0,-29,5,-56,17,-82v14,-32,35,-56,61,-73v26,-17,58,-25,96,-25v29,0,55,5,78,17v23,12,42,30,55,54v11,20,17,42,17,66v0,34,-12,64,-36,90v-21,24,-45,36,-70,36v-8,0,-15,-2,-20,-4v-5,-2,-9,-6,-11,-11v-2,-3,-2,-8,-3,-15xm119,-76v0,16,3,28,11,37v8,9,17,14,27,14v7,0,13,-2,20,-6v7,-4,14,-10,21,-18v7,-8,12,-17,16,-29v4,-12,7,-24,7,-36v0,-16,-4,-28,-12,-37v-8,-9,-18,-13,-29,-13v-8,0,-14,1,-21,5v-7,4,-13,11,-19,19v-6,8,-11,18,-15,30v-4,12,-6,24,-6,34","w":365},"A":{"d":"-1,0r99,-258r37,0r106,258r-39,0r-30,-78r-108,0r-28,78r-37,0xm74,-106r87,0r-27,-71v-8,-22,-14,-40,-18,-54v-3,17,-8,34,-14,50","w":240,"k":{"y":7,"w":7,"v":7,"Y":27,"W":13,"V":27,"T":27," ":20}},"B":{"d":"26,0r0,-258r97,0v20,0,35,3,47,8v12,5,21,13,28,24v7,11,10,22,10,34v0,11,-2,21,-8,31v-6,10,-16,18,-28,24v16,5,28,12,36,23v8,11,13,24,13,39v0,12,-3,24,-8,34v-5,10,-11,18,-19,24v-8,6,-17,10,-28,13v-11,3,-25,4,-41,4r-99,0xm60,-149r56,0v15,0,26,-1,33,-3v9,-3,15,-7,19,-13v4,-6,7,-14,7,-23v0,-9,-2,-15,-6,-22v-4,-7,-10,-12,-18,-14v-8,-2,-20,-3,-39,-3r-52,0r0,78xm60,-30r65,0v11,0,19,-1,23,-2v8,-1,15,-4,20,-7v5,-3,10,-8,13,-14v3,-6,5,-14,5,-22v0,-10,-3,-18,-8,-25v-5,-7,-11,-12,-20,-15v-9,-3,-22,-4,-38,-4r-60,0r0,89","w":240},"C":{"d":"212,-90r34,8v-7,28,-20,49,-39,64v-19,15,-41,22,-68,22v-28,0,-51,-6,-68,-17v-17,-11,-30,-28,-39,-49v-9,-21,-14,-44,-14,-69v0,-27,5,-50,15,-70v10,-20,25,-36,44,-46v19,-10,40,-15,63,-15v26,0,47,7,65,20v18,13,29,31,36,55r-33,8v-6,-19,-15,-32,-26,-41v-11,-9,-26,-13,-43,-13v-20,0,-37,5,-50,14v-13,9,-23,23,-28,39v-5,16,-8,32,-8,49v0,22,4,41,10,57v6,16,16,29,29,37v13,8,28,12,44,12v19,0,36,-5,49,-16v13,-11,22,-27,27,-49","w":259},"D":{"d":"28,0r0,-258r89,0v20,0,34,2,45,4v15,3,28,9,38,18v14,11,24,26,31,44v7,18,10,39,10,62v0,20,-2,37,-7,52v-5,15,-11,27,-18,37v-7,10,-15,18,-23,24v-8,6,-19,10,-31,13v-12,3,-25,4,-41,4r-93,0xm62,-30r55,0v17,0,30,-2,40,-5v10,-3,17,-8,23,-14v8,-8,14,-18,19,-32v5,-14,7,-31,7,-50v0,-27,-5,-48,-14,-62v-9,-14,-19,-24,-32,-29v-9,-4,-24,-5,-44,-5r-54,0r0,197","w":259},"E":{"d":"28,0r0,-258r187,0r0,31r-152,0r0,79r142,0r0,30r-142,0r0,88r158,0r0,30r-193,0","w":240},"F":{"d":"30,0r0,-258r173,0r0,31r-139,0r0,80r121,0r0,30r-121,0r0,117r-34,0","w":219,"k":{"A":20,".":40,",":40}},"G":{"d":"148,-101r0,-30r110,0r0,95v-17,13,-34,23,-52,30v-18,7,-36,10,-55,10v-25,0,-48,-5,-69,-16v-21,-11,-36,-26,-47,-47v-11,-21,-16,-44,-16,-69v0,-25,6,-48,16,-70v10,-22,25,-37,45,-48v20,-11,42,-16,68,-16v19,0,36,3,51,9v15,6,26,14,35,25v9,11,16,25,20,42r-31,9v-4,-13,-9,-23,-15,-31v-6,-8,-13,-13,-24,-18v-11,-5,-23,-7,-36,-7v-16,0,-29,2,-40,7v-11,5,-21,11,-28,19v-7,8,-12,16,-16,25v-7,16,-10,33,-10,52v0,23,4,43,12,58v8,15,20,26,35,34v15,8,31,12,48,12v15,0,29,-3,43,-9v14,-6,25,-12,32,-18r0,-48r-76,0","w":280},"H":{"d":"29,0r0,-258r34,0r0,106r134,0r0,-106r34,0r0,258r-34,0r0,-121r-134,0r0,121r-34,0","w":259},"I":{"d":"34,0r0,-258r34,0r0,258r-34,0","w":100},"J":{"d":"10,-73r31,-4v1,20,4,33,11,40v7,7,15,11,27,11v9,0,17,-2,23,-6v6,-4,10,-9,12,-16v2,-7,4,-17,4,-32r0,-178r34,0r0,176v0,22,-3,38,-8,50v-5,12,-14,21,-25,27v-11,6,-24,9,-39,9v-23,0,-40,-6,-52,-19v-12,-13,-18,-32,-18,-58","w":180},"K":{"d":"26,0r0,-258r34,0r0,128r128,-128r47,0r-108,105r112,153r-45,0r-91,-130r-43,41r0,89r-34,0","w":240},"L":{"d":"26,0r0,-258r34,0r0,228r127,0r0,30r-161,0","k":{"y":13,"Y":27,"W":27,"V":27,"T":27," ":13}},"M":{"d":"27,0r0,-258r51,0r61,183v6,17,9,30,12,38r14,-41r62,-180r46,0r0,258r-33,0r0,-216r-75,216r-31,0r-74,-219r0,219r-33,0","w":299},"N":{"d":"27,0r0,-258r35,0r136,203r0,-203r32,0r0,258r-35,0r-135,-202r0,202r-33,0","w":259},"O":{"d":"17,-126v0,-43,12,-76,35,-100v23,-24,53,-36,89,-36v24,0,45,6,64,17v19,11,34,27,44,47v10,20,15,44,15,70v0,26,-5,49,-16,70v-11,21,-26,35,-45,46v-19,11,-40,16,-62,16v-24,0,-46,-5,-65,-17v-19,-12,-34,-28,-44,-48v-10,-20,-15,-42,-15,-65xm53,-125v0,31,8,55,25,73v17,18,37,27,62,27v26,0,47,-9,64,-27v17,-18,25,-44,25,-77v0,-21,-4,-39,-11,-55v-7,-16,-17,-27,-31,-36v-14,-9,-29,-13,-46,-13v-24,0,-45,8,-62,25v-17,17,-26,44,-26,83","w":280},"P":{"d":"28,0r0,-258r97,0v17,0,30,1,39,3v13,2,23,6,32,12v9,6,16,14,21,25v5,11,7,22,7,35v0,22,-6,40,-20,55v-14,15,-40,23,-76,23r-66,0r0,105r-34,0xm62,-135r66,0v22,0,38,-4,47,-12v9,-8,14,-20,14,-35v0,-11,-3,-20,-8,-28v-5,-8,-12,-13,-21,-15v-6,-2,-17,-2,-32,-2r-66,0r0,92","w":240,"k":{"A":27,".":46,",":46," ":7}},"Q":{"d":"223,-28v16,11,31,19,44,24r-10,24v-19,-7,-38,-18,-56,-32v-19,11,-40,16,-63,16v-23,0,-44,-5,-63,-16v-19,-11,-34,-28,-44,-48v-10,-20,-16,-43,-16,-69v0,-25,6,-48,16,-69v10,-21,25,-37,44,-48v19,-11,40,-16,64,-16v24,0,45,6,64,17v19,11,34,27,44,47v10,20,15,43,15,69v0,21,-4,40,-10,57v-6,17,-16,31,-29,44xm148,-71v20,6,36,13,49,24v20,-18,30,-45,30,-82v0,-21,-4,-39,-11,-55v-7,-16,-17,-27,-31,-36v-14,-9,-29,-13,-46,-13v-25,0,-46,9,-63,26v-17,17,-25,43,-25,78v0,34,7,59,24,77v17,18,38,27,64,27v12,0,23,-2,34,-7v-11,-7,-21,-11,-33,-14","w":280},"R":{"d":"28,0r0,-258r115,0v23,0,40,2,52,7v12,5,22,13,29,25v7,12,10,25,10,39v0,18,-5,33,-17,46v-12,13,-30,21,-55,24v9,4,15,9,20,13v10,9,20,20,29,34r44,70r-42,0r-35,-54v-10,-15,-18,-27,-24,-35v-6,-8,-13,-14,-18,-17v-5,-3,-10,-6,-15,-7v-4,-1,-10,-1,-19,-1r-40,0r0,114r-34,0xm62,-144r74,0v16,0,27,-2,36,-5v9,-3,15,-8,20,-15v5,-7,7,-15,7,-23v0,-12,-4,-22,-13,-30v-9,-8,-23,-12,-42,-12r-82,0r0,85","w":259,"k":{"Y":7,"W":7,"V":7,"T":7}},"S":{"d":"16,-83r32,-3v2,13,5,24,11,32v6,8,14,15,26,20v12,5,24,8,39,8v13,0,25,-2,35,-6v10,-4,17,-9,22,-16v5,-7,7,-14,7,-22v0,-8,-2,-15,-7,-21v-5,-6,-12,-11,-23,-15v-7,-3,-22,-7,-46,-13v-24,-6,-40,-11,-49,-16v-12,-6,-22,-14,-28,-24v-6,-10,-9,-20,-9,-32v0,-13,4,-26,11,-37v7,-11,18,-19,32,-25v14,-6,31,-9,48,-9v19,0,35,3,50,9v15,6,26,15,34,27v8,12,12,26,13,41r-33,2v-2,-16,-8,-29,-18,-37v-10,-8,-25,-12,-45,-12v-21,0,-36,3,-45,11v-9,8,-14,17,-14,28v0,9,3,16,10,22v7,6,23,13,51,19v28,6,47,11,57,16v15,7,27,16,34,27v7,11,10,22,10,36v0,14,-3,27,-11,39v-8,12,-19,21,-34,28v-15,7,-32,10,-50,10v-23,0,-43,-3,-59,-10v-16,-7,-28,-16,-37,-30v-9,-14,-14,-30,-14,-47","w":240},"T":{"d":"93,0r0,-227r-85,0r0,-31r205,0r0,31r-86,0r0,227r-34,0","w":219,"k":{"y":20,"w":20,"u":13,"s":40,"r":13,"o":40,"i":13,"e":40,"c":40,"a":40,"O":7,"A":27,";":40,":":40,".":40,"-":20,",":40," ":7}},"U":{"d":"197,-258r34,0r0,149v0,26,-3,47,-9,62v-6,15,-17,27,-32,37v-15,10,-35,14,-60,14v-24,0,-44,-4,-59,-12v-15,-8,-26,-20,-33,-36v-7,-16,-10,-38,-10,-65r0,-149r34,0r0,149v0,22,3,38,7,49v4,11,11,19,21,25v10,6,22,9,37,9v25,0,43,-6,54,-17v11,-11,16,-34,16,-66r0,-149","w":259},"V":{"d":"101,0r-99,-258r36,0r67,188v5,15,10,29,14,42v4,-14,9,-28,14,-42r69,-188r35,0r-101,258r-35,0","w":240,"k":{"y":13,"u":13,"r":13,"o":20,"i":7,"e":20,"a":27,"A":27,";":13,":":13,".":33,"-":20,",":33}},"W":{"d":"73,0r-69,-258r35,0r40,169v4,18,7,36,10,53r12,-48r49,-174r41,0r37,131v9,32,16,63,20,91v3,-16,8,-35,13,-56r40,-166r35,0r-71,258r-33,0r-54,-196v-5,-16,-7,-27,-8,-31r-8,31r-54,196r-35,0","w":339,"k":{"y":3,"u":7,"r":7,"o":7,"e":7,"a":13,"A":13,";":7,":":7,".":20,"-":7,",":20}},"X":{"d":"2,0r99,-134r-88,-124r41,0r47,66v10,14,16,25,20,32v6,-9,13,-19,21,-29r52,-69r37,0r-91,122r98,136r-42,0r-65,-92v-4,-5,-7,-11,-11,-17v-6,9,-11,15,-13,19r-64,90r-41,0","w":240},"Y":{"d":"100,0r0,-109r-99,-149r42,0r50,78v9,15,19,29,27,44v8,-13,17,-29,28,-46r50,-76r39,0r-103,149r0,109r-34,0","w":240,"k":{"v":20,"u":20,"q":33,"p":27,"o":33,"i":13,"e":33,"a":27,"A":27,";":23,":":20,".":46,"-":33,",":46," ":7}},"Z":{"d":"7,0r0,-32r132,-165v9,-12,19,-21,27,-30r-144,0r0,-31r185,0r0,31r-145,178r-16,19r165,0r0,30r-204,0","w":219},"[":{"d":"24,72r0,-330r70,0r0,26r-38,0r0,277r38,0r0,27r-70,0","w":100},"\\":{"d":"75,4r-75,-266r25,0r75,266r-25,0","w":100},"]":{"d":"77,72r-70,0r0,-27r38,0r0,-277r-38,0r0,-26r70,0r0,330","w":100},"^":{"d":"42,-121r-33,0r63,-141r25,0r62,141r-31,0r-44,-105","w":168},"_":{"d":"-5,72r0,-23r209,0r0,23r-209,0"},"`":{"d":"82,-210r-26,0r-40,-49r42,0","w":119},"a":{"d":"146,-23v-12,10,-23,17,-34,21v-11,4,-23,6,-35,6v-21,0,-36,-5,-47,-15v-11,-10,-17,-22,-17,-38v0,-9,2,-17,6,-25v4,-8,10,-13,17,-18v7,-5,14,-9,22,-11v6,-2,15,-3,28,-5v26,-3,45,-6,57,-10r0,-9v0,-13,-3,-22,-9,-27v-8,-7,-20,-11,-36,-11v-15,0,-26,3,-33,8v-7,5,-13,15,-16,28r-31,-4v3,-13,8,-24,14,-32v6,-8,16,-15,28,-19v12,-4,27,-7,43,-7v16,0,29,2,39,6v10,4,16,8,21,14v5,6,8,12,10,21v1,5,2,16,2,30r0,42v0,29,1,48,2,56v1,8,4,15,8,22r-33,0v-3,-7,-5,-14,-6,-23xm143,-94v-11,5,-29,9,-52,12v-13,2,-22,5,-27,7v-5,2,-10,5,-13,10v-3,5,-4,9,-4,15v0,8,3,15,9,21v6,6,16,8,28,8v12,0,24,-3,33,-8v9,-5,17,-12,21,-21v3,-7,5,-18,5,-32r0,-12"},"b":{"d":"53,0r-29,0r0,-258r31,0r0,92v13,-17,30,-25,51,-25v11,0,23,2,33,7v10,5,18,12,25,20v7,8,12,18,16,30v4,12,5,25,5,38v0,32,-7,57,-23,74v-16,17,-35,26,-57,26v-22,0,-39,-9,-52,-27r0,23xm53,-95v0,22,3,39,9,49v10,16,23,24,40,24v14,0,26,-6,36,-18v10,-12,15,-30,15,-54v0,-24,-4,-41,-14,-53v-10,-12,-21,-18,-35,-18v-14,0,-26,6,-36,18v-10,12,-15,29,-15,52"},"c":{"d":"146,-68r31,4v-3,21,-12,38,-26,50v-14,12,-32,18,-52,18v-26,0,-46,-8,-62,-25v-16,-17,-23,-41,-23,-72v0,-20,3,-38,10,-53v7,-15,17,-26,31,-34v14,-8,28,-11,44,-11v20,0,37,5,50,15v13,10,21,25,25,44r-31,5v-3,-13,-9,-22,-16,-28v-7,-6,-16,-10,-27,-10v-16,0,-28,6,-38,17v-10,11,-15,29,-15,54v0,25,4,44,14,55v10,11,23,17,38,17v12,0,23,-3,31,-11v8,-8,14,-19,16,-35","w":180},"d":{"d":"145,0r0,-24v-12,19,-29,28,-52,28v-15,0,-29,-4,-41,-12v-12,-8,-22,-19,-29,-34v-7,-15,-11,-32,-11,-51v0,-19,4,-36,10,-51v6,-15,16,-27,28,-35v12,-8,26,-12,41,-12v11,0,21,2,30,7v9,5,16,11,22,19r0,-93r31,0r0,258r-29,0xm45,-93v0,24,5,41,15,53v10,12,22,18,36,18v14,0,25,-6,35,-17v10,-11,14,-29,14,-52v0,-26,-4,-44,-14,-56v-10,-12,-23,-18,-37,-18v-14,0,-26,7,-35,18v-9,11,-14,29,-14,54"},"e":{"d":"152,-60r32,4v-5,19,-14,33,-28,44v-14,11,-32,16,-54,16v-27,0,-49,-8,-65,-25v-16,-17,-24,-41,-24,-71v0,-31,8,-56,24,-73v16,-17,37,-26,63,-26v25,0,46,9,62,26v16,17,23,40,23,71r0,9r-139,0v1,21,7,36,17,47v10,11,23,16,39,16v12,0,22,-3,30,-9v8,-6,15,-16,20,-29xm48,-111r104,0v-1,-16,-5,-28,-12,-36v-10,-12,-23,-18,-39,-18v-15,0,-27,5,-37,15v-10,10,-15,23,-16,39"},"f":{"d":"31,0r0,-162r-28,0r0,-25r28,0r0,-20v0,-13,2,-21,4,-27v3,-8,8,-15,16,-20v8,-5,18,-8,32,-8v9,0,18,1,29,3r-4,28v-7,-1,-13,-2,-19,-2v-10,0,-16,2,-20,6v-4,4,-6,12,-6,23r0,17r36,0r0,25r-36,0r0,162r-32,0","w":100,"k":{"f":7}},"g":{"d":"18,15r31,5v1,9,4,17,10,21v8,6,19,9,33,9v15,0,26,-3,34,-9v8,-6,13,-14,16,-25v2,-6,2,-19,2,-40v-14,16,-31,24,-52,24v-26,0,-45,-9,-59,-28v-14,-19,-21,-40,-21,-66v0,-18,3,-35,9,-50v6,-15,16,-27,28,-35v12,-8,26,-12,43,-12v22,0,41,9,55,27r0,-23r29,0r0,162v0,29,-3,49,-9,61v-6,12,-15,22,-28,29v-13,7,-28,11,-47,11v-22,0,-40,-5,-54,-15v-14,-10,-20,-26,-20,-46xm44,-97v0,24,5,43,15,54v10,11,21,17,36,17v15,0,27,-6,37,-17v10,-11,15,-29,15,-53v0,-23,-6,-39,-16,-51v-10,-12,-22,-18,-36,-18v-14,0,-26,6,-36,17v-10,11,-15,29,-15,51"},"h":{"d":"24,0r0,-258r31,0r0,93v15,-17,34,-26,56,-26v14,0,26,3,36,8v10,5,18,13,22,23v4,10,7,24,7,42r0,118r-32,0r0,-118v0,-16,-3,-28,-10,-35v-7,-7,-16,-11,-29,-11v-9,0,-19,3,-27,8v-8,5,-13,11,-17,19v-4,8,-6,20,-6,35r0,102r-31,0"},"i":{"d":"24,-221r0,-37r32,0r0,37r-32,0xm24,0r0,-187r32,0r0,187r-32,0","w":79},"j":{"d":"24,-221r0,-37r31,0r0,37r-31,0xm-17,72r6,-26v6,2,11,2,15,2v6,0,12,-2,15,-6v3,-4,5,-16,5,-33r0,-196r31,0r0,197v0,23,-3,39,-9,48v-8,12,-20,18,-38,18v-9,0,-17,-2,-25,-4","w":79},"k":{"d":"24,0r0,-258r32,0r0,147r74,-76r41,0r-71,70r79,117r-39,0r-62,-95r-22,21r0,74r-32,0","w":180},"l":{"d":"23,0r0,-258r32,0r0,258r-32,0","w":79},"m":{"d":"24,0r0,-187r28,0r0,27v6,-9,13,-17,23,-23v10,-6,22,-8,34,-8v14,0,25,3,34,9v9,6,14,14,18,24v15,-22,34,-33,58,-33v19,0,33,5,43,15v10,10,15,27,15,48r0,128r-32,0r0,-118v0,-13,-1,-21,-3,-27v-2,-6,-6,-10,-11,-13v-5,-3,-12,-5,-19,-5v-13,0,-24,4,-33,13v-9,9,-13,23,-13,42r0,108r-31,0r0,-121v0,-14,-3,-25,-8,-32v-5,-7,-13,-10,-25,-10v-9,0,-17,2,-25,7v-8,5,-14,11,-17,20v-3,9,-5,22,-5,39r0,97r-31,0","w":299},"n":{"d":"24,0r0,-187r28,0r0,27v14,-21,34,-31,60,-31v11,0,22,2,31,6v9,4,16,9,21,16v5,7,8,14,10,23v1,6,1,16,1,31r0,115r-31,0r0,-114v0,-13,-2,-22,-4,-28v-2,-6,-7,-12,-13,-16v-6,-4,-14,-5,-22,-5v-13,0,-25,3,-35,12v-10,9,-15,25,-15,49r0,102r-31,0"},"o":{"d":"12,-93v0,-35,10,-60,29,-77v16,-14,35,-21,58,-21v26,0,47,8,63,25v16,17,25,40,25,70v0,24,-4,43,-11,57v-7,14,-17,24,-31,32v-14,8,-30,11,-46,11v-26,0,-47,-8,-63,-25v-16,-17,-24,-40,-24,-72xm44,-93v0,24,6,41,16,53v10,12,23,18,39,18v16,0,30,-6,40,-18v10,-12,15,-30,15,-54v0,-23,-5,-41,-15,-53v-10,-12,-24,-18,-40,-18v-16,0,-29,6,-39,18v-10,12,-16,30,-16,54"},"p":{"d":"24,72r0,-259r29,0r0,25v7,-9,14,-17,23,-22v9,-5,19,-7,31,-7v16,0,30,4,42,12v12,8,21,20,27,35v6,15,10,31,10,49v0,19,-3,37,-10,52v-7,15,-17,27,-30,35v-13,8,-28,12,-42,12v-11,0,-20,-2,-28,-6v-8,-4,-16,-10,-21,-17r0,91r-31,0xm52,-92v0,24,5,42,15,53v10,11,21,17,35,17v14,0,26,-6,36,-18v10,-12,15,-30,15,-55v0,-24,-4,-41,-14,-53v-10,-12,-21,-18,-35,-18v-13,0,-26,6,-36,19v-10,13,-16,31,-16,55"},"q":{"d":"143,72r0,-92v-5,7,-12,12,-21,17v-9,5,-18,7,-28,7v-22,0,-41,-8,-57,-26v-16,-18,-24,-42,-24,-73v0,-19,2,-36,9,-51v7,-15,17,-25,29,-33v12,-8,25,-12,40,-12v23,0,42,10,55,29r0,-25r28,0r0,259r-31,0xm45,-94v0,24,5,42,15,54v10,12,23,18,37,18v13,0,24,-6,34,-17v10,-11,15,-29,15,-52v0,-25,-5,-43,-15,-56v-10,-13,-23,-19,-37,-19v-14,0,-24,6,-34,18v-10,12,-15,29,-15,54"},"r":{"d":"23,0r0,-187r29,0r0,29v7,-13,14,-23,20,-27v6,-4,13,-6,20,-6v11,0,22,3,33,10r-11,30v-8,-5,-15,-7,-23,-7v-7,0,-13,2,-19,6v-6,4,-10,10,-12,17v-4,11,-5,24,-5,37r0,98r-32,0","w":119,"k":{".":20,",":20}},"s":{"d":"11,-56r31,-5v2,13,7,22,15,29v8,7,20,10,34,10v15,0,25,-3,32,-9v7,-6,11,-13,11,-21v0,-7,-4,-12,-10,-16v-4,-3,-15,-7,-32,-11v-23,-6,-39,-11,-48,-15v-9,-4,-16,-10,-21,-18v-5,-8,-7,-16,-7,-25v0,-8,2,-16,6,-23v4,-7,9,-13,16,-18v5,-4,12,-6,20,-9v8,-3,17,-4,27,-4v15,0,28,2,39,6v11,4,19,11,24,18v5,7,9,16,11,28r-31,5v-1,-10,-5,-18,-12,-23v-7,-5,-17,-8,-29,-8v-15,0,-25,2,-31,7v-6,5,-9,11,-9,17v0,4,1,8,4,11v3,3,6,7,12,9v3,1,13,4,28,8v22,6,38,10,47,14v9,4,16,10,21,17v5,7,7,16,7,27v0,11,-3,21,-9,30v-6,9,-15,17,-27,22v-12,5,-24,7,-39,7v-24,0,-43,-5,-56,-15v-13,-10,-20,-25,-24,-45","w":180},"t":{"d":"93,-28r4,28v-9,2,-17,2,-24,2v-11,0,-20,-1,-26,-5v-6,-4,-11,-8,-14,-14v-3,-6,-3,-19,-3,-38r0,-107r-24,0r0,-25r24,0r0,-46r31,-19r0,65r32,0r0,25r-32,0r0,109v0,9,1,14,2,17v1,3,2,5,5,7v3,2,6,2,11,2v4,0,8,0,14,-1","w":100},"u":{"d":"146,0r0,-27v-15,21,-34,31,-59,31v-11,0,-21,-2,-31,-6v-10,-4,-16,-10,-21,-16v-5,-6,-8,-14,-10,-23v-1,-6,-2,-17,-2,-30r0,-116r32,0r0,104v0,17,1,27,2,33v2,8,6,15,12,20v6,5,15,7,24,7v9,0,19,-2,27,-7v8,-5,15,-12,18,-20v3,-8,5,-21,5,-37r0,-100r31,0r0,187r-28,0"},"v":{"d":"76,0r-71,-187r33,0r40,112v4,12,8,25,12,38v3,-10,7,-22,12,-36r41,-114r33,0r-71,187r-29,0","w":180,"k":{".":27,",":27}},"w":{"d":"58,0r-57,-187r33,0r29,108r12,40v0,-2,3,-14,9,-38r30,-110r32,0r28,109r10,35r10,-36r32,-108r31,0r-58,187r-33,0r-30,-112r-7,-32r-38,144r-33,0","w":259,"k":{".":20,",":20}},"x":{"d":"3,0r68,-97r-63,-90r39,0r29,44v5,8,10,15,13,21v8,-12,7,-12,14,-21r32,-44r37,0r-64,88r69,99r-38,0r-39,-58r-10,-16r-49,74r-38,0","w":180},"y":{"d":"22,72r-3,-30v7,2,13,3,18,3v7,0,13,-2,17,-4v4,-2,7,-5,10,-9v2,-3,6,-11,10,-24v1,-2,2,-5,3,-8r-71,-187r34,0r39,108v5,14,9,29,13,44v4,-15,8,-29,13,-43r40,-109r32,0r-71,190v-8,21,-14,35,-18,43v-6,10,-12,17,-19,22v-7,5,-16,8,-26,8v-6,0,-13,-1,-21,-4","w":180,"k":{".":27,",":27}},"z":{"d":"7,0r0,-26r119,-136v-13,1,-26,1,-36,1r-76,0r0,-26r153,0r0,21r-101,119r-20,21v14,-1,28,-1,40,-1r86,0r0,27r-165,0","w":180},"{":{"d":"10,-108v9,0,16,-2,22,-7v6,-5,9,-11,11,-19v2,-8,3,-21,3,-41v0,-20,0,-33,1,-39v1,-10,3,-18,6,-24v3,-6,7,-10,11,-14v4,-4,9,-6,16,-8v4,-1,12,-2,22,-2r10,0r0,28r-6,0v-12,0,-20,2,-24,6v-4,4,-6,15,-6,30v0,31,-1,50,-2,58v-2,13,-6,22,-11,29v-5,7,-13,13,-24,18v13,5,22,14,28,25v6,11,9,29,9,54v0,23,1,37,1,41v1,8,3,13,7,16v4,3,11,5,22,5r6,0r0,28r-10,0v-11,0,-20,-1,-25,-3v-8,-3,-14,-7,-19,-13v-5,-6,-8,-14,-9,-23v-1,-9,-3,-25,-3,-46v0,-21,-1,-35,-3,-43v-2,-8,-5,-15,-11,-20v-6,-5,-13,-7,-22,-7r0,-29","w":120},"|":{"d":"33,76r0,-338r28,0r0,338r-28,0","w":93},"}":{"d":"110,-108r0,29v-9,0,-16,2,-22,7v-6,5,-9,12,-11,20v-2,8,-3,21,-3,41v0,20,0,33,-1,39v-1,10,-3,17,-6,23v-3,6,-7,11,-11,15v-4,4,-9,6,-16,8v-4,1,-12,2,-22,2r-10,0r0,-28r6,0v12,0,20,-2,24,-6v4,-4,6,-15,6,-30v0,-29,1,-48,2,-56v2,-13,5,-23,11,-31v6,-8,14,-14,24,-18v-13,-6,-23,-15,-29,-26v-6,-11,-8,-28,-8,-53v0,-23,0,-37,-1,-41v-1,-8,-3,-14,-7,-17v-4,-3,-11,-4,-22,-4r-6,0r0,-28r10,0v11,0,20,1,25,3v8,3,14,7,19,13v5,6,8,14,9,23v1,9,3,24,3,45v0,21,1,36,3,44v2,8,5,14,11,19v6,5,13,7,22,7","w":120},"~":{"d":"15,-98r0,-36v12,-14,29,-21,49,-21v7,0,14,1,22,3v8,2,19,6,33,12v8,3,15,6,19,7v4,1,8,2,12,2v8,0,15,-2,23,-7v8,-5,16,-11,22,-18r0,38v-8,7,-15,12,-23,15v-8,3,-16,5,-26,5v-7,0,-14,-1,-20,-3v-6,-2,-16,-5,-30,-11v-14,-6,-26,-10,-35,-10v-8,0,-14,2,-21,5v-7,3,-15,10,-25,19","w":210}}});if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return"";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;(function($){$.event.special.mousewheel={setup:function(){var handler=$.event.special.mousewheel.handler;if($.browser.mozilla)
$(this).bind('mousemove.mousewheel',function(event){$.data(this,'mwcursorposdata',{pageX:event.pageX,pageY:event.pageY,clientX:event.clientX,clientY:event.clientY});});if(this.addEventListener)
this.addEventListener(($.browser.mozilla?'DOMMouseScroll':'mousewheel'),handler,false);else
this.onmousewheel=handler;},teardown:function(){var handler=$.event.special.mousewheel.handler;$(this).unbind('mousemove.mousewheel');if(this.removeEventListener)
this.removeEventListener(($.browser.mozilla?'DOMMouseScroll':'mousewheel'),handler,false);else
this.onmousewheel=function(){};$.removeData(this,'mwcursorposdata');},handler:function(event){var args=Array.prototype.slice.call(arguments,1);event=$.event.fix(event||window.event);$.extend(event,$.data(this,'mwcursorposdata')||{});var delta=0,returnValue=true;if(event.wheelDelta)delta=event.wheelDelta/120;if(event.detail)delta=-event.detail/3;event.data=event.data||{};event.type="mousewheel";args.unshift(delta);args.unshift(event);return $.event.handle.apply(this,args);}};$.fn.extend({mousewheel:function(fn){return fn?this.bind("mousewheel",fn):this.trigger("mousewheel");},unmousewheel:function(fn){return this.unbind("mousewheel",fn);}});})(jQuery);jQuery(function($){var eventName='emchange';$.em=$.extend({version:'1.0',delay:200,element:$('<div />').css({left:'-100em',position:'absolute',width:'100em'}).prependTo('body')[0],action:function(){var currentWidth=$.em.element.offsetWidth/100;if(currentWidth!=$.em.current){$.em.previous=$.em.current;$.em.current=currentWidth;$.event.trigger(eventName,[$.em.current,$.em.previous]);}}},$.em);$.fn[eventName]=function(fn){return fn?this.bind(eventName,fn):this.trigger(eventName);};$.em.current=$.em.element.offsetWidth/100;$.em.iid=setInterval($.em.action,$.em.delay);});(function($){$.jScrollPane={active:[]};$.fn.jScrollPane=function(settings)
{settings=$.extend({},$.fn.jScrollPane.defaults,settings);var rf=function(){return false;};return this.each(function()
{var $this=$(this);$this.css('overflow','hidden');var paneEle=this;if($(this).parent().is('.jScrollPaneContainer')){var currentScrollPosition=settings.maintainPosition?$this.position().top:0;var $c=$(this).parent();var paneWidth=$c.innerWidth();var paneHeight=$c.outerHeight();var trackHeight=paneHeight;$('>.jScrollPaneTrack, >.jScrollArrowUp, >.jScrollArrowDown',$c).remove();$this.css({'top':0});}else{var currentScrollPosition=0;this.originalPadding=$this.css('paddingTop')+' '+$this.css('paddingRight')+' '+$this.css('paddingBottom')+' '+$this.css('paddingLeft');this.originalSidePaddingTotal=(parseInt($this.css('paddingLeft'))||0)+(parseInt($this.css('paddingRight'))||0);var paneWidth=$this.innerWidth();var paneHeight=$this.innerHeight();var trackHeight=paneHeight;var $container=$('<div></div>').attr({'className':'jScrollPaneContainer'}).css({'height':paneHeight+'px','width':paneWidth+'px'});if(settings.enableKeyboardNavigation){$container.attr('tabindex',settings.tabIndex);}
$this.wrap($container);$(document).bind('emchange',function(e,cur,prev)
{$this.jScrollPane(settings);});}
if(settings.reinitialiseOnImageLoad){var $imagesToLoad=$.data(paneEle,'jScrollPaneImagesToLoad')||$('img',$this);var loadedImages=[];if($imagesToLoad.length){$imagesToLoad.each(function(i,val){$(this).bind('load readystatechange',function(){if($.inArray(i,loadedImages)==-1){loadedImages.push(val);$imagesToLoad=$.grep($imagesToLoad,function(n,i){return n!=val;});$.data(paneEle,'jScrollPaneImagesToLoad',$imagesToLoad);var s2=$.extend(settings,{reinitialiseOnImageLoad:false});$this.jScrollPane(s2);}}).each(function(i,val){if(this.complete||this.complete===undefined){this.src=this.src;}});});};}
var p=this.originalSidePaddingTotal;var realPaneWidth=paneWidth-settings.scrollbarWidth-settings.scrollbarMargin-p;var cssToApply={'height':'auto','width':realPaneWidth+'px'}
if(settings.scrollbarOnLeft){cssToApply.paddingLeft=settings.scrollbarMargin+settings.scrollbarWidth+'px';}else{cssToApply.paddingRight=settings.scrollbarMargin+'px';}
$this.css(cssToApply);var contentHeight=$this.outerHeight();var percentInView=paneHeight/contentHeight;if(percentInView<.99){var $container=$this.parent();$container.append($('<div></div>').attr({'className':'jScrollPaneTrack'}).css({'width':settings.scrollbarWidth+'px'}).append($('<div></div>').attr({'className':'jScrollPaneDrag'}).css({'width':settings.scrollbarWidth+'px'}).append($('<div></div>').attr({'className':'jScrollPaneDragTop'}).css({'width':settings.scrollbarWidth+'px'}),$('<div></div>').attr({'className':'jScrollPaneDragBottom'}).css({'width':settings.scrollbarWidth+'px'}))));var $track=$('>.jScrollPaneTrack',$container);var $drag=$('>.jScrollPaneTrack .jScrollPaneDrag',$container);var currentArrowDirection;var currentArrowTimerArr=[];var currentArrowInc;var whileArrowButtonDown=function()
{if(currentArrowInc>4||currentArrowInc%4==0){positionDrag(dragPosition+currentArrowDirection*mouseWheelMultiplier);}
currentArrowInc++;};if(settings.enableKeyboardNavigation){$container.bind('keydown.jscrollpane',function(e)
{switch(e.keyCode){case 38:currentArrowDirection=-1;currentArrowInc=0;whileArrowButtonDown();currentArrowTimerArr[currentArrowTimerArr.length]=setInterval(whileArrowButtonDown,100);return false;case 40:currentArrowDirection=1;currentArrowInc=0;whileArrowButtonDown();currentArrowTimerArr[currentArrowTimerArr.length]=setInterval(whileArrowButtonDown,100);return false;case 33:case 34:return false;default:}}).bind('keyup.jscrollpane',function(e)
{if(e.keyCode==38||e.keyCode==40){for(var i=0;i<currentArrowTimerArr.length;i++){clearInterval(currentArrowTimerArr[i]);}
return false;}});}
if(settings.showArrows){var currentArrowButton;var currentArrowInterval;var onArrowMouseUp=function(event)
{$('html').unbind('mouseup',onArrowMouseUp);currentArrowButton.removeClass('jScrollActiveArrowButton');clearInterval(currentArrowInterval);};var onArrowMouseDown=function(){$('html').bind('mouseup',onArrowMouseUp);currentArrowButton.addClass('jScrollActiveArrowButton');currentArrowInc=0;whileArrowButtonDown();currentArrowInterval=setInterval(whileArrowButtonDown,100);};$container.append($('<a></a>').attr({'href':'javascript:;','className':'jScrollArrowUp','tabindex':-1}).css({'width':settings.scrollbarWidth+'px'}).html('Scroll up').bind('mousedown',function()
{currentArrowButton=$(this);currentArrowDirection=-1;onArrowMouseDown();this.blur();return false;}).bind('click',rf),$('<a></a>').attr({'href':'javascript:;','className':'jScrollArrowDown','tabindex':-1}).css({'width':settings.scrollbarWidth+'px'}).html('Scroll down').bind('mousedown',function()
{currentArrowButton=$(this);currentArrowDirection=1;onArrowMouseDown();this.blur();return false;}).bind('click',rf));var $upArrow=$('>.jScrollArrowUp',$container);var $downArrow=$('>.jScrollArrowDown',$container);if(settings.arrowSize){trackHeight=paneHeight-settings.arrowSize-settings.arrowSize;$track.css({'height':trackHeight+'px',top:settings.arrowSize+'px'})}else{var topArrowHeight=$upArrow.height();settings.arrowSize=topArrowHeight;trackHeight=paneHeight-topArrowHeight-$downArrow.height();$track.css({'height':trackHeight+'px',top:topArrowHeight+'px'})}}
var $pane=$(this).css({'position':'absolute','overflow':'visible'});var currentOffset;var maxY;var mouseWheelMultiplier;var dragPosition=0;var dragMiddle=percentInView*paneHeight/2;var getPos=function(event,c){var p=c=='X'?'Left':'Top';return event['page'+c]||(event['client'+c]+(document.documentElement['scroll'+p]||document.body['scroll'+p]))||0;};var ignoreNativeDrag=function(){return false;};var initDrag=function()
{ceaseAnimation();currentOffset=$drag.offset(false);currentOffset.top-=dragPosition;maxY=trackHeight-$drag[0].offsetHeight;mouseWheelMultiplier=2*settings.wheelSpeed*maxY/contentHeight;};var onStartDrag=function(event)
{initDrag();dragMiddle=getPos(event,'Y')-dragPosition-currentOffset.top;$('html').bind('mouseup',onStopDrag).bind('mousemove',updateScroll);if($.browser.msie){$('html').bind('dragstart',ignoreNativeDrag).bind('selectstart',ignoreNativeDrag);}
return false;};var onStopDrag=function()
{$('html').unbind('mouseup',onStopDrag).unbind('mousemove',updateScroll);dragMiddle=percentInView*paneHeight/2;if($.browser.msie){$('html').unbind('dragstart',ignoreNativeDrag).unbind('selectstart',ignoreNativeDrag);}};var positionDrag=function(destY)
{destY=destY<0?0:(destY>maxY?maxY:destY);dragPosition=destY;$drag.css({'top':destY+'px'});var p=destY/maxY;$this.data('jScrollPanePosition',(paneHeight-contentHeight)*-p);$pane.css({'top':((paneHeight-contentHeight)*p)+'px'});$this.trigger('scroll');if(settings.showArrows){$upArrow[destY==0?'addClass':'removeClass']('disabled');$downArrow[destY==maxY?'addClass':'removeClass']('disabled');}};var updateScroll=function(e)
{positionDrag(getPos(e,'Y')-currentOffset.top-dragMiddle);};var dragH=Math.max(Math.min(percentInView*(paneHeight-settings.arrowSize*2),settings.dragMaxHeight),settings.dragMinHeight);$drag.css({'height':dragH+'px'}).bind('mousedown',onStartDrag);var trackScrollInterval;var trackScrollInc;var trackScrollMousePos;var doTrackScroll=function()
{if(trackScrollInc>8||trackScrollInc%4==0){positionDrag((dragPosition-((dragPosition-trackScrollMousePos)/2)));}
trackScrollInc++;};var onStopTrackClick=function()
{clearInterval(trackScrollInterval);$('html').unbind('mouseup',onStopTrackClick).unbind('mousemove',onTrackMouseMove);};var onTrackMouseMove=function(event)
{trackScrollMousePos=getPos(event,'Y')-currentOffset.top-dragMiddle;};var onTrackClick=function(event)
{initDrag();onTrackMouseMove(event);trackScrollInc=0;$('html').bind('mouseup',onStopTrackClick).bind('mousemove',onTrackMouseMove);trackScrollInterval=setInterval(doTrackScroll,100);doTrackScroll();return false;};$track.bind('mousedown',onTrackClick);$container.bind('mousewheel',function(event,delta){delta=delta||(event.wheelDelta?event.wheelDelta/120:(event.detail)?-event.detail/3:0);initDrag();ceaseAnimation();var d=dragPosition;positionDrag(dragPosition-delta*mouseWheelMultiplier);var dragOccured=d!=dragPosition;return!dragOccured;});var _animateToPosition;var _animateToInterval;function animateToPosition()
{var diff=(_animateToPosition-dragPosition)/settings.animateStep;if(diff>1||diff<-1){positionDrag(dragPosition+diff);}else{positionDrag(_animateToPosition);ceaseAnimation();}}
var ceaseAnimation=function()
{if(_animateToInterval){clearInterval(_animateToInterval);delete _animateToPosition;}};var scrollTo=function(pos,preventAni)
{if(typeof pos=="string"){$e=$(pos,$this);if(!$e.length)return;pos=$e.offset().top-$this.offset().top;}
$container.scrollTop(0);ceaseAnimation();var maxScroll=contentHeight-paneHeight;pos=pos>maxScroll?maxScroll:pos;$this.data('jScrollPaneMaxScroll',maxScroll);var destDragPosition=pos/maxScroll*maxY;if(preventAni||!settings.animateTo){positionDrag(destDragPosition);}else{_animateToPosition=destDragPosition;_animateToInterval=setInterval(animateToPosition,settings.animateInterval);}};$this[0].scrollTo=scrollTo;$this[0].scrollBy=function(delta)
{var currentPos=-parseInt($pane.css('top'))||0;scrollTo(currentPos+delta);};initDrag();scrollTo(-currentScrollPosition,true);$('*',this).bind('focus',function(event)
{var $e=$(this);var eleTop=0;while($e[0]!=$this[0]){eleTop+=$e.position().top;$e=$e.offsetParent();}
var viewportTop=-parseInt($pane.css('top'))||0;var maxVisibleEleTop=viewportTop+paneHeight;var eleInView=eleTop>viewportTop&&eleTop<maxVisibleEleTop;if(!eleInView){var destPos=eleTop-settings.scrollbarMargin;if(eleTop>viewportTop){destPos+=$(this).height()+15+settings.scrollbarMargin-paneHeight;}
scrollTo(destPos);}})
if(location.hash){setTimeout(function(){scrollTo(location.hash);},$.browser.safari?100:0);}
$(document).bind('click',function(e)
{$target=$(e.target);if($target.is('a')){var h=$target.attr('href');if(h&&h.substr(0,1)=='#'&&h.length>1){setTimeout(function(){scrollTo(h,!settings.animateToInternalLinks);},$.browser.safari?100:0);}}});function onSelectScrollMouseDown(e)
{$(document).bind('mousemove.jScrollPaneDragging',onTextSelectionScrollMouseMove);$(document).bind('mouseup.jScrollPaneDragging',onSelectScrollMouseUp);}
var textDragDistanceAway;var textSelectionInterval;function onTextSelectionInterval()
{direction=textDragDistanceAway<0?-1:1;$this[0].scrollBy(textDragDistanceAway/2);}
function clearTextSelectionInterval()
{if(textSelectionInterval){clearInterval(textSelectionInterval);textSelectionInterval=undefined;}}
function onTextSelectionScrollMouseMove(e)
{var offset=$this.parent().offset().top;var maxOffset=offset+paneHeight;var mouseOffset=getPos(e,'Y');textDragDistanceAway=mouseOffset<offset?mouseOffset-offset:(mouseOffset>maxOffset?mouseOffset-maxOffset:0);if(textDragDistanceAway==0){clearTextSelectionInterval();}else{if(!textSelectionInterval){textSelectionInterval=setInterval(onTextSelectionInterval,100);}}}
function onSelectScrollMouseUp(e)
{$(document).unbind('mousemove.jScrollPaneDragging').unbind('mouseup.jScrollPaneDragging');clearTextSelectionInterval();}
$container.bind('mousedown.jScrollPane',onSelectScrollMouseDown);$.jScrollPane.active.push($this[0]);}else{$this.css({'height':paneHeight+'px','width':paneWidth-this.originalSidePaddingTotal+'px','padding':this.originalPadding});$this[0].scrollTo=$this[0].scrollBy=function(){};$this.parent().unbind('mousewheel').unbind('mousedown.jScrollPane').unbind('keydown.jscrollpane').unbind('keyup.jscrollpane');}})};$.fn.jScrollPaneRemove=function()
{$(this).each(function()
{$this=$(this);var $c=$this.parent();if($c.is('.jScrollPaneContainer')){$this.css({'top':'','height':'','width':'','padding':'','overflow':'','position':''});$c.after($this).remove();}});}
$.fn.jScrollPane.defaults={scrollbarWidth:10,scrollbarMargin:5,wheelSpeed:18,showArrows:false,arrowSize:0,animateTo:false,dragMinHeight:1,dragMaxHeight:99999,animateInterval:100,animateStep:3,maintainPosition:true,scrollbarOnLeft:false,reinitialiseOnImageLoad:false,tabIndex:0,enableKeyboardNavigation:true,animateToInternalLinks:false};$(window).bind('unload',function(){var els=$.jScrollPane.active;for(var i=0;i<els.length;i++){els[i].scrollTo=els[i].scrollBy=null;}});})(jQuery);function meerkat(options){this.settings={showMeerkatOnLoad:'false',close:'none',dontShow:'none',dontShowExpire:0,removeCookie:'none',meerkatPosition:'bottom',animation:'slide',animationSpeed:'slow',height:'auto',background:'none'}
if(options){jQuery.extend(this.settings,options);}
var settings=this.settings;var cookieExpiration=settings.dontShowExpire;function createCookie(name,value,days){if(days){var date=new Date();date.setTime(date.getTime()+(days*24*60*60*1000));var expires="; expires="+date.toGMTString();}
else{var expires="";}
document.cookie=name+"="+value+expires+"; path=/";}
function readCookie(name){var nameEQ=name+"=";var ca=document.cookie.split(';');for(var i=0;i<ca.length;i++){var c=ca[i];while(c.charAt(0)==' ')c=c.substring(1,c.length);if(c.indexOf(nameEQ)==0)return c.substring(nameEQ.length,c.length);}
return null;}
function eraseCookie(name){createCookie(name,"",-1);}
jQuery(settings.removeCookie).click(function(){eraseCookie('meerkat')});if(readCookie('meerkat')!='dontshow')
{jQuery('html, body').css({'margin':'0','padding':'0','height':'100%'});jQuery('#meerkat').show().wrap('<div id="meerkat-wrap"><div id="meerkat-container">'+'</div></div>');jQuery('#meerkat-wrap').css({'position':'fixed','z-index':'500','width':'100%','left':'0','height':settings.height}).css(settings.meerkatPosition,"0");jQuery('#meerkat-container').css({'background':settings.background,'height':settings.height});jQuery(settings.close+","+settings.dontShow).css({"cursor":"pointer"});if(jQuery.browser.msie&&jQuery.browser.version<=6){jQuery('html, body').css({'height':'100%','width':'100%','overflow':'hidden'});jQuery('#meerkat-wrap').css({'position':'absolute','bottom':'-1px'});jQuery("body").children().filter(function(index){return jQuery(this).attr("id")!="meerkat-wrap";}).wrapAll('<div id="ie6-content-container">','</div>');jQuery('#ie6-content-container').css({'position':'relative','overflow':'auto','width':'100%','height':'100%'});var element=document.getElementById('ie6-content-container');if((element.clientHeight<element.scrollHeight)&&(settings.height!=100+'%')){jQuery('#meerkat-container').css({'margin-right':'17px'});}
var bodyStyle=document.body.currentStyle;var bodyBgStyles=bodyStyle.backgroundColor+" "+bodyStyle.backgroundImage+" "+bodyStyle.backgroundRepeat+" "+bodyStyle.backgroundAttachment+" "+bodyStyle.backgroundPositionX+" "+bodyStyle.backgroundPositionY;jQuery('body').css({'background-image':'none'});jQuery('#ie6-content-container').css({'background':bodyBgStyles});}
if((settings.animation=="slide")&&(settings.showMeerkatOnLoad!="true")){jQuery('#meerkat-wrap').hide().slideDown(settings.animationSpeed);jQuery(settings.close).click(function(){jQuery("#meerkat-wrap").slideUp();});jQuery(settings.dontShow).click(function(){createCookie('meerkat','dontshow',cookieExpiration);jQuery("#meerkat-wrap").slideUp();});}else if((settings.animation=="fade")&&(settings.showMeerkatOnLoad!="true")){jQuery('#meerkat-wrap').hide().fadeIn(settings.animationSpeed);jQuery(settings.close).click(function(){jQuery("#meerkat-wrap").fadeOut(settings.animationSpeed);});jQuery(settings.dontShow).click(function(){createCookie('meerkat','dontshow',cookieExpiration);jQuery("#meerkat-wrap").fadeOut();});}else if((settings.showMeerkatOnLoad=="true")&&(settings.animation=="slide")){jQuery('#meerkat-wrap').show();jQuery(settings.close).click(function(){jQuery("#meerkat-wrap").slideUp();});jQuery(settings.dontShow).click(function(){createCookie('meerkat','dontshow',cookieExpiration);jQuery("#meerkat-wrap").slideUp();});}else if((settings.showMeerkatOnLoad=="true")&&(settings.animation=="fade")){jQuery('#meerkat-wrap').show();jQuery(settings.close).click(function(){jQuery("#meerkat-wrap").fadeOut(settings.animationSpeed);});jQuery(settings.dontShow).click(function(){createCookie('meerkat','dontshow',cookieExpiration);jQuery("#meerkat-wrap").fadeOut();});}}else{jQuery("#meerkat").hide();}}
function clickclear(thisfield,defaulttext){if(thisfield.value==defaulttext){thisfield.value="";}}
function clickrecall(thisfield,defaulttext){if(thisfield.value==""){thisfield.value=defaulttext;}}
jQuery(document).ready(function()
{Cufon.replace('h1, h2, h3, h4',{fontFamily:'Organic Elements'});Cufon.replace('#menu a',{fontFamily:'Arial'});meerkat({close:'.close',animation:'slide',animationSpeed:1000,dontShowExpire:0,meerkatPosition:'bottom',background:'url("/images/meerkat/bg_image.png") repeat 0 0',removeCookie:'#showAd',height:'250px'});});function initScrollBars()
{jQuery(function(){jQuery('#content_scroll').jScrollPane({showArrows:true,wheelSpeed:60,scrollbarWidth:11,scrollbarMargin:15});jQuery('#content_scroll_home').jScrollPane({showArrows:true,wheelSpeed:60,scrollbarWidth:11,scrollbarMargin:15});});}