// Jquery + Tools
(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});
(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex" in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();
(function(d){d.tools=d.tools||{};d.tools.tabs={version:"1.0.4",conf:{tabs:"a",current:"current",onBeforeClick:null,onClick:null,effect:"default",initialIndex:0,event:"click",api:false,rotate:false},addEffect:function(e,f){c[e]=f}};var c={"default":function(f,e){this.getPanes().hide().eq(f).show();e.call()},fade:function(g,e){var f=this.getConf(),j=f.fadeOutSpeed,h=this.getPanes();if(j){h.fadeOut(j)}else{h.hide()}h.eq(g).fadeIn(f.fadeInSpeed,e)},slide:function(f,e){this.getPanes().slideUp(200);this.getPanes().eq(f).slideDown(400,e)},ajax:function(f,e){this.getPanes().eq(0).load(this.getTabs().eq(f).attr("href"),e)}};var b;d.tools.tabs.addEffect("horizontal",function(f,e){if(!b){b=this.getPanes().eq(0).width()}this.getCurrentPane().animate({width:0},function(){d(this).hide()});this.getPanes().eq(f).animate({width:b},function(){d(this).show();e.call()})});function a(g,h,f){var e=this,j=d(this),i;d.each(f,function(k,l){if(d.isFunction(l)){j.bind(k,l)}});d.extend(this,{click:function(k,n){var o=e.getCurrentPane();var l=g.eq(k);if(typeof k=="string"&&k.replace("#","")){l=g.filter("[href*="+k.replace("#","")+"]");k=Math.max(g.index(l),0)}if(f.rotate){var m=g.length-1;if(k<0){return e.click(m,n)}if(k>m){return e.click(0,n)}}if(!l.length){if(i>=0){return e}k=f.initialIndex;l=g.eq(k)}if(k===i){return e}n=n||d.Event();n.type="onBeforeClick";j.trigger(n,[k]);if(n.isDefaultPrevented()){return}c[f.effect].call(e,k,function(){n.type="onClick";j.trigger(n,[k])});n.type="onStart";j.trigger(n,[k]);if(n.isDefaultPrevented()){return}i=k;g.removeClass(f.current);l.addClass(f.current);return e},getConf:function(){return f},getTabs:function(){return g},getPanes:function(){return h},getCurrentPane:function(){return h.eq(i)},getCurrentTab:function(){return g.eq(i)},getIndex:function(){return i},next:function(){return e.click(i+1)},prev:function(){return e.click(i-1)},bind:function(k,l){j.bind(k,l);return e},onBeforeClick:function(k){return this.bind("onBeforeClick",k)},onClick:function(k){return this.bind("onClick",k)},unbind:function(k){j.unbind(k);return e}});g.each(function(k){d(this).bind(f.event,function(l){e.click(k,l);return false})});if(location.hash){e.click(location.hash)}else{if(f.initialIndex===0||f.initialIndex>0){e.click(f.initialIndex)}}h.find("a[href^=#]").click(function(k){e.click(d(this).attr("href"),k)})}d.fn.tabs=function(i,f){var g=this.eq(typeof f=="number"?f:0).data("tabs");if(g){return g}if(d.isFunction(f)){f={onBeforeClick:f}}var h=d.extend({},d.tools.tabs.conf),e=this.length;f=d.extend(h,f);this.each(function(l){var j=d(this);var k=j.find(f.tabs);if(!k.length){k=j.children()}var m=i.jquery?i:j.children(i);if(!m.length){m=e==1?d(i):j.parent().find(i)}g=new a(k,m,f);j.data("tabs",g)});return f.api?g:this}})(jQuery);
(function(b){var a=b.tools.tabs;a.plugins=a.plugins||{};a.plugins.slideshow={version:"1.0.2",conf:{next:".forward",prev:".backward",disabledClass:"disabled",autoplay:false,autopause:true,interval:3000,clickable:true,api:false}};b.prototype.slideshow=function(e){var f=b.extend({},a.plugins.slideshow.conf),c=this.length,d;e=b.extend(f,e);this.each(function(){var p=b(this),m=p.tabs(),i=b(m),o=m;b.each(e,function(t,u){if(b.isFunction(u)){m.bind(t,u)}});function n(t){return c==1?b(t):p.parent().find(t)}var s=n(e.next).click(function(){m.next()});var q=n(e.prev).click(function(){m.prev()});var h,j,l,g=false;b.extend(m,{play:function(){if(h){return}var t=b.Event("onBeforePlay");i.trigger(t);if(t.isDefaultPrevented()){return m}g=false;h=setInterval(m.next,e.interval);i.trigger("onPlay");m.next()},pause:function(){if(!h){return m}var t=b.Event("onBeforePause");i.trigger(t);if(t.isDefaultPrevented()){return m}h=clearInterval(h);l=clearInterval(l);i.trigger("onPause")},stop:function(){m.pause();g=true},onBeforePlay:function(t){return m.bind("onBeforePlay",t)},onPlay:function(t){return m.bind("onPlay",t)},onBeforePause:function(t){return m.bind("onBeforePause",t)},onPause:function(t){return m.bind("onPause",t)}});if(e.autopause){var k=m.getTabs().add(s).add(q).add(m.getPanes());k.hover(function(){m.pause();j=clearInterval(j)},function(){if(!g){j=setTimeout(m.play,e.interval)}})}if(e.autoplay){l=setTimeout(m.play,e.interval)}else{m.stop()}if(e.clickable){m.getPanes().click(function(){m.next()})}if(!m.getConf().rotate){var r=e.disabledClass;if(!m.getIndex()){q.addClass(r)}m.onBeforeClick(function(u,t){if(!t){q.addClass(r)}else{q.removeClass(r);if(t==m.getTabs().length-1){s.addClass(r)}else{s.removeClass(r)}}})}});return e.api?d:this}})(jQuery);
(function(d){var a=d.tools.tabs;a.plugins=a.plugins||{};a.plugins.history={version:"1.0.2",conf:{api:false}};var e,b;function c(f){if(f){var g=b.contentWindow.document;g.open().close();g.location.hash=f}}d.fn.onHash=function(g){var f=this;if(d.browser.msie&&d.browser.version<"8"){if(!b){b=d("<iframe/>").attr("src","javascript:false;").hide().get(0);d("body").append(b);setInterval(function(){var i=b.contentWindow.document,j=i.location.hash;if(e!==j){d.event.trigger("hash",j);e=j}},100);c(location.hash||"#")}f.bind("click.hash",function(h){c(d(this).attr("href"))})}else{setInterval(function(){var j=location.hash;var i=f.filter("[href$="+j+"]");if(!i.length){j=j.replace("#","");i=f.filter("[href$="+j+"]")}if(i.length&&j!==e){e=j;d.event.trigger("hash",j)}},100)}d(window).bind("hash",g);return this};d.fn.history=function(g){var h=d.extend({},a.plugins.history.conf),f;g=d.extend(h,g);this.each(function(){var j=d(this).tabs(),i=j.getTabs();if(j){f=j}i.onHash(function(k,l){if(!l||l=="#"){l=j.getConf().initialIndex}j.click(l)});i.click(function(k){location.hash=d(this).attr("href").replace("#","")})});return g.api?f:this}})(jQuery);
(function(c){var d=[];c.tools=c.tools||{};c.tools.tooltip={version:"1.1.3",conf:{effect:"toggle",fadeOutSpeed:"fast",tip:null,predelay:0,delay:30,opacity:1,lazy:undefined,position:["top","center"],offset:[0,0],cancelDefault:true,relative:false,oneInstance:true,events:{def:"mouseover,mouseout",input:"focus,blur",widget:"focus mouseover,blur mouseout",tooltip:"mouseover,mouseout"},api:false},addEffect:function(e,g,f){b[e]=[g,f]}};var b={toggle:[function(e){var f=this.getConf(),g=this.getTip(),h=f.opacity;if(h<1){g.css({opacity:h})}g.show();e.call()},function(e){this.getTip().hide();e.call()}],fade:[function(e){this.getTip().fadeIn(this.getConf().fadeInSpeed,e)},function(e){this.getTip().fadeOut(this.getConf().fadeOutSpeed,e)}]};function a(f,g){var p=this,k=c(this);f.data("tooltip",p);var l=f.next();if(g.tip){l=c(g.tip);if(l.length>1){l=f.nextAll(g.tip).eq(0);if(!l.length){l=f.parent().nextAll(g.tip).eq(0)}}}function o(u){var t=g.relative?f.position().top:f.offset().top,s=g.relative?f.position().left:f.offset().left,v=g.position[0];t-=l.outerHeight()-g.offset[0];s+=f.outerWidth()+g.offset[1];var q=l.outerHeight()+f.outerHeight();if(v=="center"){t+=q/2}if(v=="bottom"){t+=q}v=g.position[1];var r=l.outerWidth()+f.outerWidth();if(v=="center"){s-=r/2}if(v=="left"){s-=r}return{top:t,left:s}}var i=f.is(":input"),e=i&&f.is(":checkbox, :radio, select, :button"),h=f.attr("type"),n=g.events[h]||g.events[i?(e?"widget":"input"):"def"];n=n.split(/,\s*/);if(n.length!=2){throw"Tooltip: bad events configuration for "+h}f.bind(n[0],function(r){if(g.oneInstance){c.each(d,function(){this.hide()})}var q=l.data("trigger");if(q&&q[0]!=this){l.hide().stop(true,true)}r.target=this;p.show(r);n=g.events.tooltip.split(/,\s*/);l.bind(n[0],function(){p.show(r)});if(n[1]){l.bind(n[1],function(){p.hide(r)})}});f.bind(n[1],function(q){p.hide(q)});if(!c.browser.msie&&!i&&!g.predelay){f.mousemove(function(){if(!p.isShown()){f.triggerHandler("mouseover")}})}if(g.opacity<1){l.css("opacity",g.opacity)}var m=0,j=f.attr("title");if(j&&g.cancelDefault){f.removeAttr("title");f.data("title",j)}c.extend(p,{show:function(r){if(r){f=c(r.target)}clearTimeout(l.data("timer"));if(l.is(":animated")||l.is(":visible")){return p}function q(){l.data("trigger",f);var t=o(r);if(g.tip&&j){l.html(f.data("title"))}r=r||c.Event();r.type="onBeforeShow";k.trigger(r,[t]);if(r.isDefaultPrevented()){return p}t=o(r);l.css({position:"absolute",top:t.top,left:t.left});var s=b[g.effect];if(!s){throw'Nonexistent effect "'+g.effect+'"'}s[0].call(p,function(){r.type="onShow";k.trigger(r)})}if(g.predelay){clearTimeout(m);m=setTimeout(q,g.predelay)}else{q()}return p},hide:function(r){clearTimeout(l.data("timer"));clearTimeout(m);if(!l.is(":visible")){return}function q(){r=r||c.Event();r.type="onBeforeHide";k.trigger(r);if(r.isDefaultPrevented()){return}b[g.effect][1].call(p,function(){r.type="onHide";k.trigger(r)})}if(g.delay&&r){l.data("timer",setTimeout(q,g.delay))}else{q()}return p},isShown:function(){return l.is(":visible, :animated")},getConf:function(){return g},getTip:function(){return l},getTrigger:function(){return f},bind:function(q,r){k.bind(q,r);return p},onHide:function(q){return this.bind("onHide",q)},onBeforeShow:function(q){return this.bind("onBeforeShow",q)},onShow:function(q){return this.bind("onShow",q)},onBeforeHide:function(q){return this.bind("onBeforeHide",q)},unbind:function(q){k.unbind(q);return p}});c.each(g,function(q,r){if(c.isFunction(r)){p.bind(q,r)}})}c.prototype.tooltip=function(e){var f=this.eq(typeof e=="number"?e:0).data("tooltip");if(f){return f}var g=c.extend(true,{},c.tools.tooltip.conf);if(c.isFunction(e)){e={onBeforeShow:e}}else{if(typeof e=="string"){e={tip:e}}}e=c.extend(true,g,e);if(typeof e.position=="string"){e.position=e.position.split(/,?\s/)}if(e.lazy!==false&&(e.lazy===true||this.length>20)){this.one("mouseover",function(h){f=new a(c(this),e);f.show(h);d.push(f)})}else{this.each(function(){f=new a(c(this),e);d.push(f)})}return e.api?f:this}})(jQuery);
(function(b){var a=b.tools.tooltip;a.effects=a.effects||{};a.effects.slide={version:"1.0.0"};b.extend(a.conf,{direction:"up",bounce:false,slideOffset:10,slideInSpeed:200,slideOutSpeed:200,slideFade:!b.browser.msie});var c={up:["-","top"],down:["+","top"],left:["-","left"],right:["+","left"]};b.tools.tooltip.addEffect("slide",function(d){var f=this.getConf(),g=this.getTip(),h=f.slideFade?{opacity:f.opacity}:{},e=c[f.direction]||c.up;h[e[1]]=e[0]+"="+f.slideOffset;if(f.slideFade){g.css({opacity:0})}g.show().animate(h,f.slideInSpeed,d)},function(e){var g=this.getConf(),i=g.slideOffset,h=g.slideFade?{opacity:0}:{},f=c[g.direction]||c.up;var d=""+f[0];if(g.bounce){d=d=="+"?"-":"+"}h[f[1]]=d+"="+i;this.getTip().animate(h,g.slideOutSpeed,function(){b(this).hide();e.call()})})})(jQuery);
(function(d){var c=d.tools.tooltip;c.plugins=c.plugins||{};c.plugins.dynamic={version:"1.0.1",conf:{api:false,classNames:"top right bottom left"}};function b(h){var e=d(window);var g=e.width()+e.scrollLeft();var f=e.height()+e.scrollTop();return[h.offset().top<=e.scrollTop(),g<=h.offset().left+h.width(),f<=h.offset().top+h.height(),e.scrollLeft()>=h.offset().left]}function a(f){var e=f.length;while(e--){if(f[e]){return false}}return true}d.fn.dynamic=function(g){var h=d.extend({},c.plugins.dynamic.conf),f;if(typeof g=="number"){g={speed:g}}g=d.extend(h,g);var e=g.classNames.split(/\s/),i;this.each(function(){if(d(this).tooltip().jquery){throw"Lazy feature not supported by dynamic plugin. set lazy: false for tooltip"}var j=d(this).tooltip().onBeforeShow(function(n,o){var m=this.getTip(),l=this.getConf();if(!i){i=[l.position[0],l.position[1],l.offset[0],l.offset[1],d.extend({},l)]}d.extend(l,i[4]);l.position=[i[0],i[1]];l.offset=[i[2],i[3]];m.css({visibility:"hidden",position:"absolute",top:o.top,left:o.left}).show();var k=b(m);if(!a(k)){if(k[2]){d.extend(l,g.top);l.position[0]="top";m.addClass(e[0])}if(k[3]){d.extend(l,g.right);l.position[1]="right";m.addClass(e[1])}if(k[0]){d.extend(l,g.bottom);l.position[0]="bottom";m.addClass(e[2])}if(k[1]){d.extend(l,g.left);l.position[1]="left";m.addClass(e[3])}if(k[0]||k[2]){l.offset[0]*=-1}if(k[1]||k[3]){l.offset[1]*=-1}}m.css({visibility:"visible"}).hide()});j.onShow(function(){var l=this.getConf(),k=this.getTip();l.position=[i[0],i[1]];l.offset=[i[2],i[3]]});j.onHide(function(){var k=this.getTip();k.removeClass(g.classNames)});f=j});return g.api?f:this}})(jQuery);
(function(b){b.tools=b.tools||{};b.tools.scrollable={version:"1.1.2",conf:{size:5,vertical:false,speed:400,keyboard:true,keyboardSteps:null,disabledClass:"disabled",hoverClass:null,clickable:true,activeClass:"active",easing:"swing",loop:false,items:".items",item:null,prev:".prev",next:".next",prevPage:".prevPage",nextPage:".nextPage",api:false}};var c;function a(o,m){var r=this,p=b(this),d=!m.vertical,e=o.children(),k=0,i;if(!c){c=r}b.each(m,function(s,t){if(b.isFunction(t)){p.bind(s,t)}});if(e.length>1){e=b(m.items,o)}function l(t){var s=b(t);return m.globalNav?s:o.parent().find(t)}o.data("finder",l);var f=l(m.prev),h=l(m.next),g=l(m.prevPage),n=l(m.nextPage);b.extend(r,{getIndex:function(){return k},getClickIndex:function(){var s=r.getItems();return s.index(s.filter("."+m.activeClass))},getConf:function(){return m},getSize:function(){return r.getItems().size()},getPageAmount:function(){return Math.ceil(this.getSize()/m.size)},getPageIndex:function(){return Math.ceil(k/m.size)},getNaviButtons:function(){return f.add(h).add(g).add(n)},getRoot:function(){return o},getItemWrap:function(){return e},getItems:function(){return e.children(m.item)},getVisibleItems:function(){return r.getItems().slice(k,k+m.size)},seekTo:function(s,w,t){if(s<0){s=0}if(k===s){return r}if(b.isFunction(w)){t=w}if(s>r.getSize()-m.size){return m.loop?r.begin():this.end()}var u=r.getItems().eq(s);if(!u.length){return r}var v=b.Event("onBeforeSeek");p.trigger(v,[s]);if(v.isDefaultPrevented()){return r}if(w===undefined||b.isFunction(w)){w=m.speed}function x(){if(t){t.call(r,s)}p.trigger("onSeek",[s])}if(d){e.animate({left:-u.position().left},w,m.easing,x)}else{e.animate({top:-u.position().top},w,m.easing,x)}c=r;k=s;v=b.Event("onStart");p.trigger(v,[s]);if(v.isDefaultPrevented()){return r}f.add(g).toggleClass(m.disabledClass,s===0);h.add(n).toggleClass(m.disabledClass,s>=r.getSize()-m.size);return r},move:function(u,t,s){i=u>0;return this.seekTo(k+u,t,s)},next:function(t,s){return this.move(1,t,s)},prev:function(t,s){return this.move(-1,t,s)},movePage:function(w,v,u){i=w>0;var s=m.size*w;var t=k%m.size;if(t>0){s+=(w>0?-t:m.size-t)}return this.move(s,v,u)},prevPage:function(t,s){return this.movePage(-1,t,s)},nextPage:function(t,s){return this.movePage(1,t,s)},setPage:function(t,u,s){return this.seekTo(t*m.size,u,s)},begin:function(t,s){i=false;return this.seekTo(0,t,s)},end:function(t,s){i=true;var u=this.getSize()-m.size;return u>0?this.seekTo(u,t,s):r},reload:function(){p.trigger("onReload");return r},focus:function(){c=r;return r},click:function(u){var v=r.getItems().eq(u),s=m.activeClass,t=m.size;if(u<0||u>=r.getSize()){return r}if(t==1){if(m.loop){return r.next()}if(u===0||u==r.getSize()-1){i=(i===undefined)?true:!i}return i===false?r.prev():r.next()}if(t==2){if(u==k){u--}r.getItems().removeClass(s);v.addClass(s);return r.seekTo(u,time,fn)}if(!v.hasClass(s)){r.getItems().removeClass(s);v.addClass(s);var x=Math.floor(t/2);var w=u-x;if(w>r.getSize()-t){w=r.getSize()-t}if(w!==u){return r.seekTo(w)}}return r},bind:function(s,t){p.bind(s,t);return r},unbind:function(s){p.unbind(s);return r}});b.each("onBeforeSeek,onStart,onSeek,onReload".split(","),function(s,t){r[t]=function(u){return r.bind(t,u)}});f.addClass(m.disabledClass).click(function(){r.prev()});h.click(function(){r.next()});n.click(function(){r.nextPage()});if(r.getSize()<m.size){h.add(n).addClass(m.disabledClass)}g.addClass(m.disabledClass).click(function(){r.prevPage()});var j=m.hoverClass,q="keydown."+Math.random().toString().substring(10);r.onReload(function(){if(j){r.getItems().hover(function(){b(this).addClass(j)},function(){b(this).removeClass(j)})}if(m.clickable){r.getItems().each(function(s){b(this).unbind("click.scrollable").bind("click.scrollable",function(t){if(b(t.target).is("a")){return}return r.click(s)})})}if(m.keyboard){b(document).unbind(q).bind(q,function(t){if(t.altKey||t.ctrlKey){return}if(m.keyboard!="static"&&c!=r){return}var u=m.keyboardSteps;if(d&&(t.keyCode==37||t.keyCode==39)){r.move(t.keyCode==37?-u:u);return t.preventDefault()}if(!d&&(t.keyCode==38||t.keyCode==40)){r.move(t.keyCode==38?-u:u);return t.preventDefault()}return true})}else{b(document).unbind(q)}});r.reload()}b.fn.scrollable=function(d){var e=this.eq(typeof d=="number"?d:0).data("scrollable");if(e){return e}var f=b.extend({},b.tools.scrollable.conf);d=b.extend(f,d);d.keyboardSteps=d.keyboardSteps||d.size;this.each(function(){e=new a(b(this),d);b(this).data("scrollable",e)});return d.api?e:this}})(jQuery);
(function(b){var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.circular={version:"0.5.1",conf:{api:false,clonedClass:"cloned"}};b.fn.circular=function(e){var d=b.extend({},a.plugins.circular.conf),c;b.extend(d,e);this.each(function(){var i=b(this).scrollable(),n=i.getItems(),k=i.getConf(),f=i.getItemWrap(),j=0;if(i){c=i}if(n.length<k.size){return false}n.slice(0,k.size).each(function(o){b(this).clone().appendTo(f).click(function(){i.click(n.length+o)}).addClass(d.clonedClass)});var l=b.makeArray(n.slice(-k.size)).reverse();b(l).each(function(o){b(this).clone().prependTo(f).click(function(){i.click(-o-1)}).addClass(d.clonedClass)});var m=f.children(k.item);var h=k.hoverClass;if(h){m.hover(function(){b(this).addClass(h)},function(){b(this).removeClass(h)})}function g(o){var p=m.eq(o);if(k.vertical){f.css({top:-p.position().top})}else{f.css({left:-p.position().left})}}g(k.size);b.extend(i,{move:function(s,r,p,q){var u=j+s+k.size;var t=u>i.getSize()-k.size;if(u<=0||t){var o=j+k.size+(t?-n.length:n.length);g(o);u=o+s}if(q){m.removeClass(k.activeClass).eq(u+Math.floor(k.size/2)).addClass(k.activeClass)}if(u===j+k.size){return self}return i.seekTo(u,r,p)},begin:function(p,o){return this.seekTo(k.size,p,o)},end:function(p,o){return this.seekTo(n.length,p,o)},click:function(p,r,q){if(!k.clickable){return self}if(k.size==1){return this.next()}var s=p-j,o=k.activeClass;s-=Math.floor(k.size/2);return this.move(s,r,q,true)},getIndex:function(){return j},setPage:function(p,q,o){return this.seekTo(p*k.size+k.size,q,o)},getPageAmount:function(){return Math.ceil(n.length/k.size)},getPageIndex:function(){if(j<0){return this.getPageAmount()-1}if(j>=n.length){return 0}var o=(j+k.size)/k.size-1;return o},getVisibleItems:function(){var o=j+k.size;return m.slice(o,o+k.size)}});i.onStart(function(p,o){j=o-k.size;return false});i.getNaviButtons().removeClass(k.disabledClass)});return d.api?c:this}})(jQuery);
(function(b){var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.autoscroll={version:"1.0.1",conf:{autoplay:true,interval:3000,autopause:true,steps:1,api:false}};b.fn.autoscroll=function(d){if(typeof d=="number"){d={interval:d}}var e=b.extend({},a.plugins.autoscroll.conf),c;b.extend(e,d);this.each(function(){var g=b(this).scrollable();if(g){c=g}var i,f,h=true;g.play=function(){if(i){return}h=false;i=setInterval(function(){g.move(e.steps)},e.interval);g.move(e.steps)};g.pause=function(){i=clearInterval(i)};g.stop=function(){g.pause();h=true};if(e.autopause){g.getRoot().add(g.getNaviButtons()).hover(function(){g.pause();clearInterval(f)},function(){if(!h){f=setTimeout(g.play,e.interval)}})}if(e.autoplay){setTimeout(g.play,e.interval)}});return e.api?c:this}})(jQuery);
(function(b){var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.navigator={version:"1.0.2",conf:{navi:".navi",naviItem:null,activeClass:"active",indexed:false,api:false,idPrefix:null}};b.fn.navigator=function(d){var e=b.extend({},a.plugins.navigator.conf),c;if(typeof d=="string"){d={navi:d}}d=b.extend(e,d);this.each(function(){var i=b(this).scrollable(),f=i.getRoot(),l=f.data("finder").call(null,d.navi),g=null,k=i.getNaviButtons();if(i){c=i}i.getNaviButtons=function(){return k.add(l)};function j(){if(!l.children().length||l.data("navi")==i){l.empty();l.data("navi",i);for(var m=0;m<i.getPageAmount();m++){l.append(b("<"+(d.naviItem||"a")+"/>"))}g=l.children().each(function(n){var o=b(this);o.click(function(p){i.setPage(n);return p.preventDefault()});if(d.indexed){o.text(n)}if(d.idPrefix){o.attr("id",d.idPrefix+n)}})}else{g=d.naviItem?l.find(d.naviItem):l.children();g.each(function(n){var o=b(this);o.click(function(p){i.setPage(n);return p.preventDefault()})})}g.eq(0).addClass(d.activeClass)}i.onStart(function(o,n){var m=d.activeClass;g.removeClass(m).eq(i.getPageIndex()).addClass(m)});i.onReload(function(){j()});j();var h=g.filter("[href="+location.hash+"]");if(h.length){i.move(g.index(h))}});return d.api?c:this}})(jQuery);
(function(b){b.fn.wheel=function(e){return this[e?"bind":"trigger"]("wheel",e)};b.event.special.wheel={setup:function(){b.event.add(this,d,c,{})},teardown:function(){b.event.remove(this,d,c)}};var d=!b.browser.mozilla?"mousewheel":"DOMMouseScroll"+(b.browser.version<"1.9"?" mousemove":"");function c(e){switch(e.type){case"mousemove":return b.extend(e.data,{clientX:e.clientX,clientY:e.clientY,pageX:e.pageX,pageY:e.pageY});case"DOMMouseScroll":b.extend(e,e.data);e.delta=-e.detail/3;break;case"mousewheel":e.delta=e.wheelDelta/120;break}e.type="wheel";return b.event.handle.call(this,e,e.delta)}var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.mousewheel={version:"1.0.1",conf:{api:false,speed:50}};b.fn.mousewheel=function(f){var g=b.extend({},a.plugins.mousewheel.conf),e;if(typeof f=="number"){f={speed:f}}f=b.extend(g,f);this.each(function(){var h=b(this).scrollable();if(h){e=h}h.getRoot().wheel(function(i,j){h.move(j<0?1:-1,f.speed||50);return false})});return f.api?e:this}})(jQuery);
(function(c){c.tools=c.tools||{};c.tools.overlay={version:"1.1.2",addEffect:function(e,f,g){b[e]=[f,g]},conf:{top:"10%",left:"center",absolute:false,speed:"normal",closeSpeed:"fast",effect:"default",close:null,oneInstance:true,closeOnClick:true,closeOnEsc:true,api:false,expose:null,target:null}};var b={};c.tools.overlay.addEffect("default",function(e){this.getOverlay().fadeIn(this.getConf().speed,e)},function(e){this.getOverlay().fadeOut(this.getConf().closeSpeed,e)});var d=[];function a(g,k){var o=this,m=c(this),n=c(window),j,i,h,e=k.expose&&c.tools.expose.version;var f=k.target||g.attr("rel");i=f?c(f):null||g;if(!i.length){throw"Could not find Overlay: "+f}if(g&&g.index(i)==-1){g.click(function(p){o.load(p);return p.preventDefault()})}c.each(k,function(p,q){if(c.isFunction(q)){m.bind(p,q)}});c.extend(o,{load:function(u){if(o.isOpened()){return o}var r=b[k.effect];if(!r){throw'Overlay: cannot find effect : "'+k.effect+'"'}if(k.oneInstance){c.each(d,function(){this.close(u)})}u=u||c.Event();u.type="onBeforeLoad";m.trigger(u);if(u.isDefaultPrevented()){return o}h=true;if(e){i.expose().load(u)}var t=k.top;var s=k.left;var p=i.outerWidth({margin:true});var q=i.outerHeight({margin:true});if(typeof t=="string"){t=t=="center"?Math.max((n.height()-q)/2,0):parseInt(t,10)/100*n.height()}if(s=="center"){s=Math.max((n.width()-p)/2,0)}if(!k.absolute){t+=n.scrollTop();s+=n.scrollLeft()}i.css({top:t,left:s,position:"absolute"});u.type="onStart";m.trigger(u);r[0].call(o,function(){if(h){u.type="onLoad";m.trigger(u)}});if(k.closeOnClick){c(document).bind("click.overlay",function(w){if(!o.isOpened()){return}var v=c(w.target);if(v.parents(i).length>1){return}c.each(d,function(){this.close(w)})})}if(k.closeOnEsc){c(document).unbind("keydown.overlay").bind("keydown.overlay",function(v){if(v.keyCode==27){c.each(d,function(){this.close(v)})}})}return o},close:function(q){if(!o.isOpened()){return o}q=q||c.Event();q.type="onBeforeClose";m.trigger(q);if(q.isDefaultPrevented()){return}h=false;b[k.effect][1].call(o,function(){q.type="onClose";m.trigger(q)});var p=true;c.each(d,function(){if(this.isOpened()){p=false}});if(p){c(document).unbind("click.overlay").unbind("keydown.overlay")}return o},getContent:function(){return i},getOverlay:function(){return i},getTrigger:function(){return g},getClosers:function(){return j},isOpened:function(){return h},getConf:function(){return k},bind:function(p,q){m.bind(p,q);return o},unbind:function(p){m.unbind(p);return o}});c.each("onBeforeLoad,onStart,onLoad,onBeforeClose,onClose".split(","),function(p,q){o[q]=function(r){return o.bind(q,r)}});if(e){if(typeof k.expose=="string"){k.expose={color:k.expose}}c.extend(k.expose,{api:true,closeOnClick:k.closeOnClick,closeOnEsc:false});var l=i.expose(k.expose);l.onBeforeClose(function(p){o.close(p)});o.onClose(function(p){l.close(p)})}j=i.find(k.close||".close");if(!j.length&&!k.close){j=c('<div class="close"></div>');i.prepend(j)}j.click(function(p){o.close(p)})}c.fn.overlay=function(e){var f=this.eq(typeof e=="number"?e:0).data("overlay");if(f){return f}if(c.isFunction(e)){e={onBeforeLoad:e}}var g=c.extend({},c.tools.overlay.conf);e=c.extend(true,g,e);this.each(function(){f=new a(c(this),e);d.push(f);c(this).data("overlay",f)});return e.api?f:this}})(jQuery);
(function(b){var a=b.tools.overlay;a.plugins=a.plugins||{};a.plugins.gallery={version:"1.0.0",conf:{imgId:"img",next:".next",prev:".prev",info:".info",progress:".progress",disabledClass:"disabled",activeClass:"active",opacity:0.8,speed:"slow",template:"<strong>${title}</strong> <span>Image ${index} of ${total}</span>",autohide:true,preload:true,api:false}};b.fn.gallery=function(d){var o=b.extend({},a.plugins.gallery.conf),m;b.extend(o,d);m=this.overlay();var r=this,j=m.getOverlay(),k=j.find(o.next),g=j.find(o.prev),e=j.find(o.info),c=j.find(o.progress),h=g.add(k).add(e).css({opacity:o.opacity}),s=m.getClosers(),l;function p(u){c.fadeIn();h.hide();s.hide();var t=u.attr("href");var v=new Image();v.onload=function(){c.fadeOut();var y=b("#"+o.imgId,j);if(!y.length){y=b("<img/>").attr("id",o.imgId).css("visibility","hidden");j.prepend(y)}y.attr("src",t).css("visibility","hidden");var z=v.width;var A=(b(window).width()-z)/2;l=r.index(r.filter("[href="+t+"]"));r.removeClass(o.activeClass).eq(l).addClass(o.activeClass);var w=o.disabledClass;h.removeClass(w);if(l===0){g.addClass(w)}if(l==r.length-1){k.addClass(w)}var B=o.template.replace("${title}",u.attr("title")||u.data("title")).replace("${index}",l+1).replace("${total}",r.length);var x=parseInt(e.css("paddingLeft"),10)+parseInt(e.css("paddingRight"),10);e.html(B).css({width:z-x});j.animate({width:z,height:v.height,left:A},o.speed,function(){y.hide().css("visibility","visible").fadeIn(function(){if(!o.autohide){h.fadeIn();s.show()}})})};v.onerror=function(){j.fadeIn().html("Cannot find image "+t)};v.src=t;if(o.preload){r.filter(":eq("+(l-1)+"), :eq("+(l+1)+")").each(function(){var w=new Image();w.src=b(this).attr("href")})}}function f(t,u){t.click(function(){if(t.hasClass(o.disabledClass)){return}var v=r.eq(i=l+(u?1:-1));if(v.length){p(v)}})}f(k,true);f(g);b(document).keydown(function(t){if(!j.is(":visible")||t.altKey||t.ctrlKey){return}if(t.keyCode==37||t.keyCode==39){var u=t.keyCode==37?g:k;u.click();return t.preventDefault()}return true});function q(){if(!j.is(":animated")){h.show();s.show()}}if(o.autohide){j.hover(q,function(){h.fadeOut();s.hide()}).mousemove(q)}var n;this.each(function(){var v=b(this),u=b(this).overlay(),t=u;u.onBeforeLoad(function(){p(v)});u.onClose(function(){r.removeClass(o.activeClass)})});return o.api?n:this}})(jQuery);
(function(d){var b=d.tools.overlay;b.effects=b.effects||{};b.effects.apple={version:"1.0.1"};d.extend(b.conf,{start:{absolute:true,top:null,left:null},fadeInSpeed:"fast",zIndex:9999});function c(f){var g=f.offset();return[g.top+f.height()/2,g.left+f.width()/2]}var e=function(n){var k=this.getOverlay(),f=this.getConf(),i=this.getTrigger(),q=this,r=k.outerWidth({margin:true}),m=k.data("img");if(!m){var l=k.css("backgroundImage");if(!l){throw"background-image CSS property not set for overlay"}l=l.substring(l.indexOf("(")+1,l.indexOf(")")).replace(/\"/g,"");k.css("backgroundImage","none");m=d('<img src="'+l+'"/>');m.css({border:0,position:"absolute",display:"none"}).width(r);d("body").append(m);k.data("img",m)}var o=d(window),j=f.start.top||Math.round(o.height()/2),h=f.start.left||Math.round(o.width()/2);if(i){var g=c(i);j=g[0];h=g[1]}if(!f.start.absolute){j+=o.scrollTop();h+=o.scrollLeft()}m.css({top:j,left:h,width:0,zIndex:f.zIndex}).show();m.animate({top:k.css("top"),left:k.css("left"),width:r},f.speed,function(){k.css("zIndex",f.zIndex+1).fadeIn(f.fadeInSpeed,function(){if(q.isOpened()&&!d(this).index(k)){n.call()}else{k.hide()}})})};var a=function(f){var h=this.getOverlay(),i=this.getConf(),g=this.getTrigger(),l=i.start.top,k=i.start.left;h.hide();if(g){var j=c(g);l=j[0];k=j[1]}h.data("img").animate({top:l,left:k,width:0},i.closeSpeed,f)};b.addEffect("apple",e,a)})(jQuery);
(function(b){b.tools=b.tools||{};b.tools.expose={version:"1.0.5",conf:{maskId:null,loadSpeed:"slow",closeSpeed:"fast",closeOnClick:true,closeOnEsc:true,zIndex:9998,opacity:0.8,color:"#456",api:false}};function a(){if(b.browser.msie){var f=b(document).height(),e=b(window).height();return[window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth,f-e<20?e:f]}return[b(window).width(),b(document).height()]}function c(h,g){var e=this,j=b(this),d=null,f=false,i=0;b.each(g,function(k,l){if(b.isFunction(l)){j.bind(k,l)}});b(window).resize(function(){e.fit()});b.extend(this,{getMask:function(){return d},getExposed:function(){return h},getConf:function(){return g},isLoaded:function(){return f},load:function(n){if(f){return e}i=h.eq(0).css("zIndex");if(g.maskId){d=b("#"+g.maskId)}if(!d||!d.length){var l=a();d=b("<div/>").css({position:"absolute",top:0,left:0,width:l[0],height:l[1],display:"none",opacity:0,zIndex:g.zIndex});if(g.maskId){d.attr("id",g.maskId)}b("body").append(d);var k=d.css("backgroundColor");if(!k||k=="transparent"||k=="rgba(0, 0, 0, 0)"){d.css("backgroundColor",g.color)}if(g.closeOnEsc){b(document).bind("keydown.unexpose",function(o){if(o.keyCode==27){e.close()}})}if(g.closeOnClick){d.bind("click.unexpose",function(o){e.close(o)})}}n=n||b.Event();n.type="onBeforeLoad";j.trigger(n);if(n.isDefaultPrevented()){return e}b.each(h,function(){var o=b(this);if(!/relative|absolute|fixed/i.test(o.css("position"))){o.css("position","relative")}});h.css({zIndex:Math.max(g.zIndex+1,i=="auto"?0:i)});var m=d.height();if(!this.isLoaded()){d.css({opacity:0,display:"block"}).fadeTo(g.loadSpeed,g.opacity,function(){if(d.height()!=m){d.css("height",m)}n.type="onLoad";j.trigger(n)})}f=true;return e},close:function(k){if(!f){return e}k=k||b.Event();k.type="onBeforeClose";j.trigger(k);if(k.isDefaultPrevented()){return e}d.fadeOut(g.closeSpeed,function(){k.type="onClose";j.trigger(k);h.css({zIndex:b.browser.msie?i:null})});f=false;return e},fit:function(){if(d){var k=a();d.css({width:k[0],height:k[1]})}},bind:function(k,l){j.bind(k,l);return e},unbind:function(k){j.unbind(k);return e}});b.each("onBeforeLoad,onLoad,onBeforeClose,onClose".split(","),function(k,l){e[l]=function(m){return e.bind(l,m)}})}b.fn.expose=function(d){var e=this.eq(typeof d=="number"?d:0).data("expose");if(e){return e}if(typeof d=="string"){d={color:d}}var f=b.extend({},b.tools.expose.conf);d=b.extend(f,d);this.each(function(){e=new c(b(this),d);b(this).data("expose",e)});return d.api?e:this}})(jQuery);
(function(){function g(o){console.log("$f.fireEvent",[].slice.call(o))}function k(q){if(!q||typeof q!="object"){return q}var o=new q.constructor();for(var p in q){if(q.hasOwnProperty(p)){o[p]=k(q[p])}}return o}function m(t,q){if(!t){return}var o,p=0,r=t.length;if(r===undefined){for(o in t){if(q.call(t[o],o,t[o])===false){break}}}else{for(var s=t[0];p<r&&q.call(s,p,s)!==false;s=t[++p]){}}return t}function c(o){return document.getElementById(o)}function i(q,p,o){if(typeof p!="object"){return q}if(q&&p){m(p,function(r,s){if(!o||typeof s!="function"){q[r]=s}})}return q}function n(s){var q=s.indexOf(".");if(q!=-1){var p=s.substring(0,q)||"*";var o=s.substring(q+1,s.length);var r=[];m(document.getElementsByTagName(p),function(){if(this.className&&this.className.indexOf(o)!=-1){r.push(this)}});return r}}function f(o){o=o||window.event;if(o.preventDefault){o.stopPropagation();o.preventDefault()}else{o.returnValue=false;o.cancelBubble=true}return false}function j(q,o,p){q[o]=q[o]||[];q[o].push(p)}function e(){return"_"+(""+Math.random()).substring(2,10)}var h=function(t,r,s){var q=this;var p={};var u={};q.index=r;if(typeof t=="string"){t={url:t}}i(this,t,true);m(("Begin*,Start,Pause*,Resume*,Seek*,Stop*,Finish*,LastSecond,Update,BufferFull,BufferEmpty,BufferStop").split(","),function(){var v="on"+this;if(v.indexOf("*")!=-1){v=v.substring(0,v.length-1);var w="onBefore"+v.substring(2);q[w]=function(x){j(u,w,x);return q}}q[v]=function(x){j(u,v,x);return q};if(r==-1){if(q[w]){s[w]=q[w]}if(q[v]){s[v]=q[v]}}});i(this,{onCuepoint:function(x,w){if(arguments.length==1){p.embedded=[null,x];return q}if(typeof x=="number"){x=[x]}var v=e();p[v]=[x,w];if(s.isLoaded()){s._api().fp_addCuepoints(x,r,v)}return q},update:function(w){i(q,w);if(s.isLoaded()){s._api().fp_updateClip(w,r)}var v=s.getConfig();var x=(r==-1)?v.clip:v.playlist[r];i(x,w,true)},_fireEvent:function(v,y,w,A){if(v=="onLoad"){m(p,function(B,C){if(C[0]){s._api().fp_addCuepoints(C[0],r,B)}});return false}A=A||q;if(v=="onCuepoint"){var z=p[y];if(z){return z[1].call(s,A,w)}}if(y&&"onBeforeBegin,onMetaData,onStart,onUpdate,onResume".indexOf(v)!=-1){i(A,y);if(y.metaData){if(!A.duration){A.duration=y.metaData.duration}else{A.fullDuration=y.metaData.duration}}}var x=true;m(u[v],function(){x=this.call(s,A,y,w)});return x}});if(t.onCuepoint){var o=t.onCuepoint;q.onCuepoint.apply(q,typeof o=="function"?[o]:o);delete t.onCuepoint}m(t,function(v,w){if(typeof w=="function"){j(u,v,w);delete t[v]}});if(r==-1){s.onCuepoint=this.onCuepoint}};var l=function(p,r,q,t){var s={};var o=this;var u=false;if(t){i(s,t)}m(r,function(v,w){if(typeof w=="function"){s[v]=w;delete r[v]}});i(this,{animate:function(y,z,x){if(!y){return o}if(typeof z=="function"){x=z;z=500}if(typeof y=="string"){var w=y;y={};y[w]=z;z=500}if(x){var v=e();s[v]=x}if(z===undefined){z=500}r=q._api().fp_animate(p,y,z,v);return o},css:function(w,x){if(x!==undefined){var v={};v[w]=x;w=v}r=q._api().fp_css(p,w);i(o,r);return o},show:function(){this.display="block";q._api().fp_showPlugin(p);return o},hide:function(){this.display="none";q._api().fp_hidePlugin(p);return o},toggle:function(){this.display=q._api().fp_togglePlugin(p);return o},fadeTo:function(y,x,w){if(typeof x=="function"){w=x;x=500}if(w){var v=e();s[v]=w}this.display=q._api().fp_fadeTo(p,y,x,v);this.opacity=y;return o},fadeIn:function(w,v){return o.fadeTo(1,w,v)},fadeOut:function(w,v){return o.fadeTo(0,w,v)},getName:function(){return p},getPlayer:function(){return q},_fireEvent:function(w,v,x){if(w=="onUpdate"){var y=q._api().fp_getPlugin(p);if(!y){return}i(o,y);delete o.methods;if(!u){m(y.methods,function(){var A=""+this;o[A]=function(){var B=[].slice.call(arguments);var C=q._api().fp_invoke(p,A,B);return C==="undefined"||C===undefined?o:C}});u=true}}var z=s[w];if(z){z.apply(o,v);if(w.substring(0,1)=="_"){delete s[w]}}}})};function b(o,t,z){var E=this,y=null,x,u,p=[],s={},B={},r,v,w,D,A,q;i(E,{id:function(){return r},isLoaded:function(){return(y!==null)},getParent:function(){return o},hide:function(F){if(F){o.style.height="0px"}if(y){y.style.height="0px"}return E},show:function(){o.style.height=q+"px";if(y){y.style.height=A+"px"}return E},isHidden:function(){return y&&parseInt(y.style.height,10)===0},load:function(F){if(!y&&E._fireEvent("onBeforeLoad")!==false){m(a,function(){this.unload()});x=o.innerHTML;if(x&&!flashembed.isSupported(t.version)){o.innerHTML=""}flashembed(o,t,{config:z});if(F){F.cached=true;j(B,"onLoad",F)}}return E},unload:function(){if(x.replace(/\s/g,"")!==""){if(E._fireEvent("onBeforeUnload")===false){return E}try{if(y){y.fp_close();E._fireEvent("onUnload")}}catch(F){}y=null;o.innerHTML=x}return E},getClip:function(F){if(F===undefined){F=D}return p[F]},getCommonClip:function(){return u},getPlaylist:function(){return p},getPlugin:function(F){var H=s[F];if(!H&&E.isLoaded()){var G=E._api().fp_getPlugin(F);if(G){H=new l(F,G,E);s[F]=H}}return H},getScreen:function(){return E.getPlugin("screen")},getControls:function(){return E.getPlugin("controls")},getConfig:function(F){return F?k(z):z},getFlashParams:function(){return t},loadPlugin:function(I,H,K,J){if(typeof K=="function"){J=K;K={}}var G=J?e():"_";E._api().fp_loadPlugin(I,H,K,G);var F={};F[G]=J;var L=new l(I,null,E,F);s[I]=L;return L},getState:function(){return y?y.fp_getState():-1},play:function(G,F){function H(){if(G!==undefined){E._api().fp_play(G,F)}else{E._api().fp_play()}}if(y){H()}else{E.load(function(){H()})}return E},getVersion:function(){var G="flowplayer.js 3.1.4";if(y){var F=y.fp_getVersion();F.push(G);return F}return G},_api:function(){if(!y){throw"Flowplayer "+E.id()+" not loaded when calling an API method"}return y},setClip:function(F){E.setPlaylist([F]);return E},getIndex:function(){return w}});m(("Click*,Load*,Unload*,Keypress*,Volume*,Mute*,Unmute*,PlaylistReplace,ClipAdd,Fullscreen*,FullscreenExit,Error,MouseOver,MouseOut").split(","),function(){var F="on"+this;if(F.indexOf("*")!=-1){F=F.substring(0,F.length-1);var G="onBefore"+F.substring(2);E[G]=function(H){j(B,G,H);return E}}E[F]=function(H){j(B,F,H);return E}});m(("pause,resume,mute,unmute,stop,toggle,seek,getStatus,getVolume,setVolume,getTime,isPaused,isPlaying,startBuffering,stopBuffering,isFullscreen,toggleFullscreen,reset,close,setPlaylist,addClip,playFeed").split(","),function(){var F=this;E[F]=function(H,G){if(!y){return E}var I=null;if(H!==undefined&&G!==undefined){I=y["fp_"+F](H,G)}else{I=(H===undefined)?y["fp_"+F]():y["fp_"+F](H)}return I==="undefined"||I===undefined?E:I}});E._fireEvent=function(O){if(typeof O=="string"){O=[O]}var P=O[0],M=O[1],K=O[2],J=O[3],I=0;if(z.debug){g(O)}if(!y&&P=="onLoad"&&M=="player"){y=y||c(v);A=y.clientHeight;m(p,function(){this._fireEvent("onLoad")});m(s,function(Q,R){R._fireEvent("onUpdate")});u._fireEvent("onLoad")}if(P=="onLoad"&&M!="player"){return}if(P=="onError"){if(typeof M=="string"||(typeof M=="number"&&typeof K=="number")){M=K;K=J}}if(P=="onContextMenu"){m(z.contextMenu[M],function(Q,R){R.call(E)});return}if(P=="onPluginEvent"){var F=M.name||M;var G=s[F];if(G){G._fireEvent("onUpdate",M);G._fireEvent(K,O.slice(3))}return}if(P=="onPlaylistReplace"){p=[];var L=0;m(M,function(){p.push(new h(this,L++,E))})}if(P=="onClipAdd"){if(M.isInStream){return}M=new h(M,K,E);p.splice(K,0,M);for(I=K+1;I<p.length;I++){p[I].index++}}var N=true;if(typeof M=="number"&&M<p.length){D=M;var H=p[M];if(H){N=H._fireEvent(P,K,J)}if(!H||N!==false){N=u._fireEvent(P,K,J,H)}}m(B[P],function(){N=this.call(E,M,K);if(this.cached){B[P].splice(I,1)}if(N===false){return false}I++});return N};function C(){if($f(o)){$f(o).getParent().innerHTML="";w=$f(o).getIndex();a[w]=E}else{a.push(E);w=a.length-1}q=parseInt(o.style.height,10)||o.clientHeight;if(typeof t=="string"){t={src:t}}r=o.id||"fp"+e();v=t.id||r+"_api";t.id=v;z.playerId=r;if(typeof z=="string"){z={clip:{url:z}}}if(typeof z.clip=="string"){z.clip={url:z.clip}}z.clip=z.clip||{};if(o.getAttribute("href",2)&&!z.clip.url){z.clip.url=o.getAttribute("href",2)}u=new h(z.clip,-1,E);z.playlist=z.playlist||[z.clip];var F=0;m(z.playlist,function(){var H=this;if(typeof H=="object"&&H.length){H={url:""+H}}m(z.clip,function(I,J){if(J!==undefined&&H[I]===undefined&&typeof J!="function"){H[I]=J}});z.playlist[F]=H;H=new h(H,F,E);p.push(H);F++});m(z,function(H,I){if(typeof I=="function"){if(u[H]){u[H](I)}else{j(B,H,I)}delete z[H]}});m(z.plugins,function(H,I){if(I){s[H]=new l(H,I,E)}});if(!z.plugins||z.plugins.controls===undefined){s.controls=new l("controls",null,E)}s.canvas=new l("canvas",null,E);t.bgcolor=t.bgcolor||"#000000";t.version=t.version||[9,0];t.expressInstall="http://www.flowplayer.org/swf/expressinstall.swf";function G(H){if(!E.isLoaded()&&E._fireEvent("onBeforeClick")!==false){E.load()}return f(H)}x=o.innerHTML;if(x.replace(/\s/g,"")!==""){if(o.addEventListener){o.addEventListener("click",G,false)}else{if(o.attachEvent){o.attachEvent("onclick",G)}}}else{if(o.addEventListener){o.addEventListener("click",f,false)}E.load()}}if(typeof o=="string"){flashembed.domReady(function(){var F=c(o);if(!F){throw"Flowplayer cannot access element: "+o}else{o=F;C()}})}else{C()}}var a=[];function d(o){this.length=o.length;this.each=function(p){m(o,p)};this.size=function(){return o.length}}window.flowplayer=window.$f=function(){var p=null;var o=arguments[0];if(!arguments.length){m(a,function(){if(this.isLoaded()){p=this;return false}});return p||a[0]}if(arguments.length==1){if(typeof o=="number"){return a[o]}else{if(o=="*"){return new d(a)}m(a,function(){if(this.id()==o.id||this.id()==o||this.getParent()==o){p=this;return false}});return p}}if(arguments.length>1){var r=arguments[1];var q=(arguments.length==3)?arguments[2]:{};if(typeof o=="string"){if(o.indexOf(".")!=-1){var t=[];m(n(o),function(){t.push(new b(this,k(r),k(q)))});return new d(t)}else{var s=c(o);return new b(s!==null?s:o,r,q)}}else{if(o){return new b(o,r,q)}}}return null};i(window.$f,{fireEvent:function(){var o=[].slice.call(arguments);var q=$f(o[0]);return q?q._fireEvent(o.slice(1)):null},addPlugin:function(o,p){b.prototype[o]=p;return $f},each:m,extend:i});if(typeof jQuery=="function"){jQuery.prototype.flowplayer=function(q,p){if(!arguments.length||typeof arguments[0]=="number"){var o=[];this.each(function(){var r=$f(this);if(r){o.push(r)}});return arguments.length?o[arguments[0]]:new d(o)}return this.each(function(){$f(this,k(q),p?k(p):{})})}}})();(function(){var e=typeof jQuery=="function";var i={width:"100%",height:"100%",allowfullscreen:true,allowscriptaccess:"always",quality:"high",version:null,onFail:null,expressInstall:null,w3c:false,cachebusting:false};if(e){jQuery.tools=jQuery.tools||{};jQuery.tools.flashembed={version:"1.0.4",conf:i}}function j(){if(c.done){return false}var l=document;if(l&&l.getElementsByTagName&&l.getElementById&&l.body){clearInterval(c.timer);c.timer=null;for(var k=0;k<c.ready.length;k++){c.ready[k].call()}c.ready=null;c.done=true}}var c=e?jQuery:function(k){if(c.done){return k()}if(c.timer){c.ready.push(k)}else{c.ready=[k];c.timer=setInterval(j,13)}};function f(l,k){if(k){for(key in k){if(k.hasOwnProperty(key)){l[key]=k[key]}}}return l}function g(k){switch(h(k)){case"string":k=k.replace(new RegExp('(["\\\\])',"g"),"\\$1");k=k.replace(/^\s?(\d+)%/,"$1pct");return'"'+k+'"';case"array":return"["+b(k,function(n){return g(n)}).join(",")+"]";case"function":return'"function()"';case"object":var l=[];for(var m in k){if(k.hasOwnProperty(m)){l.push('"'+m+'":'+g(k[m]))}}return"{"+l.join(",")+"}"}return String(k).replace(/\s/g," ").replace(/\'/g,'"')}function h(l){if(l===null||l===undefined){return false}var k=typeof l;return(k=="object"&&l.push)?"array":k}if(window.attachEvent){window.attachEvent("onbeforeunload",function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){}})}function b(k,n){var m=[];for(var l in k){if(k.hasOwnProperty(l)){m[l]=n(k[l])}}return m}function a(r,t){var q=f({},r);var s=document.all;var n='<object width="'+q.width+'" height="'+q.height+'"';if(s&&!q.id){q.id="_"+(""+Math.random()).substring(9)}if(q.id){n+=' id="'+q.id+'"'}if(q.cachebusting){q.src+=((q.src.indexOf("?")!=-1?"&":"?")+Math.random())}if(q.w3c||!s){n+=' data="'+q.src+'" type="application/x-shockwave-flash"'}else{n+=' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'}n+=">";if(q.w3c||s){n+='<param name="movie" value="'+q.src+'" />'}q.width=q.height=q.id=q.w3c=q.src=null;for(var l in q){if(q[l]!==null){n+='<param name="'+l+'" value="'+q[l]+'" />'}}var o="";if(t){for(var m in t){if(t[m]!==null){o+=m+"="+(typeof t[m]=="object"?g(t[m]):t[m])+"&"}}o=o.substring(0,o.length-1);n+='<param name="flashvars" value=\''+o+"' />"}n+="</object>";return n}function d(m,p,l){var k=flashembed.getVersion();f(this,{getContainer:function(){return m},getConf:function(){return p},getVersion:function(){return k},getFlashvars:function(){return l},getApi:function(){return m.firstChild},getHTML:function(){return a(p,l)}});var q=p.version;var r=p.expressInstall;var o=!q||flashembed.isSupported(q);if(o){p.onFail=p.version=p.expressInstall=null;m.innerHTML=a(p,l)}else{if(q&&r&&flashembed.isSupported([6,65])){f(p,{src:r});l={MMredirectURL:location.href,MMplayerType:"PlugIn",MMdoctitle:document.title};m.innerHTML=a(p,l)}else{if(m.innerHTML.replace(/\s/g,"")!==""){}else{m.innerHTML="<h2>Flash version "+q+" or greater is required</h2><h3>"+(k[0]>0?"Your version is "+k:"You have no flash plugin installed")+"</h3>"+(m.tagName=="A"?"<p>Click here to download latest version</p>":"<p>Download latest version from <a href='http://www.adobe.com/go/getflashplayer'>here</a></p>");if(m.tagName=="A"){m.onclick=function(){location.href="http://www.adobe.com/go/getflashplayer"}}}}}if(!o&&p.onFail){var n=p.onFail.call(this);if(typeof n=="string"){m.innerHTML=n}}if(document.all){window[p.id]=document.getElementById(p.id)}}window.flashembed=function(l,m,k){if(typeof l=="string"){var n=document.getElementById(l);if(n){l=n}else{c(function(){flashembed(l,m,k)});return}}if(!l){return}if(typeof m=="string"){m={src:m}}var o=f({},i);f(o,m);return new d(l,o,k)};f(window.flashembed,{getVersion:function(){var m=[0,0];if(navigator.plugins&&typeof navigator.plugins["Shockwave Flash"]=="object"){var l=navigator.plugins["Shockwave Flash"].description;if(typeof l!="undefined"){l=l.replace(/^.*\s+(\S+\s+\S+$)/,"$1");var n=parseInt(l.replace(/^(.*)\..*$/,"$1"),10);var r=/r/.test(l)?parseInt(l.replace(/^.*r(.*)$/,"$1"),10):0;m=[n,r]}}else{if(window.ActiveXObject){try{var p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(q){try{p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");m=[6,0];p.AllowScriptAccess="always"}catch(k){if(m[0]==6){return m}}try{p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(o){}}if(typeof p=="object"){l=p.GetVariable("$version");if(typeof l!="undefined"){l=l.replace(/^\S+\s+(.*)$/,"$1").split(",");m=[parseInt(l[0],10),parseInt(l[2],10)]}}}}return m},isSupported:function(k){var m=flashembed.getVersion();var l=(m[0]>k[0])||(m[0]==k[0]&&m[1]>=k[1]);return l},domReady:c,asString:g,getHTML:a});if(e){jQuery.fn.flashembed=function(l,k){var m=null;this.each(function(){m=flashembed(this,l,k)});return l.api===false?this:m}}})();
$f.addPlugin("controls",function(wrap,options){function fixE(e){if(typeof e=='undefined'){e=window.event;}if(typeof e.layerX=='undefined'){e.layerX=e.offsetX;}if(typeof e.layerY=='undefined'){e.layerY=e.offsetY;}return e;}function w(e){return e.clientWidth;}function offset(e){return e.offsetLeft;}function Draggable(o,min,max,offset){var dragging=false;function foo(){}o.onDragStart=o.onDragStart||foo;o.onDragEnd=o.onDragEnd||foo;o.onDrag=o.onDrag||foo;function move(x){if(x>max){return false;}if(x<min){return false;}o.style.left=x+"px";return true;}function end(){document.onmousemove=null;document.onmouseup=null;o.onDragEnd(parseInt(o.style.left,10));dragging=false;}function drag(e){e=fixE(e);var x=e.clientX-offset;if(move(x)){dragging=true;o.onDrag(x);}return false;}o.onmousedown=function(e){e=fixE(e);o.onDragStart(parseInt(o.style.left,10));document.onmousemove=drag;document.onmouseup=end;return false;};this.dragTo=function(x){if(move(x)){o.onDragEnd(x);}};this.setMax=function(val){max=val;};this.isDragging=function(){return dragging;};return this;}function extend(to,from){if(from){for(key in from){if(key){to[key]=from[key];}}}}function byClass(name){var els=wrap.getElementsByTagName("*");var re=new RegExp("(^|\\s)"+name+"(\\s|$)");for(var i=0;i<els.length;i++){if(re.test(els[i].className)){return els[i];}}}function pad(val){val=parseInt(val,10);return val>=10?val:"0"+val;}function toTime(sec){var h=Math.floor(sec/3600);var min=Math.floor(sec/60);sec=sec-(min*60);if(h>=1){min-=h*60;return pad(h)+":"+pad(min)+":"+pad(sec);}return pad(min)+":"+pad(sec);}function getTime(time,duration){return"<span>"+toTime(time)+"</span> <strong>"+toTime(duration)+"</strong>";}var self=this;var opts={playHeadClass:'playhead',trackClass:'track',playClass:'play',pauseClass:'pause',bufferClass:'buffer',progressClass:'progress',timeClass:'time',muteClass:'mute',unmuteClass:'unmute',duration:0,template:'<a class="play">play</a>'+'<div class="track">'+'<div class="buffer"></div>'+'<div class="progress"></div>'+'<div class="playhead"></div>'+'</div>'+'<div class="time"></div>'+'<a class="mute">mute</a>'};extend(opts,options);if(typeof wrap=='string'){wrap=document.getElementById(wrap);}if(!wrap){return;}if(!wrap.innerHTML.replace(/\s/g,'')){wrap.innerHTML=opts.template;}var ball=byClass(opts.playHeadClass);var bufferBar=byClass(opts.bufferClass);var progressBar=byClass(opts.progressClass);var track=byClass(opts.trackClass);var time=byClass(opts.timeClass);var mute=byClass(opts.muteClass);time.innerHTML=getTime(0,opts.duration);var trackWidth=w(track);var ballWidth=w(ball);var head=new Draggable(ball,0,0,offset(wrap)+offset(track)+(ballWidth/2));track.onclick=function(e){e=fixE(e);if(e.target==ball){return false;}head.dragTo(e.layerX-ballWidth/2);};var play=byClass(opts.playClass);play.onclick=function(){if(self.isLoaded()){self.toggle();}else{self.play();}};mute.onclick=function(){if(self.getStatus().muted){self.unmute();}else{self.mute();}};var timer=null;function getMax(len,total){return parseInt(Math.min(len/total*trackWidth,trackWidth-ballWidth/2),10);}self.onStart(function(clip){var duration=clip.duration||0;clearInterval(timer);timer=setInterval(function(){var status=self.getStatus();if(status.time){time.innerHTML=getTime(status.time,clip.duration);}if(status.time===undefined){clearInterval(timer);return;}var x=getMax(status.bufferEnd,duration);bufferBar.style.width=x+"px";head.setMax(x);if(!self.isPaused()&&!head.isDragging()){x=getMax(status.time,duration);progressBar.style.width=x+"px";ball.style.left=(x-ballWidth/2)+"px";}},500);});self.onBegin(function(){play.className=opts.pauseClass;});self.onPause(function(){play.className=opts.playClass;});self.onResume(function(){play.className=opts.pauseClass;});self.onMute(function(){mute.className=opts.unmuteClass;});self.onUnmute(function(){mute.className=opts.muteClass;});self.onFinish(function(clip){clearInterval(timer);});self.onUnload(function(){time.innerHTML=getTime(0,opts.duration);});ball.onDragEnd=function(x){var to=parseInt(x/trackWidth*100,10)+"%";progressBar.style.width=x+"px";if(self.isLoaded()){self.seek(to);}};ball.onDrag=function(x){progressBar.style.width=x+"px";};return self;});(function(a){$f.addPlugin("playlist",function(d,o){var n=this;var b={playingClass:"playing",pausedClass:"paused",progressClass:"progress",template:'<a href="${url}">${title}</a>',loop:false,playOnClick:true,manual:false};a.extend(b,o);d=a(d);var j=n.getPlaylist().length<=1||b.manual;var k=null;function e(q){var p=m;a.each(q,function(r,s){if(!a.isFunction(s)){p=p.replace("${"+r+"}",s).replace("$%7B"+r+"%7D",s)}});return p}function i(){k=d.children().unbind("click.playlist").bind("click.playlist",function(){return h(a(this),k.index(this))})}function c(){d.empty();a.each(n.getPlaylist(),function(){d.append(e(this))});i()}function h(p,q){if(p.hasClass(b.playingClass)||p.hasClass(b.pausedClass)){n.toggle()}else{p.addClass(b.progressClass);n.play(q)}return false}function l(){if(j){k=d.children()}k.removeClass(b.playingClass);k.removeClass(b.pausedClass);k.removeClass(b.progressClass)}function f(p){return(j)?k.filter("[href="+p.originalUrl+"]"):k.eq(p.index)}if(!j){var m=d.is(":empty")?b.template:d.html();c()}else{k=d.children();if(a.isFunction(k.live)){a(d.selector+"> *").live("click",function(){var p=a(this);return h(p,p.attr("href"))})}else{k.click(function(){var p=a(this);return h(p,p.attr("href"))})}var g=n.getClip(0);if(!g.url&&b.playOnClick){g.update({url:k.eq(0).attr("href")})}}n.onBegin(function(p){l();f(p).addClass(b.playingClass)});n.onPause(function(p){f(p).removeClass(b.playingClass).addClass(b.pausedClass)});n.onResume(function(p){f(p).removeClass(b.pausedClass).addClass(b.playingClass)});if(!b.loop&&!j){n.onBeforeFinish(function(p){if(!p.isInStream&&p.index<k.length-1){return false}})}if(j&&b.loop){n.onBeforeFinish(function(q){var p=f(q);if(p.next().length){p.next().click()}else{k.eq(0).click()}return false})}n.onUnload(function(){l()});if(!j){n.onPlaylistReplace(function(){c()})}n.onClipAdd(function(q,p){k.eq(p).before(e(q));i()});return n})})(jQuery);
(function(){function toAbsolute(url,base){if(url.substring(0,4)=="http"){return url;}if(base){return base+(base.substring(base.length-1)!="/"?"/":"")+url;}base=location.protocol+"//"+location.host;if(url.substring(0,1)=="/"){return base+url;}var path=location.pathname;path=path.substring(0,path.lastIndexOf("/"));return base+path+"/"+url;}$f.addPlugin("embed",function(options){var self=this;var conf=self.getConfig(true);var opts={width:self.getParent().clientWidth||'100%',height:self.getParent().clientHeight||'100%',url:toAbsolute(self.getFlashParams().src),index:-1,allowfullscreen:true,allowscriptaccess:'always'};$f.extend(opts,options);opts.src=opts.url;opts.w3c=true;delete conf.playerId;delete opts.url;delete opts.index;this.getEmbedCode=function(runnable,index){index=typeof index=='number'?index:opts.index;if(index>=0){conf.playlist=[self.getPlaylist()[index]];}index=0;$f.each(conf.playlist,function(){conf.playlist[index++].url=toAbsolute(this.url,this.baseUrl);});var html=flashembed.getHTML(opts,{config:conf});if(!runnable){html=html.replace(/\</g,"&lt;").replace(/\>/g,"&gt;");}return html;};return self;});})();
// Jquery Tweets
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('(6($){$.q.n=6(y){$.q.n.z={g:T,v:5,E:"S R...",G:b,H:Q,x:b,A:"V 14",s:b,K:b};2 o=$.Y({},$.q.n.z,y);13 8.N(6(){2 c=$(8);c.l().12().i("W");7(o.x){c.d("<B>"+o.A+"</B>")}2 D="<w O=\\"C\\"><4></4></w>";c.d(D);2 1=$("#C");1.l();2 j=$("<p t=\\"11\\">"+o.E+"</p>");c.d(j);7(o.s){2 u="<p t=\\"1l\\"><a 1i=\\"e://9.f/"+o.g+"\\">e://9.f/"+o.g+"</a></p>";c.d(u)}c.h();$.F("e://9.f/1j/1k.1m");$.F("e://9.f/17/16/"+o.g+".1b?1e=1d&1c="+o.v,6(){$(j).J();7(!o.K){1.m("4").N(6(){2 k=$(8).1h("a");2 I=k.1f();k.J();$(8).15("U",I)})}7(o.G){2 3=1.L("M");7(!3){3=1.h().r();1.L("M",3);1.l().10({r:0})}1.h().X({r:3},o.H)}P{1.h()}1.m("4:19").i("18");1.m("4:1g").i("Z")})})}})(1a);',62,85,'|tl|var|tlHeight|li||function|if|this|twitter||true||append|http|com|userName|show|addClass|preLoaderHTML|timestampHTML|hide|find|getTwitter|||fn|height|showProfileLink|class|profileLinkHTML|numTweets|ul|showHeading|options|defaults|headingText|h2|twitter_update_list|twitterListHTML|loaderText|getScript|slideIn|slideDuration|timestamp|remove|showTimestamp|data|originalHeight|each|id|else|750|tweets|Loading|null|title|Latest|twitted|animate|extend|lastTweet|css|preLoader|empty|return|Tweets|attr|user_timeline|statuses|firstTweet|first|jQuery|json|count|twitterCallback2|callback|html|last|children|href|javascripts|blogger|profileLink|js'.split('|'),0,{}))
// Cufon
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());
// Fonts
Cufon.registerFont({"w":196,"face":{"font-family":"century-schoolbook","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 4 6 3 5 7 5 2 3 3","ascent":"288","descent":"-72","x-height":"6","bbox":"-32 -275 343 85","underline-thickness":"21.9727","underline-position":"-26.543","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":98},"!":{"d":"76,-234v0,36,-19,117,-16,165r-14,0v2,-50,-13,-128,-16,-166v-2,-18,7,-31,23,-31v17,0,23,13,23,32xm31,-17v0,-12,9,-23,22,-22v12,0,22,10,22,22v0,12,-9,22,-22,22v-12,0,-22,-9,-22,-22","w":106},"\"":{"d":"89,-257v13,0,18,10,16,25r-13,81r-6,0r-12,-87v0,-11,5,-19,15,-19xm31,-257v12,-1,17,12,15,25r-12,81r-6,0r-13,-88v-1,-12,6,-17,16,-18","w":120},"#":{"d":"123,-152r-17,49r50,0r17,-49r-50,0xm134,-256r27,0r-28,80r48,0r29,-80r27,0r-29,80r53,0r-8,24r-53,0r-17,49r56,0r-9,24r-56,0r-28,80r-28,0r29,-80r-49,0r-29,80r-26,0r27,-80r-55,0r9,-24r55,0r18,-49r-60,0r9,-24r59,0","w":276},"$":{"d":"89,-237v-36,-2,-58,43,-33,68v7,7,18,13,33,16r0,-84xm182,-73v0,44,-32,74,-75,77r0,46r-18,0v-2,-14,4,-36,-2,-46v-36,1,-72,-24,-72,-58v0,-34,48,-43,48,-9v1,21,-40,28,-6,44v9,5,20,7,32,7r0,-103v-40,-10,-66,-27,-67,-72v0,-38,29,-63,67,-65r0,-21r18,0r0,21v33,0,64,21,65,51v0,14,-9,25,-24,25v-13,0,-21,-9,-21,-21v0,-16,31,-22,5,-34v-7,-3,-15,-6,-25,-6r0,89v45,13,75,27,75,75xm107,-13v40,1,63,-50,38,-79v-6,-8,-19,-13,-38,-18r0,97"},"%":{"d":"157,-224v23,0,48,-15,58,-30r15,0r-148,260r-17,0r131,-232v-14,8,-39,15,-59,9v3,55,-27,103,-77,107v-28,2,-46,-21,-46,-48v0,-47,34,-86,79,-91v33,-4,33,26,64,25xm208,-5v39,0,58,-45,62,-85v1,-17,-10,-32,-25,-32v-36,8,-54,58,-62,93v0,14,11,24,25,24xm156,-41v0,-47,34,-88,79,-92v29,-3,45,16,45,44v0,49,-29,92,-78,95v-28,2,-46,-20,-46,-47xm66,-122v44,-4,66,-55,60,-100v-10,-2,-18,-8,-24,-15v-35,8,-55,56,-61,92v-2,14,10,24,25,23","w":296},"&":{"d":"125,-249v-43,1,-27,62,-11,86v21,-9,41,-25,41,-50v0,-23,-8,-36,-30,-36xm88,-134v-59,18,-27,118,26,116v17,0,29,-7,39,-15v-28,-29,-45,-60,-65,-101xm230,-23v22,0,27,-19,32,-39r15,4v-9,38,-21,63,-61,63v-22,0,-40,-11,-51,-25v-44,46,-151,29,-147,-46v2,-45,27,-64,63,-82v-29,-43,-18,-118,45,-118v33,0,58,18,57,50v-2,40,-27,50,-63,66v19,34,48,78,60,91v11,-15,26,-35,26,-54v0,-16,-18,-19,-37,-19r0,-15r99,0r0,15v-19,0,-29,5,-36,17v-7,12,-30,56,-42,69v13,12,21,23,40,23","w":291},"'":{"d":"31,-257v12,0,17,11,15,25r-12,81r-6,0r-13,-87v-1,-12,6,-19,16,-19","w":61},"(":{"d":"112,-257v-79,47,-77,245,0,291r0,9v-74,-33,-113,-158,-64,-244v14,-26,36,-48,64,-65r0,9","w":128},")":{"d":"17,-266v75,36,113,156,64,246v-15,27,-37,48,-64,63r0,-9v79,-45,79,-247,0,-291r0,-9","w":128},"*":{"d":"92,-190v-3,24,29,62,-2,68v-31,-5,2,-45,-2,-68v-18,6,-26,36,-49,39v-7,1,-15,-7,-14,-14v3,-26,45,-15,61,-29v-15,-14,-56,-3,-61,-29v17,-37,45,18,63,25v3,-24,-29,-62,2,-68v31,5,-1,45,2,68v18,-6,26,-35,49,-39v7,-1,15,7,14,14v-3,26,-45,15,-61,29v17,14,58,5,61,29v-17,37,-45,-18,-63,-25","w":180},"+":{"d":"137,-215r25,0r0,95r93,0r0,25r-93,0r0,95r-25,0r0,-95r-92,0r0,-25r92,0r0,-95","w":299},",":{"d":"46,-39v34,1,35,50,17,74v-9,12,-20,23,-35,33r-8,-11v18,-16,36,-26,35,-55v-16,7,-33,-2,-32,-19v0,-12,10,-22,23,-22","w":98},"-":{"d":"16,-70r0,-31r86,0r0,31r-86,0","w":118,"k":{"Y":26,"X":13,"W":20,"V":20,"T":13}},".":{"d":"49,5v-12,0,-22,-9,-22,-22v0,-12,9,-22,22,-22v12,0,22,9,22,22v0,12,-9,22,-22,22","w":98},"\/":{"d":"87,-266r16,0r-90,299r-17,0","w":100},"0":{"d":"98,-238v-44,6,-44,52,-44,114v0,64,1,106,44,114v43,-7,45,-54,45,-114v0,-62,-1,-107,-45,-114xm98,6v-112,-2,-112,-258,0,-260v113,1,113,259,0,260"},"1":{"d":"35,-227v33,-2,60,-10,77,-27r9,0r0,219v-2,25,30,16,52,18r0,17r-135,0r0,-17v22,-2,49,6,49,-18r0,-165v0,-21,-33,-9,-52,-12r0,-15"},"2":{"d":"98,-253v62,0,98,52,71,105v-21,40,-87,76,-119,114v51,-6,117,23,115,-45r14,0r-6,79r-161,0r0,-11v15,-25,95,-100,119,-145v18,-34,6,-85,-39,-81v-26,-3,-72,29,-40,45v24,3,21,43,-5,43v-18,0,-28,-18,-28,-37v-1,-40,37,-67,79,-67"},"3":{"d":"171,-193v0,35,-18,50,-48,59v35,8,57,29,57,68v0,45,-39,73,-86,73v-43,0,-75,-22,-79,-60v-3,-34,47,-45,48,-10v1,17,-14,20,-20,30v1,13,25,24,43,23v37,-2,54,-18,54,-57v0,-49,-23,-64,-68,-56v-5,0,-10,-4,-10,-9v-1,-14,19,-10,32,-9v32,0,42,-18,42,-52v0,-50,-69,-59,-81,-24v1,5,17,16,15,26v0,12,-8,20,-21,20v-15,0,-23,-12,-23,-27v1,-35,33,-57,73,-57v41,0,73,22,72,62"},"4":{"d":"110,-84r0,-109r-80,109r80,0xm143,-64v2,23,-8,52,22,47r15,0r0,17r-107,0r0,-17v17,-1,38,4,37,-14r0,-33r-100,0r0,-21r120,-169r13,0r0,170r43,0r0,20r-43,0"},"5":{"d":"46,-117v-5,11,-22,6,-22,-7v0,-7,5,-12,9,-16v6,-29,9,-74,10,-115v33,8,94,19,125,-2r3,2v-7,44,-64,52,-112,40r-7,62v55,-30,127,3,127,70v0,56,-37,89,-91,89v-38,1,-73,-23,-73,-59v0,-34,47,-45,48,-10v1,16,-14,21,-20,30v1,13,25,24,43,23v38,-1,55,-31,55,-74v0,-54,-51,-80,-90,-50v-1,8,-3,13,-5,17"},"6":{"d":"139,-227v0,-8,-12,-11,-22,-11v-49,3,-64,55,-63,116v31,-56,129,-38,129,41v0,50,-33,88,-82,87v-58,-1,-86,-53,-86,-119v0,-74,36,-140,103,-141v31,-1,56,16,57,44v1,27,-43,33,-43,4v-2,-5,7,-18,7,-21xm103,-134v-30,-1,-47,27,-47,59v0,36,13,65,44,65v32,0,47,-28,46,-64v0,-35,-12,-59,-43,-60"},"7":{"d":"99,7v-14,0,-24,-12,-22,-26v10,-72,43,-121,82,-201v-30,6,-78,-3,-105,4v-7,8,-10,37,-13,52r-15,-2r10,-87v43,6,101,6,147,1r0,12v-36,82,-62,117,-60,213v0,20,-6,34,-24,34"},"8":{"d":"98,-238v-42,-5,-61,47,-31,70v10,8,27,16,51,23v38,-19,38,-99,-20,-93xm98,-10v47,0,75,-50,45,-81v-7,-8,-28,-16,-60,-26v-23,10,-39,26,-39,57v0,32,20,50,54,50xm14,-61v0,-35,24,-53,54,-63v-26,-10,-42,-28,-43,-60v-1,-42,33,-70,75,-70v39,0,71,22,71,59v-1,28,-19,42,-40,54v31,12,52,30,53,68v1,49,-42,81,-92,80v-45,0,-78,-24,-78,-68"},"9":{"d":"58,-20v0,8,12,11,22,11v50,-3,64,-56,64,-117v-14,19,-32,34,-61,35v-43,0,-69,-32,-69,-75v-1,-50,33,-88,82,-87v59,1,87,54,87,119v0,75,-36,140,-104,141v-30,0,-56,-16,-56,-44v-1,-14,9,-24,22,-24v24,-1,24,29,13,41xm94,-113v30,0,47,-27,47,-59v0,-36,-13,-65,-44,-65v-32,0,-45,28,-45,64v0,35,11,59,42,60"},":":{"d":"75,-17v0,12,-9,23,-22,22v-12,0,-22,-10,-22,-22v0,-12,11,-21,22,-22v12,0,22,10,22,22xm75,-141v0,12,-9,23,-22,22v-12,0,-21,-11,-22,-22v0,-12,10,-22,22,-22v12,0,22,9,22,22","w":106},";":{"d":"75,-141v0,12,-9,22,-22,22v-12,0,-23,-9,-22,-22v0,-12,10,-22,22,-22v12,0,22,9,22,22xm53,-39v34,1,36,50,18,74v-8,12,-20,23,-35,33r-8,-11v18,-16,36,-26,35,-55v-16,7,-33,-2,-32,-19v0,-12,10,-22,22,-22","w":106},"<":{"d":"253,-204r0,27r-170,70r170,69r0,27r-207,-85r0,-23","w":299},"=":{"d":"45,-85r210,0r0,25r-210,0r0,-25xm45,-155r210,0r0,25r-210,0r0,-25","w":299},">":{"d":"46,-204r207,85r0,23r-207,85r0,-27r171,-69r-171,-70r0,-27","w":299},"?":{"d":"91,-18v0,13,-10,23,-22,23v-27,0,-28,-45,0,-45v12,0,22,10,22,22xm77,-267v38,0,70,24,69,61v7,27,-47,70,-65,96v-6,8,-4,24,-4,38r-14,0v-12,-59,46,-90,46,-133v0,-29,-12,-47,-41,-46v-14,-1,-33,8,-33,19v1,5,19,17,17,27v0,12,-10,21,-22,21v-14,0,-22,-13,-22,-28v0,-32,33,-55,69,-55","w":158},"@":{"d":"245,-22v-24,0,-35,-13,-37,-36v-12,20,-26,35,-53,36v-32,1,-51,-25,-50,-59v3,-52,35,-92,86,-96v23,-2,36,13,39,33r9,-30r28,0r-34,125v-1,12,6,17,16,18v49,-10,72,-51,72,-108v0,-69,-50,-107,-121,-107v-94,0,-147,60,-152,156v-7,132,168,160,250,93r6,7v-30,23,-66,39,-116,39v-122,0,-198,-100,-148,-210v24,-53,78,-94,156,-95v77,-1,135,46,134,121v-1,60,-28,113,-85,113xm158,-31v43,-6,59,-57,63,-102v2,-19,-10,-38,-27,-36v-42,6,-56,61,-60,104v-2,18,9,33,24,34","w":354},"A":{"d":"160,-103r-43,-104r-41,104r84,0xm69,-85v-12,25,-33,75,20,68r0,17r-93,0r0,-17v27,0,32,-8,40,-30r84,-217r14,0r92,229v6,16,12,18,32,18r0,17r-108,0r0,-17v22,1,42,3,33,-22r-17,-46r-97,0","w":254,"k":{"y":8,"w":16,"v":11,"t":6,"f":6,"Y":15,"W":15,"V":20,"U":8,"T":13}},"B":{"d":"195,-71v0,-56,-47,-58,-106,-56r0,93v-3,25,25,17,45,17v41,0,61,-13,61,-54xm239,-70v0,94,-134,66,-227,70r0,-17v18,-1,38,5,38,-17r0,-192v2,-21,-19,-16,-38,-17r0,-17v86,6,214,-28,214,63v-1,37,-25,53,-60,61v44,5,73,22,73,66xm129,-244v-18,0,-40,-7,-40,16r0,85v52,0,95,3,95,-50v0,-38,-17,-51,-55,-51","w":251,"k":{"Y":6,"W":6,"V":13,"S":-7,"O":-7,"G":-7,"C":-7,"-":-13}},"C":{"d":"140,-11v48,0,72,-35,80,-80r17,2v-7,55,-42,96,-101,96v-79,0,-120,-59,-120,-137v0,-78,41,-136,118,-136v27,0,48,10,64,24v8,-9,8,-26,28,-22r4,105r-14,0v-9,-49,-30,-91,-78,-91v-58,0,-75,52,-75,120v0,71,16,119,77,119","w":249,"k":{"S":-7,"A":6,".":13,"-":-8,",":13}},"D":{"d":"132,-243v-20,0,-43,-6,-43,17r0,192v-2,25,27,17,48,17v64,0,77,-40,77,-113v0,-73,-16,-113,-82,-113xm260,-130v1,75,-39,130,-110,130r-138,0r0,-17v19,-1,38,4,38,-17r0,-192v2,-21,-19,-16,-38,-17r0,-17r130,0v78,1,118,49,118,130","w":275,"k":{"Y":6,"V":6,"A":6,".":13,"-":-13,",":13}},"E":{"d":"89,-34v-5,31,53,16,75,16v45,0,50,-36,59,-81r14,0r-6,99r-219,0r0,-17v18,-1,38,5,38,-17r0,-192v2,-21,-19,-16,-38,-17r0,-17r211,0r4,92r-15,0v-7,-53,-26,-81,-92,-76v-23,2,-31,-1,-31,18r0,83v42,0,56,-11,60,-50r15,0r0,115r-15,0v-4,-39,-18,-50,-60,-50r0,94","w":256,"k":{"-":-7}},"F":{"d":"89,-34v-3,24,24,15,43,17r0,17r-120,0r0,-17v18,-1,38,5,38,-17r0,-192v2,-21,-19,-16,-38,-17r0,-17r211,0r4,92r-15,0v-7,-53,-26,-81,-92,-76v-23,2,-31,-1,-31,18r0,83v42,0,56,-11,60,-50r15,0r0,115r-15,0v-4,-39,-18,-50,-60,-50r0,94","w":237,"k":{"o":23,"e":23,"a":28,"A":34,";":13,":":13,".":68,"-":33,",":68}},"G":{"d":"200,-65v0,-20,4,-40,-19,-37r-20,0r0,-17r114,0r0,17v-19,1,-38,-4,-38,18r0,91r-13,0r-14,-34v-14,21,-38,34,-71,34v-75,0,-123,-59,-123,-137v0,-107,110,-177,188,-112v8,-9,7,-27,28,-23r4,103r-15,0v-11,-51,-29,-88,-81,-88v-60,0,-77,50,-77,120v0,71,16,118,79,120v37,1,58,-20,58,-55","w":280,"k":{"Y":8,"W":6,"T":6,".":13,"-":-7,",":13}},"H":{"d":"89,-34v-2,21,19,16,38,17r0,17r-115,0r0,-17v18,0,38,4,38,-17r0,-192v2,-21,-19,-16,-38,-17r0,-17r115,0r0,17v-18,1,-38,-4,-38,17r0,81r122,0r0,-81v2,-21,-19,-16,-38,-17r0,-17r115,0r0,17v-18,1,-38,-4,-38,17r0,192v-2,21,19,16,38,17r0,17r-115,0r0,-17v18,0,38,4,38,-17r0,-93r-122,0r0,93","w":299},"I":{"d":"92,-34v-3,22,19,16,38,17r0,17r-117,0r0,-17v19,-1,39,5,39,-17r0,-192v2,-22,-20,-16,-39,-17r0,-17r117,0r0,17v-19,1,-38,-4,-38,17r0,192","w":143},"J":{"d":"36,-49v-7,2,-18,-5,-18,4v0,21,23,33,45,32v34,-1,46,-17,46,-54r0,-159v2,-22,-21,-16,-40,-17r0,-17r118,0r0,17v-19,1,-38,-4,-38,17v0,99,30,233,-80,233v-41,0,-71,-25,-71,-65v0,-24,14,-44,35,-44v16,-1,28,10,28,27v0,15,-10,26,-25,26","w":190,"k":{"A":13,";":15,":":15,".":28,",":28}},"K":{"d":"89,-91v4,34,-18,86,37,74r0,17r-113,0r0,-17v18,-1,37,5,37,-17r0,-192v2,-21,-19,-16,-37,-17r0,-17r113,0r0,17v-18,1,-37,-4,-37,17r0,109r103,-109v8,-18,-11,-17,-31,-17r0,-17r108,0v-1,6,4,20,-6,17v-54,5,-72,54,-106,81r96,139v7,6,18,6,31,6r0,17r-119,0r0,-17v18,0,46,3,34,-16r-69,-101","w":277,"k":{"y":10,"u":6,"o":6,"e":6,"Y":10,"W":13,"U":13,"O":10,"C":10,"A":8,"-":13}},"L":{"d":"120,-16v70,5,86,-27,94,-84r14,0r-5,100r-211,0r0,-17v18,-1,38,5,38,-17r0,-192v2,-21,-19,-16,-38,-17r0,-17r115,0r0,17v-18,1,-38,-4,-38,17r0,192v1,19,8,16,31,18","w":237,"k":{"y":6,"Y":36,"W":31,"V":43,"U":6,"T":29}},"M":{"d":"205,-17v19,-1,41,6,41,-17r0,-203r-81,237r-14,0r-86,-237r0,175v1,36,8,46,43,47r0,15r-104,0r0,-15v35,-1,42,-11,43,-47r0,-164v2,-22,-21,-16,-40,-17r0,-17r90,0r69,199r68,-199r88,0r0,17v-18,1,-38,-4,-38,17r0,192v-3,22,19,16,38,17r0,17r-117,0r0,-17","w":332},"N":{"d":"68,-62v1,35,9,46,43,47r0,15r-100,0r0,-15v32,-3,38,-11,39,-47r0,-170v-6,-11,-20,-12,-39,-11r0,-17r70,0r144,196r0,-134v-1,-37,-8,-45,-43,-47r0,-15r100,0r0,15v-31,3,-39,11,-39,47r0,205r-14,0r-161,-219r0,150","w":294,"k":{";":13,":":13,".":23,",":23}},"O":{"d":"140,-250v-60,0,-77,50,-77,120v0,69,17,120,77,120v60,0,77,-51,77,-120v0,-71,-17,-120,-77,-120xm191,-4v-93,36,-179,-28,-175,-126v3,-80,45,-131,124,-136v140,-9,163,219,51,262","w":280,"k":{"X":6,"V":6,".":21,"-":-13,",":21}},"P":{"d":"89,-34v-3,23,22,16,41,17r0,17r-118,0r0,-17v18,-1,38,5,38,-17r0,-192v2,-21,-19,-16,-38,-17r0,-17v92,4,220,-26,220,72v0,67,-69,78,-143,72r0,82xm132,-244v-20,0,-43,-6,-43,18r0,93v55,4,103,1,101,-55v-2,-40,-17,-56,-58,-56","w":246,"k":{"s":11,"o":18,"e":20,"a":20,"U":6,"A":33,";":13,":":13,".":93,"-":33,",":93}},"Q":{"d":"140,-250v-82,0,-84,102,-72,180v2,15,9,26,17,35v-6,-37,15,-63,50,-62v35,1,54,26,61,59v37,-55,35,-212,-56,-212xm220,69v-34,0,-47,-28,-47,-67v-93,18,-160,-42,-157,-132v2,-79,42,-136,124,-136v82,0,121,55,123,136v2,57,-22,95,-58,118v8,23,11,49,30,53v14,-2,13,-14,16,-32v7,0,14,-3,14,8v0,31,-16,52,-45,52xm99,-45v0,36,46,44,72,28v1,-36,-8,-62,-39,-62v-20,0,-33,13,-33,34","w":280,"k":{".":18,"-":-13,",":18}},"R":{"d":"89,-34v-3,23,22,16,41,17r0,17r-118,0r0,-17v18,-1,38,5,38,-17r0,-192v2,-21,-19,-16,-38,-17r0,-17v88,5,217,-26,217,64v0,44,-34,60,-80,65v56,2,50,65,68,105v19,14,24,-8,24,-32v7,1,17,-4,14,8v7,47,-46,75,-74,45v-30,-32,7,-130,-72,-121r-20,0r0,92xm131,-244v-19,0,-42,-6,-42,16r0,85v52,3,101,1,99,-51v-1,-38,-18,-50,-57,-50","w":256,"k":{"y":10,"o":-7,"e":-7,"a":-7,"Y":18,"W":15,"V":20,"T":13}},"S":{"d":"206,-73v7,85,-115,101,-161,52v-9,9,-7,28,-28,25r-2,-104r15,0v8,52,34,85,87,90v52,5,84,-57,45,-85v-44,-32,-144,-21,-144,-98v0,-76,103,-93,144,-48v8,-8,8,-24,27,-21r4,93r-14,0v-12,-47,-34,-78,-84,-80v-30,-1,-50,14,-50,43v0,45,112,48,139,78v13,13,20,31,22,55","w":217,"k":{"S":-7,".":6,"-":-20,",":6}},"T":{"d":"163,-246v-15,0,-17,5,-17,19r0,193v-3,24,23,15,42,17r0,17r-123,0r0,-17v19,-1,42,7,42,-17r0,-193v-1,-18,-3,-19,-24,-19v-44,0,-47,36,-56,86r-14,0r5,-100r216,0r6,100r-14,0v-10,-58,-11,-86,-63,-86","w":253,"k":{"s":13,"o":15,"e":15,"c":15,"a":15,"A":20,";":13,":":13,".":53,"-":46,",":53}},"U":{"d":"48,-226v2,-22,-21,-16,-40,-17r0,-17r117,0r0,17v-18,1,-38,-4,-38,17r0,146v0,47,24,66,72,66v51,-1,69,-24,69,-83r0,-114v2,-29,-13,-34,-41,-32r0,-17r98,0r0,17v-27,-2,-39,4,-39,32r0,115v-1,74,-26,102,-100,102v-63,0,-98,-28,-98,-87r0,-145","w":291,"k":{"J":10,"A":11,";":13,":":13,".":33,"-":6,",":33}},"V":{"d":"194,-203v12,-23,2,-46,-31,-40r0,-17r94,0v-1,5,3,15,-2,17v-24,1,-29,10,-37,31r-83,219r-14,0r-91,-234v-6,-16,-13,-16,-34,-16r0,-17r110,0r0,17v-21,-1,-41,-2,-32,22r64,163","w":254,"k":{"y":23,"u":23,"o":33,"i":10,"e":38,"a":40,"O":6,"A":28,";":36,":":36,".":79,"-":33,",":79}},"W":{"d":"98,-243v-20,-1,-35,-1,-28,22r49,155r42,-140v-7,-20,-7,-43,-40,-37r0,-17r103,0r0,17v-19,-2,-34,0,-27,22r50,156r44,-160v0,-16,-15,-19,-33,-18r0,-17r85,0r0,17v-22,0,-28,12,-34,31r-64,219r-15,0r-60,-182r-53,182r-15,0r-76,-235v-3,-14,-12,-16,-28,-15r0,-17r100,0r0,17","w":340,"k":{"y":8,"u":15,"r":16,"o":24,"i":6,"e":29,"a":24,"A":21,";":31,":":31,".":63,"-":26,",":63}},"X":{"d":"79,-58v-19,18,-12,46,20,41r0,17r-100,0r0,-17v33,-2,42,-19,61,-45r46,-65r-71,-102v-7,-13,-16,-15,-35,-14r0,-17r108,0r0,17v-14,0,-36,-2,-25,15r46,68v14,-24,34,-41,44,-69v0,-13,-14,-15,-29,-14r0,-17r96,0r0,17v-30,1,-37,9,-52,30r-48,69r75,109v10,13,18,19,40,18r0,17r-116,0r0,-17v20,2,43,2,27,-21r-50,-73","w":253,"k":{"O":6,"C":6,"A":6,"-":13}},"Y":{"d":"181,-214v12,-20,-5,-33,-31,-29r0,-17r96,0r0,17v-22,0,-28,4,-37,20r-67,113r0,76v-2,22,22,16,41,17r0,17r-122,0r0,-17v19,-1,42,5,42,-17r0,-74v-29,-43,-55,-93,-87,-132v-5,-3,-13,-3,-22,-3r0,-17r111,0r0,17v-20,-2,-42,-1,-28,21r57,90","w":240,"k":{"u":31,"o":41,"i":13,"e":44,"a":41,"C":6,"A":21,";":44,":":44,".":46,"-":46,",":46}},"Z":{"d":"110,-245v-61,-4,-66,29,-77,75r-14,0r5,-90r177,0r0,15r-147,228r53,0v64,5,74,-32,82,-83r14,0r-5,100r-189,0r0,-17r147,-228r-46,0","w":217,"k":{".":6,",":6}},"[":{"d":"116,-260r0,11r-56,0r0,278r56,0r0,11r-82,0r0,-300r82,0","w":128},"\\":{"d":"87,33r-91,-299r17,0r90,299r-16,0","w":100},"]":{"d":"12,-260r82,0r0,300r-82,0r0,-11r56,0r0,-278r-56,0r0,-11","w":128},"^":{"d":"163,-257r34,0r90,99r-17,0r-90,-74r-91,74r-17,0","w":360},"_":{"d":"0,60r180,0r0,25r-180,0r0,-25","w":180},"`":{"d":"55,-224v-17,-6,-21,-30,-1,-32v30,13,44,44,67,64v-32,-1,-43,-23,-66,-32","w":180},"a":{"d":"76,-14v39,0,52,-32,48,-76v-42,8,-74,11,-77,47v-2,20,10,29,29,29xm53,-144v9,9,15,38,-10,38v-13,0,-22,-8,-21,-20v0,-30,35,-47,69,-46v44,1,66,12,66,53r0,83v-2,20,17,18,29,12v2,0,5,3,4,6v0,11,-20,23,-34,22v-18,0,-27,-11,-30,-27v-21,35,-119,45,-114,-15v4,-50,51,-55,112,-67v2,-34,-3,-52,-39,-52v-14,0,-30,4,-32,13","w":188},"b":{"d":"110,-10v34,0,41,-30,41,-72v-1,-41,-8,-71,-43,-71v-36,0,-43,28,-43,71v0,44,7,72,45,72xm31,-234v1,-17,-14,-13,-30,-14r0,-14r64,-4r0,119v11,-16,24,-24,49,-25v47,0,73,39,73,89v0,47,-27,90,-72,89v-29,0,-46,-12,-61,-30v-9,10,-7,31,-29,28v13,-69,3,-159,6,-238","w":201},"c":{"d":"98,-16v26,0,38,-16,46,-37r13,7v-12,32,-28,51,-67,52v-47,1,-78,-37,-78,-86v0,-53,32,-92,83,-92v30,0,58,14,58,41v0,30,-44,36,-45,6v-2,-8,10,-18,11,-21v-1,-10,-13,-12,-25,-12v-35,1,-46,31,-45,72v0,41,11,70,49,70","w":161},"d":{"d":"168,-31v-1,17,10,16,27,16r0,15r-58,4r0,-31v-34,63,-136,21,-125,-56v-9,-71,82,-121,123,-64r0,-87v2,-18,-17,-13,-35,-14r0,-14r68,-4r0,235xm92,-153v-35,0,-43,27,-43,69v0,42,7,69,43,69v36,0,43,-28,43,-69v0,-42,-8,-69,-43,-69","w":201},"e":{"d":"128,-108v8,-45,-45,-66,-68,-35v-7,10,-11,26,-11,47r67,0v9,0,13,-3,12,-12xm90,-172v50,-1,79,37,76,91r-117,0v-5,37,14,68,47,68v29,0,46,-16,57,-39r13,7v-14,31,-37,51,-76,51v-48,0,-78,-40,-78,-89v0,-51,29,-89,78,-89","w":175},"f":{"d":"71,-29v-3,18,19,12,34,13r0,16r-94,0r0,-15v13,-2,27,3,27,-14r0,-123r-29,0r0,-15r29,0v-1,-58,15,-98,67,-99v27,-1,49,13,50,36v0,11,-9,21,-20,21v-18,0,-23,-24,-13,-36v-1,-5,-7,-7,-14,-7v-36,3,-36,40,-37,85r39,0r0,15r-39,0r0,123","w":123,"k":{".":13,"-":6,",":13}},"g":{"d":"150,27v2,-33,-50,-21,-83,-23v-16,3,-29,12,-29,29v0,22,22,26,47,26v35,-1,64,-4,65,-32xm91,-158v-26,0,-37,16,-37,45v0,28,10,45,36,45v27,0,37,-16,37,-45v0,-28,-10,-45,-36,-45xm17,-29v0,-22,16,-33,36,-36v-19,-9,-29,-23,-31,-49v-3,-53,76,-74,115,-45v13,-17,57,-32,59,3v0,17,-26,22,-31,6v-4,-13,-11,-8,-18,0v33,43,-7,95,-66,95v-25,0,-37,-2,-40,16v5,24,48,10,77,12v37,2,57,11,57,45v0,44,-42,57,-92,57v-38,0,-74,-8,-74,-38v0,-20,17,-30,36,-34v-17,-4,-28,-12,-28,-32","w":188},"h":{"d":"11,-15v13,-2,27,3,27,-14r0,-205v1,-17,-15,-13,-31,-14r0,-14r64,-4r0,127v13,-19,29,-31,57,-32v67,-3,54,78,54,142v0,17,15,12,28,14r0,15r-87,0r0,-15v13,-2,29,3,27,-14v-6,-46,19,-120,-33,-120v-55,0,-47,65,-47,120v0,17,15,12,28,14r0,15r-87,0r0,-15","w":217},"i":{"d":"72,-29v-2,16,15,12,28,14r0,15r-90,0r0,-15v13,-2,30,3,30,-14r0,-110v1,-17,-15,-13,-31,-14r0,-14r63,-4r0,142xm34,-239v0,-12,9,-21,21,-21v12,0,22,10,22,21v0,11,-10,21,-22,21v-12,0,-21,-9,-21,-21","w":108},"j":{"d":"33,-239v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21xm39,-139v2,-18,-18,-13,-35,-14r0,-13r67,-5v-8,94,33,243,-65,245v-20,0,-38,-11,-38,-30v0,-13,8,-22,20,-22v18,0,24,20,14,32v-1,4,4,6,9,5v27,-3,27,-25,28,-62r0,-136","w":98},"k":{"d":"71,-67v2,26,-10,59,28,52r0,15r-89,0r0,-15v13,-2,28,3,28,-14r0,-205v1,-17,-14,-13,-30,-14r0,-14r63,-4r0,178v19,-20,43,-37,60,-59v-2,-9,-19,-5,-30,-6r0,-14r92,0v-1,4,2,13,-2,14v-35,1,-52,26,-74,45v24,28,42,65,71,88v5,3,13,5,21,5r0,15r-93,0r0,-15v11,-1,31,1,20,-13r-43,-59","w":209,"k":{"-":6}},"l":{"d":"72,-29v-2,16,15,12,28,14r0,15r-90,0r0,-15v13,-2,30,3,30,-14r0,-205v1,-17,-15,-13,-31,-14r0,-14r63,-4r0,237","w":108},"m":{"d":"72,-29v-1,16,13,12,26,14r0,15r-85,0r0,-15v13,-2,27,3,27,-14r0,-110v1,-17,-15,-13,-31,-14r0,-14r61,-4r0,35v15,-41,91,-49,103,-1v14,-21,27,-33,56,-34v67,-3,53,79,53,142v0,17,14,12,27,14r0,15r-86,0r0,-15v12,-2,29,2,26,-14v-5,-45,18,-119,-31,-120v-52,-1,-39,68,-42,120v-1,17,14,12,27,14r0,15r-86,0r0,-15v13,-1,29,2,27,-14v-5,-44,18,-120,-30,-120v-52,0,-40,68,-42,120","w":317},"n":{"d":"73,-29v0,18,14,12,27,14r0,15r-87,0r0,-15v13,-2,27,3,27,-14r0,-110v1,-17,-14,-13,-30,-14r0,-14r61,-4r0,35v15,-20,29,-34,59,-35v68,-3,55,77,55,142v0,17,14,12,27,14r0,15r-87,0r0,-15v13,-2,29,3,27,-14v-6,-46,19,-120,-33,-120v-54,0,-46,65,-46,120","w":219},"o":{"d":"93,6v-49,0,-81,-38,-81,-89v0,-52,31,-89,81,-89v49,0,80,38,80,89v0,50,-32,89,-80,89xm93,-158v-37,0,-44,32,-44,75v0,43,7,74,43,74v38,0,45,-30,45,-74v0,-44,-7,-75,-44,-75","w":185},"p":{"d":"33,-136v2,-17,-10,-15,-27,-15r0,-15r59,-5r0,31v12,-19,26,-31,52,-32v44,-2,73,42,73,87v0,48,-28,92,-73,91v-26,0,-38,-10,-50,-26r0,66v-3,17,14,12,27,14r0,15r-88,0r0,-15v13,-2,27,3,27,-14r0,-182xm110,-14v35,0,42,-28,43,-68v0,-41,-7,-70,-41,-70v-37,0,-45,27,-45,70v0,41,7,68,43,68","w":201},"q":{"d":"92,-156v-33,0,-41,29,-41,68v0,44,6,74,43,74v35,0,43,-28,43,-67v0,-46,-6,-75,-45,-75xm90,-172v28,0,42,13,57,30r16,-29r13,0v-13,61,-2,145,-6,217v-1,17,14,12,27,14r0,15r-88,0r0,-15v13,-2,27,3,27,-14r0,-66v-39,58,-122,9,-122,-63v0,-50,28,-89,76,-89","w":201},"r":{"d":"120,-155v-45,4,-51,71,-48,126v-3,19,19,12,33,14r0,15r-94,0r0,-15v13,-2,29,3,29,-14r0,-110v2,-18,-16,-13,-33,-14r0,-14r63,-4r0,51v10,-27,22,-49,52,-52v33,-4,47,51,12,53v-20,2,-28,-26,-14,-36","w":159,"k":{".":40,",":40}},"s":{"d":"148,-50v5,57,-74,72,-108,39v-7,6,-7,19,-23,16r0,-71r13,0v7,32,25,55,59,57v28,2,49,-27,30,-47v-34,-20,-107,-12,-100,-67v-6,-50,64,-62,95,-35v6,-6,8,-16,22,-13r0,60r-11,0v-9,-27,-23,-46,-54,-47v-18,-1,-33,10,-33,25v0,14,16,23,45,29v42,9,62,14,65,54","w":158},"t":{"d":"76,6v-68,2,-33,-99,-41,-157r-29,0r0,-14v34,-3,46,-36,48,-75r15,0r0,73r52,0r0,16r-54,0r0,104v1,22,3,31,22,31v24,0,27,-21,29,-49v5,1,16,-3,14,5v0,41,-18,65,-56,66","w":140},"u":{"d":"178,-28v-2,17,13,13,30,14r0,14r-61,4r0,-33v-15,20,-29,34,-59,35v-69,3,-55,-80,-55,-145v0,-17,-15,-13,-31,-14r0,-14r64,-4r0,121v-1,22,12,34,33,34v55,1,45,-68,46,-123v0,-17,-14,-13,-31,-14r0,-14r64,-4r0,143","w":216},"v":{"d":"136,-125v9,-16,1,-29,-20,-27r0,-15r70,0r0,15v-19,1,-24,11,-31,26r-53,132r-12,0r-62,-143v-4,-12,-10,-15,-26,-15r0,-15r81,0r0,15v-19,0,-25,5,-18,20r39,90","w":187,"k":{".":43,",":43}},"w":{"d":"221,-125v8,-15,2,-28,-16,-27r0,-15r65,0r0,15v-16,2,-25,11,-30,26r-47,132r-12,0r-43,-116r-42,116r-11,0v-22,-51,-38,-108,-65,-154v-3,-2,-8,-4,-15,-4r0,-15r75,0v0,7,2,18,-7,16v-9,1,-14,5,-10,15r35,88v9,-30,26,-58,30,-89v-4,-11,-11,-15,-26,-15r0,-15r79,0r0,15v-15,-1,-26,3,-19,20r33,83","w":274,"k":{".":43,",":43}},"x":{"d":"59,-36v-11,11,-2,25,18,21r0,15r-74,0r0,-15v16,-1,21,-5,30,-15r46,-51v-25,-23,-34,-63,-74,-71r0,-15r83,0r0,14v-17,-1,-25,4,-15,16r26,31v9,-13,25,-20,29,-38v-2,-9,-8,-8,-21,-9r0,-14r72,0r0,15v-38,4,-46,41,-70,60v24,24,38,70,77,77r0,15r-87,0r0,-15v18,1,26,-5,16,-17r-26,-36","w":189,"k":{"-":6}},"y":{"d":"15,26v16,0,24,17,16,28v24,14,44,-33,54,-58r-65,-144v-5,-2,-11,-5,-20,-4r0,-15r84,0r0,15v-16,-2,-31,3,-19,19r38,88r37,-94v0,-13,-9,-13,-25,-13r0,-15r70,0r0,15v-16,1,-22,7,-27,20v-30,61,-53,144,-93,192v-19,21,-71,23,-71,-13v0,-12,9,-21,21,-21","w":187,"k":{".":48,",":48}},"z":{"d":"54,-16v52,2,87,1,88,-50r12,0r-4,66r-136,0r0,-14r99,-138v-44,-3,-80,0,-78,45r-14,0r4,-60r127,0r0,14","w":174},"{":{"d":"80,-169v0,-63,2,-103,69,-97r0,9v-45,-4,-41,29,-41,71v0,51,-9,64,-49,74v49,6,49,41,49,99v0,36,7,46,41,47v-1,3,2,9,-2,9v-66,5,-67,-35,-67,-97v0,-40,-12,-48,-49,-52r0,-11v37,-5,49,-12,49,-52","w":180},"|":{"d":"77,-275r26,0r0,360r-26,0r0,-360","w":180},"}":{"d":"72,-186v0,-41,4,-76,-41,-71v1,-3,-2,-9,2,-9v66,-5,67,35,67,97v0,40,12,47,49,52r0,11v-51,0,-50,37,-49,88v0,49,-18,61,-69,61r0,-9v43,3,41,-29,41,-71v0,-51,8,-66,49,-75v-41,-10,-49,-23,-49,-74","w":180},"~":{"d":"269,-108v-33,26,-76,32,-122,12v-51,-22,-80,-8,-116,17r0,-28v20,-13,40,-24,68,-25v32,-1,75,24,102,24v29,0,46,-11,68,-27r0,27","w":299},"\u00a0":{"w":98}}});
Cufon.registerFont({"w":209,"face":{"font-family":"century-schoolbook","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 4 8 4 6 5 5 2 3 3","ascent":"274","descent":"-86","x-height":"6","bbox":"-30 -289 347.374 85","underline-thickness":"29.1797","underline-position":"-22.8516","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":105},"!":{"d":"90,-229v-4,43,-26,92,-25,149r-17,0v1,-55,-19,-104,-24,-149v-2,-24,11,-37,33,-37v21,0,35,14,33,37xm23,-29v0,-17,17,-34,34,-34v17,0,34,17,34,34v0,17,-17,34,-34,34v-17,0,-34,-17,-34,-34","w":113},"\"":{"d":"92,-257v15,0,21,12,18,26r-15,81r-7,0r-15,-87v0,-11,6,-20,19,-20xm32,-257v14,0,21,10,18,26r-14,81r-8,0r-14,-87v0,-11,7,-21,18,-20","w":124},"#":{"d":"124,-150r-16,45r47,0r15,-45r-46,0xm125,-257r38,0r-26,73r44,0r27,-73r37,0r-26,73r50,0r-13,35r-49,0r-15,43r51,0r-13,35r-51,0r-26,73r-38,0r27,-73r-45,0r-27,73r-37,0r26,-73r-51,0r13,-35r50,0r16,-43r-54,0r13,-35r53,0","w":276},"$":{"d":"94,-234v-30,0,-46,37,-26,58v6,6,14,10,26,13r0,-71xm165,-169v-29,2,-35,-33,-20,-49v0,-11,-17,-16,-30,-16r0,77v51,16,84,28,84,83v0,47,-37,74,-84,78r0,45r-21,0r0,-45v-44,0,-84,-20,-85,-59v0,-19,12,-34,31,-34v18,0,28,11,29,29v1,20,-33,28,-4,40v8,4,18,7,29,7r0,-89v-46,-11,-78,-26,-78,-74v0,-44,34,-73,78,-76r0,-37r21,0r0,37v42,2,78,16,80,54v0,18,-12,28,-30,29xm115,-13v33,1,52,-43,32,-68v-6,-6,-17,-11,-32,-15r0,83"},"%":{"d":"162,-44v3,-48,35,-86,80,-90v29,-3,48,16,46,44v-4,46,-28,93,-77,96v-30,2,-51,-20,-49,-50xm217,-4v39,-9,70,-63,56,-106v-4,-5,-9,-7,-14,-7v-34,11,-54,59,-61,95v0,12,7,18,19,18xm71,-120v40,-7,63,-54,60,-101v-8,-3,-15,-6,-19,-13v-32,12,-51,62,-58,98v0,10,7,18,17,16xm200,-226v-16,9,-39,14,-59,8v4,55,-24,104,-75,108v-29,2,-51,-19,-49,-49v3,-49,36,-86,83,-91v30,-2,32,27,61,26v23,0,47,-15,57,-30r16,0r-148,260r-17,0","w":304},"&":{"d":"223,6v-25,0,-41,-11,-57,-24v-23,14,-50,25,-83,26v-44,1,-80,-32,-78,-74v2,-45,34,-63,74,-80v-35,-48,-6,-121,58,-121v39,0,71,17,71,52v0,37,-30,49,-64,64v16,28,33,54,52,77v18,-16,30,-62,-15,-55r0,-18r98,0r0,18v-49,-5,-45,50,-71,71v16,31,58,35,63,-6r16,6v-8,39,-22,64,-64,64xm140,-247v-44,2,-24,60,-6,81v20,-11,35,-22,36,-48v0,-19,-11,-33,-30,-33xm87,-129v-45,28,-5,121,52,104v4,-2,8,-4,11,-7v-23,-27,-44,-59,-63,-97","w":294},"'":{"d":"32,-257v14,0,21,10,18,26r-14,81r-8,0r-14,-87v0,-11,6,-21,18,-20","w":64},"(":{"d":"122,44v-83,-31,-130,-157,-72,-247v18,-28,42,-48,72,-62r-1,14v-68,45,-66,236,0,281","w":146},")":{"d":"24,-265v83,31,130,158,72,247v-18,27,-42,48,-72,62r1,-14v69,-47,67,-235,0,-281","w":146},"*":{"d":"93,-186v-1,25,38,66,-3,71v-41,-4,-2,-48,-3,-71v-19,7,-26,42,-48,43v-9,1,-18,-10,-18,-20v0,-28,49,-15,63,-28v-13,-12,-62,0,-63,-27v-1,-12,9,-23,20,-21v18,2,29,35,46,43v0,0,-38,-66,3,-71v41,4,2,48,2,71v20,-7,28,-41,48,-43v10,-1,19,11,19,21v0,28,-48,13,-63,27v14,14,64,-1,63,28v-19,55,-43,-14,-66,-23","w":180},"+":{"d":"132,-215r36,0r0,90r87,0r0,35r-87,0r0,90r-36,0r0,-90r-87,0r0,-35r87,0r0,-90","w":299},",":{"d":"51,-61v41,-1,44,57,22,84v-10,12,-24,26,-43,39r-9,-14v18,-12,31,-21,32,-46v-21,5,-36,-8,-36,-28v0,-22,14,-34,34,-35","w":105},"-":{"d":"16,-68r0,-43r86,0r0,43r-86,0","w":118,"k":{"Y":26,"X":13,"W":20,"V":20,"T":13}},".":{"d":"19,-29v0,-17,16,-34,33,-34v17,0,34,17,34,34v0,17,-17,34,-34,34v-17,0,-33,-17,-33,-34","w":105},"\/":{"d":"18,33r-19,0r84,-293r20,0","w":100},"0":{"d":"105,-13v48,0,32,-153,24,-197v-3,-16,-13,-25,-24,-25v-49,0,-33,152,-24,197v3,17,13,25,24,25xm105,6v-62,0,-94,-61,-94,-130v0,-69,32,-130,94,-130v62,0,94,61,94,130v0,69,-32,130,-94,130"},"1":{"d":"142,-41v-5,29,20,19,43,21r0,20r-145,0r0,-20v22,-2,44,9,44,-21r0,-148v4,-28,-24,-19,-47,-21r0,-19v38,-2,71,-7,89,-25r16,0r0,213"},"2":{"d":"141,-52v32,-2,23,-9,31,-43r19,0r-8,95r-175,0r0,-13v27,-43,94,-98,113,-141v14,-32,9,-80,-31,-80v-18,0,-39,11,-40,25v10,11,31,15,31,37v0,18,-12,31,-30,31v-24,0,-35,-18,-35,-42v0,-45,40,-70,89,-70v63,0,106,56,73,110v-19,31,-92,68,-116,91r79,0"},"3":{"d":"189,-189v0,34,-27,50,-62,58v40,3,69,24,69,64v0,49,-42,73,-96,73v-47,0,-87,-19,-88,-59v0,-21,12,-35,33,-35v17,0,32,11,32,28v3,13,-16,30,-19,35v2,10,18,15,33,14v32,-1,42,-22,43,-57v2,-41,-21,-62,-58,-50v-9,0,-13,-4,-14,-12v-1,-19,24,-11,39,-11v24,0,27,-21,30,-49v5,-44,-49,-61,-65,-30v1,6,21,18,17,30v1,17,-13,27,-30,27v-18,0,-32,-13,-31,-33v1,-38,39,-57,82,-57v47,0,85,21,85,64"},"4":{"d":"110,-89r0,-91r-73,91r73,0xm165,-65v1,27,-7,53,31,45r0,20r-121,0r0,-20v22,-1,38,5,35,-21r0,-24r-98,0r0,-27r131,-161r24,0r-2,164r36,0r0,24r-36,0"},"5":{"d":"43,-255v45,4,100,14,141,-1r4,6v-11,52,-69,62,-128,50r-3,46v59,-30,143,1,140,70v-2,54,-42,91,-100,91v-41,0,-83,-22,-83,-60v0,-23,12,-40,35,-39v18,0,31,11,31,30v0,19,-16,23,-23,33v0,10,17,16,29,16v38,-1,49,-30,49,-73v0,-52,-46,-73,-83,-45v4,23,-25,32,-27,10v2,-7,4,-11,9,-16"},"6":{"d":"108,-12v27,0,30,-25,30,-58v0,-33,-4,-57,-30,-57v-27,0,-31,24,-31,57v0,34,4,58,31,58xm127,-200v0,0,29,-38,-4,-36v-42,3,-47,53,-48,108v36,-51,125,-19,125,52v0,47,-41,83,-90,82v-65,-1,-96,-51,-96,-121v0,-79,39,-138,113,-138v35,0,65,17,66,48v0,21,-13,34,-33,34v-19,0,-33,-10,-33,-29"},"7":{"d":"109,7v-21,2,-35,-16,-34,-37v-9,-19,57,-123,90,-168v-32,6,-82,-4,-109,5v-6,11,-9,34,-13,49r-19,-3r13,-106v49,6,114,6,167,1r0,13v-31,67,-56,107,-58,186v0,38,-7,57,-37,60"},"8":{"d":"104,-235v-37,-4,-54,41,-26,61v9,7,25,14,47,20v28,-19,27,-87,-21,-81xm104,-12v27,0,49,-15,49,-42v0,-20,-33,-41,-73,-50v-38,16,-31,92,24,92xm188,-197v0,25,-21,43,-44,49v32,13,53,30,53,72v0,52,-41,84,-96,83v-51,-1,-91,-19,-91,-66v0,-32,23,-49,53,-53v-24,-11,-41,-32,-41,-64v0,-90,166,-109,166,-21"},"9":{"d":"102,-235v-27,0,-31,25,-31,58v0,33,5,54,31,57v26,-3,31,-24,31,-57v0,-33,-4,-58,-31,-58xm82,-47v0,16,-29,38,4,36v42,-3,48,-53,49,-108v-35,52,-125,19,-125,-52v0,-48,40,-83,89,-82v65,1,97,51,97,121v0,79,-40,138,-113,139v-34,1,-65,-18,-66,-49v-1,-22,13,-34,33,-34v19,0,32,10,32,29"},":":{"d":"56,-107v-17,0,-34,-17,-34,-34v0,-17,17,-34,34,-34v17,0,34,17,34,34v0,17,-17,34,-34,34xm56,6v-17,0,-34,-17,-34,-34v0,-17,17,-34,34,-34v17,0,34,17,34,34v0,17,-17,34,-34,34","w":113},";":{"d":"54,-61v41,-1,44,57,22,84v-10,12,-24,27,-43,39r-9,-14v17,-12,31,-23,32,-46v-21,5,-36,-9,-36,-28v0,-22,14,-34,34,-35xm55,-107v-18,0,-34,-16,-34,-34v0,-17,17,-34,34,-34v17,0,34,17,34,34v0,17,-17,34,-34,34","w":113},"<":{"d":"253,-210r0,39r-156,64r156,64r0,38r-207,-85r0,-35","w":299},"=":{"d":"45,-87r210,0r0,35r-210,0r0,-35xm45,-163r210,0r0,35r-210,0r0,-35","w":299},">":{"d":"46,-210r207,85r0,35r-207,85r0,-38r158,-64r-158,-64r0,-39","w":299},"?":{"d":"90,-267v48,0,85,19,85,64v8,30,-56,71,-78,95v-4,7,-5,17,-5,28r-16,0v-7,-56,40,-84,39,-125v7,-40,-42,-58,-62,-32v1,4,23,20,19,32v0,18,-11,29,-29,29v-19,0,-33,-14,-33,-34v1,-35,40,-57,80,-57xm50,-28v0,-17,17,-34,34,-34v17,0,34,17,34,34v0,17,-16,33,-34,33v-17,0,-34,-16,-34,-33","w":187},"@":{"d":"245,-21v-22,2,-37,-13,-38,-35v-13,19,-25,33,-52,34v-35,0,-53,-25,-53,-60v0,-53,36,-96,88,-96v24,0,35,11,39,32r9,-29r33,0r-33,125v0,11,4,17,13,18v45,-10,68,-51,69,-104v1,-65,-52,-110,-119,-108v-93,3,-147,61,-149,154v-2,79,56,129,136,128v46,0,79,-16,110,-37r7,9v-31,23,-68,40,-117,40v-99,-1,-165,-50,-165,-144v0,-100,73,-159,174,-162v77,-2,137,46,135,121v-1,61,-30,109,-87,114xm161,-33v41,-10,65,-79,52,-126v-4,-5,-9,-8,-16,-8v-40,0,-54,61,-58,103v-1,17,7,30,22,31","w":354},"A":{"d":"70,-78v-15,26,-20,66,26,59r0,19r-103,0r0,-19v27,-6,35,-21,47,-48r84,-197r27,0r99,230v5,11,9,15,24,15r0,19r-121,0r0,-19v14,-1,36,2,26,-19r-17,-40r-92,0xm118,-189r-38,88r73,0","w":274,"k":{"y":8,"w":16,"v":11,"t":6,"f":6,"Y":15,"W":15,"V":20,"U":8,"T":13}},"B":{"d":"265,-69v0,98,-159,62,-259,69r0,-19v20,-1,38,5,38,-19r0,-184v3,-24,-18,-18,-38,-19r0,-19v94,7,246,-30,246,62v0,42,-31,56,-73,62v48,2,86,23,86,67xm198,-73v0,-47,-35,-53,-90,-50r0,78v0,25,3,24,29,25v43,0,61,-12,61,-53xm133,-241v-21,0,-25,-1,-25,20r0,77v47,3,82,-3,80,-49v0,-38,-16,-48,-55,-48","w":280,"k":{"Y":6,"W":6,"V":13,"-":-13}},"C":{"d":"158,-17v47,0,70,-35,82,-78r20,7v-11,58,-50,95,-114,95v-85,0,-129,-56,-133,-137v-6,-107,114,-169,202,-116v10,-7,14,-21,35,-18r5,105r-18,1v-14,-48,-33,-89,-84,-89v-58,0,-68,47,-68,115v0,71,11,115,73,115","w":279,"k":{"S":-7,"A":6,".":13,"-":-8,",":13}},"D":{"d":"44,-222v3,-24,-18,-18,-38,-19r0,-19r127,0v97,-1,151,39,152,130v0,83,-52,130,-138,130r-141,0r0,-19v20,-1,38,5,38,-19r0,-184xm137,-241v-17,0,-28,-3,-28,17r0,187v-3,24,22,17,41,17v58,0,66,-43,66,-111v0,-75,-10,-108,-79,-110","w":299,"k":{"Y":6,"V":6,"A":6,".":13,"-":-13,",":13}},"E":{"d":"135,-18v67,-1,88,-24,102,-81r18,1r-5,98r-242,0r0,-19v19,-1,36,5,36,-19r0,-184v4,-24,-16,-18,-36,-19r0,-19r235,0r3,94r-18,0v-13,-53,-33,-76,-94,-76v-21,0,-26,0,-26,20r0,78v39,0,50,-14,56,-50r18,0r0,119r-18,0v-6,-35,-18,-50,-56,-50r0,87v1,18,5,20,27,20","w":273,"k":{"-":-7}},"F":{"d":"44,-222v4,-24,-16,-18,-36,-19r0,-19r235,0r3,94r-18,0v-14,-52,-32,-74,-94,-74v-22,1,-26,-1,-26,19r0,77v39,0,50,-14,56,-50r18,0r0,119r-18,0v-6,-35,-18,-50,-56,-50r0,87v-3,26,23,17,44,19r0,19r-144,0r0,-19v19,-1,36,5,36,-19r0,-184","w":259,"k":{"o":23,"e":23,"a":28,"A":34,";":13,":":13,".":68,"-":33,",":68}},"G":{"d":"150,-14v39,2,53,-27,53,-69v0,-22,-18,-19,-38,-19r0,-19r129,0r0,19v-19,-1,-33,-1,-33,19r0,89r-16,0r-19,-36v-16,21,-48,37,-84,37v-80,0,-129,-54,-129,-137v0,-84,52,-135,139,-137v30,-1,54,7,70,21v10,-8,15,-21,36,-18r4,102r-18,1v-14,-45,-39,-86,-88,-86v-57,0,-71,50,-71,117v0,67,10,113,65,116","w":298,"k":{"Y":8,"W":6,"T":6,".":13,"-":-7,",":13}},"H":{"d":"269,-38v-3,24,17,18,36,19r0,19r-137,0r0,-19v19,-1,36,4,36,-19r0,-84r-96,0r0,84v-3,23,17,18,37,19r0,19r-137,0r0,-19v19,-1,36,4,36,-19r0,-184v3,-24,-16,-18,-36,-19r0,-19r137,0r0,19v-19,1,-37,-4,-37,19r0,76r96,0r0,-76v3,-24,-16,-18,-36,-19r0,-19r137,0r0,19v-19,1,-36,-6,-36,19r0,184","w":312},"I":{"d":"47,-222v4,-25,-18,-18,-38,-19r0,-19r142,0r0,19v-20,1,-39,-6,-39,19r0,184v-2,24,19,18,39,19r0,19r-142,0r0,-19v19,-1,38,6,38,-19r0,-184","w":159},"J":{"d":"75,-16v82,0,43,-130,52,-206v3,-23,-18,-18,-37,-19r0,-19r137,0r0,19v-19,1,-36,-4,-36,19r0,122v3,74,-32,106,-100,107v-52,1,-90,-25,-90,-74v-1,-28,16,-52,44,-52v24,0,36,15,37,38v1,25,-20,38,-45,31v-4,0,-5,3,-5,8v1,16,23,26,43,26","w":232,"k":{"A":13,";":15,":":15,".":28,",":28}},"K":{"d":"108,-91v4,32,-18,84,36,72r0,19r-136,0r0,-19v19,-1,36,4,36,-19r0,-184v3,-24,-17,-18,-36,-19r0,-19r136,0r0,19v-19,1,-36,-5,-36,19r0,97r88,-96v8,-18,-12,-22,-33,-20r0,-19r121,0r0,19v-54,1,-71,47,-103,73v32,48,58,102,94,146v5,3,12,3,19,3r0,19r-131,0r0,-19v21,2,37,-1,24,-22r-50,-82","w":293,"k":{"y":10,"u":6,"o":6,"e":6,"Y":10,"W":13,"U":13,"O":10,"C":10,"A":8,"-":13}},"L":{"d":"136,-20v63,0,84,-26,98,-80r18,2r-5,98r-240,0r0,-19v19,-1,37,4,37,-19r0,-184v3,-24,-17,-18,-37,-19r0,-19r142,0r0,19v-20,1,-41,-6,-41,19r0,183v1,19,7,19,28,19","w":259,"k":{"y":6,"Y":36,"W":31,"V":43,"U":6,"T":29}},"M":{"d":"210,-19v19,-1,35,4,35,-19r0,-195r-79,233r-18,0r-83,-231r0,166v1,35,8,44,41,46r0,19r-104,0r0,-19v33,-3,38,-10,39,-46r0,-157v3,-23,-18,-19,-37,-19r0,-19r117,0r56,156r53,-156r114,0r0,19v-19,1,-36,-4,-36,19r0,184v-3,24,17,18,36,19r0,19r-134,0r0,-19","w":352},"N":{"d":"67,-65v1,36,9,44,42,46r0,19r-103,0r0,-19v31,-4,38,-11,38,-46r0,-156v-10,-11,-17,-22,-38,-20r0,-19r91,0r137,162v-8,-55,26,-150,-43,-143r0,-19r106,0r0,19v-32,3,-37,10,-37,46r0,199r-23,0r-170,-201r0,132","w":302,"k":{";":13,":":13,".":23,",":23}},"O":{"d":"149,-246v-54,0,-64,52,-64,116v0,65,9,116,64,116v52,0,65,-52,64,-116v-1,-65,-9,-116,-64,-116xm285,-130v9,127,-158,177,-235,95v-24,-24,-37,-50,-37,-95v0,-83,50,-136,136,-136v86,0,130,52,136,136","w":298,"k":{"X":6,"V":6,".":21,"-":-13,",":21}},"P":{"d":"264,-186v0,71,-78,78,-156,74r0,74v-3,25,20,18,41,19r0,19r-143,0r0,-19v20,-1,38,5,38,-19r0,-184v3,-24,-18,-18,-38,-19r0,-19v102,7,257,-32,258,74xm136,-241v-24,0,-27,1,-28,23r0,86v51,3,89,-2,87,-54v-1,-42,-16,-55,-59,-55","w":273,"k":{"s":11,"o":18,"e":20,"a":20,"U":6,"A":33,";":13,":":13,".":93,"-":33,",":93}},"Q":{"d":"226,69v-38,0,-59,-23,-56,-64v-94,8,-157,-46,-157,-135v0,-83,49,-136,136,-136v88,0,136,53,136,138v0,55,-24,89,-61,113v6,23,14,45,32,50v11,-1,15,-13,15,-27r20,0v0,38,-27,61,-65,61xm149,-246v-72,0,-70,114,-57,182v5,-25,24,-41,54,-41v31,0,49,18,59,43v14,-67,18,-184,-56,-184xm107,-50v0,32,35,43,64,32v3,-32,-2,-66,-31,-66v-20,0,-33,12,-33,34","w":298,"k":{".":18,"-":-13,",":18}},"R":{"d":"174,-60v1,-51,-11,-70,-66,-65r0,87v-3,23,17,19,37,19r0,19r-139,0r0,-19v20,0,38,4,38,-19r0,-184v3,-22,-18,-19,-38,-19r0,-19v98,8,256,-32,256,66v0,43,-36,62,-81,64v37,6,58,33,63,77v2,19,9,29,16,29v14,0,14,-18,15,-36r18,0v2,42,-21,67,-60,67v-42,0,-60,-19,-59,-67xm135,-241v-23,0,-27,-1,-27,20r0,77v49,3,89,-1,88,-49v-1,-40,-19,-48,-61,-48","w":292,"k":{"y":10,"o":-7,"e":-7,"a":-7,"Y":18,"W":15,"V":20,"T":13}},"S":{"d":"233,-77v6,85,-116,105,-168,60v-11,8,-15,24,-37,21r-4,-104r19,0v16,47,45,83,99,87v42,3,66,-43,37,-69v-51,-25,-156,-24,-156,-103v0,-76,105,-103,160,-62v10,-8,13,-21,34,-18r4,95r-17,0v-22,-45,-38,-78,-89,-78v-28,0,-47,14,-48,39v-2,42,118,41,144,72v12,14,20,35,22,60","w":249,"k":{"S":-7,".":6,"-":-20,",":6}},"T":{"d":"81,-243v-37,0,-52,41,-58,81r-18,0r6,-98r237,0r6,98r-18,0v-5,-41,-21,-81,-58,-81v-13,0,-16,3,-16,18r0,187v-3,24,17,18,36,19r0,19r-137,0r0,-19v19,-1,36,5,36,-19r0,-187v0,-15,-3,-18,-16,-18","w":259,"k":{"s":13,"o":15,"e":15,"c":15,"a":15,"A":20,";":13,":":13,".":53,"-":46,",":53}},"U":{"d":"43,-222v3,-23,-17,-18,-37,-19r0,-19r137,0r0,19v-19,1,-39,-4,-36,19v7,81,-30,200,63,200v86,0,65,-97,65,-178v0,-31,-10,-41,-40,-41r0,-19r99,0r0,19v-59,-1,-36,86,-36,138v0,83,-34,108,-108,110v-66,1,-107,-26,-107,-88r0,-141","w":299,"k":{"Z":10,"J":10,"A":11,";":13,":":13,".":33,"-":6,",":33}},"V":{"d":"210,-201v10,-23,-1,-43,-31,-40r0,-19r104,0r0,18v-25,2,-38,21,-47,44r-83,205r-29,0r-94,-233v-5,-12,-12,-15,-29,-15r0,-19r127,0r0,19v-18,-2,-35,0,-27,19r59,150","w":272,"k":{"y":23,"u":23,"o":33,"i":10,"e":38,"a":40,"O":6,"A":28,";":36,":":36,".":79,"-":33,",":79}},"W":{"d":"109,-241v-17,-3,-24,6,-19,22r44,129r29,-90v-12,-20,-5,-61,-38,-61r0,-19r107,0r0,19v-17,-3,-24,6,-19,22r39,126v12,-44,31,-83,38,-130v3,-17,-15,-19,-34,-18r0,-19r91,0v-1,6,2,15,-1,19v-22,1,-27,11,-33,30r-68,216r-25,0r-46,-149r-47,149r-26,0r-79,-232v-4,-12,-10,-15,-25,-14r0,-19r112,0r0,19","w":343,"k":{"y":8,"u":15,"r":16,"o":24,"i":6,"e":29,"a":24,"A":21,";":31,":":31,".":63,"-":26,",":63}},"X":{"d":"135,-18v23,0,29,-6,17,-24r-39,-56v-13,20,-33,34,-39,60v1,18,17,19,40,20r0,18r-118,0r0,-18v42,-5,76,-68,104,-99v-30,-40,-56,-85,-90,-122v-3,-2,-7,-3,-12,-3r0,-18r125,0r0,19v-16,-3,-35,5,-21,17r39,56v12,-19,31,-31,38,-55v-1,-17,-15,-18,-35,-18r0,-19r110,0r0,19v-46,2,-71,65,-99,93r77,110v9,12,14,21,32,20r0,18r-129,0r0,-18","w":259,"k":{"O":6,"C":6,"A":6,"-":13}},"Y":{"d":"182,-203v16,-20,4,-43,-26,-38r0,-19r105,0r0,19v-22,2,-33,11,-43,28r-59,98r0,77v-3,25,21,18,41,19r0,19r-145,0r0,-19v20,-1,40,6,40,-19r0,-72v-28,-41,-53,-89,-84,-127v-5,-4,-11,-4,-19,-4r0,-19r130,0r0,19v-30,-1,-30,8,-13,34v9,13,21,36,40,64","w":256,"k":{"u":31,"o":41,"i":13,"e":44,"a":41,"C":6,"A":21,";":44,":":44,".":46,"-":46,",":46}},"Z":{"d":"83,-20v78,4,112,-12,126,-79r19,0r-7,99r-213,0r0,-19r146,-221v-72,-4,-104,12,-118,70r-19,0r5,-90r205,0r0,18","w":238,"k":{".":6,",":6}},"[":{"d":"30,-260r93,0r0,15r-50,0r0,271r50,0r0,15r-93,0r0,-301","w":146},"\\":{"d":"18,-260r85,293r-20,0r-84,-293r19,0","w":100},"]":{"d":"116,41r-93,0r0,-15r49,0r0,-271r-49,0r0,-15r93,0r0,301","w":146},"^":{"d":"159,-257r42,0r86,99r-20,0r-87,-65r-88,65r-20,0","w":360},"_":{"d":"0,49r180,0r0,36r-180,0r0,-36","w":180},"`":{"d":"50,-225v-23,-7,-23,-39,1,-40v35,11,50,48,76,69v-37,2,-51,-21,-77,-29","w":180},"a":{"d":"97,-20v32,0,40,-31,37,-67v-34,6,-57,11,-59,43v0,14,8,24,22,24xm108,-178v46,0,82,10,82,60r0,77v-3,26,24,5,30,17v0,34,-74,43,-78,5v-30,29,-127,43,-127,-18v0,-51,57,-57,119,-68v1,-31,1,-57,-32,-54v-13,-1,-26,3,-27,12v14,14,10,43,-20,43v-17,0,-31,-10,-30,-26v2,-37,40,-48,83,-48","w":218},"b":{"d":"159,-83v0,-37,-6,-67,-36,-67v-31,0,-36,34,-36,74v0,35,7,63,36,63v31,0,36,-31,36,-70xm221,-86v12,84,-111,123,-153,62r-23,30r-18,0v9,-70,2,-159,4,-237v1,-17,-14,-13,-31,-14r0,-17r87,-4r0,114v44,-54,146,-10,134,66","w":233},"c":{"d":"121,-18v29,0,42,-20,50,-45r19,5v-11,39,-36,64,-84,64v-53,1,-95,-37,-95,-91v0,-56,43,-92,102,-92v37,0,73,16,73,49v0,20,-13,33,-33,33v-31,0,-38,-40,-18,-53v-1,-7,-11,-10,-20,-10v-35,1,-43,29,-43,68v0,42,12,72,49,72","w":198},"d":{"d":"12,-82v0,-75,86,-124,134,-70r0,-78v2,-18,-16,-13,-32,-14r0,-18r88,-4r0,236v-2,18,15,15,31,14r0,18r-85,4r0,-30v-12,19,-31,30,-60,30v-46,1,-76,-40,-76,-88xm108,-20v30,0,39,-29,39,-64v-1,-38,-5,-67,-37,-67v-31,0,-37,29,-37,65v0,36,6,66,35,66","w":235},"e":{"d":"123,-18v29,-1,45,-18,55,-41r16,7v-12,36,-38,58,-83,58v-58,2,-100,-36,-100,-91v0,-55,43,-92,99,-92v56,0,86,36,84,94v-39,2,-86,-4,-121,2v1,38,14,63,50,63xm139,-114v7,-41,-35,-58,-55,-30v-6,9,-10,23,-11,42r56,0v7,0,11,-4,10,-12","w":205},"f":{"d":"137,-201v-28,0,-33,-34,-14,-47v0,-3,-3,-3,-7,-3v-30,3,-21,37,-24,80r45,0r0,23r-45,0r0,116v-2,19,19,13,35,14r0,18r-119,0r0,-18v14,0,28,3,28,-14r0,-116r-32,0r0,-23r32,0v-2,-57,23,-96,76,-96v29,0,54,12,55,38v0,18,-11,28,-30,28","w":149,"k":{".":13,"-":6,",":13}},"g":{"d":"14,38v2,-20,20,-27,41,-31v-19,-6,-35,-14,-35,-35v0,-23,21,-33,46,-36v-26,-7,-45,-22,-45,-52v-1,-57,84,-76,132,-51v7,-28,65,-46,71,-6v3,26,-36,32,-41,8v-2,-11,-14,1,-17,6v15,11,25,22,26,44v-1,47,-48,61,-102,58v-10,0,-18,3,-18,11v0,17,28,11,45,11v49,0,88,6,88,51v0,46,-48,59,-104,59v-46,-1,-82,-4,-87,-37xm159,33v-3,-29,-57,-11,-86,-16v-8,4,-12,5,-13,15v0,20,18,24,42,23v30,0,53,-1,57,-22xm107,-159v-22,0,-28,18,-28,42v0,26,5,43,28,43v23,0,28,-17,28,-43v0,-24,-6,-42,-28,-42","w":216},"h":{"d":"91,-85v0,27,-17,75,26,67r0,18r-110,0r0,-18v14,0,28,3,28,-14r0,-199v1,-17,-14,-13,-30,-14r0,-17r87,-4r0,123v26,-47,121,-45,121,32r0,79v-3,17,13,14,27,14r0,18r-108,0r0,-18v12,-2,27,2,24,-14v-4,-41,16,-111,-27,-111v-31,0,-38,23,-38,58","w":245},"i":{"d":"66,-202v-18,0,-31,-14,-31,-32v0,-18,13,-32,31,-32v17,0,32,15,32,32v0,17,-14,32,-32,32xm40,-139v2,-18,-15,-15,-31,-14r0,-18r87,-4r0,143v-2,16,12,14,27,14r0,18r-111,0r0,-18v14,0,28,3,28,-14r0,-107","w":132},"j":{"d":"66,-202v-18,0,-31,-14,-31,-32v0,-18,13,-32,31,-32v17,0,32,15,32,32v0,17,-14,32,-32,32xm41,-139v2,-19,-18,-13,-35,-14r0,-18r90,-4r0,144v4,68,-21,106,-77,106v-26,0,-49,-11,-49,-36v0,-16,12,-27,28,-27v28,0,28,32,16,44v29,8,27,-23,27,-66r0,-129","w":126},"k":{"d":"6,-18v14,0,28,3,28,-14r0,-199v1,-17,-14,-13,-31,-14r0,-17r87,-4r0,176v18,-18,42,-30,55,-52v-1,-11,-15,-12,-27,-10r0,-19r106,0r0,19v-38,-1,-52,23,-74,38r77,93v3,2,7,3,10,3r0,18r-109,0r0,-18v18,3,22,-6,12,-19r-32,-40r-18,14v2,22,-9,52,24,45r0,18r-108,0r0,-18","w":235,"k":{"-":6}},"l":{"d":"8,-18v15,0,28,2,28,-14r0,-199v1,-17,-14,-13,-31,-14r0,-17r87,-4r0,234v-2,16,12,14,27,14r0,18r-111,0r0,-18","w":127},"m":{"d":"89,-145v18,-37,94,-42,108,1v15,-19,29,-29,59,-31v72,-4,55,79,55,143v0,16,12,14,27,14r0,18r-103,0r0,-18v11,-2,24,1,22,-14v-5,-39,16,-111,-23,-111v-43,0,-31,65,-33,111v-1,14,8,14,21,14r0,18r-97,0r0,-18v11,-1,25,1,22,-14v-5,-40,16,-111,-24,-111v-42,0,-30,66,-32,111v-1,14,9,14,22,14r0,18r-105,0r0,-18v14,0,28,4,28,-14r0,-107v2,-18,-15,-15,-31,-14r0,-18r84,-4r0,30","w":344},"n":{"d":"92,-86v0,27,-16,75,25,68r0,18r-110,0r0,-18v15,0,29,3,29,-14r0,-107v2,-18,-15,-15,-31,-14r0,-18r85,-4r0,35v16,-21,31,-35,64,-35v72,0,58,77,58,143v0,17,15,14,30,14r0,18r-110,0r0,-18v12,-2,27,2,24,-14v-5,-41,17,-111,-27,-111v-31,0,-37,22,-37,57","w":245},"o":{"d":"110,6v-55,0,-99,-36,-99,-91v0,-55,43,-92,99,-92v55,0,98,37,98,92v0,54,-43,91,-98,91xm110,-156v-32,0,-37,31,-37,71v0,39,4,70,36,70v32,0,37,-30,37,-70v0,-40,-4,-71,-36,-71","w":219},"p":{"d":"224,-87v0,73,-88,125,-135,70r0,60v-2,18,17,14,32,14r0,18r-116,0r0,-18v15,0,28,2,28,-14r0,-182v2,-18,-15,-15,-31,-14r0,-18r85,-4r0,30v12,-19,31,-30,60,-30v45,-1,77,40,77,88xm127,-149v-30,0,-39,29,-39,64v0,35,8,67,39,67v48,0,50,-131,0,-131","w":235},"q":{"d":"12,-83v-11,-84,111,-123,154,-62v13,-10,13,-33,39,-30v-7,64,1,145,-3,217v-1,19,14,14,29,15r0,18r-116,0r0,-18v15,0,32,4,32,-14r0,-64v-41,59,-146,15,-135,-62xm75,-86v-1,39,6,67,36,67v51,0,51,-138,-1,-138v-31,0,-35,31,-35,71","w":231},"r":{"d":"92,-70v0,19,-9,52,12,52r23,0r0,18r-120,0r0,-18v15,0,29,3,29,-14r0,-107v2,-18,-15,-15,-31,-14r0,-18r81,-4r0,50v11,-27,28,-47,58,-50v43,-5,55,67,10,67v-24,0,-35,-28,-21,-45v-28,10,-41,42,-41,83","w":185,"k":{".":40,",":40}},"s":{"d":"14,-119v0,-55,73,-72,114,-46v7,-5,14,-11,29,-9r2,57r-17,0v-10,-21,-30,-42,-57,-43v-15,0,-29,8,-29,21v-1,26,83,23,96,46v37,39,1,106,-57,100v-20,-2,-38,-6,-51,-14v-8,5,-14,13,-30,11r-1,-67r15,0v12,27,32,48,66,50v23,2,40,-22,23,-36v-37,-17,-103,-16,-103,-70","w":174},"t":{"d":"105,-24v17,-3,21,-21,21,-44r20,0v5,44,-20,75,-63,75v-74,0,-44,-93,-50,-157r-26,0r0,-19v38,-3,57,-32,58,-74r25,0r0,72r48,0r0,21r-48,0r0,96v1,20,-1,29,15,30","w":157},"u":{"d":"149,-83v-3,-31,19,-81,-33,-70r0,-18r89,-4r0,144v-3,17,15,14,30,13r0,18r-84,4r0,-34v-14,21,-33,35,-64,36v-72,3,-59,-78,-59,-145v0,-17,-11,-14,-27,-14r0,-18r85,-4r0,112v0,22,5,35,26,35v28,-1,40,-22,37,-55","w":237},"v":{"d":"156,-122v9,-19,-3,-34,-26,-31r0,-18r83,0r0,19v-20,1,-23,8,-31,25r-59,131r-30,0r-70,-143v-5,-11,-9,-14,-22,-14r0,-18r102,0v-1,8,4,21,-7,19v-14,-1,-12,10,-8,19r38,80","w":214,"k":{".":43,",":43}},"w":{"d":"252,-122v11,-17,-1,-34,-24,-31r0,-18r80,0r0,19v-20,1,-22,8,-30,25r-58,131r-28,0r-38,-93r-41,93r-28,0v-24,-51,-42,-109,-71,-155v-3,-2,-8,-2,-14,-2r0,-18r99,0v-1,7,4,20,-5,19v-14,-1,-12,9,-8,19r31,75r25,-58v-7,-15,-6,-39,-30,-37r0,-18r98,0v0,9,3,20,-8,19v-14,-1,-11,8,-8,19r31,76","w":306,"k":{".":43,",":43}},"x":{"d":"71,-37v-11,12,3,20,18,18r0,19r-85,0r0,-19v34,-7,51,-40,77,-57v-22,-25,-42,-53,-66,-75v-3,-2,-7,-2,-11,-2r0,-18r107,0r0,18v-14,-1,-20,6,-11,16r20,23v8,-10,23,-14,25,-29v1,-10,-10,-10,-22,-10r0,-18r89,0v-1,5,2,14,-1,17v-38,4,-54,36,-78,55v23,26,43,55,69,78v4,2,8,2,13,2r0,19r-113,0r0,-19v13,0,23,-3,15,-14r-23,-28","w":216,"k":{"-":6}},"y":{"d":"59,34v0,6,-7,16,2,16v19,-2,29,-26,37,-43r-73,-141v-7,-13,-9,-18,-23,-20r0,-17r102,0v-1,6,4,19,-6,17v-14,-2,-15,11,-10,21r38,76v10,-28,28,-50,33,-82v2,-15,-13,-15,-28,-15r0,-17r81,0r0,17v-18,3,-21,8,-29,22v-31,61,-55,147,-98,193v-22,24,-85,19,-85,-20v0,-35,58,-43,59,-7","k":{".":48,",":48}},"z":{"d":"111,-153v-46,-3,-70,4,-75,46r-18,0r4,-64r156,0r0,16r-97,136v53,3,70,-6,80,-50r18,0r-4,69r-163,0r0,-17","w":193},"{":{"d":"31,-118v98,8,-14,-165,119,-148r0,10v-40,-2,-37,30,-37,70v-1,50,-6,65,-44,74v46,7,44,42,44,98v0,35,6,45,37,47r0,10v-68,4,-74,-30,-72,-95v1,-41,-11,-49,-47,-53r0,-13","w":180},"|":{"d":"72,-275r36,0r0,360r-36,0r0,-360","w":180},"}":{"d":"67,-186v0,-39,3,-73,-37,-70r0,-10v69,-6,72,30,72,94v0,40,11,49,47,54r0,13v-50,-1,-47,37,-47,87v0,50,-20,61,-72,61r0,-10v40,2,37,-31,37,-71v1,-51,6,-64,44,-74v-38,-9,-43,-24,-44,-74","w":180},"~":{"d":"150,-127v46,19,86,14,119,-14r0,39v-20,13,-39,23,-67,24v-34,0,-78,-26,-103,-23v-28,3,-47,12,-68,28r0,-39v34,-23,71,-34,119,-15","w":299},"\u00a0":{"w":105}}});
Cufon.registerFont({"w":196,"face":{"font-family":"century-schoolbook","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 4 6 3 5 5 5 9 3 3","ascent":"288","descent":"-72","x-height":"6","bbox":"-68.0759 -275 359 85","underline-thickness":"21.9727","underline-position":"-26.543","slope":"-14.3","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":98},"!":{"d":"10,-16v0,-12,9,-23,22,-22v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22xm77,-258v10,-16,42,-9,37,13v-12,54,-48,114,-63,178r-12,-2v21,-60,18,-134,38,-189","w":119},"\"":{"d":"89,-257v13,0,18,10,16,25r-13,81r-6,0r-12,-87v0,-11,5,-19,15,-19xm31,-257v12,-1,17,12,15,25r-12,81r-6,0r-13,-88v-1,-12,6,-17,16,-18","w":120},"#":{"d":"123,-152r-17,49r50,0r17,-49r-50,0xm134,-256r27,0r-28,80r48,0r29,-80r27,0r-29,80r53,0r-8,24r-53,0r-17,49r56,0r-9,24r-56,0r-28,80r-28,0r29,-80r-49,0r-29,80r-26,0r27,-80r-55,0r9,-24r55,0r18,-49r-60,0r9,-24r59,0","w":276},"$":{"d":"123,-238v-57,-5,-76,72,-24,90xm79,-10v60,6,85,-79,26,-97xm148,-189v-2,-20,35,-21,12,-38v-5,-4,-12,-7,-20,-9r-26,95v32,14,56,29,57,66v2,46,-45,84,-96,81r-13,46r-17,0r13,-48v-28,-5,-52,-27,-55,-57v-3,-36,46,-43,48,-9v1,21,-37,23,-12,41v6,4,14,8,23,10r28,-103v-30,-14,-51,-27,-52,-63v-1,-45,40,-77,89,-75r5,-23r18,0r-7,25v28,6,47,23,50,53v3,31,-43,37,-45,8"},"%":{"d":"157,-224v23,0,48,-15,58,-30r15,0r-148,260r-17,0r131,-232v-14,8,-39,15,-59,9v3,55,-27,103,-77,107v-28,2,-46,-21,-46,-48v0,-47,34,-86,79,-91v33,-4,33,26,64,25xm208,-5v39,0,58,-45,62,-85v1,-17,-10,-32,-25,-32v-35,9,-56,57,-62,93v-2,14,11,24,25,24xm156,-41v0,-47,34,-88,79,-92v29,-3,45,16,45,44v0,49,-29,92,-78,95v-28,2,-46,-20,-46,-47xm66,-121v42,0,67,-56,60,-101v-10,-2,-18,-8,-24,-15v-35,8,-55,56,-61,92v-2,14,12,24,25,24","w":296},"&":{"d":"171,-249v-37,0,-37,48,-30,83v30,-8,58,-25,58,-56v0,-16,-11,-28,-28,-27xm60,-70v-2,50,57,71,92,39v-21,-30,-35,-65,-43,-107v-29,13,-47,31,-49,68xm281,-46v-17,43,-85,70,-119,29v-43,38,-147,30,-142,-44v4,-53,39,-72,86,-92v-14,-55,7,-113,63,-113v31,0,56,19,56,48v0,41,-38,54,-81,67v9,37,20,73,37,98v18,-16,40,-36,42,-58v2,-16,-15,-19,-33,-18r3,-15r98,0r-4,14v-51,5,-62,69,-96,90v19,34,65,16,78,-14","w":316},"'":{"d":"31,-257v12,0,17,11,15,25r-12,81r-6,0r-13,-87v-1,-12,6,-19,16,-19","w":61},"(":{"d":"36,-46v-1,38,11,65,28,88r-7,5v-60,-61,-50,-202,8,-260v21,-21,44,-44,74,-53r3,8v-72,31,-102,116,-106,212","w":119},")":{"d":"82,-173v1,-38,-11,-65,-28,-87r8,-6v60,61,49,203,-8,261v-21,21,-45,43,-75,52r-2,-8v72,-30,102,-115,105,-212","w":119},"*":{"d":"169,-165v-17,49,-42,-19,-65,-22v-2,13,15,43,15,52v0,10,-7,16,-17,16v-38,-4,1,-45,-3,-70v-18,8,-31,40,-48,42v-8,0,-16,-10,-16,-19v2,-25,48,-13,61,-27v-14,-14,-59,-2,-61,-28v18,-52,43,21,64,21v2,-13,-14,-42,-14,-51v0,-10,7,-16,17,-16v38,4,-1,45,3,70v17,-6,29,-42,48,-42v23,0,19,35,-3,35v-19,0,-32,5,-42,11v13,16,60,1,61,28","w":180},"+":{"d":"137,-215r25,0r0,95r93,0r0,25r-93,0r0,95r-25,0r0,-95r-92,0r0,-25r92,0r0,-95","w":299},",":{"d":"34,-39v33,2,30,50,9,70v-12,11,-26,21,-45,28r-5,-11v20,-9,45,-24,44,-45v-15,0,-25,-5,-25,-20v0,-12,9,-23,22,-22","w":98},"-":{"d":"2,-71r7,-27r87,0r-7,27r-87,0","w":118,"k":{"Y":26,"X":13,"W":20,"V":20,"T":13}},".":{"d":"10,-16v0,-12,10,-22,22,-22v13,0,23,10,23,22v0,27,-45,28,-45,0","w":98},"\/":{"d":"87,-266r16,0r-90,299r-17,0","w":100},"0":{"d":"122,-254v97,0,67,168,25,216v-20,23,-37,45,-72,45v-44,0,-70,-40,-67,-90v5,-81,35,-171,114,-171xm146,-122v10,-44,22,-111,-25,-116v-59,19,-70,104,-78,179v-4,40,30,65,57,39v22,-21,38,-65,46,-102"},"1":{"d":"101,-42v-4,13,-4,28,14,25r32,1r-5,16r-127,0r4,-16v20,-3,42,4,48,-19r43,-172v-3,-12,-33,-4,-50,-6r4,-15v32,-4,62,-12,81,-27r9,0"},"2":{"d":"113,-254v60,0,89,61,55,107v-25,34,-119,88,-143,116r84,0v18,2,34,-19,48,-45r14,5r-29,71r-155,0v7,-36,50,-60,83,-91v42,-40,71,-53,76,-107v2,-24,-19,-38,-44,-39v-22,-1,-51,19,-52,37v6,10,29,10,29,29v0,14,-9,22,-23,22v-18,-1,-29,-15,-29,-34v-1,-40,44,-71,86,-71"},"3":{"d":"185,-196v-1,34,-28,54,-60,63v26,7,42,23,42,54v0,51,-43,85,-95,85v-37,0,-67,-23,-70,-56v-3,-35,47,-46,49,-11v1,19,-20,17,-24,29v1,14,23,23,41,23v38,0,62,-35,62,-77v0,-32,-19,-45,-50,-37v-6,0,-11,-4,-11,-10v1,-14,18,-9,29,-7v51,6,79,-99,13,-99v-15,0,-36,8,-37,19v0,4,17,16,14,24v0,12,-9,20,-21,20v-14,0,-22,-10,-22,-24v-1,-32,35,-54,70,-54v39,0,71,22,70,58"},"4":{"d":"133,-68v-6,20,-24,56,14,52r14,0r-4,16r-111,0r4,-16v18,-3,40,3,41,-19r9,-33r-102,0r0,-15r168,-173r18,0r-46,169r43,0r-6,19r-42,0xm105,-87r32,-117r-114,117r82,0"},"5":{"d":"200,-254v-13,41,-69,48,-119,36r-20,69v43,-30,117,-7,113,52v-5,62,-46,100,-104,104v-37,3,-68,-23,-68,-57v0,-31,46,-44,49,-12v2,19,-17,21,-23,31v1,12,20,23,38,22v48,-2,66,-43,70,-87v5,-46,-53,-60,-81,-33v1,16,-27,30,-27,9v0,-10,6,-14,12,-19r34,-117v38,10,89,18,121,-1"},"6":{"d":"149,-205v5,-14,17,-38,-11,-35v-52,5,-67,56,-82,113v15,-15,34,-28,59,-29v34,-1,62,28,60,63v-3,56,-37,98,-92,100v-47,2,-74,-38,-72,-87v3,-90,45,-166,128,-174v29,-3,53,17,55,43v2,29,-45,34,-45,6xm139,-92v-1,-25,-12,-43,-37,-43v-35,0,-58,41,-58,80v0,27,13,47,38,47v36,0,58,-43,57,-84"},"7":{"d":"91,-9v-6,24,-47,22,-44,-6v-6,-19,93,-157,125,-203r-77,0v-34,2,-35,17,-52,46r-13,-5r33,-75r101,3v12,0,25,-1,40,-2r0,11v-51,74,-90,139,-113,231"},"8":{"d":"120,-240v-37,0,-69,45,-39,73v8,8,21,16,38,24v47,-4,67,-97,1,-97xm189,-197v-1,36,-23,48,-54,62v22,14,37,30,38,60v0,48,-44,82,-95,82v-40,0,-76,-22,-75,-59v1,-41,30,-62,66,-75v-55,-36,-16,-127,53,-127v37,0,68,21,67,57xm80,-9v48,2,80,-46,50,-81v-8,-8,-24,-17,-48,-28v-54,10,-74,106,-2,109"},"9":{"d":"30,-62v26,1,20,30,11,44v0,8,11,10,20,10v52,-6,67,-56,82,-113v-15,15,-33,29,-59,29v-35,2,-61,-28,-60,-63v3,-58,37,-100,92,-100v46,0,74,39,72,88v-3,90,-46,166,-128,174v-28,3,-55,-17,-55,-43v0,-15,9,-26,25,-26xm60,-155v0,26,13,40,38,42v56,4,85,-126,19,-126v-36,0,-58,43,-57,84"},":":{"d":"24,5v-27,0,-28,-45,0,-45v12,0,22,10,22,22v0,13,-10,23,-22,23xm37,-146v0,-12,10,-22,23,-22v12,0,22,10,22,22v0,12,-9,23,-22,22v-12,0,-23,-10,-23,-22","w":106},";":{"d":"24,-39v33,2,31,50,10,70v-12,11,-26,21,-45,28r-6,-11v20,-9,45,-24,44,-45v-15,0,-25,-6,-25,-20v0,-12,10,-22,22,-22xm38,-146v0,-12,10,-22,22,-22v12,0,22,9,22,22v0,12,-9,23,-22,22v-12,0,-21,-11,-22,-22","w":106},"<":{"d":"253,-204r0,27r-170,70r170,69r0,27r-207,-85r0,-23","w":299},"=":{"d":"45,-85r210,0r0,25r-210,0r0,-25xm45,-155r210,0r0,25r-210,0r0,-25","w":299},">":{"d":"46,-204r207,85r0,23r-207,85r0,-27r171,-69r-171,-70r0,-27","w":299},"?":{"d":"49,-16v0,-12,9,-22,21,-22v12,0,23,9,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21xm88,-86v16,0,25,-11,28,-25r12,0v-3,23,-16,40,-42,39v-20,1,-32,-17,-32,-37v0,-54,85,-77,85,-118v0,-18,-11,-29,-29,-29v-30,1,-49,30,-46,65v-6,0,-15,3,-12,-8v-1,-39,23,-70,60,-69v29,0,50,21,50,50v0,59,-86,75,-91,114v-1,12,6,18,17,18","w":179},"@":{"d":"245,-22v-24,0,-35,-13,-37,-36v-12,20,-26,35,-53,36v-32,1,-51,-25,-50,-59v3,-52,35,-92,86,-96v23,-2,36,13,39,33r9,-30r28,0r-34,125v-1,12,6,17,16,18v49,-10,72,-51,72,-108v0,-69,-50,-107,-121,-107v-94,0,-147,60,-152,156v-7,132,168,160,250,93r6,7v-30,23,-66,39,-116,39v-122,0,-198,-100,-148,-210v24,-53,78,-94,156,-95v77,-1,135,46,134,121v-1,60,-28,113,-85,113xm158,-31v43,-6,59,-57,63,-102v2,-19,-10,-38,-27,-36v-42,6,-56,61,-60,104v-2,18,9,33,24,34","w":354},"A":{"d":"137,-208r-59,104r79,0xm137,-16v18,-1,39,3,33,-24r-10,-46r-93,0v-8,18,-21,32,-26,54v1,15,15,16,33,16r-2,16r-97,0r4,-16v25,-3,37,-19,50,-40r121,-210r14,0r45,228v5,19,9,20,34,22r0,16r-106,0r0,-16","w":252,"k":{"y":6,"Y":15,"W":15,"V":20,"U":8,"T":13,";":-7,":":-7}},"B":{"d":"187,-82v3,-47,-48,-44,-96,-43r-23,99v2,13,13,8,32,10v58,3,84,-18,87,-66xm199,-205v0,-41,-40,-43,-75,-36v-4,2,-7,6,-8,12r-21,88v61,2,104,-6,104,-64xm76,-218v11,-26,-8,-27,-34,-26r3,-16v81,5,195,-22,196,58v0,43,-31,65,-73,68v35,7,59,22,60,59v1,46,-41,75,-89,75r-150,0r3,-16v19,-1,33,2,38,-19","w":257,"k":{"Y":6,"W":6,"V":6,"S":-7,"-":-20}},"C":{"d":"121,-10v46,0,72,-32,89,-70r15,7v-21,47,-50,76,-109,80v-115,7,-125,-157,-60,-222v28,-48,127,-77,164,-21v11,-8,12,-26,33,-24r-19,103r-14,0v6,-67,-40,-117,-96,-86v-44,25,-65,91,-67,158v-1,45,22,75,64,75","w":251,"k":{"S":-7,".":6,"-":-8,",":6}},"D":{"d":"221,-177v5,-57,-41,-75,-95,-65v-4,2,-7,8,-9,15r-49,199v2,14,9,12,28,12v96,2,117,-76,125,-161xm263,-158v-3,92,-56,157,-154,158r-120,0r3,-16v16,-1,33,1,37,-14r50,-204v0,-13,-20,-8,-37,-10r3,-16r114,0v65,0,106,37,104,102","w":278,"k":{"Y":10,"W":6,"V":6,"A":6,".":13,"-":-13,",":13}},"E":{"d":"103,-16v69,0,90,-26,115,-77r14,0r-28,93r-214,0r3,-16v14,-3,32,1,36,-14r51,-203v-1,-14,-21,-10,-39,-11r3,-16r208,0r-15,88v-7,0,-17,3,-15,-7v9,-71,-42,-67,-95,-62v-19,21,-19,66,-30,96v41,4,63,-11,72,-45r16,0r-33,122r-16,0v7,-36,4,-69,-44,-61r-24,101v3,13,13,12,35,12","w":257,"k":{"-":-7}},"F":{"d":"71,-42v-12,29,13,26,39,26r-3,16r-117,0r3,-16v14,-3,32,1,36,-14r50,-204v0,-14,-20,-8,-38,-10r3,-16r208,0r-15,88r-14,0v8,-71,-35,-78,-96,-69v-5,2,-8,6,-9,11r-21,85v41,4,63,-11,72,-45r16,0r-33,122r-16,0v7,-36,4,-69,-44,-61","w":239,"k":{"o":16,"e":16,"a":15,"A":24,";":13,":":13,".":60,"-":20,",":60}},"G":{"d":"195,-95v1,-15,-19,-8,-36,-10r3,-17r113,0r-4,17v-16,1,-35,-4,-36,14r-27,98r-14,0r-2,-30v-20,17,-41,29,-75,30v-116,7,-126,-155,-59,-219v29,-50,132,-80,173,-24v12,-8,14,-26,36,-24r-22,102v-6,-2,-16,2,-15,-9v8,-65,-52,-107,-104,-73v-42,27,-68,94,-69,162v0,41,24,69,63,69v50,0,70,-39,75,-86","w":280,"k":{".":13,"-":-7,",":13}},"H":{"d":"224,-42v-11,24,8,28,34,26r-3,16r-113,0r3,-16v14,-3,33,2,37,-14r24,-96r-114,0v-7,34,-24,65,-24,100v0,13,20,8,37,10r-3,16r-113,0r3,-16v15,-2,34,1,37,-14r50,-204v0,-13,-20,-8,-37,-10r3,-16r113,0r-3,16v-16,1,-33,-2,-37,14r-22,86r115,0r21,-90v-1,-13,-20,-9,-37,-10r3,-16r113,0r-4,16v-16,1,-32,-1,-36,14","w":299},"I":{"d":"77,-218v10,-25,-8,-27,-34,-26r3,-16r109,0r-4,16v-15,1,-30,0,-33,14r-50,204v0,13,18,9,35,10r-3,16r-110,0r3,-16v14,-3,32,1,36,-14","w":147},"J":{"d":"5,-47v-2,38,64,49,83,21v31,-46,49,-140,61,-208v3,-14,-19,-8,-36,-10r3,-16r109,0r-2,16v-15,1,-30,0,-34,14v-20,70,-28,173,-72,217v-36,36,-129,24,-129,-41v0,-27,18,-51,44,-51v15,0,27,11,27,25v2,23,-28,32,-44,20v-7,0,-10,6,-10,13","w":212,"k":{"A":8,";":13,":":13,".":26,",":26}},"K":{"d":"70,-41v-10,24,7,27,33,25r-4,16r-109,0r3,-16v16,-1,31,1,35,-14r51,-204v0,-13,-20,-8,-37,-10r3,-16r114,0r-3,16v-15,3,-34,-2,-38,14r-27,108r123,-105v9,-16,-8,-17,-28,-17r2,-16r104,0r-2,15v-61,11,-91,63,-136,93r58,122v5,14,20,13,37,14r-1,16r-114,0r3,-16v17,-2,44,3,32,-19r-44,-92r-42,34","w":272,"k":{"y":10,"u":6,"a":6,"Y":11,"W":15,"U":13,"O":10,"C":10,"A":8,"-":13}},"L":{"d":"77,-218v10,-25,-9,-29,-36,-26r3,-16r119,0r-3,16v-18,1,-38,-3,-42,14r-50,205v2,13,12,10,32,10v67,0,90,-28,115,-78r14,0r-28,93r-211,0r3,-16v14,-3,32,1,36,-14","w":238,"k":{"o":-7,"e":-7,"a":-7,"Y":38,"W":31,"V":36,"U":6,"T":26,"A":-7,"-":-20}},"M":{"d":"258,-41v-11,25,9,27,34,25r-3,16r-113,0r3,-16v19,-2,33,2,38,-19r48,-193r-134,228r-11,0r-29,-221r-43,179v1,20,14,24,36,26r-2,16r-98,0r3,-16v29,-4,37,-15,44,-42r44,-173v-4,-15,-25,-11,-42,-14r2,-15r88,0r25,194r114,-194r79,0r-3,16v-17,3,-30,-1,-35,19","w":334},"N":{"d":"243,-207v7,-25,-8,-37,-32,-38r2,-15r93,0r-3,16v-26,2,-37,18,-43,43r-52,206r-13,0r-104,-218r-40,170v1,21,13,25,36,27r-2,16r-98,0r3,-16v29,-4,36,-14,44,-42r44,-173v-4,-15,-24,-13,-42,-14r2,-15r74,0r95,199","w":293,"k":{";":13,":":13,".":33,",":33}},"O":{"d":"107,-253v74,-39,163,7,158,91v-6,93,-59,163,-150,169v-113,8,-122,-154,-57,-219v16,-16,30,-32,49,-41xm115,-10v80,0,100,-96,108,-174v9,-82,-101,-80,-128,-23v-17,35,-38,83,-38,132v0,40,19,65,58,65","w":280,"k":{"Y":6,"X":6,"V":6,".":13,"-":-7,",":13}},"P":{"d":"201,-203v0,-41,-41,-47,-76,-37v-18,27,-21,75,-32,109v66,3,108,-9,108,-72xm241,-195v0,74,-67,83,-152,80v-6,30,-21,58,-21,89v0,14,23,8,40,10r-3,16r-116,0r3,-16v19,-1,33,2,38,-19r49,-199v0,-13,-20,-8,-37,-10r3,-16v86,3,196,-18,196,65","w":240,"k":{"s":11,"o":18,"e":20,"a":13,"Y":6,"W":6,"U":6,"A":33,";":6,":":6,".":89,"-":26,",":89}},"Q":{"d":"180,70v-33,0,-45,-30,-40,-66v-97,22,-150,-71,-114,-162v22,-54,66,-107,139,-109v60,-2,100,46,100,105v0,68,-40,124,-86,150v5,33,0,49,20,55v14,-3,17,-12,26,-26r12,6v-11,25,-28,47,-57,47xm223,-184v6,-63,-65,-85,-104,-50v-37,33,-71,110,-60,183v1,7,4,12,8,18v-6,-37,18,-64,53,-64v32,0,52,25,55,56v28,-31,43,-89,48,-143xm81,-40v0,32,36,38,63,26v8,-28,5,-67,-28,-65v-22,0,-35,16,-35,39","w":280,"k":{".":13,"-":-7,",":13}},"R":{"d":"209,-207v0,-41,-49,-40,-84,-33v-18,22,-18,66,-29,96v64,2,113,-4,113,-63xm76,-218v11,-26,-8,-27,-34,-26r3,-16v81,5,205,-22,205,57v0,47,-41,67,-92,70v39,11,42,42,39,92v0,13,1,23,11,24v14,-4,17,-19,25,-35r12,6v-10,27,-23,50,-51,52v-49,3,-38,-61,-34,-104v3,-35,-32,-28,-68,-29r-24,101v0,13,18,9,35,10r-2,16r-112,0r3,-16v19,-1,33,2,38,-19","w":271,"k":{"y":6,"Y":13,"W":8,"V":6,"T":6,"-":6}},"S":{"d":"207,-78v0,83,-124,112,-170,55v-11,8,-13,25,-35,23r20,-102v5,2,14,-2,14,6v0,54,22,84,73,86v37,0,63,-17,64,-52v0,-58,-140,-48,-128,-126v-6,-75,111,-104,151,-50v10,-8,12,-23,33,-20r-19,94r-14,-3v0,-51,-18,-81,-66,-83v-41,-2,-72,47,-42,74v34,31,119,29,119,98","w":238,"k":{"S":-7,"Q":-7,"O":-7,"G":-7,"-":-13}},"T":{"d":"118,-41v-8,26,11,26,37,25r-1,16r-122,0r3,-16v21,-1,38,3,43,-19r50,-199v-1,-8,-5,-11,-16,-11v-51,0,-56,34,-82,82r-13,-5r31,-92r212,0r-14,100r-15,-1v7,-49,-7,-96,-58,-80v-24,60,-35,136,-55,200","w":254,"k":{"s":13,"o":15,"e":15,"c":15,"a":15,"A":20,";":13,":":13,".":53,"-":46,",":53}},"U":{"d":"193,-15v-45,39,-163,26,-158,-45v4,-55,29,-119,39,-174v0,-13,-20,-8,-37,-10r3,-16r113,0r-3,16v-19,1,-33,-2,-38,19r-30,119v-19,48,-4,98,48,96v96,-4,90,-127,115,-208v-1,-21,-15,-24,-37,-26r2,-16r98,0r-2,16v-30,4,-36,14,-45,42v-19,63,-26,151,-68,187","w":290,"k":{"Z":6,"J":6,"A":10,";":13,":":13,".":33,",":33}},"V":{"d":"208,-215v10,-20,-1,-32,-30,-29r2,-16r91,0r-2,16v-26,6,-32,16,-46,40r-124,211r-13,0r-40,-229v-3,-19,-10,-21,-34,-22r0,-16r106,0r0,16v-18,1,-38,-3,-33,24r29,165","w":239,"k":{"y":16,"u":11,"o":21,"i":10,"e":33,"a":33,"O":6,"A":28,";":33,":":33,".":66,"-":20,",":66}},"W":{"d":"292,-210v13,-20,7,-39,-27,-34r2,-16r92,0r-1,16v-28,3,-37,16,-48,40r-96,211r-13,0r-26,-184r-83,184r-12,0r-32,-229v-2,-17,-10,-23,-29,-22r0,-16r94,0r0,16v-18,-1,-33,4,-25,24r19,149v20,-50,48,-92,64,-146v0,-22,-8,-27,-31,-27r0,-16r97,0r0,16v-18,1,-33,-2,-29,24r21,149","w":328,"k":{"y":8,"u":10,"r":10,"o":18,"i":6,"e":26,"a":18,"A":10,";":10,":":10,".":48,"-":13,",":48}},"X":{"d":"143,-244v-21,-2,-36,1,-27,22r27,63r60,-64v6,-16,-6,-22,-26,-21r3,-16r96,0r-4,16v-20,4,-34,13,-47,26r-75,76v19,39,32,86,56,120v6,5,21,5,32,6r0,16r-115,0r0,-16v17,-3,43,5,33,-19r-34,-78r-66,71v-11,16,5,28,26,26r0,16r-104,0r3,-16v28,-5,39,-17,60,-39r74,-75r-49,-108v-4,-3,-18,-6,-27,-6r0,-16r104,0r0,16","w":252,"k":{"A":6,";":-7,":":-7,"-":6}},"Y":{"d":"125,-245v-16,1,-41,-4,-32,18r39,96v24,-34,57,-58,74,-98v-2,-15,-14,-14,-34,-15r2,-16r100,0r-3,16v-20,1,-31,7,-41,20r-93,113v-6,29,-16,53,-19,84v-1,15,24,10,41,11r-2,16r-124,0r4,-16v19,-3,37,4,43,-19r19,-78r-46,-113v-6,-14,-14,-18,-33,-19r0,-15r105,0r0,15","w":240,"k":{"u":20,"o":34,"i":6,"e":41,"a":41,"A":16,";":38,":":38,".":46,"-":40,",":46}},"Z":{"d":"182,-244v-78,-4,-118,15,-139,72r-15,-2r29,-86r177,0r0,11r-191,232v90,4,136,-13,160,-80r12,5r-28,92r-196,0r0,-13","w":235,"k":{".":6,"-":-13,",":6}},"[":{"d":"60,39r-81,0r78,-299r76,0r-2,11r-53,0r-72,276r56,0","w":119},"\\":{"d":"60,33r-37,-299r16,0r37,299r-16,0","w":100},"]":{"d":"49,-260r81,0r-77,299r-76,0r1,-12r53,0r72,-276r-56,0","w":119},"^":{"d":"163,-257r34,0r90,99r-17,0r-90,-74r-91,74r-17,0","w":360},"_":{"d":"0,60r180,0r0,25r-180,0r0,-25","w":180},"`":{"d":"77,-225v-14,-6,-14,-28,3,-28v27,12,37,44,57,63v-31,0,-39,-25,-60,-35","w":180},"a":{"d":"130,4v-16,2,-24,-10,-23,-28v-14,17,-30,30,-55,30v-31,0,-54,-26,-52,-60v4,-61,33,-116,91,-116v24,0,37,14,43,34r11,-28r28,0v-12,40,-40,97,-40,139v0,6,2,10,7,11v17,-5,26,-26,38,-45r10,6v-17,30,-27,53,-58,57xm94,-152v-44,0,-58,57,-61,103v-1,21,10,36,30,35v44,-3,60,-58,60,-103v0,-20,-10,-35,-29,-35","w":199},"b":{"d":"99,-149v-46,4,-66,57,-66,105v0,23,9,37,32,35v46,-4,62,-58,66,-104v2,-22,-11,-38,-32,-36xm52,-220v9,-22,1,-33,-28,-29r3,-13r70,-4r-39,123v27,-39,111,-32,106,32v-5,66,-41,114,-102,117v-57,3,-65,-50,-48,-105","w":182},"c":{"d":"68,-11v27,0,37,-17,53,-37r11,8v-18,26,-37,46,-72,47v-37,1,-62,-30,-61,-69v2,-60,39,-103,96,-108v26,-2,46,16,48,39v2,27,-40,37,-42,8v-1,-14,15,-15,18,-23v0,-8,-14,-11,-23,-11v-46,6,-61,53,-63,100v-1,27,11,46,35,46","w":156},"d":{"d":"138,4v-17,2,-25,-10,-25,-28v-28,45,-120,38,-113,-32v6,-59,36,-111,97,-114v22,-1,37,12,45,28r28,-97v-3,-14,-13,-11,-36,-12r5,-12r72,-5r-64,214v-4,24,-12,32,1,40v18,-6,28,-23,41,-45r11,6v-18,29,-30,54,-62,57xm100,-156v-47,0,-63,59,-67,107v-2,23,12,37,33,37v46,0,61,-59,65,-108v1,-22,-11,-36,-31,-36","w":216},"e":{"d":"33,-63v-15,65,67,60,89,22r9,8v-16,22,-38,40,-71,40v-36,0,-63,-28,-61,-66v3,-59,41,-105,99,-110v26,-2,48,13,45,36v-5,45,-55,58,-110,70xm112,-135v0,-31,-40,-23,-54,0v-9,15,-18,34,-24,59v41,-10,78,-20,78,-59","w":156},"f":{"d":"130,-232v0,-9,13,-22,-4,-21v-36,10,-31,37,-48,89r44,0r-3,16r-45,0r-45,178v-4,14,-9,27,-13,38r-39,7v32,-65,48,-145,67,-223r-33,0r5,-16r33,0v13,-54,29,-98,81,-102v20,-1,37,11,37,29v0,24,-37,31,-37,5","w":119,"k":{".":29,"-":6,",":29}},"g":{"d":"4,-33v1,-23,22,-35,46,-38v-50,-29,-4,-105,50,-99v13,1,21,4,33,7v11,-16,57,-30,62,0v1,8,-6,16,-14,15v-12,-2,-23,-27,-37,-8v48,33,7,101,-52,101v-21,0,-56,-12,-60,11v-2,10,20,14,39,16v50,4,78,4,78,45v0,45,-46,58,-97,59v-40,0,-74,-9,-74,-43v0,-25,22,-37,49,-40v-14,-4,-24,-9,-23,-26xm7,32v2,45,117,37,116,-5v-2,-37,-117,-43,-116,5xm102,-156v-43,-5,-65,88,-11,88v42,5,66,-91,11,-88","w":198},"h":{"d":"137,-115v6,-16,8,-35,-12,-35v-59,17,-73,87,-90,150r-33,0r67,-240v-3,-13,-10,-8,-31,-10r4,-13r68,-5r-41,147v17,-23,37,-45,68,-47v70,11,2,100,2,147v0,6,2,7,8,8v17,-5,30,-26,43,-44r11,7v-18,27,-32,50,-63,54v-56,-11,-7,-84,-1,-119","w":218},"i":{"d":"47,-13v18,-5,31,-26,44,-44r11,7v-19,29,-31,49,-63,54v-63,-16,2,-100,5,-144v-2,-13,-10,-10,-32,-11r4,-13r69,-4r-45,147v-1,7,2,7,7,8xm79,-222v-9,0,-19,-10,-19,-19v0,-9,9,-20,19,-19v10,-1,19,10,19,19v0,9,-10,19,-19,19","w":121},"j":{"d":"86,-222v-9,0,-20,-9,-19,-19v-1,-10,10,-19,19,-19v10,0,19,10,19,19v0,9,-10,19,-19,19xm-31,42v0,9,-11,20,4,20v43,-12,63,-146,82,-202v-2,-13,-10,-10,-32,-11r4,-13r67,-4v-23,70,-39,171,-76,221v-20,27,-83,34,-86,-7v-1,-13,8,-22,20,-22v10,0,17,8,17,18","w":119},"k":{"d":"92,-60v4,-24,-25,-3,-25,-20v1,-11,14,-8,23,-5v24,-6,50,-21,50,-46v0,-35,-42,-11,-55,4v-28,33,-39,72,-54,127r-33,0r70,-236v-2,-14,-11,-11,-32,-12r4,-12r67,-4r-40,143v20,-26,34,-48,68,-48v19,0,34,14,33,34v-2,33,-31,44,-64,58v13,10,18,25,18,49v1,10,4,15,8,15v13,-5,27,-25,35,-42r11,5v-11,26,-28,53,-57,55v-30,2,-32,-34,-27,-65","w":197},"l":{"d":"62,-217v8,-23,4,-34,-27,-31r3,-12r67,-4r-70,242v0,6,2,9,8,9v19,-6,27,-23,43,-44r11,7v-19,27,-31,54,-64,54v-28,0,-29,-31,-21,-57","w":119},"m":{"d":"137,-114v6,-13,5,-41,-13,-36v-57,16,-72,86,-88,150r-33,0r42,-140v-1,-14,-10,-10,-31,-11r4,-13r62,-4r-10,47v17,-23,35,-45,65,-47v25,-1,37,17,35,44v17,-21,35,-42,65,-44v71,11,2,100,2,147v0,6,2,7,8,8v19,-6,28,-24,43,-44r11,7v-19,29,-31,49,-63,54v-62,-18,4,-93,4,-139v-11,-35,-50,3,-61,17v-22,29,-33,72,-45,118r-31,0","w":316},"n":{"d":"138,-115v6,-14,7,-36,-12,-35v-60,18,-73,84,-90,150r-33,0r42,-140v-1,-14,-10,-10,-31,-11r4,-13r63,-4r-11,47v17,-23,37,-44,67,-47v71,11,2,100,2,147v0,6,2,7,8,8v19,-6,28,-24,43,-44r11,7v-17,27,-33,51,-63,54v-28,2,-34,-33,-21,-56","w":218},"o":{"d":"65,6v-40,2,-68,-27,-66,-68v3,-60,37,-106,98,-108v38,-1,65,31,63,68v-3,60,-37,105,-95,108xm95,-157v-47,4,-61,61,-64,111v-1,22,12,40,33,38v48,-4,64,-60,64,-109v0,-24,-10,-42,-33,-40","w":180},"p":{"d":"83,6v-22,0,-37,-11,-46,-27v-6,25,-16,46,-19,74v-1,11,14,9,26,9r-2,13r-86,0r4,-13v14,-2,23,-1,28,-17r52,-186v-3,-13,-10,-9,-32,-11r4,-13r62,-3r-7,32v14,-17,31,-33,58,-33v31,0,50,24,50,58v-2,63,-34,117,-92,117xm112,-149v-45,4,-61,58,-64,104v-2,21,10,36,30,35v47,-3,65,-58,65,-103v0,-22,-10,-38,-31,-36","w":197},"q":{"d":"119,40v-7,18,4,24,25,22r-4,13r-87,0r4,-13v15,-3,25,1,30,-17r19,-67v-26,45,-113,30,-107,-33v6,-60,39,-114,99,-114v23,0,35,10,47,25v11,-8,12,-26,33,-24xm99,-156v-46,0,-64,58,-66,107v-1,23,10,38,32,37v47,-3,65,-61,65,-108v0,-23,-10,-36,-31,-36","w":194},"r":{"d":"137,-119v-12,-1,-18,-8,-19,-21v0,-5,-2,-8,-6,-8v-41,15,-61,92,-76,148r-32,0r41,-140v-3,-13,-9,-11,-31,-11r3,-13r62,-4r-8,43v16,-23,30,-41,58,-43v17,-1,28,10,28,26v0,14,-8,23,-20,23","w":158,"k":{".":46,"-":6,",":46}},"s":{"d":"126,-52v0,36,-31,58,-69,58v-30,0,-56,-15,-58,-42v-2,-26,37,-35,38,-7v1,8,-5,15,-12,20v11,28,79,16,74,-20v-5,-34,-77,-27,-77,-74v0,-32,29,-53,62,-53v28,0,53,12,55,36v2,25,-38,30,-38,5v-2,-6,8,-17,9,-19v-13,-19,-66,-8,-64,20v3,35,80,28,80,76","w":158},"t":{"d":"33,4v-29,3,-31,-29,-22,-56r31,-97r-33,0r4,-15r34,0r20,-61r29,0r-20,61r40,0r-5,15r-39,0r-38,128v1,6,2,7,8,8v20,-7,29,-23,45,-45r10,6v-17,28,-33,53,-64,56","w":118},"u":{"d":"138,6v-23,0,-32,-24,-24,-47v-17,23,-37,45,-68,47v-71,-11,-5,-101,-1,-146v-2,-13,-10,-11,-31,-11r4,-13r68,-4r-43,140v0,9,6,15,15,14v56,-10,73,-88,93,-150r33,0v-19,52,-40,96,-45,143v0,7,0,10,7,10v19,-5,28,-23,42,-43r9,7v-16,26,-29,53,-59,53","w":218},"v":{"d":"31,-121v7,-20,6,-33,-22,-30r1,-13r66,-4v-11,43,-34,80,-34,127v0,16,11,28,27,28v44,0,64,-58,70,-103v2,-12,-19,-29,-18,-39v0,-8,7,-16,17,-15v15,0,21,12,21,28v0,67,-31,142,-100,148v-38,3,-52,-37,-42,-75","w":181,"k":{".":16,"-":-13,",":16}},"w":{"d":"48,6v-69,-12,-15,-100,-8,-146v-1,-13,-9,-11,-26,-11r1,-13r63,-4v-12,46,-31,85,-37,135v-2,12,6,19,17,19v49,-11,73,-86,85,-150r33,0v-16,54,-27,80,-30,126v0,15,5,24,18,24v41,-9,63,-58,68,-102v2,-11,-19,-29,-19,-37v1,-10,9,-17,19,-17v14,0,19,13,19,28v0,67,-32,140,-93,147v-32,4,-45,-25,-40,-58v-12,29,-37,57,-70,59","w":275,"k":{".":20,"-":-7,",":20}},"x":{"d":"105,6v-27,-5,-25,-28,-35,-62v-20,31,-29,57,-60,62v-26,4,-35,-43,-8,-45v21,-2,13,37,33,13v9,-10,22,-36,31,-52v-6,-23,-7,-58,-23,-68v-14,4,-17,17,-29,33r-10,-7v18,-29,37,-65,69,-41v8,10,10,34,15,50v18,-31,27,-54,57,-59v12,-2,21,9,21,21v0,11,-6,19,-17,19v-18,0,-18,-29,-34,0v-6,11,-15,23,-23,39r16,67v17,20,29,-13,42,-28r10,7v-14,25,-29,47,-55,51","w":177},"y":{"d":"3,47v-2,5,-2,15,6,13v25,-5,46,-34,59,-59v-9,-57,-16,-117,-37,-143v-11,6,-14,18,-23,35r-12,-5v13,-27,23,-51,47,-57v14,0,28,37,45,110v3,13,2,23,7,14v27,-53,36,-61,32,-104v-1,-11,7,-19,18,-19v10,0,15,7,15,17v0,8,-18,52,-43,95v-50,87,-88,132,-117,132v-32,0,-47,-48,-15,-48v12,0,18,7,18,19","w":171,"k":{".":21,"-":-7,",":21}},"z":{"d":"81,6v-27,2,-49,-24,-73,-23v0,12,0,22,-10,23v-14,-5,-6,-22,2,-36v22,-37,94,-78,127,-106v-22,14,-57,-4,-77,-7v-16,4,-18,14,-29,30r-11,-7v13,-25,28,-44,57,-48v14,-2,46,17,57,17v13,0,7,-19,18,-19v16,10,2,26,-9,44v-23,39,-86,60,-117,94v24,-10,62,6,81,10v18,-2,24,-16,32,-33r11,4v-10,30,-26,55,-59,57","w":157},"{":{"d":"80,-169v0,-63,2,-103,69,-97r0,9v-45,-4,-41,29,-41,71v0,51,-9,64,-49,74v49,6,49,41,49,99v0,36,7,46,41,47v-1,3,2,9,-2,9v-66,5,-67,-35,-67,-97v0,-40,-12,-48,-49,-52r0,-11v37,-5,49,-12,49,-52","w":180},"|":{"d":"77,-275r26,0r0,360r-26,0r0,-360","w":180},"}":{"d":"72,-186v0,-41,4,-76,-41,-71v1,-3,-2,-9,2,-9v66,-5,67,35,67,97v0,40,12,47,49,52r0,11v-51,0,-50,37,-49,88v0,49,-18,61,-69,61r0,-9v43,3,41,-29,41,-71v0,-51,8,-66,49,-75v-41,-10,-49,-23,-49,-74","w":180},"~":{"d":"269,-108v-33,26,-76,32,-122,12v-51,-22,-80,-8,-116,17r0,-28v20,-13,40,-24,68,-25v32,-1,75,24,102,24v29,0,46,-11,68,-27r0,27","w":299},"\u00a0":{"w":98}}});
Cufon.registerFont({"w":209,"face":{"font-family":"century-schoolbook","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 4 8 4 6 5 5 9 3 3","ascent":"288","descent":"-72","x-height":"5","bbox":"-78 -279 365 85","underline-thickness":"29.1797","underline-position":"-22.8516","slope":"-14","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":105},"!":{"d":"79,-266v19,0,32,11,32,29v-7,31,-56,123,-64,164r-16,-4v9,-39,16,-85,16,-136v1,-33,5,-53,32,-53xm-7,-24v0,-15,15,-30,31,-30v15,-1,30,15,30,30v0,16,-14,32,-30,31v-15,0,-32,-15,-31,-31","w":113},"\"":{"d":"92,-257v15,0,21,12,18,26r-15,81r-7,0r-15,-87v0,-11,6,-20,19,-20xm32,-257v14,0,21,10,18,26r-14,81r-8,0r-14,-87v0,-11,7,-21,18,-20","w":124},"#":{"d":"124,-150r-16,45r47,0r15,-45r-46,0xm125,-257r38,0r-26,73r44,0r27,-73r37,0r-26,73r50,0r-13,35r-49,0r-15,43r51,0r-13,35r-51,0r-26,73r-38,0r27,-73r-45,0r-27,73r-37,0r26,-73r-51,0r13,-35r50,0r16,-43r-54,0r13,-35r53,0","w":276},"$":{"d":"122,-236v-47,-4,-68,65,-19,78xm85,-12v55,5,76,-70,22,-86xm187,-76v0,52,-49,84,-107,82r-12,46r-19,0r12,-49v-34,-8,-57,-23,-61,-58v-5,-44,61,-53,62,-11v6,20,-39,30,-16,44v5,3,12,6,20,8r23,-91v-34,-16,-57,-29,-57,-70v0,-49,42,-78,95,-78r7,-26r19,0r-7,28v31,5,58,25,60,56v3,36,-58,46,-59,8v-5,-20,38,-26,15,-41v-5,-3,-12,-5,-20,-6r-22,84v39,17,67,32,67,74"},"%":{"d":"200,-226v-16,9,-39,14,-59,8v8,50,-33,107,-75,108v-29,1,-51,-20,-49,-49v3,-48,34,-87,83,-91v30,-2,32,26,61,26v23,0,47,-16,57,-30r16,0r-148,260r-17,0xm71,-120v38,-7,63,-54,60,-101v-8,-3,-15,-6,-19,-13v-33,12,-51,63,-58,98v0,10,7,18,17,16xm278,-91v3,-23,-21,-35,-36,-18v-16,18,-44,56,-44,87v0,12,7,18,19,18v36,-7,56,-49,61,-87xm162,-44v3,-48,35,-86,80,-90v29,-3,48,16,46,44v-4,46,-28,93,-77,96v-30,2,-51,-20,-49,-50","w":304},"&":{"d":"174,-248v-31,1,-28,50,-21,78v24,-8,42,-24,43,-51v0,-16,-7,-27,-22,-27xm103,-130v-55,16,-39,131,27,110v5,-2,10,-4,15,-7v-19,-30,-33,-63,-42,-103xm287,-46v-20,42,-91,74,-131,35v-47,35,-153,28,-147,-49v4,-52,41,-71,89,-90v-18,-61,12,-116,76,-116v35,0,63,17,63,48v0,40,-41,57,-81,68v7,34,18,66,33,90v15,-13,33,-30,33,-50v0,-14,-16,-17,-33,-16r4,-18r103,0r-5,18v-32,-5,-69,64,-90,80v7,10,16,19,31,19v22,0,28,-13,40,-30","w":316},"'":{"d":"32,-257v14,0,21,10,18,26r-14,81r-8,0r-14,-87v0,-11,6,-21,18,-20","w":64},"(":{"d":"60,-23v0,28,6,46,18,63r-10,7v-50,-57,-56,-172,-7,-241v24,-34,54,-59,90,-72r5,10v-69,31,-96,142,-96,233","w":146},")":{"d":"76,-195v0,-28,-6,-47,-19,-63r10,-8v51,56,57,172,8,241v-24,34,-54,59,-90,72r-5,-10v69,-31,96,-141,96,-232","w":146},"*":{"d":"102,-191v16,14,64,-1,64,28v1,11,-10,21,-20,21v-15,0,-33,-39,-46,-44v-2,25,37,66,-3,71v-41,-4,-1,-48,-3,-71v-16,5,-29,43,-48,43v-10,0,-19,-10,-19,-20v1,-28,49,-15,64,-28v-15,-12,-62,0,-64,-27v-1,-11,10,-21,20,-21v16,1,32,38,47,43v1,-25,-39,-67,3,-71v40,4,1,49,2,71v15,-5,30,-43,48,-43v10,-1,19,11,19,21v0,28,-49,13,-64,27","w":180},"+":{"d":"132,-215r36,0r0,90r87,0r0,35r-87,0r0,90r-36,0r0,-90r-87,0r0,-35r87,0r0,-90","w":299},",":{"d":"34,-61v42,-1,44,58,16,82v-14,12,-32,24,-57,33r-5,-15v22,-10,38,-16,42,-38v-18,1,-30,-10,-29,-28v0,-20,14,-34,33,-34","w":105},"-":{"d":"-2,-66r8,-41r87,0r-9,41r-86,0","w":118,"k":{"Y":26,"X":13,"W":20,"V":20,"T":13}},".":{"d":"1,-29v0,-17,17,-34,34,-34v17,0,33,17,33,34v0,17,-16,34,-33,34v-17,0,-34,-17,-34,-34","w":105},"\/":{"d":"12,33r-20,0r85,-293r20,0","w":100},"0":{"d":"145,-144v8,-36,18,-86,-16,-93v-44,10,-54,88,-64,135v-7,35,-18,85,16,92v44,-10,53,-88,64,-134xm127,-254v49,-3,78,42,75,95v-4,82,-40,160,-119,165v-48,3,-77,-40,-75,-91v4,-85,38,-164,119,-169"},"1":{"d":"114,-46v-3,11,-6,27,9,27r32,1r-5,18r-138,0r4,-18v19,-2,39,2,44,-17r40,-165v0,-15,-24,-8,-44,-10r5,-18v35,-3,67,-10,90,-26r14,0"},"2":{"d":"43,-47v59,-1,111,12,125,-41r16,7r-31,81r-170,0v5,-27,24,-36,42,-55v37,-42,109,-70,115,-137v4,-53,-77,-52,-82,-11v5,14,30,11,30,32v0,17,-13,31,-31,30v-22,0,-36,-17,-36,-40v0,-40,48,-73,91,-73v65,0,111,59,70,109v-18,22,-111,66,-139,98"},"3":{"d":"200,-195v0,39,-37,61,-76,66v34,5,58,23,59,58v0,50,-52,78,-107,78v-41,0,-77,-21,-78,-58v-1,-24,14,-40,35,-40v17,0,29,13,29,30v4,14,-21,27,-22,34v1,10,17,17,31,17v38,0,56,-35,56,-75v0,-34,-19,-40,-47,-33v-7,0,-12,-4,-13,-10v-1,-18,19,-12,33,-11v48,5,72,-97,15,-100v-13,0,-29,7,-30,18v0,6,17,16,14,26v1,17,-13,28,-30,28v-18,0,-29,-14,-29,-31v1,-35,40,-56,81,-56v41,0,79,22,79,59"},"4":{"d":"142,-64v-7,18,-18,50,15,45r11,1r-4,18r-127,0r5,-18v25,-3,40,1,44,-23r6,-23r-91,0r0,-18r167,-174r26,0r-45,168r39,0r-6,24r-40,0xm99,-88r26,-99r-93,99r67,0"},"5":{"d":"67,-257v46,15,97,21,136,0r6,4v-21,47,-75,69,-139,47r-16,56v50,-32,131,-8,131,57v0,57,-56,99,-115,99v-41,0,-73,-22,-73,-59v0,-22,13,-38,34,-39v19,-1,33,14,33,32v4,16,-22,30,-26,36v1,9,12,15,24,14v49,0,62,-42,66,-89v4,-46,-50,-51,-79,-28v-1,19,-26,27,-29,6v2,-10,6,-14,14,-19"},"6":{"d":"136,-97v0,-20,-9,-36,-26,-36v-30,0,-46,45,-46,82v0,23,6,42,26,41v30,-1,46,-50,46,-87xm145,-203v-4,-17,36,-34,2,-36v-46,6,-59,58,-72,111v30,-48,116,-29,116,38v0,52,-48,97,-99,97v-77,0,-100,-96,-67,-164v24,-48,56,-95,123,-97v29,-1,57,18,57,46v0,19,-14,32,-32,32v-15,0,-29,-11,-28,-27"},"7":{"d":"100,-197v-43,1,-41,9,-59,41r-15,-7r37,-89v53,3,108,6,159,0r0,12v-49,69,-89,135,-107,227v-6,32,-69,32,-67,-7v2,-36,104,-144,125,-177r-73,0"},"8":{"d":"125,-236v-32,0,-57,36,-33,60v6,7,20,16,43,29v40,-14,42,-89,-10,-89xm85,-10v29,0,54,-20,54,-46v5,-17,-36,-42,-63,-58v-44,14,-52,104,9,104xm-1,-54v0,-37,29,-58,62,-70v-52,-43,-7,-129,64,-129v40,0,76,25,76,60v0,32,-23,45,-51,56v21,12,35,31,38,60v8,92,-189,119,-189,23"},"9":{"d":"73,-150v0,20,8,35,26,35v31,-1,46,-45,46,-82v0,-22,-8,-41,-26,-41v-30,0,-46,50,-46,88xm64,-44v4,17,-36,35,-2,35v46,0,59,-57,72,-110v-29,47,-116,28,-116,-38v0,-52,48,-97,99,-97v77,0,100,95,67,163v-23,49,-57,95,-124,98v-28,1,-56,-19,-56,-46v0,-20,13,-33,31,-33v15,0,30,12,29,28"},":":{"d":"60,-107v-17,0,-34,-17,-34,-34v0,-17,17,-34,34,-34v17,0,34,17,34,34v0,17,-17,34,-34,34xm28,6v-17,0,-34,-17,-34,-34v0,-17,17,-34,34,-34v18,0,35,17,35,34v0,17,-17,34,-35,34","w":113},";":{"d":"62,-107v-17,0,-34,-17,-34,-34v0,-17,17,-34,34,-34v17,0,34,17,34,34v0,17,-17,34,-34,34xm29,-61v42,0,44,58,16,82v-14,12,-32,24,-57,33r-5,-15v21,-9,38,-17,42,-38v-19,1,-30,-10,-30,-28v0,-20,15,-33,34,-34","w":113},"<":{"d":"253,-210r0,39r-156,64r156,64r0,38r-207,-85r0,-35","w":299},"=":{"d":"45,-87r210,0r0,35r-210,0r0,-35xm45,-163r210,0r0,35r-210,0r0,-35","w":299},">":{"d":"46,-210r207,85r0,35r-207,85r0,-38r158,-64r-158,-64r0,-39","w":299},"?":{"d":"40,-24v0,-15,15,-30,30,-30v15,0,30,15,30,30v0,16,-14,31,-30,31v-16,0,-30,-14,-30,-31xm72,-101v5,27,45,15,48,-6r14,0v-2,22,-21,37,-45,37v-28,0,-46,-15,-47,-41v-3,-59,88,-72,95,-115v2,-16,-15,-25,-32,-25v-30,0,-46,24,-47,55r-14,0v1,-42,25,-69,68,-69v35,0,64,22,64,55v0,64,-94,70,-104,109","w":179},"@":{"d":"245,-21v-22,2,-37,-13,-38,-35v-13,19,-25,33,-52,34v-35,0,-53,-25,-53,-60v0,-53,36,-96,88,-96v24,0,35,11,39,32r9,-29r33,0r-33,125v0,11,4,17,13,18v45,-10,68,-51,69,-104v1,-65,-52,-110,-119,-108v-93,3,-147,61,-149,154v-2,79,56,129,136,128v46,0,79,-16,110,-37r7,9v-31,23,-68,40,-117,40v-99,-1,-165,-50,-165,-144v0,-100,73,-159,174,-162v77,-2,137,46,135,121v-1,61,-30,109,-87,114xm161,-33v41,-10,65,-79,52,-126v-4,-5,-9,-8,-16,-8v-40,0,-54,61,-58,103v-1,17,7,30,22,31","w":354},"A":{"d":"50,-54v-10,14,-10,36,12,35r14,1r-3,18r-104,0r4,-18v20,-2,33,-14,42,-28r133,-220r23,0r48,226v2,19,15,21,34,21r-4,19r-127,0r4,-19v14,-1,35,3,31,-15r-9,-45r-84,0xm127,-187r-50,86r67,0","w":265,"k":{"y":6,"Y":15,"W":15,"V":26,"U":10,"T":13,"Q":6,"O":6,"G":6,"C":6,";":-7,":":-7}},"B":{"d":"249,-71v0,104,-162,63,-267,71r4,-19v17,-3,31,1,36,-19r50,-191v-1,-15,-22,-11,-36,-13r4,-18v90,6,223,-26,223,61v0,42,-38,65,-85,65r0,3v41,3,71,20,71,60xm182,-81v0,-43,-33,-42,-75,-41v-7,32,-18,59,-22,94v3,12,11,8,30,9v45,1,67,-18,67,-62xm196,-206v0,-31,-31,-40,-57,-31v-14,25,-18,65,-28,95v53,4,85,-13,85,-64","w":273,"k":{"Y":6,"W":6,"V":6,"S":-7,"O":-7,"G":-7,"C":-7,"-":-20}},"C":{"d":"172,-266v33,0,49,11,67,30v11,-8,14,-24,36,-21r-20,101v-6,-1,-14,1,-18,-2v0,-51,-15,-90,-59,-90v-69,0,-93,84,-97,156v-2,43,20,73,62,73v46,-1,68,-29,86,-66r19,9v-21,50,-57,82,-121,83v-70,1,-115,-39,-115,-106v0,-97,61,-167,160,-167","w":274,"k":{"S":-7,".":6,"-":-8,",":6}},"D":{"d":"224,-176v4,-52,-35,-74,-81,-61v-26,62,-39,138,-59,206v2,11,8,11,25,11v87,1,108,-77,115,-156xm291,-156v0,99,-64,156,-178,156r-129,0r3,-18v16,-2,30,1,35,-17r51,-195v0,-14,-22,-9,-34,-12r4,-18r125,0v80,-4,123,35,123,104","w":305,"k":{"Y":15,"W":6,"V":6,"A":6,".":13,"-":-13,",":13}},"E":{"d":"116,-19v57,0,84,-31,107,-75r17,4r-23,90r-231,0r3,-18v15,-2,29,0,33,-17r52,-195v1,-14,-21,-9,-33,-12r4,-18r217,0r-15,89v-6,-2,-20,4,-18,-6v6,-59,-33,-68,-85,-60v-17,22,-19,63,-29,92v40,1,59,-13,68,-44r19,2r-33,122r-19,-2v5,-34,1,-65,-40,-59r-25,95v2,12,12,12,31,12","w":266,"k":{".":-7,"-":-7,",":-7}},"F":{"d":"89,-45v-8,24,3,27,34,26r-3,19r-134,0r3,-18v15,-2,29,0,33,-17r51,-195v1,-14,-20,-9,-32,-12r4,-18r217,0r-14,89r-19,-1v7,-59,-31,-76,-84,-66v-16,23,-19,64,-30,93v41,1,59,-13,69,-44r19,2r-33,122v-6,-2,-21,1,-19,-5v6,-36,-2,-60,-41,-56","w":253,"k":{"y":13,"o":16,"e":16,"a":15,"A":24,";":13,":":13,".":46,"-":13,",":46}},"G":{"d":"184,-66v3,-13,11,-32,-8,-34r-24,-2r3,-18r133,0r-3,18v-16,2,-31,0,-35,17r-23,92r-17,0r-7,-35v-16,22,-40,35,-76,35v-70,1,-115,-39,-115,-106v0,-97,62,-168,159,-168v34,0,52,11,71,30v11,-8,14,-23,36,-20r-20,101r-18,-2v-1,-51,-17,-90,-63,-90v-72,0,-90,90,-97,168v-5,55,49,88,85,54v9,-9,15,-22,19,-40","w":292,"k":{"-":-13}},"H":{"d":"72,-223v7,-18,-15,-18,-31,-19r4,-18r128,0r-4,18v-15,2,-28,0,-33,17r-22,79r91,0r21,-83v0,-14,-20,-11,-32,-13r4,-18r128,0r-4,18v-15,2,-29,0,-33,17r-51,195v0,14,20,9,32,12r-4,18r-127,0r3,-18v15,-2,28,0,33,-17r24,-88r-91,0r-24,93v0,14,21,9,33,12r-4,18r-128,0r3,-18v16,-2,30,-1,34,-17","w":310},"I":{"d":"88,-37v-7,19,17,18,34,19r-2,18r-135,0r3,-18v16,-2,29,1,34,-17r51,-194v0,-15,-21,-10,-34,-13r4,-18r132,0r-3,18v-16,2,-31,0,-35,17","w":160},"J":{"d":"157,-223v8,-21,-22,-17,-40,-19r4,-18r139,0r-3,18v-16,2,-32,-1,-34,17v-36,90,-20,234,-145,232v-49,0,-84,-20,-84,-66v-1,-31,21,-59,51,-59v21,-1,38,14,38,35v0,33,-36,39,-55,24v-22,17,7,47,33,45v42,-3,50,-29,61,-72","w":240,"k":{"A":8,";":13,":":13,".":20,",":20}},"K":{"d":"88,-37v-7,19,17,18,34,19r-2,18r-135,0r3,-18v16,-2,29,1,34,-17r51,-194v0,-15,-21,-10,-34,-13r4,-18r135,0r-3,18v-17,2,-33,-1,-38,17r-26,100r103,-94v12,-11,4,-26,-17,-22r-6,0r4,-19r107,0r-3,19v-57,4,-83,54,-120,83r59,126v6,11,13,14,30,14r-3,18r-128,0r4,-18v13,-2,41,4,31,-15r-41,-82r-30,29","w":280,"k":{"y":10,"Y":11,"W":15,"U":13,"O":6,"C":6,"A":8,"-":13}},"L":{"d":"111,-20v67,-2,86,-27,114,-77r17,5r-24,92r-232,0r3,-18v16,-2,28,0,33,-17r51,-195v1,-14,-20,-9,-32,-12r4,-18r135,0r-4,18v-17,3,-34,-2,-39,17r-51,194v1,11,9,11,25,11","w":253,"k":{"o":-7,"e":-7,"a":-7,"Y":38,"W":31,"V":36,"U":6,"T":26,";":-7,":":-7,"-":-20}},"M":{"d":"278,-44v-11,24,8,28,35,25r-5,19r-135,0r5,-19v16,-1,33,1,37,-14r49,-182r-134,215r-20,0r-19,-210r-43,165v0,20,10,24,30,26r-3,19r-96,0r4,-19v30,-4,37,-14,45,-42r45,-168v-3,-14,-23,-12,-40,-12r4,-19r108,0r15,171r107,-171r98,0r-4,19v-19,1,-30,0,-35,19","w":349},"N":{"d":"52,-69v-9,29,-3,53,32,51r-3,18r-102,0r4,-19v30,-4,37,-14,45,-42r45,-168v-4,-15,-22,-12,-40,-12r4,-19r89,0r95,184r37,-139v-1,-21,-13,-25,-35,-27r4,-18r100,0r-4,19v-30,5,-36,13,-45,42r-57,204r-25,0r-108,-205","w":302,"k":{";":13,":":13,".":20,",":20}},"O":{"d":"125,-11v72,0,91,-101,96,-178v2,-37,-14,-60,-47,-61v-71,11,-91,103,-96,180v-2,34,15,59,47,59xm178,-267v63,-2,112,43,109,105v-4,96,-68,169,-166,169v-62,0,-113,-42,-109,-106v5,-95,66,-165,166,-168","w":299,"k":{"Y":6,"X":6,"V":6,".":13,"-":-7,",":13}},"P":{"d":"198,-202v0,-33,-30,-46,-56,-35v-16,28,-21,72,-32,106v56,4,88,-18,88,-71xm72,-223v6,-19,-18,-18,-35,-19r3,-18v92,5,221,-26,222,67v0,72,-77,86,-157,80r-21,82v0,16,25,8,38,12r-2,19r-137,0r3,-19v17,-3,31,1,36,-19","w":261,"k":{"o":13,"e":13,"a":13,"Y":6,"W":6,"U":6,"A":33,";":6,":":6,".":83,"-":26,",":83}},"Q":{"d":"287,-162v-1,63,-40,120,-85,146v4,19,1,50,19,53v13,-2,19,-15,26,-28r16,7v-14,29,-35,53,-71,53v-35,0,-49,-25,-48,-64v-75,11,-136,-33,-132,-104v5,-95,66,-165,166,-168v63,-2,110,43,109,105xm94,-47v0,28,25,41,53,32v5,-27,5,-66,-25,-64v-17,1,-28,14,-28,32xm174,-250v-72,13,-92,107,-96,190v6,-24,24,-40,53,-40v31,0,50,15,59,37v17,-38,30,-79,31,-126v0,-37,-14,-60,-47,-61","w":299,"k":{".":13,"-":-13,",":13}},"R":{"d":"86,-43v-3,11,-4,24,11,22r26,2r-3,19r-137,0r3,-19v14,-2,31,1,35,-14r52,-196v-1,-15,-22,-11,-36,-13r3,-18v87,8,227,-30,230,60v1,54,-51,67,-104,72v45,6,58,39,52,91v0,8,3,16,10,16v15,-3,17,-17,25,-34r15,7v-14,34,-24,52,-64,54v-52,1,-53,-48,-47,-100v3,-28,-20,-35,-48,-31xm206,-207v0,-32,-38,-40,-64,-30v-15,24,-18,64,-28,93v56,2,92,-10,92,-63","w":285,"k":{"y":6,"Y":13,"W":8,"V":10,"T":6,"-":6}},"S":{"d":"221,-83v0,90,-134,116,-184,59v-12,9,-14,27,-37,24r18,-102v5,2,13,1,17,4v-1,50,29,85,78,85v33,0,57,-15,58,-43v1,-18,-24,-34,-58,-46v-47,-17,-74,-31,-77,-82v-6,-82,122,-107,170,-55v10,-8,13,-22,34,-19r-15,94r-19,-2v-1,-51,-23,-82,-73,-82v-27,0,-46,17,-48,41v-2,35,105,53,122,81v7,12,14,25,14,43","w":245,"k":{"S":-7,"Q":-7,"O":-7,"G":-7,";":-7,":":-7,".":-7,"-":-13,",":-7}},"T":{"d":"135,-45v-9,27,15,26,37,27r-4,18r-144,0r3,-18v18,-2,37,2,42,-17r53,-200v0,-7,-5,-9,-12,-9v-43,0,-57,41,-76,84r-18,-5r26,-95r232,0r-14,101v-6,-2,-20,3,-18,-8v6,-42,-13,-85,-51,-73v-25,58,-35,132,-56,195","w":261,"k":{"y":6,"s":6,"o":15,"e":15,"c":15,"a":15,"A":20,";":6,":":6,".":46,"-":46,",":46}},"U":{"d":"68,-223v7,-21,-19,-17,-35,-19r4,-18r138,0r-4,18v-17,3,-34,-2,-39,17r-37,140v-19,63,62,92,100,51v37,-40,45,-118,61,-181v-1,-19,-15,-25,-35,-27r4,-18r98,0r-3,18v-28,2,-35,16,-43,42v-28,88,-28,207,-144,207v-80,0,-113,-52,-92,-131","w":299,"k":{"Z":6,"J":6,"A":10,";":13,":":13,".":26,",":26}},"V":{"d":"213,-206v9,-13,10,-37,-12,-35r-15,-1r3,-18r99,0r-2,18v-24,2,-29,9,-41,29r-127,220r-23,0r-48,-227v-2,-20,-13,-21,-34,-21r2,-19r127,0r0,19v-16,1,-39,-5,-35,15r32,151","w":264,"k":{"y":16,"u":11,"o":28,"i":10,"e":33,"a":33,"O":6,"A":21,";":33,":":33,".":60,"-":26,",":60}},"W":{"d":"251,-242v-12,0,-31,0,-26,15r17,132r55,-131v0,-12,-12,-15,-25,-16r4,-18r86,0r-2,18v-24,1,-31,10,-40,30r-98,219r-22,0r-25,-173r-77,173r-24,0r-32,-227v-2,-15,-9,-22,-24,-22r3,-18r100,0r0,18v-13,-2,-22,3,-20,15r18,134r50,-114v-3,-18,-2,-37,-26,-35r0,-18r108,0r0,18","w":337,"k":{"y":15,"u":10,"r":16,"o":18,"i":6,"e":20,"a":16,"A":10,";":16,":":16,".":41,"-":13,",":41}},"X":{"d":"68,-53v-20,14,-9,39,20,34r-5,19r-111,0r4,-18v24,-5,36,-13,53,-30r77,-75v-18,-37,-32,-80,-54,-113v-5,-4,-21,-4,-31,-5r0,-19r136,0r0,18v-17,0,-40,-1,-31,17r26,58v17,-21,45,-33,54,-62v-2,-12,-12,-13,-28,-13r4,-18r110,0r-5,18v-26,3,-37,10,-54,27r-72,69v20,40,34,86,58,122v6,5,20,4,30,5r0,19r-136,0r0,-19v16,-1,40,3,31,-18r-29,-65","w":264,"k":{"A":6,";":-7,":":-7,"-":13}},"Y":{"d":"138,-37v-7,21,20,17,37,19r-3,18r-139,0r4,-18v17,-2,34,1,38,-17r21,-87v-18,-37,-29,-82,-51,-114v-5,-4,-21,-4,-31,-5r0,-19r136,0r-2,18v-21,-3,-42,4,-28,23r31,77v19,-30,45,-52,59,-87v-1,-13,-16,-13,-31,-13r2,-18r102,0r-2,19v-23,1,-43,16,-55,32r-68,90","w":254,"k":{"u":20,"o":34,"i":6,"e":34,"a":34,"C":6,"A":16,";":38,":":38,".":46,"-":40,",":46}},"Z":{"d":"169,-240v-68,-2,-96,25,-122,73r-19,-4r24,-89r192,0r0,19r-169,221v83,1,107,-23,136,-82r16,7r-25,95r-201,0r0,-20","w":245,"k":{"-":-13}},"[":{"d":"88,26r-4,15r-90,0r82,-301r84,0r-4,15r-39,0r-74,271r45,0","w":146},"\\":{"d":"70,33r-19,0r-32,-293r19,0","w":100},"]":{"d":"48,-245r3,-15r91,0r-83,301r-84,0r4,-16r39,0r74,-270r-44,0","w":146},"^":{"d":"159,-257r42,0r86,99r-20,0r-87,-65r-88,65r-20,0","w":360},"_":{"d":"0,49r180,0r0,36r-180,0r0,-36","w":180},"`":{"d":"75,-226v-18,-8,-18,-38,5,-37v32,11,42,47,65,68v-37,3,-47,-20,-70,-31","w":180},"a":{"d":"145,7v-20,0,-31,-12,-29,-34v-16,19,-32,33,-62,33v-35,0,-62,-29,-62,-66v0,-57,51,-113,107,-113v22,0,35,8,44,22r5,-18r56,0v-11,34,-21,64,-28,90v-7,26,-11,42,-11,47v1,4,2,7,7,7v16,-5,24,-22,36,-41r13,10v-18,31,-39,63,-76,63xm74,-19v42,-7,54,-64,58,-107v2,-16,-8,-27,-23,-28v-42,7,-52,61,-57,105v-1,19,7,29,22,30","w":240},"b":{"d":"50,-216v4,-12,9,-30,-9,-30r-20,0r5,-17r94,-3r-34,110v36,-35,109,-14,109,45v0,62,-52,116,-117,116v-56,0,-85,-40,-68,-95xm111,-148v-39,9,-55,66,-55,107v0,17,8,33,25,31v41,-6,51,-66,56,-107v2,-19,-9,-30,-26,-31","w":218},"c":{"d":"107,-119v-1,-18,37,-35,3,-40v-43,6,-58,59,-61,105v-2,24,12,37,35,37v24,-1,42,-17,53,-35r12,10v-17,28,-43,47,-83,48v-43,0,-74,-29,-73,-71v2,-65,47,-106,111,-109v34,-2,61,14,63,45v3,37,-58,50,-60,10","w":181},"d":{"d":"147,6v-20,0,-31,-12,-31,-33v-14,18,-32,32,-61,32v-39,0,-63,-32,-63,-71v0,-61,43,-107,104,-107v23,0,39,9,47,24r23,-86v1,-16,-20,-10,-34,-11r4,-17r95,-3r-61,209v-4,17,-10,27,1,32v17,-5,24,-20,37,-40r12,9v-19,32,-37,62,-73,62xm108,-153v-42,0,-50,65,-58,104v1,17,8,30,25,30v39,-9,57,-63,57,-104v0,-17,-8,-30,-24,-30","w":238},"e":{"d":"123,-140v-4,-27,-36,-18,-48,3v-8,14,-16,31,-22,55v35,-4,69,-25,70,-58xm82,-15v24,-1,38,-15,55,-30r12,12v-23,22,-44,38,-82,39v-43,1,-79,-29,-76,-71v4,-63,49,-107,115,-110v32,-1,61,15,61,43v0,48,-57,60,-115,65v-7,24,4,53,30,52","w":180},"f":{"d":"146,-246v-9,-13,-24,-1,-31,15v-7,13,-13,34,-18,62r45,0r-4,20r-46,0r-17,77v-12,50,-26,97,-42,138r-58,9v25,-64,45,-146,65,-223r-37,0r5,-21r37,0v13,-53,37,-96,92,-98v29,-1,52,13,52,40v1,16,-11,27,-27,27v-30,0,-30,-32,-16,-46","w":139,"k":{".":23,"-":6,",":23}},"g":{"d":"-8,-30v0,-23,20,-33,40,-42v-55,-56,26,-125,100,-98v12,-14,26,-26,47,-27v14,-1,26,9,26,22v0,21,-30,31,-37,11v-4,-13,-14,-12,-20,0v19,10,31,23,31,48v-1,54,-68,62,-128,55v-11,-1,-17,4,-18,13v-1,8,20,12,44,13v43,2,80,5,80,45v0,48,-50,65,-107,65v-40,-1,-80,-8,-80,-40v0,-25,21,-29,47,-35v-15,-4,-25,-13,-25,-30xm104,-159v-23,0,-36,30,-35,56v0,18,6,29,23,29v21,0,35,-31,34,-57v0,-16,-7,-28,-22,-28xm113,30v0,-28,-49,-14,-76,-18v-13,-2,-25,8,-24,20v2,38,100,35,100,-2"},"h":{"d":"62,-216v4,-13,8,-30,-9,-30r-18,0r5,-17r90,-3r-44,142v21,-25,39,-49,75,-49v74,0,18,96,10,143v0,4,1,7,5,6v17,-4,25,-22,36,-40r13,10v-20,31,-36,57,-74,60v-73,-8,-9,-95,-4,-140v-4,-16,-20,-10,-31,0v-35,29,-50,79,-64,134r-56,0","w":246},"i":{"d":"85,-205v-16,0,-30,-15,-30,-31v0,-15,15,-30,30,-30v15,0,30,15,30,30v0,16,-14,31,-30,31xm34,-122v3,-13,8,-30,-9,-30r-18,0r5,-17r91,-3r-42,142v0,4,2,7,6,7v15,-5,24,-24,36,-41r13,10v-20,31,-36,60,-74,60v-69,0,-17,-89,-8,-128","w":139},"j":{"d":"120,-236v0,16,-14,31,-30,31v-16,0,-29,-15,-29,-31v0,-15,14,-30,29,-30v15,-1,30,15,30,30xm-49,6v31,0,30,37,14,48v20,15,37,-19,42,-43r38,-152v1,-16,-21,-10,-35,-11r4,-16r96,-4v-23,71,-36,175,-76,223v-26,31,-110,34,-112,-16v0,-16,12,-29,29,-29","w":133},"k":{"d":"159,-126v-10,-33,-46,-15,-64,12v-17,25,-36,72,-45,114r-54,0r69,-234v0,-14,-17,-12,-31,-12r4,-17r90,-3r-42,139v23,-26,40,-44,77,-47v24,-2,44,14,44,35v0,38,-35,50,-72,62v17,6,22,22,25,43v1,9,3,13,7,13v12,-4,20,-19,27,-35r13,7v-14,31,-27,53,-64,55v-41,3,-37,-39,-35,-78v-20,6,-27,-21,-9,-21v7,0,9,3,17,5v22,-7,40,-18,43,-38","w":243},"l":{"d":"65,-23v15,-4,30,-25,40,-40r14,10v-19,30,-41,56,-80,59v-34,3,-40,-30,-31,-59r52,-182v0,-13,-18,-11,-32,-11r5,-17r92,-3r-67,236v0,5,2,7,7,7","w":139},"m":{"d":"249,6v-70,-10,-10,-96,-4,-139v0,-6,-4,-11,-10,-11v-43,13,-67,84,-79,144r-53,0r39,-133v0,-6,-4,-11,-10,-11v-44,13,-66,88,-80,144r-57,0r42,-140v0,-14,-17,-12,-31,-12r4,-17r87,-3r-11,48v19,-25,38,-47,72,-49v25,-1,40,17,35,42v18,-22,36,-42,68,-42v71,0,16,100,6,143v0,4,2,7,6,7v14,-6,22,-23,34,-41r14,10v-18,31,-36,56,-72,60","w":345},"n":{"d":"141,-110v4,-13,12,-33,-5,-34v-53,20,-67,83,-84,144r-56,0r42,-140v0,-14,-17,-12,-31,-12r4,-17r87,-3r-12,48v21,-25,39,-49,75,-49v74,0,18,96,10,143v0,4,1,7,5,6v16,-5,24,-22,36,-39r13,9v-20,31,-36,60,-74,60v-64,0,-21,-81,-10,-116","w":246},"o":{"d":"75,-12v41,-8,50,-68,54,-112v2,-20,-9,-34,-27,-34v-41,0,-50,70,-55,112v-2,20,10,34,28,34xm184,-102v0,57,-56,107,-114,107v-46,0,-78,-29,-78,-73v0,-65,51,-105,117,-107v43,-1,75,29,75,73","w":206},"p":{"d":"66,59r-4,16r-113,0r5,-16v12,-1,24,1,27,-11r52,-188v-2,-14,-9,-11,-31,-12r5,-17r85,-3r-7,29v31,-47,126,-34,121,36v-4,64,-43,113,-106,113v-24,0,-35,-9,-45,-24v-3,29,-42,84,11,77xm123,-146v-39,8,-57,60,-57,101v0,17,8,30,25,30v42,0,57,-60,57,-102v0,-17,-8,-29,-25,-29","w":230},"q":{"d":"146,37v-6,18,2,24,23,22r-4,16r-110,0r4,-16v13,-1,25,1,29,-12r18,-61v-37,39,-118,16,-113,-47v5,-64,42,-111,105,-111v24,0,43,12,50,30r32,-30r26,0xm75,-18v41,0,52,-64,57,-104v2,-18,-9,-29,-25,-30v-40,7,-51,66,-57,105v-2,17,9,29,25,29","w":220},"r":{"d":"133,-137v0,-6,1,-12,-6,-11v-35,18,-64,96,-75,148r-54,0r40,-140v0,-14,-17,-12,-31,-12r4,-17r87,-3r-12,44v18,-25,34,-47,66,-49v19,-1,33,13,33,32v0,31,-50,41,-52,8","w":192,"k":{".":60,"-":6,",":60}},"s":{"d":"108,-150v-11,-15,-59,-9,-55,15v4,29,87,33,83,83v-3,37,-38,58,-80,58v-32,0,-64,-13,-65,-42v-1,-16,11,-28,26,-28v27,0,31,36,13,45v12,17,63,10,59,-16v-6,-35,-82,-32,-77,-83v3,-36,32,-55,71,-55v34,0,65,10,65,39v0,14,-11,25,-26,25v-26,0,-28,-28,-14,-41","w":168},"t":{"d":"66,-24v16,-5,24,-23,36,-40r13,10v-20,31,-36,57,-74,60v-34,3,-41,-29,-31,-59r30,-95r-34,0r6,-21r35,0r23,-66r53,0r-21,66r40,0r-6,21r-41,0r-35,118v0,4,2,6,6,6","w":150},"u":{"d":"175,-23v15,-6,23,-23,35,-41r14,9v-21,31,-36,58,-75,60v-26,2,-40,-16,-33,-41v-20,22,-37,41,-70,41v-75,0,-16,-96,-10,-144v2,-16,-16,-13,-30,-13r4,-17r94,-3r-44,137v0,6,4,11,10,11v49,-13,70,-88,86,-145r55,0v-24,73,-34,92,-43,139v0,4,3,7,7,7","w":246},"v":{"d":"68,6v-44,3,-67,-32,-54,-75v7,-24,15,-45,19,-72v-2,-13,-9,-9,-28,-11r5,-16r89,-4v-11,44,-29,82,-35,130v-2,13,9,23,22,22v40,-3,64,-49,64,-88v0,-17,-28,-27,-27,-42v1,-14,10,-25,24,-25v19,0,29,15,29,35v0,71,-37,140,-108,146","w":199,"k":{".":10,"-":-13,",":10}},"w":{"d":"53,6v-41,3,-54,-39,-40,-75v9,-24,17,-45,22,-72v-2,-13,-8,-9,-27,-11r4,-16r88,-4r-37,129v-1,12,7,18,17,18v13,0,25,-12,37,-35v12,-23,24,-59,36,-108r55,0v-17,62,-30,75,-30,120v0,13,7,22,19,23v32,-8,48,-49,52,-83v2,-18,-29,-26,-27,-42v2,-15,9,-25,25,-25v20,1,30,15,28,39v-6,67,-37,142,-104,142v-28,0,-46,-20,-43,-52v-15,28,-38,50,-75,52","w":299,"k":{".":13,"-":-7,",":13}},"x":{"d":"114,6v-28,0,-32,-23,-40,-54v-24,31,-33,50,-68,54v-16,2,-27,-12,-27,-27v0,-13,10,-26,24,-25v24,-5,18,42,38,13v5,-8,14,-19,27,-38v-8,-21,-5,-60,-24,-65v-14,4,-18,17,-27,32r-13,-6v14,-31,32,-63,66,-63v30,0,33,20,41,50v22,-28,30,-48,64,-50v17,-1,27,10,27,27v0,12,-10,24,-22,23v-22,3,-18,-43,-39,-14v-5,8,-15,18,-26,35v8,23,6,59,24,72v16,-5,17,-17,27,-38r14,7v-13,34,-30,67,-66,67","w":213},"y":{"d":"131,-82v26,-31,-33,-82,19,-91v36,5,27,38,12,70v-17,38,-77,134,-101,157v-27,26,-86,30,-89,-12v0,-15,12,-26,28,-26v18,0,26,16,20,33v2,11,12,4,20,-1v13,-9,25,-26,36,-39r-41,-138v-17,-8,-19,15,-25,36r-15,-5v8,-47,38,-94,82,-65v17,24,25,80,36,114","w":188,"k":{".":15,"-":-7,",":15}},"z":{"d":"33,-43v42,-24,105,30,118,-19r15,5v-14,57,-70,82,-128,45r-19,-10v-3,10,-6,32,-17,28v-21,-7,-9,-21,4,-42v25,-39,87,-69,125,-92v-35,23,-103,-21,-114,25r-15,-6v14,-38,30,-59,74,-63v16,-1,55,17,64,19v9,1,11,-22,20,-20v19,7,6,25,-4,42v-23,36,-85,67,-123,88","w":193},"{":{"d":"31,-118v98,8,-14,-165,119,-148r0,10v-40,-2,-37,30,-37,70v-1,50,-6,65,-44,74v46,7,44,42,44,98v0,35,6,45,37,47r0,10v-68,4,-74,-30,-72,-95v1,-41,-11,-49,-47,-53r0,-13","w":180},"|":{"d":"72,-275r36,0r0,360r-36,0r0,-360","w":180},"}":{"d":"67,-186v0,-39,3,-73,-37,-70r0,-10v69,-6,72,30,72,94v0,40,11,49,47,54r0,13v-50,-1,-47,37,-47,87v0,50,-20,61,-72,61r0,-10v40,2,37,-31,37,-71v1,-51,6,-64,44,-74v-38,-9,-43,-24,-44,-74","w":180},"~":{"d":"150,-127v46,19,86,14,119,-14r0,39v-20,13,-39,23,-67,24v-34,0,-78,-26,-103,-23v-28,3,-47,12,-68,28r0,-39v34,-23,71,-34,119,-15","w":299},"\u00a0":{"w":105}}});
Cufon.replace('h1', { fontFamily: 'century-schoolbook' });
Cufon.replace('h2', { fontFamily: 'century-schoolbook' });
Cufon.replace('div.sign div.sign-text div.unselected-text p', { fontFamily: 'century-schoolbook' });
Cufon.replace('div.sign div.sign-text div.selected-text p', { fontFamily: 'century-schoolbook' });
Cufon.replace('div#page_navigation', { fontFamily: 'century-schoolbook' });