/* various libraries first ---------------------------------------------------*/

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


/*
 * Cufon ----------------------------------------------------------------------
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.07
 */
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-1]-=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.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.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}})());


/* Georgia bold and bold italic font ---------------------------------------- */
/*!
 * Â© 2006 Microsoft Corporation. All Rights Reserved.
 */
Cufon.registerFont({"w":253,"face":{"font-family":"Georgia","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 4 8 2 5 4 5 2 2 3","ascent":"288","descent":"-72","x-height":"6","bbox":"-41.2221 -272.098 412 78.5275","underline-thickness":"21.4453","underline-position":"-20.918","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":91},"\u00a0":{"w":91},"!":{"d":"34,-222v-3,-28,38,-43,58,-23v7,6,12,14,10,23r-27,141r-14,0v-7,-54,-22,-91,-27,-141xm68,-60v18,0,34,17,34,33v0,17,-17,32,-34,32v-17,1,-34,-14,-34,-32v0,-17,16,-33,34,-33","w":135},"\"":{"d":"133,-269v59,6,9,84,6,124r-12,0v-4,-28,-23,-73,-23,-96v0,-15,13,-30,29,-28xm50,-269v59,6,9,84,6,124r-12,0v-4,-28,-23,-73,-23,-96v0,-15,13,-30,29,-28","w":183},"#":{"d":"226,-131r-46,0r-14,45r49,0r0,28r-57,0r-18,58r-26,0r17,-58r-40,0r-18,58r-26,0r18,-58r-38,0r0,-28r46,0r14,-45r-49,0r0,-29r58,0r18,-60r26,0r-18,60r40,0r19,-60r26,0r-19,60r38,0r0,29xm154,-132r-41,0r-14,46r41,0"},"$":{"d":"47,-81v34,0,34,38,22,59v8,3,26,11,39,10r0,-79v-45,-2,-83,-21,-83,-66v0,-46,36,-69,83,-73r0,-38r18,0r0,38v39,1,78,16,80,49v0,16,-11,29,-27,29v-33,0,-32,-37,-21,-57v-7,-4,-21,-6,-32,-6r0,72v48,5,86,22,86,71v1,46,-42,72,-86,75r0,50r-18,0r0,-50v-41,1,-87,-22,-89,-55v0,-16,10,-29,28,-29xm67,-180v-1,26,18,33,41,36r0,-71v-22,2,-41,13,-41,35xm126,-12v28,-3,45,-15,45,-40v0,-25,-20,-34,-45,-37r0,77","w":230},"%":{"d":"84,-257v37,0,69,27,69,66v0,39,-30,66,-68,66v-38,0,-69,-27,-69,-66v0,-39,31,-65,68,-66xm85,-138v20,-3,21,-27,21,-53v0,-26,-1,-51,-22,-53v-20,3,-21,27,-21,52v0,27,0,53,22,54xm232,-125v38,0,69,26,69,65v0,39,-31,66,-69,66v-38,1,-68,-27,-68,-66v0,-39,30,-65,68,-65xm233,-7v31,0,30,-105,-1,-105v-21,0,-22,26,-22,51v0,27,1,54,23,54xm277,-251r-208,251r-29,0r208,-251r29,0","w":316},"&":{"d":"203,-65v25,29,40,48,86,51r0,14r-103,0r-22,-26v-37,47,-153,43,-152,-32v1,-45,31,-61,63,-77v-17,-22,-26,-33,-28,-63v-5,-67,133,-82,133,-11v0,33,-18,47,-44,62r57,70v10,-17,22,-32,22,-53v0,-12,-17,-11,-30,-15r0,-13r99,0r0,13v-55,0,-53,53,-81,80xm127,-158v28,-12,40,-78,-1,-81v-44,6,-19,61,1,81xm83,-124v-37,36,-8,119,54,96v5,-2,11,-4,17,-9","w":287},"'":{"d":"49,-269v59,7,8,83,5,124r-12,0v-4,-28,-23,-73,-23,-96v0,-16,13,-30,30,-28","w":96},"(":{"d":"80,-106v0,77,16,134,69,148r0,16v-147,-4,-172,-261,-47,-313v15,-7,31,-12,47,-14r0,16v-54,13,-69,71,-69,147","w":160},")":{"d":"12,-269v148,2,171,261,47,312v-15,7,-31,13,-47,15r0,-16v53,-13,69,-72,69,-148v0,-76,-15,-134,-69,-147r0,-16","w":160},"*":{"d":"96,-196v21,-1,63,-23,63,6v0,31,-42,4,-63,5v12,16,57,48,19,60v-21,-5,-18,-35,-28,-54v-11,16,-7,51,-28,54v-39,-13,8,-43,19,-60v0,0,-59,25,-64,-5v4,-29,41,-6,64,-6v-10,-16,-35,-27,-35,-45v0,-8,8,-15,16,-15v23,0,16,38,28,54v10,-19,7,-50,28,-54v38,13,-9,45,-19,60","w":173},"+":{"d":"224,-87r-83,0r0,83r-29,0r0,-83r-83,0r0,-28r83,0r0,-83r29,0r0,83r83,0r0,28"},",":{"d":"54,-60v46,0,52,64,23,95v-13,14,-26,25,-43,33r-8,-12v21,-12,42,-25,44,-56v-52,12,-61,-60,-16,-60","w":118},"-":{"d":"121,-76r-106,0r0,-39r106,0r0,39","w":136},"\u00ad":{"d":"121,-76r-106,0r0,-39r106,0r0,39","w":136},".":{"d":"59,-64v17,0,35,17,35,35v0,18,-17,34,-35,34v-18,0,-35,-17,-35,-34v0,-17,17,-35,35,-35","w":118},"\/":{"d":"158,-268r-122,343r-31,0r121,-343r32,0","w":169},"0":{"d":"126,-195v66,0,108,35,108,101v0,64,-41,100,-108,100v-67,0,-108,-36,-108,-100v0,-64,41,-101,108,-101xm126,-9v38,-4,42,-42,42,-85v0,-41,-3,-85,-42,-85v-39,0,-42,44,-42,85v0,42,5,81,42,85","w":252},"1":{"d":"125,-37v-2,22,24,22,41,24r0,13r-145,0r0,-13v18,-3,44,0,44,-23r0,-111r-44,0r0,-17v37,2,62,-9,74,-31r31,0","w":176},"2":{"d":"200,-135v-2,71,-101,50,-137,87r147,0r0,48r-191,0r0,-32v30,-35,90,-45,112,-86v11,-40,-15,-74,-56,-57v12,23,10,62,-25,62v-18,0,-29,-13,-29,-29v0,-70,182,-76,179,7","w":225},"3":{"d":"134,-74v38,4,73,20,73,62v0,49,-56,77,-113,77v-40,0,-84,-19,-85,-53v0,-16,11,-29,29,-29v36,0,36,39,24,62v41,13,77,-9,77,-57v0,-42,-23,-52,-66,-49r0,-21v41,4,58,-14,58,-54v0,-36,-27,-51,-59,-39v10,25,12,62,-24,62v-18,0,-29,-13,-29,-29v1,-36,47,-54,89,-53v49,0,88,16,88,58v0,40,-33,51,-62,63","w":224},"4":{"d":"222,-2r-38,0r0,67r-59,0r0,-67r-116,0r0,-32r126,-160r49,0r0,155r38,0r0,37xm125,-39r0,-113r-89,113r89,0","w":233},"5":{"d":"49,-83v52,-32,152,-17,152,60v0,55,-50,89,-107,88v-39,1,-84,-19,-84,-52v0,-16,12,-30,29,-30v35,0,37,39,24,63v47,12,70,-24,73,-69v3,-56,-72,-74,-95,-32r-14,-5r17,-129r148,0r0,48r-135,0","w":215},"6":{"d":"84,-137v45,-49,134,-19,134,56v0,51,-46,87,-99,87v-112,0,-128,-151,-57,-211v31,-26,67,-45,117,-51r5,17v-62,6,-90,45,-100,102xm119,-9v46,-3,49,-128,-1,-128v-24,0,-36,11,-36,41v0,43,7,82,37,87","w":233},"7":{"d":"165,-142v-57,5,-137,-20,-137,39r-12,0r0,-86r185,0r0,21r-128,233r-26,0","w":199},"8":{"d":"161,-140v36,13,62,31,64,70v4,96,-207,106,-207,10v0,-37,26,-52,61,-60v-28,-13,-50,-34,-51,-68v-1,-86,187,-94,187,-7v0,33,-24,46,-54,55xm149,-146v13,-30,16,-95,-27,-95v-36,0,-47,54,-18,71v12,7,32,18,45,24xm123,-9v44,0,57,-58,23,-78v-15,-9,-38,-18,-54,-27v-24,30,-20,105,31,105","w":243},"9":{"d":"114,-195v111,0,129,151,58,210v-30,25,-68,44,-118,51r-4,-17v58,-9,91,-41,99,-100v-45,45,-134,17,-134,-58v0,-52,46,-86,99,-86xm116,-52v23,0,35,-11,35,-40v0,-42,-6,-82,-36,-87v-47,3,-49,127,1,127","w":233},":":{"d":"66,-175v18,0,35,17,35,35v0,18,-17,34,-35,34v-18,0,-35,-17,-35,-34v0,-17,17,-35,35,-35xm66,-64v17,0,35,17,35,35v0,18,-17,34,-35,34v-18,0,-35,-17,-35,-34v0,-17,17,-35,35,-35","w":132},";":{"d":"66,-175v18,0,35,17,35,35v0,18,-17,34,-35,34v-18,0,-35,-17,-35,-34v0,-17,17,-35,35,-35xm62,-60v45,0,50,64,22,95v-13,14,-26,25,-43,33r-8,-12v21,-12,42,-25,44,-56v-52,12,-61,-60,-15,-60","w":132},"\u037e":{"d":"66,-175v18,0,35,17,35,35v0,18,-17,34,-35,34v-18,0,-35,-17,-35,-34v0,-17,17,-35,35,-35xm62,-60v45,0,50,64,22,95v-13,14,-26,25,-43,33r-8,-12v21,-12,42,-25,44,-56v-52,12,-61,-60,-15,-60","w":132},"<":{"d":"213,-1r-176,-88r0,-24r176,-88r0,33r-139,67r139,67r0,33"},"=":{"d":"221,-123r-188,0r0,-29r188,0r0,29xm221,-50r-188,0r0,-29r188,0r0,29"},">":{"d":"216,-89r-175,88r0,-33r138,-67r-138,-67r0,-33r175,88r0,24"},"?":{"d":"92,-255v77,0,115,84,62,130v-16,15,-37,23,-64,25r-1,24r-16,0r0,-68v58,7,76,-93,17,-97v-10,0,-17,3,-24,7v10,22,12,56,-23,56v-18,0,-29,-13,-29,-29v1,-30,42,-48,78,-48xm82,-60v18,0,33,16,33,33v0,18,-16,32,-33,32v-17,1,-34,-14,-34,-32v0,-17,16,-33,34,-33","w":197},"@":{"d":"196,-242v78,0,122,43,126,116v3,55,-37,107,-88,106v-24,0,-41,-9,-48,-24v-20,36,-93,27,-88,-27v5,-54,37,-100,90,-100v16,0,24,6,28,18r6,-16r45,0v-12,40,-30,74,-39,117v0,9,3,16,13,16v42,0,63,-45,61,-92v-2,-63,-42,-96,-107,-96v-81,0,-133,54,-133,138v0,80,42,126,120,126v42,0,71,-12,95,-30r7,11v-26,20,-58,37,-103,36v-89,-3,-153,-49,-153,-141v0,-97,68,-158,168,-158xm145,-66v-3,30,30,31,37,10r27,-78v0,-12,-7,-22,-19,-22v-33,8,-41,51,-45,90","w":348},"A":{"d":"56,-35v-3,19,16,19,36,21r0,14r-102,0r0,-14v24,-1,37,-12,45,-31r86,-208r36,0r87,216v7,13,18,23,39,23r0,14r-136,0r0,-14v10,-1,45,-2,33,-18r-21,-51r-86,0v-7,14,-15,33,-17,48xm152,-101r-36,-90r-36,90r72,0","w":272},"B":{"d":"178,-133v39,7,80,20,80,65v0,99,-149,60,-246,68r0,-14v18,-1,37,-3,37,-22r0,-176v1,-20,-22,-20,-37,-24r0,-13v86,7,232,-28,232,55v0,39,-34,49,-66,58r0,3xm111,-140v40,2,64,-14,65,-49v0,-35,-25,-48,-65,-44r0,93xm111,-32v21,34,86,9,77,-38v1,-42,-32,-58,-77,-53r0,91","w":272},"C":{"d":"12,-122v-4,-105,110,-163,202,-118v6,-6,13,-11,27,-9r1,91r-15,0v-16,-45,-29,-81,-77,-81v-52,0,-67,51,-67,111v0,62,17,110,76,110v41,0,61,-24,79,-54r15,9v-20,40,-51,70,-110,70v-80,0,-128,-49,-131,-129","w":257},"D":{"d":"144,-249v83,2,144,40,144,126v0,85,-64,123,-150,123r-126,0r0,-14v18,0,38,-2,37,-21r0,-177v0,-18,-21,-22,-37,-24r0,-13r132,0xm144,-16v59,0,73,-47,73,-107v-1,-71,-27,-118,-106,-110r0,190v1,19,12,27,33,27","w":300},"E":{"d":"49,-212v2,-20,-22,-20,-37,-24r0,-13r221,0r0,63r-13,0v-11,-38,-49,-56,-109,-48r0,97v42,4,68,-9,71,-43r14,0r0,104r-14,0v-3,-35,-26,-52,-71,-45v4,46,-19,116,41,105v56,9,72,-31,86,-62r13,0r-5,78r-234,0r0,-14v18,-1,38,-4,37,-22r0,-176","w":259},"F":{"d":"49,-212v1,-19,-22,-20,-37,-24r0,-13r224,0r0,66r-13,0v-10,-26,-31,-57,-73,-51r-39,0r0,98v43,5,67,-9,70,-43r14,0r0,105r-14,0v-3,-34,-25,-52,-70,-45r0,82v-1,20,20,21,36,23r0,14r-135,0r0,-14v17,-1,37,-2,37,-22r0,-176","w":241},"G":{"d":"12,-122v-6,-110,113,-161,208,-118v6,-6,12,-11,26,-9r2,91r-16,0v-16,-45,-30,-81,-79,-81v-52,0,-71,52,-70,111v0,62,17,115,69,117v18,0,37,-7,46,-15r0,-51v2,-21,-21,-21,-38,-24r0,-14r130,0r0,14v-42,-5,-32,41,-31,79v-22,14,-80,30,-116,29v-81,-2,-128,-48,-131,-129","w":290},"H":{"d":"182,-14v17,0,36,-3,36,-21r0,-86r-107,0r0,84v-1,19,19,21,36,23r0,14r-135,0r0,-14v17,0,37,-2,37,-21r0,-177v0,-18,-21,-22,-37,-24r0,-13r135,0r0,13v-16,2,-36,3,-36,23r0,74r107,0r0,-73v0,-18,-21,-20,-36,-24r0,-13r135,0r0,13v-16,3,-37,3,-37,23r0,176v-1,20,19,22,37,23r0,14r-135,0r0,-14","w":328},"I":{"d":"11,-14v17,-1,38,0,38,-21r0,-177v2,-20,-23,-20,-38,-24r0,-13r138,0r0,13v-17,2,-38,3,-38,23r0,176v-1,19,21,21,38,23r0,14r-138,0r0,-14","w":160},"J":{"d":"108,-212v2,-20,-22,-20,-36,-24r0,-13r133,0r0,13v-17,3,-34,2,-34,23r0,137v-3,54,-41,80,-95,83v-41,1,-73,-22,-73,-60v0,-22,13,-37,35,-37v19,0,33,13,33,31v1,21,-19,27,-26,41v29,23,63,-9,63,-53r0,-141","w":214},"K":{"d":"206,-229v-4,-6,-14,-6,-26,-7r0,-13r109,0r0,13v-64,5,-86,54,-122,85r88,109v12,14,25,27,50,28r0,14r-99,0v-30,-47,-55,-75,-86,-115r-9,0r0,78v-1,19,17,21,33,23r0,14r-132,0r0,-14v17,-1,37,-2,37,-21r0,-177v1,-19,-21,-21,-37,-24r0,-13r137,0r0,13v-17,2,-38,2,-38,23r0,84r7,0v28,-28,74,-61,88,-100","w":294},"L":{"d":"111,-49v-8,47,61,36,90,24v12,-11,26,-39,33,-55r13,0r-5,80r-230,0r0,-14v18,-1,37,-2,37,-22r0,-176v1,-19,-21,-21,-37,-24r0,-13r137,0r0,13v-17,2,-38,2,-38,23r0,164","w":246},"M":{"d":"320,-37v-2,20,19,20,35,23r0,14r-135,0r0,-14v18,-1,38,-2,38,-23r0,-186r-85,219r-23,0r-81,-222r0,152v-4,41,14,56,44,60r0,14r-107,0r0,-14v18,-2,38,-5,40,-25v5,-45,2,-106,3,-157v1,-28,-16,-39,-41,-40r0,-13r115,0r61,164r60,-164r111,0r0,13v-16,2,-35,3,-35,23r0,176","w":368},"N":{"d":"235,-81v-5,-63,20,-155,-43,-155r0,-13r107,0r0,13v-33,0,-43,19,-43,59r0,178r-31,0r-156,-192v7,68,-25,176,44,177r0,14r-107,0r0,-14v35,-1,46,-17,43,-58v-5,-64,22,-160,-44,-163r0,-14r94,0","w":302},"O":{"d":"148,-256v82,0,135,48,135,130v0,83,-51,133,-137,133v-80,0,-134,-48,-134,-129v0,-82,52,-134,136,-134xm148,-10v55,0,64,-56,64,-115v0,-56,-10,-114,-64,-114v-51,0,-66,53,-65,115v1,58,10,114,65,114","w":295},"P":{"d":"12,-249v90,7,234,-29,234,62v0,68,-63,82,-135,80r0,70v-1,20,20,20,36,23r0,14r-135,0r0,-14v18,-1,37,-2,37,-22r0,-176v1,-19,-21,-21,-37,-24r0,-13xm111,-124v42,2,66,-14,66,-54v0,-44,-20,-58,-66,-55r0,109","w":252},"Q":{"d":"148,-256v82,0,135,48,135,130v0,62,-34,106,-83,123v-1,39,32,62,72,48r0,15v-30,13,-94,23,-119,-5v-12,-13,-20,-28,-22,-49v-71,-9,-119,-52,-119,-128v0,-82,52,-134,136,-134xm148,-10v55,0,64,-56,64,-115v0,-56,-10,-114,-64,-114v-51,0,-66,53,-65,115v1,58,10,114,65,114","w":295},"R":{"d":"248,-190v0,40,-25,57,-61,67r76,94v10,12,18,13,35,15r0,14r-95,0v-17,-25,-30,-45,-41,-60v-11,-15,-25,-32,-41,-52r-10,0r0,75v-2,19,19,20,34,23r0,14r-133,0r0,-14v18,0,38,-4,37,-22r0,-176v2,-20,-23,-20,-37,-24r0,-13v90,7,236,-29,236,59xm111,-129v44,2,69,-13,68,-56v0,-39,-26,-51,-68,-48r0,104","w":287},"S":{"d":"220,-73v0,84,-119,96,-179,61v-7,6,-11,15,-27,12r-3,-90r15,0v17,36,36,75,87,79v40,3,66,-42,38,-66v-40,-35,-133,-27,-133,-104v0,-76,106,-90,161,-58v6,-6,12,-12,26,-10r1,85r-15,0v-14,-34,-28,-72,-73,-75v-34,-3,-59,40,-33,62v41,35,135,26,135,104","w":233},"T":{"d":"92,-234v-48,-7,-65,25,-76,56r-14,0r0,-71r242,0r0,71r-14,0v-12,-29,-26,-65,-76,-56r0,196v-1,20,21,22,39,24r0,14r-139,0r0,-14v16,-1,38,-1,38,-22r0,-198","w":246},"U":{"d":"236,-91v-2,-61,17,-146,-45,-145r0,-13r108,0r0,13v-63,-2,-43,91,-43,152v0,56,-44,91,-101,91v-67,0,-111,-29,-111,-91r0,-128v0,-18,-18,-22,-34,-24r0,-13r131,0r0,13v-18,1,-35,4,-35,22v0,82,-26,200,64,197v42,-2,68,-28,66,-74","w":300},"V":{"d":"208,-185v14,-26,16,-54,-27,-50r0,-14r101,0r0,14v-56,8,-62,73,-80,118r-49,120r-36,0r-86,-209v-8,-18,-20,-26,-42,-30r0,-13r135,0r0,13v-21,4,-38,2,-30,21r64,158","w":274},"W":{"d":"349,-206v9,-25,-16,-28,-37,-29r0,-14r100,0r0,14v-54,8,-54,72,-69,115r-42,123r-35,0r-66,-186r-60,186r-35,0r-71,-209v-6,-19,-20,-26,-41,-30r0,-13r133,0r0,13v-16,3,-36,-1,-29,21r48,147r57,-181r37,0r66,187","w":405},"X":{"d":"212,-224v-3,-10,-11,-10,-28,-12r0,-13r97,0r0,13v-42,4,-58,37,-80,62r-29,33r78,111v12,10,22,15,42,16r0,14r-152,0r0,-14v57,4,23,-33,9,-55r-21,-32v-32,39,-44,48,-57,75v1,11,15,10,27,12r0,14r-96,0r0,-14v46,-3,60,-39,83,-65r32,-37r-73,-103v-12,-11,-22,-16,-42,-17r0,-13r153,0r0,13v-48,-4,-30,24,-14,49r20,31v29,-36,40,-42,51,-68","w":291},"Y":{"d":"214,-223v-2,-12,-15,-11,-31,-13r0,-13r92,0r0,13v-56,14,-66,75,-97,112v-18,22,-14,48,-15,86v-1,20,21,22,39,24r0,14r-139,0r0,-14v18,-1,39,-2,38,-22v-2,-32,2,-64,-13,-84v-26,-35,-41,-82,-75,-110v-5,-3,-17,-5,-24,-6r0,-13r143,0r0,13v-20,2,-41,0,-31,17r55,96v40,-65,38,-59,58,-100","w":263},"Z":{"d":"142,-16v67,6,70,-31,90,-68r14,0r-9,84r-234,0r0,-11r161,-222r-54,0v-55,-2,-56,23,-80,60r-14,0r8,-76r217,0r0,10r-161,223r62,0","w":248},"[":{"d":"149,54r-116,0r0,-321r116,0r0,17r-61,0r0,287r61,0r0,17","w":160},"\\":{"d":"165,75r-32,0r-121,-343r32,0","w":169},"]":{"d":"128,54r-116,0r0,-17r61,0r0,-287r-61,0r0,-17r116,0r0,321","w":160},"^":{"d":"217,-134r-35,0r-55,-90r-56,90r-34,0r77,-122r25,0"},"_":{"d":"254,53r-255,0r0,-21r255,0r0,21"},"`":{"d":"53,-234v-20,-11,-18,-40,7,-38v31,1,30,20,47,41r23,31r-7,6v-30,-20,-45,-26,-70,-40","w":180},"a":{"d":"211,-17r0,13v-26,13,-81,14,-87,-16v-21,34,-110,37,-110,-18v0,-59,72,-53,110,-73v-1,-26,2,-56,-26,-54v-9,0,-15,2,-21,6v9,21,7,47,-25,47v-19,0,-29,-10,-30,-26v6,-31,43,-40,79,-41v47,0,81,10,81,58v0,40,-24,112,29,104xm75,-48v0,32,37,32,48,12r1,-59v-25,8,-49,15,-49,47","w":214},"b":{"d":"86,-155v50,-50,144,-13,134,69v7,80,-101,118,-158,72v-12,7,-20,29,-36,19v5,-72,1,-156,2,-233v-1,-18,-14,-26,-32,-27r0,-13r87,-4r3,3r0,114xm118,-9v52,0,58,-142,-2,-143v-15,0,-23,4,-30,13v5,49,-19,130,32,130","w":232},"c":{"d":"191,-44v-16,27,-39,50,-80,50v-62,0,-99,-33,-99,-94v0,-56,41,-90,102,-91v37,0,70,13,70,45v0,18,-9,28,-30,28v-33,0,-35,-30,-25,-53v-36,-22,-53,29,-53,69v0,36,19,70,50,70v28,0,40,-14,52,-33","w":191},"d":{"d":"206,-39v-2,18,14,22,31,22r0,13v-29,0,-63,7,-89,3v-1,-5,1,-13,-1,-17v-10,11,-32,25,-53,24v-49,0,-80,-44,-82,-95v-2,-66,76,-113,136,-79r0,-58v-1,-22,-19,-28,-40,-29r0,-13r95,-4r3,3r0,230xm117,-20v15,0,24,-6,31,-15v-5,-48,18,-127,-32,-127v-51,0,-60,140,1,142","w":238},"e":{"d":"134,-20v24,0,41,-17,52,-32r13,10v-17,27,-44,48,-86,48v-63,0,-101,-33,-101,-94v0,-56,37,-91,97,-91v57,0,88,27,85,86r-118,0v0,45,14,74,58,73xm132,-109v-1,-26,-1,-56,-26,-56v-25,0,-30,25,-30,57","w":205},"f":{"d":"131,-272v25,-1,45,9,45,30v-1,17,-8,28,-27,27v-26,-2,-28,-18,-39,-42v-19,10,-15,44,-16,83r49,0r0,19r-49,0r0,121v0,18,19,19,35,21r0,13r-118,0v-6,-23,26,-7,26,-32r0,-123r-36,0r0,-19r36,0v1,-60,32,-97,94,-98","w":141},"g":{"d":"15,-123v-2,-52,73,-64,124,-51r68,0r0,19r-39,0v37,42,-9,89,-66,89v-16,0,-36,-3,-36,12v5,26,57,12,84,16v31,5,57,19,57,52v0,51,-51,63,-108,64v-50,0,-91,-7,-94,-45v-2,-26,29,-28,53,-35v-18,-6,-33,-15,-34,-35v-1,-23,25,-23,37,-33v-27,-11,-45,-22,-46,-53xm98,-79v19,0,28,-19,27,-42v-1,-24,-6,-45,-27,-45v-36,0,-34,87,0,87xm108,64v28,-3,46,-10,46,-37v0,-32,-42,-21,-79,-24v-26,21,-11,65,33,61","w":207},"h":{"d":"213,-34v0,16,12,19,26,21r0,13r-106,0v-6,-22,25,-7,22,-32v-6,-43,16,-118,-26,-118v-19,0,-31,10,-38,22r0,94v-2,16,10,19,22,21r0,13r-106,0v-6,-23,26,-7,26,-32r0,-196v0,-18,-14,-26,-32,-27r0,-13r87,-4r3,3r0,121v17,-16,32,-30,65,-31v70,-3,57,78,57,145","w":244},"i":{"d":"95,-34v-1,16,13,19,26,21r0,13r-111,0r0,-13v15,0,27,-3,27,-19r0,-102v-1,-17,-14,-23,-31,-25r0,-13v29,0,64,-7,89,-2r0,140xm61,-272v18,0,35,14,35,32v0,18,-17,32,-35,32v-18,0,-35,-14,-35,-32v0,-18,17,-32,35,-32","w":127},"j":{"d":"39,-134v0,-17,-16,-24,-34,-25r0,-13v30,0,66,-7,92,-2r0,153v-2,59,-35,93,-95,99v-45,4,-62,-57,-16,-57v26,0,27,20,39,41v27,-31,14,-134,14,-196xm63,-272v18,0,35,14,35,32v0,18,-17,32,-35,32v-18,0,-35,-14,-35,-32v0,-18,17,-32,35,-32","w":124},"k":{"d":"146,-140v15,-14,1,-20,-15,-22r0,-12r89,0r0,12v-35,9,-53,22,-76,43r62,92v7,10,17,13,30,14r0,13r-83,0v-18,-33,-33,-53,-52,-80v-16,10,-20,73,14,67r0,13r-108,0v-6,-23,31,-7,26,-32r0,-196v-1,-18,-14,-26,-32,-27r0,-13r87,-4r3,3r0,181","w":227},"l":{"d":"91,-34v-1,16,12,19,26,21r0,13r-110,0r0,-13v15,0,26,-3,26,-19r0,-195v0,-19,-16,-26,-33,-28r0,-13r88,-4r3,3r0,235","w":123},"m":{"d":"334,-34v-1,16,11,19,25,21r0,13r-104,0v-6,-22,25,-7,21,-32v-7,-42,16,-115,-25,-118v-19,-2,-30,11,-37,22r0,94v0,14,9,19,21,21r0,13r-100,0v-7,-22,25,-6,21,-32v-7,-41,17,-115,-25,-118v-19,-1,-30,11,-37,22r0,94v0,14,9,19,21,21r0,13r-105,0r0,-13v16,0,27,-4,27,-19v0,-46,21,-124,-29,-127r0,-13v28,0,62,-7,86,-2v1,8,-2,19,1,25v20,-33,102,-44,116,2v18,-12,34,-32,68,-32v68,0,55,79,55,145","w":365},"n":{"d":"217,-34v0,16,11,19,25,21r0,13r-106,0v-7,-22,27,-7,23,-32v-6,-42,17,-118,-26,-118v-19,0,-31,10,-39,22r0,94v-1,15,10,19,23,21r0,13r-107,0r0,-13v16,0,29,-4,27,-19v-5,-46,21,-124,-29,-127r0,-13v28,0,62,-7,86,-2v1,8,-2,20,1,26v17,-14,32,-31,64,-31v70,0,59,78,58,145","w":248},"o":{"d":"114,-179v63,0,102,30,102,91v0,62,-40,94,-103,94v-60,0,-101,-33,-101,-93v0,-60,40,-91,102,-92xm115,-9v35,0,37,-41,37,-79v0,-34,-1,-78,-37,-77v-35,1,-38,38,-38,76v0,41,1,80,38,80","w":228},"p":{"d":"92,-154v46,-54,142,-11,132,68v5,67,-74,114,-133,79r0,49v-2,21,21,21,38,23r0,13r-127,0r0,-13v16,0,31,-3,31,-21r0,-179v-1,-17,-14,-23,-31,-24r0,-13v29,0,64,-7,89,-2v1,6,-1,15,1,20xm123,-11v51,0,56,-140,-2,-141v-15,-1,-24,6,-30,14v4,49,-17,127,32,127","w":236},"q":{"d":"206,41v-2,19,16,22,32,24r0,13r-123,0r0,-13v16,0,35,-2,33,-21v-2,-19,4,-46,-2,-61v-47,50,-134,6,-134,-72v0,-80,101,-112,164,-73v11,-7,17,-28,32,-20xm117,-21v16,0,23,-7,31,-14v-5,-49,18,-129,-33,-129v-51,0,-59,143,2,143","w":233},"r":{"d":"94,-148v19,-29,89,-48,91,6v1,17,-13,33,-30,33v-24,0,-35,-18,-28,-41v-14,0,-26,10,-33,19r0,97v-1,18,18,20,34,21r0,13r-118,0r0,-13v16,0,27,-4,27,-19r0,-102v-1,-17,-13,-23,-29,-25r0,-13v28,0,62,-7,86,-2r0,26","w":187},"s":{"d":"159,-90v39,44,-7,96,-67,96v-21,0,-47,-7,-59,-16r-5,12r-14,0r-2,-65r13,0v10,26,29,50,64,54v32,3,43,-34,19,-45v-37,-17,-90,-17,-91,-70v-2,-55,82,-66,127,-45v1,-8,6,-12,17,-10r3,60r-12,0v-6,-21,-28,-45,-54,-45v-28,0,-39,30,-17,41v20,10,65,18,78,33","w":184},"t":{"d":"90,-58v-4,35,20,42,51,35r0,15v-36,20,-109,21,-109,-39r0,-108r-32,0r0,-19r32,0r0,-53r57,0r0,53r50,0r0,19r-49,0r0,97","w":143},"u":{"d":"211,-38v0,16,12,23,29,21r0,13v-28,0,-62,7,-87,3v-1,-7,2,-18,-1,-23v-17,15,-31,29,-66,29v-66,0,-53,-76,-54,-140v-1,-16,-12,-24,-29,-24r0,-13v28,1,62,-7,87,-2r0,117v-6,45,51,40,63,15r0,-95v-1,-16,-12,-23,-30,-22r0,-13v28,0,63,-7,88,-2r0,136","w":243},"v":{"d":"163,-144v2,-15,-15,-15,-25,-18r0,-12r73,0r0,12v-34,6,-38,47,-52,73v-15,29,-30,58,-39,91r-32,0r-65,-145v-4,-11,-17,-16,-28,-19r0,-12r109,0r0,12v-10,0,-31,5,-20,17r41,92","w":204},"w":{"d":"265,-138v9,-17,-12,-22,-24,-24r0,-12r72,0r0,12v-31,5,-33,45,-46,70v-9,17,-25,64,-34,94r-34,0r-44,-120r-42,120r-34,0r-55,-145v-3,-11,-15,-16,-26,-19r0,-12r107,0r0,12v-8,1,-30,4,-20,17r32,86r39,-115r35,0r45,119","w":310},"x":{"d":"136,-127v8,-7,33,-37,0,-35r0,-12r70,0r0,12v-39,12,-48,39,-75,63v21,27,37,57,61,81v4,3,10,4,19,5r0,13r-110,0r0,-13v32,2,14,-19,3,-34v-8,-12,-8,-11,-15,-21v-12,16,-28,28,-36,47v0,8,12,7,19,8r0,13r-71,0r0,-13v42,-14,50,-40,79,-68v-20,-25,-35,-55,-59,-76v-5,-2,-11,-4,-18,-5r0,-12r107,0r0,12v-25,-1,-13,14,-3,28v7,11,8,11,16,23","w":211},"y":{"d":"159,-138v10,-17,-10,-21,-23,-24r0,-12r73,0r0,12v-39,9,-41,59,-59,89v-33,54,-39,138,-109,151v-38,7,-53,-58,-10,-57v19,0,28,13,38,25v8,-8,23,-27,27,-41r-74,-148v-5,-11,-14,-17,-27,-19r0,-12r108,0r0,12v-9,1,-27,3,-20,17r43,86","w":202},"z":{"d":"77,-16v56,6,90,-4,91,-50r13,0r0,66r-173,0r0,-12r101,-146r-38,0v-32,-4,-37,19,-44,41r-12,0r0,-57r163,0r0,11","w":189},"{":{"d":"123,-30v-2,43,3,76,45,73r0,16v-57,-1,-105,-8,-104,-67r2,-43v2,-35,-23,-39,-53,-42r0,-26v29,-3,57,-7,53,-41v-6,-58,3,-108,60,-108v13,-1,27,-2,42,-2r0,15v-41,-2,-48,30,-45,74v3,46,-27,62,-64,69r0,13v37,8,67,22,64,69","w":180},"|":{"d":"85,75r-30,0r0,-343r30,0r0,343","w":139},"}":{"d":"114,-160v-2,35,24,38,54,41r0,26v-30,3,-58,7,-54,42v6,57,-2,107,-59,107v-13,1,-28,3,-43,3r0,-16v42,3,45,-28,45,-73v0,-45,27,-61,64,-69r0,-13v-49,-6,-70,-40,-64,-103v3,-31,-18,-38,-45,-40r0,-15v58,-1,106,8,104,67","w":180},"~":{"d":"173,-102v21,0,28,-17,36,-35r19,8v-13,26,-28,58,-65,59v-36,1,-50,-30,-82,-30v-22,0,-29,16,-37,35r-19,-8v12,-26,28,-58,65,-59v37,-1,49,30,83,30"},"\u2122":{"d":"311,-149v-1,10,11,8,19,10r0,10r-66,0v-5,-16,18,-5,18,-20r0,-77r-4,0r-38,93r-11,0r-37,-95r-4,0v4,34,-14,90,22,89r0,10r-57,0r0,-10v36,3,18,-52,22,-84v1,-13,-11,-15,-21,-17r0,-9r60,0r30,79r29,-79r57,0r0,9v-8,1,-18,1,-19,10r0,81xm62,-239v-24,-5,-31,13,-37,25r-8,0r0,-35r119,0r0,35v-20,0,-12,-33,-44,-25r0,90v-2,9,11,9,18,10r0,10r-66,0v-5,-16,18,-6,18,-19r0,-91","w":341},"\u2026":{"d":"285,-61v17,0,34,16,34,33v0,18,-17,33,-34,33v-17,0,-33,-14,-33,-33v0,-18,16,-33,33,-33xm172,-61v17,0,34,16,34,33v0,18,-17,33,-34,33v-17,0,-33,-14,-33,-33v0,-18,16,-33,33,-33xm59,-61v17,0,34,16,34,33v0,18,-17,33,-34,33v-17,0,-34,-15,-34,-33v0,-17,17,-33,34,-33","w":339},"\u2013":{"d":"235,-87r-217,0r0,-28r217,0r0,28"},"\u2014":{"d":"316,-87r-298,0r0,-28r298,0r0,28","w":333},"\u201c":{"d":"37,-202v52,-13,60,56,16,57v-45,1,-51,-62,-23,-91v13,-13,26,-25,43,-32r8,12v-22,11,-41,27,-44,54xm124,-202v52,-13,60,57,15,57v-45,-1,-50,-62,-22,-91v13,-13,26,-25,43,-32r8,12v-22,11,-41,27,-44,54","w":186},"\u201d":{"d":"47,-269v46,0,52,62,23,91v-13,13,-26,25,-43,32r-8,-12v22,-11,41,-27,44,-54v-52,13,-60,-56,-16,-57xm134,-269v46,0,50,62,22,91v-13,13,-26,25,-43,32r-7,-12v22,-11,41,-27,44,-54v-27,1,-46,-4,-46,-29v0,-15,14,-28,30,-28","w":186},"\u2018":{"d":"35,-202v27,-1,46,4,46,29v0,15,-14,28,-30,28v-46,0,-50,-62,-22,-91v13,-13,26,-25,43,-32r7,12v-22,11,-41,27,-44,54","w":96},"\u2019":{"d":"46,-269v45,1,50,62,22,91v-13,13,-26,25,-43,32r-8,-12v22,-11,41,-27,44,-54v-52,13,-60,-57,-15,-57","w":96},"\u00d7":{"d":"214,-34r-20,20r-68,-67r-67,67r-20,-20r68,-67r-68,-67r20,-21r67,68r68,-68r20,21r-68,67"},"\u2032":{"d":"58,-249v22,-22,63,4,40,35r-53,73r-16,0v10,-35,7,-85,29,-108","w":115},"\u2033":{"d":"137,-249v17,-15,59,-4,45,24v-16,31,-42,56,-62,84r-16,0v11,-35,13,-83,33,-108xm58,-249v21,-22,61,4,39,35r-53,73r-16,0v11,-35,8,-85,30,-108","w":191}}});
/*!
 * Â© 2006 Microsoft Corporation. All Rights Reserved.
 */
Cufon.registerFont({"w":253,"face":{"font-family":"Georgia","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 4 8 2 5 4 5 9 2 3","ascent":"288","descent":"-72","x-height":"6","bbox":"-76 -273 448 78.0051","underline-thickness":"21.0938","underline-position":"-21.2695","slope":"-13","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":91},"\u00a0":{"w":91},"!":{"d":"133,-229v-11,53,-41,92,-59,148r-14,0r3,-129v-7,-43,65,-62,70,-19xm56,-60v18,0,33,16,33,33v0,18,-16,32,-33,32v-17,1,-34,-14,-34,-32v0,-17,16,-33,34,-33","w":135},"\"":{"d":"90,-269v51,0,7,65,-3,86v-6,12,-12,24,-18,38r-12,0v2,-49,-18,-124,33,-124xm199,-247v-7,39,-33,65,-47,102r-12,0v3,-49,-17,-123,33,-124v15,-1,28,9,26,22","w":183},"#":{"d":"235,-131r-48,0r-17,45r48,0r0,28r-59,0r-23,58r-26,0r23,-58r-41,0r-23,58r-26,0r23,-58r-36,0r0,-28r47,0r18,-45r-48,0r0,-29r59,0r23,-60r26,0r-23,60r40,0r24,-60r26,0r-24,60r37,0r0,29xm162,-132r-41,0r-18,46r41,0"},"$":{"d":"135,-215v-52,-6,-74,66,-16,72xm107,-11v58,6,83,-73,18,-79xm37,-81v33,0,34,38,22,59v10,6,18,10,31,11r18,-81v-61,1,-94,-68,-46,-109v18,-15,44,-27,76,-29r9,-38r17,0r-9,38v38,2,68,15,70,49v1,16,-12,29,-27,29v-32,0,-32,-37,-21,-57v-7,-4,-15,-6,-25,-6r-16,73v53,4,93,46,65,96v-17,30,-52,46,-97,49r-11,50r-17,0r11,-50v-41,0,-76,-20,-78,-55v0,-16,10,-29,28,-29","w":230},"%":{"d":"33,-181v-9,-77,137,-112,140,-20v10,78,-137,111,-140,20xm95,-138v24,0,34,-43,33,-76v0,-17,-3,-30,-17,-30v-26,0,-33,45,-33,78v0,15,3,28,17,28xm238,-125v34,0,59,21,59,55v0,42,-38,76,-80,76v-34,0,-60,-21,-60,-55v0,-41,39,-76,81,-76xm220,-6v24,0,33,-45,33,-77v0,-17,-3,-30,-17,-30v-26,0,-35,44,-34,78v0,16,4,29,18,29xm307,-251r-256,251r-27,0r255,-251r28,0","w":316},"&":{"d":"195,-63v19,31,33,48,77,50r-3,13r-103,0r-17,-26v-37,42,-147,49,-147,-22v0,-52,43,-70,82,-87v-41,-51,0,-125,67,-121v30,2,56,13,56,40v0,39,-29,53,-62,71r43,70v14,-14,33,-40,36,-58v-2,-9,-16,-9,-27,-13r3,-12r98,0r-3,12v-58,3,-65,55,-100,83xm139,-157v20,-13,37,-30,39,-57v0,-15,-9,-25,-23,-25v-42,1,-37,54,-16,82xm90,-124v-44,24,-35,118,33,97v5,-2,12,-5,19,-10","w":287},"'":{"d":"114,-247v-8,39,-33,65,-47,102r-12,0v3,-50,-17,-123,34,-124v14,-1,25,9,25,22","w":96},"(":{"d":"104,-180v-29,55,-61,200,17,222r-4,16v-91,-6,-122,-113,-86,-201v26,-64,82,-114,157,-126r-4,16v-36,8,-63,39,-80,73","w":160},")":{"d":"61,-32v28,-55,62,-200,-16,-222r3,-15v61,10,101,46,101,118v0,117,-70,189,-171,209r4,-16v37,-8,62,-40,79,-74","w":160},"*":{"d":"166,-205v10,-1,17,5,16,15v-4,30,-42,4,-63,5v12,16,57,48,19,60v-22,-5,-18,-35,-28,-54v-11,16,-7,51,-29,54v-37,-14,8,-42,19,-60v0,0,-58,25,-63,-5v4,-29,40,-6,63,-6v-12,-18,-55,-46,-19,-60v23,3,17,37,29,54v11,-19,6,-50,28,-54v38,13,-9,45,-19,60","w":173},"+":{"d":"224,-87r-83,0r0,83r-29,0r0,-83r-83,0r0,-28r83,0r0,-83r29,0r0,83r83,0r0,28"},",":{"d":"56,-60v47,1,39,62,12,89v-16,16,-34,30,-55,39r-5,-12v25,-13,46,-26,54,-56v-23,1,-41,-3,-42,-24v0,-18,17,-37,36,-36","w":118},"-":{"d":"118,-76r-107,0r9,-39r107,0","w":136},"\u00ad":{"d":"118,-76r-107,0r9,-39r107,0","w":136},".":{"d":"54,-64v17,0,35,18,35,35v0,17,-17,34,-35,34v-18,0,-35,-16,-35,-34v0,-18,17,-35,35,-35","w":118},"\/":{"d":"188,-268r-182,343r-32,0r181,-343r33,0","w":169},"0":{"d":"151,-195v55,0,92,25,92,78v0,77,-55,123,-134,123v-54,0,-91,-25,-91,-77v0,-78,55,-124,133,-124xm112,-8v52,-9,67,-70,67,-129v0,-24,-6,-43,-31,-43v-51,0,-67,71,-67,127v0,25,7,43,31,45","w":252},"1":{"d":"112,-40v-8,25,18,25,35,27r-3,13r-145,0r3,-13v21,-1,44,-2,49,-22r26,-113r-44,0v3,-5,0,-16,8,-16v35,0,61,-13,77,-31r31,0","w":176},"2":{"d":"37,-141v5,-72,178,-76,178,1v0,77,-112,58,-165,90r0,3r149,0r-11,47r-191,0v5,-18,5,-39,22,-45v42,-35,122,-33,130,-101v3,-32,-36,-38,-60,-26v13,22,9,61,-24,61v-17,0,-29,-14,-28,-30","w":225},"3":{"d":"37,-141v0,-62,179,-82,179,-2v0,45,-41,57,-78,70v34,3,61,15,61,51v0,62,-60,85,-127,87v-41,1,-78,-18,-79,-53v0,-16,11,-29,29,-29v33,0,36,38,23,60v47,19,86,-18,86,-72v0,-30,-25,-34,-57,-32r5,-21v48,5,72,-21,72,-66v0,-32,-38,-36,-62,-23v13,24,10,60,-23,60v-17,0,-29,-14,-29,-30","w":224},"4":{"d":"210,-2r-39,0r-15,67r-58,0r16,-67r-118,0r8,-34r161,-158r51,0r-36,156r39,0xm122,-38r26,-113r-115,113r89,0","w":233},"5":{"d":"194,-36v0,59,-57,101,-118,101v-39,0,-82,-19,-83,-52v0,-16,12,-30,30,-30v34,0,35,40,23,63v52,12,80,-30,83,-81v3,-55,-70,-50,-89,-18r-13,-5r45,-131r148,0r-11,48r-134,0r-19,59v45,-32,138,-23,138,46","w":215},"6":{"d":"222,-97v0,56,-57,103,-117,103v-50,0,-88,-31,-87,-81v1,-103,89,-172,192,-181r1,17v-66,8,-99,48,-118,102v16,-14,37,-24,67,-24v35,0,62,28,62,64xm108,-8v31,0,49,-50,49,-89v0,-21,-11,-39,-30,-40v-40,0,-47,35,-47,79v0,25,7,50,28,50","w":233},"7":{"d":"178,-142v-61,3,-137,-17,-144,39r-13,0r20,-86r186,0r-6,22r-179,232r-30,0","w":203},"8":{"d":"159,-257v42,-1,81,19,81,54v0,36,-31,54,-65,64v29,12,53,27,53,60v0,54,-61,86,-123,86v-46,0,-90,-20,-90,-59v0,-41,32,-60,72,-69v-24,-12,-40,-30,-40,-58v0,-55,54,-76,112,-78xm163,-145v16,-23,35,-94,-10,-97v-36,-3,-64,55,-29,75xm113,-8v44,0,75,-61,34,-82r-48,-25v-26,20,-41,107,14,107","w":243},"9":{"d":"137,-195v50,0,88,32,87,82v-1,106,-90,167,-193,179r-1,-17v65,-8,101,-46,120,-100v-41,40,-130,26,-130,-43v0,-57,57,-101,117,-101xm86,-94v0,46,47,54,69,23v6,-28,19,-109,-20,-109v-31,0,-49,47,-49,86","w":233},":":{"d":"84,-175v18,0,34,17,34,35v0,17,-17,34,-34,34v-18,0,-35,-16,-35,-34v0,-18,17,-35,35,-35xm59,-64v17,0,35,17,35,35v0,18,-17,34,-35,34v-18,0,-35,-17,-35,-34v0,-17,17,-35,35,-35","w":132},";":{"d":"62,-60v47,2,37,63,11,89v-16,16,-34,30,-55,39r-5,-12v25,-13,46,-27,55,-56v-24,1,-42,-3,-43,-24v0,-18,18,-37,37,-36xm84,-175v18,0,34,17,34,35v0,17,-17,34,-34,34v-18,0,-35,-16,-35,-34v0,-18,17,-35,35,-35","w":132},"\u037e":{"d":"62,-60v47,2,37,63,11,89v-16,16,-34,30,-55,39r-5,-12v25,-13,46,-27,55,-56v-24,1,-42,-3,-43,-24v0,-18,18,-37,37,-36xm84,-175v18,0,34,17,34,35v0,17,-17,34,-34,34v-18,0,-35,-16,-35,-34v0,-18,17,-35,35,-35","w":132},"<":{"d":"216,-1r-175,-88r0,-24r175,-88r0,33r-138,67r138,67r0,33"},"=":{"d":"224,-123r-188,0r0,-29r188,0r0,29xm224,-50r-188,0r0,-29r188,0r0,29"},">":{"d":"220,-89r-176,88r0,-33r139,-67r-139,-67r0,-33r176,88r0,24"},"?":{"d":"71,-60v18,0,34,16,34,33v0,18,-17,32,-34,32v-17,0,-34,-14,-34,-32v0,-17,16,-33,34,-33xm42,-205v1,-32,48,-50,85,-50v41,0,75,23,75,63v0,57,-51,90,-110,92r-5,24r-15,0r13,-68v38,-4,69,-21,69,-61v0,-33,-34,-43,-59,-28v8,25,7,55,-25,55v-17,0,-29,-10,-28,-27","w":197},"@":{"d":"200,-242v77,0,122,41,125,116v2,54,-36,107,-87,106v-24,0,-41,-10,-49,-24v-20,37,-92,26,-87,-27v5,-54,37,-100,90,-100v16,0,23,7,28,18r6,-16r45,0v-12,40,-30,74,-39,117v0,9,3,16,13,16v42,0,62,-46,61,-92v-2,-63,-42,-96,-108,-96v-81,0,-133,56,-133,138v0,80,42,126,120,126v42,0,71,-12,95,-30r7,11v-25,20,-58,37,-103,36v-89,-3,-153,-50,-153,-141v0,-98,69,-158,169,-158xm148,-66v-3,30,31,32,38,10r27,-78v0,-12,-7,-22,-19,-22v-34,8,-43,51,-46,90","w":348},"A":{"d":"157,-100r-15,-91r-57,91r72,0xm44,-27v2,12,18,12,33,14r-3,13r-105,0r3,-13v25,-2,41,-13,52,-31r135,-209r35,0r41,226v5,8,18,13,30,14r-3,13r-133,0r3,-13v20,-3,41,0,37,-22r-9,-49r-86,0v-9,15,-26,38,-30,57","w":272},"B":{"d":"121,-140v46,4,78,-20,78,-61v0,-30,-25,-34,-56,-33xm127,-15v33,0,58,-31,58,-67v0,-34,-28,-45,-67,-42r-22,93v1,10,18,16,31,16xm75,-209v7,-20,-10,-25,-30,-28r3,-12r132,0v61,-4,107,22,81,72v-12,24,-41,35,-73,41r-1,4v34,5,67,15,67,54v0,103,-158,73,-264,78r3,-13v19,-1,38,-5,42,-21","w":273},"C":{"d":"15,-97v-2,-119,120,-190,233,-143v7,-5,14,-11,28,-9r-19,91r-16,0v-3,-46,-23,-82,-66,-82v-69,0,-88,78,-91,149v-2,43,23,74,63,74v43,0,65,-26,88,-55r13,9v-25,38,-60,70,-121,70v-68,0,-111,-38,-112,-104","w":257},"D":{"d":"48,-249v115,0,248,-17,248,98v0,101,-74,151,-176,151r-130,0r3,-13v19,-2,38,-3,42,-21r42,-184v-2,-14,-15,-16,-32,-19xm129,-15v71,-5,98,-70,98,-145v0,-52,-26,-80,-84,-74r-45,199v1,16,12,21,31,20","w":300},"E":{"d":"75,-209v7,-20,-10,-25,-30,-28r3,-12r219,0r-14,63r-14,0v-7,-29,-19,-55,-61,-48r-35,0r-22,97v46,6,68,-13,79,-43r14,0r-24,104v-7,0,-15,3,-14,-7v5,-37,-22,-42,-59,-39r-19,90v1,19,13,14,35,17v63,7,75,-35,99,-63r13,0r-22,78r-233,0r3,-13v19,-2,38,-3,42,-21","w":259},"F":{"d":"75,-209v7,-20,-10,-25,-30,-28r3,-12r224,0r-15,66r-14,0v-5,-29,-18,-59,-61,-51r-39,0r-23,99v45,5,71,-13,81,-44r13,0r-24,105v-5,-1,-14,3,-13,-5v4,-36,-22,-45,-60,-41r-20,90v1,16,12,14,31,17r-3,13r-135,0r3,-13v19,-1,38,-5,42,-21","w":241},"G":{"d":"15,-95v-3,-124,123,-192,239,-145v7,-5,14,-11,28,-9r-19,91r-16,0v-5,-46,-24,-82,-68,-82v-72,0,-88,80,-95,154v-6,63,52,98,98,60v4,-20,10,-37,12,-58v-2,-14,-18,-15,-35,-18r3,-13r135,0r-3,13v-19,1,-35,5,-39,22r-13,58v-24,14,-77,29,-115,29v-67,-2,-110,-36,-112,-102","w":290},"H":{"d":"242,-209v7,-20,-9,-25,-29,-28r3,-12r135,0r-3,12v-18,3,-38,4,-42,23r-42,184v1,14,14,16,32,17r-3,13r-135,0r3,-13v19,-1,37,-4,41,-21r20,-87r-105,0r-20,91v1,16,12,14,31,17r-3,13r-135,0r3,-13v19,-2,38,-3,42,-21r42,-184v-2,-14,-15,-16,-32,-19r3,-12r135,0r-3,12v-18,2,-37,5,-41,23r-18,75r105,0","w":328},"I":{"d":"99,-40v-7,22,10,25,32,27r-3,13r-139,0r3,-13v19,-1,39,-3,43,-21r42,-184v-2,-14,-16,-16,-33,-19r3,-12r138,0r-3,12v-18,4,-39,4,-43,23","w":162},"J":{"d":"134,-209v8,-19,-11,-25,-30,-28r3,-12r135,0r-3,12v-17,4,-39,3,-41,23v-27,91,-18,221,-134,221v-41,0,-72,-20,-72,-59v0,-22,13,-38,35,-38v34,0,44,42,18,59v-3,5,-10,6,-11,13v33,25,61,-17,69,-53","w":214},"K":{"d":"203,-191v17,-16,57,-44,10,-46r3,-12r109,0r-3,12v-68,10,-99,58,-144,90r75,120v7,7,19,14,33,14r-3,13r-93,0v-19,-45,-40,-77,-63,-115r-11,0r-19,85v1,16,12,14,31,17r-3,13r-135,0r3,-13v19,-2,38,-3,42,-21r42,-184v-2,-14,-15,-16,-32,-19r3,-12r135,0r-3,12v-18,2,-37,5,-41,23r-20,85r8,0","w":294},"L":{"d":"136,-15v55,5,73,-36,95,-65r12,0r-23,80r-230,0r3,-13v19,-1,38,-5,42,-21r42,-184v-2,-14,-15,-16,-32,-19r3,-12r137,0r-3,12v-18,4,-39,3,-43,23r-41,183v1,19,14,14,38,16","w":246},"M":{"d":"72,-195v9,-27,-9,-42,-31,-42r3,-12r114,0r24,164r92,-152v3,-6,5,-10,5,-12r116,0r-3,12v-18,2,-37,5,-41,23r-41,184v2,16,12,14,32,17r-3,13r-135,0r3,-13v19,-3,38,-3,42,-23r41,-187r-136,219r-22,0r-30,-222r-2,0r-39,170v-8,30,13,40,34,43r-3,13r-108,0r3,-13v37,-1,47,-23,56,-59","w":371},"N":{"d":"251,-176v11,-35,1,-61,-30,-61r3,-12r107,0r-3,12v-37,1,-48,23,-56,59r-42,179r-29,0r-108,-199r-33,157v-4,23,21,23,35,28r-3,13r-108,0r3,-13v37,-2,48,-22,56,-59r30,-131v-1,-21,-15,-31,-35,-34r3,-12r92,0r94,175","w":298},"O":{"d":"178,-256v64,-3,117,40,114,102v-4,97,-64,159,-164,161v-63,2,-115,-41,-113,-103v4,-96,66,-155,163,-160xm133,-9v68,-7,91,-86,91,-162v0,-38,-14,-69,-49,-69v-71,0,-88,86,-91,162v-1,38,14,73,49,69","w":295},"P":{"d":"48,-249v82,8,221,-29,221,52v0,74,-73,92,-155,90r-17,77v2,16,12,14,32,17r-3,13r-136,0r3,-13v19,-1,38,-5,42,-21r42,-184v-2,-14,-15,-16,-32,-19xm118,-123v55,3,81,-24,82,-74v0,-32,-23,-39,-57,-37","w":254},"Q":{"d":"178,-256v64,-3,116,40,114,102v-2,82,-48,131,-113,153v-6,43,26,60,66,47r-2,14v-49,19,-142,25,-130,-54v-56,-5,-98,-43,-98,-102v0,-96,66,-155,163,-160xm133,-9v68,-7,91,-86,91,-162v0,-38,-14,-69,-49,-69v-71,0,-88,86,-91,162v-1,38,14,73,49,69","w":295},"R":{"d":"119,-128v52,5,83,-21,83,-69v0,-32,-25,-39,-59,-37xm186,0v-22,-50,-32,-69,-58,-113r-13,0r-18,83v1,16,12,14,31,17r-3,13r-135,0r3,-13v19,-1,38,-5,42,-21r42,-184v-2,-14,-15,-16,-32,-19r3,-12r137,0v48,0,86,8,86,48v0,46,-38,68,-80,78r55,95v8,12,17,14,34,15r-3,13r-91,0","w":287},"S":{"d":"44,-137v-50,-94,95,-148,169,-102v7,-6,13,-12,28,-10r-18,85r-15,0v-7,-39,-20,-73,-64,-75v-35,-2,-68,39,-41,65v33,32,117,27,117,91v0,89,-127,109,-198,71v-8,6,-13,15,-30,12r19,-90r15,0v9,41,29,75,76,79v41,3,73,-38,47,-68v-23,-27,-88,-25,-105,-58","w":235},"T":{"d":"124,-235v-52,-5,-71,29,-89,57r-14,0r17,-71r242,0r-17,71r-13,0v-5,-34,-16,-64,-63,-57r-47,204v0,16,20,16,34,18r-3,13r-139,0r3,-13v20,0,39,-4,43,-23","w":246},"U":{"d":"254,-176v11,-34,0,-61,-30,-61r3,-12r108,0r-3,12v-19,3,-39,6,-46,25v-24,63,-23,157,-75,195v-59,43,-192,30,-170,-67r31,-134v-2,-15,-14,-15,-32,-19r3,-12r134,0r-3,12v-18,3,-36,4,-40,22r-31,139v-16,65,66,72,102,39v33,-30,33,-91,49,-139","w":300},"V":{"d":"240,-209v17,-22,-6,-26,-29,-28r3,-12r103,0r-3,12v-64,19,-71,64,-107,120r-77,120r-35,0r-38,-210v-4,-19,-16,-26,-36,-30r3,-12r133,0r-3,12v-24,4,-40,2,-34,33r27,147","w":274},"W":{"d":"373,-209v14,-23,-8,-25,-31,-28r3,-12r103,0r-3,12v-22,4,-36,14,-46,31r-121,209r-36,0r-23,-184r-101,184r-35,0r-23,-210v-2,-21,-16,-25,-34,-30r3,-12r130,0r-3,12v-24,2,-36,4,-33,34r13,135r99,-181r37,0r23,187","w":405},"X":{"d":"202,-185v16,-14,59,-51,9,-52r3,-12r101,0r-3,12v-47,6,-67,38,-95,64r-38,35r54,108v9,10,19,16,38,17r-3,13r-147,0r3,-13v72,3,15,-55,7,-89v-24,27,-54,48,-74,79v2,8,13,8,26,10r-3,13r-101,0r3,-13v50,-5,69,-39,98,-66r43,-40v-28,-41,-28,-110,-88,-118r3,-12r147,0r-3,12v-23,0,-50,7,-32,32r21,50","w":288},"Y":{"d":"240,-220v8,-14,-15,-16,-27,-17r3,-12r95,0r-3,12v-64,20,-85,76,-124,113v-26,25,-24,53,-35,93v0,16,20,16,34,18r-3,13r-139,0r3,-13v20,0,41,-4,43,-23v4,-28,21,-58,7,-84v-22,-41,-17,-109,-72,-117r3,-12r139,0r-3,12v-20,1,-39,-1,-34,20v7,29,22,65,32,95","w":263},"Z":{"d":"143,-234v-59,-2,-63,27,-94,61r-15,0r26,-76r215,0r-3,10r-208,224r59,0v70,7,78,-38,107,-69r13,0r-28,84r-232,0r2,-11r209,-223r-51,0","w":248},"[":{"d":"114,54r-116,0r74,-321r117,0r-4,17r-61,0r-67,288r61,0","w":160},"\\":{"d":"137,75r-31,0r-61,-343r31,0","w":169},"]":{"d":"94,54r-116,0r4,-16r61,0r66,-288r-61,0r4,-17r117,0","w":160},"^":{"d":"224,-134r-35,0r-56,-90r-55,90r-34,0r77,-122r25,0"},"_":{"d":"222,53r-255,0r5,-21r255,0"},"`":{"d":"79,-234v-19,-8,-13,-39,8,-38v40,4,41,47,64,72r-8,6","w":180},"a":{"d":"11,-62v-2,-81,80,-142,154,-103r54,-11r3,3r-31,134v-2,23,28,19,42,13r-3,15v-30,18,-83,23,-96,-11v-19,10,-31,27,-61,27v-41,0,-62,-26,-62,-67xm74,-61v-4,40,39,52,58,23r23,-95v-1,-16,-8,-30,-26,-28v-41,5,-50,54,-55,100","w":237},"b":{"d":"105,-155v34,-37,117,-29,117,44v0,97,-103,145,-184,98v-7,-5,-13,-12,-19,-21r45,-200v0,-17,-14,-19,-30,-21r3,-13r92,-4r2,3xm104,-9v42,-8,50,-54,55,-103v4,-42,-39,-50,-59,-23r-22,98v1,16,9,27,26,28","w":233},"c":{"d":"186,-44v-17,27,-49,49,-88,50v-52,0,-86,-26,-86,-76v0,-66,44,-106,114,-108v36,-1,61,12,64,42v4,39,-57,48,-61,15v1,-14,6,-26,13,-36v-39,-29,-69,33,-67,79v2,32,11,57,40,57v31,0,42,-13,58,-33","w":192},"d":{"d":"11,-62v0,-80,77,-141,152,-104v4,-23,14,-42,14,-67v0,-18,-19,-20,-36,-22r3,-13r98,-4r2,3r-52,230v-2,23,28,19,42,13r-4,15v-32,20,-80,20,-97,-11v-33,42,-122,35,-122,-40xm74,-61v-4,41,39,51,59,23r22,-96v0,-18,-9,-28,-27,-28v-42,0,-49,56,-54,101","w":238},"e":{"d":"188,-44v-19,27,-51,50,-92,50v-51,0,-84,-25,-84,-75v0,-68,46,-106,116,-109v36,0,65,10,65,40v0,54,-68,58,-119,66v1,28,9,51,39,51v32,-1,47,-12,63,-33xm74,-86v32,-5,62,-10,62,-47v0,-35,-32,-42,-46,-9v-7,16,-14,34,-16,56","w":200},"f":{"d":"184,-213v-26,0,-35,-26,-42,-46v-16,20,-22,55,-30,88r45,0r-4,18r-44,0v-24,105,-21,231,-135,231v-29,0,-50,-6,-50,-34v0,-14,11,-26,26,-26v27,0,34,28,43,46v34,-53,38,-147,58,-217r-34,0r4,-18r34,0v10,-56,46,-102,106,-102v28,0,50,7,50,33v0,16,-9,27,-27,27","w":137},"g":{"d":"2,44v-2,-31,45,-32,57,-9v6,7,11,20,16,29v39,-8,47,-40,57,-82v-18,8,-30,22,-57,22v-40,0,-64,-26,-64,-67v-1,-81,80,-141,155,-102r54,-11r2,3v-29,105,-17,252,-152,251v-35,-1,-66,-4,-68,-34xm74,-62v-4,40,42,50,62,23r19,-95v0,-17,-9,-27,-27,-27v-42,0,-49,54,-54,99","w":233},"h":{"d":"201,-65v-9,23,-6,54,27,42v4,-1,8,-3,10,-4r-4,16v-42,27,-114,14,-92,-50v8,-23,13,-45,16,-70v-5,-34,-46,-11,-60,4r-29,127r-58,0r53,-234v1,-18,-15,-19,-30,-21r3,-13r92,-4r2,3r-27,121v30,-41,139,-44,110,33","w":243},"i":{"d":"125,-25r-4,16v-41,27,-108,15,-92,-50r19,-77v3,-24,-26,-19,-41,-13r4,-15v39,-26,115,-16,91,49v-14,38,-41,115,23,90xm95,-272v17,0,34,14,34,32v0,18,-17,32,-34,32v-18,0,-35,-14,-35,-32v0,-18,17,-32,35,-32","w":131},"j":{"d":"13,-164v34,-19,106,-25,97,31v-17,101,-22,211,-126,211v-29,0,-50,-6,-50,-34v0,-14,11,-26,26,-26v27,0,34,28,43,46v27,-54,39,-132,49,-200v3,-22,-28,-19,-43,-13xm96,-272v17,-1,34,14,34,32v0,18,-17,33,-34,32v-18,0,-35,-14,-35,-32v0,-18,17,-32,35,-32","w":131},"k":{"d":"178,-172v20,-12,50,-6,50,21v0,36,-50,38,-69,17v-10,5,-9,5,-20,15v14,31,23,71,43,95v7,8,32,2,41,-1r-4,16v-23,8,-40,17,-66,13v-41,-6,-42,-48,-57,-82v-20,15,-18,52,-27,78r-58,0r53,-234v1,-18,-15,-19,-30,-21r3,-13r92,-4r2,3r-42,183v35,-32,54,-63,89,-86","w":230},"l":{"d":"63,-224v6,-23,-10,-31,-30,-31r4,-13r92,-4r2,3r-52,231v-2,25,30,18,45,13r-4,16v-42,27,-110,17,-95,-50","w":127},"m":{"d":"318,-65v-8,23,-6,54,28,41v4,-1,8,-2,10,-3r-4,16v-42,26,-114,16,-93,-50v7,-23,14,-44,17,-70v-5,-34,-45,-10,-56,4r-29,127r-58,0r28,-131v-5,-33,-42,-12,-57,4r-29,127r-58,0r29,-134v3,-24,-26,-19,-41,-13r4,-15v31,-18,90,-22,97,17v21,-18,37,-33,72,-33v25,0,38,17,44,33v23,-18,37,-33,72,-33v60,-2,38,74,24,113","w":360},"n":{"d":"206,-65v-11,30,3,56,37,38r-4,16v-42,27,-114,14,-92,-50v8,-23,13,-45,16,-70v-4,-34,-46,-11,-59,4r-29,127r-58,0r29,-134v3,-24,-26,-19,-41,-13r4,-15v31,-18,90,-22,98,17v19,-17,40,-33,74,-33v62,0,40,73,25,113","w":248},"o":{"d":"131,-179v50,-2,87,26,86,74v-2,71,-50,109,-122,111v-48,1,-84,-28,-83,-75v1,-71,50,-108,119,-110xm101,-8v46,-8,51,-66,54,-117v0,-25,-7,-38,-27,-40v-45,6,-53,65,-54,116v0,25,7,39,27,41","w":228},"p":{"d":"104,-151v37,-41,123,-36,123,40v0,82,-78,141,-151,103r-12,56v0,16,20,16,34,18r-3,12r-127,0r3,-12v16,-3,31,-3,35,-21r40,-179v3,-23,-26,-19,-41,-13r4,-15v28,-15,86,-24,95,11xm111,-10v40,-8,48,-54,53,-102v4,-43,-40,-50,-59,-23r-22,97v0,17,11,28,28,28","w":238},"q":{"d":"174,39v-8,21,13,26,31,27r-3,12r-127,0r3,-12v16,-3,34,-2,36,-21v2,-20,15,-46,13,-62v-35,38,-116,25,-116,-45v0,-82,79,-142,155,-103r54,-11r2,3xm74,-61v-4,41,39,50,59,23r22,-96v0,-17,-9,-26,-27,-27v-41,7,-50,54,-54,100","w":233},"r":{"d":"162,-178v21,0,33,13,32,36v7,40,-56,55,-64,19v2,-15,3,-14,10,-30v-16,6,-27,17,-37,29r-28,124r-58,0r29,-134v3,-24,-26,-18,-41,-13r4,-15v31,-18,90,-22,98,17v19,-18,27,-33,55,-33","w":192},"s":{"d":"155,-86v36,48,-17,98,-79,92v-37,-3,-74,-5,-74,-37v0,-14,13,-26,28,-26v27,1,35,29,41,50v40,6,55,-47,16,-57v-31,-8,-62,-21,-62,-57v0,-43,40,-57,88,-57v33,0,63,5,66,34v0,13,-11,24,-26,24v-27,0,-32,-27,-39,-46v-29,-2,-47,45,-12,54v18,5,44,14,53,26","w":186},"t":{"d":"88,-59v-17,33,16,49,47,33r-4,16v-41,26,-118,21,-102,-49r22,-94r-32,0r4,-18r33,0r12,-53r57,0r-12,53r48,0r-5,18r-47,0","w":150},"u":{"d":"239,-11v-33,21,-89,19,-99,-17v-22,19,-38,33,-74,33v-71,0,-26,-91,-19,-139v3,-23,-27,-20,-41,-12r4,-16v39,-26,114,-16,92,49v-8,23,-17,45,-17,71v0,35,47,9,58,-4r29,-127r56,-3r2,3r-29,134v-4,23,28,19,41,12","w":246},"v":{"d":"178,-178v24,0,35,19,35,43v0,76,-42,138,-117,141v-40,2,-69,-20,-69,-57v0,-29,18,-52,20,-83v1,-23,-28,-20,-41,-12r4,-16v30,-18,96,-24,95,22v-1,32,-19,58,-19,87v0,20,10,33,31,33v35,0,63,-33,58,-72v-3,-24,-33,-25,-31,-55v1,-20,13,-31,34,-31","w":220},"w":{"d":"293,-178v23,0,35,19,35,43v-4,78,-41,137,-118,141v-33,2,-56,-13,-64,-39v-22,23,-39,38,-76,38v-71,0,-31,-90,-23,-139v4,-22,-28,-20,-41,-12r4,-16v35,-21,107,-22,94,39v-6,29,-19,46,-19,77v0,37,48,17,60,-2v5,-45,18,-83,27,-125r56,-3v0,40,-22,82,-24,126v-1,20,10,30,29,30v35,-1,62,-31,58,-72v-3,-24,-32,-25,-31,-55v1,-20,13,-31,33,-31","w":336},"x":{"d":"188,-178v14,-1,26,10,26,26v0,32,-38,39,-64,27v-7,5,-14,15,-21,24v9,35,10,54,27,76v8,10,30,3,41,0r-4,16v-19,8,-34,13,-54,14v-39,2,-47,-30,-54,-62v-18,24,-28,59,-62,61v-14,1,-26,-10,-26,-26v0,-33,39,-42,64,-27v6,-5,15,-15,20,-24v-12,-33,-11,-97,-66,-74r3,-15v17,-8,34,-13,54,-14v39,-3,47,29,53,59v19,-22,28,-59,63,-61","w":210},"y":{"d":"9,44v-3,-32,45,-32,57,-9v10,10,11,39,32,23v23,-17,39,-51,42,-86v-30,44,-138,45,-111,-32r18,-74v3,-24,-28,-19,-41,-12r4,-16v39,-26,114,-16,92,49v-8,22,-14,44,-17,69v4,34,46,11,59,-3r27,-126r56,-3r2,3v-29,106,-18,251,-152,251v-35,-1,-65,-4,-68,-34","w":240},"z":{"d":"63,-15v56,8,86,-11,97,-49r12,0r-13,64r-164,0r3,-15r123,-144r-43,1v-23,1,-34,22,-42,41r-13,0r11,-56r157,0r-3,12","w":186},"{":{"d":"100,3v-8,28,14,41,39,41r-2,15v-54,1,-105,-8,-92,-67v7,-37,30,-91,-32,-86r6,-27v53,1,71,-30,71,-82v0,-55,53,-68,116,-67r-3,14v-75,-5,-38,98,-89,126v-15,9,-33,14,-51,18r-3,13v51,5,54,55,40,102","w":180},"|":{"d":"89,75r-30,0r0,-343r30,0r0,343","w":139},"}":{"d":"129,-159v-6,32,11,42,43,42r-6,26v-55,-2,-68,32,-72,83v-4,56,-54,67,-115,67r2,-15v76,6,39,-96,89,-125v14,-8,34,-14,51,-18r3,-13v-55,-4,-52,-62,-39,-113v1,-25,-17,-30,-40,-30r3,-15v51,0,98,5,92,58v-2,19,-8,35,-11,53","w":180},"~":{"d":"176,-102v21,0,29,-17,37,-35r19,8v-13,26,-28,58,-65,59v-36,1,-50,-30,-83,-30v-21,0,-28,17,-36,35r-19,-8v12,-26,28,-58,65,-59v37,-1,49,30,82,30"},"\u2122":{"d":"334,-149v-1,11,11,8,19,10r0,10r-66,0v-5,-16,18,-5,18,-20r0,-77r-4,0r-38,93r-11,0r-37,-95r-4,0v4,34,-14,90,22,89r0,10r-57,0r0,-10v36,3,18,-52,22,-84v1,-13,-11,-15,-21,-17r0,-9r60,0r30,79r29,-79r57,0r0,9v-9,1,-19,1,-19,10r0,81xm114,-149v0,8,11,9,18,10r0,10r-65,0v-5,-16,18,-6,18,-19r0,-91v-22,-4,-33,11,-37,25r-8,0r0,-35r119,0r0,35v-20,-1,-12,-34,-45,-25r0,90","w":341},"\u2026":{"d":"280,-61v17,0,34,16,34,33v0,18,-17,33,-34,33v-17,0,-34,-15,-34,-33v0,-17,17,-33,34,-33xm167,-61v17,0,34,16,34,33v0,18,-17,33,-34,33v-17,0,-34,-15,-34,-33v0,-17,17,-33,34,-33xm54,-61v17,0,34,16,34,33v0,18,-17,33,-34,33v-17,0,-34,-15,-34,-33v0,-17,17,-33,34,-33","w":339},"\u2013":{"d":"234,-87r-217,0r7,-28r216,0"},"\u2014":{"d":"314,-87r-297,0r7,-28r297,0","w":333},"\u201c":{"d":"66,-145v-46,-3,-34,-60,-8,-85v17,-16,35,-29,57,-38r5,12v-23,12,-48,27,-56,54v22,-1,39,3,40,22v1,18,-20,36,-38,35xm153,-145v-46,-3,-34,-60,-8,-85v17,-16,35,-29,57,-38r5,12v-24,11,-49,27,-57,54v22,-1,40,3,41,22v0,18,-20,35,-38,35","w":186},"\u201d":{"d":"90,-269v46,4,33,60,7,85v-17,16,-35,29,-57,38r-4,-12v23,-12,48,-27,56,-54v-22,1,-40,-2,-40,-22v0,-19,20,-36,38,-35xm176,-269v46,3,34,60,8,85v-17,16,-35,29,-57,38r-5,-12v24,-11,49,-26,57,-54v-23,1,-41,-2,-41,-22v0,-18,20,-35,38,-35","w":186},"\u2018":{"d":"64,-145v-46,-4,-33,-60,-7,-85v17,-16,34,-29,56,-38r5,12v-23,12,-48,27,-56,54v21,-1,40,2,40,22v0,19,-20,36,-38,35","w":96},"\u2019":{"d":"88,-269v46,4,33,60,7,85v-17,16,-35,29,-57,38r-4,-12v23,-12,48,-27,56,-54v-22,1,-40,-2,-40,-22v0,-19,20,-36,38,-35","w":96},"\u00d7":{"d":"218,-34r-20,20r-68,-67r-67,67r-20,-20r67,-67r-67,-67r20,-21r67,68r68,-68r20,21r-68,67"},"\u2032":{"d":"79,-249v23,-22,61,5,36,35r-61,73r-16,0v14,-35,17,-84,41,-108","w":115},"\u2033":{"d":"159,-249v24,-22,63,8,35,35v-16,15,-46,52,-63,73r-17,0v15,-35,20,-84,45,-108xm79,-249v23,-22,61,5,36,35r-61,73r-16,0v14,-35,17,-84,41,-108","w":191}}});

/* end various librarires --------------------------------------------------- */


function homePageQuotes()
{
	// see if we're on the home page
	if( $("#index").length == 0 )
		return;
	
	// the css hides all blockquotes (needed because of cufon display bugs)
	// make them all transparent and display as blocks
	$('#quoteBox blockquote')
	.css({opacity:0, display: 'block'})
		
	// start the animation of fading home quotes
	nextHomeQuote();
}

function doCufon()
{
	// use Cufon to make IE6 text less ugly
	// applies to page headers and quotes on home page
	if( jQuery.browser.msie && (jQuery.browser.version < 7) )
	{
		Cufon.replace('#sectionTitle, #quoteBox p span');
		Cufon.now();
	}	
}

function nextHomeQuote()
{
	// get the first blockquote, fade it in and out
	$('#quoteBox blockquote:first')
	// fade it in
	.animate({opacity:1}, 300)
	// if we're on the last item, filter it out
	.not('#quoteBox blockquote:last') 
	// pause for a momemnt
	.animate({opacity:1}, 3500)
	// fade it out
	.animate({opacity:0}, 300, function(){
		// then remove it and move on to the next one
		// (this point will never be reached for the last quote)
		$(this).remove();
		nextHomeQuote();
	});	
}

function expandableMenus()
{
	// for the main practice page
	
	// expandable side menus on various pages

	$('#practiceList li:has(ul), #childrenList li.withChildren')
		.each(function(){
		thisItem = $(this);
		
		thisItem.addClass('withChildren');
		
		thisItem.click(function(event){
			// make sure we clicked on this list item, and not a child of it
			if(this == event.target)
			{
				var item = $(this);
				
				subItems = item.find('li');
				
				if( item.hasClass('expanded') )
				{
					item.toggleClass('expanded');
				}
				else
				{
					subItems.hide();
					item.toggleClass('expanded');
					subItems.slideToggle();				
				}
			}
		});
	});
}

/*
	makes an input have an "inline label"
	depends on a real label existing (use css to hide the real label)
*/
function magicInputLabel( selector )
{
	// they want to have default text for name/keyword fields
	// but we don't want that default text submitted
	jQuery(function(){
		$(selector).each(function(){
			this.title = $(this).prev('label[for='+this.id+']')
				.text();

			// if we have no defaultValue, set one
			if( !this.defaultValue )
			{
				this.defaultValue = this.title;
				this.value = this.defaultValue;
				$(this).addClass('defaultValue');
			}
		})

		// add focus listener
		.blur(function(){
			// if the value is empty, set it to the label
			if( !$.trim(this.value) || (this.value == this.title) )
			{
				this.value = this.title;
				$(this).addClass('defaultValue');
			}
		})
		.focus(function(){
			if( this.value == this.title )
			{
				this.value = '';
			}
			$(this).removeClass('defaultValue');
		})
		.parents('form').submit(function() {
			$('input.txt', this).each(function(){
				if( this.value == this.title )
					this.value = '';
			});
			return true;
		});
	});
}

/*
	makes the first item of a select be an "inline label"
	depends on a real label existing (use css to hide the real label)
*/
function magicSelectLabel( selector )
{
	// they want to have default text for name/keyword fields
	// but we don't want that default text submitted
	jQuery(function(){
		$(selector).each(function(){
			this.title = $(this).prev('label[for='+this.id+']')
				.text();
			
			// get the first item and change the text
			var optionLabel = $(this).children('option[value=**]')
			
			optionLabel.text('- '+this.title+' -')
		})		
	});
}


function siteSearchLabel()
{
	$('#searchField')
	.attr('value', 'Search')
	.focus(function(){
		if(this.value == 'Search')
			this.value = '';	
	})
	.blur(function(){
		if($.trim(this.value) == '')
			this.value = 'Search'
	});
}

/* end declaring various functions, which are called below  */

// call cufon immediately for IE's sake
doCufon();

// call all our other functions
jQuery(function(){
	expandableMenus();
	siteSearchLabel();
	
	magicInputLabel('#attorneys #gn, #attorneys #sn');
	magicSelectLabel('#attorneys #school');
	
	magicInputLabel('#attorneys-directory #gn, #attorneys-directory #sn');
	magicSelectLabel('#attorneys-directory #school');
	
	magicSelectLabel('#news-listings #area');
	magicSelectLabel('#news-publications #area, #news-publications #year');
	homePageQuotes();
	
});
